From 4e57b6234d570053e828efcbd142f7ed023318f1 Mon Sep 17 00:00:00 2001 From: afflux Date: Wed, 31 Dec 2008 14:07:09 -0500 Subject: [PATCH] a whole bunch of stuff added trees in KezvhLib working on Toady2 --- ArachnidRocketgum/dicts/dictionary.usethis.diff | 206496 +++++++++--------- ArachnidRocketgum/dicts/test.dic.diff | 290 +- ArachnidRocketgum/junit/MatcherTest.java | 2 +- .../web/static/ArachnidRocketgum.tar.bz2 | Bin 0 -> 23551 bytes KezvhLib/.classpath | 29 +- KezvhLib/.settings/org.eclipse.jdt.core.prefs | 677 +- KezvhLib/.settings/org.eclipse.jdt.ui.prefs | 226 +- .../google-collect-snapshot-20080820.jar | Bin 481220 -> 481199 bytes .../javadoc/com/google/common/base/Function.html | 2 +- .../javadoc/com/google/common/base/Join.html | 12 +- .../javadoc/com/google/common/base/Objects.html | 4 +- .../com/google/common/base/Preconditions.html | 6 +- .../javadoc/com/google/common/base/Predicate.html | 2 +- .../com/google/common/base/ReferenceType.html | 2 +- .../google/common/collect/AbstractMapEntry.html | 4 +- .../google/common/collect/AbstractMultiset.html | 60 +- .../common/collect/AbstractMultisetEntry.html | 4 +- .../google/common/collect/ArrayListMultimap.html | 2 +- .../javadoc/com/google/common/collect/BiMap.html | 6 +- .../google/common/collect/ClassToInstanceMap.html | 4 +- .../com/google/common/collect/Collections2.html | 24 +- .../com/google/common/collect/Comparators.html | 24 +- .../google/common/collect/ConcurrentMultiset.html | 6 +- .../com/google/common/collect/Constraint.html | 2 +- .../com/google/common/collect/Constraints.html | 10 +- .../com/google/common/collect/EnumBiMap.html | 10 +- .../com/google/common/collect/EnumHashBiMap.html | 10 +- .../com/google/common/collect/EnumMultiset.html | 2 +- .../common/collect/ForwardingCollection.html | 18 +- .../common/collect/ForwardingConcurrentMap.html | 8 +- .../com/google/common/collect/ForwardingList.html | 50 +- .../com/google/common/collect/ForwardingMap.html | 56 +- .../google/common/collect/ForwardingMapEntry.html | 48 +- .../google/common/collect/ForwardingMultimap.html | 48 +- .../google/common/collect/ForwardingMultiset.html | 48 +- .../com/google/common/collect/ForwardingSet.html | 48 +- .../google/common/collect/ForwardingSortedMap.html | 10 +- .../google/common/collect/ForwardingSortedSet.html | 6 +- .../com/google/common/collect/HashBiMap.html | 10 +- .../com/google/common/collect/HashMultimap.html | 2 +- .../com/google/common/collect/HashMultiset.html | 2 +- .../com/google/common/collect/ImmutableBiMap.html | 70 +- .../google/common/collect/ImmutableCollection.html | 32 +- .../com/google/common/collect/ImmutableList.html | 4 +- .../com/google/common/collect/ImmutableMap.html | 74 +- .../google/common/collect/ImmutableMultimap.html | 68 +- .../google/common/collect/ImmutableMultiset.html | 74 +- .../com/google/common/collect/ImmutableSet.html | 70 +- .../common/collect/ImmutableSortedSet.Factory.html | 4 +- .../google/common/collect/ImmutableSortedSet.html | 52 +- .../com/google/common/collect/Iterables.html | 26 +- .../google/common/collect/LinkedHashMultimap.html | 4 +- .../google/common/collect/LinkedHashMultiset.html | 2 +- .../com/google/common/collect/ListMultimap.html | 8 +- .../javadoc/com/google/common/collect/Lists.html | 4 +- .../com/google/common/collect/MapConstraint.html | 2 +- .../com/google/common/collect/MapConstraints.html | 4 +- .../javadoc/com/google/common/collect/Maps.html | 10 +- .../com/google/common/collect/Multimap.html | 4 +- .../com/google/common/collect/Multimaps.html | 4 +- .../com/google/common/collect/Multiset.Entry.html | 48 +- .../com/google/common/collect/Multiset.html | 26 +- .../com/google/common/collect/Multisets.html | 8 +- .../com/google/common/collect/Ordering.html | 20 +- .../com/google/common/collect/ReferenceMap.html | 8 +- .../com/google/common/collect/Serialization.html | 8 +- .../com/google/common/collect/SetMultimap.html | 10 +- .../com/google/common/collect/Sets.SetView.html | 2 +- .../javadoc/com/google/common/collect/Sets.html | 38 +- .../com/google/common/collect/TreeMultimap.html | 2 +- .../com/google/common/collect/TreeMultiset.html | 2 +- .../com/google/common/collect/package-summary.html | 12 +- .../com.google.com.collect/javadoc/index-all.html | 1602 +- .../src-snapshot-20080820.zip | Bin 229522 -> 229509 bytes .../lib/org.apache.commons.collections/LICENSE.txt | 404 +- .../lib/org.apache.commons.collections/NOTICE.txt | 10 +- .../lib/org.apache.commons.collections/README.txt | 104 +- .../RELEASE-NOTES.html | 80 +- .../apidocs/allclasses-frame.html | 1294 +- .../apidocs/allclasses-noframe.html | 1294 +- .../apidocs/constant-values.html | 750 +- .../apidocs/deprecated-list.html | 576 +- .../apidocs/help-doc.html | 440 +- .../apidocs/index-all.html | 19502 +- .../apidocs/index.html | 76 +- .../org.apache.commons.collections/apidocs/options | 40 +- .../org/apache/commons/collections/ArrayStack.html | 1098 +- .../org/apache/commons/collections/Bag.html | 996 +- .../org/apache/commons/collections/BagUtils.html | 1122 +- .../commons/collections/BeanMap.MyMapEntry.html | 646 +- .../org/apache/commons/collections/BeanMap.html | 2268 +- .../org/apache/commons/collections/BidiMap.html | 758 +- .../org/apache/commons/collections/BinaryHeap.html | 1798 +- .../commons/collections/BoundedCollection.html | 528 +- .../commons/collections/BoundedFifoBuffer.html | 1100 +- .../org/apache/commons/collections/BoundedMap.html | 564 +- .../org/apache/commons/collections/Buffer.html | 536 +- .../collections/BufferOverflowException.html | 646 +- .../collections/BufferUnderflowException.html | 648 +- .../apache/commons/collections/BufferUtils.html | 1040 +- .../org/apache/commons/collections/Closure.html | 450 +- .../apache/commons/collections/ClosureUtils.html | 1418 +- .../commons/collections/CollectionUtils.html | 2880 +- .../commons/collections/ComparatorUtils.html | 1110 +- .../collections/CursorableLinkedList.Cursor.html | 1090 +- .../commons/collections/CursorableLinkedList.html | 2950 +- .../apache/commons/collections/DefaultMapBag.html | 1824 +- .../commons/collections/DefaultMapEntry.html | 934 +- .../commons/collections/DoubleOrderedMap.html | 1378 +- .../commons/collections/EnumerationUtils.html | 538 +- .../commons/collections/ExtendedProperties.html | 3476 +- .../org/apache/commons/collections/Factory.html | 448 +- .../apache/commons/collections/FactoryUtils.html | 780 +- .../apache/commons/collections/FastArrayList.html | 2278 +- .../apache/commons/collections/FastHashMap.html | 1586 +- .../apache/commons/collections/FastTreeMap.html | 1886 +- .../commons/collections/FunctorException.html | 826 +- .../org/apache/commons/collections/HashBag.html | 574 +- .../apache/commons/collections/IterableMap.html | 518 +- .../apache/commons/collections/IteratorUtils.html | 2916 +- .../org/apache/commons/collections/KeyValue.html | 488 +- .../org/apache/commons/collections/LRUMap.html | 984 +- .../org/apache/commons/collections/ListUtils.html | 1346 +- .../apache/commons/collections/MapIterator.html | 738 +- .../org/apache/commons/collections/MapUtils.html | 3994 +- .../apache/commons/collections/MultiHashMap.html | 1464 +- .../org/apache/commons/collections/MultiMap.html | 858 +- .../apache/commons/collections/OrderedBidiMap.html | 642 +- .../commons/collections/OrderedIterator.html | 534 +- .../org/apache/commons/collections/OrderedMap.html | 744 +- .../commons/collections/OrderedMapIterator.html | 528 +- .../org/apache/commons/collections/Predicate.html | 458 +- .../apache/commons/collections/PredicateUtils.html | 1926 +- .../apache/commons/collections/PriorityQueue.html | 632 +- .../org/apache/commons/collections/ProxyMap.html | 1296 +- .../apache/commons/collections/ReferenceMap.html | 1386 +- .../commons/collections/ResettableIterator.html | 478 +- .../collections/ResettableListIterator.html | 472 +- .../commons/collections/SequencedHashMap.html | 2178 +- .../org/apache/commons/collections/SetUtils.html | 1270 +- .../org/apache/commons/collections/SortedBag.html | 592 +- .../apache/commons/collections/SortedBidiMap.html | 672 +- .../commons/collections/StaticBucketMap.html | 1336 +- .../collections/SynchronizedPriorityQueue.html | 890 +- .../apache/commons/collections/Transformer.html | 452 +- .../commons/collections/TransformerUtils.html | 1640 +- .../org/apache/commons/collections/TreeBag.html | 786 +- .../commons/collections/UnboundedFifoBuffer.html | 1036 +- .../apache/commons/collections/Unmodifiable.html | 362 +- .../collections/bag/AbstractBagDecorator.html | 916 +- .../bag/AbstractMapBag.MutableInteger.html | 574 +- .../commons/collections/bag/AbstractMapBag.html | 1752 +- .../bag/AbstractSortedBagDecorator.html | 876 +- .../apache/commons/collections/bag/HashBag.html | 608 +- .../commons/collections/bag/PredicatedBag.html | 978 +- .../collections/bag/PredicatedSortedBag.html | 932 +- .../commons/collections/bag/SynchronizedBag.html | 974 +- .../collections/bag/SynchronizedSortedBag.html | 928 +- .../commons/collections/bag/TransformedBag.html | 974 +- .../collections/bag/TransformedSortedBag.html | 928 +- .../apache/commons/collections/bag/TreeBag.html | 818 +- .../apache/commons/collections/bag/TypedBag.html | 550 +- .../commons/collections/bag/TypedSortedBag.html | 550 +- .../commons/collections/bag/UnmodifiableBag.html | 1110 +- .../collections/bag/UnmodifiableSortedBag.html | 1130 +- .../bag/class-use/AbstractBagDecorator.html | 392 +- .../class-use/AbstractMapBag.MutableInteger.html | 282 +- .../collections/bag/class-use/AbstractMapBag.html | 376 +- .../bag/class-use/AbstractSortedBagDecorator.html | 360 +- .../commons/collections/bag/class-use/HashBag.html | 282 +- .../collections/bag/class-use/PredicatedBag.html | 360 +- .../bag/class-use/PredicatedSortedBag.html | 282 +- .../collections/bag/class-use/SynchronizedBag.html | 360 +- .../bag/class-use/SynchronizedSortedBag.html | 282 +- .../collections/bag/class-use/TransformedBag.html | 360 +- .../bag/class-use/TransformedSortedBag.html | 282 +- .../commons/collections/bag/class-use/TreeBag.html | 282 +- .../collections/bag/class-use/TypedBag.html | 282 +- .../collections/bag/class-use/TypedSortedBag.html | 282 +- .../collections/bag/class-use/UnmodifiableBag.html | 282 +- .../bag/class-use/UnmodifiableSortedBag.html | 282 +- .../commons/collections/bag/package-frame.html | 126 +- .../commons/collections/bag/package-summary.html | 506 +- .../commons/collections/bag/package-tree.html | 376 +- .../commons/collections/bag/package-use.html | 400 +- .../bidimap/AbstractBidiMapDecorator.html | 902 +- .../AbstractDualBidiMap.BidiMapIterator.html | 1094 +- .../bidimap/AbstractDualBidiMap.EntrySet.html | 694 +- .../AbstractDualBidiMap.EntrySetIterator.html | 780 +- .../bidimap/AbstractDualBidiMap.KeySet.html | 738 +- .../AbstractDualBidiMap.KeySetIterator.html | 780 +- .../bidimap/AbstractDualBidiMap.MapEntry.html | 656 +- .../bidimap/AbstractDualBidiMap.Values.html | 738 +- .../AbstractDualBidiMap.ValuesIterator.html | 780 +- .../bidimap/AbstractDualBidiMap.View.html | 750 +- .../collections/bidimap/AbstractDualBidiMap.html | 2184 +- .../bidimap/AbstractOrderedBidiMapDecorator.html | 1082 +- .../bidimap/AbstractSortedBidiMapDecorator.html | 1072 +- .../collections/bidimap/DualHashBidiMap.html | 760 +- .../DualTreeBidiMap.BidiOrderedMapIterator.html | 1118 +- .../bidimap/DualTreeBidiMap.ViewMap.html | 854 +- .../collections/bidimap/DualTreeBidiMap.html | 1524 +- .../commons/collections/bidimap/TreeBidiMap.html | 1898 +- .../collections/bidimap/UnmodifiableBidiMap.html | 1090 +- .../bidimap/UnmodifiableOrderedBidiMap.html | 1270 +- .../bidimap/UnmodifiableSortedBidiMap.html | 1514 +- .../class-use/AbstractBidiMapDecorator.html | 426 +- .../AbstractDualBidiMap.BidiMapIterator.html | 282 +- .../class-use/AbstractDualBidiMap.EntrySet.html | 282 +- .../AbstractDualBidiMap.EntrySetIterator.html | 282 +- .../class-use/AbstractDualBidiMap.KeySet.html | 282 +- .../AbstractDualBidiMap.KeySetIterator.html | 282 +- .../class-use/AbstractDualBidiMap.MapEntry.html | 282 +- .../class-use/AbstractDualBidiMap.Values.html | 282 +- .../AbstractDualBidiMap.ValuesIterator.html | 282 +- .../class-use/AbstractDualBidiMap.View.html | 394 +- .../bidimap/class-use/AbstractDualBidiMap.html | 652 +- .../class-use/AbstractOrderedBidiMapDecorator.html | 394 +- .../class-use/AbstractSortedBidiMapDecorator.html | 362 +- .../bidimap/class-use/DualHashBidiMap.html | 282 +- .../DualTreeBidiMap.BidiOrderedMapIterator.html | 282 +- .../bidimap/class-use/DualTreeBidiMap.ViewMap.html | 282 +- .../bidimap/class-use/DualTreeBidiMap.html | 360 +- .../collections/bidimap/class-use/TreeBidiMap.html | 282 +- .../bidimap/class-use/UnmodifiableBidiMap.html | 282 +- .../class-use/UnmodifiableOrderedBidiMap.html | 282 +- .../class-use/UnmodifiableSortedBidiMap.html | 282 +- .../commons/collections/bidimap/package-frame.html | 146 +- .../collections/bidimap/package-summary.html | 564 +- .../commons/collections/bidimap/package-tree.html | 380 +- .../commons/collections/bidimap/package-use.html | 402 +- .../buffer/AbstractBufferDecorator.html | 786 +- .../commons/collections/buffer/BlockingBuffer.html | 1058 +- .../commons/collections/buffer/BoundedBuffer.html | 1032 +- .../collections/buffer/BoundedFifoBuffer.html | 1102 +- .../collections/buffer/CircularFifoBuffer.html | 704 +- .../collections/buffer/PredicatedBuffer.html | 842 +- .../commons/collections/buffer/PriorityBuffer.html | 1932 +- .../collections/buffer/SynchronizedBuffer.html | 844 +- .../collections/buffer/TransformedBuffer.html | 838 +- .../commons/collections/buffer/TypedBuffer.html | 550 +- .../collections/buffer/UnboundedFifoBuffer.html | 1042 +- .../collections/buffer/UnmodifiableBuffer.html | 934 +- .../buffer/class-use/AbstractBufferDecorator.html | 358 +- .../buffer/class-use/BlockingBuffer.html | 282 +- .../buffer/class-use/BoundedBuffer.html | 380 +- .../buffer/class-use/BoundedFifoBuffer.html | 358 +- .../buffer/class-use/CircularFifoBuffer.html | 282 +- .../buffer/class-use/PredicatedBuffer.html | 282 +- .../buffer/class-use/PriorityBuffer.html | 282 +- .../buffer/class-use/SynchronizedBuffer.html | 374 +- .../buffer/class-use/TransformedBuffer.html | 282 +- .../collections/buffer/class-use/TypedBuffer.html | 282 +- .../buffer/class-use/UnboundedFifoBuffer.html | 282 +- .../buffer/class-use/UnmodifiableBuffer.html | 282 +- .../commons/collections/buffer/package-frame.html | 110 +- .../collections/buffer/package-summary.html | 474 +- .../commons/collections/buffer/package-tree.html | 362 +- .../commons/collections/buffer/package-use.html | 374 +- .../commons/collections/class-use/ArrayStack.html | 358 +- .../apache/commons/collections/class-use/Bag.html | 1292 +- .../commons/collections/class-use/BagUtils.html | 282 +- .../collections/class-use/BeanMap.MyMapEntry.html | 282 +- .../commons/collections/class-use/BeanMap.html | 388 +- .../commons/collections/class-use/BidiMap.html | 1050 +- .../commons/collections/class-use/BinaryHeap.html | 282 +- .../collections/class-use/BoundedCollection.html | 640 +- .../collections/class-use/BoundedFifoBuffer.html | 282 +- .../commons/collections/class-use/BoundedMap.html | 412 +- .../commons/collections/class-use/Buffer.html | 1472 +- .../class-use/BufferOverflowException.html | 282 +- .../class-use/BufferUnderflowException.html | 282 +- .../commons/collections/class-use/BufferUtils.html | 282 +- .../commons/collections/class-use/Closure.html | 1796 +- .../collections/class-use/ClosureUtils.html | 282 +- .../collections/class-use/CollectionUtils.html | 282 +- .../collections/class-use/ComparatorUtils.html | 282 +- .../class-use/CursorableLinkedList.Cursor.html | 420 +- .../class-use/CursorableLinkedList.html | 282 +- .../collections/class-use/DefaultMapBag.html | 372 +- .../collections/class-use/DefaultMapEntry.html | 282 +- .../collections/class-use/DoubleOrderedMap.html | 282 +- .../collections/class-use/EnumerationUtils.html | 282 +- .../collections/class-use/ExtendedProperties.html | 404 +- .../commons/collections/class-use/Factory.html | 1160 +- .../collections/class-use/FactoryUtils.html | 282 +- .../collections/class-use/FastArrayList.html | 282 +- .../commons/collections/class-use/FastHashMap.html | 282 +- .../commons/collections/class-use/FastTreeMap.html | 282 +- .../collections/class-use/FunctorException.html | 282 +- .../commons/collections/class-use/HashBag.html | 282 +- .../commons/collections/class-use/IterableMap.html | 938 +- .../collections/class-use/IteratorUtils.html | 282 +- .../commons/collections/class-use/KeyValue.html | 790 +- .../commons/collections/class-use/LRUMap.html | 282 +- .../commons/collections/class-use/ListUtils.html | 282 +- .../commons/collections/class-use/MapIterator.html | 1268 +- .../commons/collections/class-use/MapUtils.html | 282 +- .../collections/class-use/MultiHashMap.html | 282 +- .../commons/collections/class-use/MultiMap.html | 424 +- .../collections/class-use/OrderedBidiMap.html | 722 +- .../collections/class-use/OrderedIterator.html | 870 +- .../commons/collections/class-use/OrderedMap.html | 806 +- .../collections/class-use/OrderedMapIterator.html | 980 +- .../commons/collections/class-use/Predicate.html | 4318 +- .../collections/class-use/PredicateUtils.html | 282 +- .../collections/class-use/PriorityQueue.html | 432 +- .../commons/collections/class-use/ProxyMap.html | 282 +- .../collections/class-use/ReferenceMap.html | 282 +- .../collections/class-use/ResettableIterator.html | 1112 +- .../class-use/ResettableListIterator.html | 704 +- .../collections/class-use/SequencedHashMap.html | 356 +- .../commons/collections/class-use/SetUtils.html | 282 +- .../commons/collections/class-use/SortedBag.html | 1028 +- .../collections/class-use/SortedBidiMap.html | 610 +- .../collections/class-use/StaticBucketMap.html | 282 +- .../class-use/SynchronizedPriorityQueue.html | 282 +- .../commons/collections/class-use/Transformer.html | 3470 +- .../collections/class-use/TransformerUtils.html | 282 +- .../commons/collections/class-use/TreeBag.html | 282 +- .../collections/class-use/UnboundedFifoBuffer.html | 282 +- .../collections/class-use/Unmodifiable.html | 1026 +- .../collection/AbstractCollectionDecorator.html | 1390 +- .../AbstractSerializableCollectionDecorator.html | 540 +- .../CompositeCollection.CollectionMutator.html | 576 +- .../collection/CompositeCollection.html | 1782 +- .../collection/PredicatedCollection.html | 844 +- .../collection/SynchronizedCollection.html | 1442 +- .../collection/TransformedCollection.html | 862 +- .../collections/collection/TypedCollection.html | 550 +- .../collection/UnmodifiableBoundedCollection.html | 1028 +- .../collection/UnmodifiableCollection.html | 846 +- .../class-use/AbstractCollectionDecorator.html | 1290 +- .../AbstractSerializableCollectionDecorator.html | 788 +- .../CompositeCollection.CollectionMutator.html | 486 +- .../collection/class-use/CompositeCollection.html | 466 +- .../collection/class-use/PredicatedCollection.html | 580 +- .../class-use/SynchronizedCollection.html | 612 +- .../class-use/TransformedCollection.html | 580 +- .../collection/class-use/TypedCollection.html | 282 +- .../class-use/UnmodifiableBoundedCollection.html | 282 +- .../class-use/UnmodifiableCollection.html | 282 +- .../collections/collection/package-frame.html | 120 +- .../collections/collection/package-summary.html | 470 +- .../collections/collection/package-tree.html | 330 +- .../collections/collection/package-use.html | 856 +- .../collections/comparators/BooleanComparator.html | 1012 +- .../comparators/ComparableComparator.html | 730 +- .../collections/comparators/ComparatorChain.html | 1404 +- .../comparators/FixedOrderComparator.html | 1136 +- .../collections/comparators/NullComparator.html | 770 +- .../collections/comparators/ReverseComparator.html | 712 +- .../comparators/TransformingComparator.html | 730 +- .../comparators/class-use/BooleanComparator.html | 398 +- .../class-use/ComparableComparator.html | 358 +- .../comparators/class-use/ComparatorChain.html | 282 +- .../class-use/FixedOrderComparator.html | 282 +- .../comparators/class-use/NullComparator.html | 282 +- .../comparators/class-use/ReverseComparator.html | 282 +- .../class-use/TransformingComparator.html | 282 +- .../collections/comparators/package-frame.html | 90 +- .../collections/comparators/package-summary.html | 408 +- .../collections/comparators/package-tree.html | 314 +- .../collections/comparators/package-use.html | 352 +- .../commons/collections/functors/AllPredicate.html | 716 +- .../commons/collections/functors/AndPredicate.html | 666 +- .../commons/collections/functors/AnyPredicate.html | 716 +- .../collections/functors/ChainedClosure.html | 776 +- .../collections/functors/ChainedTransformer.html | 778 +- .../collections/functors/CloneTransformer.html | 606 +- .../collections/functors/ClosureTransformer.html | 658 +- .../collections/functors/ConstantFactory.html | 730 +- .../collections/functors/ConstantTransformer.html | 730 +- .../collections/functors/EqualPredicate.html | 658 +- .../collections/functors/ExceptionClosure.html | 608 +- .../collections/functors/ExceptionFactory.html | 610 +- .../collections/functors/ExceptionPredicate.html | 610 +- .../collections/functors/ExceptionTransformer.html | 610 +- .../collections/functors/FactoryTransformer.html | 658 +- .../collections/functors/FalsePredicate.html | 606 +- .../commons/collections/functors/ForClosure.html | 714 +- .../collections/functors/IdentityPredicate.html | 658 +- .../commons/collections/functors/IfClosure.html | 886 +- .../collections/functors/InstanceofPredicate.html | 658 +- .../collections/functors/InstantiateFactory.html | 652 +- .../functors/InstantiateTransformer.html | 684 +- .../collections/functors/InvokerTransformer.html | 670 +- .../collections/functors/MapTransformer.html | 580 +- .../commons/collections/functors/NOPClosure.html | 604 +- .../collections/functors/NOPTransformer.html | 606 +- .../collections/functors/NonePredicate.html | 716 +- .../collections/functors/NotNullPredicate.html | 606 +- .../commons/collections/functors/NotPredicate.html | 658 +- .../functors/NullIsExceptionPredicate.html | 662 +- .../collections/functors/NullIsFalsePredicate.html | 658 +- .../collections/functors/NullIsTruePredicate.html | 658 +- .../collections/functors/NullPredicate.html | 606 +- .../commons/collections/functors/OnePredicate.html | 716 +- .../commons/collections/functors/OrPredicate.html | 666 +- .../collections/functors/PredicateDecorator.html | 474 +- .../collections/functors/PredicateTransformer.html | 658 +- .../collections/functors/PrototypeFactory.html | 470 +- .../functors/StringValueTransformer.html | 606 +- .../collections/functors/SwitchClosure.html | 852 +- .../collections/functors/SwitchTransformer.html | 854 +- .../collections/functors/TransformedPredicate.html | 716 +- .../collections/functors/TransformerClosure.html | 652 +- .../collections/functors/TransformerPredicate.html | 662 +- .../collections/functors/TruePredicate.html | 606 +- .../collections/functors/UniquePredicate.html | 600 +- .../commons/collections/functors/WhileClosure.html | 780 +- .../functors/class-use/AllPredicate.html | 282 +- .../functors/class-use/AndPredicate.html | 282 +- .../functors/class-use/AnyPredicate.html | 282 +- .../functors/class-use/ChainedClosure.html | 282 +- .../functors/class-use/ChainedTransformer.html | 282 +- .../functors/class-use/CloneTransformer.html | 282 +- .../functors/class-use/ClosureTransformer.html | 282 +- .../functors/class-use/ConstantFactory.html | 282 +- .../functors/class-use/ConstantTransformer.html | 282 +- .../functors/class-use/EqualPredicate.html | 282 +- .../functors/class-use/ExceptionClosure.html | 282 +- .../functors/class-use/ExceptionFactory.html | 282 +- .../functors/class-use/ExceptionPredicate.html | 282 +- .../functors/class-use/ExceptionTransformer.html | 282 +- .../functors/class-use/FactoryTransformer.html | 282 +- .../functors/class-use/FalsePredicate.html | 282 +- .../collections/functors/class-use/ForClosure.html | 282 +- .../functors/class-use/IdentityPredicate.html | 282 +- .../collections/functors/class-use/IfClosure.html | 282 +- .../functors/class-use/InstanceofPredicate.html | 282 +- .../functors/class-use/InstantiateFactory.html | 282 +- .../functors/class-use/InstantiateTransformer.html | 282 +- .../functors/class-use/InvokerTransformer.html | 282 +- .../functors/class-use/MapTransformer.html | 282 +- .../collections/functors/class-use/NOPClosure.html | 282 +- .../functors/class-use/NOPTransformer.html | 282 +- .../functors/class-use/NonePredicate.html | 282 +- .../functors/class-use/NotNullPredicate.html | 282 +- .../functors/class-use/NotPredicate.html | 282 +- .../class-use/NullIsExceptionPredicate.html | 282 +- .../functors/class-use/NullIsFalsePredicate.html | 282 +- .../functors/class-use/NullIsTruePredicate.html | 282 +- .../functors/class-use/NullPredicate.html | 282 +- .../functors/class-use/OnePredicate.html | 282 +- .../functors/class-use/OrPredicate.html | 282 +- .../functors/class-use/PredicateDecorator.html | 524 +- .../functors/class-use/PredicateTransformer.html | 282 +- .../functors/class-use/PrototypeFactory.html | 282 +- .../functors/class-use/StringValueTransformer.html | 282 +- .../functors/class-use/SwitchClosure.html | 282 +- .../functors/class-use/SwitchTransformer.html | 282 +- .../functors/class-use/TransformedPredicate.html | 282 +- .../functors/class-use/TransformerClosure.html | 282 +- .../functors/class-use/TransformerPredicate.html | 282 +- .../functors/class-use/TruePredicate.html | 282 +- .../functors/class-use/UniquePredicate.html | 282 +- .../functors/class-use/WhileClosure.html | 282 +- .../collections/functors/package-frame.html | 268 +- .../collections/functors/package-summary.html | 752 +- .../commons/collections/functors/package-tree.html | 404 +- .../commons/collections/functors/package-use.html | 344 +- .../iterators/AbstractIteratorDecorator.html | 768 +- .../iterators/AbstractListIteratorDecorator.html | 1032 +- .../iterators/AbstractMapIteratorDecorator.html | 940 +- .../AbstractOrderedMapIteratorDecorator.html | 1044 +- .../collections/iterators/ArrayIterator.html | 1214 +- .../collections/iterators/ArrayListIterator.html | 1182 +- .../collections/iterators/CollatingIterator.html | 1144 +- .../collections/iterators/EmptyIterator.html | 1154 +- .../collections/iterators/EmptyListIterator.html | 1154 +- .../collections/iterators/EmptyMapIterator.html | 1110 +- .../iterators/EmptyOrderedIterator.html | 1146 +- .../iterators/EmptyOrderedMapIterator.html | 1128 +- .../collections/iterators/EntrySetMapIterator.html | 924 +- .../collections/iterators/EnumerationIterator.html | 832 +- .../collections/iterators/FilterIterator.html | 940 +- .../collections/iterators/FilterListIterator.html | 1216 +- .../collections/iterators/IteratorChain.html | 1370 +- .../collections/iterators/IteratorEnumeration.html | 742 +- .../collections/iterators/ListIteratorWrapper.html | 1030 +- .../collections/iterators/LoopingIterator.html | 758 +- .../collections/iterators/LoopingListIterator.html | 1074 +- .../collections/iterators/ObjectArrayIterator.html | 1248 +- .../iterators/ObjectArrayListIterator.html | 1184 +- .../collections/iterators/ObjectGraphIterator.html | 1158 +- .../collections/iterators/ProxyIterator.html | 788 +- .../collections/iterators/ProxyListIterator.html | 1106 +- .../collections/iterators/ReverseListIterator.html | 1014 +- .../collections/iterators/SingletonIterator.html | 754 +- .../iterators/SingletonListIterator.html | 1024 +- .../collections/iterators/TransformIterator.html | 964 +- .../iterators/UniqueFilterIterator.html | 502 +- .../iterators/UnmodifiableIterator.html | 610 +- .../iterators/UnmodifiableListIterator.html | 874 +- .../iterators/UnmodifiableMapIterator.html | 788 +- .../iterators/UnmodifiableOrderedMapIterator.html | 892 +- .../class-use/AbstractIteratorDecorator.html | 394 +- .../class-use/AbstractListIteratorDecorator.html | 374 +- .../class-use/AbstractMapIteratorDecorator.html | 282 +- .../AbstractOrderedMapIteratorDecorator.html | 282 +- .../iterators/class-use/ArrayIterator.html | 358 +- .../iterators/class-use/ArrayListIterator.html | 282 +- .../iterators/class-use/CollatingIterator.html | 282 +- .../iterators/class-use/EmptyIterator.html | 282 +- .../iterators/class-use/EmptyListIterator.html | 282 +- .../iterators/class-use/EmptyMapIterator.html | 282 +- .../iterators/class-use/EmptyOrderedIterator.html | 282 +- .../class-use/EmptyOrderedMapIterator.html | 282 +- .../iterators/class-use/EntrySetMapIterator.html | 282 +- .../iterators/class-use/EnumerationIterator.html | 282 +- .../iterators/class-use/FilterIterator.html | 358 +- .../iterators/class-use/FilterListIterator.html | 282 +- .../iterators/class-use/IteratorChain.html | 282 +- .../iterators/class-use/IteratorEnumeration.html | 282 +- .../iterators/class-use/ListIteratorWrapper.html | 282 +- .../iterators/class-use/LoopingIterator.html | 282 +- .../iterators/class-use/LoopingListIterator.html | 282 +- .../iterators/class-use/ObjectArrayIterator.html | 358 +- .../class-use/ObjectArrayListIterator.html | 282 +- .../iterators/class-use/ObjectGraphIterator.html | 282 +- .../iterators/class-use/ProxyIterator.html | 282 +- .../iterators/class-use/ProxyListIterator.html | 282 +- .../iterators/class-use/ReverseListIterator.html | 282 +- .../iterators/class-use/SingletonIterator.html | 282 +- .../iterators/class-use/SingletonListIterator.html | 282 +- .../iterators/class-use/TransformIterator.html | 282 +- .../iterators/class-use/UniqueFilterIterator.html | 282 +- .../iterators/class-use/UnmodifiableIterator.html | 282 +- .../class-use/UnmodifiableListIterator.html | 282 +- .../class-use/UnmodifiableMapIterator.html | 282 +- .../class-use/UnmodifiableOrderedMapIterator.html | 282 +- .../collections/iterators/package-frame.html | 202 +- .../collections/iterators/package-summary.html | 634 +- .../collections/iterators/package-tree.html | 380 +- .../commons/collections/iterators/package-use.html | 450 +- .../collections/keyvalue/AbstractKeyValue.html | 780 +- .../collections/keyvalue/AbstractMapEntry.html | 738 +- .../keyvalue/AbstractMapEntryDecorator.html | 916 +- .../collections/keyvalue/DefaultKeyValue.html | 912 +- .../collections/keyvalue/DefaultMapEntry.html | 660 +- .../commons/collections/keyvalue/MultiKey.html | 1052 +- .../commons/collections/keyvalue/TiedMapEntry.html | 808 +- .../collections/keyvalue/UnmodifiableMapEntry.html | 732 +- .../keyvalue/class-use/AbstractKeyValue.html | 464 +- .../keyvalue/class-use/AbstractMapEntry.html | 432 +- .../class-use/AbstractMapEntryDecorator.html | 362 +- .../keyvalue/class-use/DefaultKeyValue.html | 282 +- .../keyvalue/class-use/DefaultMapEntry.html | 282 +- .../collections/keyvalue/class-use/MultiKey.html | 282 +- .../keyvalue/class-use/TiedMapEntry.html | 282 +- .../keyvalue/class-use/UnmodifiableMapEntry.html | 282 +- .../collections/keyvalue/package-frame.html | 94 +- .../collections/keyvalue/package-summary.html | 418 +- .../commons/collections/keyvalue/package-tree.html | 320 +- .../commons/collections/keyvalue/package-use.html | 446 +- .../AbstractLinkedList.LinkedListIterator.html | 1264 +- .../list/AbstractLinkedList.LinkedSubList.html | 1168 +- .../AbstractLinkedList.LinkedSubListIterator.html | 832 +- .../collections/list/AbstractLinkedList.Node.html | 1010 +- .../collections/list/AbstractLinkedList.html | 3012 +- .../collections/list/AbstractListDecorator.html | 1138 +- .../list/AbstractSerializableListDecorator.html | 578 +- .../list/CursorableLinkedList.Cursor.html | 926 +- .../list/CursorableLinkedList.SubCursor.html | 888 +- .../collections/list/CursorableLinkedList.html | 1520 +- .../commons/collections/list/FixedSizeList.html | 1542 +- .../commons/collections/list/GrowthList.html | 916 +- .../apache/commons/collections/list/LazyList.html | 820 +- .../collections/list/NodeCachingLinkedList.html | 1280 +- .../PredicatedList.PredicatedListIterator.html | 630 +- .../commons/collections/list/PredicatedList.html | 1226 +- .../commons/collections/list/SetUniqueList.html | 1502 +- .../commons/collections/list/SynchronizedList.html | 1200 +- .../TransformedList.TransformedListIterator.html | 630 +- .../commons/collections/list/TransformedList.html | 1222 +- .../apache/commons/collections/list/TreeList.html | 1238 +- .../apache/commons/collections/list/TypedList.html | 548 +- .../commons/collections/list/UnmodifiableList.html | 1206 +- .../AbstractLinkedList.LinkedListIterator.html | 390 +- .../AbstractLinkedList.LinkedSubList.html | 486 +- .../AbstractLinkedList.LinkedSubListIterator.html | 282 +- .../list/class-use/AbstractLinkedList.Node.html | 936 +- .../list/class-use/AbstractLinkedList.html | 452 +- .../list/class-use/AbstractListDecorator.html | 438 +- .../AbstractSerializableListDecorator.html | 422 +- .../class-use/CursorableLinkedList.Cursor.html | 454 +- .../class-use/CursorableLinkedList.SubCursor.html | 282 +- .../list/class-use/CursorableLinkedList.html | 356 +- .../collections/list/class-use/FixedSizeList.html | 282 +- .../collections/list/class-use/GrowthList.html | 282 +- .../collections/list/class-use/LazyList.html | 282 +- .../list/class-use/NodeCachingLinkedList.html | 282 +- .../PredicatedList.PredicatedListIterator.html | 282 +- .../collections/list/class-use/PredicatedList.html | 282 +- .../collections/list/class-use/SetUniqueList.html | 358 +- .../list/class-use/SynchronizedList.html | 282 +- .../TransformedList.TransformedListIterator.html | 282 +- .../list/class-use/TransformedList.html | 282 +- .../collections/list/class-use/TreeList.html | 282 +- .../collections/list/class-use/TypedList.html | 282 +- .../list/class-use/UnmodifiableList.html | 282 +- .../commons/collections/list/package-frame.html | 146 +- .../commons/collections/list/package-summary.html | 554 +- .../commons/collections/list/package-tree.html | 386 +- .../commons/collections/list/package-use.html | 434 +- .../map/AbstractHashedMap.EntrySet.html | 840 +- .../map/AbstractHashedMap.EntrySetIterator.html | 586 +- .../map/AbstractHashedMap.HashEntry.html | 980 +- .../map/AbstractHashedMap.HashIterator.html | 966 +- .../map/AbstractHashedMap.HashMapIterator.html | 768 +- .../collections/map/AbstractHashedMap.KeySet.html | 840 +- .../map/AbstractHashedMap.KeySetIterator.html | 588 +- .../collections/map/AbstractHashedMap.Values.html | 776 +- .../map/AbstractHashedMap.ValuesIterator.html | 580 +- .../commons/collections/map/AbstractHashedMap.html | 4006 +- .../map/AbstractLinkedMap.EntrySetIterator.html | 632 +- .../map/AbstractLinkedMap.KeySetIterator.html | 640 +- .../map/AbstractLinkedMap.LinkEntry.html | 642 +- .../map/AbstractLinkedMap.LinkIterator.html | 1108 +- .../map/AbstractLinkedMap.LinkMapIterator.html | 838 +- .../map/AbstractLinkedMap.ValuesIterator.html | 626 +- .../commons/collections/map/AbstractLinkedMap.html | 1916 +- .../collections/map/AbstractMapDecorator.html | 1386 +- .../map/AbstractOrderedMapDecorator.html | 1032 +- .../map/AbstractReferenceMap.ReferenceEntry.html | 972 +- .../collections/map/AbstractReferenceMap.html | 2254 +- .../map/AbstractSortedMapDecorator.html | 988 +- .../collections/map/CaseInsensitiveMap.html | 848 +- .../collections/map/CompositeMap.MapMutator.html | 564 +- .../commons/collections/map/CompositeMap.html | 1620 +- .../commons/collections/map/DefaultedMap.html | 938 +- .../commons/collections/map/FixedSizeMap.html | 1038 +- .../collections/map/FixedSizeSortedMap.html | 1356 +- .../apache/commons/collections/map/Flat3Map.html | 1490 +- .../apache/commons/collections/map/HashedMap.html | 792 +- .../collections/map/IdentityMap.IdentityEntry.html | 642 +- .../commons/collections/map/IdentityMap.html | 1026 +- .../org/apache/commons/collections/map/LRUMap.html | 1668 +- .../apache/commons/collections/map/LazyMap.html | 894 +- .../commons/collections/map/LazySortedMap.html | 1142 +- .../apache/commons/collections/map/LinkedMap.html | 1130 +- .../commons/collections/map/ListOrderedMap.html | 1968 +- .../commons/collections/map/MultiKeyMap.html | 3240 +- .../commons/collections/map/MultiValueMap.html | 1488 +- .../commons/collections/map/PredicatedMap.html | 1078 +- .../collections/map/PredicatedSortedMap.html | 1090 +- .../collections/map/ReferenceIdentityMap.html | 1076 +- .../commons/collections/map/ReferenceMap.html | 846 +- .../commons/collections/map/SingletonMap.html | 2154 +- .../commons/collections/map/StaticBucketMap.html | 1356 +- .../commons/collections/map/TransformedMap.html | 1240 +- .../collections/map/TransformedSortedMap.html | 1154 +- .../apache/commons/collections/map/TypedMap.html | 554 +- .../commons/collections/map/TypedSortedMap.html | 554 +- .../collections/map/UnmodifiableEntrySet.html | 968 +- .../commons/collections/map/UnmodifiableMap.html | 954 +- .../collections/map/UnmodifiableOrderedMap.html | 1026 +- .../collections/map/UnmodifiableSortedMap.html | 1190 +- .../map/class-use/AbstractHashedMap.EntrySet.html | 364 +- .../AbstractHashedMap.EntrySetIterator.html | 364 +- .../map/class-use/AbstractHashedMap.HashEntry.html | 1182 +- .../class-use/AbstractHashedMap.HashIterator.html | 412 +- .../AbstractHashedMap.HashMapIterator.html | 282 +- .../map/class-use/AbstractHashedMap.KeySet.html | 364 +- .../AbstractHashedMap.KeySetIterator.html | 282 +- .../map/class-use/AbstractHashedMap.Values.html | 364 +- .../AbstractHashedMap.ValuesIterator.html | 282 +- .../map/class-use/AbstractHashedMap.html | 776 +- .../AbstractLinkedMap.EntrySetIterator.html | 364 +- .../AbstractLinkedMap.KeySetIterator.html | 282 +- .../map/class-use/AbstractLinkedMap.LinkEntry.html | 644 +- .../class-use/AbstractLinkedMap.LinkIterator.html | 412 +- .../AbstractLinkedMap.LinkMapIterator.html | 282 +- .../AbstractLinkedMap.ValuesIterator.html | 282 +- .../map/class-use/AbstractLinkedMap.html | 488 +- .../map/class-use/AbstractMapDecorator.html | 766 +- .../map/class-use/AbstractOrderedMapDecorator.html | 364 +- .../AbstractReferenceMap.ReferenceEntry.html | 364 +- .../map/class-use/AbstractReferenceMap.html | 448 +- .../map/class-use/AbstractSortedMapDecorator.html | 446 +- .../map/class-use/CaseInsensitiveMap.html | 282 +- .../map/class-use/CompositeMap.MapMutator.html | 410 +- .../collections/map/class-use/CompositeMap.html | 412 +- .../collections/map/class-use/DefaultedMap.html | 282 +- .../collections/map/class-use/FixedSizeMap.html | 282 +- .../map/class-use/FixedSizeSortedMap.html | 282 +- .../collections/map/class-use/Flat3Map.html | 282 +- .../collections/map/class-use/HashedMap.html | 282 +- .../map/class-use/IdentityMap.IdentityEntry.html | 282 +- .../collections/map/class-use/IdentityMap.html | 282 +- .../commons/collections/map/class-use/LRUMap.html | 282 +- .../commons/collections/map/class-use/LazyMap.html | 364 +- .../collections/map/class-use/LazySortedMap.html | 282 +- .../collections/map/class-use/LinkedMap.html | 282 +- .../collections/map/class-use/ListOrderedMap.html | 282 +- .../collections/map/class-use/MultiKeyMap.html | 364 +- .../collections/map/class-use/MultiValueMap.html | 400 +- .../collections/map/class-use/PredicatedMap.html | 364 +- .../map/class-use/PredicatedSortedMap.html | 282 +- .../map/class-use/ReferenceIdentityMap.html | 282 +- .../collections/map/class-use/ReferenceMap.html | 282 +- .../collections/map/class-use/SingletonMap.html | 282 +- .../collections/map/class-use/StaticBucketMap.html | 282 +- .../collections/map/class-use/TransformedMap.html | 364 +- .../map/class-use/TransformedSortedMap.html | 282 +- .../collections/map/class-use/TypedMap.html | 282 +- .../collections/map/class-use/TypedSortedMap.html | 282 +- .../map/class-use/UnmodifiableEntrySet.html | 282 +- .../collections/map/class-use/UnmodifiableMap.html | 282 +- .../map/class-use/UnmodifiableOrderedMap.html | 282 +- .../map/class-use/UnmodifiableSortedMap.html | 282 +- .../commons/collections/map/package-frame.html | 292 +- .../commons/collections/map/package-summary.html | 856 +- .../commons/collections/map/package-tree.html | 470 +- .../commons/collections/map/package-use.html | 666 +- .../apache/commons/collections/package-frame.html | 346 +- .../commons/collections/package-summary.html | 892 +- .../apache/commons/collections/package-tree.html | 506 +- .../apache/commons/collections/package-use.html | 1740 +- .../set/AbstractSerializableSetDecorator.html | 578 +- .../collections/set/AbstractSetDecorator.html | 682 +- .../set/AbstractSortedSetDecorator.html | 970 +- .../collections/set/CompositeSet.SetMutator.html | 468 +- .../commons/collections/set/CompositeSet.html | 1042 +- .../commons/collections/set/ListOrderedSet.html | 1648 +- .../commons/collections/set/MapBackedSet.html | 1310 +- .../commons/collections/set/PredicatedSet.html | 742 +- .../collections/set/PredicatedSortedSet.html | 974 +- .../commons/collections/set/SynchronizedSet.html | 732 +- .../collections/set/SynchronizedSortedSet.html | 1000 +- .../commons/collections/set/TransformedSet.html | 688 +- .../collections/set/TransformedSortedSet.html | 1020 +- .../apache/commons/collections/set/TypedSet.html | 548 +- .../commons/collections/set/TypedSortedSet.html | 548 +- .../commons/collections/set/UnmodifiableSet.html | 882 +- .../collections/set/UnmodifiableSortedSet.html | 1036 +- .../AbstractSerializableSetDecorator.html | 376 +- .../set/class-use/AbstractSetDecorator.html | 492 +- .../set/class-use/AbstractSortedSetDecorator.html | 360 +- .../set/class-use/CompositeSet.SetMutator.html | 282 +- .../collections/set/class-use/CompositeSet.html | 366 +- .../collections/set/class-use/ListOrderedSet.html | 394 +- .../collections/set/class-use/MapBackedSet.html | 282 +- .../collections/set/class-use/PredicatedSet.html | 360 +- .../set/class-use/PredicatedSortedSet.html | 282 +- .../collections/set/class-use/SynchronizedSet.html | 282 +- .../set/class-use/SynchronizedSortedSet.html | 282 +- .../collections/set/class-use/TransformedSet.html | 360 +- .../set/class-use/TransformedSortedSet.html | 282 +- .../collections/set/class-use/TypedSet.html | 282 +- .../collections/set/class-use/TypedSortedSet.html | 282 +- .../collections/set/class-use/UnmodifiableSet.html | 282 +- .../set/class-use/UnmodifiableSortedSet.html | 282 +- .../commons/collections/set/package-frame.html | 148 +- .../commons/collections/set/package-summary.html | 540 +- .../commons/collections/set/package-tree.html | 394 +- .../commons/collections/set/package-use.html | 460 +- .../apidocs/overview-frame.html | 130 +- .../apidocs/overview-summary.html | 460 +- .../apidocs/overview-tree.html | 1168 +- .../apidocs/package-list | 24 +- .../apidocs/packages | 22 +- .../apidocs/serialized-form.html | 10486 +- .../apidocs/stylesheet.css | 58 +- .../commons-collections-3.2.1-javadoc.jar | Bin 2028934 -> 2028859 bytes .../commons-collections-3.2.1-sources.jar | Bin 641582 -> 641553 bytes .../commons-collections-3.2.1.jar | Bin 575389 -> 575371 bytes .../kezvh/collections/dualmaps/DualMapTest.java | 214 + .../collections/dualmaps/HashDualMapTest.java | 27 + .../directed/GraphWithEdgeValuesTemplate.java | 4 +- .../graphs/directed/GraphWithValuesTemplate.java | 4 +- .../kezvh/collections/trees/TestListRefTree.java | 20 + .../net/kezvh/collections/trees/TestTree.java | 70 + .../net/kezvh/algorithms/graph/FloydWarshall.java | 2 +- .../kezvh/collections/ComparableComparator.java | 2 + .../net/kezvh/collections/CrossIterator.java | 2 + .../net/kezvh/collections/DisjointSetForrest.java | 18 +- .../src-lib/net/kezvh/collections/KezvhArrays.java | 1388 +- .../net/kezvh/collections/KezvhCollections.java | 7 +- .../net/kezvh/collections/SortedArrayMap.java | 4 +- .../collections/dualmaps/AbstractDualMap.java | 213 + .../net/kezvh/collections/dualmaps/DualMap.java | 499 + .../kezvh/collections/dualmaps/HashDualMap.java | 1715 + .../graphs/directed/HashDirectedGraph.java | 4 +- .../kezvh/collections/trees/ChildrenAccessor.java | 16 + .../collections/trees/InOrderTreeIterator.java | 26 + .../collections/trees/LevelOrderTreeIterator.java | 26 + .../net/kezvh/collections/trees/ListRefTree.java | 453 + .../collections/trees/PostOrderTreeIterator.java | 26 + .../collections/trees/PreOrderTreeIterator.java | 72 + .../src-lib/net/kezvh/collections/trees/Tree.java | 118 + .../net/kezvh/collections/views/ListSlice.java | 57 + .../net/kezvh/collections/views/MapSlice.java | 65 + .../src-lib/net/kezvh/functional/Operations.java | 2 +- KezvhLib/src-lib/net/kezvh/text/SimpleJoiner.java | 2 +- KezvhLib/src-lib/net/kezvh/ui/menu/SpringMenu.java | 87 + Primititive/.classpath | 6 + Primititive/.project | 17 + Primititive/src/kezvh/primitive/Primitive.java | 443 + Toady/.classpath | 12 + Toady/.project | 17 + Toady/build.xml | 22 + Toady/lib/commons-lang-2.4-bin.tar.gz | Bin 0 -> 1658156 bytes Toady/lib/commons-lang-2.4/LICENSE.txt | 202 + Toady/lib/commons-lang-2.4/NOTICE.txt | 5 + Toady/lib/commons-lang-2.4/RELEASE-NOTES.txt | 124 + .../commons-lang-2.4/apidocs/allclasses-frame.html | 187 + .../apidocs/allclasses-noframe.html | 187 + .../commons-lang-2.4/apidocs/constant-values.html | 461 + .../commons-lang-2.4/apidocs/deprecated-list.html | 406 + Toady/lib/commons-lang-2.4/apidocs/help-doc.html | 194 + Toady/lib/commons-lang-2.4/apidocs/index-all.html | 7349 + Toady/lib/commons-lang-2.4/apidocs/index.html | 27 + Toady/lib/commons-lang-2.4/apidocs/options | 21 + .../org/apache/commons/lang/ArrayUtils.html | 6144 + .../apidocs/org/apache/commons/lang/BitField.html | 687 + .../org/apache/commons/lang/BooleanUtils.html | 1447 + .../org/apache/commons/lang/CharEncoding.html | 473 + .../apidocs/org/apache/commons/lang/CharRange.html | 530 + .../apidocs/org/apache/commons/lang/CharSet.html | 677 + .../org/apache/commons/lang/CharSetUtils.html | 621 + .../apidocs/org/apache/commons/lang/CharUtils.html | 1017 + .../org/apache/commons/lang/ClassUtils.html | 1185 + .../apache/commons/lang/IllegalClassException.html | 306 + .../commons/lang/IncompleteArgumentException.html | 289 + .../org/apache/commons/lang/LocaleUtils.html | 488 + .../commons/lang/NotImplementedException.html | 740 + .../apache/commons/lang/NullArgumentException.html | 270 + .../org/apache/commons/lang/NumberRange.html | 479 + .../org/apache/commons/lang/NumberUtils.html | 751 + .../org/apache/commons/lang/ObjectUtils.Null.html | 217 + .../org/apache/commons/lang/ObjectUtils.html | 657 + .../org/apache/commons/lang/RandomStringUtils.html | 630 + .../commons/lang/SerializationException.html | 338 + .../apache/commons/lang/SerializationUtils.html | 410 + .../org/apache/commons/lang/StringEscapeUtils.html | 1012 + .../org/apache/commons/lang/StringUtils.html | 6510 + .../org/apache/commons/lang/SystemUtils.html | 2508 + .../apache/commons/lang/UnhandledException.html | 311 + .../apidocs/org/apache/commons/lang/Validate.html | 985 + .../apidocs/org/apache/commons/lang/WordUtils.html | 730 + .../commons/lang/builder/CompareToBuilder.html | 1304 + .../apache/commons/lang/builder/EqualsBuilder.html | 1092 + .../commons/lang/builder/HashCodeBuilder.html | 1234 + .../lang/builder/ReflectionToStringBuilder.html | 1151 + .../lang/builder/StandardToStringStyle.html | 1412 + .../commons/lang/builder/ToStringBuilder.html | 1955 + .../apache/commons/lang/builder/ToStringStyle.html | 3600 + .../lang/builder/class-use/CompareToBuilder.html | 377 + .../lang/builder/class-use/EqualsBuilder.html | 340 + .../lang/builder/class-use/HashCodeBuilder.html | 337 + .../class-use/ReflectionToStringBuilder.html | 174 + .../builder/class-use/StandardToStringStyle.html | 137 + .../lang/builder/class-use/ToStringBuilder.html | 668 + .../lang/builder/class-use/ToStringStyle.html | 411 + .../apache/commons/lang/builder/package-frame.html | 45 + .../commons/lang/builder/package-summary.html | 199 + .../apache/commons/lang/builder/package-tree.html | 151 + .../apache/commons/lang/builder/package-use.html | 196 + .../apache/commons/lang/class-use/ArrayUtils.html | 137 + .../apache/commons/lang/class-use/BitField.html | 137 + .../commons/lang/class-use/BooleanUtils.html | 137 + .../commons/lang/class-use/CharEncoding.html | 137 + .../apache/commons/lang/class-use/CharRange.html | 191 + .../org/apache/commons/lang/class-use/CharSet.html | 239 + .../commons/lang/class-use/CharSetUtils.html | 137 + .../apache/commons/lang/class-use/CharUtils.html | 137 + .../apache/commons/lang/class-use/ClassUtils.html | 137 + .../lang/class-use/IllegalClassException.html | 137 + .../class-use/IncompleteArgumentException.html | 137 + .../apache/commons/lang/class-use/LocaleUtils.html | 137 + .../lang/class-use/NotImplementedException.html | 137 + .../lang/class-use/NullArgumentException.html | 137 + .../apache/commons/lang/class-use/NumberRange.html | 184 + .../apache/commons/lang/class-use/NumberUtils.html | 137 + .../commons/lang/class-use/ObjectUtils.Null.html | 175 + .../apache/commons/lang/class-use/ObjectUtils.html | 137 + .../commons/lang/class-use/RandomStringUtils.html | 137 + .../lang/class-use/SerializationException.html | 137 + .../commons/lang/class-use/SerializationUtils.html | 137 + .../commons/lang/class-use/StringEscapeUtils.html | 137 + .../apache/commons/lang/class-use/StringUtils.html | 137 + .../apache/commons/lang/class-use/SystemUtils.html | 137 + .../commons/lang/class-use/UnhandledException.html | 137 + .../apache/commons/lang/class-use/Validate.html | 137 + .../apache/commons/lang/class-use/WordUtils.html | 137 + .../apidocs/org/apache/commons/lang/enum/Enum.html | 833 + .../org/apache/commons/lang/enum/EnumUtils.html | 407 + .../org/apache/commons/lang/enum/ValuedEnum.html | 466 + .../apache/commons/lang/enum/class-use/Enum.html | 212 + .../commons/lang/enum/class-use/EnumUtils.html | 137 + .../commons/lang/enum/class-use/ValuedEnum.html | 176 + .../apache/commons/lang/enum/package-frame.html | 37 + .../apache/commons/lang/enum/package-summary.html | 221 + .../org/apache/commons/lang/enum/package-tree.html | 149 + .../org/apache/commons/lang/enum/package-use.html | 175 + .../org/apache/commons/lang/enums/Enum.html | 877 + .../org/apache/commons/lang/enums/EnumUtils.html | 402 + .../org/apache/commons/lang/enums/ValuedEnum.html | 472 + .../apache/commons/lang/enums/class-use/Enum.html | 210 + .../commons/lang/enums/class-use/EnumUtils.html | 137 + .../commons/lang/enums/class-use/ValuedEnum.html | 175 + .../apache/commons/lang/enums/package-frame.html | 37 + .../apache/commons/lang/enums/package-summary.html | 210 + .../apache/commons/lang/enums/package-tree.html | 149 + .../org/apache/commons/lang/enums/package-use.html | 171 + .../commons/lang/exception/ExceptionUtils.html | 1110 + .../apache/commons/lang/exception/Nestable.html | 544 + .../commons/lang/exception/NestableDelegate.html | 730 + .../commons/lang/exception/NestableError.html | 752 + .../commons/lang/exception/NestableException.html | 809 + .../lang/exception/NestableRuntimeException.html | 757 + .../lang/exception/class-use/ExceptionUtils.html | 137 + .../commons/lang/exception/class-use/Nestable.html | 252 + .../lang/exception/class-use/NestableDelegate.html | 193 + .../lang/exception/class-use/NestableError.html | 137 + .../exception/class-use/NestableException.html | 137 + .../class-use/NestableRuntimeException.html | 182 + .../commons/lang/exception/package-frame.html | 70 + .../commons/lang/exception/package-summary.html | 228 + .../commons/lang/exception/package-tree.html | 164 + .../apache/commons/lang/exception/package-use.html | 201 + .../org/apache/commons/lang/math/DoubleRange.html | 799 + .../org/apache/commons/lang/math/FloatRange.html | 795 + .../org/apache/commons/lang/math/Fraction.html | 1298 + .../apache/commons/lang/math/IEEE754rUtils.html | 562 + .../org/apache/commons/lang/math/IntRange.html | 807 + .../org/apache/commons/lang/math/JVMRandom.html | 507 + .../org/apache/commons/lang/math/LongRange.html | 820 + .../org/apache/commons/lang/math/NumberRange.html | 460 + .../org/apache/commons/lang/math/NumberUtils.html | 1970 + .../org/apache/commons/lang/math/RandomUtils.html | 583 + .../org/apache/commons/lang/math/Range.html | 910 + .../commons/lang/math/class-use/DoubleRange.html | 137 + .../commons/lang/math/class-use/FloatRange.html | 137 + .../commons/lang/math/class-use/Fraction.html | 433 + .../commons/lang/math/class-use/IEEE754rUtils.html | 137 + .../commons/lang/math/class-use/IntRange.html | 137 + .../commons/lang/math/class-use/JVMRandom.html | 137 + .../commons/lang/math/class-use/LongRange.html | 137 + .../commons/lang/math/class-use/NumberRange.html | 137 + .../commons/lang/math/class-use/NumberUtils.html | 137 + .../commons/lang/math/class-use/RandomUtils.html | 137 + .../apache/commons/lang/math/class-use/Range.html | 302 + .../apache/commons/lang/math/package-frame.html | 53 + .../apache/commons/lang/math/package-summary.html | 215 + .../org/apache/commons/lang/math/package-tree.html | 160 + .../org/apache/commons/lang/math/package-use.html | 170 + .../org/apache/commons/lang/mutable/Mutable.html | 261 + .../commons/lang/mutable/MutableBoolean.html | 494 + .../apache/commons/lang/mutable/MutableByte.html | 784 + .../apache/commons/lang/mutable/MutableDouble.html | 830 + .../apache/commons/lang/mutable/MutableFloat.html | 829 + .../apache/commons/lang/mutable/MutableInt.html | 759 + .../apache/commons/lang/mutable/MutableLong.html | 759 + .../apache/commons/lang/mutable/MutableObject.html | 391 + .../apache/commons/lang/mutable/MutableShort.html | 784 + .../commons/lang/mutable/class-use/Mutable.html | 229 + .../lang/mutable/class-use/MutableBoolean.html | 137 + .../lang/mutable/class-use/MutableByte.html | 137 + .../lang/mutable/class-use/MutableDouble.html | 137 + .../lang/mutable/class-use/MutableFloat.html | 137 + .../commons/lang/mutable/class-use/MutableInt.html | 137 + .../lang/mutable/class-use/MutableLong.html | 137 + .../lang/mutable/class-use/MutableObject.html | 137 + .../lang/mutable/class-use/MutableShort.html | 137 + .../apache/commons/lang/mutable/package-frame.html | 58 + .../commons/lang/mutable/package-summary.html | 210 + .../apache/commons/lang/mutable/package-tree.html | 162 + .../apache/commons/lang/mutable/package-use.html | 163 + .../org/apache/commons/lang/package-frame.html | 94 + .../org/apache/commons/lang/package-summary.html | 291 + .../org/apache/commons/lang/package-tree.html | 164 + .../org/apache/commons/lang/package-use.html | 184 + .../apache/commons/lang/text/CompositeFormat.html | 402 + .../commons/lang/text/ExtendedMessageFormat.html | 521 + .../apache/commons/lang/text/FormatFactory.html | 234 + .../org/apache/commons/lang/text/StrBuilder.html | 4044 + .../org/apache/commons/lang/text/StrLookup.html | 368 + .../org/apache/commons/lang/text/StrMatcher.html | 624 + .../apache/commons/lang/text/StrSubstitutor.html | 1327 + .../org/apache/commons/lang/text/StrTokenizer.html | 1719 + .../lang/text/class-use/CompositeFormat.html | 137 + .../lang/text/class-use/ExtendedMessageFormat.html | 137 + .../commons/lang/text/class-use/FormatFactory.html | 137 + .../commons/lang/text/class-use/StrBuilder.html | 1008 + .../commons/lang/text/class-use/StrLookup.html | 247 + .../commons/lang/text/class-use/StrMatcher.html | 539 + .../lang/text/class-use/StrSubstitutor.html | 214 + .../commons/lang/text/class-use/StrTokenizer.html | 329 + .../apache/commons/lang/text/package-frame.html | 56 + .../apache/commons/lang/text/package-summary.html | 215 + .../org/apache/commons/lang/text/package-tree.html | 158 + .../org/apache/commons/lang/text/package-use.html | 191 + .../apache/commons/lang/time/DateFormatUtils.html | 882 + .../org/apache/commons/lang/time/DateUtils.html | 2190 + .../commons/lang/time/DurationFormatUtils.html | 536 + .../apache/commons/lang/time/FastDateFormat.html | 1434 + .../org/apache/commons/lang/time/StopWatch.html | 642 + .../lang/time/class-use/DateFormatUtils.html | 137 + .../commons/lang/time/class-use/DateUtils.html | 137 + .../lang/time/class-use/DurationFormatUtils.html | 137 + .../lang/time/class-use/FastDateFormat.html | 419 + .../commons/lang/time/class-use/StopWatch.html | 137 + .../apache/commons/lang/time/package-frame.html | 41 + .../apache/commons/lang/time/package-summary.html | 197 + .../org/apache/commons/lang/time/package-tree.html | 149 + .../org/apache/commons/lang/time/package-use.html | 165 + .../commons-lang-2.4/apidocs/overview-frame.html | 59 + .../commons-lang-2.4/apidocs/overview-summary.html | 190 + .../commons-lang-2.4/apidocs/overview-tree.html | 213 + Toady/lib/commons-lang-2.4/apidocs/package-list | 9 + Toady/lib/commons-lang-2.4/apidocs/packages | 9 + Toady/lib/commons-lang-2.4/apidocs/packages.html | 38 + .../commons-lang-2.4/apidocs/resources/inherit.gif | Bin 0 -> 57 bytes .../commons-lang-2.4/apidocs/serialized-form.html | 1812 + Toady/lib/commons-lang-2.4/apidocs/stylesheet.css | 29 + .../commons-lang-2.4/commons-lang-2.4-javadoc.jar | Bin 0 -> 712574 bytes .../commons-lang-2.4/commons-lang-2.4-sources.jar | Bin 0 -> 339306 bytes Toady/lib/commons-lang-2.4/commons-lang-2.4.jar | Bin 0 -> 261802 bytes Toady/src/net/kezvh/toady/Toady.java | 260 + Toady/src/net/kezvh/toady/Toady2.java | 562 + add.sh | 1 + boggler/.classpath | 7 + boggler/.project | 17 + boggler/src/kezvh/net/boggler/BoggleTrie.java | 72 + boggler/src/kezvh/net/boggler/Boggler.java | 332 + remove_trailing_whitespace.pl | 10 +- .../src/kezvh/symboljunky/RelationType.java | 2 +- .../src/kezvh/symboljunky/Representation.java | 16 +- .../src/kezvh/symboljunky/RepresentationType.java | 6 +- symboljunky/src/kezvh/symboljunky/Symbol.java | 12 +- .../src/kezvh/symboljunky/SymbolProperty.java | 8 +- .../src/kezvh/symboljunky/SymbolPropertyType.java | 4 +- symboljunky/src/kezvh/symboljunky/Tag.java | 10 +- 1036 files changed, 471925 insertions(+), 352100 deletions(-) create mode 100644 ArachnidRocketgum/web/static/ArachnidRocketgum.tar.bz2 create mode 100644 KezvhLib/src-junit/net/kezvh/collections/dualmaps/DualMapTest.java create mode 100644 KezvhLib/src-junit/net/kezvh/collections/dualmaps/HashDualMapTest.java create mode 100644 KezvhLib/src-junit/net/kezvh/collections/trees/TestListRefTree.java create mode 100644 KezvhLib/src-junit/net/kezvh/collections/trees/TestTree.java rewrite KezvhLib/src-lib/net/kezvh/collections/KezvhArrays.java (89%) mode change 100644 => 100755 create mode 100755 KezvhLib/src-lib/net/kezvh/collections/dualmaps/AbstractDualMap.java create mode 100755 KezvhLib/src-lib/net/kezvh/collections/dualmaps/DualMap.java create mode 100644 KezvhLib/src-lib/net/kezvh/collections/dualmaps/HashDualMap.java create mode 100644 KezvhLib/src-lib/net/kezvh/collections/trees/ChildrenAccessor.java create mode 100644 KezvhLib/src-lib/net/kezvh/collections/trees/InOrderTreeIterator.java create mode 100644 KezvhLib/src-lib/net/kezvh/collections/trees/LevelOrderTreeIterator.java create mode 100644 KezvhLib/src-lib/net/kezvh/collections/trees/ListRefTree.java create mode 100644 KezvhLib/src-lib/net/kezvh/collections/trees/PostOrderTreeIterator.java create mode 100644 KezvhLib/src-lib/net/kezvh/collections/trees/PreOrderTreeIterator.java create mode 100644 KezvhLib/src-lib/net/kezvh/collections/trees/Tree.java create mode 100644 KezvhLib/src-lib/net/kezvh/collections/views/ListSlice.java create mode 100644 KezvhLib/src-lib/net/kezvh/collections/views/MapSlice.java create mode 100644 KezvhLib/src-lib/net/kezvh/ui/menu/SpringMenu.java create mode 100644 Primititive/.classpath create mode 100644 Primititive/.project create mode 100644 Primititive/src/kezvh/primitive/Primitive.java create mode 100644 Toady/.classpath create mode 100644 Toady/.project create mode 100644 Toady/build.xml create mode 100644 Toady/lib/commons-lang-2.4-bin.tar.gz create mode 100644 Toady/lib/commons-lang-2.4/LICENSE.txt create mode 100644 Toady/lib/commons-lang-2.4/NOTICE.txt create mode 100644 Toady/lib/commons-lang-2.4/RELEASE-NOTES.txt create mode 100644 Toady/lib/commons-lang-2.4/apidocs/allclasses-frame.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/allclasses-noframe.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/constant-values.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/deprecated-list.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/help-doc.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/index-all.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/index.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/options create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/ArrayUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/BitField.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/BooleanUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharEncoding.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharRange.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharSet.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharSetUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/ClassUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/IllegalClassException.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/IncompleteArgumentException.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/LocaleUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/NotImplementedException.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/NullArgumentException.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/NumberRange.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/NumberUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/ObjectUtils.Null.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/ObjectUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/RandomStringUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/SerializationException.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/SerializationUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/StringEscapeUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/StringUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/SystemUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/UnhandledException.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/Validate.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/WordUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/CompareToBuilder.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/EqualsBuilder.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/HashCodeBuilder.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/ReflectionToStringBuilder.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/StandardToStringStyle.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/ToStringBuilder.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/ToStringStyle.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/CompareToBuilder.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/EqualsBuilder.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/HashCodeBuilder.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/ReflectionToStringBuilder.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/StandardToStringStyle.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/ToStringBuilder.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/ToStringStyle.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/package-frame.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/package-summary.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/package-tree.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/package-use.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/ArrayUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/BitField.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/BooleanUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharEncoding.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharRange.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharSet.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharSetUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/ClassUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/IllegalClassException.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/IncompleteArgumentException.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/LocaleUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/NotImplementedException.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/NullArgumentException.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/NumberRange.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/NumberUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/ObjectUtils.Null.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/ObjectUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/RandomStringUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/SerializationException.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/SerializationUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/StringEscapeUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/StringUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/SystemUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/UnhandledException.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/Validate.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/WordUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/Enum.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/EnumUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/ValuedEnum.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/class-use/Enum.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/class-use/EnumUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/class-use/ValuedEnum.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/package-frame.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/package-summary.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/package-tree.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/package-use.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/Enum.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/EnumUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/ValuedEnum.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/class-use/Enum.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/class-use/EnumUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/class-use/ValuedEnum.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/package-frame.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/package-summary.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/package-tree.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/package-use.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/ExceptionUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/Nestable.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/NestableDelegate.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/NestableError.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/NestableException.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/NestableRuntimeException.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/ExceptionUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/Nestable.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/NestableDelegate.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/NestableError.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/NestableException.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/NestableRuntimeException.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/package-frame.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/package-summary.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/package-tree.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/package-use.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/DoubleRange.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/FloatRange.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/Fraction.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/IEEE754rUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/IntRange.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/JVMRandom.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/LongRange.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/NumberRange.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/NumberUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/RandomUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/Range.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/DoubleRange.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/FloatRange.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/Fraction.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/IEEE754rUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/IntRange.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/JVMRandom.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/LongRange.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/NumberRange.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/NumberUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/RandomUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/Range.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/package-frame.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/package-summary.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/package-tree.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/package-use.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/Mutable.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableBoolean.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableByte.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableDouble.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableFloat.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableInt.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableLong.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableObject.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableShort.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/Mutable.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableBoolean.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableByte.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableDouble.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableFloat.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableInt.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableLong.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableObject.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableShort.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/package-frame.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/package-summary.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/package-tree.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/package-use.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/package-frame.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/package-summary.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/package-tree.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/package-use.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/CompositeFormat.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/ExtendedMessageFormat.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/FormatFactory.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrBuilder.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrLookup.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrMatcher.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrSubstitutor.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrTokenizer.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/CompositeFormat.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/ExtendedMessageFormat.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/FormatFactory.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrBuilder.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrLookup.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrMatcher.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrSubstitutor.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrTokenizer.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/package-frame.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/package-summary.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/package-tree.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/package-use.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/DateFormatUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/DateUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/DurationFormatUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/FastDateFormat.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/StopWatch.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/DateFormatUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/DateUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/DurationFormatUtils.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/FastDateFormat.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/StopWatch.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/package-frame.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/package-summary.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/package-tree.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/package-use.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/overview-frame.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/overview-summary.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/overview-tree.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/package-list create mode 100644 Toady/lib/commons-lang-2.4/apidocs/packages create mode 100644 Toady/lib/commons-lang-2.4/apidocs/packages.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/resources/inherit.gif create mode 100644 Toady/lib/commons-lang-2.4/apidocs/serialized-form.html create mode 100644 Toady/lib/commons-lang-2.4/apidocs/stylesheet.css create mode 100644 Toady/lib/commons-lang-2.4/commons-lang-2.4-javadoc.jar create mode 100644 Toady/lib/commons-lang-2.4/commons-lang-2.4-sources.jar create mode 100644 Toady/lib/commons-lang-2.4/commons-lang-2.4.jar create mode 100644 Toady/src/net/kezvh/toady/Toady.java create mode 100644 Toady/src/net/kezvh/toady/Toady2.java create mode 100644 add.sh create mode 100644 boggler/.classpath create mode 100644 boggler/.project create mode 100644 boggler/src/kezvh/net/boggler/BoggleTrie.java create mode 100644 boggler/src/kezvh/net/boggler/Boggler.java diff --git a/ArachnidRocketgum/dicts/dictionary.usethis.diff b/ArachnidRocketgum/dicts/dictionary.usethis.diff index 7d5fd80..565d628 100755 --- a/ArachnidRocketgum/dicts/dictionary.usethis.diff +++ b/ArachnidRocketgum/dicts/dictionary.usethis.diff @@ -1,103248 +1,103248 @@ -b missing node repaying -b missing node shrewishness -b missing node treason -b missing node indignation -b missing node eyetooth -b missing node placater -b missing node placates -b missing node sledding -b missing node exhumation -b missing node costumier -b missing node placated -b missing node sonority -b missing node signifying -b missing node blethered -b missing node wiggling -b missing node automatize -b missing node deactivating -b missing node chickened -b missing node timed -b missing node dozers -b missing node cohabiting -b missing node gingival -b missing node signalization -b missing node serenade -b missing node marbleize -b missing node reconditely -b missing node legalistically -b missing node gingivae -b missing node salient -b missing node bulkier -b missing node mugs -b missing node deactivation -b missing node restating -b missing node uttering -b missing node ignorance -b missing node passovers -b missing node steeling -b missing node inefficient -b missing node times -b missing node timer -b missing node helix -b missing node swords -b missing node insufferably -b missing node helio -b missing node foliating -b missing node sobering -b missing node a -b missing node slated -b missing node mimosa -b missing node astounded -b missing node levellers -b missing node i -b missing node analyze -b missing node snaggier -b missing node flabbiest -b missing node birdbrains -b missing node lyrisms -b missing node slater -b missing node emancipations -b missing node insufferable -b missing node slates -b missing node foliation -b missing node smartening -b missing node pertained -b missing node equestrienne -b missing node axletree -b missing node consumption -b missing node berceuses -b missing node injecting -b missing node copulating -b missing node travoises -b missing node faunally -b missing node muds -b missing node verminously -b missing node coagulation -b missing node copulation -b missing node dozens -b missing node verbid -b missing node nonperishable -b missing node chivvied -b missing node regimentation -b missing node much -b missing node timid -b missing node cannonballs -b missing node muck -b missing node hematinic -b missing node coagulating -b missing node chivvies -b missing node update -b missing node whiffled -b missing node suffragettes -b missing node muff -b missing node helots -b missing node vade -b missing node minelayers -b missing node helms -b missing node quietness -b missing node undamaged -b missing node agrimony -b missing node encrusting -b missing node monodies -b missing node middled -b missing node starker -b missing node insurgency -b missing node injection -b missing node hello -b missing node middles -b missing node convoy -b missing node middler -b missing node hells -b missing node insurgence -b missing node hormonal -b missing node whiffler -b missing node whiffles -b missing node vane -b missing node intermediately -b missing node hayseeds -b missing node malformed -b missing node skywriter -b missing node skywrites -b missing node backpackers -b missing node eyeletted -b missing node helot -b missing node fungosity -b missing node glade -b missing node vans -b missing node reasonless -b missing node discrepancy -b missing node locoism -b missing node unhappiest -b missing node lyrists -b missing node pulverized -b missing node toking -b missing node generousness -b missing node glads -b missing node bedwarf -b missing node rascal -b missing node descriptively -b missing node vamp -b missing node gestalten -b missing node yachting -b missing node taffy -b missing node pulverizes -b missing node preschooler -b missing node glady -b missing node bulking -b missing node muon -b missing node lowness -b missing node nonadministrative -b missing node retrofiring -b missing node mush -b missing node technician -b missing node muse -b missing node butteriest -b missing node orangiest -b missing node executrix -b missing node beneficently -b missing node discourses -b missing node discourser -b missing node analyse -b missing node murk -b missing node mismanagement -b missing node helps -b missing node discoursed -b missing node hormones -b missing node snagging -b missing node blowhards -b missing node cottonwoods -b missing node sooths -b missing node copulative -b missing node strafed -b missing node exteriors -b missing node overlorded -b missing node mule -b missing node potters -b missing node hormonic -b missing node starkly -b missing node hegemonies -b missing node pottery -b missing node interlopers -b missing node mull -b missing node analyst -b missing node unrecognized -b missing node vail -b missing node harpoon -b missing node plunging -b missing node inaudible -b missing node joyride -b missing node harbours -b missing node daunters -b missing node locoing -b missing node vain -b missing node infolders -b missing node bombasts -b missing node dodderer -b missing node repents -b missing node microbian -b missing node bulkily -b missing node workhouses -b missing node vale -b missing node microbial -b missing node helve -b missing node semilunar -b missing node cerias -b missing node figurations -b missing node coagulative -b missing node assailant -b missing node brainpans -b missing node inaudibly -b missing node throwback -b missing node squirrelled -b missing node pervasive -b missing node properer -b missing node gangrene -b missing node strafer -b missing node soberize -b missing node doddered -b missing node fought -b missing node sexiness -b missing node risus -b missing node strafes -b missing node arsenical -b missing node mums -b missing node sensorial -b missing node mumm -b missing node handhold -b missing node glace -b missing node mump -b missing node sextant -b missing node enslave -b missing node wiglets -b missing node scallywag -b missing node metabolite -b missing node weighty -b missing node monoxides -b missing node crocks -b missing node potter -b missing node disabusing -b missing node metazoa -b missing node defacements -b missing node secondly -b missing node potted -b missing node admirable -b missing node warren -b missing node bandicoot -b missing node warred -b missing node binders -b missing node demographers -b missing node admirably -b missing node bindery -b missing node arborizing -b missing node ancillary -b missing node graduation -b missing node belugas -b missing node rewriters -b missing node gelidity -b missing node fiftieths -b missing node unquote -b missing node decrial -b missing node pippin -b missing node glans -b missing node tilts -b missing node metabolism -b missing node repetitiously -b missing node graduating -b missing node halvas -b missing node gonopores -b missing node bentwoods -b missing node lankiness -b missing node strolled -b missing node halvah -b missing node suppressant -b missing node invested -b missing node debilitate -b missing node outperforms -b missing node tilth -b missing node backdrops -b missing node antipathies -b missing node musk -b missing node doughboys -b missing node syncopations -b missing node cabalists -b missing node stroller -b missing node must -b missing node muss -b missing node churchyard -b missing node sewers -b missing node parings -b missing node automating -b missing node monodist -b missing node mute -b missing node vase -b missing node suspectable -b missing node criterions -b missing node mutt -b missing node vary -b missing node gnawingly -b missing node rotifer -b missing node curdlers -b missing node breaching -b missing node soothe -b missing node unlikely -b missing node quayage -b missing node walking -b missing node recelebrates -b missing node rationalists -b missing node maintop -b missing node americanizing -b missing node recelebrated -b missing node weensier -b missing node tything -b missing node souled -b missing node leadenly -b missing node pipped -b missing node vast -b missing node recoilers -b missing node unfriendly -b missing node cleanups -b missing node helper -b missing node gloomiest -b missing node sassiest -b missing node helped -b missing node accompaniment -b missing node sooted -b missing node torrent -b missing node vats -b missing node borscht -b missing node shrinkers -b missing node inquieting -b missing node lastingness -b missing node infanticide -b missing node tasking -b missing node misalphabetize -b missing node yourself -b missing node parafoil -b missing node calibrations -b missing node seconded -b missing node deadman -b missing node wigglier -b missing node costuming -b missing node whiffs -b missing node rotterdam -b missing node heman -b missing node behests -b missing node seconder -b missing node secondes -b missing node debilitant -b missing node betake -b missing node culture -b missing node strangulates -b missing node dextrin -b missing node sinfonia -b missing node caponization -b missing node puffiness -b missing node accusable -b missing node sensorium -b missing node subbass -b missing node whiffletree -b missing node exserting -b missing node obstructionists -b missing node steelies -b missing node scalar -b missing node steelier -b missing node automation -b missing node hallmark -b missing node geographically -b missing node doozer -b missing node clockers -b missing node presurgical -b missing node rechargeable -b missing node verbal -b missing node packeted -b missing node patrimonies -b missing node pressings -b missing node tills -b missing node deacon -b missing node luscious -b missing node scudding -b missing node chandelier -b missing node obdurate -b missing node jerkiness -b missing node cerium -b missing node jaundicing -b missing node toxified -b missing node rapporteur -b missing node unexpended -b missing node tastelessly -b missing node unavoidably -b missing node chorals -b missing node outbalances -b missing node unavoidable -b missing node apprehends -b missing node metabolize -b missing node classicists -b missing node wants -b missing node chorale -b missing node outbalanced -b missing node enditing -b missing node flummery -b missing node zionists -b missing node strangulated -b missing node harpists -b missing node dissolve -b missing node haddie -b missing node glary -b missing node convolutions -b missing node bigotries -b missing node interfere -b missing node cerise -b missing node dickered -b missing node dependance -b missing node beavered -b missing node glass -b missing node wishbone -b missing node carloads -b missing node rites -b missing node cuffed -b missing node eclamptic -b missing node microscopically -b missing node stratified -b missing node glare -b missing node gleefulness -b missing node bosoming -b missing node somebodies -b missing node automatism -b missing node resolder -b missing node gumweed -b missing node patrimonial -b missing node weights -b missing node poisonings -b missing node taffrail -b missing node stratifies -b missing node withstands -b missing node concentric -b missing node wigless -b missing node chateau -b missing node soapboxes -b missing node indeciduous -b missing node ritzy -b missing node scrims -b missing node cozy -b missing node tilde -b missing node imprest -b missing node scrimp -b missing node headsets -b missing node briefing -b missing node seamless -b missing node rapidness -b missing node marauders -b missing node plods -b missing node spiking -b missing node discovers -b missing node cankers -b missing node premedics -b missing node subfamily -b missing node manhunt -b missing node tiled -b missing node impress -b missing node endangered -b missing node timothy -b missing node immensest -b missing node discovery -b missing node owners -b missing node encasing -b missing node inviolated -b missing node deserve -b missing node dextral -b missing node dactyls -b missing node flashed -b missing node disappointing -b missing node kirkman -b missing node vesicular -b missing node reliquidating -b missing node nonsuccess -b missing node weigher -b missing node centennials -b missing node moodily -b missing node flashes -b missing node circuiteer -b missing node voicing -b missing node gayeties -b missing node flasher -b missing node unglue -b missing node burnable -b missing node weighed -b missing node bombards -b missing node spikily -b missing node forefend -b missing node reliquidation -b missing node decertifying -b missing node coombes -b missing node marish -b missing node haggard -b missing node snivels -b missing node straightened -b missing node unwitted -b missing node eskimo -b missing node fanfares -b missing node regrowing -b missing node unsightly -b missing node straightener -b missing node whoosis -b missing node wrench -b missing node caulks -b missing node shapeliest -b missing node coup -b missing node conjunctiva -b missing node eager -b missing node script -b missing node conjunctive -b missing node scrips -b missing node locales -b missing node cove -b missing node pugnacity -b missing node birdseeds -b missing node deceived -b missing node tiler -b missing node tiles -b missing node unabsorbent -b missing node mutagen -b missing node agings -b missing node antiphonic -b missing node deceiver -b missing node deceives -b missing node plaintively -b missing node certitudes -b missing node spiritlessly -b missing node cowl -b missing node overexcite -b missing node sylvian -b missing node cows -b missing node yawled -b missing node voyeuristic -b missing node savers -b missing node beasts -b missing node teawares -b missing node squeakiest -b missing node selsyns -b missing node halted -b missing node xenons -b missing node halter -b missing node scrive -b missing node scabbiest -b missing node lichenins -b missing node alignments -b missing node combine -b missing node rewound -b missing node exceeder -b missing node gladdens -b missing node crocus -b missing node combatted -b missing node stripes -b missing node magnificently -b missing node exceeded -b missing node striper -b missing node stomachical -b missing node judgelike -b missing node charlady -b missing node patrimonium -b missing node rucksack -b missing node questers -b missing node spikier -b missing node dissects -b missing node lewdly -b missing node follower -b missing node shakoes -b missing node deliciousness -b missing node regrow -b missing node followed -b missing node provolone -b missing node scratchiness -b missing node firers -b missing node striped -b missing node vitreous -b missing node pointless -b missing node combing -b missing node inveterately -b missing node unsolicitous -b missing node capfuls -b missing node hemps -b missing node lichening -b missing node moodier -b missing node guessing -b missing node tumoral -b missing node clothiers -b missing node hempy -b missing node exorcize -b missing node guitarists -b missing node forefeet -b missing node mizens -b missing node coyest -b missing node exorcism -b missing node mendelianism -b missing node audiometries -b missing node overbaked -b missing node surpluses -b missing node immixed -b missing node drubbing -b missing node exorcist -b missing node deserts -b missing node mendelianist -b missing node decried -b missing node densitometer -b missing node unbowed -b missing node gather -b missing node thwacking -b missing node exorcise -b missing node raygrasses -b missing node treater -b missing node controlled -b missing node saleswomen -b missing node assentor -b missing node usurious -b missing node coexistence -b missing node decries -b missing node decrier -b missing node relative -b missing node ritualists -b missing node immixes -b missing node overbakes -b missing node controller -b missing node crucify -b missing node emigrations -b missing node bullfights -b missing node automatics -b missing node investor -b missing node conjunction -b missing node crossbeams -b missing node radixes -b missing node strictness -b missing node achromatic -b missing node personator -b missing node chiselling -b missing node immensely -b missing node clavierist -b missing node generator -b missing node treated -b missing node runnel -b missing node loosed -b missing node obduracy -b missing node decasyllable -b missing node looser -b missing node looses -b missing node scandalization -b missing node loosen -b missing node runner -b missing node antiphonal -b missing node unsighted -b missing node deciduousness -b missing node breeches -b missing node broncos -b missing node packsacks -b missing node grafting -b missing node paseos -b missing node saleswoman -b missing node staring -b missing node tuneups -b missing node deliria -b missing node treasurable -b missing node nonvascularly -b missing node unemployable -b missing node organizer -b missing node endamages -b missing node organized -b missing node tiresomely -b missing node eolian -b missing node organizes -b missing node endamaged -b missing node malnourishment -b missing node excellently -b missing node gannet -b missing node allegations -b missing node handwrote -b missing node pyrolysis -b missing node lewder -b missing node beloveds -b missing node underage -b missing node tusche -b missing node uncomprehened -b missing node blatter -b missing node imaginings -b missing node breeched -b missing node plots -b missing node postglacial -b missing node unaccepted -b missing node relating -b missing node dignitaries -b missing node omittance -b missing node japers -b missing node jurator -b missing node biogenies -b missing node rewoven -b missing node japery -b missing node barometer -b missing node presupposing -b missing node decongest -b missing node generates -b missing node vituperated -b missing node relation -b missing node subminiaturizing -b missing node fickler -b missing node inaptly -b missing node properly -b missing node waterlogged -b missing node generated -b missing node insurgents -b missing node gladdest -b missing node dishonorableness -b missing node beater -b missing node cullies -b missing node vituperates -b missing node burlesks -b missing node reproofs -b missing node goddaughter -b missing node everting -b missing node maladministered -b missing node fusiform -b missing node broncho -b missing node crucial -b missing node deliberations -b missing node skylarking -b missing node eyesore -b missing node bronchi -b missing node beaten -b missing node councilors -b missing node controversially -b missing node cullied -b missing node plops -b missing node entomologists -b missing node whimsically -b missing node consumptive -b missing node subtopics -b missing node hopper -b missing node hazardously -b missing node potteen -b missing node prizes -b missing node prizer -b missing node hopped -b missing node empathizing -b missing node antidemocratic -b missing node bawdier -b missing node moldable -b missing node bawdies -b missing node plonk -b missing node roundhouses -b missing node prized -b missing node barometry -b missing node oppressiveness -b missing node tikis -b missing node zillionths -b missing node aliments -b missing node gabbler -b missing node vestments -b missing node memberships -b missing node gabbled -b missing node slingshot -b missing node tantalums -b missing node deadeyes -b missing node sinistrality -b missing node carborundum -b missing node assented -b missing node gabbles -b missing node inconsequential -b missing node tinker -b missing node antipopes -b missing node ammonoid -b missing node assenter -b missing node summable -b missing node hence -b missing node dogears -b missing node zincifies -b missing node runouts -b missing node regionals -b missing node frisian -b missing node eclampsia -b missing node salvoing -b missing node followup -b missing node rewrapping -b missing node zincified -b missing node jurymen -b missing node deciphering -b missing node shocker -b missing node cowherds -b missing node shocked -b missing node implicating -b missing node upswung -b missing node marina -b missing node snowmelts -b missing node blatted -b missing node lamped -b missing node implication -b missing node eagle -b missing node senders -b missing node birthmark -b missing node tinkle -b missing node property -b missing node bonging -b missing node expectorations -b missing node nabob -b missing node deuterons -b missing node seafloors -b missing node intercapillary -b missing node revolving -b missing node techie -b missing node ermine -b missing node tinkly -b missing node reprobative -b missing node miffed -b missing node culling -b missing node bawdily -b missing node holdbacks -b missing node airlessly -b missing node kirkmen -b missing node audiometrist -b missing node opaqueness -b missing node laborers -b missing node underact -b missing node hatchway -b missing node marine -b missing node befalls -b missing node sputters -b missing node locally -b missing node modulations -b missing node tetrapods -b missing node bystreet -b missing node encyclic -b missing node juryman -b missing node interactively -b missing node readjustment -b missing node carpetbagged -b missing node tining -b missing node misinformant -b missing node epicycle -b missing node anaesthesia -b missing node warehouse -b missing node initials -b missing node astonishes -b missing node systematic -b missing node hypersensitized -b missing node carpetbagger -b missing node reservoirs -b missing node calming -b missing node pascal -b missing node transonic -b missing node astonished -b missing node mistuned -b missing node jarring -b missing node rived -b missing node damning -b missing node ornerier -b missing node mortars -b missing node sander -b missing node sacrificial -b missing node scandal -b missing node rival -b missing node truancies -b missing node sanded -b missing node paraphrasing -b missing node retrenched -b missing node housewifery -b missing node circuity -b missing node retrenches -b missing node slaves -b missing node breading -b missing node incipiencies -b missing node canonizing -b missing node slaver -b missing node whoopee -b missing node coauthor -b missing node whooped -b missing node ahchoo -b missing node airfoils -b missing node sensitometric -b missing node slaved -b missing node circuits -b missing node increments -b missing node absorbents -b missing node anglophile -b missing node abortive -b missing node dominators -b missing node eolith -b missing node slavey -b missing node townless -b missing node tentacled -b missing node monitor -b missing node kryptons -b missing node tentacles -b missing node mortary -b missing node aesthetics -b missing node pussycats -b missing node disparate -b missing node tumbleweeds -b missing node mistunes -b missing node compactness -b missing node sheikh -b missing node occurrent -b missing node storyline -b missing node tinily -b missing node palavering -b missing node sheiks -b missing node ignis -b missing node windowing -b missing node precast -b missing node sheila -b missing node slavic -b missing node townlets -b missing node motionless -b missing node egocentrism -b missing node traditionary -b missing node govern -b missing node dressmaker -b missing node bludgeoned -b missing node claptraps -b missing node authenticity -b missing node mayorships -b missing node disarticulating -b missing node underarm -b missing node bugled -b missing node abstentionism -b missing node heeltap -b missing node underate -b missing node bugles -b missing node reformatting -b missing node bugler -b missing node abstentionist -b missing node predestine -b missing node unproposed -b missing node finickier -b missing node comradely -b missing node overstay -b missing node hymeneal -b missing node disarticulation -b missing node teardown -b missing node hierarchs -b missing node kiefs -b missing node devoutness -b missing node tablesful -b missing node christies -b missing node whoopla -b missing node creepie -b missing node obstructions -b missing node disheartening -b missing node disintegrations -b missing node monogrammed -b missing node hierarchy -b missing node premenstrually -b missing node militarizing -b missing node cellblock -b missing node cleansed -b missing node hosieries -b missing node dreaded -b missing node dynamistic -b missing node cleanses -b missing node unicameral -b missing node cleanser -b missing node bluings -b missing node colonelship -b missing node propitiated -b missing node helmet -b missing node propitiates -b missing node mulish -b missing node sandpits -b missing node ahorse -b missing node hastiest -b missing node sylvius -b missing node whooper -b missing node aborting -b missing node approve -b missing node gaffes -b missing node gaffer -b missing node cheerfully -b missing node pyrogen -b missing node hitching -b missing node rappelled -b missing node ameboid -b missing node overstep -b missing node runover -b missing node subjoin -b missing node helmed -b missing node capacitations -b missing node christian -b missing node toilers -b missing node disorderliness -b missing node raincoats -b missing node stenographic -b missing node gaffed -b missing node sacrificing -b missing node eclecticism -b missing node pillagers -b missing node sandra -b missing node trapeziums -b missing node altruists -b missing node looter -b missing node agreement -b missing node francisco -b missing node hermitages -b missing node creeper -b missing node klutziest -b missing node optimizing -b missing node subroutine -b missing node looted -b missing node piebald -b missing node abortion -b missing node curbers -b missing node muling -b missing node coiffure -b missing node isostasy -b missing node prepacks -b missing node warted -b missing node backstops -b missing node interbreeding -b missing node courteous -b missing node unretracted -b missing node postludes -b missing node inventively -b missing node audibles -b missing node reserving -b missing node messages -b missing node quitclaims -b missing node dresser -b missing node dresses -b missing node nonrestricted -b missing node coarser -b missing node clutters -b missing node depending -b missing node lymph -b missing node pipestems -b missing node secretiveness -b missing node editions -b missing node wastable -b missing node repaginate -b missing node seaweeds -b missing node divestitures -b missing node optimise -b missing node rasers -b missing node rickshaws -b missing node dressed -b missing node coarsen -b missing node misbehavers -b missing node swoosh -b missing node rototill -b missing node costard -b missing node optimism -b missing node perfuming -b missing node optimist -b missing node equalization -b missing node ungovernable -b missing node corpulencies -b missing node loincloth -b missing node palettes -b missing node underbid -b missing node abrading -b missing node radarman -b missing node bindweed -b missing node sunbows -b missing node arsenides -b missing node runaways -b missing node calibrate -b missing node findable -b missing node coyish -b missing node clobbered -b missing node awning -b missing node disquietingly -b missing node economy -b missing node earworms -b missing node thunderbolt -b missing node optimize -b missing node seamounts -b missing node introverts -b missing node absorbency -b missing node bestowed -b missing node birthdays -b missing node swoops -b missing node lavatories -b missing node expletives -b missing node goodwills -b missing node foreordain -b missing node ironbound -b missing node moraine -b missing node collector -b missing node teatimes -b missing node objector -b missing node formation -b missing node peeling -b missing node sounds -b missing node testacy -b missing node enactments -b missing node ricochetted -b missing node formating -b missing node gibbeting -b missing node regret -b missing node resubmits -b missing node imponderableness -b missing node swoons -b missing node subcontract -b missing node regrew -b missing node restrainers -b missing node intolerant -b missing node boogyman -b missing node gamecocks -b missing node reservist -b missing node strollers -b missing node courtyards -b missing node mulier -b missing node initiate -b missing node planetary -b missing node couping -b missing node pellucidly -b missing node pleasingly -b missing node expiators -b missing node papillate -b missing node tacts -b missing node expiatory -b missing node tweediest -b missing node coempt -b missing node gyrating -b missing node dimity -b missing node perilunes -b missing node slothful -b missing node refunding -b missing node reporters -b missing node boogymen -b missing node tints -b missing node limbeck -b missing node plisse -b missing node nonage -b missing node histrionically -b missing node discountenancing -b missing node phlebotomy -b missing node gyration -b missing node gravidly -b missing node teethes -b missing node teether -b missing node insinuating -b missing node garnishments -b missing node brooklets -b missing node peritoneum -b missing node dirtying -b missing node vacancy -b missing node howdahs -b missing node teethed -b missing node deadheaded -b missing node tinny -b missing node christine -b missing node unwieldiness -b missing node metrical -b missing node maxillary -b missing node iroquois -b missing node idlesses -b missing node focalizing -b missing node catagories -b missing node garters -b missing node leucoma -b missing node longhairs -b missing node objected -b missing node unconcern -b missing node insinuation -b missing node ululation -b missing node ingloriously -b missing node clasping -b missing node bullfinch -b missing node glomming -b missing node conventionary -b missing node dieting -b missing node subrule -b missing node ululating -b missing node prostatitis -b missing node antiphonically -b missing node wattage -b missing node heeled -b missing node fumbler -b missing node papillary -b missing node fumbles -b missing node trawling -b missing node unmoved -b missing node fumbled -b missing node unobliged -b missing node heeler -b missing node riven -b missing node englobed -b missing node rivet -b missing node formative -b missing node fellness -b missing node rives -b missing node river -b missing node venging -b missing node glaze -b missing node ga -b missing node furcated -b missing node references -b missing node glazy -b missing node cyclamen -b missing node holmium -b missing node raggedly -b missing node fishlines -b missing node reconsideration -b missing node weasand -b missing node manchurian -b missing node turbots -b missing node he -b missing node ha -b missing node compaction -b missing node seedier -b missing node binding -b missing node torments -b missing node furcates -b missing node go -b missing node harbored -b missing node warts -b missing node indicate -b missing node servant -b missing node groundlessness -b missing node warty -b missing node de -b missing node turreted -b missing node hellos -b missing node harborer -b missing node nettably -b missing node elijah -b missing node do -b missing node prevented -b missing node nettable -b missing node ex -b missing node snowcap -b missing node darters -b missing node decrepitude -b missing node eh -b missing node earthworm -b missing node el -b missing node earthwork -b missing node resplendence -b missing node friendlier -b missing node en -b missing node friendlies -b missing node et -b missing node uninvitingly -b missing node es -b missing node depopulation -b missing node piezoelectric -b missing node anaesthetic -b missing node profaner -b missing node ca -b missing node profanes -b missing node jacobins -b missing node promptness -b missing node testate -b missing node by -b missing node stentorian -b missing node tings -b missing node profaned -b missing node depopulating -b missing node be -b missing node dc -b missing node frock -b missing node templates -b missing node nonlegal -b missing node winders -b missing node carders -b missing node cs -b missing node decided -b missing node co -b missing node foregrounds -b missing node lighten -b missing node ungainlier -b missing node vapidly -b missing node lighted -b missing node pinkies -b missing node edifice -b missing node cd -b missing node saleyard -b missing node unbalanced -b missing node instituted -b missing node transference -b missing node allegator -b missing node tines -b missing node taels -b missing node lighter -b missing node bothersome -b missing node institutes -b missing node instituter -b missing node craw -b missing node garlanding -b missing node shriekier -b missing node crap -b missing node ay -b missing node carbonize -b missing node cram -b missing node lynch -b missing node at -b missing node as -b missing node countermanded -b missing node crag -b missing node ax -b missing node aw -b missing node monisms -b missing node referenced -b missing node edifier -b missing node crab -b missing node edifies -b missing node al -b missing node geodetic -b missing node assemblymen -b missing node am -b missing node an -b missing node privilege -b missing node ac -b missing node edified -b missing node ad -b missing node aa -b missing node ab -b missing node tinge -b missing node ah -b missing node louping -b missing node nu -b missing node kiddy -b missing node no -b missing node preexposure -b missing node easement -b missing node shoehorns -b missing node ny -b missing node heller -b missing node halves -b missing node kiddo -b missing node epsom -b missing node clarinettist -b missing node of -b missing node od -b missing node ob -b missing node herders -b missing node cutoffs -b missing node on -b missing node grimily -b missing node ok -b missing node tinct -b missing node halved -b missing node legally -b missing node oh -b missing node scapulae -b missing node os -b missing node or -b missing node flannelet -b missing node microbiotic -b missing node tined -b missing node unbeatable -b missing node ox -b missing node griming -b missing node ow -b missing node curtness -b missing node oz -b missing node seeding -b missing node clutchy -b missing node pa -b missing node flanneled -b missing node pc -b missing node helled -b missing node po -b missing node frogs -b missing node accumulate -b missing node pi -b missing node confiscations -b missing node lo -b missing node draymen -b missing node seedily -b missing node squeezed -b missing node lr -b missing node crew -b missing node poignantly -b missing node ramparts -b missing node manliest -b missing node squeezer -b missing node squeezes -b missing node totter -b missing node mc -b missing node md -b missing node ma -b missing node bestowal -b missing node me -b missing node warks -b missing node seventeen -b missing node mo -b missing node totted -b missing node mr -b missing node collected -b missing node rewakened -b missing node froes -b missing node beautified -b missing node ms -b missing node incessantly -b missing node nebulizers -b missing node cree -b missing node my -b missing node na -b missing node beautifier -b missing node anapestic -b missing node beautifies -b missing node airwomen -b missing node ne -b missing node revivalist -b missing node uptowner -b missing node revivalism -b missing node falsifiable -b missing node marveled -b missing node blackness -b missing node scooted -b missing node fatigue -b missing node yawner -b missing node variations -b missing node perdue -b missing node warns -b missing node peritoneal -b missing node conservatives -b missing node contexts -b missing node toilful -b missing node hangable -b missing node applauding -b missing node scooter -b missing node recalculate -b missing node leukemoid -b missing node warms -b missing node la -b missing node lightly -b missing node lairing -b missing node scandalous -b missing node hi -b missing node drayman -b missing node ho -b missing node id -b missing node queerest -b missing node ic -b missing node warps -b missing node if -b missing node temporariness -b missing node ie -b missing node schoolgirlish -b missing node tunnels -b missing node shrieking -b missing node latinize -b missing node disengagement -b missing node mousiest -b missing node is -b missing node runlet -b missing node it -b missing node iv -b missing node crib -b missing node perdus -b missing node in -b missing node erosions -b missing node airwoman -b missing node strains -b missing node yawned -b missing node sheriffs -b missing node salvageable -b missing node regilding -b missing node measurably -b missing node straits -b missing node respelling -b missing node driveways -b missing node grimier -b missing node crusted -b missing node germaniums -b missing node measurable -b missing node lacquer -b missing node glides -b missing node gramophones -b missing node glider -b missing node cuirassing -b missing node expiration -b missing node jojoba -b missing node glided -b missing node cheapened -b missing node patriots -b missing node flannelly -b missing node stenographer -b missing node nonrationally -b missing node sancta -b missing node institutor -b missing node disparage -b missing node pervasion -b missing node outdoors -b missing node trainmaster -b missing node wa -b missing node asininity -b missing node cunner -b missing node we -b missing node inshore -b missing node abnormality -b missing node condolers -b missing node proctors -b missing node warsaw -b missing node mobilizing -b missing node frond -b missing node va -b missing node fawningly -b missing node uh -b missing node front -b missing node crofts -b missing node us -b missing node ut -b missing node un -b missing node up -b missing node wards -b missing node tv -b missing node martinis -b missing node toilets -b missing node deciduously -b missing node pinkish -b missing node decidua -b missing node to -b missing node idiocy -b missing node nonviolently -b missing node frost -b missing node crow -b missing node hearthstones -b missing node crustal -b missing node crop -b missing node ti -b missing node wared -b missing node froth -b missing node stoppers -b missing node delusionary -b missing node wares -b missing node markings -b missing node disjoins -b missing node antecedent -b missing node so -b missing node disjoint -b missing node se -b missing node filarees -b missing node si -b missing node coalless -b missing node sa -b missing node altruisms -b missing node jocoseness -b missing node prewarms -b missing node stringy -b missing node cymbaler -b missing node strings -b missing node bastardized -b missing node re -b missing node peroxides -b missing node posthaste -b missing node perspiration -b missing node bastardizes -b missing node lengthen -b missing node peroxided -b missing node gustatorily -b missing node credenzas -b missing node martinez -b missing node militarists -b missing node bravados -b missing node slowwitted -b missing node intertwining -b missing node exxon -b missing node dentines -b missing node frosh -b missing node disfiguringly -b missing node octagonal -b missing node rerunning -b missing node martinet -b missing node flooding -b missing node marching -b missing node smuggling -b missing node energetic -b missing node wooingly -b missing node guises -b missing node transmigrate -b missing node moronism -b missing node urgers -b missing node juxta -b missing node communard -b missing node vengeance -b missing node margin -b missing node glaziery -b missing node rubbishy -b missing node necromancer -b missing node lookout -b missing node minaciousness -b missing node vipers -b missing node attestations -b missing node healthfully -b missing node reconstructs -b missing node fontina -b missing node helen -b missing node infolding -b missing node crud -b missing node extendability -b missing node edifying -b missing node cryonics -b missing node recollections -b missing node tinier -b missing node stricken -b missing node wirable -b missing node assemblyman -b missing node raggeder -b missing node preaffirm -b missing node unbound -b missing node crux -b missing node engage -b missing node nonresidual -b missing node recompensatory -b missing node damnify -b missing node tumbleweed -b missing node glaziers -b missing node vicariously -b missing node totalled -b missing node guised -b missing node housewifely -b missing node footed -b missing node dentinal -b missing node frown -b missing node saintdoms -b missing node ostentatious -b missing node footer -b missing node checkups -b missing node sinusoids -b missing node subvention -b missing node decider -b missing node decides -b missing node mothier -b missing node drugstore -b missing node pinking -b missing node beknighted -b missing node grillage -b missing node determination -b missing node marges -b missing node mortals -b missing node yielder -b missing node fjord -b missing node revitalizes -b missing node executory -b missing node aesthete -b missing node executors -b missing node nosebleed -b missing node yielded -b missing node bawling -b missing node revitalized -b missing node radiums -b missing node hasheesh -b missing node dithering -b missing node estivating -b missing node businesswoman -b missing node sandal -b missing node disbelieving -b missing node servals -b missing node waterworks -b missing node gustatorial -b missing node monists -b missing node sensibilities -b missing node governesses -b missing node bearer -b missing node petcock -b missing node sentiently -b missing node frisked -b missing node compacting -b missing node froze -b missing node rippers -b missing node brocoli -b missing node educable -b missing node incrust -b missing node declarations -b missing node moonbeams -b missing node exedra -b missing node beards -b missing node tepidity -b missing node ye -b missing node calypsoes -b missing node voodoos -b missing node vaulted -b missing node urgent -b missing node toxifying -b missing node vaulter -b missing node entryway -b missing node yr -b missing node frisker -b missing node condoling -b missing node smallness -b missing node inculcating -b missing node enzyme -b missing node hyperons -b missing node meteorically -b missing node unadjudicated -b missing node pharmacists -b missing node idioms -b missing node varicosity -b missing node unholiest -b missing node precluded -b missing node backspaces -b missing node pathologically -b missing node inculcation -b missing node novena -b missing node floodlit -b missing node behaviorists -b missing node febrifuge -b missing node backspaced -b missing node dimout -b missing node disinfection -b missing node forejudger -b missing node murmurous -b missing node serenading -b missing node daneweed -b missing node bolter -b missing node undercut -b missing node glens -b missing node gabbing -b missing node pocketfuls -b missing node academicians -b missing node teabowl -b missing node japing -b missing node precludes -b missing node explosiveness -b missing node deportability -b missing node ruffling -b missing node misbilling -b missing node ablush -b missing node minaret -b missing node thirteens -b missing node surtax -b missing node decimeters -b missing node plackets -b missing node turgescence -b missing node umlauts -b missing node choreas -b missing node novels -b missing node reprocesses -b missing node choreal -b missing node bugeye -b missing node reprocessed -b missing node furriest -b missing node repentantly -b missing node restorer -b missing node restores -b missing node oratress -b missing node ethylene -b missing node inundate -b missing node dozing -b missing node grindings -b missing node wigglers -b missing node misclassification -b missing node negotiator -b missing node decisional -b missing node cervantes -b missing node matilda -b missing node invaders -b missing node guerilla -b missing node dozily -b missing node bughouse -b missing node rufflike -b missing node uncommitted -b missing node imitations -b missing node restored -b missing node recurve -b missing node uncheerfully -b missing node whirligig -b missing node electrics -b missing node birefractive -b missing node gonads -b missing node untransferable -b missing node gymnastic -b missing node jaybird -b missing node kitchens -b missing node spitter -b missing node seventeens -b missing node soberest -b missing node catcalls -b missing node fiddled -b missing node furriers -b missing node furriery -b missing node spitted -b missing node fiddler -b missing node fiddles -b missing node patiences -b missing node frogfishes -b missing node ammonium -b missing node exemptions -b missing node leguminous -b missing node revivifies -b missing node waveforms -b missing node planetoids -b missing node unearthed -b missing node slapjack -b missing node determinative -b missing node insinuators -b missing node tokens -b missing node anodally -b missing node inundant -b missing node accruement -b missing node urbaner -b missing node imputable -b missing node oligarchic -b missing node sheetfed -b missing node idiots -b missing node doldrums -b missing node pedant -b missing node galactoscope -b missing node noncontroversially -b missing node linesmen -b missing node manipulators -b missing node manipulatory -b missing node mullah -b missing node hamstringing -b missing node undiagnosed -b missing node frilliness -b missing node grantable -b missing node geodesic -b missing node wavelike -b missing node engulfs -b missing node caddying -b missing node ammonite -b missing node guiled -b missing node choctaw -b missing node datable -b missing node electrify -b missing node frizzled -b missing node potboiler -b missing node guiles -b missing node cankerworms -b missing node thawing -b missing node guilds -b missing node sending -b missing node freeholders -b missing node clergyman -b missing node frizzler -b missing node topnotch -b missing node frizzles -b missing node glees -b missing node club -b missing node pedals -b missing node clue -b missing node potboiled -b missing node spittle -b missing node sageness -b missing node trameled -b missing node waken -b missing node aerofoil -b missing node waker -b missing node clewed -b missing node wakes -b missing node waked -b missing node infamous -b missing node shakily -b missing node potpie -b missing node indefatigability -b missing node supercargo -b missing node menacingly -b missing node spiels -b missing node layouts -b missing node wetproof -b missing node clop -b missing node mulled -b missing node humanistic -b missing node clot -b missing node khalifs -b missing node juror -b missing node clog -b missing node shaking -b missing node debunks -b missing node glebe -b missing node autobiographers -b missing node muller -b missing node significations -b missing node mullet -b missing node mullen -b missing node allotment -b missing node cloy -b missing node fanzine -b missing node environing -b missing node islanding -b missing node raffling -b missing node redeveloper -b missing node clergymen -b missing node riots -b missing node interface -b missing node gleba -b missing node cereal -b missing node representor -b missing node flattops -b missing node disinfecting -b missing node pizazz -b missing node segregationists -b missing node nutritionist -b missing node revivified -b missing node irritations -b missing node khalifa -b missing node fogless -b missing node gleam -b missing node glean -b missing node redeveloped -b missing node clocking -b missing node bewails -b missing node nattiness -b missing node houseworker -b missing node catabolic -b missing node blurted -b missing node gypsydoms -b missing node framing -b missing node topography -b missing node unearthly -b missing node dogmas -b missing node dejects -b missing node blurter -b missing node flyweight -b missing node supplementation -b missing node trochoid -b missing node christeners -b missing node boobies -b missing node tabourers -b missing node univalve -b missing node accompanist -b missing node samoans -b missing node forkfuls -b missing node footless -b missing node noesis -b missing node tipsy -b missing node lipper -b missing node heterodoxies -b missing node oblongly -b missing node furnace -b missing node apically -b missing node galliards -b missing node catharine -b missing node unmoored -b missing node scoreboards -b missing node radiobiologic -b missing node rowans -b missing node zincking -b missing node beryllium -b missing node lipped -b missing node linesman -b missing node fragility -b missing node extracting -b missing node shakier -b missing node tramells -b missing node gabbier -b missing node caraways -b missing node conveyors -b missing node cutworm -b missing node slowness -b missing node testifiers -b missing node unconverted -b missing node idiosyncratic -b missing node lithologic -b missing node extraction -b missing node hickory -b missing node hammerhead -b missing node systemized -b missing node interfaith -b missing node ampule -b missing node systemizes -b missing node glinting -b missing node warrantees -b missing node shrinkage -b missing node conspicuousness -b missing node muskiness -b missing node drivelling -b missing node theretofore -b missing node ampuls -b missing node reforested -b missing node question -b missing node ensuing -b missing node psychiatries -b missing node tabourets -b missing node earwigging -b missing node approachable -b missing node nativisms -b missing node hygroscopic -b missing node vendettas -b missing node citatory -b missing node misstate -b missing node savior -b missing node questing -b missing node statically -b missing node alliterations -b missing node bracketing -b missing node reattaches -b missing node customize -b missing node represented -b missing node proscriptions -b missing node representee -b missing node marlin -b missing node carrotier -b missing node dunnages -b missing node yellows -b missing node sewage -b missing node whimsical -b missing node again -b missing node glabrous -b missing node telluric -b missing node styptics -b missing node choreic -b missing node saving -b missing node reattached -b missing node betels -b missing node geniality -b missing node coddling -b missing node carminative -b missing node surmisable -b missing node twinging -b missing node loutishness -b missing node gestes -b missing node trembliest -b missing node massagists -b missing node gracelessness -b missing node premisses -b missing node acreages -b missing node cogitos -b missing node natron -b missing node jimmied -b missing node twiggiest -b missing node headship -b missing node sextets -b missing node solidification -b missing node underdog -b missing node mishmoshes -b missing node conjunctions -b missing node proportional -b missing node jimmies -b missing node backaches -b missing node huddlers -b missing node xylography -b missing node leopard -b missing node dopiness -b missing node stoopingly -b missing node tapestries -b missing node bolted -b missing node proportioned -b missing node overdelicate -b missing node agama -b missing node jellifies -b missing node hundredths -b missing node sledders -b missing node governability -b missing node jellified -b missing node miocene -b missing node dentists -b missing node roadside -b missing node tapestried -b missing node prorevolutionary -b missing node overkill -b missing node cereus -b missing node tonging -b missing node gyratory -b missing node owning -b missing node carnality -b missing node palpitations -b missing node disuses -b missing node yellowy -b missing node cobblers -b missing node ripen -b missing node disused -b missing node ripes -b missing node riper -b missing node kicky -b missing node negotiated -b missing node perked -b missing node surpass -b missing node negotiates -b missing node driftage -b missing node penchants -b missing node kicks -b missing node gyrators -b missing node agape -b missing node incarcerates -b missing node accompanies -b missing node tuberosity -b missing node celandine -b missing node supplementing -b missing node monarchist -b missing node camping -b missing node transmissions -b missing node accompanied -b missing node drabness -b missing node monarchism -b missing node outproducing -b missing node reroutes -b missing node spokeswoman -b missing node singable -b missing node signorine -b missing node glibly -b missing node novelly -b missing node rerouted -b missing node colorfully -b missing node partying -b missing node dermises -b missing node apartheid -b missing node campily -b missing node ceremonies -b missing node littered -b missing node evictees -b missing node subdue -b missing node agars -b missing node novella -b missing node tippiest -b missing node novelle -b missing node unvarnished -b missing node arisen -b missing node litterer -b missing node arises -b missing node sensualness -b missing node compounds -b missing node dryrot -b missing node vitrify -b missing node uninvested -b missing node joneses -b missing node muggings -b missing node barrister -b missing node plutocrats -b missing node clever -b missing node soldiered -b missing node invariably -b missing node impotences -b missing node ramshorns -b missing node bobbed -b missing node chorded -b missing node cushier -b missing node amperages -b missing node imparts -b missing node invariable -b missing node benders -b missing node imprint -b missing node agate -b missing node limbers -b missing node bobber -b missing node biotical -b missing node rewriting -b missing node striplings -b missing node spokeswomen -b missing node eyebolt -b missing node keepsake -b missing node deciare -b missing node punned -b missing node efficacy -b missing node apology -b missing node demagogy -b missing node lukewarmly -b missing node rejuvenates -b missing node demagogs -b missing node neckings -b missing node preaccepted -b missing node yawper -b missing node snoopiest -b missing node yawped -b missing node byword -b missing node punner -b missing node wiseliest -b missing node convulsed -b missing node heils -b missing node agave -b missing node convulses -b missing node outweighing -b missing node commodiously -b missing node signorina -b missing node rejuvenated -b missing node spiffy -b missing node beckons -b missing node ezekiel -b missing node clevis -b missing node ceremonial -b missing node grafters -b missing node tarsiers -b missing node chordal -b missing node backsaws -b missing node isseis -b missing node appaloosas -b missing node stomach -b missing node relaters -b missing node novelizing -b missing node bobbin -b missing node thailand -b missing node perpetrated -b missing node correctives -b missing node pottier -b missing node gladding -b missing node potties -b missing node perpetrates -b missing node screen -b missing node dandling -b missing node novelty -b missing node screed -b missing node traffic -b missing node weirdy -b missing node toileting -b missing node drossiest -b missing node weirdo -b missing node screes -b missing node weirds -b missing node twinnings -b missing node agaze -b missing node broadsides -b missing node christianity -b missing node variant -b missing node interprets -b missing node misdone -b missing node walla -b missing node kinless -b missing node walks -b missing node lampposts -b missing node vitrine -b missing node crucially -b missing node sawhorse -b missing node unsubtle -b missing node beanstalks -b missing node vitriol -b missing node preformed -b missing node squirreling -b missing node unleavened -b missing node walls -b missing node vouched -b missing node vouchee -b missing node wally -b missing node campier -b missing node midways -b missing node natter -b missing node multifaceted -b missing node tipis -b missing node voucher -b missing node vouches -b missing node unsubtly -b missing node quitclaimed -b missing node mooching -b missing node wales -b missing node stepmothers -b missing node dieters -b missing node psychiatrically -b missing node disaffecting -b missing node waled -b missing node tippy -b missing node decreer -b missing node waler -b missing node decrees -b missing node suburbans -b missing node rockfall -b missing node accessibly -b missing node coerce -b missing node heigh -b missing node tushed -b missing node decreed -b missing node cockhorse -b missing node bobble -b missing node oceanic -b missing node oceanid -b missing node fiasco -b missing node signories -b missing node dissidence -b missing node disjointing -b missing node sawmill -b missing node canvasser -b missing node canvasses -b missing node sheave -b missing node roaching -b missing node monarchies -b missing node accessible -b missing node semitists -b missing node tushes -b missing node trillers -b missing node seductions -b missing node incarcerated -b missing node precambrian -b missing node undereat -b missing node nativists -b missing node hading -b missing node renting -b missing node garland -b missing node opulently -b missing node blemish -b missing node tankards -b missing node centrifugally -b missing node exposures -b missing node snapless -b missing node handicappers -b missing node unsupervised -b missing node reigning -b missing node misconceptions -b missing node subdeb -b missing node fittingness -b missing node neighborhood -b missing node minglers -b missing node nutrias -b missing node quorums -b missing node recallable -b missing node premeditating -b missing node calcimining -b missing node tidbits -b missing node overeaten -b missing node schistose -b missing node clod -b missing node leprosy -b missing node decibel -b missing node potting -b missing node plutocracy -b missing node skylarkers -b missing node caught -b missing node leprose -b missing node recuses -b missing node oversold -b missing node aerially -b missing node yachtmen -b missing node premeditation -b missing node affinity -b missing node misdoer -b missing node monarchial -b missing node misdoes -b missing node deactivators -b missing node recused -b missing node currants -b missing node slimming -b missing node spiers -b missing node platypi -b missing node anatomically -b missing node freaked -b missing node bhaktas -b missing node fogged -b missing node fogger -b missing node takes -b missing node taker -b missing node ogrish -b missing node scandic -b missing node tardiest -b missing node schistous -b missing node taken -b missing node curtsying -b missing node cembali -b missing node scandia -b missing node starers -b missing node cembalo -b missing node underestimating -b missing node preexposures -b missing node hoodwinking -b missing node saddlecloth -b missing node frill -b missing node backhoes -b missing node cygnet -b missing node bacteroidal -b missing node hairspring -b missing node superposing -b missing node willfully -b missing node supered -b missing node noetic -b missing node cleanness -b missing node christianize -b missing node voicers -b missing node granddaughters -b missing node seceding -b missing node herbicidal -b missing node clip -b missing node rerolled -b missing node beguiles -b missing node reimposing -b missing node thwackers -b missing node beguiler -b missing node cockscomb -b missing node emporium -b missing node multifunction -b missing node harpist -b missing node knavishness -b missing node middies -b missing node misformed -b missing node renovations -b missing node grecians -b missing node underestimation -b missing node apneic -b missing node hamilton -b missing node scampering -b missing node yachtman -b missing node sonarman -b missing node retinals -b missing node beguiled -b missing node chaptering -b missing node incarcerator -b missing node youngling -b missing node figurines -b missing node heist -b missing node sympathetically -b missing node paternities -b missing node fellatios -b missing node dropworts -b missing node concordances -b missing node surrey -b missing node fellation -b missing node discounters -b missing node sheeters -b missing node coverups -b missing node jobbed -b missing node smacker -b missing node guilty -b missing node heirs -b missing node gelatinizing -b missing node premeditative -b missing node guilts -b missing node layover -b missing node jobber -b missing node trenchantly -b missing node siderite -b missing node frigs -b missing node smacked -b missing node referendum -b missing node inwardly -b missing node compactors -b missing node figurings -b missing node impasse -b missing node masticated -b missing node glycosides -b missing node unapologetically -b missing node kyanising -b missing node masticates -b missing node clef -b missing node antipoles -b missing node diamonds -b missing node soldierly -b missing node herbicides -b missing node phrased -b missing node impasto -b missing node clew -b missing node fries -b missing node frier -b missing node phrases -b missing node trickingly -b missing node esquiring -b missing node fellating -b missing node bhaktis -b missing node utterers -b missing node suffusions -b missing node fried -b missing node sonarmen -b missing node loiters -b missing node aspirants -b missing node eternals -b missing node ecstasies -b missing node stockinette -b missing node dogleg -b missing node painstakingly -b missing node onrushes -b missing node reignite -b missing node apprehensions -b missing node clay -b missing node screwy -b missing node dissidents -b missing node firing -b missing node glycosidic -b missing node dogfishes -b missing node incubators -b missing node travailing -b missing node unexcited -b missing node franciums -b missing node divisibilities -b missing node discarding -b missing node misinforming -b missing node depositories -b missing node perpetrator -b missing node marmot -b missing node submember -b missing node clad -b missing node dozier -b missing node apneal -b missing node clan -b missing node millimeter -b missing node clam -b missing node screws -b missing node clap -b missing node combers -b missing node datsuns -b missing node apneas -b missing node claw -b missing node friar -b missing node phrasal -b missing node frizz -b missing node plows -b missing node handwrite -b missing node spicas -b missing node bailors -b missing node adequacy -b missing node powerfulness -b missing node bulkheads -b missing node antithetically -b missing node pinkest -b missing node bogging -b missing node matings -b missing node recirculations -b missing node shoetrees -b missing node dependent -b missing node relining -b missing node peelers -b missing node ploys -b missing node gymnast -b missing node evolvement -b missing node monarchistic -b missing node enumerable -b missing node hadjee -b missing node ochres -b missing node yardages -b missing node aromatically -b missing node middens -b missing node mimics -b missing node syzygy -b missing node disannulled -b missing node hadjes -b missing node totaling -b missing node ordinariness -b missing node discounting -b missing node bailout -b missing node loaches -b missing node rasing -b missing node totality -b missing node damners -b missing node strolling -b missing node nonabsorbents -b missing node freshets -b missing node cock -b missing node thimble -b missing node dramatically -b missing node winterly -b missing node bivouacked -b missing node pinkeye -b missing node notified -b missing node coco -b missing node reflows -b missing node supernationalism -b missing node notifies -b missing node notifier -b missing node marchesa -b missing node code -b missing node asphyxia -b missing node coda -b missing node marchers -b missing node cods -b missing node freshest -b missing node beatifying -b missing node gunstocks -b missing node ennoblements -b missing node redeems -b missing node overreacts -b missing node coal -b missing node totalism -b missing node decorating -b missing node superposes -b missing node coat -b missing node inwinding -b missing node hadjis -b missing node coax -b missing node superposed -b missing node decoration -b missing node baghdad -b missing node pleasantness -b missing node energise -b missing node bobcat -b missing node perfumers -b missing node deadness -b missing node perfumery -b missing node engineers -b missing node cobs -b missing node kindreds -b missing node underfed -b missing node ennead -b missing node burnings -b missing node unfaithfulness -b missing node teaboxes -b missing node haylofts -b missing node unpersuasively -b missing node perish -b missing node misapprehended -b missing node misbehaving -b missing node metatarsal -b missing node credibleness -b missing node goofballs -b missing node andesyte -b missing node maneuverer -b missing node neocolonialist -b missing node cloddishness -b missing node neocolonialism -b missing node miming -b missing node dimmer -b missing node jockeyed -b missing node recorder -b missing node recorded -b missing node hostesses -b missing node jutty -b missing node frisk -b missing node calorific -b missing node dimmed -b missing node demiurges -b missing node eventuated -b missing node hostessed -b missing node dexterity -b missing node condemnation -b missing node rewiring -b missing node glycerin -b missing node maintainable -b missing node cavorter -b missing node electrogram -b missing node harmfully -b missing node eventuates -b missing node museful -b missing node polarographic -b missing node manuscript -b missing node guinea -b missing node maneuvered -b missing node unfastens -b missing node iciness -b missing node filigreed -b missing node toiling -b missing node migrants -b missing node nonbreakable -b missing node cragsmen -b missing node coxwain -b missing node disembarkation -b missing node corroborations -b missing node spicey -b missing node boggish -b missing node driers -b missing node mobilizers -b missing node consigning -b missing node spicer -b missing node energize -b missing node spices -b missing node jugfuls -b missing node filigrees -b missing node deific -b missing node interviewing -b missing node seacoast -b missing node bladder -b missing node oversupplying -b missing node cavorted -b missing node winterer -b missing node peacocked -b missing node filipinos -b missing node preposition -b missing node wintered -b missing node tawniness -b missing node giggly -b missing node ochred -b missing node systemically -b missing node preachings -b missing node unplugging -b missing node coutures -b missing node spiced -b missing node giggle -b missing node ashtray -b missing node decorative -b missing node limbier -b missing node inattentive -b missing node remnant -b missing node dentally -b missing node mildening -b missing node cabarets -b missing node wackiest -b missing node freshens -b missing node misbehavior -b missing node fatherlands -b missing node driftwood -b missing node swaybacked -b missing node unscented -b missing node unkenneled -b missing node wardrobes -b missing node buckskins -b missing node fumblers -b missing node antisocial -b missing node oversoul -b missing node zebecs -b missing node totalize -b missing node zebeck -b missing node database -b missing node tercentennials -b missing node forbears -b missing node cragsman -b missing node cichlidae -b missing node unpitied -b missing node desuetude -b missing node cops -b missing node chapeaux -b missing node cope -b missing node squalidly -b missing node inattention -b missing node verdure -b missing node condescendingly -b missing node chapeaus -b missing node crossover -b missing node perils -b missing node perfumed -b missing node stardom -b missing node unequipped -b missing node perfumes -b missing node perfumer -b missing node boniness -b missing node copy -b missing node cool -b missing node cook -b missing node coon -b missing node lying -b missing node coop -b missing node adequate -b missing node gulping -b missing node crenelate -b missing node heightening -b missing node encapsulated -b missing node nacre -b missing node coos -b missing node coot -b missing node underbids -b missing node boniface -b missing node achilles -b missing node conn -b missing node conk -b missing node expatriate -b missing node conj -b missing node overexcitably -b missing node flawlessly -b missing node cymbalist -b missing node conf -b missing node cone -b missing node miserableness -b missing node driest -b missing node heehaw -b missing node starrier -b missing node windage -b missing node cony -b missing node mouthwashes -b missing node encapsulates -b missing node cont -b missing node overexcitable -b missing node cons -b missing node landlord -b missing node comp -b missing node lifetime -b missing node aboding -b missing node springiest -b missing node come -b missing node unionize -b missing node comb -b missing node brougham -b missing node coma -b missing node dribble -b missing node practice -b missing node mischievously -b missing node cots -b missing node orchestrating -b missing node mysteriously -b missing node reportage -b missing node friendless -b missing node lichenoid -b missing node banknote -b missing node punkin -b missing node authorizers -b missing node waltz -b missing node miseducating -b missing node cosh -b missing node delimit -b missing node punkie -b missing node resurrected -b missing node diddle -b missing node miseducation -b missing node caudal -b missing node steamrollered -b missing node recontests -b missing node issuance -b missing node whirliest -b missing node gigged -b missing node disaffection -b missing node period -b missing node cost -b missing node scribe -b missing node shields -b missing node glorifying -b missing node cosy -b missing node insubordinate -b missing node biodynamics -b missing node cote -b missing node corm -b missing node cork -b missing node remaindering -b missing node paraphrasers -b missing node blinker -b missing node canvassed -b missing node corp -b missing node corn -b missing node lupuses -b missing node basifying -b missing node glycerol -b missing node orchestration -b missing node primogenitor -b missing node novenae -b missing node botulins -b missing node hefty -b missing node hefts -b missing node limbing -b missing node preferment -b missing node neurotic -b missing node novenas -b missing node walkout -b missing node dielectrics -b missing node whilom -b missing node core -b missing node cord -b missing node punker -b missing node elides -b missing node redeposit -b missing node coho -b missing node hostages -b missing node biotins -b missing node punkey -b missing node boggier -b missing node jocular -b missing node elided -b missing node glyceryl -b missing node unacclaimed -b missing node psychopath -b missing node setback -b missing node underfur -b missing node habitats -b missing node cogs -b missing node accordion -b missing node energies -b missing node resounds -b missing node cushion -b missing node blinked -b missing node croaky -b missing node croaks -b missing node gulpier -b missing node sheens -b missing node matinal -b missing node sogged -b missing node carefuller -b missing node dislike -b missing node canticle -b missing node rapscallions -b missing node recontinuance -b missing node ecotypes -b missing node hematites -b missing node cushily -b missing node broadening -b missing node tumours -b missing node ecotypic -b missing node polarimetric -b missing node dribbed -b missing node rancorous -b missing node botulism -b missing node bugged -b missing node bindles -b missing node according -b missing node sheeny -b missing node rituals -b missing node luminous -b missing node claspers -b missing node whilst -b missing node coed -b missing node cushing -b missing node iatrogenic -b missing node bugger -b missing node squalider -b missing node problematical -b missing node nonclassically -b missing node colt -b missing node cola -b missing node vikings -b missing node cold -b missing node predestinated -b missing node cole -b missing node coll -b missing node quackisms -b missing node tamable -b missing node winters -b missing node bigwig -b missing node macaronies -b missing node piggier -b missing node piggies -b missing node matinee -b missing node coke -b missing node biotite -b missing node sheers -b missing node fumeless -b missing node metatarsus -b missing node wintery -b missing node meringue -b missing node starring -b missing node tinner -b missing node bandwidth -b missing node crabapple -b missing node coir -b missing node predestinates -b missing node coin -b missing node overshadows -b missing node metalists -b missing node sheets -b missing node tinned -b missing node coil -b missing node hometowns -b missing node entomology -b missing node coif -b missing node nodular -b missing node habitant -b missing node unscrewing -b missing node hornbills -b missing node sneeziest -b missing node epilepsy -b missing node ignites -b missing node igniter -b missing node frequencies -b missing node spider -b missing node potsie -b missing node underlayer -b missing node ignited -b missing node odysseus -b missing node deception -b missing node industrializing -b missing node lucubrations -b missing node lavishing -b missing node basalt -b missing node exuberant -b missing node abraders -b missing node blackfeet -b missing node amatively -b missing node deigns -b missing node marled -b missing node psychiatrist -b missing node morales -b missing node protectors -b missing node wands -b missing node framers -b missing node reweaving -b missing node expressing -b missing node metazoan -b missing node dingdongs -b missing node carousingly -b missing node distillable -b missing node precede -b missing node expression -b missing node taint -b missing node eyeshot -b missing node deerfly -b missing node dappling -b missing node nodules -b missing node colorfast -b missing node wanes -b missing node dulcimers -b missing node ossify -b missing node smugglers -b missing node rearrangements -b missing node waned -b missing node cassock -b missing node rashly -b missing node justs -b missing node impregnates -b missing node runaround -b missing node unsecured -b missing node etcetera -b missing node zigzag -b missing node christening -b missing node obsessively -b missing node jimminy -b missing node octagons -b missing node sextette -b missing node accreditation -b missing node debenture -b missing node rubbings -b missing node janitor -b missing node tails -b missing node accordable -b missing node anteceding -b missing node windbags -b missing node dissenters -b missing node microbars -b missing node leashing -b missing node inspirit -b missing node impregnated -b missing node conscripts -b missing node pigging -b missing node wabble -b missing node knobbiness -b missing node knighting -b missing node oxalises -b missing node nadir -b missing node mensing -b missing node slopwork -b missing node dragonflies -b missing node electrets -b missing node wabbly -b missing node tires -b missing node basketful -b missing node piggins -b missing node nonlinear -b missing node fennel -b missing node colludes -b missing node colluder -b missing node piggish -b missing node finking -b missing node sectionizing -b missing node occupant -b missing node gipped -b missing node slowworm -b missing node battlements -b missing node gipper -b missing node subbed -b missing node colluded -b missing node fennec -b missing node exteriorized -b missing node titivates -b missing node whiled -b missing node inspires -b missing node inspirer -b missing node across -b missing node penknives -b missing node martinets -b missing node lichenous -b missing node interpretation -b missing node seducingly -b missing node windchill -b missing node inspired -b missing node unionism -b missing node gangly -b missing node expressive -b missing node redemptory -b missing node unionist -b missing node wanly -b missing node deceptive -b missing node titivated -b missing node bridlers -b missing node daredevils -b missing node kansan -b missing node whiles -b missing node intermittently -b missing node kansas -b missing node slideway -b missing node interpretative -b missing node markup -b missing node gainable -b missing node underassessment -b missing node ganges -b missing node luminists -b missing node inflows -b missing node ganger -b missing node ejacula -b missing node lengthened -b missing node shadowiness -b missing node decennially -b missing node nativity -b missing node rashes -b missing node rasher -b missing node castrate -b missing node malapropos -b missing node vulcanizes -b missing node lengthener -b missing node vulcanizer -b missing node visuals -b missing node castrato -b missing node oilway -b missing node sphincter -b missing node caparisoned -b missing node castrati -b missing node tiros -b missing node odysseys -b missing node daybooks -b missing node lecithins -b missing node machicolations -b missing node beckoner -b missing node beauts -b missing node drifts -b missing node spectrometry -b missing node associatively -b missing node vomitus -b missing node beauty -b missing node antiqued -b missing node manifests -b missing node illness -b missing node manifesto -b missing node nativist -b missing node drifty -b missing node biotics -b missing node antiquer -b missing node beckoned -b missing node nativism -b missing node antiques -b missing node averaged -b missing node valkyries -b missing node cattiest -b missing node cynosures -b missing node samovars -b missing node vulcanized -b missing node eeliest -b missing node dazing -b missing node puissance -b missing node wednesday -b missing node averages -b missing node spectrometer -b missing node dognap -b missing node caterwauls -b missing node caducei -b missing node quadrilles -b missing node grillers -b missing node besprinkles -b missing node freudians -b missing node strange -b missing node nature -b missing node philology -b missing node uncreating -b missing node teabowls -b missing node entreaty -b missing node minored -b missing node seedmen -b missing node teardrop -b missing node gloxinias -b missing node corniness -b missing node entreats -b missing node reenacted -b missing node stopping -b missing node savannahs -b missing node subsurface -b missing node blathering -b missing node demographies -b missing node soundboxes -b missing node transpositions -b missing node deadest -b missing node overstatements -b missing node warhorse -b missing node withdrawals -b missing node strands -b missing node limekilns -b missing node apollos -b missing node martialists -b missing node weasels -b missing node knickers -b missing node diversifies -b missing node millennia -b missing node shriekers -b missing node risen -b missing node neurosis -b missing node rises -b missing node duellos -b missing node riser -b missing node rhapsodizing -b missing node commercialists -b missing node aurorae -b missing node exurbs -b missing node menstruates -b missing node popishly -b missing node infantries -b missing node evertors -b missing node auroral -b missing node menstruated -b missing node auroras -b missing node chumming -b missing node ignoramus -b missing node outrooted -b missing node invitee -b missing node invited -b missing node inviter -b missing node invites -b missing node typiest -b missing node fogies -b missing node subdialect -b missing node chummily -b missing node pebbles -b missing node parishioners -b missing node deadens -b missing node lopsidedly -b missing node decocting -b missing node inappropriately -b missing node autobiographies -b missing node novice -b missing node seedman -b missing node leasings -b missing node diversified -b missing node revaluations -b missing node forklifts -b missing node choicest -b missing node precess -b missing node prosaic -b missing node decoction -b missing node soundproofs -b missing node miseries -b missing node mnemonic -b missing node starchy -b missing node repack -b missing node debentures -b missing node servers -b missing node neuroses -b missing node precept -b missing node touchstones -b missing node accumulators -b missing node nereid -b missing node windbag -b missing node archness -b missing node deodorize -b missing node aldrin -b missing node nereis -b missing node besprinkled -b missing node letterheads -b missing node methodological -b missing node supplantation -b missing node hackneyed -b missing node demographics -b missing node courtesan -b missing node nebulizing -b missing node condensations -b missing node duelled -b missing node jackstraws -b missing node rectifier -b missing node risks -b missing node irritancies -b missing node rectifies -b missing node risky -b missing node jellying -b missing node bohunks -b missing node rectified -b missing node inherence -b missing node asininely -b missing node watthour -b missing node incongruities -b missing node privities -b missing node preeminently -b missing node gabbers -b missing node dueller -b missing node tired -b missing node greasiness -b missing node subchapters -b missing node ascetics -b missing node underfinancing -b missing node regnant -b missing node morally -b missing node verifiableness -b missing node markka -b missing node readability -b missing node careening -b missing node metazoic -b missing node operabilities -b missing node pebbled -b missing node suppressants -b missing node acidulates -b missing node repaid -b missing node emplacements -b missing node christmas -b missing node jutes -b missing node chummier -b missing node acidulated -b missing node outwalking -b missing node tinmen -b missing node compensations -b missing node divorcement -b missing node choicely -b missing node picquet -b missing node muscatels -b missing node ploughers -b missing node rishi -b missing node rumbaing -b missing node wavelets -b missing node repair -b missing node parallelling -b missing node dicasts -b missing node marked -b missing node taiga -b missing node eyebrow -b missing node market -b missing node waveless -b missing node marker -b missing node longways -b missing node marshiest -b missing node pinkings -b missing node stockyard -b missing node idahoan -b missing node unwelded -b missing node deadeye -b missing node tinman -b missing node ingest -b missing node vomiter -b missing node balcony -b missing node grammatically -b missing node ortho -b missing node requisite -b missing node endings -b missing node beguines -b missing node vomited -b missing node overexposing -b missing node beaver -b missing node minorca -b missing node heroical -b missing node calthrops -b missing node islanders -b missing node junto -b missing node immatures -b missing node mismarriages -b missing node goglets -b missing node oversubscribe -b missing node fractionalized -b missing node scathe -b missing node junta -b missing node perpetuities -b missing node rhapsodists -b missing node alternate -b missing node oversize -b missing node repressive -b missing node midwest -b missing node violates -b missing node duffle -b missing node violater -b missing node bailies -b missing node vidkids -b missing node acerbating -b missing node crimean -b missing node violated -b missing node necrosis -b missing node zeolite -b missing node phoenicians -b missing node trillion -b missing node wiretappers -b missing node lycees -b missing node oversizes -b missing node unreasonably -b missing node impersonate -b missing node drawlers -b missing node nobelium -b missing node retroactivity -b missing node oversized -b missing node adjudicator -b missing node offensiveness -b missing node befuddling -b missing node desuetudes -b missing node trilling -b missing node reawake -b missing node redemptible -b missing node accurately -b missing node wigmaker -b missing node accreditment -b missing node lairdly -b missing node leukoma -b missing node easing -b missing node tinkles -b missing node vitalising -b missing node logotype -b missing node nethermost -b missing node townsman -b missing node vertically -b missing node nobelist -b missing node tansy -b missing node transmigrates -b missing node tinkled -b missing node sermonize -b missing node stutter -b missing node tincts -b missing node transmigrated -b missing node capsized -b missing node skunked -b missing node tanto -b missing node locoweed -b missing node maltreatments -b missing node conjurations -b missing node unburied -b missing node boarders -b missing node impanel -b missing node overabound -b missing node repression -b missing node premiering -b missing node criminalities -b missing node gibbetted -b missing node injectant -b missing node orthodox -b missing node plonked -b missing node inorganic -b missing node hindering -b missing node darers -b missing node weiner -b missing node wafer -b missing node frugs -b missing node heathens -b missing node cocomat -b missing node allegorists -b missing node souths -b missing node clipped -b missing node drifters -b missing node goriness -b missing node pedalled -b missing node tangy -b missing node tangs -b missing node underspends -b missing node suppressive -b missing node reimbursing -b missing node tango -b missing node probabilities -b missing node unhinges -b missing node vehicle -b missing node easily -b missing node clipper -b missing node clarifies -b missing node devouring -b missing node notifiers -b missing node dueling -b missing node punier -b missing node sunbird -b missing node terrariums -b missing node reserved -b missing node remonetization -b missing node reserver -b missing node reserves -b missing node blustering -b missing node strengthen -b missing node towelling -b missing node heathers -b missing node assailing -b missing node thermally -b missing node charismatic -b missing node ciao -b missing node centeredly -b missing node auricled -b missing node conundrum -b missing node whinny -b missing node rufflers -b missing node heathery -b missing node easies -b missing node letterings -b missing node monkeying -b missing node perforating -b missing node hygiene -b missing node clarifier -b missing node impregnate -b missing node extends -b missing node easier -b missing node clarified -b missing node unreasonable -b missing node heterogeneously -b missing node resection -b missing node perforation -b missing node unhinged -b missing node wherewith -b missing node nucleations -b missing node tanks -b missing node biyearly -b missing node paperboard -b missing node tanka -b missing node thrushes -b missing node staking -b missing node capybaras -b missing node handpiece -b missing node nothingness -b missing node lavers -b missing node bummest -b missing node demotions -b missing node auricles -b missing node irreligious -b missing node churchy -b missing node offer -b missing node emaciate -b missing node coasters -b missing node chambrays -b missing node coyote -b missing node astutely -b missing node midweek -b missing node bummers -b missing node ganged -b missing node offed -b missing node surcharging -b missing node handstands -b missing node depersonalize -b missing node reflower -b missing node reflowed -b missing node suppressing -b missing node glims -b missing node televisionally -b missing node necrotize -b missing node stumbled -b missing node barbarously -b missing node junco -b missing node sextile -b missing node stumbles -b missing node suppression -b missing node stumbler -b missing node glint -b missing node removers -b missing node gaggers -b missing node subgum -b missing node undescribably -b missing node apostleships -b missing node vive -b missing node baldrics -b missing node replicates -b missing node scrumptiously -b missing node offal -b missing node autonomous -b missing node baldrick -b missing node vivo -b missing node replicated -b missing node coyotes -b missing node fretful -b missing node enlivenments -b missing node viva -b missing node coronachs -b missing node colanders -b missing node garotters -b missing node perspiring -b missing node dominicans -b missing node repave -b missing node chic -b missing node chia -b missing node tiredness -b missing node sculptresses -b missing node upraising -b missing node dogmatical -b missing node vita -b missing node millrun -b missing node brickyard -b missing node vise -b missing node visa -b missing node kiosk -b missing node unalleviated -b missing node pitchiest -b missing node doggonest -b missing node corncake -b missing node twirler -b missing node unmolested -b missing node firmer -b missing node lowercase -b missing node syrens -b missing node firmed -b missing node chip -b missing node toplessness -b missing node twirled -b missing node chin -b missing node goners -b missing node chid -b missing node storable -b missing node bailing -b missing node hocussing -b missing node seaquake -b missing node trajectory -b missing node curliness -b missing node pronationalist -b missing node repays -b missing node chit -b missing node enthusing -b missing node bowline -b missing node chub -b missing node adjudicates -b missing node erectilities -b missing node chug -b missing node kadishim -b missing node chum -b missing node faxing -b missing node garibaldi -b missing node oilmen -b missing node adjudicated -b missing node kiowa -b missing node yeast -b missing node penguin -b missing node lordlier -b missing node engagements -b missing node duffer -b missing node junky -b missing node electrochemistry -b missing node duffel -b missing node townsmen -b missing node paraffin -b missing node junks -b missing node smatters -b missing node hibachi -b missing node years -b missing node yearn -b missing node unavailability -b missing node epeeist -b missing node dominating -b missing node affirmers -b missing node cartesian -b missing node museums -b missing node superlatives -b missing node starveling -b missing node finable -b missing node repast -b missing node repass -b missing node corroborator -b missing node biomechanics -b missing node sandblast -b missing node domination -b missing node ecologists -b missing node databases -b missing node granduncles -b missing node bowling -b missing node nondrying -b missing node amortizes -b missing node waterproofs -b missing node extents -b missing node siestas -b missing node oilman -b missing node stubbiest -b missing node dejected -b missing node rigidly -b missing node undescribable -b missing node bordures -b missing node chou -b missing node chow -b missing node evades -b missing node weaklings -b missing node autophagy -b missing node secretively -b missing node evader -b missing node amortized -b missing node simulcasts -b missing node chop -b missing node checkout -b missing node ruinousness -b missing node payable -b missing node soothsayers -b missing node evaded -b missing node bowlike -b missing node payably -b missing node shakedowns -b missing node toxicants -b missing node cobwebs -b missing node barouches -b missing node bailiff -b missing node nonadvantageously -b missing node photics -b missing node wafts -b missing node freethinking -b missing node formula -b missing node coincident -b missing node unclogged -b missing node coldness -b missing node cohabitant -b missing node crenate -b missing node vied -b missing node tarweed -b missing node revolutionizer -b missing node corroborates -b missing node revolutionizes -b missing node periodontist -b missing node futurisms -b missing node weirdly -b missing node allspices -b missing node mucklucks -b missing node revolutionized -b missing node reenlarging -b missing node restocks -b missing node accumulating -b missing node unpossessive -b missing node titan -b missing node stealth -b missing node octopod -b missing node view -b missing node vier -b missing node vies -b missing node stainable -b missing node cursively -b missing node sanitizes -b missing node sanitizer -b missing node insignificance -b missing node weirdos -b missing node stipplers -b missing node execution -b missing node cruller -b missing node miscounting -b missing node ramekin -b missing node militarized -b missing node cleric -b missing node sinicizes -b missing node elicit -b missing node jumps -b missing node basher -b missing node clergy -b missing node bashes -b missing node undergarments -b missing node corroborated -b missing node jumpy -b missing node accumulation -b missing node lordling -b missing node sanitized -b missing node sinicized -b missing node revictualed -b missing node seedbed -b missing node antihero -b missing node reticence -b missing node wobble -b missing node animalism -b missing node pectin -b missing node internecine -b missing node vial -b missing node scurrilities -b missing node pectic -b missing node pilchard -b missing node bashed -b missing node optimums -b missing node tapster -b missing node hematological -b missing node clerks -b missing node harpers -b missing node militarizes -b missing node trending -b missing node oneself -b missing node wagon -b missing node misbiasing -b missing node quartiles -b missing node executive -b missing node vias -b missing node wobbly -b missing node animality -b missing node examiners -b missing node proponing -b missing node bible -b missing node titer -b missing node chauffeuring -b missing node halberd -b missing node ricketiness -b missing node vice -b missing node submitter -b missing node perplex -b missing node dictatorial -b missing node limberer -b missing node marque -b missing node kafir -b missing node elvers -b missing node desolately -b missing node monarchists -b missing node ganevs -b missing node semites -b missing node youthfully -b missing node endlessness -b missing node vide -b missing node bigots -b missing node complexities -b missing node tithe -b missing node jungian -b missing node liturgically -b missing node solarizing -b missing node scholastics -b missing node starred -b missing node amirate -b missing node malachite -b missing node epics -b missing node limbered -b missing node chez -b missing node futurists -b missing node discomforts -b missing node glide -b missing node whimsy -b missing node shotting -b missing node chew -b missing node phloxes -b missing node bilinear -b missing node fecundating -b missing node vims -b missing node chem -b missing node kafka -b missing node scarletina -b missing node weirder -b missing node brassish -b missing node chef -b missing node implementor -b missing node vine -b missing node reinfused -b missing node submitted -b missing node raccoon -b missing node sheols -b missing node hallucinational -b missing node fecundation -b missing node remigrate -b missing node viny -b missing node vins -b missing node accentual -b missing node invading -b missing node farness -b missing node reinfuses -b missing node sergeantcies -b missing node vino -b missing node unimpressive -b missing node decamped -b missing node tasseling -b missing node godships -b missing node expandible -b missing node subject -b missing node freshing -b missing node cedars -b missing node uprisings -b missing node looking -b missing node adaptableness -b missing node submittal -b missing node sophies -b missing node viol -b missing node trendily -b missing node thermometrical -b missing node pliancies -b missing node gaseous -b missing node forelands -b missing node inoculates -b missing node dazzling -b missing node glints -b missing node sucklers -b missing node farthermost -b missing node adhesion -b missing node inoculated -b missing node design -b missing node vips -b missing node weirdie -b missing node cham -b missing node adhesive -b missing node chording -b missing node char -b missing node toxicologically -b missing node chap -b missing node chaw -b missing node firmly -b missing node absorbingly -b missing node chat -b missing node wages -b missing node pearlers -b missing node wager -b missing node trendier -b missing node brutisms -b missing node bibbs -b missing node liniments -b missing node scythe -b missing node underlying -b missing node chad -b missing node transmissible -b missing node flustering -b missing node puissantly -b missing node combats -b missing node forzandos -b missing node executing -b missing node internationals -b missing node beautifying -b missing node radioed -b missing node axlike -b missing node cathect -b missing node steamed -b missing node confronted -b missing node eccentrically -b missing node incorrupt -b missing node extinctions -b missing node steamer -b missing node unescorted -b missing node dirtily -b missing node fiefdoms -b missing node octopus -b missing node vile -b missing node dropsical -b missing node checkoff -b missing node limberly -b missing node waged -b missing node dandlers -b missing node cluttered -b missing node muscularity -b missing node seceders -b missing node rills -b missing node jumbo -b missing node martingale -b missing node titre -b missing node transmigrator -b missing node dictum -b missing node dividable -b missing node kinks -b missing node conniption -b missing node kinky -b missing node romanizing -b missing node marred -b missing node frump -b missing node scarry -b missing node foulings -b missing node unpressed -b missing node punily -b missing node differences -b missing node bookcases -b missing node tintype -b missing node snorkeled -b missing node hectograms -b missing node trisect -b missing node warier -b missing node invected -b missing node architecure -b missing node duelist -b missing node henries -b missing node humilities -b missing node brassily -b missing node broadloom -b missing node implemented -b missing node ingots -b missing node scrutator -b missing node rewaxing -b missing node caucus -b missing node titty -b missing node unproclaimed -b missing node bircher -b missing node birches -b missing node birchen -b missing node brassier -b missing node typescript -b missing node brassies -b missing node disannulling -b missing node taped -b missing node huzza -b missing node after -b missing node birched -b missing node quahogs -b missing node tapes -b missing node taper -b missing node edgily -b missing node violator -b missing node backhanded -b missing node fruit -b missing node rowdyisms -b missing node variers -b missing node edging -b missing node nonmechanically -b missing node encourage -b missing node unfaithful -b missing node screechy -b missing node unscaled -b missing node rainout -b missing node abnegations -b missing node sophism -b missing node nonprescriptive -b missing node tasseled -b missing node sophist -b missing node marrer -b missing node semigraphic -b missing node depersonalizes -b missing node downlink -b missing node lavenders -b missing node goatfish -b missing node smilaxes -b missing node lurker -b missing node humorously -b missing node depersonalized -b missing node lurked -b missing node punish -b missing node ganefs -b missing node variety -b missing node underfinances -b missing node listing -b missing node potmen -b missing node scarps -b missing node underfinanced -b missing node sinewed -b missing node goethe -b missing node nonagricultural -b missing node graftage -b missing node unperceived -b missing node accumulative -b missing node whiner -b missing node whines -b missing node handpicks -b missing node whiney -b missing node refilters -b missing node brassica -b missing node rebroadcasted -b missing node patrimony -b missing node whined -b missing node nugatory -b missing node casabas -b missing node buckrams -b missing node hustlers -b missing node bialy -b missing node capsizes -b missing node discussionis -b missing node margined -b missing node riled -b missing node suborning -b missing node formfitting -b missing node repressing -b missing node coconut -b missing node spondees -b missing node title -b missing node pinheaded -b missing node waring -b missing node heartiest -b missing node reinters -b missing node potman -b missing node saunters -b missing node warily -b missing node orangeries -b missing node tubbable -b missing node nylons -b missing node spoiling -b missing node semitic -b missing node moochers -b missing node tarbushes -b missing node ingulfing -b missing node mesmerized -b missing node ruggers -b missing node nonsecret -b missing node overspending -b missing node mesmerizes -b missing node mesmerizer -b missing node seasonableness -b missing node perusers -b missing node capaciousness -b missing node cylinders -b missing node oxlips -b missing node marginal -b missing node edgier -b missing node lemming -b missing node gratification -b missing node clothings -b missing node mealtimes -b missing node bellboy -b missing node preadults -b missing node riles -b missing node dismantle -b missing node pupates -b missing node desist -b missing node reposeful -b missing node bullfight -b missing node diplex -b missing node desire -b missing node reforesting -b missing node cementation -b missing node mingling -b missing node pupated -b missing node lunatic -b missing node periodontics -b missing node expiratory -b missing node marron -b missing node wingover -b missing node placentae -b missing node nuttiest -b missing node pinkoes -b missing node phrenology -b missing node placental -b missing node kinaesthetically -b missing node trillium -b missing node coltish -b missing node marrow -b missing node placentas -b missing node manhood -b missing node noninheritable -b missing node truncated -b missing node frizzily -b missing node oscar -b missing node bolding -b missing node borderings -b missing node rubbishes -b missing node retranslation -b missing node wayward -b missing node fumbling -b missing node verdict -b missing node unmovable -b missing node cicada -b missing node scarab -b missing node impeachable -b missing node tinhorns -b missing node tending -b missing node fogeys -b missing node conversational -b missing node situate -b missing node sherif -b missing node unquiet -b missing node restringing -b missing node wahoo -b missing node semitist -b missing node senses -b missing node clabbered -b missing node nail -b missing node naif -b missing node demonology -b missing node cheesecloths -b missing node reverifying -b missing node rinds -b missing node patentor -b missing node talon -b missing node toiler -b missing node toilet -b missing node trackable -b missing node cymbalers -b missing node slouchingly -b missing node splendidly -b missing node decadent -b missing node regattas -b missing node segmentary -b missing node manhole -b missing node specifications -b missing node rubying -b missing node yelling -b missing node testing -b missing node tiniest -b missing node lanyards -b missing node recapitulative -b missing node gonged -b missing node caulking -b missing node truncates -b missing node rationalizer -b missing node rationalizes -b missing node unjustness -b missing node ligatured -b missing node webbier -b missing node offeror -b missing node hedonistic -b missing node shadower -b missing node barographs -b missing node foretimes -b missing node tally -b missing node astound -b missing node codifications -b missing node serotype -b missing node fireplace -b missing node ocular -b missing node readmits -b missing node preestablish -b missing node sandpapering -b missing node scarer -b missing node scares -b missing node scared -b missing node comrades -b missing node naps -b missing node pavilioned -b missing node talky -b missing node nape -b missing node compulsiveness -b missing node cussword -b missing node deficiency -b missing node talks -b missing node nonexplosives -b missing node scarey -b missing node sensed -b missing node asylum -b missing node cautious -b missing node triplane -b missing node name -b missing node resentfully -b missing node womanly -b missing node laboredly -b missing node frizzing -b missing node digitalized -b missing node intersessions -b missing node woodsiest -b missing node unnourished -b missing node shadowed -b missing node weevilly -b missing node miniaturists -b missing node scarce -b missing node ligatures -b missing node rationalized -b missing node abruptest -b missing node goddamned -b missing node retranslating -b missing node frostbiting -b missing node nasa -b missing node nabobery -b missing node sensor -b missing node unrelieved -b missing node patented -b missing node patentee -b missing node coeval -b missing node bolide -b missing node ocherous -b missing node natl -b missing node prodigious -b missing node nato -b missing node egregiousness -b missing node placements -b missing node colander -b missing node conjunctives -b missing node sherpa -b missing node kings -b missing node woodbines -b missing node fragging -b missing node palomino -b missing node anhydrous -b missing node baboonish -b missing node scarfs -b missing node grayling -b missing node nard -b missing node narc -b missing node asquint -b missing node cadmic -b missing node nark -b missing node bubbling -b missing node meliorations -b missing node taler -b missing node tales -b missing node tallyhoing -b missing node blurred -b missing node positional -b missing node nary -b missing node racetrack -b missing node kines -b missing node webbing -b missing node ethnoses -b missing node coppering -b missing node hobos -b missing node agoraphobia -b missing node southwesterners -b missing node agoraphobic -b missing node lavishest -b missing node dissonances -b missing node storewide -b missing node talcs -b missing node helved -b missing node restriction -b missing node kinds -b missing node chowtime -b missing node offerer -b missing node saliences -b missing node lavishers -b missing node corundums -b missing node helves -b missing node hybrid -b missing node preacher -b missing node preaches -b missing node conjunctival -b missing node restricting -b missing node edgers -b missing node parameciums -b missing node simians -b missing node conjunctivae -b missing node unsteadily -b missing node preached -b missing node auscultate -b missing node pruriently -b missing node pinches -b missing node plutocratic -b missing node snuggery -b missing node contagiously -b missing node grasped -b missing node pincher -b missing node roadster -b missing node conjunctivas -b missing node decentralization -b missing node naut -b missing node dopant -b missing node fitnesses -b missing node thanklessly -b missing node snobby -b missing node pinched -b missing node positioned -b missing node cautions -b missing node snuggest -b missing node irritabilities -b missing node grasper -b missing node patently -b missing node rencounters -b missing node overawing -b missing node nave -b missing node frizzier -b missing node inappositeness -b missing node boozers -b missing node wrecks -b missing node football -b missing node intently -b missing node sherry -b missing node navy -b missing node badlands -b missing node mortally -b missing node bellyache -b missing node extortions -b missing node sororities -b missing node attachers -b missing node clogging -b missing node slicking -b missing node plethoras -b missing node inbounds -b missing node reversionist -b missing node ripcord -b missing node gander -b missing node sergeantship -b missing node septical -b missing node bullheaded -b missing node dirtied -b missing node crofter -b missing node fatherliness -b missing node flounders -b missing node princesses -b missing node bubblies -b missing node bubblier -b missing node dirtier -b missing node typists -b missing node trunnions -b missing node dirties -b missing node epergnes -b missing node bigmouths -b missing node chitinous -b missing node widths -b missing node desexes -b missing node strifes -b missing node quenched -b missing node surfing -b missing node slimmest -b missing node desexed -b missing node barnstorms -b missing node quencher -b missing node quenches -b missing node rabbinates -b missing node scruff -b missing node mutants -b missing node chaldron -b missing node statehouses -b missing node subdistinctions -b missing node chestful -b missing node plentifulness -b missing node unfrocking -b missing node drummers -b missing node costive -b missing node disenfranchise -b missing node consignees -b missing node misfitted -b missing node sooner -b missing node piteousness -b missing node unsteadier -b missing node unsteadies -b missing node wimble -b missing node hertz -b missing node spigot -b missing node mammons -b missing node postlude -b missing node encroachment -b missing node updrafts -b missing node succeeded -b missing node cannonballing -b missing node thinning -b missing node easterner -b missing node decrepitly -b missing node waifs -b missing node succeeder -b missing node harping -b missing node ensilaged -b missing node tangoed -b missing node scrubs -b missing node minimizers -b missing node expos -b missing node toxically -b missing node ensilages -b missing node hoary -b missing node overflowing -b missing node orchard -b missing node schizos -b missing node sweepier -b missing node concernment -b missing node sylvans -b missing node korean -b missing node retaliations -b missing node examining -b missing node machineries -b missing node fadeless -b missing node pawnshops -b missing node stealer -b missing node surrendering -b missing node earmark -b missing node constellation -b missing node splendider -b missing node mantids -b missing node synergistically -b missing node cloggier -b missing node grudger -b missing node howdies -b missing node grudges -b missing node nabs -b missing node hobby -b missing node embellishments -b missing node courtesies -b missing node plethoric -b missing node grudged -b missing node oculus -b missing node indefensibly -b missing node recapitulation -b missing node weeviled -b missing node courtesied -b missing node recapitulating -b missing node countered -b missing node aliases -b missing node platypuses -b missing node reprinter -b missing node unsophisticated -b missing node testier -b missing node servantship -b missing node ultimacy -b missing node periodontitis -b missing node wardrooms -b missing node viticultural -b missing node refigure -b missing node testify -b missing node promiscuously -b missing node regears -b missing node sonorous -b missing node mitering -b missing node thinnish -b missing node prelimited -b missing node costing -b missing node sherds -b missing node muckraker -b missing node muckrakes -b missing node cochlea -b missing node illustriously -b missing node survey -b missing node muckraked -b missing node multiplicand -b missing node toiled -b missing node gandhi -b missing node reprinted -b missing node rimed -b missing node nags -b missing node expwy -b missing node talus -b missing node testily -b missing node bewrays -b missing node calmingly -b missing node unmanning -b missing node chrysalides -b missing node unpedigreed -b missing node ministates -b missing node harpies -b missing node vantage -b missing node fulfil -b missing node voluted -b missing node purloiners -b missing node indefensible -b missing node rimes -b missing node consanguinity -b missing node allocations -b missing node argosies -b missing node liberalizes -b missing node showcase -b missing node sweeping -b missing node interregnums -b missing node liberalized -b missing node uproarious -b missing node cordages -b missing node trochees -b missing node volutes -b missing node alyssum -b missing node familiarities -b missing node forebodies -b missing node intenser -b missing node bromides -b missing node resummoning -b missing node amebean -b missing node apanage -b missing node enfeoffment -b missing node bequeathing -b missing node sorting -b missing node tamps -b missing node diatribes -b missing node engine -b missing node taxable -b missing node tampa -b missing node eloquence -b missing node counteropening -b missing node venturesomely -b missing node hoagy -b missing node gallivanters -b missing node dinosaur -b missing node taxably -b missing node cultivated -b missing node gabbros -b missing node rewrought -b missing node chalets -b missing node tyrant -b missing node pathologists -b missing node plummeted -b missing node gatherer -b missing node cultivates -b missing node repent -b missing node latticework -b missing node violins -b missing node turbulently -b missing node unlettable -b missing node engild -b missing node unsolicited -b missing node frighteningly -b missing node lesions -b missing node tongued -b missing node tongues -b missing node indicium -b missing node gathered -b missing node waive -b missing node authoresses -b missing node offenses -b missing node mortise -b missing node chlorinates -b missing node bromidic -b missing node anabolism -b missing node pilsener -b missing node dogmata -b missing node maroon -b missing node chlorinated -b missing node centigram -b missing node wichita -b missing node freeform -b missing node engirt -b missing node unacademic -b missing node onerosities -b missing node ossifications -b missing node minable -b missing node necrotic -b missing node reminisce -b missing node zippered -b missing node subcommanders -b missing node concluders -b missing node disparity -b missing node waist -b missing node fancily -b missing node laughing -b missing node erbiums -b missing node engird -b missing node waits -b missing node frisson -b missing node clemency -b missing node orthoepy -b missing node coalsheds -b missing node nonofficial -b missing node unweighted -b missing node heating -b missing node baedeker -b missing node tammy -b missing node violist -b missing node grilling -b missing node tyrannically -b missing node derries -b missing node plush -b missing node ultimate -b missing node townsite -b missing node turnpike -b missing node ultimata -b missing node chadarim -b missing node whiffers -b missing node flukiest -b missing node heretics -b missing node groundmass -b missing node surfier -b missing node nebulizes -b missing node nebulizer -b missing node firkin -b missing node mouthpiece -b missing node piggery -b missing node coypus -b missing node sentry -b missing node pluto -b missing node governs -b missing node spiffiest -b missing node fibbed -b missing node relocate -b missing node sizzling -b missing node wrinkles -b missing node condyles -b missing node philistine -b missing node fibber -b missing node batches -b missing node batcher -b missing node squinter -b missing node serology -b missing node airstrips -b missing node wrinkled -b missing node batched -b missing node ironsides -b missing node mammoth -b missing node squinted -b missing node cultivator -b missing node whitlows -b missing node product -b missing node maledict -b missing node cropped -b missing node hoard -b missing node organists -b missing node berthing -b missing node produce -b missing node glazings -b missing node cropper -b missing node prosers -b missing node immoderacy -b missing node oilily -b missing node repels -b missing node careeners -b missing node moniker -b missing node tamed -b missing node homesteads -b missing node daredevil -b missing node typographical -b missing node discrepant -b missing node koshering -b missing node wains -b missing node rosalyn -b missing node superstitious -b missing node barhopping -b missing node chlorinator -b missing node derrick -b missing node biddy -b missing node reprising -b missing node bided -b missing node lawlessly -b missing node petitioning -b missing node expel -b missing node abominator -b missing node tames -b missing node bides -b missing node sortied -b missing node tamer -b missing node bider -b missing node bidet -b missing node dissenting -b missing node sorties -b missing node wails -b missing node oiling -b missing node yammerer -b missing node enwrap -b missing node osaka -b missing node toughens -b missing node westward -b missing node organisms -b missing node repugnantly -b missing node hangout -b missing node milkweeds -b missing node nazi -b missing node popovers -b missing node combative -b missing node necropolis -b missing node unbolts -b missing node tantalize -b missing node nays -b missing node tipoffs -b missing node nonflexible -b missing node minuscule -b missing node grammarians -b missing node basely -b missing node reenters -b missing node caudate -b missing node shrived -b missing node plunk -b missing node shriven -b missing node adjuncts -b missing node shrivel -b missing node shriver -b missing node outskirts -b missing node noxious -b missing node kills -b missing node shrives -b missing node plumy -b missing node compiling -b missing node plump -b missing node metonymies -b missing node plums -b missing node uncommonness -b missing node plume -b missing node myrmidons -b missing node suggested -b missing node rinse -b missing node yammered -b missing node extractive -b missing node plumb -b missing node hawkshaw -b missing node cogences -b missing node gladiator -b missing node toilettes -b missing node ritualized -b missing node conscientiously -b missing node headboards -b missing node footbath -b missing node embarrassments -b missing node dissonant -b missing node restrictive -b missing node royalist -b missing node gauntleted -b missing node preclean -b missing node musette -b missing node abominated -b missing node mortice -b missing node paisanos -b missing node reassimilating -b missing node lyceum -b missing node toughest -b missing node nonsuccessively -b missing node basest -b missing node floorshow -b missing node nation -b missing node royalism -b missing node associativity -b missing node whippy -b missing node pieplant -b missing node shopping -b missing node unsterile -b missing node intuitive -b missing node compatriot -b missing node repeal -b missing node veluring -b missing node yahooism -b missing node cobbling -b missing node repeat -b missing node bongoes -b missing node drivellers -b missing node oedipuses -b missing node twiddling -b missing node prepuces -b missing node bottlefuls -b missing node abominates -b missing node cleaning -b missing node nebulized -b missing node cine -b missing node cuppers -b missing node hyraxes -b missing node closefitting -b missing node plenitude -b missing node blackbirds -b missing node maltreating -b missing node reassimilation -b missing node combating -b missing node tasselled -b missing node fooled -b missing node pluck -b missing node city -b missing node patricide -b missing node mimeographs -b missing node deicer -b missing node versicles -b missing node deices -b missing node rashness -b missing node visualizations -b missing node circuitous -b missing node deprivers -b missing node readdressing -b missing node toddling -b missing node prismoids -b missing node landlordism -b missing node computerized -b missing node neutered -b missing node nonethically -b missing node ceaselessness -b missing node cite -b missing node computerizes -b missing node heptoses -b missing node mortify -b missing node temptations -b missing node kayakers -b missing node deregulated -b missing node farinaceous -b missing node taperers -b missing node maskings -b missing node delight -b missing node kilty -b missing node craftiness -b missing node kilts -b missing node meninges -b missing node stylate -b missing node ammeter -b missing node rinks -b missing node deiced -b missing node holographic -b missing node deregulates -b missing node circ -b missing node stodgiest -b missing node cussedly -b missing node ebullience -b missing node girths -b missing node kippers -b missing node pettishly -b missing node freeloads -b missing node kindest -b missing node plugs -b missing node kilns -b missing node squabbles -b missing node overfurnish -b missing node womaned -b missing node osage -b missing node squabbled -b missing node squabbler -b missing node girted -b missing node flexors -b missing node rings -b missing node winking -b missing node contortionist -b missing node kilos -b missing node boldface -b missing node faithful -b missing node etruria -b missing node immoderate -b missing node jollifications -b missing node patrician -b missing node semitism -b missing node intuiting -b missing node confection -b missing node serfish -b missing node forearming -b missing node blowiest -b missing node foreboding -b missing node chefdoms -b missing node overweening -b missing node burdock -b missing node intuition -b missing node outbargained -b missing node fancier -b missing node confecting -b missing node fancies -b missing node housebreaker -b missing node fancied -b missing node vituperatively -b missing node porthole -b missing node supersonic -b missing node snowfall -b missing node envisioning -b missing node furnish -b missing node nailed -b missing node tarot -b missing node sunbelt -b missing node environs -b missing node taros -b missing node unbruised -b missing node whanged -b missing node right -b missing node samuel -b missing node seeders -b missing node preparations -b missing node bestializing -b missing node semipro -b missing node beastlier -b missing node rigid -b missing node expediently -b missing node clinically -b missing node anhydride -b missing node native -b missing node tarps -b missing node gashouse -b missing node ensured -b missing node ripcords -b missing node jujus -b missing node warned -b missing node fazed -b missing node quadruplets -b missing node steadying -b missing node ensures -b missing node ensurer -b missing node hayrides -b missing node daring -b missing node colophon -b missing node scandalously -b missing node rationed -b missing node warner -b missing node aussie -b missing node nailer -b missing node doggoned -b missing node cowedly -b missing node gonifs -b missing node curtsey -b missing node pentecost -b missing node patronizers -b missing node stearic -b missing node doggones -b missing node tarns -b missing node stockinets -b missing node brahminism -b missing node stearin -b missing node doggoner -b missing node brahminist -b missing node interphone -b missing node tovarich -b missing node hymenal -b missing node stalactites -b missing node dissociations -b missing node scapes -b missing node anodized -b missing node exults -b missing node vaguest -b missing node ofays -b missing node metalized -b missing node anodizes -b missing node pillboxes -b missing node caterwauled -b missing node souped -b missing node stocker -b missing node posterns -b missing node metalizes -b missing node girlie -b missing node tarts -b missing node bonniest -b missing node levelling -b missing node particularly -b missing node synagogs -b missing node impairs -b missing node endives -b missing node scaped -b missing node connoted -b missing node repeals -b missing node scrota -b missing node externs -b missing node connotes -b missing node migrates -b missing node cooees -b missing node windflower -b missing node saucerized -b missing node busyness -b missing node bowless -b missing node rational -b missing node sobriety -b missing node stocked -b missing node dognapping -b missing node regearing -b missing node inebriated -b missing node congressional -b missing node assimilable -b missing node tarsi -b missing node buggiest -b missing node removals -b missing node shakeouts -b missing node underlies -b missing node underlier -b missing node syrinx -b missing node inebriates -b missing node conductance -b missing node bowlers -b missing node rockfish -b missing node prominent -b missing node migrated -b missing node rigor -b missing node tarry -b missing node orbicular -b missing node calends -b missing node influencer -b missing node influences -b missing node amphibious -b missing node desisting -b missing node recognizability -b missing node resealable -b missing node luncheons -b missing node influenced -b missing node formatted -b missing node bewares -b missing node mislain -b missing node hobbled -b missing node knittings -b missing node pervious -b missing node bewared -b missing node mislaid -b missing node heehawed -b missing node procurator -b missing node mountie -b missing node hobbler -b missing node hobbles -b missing node listers -b missing node interloping -b missing node unpriced -b missing node aleuron -b missing node syrian -b missing node devotions -b missing node notarizes -b missing node freezing -b missing node mounter -b missing node formatter -b missing node decrypts -b missing node unfulfilled -b missing node nonresidential -b missing node september -b missing node relented -b missing node doggoning -b missing node retroactively -b missing node maskable -b missing node nourish -b missing node easels -b missing node despoilment -b missing node transected -b missing node unharmful -b missing node plungers -b missing node bywords -b missing node guitar -b missing node megalith -b missing node notarized -b missing node martyr -b missing node stockiness -b missing node scanned -b missing node ultras -b missing node deaccessioning -b missing node nixies -b missing node scanner -b missing node scroll -b missing node atavistic -b missing node migrator -b missing node gallanted -b missing node mounted -b missing node permutationists -b missing node oversubscribed -b missing node hyposensitive -b missing node unsalable -b missing node gangplows -b missing node homaged -b missing node chicagoan -b missing node distribute -b missing node oversubscribes -b missing node exocrine -b missing node homages -b missing node homager -b missing node disinherited -b missing node creakiness -b missing node cantinas -b missing node noblewoman -b missing node drills -b missing node primitiveness -b missing node repeatability -b missing node hatching -b missing node conveyances -b missing node bottle -b missing node caperers -b missing node conveyancer -b missing node superstition -b missing node oversell -b missing node prescribing -b missing node estate -b missing node outsells -b missing node drywall -b missing node impulsive -b missing node fratricide -b missing node basked -b missing node communing -b missing node knuckleheads -b missing node hustle -b missing node fellatrix -b missing node aperitif -b missing node easers -b missing node underlips -b missing node exclamations -b missing node sublet -b missing node virologists -b missing node tovarish -b missing node assailers -b missing node bottom -b missing node arduous -b missing node suburbias -b missing node dismortgage -b missing node accordance -b missing node communion -b missing node trilogies -b missing node demineralizes -b missing node overfurnished -b missing node parises -b missing node hoyden -b missing node roughen -b missing node igloo -b missing node rougher -b missing node ambergrease -b missing node refashioned -b missing node bumming -b missing node stabber -b missing node roughed -b missing node surchargers -b missing node childliest -b missing node handgrips -b missing node alcalde -b missing node bowlegs -b missing node affections -b missing node hyposensitize -b missing node basket -b missing node demineralized -b missing node gallantry -b missing node fastidiousness -b missing node overfurnishes -b missing node reflect -b missing node gravitative -b missing node dipole -b missing node haughtiness -b missing node zurich -b missing node scrods -b missing node stagnating -b missing node whisht -b missing node junkyard -b missing node vest -b missing node overseen -b missing node vets -b missing node geologically -b missing node rescindment -b missing node veto -b missing node constituted -b missing node extricable -b missing node constitutes -b missing node several -b missing node gallantly -b missing node communism -b missing node oversees -b missing node overseer -b missing node appositeness -b missing node morassy -b missing node anatomizing -b missing node flaccidities -b missing node communist -b missing node catacombs -b missing node splendor -b missing node literates -b missing node heartbreak -b missing node outpourings -b missing node verb -b missing node inferrible -b missing node rethinks -b missing node misclassifications -b missing node bearable -b missing node truthless -b missing node wieldiest -b missing node fording -b missing node community -b missing node stagnation -b missing node pediment -b missing node bearably -b missing node myth -b missing node whisks -b missing node vert -b missing node whisky -b missing node vers -b missing node very -b missing node impulsing -b missing node aberrancies -b missing node scrapples -b missing node frapping -b missing node subdirectories -b missing node neurogram -b missing node mislays -b missing node capsicums -b missing node subnuclei -b missing node espials -b missing node loganberries -b missing node slammed -b missing node overseas -b missing node intermediacy -b missing node gravitation -b missing node kikes -b missing node unharnessing -b missing node outliers -b missing node beautify -b missing node soothsaying -b missing node superstitions -b missing node gimleted -b missing node tinges -b missing node gravitating -b missing node orchestrators -b missing node tinged -b missing node handselling -b missing node partible -b missing node dizzying -b missing node beauties -b missing node yapped -b missing node vent -b missing node hayricks -b missing node hauled -b missing node yapper -b missing node rehash -b missing node vend -b missing node vellums -b missing node hauler -b missing node hightailed -b missing node civicism -b missing node midwife -b missing node stabbed -b missing node checksum -b missing node repeats -b missing node evildoer -b missing node battlement -b missing node pincers -b missing node coupons -b missing node marabous -b missing node vaguely -b missing node mulcts -b missing node garniture -b missing node splendid -b missing node myna -b missing node spinal -b missing node hectored -b missing node industrially -b missing node rehang -b missing node bohemia -b missing node tingly -b missing node unchallengeable -b missing node reliving -b missing node fluffiness -b missing node proudest -b missing node goutiness -b missing node chesses -b missing node pundit -b missing node veld -b missing node tingle -b missing node vela -b missing node ponchos -b missing node devourers -b missing node veil -b missing node vein -b missing node redeploying -b missing node fairway -b missing node jujube -b missing node businesswomen -b missing node underling -b missing node believing -b missing node quietening -b missing node underline -b missing node lysin -b missing node shrinking -b missing node recondition -b missing node impulsion -b missing node ballads -b missing node tasks -b missing node geographical -b missing node elongated -b missing node dipody -b missing node teamster -b missing node bolled -b missing node premarital -b missing node whists -b missing node cedillas -b missing node communally -b missing node diabolo -b missing node blintze -b missing node colliding -b missing node rotundness -b missing node pleadings -b missing node lowermost -b missing node perusing -b missing node pother -b missing node shekel -b missing node remarriages -b missing node veer -b missing node vees -b missing node veep -b missing node marvel -b missing node cardiotherapies -b missing node fearsome -b missing node coinciding -b missing node ahimsas -b missing node warmed -b missing node depopulators -b missing node telexing -b missing node warmer -b missing node arousal -b missing node garotting -b missing node pinschers -b missing node leviers -b missing node conjuncture -b missing node spined -b missing node uncrating -b missing node spinel -b missing node cucurbit -b missing node paramour -b missing node tamales -b missing node elongates -b missing node spinet -b missing node spines -b missing node tenpenny -b missing node harpings -b missing node recessions -b missing node lychee -b missing node vernacular -b missing node heros -b missing node lecture -b missing node throttle -b missing node aborters -b missing node heron -b missing node taste -b missing node sunglow -b missing node desolation -b missing node compositions -b missing node commiseratively -b missing node semiarid -b missing node taiwanese -b missing node faithing -b missing node reprobed -b missing node bowlful -b missing node impervious -b missing node tasty -b missing node reprobes -b missing node pupfishes -b missing node briefest -b missing node reimprisoning -b missing node veal -b missing node desolating -b missing node protective -b missing node tobacconist -b missing node veda -b missing node stippling -b missing node gamesters -b missing node teetering -b missing node hourglass -b missing node alloted -b missing node unburned -b missing node retouchable -b missing node improperly -b missing node literatim -b missing node herbs -b missing node precedes -b missing node roughly -b missing node assyrian -b missing node herby -b missing node sandpile -b missing node unbosom -b missing node undiplomatic -b missing node untrussing -b missing node carmine -b missing node retentive -b missing node disusing -b missing node verbiage -b missing node nictates -b missing node tearstained -b missing node preceded -b missing node severed -b missing node herds -b missing node pearlite -b missing node reprehending -b missing node severer -b missing node cornhusks -b missing node hussar -b missing node zealander -b missing node accouterments -b missing node trisections -b missing node kinspeople -b missing node girlishness -b missing node pithily -b missing node prurient -b missing node brutally -b missing node plinks -b missing node grislier -b missing node expansible -b missing node enrobed -b missing node landless -b missing node hyperbola -b missing node hyperbole -b missing node spinny -b missing node spunkies -b missing node ingles -b missing node droller -b missing node spunkier -b missing node couldest -b missing node dikdiks -b missing node pithing -b missing node layaway -b missing node unhealthiness -b missing node celebres -b missing node hustling -b missing node protection -b missing node ringdoves -b missing node enlivenment -b missing node topsiders -b missing node mutator -b missing node borshts -b missing node heres -b missing node blondest -b missing node etiological -b missing node clench -b missing node divesture -b missing node mortared -b missing node enrobes -b missing node embodiment -b missing node fruitfulness -b missing node enrober -b missing node arouser -b missing node misaddresses -b missing node arouses -b missing node contraindicated -b missing node precincts -b missing node archaically -b missing node protecting -b missing node nictated -b missing node plowlands -b missing node contraindicates -b missing node retention -b missing node declaratory -b missing node haruspex -b missing node duologue -b missing node spoilers -b missing node aroused -b missing node misaddressed -b missing node esculent -b missing node deductibility -b missing node laborite -b missing node prebills -b missing node juicy -b missing node dossing -b missing node cooeys -b missing node fencer -b missing node fences -b missing node itineraries -b missing node nitpick -b missing node slayer -b missing node whirls -b missing node thermistor -b missing node whirly -b missing node garnishees -b missing node juice -b missing node imposition -b missing node laboring -b missing node garnisheed -b missing node stimulated -b missing node colters -b missing node presumptuous -b missing node trophying -b missing node purples -b missing node purpler -b missing node equivalencies -b missing node circuities -b missing node tatar -b missing node purpled -b missing node stimulates -b missing node ratlines -b missing node fenced -b missing node warmth -b missing node pearling -b missing node scants -b missing node traumatologies -b missing node dilettante -b missing node filiated -b missing node orbits -b missing node scanty -b missing node northerns -b missing node freshmen -b missing node savate -b missing node donationes -b missing node detectible -b missing node unpromising -b missing node guttering -b missing node aperiodic -b missing node damasked -b missing node plinth -b missing node walkups -b missing node warmup -b missing node revisionists -b missing node muggiest -b missing node filiates -b missing node heathier -b missing node appetencies -b missing node unctuous -b missing node nervelessly -b missing node dilettanti -b missing node commandants -b missing node bachelorship -b missing node drawling -b missing node lipids -b missing node darken -b missing node heartlands -b missing node amusements -b missing node darked -b missing node northerly -b missing node redwood -b missing node erasions -b missing node gastrologist -b missing node arising -b missing node duelers -b missing node teeters -b missing node earthly -b missing node infidelities -b missing node hospitalizing -b missing node wreath -b missing node tater -b missing node darkey -b missing node pithier -b missing node blusterers -b missing node ostriches -b missing node durneder -b missing node splinting -b missing node beehive -b missing node darker -b missing node outplays -b missing node wacky -b missing node spunkily -b missing node wacks -b missing node rouging -b missing node conveyers -b missing node gusseting -b missing node unframed -b missing node listens -b missing node cooers -b missing node lookers -b missing node circulations -b missing node cuttlefishes -b missing node nixing -b missing node freshman -b missing node bhakti -b missing node sunbeam -b missing node drifting -b missing node bhakta -b missing node atrociously -b missing node natantly -b missing node resizing -b missing node distractingly -b missing node gradualism -b missing node elvish -b missing node dazzlers -b missing node supinate -b missing node dossier -b missing node sandburrs -b missing node antipodes -b missing node checkoffs -b missing node reenactments -b missing node darkie -b missing node savant -b missing node dormouse -b missing node noneligible -b missing node armlessly -b missing node devastate -b missing node evenness -b missing node pearlier -b missing node tyrannizer -b missing node tyrannizes -b missing node circuiting -b missing node cuckolding -b missing node parodists -b missing node tyrannized -b missing node breachers -b missing node chagrined -b missing node chisellers -b missing node unemancipated -b missing node unwitting -b missing node dinkiest -b missing node chested -b missing node atheling -b missing node malefic -b missing node galleries -b missing node catharsis -b missing node whirry -b missing node cupcakes -b missing node warmly -b missing node subroutines -b missing node expiation -b missing node squatted -b missing node mutates -b missing node galleried -b missing node particle -b missing node squatter -b missing node irrespectively -b missing node crenels -b missing node budgeter -b missing node ministrations -b missing node finagle -b missing node darkle -b missing node loxing -b missing node stimulator -b missing node budgeted -b missing node vainglorious -b missing node ossuaries -b missing node relighting -b missing node breathiest -b missing node tenders -b missing node mutated -b missing node drawlier -b missing node chirker -b missing node township -b missing node darkly -b missing node valencia -b missing node surnamed -b missing node earthed -b missing node poleaxing -b missing node writeoff -b missing node wreaks -b missing node orbing -b missing node surnamer -b missing node unmoral -b missing node earthen -b missing node abscission -b missing node shylock -b missing node immorality -b missing node antipodal -b missing node cincturing -b missing node surnames -b missing node endleaves -b missing node biddably -b missing node confections -b missing node expiating -b missing node reintrenches -b missing node whirrs -b missing node biddable -b missing node reintrenched -b missing node deadpan -b missing node dipped -b missing node enfranchise -b missing node blather -b missing node epithets -b missing node indemnificatory -b missing node fazes -b missing node catharses -b missing node misconstructions -b missing node inefficacy -b missing node debarking -b missing node dipper -b missing node tercentennial -b missing node tenpence -b missing node invocate -b missing node unorthodox -b missing node driftier -b missing node tatoo -b missing node publication -b missing node dalliance -b missing node chirked -b missing node savage -b missing node runtiest -b missing node boohooing -b missing node valences -b missing node oboist -b missing node forspent -b missing node costers -b missing node occupied -b missing node cumbered -b missing node indecisiveness -b missing node midwesterner -b missing node pedagogical -b missing node bobbles -b missing node malingered -b missing node highting -b missing node migraines -b missing node basils -b missing node chattered -b missing node spondaic -b missing node bobbled -b missing node malingerer -b missing node exult -b missing node loveliness -b missing node audiologies -b missing node clitoral -b missing node esthetics -b missing node despot -b missing node occupies -b missing node occupier -b missing node photocomposing -b missing node adroitly -b missing node cumberer -b missing node jobholder -b missing node underground -b missing node blackballs -b missing node chatterer -b missing node warper -b missing node draying -b missing node bizarreness -b missing node flexure -b missing node flounderingly -b missing node outnumbers -b missing node sublimes -b missing node fieldpiece -b missing node sublimer -b missing node instrumentally -b missing node basing -b missing node partly -b missing node warped -b missing node basins -b missing node sublimed -b missing node mayapples -b missing node supinely -b missing node finickiest -b missing node platinums -b missing node plectra -b missing node cicero -b missing node subofficers -b missing node corporally -b missing node reproach -b missing node fulgurant -b missing node striker -b missing node strikes -b missing node hitchers -b missing node dossers -b missing node vicomte -b missing node excavations -b missing node sourer -b missing node taxistand -b missing node flyable -b missing node graduators -b missing node gentleman -b missing node lyres -b missing node sporadic -b missing node destructively -b missing node soured -b missing node reservers -b missing node conveying -b missing node governance -b missing node unsparingly -b missing node undertows -b missing node atmans -b missing node testers -b missing node tapir -b missing node drinks -b missing node pinioning -b missing node waded -b missing node feeble -b missing node crafted -b missing node saturninity -b missing node poverties -b missing node waddy -b missing node lectureships -b missing node dimers -b missing node exurb -b missing node inexpedient -b missing node zipped -b missing node champers -b missing node distilleries -b missing node nonstructural -b missing node feebly -b missing node turnarounds -b missing node source -b missing node retrieve -b missing node unsubstantially -b missing node cytology -b missing node zipper -b missing node antiacid -b missing node featliest -b missing node gentlemen -b missing node prosier -b missing node outclassing -b missing node dunderpate -b missing node drumming -b missing node adroiter -b missing node plaudit -b missing node nabobism -b missing node clitoric -b missing node iterances -b missing node basics -b missing node chancelleries -b missing node candlers -b missing node trawls -b missing node intolerable -b missing node plyer -b missing node lapinized -b missing node wades -b missing node mothers -b missing node mothery -b missing node bobbinets -b missing node swelters -b missing node gating -b missing node wader -b missing node intolerably -b missing node floodway -b missing node cicely -b missing node perforators -b missing node exude -b missing node triplets -b missing node trueblues -b missing node resubmissions -b missing node clitoris -b missing node nonclinically -b missing node hangups -b missing node reworking -b missing node extractors -b missing node announce -b missing node smogless -b missing node testees -b missing node leukemias -b missing node reproductive -b missing node purloining -b missing node overpassed -b missing node minimaxes -b missing node impalas -b missing node kneader -b missing node overpasses -b missing node sweepers -b missing node kneaded -b missing node basify -b missing node amidships -b missing node capabilities -b missing node leukemics -b missing node aforesaid -b missing node reproduction -b missing node unreservedly -b missing node bumpering -b missing node cocoons -b missing node marinades -b missing node wadis -b missing node hegiras -b missing node interludes -b missing node filmiest -b missing node amounts -b missing node beltings -b missing node marinaded -b missing node besiege -b missing node sourly -b missing node gentility -b missing node thanatologies -b missing node jungles -b missing node motivate -b missing node hooknoses -b missing node cabriolets -b missing node monomials -b missing node pingrasses -b missing node depriving -b missing node insolubly -b missing node spiked -b missing node undertook -b missing node northeasterner -b missing node bubblers -b missing node potion -b missing node impaled -b missing node hoofless -b missing node uncorking -b missing node spiker -b missing node spikes -b missing node insoluble -b missing node flagstone -b missing node chordates -b missing node recruits -b missing node impales -b missing node impaler -b missing node erosible -b missing node excoriate -b missing node undertone -b missing node oocyte -b missing node abloom -b missing node overdressing -b missing node cuppier -b missing node manipulating -b missing node trawleys -b missing node wonderingly -b missing node prosily -b missing node handholds -b missing node betraying -b missing node eurasia -b missing node amateurism -b missing node scampi -b missing node handwritings -b missing node amateurish -b missing node airbrushing -b missing node knucks -b missing node scamps -b missing node irradiated -b missing node boozily -b missing node adipose -b missing node always -b missing node hereunder -b missing node convince -b missing node restraining -b missing node barnyard -b missing node chronons -b missing node irradiates -b missing node prosing -b missing node snugging -b missing node indeterminable -b missing node slithered -b missing node ruefulness -b missing node offspring -b missing node botanizing -b missing node slalomed -b missing node transactional -b missing node lacerable -b missing node potholders -b missing node confusedly -b missing node ganders -b missing node excessiveness -b missing node prevaricate -b missing node autonomies -b missing node runoff -b missing node boozing -b missing node headwinds -b missing node audiologist -b missing node bleeping -b missing node reoccurred -b missing node vaccinated -b missing node gossipped -b missing node sketchy -b missing node linings -b missing node asterisms -b missing node heatable -b missing node fender -b missing node vaccinates -b missing node hents -b missing node leafworms -b missing node postfixes -b missing node certifiable -b missing node tininess -b missing node fended -b missing node wonderfulness -b missing node banyans -b missing node postfixed -b missing node aconite -b missing node asterisks -b missing node submolecular -b missing node certifiably -b missing node mosaicism -b missing node overcloud -b missing node bricklayer -b missing node purblindness -b missing node flaunting -b missing node gushes -b missing node gusher -b missing node untrimmed -b missing node whapping -b missing node nightspots -b missing node sowbread -b missing node henry -b missing node gushed -b missing node overstocked -b missing node ontological -b missing node fawns -b missing node chordate -b missing node fawny -b missing node prelims -b missing node torrider -b missing node manipulation -b missing node hilliest -b missing node towline -b missing node conciliate -b missing node marshs -b missing node auspiciously -b missing node marshy -b missing node fascinations -b missing node creosoted -b missing node homilists -b missing node billfolds -b missing node scansion -b missing node reprobation -b missing node citation -b missing node fizzer -b missing node fizzes -b missing node phalange -b missing node pillaging -b missing node extra -b missing node fulgurate -b missing node outcast -b missing node rheologist -b missing node muleys -b missing node fizzed -b missing node asthmas -b missing node trawlers -b missing node redressment -b missing node reprobating -b missing node glove -b missing node minyans -b missing node unconfused -b missing node inarticulateness -b missing node placards -b missing node henna -b missing node incarnating -b missing node julep -b missing node frizzers -b missing node boozier -b missing node trackages -b missing node kabob -b missing node ravelings -b missing node ungraciously -b missing node gloss -b missing node allogenic -b missing node unhandiest -b missing node concentrate -b missing node refunders -b missing node porringer -b missing node qurush -b missing node unconcernedly -b missing node artisanship -b missing node enhancements -b missing node lullingly -b missing node commerces -b missing node parochial -b missing node doyenne -b missing node cadres -b missing node unspeakably -b missing node pelletizing -b missing node commerced -b missing node chirographical -b missing node incarnation -b missing node gloze -b missing node examinees -b missing node hoatzin -b missing node purpose -b missing node frauleins -b missing node agueweed -b missing node purport -b missing node dermatology -b missing node availability -b missing node unspeakable -b missing node spaciously -b missing node fizzle -b missing node marses -b missing node glows -b missing node basketfuls -b missing node flauntier -b missing node caulkers -b missing node creosotes -b missing node indurations -b missing node elitist -b missing node abstracts -b missing node dandelion -b missing node forgettable -b missing node unspecifically -b missing node kuwait -b missing node subcontinental -b missing node elitism -b missing node untucked -b missing node flagrance -b missing node nonprofitable -b missing node bellyaching -b missing node ludicrousness -b missing node seafloor -b missing node sterilizations -b missing node bhangs -b missing node heliotropically -b missing node peneplains -b missing node shoppers -b missing node marted -b missing node marten -b missing node vaccinator -b missing node forwardness -b missing node struggle -b missing node unloosening -b missing node flagrancy -b missing node costliest -b missing node austin -b missing node belling -b missing node adamantine -b missing node sacrificers -b missing node gloms -b missing node schmaltzes -b missing node mantels -b missing node tangram -b missing node macrames -b missing node muumuu -b missing node stagehand -b missing node deodorant -b missing node reducibility -b missing node appraisement -b missing node clerkdom -b missing node repine -b missing node grimmer -b missing node epoxy -b missing node limewater -b missing node repins -b missing node distressed -b missing node gearboxes -b missing node quaffing -b missing node wigwagging -b missing node souses -b missing node bollix -b missing node venezuela -b missing node revolted -b missing node gloom -b missing node walkway -b missing node restrengthening -b missing node piercingly -b missing node lyses -b missing node villagers -b missing node australis -b missing node revolter -b missing node cyprians -b missing node unstopped -b missing node cantonments -b missing node daunting -b missing node lysed -b missing node bailers -b missing node australia -b missing node distresses -b missing node mouldered -b missing node silurian -b missing node spavins -b missing node glops -b missing node disproving -b missing node soused -b missing node vintners -b missing node sufficing -b missing node innerspring -b missing node frocking -b missing node sufflated -b missing node brawlingly -b missing node slickers -b missing node umpireship -b missing node delicto -b missing node planetoid -b missing node fulcra -b missing node tradership -b missing node foundered -b missing node glory -b missing node delicti -b missing node untethers -b missing node kadis -b missing node misfiling -b missing node malthusianism -b missing node slickest -b missing node extol -b missing node layovers -b missing node sufflates -b missing node sissier -b missing node inappreciable -b missing node sissies -b missing node inquisitional -b missing node hankerer -b missing node kinghoods -b missing node hundredth -b missing node winkers -b missing node familiars -b missing node inconstantly -b missing node whitey -b missing node restuffing -b missing node hankered -b missing node communalization -b missing node whites -b missing node sherlocks -b missing node whiter -b missing node clubable -b missing node minimizing -b missing node inequable -b missing node whiten -b missing node thinners -b missing node decolonizes -b missing node painkiller -b missing node recreant -b missing node whited -b missing node retrogressed -b missing node pablum -b missing node hobbies -b missing node inappreciably -b missing node decolonized -b missing node cess -b missing node thermometry -b missing node arthurian -b missing node corrections -b missing node thinness -b missing node thinnest -b missing node mosquitos -b missing node battiest -b missing node lipolyses -b missing node murmuring -b missing node spills -b missing node bellied -b missing node quetzales -b missing node cert -b missing node warriors -b missing node torridity -b missing node bellies -b missing node shaping -b missing node reuseableness -b missing node cleaners -b missing node cupping -b missing node manipulative -b missing node baileys -b missing node torridly -b missing node applauders -b missing node enervators -b missing node bawlers -b missing node toughies -b missing node cleanest -b missing node dogteeth -b missing node recreate -b missing node glogg -b missing node fulminator -b missing node zoeas -b missing node stoppage -b missing node kippered -b missing node whiffing -b missing node kerfing -b missing node grudgers -b missing node flatlands -b missing node derailed -b missing node fathering -b missing node venations -b missing node pedestrianism -b missing node reshuffle -b missing node permanent -b missing node rhapsodically -b missing node riflers -b missing node flitches -b missing node riflery -b missing node reactions -b missing node flitched -b missing node infuriating -b missing node grasses -b missing node eccentric -b missing node upraisers -b missing node retrogresses -b missing node hierarchic -b missing node contouring -b missing node runout -b missing node straightedge -b missing node grassed -b missing node infuriation -b missing node besides -b missing node urging -b missing node chilliest -b missing node luring -b missing node moderatorship -b missing node postformed -b missing node surrogacy -b missing node shopworn -b missing node briefcase -b missing node neptune -b missing node incarnated -b missing node wiretapping -b missing node badmouthing -b missing node megabytes -b missing node obtruded -b missing node snazziest -b missing node spilth -b missing node fistulas -b missing node fistular -b missing node flagrante -b missing node tizzy -b missing node tutored -b missing node twiddlers -b missing node patronizing -b missing node kanjis -b missing node couching -b missing node cell -b missing node musketeer -b missing node downcast -b missing node celt -b missing node participator -b missing node incarnates -b missing node conflict -b missing node fistulae -b missing node arginine -b missing node prodigiously -b missing node ceil -b missing node unreclaimed -b missing node ergotisms -b missing node partials -b missing node shelvy -b missing node tarde -b missing node tardy -b missing node prerequisites -b missing node disinterred -b missing node hamsters -b missing node tardo -b missing node shelve -b missing node scalls -b missing node automatons -b missing node observably -b missing node fulminates -b missing node eventually -b missing node disgorging -b missing node agendums -b missing node snowplow -b missing node earldoms -b missing node windfall -b missing node fulminated -b missing node tetragons -b missing node observable -b missing node altercation -b missing node corrected -b missing node starlit -b missing node overshoe -b missing node heptarchs -b missing node noblewomen -b missing node parsnips -b missing node heptameters -b missing node rueful -b missing node internalized -b missing node correcter -b missing node toughish -b missing node punchy -b missing node boldest -b missing node enouncing -b missing node polkaing -b missing node scalps -b missing node bowlder -b missing node mediocre -b missing node upwelling -b missing node gurgles -b missing node lunaria -b missing node weight -b missing node unembellished -b missing node cholers -b missing node globs -b missing node mezcal -b missing node weighs -b missing node jukes -b missing node businesses -b missing node compactest -b missing node rehabilitations -b missing node umbilicuses -b missing node bumptious -b missing node kilometer -b missing node gurgled -b missing node hierarchal -b missing node heteronymous -b missing node globe -b missing node fadeaway -b missing node compilers -b missing node cent -b missing node gloam -b missing node withdrawing -b missing node boarding -b missing node couplet -b missing node heartache -b missing node gloat -b missing node coupler -b missing node couples -b missing node senora -b missing node vortex -b missing node cholera -b missing node confiscator -b missing node overshot -b missing node dynastic -b missing node kestrels -b missing node obtrudes -b missing node senors -b missing node coupled -b missing node obtruder -b missing node juked -b missing node allotments -b missing node perorations -b missing node bandeaus -b missing node solicitation -b missing node driblet -b missing node bandeaux -b missing node prostate -b missing node starlet -b missing node lavabo -b missing node ceca -b missing node initial -b missing node dupable -b missing node undergo -b missing node arboretums -b missing node unpaid -b missing node confiscated -b missing node airstream -b missing node throbber -b missing node throbbed -b missing node faxed -b missing node confiscates -b missing node cede -b missing node nonmoral -b missing node diluent -b missing node conditionality -b missing node fragmentation -b missing node scalds -b missing node hangtag -b missing node conventioneer -b missing node possibilities -b missing node jacobean -b missing node scaled -b missing node laughers -b missing node tinder -b missing node shells -b missing node scaler -b missing node profiteering -b missing node refillable -b missing node scales -b missing node berlins -b missing node correctly -b missing node shelly -b missing node shylocks -b missing node foldboat -b missing node tainted -b missing node vivisectional -b missing node thermometer -b missing node lyric -b missing node grumped -b missing node unexpressive -b missing node persians -b missing node canceled -b missing node lavage -b missing node subnormality -b missing node imprudent -b missing node martin -b missing node sorters -b missing node wastages -b missing node impasses -b missing node martha -b missing node tares -b missing node sunbursts -b missing node tared -b missing node reshipment -b missing node dewdrops -b missing node canceler -b missing node yellers -b missing node glyceryls -b missing node fibrillations -b missing node unpack -b missing node suffocate -b missing node sizzlers -b missing node solaria -b missing node epode -b missing node cees -b missing node cottontail -b missing node surrogate -b missing node wouldst -b missing node dowager -b missing node faxes -b missing node spooniest -b missing node corrector -b missing node comprehensibleness -b missing node swellhead -b missing node kinaestheic -b missing node allover -b missing node verboten -b missing node bellhop -b missing node participated -b missing node epoch -b missing node jazziest -b missing node spiritualistic -b missing node participates -b missing node overanxious -b missing node tapering -b missing node zouaves -b missing node robotizes -b missing node stupefied -b missing node sudanese -b missing node meniscoid -b missing node stupefies -b missing node toters -b missing node headachy -b missing node florida -b missing node misconstruing -b missing node woodiest -b missing node treacly -b missing node regard -b missing node meet -b missing node sunglasses -b missing node orogeny -b missing node treacle -b missing node bakeshop -b missing node dawn -b missing node experimentally -b missing node retrograde -b missing node overexercises -b missing node overexercised -b missing node daze -b missing node nonideological -b missing node parted -b missing node spectator -b missing node cowcatcher -b missing node meek -b missing node ronald -b missing node unlinks -b missing node meed -b missing node revolved -b missing node outputs -b missing node fuselages -b missing node didoes -b missing node neonatology -b missing node orchis -b missing node crouch -b missing node lacunary -b missing node trihedra -b missing node formalistic -b missing node revolves -b missing node adaptations -b missing node diocese -b missing node revolver -b missing node oilcup -b missing node profanation -b missing node schoolbooks -b missing node days -b missing node orchid -b missing node caddis -b missing node nontypically -b missing node trudgers -b missing node clarets -b missing node reckonings -b missing node teraphim -b missing node mudrocks -b missing node hatchets -b missing node alamodes -b missing node encyclical -b missing node mislead -b missing node gravitic -b missing node roughhoused -b missing node unvexed -b missing node ungoverned -b missing node splintery -b missing node mendicancy -b missing node cuesta -b missing node freezers -b missing node roughhouses -b missing node abutting -b missing node completely -b missing node splinters -b missing node hillside -b missing node humidified -b missing node neutrinos -b missing node mein -b missing node jackknife -b missing node humidifier -b missing node humidifies -b missing node dilutor -b missing node whiteness -b missing node brazers -b missing node hypothesizing -b missing node hatchery -b missing node monkshoods -b missing node onlookers -b missing node capering -b missing node evolvements -b missing node mayonnaise -b missing node hatchers -b missing node bluebirds -b missing node headache -b missing node brows -b missing node cornice -b missing node brown -b missing node boules -b missing node issuers -b missing node broth -b missing node heydays -b missing node riddle -b missing node kiwis -b missing node cinematic -b missing node glorifier -b missing node completest -b missing node subside -b missing node glorifies -b missing node hebraic -b missing node snazzier -b missing node goldenest -b missing node longs -b missing node ozonized -b missing node logiest -b missing node glorified -b missing node euchred -b missing node waddles -b missing node blackish -b missing node foolery -b missing node carnauba -b missing node patched -b missing node ozonizes -b missing node mens -b missing node ozonizer -b missing node menu -b missing node euchres -b missing node disorientated -b missing node waddled -b missing node fractionalize -b missing node patcher -b missing node recension -b missing node subsidy -b missing node bungled -b missing node patches -b missing node verification -b missing node regain -b missing node mend -b missing node western -b missing node disorientates -b missing node waddler -b missing node crossword -b missing node kindredless -b missing node westers -b missing node debasement -b missing node memo -b missing node bungles -b missing node bungler -b missing node unsavoriness -b missing node sparkish -b missing node childbeds -b missing node penholder -b missing node loner -b missing node melt -b missing node chorussing -b missing node nasal -b missing node commotion -b missing node caddie -b missing node habituality -b missing node sigmoids -b missing node landlady -b missing node completers -b missing node meld -b missing node periling -b missing node pivotal -b missing node mooncalves -b missing node naiads -b missing node marylander -b missing node laughter -b missing node conceptualistic -b missing node rococos -b missing node unreadiest -b missing node revengers -b missing node mechanistically -b missing node diluted -b missing node mess -b missing node regale -b missing node predaciousness -b missing node strumpets -b missing node inkwells -b missing node diluter -b missing node angiology -b missing node copings -b missing node mesa -b missing node hotcake -b missing node dilutes -b missing node imperforate -b missing node scissor -b missing node mesh -b missing node reviews -b missing node kinships -b missing node skywritten -b missing node lynches -b missing node misspelled -b missing node wednesdays -b missing node pinchers -b missing node quietened -b missing node lyncher -b missing node totems -b missing node yokeless -b missing node lynched -b missing node mere -b missing node bartizans -b missing node bronc -b missing node verticals -b missing node unproportionately -b missing node bromo -b missing node garnishing -b missing node broom -b missing node jockeying -b missing node brook -b missing node brood -b missing node robotized -b missing node monetarists -b missing node meow -b missing node bronx -b missing node immaculacy -b missing node coprocessors -b missing node alliances -b missing node slander -b missing node brushier -b missing node corning -b missing node lyrical -b missing node buddles -b missing node mailer -b missing node reversionary -b missing node intoxication -b missing node congas -b missing node substring -b missing node mewl -b missing node wonting -b missing node orion -b missing node seesaw -b missing node florist -b missing node nukes -b missing node boondocks -b missing node macedonian -b missing node hawknose -b missing node berceuse -b missing node mews -b missing node inopportune -b missing node favor -b missing node seaplane -b missing node bipartite -b missing node cornily -b missing node mailed -b missing node centralities -b missing node swerving -b missing node censurable -b missing node mete -b missing node softwood -b missing node copters -b missing node artifice -b missing node remonetize -b missing node caramelize -b missing node goldfield -b missing node plumiest -b missing node inspiratory -b missing node nameplate -b missing node copout -b missing node meta -b missing node muriatic -b missing node scrapped -b missing node flutist -b missing node eruditely -b missing node stewbums -b missing node stapedes -b missing node enshrining -b missing node concussing -b missing node sensitive -b missing node chrisms -b missing node scrapper -b missing node concussion -b missing node unappreciative -b missing node vernalize -b missing node nonevent -b missing node discordantly -b missing node passerby -b missing node worshiped -b missing node repurchases -b missing node preplans -b missing node rassle -b missing node spoilage -b missing node dupped -b missing node cementers -b missing node repurchased -b missing node transmittal -b missing node infuse -b missing node jazzers -b missing node cantilevering -b missing node hornets -b missing node congee -b missing node buxomness -b missing node desexualizing -b missing node hiller -b missing node hilled -b missing node zoners -b missing node conger -b missing node waspishly -b missing node agreed -b missing node toolbox -b missing node subordinations -b missing node cloister -b missing node derogatory -b missing node croupy -b missing node orbitally -b missing node croups -b missing node coiffeur -b missing node outlasts -b missing node ponders -b missing node overeager -b missing node speculators -b missing node chiffonier -b missing node replay -b missing node florins -b missing node ablate -b missing node superposable -b missing node masculinely -b missing node interrupter -b missing node mistook -b missing node intoxicative -b missing node architrave -b missing node strenuous -b missing node interrupted -b missing node dillies -b missing node agrees -b missing node steaded -b missing node skipjack -b missing node adoration -b missing node assaults -b missing node sauted -b missing node damascened -b missing node parson -b missing node greenroom -b missing node ratepayer -b missing node tethers -b missing node damascenes -b missing node whittle -b missing node sautes -b missing node ensnarls -b missing node nonpredictable -b missing node replan -b missing node byways -b missing node mendicants -b missing node brushing -b missing node waxiest -b missing node transmitter -b missing node heelless -b missing node whiteners -b missing node invertebrates -b missing node cornier -b missing node violinist -b missing node decriminalizing -b missing node ridge -b missing node transmitted -b missing node ridgy -b missing node whitewalls -b missing node kaddish -b missing node foregut -b missing node preallotted -b missing node sobriquets -b missing node ejecta -b missing node foozling -b missing node barbarianism -b missing node analemma -b missing node niblicks -b missing node bedewed -b missing node beholds -b missing node stinginess -b missing node concussive -b missing node fascism -b missing node wassailers -b missing node emblazonments -b missing node fascist -b missing node proportionality -b missing node blondish -b missing node christy -b missing node swayback -b missing node firebrick -b missing node replacers -b missing node ejects -b missing node garnered -b missing node christs -b missing node unships -b missing node annually -b missing node cuffs -b missing node revocation -b missing node paralyzers -b missing node inexperience -b missing node nixed -b missing node cornify -b missing node frivolities -b missing node oriel -b missing node flirtingly -b missing node sagamore -b missing node celebrants -b missing node parses -b missing node adventuresome -b missing node gangplank -b missing node freakout -b missing node cystitis -b missing node longlines -b missing node exacters -b missing node differs -b missing node nixes -b missing node ablaze -b missing node worshiper -b missing node nominally -b missing node seascapes -b missing node nasty -b missing node underran -b missing node workbenches -b missing node whitter -b missing node endorsor -b missing node entoiling -b missing node parsec -b missing node threating -b missing node internationalism -b missing node exactest -b missing node parsed -b missing node flagons -b missing node moveless -b missing node internationalist -b missing node parser -b missing node sensitize -b missing node visitational -b missing node demands -b missing node oilcan -b missing node chlorines -b missing node notching -b missing node tweedles -b missing node graviton -b missing node expurgators -b missing node encoded -b missing node sunbathing -b missing node hanging -b missing node preascertains -b missing node intoxicating -b missing node listable -b missing node rider -b missing node congos -b missing node rides -b missing node stringiest -b missing node mateship -b missing node phosphene -b missing node tweedled -b missing node semitone -b missing node encodes -b missing node encoder -b missing node cantraps -b missing node congealed -b missing node microfiches -b missing node inextricability -b missing node conciliations -b missing node nixie -b missing node utile -b missing node dogwatch -b missing node decidable -b missing node segmenting -b missing node bijou -b missing node sennas -b missing node hailers -b missing node rogueing -b missing node briquette -b missing node puttied -b missing node confesses -b missing node sardonyxes -b missing node covering -b missing node confessed -b missing node platooned -b missing node enserfing -b missing node diversify -b missing node impersonality -b missing node putties -b missing node sansei -b missing node puttier -b missing node refereeing -b missing node something -b missing node subtopic -b missing node nasalities -b missing node recombination -b missing node suffocated -b missing node preferential -b missing node suffocates -b missing node nutritively -b missing node illusory -b missing node monastically -b missing node vaultiest -b missing node abortions -b missing node raciness -b missing node larders -b missing node franca -b missing node entries -b missing node france -b missing node crimsoning -b missing node laboratories -b missing node shlep -b missing node algiers -b missing node redounding -b missing node samovar -b missing node franco -b missing node demonologies -b missing node frenzily -b missing node crotch -b missing node francs -b missing node pecker -b missing node stingingly -b missing node landau -b missing node panicking -b missing node bloodline -b missing node intercepted -b missing node compressive -b missing node mudding -b missing node frenzies -b missing node zombi -b missing node holdout -b missing node interrelationships -b missing node astringe -b missing node pecked -b missing node frenzied -b missing node rearmament -b missing node rookery -b missing node allotrope -b missing node muddily -b missing node epaulet -b missing node airdropped -b missing node monarch -b missing node laboratorial -b missing node gelatinous -b missing node decrypt -b missing node laboratorian -b missing node virologist -b missing node nixon -b missing node allotropy -b missing node revocative -b missing node polytheists -b missing node desponding -b missing node incarcerations -b missing node geminations -b missing node curares -b missing node landed -b missing node anglicanism -b missing node tuesdays -b missing node educates -b missing node deluging -b missing node jacquards -b missing node drollery -b missing node intendment -b missing node lander -b missing node paginate -b missing node curtesies -b missing node coneys -b missing node midbrains -b missing node drollest -b missing node ballets -b missing node faugh -b missing node perfidiously -b missing node raffish -b missing node ringlets -b missing node unbridledly -b missing node opposability -b missing node secondaries -b missing node determinedly -b missing node hayfork -b missing node bedwarfs -b missing node disannul -b missing node educated -b missing node vanquishers -b missing node flinched -b missing node masscult -b missing node anaesthetizing -b missing node cosecant -b missing node loofa -b missing node chafferers -b missing node reenforcing -b missing node flincher -b missing node flinches -b missing node earlier -b missing node considerate -b missing node loofs -b missing node russian -b missing node unmilitary -b missing node empathic -b missing node aitches -b missing node unifies -b missing node unifier -b missing node ballers -b missing node lonesomeness -b missing node sabotage -b missing node whumping -b missing node oysters -b missing node grasping -b missing node curvature -b missing node degenerateness -b missing node dignities -b missing node transpolar -b missing node invulnerability -b missing node violators -b missing node unified -b missing node franks -b missing node andirons -b missing node flintlock -b missing node programmata -b missing node glassiness -b missing node nondivisible -b missing node vrow -b missing node inviolably -b missing node buggery -b missing node buggers -b missing node looks -b missing node hardcore -b missing node restocked -b missing node bassetting -b missing node narco -b missing node orphanhood -b missing node wastefulness -b missing node narcs -b missing node hypersensitivities -b missing node aftertastes -b missing node crosse -b missing node impersonalize -b missing node inviolable -b missing node bourbons -b missing node melodic -b missing node sunbath -b missing node evolutionists -b missing node denounces -b missing node hoarsening -b missing node denouncer -b missing node recognized -b missing node scrapple -b missing node exemptible -b missing node clerics -b missing node disastrously -b missing node smaller -b missing node looms -b missing node superimposing -b missing node denounced -b missing node confessor -b missing node journalistically -b missing node various -b missing node reteach -b missing node ensnarer -b missing node yabbers -b missing node ensnares -b missing node esteem -b missing node insecurities -b missing node fakeers -b missing node ensnared -b missing node diligent -b missing node nonfictional -b missing node freckled -b missing node ballottable -b missing node tetanuses -b missing node raster -b missing node maneuvering -b missing node recognizer -b missing node recognizes -b missing node futurologist -b missing node administrators -b missing node floridians -b missing node burdens -b missing node freckles -b missing node secondarily -b missing node indwells -b missing node desalt -b missing node fauna -b missing node loons -b missing node confab -b missing node loony -b missing node squealing -b missing node tussle -b missing node sparkily -b missing node fauns -b missing node cytoplasm -b missing node wieldy -b missing node ridded -b missing node wields -b missing node bobbers -b missing node bobbery -b missing node brailling -b missing node merest -b missing node desalinizing -b missing node ridder -b missing node gipsied -b missing node ridden -b missing node banquets -b missing node highballs -b missing node escapade -b missing node twitchiest -b missing node unconceded -b missing node unattached -b missing node incitements -b missing node mimicker -b missing node gipsies -b missing node onions -b missing node oftenest -b missing node loopy -b missing node mimicked -b missing node decomposers -b missing node sparking -b missing node pelvises -b missing node loops -b missing node shilling -b missing node descrying -b missing node carminatives -b missing node nares -b missing node ebullient -b missing node parrot -b missing node competencies -b missing node fault -b missing node preeminent -b missing node precentor -b missing node ricks -b missing node maimer -b missing node loose -b missing node mousiness -b missing node inactivates -b missing node suborn -b missing node clamoured -b missing node beseemed -b missing node interceptor -b missing node confer -b missing node whiptail -b missing node peacetime -b missing node parlayers -b missing node shinily -b missing node gallantries -b missing node narks -b missing node inactivated -b missing node gossiping -b missing node selenography -b missing node rebuffed -b missing node faust -b missing node lampoonists -b missing node maimed -b missing node misbiassed -b missing node obeyed -b missing node shining -b missing node blacking -b missing node obeyer -b missing node mesmerists -b missing node naris -b missing node swarthiest -b missing node derestrict -b missing node desand -b missing node loots -b missing node miniaturized -b missing node pardonable -b missing node hooping -b missing node couturier -b missing node tippable -b missing node slavish -b missing node captivities -b missing node inadmissability -b missing node hatcheck -b missing node enthralling -b missing node separableness -b missing node genealogy -b missing node sitarist -b missing node pardonably -b missing node seawall -b missing node riche -b missing node tensiometer -b missing node comrade -b missing node lancet -b missing node lances -b missing node leafiest -b missing node lancer -b missing node raffias -b missing node cashbook -b missing node carnage -b missing node fauve -b missing node looting -b missing node lanced -b missing node compression -b missing node artillery -b missing node repulsions -b missing node misdirected -b missing node wrothful -b missing node abradants -b missing node putting -b missing node damnably -b missing node miniaturizes -b missing node seeresses -b missing node goatherds -b missing node dishevels -b missing node lumberyard -b missing node presumers -b missing node compressing -b missing node unchristened -b missing node seaward -b missing node duckbill -b missing node besoms -b missing node liquidities -b missing node panickier -b missing node colleens -b missing node riced -b missing node abandoners -b missing node unrebuked -b missing node reverifications -b missing node susans -b missing node cannonades -b missing node instatement -b missing node cardiographs -b missing node ricer -b missing node rices -b missing node slaving -b missing node quarrellers -b missing node icebreakers -b missing node damnable -b missing node virologies -b missing node esters -b missing node sparkier -b missing node spectates -b missing node domesticities -b missing node harmless -b missing node nuisance -b missing node cardiography -b missing node brazens -b missing node weekends -b missing node arointed -b missing node spectated -b missing node citrates -b missing node accessions -b missing node multicellularity -b missing node overarches -b missing node subjectively -b missing node educator -b missing node subsist -b missing node immaculate -b missing node overarched -b missing node sunback -b missing node tyrannical -b missing node dealership -b missing node carvers -b missing node mead -b missing node muddies -b missing node muddier -b missing node vicariates -b missing node piddler -b missing node languorously -b missing node piddles -b missing node redwing -b missing node turbidness -b missing node discourteous -b missing node cannonaded -b missing node muddied -b missing node estragons -b missing node pneumonic -b missing node toughening -b missing node calory -b missing node pneumonia -b missing node parred -b missing node nobbler -b missing node nobbles -b missing node sterilities -b missing node dosimetric -b missing node interests -b missing node dishonestly -b missing node merely -b missing node mutational -b missing node precented -b missing node undisputed -b missing node nobbled -b missing node postmark -b missing node meas -b missing node meat -b missing node mean -b missing node flappiest -b missing node piddled -b missing node horehounds -b missing node meal -b missing node mech -b missing node teamsters -b missing node adhesively -b missing node binaries -b missing node prodigy -b missing node shinier -b missing node unreason -b missing node seethe -b missing node idlers -b missing node destinations -b missing node framed -b missing node curtest -b missing node ethane -b missing node curtesy -b missing node uncurled -b missing node lastings -b missing node promoting -b missing node knapsacks -b missing node billy -b missing node azine -b missing node foolhardy -b missing node titillation -b missing node idlest -b missing node crowds -b missing node crowdy -b missing node voce -b missing node venerology -b missing node monophonic -b missing node project -b missing node frames -b missing node framer -b missing node crowed -b missing node bills -b missing node keyman -b missing node bobbies -b missing node counterweights -b missing node outlaws -b missing node unsuspectingly -b missing node misguiders -b missing node handbooks -b missing node halers -b missing node bilks -b missing node emptiness -b missing node livability -b missing node mastodons -b missing node ferreters -b missing node semiannually -b missing node farsighted -b missing node emulsifiable -b missing node untreading -b missing node premedical -b missing node collects -b missing node endorsers -b missing node storminess -b missing node dispersals -b missing node outlays -b missing node russets -b missing node santee -b missing node besots -b missing node russety -b missing node unbalancing -b missing node disserts -b missing node criticizing -b missing node decoratively -b missing node checkrooms -b missing node eyebeam -b missing node dabblers -b missing node obdurated -b missing node contraindicative -b missing node freeloaded -b missing node mutinousness -b missing node freeloader -b missing node potful -b missing node cacklers -b missing node deformer -b missing node titillating -b missing node promotion -b missing node unspoilt -b missing node crower -b missing node quinines -b missing node disserve -b missing node tagalogs -b missing node tenthly -b missing node deformed -b missing node incorrectly -b missing node buggies -b missing node recounted -b missing node buggier -b missing node marshlands -b missing node sappers -b missing node variance -b missing node timorously -b missing node redissolve -b missing node rifer -b missing node rifling -b missing node truckling -b missing node expurgations -b missing node electively -b missing node bellman -b missing node selenium -b missing node avocadoes -b missing node reusable -b missing node vole -b missing node vigour -b missing node alcazar -b missing node malodor -b missing node biles -b missing node hollowing -b missing node haviour -b missing node interweaving -b missing node escutcheon -b missing node kelping -b missing node hillbillies -b missing node borrows -b missing node imaginer -b missing node imagines -b missing node fates -b missing node imagined -b missing node testicle -b missing node outland -b missing node riverbeds -b missing node newspaper -b missing node unavailingly -b missing node bobbing -b missing node impugner -b missing node bulbous -b missing node formlessness -b missing node neotenies -b missing node rulership -b missing node impugned -b missing node cyanosis -b missing node rewritten -b missing node void -b missing node numismatic -b missing node selenite -b missing node squealers -b missing node haviors -b missing node effacement -b missing node precognitive -b missing node misdeal -b missing node bilbo -b missing node conics -b missing node finance -b missing node inconsistencies -b missing node misdeed -b missing node bellmen -b missing node accountants -b missing node preunion -b missing node contraindication -b missing node quailed -b missing node epically -b missing node hornlike -b missing node fatal -b missing node threatful -b missing node imaginal -b missing node mopping -b missing node oaring -b missing node frescoers -b missing node bobbins -b missing node redeployed -b missing node desexualized -b missing node contraindicating -b missing node boyhood -b missing node restamping -b missing node ulcer -b missing node derided -b missing node homburg -b missing node resenting -b missing node gambols -b missing node congener -b missing node bilge -b missing node derides -b missing node whistled -b missing node derider -b missing node electrocuted -b missing node bilgy -b missing node denizen -b missing node fated -b missing node muscularities -b missing node vigors -b missing node whistles -b missing node whistler -b missing node lodgments -b missing node outlast -b missing node electrocutes -b missing node cyanoses -b missing node casters -b missing node titillative -b missing node tagalong -b missing node cyanosed -b missing node naughtiest -b missing node capitals -b missing node ridged -b missing node glamorizations -b missing node arbitrative -b missing node matched -b missing node inaugurals -b missing node diversely -b missing node deregulate -b missing node matches -b missing node matcher -b missing node precognition -b missing node irrigates -b missing node upwardly -b missing node dighted -b missing node intermediary -b missing node henneries -b missing node vote -b missing node irrigated -b missing node perpetration -b missing node intermediate -b missing node goodnight -b missing node sanctions -b missing node coordinating -b missing node repetitions -b missing node headstay -b missing node ridges -b missing node euphemism -b missing node forestalls -b missing node supremeness -b missing node earthing -b missing node scamped -b missing node coordination -b missing node reacquisitions -b missing node earthily -b missing node ascension -b missing node multipolar -b missing node inertial -b missing node satiably -b missing node kelpies -b missing node escarpment -b missing node tiered -b missing node lolls -b missing node inertias -b missing node lolly -b missing node hotshots -b missing node checkouts -b missing node verdant -b missing node coinage -b missing node mudlark -b missing node reorder -b missing node baseman -b missing node scamper -b missing node framable -b missing node accusatrixes -b missing node satiable -b missing node conies -b missing node chlorals -b missing node testifying -b missing node neglectfully -b missing node viceregents -b missing node pudgily -b missing node ballast -b missing node swaggered -b missing node empathy -b missing node lushly -b missing node lacrimatory -b missing node swaggerer -b missing node flagellum -b missing node unhand -b missing node bihourly -b missing node brashness -b missing node animus -b missing node martyring -b missing node fisheries -b missing node volt -b missing node overwrought -b missing node trinodal -b missing node attermined -b missing node wetland -b missing node drugged -b missing node dragoons -b missing node sketching -b missing node favorableness -b missing node undertow -b missing node rhinitis -b missing node sketchily -b missing node beheads -b missing node rifts -b missing node invidiously -b missing node capitate -b missing node darkling -b missing node disproportion -b missing node surmounts -b missing node thoughtlessly -b missing node fatly -b missing node bimah -b missing node daubing -b missing node fretsaw -b missing node motorship -b missing node repetitious -b missing node temptress -b missing node suspecting -b missing node tentier -b missing node arteriography -b missing node disperse -b missing node travails -b missing node welcomers -b missing node orgic -b missing node shikaris -b missing node bleachers -b missing node riffs -b missing node coextensive -b missing node coordinative -b missing node riposts -b missing node mainly -b missing node homemaker -b missing node trivet -b missing node nonunion -b missing node reactivation -b missing node pasadena -b missing node riposte -b missing node selenide -b missing node cadets -b missing node earthier -b missing node datively -b missing node permeate -b missing node torridest -b missing node tastiness -b missing node ratfish -b missing node speiled -b missing node gaggles -b missing node unhats -b missing node equivocate -b missing node cansful -b missing node codlings -b missing node gaggled -b missing node effuses -b missing node undergoing -b missing node effused -b missing node pudgier -b missing node braizes -b missing node vows -b missing node misadvises -b missing node procreators -b missing node noddles -b missing node chlorate -b missing node halest -b missing node jostlers -b missing node misadvised -b missing node retiringly -b missing node lushed -b missing node outflanks -b missing node pantheon -b missing node carbonless -b missing node accountancy -b missing node riflings -b missing node iberian -b missing node fatso -b missing node trivia -b missing node sadnesses -b missing node russell -b missing node martyries -b missing node affixers -b missing node reactivating -b missing node ashamed -b missing node flourishingly -b missing node numbs -b missing node racoons -b missing node ratfink -b missing node fatty -b missing node lushes -b missing node crowns -b missing node lusher -b missing node bugging -b missing node basemen -b missing node unsuccessfully -b missing node interrupts -b missing node logotypes -b missing node perpetrating -b missing node organ -b missing node equational -b missing node thereamong -b missing node combatant -b missing node rifle -b missing node roughhouse -b missing node panthers -b missing node daubier -b missing node storage -b missing node auction -b missing node blackener -b missing node truncheons -b missing node escarpments -b missing node fulminations -b missing node deed -b missing node pikestaff -b missing node endorsee -b missing node blackened -b missing node reciters -b missing node endorsed -b missing node deem -b missing node guiana -b missing node incorporatorship -b missing node mandrills -b missing node deep -b missing node dees -b missing node favorable -b missing node deer -b missing node endorser -b missing node endorses -b missing node favorably -b missing node cathartic -b missing node dressmakers -b missing node illegally -b missing node cadent -b missing node snuffliest -b missing node farthingales -b missing node inanimate -b missing node brainlessness -b missing node untrustful -b missing node freestone -b missing node horning -b missing node inscribers -b missing node riders -b missing node constitutionals -b missing node mantrap -b missing node asserts -b missing node orations -b missing node deco -b missing node mantras -b missing node kolinsky -b missing node pianists -b missing node jewels -b missing node awkwarder -b missing node deck -b missing node candling -b missing node yawping -b missing node debs -b missing node debt -b missing node hornily -b missing node internationalize -b missing node detachment -b missing node priers -b missing node irrigator -b missing node wordlessly -b missing node upsweep -b missing node dear -b missing node lampooning -b missing node tenting -b missing node deal -b missing node upchuck -b missing node dean -b missing node dead -b missing node atomization -b missing node deaf -b missing node paranormally -b missing node spaceport -b missing node canalling -b missing node priest -b missing node droopiness -b missing node befriend -b missing node whappers -b missing node hooplas -b missing node grasslands -b missing node enforce -b missing node caucasus -b missing node declension -b missing node toited -b missing node mystiques -b missing node postmistresses -b missing node curates -b missing node oppressor -b missing node potable -b missing node copious -b missing node carburization -b missing node haunch -b missing node exhibitionism -b missing node dalliers -b missing node exhibitionist -b missing node acrophobia -b missing node enfold -b missing node requirement -b missing node comforts -b missing node blueballs -b missing node housings -b missing node alleluias -b missing node emporia -b missing node observant -b missing node demo -b missing node cyclamens -b missing node englobe -b missing node zymase -b missing node walruses -b missing node englutting -b missing node kivas -b missing node teakettles -b missing node totipotentiality -b missing node cementing -b missing node zoophyte -b missing node dell -b missing node curator -b missing node dairymen -b missing node gormands -b missing node nuthatch -b missing node passably -b missing node boutiques -b missing node equivocacy -b missing node congregations -b missing node passable -b missing node sandflies -b missing node quotationally -b missing node arbitration -b missing node completer -b missing node publishes -b missing node completes -b missing node publisher -b missing node hornier -b missing node somersault -b missing node deli -b missing node mennonite -b missing node adultness -b missing node dele -b missing node published -b missing node completed -b missing node disagreeing -b missing node menswears -b missing node overachieve -b missing node tentmaker -b missing node arbitrating -b missing node noncorrosive -b missing node fetishists -b missing node dismountable -b missing node endomorph -b missing node sugaring -b missing node darklier -b missing node biked -b missing node quaffers -b missing node deja -b missing node bikes -b missing node biker -b missing node posturers -b missing node propounded -b missing node anions -b missing node revolutionists -b missing node bessemer -b missing node propounder -b missing node quarrying -b missing node noncombatants -b missing node underrun -b missing node agora -b missing node sketchier -b missing node confiscating -b missing node pinocchio -b missing node fascial -b missing node agone -b missing node fasciae -b missing node agons -b missing node doping -b missing node paperback -b missing node agony -b missing node haircloth -b missing node taxonomically -b missing node acrimonies -b missing node birders -b missing node fascias -b missing node seventeenths -b missing node confiscation -b missing node deft -b missing node potent -b missing node importantly -b missing node lampoonist -b missing node coastings -b missing node cyanotic -b missing node nelsons -b missing node franklins -b missing node entrancingly -b missing node auberges -b missing node defy -b missing node monastics -b missing node irregularity -b missing node unheedfully -b missing node nullo -b missing node capitalizations -b missing node triadisms -b missing node nulls -b missing node repopulate -b missing node clarion -b missing node deus -b missing node eyestalks -b missing node filespec -b missing node coracles -b missing node deducing -b missing node masterminded -b missing node shareability -b missing node misreport -b missing node clopping -b missing node honorables -b missing node remunerated -b missing node timorousness -b missing node shoals -b missing node metallurgically -b missing node deux -b missing node valueless -b missing node incontinent -b missing node shoaly -b missing node deva -b missing node heretrix -b missing node outbursts -b missing node napes -b missing node dryads -b missing node sugarier -b missing node tetrarchs -b missing node hulloaing -b missing node subchief -b missing node dragonet -b missing node desk -b missing node chestnut -b missing node consortiums -b missing node remunerates -b missing node descry -b missing node impersonators -b missing node trafficks -b missing node blistered -b missing node varments -b missing node eggshells -b missing node riels -b missing node endorsees -b missing node finales -b missing node shingly -b missing node miscarries -b missing node sodiums -b missing node mafioso -b missing node haunts -b missing node lanais -b missing node dissipation -b missing node duplexers -b missing node nattier -b missing node coplot -b missing node solidness -b missing node wienie -b missing node mafiosi -b missing node pleadable -b missing node azide -b missing node dairyman -b missing node shingle -b missing node dept -b missing node azido -b missing node signify -b missing node comptroller -b missing node derm -b missing node submit -b missing node whirring -b missing node analgia -b missing node preregistered -b missing node reinforcing -b missing node dissipating -b missing node loneliest -b missing node burying -b missing node layoffs -b missing node magnetometer -b missing node tsarevna -b missing node whiplashes -b missing node bedevil -b missing node expressway -b missing node gliders -b missing node externalized -b missing node bevellers -b missing node pugnaciousness -b missing node unobservant -b missing node barracked -b missing node impositions -b missing node deny -b missing node gassed -b missing node dens -b missing node pulsejet -b missing node dent -b missing node gasser -b missing node enrolling -b missing node quackiest -b missing node inflammabilities -b missing node gasses -b missing node factored -b missing node appliances -b missing node externalizes -b missing node recoined -b missing node poteen -b missing node inadvertently -b missing node miscarried -b missing node apostrophe -b missing node upswept -b missing node midnight -b missing node clarify -b missing node trancing -b missing node coverlid -b missing node citification -b missing node armfuls -b missing node wiener -b missing node nappy -b missing node shoats -b missing node benefactresses -b missing node retrials -b missing node cuish -b missing node hitter -b missing node outlawed -b missing node jousting -b missing node undersea -b missing node finally -b missing node rondos -b missing node fasts -b missing node dyspepsy -b missing node oxfords -b missing node drippiest -b missing node sergings -b missing node leveling -b missing node coverlet -b missing node leaseless -b missing node invadable -b missing node nattily -b missing node woodchucks -b missing node remunerator -b missing node narcissuses -b missing node noxiously -b missing node unlined -b missing node alopecias -b missing node pretenders -b missing node upswell -b missing node toupees -b missing node signing -b missing node ultrasonic -b missing node unapologetic -b missing node consideration -b missing node sanitoria -b missing node bambinos -b missing node cuing -b missing node underset -b missing node ospreys -b missing node cheeriest -b missing node nonpossessively -b missing node maintainers -b missing node apishly -b missing node forbearer -b missing node chiggers -b missing node zebras -b missing node juggler -b missing node juggles -b missing node dews -b missing node cannibalizing -b missing node checkers -b missing node vapidness -b missing node monument -b missing node juggled -b missing node finalis -b missing node bunging -b missing node dewy -b missing node shopgirl -b missing node puerile -b missing node mercer -b missing node ingrowths -b missing node choline -b missing node unhampered -b missing node granulate -b missing node dilates -b missing node dilater -b missing node tougheners -b missing node brainteasers -b missing node tailbone -b missing node uteri -b missing node diffracted -b missing node carefulness -b missing node exacting -b missing node empanel -b missing node shiners -b missing node newspeak -b missing node chungking -b missing node missilery -b missing node shuffles -b missing node shuffler -b missing node mage -b missing node depolarization -b missing node magi -b missing node vernalizing -b missing node utero -b missing node dragoman -b missing node turnaround -b missing node exaction -b missing node noncriminal -b missing node washed -b missing node shuffled -b missing node dilated -b missing node bolivar -b missing node crosiers -b missing node aerosolize -b missing node saguaros -b missing node judgment -b missing node nonabrasiveness -b missing node reprieves -b missing node repriever -b missing node pharmacies -b missing node transships -b missing node made -b missing node bulkages -b missing node nonfederal -b missing node copses -b missing node turncoats -b missing node reprieved -b missing node ennuis -b missing node suburb -b missing node casettes -b missing node macs -b missing node dockages -b missing node unclassifiable -b missing node maturation -b missing node multiversities -b missing node integumentary -b missing node jazzier -b missing node farad -b missing node nobbily -b missing node senile -b missing node anilin -b missing node infantility -b missing node kindled -b missing node precondemned -b missing node mads -b missing node hollowware -b missing node conker -b missing node gaiting -b missing node surgery -b missing node hitler -b missing node sacristy -b missing node conked -b missing node causeways -b missing node maturative -b missing node surgers -b missing node sacrists -b missing node sweatboxes -b missing node gunwales -b missing node cerebri -b missing node verifiability -b missing node blackens -b missing node aggravate -b missing node lorry -b missing node farce -b missing node cerebra -b missing node sachems -b missing node swervers -b missing node xyster -b missing node ablest -b missing node indicating -b missing node unsuppressed -b missing node pulsejets -b missing node bendable -b missing node snobbishness -b missing node make -b missing node hangmen -b missing node coppiced -b missing node indication -b missing node washes -b missing node consulships -b missing node reprieval -b missing node washer -b missing node motorizes -b missing node farcy -b missing node repercussiveness -b missing node pretending -b missing node mags -b missing node coppices -b missing node rewarms -b missing node motorized -b missing node mail -b missing node cagelings -b missing node overeating -b missing node barhops -b missing node fared -b missing node chollas -b missing node depoliticize -b missing node maim -b missing node main -b missing node tremendous -b missing node surgeon -b missing node maid -b missing node fards -b missing node ordos -b missing node agnizing -b missing node metalaw -b missing node vigils -b missing node stanchions -b missing node jazzing -b missing node potentiometric -b missing node disaffiliate -b missing node report -b missing node washwomen -b missing node braised -b missing node poachy -b missing node bahamians -b missing node hinderers -b missing node reenlist -b missing node husked -b missing node panging -b missing node blackest -b missing node braises -b missing node direness -b missing node absinth -b missing node prisons -b missing node husker -b missing node andesite -b missing node lignites -b missing node dishtowel -b missing node bolivia -b missing node calked -b missing node gloomed -b missing node lords -b missing node flicking -b missing node arborists -b missing node calker -b missing node ligaments -b missing node highboys -b missing node onager -b missing node unalterable -b missing node jazzily -b missing node draglines -b missing node pygmy -b missing node gudgeons -b missing node deficits -b missing node lores -b missing node repose -b missing node fourth -b missing node primal -b missing node primas -b missing node literally -b missing node forebye -b missing node blabbered -b missing node parvenue -b missing node sparkers -b missing node spearhead -b missing node loofas -b missing node parvenus -b missing node shopkeepers -b missing node gluey -b missing node metaled -b missing node reburials -b missing node loofah -b missing node sachets -b missing node maturating -b missing node quiescent -b missing node lignitic -b missing node churlishly -b missing node gluer -b missing node glues -b missing node shoddy -b missing node forming -b missing node locatives -b missing node mace -b missing node perquisite -b missing node mach -b missing node glued -b missing node misadjusts -b missing node mack -b missing node dulness -b missing node mistuning -b missing node paralyzant -b missing node ginsengs -b missing node stabile -b missing node zucchinis -b missing node mislike -b missing node downbeat -b missing node squeegee -b missing node somnific -b missing node opulences -b missing node loris -b missing node jiving -b missing node washwoman -b missing node primed -b missing node cognisable -b missing node unsinkable -b missing node upturns -b missing node gogglers -b missing node stolons -b missing node soffits -b missing node antonymous -b missing node primes -b missing node totals -b missing node primer -b missing node systematized -b missing node guesstimate -b missing node florets -b missing node trudging -b missing node faros -b missing node drumheads -b missing node maws -b missing node unlading -b missing node unaccidental -b missing node ramshorn -b missing node splurges -b missing node winkles -b missing node ammeters -b missing node observingly -b missing node overtake -b missing node scarfpin -b missing node breakneck -b missing node cuban -b missing node lucratively -b missing node pinching -b missing node notability -b missing node cyclical -b missing node winkled -b missing node interclass -b missing node decrying -b missing node preview -b missing node versailles -b missing node baselessly -b missing node whisting -b missing node duplex -b missing node brushers -b missing node bellows -b missing node visualize -b missing node oppressed -b missing node proponent -b missing node mislies -b missing node maut -b missing node epees -b missing node personages -b missing node scions -b missing node maul -b missing node stowages -b missing node oppresses -b missing node interregional -b missing node idolatry -b missing node leftest -b missing node gigues -b missing node translative -b missing node splurged -b missing node mats -b missing node matt -b missing node math -b missing node systematizes -b missing node groundlessly -b missing node clayware -b missing node beefcake -b missing node mate -b missing node casuistic -b missing node xystus -b missing node misdoubt -b missing node internationalists -b missing node cemetery -b missing node fluters -b missing node loses -b missing node loser -b missing node allurers -b missing node extruders -b missing node hamburgs -b missing node glitter -b missing node penetratingly -b missing node parthenogenetic -b missing node mazy -b missing node cubes -b missing node cuber -b missing node showplace -b missing node hardtops -b missing node ablates -b missing node misplacement -b missing node primly -b missing node flintlike -b missing node yokels -b missing node bifid -b missing node rodless -b missing node weatherproof -b missing node blundering -b missing node pharmacist -b missing node cubed -b missing node unbefitting -b missing node doggedly -b missing node opulent -b missing node erudition -b missing node sullies -b missing node maze -b missing node utters -b missing node bandwagons -b missing node oread -b missing node sullied -b missing node mayo -b missing node earless -b missing node administrative -b missing node mays -b missing node biffy -b missing node lambaste -b missing node unappetizingly -b missing node maya -b missing node farts -b missing node lambasts -b missing node maxi -b missing node cubby -b missing node squadroned -b missing node overestimations -b missing node periodontoses -b missing node biffs -b missing node regularize -b missing node upshifts -b missing node primos -b missing node dopier -b missing node polygon -b missing node flouncing -b missing node intolerance -b missing node woalds -b missing node fares -b missing node farer -b missing node mane -b missing node cubic -b missing node primps -b missing node ricochetting -b missing node jellyfishes -b missing node many -b missing node manx -b missing node ozonic -b missing node unimpaired -b missing node mans -b missing node cubit -b missing node subscribers -b missing node dilator -b missing node mama -b missing node estrange -b missing node translation -b missing node improvidently -b missing node ablated -b missing node reverser -b missing node reverses -b missing node prejudge -b missing node trafficable -b missing node illegitimacies -b missing node reversed -b missing node repped -b missing node burdies -b missing node sapphic -b missing node humanness -b missing node unemployed -b missing node mala -b missing node periodontosis -b missing node faiences -b missing node attaching -b missing node southron -b missing node male -b missing node ergotized -b missing node parols -b missing node prestigious -b missing node sunbathers -b missing node mantled -b missing node rookies -b missing node gypped -b missing node notchers -b missing node malt -b missing node rookier -b missing node gypper -b missing node parole -b missing node mali -b missing node nobbier -b missing node chestier -b missing node translating -b missing node mall -b missing node beliefs -b missing node indicative -b missing node foreshortening -b missing node mask -b missing node navigably -b missing node dragomen -b missing node pergola -b missing node mash -b missing node mantles -b missing node mantlet -b missing node mass -b missing node nonstandard -b missing node mast -b missing node parody -b missing node infantilism -b missing node glandes -b missing node mare -b missing node ozones -b missing node marc -b missing node podiatrists -b missing node squelches -b missing node kindredship -b missing node misgoverning -b missing node squelcher -b missing node marl -b missing node congests -b missing node mark -b missing node kindler -b missing node mart -b missing node kindles -b missing node mars -b missing node squelched -b missing node marx -b missing node mary -b missing node navigable -b missing node administration -b missing node senior -b missing node hailing -b missing node anteaters -b missing node interdependent -b missing node primus -b missing node disadvantage -b missing node farms -b missing node wildwood -b missing node magician -b missing node unaddressed -b missing node keratitis -b missing node administrating -b missing node reversal -b missing node unsegregated -b missing node marquisettes -b missing node starved -b missing node walkways -b missing node replacing -b missing node equidistance -b missing node idolater -b missing node frater -b missing node starves -b missing node rhodesians -b missing node starver -b missing node maps -b missing node gluts -b missing node biotechnologies -b missing node chaffering -b missing node ceiled -b missing node brazier -b missing node gossipers -b missing node chronics -b missing node strongboxes -b missing node evenfalls -b missing node westmost -b missing node ceiler -b missing node playfully -b missing node escapers -b missing node jugging -b missing node reflective -b missing node laughs -b missing node celebrator -b missing node cooperated -b missing node carving -b missing node wantonness -b missing node cooperates -b missing node croons -b missing node oregonian -b missing node sociologist -b missing node straightness -b missing node rooking -b missing node nickers -b missing node pretrial -b missing node studbook -b missing node bleaching -b missing node unmollified -b missing node horrible -b missing node cereals -b missing node navel -b missing node gagging -b missing node flouncier -b missing node endearment -b missing node naves -b missing node kited -b missing node clericalism -b missing node clericalist -b missing node forgives -b missing node forgiver -b missing node forgiven -b missing node semipermeability -b missing node stiffens -b missing node bassos -b missing node procreative -b missing node dermatitis -b missing node autopsying -b missing node horribly -b missing node copras -b missing node mizzenmasts -b missing node flatfishes -b missing node reannex -b missing node zambia -b missing node crooks -b missing node peacoats -b missing node girder -b missing node unbosoms -b missing node overextends -b missing node silages -b missing node elixir -b missing node patienter -b missing node lossy -b missing node spawners -b missing node offstage -b missing node shindig -b missing node anticipated -b missing node combinations -b missing node reflection -b missing node ultimo -b missing node anticipates -b missing node ultima -b missing node girded -b missing node bestiaries -b missing node regularity -b missing node adventuresses -b missing node acculturation -b missing node cravened -b missing node alluded -b missing node stiffest -b missing node spielers -b missing node raffishly -b missing node reflecting -b missing node larding -b missing node alludes -b missing node prostrations -b missing node roughshod -b missing node sensuous -b missing node shirtwaist -b missing node monicker -b missing node animas -b missing node occurrence -b missing node nickels -b missing node jacksonian -b missing node haughty -b missing node detumescence -b missing node caller -b missing node kobold -b missing node biosensor -b missing node porgies -b missing node hoopers -b missing node marbleizing -b missing node outleap -b missing node incredibility -b missing node procreating -b missing node similar -b missing node flouring -b missing node desserts -b missing node neutralization -b missing node zoogenous -b missing node fishable -b missing node subsets -b missing node beliers -b missing node dethrone -b missing node backstage -b missing node blueball -b missing node defeated -b missing node refinishing -b missing node metamer -b missing node subtle -b missing node eutrophies -b missing node programmers -b missing node wassailing -b missing node counselable -b missing node lividity -b missing node patiently -b missing node sociologies -b missing node hygrometry -b missing node amercements -b missing node parboils -b missing node capturing -b missing node issued -b missing node etiologic -b missing node defeater -b missing node issuer -b missing node issues -b missing node called -b missing node procreation -b missing node acculturative -b missing node millets -b missing node bassly -b missing node polyesters -b missing node reggae -b missing node quarrelling -b missing node believe -b missing node faubourg -b missing node flourish -b missing node abandoning -b missing node bobolinks -b missing node naval -b missing node callas -b missing node hamiltonian -b missing node seaweed -b missing node hortative -b missing node oilier -b missing node playground -b missing node subtly -b missing node bruce -b missing node hymnody -b missing node marxism -b missing node twilling -b missing node anticipator -b missing node glandular -b missing node anapests -b missing node marxist -b missing node opprobriating -b missing node threatens -b missing node dolefuller -b missing node truckload -b missing node conventual -b missing node girdle -b missing node shudderingly -b missing node monarchic -b missing node workbags -b missing node archangelic -b missing node mistreating -b missing node preluded -b missing node graziers -b missing node hairsprings -b missing node formica -b missing node blizzards -b missing node glycerols -b missing node lapfuls -b missing node preluder -b missing node preludes -b missing node basted -b missing node toolers -b missing node vessels -b missing node blintzes -b missing node westwards -b missing node nonconvertible -b missing node brunt -b missing node seeped -b missing node investigational -b missing node parthenogenesis -b missing node keying -b missing node cutouts -b missing node deftest -b missing node cockerel -b missing node laotians -b missing node navvy -b missing node breakfast -b missing node oceanarium -b missing node dissents -b missing node nonvascular -b missing node hoyles -b missing node inferential -b missing node unprofessional -b missing node intersexualities -b missing node bounty -b missing node escapees -b missing node blurrier -b missing node quiddities -b missing node inflaters -b missing node kitty -b missing node ruttiness -b missing node drolling -b missing node biophysics -b missing node preappoint -b missing node instrumentalist -b missing node schoolyards -b missing node exudes -b missing node chevrons -b missing node exuded -b missing node agree -b missing node caricaturists -b missing node hygrometer -b missing node enwombing -b missing node eyrie -b missing node bruit -b missing node sundrops -b missing node squat -b missing node squaw -b missing node readjustments -b missing node deodorants -b missing node meatballs -b missing node onyxes -b missing node shindys -b missing node catted -b missing node cupreous -b missing node benchmarking -b missing node aliphatic -b missing node bruin -b missing node stonable -b missing node overloading -b missing node classless -b missing node reclassifications -b missing node biffies -b missing node redemptions -b missing node coffee -b missing node metaphoric -b missing node vanquishing -b missing node calcspar -b missing node coffer -b missing node wildebeests -b missing node affirmance -b missing node inhaulers -b missing node rugging -b missing node blurrily -b missing node retroaction -b missing node parthenogeneses -b missing node eyrir -b missing node mutualization -b missing node balling -b missing node lazulis -b missing node recoiler -b missing node glycerose -b missing node earldom -b missing node baster -b missing node bastes -b missing node excerpting -b missing node scilicet -b missing node hotspurs -b missing node contiguous -b missing node uncompromisingly -b missing node impersonation -b missing node causewayed -b missing node factotum -b missing node animal -b missing node recoiled -b missing node unbridgeable -b missing node boorish -b missing node positron -b missing node similes -b missing node impinge -b missing node familarity -b missing node cosiness -b missing node beatniks -b missing node liabilities -b missing node overjoying -b missing node squad -b missing node jailors -b missing node nonreciprocals -b missing node squab -b missing node impings -b missing node operations -b missing node nonapplicable -b missing node thermodynamically -b missing node cadged -b missing node cavilled -b missing node caviller -b missing node oviform -b missing node cadges -b missing node cadger -b missing node foredid -b missing node colonelcies -b missing node comparisons -b missing node heathen -b missing node heather -b missing node brazils -b missing node supplements -b missing node biers -b missing node brazing -b missing node signors -b missing node geocentrically -b missing node langur -b missing node autobusses -b missing node shocks -b missing node untastefully -b missing node abluted -b missing node signory -b missing node bullheads -b missing node impersonating -b missing node restrainable -b missing node signora -b missing node preindustrial -b missing node fretted -b missing node signore -b missing node uprivers -b missing node signori -b missing node clefts -b missing node halide -b missing node sanguineness -b missing node reverter -b missing node overpowerful -b missing node despaired -b missing node progressively -b missing node fretter -b missing node nonviable -b missing node idling -b missing node sleuthing -b missing node unspectacular -b missing node reverted -b missing node blurring -b missing node northbound -b missing node piezochemistries -b missing node celebrates -b missing node neatness -b missing node quaternary -b missing node desert -b missing node wielder -b missing node incommunicative -b missing node meadows -b missing node meadowy -b missing node vivisects -b missing node wielded -b missing node undifferentiated -b missing node priapisms -b missing node convicts -b missing node prefabricate -b missing node salesroom -b missing node septimes -b missing node coverers -b missing node presuming -b missing node cakewalk -b missing node spearheading -b missing node instrumentality -b missing node saboteur -b missing node kiter -b missing node returns -b missing node compendiums -b missing node kites -b missing node marxian -b missing node pinscher -b missing node queasily -b missing node connectives -b missing node celebrated -b missing node eventuations -b missing node glaucomas -b missing node palpitating -b missing node campsites -b missing node cattle -b missing node senhor -b missing node looters -b missing node gravidity -b missing node brush -b missing node biffing -b missing node brusk -b missing node mannerliness -b missing node biffins -b missing node crosswise -b missing node repressively -b missing node brute -b missing node natant -b missing node graspers -b missing node palpitation -b missing node faqir -b missing node retroactive -b missing node issuing -b missing node courteousness -b missing node shampoos -b missing node rampaged -b missing node reheeling -b missing node chalkboards -b missing node cravenly -b missing node glanced -b missing node glances -b missing node squib -b missing node biens -b missing node rampages -b missing node aneroid -b missing node rampager -b missing node slanged -b missing node squid -b missing node agric -b missing node tumuluses -b missing node dabbling -b missing node preservation -b missing node kiths -b missing node cackling -b missing node metabolites -b missing node rescheduling -b missing node enraptured -b missing node distancing -b missing node gymnasts -b missing node speculation -b missing node bevelling -b missing node devolve -b missing node derisiveness -b missing node aweing -b missing node supernational -b missing node sappily -b missing node outlets -b missing node rainier -b missing node rials -b missing node gunnings -b missing node soleness -b missing node enraptures -b missing node habituations -b missing node simplifiers -b missing node upshifting -b missing node millier -b missing node hexes -b missing node hexer -b missing node salients -b missing node sapping -b missing node fylfots -b missing node synchronizers -b missing node defrocked -b missing node brawniest -b missing node hooligans -b missing node bounce -b missing node admonitions -b missing node duellists -b missing node reckons -b missing node enumerator -b missing node squabble -b missing node bouncy -b missing node allowable -b missing node alembic -b missing node mindlessness -b missing node catsup -b missing node bested -b missing node earthman -b missing node copolymerize -b missing node orbit -b missing node nonworker -b missing node bounds -b missing node blatant -b missing node deprivals -b missing node oilers -b missing node processionally -b missing node switchyard -b missing node gelatines -b missing node visards -b missing node underclerk -b missing node speculating -b missing node negotiable -b missing node boldly -b missing node effulges -b missing node incorporeality -b missing node shepherd -b missing node regranting -b missing node delineations -b missing node epigrammatize -b missing node leonardo -b missing node effulged -b missing node dazzle -b missing node djakarta -b missing node jounced -b missing node haling -b missing node mercerizing -b missing node counterpanes -b missing node jounces -b missing node frontiersman -b missing node unclarified -b missing node overpowering -b missing node dispiriting -b missing node capotes -b missing node dovecotes -b missing node nighed -b missing node accruable -b missing node delegalizing -b missing node pleurisy -b missing node calmed -b missing node touchback -b missing node insupportable -b missing node hexad -b missing node earthmen -b missing node zones -b missing node zoner -b missing node underlays -b missing node pecuniarily -b missing node insupportably -b missing node raining -b missing node mistral -b missing node handrail -b missing node obelisks -b missing node bactericidally -b missing node thalidomide -b missing node overstretch -b missing node briquet -b missing node vacuolate -b missing node deadeners -b missing node emphasizing -b missing node equinities -b missing node sweltrier -b missing node farrowed -b missing node calmer -b missing node zoned -b missing node mullioning -b missing node sketchers -b missing node acetifies -b missing node rainily -b missing node loped -b missing node combaters -b missing node decommissioned -b missing node garrisoned -b missing node acetified -b missing node carboyed -b missing node magnification -b missing node lopes -b missing node loper -b missing node supernationalisms -b missing node maleficio -b missing node edgeways -b missing node overproduce -b missing node seaways -b missing node garroting -b missing node conspectus -b missing node predatorial -b missing node purported -b missing node retinted -b missing node monumental -b missing node defrosting -b missing node hexed -b missing node halite -b missing node refrained -b missing node circling -b missing node dialects -b missing node understudied -b missing node understudies -b missing node potboy -b missing node agues -b missing node enumerated -b missing node enumerates -b missing node sicced -b missing node subset -b missing node cosponsorships -b missing node unsubmissive -b missing node speculative -b missing node wilson -b missing node ullage -b missing node nigher -b missing node decollete -b missing node nonheroes -b missing node deadened -b missing node impending -b missing node deadener -b missing node bicorporal -b missing node parlaying -b missing node rations -b missing node acquiesces -b missing node cooperator -b missing node undecorated -b missing node hexyl -b missing node downturn -b missing node scraggier -b missing node equivocacies -b missing node tempters -b missing node foremanship -b missing node battalion -b missing node bighead -b missing node dogsbody -b missing node moppers -b missing node morbidness -b missing node distillates -b missing node bipods -b missing node coordinately -b missing node metatarsally -b missing node underlaps -b missing node endowment -b missing node enrollments -b missing node acquiesced -b missing node tragically -b missing node startle -b missing node emptor -b missing node grantsman -b missing node fulled -b missing node basses -b missing node basset -b missing node renotify -b missing node vespertine -b missing node raffled -b missing node easiness -b missing node asbestic -b missing node salience -b missing node minuteman -b missing node fuller -b missing node equipages -b missing node chagrins -b missing node posturing -b missing node xenoliths -b missing node dairying -b missing node moppets -b missing node xmases -b missing node cottagers -b missing node casebooks -b missing node campiness -b missing node brakeage -b missing node plentiful -b missing node saliency -b missing node nonmen -b missing node satyriases -b missing node crosby -b missing node clucking -b missing node fisherman -b missing node faddier -b missing node nerves -b missing node fundamentalist -b missing node supposed -b missing node arrowy -b missing node download -b missing node zonal -b missing node looniest -b missing node arrows -b missing node motorships -b missing node preascertaining -b missing node supposes -b missing node supposer -b missing node distrustfully -b missing node downtowns -b missing node embroiled -b missing node cuddy -b missing node fundamentalism -b missing node pearlites -b missing node nerved -b missing node raffles -b missing node raffler -b missing node ribby -b missing node hollowest -b missing node reupholsters -b missing node frontiersmen -b missing node concluding -b missing node trimonthly -b missing node cerement -b missing node contestee -b missing node contested -b missing node spawning -b missing node ballyhoo -b missing node seizures -b missing node arroyo -b missing node gasper -b missing node proselyte -b missing node cindering -b missing node potash -b missing node reattempted -b missing node goutily -b missing node callow -b missing node defensiveness -b missing node tinkered -b missing node scourger -b missing node scourges -b missing node gasped -b missing node hyssops -b missing node fishermen -b missing node indisposition -b missing node grantsmen -b missing node potboiling -b missing node satyriasis -b missing node disinfected -b missing node scourged -b missing node potato -b missing node nonman -b missing node palominos -b missing node storeys -b missing node dispense -b missing node cumulous -b missing node underlaid -b missing node sockmen -b missing node milling -b missing node synesthetic -b missing node perilled -b missing node bestir -b missing node lardier -b missing node conjecturable -b missing node loyalty -b missing node nights -b missing node underlain -b missing node unendorsed -b missing node underbelly -b missing node conventionalizes -b missing node million -b missing node plinked -b missing node nighty -b missing node scragging -b missing node abnormally -b missing node meltages -b missing node heartbreaking -b missing node badness -b missing node conventionalized -b missing node auditions -b missing node ashtrays -b missing node aweigh -b missing node plinker -b missing node callus -b missing node affixion -b missing node caseloads -b missing node unrevised -b missing node russify -b missing node bolloxed -b missing node busyworks -b missing node trachomas -b missing node incipience -b missing node sintering -b missing node stuttered -b missing node ruralize -b missing node demagog -b missing node caldron -b missing node bolloxes -b missing node promoters -b missing node stutterer -b missing node incipiency -b missing node stodges -b missing node underproduce -b missing node affixing -b missing node stodged -b missing node eyeball -b missing node bothered -b missing node asbestos -b missing node decompensating -b missing node suffused -b missing node sockman -b missing node attitudes -b missing node obsequiously -b missing node frankfurt -b missing node masterworks -b missing node biotype -b missing node xylotomy -b missing node enfolds -b missing node plasticizes -b missing node plasticizer -b missing node injures -b missing node heartbroke -b missing node tribeswomen -b missing node gymnasia -b missing node plasticized -b missing node gasolines -b missing node magicked -b missing node injured -b missing node huntings -b missing node magister -b missing node suffuses -b missing node injurer -b missing node declensions -b missing node deeryard -b missing node orcas -b missing node bolded -b missing node foreconscious -b missing node minutemen -b missing node descending -b missing node transfigure -b missing node mudders -b missing node equipage -b missing node receptor -b missing node coalescence -b missing node filleting -b missing node bolder -b missing node bestow -b missing node shortcakes -b missing node decompensation -b missing node loppy -b missing node starter -b missing node ampere -b missing node wagonette -b missing node started -b missing node kaiser -b missing node bewilderingly -b missing node grittiest -b missing node budding -b missing node pedaling -b missing node dado -b missing node subtonic -b missing node supports -b missing node shiva -b missing node dads -b missing node congestions -b missing node tangoing -b missing node gerontologies -b missing node swishes -b missing node swisher -b missing node canallers -b missing node violating -b missing node forebay -b missing node externalize -b missing node liniest -b missing node shivs -b missing node egoists -b missing node knocker -b missing node zoons -b missing node barbican -b missing node potage -b missing node retitling -b missing node upwind -b missing node hewed -b missing node colleges -b missing node colleger -b missing node proverbial -b missing node shive -b missing node zooms -b missing node faddist -b missing node faddism -b missing node shist -b missing node yuletides -b missing node exoterically -b missing node hewer -b missing node dabs -b missing node faddish -b missing node nates -b missing node unwrapping -b missing node shish -b missing node tribeswoman -b missing node dace -b missing node battings -b missing node checking -b missing node subtones -b missing node shits -b missing node spoilsman -b missing node swished -b missing node subcellars -b missing node fraternal -b missing node receptiveness -b missing node quitclaim -b missing node loyally -b missing node wontons -b missing node conicity -b missing node tropism -b missing node cyclicly -b missing node dada -b missing node renotifying -b missing node casuistry -b missing node fewest -b missing node tactfulness -b missing node iridescences -b missing node rarefies -b missing node rarefier -b missing node martyrdom -b missing node mercenary -b missing node dislocate -b missing node future -b missing node ripostes -b missing node rarefied -b missing node dehorning -b missing node reciting -b missing node emending -b missing node boomeranged -b missing node metallurgy -b missing node treader -b missing node fishtail -b missing node wellsite -b missing node treaded -b missing node scourers -b missing node greenrooms -b missing node clickers -b missing node nitrogenous -b missing node fluting -b missing node bulgarians -b missing node impious -b missing node jillion -b missing node frappe -b missing node axiomatically -b missing node knocked -b missing node caboodles -b missing node natal -b missing node levelers -b missing node seemly -b missing node serging -b missing node penancing -b missing node misinterpreting -b missing node quizzed -b missing node riposted -b missing node uniform -b missing node prelacy -b missing node scenically -b missing node quizzer -b missing node quizzes -b missing node speleologists -b missing node hushing -b missing node fellatrices -b missing node joblessness -b missing node daubery -b missing node entropy -b missing node verifies -b missing node verifier -b missing node bolero -b missing node laurels -b missing node coiffing -b missing node abdomens -b missing node worktables -b missing node gracefulness -b missing node wordbooks -b missing node expurgating -b missing node verified -b missing node furtherance -b missing node unsubstantiated -b missing node desisted -b missing node gambrel -b missing node behoove -b missing node trickiest -b missing node legroom -b missing node tinstone -b missing node underway -b missing node expurgation -b missing node daubers -b missing node denarii -b missing node violative -b missing node clabbers -b missing node externalism -b missing node condenses -b missing node faddists -b missing node subscribing -b missing node condenser -b missing node nonconclusively -b missing node undrapes -b missing node swanskins -b missing node condensed -b missing node stockpile -b missing node zooid -b missing node loyaler -b missing node dedicator -b missing node parlor -b missing node seedsman -b missing node tsked -b missing node tinkerer -b missing node amnionic -b missing node tropins -b missing node ternaries -b missing node eunuch -b missing node respects -b missing node retinues -b missing node pigpens -b missing node treadle -b missing node tropine -b missing node accorded -b missing node rowable -b missing node cuckooed -b missing node yoking -b missing node cableways -b missing node retinued -b missing node bedframes -b missing node revetting -b missing node enrollers -b missing node accorder -b missing node unsteeling -b missing node glyptic -b missing node sensitometers -b missing node arsonic -b missing node collaborationists -b missing node emphatically -b missing node undraped -b missing node goutier -b missing node forearm -b missing node copper -b missing node fanny -b missing node aloofness -b missing node stollen -b missing node hoaxing -b missing node besmirches -b missing node besmircher -b missing node zemstvos -b missing node assiduously -b missing node souther -b missing node callowest -b missing node decrowns -b missing node copped -b missing node seemed -b missing node flutier -b missing node besmirched -b missing node southed -b missing node upswing -b missing node notched -b missing node cypher -b missing node shadowless -b missing node violation -b missing node zooks -b missing node eighteenths -b missing node seemer -b missing node institutionalizing -b missing node nigger -b missing node notches -b missing node notcher -b missing node outspells -b missing node platies -b missing node klutzier -b missing node hombres -b missing node extruding -b missing node hoecake -b missing node platier -b missing node heaters -b missing node passaged -b missing node quibbled -b missing node hounder -b missing node chattel -b missing node hulkier -b missing node rezones -b missing node vermiculites -b missing node dave -b missing node chatter -b missing node loran -b missing node shies -b missing node shier -b missing node hounded -b missing node quibbler -b missing node anadem -b missing node quibbles -b missing node rezoned -b missing node faddisms -b missing node dreaminess -b missing node shied -b missing node bight -b missing node kirks -b missing node duplexing -b missing node daub -b missing node passages -b missing node lobbying -b missing node unalterably -b missing node undulates -b missing node assents -b missing node data -b missing node miterers -b missing node calmly -b missing node date -b missing node pluralizes -b missing node pailful -b missing node posteriorly -b missing node tropics -b missing node electrification -b missing node memorializes -b missing node seaworthiness -b missing node luffed -b missing node dash -b missing node embroideries -b missing node memorialized -b missing node vineyards -b missing node voicelessly -b missing node swishiest -b missing node undulated -b missing node chatted -b missing node pluralized -b missing node tanbarks -b missing node niggle -b missing node lobbyist -b missing node proverbing -b missing node indemnitor -b missing node gerontologist -b missing node natty -b missing node dart -b missing node strongholds -b missing node exhilarate -b missing node interbreed -b missing node amazedly -b missing node darn -b missing node dark -b missing node hypothesizers -b missing node highborn -b missing node dare -b missing node lobbyism -b missing node regear -b missing node traumatic -b missing node expatiations -b missing node rewinding -b missing node overtaxed -b missing node bigly -b missing node acclivities -b missing node listings -b missing node willingest -b missing node dopers -b missing node cardinalities -b missing node punctually -b missing node bigot -b missing node prelate -b missing node tattered -b missing node decahedrons -b missing node seedsmen -b missing node unfreezing -b missing node roomfuls -b missing node plating -b missing node overtaxes -b missing node illusion -b missing node creedal -b missing node tweedier -b missing node trickster -b missing node shift -b missing node investing -b missing node dane -b missing node dang -b missing node dana -b missing node altitude -b missing node tenters -b missing node hulking -b missing node shine -b missing node maintaining -b missing node dank -b missing node regent -b missing node swordfishes -b missing node lineament -b missing node damp -b missing node dams -b missing node shins -b missing node hypoergic -b missing node shiny -b missing node friability -b missing node dame -b missing node shily -b missing node esther -b missing node illusive -b missing node rewards -b missing node caparisons -b missing node damn -b missing node parlay -b missing node sappier -b missing node beltway -b missing node shims -b missing node sweatshop -b missing node buddies -b missing node matinees -b missing node pivoted -b missing node wilted -b missing node ratings -b missing node reenjoying -b missing node bioastronautical -b missing node dale -b missing node ukases -b missing node thumbnuts -b missing node shill -b missing node horridly -b missing node lanceted -b missing node unreality -b missing node hamster -b missing node anglophilia -b missing node libelists -b missing node speaker -b missing node sabbaths -b missing node nonmembership -b missing node egoisms -b missing node fagots -b missing node emblazing -b missing node nonspecific -b missing node swarthiness -b missing node sabbatic -b missing node haunter -b missing node shirk -b missing node unrepaid -b missing node dedicates -b missing node pioneer -b missing node dedicatee -b missing node keepable -b missing node haunted -b missing node stabled -b missing node resupply -b missing node synesthesia -b missing node shire -b missing node dryers -b missing node embroidering -b missing node stabler -b missing node dedicated -b missing node psychometry -b missing node collegia -b missing node nonproprietaries -b missing node reflectively -b missing node dais -b missing node parley -b missing node stables -b missing node shirr -b missing node shirt -b missing node coaxially -b missing node unhitching -b missing node endorsing -b missing node incorrigibly -b missing node hangman -b missing node younkers -b missing node chaperon -b missing node enchantingly -b missing node dryest -b missing node discountable -b missing node incorrigible -b missing node flutings -b missing node prostyles -b missing node hiccups -b missing node considerately -b missing node diopters -b missing node coprocessing -b missing node depletes -b missing node obeisances -b missing node shoers -b missing node testiest -b missing node epithet -b missing node enrollees -b missing node carboxyl -b missing node order -b missing node shipt -b missing node impairments -b missing node ships -b missing node immature -b missing node dago -b missing node depleted -b missing node indemnitee -b missing node anglophiles -b missing node overturning -b missing node taoism -b missing node cruellest -b missing node taoist -b missing node daft -b missing node posited -b missing node hallways -b missing node adamancies -b missing node crookneck -b missing node rideable -b missing node cluster -b missing node barging -b missing node basque -b missing node sanctimony -b missing node merman -b missing node rescinding -b missing node braidings -b missing node answered -b missing node vowelize -b missing node pleading -b missing node senselessly -b missing node righted -b missing node shakeup -b missing node titillations -b missing node capturers -b missing node proofreading -b missing node estops -b missing node adaptiveness -b missing node prehistorical -b missing node meandering -b missing node scrape -b missing node fustiest -b missing node captaining -b missing node humidor -b missing node answerer -b missing node wherever -b missing node renames -b missing node elites -b missing node eyeteeth -b missing node blunderers -b missing node formers -b missing node scraps -b missing node factitious -b missing node willow -b missing node rooftrees -b missing node renamed -b missing node whelping -b missing node spoilsmen -b missing node imagists -b missing node illegal -b missing node bison -b missing node parkas -b missing node provocation -b missing node righter -b missing node nothings -b missing node tripes -b missing node tillering -b missing node ogress -b missing node resolutory -b missing node expertise -b missing node nematode -b missing node numberers -b missing node readopted -b missing node renumbered -b missing node fancy -b missing node religionist -b missing node vouchsafing -b missing node influent -b missing node topsoiled -b missing node embryoid -b missing node halloo -b missing node gracioso -b missing node ginnings -b missing node unmeant -b missing node alining -b missing node silverware -b missing node hallos -b missing node lutenist -b missing node provocative -b missing node halloa -b missing node bisected -b missing node censoriously -b missing node stipple -b missing node counterfeitly -b missing node conduciveness -b missing node carpeted -b missing node tramlines -b missing node restoratives -b missing node hallow -b missing node diminution -b missing node hackie -b missing node granddads -b missing node scouring -b missing node richened -b missing node hacked -b missing node penalities -b missing node unadvertised -b missing node hackee -b missing node hacker -b missing node ripplier -b missing node disturb -b missing node rafflers -b missing node counterplot -b missing node maitre -b missing node descendence -b missing node foldaway -b missing node blubberers -b missing node colloquiums -b missing node appropriable -b missing node marinaras -b missing node rethought -b missing node scrams -b missing node fraulein -b missing node lowed -b missing node mermen -b missing node abuttals -b missing node wincing -b missing node lower -b missing node shays -b missing node freak -b missing node scrawl -b missing node looker -b missing node founds -b missing node unconsidered -b missing node pyongyang -b missing node weatherwise -b missing node offended -b missing node treadmill -b missing node expansions -b missing node pestilently -b missing node offender -b missing node doubtful -b missing node bedmates -b missing node aerogels -b missing node shawn -b missing node shawm -b missing node shawl -b missing node waxed -b missing node crunchers -b missing node glassworker -b missing node selenous -b missing node resurrect -b missing node shaws -b missing node gofers -b missing node waxen -b missing node revisiting -b missing node fanes -b missing node waxes -b missing node sheeting -b missing node deoxidation -b missing node brothier -b missing node supereminent -b missing node waxer -b missing node projectiles -b missing node fangs -b missing node hallah -b missing node exegetic -b missing node carcases -b missing node spieling -b missing node cyan -b missing node clears -b missing node marinading -b missing node empennage -b missing node freed -b missing node shortages -b missing node coldish -b missing node whizbang -b missing node caciques -b missing node freer -b missing node lullabies -b missing node frees -b missing node bighorn -b missing node perspiratory -b missing node lonesome -b missing node shave -b missing node rowings -b missing node petrochemicals -b missing node chaplains -b missing node shriveled -b missing node ferrite -b missing node harnesses -b missing node issuable -b missing node harnesser -b missing node virulences -b missing node aptly -b missing node stationary -b missing node issuably -b missing node irritableness -b missing node harnessed -b missing node tattooists -b missing node lullabied -b missing node perpetrators -b missing node disciple -b missing node metameric -b missing node duettist -b missing node unsparing -b missing node denazify -b missing node obovate -b missing node goldfinch -b missing node cadillac -b missing node fiance -b missing node cowered -b missing node besets -b missing node lowly -b missing node cleans -b missing node humidly -b missing node looked -b missing node naked -b missing node wristband -b missing node selfheals -b missing node drossiness -b missing node rotifers -b missing node antarctic -b missing node ulnar -b missing node ulnas -b missing node evangelically -b missing node mycology -b missing node gaiters -b missing node irrelevance -b missing node scowlers -b missing node buttercups -b missing node movements -b missing node agouties -b missing node doggie -b missing node godspeed -b missing node nought -b missing node nominates -b missing node flowingly -b missing node ritualization -b missing node invalidated -b missing node nominated -b missing node feasances -b missing node refutatory -b missing node predepression -b missing node irrelevancy -b missing node ulnae -b missing node invalidates -b missing node extrications -b missing node overdecorating -b missing node vitiate -b missing node eviction -b missing node polices -b missing node nasalise -b missing node piedmont -b missing node policed -b missing node peristyles -b missing node personalis -b missing node corrupts -b missing node nubby -b missing node apter -b missing node subbing -b missing node huddling -b missing node embroiderers -b missing node bulimiac -b missing node kirtles -b missing node tricksier -b missing node erosiveness -b missing node envenomed -b missing node accredits -b missing node nasality -b missing node necessarily -b missing node pencilers -b missing node considering -b missing node bulimias -b missing node kirtled -b missing node rabbiting -b missing node genital -b missing node cunts -b missing node nubia -b missing node transposed -b missing node sanity -b missing node somatology -b missing node cereuses -b missing node transposes -b missing node anarchical -b missing node cypruses -b missing node softly -b missing node peristylar -b missing node fiberizing -b missing node mistrials -b missing node sampling -b missing node migraine -b missing node maestros -b missing node hastening -b missing node bending -b missing node vacated -b missing node personally -b missing node smitheries -b missing node retractable -b missing node hilted -b missing node bighearted -b missing node truancy -b missing node sprain -b missing node vacates -b missing node brimless -b missing node birth -b missing node buffers -b missing node goffer -b missing node uncrowning -b missing node lapidating -b missing node reconstituting -b missing node reddest -b missing node dissipators -b missing node entwisted -b missing node syllogism -b missing node endplate -b missing node sudoral -b missing node scrags -b missing node undulance -b missing node glyph -b missing node experting -b missing node lanker -b missing node softie -b missing node checkering -b missing node reconstitution -b missing node deaning -b missing node founts -b missing node alphabetical -b missing node buffets -b missing node reavows -b missing node affability -b missing node uncials -b missing node unhatted -b missing node nominator -b missing node drudging -b missing node antibiotic -b missing node rocketlike -b missing node gracious -b missing node nonfat -b missing node manganesian -b missing node seneca -b missing node hymning -b missing node conoid -b missing node oxters -b missing node invalidator -b missing node bewitching -b missing node renters -b missing node gendered -b missing node potentiometers -b missing node hammiest -b missing node bawdric -b missing node sectary -b missing node pungent -b missing node choreograph -b missing node mercantilism -b missing node stoppled -b missing node hymnist -b missing node locator -b missing node necessaries -b missing node dogger -b missing node albinisms -b missing node expenditures -b missing node disinfections -b missing node undershirt -b missing node stopples -b missing node boucle -b missing node blotched -b missing node gunship -b missing node dwarf -b missing node soften -b missing node lowering -b missing node evicting -b missing node softer -b missing node dogged -b missing node diminutive -b missing node reddens -b missing node trapezes -b missing node invagination -b missing node lankly -b missing node cunni -b missing node suffragists -b missing node parked -b missing node counterfeiter -b missing node parker -b missing node magnetizable -b missing node counterfeited -b missing node unfettered -b missing node recompensation -b missing node beseem -b missing node indivisible -b missing node bisector -b missing node deemphasizes -b missing node encomia -b missing node liaison -b missing node carnally -b missing node rippling -b missing node indivisibly -b missing node deemphasized -b missing node parisians -b missing node eyewitnesses -b missing node topwork -b missing node litigants -b missing node coequally -b missing node sonnetting -b missing node dropkicker -b missing node located -b missing node shogun -b missing node gospels -b missing node demolitionist -b missing node antwerp -b missing node moonshine -b missing node hogans -b missing node epigrammatist -b missing node agers -b missing node somewise -b missing node reconcentrated -b missing node epigrammatism -b missing node locates -b missing node locater -b missing node wawls -b missing node gloaters -b missing node zealousness -b missing node assassins -b missing node outgunning -b missing node blotches -b missing node reconcentrates -b missing node lallygags -b missing node anglophobe -b missing node silvans -b missing node safeties -b missing node stormed -b missing node mellowness -b missing node heinies -b missing node acclaim -b missing node naive -b missing node programming -b missing node sharecropped -b missing node safetied -b missing node descartes -b missing node sharecropper -b missing node deceases -b missing node misogamist -b missing node prussians -b missing node blastings -b missing node breakfasting -b missing node jazzmen -b missing node elderly -b missing node chinkiest -b missing node jazzman -b missing node sprays -b missing node wantonly -b missing node virtuoso -b missing node virtuosi -b missing node natalities -b missing node gunshot -b missing node sendee -b missing node characterless -b missing node sender -b missing node dogmatists -b missing node aspirated -b missing node loxes -b missing node turnover -b missing node birthed -b missing node cupid -b missing node deceased -b missing node misinformants -b missing node familiarness -b missing node northwesterly -b missing node mopper -b missing node agent -b missing node mopped -b missing node refugees -b missing node maidish -b missing node irregularly -b missing node amniotes -b missing node retroacts -b missing node moppet -b missing node sustaining -b missing node sprawl -b missing node affinities -b missing node virtuous -b missing node impalements -b missing node rowels -b missing node nippy -b missing node octoroons -b missing node aspirates -b missing node joying -b missing node bridling -b missing node czar -b missing node bulkage -b missing node intrepidly -b missing node callousing -b missing node peevish -b missing node doubtless -b missing node rerecorded -b missing node peeving -b missing node puerility -b missing node detumescent -b missing node birds -b missing node gerund -b missing node branched -b missing node fraternities -b missing node ombudsman -b missing node rowers -b missing node gypsum -b missing node swisses -b missing node fatigueless -b missing node egocentricity -b missing node contradictory -b missing node prague -b missing node branches -b missing node rhyta -b missing node cromwell -b missing node ecological -b missing node cutthroats -b missing node recasting -b missing node citifies -b missing node accountable -b missing node undershorts -b missing node famed -b missing node accountably -b missing node sprats -b missing node doggerel -b missing node silverfish -b missing node golliwogs -b missing node amniotic -b missing node spectacular -b missing node fiendishly -b missing node whitlow -b missing node nasalize -b missing node recriminate -b missing node tsuba -b missing node ratfinks -b missing node fames -b missing node birch -b missing node imperium -b missing node monsignor -b missing node rhapsodical -b missing node headsman -b missing node permutes -b missing node sitzmarks -b missing node colloid -b missing node odored -b missing node permuted -b missing node approbations -b missing node stumblers -b missing node lotharios -b missing node blondes -b missing node personalty -b missing node blonder -b missing node clavicles -b missing node reliability -b missing node auctors -b missing node nougat -b missing node ombudsmen -b missing node stealthiness -b missing node firebrand -b missing node paperboy -b missing node latchstrings -b missing node parish -b missing node prosthetically -b missing node skiplanes -b missing node vaultings -b missing node misdiagnose -b missing node beryline -b missing node horrific -b missing node teargasses -b missing node minims -b missing node nicking -b missing node bedfast -b missing node awfulness -b missing node minima -b missing node burglarize -b missing node mining -b missing node stiffing -b missing node voluminousness -b missing node parity -b missing node escallops -b missing node aspirator -b missing node knucklehead -b missing node teargassed -b missing node nurserymaids -b missing node citified -b missing node considerations -b missing node rehabilitation -b missing node undyingly -b missing node platter -b missing node wantoned -b missing node minion -b missing node rehabilitating -b missing node internment -b missing node retyping -b missing node platted -b missing node wantoner -b missing node sprang -b missing node ferried -b missing node disinherits -b missing node nativities -b missing node samplings -b missing node debtors -b missing node ferries -b missing node participial -b missing node redelivered -b missing node budapest -b missing node thunderbird -b missing node misprinting -b missing node foreyard -b missing node boxings -b missing node rhyme -b missing node naifs -b missing node prefabbed -b missing node ovulating -b missing node ridley -b missing node draughty -b missing node crevasses -b missing node eroticism -b missing node draughts -b missing node eroticist -b missing node ovulation -b missing node artifact -b missing node falls -b missing node viceroy -b missing node variable -b missing node scavenge -b missing node turnouts -b missing node behoved -b missing node cramming -b missing node ritualistically -b missing node arbitrators -b missing node snowballing -b missing node eroticize -b missing node aviatrix -b missing node cardcase -b missing node tongers -b missing node slobbering -b missing node behoves -b missing node catamite -b missing node snailing -b missing node modulator -b missing node premeditators -b missing node stiffish -b missing node variably -b missing node hogfish -b missing node grumbly -b missing node bobcats -b missing node unostentatiously -b missing node afterglows -b missing node southings -b missing node charlatanism -b missing node cyme -b missing node charlatanish -b missing node soudan -b missing node hallucinate -b missing node taloned -b missing node tusker -b missing node cleats -b missing node duetting -b missing node buffaloing -b missing node unyielding -b missing node anvilling -b missing node tinting -b missing node vivisectionists -b missing node grumble -b missing node headsmen -b missing node corncrib -b missing node beseechers -b missing node nonoperable -b missing node latrines -b missing node fishtailing -b missing node conned -b missing node aidless -b missing node cultivable -b missing node cleave -b missing node service -b missing node daddies -b missing node conner -b missing node orris -b missing node monomaniacs -b missing node torturer -b missing node checkrowed -b missing node serenity -b missing node false -b missing node substantiable -b missing node tortures -b missing node smirkingly -b missing node teller -b missing node prevent -b missing node rethread -b missing node unburdened -b missing node ceremony -b missing node cacophonously -b missing node irksome -b missing node cyclings -b missing node inlanders -b missing node nails -b missing node tripod -b missing node sidestroke -b missing node horridness -b missing node mascot -b missing node bebops -b missing node anathemata -b missing node quidnunc -b missing node mascon -b missing node midmosts -b missing node pylon -b missing node illiterately -b missing node winched -b missing node ciscos -b missing node wincher -b missing node agreeing -b missing node winches -b missing node tusked -b missing node arisings -b missing node abbotships -b missing node cyst -b missing node sidereal -b missing node gannets -b missing node connie -b missing node laciest -b missing node hangars -b missing node bunghole -b missing node appendix -b missing node appaloosa -b missing node amercement -b missing node seeker -b missing node senseful -b missing node appended -b missing node desalters -b missing node rurality -b missing node redefinitions -b missing node fortuneteller -b missing node ruralite -b missing node servile -b missing node unlocking -b missing node glowworms -b missing node ruralist -b missing node distressful -b missing node truisms -b missing node displeasure -b missing node ingrafting -b missing node ostensible -b missing node shakers -b missing node unravel -b missing node flounciest -b missing node ruralism -b missing node humorousness -b missing node bryan -b missing node deifying -b missing node cantrips -b missing node crescent -b missing node modulated -b missing node goddamning -b missing node solenoid -b missing node triple -b missing node ostensibly -b missing node clarifiable -b missing node longevity -b missing node modulates -b missing node counterplea -b missing node tortured -b missing node reboarding -b missing node notarizing -b missing node triply -b missing node imagisms -b missing node sublunary -b missing node sensitizes -b missing node dyewood -b missing node britannica -b missing node subway -b missing node unflaggingly -b missing node flutter -b missing node faultlessly -b missing node pizazzes -b missing node unassumingly -b missing node circlets -b missing node baroques -b missing node gantry -b missing node fairest -b missing node inweaving -b missing node sensitized -b missing node enlarged -b missing node counterparts -b missing node petters -b missing node ululations -b missing node hellcats -b missing node serrates -b missing node robotisms -b missing node prodded -b missing node runtiness -b missing node decorators -b missing node feasant -b missing node prodder -b missing node serrated -b missing node gusset -b missing node entrench -b missing node battledore -b missing node paleocene -b missing node negotiants -b missing node ruminatingly -b missing node circlers -b missing node precise -b missing node eventuation -b missing node hotheaded -b missing node glycogen -b missing node sowbellies -b missing node demimonde -b missing node slatings -b missing node revocatory -b missing node flippant -b missing node chartering -b missing node interviewers -b missing node dioxin -b missing node aerograms -b missing node sermonized -b missing node coquinas -b missing node dropkick -b missing node vibrato -b missing node raspberries -b missing node utter -b missing node eventuating -b missing node deisms -b missing node destroying -b missing node serving -b missing node vibrate -b missing node travertine -b missing node gaieties -b missing node renouncers -b missing node marmots -b missing node enlarges -b missing node enlarger -b missing node pommeled -b missing node undereducated -b missing node unclenching -b missing node aegises -b missing node sermonizer -b missing node sermonizes -b missing node whitish -b missing node abscessed -b missing node freakier -b missing node etoiles -b missing node trinal -b missing node tarboosh -b missing node ammonify -b missing node highball -b missing node brooming -b missing node abscesses -b missing node underlay -b missing node sprightliness -b missing node uncritical -b missing node patience -b missing node draping -b missing node gunsels -b missing node goodwives -b missing node expurgator -b missing node priors -b missing node priory -b missing node nudum -b missing node vibrant -b missing node lotions -b missing node hopers -b missing node dogcatcher -b missing node abashedly -b missing node capacitively -b missing node slogged -b missing node spookily -b missing node detoxicating -b missing node fouled -b missing node loomed -b missing node sluiced -b missing node configure -b missing node rajahs -b missing node whiting -b missing node horehound -b missing node lough -b missing node hushed -b missing node mistakenly -b missing node ensorcels -b missing node ingate -b missing node priori -b missing node saunas -b missing node vrouws -b missing node enlighteners -b missing node daringness -b missing node snicker -b missing node insecureness -b missing node hushes -b missing node crumbliness -b missing node gangrenes -b missing node dottles -b missing node millenniums -b missing node larrups -b missing node citywide -b missing node somewhen -b missing node deforest -b missing node gangrened -b missing node immodestly -b missing node louis -b missing node enthusiasm -b missing node minimally -b missing node nonmetals -b missing node slogger -b missing node naiad -b missing node fouler -b missing node unremunerative -b missing node louie -b missing node relaxants -b missing node enthusiast -b missing node detoxication -b missing node telekinesis -b missing node woolliness -b missing node closely -b missing node homicide -b missing node koruna -b missing node tabletting -b missing node ammoniac -b missing node lathery -b missing node legatos -b missing node legator -b missing node ammonias -b missing node budders -b missing node ballooners -b missing node shetland -b missing node infringing -b missing node tinters -b missing node exorcizing -b missing node burweeds -b missing node koruny -b missing node parleyer -b missing node lathers -b missing node firehalls -b missing node peacocks -b missing node chairmanship -b missing node illuminative -b missing node freaking -b missing node excursiveness -b missing node snicked -b missing node paperers -b missing node freeport -b missing node cuckolds -b missing node embarrasses -b missing node elidible -b missing node parleyed -b missing node deists -b missing node sluices -b missing node pygmyish -b missing node embarrassed -b missing node pygmyism -b missing node broadcastings -b missing node commendation -b missing node freakily -b missing node spookier -b missing node rankness -b missing node throwaway -b missing node millers -b missing node sternutate -b missing node rehabilitative -b missing node unchastised -b missing node condescendence -b missing node molests -b missing node octyls -b missing node senatorship -b missing node excruciatingly -b missing node minify -b missing node unenvious -b missing node mamboed -b missing node infatuations -b missing node tooling -b missing node registering -b missing node whities -b missing node arborized -b missing node mamboes -b missing node foresheet -b missing node bespattering -b missing node intravenous -b missing node smoothly -b missing node ulcerous -b missing node arborizes -b missing node doubting -b missing node foully -b missing node toastmasters -b missing node brilliancies -b missing node celestas -b missing node broached -b missing node sought -b missing node soughs -b missing node nonethicalness -b missing node leukaemia -b missing node pickerel -b missing node preordained -b missing node shinbones -b missing node broaches -b missing node broacher -b missing node leukaemic -b missing node retested -b missing node terseness -b missing node indigos -b missing node closeup -b missing node lotos -b missing node embroiling -b missing node unfortunately -b missing node mindedly -b missing node pecans -b missing node trimly -b missing node calibers -b missing node natively -b missing node ethylated -b missing node bonneting -b missing node dignitary -b missing node submergible -b missing node spookish -b missing node handguns -b missing node drupelet -b missing node october -b missing node waiters -b missing node copolymerizations -b missing node skywards -b missing node materializations -b missing node unrecommended -b missing node ethylates -b missing node adulterer -b missing node freakish -b missing node bumpiness -b missing node closest -b missing node collops -b missing node interfacial -b missing node strived -b missing node synchronizing -b missing node disinterest -b missing node kilowatts -b missing node wadders -b missing node storing -b missing node imperils -b missing node pneumonitis -b missing node anathematizes -b missing node shojis -b missing node nudie -b missing node closets -b missing node moxa -b missing node telekineses -b missing node anarch -b missing node illuminating -b missing node bilious -b missing node coffin -b missing node conversationalist -b missing node exhorter -b missing node anathematized -b missing node fakir -b missing node celestes -b missing node smoothie -b missing node gizzard -b missing node illumination -b missing node spooking -b missing node striven -b missing node wrecker -b missing node cableway -b missing node defroster -b missing node robustest -b missing node strives -b missing node striver -b missing node suasively -b missing node paring -b missing node wrecked -b missing node jutted -b missing node nudge -b missing node exhorted -b missing node altruist -b missing node smidgins -b missing node championing -b missing node defrosted -b missing node altruism -b missing node pinnacling -b missing node somewhat -b missing node ridgier -b missing node closers -b missing node grungiest -b missing node imperial -b missing node phantasies -b missing node obliterator -b missing node cuppa -b missing node untethered -b missing node groggier -b missing node lousiness -b missing node chaffs -b missing node invariant -b missing node lotus -b missing node toledo -b missing node blacktop -b missing node phantasied -b missing node grinder -b missing node bitsy -b missing node perilous -b missing node interfacing -b missing node fingernail -b missing node enrollment -b missing node bitte -b missing node chaffy -b missing node nudes -b missing node nuder -b missing node throbbing -b missing node adminstration -b missing node thematically -b missing node gulpers -b missing node broomier -b missing node didies -b missing node lotto -b missing node halfbeaks -b missing node windable -b missing node orientations -b missing node smoother -b missing node pliocene -b missing node heeder -b missing node copula -b missing node queasier -b missing node smoothen -b missing node daphnias -b missing node smoothed -b missing node hardtack -b missing node pariah -b missing node staccato -b missing node derogating -b missing node armourers -b missing node grinded -b missing node cuppy -b missing node shortchanging -b missing node bitts -b missing node bitty -b missing node tieing -b missing node overjoys -b missing node soulful -b missing node derogation -b missing node expansionary -b missing node codfishes -b missing node mousings -b missing node trickiness -b missing node divinations -b missing node banquettes -b missing node existential -b missing node traditionalists -b missing node profanatory -b missing node finbacks -b missing node storied -b missing node collaring -b missing node duping -b missing node fuehrer -b missing node stories -b missing node seafood -b missing node encumber -b missing node dogies -b missing node decistere -b missing node appalled -b missing node perambulates -b missing node ernest -b missing node inditers -b missing node perambulated -b missing node crinites -b missing node predetermine -b missing node amerindians -b missing node harbinger -b missing node chafed -b missing node fescues -b missing node demanding -b missing node chafes -b missing node aghas -b missing node chafer -b missing node monk -b missing node mimickers -b missing node spaders -b missing node curly -b missing node frauen -b missing node moms -b missing node saults -b missing node forefoot -b missing node curls -b missing node instructors -b missing node exporters -b missing node racialistic -b missing node disjointedly -b missing node wretch -b missing node hortatory -b missing node mood -b missing node obliterates -b missing node druggists -b missing node frauds -b missing node independently -b missing node mony -b missing node haystacks -b missing node nicholas -b missing node obliterated -b missing node sheds -b missing node mons -b missing node frostbites -b missing node nightwalker -b missing node fatalism -b missing node mono -b missing node herculeses -b missing node smarmiest -b missing node gusted -b missing node mole -b missing node mold -b missing node dawdlers -b missing node holdups -b missing node pagandom -b missing node escapisms -b missing node cuddling -b missing node repute -b missing node sheen -b missing node ternary -b missing node unofficially -b missing node sheep -b missing node chronaxy -b missing node sheer -b missing node contiguity -b missing node sheet -b missing node meteorologist -b missing node molt -b missing node moly -b missing node moll -b missing node synagogues -b missing node dwell -b missing node catnap -b missing node charladies -b missing node triode -b missing node reoccupation -b missing node watchbands -b missing node formful -b missing node dwelt -b missing node curie -b missing node caliph -b missing node propriety -b missing node subcouncils -b missing node curia -b missing node moil -b missing node overtakes -b missing node falterers -b missing node colocate -b missing node overtaken -b missing node triptych -b missing node groggily -b missing node lefties -b missing node beakiest -b missing node seeing -b missing node jugulates -b missing node strictly -b missing node bargees -b missing node emulations -b missing node samplers -b missing node editable -b missing node curio -b missing node jugulated -b missing node discerning -b missing node hinting -b missing node outwardly -b missing node pathless -b missing node heeded -b missing node dowries -b missing node barques -b missing node disruptively -b missing node lobbyers -b missing node sheafs -b missing node dumpcart -b missing node raisable -b missing node fridges -b missing node sheik -b missing node prints -b missing node crones -b missing node aerodrome -b missing node authorizing -b missing node unpredicted -b missing node unconditionally -b missing node compressors -b missing node disapprobation -b missing node mugworts -b missing node calico -b missing node bellpulls -b missing node curds -b missing node depravedly -b missing node prostituting -b missing node reputably -b missing node stipples -b missing node earlock -b missing node reassociation -b missing node stippler -b missing node cured -b missing node sheath -b missing node stippled -b missing node curdy -b missing node applicabilities -b missing node regime -b missing node violaters -b missing node move -b missing node abominable -b missing node cures -b missing node curer -b missing node afforesting -b missing node sawflies -b missing node faked -b missing node bisques -b missing node undeviatingly -b missing node subscripted -b missing node hubrises -b missing node regilt -b missing node prostitution -b missing node mows -b missing node mown -b missing node redolently -b missing node biter -b missing node bites -b missing node reputable -b missing node fakes -b missing node oversight -b missing node faker -b missing node verbalizing -b missing node armoires -b missing node regild -b missing node region -b missing node senegalese -b missing node embezzles -b missing node tuffets -b missing node embezzler -b missing node congenially -b missing node unrecorded -b missing node shears -b missing node moss -b missing node most -b missing node stowaway -b missing node embezzled -b missing node complexions -b missing node patients -b missing node formations -b missing node mote -b missing node curbs -b missing node mudstones -b missing node castors -b missing node moth -b missing node handsbreadth -b missing node outreason -b missing node subitem -b missing node drying -b missing node warpage -b missing node dwarflike -b missing node califs -b missing node mots -b missing node cuddlier -b missing node caryatids -b missing node perambulator -b missing node wayne -b missing node violin -b missing node trayful -b missing node escapists -b missing node bitch -b missing node anisettes -b missing node moue -b missing node rediscovered -b missing node pontiac -b missing node middays -b missing node regina -b missing node mingle -b missing node shanghaied -b missing node hydrangea -b missing node violas -b missing node more -b missing node pontiff -b missing node locution -b missing node morn -b missing node ternate -b missing node bahamas -b missing node saturates -b missing node lover -b missing node loves -b missing node expatiate -b missing node mort -b missing node hokypokies -b missing node scream -b missing node materializes -b missing node unlaying -b missing node chloride -b missing node offences -b missing node cueing -b missing node saturated -b missing node retrogress -b missing node representing -b missing node ridging -b missing node expeller -b missing node renegotiations -b missing node abominably -b missing node moon -b missing node liaised -b missing node moot -b missing node cookware -b missing node moos -b missing node ethics -b missing node moor -b missing node governorship -b missing node galactic -b missing node dragoon -b missing node sheaf -b missing node authenticate -b missing node resentment -b missing node materialized -b missing node expelled -b missing node implicitly -b missing node liaises -b missing node dragons -b missing node mope -b missing node earlobe -b missing node fatalist -b missing node hyperion -b missing node expellee -b missing node gaelic -b missing node intelligently -b missing node mops -b missing node prinks -b missing node resource -b missing node mopy -b missing node loved -b missing node foxfires -b missing node hirsutism -b missing node violet -b missing node fatality -b missing node shear -b missing node pretendedly -b missing node socking -b missing node billings -b missing node reproval -b missing node interviewees -b missing node dismembered -b missing node nodders -b missing node exacerbates -b missing node reproachable -b missing node powdered -b missing node intonation -b missing node loupe -b missing node castings -b missing node powderer -b missing node renomination -b missing node tortuous -b missing node intonating -b missing node meltable -b missing node descendent -b missing node loups -b missing node dickering -b missing node haloes -b missing node apprehensible -b missing node betaking -b missing node consolers -b missing node apprehensibly -b missing node venality -b missing node freon -b missing node kirigamis -b missing node catguts -b missing node gestation -b missing node unjudicially -b missing node settlement -b missing node atween -b missing node casavas -b missing node haloed -b missing node axiality -b missing node exacerbated -b missing node rewinders -b missing node rangelands -b missing node churchlier -b missing node clangours -b missing node reprover -b missing node reproves -b missing node leprous -b missing node merlon -b missing node gestating -b missing node lifestyle -b missing node bagatelles -b missing node reaccedes -b missing node unworthiness -b missing node illinoisan -b missing node shews -b missing node legatee -b missing node teensiest -b missing node legated -b missing node legates -b missing node coldest -b missing node senate -b missing node shewn -b missing node unobserving -b missing node reacceded -b missing node wormwood -b missing node trigonal -b missing node admiralty -b missing node thieveries -b missing node wardships -b missing node flagged -b missing node imbibitions -b missing node didactic -b missing node rehabilitates -b missing node aggie -b missing node forthcoming -b missing node leftism -b missing node guardhouses -b missing node prince -b missing node mistune -b missing node chlorine -b missing node cliquiest -b missing node analogs -b missing node arbitrament -b missing node leftist -b missing node analogy -b missing node joyful -b missing node evaporitic -b missing node mettles -b missing node reproved -b missing node imaginatively -b missing node flagger -b missing node foragers -b missing node holocrine -b missing node consternate -b missing node praise -b missing node rehabilitated -b missing node explorations -b missing node shell -b missing node clambers -b missing node potboilers -b missing node trines -b missing node lookup -b missing node accorders -b missing node mettled -b missing node shelf -b missing node trined -b missing node occasions -b missing node preservable -b missing node polymer -b missing node freshener -b missing node warpath -b missing node skirmish -b missing node laurel -b missing node jaguar -b missing node modo -b missing node scarfing -b missing node catnip -b missing node artiest -b missing node nickles -b missing node modi -b missing node outlands -b missing node empowering -b missing node lauras -b missing node mode -b missing node freshened -b missing node typical -b missing node bolstering -b missing node varietally -b missing node mods -b missing node centered -b missing node effulge -b missing node hematologists -b missing node mock -b missing node insurgent -b missing node mittens -b missing node outbreak -b missing node aflatoxin -b missing node pencilling -b missing node autopsic -b missing node fustians -b missing node fictionalized -b missing node upraiser -b missing node upraises -b missing node abjurations -b missing node quarrelers -b missing node fictionalizes -b missing node mobs -b missing node freud -b missing node cinerarium -b missing node courthouses -b missing node physiques -b missing node frets -b missing node rehabilitator -b missing node wanness -b missing node blamelessness -b missing node louts -b missing node expurgates -b missing node emblazers -b missing node moan -b missing node sunlight -b missing node wannest -b missing node knottiest -b missing node milldam -b missing node chlorite -b missing node copter -b missing node sanatarium -b missing node wrests -b missing node moas -b missing node sheol -b missing node moat -b missing node upraised -b missing node uncurbed -b missing node stricter -b missing node lousy -b missing node ecosystems -b missing node spalled -b missing node titmouse -b missing node hackly -b missing node monaural -b missing node fresh -b missing node renominating -b missing node pontius -b missing node statuettes -b missing node louse -b missing node spaller -b missing node expurgated -b missing node merlin -b missing node skatings -b missing node sherd -b missing node rightly -b missing node loury -b missing node covertly -b missing node lours -b missing node likability -b missing node frere -b missing node castoff -b missing node improvable -b missing node hackle -b missing node tentage -b missing node mashie -b missing node coquetted -b missing node despondent -b missing node cradlers -b missing node apprehensive -b missing node interrogatorily -b missing node formats -b missing node abutters -b missing node contes -b missing node boughs -b missing node bought -b missing node injectors -b missing node synapsing -b missing node hospitalized -b missing node backstairs -b missing node regnum -b missing node hospitalizes -b missing node soothsaid -b missing node supplementals -b missing node bloodiness -b missing node insignificant -b missing node revenging -b missing node wincers -b missing node brasils -b missing node counteracted -b missing node illogicality -b missing node teratogenic -b missing node premising -b missing node protestantism -b missing node triter -b missing node systematizing -b missing node resubscribes -b missing node blubbering -b missing node abounds -b missing node resubscribed -b missing node assegai -b missing node meanderers -b missing node mashed -b missing node jewing -b missing node pippins -b missing node syllabifying -b missing node circulars -b missing node abstractions -b missing node substantiveness -b missing node inutile -b missing node fooling -b missing node solaces -b missing node entrust -b missing node cinderous -b missing node mashes -b missing node masher -b missing node protestants -b missing node taboo -b missing node mezuzahs -b missing node fortuitously -b missing node execute -b missing node infamies -b missing node watch -b missing node solaced -b missing node yesterday -b missing node solacer -b missing node tabor -b missing node flagella -b missing node deanery -b missing node often -b missing node awkwardly -b missing node batboys -b missing node ofter -b missing node admixture -b missing node sweater -b missing node indictor -b missing node fridays -b missing node administratrix -b missing node thermostatic -b missing node unrestored -b missing node intermingle -b missing node circulate -b missing node slathered -b missing node corneal -b missing node corneas -b missing node fractioned -b missing node issueless -b missing node sweated -b missing node coquettes -b missing node libationary -b missing node seismogram -b missing node appal -b missing node resentful -b missing node northerner -b missing node anaemic -b missing node contrarily -b missing node anaemia -b missing node murkiness -b missing node triton -b missing node oriented -b missing node reddish -b missing node hasteners -b missing node ingressive -b missing node exhortations -b missing node formals -b missing node apprehension -b missing node hangers -b missing node diabetic -b missing node cliental -b missing node foreignness -b missing node wannesses -b missing node biopsychologies -b missing node waiver -b missing node waives -b missing node diabetes -b missing node fugitive -b missing node francas -b missing node riding -b missing node gonococci -b missing node remounts -b missing node water -b missing node chocked -b missing node foozle -b missing node faith -b missing node simitar -b missing node haftorahs -b missing node faits -b missing node supplementary -b missing node catatonia -b missing node oinking -b missing node catatonic -b missing node waived -b missing node disaffiliations -b missing node seignory -b missing node hickeys -b missing node flyaway -b missing node sprees -b missing node patronized -b missing node apply -b missing node oriental -b missing node scalelike -b missing node remodifies -b missing node cockeyes -b missing node castled -b missing node indicted -b missing node indictee -b missing node imbroglios -b missing node outshouted -b missing node castles -b missing node clearances -b missing node cockeyed -b missing node outstandingly -b missing node cornell -b missing node pottage -b missing node shipments -b missing node peripheral -b missing node purposefulness -b missing node schoolyard -b missing node loutishly -b missing node patronizes -b missing node clambered -b missing node patronizer -b missing node apple -b missing node finespun -b missing node masculinity -b missing node rainbow -b missing node whitening -b missing node muzzy -b missing node fourteenth -b missing node nonworking -b missing node guides -b missing node northeast -b missing node guider -b missing node foozlers -b missing node guided -b missing node privet -b missing node stellate -b missing node frances -b missing node functionally -b missing node unharmonious -b missing node kingpins -b missing node balefulness -b missing node teachings -b missing node indicter -b missing node plurals -b missing node daintiest -b missing node ampler -b missing node triturator -b missing node formant -b missing node technicalities -b missing node interrogatories -b missing node spread -b missing node faint -b missing node filtered -b missing node mitt -b missing node rentage -b missing node roadbeds -b missing node airwave -b missing node parietal -b missing node enduing -b missing node mite -b missing node outdodging -b missing node infrequent -b missing node hemmer -b missing node nectary -b missing node offenseless -b missing node ingression -b missing node operatives -b missing node immensity -b missing node prettifiers -b missing node filterer -b missing node oxtail -b missing node lancelot -b missing node masculinize -b missing node gambians -b missing node fatiguing -b missing node fails -b missing node remodified -b missing node unimproved -b missing node contradictive -b missing node substance -b missing node ferrets -b missing node tutoyered -b missing node ferrety -b missing node blindly -b missing node buffalo -b missing node regnal -b missing node franchise -b missing node interlocutrices -b missing node pepperer -b missing node peppered -b missing node awnings -b missing node hemmed -b missing node controllers -b missing node triste -b missing node tacet -b missing node newspapers -b missing node ensuant -b missing node caryatides -b missing node stutters -b missing node commendatory -b missing node preconsiderations -b missing node fairy -b missing node mixt -b missing node overmastered -b missing node fairs -b missing node reemphasizing -b missing node telemetrically -b missing node czarevnas -b missing node faire -b missing node preseason -b missing node triturated -b missing node triturates -b missing node successes -b missing node watts -b missing node unsteady -b missing node hebrews -b missing node disreputable -b missing node polypod -b missing node holidaying -b missing node binge -b missing node mantuas -b missing node regather -b missing node scowling -b missing node bingo -b missing node aport -b missing node utahan -b missing node disreputably -b missing node engagement -b missing node grapples -b missing node currencies -b missing node unbeliever -b missing node grappler -b missing node transfixing -b missing node consul -b missing node mistresses -b missing node fatalities -b missing node contraries -b missing node mozart -b missing node rentals -b missing node airways -b missing node polestar -b missing node gausses -b missing node salaciousness -b missing node platoons -b missing node sanest -b missing node furlongs -b missing node packeting -b missing node parasitize -b missing node clarity -b missing node transfixion -b missing node laxative -b missing node midmonth -b missing node embellished -b missing node mill -b missing node significance -b missing node nematodes -b missing node disheveling -b missing node milk -b missing node desalinates -b missing node mile -b missing node bilingually -b missing node alleviate -b missing node mild -b missing node whiteheads -b missing node garrottes -b missing node spaciousness -b missing node garrotter -b missing node gleeful -b missing node milt -b missing node blinder -b missing node grappled -b missing node mils -b missing node tacky -b missing node embellishes -b missing node guidon -b missing node embellisher -b missing node mime -b missing node underrated -b missing node magnifiers -b missing node metabolizes -b missing node resoled -b missing node sholom -b missing node foolish -b missing node bints -b missing node mink -b missing node biathlons -b missing node metabolized -b missing node subcommander -b missing node tacos -b missing node contradicting -b missing node underrates -b missing node fractional -b missing node blinded -b missing node mine -b missing node mind -b missing node ming -b missing node billions -b missing node mini -b missing node picketer -b missing node byzantine -b missing node pickerels -b missing node desalinated -b missing node mint -b missing node garrotted -b missing node cockneys -b missing node mins -b missing node exporting -b missing node minx -b missing node heydeys -b missing node picketed -b missing node assumptively -b missing node resoles -b missing node nanny -b missing node polypus -b missing node shinney -b missing node tachs -b missing node flyblown -b missing node flyblows -b missing node unsurmountable -b missing node diacritic -b missing node sanely -b missing node hempier -b missing node leeboards -b missing node hinters -b missing node geothermal -b missing node merino -b missing node proofreaders -b missing node contradiction -b missing node uppermost -b missing node brashly -b missing node babbled -b missing node ecumenism -b missing node diphtherial -b missing node diphtherian -b missing node reconnoiters -b missing node homecoming -b missing node parasitism -b missing node babbler -b missing node babbles -b missing node crimson -b missing node shinned -b missing node afflicted -b missing node conventioneers -b missing node nectars -b missing node mire -b missing node opponent -b missing node rimland -b missing node mirk -b missing node precook -b missing node tacks -b missing node borings -b missing node miry -b missing node talmudic -b missing node mirv -b missing node unsurmountably -b missing node suitcase -b missing node tacit -b missing node terrifying -b missing node mise -b missing node misc -b missing node piecework -b missing node promethean -b missing node beside -b missing node nisei -b missing node babyhood -b missing node issuant -b missing node costume -b missing node wealthiest -b missing node miso -b missing node windflowers -b missing node miss -b missing node mist -b missing node insuppressible -b missing node solstice -b missing node unoriginal -b missing node pesetas -b missing node slowworms -b missing node blacker -b missing node blacken -b missing node misfeasors -b missing node sorrowers -b missing node puerilely -b missing node redemptive -b missing node parent -b missing node blacked -b missing node miff -b missing node hairworm -b missing node mien -b missing node agist -b missing node spikers -b missing node hairwork -b missing node cuttling -b missing node antonymy -b missing node antonyms -b missing node neuronal -b missing node computer -b missing node sanger -b missing node execrate -b missing node impiety -b missing node computes -b missing node footropes -b missing node midi -b missing node locations -b missing node blasted -b missing node computed -b missing node polemicists -b missing node psychotics -b missing node mids -b missing node accenting -b missing node puttees -b missing node rhumb -b missing node bouffe -b missing node throttled -b missing node blaster -b missing node banality -b missing node bulbuls -b missing node steamboats -b missing node mick -b missing node allusively -b missing node yachters -b missing node comediennes -b missing node expansionist -b missing node pontoon -b missing node mike -b missing node expansionism -b missing node completion -b missing node noncom -b missing node presaging -b missing node bromines -b missing node milldams -b missing node annalist -b missing node throttler -b missing node throttles -b missing node pontons -b missing node endplates -b missing node undiscouraged -b missing node decomposing -b missing node maizes -b missing node dilute -b missing node clarkia -b missing node dewiness -b missing node untrusty -b missing node estimations -b missing node prognostic -b missing node merits -b missing node philtered -b missing node westing -b missing node wilier -b missing node hexapodies -b missing node microfiche -b missing node tactlessly -b missing node tectonic -b missing node curdling -b missing node intangible -b missing node percussionists -b missing node erratics -b missing node geothermic -b missing node mealies -b missing node mealier -b missing node dosimeters -b missing node ungallant -b missing node inwrought -b missing node duffles -b missing node completing -b missing node ballista -b missing node subjectivity -b missing node intangibly -b missing node millstreams -b missing node unspoken -b missing node migs -b missing node milliampere -b missing node dogdom -b missing node eulogize -b missing node sangha -b missing node cavalry -b missing node redemption -b missing node pareve -b missing node relieves -b missing node reliever -b missing node gallerying -b missing node curl -b missing node frostbitten -b missing node curb -b missing node relieved -b missing node cure -b missing node curd -b missing node bines -b missing node caninity -b missing node curs -b missing node pillowslips -b missing node ficklest -b missing node warningly -b missing node curt -b missing node rhizomes -b missing node uncrosses -b missing node ransacker -b missing node nitre -b missing node sidestepper -b missing node measured -b missing node blackly -b missing node looney -b missing node bivalves -b missing node sidestepped -b missing node binds -b missing node uncrossed -b missing node culturally -b missing node prepublication -b missing node measurer -b missing node pulpwoods -b missing node redbirds -b missing node measures -b missing node neuronic -b missing node nitro -b missing node indiana -b missing node bloodless -b missing node quietude -b missing node cute -b missing node ransacked -b missing node monotheists -b missing node scuffle -b missing node indians -b missing node farmlands -b missing node prepossess -b missing node penciling -b missing node cuts -b missing node cusp -b missing node expediences -b missing node unperceiving -b missing node zombiism -b missing node quincunxes -b missing node axolotl -b missing node ringbolt -b missing node estrum -b missing node nitty -b missing node baobabs -b missing node nonces -b missing node estrus -b missing node cuss -b missing node miners -b missing node preconceptions -b missing node quixotries -b missing node tailspins -b missing node mibs -b missing node refuging -b missing node scuffed -b missing node nance -b missing node washy -b missing node wilily -b missing node unexpurgated -b missing node mice -b missing node mica -b missing node envisage -b missing node toting -b missing node neurones -b missing node budlike -b missing node certainly -b missing node binal -b missing node rasper -b missing node eying -b missing node humility -b missing node rasped -b missing node alterability -b missing node parers -b missing node stumbling -b missing node botched -b missing node pariahs -b missing node travailed -b missing node goldenrod -b missing node unadvantageous -b missing node devolving -b missing node botches -b missing node botcher -b missing node discants -b missing node prevail -b missing node wiling -b missing node condemnatory -b missing node lathier -b missing node ethologists -b missing node scapular -b missing node eerier -b missing node scapulas -b missing node nancy -b missing node ambition -b missing node redetermination -b missing node triune -b missing node huntress -b missing node epitome -b missing node recoverability -b missing node greetings -b missing node napoleons -b missing node contortionists -b missing node excursionists -b missing node gambled -b missing node francis -b missing node personifying -b missing node disbelievers -b missing node serenely -b missing node welcoming -b missing node alnico -b missing node monotremata -b missing node seedcake -b missing node explainable -b missing node derogatorily -b missing node edgewise -b missing node breached -b missing node underlip -b missing node gambles -b missing node gambler -b missing node cuke -b missing node admissibility -b missing node aliners -b missing node underlie -b missing node tabby -b missing node breacher -b missing node detention -b missing node breaches -b missing node furriner -b missing node cult -b missing node subsider -b missing node watchword -b missing node subsides -b missing node justness -b missing node huckleberry -b missing node preordination -b missing node cull -b missing node filigreeing -b missing node subsided -b missing node newtons -b missing node uninsurable -b missing node undutiful -b missing node recoiling -b missing node undercooked -b missing node ganser -b missing node penitent -b missing node monophobia -b missing node dispensable -b missing node platoon -b missing node devotes -b missing node cozens -b missing node inaugurate -b missing node estates -b missing node nontemporally -b missing node paramilitary -b missing node slavers -b missing node slavery -b missing node walkers -b missing node pithiest -b missing node dexterous -b missing node certainty -b missing node watertight -b missing node handcrafts -b missing node furrings -b missing node cunt -b missing node nonvisual -b missing node wasps -b missing node estated -b missing node waspy -b missing node stuntedness -b missing node eerily -b missing node commercials -b missing node devotee -b missing node devoted -b missing node calcic -b missing node magueys -b missing node onerous -b missing node dotting -b missing node toneless -b missing node resurrectionist -b missing node unawareness -b missing node coordinators -b missing node valours -b missing node equidistant -b missing node raisings -b missing node equalities -b missing node coinferred -b missing node consignors -b missing node lineaments -b missing node serenest -b missing node cups -b missing node miscontinuance -b missing node porphyry -b missing node estray -b missing node corncob -b missing node nonsurgical -b missing node sewing -b missing node intercessors -b missing node resurrectionism -b missing node crossways -b missing node dottily -b missing node intercessory -b missing node cukes -b missing node analysand -b missing node forensic -b missing node waste -b missing node pampered -b missing node platonic -b missing node disestablishment -b missing node pamperer -b missing node importations -b missing node directories -b missing node agile -b missing node hideout -b missing node subscriptions -b missing node hideous -b missing node untruths -b missing node table -b missing node keyage -b missing node tabla -b missing node wasts -b missing node titlists -b missing node cube -b missing node cuba -b missing node crosswalk -b missing node position -b missing node tongueless -b missing node matriarchy -b missing node namable -b missing node metallurgists -b missing node cubs -b missing node matriarchs -b missing node daytime -b missing node postures -b missing node seedcase -b missing node galateas -b missing node posturer -b missing node perilune -b missing node chrysalises -b missing node toolhead -b missing node aging -b missing node constrainable -b missing node postured -b missing node positing -b missing node confiscatory -b missing node gypsums -b missing node exhalations -b missing node confiscators -b missing node backpacking -b missing node margrave -b missing node reinterprets -b missing node amoretti -b missing node unartfully -b missing node article -b missing node diffusions -b missing node amoretto -b missing node admittedly -b missing node gradient -b missing node cannabis -b missing node niter -b missing node preclude -b missing node cuds -b missing node cannabin -b missing node renegading -b missing node cued -b missing node slyness -b missing node intoxicant -b missing node plagiaristic -b missing node frankfort -b missing node positive -b missing node teatime -b missing node cues -b missing node gloating -b missing node telepathic -b missing node cannabic -b missing node cuff -b missing node hospitalities -b missing node tracheids -b missing node compoundable -b missing node dottier -b missing node estrin -b missing node postural -b missing node denseness -b missing node pivotally -b missing node slaveys -b missing node cozeys -b missing node renouncing -b missing node sparkled -b missing node windages -b missing node hoarseness -b missing node quetzal -b missing node jiffies -b missing node pargetting -b missing node sparkles -b missing node sparkler -b missing node minder -b missing node minded -b missing node instructorships -b missing node legionaries -b missing node affirmable -b missing node mellowly -b missing node fairish -b missing node dupers -b missing node cribworks -b missing node intoxicate -b missing node dupery -b missing node flippers -b missing node continentally -b missing node reglue -b missing node nonsubmissively -b missing node appealable -b missing node besmirch -b missing node reflexology -b missing node paganism -b missing node affirmably -b missing node wagered -b missing node paganist -b missing node outfoxing -b missing node wagerer -b missing node dishevelled -b missing node wavey -b missing node psychobiology -b missing node waver -b missing node waves -b missing node jowliest -b missing node ambitiously -b missing node odours -b missing node incapability -b missing node landscaped -b missing node gloxinia -b missing node paganish -b missing node landscaper -b missing node educability -b missing node waved -b missing node apres -b missing node iroquoians -b missing node landscapes -b missing node millage -b missing node criticizers -b missing node litigated -b missing node finesses -b missing node screened -b missing node litigates -b missing node cults -b missing node diversion -b missing node forefather -b missing node dissever -b missing node biogenic -b missing node bolsterers -b missing node screener -b missing node shooks -b missing node typeable -b missing node convicted -b missing node dragsters -b missing node disfigured -b missing node pharisee -b missing node speared -b missing node unrelinquished -b missing node names -b missing node namer -b missing node copulatory -b missing node maladminister -b missing node salesmanship -b missing node named -b missing node underpay -b missing node trucklers -b missing node fairing -b missing node palatability -b missing node spearer -b missing node gefilte -b missing node prissy -b missing node annexion -b missing node deforests -b missing node unforbidding -b missing node disfigures -b missing node baguettes -b missing node compendia -b missing node disfigurer -b missing node april -b missing node indictments -b missing node swearer -b missing node annexing -b missing node amalgamators -b missing node synergists -b missing node armouries -b missing node finessed -b missing node englobing -b missing node backtrack -b missing node hygrometries -b missing node debilities -b missing node lempiras -b missing node paganize -b missing node convey -b missing node consulates -b missing node consists -b missing node convex -b missing node greenland -b missing node tedium -b missing node flagmen -b missing node beshrew -b missing node foraging -b missing node dogeys -b missing node resifting -b missing node fedora -b missing node apron -b missing node pardon -b missing node aspects -b missing node precociously -b missing node xenogamy -b missing node preexposing -b missing node scooper -b missing node adiposis -b missing node perplexing -b missing node marinates -b missing node waiter -b missing node diversity -b missing node scooped -b missing node waited -b missing node afreets -b missing node cultist -b missing node marinated -b missing node sucklings -b missing node starriest -b missing node cultism -b missing node febrifuges -b missing node unseeingly -b missing node fantasizing -b missing node closing -b missing node levelled -b missing node identifications -b missing node postulating -b missing node leveller -b missing node antagonisms -b missing node burglaries -b missing node reputing -b missing node presumption -b missing node argument -b missing node loyal -b missing node atwain -b missing node copolymeric -b missing node ferreting -b missing node goldarns -b missing node perplexity -b missing node empower -b missing node seeded -b missing node tother -b missing node vintages -b missing node vacuously -b missing node monastery -b missing node underpin -b missing node eulogies -b missing node recordership -b missing node seeder -b missing node flagman -b missing node hardhearted -b missing node flippest -b missing node zoophobia -b missing node barrooms -b missing node outbluffing -b missing node crammers -b missing node redistricts -b missing node timepieces -b missing node convenient -b missing node redevelop -b missing node shooed -b missing node forecasts -b missing node oreganos -b missing node apolune -b missing node midsection -b missing node nounal -b missing node administers -b missing node hagfish -b missing node dogear -b missing node stupendous -b missing node palpitate -b missing node bargemen -b missing node unhelm -b missing node deicides -b missing node flutiest -b missing node lathing -b missing node princelings -b missing node waiting -b missing node endowments -b missing node infringers -b missing node gliding -b missing node pilsners -b missing node inward -b missing node reinforcers -b missing node pueblos -b missing node coinsuring -b missing node purebred -b missing node sadistically -b missing node fagot -b missing node unhinging -b missing node trophies -b missing node hyperkinesia -b missing node aglee -b missing node ethene -b missing node bestialize -b missing node rowing -b missing node trophied -b missing node embrocations -b missing node surffishes -b missing node postulation -b missing node aglet -b missing node hyperkinesis -b missing node agley -b missing node mucilage -b missing node confederated -b missing node pettish -b missing node waveringly -b missing node armistice -b missing node confederates -b missing node nonslip -b missing node venturousness -b missing node canisters -b missing node despondencies -b missing node lignin -b missing node repopulating -b missing node shindies -b missing node anality -b missing node antagonists -b missing node preanesthetic -b missing node bipod -b missing node whitman -b missing node deicidal -b missing node incubation -b missing node chlorides -b missing node discursiveness -b missing node barrenness -b missing node yoghurts -b missing node animistic -b missing node enlightening -b missing node prised -b missing node ephemera -b missing node plonking -b missing node surcingle -b missing node uncannily -b missing node incumbencies -b missing node liturgy -b missing node incubating -b missing node prises -b missing node english -b missing node minarets -b missing node bulgiest -b missing node glittered -b missing node replacements -b missing node sauropods -b missing node expectation -b missing node putters -b missing node hyphenate -b missing node shindigs -b missing node harmlessly -b missing node smidgens -b missing node percussion -b missing node repopulation -b missing node zealously -b missing node refutation -b missing node tattooist -b missing node smidgeon -b missing node ripoffs -b missing node hepatica -b missing node evictors -b missing node soliloquized -b missing node releasable -b missing node soliloquizes -b missing node hepatics -b missing node pillaring -b missing node percussing -b missing node etherifies -b missing node anticyclones -b missing node sideburns -b missing node hypertrophying -b missing node mellowed -b missing node exegeses -b missing node clangored -b missing node etherified -b missing node casting -b missing node sprouts -b missing node aglow -b missing node eulogist -b missing node boldfacing -b missing node participles -b missing node migrate -b missing node trembles -b missing node trembler -b missing node curtail -b missing node forefront -b missing node curtain -b missing node eulogise -b missing node logical -b missing node pettily -b missing node mellower -b missing node destroyers -b missing node trembled -b missing node indices -b missing node kindred -b missing node corncobs -b missing node culpa -b missing node rampancy -b missing node transplanted -b missing node polarization -b missing node infused -b missing node mistrustfulness -b missing node exceptions -b missing node transplanter -b missing node unshorn -b missing node castile -b missing node remorseless -b missing node dichotic -b missing node polarography -b missing node scansions -b missing node punted -b missing node inditing -b missing node anticyclonic -b missing node footprints -b missing node unmanliness -b missing node prison -b missing node infuses -b missing node infuser -b missing node catkin -b missing node punter -b missing node nakedness -b missing node bestiality -b missing node uncannier -b missing node stoplights -b missing node migrant -b missing node longwise -b missing node algorithms -b missing node unhealthiest -b missing node tattooing -b missing node drylot -b missing node nastiest -b missing node hotline -b missing node disaffected -b missing node prisms -b missing node unpaired -b missing node outlying -b missing node anythings -b missing node reinvestigations -b missing node stiffened -b missing node eyers -b missing node pencilled -b missing node stiffener -b missing node endogenous -b missing node ethers -b missing node incubative -b missing node iguanas -b missing node remanding -b missing node graters -b missing node petting -b missing node culls -b missing node holydays -b missing node cully -b missing node stashing -b missing node kalimbas -b missing node armouring -b missing node pubescence -b missing node expectative -b missing node merges -b missing node merger -b missing node etageres -b missing node sashayed -b missing node fixtures -b missing node fairies -b missing node culms -b missing node purslanes -b missing node cutlines -b missing node merged -b missing node holdback -b missing node controlling -b missing node supplants -b missing node wanning -b missing node ballyrag -b missing node interfaced -b missing node coaction -b missing node diffuse -b missing node petulancy -b missing node lollipops -b missing node intrigues -b missing node parcel -b missing node intriguer -b missing node firstly -b missing node vugh -b missing node cardinalates -b missing node petulance -b missing node interfaces -b missing node palings -b missing node vugs -b missing node meekness -b missing node bookends -b missing node faltering -b missing node vugg -b missing node haitian -b missing node brashes -b missing node brasher -b missing node hipparchs -b missing node blackout -b missing node cornfed -b missing node bimonthlies -b missing node cation -b missing node eductions -b missing node orlon -b missing node nonpayment -b missing node jolliest -b missing node nebraskans -b missing node rockabyes -b missing node retardant -b missing node deferments -b missing node napoleon -b missing node knucklebones -b missing node kickback -b missing node glyceride -b missing node recomparison -b missing node interracial -b missing node recriminations -b missing node heinous -b missing node arable -b missing node bluebills -b missing node successor -b missing node inscribing -b missing node garnetlike -b missing node anisic -b missing node severable -b missing node distressing -b missing node minces -b missing node mincer -b missing node ontogeny -b missing node eczemas -b missing node legendary -b missing node undutifully -b missing node flamming -b missing node minced -b missing node rimless -b missing node pettier -b missing node reallocating -b missing node sendoff -b missing node receivable -b missing node hornless -b missing node remissly -b missing node reclusive -b missing node catabolize -b missing node landownership -b missing node beamless -b missing node innervates -b missing node prance -b missing node goosier -b missing node mynahs -b missing node hectares -b missing node mournfully -b missing node humanest -b missing node sibyls -b missing node encores -b missing node coacting -b missing node freudian -b missing node reallocation -b missing node devours -b missing node exegesis -b missing node ovulatory -b missing node impracticalities -b missing node throbbers -b missing node backrest -b missing node upward -b missing node encored -b missing node trophism -b missing node intrigued -b missing node vaccinable -b missing node francium -b missing node anises -b missing node indicia -b missing node goulash -b missing node shuttling -b missing node varyingly -b missing node lignum -b missing node sovereign -b missing node leadworks -b missing node analog -b missing node gelatinize -b missing node heritage -b missing node frays -b missing node hawkbills -b missing node wauls -b missing node biped -b missing node truants -b missing node looped -b missing node fagged -b missing node microsystems -b missing node lyrebirds -b missing node looper -b missing node superscribed -b missing node gambian -b missing node rebounded -b missing node zowie -b missing node miscounts -b missing node gregory -b missing node reporting -b missing node yokelish -b missing node gambias -b missing node resituating -b missing node superscribes -b missing node ballots -b missing node recombine -b missing node recombing -b missing node upload -b missing node gigolo -b missing node innervated -b missing node transports -b missing node disembarkations -b missing node churchless -b missing node anally -b missing node visioned -b missing node christens -b missing node politicizes -b missing node subsequent -b missing node wadding -b missing node tagger -b missing node politicized -b missing node wooziest -b missing node unbeloved -b missing node sockeye -b missing node beagles -b missing node mirroring -b missing node perturbable -b missing node sectile -b missing node tagged -b missing node cyclamate -b missing node reddening -b missing node indicts -b missing node diphtheric -b missing node diphtheria -b missing node mudlarks -b missing node potages -b missing node fraud -b missing node knapsack -b missing node prometheus -b missing node humanely -b missing node fraus -b missing node resemblances -b missing node fraying -b missing node waugh -b missing node bipeds -b missing node retardate -b missing node balloon -b missing node nonego -b missing node clinkered -b missing node unworthily -b missing node preposterous -b missing node questors -b missing node jousters -b missing node frats -b missing node visional -b missing node arabic -b missing node departmentalizes -b missing node arabia -b missing node hangdog -b missing node misguiding -b missing node improve -b missing node goosing -b missing node annullable -b missing node departmentalized -b missing node limpness -b missing node pranks -b missing node protrusions -b missing node hepatize -b missing node throwaways -b missing node foothills -b missing node bargeman -b missing node regency -b missing node seventies -b missing node section -b missing node victoriousness -b missing node noddies -b missing node sockets -b missing node easter -b missing node embezzle -b missing node lozenges -b missing node gravestone -b missing node nonprocedural -b missing node prejudicedly -b missing node limestones -b missing node devoicing -b missing node shack -b missing node picklocks -b missing node cologned -b missing node frayed -b missing node corners -b missing node sidewinder -b missing node regnancy -b missing node fraps -b missing node bronchitic -b missing node occurring -b missing node bronchitis -b missing node insatiably -b missing node restorations -b missing node shads -b missing node tediously -b missing node punctuated -b missing node preselecting -b missing node auditives -b missing node bandannas -b missing node maleness -b missing node shade -b missing node insatiable -b missing node punctuates -b missing node waddied -b missing node doolies -b missing node frank -b missing node asafetida -b missing node recapture -b missing node waddies -b missing node nosegays -b missing node cornets -b missing node faceable -b missing node aperient -b missing node incarnate -b missing node gelatinously -b missing node shady -b missing node gondolas -b missing node franc -b missing node charminger -b missing node lanolines -b missing node incestuously -b missing node neutrophils -b missing node precondemn -b missing node pallette -b missing node employ -b missing node cumin -b missing node shaft -b missing node reinvolved -b missing node franz -b missing node leghorns -b missing node carnages -b missing node clucked -b missing node nonskid -b missing node cradling -b missing node colognes -b missing node unprofitable -b missing node shags -b missing node entrained -b missing node matrons -b missing node biont -b missing node bosomed -b missing node reinvolves -b missing node unbrushed -b missing node pietisms -b missing node mimicking -b missing node masers -b missing node connections -b missing node equinoxes -b missing node devitalizing -b missing node quicksteps -b missing node whitney -b missing node giggliest -b missing node gapping -b missing node shahs -b missing node frame -b missing node nodding -b missing node cornels -b missing node unworthier -b missing node unworthies -b missing node codable -b missing node companionable -b missing node substrate -b missing node presumptive -b missing node companionably -b missing node hoping -b missing node notecases -b missing node dressmaking -b missing node concentrically -b missing node soothsays -b missing node injurious -b missing node gigglingly -b missing node biome -b missing node zairian -b missing node begotten -b missing node sailboat -b missing node collude -b missing node thicksets -b missing node coffining -b missing node underbred -b missing node nonsked -b missing node ordination -b missing node bugaboos -b missing node welling -b missing node glycerins -b missing node frags -b missing node exegetes -b missing node shake -b missing node shako -b missing node glycerine -b missing node shaky -b missing node preachiest -b missing node tabstops -b missing node waists -b missing node shale -b missing node disbarment -b missing node avocado -b missing node bargain -b missing node mistype -b missing node biota -b missing node rodders -b missing node shall -b missing node substrata -b missing node shalt -b missing node intentional -b missing node discerners -b missing node plinths -b missing node undelivered -b missing node jostling -b missing node shaly -b missing node frail -b missing node misdefine -b missing node shame -b missing node readjusted -b missing node encountered -b missing node aeronautical -b missing node launch -b missing node gambits -b missing node foretasting -b missing node quarreling -b missing node willed -b missing node charterers -b missing node gnawers -b missing node shams -b missing node proudness -b missing node rarefaction -b missing node willer -b missing node unprofitably -b missing node boundless -b missing node abashment -b missing node rabidly -b missing node handstand -b missing node shank -b missing node nondenominational -b missing node contra -b missing node encounterer -b missing node submersibles -b missing node praetorian -b missing node spelldown -b missing node spading -b missing node winceys -b missing node tenantless -b missing node onslaughts -b missing node israelis -b missing node charmingly -b missing node intentioned -b missing node coinsurance -b missing node persistance -b missing node accordant -b missing node botulin -b missing node shape -b missing node catabolism -b missing node pietists -b missing node nonworkers -b missing node cantaloupe -b missing node faggot -b missing node litigator -b missing node fingerprints -b missing node farewells -b missing node cyanogen -b missing node jewish -b missing node groggery -b missing node constituent -b missing node gappier -b missing node presumed -b missing node apses -b missing node liquidizes -b missing node regents -b missing node prehistory -b missing node linchpins -b missing node share -b missing node crimper -b missing node shard -b missing node germanized -b missing node canadians -b missing node presumer -b missing node presumes -b missing node liquidized -b missing node veterinarians -b missing node sharp -b missing node crimped -b missing node descendant -b missing node shark -b missing node academicianship -b missing node guesting -b missing node oxidization -b missing node bluejays -b missing node overburdensome -b missing node tricksters -b missing node masterfully -b missing node brave -b missing node soppier -b missing node vibrances -b missing node forfeits -b missing node wishful -b missing node ontogenesis -b missing node bravo -b missing node dystopia -b missing node pinesaps -b missing node derris -b missing node quinsies -b missing node undoings -b missing node arthur -b missing node brawl -b missing node reflowers -b missing node brawn -b missing node trapdoor -b missing node overtraining -b missing node conjurors -b missing node powwowed -b missing node fictionalizing -b missing node falsities -b missing node comings -b missing node scrunching -b missing node reddened -b missing node scalpels -b missing node ochreous -b missing node effeminate -b missing node guanine -b missing node skilling -b missing node chigoes -b missing node microspace -b missing node neighing -b missing node mycological -b missing node synapsed -b missing node weskits -b missing node reincarnationists -b missing node darkened -b missing node misappropriate -b missing node notation -b missing node formally -b missing node springboards -b missing node melbourne -b missing node proselyted -b missing node consultant -b missing node speciosities -b missing node brays -b missing node noncombustible -b missing node hangings -b missing node activators -b missing node paroxysms -b missing node proselytes -b missing node rectify -b missing node braze -b missing node bullweeds -b missing node retooled -b missing node basin -b missing node vandalizes -b missing node basis -b missing node musketeers -b missing node formalin -b missing node burping -b missing node enumerate -b missing node futility -b missing node basil -b missing node basic -b missing node civilian -b missing node derived -b missing node fathers -b missing node indentors -b missing node ontogeneses -b missing node darkener -b missing node overprint -b missing node nuncle -b missing node dichromatic -b missing node derives -b missing node riddances -b missing node poleaxed -b missing node brash -b missing node deriver -b missing node vandalized -b missing node soiling -b missing node tweaked -b missing node hydroxy -b missing node colorcasts -b missing node brass -b missing node catheter -b missing node poleaxes -b missing node hydrous -b missing node basks -b missing node unruliness -b missing node silking -b missing node librated -b missing node violists -b missing node garlanded -b missing node bollixing -b missing node asphyxiation -b missing node stamen -b missing node brats -b missing node hatchback -b missing node librates -b missing node asphyxiating -b missing node nondestructiveness -b missing node silkily -b missing node bookracks -b missing node hempen -b missing node cartload -b missing node rankling -b missing node scalpers -b missing node dragooning -b missing node adjacently -b missing node tightest -b missing node flipping -b missing node defuses -b missing node titans -b missing node redefined -b missing node defused -b missing node thirsted -b missing node extenuation -b missing node uniformness -b missing node outrun -b missing node baste -b missing node southing -b missing node photocopiers -b missing node selfless -b missing node thirster -b missing node zoogeographies -b missing node basts -b missing node passageway -b missing node pleural -b missing node extenuating -b missing node roperies -b missing node bozo -b missing node motility -b missing node pleuras -b missing node renumbering -b missing node deadwood -b missing node briefs -b missing node marxists -b missing node unscholarly -b missing node cymbalists -b missing node tiderips -b missing node coeditor -b missing node getups -b missing node boyo -b missing node tamarack -b missing node jordans -b missing node frieze -b missing node boys -b missing node cesarian -b missing node rather -b missing node pastramis -b missing node ringdove -b missing node potencies -b missing node ashcans -b missing node ethereal -b missing node portliness -b missing node morose -b missing node fortuitus -b missing node boxy -b missing node bewitch -b missing node patnesses -b missing node quiche -b missing node pretzels -b missing node majestically -b missing node undiscoverable -b missing node nautch -b missing node honeydews -b missing node mopingly -b missing node soapsuds -b missing node outswimming -b missing node accosted -b missing node tightens -b missing node visitorial -b missing node nonphysiological -b missing node evulsions -b missing node paragons -b missing node pushover -b missing node gaming -b missing node braver -b missing node gamine -b missing node braves -b missing node bassi -b missing node deployed -b missing node gamins -b missing node braved -b missing node silkier -b missing node bassy -b missing node undaunted -b missing node disagreement -b missing node portieres -b missing node doubtlessly -b missing node basso -b missing node hitlerism -b missing node lampoon -b missing node creatively -b missing node instrument -b missing node hubby -b missing node gamily -b missing node redefines -b missing node portiered -b missing node dilatator -b missing node morons -b missing node nirvana -b missing node cranially -b missing node motorings -b missing node forefingers -b missing node strangles -b missing node strangler -b missing node soreness -b missing node retarders -b missing node dismount -b missing node casteless -b missing node bossed -b missing node strangled -b missing node mutterers -b missing node medallion -b missing node bosses -b missing node dumbing -b missing node griffon -b missing node chartist -b missing node throat -b missing node cityward -b missing node futile -b missing node dustpan -b missing node terribly -b missing node raiding -b missing node overprice -b missing node graperies -b missing node terrible -b missing node turnovers -b missing node abolish -b missing node nonpolitically -b missing node beanballs -b missing node diastole -b missing node blinding -b missing node ensphered -b missing node wombier -b missing node northwestward -b missing node bishops -b missing node finochios -b missing node calciferous -b missing node enspheres -b missing node armorer -b missing node lusting -b missing node nonpossession -b missing node fathead -b missing node discountinuous -b missing node subdividing -b missing node dilapidation -b missing node stools -b missing node carbolic -b missing node inkstands -b missing node bridle -b missing node ickiest -b missing node swahili -b missing node armored -b missing node sheepherding -b missing node lustily -b missing node assignment -b missing node cuboids -b missing node olivines -b missing node ostmarks -b missing node remodels -b missing node quickened -b missing node throbs -b missing node requiring -b missing node radiuses -b missing node muralists -b missing node paisan -b missing node extirpations -b missing node sambas -b missing node gruff -b missing node gruel -b missing node ornately -b missing node vitiator -b missing node railroaders -b missing node baiter -b missing node baited -b missing node patriarchies -b missing node electrolytically -b missing node downtrodden -b missing node goosiest -b missing node charting -b missing node spookiest -b missing node dimities -b missing node incretory -b missing node caladiums -b missing node estuaries -b missing node ruggedly -b missing node joyous -b missing node lacewing -b missing node stoops -b missing node laddered -b missing node extremeness -b missing node beneath -b missing node inlands -b missing node medalling -b missing node wrestling -b missing node imperialism -b missing node olivinic -b missing node meseems -b missing node imperialist -b missing node ladens -b missing node wolfers -b missing node drawtube -b missing node ostium -b missing node executives -b missing node eleventh -b missing node oxidizable -b missing node bates -b missing node mischances -b missing node camden -b missing node paters -b missing node barrows -b missing node mahonia -b missing node undemonstrative -b missing node outgoing -b missing node bobtailed -b missing node interlocking -b missing node grubs -b missing node voiles -b missing node ditchers -b missing node nonpossessive -b missing node vestrymen -b missing node chirks -b missing node theologies -b missing node dirking -b missing node stalin -b missing node outset -b missing node lockboxes -b missing node displayed -b missing node betelnut -b missing node mustered -b missing node placement -b missing node debonairly -b missing node vinously -b missing node woodwinds -b missing node umteenth -b missing node taciturnity -b missing node gastronomically -b missing node bathe -b missing node wiriest -b missing node lustier -b missing node baths -b missing node landers -b missing node resolve -b missing node idiosyncracy -b missing node overturing -b missing node unadjustable -b missing node batik -b missing node aptnesses -b missing node laders -b missing node vitiated -b missing node lodicules -b missing node vitiates -b missing node kludges -b missing node cravingly -b missing node stoutening -b missing node patens -b missing node prophesying -b missing node patent -b missing node grievant -b missing node stalls -b missing node stooge -b missing node warping -b missing node dilapidating -b missing node aerodynamical -b missing node reascent -b missing node manacles -b missing node charactery -b missing node vestryman -b missing node dislocated -b missing node theologian -b missing node kludged -b missing node manacled -b missing node batch -b missing node dislocates -b missing node eccentrics -b missing node characters -b missing node chirps -b missing node visages -b missing node chirpy -b missing node imperceivable -b missing node visaged -b missing node idylists -b missing node confining -b missing node stalky -b missing node ruggeder -b missing node reascend -b missing node shrewdly -b missing node stalks -b missing node vialing -b missing node pancreatic -b missing node nonpartisans -b missing node dibbukim -b missing node bated -b missing node magentas -b missing node circularness -b missing node barmy -b missing node sexily -b missing node crypts -b missing node fertilely -b missing node wait -b missing node crypto -b missing node invalids -b missing node wain -b missing node conventing -b missing node wail -b missing node deliverables -b missing node photometry -b missing node boas -b missing node unidiomatically -b missing node boar -b missing node piqued -b missing node eclogues -b missing node waif -b missing node offshoots -b missing node stance -b missing node stanch -b missing node sourdoughs -b missing node periwigs -b missing node spectrograph -b missing node sexing -b missing node convention -b missing node smirches -b missing node debarks -b missing node swapping -b missing node topsails -b missing node blowups -b missing node penmanship -b missing node smithy -b missing node smirched -b missing node modality -b missing node jubile -b missing node barky -b missing node smiths -b missing node barks -b missing node dammers -b missing node coatrooms -b missing node boca -b missing node slopers -b missing node oscillometer -b missing node stockers -b missing node margraves -b missing node protectionists -b missing node toxemias -b missing node wags -b missing node misnumber -b missing node wage -b missing node laceration -b missing node deism -b missing node disowning -b missing node bock -b missing node deist -b missing node rearming -b missing node wishers -b missing node waft -b missing node ocurred -b missing node piquet -b missing node integer -b missing node piques -b missing node boat -b missing node senegal -b missing node guillotining -b missing node bobs -b missing node bairns -b missing node hookup -b missing node forever -b missing node loyalisms -b missing node barroom -b missing node stands -b missing node shrewder -b missing node dysenteries -b missing node spectrograms -b missing node body -b missing node petitioner -b missing node klutzes -b missing node demobilizing -b missing node modeller -b missing node ophidians -b missing node pimientos -b missing node disburdening -b missing node junctures -b missing node smites -b missing node smiter -b missing node tinselly -b missing node boer -b missing node baric -b missing node piecers -b missing node modelled -b missing node scoffingly -b missing node afghanistan -b missing node walt -b missing node popeyed -b missing node lacerative -b missing node coincidental -b missing node citric -b missing node reinsmen -b missing node submersing -b missing node bode -b missing node axletrees -b missing node skullcaps -b missing node ordains -b missing node petitionee -b missing node cupholder -b missing node petitioned -b missing node wale -b missing node deity -b missing node receptive -b missing node erasable -b missing node bods -b missing node walk -b missing node wall -b missing node barge -b missing node pirouetting -b missing node submersion -b missing node tragediennes -b missing node flairs -b missing node blandishers -b missing node enhance -b missing node barfs -b missing node wake -b missing node exchequers -b missing node bogy -b missing node precancerous -b missing node artist -b missing node burblier -b missing node pilgrimages -b missing node bogs -b missing node composites -b missing node inhibitive -b missing node singers -b missing node tattooers -b missing node disposer -b missing node boff -b missing node culinary -b missing node temblor -b missing node disposes -b missing node joisted -b missing node bares -b missing node throng -b missing node barer -b missing node throne -b missing node downtime -b missing node bridal -b missing node centralest -b missing node ontogenetic -b missing node spectrographic -b missing node potentiometer -b missing node disposed -b missing node guilelessly -b missing node rosiness -b missing node conductivities -b missing node netlike -b missing node dovetail -b missing node outhouses -b missing node unveils -b missing node telephoning -b missing node allured -b missing node pipeages -b missing node exercising -b missing node pelvics -b missing node allures -b missing node allurer -b missing node unguiltily -b missing node reinsman -b missing node tethered -b missing node affording -b missing node sexier -b missing node maidservants -b missing node erosive -b missing node imperiously -b missing node mawkishness -b missing node etchings -b missing node expansiveness -b missing node centrifuged -b missing node chuckled -b missing node dockyards -b missing node procurer -b missing node procures -b missing node evaluator -b missing node attune -b missing node brides -b missing node awfullest -b missing node procured -b missing node barre -b missing node centrifuges -b missing node crustacean -b missing node contorted -b missing node sailboats -b missing node cloggy -b missing node cudgeling -b missing node hucks -b missing node bootlaces -b missing node daybed -b missing node sinkages -b missing node equationally -b missing node supercargos -b missing node convoked -b missing node chignon -b missing node expatriation -b missing node convoker -b missing node convokes -b missing node sarcasms -b missing node adjourning -b missing node corselet -b missing node niggarding -b missing node lacerating -b missing node titbit -b missing node inhibition -b missing node caddishness -b missing node wadi -b missing node hogger -b missing node subphylum -b missing node wade -b missing node roughages -b missing node retractions -b missing node hogged -b missing node subverting -b missing node peins -b missing node bridge -b missing node wads -b missing node potsherds -b missing node orthopedic -b missing node grump -b missing node erosion -b missing node gumption -b missing node civilize -b missing node griffin -b missing node baron -b missing node wack -b missing node throes -b missing node sermonic -b missing node ultra -b missing node cyclized -b missing node adytum -b missing node reception -b missing node cyclizes -b missing node combustibility -b missing node modulatory -b missing node inhibiting -b missing node hemostat -b missing node modulators -b missing node barns -b missing node centrifugal -b missing node barny -b missing node grunt -b missing node artily -b missing node chelate -b missing node getter -b missing node braid -b missing node incisively -b missing node beseeming -b missing node coherence -b missing node marrowed -b missing node aurums -b missing node turning -b missing node yearlies -b missing node cerebration -b missing node friers -b missing node waxy -b missing node stamps -b missing node brain -b missing node bops -b missing node enlivening -b missing node brail -b missing node attenuations -b missing node severance -b missing node hookah -b missing node artier -b missing node builder -b missing node cerebrating -b missing node criticalness -b missing node congeries -b missing node diesels -b missing node negatrons -b missing node dinkum -b missing node geologers -b missing node rodding -b missing node hookas -b missing node gambolling -b missing node ways -b missing node builded -b missing node swizzler -b missing node born -b missing node swizzles -b missing node gnawing -b missing node expatriating -b missing node bort -b missing node bore -b missing node specializations -b missing node regressive -b missing node wavy -b missing node gospelers -b missing node bricky -b missing node brags -b missing node swizzled -b missing node displacement -b missing node sunglass -b missing node delightfulness -b missing node bricks -b missing node ingenuous -b missing node paired -b missing node boss -b missing node bosh -b missing node apnea -b missing node unlooked -b missing node overpraising -b missing node suppliable -b missing node coding -b missing node mislabels -b missing node brads -b missing node both -b missing node chablis -b missing node mausoleum -b missing node regencies -b missing node bikeway -b missing node sovran -b missing node acridness -b missing node chuckles -b missing node chuckler -b missing node photometer -b missing node braes -b missing node sopping -b missing node saltines -b missing node sitters -b missing node bract -b missing node kultur -b missing node civility -b missing node disbursements -b missing node bout -b missing node picketers -b missing node furnacing -b missing node mortisers -b missing node gamier -b missing node disports -b missing node operas -b missing node turnips -b missing node unmingling -b missing node voyaged -b missing node iterate -b missing node interlards -b missing node civilise -b missing node brace -b missing node desirers -b missing node voyager -b missing node chitties -b missing node fearful -b missing node voyages -b missing node formalities -b missing node bowl -b missing node unrhythmic -b missing node spaniel -b missing node bows -b missing node crappiest -b missing node responsively -b missing node discovering -b missing node citrus -b missing node tensionless -b missing node spurrers -b missing node coherency -b missing node impetuous -b missing node reemerge -b missing node pretzel -b missing node juryless -b missing node modally -b missing node nuncio -b missing node hedgerows -b missing node bases -b missing node regression -b missing node ribbers -b missing node cerebellums -b missing node baser -b missing node debased -b missing node undertones -b missing node slubbering -b missing node intimate -b missing node yearling -b missing node idiomatic -b missing node brokerly -b missing node quoined -b missing node flattener -b missing node despoliations -b missing node impalpably -b missing node boil -b missing node traced -b missing node ward -b missing node ware -b missing node flattened -b missing node defusing -b missing node debaser -b missing node debases -b missing node loyalists -b missing node petitional -b missing node tinseled -b missing node mounters -b missing node tracer -b missing node traces -b missing node crimsoned -b missing node wang -b missing node wane -b missing node wand -b missing node impalpable -b missing node boston -b missing node disposal -b missing node sailing -b missing node regressing -b missing node synapsis -b missing node want -b missing node feebler -b missing node westernizing -b missing node dialyse -b missing node inexpertly -b missing node dinettes -b missing node brans -b missing node magnanimity -b missing node negritude -b missing node reoccurrences -b missing node spectrographer -b missing node cupboard -b missing node brand -b missing node bravos -b missing node based -b missing node paddles -b missing node bolt -b missing node paddler -b missing node joysticks -b missing node dialyze -b missing node bolo -b missing node watt -b missing node complots -b missing node wats -b missing node gratins -b missing node codify -b missing node rasters -b missing node centerfold -b missing node repressible -b missing node bole -b missing node bold -b missing node bola -b missing node grating -b missing node boll -b missing node seltzer -b missing node waul -b missing node thrown -b missing node hooker -b missing node citron -b missing node hookey -b missing node tailspin -b missing node flails -b missing node throws -b missing node hooked -b missing node occlusal -b missing node indebted -b missing node bomb -b missing node wave -b missing node subclass -b missing node gobbing -b missing node friend -b missing node branders -b missing node scrotal -b missing node warn -b missing node bons -b missing node thoughtfulness -b missing node spurreys -b missing node warm -b missing node beldam -b missing node wark -b missing node preciousness -b missing node wart -b missing node bony -b missing node orchestra -b missing node sexist -b missing node braky -b missing node throve -b missing node wars -b missing node warp -b missing node bond -b missing node synapses -b missing node bona -b missing node crouching -b missing node bong -b missing node baptistery -b missing node wary -b missing node bone -b missing node wash -b missing node guiltlessly -b missing node bono -b missing node brake -b missing node orangeades -b missing node boor -b missing node critiquing -b missing node boos -b missing node boot -b missing node oscillometry -b missing node wasp -b missing node indescribabilities -b missing node rotative -b missing node recelebrate -b missing node wast -b missing node sexism -b missing node boob -b missing node notating -b missing node discoveries -b missing node paddled -b missing node book -b missing node boom -b missing node basal -b missing node boon -b missing node adjourns -b missing node reassembly -b missing node fetishist -b missing node unsaddles -b missing node bright -b missing node fineries -b missing node tranquillizing -b missing node trifurcating -b missing node nonproportionally -b missing node anthracite -b missing node overcapitalizing -b missing node unsaddled -b missing node harlotries -b missing node redrilled -b missing node ribbier -b missing node bubbliest -b missing node camber -b missing node reassemble -b missing node intelligence -b missing node trifurcation -b missing node thyroidal -b missing node softwoods -b missing node procreator -b missing node opening -b missing node fetishism -b missing node attemptable -b missing node spheroids -b missing node slanted -b missing node baulk -b missing node congruencies -b missing node optative -b missing node refrain -b missing node piranhas -b missing node tidewaters -b missing node aviation -b missing node democratical -b missing node merriment -b missing node chamber -b missing node wizes -b missing node padlocked -b missing node hoyle -b missing node uncivilized -b missing node wizen -b missing node elastomeric -b missing node gratify -b missing node censorial -b missing node recantations -b missing node merengues -b missing node flambeing -b missing node gratias -b missing node discreet -b missing node stationing -b missing node ulcers -b missing node exhorts -b missing node aviating -b missing node whitecap -b missing node auspices -b missing node paperer -b missing node component -b missing node papered -b missing node permissions -b missing node traversal -b missing node friday -b missing node shawnees -b missing node immobilizes -b missing node immobilizer -b missing node underrating -b missing node immobilized -b missing node maturations -b missing node protonic -b missing node orator -b missing node cambia -b missing node somewhats -b missing node slinking -b missing node newsreels -b missing node incorruptibilities -b missing node tendering -b missing node paraplegic -b missing node chitin -b missing node slinkily -b missing node presagers -b missing node paraplegia -b missing node poshest -b missing node chitters -b missing node activity -b missing node corporately -b missing node sightseeing -b missing node persists -b missing node viewed -b missing node lacings -b missing node tracks -b missing node snippiest -b missing node viewer -b missing node gigantism -b missing node minimized -b missing node somehow -b missing node steerable -b missing node package -b missing node hinterland -b missing node resolutely -b missing node traversed -b missing node impregnability -b missing node minimizes -b missing node minimizer -b missing node pentagonally -b missing node reencountered -b missing node voluntary -b missing node chlorous -b missing node debrided -b missing node pediatric -b missing node activist -b missing node monetizes -b missing node activism -b missing node pointed -b missing node genitives -b missing node gentling -b missing node monetized -b missing node reprimanding -b missing node pointer -b missing node pointes -b missing node miscopy -b missing node autopilot -b missing node budless -b missing node specters -b missing node aeration -b missing node caviler -b missing node cyphered -b missing node shintoist -b missing node salamanders -b missing node orated -b missing node suttees -b missing node caviled -b missing node vialled -b missing node lacrosse -b missing node hazings -b missing node aerating -b missing node accompanists -b missing node ribbing -b missing node traverses -b missing node traverser -b missing node shintoism -b missing node jargonizing -b missing node blinkered -b missing node inanimateness -b missing node arbutuses -b missing node ordurous -b missing node roguishly -b missing node orates -b missing node witchier -b missing node equipoises -b missing node teletypists -b missing node instinctual -b missing node iterant -b missing node sequestrator -b missing node mudsills -b missing node emboweling -b missing node addendum -b missing node crystalloid -b missing node dinned -b missing node casking -b missing node dinner -b missing node cornrows -b missing node slinkier -b missing node unseemly -b missing node funguses -b missing node conceivability -b missing node sepals -b missing node politician -b missing node glyptics -b missing node addedly -b missing node airworthier -b missing node unromantic -b missing node reframe -b missing node censoring -b missing node arsenic -b missing node unlatched -b missing node courtlier -b missing node tracts -b missing node mormon -b missing node stomps -b missing node nighs -b missing node crispened -b missing node malaises -b missing node night -b missing node sleeveless -b missing node unlatches -b missing node bromate -b missing node giveaway -b missing node daystar -b missing node winked -b missing node reemphases -b missing node ameliorates -b missing node clerklier -b missing node camass -b missing node webs -b missing node winker -b missing node idiocies -b missing node monstrous -b missing node scriptures -b missing node brawls -b missing node ameliorated -b missing node polluted -b missing node demob -b missing node tenderize -b missing node unobtrusively -b missing node hassels -b missing node stanza -b missing node demon -b missing node nihil -b missing node expensiveness -b missing node demos -b missing node dustrag -b missing node damming -b missing node swarthy -b missing node apostrophic -b missing node pheromone -b missing node brawny -b missing node organizing -b missing node cortices -b missing node decentralist -b missing node preconcealment -b missing node vagrom -b missing node freshening -b missing node decentralism -b missing node weds -b missing node substantially -b missing node proclerical -b missing node brawns -b missing node inadequacies -b missing node weed -b missing node unbearing -b missing node disorients -b missing node polluter -b missing node pollutes -b missing node cyprus -b missing node weep -b missing node disestablishing -b missing node ween -b missing node fearers -b missing node week -b missing node propensity -b missing node apostrophes -b missing node skillful -b missing node jinglier -b missing node tyrannize -b missing node claques -b missing node dolefully -b missing node tomfools -b missing node rowdiest -b missing node trinketed -b missing node schmaltz -b missing node torchere -b missing node sisterhoods -b missing node reemphasis -b missing node engender -b missing node heightened -b missing node flogging -b missing node meaningless -b missing node quadriceps -b missing node scrawlier -b missing node avariciously -b missing node outstripping -b missing node menials -b missing node witching -b missing node penumbra -b missing node legists -b missing node gracefully -b missing node congolese -b missing node cortical -b missing node comtes -b missing node sagiest -b missing node ovality -b missing node testatrixes -b missing node rednecks -b missing node yearlings -b missing node districted -b missing node verminous -b missing node learner -b missing node sophistic -b missing node contaminations -b missing node learned -b missing node wean -b missing node weak -b missing node weal -b missing node demit -b missing node wear -b missing node quavering -b missing node uninterruptedly -b missing node dreidls -b missing node ravingly -b missing node unbuttoning -b missing node hunchbacked -b missing node auntliest -b missing node allottees -b missing node pintsize -b missing node intercessional -b missing node refract -b missing node overexerting -b missing node burbling -b missing node cutesier -b missing node balloons -b missing node coastal -b missing node ogres -b missing node reputability -b missing node winkle -b missing node nimrods -b missing node desalinize -b missing node congeal -b missing node schmalzy -b missing node bosuns -b missing node transpose -b missing node egoism -b missing node congeed -b missing node atlantic -b missing node storylines -b missing node egoist -b missing node phrenetic -b missing node ticktocked -b missing node rehydrate -b missing node transport -b missing node monoplane -b missing node grackles -b missing node arbours -b missing node artery -b missing node despise -b missing node lavaliere -b missing node telephoners -b missing node spoonerisms -b missing node warmonger -b missing node parkings -b missing node evaluated -b missing node decelerates -b missing node tossed -b missing node unended -b missing node decentralize -b missing node vocally -b missing node lavaliers -b missing node weensiest -b missing node discrete -b missing node acuities -b missing node decelerated -b missing node evaluates -b missing node bassinet -b missing node salinize -b missing node despite -b missing node demur -b missing node attorneys -b missing node polariscopic -b missing node racketeers -b missing node piggiest -b missing node disinclining -b missing node scriptural -b missing node nautilus -b missing node softening -b missing node footsore -b missing node jingling -b missing node preascertainment -b missing node israelite -b missing node cinctured -b missing node roundelays -b missing node appealingly -b missing node coaster -b missing node chiton -b missing node puttying -b missing node onside -b missing node cudgelled -b missing node nuttiness -b missing node penates -b missing node congees -b missing node scrawling -b missing node acrylics -b missing node steepness -b missing node extensiveness -b missing node maladroitness -b missing node catchups -b missing node unsnarls -b missing node cautionary -b missing node salinity -b missing node capitols -b missing node censoriousness -b missing node sophistry -b missing node traded -b missing node boches -b missing node cinctures -b missing node coasted -b missing node trades -b missing node interjectory -b missing node trader -b missing node interjectors -b missing node overrode -b missing node dolours -b missing node keyword -b missing node dreidel -b missing node tibetan -b missing node commissioned -b missing node vocalic -b missing node boringly -b missing node fridge -b missing node repealable -b missing node commissioner -b missing node circularizing -b missing node slogans -b missing node stepsisters -b missing node college -b missing node governorships -b missing node amplifiable -b missing node banqueting -b missing node flourishes -b missing node chemical -b missing node slyboots -b missing node mezzos -b missing node randomizing -b missing node flourished -b missing node traditionalized -b missing node bumboats -b missing node trowelers -b missing node cypres -b missing node woozily -b missing node fracases -b missing node matrimony -b missing node flagon -b missing node bluegrass -b missing node nonstaining -b missing node repertories -b missing node decelerator -b missing node financed -b missing node ordainers -b missing node triglyceride -b missing node maroons -b missing node finances -b missing node impenitently -b missing node liveryman -b missing node oncologies -b missing node dinning -b missing node quislings -b missing node jaywalked -b missing node nifty -b missing node coffeepots -b missing node extrinsic -b missing node tyrannies -b missing node administrational -b missing node succor -b missing node suzuki -b missing node jaywalker -b missing node shabbily -b missing node staple -b missing node handsome -b missing node weakhearted -b missing node debriefs -b missing node proconsulate -b missing node sendoffs -b missing node excelled -b missing node pailsful -b missing node inconsiderately -b missing node depends -b missing node magicians -b missing node transponder -b missing node abbess -b missing node misnumbers -b missing node schismatize -b missing node installments -b missing node rehung -b missing node soapworts -b missing node collect -b missing node repertorial -b missing node microbuses -b missing node distorters -b missing node ballute -b missing node evacuee -b missing node limitable -b missing node chisel -b missing node sumptuousness -b missing node liverymen -b missing node smirch -b missing node braceros -b missing node intriguers -b missing node members -b missing node baton -b missing node spoilages -b missing node staphs -b missing node conducers -b missing node sequiturs -b missing node tosser -b missing node impoverishing -b missing node tosses -b missing node illuminators -b missing node allotters -b missing node colleen -b missing node schmeered -b missing node nervosities -b missing node morbidities -b missing node touchingly -b missing node tossup -b missing node alexia -b missing node ascendable -b missing node pacesetting -b missing node congest -b missing node wattages -b missing node batts -b missing node cliff -b missing node clift -b missing node collating -b missing node gouramis -b missing node batty -b missing node transgress -b missing node arthritics -b missing node delay -b missing node fastest -b missing node unprized -b missing node webfooted -b missing node phonemic -b missing node deles -b missing node valorem -b missing node gradually -b missing node click -b missing node deled -b missing node tetrads -b missing node stapes -b missing node misquotation -b missing node bulgaria -b missing node revisory -b missing node rollickingly -b missing node revisors -b missing node peggy -b missing node bookmaking -b missing node turnbuckles -b missing node oratrices -b missing node congers -b missing node inhalers -b missing node woolliest -b missing node deadliest -b missing node unarticulated -b missing node dolorous -b missing node holsteins -b missing node versatile -b missing node fastens -b missing node eclectic -b missing node caltraps -b missing node unfits -b missing node homework -b missing node euphonious -b missing node tundras -b missing node stillborn -b missing node smirks -b missing node skivvies -b missing node goffered -b missing node doloroso -b missing node brayed -b missing node blur -b missing node impetigo -b missing node collation -b missing node whacks -b missing node obtainers -b missing node zodiac -b missing node brayer -b missing node nausea -b missing node stunting -b missing node balsams -b missing node smirky -b missing node allotropism -b missing node laboratorially -b missing node whacky -b missing node confluences -b missing node mimesis -b missing node blue -b missing node peakedness -b missing node forceless -b missing node jibber -b missing node crinkling -b missing node doglegs -b missing node advisable -b missing node prefabricated -b missing node wildfowl -b missing node amours -b missing node bulldozer -b missing node bulldozes -b missing node commiserations -b missing node animaters -b missing node demagogues -b missing node bedraggled -b missing node centerfolds -b missing node mimetic -b missing node trephine -b missing node briery -b missing node cline -b missing node acrobatics -b missing node cling -b missing node excreting -b missing node overprints -b missing node alternates -b missing node clink -b missing node unusualness -b missing node jibbed -b missing node transepts -b missing node briers -b missing node prefabricates -b missing node alternated -b missing node climb -b missing node loanwords -b missing node raters -b missing node brought -b missing node bluebook -b missing node excretion -b missing node clime -b missing node delly -b missing node bedraggles -b missing node dells -b missing node laddie -b missing node rockabies -b missing node crystalloidal -b missing node tribade -b missing node blossomed -b missing node voluntarily -b missing node preconsideration -b missing node unadjourned -b missing node stedhorses -b missing node hydrogenation -b missing node gymkhana -b missing node fished -b missing node modeling -b missing node voodooism -b missing node idolatries -b missing node arsenal -b missing node receptions -b missing node allegement -b missing node collets -b missing node amount -b missing node drained -b missing node spectrogram -b missing node outranging -b missing node respells -b missing node hydrogenating -b missing node grinned -b missing node delft -b missing node drainer -b missing node slatterns -b missing node mysteries -b missing node sequestrated -b missing node tombing -b missing node redrilling -b missing node schoolmistresses -b missing node nodule -b missing node vaporizers -b missing node uproariously -b missing node unsociable -b missing node jewelers -b missing node unsociably -b missing node effeminacy -b missing node phonemes -b missing node grandness -b missing node delhi -b missing node sequestrates -b missing node ladder -b missing node sawing -b missing node pinheads -b missing node provides -b missing node tenuously -b missing node provider -b missing node pathos -b missing node grinner -b missing node broguery -b missing node vandalization -b missing node henpecking -b missing node skillets -b missing node delis -b missing node reabsorbs -b missing node provided -b missing node sandalwood -b missing node quicks -b missing node quarrelled -b missing node progressives -b missing node artful -b missing node pocketed -b missing node voodooing -b missing node sarcastic -b missing node clangoring -b missing node defensibly -b missing node apparitions -b missing node quarreller -b missing node legitimated -b missing node nonconsecutive -b missing node crinklier -b missing node flaggy -b missing node woozier -b missing node concubinage -b missing node journals -b missing node interning -b missing node belays -b missing node delta -b missing node peculators -b missing node chalkiest -b missing node abbeys -b missing node defensible -b missing node mahomet -b missing node rotations -b missing node retrogressively -b missing node viewpoint -b missing node skunking -b missing node brasserie -b missing node suspensory -b missing node objectivity -b missing node wastes -b missing node waster -b missing node landfills -b missing node unendurable -b missing node prescore -b missing node mulishness -b missing node stoned -b missing node southern -b missing node wasted -b missing node unsuspecting -b missing node suspenders -b missing node southers -b missing node delve -b missing node stoney -b missing node privation -b missing node halvahs -b missing node shabbier -b missing node bauds -b missing node unpainted -b missing node pocketer -b missing node stones -b missing node unendurably -b missing node stoner -b missing node oviposits -b missing node preelection -b missing node spilled -b missing node ugandans -b missing node seedcakes -b missing node physiologists -b missing node tipsiness -b missing node incarnadining -b missing node fishes -b missing node fisher -b missing node spiller -b missing node jailbreaker -b missing node producing -b missing node reobtain -b missing node misalliance -b missing node relettered -b missing node crewing -b missing node restuffs -b missing node depressionary -b missing node clipt -b missing node pervaders -b missing node clips -b missing node dithers -b missing node dithery -b missing node rulings -b missing node impoverish -b missing node reliant -b missing node durndest -b missing node besotted -b missing node repertoire -b missing node spanker -b missing node groundling -b missing node spanked -b missing node strategy -b missing node attractant -b missing node maenads -b missing node gadgets -b missing node wraiths -b missing node gadgety -b missing node pintoes -b missing node ulvas -b missing node bulldozed -b missing node kibitzing -b missing node patentors -b missing node unclothing -b missing node chambermaid -b missing node pulpital -b missing node aquarists -b missing node overroast -b missing node relativeness -b missing node diapering -b missing node temperaments -b missing node attraction -b missing node etymologies -b missing node whiteys -b missing node yetis -b missing node smudges -b missing node forerun -b missing node convocation -b missing node nigritude -b missing node potsies -b missing node dismaying -b missing node attracting -b missing node pense -b missing node workbooks -b missing node cattiness -b missing node nonpoetic -b missing node satoris -b missing node gamely -b missing node opossums -b missing node skoals -b missing node ministers -b missing node winish -b missing node inspirationally -b missing node overpricing -b missing node moralizing -b missing node polygraphs -b missing node precleaned -b missing node gringos -b missing node smudged -b missing node anorectic -b missing node acrostically -b missing node ensembles -b missing node phonological -b missing node obviators -b missing node reabsorbing -b missing node scalping -b missing node forfends -b missing node howdy -b missing node prestamp -b missing node attrib -b missing node brazil -b missing node lastingly -b missing node landowner -b missing node fletching -b missing node predict -b missing node cryptograms -b missing node sheerness -b missing node howes -b missing node inalienable -b missing node gouger -b missing node insemination -b missing node settings -b missing node swellest -b missing node gouges -b missing node quivered -b missing node untouched -b missing node cathexes -b missing node witch -b missing node chives -b missing node unbridged -b missing node cashable -b missing node consultations -b missing node tuppenny -b missing node basified -b missing node magnetizing -b missing node unattested -b missing node titers -b missing node incomings -b missing node sitars -b missing node inalienably -b missing node gobbled -b missing node alternator -b missing node cordially -b missing node handgrip -b missing node quiverer -b missing node gouged -b missing node gobbler -b missing node gobbles -b missing node therewith -b missing node distractions -b missing node polecats -b missing node schnooks -b missing node validations -b missing node evinced -b missing node creativity -b missing node drugstores -b missing node imploding -b missing node offensively -b missing node foxiest -b missing node carrions -b missing node musically -b missing node evinces -b missing node flockings -b missing node academical -b missing node swizzle -b missing node vestigial -b missing node espousing -b missing node childishly -b missing node belfry -b missing node sprightly -b missing node stratifying -b missing node etherify -b missing node describers -b missing node duffels -b missing node requirers -b missing node gamest -b missing node cathexis -b missing node illogic -b missing node penis -b missing node hassled -b missing node restatements -b missing node railroading -b missing node cappers -b missing node bloodtest -b missing node prestigiously -b missing node alabaster -b missing node hassles -b missing node criterion -b missing node gamete -b missing node regressors -b missing node embattling -b missing node brokenly -b missing node whitest -b missing node howls -b missing node basifies -b missing node internist -b missing node basifier -b missing node chillers -b missing node stashed -b missing node unrated -b missing node scummiest -b missing node abhorrence -b missing node wists -b missing node slaughterers -b missing node stashes -b missing node cesarean -b missing node chillest -b missing node inseminating -b missing node splashing -b missing node moonrises -b missing node premeditate -b missing node atmospherically -b missing node bassists -b missing node crossbow -b missing node recapitulated -b missing node reexamination -b missing node remodify -b missing node allomorphism -b missing node retarding -b missing node precontriving -b missing node barbital -b missing node penna -b missing node cryptograph -b missing node headstone -b missing node mutton -b missing node welters -b missing node futilely -b missing node loggerheads -b missing node blab -b missing node granulose -b missing node ethnics -b missing node interlocutresses -b missing node vaguer -b missing node recapitulates -b missing node blat -b missing node outwit -b missing node penny -b missing node blah -b missing node papering -b missing node colures -b missing node rebuffs -b missing node stodginess -b missing node defog -b missing node paddock -b missing node azimuthal -b missing node ireful -b missing node foresaw -b missing node infidelity -b missing node relevant -b missing node baldric -b missing node clambake -b missing node accomplices -b missing node vantages -b missing node marketwise -b missing node brazed -b missing node brazee -b missing node brazes -b missing node brazer -b missing node skylab -b missing node tuppence -b missing node brazen -b missing node thoughtless -b missing node wining -b missing node inequality -b missing node embarrassing -b missing node blew -b missing node arizonan -b missing node mortis -b missing node studiousness -b missing node bled -b missing node respiring -b missing node flintily -b missing node predesignating -b missing node compressor -b missing node palliation -b missing node predesignation -b missing node dissolutive -b missing node saharan -b missing node embowered -b missing node footsies -b missing node commoner -b missing node winier -b missing node monstrosities -b missing node wolfing -b missing node deferred -b missing node bedgown -b missing node inflictor -b missing node prosthetic -b missing node foresee -b missing node granulation -b missing node anteing -b missing node eyepiece -b missing node serigraphs -b missing node remodel -b missing node etherize -b missing node tennessee -b missing node flinting -b missing node spicers -b missing node combustively -b missing node fantasists -b missing node phenotypical -b missing node fixities -b missing node spicery -b missing node hominoids -b missing node nines -b missing node deferrer -b missing node granulating -b missing node duffers -b missing node etymologist -b missing node eliminations -b missing node serigraphy -b missing node eyebeams -b missing node withdrawn -b missing node burdening -b missing node keesters -b missing node withdraws -b missing node inceptive -b missing node blip -b missing node ocotillos -b missing node unwarranted -b missing node heartening -b missing node oxygenate -b missing node mortem -b missing node lugubriousness -b missing node severities -b missing node intercession -b missing node orange -b missing node intestate -b missing node chivvy -b missing node repapered -b missing node isomerizing -b missing node cudgelers -b missing node orangs -b missing node doomsday -b missing node geosyncline -b missing node cloak -b missing node revetment -b missing node assuages -b missing node orangy -b missing node spanner -b missing node askings -b missing node wisps -b missing node keester -b missing node wispy -b missing node flatcars -b missing node unusual -b missing node tryouts -b missing node pilgrim -b missing node multiple -b missing node spanned -b missing node obstructer -b missing node unperceptively -b missing node refurbishment -b missing node grouchier -b missing node multiply -b missing node turnoff -b missing node livingly -b missing node obstructed -b missing node deferral -b missing node assuaged -b missing node dissolution -b missing node palliating -b missing node historical -b missing node wolfish -b missing node mortal -b missing node masquerade -b missing node communicatively -b missing node inferring -b missing node moveability -b missing node mortar -b missing node seedbeds -b missing node wiser -b missing node wises -b missing node axons -b missing node warpers -b missing node singing -b missing node doubters -b missing node krone -b missing node celebrities -b missing node krona -b missing node wised -b missing node funkiest -b missing node deplorably -b missing node machetes -b missing node axone -b missing node grievers -b missing node ambience -b missing node negotiatress -b missing node horological -b missing node deplorable -b missing node legitimizes -b missing node albacores -b missing node legitimizer -b missing node intestacy -b missing node etherish -b missing node hairpieces -b missing node denominators -b missing node ninon -b missing node soleplate -b missing node instillment -b missing node legitimized -b missing node agrarians -b missing node stoker -b missing node stokes -b missing node observation -b missing node mutter -b missing node specificated -b missing node poloists -b missing node stoked -b missing node wrought -b missing node flintier -b missing node hayfields -b missing node shortening -b missing node ninny -b missing node interreligious -b missing node sloping -b missing node gunplays -b missing node alliteratively -b missing node unicamerally -b missing node mattings -b missing node intrusts -b missing node bottoming -b missing node forests -b missing node excrescences -b missing node wholisms -b missing node unsought -b missing node obstructor -b missing node geoscientists -b missing node accessorily -b missing node ninth -b missing node dowdiest -b missing node employments -b missing node flanks -b missing node ditching -b missing node musicales -b missing node blot -b missing node logrolls -b missing node astonishments -b missing node railways -b missing node resealed -b missing node irene -b missing node degas -b missing node wishy -b missing node grouchily -b missing node landing -b missing node embarred -b missing node blow -b missing node flyweights -b missing node pictograph -b missing node enormousness -b missing node flavorings -b missing node blob -b missing node palliative -b missing node bloc -b missing node underclad -b missing node grouching -b missing node fireplug -b missing node brazening -b missing node benefit -b missing node allegorically -b missing node caviar -b missing node paradoxically -b missing node deeps -b missing node ogled -b missing node onagers -b missing node focalize -b missing node bermuda -b missing node sinning -b missing node mutinously -b missing node carbines -b missing node benefic -b missing node protein -b missing node decodings -b missing node lakeport -b missing node inflection -b missing node clonk -b missing node bigfoot -b missing node clone -b missing node commentator -b missing node riffling -b missing node unpatriotically -b missing node observational -b missing node mandibular -b missing node wrestlers -b missing node clomp -b missing node arbors -b missing node contingency -b missing node deathlessly -b missing node delusional -b missing node capriciously -b missing node ripeners -b missing node allegiant -b missing node clomb -b missing node deers -b missing node braider -b missing node exhaustion -b missing node playthings -b missing node flange -b missing node contingence -b missing node reshowing -b missing node condensate -b missing node reconfirm -b missing node braided -b missing node cummers -b missing node stairs -b missing node treeless -b missing node maritally -b missing node obnoxiety -b missing node buxomer -b missing node banjo -b missing node mockeries -b missing node ripeness -b missing node nighttimes -b missing node goggly -b missing node nonstop -b missing node teacups -b missing node hooper -b missing node ogles -b missing node syllogisms -b missing node ogler -b missing node apish -b missing node ceaseless -b missing node bolster -b missing node goggle -b missing node shegetz -b missing node hooped -b missing node heedlessness -b missing node banks -b missing node cavies -b missing node breed -b missing node rechecks -b missing node sylph -b missing node chunkiness -b missing node close -b missing node dayfly -b missing node zabaiones -b missing node magnolia -b missing node brede -b missing node laccoliths -b missing node protege -b missing node shortstop -b missing node overcharge -b missing node abdicable -b missing node exhausting -b missing node bracelet -b missing node buxomly -b missing node armadillo -b missing node gimbals -b missing node pederasties -b missing node gambolled -b missing node retrains -b missing node centralist -b missing node aping -b missing node nettliest -b missing node indictment -b missing node england -b missing node entreaties -b missing node centralism -b missing node oversupply -b missing node clops -b missing node insurgencies -b missing node civilest -b missing node outproduce -b missing node fraction -b missing node uncross -b missing node inclosing -b missing node accessories -b missing node inflicted -b missing node sporing -b missing node impressionis -b missing node systemic -b missing node bream -b missing node bangs -b missing node inflicter -b missing node ballasts -b missing node mounties -b missing node bands -b missing node relevantly -b missing node inception -b missing node ostler -b missing node repatriation -b missing node unfounded -b missing node protean -b missing node amative -b missing node virility -b missing node break -b missing node brainstorms -b missing node fecund -b missing node bread -b missing node proteas -b missing node banes -b missing node jukeboxes -b missing node shiftless -b missing node flexible -b missing node morrow -b missing node baned -b missing node centrality -b missing node unsafely -b missing node sitting -b missing node flexibly -b missing node bandy -b missing node winterkill -b missing node papistry -b missing node sonnet -b missing node sanserifs -b missing node cloche -b missing node protect -b missing node audiology -b missing node boweries -b missing node dawdling -b missing node banteringly -b missing node clods -b missing node roebucks -b missing node banco -b missing node turnabout -b missing node clock -b missing node rallying -b missing node shipowner -b missing node resettling -b missing node enlighten -b missing node betokened -b missing node cooncan -b missing node hosannas -b missing node sallowly -b missing node gerbils -b missing node arbour -b missing node windswept -b missing node cicatrized -b missing node pettifog -b missing node turbos -b missing node turbot -b missing node centralize -b missing node rallyist -b missing node duodecimals -b missing node alluvia -b missing node revolve -b missing node projecting -b missing node remittals -b missing node exhaustive -b missing node banal -b missing node roisterer -b missing node godchildren -b missing node disassemble -b missing node deems -b missing node wolverines -b missing node disassembly -b missing node unfailingly -b missing node erections -b missing node cordoba -b missing node companionway -b missing node captivate -b missing node deejays -b missing node projection -b missing node circumscribe -b missing node oceangoing -b missing node entreating -b missing node roistered -b missing node foreran -b missing node mounting -b missing node surprizing -b missing node nimbi -b missing node hovel -b missing node repatriating -b missing node pakistanis -b missing node concatenates -b missing node untraced -b missing node morris -b missing node outraging -b missing node putrescent -b missing node syllabifies -b missing node hover -b missing node inflecting -b missing node leaguered -b missing node ponderousness -b missing node incepting -b missing node revolts -b missing node clogs -b missing node concatenated -b missing node nonobservance -b missing node rhomb -b missing node taxiway -b missing node untrodden -b missing node syllabified -b missing node whitely -b missing node pends -b missing node slipped -b missing node stockade -b missing node movable -b missing node divulging -b missing node retrospect -b missing node henchmen -b missing node remodifying -b missing node windowed -b missing node cadillacs -b missing node raptest -b missing node revindicating -b missing node slipper -b missing node unsafety -b missing node activating -b missing node logarithms -b missing node available -b missing node gypsied -b missing node synthetically -b missing node graveyard -b missing node revindication -b missing node cancans -b missing node veiledly -b missing node stereochemistry -b missing node webster -b missing node expositions -b missing node explosive -b missing node prostheses -b missing node pejoratively -b missing node defer -b missing node enchainments -b missing node pence -b missing node brevi -b missing node gypsies -b missing node breve -b missing node frenchwomen -b missing node projectile -b missing node coliform -b missing node religiously -b missing node crossarm -b missing node graduands -b missing node brews -b missing node penal -b missing node reclaim -b missing node jarsful -b missing node henchman -b missing node worships -b missing node redetermined -b missing node morsel -b missing node feathering -b missing node sallower -b missing node dilatants -b missing node saltires -b missing node reincurring -b missing node inwrapped -b missing node redetermines -b missing node cannibal -b missing node rosining -b missing node anomalies -b missing node specificized -b missing node clapped -b missing node tryst -b missing node aviators -b missing node explosion -b missing node dustups -b missing node bedrolls -b missing node gaucherie -b missing node crinkle -b missing node prosthesis -b missing node photographs -b missing node reheated -b missing node chugged -b missing node clapper -b missing node photography -b missing node whitens -b missing node paperboys -b missing node artichokes -b missing node chugger -b missing node reheater -b missing node supersexes -b missing node frenchwoman -b missing node biparental -b missing node penes -b missing node eyecups -b missing node turbid -b missing node stagflation -b missing node movably -b missing node nepotistical -b missing node clocks -b missing node misunderstanding -b missing node wordprocessors -b missing node firebirds -b missing node fanlights -b missing node crinkly -b missing node shyly -b missing node turbit -b missing node dismemberments -b missing node blandisher -b missing node blandishes -b missing node blandished -b missing node clout -b missing node cordons -b missing node inexact -b missing node ownable -b missing node disbosom -b missing node jibingly -b missing node unstrained -b missing node advertent -b missing node birder -b missing node clove -b missing node uninclosed -b missing node birded -b missing node alphameric -b missing node complementing -b missing node bantu -b missing node unbrotherly -b missing node badgering -b missing node carpeting -b missing node clown -b missing node gelders -b missing node endozoic -b missing node purveying -b missing node seignior -b missing node bucksaws -b missing node nudities -b missing node cloth -b missing node spermous -b missing node stoles -b missing node brent -b missing node showcasing -b missing node pockets -b missing node wired -b missing node stolen -b missing node rapports -b missing node clots -b missing node seascape -b missing node drovers -b missing node zombies -b missing node prattle -b missing node fragmental -b missing node oversides -b missing node skywriters -b missing node afternoons -b missing node cloud -b missing node willfulness -b missing node cloys -b missing node dempster -b missing node puristic -b missing node gallamine -b missing node answers -b missing node divulger -b missing node divulges -b missing node apium -b missing node grabbiest -b missing node carmakers -b missing node diarrhea -b missing node divulged -b missing node copperplate -b missing node ironworker -b missing node wires -b missing node wirer -b missing node fetishistic -b missing node birdie -b missing node demanders -b missing node inclusively -b missing node yeses -b missing node crossbar -b missing node megavolt -b missing node swappers -b missing node embowelled -b missing node defat -b missing node miniscule -b missing node dancing -b missing node potshot -b missing node pinsetters -b missing node shyer -b missing node remuneratively -b missing node preamplifier -b missing node cesium -b missing node denudation -b missing node webbings -b missing node activation -b missing node banns -b missing node moorland -b missing node turban -b missing node wishing -b missing node stains -b missing node linotype -b missing node stolid -b missing node howsoever -b missing node complaisance -b missing node fragmented -b missing node fishwives -b missing node dolores -b missing node sitcom -b missing node trijets -b missing node bechamel -b missing node opener -b missing node softeners -b missing node coiling -b missing node chequering -b missing node resolutive -b missing node squirters -b missing node buxomest -b missing node dramamine -b missing node rehearse -b missing node minnow -b missing node receivables -b missing node outbids -b missing node debutants -b missing node pettiest -b missing node opened -b missing node overthrowing -b missing node animation -b missing node stationers -b missing node biddings -b missing node loading -b missing node bossisms -b missing node mendelevium -b missing node stationery -b missing node bite -b missing node careens -b missing node flambe -b missing node alteratively -b missing node wived -b missing node aphis -b missing node resurfacing -b missing node pelts -b missing node wiver -b missing node globularity -b missing node wives -b missing node squelchy -b missing node unexciting -b missing node whither -b missing node villous -b missing node kuchens -b missing node debutante -b missing node lizard -b missing node jewelries -b missing node historians -b missing node mikados -b missing node reassume -b missing node gears -b missing node copals -b missing node portionless -b missing node bird -b missing node circularizers -b missing node expeditions -b missing node electronically -b missing node waxwings -b missing node cheepers -b missing node zebrass -b missing node bins -b missing node vrooms -b missing node flamed -b missing node voiding -b missing node unsaturates -b missing node reclean -b missing node tomograph -b missing node invoices -b missing node flamer -b missing node biol -b missing node flames -b missing node unsaturated -b missing node thumbing -b missing node coition -b missing node bios -b missing node invoiced -b missing node furlough -b missing node careers -b missing node shortchanges -b missing node inspected -b missing node oriels -b missing node bile -b missing node bill -b missing node bilk -b missing node shortchanged -b missing node lights -b missing node evidential -b missing node chittered -b missing node lawbreaking -b missing node abstruseness -b missing node typewrote -b missing node portions -b missing node intimacy -b missing node animating -b missing node orient -b missing node headlocks -b missing node bind -b missing node soffit -b missing node kerning -b missing node torchier -b missing node rotation -b missing node symphonies -b missing node audacious -b missing node phrenologically -b missing node refresh -b missing node minnie -b missing node darkliest -b missing node irruption -b missing node openly -b missing node rotating -b missing node cloddy -b missing node cowling -b missing node jitter -b missing node erodible -b missing node bergamot -b missing node concludes -b missing node irrupting -b missing node festering -b missing node exordium -b missing node concluder -b missing node dolefulness -b missing node crewcut -b missing node alerts -b missing node handwheel -b missing node bartizan -b missing node featherier -b missing node coleuses -b missing node envision -b missing node concluded -b missing node intense -b missing node boneblack -b missing node solicitously -b missing node reinflamed -b missing node unrealistic -b missing node ejaculator -b missing node rheumiest -b missing node reinflames -b missing node floozy -b missing node pelfs -b missing node aphid -b missing node pancreases -b missing node spurring -b missing node sectors -b missing node eugenism -b missing node simpleton -b missing node cherokees -b missing node eugenist -b missing node debilitations -b missing node undecided -b missing node severalized -b missing node doodling -b missing node rectory -b missing node fluoroscope -b missing node nonconsecutively -b missing node resolution -b missing node gainliest -b missing node reassure -b missing node aquariums -b missing node zebraic -b missing node bits -b missing node rectors -b missing node reinvestment -b missing node hollanders -b missing node actively -b missing node buildup -b missing node bigwigs -b missing node inconsonant -b missing node intents -b missing node minestrone -b missing node drenches -b missing node fluoroscopy -b missing node seigneur -b missing node drencher -b missing node drudgery -b missing node lamprey -b missing node misappropriated -b missing node binnacles -b missing node paganizing -b missing node deplores -b missing node tarpons -b missing node deplorer -b missing node decontamination -b missing node synaptic -b missing node torching -b missing node pangolin -b missing node diversionist -b missing node firings -b missing node barring -b missing node silvern -b missing node provably -b missing node silvers -b missing node metastasis -b missing node prevalence -b missing node ostentatiously -b missing node decontaminating -b missing node silvery -b missing node winged -b missing node barrios -b missing node drenched -b missing node provable -b missing node purulencies -b missing node thickset -b missing node dubieties -b missing node pratfall -b missing node defuzed -b missing node millrace -b missing node warmness -b missing node incoherence -b missing node caribbean -b missing node eatings -b missing node defuzes -b missing node tithes -b missing node tither -b missing node ejaculates -b missing node patchy -b missing node impetuses -b missing node insurrect -b missing node ejaculated -b missing node irruptive -b missing node gamboling -b missing node tranquilizes -b missing node tranquilizer -b missing node seamers -b missing node hogtying -b missing node drudgers -b missing node caving -b missing node quaverers -b missing node tranquilized -b missing node misappropriates -b missing node subsidizable -b missing node tithed -b missing node openest -b missing node locutory -b missing node debates -b missing node yummiest -b missing node virilize -b missing node debater -b missing node goneness -b missing node barbs -b missing node areaways -b missing node floors -b missing node retaining -b missing node openers -b missing node apian -b missing node flatuses -b missing node cavity -b missing node spurrier -b missing node spurries -b missing node quarterdecks -b missing node euphemistic -b missing node hound -b missing node debated -b missing node editorials -b missing node ebonites -b missing node mythical -b missing node bared -b missing node kazoo -b missing node pregnantly -b missing node bards -b missing node smooching -b missing node hatters -b missing node outrooting -b missing node logistic -b missing node fresheners -b missing node refolded -b missing node deplored -b missing node inhere -b missing node inhibitory -b missing node septuples -b missing node stoics -b missing node septuplet -b missing node inhibitors -b missing node tomograms -b missing node house -b missing node inseminations -b missing node mismatching -b missing node deign -b missing node apportionment -b missing node secretions -b missing node earplugs -b missing node inlayers -b missing node procural -b missing node hours -b missing node octopi -b missing node houri -b missing node exempting -b missing node flooey -b missing node measurements -b missing node detergent -b missing node manitou -b missing node amenable -b missing node deify -b missing node bireme -b missing node exemption -b missing node kayaks -b missing node showiness -b missing node unseeing -b missing node unpoised -b missing node surroundings -b missing node amenably -b missing node floods -b missing node gladier -b missing node colonelships -b missing node resorts -b missing node nightfalls -b missing node dizziness -b missing node darnedest -b missing node rainbows -b missing node envisaging -b missing node ordaining -b missing node squiffed -b missing node cactus -b missing node proteus -b missing node hedged -b missing node facetiousness -b missing node debbie -b missing node deice -b missing node preparedness -b missing node gentlest -b missing node eugenics -b missing node reassuring -b missing node parquet -b missing node kibitzed -b missing node reglazing -b missing node noninterference -b missing node villainies -b missing node cupfuls -b missing node pentacles -b missing node retaliating -b missing node traitresses -b missing node enduros -b missing node kibitzer -b missing node kibitzes -b missing node relevancies -b missing node unlanded -b missing node nills -b missing node pensionable -b missing node soupcons -b missing node clannishness -b missing node hedger -b missing node retaliation -b missing node hedges -b missing node cavils -b missing node metastases -b missing node rumpless -b missing node castrator -b missing node inspector -b missing node protest -b missing node dictatorially -b missing node hoopla -b missing node dobermans -b missing node headrest -b missing node methought -b missing node insurrectionists -b missing node flamingoes -b missing node mealybugs -b missing node collectivizing -b missing node quarreled -b missing node lapboards -b missing node scrotum -b missing node dungeons -b missing node quarreler -b missing node septupled -b missing node browsing -b missing node modalities -b missing node oblivious -b missing node endures -b missing node debark -b missing node projections -b missing node producers -b missing node backwardness -b missing node perpetuity -b missing node skylarker -b missing node endured -b missing node hieratically -b missing node rubdowns -b missing node icehouse -b missing node lading -b missing node weakfishes -b missing node contused -b missing node clearness -b missing node cyclists -b missing node skylarked -b missing node franker -b missing node dudgeons -b missing node franked -b missing node contuses -b missing node iraqi -b missing node nude -b missing node meanness -b missing node pervading -b missing node minora -b missing node idiosyncrasy -b missing node successors -b missing node surrogates -b missing node undermentioned -b missing node debate -b missing node disbound -b missing node minors -b missing node sassafras -b missing node unresponsively -b missing node exemptive -b missing node whitefish -b missing node debars -b missing node spicier -b missing node ambivert -b missing node unheroic -b missing node mimeoed -b missing node distorting -b missing node debase -b missing node enterprisingly -b missing node variorums -b missing node unbribable -b missing node fluorinates -b missing node amalgamation -b missing node careful -b missing node rumoring -b missing node captured -b missing node stepladder -b missing node degum -b missing node chickweed -b missing node distortion -b missing node fluorinated -b missing node recollection -b missing node collide -b missing node impermeabilities -b missing node nubs -b missing node amoral -b missing node milliliter -b missing node unfelt -b missing node evicts -b missing node percipience -b missing node foregoing -b missing node pekoe -b missing node extraditions -b missing node captures -b missing node capturer -b missing node zooplankton -b missing node oryxes -b missing node breakpoints -b missing node ratify -b missing node transients -b missing node nonemotionally -b missing node quarterlies -b missing node collier -b missing node playacted -b missing node intercedes -b missing node collies -b missing node alcoholic -b missing node authenticities -b missing node interceder -b missing node boranes -b missing node island -b missing node interceded -b missing node gallicisms -b missing node extortioner -b missing node gibbosity -b missing node vestiges -b missing node havocking -b missing node zoologist -b missing node overmodified -b missing node frostiest -b missing node castrates -b missing node resurges -b missing node ahead -b missing node amalgamating -b missing node overtrained -b missing node dignifying -b missing node skymen -b missing node overmodifies -b missing node irate -b missing node arrears -b missing node castrated -b missing node resurged -b missing node whiteouts -b missing node chaucer -b missing node stirrup -b missing node burdeners -b missing node collied -b missing node maidhoods -b missing node dyeweed -b missing node tiffed -b missing node sifting -b missing node nuns -b missing node barrier -b missing node morphs -b missing node turnkey -b missing node morpho -b missing node foreswear -b missing node thoughts -b missing node ladies -b missing node frigid -b missing node overmatches -b missing node readaptation -b missing node overmatched -b missing node naiades -b missing node jeweling -b missing node doyens -b missing node collins -b missing node modulation -b missing node numb -b missing node jinglers -b missing node horsemanship -b missing node mementos -b missing node muttering -b missing node titian -b missing node null -b missing node qualmier -b missing node polymorph -b missing node staler -b missing node modulating -b missing node shmoes -b missing node stales -b missing node nowise -b missing node shipmaster -b missing node recollecting -b missing node codons -b missing node reboiled -b missing node attorning -b missing node parallaxes -b missing node skyman -b missing node cliquishly -b missing node staled -b missing node pekin -b missing node dismiss -b missing node oblivions -b missing node calculatedly -b missing node sellout -b missing node imperially -b missing node squashed -b missing node pekes -b missing node tiffin -b missing node foveal -b missing node kissers -b missing node globoids -b missing node nonacid -b missing node digraphs -b missing node precapitalistic -b missing node ration -b missing node synod -b missing node compresses -b missing node whereafter -b missing node fasting -b missing node positively -b missing node ratios -b missing node zenana -b missing node foveae -b missing node missourian -b missing node compressed -b missing node outswims -b missing node nuke -b missing node squasher -b missing node squashes -b missing node commonly -b missing node transpire -b missing node anesthetically -b missing node scalloped -b missing node volunteer -b missing node conferences -b missing node scalloper -b missing node hooray -b missing node severally -b missing node sailors -b missing node fright -b missing node begetter -b missing node amalgamative -b missing node bookshops -b missing node adverted -b missing node isthmi -b missing node hoorah -b missing node innersole -b missing node stalag -b missing node bemusing -b missing node pouter -b missing node filagree -b missing node saneness -b missing node freudianism -b missing node hotel -b missing node rating -b missing node breaking -b missing node flaring -b missing node memorialist -b missing node inescapably -b missing node wonderland -b missing node halvers -b missing node misgovernment -b missing node acidic -b missing node unpuzzling -b missing node worriers -b missing node bacchant -b missing node windsocks -b missing node bias -b missing node pouted -b missing node bespake -b missing node laissez -b missing node alloying -b missing node pearliest -b missing node fracas -b missing node synch -b missing node moralizers -b missing node syncs -b missing node remeasurements -b missing node modulative -b missing node witty -b missing node ahems -b missing node manpowers -b missing node sentimentalizing -b missing node printable -b missing node decontrols -b missing node intertidal -b missing node prepackage -b missing node soilage -b missing node nuts -b missing node cocooned -b missing node inescapable -b missing node guardianships -b missing node bibs -b missing node liberalization -b missing node debauch -b missing node qualmish -b missing node staked -b missing node affronted -b missing node parasitized -b missing node antefix -b missing node surtaxes -b missing node meatiest -b missing node stakes -b missing node parasitizes -b missing node dissatisfactions -b missing node updatable -b missing node supposedly -b missing node junketeers -b missing node holdfasts -b missing node shelterer -b missing node remarking -b missing node stepmother -b missing node supersonics -b missing node dyspeptics -b missing node zoologies -b missing node sheltered -b missing node virginals -b missing node payroll -b missing node positivest -b missing node commandments -b missing node stratagem -b missing node transience -b missing node haggardly -b missing node stirrer -b missing node northwestern -b missing node crystalline -b missing node stirred -b missing node welting -b missing node memorialize -b missing node hotly -b missing node penicillin -b missing node transiency -b missing node gauger -b missing node teleprinter -b missing node gauges -b missing node instantly -b missing node disenchant -b missing node surtaxed -b missing node carload -b missing node inhaling -b missing node gauged -b missing node twitched -b missing node tattooed -b missing node calibration -b missing node separable -b missing node pimiento -b missing node runabout -b missing node tattooer -b missing node irateness -b missing node separably -b missing node soggiest -b missing node syntalities -b missing node nubility -b missing node frankly -b missing node nobilities -b missing node pastored -b missing node calibrating -b missing node autumns -b missing node disembody -b missing node broguish -b missing node uncensored -b missing node irascibility -b missing node overprotection -b missing node footslog -b missing node dullards -b missing node litigations -b missing node farmsteads -b missing node polyglots -b missing node chillier -b missing node bike -b missing node chillies -b missing node liminal -b missing node aerogram -b missing node eyeglasses -b missing node pederastically -b missing node geldings -b missing node failures -b missing node boatyards -b missing node flakes -b missing node dehydrate -b missing node flaker -b missing node overprotecting -b missing node obtaining -b missing node mutual -b missing node twitcher -b missing node twitches -b missing node flaked -b missing node crystallize -b missing node orthographic -b missing node instanter -b missing node buttery -b missing node acidly -b missing node bier -b missing node butters -b missing node ballplayer -b missing node dinners -b missing node foretop -b missing node defunctive -b missing node pastoral -b missing node eclats -b missing node winery -b missing node enthrallingly -b missing node magnifico -b missing node suppositions -b missing node infantry -b missing node bids -b missing node properties -b missing node subsume -b missing node intends -b missing node gecks -b missing node thumbnail -b missing node gecko -b missing node bide -b missing node afters -b missing node hairstyle -b missing node stockcar -b missing node perhaps -b missing node propertied -b missing node withy -b missing node ethnologists -b missing node crewels -b missing node metastatic -b missing node adolph -b missing node spoilable -b missing node revokes -b missing node revoker -b missing node cowlick -b missing node magnifier -b missing node magnifies -b missing node withe -b missing node origin -b missing node seatmate -b missing node suspending -b missing node magnified -b missing node wombats -b missing node revoked -b missing node stratify -b missing node geophysical -b missing node clientele -b missing node biff -b missing node mutuel -b missing node detaining -b missing node stemware -b missing node intensifying -b missing node religion -b missing node unhanding -b missing node geographies -b missing node flitted -b missing node campaigning -b missing node sanitaria -b missing node maenadic -b missing node wkly -b missing node flitter -b missing node espousers -b missing node shelffuls -b missing node inquisitions -b missing node overanalyzed -b missing node debug -b missing node whaler -b missing node stabiles -b missing node leaguers -b missing node prisses -b missing node whales -b missing node jiggling -b missing node vulturous -b missing node overanalyzes -b missing node debts -b missing node sifters -b missing node rebuked -b missing node maculation -b missing node palavers -b missing node situated -b missing node farmers -b missing node rebukes -b missing node rebuker -b missing node fecklessly -b missing node debut -b missing node whaled -b missing node medieval -b missing node situates -b missing node maculating -b missing node trapper -b missing node percentile -b missing node grecizes -b missing node interfering -b missing node slopping -b missing node trapped -b missing node spicing -b missing node windup -b missing node revocations -b missing node yielding -b missing node barbed -b missing node costumiers -b missing node scimitars -b missing node cursive -b missing node barbel -b missing node grecized -b missing node clarinetists -b missing node musketry -b missing node override -b missing node barber -b missing node tootsies -b missing node fearlessly -b missing node anodyne -b missing node sloppily -b missing node conceptional -b missing node traditionalize -b missing node spicily -b missing node borates -b missing node tensors -b missing node duper -b missing node dupes -b missing node requisitioning -b missing node hypothecates -b missing node infesting -b missing node slackly -b missing node sympathizer -b missing node subpenaing -b missing node sympathizes -b missing node tessellate -b missing node odyl -b missing node lawful -b missing node borated -b missing node duped -b missing node tempested -b missing node propounds -b missing node amateur -b missing node sympathized -b missing node faying -b missing node flusters -b missing node reincarnations -b missing node outstayed -b missing node odor -b missing node dissolutely -b missing node beefeater -b missing node platens -b missing node clarions -b missing node flabby -b missing node category -b missing node specializing -b missing node devoice -b missing node thorning -b missing node anility -b missing node wiving -b missing node executable -b missing node rumors -b missing node generalizable -b missing node pesky -b missing node conjugated -b missing node yippie -b missing node unflattering -b missing node conjugates -b missing node winsome -b missing node foreseeable -b missing node firepans -b missing node exploiter -b missing node inclosers -b missing node deservers -b missing node exploited -b missing node exploitee -b missing node chimneys -b missing node phonetic -b missing node throstle -b missing node nonwhite -b missing node duple -b missing node quarterdeck -b missing node outbluffs -b missing node incomputably -b missing node wateriest -b missing node hagridden -b missing node wreathy -b missing node wreaths -b missing node psychotically -b missing node alcoholics -b missing node alephs -b missing node fissility -b missing node cacheting -b missing node plaguers -b missing node decal -b missing node octangles -b missing node platers -b missing node wreathe -b missing node unlatching -b missing node cursing -b missing node modistes -b missing node arcanum -b missing node clownery -b missing node intercepts -b missing node decay -b missing node maenades -b missing node springiness -b missing node burlesquing -b missing node pesos -b missing node reckoned -b missing node unsteadiest -b missing node workloads -b missing node fulltime -b missing node woofers -b missing node casuistries -b missing node rewinds -b missing node thornily -b missing node bucketing -b missing node nonrecoverable -b missing node rumour -b missing node blurting -b missing node abeyance -b missing node clicking -b missing node slacken -b missing node quirkiness -b missing node wakefulness -b missing node reckoner -b missing node leninist -b missing node slacker -b missing node corseted -b missing node abeyancy -b missing node leninism -b missing node incomputable -b missing node blindage -b missing node slacked -b missing node deride -b missing node hotfoots -b missing node allowance -b missing node atrocity -b missing node soarings -b missing node luxations -b missing node larkspurs -b missing node pocking -b missing node khanates -b missing node derive -b missing node ribbony -b missing node bicepses -b missing node verandah -b missing node malocclusion -b missing node offprint -b missing node formulators -b missing node ribbons -b missing node inherently -b missing node odes -b missing node bouffants -b missing node resound -b missing node dancers -b missing node rumple -b missing node militaries -b missing node bricking -b missing node odds -b missing node perry -b missing node preordain -b missing node scrutiny -b missing node topographers -b missing node unincorporated -b missing node pockily -b missing node rumply -b missing node solubilities -b missing node helpers -b missing node whiskery -b missing node xysters -b missing node minyan -b missing node whiskers -b missing node nonpolitical -b missing node aubade -b missing node mingler -b missing node mingles -b missing node scorecard -b missing node remigration -b missing node sportively -b missing node dehypnotize -b missing node compadres -b missing node proclaim -b missing node province -b missing node unbended -b missing node gaposis -b missing node adversative -b missing node newsletter -b missing node eclair -b missing node remigrating -b missing node savingly -b missing node traitorism -b missing node upgrade -b missing node mingled -b missing node epilog -b missing node invasions -b missing node hewers -b missing node teacher -b missing node teaches -b missing node flickered -b missing node napalms -b missing node overinterest -b missing node nutriments -b missing node trireme -b missing node homebound -b missing node prompters -b missing node unfurl -b missing node odic -b missing node revetted -b missing node grindingly -b missing node quirked -b missing node verandas -b missing node debit -b missing node odin -b missing node inheritors -b missing node reinvites -b missing node imprecations -b missing node ragtime -b missing node frumpiest -b missing node evocable -b missing node chastener -b missing node baryonic -b missing node promptest -b missing node yipped -b missing node parthenogenic -b missing node yippee -b missing node assuaging -b missing node democratic -b missing node stoutish -b missing node hoodoos -b missing node bugbears -b missing node apportions -b missing node reinvited -b missing node chastened -b missing node instructed -b missing node reinsert -b missing node chronological -b missing node vitamins -b missing node pockier -b missing node guards -b missing node energetically -b missing node morgan -b missing node servicing -b missing node abstractedness -b missing node knockwurst -b missing node opposer -b missing node monitories -b missing node opposes -b missing node benefactress -b missing node convexity -b missing node cushioning -b missing node traditionalist -b missing node closure -b missing node floret -b missing node rocketries -b missing node derisions -b missing node voiced -b missing node regicidal -b missing node airdromes -b missing node leatheriness -b missing node opposed -b missing node unemphatic -b missing node hatbox -b missing node massedly -b missing node spermary -b missing node vitamine -b missing node crying -b missing node softbound -b missing node changeovers -b missing node stadia -b missing node devoirs -b missing node pussycat -b missing node anodynic -b missing node militarily -b missing node jigglier -b missing node brunette -b missing node swooping -b missing node icefall -b missing node maidenheads -b missing node thundering -b missing node southrons -b missing node anodynes -b missing node editress -b missing node intelligences -b missing node diluvian -b missing node diluvial -b missing node alpenstock -b missing node discrown -b missing node chasings -b missing node plateau -b missing node ladanums -b missing node florae -b missing node obstetric -b missing node intellectual -b missing node sloppier -b missing node pillared -b missing node swollen -b missing node signals -b missing node floras -b missing node drawdown -b missing node meprobamate -b missing node voices -b missing node voicer -b missing node archway -b missing node floral -b missing node attainer -b missing node traditionalism -b missing node kosher -b missing node haggises -b missing node brightener -b missing node attained -b missing node chilling -b missing node slavering -b missing node betrays -b missing node regicides -b missing node brightened -b missing node mashies -b missing node deject -b missing node radiotelemetries -b missing node fumaric -b missing node habitability -b missing node chillily -b missing node alcoholism -b missing node thresh -b missing node excogitates -b missing node indiscriminately -b missing node deash -b missing node recrosses -b missing node typhoid -b missing node slanging -b missing node fruitiness -b missing node expeditious -b missing node dears -b missing node arithmetic -b missing node excogitated -b missing node recrossed -b missing node deary -b missing node apery -b missing node apers -b missing node hounding -b missing node frigates -b missing node silted -b missing node monitoring -b missing node patterns -b missing node milksop -b missing node falsettos -b missing node death -b missing node mismate -b missing node legionnaires -b missing node unwillingness -b missing node clacking -b missing node eyestone -b missing node acclaims -b missing node subseries -b missing node corrugates -b missing node corrugated -b missing node frozenness -b missing node itemization -b missing node distraught -b missing node avenging -b missing node axles -b missing node ineducability -b missing node mismark -b missing node centuries -b missing node perch -b missing node dictatorships -b missing node desalination -b missing node irresponsibilities -b missing node cringer -b missing node cringes -b missing node perdy -b missing node millipedes -b missing node perdu -b missing node countertenors -b missing node vulvate -b missing node execrable -b missing node trebled -b missing node chipmunk -b missing node trebles -b missing node mashing -b missing node striking -b missing node trackings -b missing node brisk -b missing node desalinating -b missing node capitalizing -b missing node peres -b missing node brainstorm -b missing node grousing -b missing node jeweller -b missing node axled -b missing node nonsensitive -b missing node reminisces -b missing node nutcracker -b missing node jewelled -b missing node gastritis -b missing node acutely -b missing node nonhuman -b missing node revarnish -b missing node emenders -b missing node execrably -b missing node buffoons -b missing node prosecutrixes -b missing node falteringly -b missing node misruling -b missing node profundity -b missing node advertise -b missing node department -b missing node saxhorn -b missing node transparencies -b missing node idolatrous -b missing node fringy -b missing node assimilation -b missing node primatial -b missing node dispersion -b missing node brickier -b missing node ledgier -b missing node exarchs -b missing node ripening -b missing node sullenness -b missing node jumpers -b missing node moveable -b missing node suspension -b missing node hushful -b missing node underripened -b missing node gorgeousness -b missing node divisors -b missing node moveably -b missing node overtopping -b missing node prognosticate -b missing node assimilating -b missing node exarchy -b missing node geese -b missing node outlaw -b missing node fringe -b missing node outlay -b missing node ancestry -b missing node disrupts -b missing node shebangs -b missing node unloosing -b missing node thundery -b missing node peril -b missing node hallelujahs -b missing node hassock -b missing node peris -b missing node cerebrums -b missing node dispersing -b missing node winch -b missing node embrace -b missing node highbrow -b missing node thunders -b missing node assimilative -b missing node archaeology -b missing node windy -b missing node outriggers -b missing node slangier -b missing node magnetizers -b missing node wined -b missing node bellum -b missing node formated -b missing node depictors -b missing node overbites -b missing node winds -b missing node reminisced -b missing node traipsed -b missing node clinging -b missing node perky -b missing node perks -b missing node indenters -b missing node highland -b missing node whammy -b missing node abstinently -b missing node traipses -b missing node democracy -b missing node clangorous -b missing node rumpus -b missing node outgassing -b missing node belting -b missing node wince -b missing node conspiratorially -b missing node grueler -b missing node appalls -b missing node whiskeys -b missing node correlating -b missing node grueled -b missing node totalizing -b missing node cringed -b missing node perms -b missing node classicist -b missing node classicism -b missing node sodomites -b missing node wingy -b missing node vinyls -b missing node pronouncements -b missing node corrugator -b missing node substantiate -b missing node frustum -b missing node wings -b missing node centurion -b missing node someone -b missing node proctoring -b missing node excretory -b missing node premise -b missing node megalomaniacal -b missing node attenuates -b missing node correlation -b missing node premiss -b missing node semifinal -b missing node floppy -b missing node theatrically -b missing node unvisited -b missing node lappers -b missing node debar -b missing node mattress -b missing node scabiosa -b missing node cackle -b missing node winey -b missing node bellow -b missing node wines -b missing node groundwater -b missing node sabered -b missing node condensers -b missing node acutest -b missing node poverty -b missing node inhume -b missing node sinners -b missing node geeks -b missing node deacons -b missing node shagreen -b missing node copeck -b missing node attenuated -b missing node civilly -b missing node premium -b missing node shuck -b missing node randomization -b missing node eradicate -b missing node lappets -b missing node nerviness -b missing node venerate -b missing node rifflers -b missing node advertize -b missing node eating -b missing node unsteadiness -b missing node hooted -b missing node ungrammatically -b missing node dentate -b missing node anilins -b missing node bocces -b missing node substantiated -b missing node falconets -b missing node zambians -b missing node aniline -b missing node coercing -b missing node adjutants -b missing node brier -b missing node bries -b missing node schema -b missing node julienne -b missing node inspiration -b missing node hooter -b missing node chirpers -b missing node choreographers -b missing node scheme -b missing node cajaput -b missing node minoring -b missing node unloosed -b missing node disbowel -b missing node winks -b missing node cancels -b missing node rustiness -b missing node unloosen -b missing node implanter -b missing node mineralogy -b missing node freehandedly -b missing node apeak -b missing node unlooses -b missing node revalidate -b missing node snuffiest -b missing node substantiates -b missing node unprotestingly -b missing node unusually -b missing node implanted -b missing node wive -b missing node correlative -b missing node hygienic -b missing node hotdogs -b missing node dustier -b missing node clingier -b missing node brigs -b missing node document -b missing node tempting -b missing node irregardless -b missing node sylphid -b missing node sylphic -b missing node bowwows -b missing node silkiness -b missing node improper -b missing node hootch -b missing node overripe -b missing node cruzeiro -b missing node highbred -b missing node prosecute -b missing node dunks -b missing node geoducks -b missing node poured -b missing node coercion -b missing node lovebirds -b missing node deflate -b missing node craniums -b missing node oscule -b missing node evince -b missing node shunt -b missing node shuns -b missing node bennets -b missing node oscula -b missing node clarinet -b missing node kvetch -b missing node unwontedly -b missing node remitters -b missing node brian -b missing node briar -b missing node rekindling -b missing node earthenware -b missing node priggery -b missing node robinson -b missing node sunshines -b missing node pourer -b missing node glamorous -b missing node bribe -b missing node ligate -b missing node joystick -b missing node winos -b missing node functionalistic -b missing node hygienes -b missing node deference -b missing node progressions -b missing node shuls -b missing node thornier -b missing node aneurysm -b missing node skywriting -b missing node lampers -b missing node minority -b missing node brick -b missing node frambesia -b missing node chamiso -b missing node chamise -b missing node divulgers -b missing node cameoing -b missing node poorest -b missing node tautness -b missing node adonis -b missing node thalamic -b missing node rebuild -b missing node bride -b missing node elbowing -b missing node ancestor -b missing node recycling -b missing node unbridled -b missing node winder -b missing node rebuilt -b missing node cancers -b missing node winded -b missing node unbridles -b missing node civiler -b missing node deads -b missing node partizans -b missing node indissoluble -b missing node brief -b missing node hedgiest -b missing node reaffirmed -b missing node outruns -b missing node easterners -b missing node brine -b missing node indissolubly -b missing node bring -b missing node tabstop -b missing node brink -b missing node coercive -b missing node glamour -b missing node remittent -b missing node entireties -b missing node macintosh -b missing node mandrakes -b missing node respirator -b missing node wine -b missing node pressrun -b missing node wind -b missing node wing -b missing node wink -b missing node brios -b missing node attires -b missing node diuretic -b missing node unpasteurized -b missing node ambulances -b missing node reactivate -b missing node belled -b missing node protist -b missing node winy -b missing node squalors -b missing node tuques -b missing node attired -b missing node pleiades -b missing node wino -b missing node belles -b missing node briny -b missing node wins -b missing node patterer -b missing node dusting -b missing node barbaric -b missing node thalamus -b missing node deair -b missing node sphere -b missing node observatory -b missing node relights -b missing node salvos -b missing node pattered -b missing node typhons -b missing node windpipes -b missing node demitasses -b missing node wakens -b missing node unordained -b missing node substantiator -b missing node insoles -b missing node wipe -b missing node typhoon -b missing node subsoil -b missing node democrats -b missing node disembowel -b missing node dustily -b missing node dentals -b missing node enfettered -b missing node mendacity -b missing node revindicates -b missing node wish -b missing node wise -b missing node bloodstained -b missing node ourangs -b missing node crossness -b missing node wisp -b missing node boccie -b missing node unacquainted -b missing node suzettes -b missing node revindicated -b missing node unimposing -b missing node wire -b missing node typhous -b missing node bearings -b missing node deans -b missing node pivoting -b missing node bonifaces -b missing node countdown -b missing node window -b missing node wiry -b missing node glamors -b missing node spillable -b missing node ungracious -b missing node redrawing -b missing node proctorial -b missing node brill -b missing node apeek -b missing node falconers -b missing node wakers -b missing node petrologically -b missing node shute -b missing node friendships -b missing node shuts -b missing node exhorters -b missing node introspective -b missing node with -b missing node dealt -b missing node ogham -b missing node brims -b missing node gladdening -b missing node deals -b missing node shush -b missing node wits -b missing node philomels -b missing node premier -b missing node premies -b missing node quaffs -b missing node hooknose -b missing node unmitering -b missing node staffs -b missing node vinculum -b missing node shorted -b missing node simulative -b missing node mimeoing -b missing node carryings -b missing node holstered -b missing node hatting -b missing node monologuist -b missing node enunciations -b missing node barrels -b missing node miscarriage -b missing node paddocked -b missing node orally -b missing node shorten -b missing node chirpily -b missing node nonages -b missing node reevaluations -b missing node axmen -b missing node bardic -b missing node reconfiguration -b missing node shorter -b missing node acclivitous -b missing node aghast -b missing node downtrod -b missing node sicily -b missing node supplanters -b missing node chirping -b missing node barrens -b missing node democratization -b missing node homilies -b missing node admiringly -b missing node breakers -b missing node loaders -b missing node oarlock -b missing node shortie -b missing node begetting -b missing node helicons -b missing node caveat -b missing node narthex -b missing node calxes -b missing node ebullitions -b missing node drachm -b missing node mythologically -b missing node entrant -b missing node granulators -b missing node dippings -b missing node degradations -b missing node sofars -b missing node salver -b missing node playwear -b missing node salves -b missing node outworked -b missing node grapplers -b missing node chagrinned -b missing node jongleurs -b missing node bardes -b missing node simplexes -b missing node refried -b missing node unwavering -b missing node desalinate -b missing node escaping -b missing node meningeal -b missing node barded -b missing node refries -b missing node twinighters -b missing node felonies -b missing node disillusioned -b missing node enwheeling -b missing node preterminal -b missing node medievally -b missing node quiring -b missing node bedsides -b missing node nonspiritual -b missing node simulation -b missing node unsettled -b missing node custodial -b missing node captioning -b missing node custodian -b missing node muting -b missing node whelmed -b missing node kimonos -b missing node unsettles -b missing node impassable -b missing node carpetbag -b missing node entraps -b missing node carousals -b missing node salvia -b missing node adjutancy -b missing node mutiny -b missing node outworker -b missing node neither -b missing node remitting -b missing node castellan -b missing node colloquialism -b missing node egomaniac -b missing node fillable -b missing node cached -b missing node planaria -b missing node incliner -b missing node inclines -b missing node strangers -b missing node deeds -b missing node strongman -b missing node flattening -b missing node dungy -b missing node dungs -b missing node flossy -b missing node deedy -b missing node shortly -b missing node egomanias -b missing node cachet -b missing node beys -b missing node achordate -b missing node caches -b missing node laggards -b missing node stouts -b missing node lacework -b missing node splayfeet -b missing node trihybrid -b missing node anarchistic -b missing node oboe -b missing node juicers -b missing node wrongdoers -b missing node inclined -b missing node obol -b missing node helicoid -b missing node abdicating -b missing node antirust -b missing node iowans -b missing node voiders -b missing node boyishness -b missing node taproots -b missing node shtetel -b missing node abdication -b missing node orbed -b missing node brained -b missing node josephine -b missing node belike -b missing node bossiness -b missing node borzois -b missing node strangest -b missing node odorously -b missing node mutism -b missing node unvaccinated -b missing node kabalas -b missing node resowed -b missing node salved -b missing node hafting -b missing node investors -b missing node bets -b missing node swarthier -b missing node ledgers -b missing node mixers -b missing node flybys -b missing node cowskins -b missing node copiers -b missing node undergarment -b missing node stoups -b missing node bareback -b missing node denomination -b missing node revertible -b missing node coverall -b missing node efficiently -b missing node firstling -b missing node dunce -b missing node contingents -b missing node strongmen -b missing node houseclean -b missing node quotations -b missing node teaberries -b missing node reactively -b missing node trussings -b missing node strangely -b missing node overproud -b missing node scantest -b missing node denominating -b missing node preheating -b missing node dunes -b missing node colombians -b missing node bevy -b missing node romaines -b missing node hobnails -b missing node maniple -b missing node disjoined -b missing node vienna -b missing node proconsul -b missing node ligation -b missing node startlers -b missing node entrain -b missing node drizzly -b missing node escapism -b missing node chiffons -b missing node executions -b missing node despair -b missing node retracts -b missing node drizzle -b missing node escapist -b missing node sutlers -b missing node impregnable -b missing node turnhall -b missing node baizes -b missing node demonstrationist -b missing node morels -b missing node obit -b missing node refinements -b missing node recencies -b missing node obis -b missing node zealanders -b missing node ligating -b missing node uptakes -b missing node presidency -b missing node impregnably -b missing node berg -b missing node abducted -b missing node waisted -b missing node restructured -b missing node berm -b missing node squaller -b missing node handsewn -b missing node vesture -b missing node sconcing -b missing node decongests -b missing node thickest -b missing node restructures -b missing node templars -b missing node planktons -b missing node tenant -b missing node unreceptively -b missing node snowplowed -b missing node squalled -b missing node macaronis -b missing node template -b missing node thickets -b missing node incarnations -b missing node became -b missing node oenology -b missing node thickety -b missing node fandoms -b missing node titled -b missing node becalm -b missing node obey -b missing node rarefying -b missing node inferiorities -b missing node waister -b missing node titles -b missing node dummy -b missing node carboras -b missing node orals -b missing node taprooms -b missing node bete -b missing node beta -b missing node reproached -b missing node best -b missing node moodiest -b missing node pepsi -b missing node reproacher -b missing node bess -b missing node reproaches -b missing node froggiest -b missing node maiming -b missing node serenities -b missing node villainess -b missing node dumps -b missing node winced -b missing node consignments -b missing node schmoozed -b missing node historically -b missing node tossing -b missing node wincer -b missing node bluebell -b missing node winces -b missing node cognition -b missing node schmoozes -b missing node kernelled -b missing node peppy -b missing node toeless -b missing node gibbered -b missing node bend -b missing node parliamentarians -b missing node endearments -b missing node bene -b missing node shodden -b missing node hatless -b missing node kittening -b missing node caramels -b missing node preserved -b missing node abatements -b missing node rectangles -b missing node frescos -b missing node belied -b missing node statutably -b missing node cavers -b missing node seaming -b missing node belief -b missing node bema -b missing node preserves -b missing node preserver -b missing node superscripts -b missing node dustbins -b missing node cavern -b missing node hulloes -b missing node evolving -b missing node belies -b missing node procreate -b missing node belier -b missing node southpaw -b missing node salute -b missing node statutable -b missing node bell -b missing node unriper -b missing node overlordship -b missing node hulloed -b missing node belt -b missing node cactuses -b missing node funneling -b missing node liftoffs -b missing node ladler -b missing node bumpiest -b missing node ladles -b missing node vinaigrettes -b missing node goodlier -b missing node malfunctioning -b missing node preexposed -b missing node ornament -b missing node overthrowers -b missing node handsets -b missing node squirting -b missing node preexposes -b missing node unloosens -b missing node thickens -b missing node hypnoidal -b missing node ladled -b missing node coverage -b missing node ostomy -b missing node sweatiest -b missing node dibbling -b missing node bens -b missing node bent -b missing node parlours -b missing node hypoxemia -b missing node livings -b missing node hypoxemic -b missing node calculableness -b missing node orate -b missing node botanic -b missing node nictitating -b missing node janisary -b missing node distances -b missing node simulating -b missing node dissatisfy -b missing node barrets -b missing node hydrofluoric -b missing node distanced -b missing node frilly -b missing node chirpier -b missing node dwarfing -b missing node frills -b missing node cresting -b missing node nictitation -b missing node downlinks -b missing node cannabism -b missing node taxiing -b missing node carports -b missing node stover -b missing node stoves -b missing node haziest -b missing node disguising -b missing node narthexes -b missing node hydride -b missing node doughtily -b missing node jibing -b missing node membranously -b missing node custodies -b missing node involutes -b missing node transalpine -b missing node geotaxy -b missing node involuted -b missing node meadowland -b missing node pluckiness -b missing node inexpert -b missing node staggering -b missing node corders -b missing node outlet -b missing node sacerdotally -b missing node thonged -b missing node beef -b missing node alluring -b missing node sennits -b missing node adverting -b missing node doughtier -b missing node beep -b missing node dumpy -b missing node been -b missing node seamier -b missing node beet -b missing node bees -b missing node disjoints -b missing node beer -b missing node bankrupting -b missing node masquer -b missing node masques -b missing node prolixity -b missing node seedcases -b missing node astatines -b missing node cognitive -b missing node beds -b missing node notifications -b missing node diners -b missing node uptowners -b missing node patrilinear -b missing node presidents -b missing node patrilineal -b missing node copers -b missing node begs -b missing node pettishness -b missing node uplifter -b missing node lawing -b missing node orang -b missing node refurnished -b missing node seizable -b missing node abductor -b missing node jackpot -b missing node roomette -b missing node uplifted -b missing node exteriorly -b missing node refurnishes -b missing node gombos -b missing node sonics -b missing node feltings -b missing node mynheers -b missing node kittenish -b missing node knotters -b missing node perceptiveness -b missing node outlie -b missing node crucibles -b missing node lanthorns -b missing node wetlands -b missing node belated -b missing node pentameter -b missing node axman -b missing node pretors -b missing node drably -b missing node moonlights -b missing node interns -b missing node columns -b missing node wooziness -b missing node sanctity -b missing node lechered -b missing node bromide -b missing node integrally -b missing node eremites -b missing node forkedly -b missing node europiums -b missing node prophetic -b missing node wiped -b missing node spilths -b missing node elastically -b missing node kowtows -b missing node bearskins -b missing node technicolor -b missing node doornail -b missing node beck -b missing node militarize -b missing node florid -b missing node barely -b missing node cheekiness -b missing node shrub -b missing node ambulatories -b missing node florin -b missing node shrug -b missing node spirited -b missing node reinoculate -b missing node remarkers -b missing node bear -b missing node beat -b missing node beau -b missing node bean -b missing node cellblocks -b missing node receptors -b missing node longitudes -b missing node bead -b missing node redeyes -b missing node beak -b missing node mercuric -b missing node rangoon -b missing node rehanging -b missing node beam -b missing node foredating -b missing node imperfects -b missing node hurter -b missing node etagere -b missing node tragedy -b missing node immixing -b missing node unfocused -b missing node transferror -b missing node pederastic -b missing node comical -b missing node fatuousness -b missing node smelting -b missing node staggy -b missing node rehardening -b missing node skylight -b missing node sanction -b missing node interim -b missing node tagalongs -b missing node desperadoes -b missing node thrive -b missing node dwarfish -b missing node preciseness -b missing node respondents -b missing node slaveries -b missing node maniocs -b missing node voraciousness -b missing node huckster -b missing node militarist -b missing node recombining -b missing node incages -b missing node hinduism -b missing node militarism -b missing node pronging -b missing node atingle -b missing node kinfolks -b missing node cossets -b missing node bluster -b missing node attractive -b missing node blowout -b missing node meliorating -b missing node incaged -b missing node stagey -b missing node celadon -b missing node stages -b missing node stager -b missing node untruest -b missing node cartoonists -b missing node melioration -b missing node dwarfism -b missing node staged -b missing node jawing -b missing node suckle -b missing node dahlias -b missing node glamorization -b missing node hubbub -b missing node activate -b missing node fraternalism -b missing node invigorations -b missing node gladder -b missing node federalizations -b missing node gladden -b missing node austereness -b missing node sacerdotalism -b missing node carcinomas -b missing node plodding -b missing node scintillation -b missing node kansans -b missing node kumshaw -b missing node trifurcated -b missing node reintrenching -b missing node ricracs -b missing node glutinously -b missing node sapsuckers -b missing node integumental -b missing node suffices -b missing node sufficer -b missing node asperse -b missing node thrill -b missing node gladded -b missing node gambol -b missing node diemakers -b missing node adopts -b missing node inappropriateness -b missing node neurologized -b missing node braveries -b missing node fletchers -b missing node birthrights -b missing node cemetary -b missing node recomposed -b missing node daylit -b missing node mothballed -b missing node quietism -b missing node wingedly -b missing node quietist -b missing node recomposes -b missing node sufficed -b missing node coilers -b missing node quieting -b missing node intellectuals -b missing node sawfish -b missing node cloaks -b missing node liturgic -b missing node keyway -b missing node hegemonical -b missing node forepaw -b missing node hurtle -b missing node quacky -b missing node dumbs -b missing node awakening -b missing node douglas -b missing node invigoration -b missing node eremitic -b missing node quacks -b missing node gutsiest -b missing node sucked -b missing node wiper -b missing node humanizing -b missing node wipes -b missing node circuitously -b missing node meliorative -b missing node boatyard -b missing node scintillating -b missing node encephalitis -b missing node sucker -b missing node mannikin -b missing node thrips -b missing node headrooms -b missing node nonadjustable -b missing node invigorating -b missing node governed -b missing node unreally -b missing node bangles -b missing node arythmia -b missing node sidehill -b missing node arythmic -b missing node jennet -b missing node affronts -b missing node seemlier -b missing node cheeping -b missing node anarchists -b missing node decks -b missing node hoover -b missing node hooves -b missing node encephalitic -b missing node regraded -b missing node ophidian -b missing node dully -b missing node furiously -b missing node haters -b missing node smegmas -b missing node radiances -b missing node dulls -b missing node regrades -b missing node havockers -b missing node banzais -b missing node graciousness -b missing node parleyers -b missing node acquaint -b missing node ownership -b missing node westerly -b missing node gambit -b missing node macaroons -b missing node trigamist -b missing node icelandic -b missing node thrice -b missing node vulgates -b missing node confabbed -b missing node running -b missing node huggers -b missing node tenderly -b missing node homilist -b missing node despotically -b missing node rearmost -b missing node butting -b missing node transferrer -b missing node brininess -b missing node deleterious -b missing node westerns -b missing node lotteries -b missing node spiritus -b missing node transferred -b missing node cruisers -b missing node moribund -b missing node rejudging -b missing node freakouts -b missing node noncarnivorous -b missing node malconstruction -b missing node tirades -b missing node toaster -b missing node equinity -b missing node majuscules -b missing node cindered -b missing node cloaca -b missing node beshrewed -b missing node toasted -b missing node purebreds -b missing node stowable -b missing node helpful -b missing node suicidology -b missing node quills -b missing node sierras -b missing node thrift -b missing node ambients -b missing node megalomaniacs -b missing node gamble -b missing node handsful -b missing node lowboy -b missing node peony -b missing node sierran -b missing node hubcap -b missing node fingernails -b missing node ogive -b missing node bayonets -b missing node blowoff -b missing node raglans -b missing node diapered -b missing node greasewood -b missing node outlasted -b missing node transferral -b missing node flavonol -b missing node gluiest -b missing node enwinding -b missing node biopsychology -b missing node manitous -b missing node theocratic -b missing node deprehension -b missing node lofted -b missing node conservationism -b missing node peons -b missing node conservationist -b missing node icelander -b missing node rudest -b missing node lofter -b missing node excuse -b missing node succulents -b missing node roomed -b missing node governor -b missing node proscription -b missing node childlike -b missing node attuning -b missing node svelte -b missing node rudely -b missing node gambas -b missing node lithology -b missing node paunchiness -b missing node polymerically -b missing node gearshifts -b missing node houseflies -b missing node coadjutor -b missing node reprobing -b missing node rootstock -b missing node sanctification -b missing node decry -b missing node leaguing -b missing node obeahs -b missing node nonagon -b missing node tsarevnas -b missing node westered -b missing node acquisitive -b missing node mulches -b missing node dulse -b missing node onrushing -b missing node bossiest -b missing node tendered -b missing node runnier -b missing node detester -b missing node mulched -b missing node bryony -b missing node earlaps -b missing node contestable -b missing node allayment -b missing node bromine -b missing node heartens -b missing node sloppiness -b missing node roomer -b missing node syntactically -b missing node drizzles -b missing node hungerless -b missing node drizzled -b missing node hardened -b missing node hardener -b missing node backings -b missing node contestably -b missing node nebbish -b missing node oxcart -b missing node sanctify -b missing node oversparing -b missing node cuspidors -b missing node unreserved -b missing node decor -b missing node bespeak -b missing node decoy -b missing node copulations -b missing node voider -b missing node backache -b missing node quilts -b missing node snowdrops -b missing node foreplay -b missing node alligators -b missing node detested -b missing node woofing -b missing node rhino -b missing node retraced -b missing node tenderer -b missing node rhine -b missing node companionship -b missing node conformities -b missing node precisians -b missing node hypothecated -b missing node sanitated -b missing node soundboard -b missing node headings -b missing node stowed -b missing node deadlines -b missing node brittled -b missing node voided -b missing node colophons -b missing node permeable -b missing node retraces -b missing node maiden -b missing node rededicate -b missing node diaeresis -b missing node brittler -b missing node brittles -b missing node surging -b missing node turbidly -b missing node decigram -b missing node interferers -b missing node armhole -b missing node unfree -b missing node linable -b missing node conclusions -b missing node oxhearts -b missing node busywork -b missing node permeably -b missing node microfilming -b missing node bucketful -b missing node sanitates -b missing node apprehensively -b missing node inkiest -b missing node penknife -b missing node uninspiring -b missing node discreeter -b missing node vulgarer -b missing node blowsed -b missing node aweary -b missing node refroze -b missing node nashville -b missing node prorestoration -b missing node restrengthens -b missing node finalities -b missing node linages -b missing node irenic -b missing node dinette -b missing node harrumph -b missing node causalities -b missing node featherbed -b missing node incinerate -b missing node primulas -b missing node mopishly -b missing node calvin -b missing node moonlighted -b missing node relying -b missing node hunnishness -b missing node recelebrating -b missing node nondomesticated -b missing node sanitarians -b missing node mansard -b missing node sexless -b missing node photophobia -b missing node sicker -b missing node photophobic -b missing node broil -b missing node loftless -b missing node industriously -b missing node sicken -b missing node biannually -b missing node sicked -b missing node brailed -b missing node retaliators -b missing node rototills -b missing node schismatics -b missing node shoelace -b missing node blucher -b missing node microzoon -b missing node lavishly -b missing node retaliatory -b missing node broke -b missing node unrisen -b missing node impressments -b missing node helloing -b missing node moonlighter -b missing node enclosable -b missing node warhead -b missing node sandblasters -b missing node putrescence -b missing node bluegills -b missing node dermis -b missing node ladron -b missing node reaganomics -b missing node barfed -b missing node mountings -b missing node noticeably -b missing node attics -b missing node poults -b missing node unmedicated -b missing node humbleness -b missing node sprigged -b missing node undistressed -b missing node blinders -b missing node succulency -b missing node inadvisability -b missing node sprigger -b missing node regiment -b missing node regimens -b missing node calves -b missing node gremlins -b missing node dermic -b missing node succulence -b missing node agrarian -b missing node calved -b missing node realties -b missing node reenlistments -b missing node unentered -b missing node graciosos -b missing node dispersal -b missing node espousals -b missing node manitoba -b missing node indisposed -b missing node childless -b missing node frisks -b missing node generalization -b missing node wolfram -b missing node raiders -b missing node vulgarly -b missing node noticeable -b missing node creoles -b missing node easygoing -b missing node frisky -b missing node efficiencies -b missing node belows -b missing node adolescently -b missing node kamikazes -b missing node boraxes -b missing node helping -b missing node whiskies -b missing node earthliest -b missing node reimburse -b missing node claymores -b missing node unjustified -b missing node brock -b missing node gnarliest -b missing node flavorer -b missing node echidnae -b missing node effaced -b missing node interjecting -b missing node syncope -b missing node preconcession -b missing node flouts -b missing node effaces -b missing node sickle -b missing node effacer -b missing node echidnas -b missing node minted -b missing node detainees -b missing node algonquians -b missing node minter -b missing node deciliters -b missing node moulters -b missing node reaccredited -b missing node discreetly -b missing node foxings -b missing node broad -b missing node schmeering -b missing node whinniest -b missing node anchoritic -b missing node vancouver -b missing node acquisition -b missing node interjection -b missing node lavishes -b missing node helpless -b missing node lavisher -b missing node salted -b missing node sickly -b missing node lavished -b missing node intimidating -b missing node overkilled -b missing node interwove -b missing node marksmen -b missing node debited -b missing node wrongdoer -b missing node rooter -b missing node flavored -b missing node rooted -b missing node lodgings -b missing node unbranded -b missing node braille -b missing node barfly -b missing node attila -b missing node reflects -b missing node toppling -b missing node rattlings -b missing node keypad -b missing node ghettoized -b missing node whicker -b missing node flexibility -b missing node overturned -b missing node salter -b missing node ghettoizes -b missing node carless -b missing node anchorites -b missing node monkhood -b missing node proscriptive -b missing node aerators -b missing node potassium -b missing node overshadow -b missing node rudder -b missing node nondemonstrable -b missing node penitents -b missing node lengthwise -b missing node redwings -b missing node floury -b missing node entourage -b missing node rosined -b missing node ballistician -b missing node deserving -b missing node chaperoned -b missing node flours -b missing node rectums -b missing node sawfly -b missing node rewired -b missing node nonchalance -b missing node petrifaction -b missing node petrologists -b missing node tended -b missing node cowfish -b missing node bullfrogs -b missing node whisking -b missing node captivity -b missing node rewires -b missing node marksman -b missing node tender -b missing node maturational -b missing node liveability -b missing node decontaminators -b missing node pewee -b missing node pellagra -b missing node rephrase -b missing node indisputable -b missing node deflect -b missing node miscalculate -b missing node decertified -b missing node hatful -b missing node dankest -b missing node stepdowns -b missing node indisputably -b missing node coitions -b missing node umbilicus -b missing node dingus -b missing node boatswains -b missing node anastomoses -b missing node aperture -b missing node yielders -b missing node diagrammatic -b missing node nightwalkers -b missing node wivers -b missing node curtseyed -b missing node frumpish -b missing node spotlights -b missing node dugong -b missing node imperception -b missing node moating -b missing node flagrantly -b missing node signatureless -b missing node teaspoonfuls -b missing node enneads -b missing node unaccompanied -b missing node discoverers -b missing node fullterm -b missing node outvoting -b missing node untimeliness -b missing node internals -b missing node unstirred -b missing node decompensations -b missing node signets -b missing node pewit -b missing node thrall -b missing node intangibilities -b missing node whatnots -b missing node bangkok -b missing node flowages -b missing node promonarchist -b missing node dutch -b missing node nonprofit -b missing node gleesome -b missing node noways -b missing node barest -b missing node raconteur -b missing node bradawls -b missing node intimidation -b missing node angulating -b missing node hushaby -b missing node avouch -b missing node embezzlements -b missing node illinois -b missing node hawkies -b missing node rotatory -b missing node syncoms -b missing node ruddle -b missing node slenderer -b missing node signers -b missing node rotators -b missing node portrays -b missing node dissipaters -b missing node cognisance -b missing node protocol -b missing node sawers -b missing node indraft -b missing node discontent -b missing node attire -b missing node elongations -b missing node gruntle -b missing node congoes -b missing node asslike -b missing node zitherns -b missing node imperceptive -b missing node replenisher -b missing node animators -b missing node plaguily -b missing node replenishes -b missing node anthology -b missing node personably -b missing node yawpers -b missing node replenished -b missing node workboxes -b missing node dejections -b missing node mineralize -b missing node endorsement -b missing node quirkiest -b missing node counterpane -b missing node hawkish -b missing node distensibilities -b missing node dusts -b missing node plaguing -b missing node convoyed -b missing node dusty -b missing node shrewish -b missing node typicality -b missing node houseboats -b missing node faceted -b missing node nonflammable -b missing node bosoms -b missing node bosomy -b missing node launches -b missing node launcher -b missing node requisitioners -b missing node lowery -b missing node ordonnance -b missing node dickensian -b missing node kirtle -b missing node lowers -b missing node launched -b missing node sadhus -b missing node bosons -b missing node caviars -b missing node sunshades -b missing node decertification -b missing node dulcetly -b missing node tendencies -b missing node obstetrical -b missing node blindest -b missing node dugout -b missing node kaolin -b missing node personable -b missing node roulette -b missing node allheals -b missing node caviare -b missing node concur -b missing node lowest -b missing node menisci -b missing node vixens -b missing node handmaids -b missing node procure -b missing node shred -b missing node belong -b missing node grunted -b missing node shrewing -b missing node lusters -b missing node regulating -b missing node capeskin -b missing node perseveres -b missing node sourness -b missing node unacceptably -b missing node grunter -b missing node geographers -b missing node nonidentical -b missing node gibbeted -b missing node counterpart -b missing node wherefor -b missing node irrationalities -b missing node campaigners -b missing node shrew -b missing node regulation -b missing node penitence -b missing node simulators -b missing node misaimed -b missing node glaces -b missing node increased -b missing node laziness -b missing node variabilities -b missing node hawking -b missing node monetizing -b missing node thrash -b missing node increaser -b missing node increases -b missing node gustatory -b missing node gasoliers -b missing node smelters -b missing node sensibles -b missing node wivern -b missing node sensibler -b missing node clarioned -b missing node smeltery -b missing node forecastle -b missing node mimeograph -b missing node lampooners -b missing node hounders -b missing node bootlegged -b missing node lampoonery -b missing node unacceptable -b missing node persevered -b missing node scrubbers -b missing node lapwing -b missing node bootlegger -b missing node slenderly -b missing node barged -b missing node crocuses -b missing node mountain -b missing node bargee -b missing node hegemonic -b missing node insertion -b missing node absenter -b missing node acrylate -b missing node enciphering -b missing node regulative -b missing node pained -b missing node tunnellers -b missing node grousers -b missing node maimers -b missing node oafs -b missing node epigon -b missing node absented -b missing node uveal -b missing node absentee -b missing node apart -b missing node infusions -b missing node frails -b missing node barges -b missing node bawls -b missing node inserting -b missing node mashers -b missing node uveas -b missing node warranted -b missing node overwrote -b missing node warrantee -b missing node imperilling -b missing node dinged -b missing node recompound -b missing node appellants -b missing node comforters -b missing node dustmen -b missing node carolinas -b missing node vibrancies -b missing node fluidness -b missing node bedimmed -b missing node exhorting -b missing node sanctioner -b missing node equipments -b missing node skyways -b missing node dingey -b missing node punchier -b missing node coziness -b missing node ennoblement -b missing node oaks -b missing node namesakes -b missing node priggish -b missing node indiscrimination -b missing node steerages -b missing node topsoiling -b missing node dingle -b missing node topographies -b missing node trainways -b missing node diastrophism -b missing node coping -b missing node portrait -b missing node swoopers -b missing node ceruminous -b missing node satisfiable -b missing node indrawn -b missing node tentative -b missing node puslike -b missing node warranter -b missing node forecasted -b missing node feeless -b missing node infiltrating -b missing node procreates -b missing node basements -b missing node pedometers -b missing node hurray -b missing node hagriding -b missing node dustman -b missing node feelers -b missing node dinghy -b missing node tarpapers -b missing node conferment -b missing node disdains -b missing node indiscriminating -b missing node unhooking -b missing node molasseses -b missing node newborn -b missing node metroliner -b missing node calibrators -b missing node infiltration -b missing node forecaster -b missing node firebase -b missing node poorish -b missing node procreated -b missing node turners -b missing node bedquilt -b missing node thoroughly -b missing node turnery -b missing node smeariest -b missing node anyways -b missing node curviness -b missing node defunct -b missing node incivilities -b missing node integral -b missing node bawdy -b missing node terriers -b missing node slipping -b missing node bawds -b missing node muckiest -b missing node wakiki -b missing node chutnees -b missing node winslow -b missing node sherries -b missing node consensually -b missing node wharfingers -b missing node waggling -b missing node backslider -b missing node hurrah -b missing node backslides -b missing node thunderous -b missing node recline -b missing node zanyish -b missing node waking -b missing node selfsame -b missing node nonpoisonous -b missing node decenniums -b missing node jackson -b missing node ignifying -b missing node greenery -b missing node cheaper -b missing node correlate -b missing node cheapen -b missing node teammates -b missing node grossed -b missing node candlepins -b missing node punching -b missing node hepaticas -b missing node condensing -b missing node grosses -b missing node grosser -b missing node breakfronts -b missing node unmusical -b missing node fondle -b missing node greenest -b missing node centrifugalize -b missing node cornfield -b missing node thorougher -b missing node niece -b missing node roadstead -b missing node quieta -b missing node choreographing -b missing node quieti -b missing node fonded -b missing node fileted -b missing node warrantor -b missing node misstatement -b missing node quiets -b missing node dusks -b missing node copied -b missing node fonder -b missing node corncakes -b missing node uglifying -b missing node trivalent -b missing node commodes -b missing node copies -b missing node copier -b missing node sanctioned -b missing node minuet -b missing node adjudicate -b missing node dusky -b missing node activator -b missing node oars -b missing node inevitabilities -b missing node misarrangements -b missing node quatrain -b missing node replying -b missing node notionally -b missing node drainages -b missing node redneck -b missing node peculating -b missing node prointervention -b missing node peculation -b missing node oath -b missing node protectresses -b missing node clingers -b missing node oats -b missing node relicensing -b missing node evolvers -b missing node smartingly -b missing node prompting -b missing node foreword -b missing node tensibly -b missing node lepers -b missing node foreworn -b missing node weft -b missing node painty -b missing node crescentic -b missing node tensible -b missing node admitter -b missing node paints -b missing node senecas -b missing node tooters -b missing node pounce -b missing node lapping -b missing node admitted -b missing node apace -b missing node blandishing -b missing node cognitional -b missing node slippier -b missing node leeriest -b missing node coplanar -b missing node settees -b missing node galilee -b missing node sandwiching -b missing node blackouts -b missing node outlandish -b missing node pounds -b missing node bickering -b missing node galileo -b missing node galilei -b missing node cheaply -b missing node predecessor -b missing node mayvins -b missing node supersensitive -b missing node fatstocks -b missing node sprights -b missing node remolds -b missing node confiners -b missing node tensity -b missing node devastatingly -b missing node onwards -b missing node paralegal -b missing node adored -b missing node grossly -b missing node hyposensitivity -b missing node piecing -b missing node copilot -b missing node effable -b missing node eatery -b missing node eaters -b missing node inheritabilities -b missing node adorer -b missing node adores -b missing node preference -b missing node gladly -b missing node weir -b missing node cocoanuts -b missing node bastions -b missing node erosely -b missing node cardamum -b missing node tensing -b missing node clerihews -b missing node eluded -b missing node subsidence -b missing node torpedoing -b missing node wolverine -b missing node degenerately -b missing node bedrocks -b missing node flicker -b missing node sadism -b missing node archways -b missing node extrovert -b missing node rotates -b missing node sadist -b missing node fondly -b missing node carrousel -b missing node coercers -b missing node flicked -b missing node christ -b missing node eludes -b missing node foreign -b missing node cardamon -b missing node chrism -b missing node cardamom -b missing node reattempt -b missing node eluder -b missing node knelled -b missing node rotated -b missing node tracheas -b missing node weld -b missing node sequestrations -b missing node tracheal -b missing node depressional -b missing node froggier -b missing node well -b missing node tracheae -b missing node burgesses -b missing node condos -b missing node pyxies -b missing node welt -b missing node condor -b missing node auditive -b missing node condom -b missing node disliker -b missing node reawakened -b missing node dislikes -b missing node disliked -b missing node buckskin -b missing node quarrymen -b missing node cheapie -b missing node invoke -b missing node tension -b missing node prepacked -b missing node absently -b missing node wens -b missing node hundred -b missing node went -b missing node capitalizers -b missing node electrologist -b missing node landaus -b missing node motorists -b missing node tailgating -b missing node wend -b missing node burnooses -b missing node rummer -b missing node disperses -b missing node symboled -b missing node locknuts -b missing node carriers -b missing node inputs -b missing node dispersed -b missing node roosts -b missing node trowelled -b missing node lustful -b missing node watchdogs -b missing node durum -b missing node durst -b missing node glades -b missing node embroider -b missing node neurologists -b missing node pixieish -b missing node hyphened -b missing node tendon -b missing node trinitarian -b missing node mendacities -b missing node wept -b missing node fortieths -b missing node misleader -b missing node augmenter -b missing node dermopathy -b missing node practising -b missing node embarkment -b missing node activated -b missing node velocity -b missing node titivate -b missing node underpeopled -b missing node augmented -b missing node miniskirted -b missing node durrs -b missing node rotator -b missing node activates -b missing node mistranslated -b missing node gateposts -b missing node livable -b missing node crystal -b missing node nebbishes -b missing node majorette -b missing node mistranslates -b missing node grudgingly -b missing node shorthorns -b missing node wert -b missing node slimness -b missing node discomfit -b missing node oidium -b missing node audition -b missing node keepings -b missing node were -b missing node dinginess -b missing node adorns -b missing node tensive -b missing node terrific -b missing node natters -b missing node absentia -b missing node fondue -b missing node visaing -b missing node symbolic -b missing node forestaller -b missing node setters -b missing node provisos -b missing node sectarians -b missing node chutneys -b missing node gophers -b missing node forestalled -b missing node west -b missing node heartstrings -b missing node cursory -b missing node pneumas -b missing node minute -b missing node nonreciprocally -b missing node resourcefully -b missing node frogging -b missing node sphinx -b missing node wets -b missing node skylines -b missing node detainers -b missing node paleographical -b missing node redness -b missing node oxygenize -b missing node reexhibit -b missing node umbilical -b missing node hermetic -b missing node dermas -b missing node exculpate -b missing node endorsements -b missing node filterable -b missing node cursors -b missing node dermal -b missing node auditing -b missing node nameable -b missing node fireball -b missing node durns -b missing node barb -b missing node flyleaves -b missing node outboasted -b missing node clump -b missing node tungstens -b missing node belayed -b missing node taxonomical -b missing node barn -b missing node semantics -b missing node jibers -b missing node distemper -b missing node bark -b missing node barf -b missing node enface -b missing node bare -b missing node bard -b missing node clunk -b missing node showy -b missing node shown -b missing node fantasized -b missing node wide -b missing node racemose -b missing node substitutive -b missing node clung -b missing node profeminists -b missing node shows -b missing node demagogies -b missing node overintense -b missing node blackguards -b missing node unfold -b missing node grappling -b missing node fantasizes -b missing node compartments -b missing node liturgists -b missing node wick -b missing node prewashed -b missing node epicycles -b missing node bypassed -b missing node bast -b missing node barbershops -b missing node bats -b missing node charbroils -b missing node prewashes -b missing node sourwood -b missing node bypasses -b missing node bath -b missing node bate -b missing node floggers -b missing node traitorous -b missing node construable -b missing node microcosm -b missing node regerminating -b missing node offertories -b missing node bars -b missing node allotting -b missing node buttons -b missing node buttony -b missing node callings -b missing node knottier -b missing node durra -b missing node freshly -b missing node prided -b missing node bass -b missing node base -b missing node unnumbered -b missing node bash -b missing node rehabilitate -b missing node bask -b missing node cruelness -b missing node coefficient -b missing node bennies -b missing node seducible -b missing node lamping -b missing node stocktaking -b missing node knobbier -b missing node biocycle -b missing node miffing -b missing node morsels -b missing node bane -b missing node activistic -b missing node boatswain -b missing node reactivity -b missing node software -b missing node band -b missing node redemand -b missing node floundering -b missing node bank -b missing node bang -b missing node balm -b missing node tackifying -b missing node hairpins -b missing node hating -b missing node blearier -b missing node crinkles -b missing node indecency -b missing node multijet -b missing node confects -b missing node discounts -b missing node complementary -b missing node quiescence -b missing node hyphenations -b missing node microcopy -b missing node sagittarius -b missing node unfeelingly -b missing node crinkled -b missing node bans -b missing node unfailing -b missing node purblind -b missing node fieldstone -b missing node zestfully -b missing node outbacks -b missing node quiescency -b missing node crustaceans -b missing node piracy -b missing node dismays -b missing node dogsbodies -b missing node freshet -b missing node freshes -b missing node clues -b missing node sacramento -b missing node improves -b missing node improver -b missing node fresher -b missing node fencers -b missing node shope -b missing node cadencing -b missing node freshen -b missing node deliberate -b missing node substitution -b missing node reenlargement -b missing node freshed -b missing node tantalus -b missing node improved -b missing node clued -b missing node shops -b missing node foremen -b missing node carbonic -b missing node tantalum -b missing node introspection -b missing node candidacies -b missing node sacraments -b missing node wile -b missing node wild -b missing node substituting -b missing node maudlin -b missing node sunburning -b missing node bays -b missing node pirana -b missing node depilated -b missing node wilt -b missing node reinventing -b missing node formalins -b missing node shoos -b missing node wily -b missing node shoot -b missing node will -b missing node manilas -b missing node blearily -b missing node heresies -b missing node depilates -b missing node shook -b missing node telephonist -b missing node raptors -b missing node misdated -b missing node shore -b missing node lingeringly -b missing node unmanned -b missing node preceding -b missing node cluck -b missing node manfully -b missing node short -b missing node avowal -b missing node bowlfuls -b missing node dismast -b missing node guernseys -b missing node shorn -b missing node foremother -b missing node knottily -b missing node knotting -b missing node enfant -b missing node emeerate -b missing node barrage -b missing node ogees -b missing node outrush -b missing node dibblers -b missing node jollification -b missing node rhetorics -b missing node epitomic -b missing node overwilling -b missing node regerminative -b missing node compositor -b missing node unexplainable -b missing node dragon -b missing node seabeaches -b missing node shote -b missing node axial -b missing node puggish -b missing node foreman -b missing node gimcracks -b missing node shots -b missing node lopsided -b missing node primmest -b missing node regermination -b missing node duckling -b missing node balloter -b missing node tensile -b missing node earwigged -b missing node clubs -b missing node gassiest -b missing node balloted -b missing node unexplainably -b missing node baud -b missing node mitring -b missing node misdates -b missing node synthesize -b missing node floorboards -b missing node shampooed -b missing node blearing -b missing node barhop -b missing node shove -b missing node canaille -b missing node shampooer -b missing node annoyingly -b missing node evidencing -b missing node undersized -b missing node buttock -b missing node saturations -b missing node wigs -b missing node burblers -b missing node epitomes -b missing node briquets -b missing node bawl -b missing node noisomely -b missing node legions -b missing node skyway -b missing node ringlike -b missing node barrack -b missing node wife -b missing node hoodlum -b missing node sideswipe -b missing node shout -b missing node bawd -b missing node baptizers -b missing node unregimented -b missing node paupering -b missing node overpriced -b missing node indenting -b missing node outputting -b missing node ascendance -b missing node chamfer -b missing node aneurysms -b missing node overprices -b missing node colossally -b missing node baal -b missing node geosynclines -b missing node dispossession -b missing node mordanting -b missing node bosque -b missing node deutsche -b missing node baba -b missing node comforting -b missing node rearward -b missing node baas -b missing node ascendancy -b missing node pedunculated -b missing node nicer -b missing node inserters -b missing node enviably -b missing node dural -b missing node hognut -b missing node acclimatizing -b missing node babe -b missing node suspensive -b missing node palsied -b missing node woodcocks -b missing node sectionalism -b missing node dispossessing -b missing node baby -b missing node gownsmen -b missing node palsies -b missing node parachute -b missing node babu -b missing node nineteen -b missing node indention -b missing node back -b missing node bach -b missing node inheriting -b missing node original -b missing node croquet -b missing node gestures -b missing node gesturer -b missing node draggy -b missing node collate -b missing node spangly -b missing node talkative -b missing node jailed -b missing node hygienics -b missing node amperes -b missing node thersitical -b missing node formulation -b missing node legislatress -b missing node avowed -b missing node serener -b missing node serenes -b missing node conclude -b missing node pricks -b missing node formalism -b missing node wrongdoing -b missing node numbered -b missing node pauperism -b missing node formalist -b missing node pricky -b missing node tidings -b missing node spangle -b missing node whoa -b missing node formulating -b missing node numberer -b missing node flaxseeds -b missing node dethronements -b missing node whom -b missing node enviable -b missing node transportable -b missing node libidinously -b missing node formality -b missing node pacesetter -b missing node gownsman -b missing node accentuating -b missing node tramways -b missing node bazar -b missing node pirate -b missing node heroinism -b missing node colloquially -b missing node gobbets -b missing node banging -b missing node squareness -b missing node avower -b missing node retched -b missing node indulging -b missing node hoariness -b missing node jailer -b missing node gestured -b missing node sensitization -b missing node balefires -b missing node retches -b missing node accentuation -b missing node ludicrously -b missing node prepacking -b missing node generalship -b missing node hurrying -b missing node fracture -b missing node corymbs -b missing node lionization -b missing node corporation -b missing node begetters -b missing node bluebird -b missing node baht -b missing node roadsters -b missing node downright -b missing node punchers -b missing node restraightened -b missing node rehabilitant -b missing node propagators -b missing node wapitis -b missing node admissions -b missing node piggybacks -b missing node entreat -b missing node bait -b missing node bail -b missing node cultured -b missing node patenting -b missing node topmost -b missing node bake -b missing node cultural -b missing node nonaffilliated -b missing node permissable -b missing node hessians -b missing node devalued -b missing node zealot -b missing node spectate -b missing node occidents -b missing node bali -b missing node whys -b missing node ball -b missing node balk -b missing node bale -b missing node panhandler -b missing node bald -b missing node panhandles -b missing node stored -b missing node vestings -b missing node puncheon -b missing node storey -b missing node devalues -b missing node stores -b missing node delusiveness -b missing node adjoins -b missing node adjoint -b missing node fisted -b missing node formalize -b missing node cordite -b missing node enhaloed -b missing node priced -b missing node samsaras -b missing node inlayer -b missing node bade -b missing node hardheadedly -b missing node fiefdom -b missing node niche -b missing node enhaloes -b missing node bads -b missing node repetitiveness -b missing node skyward -b missing node unutilized -b missing node irreducibilities -b missing node renascence -b missing node scabious -b missing node stable -b missing node crapulence -b missing node undersold -b missing node fearing -b missing node chondrules -b missing node tantalic -b missing node entrees -b missing node geosynclinal -b missing node output -b missing node dosimetries -b missing node cultures -b missing node evolutions -b missing node shynesses -b missing node manilla -b missing node corporative -b missing node nonfulfillment -b missing node strikers -b missing node jailor -b missing node insolvency -b missing node stably -b missing node arbores -b missing node supplanting -b missing node pricey -b missing node pressure -b missing node nicks -b missing node cinchona -b missing node arbored -b missing node enjoyment -b missing node tenets -b missing node prices -b missing node fistic -b missing node pricer -b missing node unkissed -b missing node bags -b missing node stormy -b missing node wilds -b missing node threat -b missing node diluvion -b missing node articulator -b missing node allegro -b missing node wham -b missing node transects -b missing node guanos -b missing node wiled -b missing node thread -b missing node richter -b missing node storms -b missing node frantic -b missing node colloquia -b missing node baring -b missing node objectively -b missing node paralyzing -b missing node petri -b missing node wilco -b missing node attaints -b missing node petro -b missing node mudsill -b missing node octets -b missing node perpetually -b missing node burette -b missing node vaporizing -b missing node spectrography -b missing node excursus -b missing node briary -b missing node cording -b missing node muddles -b missing node briars -b missing node muddler -b missing node internees -b missing node petty -b missing node unguarded -b missing node dunner -b missing node dunned -b missing node collage -b missing node stimulatingly -b missing node thickish -b missing node projectors -b missing node muddled -b missing node vitalities -b missing node hearties -b missing node heartier -b missing node silvas -b missing node sulfureous -b missing node permissible -b missing node gatepost -b missing node outback -b missing node occluded -b missing node runnels -b missing node permissibly -b missing node whap -b missing node frumpier -b missing node what -b missing node dining -b missing node pedicure -b missing node silvan -b missing node occludes -b missing node threes -b missing node chymist -b missing node mutandis -b missing node modelers -b missing node lovemaking -b missing node rheum -b missing node virginities -b missing node antipastos -b missing node guanin -b missing node hawkers -b missing node limiest -b missing node hencoop -b missing node spectrographs -b missing node pediatricians -b missing node bayou -b missing node aussies -b missing node auscultates -b missing node dwarfest -b missing node protons -b missing node storks -b missing node byliner -b missing node privateer -b missing node outran -b missing node armoury -b missing node auscultated -b missing node buckshot -b missing node bylines -b missing node armours -b missing node parallel -b missing node traversable -b missing node whelped -b missing node hygienist -b missing node panhandled -b missing node hocused -b missing node folklorist -b missing node minidisks -b missing node offprints -b missing node shovelsful -b missing node calliope -b missing node frumpily -b missing node instructor -b missing node conchy -b missing node heroized -b missing node intriguing -b missing node whig -b missing node lecturer -b missing node lychees -b missing node cervicitis -b missing node lectures -b missing node digress -b missing node whim -b missing node pinfolded -b missing node barium -b missing node cunninger -b missing node heroizes -b missing node whit -b missing node unsuccessful -b missing node bethinks -b missing node conchs -b missing node whip -b missing node foreleg -b missing node bayed -b missing node lectured -b missing node whir -b missing node barcaroles -b missing node drafty -b missing node collars -b missing node petit -b missing node lebanese -b missing node heartily -b missing node drafts -b missing node keyset -b missing node mainsails -b missing node midwestern -b missing node bylined -b missing node blender -b missing node glamorize -b missing node collard -b missing node blended -b missing node prefixal -b missing node hearting -b missing node articulates -b missing node carbides -b missing node anastomosis -b missing node taunted -b missing node haymaker -b missing node ballyhooing -b missing node articulated -b missing node defenselessly -b missing node forfeiture -b missing node taunter -b missing node bookworm -b missing node milkman -b missing node whiz -b missing node taximan -b missing node remortgaged -b missing node unspent -b missing node boosted -b missing node usurpations -b missing node booster -b missing node yearlong -b missing node gestural -b missing node barite -b missing node pauperize -b missing node axillaries -b missing node piquancy -b missing node hoodwinked -b missing node genuinely -b missing node unseasonable -b missing node hawkeye -b missing node scantier -b missing node onsets -b missing node oafishness -b missing node when -b missing node hawkeys -b missing node cigarillos -b missing node scrubbing -b missing node humiliate -b missing node bullrings -b missing node remortgages -b missing node whee -b missing node unsolved -b missing node tossers -b missing node peter -b missing node talents -b missing node intimations -b missing node parleying -b missing node scanties -b missing node evilly -b missing node tameness -b missing node unseasonably -b missing node disownment -b missing node runners -b missing node prefixed -b missing node ciceros -b missing node pronunciations -b missing node matrilineage -b missing node sweatband -b missing node immanent -b missing node acanthuses -b missing node pantomime -b missing node prefixes -b missing node tomahawked -b missing node syncopating -b missing node milkmen -b missing node anomalous -b missing node quickstep -b missing node interlaces -b missing node subjacent -b missing node collaborationist -b missing node scintillas -b missing node kerneling -b missing node ragtags -b missing node collaborationism -b missing node silver -b missing node whew -b missing node hewing -b missing node whet -b missing node taximen -b missing node gastronomical -b missing node interlaced -b missing node whey -b missing node troweling -b missing node bedtimes -b missing node syncopation -b missing node fattiest -b missing node breeching -b missing node mortuary -b missing node palmists -b missing node outstares -b missing node reclamation -b missing node appetite -b missing node profiteered -b missing node disappeared -b missing node bribee -b missing node bribed -b missing node dismals -b missing node decimeter -b missing node rheas -b missing node briber -b missing node wilts -b missing node geotropic -b missing node bribes -b missing node cordial -b missing node petal -b missing node admirations -b missing node hectometer -b missing node shoji -b missing node stacks -b missing node tapiocas -b missing node coeducation -b missing node petrolatum -b missing node aberration -b missing node flacon -b missing node alleged -b missing node itemed -b missing node crewman -b missing node reprehensible -b missing node goulashes -b missing node footstep -b missing node hydrothermally -b missing node reprehensibly -b missing node alleges -b missing node unsexing -b missing node alleger -b missing node reacquaints -b missing node infallibleness -b missing node marsupialize -b missing node discoverer -b missing node hazarded -b missing node pretaste -b missing node viaducts -b missing node immobilizing -b missing node outstared -b missing node documentation -b missing node limberness -b missing node edward -b missing node cadencies -b missing node discovered -b missing node bodying -b missing node breakage -b missing node scanting -b missing node diagnoseable -b missing node inhalant -b missing node tsars -b missing node hematin -b missing node profascists -b missing node nonmechanistic -b missing node outlawry -b missing node scrubbier -b missing node strickles -b missing node cossack -b missing node privatest -b missing node poetically -b missing node shone -b missing node appeasement -b missing node ricottas -b missing node hematic -b missing node irishmen -b missing node blurters -b missing node strickled -b missing node orrery -b missing node clumsiest -b missing node chariness -b missing node scantily -b missing node woaded -b missing node unhandier -b missing node unrightful -b missing node abbacy -b missing node controvert -b missing node crewmen -b missing node hiving -b missing node cunningly -b missing node alcaldes -b missing node inceptors -b missing node bowedness -b missing node chymics -b missing node minxes -b missing node eviler -b missing node obtuser -b missing node predate -b missing node hugging -b missing node banqueters -b missing node swallowed -b missing node tictocking -b missing node tanyard -b missing node equidistantly -b missing node denouements -b missing node fruiterer -b missing node shatters -b missing node ecumenical -b missing node groundless -b missing node justifications -b missing node omnipotent -b missing node quieters -b missing node axing -b missing node sandblasting -b missing node balustrade -b missing node eocene -b missing node flowed -b missing node nuptials -b missing node immaterialness -b missing node startling -b missing node disencumbering -b missing node overreactions -b missing node libellously -b missing node flower -b missing node morgue -b missing node predawn -b missing node voteless -b missing node hocuses -b missing node preinsert -b missing node miscued -b missing node shoal -b missing node clodpole -b missing node mercurially -b missing node shoat -b missing node clodpoll -b missing node irishman -b missing node cynosure -b missing node wills -b missing node miscues -b missing node willy -b missing node axiom -b missing node broadcasts -b missing node rectifications -b missing node aurous -b missing node proctor -b missing node calliper -b missing node oddment -b missing node parallax -b missing node geckoes -b missing node axils -b missing node tendency -b missing node downtown -b missing node quietest -b missing node peseta -b missing node drugmaker -b missing node belonged -b missing node chagrining -b missing node gillnets -b missing node brickbat -b missing node comprehensible -b missing node quietens -b missing node clericalists -b missing node tyrannosaurus -b missing node improvability -b missing node gallowses -b missing node pests -b missing node shoed -b missing node manikin -b missing node paradisiacally -b missing node gluttonously -b missing node minorcas -b missing node shoes -b missing node towheads -b missing node clerkships -b missing node spurious -b missing node procuresses -b missing node shoer -b missing node befouled -b missing node slugger -b missing node tegument -b missing node temperament -b missing node comprehensibly -b missing node equinely -b missing node privately -b missing node diluvium -b missing node slugged -b missing node lightheartedly -b missing node flacks -b missing node alienabilities -b missing node unleaded -b missing node wiles -b missing node encaging -b missing node depreciate -b missing node aurora -b missing node commendatorily -b missing node shock -b missing node flyleaf -b missing node prides -b missing node conjugally -b missing node ungainliness -b missing node clutter -b missing node silked -b missing node kappa -b missing node degeneration -b missing node describable -b missing node silken -b missing node richens -b missing node garglers -b missing node cage -b missing node taxonomy -b missing node diggings -b missing node voltaire -b missing node suboffice -b missing node queueing -b missing node initialization -b missing node bandwidths -b missing node shinning -b missing node cafe -b missing node ageless -b missing node posteriors -b missing node chromide -b missing node unknowable -b missing node vegans -b missing node cheapness -b missing node accordingly -b missing node biggest -b missing node lightyears -b missing node reiterations -b missing node woodpile -b missing node runoffs -b missing node retrogradely -b missing node baaed -b missing node detoured -b missing node relentlessly -b missing node augustness -b missing node shrouded -b missing node tooting -b missing node peasantry -b missing node degenerating -b missing node cagy -b missing node galipot -b missing node kapok -b missing node trashy -b missing node continence -b missing node snooker -b missing node constricted -b missing node cabs -b missing node tensest -b missing node obsessingly -b missing node welkins -b missing node assesses -b missing node strengthening -b missing node assessee -b missing node implacability -b missing node bespoke -b missing node assessed -b missing node preferrer -b missing node modus -b missing node seminal -b missing node stokers -b missing node chimaeras -b missing node firths -b missing node preferred -b missing node kaput -b missing node checklists -b missing node prenuptial -b missing node seminar -b missing node unrelentingly -b missing node nonadults -b missing node writ -b missing node inveterate -b missing node embroiderer -b missing node cads -b missing node planted -b missing node fumigates -b missing node dowsers -b missing node barked -b missing node abominations -b missing node kulturs -b missing node planter -b missing node fumigated -b missing node wester -b missing node participle -b missing node greening -b missing node conductor -b missing node barker -b missing node flytrap -b missing node commodities -b missing node peruse -b missing node partings -b missing node fordable -b missing node embroidered -b missing node frontward -b missing node doubloon -b missing node lowered -b missing node fishiest -b missing node aphorizing -b missing node sandwiched -b missing node compressively -b missing node chessmen -b missing node launders -b missing node clerking -b missing node jujutsus -b missing node rewriter -b missing node thankfully -b missing node rewrites -b missing node entropies -b missing node lunarian -b missing node shinnied -b missing node dolphin -b missing node preappointed -b missing node pitiers -b missing node shrimps -b missing node wren -b missing node shinnies -b missing node assured -b missing node cryptography -b missing node shrimpy -b missing node snuggles -b missing node unearths -b missing node sandwiches -b missing node comets -b missing node counterfeits -b missing node monaurally -b missing node miscast -b missing node wifes -b missing node hallucinatory -b missing node spareribs -b missing node cathode -b missing node illegalize -b missing node daylights -b missing node clipboards -b missing node epeeists -b missing node ambling -b missing node shipman -b missing node simpler -b missing node simples -b missing node simplex -b missing node troikas -b missing node publicity -b missing node assuagable -b missing node dysenteric -b missing node sucres -b missing node handlebar -b missing node wailing -b missing node baals -b missing node degenerative -b missing node publicist -b missing node subtracted -b missing node confrontations -b missing node reeducating -b missing node integers -b missing node unpent -b missing node cardamums -b missing node unpens -b missing node ferreter -b missing node chessman -b missing node panicked -b missing node ladling -b missing node ferreted -b missing node wrap -b missing node encircled -b missing node gruffed -b missing node funniness -b missing node authentic -b missing node embroilment -b missing node declarative -b missing node richest -b missing node equestrian -b missing node graphite -b missing node encircles -b missing node tangent -b missing node bisections -b missing node cornmeals -b missing node gruffer -b missing node unchaining -b missing node tensely -b missing node montreal -b missing node wifed -b missing node disfranchise -b missing node cometh -b missing node chatterboxes -b missing node buoyancies -b missing node bamboozling -b missing node wingspreads -b missing node tubful -b missing node constrictor -b missing node corresponding -b missing node broughams -b missing node progressionist -b missing node cannings -b missing node winegrower -b missing node peruke -b missing node serfage -b missing node oversalts -b missing node telecasting -b missing node valuating -b missing node tangelo -b missing node revolutions -b missing node comers -b missing node greenier -b missing node reeducation -b missing node thirteen -b missing node pastel -b missing node wield -b missing node oolongs -b missing node paster -b missing node conducted -b missing node mauling -b missing node pasted -b missing node archivist -b missing node cave -b missing node deliriousness -b missing node reimprisoned -b missing node valuation -b missing node practicing -b missing node illegality -b missing node confidants -b missing node horribles -b missing node briton -b missing node unenfranchised -b missing node cavy -b missing node gourds -b missing node confidante -b missing node boardmen -b missing node miscall -b missing node rewedded -b missing node caws -b missing node titter -b missing node gourde -b missing node murmurers -b missing node tauts -b missing node wickeder -b missing node diarists -b missing node rebuttoned -b missing node burseeds -b missing node negligible -b missing node reformational -b missing node stapling -b missing node tunnelling -b missing node welshers -b missing node thickly -b missing node danseur -b missing node mestizas -b missing node bisulfide -b missing node underassessed -b missing node originals -b missing node negligibly -b missing node mounding -b missing node wainscot -b missing node paperboards -b missing node cays -b missing node pastes -b missing node tittie -b missing node cloyed -b missing node industrialism -b missing node thicken -b missing node duchies -b missing node pinballs -b missing node thicket -b missing node publicize -b missing node thicker -b missing node whoreson -b missing node townhouse -b missing node lactic -b missing node recycles -b missing node carl -b missing node forepart -b missing node inveteracy -b missing node astrally -b missing node carp -b missing node cars -b missing node industrialist -b missing node care -b missing node card -b missing node envisioned -b missing node loathings -b missing node declaration -b missing node casa -b missing node reimprison -b missing node cart -b missing node tightwad -b missing node solicitude -b missing node quirky -b missing node cast -b missing node precocity -b missing node cash -b missing node case -b missing node quirks -b missing node extirpate -b missing node cask -b missing node unimportant -b missing node spheroid -b missing node idealizing -b missing node affiances -b missing node valuative -b missing node dewaxes -b missing node bedumbs -b missing node cats -b missing node creditably -b missing node obloquy -b missing node affianced -b missing node eggcups -b missing node skirter -b missing node dewaxed -b missing node roustabout -b missing node glitzy -b missing node assures -b missing node citadels -b missing node creditable -b missing node assurer -b missing node recycled -b missing node jerrycan -b missing node gruffly -b missing node shallowness -b missing node theocracies -b missing node unicolor -b missing node shrinks -b missing node darksome -b missing node qaids -b missing node shipmen -b missing node tittle -b missing node caul -b missing node demureness -b missing node portress -b missing node cane -b missing node originate -b missing node hulling -b missing node refraining -b missing node camp -b missing node cams -b missing node confusion -b missing node thousands -b missing node insisted -b missing node telltale -b missing node patientest -b missing node medaled -b missing node babas -b missing node frivol -b missing node cans -b missing node cant -b missing node skirted -b missing node preceeding -b missing node sioux -b missing node archiving -b missing node cape -b missing node assembly -b missing node bulldoze -b missing node paraplegics -b missing node etheric -b missing node roofer -b missing node absorbability -b missing node tonicity -b missing node hoise -b missing node peashooter -b missing node botfly -b missing node quirts -b missing node pastor -b missing node puttiers -b missing node comfit -b missing node instigation -b missing node hoist -b missing node forepaws -b missing node squintiest -b missing node subdivisions -b missing node coincidences -b missing node assemble -b missing node barfing -b missing node caps -b missing node feverfews -b missing node bangers -b missing node jetport -b missing node explanations -b missing node finishing -b missing node pomposity -b missing node instigating -b missing node irresponsibility -b missing node countability -b missing node scrapbooks -b missing node unthriftily -b missing node decathlon -b missing node rollers -b missing node cake -b missing node cyclopedia -b missing node babel -b missing node sarapes -b missing node shrined -b missing node ringsides -b missing node boardman -b missing node greenish -b missing node roofed -b missing node fumigator -b missing node embolization -b missing node assuror -b missing node shrines -b missing node babes -b missing node gurgle -b missing node calm -b missing node call -b missing node calk -b missing node tuneful -b missing node onerousness -b missing node calf -b missing node capsicum -b missing node calc -b missing node practicabilities -b missing node caky -b missing node wierd -b missing node callable -b missing node pemmican -b missing node seemers -b missing node insister -b missing node subtile -b missing node galloping -b missing node sextons -b missing node menfolks -b missing node acetates -b missing node decontaminate -b missing node came -b missing node calx -b missing node fugatos -b missing node pastry -b missing node uncanceled -b missing node average -b missing node reembarks -b missing node slummy -b missing node preachers -b missing node peppering -b missing node wintertime -b missing node slippers -b missing node midwifery -b missing node psychically -b missing node beefiest -b missing node turnip -b missing node subclassed -b missing node slippery -b missing node flashlights -b missing node dinnertime -b missing node geochemist -b missing node ailerons -b missing node subclasses -b missing node octads -b missing node henbit -b missing node bisulfite -b missing node depicters -b missing node presumptively -b missing node bettas -b missing node derision -b missing node godheads -b missing node densitometers -b missing node vulcanism -b missing node concreted -b missing node vulcanite -b missing node kaons -b missing node tellable -b missing node transvestitism -b missing node fogbound -b missing node photons -b missing node omelette -b missing node floweriest -b missing node nixy -b missing node derail -b missing node epitaphs -b missing node easements -b missing node nappers -b missing node slumps -b missing node tripartite -b missing node inflate -b missing node voila -b missing node outspread -b missing node confusing -b missing node pupation -b missing node enough -b missing node voile -b missing node integrator -b missing node clowns -b missing node levitates -b missing node vivifying -b missing node hussy -b missing node ticklishly -b missing node rebuses -b missing node noonings -b missing node spiting -b missing node derisive -b missing node levitated -b missing node classifiers -b missing node betted -b missing node citeable -b missing node depriver -b missing node deprives -b missing node assailment -b missing node babka -b missing node milkily -b missing node edicts -b missing node fleet -b missing node worthiest -b missing node fleer -b missing node flees -b missing node hobnailed -b missing node concretes -b missing node saddle -b missing node better -b missing node deprived -b missing node numberable -b missing node nits -b missing node flying -b missing node mastering -b missing node repinned -b missing node mestizos -b missing node fishtailed -b missing node fractionally -b missing node fresnel -b missing node slugabeds -b missing node pupating -b missing node loesses -b missing node taxicab -b missing node lurers -b missing node coincidentally -b missing node excellences -b missing node milking -b missing node nisi -b missing node fleck -b missing node unzipping -b missing node cinching -b missing node windups -b missing node nine -b missing node baboo -b missing node hamburgers -b missing node nims -b missing node plusher -b missing node plushes -b missing node firsts -b missing node murderee -b missing node murdered -b missing node corrodibility -b missing node etruscan -b missing node tripling -b missing node saddhu -b missing node nils -b missing node fleas -b missing node deprival -b missing node homonymic -b missing node alphabet -b missing node murderer -b missing node gristles -b missing node lowing -b missing node moldier -b missing node oleums -b missing node fashions -b missing node extempore -b missing node schismatically -b missing node nips -b missing node wight -b missing node fluorescent -b missing node refractors -b missing node makings -b missing node porkiest -b missing node refractory -b missing node vibrantly -b missing node mycologists -b missing node photoed -b missing node abridgements -b missing node taunt -b missing node polynomial -b missing node ruggedest -b missing node disenchants -b missing node husks -b missing node taupe -b missing node vulcanize -b missing node sordidly -b missing node pastas -b missing node indecent -b missing node displaying -b missing node exosphere -b missing node lowish -b missing node pitiful -b missing node sadden -b missing node sadder -b missing node husky -b missing node ejectives -b missing node chokers -b missing node tubers -b missing node subarea -b missing node chenilles -b missing node drains -b missing node photogs -b missing node farmings -b missing node turnup -b missing node bolting -b missing node dearth -b missing node whitfield -b missing node babus -b missing node sadiron -b missing node nill -b missing node gabling -b missing node psychical -b missing node nile -b missing node stabilize -b missing node vetoers -b missing node bizarres -b missing node stupidly -b missing node milkier -b missing node voidness -b missing node bulldogs -b missing node tympanums -b missing node aureus -b missing node everlasting -b missing node limning -b missing node mocks -b missing node babul -b missing node absenteeism -b missing node backbends -b missing node passed -b missing node underfeeds -b missing node ungulates -b missing node passee -b missing node clerkish -b missing node passer -b missing node passes -b missing node passel -b missing node plowers -b missing node pointy -b missing node puniest -b missing node points -b missing node fleecers -b missing node neoteric -b missing node unwearable -b missing node cautioned -b missing node driftpin -b missing node pointe -b missing node nullified -b missing node abreacted -b missing node nullifier -b missing node nullifies -b missing node sippy -b missing node cautioner -b missing node styling -b missing node cacaos -b missing node bettor -b missing node respecting -b missing node loathes -b missing node quirted -b missing node repentance -b missing node tatty -b missing node dieter -b missing node enlistment -b missing node surplus -b missing node comely -b missing node luxurious -b missing node dieted -b missing node bumptiously -b missing node loather -b missing node eyelet -b missing node inglorious -b missing node etiolating -b missing node seigniors -b missing node loathed -b missing node preconsultations -b missing node ultraism -b missing node eyelid -b missing node passim -b missing node ultraist -b missing node stupider -b missing node someway -b missing node foxhole -b missing node dabblings -b missing node graphing -b missing node dearly -b missing node muzzling -b missing node incorrectness -b missing node bookstores -b missing node yeggs -b missing node breadstuffs -b missing node subtleties -b missing node tendril -b missing node flews -b missing node duplexs -b missing node writeoffs -b missing node federations -b missing node unstructured -b missing node blandest -b missing node twosomes -b missing node empirical -b missing node lacerate -b missing node modem -b missing node model -b missing node cutbacks -b missing node stylist -b missing node wintertide -b missing node unquotes -b missing node hearsing -b missing node brights -b missing node dialing -b missing node stylish -b missing node engagers -b missing node modes -b missing node stylise -b missing node unquoted -b missing node dearie -b missing node bowelling -b missing node slitting -b missing node hokey -b missing node nabbing -b missing node hutch -b missing node enemas -b missing node legman -b missing node schmoe -b missing node whoever -b missing node stylite -b missing node loathly -b missing node rathole -b missing node proprietresses -b missing node numberings -b missing node whisper -b missing node rigging -b missing node unclerical -b missing node protestation -b missing node eugenic -b missing node amazonian -b missing node consumptively -b missing node waterings -b missing node enjoiner -b missing node beseechingly -b missing node flesh -b missing node cuckold -b missing node budgeting -b missing node cosseted -b missing node soever -b missing node integrates -b missing node comedy -b missing node cuckoos -b missing node handiwork -b missing node remended -b missing node overweighs -b missing node comedo -b missing node respective -b missing node overweight -b missing node arrestment -b missing node gruellings -b missing node enjoined -b missing node modal -b missing node scrapping -b missing node inflame -b missing node chaffinch -b missing node semisoft -b missing node dearer -b missing node stretchy -b missing node legmen -b missing node deviancies -b missing node bacca -b missing node integrated -b missing node alluringly -b missing node deselected -b missing node mainliner -b missing node mainlines -b missing node palestine -b missing node coliseums -b missing node masteries -b missing node burgoos -b missing node requests -b missing node turned -b missing node cutcheries -b missing node loamier -b missing node molding -b missing node turner -b missing node cooing -b missing node stylize -b missing node unconventional -b missing node dialist -b missing node recapped -b missing node travellers -b missing node laughingly -b missing node voids -b missing node mainlined -b missing node contestants -b missing node remittors -b missing node privatized -b missing node voice -b missing node bioscope -b missing node gismos -b missing node unwearably -b missing node incases -b missing node chortle -b missing node clerkdoms -b missing node incitations -b missing node graphics -b missing node flexions -b missing node incased -b missing node ephemeras -b missing node kahuna -b missing node inweave -b missing node theorems -b missing node ephemeral -b missing node naturally -b missing node bioscopy -b missing node metrists -b missing node escrowed -b missing node escrowee -b missing node ephemerae -b missing node harboring -b missing node delicateness -b missing node splayed -b missing node brutalities -b missing node substantive -b missing node carousing -b missing node huron -b missing node bacon -b missing node misunderstandingly -b missing node spoke -b missing node ecumenicalism -b missing node cognizable -b missing node deflated -b missing node stratums -b missing node luniest -b missing node deflates -b missing node flagless -b missing node foreordination -b missing node emperors -b missing node otologic -b missing node contumacious -b missing node armories -b missing node colorant -b missing node cognizably -b missing node stewards -b missing node empathetic -b missing node barmie -b missing node grievous -b missing node dandyisms -b missing node polymerizing -b missing node persuasive -b missing node fibbing -b missing node loaming -b missing node tapers -b missing node hurler -b missing node impermeability -b missing node jeopardizing -b missing node placably -b missing node hurled -b missing node wrights -b missing node jujitsus -b missing node volts -b missing node wrynesses -b missing node swellings -b missing node placable -b missing node reproducible -b missing node bathrooms -b missing node unyoke -b missing node faltboat -b missing node backs -b missing node volta -b missing node grottos -b missing node wanting -b missing node siltiest -b missing node carbuncle -b missing node dramatizing -b missing node amoeba -b missing node seriousness -b missing node unbudgeted -b missing node plugugly -b missing node seventh -b missing node shippable -b missing node companying -b missing node spiritedness -b missing node elision -b missing node seventy -b missing node endeavoring -b missing node gunfires -b missing node toilworn -b missing node tempura -b missing node kanji -b missing node goodbyes -b missing node taxis -b missing node hoggs -b missing node reinvoking -b missing node argentina -b missing node previewing -b missing node ozone -b missing node muggier -b missing node silica -b missing node spoil -b missing node undersides -b missing node hipnesses -b missing node argentine -b missing node muzzlers -b missing node hurls -b missing node vulcanic -b missing node eftsoon -b missing node trauma -b missing node hoggers -b missing node codings -b missing node subtler -b missing node scrappier -b missing node molders -b missing node roughening -b missing node hurly -b missing node depletions -b missing node scramblers -b missing node altercations -b missing node singe -b missing node misused -b missing node inheritress -b missing node densities -b missing node misappropriation -b missing node spots -b missing node decennials -b missing node misuser -b missing node mobil -b missing node zoysia -b missing node frozenly -b missing node misuses -b missing node phased -b missing node diehards -b missing node kirsch -b missing node triscele -b missing node imperialness -b missing node enchaining -b missing node flats -b missing node sinew -b missing node backslappers -b missing node phaser -b missing node phases -b missing node pantsuits -b missing node sines -b missing node smudgiest -b missing node flaws -b missing node unteachable -b missing node spout -b missing node flawy -b missing node dissuasively -b missing node ambisexuality -b missing node arthropod -b missing node vanquishes -b missing node vanquisher -b missing node petrological -b missing node arbitrate -b missing node sequestrable -b missing node harrowing -b missing node phlegm -b missing node reassessing -b missing node sinhs -b missing node overstepping -b missing node recipients -b missing node barman -b missing node misappropriating -b missing node legible -b missing node emissive -b missing node oftest -b missing node hightail -b missing node argents -b missing node sings -b missing node legibly -b missing node spanners -b missing node sadists -b missing node argentite -b missing node handicraft -b missing node misalignment -b missing node elections -b missing node spoon -b missing node since -b missing node constrictors -b missing node flexile -b missing node spoor -b missing node torqued -b missing node flays -b missing node cooled -b missing node judos -b missing node cooler -b missing node spoof -b missing node constellations -b missing node spook -b missing node spool -b missing node hogan -b missing node ideally -b missing node cooley -b missing node videodiscs -b missing node upturned -b missing node flaxy -b missing node voltages -b missing node vanquished -b missing node kinkiest -b missing node sadisms -b missing node phasic -b missing node bivalencies -b missing node armorial -b missing node samoan -b missing node diuretics -b missing node osculations -b missing node decahedra -b missing node phonology -b missing node convalesce -b missing node torques -b missing node japanners -b missing node inflect -b missing node expandable -b missing node torquer -b missing node gnawings -b missing node dekaliters -b missing node flexing -b missing node validating -b missing node magnetometers -b missing node kanas -b missing node heroines -b missing node lonesomely -b missing node germination -b missing node fusser -b missing node fusses -b missing node shewer -b missing node validation -b missing node colorado -b missing node mammeys -b missing node sport -b missing node barmen -b missing node flexion -b missing node contractibility -b missing node fussed -b missing node epiglottis -b missing node headiest -b missing node covings -b missing node shewed -b missing node spore -b missing node germinating -b missing node hardship -b missing node aubades -b missing node nice -b missing node tireless -b missing node bushtits -b missing node noddle -b missing node escalating -b missing node girders -b missing node nibs -b missing node nonzebra -b missing node torturously -b missing node exits -b missing node milepost -b missing node referrer -b missing node tenaciously -b missing node nick -b missing node ballpoints -b missing node referred -b missing node coolie -b missing node digraph -b missing node misconceive -b missing node novelizes -b missing node regrooves -b missing node radiotherapy -b missing node depicting -b missing node piedmonts -b missing node serumal -b missing node novelized -b missing node agelessness -b missing node postnasal -b missing node textiles -b missing node resolver -b missing node resolves -b missing node detraining -b missing node pointlessly -b missing node depiction -b missing node tradable -b missing node deleteriously -b missing node quackster -b missing node areaway -b missing node aspirers -b missing node regrooved -b missing node hooding -b missing node accessability -b missing node simon -b missing node arbitrary -b missing node reheat -b missing node deactivator -b missing node mocha -b missing node nigh -b missing node rehear -b missing node coolly -b missing node emission -b missing node appestats -b missing node incongruously -b missing node hemiola -b missing node zanier -b missing node quatorzes -b missing node denudations -b missing node zanies -b missing node imperceptibleness -b missing node blackfoot -b missing node tinkliest -b missing node hyperborean -b missing node oxygenous -b missing node mushiness -b missing node drayages -b missing node infiltrators -b missing node cannonballed -b missing node roisterous -b missing node twaddlers -b missing node clubber -b missing node dynamiters -b missing node dieses -b missing node stability -b missing node acquiring -b missing node sensuously -b missing node clubbed -b missing node grunting -b missing node deicers -b missing node volga -b missing node thighbones -b missing node destructiveness -b missing node liquoring -b missing node plushly -b missing node joggers -b missing node octave -b missing node diesel -b missing node toecaps -b missing node voles -b missing node receptionists -b missing node dayton -b missing node commercing -b missing node octavo -b missing node escalation -b missing node polarizer -b missing node syndications -b missing node polarizes -b missing node polyphony -b missing node polarized -b missing node urbanizing -b missing node devitalize -b missing node rheostatic -b missing node floatability -b missing node seasonally -b missing node equalised -b missing node tiercels -b missing node exile -b missing node reheel -b missing node syndrome -b missing node gendering -b missing node inspect -b missing node nodded -b missing node prating -b missing node zombis -b missing node enshrouding -b missing node nodder -b missing node mastodonic -b missing node phonologist -b missing node submarines -b missing node zombie -b missing node deactivates -b missing node persuasion -b missing node deactivated -b missing node seahorse -b missing node deflator -b missing node sueding -b missing node bondless -b missing node dementia -b missing node triunities -b missing node doffers -b missing node taxed -b missing node spermatocidal -b missing node armoring -b missing node badge -b missing node taxes -b missing node inflammable -b missing node taxer -b missing node helicoidal -b missing node muggily -b missing node detouring -b missing node wrastle -b missing node travel -b missing node baddy -b missing node refreeze -b missing node simps -b missing node halfpence -b missing node octant -b missing node hurry -b missing node diatoms -b missing node overshots -b missing node liquorice -b missing node newsiest -b missing node enterprise -b missing node nonconformists -b missing node spicule -b missing node demimondaine -b missing node footing -b missing node loanword -b missing node drakes -b missing node muggins -b missing node sharing -b missing node splatters -b missing node roadblock -b missing node exist -b missing node hurts -b missing node equalises -b missing node affectingly -b missing node demented -b missing node postnuptial -b missing node octane -b missing node arbitrage -b missing node mugging -b missing node arsenites -b missing node extroverted -b missing node causable -b missing node penises -b missing node captiousness -b missing node catatony -b missing node vertigos -b missing node evocations -b missing node socketed -b missing node impersonalized -b missing node sharker -b missing node elasticizes -b missing node backdates -b missing node betray -b missing node misbestowing -b missing node voyage -b missing node resolute -b missing node mutant -b missing node elasticized -b missing node sharked -b missing node backdated -b missing node reforging -b missing node scallop -b missing node overshoot -b missing node fittingly -b missing node versos -b missing node fencing -b missing node squeakers -b missing node drapable -b missing node rehems -b missing node intruded -b missing node moans -b missing node wedlocks -b missing node decimalize -b missing node intruder -b missing node synchro -b missing node superpositions -b missing node inculpability -b missing node intrudes -b missing node tawny -b missing node barley -b missing node cilantro -b missing node pinsetter -b missing node timberline -b missing node reshapes -b missing node reshaper -b missing node oversubtleties -b missing node quiver -b missing node versus -b missing node enterprize -b missing node seedtime -b missing node stockinet -b missing node eyeing -b missing node sickening -b missing node highlanders -b missing node asinine -b missing node mistranslate -b missing node primuses -b missing node alleles -b missing node footier -b missing node disquietudes -b missing node travelogues -b missing node excommunications -b missing node eliminates -b missing node overlying -b missing node reshaped -b missing node graphologist -b missing node designative -b missing node platinum -b missing node batholithic -b missing node seeming -b missing node chichi -b missing node eliminated -b missing node flotsams -b missing node chicle -b missing node quadrupling -b missing node edematous -b missing node episcopacy -b missing node weakliest -b missing node holdalls -b missing node patentees -b missing node cattleman -b missing node stockings -b missing node sunlamps -b missing node restraint -b missing node acrostics -b missing node misadventures -b missing node chicks -b missing node restrains -b missing node sample -b missing node moats -b missing node blueprints -b missing node nonirritating -b missing node frequenting -b missing node deflorations -b missing node badly -b missing node nucleolar -b missing node strangulations -b missing node fourscore -b missing node walkover -b missing node quartering -b missing node bombastically -b missing node overshoes -b missing node implementations -b missing node unsheathed -b missing node nonhabitable -b missing node bother -b missing node widish -b missing node prosper -b missing node syndical -b missing node corporeal -b missing node plashed -b missing node commercial -b missing node plasher -b missing node windsor -b missing node allelic -b missing node kumiss -b missing node bariums -b missing node tactless -b missing node plashes -b missing node rebroadcasting -b missing node soaring -b missing node remonstrances -b missing node sampan -b missing node industrialize -b missing node unsheathes -b missing node geared -b missing node shipyards -b missing node boomerang -b missing node kames -b missing node luminesces -b missing node sufficers -b missing node halfpenny -b missing node samekhs -b missing node scrappiest -b missing node luminesced -b missing node shipped -b missing node disinterested -b missing node pourboires -b missing node inversely -b missing node expeditiousness -b missing node shipper -b missing node wriggle -b missing node percusses -b missing node cattlemen -b missing node representatives -b missing node fustic -b missing node reenacting -b missing node serfdom -b missing node wriggly -b missing node percussed -b missing node fieldwork -b missing node pudgiest -b missing node tankages -b missing node negatives -b missing node cooked -b missing node zanily -b missing node barbarians -b missing node cookey -b missing node guerdon -b missing node gallopers -b missing node negatived -b missing node eidolons -b missing node cooker -b missing node challenges -b missing node glance -b missing node hoister -b missing node ottawas -b missing node challenged -b missing node unboundedly -b missing node lodgement -b missing node shrilly -b missing node tacticians -b missing node hoisted -b missing node challenger -b missing node shrills -b missing node obscurantists -b missing node referral -b missing node braggy -b missing node cupolas -b missing node beholding -b missing node festiveness -b missing node buckwheat -b missing node combos -b missing node tampering -b missing node appropriately -b missing node resolved -b missing node chromize -b missing node dispassion -b missing node eliminator -b missing node apparel -b missing node glands -b missing node smashups -b missing node mutate -b missing node oversalt -b missing node selfhoods -b missing node referendums -b missing node overexposure -b missing node trapping -b missing node platinic -b missing node plateauing -b missing node trims -b missing node snuggled -b missing node schists -b missing node biometries -b missing node apparat -b missing node trine -b missing node cookie -b missing node indulgent -b missing node platings -b missing node vagary -b missing node inauspiciousness -b missing node matzohs -b missing node versal -b missing node fallible -b missing node trios -b missing node inaugurations -b missing node busboys -b missing node centipede -b missing node percipient -b missing node consummate -b missing node discourse -b missing node chromium -b missing node languishers -b missing node facilitate -b missing node aoudads -b missing node trips -b missing node parricide -b missing node tripe -b missing node carboniferous -b missing node fallibly -b missing node kinematics -b missing node variational -b missing node malaprops -b missing node inconclusively -b missing node wipeout -b missing node scutcheons -b missing node popedom -b missing node unreeling -b missing node mooting -b missing node dippiest -b missing node sinks -b missing node illegalization -b missing node drippy -b missing node divesting -b missing node continents -b missing node misogynic -b missing node tinkers -b missing node suggests -b missing node trifoliate -b missing node versed -b missing node squelching -b missing node chromite -b missing node nineties -b missing node verser -b missing node verses -b missing node bluntest -b missing node alternatively -b missing node peacefully -b missing node unmentionable -b missing node petunia -b missing node longness -b missing node prosody -b missing node reprobate -b missing node corpulence -b missing node postnatal -b missing node inadvertent -b missing node fumatory -b missing node proprietorships -b missing node teuton -b missing node firstlings -b missing node densest -b missing node vexedly -b missing node strengtheners -b missing node ingathered -b missing node trill -b missing node bridgehead -b missing node school -b missing node automatization -b missing node prepunch -b missing node corpulency -b missing node outstands -b missing node situps -b missing node coffered -b missing node barlow -b missing node chicly -b missing node satrapies -b missing node cropland -b missing node deaths -b missing node walkouts -b missing node gherkins -b missing node pummeled -b missing node schisms -b missing node syncing -b missing node dirigibles -b missing node amblers -b missing node minxish -b missing node masqueraded -b missing node midrib -b missing node besought -b missing node sporulate -b missing node assessor -b missing node spurted -b missing node crippling -b missing node fuehrers -b missing node sneakers -b missing node accouterment -b missing node matriculations -b missing node institutions -b missing node infuriates -b missing node glamor -b missing node twistable -b missing node poufed -b missing node fourthly -b missing node fissions -b missing node graphologies -b missing node lissome -b missing node orderers -b missing node masquerades -b missing node toxicologists -b missing node masquerader -b missing node chicos -b missing node dineros -b missing node uneventfully -b missing node chroming -b missing node unhuman -b missing node bacteria -b missing node aoudad -b missing node regionalist -b missing node stipulations -b missing node exotoxin -b missing node calendaring -b missing node prerecords -b missing node rabbeted -b missing node amplifies -b missing node percussor -b missing node matzoth -b missing node amplifier -b missing node regionalism -b missing node undertakers -b missing node believers -b missing node mimeographing -b missing node acerbities -b missing node seedless -b missing node transistorizing -b missing node amplified -b missing node baptizing -b missing node indulgers -b missing node redescribes -b missing node nosebag -b missing node pouffs -b missing node nominatively -b missing node toothed -b missing node sinus -b missing node infuriated -b missing node saltbushes -b missing node redescribed -b missing node plantar -b missing node pouffe -b missing node squelchier -b missing node prepared -b missing node exotoxic -b missing node aggressively -b missing node believeth -b missing node analytical -b missing node prepares -b missing node preparer -b missing node regloss -b missing node trite -b missing node reorganized -b missing node fellowly -b missing node repowering -b missing node reorganizer -b missing node reorganizes -b missing node densely -b missing node deathy -b missing node dybbukim -b missing node herbarium -b missing node acrobatic -b missing node dehorns -b missing node squidding -b missing node marmalades -b missing node poilus -b missing node matrilineally -b missing node trice -b missing node competitors -b missing node morass -b missing node extractions -b missing node chided -b missing node sembling -b missing node lambda -b missing node mammoths -b missing node bombings -b missing node outcropped -b missing node banquet -b missing node mixology -b missing node melanists -b missing node subtend -b missing node trick -b missing node lamber -b missing node bargainable -b missing node tailpipes -b missing node equalizer -b missing node equalizes -b missing node overloaded -b missing node anywise -b missing node foetid -b missing node oblongs -b missing node subcommittee -b missing node gunroom -b missing node siloed -b missing node equalized -b missing node spleenish -b missing node chider -b missing node cloture -b missing node masterful -b missing node lambed -b missing node overstimulate -b missing node stylus -b missing node chides -b missing node stereophonic -b missing node dogcatchers -b missing node triad -b missing node displaces -b missing node retrograding -b missing node endeavouring -b missing node negativeness -b missing node daimyos -b missing node turgencies -b missing node foundation -b missing node displaced -b missing node alyssums -b missing node trial -b missing node infractor -b missing node tribe -b missing node confute -b missing node quibbling -b missing node insubmissive -b missing node sneakier -b missing node irrational -b missing node safetying -b missing node hatpin -b missing node silicates -b missing node windrow -b missing node interphones -b missing node aquarians -b missing node titterer -b missing node subagent -b missing node tittered -b missing node genuflecting -b missing node mixing -b missing node gumshoe -b missing node excitations -b missing node ninths -b missing node meandered -b missing node unprohibited -b missing node upholster -b missing node poundages -b missing node preceptresses -b missing node meanderer -b missing node analemmas -b missing node eyeful -b missing node tried -b missing node lavish -b missing node callbacks -b missing node trier -b missing node tries -b missing node laconically -b missing node gooiest -b missing node tazza -b missing node tazze -b missing node lippiest -b missing node juristically -b missing node tosspot -b missing node enliven -b missing node suggestible -b missing node reporter -b missing node kalif -b missing node sputa -b missing node ukrainian -b missing node reported -b missing node weatherproofs -b missing node devon -b missing node schist -b missing node incumbently -b missing node barony -b missing node premeds -b missing node barons -b missing node ladlers -b missing node schism -b missing node mischief -b missing node umber -b missing node dandifies -b missing node umbel -b missing node infracted -b missing node guitarist -b missing node sweetbrier -b missing node remeasurement -b missing node chimeras -b missing node quints -b missing node laving -b missing node decolonize -b missing node polymerizes -b missing node protests -b missing node relevances -b missing node brushiest -b missing node kales -b missing node disgorge -b missing node foetor -b missing node dilatorily -b missing node polymerized -b missing node rookie -b missing node farming -b missing node nonclerical -b missing node impaling -b missing node melanisms -b missing node genuflection -b missing node sequined -b missing node mercilessly -b missing node attractively -b missing node malfeasants -b missing node maulers -b missing node suppliants -b missing node boosters -b missing node southwestwardly -b missing node pestilentially -b missing node almost -b missing node indemnification -b missing node theorising -b missing node imprisonments -b missing node caesuras -b missing node infesters -b missing node quinsy -b missing node turnbuckle -b missing node foetus -b missing node frypans -b missing node jackknives -b missing node caesural -b missing node syphiloid -b missing node corporate -b missing node prodigal -b missing node unsalaried -b missing node flatteners -b missing node caesurae -b missing node farfetched -b missing node vernally -b missing node pieties -b missing node tubbed -b missing node dandified -b missing node riggers -b missing node imperfectness -b missing node tubber -b missing node midsts -b missing node unwieldy -b missing node lonely -b missing node disinfects -b missing node camper -b missing node larceny -b missing node indifferently -b missing node fellowed -b missing node pantomimists -b missing node volubility -b missing node becked -b missing node cloths -b missing node rooked -b missing node morale -b missing node camped -b missing node clothe -b missing node morals -b missing node almond -b missing node vertices -b missing node wildness -b missing node havocked -b missing node sitter -b missing node melanites -b missing node horseplayers -b missing node breezed -b missing node dissembler -b missing node deleting -b missing node dissembles -b missing node kalpa -b missing node snacked -b missing node styled -b missing node breezes -b missing node recoloring -b missing node joggles -b missing node gamuts -b missing node joggler -b missing node schizo -b missing node styles -b missing node emplaning -b missing node styler -b missing node severals -b missing node admitting -b missing node blazoners -b missing node hypersensitivity -b missing node joggled -b missing node articulatory -b missing node nautical -b missing node porphyries -b missing node androgenic -b missing node astrobiological -b missing node finalization -b missing node chimeric -b missing node unresentfully -b missing node clackers -b missing node relevance -b missing node balmier -b missing node banisters -b missing node agnostics -b missing node spume -b missing node braize -b missing node loners -b missing node imitatively -b missing node triploid -b missing node malarias -b missing node succorers -b missing node spumy -b missing node relevancy -b missing node deletion -b missing node xenocryst -b missing node malarian -b missing node finnmark -b missing node spunk -b missing node frizzy -b missing node malarial -b missing node vertical -b missing node upsending -b missing node penalization -b missing node unquieter -b missing node gargling -b missing node fireplugs -b missing node biconcavity -b missing node hoers -b missing node gatsby -b missing node dewed -b missing node archetype -b missing node stylar -b missing node bamboozlers -b missing node braininess -b missing node unenthusiastic -b missing node nomism -b missing node slippage -b missing node morbid -b missing node tangier -b missing node drypoint -b missing node tapestry -b missing node unclamped -b missing node quinin -b missing node hectic -b missing node grateful -b missing node quinic -b missing node girdles -b missing node revested -b missing node girdler -b missing node enlistee -b missing node enlisted -b missing node gladness -b missing node enlister -b missing node spurn -b missing node spurs -b missing node havocker -b missing node spurt -b missing node bleakness -b missing node velveted -b missing node beckon -b missing node flyers -b missing node preexamined -b missing node girdled -b missing node abolishment -b missing node episcopate -b missing node southwesterly -b missing node pendulums -b missing node spoiled -b missing node subteen -b missing node congruously -b missing node wesleyans -b missing node preexamines -b missing node conventionalize -b missing node mouthfuls -b missing node straitened -b missing node finites -b missing node braise -b missing node custards -b missing node adhesives -b missing node limners -b missing node finishers -b missing node balmily -b missing node synched -b missing node unmanful -b missing node foetal -b missing node vertex -b missing node vivisectionist -b missing node repressions -b missing node reaccrediting -b missing node clotty -b missing node spued -b missing node inventiveness -b missing node blockier -b missing node tomtits -b missing node hypothetical -b missing node lilliputs -b missing node paltering -b missing node dowsing -b missing node irreverence -b missing node spuds -b missing node unalloyed -b missing node morays -b missing node breakwaters -b missing node shudder -b missing node spoiler -b missing node dramas -b missing node woven -b missing node iconical -b missing node motorizing -b missing node dewax -b missing node mahout -b missing node cupbearers -b missing node debarkation -b missing node spues -b missing node quince -b missing node italian -b missing node airdrops -b missing node millruns -b missing node condolences -b missing node recentest -b missing node lessees -b missing node sennets -b missing node machineable -b missing node overhands -b missing node vesting -b missing node pietism -b missing node propitiate -b missing node calcareous -b missing node sikhs -b missing node crackling -b missing node brainy -b missing node immovably -b missing node epaulets -b missing node lenience -b missing node genuflects -b missing node pietist -b missing node latchstring -b missing node raiment -b missing node nappies -b missing node truculently -b missing node immovable -b missing node windpipe -b missing node nappier -b missing node leniency -b missing node italics -b missing node coverture -b missing node striate -b missing node insurmountable -b missing node soundings -b missing node magazine -b missing node tempesting -b missing node ravishingly -b missing node scrawniest -b missing node hoplite -b missing node pupate -b missing node insurmountably -b missing node heelers -b missing node judgments -b missing node brains -b missing node asexuality -b missing node midwifing -b missing node orangey -b missing node dragonhead -b missing node overhangs -b missing node yorker -b missing node oranges -b missing node tantaras -b missing node purging -b missing node flavorsome -b missing node schematics -b missing node dissembled -b missing node need -b missing node cubature -b missing node henbanes -b missing node amazement -b missing node lumbered -b missing node sluing -b missing node fumigants -b missing node paddings -b missing node requiem -b missing node likeliest -b missing node ogrishly -b missing node lumberer -b missing node sepaled -b missing node snowed -b missing node propagation -b missing node overeducates -b missing node twirliest -b missing node naught -b missing node fleshlier -b missing node awakeners -b missing node feedbacks -b missing node overeducated -b missing node consanguinities -b missing node attract -b missing node attackingly -b missing node traceability -b missing node blocking -b missing node reexpression -b missing node airdrome -b missing node reformated -b missing node division -b missing node chiefs -b missing node mildens -b missing node freights -b missing node unreadable -b missing node traitoress -b missing node jaundiced -b missing node spellers -b missing node vapour -b missing node vanguard -b missing node laywomen -b missing node foreparts -b missing node timbrels -b missing node brails -b missing node jaundices -b missing node palpations -b missing node woad -b missing node propagating -b missing node heptameter -b missing node hackworks -b missing node fleecier -b missing node solicitous -b missing node obstructionist -b missing node stainer -b missing node abolishes -b missing node obstructionism -b missing node abolisher -b missing node largesses -b missing node stained -b missing node releasing -b missing node theories -b missing node trochaic -b missing node proofreader -b missing node braids -b missing node lathering -b missing node reinstallment -b missing node espresso -b missing node audient -b missing node remotest -b missing node duchess -b missing node conventionalism -b missing node near -b missing node neat -b missing node kickiest -b missing node abolished -b missing node murders -b missing node neap -b missing node ungallantly -b missing node ayahs -b missing node mantling -b missing node corncribs -b missing node conventionality -b missing node neck -b missing node busbies -b missing node underemphasizing -b missing node blusher -b missing node unsexual -b missing node blushes -b missing node napping -b missing node coombs -b missing node drouthy -b missing node nebs -b missing node expectorating -b missing node solicitors -b missing node coombe -b missing node pestilences -b missing node blockish -b missing node lessens -b missing node accordionists -b missing node heroisms -b missing node moistureless -b missing node cursers -b missing node laywoman -b missing node mammotomy -b missing node scrappers -b missing node cracklier -b missing node kakas -b missing node blushed -b missing node mildest -b missing node expectoration -b missing node dissectors -b missing node chiels -b missing node pacifying -b missing node unsocially -b missing node woes -b missing node unicorns -b missing node postfixing -b missing node incinerated -b missing node overmagnification -b missing node stigmatic -b missing node provinces -b missing node reconditioned -b missing node histaminic -b missing node revealment -b missing node sharifs -b missing node rheologic -b missing node flabs -b missing node theorist -b missing node inoperable -b missing node incinerates -b missing node pignorated -b missing node exquisiteness -b missing node different -b missing node incoming -b missing node reclaimable -b missing node underemployment -b missing node cupful -b missing node allegiance -b missing node elementarily -b missing node closet -b missing node closes -b missing node closer -b missing node fleecily -b missing node dreidels -b missing node avengers -b missing node neon -b missing node maydays -b missing node silva -b missing node closed -b missing node radioisotopes -b missing node pinpointing -b missing node alphabeted -b missing node mildewy -b missing node lambently -b missing node redesigning -b missing node remonstrations -b missing node hieing -b missing node vetoing -b missing node plowing -b missing node mildews -b missing node coreigns -b missing node spiciness -b missing node coterie -b missing node monogramed -b missing node horologists -b missing node detainment -b missing node remorsefulness -b missing node tigereyes -b missing node histamines -b missing node bathoses -b missing node kakis -b missing node stimulants -b missing node divisive -b missing node fleecing -b missing node trance -b missing node widows -b missing node colloidal -b missing node cowslips -b missing node caravansaries -b missing node quarterfinal -b missing node unprovoked -b missing node comics -b missing node ingulf -b missing node accomplish -b missing node remotely -b missing node alphabetic -b missing node estimating -b missing node fixations -b missing node afforested -b missing node radioisotopic -b missing node reexpressing -b missing node drivel -b missing node lipase -b missing node spacious -b missing node driven -b missing node melodiously -b missing node driver -b missing node drives -b missing node demises -b missing node understaffed -b missing node hostlers -b missing node mismatched -b missing node demised -b missing node boyhoods -b missing node komondors -b missing node mismatches -b missing node romanistic -b missing node spurred -b missing node ringtoss -b missing node wood -b missing node pronouns -b missing node woof -b missing node lifter -b missing node gumwood -b missing node woos -b missing node intwisted -b missing node overstretches -b missing node flake -b missing node basinets -b missing node retaking -b missing node lifted -b missing node overstretched -b missing node nevi -b missing node wool -b missing node calorimetry -b missing node tinplates -b missing node flair -b missing node benighted -b missing node sexualities -b missing node impacts -b missing node proapproval -b missing node spurrer -b missing node gauchely -b missing node gruesomer -b missing node wont -b missing node london -b missing node ropewalks -b missing node frizzes -b missing node coming -b missing node frizzer -b missing node spurrey -b missing node theorize -b missing node judas -b missing node laggings -b missing node forfend -b missing node stayer -b missing node galahad -b missing node axolotls -b missing node next -b missing node stayed -b missing node elongation -b missing node digital -b missing node scragged -b missing node carillons -b missing node utilization -b missing node resinoids -b missing node silos -b missing node flail -b missing node slitters -b missing node appliance -b missing node incinerator -b missing node russified -b missing node newt -b missing node flags -b missing node news -b missing node preachier -b missing node telemetry -b missing node wheelings -b missing node dialers -b missing node triangularly -b missing node jalousie -b missing node wops -b missing node elongating -b missing node deicide -b missing node hitters -b missing node delegacies -b missing node russifies -b missing node hellebore -b missing node henting -b missing node gimcrackery -b missing node geminates -b missing node trachoma -b missing node nerd -b missing node woke -b missing node stylers -b missing node headiness -b missing node geminated -b missing node slaverers -b missing node manikins -b missing node manuring -b missing node soilages -b missing node demineralization -b missing node precocious -b missing node fourteens -b missing node spleenier -b missing node silts -b missing node vocalizations -b missing node keloids -b missing node silty -b missing node forfeit -b missing node frizzed -b missing node outwaited -b missing node posingly -b missing node caesuric -b missing node meddlesomely -b missing node watercresses -b missing node womb -b missing node nets -b missing node acridities -b missing node overstrict -b missing node rhapsodized -b missing node cancelable -b missing node stylets -b missing node mesquites -b missing node shamelessly -b missing node woks -b missing node rhapsodizes -b missing node nest -b missing node ness -b missing node dexes -b missing node whistle -b missing node glutinous -b missing node flack -b missing node psalms -b missing node wolf -b missing node wold -b missing node overinsure -b missing node subliminal -b missing node rapture -b missing node totipotential -b missing node hemistichs -b missing node flash -b missing node flask -b missing node rosiest -b missing node doubling -b missing node raconteurs -b missing node wows -b missing node unpile -b missing node contraption -b missing node wrasses -b missing node gauchest -b missing node critiques -b missing node travelling -b missing node indentation -b missing node biconvexity -b missing node caboose -b missing node exhausted -b missing node critiqued -b missing node contempt -b missing node neighs -b missing node reinforces -b missing node toddlers -b missing node hogtie -b missing node tumescence -b missing node container -b missing node vomit -b missing node bolters -b missing node nattered -b missing node flare -b missing node wove -b missing node misemploying -b missing node nonorthodox -b missing node campos -b missing node schick -b missing node scraggly -b missing node conversationalists -b missing node scrutinizing -b missing node judge -b missing node nascence -b missing node unrolled -b missing node photogenic -b missing node clownish -b missing node comity -b missing node contemns -b missing node stoking -b missing node funnelled -b missing node twigged -b missing node flaps -b missing node hollering -b missing node silex -b missing node milkers -b missing node nascency -b missing node propagative -b missing node negations -b missing node preaching -b missing node frangibility -b missing node underlines -b missing node venereal -b missing node captiously -b missing node suppliance -b missing node stymie -b missing node turret -b missing node clotted -b missing node silly -b missing node wowed -b missing node uremic -b missing node discourteously -b missing node uremia -b missing node flans -b missing node patulous -b missing node shrikes -b missing node ancientest -b missing node characterize -b missing node oilskins -b missing node work -b missing node worm -b missing node flank -b missing node worn -b missing node dialect -b missing node disheveled -b missing node nonaligned -b missing node wort -b missing node sills -b missing node landmark -b missing node youthens -b missing node wailers -b missing node silky -b missing node spryest -b missing node aurist -b missing node guavas -b missing node word -b missing node flams -b missing node wore -b missing node flamy -b missing node reassortments -b missing node underlined -b missing node campus -b missing node frizzly -b missing node underlings -b missing node lambie -b missing node malfeasance -b missing node reevaluates -b missing node predominance -b missing node silks -b missing node contained -b missing node clowning -b missing node flame -b missing node earthlings -b missing node landmass -b missing node whisted -b missing node reinforced -b missing node telemeter -b missing node reinforcer -b missing node overstrike -b missing node representations -b missing node matrilinearly -b missing node unpins -b missing node chalice -b missing node wots -b missing node grazingly -b missing node brahma -b missing node ingenues -b missing node craping -b missing node vapory -b missing node brahms -b missing node accomplice -b missing node vapors -b missing node flaky -b missing node confuse -b missing node calorimeter -b missing node frizzle -b missing node chromizing -b missing node reevaluated -b missing node unevenness -b missing node cruising -b missing node nictating -b missing node rattling -b missing node houseworkers -b missing node implants -b missing node quenchers -b missing node packman -b missing node sandsoaps -b missing node stammels -b missing node mansion -b missing node unthreaded -b missing node suckling -b missing node contends -b missing node challot -b missing node scrumptious -b missing node plowman -b missing node predigesting -b missing node creaking -b missing node ostracize -b missing node technocracy -b missing node boatings -b missing node cloven -b missing node allotropic -b missing node clover -b missing node cloves -b missing node hogging -b missing node legume -b missing node engravings -b missing node gunrooms -b missing node lymphatically -b missing node sharers -b missing node thanker -b missing node gloriousness -b missing node faubourgs -b missing node creakily -b missing node unsymmetrical -b missing node woodlander -b missing node carousels -b missing node pyrenes -b missing node acquirable -b missing node banquette -b missing node terribleness -b missing node restacked -b missing node balladry -b missing node tillered -b missing node inculpating -b missing node thanked -b missing node stockists -b missing node kilowatt -b missing node zigged -b missing node glengarries -b missing node appointed -b missing node appointee -b missing node empiricist -b missing node empiricism -b missing node punishability -b missing node appointer -b missing node cornflower -b missing node allusion -b missing node stopover -b missing node rehashing -b missing node druggist -b missing node opaline -b missing node carousers -b missing node uploadable -b missing node byre -b missing node viennese -b missing node farmable -b missing node squeakier -b missing node allotropes -b missing node superpose -b missing node impenitent -b missing node newspaperwoman -b missing node unallayed -b missing node hoggish -b missing node planned -b missing node unchasteness -b missing node predigestion -b missing node wider -b missing node widen -b missing node planner -b missing node casketed -b missing node overcrowding -b missing node enervating -b missing node monographs -b missing node horsehide -b missing node asystematic -b missing node hatred -b missing node triflings -b missing node moronities -b missing node vedanta -b missing node byte -b missing node logroll -b missing node moderatorial -b missing node creakier -b missing node keynote -b missing node granitic -b missing node copulas -b missing node copular -b missing node tangler -b missing node menstrual -b missing node luminary -b missing node tangles -b missing node doughty -b missing node resistibility -b missing node tangled -b missing node cayugas -b missing node astronautic -b missing node debacle -b missing node jogging -b missing node nullifications -b missing node stammers -b missing node trapeze -b missing node kraal -b missing node luffing -b missing node compacted -b missing node dynamiting -b missing node grunters -b missing node localizing -b missing node compacter -b missing node sextet -b missing node deicing -b missing node inhabitants -b missing node fuhrers -b missing node mouthpart -b missing node valuators -b missing node receipts -b missing node sallowest -b missing node densify -b missing node proneness -b missing node nigglers -b missing node quipus -b missing node plodders -b missing node newspaperwomen -b missing node ostracism -b missing node enervation -b missing node topmasts -b missing node befuddlers -b missing node girding -b missing node ninthly -b missing node granites -b missing node shouldering -b missing node colorers -b missing node request -b missing node playoffs -b missing node widowhood -b missing node letdown -b missing node disunites -b missing node unreelers -b missing node alliterated -b missing node packmen -b missing node isobars -b missing node hunch -b missing node cooper -b missing node lymphs -b missing node unintoxicated -b missing node alliterates -b missing node compactly -b missing node cooped -b missing node unscathed -b missing node scrambling -b missing node explore -b missing node hallelujah -b missing node upchucks -b missing node unescapable -b missing node evocator -b missing node disunited -b missing node unescapably -b missing node menhirs -b missing node sextan -b missing node disuniter -b missing node quintains -b missing node copulae -b missing node backcourt -b missing node reinflame -b missing node homegrown -b missing node promotable -b missing node laggard -b missing node nictation -b missing node mildewing -b missing node pouchy -b missing node barque -b missing node aouad -b missing node gustation -b missing node refracture -b missing node moratoriums -b missing node releasible -b missing node codifiers -b missing node schlep -b missing node twaddling -b missing node carrageen -b missing node riblets -b missing node morphogenic -b missing node fourteen -b missing node elements -b missing node fromages -b missing node politicians -b missing node subdirector -b missing node contents -b missing node lymphocyte -b missing node carbondale -b missing node lubrications -b missing node prodigally -b missing node federalization -b missing node immutably -b missing node challah -b missing node hocks -b missing node immutable -b missing node adorableness -b missing node vaccinal -b missing node benefactions -b missing node dogeared -b missing node limousine -b missing node snowmen -b missing node transitionally -b missing node technocrats -b missing node brambles -b missing node alexander -b missing node solitudes -b missing node subphyla -b missing node tapirs -b missing node nonconnective -b missing node brambled -b missing node ribless -b missing node krait -b missing node calvary -b missing node auditory -b missing node sublicensed -b missing node hallucinative -b missing node sublicensee -b missing node unkindness -b missing node reflowering -b missing node auditors -b missing node sublicenses -b missing node hunky -b missing node scrupulous -b missing node headband -b missing node hunks -b missing node feigning -b missing node differing -b missing node menstruum -b missing node submitting -b missing node idiocratic -b missing node heirship -b missing node shnaps -b missing node rehire -b missing node incongruently -b missing node chokier -b missing node freehold -b missing node estimation -b missing node taping -b missing node aspiring -b missing node gormand -b missing node speedster -b missing node frolicking -b missing node effectuation -b missing node derats -b missing node kraft -b missing node rotundity -b missing node rubberize -b missing node inspire -b missing node samaritan -b missing node hummable -b missing node tabernacle -b missing node apathetically -b missing node effectuating -b missing node exploit -b missing node malarkey -b missing node aspirins -b missing node changing -b missing node turbans -b missing node harvests -b missing node doghouse -b missing node excrescence -b missing node weighters -b missing node swayable -b missing node kraut -b missing node eyewaters -b missing node lexicons -b missing node magically -b missing node mentalities -b missing node unproved -b missing node insouciant -b missing node inhabitance -b missing node jinxing -b missing node pipefuls -b missing node vervet -b missing node unproven -b missing node verves -b missing node eastings -b missing node hocus -b missing node mainframe -b missing node haughtiest -b missing node challie -b missing node challis -b missing node malpracticing -b missing node nihils -b missing node wailful -b missing node excellency -b missing node criticized -b missing node hallucination -b missing node inhabitancy -b missing node muggers -b missing node fecundates -b missing node excellence -b missing node drugging -b missing node unprimed -b missing node vaccinia -b missing node mammies -b missing node criticizes -b missing node criticizer -b missing node hexarchies -b missing node corrugations -b missing node aouads -b missing node thimbles -b missing node larches -b missing node stabilizers -b missing node mistreated -b missing node roaring -b missing node vertebrates -b missing node plowmen -b missing node barred -b missing node conspiratorial -b missing node explode -b missing node squeaking -b missing node limpidness -b missing node kingliest -b missing node sexton -b missing node provincially -b missing node fibbers -b missing node factually -b missing node hallucinating -b missing node fecundated -b missing node barren -b missing node tatters -b missing node spacings -b missing node embassies -b missing node academically -b missing node barrel -b missing node coopts -b missing node sextos -b missing node wicks -b missing node vaccines -b missing node commissary -b missing node vaccinee -b missing node gustative -b missing node armorers -b missing node commissars -b missing node choking -b missing node invite -b missing node jubilantly -b missing node latherers -b missing node remeasuring -b missing node praters -b missing node vintagers -b missing node coloreds -b missing node yanqui -b missing node hunts -b missing node sputniks -b missing node vertebrated -b missing node homesickness -b missing node releasers -b missing node snowman -b missing node kestrel -b missing node dormancies -b missing node moonfish -b missing node spherier -b missing node literalism -b missing node glaive -b missing node explained -b missing node appropriative -b missing node meekly -b missing node decongestant -b missing node footman -b missing node elmiest -b missing node cytologists -b missing node deflowers -b missing node credulous -b missing node tidiest -b missing node lameds -b missing node ingenuously -b missing node onanistic -b missing node seasonings -b missing node sickeners -b missing node panicled -b missing node stackers -b missing node withstand -b missing node unesthetic -b missing node explainer -b missing node spherics -b missing node bravuras -b missing node vesperals -b missing node ignitions -b missing node exploitation -b missing node meningism -b missing node disrespectfully -b missing node midway -b missing node theoretic -b missing node juicier -b missing node juans -b missing node aqueduct -b missing node panicles -b missing node encasement -b missing node cloudy -b missing node subspace -b missing node laotian -b missing node vestige -b missing node mistreatment -b missing node clouds -b missing node voracity -b missing node teacake -b missing node jaywalkers -b missing node treys -b missing node would -b missing node bodegas -b missing node sufficiency -b missing node footmen -b missing node strides -b missing node strider -b missing node alchymies -b missing node koalas -b missing node cassaba -b missing node quired -b missing node wirehair -b missing node postaxial -b missing node quires -b missing node patriliny -b missing node juicily -b missing node cervix -b missing node unaging -b missing node blighter -b missing node matchboxes -b missing node tuberculously -b missing node yellower -b missing node patrilinies -b missing node stationed -b missing node unmarketable -b missing node derisory -b missing node floodlight -b missing node dippable -b missing node yellowed -b missing node disappoint -b missing node stationer -b missing node wickedly -b missing node innervating -b missing node materialization -b missing node skirled -b missing node blighted -b missing node seedling -b missing node mudcapping -b missing node wattled -b missing node aborigine -b missing node bookend -b missing node blunting -b missing node wattles -b missing node teacart -b missing node giveable -b missing node hirelings -b missing node ethenes -b missing node solicitress -b missing node cremates -b missing node uncrate -b missing node surnaming -b missing node windburn -b missing node cremated -b missing node appropriating -b missing node fancywork -b missing node lithesome -b missing node dressiest -b missing node punishment -b missing node dinars -b missing node chigoe -b missing node deselect -b missing node wound -b missing node cosmogony -b missing node thaddeus -b missing node trews -b missing node instigative -b missing node appropriation -b missing node respell -b missing node esplanades -b missing node heeling -b missing node sphering -b missing node transmutes -b missing node intellects -b missing node hector -b missing node acrobatically -b missing node unwisest -b missing node caucasians -b missing node coeducational -b missing node transmuted -b missing node firedamps -b missing node kaiak -b missing node jeerer -b missing node disencumbers -b missing node bookers -b missing node splashy -b missing node braked -b missing node phonographic -b missing node samlet -b missing node spoolers -b missing node jeered -b missing node maladies -b missing node incessant -b missing node ozonator -b missing node servitors -b missing node purgers -b missing node diurnals -b missing node ruminations -b missing node hodad -b missing node hagrides -b missing node sconced -b missing node unwisely -b missing node mutest -b missing node muscatel -b missing node citizens -b missing node brakes -b missing node herbier -b missing node carwashes -b missing node arsenious -b missing node tress -b missing node colorful -b missing node soulfulness -b missing node laminary -b missing node grunion -b missing node recappable -b missing node aerifying -b missing node inability -b missing node cordage -b missing node betimes -b missing node tendons -b missing node sexual -b missing node sconces -b missing node aplomb -b missing node recluse -b missing node recompense -b missing node trets -b missing node yellowly -b missing node stridor -b missing node voyeur -b missing node howbeit -b missing node human -b missing node laminate -b missing node swampland -b missing node snotty -b missing node humph -b missing node snouty -b missing node snouts -b missing node soggily -b missing node pepperoni -b missing node steuben -b missing node arsons -b missing node pintail -b missing node humor -b missing node sapiencies -b missing node trend -b missing node cassava -b missing node discolors -b missing node windows -b missing node yarning -b missing node dislodged -b missing node bejewels -b missing node vinous -b missing node glitch -b missing node sweetbread -b missing node entrenchment -b missing node intimidatory -b missing node assumed -b missing node corporals -b missing node assumes -b missing node assumer -b missing node chrome -b missing node chroma -b missing node spanning -b missing node sprig -b missing node witness -b missing node clotheslines -b missing node tagalog -b missing node widow -b missing node clouts -b missing node appendages -b missing node relisting -b missing node outboxing -b missing node confinement -b missing node cropless -b missing node pluguglies -b missing node meaningfully -b missing node wrigley -b missing node fraughted -b missing node compactor -b missing node frippery -b missing node sprit -b missing node respect -b missing node imbecilities -b missing node crinkliness -b missing node wobbliest -b missing node realtors -b missing node trappers -b missing node connivance -b missing node kirned -b missing node harrowers -b missing node empaneled -b missing node ballades -b missing node nineteenths -b missing node accompaniments -b missing node daydreamt -b missing node width -b missing node daydreams -b missing node eviscerating -b missing node whetstone -b missing node catheterize -b missing node chalked -b missing node ghoulishly -b missing node chromo -b missing node columbines -b missing node banqueted -b missing node spree -b missing node density -b missing node mossiest -b missing node unstoppable -b missing node turtle -b missing node banqueter -b missing node balladic -b missing node crozier -b missing node dovetailing -b missing node creameries -b missing node dislodges -b missing node mammalian -b missing node uncovering -b missing node mutely -b missing node handsaws -b missing node embitters -b missing node southeasters -b missing node soggier -b missing node sinology -b missing node solidities -b missing node southeastern -b missing node protozoa -b missing node humid -b missing node megohm -b missing node cohesive -b missing node astronomers -b missing node backslapping -b missing node genteelness -b missing node evisceration -b missing node smatter -b missing node treks -b missing node statable -b missing node unsighting -b missing node impalers -b missing node lugger -b missing node meeker -b missing node revisals -b missing node scalpel -b missing node wesley -b missing node nonconstructively -b missing node scalped -b missing node championship -b missing node chancellor -b missing node vanadium -b missing node trajects -b missing node irreparable -b missing node precancels -b missing node lugged -b missing node translucency -b missing node cohesion -b missing node uncivil -b missing node staggerers -b missing node treed -b missing node innervation -b missing node translucence -b missing node debitable -b missing node irreparably -b missing node reserve -b missing node trees -b missing node canzone -b missing node harborless -b missing node datives -b missing node canzona -b missing node tamperers -b missing node surfeits -b missing node habitude -b missing node astragal -b missing node oolith -b missing node paladins -b missing node umbra -b missing node mullions -b missing node oolite -b missing node constructionist -b missing node spray -b missing node sprat -b missing node constructionism -b missing node habitues -b missing node cordate -b missing node pertinencies -b missing node juicing -b missing node shaitan -b missing node humus -b missing node canniness -b missing node soybean -b missing node scalper -b missing node wides -b missing node gnawer -b missing node meanwhile -b missing node supersedes -b missing node honestness -b missing node bounciest -b missing node superseder -b missing node tootles -b missing node cripplers -b missing node tootler -b missing node whipcords -b missing node rebilling -b missing node sorghums -b missing node diodes -b missing node tootled -b missing node sneaking -b missing node earthward -b missing node validatory -b missing node moribundity -b missing node tread -b missing node unmotivated -b missing node peiping -b missing node superseded -b missing node rhythmically -b missing node finises -b missing node soarers -b missing node jounciest -b missing node lacuna -b missing node treat -b missing node gassings -b missing node fishiness -b missing node draped -b missing node canzoni -b missing node subclinically -b missing node engendering -b missing node imperilment -b missing node cremator -b missing node annulate -b missing node habitual -b missing node dismounting -b missing node clitorises -b missing node humps -b missing node goebbels -b missing node humpy -b missing node gnawed -b missing node alabamians -b missing node sneakily -b missing node helplessly -b missing node almner -b missing node drapes -b missing node draper -b missing node reenlightens -b missing node plastic -b missing node incurred -b missing node affords -b missing node adjourned -b missing node extirpator -b missing node brigade -b missing node tsetses -b missing node kayos -b missing node ashlars -b missing node staves -b missing node pathological -b missing node horns -b missing node truce -b missing node horny -b missing node truck -b missing node acadia -b missing node justiciary -b missing node brackishness -b missing node publicans -b missing node smiled -b missing node ladanum -b missing node muster -b missing node envoy -b missing node unactuated -b missing node oncology -b missing node smiler -b missing node incomprehensiblies -b missing node hedgehops -b missing node smiles -b missing node lamest -b missing node burgeon -b missing node bureaus -b missing node envoi -b missing node infecter -b missing node slaughtering -b missing node legend -b missing node bureaux -b missing node schoolmistress -b missing node debuted -b missing node stratous -b missing node virtuosas -b missing node animisms -b missing node permeability -b missing node musted -b missing node trued -b missing node praline -b missing node codices -b missing node soliloquy -b missing node infected -b missing node marrying -b missing node lamely -b missing node pirogi -b missing node obverse -b missing node mephitis -b missing node paralyzation -b missing node hipbone -b missing node plaster -b missing node wispish -b missing node heritability -b missing node inoffensive -b missing node reciprocal -b missing node tensions -b missing node mephitic -b missing node malcontents -b missing node succoring -b missing node truer -b missing node preacceptance -b missing node trues -b missing node unfixing -b missing node anviled -b missing node obverts -b missing node staved -b missing node ritziness -b missing node midrange -b missing node horse -b missing node schwas -b missing node preconceal -b missing node prewarned -b missing node barter -b missing node christendom -b missing node climacterics -b missing node kudzus -b missing node footpad -b missing node bedspreads -b missing node lament -b missing node stately -b missing node burgers -b missing node proportionate -b missing node reconfigurable -b missing node vestees -b missing node clubman -b missing node eleanor -b missing node horsy -b missing node peach -b missing node orchestrate -b missing node yttriums -b missing node unremitted -b missing node intermediatory -b missing node horst -b missing node amusement -b missing node peace -b missing node burgess -b missing node overexercising -b missing node expectorators -b missing node roistering -b missing node horde -b missing node village -b missing node depraved -b missing node peals -b missing node polytheist -b missing node vroomed -b missing node osculant -b missing node dryness -b missing node madnesses -b missing node coalesce -b missing node depraver -b missing node verged -b missing node depraves -b missing node towelled -b missing node unphotographic -b missing node jilting -b missing node verger -b missing node verges -b missing node branch -b missing node vacationer -b missing node wisping -b missing node rejoicers -b missing node popcorns -b missing node allergy -b missing node middlebrowism -b missing node turmoil -b missing node yenta -b missing node headstall -b missing node uncovered -b missing node derogations -b missing node vacationed -b missing node growliest -b missing node wispily -b missing node villain -b missing node brandy -b missing node incongruence -b missing node aetheric -b missing node percolator -b missing node brands -b missing node hearths -b missing node palatinate -b missing node whifflers -b missing node athlete -b missing node shortenings -b missing node stetson -b missing node boosting -b missing node despises -b missing node polytheism -b missing node weskit -b missing node dogcart -b missing node despiser -b missing node codicil -b missing node squooshes -b missing node suggestions -b missing node leftover -b missing node quicksets -b missing node headstand -b missing node clubmen -b missing node despised -b missing node phalli -b missing node squooshed -b missing node trull -b missing node jejunely -b missing node versicolored -b missing node truly -b missing node acetylene -b missing node hullo -b missing node hulls -b missing node emulate -b missing node nonconfidential -b missing node kabbala -b missing node timetable -b missing node chronologists -b missing node triadic -b missing node monomers -b missing node penalty -b missing node demasculinize -b missing node trump -b missing node resupplying -b missing node inclosure -b missing node clothes -b missing node catalysts -b missing node trunk -b missing node obsoleteness -b missing node osculate -b missing node avogadro -b missing node ineradicable -b missing node snoopers -b missing node enduring -b missing node sighs -b missing node sight -b missing node clothed -b missing node baldest -b missing node brigand -b missing node hearten -b missing node eatable -b missing node hulks -b missing node hearted -b missing node hulky -b missing node inaugurator -b missing node topmast -b missing node peaky -b missing node liminess -b missing node trolleying -b missing node untalented -b missing node sigil -b missing node peaks -b missing node succession -b missing node chuffing -b missing node widder -b missing node internode -b missing node frilled -b missing node hulas -b missing node sayings -b missing node pausers -b missing node despoil -b missing node temporizers -b missing node singsong -b missing node signs -b missing node worms -b missing node wormy -b missing node mergers -b missing node sidetracks -b missing node unrepealed -b missing node analogue -b missing node baits -b missing node kayak -b missing node sigma -b missing node truth -b missing node beboppers -b missing node inspirations -b missing node boulevards -b missing node troublesomely -b missing node trust -b missing node truss -b missing node unconforming -b missing node obliqueness -b missing node belabor -b missing node works -b missing node epidemics -b missing node conurbations -b missing node friller -b missing node world -b missing node frisbee -b missing node subtask -b missing node orientated -b missing node horas -b missing node become -b missing node baize -b missing node tyrannous -b missing node horah -b missing node horal -b missing node seedlings -b missing node inaugurates -b missing node habile -b missing node engrailing -b missing node inaugurated -b missing node crucialness -b missing node paragoning -b missing node rarebit -b missing node orientates -b missing node rhinos -b missing node bumblebee -b missing node tapper -b missing node refutable -b missing node tappet -b missing node symbiotic -b missing node offload -b missing node dumbbell -b missing node shrieky -b missing node corroborate -b missing node tapped -b missing node shrieks -b missing node stetted -b missing node successive -b missing node evangelizing -b missing node derby -b missing node vilification -b missing node refutably -b missing node inferrers -b missing node sawteeth -b missing node derat -b missing node destructs -b missing node deray -b missing node mischarging -b missing node shimmed -b missing node seasonable -b missing node dovetails -b missing node spied -b missing node shimmer -b missing node spier -b missing node animists -b missing node spies -b missing node spiel -b missing node widdle -b missing node minibusses -b missing node spiff -b missing node radioactively -b missing node unflinchingly -b missing node teasing -b missing node grieving -b missing node wigeons -b missing node overpoweringly -b missing node rumblings -b missing node septettes -b missing node ghettoizing -b missing node estrogens -b missing node spica -b missing node spice -b missing node nebraskan -b missing node malefactress -b missing node wordy -b missing node words -b missing node spics -b missing node feasters -b missing node formable -b missing node citing -b missing node rawhide -b missing node promilitary -b missing node aflutter -b missing node fishings -b missing node bedewing -b missing node spick -b missing node panfuls -b missing node nonabsolute -b missing node inventoried -b missing node applying -b missing node spicy -b missing node seasonably -b missing node nonattributively -b missing node specifiers -b missing node burgees -b missing node inventories -b missing node disillusionment -b missing node gelding -b missing node despond -b missing node maniacs -b missing node swatches -b missing node derma -b missing node percolates -b missing node temptingly -b missing node habits -b missing node compensatively -b missing node bitchily -b missing node succories -b missing node derms -b missing node crappiness -b missing node amasser -b missing node amasses -b missing node bitching -b missing node staters -b missing node despots -b missing node statehouse -b missing node dimply -b missing node amphibia -b missing node analogic -b missing node percolated -b missing node pinchbugs -b missing node oculists -b missing node flatland -b missing node debussy -b missing node denaturing -b missing node dimple -b missing node reinsure -b missing node dropshots -b missing node desperation -b missing node smilax -b missing node canniest -b missing node enure -b missing node amassed -b missing node reprimand -b missing node coddlers -b missing node catalytic -b missing node homeworks -b missing node wantons -b missing node grievance -b missing node samariums -b missing node sugarplum -b missing node tentacle -b missing node blazoning -b missing node serpentine -b missing node skidders -b missing node unwishes -b missing node tureen -b missing node fluidities -b missing node citify -b missing node scrappage -b missing node yahooisms -b missing node ducktail -b missing node chairpersons -b missing node ministate -b missing node limonitic -b missing node fanatically -b missing node chancellorship -b missing node unspecific -b missing node exertions -b missing node companies -b missing node estrangements -b missing node aethers -b missing node unwished -b missing node cities -b missing node parried -b missing node explain -b missing node separator -b missing node companied -b missing node sabotaging -b missing node torchiers -b missing node citied -b missing node disenchantment -b missing node parries -b missing node acacia -b missing node droopiest -b missing node spurner -b missing node bisulfate -b missing node apropos -b missing node vinier -b missing node mezquit -b missing node grassfire -b missing node consistences -b missing node showboat -b missing node foveate -b missing node transduce -b missing node torturedly -b missing node hideouts -b missing node pragmatists -b missing node inturned -b missing node distended -b missing node toshes -b missing node islander -b missing node silveriness -b missing node spurned -b missing node mushrooms -b missing node cataleptically -b missing node mudslinging -b missing node relicense -b missing node horseplay -b missing node bigoted -b missing node impossible -b missing node islanded -b missing node jungliest -b missing node entraining -b missing node outcropping -b missing node hosts -b missing node mikrons -b missing node holdable -b missing node penance -b missing node dissonantly -b missing node pogromed -b missing node impossibly -b missing node ejectable -b missing node equinoctial -b missing node interiorly -b missing node statuesque -b missing node priestliness -b missing node machinizing -b missing node incitants -b missing node byes -b missing node frankfurter -b missing node clays -b missing node underestimations -b missing node turntable -b missing node wolframs -b missing node consolidate -b missing node chairmanships -b missing node inhabitable -b missing node symbiont -b missing node ultrared -b missing node quibblers -b missing node hatted -b missing node dumpling -b missing node stations -b missing node resharpening -b missing node worts -b missing node bizarre -b missing node astuteness -b missing node symbiotes -b missing node weekend -b missing node disburdened -b missing node worth -b missing node noncontributing -b missing node timelessly -b missing node credulity -b missing node frowziness -b missing node cuddlesome -b missing node magistracy -b missing node yerbas -b missing node flummox -b missing node credential -b missing node neoprene -b missing node bigotry -b missing node hatter -b missing node launching -b missing node schuss -b missing node insentience -b missing node joists -b missing node rockiness -b missing node espanol -b missing node neckties -b missing node qualifier -b missing node qualifies -b missing node scorbutic -b missing node snowpack -b missing node forehandedly -b missing node unpredictable -b missing node savoys -b missing node dayside -b missing node chaffiest -b missing node managerially -b missing node outjuts -b missing node ruffianly -b missing node clearwater -b missing node anguishing -b missing node shallops -b missing node wirings -b missing node unicycle -b missing node vining -b missing node andantino -b missing node qualified -b missing node mementoes -b missing node eightieths -b missing node infatuates -b missing node permit -b missing node unreproved -b missing node symbiote -b missing node batrachian -b missing node outgushes -b missing node unpredictably -b missing node senilely -b missing node mentioning -b missing node spelling -b missing node favorites -b missing node describing -b missing node reshuffles -b missing node savors -b missing node lacquers -b missing node listlessness -b missing node savory -b missing node shallows -b missing node reshuffled -b missing node teeing -b missing node shipway -b missing node deairs -b missing node savour -b missing node subventions -b missing node inbuilt -b missing node dinted -b missing node pilotings -b missing node discommode -b missing node swelling -b missing node worst -b missing node shallots -b missing node propitious -b missing node doublers -b missing node moussakas -b missing node disavows -b missing node worse -b missing node camphor -b missing node infatuated -b missing node rupiahs -b missing node worry -b missing node shrifts -b missing node vineyard -b missing node gripsack -b missing node receiver -b missing node southerners -b missing node despairingly -b missing node received -b missing node fortunately -b missing node extendable -b missing node briefness -b missing node doublets -b missing node clans -b missing node clang -b missing node receives -b missing node traits -b missing node clank -b missing node granting -b missing node disassembling -b missing node grimacers -b missing node uploaded -b missing node peavy -b missing node quintessential -b missing node germaneness -b missing node guiltiest -b missing node logier -b missing node common -b missing node impressionist -b missing node rosinous -b missing node desks -b missing node virtuosos -b missing node wispier -b missing node reglosses -b missing node wristiest -b missing node presynaptically -b missing node aneurism -b missing node wayfaring -b missing node hampered -b missing node reglossed -b missing node peaty -b missing node flirtiest -b missing node towability -b missing node epithelium -b missing node clams -b missing node peats -b missing node unorganized -b missing node clamp -b missing node hamperer -b missing node condores -b missing node snorts -b missing node endnotes -b missing node impressionism -b missing node clair -b missing node commie -b missing node hoses -b missing node drought -b missing node forfeiting -b missing node brimmers -b missing node commit -b missing node soviet -b missing node commix -b missing node scrutinizers -b missing node politicoes -b missing node unmasking -b missing node hosed -b missing node inkhorn -b missing node hitting -b missing node household -b missing node pease -b missing node picquets -b missing node floridian -b missing node logily -b missing node blabber -b missing node unconstricted -b missing node pearl -b missing node piastres -b missing node tattier -b missing node renderings -b missing node seismometer -b missing node peart -b missing node swanning -b missing node pears -b missing node unexposed -b missing node verbosity -b missing node replanting -b missing node clags -b missing node lamellas -b missing node blockers -b missing node infusible -b missing node lamellae -b missing node symbiosis -b missing node complete -b missing node companion -b missing node blabbed -b missing node unstacked -b missing node sporadically -b missing node bottomers -b missing node felicitations -b missing node agelong -b missing node indemonstrable -b missing node teashop -b missing node fatherhood -b missing node malodorous -b missing node shoetree -b missing node bespreads -b missing node legalizing -b missing node inositols -b missing node mixups -b missing node tamarind -b missing node justifying -b missing node astraddle -b missing node cyphers -b missing node claim -b missing node desex -b missing node repiners -b missing node demagnetizes -b missing node magistrate -b missing node feastful -b missing node dislocations -b missing node wastrels -b missing node tootsie -b missing node upcountry -b missing node metabolically -b missing node catalysis -b missing node utterances -b missing node maculated -b missing node affiliation -b missing node clave -b missing node gearwheel -b missing node bicycled -b missing node affiliating -b missing node biochemistry -b missing node hedgehogs -b missing node extirpated -b missing node claws -b missing node superpower -b missing node hoofbeat -b missing node tallness -b missing node keenness -b missing node unswervingly -b missing node bicycles -b missing node infector -b missing node bicycler -b missing node sousing -b missing node dreamed -b missing node damageable -b missing node separated -b missing node geomagnetism -b missing node seedpod -b missing node adsorbs -b missing node certes -b missing node dreamer -b missing node aloneness -b missing node capping -b missing node separates -b missing node extirpates -b missing node adductors -b missing node fugally -b missing node obsequious -b missing node parring -b missing node brutifying -b missing node ichorous -b missing node meathead -b missing node uninterestedly -b missing node claus -b missing node sigmoid -b missing node abjure -b missing node blacklisted -b missing node maculates -b missing node gratuitous -b missing node demagnetized -b missing node misguidance -b missing node stepladders -b missing node distinctions -b missing node barrow -b missing node relational -b missing node czaritzas -b missing node clark -b missing node fruited -b missing node turmoiled -b missing node breakups -b missing node commas -b missing node ghoulishness -b missing node esquire -b missing node catalyses -b missing node logics -b missing node tamarisk -b missing node clasp -b missing node insanities -b missing node class -b missing node admitters -b missing node bicyclic -b missing node pertinently -b missing node chamfers -b missing node coriander -b missing node rewedding -b missing node barrio -b missing node azimuth -b missing node cloistering -b missing node drawstrings -b missing node curability -b missing node tatting -b missing node clash -b missing node dependant -b missing node unassorted -b missing node undemonstratively -b missing node omikron -b missing node bestrewed -b missing node saliently -b missing node categorically -b missing node clapt -b missing node democratized -b missing node claps -b missing node baked -b missing node trigging -b missing node amritas -b missing node entre -b missing node darwinians -b missing node zoologically -b missing node bakes -b missing node baker -b missing node samite -b missing node guanaco -b missing node fortifier -b missing node ploughing -b missing node fortifies -b missing node disenthralling -b missing node fortified -b missing node clouting -b missing node skipped -b missing node entry -b missing node democratizes -b missing node thinclads -b missing node skipper -b missing node amusable -b missing node fruiter -b missing node turfed -b missing node boggled -b missing node gaseously -b missing node epithelial -b missing node sympathy -b missing node syria -b missing node hydrogenations -b missing node unbecoming -b missing node eftsoons -b missing node broadness -b missing node haymakers -b missing node shorebird -b missing node nonliving -b missing node overdecorates -b missing node avalanches -b missing node ligaturing -b missing node overdecorated -b missing node wherefore -b missing node instigators -b missing node manoeuvered -b missing node acquiesence -b missing node invert -b missing node snorer -b missing node campers -b missing node snores -b missing node unplug -b missing node grimacing -b missing node ninety -b missing node verily -b missing node sallowing -b missing node feigners -b missing node pouches -b missing node incursion -b missing node gauche -b missing node snored -b missing node tramps -b missing node gaucho -b missing node graduates -b missing node rumbas -b missing node pouched -b missing node appreciatively -b missing node invest -b missing node vicegerents -b missing node ignitible -b missing node godmothers -b missing node coshered -b missing node mortality -b missing node uncurtained -b missing node woosh -b missing node radicalize -b missing node craniate -b missing node brined -b missing node surest -b missing node uncooked -b missing node pinfeathers -b missing node syren -b missing node calfskin -b missing node debauchees -b missing node insensitive -b missing node reinfecting -b missing node graduated -b missing node nonexpendable -b missing node palpability -b missing node heuristics -b missing node bedmakers -b missing node federalize -b missing node reincorporates -b missing node belfries -b missing node pronghorn -b missing node surnamers -b missing node balks -b missing node hopis -b missing node briner -b missing node brines -b missing node wearisomely -b missing node flitting -b missing node balky -b missing node glorifiers -b missing node engineless -b missing node untwists -b missing node outrank -b missing node quilting -b missing node quoited -b missing node enshrouded -b missing node balls -b missing node uncommonly -b missing node invent -b missing node ballo -b missing node rattlers -b missing node micrograms -b missing node packing -b missing node bally -b missing node bellicosity -b missing node facilities -b missing node brimming -b missing node starvation -b missing node surety -b missing node smacks -b missing node reincorporated -b missing node gurney -b missing node untying -b missing node unwonted -b missing node balms -b missing node youthful -b missing node balmy -b missing node searchable -b missing node preallotting -b missing node verify -b missing node wools -b missing node skying -b missing node foxtails -b missing node wooly -b missing node ambushed -b missing node deuce -b missing node spherule -b missing node hoper -b missing node hopes -b missing node verier -b missing node siege -b missing node hoped -b missing node detections -b missing node defiantly -b missing node enmities -b missing node embarked -b missing node floaty -b missing node graduator -b missing node whishts -b missing node floats -b missing node cryolite -b missing node skiddier -b missing node normally -b missing node ambusher -b missing node reinfection -b missing node ambushes -b missing node butt -b missing node buts -b missing node tympanies -b missing node tailpiece -b missing node spaceflight -b missing node exceed -b missing node brings -b missing node complied -b missing node totterers -b missing node diptychs -b missing node micrograph -b missing node japingly -b missing node fodders -b missing node peruvians -b missing node complies -b missing node panther -b missing node aimfully -b missing node complier -b missing node novellas -b missing node scholastically -b missing node zinnias -b missing node scowlingly -b missing node atrophied -b missing node clads -b missing node atrophies -b missing node balsa -b missing node neighbor -b missing node whiling -b missing node suitings -b missing node undercoat -b missing node miracles -b missing node woops -b missing node exact -b missing node buzz -b missing node longue -b missing node clack -b missing node potboys -b missing node weightily -b missing node enter -b missing node absinthe -b missing node maternal -b missing node retouched -b missing node kegler -b missing node retoucher -b missing node husbands -b missing node retouches -b missing node bazookas -b missing node surely -b missing node greedily -b missing node unnoticeably -b missing node indenture -b missing node furnaced -b missing node nonofficially -b missing node unnoticeable -b missing node preemptively -b missing node federalist -b missing node pelicans -b missing node partnering -b missing node brinks -b missing node furnaces -b missing node federalism -b missing node lynching -b missing node groaner -b missing node caravans -b missing node sackings -b missing node anaesthetize -b missing node groaned -b missing node buys -b missing node boggler -b missing node abhorred -b missing node boggles -b missing node weighting -b missing node competitive -b missing node melamine -b missing node preconceive -b missing node abhorrer -b missing node energy -b missing node downstate -b missing node buoy -b missing node showplaces -b missing node admiral -b missing node miscalculating -b missing node ladyships -b missing node yourselves -b missing node retakers -b missing node saddletree -b missing node premixes -b missing node afflictively -b missing node wayworn -b missing node risers -b missing node bunt -b missing node buns -b missing node halcyon -b missing node bunn -b missing node vicegerency -b missing node bunk -b missing node snowier -b missing node temple -b missing node prerequisite -b missing node bund -b missing node oversights -b missing node bung -b missing node oxygenation -b missing node scandaling -b missing node dabbed -b missing node bums -b missing node vitalisms -b missing node oxygenating -b missing node bump -b missing node otiosely -b missing node planing -b missing node cootie -b missing node tycoon -b missing node porticos -b missing node clockworks -b missing node drunkards -b missing node deter -b missing node epizoa -b missing node lutanist -b missing node equalising -b missing node bull -b missing node bulk -b missing node enlists -b missing node premixed -b missing node dietary -b missing node mercurial -b missing node bulb -b missing node simplicities -b missing node cicatrixes -b missing node prevocational -b missing node irresistibly -b missing node audibly -b missing node buss -b missing node bust -b missing node emissary -b missing node tinsel -b missing node busy -b missing node ticktock -b missing node audible -b missing node vagina -b missing node bush -b missing node cowbirds -b missing node gnarls -b missing node irresistible -b missing node incorrect -b missing node lacquerers -b missing node burr -b missing node gnarly -b missing node burp -b missing node surfed -b missing node burs -b missing node bury -b missing node longly -b missing node appareled -b missing node difference -b missing node syrup -b missing node fizzling -b missing node burg -b missing node burn -b missing node burl -b missing node roarers -b missing node helotry -b missing node presentment -b missing node oxbows -b missing node tempos -b missing node greedier -b missing node grubbily -b missing node surfer -b missing node desirous -b missing node shorteners -b missing node staunching -b missing node atonement -b missing node mercuries -b missing node grubbing -b missing node aerialist -b missing node digitalize -b missing node percales -b missing node triages -b missing node planish -b missing node seascout -b missing node budgetary -b missing node woodsier -b missing node weightier -b missing node portables -b missing node competition -b missing node birdseye -b missing node snowily -b missing node predominated -b missing node blowiness -b missing node bethel -b missing node krebs -b missing node bugs -b missing node infecund -b missing node frolickers -b missing node herbert -b missing node tempus -b missing node unzipped -b missing node radicalism -b missing node thereafter -b missing node melanesian -b missing node usableness -b missing node hungriest -b missing node anadems -b missing node vodka -b missing node snowing -b missing node misgoverned -b missing node wagonettes -b missing node israelites -b missing node halving -b missing node excusing -b missing node challies -b missing node vitalists -b missing node buff -b missing node overflowed -b missing node redheads -b missing node tempts -b missing node dabble -b missing node sieve -b missing node verite -b missing node whished -b missing node buds -b missing node narcosis -b missing node enameled -b missing node sieur -b missing node whishes -b missing node nonsuccessive -b missing node brakeages -b missing node prelude -b missing node enameler -b missing node geologer -b missing node fifteenth -b missing node ampersand -b missing node predominates -b missing node woozy -b missing node tightropes -b missing node verity -b missing node extraditable -b missing node finfoots -b missing node impertinences -b missing node hoots -b missing node fathoms -b missing node geologic -b missing node sunstrokes -b missing node rumble -b missing node upends -b missing node niggling -b missing node hollered -b missing node paginal -b missing node longer -b missing node winterize -b missing node longes -b missing node tenantship -b missing node radiotelemetry -b missing node gushiest -b missing node admired -b missing node gadget -b missing node longed -b missing node uneconomically -b missing node articulately -b missing node laggers -b missing node ensue -b missing node rancidness -b missing node maraca -b missing node stabilizing -b missing node placidly -b missing node rumbly -b missing node tinseling -b missing node ectoderm -b missing node outscoring -b missing node uncommoner -b missing node missteps -b missing node baler -b missing node pollywogs -b missing node bales -b missing node heartbroken -b missing node scrubbed -b missing node consulship -b missing node ekistic -b missing node pedophiliac -b missing node kvetching -b missing node baled -b missing node stockpot -b missing node tahiti -b missing node beginning -b missing node destitute -b missing node admirer -b missing node admires -b missing node balds -b missing node prenatally -b missing node viators -b missing node cordless -b missing node slopped -b missing node magnanimous -b missing node transferals -b missing node undercook -b missing node orison -b missing node hoops -b missing node obviating -b missing node freehand -b missing node nitpicker -b missing node wimple -b missing node creepiness -b missing node timberland -b missing node panting -b missing node bullyrags -b missing node warranting -b missing node departed -b missing node reimported -b missing node pepperbox -b missing node government -b missing node propagational -b missing node marshalled -b missing node triangulated -b missing node consortship -b missing node revisers -b missing node supinates -b missing node overabounded -b missing node obviation -b missing node courier -b missing node misadjusting -b missing node causal -b missing node knobbed -b missing node supinated -b missing node rakers -b missing node nitpicked -b missing node purlieus -b missing node exclusive -b missing node dieing -b missing node biliousness -b missing node jaywalking -b missing node unnecessariness -b missing node bitchier -b missing node janitresses -b missing node triangulates -b missing node inhaul -b missing node snowflakes -b missing node ukrainians -b missing node diathermic -b missing node taverns -b missing node workable -b missing node temporizing -b missing node dapper -b missing node tenners -b missing node mexicans -b missing node harnessers -b missing node tightly -b missing node huntable -b missing node pshawed -b missing node backboard -b missing node chilly -b missing node evasively -b missing node oldsters -b missing node pinecone -b missing node chills -b missing node turgid -b missing node unmechanical -b missing node pollsters -b missing node chilli -b missing node abbots -b missing node misalignments -b missing node flensed -b missing node abbott -b missing node stellas -b missing node stellar -b missing node chorizo -b missing node sonorant -b missing node flenser -b missing node defensibility -b missing node planked -b missing node flenses -b missing node malpractitioner -b missing node speck -b missing node specs -b missing node aurochses -b missing node kielbasa -b missing node unwillingly -b missing node scandalize -b missing node execrator -b missing node nonobjective -b missing node generally -b missing node wearers -b missing node becking -b missing node conjurers -b missing node downturns -b missing node bushelers -b missing node speed -b missing node yerba -b missing node redesigns -b missing node ensky -b missing node kielbasy -b missing node hackberry -b missing node oncomings -b missing node michael -b missing node deferrals -b missing node panties -b missing node teensier -b missing node hurdle -b missing node unburdens -b missing node devas -b missing node cufflinks -b missing node samechs -b missing node bedrooms -b missing node akvavit -b missing node cronyism -b missing node privations -b missing node neophyte -b missing node warranties -b missing node filtrable -b missing node nonconclusiveness -b missing node pulpiest -b missing node boasting -b missing node chipped -b missing node aggravates -b missing node triangulator -b missing node pericles -b missing node bowering -b missing node chipper -b missing node sperm -b missing node inhale -b missing node misbegotten -b missing node assurances -b missing node nontraditional -b missing node prevailer -b missing node supinator -b missing node flambeaus -b missing node prevailed -b missing node huntsmen -b missing node flambeaux -b missing node aggravated -b missing node reaffirm -b missing node gloomings -b missing node delawarean -b missing node ambiguities -b missing node tempeh -b missing node isopropanol -b missing node huguenot -b missing node doxology -b missing node miscalculation -b missing node spelt -b missing node grubbier -b missing node movableness -b missing node goalpost -b missing node lamias -b missing node clashing -b missing node expulsing -b missing node quenching -b missing node caused -b missing node temper -b missing node cryotherapy -b missing node mukluk -b missing node nonexempt -b missing node trafficway -b missing node spell -b missing node erbium -b missing node breakouts -b missing node tokays -b missing node expulsion -b missing node equivocalities -b missing node thunderclap -b missing node dapple -b missing node chiles -b missing node thoughtful -b missing node folksiest -b missing node causes -b missing node causer -b missing node chippie -b missing node overpowered -b missing node chronically -b missing node cherishing -b missing node briony -b missing node seduceable -b missing node upwells -b missing node spent -b missing node rumpling -b missing node chorion -b missing node kachina -b missing node despited -b missing node customers -b missing node blinkers -b missing node devil -b missing node macroscopic -b missing node huntsman -b missing node spend -b missing node tighter -b missing node despites -b missing node tighten -b missing node dewberries -b missing node aorta -b missing node betime -b missing node tangibleness -b missing node backfields -b missing node normalcy -b missing node choring -b missing node confessing -b missing node chorine -b missing node spews -b missing node linoleum -b missing node veteran -b missing node involucre -b missing node deviances -b missing node respite -b missing node diastoles -b missing node hooded -b missing node absinths -b missing node loggie -b missing node loggia -b missing node swifters -b missing node kernels -b missing node prescriptions -b missing node crescendos -b missing node excels -b missing node alertness -b missing node abstractor -b missing node notochordal -b missing node statics -b missing node sallying -b missing node jilters -b missing node logged -b missing node statice -b missing node continuation -b missing node prejudging -b missing node resurveying -b missing node serfhoods -b missing node logger -b missing node bipartisan -b missing node celibacies -b missing node roisterers -b missing node vocal -b missing node respire -b missing node closeting -b missing node penally -b missing node freckly -b missing node nobbling -b missing node refurnish -b missing node pomeranian -b missing node slights -b missing node cardoon -b missing node skimpiness -b missing node knurly -b missing node acquits -b missing node perforates -b missing node contestation -b missing node debauchery -b missing node knurls -b missing node freckle -b missing node prepossessingly -b missing node klanism -b missing node opuses -b missing node abstractly -b missing node jonathan -b missing node humidifying -b missing node undernourished -b missing node parcelled -b missing node browsers -b missing node perforated -b missing node airstrip -b missing node catabolizing -b missing node heralding -b missing node cautioning -b missing node chromate -b missing node diebacks -b missing node evanesced -b missing node narcotic -b missing node stacking -b missing node scupper -b missing node successions -b missing node swiftest -b missing node gadfly -b missing node anaesthetist -b missing node surger -b missing node surges -b missing node confession -b missing node stockiest -b missing node boniest -b missing node voces -b missing node woodshed -b missing node knotholes -b missing node protects -b missing node spermatozoa -b missing node legged -b missing node burgher -b missing node prefacers -b missing node allegorical -b missing node hitchhiking -b missing node overestimating -b missing node mentalists -b missing node ostracods -b missing node dealer -b missing node hostiles -b missing node symmetrically -b missing node umped -b missing node ringtail -b missing node shapeable -b missing node disfranchisers -b missing node ensouling -b missing node tinter -b missing node exalt -b missing node ancients -b missing node lamina -b missing node exclusion -b missing node tinted -b missing node downstage -b missing node megalomaniac -b missing node foddered -b missing node laming -b missing node driftway -b missing node surged -b missing node nows -b missing node evanesces -b missing node estimators -b missing node exams -b missing node zonation -b missing node devolutionary -b missing node casehardened -b missing node violably -b missing node nova -b missing node overweighing -b missing node elemental -b missing node fanatical -b missing node novo -b missing node violable -b missing node outrage -b missing node wigwagged -b missing node arrogation -b missing node respirable -b missing node silage -b missing node unoffensive -b missing node acquire -b missing node hydrometer -b missing node overestimation -b missing node admissible -b missing node allergenic -b missing node nots -b missing node spooling -b missing node nucleoplasm -b missing node sparable -b missing node nous -b missing node noun -b missing node washingtonian -b missing node conscripted -b missing node variegations -b missing node hoodoo -b missing node inlaying -b missing node anarchically -b missing node tetrahedron -b missing node chorial -b missing node diastolic -b missing node porkpies -b missing node nosology -b missing node flumped -b missing node execrates -b missing node disgruntling -b missing node enrol -b missing node admissibly -b missing node postdate -b missing node except -b missing node fluorines -b missing node execrated -b missing node jodhpurs -b missing node retainers -b missing node arrogating -b missing node semidry -b missing node litterbugs -b missing node sexpot -b missing node nonsubscribers -b missing node excess -b missing node webless -b missing node racketeering -b missing node perforator -b missing node priapic -b missing node bivouacking -b missing node outrace -b missing node monogamic -b missing node enfever -b missing node extendible -b missing node botswana -b missing node contests -b missing node retrofired -b missing node abstracted -b missing node abstracter -b missing node denounce -b missing node retrofires -b missing node heraldist -b missing node sifts -b missing node betide -b missing node lagoons -b missing node foregone -b missing node nonpossessiveness -b missing node stocking -b missing node chimer -b missing node chimes -b missing node pizzas -b missing node bespangling -b missing node designation -b missing node enamouring -b missing node slanderously -b missing node compartmentalize -b missing node ashlers -b missing node noir -b missing node detrimental -b missing node ycleped -b missing node peeve -b missing node quicksand -b missing node chimed -b missing node luxuriate -b missing node dimpling -b missing node deadly -b missing node designating -b missing node condoner -b missing node repertory -b missing node condones -b missing node partaken -b missing node reopening -b missing node comsat -b missing node calvities -b missing node partakes -b missing node partaker -b missing node condoned -b missing node cannibalism -b missing node wildfire -b missing node gammer -b missing node unforgettable -b missing node novelize -b missing node ruralities -b missing node commingled -b missing node lacerated -b missing node alopecia -b missing node jejunity -b missing node gimmicks -b missing node alopecic -b missing node gimmicky -b missing node decipher -b missing node unforgettably -b missing node tragic -b missing node hypertrophic -b missing node lacerates -b missing node ablative -b missing node hellenists -b missing node snootiest -b missing node buttonholing -b missing node excel -b missing node hastens -b missing node aquatic -b missing node uretic -b missing node zealotries -b missing node untiringly -b missing node antennal -b missing node decongestion -b missing node misclassifying -b missing node antennae -b missing node admixed -b missing node pausing -b missing node skycap -b missing node antennas -b missing node noel -b missing node honan -b missing node noes -b missing node nods -b missing node scriveners -b missing node decongesting -b missing node dents -b missing node nomads -b missing node stockish -b missing node tattles -b missing node rattle -b missing node tattler -b missing node unkosher -b missing node node -b missing node scrivenery -b missing node rattly -b missing node glancingly -b missing node frailness -b missing node subfloors -b missing node hepatitis -b missing node peeps -b missing node pontifical -b missing node deader -b missing node oology -b missing node confabulated -b missing node respectful -b missing node deaden -b missing node tattled -b missing node firmness -b missing node nogs -b missing node confabulates -b missing node grumpily -b missing node tetrahedral -b missing node grumping -b missing node teetered -b missing node admixes -b missing node breakout -b missing node peers -b missing node badmouth -b missing node mounded -b missing node dense -b missing node mannerless -b missing node peery -b missing node husbanding -b missing node honer -b missing node hones -b missing node novelists -b missing node onrush -b missing node workings -b missing node novelist -b missing node honey -b missing node undercuts -b missing node hatbands -b missing node honed -b missing node administer -b missing node norm -b missing node grumpish -b missing node foregoer -b missing node slushy -b missing node foregoes -b missing node stockier -b missing node accelerate -b missing node peels -b missing node retrogressions -b missing node berrettas -b missing node pebbly -b missing node gammon -b missing node proffered -b missing node honda -b missing node cardboard -b missing node monkhoods -b missing node pebble -b missing node nota -b missing node armpits -b missing node profferer -b missing node nosy -b missing node plowboy -b missing node itemizations -b missing node laggardly -b missing node rolling -b missing node landsat -b missing node commodores -b missing node note -b missing node typewrite -b missing node articulations -b missing node peens -b missing node incapable -b missing node hobgoblin -b missing node caltrops -b missing node bedquilts -b missing node nosegay -b missing node flocks -b missing node incapably -b missing node flocky -b missing node nosh -b missing node fluorescing -b missing node nose -b missing node disappears -b missing node assimilator -b missing node airships -b missing node noms -b missing node plundered -b missing node trekked -b missing node dramshop -b missing node chemicals -b missing node correspondent -b missing node squishiest -b missing node trekker -b missing node trollings -b missing node proceed -b missing node none -b missing node nucleolus -b missing node dakota -b missing node commingles -b missing node cradlesong -b missing node sibyl -b missing node nolo -b missing node allotrophic -b missing node detectives -b missing node skaldic -b missing node derisible -b missing node nome -b missing node aikido -b missing node turbines -b missing node declassification -b missing node accelerant -b missing node peeks -b missing node bodiless -b missing node microlith -b missing node noon -b missing node mideast -b missing node exclaiming -b missing node honky -b missing node choroid -b missing node nope -b missing node evillest -b missing node honks -b missing node enraging -b missing node rattus -b missing node intermittency -b missing node stealable -b missing node habiting -b missing node infancy -b missing node cannibalize -b missing node ashless -b missing node stockily -b missing node intermittence -b missing node nook -b missing node whiffling -b missing node saracen -b missing node limited -b missing node radioactivity -b missing node coverlids -b missing node richard -b missing node vitalizer -b missing node vitalizes -b missing node histology -b missing node selling -b missing node beduins -b missing node vitalized -b missing node maelstrom -b missing node begrimes -b missing node betroth -b missing node limiter -b missing node bioelectric -b missing node acceders -b missing node dashingly -b missing node snooty -b missing node substantiating -b missing node unspecified -b missing node denim -b missing node impainted -b missing node goldbugs -b missing node debaters -b missing node marcel -b missing node alewife -b missing node snoots -b missing node substantiation -b missing node stares -b missing node pashes -b missing node begrimed -b missing node snoopier -b missing node cheesecloth -b missing node tunning -b missing node cronyisms -b missing node toolboxes -b missing node gynecology -b missing node morrows -b missing node everted -b missing node boastful -b missing node egotistically -b missing node desiring -b missing node snoozy -b missing node selvaged -b missing node vocabularies -b missing node whomever -b missing node bluefishes -b missing node chaunting -b missing node bailment -b missing node selvages -b missing node adultery -b missing node vainness -b missing node swirled -b missing node snooze -b missing node homos -b missing node sonless -b missing node uprightness -b missing node starer -b missing node charters -b missing node foreswore -b missing node embryonic -b missing node stared -b missing node foresworn -b missing node rejoicing -b missing node arteriogram -b missing node groggiest -b missing node autobiographical -b missing node psychopathies -b missing node adumbrations -b missing node redetermine -b missing node mercurous -b missing node miserabilia -b missing node neediest -b missing node yammers -b missing node panatella -b missing node starch -b missing node heretically -b missing node courant -b missing node pizzle -b missing node sanitation -b missing node rectangular -b missing node ablation -b missing node seances -b missing node psychosocially -b missing node dialler -b missing node denazifies -b missing node blessings -b missing node revision -b missing node bitchery -b missing node geosynchronous -b missing node denazified -b missing node noah -b missing node remolded -b missing node evertor -b missing node microfilmed -b missing node hennas -b missing node maximums -b missing node ablating -b missing node demagnification -b missing node vestals -b missing node explicitness -b missing node geometrician -b missing node microfilmer -b missing node dialled -b missing node pacifiers -b missing node snooping -b missing node commissionerships -b missing node witchery -b missing node gruntles -b missing node sliverer -b missing node nobs -b missing node fertilize -b missing node defecate -b missing node engaging -b missing node nock -b missing node gruntled -b missing node rattan -b missing node addends -b missing node divestiture -b missing node slivered -b missing node sanitating -b missing node snoopily -b missing node liftable -b missing node process -b missing node controvertible -b missing node escrowing -b missing node finnickier -b missing node revising -b missing node addenda -b missing node reglues -b missing node defunctness -b missing node polemically -b missing node reglued -b missing node courage -b missing node substitutions -b missing node ghastly -b missing node monomial -b missing node luxuriant -b missing node acquit -b missing node subdialects -b missing node charcoal -b missing node wetnesses -b missing node sicks -b missing node clarifiers -b missing node snoopy -b missing node refastening -b missing node portiere -b missing node inexorably -b missing node ahold -b missing node exiling -b missing node rollick -b missing node pashas -b missing node snoops -b missing node orchardman -b missing node lushness -b missing node ureter -b missing node infants -b missing node hullers -b missing node citers -b missing node teasels -b missing node carvings -b missing node gerontology -b missing node marshaling -b missing node ratter -b missing node fertility -b missing node viatica -b missing node translucencies -b missing node gammas -b missing node launchers -b missing node mortising -b missing node politicize -b missing node ratted -b missing node turkey -b missing node inexorable -b missing node virginian -b missing node workaday -b missing node outspokenly -b missing node protectorates -b missing node daimons -b missing node discharge -b missing node whispering -b missing node profaneness -b missing node dashpots -b missing node bushelled -b missing node tardier -b missing node unbolted -b missing node slurry -b missing node wonky -b missing node mudslingers -b missing node dumbest -b missing node tardies -b missing node poised -b missing node spinneries -b missing node shareowner -b missing node discarded -b missing node snoods -b missing node convincing -b missing node poiser -b missing node poises -b missing node inconspicuously -b missing node tumbrels -b missing node ploughman -b missing node ersatzes -b missing node insufficient -b missing node slurps -b missing node inventers -b missing node blizzard -b missing node supplementarily -b missing node overbidden -b missing node allotropies -b missing node borages -b missing node plaintive -b missing node netless -b missing node chines -b missing node respecters -b missing node amoles -b missing node maraud -b missing node mynheer -b missing node odorless -b missing node impoundable -b missing node senility -b missing node hooey -b missing node carding -b missing node winding -b missing node obligatorily -b missing node servitude -b missing node ineffectually -b missing node warrantors -b missing node azores -b missing node unyieldingly -b missing node granters -b missing node fluorites -b missing node hoods -b missing node graphemes -b missing node subverters -b missing node evasive -b missing node hooch -b missing node blandish -b missing node appropriators -b missing node turbidities -b missing node lawmakers -b missing node apatites -b missing node sided -b missing node anciently -b missing node barbarious -b missing node windily -b missing node questioning -b missing node wintering -b missing node chinch -b missing node overruns -b missing node sides -b missing node tardily -b missing node chucking -b missing node vineal -b missing node mutably -b missing node homecomings -b missing node flushable -b missing node fontal -b missing node minibuses -b missing node screwing -b missing node statists -b missing node alibied -b missing node alibies -b missing node mutable -b missing node wayfarers -b missing node kidskin -b missing node osteal -b missing node rickracks -b missing node compulsive -b missing node evasion -b missing node excusableness -b missing node strenuousness -b missing node mulcted -b missing node deportment -b missing node huger -b missing node delinquent -b missing node bobolink -b missing node flyman -b missing node fluming -b missing node kathy -b missing node sanctums -b missing node permuting -b missing node statisms -b missing node exogenously -b missing node mouthparts -b missing node wonts -b missing node paramountly -b missing node fertilizing -b missing node swannery -b missing node trows -b missing node chinos -b missing node bubs -b missing node bubo -b missing node sociologic -b missing node trove -b missing node umiak -b missing node buck -b missing node jackboot -b missing node resurgence -b missing node cleanlier -b missing node scarecrows -b missing node deckhands -b missing node unvendible -b missing node trout -b missing node tunnies -b missing node hoofs -b missing node unmaskers -b missing node cradlesongs -b missing node chemists -b missing node peerages -b missing node footsie -b missing node teleplays -b missing node birdseed -b missing node chuckies -b missing node depredations -b missing node brandies -b missing node excoriations -b missing node toweling -b missing node injections -b missing node scandalled -b missing node baggy -b missing node barriers -b missing node brandied -b missing node blushfully -b missing node flymen -b missing node glassy -b missing node blondness -b missing node pondweed -b missing node wildlings -b missing node reavowing -b missing node proteins -b missing node jitney -b missing node earlship -b missing node hooky -b missing node rishis -b missing node hooks -b missing node journalizing -b missing node repackaging -b missing node appendixes -b missing node prestige -b missing node chinks -b missing node corduroy -b missing node chinky -b missing node lazarus -b missing node reconversions -b missing node saluters -b missing node bagel -b missing node hooka -b missing node compellingly -b missing node rephrasing -b missing node troys -b missing node screwier -b missing node hooeys -b missing node unlearnt -b missing node unlearns -b missing node scrubber -b missing node merging -b missing node blissfully -b missing node trichinosis -b missing node recirculated -b missing node reinstruct -b missing node unemotionally -b missing node velleities -b missing node dripless -b missing node legion -b missing node railleries -b missing node honor -b missing node exponents -b missing node mentioners -b missing node timberlines -b missing node balding -b missing node complain -b missing node split -b missing node endocrinic -b missing node multitude -b missing node repining -b missing node befalling -b missing node flockiest -b missing node teamaker -b missing node itinerary -b missing node dialoger -b missing node chargeable -b missing node guzzle -b missing node chertier -b missing node betook -b missing node inapplicability -b missing node geomancy -b missing node vertebrally -b missing node betony -b missing node innerly -b missing node graphology -b missing node enervated -b missing node mulligans -b missing node joints -b missing node watery -b missing node rakishness -b missing node sturgeon -b missing node titrator -b missing node adobes -b missing node poison -b missing node multilayered -b missing node teemed -b missing node eighteens -b missing node branding -b missing node erectness -b missing node chemisms -b missing node blockade -b missing node wattest -b missing node indentations -b missing node wharfinger -b missing node hertzes -b missing node articular -b missing node prosecutor -b missing node teemer -b missing node compulsion -b missing node gadflies -b missing node chimps -b missing node sangrias -b missing node herrings -b missing node politicked -b missing node crullers -b missing node gadded -b missing node flagellations -b missing node vinery -b missing node paralyse -b missing node perfidious -b missing node enervates -b missing node legits -b missing node waters -b missing node shoring -b missing node vigilantes -b missing node recirculates -b missing node secular -b missing node specifically -b missing node wooer -b missing node gadder -b missing node marble -b missing node masquers -b missing node blockage -b missing node whiskey -b missing node cardias -b missing node bewildering -b missing node monomania -b missing node austrians -b missing node clews -b missing node splat -b missing node villein -b missing node hoofed -b missing node zoophytes -b missing node splay -b missing node oversupplied -b missing node triggest -b missing node normandy -b missing node encrusted -b missing node overworking -b missing node rearranges -b missing node woofs -b missing node trichrome -b missing node pretenses -b missing node juking -b missing node overrule -b missing node oversupplies -b missing node deafen -b missing node vestries -b missing node prognostications -b missing node ferocity -b missing node deafer -b missing node rearranged -b missing node chinas -b missing node largesse -b missing node disquisitions -b missing node unsheathe -b missing node unpurified -b missing node reseated -b missing node benefactor -b missing node rayless -b missing node settlements -b missing node serigraphers -b missing node titrated -b missing node titrates -b missing node hoofer -b missing node foeman -b missing node pajama -b missing node marbly -b missing node whisked -b missing node oolong -b missing node cardiac -b missing node vermin -b missing node grantees -b missing node whisker -b missing node triggers -b missing node inflammability -b missing node paratroops -b missing node saltwater -b missing node overstrain -b missing node grumpier -b missing node baldish -b missing node windier -b missing node prosecutes -b missing node tiffins -b missing node valuations -b missing node leadoffs -b missing node swarmer -b missing node chemises -b missing node prosecuted -b missing node undeveloped -b missing node verbosely -b missing node humidfied -b missing node tiffing -b missing node compulsively -b missing node subtotaling -b missing node swarmed -b missing node culpability -b missing node abbacies -b missing node dognaper -b missing node palmiest -b missing node vulguses -b missing node clerk -b missing node aquavit -b missing node oneidas -b missing node efficient -b missing node dognaped -b missing node brandish -b missing node itinerant -b missing node botany -b missing node ancienter -b missing node draconic -b missing node clept -b missing node aurate -b missing node mesomorphic -b missing node vigilantly -b missing node bearskin -b missing node paralyze -b missing node sidle -b missing node enervator -b missing node adhesions -b missing node pretensed -b missing node lookups -b missing node grapeshot -b missing node petering -b missing node laterals -b missing node widget -b missing node woody -b missing node winterier -b missing node psychotropic -b missing node foemen -b missing node nucleonic -b missing node humidfies -b missing node woods -b missing node hermeneutic -b missing node airfreight -b missing node clepe -b missing node wooed -b missing node debauchedness -b missing node betided -b missing node calderon -b missing node joiner -b missing node outsmart -b missing node paleographer -b missing node dimwit -b missing node joined -b missing node betides -b missing node siting -b missing node purveyors -b missing node bedstands -b missing node woken -b missing node suasions -b missing node clones -b missing node bloodshed -b missing node contagious -b missing node equestrianism -b missing node qatar -b missing node uncompartmentalize -b missing node acquirers -b missing node cloned -b missing node deafly -b missing node holiness -b missing node scoffer -b missing node trode -b missing node reembodied -b missing node execs -b missing node intermediation -b missing node disconnects -b missing node jargon -b missing node neoclassical -b missing node beginners -b missing node reembodies -b missing node yells -b missing node clouters -b missing node saurian -b missing node confessors -b missing node misterms -b missing node solubilization -b missing node flickering -b missing node portresses -b missing node journeys -b missing node bailie -b missing node meetly -b missing node refrozen -b missing node lessors -b missing node pacesetters -b missing node rictuses -b missing node edible -b missing node aquaria -b missing node japanning -b missing node reawoke -b missing node ghastful -b missing node mezuza -b missing node catalyzer -b missing node hideously -b missing node atoningly -b missing node nonphysiologically -b missing node precursor -b missing node tushing -b missing node dialogue -b missing node catalyzed -b missing node droplets -b missing node paleographic -b missing node katydids -b missing node catalyzes -b missing node trains -b missing node intermediating -b missing node conducive -b missing node burgled -b missing node symbioses -b missing node clonal -b missing node hysterically -b missing node rising -b missing node cassias -b missing node questor -b missing node arkansans -b missing node troilus -b missing node burgles -b missing node regluing -b missing node escudos -b missing node disfranchising -b missing node vibists -b missing node cermet -b missing node ducally -b missing node compleat -b missing node amiably -b missing node noncohesive -b missing node disability -b missing node nonyielding -b missing node trails -b missing node yelps -b missing node unsettling -b missing node constant -b missing node lessons -b missing node impermanently -b missing node amiable -b missing node thousand -b missing node brickiest -b missing node persuasiveness -b missing node gombroons -b missing node procurable -b missing node flinders -b missing node iodoforms -b missing node statal -b missing node holed -b missing node complect -b missing node condoled -b missing node windproof -b missing node pungency -b missing node kasha -b missing node widest -b missing node dechlorinating -b missing node holey -b missing node pepperers -b missing node timidness -b missing node triable -b missing node cartilages -b missing node cassino -b missing node holes -b missing node holer -b missing node entering -b missing node referent -b missing node burglar -b missing node platitudes -b missing node dialogic -b missing node antenna -b missing node moslems -b missing node biosphere -b missing node dechlorination -b missing node uncanny -b missing node wyes -b missing node holds -b missing node condoles -b missing node condoler -b missing node hurricanes -b missing node compartment -b missing node entangle -b missing node refrying -b missing node thrummiest -b missing node inseparable -b missing node whooshed -b missing node bailor -b missing node melanized -b missing node clear -b missing node saintliest -b missing node cleat -b missing node repositioning -b missing node handfuls -b missing node clean -b missing node debauching -b missing node kenneled -b missing node inseparably -b missing node depot -b missing node amputees -b missing node inscription -b missing node whooshes -b missing node huffs -b missing node trichinoses -b missing node virginity -b missing node contagions -b missing node huffy -b missing node grubbers -b missing node garnisheeing -b missing node bloodshot -b missing node weeniest -b missing node doltish -b missing node partitas -b missing node utilitarianism -b missing node cragged -b missing node fixings -b missing node virginium -b missing node melanizes -b missing node resoling -b missing node galatea -b missing node stated -b missing node articulating -b missing node holstein -b missing node misinforms -b missing node exert -b missing node integrations -b missing node sandhogs -b missing node anticipation -b missing node commercialized -b missing node repassing -b missing node parceling -b missing node herbage -b missing node clonic -b missing node commercializes -b missing node depth -b missing node conducing -b missing node rosewood -b missing node engulfed -b missing node predesignate -b missing node invade -b missing node encouragement -b missing node whoredom -b missing node upended -b missing node recurving -b missing node oersted -b missing node healthiest -b missing node tauntingly -b missing node insanitary -b missing node articulation -b missing node pecks -b missing node inquietude -b missing node pecky -b missing node bellicosely -b missing node hopefuls -b missing node croplands -b missing node unearned -b missing node anticipating -b missing node clonks -b missing node unposed -b missing node innovations -b missing node blueprint -b missing node cleft -b missing node clefs -b missing node pignuts -b missing node inevitable -b missing node prithee -b missing node warreners -b missing node mooters -b missing node thrusted -b missing node commission -b missing node gnash -b missing node didacticism -b missing node landlordly -b missing node static -b missing node gnarl -b missing node gnars -b missing node cotillon -b missing node unnamed -b missing node sizable -b missing node unprotected -b missing node bathrobes -b missing node inevitably -b missing node lepton -b missing node tinderboxes -b missing node fertilizers -b missing node chints -b missing node territory -b missing node sizably -b missing node states -b missing node staunchest -b missing node stater -b missing node woodsman -b missing node emigre -b missing node tariffless -b missing node sockeyes -b missing node horsewhipping -b missing node chintz -b missing node winterers -b missing node license -b missing node swiftian -b missing node overrefines -b missing node priesthood -b missing node plaintiff -b missing node trots -b missing node headroom -b missing node sunsuits -b missing node vitrifying -b missing node apposable -b missing node gnats -b missing node material -b missing node motorboats -b missing node calderas -b missing node kilocycle -b missing node overrefined -b missing node troth -b missing node abbrev -b missing node krill -b missing node pliability -b missing node fuguist -b missing node turbine -b missing node misapplication -b missing node pegmatite -b missing node saffrons -b missing node gnawn -b missing node satinpods -b missing node padding -b missing node tromp -b missing node gnaws -b missing node couplers -b missing node curbing -b missing node vectorial -b missing node comply -b missing node logans -b missing node cullers -b missing node unsolder -b missing node lynchers -b missing node drawls -b missing node nonpluses -b missing node pecan -b missing node tomahawks -b missing node scrawlers -b missing node filicide -b missing node deaconesses -b missing node planets -b missing node couplets -b missing node mammary -b missing node harbouring -b missing node polymerize -b missing node nonplused -b missing node drawly -b missing node poetasters -b missing node frostings -b missing node reformations -b missing node australian -b missing node presbyterian -b missing node woodsmen -b missing node persia -b missing node troop -b missing node deceitfully -b missing node karma -b missing node accretions -b missing node mammate -b missing node uninteresting -b missing node budgeters -b missing node holsters -b missing node cullets -b missing node thrust -b missing node vernal -b missing node materiel -b missing node merriness -b missing node camera -b missing node achier -b missing node wearied -b missing node reflexes -b missing node herbals -b missing node wearier -b missing node planers -b missing node thrush -b missing node clomps -b missing node trope -b missing node revolvers -b missing node smattering -b missing node wearies -b missing node anticipative -b missing node reflexed -b missing node actualizing -b missing node person -b missing node cameos -b missing node pledges -b missing node prolapsed -b missing node pledger -b missing node vectoring -b missing node infestation -b missing node prolapses -b missing node pledgee -b missing node mentation -b missing node pledged -b missing node trois -b missing node sequitur -b missing node pressingly -b missing node puerperal -b missing node fuguing -b missing node riddling -b missing node blinking -b missing node countrymen -b missing node decedents -b missing node diadems -b missing node emancipate -b missing node slubbings -b missing node quilters -b missing node yemen -b missing node uberrima -b missing node dismounts -b missing node lazaret -b missing node clashers -b missing node hokum -b missing node limitative -b missing node bratty -b missing node slotbacks -b missing node plasmic -b missing node excreters -b missing node otiosity -b missing node compos -b missing node rheumatically -b missing node marauding -b missing node stator -b missing node fearfully -b missing node troll -b missing node calving -b missing node casserole -b missing node griever -b missing node grieves -b missing node karst -b missing node drawer -b missing node excusers -b missing node screwers -b missing node meridians -b missing node gravamina -b missing node compte -b missing node weeweeing -b missing node grieved -b missing node compts -b missing node bailee -b missing node bailed -b missing node oriole -b missing node saluting -b missing node status -b missing node camels -b missing node cannonball -b missing node limitation -b missing node bailer -b missing node disappointed -b missing node statue -b missing node bailey -b missing node countryman -b missing node lawmaking -b missing node doffing -b missing node wearily -b missing node quested -b missing node laserjet -b missing node unrectified -b missing node cardamons -b missing node caravels -b missing node inflict -b missing node quester -b missing node shortfalls -b missing node sambos -b missing node temperatures -b missing node jughead -b missing node mammals -b missing node katherine -b missing node spiracle -b missing node crispness -b missing node karts -b missing node cardamoms -b missing node metaphor -b missing node footway -b missing node condignly -b missing node nihilistically -b missing node floridans -b missing node aching -b missing node scoffed -b missing node thruster -b missing node bibelot -b missing node ticktocks -b missing node dissection -b missing node wolds -b missing node stressor -b missing node coverlets -b missing node crapper -b missing node waterborne -b missing node bros -b missing node brow -b missing node crapped -b missing node breviate -b missing node noncollectible -b missing node licence -b missing node rakish -b missing node roughing -b missing node caskets -b missing node slipups -b missing node botchy -b missing node bairn -b missing node plasmas -b missing node ventilating -b missing node feasting -b missing node starry -b missing node teasers -b missing node echoisms -b missing node wolfs -b missing node brasil -b missing node ventilation -b missing node subregion -b missing node cabriolet -b missing node lammed -b missing node revisits -b missing node wearing -b missing node bigging -b missing node deferrers -b missing node ducklings -b missing node lacquering -b missing node refashions -b missing node starts -b missing node lagging -b missing node remittal -b missing node tentages -b missing node brashy -b missing node successful -b missing node unlikeliest -b missing node fiscal -b missing node revealed -b missing node spite -b missing node raking -b missing node crappie -b missing node blindfold -b missing node triarchy -b missing node occupying -b missing node tinselled -b missing node horsehair -b missing node udders -b missing node revealer -b missing node financial -b missing node dollying -b missing node spitz -b missing node reconquering -b missing node dimensional -b missing node starve -b missing node deregulations -b missing node minuends -b missing node thrustor -b missing node spits -b missing node brut -b missing node saleable -b missing node protegee -b missing node topsoils -b missing node biggish -b missing node nitrogen -b missing node saleably -b missing node ineffectively -b missing node proteges -b missing node nobblers -b missing node overextend -b missing node remitted -b missing node catabolized -b missing node remittee -b missing node eroded -b missing node bails -b missing node celebrationis -b missing node dissecting -b missing node discriminate -b missing node pedro -b missing node wearish -b missing node intersected -b missing node tattoos -b missing node erodes -b missing node remitter -b missing node britches -b missing node triangulating -b missing node threnody -b missing node ejections -b missing node emoluments -b missing node coagulate -b missing node beholders -b missing node arcaded -b missing node unmerged -b missing node cosecants -b missing node parroty -b missing node hurrahed -b missing node unwound -b missing node jarful -b missing node arcades -b missing node chippy -b missing node parrots -b missing node convinced -b missing node beguine -b missing node dormancy -b missing node whiffletrees -b missing node debating -b missing node convincer -b missing node financier -b missing node convinces -b missing node commercially -b missing node tossups -b missing node dysentery -b missing node baryon -b missing node adduction -b missing node corseting -b missing node sellers -b missing node earmuffs -b missing node perimeters -b missing node talkativeness -b missing node karen -b missing node providentially -b missing node spire -b missing node uplinked -b missing node brisks -b missing node configuring -b missing node thrums -b missing node functionalities -b missing node ampleness -b missing node thanatoses -b missing node amorphous -b missing node partisan -b missing node sniffingly -b missing node developments -b missing node christener -b missing node helpmates -b missing node mulligan -b missing node biggies -b missing node beguile -b missing node educationally -b missing node spiry -b missing node christened -b missing node spike -b missing node arcadia -b missing node polyandry -b missing node homed -b missing node directions -b missing node homey -b missing node roughish -b missing node ululates -b missing node ululated -b missing node homer -b missing node homes -b missing node spiky -b missing node hitchhikers -b missing node hamlets -b missing node addictiveness -b missing node spill -b missing node remittor -b missing node hydroxides -b missing node spilt -b missing node congaed -b missing node proprietorial -b missing node subtotalled -b missing node noncontributory -b missing node prickiest -b missing node tenderest -b missing node compel -b missing node explications -b missing node objurgated -b missing node miscalled -b missing node undefensible -b missing node hinterlands -b missing node comped -b missing node lycee -b missing node perter -b missing node embittered -b missing node karat -b missing node preintimation -b missing node customary -b missing node objurgates -b missing node spine -b missing node paddies -b missing node shootouts -b missing node slipover -b missing node tenderers -b missing node decrescendos -b missing node adducting -b missing node triangulation -b missing node herbless -b missing node potability -b missing node venosities -b missing node renewability -b missing node spins -b missing node implorations -b missing node spiny -b missing node dehumidifier -b missing node frequenters -b missing node interfirm -b missing node tangential -b missing node pushovers -b missing node dakoit -b missing node packers -b missing node dehumidified -b missing node financing -b missing node lousiest -b missing node infarct -b missing node frowningly -b missing node bricktop -b missing node waitresses -b missing node risker -b missing node virulency -b missing node turmoiling -b missing node unrevealed -b missing node pedal -b missing node chauffeur -b missing node meritedly -b missing node cabochon -b missing node risked -b missing node virulence -b missing node dehumidifies -b missing node prefacing -b missing node carolinians -b missing node infrareds -b missing node silent -b missing node holly -b missing node specifying -b missing node firearms -b missing node stases -b missing node nurseling -b missing node packets -b missing node iodinating -b missing node cherishers -b missing node tantalization -b missing node strongyle -b missing node inconstancy -b missing node gratuities -b missing node hollo -b missing node virological -b missing node viviparities -b missing node inversive -b missing node justed -b missing node upmost -b missing node referees -b missing node physiologically -b missing node orchardist -b missing node brad -b missing node refereed -b missing node brag -b missing node barbados -b missing node bumblings -b missing node brae -b missing node juster -b missing node husbandmen -b missing node cursives -b missing node glares -b missing node bran -b missing node preprocessing -b missing node frequentness -b missing node bray -b missing node midmost -b missing node braw -b missing node somewhere -b missing node riprapping -b missing node bras -b missing node brat -b missing node assimilates -b missing node plunderer -b missing node oakland -b missing node ordering -b missing node inversion -b missing node suboffices -b missing node pedes -b missing node subofficer -b missing node assimilated -b missing node predeterminations -b missing node epithalamia -b missing node slapsticks -b missing node neoclassic -b missing node tottering -b missing node widely -b missing node stasis -b missing node buicks -b missing node bedmate -b missing node predigests -b missing node harangue -b missing node pertly -b missing node maybushes -b missing node sergeancies -b missing node widens -b missing node fixatives -b missing node boasters -b missing node aspirant -b missing node bred -b missing node harnessing -b missing node vogue -b missing node ligature -b missing node stockmen -b missing node husbandman -b missing node coagulant -b missing node quartzite -b missing node poultry -b missing node sayable -b missing node audiences -b missing node excite -b missing node organizers -b missing node discountenance -b missing node brew -b missing node hawsers -b missing node rubbliest -b missing node catspaws -b missing node dystrophic -b missing node delaware -b missing node kinesthesias -b missing node pendulous -b missing node brassy -b missing node wiglike -b missing node cognizance -b missing node meeter -b missing node decongestive -b missing node sultanates -b missing node flitters -b missing node zimbabwe -b missing node holts -b missing node extroverts -b missing node chowchow -b missing node suffixal -b missing node distentions -b missing node tablespoonfuls -b missing node interfile -b missing node dialogs -b missing node brim -b missing node ramparting -b missing node terminations -b missing node brin -b missing node brio -b missing node busheling -b missing node couriers -b missing node pasteurize -b missing node brit -b missing node stockman -b missing node research -b missing node transforms -b missing node reverential -b missing node coextended -b missing node brie -b missing node brig -b missing node bahts -b missing node frizziness -b missing node justly -b missing node matchbooks -b missing node chauffers -b missing node password -b missing node glared -b missing node woman -b missing node justle -b missing node filmgoer -b missing node aspirate -b missing node conjuring -b missing node languishing -b missing node criticisms -b missing node wombs -b missing node mopeders -b missing node excitable -b missing node dressings -b missing node exclaimers -b missing node calcimined -b missing node womby -b missing node outbalancing -b missing node catapulted -b missing node garmenting -b missing node undisturbed -b missing node suffixes -b missing node suffixed -b missing node undertake -b missing node breviary -b missing node airiness -b missing node calcimines -b missing node woeness -b missing node dilettantes -b missing node weekday -b missing node valedictions -b missing node stresses -b missing node unwoven -b missing node environmentally -b missing node excise -b missing node murther -b missing node immoralities -b missing node gymnasium -b missing node unknotting -b missing node stressed -b missing node yangtze -b missing node women -b missing node downstroke -b missing node reencounter -b missing node sonorities -b missing node bumpy -b missing node undertakings -b missing node colure -b missing node decking -b missing node ablutionary -b missing node liquidated -b missing node togging -b missing node swahilian -b missing node chimerical -b missing node apelike -b missing node liquidates -b missing node coursings -b missing node defeating -b missing node stressing -b missing node presoaks -b missing node relettering -b missing node buttonholed -b missing node rushing -b missing node lemonish -b missing node poring -b missing node subtype -b missing node payments -b missing node plainsmen -b missing node outstays -b missing node foreshadowing -b missing node massagist -b missing node clouded -b missing node disabilities -b missing node congruency -b missing node pampering -b missing node drawing -b missing node buttonholer -b missing node condonation -b missing node plashiest -b missing node buttonholes -b missing node bacchantes -b missing node monatomic -b missing node manliness -b missing node glazed -b missing node absolved -b missing node obediently -b missing node shovelful -b missing node esse -b missing node encysted -b missing node nonentity -b missing node jorum -b missing node carryall -b missing node absolves -b missing node absolver -b missing node unmourned -b missing node vulgarity -b missing node greasers -b missing node firebug -b missing node musses -b missing node frankness -b missing node highbrows -b missing node improbability -b missing node mussel -b missing node gibbering -b missing node estimated -b missing node squalidest -b missing node affectionate -b missing node mussed -b missing node prewarmed -b missing node overstuff -b missing node emergents -b missing node renovate -b missing node vulgarism -b missing node column -b missing node haltered -b missing node deprecators -b missing node roughage -b missing node brushfire -b missing node fugging -b missing node meteorologists -b missing node sequential -b missing node espy -b missing node squarest -b missing node icinesses -b missing node hipster -b missing node bowingly -b missing node airbrush -b missing node estimates -b missing node patrolling -b missing node flunking -b missing node disqualifying -b missing node scaliest -b missing node macrocyte -b missing node immunizing -b missing node petered -b missing node deprecatory -b missing node squarers -b missing node unmarried -b missing node cumulus -b missing node medallions -b missing node modernizer -b missing node cycling -b missing node modernizes -b missing node gamelan -b missing node broadcasters -b missing node souffles -b missing node cormorants -b missing node modernized -b missing node milliamperes -b missing node disrobed -b missing node loganberry -b missing node doormats -b missing node coatracks -b missing node exploits -b missing node probationary -b missing node disrober -b missing node disrobes -b missing node maximins -b missing node rencounter -b missing node shoulders -b missing node teethe -b missing node estimator -b missing node intermits -b missing node matron -b missing node pamphleteer -b missing node dotes -b missing node apprehended -b missing node doter -b missing node cherchez -b missing node assistance -b missing node unnerve -b missing node explicitly -b missing node space -b missing node doted -b missing node bioactivity -b missing node typewriters -b missing node cultivators -b missing node sandbags -b missing node teeter -b missing node convoke -b missing node moisturizers -b missing node nutlike -b missing node spade -b missing node asians -b missing node municipally -b missing node gibberish -b missing node perishableness -b missing node formulate -b missing node palestinian -b missing node caloric -b missing node marshalling -b missing node reluctantly -b missing node vulgarize -b missing node glazer -b missing node skewer -b missing node glazes -b missing node chumminess -b missing node proposition -b missing node anechoic -b missing node calorie -b missing node spain -b missing node inserted -b missing node hyperbaric -b missing node skewed -b missing node cutaways -b missing node congruence -b missing node bruiters -b missing node blindages -b missing node inserter -b missing node embedded -b missing node enactive -b missing node overlooks -b missing node quintile -b missing node slapjacks -b missing node spake -b missing node overcoats -b missing node ashiness -b missing node plainsman -b missing node tranship -b missing node transmittance -b missing node lutanists -b missing node reinstates -b missing node fuggier -b missing node televiewed -b missing node unwholesome -b missing node getters -b missing node barrette -b missing node reinstated -b missing node televiewer -b missing node tuneably -b missing node incidence -b missing node beanies -b missing node cyclist -b missing node repercussions -b missing node tacitness -b missing node flunkies -b missing node adversary -b missing node tuneable -b missing node adzes -b missing node ennui -b missing node mananas -b missing node wahine -b missing node formulary -b missing node nearing -b missing node kalifs -b missing node thirtieths -b missing node vivaciously -b missing node coaevals -b missing node speculate -b missing node spans -b missing node eses -b missing node nonplus -b missing node spank -b missing node objurgating -b missing node impiously -b missing node hoarier -b missing node panderers -b missing node sovietism -b missing node kaliph -b missing node grouchy -b missing node puddlers -b missing node iridescence -b missing node albino -b missing node ginkgo -b missing node nominals -b missing node penuriously -b missing node extirpation -b missing node glibbest -b missing node earthliness -b missing node pensionary -b missing node objurgation -b missing node peristalses -b missing node woolmen -b missing node grenadiers -b missing node absolute -b missing node defoamer -b missing node realists -b missing node antisepticized -b missing node spale -b missing node bushwhack -b missing node refreshingly -b missing node builds -b missing node coagent -b missing node defoamed -b missing node maximite -b missing node demurring -b missing node townies -b missing node emergence -b missing node empathies -b missing node peskily -b missing node surgeons -b missing node diking -b missing node eagerest -b missing node droughts -b missing node emergency -b missing node droughty -b missing node tellership -b missing node spasm -b missing node columnist -b missing node birdlimed -b missing node subsequently -b missing node spars -b missing node enginery -b missing node cherished -b missing node birdlimes -b missing node spare -b missing node morganatic -b missing node spark -b missing node unneeded -b missing node cherishes -b missing node cherisher -b missing node jailbreak -b missing node railway -b missing node inflatable -b missing node subalterns -b missing node maximize -b missing node vulgarian -b missing node reaccredits -b missing node geeing -b missing node peristalsis -b missing node ringlet -b missing node braggier -b missing node reclothes -b missing node bluchers -b missing node sultriness -b missing node uneasily -b missing node drooling -b missing node repository -b missing node atrocious -b missing node reclothed -b missing node fancifully -b missing node methane -b missing node surrogacies -b missing node swages -b missing node accolades -b missing node cataclysmal -b missing node replications -b missing node prohibited -b missing node subversive -b missing node beaning -b missing node masturbator -b missing node swaged -b missing node engravers -b missing node preened -b missing node stanford -b missing node preener -b missing node spawn -b missing node filamentous -b missing node subversion -b missing node blemishing -b missing node enplanes -b missing node papyri -b missing node mezzo -b missing node masturbated -b missing node regauging -b missing node unbending -b missing node fowling -b missing node guanacos -b missing node showered -b missing node masturbates -b missing node soundboards -b missing node enriching -b missing node hallway -b missing node masturbate -b missing node peskier -b missing node inhabit -b missing node aseptically -b missing node spats -b missing node symmetrical -b missing node hoarily -b missing node unswept -b missing node whomped -b missing node amender -b missing node sovietize -b missing node confucians -b missing node outstare -b missing node peripherally -b missing node usurps -b missing node drainers -b missing node realisms -b missing node unclamps -b missing node amended -b missing node canalled -b missing node desugaring -b missing node beadings -b missing node fixing -b missing node spate -b missing node canaller -b missing node welfares -b missing node possesses -b missing node succeeding -b missing node kalium -b missing node possessed -b missing node sulkiness -b missing node civically -b missing node toccatas -b missing node qursh -b missing node surf -b missing node sure -b missing node defeatist -b missing node defeatism -b missing node colporteurs -b missing node heedless -b missing node sorrier -b missing node subteens -b missing node bluepoint -b missing node climactically -b missing node nonexisting -b missing node unabashed -b missing node backbones -b missing node aesopian -b missing node validities -b missing node bumps -b missing node ineducable -b missing node collapsing -b missing node troweler -b missing node marauder -b missing node pundits -b missing node marauded -b missing node mislabel -b missing node groucho -b missing node bragging -b missing node troweled -b missing node adyta -b missing node joram -b missing node woolman -b missing node awned -b missing node muckluck -b missing node ecology -b missing node spays -b missing node relinquishment -b missing node outstand -b missing node enplaned -b missing node affectation -b missing node lifers -b missing node wherefrom -b missing node shiftlessly -b missing node seoul -b missing node humanitarianism -b missing node micrology -b missing node visions -b missing node vermuth -b missing node errs -b missing node masslessness -b missing node disabler -b missing node adulterators -b missing node disables -b missing node fearfuller -b missing node supt -b missing node collision -b missing node sups -b missing node awoke -b missing node squirrelling -b missing node crybaby -b missing node liaising -b missing node supe -b missing node tortoise -b missing node shovelers -b missing node alinement -b missing node adverts -b missing node supervisorship -b missing node nonalignment -b missing node provender -b missing node objectors -b missing node matchbook -b missing node caseworks -b missing node manchurians -b missing node popularizes -b missing node blaring -b missing node midday -b missing node resurveys -b missing node masqueraders -b missing node suns -b missing node casaba -b missing node popularized -b missing node sunk -b missing node hafniums -b missing node shirting -b missing node sung -b missing node erst -b missing node hottest -b missing node redefinition -b missing node awols -b missing node domineering -b missing node dissatisfaction -b missing node sums -b missing node deforming -b missing node lupine -b missing node sumo -b missing node sump -b missing node cosines -b missing node erne -b missing node unhitched -b missing node fragmentarily -b missing node bemire -b missing node preblessed -b missing node lupins -b missing node robbins -b missing node cleveland -b missing node incompressibly -b missing node sulk -b missing node erns -b missing node glaceed -b missing node perdurability -b missing node tiling -b missing node dayflowers -b missing node robbing -b missing node airboat -b missing node incompressible -b missing node cleavages -b missing node possessor -b missing node hailstones -b missing node malnutrition -b missing node spondaics -b missing node ourself -b missing node podgily -b missing node unhitches -b missing node preblesses -b missing node kalimba -b missing node inexpressive -b missing node begorra -b missing node unhanded -b missing node reread -b missing node unexploded -b missing node intwists -b missing node judgeship -b missing node midden -b missing node firearm -b missing node sulfurs -b missing node gratuity -b missing node bluing -b missing node ladykin -b missing node recantation -b missing node thatches -b missing node thatcher -b missing node sulfury -b missing node tortuously -b missing node eros -b missing node taconite -b missing node thatched -b missing node steamrollering -b missing node rearms -b missing node inaptitude -b missing node wedding -b missing node sorrily -b missing node suit -b missing node confessedly -b missing node disabled -b missing node rearrested -b missing node rodents -b missing node cordobas -b missing node deliming -b missing node tattlers -b missing node unmown -b missing node memsahibs -b missing node vaunted -b missing node officiants -b missing node caulker -b missing node salinizing -b missing node visualization -b missing node dough -b missing node antivenins -b missing node grabbing -b missing node diocesan -b missing node premises -b missing node sereneness -b missing node vaunter -b missing node pigeon -b missing node tapelines -b missing node notandum -b missing node huskers -b missing node ducting -b missing node erin -b missing node habitue -b missing node deprecatingly -b missing node erie -b missing node vulnerability -b missing node peridot -b missing node enfranchising -b missing node stripling -b missing node redundances -b missing node meowing -b missing node deciliter -b missing node reinvoke -b missing node oenophiles -b missing node corundum -b missing node scrupulously -b missing node generalities -b missing node deformity -b missing node hawaiian -b missing node purview -b missing node gopher -b missing node callously -b missing node crossbones -b missing node severalizing -b missing node poutiest -b missing node nominate -b missing node suer -b missing node occupationally -b missing node bluish -b missing node proofing -b missing node substantiality -b missing node ergonomics -b missing node surmiser -b missing node surmises -b missing node ductile -b missing node sued -b missing node divergent -b missing node demodulations -b missing node queuer -b missing node suez -b missing node suey -b missing node queues -b missing node caulked -b missing node suet -b missing node sues -b missing node surmised -b missing node steamers -b missing node queued -b missing node pseudopodia -b missing node empathize -b missing node uneasier -b missing node cheerlessness -b missing node lenient -b missing node middle -b missing node suds -b missing node filliped -b missing node douce -b missing node arctic -b missing node numismatics -b missing node acceptedly -b missing node november -b missing node such -b missing node doubt -b missing node calloused -b missing node rearrangement -b missing node suck -b missing node extirpating -b missing node hurlers -b missing node townish -b missing node nannies -b missing node callouses -b missing node eternizes -b missing node bohemias -b missing node podgier -b missing node substantialize -b missing node delimits -b missing node eelgrass -b missing node drumsticks -b missing node foulness -b missing node adverse -b missing node bohemian -b missing node sends -b missing node bentwood -b missing node saviors -b missing node eternized -b missing node subs -b missing node stigmatize -b missing node gemstone -b missing node ergo -b missing node premised -b missing node ergs -b missing node lacers -b missing node imagining -b missing node depreciative -b missing node cairns -b missing node oscillatory -b missing node fulfills -b missing node oscillators -b missing node saviour -b missing node deceptively -b missing node tourneys -b missing node eras -b missing node depreciation -b missing node murderess -b missing node cirrose -b missing node induction -b missing node erat -b missing node recuperation -b missing node sandbank -b missing node misapprehends -b missing node crime -b missing node oxcarts -b missing node crimp -b missing node twelve -b missing node inefficaciously -b missing node recuperating -b missing node transfix -b missing node woollen -b missing node prettification -b missing node proceeder -b missing node moulded -b missing node cordwood -b missing node figure -b missing node pinned -b missing node moulder -b missing node proceeded -b missing node inquiringly -b missing node songfest -b missing node cirrous -b missing node stoutness -b missing node toepieces -b missing node pinner -b missing node evenhanded -b missing node metallurgist -b missing node inducting -b missing node cashers -b missing node quasars -b missing node synovias -b missing node simplification -b missing node synovial -b missing node veneers -b missing node reinstallation -b missing node styx -b missing node roughhewed -b missing node lassie -b missing node wonderment -b missing node ramblers -b missing node expedition -b missing node solipsist -b missing node elucidators -b missing node maline -b missing node schoolhouse -b missing node ratline -b missing node dioceses -b missing node reincarnationist -b missing node solipsism -b missing node animalcule -b missing node inkless -b missing node habitat -b missing node preempt -b missing node impecunious -b missing node fencibles -b missing node dysesthesia -b missing node cries -b missing node disallowed -b missing node cashews -b missing node crier -b missing node casava -b missing node vanished -b missing node acrimony -b missing node barometric -b missing node expatiating -b missing node pinnae -b missing node pinnal -b missing node stetsons -b missing node vanishes -b missing node vanisher -b missing node seaport -b missing node backslidden -b missing node codeines -b missing node javanese -b missing node bulbs -b missing node compromisable -b missing node teazelling -b missing node assignors -b missing node giveaways -b missing node lasses -b missing node pinnas -b missing node expatiation -b missing node depreciating -b missing node beleaguering -b missing node bayonetting -b missing node neolith -b missing node zlotys -b missing node jehus -b missing node scribble -b missing node synergically -b missing node pragmatical -b missing node stye -b missing node subcranial -b missing node malice -b missing node senna -b missing node dichromatism -b missing node shadiness -b missing node cider -b missing node cuprite -b missing node dotty -b missing node tahitians -b missing node captainship -b missing node puruloid -b missing node habited -b missing node hellions -b missing node wisher -b missing node wishes -b missing node proindustry -b missing node tonneaux -b missing node senor -b missing node assiduous -b missing node controversies -b missing node wished -b missing node underruns -b missing node repairers -b missing node slayers -b missing node tragedians -b missing node unamusing -b missing node incompliant -b missing node tonneaus -b missing node convoys -b missing node recuperative -b missing node garishly -b missing node bulgy -b missing node reflowered -b missing node firebox -b missing node shirtier -b missing node fernless -b missing node jocosity -b missing node expediting -b missing node crisp -b missing node stub -b missing node restricted -b missing node bulge -b missing node votarists -b missing node crankcase -b missing node fluctuations -b missing node stun -b missing node embanking -b missing node unpatentable -b missing node stud -b missing node aqueously -b missing node slantingly -b missing node precises -b missing node malign -b missing node overridden -b missing node numismatist -b missing node outages -b missing node preemie -b missing node unmold -b missing node massaging -b missing node preciser -b missing node reseating -b missing node incidents -b missing node matted -b missing node inmesh -b missing node odourful -b missing node precised -b missing node approachers -b missing node linked -b missing node apatite -b missing node celebrators -b missing node linker -b missing node liquidator -b missing node imperious -b missing node vermonter -b missing node acquitting -b missing node devitalizes -b missing node sense -b missing node staying -b missing node roosting -b missing node estopped -b missing node sandbars -b missing node bully -b missing node controversial -b missing node gremmy -b missing node estoppel -b missing node bulls -b missing node responsibilities -b missing node spiroid -b missing node sensu -b missing node ageists -b missing node stop -b missing node lassos -b missing node stow -b missing node porker -b missing node reared -b missing node carotenes -b missing node listenings -b missing node moralistically -b missing node bulks -b missing node senti -b missing node bulky -b missing node rollout -b missing node tussling -b missing node numerable -b missing node wordplay -b missing node devitalized -b missing node rearer -b missing node matter -b missing node mattes -b missing node adverbs -b missing node gladioluses -b missing node imbroglio -b missing node squarely -b missing node decadents -b missing node monitions -b missing node numerably -b missing node derringer -b missing node libidos -b missing node permeated -b missing node resurging -b missing node awareness -b missing node cockup -b missing node buoys -b missing node glottises -b missing node gradational -b missing node mallet -b missing node permeates -b missing node prioresses -b missing node ventilators -b missing node cinerary -b missing node kaliphs -b missing node hygrometers -b missing node ventilatory -b missing node incorporation -b missing node markdown -b missing node clapboard -b missing node oscars -b missing node implementors -b missing node unwearying -b missing node proboscides -b missing node plainsong -b missing node hektare -b missing node destaining -b missing node abundantly -b missing node purveys -b missing node ursae -b missing node dodders -b missing node cunnings -b missing node doddery -b missing node tabularly -b missing node jelling -b missing node incorporating -b missing node protruding -b missing node sniveled -b missing node overproduction -b missing node diplomatically -b missing node sniveler -b missing node ragweed -b missing node dating -b missing node dogsled -b missing node stir -b missing node implicates -b missing node malled -b missing node mallei -b missing node talkings -b missing node implicated -b missing node enthusiasts -b missing node illogics -b missing node tiffany -b missing node arrowhead -b missing node roundelay -b missing node sicknesses -b missing node fiancee -b missing node resembling -b missing node querulously -b missing node subgenera -b missing node jehad -b missing node gamboled -b missing node setscrew -b missing node murderees -b missing node stingray -b missing node fingerling -b missing node noisemaker -b missing node supplemental -b missing node fireboxes -b missing node fiances -b missing node melodies -b missing node unreadier -b missing node landforms -b missing node unhygienic -b missing node magnates -b missing node stoa -b missing node stonewalls -b missing node messes -b missing node immemorial -b missing node prowesses -b missing node progenitor -b missing node sequels -b missing node hypersensitive -b missing node huzzahing -b missing node locate -b missing node fiddling -b missing node messed -b missing node gormandizes -b missing node gormandizer -b missing node cinerama -b missing node empress -b missing node fantasize -b missing node concurrences -b missing node hardball -b missing node bluffs -b missing node appanages -b missing node approaching -b missing node consommes -b missing node quackeries -b missing node gormandized -b missing node sequent -b missing node terrarium -b missing node houseless -b missing node nagging -b missing node gatherings -b missing node glowworm -b missing node cambodian -b missing node murderers -b missing node sieving -b missing node spectrums -b missing node supplemented -b missing node supplementer -b missing node transfer -b missing node lassoers -b missing node batteries -b missing node nonelective -b missing node overanalyzing -b missing node cockle -b missing node exigences -b missing node liberalize -b missing node heuristic -b missing node dative -b missing node mailboxes -b missing node dover -b missing node doves -b missing node feminine -b missing node lubricity -b missing node airline -b missing node revocable -b missing node cavalierly -b missing node stay -b missing node predigested -b missing node sateen -b missing node lithiums -b missing node star -b missing node intricateness -b missing node sanseis -b missing node linkup -b missing node filibusters -b missing node chemise -b missing node stat -b missing node chemism -b missing node stab -b missing node chemist -b missing node stag -b missing node headers -b missing node ennoblers -b missing node rheologists -b missing node enmeshments -b missing node conceives -b missing node conceiver -b missing node conjointly -b missing node wisdom -b missing node conceived -b missing node cosier -b missing node repackaged -b missing node elicits -b missing node fuzils -b missing node brooches -b missing node agonizingly -b missing node cosies -b missing node acridest -b missing node wimples -b missing node miserliness -b missing node collations -b missing node turkeys -b missing node fuzing -b missing node procedurally -b missing node longbow -b missing node vitaminized -b missing node sovereignty -b missing node unitary -b missing node cymose -b missing node furloughed -b missing node profligate -b missing node cavalries -b missing node scrolling -b missing node genetically -b missing node translations -b missing node octants -b missing node repackages -b missing node marlier -b missing node chamomile -b missing node tinniness -b missing node locale -b missing node piecrusts -b missing node surreys -b missing node enciphers -b missing node hardback -b missing node botanists -b missing node outings -b missing node pointillists -b missing node rantingly -b missing node stew -b missing node stet -b missing node emulator -b missing node chemins -b missing node truckloads -b missing node stonewall -b missing node locals -b missing node calotte -b missing node reinstructing -b missing node stem -b missing node step -b missing node keyboarded -b missing node piggie -b missing node temples -b missing node alternateness -b missing node smoochy -b missing node piggin -b missing node soapstones -b missing node noninstitutional -b missing node victimizes -b missing node convergence -b missing node victimizer -b missing node gutturally -b missing node excitatory -b missing node preengage -b missing node blameless -b missing node victimized -b missing node directives -b missing node indissolubility -b missing node infirmed -b missing node groaning -b missing node godfather -b missing node kidders -b missing node cocked -b missing node comanches -b missing node feminity -b missing node blueys -b missing node sacheted -b missing node toggled -b missing node counterpoints -b missing node cashbox -b missing node entertainers -b missing node toggler -b missing node lambkins -b missing node toggles -b missing node hatchable -b missing node elusiveness -b missing node dysesthetic -b missing node wimpled -b missing node skidding -b missing node nonelection -b missing node enigmas -b missing node begorah -b missing node arbiters -b missing node pathogenic -b missing node liberalism -b missing node rewardable -b missing node messrs -b missing node liberality -b missing node deterrence -b missing node lorgnette -b missing node repeated -b missing node cosher -b missing node coshes -b missing node templed -b missing node coshed -b missing node cavaliered -b missing node folderols -b missing node bluest -b missing node proportion -b missing node jellied -b missing node templar -b missing node untactfully -b missing node pomeranians -b missing node unaccomplished -b missing node foredecks -b missing node repeater -b missing node jellies -b missing node bigamist -b missing node infeoffed -b missing node sovereignly -b missing node daybeds -b missing node decommissions -b missing node drunkenness -b missing node drawled -b missing node titillates -b missing node bristlier -b missing node asparaguses -b missing node drawler -b missing node misbestowed -b missing node crueler -b missing node feminise -b missing node ouster -b missing node gerontological -b missing node lozenge -b missing node struck -b missing node cocker -b missing node complicating -b missing node histrionics -b missing node titillated -b missing node rigorously -b missing node feminism -b missing node ousted -b missing node feminist -b missing node marlins -b missing node convergency -b missing node bonnily -b missing node receptionist -b missing node marling -b missing node marline -b missing node teleological -b missing node complication -b missing node crevassing -b missing node grabbier -b missing node countenancing -b missing node actual -b missing node woful -b missing node bluesy -b missing node levelness -b missing node relicenses -b missing node iodizing -b missing node emulated -b missing node estranges -b missing node unfriendliness -b missing node unliveable -b missing node washdays -b missing node meaners -b missing node rehiring -b missing node irretrievably -b missing node enthusiasms -b missing node mallow -b missing node estranged -b missing node kiosks -b missing node comestibles -b missing node whitecaps -b missing node freestones -b missing node irretrievable -b missing node kludging -b missing node meanest -b missing node micturate -b missing node emulates -b missing node loquacious -b missing node legacy -b missing node scurvier -b missing node scurvies -b missing node stemmed -b missing node etym -b missing node managements -b missing node infirmly -b missing node geegaw -b missing node cicelies -b missing node stemmer -b missing node douse -b missing node jellify -b missing node gyrate -b missing node jihads -b missing node enounced -b missing node transept -b missing node scariest -b missing node hypersensitize -b missing node mechanic -b missing node enounces -b missing node grifters -b missing node unhurried -b missing node bigamies -b missing node bichloride -b missing node unauspicious -b missing node ikebana -b missing node agedness -b missing node cruelly -b missing node versifying -b missing node sheafed -b missing node pathologic -b missing node pigged -b missing node garnitures -b missing node polytheistic -b missing node overlords -b missing node epistolary -b missing node debouched -b missing node poisonously -b missing node rapturously -b missing node bristling -b missing node scurvily -b missing node debouches -b missing node nondisclosure -b missing node baroscope -b missing node edemas -b missing node liveliest -b missing node bonnier -b missing node deliberative -b missing node headstrong -b missing node growlers -b missing node riblet -b missing node nitrification -b missing node relicensed -b missing node feminize -b missing node lunging -b missing node piroshki -b missing node dispatching -b missing node surrealism -b missing node unaccented -b missing node estrous -b missing node chickasaws -b missing node surrealist -b missing node glutamates -b missing node confers -b missing node sausage -b missing node bisexual -b missing node engining -b missing node roundups -b missing node veepee -b missing node harness -b missing node preaffirmed -b missing node reverberators -b missing node ledgeless -b missing node confess -b missing node popover -b missing node unadventurous -b missing node crowdedness -b missing node keeping -b missing node conjecturing -b missing node fixity -b missing node procathedrals -b missing node liana -b missing node synthesized -b missing node oscules -b missing node corollary -b missing node superficies -b missing node forbids -b missing node legals -b missing node mischarge -b missing node deterrents -b missing node cabbages -b missing node strums -b missing node predetermination -b missing node poland -b missing node quintuple -b missing node folkloric -b missing node metring -b missing node darndest -b missing node cabbaged -b missing node adumbratively -b missing node invocating -b missing node strung -b missing node pottered -b missing node motorbike -b missing node invocation -b missing node expectorator -b missing node covalence -b missing node struts -b missing node subcutaneous -b missing node potterer -b missing node macular -b missing node cragginess -b missing node marquisette -b missing node pouchiest -b missing node polentas -b missing node maculas -b missing node commanders -b missing node acidulously -b missing node predicts -b missing node abusage -b missing node jawless -b missing node mysterious -b missing node cavitied -b missing node fallings -b missing node synthesizer -b missing node cadaverous -b missing node synthesizes -b missing node liars -b missing node subalpine -b missing node spaceships -b missing node cavities -b missing node eloquent -b missing node sensitometer -b missing node prohibitor -b missing node vainest -b missing node galaxy -b missing node tokenize -b missing node dower -b missing node metrist -b missing node dowel -b missing node hardballs -b missing node retreading -b missing node whickered -b missing node dowdy -b missing node usurer -b missing node flimsy -b missing node boodler -b missing node bunts -b missing node readapting -b missing node aptest -b missing node subdivisible -b missing node interacting -b missing node boodles -b missing node folklores -b missing node malamutes -b missing node stereochemical -b missing node cruelty -b missing node polars -b missing node boodled -b missing node flyway -b missing node unscrews -b missing node reproduced -b missing node degausses -b missing node upsweeps -b missing node renouncement -b missing node gibbers -b missing node unincumbered -b missing node melodize -b missing node surrealists -b missing node randomized -b missing node knob -b missing node emissions -b missing node gatefold -b missing node randomizes -b missing node backsliders -b missing node procompromise -b missing node resummons -b missing node ballyhoos -b missing node enplaning -b missing node nautiluses -b missing node wisely -b missing node listless -b missing node sepia -b missing node specifics -b missing node carefree -b missing node fairness -b missing node pinole -b missing node hearthstone -b missing node gibbets -b missing node legato -b missing node eyeless -b missing node vacillations -b missing node spitfires -b missing node legate -b missing node indwelt -b missing node gantlets -b missing node lengtheners -b missing node helluva -b missing node sultanate -b missing node transect -b missing node reproducer -b missing node cuticle -b missing node reproduces -b missing node eyelets -b missing node specified -b missing node discredits -b missing node cockspurs -b missing node tosspots -b missing node indwell -b missing node degaussed -b missing node specifier -b missing node specifies -b missing node indorsees -b missing node disparities -b missing node profusely -b missing node horsewhip -b missing node undiscriminating -b missing node etna -b missing node whishing -b missing node pinons -b missing node eminent -b missing node innocently -b missing node corinthians -b missing node hospitableness -b missing node quickens -b missing node topfull -b missing node crookery -b missing node nonmalignant -b missing node jointuring -b missing node matriline -b missing node enduro -b missing node painfuller -b missing node sepal -b missing node endure -b missing node bilking -b missing node presumptuously -b missing node nursemaid -b missing node obscenity -b missing node letdowns -b missing node matriliny -b missing node regardful -b missing node expectorated -b missing node oscular -b missing node presbyter -b missing node expectorates -b missing node carburetor -b missing node laughters -b missing node fiftieth -b missing node fillings -b missing node resonators -b missing node lingoes -b missing node swains -b missing node knox -b missing node know -b missing node mainlining -b missing node knot -b missing node patties -b missing node twenty -b missing node dormitories -b missing node medicaments -b missing node megaphone -b missing node premiums -b missing node knew -b missing node flings -b missing node coonskins -b missing node onanists -b missing node endues -b missing node outrages -b missing node commandeer -b missing node fragged -b missing node grommets -b missing node confect -b missing node spacewalk -b missing node godliest -b missing node knee -b missing node outraged -b missing node pronouncement -b missing node nihilisms -b missing node superseding -b missing node gardeners -b missing node wobblers -b missing node sixtieth -b missing node indestructibility -b missing node foundering -b missing node habeas -b missing node cosign -b missing node wisest -b missing node endued -b missing node etch -b missing node beneficing -b missing node quintics -b missing node perdurable -b missing node tyrannously -b missing node sepoy -b missing node enacting -b missing node airlift -b missing node bunkmates -b missing node bungs -b missing node nighter -b missing node outstay -b missing node compartmentalizing -b missing node solitary -b missing node smirked -b missing node lolloping -b missing node matrix -b missing node adjudicatory -b missing node noncommittal -b missing node clattery -b missing node bedders -b missing node melodist -b missing node nearsighted -b missing node proctology -b missing node clatters -b missing node smirker -b missing node necessitate -b missing node megacolon -b missing node adjudicators -b missing node departures -b missing node flywheels -b missing node lamebrain -b missing node deckers -b missing node curding -b missing node overglaze -b missing node dyers -b missing node bickers -b missing node flinch -b missing node reclined -b missing node unchastely -b missing node supermolecule -b missing node recliner -b missing node innocenter -b missing node reclines -b missing node distantness -b missing node demarcating -b missing node metrics -b missing node protozoon -b missing node aerosolized -b missing node knit -b missing node barkers -b missing node proconsulships -b missing node adamances -b missing node slyest -b missing node siliceous -b missing node openness -b missing node backwashes -b missing node tabulated -b missing node transitions -b missing node demarcation -b missing node bunds -b missing node vindictive -b missing node mythologists -b missing node biretta -b missing node exorcising -b missing node decapitations -b missing node boomtown -b missing node patting -b missing node thruputs -b missing node cosily -b missing node problematic -b missing node sphenoid -b missing node apathetic -b missing node bunch -b missing node wheeziness -b missing node bunco -b missing node ecole -b missing node contradictively -b missing node cosine -b missing node batistes -b missing node hexers -b missing node weatherproofed -b missing node flatfish -b missing node airlike -b missing node dubonnet -b missing node dogsleds -b missing node uncompressed -b missing node ablatival -b missing node itchings -b missing node moisturizing -b missing node admixing -b missing node gunboat -b missing node oscillate -b missing node wartiest -b missing node overpaying -b missing node unlinking -b missing node ptolemaic -b missing node ignoring -b missing node pulers -b missing node chemics -b missing node nonhabitual -b missing node stabling -b missing node interaction -b missing node nightly -b missing node eclairs -b missing node acupuncture -b missing node kingdoms -b missing node hireable -b missing node saltation -b missing node barkeep -b missing node protozoan -b missing node bootblack -b missing node protozoal -b missing node reletting -b missing node sandbagging -b missing node winnings -b missing node replenishers -b missing node hardbound -b missing node midtowns -b missing node comprehendible -b missing node adaptometer -b missing node bucharest -b missing node firedog -b missing node electioneering -b missing node wretchedness -b missing node tabulates -b missing node mooing -b missing node providential -b missing node bunns -b missing node carouse -b missing node curdier -b missing node spear -b missing node bunny -b missing node bellyful -b missing node speak -b missing node inhesions -b missing node nihilists -b missing node ablatives -b missing node metrify -b missing node mistypings -b missing node jowlier -b missing node clenching -b missing node osculum -b missing node garnish -b missing node quests -b missing node notaryship -b missing node unification -b missing node hurtless -b missing node remodelers -b missing node yellowbellied -b missing node ecuador -b missing node cointerred -b missing node histing -b missing node electrified -b missing node dorsals -b missing node disposable -b missing node alphabetizing -b missing node prideful -b missing node uproars -b missing node electrifies -b missing node electrifier -b missing node arrogations -b missing node nightie -b missing node creditabilities -b missing node zendo -b missing node imitable -b missing node septs -b missing node beneficial -b missing node bunks -b missing node protozoic -b missing node lamming -b missing node bedpans -b missing node septa -b missing node assistants -b missing node interactive -b missing node forcible -b missing node wifedoms -b missing node reaped -b missing node reaper -b missing node justifiers -b missing node upbearer -b missing node discontinues -b missing node nearest -b missing node jefes -b missing node overplays -b missing node bunko -b missing node onanisms -b missing node mainframes -b missing node forcibly -b missing node discontinued -b missing node ruddiest -b missing node dyads -b missing node jeers -b missing node casualties -b missing node wheyish -b missing node indiscreetness -b missing node poleax -b missing node crone -b missing node vincas -b missing node airbill -b missing node liveries -b missing node rochester -b missing node dissemblance -b missing node ceased -b missing node primings -b missing node detestation -b missing node sixthly -b missing node liveried -b missing node widowerhood -b missing node spiniest -b missing node croon -b missing node garrotting -b missing node crook -b missing node challahs -b missing node veraciously -b missing node unpolitical -b missing node amputate -b missing node reinterrogate -b missing node fragmentally -b missing node remonetized -b missing node crony -b missing node autocade -b missing node traumatism -b missing node jeeps -b missing node roadless -b missing node visiter -b missing node koto -b missing node charlatanic -b missing node visited -b missing node tanagers -b missing node degass -b missing node recoveries -b missing node regrouping -b missing node mignonettes -b missing node ceases -b missing node offensives -b missing node opacifies -b missing node pumicites -b missing node enjoy -b missing node aestivating -b missing node reenacts -b missing node ornamental -b missing node opacified -b missing node crops -b missing node nondelivery -b missing node rededicates -b missing node kong -b missing node autogenetic -b missing node officiated -b missing node trenchermen -b missing node oregano -b missing node spaceward -b missing node pandering -b missing node officiates -b missing node ancillaries -b missing node borrow -b missing node antiheroes -b missing node landslips -b missing node datcha -b missing node motilities -b missing node demonical -b missing node rededicated -b missing node backbone -b missing node underwater -b missing node thereabout -b missing node relabel -b missing node waltzers -b missing node drawers -b missing node antiheroic -b missing node oversalting -b missing node sublimated -b missing node kook -b missing node reminiscence -b missing node effected -b missing node blousons -b missing node handlebars -b missing node restaffed -b missing node effecter -b missing node sublimates -b missing node cessions -b missing node factorable -b missing node crispiness -b missing node pinstriped -b missing node pyromaniac -b missing node ineptitude -b missing node unhanged -b missing node ornamented -b missing node doxie -b missing node vegetive -b missing node palmettoes -b missing node pinstripes -b missing node indenturing -b missing node distills -b missing node dethroning -b missing node unlovable -b missing node ventilate -b missing node hackneying -b missing node maniacally -b missing node cavitate -b missing node croft -b missing node guiltless -b missing node hoopster -b missing node vegetist -b missing node nonconciliatory -b missing node peddling -b missing node forewarned -b missing node recovering -b missing node build -b missing node blatantly -b missing node seepage -b missing node sisals -b missing node encoding -b missing node traumatize -b missing node safeguarding -b missing node built -b missing node holytide -b missing node selvage -b missing node merchantable -b missing node reenjoys -b missing node sunroofs -b missing node laundered -b missing node proscribing -b missing node roosters -b missing node cannibalization -b missing node rainstorm -b missing node subterfuges -b missing node launderer -b missing node hermits -b missing node trencherman -b missing node charlatanry -b missing node heiresses -b missing node barogram -b missing node croak -b missing node intaglios -b missing node yellowbellies -b missing node tempestuousness -b missing node simperingly -b missing node january -b missing node preexists -b missing node concatenation -b missing node oakums -b missing node accusations -b missing node conceptualizing -b missing node afforest -b missing node linnet -b missing node thearchies -b missing node unravelled -b missing node cyclers -b missing node ensiling -b missing node liverish -b missing node skittish -b missing node croci -b missing node dikers -b missing node proudly -b missing node crock -b missing node spriggy -b missing node fluorinate -b missing node confidantes -b missing node spright -b missing node roughens -b missing node adjudicative -b missing node midmonths -b missing node unintentional -b missing node typewriting -b missing node sanserif -b missing node temperance -b missing node faultfinder -b missing node concatenating -b missing node quadrics -b missing node professionals -b missing node triceps -b missing node enthrallments -b missing node millibars -b missing node wrathed -b missing node caviares -b missing node affront -b missing node goddamns -b missing node likening -b missing node pornos -b missing node ewes -b missing node atrophic -b missing node dehydrators -b missing node rhombuses -b missing node tokenism -b missing node gweducks -b missing node ewer -b missing node midwesterners -b missing node langley -b missing node koan -b missing node reactivates -b missing node mariposas -b missing node bushiest -b missing node iratest -b missing node imaginers -b missing node effector -b missing node sagacity -b missing node maschera -b missing node polers -b missing node deferring -b missing node snivelling -b missing node glasses -b missing node wolfer -b missing node glasser -b missing node wolfed -b missing node diplomatist -b missing node jutting -b missing node buick -b missing node inimitable -b missing node rheumier -b missing node ineligibility -b missing node reinformed -b missing node roughest -b missing node thankless -b missing node homeostatic -b missing node mekong -b missing node erotically -b missing node renominates -b missing node inimitably -b missing node tempuras -b missing node dousing -b missing node renominated -b missing node roughers -b missing node sedgier -b missing node housesits -b missing node glassed -b missing node restricts -b missing node hyperextension -b missing node condiment -b missing node stirrups -b missing node implicit -b missing node obfuscated -b missing node hastier -b missing node clingiest -b missing node desecrate -b missing node tokening -b missing node handshakes -b missing node egocentric -b missing node foreseers -b missing node coronation -b missing node obfuscates -b missing node louvre -b missing node rattails -b missing node intermeshed -b missing node isotropic -b missing node intermeshes -b missing node awhile -b missing node euglena -b missing node straights -b missing node rushers -b missing node unsustained -b missing node woodpecker -b missing node mainliners -b missing node embodying -b missing node inquisitively -b missing node irately -b missing node gemmological -b missing node commencing -b missing node supine -b missing node sateens -b missing node inconceivability -b missing node rugger -b missing node ologists -b missing node overriding -b missing node eighths -b missing node embossing -b missing node crooking -b missing node rugged -b missing node noisemakers -b missing node payers -b missing node cogitate -b missing node leptons -b missing node adult -b missing node freedoms -b missing node representative -b missing node glassie -b missing node vendetta -b missing node couscous -b missing node zesty -b missing node pleated -b missing node hemlines -b missing node moulins -b missing node zests -b missing node bulrush -b missing node continuous -b missing node nurserymaid -b missing node cardinalate -b missing node hayracks -b missing node abasedly -b missing node barhopped -b missing node bellying -b missing node overpraise -b missing node sodomies -b missing node numbly -b missing node brislings -b missing node footnote -b missing node succeeders -b missing node vittles -b missing node slowpoke -b missing node excommunicated -b missing node vittled -b missing node iffiest -b missing node tempest -b missing node boulder -b missing node anticked -b missing node midair -b missing node barrettes -b missing node robbery -b missing node excommunicates -b missing node robbers -b missing node tilers -b missing node fettles -b missing node metalloidal -b missing node assassinate -b missing node microbiological -b missing node flunkers -b missing node caulkings -b missing node tempers -b missing node payees -b missing node dowry -b missing node smalls -b missing node kola -b missing node cowboys -b missing node tempera -b missing node dowse -b missing node infirmable -b missing node nonintoxicant -b missing node obligement -b missing node tormentingly -b missing node bundlings -b missing node abacus -b missing node haycocks -b missing node eclat -b missing node loveless -b missing node terrifiers -b missing node waistings -b missing node turnstile -b missing node olfaction -b missing node bequeaths -b missing node reprievers -b missing node defeaters -b missing node humeral -b missing node representation -b missing node womenfolk -b missing node reactivated -b missing node someplace -b missing node skelter -b missing node adulterants -b missing node habiliments -b missing node orioles -b missing node kohl -b missing node optimistical -b missing node forsook -b missing node blubber -b missing node picador -b missing node pleater -b missing node ferrotypes -b missing node downs -b missing node downy -b missing node hartshorn -b missing node precondemning -b missing node educate -b missing node clericals -b missing node pansophies -b missing node donjons -b missing node seres -b missing node serer -b missing node octaves -b missing node winterizing -b missing node bluely -b missing node thyroid -b missing node hogtieing -b missing node chondrites -b missing node toppings -b missing node serfs -b missing node nonnavigable -b missing node number -b missing node bigamize -b missing node blither -b missing node rectilinear -b missing node calomel -b missing node serge -b missing node razzing -b missing node arteries -b missing node universalizing -b missing node implant -b missing node buriers -b missing node syne -b missing node sync -b missing node numbed -b missing node vivaria -b missing node dipsomaniacal -b missing node tangling -b missing node abdicate -b missing node moseyed -b missing node serif -b missing node inbreathe -b missing node piquant -b missing node enterers -b missing node octaval -b missing node serin -b missing node risking -b missing node unpardonably -b missing node frightful -b missing node bloopers -b missing node kyoto -b missing node summarily -b missing node draining -b missing node blarney -b missing node commonwealths -b missing node metalworker -b missing node tiering -b missing node shoveling -b missing node arterial -b missing node incompressable -b missing node icebox -b missing node sheltering -b missing node cytosine -b missing node riskily -b missing node sandiest -b missing node toxoids -b missing node acronyms -b missing node payday -b missing node shelfful -b missing node rabbinic -b missing node doyly -b missing node neutralizer -b missing node neutralizes -b missing node treatabilities -b missing node hibiscus -b missing node zetas -b missing node rolltop -b missing node demurer -b missing node headquarters -b missing node unities -b missing node scatters -b missing node dikdik -b missing node reflexives -b missing node unpardonable -b missing node excommunicator -b missing node neutralized -b missing node isaac -b missing node optic -b missing node elisions -b missing node ascendence -b missing node cryogens -b missing node misconceived -b missing node hurling -b missing node cryogeny -b missing node dogtrots -b missing node effortless -b missing node interlined -b missing node cricketing -b missing node rambling -b missing node guarantees -b missing node ribose -b missing node hiatuses -b missing node latchkey -b missing node surreal -b missing node interlines -b missing node octavos -b missing node purviews -b missing node consultatory -b missing node faggots -b missing node willowed -b missing node troublous -b missing node guaranteed -b missing node include -b missing node hammers -b missing node forbore -b missing node gelatine -b missing node leghorn -b missing node proslavery -b missing node borsch -b missing node casein -b missing node gelating -b missing node repealer -b missing node tusking -b missing node racemes -b missing node yeasted -b missing node gelatins -b missing node louver -b missing node tailpipe -b missing node phenix -b missing node yodhs -b missing node teensy -b missing node prodigies -b missing node winnable -b missing node flight -b missing node tanglier -b missing node opted -b missing node sodomite -b missing node curableness -b missing node cupboards -b missing node refasten -b missing node seral -b missing node coitional -b missing node pinier -b missing node studding -b missing node repairing -b missing node hypnotizing -b missing node habituating -b missing node skulled -b missing node investiture -b missing node repealed -b missing node revaluating -b missing node fixture -b missing node malpracticed -b missing node tempehs -b missing node razoring -b missing node buckaroo -b missing node borsht -b missing node summaries -b missing node proofers -b missing node revaluation -b missing node sered -b missing node denigrate -b missing node puddling -b missing node yodel -b missing node misfeasances -b missing node uniting -b missing node misconceives -b missing node doyen -b missing node carotin -b missing node pushcart -b missing node carotid -b missing node changeable -b missing node almanacs -b missing node indispensible -b missing node knowingly -b missing node scantness -b missing node yachtsmen -b missing node porose -b missing node unpaying -b missing node boffolas -b missing node mitred -b missing node tubule -b missing node serve -b missing node ameerate -b missing node lyrated -b missing node swagger -b missing node uncoupled -b missing node centimeter -b missing node isolationist -b missing node reavow -b missing node recrystallizes -b missing node servo -b missing node taurines -b missing node taxations -b missing node uncouples -b missing node isolationism -b missing node glacial -b missing node kiddies -b missing node liberations -b missing node quezal -b missing node intwining -b missing node recrystallized -b missing node jocosely -b missing node bulkiness -b missing node treasonably -b missing node wedders -b missing node besetters -b missing node sunrooms -b missing node mitres -b missing node profligacy -b missing node treasonable -b missing node sweetings -b missing node tildes -b missing node habituation -b missing node hottish -b missing node tabulating -b missing node huskily -b missing node yachtsman -b missing node misapprehension -b missing node oblivion -b missing node interviews -b missing node gloominess -b missing node disobeys -b missing node thimblefuls -b missing node faithless -b missing node hemisphere -b missing node synching -b missing node husking -b missing node cosponsored -b missing node destressed -b missing node tabulation -b missing node pining -b missing node adjudicating -b missing node eyeliners -b missing node teener -b missing node glacier -b missing node cigarette -b missing node profuseness -b missing node rattrap -b missing node phenol -b missing node bawdiness -b missing node paprikas -b missing node puddlier -b missing node confectioneries -b missing node swagged -b missing node outfighting -b missing node unbosoming -b missing node nighttime -b missing node jowly -b missing node jowls -b missing node pressrooms -b missing node woodpiles -b missing node incrementing -b missing node pinion -b missing node superchargers -b missing node changelings -b missing node complications -b missing node yodle -b missing node archenemy -b missing node earthbound -b missing node adjudication -b missing node showpiece -b missing node kinesics -b missing node sweller -b missing node inferences -b missing node swelled -b missing node deformers -b missing node deckles -b missing node enactors -b missing node noncontiguously -b missing node distinct -b missing node discontents -b missing node bikinied -b missing node erectable -b missing node laparoscope -b missing node blitzkrieging -b missing node mercifulness -b missing node digestiveness -b missing node knowinger -b missing node diffident -b missing node chancres -b missing node polder -b missing node evil -b missing node imperfectability -b missing node mastless -b missing node irrationalness -b missing node inductees -b missing node unmingled -b missing node ugandan -b missing node forbode -b missing node neuritic -b missing node wariest -b missing node sixties -b missing node updating -b missing node intermesh -b missing node intermittencies -b missing node overexert -b missing node cupric -b missing node tarmacs -b missing node useability -b missing node wildcatted -b missing node visitor -b missing node gunpoint -b missing node floodlights -b missing node hairworks -b missing node serow -b missing node numskull -b missing node proportions -b missing node callosities -b missing node neuritis -b missing node selvedges -b missing node wildcatter -b missing node schusses -b missing node anthropology -b missing node stressful -b missing node hotting -b missing node denouncements -b missing node huskies -b missing node huskier -b missing node hadronic -b missing node cogwheels -b missing node misfortune -b missing node grillades -b missing node fortieth -b missing node externalizing -b missing node rezone -b missing node pleased -b missing node podiatric -b missing node repinning -b missing node viciousness -b missing node riskier -b missing node interment -b missing node cabobs -b missing node tammie -b missing node schussed -b missing node even -b missing node ever -b missing node eves -b missing node pulley -b missing node puller -b missing node serum -b missing node pullet -b missing node leastwise -b missing node illiteracies -b missing node pulled -b missing node staysails -b missing node effaceable -b missing node visceral -b missing node pleases -b missing node pleaser -b missing node reaver -b missing node reaves -b missing node silenter -b missing node reaved -b missing node stoneware -b missing node battering -b missing node ablations -b missing node gaseousness -b missing node livres -b missing node mitral -b missing node subcontracts -b missing node scurfier -b missing node slithers -b missing node acquittals -b missing node fictionally -b missing node diagrammed -b missing node slithery -b missing node kiddish -b missing node fibulas -b missing node fibular -b missing node calypsos -b missing node contentious -b missing node abreast -b missing node hollower -b missing node openwork -b missing node diagrammer -b missing node hollowed -b missing node aahing -b missing node deprecation -b missing node countervailing -b missing node counterpoised -b missing node counterpoises -b missing node prissiness -b missing node tabulations -b missing node juvenile -b missing node chiropody -b missing node acridity -b missing node hexads -b missing node cartridge -b missing node jotty -b missing node blenchingly -b missing node meaning -b missing node deprecating -b missing node hectometers -b missing node peachier -b missing node deftness -b missing node signable -b missing node lakier -b missing node tamper -b missing node alphabetizers -b missing node footmarks -b missing node scaping -b missing node backfiring -b missing node nationalities -b missing node tamped -b missing node hijacker -b missing node weddings -b missing node fuzees -b missing node lasted -b missing node victimize -b missing node totemisms -b missing node veterinary -b missing node barrener -b missing node overcasual -b missing node sacrum -b missing node flameout -b missing node piffled -b missing node oscillating -b missing node venter -b missing node khedive -b missing node balloting -b missing node recanters -b missing node vented -b missing node betiding -b missing node impliedly -b missing node demoniacs -b missing node fibulae -b missing node laster -b missing node rabbinical -b missing node expeditor -b missing node oscillation -b missing node onstage -b missing node reason -b missing node bearcats -b missing node vivants -b missing node imperiousness -b missing node otherwise -b missing node mortises -b missing node compassed -b missing node musculatures -b missing node mortiser -b missing node psychopathy -b missing node troubadour -b missing node respond -b missing node mortised -b missing node freehearted -b missing node jazzer -b missing node jazzes -b missing node humpbacks -b missing node washability -b missing node piffles -b missing node outbreaks -b missing node biochemically -b missing node regarding -b missing node jazzed -b missing node psychopaths -b missing node debacles -b missing node porous -b missing node sequins -b missing node acceding -b missing node heading -b missing node habaneras -b missing node beatitude -b missing node pierrots -b missing node savings -b missing node virgins -b missing node pipingly -b missing node dozes -b missing node dozer -b missing node ascensions -b missing node dozen -b missing node unclasps -b missing node populaces -b missing node redistributions -b missing node aswoon -b missing node curdled -b missing node dozed -b missing node meanies -b missing node solvencies -b missing node hijacked -b missing node brailing -b missing node curdles -b missing node compasses -b missing node saltatory -b missing node curdler -b missing node deformable -b missing node midyear -b missing node variation -b missing node derogates -b missing node freewill -b missing node alliable -b missing node reutilized -b missing node anglicans -b missing node murdering -b missing node tallyhoed -b missing node expedited -b missing node kidding -b missing node reutilizes -b missing node carburetors -b missing node expediter -b missing node expedites -b missing node moanful -b missing node sunshade -b missing node airless -b missing node aunthoods -b missing node discussants -b missing node bookplate -b missing node swanherds -b missing node horses -b missing node cayuses -b missing node barrenly -b missing node laconic -b missing node horsey -b missing node incubator -b missing node horsed -b missing node baedekers -b missing node casbah -b missing node westwardly -b missing node derogated -b missing node palladium -b missing node quinquina -b missing node dressier -b missing node dadaist -b missing node ripener -b missing node ripened -b missing node splints -b missing node subraces -b missing node puling -b missing node prefecture -b missing node dadaism -b missing node lathwork -b missing node hecticly -b missing node librettist -b missing node kalpas -b missing node zapping -b missing node celestially -b missing node eyer -b missing node validate -b missing node eyes -b missing node plodded -b missing node abreact -b missing node darings -b missing node tenantable -b missing node scoliosis -b missing node schlocks -b missing node unruled -b missing node homophiles -b missing node conjuror -b missing node deactivations -b missing node eyed -b missing node deepest -b missing node plodder -b missing node variating -b missing node icecap -b missing node kyrie -b missing node sexlessness -b missing node swamis -b missing node twinning -b missing node sacral -b missing node incubated -b missing node ceremonialist -b missing node provenances -b missing node isthmus -b missing node ceremonialism -b missing node fusels -b missing node cumulatively -b missing node silvered -b missing node royals -b missing node fountainhead -b missing node defalcates -b missing node paleographers -b missing node coevally -b missing node silverer -b missing node undisguised -b missing node defalcated -b missing node permissively -b missing node scatting -b missing node loudened -b missing node securance -b missing node squanderer -b missing node vicariate -b missing node lidless -b missing node precessed -b missing node prevarication -b missing node squandered -b missing node speciating -b missing node groaners -b missing node precesses -b missing node dressing -b missing node ineluctable -b missing node prevaricating -b missing node incubates -b missing node ageings -b missing node brioche -b missing node summarize -b missing node reutilizing -b missing node rollway -b missing node cloudbursts -b missing node assailed -b missing node headily -b missing node unevenest -b missing node repairman -b missing node roommate -b missing node assailer -b missing node nubbiest -b missing node deductions -b missing node unamused -b missing node audaciously -b missing node sacred -b missing node piloted -b missing node dressily -b missing node rubrical -b missing node gravimeters -b missing node novelising -b missing node excrescent -b missing node reusableness -b missing node towboats -b missing node ziggurats -b missing node screechiest -b missing node excoriation -b missing node unused -b missing node bluecoat -b missing node strategies -b missing node tunneler -b missing node shadeless -b missing node venues -b missing node immortalities -b missing node plankings -b missing node tomatoes -b missing node roughhew -b missing node tunneled -b missing node crocodiles -b missing node transact -b missing node diagramed -b missing node spotlessly -b missing node reapers -b missing node chortlers -b missing node exploded -b missing node circumsolar -b missing node picayunes -b missing node repairmen -b missing node vouchsafes -b missing node brilliantine -b missing node deprecative -b missing node contentions -b missing node deepens -b missing node eateries -b missing node embroiders -b missing node exploder -b missing node explodes -b missing node takeoffs -b missing node bullnose -b missing node lowland -b missing node embroidery -b missing node distaffs -b missing node distracted -b missing node afforded -b missing node tampon -b missing node animalities -b missing node hectical -b missing node swamps -b missing node vying -b missing node excoriating -b missing node carpenters -b missing node hollowly -b missing node vouchsafed -b missing node swampy -b missing node asteroids -b missing node scattier -b missing node defrayment -b missing node scarificator -b missing node scarpering -b missing node hotblood -b missing node spirted -b missing node empyreal -b missing node certified -b missing node horrifies -b missing node enlivened -b missing node exactions -b missing node castellated -b missing node horrified -b missing node certifies -b missing node bevies -b missing node certifier -b missing node clamorousness -b missing node laking -b missing node uniters -b missing node lastly -b missing node omissible -b missing node empyrean -b missing node grifting -b missing node coenact -b missing node morphologists -b missing node isthmic -b missing node laudable -b missing node epistler -b missing node equestrians -b missing node epistles -b missing node rabelaisian -b missing node blocker -b missing node aerologist -b missing node nailhead -b missing node daters -b missing node eunuchoid -b missing node blocked -b missing node headier -b missing node cichlid -b missing node curtained -b missing node laudably -b missing node vivacities -b missing node decadence -b missing node inveigling -b missing node chancel -b missing node chancer -b missing node chances -b missing node revelations -b missing node engagingly -b missing node chanced -b missing node unalarmed -b missing node cinereal -b missing node criticizable -b missing node expendability -b missing node concourses -b missing node inducements -b missing node reposition -b missing node getaways -b missing node skyjack -b missing node dulling -b missing node indonesia -b missing node hetaera -b missing node regarded -b missing node huskings -b missing node solders -b missing node dousers -b missing node regroup -b missing node paraders -b missing node growling -b missing node duplicity -b missing node disquieting -b missing node confabs -b missing node jawline -b missing node upbraid -b missing node gumtrees -b missing node fixers -b missing node seismically -b missing node hurtling -b missing node transcending -b missing node cantingly -b missing node investigates -b missing node indorsing -b missing node allegation -b missing node modification -b missing node seton -b missing node coseys -b missing node regrows -b missing node investigated -b missing node skiddoos -b missing node lettuces -b missing node regrown -b missing node unsealing -b missing node neurally -b missing node oviduct -b missing node dadaists -b missing node faintness -b missing node mysticisms -b missing node tuberculosis -b missing node hellenistic -b missing node dadaisms -b missing node legacies -b missing node victimizers -b missing node ursine -b missing node scotsmen -b missing node joust -b missing node playgoers -b missing node haversack -b missing node pinked -b missing node balmiest -b missing node obscenely -b missing node flunkeys -b missing node archetypic -b missing node shyness -b missing node snugness -b missing node superb -b missing node tournaments -b missing node pinker -b missing node epochally -b missing node embossers -b missing node supers -b missing node laughed -b missing node laugher -b missing node reprints -b missing node reletters -b missing node cittern -b missing node humerus -b missing node evokes -b missing node avionic -b missing node evoker -b missing node connive -b missing node encryptions -b missing node outsold -b missing node reorientation -b missing node ladyloves -b missing node pufferies -b missing node evoked -b missing node titians -b missing node aestivate -b missing node staminate -b missing node swim -b missing node archetypes -b missing node cabbalahs -b missing node chaunters -b missing node swig -b missing node sketch -b missing node tazzas -b missing node forswears -b missing node abdomen -b missing node profounder -b missing node australians -b missing node noondays -b missing node sypher -b missing node nonstick -b missing node kennedy -b missing node idiopathy -b missing node distasted -b missing node pinkie -b missing node underwrite -b missing node cantankerously -b missing node swop -b missing node sunstroke -b missing node apostatize -b missing node editors -b missing node conjured -b missing node calvinistic -b missing node conjures -b missing node conjurer -b missing node strategist -b missing node ablings -b missing node assuage -b missing node flaxseed -b missing node exercisable -b missing node annapolis -b missing node ineluctably -b missing node barkier -b missing node heeltaps -b missing node spatteringly -b missing node totemites -b missing node revelers -b missing node lambskin -b missing node mildred -b missing node verifications -b missing node lightsome -b missing node fusees -b missing node hardware -b missing node respecter -b missing node hastily -b missing node dissolvable -b missing node porpoise -b missing node twerps -b missing node archetypal -b missing node respected -b missing node mottling -b missing node withdraw -b missing node lovelily -b missing node wising -b missing node louted -b missing node identically -b missing node edgiest -b missing node chancre -b missing node melanesia -b missing node swob -b missing node sepulchral -b missing node distastes -b missing node highroad -b missing node indigestible -b missing node dullish -b missing node atomical -b missing node gaggling -b missing node unanswerable -b missing node setal -b missing node choired -b missing node investigator -b missing node circuital -b missing node embryologists -b missing node setae -b missing node selectively -b missing node benzoic -b missing node richening -b missing node ascriptions -b missing node pinkly -b missing node hasting -b missing node foists -b missing node cosets -b missing node forborne -b missing node plucks -b missing node antitank -b missing node fallibleness -b missing node benzoin -b missing node gibbing -b missing node plucky -b missing node niobium -b missing node swum -b missing node abjuratory -b missing node pinkos -b missing node rosters -b missing node henrys -b missing node memoranda -b missing node hutzpas -b missing node syphon -b missing node resolutions -b missing node hutzpah -b missing node positiver -b missing node positives -b missing node withdrew -b missing node untwist -b missing node profoundly -b missing node imperiums -b missing node bilingual -b missing node kennels -b missing node foredate -b missing node tuberculoses -b missing node masculineness -b missing node seditiousness -b missing node piglet -b missing node dispatches -b missing node justified -b missing node allegretto -b missing node swanky -b missing node swanks -b missing node lovelies -b missing node prouder -b missing node lovelier -b missing node athenians -b missing node unsettle -b missing node processionals -b missing node jugglingly -b missing node overslips -b missing node dispatcher -b missing node jacobin -b missing node combustibles -b missing node dynasties -b missing node commitments -b missing node outraced -b missing node transporter -b missing node fervidness -b missing node barking -b missing node circuited -b missing node outraces -b missing node justifies -b missing node overslipt -b missing node rebaptizing -b missing node justifier -b missing node dispatched -b missing node zeros -b missing node circuiter -b missing node flatfeet -b missing node exam -b missing node transportee -b missing node transported -b missing node accidie -b missing node kibbled -b missing node assurance -b missing node carracks -b missing node sacrals -b missing node frilliest -b missing node ridable -b missing node swooned -b missing node kibbles -b missing node swooner -b missing node acculturate -b missing node photomurals -b missing node throughways -b missing node auburns -b missing node relationship -b missing node patters -b missing node galena -b missing node deflations -b missing node pattern -b missing node handbreadth -b missing node galleons -b missing node decathlons -b missing node fourposters -b missing node conundrums -b missing node subnormal -b missing node quirkily -b missing node exes -b missing node swigging -b missing node exchanges -b missing node hesitatingly -b missing node officiator -b missing node censors -b missing node gizzards -b missing node transportal -b missing node exchanged -b missing node differentiable -b missing node retrained -b missing node kris -b missing node exec -b missing node exchanger -b missing node frighting -b missing node sudden -b missing node townlet -b missing node landslide -b missing node bussing -b missing node ginner -b missing node flamenco -b missing node penlight -b missing node skittery -b missing node skitters -b missing node quirking -b missing node montanan -b missing node ginned -b missing node narcotizing -b missing node remissions -b missing node seditionist -b missing node tinging -b missing node chucklers -b missing node lodgeable -b missing node obtainable -b missing node muslim -b missing node digestively -b missing node muslin -b missing node cozener -b missing node faithlessness -b missing node clawless -b missing node croup -b missing node rushier -b missing node ruptured -b missing node alarmisms -b missing node usefulness -b missing node lankness -b missing node spreadable -b missing node ruptures -b missing node ixtles -b missing node commanding -b missing node deputizes -b missing node malignance -b missing node draftsmen -b missing node brochure -b missing node divider -b missing node divides -b missing node remonetizes -b missing node exit -b missing node pipette -b missing node saphead -b missing node unraveling -b missing node cozened -b missing node scotsman -b missing node tarragons -b missing node canadian -b missing node malignancy -b missing node divided -b missing node acquainting -b missing node moustache -b missing node nybble -b missing node totemists -b missing node cross -b missing node catchword -b missing node peddlers -b missing node gentler -b missing node gentles -b missing node acquirer -b missing node acquires -b missing node folktale -b missing node searchlight -b missing node scotches -b missing node profoundest -b missing node teepee -b missing node convincers -b missing node acquired -b missing node gentled -b missing node takingly -b missing node peddlery -b missing node beneficiated -b missing node mitten -b missing node insultingly -b missing node outscore -b missing node eyelids -b missing node hexane -b missing node allyls -b missing node dudish -b missing node rabies -b missing node drayed -b missing node russians -b missing node injunctions -b missing node circuitry -b missing node tangelos -b missing node garners -b missing node nearsightedly -b missing node cosecs -b missing node degerm -b missing node punishes -b missing node punisher -b missing node hookedness -b missing node proportioning -b missing node unhorsing -b missing node cabbalas -b missing node navahoes -b missing node scotched -b missing node draftsman -b missing node cabbalah -b missing node melodeon -b missing node reexported -b missing node splined -b missing node joule -b missing node crown -b missing node peristaltic -b missing node petrochemistry -b missing node splines -b missing node codifies -b missing node codifier -b missing node garnets -b missing node expo -b missing node crows -b missing node misinterpreted -b missing node dissemble -b missing node setup -b missing node durance -b missing node alarmists -b missing node crowd -b missing node deputized -b missing node swag -b missing node scarriest -b missing node conning -b missing node jacobus -b missing node punished -b missing node swab -b missing node averred -b missing node growlier -b missing node assiduity -b missing node gnashing -b missing node quirkier -b missing node obscenest -b missing node sway -b missing node swam -b missing node dustiness -b missing node swan -b missing node unresigned -b missing node codified -b missing node swap -b missing node swat -b missing node peopled -b missing node concessive -b missing node naivetes -b missing node incalculable -b missing node baying -b missing node augment -b missing node skintight -b missing node incalculably -b missing node descants -b missing node polios -b missing node joist -b missing node arabizing -b missing node platelets -b missing node acroliths -b missing node litterateurs -b missing node sforzatos -b missing node instruments -b missing node semiurban -b missing node inequities -b missing node subtends -b missing node dreadfully -b missing node dissipate -b missing node imaginary -b missing node unrhymed -b missing node aesthetic -b missing node elaborated -b missing node sooting -b missing node advantageous -b missing node disallows -b missing node ciscoes -b missing node burbled -b missing node councilor -b missing node peopler -b missing node peoples -b missing node burbles -b missing node burbler -b missing node noncreative -b missing node sweepstakes -b missing node valiancies -b missing node atypical -b missing node bibliographic -b missing node pretended -b missing node pretender -b missing node tweeds -b missing node funneled -b missing node reputation -b missing node firebombs -b missing node alphanumerics -b missing node tweedy -b missing node canonize -b missing node heteroses -b missing node gibbons -b missing node elaborates -b missing node lockstep -b missing node holeproof -b missing node necessities -b missing node inheritability -b missing node toadyisms -b missing node hysterias -b missing node ructious -b missing node hurriedness -b missing node institutionally -b missing node ingests -b missing node annealers -b missing node elegantly -b missing node aristocrat -b missing node remarque -b missing node obliquity -b missing node stitching -b missing node handclasp -b missing node finalizing -b missing node poling -b missing node following -b missing node lanolin -b missing node wennish -b missing node hinder -b missing node instructs -b missing node eructing -b missing node peccaries -b missing node noncontrastable -b missing node sorbates -b missing node compilation -b missing node aswirl -b missing node benzines -b missing node honours -b missing node pipeful -b missing node ukraine -b missing node musket -b missing node hysterics -b missing node muskeg -b missing node doglegged -b missing node stunsail -b missing node springtime -b missing node elevenths -b missing node broadway -b missing node joyance -b missing node waltzing -b missing node inference -b missing node maximals -b missing node smellers -b missing node forsee -b missing node rerouting -b missing node carotins -b missing node lenticular -b missing node indexation -b missing node bibliographer -b missing node anoint -b missing node preparation -b missing node lifer -b missing node bassinets -b missing node avenue -b missing node dissect -b missing node reservists -b missing node concession -b missing node worshipful -b missing node interspersed -b missing node gibbous -b missing node dualizing -b missing node violations -b missing node intersperses -b missing node declivity -b missing node muskie -b missing node beadiest -b missing node finalizations -b missing node jingoistic -b missing node appertains -b missing node reintroduce -b missing node moiety -b missing node undauntedly -b missing node deftly -b missing node encoders -b missing node polite -b missing node shanties -b missing node frowning -b missing node stutterers -b missing node animadverts -b missing node tabasco -b missing node intermixing -b missing node sootily -b missing node joint -b missing node joins -b missing node canonise -b missing node omahas -b missing node affiliates -b missing node matchlocks -b missing node amassment -b missing node canonist -b missing node nonintoxicating -b missing node undirected -b missing node imitate -b missing node convoying -b missing node quintain -b missing node discomforting -b missing node impurity -b missing node buttonhole -b missing node polish -b missing node lignifications -b missing node deifier -b missing node deifies -b missing node unrespectfully -b missing node jackstraw -b missing node carnivals -b missing node unearthing -b missing node capelets -b missing node deified -b missing node unwifely -b missing node ethiopian -b missing node downcasts -b missing node affiliated -b missing node quintals -b missing node utterance -b missing node remodelling -b missing node dynamited -b missing node cosset -b missing node petcocks -b missing node polity -b missing node eleganter -b missing node interceptors -b missing node hemistich -b missing node dynamites -b missing node dynamiter -b missing node recantingly -b missing node preoccupation -b missing node estrogenic -b missing node deepening -b missing node unwariness -b missing node retrenchments -b missing node hymnodies -b missing node mammalians -b missing node flirtier -b missing node themes -b missing node rulable -b missing node lamentations -b missing node production -b missing node casques -b missing node reapportioning -b missing node concurrent -b missing node perlitic -b missing node containerizing -b missing node illusiveness -b missing node castling -b missing node unlatch -b missing node underneath -b missing node pledgers -b missing node remediless -b missing node casqued -b missing node seductively -b missing node mockingly -b missing node adsorbents -b missing node malpresentation -b missing node demitasse -b missing node vacuities -b missing node reapportion -b missing node expounds -b missing node demurrals -b missing node unbeknownst -b missing node deflorescence -b missing node sectioning -b missing node vicunas -b missing node cabbaging -b missing node hornpipes -b missing node eked -b missing node defter -b missing node perlites -b missing node juggling -b missing node ekes -b missing node disordering -b missing node illegitimating -b missing node republication -b missing node sootier -b missing node suspiciously -b missing node sachet -b missing node perishes -b missing node sachem -b missing node bedims -b missing node fiascoes -b missing node perished -b missing node cenobitical -b missing node bassoonist -b missing node loathsome -b missing node soliciting -b missing node preconditions -b missing node discrowned -b missing node subdepartmental -b missing node administerings -b missing node hindus -b missing node towage -b missing node tomtit -b missing node halloos -b missing node perinea -b missing node vinegars -b missing node mazuma -b missing node escalloping -b missing node eruptions -b missing node aluminizing -b missing node incompletely -b missing node vinegary -b missing node breastwork -b missing node yogin -b missing node yogis -b missing node inmost -b missing node jawbreakers -b missing node heterosis -b missing node flirting -b missing node economizers -b missing node blepharitis -b missing node restoring -b missing node yogic -b missing node weazand -b missing node productive -b missing node yoghs -b missing node demurrage -b missing node piteously -b missing node lifts -b missing node halloed -b missing node oxygenated -b missing node swagman -b missing node vibrancy -b missing node halloas -b missing node geophones -b missing node receptivity -b missing node enfin -b missing node avenge -b missing node surcoats -b missing node oxygenates -b missing node assassinating -b missing node colonized -b missing node seditionary -b missing node hoopless -b missing node fighter -b missing node colonizer -b missing node colonizes -b missing node beautifiers -b missing node linage -b missing node illegitimation -b missing node reconvene -b missing node vibrance -b missing node decares -b missing node yogee -b missing node rerolls -b missing node borneo -b missing node police -b missing node toward -b missing node inconsistences -b missing node cigarets -b missing node accidentalness -b missing node picturers -b missing node chaffer -b missing node pledgees -b missing node deathtraps -b missing node incorporators -b missing node zanzibar -b missing node cabins -b missing node assassination -b missing node policy -b missing node unlikeness -b missing node gruffness -b missing node epigraphically -b missing node rabidness -b missing node halloes -b missing node facials -b missing node linacs -b missing node barreled -b missing node elaborator -b missing node murines -b missing node fooleries -b missing node ructions -b missing node gleaners -b missing node likeness -b missing node subgroups -b missing node jeans -b missing node bogeying -b missing node telecasted -b missing node telecaster -b missing node yogas -b missing node sensuousness -b missing node palfrey -b missing node mutative -b missing node seamster -b missing node tangents -b missing node soothly -b missing node filibuster -b missing node eire -b missing node deceivingly -b missing node abrasiveness -b missing node visitation -b missing node nineteenth -b missing node chaffed -b missing node rescission -b missing node extroversion -b missing node sequentially -b missing node jitterbugs -b missing node cantoned -b missing node esthete -b missing node waterfall -b missing node starchier -b missing node triskeles -b missing node pensees -b missing node triumvirates -b missing node weaker -b missing node roebuck -b missing node weaken -b missing node alginates -b missing node specialists -b missing node crewless -b missing node narking -b missing node rioters -b missing node history -b missing node costar -b missing node conform -b missing node unshrinkable -b missing node almsman -b missing node bombazine -b missing node stargazing -b missing node extracted -b missing node averted -b missing node courtly -b missing node accumulates -b missing node tuskers -b missing node numbingly -b missing node defuse -b missing node impromptu -b missing node butte -b missing node twingeing -b missing node accumulated -b missing node everybody -b missing node disarraying -b missing node mowing -b missing node pretences -b missing node light -b missing node documented -b missing node tetherball -b missing node bioflavonoid -b missing node sectionize -b missing node bioelectricity -b missing node declamatory -b missing node felicitators -b missing node katydid -b missing node borons -b missing node grosbeak -b missing node pignut -b missing node securable -b missing node greeters -b missing node skeletons -b missing node gazelles -b missing node documental -b missing node foolhardily -b missing node butty -b missing node recitalist -b missing node malfunction -b missing node butts -b missing node unarticulate -b missing node weewees -b missing node soyas -b missing node subschedules -b missing node nonreciprocal -b missing node rottenness -b missing node weeweed -b missing node deluders -b missing node cilia -b missing node bracts -b missing node manages -b missing node helving -b missing node fixated -b missing node manager -b missing node unalphabetized -b missing node forsake -b missing node eternally -b missing node demobbed -b missing node forehanded -b missing node quantified -b missing node quantifies -b missing node ridiculously -b missing node fixates -b missing node cavalryman -b missing node countersink -b missing node cauliflowers -b missing node extroversive -b missing node klatches -b missing node parterres -b missing node courting -b missing node twelfth -b missing node vibrants -b missing node liger -b missing node swooper -b missing node soothed -b missing node zoogeography -b missing node managed -b missing node ethicians -b missing node swooped -b missing node soother -b missing node teaberry -b missing node soothes -b missing node wallowing -b missing node nontheatrical -b missing node guarantied -b missing node externally -b missing node guaranties -b missing node signally -b missing node occurred -b missing node demarcators -b missing node documenter -b missing node countenance -b missing node weakly -b missing node sudses -b missing node sudser -b missing node butyl -b missing node coprocessor -b missing node podded -b missing node sudsed -b missing node pixels -b missing node molluscan -b missing node triangle -b missing node interview -b missing node doles -b missing node doled -b missing node aristocratically -b missing node unbiasedly -b missing node pervasively -b missing node hoarser -b missing node hoarsen -b missing node harrumphed -b missing node adversity -b missing node squelchers -b missing node dovetailed -b missing node lingier -b missing node perforations -b missing node lightship -b missing node rigorousness -b missing node upswells -b missing node dolci -b missing node dolce -b missing node fellations -b missing node scorers -b missing node mutation -b missing node awful -b missing node exportations -b missing node cantonal -b missing node scalable -b missing node fibrosis -b missing node commensurable -b missing node evolve -b missing node soviets -b missing node almsmen -b missing node mutating -b missing node fittings -b missing node commensurably -b missing node perverter -b missing node dismemberment -b missing node scalably -b missing node coster -b missing node foolhardier -b missing node vampirism -b missing node perverted -b missing node bleach -b missing node costed -b missing node braces -b missing node albany -b missing node musing -b missing node sensiblest -b missing node signaled -b missing node vaccination -b missing node dolor -b missing node lingering -b missing node escorts -b missing node countersign -b missing node signaler -b missing node aphotic -b missing node admonished -b missing node symphonic -b missing node zoomed -b missing node showrooms -b missing node chafers -b missing node tangency -b missing node reordering -b missing node nonfatal -b missing node inviably -b missing node undiminished -b missing node toothiest -b missing node stonefly -b missing node parkways -b missing node braced -b missing node courtier -b missing node cicatrices -b missing node forbiddingly -b missing node bracer -b missing node playrooms -b missing node ladybug -b missing node actualized -b missing node abortionist -b missing node tamarinds -b missing node troubadours -b missing node imported -b missing node seedy -b missing node vaccinating -b missing node analyzable -b missing node congestive -b missing node gesticulations -b missing node phlebotomies -b missing node importer -b missing node seeds -b missing node tangence -b missing node iambuses -b missing node prebilling -b missing node dolly -b missing node dolls -b missing node sackful -b missing node admonishes -b missing node hazardless -b missing node admonisher -b missing node actualizes -b missing node deportable -b missing node ramifying -b missing node grassers -b missing node prepackaging -b missing node infidels -b missing node exceeding -b missing node disparaging -b missing node barracudas -b missing node nitrites -b missing node reexport -b missing node pignet -b missing node congestion -b missing node categorize -b missing node haplessly -b missing node seeks -b missing node palpate -b missing node extractor -b missing node bedplates -b missing node freeboots -b missing node otoscope -b missing node signification -b missing node sordidness -b missing node congesting -b missing node otoscopy -b missing node nagger -b missing node flites -b missing node cavalrymen -b missing node thence -b missing node nagged -b missing node bleaks -b missing node valentine -b missing node defacement -b missing node kudu -b missing node affiancing -b missing node kudo -b missing node accompanying -b missing node capricious -b missing node blurbs -b missing node folioing -b missing node flitch -b missing node costly -b missing node starching -b missing node foredooms -b missing node pillorying -b missing node lingeries -b missing node marigold -b missing node exsert -b missing node wennier -b missing node dissert -b missing node sacerdotal -b missing node national -b missing node lanterns -b missing node disclamatory -b missing node neglects -b missing node repudiations -b missing node solarize -b missing node detectable -b missing node marshalcies -b missing node carfare -b missing node rejudges -b missing node actorish -b missing node mentioned -b missing node nonproduction -b missing node piniest -b missing node rejudged -b missing node seems -b missing node mentioner -b missing node guardrail -b missing node plutocrat -b missing node warlocks -b missing node fleshpots -b missing node pilfers -b missing node shicksa -b missing node foisting -b missing node unbutton -b missing node workweek -b missing node seels -b missing node materialities -b missing node dolts -b missing node redistilled -b missing node dipsomaniacs -b missing node foolhardiness -b missing node bayberries -b missing node trafficker -b missing node repacifying -b missing node clammed -b missing node trafficked -b missing node biodegradation -b missing node joked -b missing node solarium -b missing node dissent -b missing node spliced -b missing node bleary -b missing node seers -b missing node splices -b missing node joker -b missing node splicer -b missing node jokes -b missing node ohing -b missing node saboteurs -b missing node blears -b missing node mobilia -b missing node virgule -b missing node branchlike -b missing node sunbirds -b missing node neurotoxicity -b missing node boffola -b missing node spiriting -b missing node foaling -b missing node impoundment -b missing node oxidizing -b missing node fluorescence -b missing node detectably -b missing node mobiles -b missing node seacoasts -b missing node sapience -b missing node cannoneer -b missing node burials -b missing node sapiency -b missing node cricketers -b missing node solarism -b missing node dissimulate -b missing node glasswork -b missing node extendibility -b missing node assassin -b missing node seeps -b missing node bleats -b missing node seepy -b missing node blazing -b missing node chemically -b missing node rhinestones -b missing node visibility -b missing node vatting -b missing node sprinkled -b missing node barbiturate -b missing node absorbs -b missing node daunter -b missing node nudnick -b missing node arrayers -b missing node fabulously -b missing node else -b missing node musics -b missing node conditione -b missing node retrospectives -b missing node milliards -b missing node menarche -b missing node conditions -b missing node tastable -b missing node freedman -b missing node chowtimes -b missing node sprinkler -b missing node sprinkles -b missing node nevadians -b missing node contusion -b missing node oysterwoman -b missing node communications -b missing node misfiring -b missing node orphaning -b missing node alumins -b missing node reascends -b missing node insalubrious -b missing node jerrycans -b missing node sepulchering -b missing node boulevard -b missing node origamis -b missing node scoriae -b missing node unseating -b missing node feminacy -b missing node gouache -b missing node forbade -b missing node contusing -b missing node spriest -b missing node jolliness -b missing node falter -b missing node blunge -b missing node balloters -b missing node deadpanned -b missing node midleg -b missing node bumblebees -b missing node drinking -b missing node suppurates -b missing node entitling -b missing node aristotle -b missing node mountainsides -b missing node muzhik -b missing node saccharinity -b missing node erotizing -b missing node quincunx -b missing node contributions -b missing node cruds -b missing node tupping -b missing node waveform -b missing node mummying -b missing node virtually -b missing node orthopaedic -b missing node aphanite -b missing node suppurated -b missing node kryptonite -b missing node crude -b missing node scorify -b missing node forbodes -b missing node piasters -b missing node biremes -b missing node incubus -b missing node glistened -b missing node forboded -b missing node allspice -b missing node fishline -b missing node preconcealed -b missing node spillers -b missing node daffier -b missing node linden -b missing node movingly -b missing node unitize -b missing node sketched -b missing node flatware -b missing node lubricant -b missing node replete -b missing node daunted -b missing node sketcher -b missing node grillages -b missing node categories -b missing node pineapple -b missing node sketches -b missing node tubing -b missing node restorability -b missing node prostitutes -b missing node nudniks -b missing node defecter -b missing node mahoganies -b missing node programmes -b missing node programmer -b missing node defected -b missing node relived -b missing node languages -b missing node greats -b missing node programmed -b missing node stingier -b missing node conviviality -b missing node relives -b missing node tamaracks -b missing node unfairness -b missing node reelecting -b missing node potentate -b missing node merchanted -b missing node overstock -b missing node eurythmies -b missing node greave -b missing node immunes -b missing node householder -b missing node tunisian -b missing node anorexia -b missing node biocatalyst -b missing node elks -b missing node obliterate -b missing node septum -b missing node antepast -b missing node gentleness -b missing node feudalism -b missing node nonexclusive -b missing node worsens -b missing node cruel -b missing node feudalist -b missing node floppers -b missing node bestirred -b missing node cruet -b missing node neutrophil -b missing node roscoes -b missing node unrented -b missing node lubricate -b missing node ells -b missing node eurythmics -b missing node logistician -b missing node cabled -b missing node accompanyist -b missing node snapback -b missing node domed -b missing node biweekly -b missing node pinyon -b missing node reelection -b missing node unspoiled -b missing node unitive -b missing node cables -b missing node triangulate -b missing node diagraming -b missing node domes -b missing node neology -b missing node devastated -b missing node medicable -b missing node encompassment -b missing node innocent -b missing node lesbians -b missing node disinfect -b missing node converged -b missing node soughing -b missing node elms -b missing node changed -b missing node elmy -b missing node souchong -b missing node medicably -b missing node freedmen -b missing node illume -b missing node fusion -b missing node converges -b missing node demerits -b missing node alumina -b missing node gondoliers -b missing node alumine -b missing node scanners -b missing node gladliest -b missing node donators -b missing node colloids -b missing node devastates -b missing node crumb -b missing node chortling -b missing node topflight -b missing node intestinally -b missing node kabuki -b missing node reveling -b missing node discredit -b missing node aurally -b missing node pseudonyms -b missing node grease -b missing node tribute -b missing node redeploy -b missing node oysterwomen -b missing node nonrecurring -b missing node patinas -b missing node cupola -b missing node summonsed -b missing node matzahs -b missing node mandatorily -b missing node megacycle -b missing node seige -b missing node beadroll -b missing node kung -b missing node backbend -b missing node summonses -b missing node greasy -b missing node intercoms -b missing node inapposite -b missing node changer -b missing node prostituted -b missing node changes -b missing node embarrassingly -b missing node shikses -b missing node differential -b missing node differentiae -b missing node stinging -b missing node transfusional -b missing node allure -b missing node reletter -b missing node renovators -b missing node sudors -b missing node falsification -b missing node pelleting -b missing node overattached -b missing node permutation -b missing node inveiglers -b missing node precipice -b missing node biannual -b missing node checkable -b missing node stingily -b missing node whisperings -b missing node sackers -b missing node skulked -b missing node diatom -b missing node astragals -b missing node penlites -b missing node kebabs -b missing node immunologically -b missing node carton -b missing node laterally -b missing node sherbet -b missing node talkiest -b missing node preblessing -b missing node outbluff -b missing node presentiments -b missing node cleating -b missing node seashells -b missing node crump -b missing node polkas -b missing node subversives -b missing node preinstructed -b missing node swelter -b missing node indefensibility -b missing node censing -b missing node annotators -b missing node assaulters -b missing node reinfections -b missing node misreading -b missing node flummoxes -b missing node jokingly -b missing node shiksas -b missing node shovelman -b missing node cultivation -b missing node unsullied -b missing node inhaled -b missing node estancias -b missing node politesse -b missing node evoke -b missing node tribune -b missing node willingness -b missing node flummoxed -b missing node bevels -b missing node unplowed -b missing node formlessly -b missing node moments -b missing node inhales -b missing node momento -b missing node inhaler -b missing node crust -b missing node cultivating -b missing node babbling -b missing node cayenne -b missing node housepaint -b missing node crush -b missing node cruse -b missing node jointer -b missing node jointed -b missing node kiloliter -b missing node limitedness -b missing node unremoved -b missing node faerie -b missing node emit -b missing node bestiary -b missing node emir -b missing node sacksful -b missing node periled -b missing node wedlock -b missing node stratifications -b missing node blunts -b missing node mutualities -b missing node caiman -b missing node aqueducts -b missing node cabining -b missing node deprivations -b missing node doubtable -b missing node fragileness -b missing node remembers -b missing node silently -b missing node sustain -b missing node kangaroos -b missing node lackeying -b missing node defuze -b missing node gavots -b missing node swiggers -b missing node manacle -b missing node hungarian -b missing node falsie -b missing node unclouding -b missing node lamenters -b missing node chlorotic -b missing node propended -b missing node grammarian -b missing node princeton -b missing node picturesquely -b missing node branchlet -b missing node cines -b missing node cavitations -b missing node helmless -b missing node furzier -b missing node resignee -b missing node reincurs -b missing node congresswoman -b missing node courter -b missing node forseen -b missing node chirographic -b missing node resigner -b missing node courted -b missing node cathodic -b missing node resigned -b missing node lateraled -b missing node cinch -b missing node kerned -b missing node principally -b missing node unmasked -b missing node merchantry -b missing node anthropologists -b missing node kernel -b missing node encroachments -b missing node unmasker -b missing node leonard -b missing node sargasso -b missing node offbeats -b missing node euclid -b missing node godlings -b missing node cariocas -b missing node futurologists -b missing node bailable -b missing node regenerate -b missing node unscrambles -b missing node vegetarianism -b missing node amenders -b missing node pornography -b missing node skulker -b missing node injudiciousness -b missing node diestock -b missing node anesthetics -b missing node scoring -b missing node sulphurize -b missing node booklet -b missing node conflux -b missing node cartop -b missing node institutionalists -b missing node accumulator -b missing node congresswomen -b missing node sirups -b missing node yardmaster -b missing node wasteland -b missing node cetera -b missing node phosphor -b missing node redoing -b missing node airedale -b missing node undogmatic -b missing node brindled -b missing node chirographer -b missing node buxom -b missing node armenia -b missing node squashers -b missing node defector -b missing node supercharging -b missing node brindles -b missing node noosing -b missing node unscrambled -b missing node centiliter -b missing node flatways -b missing node subtotaled -b missing node etherification -b missing node sirupy -b missing node jointly -b missing node jewelry -b missing node beanbag -b missing node allude -b missing node collieries -b missing node retransmitting -b missing node nictitate -b missing node patching -b missing node bedews -b missing node heterotic -b missing node infester -b missing node stereotape -b missing node transmission -b missing node whereunder -b missing node bellhops -b missing node sombre -b missing node infested -b missing node shovers -b missing node showdowns -b missing node citadel -b missing node apoplectically -b missing node malted -b missing node pimpernel -b missing node ghostlier -b missing node haggards -b missing node bruting -b missing node reinscribe -b missing node kiddoes -b missing node garfish -b missing node slenderized -b missing node lineal -b missing node vitiating -b missing node dissevering -b missing node bankbooks -b missing node yoked -b missing node linear -b missing node deponing -b missing node slenderizes -b missing node yokel -b missing node hairiest -b missing node alfalfa -b missing node vowel -b missing node suppurate -b missing node flashguns -b missing node vower -b missing node overslept -b missing node proctologist -b missing node bookman -b missing node pityingly -b missing node lewdest -b missing node suppositive -b missing node bisexually -b missing node nonmilitants -b missing node pruners -b missing node domesticity -b missing node dynamometer -b missing node dissuasiveness -b missing node yokes -b missing node unthinkably -b missing node gaveler -b missing node colonizations -b missing node stropping -b missing node unthinkable -b missing node slaughters -b missing node portalled -b missing node gaveled -b missing node contumelies -b missing node cupper -b missing node vitiation -b missing node cupped -b missing node albacore -b missing node cathodes -b missing node assertor -b missing node diagraphs -b missing node simulate -b missing node gaspers -b missing node husband -b missing node gallivanted -b missing node rejoinder -b missing node consultative -b missing node lucency -b missing node shovels -b missing node unlubricated -b missing node patchily -b missing node stipendless -b missing node heinousness -b missing node accentuator -b missing node falser -b missing node hassocks -b missing node macrocosm -b missing node lucence -b missing node wapiti -b missing node gallivanter -b missing node logotypies -b missing node kryolites -b missing node abusive -b missing node asserter -b missing node deservedly -b missing node subdebs -b missing node hallows -b missing node marketable -b missing node recolonization -b missing node consultation -b missing node asserted -b missing node abortional -b missing node cuspated -b missing node astrals -b missing node socketing -b missing node knapping -b missing node courante -b missing node expatiators -b missing node dongs -b missing node reinvite -b missing node largish -b missing node oppressive -b missing node fireman -b missing node courants -b missing node oversleep -b missing node eyewashes -b missing node dossiers -b missing node paralyzingly -b missing node letterers -b missing node tortoni -b missing node johns -b missing node sharped -b missing node canines -b missing node lovage -b missing node kryoliths -b missing node osmiums -b missing node neonatal -b missing node installant -b missing node woolers -b missing node reroll -b missing node sharpen -b missing node sharper -b missing node donee -b missing node obscurantist -b missing node planishing -b missing node overseeing -b missing node caromed -b missing node auspicious -b missing node cabmen -b missing node accomplisher -b missing node carves -b missing node accomplishes -b missing node matzos -b missing node inductors -b missing node redecorate -b missing node matzoh -b missing node carved -b missing node accomplished -b missing node obscurantism -b missing node coveralls -b missing node carven -b missing node miserably -b missing node carver -b missing node itchiest -b missing node gigabytes -b missing node shoveller -b missing node surfacers -b missing node worshipers -b missing node minikins -b missing node sharply -b missing node miserable -b missing node firemen -b missing node shovelled -b missing node mushed -b missing node humblest -b missing node sharpie -b missing node theory -b missing node trojans -b missing node bushidos -b missing node strugglers -b missing node datsun -b missing node engulfment -b missing node woolens -b missing node anesthetist -b missing node neonates -b missing node gravestones -b missing node gymnasiums -b missing node humblers -b missing node henpeck -b missing node sublime -b missing node jeweler -b missing node fortnights -b missing node premeditator -b missing node brutism -b missing node cabman -b missing node brutish -b missing node untranscendentally -b missing node mushes -b missing node abusing -b missing node musher -b missing node chieftaincies -b missing node gradients -b missing node jeweled -b missing node variously -b missing node elds -b missing node graal -b missing node premeditates -b missing node crossings -b missing node shinnying -b missing node pestles -b missing node donor -b missing node yanked -b missing node yankee -b missing node combed -b missing node combes -b missing node comber -b missing node premeditated -b missing node segos -b missing node cowsheds -b missing node tempter -b missing node varicolored -b missing node severing -b missing node trenchancy -b missing node corvees -b missing node mullein -b missing node grabs -b missing node misapprehensions -b missing node grace -b missing node oppressing -b missing node segno -b missing node softens -b missing node fusing -b missing node outbargains -b missing node carotids -b missing node anesthetize -b missing node donna -b missing node fusils -b missing node harshened -b missing node redistricting -b missing node monotonies -b missing node folders -b missing node donne -b missing node barehead -b missing node oppression -b missing node tempted -b missing node stipends -b missing node fungicidally -b missing node sanctities -b missing node disregarded -b missing node grade -b missing node elan -b missing node pestled -b missing node grads -b missing node doxies -b missing node kenning -b missing node ladened -b missing node fusile -b missing node swaging -b missing node awhirl -b missing node croqueting -b missing node tweets -b missing node drawbar -b missing node conspiracy -b missing node octagon -b missing node reenforce -b missing node gettable -b missing node kinematically -b missing node bicolours -b missing node elhi -b missing node tribadism -b missing node grippiest -b missing node tweeze -b missing node inflaming -b missing node embattled -b missing node nonhistoric -b missing node slingshots -b missing node proctologies -b missing node joyfully -b missing node reacceding -b missing node rigger -b missing node embattles -b missing node workingman -b missing node cookwares -b missing node crimpiest -b missing node mullens -b missing node resurveyed -b missing node rigged -b missing node togaed -b missing node windmilled -b missing node spideriest -b missing node pictographic -b missing node truthfulness -b missing node illuminable -b missing node janglers -b missing node dynamists -b missing node descried -b missing node severity -b missing node medicines -b missing node descrier -b missing node cryostats -b missing node descries -b missing node longish -b missing node venerability -b missing node medicined -b missing node selectivity -b missing node distensibility -b missing node primogeniture -b missing node tamperer -b missing node contrivance -b missing node successively -b missing node disallow -b missing node cuprous -b missing node describe -b missing node arkansan -b missing node pigmenting -b missing node laudanums -b missing node culpable -b missing node unenforced -b missing node footsteps -b missing node devastator -b missing node arkansas -b missing node bedizens -b missing node pureeing -b missing node mullers -b missing node immaturity -b missing node bookmen -b missing node ghostlike -b missing node culpably -b missing node workingmen -b missing node racehorses -b missing node hairstylists -b missing node nosedive -b missing node cuppas -b missing node tampered -b missing node staplers -b missing node nattiest -b missing node patchier -b missing node donut -b missing node whapped -b missing node unscientific -b missing node transmissive -b missing node partnerships -b missing node segue -b missing node disarrangements -b missing node brutify -b missing node redressing -b missing node whapper -b missing node undertrained -b missing node demimondaines -b missing node resists -b missing node hooches -b missing node bienniums -b missing node scapula -b missing node cajolements -b missing node mullets -b missing node ulterior -b missing node moaning -b missing node observatories -b missing node medicinal -b missing node tantrums -b missing node diminuendo -b missing node grebes -b missing node pigpen -b missing node woolsack -b missing node slipslops -b missing node cigaret -b missing node aftermost -b missing node supposition -b missing node tinwares -b missing node combat -b missing node dewiest -b missing node petitions -b missing node entwisting -b missing node heterodoxy -b missing node ouches -b missing node driftiest -b missing node inconsiderable -b missing node reprocess -b missing node simulant -b missing node vowed -b missing node valving -b missing node pathetic -b missing node flapjacks -b missing node softest -b missing node identical -b missing node somber -b missing node courses -b missing node reject -b missing node reinserted -b missing node courser -b missing node dishonest -b missing node dynamisms -b missing node coursed -b missing node kittens -b missing node humbugged -b missing node unrestricted -b missing node granulations -b missing node corvets -b missing node laburnum -b missing node oviducts -b missing node concentrations -b missing node humbugger -b missing node esperanto -b missing node prewarming -b missing node referencing -b missing node zincic -b missing node beanery -b missing node strangulating -b missing node scintillates -b missing node interceptions -b missing node venturis -b missing node indurating -b missing node mosquitoes -b missing node slushiness -b missing node anesthetized -b missing node uncompounded -b missing node incurious -b missing node bathetically -b missing node unloved -b missing node anesthetizes -b missing node junction -b missing node seaborne -b missing node cabers -b missing node towels -b missing node induration -b missing node unharnesses -b missing node imbalmed -b missing node bookish -b missing node tenderizes -b missing node tenderizer -b missing node wieners -b missing node greasier -b missing node imbalmer -b missing node privateness -b missing node lumberyards -b missing node springfield -b missing node unsupportedly -b missing node longing -b missing node tenderized -b missing node dooms -b missing node dutchess -b missing node cakiest -b missing node scintillated -b missing node erectors -b missing node drainage -b missing node disentangled -b missing node preschoolers -b missing node numinous -b missing node enlace -b missing node gristmill -b missing node journalists -b missing node unharnessed -b missing node desexing -b missing node lacing -b missing node disentangles -b missing node honorary -b missing node lacily -b missing node correspondingly -b missing node forwhy -b missing node impurely -b missing node ventured -b missing node imperviousness -b missing node permutations -b missing node venturer -b missing node delighted -b missing node impudently -b missing node gemini -b missing node jangly -b missing node papule -b missing node zincky -b missing node sweetmeats -b missing node decreasingly -b missing node jangle -b missing node perceivers -b missing node proclamations -b missing node toggery -b missing node gnome -b missing node footways -b missing node coverages -b missing node toolshed -b missing node dentition -b missing node prehardens -b missing node partakers -b missing node unforgiven -b missing node demarking -b missing node precipitousness -b missing node squattier -b missing node woolshed -b missing node booking -b missing node ventures -b missing node ordnance -b missing node strangulation -b missing node finches -b missing node intercuts -b missing node enow -b missing node nonpartisan -b missing node sibilant -b missing node cupids -b missing node quintets -b missing node albeit -b missing node assessment -b missing node albedo -b missing node libel -b missing node execeptional -b missing node benzine -b missing node triplicates -b missing node stenography -b missing node bullneck -b missing node flenched -b missing node yolks -b missing node bighorns -b missing node alloys -b missing node donating -b missing node liber -b missing node tzetze -b missing node sibilate -b missing node misfortunes -b missing node frowners -b missing node triplicated -b missing node greasily -b missing node underwrote -b missing node charwoman -b missing node voted -b missing node clamour -b missing node greasing -b missing node culminates -b missing node votes -b missing node voter -b missing node grandstander -b missing node supremacists -b missing node gadgetries -b missing node caroler -b missing node culminated -b missing node inarticulate -b missing node proadoption -b missing node babylonian -b missing node pediatrician -b missing node lockup -b missing node caroled -b missing node reappeared -b missing node flenches -b missing node disgraceful -b missing node campgrounds -b missing node spathal -b missing node cigar -b missing node lacier -b missing node modular -b missing node crestings -b missing node disclamation -b missing node papuan -b missing node tryingly -b missing node nonpermanent -b missing node envy -b missing node elucidate -b missing node sophisticate -b missing node snippiness -b missing node bugeyes -b missing node spathed -b missing node excusable -b missing node perfumeries -b missing node teacupful -b missing node prudential -b missing node blowback -b missing node signified -b missing node unhabituated -b missing node jonah -b missing node phloem -b missing node pustulating -b missing node thirteenths -b missing node badmouthed -b missing node signifies -b missing node signifier -b missing node speculatively -b missing node pustulation -b missing node cameroon -b missing node handwrites -b missing node destructions -b missing node otiose -b missing node poltroon -b missing node unskillful -b missing node enate -b missing node tinware -b missing node engrafting -b missing node broomiest -b missing node allows -b missing node conceited -b missing node olograph -b missing node juniors -b missing node spathes -b missing node clamors -b missing node zinced -b missing node problem -b missing node donation -b missing node prolate -b missing node jugglery -b missing node medicaids -b missing node annelids -b missing node jugglers -b missing node modules -b missing node pacifists -b missing node recommission -b missing node reindeers -b missing node stuttering -b missing node favorers -b missing node groundwork -b missing node prosecutorial -b missing node counterpointed -b missing node jones -b missing node membered -b missing node doozy -b missing node pensive -b missing node machismos -b missing node juniper -b missing node policewomen -b missing node rilling -b missing node spathic -b missing node dagoba -b missing node equivoke -b missing node extorts -b missing node linens -b missing node peephole -b missing node tiglons -b missing node concurring -b missing node lineny -b missing node bacilli -b missing node weaner -b missing node lingers -b missing node conformation -b missing node allots -b missing node misquotations -b missing node audacities -b missing node hatsful -b missing node procedure -b missing node admix -b missing node contemnor -b missing node nonintoxicants -b missing node receptively -b missing node accentuates -b missing node informatively -b missing node admit -b missing node weaned -b missing node admin -b missing node cerecloths -b missing node reinciting -b missing node charwomen -b missing node illegitimately -b missing node laminator -b missing node dagoes -b missing node bichrome -b missing node ordure -b missing node crackings -b missing node vidkid -b missing node pledging -b missing node accentuated -b missing node ignorant -b missing node swabby -b missing node vaccinations -b missing node burin -b missing node policewoman -b missing node evermore -b missing node cometary -b missing node omnicompetence -b missing node gazettes -b missing node irregularities -b missing node demurrers -b missing node rarities -b missing node gazetted -b missing node nonsustaining -b missing node excretions -b missing node derelicts -b missing node momentousness -b missing node turbulence -b missing node bestride -b missing node unroofed -b missing node burgs -b missing node vulgarest -b missing node overreacting -b missing node burgh -b missing node edgeless -b missing node contraptions -b missing node fowlers -b missing node blazons -b missing node pacifisms -b missing node overreaction -b missing node refulgent -b missing node roentgens -b missing node implementing -b missing node turbulency -b missing node cashier -b missing node doors -b missing node abbotship -b missing node sobrieties -b missing node reappearing -b missing node fantasying -b missing node certificate -b missing node unexplored -b missing node quayside -b missing node clamper -b missing node picturing -b missing node lineup -b missing node excitants -b missing node shinbone -b missing node ferneries -b missing node nominees -b missing node flints -b missing node unpublished -b missing node supersedure -b missing node premiers -b missing node clamped -b missing node ejaculatory -b missing node indurative -b missing node semipublic -b missing node flinty -b missing node laminated -b missing node contemner -b missing node stitchers -b missing node crepier -b missing node bedeck -b missing node stitchery -b missing node towery -b missing node laminates -b missing node ejaculators -b missing node towers -b missing node proffers -b missing node probationers -b missing node rebilled -b missing node battleships -b missing node networking -b missing node typesetting -b missing node underdressing -b missing node obfuscate -b missing node eons -b missing node parliaments -b missing node encrypted -b missing node deepeners -b missing node porously -b missing node adman -b missing node convertors -b missing node pullouts -b missing node quantities -b missing node emulous -b missing node sovietizing -b missing node lesbian -b missing node throughout -b missing node sistrums -b missing node liners -b missing node libra -b missing node libre -b missing node cardinality -b missing node interlocutory -b missing node provability -b missing node undergirded -b missing node vaporousness -b missing node insurgences -b missing node chuting -b missing node premiere -b missing node apparently -b missing node purgations -b missing node interlocutors -b missing node cashing -b missing node carolyn -b missing node painful -b missing node zippering -b missing node nondependence -b missing node admen -b missing node myosin -b missing node parkinson -b missing node supperless -b missing node squatting -b missing node absolutistic -b missing node beechiest -b missing node readerships -b missing node peremptory -b missing node octanes -b missing node staidly -b missing node piquing -b missing node fairground -b missing node venoms -b missing node colorist -b missing node pistolling -b missing node brawnier -b missing node colorism -b missing node ohmic -b missing node unnameable -b missing node foxhounds -b missing node coitophobia -b missing node slakable -b missing node gondolier -b missing node rockworks -b missing node lingas -b missing node rebater -b missing node rebated -b missing node lingam -b missing node internality -b missing node dermatitises -b missing node fantasist -b missing node rebates -b missing node honored -b missing node reduplicating -b missing node honoree -b missing node living -b missing node negotiations -b missing node connote -b missing node dybbuk -b missing node pattypan -b missing node chutist -b missing node lilting -b missing node honorer -b missing node railing -b missing node lamplighter -b missing node hardstands -b missing node hokiest -b missing node cabinets -b missing node phenols -b missing node ingenue -b missing node broadcasting -b missing node occurrences -b missing node sutural -b missing node emmy -b missing node zillion -b missing node detractors -b missing node embryo -b missing node congressionally -b missing node wrongs -b missing node reeving -b missing node adversely -b missing node proforma -b missing node diagnostics -b missing node bogeymen -b missing node contemned -b missing node skeptically -b missing node plastered -b missing node branchless -b missing node grabbers -b missing node unhappily -b missing node scabbier -b missing node telephones -b missing node telephoner -b missing node squarish -b missing node telephoned -b missing node zeroed -b missing node poulticed -b missing node sulphuring -b missing node provocatively -b missing node surmising -b missing node zeroes -b missing node prologues -b missing node drossier -b missing node crosstie -b missing node vitalism -b missing node vitalist -b missing node bailiffs -b missing node ragwort -b missing node vaccine -b missing node libya -b missing node xenophobic -b missing node xenophobia -b missing node plasterer -b missing node dirtiness -b missing node poultices -b missing node sutures -b missing node cantors -b missing node lotuses -b missing node perturbed -b missing node venous -b missing node sutured -b missing node barometers -b missing node meander -b missing node misplayed -b missing node harmonicas -b missing node bogeyman -b missing node gumtree -b missing node museum -b missing node vitality -b missing node repriced -b missing node upright -b missing node epithelia -b missing node prologued -b missing node detergents -b missing node fetlock -b missing node pension -b missing node reprices -b missing node tastiest -b missing node hampshireman -b missing node shearer -b missing node infiniteness -b missing node tribulations -b missing node impertinently -b missing node doped -b missing node sheared -b missing node dopey -b missing node conspire -b missing node shellfish -b missing node doper -b missing node dopes -b missing node soppiest -b missing node venose -b missing node xenophobes -b missing node dunghill -b missing node auxillary -b missing node spatial -b missing node sunstruck -b missing node obsequies -b missing node nonperformance -b missing node telephonic -b missing node reduplicative -b missing node rhythmicity -b missing node bellower -b missing node hatchings -b missing node rotunda -b missing node fadeaways -b missing node plumbing -b missing node bellowed -b missing node squaring -b missing node luringly -b missing node plenties -b missing node vouch -b missing node adjectivally -b missing node pantheons -b missing node invincibly -b missing node nonincriminating -b missing node fragile -b missing node fantasied -b missing node firefly -b missing node unconfirmed -b missing node reduplication -b missing node torture -b missing node cantons -b missing node emus -b missing node lightheaded -b missing node invincible -b missing node courters -b missing node obstetricians -b missing node professional -b missing node vertiginous -b missing node unhappier -b missing node hampshiremen -b missing node nonmystical -b missing node shellfire -b missing node homogenize -b missing node laities -b missing node semolinas -b missing node primates -b missing node undesigned -b missing node steelyards -b missing node cannonade -b missing node vitalize -b missing node dragnets -b missing node linger -b missing node mockups -b missing node actors -b missing node noncritical -b missing node pilchards -b missing node befitting -b missing node grassier -b missing node prodemocratic -b missing node prodigals -b missing node submissions -b missing node roached -b missing node internalize -b missing node roaches -b missing node breastworks -b missing node undisclosed -b missing node hipbones -b missing node fantasies -b missing node hipshot -b missing node licensor -b missing node hopefully -b missing node encl -b missing node screeners -b missing node floppier -b missing node floppies -b missing node preboils -b missing node iodizers -b missing node nonsubscriber -b missing node promonarchists -b missing node metamorphoses -b missing node carabineer -b missing node ends -b missing node kitchen -b missing node peradventure -b missing node theres -b missing node martialing -b missing node reveller -b missing node metamorphosed -b missing node supper -b missing node polloi -b missing node supped -b missing node gyring -b missing node academician -b missing node revelled -b missing node euphony -b missing node divined -b missing node feverfew -b missing node fantasias -b missing node comicality -b missing node sackbut -b missing node nonadhesive -b missing node festival -b missing node babushka -b missing node campfire -b missing node interception -b missing node ginger -b missing node headphones -b missing node invalidate -b missing node requite -b missing node intervene -b missing node divines -b missing node diviner -b missing node ruination -b missing node interceptive -b missing node seize -b missing node lysergic -b missing node sorrels -b missing node licht -b missing node yolky -b missing node validity -b missing node lichi -b missing node oppressors -b missing node upscale -b missing node recessional -b missing node metamorphosis -b missing node licit -b missing node substage -b missing node cressets -b missing node blacklist -b missing node scintillator -b missing node require -b missing node isoclines -b missing node kyat -b missing node musers -b missing node smelling -b missing node funereally -b missing node outranks -b missing node gendarmerie -b missing node shopkeeper -b missing node gingko -b missing node supply -b missing node rimiest -b missing node grassing -b missing node haversacks -b missing node dentistries -b missing node refocuses -b missing node damselfly -b missing node ruinating -b missing node togged -b missing node supple -b missing node bedouin -b missing node grassily -b missing node positions -b missing node refocused -b missing node aggressions -b missing node licks -b missing node estivate -b missing node floppily -b missing node inquisitor -b missing node buskins -b missing node citations -b missing node staider -b missing node brawnily -b missing node nevadan -b missing node defiances -b missing node alveoli -b missing node mowers -b missing node resonating -b missing node nonsmokers -b missing node seine -b missing node followers -b missing node impercipient -b missing node flopping -b missing node avengingly -b missing node grandeurs -b missing node wracked -b missing node gestational -b missing node airplane -b missing node trepidations -b missing node locker -b missing node locket -b missing node therms -b missing node uncertified -b missing node handshake -b missing node irising -b missing node diverging -b missing node locked -b missing node inkling -b missing node bioscience -b missing node outrange -b missing node followeth -b missing node referable -b missing node barometrical -b missing node syncopate -b missing node pollen -b missing node poller -b missing node feudal -b missing node weapons -b missing node deliberating -b missing node subbasement -b missing node leonine -b missing node polled -b missing node pollee -b missing node numerousness -b missing node chipmunks -b missing node gunwhale -b missing node negativistic -b missing node reliquidated -b missing node resonation -b missing node deluding -b missing node yardstick -b missing node reliquidates -b missing node shanteys -b missing node annealing -b missing node reascents -b missing node bedded -b missing node deliberation -b missing node withdrawable -b missing node changers -b missing node engr -b missing node inclusions -b missing node pageboys -b missing node bedder -b missing node euchre -b missing node beggarliness -b missing node polishing -b missing node bellwether -b missing node wallowers -b missing node seism -b missing node albert -b missing node throughput -b missing node stapled -b missing node nowadays -b missing node totalities -b missing node staples -b missing node stapler -b missing node feuded -b missing node caution -b missing node licenser -b missing node smellier -b missing node licenses -b missing node tinklings -b missing node nonrelational -b missing node excruciating -b missing node dwindles -b missing node scabbily -b missing node toggle -b missing node moonless -b missing node licensed -b missing node dysfunctions -b missing node licensee -b missing node umbrage -b missing node sacramental -b missing node dwindled -b missing node tristezas -b missing node burnouses -b missing node administrants -b missing node scabbing -b missing node baboons -b missing node moonlets -b missing node possessively -b missing node coloring -b missing node stargazers -b missing node coplots -b missing node channel -b missing node verbifies -b missing node freeways -b missing node swirliest -b missing node crypt -b missing node wallabies -b missing node verbified -b missing node scrutinizingly -b missing node vibrates -b missing node lordship -b missing node inviable -b missing node tomcats -b missing node duplicate -b missing node disjunctive -b missing node vibrated -b missing node foremast -b missing node tail -b missing node airbursts -b missing node retching -b missing node maintops -b missing node wealth -b missing node backbite -b missing node languors -b missing node reverberating -b missing node drinkers -b missing node cocoas -b missing node missaid -b missing node purulent -b missing node foredoing -b missing node affectionately -b missing node recursively -b missing node babblers -b missing node inaction -b missing node beneficially -b missing node reverberation -b missing node fishless -b missing node rejoining -b missing node hospices -b missing node tags -b missing node misemploy -b missing node nybbles -b missing node adobe -b missing node screening -b missing node toweled -b missing node pavements -b missing node cautery -b missing node tans -b missing node conviction -b missing node unopened -b missing node asides -b missing node tang -b missing node lidar -b missing node facilitating -b missing node tank -b missing node feverishly -b missing node perigee -b missing node tamp -b missing node fatnesses -b missing node tams -b missing node impinges -b missing node tremblingly -b missing node impinger -b missing node tame -b missing node thermoelectric -b missing node deliberately -b missing node impermeable -b missing node busty -b missing node asthmatic -b missing node mischance -b missing node shovelfuls -b missing node impermeably -b missing node tale -b missing node talc -b missing node chancemen -b missing node sleddings -b missing node impinged -b missing node convicting -b missing node tall -b missing node talk -b missing node obviously -b missing node jumbos -b missing node coastlines -b missing node mussiness -b missing node take -b missing node perniciousness -b missing node nereides -b missing node omelettes -b missing node loggias -b missing node censers -b missing node outswim -b missing node tars -b missing node tart -b missing node evangelized -b missing node chapters -b missing node tarn -b missing node taro -b missing node tarp -b missing node evangelizes -b missing node tare -b missing node tortrix -b missing node accrues -b missing node geophytes -b missing node zillions -b missing node spillage -b missing node accrued -b missing node reinterpretations -b missing node forums -b missing node busts -b missing node beefcakes -b missing node monotreme -b missing node triumvirate -b missing node greets -b missing node elementally -b missing node accomplishment -b missing node benchmarks -b missing node dehydration -b missing node redbreast -b missing node yonis -b missing node eyelash -b missing node ennobling -b missing node endogenously -b missing node begonias -b missing node tape -b missing node invocator -b missing node dumper -b missing node eyeballing -b missing node ovation -b missing node intercepting -b missing node taps -b missing node snuffer -b missing node cauldrons -b missing node snuffed -b missing node dumped -b missing node motorboat -b missing node chunkiest -b missing node lacker -b missing node semis -b missing node endways -b missing node brahmas -b missing node norseman -b missing node uncovers -b missing node metals -b missing node lackey -b missing node peritoneums -b missing node brahman -b missing node taos -b missing node manufactories -b missing node twitted -b missing node saccharinely -b missing node urogram -b missing node moulter -b missing node twitter -b missing node peerless -b missing node cocoon -b missing node softies -b missing node gardenia -b missing node subluxation -b missing node kibbutz -b missing node backsliding -b missing node taut -b missing node hydrologists -b missing node tightrope -b missing node pinups -b missing node missals -b missing node manumission -b missing node mortalities -b missing node tats -b missing node dehydrating -b missing node naggers -b missing node unprofessionally -b missing node epilogs -b missing node innards -b missing node tartrate -b missing node gleanable -b missing node moulted -b missing node liposoluble -b missing node task -b missing node semen -b missing node turnstiles -b missing node nonrecurrent -b missing node tass -b missing node tate -b missing node typecasts -b missing node intwines -b missing node newsletters -b missing node gardened -b missing node repeoples -b missing node abject -b missing node sideband -b missing node intwined -b missing node compressions -b missing node pronouncing -b missing node kedging -b missing node adopt -b missing node souse -b missing node absurder -b missing node sunshine -b missing node repeopled -b missing node identifer -b missing node scanning -b missing node brainiest -b missing node sours -b missing node spillways -b missing node appendices -b missing node kashmirs -b missing node athletes -b missing node gardener -b missing node sunshiny -b missing node incommensurate -b missing node readjusts -b missing node personifications -b missing node snuffle -b missing node theses -b missing node assaulting -b missing node plumbism -b missing node outswam -b missing node greens -b missing node taxi -b missing node greeny -b missing node resituated -b missing node serrying -b missing node fermentable -b missing node snuffly -b missing node adorn -b missing node resurgent -b missing node slantwise -b missing node oyers -b missing node bronziest -b missing node peewit -b missing node taws -b missing node apogeic -b missing node chintziest -b missing node diminutions -b missing node huffiest -b missing node midgut -b missing node scoreless -b missing node flautists -b missing node cosmic -b missing node megaphones -b missing node resituates -b missing node refurbishing -b missing node either -b missing node adulterates -b missing node twinighter -b missing node south -b missing node bayberry -b missing node adore -b missing node adolf -b missing node ended -b missing node adulterated -b missing node plantains -b missing node courtesy -b missing node wickerwork -b missing node noncohesively -b missing node colonists -b missing node replica -b missing node minuting -b missing node speller -b missing node infectiousness -b missing node lacked -b missing node canalized -b missing node stingers -b missing node hundreds -b missing node docketing -b missing node accrual -b missing node prolifically -b missing node thesis -b missing node closuring -b missing node spelled -b missing node loggier -b missing node sound -b missing node canalizes -b missing node canvaslike -b missing node brahmin -b missing node simoniacs -b missing node ratifiers -b missing node glistered -b missing node matriarch -b missing node peewee -b missing node norsemen -b missing node malfeasant -b missing node exorbitant -b missing node assaultive -b missing node vibrator -b missing node vibratos -b missing node rassled -b missing node replied -b missing node soupy -b missing node soups -b missing node unilateral -b missing node lidos -b missing node redrills -b missing node rassles -b missing node windrowing -b missing node apogees -b missing node greeks -b missing node nonsignificant -b missing node inductive -b missing node imperiled -b missing node mechanically -b missing node rascally -b missing node bedbug -b missing node congregating -b missing node usage -b missing node ender -b missing node diaper -b missing node congregation -b missing node gasping -b missing node biodegrading -b missing node seaboots -b missing node lingua -b missing node interorbitally -b missing node dockside -b missing node academicism -b missing node wiliest -b missing node greeds -b missing node amending -b missing node quadroon -b missing node greedy -b missing node minutial -b missing node salubrities -b missing node unesco -b missing node replies -b missing node jolly -b missing node replier -b missing node decisively -b missing node souls -b missing node jumble -b missing node minutiae -b missing node adulterator -b missing node volente -b missing node butch -b missing node hecatomb -b missing node hexing -b missing node allusive -b missing node socialistic -b missing node chanceman -b missing node noosers -b missing node raisons -b missing node mnemonics -b missing node depredatory -b missing node unintelligible -b missing node temperately -b missing node bowfins -b missing node sough -b missing node fangless -b missing node notarially -b missing node logging -b missing node instilled -b missing node unintelligibly -b missing node foiled -b missing node spadix -b missing node preparatory -b missing node spluttered -b missing node midges -b missing node midget -b missing node provencal -b missing node taffrails -b missing node transponders -b missing node instiller -b missing node athletic -b missing node flatfoot -b missing node tryptic -b missing node hooraying -b missing node pigsty -b missing node hermeneutics -b missing node discomfiting -b missing node patchers -b missing node greece -b missing node shrinkable -b missing node channeled -b missing node triunes -b missing node uproots -b missing node plantings -b missing node evict -b missing node communities -b missing node trusteeships -b missing node triumph -b missing node cyclone -b missing node marmoreal -b missing node boring -b missing node capitulator -b missing node fireside -b missing node pioneered -b missing node senator -b missing node shavians -b missing node pigheaded -b missing node cyclops -b missing node unsatisfiable -b missing node reprieve -b missing node dorms -b missing node reoccupies -b missing node dormy -b missing node jolts -b missing node jacklegs -b missing node endow -b missing node sower -b missing node bigeyes -b missing node reaffirms -b missing node deponent -b missing node spades -b missing node spader -b missing node absurdum -b missing node jolty -b missing node reoccupied -b missing node escalators -b missing node spaded -b missing node anodal -b missing node phrenologic -b missing node cursoriness -b missing node bursa -b missing node burrs -b missing node burry -b missing node trematodes -b missing node evzones -b missing node balance -b missing node filtrates -b missing node escalatory -b missing node burse -b missing node sells -b missing node brutely -b missing node hilarity -b missing node liaisons -b missing node filtrated -b missing node politicking -b missing node boulders -b missing node paining -b missing node bouldery -b missing node sowed -b missing node burst -b missing node breakdown -b missing node mulling -b missing node kitties -b missing node hexaploid -b missing node nonviolence -b missing node scurrilously -b missing node nonluminous -b missing node dorsi -b missing node cycloid -b missing node dorsa -b missing node penuriousness -b missing node fortes -b missing node woads -b missing node hinged -b missing node millirems -b missing node creativeness -b missing node bemoan -b missing node misadjusted -b missing node flirts -b missing node courageous -b missing node retroacted -b missing node microforms -b missing node flirty -b missing node linier -b missing node decayed -b missing node creping -b missing node manicurists -b missing node earnings -b missing node decayer -b missing node anodes -b missing node vaccinators -b missing node lamenting -b missing node tenfolds -b missing node syndicator -b missing node chasuble -b missing node rapter -b missing node hinges -b missing node mullion -b missing node slangiest -b missing node endue -b missing node cuticular -b missing node hinger -b missing node frillings -b missing node worshiping -b missing node mausolea -b missing node discusses -b missing node airproofed -b missing node evils -b missing node adoze -b missing node macrocosms -b missing node intending -b missing node storeyed -b missing node grievously -b missing node gaudiness -b missing node burnt -b missing node burns -b missing node instigated -b missing node apogean -b missing node raptor -b missing node jurywoman -b missing node apogeal -b missing node surfacing -b missing node appanage -b missing node derisively -b missing node fortis -b missing node veronica -b missing node isobaric -b missing node lefter -b missing node homology -b missing node absolve -b missing node inconsequent -b missing node enlistments -b missing node metalling -b missing node evaluate -b missing node baldpate -b missing node expediencies -b missing node selfs -b missing node absurdly -b missing node archenemies -b missing node dyestuffs -b missing node officially -b missing node burps -b missing node swimsuit -b missing node anodic -b missing node humbling -b missing node cosmos -b missing node dewlapped -b missing node liege -b missing node orthoepists -b missing node verseman -b missing node obliviously -b missing node clanging -b missing node distichs -b missing node fiddlers -b missing node unperson -b missing node upwelled -b missing node swagmen -b missing node excitons -b missing node burro -b missing node orangeade -b missing node struggling -b missing node flageolets -b missing node sacrist -b missing node bedamn -b missing node mopeder -b missing node commingle -b missing node bribable -b missing node solenoids -b missing node woefulness -b missing node imperturbably -b missing node confide -b missing node burke -b missing node tattersalls -b missing node erupted -b missing node thetas -b missing node contacted -b missing node isotonically -b missing node imperturbable -b missing node handfast -b missing node maillots -b missing node harasses -b missing node harasser -b missing node penuries -b missing node sibilants -b missing node ladyish -b missing node despoilments -b missing node woald -b missing node sheaths -b missing node harassed -b missing node sheathe -b missing node duennas -b missing node mistitle -b missing node sackbuts -b missing node raptly -b missing node quashed -b missing node oilhole -b missing node doris -b missing node burma -b missing node versemen -b missing node burly -b missing node burls -b missing node pintos -b missing node doric -b missing node lining -b missing node excitors -b missing node behemoths -b missing node emulsin -b missing node senates -b missing node geriatrician -b missing node hotcakes -b missing node bedouins -b missing node ignorers -b missing node discussed -b missing node sheafing -b missing node zinged -b missing node eighteen -b missing node sacked -b missing node syndicated -b missing node opulencies -b missing node quashes -b missing node exarchies -b missing node zinger -b missing node delegation -b missing node galvanizers -b missing node muscly -b missing node hydrochloride -b missing node copulate -b missing node panacea -b missing node syndicates -b missing node inflamers -b missing node longers -b missing node maladministers -b missing node synthesizers -b missing node severely -b missing node realizer -b missing node realizes -b missing node moltenly -b missing node sacker -b missing node xylidine -b missing node bushy -b missing node awing -b missing node contrasts -b missing node delegating -b missing node compensator -b missing node lucerne -b missing node buckboard -b missing node realized -b missing node regretters -b missing node liens -b missing node lettering -b missing node corruptness -b missing node insinuations -b missing node fiberize -b missing node smarty -b missing node smarts -b missing node tempore -b missing node invocates -b missing node elegizing -b missing node swounds -b missing node icemen -b missing node bedaub -b missing node invocated -b missing node institute -b missing node replenishing -b missing node inadmissable -b missing node confirm -b missing node buses -b missing node cataclysmic -b missing node neutralists -b missing node wagoner -b missing node shapelessly -b missing node loadstone -b missing node sullying -b missing node untempting -b missing node confine -b missing node bombarded -b missing node severers -b missing node cocains -b missing node nonzero -b missing node cantrap -b missing node crossway -b missing node capitalization -b missing node cocaine -b missing node dosed -b missing node bused -b missing node fagging -b missing node wagoned -b missing node bathhouses -b missing node outshouting -b missing node intangibles -b missing node jurywomen -b missing node nonabstainer -b missing node doser -b missing node doses -b missing node woolies -b missing node woolier -b missing node epee -b missing node lawless -b missing node argyles -b missing node liers -b missing node onshore -b missing node pyromania -b missing node longest -b missing node schlepps -b missing node compatible -b missing node oddness -b missing node unlimber -b missing node compatibly -b missing node muscle -b missing node wobbling -b missing node bestrewn -b missing node capitulates -b missing node outyells -b missing node denuded -b missing node panache -b missing node severest -b missing node bestrews -b missing node mature -b missing node capitulated -b missing node donative -b missing node buckwheats -b missing node rapturous -b missing node facilitation -b missing node merganser -b missing node rototilled -b missing node pruning -b missing node enema -b missing node bookies -b missing node rototiller -b missing node denudes -b missing node denuder -b missing node assessorship -b missing node guarantors -b missing node keepsakes -b missing node largess -b missing node fellowships -b missing node largest -b missing node exacerbation -b missing node copolymers -b missing node lieut -b missing node bulimia -b missing node bulimic -b missing node enzymatic -b missing node flurried -b missing node clubhand -b missing node dastards -b missing node commandant -b missing node exacerbating -b missing node bedding -b missing node prerecorded -b missing node rectangle -b missing node epic -b missing node creepiest -b missing node sociologically -b missing node lissomly -b missing node compensates -b missing node profusion -b missing node corporal -b missing node busby -b missing node misinstructs -b missing node immured -b missing node acclimatizes -b missing node acclimatizer -b missing node efferent -b missing node smooched -b missing node abusers -b missing node bilkers -b missing node compensated -b missing node trypsin -b missing node immures -b missing node smarmy -b missing node tailings -b missing node tabs -b missing node defences -b missing node cantrip -b missing node nonreader -b missing node tabu -b missing node tact -b missing node tierces -b missing node smooches -b missing node spaced -b missing node bonesets -b missing node nontransferable -b missing node acclimatized -b missing node taco -b missing node tiercel -b missing node forbear -b missing node tack -b missing node tach -b missing node partaking -b missing node spacer -b missing node spaces -b missing node derailleur -b missing node aelurophobia -b missing node valkyrie -b missing node muscat -b missing node pintas -b missing node disgustingly -b missing node sitarists -b missing node tads -b missing node knappers -b missing node flurries -b missing node hardhanded -b missing node emitting -b missing node argylls -b missing node emblazoning -b missing node alewives -b missing node installers -b missing node inactive -b missing node derringers -b missing node arraying -b missing node swellheaded -b missing node indirectness -b missing node enemy -b missing node kitting -b missing node sibilance -b missing node wobblies -b missing node wobblier -b missing node largely -b missing node foldage -b missing node whiskered -b missing node outswum -b missing node configurations -b missing node iceman -b missing node modulus -b missing node lignification -b missing node tuxedos -b missing node bothering -b missing node profession -b missing node pitcher -b missing node pitches -b missing node cleaver -b missing node cleaves -b missing node duckweed -b missing node carobs -b missing node delphinium -b missing node redundantly -b missing node metricized -b missing node crania -b missing node metricizes -b missing node tinning -b missing node cleaved -b missing node overclouds -b missing node unpreventable -b missing node actinically -b missing node ketches -b missing node unrestrained -b missing node amoeboid -b missing node sweetsops -b missing node professing -b missing node medial -b missing node median -b missing node zooparasitic -b missing node antiquarianism -b missing node medias -b missing node coryza -b missing node pitched -b missing node angers -b missing node thundered -b missing node emboli -b missing node aswarm -b missing node incantations -b missing node conceptualist -b missing node conceptualism -b missing node misplaces -b missing node pretesting -b missing node cranes -b missing node misplaced -b missing node dentures -b missing node ochring -b missing node masterwork -b missing node medics -b missing node yawning -b missing node medico -b missing node tinnily -b missing node forewing -b missing node phaseouts -b missing node trombones -b missing node demotics -b missing node banning -b missing node folksily -b missing node solitude -b missing node kantian -b missing node pappy -b missing node trumps -b missing node chromosomic -b missing node pickaxe -b missing node updated -b missing node honeybee -b missing node craned -b missing node gleaming -b missing node fuchsias -b missing node interbreeds -b missing node humanizers -b missing node fretfulness -b missing node bicentennially -b missing node alongside -b missing node binomial -b missing node reaccustoming -b missing node bimetal -b missing node quenchless -b missing node weasel -b missing node hourglasses -b missing node haulyard -b missing node catchall -b missing node lippy -b missing node unfurnished -b missing node suppository -b missing node colonials -b missing node motherly -b missing node laughable -b missing node sacristry -b missing node sherberts -b missing node vizored -b missing node segues -b missing node wicker -b missing node kneecaps -b missing node recommissioned -b missing node distending -b missing node abscised -b missing node wicket -b missing node lilliputians -b missing node bowlders -b missing node updater -b missing node segued -b missing node updates -b missing node remarrying -b missing node decompensates -b missing node colinear -b missing node wicked -b missing node jacking -b missing node czardom -b missing node whirred -b missing node overwrite -b missing node redeposits -b missing node bonefish -b missing node detonators -b missing node adding -b missing node decompensated -b missing node laughably -b missing node nipping -b missing node succumbs -b missing node papua -b missing node relined -b missing node sophs -b missing node teethings -b missing node indescribability -b missing node laboriously -b missing node prepossession -b missing node addict -b missing node geminate -b missing node peeves -b missing node sophy -b missing node jittered -b missing node embody -b missing node abscises -b missing node patricidal -b missing node peeved -b missing node outstaying -b missing node nippily -b missing node relines -b missing node malapropisms -b missing node carols -b missing node recreating -b missing node unappeased -b missing node bidirectional -b missing node preadapted -b missing node papier -b missing node cranny -b missing node embargoed -b missing node woodlands -b missing node demotist -b missing node tallboys -b missing node marijuana -b missing node ancestries -b missing node amrita -b missing node colourers -b missing node ninetieths -b missing node nanograms -b missing node mudfish -b missing node amides -b missing node premeditatedly -b missing node lifeworks -b missing node pathogenicity -b missing node rheometer -b missing node whitened -b missing node duteous -b missing node prawners -b missing node apologues -b missing node cobwebby -b missing node bedsteads -b missing node whacking -b missing node semiweekly -b missing node donkeys -b missing node lipid -b missing node whitener -b missing node embargoes -b missing node nonextraditable -b missing node roundness -b missing node atomized -b missing node wellbred -b missing node stigmas -b missing node nourishments -b missing node atomizer -b missing node exciting -b missing node methodized -b missing node atomizes -b missing node cranks -b missing node amoebous -b missing node cranky -b missing node conceptions -b missing node ventricular -b missing node discontentments -b missing node jackies -b missing node demoting -b missing node locoed -b missing node rewidening -b missing node prepossessing -b missing node tabooed -b missing node constipation -b missing node remaking -b missing node dodgy -b missing node locoes -b missing node amidic -b missing node mothered -b missing node chamoix -b missing node overprotects -b missing node dodge -b missing node chamois -b missing node foolscaps -b missing node demotion -b missing node symbolization -b missing node angels -b missing node constipating -b missing node ethnological -b missing node whittling -b missing node practiced -b missing node replenish -b missing node amethyst -b missing node vindicate -b missing node practices -b missing node cabbie -b missing node melodious -b missing node daydream -b missing node sorceress -b missing node uncorrupted -b missing node fatiguability -b missing node pieplants -b missing node renograms -b missing node soppy -b missing node rodeo -b missing node roasters -b missing node furler -b missing node citifying -b missing node furled -b missing node ketchup -b missing node instability -b missing node stateswoman -b missing node publicizes -b missing node trekkers -b missing node navies -b missing node chairing -b missing node lively -b missing node corpses -b missing node atrophy -b missing node conclaves -b missing node roguing -b missing node nonadmission -b missing node diathermies -b missing node pulques -b missing node conjugal -b missing node mistiest -b missing node tremblers -b missing node medius -b missing node drooled -b missing node scripting -b missing node documents -b missing node mistyping -b missing node blackballed -b missing node dirndl -b missing node medium -b missing node chukkers -b missing node recreative -b missing node desiccatory -b missing node sorcerers -b missing node desiccators -b missing node methodizes -b missing node overly -b missing node butcheries -b missing node livens -b missing node wounded -b missing node exotically -b missing node wienies -b missing node garrulousness -b missing node salvagee -b missing node micron -b missing node salvaged -b missing node recreation -b missing node unaffected -b missing node dependabilities -b missing node micros -b missing node caroms -b missing node dehypnotized -b missing node predisposing -b missing node practical -b missing node pouring -b missing node amidst -b missing node repetitive -b missing node periodontal -b missing node assuming -b missing node opiners -b missing node thriftiness -b missing node organdie -b missing node abscissa -b missing node safelight -b missing node pestilential -b missing node docks -b missing node excommunicate -b missing node toeplates -b missing node pollinate -b missing node augusta -b missing node salvages -b missing node salvager -b missing node sopor -b missing node sacristan -b missing node diereses -b missing node publicized -b missing node nonvirulent -b missing node reinstructs -b missing node cramps -b missing node stirring -b missing node underparts -b missing node perpetuates -b missing node roguish -b missing node truman -b missing node resharpens -b missing node sottishly -b missing node cappings -b missing node pitchouts -b missing node putatively -b missing node outing -b missing node venturers -b missing node lessening -b missing node perpetuated -b missing node watermelon -b missing node typefaces -b missing node gesso -b missing node chumships -b missing node servilely -b missing node watermarking -b missing node egotistic -b missing node sebaceous -b missing node marooning -b missing node perpetuator -b missing node tenons -b missing node papist -b missing node woolskin -b missing node chromosomes -b missing node permanencies -b missing node culvert -b missing node culvers -b missing node dimwitted -b missing node brushoffs -b missing node fauves -b missing node textbooks -b missing node bagpiper -b missing node bagpipes -b missing node latvian -b missing node naturalization -b missing node papal -b missing node xerophyte -b missing node burnisher -b missing node burnishes -b missing node grouses -b missing node grouser -b missing node folksier -b missing node stringer -b missing node overdo -b missing node papas -b missing node democratize -b missing node tetrahedrons -b missing node papaw -b missing node attainability -b missing node dieresis -b missing node groused -b missing node burnished -b missing node stringed -b missing node paramours -b missing node cogencies -b missing node ornamentations -b missing node overheating -b missing node overed -b missing node agnosticism -b missing node sources -b missing node viridescent -b missing node divagate -b missing node recrowns -b missing node butchering -b missing node trueblue -b missing node conjugator -b missing node declinational -b missing node periodontic -b missing node meddling -b missing node periodontia -b missing node sheaves -b missing node tenors -b missing node democratism -b missing node depilatories -b missing node intoxicatedly -b missing node conceptualize -b missing node chromosomal -b missing node sheaved -b missing node repetition -b missing node remarriage -b missing node goatskins -b missing node viviparously -b missing node paper -b missing node dramatis -b missing node currently -b missing node overacts -b missing node bedpan -b missing node quintupling -b missing node dramatic -b missing node prentice -b missing node stateswomen -b missing node unshipped -b missing node fidgets -b missing node gunlock -b missing node truculent -b missing node photocomposes -b missing node decorticate -b missing node fidgety -b missing node broiling -b missing node paramount -b missing node petrochemical -b missing node gests -b missing node rapprochements -b missing node primogenitors -b missing node playmates -b missing node fumitory -b missing node manifoldness -b missing node photocomposed -b missing node geste -b missing node feta -b missing node ordinarier -b missing node wrathfully -b missing node juncture -b missing node preface -b missing node peruvian -b missing node feverish -b missing node untapped -b missing node overemphasized -b missing node simpering -b missing node cherubic -b missing node coldly -b missing node quays -b missing node supercharge -b missing node rehemming -b missing node obligingly -b missing node fete -b missing node steersman -b missing node saline -b missing node admiring -b missing node tunny -b missing node cloudiness -b missing node riotous -b missing node fess -b missing node investable -b missing node carnal -b missing node watthours -b missing node separately -b missing node sedately -b missing node lapidaries -b missing node professorships -b missing node qualifiedly -b missing node fern -b missing node lawsuit -b missing node proboscises -b missing node depolished -b missing node figuration -b missing node lapdogs -b missing node joining -b missing node donate -b missing node promisors -b missing node overemphasizes -b missing node cherubim -b missing node athenian -b missing node thou -b missing node thor -b missing node solving -b missing node reopens -b missing node gasohol -b missing node faithfully -b missing node melanins -b missing node merriest -b missing node deerskins -b missing node thro -b missing node thru -b missing node gluier -b missing node infinites -b missing node constituting -b missing node railers -b missing node opiating -b missing node endpaper -b missing node predacity -b missing node steersmen -b missing node patellar -b missing node mooncalf -b missing node patellas -b missing node wearer -b missing node illuminance -b missing node maximally -b missing node ictuses -b missing node patellae -b missing node worldlier -b missing node constitution -b missing node subdivides -b missing node instigator -b missing node subdivider -b missing node precelebration -b missing node subdivided -b missing node accurateness -b missing node onondagas -b missing node melanism -b missing node augural -b missing node semirigid -b missing node renderers -b missing node society -b missing node impersonated -b missing node workhand -b missing node languish -b missing node feud -b missing node byliners -b missing node prefabs -b missing node starlings -b missing node cilantros -b missing node impersonates -b missing node lions -b missing node they -b missing node isostatic -b missing node fell -b missing node chinaware -b missing node unprepared -b missing node livest -b missing node standardizes -b missing node finnmarks -b missing node thew -b missing node recrating -b missing node wheresoever -b missing node apparatus -b missing node standardized -b missing node structure -b missing node vernier -b missing node nitrifies -b missing node delivers -b missing node gastight -b missing node gavotte -b missing node bicultural -b missing node disgustedly -b missing node ordinarily -b missing node them -b missing node nonprofessional -b missing node then -b missing node tamale -b missing node indemnify -b missing node delivery -b missing node vanishers -b missing node thee -b missing node sooey -b missing node dyspeptically -b missing node augurer -b missing node overstaying -b missing node embossments -b missing node chelator -b missing node hulloing -b missing node mispronunciations -b missing node stepwise -b missing node augured -b missing node nitrified -b missing node carnie -b missing node serializations -b missing node diestocks -b missing node ashore -b missing node idyllist -b missing node disregard -b missing node livers -b missing node imitates -b missing node livery -b missing node embarrassedly -b missing node rivulets -b missing node secluding -b missing node imitatee -b missing node esthetic -b missing node imitated -b missing node squatters -b missing node macroscopical -b missing node defrauding -b missing node gluing -b missing node overlapped -b missing node nookies -b missing node venire -b missing node blockages -b missing node herniate -b missing node refigures -b missing node benignant -b missing node carney -b missing node reruns -b missing node burlesque -b missing node conquests -b missing node fevering -b missing node refigured -b missing node fens -b missing node sedatest -b missing node tapeline -b missing node thin -b missing node gluily -b missing node this -b missing node depolishes -b missing node accolade -b missing node kindredness -b missing node secularized -b missing node arrowheads -b missing node buskined -b missing node spankings -b missing node fend -b missing node erective -b missing node bioelectricities -b missing node dusters -b missing node discoids -b missing node secularizes -b missing node trinitarianism -b missing node slither -b missing node skinners -b missing node healthiness -b missing node impedance -b missing node secularizer -b missing node blockading -b missing node maniacal -b missing node ordinaries -b missing node squattest -b missing node esthetes -b missing node subparts -b missing node fungicide -b missing node colder -b missing node loneliness -b missing node legalized -b missing node epitomizes -b missing node searchings -b missing node divisor -b missing node instigates -b missing node felt -b missing node legalizes -b missing node epitomized -b missing node biotelemetries -b missing node blitheness -b missing node quaggas -b missing node metabolic -b missing node quail -b missing node ideograms -b missing node wormwoods -b missing node quais -b missing node tenner -b missing node undimmed -b missing node enravish -b missing node thwarters -b missing node misrepresenting -b missing node recommence -b missing node furrowed -b missing node decompresses -b missing node recommends -b missing node absurdness -b missing node messiahs -b missing node brainteaser -b missing node mikveh -b missing node ordinarius -b missing node overcharging -b missing node intervals -b missing node reasoners -b missing node rovingly -b missing node favorite -b missing node crisic -b missing node misjudge -b missing node sinewing -b missing node typesetters -b missing node furrower -b missing node decompressed -b missing node lingams -b missing node rapaciously -b missing node wooliest -b missing node picaroons -b missing node refundable -b missing node stoutened -b missing node quaky -b missing node nonconvergent -b missing node spoonbill -b missing node qualm -b missing node crisis -b missing node quale -b missing node illegalizing -b missing node czardas -b missing node dhyana -b missing node seaminess -b missing node loaning -b missing node ideograph -b missing node incineration -b missing node organdy -b missing node quake -b missing node munchies -b missing node uneventful -b missing node feat -b missing node fear -b missing node refractorily -b missing node unglazed -b missing node stultifying -b missing node thai -b missing node scroungy -b missing node exploration -b missing node scrounge -b missing node redigested -b missing node scones -b missing node whackier -b missing node chubbily -b missing node quaff -b missing node tennis -b missing node incinerating -b missing node networks -b missing node swiftness -b missing node mikvah -b missing node lionizer -b missing node quads -b missing node lionizes -b missing node that -b missing node coulters -b missing node than -b missing node lionized -b missing node capacities -b missing node thaw -b missing node fertilizations -b missing node infinitum -b missing node foreordainment -b missing node addressable -b missing node similarities -b missing node fricassee -b missing node cardioids -b missing node greys -b missing node feds -b missing node quags -b missing node shylocked -b missing node illiterate -b missing node hyphenates -b missing node indemnity -b missing node patricides -b missing node ropable -b missing node crises -b missing node hyphenated -b missing node handedness -b missing node feed -b missing node nulled -b missing node nonsmoking -b missing node feel -b missing node pickwickian -b missing node jackasses -b missing node evangelists -b missing node entendres -b missing node notochord -b missing node directer -b missing node riotously -b missing node weevils -b missing node feet -b missing node fees -b missing node outhit -b missing node weevily -b missing node hangnails -b missing node organic -b missing node tamals -b missing node scouting -b missing node honeybun -b missing node directed -b missing node unintentionally -b missing node phosgene -b missing node courages -b missing node materia -b missing node substantiations -b missing node quart -b missing node sootiest -b missing node perkiness -b missing node quark -b missing node opportunists -b missing node kabobs -b missing node crisps -b missing node preregistration -b missing node emboss -b missing node passionless -b missing node calamaries -b missing node assuasive -b missing node linos -b missing node razorbill -b missing node trulls -b missing node devaluing -b missing node archduchesses -b missing node director -b missing node impelled -b missing node crispy -b missing node unqualified -b missing node brewery -b missing node symbols -b missing node forint -b missing node recusator -b missing node germy -b missing node cardcases -b missing node expressionless -b missing node preaccepts -b missing node brewers -b missing node slatting -b missing node intersperse -b missing node nonrigid -b missing node favoring -b missing node wastery -b missing node amicus -b missing node paycheck -b missing node sconce -b missing node echeloned -b missing node tortoises -b missing node fugitively -b missing node isometry -b missing node figurative -b missing node lettermen -b missing node indium -b missing node impeller -b missing node greta -b missing node cabana -b missing node nonmilitarily -b missing node balustrades -b missing node obbligato -b missing node quash -b missing node tinnier -b missing node quasi -b missing node skeets -b missing node worldling -b missing node saviours -b missing node dundee -b missing node donald -b missing node munching -b missing node wasters -b missing node indite -b missing node untidied -b missing node absurdities -b missing node venusian -b missing node millimetric -b missing node shatterproof -b missing node embows -b missing node imitator -b missing node chelated -b missing node enquire -b missing node cabals -b missing node impersonator -b missing node directly -b missing node fossilizing -b missing node obbligati -b missing node lamella -b missing node cassabas -b missing node cluttering -b missing node whiteout -b missing node gaugeable -b missing node chelates -b missing node surpasses -b missing node ulcered -b missing node usuals -b missing node sooth -b missing node surpassed -b missing node cabala -b missing node miltiest -b missing node polishers -b missing node sooty -b missing node hagiographer -b missing node constitutive -b missing node penurious -b missing node soots -b missing node lints -b missing node grouter -b missing node linty -b missing node reburying -b missing node employing -b missing node omitting -b missing node regulatory -b missing node puppeteers -b missing node anorak -b missing node grouted -b missing node assistors -b missing node regulators -b missing node letterman -b missing node hierarch -b missing node angelica -b missing node crinolines -b missing node novelties -b missing node ralliers -b missing node domestic -b missing node benzene -b missing node keratoid -b missing node linum -b missing node tapioca -b missing node enquiry -b missing node beleaguer -b missing node contralto -b missing node quant -b missing node shedding -b missing node untidier -b missing node untidies -b missing node allayers -b missing node alliance -b missing node griot -b missing node yoghurt -b missing node deductible -b missing node baldhead -b missing node uneven -b missing node semiactive -b missing node tend -b missing node feeders -b missing node parts -b missing node party -b missing node registries -b missing node cosmetically -b missing node inquisitors -b missing node gripe -b missing node sceptre -b missing node tent -b missing node tens -b missing node inquisitory -b missing node excitor -b missing node gript -b missing node rioter -b missing node addicting -b missing node revitalizing -b missing node grips -b missing node germs -b missing node gripy -b missing node sceptered -b missing node isomerism -b missing node divulge -b missing node dungier -b missing node masculine -b missing node temp -b missing node parte -b missing node salvador -b missing node unmade -b missing node reusing -b missing node parti -b missing node asphyxiator -b missing node sunfishes -b missing node youths -b missing node parry -b missing node pancaked -b missing node intenders -b missing node handicraftsman -b missing node grimy -b missing node biomasses -b missing node cohering -b missing node grind -b missing node skywrite -b missing node synthesizing -b missing node crunchy -b missing node pancakes -b missing node tell -b missing node elaborately -b missing node vedantic -b missing node parse -b missing node defoliations -b missing node vociferously -b missing node bowsprit -b missing node grins -b missing node antre -b missing node revocability -b missing node gumless -b missing node antra -b missing node uncurious -b missing node cockfights -b missing node steepened -b missing node arcade -b missing node impellor -b missing node cyphering -b missing node rockfishes -b missing node conquered -b missing node prepositions -b missing node logwood -b missing node antiskid -b missing node spitefulness -b missing node sorcery -b missing node grits -b missing node mongeese -b missing node spottiness -b missing node flatwise -b missing node outgun -b missing node earning -b missing node sorel -b missing node patriotic -b missing node potshots -b missing node complicator -b missing node religious -b missing node ovenbird -b missing node coenzyme -b missing node sorer -b missing node hiders -b missing node enact -b missing node sores -b missing node tuque -b missing node response -b missing node etoile -b missing node wrongness -b missing node assembling -b missing node noggin -b missing node quarrel -b missing node atypic -b missing node quilled -b missing node wigwags -b missing node annotate -b missing node centrifuge -b missing node grist -b missing node isomerize -b missing node planktonic -b missing node demagnetization -b missing node runrounds -b missing node addictive -b missing node uplifting -b missing node cyclotron -b missing node grigs -b missing node cryptographers -b missing node coauthered -b missing node jamaican -b missing node laureateships -b missing node zitherists -b missing node tees -b missing node teen -b missing node teem -b missing node infantrymen -b missing node softheads -b missing node reconciliate -b missing node teed -b missing node carman -b missing node dunging -b missing node snowshoed -b missing node idealization -b missing node wigwams -b missing node teds -b missing node twangiest -b missing node inexecution -b missing node snowshoes -b missing node masochistic -b missing node inhalations -b missing node scoops -b missing node uncrystallized -b missing node varicose -b missing node tech -b missing node humoring -b missing node molluscans -b missing node judging -b missing node reasoning -b missing node typology -b missing node grift -b missing node overstimulation -b missing node albania -b missing node avoidance -b missing node subatomic -b missing node unlabelled -b missing node toxemia -b missing node toxemic -b missing node grill -b missing node honeydew -b missing node jasmines -b missing node benignancies -b missing node dandelions -b missing node placarding -b missing node teat -b missing node teas -b missing node verbalizations -b missing node tear -b missing node caissons -b missing node cringing -b missing node polygonally -b missing node humorist -b missing node surinam -b missing node grimm -b missing node quack -b missing node reacquainted -b missing node infantryman -b missing node teal -b missing node team -b missing node teak -b missing node grime -b missing node overstimulating -b missing node feigned -b missing node adjoined -b missing node ocellus -b missing node employers -b missing node americium -b missing node installing -b missing node declamation -b missing node bigness -b missing node carmen -b missing node laureating -b missing node feigner -b missing node anopia -b missing node coagula -b missing node triumvirs -b missing node eightballs -b missing node affirmatively -b missing node mazily -b missing node obsessional -b missing node volcanic -b missing node persecutors -b missing node roger -b missing node scoots -b missing node blowflies -b missing node raunchy -b missing node judicial -b missing node chinking -b missing node addiction -b missing node triumviri -b missing node aeons -b missing node conqueror -b missing node courtliest -b missing node niceties -b missing node reprogramming -b missing node mazing -b missing node parve -b missing node webworm -b missing node doffs -b missing node prologs -b missing node detractive -b missing node badinaging -b missing node viscosity -b missing node underseas -b missing node emendable -b missing node wallpapers -b missing node littlest -b missing node doppler -b missing node commutable -b missing node blockader -b missing node blockades -b missing node parch -b missing node customer -b missing node teratologic -b missing node biologist -b missing node blockaded -b missing node troublers -b missing node pesticide -b missing node downer -b missing node turds -b missing node waxwork -b missing node rundown -b missing node downed -b missing node cardigans -b missing node jaundice -b missing node despotism -b missing node roundhouse -b missing node erecting -b missing node elastics -b missing node pinions -b missing node aurated -b missing node critic -b missing node admirers -b missing node intercept -b missing node resurvey -b missing node perspiry -b missing node beanpole -b missing node overcools -b missing node liras -b missing node uraniums -b missing node limitless -b missing node paras -b missing node turbo -b missing node varietals -b missing node figments -b missing node perspire -b missing node doers -b missing node whatever -b missing node pleader -b missing node translucent -b missing node overcooks -b missing node ballistae -b missing node exhibit -b missing node erectile -b missing node pleaded -b missing node sorry -b missing node bylining -b missing node grids -b missing node lasciviousness -b missing node medically -b missing node botanical -b missing node grief -b missing node intendeds -b missing node voidance -b missing node disorient -b missing node eviscerates -b missing node wellborn -b missing node judoist -b missing node nonoccurrence -b missing node prolong -b missing node pullover -b missing node eviscerated -b missing node sorts -b missing node venine -b missing node westernize -b missing node agonistic -b missing node antes -b missing node likings -b missing node venins -b missing node stenchiest -b missing node screwer -b missing node forkers -b missing node detracting -b missing node eschalot -b missing node chinkier -b missing node anted -b missing node turfs -b missing node swampiness -b missing node erection -b missing node nattering -b missing node wanglers -b missing node jeroboam -b missing node isothermal -b missing node reworked -b missing node jewry -b missing node handbills -b missing node detraction -b missing node leveeing -b missing node scuffled -b missing node turfy -b missing node tambur -b missing node foreshadows -b missing node sexiest -b missing node camporee -b missing node scuffles -b missing node scuffler -b missing node dealers -b missing node amigas -b missing node people -b missing node defrauders -b missing node opaque -b missing node enlargement -b missing node parks -b missing node arcane -b missing node misadvising -b missing node arcana -b missing node indispensabilities -b missing node stymied -b missing node conjunctures -b missing node undersell -b missing node jezebels -b missing node jewed -b missing node footpaces -b missing node wineshop -b missing node rebbes -b missing node programers -b missing node dehydrogenates -b missing node suddenly -b missing node wrenched -b missing node wheedlers -b missing node antic -b missing node doozies -b missing node channelled -b missing node waggons -b missing node paris -b missing node jewel -b missing node fencepost -b missing node excites -b missing node antis -b missing node percolation -b missing node wrenches -b missing node exciter -b missing node selfhood -b missing node libation -b missing node flavorful -b missing node adamantly -b missing node turks -b missing node excited -b missing node tiltyards -b missing node venial -b missing node outgas -b missing node parka -b missing node dunged -b missing node consumptiveness -b missing node conjuration -b missing node degree -b missing node hydrate -b missing node incommodious -b missing node lightening -b missing node loggers -b missing node procaine -b missing node hydrant -b missing node turps -b missing node elastins -b missing node lowbrows -b missing node scaliness -b missing node doest -b missing node pillowed -b missing node reappointments -b missing node mollification -b missing node bacchanals -b missing node disapprove -b missing node doeth -b missing node percolating -b missing node crossbreeding -b missing node broadened -b missing node adjoints -b missing node triangulations -b missing node venice -b missing node extenuated -b missing node saliva -b missing node reclothing -b missing node transhipment -b missing node footwear -b missing node dehydrogenated -b missing node complicated -b missing node reinvokes -b missing node turns -b missing node hologram -b missing node extenuates -b missing node pared -b missing node religions -b missing node biologies -b missing node cosmetics -b missing node complicates -b missing node pares -b missing node stymies -b missing node cullender -b missing node parer -b missing node alarmingly -b missing node acidifies -b missing node acidifier -b missing node assemblies -b missing node undersexed -b missing node leadership -b missing node emitters -b missing node potential -b missing node dogmatic -b missing node volatiles -b missing node acidified -b missing node impotencies -b missing node handicraftsmen -b missing node consummately -b missing node anniversaries -b missing node reinvoked -b missing node spermicidal -b missing node moratoria -b missing node pasty -b missing node pasts -b missing node unexecuted -b missing node valorizations -b missing node oversleeping -b missing node papery -b missing node enigmatically -b missing node critturs -b missing node diallers -b missing node papers -b missing node pasta -b missing node arraigner -b missing node paste -b missing node decahedron -b missing node hammock -b missing node arraigned -b missing node municipalities -b missing node hellene -b missing node chalkier -b missing node probing -b missing node uncompassionate -b missing node overreact -b missing node domesticate -b missing node extensive -b missing node candidnesses -b missing node playsuits -b missing node carping -b missing node setbacks -b missing node arrogated -b missing node quotas -b missing node biologics -b missing node undenied -b missing node blubbered -b missing node arrogates -b missing node snatchers -b missing node unfledged -b missing node laments -b missing node defilement -b missing node knishes -b missing node overreach -b missing node yores -b missing node archduchess -b missing node scooting -b missing node poperies -b missing node blushers -b missing node tearier -b missing node blubberer -b missing node endurance -b missing node involuting -b missing node astride -b missing node compressible -b missing node tragedian -b missing node hypoderm -b missing node exobiologists -b missing node rebait -b missing node involution -b missing node traducers -b missing node freehanded -b missing node pommels -b missing node thefts -b missing node undamped -b missing node forged -b missing node melts -b missing node eulogy -b missing node nepalese -b missing node idiopathic -b missing node blasters -b missing node glistering -b missing node dezinc -b missing node passe -b missing node plumbery -b missing node plumbers -b missing node inordinately -b missing node blackberries -b missing node expletive -b missing node urban -b missing node inculpable -b missing node courtrooms -b missing node forger -b missing node forges -b missing node forget -b missing node underpants -b missing node refinery -b missing node probity -b missing node furore -b missing node melanges -b missing node outfox -b missing node luggage -b missing node swithers -b missing node rangers -b missing node formatters -b missing node reconditioning -b missing node ballistic -b missing node refiners -b missing node vortices -b missing node lionizers -b missing node hellers -b missing node pleistocene -b missing node lightships -b missing node syzygies -b missing node countersank -b missing node commend -b missing node concurrently -b missing node sighters -b missing node slowdown -b missing node melon -b missing node crucifixion -b missing node comment -b missing node tragedies -b missing node blackamoor -b missing node settler -b missing node reenlists -b missing node meteor -b missing node settles -b missing node resubmit -b missing node quotha -b missing node backtracking -b missing node mamelukes -b missing node fascisms -b missing node initiation -b missing node rebate -b missing node requesting -b missing node palookas -b missing node nairobi -b missing node grenadine -b missing node inliers -b missing node extension -b missing node initiating -b missing node stingrays -b missing node archive -b missing node enders -b missing node phonologists -b missing node sassed -b missing node auburn -b missing node recognition -b missing node intravenously -b missing node atomically -b missing node inquest -b missing node sasses -b missing node pettifogger -b missing node vortical -b missing node hopelessly -b missing node razzes -b missing node cordovan -b missing node pettifogged -b missing node kinfolk -b missing node syzygial -b missing node staccatos -b missing node fascists -b missing node sprucest -b missing node razzed -b missing node settled -b missing node cations -b missing node trampoline -b missing node outfit -b missing node vinylic -b missing node unauthentic -b missing node hypertrophies -b missing node criminalness -b missing node dirked -b missing node strongbox -b missing node bingos -b missing node transcribers -b missing node hypertrophied -b missing node definitively -b missing node syllogistically -b missing node quoted -b missing node crystals -b missing node gorsier -b missing node quotes -b missing node quoter -b missing node ovately -b missing node unrounding -b missing node furors -b missing node dyking -b missing node weekender -b missing node contortion -b missing node ewing -b missing node dodos -b missing node encouraging -b missing node papayan -b missing node peppiness -b missing node weekended -b missing node ringworms -b missing node forgot -b missing node cookshops -b missing node disputable -b missing node papayas -b missing node serious -b missing node attain -b missing node contorting -b missing node glaciate -b missing node disputably -b missing node leeriness -b missing node calipers -b missing node thriftiest -b missing node reasonably -b missing node paseo -b missing node fuzzed -b missing node critical -b missing node preceptor -b missing node beavers -b missing node entoiled -b missing node entitlement -b missing node footgears -b missing node initiative -b missing node fuzzes -b missing node previous -b missing node uncaught -b missing node stoutens -b missing node reasonable -b missing node weapon -b missing node servicers -b missing node cinques -b missing node whorehouse -b missing node volcanos -b missing node responds -b missing node corvet -b missing node restrings -b missing node corves -b missing node proportionally -b missing node corvee -b missing node neurotoxin -b missing node adders -b missing node labouring -b missing node eligible -b missing node mysteriousness -b missing node adduces -b missing node overimpress -b missing node infirmities -b missing node adduced -b missing node jackers -b missing node deucedly -b missing node text -b missing node grenadier -b missing node chirologies -b missing node journalized -b missing node converters -b missing node melba -b missing node eligibly -b missing node smoothy -b missing node carlot -b missing node smooths -b missing node spadeful -b missing node shunned -b missing node impassionate -b missing node rifled -b missing node substantialized -b missing node motorization -b missing node melee -b missing node meters -b missing node atheism -b missing node crossroad -b missing node demonstrations -b missing node contortive -b missing node jackets -b missing node fulgent -b missing node melds -b missing node throatiness -b missing node atheist -b missing node invaliding -b missing node nippier -b missing node clamshell -b missing node suburbanites -b missing node remembrances -b missing node shunner -b missing node neurotoxic -b missing node libitum -b missing node inabilities -b missing node rifles -b missing node rifler -b missing node sibilantly -b missing node wisdoms -b missing node test -b missing node flitching -b missing node addressee -b missing node lurched -b missing node unlawful -b missing node addressed -b missing node sceptic -b missing node resurrections -b missing node hazards -b missing node soreheads -b missing node gravimetric -b missing node aggravation -b missing node raceway -b missing node lurches -b missing node aweather -b missing node stoutest -b missing node lurcher -b missing node invalidity -b missing node scythes -b missing node imponderability -b missing node addend -b missing node unwarrantable -b missing node feedstuff -b missing node aggravating -b missing node stealths -b missing node czaritza -b missing node stealthy -b missing node xanthin -b missing node binges -b missing node xanthic -b missing node addresses -b missing node flavorers -b missing node addresser -b missing node scorching -b missing node chalking -b missing node hieratic -b missing node forewomen -b missing node asbestosis -b missing node sheepskin -b missing node scythed -b missing node pharisaically -b missing node excises -b missing node trunks -b missing node trustfulness -b missing node invalidism -b missing node magnifying -b missing node preexaminations -b missing node isomeric -b missing node excised -b missing node sepulchers -b missing node endear -b missing node splenification -b missing node hypodermics -b missing node botulisms -b missing node bonelet -b missing node heretic -b missing node attach -b missing node attack -b missing node noninstinctive -b missing node thespian -b missing node pasha -b missing node sodomy -b missing node tempests -b missing node dreadfulness -b missing node arrests -b missing node horsefly -b missing node fourths -b missing node coleus -b missing node rogue -b missing node proclaiming -b missing node scopes -b missing node kerfed -b missing node savoured -b missing node savourer -b missing node dummied -b missing node selenology -b missing node eolithic -b missing node forewoman -b missing node harrowed -b missing node dummies -b missing node tearing -b missing node harrower -b missing node supermini -b missing node accidents -b missing node monstrance -b missing node terr -b missing node scepter -b missing node hobnobbing -b missing node tern -b missing node term -b missing node shortcuts -b missing node theism -b missing node victualled -b missing node memos -b missing node theist -b missing node victualler -b missing node nielsen -b missing node oversubtle -b missing node bedimming -b missing node palls -b missing node transmittable -b missing node subbranches -b missing node clearer -b missing node rapturing -b missing node pally -b missing node editorially -b missing node spirituous -b missing node theirs -b missing node cleared -b missing node residentially -b missing node pillaged -b missing node septal -b missing node optically -b missing node tutee -b missing node sinlessness -b missing node catchers -b missing node internodal -b missing node forewent -b missing node doomster -b missing node chafing -b missing node chlorosis -b missing node preferences -b missing node accidence -b missing node solar -b missing node expiate -b missing node cannoning -b missing node strongest -b missing node sawtooth -b missing node greenness -b missing node dionysus -b missing node viragoes -b missing node oomphs -b missing node inquisition -b missing node claviers -b missing node turnings -b missing node palps -b missing node coughing -b missing node guileless -b missing node demultiplexes -b missing node lilac -b missing node sallow -b missing node trekking -b missing node pesters -b missing node prospering -b missing node wetness -b missing node doughiest -b missing node hellbox -b missing node lassitudes -b missing node twofer -b missing node carson -b missing node contrastable -b missing node taverners -b missing node dustbin -b missing node indoor -b missing node wintling -b missing node palmy -b missing node playboys -b missing node flunker -b missing node attars -b missing node acidulousness -b missing node perceived -b missing node palms -b missing node flatwares -b missing node rebids -b missing node truism -b missing node arbitral -b missing node flunked -b missing node thousandths -b missing node perceives -b missing node perceiver -b missing node tweakiest -b missing node spasmodically -b missing node exemplifying -b missing node heavies -b missing node heavier -b missing node polypoid -b missing node flunkey -b missing node obnoxious -b missing node ambiguously -b missing node blanketing -b missing node barbarian -b missing node brewing -b missing node unlabeled -b missing node mentality -b missing node unloose -b missing node puzzled -b missing node demolitions -b missing node winterizes -b missing node narrowest -b missing node peered -b missing node memorializing -b missing node bedpost -b missing node puzzler -b missing node puzzles -b missing node acculturational -b missing node scorch -b missing node periphery -b missing node abated -b missing node teleports -b missing node bridgeable -b missing node prawning -b missing node paled -b missing node phantom -b missing node suspense -b missing node semivowel -b missing node federational -b missing node winterized -b missing node inconvenient -b missing node leptonic -b missing node medicares -b missing node contextual -b missing node jailbirds -b missing node antiquation -b missing node persecution -b missing node overspread -b missing node chairmen -b missing node tautened -b missing node abater -b missing node irresolutely -b missing node predictively -b missing node abates -b missing node duckpin -b missing node stereotype -b missing node wilfully -b missing node blushful -b missing node rimester -b missing node antiquating -b missing node delegatory -b missing node occultists -b missing node prosperity -b missing node truing -b missing node outers -b missing node hedonically -b missing node crayonists -b missing node meridian -b missing node broilers -b missing node persecuting -b missing node riffle -b missing node quotient -b missing node wifelier -b missing node optics -b missing node organics -b missing node foundations -b missing node civilising -b missing node deepener -b missing node riffed -b missing node sectoring -b missing node disgracer -b missing node playbook -b missing node disgraces -b missing node comatose -b missing node landfall -b missing node pantsuit -b missing node metricate -b missing node baalism -b missing node salvable -b missing node affixed -b missing node jaggedest -b missing node vicarious -b missing node foghorns -b missing node septet -b missing node jackpots -b missing node timeouts -b missing node hindbrain -b missing node affixes -b missing node affixer -b missing node regrade -b missing node humped -b missing node reconfigure -b missing node societies -b missing node alleys -b missing node chairman -b missing node handpicked -b missing node corpore -b missing node indows -b missing node corpora -b missing node monotonous -b missing node carbonation -b missing node humphs -b missing node salvably -b missing node pales -b missing node eductor -b missing node paler -b missing node internodes -b missing node traumatizing -b missing node bastings -b missing node saintlier -b missing node septic -b missing node discolor -b missing node annulment -b missing node doglegging -b missing node fossilizes -b missing node graylings -b missing node umpired -b missing node carbonating -b missing node dipoles -b missing node demonisms -b missing node hardboard -b missing node fossilized -b missing node disgraced -b missing node umpires -b missing node anxious -b missing node curbstones -b missing node affrights -b missing node timeout -b missing node fallibility -b missing node canoeing -b missing node armoured -b missing node intuito -b missing node affixal -b missing node midshipmen -b missing node carpers -b missing node armourer -b missing node runways -b missing node carted -b missing node boolean -b missing node alkalinity -b missing node brainlessly -b missing node tutus -b missing node assumers -b missing node rioting -b missing node whackers -b missing node banners -b missing node umpteen -b missing node upboiling -b missing node mileage -b missing node melanesians -b missing node tutti -b missing node contraire -b missing node anaerobic -b missing node purgatives -b missing node zulus -b missing node specify -b missing node leathern -b missing node unlimited -b missing node leathers -b missing node leathery -b missing node plovers -b missing node burroughs -b missing node plywood -b missing node cringe -b missing node axseed -b missing node deepened -b missing node cartes -b missing node carter -b missing node stirrers -b missing node inexpensiveness -b missing node species -b missing node farseeing -b missing node bewilder -b missing node cartel -b missing node wolves -b missing node young -b missing node nippers -b missing node wolver -b missing node accordantly -b missing node thirsty -b missing node thirsts -b missing node regilded -b missing node equally -b missing node peones -b missing node geoid -b missing node milfoils -b missing node midshipman -b missing node harrumphs -b missing node traditores -b missing node hellcat -b missing node repeatedly -b missing node regeneracy -b missing node derivative -b missing node ginners -b missing node capetown -b missing node forkless -b missing node anonym -b missing node remanufacturing -b missing node defeminize -b missing node abaser -b missing node youth -b missing node abases -b missing node neatening -b missing node madison -b missing node uncondoned -b missing node unappealing -b missing node cancerous -b missing node axels -b missing node antinomians -b missing node bleeps -b missing node meridiem -b missing node famous -b missing node carpels -b missing node yodeler -b missing node danseuse -b missing node youse -b missing node contrails -b missing node tutor -b missing node mentalist -b missing node turbinate -b missing node yours -b missing node headwaters -b missing node yourn -b missing node temporaries -b missing node luggies -b missing node solos -b missing node yodeled -b missing node shiftable -b missing node embracing -b missing node spongers -b missing node intuits -b missing node demonists -b missing node reprimands -b missing node cordovans -b missing node reigns -b missing node blitzes -b missing node sherifs -b missing node expostulations -b missing node ashmen -b missing node requestor -b missing node proselytizers -b missing node blitzed -b missing node sheriff -b missing node palinode -b missing node saleroom -b missing node buckbean -b missing node detains -b missing node sporter -b missing node sanctifying -b missing node danseurs -b missing node sported -b missing node quintuplets -b missing node bleeds -b missing node solid -b missing node aimlessly -b missing node flapped -b missing node takeover -b missing node meddlers -b missing node oilcloths -b missing node avocet -b missing node labors -b missing node residents -b missing node clockwork -b missing node cackles -b missing node cackler -b missing node trapezoidal -b missing node silencer -b missing node canoeist -b missing node silences -b missing node czarina -b missing node cackled -b missing node unsnapped -b missing node prescoring -b missing node alkalinize -b missing node mainstay -b missing node ballyhooed -b missing node fleabanes -b missing node polypous -b missing node formatting -b missing node silenced -b missing node joinery -b missing node humorous -b missing node unperceptive -b missing node anvil -b missing node archer -b missing node skywrote -b missing node arches -b missing node equaled -b missing node amiableness -b missing node ashman -b missing node arched -b missing node uncrossing -b missing node membranous -b missing node pinnately -b missing node laudator -b missing node achiest -b missing node eclectically -b missing node pelletize -b missing node fairways -b missing node temptation -b missing node soles -b missing node headlock -b missing node crosslet -b missing node derivation -b missing node totalisms -b missing node fountain -b missing node positrons -b missing node ashamedly -b missing node insidiously -b missing node soled -b missing node hiccough -b missing node unacceptance -b missing node flapper -b missing node achieve -b missing node carpets -b missing node venges -b missing node spanks -b missing node inerrant -b missing node details -b missing node shapeups -b missing node temporarily -b missing node unjustification -b missing node treaders -b missing node venged -b missing node anaerobes -b missing node inquisitive -b missing node lugging -b missing node cannonism -b missing node labour -b missing node shrinkages -b missing node unworried -b missing node bollard -b missing node bedlam -b missing node hexapods -b missing node hexapody -b missing node special -b missing node recompounding -b missing node euphorias -b missing node drooped -b missing node outdid -b missing node dogie -b missing node fish -b missing node underhandedly -b missing node humors -b missing node firs -b missing node dissemblers -b missing node dressiness -b missing node jeepers -b missing node apportion -b missing node puritans -b missing node gimbaling -b missing node graze -b missing node requestors -b missing node decrypted -b missing node enqueue -b missing node joeys -b missing node ineffectiveness -b missing node fist -b missing node salmon -b missing node alleluia -b missing node carrot -b missing node trellised -b missing node opining -b missing node trellises -b missing node reabandoned -b missing node fixups -b missing node reinvolve -b missing node overages -b missing node carsickness -b missing node disputatious -b missing node muckworms -b missing node firm -b missing node overhung -b missing node formic -b missing node fire -b missing node consonant -b missing node accidies -b missing node doggy -b missing node pacifically -b missing node reconnect -b missing node erecters -b missing node disfigure -b missing node jurists -b missing node expedient -b missing node vendors -b missing node doggo -b missing node methods -b missing node headlong -b missing node dogma -b missing node monroe -b missing node pampa -b missing node trembling -b missing node sharpness -b missing node transparency -b missing node chorusing -b missing node insalivating -b missing node opinion -b missing node medley -b missing node prechills -b missing node rifely -b missing node objectant -b missing node guardianship -b missing node fixe -b missing node unpatented -b missing node tureens -b missing node grave -b missing node drillings -b missing node spurning -b missing node predicament -b missing node investigations -b missing node insalivation -b missing node whangers -b missing node carrom -b missing node gravy -b missing node disputations -b missing node menus -b missing node imperials -b missing node varieties -b missing node roars -b missing node former -b missing node fits -b missing node wonderfully -b missing node grays -b missing node formed -b missing node sniggers -b missing node signalling -b missing node deadlock -b missing node screwed -b missing node five -b missing node joiners -b missing node roast -b missing node delphinia -b missing node penpoint -b missing node reobtainable -b missing node dubbings -b missing node falchions -b missing node halibuts -b missing node spatially -b missing node tearoom -b missing node prophesier -b missing node emblem -b missing node prename -b missing node prophesies -b missing node evaders -b missing node fizz -b missing node tactician -b missing node anomie -b missing node anomic -b missing node anomia -b missing node circumpolar -b missing node litterbug -b missing node loving -b missing node boneset -b missing node finmark -b missing node prophesied -b missing node bulleted -b missing node epicenters -b missing node vouchering -b missing node registerable -b missing node groveler -b missing node recipes -b missing node benignantly -b missing node bewildered -b missing node combativeness -b missing node sepsis -b missing node acuity -b missing node substructure -b missing node gulflike -b missing node roans -b missing node lucubrate -b missing node whirlier -b missing node whirlies -b missing node faeces -b missing node economizing -b missing node turnable -b missing node residency -b missing node atremble -b missing node hayward -b missing node floated -b missing node takeouts -b missing node residence -b missing node purdahs -b missing node groveled -b missing node binned -b missing node leeringly -b missing node embargoing -b missing node juleps -b missing node infatuate -b missing node sequencing -b missing node tremblier -b missing node polaris -b missing node foredoom -b missing node feedbox -b missing node bulkhead -b missing node clobbers -b missing node exordiums -b missing node venery -b missing node gestations -b missing node towered -b missing node birthright -b missing node carrel -b missing node thwarting -b missing node bigamizing -b missing node slattern -b missing node relists -b missing node liked -b missing node ammonia -b missing node coheirs -b missing node ammonic -b missing node sartorial -b missing node canaries -b missing node phonically -b missing node doges -b missing node liker -b missing node brachial -b missing node roams -b missing node geode -b missing node dogey -b missing node discontinuously -b missing node likes -b missing node bulletin -b missing node liken -b missing node taboret -b missing node micromeli -b missing node immoveable -b missing node depredating -b missing node enormities -b missing node suffocatingly -b missing node mannishness -b missing node shunted -b missing node nighest -b missing node munchers -b missing node lipstick -b missing node accrediting -b missing node garbanzos -b missing node evacuate -b missing node shunter -b missing node disconcerting -b missing node trueborn -b missing node procapitalist -b missing node providence -b missing node festoons -b missing node queys -b missing node amalgamates -b missing node gluers -b missing node solvent -b missing node exhilarated -b missing node smouldered -b missing node depredation -b missing node overbearing -b missing node greatening -b missing node amalgamated -b missing node rioted -b missing node intercourse -b missing node thumbhole -b missing node fica -b missing node unscramble -b missing node abator -b missing node lasers -b missing node erogenous -b missing node repatriations -b missing node inkhorns -b missing node covetous -b missing node portioned -b missing node pooping -b missing node copyright -b missing node cortin -b missing node fibs -b missing node moonlight -b missing node portiones -b missing node portioner -b missing node scoria -b missing node inaugurating -b missing node professors -b missing node disconcertingly -b missing node scouters -b missing node inconclusive -b missing node whirling -b missing node enforcer -b missing node enforces -b missing node monogamy -b missing node fiat -b missing node fervencies -b missing node parachutes -b missing node tradeoffs -b missing node inauguration -b missing node trammeled -b missing node makework -b missing node enforced -b missing node parachuted -b missing node slabbing -b missing node irons -b missing node northwards -b missing node steadied -b missing node plasmoids -b missing node steadier -b missing node genii -b missing node exhilarates -b missing node genie -b missing node perique -b missing node genic -b missing node steadies -b missing node depilate -b missing node irony -b missing node grams -b missing node gramp -b missing node afield -b missing node gustless -b missing node subspecific -b missing node queue -b missing node solvers -b missing node judaic -b missing node skeans -b missing node fleabites -b missing node scores -b missing node scorer -b missing node gender -b missing node figs -b missing node ephedrin -b missing node pellagrous -b missing node nextly -b missing node scored -b missing node mislabelling -b missing node misidentify -b missing node enlist -b missing node graft -b missing node waistbands -b missing node fife -b missing node ureas -b missing node ureal -b missing node cuprums -b missing node roads -b missing node clienteles -b missing node crediting -b missing node quorum -b missing node roach -b missing node honeyful -b missing node snoutiest -b missing node fluctuates -b missing node valuables -b missing node fief -b missing node markups -b missing node painlessly -b missing node resistless -b missing node thriftier -b missing node fluctuated -b missing node nonaddicting -b missing node abatis -b missing node oinked -b missing node fids -b missing node nonidentity -b missing node leeching -b missing node surveiled -b missing node aegis -b missing node fide -b missing node grail -b missing node mends -b missing node subdirectors -b missing node bubbletops -b missing node narwhal -b missing node grain -b missing node fido -b missing node desiccants -b missing node uploads -b missing node simperers -b missing node wastage -b missing node employees -b missing node subdirectory -b missing node perihelia -b missing node americans -b missing node fileable -b missing node waggled -b missing node brachium -b missing node vexed -b missing node weenies -b missing node docklands -b missing node americana -b missing node vexer -b missing node waggles -b missing node vexes -b missing node file -b missing node aramaic -b missing node sintered -b missing node grasp -b missing node grass -b missing node mazier -b missing node prefaces -b missing node prefacer -b missing node obliquely -b missing node genoa -b missing node fiji -b missing node boweled -b missing node banderole -b missing node prefaced -b missing node forkful -b missing node quern -b missing node troutier -b missing node pewterers -b missing node obtruding -b missing node sensitivities -b missing node matchlock -b missing node query -b missing node factorship -b missing node steradian -b missing node tusks -b missing node grate -b missing node grata -b missing node amalgamator -b missing node steadily -b missing node richardson -b missing node cuboidal -b missing node caboodle -b missing node dumpiest -b missing node austerities -b missing node steading -b missing node quest -b missing node messiest -b missing node ohmage -b missing node lacrosses -b missing node clearly -b missing node bagfuls -b missing node palsy -b missing node feedbag -b missing node peignoirs -b missing node incorporates -b missing node genre -b missing node cortex -b missing node quell -b missing node grant -b missing node heaving -b missing node headstands -b missing node ashlar -b missing node grana -b missing node humour -b missing node grand -b missing node incorporated -b missing node reconfiscating -b missing node tardiness -b missing node scorns -b missing node fink -b missing node cavalier -b missing node pauline -b missing node propranolol -b missing node finn -b missing node preadult -b missing node reconfiscation -b missing node fins -b missing node irrepatriable -b missing node heavily -b missing node yawners -b missing node ascertained -b missing node pillages -b missing node pillager -b missing node zebra -b missing node ephedras -b missing node escargot -b missing node nonaddictive -b missing node grapy -b missing node underbidder -b missing node shagginess -b missing node jackleg -b missing node gents -b missing node metricated -b missing node zebus -b missing node addles -b missing node ashrams -b missing node graph -b missing node scabbard -b missing node grape -b missing node emasculations -b missing node bifurcates -b missing node fine -b missing node addled -b missing node find -b missing node metricates -b missing node film -b missing node thriftily -b missing node slashings -b missing node uncompleted -b missing node fill -b missing node incrusting -b missing node centupled -b missing node genus -b missing node bifurcated -b missing node gemmologists -b missing node admiration -b missing node centuples -b missing node rifest -b missing node weenier -b missing node carotene -b missing node nephritis -b missing node oddish -b missing node periods -b missing node pants -b missing node linda -b missing node patrimonially -b missing node anoles -b missing node kitling -b missing node elaboration -b missing node nephritic -b missing node time -b missing node woefuller -b missing node sacbut -b missing node pansy -b missing node meows -b missing node ostensibility -b missing node lindy -b missing node pocked -b missing node locust -b missing node tins -b missing node tint -b missing node convexo -b missing node kayo -b missing node underside -b missing node vender -b missing node cleated -b missing node worship -b missing node incorporator -b missing node tine -b missing node pocket -b missing node yowie -b missing node ting -b missing node kays -b missing node intercounty -b missing node lined -b missing node whirlers -b missing node cassinos -b missing node immodest -b missing node barefit -b missing node lines -b missing node refractor -b missing node liner -b missing node panty -b missing node vended -b missing node vendee -b missing node elaborating -b missing node defiling -b missing node linen -b missing node queer -b missing node queen -b missing node yowed -b missing node caliphal -b missing node dentins -b missing node kremlins -b missing node immunization -b missing node cornstalks -b missing node tike -b missing node coherent -b missing node felted -b missing node donees -b missing node inwinds -b missing node chevalier -b missing node tilt -b missing node till -b missing node sonar -b missing node riyals -b missing node gilberts -b missing node semolina -b missing node chubbier -b missing node tile -b missing node greed -b missing node polliwogs -b missing node straddler -b missing node straddles -b missing node zunis -b missing node slaughterer -b missing node undersign -b missing node slaughtered -b missing node impotence -b missing node biffed -b missing node simmered -b missing node berthed -b missing node sonde -b missing node armchair -b missing node subjection -b missing node replans -b missing node rescinds -b missing node replant -b missing node greco -b missing node dentine -b missing node denting -b missing node linac -b missing node conveys -b missing node skyrockets -b missing node songs -b missing node carryons -b missing node beluga -b missing node kart -b missing node mealworm -b missing node overmatch -b missing node prayerful -b missing node slabbery -b missing node timorous -b missing node subjecting -b missing node burundians -b missing node grebe -b missing node dojos -b missing node warlords -b missing node disrupt -b missing node atheneum -b missing node coherers -b missing node foible -b missing node interfiling -b missing node great -b missing node jesse -b missing node cruzeiros -b missing node straddled -b missing node sones -b missing node tonnage -b missing node aesthetes -b missing node mullahs -b missing node ropier -b missing node bastiles -b missing node caffeine -b missing node calpack -b missing node genes -b missing node scotch -b missing node genet -b missing node bugbanes -b missing node calpacs -b missing node temporalities -b missing node harmonics -b missing node clouted -b missing node stealthily -b missing node illiteracy -b missing node jests -b missing node clouter -b missing node berthas -b missing node agricultures -b missing node homeward -b missing node blisters -b missing node jesus -b missing node blistery -b missing node slabbers -b missing node harmonica -b missing node accident -b missing node ureic -b missing node mennonites -b missing node klaxons -b missing node matildas -b missing node empiric -b missing node mercenaries -b missing node concertize -b missing node monsoons -b missing node impotency -b missing node untidily -b missing node lunkhead -b missing node handicrafts -b missing node entree -b missing node fertile -b missing node dispossessory -b missing node overrate -b missing node sawbones -b missing node greek -b missing node vendor -b missing node green -b missing node amendatory -b missing node links -b missing node robot -b missing node greet -b missing node linky -b missing node outcry -b missing node garrisons -b missing node method -b missing node tits -b missing node rediscounted -b missing node curarization -b missing node reabandons -b missing node pangs -b missing node genal -b missing node plannings -b missing node ambivalent -b missing node gusseted -b missing node deathrate -b missing node tuckers -b missing node imprecisions -b missing node mercenarily -b missing node radiograph -b missing node inefficiency -b missing node carcasses -b missing node tire -b missing node unfastening -b missing node panic -b missing node tiro -b missing node yowls -b missing node panel -b missing node tiny -b missing node scotland -b missing node sonneting -b missing node verifying -b missing node entrap -b missing node differentiated -b missing node bouzouki -b missing node ropily -b missing node panes -b missing node littlish -b missing node iambics -b missing node differentiates -b missing node empires -b missing node overstocks -b missing node quean -b missing node replays -b missing node tuckets -b missing node liney -b missing node oblational -b missing node overrank -b missing node glommed -b missing node lingo -b missing node roping -b missing node peeped -b missing node lings -b missing node tipi -b missing node oddity -b missing node dentist -b missing node panga -b missing node rangier -b missing node pollbook -b missing node semisolid -b missing node tennises -b missing node nonempty -b missing node continuant -b missing node tips -b missing node captaincies -b missing node paned -b missing node robes -b missing node satisfied -b missing node tabards -b missing node electoral -b missing node underpriced -b missing node cringers -b missing node sociables -b missing node cartwheels -b missing node lobbyisms -b missing node mazers -b missing node recruit -b missing node butterfishes -b missing node chevaux -b missing node dutchman -b missing node drilled -b missing node manuever -b missing node robed -b missing node lovely -b missing node furred -b missing node assembled -b missing node bollixes -b missing node meanders -b missing node incapacitating -b missing node panda -b missing node tabaret -b missing node peeper -b missing node waistcoat -b missing node bollixed -b missing node assembles -b missing node variables -b missing node assembler -b missing node skiddiest -b missing node underprices -b missing node prohibitions -b missing node atomised -b missing node speckle -b missing node incapacitation -b missing node radiograms -b missing node witlings -b missing node rainproof -b missing node zwiebacks -b missing node chintzier -b missing node alumnus -b missing node pedestal -b missing node outmaneuver -b missing node goodness -b missing node shepherded -b missing node driller -b missing node weaver -b missing node weaves -b missing node sequencies -b missing node kobolds -b missing node bishoprics -b missing node limps -b missing node weaved -b missing node feeling -b missing node satisfier -b missing node dogberries -b missing node satisfies -b missing node atomises -b missing node postilions -b missing node floater -b missing node felicitation -b missing node skinning -b missing node intertribal -b missing node science -b missing node beebees -b missing node robin -b missing node exploiting -b missing node prostatic -b missing node sonata -b missing node numbness -b missing node limos -b missing node renovation -b missing node delicately -b missing node renovating -b missing node vessel -b missing node archons -b missing node perturbing -b missing node endwise -b missing node oncoming -b missing node jangling -b missing node prankster -b missing node flemings -b missing node sonars -b missing node corset -b missing node reheating -b missing node corses -b missing node limns -b missing node roble -b missing node patricians -b missing node chows -b missing node lobbyists -b missing node setting -b missing node ranging -b missing node hosannaed -b missing node hecatombs -b missing node refracted -b missing node felicitating -b missing node horded -b missing node metier -b missing node zeals -b missing node hordes -b missing node parenthesize -b missing node thus -b missing node cabinet -b missing node artillerist -b missing node feminizing -b missing node moldering -b missing node haddocks -b missing node thug -b missing node misadventure -b missing node oblations -b missing node newsreel -b missing node thud -b missing node undersize -b missing node cabined -b missing node apaches -b missing node overseership -b missing node preinstructs -b missing node ties -b missing node enthused -b missing node tier -b missing node portents -b missing node capacitate -b missing node upswelled -b missing node bedizened -b missing node placarders -b missing node reconveys -b missing node downward -b missing node knighthoods -b missing node malodors -b missing node quadrangular -b missing node parachutists -b missing node tiff -b missing node tidy -b missing node tawdriness -b missing node aesthesia -b missing node geniture -b missing node sonic -b missing node saucers -b missing node warrants -b missing node agronomist -b missing node desiccating -b missing node goldfishes -b missing node enthuses -b missing node warranty -b missing node prostates -b missing node gyrose -b missing node tied -b missing node airfares -b missing node lovers -b missing node convent -b missing node refires -b missing node blushing -b missing node tics -b missing node furrow -b missing node vitalizers -b missing node swaggers -b missing node tide -b missing node convene -b missing node vulture -b missing node atomisms -b missing node disjoin -b missing node sonneted -b missing node calypso -b missing node overselling -b missing node repricing -b missing node evading -b missing node veronicas -b missing node tick -b missing node refired -b missing node yowling -b missing node impotents -b missing node pulmotors -b missing node bootleg -b missing node boatloads -b missing node specked -b missing node skinnier -b missing node gauzes -b missing node discernible -b missing node nutpicks -b missing node chord -b missing node chore -b missing node specialized -b missing node dutchmen -b missing node kame -b missing node oddnesses -b missing node specializes -b missing node promenader -b missing node deflowering -b missing node splendorous -b missing node promenades -b missing node carriage -b missing node format -b missing node chose -b missing node methyl -b missing node spalls -b missing node shipboard -b missing node formal -b missing node promenaded -b missing node hiding -b missing node atomists -b missing node kale -b missing node silencers -b missing node nephrites -b missing node sweltriest -b missing node epical -b missing node reconvert -b missing node convert -b missing node chalkboard -b missing node depredate -b missing node sonny -b missing node veneer -b missing node kaka -b missing node carnivore -b missing node sidesteppers -b missing node dieldrin -b missing node reemploy -b missing node corespondent -b missing node aldermanry -b missing node togetherness -b missing node gemmy -b missing node vogues -b missing node intercity -b missing node stalwarts -b missing node chops -b missing node craggy -b missing node sequestered -b missing node sublets -b missing node diamagnetism -b missing node outbid -b missing node nonverbal -b missing node triturate -b missing node secularists -b missing node wifeless -b missing node brazenly -b missing node requester -b missing node choke -b missing node converting -b missing node requested -b missing node peoplers -b missing node forkier -b missing node choky -b missing node chauvinistic -b missing node philately -b missing node limas -b missing node microphysics -b missing node unjointed -b missing node skidooed -b missing node desiccative -b missing node unmerciful -b missing node limbo -b missing node feasibility -b missing node sufficiently -b missing node strawberries -b missing node commits -b missing node unveil -b missing node barquentine -b missing node moulting -b missing node targets -b missing node underwinds -b missing node entailments -b missing node allies -b missing node geneva -b missing node forcefully -b missing node chomp -b missing node overachiever -b missing node limby -b missing node limbs -b missing node fluoroscopic -b missing node stopcock -b missing node disheartened -b missing node allied -b missing node overachieved -b missing node traducing -b missing node administrated -b missing node opticist -b missing node shylocking -b missing node doily -b missing node luggers -b missing node jetty -b missing node agronomies -b missing node bunions -b missing node administrates -b missing node belted -b missing node credenza -b missing node bleeder -b missing node tracings -b missing node nonsmoker -b missing node enamoured -b missing node headstalls -b missing node hardships -b missing node cycloids -b missing node apiarists -b missing node colloquial -b missing node desiccation -b missing node spinnakers -b missing node polisher -b missing node polishes -b missing node doing -b missing node polished -b missing node alumnae -b missing node reprocessing -b missing node flavoring -b missing node runnings -b missing node brazened -b missing node forked -b missing node bronzings -b missing node mystifications -b missing node notables -b missing node bollards -b missing node dealing -b missing node symbiot -b missing node forker -b missing node programing -b missing node propylene -b missing node sister -b missing node snatching -b missing node commixt -b missing node lascar -b missing node czarism -b missing node manginess -b missing node symbion -b missing node honeying -b missing node champer -b missing node vapouring -b missing node extolls -b missing node endive -b missing node ashier -b missing node probers -b missing node genera -b missing node gelts -b missing node aldermanic -b missing node champed -b missing node czarist -b missing node belaboured -b missing node somas -b missing node ticked -b missing node fatherly -b missing node choir -b missing node occupancies -b missing node simplifies -b missing node simplifier -b missing node labourers -b missing node quoting -b missing node vested -b missing node deputational -b missing node carpal -b missing node lowdown -b missing node forking -b missing node ticker -b missing node capillary -b missing node ticket -b missing node vestee -b missing node overplayed -b missing node merciful -b missing node manuevered -b missing node limit -b missing node chock -b missing node dunker -b missing node federalizing -b missing node colloquies -b missing node shipworm -b missing node lynchings -b missing node flex -b missing node flew -b missing node flee -b missing node fled -b missing node flea -b missing node dunked -b missing node beclouding -b missing node caparisoning -b missing node deescalate -b missing node simplified -b missing node outbox -b missing node scantiness -b missing node huffiness -b missing node crafty -b missing node submissively -b missing node ointments -b missing node noncooperation -b missing node crafts -b missing node solve -b missing node meting -b missing node monopolized -b missing node vestas -b missing node diallage -b missing node monopolizer -b missing node monopolizes -b missing node appearing -b missing node debarring -b missing node linseed -b missing node portends -b missing node truanted -b missing node thereupon -b missing node undershot -b missing node carpel -b missing node ewers -b missing node carper -b missing node redescribing -b missing node carpet -b missing node whoredoms -b missing node displayable -b missing node mismarriage -b missing node jujutsu -b missing node vestal -b missing node squashing -b missing node flay -b missing node flaw -b missing node flax -b missing node panamas -b missing node flat -b missing node hummed -b missing node lionizing -b missing node pantheist -b missing node incorporeal -b missing node flap -b missing node limes -b missing node flan -b missing node flak -b missing node relique -b missing node pantheism -b missing node dockhands -b missing node flag -b missing node vociferous -b missing node flab -b missing node abased -b missing node vincible -b missing node limed -b missing node decompositions -b missing node hummer -b missing node indonesian -b missing node tickle -b missing node palmistry -b missing node farmhouse -b missing node limey -b missing node tipless -b missing node repressibility -b missing node thallium -b missing node virgules -b missing node dirges -b missing node pylorous -b missing node bargaining -b missing node scorchers -b missing node bondholders -b missing node fluoroscopes -b missing node hashes -b missing node entrapments -b missing node lambencies -b missing node navels -b missing node convect -b missing node hashed -b missing node fruiterers -b missing node dumplings -b missing node fathered -b missing node carped -b missing node scuffing -b missing node ashing -b missing node enfevering -b missing node antismog -b missing node mistimed -b missing node barrelling -b missing node refresher -b missing node refreshes -b missing node mistimes -b missing node weightiness -b missing node reanimations -b missing node unpracticable -b missing node killdees -b missing node killdeer -b missing node subclerks -b missing node cytologically -b missing node option -b missing node overextended -b missing node urges -b missing node womanliness -b missing node opting -b missing node colouring -b missing node scotia -b missing node blurts -b missing node commies -b missing node devaluation -b missing node kidskins -b missing node urger -b missing node urged -b missing node incinerators -b missing node bastille -b missing node louvered -b missing node putrefy -b missing node reunifying -b missing node forewarn -b missing node rebels -b missing node optima -b missing node inguinal -b missing node debuting -b missing node jettisoning -b missing node faraway -b missing node gleamier -b missing node stealthier -b missing node slatternly -b missing node allium -b missing node oxidizers -b missing node cockcrow -b missing node unoffended -b missing node levator -b missing node carnival -b missing node clamouring -b missing node glaciers -b missing node sphinges -b missing node joviality -b missing node floorages -b missing node gelid -b missing node replace -b missing node credence -b missing node dahlia -b missing node refreshed -b missing node hurdler -b missing node hurdles -b missing node attend -b missing node stinter -b missing node destined -b missing node caffeins -b missing node systoles -b missing node montes -b missing node aquanauts -b missing node stinted -b missing node interlocution -b missing node hurdled -b missing node destines -b missing node concertina -b missing node noncooperative -b missing node bartend -b missing node concerting -b missing node morphological -b missing node lethals -b missing node harboured -b missing node chaperonage -b missing node correl -b missing node gimballed -b missing node skimpiest -b missing node deiform -b missing node rocky -b missing node rooming -b missing node scorpion -b missing node roaster -b missing node gelds -b missing node scorpios -b missing node optician -b missing node roominess -b missing node pedestrian -b missing node squashier -b missing node roasted -b missing node rocks -b missing node milkiest -b missing node unruliest -b missing node gelee -b missing node berates -b missing node reddishness -b missing node systolic -b missing node exciters -b missing node campground -b missing node moiled -b missing node paternally -b missing node poisons -b missing node expropriate -b missing node agricultural -b missing node toenails -b missing node countervailed -b missing node months -b missing node berated -b missing node devaluating -b missing node colloquium -b missing node unenviously -b missing node lilly -b missing node moiler -b missing node roomily -b missing node solicitations -b missing node saloon -b missing node torcheres -b missing node heirless -b missing node goosey -b missing node nonproductive -b missing node suspends -b missing node vehicles -b missing node incoincident -b missing node truantry -b missing node corral -b missing node eyewitness -b missing node linseys -b missing node withers -b missing node salons -b missing node unentertaining -b missing node synchronously -b missing node arrayals -b missing node cassandras -b missing node sporule -b missing node attest -b missing node rebecs -b missing node vestry -b missing node dwelling -b missing node mullioned -b missing node angina -b missing node opalesces -b missing node litterers -b missing node baronetcies -b missing node rebeck -b missing node opalesced -b missing node eruptives -b missing node respelled -b missing node barbershop -b missing node routings -b missing node caitiffs -b missing node disarrayed -b missing node nonindustrial -b missing node subunit -b missing node fragrant -b missing node carryout -b missing node nonmigratory -b missing node whirled -b missing node reawakens -b missing node whirler -b missing node airframe -b missing node unwrapped -b missing node sailcloth -b missing node subjective -b missing node litmuses -b missing node opals -b missing node sighting -b missing node coughers -b missing node possessory -b missing node yamuns -b missing node luggages -b missing node persimmons -b missing node siziest -b missing node clamshells -b missing node mornings -b missing node ringside -b missing node routines -b missing node barters -b missing node tennists -b missing node dignifiedly -b missing node carpus -b missing node ateliers -b missing node degums -b missing node possessors -b missing node wayfarings -b missing node gooses -b missing node expertness -b missing node aphelia -b missing node jocks -b missing node roomier -b missing node flamboyant -b missing node marvels -b missing node jocko -b missing node snatchier -b missing node ending -b missing node fusileers -b missing node goosed -b missing node administrator -b missing node exserts -b missing node blurry -b missing node cryobiology -b missing node lilts -b missing node institutional -b missing node toke -b missing node encompasses -b missing node immeshing -b missing node kirsches -b missing node corrigibly -b missing node blackboards -b missing node flippantly -b missing node chorally -b missing node deputy -b missing node rockeries -b missing node ribbon -b missing node moonsets -b missing node encompassed -b missing node literacies -b missing node tole -b missing node corrigible -b missing node kroner -b missing node amniote -b missing node anointments -b missing node misapplying -b missing node told -b missing node hammily -b missing node galled -b missing node abominators -b missing node toll -b missing node calendering -b missing node stockades -b missing node playlets -b missing node forbid -b missing node kronen -b missing node direst -b missing node tome -b missing node tomb -b missing node noblesses -b missing node fowlpox -b missing node foreknowing -b missing node nighing -b missing node nonproven -b missing node feignedly -b missing node ricochet -b missing node sharecrop -b missing node bootery -b missing node tone -b missing node injunction -b missing node tong -b missing node grope -b missing node spikiest -b missing node elopements -b missing node depute -b missing node toms -b missing node assisters -b missing node measliest -b missing node hamming -b missing node groom -b missing node anion -b missing node choleras -b missing node tool -b missing node took -b missing node oilpapers -b missing node sparry -b missing node nonadaptive -b missing node promenaders -b missing node faunas -b missing node tony -b missing node anile -b missing node tons -b missing node protestations -b missing node involver -b missing node humorlessness -b missing node involves -b missing node closeness -b missing node pulpit -b missing node tops -b missing node diddling -b missing node sparta -b missing node leisure -b missing node narrowing -b missing node anils -b missing node overalls -b missing node tope -b missing node carpals -b missing node pentalogies -b missing node linter -b missing node massacre -b missing node involved -b missing node lariated -b missing node polyps -b missing node lintel -b missing node caesarists -b missing node animo -b missing node scouts -b missing node anima -b missing node groin -b missing node toot -b missing node sparse -b missing node ignominies -b missing node espressos -b missing node selfheal -b missing node gunships -b missing node sublimations -b missing node extensors -b missing node keyways -b missing node fistulous -b missing node chancels -b missing node typhuses -b missing node adoptions -b missing node sepaloid -b missing node amnions -b missing node meagerly -b missing node toro -b missing node skittles -b missing node tort -b missing node tors -b missing node faunal -b missing node colleague -b missing node sodium -b missing node torn -b missing node faunae -b missing node direly -b missing node tora -b missing node torc -b missing node tore -b missing node intermittent -b missing node sunrise -b missing node sewed -b missing node regress -b missing node frabjous -b missing node duresses -b missing node shellackings -b missing node pectorals -b missing node veneration -b missing node wholesale -b missing node sewer -b missing node dissidently -b missing node deadlier -b missing node foolfish -b missing node pulped -b missing node desiccates -b missing node forbad -b missing node pentothal -b missing node gavage -b missing node desiccated -b missing node venerating -b missing node pulper -b missing node commissionership -b missing node peopling -b missing node binary -b missing node imposers -b missing node sepalous -b missing node lugubrious -b missing node express -b missing node functionaries -b missing node aphrodisiacal -b missing node beltways -b missing node atomize -b missing node recites -b missing node eventual -b missing node reciter -b missing node pensioning -b missing node toed -b missing node painter -b missing node pyloruses -b missing node scours -b missing node tsardom -b missing node recited -b missing node rehandling -b missing node toes -b missing node boggiest -b missing node kronor -b missing node agileness -b missing node maziest -b missing node papacy -b missing node toff -b missing node earaches -b missing node grogs -b missing node footworn -b missing node wreaked -b missing node leasers -b missing node pedestals -b missing node nasally -b missing node untangling -b missing node tofu -b missing node footwork -b missing node sharkskin -b missing node unprintable -b missing node bucktails -b missing node toga -b missing node gimlets -b missing node darkness -b missing node painted -b missing node zephyrs -b missing node peened -b missing node baubles -b missing node togs -b missing node coolants -b missing node loadings -b missing node reactants -b missing node togo -b missing node unhurriedly -b missing node misogyny -b missing node groan -b missing node funkers -b missing node groat -b missing node involving -b missing node dictations -b missing node rollbacks -b missing node hectoring -b missing node dolomite -b missing node recital -b missing node spasmodical -b missing node taphouses -b missing node edifices -b missing node closable -b missing node toil -b missing node hereinto -b missing node subspecies -b missing node regrets -b missing node spouters -b missing node respirability -b missing node anise -b missing node wreaker -b missing node ribboned -b missing node publicizing -b missing node sponsorial -b missing node haircutter -b missing node gallup -b missing node donkey -b missing node maintain -b missing node gallus -b missing node skydivers -b missing node clumpiest -b missing node kronur -b missing node sharable -b missing node sparge -b missing node motorcars -b missing node hajjes -b missing node unbaptized -b missing node zoftig -b missing node horrid -b missing node indorsors -b missing node alighted -b missing node reexpress -b missing node preexamine -b missing node fingerlings -b missing node deadline -b missing node outshining -b missing node buddy -b missing node ironweed -b missing node chigger -b missing node superintend -b missing node stetting -b missing node intensify -b missing node mucosity -b missing node poisers -b missing node blastoff -b missing node forays -b missing node helloed -b missing node selectness -b missing node abjurers -b missing node bishoped -b missing node goers -b missing node exogamy -b missing node guerrilla -b missing node transoms -b missing node apiarist -b missing node cyclones -b missing node grosgrain -b missing node scandalizers -b missing node artificially -b missing node atomise -b missing node involute -b missing node elvishly -b missing node retrying -b missing node hajjis -b missing node atomist -b missing node chophouses -b missing node redrying -b missing node cubiform -b missing node atomism -b missing node roomful -b missing node cosiest -b missing node collectables -b missing node rehandle -b missing node pitchfork -b missing node unprogressive -b missing node ailing -b missing node gallop -b missing node spares -b missing node tenancy -b missing node impassioning -b missing node gallon -b missing node renounced -b missing node sparer -b missing node centrists -b missing node seaworthy -b missing node reinoculated -b missing node merci -b missing node indirect -b missing node disinter -b missing node spared -b missing node caretaker -b missing node poetaster -b missing node blooping -b missing node lackaday -b missing node outdating -b missing node unhyphenated -b missing node blubbers -b missing node fenestration -b missing node mercy -b missing node bookrack -b missing node curving -b missing node cyclonal -b missing node blubbery -b missing node tambourines -b missing node sever -b missing node renounces -b missing node seven -b missing node isotherms -b missing node renouncer -b missing node trellis -b missing node harmonically -b missing node condoners -b missing node reinoculates -b missing node residua -b missing node toners -b missing node reconstituted -b missing node derrieres -b missing node motioner -b missing node residue -b missing node grout -b missing node tote -b missing node toto -b missing node tots -b missing node reconciled -b missing node whirlwind -b missing node grove -b missing node tory -b missing node reconciler -b missing node astonishment -b missing node reconciles -b missing node tosh -b missing node relieve -b missing node besetting -b missing node indianan -b missing node grown -b missing node growl -b missing node motioned -b missing node toss -b missing node uncomforting -b missing node tost -b missing node outside -b missing node maundy -b missing node consummatory -b missing node noncommunist -b missing node warmaker -b missing node grows -b missing node linsey -b missing node oscillometries -b missing node judder -b missing node bilabial -b missing node bagpipe -b missing node choleric -b missing node payed -b missing node biparted -b missing node payee -b missing node palooka -b missing node labyrinths -b missing node reconstitutes -b missing node payer -b missing node heirloom -b missing node narrowish -b missing node prettiness -b missing node tour -b missing node horror -b missing node tout -b missing node irresolution -b missing node afterwards -b missing node childbirth -b missing node motional -b missing node gunboats -b missing node whishted -b missing node previews -b missing node budge -b missing node sparky -b missing node gallic -b missing node adrenalin -b missing node sparks -b missing node tranquilize -b missing node sardinians -b missing node smelliest -b missing node rhodiums -b missing node tuxes -b missing node outage -b missing node catbirds -b missing node sputterer -b missing node offenders -b missing node reliers -b missing node sponsoring -b missing node immoderation -b missing node helloes -b missing node sputtered -b missing node allays -b missing node plenarily -b missing node gargoyle -b missing node town -b missing node ingresses -b missing node tows -b missing node assignations -b missing node codger -b missing node knaves -b missing node cyclonic -b missing node gross -b missing node goddam -b missing node justinian -b missing node oystered -b missing node grosz -b missing node coverslip -b missing node carful -b missing node eclipse -b missing node consignor -b missing node siberians -b missing node desiccator -b missing node puppeteer -b missing node wisped -b missing node grots -b missing node replanted -b missing node sixteen -b missing node galley -b missing node abjuration -b missing node brotherly -b missing node accumulable -b missing node saintliness -b missing node toys -b missing node midterms -b missing node prickers -b missing node kaliums -b missing node flatworm -b missing node oysterer -b missing node group -b missing node flatwork -b missing node curvier -b missing node collie -b missing node resuscitator -b missing node antidotal -b missing node parricidal -b missing node featured -b missing node racked -b missing node features -b missing node jaywalks -b missing node ribald -b missing node unperturbably -b missing node mispronounce -b missing node repeopling -b missing node worsted -b missing node cleaned -b missing node philologists -b missing node sashed -b missing node ossifying -b missing node cleaner -b missing node snarler -b missing node homicidally -b missing node alphabetize -b missing node scarcities -b missing node sashes -b missing node negroid -b missing node transcendent -b missing node reminiscing -b missing node delouse -b missing node unperturbable -b missing node isomerous -b missing node snarled -b missing node sugariest -b missing node materially -b missing node racker -b missing node racket -b missing node opprobriated -b missing node hulloaed -b missing node riband -b missing node proclaims -b missing node spurners -b missing node triaxial -b missing node forage -b missing node impersonally -b missing node heritages -b missing node warrant -b missing node reintrench -b missing node antidotes -b missing node flightless -b missing node adjustors -b missing node liefest -b missing node expectorants -b missing node recolonizes -b missing node diapason -b missing node vigorish -b missing node elegances -b missing node paying -b missing node resubscribing -b missing node subdues -b missing node negroes -b missing node subduer -b missing node tenants -b missing node recolonized -b missing node coevals -b missing node subdued -b missing node rabidity -b missing node dispossess -b missing node ritualism -b missing node ritualist -b missing node enkindle -b missing node tranquility -b missing node gentian -b missing node merry -b missing node collop -b missing node colloq -b missing node manhandled -b missing node moroseness -b missing node gofer -b missing node carrying -b missing node solvate -b missing node glibber -b missing node ginnier -b missing node catching -b missing node emboweled -b missing node manhandles -b missing node jujuism -b missing node quito -b missing node autodidactic -b missing node uninfected -b missing node quits -b missing node refrangibility -b missing node lemonades -b missing node unloads -b missing node hairlessness -b missing node jujuist -b missing node auditoria -b missing node foreheads -b missing node collat -b missing node cleanly -b missing node collar -b missing node garoting -b missing node sexed -b missing node stealing -b missing node victimizing -b missing node futileness -b missing node curtailed -b missing node cradle -b missing node sexes -b missing node soggy -b missing node unavailable -b missing node daiquiri -b missing node irked -b missing node thruways -b missing node malawi -b missing node wagons -b missing node subcauses -b missing node biophysical -b missing node spates -b missing node chyme -b missing node prickliness -b missing node tonneau -b missing node benching -b missing node subdual -b missing node angola -b missing node merge -b missing node undressed -b missing node malays -b missing node grenadines -b missing node geriatric -b missing node denture -b missing node domineers -b missing node malaya -b missing node evildoers -b missing node sandbagger -b missing node gunless -b missing node sleigher -b missing node joineries -b missing node videlicet -b missing node meres -b missing node reallotting -b missing node relight -b missing node sandbagged -b missing node merer -b missing node acolytes -b missing node picayune -b missing node ritualize -b missing node undresses -b missing node angora -b missing node riviera -b missing node testament -b missing node jostled -b missing node eelier -b missing node milkmaids -b missing node jostler -b missing node jostles -b missing node sueded -b missing node sleighed -b missing node faulty -b missing node academe -b missing node sprites -b missing node suedes -b missing node inarguable -b missing node faults -b missing node devonian -b missing node procommunists -b missing node uprisen -b missing node upriser -b missing node uprises -b missing node bigamous -b missing node cognation -b missing node splutter -b missing node sashay -b missing node academy -b missing node catchier -b missing node abeyancies -b missing node manchester -b missing node obtruders -b missing node lightnings -b missing node disabuse -b missing node calluses -b missing node panning -b missing node jealously -b missing node mutually -b missing node suspensions -b missing node gayness -b missing node ridings -b missing node couchantly -b missing node harmoniously -b missing node uroscopic -b missing node gentile -b missing node debasers -b missing node merit -b missing node callused -b missing node heavens -b missing node cleanup -b missing node tilters -b missing node hydraulics -b missing node mesas -b missing node felloe -b missing node respiting -b missing node hautboys -b missing node syndromes -b missing node unlaces -b missing node appraisingly -b missing node duplicates -b missing node registrars -b missing node gallflies -b missing node skinhead -b missing node frigidity -b missing node candidness -b missing node leister -b missing node fellow -b missing node caballeros -b missing node pesticides -b missing node saturdays -b missing node repopulates -b missing node moistening -b missing node staggier -b missing node heavers -b missing node estimate -b missing node swagging -b missing node misrule -b missing node duplicated -b missing node repopulated -b missing node scowls -b missing node gynecologic -b missing node treading -b missing node refiles -b missing node direct -b missing node autobahns -b missing node conjunctivitis -b missing node vegetables -b missing node aftermath -b missing node refiled -b missing node unlaced -b missing node chromatogram -b missing node valuational -b missing node successorship -b missing node restoratively -b missing node undeliverable -b missing node salaam -b missing node bewitched -b missing node decryptions -b missing node refills -b missing node schilling -b missing node osteological -b missing node proselytizing -b missing node tertiary -b missing node lemonade -b missing node secants -b missing node bewitches -b missing node hovered -b missing node puncturing -b missing node cavaliers -b missing node jerry -b missing node hoverer -b missing node miters -b missing node partitioned -b missing node pesticidal -b missing node erenow -b missing node sofia -b missing node clutched -b missing node crossing -b missing node mouthed -b missing node methodizing -b missing node humble -b missing node wreathed -b missing node sonatine -b missing node unexcelled -b missing node inkblot -b missing node memorable -b missing node massively -b missing node sonatina -b missing node mouther -b missing node wreathes -b missing node clutches -b missing node clutch -b missing node floorboard -b missing node headquarter -b missing node taming -b missing node jimmying -b missing node pedigree -b missing node lessoned -b missing node mansards -b missing node resuscitated -b missing node uneconomical -b missing node ethoses -b missing node conelrad -b missing node cleanse -b missing node gimped -b missing node opacifying -b missing node pannier -b missing node humbly -b missing node drubbings -b missing node lollops -b missing node spatula -b missing node resuscitates -b missing node monogamists -b missing node memorably -b missing node unerringly -b missing node selfish -b missing node varmints -b missing node duplicator -b missing node softy -b missing node softs -b missing node razors -b missing node featlier -b missing node ginning -b missing node englishwomen -b missing node lathworks -b missing node ribber -b missing node sowers -b missing node scrolls -b missing node scowed -b missing node subtropical -b missing node hussies -b missing node ribbed -b missing node jodhpur -b missing node hammier -b missing node itchiness -b missing node dampens -b missing node pitchers -b missing node befooling -b missing node language -b missing node noninhabitable -b missing node diacritical -b missing node gaveling -b missing node chorales -b missing node gunfighters -b missing node contracts -b missing node julius -b missing node ablutions -b missing node ankle -b missing node cheesiest -b missing node sparingly -b missing node mimetically -b missing node refilms -b missing node chancery -b missing node filings -b missing node immersed -b missing node englishwoman -b missing node explorer -b missing node dampest -b missing node jerks -b missing node antipathetic -b missing node explored -b missing node baguette -b missing node caress -b missing node innate -b missing node christmases -b missing node selfing -b missing node nuthouse -b missing node dampers -b missing node northern -b missing node sleight -b missing node parricides -b missing node sleighs -b missing node noughts -b missing node registrant -b missing node lamedhs -b missing node hardboots -b missing node subgenus -b missing node trudge -b missing node unctions -b missing node fetterers -b missing node immerses -b missing node carers -b missing node malady -b missing node northers -b missing node disentanglement -b missing node donjon -b missing node cyanided -b missing node scribing -b missing node soleless -b missing node equestriennes -b missing node bequests -b missing node spasms -b missing node lasing -b missing node coalition -b missing node ankhs -b missing node crunched -b missing node reactance -b missing node explores -b missing node jerky -b missing node roleplaying -b missing node cruncher -b missing node crunches -b missing node halloaing -b missing node carets -b missing node cadettes -b missing node humbug -b missing node cyanides -b missing node subitems -b missing node earflap -b missing node resale -b missing node tonners -b missing node crawlway -b missing node tabulators -b missing node colour -b missing node ironic -b missing node dynes -b missing node globalism -b missing node glycoside -b missing node reinducting -b missing node salary -b missing node reinstalls -b missing node globalist -b missing node incurve -b missing node coruscations -b missing node uncontestable -b missing node kingwood -b missing node aureolas -b missing node degaussing -b missing node ectoplasmic -b missing node noiselessly -b missing node aggregation -b missing node bit -b missing node bio -b missing node nephew -b missing node aureolae -b missing node bin -b missing node tongas -b missing node big -b missing node messy -b missing node reinduction -b missing node innovate -b missing node muzzle -b missing node spiritedly -b missing node mortaring -b missing node desiccations -b missing node rumouring -b missing node contriver -b missing node contrives -b missing node tucking -b missing node orthoepist -b missing node peeler -b missing node contrived -b missing node instinctive -b missing node epigrammatizer -b missing node preadolescence -b missing node keys -b missing node exploiters -b missing node ordinal -b missing node aggregating -b missing node suporvisory -b missing node publicists -b missing node reheaters -b missing node ropiness -b missing node zoogeographical -b missing node melancholy -b missing node bod -b missing node boa -b missing node bleeped -b missing node bob -b missing node deregulation -b missing node quilted -b missing node hinted -b missing node hotshot -b missing node kern -b missing node supersession -b missing node bog -b missing node vertiginously -b missing node ironer -b missing node irones -b missing node whetstones -b missing node kerf -b missing node quilter -b missing node hinter -b missing node kerb -b missing node lections -b missing node pullovers -b missing node wineskins -b missing node finochio -b missing node ironed -b missing node outshined -b missing node anearing -b missing node tenuto -b missing node colors -b missing node deregulating -b missing node teahouse -b missing node ankus -b missing node bullnoses -b missing node thuribles -b missing node outshines -b missing node spatulas -b missing node orgasms -b missing node spatular -b missing node anglos -b missing node unmuzzling -b missing node rostral -b missing node obtained -b missing node salami -b missing node degradation -b missing node bifurcations -b missing node globalize -b missing node intransitive -b missing node paeanisms -b missing node fulsomely -b missing node uncancelled -b missing node foramina -b missing node sporran -b missing node bicarbonates -b missing node obtainer -b missing node statements -b missing node bogyman -b missing node loudness -b missing node geochemistry -b missing node uncomprehending -b missing node asphodel -b missing node goyish -b missing node treadles -b missing node evolutes -b missing node reseeding -b missing node bon -b missing node bop -b missing node boo -b missing node carbonization -b missing node nonliterary -b missing node freeness -b missing node bot -b missing node treadler -b missing node tenure -b missing node treadled -b missing node box -b missing node bow -b missing node statuary -b missing node boy -b missing node interregna -b missing node subcontractor -b missing node sourish -b missing node clockwise -b missing node overinvests -b missing node rehemmed -b missing node nuclei -b missing node refined -b missing node demonizing -b missing node gaucher -b missing node belgian -b missing node overhead -b missing node inventions -b missing node clincher -b missing node batiste -b missing node clinches -b missing node updraft -b missing node kens -b missing node diversionary -b missing node keno -b missing node lumbers -b missing node ban -b missing node ropers -b missing node bag -b missing node kent -b missing node bah -b missing node career -b missing node ropery -b missing node clinched -b missing node bad -b missing node baa -b missing node careen -b missing node tutelar -b missing node bay -b missing node medicator -b missing node albums -b missing node colony -b missing node nijinsky -b missing node refiner -b missing node colons -b missing node bat -b missing node bas -b missing node refines -b missing node wallflower -b missing node bar -b missing node evacuees -b missing node motherboard -b missing node farthingale -b missing node scrimshaw -b missing node byroads -b missing node discords -b missing node bogymen -b missing node meson -b missing node confinements -b missing node kepi -b missing node kept -b missing node overhear -b missing node overheat -b missing node fantastic -b missing node ventricles -b missing node catholicism -b missing node aviator -b missing node twopences -b missing node aggregative -b missing node scrooge -b missing node reinvests -b missing node revilers -b missing node blowziest -b missing node prototypes -b missing node meshy -b missing node mechanizers -b missing node angles -b missing node monkeyed -b missing node blanched -b missing node tonged -b missing node rupees -b missing node rearrange -b missing node geologist -b missing node ponytails -b missing node beg -b missing node souring -b missing node bee -b missing node depreciators -b missing node bed -b missing node aureoled -b missing node tonger -b missing node disproportional -b missing node supersessive -b missing node depreciatory -b missing node ben -b missing node chumping -b missing node bel -b missing node postmortem -b missing node unadulterated -b missing node bey -b missing node tertials -b missing node dullest -b missing node bet -b missing node aureoles -b missing node peeled -b missing node coddle -b missing node precursors -b missing node fettering -b missing node calgary -b missing node quick -b missing node plundering -b missing node foibles -b missing node kelp -b missing node provokers -b missing node cologs -b missing node panelling -b missing node bib -b missing node handballs -b missing node bid -b missing node prosecutions -b missing node salads -b missing node unchaste -b missing node businessmen -b missing node blanches -b missing node blancher -b missing node hoarder -b missing node ideographs -b missing node transorbital -b missing node langsynes -b missing node prototypic -b missing node deceptiveness -b missing node picketing -b missing node ligations -b missing node cracks -b missing node interfactional -b missing node hoarded -b missing node cracky -b missing node selectors -b missing node tertians -b missing node precursory -b missing node falsifications -b missing node quids -b missing node fetted -b missing node metes -b missing node meter -b missing node continuers -b missing node obsessiveness -b missing node integrate -b missing node alumna -b missing node lasher -b missing node wagner -b missing node touchiness -b missing node joyfuller -b missing node alumni -b missing node quiet -b missing node televisional -b missing node lashes -b missing node conjunct -b missing node codein -b missing node sailers -b missing node diablery -b missing node medicates -b missing node bowered -b missing node lashed -b missing node fetter -b missing node fructified -b missing node mauled -b missing node causerie -b missing node cardia -b missing node mauler -b missing node narwals -b missing node businessman -b missing node discreditable -b missing node angler -b missing node angled -b missing node boughten -b missing node ultrasonics -b missing node buffo -b missing node armatures -b missing node nightspot -b missing node oddest -b missing node relicts -b missing node despotisms -b missing node gauchos -b missing node armatured -b missing node autogenesis -b missing node modeler -b missing node urine -b missing node withholding -b missing node buffs -b missing node oarless -b missing node unquestioning -b missing node buffy -b missing node nonrhythmic -b missing node metal -b missing node humane -b missing node eunuchism -b missing node catholicity -b missing node modeled -b missing node geezers -b missing node handfasts -b missing node monody -b missing node axises -b missing node parsimoniously -b missing node perjuring -b missing node simpered -b missing node belgium -b missing node humans -b missing node viciously -b missing node economic -b missing node simperer -b missing node alumin -b missing node fructifies -b missing node car -b missing node succubus -b missing node cat -b missing node can -b missing node cap -b missing node decriminalize -b missing node neglecting -b missing node caw -b missing node seediest -b missing node cay -b missing node cab -b missing node cottoned -b missing node frumenty -b missing node cad -b missing node bankrupts -b missing node airmanship -b missing node celebrating -b missing node cam -b missing node cal -b missing node transmit -b missing node unmixt -b missing node parapets -b missing node meted -b missing node flighted -b missing node experted -b missing node celebration -b missing node multifaced -b missing node totalizer -b missing node quilt -b missing node totalizes -b missing node predictable -b missing node pugilistic -b missing node stolider -b missing node quill -b missing node striation -b missing node bro -b missing node spoonbills -b missing node bra -b missing node sexto -b missing node sexts -b missing node shouter -b missing node devaluate -b missing node heighth -b missing node heights -b missing node cynics -b missing node reaping -b missing node dingiest -b missing node gogos -b missing node burghers -b missing node litigators -b missing node totalized -b missing node twangle -b missing node quint -b missing node integrals -b missing node intrepid -b missing node kvetches -b missing node yeshivah -b missing node sleights -b missing node cornmeal -b missing node obfuscator -b missing node vicegerencies -b missing node shouted -b missing node opera -b missing node silencing -b missing node bowelled -b missing node surfeiting -b missing node bub -b missing node twitting -b missing node mistranscribing -b missing node arcing -b missing node reexchanging -b missing node philanderer -b missing node chukkas -b missing node mallows -b missing node bur -b missing node philandered -b missing node noncommittally -b missing node bun -b missing node kvetched -b missing node predictably -b missing node spouseless -b missing node bum -b missing node bug -b missing node amoebean -b missing node bud -b missing node improving -b missing node fettle -b missing node chukker -b missing node but -b missing node aviates -b missing node bus -b missing node buy -b missing node improvise -b missing node restyles -b missing node weening -b missing node quipu -b missing node impetuously -b missing node quips -b missing node aviated -b missing node expertly -b missing node czarinas -b missing node restyled -b missing node perjuries -b missing node tongue -b missing node reawaking -b missing node assemblage -b missing node spatted -b missing node discomfiture -b missing node nonequals -b missing node quellers -b missing node quirk -b missing node quire -b missing node fulness -b missing node spatter -b missing node oblongish -b missing node dwellers -b missing node auctioned -b missing node quirt -b missing node beechnut -b missing node unforgotten -b missing node antelopes -b missing node selfishness -b missing node sealeries -b missing node fabrications -b missing node medicated -b missing node stolidly -b missing node autogeneses -b missing node opens -b missing node bye -b missing node lethean -b missing node subsections -b missing node striating -b missing node qualifiers -b missing node quite -b missing node absences -b missing node hurriers -b missing node recluses -b missing node fragrance -b missing node intensity -b missing node entertain -b missing node mistrusting -b missing node calendered -b missing node taillight -b missing node claptrap -b missing node enthralled -b missing node outranking -b missing node socrates -b missing node peeked -b missing node asymmetry -b missing node twanged -b missing node fragrancy -b missing node sagging -b missing node ail -b missing node aim -b missing node rebill -b missing node reliefs -b missing node conductances -b missing node air -b missing node hearkens -b missing node nonoperative -b missing node capacitors -b missing node sepalled -b missing node consignee -b missing node consigned -b missing node marched -b missing node exerciser -b missing node exercises -b missing node aid -b missing node fracturing -b missing node righteously -b missing node hardbacks -b missing node refulgently -b missing node mottlers -b missing node amines -b missing node marcher -b missing node whumped -b missing node marches -b missing node stravinsky -b missing node genuflections -b missing node ahs -b missing node truest -b missing node exercised -b missing node intensive -b missing node allege -b missing node millponds -b missing node larruper -b missing node pismire -b missing node melanoma -b missing node spearheaded -b missing node aha -b missing node cordoned -b missing node reverifies -b missing node larruped -b missing node consignataries -b missing node rebind -b missing node configuration -b missing node macadamize -b missing node ago -b missing node relabeled -b missing node triennially -b missing node illuminated -b missing node rhumbas -b missing node fountains -b missing node tactical -b missing node oftener -b missing node condoning -b missing node unlocks -b missing node therapeutist -b missing node any -b missing node bolognas -b missing node ann -b missing node ant -b missing node acceptation -b missing node denotations -b missing node revolutionizing -b missing node ministerially -b missing node hacienda -b missing node socratic -b missing node copepods -b missing node ana -b missing node affirms -b missing node and -b missing node amu -b missing node potsherd -b missing node amp -b missing node gryphons -b missing node sociology -b missing node uninhabited -b missing node mealiest -b missing node automatized -b missing node ama -b missing node yeshivas -b missing node sacrums -b missing node chamisos -b missing node defence -b missing node alt -b missing node dressers -b missing node alp -b missing node automatizes -b missing node all -b missing node apiarian -b missing node ale -b missing node metro -b missing node alb -b missing node bemata -b missing node metre -b missing node racial -b missing node holland -b missing node defends -b missing node abc -b missing node excitant -b missing node nonplussed -b missing node approbating -b missing node conoids -b missing node ductal -b missing node abo -b missing node abt -b missing node abs -b missing node nonplusses -b missing node trichinous -b missing node activities -b missing node biochemistries -b missing node misjudgments -b missing node gavelled -b missing node proponents -b missing node omissions -b missing node jiggliest -b missing node aah -b missing node spellbind -b missing node barbarism -b missing node cameroonians -b missing node approbation -b missing node datary -b missing node gaveller -b missing node umbellate -b missing node saggier -b missing node exterminate -b missing node reportedly -b missing node probate -b missing node prosecutrices -b missing node tzigane -b missing node blousily -b missing node reflowing -b missing node vesper -b missing node consonance -b missing node configurative -b missing node blousing -b missing node crabby -b missing node pejoratives -b missing node timeserver -b missing node coders -b missing node rostrum -b missing node apiaries -b missing node scholar -b missing node aft -b missing node gabbling -b missing node anoxic -b missing node ducted -b missing node inchworm -b missing node age -b missing node anoxia -b missing node crimes -b missing node forensics -b missing node dowelling -b missing node venturous -b missing node prickier -b missing node cayennes -b missing node prologing -b missing node carder -b missing node cayenned -b missing node chamises -b missing node tieclasp -b missing node afb -b missing node cosmonauts -b missing node carded -b missing node ado -b missing node feedlot -b missing node pontiacs -b missing node prexies -b missing node fivefold -b missing node adj -b missing node comprehending -b missing node add -b missing node hispanic -b missing node barbarity -b missing node resides -b missing node resider -b missing node rubellas -b missing node voguish -b missing node adz -b missing node bittersweets -b missing node aminic -b missing node ads -b missing node adv -b missing node resided -b missing node soils -b missing node hogshead -b missing node allele -b missing node twinkling -b missing node juridic -b missing node ace -b missing node crimea -b missing node felony -b missing node bruising -b missing node felons -b missing node act -b missing node chintzes -b missing node choroids -b missing node craftsmanly -b missing node nonstrategic -b missing node outsize -b missing node roomers -b missing node grackle -b missing node vapourers -b missing node witherer -b missing node eyestalk -b missing node booting -b missing node harshness -b missing node withered -b missing node citator -b missing node outcastes -b missing node spinsterhood -b missing node buggy -b missing node approbative -b missing node kegs -b missing node toad -b missing node racily -b missing node nacelle -b missing node verifiers -b missing node unmannerliness -b missing node overtired -b missing node disapprovingly -b missing node seadogs -b missing node veracities -b missing node laudanum -b missing node barbarize -b missing node racing -b missing node ungrudgingly -b missing node overtires -b missing node induct -b missing node evasiveness -b missing node blousier -b missing node ability -b missing node axe -b missing node objectionable -b missing node deadbeats -b missing node induce -b missing node incline -b missing node illuminator -b missing node keen -b missing node leapfrog -b missing node keel -b missing node aye -b missing node keep -b missing node bouillon -b missing node lunarians -b missing node therapeutics -b missing node fieldleft -b missing node poopsie -b missing node askance -b missing node subassembly -b missing node indues -b missing node rifted -b missing node profounds -b missing node manatee -b missing node villainous -b missing node indued -b missing node relearned -b missing node particulate -b missing node bugle -b missing node modernists -b missing node pannikins -b missing node archaic -b missing node contraindications -b missing node polkaed -b missing node withier -b missing node withies -b missing node overmodifying -b missing node snaring -b missing node flouting -b missing node hardness -b missing node citatum -b missing node defense -b missing node carcinomatous -b missing node racist -b missing node sidechairs -b missing node parodic -b missing node sincere -b missing node cesses -b missing node splaying -b missing node remending -b missing node methyls -b missing node cessed -b missing node kookiness -b missing node particulars -b missing node pureness -b missing node racism -b missing node tingled -b missing node geologies -b missing node archly -b missing node arf -b missing node navaho -b missing node unhealed -b missing node are -b missing node frontal -b missing node arc -b missing node oilstone -b missing node magdalenes -b missing node booties -b missing node readjust -b missing node arm -b missing node ark -b missing node anaerobically -b missing node piecings -b missing node radiochemistry -b missing node hilarities -b missing node catamounts -b missing node veraciousness -b missing node cardiology -b missing node ars -b missing node heartless -b missing node art -b missing node deerweed -b missing node separators -b missing node ineloquent -b missing node codefendants -b missing node ash -b missing node rancidifying -b missing node asp -b missing node tingles -b missing node ask -b missing node tingler -b missing node illuminates -b missing node racier -b missing node imperialists -b missing node heaviness -b missing node navajo -b missing node asramas -b missing node kilobyte -b missing node moonshot -b missing node ape -b missing node mizzenmast -b missing node flappers -b missing node withholder -b missing node app -b missing node biracialism -b missing node apt -b missing node crimps -b missing node sideswipes -b missing node peculations -b missing node foredeck -b missing node crimpy -b missing node noisiness -b missing node tommyrot -b missing node sideswiped -b missing node sideswiper -b missing node outsiders -b missing node fronted -b missing node convict -b missing node winesops -b missing node appearers -b missing node aux -b missing node shoestrings -b missing node flotsam -b missing node omnivorous -b missing node aggressiveness -b missing node avg -b missing node crucifixes -b missing node injects -b missing node heterodox -b missing node fronter -b missing node ave -b missing node toppers -b missing node genitors -b missing node awe -b missing node noninjuriousness -b missing node shebang -b missing node choppiest -b missing node nonelectric -b missing node awn -b missing node irrationality -b missing node littering -b missing node tiltable -b missing node awl -b missing node reverified -b missing node blamably -b missing node chatelaine -b missing node updaters -b missing node manrope -b missing node archon -b missing node ass -b missing node withing -b missing node epicure -b missing node inscribed -b missing node brawliest -b missing node muckles -b missing node ate -b missing node avouched -b missing node reacclimating -b missing node recusants -b missing node inscriber -b missing node inscribes -b missing node feverous -b missing node avoucher -b missing node avouches -b missing node assigning -b missing node quoters -b missing node blamable -b missing node guidons -b missing node aud -b missing node withins -b missing node auf -b missing node auk -b missing node cajaputs -b missing node refining -b missing node downswings -b missing node racers -b missing node plussages -b missing node typeface -b missing node summoning -b missing node annas -b missing node realigns -b missing node essential -b missing node intimidated -b missing node promenading -b missing node annat -b missing node nectarines -b missing node patio -b missing node intimidates -b missing node orderliness -b missing node snaggiest -b missing node exponentially -b missing node unpractical -b missing node perfusion -b missing node dissevers -b missing node annal -b missing node heteronomy -b missing node outsell -b missing node downloads -b missing node shorings -b missing node barristers -b missing node enscrolls -b missing node wiliness -b missing node patly -b missing node nosebands -b missing node sovereigns -b missing node trilobed -b missing node foursome -b missing node recenter -b missing node embays -b missing node liszt -b missing node rechartering -b missing node perfusing -b missing node rightists -b missing node unstudied -b missing node cannonry -b missing node bolthead -b missing node sodas -b missing node requesters -b missing node servility -b missing node naziism -b missing node lienee -b missing node hanumans -b missing node chancily -b missing node bookrest -b missing node toning -b missing node scrimshaws -b missing node accrete -b missing node alimentation -b missing node beverages -b missing node quoin -b missing node ironware -b missing node discerningly -b missing node unsmiling -b missing node quoit -b missing node corespondents -b missing node proximity -b missing node chancing -b missing node unmortgaged -b missing node quickness -b missing node apostacies -b missing node kajeput -b missing node winnipeg -b missing node firebrands -b missing node separative -b missing node ingenuity -b missing node waxwing -b missing node intermitting -b missing node fiancees -b missing node stateable -b missing node unarticulately -b missing node semifinished -b missing node priggishly -b missing node becomings -b missing node czarists -b missing node whittlers -b missing node criers -b missing node endothermal -b missing node cudweeds -b missing node outcomes -b missing node ancestress -b missing node gavels -b missing node phoniness -b missing node playland -b missing node raceme -b missing node involvers -b missing node chiseler -b missing node deploying -b missing node frolicker -b missing node doorways -b missing node gratefully -b missing node recently -b missing node empty -b missing node clunks -b missing node quods -b missing node frolicked -b missing node sawhorses -b missing node mayweeds -b missing node shoshonean -b missing node lienor -b missing node hokypoky -b missing node peritoneally -b missing node sequoia -b missing node unconfined -b missing node purities -b missing node hassle -b missing node chiseled -b missing node tensor -b missing node invigorate -b missing node reindeer -b missing node johnny -b missing node tonics -b missing node untactful -b missing node spouting -b missing node rightisms -b missing node enshrouds -b missing node shilled -b missing node striptease -b missing node maltreats -b missing node retsina -b missing node unaccessible -b missing node jugheads -b missing node colics -b missing node rowdiness -b missing node patch -b missing node haywire -b missing node subcontracting -b missing node interwoven -b missing node tonies -b missing node horsecar -b missing node tonier -b missing node reexperience -b missing node selfdom -b missing node wonder -b missing node litigation -b missing node clatter -b missing node anthropoid -b missing node administered -b missing node curvets -b missing node liter -b missing node lites -b missing node pater -b missing node pates -b missing node languor -b missing node countless -b missing node pentarch -b missing node distillations -b missing node paten -b missing node winsomer -b missing node pated -b missing node seepier -b missing node judice -b missing node endothermic -b missing node subjected -b missing node trilobal -b missing node elaborators -b missing node tinners -b missing node unfair -b missing node paths -b missing node overcomes -b missing node hoteliers -b missing node onerosity -b missing node allotropically -b missing node reassuming -b missing node centrally -b missing node eversions -b missing node matchless -b missing node scottish -b missing node kakogenic -b missing node physiologies -b missing node pitiableness -b missing node quiddity -b missing node denotive -b missing node lithe -b missing node arching -b missing node litho -b missing node leasing -b missing node veritably -b missing node excitation -b missing node palladiums -b missing node jadeites -b missing node peeing -b missing node reinterring -b missing node temperature -b missing node tenths -b missing node crosscut -b missing node hasten -b missing node basically -b missing node veritable -b missing node disarrange -b missing node hastes -b missing node notepad -b missing node redevelopments -b missing node immoderately -b missing node axillae -b missing node inwards -b missing node expediters -b missing node orthopedists -b missing node overhanging -b missing node funking -b missing node proroguing -b missing node quartan -b missing node diddlers -b missing node blenny -b missing node axillas -b missing node viability -b missing node khan -b missing node populists -b missing node axillar -b missing node posterity -b missing node annoy -b missing node carriageable -b missing node skillfully -b missing node inseminator -b missing node ostracizing -b missing node hasted -b missing node litigating -b missing node allaying -b missing node medusa -b missing node befriended -b missing node staggery -b missing node hornet -b missing node horner -b missing node metallurgic -b missing node deponents -b missing node staggers -b missing node indicatively -b missing node springy -b missing node dinking -b missing node horned -b missing node springs -b missing node drupelets -b missing node streamiest -b missing node consonants -b missing node presoaked -b missing node forest -b missing node linguistic -b missing node unvoices -b missing node intrench -b missing node vectors -b missing node skydiving -b missing node mahouts -b missing node scripture -b missing node ribboning -b missing node unvoiced -b missing node quartet -b missing node mitier -b missing node quartes -b missing node quarter -b missing node taximeter -b missing node rotundas -b missing node socks -b missing node tsarina -b missing node pensioners -b missing node feline -b missing node skeins -b missing node edibleness -b missing node precalculated -b missing node goads -b missing node aristocracy -b missing node precalculates -b missing node azaleas -b missing node litre -b missing node sensually -b missing node tissuey -b missing node unequivocally -b missing node revolution -b missing node wareroom -b missing node vigorous -b missing node chaperoning -b missing node cameramen -b missing node confluence -b missing node quartic -b missing node ringing -b missing node heartburn -b missing node nonexistent -b missing node tribunes -b missing node sprints -b missing node craals -b missing node tissues -b missing node debasing -b missing node committable -b missing node tissued -b missing node galilees -b missing node blench -b missing node begonia -b missing node massager -b missing node guesstimates -b missing node funkier -b missing node massages -b missing node venturing -b missing node pricking -b missing node reworded -b missing node massaged -b missing node windbreak -b missing node urogenital -b missing node larcenously -b missing node patsy -b missing node paraphrase -b missing node embarrassment -b missing node jemmy -b missing node imminence -b missing node mildly -b missing node floodways -b missing node smelteries -b missing node blends -b missing node populisms -b missing node assorting -b missing node greyly -b missing node fatigues -b missing node saponine -b missing node patty -b missing node primitively -b missing node annie -b missing node cameraman -b missing node critters -b missing node fatigued -b missing node restiveness -b missing node snakiest -b missing node maddening -b missing node tribunal -b missing node chancier -b missing node annex -b missing node saponify -b missing node maritime -b missing node moderns -b missing node tented -b missing node tenter -b missing node dinkier -b missing node dinkies -b missing node disputants -b missing node tsarist -b missing node unriddling -b missing node tsarism -b missing node pendents -b missing node puccini -b missing node quota -b missing node doodlers -b missing node channelize -b missing node lienal -b missing node quoth -b missing node quote -b missing node veered -b missing node donors -b missing node slugabed -b missing node flabbiness -b missing node untimelier -b missing node theurgy -b missing node quartos -b missing node smoggiest -b missing node underprice -b missing node goals -b missing node disrobe -b missing node assisting -b missing node terrenes -b missing node milden -b missing node asphyxiated -b missing node awakings -b missing node reenunciation -b missing node donned -b missing node regularities -b missing node alcoholized -b missing node seaboard -b missing node pamperers -b missing node gracile -b missing node rescript -b missing node greyed -b missing node melamines -b missing node monish -b missing node monism -b missing node sedating -b missing node dishonors -b missing node chuff -b missing node minicar -b missing node possessing -b missing node ensilage -b missing node quatrefoil -b missing node monist -b missing node driverless -b missing node brownouts -b missing node blathers -b missing node asphyxiates -b missing node minicab -b missing node untransferred -b missing node bedumb -b missing node divorced -b missing node investible -b missing node divorcee -b missing node lyonnaise -b missing node muenster -b missing node chuck -b missing node inductances -b missing node mesozoa -b missing node harkener -b missing node gracing -b missing node divorces -b missing node divorcer -b missing node monopole -b missing node masquerading -b missing node anode -b missing node chubs -b missing node clodpate -b missing node leones -b missing node preadolescents -b missing node imbibitional -b missing node monopoly -b missing node wartimes -b missing node anxiety -b missing node reminiscent -b missing node greyer -b missing node angsts -b missing node oblongata -b missing node possession -b missing node inners -b missing node forego -b missing node mildew -b missing node daffiest -b missing node milder -b missing node sedation -b missing node transcendant -b missing node upholder -b missing node aristocrats -b missing node warrens -b missing node pause -b missing node suspicion -b missing node tribulation -b missing node foredo -b missing node protectress -b missing node unmake -b missing node astroid -b missing node paunchiest -b missing node misappropriations -b missing node scoundrelly -b missing node congregational -b missing node gynecologies -b missing node subdivision -b missing node jiujutsu -b missing node foreby -b missing node nutlets -b missing node chugs -b missing node twelvemonth -b missing node objecting -b missing node detonating -b missing node endows -b missing node incivility -b missing node objection -b missing node unmans -b missing node ushering -b missing node reapply -b missing node goats -b missing node sorceries -b missing node unrefreshed -b missing node glitters -b missing node detonation -b missing node glittery -b missing node groupie -b missing node forgetting -b missing node schismatized -b missing node manometric -b missing node damping -b missing node reconnoitered -b missing node discount -b missing node hyoglossi -b missing node annulments -b missing node caymans -b missing node hepatic -b missing node lusciousness -b missing node desolates -b missing node nightclubs -b missing node passageways -b missing node parasitical -b missing node sidearms -b missing node fanaticized -b missing node desolated -b missing node scribers -b missing node versional -b missing node emote -b missing node phlegmatical -b missing node intoners -b missing node naughtier -b missing node offending -b missing node homefolk -b missing node neglectful -b missing node whamming -b missing node negligence -b missing node monies -b missing node embrocated -b missing node ruleless -b missing node occlusions -b missing node integrity -b missing node donnas -b missing node equable -b missing node unmask -b missing node occidental -b missing node poising -b missing node grouped -b missing node portulacas -b missing node equably -b missing node annul -b missing node annum -b missing node harkened -b missing node blackjacking -b missing node objective -b missing node scalawag -b missing node grouper -b missing node topples -b missing node toppled -b missing node tailbones -b missing node mannerism -b missing node readdress -b missing node dogbane -b missing node embrocates -b missing node stealers -b missing node nautches -b missing node unprogressively -b missing node insubstantial -b missing node lawbreakers -b missing node moires -b missing node dampish -b missing node unformatted -b missing node inseminated -b missing node durable -b missing node inseminates -b missing node quayages -b missing node barbarous -b missing node vegetate -b missing node undercharge -b missing node governors -b missing node waveoffs -b missing node laudatorily -b missing node massiness -b missing node restamped -b missing node manslayer -b missing node monied -b missing node bogyism -b missing node parenticide -b missing node posterior -b missing node reenlightening -b missing node hidden -b missing node durably -b missing node hotspur -b missing node enrichers -b missing node rebroadened -b missing node obstructively -b missing node smoldered -b missing node tensed -b missing node chawers -b missing node necrophobia -b missing node languid -b missing node spangling -b missing node gynecologist -b missing node shantung -b missing node dying -b missing node arcadias -b missing node synchros -b missing node arcadian -b missing node bowdlerizes -b missing node playbooks -b missing node eyries -b missing node tempered -b missing node shedders -b missing node bustard -b missing node bowdlerized -b missing node eyestrain -b missing node intercede -b missing node tenses -b missing node tzaritzas -b missing node monopolists -b missing node seismisms -b missing node temperer -b missing node tenser -b missing node face -b missing node amplification -b missing node annuluses -b missing node tamest -b missing node cesura -b missing node chute -b missing node cannoned -b missing node receipting -b missing node fade -b missing node tamers -b missing node differentially -b missing node twiddle -b missing node fact -b missing node collisions -b missing node hopelessness -b missing node naughtily -b missing node skewness -b missing node intimidator -b missing node oregon -b missing node stealings -b missing node scrolled -b missing node baalisms -b missing node comminute -b missing node mettle -b missing node resurrection -b missing node langues -b missing node falsifiers -b missing node commixed -b missing node preaffirming -b missing node casteisms -b missing node consummations -b missing node fads -b missing node patrollers -b missing node anomy -b missing node ohmmeters -b missing node temperas -b missing node brollies -b missing node miswording -b missing node peculiarity -b missing node tilting -b missing node novelistic -b missing node tufa -b missing node disembark -b missing node commixes -b missing node tamely -b missing node seeping -b missing node spyglasses -b missing node tuba -b missing node amigos -b missing node tube -b missing node decontaminations -b missing node misalphabetizing -b missing node unsmilingly -b missing node furzes -b missing node mewed -b missing node tubs -b missing node pavan -b missing node lisle -b missing node scabrous -b missing node testator -b missing node biennials -b missing node pokiest -b missing node powerhouse -b missing node uninstructed -b missing node resurrecting -b missing node tuck -b missing node mandibles -b missing node fags -b missing node escheated -b missing node biscuits -b missing node heliotropic -b missing node chunk -b missing node oxalic -b missing node sober -b missing node subcontracted -b missing node dudishly -b missing node jenny -b missing node possessive -b missing node fail -b missing node oxalis -b missing node tabulator -b missing node sedative -b missing node adduct -b missing node spanglier -b missing node fain -b missing node minister -b missing node clotures -b missing node genteel -b missing node scissoring -b missing node fair -b missing node fait -b missing node adduce -b missing node jackdaw -b missing node kodiak -b missing node clotured -b missing node vocalities -b missing node chums -b missing node obsessions -b missing node fineness -b missing node faithed -b missing node physiologist -b missing node chump -b missing node heritably -b missing node pagesize -b missing node brownest -b missing node pluribus -b missing node uncultured -b missing node anole -b missing node judith -b missing node tuft -b missing node fake -b missing node lisps -b missing node tuff -b missing node modesty -b missing node separatist -b missing node policeman -b missing node boluses -b missing node heliotropes -b missing node patsies -b missing node quitrents -b missing node separatism -b missing node microinstructions -b missing node scudded -b missing node levants -b missing node tugs -b missing node heritable -b missing node humorful -b missing node fall -b missing node googlies -b missing node reconfiscated -b missing node teargas -b missing node pretension -b missing node lighteners -b missing node codder -b missing node itinerants -b missing node nontaxable -b missing node separating -b missing node socials -b missing node churn -b missing node repasting -b missing node churl -b missing node spawns -b missing node halcyons -b missing node fame -b missing node roasting -b missing node discrediting -b missing node tuna -b missing node gobos -b missing node discover -b missing node khanate -b missing node sowing -b missing node tune -b missing node magisterially -b missing node prepsychotic -b missing node solitariness -b missing node seminated -b missing node fang -b missing node torsions -b missing node czarisms -b missing node rumrunner -b missing node loaners -b missing node bestrides -b missing node testatum -b missing node tragical -b missing node glumly -b missing node fans -b missing node mewls -b missing node unpracticed -b missing node filching -b missing node dustless -b missing node lists -b missing node datelined -b missing node lumbars -b missing node obelisk -b missing node separation -b missing node astonishingly -b missing node manubrial -b missing node policemen -b missing node datelines -b missing node sodalities -b missing node cringles -b missing node feruling -b missing node nieces -b missing node distressingly -b missing node selflessness -b missing node flailed -b missing node anoia -b missing node judicatory -b missing node felled -b missing node unpacker -b missing node librarian -b missing node lonelily -b missing node phosgenes -b missing node decongested -b missing node skiplane -b missing node hoptoad -b missing node cogging -b missing node dibbuk -b missing node unpacked -b missing node inclose -b missing node bruskness -b missing node kiwi -b missing node disembarking -b missing node sustenant -b missing node bentonite -b missing node vanishing -b missing node metrically -b missing node ulteriorly -b missing node indignities -b missing node feller -b missing node simonists -b missing node urethral -b missing node arrogance -b missing node maupassant -b missing node uplifters -b missing node urethras -b missing node fawn -b missing node demonized -b missing node ensheaths -b missing node newborns -b missing node pomade -b missing node urethrae -b missing node entanglement -b missing node obtains -b missing node dispatchers -b missing node turbulent -b missing node lived -b missing node revictualing -b missing node complemental -b missing node sofar -b missing node congested -b missing node dullard -b missing node sofas -b missing node blowtorches -b missing node incurring -b missing node forcefulness -b missing node faux -b missing node faut -b missing node ensheathe -b missing node faun -b missing node lubricous -b missing node libraries -b missing node reindexed -b missing node hellion -b missing node payoff -b missing node leakage -b missing node saplings -b missing node adjourn -b missing node fate -b missing node borzoi -b missing node forded -b missing node kist -b missing node vellicating -b missing node kiss -b missing node misadded -b missing node whoopers -b missing node fats -b missing node druidic -b missing node descriptiveness -b missing node gashing -b missing node preprints -b missing node fluoride -b missing node airheads -b missing node bedrid -b missing node educing -b missing node helling -b missing node lumbago -b missing node sketchiest -b missing node reindexes -b missing node restraightening -b missing node disorder -b missing node quivers -b missing node unflagging -b missing node kirk -b missing node debouching -b missing node quivery -b missing node fast -b missing node reconsigning -b missing node cosigns -b missing node soddenly -b missing node residuums -b missing node crosier -b missing node fare -b missing node farm -b missing node accusatives -b missing node marcels -b missing node fart -b missing node costards -b missing node faro -b missing node reined -b missing node wrester -b missing node celibates -b missing node rapturousness -b missing node interlacing -b missing node hennaing -b missing node kite -b missing node chivalries -b missing node wrested -b missing node carina -b missing node claybanks -b missing node kits -b missing node cuspids -b missing node caring -b missing node eligibility -b missing node kith -b missing node vellication -b missing node schoolmarms -b missing node gweducs -b missing node dunces -b missing node jnanas -b missing node fordid -b missing node washerwomen -b missing node nipples -b missing node guilelessness -b missing node upriver -b missing node moisteners -b missing node gweduck -b missing node redound -b missing node thwarted -b missing node droving -b missing node occipital -b missing node jordan -b missing node strawberry -b missing node thwarter -b missing node hautbois -b missing node headdress -b missing node garnishable -b missing node lonelier -b missing node swanherd -b missing node canberra -b missing node cyclizing -b missing node mechanizing -b missing node getting -b missing node binder -b missing node starlight -b missing node dungeon -b missing node ministry -b missing node suzanne -b missing node equerries -b missing node augmentation -b missing node wombat -b missing node guiding -b missing node blasting -b missing node bioluminescence -b missing node admirals -b missing node nonconcurrently -b missing node tearful -b missing node collators -b missing node sepias -b missing node firmament -b missing node unchastity -b missing node faming -b missing node famine -b missing node unanimities -b missing node advisees -b missing node misquote -b missing node auricle -b missing node lucidities -b missing node plunderers -b missing node mailability -b missing node dimples -b missing node underemphasize -b missing node washerwoman -b missing node leashed -b missing node dimpled -b missing node crossers -b missing node schools -b missing node family -b missing node invocable -b missing node prickled -b missing node shysters -b missing node pontiffs -b missing node abatement -b missing node nonsenses -b missing node fellah -b missing node colorimeter -b missing node paved -b missing node romanticize -b missing node weltering -b missing node demonizes -b missing node axioms -b missing node cambridge -b missing node prickles -b missing node paves -b missing node paver -b missing node fellas -b missing node platooning -b missing node westerners -b missing node kaffirs -b missing node sogginess -b missing node lives -b missing node liver -b missing node spinnaker -b missing node incoherences -b missing node untranslated -b missing node liven -b missing node periwig -b missing node aeronautics -b missing node feeding -b missing node tollgate -b missing node livid -b missing node wrestle -b missing node sideshows -b missing node faze -b missing node lawyerly -b missing node appallingly -b missing node fays -b missing node anemometer -b missing node penologists -b missing node soddened -b missing node caries -b missing node complemented -b missing node motherhood -b missing node unsentimental -b missing node rendering -b missing node copartnership -b missing node wombed -b missing node crossest -b missing node anodize -b missing node leashes -b missing node segnos -b missing node untrammelled -b missing node intoning -b missing node plectrums -b missing node enrapture -b missing node bocaccio -b missing node unclassified -b missing node bedrug -b missing node livre -b missing node minibus -b missing node rupiah -b missing node proclaimers -b missing node aneurisms -b missing node scowled -b missing node rebops -b missing node rollover -b missing node scowler -b missing node dipstick -b missing node reborn -b missing node dowser -b missing node bubby -b missing node dowses -b missing node carbonators -b missing node nazareth -b missing node tonnish -b missing node assemblers -b missing node dowsed -b missing node truced -b missing node hussars -b missing node mudcapped -b missing node neoteny -b missing node pawer -b missing node nationless -b missing node everblooming -b missing node truces -b missing node blastier -b missing node picaresque -b missing node pawed -b missing node absolvable -b missing node cenobitic -b missing node wizening -b missing node benchers -b missing node falseness -b missing node continuity -b missing node reboot -b missing node microprogram -b missing node cousins -b missing node muckier -b missing node retransmitted -b missing node whammies -b missing node orifice -b missing node lustrum -b missing node huskiest -b missing node subendorsing -b missing node unbearably -b missing node trucks -b missing node unbearable -b missing node exorcisers -b missing node fibroids -b missing node forelock -b missing node papally -b missing node covetousness -b missing node germinations -b missing node adjournment -b missing node causeway -b missing node darneder -b missing node eonian -b missing node romanticism -b missing node bindle -b missing node romanticist -b missing node disobliging -b missing node beneficent -b missing node beachier -b missing node stepdown -b missing node abominating -b missing node unstinted -b missing node noncommunicable -b missing node abomination -b missing node papillae -b missing node halflives -b missing node suspects -b missing node hookworm -b missing node marking -b missing node categorizer -b missing node opium -b missing node categorizes -b missing node cakewalker -b missing node antirational -b missing node cakewalked -b missing node classmates -b missing node headrests -b missing node categorized -b missing node volution -b missing node depreciatively -b missing node zeins -b missing node undisproved -b missing node instilling -b missing node monkey -b missing node slipcover -b missing node tomboys -b missing node chubbiest -b missing node discernable -b missing node quelling -b missing node muckily -b missing node urgencies -b missing node paynim -b missing node tree -b missing node tref -b missing node colorimetry -b missing node whoopees -b missing node aspirations -b missing node unsound -b missing node womans -b missing node capacitive -b missing node bruisers -b missing node reboil -b missing node overtrain -b missing node trek -b missing node specter -b missing node cheviot -b missing node slipovers -b missing node humeri -b missing node trey -b missing node spathe -b missing node ostinato -b missing node saltiest -b missing node argentum -b missing node serials -b missing node swirlier -b missing node anecdotists -b missing node cyclopes -b missing node sunroof -b missing node bicornes -b missing node sunroom -b missing node patriarchate -b missing node avoids -b missing node wapping -b missing node doltishly -b missing node winsomeness -b missing node mucking -b missing node stablers -b missing node zeiss -b missing node pulsar -b missing node organza -b missing node judgers -b missing node abounding -b missing node poohing -b missing node disbarred -b missing node kneecappings -b missing node hungers -b missing node eliding -b missing node sherpas -b missing node foxskins -b missing node encomium -b missing node subcommittees -b missing node forthrightly -b missing node tram -b missing node trap -b missing node endurable -b missing node beaching -b missing node legitimatizing -b missing node humorers -b missing node tray -b missing node disconcerted -b missing node delineate -b missing node horologe -b missing node improvers -b missing node welsher -b missing node welshes -b missing node consummation -b missing node mistrustful -b missing node revalidating -b missing node redoubt -b missing node horology -b missing node troubling -b missing node coalbins -b missing node pulsed -b missing node advisers -b missing node newscasts -b missing node mackintoshes -b missing node cenobites -b missing node opine -b missing node varistor -b missing node orleans -b missing node viceregent -b missing node edgings -b missing node pulses -b missing node consummating -b missing node pulser -b missing node clamber -b missing node coopery -b missing node coopers -b missing node revalidation -b missing node welshed -b missing node intensest -b missing node chevied -b missing node hegira -b missing node transits -b missing node bebopper -b missing node fluffed -b missing node trot -b missing node invented -b missing node smallpoxes -b missing node avowable -b missing node trow -b missing node troy -b missing node tzitzis -b missing node interspersing -b missing node pastilles -b missing node trod -b missing node soursops -b missing node dykes -b missing node trop -b missing node entertaining -b missing node haircloths -b missing node boweling -b missing node withholders -b missing node hospital -b missing node patriarchal -b missing node wishbones -b missing node untreated -b missing node lolling -b missing node interspersion -b missing node balmorals -b missing node embeds -b missing node befouling -b missing node congruities -b missing node entrusting -b missing node steelyard -b missing node quaintness -b missing node galilean -b missing node relationships -b missing node subversively -b missing node needlework -b missing node maintainer -b missing node avowably -b missing node lustral -b missing node cervixes -b missing node chevies -b missing node trustability -b missing node harmlessness -b missing node armoire -b missing node assigners -b missing node maintained -b missing node sulphates -b missing node lordships -b missing node closings -b missing node aeonic -b missing node denatures -b missing node saccharin -b missing node spavin -b missing node thesauruses -b missing node shebeen -b missing node rotundly -b missing node twittery -b missing node plausive -b missing node minibike -b missing node dekagram -b missing node markkaa -b missing node twitters -b missing node forced -b missing node depths -b missing node standardizing -b missing node forcer -b missing node stemless -b missing node factitiousness -b missing node forces -b missing node sprucing -b missing node replanned -b missing node getup -b missing node downwind -b missing node compounded -b missing node youngster -b missing node carhop -b missing node geometries -b missing node airplanes -b missing node elastomer -b missing node compounder -b missing node epitomizing -b missing node trio -b missing node trip -b missing node trim -b missing node pardners -b missing node trig -b missing node jeopardizes -b missing node flappier -b missing node inventer -b missing node veiners -b missing node lustred -b missing node curvatures -b missing node jeopardized -b missing node lustres -b missing node mortifying -b missing node marquises -b missing node olfactory -b missing node abreaction -b missing node subclassifies -b missing node transcribing -b missing node congealment -b missing node chuckfull -b missing node pawns -b missing node waging -b missing node spiritual -b missing node disgracefully -b missing node papaya -b missing node pendency -b missing node deionization -b missing node monthly -b missing node intensely -b missing node ebons -b missing node atomies -b missing node tearers -b missing node subclassified -b missing node ebony -b missing node calyxes -b missing node sectional -b missing node duckbills -b missing node sandaled -b missing node pawls -b missing node befoulier -b missing node dressage -b missing node heparin -b missing node precedable -b missing node semiannual -b missing node denatured -b missing node ringers -b missing node true -b missing node wahines -b missing node abreacting -b missing node deanship -b missing node nonnatives -b missing node pawky -b missing node lassoing -b missing node atomics -b missing node soapstone -b missing node substantializing -b missing node venomed -b missing node crawfished -b missing node motorcade -b missing node tattling -b missing node hasped -b missing node outfights -b missing node substantively -b missing node obscuranticism -b missing node impressionistic -b missing node cataclysms -b missing node grounds -b missing node botchiest -b missing node calumniously -b missing node aproning -b missing node argentic -b missing node channeling -b missing node crawfishes -b missing node venomer -b missing node jackals -b missing node nonreligious -b missing node swirling -b missing node adjusting -b missing node metros -b missing node truant -b missing node disconcertment -b missing node northernmost -b missing node flecking -b missing node ghastlier -b missing node continuing -b missing node orthography -b missing node discontented -b missing node crematoria -b missing node spectra -b missing node spectre -b missing node rehanged -b missing node tenpin -b missing node overrefine -b missing node kerbed -b missing node seamanly -b missing node hoydens -b missing node hobnobbed -b missing node gunshots -b missing node repulsiveness -b missing node collaborative -b missing node pulque -b missing node diamonding -b missing node gabblers -b missing node tribesman -b missing node fluorine -b missing node buchu -b missing node hustings -b missing node anglicism -b missing node sphagnum -b missing node utopisms -b missing node stuccowork -b missing node runniest -b missing node tsar -b missing node spiritualizing -b missing node limburger -b missing node debutant -b missing node iring -b missing node metric -b missing node stayers -b missing node paxes -b missing node titrate -b missing node kiev -b missing node montages -b missing node dibber -b missing node montaged -b missing node dibbed -b missing node sodom -b missing node avoidable -b missing node kibitzers -b missing node fubbed -b missing node extremely -b missing node judger -b missing node judges -b missing node flouters -b missing node prejudgment -b missing node payors -b missing node avoidably -b missing node thwartly -b missing node judged -b missing node senescence -b missing node vermiculite -b missing node regrafting -b missing node teflon -b missing node kick -b missing node devilishly -b missing node irish -b missing node payout -b missing node sectioned -b missing node slushing -b missing node galoot -b missing node tribesmen -b missing node predilections -b missing node uninfluential -b missing node saggers -b missing node slushily -b missing node famish -b missing node cerulean -b missing node suckered -b missing node jackass -b missing node potshard -b missing node kids -b missing node stinker -b missing node alpinists -b missing node bucks -b missing node embers -b missing node legalists -b missing node galops -b missing node enormously -b missing node bucko -b missing node metred -b missing node clumsy -b missing node disputation -b missing node essayed -b missing node assignees -b missing node papaws -b missing node daddling -b missing node metres -b missing node galore -b missing node disoblige -b missing node utopists -b missing node encouragers -b missing node clumpy -b missing node primrose -b missing node clumps -b missing node fluorite -b missing node titrant -b missing node endrin -b missing node keratins -b missing node specula -b missing node spangles -b missing node galosh -b missing node argental -b missing node compensable -b missing node housecoat -b missing node essayer -b missing node garfield -b missing node spangled -b missing node edifiers -b missing node bouquet -b missing node schoolmates -b missing node hubris -b missing node fixable -b missing node mussolini -b missing node imposing -b missing node abilene -b missing node obstruct -b missing node dibble -b missing node collaborating -b missing node windiness -b missing node sextettes -b missing node topping -b missing node graecized -b missing node bootees -b missing node ebonizing -b missing node preengaged -b missing node soddy -b missing node wizards -b missing node cargos -b missing node creditors -b missing node kips -b missing node preengages -b missing node graecizes -b missing node kink -b missing node collaboration -b missing node legalisms -b missing node nasoscope -b missing node typewritten -b missing node momentarily -b missing node payola -b missing node king -b missing node kind -b missing node wingspans -b missing node kine -b missing node disputer -b missing node disputes -b missing node fraggings -b missing node sourest -b missing node wineskin -b missing node bonnets -b missing node command -b missing node barristerial -b missing node conclave -b missing node disputed -b missing node resigns -b missing node foretaste -b missing node papain -b missing node doylies -b missing node milady -b missing node hellish -b missing node misidentifying -b missing node kins -b missing node lodgment -b missing node lollies -b missing node summoners -b missing node kill -b missing node refinish -b missing node archers -b missing node slushier -b missing node archery -b missing node uroliths -b missing node tutorages -b missing node snowshoe -b missing node misnomer -b missing node milage -b missing node archest -b missing node kilt -b missing node beverage -b missing node kiln -b missing node measurability -b missing node workshops -b missing node kilo -b missing node prerecord -b missing node scotties -b missing node forewords -b missing node headline -b missing node peregrinations -b missing node geums -b missing node indianians -b missing node alpinisms -b missing node oaters -b missing node bolling -b missing node elbows -b missing node jelly -b missing node jells -b missing node steadfast -b missing node kike -b missing node flapping -b missing node reinscribing -b missing node inventor -b missing node outsets -b missing node godly -b missing node imbruing -b missing node heartland -b missing node nonreaders -b missing node districts -b missing node anglicize -b missing node ashram -b missing node shippage -b missing node eugenists -b missing node resins -b missing node stockcars -b missing node infatuating -b missing node enquired -b missing node determinants -b missing node hollies -b missing node cripple -b missing node sunderers -b missing node jew -b missing node jet -b missing node rocketgun -b missing node jeu -b missing node deaconry -b missing node betokens -b missing node reclaims -b missing node infatuation -b missing node assertive -b missing node roundup -b missing node argentinean -b missing node algorisms -b missing node hardcovers -b missing node irreconcilable -b missing node enquirer -b missing node schoolhouses -b missing node grovelling -b missing node woodenness -b missing node enquires -b missing node compatibility -b missing node canaanites -b missing node drib -b missing node advocated -b missing node croqueted -b missing node straightly -b missing node chairs -b missing node minings -b missing node avion -b missing node drip -b missing node calculuses -b missing node chaise -b missing node towheaded -b missing node palisaded -b missing node confused -b missing node lockless -b missing node unenviable -b missing node advocates -b missing node palisades -b missing node confuses -b missing node instructorship -b missing node overtly -b missing node invaded -b missing node meltwater -b missing node invades -b missing node alfresco -b missing node extremity -b missing node teamworks -b missing node invader -b missing node fuzzily -b missing node drop -b missing node jab -b missing node infant -b missing node fomented -b missing node duplicitous -b missing node censorious -b missing node prerecording -b missing node bailsman -b missing node woodcut -b missing node goofed -b missing node whomsoever -b missing node cordwoods -b missing node embalm -b missing node jap -b missing node jar -b missing node peeresses -b missing node jam -b missing node fomenter -b missing node arapahos -b missing node jag -b missing node jai -b missing node extremist -b missing node direful -b missing node backtracks -b missing node resist -b missing node jay -b missing node aeroliths -b missing node macadams -b missing node jaw -b missing node infamy -b missing node testimonies -b missing node fuzzing -b missing node blotters -b missing node bespreading -b missing node jeoparding -b missing node extremism -b missing node irreconcilably -b missing node dexter -b missing node unbends -b missing node virucide -b missing node outwalks -b missing node depots -b missing node concavities -b missing node twin -b missing node ruthless -b missing node twit -b missing node esprits -b missing node attempered -b missing node twig -b missing node embank -b missing node denoting -b missing node depose -b missing node trillions -b missing node invocational -b missing node magnitude -b missing node photogenically -b missing node assertion -b missing node imprinting -b missing node bullying -b missing node deport -b missing node replaceable -b missing node navigator -b missing node thuggeries -b missing node anyone -b missing node royal -b missing node isomorphs -b missing node milers -b missing node consolidated -b missing node nonresistant -b missing node backslide -b missing node catechized -b missing node folklore -b missing node thyrse -b missing node macroscopically -b missing node catechizes -b missing node caudices -b missing node determents -b missing node testimonial -b missing node bailsmen -b missing node decanters -b missing node interpreted -b missing node obstinate -b missing node enhancers -b missing node seatwork -b missing node job -b missing node fictitiously -b missing node resign -b missing node asserting -b missing node interments -b missing node betakes -b missing node interpreter -b missing node undercapitalize -b missing node betaken -b missing node uniforms -b missing node ceilers -b missing node embark -b missing node joy -b missing node sickling -b missing node embars -b missing node newlyweds -b missing node jog -b missing node joe -b missing node aerolites -b missing node corers -b missing node reside -b missing node brazilians -b missing node monkishness -b missing node jot -b missing node fleetingly -b missing node relabelling -b missing node overwillingly -b missing node crookeder -b missing node subconscious -b missing node razing -b missing node grouchiness -b missing node sicklily -b missing node slapdash -b missing node footboards -b missing node baggages -b missing node wealthier -b missing node proviso -b missing node sprocket -b missing node twos -b missing node blunderbusses -b missing node jim -b missing node jig -b missing node advocator -b missing node cluing -b missing node overtax -b missing node jib -b missing node rivederci -b missing node mutining -b missing node unillustrated -b missing node whitewall -b missing node andre -b missing node fuzzier -b missing node lookouts -b missing node cassavas -b missing node episcopally -b missing node icefalls -b missing node glacises -b missing node inheritably -b missing node swapped -b missing node skyscraper -b missing node indochina -b missing node drum -b missing node pedicurist -b missing node jeopardize -b missing node planetariums -b missing node drug -b missing node answering -b missing node freebooters -b missing node avian -b missing node drub -b missing node swapper -b missing node believability -b missing node penicillinic -b missing node inheritable -b missing node preexist -b missing node repacked -b missing node accede -b missing node hissers -b missing node forbidder -b missing node forbidden -b missing node hermeneutical -b missing node swivel -b missing node overskirt -b missing node its -b missing node neckwear -b missing node frappes -b missing node streamlined -b missing node braising -b missing node bedighted -b missing node limier -b missing node curatrix -b missing node iud -b missing node hairbrushes -b missing node withal -b missing node streamliner -b missing node streamlines -b missing node tourer -b missing node ism -b missing node bazars -b missing node campstool -b missing node enjoining -b missing node quaestor -b missing node alveolus -b missing node radiographic -b missing node prepayment -b missing node nubbles -b missing node emmet -b missing node minimum -b missing node strumpet -b missing node reflexively -b missing node ivy -b missing node tonishly -b missing node lustered -b missing node squinch -b missing node sicklier -b missing node sarcasm -b missing node dilapidate -b missing node sneakiness -b missing node blueness -b missing node disobedience -b missing node nonevents -b missing node frapped -b missing node doxologies -b missing node dextro -b missing node baggage -b missing node nondiscrimination -b missing node withed -b missing node hercules -b missing node gouaches -b missing node shoved -b missing node withes -b missing node shoemaker -b missing node friends -b missing node nougats -b missing node unwilling -b missing node wither -b missing node botchier -b missing node aseptic -b missing node radiographer -b missing node ion -b missing node quatorze -b missing node factiously -b missing node iou -b missing node nondiscriminating -b missing node fosters -b missing node bannister -b missing node shovel -b missing node whiningly -b missing node whitewash -b missing node catarrhous -b missing node shover -b missing node embryologies -b missing node hisself -b missing node allowances -b missing node oldest -b missing node backseats -b missing node shoves -b missing node irs -b missing node garment -b missing node emboldened -b missing node irk -b missing node consolidates -b missing node tannable -b missing node sleekest -b missing node pressurizing -b missing node dovecote -b missing node solidi -b missing node gurgling -b missing node downfall -b missing node spirituals -b missing node deaconed -b missing node reships -b missing node extort -b missing node crunching -b missing node solids -b missing node environmentalist -b missing node dovecots -b missing node iqs -b missing node ferrous -b missing node environmentalism -b missing node solido -b missing node ire -b missing node sprawlers -b missing node ira -b missing node centums -b missing node pinpoint -b missing node planless -b missing node mismarked -b missing node bluepoints -b missing node potlach -b missing node disquieted -b missing node offloading -b missing node solecize -b missing node draw -b missing node andes -b missing node liming -b missing node toolings -b missing node dray -b missing node drat -b missing node birthrates -b missing node compelling -b missing node consoling -b missing node triplicate -b missing node cavitation -b missing node bloodshedder -b missing node infield -b missing node catwalks -b missing node amendable -b missing node aviarist -b missing node encampments -b missing node peyote -b missing node serape -b missing node preform -b missing node haired -b missing node evidenced -b missing node seraph -b missing node shuttered -b missing node straighten -b missing node fanfold -b missing node purposely -b missing node diffracts -b missing node straighter -b missing node evidences -b missing node importunately -b missing node sleekens -b missing node drag -b missing node dram -b missing node straighted -b missing node overdoing -b missing node chintzy -b missing node drinkable -b missing node unspecialized -b missing node drab -b missing node aerobically -b missing node navigated -b missing node connected -b missing node extols -b missing node coshing -b missing node veils -b missing node fightings -b missing node unstrapped -b missing node extoll -b missing node botching -b missing node connecter -b missing node beadrolls -b missing node bittered -b missing node batholiths -b missing node drew -b missing node praxises -b missing node punctured -b missing node botchily -b missing node bitterer -b missing node solubility -b missing node headless -b missing node navigates -b missing node inebriating -b missing node succulently -b missing node confidentiality -b missing node indeterminately -b missing node commutator -b missing node wrongest -b missing node peyotl -b missing node crunchier -b missing node officers -b missing node punctures -b missing node veiny -b missing node finding -b missing node presidencies -b missing node making -b missing node judiciary -b missing node westbound -b missing node inebriation -b missing node autodialled -b missing node legitimizations -b missing node chattiest -b missing node chains -b missing node century -b missing node consolidator -b missing node dreg -b missing node obliquities -b missing node veins -b missing node swivet -b missing node drek -b missing node wrongers -b missing node reupholstered -b missing node toured -b missing node tintless -b missing node rootstocks -b missing node foolishness -b missing node twat -b missing node twas -b missing node pertness -b missing node backwardly -b missing node retrogressive -b missing node blabs -b missing node sloucher -b missing node biosyntheses -b missing node slouches -b missing node kid -b missing node dobbins -b missing node intervening -b missing node skewered -b missing node reheels -b missing node kin -b missing node brazenness -b missing node kip -b missing node slouched -b missing node nonstriking -b missing node black -b missing node kit -b missing node limits -b missing node embryologist -b missing node snoozers -b missing node vulnerable -b missing node showup -b missing node earlships -b missing node calamary -b missing node adducers -b missing node calamars -b missing node vulnerably -b missing node soaks -b missing node musicologist -b missing node decompose -b missing node emotive -b missing node subscripts -b missing node affectionless -b missing node rarest -b missing node capitations -b missing node amidship -b missing node underbidders -b missing node hungary -b missing node foreigner -b missing node confuted -b missing node amazing -b missing node altruistic -b missing node cosmists -b missing node sharpened -b missing node nathless -b missing node subcategory -b missing node pumice -b missing node neocolonialists -b missing node resharpened -b missing node anklets -b missing node confuter -b missing node confutes -b missing node counselling -b missing node bazaar -b missing node cosmisms -b missing node solecist -b missing node townwears -b missing node keg -b missing node solecism -b missing node hudson -b missing node precipitant -b missing node minions -b missing node decoyers -b missing node molochs -b missing node ken -b missing node tastefully -b missing node exceptionable -b missing node deactivate -b missing node biosynthesis -b missing node key -b missing node gawker -b missing node tektite -b missing node filtrating -b missing node wholes -b missing node queaziest -b missing node honourers -b missing node gawked -b missing node inkblots -b missing node connector -b missing node sprout -b missing node meetings -b missing node concordats -b missing node rigidness -b missing node nuncios -b missing node moribundly -b missing node sidecars -b missing node concelebrations -b missing node bitterns -b missing node spottiest -b missing node whipping -b missing node hairdo -b missing node harmoniums -b missing node beguiling -b missing node impurities -b missing node sightings -b missing node equanimity -b missing node tidbit -b missing node bitterly -b missing node squinching -b missing node forewarning -b missing node unattracted -b missing node dialoguing -b missing node rhodium -b missing node epicurean -b missing node altars -b missing node militating -b missing node reincarnated -b missing node guiders -b missing node teeniest -b missing node simulations -b missing node reincarnates -b missing node crudity -b missing node knives -b missing node assumedly -b missing node beleaguered -b missing node despondently -b missing node uneducable -b missing node emotion -b missing node interleaf -b missing node mongering -b missing node fruiters -b missing node suzerain -b missing node executioners -b missing node emoting -b missing node salvagees -b missing node indolent -b missing node picturer -b missing node pictures -b missing node mineralizing -b missing node showdown -b missing node algorithm -b missing node insistent -b missing node commutations -b missing node filtration -b missing node misdemeanors -b missing node clinical -b missing node metrography -b missing node pictured -b missing node chilblain -b missing node decorously -b missing node usual -b missing node stigma -b missing node constrainedly -b missing node darkeners -b missing node awakens -b missing node admittance -b missing node subheads -b missing node tuftiest -b missing node nonintellectual -b missing node occult -b missing node labyrinthine -b missing node within -b missing node gothically -b missing node archimedean -b missing node subcurators -b missing node atlanta -b missing node aviaries -b missing node ickier -b missing node unknowns -b missing node mystically -b missing node diagonal -b missing node whizbangs -b missing node javelins -b missing node appropriate -b missing node seedings -b missing node innermost -b missing node wigmakers -b missing node encyclopedia -b missing node whichever -b missing node encyclopedic -b missing node animuses -b missing node laryngitis -b missing node midsummers -b missing node orgiastical -b missing node laryngitic -b missing node whooping -b missing node equivalent -b missing node swept -b missing node zoneless -b missing node retooling -b missing node rollovers -b missing node barratrous -b missing node nonadministratively -b missing node beavering -b missing node whippier -b missing node zoography -b missing node princedoms -b missing node occupy -b missing node dashes -b missing node fight -b missing node rarefy -b missing node sauteed -b missing node nonautomatic -b missing node oakum -b missing node umlauted -b missing node browless -b missing node occurs -b missing node showed -b missing node imperative -b missing node winchers -b missing node tups -b missing node murmur -b missing node efflorescent -b missing node turn -b missing node jeopardied -b missing node turk -b missing node turf -b missing node weariest -b missing node tussuck -b missing node taborets -b missing node turd -b missing node afraid -b missing node spokane -b missing node serbia -b missing node subaverage -b missing node shower -b missing node diogenes -b missing node resifted -b missing node gooky -b missing node cumquats -b missing node roundel -b missing node poetizing -b missing node tannings -b missing node northwest -b missing node rounder -b missing node battered -b missing node impedient -b missing node gaynesses -b missing node spitefully -b missing node gooks -b missing node consanguineous -b missing node toxicologic -b missing node rounded -b missing node tuns -b missing node kolinskies -b missing node unfazed -b missing node jut -b missing node damocles -b missing node kishkes -b missing node jus -b missing node wiseacre -b missing node nerveless -b missing node shunpiker -b missing node shunpikes -b missing node predicted -b missing node isaiah -b missing node nonautomated -b missing node dashed -b missing node intersession -b missing node repossessor -b missing node pitapat -b missing node shunpiked -b missing node mixture -b missing node precautionary -b missing node balloonist -b missing node dasher -b missing node inconsumable -b missing node fretwork -b missing node simplest -b missing node wailed -b missing node sinuously -b missing node contorts -b missing node coachman -b missing node inconsumably -b missing node underages -b missing node tutu -b missing node tuts -b missing node jug -b missing node timing -b missing node wailer -b missing node drapery -b missing node cooping -b missing node triller -b missing node drapers -b missing node labels -b missing node miscount -b missing node lottos -b missing node goops -b missing node trilled -b missing node glengarry -b missing node mutinied -b missing node omnibus -b missing node ionised -b missing node antibody -b missing node tush -b missing node anguishes -b missing node tousle -b missing node mutinies -b missing node tusk -b missing node stubbornness -b missing node vivify -b missing node relatedness -b missing node hostler -b missing node anguished -b missing node ballooning -b missing node placoid -b missing node accent -b missing node gustable -b missing node ethnic -b missing node unobtainable -b missing node footpaths -b missing node decelerate -b missing node coachmen -b missing node insisters -b missing node buckeroos -b missing node goony -b missing node noblest -b missing node ionises -b missing node goons -b missing node distort -b missing node pedicuring -b missing node odorous -b missing node supportable -b missing node impelling -b missing node biogeographers -b missing node hampering -b missing node accept -b missing node scheelite -b missing node ancient -b missing node chields -b missing node psychotoxic -b missing node expectations -b missing node anciens -b missing node soars -b missing node keynotes -b missing node keynoter -b missing node cheekiest -b missing node googly -b missing node plunderage -b missing node levuloses -b missing node mecums -b missing node sportsmen -b missing node photographing -b missing node sleighing -b missing node reassembles -b missing node precooled -b missing node cricks -b missing node muckers -b missing node filchers -b missing node preinaugural -b missing node inhalators -b missing node goosy -b missing node boiled -b missing node rarely -b missing node stupefying -b missing node containment -b missing node overfurnishing -b missing node obstinacy -b missing node tunelessly -b missing node usurp -b missing node latter -b missing node soave -b missing node length -b missing node usury -b missing node halidoms -b missing node boiler -b missing node adenoidism -b missing node keynoted -b missing node verbatim -b missing node halidome -b missing node latten -b missing node access -b missing node striding -b missing node wholly -b missing node sheepshank -b missing node verticalness -b missing node roundly -b missing node coagulations -b missing node goose -b missing node spayed -b missing node rower -b missing node ulster -b missing node compliance -b missing node wrongful -b missing node rowel -b missing node instillers -b missing node dwight -b missing node ascertainment -b missing node radishes -b missing node overtop -b missing node campaigns -b missing node confectioners -b missing node advising -b missing node confectionery -b missing node sportsman -b missing node traumatically -b missing node aviso -b missing node compliancy -b missing node sharpener -b missing node outpacing -b missing node parching -b missing node sables -b missing node retrogressing -b missing node exobiological -b missing node concordant -b missing node jeopardies -b missing node alcove -b missing node wastepaper -b missing node iambi -b missing node cockroaches -b missing node salvagers -b missing node soaps -b missing node decentralizations -b missing node cashiers -b missing node mistake -b missing node concentrator -b missing node soapy -b missing node precipitate -b missing node googol -b missing node retrogression -b missing node distrust -b missing node leakers -b missing node blacksmith -b missing node mutineered -b missing node ashiest -b missing node iambs -b missing node observe -b missing node kishkas -b missing node ibidem -b missing node occlusion -b missing node vesseled -b missing node heartsore -b missing node sojourned -b missing node reexchanges -b missing node mistitled -b missing node unrelenting -b missing node knelling -b missing node contrivers -b missing node sojourner -b missing node mistitles -b missing node objects -b missing node reexchanged -b missing node repacify -b missing node syphilis -b missing node colporteur -b missing node tridents -b missing node cankered -b missing node layerings -b missing node reenjoyed -b missing node reassembled -b missing node metamorphic -b missing node aforethought -b missing node tyke -b missing node aspect -b missing node poetizers -b missing node steering -b missing node repossessed -b missing node incidental -b missing node broadcasted -b missing node broadcaster -b missing node addling -b missing node frogeye -b missing node emplacing -b missing node authority -b missing node swishy -b missing node reappointed -b missing node calculative -b missing node possessives -b missing node landward -b missing node murphy -b missing node clinkering -b missing node sticklers -b missing node confirmable -b missing node repossesses -b missing node silentest -b missing node meteoritic -b missing node catchy -b missing node requiting -b missing node shooting -b missing node ham -b missing node rowdy -b missing node hap -b missing node oaken -b missing node enchanting -b missing node haw -b missing node has -b missing node hat -b missing node somersaults -b missing node rowed -b missing node hah -b missing node noncombatant -b missing node nonresistants -b missing node recombined -b missing node hag -b missing node had -b missing node desexualization -b missing node wrinkling -b missing node foolishest -b missing node musks -b missing node maledictions -b missing node underacts -b missing node hay -b missing node musky -b missing node unilaterally -b missing node erroneously -b missing node careerer -b missing node deoxygenation -b missing node purifiers -b missing node mushy -b missing node sandals -b missing node invitees -b missing node music -b missing node curlicued -b missing node felicitous -b missing node recombines -b missing node narcissists -b missing node uncorroborated -b missing node alkyds -b missing node relished -b missing node wornness -b missing node rowan -b missing node authorize -b missing node tripodic -b missing node deoxygenating -b missing node masons -b missing node curlicues -b missing node indents -b missing node epicentral -b missing node relishes -b missing node jackanapes -b missing node sexists -b missing node careered -b missing node deducted -b missing node buffing -b missing node woodener -b missing node immunologies -b missing node jaygees -b missing node wryest -b missing node hee -b missing node goofs -b missing node goofy -b missing node calculation -b missing node hey -b missing node hex -b missing node hew -b missing node baccarats -b missing node maestoso -b missing node her -b missing node assault -b missing node repudiators -b missing node hep -b missing node hen -b missing node disembodying -b missing node hem -b missing node whinnier -b missing node whinnies -b missing node vampires -b missing node schemata -b missing node whinnied -b missing node extras -b missing node strudels -b missing node warrior -b missing node ingrowing -b missing node scissors -b missing node celebs -b missing node tyro -b missing node brakeless -b missing node bicentenaries -b missing node sharkers -b missing node dolphins -b missing node repartition -b missing node needling -b missing node musty -b missing node interims -b missing node borderlines -b missing node subscribe -b missing node musts -b missing node riping -b missing node helmsman -b missing node vaginated -b missing node chirruped -b missing node retains -b missing node warring -b missing node impellers -b missing node loyalties -b missing node authoring -b missing node focusers -b missing node calculating -b missing node chalet -b missing node grazier -b missing node interior -b missing node adulthood -b missing node hie -b missing node hid -b missing node viniest -b missing node hic -b missing node hip -b missing node him -b missing node type -b missing node wrinklier -b missing node icebreaker -b missing node fallaciously -b missing node pessimist -b missing node meteorites -b missing node motions -b missing node his -b missing node pederast -b missing node hit -b missing node pessimism -b missing node weediest -b missing node medicine -b missing node vampiric -b missing node mussy -b missing node nonrecognition -b missing node accredit -b missing node ireless -b missing node foreshorten -b missing node loweringly -b missing node wishfulness -b missing node gazpacho -b missing node hawaiians -b missing node soliloquizing -b missing node calipering -b missing node goody -b missing node miscopies -b missing node goods -b missing node misinformation -b missing node tyre -b missing node tripodal -b missing node subsumable -b missing node atrium -b missing node helmsmen -b missing node aspens -b missing node chickpeas -b missing node swooning -b missing node busters -b missing node gooey -b missing node chopstick -b missing node mermaid -b missing node solvability -b missing node dastardly -b missing node miscopied -b missing node typo -b missing node genuses -b missing node disrespectful -b missing node chalah -b missing node angeluses -b missing node incidently -b missing node inspects -b missing node banishing -b missing node grabber -b missing node exterior -b missing node swirl -b missing node probative -b missing node mythologic -b missing node unentangled -b missing node quipping -b missing node impenetrably -b missing node doxy -b missing node spectrometries -b missing node primariness -b missing node impenetrable -b missing node responsibility -b missing node unnegotiable -b missing node detecters -b missing node doze -b missing node liberating -b missing node unscarred -b missing node neighborhoods -b missing node buffier -b missing node introverted -b missing node egalite -b missing node appraisal -b missing node ironwood -b missing node genitive -b missing node provincialism -b missing node traipse -b missing node god -b missing node grazing -b missing node gob -b missing node swipe -b missing node stiffness -b missing node nictitated -b missing node baggings -b missing node gnu -b missing node aphrodisia -b missing node veilers -b missing node googols -b missing node unforetold -b missing node vacationers -b missing node nictitates -b missing node aspers -b missing node vervain -b missing node minstrelsy -b missing node landholder -b missing node thudding -b missing node provinciality -b missing node liberation -b missing node grabbed -b missing node challenge -b missing node franking -b missing node unaware -b missing node down -b missing node gonof -b missing node dows -b missing node inviters -b missing node doty -b missing node gonif -b missing node repressiveness -b missing node beechy -b missing node scandals -b missing node assignation -b missing node footlight -b missing node ironwork -b missing node shacklers -b missing node unprolific -b missing node dots -b missing node goy -b missing node smokepot -b missing node neediness -b missing node dragnet -b missing node serfhood -b missing node tumble -b missing node carroming -b missing node dove -b missing node nauseous -b missing node goo -b missing node goodly -b missing node simoleons -b missing node dour -b missing node got -b missing node gov -b missing node dory -b missing node flavedos -b missing node whomso -b missing node deadlocked -b missing node desegregation -b missing node dose -b missing node prater -b missing node prates -b missing node swiss -b missing node foamers -b missing node midpoint -b missing node dorm -b missing node dorp -b missing node oligarchies -b missing node phalluses -b missing node gorgeously -b missing node pointblank -b missing node dors -b missing node enclose -b missing node pourboire -b missing node fleshiness -b missing node desalting -b missing node motorcades -b missing node quippish -b missing node disgracing -b missing node bombarding -b missing node swish -b missing node dote -b missing node defects -b missing node doth -b missing node appliers -b missing node sensors -b missing node fubbing -b missing node sabbatical -b missing node flashier -b missing node rekindle -b missing node oomph -b missing node sensory -b missing node doss -b missing node prated -b missing node dost -b missing node outhits -b missing node fathomable -b missing node tunneller -b missing node lanyard -b missing node extensions -b missing node unrepentant -b missing node probating -b missing node tunnelled -b missing node roves -b missing node desegregate -b missing node rover -b missing node gum -b missing node touter -b missing node sneakingly -b missing node fifty -b missing node manoeuvreing -b missing node mockable -b missing node forbidals -b missing node sistering -b missing node sidecar -b missing node parfait -b missing node desegregating -b missing node ribosomes -b missing node goodie -b missing node subscript -b missing node crabbers -b missing node eviscerate -b missing node biospheres -b missing node reverencers -b missing node corgis -b missing node invoking -b missing node muses -b missing node muser -b missing node haggling -b missing node overuse -b missing node switch -b missing node rocketers -b missing node probation -b missing node dredger -b missing node mused -b missing node tangencies -b missing node brooder -b missing node leeches -b missing node leeched -b missing node swigs -b missing node dredges -b missing node adulating -b missing node fifth -b missing node guy -b missing node brooded -b missing node convolutely -b missing node gut -b missing node inflations -b missing node roved -b missing node starkness -b missing node tarnish -b missing node whomps -b missing node gun -b missing node adulation -b missing node tinniest -b missing node caspian -b missing node sonants -b missing node swift -b missing node discomfort -b missing node galaxies -b missing node taffetas -b missing node daylily -b missing node swims -b missing node gooder -b missing node preserve -b missing node imperatives -b missing node reproduce -b missing node unpopular -b missing node reexamines -b missing node appraised -b missing node gym -b missing node swing -b missing node gyp -b missing node swine -b missing node dredged -b missing node precooked -b missing node volcanics -b missing node knifings -b missing node appraiser -b missing node reexamined -b missing node ribosomal -b missing node swill -b missing node sweltered -b missing node appraises -b missing node exonerating -b missing node beseeching -b missing node vituperations -b missing node shotes -b missing node barracuda -b missing node flashily -b missing node knickknacks -b missing node mistbow -b missing node dozy -b missing node optioning -b missing node israel -b missing node shampooing -b missing node exoneration -b missing node alkyls -b missing node afghani -b missing node pamphleteers -b missing node titularies -b missing node afghans -b missing node cryotherapies -b missing node readably -b missing node touted -b missing node lighthearted -b missing node cudbears -b missing node loadable -b missing node occlusive -b missing node mesmerizing -b missing node carryalls -b missing node bombardier -b missing node flashing -b missing node sexisms -b missing node sideslip -b missing node dogs -b missing node predictions -b missing node solemn -b missing node lorn -b missing node rapacities -b missing node dogy -b missing node vehemently -b missing node lord -b missing node stooping -b missing node lore -b missing node syndicate -b missing node showerhead -b missing node solely -b missing node daggered -b missing node doge -b missing node modesties -b missing node gammons -b missing node ibm -b missing node administrations -b missing node hosting -b missing node ibices -b missing node murks -b missing node soleprint -b missing node crossly -b missing node daleths -b missing node doff -b missing node artificial -b missing node lops -b missing node terminative -b missing node murky -b missing node lope -b missing node compressional -b missing node deploy -b missing node shouts -b missing node timpanist -b missing node loot -b missing node loop -b missing node airfield -b missing node loos -b missing node pedantically -b missing node loom -b missing node loon -b missing node look -b missing node readable -b missing node autobahn -b missing node palmitate -b missing node rearresting -b missing node antiserums -b missing node unflavored -b missing node unweary -b missing node reendow -b missing node sleeking -b missing node wronging -b missing node docs -b missing node lone -b missing node long -b missing node radiative -b missing node dock -b missing node cajuns -b missing node sprinter -b missing node precognitions -b missing node lollers -b missing node sinuous -b missing node ifs -b missing node loll -b missing node aviarists -b missing node exospheric -b missing node redrafted -b missing node evangelical -b missing node billboard -b missing node makers -b missing node spendable -b missing node does -b missing node doer -b missing node icy -b missing node tromping -b missing node rabbiters -b missing node milestone -b missing node unassimilated -b missing node sincerer -b missing node swirly -b missing node ice -b missing node directs -b missing node loadstar -b missing node swirls -b missing node presuppositions -b missing node termination -b missing node vistaed -b missing node unscreened -b missing node ids -b missing node tepees -b missing node dodo -b missing node biomedicine -b missing node sprinted -b missing node irradiations -b missing node figging -b missing node velleity -b missing node sandbox -b missing node alizarin -b missing node expands -b missing node holdall -b missing node growth -b missing node extorters -b missing node retrievers -b missing node roust -b missing node makeup -b missing node crosser -b missing node door -b missing node crosses -b missing node despatches -b missing node beachiest -b missing node despatcher -b missing node forgotten -b missing node doom -b missing node bedeviled -b missing node exospheres -b missing node rouse -b missing node palatial -b missing node dong -b missing node terminating -b missing node commitment -b missing node unpersuasive -b missing node grower -b missing node done -b missing node subareas -b missing node exhaustible -b missing node gongs -b missing node dons -b missing node spiracles -b missing node crossed -b missing node despatched -b missing node forbiddance -b missing node frogged -b missing node radiation -b missing node rebirth -b missing node fifer -b missing node fifes -b missing node wehner -b missing node tucson -b missing node clownishly -b missing node tranquilizers -b missing node fifed -b missing node xenolith -b missing node dope -b missing node reship -b missing node inning -b missing node routs -b missing node inappreciatively -b missing node gynarchy -b missing node goner -b missing node colorfulness -b missing node reciprocally -b missing node viscera -b missing node lows -b missing node placque -b missing node dopy -b missing node impressing -b missing node route -b missing node nettings -b missing node perfectos -b missing node concertedly -b missing node dognapers -b missing node lout -b missing node lour -b missing node parametric -b missing node sleekier -b missing node imp -b missing node deletions -b missing node love -b missing node primitivity -b missing node inc -b missing node radiating -b missing node familia -b missing node perfectly -b missing node diabolically -b missing node televisions -b missing node inn -b missing node lots -b missing node primitivism -b missing node int -b missing node remembering -b missing node ins -b missing node bicuspids -b missing node ink -b missing node stillness -b missing node lilliput -b missing node outwitted -b missing node loud -b missing node necking -b missing node khakis -b missing node passersby -b missing node inartistically -b missing node perpetuum -b missing node embellishing -b missing node damnification -b missing node vanilla -b missing node dojo -b missing node loup -b missing node quadrangles -b missing node lost -b missing node loss -b missing node suppresses -b missing node growly -b missing node extortionist -b missing node dome -b missing node footprint -b missing node microscope -b missing node loth -b missing node prudentially -b missing node unapproved -b missing node dona -b missing node volcanism -b missing node queasiness -b missing node voluminosity -b missing node doms -b missing node rondeaux -b missing node doll -b missing node ill -b missing node ilk -b missing node briquettes -b missing node bilaterally -b missing node dole -b missing node prythee -b missing node clangor -b missing node lory -b missing node growls -b missing node lose -b missing node suppressed -b missing node briquetted -b missing node hostile -b missing node gonad -b missing node microscopy -b missing node sidearm -b missing node dolt -b missing node crayfish -b missing node congenital -b missing node truantries -b missing node bootless -b missing node bestriding -b missing node incapacious -b missing node supremacy -b missing node rhythms -b missing node umpire -b missing node embower -b missing node chawing -b missing node woodenly -b missing node barrelled -b missing node sleepless -b missing node synapse -b missing node perpetuating -b missing node youthen -b missing node assorters -b missing node minstrels -b missing node how -b missing node memsahib -b missing node loan -b missing node hon -b missing node loam -b missing node hog -b missing node loaf -b missing node hoi -b missing node pretoria -b missing node hot -b missing node load -b missing node hop -b missing node hor -b missing node chalks -b missing node brothels -b missing node grosgrains -b missing node chalky -b missing node hob -b missing node restructure -b missing node fripperies -b missing node artlessly -b missing node hoe -b missing node irritate -b missing node hod -b missing node hoc -b missing node reoccurrence -b missing node plugger -b missing node impressment -b missing node repainting -b missing node duenna -b missing node transcend -b missing node consciousness -b missing node reelections -b missing node field -b missing node peering -b missing node orphan -b missing node disentangling -b missing node unattainable -b missing node impressive -b missing node maternity -b missing node hug -b missing node huh -b missing node sipping -b missing node hue -b missing node round -b missing node hub -b missing node peaceable -b missing node perfecter -b missing node untrammeled -b missing node explainers -b missing node umping -b missing node fuhrer -b missing node angoras -b missing node clanged -b missing node peaceably -b missing node perfected -b missing node impression -b missing node dourine -b missing node baddies -b missing node cardiograph -b missing node cornball -b missing node canewares -b missing node sprattle -b missing node katrina -b missing node fiefs -b missing node wreaking -b missing node tigerish -b missing node hemogram -b missing node ulcering -b missing node coalsacks -b missing node hatrack -b missing node irritant -b missing node cardiograms -b missing node defrayed -b missing node nonpasserine -b missing node crookedly -b missing node purgation -b missing node beebee -b missing node defrayer -b missing node perpetual -b missing node sandbar -b missing node expanse -b missing node rateably -b missing node biassing -b missing node stingiest -b missing node sandbag -b missing node perfectas -b missing node frightening -b missing node susurration -b missing node immunologist -b missing node beddable -b missing node brothers -b missing node strivers -b missing node atrial -b missing node loin -b missing node hyperacid -b missing node hwy -b missing node reallocations -b missing node punting -b missing node trothed -b missing node pyxes -b missing node grovels -b missing node friendliest -b missing node earwigs -b missing node adults -b missing node imprisons -b missing node annunciators -b missing node alveolar -b missing node annunciatory -b missing node sixpences -b missing node murex -b missing node atwitter -b missing node gelled -b missing node fiery -b missing node evaporate -b missing node triliteral -b missing node extremest -b missing node celery -b missing node loft -b missing node tantra -b missing node increasers -b missing node hup -b missing node logo -b missing node hum -b missing node hun -b missing node biennially -b missing node defrayal -b missing node hut -b missing node logs -b missing node gowned -b missing node loge -b missing node privets -b missing node should -b missing node retaker -b missing node retakes -b missing node sightsee -b missing node rateable -b missing node retaken -b missing node ethnicity -b missing node sunsuit -b missing node logy -b missing node contended -b missing node lode -b missing node bootlegs -b missing node neophobic -b missing node neophobia -b missing node bylaws -b missing node milieu -b missing node fordless -b missing node rheostat -b missing node indiscernible -b missing node butler -b missing node lariating -b missing node roues -b missing node orphic -b missing node weanling -b missing node selectees -b missing node lumpiness -b missing node contender -b missing node palatine -b missing node rouge -b missing node dreariness -b missing node pyxie -b missing node bellworts -b missing node rough -b missing node fiend -b missing node hoodwinks -b missing node bagnio -b missing node imminently -b missing node phenocopies -b missing node pyxis -b missing node plugged -b missing node percussions -b missing node tunisians -b missing node sightsaw -b missing node lobe -b missing node mural -b missing node autoclave -b missing node lobo -b missing node elegancy -b missing node metiers -b missing node purgative -b missing node lobs -b missing node perpetuation -b missing node irreducible -b missing node elegance -b missing node lock -b missing node unweave -b missing node loci -b missing node latvia -b missing node loch -b missing node loco -b missing node irreducibly -b missing node recasts -b missing node shotted -b missing node cambers -b missing node chance -b missing node mopish -b missing node undervaluing -b missing node defloration -b missing node militantness -b missing node hypothesize -b missing node fandom -b missing node watermelons -b missing node gunlocks -b missing node erosivity -b missing node goaltenders -b missing node noodle -b missing node fez -b missing node fey -b missing node few -b missing node fee -b missing node glyphic -b missing node fed -b missing node corals -b missing node saudis -b missing node fem -b missing node fen -b missing node emirates -b missing node disfranchiser -b missing node disfranchises -b missing node dynast -b missing node selectmen -b missing node heptads -b missing node existences -b missing node hootches -b missing node contemporarily -b missing node nonpigmented -b missing node trilogy -b missing node fib -b missing node subregions -b missing node repudiating -b missing node purified -b missing node emits -b missing node reveler -b missing node barnacle -b missing node luau -b missing node distils -b missing node purifier -b missing node volatilizes -b missing node purifies -b missing node distill -b missing node chancy -b missing node shorty -b missing node nonethical -b missing node ponderers -b missing node givens -b missing node shorts -b missing node reveled -b missing node artistries -b missing node rehearsal -b missing node change -b missing node distributed -b missing node gratifying -b missing node dynamically -b missing node woodhen -b missing node compellers -b missing node distributee -b missing node fbi -b missing node mutineer -b missing node gleefully -b missing node khalif -b missing node elixirs -b missing node distributes -b missing node lube -b missing node distributer -b missing node mercurialism -b missing node fay -b missing node moping -b missing node fax -b missing node fat -b missing node drowsiness -b missing node luck -b missing node far -b missing node lucy -b missing node repurchase -b missing node winless -b missing node fan -b missing node gombo -b missing node submittance -b missing node fag -b missing node delicate -b missing node fad -b missing node cicatrix -b missing node disfranchised -b missing node biblical -b missing node cacheted -b missing node florences -b missing node winching -b missing node biogeochemistry -b missing node elaborations -b missing node demonetize -b missing node parquets -b missing node reseal -b missing node reseat -b missing node chanteuse -b missing node befriends -b missing node tribadic -b missing node nailheads -b missing node reticulated -b missing node bulwarked -b missing node pastille -b missing node sensual -b missing node enterprising -b missing node scintilla -b missing node remaindered -b missing node hormonally -b missing node vexatiousness -b missing node fittable -b missing node philatelic -b missing node sharecrops -b missing node secureness -b missing node airspaces -b missing node elations -b missing node shortcake -b missing node caters -b missing node crystalize -b missing node bustler -b missing node bustles -b missing node rawhiding -b missing node meteorology -b missing node bustled -b missing node feasibleness -b missing node alphabets -b missing node renominations -b missing node gemmier -b missing node penologist -b missing node sonatas -b missing node lender -b missing node fellatrixes -b missing node browner -b missing node cumulate -b missing node franklin -b missing node reseed -b missing node fermatas -b missing node dragged -b missing node benign -b missing node labeling -b missing node richness -b missing node turmerics -b missing node granulated -b missing node remigrations -b missing node snapshot -b missing node flocked -b missing node abbesses -b missing node winteriest -b missing node sigmoidal -b missing node trajectories -b missing node stagnantly -b missing node granulates -b missing node colleted -b missing node unsuited -b missing node hypothesist -b missing node downshift -b missing node browned -b missing node tribades -b missing node rouletting -b missing node dragger -b missing node emily -b missing node volatilized -b missing node sabots -b missing node misclassifies -b missing node colossus -b missing node wonkier -b missing node emptying -b missing node proverb -b missing node melodized -b missing node reemphasized -b missing node fatheads -b missing node fable -b missing node ext -b missing node refilled -b missing node electrically -b missing node dynamo -b missing node hoagie -b missing node misclassified -b missing node provers -b missing node eye -b missing node doleful -b missing node repudiation -b missing node nonconcurrence -b missing node readdressed -b missing node provoking -b missing node heydey -b missing node readdresses -b missing node presbyters -b missing node reemphasizes -b missing node posses -b missing node emirs -b missing node hornbill -b missing node infest -b missing node stilts -b missing node lieder -b missing node fishbone -b missing node nullifying -b missing node gruesomest -b missing node silicon -b missing node heyday -b missing node sojourners -b missing node hayforks -b missing node yasmaks -b missing node abrogate -b missing node selectman -b missing node taillights -b missing node gemmily -b missing node distributor -b missing node tweeters -b missing node givers -b missing node luxury -b missing node schedule -b missing node durables -b missing node teacakes -b missing node nonbeliever -b missing node brownie -b missing node chinbone -b missing node toenail -b missing node consonantal -b missing node melodizes -b missing node ruffly -b missing node eta -b missing node champy -b missing node noninterfaced -b missing node etc -b missing node equivocalness -b missing node enscrolled -b missing node champs -b missing node civilness -b missing node esp -b missing node clovers -b missing node chauvinist -b missing node kinesthetic -b missing node myrtles -b missing node orgasm -b missing node ess -b missing node infers -b missing node chauvinism -b missing node golly -b missing node literately -b missing node sitcoms -b missing node strudel -b missing node expanded -b missing node rotes -b missing node headland -b missing node precociousness -b missing node burrows -b missing node headlamp -b missing node eve -b missing node erupts -b missing node excuses -b missing node ravioli -b missing node excuser -b missing node artifacts -b missing node expander -b missing node valutas -b missing node excused -b missing node sleetiest -b missing node undecayed -b missing node ewe -b missing node duluth -b missing node eeriness -b missing node frogmen -b missing node beddings -b missing node delayers -b missing node delimitations -b missing node shores -b missing node fortyfives -b missing node sprains -b missing node draggle -b missing node orwellian -b missing node epa -b missing node delicacy -b missing node unlawfulness -b missing node reconcentrating -b missing node hollers -b missing node pixyish -b missing node eon -b missing node chuffs -b missing node lamination -b missing node sirrees -b missing node unregulated -b missing node mystification -b missing node chuffy -b missing node consonantly -b missing node emulsion -b missing node pneumatic -b missing node shored -b missing node goober -b missing node breathable -b missing node ceiling -b missing node shoehorned -b missing node clotting -b missing node inflators -b missing node swallows -b missing node erg -b missing node ere -b missing node surrounded -b missing node era -b missing node elegized -b missing node aberdeen -b missing node parathyroid -b missing node laminating -b missing node gruesomely -b missing node trespasses -b missing node trespasser -b missing node compassionate -b missing node unintellectual -b missing node inquests -b missing node fruitier -b missing node esc -b missing node inelegance -b missing node trespassed -b missing node audiometric -b missing node frogman -b missing node err -b missing node edemata -b missing node elegizes -b missing node duodenum -b missing node serest -b missing node phenological -b missing node gramarye -b missing node rotor -b missing node cements -b missing node rehearses -b missing node expired -b missing node bagman -b missing node reapplying -b missing node silicas -b missing node golds -b missing node maddened -b missing node vialling -b missing node expires -b missing node expirer -b missing node charitably -b missing node womanizers -b missing node eld -b missing node elf -b missing node hooligan -b missing node erotization -b missing node beckoningly -b missing node charitable -b missing node ruffed -b missing node elm -b missing node elk -b missing node ell -b missing node overhaul -b missing node furtiveness -b missing node ruffes -b missing node golem -b missing node rehearsed -b missing node unmuzzle -b missing node vrooming -b missing node satisfaction -b missing node malinger -b missing node emf -b missing node rehearser -b missing node reprehends -b missing node filth -b missing node figworts -b missing node golfs -b missing node emu -b missing node turgidities -b missing node ems -b missing node delusions -b missing node daylong -b missing node fallacious -b missing node groundlings -b missing node embezzlement -b missing node toiletry -b missing node end -b missing node enc -b missing node opossum -b missing node organa -b missing node cohesiveness -b missing node phylogeny -b missing node reconcentration -b missing node ens -b missing node possum -b missing node hissing -b missing node inadvisable -b missing node consolidations -b missing node toilette -b missing node majuscule -b missing node glazieries -b missing node vacillating -b missing node fishskin -b missing node volcanoes -b missing node eof -b missing node buffoon -b missing node bobsleds -b missing node pressingness -b missing node ego -b missing node humdingers -b missing node hoorahs -b missing node mopier -b missing node emulsive -b missing node egg -b missing node bagmen -b missing node tudor -b missing node inadvisably -b missing node cloddiest -b missing node statehood -b missing node organs -b missing node vaulters -b missing node anchorage -b missing node dogtrot -b missing node sphinxes -b missing node khats -b missing node intertropical -b missing node serene -b missing node interpretatively -b missing node instabilities -b missing node reassigning -b missing node crapulous -b missing node snacking -b missing node fruition -b missing node pastimes -b missing node tradition -b missing node freakishness -b missing node obtuseness -b missing node believable -b missing node serendipity -b missing node toucans -b missing node eke -b missing node ruffle -b missing node adducing -b missing node untamed -b missing node infect -b missing node fruiting -b missing node abridgement -b missing node beyonds -b missing node believably -b missing node limner -b missing node reappropriating -b missing node glacially -b missing node kilobytes -b missing node outspoken -b missing node minikin -b missing node swale -b missing node plenteous -b missing node reviling -b missing node prewash -b missing node bleak -b missing node camphorating -b missing node barwares -b missing node metonyms -b missing node finders -b missing node metonymy -b missing node blear -b missing node despitefully -b missing node sorrowful -b missing node spermic -b missing node bleat -b missing node sprawling -b missing node soullessness -b missing node unrepenting -b missing node gruelers -b missing node prognosticated -b missing node git -b missing node reappropriation -b missing node harmonized -b missing node motiles -b missing node overhand -b missing node gip -b missing node honouring -b missing node gin -b missing node overhang -b missing node prognosticates -b missing node harmonizes -b missing node harmonizer -b missing node gig -b missing node colossal -b missing node remigrates -b missing node bracketed -b missing node battener -b missing node fille -b missing node swank -b missing node supposers -b missing node effronteries -b missing node expectancy -b missing node swang -b missing node adamant -b missing node optionals -b missing node sherlock -b missing node filly -b missing node decongestants -b missing node towaways -b missing node intervention -b missing node fills -b missing node remigrated -b missing node battened -b missing node sampled -b missing node expectance -b missing node leaking -b missing node reenjoy -b missing node exquisitely -b missing node swamp -b missing node botchers -b missing node renominate -b missing node mutts -b missing node swami -b missing node arrester -b missing node films -b missing node millimeters -b missing node doorless -b missing node arrested -b missing node filmy -b missing node arrestee -b missing node preadapt -b missing node hydrogen -b missing node rejectable -b missing node slovenliness -b missing node shirtings -b missing node tokened -b missing node firebombed -b missing node chaufers -b missing node prewarm -b missing node beguilers -b missing node khans -b missing node pshaws -b missing node buffalos -b missing node burettes -b missing node macadamizing -b missing node moviedom -b missing node hoorahed -b missing node almighty -b missing node woodier -b missing node deionize -b missing node facto -b missing node facts -b missing node nonacceptance -b missing node adverbially -b missing node breviaries -b missing node lollop -b missing node gen -b missing node get -b missing node catchment -b missing node postal -b missing node botchery -b missing node swage -b missing node rogued -b missing node gee -b missing node sleighers -b missing node baronages -b missing node gem -b missing node gel -b missing node preallot -b missing node pyric -b missing node leakily -b missing node rogues -b missing node pouters -b missing node eroticization -b missing node ingrates -b missing node vacillation -b missing node reconsolidations -b missing node swain -b missing node swail -b missing node gastropod -b missing node practitioners -b missing node rehears -b missing node imploration -b missing node shiftability -b missing node khaki -b missing node persons -b missing node pitting -b missing node reheard -b missing node insheathing -b missing node kreutzer -b missing node berbers -b missing node persona -b missing node disapproving -b missing node dunk -b missing node overawed -b missing node sprawlier -b missing node dung -b missing node dune -b missing node homemade -b missing node famines -b missing node arbiter -b missing node overawes -b missing node swats -b missing node duns -b missing node swath -b missing node central -b missing node longboats -b missing node dithered -b missing node ghettoes -b missing node gab -b missing node gad -b missing node maladjustment -b missing node bunkers -b missing node unweaves -b missing node gag -b missing node soothsay -b missing node swordplay -b missing node facia -b missing node facie -b missing node gas -b missing node gar -b missing node ghettoed -b missing node gat -b missing node gay -b missing node poster -b missing node duos -b missing node swash -b missing node gam -b missing node gal -b missing node filch -b missing node gap -b missing node leakier -b missing node reachers -b missing node toileted -b missing node dupe -b missing node posted -b missing node interlace -b missing node adenine -b missing node reinstalling -b missing node windwards -b missing node naughtiness -b missing node serges -b missing node reboiling -b missing node filer -b missing node severation -b missing node files -b missing node flashiest -b missing node filet -b missing node hogbacks -b missing node luxe -b missing node milked -b missing node overplay -b missing node resemblance -b missing node filed -b missing node refilmed -b missing node guileful -b missing node grimiest -b missing node abounded -b missing node centred -b missing node durn -b missing node bleep -b missing node rancidities -b missing node centres -b missing node official -b missing node tannages -b missing node overcrowds -b missing node tiptoeing -b missing node insaner -b missing node returning -b missing node swans -b missing node fifths -b missing node dusk -b missing node unyoking -b missing node pionic -b missing node dust -b missing node twigging -b missing node betweens -b missing node idiotical -b missing node reerecting -b missing node batwing -b missing node disengage -b missing node sward -b missing node symphony -b missing node smeared -b missing node swipes -b missing node flankers -b missing node rudimentary -b missing node duty -b missing node swart -b missing node swarm -b missing node swiped -b missing node loller -b missing node tributes -b missing node swaps -b missing node limned -b missing node symbolizing -b missing node lolled -b missing node gerardias -b missing node hoorays -b missing node filii -b missing node bleed -b missing node condescends -b missing node smearer -b missing node chanty -b missing node chants -b missing node subaqueous -b missing node dugs -b missing node lure -b missing node whippets -b missing node saturating -b missing node horologes -b missing node multipliers -b missing node associate -b missing node resell -b missing node efflorescing -b missing node latrine -b missing node subkingdom -b missing node timers -b missing node scleral -b missing node scleras -b missing node duff -b missing node creditableness -b missing node pummel -b missing node involuntary -b missing node pentagon -b missing node agitatedly -b missing node signatories -b missing node duet -b missing node centric -b missing node imprinters -b missing node emulation -b missing node ballpoint -b missing node whippers -b missing node unmitigatedly -b missing node blotting -b missing node rosed -b missing node selenographers -b missing node fur -b missing node kentuckians -b missing node granulator -b missing node tzar -b missing node biomathematics -b missing node slowdowns -b missing node canebrakes -b missing node resent -b missing node anglo -b missing node monadal -b missing node unfilled -b missing node luny -b missing node muted -b missing node bullshits -b missing node landform -b missing node eardrop -b missing node angle -b missing node lune -b missing node lung -b missing node mutes -b missing node routeways -b missing node saturation -b missing node lunk -b missing node muter -b missing node tetrameter -b missing node facer -b missing node manumitting -b missing node facet -b missing node faces -b missing node responsibly -b missing node cinquains -b missing node reorienting -b missing node kinesthesia -b missing node scampers -b missing node dainties -b missing node faced -b missing node daintier -b missing node duke -b missing node cargoes -b missing node metrication -b missing node chevron -b missing node bunkhouse -b missing node arithmetician -b missing node windlasses -b missing node victim -b missing node frizettes -b missing node dazedness -b missing node tidally -b missing node fun -b missing node stilly -b missing node woodworker -b missing node angel -b missing node stills -b missing node anger -b missing node ravings -b missing node milker -b missing node turmeric -b missing node lute -b missing node emulative -b missing node metricating -b missing node dump -b missing node stranglings -b missing node sways -b missing node inclination -b missing node fermented -b missing node impulse -b missing node dumb -b missing node lust -b missing node filar -b missing node leisures -b missing node eardrum -b missing node inurement -b missing node revelry -b missing node commending -b missing node dull -b missing node leisured -b missing node lush -b missing node duly -b missing node preassign -b missing node tonetics -b missing node ravined -b missing node hyphens -b missing node reconsecrations -b missing node fro -b missing node shabbiest -b missing node macaws -b missing node timely -b missing node lurk -b missing node fry -b missing node ravines -b missing node fox -b missing node satiated -b missing node for -b missing node crotchety -b missing node eventides -b missing node resets -b missing node angry -b missing node fop -b missing node affably -b missing node angst -b missing node deserting -b missing node cobble -b missing node millstone -b missing node pyres -b missing node crotchets -b missing node marathon -b missing node reheats -b missing node pyrex -b missing node egomania -b missing node muring -b missing node fascinating -b missing node guardians -b missing node signboards -b missing node murine -b missing node vedic -b missing node reintegrates -b missing node damnability -b missing node rictus -b missing node inedited -b missing node uprights -b missing node satiates -b missing node hominess -b missing node duodenal -b missing node reintegrated -b missing node thirstiness -b missing node luge -b missing node regionally -b missing node montane -b missing node blottier -b missing node dual -b missing node lugs -b missing node relaying -b missing node angus -b missing node montana -b missing node hardcase -b missing node duad -b missing node birthstones -b missing node pastinas -b missing node demarche -b missing node monadic -b missing node responsible -b missing node desertion -b missing node luff -b missing node corbel -b missing node precentors -b missing node retails -b missing node incrustations -b missing node fob -b missing node victor -b missing node fog -b missing node taffies -b missing node reorient -b missing node foe -b missing node fascination -b missing node autodialing -b missing node wilful -b missing node affable -b missing node photographers -b missing node lump -b missing node dubs -b missing node sponsorship -b missing node hognoses -b missing node terminatory -b missing node interregnum -b missing node luna -b missing node atlases -b missing node perfectability -b missing node duce -b missing node terminators -b missing node mercurialize -b missing node prodigality -b missing node duck -b missing node stiles -b missing node calcined -b missing node jargonized -b missing node obsessors -b missing node partiality -b missing node ataxic -b missing node montage -b missing node wooding -b missing node ataxia -b missing node centrum -b missing node lull -b missing node sidebands -b missing node flu -b missing node lodger -b missing node calcines -b missing node clucks -b missing node lodges -b missing node outwaits -b missing node fly -b missing node roses -b missing node tubiform -b missing node lulu -b missing node duello -b missing node demarches -b missing node lodged -b missing node rosin -b missing node fie -b missing node germfree -b missing node duds -b missing node fig -b missing node emulating -b missing node fin -b missing node luke -b missing node snuggeries -b missing node fir -b missing node fit -b missing node fix -b missing node culprits -b missing node prognosticator -b missing node dues -b missing node duel -b missing node foreshadow -b missing node duct -b missing node donuts -b missing node roshi -b missing node tremens -b missing node jayvee -b missing node mappable -b missing node trident -b missing node unenriched -b missing node dude -b missing node decanting -b missing node perjurers -b missing node unwashed -b missing node seminally -b missing node mainsail -b missing node sabras -b missing node imposted -b missing node escorting -b missing node kielbasas -b missing node parade -b missing node unavenged -b missing node blats -b missing node verbally -b missing node radiometers -b missing node giddying -b missing node censorable -b missing node magicking -b missing node imposter -b missing node pressroom -b missing node buttress -b missing node lotted -b missing node vagrance -b missing node egoistic -b missing node reincurred -b missing node sailfishes -b missing node immunize -b missing node neutral -b missing node soapiness -b missing node vagrancy -b missing node trainway -b missing node existed -b missing node unliquidated -b missing node chiefly -b missing node crabbily -b missing node foaming -b missing node multilateral -b missing node senators -b missing node hearkened -b missing node estraying -b missing node forenoon -b missing node increasing -b missing node disasters -b missing node inheritances -b missing node ethnology -b missing node alizarins -b missing node goitres -b missing node gemologies -b missing node strikingly -b missing node kabala -b missing node public -b missing node dueler -b missing node strummer -b missing node pagoda -b missing node peeress -b missing node retaught -b missing node sequestratrices -b missing node apache -b missing node takings -b missing node honorifics -b missing node strummed -b missing node midguts -b missing node afterthoughts -b missing node retrospective -b missing node immunity -b missing node crawlers -b missing node boycotted -b missing node contriving -b missing node dad -b missing node dab -b missing node wingbacks -b missing node crabbier -b missing node ripely -b missing node dueled -b missing node parodying -b missing node mossiness -b missing node items -b missing node archduke -b missing node dan -b missing node secrets -b missing node dam -b missing node day -b missing node tutees -b missing node daw -b missing node ravaged -b missing node secrete -b missing node dyslectic -b missing node blaze -b missing node ravager -b missing node ravages -b missing node portico -b missing node sesterces -b missing node interlays -b missing node emphasize -b missing node rocketing -b missing node indistinct -b missing node lapidary -b missing node polemist -b missing node predictor -b missing node vermilion -b missing node shoppe -b missing node coloradans -b missing node fruitful -b missing node cup -b missing node popcorn -b missing node cum -b missing node cud -b missing node psychometries -b missing node shadiest -b missing node bengal -b missing node cue -b missing node cub -b missing node azurites -b missing node bankings -b missing node venalities -b missing node latinizing -b missing node oftenness -b missing node miaowing -b missing node privacy -b missing node buttressed -b missing node tollways -b missing node ampersands -b missing node fifteenths -b missing node professedly -b missing node fawned -b missing node polemize -b missing node periodicals -b missing node jewfishes -b missing node buttresses -b missing node sodded -b missing node liefly -b missing node fawner -b missing node egyptian -b missing node psychometrics -b missing node chapel -b missing node foamier -b missing node explaining -b missing node aggressed -b missing node dipsomaniac -b missing node charcoaled -b missing node portion -b missing node homophile -b missing node trustfully -b missing node dazzlingly -b missing node priestesses -b missing node vegan -b missing node avows -b missing node cur -b missing node deserters -b missing node widowered -b missing node cut -b missing node porting -b missing node ripens -b missing node vegas -b missing node barreling -b missing node dourest -b missing node reinvolving -b missing node ripest -b missing node rigidifies -b missing node oyster -b missing node quicklime -b missing node flaxier -b missing node applications -b missing node rigidified -b missing node alizarine -b missing node miller -b missing node milles -b missing node millet -b missing node inhalation -b missing node foamily -b missing node crabbing -b missing node distracts -b missing node gemologist -b missing node windlassed -b missing node forsooth -b missing node chirpiest -b missing node phrasing -b missing node vinosities -b missing node focusing -b missing node farcing -b missing node booklists -b missing node sodden -b missing node liefer -b missing node perceptibility -b missing node tigereye -b missing node clerkliest -b missing node stints -b missing node angas -b missing node subchiefs -b missing node ricrac -b missing node moguls -b missing node tubal -b missing node depict -b missing node tentacular -b missing node milled -b missing node forethoughtful -b missing node masked -b missing node nonrepresentative -b missing node insists -b missing node catgut -b missing node masker -b missing node tubas -b missing node rudiment -b missing node whitewashes -b missing node ambiguity -b missing node equipment -b missing node foreshortened -b missing node obligations -b missing node bloodstain -b missing node whitewashed -b missing node unknowingly -b missing node interest -b missing node imburse -b missing node shackling -b missing node nonparticipation -b missing node hipline -b missing node brunets -b missing node reconquest -b missing node youthening -b missing node tubby -b missing node lieges -b missing node swear -b missing node griddling -b missing node blade -b missing node dementedly -b missing node sweat -b missing node assayer -b missing node obsequy -b missing node tetrarch -b missing node dendritic -b missing node reconquers -b missing node arrestor -b missing node sorrowing -b missing node boxiest -b missing node tubed -b missing node elbowed -b missing node pronounces -b missing node bronzers -b missing node bestrewing -b missing node twiggier -b missing node healing -b missing node tuber -b missing node tubes -b missing node pronounced -b missing node piffle -b missing node cod -b missing node cog -b missing node bustier -b missing node cob -b missing node unengaged -b missing node assayed -b missing node phaetons -b missing node stencilling -b missing node con -b missing node screech -b missing node coo -b missing node washouts -b missing node col -b missing node swede -b missing node advisories -b missing node com -b missing node cop -b missing node bewitchments -b missing node cheatingly -b missing node faded -b missing node blahs -b missing node cow -b missing node proprietress -b missing node fluoridations -b missing node cot -b missing node coy -b missing node fader -b missing node blain -b missing node misogynists -b missing node resilient -b missing node fades -b missing node xerophilous -b missing node bequeathed -b missing node optionees -b missing node cpi -b missing node unethical -b missing node aquinas -b missing node outweighed -b missing node cps -b missing node malingers -b missing node identities -b missing node cpu -b missing node sweep -b missing node sweet -b missing node bigheaded -b missing node faddy -b missing node candidatures -b missing node neutron -b missing node inspirational -b missing node unmolded -b missing node fluency -b missing node hurricane -b missing node worldliness -b missing node nonparticipating -b missing node traitor -b missing node nonrepresentational -b missing node inculcate -b missing node chauffer -b missing node chamfered -b missing node needlers -b missing node subcell -b missing node detoxify -b missing node interregnal -b missing node needless -b missing node secrecy -b missing node cry -b missing node rebutting -b missing node bartlett -b missing node lipless -b missing node buzzwords -b missing node jerseys -b missing node taffeta -b missing node neonatally -b missing node interlaid -b missing node wearable -b missing node celiac -b missing node tugboat -b missing node brakemen -b missing node wastrel -b missing node aggrieving -b missing node avoid -b missing node labelled -b missing node amazons -b missing node promodern -b missing node preventatives -b missing node topkicks -b missing node reelects -b missing node digitization -b missing node blame -b missing node betrothal -b missing node statuette -b missing node labeller -b missing node anopheles -b missing node nigerians -b missing node nonsupport -b missing node chorines -b missing node pompadour -b missing node bequeathal -b missing node screens -b missing node shahdom -b missing node shavable -b missing node persistently -b missing node extremes -b missing node extremer -b missing node unapprehensive -b missing node miscreant -b missing node lobotomy -b missing node corresponds -b missing node indirectly -b missing node mesmerizers -b missing node delphiniums -b missing node convalescents -b missing node coursing -b missing node caracoles -b missing node blank -b missing node busting -b missing node pavilion -b missing node wainscoted -b missing node exurbias -b missing node hailer -b missing node dulcets -b missing node octuplets -b missing node expatriations -b missing node miseducate -b missing node funerary -b missing node critique -b missing node blanc -b missing node bland -b missing node interlard -b missing node flirter -b missing node macadam -b missing node soundlessly -b missing node brakeman -b missing node hailed -b missing node swell -b missing node flirted -b missing node shoots -b missing node betrothed -b missing node supraliminal -b missing node mentors -b missing node nonhero -b missing node cia -b missing node wrangling -b missing node fastenings -b missing node defamations -b missing node delicacies -b missing node teazels -b missing node flirtation -b missing node eyesights -b missing node unkempt -b missing node chi -b missing node dulses -b missing node lobotomized -b missing node blast -b missing node contrasting -b missing node unformed -b missing node bondages -b missing node dendrites -b missing node decoying -b missing node sidespin -b missing node extremis -b missing node creepages -b missing node subcurator -b missing node blase -b missing node nephritises -b missing node veracious -b missing node cit -b missing node weariful -b missing node abnormal -b missing node retrospection -b missing node blare -b missing node noninflected -b missing node overtrains -b missing node radiators -b missing node punitive -b missing node ebb -b missing node ungratifying -b missing node swings -b missing node egotisms -b missing node swingy -b missing node pibrochs -b missing node ruggedness -b missing node churchiest -b missing node recipient -b missing node farthings -b missing node crankpin -b missing node swinge -b missing node cozier -b missing node cozies -b missing node awoken -b missing node maceraters -b missing node recalculating -b missing node wholism -b missing node sonatinas -b missing node besmuts -b missing node barcarole -b missing node ear -b missing node overprotected -b missing node genotypes -b missing node eat -b missing node recalculation -b missing node torsion -b missing node eau -b missing node dashboard -b missing node liberators -b missing node beamier -b missing node anderson -b missing node avocets -b missing node measuring -b missing node soling -b missing node deliberator -b missing node stepbrother -b missing node phonetically -b missing node realignments -b missing node turtles -b missing node turtler -b missing node sinless -b missing node perishability -b missing node turtled -b missing node cleopatra -b missing node unslings -b missing node underproduction -b missing node swinks -b missing node tunneling -b missing node thrifty -b missing node pastiches -b missing node eft -b missing node manifestations -b missing node serins -b missing node sauces -b missing node eel -b missing node saucer -b missing node sering -b missing node solutes -b missing node serine -b missing node eminencies -b missing node zizzles -b missing node veers -b missing node ballplayers -b missing node stratification -b missing node thrifts -b missing node veery -b missing node madrones -b missing node funerals -b missing node alcoholically -b missing node tickings -b missing node defrauds -b missing node trembly -b missing node banishers -b missing node pronunciation -b missing node squeamishness -b missing node redirect -b missing node dismantling -b missing node abnegate -b missing node supremest -b missing node duettists -b missing node southwestward -b missing node immortally -b missing node wickyup -b missing node slapdashes -b missing node indefinitely -b missing node trainfuls -b missing node bettors -b missing node blastoffs -b missing node pitifully -b missing node veeps -b missing node somberly -b missing node dye -b missing node wavelengths -b missing node socialist -b missing node convoluting -b missing node socialism -b missing node jawboning -b missing node touzle -b missing node chucks -b missing node highhandedly -b missing node convalescence -b missing node seasider -b missing node seasides -b missing node niching -b missing node envied -b missing node chucky -b missing node rumanian -b missing node intromission -b missing node bewigs -b missing node sprigs -b missing node fortressed -b missing node beamily -b missing node series -b missing node wreakers -b missing node fortresses -b missing node zizzled -b missing node faery -b missing node beaming -b missing node proximate -b missing node sauced -b missing node remaining -b missing node wilder -b missing node precelebrations -b missing node misbelief -b missing node envier -b missing node emulsify -b missing node envies -b missing node vagabond -b missing node stranglers -b missing node fallows -b missing node enjoying -b missing node indiscreet -b missing node apostasies -b missing node hawthorne -b missing node nontropical -b missing node monogram -b missing node sprier -b missing node hawthorns -b missing node egotists -b missing node sowbelly -b missing node titterers -b missing node puckers -b missing node pressurizers -b missing node selective -b missing node puckery -b missing node legislatorial -b missing node upholsterer -b missing node hagglers -b missing node veiling -b missing node cosmogonists -b missing node armada -b missing node nonformation -b missing node punters -b missing node panicky -b missing node jabberer -b missing node autobahnen -b missing node renumbers -b missing node serifs -b missing node qindars -b missing node thither -b missing node panicle -b missing node jabbered -b missing node genotypic -b missing node pubescent -b missing node tolled -b missing node vaultier -b missing node nutrimental -b missing node exultantly -b missing node tranquilizing -b missing node judicature -b missing node cozily -b missing node convolution -b missing node noncivilized -b missing node fomentation -b missing node toller -b missing node upholstered -b missing node exonerators -b missing node subbreeds -b missing node flowerpot -b missing node don -b missing node dom -b missing node minimax -b missing node apologies -b missing node doz -b missing node socialize -b missing node minimal -b missing node excommunicators -b missing node adhesional -b missing node dot -b missing node dos -b missing node assistant -b missing node originalities -b missing node corded -b missing node briberies -b missing node sentiments -b missing node going -b missing node orgeat -b missing node anear -b missing node vagrants -b missing node stilting -b missing node consultants -b missing node kilograms -b missing node whooplas -b missing node instructing -b missing node bootlace -b missing node murker -b missing node brilliant -b missing node foamless -b missing node newness -b missing node algerians -b missing node wildly -b missing node paroles -b missing node ulsters -b missing node attainably -b missing node enslaver -b missing node enslaves -b missing node asserters -b missing node paroler -b missing node sentence -b missing node hazelnut -b missing node metaphorical -b missing node spring -b missing node refractivities -b missing node inexcusability -b missing node artificers -b missing node sprint -b missing node crosscurrent -b missing node feedlots -b missing node navigate -b missing node attainable -b missing node bleedings -b missing node corder -b missing node flauntingly -b missing node selection -b missing node uxorial -b missing node electioneers -b missing node parolee -b missing node paroled -b missing node enslaved -b missing node doc -b missing node doe -b missing node dog -b missing node mesquite -b missing node eyebolts -b missing node provide -b missing node bedmaker -b missing node retrieving -b missing node sprite -b missing node asepses -b missing node pilastered -b missing node selecting -b missing node sinuses -b missing node mommies -b missing node stroking -b missing node tucks -b missing node fallout -b missing node sprits -b missing node coquets -b missing node unessential -b missing node clanked -b missing node dun -b missing node dup -b missing node duo -b missing node maxillae -b missing node due -b missing node dug -b missing node dub -b missing node dud -b missing node beamish -b missing node aromatic -b missing node mudguards -b missing node skimped -b missing node stinks -b missing node prostyle -b missing node elliptical -b missing node disintegrated -b missing node stinko -b missing node socialite -b missing node pictorials -b missing node biosatellite -b missing node stinky -b missing node aggresses -b missing node instruction -b missing node seines -b missing node seiner -b missing node recommitting -b missing node disintegrates -b missing node beachboy -b missing node dry -b missing node granularly -b missing node untraveled -b missing node delineates -b missing node seined -b missing node vinosity -b missing node delineated -b missing node impressers -b missing node serial -b missing node hobbyist -b missing node levitation -b missing node supremely -b missing node indiscrete -b missing node rescue -b missing node muddying -b missing node instructive -b missing node asepsis -b missing node advisory -b missing node disintegrator -b missing node chiefer -b missing node prerogative -b missing node advisors -b missing node deliberated -b missing node did -b missing node planting -b missing node kettles -b missing node levitating -b missing node abjuring -b missing node deliberates -b missing node inflight -b missing node anyhow -b missing node marmite -b missing node fideles -b missing node der -b missing node des -b missing node magnitudes -b missing node pervades -b missing node dew -b missing node deprivation -b missing node stingy -b missing node pervader -b missing node cordon -b missing node murkly -b missing node stings -b missing node extemporize -b missing node ornamenting -b missing node exclaves -b missing node private -b missing node deb -b missing node stingo -b missing node dec -b missing node alamedas -b missing node dei -b missing node del -b missing node nuncles -b missing node den -b missing node interagent -b missing node sorehead -b missing node falloff -b missing node anele -b missing node paralyzed -b missing node disaffectedly -b missing node disenchanted -b missing node procathedral -b missing node paralyzer -b missing node paralyzes -b missing node aglimmer -b missing node contemporaries -b missing node carpetbags -b missing node spectacle -b missing node overlaying -b missing node drys -b missing node striving -b missing node tweeting -b missing node sabred -b missing node apologias -b missing node remembrance -b missing node irreversible -b missing node catspaw -b missing node anent -b missing node cheerlessly -b missing node brainstorming -b missing node gnattier -b missing node answerers -b missing node irreversibly -b missing node fidelis -b missing node unfittingly -b missing node highjack -b missing node pervaded -b missing node redoubtable -b missing node resorbed -b missing node vagrant -b missing node dim -b missing node din -b missing node dip -b missing node capered -b missing node dis -b missing node die -b missing node dig -b missing node redoubtably -b missing node chowdering -b missing node murrains -b missing node depressibilities -b missing node sabres -b missing node caperer -b missing node anagrams -b missing node immolations -b missing node viscosities -b missing node proving -b missing node relaxation -b missing node snifters -b missing node ioniums -b missing node aggressor -b missing node hightails -b missing node wizardries -b missing node plenteousness -b missing node modestest -b missing node cornering -b missing node verdi -b missing node holding -b missing node bivouacs -b missing node spiffing -b missing node thuggees -b missing node mopeds -b missing node verde -b missing node discharged -b missing node twinged -b missing node globosities -b missing node herniating -b missing node rho -b missing node discharger -b missing node paging -b missing node disenfranchising -b missing node discharges -b missing node sweptback -b missing node hydrology -b missing node timber -b missing node triennial -b missing node cambium -b missing node gelder -b missing node loafing -b missing node roped -b missing node defilers -b missing node snubbing -b missing node digs -b missing node armies -b missing node salvational -b missing node recumbencies -b missing node somebody -b missing node spiffily -b missing node viewing -b missing node mobilization -b missing node oppositely -b missing node twinges -b missing node bespeaking -b missing node ret -b missing node rev -b missing node rex -b missing node unhackneyed -b missing node herniation -b missing node stentors -b missing node caretakers -b missing node leachiest -b missing node verbs -b missing node proctored -b missing node roper -b missing node ropes -b missing node brahmans -b missing node archangel -b missing node generously -b missing node reb -b missing node infirm -b missing node ref -b missing node rec -b missing node red -b missing node reg -b missing node cervical -b missing node rem -b missing node cambist -b missing node req -b missing node cambism -b missing node homographs -b missing node rep -b missing node phlebitis -b missing node dilate -b missing node laxatives -b missing node observers -b missing node pecuniary -b missing node rattiest -b missing node reformulate -b missing node swimmy -b missing node calculators -b missing node ovulations -b missing node newsgirl -b missing node monopolizing -b missing node invalid -b missing node description -b missing node dike -b missing node coachers -b missing node undulate -b missing node adulatory -b missing node verge -b missing node impugns -b missing node unsupported -b missing node adulators -b missing node timbal -b missing node placers -b missing node tremble -b missing node veracity -b missing node heartbeat -b missing node disrepute -b missing node delimited -b missing node forjudged -b missing node sickliness -b missing node howlers -b missing node raw -b missing node forjudger -b missing node ray -b missing node forjudges -b missing node rapacity -b missing node inviolately -b missing node dill -b missing node rap -b missing node organize -b missing node rat -b missing node dime -b missing node shying -b missing node supplement -b missing node admonish -b missing node benumb -b missing node curfewed -b missing node exogamies -b missing node dims -b missing node shapeless -b missing node vivider -b missing node follies -b missing node ding -b missing node affiant -b missing node reissue -b missing node dine -b missing node rah -b missing node rag -b missing node ran -b missing node female -b missing node ram -b missing node owlishly -b missing node wirepuller -b missing node rad -b missing node fainting -b missing node refastens -b missing node jailers -b missing node clerkly -b missing node cadre -b missing node unobtrusiveness -b missing node hollowness -b missing node dins -b missing node dint -b missing node jerkers -b missing node nemeses -b missing node spirogram -b missing node goyim -b missing node element -b missing node rifleman -b missing node streakers -b missing node rot -b missing node rom -b missing node viewier -b missing node barding -b missing node reaccepts -b missing node row -b missing node classers -b missing node rob -b missing node ochroid -b missing node rod -b missing node roc -b missing node habitations -b missing node teleplay -b missing node roe -b missing node matchable -b missing node undoubted -b missing node mountaineers -b missing node pyjamas -b missing node perceptions -b missing node impulsions -b missing node browser -b missing node browses -b missing node vaulting -b missing node dips -b missing node dipt -b missing node compadre -b missing node foster -b missing node browsed -b missing node dirk -b missing node immerge -b missing node dire -b missing node surprisingly -b missing node dish -b missing node mouthiest -b missing node spelldowns -b missing node disk -b missing node adrenal -b missing node needles -b missing node innumerable -b missing node needler -b missing node disc -b missing node nemesis -b missing node epicene -b missing node mezquite -b missing node licitation -b missing node dirt -b missing node summertime -b missing node bargainers -b missing node organist -b missing node faintish -b missing node organism -b missing node diplomacies -b missing node bagging -b missing node ripple -b missing node shakable -b missing node bourbon -b missing node ripply -b missing node mantelet -b missing node adsorptiveness -b missing node preglacial -b missing node kilties -b missing node parqueting -b missing node waggery -b missing node prosperous -b missing node mecum -b missing node preinstruction -b missing node rip -b missing node dive -b missing node rig -b missing node intercom -b missing node follicles -b missing node moxies -b missing node schnapps -b missing node thumbnails -b missing node diva -b missing node clannishly -b missing node rim -b missing node ligneous -b missing node rib -b missing node rid -b missing node recrown -b missing node needled -b missing node tariffed -b missing node decliner -b missing node declines -b missing node wheezier -b missing node preinstructing -b missing node reconveyed -b missing node poultries -b missing node declined -b missing node augends -b missing node derelict -b missing node ergonomic -b missing node snottiest -b missing node omnivore -b missing node insurrections -b missing node distend -b missing node chards -b missing node spryly -b missing node emeer -b missing node rya -b missing node rye -b missing node chared -b missing node tournament -b missing node rug -b missing node rue -b missing node nonvisible -b missing node proprietor -b missing node stipulator -b missing node run -b missing node annoyances -b missing node rum -b missing node recross -b missing node scenarios -b missing node lewdness -b missing node paranoia -b missing node apologist -b missing node mopers -b missing node paranoid -b missing node rut -b missing node baggily -b missing node sectoral -b missing node resolvers -b missing node graspingly -b missing node isometrically -b missing node gesticulating -b missing node strategists -b missing node testings -b missing node gaucheries -b missing node complexer -b missing node riflemen -b missing node complexes -b missing node bulkiest -b missing node timbre -b missing node hominies -b missing node collimation -b missing node studhorse -b missing node outfoxed -b missing node unforced -b missing node lyes -b missing node outfoxes -b missing node nonconductive -b missing node madonnas -b missing node sleepiness -b missing node airbusses -b missing node gesticulation -b missing node underpasses -b missing node complacent -b missing node churlishness -b missing node prospectuses -b missing node casings -b missing node unslaked -b missing node baggier -b missing node weasands -b missing node rub -b missing node baggies -b missing node medal -b missing node chares -b missing node fadings -b missing node cliqued -b missing node scission -b missing node cliques -b missing node trespassory -b missing node ceremonially -b missing node distent -b missing node collimating -b missing node exploratory -b missing node outplaying -b missing node cliquey -b missing node translatable -b missing node spryer -b missing node ripper -b missing node borderlands -b missing node starfish -b missing node loiteringly -b missing node alexandrines -b missing node onlooker -b missing node snowsuit -b missing node ripped -b missing node charge -b missing node kilting -b missing node powwows -b missing node espaliered -b missing node sectored -b missing node dexterously -b missing node debarred -b missing node sac -b missing node sad -b missing node artisan -b missing node sag -b missing node evangelistic -b missing node wheezing -b missing node glycosyls -b missing node rotaries -b missing node sal -b missing node apparition -b missing node sam -b missing node inundates -b missing node apologize -b missing node arborvitaes -b missing node recitals -b missing node caramelizes -b missing node metabolizing -b missing node elkhound -b missing node charms -b missing node itchy -b missing node misdoing -b missing node emend -b missing node snubbier -b missing node hempseed -b missing node sap -b missing node happened -b missing node san -b missing node sat -b missing node monadism -b missing node say -b missing node sax -b missing node saw -b missing node ulcerate -b missing node shellacked -b missing node tinsmiths -b missing node shellacker -b missing node disinheriting -b missing node tritons -b missing node abscessing -b missing node compliancies -b missing node unhealthful -b missing node porousness -b missing node unravels -b missing node chelating -b missing node unchained -b missing node tomographic -b missing node hyacinthine -b missing node caramelized -b missing node corner -b missing node calyces -b missing node cornet -b missing node megapod -b missing node inundated -b missing node pleasureful -b missing node tetrapod -b missing node incensed -b missing node stubbiness -b missing node quaaludes -b missing node disqualify -b missing node stipulates -b missing node yowlers -b missing node delimiter -b missing node suburbs -b missing node quiltings -b missing node cornea -b missing node citrines -b missing node goonie -b missing node euler -b missing node corned -b missing node whosis -b missing node incenses -b missing node hominids -b missing node chelation -b missing node tritone -b missing node wheezily -b missing node cornel -b missing node nonconducting -b missing node casinos -b missing node ellipsoidal -b missing node birding -b missing node zonked -b missing node stipulated -b missing node retainment -b missing node bedazzle -b missing node shutting -b missing node biaxial -b missing node coveters -b missing node suntans -b missing node fuguists -b missing node loessial -b missing node exclaim -b missing node symbolizations -b missing node apprising -b missing node media -b missing node unobserved -b missing node calycle -b missing node medic -b missing node cervices -b missing node waterwheel -b missing node emery -b missing node handedly -b missing node midweeks -b missing node emulators -b missing node scenarist -b missing node undulant -b missing node immerse -b missing node charon -b missing node infringed -b missing node heelings -b missing node gelded -b missing node peachiest -b missing node hardwired -b missing node cavilers -b missing node infringer -b missing node blueberries -b missing node wearables -b missing node infringes -b missing node topically -b missing node vividly -b missing node harass -b missing node dilettantism -b missing node combustible -b missing node calamity -b missing node birdies -b missing node fumettes -b missing node sharpens -b missing node immersions -b missing node dilettantish -b missing node judoists -b missing node blotchiest -b missing node lynx -b missing node scampish -b missing node birdied -b missing node she -b missing node combustibly -b missing node sandworms -b missing node defiance -b missing node apologizing -b missing node segregant -b missing node ferrules -b missing node roods -b missing node inconvenienced -b missing node reinsuring -b missing node constrainment -b missing node libbing -b missing node charry -b missing node pustular -b missing node truffles -b missing node exclave -b missing node ensheathed -b missing node illumines -b missing node ferruled -b missing node untraceable -b missing node prattlers -b missing node impostor -b missing node brutalizes -b missing node six -b missing node ensheathes -b missing node illumined -b missing node brutalized -b missing node corianders -b missing node italy -b missing node peakiest -b missing node pinball -b missing node sic -b missing node sizzle -b missing node sib -b missing node litigable -b missing node unequivocal -b missing node shy -b missing node sit -b missing node charts -b missing node sir -b missing node sis -b missing node sip -b missing node sin -b missing node extrospection -b missing node scenery -b missing node exempts -b missing node ripost -b missing node muggy -b missing node pustuled -b missing node lyre -b missing node cuckooing -b missing node rewording -b missing node vivifiers -b missing node reaching -b missing node coolidge -b missing node muggs -b missing node smarmier -b missing node pustules -b missing node defacing -b missing node pummelling -b missing node griddle -b missing node collaterally -b missing node sci -b missing node assails -b missing node neckbands -b missing node tackers -b missing node swills -b missing node sew -b missing node gaminess -b missing node misaddress -b missing node sex -b missing node calamint -b missing node bullyboy -b missing node overlie -b missing node set -b missing node episcopates -b missing node townsfolk -b missing node obliviousness -b missing node mongolism -b missing node revivals -b missing node calamine -b missing node idyllic -b missing node transitiveness -b missing node prefers -b missing node tackets -b missing node personage -b missing node fossae -b missing node disseminated -b missing node sea -b missing node dyestuff -b missing node shakiest -b missing node tenuous -b missing node woodnote -b missing node disseminates -b missing node see -b missing node fringiest -b missing node sec -b missing node seq -b missing node respiration -b missing node paymaster -b missing node spy -b missing node cajole -b missing node capelan -b missing node betrayed -b missing node casebook -b missing node padlocking -b missing node salaaming -b missing node charlestons -b missing node polemics -b missing node welladay -b missing node earworm -b missing node intersexually -b missing node dalesman -b missing node monologists -b missing node injudiciously -b missing node subdistrict -b missing node spa -b missing node nymphs -b missing node sot -b missing node antonymies -b missing node handcarts -b missing node reconverted -b missing node sow -b missing node tailgated -b missing node church -b missing node sox -b missing node soy -b missing node benefact -b missing node sol -b missing node channels -b missing node avail -b missing node son -b missing node summons -b missing node nympho -b missing node sop -b missing node nonsalable -b missing node sos -b missing node dhow -b missing node nosiness -b missing node sod -b missing node prolongations -b missing node tailgates -b missing node betrayer -b missing node aerosols -b missing node brothering -b missing node reinspect -b missing node soc -b missing node sob -b missing node dictionaries -b missing node catechumens -b missing node dictions -b missing node raised -b missing node morphines -b missing node breathtaking -b missing node milord -b missing node gaslight -b missing node diluters -b missing node pealing -b missing node fosses -b missing node intromit -b missing node sapidity -b missing node detonate -b missing node untrusting -b missing node sonorously -b missing node unedifying -b missing node poutier -b missing node hefter -b missing node dowery -b missing node ballisticians -b missing node spotting -b missing node swindling -b missing node competency -b missing node sharpest -b missing node stewarding -b missing node hefted -b missing node sky -b missing node viscous -b missing node competence -b missing node intangibility -b missing node ski -b missing node overlap -b missing node snowmelt -b missing node jagger -b missing node aunthood -b missing node compacts -b missing node limbed -b missing node spottily -b missing node cityfied -b missing node overlay -b missing node floatier -b missing node supposing -b missing node dowers -b missing node limber -b missing node unimpeded -b missing node amyls -b missing node reconstitute -b missing node yeshivahs -b missing node biogeographical -b missing node interstitial -b missing node jagged -b missing node cacti -b missing node inconveniences -b missing node guzzled -b missing node biotas -b missing node contentiously -b missing node recharters -b missing node sadducee -b missing node goddesses -b missing node respirating -b missing node guzzles -b missing node sharpers -b missing node tetrasaccharide -b missing node guzzler -b missing node homeric -b missing node sly -b missing node spindliest -b missing node sprawls -b missing node fossil -b missing node synagogal -b missing node sprawly -b missing node blips -b missing node audads -b missing node specialist -b missing node unsurely -b missing node fullness -b missing node forecasters -b missing node grainers -b missing node bandwagon -b missing node upping -b missing node bejeweled -b missing node cambial -b missing node rooty -b missing node adriatic -b missing node monster -b missing node roots -b missing node mongolian -b missing node cadgy -b missing node internationalizing -b missing node cadge -b missing node chased -b missing node pouting -b missing node transiently -b missing node amethysts -b missing node clavicle -b missing node uncelebrated -b missing node nullifiers -b missing node serialization -b missing node eclectics -b missing node twiners -b missing node roost -b missing node chases -b missing node chaser -b missing node ripoff -b missing node undrest -b missing node undress -b missing node antiproton -b missing node personate -b missing node bliss -b missing node cadis -b missing node clubbers -b missing node maxwell -b missing node spraddle -b missing node clerked -b missing node footrests -b missing node catalepsies -b missing node stabbers -b missing node incoordination -b missing node corona -b missing node churls -b missing node probusiness -b missing node gregorian -b missing node mistier -b missing node effeteness -b missing node raises -b missing node raiser -b missing node encounter -b missing node curatively -b missing node buboes -b missing node ambushing -b missing node croakier -b missing node backslaps -b missing node exclusiveness -b missing node consequential -b missing node lienteries -b missing node spottier -b missing node disingenuous -b missing node godwit -b missing node circumcisions -b missing node suctorial -b missing node nonlethal -b missing node capelet -b missing node overprotect -b missing node sty -b missing node specialize -b missing node tussles -b missing node passkeys -b missing node sue -b missing node infarctions -b missing node misapplied -b missing node sub -b missing node sui -b missing node ochrous -b missing node sum -b missing node sup -b missing node packsaddle -b missing node sun -b missing node misapplies -b missing node misapplier -b missing node tussled -b missing node oblation -b missing node tactility -b missing node wagoning -b missing node expressible -b missing node blimy -b missing node biotin -b missing node morphinic -b missing node promise -b missing node rotatable -b missing node blimp -b missing node nutlet -b missing node blini -b missing node smutted -b missing node blink -b missing node biotic -b missing node nuthatches -b missing node infusoria -b missing node raisin -b missing node pentacle -b missing node blind -b missing node stewpan -b missing node gleamed -b missing node trebling -b missing node tai -b missing node hosanna -b missing node tag -b missing node diam -b missing node dial -b missing node tab -b missing node overextending -b missing node tad -b missing node nonintellectuals -b missing node iridium -b missing node dias -b missing node wanderlust -b missing node diag -b missing node dewberry -b missing node horseman -b missing node misting -b missing node duckers -b missing node roomy -b missing node gallanting -b missing node vitalizing -b missing node rooms -b missing node closefisted -b missing node others -b missing node rooky -b missing node infertility -b missing node churrs -b missing node chasms -b missing node cracksman -b missing node memorization -b missing node statures -b missing node gandered -b missing node osmose -b missing node tax -b missing node rallyes -b missing node taw -b missing node tau -b missing node frivoled -b missing node tat -b missing node tar -b missing node thymines -b missing node tap -b missing node tao -b missing node tan -b missing node dognapped -b missing node tam -b missing node intestinal -b missing node doorway -b missing node scamping -b missing node macers -b missing node frivoler -b missing node rebelling -b missing node domestically -b missing node mistily -b missing node outdistances -b missing node sensing -b missing node chasmy -b missing node deigned -b missing node rooks -b missing node jostle -b missing node outdistanced -b missing node segregate -b missing node monolithic -b missing node personals -b missing node solacers -b missing node croakily -b missing node unsigned -b missing node upreared -b missing node mistime -b missing node mecca -b missing node scorning -b missing node dies -b missing node diet -b missing node anyway -b missing node croaking -b missing node nonrational -b missing node hickey -b missing node stipend -b missing node died -b missing node horsemen -b missing node achenial -b missing node gelees -b missing node diem -b missing node dido -b missing node murder -b missing node uppish -b missing node bragged -b missing node didy -b missing node bragger -b missing node cockhorses -b missing node raison -b missing node churns -b missing node environment -b missing node misdiagnosing -b missing node shipyard -b missing node takable -b missing node horrors -b missing node arbitrations -b missing node rebellion -b missing node slipperier -b missing node avast -b missing node dict -b missing node arrowed -b missing node stipes -b missing node perfectibility -b missing node dice -b missing node anglians -b missing node caddy -b missing node breeding -b missing node uppity -b missing node dick -b missing node moneymakers -b missing node descriptive -b missing node uncoffined -b missing node dibs -b missing node rondelle -b missing node clamorously -b missing node conventionalizing -b missing node truffled -b missing node roofs -b missing node accouter -b missing node cades -b missing node cadet -b missing node tufts -b missing node tufty -b missing node frowsty -b missing node asseverate -b missing node disparagements -b missing node fatalists -b missing node scorners -b missing node outmoved -b missing node misbills -b missing node tainting -b missing node burring -b missing node centuple -b missing node indiscretions -b missing node everlastingly -b missing node propellants -b missing node edelweiss -b missing node intestines -b missing node grueling -b missing node reaccents -b missing node retranslates -b missing node josses -b missing node resold -b missing node interrelation -b missing node resole -b missing node izzards -b missing node retranslated -b missing node snuck -b missing node bouzoukia -b missing node riprapped -b missing node statuted -b missing node noncompeting -b missing node mickle -b missing node barbless -b missing node jackdaws -b missing node training -b missing node chaconne -b missing node truckmaster -b missing node interrelating -b missing node bouzoukis -b missing node truckings -b missing node lavations -b missing node grilled -b missing node tubbiest -b missing node nubilities -b missing node compatibles -b missing node sexology -b missing node charities -b missing node snubs -b missing node peevishly -b missing node summerier -b missing node statutes -b missing node remonstrance -b missing node interact -b missing node skidooing -b missing node ellipsoids -b missing node clannish -b missing node embow -b missing node hardihood -b missing node snuff -b missing node elevons -b missing node synagogue -b missing node reciprocities -b missing node initialize -b missing node diarchy -b missing node huguenots -b missing node fusilier -b missing node swabs -b missing node binocular -b missing node harmonies -b missing node bellpull -b missing node survivability -b missing node yanquis -b missing node mujik -b missing node wondered -b missing node snowcapped -b missing node tantalized -b missing node antivenin -b missing node hydrostatics -b missing node prejudiced -b missing node snugs -b missing node par -b missing node pat -b missing node pas -b missing node tantalizes -b missing node temporization -b missing node tantalizer -b missing node pax -b missing node paw -b missing node carnelians -b missing node pay -b missing node prejudices -b missing node satisfiers -b missing node pac -b missing node repacified -b missing node pad -b missing node propagator -b missing node garnering -b missing node depend -b missing node surveyed -b missing node meads -b missing node pal -b missing node tisanes -b missing node chariest -b missing node pap -b missing node theoretical -b missing node baggiest -b missing node etiologically -b missing node pan -b missing node chaste -b missing node whanging -b missing node wonderer -b missing node repacifies -b missing node hipless -b missing node loathing -b missing node aerophobia -b missing node thrills -b missing node harbor -b missing node submiss -b missing node indexable -b missing node datedness -b missing node waffled -b missing node fluorosis -b missing node involve -b missing node succubuses -b missing node initialing -b missing node propagates -b missing node disinheritances -b missing node waffles -b missing node blend -b missing node harlotry -b missing node martens -b missing node presentable -b missing node itself -b missing node phi -b missing node disorientate -b missing node blent -b missing node presentably -b missing node restively -b missing node vetch -b missing node testicular -b missing node hernial -b missing node propagated -b missing node herniae -b missing node encyst -b missing node burrier -b missing node overman -b missing node fluidics -b missing node etherized -b missing node challengingly -b missing node vivant -b missing node forgathered -b missing node kipper -b missing node pew -b missing node deviates -b missing node hernias -b missing node yesses -b missing node shuttled -b missing node driftpins -b missing node wampums -b missing node invitational -b missing node religionists -b missing node deviated -b missing node yessed -b missing node genitals -b missing node products -b missing node shuttles -b missing node postmarks -b missing node submits -b missing node pea -b missing node ped -b missing node entrapment -b missing node unfilial -b missing node pen -b missing node ginkgoes -b missing node pep -b missing node etherizes -b missing node per -b missing node monoxide -b missing node pet -b missing node summering -b missing node diligence -b missing node pee -b missing node peg -b missing node wonderers -b missing node crawlier -b missing node ricotta -b missing node prophecies -b missing node heliotrope -b missing node remainder -b missing node inflicts -b missing node constructiveness -b missing node heinously -b missing node mickey -b missing node disclaims -b missing node ply -b missing node movables -b missing node infiltrated -b missing node hooliganism -b missing node damosel -b missing node scheming -b missing node means -b missing node meant -b missing node coursers -b missing node infiltrates -b missing node rogers -b missing node blest -b missing node meany -b missing node overmen -b missing node bless -b missing node albinos -b missing node coalholes -b missing node avocations -b missing node collaborations -b missing node measurers -b missing node unpatriotic -b missing node fatuously -b missing node fubsier -b missing node ideology -b missing node shillings -b missing node vailing -b missing node mongolianism -b missing node vexatiously -b missing node pie -b missing node pig -b missing node decompensate -b missing node meals -b missing node evincing -b missing node mealy -b missing node pin -b missing node unmatched -b missing node pip -b missing node pit -b missing node pix -b missing node cylindered -b missing node mesonic -b missing node pox -b missing node pow -b missing node reaffirmations -b missing node grandfather -b missing node glorious -b missing node catechisms -b missing node pop -b missing node oystering -b missing node pot -b missing node vivace -b missing node poi -b missing node emcee -b missing node epiphenomenon -b missing node centipedes -b missing node notedly -b missing node pol -b missing node variants -b missing node bombardments -b missing node pod -b missing node forklike -b missing node duplicities -b missing node dyings -b missing node maddeningly -b missing node deviator -b missing node undies -b missing node thereunto -b missing node plights -b missing node alpenhorn -b missing node sidestep -b missing node payback -b missing node beneficiary -b missing node betrayal -b missing node iniquity -b missing node gowns -b missing node endearingly -b missing node enticement -b missing node crawling -b missing node tinglier -b missing node ducktails -b missing node volvoxes -b missing node infiltrator -b missing node harmonize -b missing node misinstruct -b missing node moseying -b missing node philological -b missing node evanesce -b missing node corpus -b missing node quakerism -b missing node attainments -b missing node valeting -b missing node antedating -b missing node ionizes -b missing node ionizer -b missing node recondensation -b missing node viscose -b missing node hacksaws -b missing node ferrums -b missing node groper -b missing node gropes -b missing node kippur -b missing node abides -b missing node abider -b missing node psi -b missing node overflight -b missing node groped -b missing node abided -b missing node mainstream -b missing node leggins -b missing node eclipsed -b missing node pub -b missing node pud -b missing node yester -b missing node ionized -b missing node uphills -b missing node ferrule -b missing node fluidize -b missing node legging -b missing node tackify -b missing node accelerations -b missing node nonconformity -b missing node harmonium -b missing node corpse -b missing node dulcify -b missing node shintoists -b missing node dowing -b missing node straiter -b missing node egotism -b missing node meaty -b missing node spirituality -b missing node meats -b missing node straiten -b missing node horsepox -b missing node tackier -b missing node shopgirls -b missing node nonconformist -b missing node pry -b missing node egotist -b missing node ovoids -b missing node spiritualism -b missing node laughings -b missing node pre -b missing node synagog -b missing node pro -b missing node nonconformism -b missing node vests -b missing node tranquillize -b missing node tuffs -b missing node spiritualist -b missing node kitschy -b missing node initiatory -b missing node personalized -b missing node signiors -b missing node tussock -b missing node signiory -b missing node personalizes -b missing node initiators -b missing node behooved -b missing node hollows -b missing node surveyor -b missing node trigraphs -b missing node behooves -b missing node chatty -b missing node unstamped -b missing node bullocks -b missing node groovy -b missing node agriculturalist -b missing node disdainfully -b missing node indowed -b missing node rondo -b missing node oysteries -b missing node guilders -b missing node misleadingly -b missing node conventions -b missing node signiori -b missing node undine -b missing node fieriest -b missing node environmentalists -b missing node pus -b missing node put -b missing node catechists -b missing node forgings -b missing node eclipses -b missing node pun -b missing node pup -b missing node gallnuts -b missing node philharmonics -b missing node valuers -b missing node harangues -b missing node tsunami -b missing node haranguer -b missing node pug -b missing node tingling -b missing node fluidity -b missing node riprap -b missing node monologuists -b missing node postbellum -b missing node scoffs -b missing node victualing -b missing node imprison -b missing node resown -b missing node resows -b missing node tedious -b missing node dissembling -b missing node encirclements -b missing node hunchbacks -b missing node chateaus -b missing node litheness -b missing node chateaux -b missing node harangued -b missing node gargled -b missing node innominate -b missing node tufas -b missing node statuses -b missing node toastmaster -b missing node pickpocket -b missing node kaleyards -b missing node healers -b missing node spiritualize -b missing node steerage -b missing node leggier -b missing node subconsciously -b missing node majority -b missing node bioenergetics -b missing node forklift -b missing node relapser -b missing node relapses -b missing node bonfire -b missing node comminatory -b missing node moldiest -b missing node gargles -b missing node crumpets -b missing node gargler -b missing node floating -b missing node beneficiate -b missing node kindliness -b missing node relapsed -b missing node punkest -b missing node unamplified -b missing node fetuses -b missing node beveled -b missing node pyx -b missing node armful -b missing node roisters -b missing node gearing -b missing node intemperately -b missing node dildoe -b missing node smokeless -b missing node resort -b missing node cagey -b missing node viscoid -b missing node pokeys -b missing node dildos -b missing node cages -b missing node sedimentation -b missing node cager -b missing node untaxed -b missing node indonesians -b missing node habitableness -b missing node labium -b missing node caged -b missing node beveler -b missing node polonaise -b missing node guying -b missing node oiler -b missing node gooney -b missing node majoring -b missing node oiled -b missing node supervene -b missing node nonowners -b missing node bivalent -b missing node checkroom -b missing node forename -b missing node suffusion -b missing node detonable -b missing node butter -b missing node buttes -b missing node immense -b missing node downstrokes -b missing node suffusing -b missing node anatase -b missing node piffling -b missing node dissenter -b missing node founding -b missing node dissented -b missing node stubblier -b missing node mayapple -b missing node consider -b missing node keglers -b missing node oxides -b missing node monologue -b missing node pellmells -b missing node tithing -b missing node unlinked -b missing node phonily -b missing node squishy -b missing node pokers -b missing node distich -b missing node disbands -b missing node redistill -b missing node autumn -b missing node curling -b missing node pilaster -b missing node substations -b missing node teenager -b missing node cactoid -b missing node pluralities -b missing node teenaged -b missing node groove -b missing node phoning -b missing node curlily -b missing node rhymed -b missing node catkins -b missing node rhymer -b missing node tittering -b missing node trilliums -b missing node megaton -b missing node brooked -b missing node roman -b missing node rhymes -b missing node metaphase -b missing node calomels -b missing node undemocratically -b missing node stragglier -b missing node fidelity -b missing node herbages -b missing node demarcate -b missing node pianist -b missing node impellors -b missing node atavic -b missing node flatirons -b missing node laxnesses -b missing node crookedest -b missing node kyanizing -b missing node qed -b missing node fungoids -b missing node entwined -b missing node claddings -b missing node porters -b missing node entwines -b missing node oxidic -b missing node recondite -b missing node unfixes -b missing node uppercuts -b missing node twister -b missing node thyself -b missing node canonization -b missing node clustered -b missing node ventless -b missing node cornute -b missing node immersion -b missing node bangtail -b missing node obsessing -b missing node hookless -b missing node twisted -b missing node button -b missing node portend -b missing node connects -b missing node underpopulated -b missing node wonderful -b missing node immersing -b missing node hardshell -b missing node pileate -b missing node pinspotter -b missing node gallstone -b missing node abysms -b missing node posers -b missing node poetesses -b missing node oeuvre -b missing node hostage -b missing node tightening -b missing node plaything -b missing node funereal -b missing node portuguese -b missing node poseur -b missing node obsession -b missing node horary -b missing node temblors -b missing node dogfights -b missing node bimanual -b missing node siphons -b missing node ineptly -b missing node apparelling -b missing node anhydrides -b missing node macaque -b missing node jeopardous -b missing node abettor -b missing node ziggurat -b missing node tankship -b missing node portent -b missing node ragweeds -b missing node hooklets -b missing node nonsectarian -b missing node bioscopes -b missing node necklaces -b missing node pandowdy -b missing node attendant -b missing node insipid -b missing node scroggiest -b missing node straitly -b missing node harshening -b missing node transfigures -b missing node undesirable -b missing node spitballs -b missing node genealogically -b missing node enmity -b missing node bastilles -b missing node groschen -b missing node scornful -b missing node extortionate -b missing node demurrable -b missing node emetically -b missing node tambour -b missing node transfigured -b missing node enjoyers -b missing node artiste -b missing node pinochle -b missing node grooms -b missing node workhouse -b missing node farsightedly -b missing node sabers -b missing node refractivity -b missing node queuing -b missing node zoning -b missing node nonconforming -b missing node swimmingly -b missing node buffoonery -b missing node propensities -b missing node yamens -b missing node hoists -b missing node logicizing -b missing node straggling -b missing node unfixed -b missing node animalistic -b missing node cobras -b missing node jeffersonian -b missing node arroyos -b missing node satirically -b missing node dyadic -b missing node verve -b missing node supervened -b missing node bagwig -b missing node drastically -b missing node abetter -b missing node washington -b missing node medievals -b missing node uninhabitable -b missing node contentional -b missing node supervenes -b missing node abetted -b missing node sophoclean -b missing node pungently -b missing node coverings -b missing node leeway -b missing node waggish -b missing node inexactly -b missing node uninhibited -b missing node obsessive -b missing node grimaced -b missing node grimaces -b missing node grimacer -b missing node unobnoxious -b missing node frowziest -b missing node pickaback -b missing node conversion -b missing node mendelian -b missing node spongily -b missing node tucket -b missing node definably -b missing node resurface -b missing node sameness -b missing node turbeths -b missing node hardly -b missing node tucker -b missing node metallurgical -b missing node youngs -b missing node definable -b missing node tucked -b missing node interrogator -b missing node artists -b missing node streakier -b missing node minicabs -b missing node catheterizing -b missing node durnedest -b missing node recompiling -b missing node contraceptives -b missing node nakedly -b missing node oscillations -b missing node abettal -b missing node hogweed -b missing node seismometers -b missing node messieurs -b missing node cashmeres -b missing node versa -b missing node qua -b missing node reinterpreting -b missing node verse -b missing node forcers -b missing node spongier -b missing node unwell -b missing node verso -b missing node romps -b missing node embracers -b missing node sightliness -b missing node maceration -b missing node quo -b missing node byline -b missing node housetops -b missing node antlers -b missing node que -b missing node redhead -b missing node bronzier -b missing node qui -b missing node collectivists -b missing node macerating -b missing node planters -b missing node forceps -b missing node anorexy -b missing node denmark -b missing node romeo -b missing node thrashes -b missing node thrasher -b missing node pyramidal -b missing node fatalisms -b missing node repaves -b missing node horace -b missing node amulets -b missing node supervention -b missing node flimsiness -b missing node harden -b missing node postdating -b missing node interrogated -b missing node interrogates -b missing node thrashed -b missing node ecliptic -b missing node unwept -b missing node harder -b missing node aversions -b missing node forswearing -b missing node subprogram -b missing node elfishly -b missing node wagging -b missing node thuggery -b missing node ogresses -b missing node strokers -b missing node frenzying -b missing node lithuania -b missing node phonics -b missing node streaking -b missing node overabounding -b missing node sandpapers -b missing node viewers -b missing node macedonians -b missing node atonality -b missing node fluxing -b missing node repaved -b missing node foiling -b missing node exteriorize -b missing node unfences -b missing node forlorn -b missing node pyramided -b missing node unfenced -b missing node spongins -b missing node phonies -b missing node minicars -b missing node stillest -b missing node wholely -b missing node nakeder -b missing node sponging -b missing node counsellors -b missing node phonier -b missing node armers -b missing node clubby -b missing node conversing -b missing node curlier -b missing node haunters -b missing node peeking -b missing node coquette -b missing node crocked -b missing node bronzing -b missing node griller -b missing node eyeglass -b missing node preheats -b missing node subpoenaing -b missing node crocket -b missing node grilles -b missing node cafes -b missing node cursedness -b missing node artfully -b missing node belvedere -b missing node brahmanists -b missing node coquetry -b missing node subsists -b missing node butted -b missing node ligates -b missing node gjetosts -b missing node placing -b missing node juratory -b missing node earnable -b missing node rapscallion -b missing node whoops -b missing node coveting -b missing node coefficients -b missing node catalyze -b missing node sprinkle -b missing node shutters -b missing node inquire -b missing node itched -b missing node moorier -b missing node undone -b missing node itches -b missing node exacerbate -b missing node ligated -b missing node squirts -b missing node multi -b missing node preempts -b missing node osmium -b missing node multo -b missing node transfusions -b missing node vivaciousness -b missing node manyfold -b missing node net -b missing node dishonoring -b missing node inquiry -b missing node nickeled -b missing node chitchats -b missing node mention -b missing node neb -b missing node wiriness -b missing node nee -b missing node bountiful -b missing node gearbox -b missing node proconsulates -b missing node new -b missing node squirrels -b missing node howling -b missing node popularizations -b missing node sturdier -b missing node combusted -b missing node sortieing -b missing node scolds -b missing node fidos -b missing node prepayments -b missing node lowbrow -b missing node gouda -b missing node incomparably -b missing node medical -b missing node unteaching -b missing node misidentifies -b missing node presells -b missing node impulsively -b missing node coring -b missing node whoosh -b missing node salaamed -b missing node outselling -b missing node radioscopy -b missing node exscinding -b missing node biform -b missing node liquidly -b missing node nam -b missing node blueblack -b missing node nan -b missing node nap -b missing node reinduct -b missing node distant -b missing node oldish -b missing node nae -b missing node nag -b missing node trainer -b missing node incurably -b missing node diskettes -b missing node trainee -b missing node misidentified -b missing node reinduce -b missing node nab -b missing node presbyterians -b missing node soberer -b missing node trained -b missing node snatchy -b missing node impuissance -b missing node incomparable -b missing node sobered -b missing node clagging -b missing node relentlessness -b missing node incurable -b missing node recontrolling -b missing node shameful -b missing node nay -b missing node godlessly -b missing node thymus -b missing node ganymedes -b missing node chomping -b missing node deposit -b missing node garotted -b missing node conformed -b missing node overshadowing -b missing node outdates -b missing node erects -b missing node apostrophizing -b missing node slogan -b missing node disapprovals -b missing node outdated -b missing node localising -b missing node conformer -b missing node cornrow -b missing node unjoined -b missing node mulla -b missing node slapped -b missing node instrumentalists -b missing node undoer -b missing node undoes -b missing node yammer -b missing node slapper -b missing node catalyst -b missing node courthouse -b missing node enchantress -b missing node humanitarian -b missing node biorhythmic -b missing node infirms -b missing node deciduous -b missing node predictability -b missing node disassimilate -b missing node fidel -b missing node fides -b missing node skinheads -b missing node unburnt -b missing node lowbred -b missing node romantically -b missing node promotional -b missing node soothingly -b missing node burliest -b missing node mulls -b missing node solvable -b missing node incertitude -b missing node plasticize -b missing node garottes -b missing node squirmy -b missing node garotter -b missing node prehensility -b missing node squirms -b missing node schubert -b missing node princelier -b missing node deposed -b missing node conquian -b missing node faintest -b missing node alumroots -b missing node trenched -b missing node plumages -b missing node distraint -b missing node palmettos -b missing node okinawa -b missing node trenches -b missing node defeats -b missing node fictitious -b missing node trencher -b missing node germicide -b missing node catsups -b missing node cookbook -b missing node overlooking -b missing node fainters -b missing node opposition -b missing node plopping -b missing node thymol -b missing node classmate -b missing node deposes -b missing node deposer -b missing node plumaged -b missing node bannock -b missing node uncloaking -b missing node scattiest -b missing node brogans -b missing node transducing -b missing node pandoras -b missing node tackiest -b missing node amputation -b missing node cajoleries -b missing node tubbiness -b missing node sprung -b missing node unsegmented -b missing node croziers -b missing node medicks -b missing node plasticity -b missing node parenthood -b missing node soberly -b missing node unbeliefs -b missing node bifold -b missing node proconservation -b missing node amputating -b missing node horsewhipped -b missing node hingeless -b missing node virtuosities -b missing node jawlines -b missing node cultivate -b missing node maladministration -b missing node defrauder -b missing node treatment -b missing node tulle -b missing node coaching -b missing node gourd -b missing node disenchantingly -b missing node defrauded -b missing node asphodels -b missing node solder -b missing node entirely -b missing node waspishness -b missing node strapless -b missing node accusativeness -b missing node hongkong -b missing node resurrects -b missing node diallist -b missing node pyromaniacs -b missing node deposal -b missing node roles -b missing node guatemalans -b missing node biteable -b missing node acidification -b missing node admire -b missing node spotters -b missing node squires -b missing node bustiest -b missing node nodally -b missing node tandems -b missing node ostensibilities -b missing node encamping -b missing node pollster -b missing node repugnant -b missing node gunrunner -b missing node afterlife -b missing node stintingly -b missing node prairie -b missing node butyls -b missing node pancreas -b missing node nun -b missing node squired -b missing node olfactometer -b missing node nut -b missing node beefed -b missing node aftertaste -b missing node progress -b missing node nub -b missing node underemphasizes -b missing node crudded -b missing node flashgun -b missing node oxidized -b missing node tootlers -b missing node airworthy -b missing node reenact -b missing node nth -b missing node rebuttons -b missing node woenesses -b missing node grovel -b missing node stomachache -b missing node ferrotype -b missing node carnation -b missing node mislayer -b missing node gouts -b missing node groved -b missing node masque -b missing node gouty -b missing node tulip -b missing node oxidizes -b missing node unabating -b missing node oxidizer -b missing node pschent -b missing node lattice -b missing node invoked -b missing node rained -b missing node tertiaries -b missing node hypotenuse -b missing node palmettes -b missing node stencil -b missing node phoneys -b missing node turmoils -b missing node stallions -b missing node nutty -b missing node shivering -b missing node groves -b missing node unheralded -b missing node scragglier -b missing node stenchy -b missing node aerie -b missing node invokes -b missing node invoker -b missing node cambered -b missing node moorish -b missing node devaluated -b missing node inhumanities -b missing node devaluates -b missing node felicities -b missing node sidemen -b missing node underemphasized -b missing node habilitation -b missing node abstrusest -b missing node admits -b missing node entirety -b missing node distaff -b missing node shyest -b missing node canvaser -b missing node rolls -b missing node canvases -b missing node durabilities -b missing node insensateness -b missing node mooring -b missing node nitwits -b missing node machos -b missing node bumpkins -b missing node nod -b missing node disincline -b missing node nob -b missing node spruce -b missing node customizing -b missing node nog -b missing node wallpapered -b missing node decorator -b missing node nom -b missing node non -b missing node not -b missing node nos -b missing node nor -b missing node now -b missing node anchored -b missing node sprucy -b missing node meliorate -b missing node tithers -b missing node oxbow -b missing node epigraph -b missing node tulsa -b missing node shirley -b missing node medals -b missing node uncommunicative -b missing node murals -b missing node licensure -b missing node tranquil -b missing node gouge -b missing node refolding -b missing node soothing -b missing node terbiums -b missing node epigrams -b missing node sideman -b missing node potlatch -b missing node improbabilities -b missing node shyers -b missing node congregant -b missing node fortnight -b missing node sturdily -b missing node feticides -b missing node pressruns -b missing node cetaceans -b missing node deports -b missing node deviancy -b missing node photometric -b missing node embrocate -b missing node jailing -b missing node armholes -b missing node ladders -b missing node deviance -b missing node parenting -b missing node annunciating -b missing node alpacas -b missing node witchy -b missing node congregate -b missing node willowers -b missing node abstrusely -b missing node cognomen -b missing node hoodooed -b missing node guyana -b missing node menfolk -b missing node caretaking -b missing node prophetesses -b missing node torsoes -b missing node adrenals -b missing node annunciation -b missing node allottable -b missing node nib -b missing node mumbo -b missing node overpay -b missing node androgynism -b missing node nix -b missing node inspiriting -b missing node monogyny -b missing node nit -b missing node nip -b missing node nim -b missing node nil -b missing node victualers -b missing node elatives -b missing node scrimped -b missing node outwards -b missing node pokeweeds -b missing node northward -b missing node fancifulness -b missing node neptunian -b missing node pillowslip -b missing node dexies -b missing node ohs -b missing node chawed -b missing node oho -b missing node signalizes -b missing node ohm -b missing node rembrandt -b missing node judiciously -b missing node disloyally -b missing node birdmen -b missing node birdman -b missing node breeders -b missing node debtless -b missing node oil -b missing node tictoc -b missing node macerators -b missing node coleslaw -b missing node teaboard -b missing node signalized -b missing node nonconsenting -b missing node demonetizing -b missing node chawer -b missing node mohair -b missing node tunas -b missing node damozels -b missing node holocausts -b missing node fichu -b missing node zested -b missing node afterdeck -b missing node incontinencies -b missing node pollacks -b missing node bequeath -b missing node apologizers -b missing node tintings -b missing node disservice -b missing node agreeability -b missing node libbers -b missing node olfactometry -b missing node canvased -b missing node ducking -b missing node naperies -b missing node misters -b missing node misterm -b missing node strainer -b missing node duteously -b missing node discontinuation -b missing node ode -b missing node grouty -b missing node darkening -b missing node enhancing -b missing node phosphors -b missing node grouts -b missing node cameralist -b missing node environments -b missing node strained -b missing node nursling -b missing node gumlike -b missing node bettered -b missing node interventionists -b missing node palpitates -b missing node panpipes -b missing node fevers -b missing node ejectum -b missing node neatened -b missing node odd -b missing node envois -b missing node palpitated -b missing node disloyalty -b missing node banishment -b missing node massif -b missing node grouse -b missing node bankruptcies -b missing node tranquillity -b missing node levulose -b missing node rediscount -b missing node shrewdest -b missing node labile -b missing node taproot -b missing node ironstone -b missing node cameralism -b missing node manifestation -b missing node menstruations -b missing node oft -b missing node clubbier -b missing node misdoers -b missing node velum -b missing node annattos -b missing node solacing -b missing node unconvertible -b missing node off -b missing node razers -b missing node simplism -b missing node angolan -b missing node defrosters -b missing node mischievous -b missing node provoke -b missing node cabaret -b missing node agronomic -b missing node martial -b missing node overprinting -b missing node destination -b missing node caviling -b missing node simpatico -b missing node chumps -b missing node taproom -b missing node dialling -b missing node bodywork -b missing node ministerial -b missing node fielded -b missing node tunis -b missing node kilters -b missing node massed -b missing node maladministrative -b missing node ethological -b missing node unplumbed -b missing node rebellions -b missing node tunic -b missing node incoherently -b missing node allotypically -b missing node oak -b missing node oaf -b missing node sundering -b missing node carneys -b missing node bouquets -b missing node recharting -b missing node oar -b missing node martian -b missing node oat -b missing node highroads -b missing node sapwood -b missing node benignity -b missing node masses -b missing node obi -b missing node fielder -b missing node rebellious -b missing node fiche -b missing node chummy -b missing node wangling -b missing node armlet -b missing node gravitations -b missing node homiletics -b missing node balderdash -b missing node resolving -b missing node scooters -b missing node nonstrikers -b missing node pastiest -b missing node tunes -b missing node tuner -b missing node kinglier -b missing node supernormal -b missing node earnest -b missing node capstones -b missing node tuned -b missing node trusts -b missing node eyewinks -b missing node godson -b missing node trusty -b missing node clubbing -b missing node earners -b missing node tictac -b missing node stabbing -b missing node filagrees -b missing node avers -b missing node provost -b missing node avert -b missing node lorises -b missing node mineralogical -b missing node encamped -b missing node ejector -b missing node androgynies -b missing node malawians -b missing node massas -b missing node filagreed -b missing node jerkies -b missing node jerkier -b missing node viscosimeter -b missing node concrescences -b missing node aesop -b missing node infertilely -b missing node muled -b missing node tanzania -b missing node princeling -b missing node oxy -b missing node entwists -b missing node classify -b missing node crapulent -b missing node latencies -b missing node muley -b missing node elegises -b missing node appellor -b missing node organismic -b missing node placket -b missing node learnable -b missing node mules -b missing node decentralizing -b missing node kneeholes -b missing node overclouded -b missing node chunks -b missing node elegised -b missing node medicos -b missing node fleetingness -b missing node chunky -b missing node weaklier -b missing node preshaped -b missing node lakiest -b missing node airlessness -b missing node owl -b missing node tummy -b missing node own -b missing node preshapes -b missing node presbyterianism -b missing node expatriates -b missing node neptunium -b missing node unsnaps -b missing node mulch -b missing node backstop -b missing node contraceptive -b missing node oinks -b missing node penalties -b missing node dyable -b missing node mulct -b missing node incorruptibility -b missing node plausibly -b missing node emulsible -b missing node inaccessible -b missing node plausible -b missing node theatrical -b missing node tumor -b missing node adaptation -b missing node produced -b missing node fusileer -b missing node pimentos -b missing node expatriated -b missing node abbatial -b missing node producer -b missing node produces -b missing node crudely -b missing node noninstinctual -b missing node poteens -b missing node grocery -b missing node shirtiest -b missing node preexpose -b missing node thymes -b missing node frowned -b missing node ejected -b missing node accustoms -b missing node thermodynamic -b missing node thymey -b missing node grocers -b missing node initialled -b missing node programer -b missing node maidenliness -b missing node rekeying -b missing node programed -b missing node decameters -b missing node noncommissioned -b missing node tumid -b missing node inform -b missing node toothache -b missing node sculpted -b missing node broomed -b missing node unquenched -b missing node introits -b missing node lousing -b missing node velar -b missing node frowner -b missing node classics -b missing node jerking -b missing node comparability -b missing node classier -b missing node lechers -b missing node royalties -b missing node centile -b missing node cataleptic -b missing node lechery -b missing node owe -b missing node velds -b missing node viceless -b missing node veldt -b missing node alkalizes -b missing node mulattoes -b missing node jerkins -b missing node fileting -b missing node betting -b missing node inexcusableness -b missing node miniaturizing -b missing node mohawk -b missing node montaging -b missing node grouch -b missing node lousily -b missing node alkalized -b missing node ova -b missing node limeys -b missing node jerkily -b missing node envoys -b missing node cinnamons -b missing node oui -b missing node farther -b missing node pedicab -b missing node scalawags -b missing node our -b missing node documentarily -b missing node out -b missing node wheedling -b missing node opp -b missing node limens -b missing node frugally -b missing node ope -b missing node falling -b missing node centimo -b missing node contraception -b missing node trainman -b missing node enzymes -b missing node embay -b missing node merchantries -b missing node unprompted -b missing node organismal -b missing node oldies -b missing node embar -b missing node earnestness -b missing node mediatorship -b missing node groups -b missing node opt -b missing node swindlers -b missing node ops -b missing node collectivizes -b missing node evincive -b missing node concealed -b missing node ooh -b missing node insisting -b missing node outguesses -b missing node windings -b missing node strident -b missing node weakling -b missing node collectivized -b missing node boiling -b missing node centime -b missing node concealer -b missing node outguessed -b missing node stewardess -b missing node inundations -b missing node appellee -b missing node sporozoa -b missing node ground -b missing node orc -b missing node ore -b missing node corked -b missing node parenthetically -b missing node progressiveness -b missing node exarch -b missing node systematize -b missing node crudest -b missing node ort -b missing node ors -b missing node corker -b missing node poseurs -b missing node simplify -b missing node infold -b missing node calcific -b missing node shirked -b missing node rockaways -b missing node crummie -b missing node reformulations -b missing node plectrum -b missing node orb -b missing node shirker -b missing node embossed -b missing node teenagers -b missing node detriments -b missing node rediscover -b missing node runlets -b missing node old -b missing node estimable -b missing node truths -b missing node documentaries -b missing node paddocking -b missing node ole -b missing node unsnarl -b missing node embosses -b missing node embosser -b missing node teacarts -b missing node ember -b missing node tumps -b missing node undrape -b missing node shawling -b missing node trainmen -b missing node darlings -b missing node modelling -b missing node narcissus -b missing node goths -b missing node baguet -b missing node affordable -b missing node embed -b missing node cottonwood -b missing node programme -b missing node subdefinitions -b missing node isolationists -b missing node emoters -b missing node classily -b missing node orificial -b missing node flotations -b missing node stitch -b missing node viscosimetry -b missing node winterization -b missing node labial -b missing node management -b missing node striders -b missing node influxes -b missing node one -b missing node prattling -b missing node hypothesi -b missing node tenutos -b missing node hoaxers -b missing node runless -b missing node classing -b missing node menthol -b missing node esthesias -b missing node tangibles -b missing node aphasiacs -b missing node celerities -b missing node fleshers -b missing node ecstatically -b missing node macing -b missing node oms -b missing node ransacks -b missing node ministering -b missing node liveable -b missing node tantamount -b missing node woodbin -b missing node incloser -b missing node oozes -b missing node unsaddle -b missing node external -b missing node seminars -b missing node seminary -b missing node stridden -b missing node inclosed -b missing node misfeasor -b missing node dumpings -b missing node disgracers -b missing node meddle -b missing node defending -b missing node estivated -b missing node swooners -b missing node astronomer -b missing node ratified -b missing node leapfrogs -b missing node invidiousness -b missing node estivates -b missing node buffable -b missing node darwinian -b missing node praxis -b missing node ratifies -b missing node incloses -b missing node carnies -b missing node ratifier -b missing node resumption -b missing node audits -b missing node residuals -b missing node accomplishing -b missing node blitz -b missing node depart -b missing node cabob -b missing node loathers -b missing node incriminator -b missing node beware -b missing node surrejoinder -b missing node facelifts -b missing node chagrinning -b missing node betters -b missing node marjoram -b missing node liberate -b missing node wonted -b missing node charrier -b missing node roils -b missing node suggestively -b missing node croupily -b missing node perfectness -b missing node roily -b missing node swindler -b missing node oozed -b missing node swindles -b missing node tenches -b missing node swindled -b missing node cabot -b missing node imprints -b missing node gesticulates -b missing node teasingly -b missing node escarped -b missing node extenuate -b missing node bayoneting -b missing node tritium -b missing node confucianism -b missing node gesticulated -b missing node stertorously -b missing node audios -b missing node satanists -b missing node gadabout -b missing node unwrinkles -b missing node furuncle -b missing node unwrinkled -b missing node grotto -b missing node rebounding -b missing node gladiolas -b missing node kerplunk -b missing node unlawfully -b missing node elegists -b missing node praxes -b missing node recrates -b missing node inconclusiveness -b missing node vacationist -b missing node hundredweight -b missing node appropriates -b missing node bicyclists -b missing node overburdened -b missing node woodbox -b missing node fleabag -b missing node verbless -b missing node travelogue -b missing node lab -b missing node lac -b missing node shadings -b missing node lad -b missing node meets -b missing node lag -b missing node unrepresented -b missing node misfeasance -b missing node lam -b missing node lap -b missing node snugged -b missing node valuing -b missing node law -b missing node lax -b missing node lay -b missing node cable -b missing node orbiter -b missing node carnify -b missing node appropriated -b missing node diminuendos -b missing node orbited -b missing node epicenes -b missing node mediators -b missing node canastas -b missing node monogamously -b missing node leered -b missing node hoariest -b missing node halflife -b missing node historic -b missing node haunting -b missing node sparseness -b missing node nonconductors -b missing node inflating -b missing node innervations -b missing node sculptor -b missing node farting -b missing node bewail -b missing node anthills -b missing node eagerly -b missing node shampooers -b missing node overbake -b missing node inflation -b missing node omnibuses -b missing node papyral -b missing node auscultations -b missing node boilers -b missing node conversationally -b missing node seaports -b missing node fiber -b missing node nonvocational -b missing node recrated -b missing node blarneying -b missing node croupier -b missing node marjorie -b missing node absorptions -b missing node masted -b missing node juncos -b missing node liberals -b missing node inklings -b missing node perniciously -b missing node racquets -b missing node lousier -b missing node trayfuls -b missing node master -b missing node follows -b missing node carnivorous -b missing node embosoms -b missing node provisions -b missing node dominations -b missing node gorse -b missing node chivvying -b missing node vervets -b missing node unwary -b missing node presents -b missing node fopped -b missing node applicant -b missing node gorsy -b missing node trailer -b missing node sunspots -b missing node chelators -b missing node mastic -b missing node canalization -b missing node wondering -b missing node sluttishness -b missing node trailed -b missing node ufos -b missing node mediacy -b missing node talkable -b missing node assertors -b missing node modellers -b missing node nepotist -b missing node togethers -b missing node elopement -b missing node radiometrically -b missing node hominoid -b missing node nepotism -b missing node toeplate -b missing node laundromat -b missing node aspire -b missing node caudated -b missing node dissension -b missing node rimrocks -b missing node blobbed -b missing node sabine -b missing node contrapuntal -b missing node imbuing -b missing node retrenchment -b missing node glittering -b missing node falconries -b missing node darwinism -b missing node lop -b missing node vexation -b missing node loo -b missing node wasting -b missing node inconsiderate -b missing node loc -b missing node renaming -b missing node log -b missing node preadmit -b missing node dippers -b missing node perpetuators -b missing node flashers -b missing node lot -b missing node low -b missing node lox -b missing node tonalities -b missing node ugly -b missing node cacao -b missing node nutritious -b missing node squidded -b missing node exempli -b missing node escarole -b missing node anemias -b missing node reveals -b missing node exempla -b missing node ugli -b missing node designee -b missing node lob -b missing node designed -b missing node koppies -b missing node guinean -b missing node aspish -b missing node interjectional -b missing node guineas -b missing node gritted -b missing node hurrahing -b missing node designer -b missing node crumped -b missing node trespassing -b missing node summing -b missing node margaret -b missing node jauntiness -b missing node presence -b missing node daybreaks -b missing node muons -b missing node periodicity -b missing node crumpet -b missing node rotting -b missing node frankest -b missing node trespass -b missing node discourtesies -b missing node careened -b missing node undertaken -b missing node demarcations -b missing node undertaker -b missing node gulfing -b missing node balladeer -b missing node steamered -b missing node ashcan -b missing node undertakes -b missing node intentionally -b missing node archangels -b missing node lug -b missing node unlimbers -b missing node frankers -b missing node didacts -b missing node burrers -b missing node countdowns -b missing node limbos -b missing node lithosphere -b missing node summits -b missing node synoptical -b missing node ethiopia -b missing node berried -b missing node consigns -b missing node careener -b missing node eggbeater -b missing node secessionists -b missing node posher -b missing node berries -b missing node decanted -b missing node steerers -b missing node nonbeing -b missing node lowboys -b missing node ughs -b missing node brasseries -b missing node hotblooded -b missing node decanter -b missing node inflow -b missing node flinchingly -b missing node hotdogging -b missing node crummiest -b missing node toluol -b missing node byronic -b missing node maltreat -b missing node pomanders -b missing node mendaciously -b missing node misinstructions -b missing node blacksmiths -b missing node overran -b missing node purgatory -b missing node repositioned -b missing node martins -b missing node viewless -b missing node dissimilar -b missing node quoits -b missing node dowels -b missing node spinaches -b missing node appropriator -b missing node taperingly -b missing node marting -b missing node martini -b missing node kabbalahs -b missing node milton -b missing node concentrates -b missing node cirque -b missing node snugger -b missing node marmosets -b missing node incriminated -b missing node wastier -b missing node concentrated -b missing node catacomb -b missing node creamiest -b missing node schemery -b missing node fantailed -b missing node lowborn -b missing node amortizable -b missing node personify -b missing node residuary -b missing node hairpiece -b missing node incriminates -b missing node schemers -b missing node lichened -b missing node judicious -b missing node fivepins -b missing node prayer -b missing node inviting -b missing node toastmistress -b missing node crumply -b missing node crumple -b missing node orbital -b missing node receiverships -b missing node pelorias -b missing node dalesmen -b missing node flickers -b missing node reconverts -b missing node ley -b missing node nutmeg -b missing node analects -b missing node appendicitis -b missing node lex -b missing node leu -b missing node lev -b missing node cache -b missing node let -b missing node watergate -b missing node leo -b missing node lek -b missing node lei -b missing node leg -b missing node recompression -b missing node furies -b missing node lee -b missing node led -b missing node lea -b missing node prayed -b missing node outrunning -b missing node entailer -b missing node duckier -b missing node invoice -b missing node duckies -b missing node toluyl -b missing node disgorged -b missing node nonthinking -b missing node jacinth -b missing node gulfier -b missing node nurse -b missing node insolently -b missing node granularity -b missing node disgorges -b missing node charring -b missing node nickering -b missing node repayment -b missing node flickery -b missing node feudalists -b missing node disobedient -b missing node uninsured -b missing node antiqueness -b missing node nonsalaried -b missing node gimcrack -b missing node entailed -b missing node melodists -b missing node quoins -b missing node curlews -b missing node darwinist -b missing node snuggle -b missing node poshly -b missing node proscribe -b missing node darwinite -b missing node cobnut -b missing node lit -b missing node liq -b missing node defacers -b missing node lip -b missing node reverencing -b missing node swifts -b missing node crochet -b missing node celadons -b missing node lim -b missing node limbic -b missing node pluckiest -b missing node saprophyte -b missing node lid -b missing node lib -b missing node hepcat -b missing node undoubting -b missing node negligently -b missing node satanisms -b missing node fibre -b missing node lie -b missing node prefect -b missing node emended -b missing node quieten -b missing node noncommunists -b missing node quieted -b missing node pastiche -b missing node airlines -b missing node antiquates -b missing node airliner -b missing node effluviums -b missing node curlers -b missing node moccasins -b missing node antiquated -b missing node supplicant -b missing node aspics -b missing node snouted -b missing node overpaid -b missing node emender -b missing node nestlings -b missing node quieter -b missing node politer -b missing node hostels -b missing node diluents -b missing node dognaping -b missing node mac -b missing node rifting -b missing node dissentient -b missing node mad -b missing node mag -b missing node shriekiest -b missing node voodoo -b missing node map -b missing node portage -b missing node mar -b missing node mas -b missing node wheezers -b missing node capriccios -b missing node mal -b missing node man -b missing node mao -b missing node may -b missing node max -b missing node maw -b missing node mat -b missing node pantries -b missing node shapelessness -b missing node boorishness -b missing node stillier -b missing node intersections -b missing node shirkers -b missing node equator -b missing node sandalwoods -b missing node landfill -b missing node ocelots -b missing node pentathlon -b missing node oxyacetylene -b missing node tercentenary -b missing node tinglers -b missing node farmland -b missing node abolitionists -b missing node tenured -b missing node supplicate -b missing node remonstrators -b missing node trillionths -b missing node humouring -b missing node hostess -b missing node ferociousness -b missing node orwell -b missing node glowered -b missing node morgues -b missing node tediums -b missing node ditchless -b missing node evenfall -b missing node baneful -b missing node uncharted -b missing node fudging -b missing node galivant -b missing node recognitive -b missing node supinating -b missing node phoneme -b missing node tenures -b missing node overvaluing -b missing node meg -b missing node mea -b missing node poking -b missing node nubbier -b missing node met -b missing node subfamilies -b missing node mew -b missing node bioresearch -b missing node oysterman -b missing node seasickness -b missing node mer -b missing node juneau -b missing node hatchelled -b missing node men -b missing node vents -b missing node hornbeam -b missing node apprisers -b missing node reorganize -b missing node lauded -b missing node venue -b missing node readiness -b missing node shooters -b missing node heathered -b missing node lauder -b missing node revengefully -b missing node spinoffs -b missing node apprenticeships -b missing node decorates -b missing node numerical -b missing node venus -b missing node ireland -b missing node disorganizes -b missing node disorganizer -b missing node academies -b missing node coruscate -b missing node roguery -b missing node refilter -b missing node intransitively -b missing node portals -b missing node balboas -b missing node decorated -b missing node lux -b missing node reacquiring -b missing node cahoots -b missing node aquifer -b missing node vexingly -b missing node forcing -b missing node croquette -b missing node unconventionality -b missing node metricize -b missing node grooviest -b missing node unhealthier -b missing node extorting -b missing node disorganized -b missing node empiricists -b missing node biflex -b missing node reappointment -b missing node reweighing -b missing node tincturing -b missing node deviants -b missing node odessa -b missing node haymows -b missing node mumps -b missing node gladiolus -b missing node sinicize -b missing node virulently -b missing node gastroscopy -b missing node innuendos -b missing node nonspecialized -b missing node extortion -b missing node supertaxes -b missing node hatreds -b missing node hogwash -b missing node stateside -b missing node stilling -b missing node lye -b missing node biologic -b missing node oystermen -b missing node overrun -b missing node gastroscope -b missing node chukka -b missing node determinations -b missing node academias -b missing node tighteners -b missing node coopted -b missing node warmongering -b missing node politic -b missing node paramedical -b missing node disassociating -b missing node admixt -b missing node corruptionist -b missing node disassociation -b missing node grillwork -b missing node shiverers -b missing node prawns -b missing node eristics -b missing node impertinency -b missing node academics -b missing node supervise -b missing node stoopers -b missing node clubhauled -b missing node antlike -b missing node mutinous -b missing node alluvials -b missing node djin -b missing node lesbianism -b missing node imprimis -b missing node impertinence -b missing node restfully -b missing node commination -b missing node tules -b missing node frivolling -b missing node mumms -b missing node facsimile -b missing node prevues -b missing node angary -b missing node workhorses -b missing node bioenvironmentaly -b missing node beatable -b missing node enciphered -b missing node disheartenment -b missing node laddies -b missing node petrification -b missing node airmail -b missing node prevued -b missing node mummy -b missing node imageries -b missing node influx -b missing node biocidal -b missing node dissonance -b missing node horrify -b missing node cichlids -b missing node teleport -b missing node blowtubes -b missing node anoraks -b missing node cloistered -b missing node moi -b missing node mob -b missing node mod -b missing node moo -b missing node mon -b missing node overpays -b missing node mop -b missing node numerically -b missing node withholdings -b missing node extemporary -b missing node mom -b missing node quietus -b missing node whorls -b missing node disaster -b missing node mow -b missing node bathers -b missing node ebbed -b missing node mot -b missing node plantain -b missing node rhythmic -b missing node waterway -b missing node queuers -b missing node postpaid -b missing node inactivations -b missing node bootlick -b missing node gooier -b missing node friezes -b missing node nacelles -b missing node rekeys -b missing node medians -b missing node cabal -b missing node eternalness -b missing node quaalude -b missing node polonaises -b missing node eagerer -b missing node onefold -b missing node burgouts -b missing node therewithal -b missing node cooperativeness -b missing node mamboing -b missing node oversea -b missing node antlion -b missing node biocides -b missing node oversee -b missing node experimented -b missing node roister -b missing node judgmatic -b missing node mug -b missing node tomomania -b missing node mud -b missing node medials -b missing node parameters -b missing node dolmens -b missing node equated -b missing node variates -b missing node sampans -b missing node dreariest -b missing node venal -b missing node retrievals -b missing node equates -b missing node msg -b missing node experimenter -b missing node meeds -b missing node posies -b missing node commensurate -b missing node solace -b missing node noncrystalline -b missing node crosscurrents -b missing node agonizing -b missing node sonnetted -b missing node vastiest -b missing node subsection -b missing node whored -b missing node vends -b missing node founders -b missing node variated -b missing node oxtails -b missing node tolerances -b missing node gorki -b missing node unfitly -b missing node oversaw -b missing node mum -b missing node animosities -b missing node blueprinting -b missing node mux -b missing node whores -b missing node dogwatches -b missing node typifiers -b missing node gored -b missing node venom -b missing node gruelled -b missing node secretness -b missing node payload -b missing node pokily -b missing node gores -b missing node arraignment -b missing node chitterlings -b missing node barleys -b missing node arming -b missing node vicing -b missing node testable -b missing node duller -b missing node satyrs -b missing node experimental -b missing node freezable -b missing node dulled -b missing node quietly -b missing node amiability -b missing node fiats -b missing node subabbots -b missing node grueller -b missing node measurage -b missing node percussionist -b missing node dumdums -b missing node cabin -b missing node gorge -b missing node overpast -b missing node overpass -b missing node desensitizes -b missing node desensitizer -b missing node munch -b missing node palliated -b missing node impearled -b missing node indianian -b missing node venalness -b missing node holders -b missing node pagers -b missing node embellishers -b missing node underproduced -b missing node palliates -b missing node mastermind -b missing node wonton -b missing node min -b missing node woodenware -b missing node mil -b missing node unpunctual -b missing node cirrus -b missing node mix -b missing node stragglers -b missing node underproduces -b missing node trotted -b missing node dishearteningly -b missing node polymorphically -b missing node pickling -b missing node balancing -b missing node mig -b missing node ethyls -b missing node desensitized -b missing node mid -b missing node posits -b missing node trotter -b missing node respirations -b missing node unblushing -b missing node vicarates -b missing node extortioners -b missing node buffoonish -b missing node grandmothers -b missing node biogeography -b missing node papyrus -b missing node nubbins -b missing node speakeasy -b missing node reprovingly -b missing node terrifier -b missing node terrifies -b missing node squinty -b missing node conspirer -b missing node conspires -b missing node biographical -b missing node prevalent -b missing node posing -b missing node denominations -b missing node infiltrations -b missing node mediate -b missing node conspired -b missing node venin -b missing node jewfish -b missing node unlovelier -b missing node doctrine -b missing node brahminists -b missing node cabby -b missing node astronomic -b missing node faceting -b missing node bemoans -b missing node loathful -b missing node slamming -b missing node fading -b missing node zebecks -b missing node exiguity -b missing node vacationing -b missing node caber -b missing node enmesh -b missing node unsorted -b missing node invokers -b missing node observing -b missing node crusaders -b missing node setscrews -b missing node squints -b missing node barless -b missing node phantoms -b missing node turnspit -b missing node nonbeings -b missing node pokier -b missing node pokies -b missing node preexamination -b missing node sighers -b missing node folderol -b missing node rakeoff -b missing node terrified -b missing node waggers -b missing node stiver -b missing node flannels -b missing node earliness -b missing node hutzpa -b missing node sanctum -b missing node badland -b missing node maculate -b missing node gunsmiths -b missing node overbear -b missing node tattersall -b missing node evens -b missing node casper -b missing node event -b missing node steadiness -b missing node cadmium -b missing node trochoids -b missing node ikons -b missing node terminuses -b missing node incubations -b missing node corrective -b missing node coitally -b missing node refracturing -b missing node bondholder -b missing node commissioners -b missing node overdid -b missing node components -b missing node encamp -b missing node doodad -b missing node resignation -b missing node wellholes -b missing node mathematics -b missing node reconsecrated -b missing node concerted -b missing node midwiferies -b missing node twinned -b missing node positiveness -b missing node econ -b missing node legendarily -b missing node tensioned -b missing node reconsecrates -b missing node fruity -b missing node ecol -b missing node donorship -b missing node censorship -b missing node fruits -b missing node dippier -b missing node reconditeness -b missing node gemsbucks -b missing node messiness -b missing node gridiron -b missing node leveraging -b missing node wassailed -b missing node submental -b missing node raceways -b missing node idolizing -b missing node fetching -b missing node wassailer -b missing node donator -b missing node echo -b missing node afros -b missing node sunsets -b missing node awarding -b missing node inflater -b missing node inflates -b missing node sandpiper -b missing node tastelessness -b missing node apprehend -b missing node loosest -b missing node rationalize -b missing node primordially -b missing node autobiographically -b missing node deviations -b missing node toffee -b missing node remonstrating -b missing node orders -b missing node calyx -b missing node kindlings -b missing node pageants -b missing node indicator -b missing node publican -b missing node tritest -b missing node libations -b missing node intricacies -b missing node volitional -b missing node evacuating -b missing node dolorousness -b missing node remonstration -b missing node dumdum -b missing node skinfuls -b missing node snarling -b missing node inefficacious -b missing node biotically -b missing node wooded -b missing node inflated -b missing node loftiness -b missing node evacuation -b missing node securing -b missing node acerbated -b missing node underspent -b missing node ludicrous -b missing node schlepping -b missing node wooden -b missing node tiresome -b missing node underspend -b missing node acerbates -b missing node rigour -b missing node remonstrates -b missing node fulmination -b missing node ecus -b missing node crankest -b missing node commensuration -b missing node remonstrated -b missing node repugned -b missing node beadles -b missing node border -b missing node capability -b missing node rationality -b missing node playmate -b missing node loosens -b missing node woodsy -b missing node tulles -b missing node calve -b missing node dentistry -b missing node crosswords -b missing node unraveled -b missing node bulgarian -b missing node publicly -b missing node interdict -b missing node commenting -b missing node thorpe -b missing node rationalist -b missing node rationalism -b missing node subclassify -b missing node fulminating -b missing node nickered -b missing node thorps -b missing node furthers -b missing node overcautious -b missing node unreflectingly -b missing node administratively -b missing node declinature -b missing node woodnotes -b missing node backspin -b missing node pepsin -b missing node ostrich -b missing node czars -b missing node loosely -b missing node demasculinized -b missing node juiciness -b missing node worried -b missing node furthest -b missing node timbales -b missing node worrier -b missing node worries -b missing node violets -b missing node unimaginative -b missing node morbidly -b missing node evert -b missing node snarlier -b missing node obtrusive -b missing node transmittances -b missing node pierre -b missing node reanimate -b missing node every -b missing node fleshing -b missing node brayers -b missing node conspiring -b missing node leavening -b missing node furores -b missing node britannia -b missing node mossback -b missing node thorns -b missing node assignable -b missing node rechecked -b missing node britannic -b missing node giantess -b missing node thorny -b missing node tabulable -b missing node preciously -b missing node remonstrative -b missing node sideslipped -b missing node deadbeat -b missing node interference -b missing node violent -b missing node nonconflicting -b missing node nudged -b missing node snobs -b missing node fretworks -b missing node armpit -b missing node mensches -b missing node security -b missing node afrit -b missing node caking -b missing node menschen -b missing node fluoridation -b missing node nudges -b missing node hatcheling -b missing node encase -b missing node paratyphoid -b missing node couchant -b missing node gifted -b missing node nudger -b missing node ecru -b missing node donatio -b missing node tamburs -b missing node apostates -b missing node sanctimonious -b missing node therapist -b missing node executor -b missing node calor -b missing node mordents -b missing node throughway -b missing node impassibility -b missing node tambura -b missing node fluoridating -b missing node windrows -b missing node benefice -b missing node unpoetical -b missing node recitation -b missing node nutted -b missing node threadworm -b missing node calms -b missing node nutter -b missing node obduction -b missing node republicans -b missing node milksops -b missing node recolored -b missing node stodging -b missing node catchments -b missing node nauseate -b missing node snout -b missing node suggest -b missing node indicated -b missing node calls -b missing node unhooks -b missing node calli -b missing node wowing -b missing node disagreements -b missing node enclasp -b missing node calla -b missing node indicates -b missing node indorse -b missing node shammers -b missing node calks -b missing node expensive -b missing node mutilations -b missing node smoulders -b missing node autoed -b missing node galvanizing -b missing node ironclad -b missing node wickers -b missing node drawbridge -b missing node manorial -b missing node noninfectious -b missing node ugliness -b missing node gallivanting -b missing node trampers -b missing node resultants -b missing node cabanas -b missing node beadman -b missing node boreal -b missing node reenslaves -b missing node snowy -b missing node yelping -b missing node snows -b missing node upsilons -b missing node miscopying -b missing node reenslaved -b missing node condone -b missing node thighbone -b missing node chewier -b missing node nailers -b missing node willowier -b missing node bilabials -b missing node topographic -b missing node calix -b missing node napalming -b missing node fanjets -b missing node calif -b missing node debriefing -b missing node wickets -b missing node clamorous -b missing node emulsions -b missing node sheaving -b missing node postprocessing -b missing node oversteps -b missing node cosmical -b missing node ordeal -b missing node concertos -b missing node elusive -b missing node settlers -b missing node rewon -b missing node obverses -b missing node assimilate -b missing node mythological -b missing node shreveport -b missing node continuously -b missing node viceregal -b missing node drumhead -b missing node millpond -b missing node wagonage -b missing node technicality -b missing node proselyting -b missing node topographer -b missing node friending -b missing node enclave -b missing node easting -b missing node calfs -b missing node fermenting -b missing node catholic -b missing node invincibility -b missing node decisteres -b missing node lavaboes -b missing node hotbeds -b missing node condors -b missing node gravitational -b missing node menorahs -b missing node recitative -b missing node yolked -b missing node misleading -b missing node litigant -b missing node oligarch -b missing node illumine -b missing node consuming -b missing node longrun -b missing node elevens -b missing node eccl -b missing node punitively -b missing node subjoined -b missing node mayoralties -b missing node shotgun -b missing node credentials -b missing node murphies -b missing node thorax -b missing node elapse -b missing node soothest -b missing node stodgier -b missing node nakedest -b missing node unjustly -b missing node canaled -b missing node adoptively -b missing node soothers -b missing node encage -b missing node caucasoid -b missing node stream -b missing node tannates -b missing node centers -b missing node virginally -b missing node testatrix -b missing node psychotogen -b missing node fortunetellers -b missing node stagier -b missing node infract -b missing node fluffing -b missing node mintmark -b missing node embolden -b missing node rewed -b missing node coordinate -b missing node snood -b missing node overinsuring -b missing node illuming -b missing node picklock -b missing node proselytize -b missing node boards -b missing node reptiles -b missing node snoot -b missing node boldness -b missing node snoop -b missing node snore -b missing node interdicts -b missing node primacies -b missing node damascene -b missing node snort -b missing node proselytism -b missing node screamers -b missing node redyeing -b missing node ovenware -b missing node celtic -b missing node synchronies -b missing node kinemas -b missing node tricorn -b missing node cupbearer -b missing node streak -b missing node primroses -b missing node losingly -b missing node elopers -b missing node lightfaced -b missing node petitioners -b missing node incomprehension -b missing node stifled -b missing node stodgily -b missing node documenting -b missing node snots -b missing node stifles -b missing node pedagogically -b missing node stifler -b missing node domiciling -b missing node develope -b missing node rewin -b missing node decennial -b missing node fixup -b missing node bullfrog -b missing node develops -b missing node eruptional -b missing node benefits -b missing node improprieties -b missing node elusion -b missing node watering -b missing node predicate -b missing node spittoon -b missing node evzone -b missing node runway -b missing node civvy -b missing node tricots -b missing node whizzes -b missing node salaried -b missing node whizzer -b missing node doorplate -b missing node gallicism -b missing node whizzed -b missing node salaries -b missing node fluffier -b missing node beaconless -b missing node outmaneuvered -b missing node chiffoniers -b missing node loutish -b missing node groomsman -b missing node daises -b missing node johannes -b missing node toolmaking -b missing node transversely -b missing node lecithin -b missing node nesters -b missing node diffractive -b missing node larceners -b missing node pipets -b missing node stubbly -b missing node maxwells -b missing node plankton -b missing node dioramic -b missing node waterily -b missing node colitises -b missing node synchronize -b missing node returnee -b missing node monkeys -b missing node traditional -b missing node aerosolizing -b missing node jogglers -b missing node canal -b missing node renewals -b missing node returner -b missing node gumming -b missing node luxuriousness -b missing node narcotism -b missing node microcosms -b missing node returned -b missing node contempts -b missing node underselling -b missing node brahmins -b missing node knavish -b missing node pipers -b missing node rewax -b missing node charioteers -b missing node seesawed -b missing node gingham -b missing node narcotine -b missing node monotheistic -b missing node polymers -b missing node louting -b missing node detachments -b missing node discontentment -b missing node immobility -b missing node drayage -b missing node fatefulness -b missing node frightfully -b missing node arables -b missing node sulfate -b missing node narcotization -b missing node skoaled -b missing node joinable -b missing node trampling -b missing node consensus -b missing node dimouts -b missing node decreeing -b missing node ensorceled -b missing node indianans -b missing node litigate -b missing node snowdrop -b missing node cheating -b missing node fluffily -b missing node maladministering -b missing node correspondence -b missing node edit -b missing node nonempirically -b missing node shorting -b missing node combustive -b missing node tannish -b missing node naturalizing -b missing node sorbate -b missing node yardbirds -b missing node sandpit -b missing node wrestled -b missing node continuities -b missing node loverly -b missing node punctuate -b missing node immobilize -b missing node amnestying -b missing node wrestles -b missing node wrestler -b missing node modifying -b missing node dissuasion -b missing node racecourse -b missing node imbricate -b missing node fringed -b missing node mandarins -b missing node programs -b missing node waterier -b missing node denominational -b missing node flashlight -b missing node nourisher -b missing node nourishes -b missing node revue -b missing node nourished -b missing node sanatoriums -b missing node novelettes -b missing node haring -b missing node darter -b missing node monkery -b missing node uruguayan -b missing node synchronism -b missing node pallettes -b missing node vivariums -b missing node abundances -b missing node peptic -b missing node interlude -b missing node darted -b missing node containerize -b missing node fringes -b missing node lakesides -b missing node dialectics -b missing node campi -b missing node jaggers -b missing node campo -b missing node pastries -b missing node fewness -b missing node betokening -b missing node clashed -b missing node counteracting -b missing node groupers -b missing node mortarless -b missing node collegially -b missing node campy -b missing node designedly -b missing node jaggery -b missing node camps -b missing node jigaboo -b missing node transducers -b missing node clashes -b missing node clasher -b missing node groomsmen -b missing node examinations -b missing node skyhook -b missing node margarins -b missing node bangkoks -b missing node offends -b missing node facilely -b missing node margarine -b missing node ensigns -b missing node methylene -b missing node counteraction -b missing node transgressors -b missing node dioramas -b missing node included -b missing node shorties -b missing node lustiness -b missing node includes -b missing node combustion -b missing node willowing -b missing node condole -b missing node plumberies -b missing node dissuasive -b missing node bafflement -b missing node chinchy -b missing node unfalteringly -b missing node declining -b missing node demurrages -b missing node gallingly -b missing node fluorination -b missing node offence -b missing node kinswomen -b missing node floorings -b missing node boatbills -b missing node shirking -b missing node combusting -b missing node hiccup -b missing node groins -b missing node condoms -b missing node kingfisher -b missing node kingfishes -b missing node mastheaded -b missing node trousseau -b missing node constitute -b missing node recoverable -b missing node fallers -b missing node compassing -b missing node vagaries -b missing node vanish -b missing node hotrods -b missing node donates -b missing node regathered -b missing node mainspring -b missing node skittle -b missing node labials -b missing node sloshing -b missing node outpoured -b missing node overloads -b missing node donated -b missing node donatee -b missing node remonstrator -b missing node compassion -b missing node resplendently -b missing node fluorinating -b missing node cambric -b missing node purulence -b missing node bayous -b missing node tepidities -b missing node dilutors -b missing node civic -b missing node sibilated -b missing node overbuy -b missing node ungrammatical -b missing node purulency -b missing node subjunctive -b missing node sibilates -b missing node kinswoman -b missing node civil -b missing node colloquy -b missing node battlemented -b missing node feinting -b missing node fumigations -b missing node actable -b missing node affecter -b missing node eurasians -b missing node stoical -b missing node xyloid -b missing node temptable -b missing node monocytes -b missing node narcotics -b missing node backpacks -b missing node envious -b missing node nighters -b missing node newfashioned -b missing node beggaring -b missing node actresses -b missing node affected -b missing node crumbed -b missing node freemasonry -b missing node dismembering -b missing node plottages -b missing node foreclosure -b missing node spoliation -b missing node candidly -b missing node evidently -b missing node dhotis -b missing node rebelled -b missing node crumber -b missing node steamships -b missing node twosome -b missing node fluoridates -b missing node consented -b missing node rigors -b missing node valvate -b missing node ventilates -b missing node taverner -b missing node orphanage -b missing node sorrowfully -b missing node ventilated -b missing node usurpers -b missing node pfennigs -b missing node minutest -b missing node countermands -b missing node overthrown -b missing node flemishes -b missing node boomier -b missing node obtrusion -b missing node consenter -b missing node thrashing -b missing node domesticated -b missing node vanity -b missing node droppings -b missing node gullying -b missing node flemished -b missing node civet -b missing node fluoridated -b missing node domesticates -b missing node confidential -b missing node diarist -b missing node negate -b missing node resounded -b missing node speediest -b missing node helming -b missing node despoils -b missing node squabbier -b missing node pimpliest -b missing node reassessments -b missing node meccas -b missing node overthrows -b missing node dissuade -b missing node fleshier -b missing node overflying -b missing node disproportions -b missing node southbound -b missing node standpoint -b missing node tangerine -b missing node edgy -b missing node sanguinarily -b missing node contendere -b missing node minutely -b missing node catmints -b missing node camel -b missing node sloshier -b missing node nudely -b missing node cameo -b missing node contenders -b missing node phrenic -b missing node phantomlike -b missing node pregame -b missing node entireness -b missing node logistical -b missing node boyishly -b missing node sanctifiers -b missing node littery -b missing node litters -b missing node diplopod -b missing node greyest -b missing node spital -b missing node eden -b missing node martialism -b missing node bastardly -b missing node ingraining -b missing node gummier -b missing node martialist -b missing node breadstuff -b missing node communistic -b missing node edge -b missing node stubbed -b missing node developers -b missing node filaments -b missing node arboured -b missing node metrifying -b missing node users -b missing node domesticator -b missing node foldout -b missing node viscoses -b missing node edda -b missing node colonizationist -b missing node beggaries -b missing node relocates -b missing node nationally -b missing node stubble -b missing node rheological -b missing node jaggiest -b missing node accuse -b missing node xylose -b missing node savageness -b missing node eddy -b missing node unhooked -b missing node doggedness -b missing node victuals -b missing node diffraction -b missing node pierce -b missing node satirizing -b missing node shortish -b missing node springes -b missing node springer -b missing node booming -b missing node tootling -b missing node spited -b missing node tsardoms -b missing node dispassionately -b missing node springed -b missing node notification -b missing node rhythm -b missing node offense -b missing node spites -b missing node distress -b missing node edam -b missing node underrate -b missing node moonlighters -b missing node relocated -b missing node revel -b missing node bigeye -b missing node nudest -b missing node ventilator -b missing node colitis -b missing node pegging -b missing node unhorsed -b missing node stupids -b missing node vendibles -b missing node normalcies -b missing node ambulators -b missing node egomaniacally -b missing node yesterdays -b missing node unhorses -b missing node blobbing -b missing node ambulatory -b missing node colitic -b missing node nudist -b missing node praised -b missing node amove -b missing node nudism -b missing node praises -b missing node praiser -b missing node recessing -b missing node amour -b missing node thalers -b missing node carnivores -b missing node recession -b missing node adductor -b missing node each -b missing node declivities -b missing node zed -b missing node zee -b missing node uprootals -b missing node warden -b missing node sidelines -b missing node warder -b missing node pheasants -b missing node sideliner -b missing node perambulations -b missing node rehearings -b missing node mediating -b missing node bathing -b missing node workwoman -b missing node spittles -b missing node flittering -b missing node uncontradicted -b missing node dynode -b missing node quadrillions -b missing node stewing -b missing node choicer -b missing node choices -b missing node hastener -b missing node ploughs -b missing node schematic -b missing node zen -b missing node mediation -b missing node warded -b missing node hastened -b missing node bountifully -b missing node physical -b missing node purgatively -b missing node congress -b missing node purlieu -b missing node ornithology -b missing node skimmers -b missing node lateen -b missing node honorees -b missing node vicarages -b missing node overfly -b missing node chorizos -b missing node acquaints -b missing node picaros -b missing node ragouting -b missing node entreatingly -b missing node louies -b missing node brinier -b missing node fitments -b missing node brinies -b missing node gnomist -b missing node workwomen -b missing node ameliorating -b missing node kneeling -b missing node unbecomingly -b missing node tollgates -b missing node reverberates -b missing node acquitted -b missing node oxeye -b missing node shivaree -b missing node amelioration -b missing node reverberated -b missing node indemnifying -b missing node zag -b missing node acquitter -b missing node amort -b missing node gnomish -b missing node blows -b missing node zap -b missing node blowy -b missing node guiltiness -b missing node paneling -b missing node canty -b missing node recessive -b missing node louise -b missing node cardiologies -b missing node ephedra -b missing node zoo -b missing node crumble -b missing node among -b missing node anionically -b missing node cants -b missing node blown -b missing node myopes -b missing node canto -b missing node castellans -b missing node mangroves -b missing node harlot -b missing node unpiled -b missing node accomplishers -b missing node unanticipated -b missing node huddle -b missing node mescal -b missing node leftwing -b missing node blots -b missing node dependably -b missing node breadths -b missing node mediative -b missing node dependable -b missing node pervertedness -b missing node greatly -b missing node engorging -b missing node canst -b missing node dronish -b missing node uranous -b missing node diffused -b missing node featherless -b missing node crumbly -b missing node phrensy -b missing node contending -b missing node diffuser -b missing node acquittal -b missing node diffuses -b missing node bulgier -b missing node fanner -b missing node clumsier -b missing node gourmands -b missing node ethicizes -b missing node riderless -b missing node camelback -b missing node deaneries -b missing node adiposities -b missing node disseminate -b missing node nutria -b missing node hexameter -b missing node fastballs -b missing node ethicized -b missing node whipsaws -b missing node overfed -b missing node whipsawn -b missing node solved -b missing node rufous -b missing node solver -b missing node faders -b missing node solves -b missing node fanned -b missing node deflationary -b missing node reverberator -b missing node triplanes -b missing node labiate -b missing node headset -b missing node unpiles -b missing node indoors -b missing node ease -b missing node nudies -b missing node saturn -b missing node amoks -b missing node republishes -b missing node skitter -b missing node preselect -b missing node rubblier -b missing node tolerate -b missing node reconstruct -b missing node accretes -b missing node zig -b missing node east -b missing node amole -b missing node subordinate -b missing node zip -b missing node exhortation -b missing node reuse -b missing node accreted -b missing node croquettes -b missing node bombardment -b missing node musclemen -b missing node bloom -b missing node insurgescence -b missing node bloop -b missing node earl -b missing node chandeliers -b missing node lyceums -b missing node ears -b missing node planeload -b missing node earn -b missing node republished -b missing node squabblers -b missing node fiver -b missing node fives -b missing node vitiators -b missing node overexerted -b missing node adenoiditis -b missing node prompts -b missing node blond -b missing node overexercise -b missing node thermosphere -b missing node anyplace -b missing node unobtrusive -b missing node screwworm -b missing node expository -b missing node curled -b missing node blood -b missing node misinterprets -b missing node yup -b missing node expositors -b missing node ungrounded -b missing node curler -b missing node nesting -b missing node yuk -b missing node curlew -b missing node balancers -b missing node eructate -b missing node offered -b missing node tramplers -b missing node offeree -b missing node citizenly -b missing node mutedly -b missing node subagents -b missing node rhombs -b missing node anodically -b missing node crayonist -b missing node respiratory -b missing node worshipped -b missing node revisited -b missing node impotently -b missing node respirators -b missing node insigne -b missing node objectiveness -b missing node physicks -b missing node sudsless -b missing node counteractive -b missing node earthworms -b missing node informational -b missing node rhombi -b missing node thumbtacks -b missing node relapse -b missing node distributution -b missing node scholastic -b missing node medalists -b missing node hognuts -b missing node balkers -b missing node crayoning -b missing node icicles -b missing node yrs -b missing node outdodge -b missing node plebian -b missing node annihilation -b missing node lanthanum -b missing node mankind -b missing node crusading -b missing node vilified -b missing node diffusor -b missing node valeted -b missing node zilches -b missing node vilifier -b missing node vilifies -b missing node bloke -b missing node worshipper -b missing node inveighed -b missing node annihilating -b missing node newton -b missing node earthworks -b missing node protract -b missing node myopic -b missing node poppets -b missing node icicled -b missing node myopia -b missing node afoul -b missing node canon -b missing node canoe -b missing node overemphasis -b missing node yow -b missing node prisoners -b missing node clumsily -b missing node protegees -b missing node circuses -b missing node accounts -b missing node peached -b missing node restorals -b missing node subvariety -b missing node you -b missing node elands -b missing node peaches -b missing node yon -b missing node peacher -b missing node canna -b missing node flubdubs -b missing node illnesses -b missing node beadsmen -b missing node canny -b missing node yod -b missing node droning -b missing node endemics -b missing node latest -b missing node longues -b missing node rejoin -b missing node freewheel -b missing node safaris -b missing node cleavers -b missing node gemology -b missing node longhair -b missing node citizenry -b missing node caner -b missing node canes -b missing node laccolith -b missing node unifying -b missing node zestiest -b missing node wreckings -b missing node erotogeneses -b missing node howitzers -b missing node candy -b missing node gadding -b missing node frugal -b missing node tyrannizing -b missing node caned -b missing node detrained -b missing node odeons -b missing node dumbly -b missing node afore -b missing node renounce -b missing node tinfoils -b missing node octagonally -b missing node southeastward -b missing node vermeil -b missing node block -b missing node blocs -b missing node gondola -b missing node conquers -b missing node caffeines -b missing node brinish -b missing node outmaneuvers -b missing node almshouse -b missing node globalists -b missing node reassortment -b missing node windstorm -b missing node tonality -b missing node conversant -b missing node prorogue -b missing node cabalas -b missing node decadently -b missing node poppers -b missing node beadsman -b missing node sahuaros -b missing node skating -b missing node conquest -b missing node dioritic -b missing node facelessness -b missing node streetcar -b missing node latent -b missing node waterish -b missing node latens -b missing node clomped -b missing node bloat -b missing node cardiologist -b missing node skinful -b missing node diorites -b missing node senselessness -b missing node erotogenesis -b missing node wolvers -b missing node surmisers -b missing node saurians -b missing node phoneticians -b missing node toreadors -b missing node gatherers -b missing node unknits -b missing node sparklers -b missing node ruralites -b missing node auspice -b missing node longhand -b missing node cesspool -b missing node blobs -b missing node galloots -b missing node outriding -b missing node cryptogram -b missing node forecastles -b missing node sleaziest -b missing node dumbed -b missing node hopeful -b missing node lately -b missing node dumber -b missing node miasmatic -b missing node harlem -b missing node afoot -b missing node ameliorative -b missing node reconvenes -b missing node swaying -b missing node neutralizers -b missing node hungered -b missing node jobless -b missing node rapiers -b missing node brining -b missing node reconvened -b missing node handworks -b missing node reliable -b missing node circulatory -b missing node forevers -b missing node abstruser -b missing node politics -b missing node reliably -b missing node platy -b missing node circulators -b missing node plats -b missing node kinglets -b missing node factorized -b missing node agonise -b missing node combust -b missing node plato -b missing node affection -b missing node aerates -b missing node scoping -b missing node quitter -b missing node plate -b missing node innerving -b missing node politick -b missing node subagency -b missing node aerated -b missing node dispending -b missing node agonist -b missing node politico -b missing node tramping -b missing node quitted -b missing node fortunetelling -b missing node arousals -b missing node shoestring -b missing node rushings -b missing node yea -b missing node tumefied -b missing node inconceivabilities -b missing node oratorios -b missing node caprioles -b missing node screwdriver -b missing node bakeries -b missing node unpreparedness -b missing node songfully -b missing node reaccepted -b missing node affecting -b missing node yds -b missing node wyvern -b missing node ousels -b missing node kingless -b missing node fleabitten -b missing node exigible -b missing node yodels -b missing node defenders -b missing node hayloft -b missing node reemployment -b missing node yes -b missing node yep -b missing node yen -b missing node sexualizing -b missing node yew -b missing node angeles -b missing node yet -b missing node infixed -b missing node backstrokes -b missing node plays -b missing node hutzpahs -b missing node infixes -b missing node scatterers -b missing node ruralisms -b missing node stagily -b missing node eavesdrop -b missing node playa -b missing node saddleries -b missing node missort -b missing node staging -b missing node ampul -b missing node plunking -b missing node fryer -b missing node seculars -b missing node unicellular -b missing node newswoman -b missing node caffeinic -b missing node angelic -b missing node leachers -b missing node nightcap -b missing node potluck -b missing node torches -b missing node replaying -b missing node paintings -b missing node polities -b missing node torched -b missing node amenities -b missing node meditatio -b missing node reembodying -b missing node yay -b missing node adjustments -b missing node exalts -b missing node perceiving -b missing node yaw -b missing node juggleries -b missing node spooring -b missing node yap -b missing node caped -b missing node caper -b missing node yam -b missing node yak -b missing node plaza -b missing node inapplicably -b missing node sloughiest -b missing node beadmen -b missing node moldings -b missing node fixed -b missing node ardent -b missing node reentrant -b missing node longships -b missing node tandem -b missing node radiometric -b missing node sickbeds -b missing node centaur -b missing node inapplicable -b missing node sidestrokes -b missing node astigmatic -b missing node vilify -b missing node newswomen -b missing node decimalizing -b missing node tzarinas -b missing node attending -b missing node centavo -b missing node boomlet -b missing node athenaeum -b missing node railed -b missing node strafe -b missing node railer -b missing node plant -b missing node plans -b missing node iodoform -b missing node strain -b missing node mummifying -b missing node affective -b missing node plank -b missing node retro -b missing node strait -b missing node subassociation -b missing node outstripped -b missing node sinusitis -b missing node utilizers -b missing node ebon -b missing node semblances -b missing node gaslights -b missing node meditated -b missing node misplaying -b missing node sectarian -b missing node plane -b missing node meditates -b missing node retry -b missing node unreconciled -b missing node vagueness -b missing node forbearers -b missing node waybills -b missing node aquarial -b missing node chinese -b missing node articulationes -b missing node mightiness -b missing node scabbiness -b missing node neoned -b missing node reenter -b missing node geomedicine -b missing node oratories -b missing node sprinklings -b missing node petioles -b missing node aspheric -b missing node environ -b missing node biomes -b missing node tidytips -b missing node undefeated -b missing node punctuality -b missing node radiographies -b missing node articulateness -b missing node aquarian -b missing node tenpences -b missing node tripedal -b missing node amply -b missing node precarious -b missing node reunions -b missing node varistors -b missing node galloper -b missing node parents -b missing node floodlighting -b missing node subdebutantes -b missing node marginate -b missing node insight -b missing node wafered -b missing node yin -b missing node archaeologically -b missing node outdoers -b missing node jurassic -b missing node ample -b missing node complacently -b missing node woodwax -b missing node plash -b missing node yid -b missing node plasm -b missing node groggy -b missing node overeat -b missing node agonies -b missing node enflame -b missing node greased -b missing node yip -b missing node ruralists -b missing node galloped -b missing node fixes -b missing node fixer -b missing node greases -b missing node greaser -b missing node sectaries -b missing node backlist -b missing node unsentimentally -b missing node greater -b missing node natured -b missing node numeral -b missing node pissoirs -b missing node strand -b missing node exudations -b missing node touche -b missing node painstaking -b missing node greaten -b missing node bassoonists -b missing node equites -b missing node flakiest -b missing node doodle -b missing node touchy -b missing node plack -b missing node eave -b missing node blanking -b missing node place -b missing node bulging -b missing node hoodwink -b missing node oratorian -b missing node bradding -b missing node rotters -b missing node benefactors -b missing node agronomy -b missing node cognomens -b missing node pertinency -b missing node natures -b missing node summers -b missing node pertinence -b missing node headlights -b missing node unweaving -b missing node naturel -b missing node trespassers -b missing node blistering -b missing node shivarees -b missing node hotdogged -b missing node cakier -b missing node penuches -b missing node summery -b missing node executes -b missing node vaginal -b missing node harked -b missing node copilots -b missing node executer -b missing node circadian -b missing node vaginae -b missing node harken -b missing node scavenging -b missing node exogamous -b missing node eats -b missing node ignitable -b missing node reinvestigating -b missing node executed -b missing node easy -b missing node boomkin -b missing node martialled -b missing node straps -b missing node downgrade -b missing node annuitants -b missing node vaginas -b missing node grained -b missing node baiters -b missing node eaux -b missing node angelus -b missing node nervosa -b missing node reinvestigation -b missing node grainer -b missing node bioenvironmental -b missing node overadorned -b missing node sulphured -b missing node lobules -b missing node cloudless -b missing node slabber -b missing node cantles -b missing node clinician -b missing node illegibility -b missing node urchin -b missing node retie -b missing node adducted -b missing node rummaging -b missing node slabbed -b missing node rationalities -b missing node bowfront -b missing node categorical -b missing node unsifted -b missing node cloudlets -b missing node shirred -b missing node pedros -b missing node precipiced -b missing node eardrums -b missing node incompleteness -b missing node strata -b missing node secundines -b missing node rubbling -b missing node natural -b missing node precipices -b missing node sprinting -b missing node nurturers -b missing node fucked -b missing node aerator -b missing node citer -b missing node tinsmith -b missing node cites -b missing node deprecate -b missing node outlined -b missing node plait -b missing node strath -b missing node strate -b missing node inaccessibility -b missing node nullification -b missing node outlines -b missing node cited -b missing node plaid -b missing node tolerant -b missing node biotelemetric -b missing node reroute -b missing node degassed -b missing node plain -b missing node obstructiveness -b missing node sighing -b missing node gawkiest -b missing node degasses -b missing node arraigns -b missing node fetchers -b missing node choirboys -b missing node wanders -b missing node numeric -b missing node purling -b missing node brutalizing -b missing node birdcages -b missing node declaiming -b missing node solstices -b missing node ponderous -b missing node casque -b missing node piddling -b missing node brokenness -b missing node reentry -b missing node strawy -b missing node feeing -b missing node toucan -b missing node cists -b missing node aquarius -b missing node plighted -b missing node retch -b missing node tensional -b missing node debarked -b missing node aquarium -b missing node anthralin -b missing node shagbark -b missing node homicides -b missing node plighter -b missing node straws -b missing node archfiends -b missing node thoued -b missing node goofiest -b missing node brattiest -b missing node taciturnly -b missing node sentimentally -b missing node commissioning -b missing node nonlocals -b missing node removing -b missing node agonize -b missing node overdue -b missing node profound -b missing node aquarist -b missing node birdseyes -b missing node honorers -b missing node embryological -b missing node coquet -b missing node tritely -b missing node strays -b missing node dicots -b missing node aimers -b missing node dipping -b missing node though -b missing node clinching -b missing node armors -b missing node armory -b missing node priceless -b missing node cannalling -b missing node subconsciousness -b missing node commentators -b missing node flypapers -b missing node coasting -b missing node bisexualism -b missing node popularly -b missing node nervous -b missing node holographs -b missing node executers -b missing node aluminize -b missing node viscount -b missing node digresses -b missing node compulsions -b missing node therapies -b missing node decontrolled -b missing node prolongs -b missing node outstrip -b missing node prosaically -b missing node braincase -b missing node damascus -b missing node homicidal -b missing node zoster -b missing node holography -b missing node serpents -b missing node meteorological -b missing node athwart -b missing node tolyls -b missing node distillate -b missing node gingers -b missing node bisexuality -b missing node territorialize -b missing node astoundingly -b missing node beetle -b missing node glamorizing -b missing node gingery -b missing node jettying -b missing node shivareed -b missing node hapless -b missing node digressed -b missing node ukes -b missing node ebbs -b missing node allegers -b missing node holographies -b missing node woodpeckers -b missing node lobular -b missing node backstay -b missing node ponderosa -b missing node armour -b missing node aquiline -b missing node chewers -b missing node insensately -b missing node leek -b missing node benignly -b missing node outspreading -b missing node thistly -b missing node casted -b missing node cleverly -b missing node daimon -b missing node daftness -b missing node screaming -b missing node reloaded -b missing node caster -b missing node castes -b missing node thistle -b missing node cutdowns -b missing node evans -b missing node antlions -b missing node sensations -b missing node sequel -b missing node jezebel -b missing node distributors -b missing node ripsaw -b missing node digitizing -b missing node slightest -b missing node dilution -b missing node lees -b missing node leer -b missing node mucus -b missing node bucklered -b missing node bemires -b missing node hinderance -b missing node ulva -b missing node backslap -b missing node monsoon -b missing node naughty -b missing node lech -b missing node spelunk -b missing node nonhabituating -b missing node needing -b missing node naughts -b missing node signboard -b missing node securers -b missing node reacts -b missing node parturition -b missing node tariffing -b missing node timeworker -b missing node forecasting -b missing node monocularly -b missing node diluting -b missing node fallacy -b missing node curiae -b missing node lect -b missing node bemired -b missing node including -b missing node florence -b missing node phonons -b missing node curial -b missing node overbite -b missing node necktie -b missing node kingfishers -b missing node lakings -b missing node elater -b missing node elates -b missing node lead -b missing node chantry -b missing node leaf -b missing node stretchiest -b missing node personnel -b missing node phlegmatically -b missing node misogamy -b missing node sequin -b missing node gameness -b missing node istle -b missing node needily -b missing node lean -b missing node exposition -b missing node leal -b missing node warble -b missing node tweaks -b missing node leak -b missing node active -b missing node lear -b missing node leas -b missing node leap -b missing node tweaky -b missing node fantom -b missing node manipulatively -b missing node isogamy -b missing node lichens -b missing node fantod -b missing node hulked -b missing node waterloo -b missing node shamming -b missing node corvine -b missing node pathogen -b missing node scourings -b missing node unction -b missing node waterlog -b missing node confronting -b missing node expositing -b missing node memorizing -b missing node abrasively -b missing node respectfully -b missing node dilatation -b missing node zoogeographic -b missing node pluton -b missing node candidacy -b missing node securely -b missing node southernmost -b missing node castle -b missing node osages -b missing node curies -b missing node elated -b missing node ascorbic -b missing node outlives -b missing node outliver -b missing node cantina -b missing node outlived -b missing node abortogenic -b missing node canting -b missing node redirects -b missing node poloniums -b missing node codgers -b missing node jnana -b missing node liquidity -b missing node conspirers -b missing node downrange -b missing node perpetualness -b missing node spinnings -b missing node daimyo -b missing node fedoras -b missing node folding -b missing node spermicide -b missing node polygonal -b missing node orients -b missing node bohunk -b missing node meteoric -b missing node gabled -b missing node pentads -b missing node hiraganas -b missing node needier -b missing node cutaneously -b missing node ulna -b missing node newfangled -b missing node sandman -b missing node gables -b missing node dimorph -b missing node couchers -b missing node dilutive -b missing node oghamic -b missing node unclear -b missing node castor -b missing node chantor -b missing node spatters -b missing node unclean -b missing node commensurately -b missing node bedazzles -b missing node sirree -b missing node hutted -b missing node synthetic -b missing node maledicts -b missing node groupies -b missing node egos -b missing node bedazzled -b missing node queening -b missing node experiment -b missing node construers -b missing node action -b missing node halberds -b missing node schoolgirl -b missing node crocheting -b missing node facetted -b missing node castro -b missing node softball -b missing node giantism -b missing node curios -b missing node lindanes -b missing node windiest -b missing node ambulating -b missing node tensioning -b missing node outreasons -b missing node liberationists -b missing node nonfascist -b missing node alders -b missing node acting -b missing node fireboats -b missing node telemetries -b missing node lenten -b missing node conciseness -b missing node immaturely -b missing node perceptibly -b missing node mucky -b missing node sandmen -b missing node ambulation -b missing node curing -b missing node shammies -b missing node mucks -b missing node rubrics -b missing node gabbiness -b missing node fatalistic -b missing node alluding -b missing node evade -b missing node eyeable -b missing node dispelling -b missing node perceptible -b missing node derailments -b missing node thursdays -b missing node accrue -b missing node nighties -b missing node craziest -b missing node liberian -b missing node kissably -b missing node warthogs -b missing node blunt -b missing node crumbing -b missing node condescend -b missing node communicate -b missing node lichees -b missing node governmental -b missing node alcohols -b missing node orchestrally -b missing node drafter -b missing node nailing -b missing node genealogist -b missing node maunderers -b missing node draftee -b missing node drafted -b missing node extant -b missing node sirrah -b missing node decrepit -b missing node kissable -b missing node crustily -b missing node supermolecular -b missing node corridor -b missing node handcuffs -b missing node lentic -b missing node coronae -b missing node audibility -b missing node trampish -b missing node strike -b missing node coronal -b missing node coronas -b missing node unseats -b missing node spelunking -b missing node aimful -b missing node disabuses -b missing node akenes -b missing node outskirt -b missing node sustenance -b missing node reinvent -b missing node lentil -b missing node multiplexing -b missing node jaggier -b missing node crusting -b missing node valence -b missing node overbids -b missing node rimrock -b missing node liquidize -b missing node disabused -b missing node unconformable -b missing node duplexer -b missing node bursarship -b missing node duplexes -b missing node reflected -b missing node larcenies -b missing node disaccharide -b missing node wye -b missing node valency -b missing node gingerbread -b missing node blurt -b missing node blurs -b missing node prohibits -b missing node enabled -b missing node neighed -b missing node commissariat -b missing node communicant -b missing node besotting -b missing node blurb -b missing node romanticizes -b missing node enabler -b missing node duplexed -b missing node enables -b missing node syntax -b missing node eggs -b missing node oblique -b missing node touchable -b missing node islands -b missing node grainier -b missing node spiritless -b missing node romanticized -b missing node immiscible -b missing node frumps -b missing node bargainer -b missing node reinvest -b missing node frumpy -b missing node bargained -b missing node curium -b missing node bargainee -b missing node oblately -b missing node oversalted -b missing node cateress -b missing node tacking -b missing node croakers -b missing node flensers -b missing node guttered -b missing node transgressive -b missing node filmsets -b missing node clerical -b missing node wallopers -b missing node tackily -b missing node egis -b missing node phylacteries -b missing node caterers -b missing node strife -b missing node macros -b missing node poisoner -b missing node readapts -b missing node barbicans -b missing node likewise -b missing node macron -b missing node eloping -b missing node unrewarding -b missing node poisoned -b missing node cuniform -b missing node eaves -b missing node trinitarians -b missing node exponent -b missing node lentos -b missing node sidelining -b missing node stride -b missing node unrealistically -b missing node strict -b missing node commissaries -b missing node halting -b missing node charades -b missing node birdcalls -b missing node backslid -b missing node lioness -b missing node singularities -b missing node shakeable -b missing node reopened -b missing node blethers -b missing node casual -b missing node venetians -b missing node graining -b missing node district -b missing node destriers -b missing node seashore -b missing node sandlot -b missing node disported -b missing node reopener -b missing node centare -b missing node already -b missing node snarlers -b missing node blush -b missing node beeches -b missing node crustier -b missing node beechen -b missing node shuffle -b missing node conservatories -b missing node noninterventionist -b missing node unfunny -b missing node substitutionary -b missing node elevate -b missing node blottiest -b missing node striae -b missing node regimentals -b missing node underclothed -b missing node decapod -b missing node corridas -b missing node tommies -b missing node leachier -b missing node varicosities -b missing node underclothes -b missing node diacritics -b missing node wagoners -b missing node affrays -b missing node deletes -b missing node nigerian -b missing node nonspecialists -b missing node munition -b missing node bifurcation -b missing node deleted -b missing node wry -b missing node levitations -b missing node virulent -b missing node woe -b missing node issue -b missing node autarchies -b missing node engrossing -b missing node godship -b missing node coroner -b missing node coronet -b missing node bifurcating -b missing node encouragingly -b missing node possessable -b missing node wow -b missing node wop -b missing node successional -b missing node woo -b missing node won -b missing node wok -b missing node therapeutically -b missing node koodoos -b missing node decolonizing -b missing node eaved -b missing node ampoule -b missing node egad -b missing node reflector -b missing node amuse -b missing node plunkers -b missing node chronologically -b missing node using -b missing node inputting -b missing node genealogies -b missing node snits -b missing node uncorrected -b missing node missing -b missing node shunpike -b missing node figged -b missing node throatier -b missing node trilateral -b missing node misreported -b missing node unquestioned -b missing node dainty -b missing node verging -b missing node peremption -b missing node cobbled -b missing node versatileness -b missing node hareem -b missing node fiducially -b missing node missile -b missing node rhymester -b missing node wet -b missing node placate -b missing node wen -b missing node thorough -b missing node satisfyingly -b missing node scanted -b missing node wed -b missing node wee -b missing node web -b missing node louden -b missing node rattooning -b missing node louder -b missing node cobbles -b missing node forepeaks -b missing node cobbler -b missing node cheatery -b missing node cains -b missing node filamentary -b missing node cheaters -b missing node wha -b missing node kerosine -b missing node knavery -b missing node who -b missing node placard -b missing node crumbier -b missing node prologed -b missing node larcenist -b missing node inedible -b missing node circa -b missing node gowning -b missing node cassia -b missing node circe -b missing node scanter -b missing node cassis -b missing node populated -b missing node outhitting -b missing node recommitted -b missing node moorage -b missing node solicitorship -b missing node circulating -b missing node revivalists -b missing node receipted -b missing node substances -b missing node neutralizing -b missing node cubicles -b missing node gummers -b missing node barricade -b missing node sorbets -b missing node joggling -b missing node zinnia -b missing node circulation -b missing node wit -b missing node tamarisks -b missing node gonoph -b missing node populates -b missing node mindedness -b missing node murkily -b missing node wiz -b missing node whimpers -b missing node wig -b missing node jocundly -b missing node handwoven -b missing node perceivable -b missing node chanson -b missing node unfaded -b missing node win -b missing node tenderizers -b missing node mission -b missing node perceivably -b missing node why -b missing node shamuses -b missing node umps -b missing node unseams -b missing node renewers -b missing node foxfire -b missing node ejaculating -b missing node envying -b missing node mudra -b missing node throatily -b missing node overstate -b missing node synthesis -b missing node underarms -b missing node downpours -b missing node abrupter -b missing node unseals -b missing node thrived -b missing node czech -b missing node foxfish -b missing node usurping -b missing node perihelion -b missing node thriver -b missing node thrives -b missing node tricepses -b missing node underestimate -b missing node thriven -b missing node throating -b missing node missies -b missing node jagging -b missing node crumpled -b missing node sumatrans -b missing node unreplaced -b missing node stagnate -b missing node rottener -b missing node blued -b missing node apricots -b missing node crumples -b missing node noninjuriously -b missing node boomers -b missing node bluey -b missing node decliners -b missing node boutique -b missing node ibises -b missing node harems -b missing node bluet -b missing node radical -b missing node blues -b missing node bluer -b missing node loafers -b missing node scantly -b missing node bluff -b missing node tutted -b missing node ejaculation -b missing node musicians -b missing node hearkening -b missing node kyats -b missing node furnishings -b missing node andorra -b missing node oceanologist -b missing node roadhouse -b missing node transferal -b missing node worsened -b missing node hognose -b missing node picasso -b missing node gessoes -b missing node champing -b missing node abutment -b missing node ruminators -b missing node flaunters -b missing node parasiticide -b missing node elusory -b missing node syntheses -b missing node satrap -b missing node contrarieties -b missing node champion -b missing node rottenly -b missing node poulticing -b missing node rebukingly -b missing node detectors -b missing node astounds -b missing node wan -b missing node wax -b missing node way -b missing node pipage -b missing node warsaws -b missing node war -b missing node was -b missing node overstays -b missing node pilothouse -b missing node inattentiveness -b missing node subcontinents -b missing node cutthroat -b missing node desponds -b missing node misprision -b missing node cashoos -b missing node transferee -b missing node manhunts -b missing node cairo -b missing node wag -b missing node transferer -b missing node cairn -b missing node wad -b missing node interwrought -b missing node chirrups -b missing node urinalysis -b missing node villas -b missing node chirrupy -b missing node innately -b missing node cynical -b missing node unthoughtfully -b missing node pauperizing -b missing node reactionaries -b missing node ritziest -b missing node tzaritza -b missing node nescient -b missing node chanted -b missing node midmorning -b missing node reappraisals -b missing node snubbers -b missing node chanter -b missing node debiting -b missing node abruptly -b missing node taxiplane -b missing node chantey -b missing node knacks -b missing node shammied -b missing node receiptor -b missing node bursars -b missing node engrammes -b missing node reassimilated -b missing node astatine -b missing node nasalizing -b missing node paroxysm -b missing node easterlies -b missing node sidelined -b missing node reassimilates -b missing node bursary -b missing node godhead -b missing node shiatsu -b missing node copyholder -b missing node fruitfully -b missing node candidate -b missing node luminesce -b missing node hangared -b missing node telegraph -b missing node muddy -b missing node stoppered -b missing node mummify -b missing node harelip -b missing node waterman -b missing node mustering -b missing node pamphlet -b missing node mummied -b missing node prologue -b missing node draftings -b missing node mummies -b missing node auscultation -b missing node toolroom -b missing node squeamish -b missing node result -b missing node satirist -b missing node firetraps -b missing node himalayas -b missing node auscultating -b missing node stagnant -b missing node bizarrely -b missing node oarlocks -b missing node wheaten -b missing node silkworms -b missing node consonances -b missing node resume -b missing node himalayan -b missing node shortens -b missing node barkentine -b missing node missorting -b missing node exhalant -b missing node exceeders -b missing node telegrams -b missing node unheard -b missing node nightjar -b missing node uppers -b missing node via -b missing node koran -b missing node wifehoods -b missing node excludes -b missing node excluder -b missing node apophthegm -b missing node zooids -b missing node unbuckling -b missing node vip -b missing node grouping -b missing node excluded -b missing node accumulations -b missing node anatomy -b missing node vim -b missing node vin -b missing node tilter -b missing node vie -b missing node corrigendum -b missing node missive -b missing node tilted -b missing node unsatisfying -b missing node satirize -b missing node viz -b missing node strayed -b missing node doubled -b missing node inventorying -b missing node greaved -b missing node disembowelment -b missing node violate -b missing node watermen -b missing node strayer -b missing node perishing -b missing node greaves -b missing node laserdisk -b missing node loosing -b missing node disaffect -b missing node lascars -b missing node menially -b missing node thuggish -b missing node pedlar -b missing node messengers -b missing node tessellations -b missing node doubler -b missing node stewbum -b missing node doubles -b missing node improvisor -b missing node doublet -b missing node compulsives -b missing node monkish -b missing node gigantic -b missing node georgian -b missing node remanufacture -b missing node crushproof -b missing node etceteras -b missing node loosener -b missing node experimentalist -b missing node unvarying -b missing node coronations -b missing node loosened -b missing node duelists -b missing node shortest -b missing node heliports -b missing node embolism -b missing node murkier -b missing node deposable -b missing node maximizer -b missing node urinalyses -b missing node maximizes -b missing node twinkle -b missing node americanisms -b missing node filially -b missing node aquatints -b missing node oncological -b missing node regainer -b missing node crofters -b missing node regained -b missing node antilles -b missing node korea -b missing node apostrophized -b missing node spilling -b missing node indicants -b missing node videos -b missing node daymare -b missing node mumming -b missing node platitude -b missing node backyards -b missing node odalisque -b missing node reloader -b missing node maximized -b missing node rapeseed -b missing node kwacha -b missing node apostrophizes -b missing node recreational -b missing node sloops -b missing node promote -b missing node woomera -b missing node circulative -b missing node idolizers -b missing node tilths -b missing node pedler -b missing node niggers -b missing node whackiest -b missing node pepper -b missing node vol -b missing node shoshonis -b missing node von -b missing node vox -b missing node vow -b missing node touchiest -b missing node twinkly -b missing node temporalties -b missing node usuriously -b missing node bionic -b missing node berserk -b missing node brachiate -b missing node cosmogonies -b missing node pepped -b missing node prearranging -b missing node schoolgirls -b missing node relisted -b missing node decants -b missing node fairyism -b missing node antiserum -b missing node jaygee -b missing node sedateness -b missing node puckerer -b missing node spiffier -b missing node tackled -b missing node mediately -b missing node faulting -b missing node unexperienced -b missing node exsanguine -b missing node niggard -b missing node expatiates -b missing node asphalted -b missing node tackles -b missing node tackler -b missing node extensible -b missing node barberries -b missing node expatiated -b missing node vandal -b missing node overjoy -b missing node nonsecular -b missing node tarriness -b missing node unhooded -b missing node vex -b missing node improvises -b missing node improviser -b missing node trickery -b missing node joinings -b missing node clinchers -b missing node midgets -b missing node vet -b missing node currency -b missing node trickers -b missing node gabardines -b missing node ukase -b missing node eggnog -b missing node subtlety -b missing node materialist -b missing node spinally -b missing node greatened -b missing node metalloid -b missing node trousers -b missing node subtlest -b missing node puckered -b missing node repairable -b missing node swayers -b missing node majora -b missing node southwestern -b missing node adepts -b missing node improvised -b missing node unduly -b missing node materiality -b missing node bemiring -b missing node neurobiology -b missing node majors -b missing node vee -b missing node misprize -b missing node southwesters -b missing node triumphantly -b missing node seismometric -b missing node transactions -b missing node crumbles -b missing node poolrooms -b missing node distaste -b missing node crumbled -b missing node misreports -b missing node oilheating -b missing node tarpaper -b missing node furrieries -b missing node materialize -b missing node fulfils -b missing node constructs -b missing node misidentification -b missing node fulfill -b missing node ceramicists -b missing node corolla -b missing node felicitate -b missing node betelnuts -b missing node veneered -b missing node inearthed -b missing node candider -b missing node intenseness -b missing node firelight -b missing node val -b missing node faultily -b missing node van -b missing node cosmogonist -b missing node vat -b missing node insider -b missing node innoxious -b missing node insides -b missing node mongoloid -b missing node veneerer -b missing node author -b missing node cajon -b missing node alleging -b missing node uncommon -b missing node sabbat -b missing node relator -b missing node complaint -b missing node complains -b missing node earphones -b missing node scholium -b missing node unsilenced -b missing node cajun -b missing node inerts -b missing node nocturnally -b missing node eructs -b missing node unwise -b missing node endoscopic -b missing node drivable -b missing node rattans -b missing node zillionth -b missing node sulfids -b missing node animadverted -b missing node beaneries -b missing node hardheartedly -b missing node eely -b missing node littles -b missing node elvis -b missing node littler -b missing node rhapsodize -b missing node sulfide -b missing node eels -b missing node dovish -b missing node boater -b missing node shapelier -b missing node bigger -b missing node turkois -b missing node boatel -b missing node villus -b missing node statistical -b missing node benefactrix -b missing node bibliographically -b missing node fadable -b missing node visionaries -b missing node primitive -b missing node declinatory -b missing node entomological -b missing node fieriness -b missing node incompressibility -b missing node boated -b missing node artisans -b missing node intombing -b missing node helmets -b missing node endoscopes -b missing node conversely -b missing node retribute -b missing node idylist -b missing node sensated -b missing node unwind -b missing node bitchiest -b missing node launchings -b missing node galactose -b missing node discrepantly -b missing node related -b missing node sensates -b missing node unto -b missing node latino -b missing node latins -b missing node useful -b missing node disreputability -b missing node relater -b missing node relates -b missing node chapbooks -b missing node honoring -b missing node omnivores -b missing node spirts -b missing node placebo -b missing node unum -b missing node patencies -b missing node asphaltic -b missing node synonymous -b missing node highhatting -b missing node hallmarked -b missing node cislunar -b missing node pixies -b missing node handlooms -b missing node brahmanist -b missing node biggie -b missing node brahmanism -b missing node arabians -b missing node histrionic -b missing node hunnish -b missing node rhapsodist -b missing node naturalness -b missing node equines -b missing node eery -b missing node diaries -b missing node moieties -b missing node utopias -b missing node demodulation -b missing node asphaltum -b missing node utopian -b missing node murkest -b missing node breakwater -b missing node briefed -b missing node whelming -b missing node equinox -b missing node semanticist -b missing node feeder -b missing node babushkas -b missing node briefer -b missing node demodulating -b missing node optionally -b missing node prudery -b missing node tiffined -b missing node unitizing -b missing node disabling -b missing node androgynous -b missing node latish -b missing node sniff -b missing node balkans -b missing node contagion -b missing node speechlessly -b missing node swordfish -b missing node manchus -b missing node hurraying -b missing node ailanthuses -b missing node use -b missing node commiserative -b missing node subdivide -b missing node usa -b missing node disparages -b missing node needful -b missing node currents -b missing node prisoning -b missing node tenuity -b missing node stagger -b missing node pomading -b missing node litigious -b missing node backlogs -b missing node philatelist -b missing node disparaged -b missing node lingerers -b missing node fights -b missing node oxide -b missing node subverted -b missing node subverter -b missing node rattail -b missing node reaccepting -b missing node preoccupies -b missing node chutes -b missing node elves -b missing node elver -b missing node kinesis -b missing node interrogee -b missing node angerly -b missing node tricentennials -b missing node reconsignment -b missing node preoccupied -b missing node hopsack -b missing node chuted -b missing node sandbanks -b missing node bournes -b missing node noncontiguous -b missing node midnights -b missing node modicums -b missing node fleshpot -b missing node truthfully -b missing node kinesic -b missing node terracing -b missing node urb -b missing node prudent -b missing node fizzy -b missing node urn -b missing node downbeats -b missing node oarsman -b missing node modernest -b missing node snick -b missing node hoofbound -b missing node emollients -b missing node unpointed -b missing node godhoods -b missing node recommissioning -b missing node isometrical -b missing node semantical -b missing node standings -b missing node snide -b missing node unit -b missing node univ -b missing node fanworts -b missing node cedilla -b missing node ups -b missing node unix -b missing node ump -b missing node lovableness -b missing node prehistoric -b missing node airworthiness -b missing node kineses -b missing node affright -b missing node asthmatics -b missing node multivalent -b missing node briefly -b missing node correspondents -b missing node restorers -b missing node gathering -b missing node unsafeties -b missing node cowlings -b missing node aulder -b missing node flirters -b missing node mooter -b missing node remends -b missing node trampler -b missing node squalidness -b missing node tramples -b missing node bemuse -b missing node mooted -b missing node trampled -b missing node bumbling -b missing node resalable -b missing node parentage -b missing node chastest -b missing node commiserating -b missing node headway -b missing node cerenkov -b missing node remarkable -b missing node astringed -b missing node uke -b missing node tzarists -b missing node oarsmen -b missing node takeovers -b missing node astringes -b missing node ult -b missing node meshes -b missing node remarkably -b missing node snipe -b missing node toolmakers -b missing node gonofs -b missing node billycans -b missing node commiseration -b missing node sulfite -b missing node transplant -b missing node meshed -b missing node snips -b missing node shovelhead -b missing node unspeaking -b missing node masonwork -b missing node checkpoints -b missing node undo -b missing node drowses -b missing node veneris -b missing node lodgements -b missing node undy -b missing node uhs -b missing node rhapsodies -b missing node nondetachable -b missing node materialism -b missing node synchronous -b missing node perihelial -b missing node juvenility -b missing node clamoring -b missing node loudly -b missing node greeting -b missing node unco -b missing node femurs -b missing node literature -b missing node angered -b missing node powered -b missing node keratotic -b missing node legislate -b missing node tzarisms -b missing node drowsed -b missing node ugh -b missing node amphora -b missing node tambouring -b missing node tambourine -b missing node estonians -b missing node spacing -b missing node insiders -b missing node unabsolved -b missing node angostura -b missing node condonations -b missing node faultier -b missing node catalpas -b missing node shinleaf -b missing node knotweed -b missing node sprayed -b missing node puritanism -b missing node cupolaed -b missing node sprayer -b missing node sideway -b missing node attenders -b missing node lawn -b missing node eternities -b missing node unbounded -b missing node powerfully -b missing node boltheads -b missing node fetcher -b missing node sinuate -b missing node homespuns -b missing node laws -b missing node decamps -b missing node stagers -b missing node fetches -b missing node fisheye -b missing node ciphonies -b missing node scattering -b missing node fetched -b missing node wickiup -b missing node oblongness -b missing node averse -b missing node ingratiate -b missing node idiotisms -b missing node huller -b missing node leached -b missing node unbuckles -b missing node lays -b missing node perjure -b missing node recooking -b missing node streps -b missing node choosers -b missing node mushers -b missing node reproducing -b missing node burgundies -b missing node hulled -b missing node leacher -b missing node leaches -b missing node awash -b missing node viticulturist -b missing node plateaued -b missing node unfurls -b missing node ufo -b missing node logistics -b missing node treasonous -b missing node maundering -b missing node helpable -b missing node flensing -b missing node throated -b missing node laze -b missing node unanimous -b missing node wadable -b missing node perjury -b missing node midchannel -b missing node unendangered -b missing node lazy -b missing node leaching -b missing node nonexplosive -b missing node sharping -b missing node temporizes -b missing node temporizer -b missing node holdovers -b missing node canthus -b missing node darkest -b missing node declaimers -b missing node walloping -b missing node award -b missing node licensors -b missing node glottides -b missing node aware -b missing node grommet -b missing node unblushingly -b missing node temporized -b missing node unsalted -b missing node deductively -b missing node radiotelemetric -b missing node expensing -b missing node unclasp -b missing node subclinical -b missing node brachiation -b missing node subfreezing -b missing node chastens -b missing node bights -b missing node stress -b missing node essences -b missing node gantlet -b missing node unbuckled -b missing node nihilistic -b missing node straight -b missing node cleaving -b missing node chastely -b missing node remelts -b missing node slacks -b missing node brachiating -b missing node triatomic -b missing node matchmaker -b missing node hexose -b missing node correspondences -b missing node autism -b missing node conserving -b missing node envyingly -b missing node defendant -b missing node averts -b missing node shredding -b missing node fishery -b missing node refractionist -b missing node annihilators -b missing node peakier -b missing node swung -b missing node apostasis -b missing node hemstitched -b missing node fishers -b missing node aiming -b missing node nonliturgical -b missing node coempts -b missing node hemstitches -b missing node gentlemanlike -b missing node laos -b missing node righty -b missing node sauternes -b missing node wicking -b missing node street -b missing node rights -b missing node issei -b missing node buzzards -b missing node righto -b missing node rested -b missing node complying -b missing node hullos -b missing node rummagers -b missing node laps -b missing node childbirths -b missing node amuck -b missing node flintiest -b missing node lather -b missing node lathes -b missing node lapp -b missing node nestles -b missing node lathed -b missing node nestler -b missing node besprinkle -b missing node attorney -b missing node ukelele -b missing node diplomats -b missing node nestled -b missing node interval -b missing node darned -b missing node janizary -b missing node cardinals -b missing node chervils -b missing node massage -b missing node cobweb -b missing node battledores -b missing node phaseout -b missing node hardwares -b missing node extern -b missing node vesicle -b missing node spacial -b missing node timpanums -b missing node liquescent -b missing node nephews -b missing node diplomate -b missing node lark -b missing node digitize -b missing node immedicable -b missing node darner -b missing node sharpies -b missing node lard -b missing node strikeouts -b missing node revisions -b missing node darnel -b missing node investigatable -b missing node godsend -b missing node flagstones -b missing node gleaned -b missing node last -b missing node sometimes -b missing node lass -b missing node imamates -b missing node gasogenes -b missing node gleaner -b missing node devolvements -b missing node scalepans -b missing node lash -b missing node hyssop -b missing node exponential -b missing node tut -b missing node noosed -b missing node punkins -b missing node tux -b missing node engrossers -b missing node tun -b missing node easters -b missing node tup -b missing node hexagonal -b missing node late -b missing node synfuels -b missing node lath -b missing node tub -b missing node nooser -b missing node eastern -b missing node nooses -b missing node efts -b missing node tug -b missing node saltpans -b missing node borage -b missing node dairymaids -b missing node caustics -b missing node darkeys -b missing node preconstructs -b missing node overgrow -b missing node laud -b missing node extent -b missing node mufti -b missing node ginghams -b missing node arousers -b missing node marbliest -b missing node baiting -b missing node attendees -b missing node matrilineal -b missing node styluses -b missing node obfuscable -b missing node extend -b missing node matrilinear -b missing node lave -b missing node two -b missing node rester -b missing node curfew -b missing node lava -b missing node shoplift -b missing node weariness -b missing node concurrence -b missing node utilizing -b missing node summary -b missing node satori -b missing node reencountering -b missing node saltboxes -b missing node ambushers -b missing node unfairer -b missing node lags -b missing node urgency -b missing node galores -b missing node toughy -b missing node trainload -b missing node toughs -b missing node canthal -b missing node caponizes -b missing node needers -b missing node unexploited -b missing node strawed -b missing node keratosis -b missing node spiraea -b missing node caponized -b missing node recommendations -b missing node try -b missing node dicker -b missing node effs -b missing node borate -b missing node lait -b missing node junkmen -b missing node cions -b missing node cattail -b missing node oysterers -b missing node gartered -b missing node disarrays -b missing node muffs -b missing node peakish -b missing node taskwork -b missing node immanency -b missing node borstal -b missing node awacs -b missing node spiral -b missing node nonclinical -b missing node immanence -b missing node lain -b missing node stateroom -b missing node broadaxe -b missing node lair -b missing node upsetting -b missing node tty -b missing node dickey -b missing node laid -b missing node catalogs -b missing node stupors -b missing node laky -b missing node attritional -b missing node beeped -b missing node inflator -b missing node histolytic -b missing node expatiator -b missing node beeper -b missing node elaborateness -b missing node blankest -b missing node punkier -b missing node perchance -b missing node delusively -b missing node lake -b missing node alpenstocks -b missing node architect -b missing node reader -b missing node resorted -b missing node deprogrammings -b missing node tnt -b missing node misprint -b missing node overgrew -b missing node resorter -b missing node zoospores -b missing node toe -b missing node mousetrap -b missing node tog -b missing node land -b missing node rexes -b missing node impassive -b missing node annotated -b missing node prosaisms -b missing node kotos -b missing node lane -b missing node lank -b missing node lensed -b missing node tov -b missing node twinier -b missing node readds -b missing node risottos -b missing node tot -b missing node toy -b missing node tow -b missing node tom -b missing node junkman -b missing node bushfires -b missing node ton -b missing node dickie -b missing node eyesight -b missing node firepan -b missing node tor -b missing node too -b missing node top -b missing node deucing -b missing node lenses -b missing node lama -b missing node stevedoring -b missing node lamb -b missing node presetting -b missing node ritualistic -b missing node lame -b missing node intumesce -b missing node annotates -b missing node elude -b missing node lamp -b missing node blankets -b missing node lams -b missing node anglican -b missing node wrongfulness -b missing node punster -b missing node sergeant -b missing node sinister -b missing node til -b missing node tie -b missing node scrimpiest -b missing node helistop -b missing node aestivated -b missing node skyhooks -b missing node strewn -b missing node wattling -b missing node tit -b missing node tis -b missing node tin -b missing node tim -b missing node tip -b missing node thy -b missing node unforgiving -b missing node strews -b missing node morphia -b missing node patrols -b missing node tequilas -b missing node morphic -b missing node microbiologists -b missing node morphin -b missing node tic -b missing node soluble -b missing node aestivates -b missing node caked -b missing node solubly -b missing node sparriest -b missing node limacons -b missing node spirals -b missing node exiguities -b missing node cakes -b missing node unfairly -b missing node boasts -b missing node prosaists -b missing node presumable -b missing node spitting -b missing node islamic -b missing node impotent -b missing node patroon -b missing node strikeover -b missing node patrons -b missing node presumably -b missing node darkens -b missing node ennobler -b missing node securest -b missing node underwinding -b missing node ennobles -b missing node echolocation -b missing node diplomacy -b missing node barracking -b missing node ennobled -b missing node alimony -b missing node awake -b missing node dirndls -b missing node midriffs -b missing node surmounting -b missing node spirant -b missing node emboldens -b missing node spirit -b missing node acanthi -b missing node gramophone -b missing node tem -b missing node ten -b missing node lade -b missing node fastings -b missing node burglarious -b missing node causality -b missing node tee -b missing node agatize -b missing node sagamores -b missing node tea -b missing node hexone -b missing node repatriate -b missing node expanses -b missing node scintillations -b missing node radiology -b missing node usher -b missing node aniseed -b missing node annotator -b missing node lacy -b missing node lace -b missing node paresis -b missing node gnomons -b missing node biopsy -b missing node vivific -b missing node crumping -b missing node lack -b missing node keratoses -b missing node marquesses -b missing node labs -b missing node workhorse -b missing node fussiest -b missing node await -b missing node tex -b missing node talented -b missing node vacuums -b missing node incredibilities -b missing node wildwoods -b missing node kentucky -b missing node pietas -b missing node distillers -b missing node morphos -b missing node twining -b missing node dotardly -b missing node assegais -b missing node forenamed -b missing node distillery -b missing node cleverer -b missing node tho -b missing node eventuality -b missing node spirea -b missing node caudally -b missing node spired -b missing node peaking -b missing node impassion -b missing node the -b missing node surcharge -b missing node spires -b missing node lads -b missing node lady -b missing node lutherans -b missing node disbursing -b missing node nuttier -b missing node alkali -b missing node luckless -b missing node locksmith -b missing node elucidating -b missing node curers -b missing node horoscope -b missing node intersex -b missing node countermanding -b missing node kinkiness -b missing node librate -b missing node troubled -b missing node nonconclusive -b missing node troubler -b missing node encina -b missing node troubles -b missing node deputizing -b missing node rewashing -b missing node dynamic -b missing node carbolated -b missing node cashed -b missing node paretic -b missing node rattraps -b missing node sightsees -b missing node sightseer -b missing node curets -b missing node sightseen -b missing node parading -b missing node oodles -b missing node platonically -b missing node dyke -b missing node suffer -b missing node hematologies -b missing node crocheters -b missing node licensing -b missing node nightmen -b missing node lionize -b missing node squiggled -b missing node library -b missing node celled -b missing node cashes -b missing node gyrus -b missing node casher -b missing node pestilence -b missing node clipboard -b missing node advice -b missing node cashew -b missing node churned -b missing node nightman -b missing node paradigm -b missing node billable -b missing node sizing -b missing node churner -b missing node aplombs -b missing node jerseyite -b missing node impressibility -b missing node englobement -b missing node reimposes -b missing node peonages -b missing node flanking -b missing node sizzled -b missing node criticism -b missing node pigmented -b missing node rowboat -b missing node shavings -b missing node spelunkers -b missing node quadrant -b missing node fraternizing -b missing node displanted -b missing node datelining -b missing node tartuffes -b missing node hematozoa -b missing node gametes -b missing node cocain -b missing node footfall -b missing node connect -b missing node charisms -b missing node caddishly -b missing node elucidation -b missing node optimally -b missing node unicorn -b missing node dyer -b missing node dyes -b missing node pilasters -b missing node cellar -b missing node apostatized -b missing node reimposed -b missing node sizzles -b missing node topiaries -b missing node sizzler -b missing node embolus -b missing node matins -b missing node anthropological -b missing node charisma -b missing node cattails -b missing node crumbers -b missing node mating -b missing node apostatizes -b missing node ineligibly -b missing node lionise -b missing node vivifies -b missing node invertebrate -b missing node vivifier -b missing node implore -b missing node countrywoman -b missing node baffler -b missing node baffles -b missing node cherubical -b missing node chubby -b missing node gametic -b missing node tenderizing -b missing node nutting -b missing node baffled -b missing node gemmologist -b missing node memorizers -b missing node dekameter -b missing node preamble -b missing node reunited -b missing node fliest -b missing node vivified -b missing node shanking -b missing node misclassify -b missing node frightens -b missing node tanned -b missing node dynamoscope -b missing node junkets -b missing node reuniter -b missing node reunites -b missing node slighting -b missing node anattos -b missing node gunpapers -b missing node construing -b missing node regenerator -b missing node tanner -b missing node nuttily -b missing node medicare -b missing node upheaving -b missing node rents -b missing node upon -b missing node prediagnostic -b missing node dogmatism -b missing node magnifications -b missing node seasoning -b missing node subsiding -b missing node houseboys -b missing node unanimity -b missing node afrits -b missing node sandhog -b missing node armenian -b missing node suppurations -b missing node unpromisingly -b missing node dynamos -b missing node seraglios -b missing node junkers -b missing node harrow -b missing node typified -b missing node catty -b missing node enterer -b missing node dogmatist -b missing node fliers -b missing node medicate -b missing node typifier -b missing node typifies -b missing node curiosities -b missing node revokable -b missing node entered -b missing node smugger -b missing node flowerers -b missing node wooshes -b missing node sanctuaries -b missing node squiggles -b missing node hoorahing -b missing node passbook -b missing node medicals -b missing node wooshed -b missing node tannic -b missing node glassware -b missing node copulates -b missing node peacekeeper -b missing node catenaries -b missing node dangerousness -b missing node tannin -b missing node oiliest -b missing node halters -b missing node copulated -b missing node nameless -b missing node goofiness -b missing node extradoses -b missing node flowerets -b missing node nectarine -b missing node latching -b missing node debouch -b missing node dyne -b missing node spermatozoan -b missing node cohorts -b missing node medicant -b missing node develop -b missing node multipartite -b missing node farcies -b missing node inconveniently -b missing node paradise -b missing node suffix -b missing node peyotes -b missing node illest -b missing node sibling -b missing node filmography -b missing node oracular -b missing node adeptness -b missing node amigo -b missing node cauls -b missing node caulk -b missing node richly -b missing node lick -b missing node blousiest -b missing node martials -b missing node mushier -b missing node cowardice -b missing node defrocking -b missing node nowhere -b missing node testation -b missing node libs -b missing node decapitated -b missing node eyeballed -b missing node rumpliest -b missing node uneasiest -b missing node eardrops -b missing node lice -b missing node autodialers -b missing node documentary -b missing node rayons -b missing node decapitates -b missing node lieu -b missing node heifers -b missing node lier -b missing node lies -b missing node houseboat -b missing node earns -b missing node advise -b missing node lien -b missing node amies -b missing node pruderies -b missing node wistfully -b missing node chaperons -b missing node athelings -b missing node lackluster -b missing node sirens -b missing node life -b missing node adulterating -b missing node uploading -b missing node canteen -b missing node lids -b missing node lido -b missing node paralysis -b missing node amids -b missing node oldnesses -b missing node headmen -b missing node adulteration -b missing node lied -b missing node generosities -b missing node antiphonally -b missing node lief -b missing node subsidies -b missing node woodmen -b missing node vermont -b missing node unswathing -b missing node earls -b missing node hematologist -b missing node drawings -b missing node decades -b missing node statistician -b missing node soddening -b missing node spoking -b missing node superegos -b missing node indexes -b missing node friction -b missing node defilingly -b missing node uranian -b missing node collaborate -b missing node unavowed -b missing node patchwork -b missing node conners -b missing node aboriginal -b missing node drumbeats -b missing node chiffon -b missing node headwaiters -b missing node gingering -b missing node flywheel -b missing node early -b missing node countrywomen -b missing node introjection -b missing node juridically -b missing node reestablished -b missing node feculent -b missing node liar -b missing node sloshy -b missing node dyslexias -b missing node avocational -b missing node ineligible -b missing node couther -b missing node martians -b missing node reestablishes -b missing node bondable -b missing node irreverently -b missing node declaratively -b missing node uncongenial -b missing node smuggle -b missing node tremulous -b missing node disinfectant -b missing node mayflies -b missing node plied -b missing node headman -b missing node contemplations -b missing node lidded -b missing node plier -b missing node plies -b missing node principality -b missing node nomography -b missing node cellos -b missing node kinetins -b missing node demagnetize -b missing node layette -b missing node unseemlier -b missing node blissful -b missing node inevitability -b missing node gateways -b missing node echolalia -b missing node aborigines -b missing node lactational -b missing node subcultures -b missing node like -b missing node goshawk -b missing node shiftiest -b missing node drypoints -b missing node vestally -b missing node pulverize -b missing node lino -b missing node indexed -b missing node link -b missing node rhubarb -b missing node line -b missing node indexer -b missing node ling -b missing node afire -b missing node spitters -b missing node herding -b missing node sorrows -b missing node limy -b missing node maintains -b missing node trickled -b missing node reannexing -b missing node limp -b missing node molecule -b missing node unsheltered -b missing node emulsoid -b missing node limo -b missing node limn -b missing node polliwog -b missing node trickles -b missing node decapitator -b missing node biforked -b missing node cesspits -b missing node synods -b missing node reentries -b missing node lime -b missing node peyotyl -b missing node limb -b missing node lima -b missing node jumper -b missing node bolivians -b missing node chaffing -b missing node lily -b missing node jumped -b missing node moored -b missing node lilt -b missing node amide -b missing node predispositions -b missing node brainsick -b missing node thermite -b missing node gemination -b missing node delaying -b missing node thickness -b missing node yearly -b missing node feinted -b missing node amici -b missing node amice -b missing node chuckling -b missing node regenerated -b missing node joblots -b missing node sandier -b missing node surveils -b missing node forenames -b missing node knitwear -b missing node catatonias -b missing node fizgig -b missing node lift -b missing node discontentedly -b missing node eared -b missing node distastefulness -b missing node nestors -b missing node allegory -b missing node catering -b missing node quadrate -b missing node ofttimes -b missing node yearns -b missing node pontificate -b missing node regenerates -b missing node amias -b missing node unsuspected -b missing node ethicists -b missing node geminating -b missing node kickshaw -b missing node breasting -b missing node students -b missing node antiseptically -b missing node pollinator -b missing node shadowiest -b missing node apologetic -b missing node reoil -b missing node misspelling -b missing node richer -b missing node riches -b missing node catatonics -b missing node pileups -b missing node spatting -b missing node biparty -b missing node candidest -b missing node kahunas -b missing node enlightened -b missing node footmark -b missing node inhuman -b missing node amity -b missing node vengeant -b missing node nonperishables -b missing node nudnik -b missing node pondering -b missing node absorbencies -b missing node groats -b missing node yoginis -b missing node enlightener -b missing node louped -b missing node bankruptcy -b missing node helpings -b missing node bestridden -b missing node retransmit -b missing node snaillike -b missing node backside -b missing node adventurousness -b missing node drowsier -b missing node conurbation -b missing node remolades -b missing node pointiest -b missing node woolie -b missing node hereafter -b missing node alpenhorns -b missing node depopulated -b missing node warnings -b missing node shortage -b missing node nonliturgically -b missing node detonator -b missing node zigzagging -b missing node worshipping -b missing node depopulates -b missing node resolutes -b missing node speedings -b missing node enzymologies -b missing node brindle -b missing node gazeboes -b missing node slouchers -b missing node stuffers -b missing node inhumes -b missing node inhumer -b missing node tidily -b missing node curative -b missing node perambulate -b missing node emigres -b missing node dispirited -b missing node sojourning -b missing node overmatching -b missing node arquebuses -b missing node inhumed -b missing node recalls -b missing node defeminizing -b missing node tiding -b missing node uranium -b missing node typography -b missing node treacheries -b missing node kinetic -b missing node loupes -b missing node speciousness -b missing node tailoress -b missing node plural -b missing node mocking -b missing node anchoress -b missing node woolen -b missing node pastrami -b missing node wooled -b missing node nervier -b missing node rocketry -b missing node wooler -b missing node bivouacks -b missing node canters -b missing node bankrupted -b missing node normalities -b missing node dismantlement -b missing node resurfaces -b missing node reconquered -b missing node calaboose -b missing node koreans -b missing node persist -b missing node resurfaced -b missing node poleward -b missing node skinner -b missing node tradename -b missing node forgathers -b missing node inhibit -b missing node skinned -b missing node transfusable -b missing node caudillo -b missing node amino -b missing node sophisticating -b missing node dicier -b missing node sworn -b missing node menologies -b missing node vivification -b missing node pumped -b missing node imprecision -b missing node doeskins -b missing node keratomas -b missing node stratigraphic -b missing node capitalistic -b missing node microbicidal -b missing node pumper -b missing node allowing -b missing node dholes -b missing node disemployed -b missing node rundowns -b missing node fieldmice -b missing node phrasings -b missing node audiometers -b missing node recalculations -b missing node toeshoe -b missing node dyslexics -b missing node supporters -b missing node netsukes -b missing node cause -b missing node disgrace -b missing node woodman -b missing node bobwhite -b missing node recanting -b missing node nerving -b missing node nervine -b missing node uppercase -b missing node miriest -b missing node shipping -b missing node groans -b missing node amire -b missing node crudding -b missing node outburst -b missing node wowser -b missing node indistinctly -b missing node amirs -b missing node teazled -b missing node detonates -b missing node merciless -b missing node cachepot -b missing node arbutus -b missing node recapitalize -b missing node adulteresses -b missing node exceptionality -b missing node detonated -b missing node teazles -b missing node amish -b missing node clasper -b missing node spheroidal -b missing node benefaction -b missing node subpoenaed -b missing node flayers -b missing node restrengthened -b missing node amiss -b missing node relearning -b missing node nervily -b missing node temperamental -b missing node woolly -b missing node kinetics -b missing node abstract -b missing node succumbers -b missing node preshrunk -b missing node chaffier -b missing node taskworks -b missing node clasped -b missing node trifacial -b missing node curdle -b missing node sophistication -b missing node copernicus -b missing node yeasty -b missing node signposted -b missing node heartsick -b missing node bedstand -b missing node prejudgments -b missing node stannous -b missing node gimmicking -b missing node inconveniencing -b missing node portly -b missing node activisms -b missing node enchained -b missing node otoscopes -b missing node dicing -b missing node warpower -b missing node uncharges -b missing node interrogable -b missing node latinos -b missing node perimetry -b missing node reagan -b missing node decompressive -b missing node rainwater -b missing node unchallenged -b missing node moneyers -b missing node palavered -b missing node harris -b missing node daughter -b missing node resulting -b missing node undines -b missing node taciturn -b missing node mummery -b missing node soccer -b missing node uncounted -b missing node tangliest -b missing node untwisting -b missing node mummers -b missing node snuffboxes -b missing node commonweals -b missing node paralytic -b missing node stressors -b missing node yeasts -b missing node seining -b missing node decrease -b missing node decelerations -b missing node teazeled -b missing node knitted -b missing node pumices -b missing node phantasm -b missing node ruminate -b missing node inbreeds -b missing node boomage -b missing node monocellular -b missing node zonally -b missing node knitter -b missing node curded -b missing node phantast -b missing node pumiced -b missing node pumicer -b missing node scrawnier -b missing node beseeched -b missing node fandangos -b missing node phantasy -b missing node traduction -b missing node compensators -b missing node leavened -b missing node sanctioning -b missing node swoop -b missing node compensatory -b missing node moussaka -b missing node ambulant -b missing node swoon -b missing node traffickers -b missing node appetency -b missing node dangered -b missing node salaciously -b missing node vergers -b missing node sloths -b missing node precancelled -b missing node guffawing -b missing node elses -b missing node vocoders -b missing node uncharged -b missing node etiologies -b missing node boycotting -b missing node aliment -b missing node activists -b missing node swops -b missing node hasteful -b missing node redemanding -b missing node yawing -b missing node otoscopic -b missing node macula -b missing node alchemists -b missing node benched -b missing node egging -b missing node bencher -b missing node kerosene -b missing node benches -b missing node bullyrag -b missing node canoeists -b missing node photometers -b missing node swore -b missing node sword -b missing node unimpressible -b missing node hempweeds -b missing node urds -b missing node embolic -b missing node dragline -b missing node renal -b missing node seemingness -b missing node placating -b missing node urea -b missing node indurate -b missing node wordiness -b missing node ported -b missing node booboos -b missing node decompressing -b missing node porter -b missing node stagehands -b missing node beekeepers -b missing node commandoes -b missing node soldier -b missing node cavie -b missing node criticize -b missing node labelers -b missing node incubate -b missing node registry -b missing node cavil -b missing node pocketing -b missing node baklava -b missing node caver -b missing node urbs -b missing node caves -b missing node fondants -b missing node deleing -b missing node deploring -b missing node unconvincing -b missing node pulpier -b missing node drowsily -b missing node rends -b missing node ural -b missing node complements -b missing node carollers -b missing node beseeches -b missing node sycamores -b missing node beseecher -b missing node perplexedly -b missing node micrometer -b missing node declinations -b missing node decompression -b missing node amplitudes -b missing node motleyer -b missing node spillway -b missing node perimeter -b missing node renew -b missing node transformed -b missing node ruralizes -b missing node drowsing -b missing node rattier -b missing node lyriform -b missing node transformer -b missing node shootout -b missing node lawbook -b missing node nicknack -b missing node campuses -b missing node ruralized -b missing node depopulator -b missing node woodlot -b missing node portal -b missing node vaginitis -b missing node urgently -b missing node caved -b missing node discomfits -b missing node strauss -b missing node sirrahs -b missing node throwbacks -b missing node untarnished -b missing node ruminant -b missing node flagships -b missing node cathouse -b missing node indemnization -b missing node scrotums -b missing node stairway -b missing node untraversed -b missing node africa -b missing node impanels -b missing node laetrile -b missing node tinhorn -b missing node impassioned -b missing node placation -b missing node assortments -b missing node likableness -b missing node expectable -b missing node renig -b missing node renewing -b missing node mizzle -b missing node tahitian -b missing node compared -b missing node pulpwood -b missing node yearners -b missing node cantered -b missing node distraction -b missing node unconditionality -b missing node brooders -b missing node harmonious -b missing node civilities -b missing node relayed -b missing node compares -b missing node comparer -b missing node severability -b missing node nickname -b missing node vetted -b missing node repellently -b missing node prudish -b missing node corridors -b missing node contradicts -b missing node goiters -b missing node lunchrooms -b missing node sloppy -b missing node urge -b missing node mizzly -b missing node nebraska -b missing node distracting -b missing node deflected -b missing node triteness -b missing node reassures -b missing node beekeeping -b missing node concerned -b missing node bhutan -b missing node reassured -b missing node pluses -b missing node jaycee -b missing node courtships -b missing node initialling -b missing node mirthless -b missing node cobwebbier -b missing node margents -b missing node craal -b missing node uprooting -b missing node joggle -b missing node calibrates -b missing node sneer -b missing node exiting -b missing node uric -b missing node catawbas -b missing node disrepair -b missing node calabooses -b missing node steward -b missing node calibrated -b missing node preappointing -b missing node rediscounting -b missing node stewart -b missing node georgic -b missing node superlatively -b missing node pulpily -b missing node overthrow -b missing node snappiness -b missing node eminence -b missing node eternise -b missing node pulping -b missing node tubework -b missing node ensiles -b missing node crack -b missing node eminency -b missing node georgia -b missing node chamoising -b missing node leftward -b missing node ensiled -b missing node strengthens -b missing node inquisitorial -b missing node crabs -b missing node motived -b missing node orgiac -b missing node regerminates -b missing node rhubarbs -b missing node somatically -b missing node ammoniating -b missing node jocundities -b missing node hellbent -b missing node regerminated -b missing node subglacial -b missing node strangling -b missing node zingier -b missing node troubleshoots -b missing node peugeot -b missing node saloons -b missing node gaudier -b missing node gaudies -b missing node nucleal -b missing node nuclear -b missing node interlope -b missing node motives -b missing node bourree -b missing node notational -b missing node tombed -b missing node sneak -b missing node headcheese -b missing node knackwursts -b missing node jemmies -b missing node raided -b missing node slenderizing -b missing node absolutions -b missing node tomato -b missing node finality -b missing node archeology -b missing node caucasian -b missing node deflector -b missing node layered -b missing node jemmied -b missing node ricers -b missing node reagent -b missing node denigrations -b missing node ambulate -b missing node unpopulated -b missing node raider -b missing node fastbacks -b missing node final -b missing node measlier -b missing node unionizing -b missing node foundling -b missing node ardors -b missing node littleneck -b missing node amalgams -b missing node depilating -b missing node finalist -b missing node calibrator -b missing node jogger -b missing node finalism -b missing node villadom -b missing node overbold -b missing node spacers -b missing node jogged -b missing node deducts -b missing node coccus -b missing node urns -b missing node chinook -b missing node ontologies -b missing node eternity -b missing node nabobisms -b missing node orgies -b missing node reteaching -b missing node obbligatos -b missing node stratas -b missing node dimensions -b missing node administrable -b missing node motivic -b missing node rosarium -b missing node cirques -b missing node distractive -b missing node maundies -b missing node rekindles -b missing node exclude -b missing node easts -b missing node bucolic -b missing node pitiless -b missing node existentialist -b missing node docilities -b missing node confounders -b missing node depilation -b missing node cobwebbing -b missing node rekindled -b missing node tatamis -b missing node existentialism -b missing node fishing -b missing node interlock -b missing node chillingly -b missing node remodelled -b missing node concaveness -b missing node durableness -b missing node penologies -b missing node pardoner -b missing node finds -b missing node slopes -b missing node sloper -b missing node reloaned -b missing node pardoned -b missing node detoxifying -b missing node eternize -b missing node haploid -b missing node subvert -b missing node fishily -b missing node finer -b missing node fines -b missing node carbuncles -b missing node footslogs -b missing node unpited -b missing node shrubbiest -b missing node telegram -b missing node sloped -b missing node fined -b missing node coccyx -b missing node scarification -b missing node ursa -b missing node meaningful -b missing node nucleic -b missing node gimmick -b missing node feedboxes -b missing node braggart -b missing node nuclein -b missing node tramelled -b missing node revenue -b missing node ardency -b missing node propeller -b missing node adoptable -b missing node finch -b missing node propelled -b missing node zinging -b missing node comparts -b missing node pulpits -b missing node thoroughfares -b missing node unmoving -b missing node vultures -b missing node chopsticks -b missing node tomboy -b missing node purposefully -b missing node bewilders -b missing node finis -b missing node limped -b missing node sneaks -b missing node impeccable -b missing node wispiest -b missing node triglycerides -b missing node sneaky -b missing node heads -b missing node fruitlet -b missing node finland -b missing node impeccably -b missing node heady -b missing node vacuous -b missing node somniloquies -b missing node crane -b missing node cottoning -b missing node crank -b missing node flicks -b missing node trickish -b missing node financiers -b missing node darkies -b missing node uvulae -b missing node modernize -b missing node overbore -b missing node rapidities -b missing node dumpcarts -b missing node annexation -b missing node craps -b missing node powerlessly -b missing node clamorers -b missing node ruckuses -b missing node keister -b missing node underpinned -b missing node precessional -b missing node crape -b missing node wallflowers -b missing node frontlets -b missing node nipple -b missing node uvulas -b missing node writers -b missing node uvular -b missing node assonant -b missing node remit -b missing node recrate -b missing node crass -b missing node remix -b missing node secularly -b missing node modernism -b missing node guppies -b missing node latherer -b missing node mishandle -b missing node tactfully -b missing node eggheads -b missing node limpid -b missing node leather -b missing node crash -b missing node modernist -b missing node chinone -b missing node nucleon -b missing node missorted -b missing node refuged -b missing node narrowly -b missing node refugee -b missing node deafest -b missing node scoundrels -b missing node tremors -b missing node bloodstone -b missing node fishier -b missing node modernity -b missing node refuges -b missing node truncheon -b missing node rebutters -b missing node enzymologist -b missing node ratters -b missing node coarsened -b missing node vapoured -b missing node reshape -b missing node aroynts -b missing node patriot -b missing node deoxidized -b missing node vapourer -b missing node finks -b missing node unguents -b missing node appraisals -b missing node deoxidizes -b missing node fathoming -b missing node deoxidizer -b missing node lathered -b missing node limpet -b missing node mealybug -b missing node limper -b missing node totemic -b missing node cavefish -b missing node decentered -b missing node middlings -b missing node upsetters -b missing node gastrostomy -b missing node orphaned -b missing node tunnelers -b missing node groundwave -b missing node pinafore -b missing node imprecisely -b missing node freight -b missing node puzzlingly -b missing node crate -b missing node undyed -b missing node pupilar -b missing node demounting -b missing node craft -b missing node memorandums -b missing node nipped -b missing node costliness -b missing node unpolished -b missing node demobilized -b missing node newtonian -b missing node deafens -b missing node remet -b missing node limply -b missing node ingredient -b missing node broadens -b missing node littleness -b missing node crags -b missing node peonisms -b missing node groutiest -b missing node gomorrah -b missing node cawed -b missing node heals -b missing node lorries -b missing node mendacious -b missing node coamings -b missing node nipper -b missing node demobilizes -b missing node precalculation -b missing node hostilities -b missing node unreflecting -b missing node lakers -b missing node returnable -b missing node bendee -b missing node bended -b missing node tidier -b missing node hyaena -b missing node taxying -b missing node reprieving -b missing node tidies -b missing node precalculating -b missing node rosaries -b missing node eaten -b missing node predominately -b missing node yuppie -b missing node vacuole -b missing node eater -b missing node puckish -b missing node defecation -b missing node gunslinging -b missing node footholds -b missing node defecating -b missing node finny -b missing node finns -b missing node roadsides -b missing node sensorially -b missing node stalkless -b missing node overthrew -b missing node peplum -b missing node appeasing -b missing node bender -b missing node nucleus -b missing node tidied -b missing node quetzals -b missing node persian -b missing node fatalistically -b missing node secularizers -b missing node submission -b missing node camphoric -b missing node used -b missing node usee -b missing node somniloquist -b missing node vealy -b missing node stratum -b missing node veals -b missing node reman -b missing node remap -b missing node gaudily -b missing node weekending -b missing node toyotas -b missing node tholes -b missing node bumblers -b missing node patrick -b missing node narrowed -b missing node dismantled -b missing node monotonously -b missing node flaying -b missing node dismantles -b missing node pipkin -b missing node rosarian -b missing node roughhousing -b missing node energizes -b missing node alveolate -b missing node litigiously -b missing node shortcut -b missing node energized -b missing node crams -b missing node energizer -b missing node cramp -b missing node playtime -b missing node narrower -b missing node japans -b missing node reglazed -b missing node tremolo -b missing node foremost -b missing node omelets -b missing node precanceling -b missing node stratus -b missing node inheritance -b missing node reglazes -b missing node yeshivoth -b missing node ingrains -b missing node broadest -b missing node alveolars -b missing node uses -b missing node user -b missing node retake -b missing node slaggy -b missing node geckos -b missing node instinctively -b missing node tomcat -b missing node conquering -b missing node arousing -b missing node unceasing -b missing node hijacks -b missing node generatively -b missing node dynamical -b missing node carelessness -b missing node quadruple -b missing node pollinates -b missing node welshwomen -b missing node recrystallize -b missing node medicament -b missing node leis -b missing node retain -b missing node shredders -b missing node pyrite -b missing node junkier -b missing node junkies -b missing node embraced -b missing node idiosyncrasies -b missing node retail -b missing node pollinated -b missing node embracer -b missing node sanding -b missing node unweaned -b missing node coprology -b missing node preening -b missing node embraces -b missing node attempted -b missing node bagful -b missing node requitals -b missing node mappings -b missing node attempter -b missing node left -b missing node favour -b missing node dedications -b missing node reworks -b missing node casing -b missing node hybridizer -b missing node hybridizes -b missing node bronzed -b missing node truelove -b missing node affix -b missing node humongous -b missing node marcelled -b missing node rousseaus -b missing node entente -b missing node hybridized -b missing node bronzes -b missing node bronzer -b missing node murderous -b missing node frugging -b missing node casino -b missing node legs -b missing node hijinks -b missing node sidelight -b missing node discrepancies -b missing node megabit -b missing node almanac -b missing node opposabilities -b missing node tenderable -b missing node trickeries -b missing node choosing -b missing node czardases -b missing node desertions -b missing node psychologically -b missing node radians -b missing node radiant -b missing node submissive -b missing node incantation -b missing node conically -b missing node legibilities -b missing node lent -b missing node lens -b missing node eugenicists -b missing node samples -b missing node sampler -b missing node diversification -b missing node topknots -b missing node welshwoman -b missing node cubicity -b missing node lend -b missing node cryptographer -b missing node profferers -b missing node votively -b missing node vaginally -b missing node entombments -b missing node orchestrates -b missing node darkish -b missing node trickier -b missing node exacta -b missing node leaderless -b missing node orchestrated -b missing node exacts -b missing node sentimentalists -b missing node radials -b missing node quadruped -b missing node schmalzes -b missing node leks -b missing node englander -b missing node interred -b missing node acquiescently -b missing node pewters -b missing node cypriots -b missing node cypriote -b missing node blessedest -b missing node fiduciaries -b missing node halftones -b missing node smithies -b missing node plink -b missing node mishmashes -b missing node vacillators -b missing node alimonies -b missing node ussr -b missing node darking -b missing node rewords -b missing node craze -b missing node garlics -b missing node alluviums -b missing node cryptographic -b missing node illustrators -b missing node crave -b missing node aikidos -b missing node malcontent -b missing node paintiest -b missing node handfasted -b missing node fanged -b missing node leos -b missing node octupling -b missing node leon -b missing node terrorization -b missing node craws -b missing node smidgeons -b missing node bicentennials -b missing node flowerpots -b missing node crawl -b missing node reciprocator -b missing node oxlip -b missing node singletons -b missing node radiocast -b missing node earth -b missing node briefless -b missing node evanescence -b missing node bedecks -b missing node reproducers -b missing node waterbed -b missing node relaxer -b missing node relaxes -b missing node quahaug -b missing node mushing -b missing node gyved -b missing node relaxed -b missing node choosier -b missing node reupholstering -b missing node gyves -b missing node swishier -b missing node nippon -b missing node leva -b missing node condyle -b missing node backlash -b missing node peatiest -b missing node megabar -b missing node deveins -b missing node levi -b missing node expressions -b missing node imbibition -b missing node levo -b missing node curber -b missing node curbed -b missing node kiester -b missing node scrubbiest -b missing node tutrix -b missing node levy -b missing node pyorrhea -b missing node knickknack -b missing node boomtowns -b missing node jitterbugged -b missing node masseur -b missing node lese -b missing node vicuna -b missing node fecundity -b missing node mushily -b missing node tricking -b missing node crazy -b missing node lessoning -b missing node radiate -b missing node lest -b missing node less -b missing node dumfounding -b missing node arabesque -b missing node demulcent -b missing node trickily -b missing node sightlessness -b missing node lets -b missing node stripy -b missing node adeste -b missing node relit -b missing node inhalants -b missing node rapines -b missing node soloed -b missing node unconvinced -b missing node apprised -b missing node wresters -b missing node occiputs -b missing node finalize -b missing node spasticity -b missing node degermed -b missing node disquietude -b missing node personae -b missing node stripe -b missing node upgrading -b missing node leys -b missing node implode -b missing node coking -b missing node strips -b missing node beastliest -b missing node trimaran -b missing node bagged -b missing node nephron -b missing node stript -b missing node chinned -b missing node coequating -b missing node fiduciarily -b missing node twaddled -b missing node personal -b missing node subcutaneously -b missing node transgression -b missing node personas -b missing node twaddler -b missing node twaddles -b missing node epoxying -b missing node distilling -b missing node reattaching -b missing node appriser -b missing node apprises -b missing node schmooze -b missing node reassurance -b missing node string -b missing node synchrony -b missing node transgressing -b missing node calamitously -b missing node trackage -b missing node lewd -b missing node filibustering -b missing node reciprocates -b missing node desalinized -b missing node grapefruits -b missing node relet -b missing node hustles -b missing node spireas -b missing node bloated -b missing node friendlessness -b missing node outright -b missing node twelves -b missing node hustler -b missing node reciprocated -b missing node bicarbs -b missing node lunkheads -b missing node fatbacks -b missing node fairylands -b missing node dandered -b missing node accented -b missing node baggie -b missing node peacoat -b missing node draggiest -b missing node homeless -b missing node prognosticators -b missing node hustled -b missing node foetuses -b missing node exuberantly -b missing node accost -b missing node manatees -b missing node collectable -b missing node latchets -b missing node multiform -b missing node unmentionables -b missing node padlocks -b missing node ojibwa -b missing node prosthetics -b missing node lightings -b missing node markswomen -b missing node massacrers -b missing node accord -b missing node sleeting -b missing node wranglers -b missing node medicaid -b missing node desalinizes -b missing node unpopularity -b missing node fortification -b missing node relic -b missing node daintily -b missing node peacock -b missing node fiord -b missing node relay -b missing node screams -b missing node gentlemanly -b missing node relax -b missing node unbuckle -b missing node femora -b missing node carnaubas -b missing node hagadists -b missing node retards -b missing node sachemic -b missing node matrilinies -b missing node circular -b missing node sapphires -b missing node yachtswomen -b missing node retard -b missing node anthraces -b missing node baksheeshes -b missing node junking -b missing node eased -b missing node louses -b missing node intersexual -b missing node loused -b missing node revamping -b missing node subsiders -b missing node easel -b missing node hairlines -b missing node arointing -b missing node hareems -b missing node syntaxes -b missing node cerebrations -b missing node rumination -b missing node drumstick -b missing node humdrum -b missing node dayflower -b missing node sprouted -b missing node unendingly -b missing node eases -b missing node easer -b missing node asylums -b missing node suctional -b missing node nondrinker -b missing node superimposed -b missing node dyad -b missing node thomas -b missing node impracticability -b missing node ruminating -b missing node chastise -b missing node bloater -b missing node doomed -b missing node strive -b missing node utah -b missing node exceptionally -b missing node deduced -b missing node deduces -b missing node scandium -b missing node expediential -b missing node spermatozoon -b missing node nutters -b missing node swishing -b missing node demigods -b missing node humiliating -b missing node preassigns -b missing node hysons -b missing node curate -b missing node grippingly -b missing node wooshing -b missing node gormandizers -b missing node ruminative -b missing node chivying -b missing node yachtswoman -b missing node superimposes -b missing node dynamometers -b missing node mizzen -b missing node chastity -b missing node intricately -b missing node hesitantly -b missing node escapable -b missing node copyrighted -b missing node xylems -b missing node xylene -b missing node farcers -b missing node relighted -b missing node timothies -b missing node curari -b missing node sleetier -b missing node favors -b missing node revenge -b missing node curara -b missing node curare -b missing node plushy -b missing node inappreciative -b missing node shouters -b missing node insolvencies -b missing node inconsistently -b missing node dyed -b missing node marsupia -b missing node newmown -b missing node valencias -b missing node cashoo -b missing node stooging -b missing node gangplow -b missing node virtuosity -b missing node welching -b missing node twiddled -b missing node beggars -b missing node indistinctness -b missing node twiddles -b missing node distributable -b missing node twiddler -b missing node grimace -b missing node battalions -b missing node makeable -b missing node recondensed -b missing node tricked -b missing node underofficial -b missing node matricide -b missing node recondenses -b missing node tipcats -b missing node foreclosing -b missing node snowbanks -b missing node beggary -b missing node tumefies -b missing node newish -b missing node boloneys -b missing node bondsman -b missing node pipits -b missing node storefront -b missing node siring -b missing node fantasy -b missing node classed -b missing node nondairy -b missing node wooing -b missing node preventive -b missing node tricker -b missing node curacy -b missing node fantast -b missing node grottoes -b missing node wresting -b missing node classes -b missing node classer -b missing node unworn -b missing node slouchiest -b missing node tipcart -b missing node fantasm -b missing node taxability -b missing node bivouac -b missing node snoozing -b missing node grouchiest -b missing node refinance -b missing node tonsures -b missing node appalling -b missing node tonsured -b missing node pigsticked -b missing node aluminums -b missing node capes -b missing node selects -b missing node grubbiness -b missing node stemming -b missing node flamingos -b missing node prudes -b missing node shoppings -b missing node impolitely -b missing node divulgences -b missing node resay -b missing node yelpers -b missing node bastardies -b missing node transshipped -b missing node resaw -b missing node pocketers -b missing node forbearing -b missing node markswoman -b missing node coprolith -b missing node rarity -b missing node fanfare -b missing node kilotons -b missing node trickie -b missing node amylase -b missing node fitly -b missing node nonprecious -b missing node preslavery -b missing node bondsmen -b missing node doffer -b missing node bathetic -b missing node flyways -b missing node frugalities -b missing node eskimos -b missing node doffed -b missing node hafnium -b missing node safegaurds -b missing node classic -b missing node circum -b missing node tribally -b missing node unwove -b missing node goodwife -b missing node offishness -b missing node penances -b missing node circus -b missing node slouchier -b missing node oxter -b missing node venezuelan -b missing node comptrollers -b missing node chilliness -b missing node resew -b missing node divvying -b missing node piping -b missing node immemorially -b missing node innervate -b missing node prosthetist -b missing node glaciated -b missing node resee -b missing node social -b missing node naiveness -b missing node reset -b missing node enrolls -b missing node glaciates -b missing node tinwork -b missing node bandmasters -b missing node abradant -b missing node overprinted -b missing node enmeshing -b missing node rascals -b missing node editorship -b missing node religiosity -b missing node flamingly -b missing node bruiting -b missing node sardonically -b missing node licensees -b missing node mediums -b missing node delusionist -b missing node reparatory -b missing node vacuity -b missing node elope -b missing node faustian -b missing node scorepad -b missing node distance -b missing node snoozier -b missing node regicide -b missing node figurativeness -b missing node fiction -b missing node complaisant -b missing node mobility -b missing node thiamines -b missing node powders -b missing node powdery -b missing node caput -b missing node unknown -b missing node radicalness -b missing node canapes -b missing node negroids -b missing node excommunicating -b missing node rhombic -b missing node microchemistry -b missing node misinterpretation -b missing node deplorers -b missing node terrazzos -b missing node fixating -b missing node maternities -b missing node postpone -b missing node afresh -b missing node resin -b missing node relabels -b missing node supernova -b missing node azures -b missing node capos -b missing node forfeited -b missing node capon -b missing node parcelling -b missing node bathtub -b missing node fictive -b missing node jefferson -b missing node humiliation -b missing node awaking -b missing node dharma -b missing node cathedral -b missing node pungencies -b missing node chining -b missing node dimmable -b missing node slants -b missing node cappy -b missing node raring -b missing node circle -b missing node confabulations -b missing node seasoners -b missing node outmoded -b missing node refuels -b missing node economically -b missing node oceanologists -b missing node mugginess -b missing node numismatists -b missing node electrifying -b missing node insomniac -b missing node femoral -b missing node enjoinder -b missing node outmodes -b missing node intermediaries -b missing node caricature -b missing node dicers -b missing node insomnias -b missing node triflers -b missing node biodegraded -b missing node niggler -b missing node niggles -b missing node realer -b missing node leniently -b missing node pipier -b missing node gelignite -b missing node niggled -b missing node heliocentricity -b missing node documenters -b missing node reappraising -b missing node catting -b missing node communalize -b missing node backbit -b missing node satirizers -b missing node interline -b missing node peddle -b missing node eggcup -b missing node sheenier -b missing node extrusion -b missing node sheenies -b missing node canalize -b missing node wristbands -b missing node advert -b missing node cattily -b missing node snafuing -b missing node depositional -b missing node gallinule -b missing node slower -b missing node adverb -b missing node pinatas -b missing node flossie -b missing node anatomize -b missing node slowed -b missing node purloin -b missing node foetors -b missing node hammerless -b missing node gravimeter -b missing node awarders -b missing node rebinding -b missing node sticky -b missing node outspelled -b missing node sticks -b missing node gardening -b missing node anglings -b missing node grittier -b missing node adopter -b missing node mastoidal -b missing node matronly -b missing node adoptee -b missing node abacuses -b missing node colossians -b missing node adopted -b missing node beeves -b missing node huckstered -b missing node excommunication -b missing node mapmaker -b missing node drongos -b missing node mobilize -b missing node ordinance -b missing node demobilization -b missing node rebills -b missing node dysfunctional -b missing node immaculately -b missing node vetches -b missing node fantail -b missing node sinecure -b missing node advent -b missing node spinouts -b missing node failingly -b missing node glimmers -b missing node orchestrator -b missing node thongs -b missing node varnishing -b missing node outtrumped -b missing node connate -b missing node osmotically -b missing node resow -b missing node engineer -b missing node explosively -b missing node communality -b missing node ordinands -b missing node tempestuous -b missing node stalactite -b missing node officered -b missing node stockyards -b missing node captaincy -b missing node communalism -b missing node duchesses -b missing node matutinally -b missing node rapists -b missing node communalist -b missing node flashings -b missing node chariots -b missing node anatomist -b missing node gritting -b missing node realms -b missing node sensualism -b missing node sheening -b missing node bubbly -b missing node yemenite -b missing node ammos -b missing node nurturing -b missing node kumquat -b missing node rubiest -b missing node fullface -b missing node pistache -b missing node bungalows -b missing node bubble -b missing node halyards -b missing node soldiers -b missing node collectibles -b missing node mimers -b missing node soldiery -b missing node salerooms -b missing node scrupling -b missing node plead -b missing node reequipped -b missing node grittily -b missing node mooned -b missing node thrashers -b missing node pleas -b missing node geishas -b missing node pleat -b missing node genuine -b missing node canaling -b missing node captained -b missing node unlikelier -b missing node mimeos -b missing node hamperers -b missing node extrusive -b missing node eastman -b missing node slowly -b missing node plebe -b missing node rests -b missing node braying -b missing node plebs -b missing node really -b missing node catties -b missing node treacherously -b missing node cattier -b missing node matronal -b missing node herbaria -b missing node concaving -b missing node reduplicate -b missing node goodwill -b missing node legitimization -b missing node licensers -b missing node obstacle -b missing node thiamin -b missing node disking -b missing node godhood -b missing node omnific -b missing node intersticial -b missing node photostat -b missing node rattler -b missing node rattles -b missing node concavity -b missing node definitions -b missing node proofread -b missing node correctest -b missing node sprinters -b missing node stemmier -b missing node trameling -b missing node gloriously -b missing node regimenting -b missing node bringer -b missing node curators -b missing node slouching -b missing node chaffers -b missing node sensuality -b missing node awardees -b missing node medicinable -b missing node flossed -b missing node swiller -b missing node flosses -b missing node compting -b missing node rattled -b missing node rhombus -b missing node resubmission -b missing node tomfoolery -b missing node swilled -b missing node occupiers -b missing node revengeful -b missing node worthlessness -b missing node texaco -b missing node martyry -b missing node deplaning -b missing node atheistic -b missing node gardenias -b missing node martyrs -b missing node hecks -b missing node bashfully -b missing node diagnose -b missing node decimal -b missing node sensualist -b missing node lungers -b missing node extortionists -b missing node moonie -b missing node canalise -b missing node ordain -b missing node controverting -b missing node maneuver -b missing node unwarmed -b missing node mesons -b missing node excerpted -b missing node afforests -b missing node rancheros -b missing node vetoed -b missing node periphrases -b missing node cuspidor -b missing node vetoes -b missing node herdmen -b missing node vetoer -b missing node harmer -b missing node abhors -b missing node seasonality -b missing node snare -b missing node snark -b missing node sawdust -b missing node snarl -b missing node sightly -b missing node comeback -b missing node drapeable -b missing node harmed -b missing node solute -b missing node imaginarily -b missing node shoemakers -b missing node panelist -b missing node peacing -b missing node plummy -b missing node euphrates -b missing node overbidding -b missing node casket -b missing node scribbled -b missing node josher -b missing node joshes -b missing node curatorship -b missing node stratagems -b missing node tulips -b missing node mockery -b missing node scribbles -b missing node scribbler -b missing node converter -b missing node sensualize -b missing node badgerly -b missing node clastic -b missing node archonship -b missing node phenomenal -b missing node sovrans -b missing node converted -b missing node binnacle -b missing node cautiously -b missing node mockers -b missing node casked -b missing node lengthening -b missing node nudity -b missing node shootings -b missing node distrait -b missing node curiously -b missing node periphrasis -b missing node deafened -b missing node draftiest -b missing node herdman -b missing node affairs -b missing node tankas -b missing node interpol -b missing node bejewelling -b missing node webfeet -b missing node acclamation -b missing node backseat -b missing node jouncier -b missing node badgered -b missing node gabble -b missing node prescience -b missing node moneybag -b missing node joshed -b missing node similarity -b missing node undiscovered -b missing node texans -b missing node jiggered -b missing node detoxified -b missing node solemner -b missing node jesuitic -b missing node dutifully -b missing node sighter -b missing node autographing -b missing node purposive -b missing node worshippers -b missing node detoxifies -b missing node detoxifier -b missing node locomotives -b missing node affaire -b missing node plumps -b missing node slandered -b missing node sapphists -b missing node cantata -b missing node cardholder -b missing node distrain -b missing node penitential -b missing node slanderer -b missing node magnific -b missing node tanker -b missing node subfloor -b missing node tennessean -b missing node reran -b missing node eggers -b missing node tanked -b missing node indetermination -b missing node heath -b missing node hears -b missing node catapults -b missing node desolateness -b missing node rephrases -b missing node heart -b missing node sighted -b missing node hagiography -b missing node apprizes -b missing node teepees -b missing node mandolin -b missing node yodles -b missing node yodler -b missing node carwash -b missing node deselecting -b missing node unmasks -b missing node islam -b missing node apprized -b missing node beseech -b missing node apprizer -b missing node sportswear -b missing node ghostwrites -b missing node ghostwriter -b missing node abstinence -b missing node proficiency -b missing node grandstands -b missing node penumbrae -b missing node rapiered -b missing node heard -b missing node headhunter -b missing node rephrased -b missing node susurrus -b missing node penumbras -b missing node teacherage -b missing node yodled -b missing node hardtacks -b missing node heaps -b missing node headhunted -b missing node lingual -b missing node bigamy -b missing node nonnegotiable -b missing node adverbial -b missing node healths -b missing node surliest -b missing node imperforates -b missing node healthy -b missing node twitchy -b missing node haulyards -b missing node stentor -b missing node illustration -b missing node inhalator -b missing node sentimentalized -b missing node chromosome -b missing node ricercars -b missing node alters -b missing node technologically -b missing node gabbed -b missing node capsizing -b missing node bedstead -b missing node aquacade -b missing node developing -b missing node sentimentalizes -b missing node ricked -b missing node ingoing -b missing node readjourned -b missing node visualizer -b missing node cowering -b missing node visualizes -b missing node isles -b missing node islet -b missing node averment -b missing node heavy -b missing node underlining -b missing node visualized -b missing node isled -b missing node nonspeaking -b missing node baritones -b missing node unavailing -b missing node amreetas -b missing node curiouser -b missing node unadvisedly -b missing node writhed -b missing node sapphisms -b missing node counteracts -b missing node deaccession -b missing node laureates -b missing node writher -b missing node writhes -b missing node purposing -b missing node heave -b missing node supportive -b missing node classlessness -b missing node laureated -b missing node disclosures -b missing node imputed -b missing node sauciest -b missing node heats -b missing node gabber -b missing node rickey -b missing node seiners -b missing node imputes -b missing node solemnly -b missing node imputer -b missing node unreflective -b missing node illustrating -b missing node meagerness -b missing node shippers -b missing node gadders -b missing node burglarizes -b missing node bagels -b missing node jesuitry -b missing node phenomenon -b missing node causative -b missing node sanctioners -b missing node appositively -b missing node voluptuary -b missing node burglarized -b missing node stouter -b missing node fixation -b missing node dehorn -b missing node stouten -b missing node tsetse -b missing node villainy -b missing node villains -b missing node firkins -b missing node mystifyingly -b missing node flowering -b missing node unforgivably -b missing node witted -b missing node cosmetologists -b missing node legrooms -b missing node beseems -b missing node psaltries -b missing node drownds -b missing node frictional -b missing node exciseman -b missing node surrounding -b missing node evaporite -b missing node bonhomies -b missing node bedaubing -b missing node eggnogs -b missing node agists -b missing node utilized -b missing node drowned -b missing node refastened -b missing node encore -b missing node plenipotentiary -b missing node hydrological -b missing node typifying -b missing node utilizes -b missing node intergroup -b missing node mightily -b missing node unforgivable -b missing node utilizer -b missing node drowner -b missing node cuspidal -b missing node snack -b missing node anchoring -b missing node anchors -b missing node occultly -b missing node weiners -b missing node arnicas -b missing node unmitigated -b missing node basketlike -b missing node hindustan -b missing node decontaminator -b missing node cocoanut -b missing node eumorphic -b missing node caladium -b missing node joshua -b missing node tannest -b missing node despoiled -b missing node incommensurable -b missing node fermentation -b missing node snafu -b missing node remodeling -b missing node sativa -b missing node fettlings -b missing node rabbet -b missing node preferentially -b missing node despoiler -b missing node unknots -b missing node tannery -b missing node tanners -b missing node imperishably -b missing node anchorite -b missing node moralization -b missing node plumbs -b missing node undocking -b missing node anchovy -b missing node illustrative -b missing node singletree -b missing node redwoods -b missing node facility -b missing node embarkations -b missing node stuffily -b missing node emotions -b missing node imperishable -b missing node cageyness -b missing node torpidly -b missing node darkled -b missing node excisemen -b missing node coshers -b missing node plottiest -b missing node greying -b missing node passerine -b missing node darkles -b missing node eventualities -b missing node supporting -b missing node stuffing -b missing node heedlessly -b missing node snags -b missing node premonitions -b missing node fixative -b missing node beachhead -b missing node plumes -b missing node crick -b missing node underwaist -b missing node unease -b missing node stoutly -b missing node convertor -b missing node uneasy -b missing node decontaminates -b missing node prevention -b missing node cochairs -b missing node mightier -b missing node satire -b missing node begrudges -b missing node preventing -b missing node moonlighting -b missing node decontaminated -b missing node cumshaws -b missing node garlands -b missing node punitions -b missing node begrudged -b missing node causation -b missing node reradiate -b missing node cried -b missing node snail -b missing node trailering -b missing node rerun -b missing node murthered -b missing node occulter -b missing node ardour -b missing node tilled -b missing node cargo -b missing node trickly -b missing node moonrise -b missing node slangs -b missing node gabbro -b missing node occulted -b missing node afreet -b missing node slangy -b missing node dilutions -b missing node joyrode -b missing node enjoiners -b missing node trickle -b missing node snaky -b missing node greyish -b missing node decagon -b missing node overcooked -b missing node flowerier -b missing node cribs -b missing node unbiased -b missing node verticality -b missing node matrimonially -b missing node mineralogists -b missing node cares -b missing node caret -b missing node snake -b missing node carer -b missing node plumed -b missing node tailoring -b missing node tiller -b missing node distract -b missing node indecorous -b missing node unwarned -b missing node diplomat -b missing node diplomas -b missing node glister -b missing node surcease -b missing node calorically -b missing node cared -b missing node splenitises -b missing node nonrenewable -b missing node nontemporal -b missing node glisten -b missing node tricksy -b missing node sating -b missing node cards -b missing node encode -b missing node breakdowns -b missing node lowlier -b missing node pacific -b missing node shockingly -b missing node placaters -b missing node solemnizing -b missing node worthiness -b missing node intention -b missing node carolling -b missing node teargassing -b missing node escapades -b missing node lowlife -b missing node peduncles -b missing node spastic -b missing node snaps -b missing node carbo -b missing node readings -b missing node interlarding -b missing node prophetess -b missing node peregrination -b missing node playhouse -b missing node cupidity -b missing node nonemotional -b missing node stuffier -b missing node satiny -b missing node satins -b missing node carat -b missing node waterers -b missing node vernalization -b missing node geoidal -b missing node ecclesia -b missing node vanmen -b missing node portray -b missing node snowballs -b missing node compensating -b missing node slipways -b missing node reinoculation -b missing node cleavage -b missing node gormandizing -b missing node doormat -b missing node enjoyable -b missing node maharajahs -b missing node neighbors -b missing node heeds -b missing node enjoyably -b missing node doorman -b missing node appraisers -b missing node bignesses -b missing node coparent -b missing node intermit -b missing node undeniable -b missing node affirmative -b missing node carlo -b missing node detacher -b missing node detaches -b missing node diabetics -b missing node outbuilding -b missing node scenes -b missing node gemmiest -b missing node milliammeter -b missing node reinoculating -b missing node scholars -b missing node diploids -b missing node censure -b missing node skateboarded -b missing node humankind -b missing node solvates -b missing node grabens -b missing node compensation -b missing node register -b missing node standards -b missing node peafowls -b missing node befogging -b missing node skateboarder -b missing node degradable -b missing node gratitude -b missing node diploidy -b missing node numerologists -b missing node dispraise -b missing node carny -b missing node sandfly -b missing node vanman -b missing node firms -b missing node narcotize -b missing node puppyish -b missing node babblings -b missing node bulgurs -b missing node ricketier -b missing node flatness -b missing node besnows -b missing node satinwoods -b missing node carne -b missing node brighten -b missing node obliger -b missing node obliges -b missing node overall -b missing node firma -b missing node brighter -b missing node macadamized -b missing node yearning -b missing node creak -b missing node detached -b missing node carom -b missing node carol -b missing node cream -b missing node macadamizes -b missing node fishponds -b missing node abnormalities -b missing node lenity -b missing node troubleshoot -b missing node carob -b missing node sarcoma -b missing node strove -b missing node decreers -b missing node abjection -b missing node implies -b missing node converses -b missing node credo -b missing node carps -b missing node carpe -b missing node carpi -b missing node inveigled -b missing node creel -b missing node tanning -b missing node gunslingers -b missing node creek -b missing node factitiously -b missing node implied -b missing node creed -b missing node tannins -b missing node distributive -b missing node bugseeds -b missing node inveigles -b missing node trafficking -b missing node inflamed -b missing node maverick -b missing node inveigler -b missing node scenic -b missing node intracity -b missing node comedians -b missing node obligee -b missing node rattish -b missing node obliged -b missing node wistfulness -b missing node oxyhydrogen -b missing node conversed -b missing node scything -b missing node exaltation -b missing node scented -b missing node politely -b missing node inflames -b missing node inflamer -b missing node excursions -b missing node monasticism -b missing node stroke -b missing node tonettes -b missing node compensative -b missing node taphole -b missing node maquettes -b missing node sireless -b missing node euclidean -b missing node carry -b missing node tutors -b missing node serenades -b missing node trusser -b missing node trusses -b missing node iguanians -b missing node serenader -b missing node rehabilitee -b missing node distribution -b missing node serenaded -b missing node frusta -b missing node headboard -b missing node crees -b missing node slalom -b missing node creep -b missing node monsoonal -b missing node oohed -b missing node steamily -b missing node gypsy -b missing node femmes -b missing node serbians -b missing node carte -b missing node ratting -b missing node remeets -b missing node canards -b missing node carts -b missing node sparkling -b missing node meningitis -b missing node overawe -b missing node trussed -b missing node intensities -b missing node corotate -b missing node polyphonic -b missing node laundrymen -b missing node unmaintainable -b missing node skeeing -b missing node affirmation -b missing node meningitic -b missing node amenity -b missing node stroll -b missing node rebinds -b missing node lovelorn -b missing node massifs -b missing node implements -b missing node dancingly -b missing node sustains -b missing node pollards -b missing node fired -b missing node schmaltzy -b missing node sickbays -b missing node galenite -b missing node socked -b missing node carve -b missing node rainiest -b missing node fires -b missing node firer -b missing node queller -b missing node homonymies -b missing node tsaritzas -b missing node massier -b missing node socket -b missing node resultant -b missing node quelled -b missing node doormen -b missing node stiffed -b missing node particularities -b missing node implausibility -b missing node undeniably -b missing node rabble -b missing node strong -b missing node stiffer -b missing node stateliness -b missing node stiffen -b missing node rabbit -b missing node rabbis -b missing node sheenful -b missing node strops -b missing node monarchical -b missing node wahoos -b missing node steaming -b missing node writing -b missing node overarm -b missing node fanjet -b missing node laundryman -b missing node creme -b missing node nervate -b missing node plutocracies -b missing node dynasts -b missing node larcenous -b missing node absolutists -b missing node syllabicate -b missing node overate -b missing node distributing -b missing node hesitations -b missing node dynasty -b missing node empowerment -b missing node tangly -b missing node politest -b missing node slouch -b missing node godsons -b missing node calciums -b missing node outriders -b missing node elaine -b missing node hexyls -b missing node astrodynamic -b missing node scents -b missing node gibsons -b missing node tangle -b missing node wreathing -b missing node airlock -b missing node curriculums -b missing node ensorcel -b missing node rebuttals -b missing node strobe -b missing node strode -b missing node hailstorms -b missing node lengths -b missing node crepe -b missing node solvently -b missing node conquerors -b missing node balking -b missing node lengthy -b missing node coloration -b missing node crepy -b missing node snakier -b missing node unfitting -b missing node crept -b missing node feeler -b missing node zingers -b missing node effluvial -b missing node continuances -b missing node nonscheduled -b missing node effluvias -b missing node pouching -b missing node uplinking -b missing node piddlers -b missing node puncheons -b missing node deniably -b missing node dinghies -b missing node apprize -b missing node pyromaniacal -b missing node repaving -b missing node deflagrated -b missing node deafish -b missing node sunspot -b missing node testators -b missing node darwin -b missing node unmuffle -b missing node reemphasize -b missing node unsolvable -b missing node succumbing -b missing node joseph -b missing node deniable -b missing node impactor -b missing node crest -b missing node devotional -b missing node cress -b missing node sippers -b missing node outvoted -b missing node dandyism -b missing node dandyish -b missing node thumbtacking -b missing node hebraist -b missing node crete -b missing node petalled -b missing node reputations -b missing node vassals -b missing node hebraism -b missing node althea -b missing node venezuelans -b missing node governable -b missing node outvotes -b missing node samarium -b missing node lingula -b missing node cowhands -b missing node tolerantly -b missing node deflagrates -b missing node roughhews -b missing node unintendedly -b missing node roughhewn -b missing node yeastiest -b missing node chandler -b missing node cleanliness -b missing node tanged -b missing node casas -b missing node confounding -b missing node giddiest -b missing node sippets -b missing node squabbling -b missing node surcharges -b missing node surcharger -b missing node operable -b missing node surcharged -b missing node teakettle -b missing node operably -b missing node nobeliums -b missing node cased -b missing node dissociate -b missing node heels -b missing node leewards -b missing node trisects -b missing node revenant -b missing node crews -b missing node peroxiding -b missing node rekeyed -b missing node pulpers -b missing node plunks -b missing node disseminations -b missing node onslaught -b missing node climacteric -b missing node droners -b missing node overbid -b missing node chartered -b missing node puerilities -b missing node snaking -b missing node galvanize -b missing node necklines -b missing node recommended -b missing node jouncing -b missing node gaudery -b missing node subclan -b missing node rocketed -b missing node bootleggers -b missing node charterer -b missing node preselects -b missing node sneers -b missing node seemliest -b missing node finless -b missing node cases -b missing node snakily -b missing node retransfer -b missing node rudiments -b missing node marmoset -b missing node impacted -b missing node princedom -b missing node jokesters -b missing node impacter -b missing node balkier -b missing node recommender -b missing node overcooled -b missing node slaying -b missing node commonality -b missing node amatorially -b missing node unwrap -b missing node outrider -b missing node outrides -b missing node cloudlike -b missing node firth -b missing node brightly -b missing node squalliest -b missing node triplicating -b missing node thalami -b missing node balkily -b missing node chinked -b missing node slough -b missing node tibetans -b missing node blackballing -b missing node tiddly -b missing node eastwards -b missing node eugenically -b missing node tangos -b missing node sideshow -b missing node rocketer -b missing node solvated -b missing node senorita -b missing node plunge -b missing node photoelectric -b missing node grazers -b missing node broadish -b missing node apprise -b missing node brogues -b missing node blitzkrieged -b missing node braggers -b missing node enthralls -b missing node semicircles -b missing node codification -b missing node prepositional -b missing node maunders -b missing node moolas -b missing node casks -b missing node benefactive -b missing node firry -b missing node moolah -b missing node interdependency -b missing node braggest -b missing node earmuff -b missing node interdependence -b missing node triplication -b missing node uprooters -b missing node lazarettos -b missing node nonnative -b missing node fricative -b missing node oversimple -b missing node first -b missing node tyrannizers -b missing node welchers -b missing node amandine -b missing node kilometers -b missing node hollyhocks -b missing node enfoldings -b missing node outdoing -b missing node fishy -b missing node filibusterers -b missing node conduit -b missing node sneezy -b missing node anatomies -b missing node paralyses -b missing node keystroke -b missing node afterdecks -b missing node gyral -b missing node despotic -b missing node tumblings -b missing node sourball -b missing node tinplate -b missing node falcons -b missing node sneeze -b missing node beading -b missing node digitate -b missing node reverbs -b missing node mercerizes -b missing node secularizing -b missing node speculations -b missing node reprinting -b missing node cognomina -b missing node galvanism -b missing node earthling -b missing node annatto -b missing node mercerized -b missing node jerboas -b missing node scratchy -b missing node crawlways -b missing node hangaring -b missing node obsidians -b missing node reexhibited -b missing node reentering -b missing node spirits -b missing node porridges -b missing node detecting -b missing node forestation -b missing node beadily -b missing node slaked -b missing node arraignments -b missing node massacring -b missing node backless -b missing node pocketful -b missing node slakes -b missing node slaker -b missing node proffering -b missing node americanized -b missing node hemostats -b missing node evaporates -b missing node synodical -b missing node americanizes -b missing node unpacified -b missing node conduct -b missing node realty -b missing node colorations -b missing node sideburn -b missing node afars -b missing node pronuclear -b missing node knacker -b missing node jingoist -b missing node correcting -b missing node loungy -b missing node appeasers -b missing node knacked -b missing node detection -b missing node jingoism -b missing node evaporated -b missing node underdevelopment -b missing node semination -b missing node internes -b missing node jingoish -b missing node wouldest -b missing node canasta -b missing node harold -b missing node kindliest -b missing node trusted -b missing node caseworker -b missing node correction -b missing node internee -b missing node ninefold -b missing node wharfed -b missing node interned -b missing node trustee -b missing node aerations -b missing node lounge -b missing node crankily -b missing node purloined -b missing node treacherous -b missing node reassumed -b missing node vilest -b missing node batwoman -b missing node misconstrued -b missing node conduce -b missing node conservational -b missing node prevaricators -b missing node purloiner -b missing node devilries -b missing node cranking -b missing node abstentious -b missing node woofed -b missing node misconstrues -b missing node reassumes -b missing node allegros -b missing node materialistic -b missing node effluvium -b missing node woofer -b missing node remeasure -b missing node niggards -b missing node sacrificially -b missing node enrichment -b missing node homelier -b missing node lire -b missing node ellen -b missing node skimming -b missing node wildfires -b missing node lira -b missing node repay -b missing node encumbers -b missing node toupee -b missing node reverie -b missing node plena -b missing node stickling -b missing node panelled -b missing node penciled -b missing node bushings -b missing node cherenkov -b missing node truster -b missing node shoaled -b missing node exoskeleton -b missing node precipitous -b missing node requiters -b missing node earthlier -b missing node amoroso -b missing node overfills -b missing node lips -b missing node shoaler -b missing node penciler -b missing node preinserted -b missing node intercalated -b missing node politically -b missing node caste -b missing node myrmidon -b missing node kneelers -b missing node undeclared -b missing node seafronts -b missing node intercalates -b missing node casts -b missing node internal -b missing node cattish -b missing node lion -b missing node distorted -b missing node unrulier -b missing node depolarize -b missing node proamendment -b missing node amorous -b missing node liny -b missing node distorter -b missing node meterological -b missing node batwomen -b missing node detective -b missing node lins -b missing node muchness -b missing node casus -b missing node lint -b missing node recants -b missing node abstentions -b missing node privier -b missing node reveres -b missing node reverer -b missing node affecters -b missing node manifolding -b missing node cymbals -b missing node disemboweled -b missing node privies -b missing node revered -b missing node hardhacks -b missing node carfuls -b missing node limonite -b missing node live -b missing node gainfulness -b missing node advents -b missing node galumphed -b missing node vaquero -b missing node homelike -b missing node unhorse -b missing node enchanters -b missing node lith -b missing node lysine -b missing node magnetization -b missing node lits -b missing node lysing -b missing node locutions -b missing node enveloped -b missing node daybook -b missing node lite -b missing node contractility -b missing node nobelists -b missing node enveloper -b missing node gullible -b missing node envelopes -b missing node inestimably -b missing node list -b missing node restitutions -b missing node satanical -b missing node lisp -b missing node gullibly -b missing node semanticists -b missing node lysins -b missing node prebends -b missing node aquiver -b missing node calendulas -b missing node unambitious -b missing node buckthorn -b missing node rarify -b missing node mawkishly -b missing node nonirritant -b missing node pensionless -b missing node villager -b missing node misstep -b missing node villages -b missing node boatsman -b missing node dyadics -b missing node competitions -b missing node subsidize -b missing node bipotentiality -b missing node wooers -b missing node nymphets -b missing node stiffly -b missing node dipterous -b missing node stuffiness -b missing node repin -b missing node inestimable -b missing node chewing -b missing node gyros -b missing node ephesians -b missing node chignons -b missing node sloven -b missing node nightjars -b missing node noncombining -b missing node gumboil -b missing node properitoneal -b missing node teachable -b missing node ambitions -b missing node planking -b missing node gnawable -b missing node rallier -b missing node rallies -b missing node reply -b missing node scriving -b missing node gamesomely -b missing node reamed -b missing node reverse -b missing node perturbs -b missing node surceased -b missing node grocer -b missing node radomes -b missing node sheeneys -b missing node stifle -b missing node surceases -b missing node phaeton -b missing node boatsmen -b missing node teleprinters -b missing node poppied -b missing node marriageable -b missing node poppies -b missing node reamer -b missing node rallied -b missing node commiserated -b missing node pabulum -b missing node nonintervention -b missing node steamier -b missing node chinches -b missing node nigglings -b missing node calcitic -b missing node warship -b missing node repel -b missing node obstetrically -b missing node stargaze -b missing node stemmers -b missing node catch -b missing node slovak -b missing node drynesses -b missing node brooding -b missing node privily -b missing node nondiscriminatory -b missing node fellowship -b missing node vagarious -b missing node pilotages -b missing node attachment -b missing node massing -b missing node ministered -b missing node fishnet -b missing node unprocurable -b missing node cathy -b missing node overage -b missing node lienable -b missing node handiness -b missing node wrying -b missing node tovariches -b missing node calcites -b missing node botanizes -b missing node abashing -b missing node enviers -b missing node cobwebbed -b missing node spiring -b missing node ambitious -b missing node heptad -b missing node sophistries -b missing node wormholes -b missing node botanized -b missing node repro -b missing node gruesomeness -b missing node eschalots -b missing node offhandedly -b missing node wenched -b missing node commiserates -b missing node engraving -b missing node keelless -b missing node wencher -b missing node earthiness -b missing node wenches -b missing node cotangent -b missing node freebooted -b missing node depilatory -b missing node voracious -b missing node fishpoles -b missing node digitals -b missing node cater -b missing node cincture -b missing node dateable -b missing node shouting -b missing node cates -b missing node mateys -b missing node beadier -b missing node annulling -b missing node theatricals -b missing node useably -b missing node massagers -b missing node maunder -b missing node kabbalas -b missing node sisterhood -b missing node yttria -b missing node fists -b missing node yttric -b missing node trifling -b missing node exchangeable -b missing node reverts -b missing node adjudged -b missing node gyres -b missing node useable -b missing node overact -b missing node scarecrow -b missing node subclauses -b missing node kabbalah -b missing node adjudges -b missing node ricocheting -b missing node freebooter -b missing node flopover -b missing node methodic -b missing node gyred -b missing node probatively -b missing node shoddiness -b missing node maters -b missing node impoverishment -b missing node sheikhs -b missing node beauteously -b missing node turbofans -b missing node swishers -b missing node scantling -b missing node distally -b missing node marblings -b missing node evaporator -b missing node crankier -b missing node preeners -b missing node ricing -b missing node rakehells -b missing node recommenced -b missing node intermix -b missing node broodier -b missing node headpin -b missing node harped -b missing node stiffs -b missing node globalizing -b missing node vilely -b missing node unconstitutionality -b missing node hedgy -b missing node bludgeon -b missing node vanquish -b missing node darvon -b missing node hedge -b missing node massive -b missing node skaters -b missing node bastardize -b missing node popping -b missing node sanders -b missing node privity -b missing node obscenities -b missing node recommences -b missing node harper -b missing node stringless -b missing node reabsorption -b missing node fashed -b missing node jeannette -b missing node unrepentingly -b missing node strumming -b missing node kerns -b missing node fashes -b missing node unpardoned -b missing node addictives -b missing node hindrance -b missing node mimicry -b missing node concelebrates -b missing node impersonations -b missing node unstrung -b missing node retiring -b missing node relies -b missing node finals -b missing node plummeting -b missing node recontract -b missing node inflexibility -b missing node kookie -b missing node relief -b missing node relied -b missing node finale -b missing node advisee -b missing node advised -b missing node readmissions -b missing node outreasoned -b missing node guardants -b missing node lucrativeness -b missing node implacably -b missing node duplicators -b missing node pedophile -b missing node reclining -b missing node digested -b missing node amalgamate -b missing node arizonians -b missing node implacable -b missing node protista -b missing node safeguard -b missing node digester -b missing node unevenly -b missing node imbeciles -b missing node holster -b missing node increasable -b missing node manses -b missing node chivaree -b missing node wheals -b missing node kerry -b missing node doughtiness -b missing node advises -b missing node umlauting -b missing node adviser -b missing node relics -b missing node relict -b missing node theatricality -b missing node garret -b missing node fewer -b missing node midribs -b missing node noncomplying -b missing node suspicions -b missing node smolders -b missing node concelebrated -b missing node prehardening -b missing node jalopy -b missing node midriff -b missing node mordacious -b missing node defensing -b missing node noncausally -b missing node tyrannosaur -b missing node flyspecks -b missing node brittle -b missing node minimize -b missing node dodoism -b missing node ozonizing -b missing node pitying -b missing node hoofbeats -b missing node boxfish -b missing node suspicious -b missing node tutoresses -b missing node affrayer -b missing node drawable -b missing node barmier -b missing node visually -b missing node ascends -b missing node judiciaries -b missing node affrayed -b missing node phyla -b missing node vibes -b missing node acclaimers -b missing node felonries -b missing node lumen -b missing node fructify -b missing node catfishes -b missing node meshing -b missing node infectiously -b missing node cankerous -b missing node mechanistic -b missing node advisability -b missing node uncloaked -b missing node primping -b missing node comprehensiveness -b missing node antepartum -b missing node shortcoming -b missing node careworn -b missing node sibylline -b missing node isis -b missing node legalization -b missing node retort -b missing node autodials -b missing node rumps -b missing node piccolo -b missing node mustiest -b missing node mustache -b missing node pencils -b missing node steeples -b missing node manufacturing -b missing node creosote -b missing node protists -b missing node shunning -b missing node stockateer -b missing node headwind -b missing node fivers -b missing node disinformation -b missing node venially -b missing node defoggers -b missing node retook -b missing node retool -b missing node reinvigoration -b missing node incriminate -b missing node sixteenth -b missing node feigns -b missing node ferrymen -b missing node reinvigorating -b missing node steepled -b missing node neoplasm -b missing node deviously -b missing node trumpeting -b missing node disregarding -b missing node humdrums -b missing node deloused -b missing node nucleator -b missing node defensive -b missing node ornithologists -b missing node gregariously -b missing node prisoner -b missing node sidesteps -b missing node sovereignties -b missing node ferryman -b missing node hydrating -b missing node delouses -b missing node ejectment -b missing node prisoned -b missing node whipper -b missing node vandalizing -b missing node vagabonded -b missing node flailing -b missing node bullhead -b missing node whippet -b missing node postmaster -b missing node plosions -b missing node whipped -b missing node umiaks -b missing node gypsydom -b missing node hydration -b missing node advisor -b missing node bridging -b missing node unpreserved -b missing node overassured -b missing node retold -b missing node meshier -b missing node weaning -b missing node lallygag -b missing node redfin -b missing node nondeliveries -b missing node preppie -b missing node punditic -b missing node snappier -b missing node jawbone -b missing node mercerize -b missing node loader -b missing node inkles -b missing node undeterred -b missing node alchemical -b missing node autobus -b missing node outdistance -b missing node enchainment -b missing node mimical -b missing node loaded -b missing node hardwood -b missing node cosigned -b missing node dredgers -b missing node sealable -b missing node iron -b missing node conceiving -b missing node trueing -b missing node piosity -b missing node whinnying -b missing node espying -b missing node sequestrating -b missing node cosigner -b missing node litchi -b missing node retract -b missing node haltingly -b missing node localities -b missing node ammoniacs -b missing node squigglier -b missing node waterloos -b missing node rawest -b missing node orphans -b missing node dopiest -b missing node slimily -b missing node lulls -b missing node kerbs -b missing node iris -b missing node encomiums -b missing node marshal -b missing node determinable -b missing node sequestration -b missing node pluvial -b missing node sliming -b missing node tithable -b missing node rumor -b missing node precooking -b missing node shabby -b missing node laked -b missing node hypertrophy -b missing node lakes -b missing node determinably -b missing node laker -b missing node vodkas -b missing node weanlings -b missing node caravansary -b missing node perquisites -b missing node irks -b missing node shuddering -b missing node retrain -b missing node waistband -b missing node weepers -b missing node newsprint -b missing node rummy -b missing node croupiest -b missing node astrobiologies -b missing node ascents -b missing node bootlicked -b missing node superintends -b missing node rumba -b missing node respites -b missing node fervent -b missing node benefitted -b missing node cerises -b missing node monomaniacal -b missing node voyeurism -b missing node kerfs -b missing node ryegrass -b missing node respited -b missing node nonvoting -b missing node punditry -b missing node croupiers -b missing node mirths -b missing node insecurity -b missing node stepchildren -b missing node befits -b missing node geometricians -b missing node vegetarians -b missing node autographs -b missing node unstablest -b missing node vacuuming -b missing node contours -b missing node pilled -b missing node romanticists -b missing node biasness -b missing node backward -b missing node complexity -b missing node lulus -b missing node operates -b missing node operated -b missing node slimier -b missing node isopropyl -b missing node ordinations -b missing node missourians -b missing node celebrations -b missing node untangle -b missing node lilacs -b missing node blowtorch -b missing node tauting -b missing node manifestable -b missing node stencils -b missing node pitchforks -b missing node complexing -b missing node multicellular -b missing node jacketed -b missing node yachter -b missing node bicycle -b missing node chapleted -b missing node digestor -b missing node yachted -b missing node dictums -b missing node oneness -b missing node discographies -b missing node undoing -b missing node rhymesters -b missing node retrace -b missing node wheats -b missing node reverting -b missing node redeye -b missing node biennia -b missing node nests -b missing node irremovable -b missing node certificated -b missing node unwraps -b missing node certificates -b missing node snails -b missing node complexion -b missing node piscicide -b missing node morphology -b missing node tintypes -b missing node bootlicker -b missing node deprive -b missing node chubbiness -b missing node operatic -b missing node pillar -b missing node irremovably -b missing node litterateur -b missing node negaters -b missing node mantas -b missing node stuffs -b missing node hypothermal -b missing node sufficiencies -b missing node thrones -b missing node seizing -b missing node cuneate -b missing node accountantship -b missing node niseis -b missing node inducts -b missing node largos -b missing node potashes -b missing node snakes -b missing node arabize -b missing node hashishes -b missing node mounts -b missing node philtred -b missing node disorderly -b missing node snaked -b missing node rehammered -b missing node tractional -b missing node pillow -b missing node philtres -b missing node betoken -b missing node comanche -b missing node burrowers -b missing node insensitivities -b missing node blighters -b missing node incapacitator -b missing node wherewithal -b missing node throned -b missing node afflict -b missing node antitrust -b missing node cunnilinguism -b missing node nothing -b missing node herbalists -b missing node valvar -b missing node valval -b missing node edition -b missing node communicating -b missing node mantel -b missing node aperitifs -b missing node nonstructurally -b missing node motiveless -b missing node mantes -b missing node polymorphism -b missing node priciest -b missing node stropped -b missing node amorists -b missing node recrowned -b missing node besmoke -b missing node comically -b missing node editing -b missing node unserved -b missing node semantically -b missing node chastities -b missing node retractors -b missing node comprise -b missing node cardiographies -b missing node affiance -b missing node valved -b missing node sunken -b missing node heirdom -b missing node crucified -b missing node procuress -b missing node backwash -b missing node lintiest -b missing node chaffinches -b missing node aesthetically -b missing node ensile -b missing node touched -b missing node crucifies -b missing node throngs -b missing node gonorrheal -b missing node audio -b missing node cozie -b missing node attributives -b missing node communication -b missing node baywoods -b missing node anilities -b missing node toucher -b missing node touches -b missing node tautologically -b missing node audit -b missing node equability -b missing node crankiest -b missing node procurers -b missing node valves -b missing node mantid -b missing node mantic -b missing node deathlike -b missing node beckoning -b missing node snatcher -b missing node foretasted -b missing node snatches -b missing node windburns -b missing node windburnt -b missing node ideations -b missing node sloshes -b missing node equips -b missing node cozey -b missing node glutting -b missing node foretastes -b missing node shaded -b missing node smiting -b missing node sloshed -b missing node croppers -b missing node degreasing -b missing node mantis -b missing node shades -b missing node shader -b missing node banzai -b missing node scavengers -b missing node disarray -b missing node aretes -b missing node scavengery -b missing node snatched -b missing node disordered -b missing node snappily -b missing node illogically -b missing node exemplifies -b missing node mantle -b missing node conduced -b missing node meddlesome -b missing node unblocks -b missing node ringmasters -b missing node ignobility -b missing node socializers -b missing node conducer -b missing node conduces -b missing node sailorly -b missing node indicatives -b missing node pronged -b missing node cozen -b missing node larger -b missing node cozes -b missing node larges -b missing node ires -b missing node snapping -b missing node hypothermia -b missing node squiggling -b missing node hypothermic -b missing node malfunctioned -b missing node ired -b missing node exemplified -b missing node effluences -b missing node mendicancies -b missing node snappish -b missing node equity -b missing node luxuriously -b missing node misconstrue -b missing node stagings -b missing node clabber -b missing node lambs -b missing node warfarins -b missing node prepped -b missing node dearths -b missing node trefoils -b missing node sideboards -b missing node lamas -b missing node saprophytically -b missing node astrobiologist -b missing node castrators -b missing node loafed -b missing node chimera -b missing node cobbers -b missing node comprize -b missing node busted -b missing node testimonials -b missing node induces -b missing node inducer -b missing node paunchy -b missing node chimers -b missing node loafer -b missing node induced -b missing node indifferent -b missing node recordist -b missing node petnapping -b missing node unneedful -b missing node iran -b missing node benchmarked -b missing node fantods -b missing node trollying -b missing node valance -b missing node iraq -b missing node salvaging -b missing node retying -b missing node stuffy -b missing node ungratefully -b missing node audad -b missing node buster -b missing node unavoidability -b missing node batrachians -b missing node viselike -b missing node redeem -b missing node reverends -b missing node intitling -b missing node bustle -b missing node danced -b missing node geocentric -b missing node shipwrights -b missing node whiffle -b missing node dancer -b missing node mantra -b missing node minyanim -b missing node dances -b missing node panatellas -b missing node reallocate -b missing node frothiest -b missing node relive -b missing node shacks -b missing node upheld -b missing node preenlistments -b missing node margented -b missing node popularize -b missing node wurst -b missing node rhomboids -b missing node unmerited -b missing node clothespin -b missing node obits -b missing node mantua -b missing node fundamentalists -b missing node headphone -b missing node vegetates -b missing node biotechnologicaly -b missing node playacts -b missing node vegetated -b missing node defaulters -b missing node netty -b missing node cartographers -b missing node haleness -b missing node proboscis -b missing node pejoration -b missing node postilion -b missing node stilton -b missing node recording -b missing node equine -b missing node adulterous -b missing node chophouse -b missing node valediction -b missing node allocating -b missing node purulences -b missing node loiterers -b missing node microfilm -b missing node assigns -b missing node backbiter -b missing node upcurve -b missing node derbies -b missing node accouters -b missing node backbites -b missing node scoopsful -b missing node reassembling -b missing node submachine -b missing node incapacitated -b missing node tubularly -b missing node swankiest -b missing node pyloric -b missing node polyhedrons -b missing node suppers -b missing node incapacitates -b missing node princes -b missing node zither -b missing node pontes -b missing node foredoomed -b missing node engineering -b missing node whiffer -b missing node sailed -b missing node unrighteously -b missing node allocation -b missing node reverence -b missing node sailer -b missing node popularity -b missing node sapiences -b missing node mounds -b missing node tanglers -b missing node relist -b missing node jordanian -b missing node sapwoods -b missing node touchup -b missing node fantoms -b missing node relish -b missing node eyebrows -b missing node whiffed -b missing node obtrusions -b missing node reline -b missing node conducts -b missing node sailor -b missing node okayed -b missing node computability -b missing node lockets -b missing node dropouts -b missing node enlightenment -b missing node permeations -b missing node typewriter -b missing node typewrites -b missing node twills -b missing node trackman -b missing node vilifiers -b missing node pylorus -b missing node resumers -b missing node hidable -b missing node selenographer -b missing node dedicating -b missing node offertory -b missing node imbecilic -b missing node tricolors -b missing node corrugation -b missing node simplices -b missing node anemones -b missing node catalogued -b missing node chronology -b missing node stormiest -b missing node pejorative -b missing node mousers -b missing node cannabinol -b missing node catalogues -b missing node entertained -b missing node twilit -b missing node cataloguer -b missing node preshape -b missing node dedication -b missing node howitzer -b missing node crispens -b missing node corrugating -b missing node mizzens -b missing node ensign -b missing node authoress -b missing node entertainer -b missing node unseasoned -b missing node splurgy -b missing node malemutes -b missing node wontedly -b missing node witnesser -b missing node witnesses -b missing node resoundingly -b missing node splurge -b missing node sleekened -b missing node greatcoats -b missing node stilted -b missing node disintoxication -b missing node vials -b missing node witnessed -b missing node coypu -b missing node impounds -b missing node trackmen -b missing node blockiest -b missing node harming -b missing node guzzling -b missing node cerebella -b missing node yodling -b missing node swivelling -b missing node mortification -b missing node improvisors -b missing node pretty -b missing node seizins -b missing node hindustani -b missing node nasturtium -b missing node sacristans -b missing node cockade -b missing node foundress -b missing node lockers -b missing node recompensable -b missing node autoclaves -b missing node greenflies -b missing node subentries -b missing node thumping -b missing node rules -b missing node ruler -b missing node manual -b missing node ruled -b missing node threateners -b missing node redevelops -b missing node viand -b missing node wanner -b missing node malleable -b missing node crenelated -b missing node spuriousness -b missing node wrongly -b missing node malleably -b missing node crispers -b missing node fermis -b missing node sojourns -b missing node recapturing -b missing node jestful -b missing node vigilant -b missing node crispest -b missing node crenelates -b missing node turbidity -b missing node annoying -b missing node scribbling -b missing node eureka -b missing node irrupt -b missing node pastors -b missing node masculinizing -b missing node exhibiter -b missing node heiress -b missing node danegelds -b missing node curran -b missing node malignancies -b missing node moronic -b missing node larder -b missing node mapmakers -b missing node coronaries -b missing node riptide -b missing node dehydrogenate -b missing node larded -b missing node uncomplaining -b missing node divorcees -b missing node carpentry -b missing node contaminating -b missing node pretor -b missing node iuds -b missing node scuts -b missing node compliers -b missing node contractions -b missing node fateful -b missing node pluperfects -b missing node reinstalled -b missing node assonance -b missing node seducement -b missing node rebut -b missing node scute -b missing node rebus -b missing node scuta -b missing node swimmings -b missing node zestful -b missing node devalue -b missing node congressman -b missing node sourpuss -b missing node spiritually -b missing node porkier -b missing node tidiness -b missing node porkies -b missing node toadyism -b missing node foreteller -b missing node thrustpush -b missing node toadyish -b missing node corpulences -b missing node rhesus -b missing node reexporting -b missing node ceriphs -b missing node wiretap -b missing node biceps -b missing node reinvigorates -b missing node strafers -b missing node wronged -b missing node triplexes -b missing node scurf -b missing node bawdry -b missing node loitering -b missing node luxuriates -b missing node eastward -b missing node never -b missing node unnerving -b missing node cabochons -b missing node wronger -b missing node contamination -b missing node luxuriated -b missing node calcium -b missing node manure -b missing node haunched -b missing node scups -b missing node waviest -b missing node hydrostatic -b missing node congruently -b missing node sandlotter -b missing node lance -b missing node doctors -b missing node risings -b missing node demobs -b missing node outsizes -b missing node highths -b missing node mistyped -b missing node recusing -b missing node lanai -b missing node deeded -b missing node goodliest -b missing node couths -b missing node haunches -b missing node routinizing -b missing node lands -b missing node anemic -b missing node personification -b missing node anemia -b missing node ladyship -b missing node analysands -b missing node unless -b missing node inhering -b missing node dunning -b missing node nadirs -b missing node predations -b missing node strainers -b missing node ravishment -b missing node prepaying -b missing node rebop -b missing node scums -b missing node biokinetics -b missing node calcite -b missing node mailbags -b missing node exhume -b missing node jackeroo -b missing node exhibitor -b missing node marital -b missing node highted -b missing node sculk -b missing node maniocas -b missing node scull -b missing node ecosystem -b missing node sculp -b missing node inherits -b missing node contaminative -b missing node biomedical -b missing node fastidious -b missing node bunting -b missing node locking -b missing node unfurling -b missing node bandeau -b missing node stepfather -b missing node owned -b missing node diffractions -b missing node somersaulted -b missing node reassemblies -b missing node banyan -b missing node owner -b missing node stolidity -b missing node flagellant -b missing node mismating -b missing node receivership -b missing node paraguayans -b missing node effectiveness -b missing node mistypes -b missing node reddle -b missing node pardoners -b missing node annual -b missing node airmen -b missing node misbestow -b missing node treachery -b missing node lyrately -b missing node boppers -b missing node accoutrement -b missing node hemlock -b missing node arabian -b missing node ponton -b missing node prohibitively -b missing node bricklaying -b missing node demode -b missing node pingers -b missing node southeasterly -b missing node cremations -b missing node imagism -b missing node rebid -b missing node countries -b missing node depressives -b missing node preciosity -b missing node calcine -b missing node reradiates -b missing node respires -b missing node waterways -b missing node submarine -b missing node awfully -b missing node vitrified -b missing node revenues -b missing node tennyson -b missing node modifications -b missing node revenuer -b missing node respired -b missing node culturing -b missing node lamia -b missing node bedaubs -b missing node incest -b missing node standby -b missing node revenued -b missing node legitimately -b missing node unauthorized -b missing node panned -b missing node filigree -b missing node smearcase -b missing node lessened -b missing node flagellate -b missing node beanstalk -b missing node superimpose -b missing node osiers -b missing node incept -b missing node curtailments -b missing node lollypop -b missing node madmen -b missing node vitrifies -b missing node assonants -b missing node unctuously -b missing node reradiated -b missing node stuffiest -b missing node housebreaking -b missing node unfathomed -b missing node standee -b missing node tunable -b missing node gumdrop -b missing node legionnaire -b missing node tunably -b missing node reckless -b missing node slackened -b missing node dandle -b missing node demons -b missing node sneezing -b missing node ketch -b missing node pliable -b missing node rebec -b missing node ambient -b missing node sinters -b missing node redded -b missing node quadratic -b missing node abstracters -b missing node redden -b missing node pliably -b missing node rebel -b missing node imagine -b missing node parabolic -b missing node lamed -b missing node redder -b missing node sinecures -b missing node revenual -b missing node imaging -b missing node preestablishing -b missing node totaled -b missing node necrose -b missing node revalidated -b missing node holiest -b missing node divorcers -b missing node reconnecting -b missing node imitativeness -b missing node backsaw -b missing node bellyaches -b missing node lamer -b missing node lames -b missing node madman -b missing node omnipotence -b missing node brassiest -b missing node bellyached -b missing node concentricity -b missing node paddlings -b missing node moreover -b missing node foundries -b missing node outsized -b missing node outworkers -b missing node gimmicked -b missing node conventionally -b missing node brassiere -b missing node confidently -b missing node combusts -b missing node sublimeness -b missing node embosoming -b missing node pollees -b missing node rebbe -b missing node bourgeon -b missing node architects -b missing node quadrated -b missing node gimmickry -b missing node gurneys -b missing node foldboats -b missing node unmagnified -b missing node lamps -b missing node flagellants -b missing node toadying -b missing node dopester -b missing node liters -b missing node shadow -b missing node upreached -b missing node rifeness -b missing node coworkers -b missing node dander -b missing node stepping -b missing node annuli -b missing node befallen -b missing node deprogrammer -b missing node reinvigorated -b missing node sawdusts -b missing node annuls -b missing node sphincters -b missing node philtering -b missing node banalities -b missing node upreaches -b missing node inexpensively -b missing node deprogrammed -b missing node alcohol -b missing node congressmen -b missing node quadrates -b missing node alienation -b missing node confraternities -b missing node playable -b missing node knowhows -b missing node filisters -b missing node haranguers -b missing node camellias -b missing node ballasted -b missing node establisher -b missing node establishes -b missing node carpenter -b missing node nearness -b missing node sesame -b missing node novelette -b missing node milfoil -b missing node awaited -b missing node established -b missing node depreciations -b missing node underacted -b missing node contribute -b missing node statistically -b missing node forgoers -b missing node currie -b missing node ooziness -b missing node bulwarks -b missing node deathful -b missing node premixing -b missing node stander -b missing node snaggy -b missing node permutationist -b missing node awaiter -b missing node exhibited -b missing node feyer -b missing node banders -b missing node totally -b missing node pollywog -b missing node pajamas -b missing node sneezier -b missing node dilemmic -b missing node changeful -b missing node trolley -b missing node presto -b missing node hilarious -b missing node generalships -b missing node prandial -b missing node resealing -b missing node alienating -b missing node douching -b missing node dialyzes -b missing node nonmythical -b missing node dialyzer -b missing node hemstitching -b missing node averting -b missing node dialyzed -b missing node chippered -b missing node parabolas -b missing node biorhythmicity -b missing node calcify -b missing node globalized -b missing node demote -b missing node playact -b missing node resubscribe -b missing node grandmother -b missing node curred -b missing node ninepin -b missing node trolled -b missing node mesomorph -b missing node troller -b missing node gunwale -b missing node predicting -b missing node standup -b missing node atomistic -b missing node housemaid -b missing node middlebrows -b missing node intromitting -b missing node castigates -b missing node isolates -b missing node docilely -b missing node castigated -b missing node indelicacy -b missing node isolated -b missing node annunciates -b missing node featuring -b missing node ursiform -b missing node reprisals -b missing node bountied -b missing node germinates -b missing node resignations -b missing node stenches -b missing node corroborators -b missing node preengaging -b missing node reave -b missing node adjutant -b missing node disrupted -b missing node germinated -b missing node jesters -b missing node trollop -b missing node gimpiest -b missing node benefitting -b missing node unassured -b missing node annunciated -b missing node degrade -b missing node subtenancies -b missing node diameters -b missing node abhorrences -b missing node agamic -b missing node seabags -b missing node randier -b missing node blowzier -b missing node swards -b missing node quailing -b missing node operator -b missing node pollers -b missing node sidlingly -b missing node suavities -b missing node curettage -b missing node newer -b missing node atriums -b missing node doling -b missing node newel -b missing node subpoenas -b missing node upstages -b missing node reinvestigate -b missing node consistory -b missing node subpoenal -b missing node alienability -b missing node installment -b missing node abominate -b missing node reaps -b missing node upstaged -b missing node womanlier -b missing node gleans -b missing node renowns -b missing node twinge -b missing node aliquant -b missing node confessionals -b missing node shapely -b missing node tressy -b missing node disinclinations -b missing node subchapter -b missing node itch -b missing node pelagic -b missing node holiday -b missing node eutrophy -b missing node nicknamed -b missing node troopships -b missing node agriculturists -b missing node diaphragms -b missing node filthiness -b missing node depress -b missing node twiner -b missing node nicknames -b missing node disrupter -b missing node boast -b missing node resorting -b missing node twines -b missing node criminals -b missing node safeguards -b missing node smuggler -b missing node corroboratory -b missing node smuggles -b missing node smuggled -b missing node rears -b missing node drunks -b missing node rearm -b missing node bounties -b missing node twined -b missing node plainclothes -b missing node hillers -b missing node medalist -b missing node honorless -b missing node gunmetals -b missing node calculational -b missing node boats -b missing node muscularly -b missing node ital -b missing node prediction -b missing node wickedest -b missing node gleams -b missing node killjoys -b missing node gulling -b missing node grogshops -b missing node debarkations -b missing node iscariot -b missing node gleamy -b missing node newly -b missing node annunciator -b missing node misdoubted -b missing node reals -b missing node toyish -b missing node realm -b missing node rarefiers -b missing node texts -b missing node tautest -b missing node predictive -b missing node board -b missing node superhuman -b missing node reams -b missing node padrone -b missing node paternity -b missing node boars -b missing node perspired -b missing node remixed -b missing node jacketing -b missing node bankroll -b missing node drippers -b missing node playboy -b missing node dourness -b missing node perspires -b missing node nonabsoluteness -b missing node cheroots -b missing node mellowing -b missing node castigator -b missing node conservatism -b missing node remixes -b missing node secularistic -b missing node twisting -b missing node califate -b missing node untidy -b missing node seraphim -b missing node swarms -b missing node rigidify -b missing node abide -b missing node seraphic -b missing node untied -b missing node bankers -b missing node backdoor -b missing node staysail -b missing node item -b missing node unrestrictedly -b missing node datedly -b missing node cambering -b missing node unties -b missing node incompetencies -b missing node explicating -b missing node wetbacks -b missing node treetop -b missing node gorals -b missing node rawish -b missing node cousin -b missing node conveyable -b missing node imagist -b missing node shapeup -b missing node accepters -b missing node reiterate -b missing node hometown -b missing node guarding -b missing node agamas -b missing node debility -b missing node premieres -b missing node mitotic -b missing node endowing -b missing node buckboards -b missing node premiered -b missing node sepulture -b missing node shapers -b missing node reuniting -b missing node retranslate -b missing node sanitization -b missing node pushup -b missing node conservation -b missing node dumbness -b missing node preset -b missing node izzard -b missing node explication -b missing node beltless -b missing node effusiveness -b missing node waterlogs -b missing node continent -b missing node pollens -b missing node beauteous -b missing node advocatory -b missing node devolves -b missing node sequoias -b missing node unidiomatic -b missing node isms -b missing node dollishly -b missing node ready -b missing node sandblasted -b missing node devolved -b missing node lanky -b missing node placarder -b missing node cayman -b missing node castigate -b missing node menads -b missing node slack -b missing node unexampled -b missing node nordic -b missing node gingersnap -b missing node readd -b missing node placarded -b missing node airmailed -b missing node communiques -b missing node aquacades -b missing node eyepoint -b missing node propjets -b missing node morticians -b missing node reads -b missing node scuff -b missing node triticale -b missing node digression -b missing node occults -b missing node indelicate -b missing node sandblaster -b missing node eroticizing -b missing node robles -b missing node events -b missing node mouthily -b missing node crotched -b missing node compactions -b missing node crinoids -b missing node kakemono -b missing node nevus -b missing node arborvitae -b missing node lawyerlike -b missing node overtaxing -b missing node swarth -b missing node crotchet -b missing node instincts -b missing node crotches -b missing node menage -b missing node gelable -b missing node pheromonal -b missing node rosalind -b missing node precipitously -b missing node swarty -b missing node isle -b missing node mouthing -b missing node sandwort -b missing node baloneys -b missing node chancellery -b missing node bulbar -b missing node toying -b missing node messenger -b missing node prenames -b missing node conservative -b missing node ultimateness -b missing node unproductive -b missing node ambery -b missing node exemplar -b missing node ambers -b missing node declination -b missing node redcap -b missing node conniptions -b missing node scuba -b missing node admittances -b missing node tunings -b missing node birthday -b missing node digressing -b missing node ceramic -b missing node tarnishable -b missing node anchoresses -b missing node reach -b missing node react -b missing node lanes -b missing node institution -b missing node intransigence -b missing node tensities -b missing node appareling -b missing node aroints -b missing node vocalizing -b missing node scuds -b missing node bedaubed -b missing node nonporous -b missing node bagwigs -b missing node instituting -b missing node slabs -b missing node pheromones -b missing node loanings -b missing node cymes -b missing node purchaseable -b missing node bulbed -b missing node overfull -b missing node insist -b missing node guardian -b missing node cockaded -b missing node course -b missing node piglets -b missing node japanized -b missing node icelanders -b missing node prefixing -b missing node rigidity -b missing node teachability -b missing node crestless -b missing node cheyennes -b missing node acceptees -b missing node covalently -b missing node acetic -b missing node japanizes -b missing node disregardful -b missing node jerries -b missing node halftone -b missing node abhor -b missing node infarcts -b missing node russifying -b missing node prefixion -b missing node reattachment -b missing node redeemed -b missing node exoteric -b missing node affidavits -b missing node gathers -b missing node cockades -b missing node wending -b missing node generators -b missing node redeemer -b missing node wheedles -b missing node courts -b missing node wheedler -b missing node nightfall -b missing node stovers -b missing node caimans -b missing node quadded -b missing node redbud -b missing node crooning -b missing node isolator -b missing node redbug -b missing node injudicious -b missing node disconnected -b missing node hatable -b missing node evenly -b missing node unartfulness -b missing node reviewers -b missing node wheedled -b missing node mouthier -b missing node pusher -b missing node waggoner -b missing node bystreets -b missing node uglis -b missing node gearcase -b missing node pushes -b missing node farcical -b missing node fezes -b missing node waggoned -b missing node armadillos -b missing node bergman -b missing node sliver -b missing node stoicism -b missing node nectar -b missing node tobaccoes -b missing node unevener -b missing node magistral -b missing node saints -b missing node rarebits -b missing node thumbtack -b missing node bludgeons -b missing node famished -b missing node fossillike -b missing node euchring -b missing node kneeled -b missing node pinafores -b missing node telegenic -b missing node narcotized -b missing node famishes -b missing node womanlike -b missing node kneeler -b missing node reradiating -b missing node gullies -b missing node digressive -b missing node ghostly -b missing node ossification -b missing node narcotizes -b missing node theoretically -b missing node racially -b missing node gullied -b missing node leaguering -b missing node george -b missing node helicopts -b missing node menace -b missing node misdirect -b missing node oversells -b missing node pushed -b missing node jewelling -b missing node studded -b missing node ceremoniously -b missing node president -b missing node frequenter -b missing node kenos -b missing node shatter -b missing node salmons -b missing node finely -b missing node glottal -b missing node predator -b missing node ballistically -b missing node frequented -b missing node demoralizers -b missing node anthologize -b missing node teaspoonful -b missing node billhead -b missing node laundrywoman -b missing node pleats -b missing node kenny -b missing node mitosis -b missing node nexus -b missing node diphtheritic -b missing node abler -b missing node ables -b missing node elans -b missing node monkeries -b missing node polaroids -b missing node exploders -b missing node seminarians -b missing node tiptops -b missing node eland -b missing node ozonizers -b missing node britisher -b missing node headmistress -b missing node rescuers -b missing node sublease -b missing node metallically -b missing node rivals -b missing node checkpoint -b missing node holocaust -b missing node disbars -b missing node machinable -b missing node garner -b missing node expounders -b missing node retirers -b missing node gorillas -b missing node interdictory -b missing node freebees -b missing node garnet -b missing node toddled -b missing node reshaping -b missing node strummers -b missing node cataclysm -b missing node racking -b missing node toddler -b missing node lapel -b missing node toddles -b missing node chutzpa -b missing node enamelwork -b missing node indecently -b missing node wheels -b missing node rural -b missing node uncomplicated -b missing node soaking -b missing node discounted -b missing node discounter -b missing node craftily -b missing node bacchic -b missing node whispery -b missing node twinkler -b missing node twinkles -b missing node appositely -b missing node whispers -b missing node lictor -b missing node comfits -b missing node soupcon -b missing node empoisoned -b missing node dredging -b missing node stucco -b missing node twinkled -b missing node postages -b missing node mortifies -b missing node crafting -b missing node mortified -b missing node yacked -b missing node sandpaper -b missing node inside -b missing node counterfeiting -b missing node uncollected -b missing node unionization -b missing node ermined -b missing node saigon -b missing node appealer -b missing node retirees -b missing node ermines -b missing node errors -b missing node pilous -b missing node impugnable -b missing node mystical -b missing node romancing -b missing node pressured -b missing node intransigents -b missing node disembarked -b missing node appealed -b missing node ghosted -b missing node echoey -b missing node bacchus -b missing node cobbier -b missing node undercover -b missing node echoer -b missing node echoes -b missing node deckhand -b missing node defogging -b missing node pollutant -b missing node margining -b missing node tumescent -b missing node echoed -b missing node decigrams -b missing node echoic -b missing node pilose -b missing node finest -b missing node flautist -b missing node nonreactive -b missing node taketh -b missing node volcano -b missing node shrewdness -b missing node overween -b missing node covenantor -b missing node sellouts -b missing node finery -b missing node takers -b missing node prepuce -b missing node soapiest -b missing node ethical -b missing node dromedaries -b missing node lexically -b missing node fellator -b missing node pressures -b missing node restring -b missing node pilots -b missing node ratifying -b missing node complexest -b missing node furthered -b missing node floodgate -b missing node craftier -b missing node elasticum -b missing node plutonic -b missing node indecenter -b missing node chieftainship -b missing node owlet -b missing node retreat -b missing node bridged -b missing node elephantiases -b missing node rebroadcast -b missing node tetralogy -b missing node occupation -b missing node perturbation -b missing node aggregations -b missing node wherries -b missing node generalizing -b missing node tailwind -b missing node metabolizable -b missing node inst -b missing node trouser -b missing node requirements -b missing node curter -b missing node intl -b missing node unforested -b missing node proadministration -b missing node exceedingly -b missing node boilable -b missing node lexicon -b missing node pastier -b missing node sinisterly -b missing node pasties -b missing node retread -b missing node into -b missing node intr -b missing node bedposts -b missing node bismarck -b missing node comprehension -b missing node evenings -b missing node variances -b missing node confutations -b missing node refrigerated -b missing node pastils -b missing node delegant -b missing node everyday -b missing node interrogatively -b missing node bossily -b missing node gorges -b missing node gorger -b missing node gorget -b missing node altho -b missing node oxidants -b missing node chiming -b missing node surfings -b missing node unemotional -b missing node comprehensive -b missing node inns -b missing node dissociative -b missing node lockbox -b missing node hurdlers -b missing node goaled -b missing node tautening -b missing node hospice -b missing node deposited -b missing node oohing -b missing node overprecise -b missing node plebes -b missing node shiniest -b missing node jadish -b missing node austerity -b missing node backlog -b missing node nonessentials -b missing node rhodes -b missing node pastime -b missing node disciples -b missing node refrigerates -b missing node gingerly -b missing node classifying -b missing node sandpipers -b missing node serotypes -b missing node unsoiled -b missing node adventure -b missing node licentiously -b missing node parlors -b missing node folkish -b missing node bridges -b missing node areola -b missing node skylark -b missing node glamorized -b missing node areole -b missing node robing -b missing node weedless -b missing node alter -b missing node defaulter -b missing node glamorizer -b missing node bossing -b missing node glamorizes -b missing node upstairs -b missing node esplanade -b missing node defaulted -b missing node pegasus -b missing node exported -b missing node adenose -b missing node burrowing -b missing node pushpin -b missing node backlit -b missing node miscreants -b missing node beatified -b missing node photocell -b missing node angiogram -b missing node persecute -b missing node recoups -b missing node beatifies -b missing node riftless -b missing node functionless -b missing node decamping -b missing node rankings -b missing node schoolmasters -b missing node electioneered -b missing node steeled -b missing node exporter -b missing node clonism -b missing node occupative -b missing node curtly -b missing node snowplows -b missing node pasting -b missing node kendo -b missing node undercutting -b missing node demilitarized -b missing node mysticly -b missing node sudsier -b missing node inly -b missing node wheezy -b missing node idiomatically -b missing node lienholder -b missing node precious -b missing node bobby -b missing node bossism -b missing node jointers -b missing node pastina -b missing node comfier -b missing node wheeze -b missing node foliages -b missing node embarring -b missing node chowchows -b missing node scurviest -b missing node recount -b missing node threader -b missing node inky -b missing node stampedes -b missing node appointment -b missing node inks -b missing node foliaged -b missing node gorged -b missing node ferry -b missing node demilitarizes -b missing node threaded -b missing node parlous -b missing node parlour -b missing node stampeded -b missing node matrimonial -b missing node stallion -b missing node phoebe -b missing node cloning -b missing node versification -b missing node info -b missing node foyers -b missing node predates -b missing node stinkpots -b missing node boasted -b missing node speakable -b missing node solenoidal -b missing node gingered -b missing node godowns -b missing node altos -b missing node reaccenting -b missing node larked -b missing node glottis -b missing node seismography -b missing node dankness -b missing node stalling -b missing node usuries -b missing node ungently -b missing node gorgon -b missing node seismographs -b missing node larker -b missing node glottic -b missing node crayoned -b missing node tautens -b missing node delegati -b missing node techniques -b missing node manganese -b missing node delegate -b missing node unrecompensed -b missing node upset -b missing node hopheads -b missing node options -b missing node anthologist -b missing node toccata -b missing node predated -b missing node tremendously -b missing node refrigerator -b missing node ferny -b missing node ferns -b missing node cavernously -b missing node fallacies -b missing node geometer -b missing node represents -b missing node evangelistically -b missing node bossier -b missing node bossies -b missing node alimented -b missing node transaction -b missing node dismissing -b missing node incarnadined -b missing node barkentines -b missing node curtsy -b missing node icehouses -b missing node nonvoters -b missing node resorters -b missing node fermi -b missing node stateless -b missing node incarnadines -b missing node laundrywomen -b missing node goalie -b missing node abstruse -b missing node vitriols -b missing node acidulation -b missing node bullpens -b missing node specials -b missing node covenantee -b missing node bitumens -b missing node covenanted -b missing node coiffeuses -b missing node frocked -b missing node lexical -b missing node alignment -b missing node germier -b missing node presiders -b missing node rheums -b missing node bedrail -b missing node obesity -b missing node jading -b missing node sudsing -b missing node trippings -b missing node hatboxes -b missing node adenoid -b missing node billow -b missing node ungentle -b missing node rheumy -b missing node creneled -b missing node vamoosing -b missing node defendants -b missing node finesse -b missing node boffin -b missing node spruces -b missing node sprucer -b missing node inch -b missing node newsy -b missing node transacting -b missing node lubber -b missing node traditions -b missing node inca -b missing node boaster -b missing node spruced -b missing node corroborative -b missing node acidulating -b missing node solicits -b missing node newts -b missing node unperjured -b missing node maternalism -b missing node spyglass -b missing node threatening -b missing node deuteronomy -b missing node mongooses -b missing node nasalizes -b missing node prognose -b missing node befool -b missing node odorants -b missing node constable -b missing node blatancy -b missing node lithic -b missing node stablings -b missing node traveler -b missing node constructively -b missing node represses -b missing node palmyra -b missing node drupes -b missing node nilled -b missing node bombastic -b missing node nasalized -b missing node irredeemability -b missing node repressed -b missing node consisting -b missing node duplications -b missing node tribunate -b missing node typically -b missing node hypodermic -b missing node before -b missing node stubby -b missing node readableness -b missing node screw -b missing node priestlier -b missing node disinters -b missing node geometric -b missing node crasher -b missing node endeavors -b missing node crashes -b missing node realigning -b missing node traveled -b missing node churchwarden -b missing node inroads -b missing node unhindered -b missing node gumptions -b missing node stableness -b missing node crashed -b missing node scree -b missing node obese -b missing node carmines -b missing node thorniest -b missing node nonindependent -b missing node shrewed -b missing node snafus -b missing node hardest -b missing node corroboration -b missing node intuitions -b missing node restamps -b missing node fetes -b missing node putdowns -b missing node corroborating -b missing node hematology -b missing node reverters -b missing node smirching -b missing node hawkings -b missing node ruddily -b missing node myriapods -b missing node censuring -b missing node summings -b missing node underemployed -b missing node decoupage -b missing node fledging -b missing node occasionally -b missing node finder -b missing node compress -b missing node reinoculations -b missing node putridly -b missing node skidoos -b missing node bejewelled -b missing node gypsyisms -b missing node capitalistically -b missing node lither -b missing node carefully -b missing node cannabises -b missing node playtimes -b missing node polarizations -b missing node idolaters -b missing node befoul -b missing node scrim -b missing node hardens -b missing node eidola -b missing node cockcrows -b missing node scrip -b missing node redact -b missing node purchasers -b missing node idealizations -b missing node kempt -b missing node goodish -b missing node billie -b missing node fetid -b missing node chinning -b missing node enigmatic -b missing node nastiness -b missing node depositor -b missing node rabidities -b missing node recorders -b missing node recurrently -b missing node signalers -b missing node swatch -b missing node lactose -b missing node gullibility -b missing node oxtongue -b missing node metronome -b missing node quadratics -b missing node befogs -b missing node fetal -b missing node eroding -b missing node fetas -b missing node slippy -b missing node subcellular -b missing node fetch -b missing node discuses -b missing node arizonans -b missing node inking -b missing node returnees -b missing node delegacy -b missing node freeload -b missing node unclaimed -b missing node defensively -b missing node arabesk -b missing node tractable -b missing node evaluations -b missing node obeys -b missing node preventability -b missing node trenchant -b missing node judiciousness -b missing node shoplifters -b missing node tribunals -b missing node fledgier -b missing node recover -b missing node giftless -b missing node tractably -b missing node dissociating -b missing node athenaeums -b missing node hydrostatical -b missing node acetify -b missing node ratiocinate -b missing node beaters -b missing node koshers -b missing node billet -b missing node kreuzers -b missing node biller -b missing node feted -b missing node tributaries -b missing node billed -b missing node pigmentation -b missing node viers -b missing node repressor -b missing node falcon -b missing node inarticulately -b missing node scrod -b missing node dissociation -b missing node procurals -b missing node skyey -b missing node dilemmas -b missing node fellaheen -b missing node skyed -b missing node factionalism -b missing node longevities -b missing node cropping -b missing node redcoat -b missing node bothers -b missing node intercalating -b missing node snappers -b missing node anthologies -b missing node bringeth -b missing node reenlisting -b missing node slipup -b missing node corelating -b missing node overpowers -b missing node mochas -b missing node ceriums -b missing node cartographies -b missing node swaths -b missing node bringers -b missing node becometh -b missing node imps -b missing node standard -b missing node preoccupy -b missing node robins -b missing node pleasantries -b missing node swathe -b missing node undergrounder -b missing node ghats -b missing node millivolts -b missing node voltmeter -b missing node ghast -b missing node epigraphs -b missing node intercalation -b missing node repossess -b missing node stipulable -b missing node epigraphy -b missing node bonehead -b missing node waftage -b missing node karsts -b missing node divergence -b missing node disqualifications -b missing node labradorite -b missing node scrub -b missing node danger -b missing node defaults -b missing node inkier -b missing node gypsying -b missing node desensitization -b missing node wanton -b missing node obeah -b missing node encompassing -b missing node bedfellow -b missing node inflammation -b missing node epiphytes -b missing node danged -b missing node sultriest -b missing node relativistic -b missing node anthracitic -b missing node posthole -b missing node stances -b missing node vellum -b missing node pleads -b missing node cushiony -b missing node lettered -b missing node cushions -b missing node overprecisely -b missing node scrabbling -b missing node desiccate -b missing node cursed -b missing node letterer -b missing node lapse -b missing node exorcizes -b missing node curser -b missing node curses -b missing node institutors -b missing node soubrettes -b missing node stadiums -b missing node exorcized -b missing node vitrines -b missing node amarettos -b missing node mislayers -b missing node heiring -b missing node edwards -b missing node aerials -b missing node tweedle -b missing node extorsive -b missing node upcoiling -b missing node caterwaul -b missing node disarmed -b missing node ascribed -b missing node magnetically -b missing node nonunionist -b missing node wingback -b missing node stateliest -b missing node impaneled -b missing node ghana -b missing node disarmer -b missing node undercoatings -b missing node goodies -b missing node skinniest -b missing node butterflies -b missing node interpolate -b missing node hocusses -b missing node dilapidator -b missing node antisepticize -b missing node unnaturalness -b missing node accumulatively -b missing node sheriffcies -b missing node ascribes -b missing node bocce -b missing node gunpowder -b missing node extraneous -b missing node bocci -b missing node equivokes -b missing node acoustics -b missing node zestier -b missing node vroom -b missing node dangle -b missing node socializing -b missing node remunerative -b missing node hocussed -b missing node rubbery -b missing node emceed -b missing node viewy -b missing node alums -b missing node rubbers -b missing node luges -b missing node smiters -b missing node desiccant -b missing node psalteries -b missing node views -b missing node maculations -b missing node emcees -b missing node downlinked -b missing node shamanic -b missing node cursor -b missing node refiling -b missing node kelts -b missing node bibbery -b missing node overcharged -b missing node tiptoes -b missing node recessively -b missing node reredos -b missing node heartstring -b missing node bagworm -b missing node pinnacled -b missing node overcharges -b missing node daffiness -b missing node extenuations -b missing node halftime -b missing node repines -b missing node travelog -b missing node pinnacles -b missing node clawing -b missing node repiner -b missing node repined -b missing node scufflers -b missing node expurgate -b missing node ensuring -b missing node wanted -b missing node hypothesists -b missing node fesse -b missing node wanter -b missing node waddling -b missing node frequently -b missing node algebra -b missing node nonsegregated -b missing node bloodworm -b missing node bustling -b missing node galvanizer -b missing node bibbers -b missing node lapin -b missing node galvanized -b missing node lapis -b missing node tunefulness -b missing node emphasized -b missing node effrontery -b missing node rigorism -b missing node boche -b missing node interject -b missing node cockeye -b missing node beckoners -b missing node rigorist -b missing node galvanizes -b missing node emphasizes -b missing node obeli -b missing node vrouw -b missing node mourns -b missing node monistic -b missing node chippewas -b missing node ruddier -b missing node evaporations -b missing node barbecued -b missing node vivisect -b missing node disband -b missing node unanimated -b missing node returners -b missing node please -b missing node toxicity -b missing node waitings -b missing node britishers -b missing node barbecues -b missing node notoriously -b missing node baronies -b missing node llano -b missing node extorsion -b missing node deathcup -b missing node actualities -b missing node restrict -b missing node cockers -b missing node externalization -b missing node airman -b missing node imam -b missing node remuneration -b missing node lapps -b missing node sweetsop -b missing node disturbances -b missing node bricklayers -b missing node lithos -b missing node remunerating -b missing node incitingly -b missing node endeavour -b missing node llama -b missing node shinglers -b missing node misdoubts -b missing node bocks -b missing node fluids -b missing node tablespoons -b missing node mitoses -b missing node zesting -b missing node vrows -b missing node preyed -b missing node subjoining -b missing node tiptoed -b missing node gypsyism -b missing node preyer -b missing node spinsters -b missing node gypsyish -b missing node dilapidated -b missing node trombonist -b missing node merengue -b missing node palimpsest -b missing node chantages -b missing node pantheistical -b missing node avatars -b missing node quos -b missing node video -b missing node wafers -b missing node alway -b missing node panics -b missing node heehaws -b missing node jimsonweed -b missing node extract -b missing node clonked -b missing node perennials -b missing node ratification -b missing node ostentation -b missing node yacks -b missing node evacuations -b missing node rungless -b missing node wafery -b missing node serializing -b missing node larky -b missing node strafing -b missing node busses -b missing node collimate -b missing node inundating -b missing node humidities -b missing node shamelessness -b missing node larks -b missing node minimalists -b missing node unawaked -b missing node calender -b missing node padishah -b missing node professorial -b missing node adulator -b missing node barraging -b missing node misdefines -b missing node quartile -b missing node bilker -b missing node hogback -b missing node misdefined -b missing node sabines -b missing node gemological -b missing node precinct -b missing node bussed -b missing node bilked -b missing node failings -b missing node abstractionists -b missing node grievances -b missing node computational -b missing node otologically -b missing node annoyers -b missing node lares -b missing node bicarb -b missing node crooners -b missing node millionths -b missing node rallyings -b missing node insulting -b missing node mousse -b missing node interjects -b missing node dually -b missing node large -b missing node woolpack -b missing node largo -b missing node monoliths -b missing node ganglions -b missing node pawnable -b missing node calendal -b missing node calendar -b missing node schematically -b missing node turnkeys -b missing node lothsome -b missing node pseudonym -b missing node vividness -b missing node pointmen -b missing node wikiups -b missing node stylishly -b missing node knighthood -b missing node goalless -b missing node explanted -b missing node nubblier -b missing node unconsciously -b missing node phobic -b missing node valkyrs -b missing node phobia -b missing node draftable -b missing node mustang -b missing node abstracting -b missing node spastically -b missing node decorousness -b missing node bravura -b missing node waterworthy -b missing node sights -b missing node abstraction -b missing node compliant -b missing node pledge -b missing node quia -b missing node quid -b missing node rupee -b missing node harkeners -b missing node divorcing -b missing node alikeness -b missing node quip -b missing node quit -b missing node halfpennies -b missing node quiz -b missing node axillary -b missing node decayers -b missing node unsurpassed -b missing node introvert -b missing node larch -b missing node egomaniacal -b missing node impeccability -b missing node bravure -b missing node elmier -b missing node tatoos -b missing node unlace -b missing node schmuck -b missing node lardy -b missing node sipper -b missing node plosives -b missing node lards -b missing node goodmen -b missing node gainlier -b missing node sunlit -b missing node thrombi -b missing node installations -b missing node mustard -b missing node cheesiness -b missing node martyred -b missing node yacht -b missing node apparelled -b missing node deathbed -b missing node visitable -b missing node chumped -b missing node labyrinth -b missing node eggbeaters -b missing node inundation -b missing node rehearsals -b missing node alfalfas -b missing node quartics -b missing node kepis -b missing node shingling -b missing node curvey -b missing node aristocracies -b missing node stolidest -b missing node harmfulness -b missing node curves -b missing node curvet -b missing node anterior -b missing node mouthful -b missing node counsels -b missing node scherzo -b missing node affray -b missing node seductive -b missing node scherzi -b missing node airier -b missing node dayflies -b missing node centrums -b missing node feuds -b missing node antinovels -b missing node mangling -b missing node housebreakers -b missing node arranging -b missing node cosmically -b missing node obsess -b missing node goodman -b missing node quod -b missing node teletypist -b missing node anastigmatic -b missing node curved -b missing node panier -b missing node insulator -b missing node technologists -b missing node trombonists -b missing node rheostats -b missing node skeeters -b missing node extricating -b missing node undigested -b missing node boded -b missing node redirected -b missing node nescients -b missing node bodes -b missing node delicatessen -b missing node flavouring -b missing node equate -b missing node narcissism -b missing node iridiums -b missing node ericas -b missing node rudders -b missing node incase -b missing node importunity -b missing node unartistic -b missing node predictors -b missing node sidetrack -b missing node demonic -b missing node resigners -b missing node immitigable -b missing node hosiery -b missing node hosiers -b missing node powerboats -b missing node communicative -b missing node preschool -b missing node renewed -b missing node quat -b missing node quam -b missing node plumage -b missing node quay -b missing node exalters -b missing node quad -b missing node renewer -b missing node quai -b missing node intensives -b missing node mellowest -b missing node qual -b missing node quae -b missing node quag -b missing node lowliness -b missing node homeworker -b missing node imposture -b missing node scrambled -b missing node airily -b missing node polyhedron -b missing node paraguayan -b missing node obsidian -b missing node unicyclist -b missing node luffs -b missing node divulgence -b missing node taggers -b missing node chomped -b missing node sipped -b missing node headlight -b missing node subbasements -b missing node wharves -b missing node wiseacres -b missing node droplet -b missing node sanatoria -b missing node underdressed -b missing node gunneries -b missing node briefcases -b missing node profitability -b missing node madhouses -b missing node shopboys -b missing node narcissist -b missing node miniseries -b missing node knurlier -b missing node abbreviated -b missing node microwaves -b missing node underdresses -b missing node pampers -b missing node woodblocks -b missing node bandana -b missing node censurers -b missing node sesterce -b missing node moused -b missing node trended -b missing node seduction -b missing node clamored -b missing node pouncers -b missing node importuning -b missing node quey -b missing node ipso -b missing node fluent -b missing node extrication -b missing node mouses -b missing node mouser -b missing node clamorer -b missing node lavation -b missing node ques -b missing node yachts -b missing node grungier -b missing node owing -b missing node quem -b missing node mousey -b missing node cranches -b missing node cranched -b missing node sympathizing -b missing node abbreviates -b missing node modernizing -b missing node renewal -b missing node scrambles -b missing node airing -b missing node scrambler -b missing node coaxingly -b missing node isometrics -b missing node heavenly -b missing node abner -b missing node cheerless -b missing node gulleys -b missing node accompli -b missing node bandage -b missing node lovelessly -b missing node birthing -b missing node coaled -b missing node paramecium -b missing node rhetoricians -b missing node legislatures -b missing node scrap -b missing node snacks -b missing node freelance -b missing node feints -b missing node adulates -b missing node cutleries -b missing node scrag -b missing node scram -b missing node nightmare -b missing node lamasery -b missing node adulated -b missing node egrets -b missing node guarders -b missing node smockings -b missing node pointman -b missing node misterming -b missing node isometries -b missing node rumrunners -b missing node blitzkriegs -b missing node mirror -b missing node reinterrogations -b missing node fetor -b missing node insulated -b missing node vaccinial -b missing node rereads -b missing node signatural -b missing node cinque -b missing node bankrupt -b missing node return -b missing node baywood -b missing node insulates -b missing node framework -b missing node hillocks -b missing node predecease -b missing node unruffled -b missing node preparers -b missing node grassiest -b missing node casette -b missing node hooting -b missing node cleverish -b missing node toddies -b missing node vivisecting -b missing node wirelessed -b missing node parlayer -b missing node twisters -b missing node napalm -b missing node fetus -b missing node automotive -b missing node erewhile -b missing node inchoately -b missing node abbreviator -b missing node parlayed -b missing node lariat -b missing node immigrated -b missing node buckers -b missing node vivisection -b missing node marzipans -b missing node linguals -b missing node polling -b missing node extremists -b missing node inanimately -b missing node knurling -b missing node sigher -b missing node agapae -b missing node beatify -b missing node egress -b missing node cameral -b missing node immigrates -b missing node cameras -b missing node coaler -b missing node sassafrases -b missing node buckets -b missing node signatures -b missing node arabesks -b missing node overcooking -b missing node sighed -b missing node wirelesses -b missing node signatured -b missing node duumvir -b missing node acceptant -b missing node gullets -b missing node buckeye -b missing node unlabored -b missing node shushing -b missing node retracting -b missing node dealings -b missing node demits -b missing node predawns -b missing node universe -b missing node header -b missing node fallback -b missing node filmlands -b missing node hobnob -b missing node hallucinated -b missing node retraction -b missing node imagery -b missing node corrals -b missing node troupes -b missing node trouper -b missing node trouped -b missing node misinstructed -b missing node pampean -b missing node polyhedral -b missing node retractile -b missing node northings -b missing node loblollies -b missing node vicar -b missing node recyclable -b missing node facetiously -b missing node pollist -b missing node fluffy -b missing node flagellator -b missing node absconds -b missing node fluffs -b missing node studio -b missing node hidalgos -b missing node functionalist -b missing node viced -b missing node unfathomable -b missing node towropes -b missing node vices -b missing node replacer -b missing node replaces -b missing node flashtubes -b missing node replaced -b missing node gravelly -b missing node hummocky -b missing node hummocks -b missing node staircase -b missing node idols -b missing node misjudgment -b missing node calmative -b missing node pedagogies -b missing node boffos -b missing node closures -b missing node railroad -b missing node forestalling -b missing node odyssey -b missing node runts -b missing node headed -b missing node closured -b missing node runty -b missing node brochettes -b missing node curbable -b missing node hillocky -b missing node functionality -b missing node fortiori -b missing node bedecked -b missing node sublimate -b missing node refineries -b missing node foretell -b missing node elbow -b missing node echidna -b missing node daniel -b missing node underscores -b missing node buncombe -b missing node wireway -b missing node toyers -b missing node pussiest -b missing node antigenic -b missing node underscored -b missing node groining -b missing node laser -b missing node vichy -b missing node lases -b missing node cherokee -b missing node ravishes -b missing node ravisher -b missing node iowa -b missing node aspirin -b missing node decommission -b missing node castrating -b missing node overpayment -b missing node ravished -b missing node snifter -b missing node geometry -b missing node insets -b missing node remailing -b missing node afflatus -b missing node docility -b missing node chimley -b missing node jacketless -b missing node iota -b missing node plasticizing -b missing node ethically -b missing node jabbers -b missing node seizors -b missing node adjustment -b missing node palpators -b missing node marigolds -b missing node nostrum -b missing node harmony -b missing node ethyl -b missing node musings -b missing node misplace -b missing node dollars -b missing node lased -b missing node squattiest -b missing node dividends -b missing node castration -b missing node waffle -b missing node barmaid -b missing node insert -b missing node bedrails -b missing node beaucoup -b missing node slimmer -b missing node abrade -b missing node kittenishly -b missing node elects -b missing node fever -b missing node prissiest -b missing node slimmed -b missing node apostatizing -b missing node inharmonic -b missing node aspired -b missing node fleeciest -b missing node poaches -b missing node poacher -b missing node outgasses -b missing node topological -b missing node enfiladed -b missing node untangles -b missing node antimatter -b missing node underflow -b missing node transcendency -b missing node aspires -b missing node aspirer -b missing node bushfire -b missing node poached -b missing node outgassed -b missing node transcendence -b missing node untangled -b missing node virtue -b missing node enfilades -b missing node highway -b missing node brassicas -b missing node keepers -b missing node demise -b missing node ferriage -b missing node autonomic -b missing node putridity -b missing node shafted -b missing node flamingo -b missing node banking -b missing node slurping -b missing node steelie -b missing node inofficious -b missing node pantomimist -b missing node flamines -b missing node meatiness -b missing node benightedly -b missing node mouthers -b missing node sigils -b missing node mispunctuate -b missing node sunned -b missing node ions -b missing node prevue -b missing node beanpoles -b missing node coonhounds -b missing node rungs -b missing node menstruation -b missing node imbrication -b missing node enwrapped -b missing node pardoning -b missing node cerites -b missing node dwarfer -b missing node dwarfed -b missing node intromittent -b missing node menstruating -b missing node statistic -b missing node ocarinas -b missing node ethos -b missing node punctuation -b missing node fellatio -b missing node blunderbuss -b missing node nervousness -b missing node outreasoning -b missing node mouths -b missing node runic -b missing node storying -b missing node mouthy -b missing node punctuating -b missing node pantomiming -b missing node fourposter -b missing node bunters -b missing node payment -b missing node ghoulish -b missing node inmeshing -b missing node arsonist -b missing node glutamine -b missing node gluttony -b missing node everts -b missing node refectory -b missing node frigging -b missing node focally -b missing node counterfeiters -b missing node wallaby -b missing node gluttons -b missing node ferrying -b missing node pomander -b missing node canvassing -b missing node gundog -b missing node dotier -b missing node bandbox -b missing node scuttling -b missing node encapsuled -b missing node hilting -b missing node gorgedly -b missing node encapsules -b missing node plumbed -b missing node utensil -b missing node comparative -b missing node housecleaning -b missing node plumber -b missing node enshrine -b missing node fellated -b missing node fellatee -b missing node cadency -b missing node alleviations -b missing node pseudopod -b missing node garnishment -b missing node bindings -b missing node nefarious -b missing node pursuable -b missing node runes -b missing node hybridizers -b missing node addictions -b missing node sirloin -b missing node hostilely -b missing node larva -b missing node cadence -b missing node auntie -b missing node elephantiasis -b missing node soakers -b missing node garlic -b missing node insect -b missing node outargued -b missing node globate -b missing node gratings -b missing node ether -b missing node hydrators -b missing node ethel -b missing node reformulated -b missing node reformulates -b missing node outargues -b missing node wallahs -b missing node piano -b missing node boers -b missing node transfusers -b missing node runny -b missing node unfertilized -b missing node heartened -b missing node misadjust -b missing node corollaries -b missing node woodwind -b missing node tenableness -b missing node whipsaw -b missing node inseam -b missing node magisterial -b missing node gendarmes -b missing node eponyms -b missing node acidhead -b missing node eulogistic -b missing node eponymy -b missing node convertible -b missing node blowsiest -b missing node possessions -b missing node larry -b missing node boroughs -b missing node specialization -b missing node epicalyxes -b missing node ethic -b missing node kneepan -b missing node unpleasantly -b missing node pinwheels -b missing node kneepad -b missing node curfews -b missing node semipermanent -b missing node glummest -b missing node prewar -b missing node rhetorical -b missing node aneroids -b missing node unquotable -b missing node kenya -b missing node diligently -b missing node flagellated -b missing node elate -b missing node misplays -b missing node hoboed -b missing node doting -b missing node photocopying -b missing node apostrophize -b missing node flagellates -b missing node cloggiest -b missing node misreporting -b missing node skeltering -b missing node breakings -b missing node approbate -b missing node seabeds -b missing node lunchers -b missing node aftermaths -b missing node unstopping -b missing node graveled -b missing node cuttlefish -b missing node santiago -b missing node mineralogic -b missing node mouton -b missing node demilitarizing -b missing node hyposensitized -b missing node departments -b missing node pieing -b missing node revenuers -b missing node kenneling -b missing node liqueurs -b missing node augustinian -b missing node encodings -b missing node galoots -b missing node luncheon -b missing node stevedore -b missing node terrapins -b missing node nostril -b missing node hoboes -b missing node tanking -b missing node uncurl -b missing node hallucinates -b missing node danish -b missing node interpreters -b missing node ineligibles -b missing node courageously -b missing node reputedly -b missing node huntedly -b missing node phoenician -b missing node viricidal -b missing node maraschinos -b missing node mutability -b missing node chancering -b missing node enwrapping -b missing node ancientness -b missing node solidarities -b missing node assailable -b missing node cornu -b missing node portland -b missing node corns -b missing node genocidal -b missing node subprovince -b missing node paratypic -b missing node uncondensed -b missing node uplanders -b missing node quality -b missing node unsystematically -b missing node interferon -b missing node corny -b missing node judgeships -b missing node gregariousness -b missing node corms -b missing node soloists -b missing node tamburas -b missing node snarer -b missing node snares -b missing node entomologist -b missing node backhoe -b missing node evitable -b missing node amateurishly -b missing node bisexed -b missing node befools -b missing node micrometers -b missing node amtrack -b missing node predicator -b missing node snared -b missing node amtracs -b missing node gardens -b missing node cyans -b missing node labor -b missing node pastels -b missing node outliving -b missing node masterly -b missing node captainships -b missing node predicative -b missing node copolymerized -b missing node buglers -b missing node commixing -b missing node snorers -b missing node corks -b missing node morocco -b missing node gladstone -b missing node corky -b missing node diapers -b missing node confectioner -b missing node confectiones -b missing node davenport -b missing node ligamentary -b missing node cogency -b missing node platesful -b missing node amble -b missing node postmarking -b missing node cogence -b missing node busman -b missing node contradict -b missing node effulgence -b missing node jobbers -b missing node honesties -b missing node steeped -b missing node pentameters -b missing node varmint -b missing node harding -b missing node disallowance -b missing node leavens -b missing node hurdling -b missing node steeper -b missing node exploding -b missing node steepen -b missing node foliated -b missing node olfactometric -b missing node medicinally -b missing node outbargaining -b missing node foliates -b missing node eldritch -b missing node cowpuncher -b missing node coatrack -b missing node advantage -b missing node precipitateness -b missing node hotelier -b missing node mirages -b missing node delegated -b missing node denunciate -b missing node trephined -b missing node transmitters -b missing node pilfered -b missing node skiddoo -b missing node overdecorate -b missing node keypunch -b missing node atomising -b missing node convulsion -b missing node shipload -b missing node blightingly -b missing node maggots -b missing node trephines -b missing node beggared -b missing node corgi -b missing node steamiest -b missing node lockages -b missing node predication -b missing node extollers -b missing node breathless -b missing node elect -b missing node antimony -b missing node support -b missing node timecards -b missing node hardily -b missing node casteism -b missing node busmen -b missing node inadequacy -b missing node chanceries -b missing node esteeming -b missing node suppose -b missing node unamortized -b missing node iceboxes -b missing node corer -b missing node dislodging -b missing node cores -b missing node leavers -b missing node aztecs -b missing node testy -b missing node forboding -b missing node tests -b missing node interferer -b missing node interferes -b missing node potterers -b missing node agaves -b missing node oversexed -b missing node cored -b missing node ambivalently -b missing node obstinately -b missing node premix -b missing node importunities -b missing node interfered -b missing node epitheliums -b missing node cords -b missing node allocator -b missing node maggoty -b missing node prowled -b missing node pilferer -b missing node predicating -b missing node fiesta -b missing node distention -b missing node prowler -b missing node canonicity -b missing node premie -b missing node japanizing -b missing node entomologies -b missing node mastered -b missing node sunbow -b missing node darndests -b missing node sternness -b missing node predilection -b missing node reapportioned -b missing node uphold -b missing node birthrate -b missing node saucebox -b missing node commentaries -b missing node misusers -b missing node hardier -b missing node coral -b missing node hardies -b missing node convulsive -b missing node eighties -b missing node besmear -b missing node demoralizer -b missing node reconviction -b missing node demoralizes -b missing node securement -b missing node repudiate -b missing node trenchers -b missing node tootsy -b missing node muckraking -b missing node demoralizing -b missing node perishables -b missing node demoralized -b missing node rebuilds -b missing node tonsorial -b missing node unremitting -b missing node predating -b missing node steeply -b missing node predation -b missing node amazon -b missing node delegatee -b missing node picnicking -b missing node steeple -b missing node swimmier -b missing node amber -b missing node registers -b missing node transportables -b missing node premed -b missing node redcaps -b missing node delegates -b missing node presiding -b missing node restarts -b missing node praising -b missing node resubmitting -b missing node supercharges -b missing node lasagnas -b missing node supercharger -b missing node retried -b missing node tarsals -b missing node miami -b missing node cousinly -b missing node nutrients -b missing node slews -b missing node synergistical -b missing node befall -b missing node stoicisms -b missing node imbrications -b missing node supercharged -b missing node astrobiologically -b missing node cetacean -b missing node cuneiform -b missing node electrolytic -b missing node presidios -b missing node wharfages -b missing node tesla -b missing node pegless -b missing node breezeway -b missing node premonition -b missing node rollings -b missing node hardiness -b missing node reich -b missing node miaou -b missing node miaow -b missing node skidded -b missing node mainmast -b missing node retries -b missing node insult -b missing node skidder -b missing node lasagnes -b missing node elegy -b missing node cannery -b missing node underbrush -b missing node canners -b missing node unfairest -b missing node rehinges -b missing node proximately -b missing node rehinged -b missing node etnas -b missing node outbargain -b missing node swimmily -b missing node pyrenees -b missing node regimentally -b missing node lacey -b missing node psychosocial -b missing node insurrection -b missing node dewclaws -b missing node suction -b missing node logician -b missing node laced -b missing node expiates -b missing node repulse -b missing node insure -b missing node polluters -b missing node spurry -b missing node confirming -b missing node swimming -b missing node laces -b missing node lacer -b missing node capsize -b missing node communions -b missing node mineralization -b missing node interpreting -b missing node bowlegged -b missing node littorals -b missing node rapaciousness -b missing node reign -b missing node bibbing -b missing node convulsing -b missing node xebecs -b missing node euripides -b missing node reify -b missing node spurts -b missing node rickettsia -b missing node implausible -b missing node lacks -b missing node amazed -b missing node oppositionist -b missing node eighthly -b missing node miaul -b missing node amazes -b missing node inadequate -b missing node indeterminate -b missing node risibility -b missing node slept -b missing node haircaps -b missing node enigmatical -b missing node joyrider -b missing node joyrides -b missing node predicates -b missing node predomination -b missing node pastorales -b missing node promulgators -b missing node remunerations -b missing node presidium -b missing node predicated -b missing node snarks -b missing node kneecap -b missing node gnarled -b missing node entrails -b missing node domiciled -b missing node lilies -b missing node spurge -b missing node jubilant -b missing node alumroot -b missing node derangements -b missing node growled -b missing node carbineer -b missing node demure -b missing node snarls -b missing node broadswords -b missing node soundproofed -b missing node peerlessly -b missing node predominating -b missing node energizers -b missing node snarly -b missing node puzzlers -b missing node lamentation -b missing node nonvenomous -b missing node robust -b missing node demurs -b missing node tritiums -b missing node chagrin -b missing node overcompensate -b missing node growler -b missing node devising -b missing node manifolds -b missing node lilied -b missing node domiciles -b missing node cousinry -b missing node mobster -b missing node nonaffiliated -b missing node entrains -b missing node legislatresses -b missing node indispensability -b missing node impingements -b missing node degauss -b missing node allocatee -b missing node deranged -b missing node corse -b missing node allocated -b missing node icecaps -b missing node gravures -b missing node nontoxic -b missing node overwise -b missing node congruity -b missing node genocides -b missing node cadgers -b missing node freshwater -b missing node canvassers -b missing node deranges -b missing node allocates -b missing node expiator -b missing node derivers -b missing node drunkest -b missing node nittier -b missing node slumbering -b missing node spurns -b missing node lecherously -b missing node miasm -b missing node imagoes -b missing node romancers -b missing node exposals -b missing node hawkweeds -b missing node corps -b missing node foxtrot -b missing node thraldom -b missing node tableaux -b missing node tolstoy -b missing node reappear -b missing node tableaus -b missing node retrial -b missing node electrolytes -b missing node powerplants -b missing node implausibly -b missing node timidities -b missing node bombing -b missing node gasbags -b missing node fibered -b missing node nevoid -b missing node abode -b missing node syncopes -b missing node becoming -b missing node clangoured -b missing node chromaticism -b missing node chiefdoms -b missing node vulgarizing -b missing node standees -b missing node dropout -b missing node madame -b missing node ouzels -b missing node madams -b missing node gymnastically -b missing node circusy -b missing node washroom -b missing node porcine -b missing node mesdames -b missing node peppertree -b missing node deuteron -b missing node worthlessly -b missing node valhalla -b missing node ecologic -b missing node cyclotrons -b missing node chromaticity -b missing node recapitalizes -b missing node basilar -b missing node backing -b missing node brilliantly -b missing node deeper -b missing node deepen -b missing node recapitalized -b missing node floppiest -b missing node bucolically -b missing node menorah -b missing node marsupializing -b missing node acclivity -b missing node jubilate -b missing node packaged -b missing node vizarded -b missing node chicanos -b missing node ridiculing -b missing node retest -b missing node packager -b missing node packages -b missing node freebies -b missing node syncopic -b missing node menstruate -b missing node accosts -b missing node overthrower -b missing node boonies -b missing node assiduousness -b missing node pandered -b missing node atomizing -b missing node splashiest -b missing node annoys -b missing node precondemnation -b missing node citizenries -b missing node monogamies -b missing node prelim -b missing node homeliest -b missing node maleficently -b missing node instal -b missing node libelously -b missing node naturalistic -b missing node malayalam -b missing node postholes -b missing node detachers -b missing node midwifed -b missing node sandwich -b missing node midwifes -b missing node expounding -b missing node yield -b missing node trematode -b missing node indeterminacy -b missing node impends -b missing node legginged -b missing node podiatrist -b missing node diasporas -b missing node terse -b missing node reshapers -b missing node paychecks -b missing node terry -b missing node aliveness -b missing node braving -b missing node tokyoites -b missing node proctologists -b missing node reges -b missing node epochs -b missing node perversions -b missing node nontraditionally -b missing node swayer -b missing node terre -b missing node interacts -b missing node parlays -b missing node terra -b missing node speeders -b missing node underfoot -b missing node tympanum -b missing node wriest -b missing node currentness -b missing node bringing -b missing node erring -b missing node aeriest -b missing node records -b missing node expiated -b missing node knowhow -b missing node aphasics -b missing node chicanes -b missing node chicaner -b missing node perennial -b missing node dankly -b missing node chicaned -b missing node swayed -b missing node chutney -b missing node walkaways -b missing node fountainheads -b missing node persisted -b missing node davits -b missing node ferrum -b missing node postnatally -b missing node forthwith -b missing node gruntingly -b missing node tobacco -b missing node pointing -b missing node instep -b missing node eerie -b missing node swastika -b missing node bifurcate -b missing node microscopist -b missing node predicaments -b missing node rubberizing -b missing node aphasiac -b missing node misbehaver -b missing node misbehaves -b missing node deeply -b missing node watersheds -b missing node electroplates -b missing node rutty -b missing node retell -b missing node syncopal -b missing node transship -b missing node aphasias -b missing node misbehaved -b missing node persister -b missing node adulterously -b missing node pigskin -b missing node freezed -b missing node indulge -b missing node vaginate -b missing node constrictions -b missing node odometer -b missing node scrabbles -b missing node scrabbler -b missing node piecer -b missing node pieces -b missing node freezes -b missing node hauberks -b missing node freezer -b missing node condiments -b missing node macroeconomic -b missing node electroplated -b missing node scrabbled -b missing node synfuel -b missing node antigen -b missing node preregistering -b missing node regia -b missing node pieced -b missing node logicize -b missing node microgramme -b missing node menstruant -b missing node advocating -b missing node plushest -b missing node purchasing -b missing node standers -b missing node tuning -b missing node unselfishly -b missing node bauxite -b missing node instil -b missing node zoomorphs -b missing node foretells -b missing node irregulars -b missing node thorium -b missing node hyenas -b missing node cockish -b missing node abrogation -b missing node conservatory -b missing node fleshings -b missing node lucid -b missing node flowmeter -b missing node conservators -b missing node lucia -b missing node phren -b missing node snowbank -b missing node heralded -b missing node minidisk -b missing node idylls -b missing node snowball -b missing node bystanders -b missing node irrefutably -b missing node kennelled -b missing node memorandum -b missing node disarmingly -b missing node dropped -b missing node dropper -b missing node irrefutable -b missing node randoms -b missing node cycad -b missing node tunics -b missing node danker -b missing node jailhouse -b missing node sandstorm -b missing node laded -b missing node resigning -b missing node sudsers -b missing node outfaces -b missing node laden -b missing node explicators -b missing node lader -b missing node lades -b missing node buskin -b missing node gamelans -b missing node cocking -b missing node trashing -b missing node heraldic -b missing node revampers -b missing node lucky -b missing node tritones -b missing node unsecluded -b missing node underofficials -b missing node beggarly -b missing node lucks -b missing node electrolyses -b missing node outfaced -b missing node abort -b missing node relate -b missing node cockily -b missing node retorter -b missing node terms -b missing node joyriding -b missing node unanimously -b missing node catholically -b missing node retorted -b missing node furloughing -b missing node terne -b missing node rehem -b missing node shorebirds -b missing node chivies -b missing node departmental -b missing node overflown -b missing node booteries -b missing node terns -b missing node rearranging -b missing node horizon -b missing node hauteurs -b missing node wrappings -b missing node discontinuity -b missing node okapis -b missing node matrixing -b missing node subsisting -b missing node overflows -b missing node trashily -b missing node luces -b missing node contrariness -b missing node chummed -b missing node about -b missing node quadrants -b missing node sandstone -b missing node meteoroids -b missing node adventurously -b missing node unconsenting -b missing node elder -b missing node disgust -b missing node enamelware -b missing node chivied -b missing node backspace -b missing node wakening -b missing node above -b missing node dehumidification -b missing node gobblers -b missing node reacquainting -b missing node abrogating -b missing node nascent -b missing node seadog -b missing node dataflow -b missing node wavering -b missing node casually -b missing node electrolysis -b missing node porkpie -b missing node panderer -b missing node nibblers -b missing node telemetric -b missing node nonvoter -b missing node viricides -b missing node merchandising -b missing node headlined -b missing node sealskins -b missing node microscopies -b missing node headlines -b missing node stagiest -b missing node lucre -b missing node tolerators -b missing node frouncing -b missing node enclosure -b missing node pasteur -b missing node arteriolar -b missing node parliament -b missing node risible -b missing node guffawed -b missing node unactionable -b missing node eeriest -b missing node trashier -b missing node revitalization -b missing node coredeemed -b missing node hoorayed -b missing node pasters -b missing node kipskins -b missing node intimateness -b missing node bowhead -b missing node aboil -b missing node mugwort -b missing node ketone -b missing node terce -b missing node tormentedly -b missing node pastern -b missing node ferret -b missing node ladle -b missing node ergometer -b missing node cockier -b missing node discontinuing -b missing node incestuous -b missing node displease -b missing node lazing -b missing node mystifies -b missing node mystifier -b missing node pupfish -b missing node ensurers -b missing node baronets -b missing node scuffling -b missing node pinyons -b missing node humanized -b missing node tympanic -b missing node mystified -b missing node sequestratrix -b missing node sybarites -b missing node wended -b missing node inkers -b missing node davies -b missing node heraldry -b missing node sizier -b missing node beating -b missing node baroness -b missing node claimants -b missing node antifreeze -b missing node arterioles -b missing node mislaying -b missing node camshafts -b missing node abrogative -b missing node risibly -b missing node ferric -b missing node sybaritic -b missing node damagers -b missing node thrummers -b missing node oratresses -b missing node ferris -b missing node whippings -b missing node pittance -b missing node trounce -b missing node flowing -b missing node harassing -b missing node humanizes -b missing node clawers -b missing node calculi -b missing node casualty -b missing node scatologic -b missing node humanizer -b missing node feynesses -b missing node tatami -b missing node muezzin -b missing node sneaker -b missing node meetness -b missing node unexceptionable -b missing node hedonist -b missing node borstals -b missing node habituate -b missing node loudliest -b missing node hedonism -b missing node airest -b missing node southwester -b missing node visioning -b missing node precalculate -b missing node misinform -b missing node eventfully -b missing node imputing -b missing node velour -b missing node fluoridate -b missing node hitchhikes -b missing node disseminating -b missing node semioses -b missing node croakiness -b missing node bursted -b missing node fervid -b missing node llamas -b missing node scripturally -b missing node vacillates -b missing node bicycling -b missing node analyser -b missing node cankering -b missing node analysed -b missing node burster -b missing node ideologically -b missing node semiosis -b missing node vacillated -b missing node discretely -b missing node surrenderor -b missing node lollygags -b missing node agates -b missing node visiters -b missing node exegete -b missing node recooks -b missing node tacksman -b missing node unexceptionably -b missing node carpetbaggers -b missing node hyaenic -b missing node dissemination -b missing node hammerer -b missing node cudgel -b missing node lazier -b missing node jumpiest -b missing node lazies -b missing node thicknesses -b missing node sneaked -b missing node bolsters -b missing node analyses -b missing node antedate -b missing node hammered -b missing node cardholders -b missing node lazied -b missing node recharter -b missing node harebells -b missing node lazily -b missing node sublimest -b missing node tractors -b missing node cotta -b missing node micas -b missing node rusty -b missing node rusts -b missing node recharted -b missing node smatterings -b missing node greenwood -b missing node drudge -b missing node carpetbaggery -b missing node destining -b missing node decaying -b missing node hyaenas -b missing node napery -b missing node sublimers -b missing node billionth -b missing node lamplight -b missing node besmeared -b missing node dotingly -b missing node churchwardens -b missing node streamy -b missing node golgothas -b missing node delivering -b missing node streams -b missing node undocks -b missing node hitchhiker -b missing node pedagogues -b missing node steered -b missing node drifter -b missing node steerer -b missing node analysis -b missing node landscape -b missing node hitchhiked -b missing node fertilities -b missing node siglos -b missing node realignment -b missing node scrutable -b missing node drifted -b missing node yorkers -b missing node tacksmen -b missing node twiggy -b missing node dazzled -b missing node gumboils -b missing node resentfulness -b missing node luaus -b missing node streaky -b missing node uncompromising -b missing node dazzler -b missing node streaks -b missing node dazzles -b missing node resplendent -b missing node harkening -b missing node terrorism -b missing node knowing -b missing node bassoon -b missing node corteges -b missing node cheerfulness -b missing node immortals -b missing node gluteus -b missing node soilborne -b missing node terrorist -b missing node panegyrized -b missing node epilogued -b missing node offings -b missing node dictator -b missing node ilia -b missing node chuckholes -b missing node phallus -b missing node palpating -b missing node panegyrizes -b missing node epilogues -b missing node autoing -b missing node coted -b missing node antinovel -b missing node wettable -b missing node pushers -b missing node pileup -b missing node subbings -b missing node cotes -b missing node porches -b missing node russe -b missing node deemed -b missing node palpation -b missing node harebell -b missing node creature -b missing node enflamed -b missing node bullrushes -b missing node unfestive -b missing node firedogs -b missing node campfires -b missing node monopoles -b missing node amusingly -b missing node subsurfaces -b missing node trippets -b missing node destinies -b missing node lithograph -b missing node victimization -b missing node precariousness -b missing node ilks -b missing node victorians -b missing node enflames -b missing node affluent -b missing node flowery -b missing node flowers -b missing node novitiate -b missing node cycle -b missing node paranoiac -b missing node froufrous -b missing node infighter -b missing node airlifts -b missing node aureately -b missing node indigently -b missing node ills -b missing node holdouts -b missing node paranoias -b missing node illy -b missing node cyclo -b missing node rummiest -b missing node guardant -b missing node bedspread -b missing node kidnaps -b missing node sublimely -b missing node trippers -b missing node seismological -b missing node micks -b missing node tacitly -b missing node sikhism -b missing node hempweed -b missing node paranoids -b missing node dirgeful -b missing node oversevere -b missing node sleekness -b missing node devotedly -b missing node misdoings -b missing node artichoke -b missing node appraise -b missing node adulteress -b missing node etiology -b missing node madded -b missing node mummeries -b missing node madden -b missing node prinked -b missing node ameba -b missing node sleeving -b missing node cerates -b missing node sizers -b missing node janitorial -b missing node terrorize -b missing node cerated -b missing node inconceivably -b missing node adulterers -b missing node godparents -b missing node modernizers -b missing node resinous -b missing node pachisi -b missing node hedonics -b missing node schedular -b missing node supersede -b missing node lubes -b missing node nomadically -b missing node glissando -b missing node glissandi -b missing node clarioning -b missing node unenclosed -b missing node inconceivable -b missing node welding -b missing node disinheritance -b missing node headword -b missing node miscalculations -b missing node useless -b missing node reblooming -b missing node conciliated -b missing node headwork -b missing node automatizing -b missing node slimly -b missing node ruttish -b missing node flawlessness -b missing node diglots -b missing node bagatelle -b missing node boohooed -b missing node madder -b missing node regretfully -b missing node bustlers -b missing node intrusion -b missing node pointier -b missing node radome -b missing node branded -b missing node spotless -b missing node tactic -b missing node disporting -b missing node sputum -b missing node retina -b missing node rehearsers -b missing node whereby -b missing node hocusing -b missing node brander -b missing node acoustic -b missing node definiteness -b missing node sentrying -b missing node pinpricked -b missing node hipsters -b missing node schedules -b missing node intrusive -b missing node retaliates -b missing node scheduler -b missing node monogamist -b missing node embezzling -b missing node radons -b missing node thrummier -b missing node conciliates -b missing node lunations -b missing node rimmer -b missing node whereas -b missing node whereat -b missing node scheduled -b missing node retaliated -b missing node rosary -b missing node awards -b missing node sixpenny -b missing node reconsecrate -b missing node viperidae -b missing node exhumations -b missing node catboat -b missing node languisher -b missing node languishes -b missing node circulated -b missing node sigmas -b missing node rekey -b missing node sniffle -b missing node phooey -b missing node languished -b missing node circulates -b missing node snappy -b missing node womanizer -b missing node micro -b missing node womanizes -b missing node excavates -b missing node lockage -b missing node oilseeds -b missing node tablespoonsful -b missing node coulee -b missing node precollege -b missing node ruths -b missing node excavated -b missing node alarumed -b missing node womanized -b missing node reminds -b missing node repletion -b missing node cyclopedias -b missing node couch -b missing node tipsily -b missing node munificence -b missing node canopied -b missing node claybank -b missing node vagabonds -b missing node foreordained -b missing node antisocially -b missing node tuneup -b missing node untanned -b missing node ruined -b missing node tipsier -b missing node ruttily -b missing node necessitating -b missing node lactoses -b missing node kelps -b missing node ruiner -b missing node wishfully -b missing node kelpy -b missing node swimmiest -b missing node vacillator -b missing node robustly -b missing node vesiculate -b missing node enlargements -b missing node rutting -b missing node woodwork -b missing node kamaaina -b missing node sumptuous -b missing node bicyclist -b missing node podiatries -b missing node misadministration -b missing node walleye -b missing node relaxers -b missing node underskirts -b missing node chancellors -b missing node uncashed -b missing node exultingly -b missing node levities -b missing node disqualified -b missing node unreliable -b missing node upheavers -b missing node mapping -b missing node disqualifies -b missing node recontracts -b missing node slimed -b missing node unreliably -b missing node understandings -b missing node woodworm -b missing node freckliest -b missing node uninterested -b missing node pharyngal -b missing node cryogenies -b missing node misguide -b missing node rimmed -b missing node prophetical -b missing node extreme -b missing node slimes -b missing node cossacks -b missing node sunless -b missing node murrain -b missing node chancroids -b missing node watercourse -b missing node coccygeal -b missing node acidifying -b missing node nonphysical -b missing node inanities -b missing node beforehand -b missing node paleface -b missing node plushily -b missing node relievers -b missing node danseuses -b missing node chickadees -b missing node retied -b missing node dulcimer -b missing node aviatrixes -b missing node usurpatory -b missing node rawness -b missing node reties -b missing node plushier -b missing node cryogenics -b missing node standbys -b missing node conciliator -b missing node conciser -b missing node baronial -b missing node holdover -b missing node ferule -b missing node tuners -b missing node litmus -b missing node unmentioned -b missing node dictates -b missing node robuster -b missing node upper -b missing node skirmishing -b missing node discontinuities -b missing node playsuit -b missing node dictated -b missing node brutalization -b missing node sugarcoated -b missing node pharynges -b missing node scorpions -b missing node imponderably -b missing node incredible -b missing node triphase -b missing node upped -b missing node nybblize -b missing node improvisers -b missing node nicknacks -b missing node auctioneers -b missing node florescence -b missing node imponderable -b missing node prohibitionists -b missing node oversleeps -b missing node incredibly -b missing node unforeseen -b missing node canopies -b missing node derivate -b missing node cayuse -b missing node gustoes -b missing node retaliator -b missing node seeress -b missing node hiragana -b missing node inexpressible -b missing node demarcated -b missing node interdiction -b missing node haying -b missing node gadgetry -b missing node eyedropperful -b missing node antinarcotics -b missing node migrational -b missing node scraggiest -b missing node insulters -b missing node valleys -b missing node cypriot -b missing node lithium -b missing node phonogram -b missing node whereto -b missing node pedigreed -b missing node demarcates -b missing node versifiers -b missing node sinkers -b missing node supplementally -b missing node gabriel -b missing node pontoons -b missing node couture -b missing node doubtfulness -b missing node automata -b missing node unhesitatingly -b missing node interdicting -b missing node automate -b missing node threnodes -b missing node apolitical -b missing node meliorated -b missing node sixpence -b missing node automats -b missing node foretime -b missing node meliorates -b missing node faster -b missing node semiotic -b missing node venusians -b missing node cosmo -b missing node skepsises -b missing node granduncle -b missing node misdealt -b missing node misdeals -b missing node dionysian -b missing node ruttier -b missing node fasten -b missing node pronate -b missing node icebound -b missing node slits -b missing node omnicompetent -b missing node totable -b missing node rhumbaed -b missing node folksongs -b missing node kumquats -b missing node drabs -b missing node accreditee -b missing node accredited -b missing node livetrap -b missing node carillon -b missing node erotogenic -b missing node whereon -b missing node normal -b missing node visitants -b missing node norman -b missing node reductionist -b missing node transportation -b missing node reductionism -b missing node fritting -b missing node inlander -b missing node crookedness -b missing node retrospectively -b missing node astronautical -b missing node lemans -b missing node tortuosity -b missing node queerer -b missing node ontology -b missing node drain -b missing node interrelations -b missing node gestate -b missing node unaesthetic -b missing node queered -b missing node inertly -b missing node frizziest -b missing node vesuvius -b missing node facedown -b missing node gestapo -b missing node analytic -b missing node suppler -b missing node unconcealed -b missing node arenas -b missing node maudlinly -b missing node houston -b missing node reconfirms -b missing node premenstrual -b missing node ament -b missing node amens -b missing node drags -b missing node myocardial -b missing node splitter -b missing node unvanquished -b missing node wallets -b missing node draft -b missing node incautiously -b missing node slipt -b missing node slips -b missing node inexpressibly -b missing node approach -b missing node manner -b missing node humiliations -b missing node amend -b missing node defrosts -b missing node basketball -b missing node enclosed -b missing node accounters -b missing node slimy -b missing node monthlies -b missing node tankfuls -b missing node amateurs -b missing node unprescribed -b missing node slims -b missing node victimless -b missing node interpretive -b missing node inclusive -b missing node slime -b missing node correct -b missing node gainless -b missing node blatting -b missing node threesomes -b missing node obfuscatory -b missing node reins -b missing node normed -b missing node willowiest -b missing node gloater -b missing node threaten -b missing node sling -b missing node inertia -b missing node encloses -b missing node slink -b missing node encloser -b missing node alienors -b missing node deforms -b missing node uneasiness -b missing node interdictive -b missing node obfuscators -b missing node auberge -b missing node submergence -b missing node molecularly -b missing node disgracefulness -b missing node tattering -b missing node unfruitful -b missing node cosec -b missing node threated -b missing node urology -b missing node abscissae -b missing node cosey -b missing node gloated -b missing node coset -b missing node lariats -b missing node unslung -b missing node slily -b missing node whereof -b missing node crepuscular -b missing node abscissas -b missing node gravitationally -b missing node barricading -b missing node unicycles -b missing node dubonnets -b missing node twofold -b missing node sorbitol -b missing node account -b missing node surveiling -b missing node skilled -b missing node coexist -b missing node braveness -b missing node wafted -b missing node expostulate -b missing node intellectualizes -b missing node exculpations -b missing node homiletic -b missing node seabird -b missing node intellectualized -b missing node hostility -b missing node clipping -b missing node preacceptances -b missing node collocates -b missing node schmaltzier -b missing node cosie -b missing node resewing -b missing node beatles -b missing node listened -b missing node slumberers -b missing node circularly -b missing node chimaera -b missing node listener -b missing node assagai -b missing node retypes -b missing node wherein -b missing node calipered -b missing node queerly -b missing node equitant -b missing node glossiness -b missing node pursuant -b missing node ameer -b missing node wafter -b missing node retyped -b missing node enkindling -b missing node inclusion -b missing node collocated -b missing node skillet -b missing node roscoe -b missing node sightless -b missing node confusions -b missing node cauterizes -b missing node rusks -b missing node unshaded -b missing node damnableness -b missing node munitioned -b missing node nonparametric -b missing node bolstered -b missing node clamours -b missing node demulcents -b missing node reallotment -b missing node drats -b missing node cameoed -b missing node journey -b missing node adumbrating -b missing node eelworm -b missing node andantes -b missing node slier -b missing node bolsterer -b missing node trademark -b missing node annunciations -b missing node readying -b missing node authentications -b missing node misaddressing -b missing node cheesier -b missing node phonal -b missing node analysts -b missing node adumbration -b missing node prescription -b missing node valour -b missing node elfin -b missing node amercing -b missing node stovepipes -b missing node bloaters -b missing node denunciation -b missing node helicoids -b missing node fierce -b missing node undermanned -b missing node quadrupeds -b missing node rushy -b missing node tetched -b missing node slide -b missing node doters -b missing node vowels -b missing node hammerlock -b missing node humming -b missing node flagitious -b missing node spiegels -b missing node engendered -b missing node slick -b missing node overbooks -b missing node synchs -b missing node unusable -b missing node slice -b missing node madcap -b missing node caseins -b missing node mathematician -b missing node tantara -b missing node lithias -b missing node odiously -b missing node packings -b missing node colorants -b missing node corrugators -b missing node manifold -b missing node restraighten -b missing node patriarchates -b missing node irretrievability -b missing node bovinely -b missing node upholding -b missing node marginality -b missing node moldered -b missing node slipslop -b missing node drays -b missing node masticatory -b missing node cotan -b missing node menagerie -b missing node countersinks -b missing node vowers -b missing node slinky -b missing node subtended -b missing node jetports -b missing node slinks -b missing node phoned -b missing node prescriptive -b missing node ikon -b missing node eavesdropped -b missing node phoney -b missing node eavesdropper -b missing node skullcap -b missing node signal -b missing node optimistic -b missing node ruses -b missing node unsystematical -b missing node phones -b missing node journal -b missing node baselines -b missing node brainpan -b missing node draws -b missing node drawl -b missing node drawn -b missing node wirehaired -b missing node separate -b missing node synced -b missing node confidentially -b missing node tepid -b missing node valors -b missing node episodically -b missing node cruciform -b missing node uncoordinated -b missing node armigers -b missing node drave -b missing node ideate -b missing node hardhat -b missing node cushiest -b missing node cauterized -b missing node adumbrative -b missing node gluteal -b missing node drama -b missing node drams -b missing node foreordainments -b missing node evolutionary -b missing node cauterize -b missing node abjectly -b missing node hybridizing -b missing node catarrhs -b missing node avifauna -b missing node outlivers -b missing node fiendish -b missing node phonic -b missing node rallyists -b missing node slings -b missing node manned -b missing node misgive -b missing node cheesing -b missing node cannier -b missing node omnivorously -b missing node resistantly -b missing node syncom -b missing node drake -b missing node mannas -b missing node capitation -b missing node furrows -b missing node plugging -b missing node cheesily -b missing node communicators -b missing node stirringly -b missing node costs -b missing node pilfer -b missing node orpiments -b missing node areolar -b missing node areolas -b missing node signer -b missing node biplanes -b missing node signet -b missing node temporize -b missing node basswoods -b missing node restated -b missing node areolae -b missing node pyramid -b missing node signed -b missing node signee -b missing node supersex -b missing node carnalities -b missing node worrisomely -b missing node tangerines -b missing node glamoured -b missing node gazetteer -b missing node restates -b missing node gestalt -b missing node tepee -b missing node furrowy -b missing node vigil -b missing node eulogizes -b missing node eulogizer -b missing node anklebone -b missing node smitten -b missing node worldly -b missing node spacewalking -b missing node eulogized -b missing node conserve -b missing node requisites -b missing node fasted -b missing node reincorporate -b missing node reoccur -b missing node drape -b missing node sinatra -b missing node vigor -b missing node allegiantly -b missing node feudally -b missing node inactivities -b missing node chickadee -b missing node acetone -b missing node specific -b missing node uniformest -b missing node bulldogging -b missing node otoscopies -b missing node quatres -b missing node shortwave -b missing node beeswax -b missing node aerospace -b missing node pedigrees -b missing node phonos -b missing node areoles -b missing node culverts -b missing node grandparent -b missing node ideals -b missing node friendliness -b missing node drank -b missing node freeloaders -b missing node camembert -b missing node shearing -b missing node nounally -b missing node travellable -b missing node viola -b missing node keens -b missing node overborne -b missing node satanically -b missing node passengers -b missing node restrictively -b missing node uncomprehended -b missing node dinosaurs -b missing node biogeographic -b missing node besmile -b missing node surfiest -b missing node doorstop -b missing node slaws -b missing node boskier -b missing node juttingly -b missing node tableful -b missing node gobbling -b missing node ordinates -b missing node sweetie -b missing node earthsets -b missing node viols -b missing node bugling -b missing node tetragon -b missing node jubilees -b missing node enemies -b missing node pedagog -b missing node sweetly -b missing node redemonstrate -b missing node manors -b missing node keels -b missing node gushers -b missing node pineapples -b missing node panted -b missing node unluckier -b missing node befell -b missing node universes -b missing node ramjets -b missing node ascetically -b missing node dissipated -b missing node adapts -b missing node shoddies -b missing node undressing -b missing node shoddier -b missing node reinstatements -b missing node rationalness -b missing node transmittals -b missing node slays -b missing node dissipates -b missing node apennines -b missing node spokesmen -b missing node dissipater -b missing node biogeographer -b missing node milanese -b missing node polyploid -b missing node whistling -b missing node evaporative -b missing node altarpieces -b missing node schnaps -b missing node moisten -b missing node moister -b missing node ghetto -b missing node visard -b missing node colonially -b missing node colliery -b missing node maestri -b missing node contented -b missing node downsizing -b missing node maestro -b missing node colliers -b missing node ideologue -b missing node anteroom -b missing node lager -b missing node texas -b missing node ensheathing -b missing node texan -b missing node universal -b missing node keeps -b missing node pantie -b missing node diploid -b missing node unhatched -b missing node reded -b missing node wardship -b missing node panegyrists -b missing node redes -b missing node canning -b missing node fulcrums -b missing node malleability -b missing node internalization -b missing node flyover -b missing node linguines -b missing node coadjutors -b missing node desynchronizing -b missing node pompanos -b missing node keefs -b missing node meniscal -b missing node pastiness -b missing node prelimit -b missing node unluckily -b missing node unpropitiously -b missing node ticklishness -b missing node poorhouse -b missing node manufacturers -b missing node trimmer -b missing node greenwich -b missing node creators -b missing node catnapping -b missing node session -b missing node trimmed -b missing node recombs -b missing node elide -b missing node europe -b missing node polluting -b missing node reerects -b missing node billiards -b missing node tammies -b missing node purports -b missing node shunners -b missing node redip -b missing node muckrakers -b missing node trenching -b missing node pollution -b missing node cumshaw -b missing node seizure -b missing node diploma -b missing node portless -b missing node redid -b missing node procuring -b missing node undisciplined -b missing node unindemnified -b missing node appraising -b missing node eugenical -b missing node freeway -b missing node luminosity -b missing node electrodes -b missing node masterminds -b missing node evaporating -b missing node unseaworthy -b missing node unstemmed -b missing node insulators -b missing node subordinating -b missing node sessile -b missing node linguinis -b missing node saddened -b missing node streakiness -b missing node unripened -b missing node subordination -b missing node contently -b missing node hoedowns -b missing node puzzling -b missing node watercourses -b missing node calculable -b missing node motorbuses -b missing node redly -b missing node signor -b missing node cannily -b missing node moistly -b missing node calculably -b missing node syllabuses -b missing node fidgeting -b missing node taxman -b missing node pantry -b missing node regalement -b missing node spokesman -b missing node hippos -b missing node evaporation -b missing node yakked -b missing node drunkard -b missing node velvet -b missing node reparation -b missing node wenching -b missing node feminities -b missing node feedback -b missing node visaed -b missing node redox -b missing node upstarts -b missing node admissability -b missing node topologically -b missing node eiders -b missing node discouragingly -b missing node redos -b missing node slags -b missing node affusions -b missing node pulmonic -b missing node detaching -b missing node pullmans -b missing node hysterical -b missing node haystack -b missing node bumpered -b missing node wisteria -b missing node dismissals -b missing node operability -b missing node dialyses -b missing node sexological -b missing node slain -b missing node snappiest -b missing node machinations -b missing node outboard -b missing node goatee -b missing node restrain -b missing node capers -b missing node legislatrixes -b missing node dialyser -b missing node hives -b missing node dialysed -b missing node misusing -b missing node obverting -b missing node anemone -b missing node nances -b missing node algonquins -b missing node citizen -b missing node taxmen -b missing node visage -b missing node excremental -b missing node plummets -b missing node jollifying -b missing node bobsledder -b missing node newspapermen -b missing node slake -b missing node germans -b missing node valses -b missing node comfrey -b missing node glowflies -b missing node thumpers -b missing node undoers -b missing node germany -b missing node outboast -b missing node deeming -b missing node recliners -b missing node extolling -b missing node oncologic -b missing node leakages -b missing node unventilated -b missing node reconsolidating -b missing node airbus -b missing node reinjures -b missing node germane -b missing node aftmost -b missing node passiveness -b missing node readership -b missing node redry -b missing node disembarks -b missing node reinjured -b missing node janeiro -b missing node reconsolidation -b missing node slams -b missing node newspaperman -b missing node reascended -b missing node chamfering -b missing node leaving -b missing node redux -b missing node suspectedly -b missing node vinyl -b missing node insulants -b missing node reparative -b missing node allocators -b missing node slang -b missing node dialings -b missing node flyspeck -b missing node slant -b missing node congruent -b missing node goiter -b missing node reconcilability -b missing node prescripts -b missing node demarcator -b missing node anaesthetized -b missing node forints -b missing node heatedly -b missing node pinochles -b missing node josephs -b missing node nonsymbolic -b missing node shoddily -b missing node reinserts -b missing node exchange -b missing node oceanauts -b missing node empyreans -b missing node elite -b missing node deriving -b missing node misconception -b missing node llanos -b missing node slaps -b missing node recolor -b missing node purposes -b missing node filipino -b missing node rippliest -b missing node purposed -b missing node parasitically -b missing node redye -b missing node slash -b missing node iodides -b missing node fistfuls -b missing node dedicatory -b missing node goitre -b missing node dedicators -b missing node dishwater -b missing node teacupfuls -b missing node iffy -b missing node fuchsia -b missing node insolent -b missing node vocalizers -b missing node evener -b missing node skyline -b missing node ambushment -b missing node misdeeds -b missing node beeswings -b missing node slate -b missing node cowed -b missing node ungovernability -b missing node grutten -b missing node bobsledded -b missing node cower -b missing node conceivers -b missing node velure -b missing node citrate -b missing node stumblingly -b missing node dioxides -b missing node hexameters -b missing node flakiness -b missing node slats -b missing node prefabbing -b missing node hived -b missing node circumcise -b missing node slaty -b missing node jobbing -b missing node leavier -b missing node slave -b missing node nonclassical -b missing node corrida -b missing node tailwinds -b missing node bravoes -b missing node cadavers -b missing node prenatal -b missing node dialysis -b missing node syndic -b missing node joyridden -b missing node aeolian -b missing node autocrat -b missing node bravoed -b missing node nonlogical -b missing node trounced -b missing node bushed -b missing node deaconries -b missing node malnourished -b missing node lyricizing -b missing node bushel -b missing node packable -b missing node slavs -b missing node bushes -b missing node busher -b missing node lockable -b missing node evened -b missing node rumoured -b missing node algonquian -b missing node higher -b missing node forearms -b missing node matriculation -b missing node serviceman -b missing node uncool -b missing node foretops -b missing node stopwatches -b missing node thievish -b missing node undispelled -b missing node comparably -b missing node deferential -b missing node topcoats -b missing node unmistaken -b missing node comparable -b missing node cosmoses -b missing node mercaptan -b missing node preascertain -b missing node samsara -b missing node letters -b missing node beatnik -b missing node elucidates -b missing node agreeable -b missing node untasteful -b missing node songsters -b missing node circulator -b missing node elucidated -b missing node could -b missing node thrumming -b missing node narcoleptic -b missing node agreeably -b missing node miscalculated -b missing node pongee -b missing node redoubts -b missing node dullness -b missing node miscalculates -b missing node suppositional -b missing node trouncer -b missing node harassers -b missing node trounces -b missing node kimono -b missing node episcopes -b missing node rhomboid -b missing node savoriest -b missing node johnson -b missing node rosery -b missing node ratsbane -b missing node aeronauts -b missing node dishwares -b missing node nibbling -b missing node accoutred -b missing node bonitoes -b missing node outbuildings -b missing node slight -b missing node injuriously -b missing node accoutres -b missing node preinserting -b missing node tingeing -b missing node vinic -b missing node abstractors -b missing node cough -b missing node imperii -b missing node imperil -b missing node imperia -b missing node canebrake -b missing node footpath -b missing node involutions -b missing node retire -b missing node conspectuses -b missing node partitive -b missing node vines -b missing node uncombed -b missing node sapphire -b missing node idyl -b missing node praisers -b missing node coupon -b missing node noncorroborative -b missing node uncork -b missing node airbrushes -b missing node uncontrovertible -b missing node cotillion -b missing node sapphist -b missing node bedamns -b missing node buckra -b missing node nailset -b missing node airbrushed -b missing node sapphism -b missing node recap -b missing node redigest -b missing node skycaps -b missing node augur -b missing node advertisements -b missing node matriculating -b missing node camelia -b missing node thieving -b missing node joyriders -b missing node crisping -b missing node court -b missing node brashiest -b missing node scintillatingly -b missing node auxins -b missing node venerates -b missing node parleys -b missing node countersigns -b missing node venerated -b missing node cajolement -b missing node qoph -b missing node commonweal -b missing node orreries -b missing node tabouret -b missing node buckle -b missing node pliancy -b missing node shoofly -b missing node twittered -b missing node swimmers -b missing node noncausal -b missing node unsuitability -b missing node couth -b missing node abundance -b missing node sunburn -b missing node untypically -b missing node mahatma -b missing node locomoting -b missing node peahens -b missing node henpecked -b missing node brattiness -b missing node magnanimously -b missing node dotation -b missing node crispily -b missing node comedowns -b missing node ableness -b missing node happiest -b missing node anathemas -b missing node relent -b missing node sessions -b missing node refectories -b missing node warhorses -b missing node fallow -b missing node noncontemporary -b missing node mustachioed -b missing node standing -b missing node waverers -b missing node impediments -b missing node whipsawing -b missing node count -b missing node nonessential -b missing node perspectives -b missing node stoically -b missing node heliograph -b missing node shamefully -b missing node aerobes -b missing node speeding -b missing node impedimenta -b missing node partition -b missing node minting -b missing node servicemen -b missing node unfearing -b missing node idol -b missing node locomotion -b missing node recks -b missing node kedge -b missing node musical -b missing node ectoplasmatic -b missing node operants -b missing node speedily -b missing node insoul -b missing node cockney -b missing node idyls -b missing node urinaries -b missing node coupe -b missing node undenominational -b missing node deathless -b missing node plummet -b missing node coups -b missing node pointers -b missing node purchasable -b missing node politicizing -b missing node pongid -b missing node network -b missing node audiometry -b missing node idyll -b missing node standish -b missing node thyroids -b missing node swinges -b missing node everglades -b missing node uncoil -b missing node insanitation -b missing node disesteem -b missing node swinger -b missing node overcurious -b missing node similarly -b missing node episcopal -b missing node swinged -b missing node growing -b missing node feedbags -b missing node vertexes -b missing node vinos -b missing node punners -b missing node pulmonary -b missing node unintelligently -b missing node aerobic -b missing node alterations -b missing node aerobia -b missing node enraged -b missing node fervor -b missing node mobcaps -b missing node tundra -b missing node recon -b missing node ionizations -b missing node carhops -b missing node skeeter -b missing node enrages -b missing node anticipate -b missing node presidential -b missing node branchy -b missing node deputations -b missing node reconfirming -b missing node slugfests -b missing node doorsills -b missing node honestest -b missing node guffaws -b missing node taters -b missing node farrowing -b missing node knapweeds -b missing node frettiest -b missing node linnets -b missing node capful -b missing node vignettes -b missing node excitement -b missing node crispier -b missing node boatbill -b missing node optometrists -b missing node hights -b missing node disinherit -b missing node bucker -b missing node bucket -b missing node unimaginably -b missing node subdividable -b missing node dialytic -b missing node vignetted -b missing node equivocal -b missing node horsier -b missing node subassemblies -b missing node unimaginable -b missing node throats -b missing node wakeners -b missing node phallic -b missing node preaffirms -b missing node highth -b missing node sumachs -b missing node cuteness -b missing node estonian -b missing node proconsular -b missing node bucked -b missing node locomotive -b missing node throaty -b missing node unwittingly -b missing node refection -b missing node rectorate -b missing node overintensely -b missing node relets -b missing node plebeians -b missing node expositor -b missing node blotted -b missing node professorate -b missing node codeword -b missing node quakingly -b missing node blotter -b missing node recta -b missing node fallen -b missing node pillowcase -b missing node faller -b missing node pucker -b missing node anticly -b missing node interminable -b missing node spectrochemistry -b missing node castanets -b missing node unthoughtful -b missing node interminably -b missing node hoofmarks -b missing node marketeer -b missing node speedier -b missing node brainier -b missing node counteractively -b missing node ionospheric -b missing node potomac -b missing node stygian -b missing node secludes -b missing node confoundedly -b missing node secluded -b missing node surrendered -b missing node surrenderee -b missing node racehorse -b missing node anuses -b missing node rudeness -b missing node tracking -b missing node levitate -b missing node sanitationist -b missing node forewings -b missing node uttermost -b missing node avocados -b missing node awardee -b missing node awarded -b missing node outrageousness -b missing node flocculus -b missing node toenailed -b missing node coved -b missing node volleys -b missing node cover -b missing node rumblingly -b missing node marketers -b missing node coven -b missing node fallowing -b missing node covey -b missing node baronage -b missing node covet -b missing node coves -b missing node vined -b missing node horsily -b missing node ionospheres -b missing node ieee -b missing node sicilian -b missing node thermos -b missing node impetuousness -b missing node ringtosses -b missing node hardcover -b missing node malagasy -b missing node brainish -b missing node cochleae -b missing node outbluffed -b missing node bigamously -b missing node ciphers -b missing node cochlear -b missing node liberalizations -b missing node cochleas -b missing node highly -b missing node vinca -b missing node copolymerizing -b missing node fullered -b missing node undesirability -b missing node horsing -b missing node ideologic -b missing node recur -b missing node wreckages -b missing node recut -b missing node sagittal -b missing node miracle -b missing node vinal -b missing node handmade -b missing node vinas -b missing node glassfuls -b missing node minimums -b missing node gilder -b missing node supping -b missing node recti -b missing node taphouse -b missing node awarder -b missing node mariachi -b missing node recto -b missing node apperceptive -b missing node readjournments -b missing node quarterings -b missing node brainily -b missing node apperception -b missing node speeded -b missing node aleutian -b missing node methinks -b missing node sneezers -b missing node audiometer -b missing node joyfullest -b missing node ductility -b missing node reconstructible -b missing node speeder -b missing node doorstep -b missing node dearness -b missing node batteaux -b missing node angstroms -b missing node vulgarizers -b missing node elucidator -b missing node hairstreak -b missing node braining -b missing node potholder -b missing node whimsicality -b missing node anschluss -b missing node chaoses -b missing node saintship -b missing node apportionments -b missing node prayerfully -b missing node malingering -b missing node externals -b missing node amtrac -b missing node prebendaries -b missing node cocobolo -b missing node interspersions -b missing node amtrak -b missing node bioelectronics -b missing node counteractions -b missing node snobbery -b missing node azurite -b missing node backers -b missing node fabling -b missing node ephedrine -b missing node grayest -b missing node nickelled -b missing node holistically -b missing node benefiting -b missing node operands -b missing node reshipper -b missing node meniscus -b missing node handmaid -b missing node ephedrins -b missing node reshipped -b missing node operandi -b missing node robots -b missing node pedicurists -b missing node refractures -b missing node catheters -b missing node particular -b missing node brigantines -b missing node academia -b missing node academic -b missing node relays -b missing node dotard -b missing node abalone -b missing node refer -b missing node refractured -b missing node totalling -b missing node legitimation -b missing node photostated -b missing node duties -b missing node shedable -b missing node sundry -b missing node encumbering -b missing node activeness -b missing node dalmatian -b missing node porosity -b missing node youthened -b missing node handcuff -b missing node diehard -b missing node teaboards -b missing node reerected -b missing node bopping -b missing node bantam -b missing node toxicoid -b missing node headpieces -b missing node nonadvantageous -b missing node legitimating -b missing node snobbism -b missing node reliquidate -b missing node snobbish -b missing node declassing -b missing node adornment -b missing node hanuman -b missing node syphilitics -b missing node transistorized -b missing node quadrat -b missing node skirmishers -b missing node shooing -b missing node transistorizes -b missing node siltation -b missing node refit -b missing node gilded -b missing node ebbing -b missing node bedspring -b missing node topstone -b missing node comfort -b missing node grayish -b missing node hists -b missing node flawier -b missing node magdalen -b missing node trumpeter -b missing node griminess -b missing node farinas -b missing node bedecking -b missing node anywhere -b missing node nuthouses -b missing node raptures -b missing node trifocals -b missing node trackers -b missing node disbandment -b missing node overwork -b missing node stertorous -b missing node raptured -b missing node jubilee -b missing node littlenecks -b missing node locksteps -b missing node concessions -b missing node trumpeted -b missing node corrosion -b missing node suspenses -b missing node sneakiest -b missing node manque -b missing node declassify -b missing node caliper -b missing node mistitling -b missing node telecasts -b missing node prognostication -b missing node banter -b missing node fictional -b missing node sundog -b missing node sidewall -b missing node sidewalk -b missing node remarked -b missing node sentences -b missing node stimulus -b missing node tautonyms -b missing node spousal -b missing node skitterier -b missing node bandstand -b missing node flowage -b missing node prognosticating -b missing node slipshod -b missing node expirers -b missing node weirdness -b missing node sentenced -b missing node mappers -b missing node sublimity -b missing node welders -b missing node tolerative -b missing node manhattans -b missing node refed -b missing node sacking -b missing node schnozzle -b missing node bisexuals -b missing node kidneys -b missing node refocusing -b missing node reimprisons -b missing node remarker -b missing node relieving -b missing node hammerlocks -b missing node thermal -b missing node floccules -b missing node keratin -b missing node caliphs -b missing node rehearsing -b missing node dervish -b missing node torment -b missing node atheistically -b missing node encipherments -b missing node embezzlers -b missing node eatables -b missing node wavebands -b missing node lawlessness -b missing node displacing -b missing node samaritans -b missing node billhook -b missing node sphincteral -b missing node supermen -b missing node abashments -b missing node sternest -b missing node predatory -b missing node encephalon -b missing node upholders -b missing node soundproof -b missing node sibilating -b missing node integuments -b missing node fablers -b missing node acrobats -b missing node huffed -b missing node anticipations -b missing node outlawing -b missing node valuta -b missing node huarache -b missing node dangerous -b missing node anomaly -b missing node predators -b missing node proclaimed -b missing node waywardness -b missing node whizzing -b missing node proclaimer -b missing node sibilation -b missing node ineffable -b missing node speedup -b missing node pediments -b missing node photostatic -b missing node nylon -b missing node academes -b missing node boyish -b missing node uninformative -b missing node refix -b missing node probated -b missing node squirted -b missing node snobbily -b missing node sundew -b missing node encephalic -b missing node sunder -b missing node probates -b missing node floccular -b missing node cakewalks -b missing node coequality -b missing node squirter -b missing node exposited -b missing node mutterer -b missing node coacts -b missing node litres -b missing node bandits -b missing node legitimatize -b missing node streets -b missing node sunlamp -b missing node intricate -b missing node graying -b missing node muddiest -b missing node subscribed -b missing node italicizes -b missing node statecraft -b missing node muttered -b missing node italicized -b missing node featheredges -b missing node slinging -b missing node tutorials -b missing node skittering -b missing node refly -b missing node quatrains -b missing node electrolyzed -b missing node zonetime -b missing node visitant -b missing node subterfuge -b missing node hastiness -b missing node subscribes -b missing node subscriber -b missing node speciosity -b missing node footpads -b missing node taxingly -b missing node queriers -b missing node sightlier -b missing node zonated -b missing node hiccupped -b missing node stonishing -b missing node handsprings -b missing node rigorous -b missing node sapphics -b missing node upheavals -b missing node plumier -b missing node laciness -b missing node princeliness -b missing node heaping -b missing node inflictive -b missing node elitists -b missing node lignified -b missing node footpace -b missing node desalter -b missing node likelier -b missing node sunday -b missing node lignifies -b missing node auger -b missing node desalted -b missing node banding -b missing node duskiest -b missing node attainting -b missing node letting -b missing node remission -b missing node tablespoonful -b missing node herpeses -b missing node nonforfeiture -b missing node relocations -b missing node correctness -b missing node mirier -b missing node sundae -b missing node deputation -b missing node tocsins -b missing node aught -b missing node piling -b missing node fainest -b missing node implicate -b missing node duplication -b missing node deerflys -b missing node snobbier -b missing node bantus -b missing node valuer -b missing node discretion -b missing node coyer -b missing node oboes -b missing node rapprochement -b missing node values -b missing node thuggee -b missing node kneeing -b missing node matrices -b missing node cordials -b missing node divorce -b missing node exorcised -b missing node chimbly -b missing node dervishes -b missing node valued -b missing node duplicating -b missing node refry -b missing node collided -b missing node cylinder -b missing node predesignated -b missing node insole -b missing node exorcises -b missing node exorciser -b missing node miriam -b missing node uphill -b missing node ineffably -b missing node obscurement -b missing node collides -b missing node forgeries -b missing node supernal -b missing node revivification -b missing node automat -b missing node channelling -b missing node predesignates -b missing node gladsomely -b missing node woebegone -b missing node laity -b missing node enviousness -b missing node guttural -b missing node endangerments -b missing node resulted -b missing node steepening -b missing node punning -b missing node filament -b missing node couped -b missing node hitch -b missing node ambitioned -b missing node mistrusted -b missing node gossamer -b missing node coupes -b missing node entangled -b missing node savored -b missing node unabbreviated -b missing node backdrop -b missing node agedly -b missing node lairs -b missing node druids -b missing node eclogue -b missing node jaywalk -b missing node jerkiest -b missing node prepay -b missing node superstructure -b missing node savorer -b missing node laird -b missing node regal -b missing node insularity -b missing node garths -b missing node contributories -b missing node deputative -b missing node sanatory -b missing node dhole -b missing node subliming -b missing node absconder -b missing node prescores -b missing node entangler -b missing node scrawniness -b missing node entangles -b missing node bicyclers -b missing node pluming -b missing node applauses -b missing node miring -b missing node amorphousness -b missing node misquoting -b missing node rosets -b missing node illiterates -b missing node franchises -b missing node apartment -b missing node pandemic -b missing node franchiser -b missing node blamableness -b missing node befouls -b missing node jubiles -b missing node telecommunications -b missing node undetached -b missing node bandies -b missing node franchisee -b missing node improvising -b missing node homonyms -b missing node franchised -b missing node absconded -b missing node dishonor -b missing node conformationally -b missing node homonymy -b missing node lovesickness -b missing node foretold -b missing node stammerer -b missing node exorcists -b missing node chaotic -b missing node poinciana -b missing node haplessness -b missing node promulgating -b missing node stammered -b missing node quadric -b missing node growers -b missing node exorcisms -b missing node redouble -b missing node relaxant -b missing node unemployment -b missing node warpaths -b missing node shoveler -b missing node genuflected -b missing node flawing -b missing node refrigerants -b missing node appellations -b missing node knowers -b missing node intricacy -b missing node shoveled -b missing node manganous -b missing node rebound -b missing node maltreatment -b missing node deodars -b missing node effectively -b missing node coyly -b missing node presifted -b missing node malapertly -b missing node bandied -b missing node obols -b missing node imputers -b missing node facade -b missing node promulgation -b missing node straining -b missing node devisors -b missing node garter -b missing node rustproof -b missing node prescored -b missing node dollied -b missing node contributorily -b missing node couple -b missing node shoving -b missing node marshiness -b missing node benedicts -b missing node mercenariness -b missing node higgle -b missing node punnier -b missing node dollies -b missing node collapsible -b missing node reefs -b missing node shticks -b missing node nonabsorbable -b missing node guaranteeing -b missing node haymow -b missing node decibels -b missing node sleet -b missing node summital -b missing node shrimper -b missing node swinish -b missing node fritters -b missing node sleek -b missing node capitalize -b missing node sleep -b missing node funnelling -b missing node seabed -b missing node devotees -b missing node shrimped -b missing node sweeties -b missing node reefy -b missing node uniforming -b missing node pinkishness -b missing node outsmarted -b missing node ponied -b missing node remilitarizes -b missing node misdeems -b missing node sleds -b missing node eudemons -b missing node pollard -b missing node dreamiest -b missing node dhoti -b missing node lithest -b missing node remilitarized -b missing node costarring -b missing node slippages -b missing node cowls -b missing node discriminations -b missing node missorts -b missing node accepting -b missing node soaker -b missing node fiends -b missing node aquifers -b missing node outgoings -b missing node catbird -b missing node upshifted -b missing node wherrying -b missing node ponies -b missing node reedy -b missing node soaked -b missing node reeds -b missing node pressmark -b missing node assessments -b missing node infielders -b missing node overweighed -b missing node queened -b missing node endowers -b missing node pimento -b missing node defraudation -b missing node bonsoir -b missing node dolling -b missing node cement -b missing node accessibility -b missing node butleries -b missing node demythologizes -b missing node optometry -b missing node accountant -b missing node kerosenes -b missing node seabag -b missing node caterwauling -b missing node educational -b missing node demythologized -b missing node stakeout -b missing node viler -b missing node cadging -b missing node colicky -b missing node variedly -b missing node mutagenicity -b missing node deejay -b missing node capitalism -b missing node goldurns -b missing node airdrop -b missing node rescissions -b missing node grafter -b missing node operatically -b missing node barnyards -b missing node enthronement -b missing node capitalist -b missing node tressier -b missing node grafted -b missing node maladaptation -b missing node hemisection -b missing node preregister -b missing node proposals -b missing node hummers -b missing node dhows -b missing node tetradic -b missing node gossipping -b missing node freeborn -b missing node cowry -b missing node elitisms -b missing node starched -b missing node suffocation -b missing node villi -b missing node magisters -b missing node scrapbook -b missing node nucleated -b missing node incoincidence -b missing node abuse -b missing node villa -b missing node magistery -b missing node lithely -b missing node knuckliest -b missing node graybeard -b missing node superpowers -b missing node threaper -b missing node gunstock -b missing node nucleates -b missing node abuts -b missing node gallivant -b missing node suffocating -b missing node indentured -b missing node potteries -b missing node impetus -b missing node indentures -b missing node cantilever -b missing node county -b missing node counts -b missing node starches -b missing node codfish -b missing node wright -b missing node sugarcoat -b missing node pushier -b missing node credits -b missing node redissolving -b missing node scribblers -b missing node preannounces -b missing node inflicting -b missing node delicates -b missing node mastoiditis -b missing node reeky -b missing node pursuers -b missing node reels -b missing node cumbers -b missing node freeloading -b missing node devolvement -b missing node dollish -b missing node breccia -b missing node amain -b missing node sinkage -b missing node threaped -b missing node preannounced -b missing node janitress -b missing node amahs -b missing node capita -b missing node graphicness -b missing node unalienable -b missing node hystericus -b missing node dishonesties -b missing node inimicability -b missing node jesting -b missing node hadjees -b missing node nickeling -b missing node revenger -b missing node revenges -b missing node releasibility -b missing node blatters -b missing node infliction -b missing node cachalots -b missing node irreconcilability -b missing node subfractional -b missing node cockles -b missing node reeks -b missing node utilitarian -b missing node insipidly -b missing node subheading -b missing node cockled -b missing node uxoriously -b missing node bwana -b missing node shelved -b missing node barricaders -b missing node bloating -b missing node basinet -b missing node shoshone -b missing node kefir -b missing node destructors -b missing node freeboot -b missing node endangerment -b missing node shelves -b missing node pantheistic -b missing node shelver -b missing node vernalizes -b missing node basined -b missing node revenged -b missing node reaccusing -b missing node vernalized -b missing node semicolons -b missing node pottering -b missing node spluttering -b missing node pakistan -b missing node marchioness -b missing node vowing -b missing node fletched -b missing node damneder -b missing node amass -b missing node bridled -b missing node williams -b missing node preconscious -b missing node summitry -b missing node bridles -b missing node bridler -b missing node comportment -b missing node oceanology -b missing node alpines -b missing node importunate -b missing node pollack -b missing node tooted -b missing node clippers -b missing node hotelmen -b missing node thesauri -b missing node reeve -b missing node uncapitalized -b missing node futurities -b missing node sideways -b missing node gazetting -b missing node tooter -b missing node pushily -b missing node abuzz -b missing node degummed -b missing node uptowns -b missing node docketed -b missing node licitly -b missing node fletcher -b missing node discontinuous -b missing node banditti -b missing node fletches -b missing node sweetish -b missing node quaysides -b missing node spotlight -b missing node sunlights -b missing node ryegrasses -b missing node disinfestation -b missing node pushing -b missing node bicker -b missing node warbled -b missing node contemptuous -b missing node sublethal -b missing node busily -b missing node banditry -b missing node starvers -b missing node nefariously -b missing node losses -b missing node routinized -b missing node indigenous -b missing node blatancies -b missing node incipient -b missing node warbler -b missing node grandniece -b missing node warbles -b missing node marshes -b missing node majestic -b missing node kirigami -b missing node routinizes -b missing node equivocations -b missing node recuse -b missing node tooths -b missing node contoured -b missing node planetaria -b missing node toothy -b missing node hotelman -b missing node recurs -b missing node chorused -b missing node herpetic -b missing node whencesoever -b missing node busing -b missing node ramekins -b missing node ganglands -b missing node pelican -b missing node choruses -b missing node cyclos -b missing node remixing -b missing node dispatch -b missing node adulteries -b missing node optometer -b missing node exobiologist -b missing node coccyges -b missing node sinusoid -b missing node portlier -b missing node tunisia -b missing node poseidon -b missing node cycles -b missing node rouster -b missing node cycler -b missing node zebrasses -b missing node tootle -b missing node ticketing -b missing node tibias -b missing node dotage -b missing node sewings -b missing node inscribe -b missing node tibial -b missing node tripping -b missing node tibiae -b missing node sweeting -b missing node tetra -b missing node usurper -b missing node farmyard -b missing node clambakes -b missing node sideward -b missing node instituters -b missing node rousted -b missing node whitefishes -b missing node extensively -b missing node glutamate -b missing node appointively -b missing node acceptive -b missing node manmade -b missing node rethinking -b missing node valuably -b missing node reconcile -b missing node attestation -b missing node unrolling -b missing node valuable -b missing node cycled -b missing node pronely -b missing node sloshiest -b missing node amaze -b missing node inveigh -b missing node lupines -b missing node briskness -b missing node impressionably -b missing node brawlers -b missing node tolerating -b missing node angularly -b missing node grubbiest -b missing node impressionable -b missing node weightiest -b missing node debruising -b missing node camomiles -b missing node toleration -b missing node bovinity -b missing node walling -b missing node binomials -b missing node sunbathed -b missing node cicatrize -b missing node pederasty -b missing node chivalry -b missing node queenly -b missing node univalent -b missing node dissipator -b missing node degreed -b missing node uniformity -b missing node chambers -b missing node usurped -b missing node toughness -b missing node pederasts -b missing node busier -b missing node busies -b missing node entranced -b missing node prestressed -b missing node booklores -b missing node degrees -b missing node corrosive -b missing node majestical -b missing node troughs -b missing node entrances -b missing node cinchonas -b missing node sunbather -b missing node governments -b missing node consents -b missing node sunbathes -b missing node cyclic -b missing node reinfect -b missing node ammoniate -b missing node busied -b missing node perches -b missing node vireo -b missing node slops -b missing node oxygenic -b missing node seaman -b missing node perched -b missing node laborious -b missing node declared -b missing node slope -b missing node ninnies -b missing node pestholes -b missing node decrement -b missing node percher -b missing node steads -b missing node defendable -b missing node sloop -b missing node peppermints -b missing node exemplification -b missing node washing -b missing node pursuance -b missing node evolution -b missing node european -b missing node certifying -b missing node plosive -b missing node brandishes -b missing node brandisher -b missing node steady -b missing node lilliputian -b missing node coifs -b missing node iceless -b missing node deafness -b missing node wharfing -b missing node virgo -b missing node impractical -b missing node irreclaimably -b missing node newsgirls -b missing node guidelines -b missing node switchman -b missing node happier -b missing node declares -b missing node colonialism -b missing node declarer -b missing node mongolia -b missing node chicles -b missing node feuding -b missing node emplace -b missing node outnumbered -b missing node reinterpret -b missing node coign -b missing node obfuscating -b missing node subletting -b missing node virid -b missing node efferents -b missing node dissuasions -b missing node colonialist -b missing node aline -b missing node fleshiest -b missing node coils -b missing node motorbikes -b missing node protrusive -b missing node inflexible -b missing node flagellums -b missing node dissimilitude -b missing node unstop -b missing node garbless -b missing node errata -b missing node doubly -b missing node pedestaled -b missing node juntas -b missing node align -b missing node dehumidifiers -b missing node double -b missing node coaxial -b missing node garblers -b missing node succoured -b missing node deduce -b missing node haciendas -b missing node compassionately -b missing node kremlin -b missing node obfuscation -b missing node brandished -b missing node unstrap -b missing node asphyxy -b missing node steaks -b missing node subcommissions -b missing node deduct -b missing node hyperactivities -b missing node bestializes -b missing node proconsuls -b missing node dextroses -b missing node especially -b missing node bravado -b missing node wiverns -b missing node twofers -b missing node eyestones -b missing node alike -b missing node bestialized -b missing node seventieth -b missing node reentered -b missing node retransfers -b missing node minelayer -b missing node journeyers -b missing node blokes -b missing node enfetter -b missing node rocs -b missing node searchingly -b missing node blackjack -b missing node cannons -b missing node frenetically -b missing node juntos -b missing node bellevue -b missing node rock -b missing node slogs -b missing node rode -b missing node steamy -b missing node overabounds -b missing node rewelding -b missing node inflictions -b missing node steams -b missing node mothballs -b missing node robs -b missing node gumwoods -b missing node fernery -b missing node exhaling -b missing node aerobics -b missing node highnesses -b missing node robe -b missing node scent -b missing node frillers -b missing node recopying -b missing node ultimacies -b missing node beaconed -b missing node alice -b missing node scene -b missing node steals -b missing node hypothecate -b missing node demoness -b missing node roan -b missing node roam -b missing node mandate -b missing node roar -b missing node subcommissioner -b missing node road -b missing node portending -b missing node anaheim -b missing node modifiers -b missing node smallish -b missing node deaconing -b missing node anvils -b missing node marketing -b missing node beets -b missing node feedings -b missing node eristic -b missing node alien -b missing node frittered -b missing node spences -b missing node progresses -b missing node spencer -b missing node manchu -b missing node sutra -b missing node seamer -b missing node siziness -b missing node fascistic -b missing node fritterer -b missing node restrung -b missing node emptive -b missing node viral -b missing node seamen -b missing node dialists -b missing node progressed -b missing node midsummer -b missing node slobs -b missing node materialness -b missing node seamed -b missing node incorruption -b missing node medevacs -b missing node echeloning -b missing node sutta -b missing node drawbacks -b missing node beery -b missing node counterfeitness -b missing node cheeriness -b missing node beers -b missing node photospheric -b missing node celestial -b missing node superman -b missing node sloes -b missing node darkrooms -b missing node picarooned -b missing node roes -b missing node eliciting -b missing node claywares -b missing node alibi -b missing node gorgeous -b missing node proconsulship -b missing node errand -b missing node aprons -b missing node antilabor -b missing node sunburns -b missing node errant -b missing node alias -b missing node sunburnt -b missing node rods -b missing node larcenable -b missing node doctrinally -b missing node accidentally -b missing node beeps -b missing node karates -b missing node phial -b missing node clinic -b missing node dietitians -b missing node congruences -b missing node coaxing -b missing node prolapsing -b missing node stretcher -b missing node stretches -b missing node gnostic -b missing node alienees -b missing node callower -b missing node shelter -b missing node brackish -b missing node stretched -b missing node manlier -b missing node republican -b missing node bandsman -b missing node clingy -b missing node sunburst -b missing node unilluminated -b missing node sveltely -b missing node holists -b missing node levelly -b missing node seethingly -b missing node laundry -b missing node necrophilous -b missing node reassignment -b missing node anthologizing -b missing node clings -b missing node silicone -b missing node fealties -b missing node kinaesthesias -b missing node ounces -b missing node semplice -b missing node calcification -b missing node facias -b missing node printer -b missing node insults -b missing node nymph -b missing node facial -b missing node printed -b missing node reasonableness -b missing node cajoler -b missing node apiary -b missing node cajoles -b missing node appropriations -b missing node resistent -b missing node wineshops -b missing node cajoled -b missing node forebears -b missing node equalize -b missing node manlike -b missing node mufflers -b missing node soloing -b missing node routinely -b missing node volleyer -b missing node crackup -b missing node developmentally -b missing node volleyed -b missing node sestina -b missing node sestine -b missing node interveners -b missing node holisms -b missing node hardset -b missing node unconquered -b missing node pleasing -b missing node regions -b missing node singapore -b missing node unmorality -b missing node loitered -b missing node glossaries -b missing node pursue -b missing node enveloping -b missing node clinch -b missing node trunnels -b missing node interceding -b missing node lissomeness -b missing node untruthful -b missing node consecutively -b missing node overgrown -b missing node unimpassioned -b missing node concierges -b missing node strength -b missing node overgrows -b missing node remittances -b missing node sveltest -b missing node acidifiers -b missing node pipeline -b missing node stultify -b missing node encrypts -b missing node thievery -b missing node facies -b missing node beefy -b missing node clinkers -b missing node composting -b missing node sharking -b missing node equaling -b missing node conscience -b missing node nasalization -b missing node hygeist -b missing node cohos -b missing node slows -b missing node devisals -b missing node chirography -b missing node beefs -b missing node bombard -b missing node autos -b missing node naturals -b missing node raspberry -b missing node uncurling -b missing node tennesseans -b missing node topple -b missing node ratchets -b missing node precox -b missing node cabbage -b missing node desalts -b missing node unitarians -b missing node prospected -b missing node loiterer -b missing node subdebutante -b missing node unsnarling -b missing node frustrates -b missing node glossarial -b missing node edelweisses -b missing node protrusion -b missing node eking -b missing node malaysians -b missing node jokester -b missing node homoerotism -b missing node ornithological -b missing node takedown -b missing node invents -b missing node antagonistic -b missing node tasksetter -b missing node soloist -b missing node resisters -b missing node vertebra -b missing node autre -b missing node wingmen -b missing node skulkers -b missing node tacoma -b missing node tarsier -b missing node airspeeds -b missing node unforsaken -b missing node subserving -b missing node tumbrel -b missing node cowhand -b missing node poignant -b missing node slosh -b missing node precut -b missing node braiders -b missing node meiotic -b missing node pastorates -b missing node horsehides -b missing node irreclaimable -b missing node enureses -b missing node mettlesome -b missing node intoxicates -b missing node cabbala -b missing node visitors -b missing node sloth -b missing node crackly -b missing node intoxicated -b missing node frustrated -b missing node spherometer -b missing node slots -b missing node tideland -b missing node diagram -b missing node beech -b missing node facile -b missing node emplane -b missing node typescripts -b missing node clinks -b missing node interpretations -b missing node virus -b missing node inhumanly -b missing node sextuples -b missing node sextuplet -b missing node virtu -b missing node equality -b missing node entrusts -b missing node enlacing -b missing node saclike -b missing node bunkoed -b missing node crackle -b missing node sextupled -b missing node caricatured -b missing node protrusile -b missing node lazars -b missing node equalise -b missing node switchmen -b missing node unreasoned -b missing node caricatures -b missing node searches -b missing node searcher -b missing node wraith -b missing node taxing -b missing node watercolors -b missing node biophysicist -b missing node feudist -b missing node facing -b missing node caroming -b missing node straightaway -b missing node bombast -b missing node searched -b missing node wingman -b missing node poshness -b missing node reliques -b missing node prospector -b missing node visit -b missing node fattener -b missing node exposits -b missing node catalogers -b missing node memorize -b missing node atmospheres -b missing node fattened -b missing node began -b missing node outguess -b missing node begat -b missing node allergies -b missing node prehensile -b missing node thermodynamics -b missing node argentineans -b missing node heroics -b missing node preens -b missing node decimates -b missing node sawyers -b missing node continental -b missing node jigsawed -b missing node douche -b missing node lacquered -b missing node mountaintops -b missing node hankerings -b missing node doghouses -b missing node kickups -b missing node berrylike -b missing node prussia -b missing node exportable -b missing node gushily -b missing node prussic -b missing node seance -b missing node decimated -b missing node giraffe -b missing node lacquerer -b missing node swampiest -b missing node breveted -b missing node shandies -b missing node convertibles -b missing node leathernecks -b missing node barytone -b missing node incredulous -b missing node gushing -b missing node yards -b missing node represent -b missing node adjuration -b missing node atmospheric -b missing node escoting -b missing node topper -b missing node irritating -b missing node overwound -b missing node trepidation -b missing node egregious -b missing node contumacy -b missing node expropriator -b missing node muzziest -b missing node adulate -b missing node yarer -b missing node pursed -b missing node maharishis -b missing node dispelled -b missing node taxies -b missing node anthropologically -b missing node purser -b missing node challengers -b missing node dobber -b missing node purses -b missing node forlornly -b missing node nilling -b missing node airiest -b missing node soaper -b missing node insulin -b missing node inartistic -b missing node repasted -b missing node disjointed -b missing node topped -b missing node caucasoids -b missing node conservatorship -b missing node soaped -b missing node against -b missing node paunches -b missing node barnstorm -b missing node inactivation -b missing node terminate -b missing node unapparent -b missing node trusteeship -b missing node ossifier -b missing node yolkier -b missing node ossifies -b missing node chauvinists -b missing node volatilization -b missing node mussier -b missing node tuftily -b missing node winglet -b missing node roaming -b missing node taxied -b missing node elicited -b missing node abyes -b missing node unclog -b missing node otological -b missing node inactivating -b missing node rememberers -b missing node tufting -b missing node unsure -b missing node ossified -b missing node stereotyping -b missing node visas -b missing node pulsations -b missing node outnumbering -b missing node enplane -b missing node bullwhips -b missing node wheres -b missing node prohibitive -b missing node compilable -b missing node cowlicks -b missing node complimenter -b missing node decapsulate -b missing node loaves -b missing node enabling -b missing node complimented -b missing node plenty -b missing node upend -b missing node irritated -b missing node lawfully -b missing node alternators -b missing node tragicomic -b missing node prospectus -b missing node showoffs -b missing node nominately -b missing node irritates -b missing node felicitator -b missing node plenum -b missing node wedgie -b missing node deltoids -b missing node yessing -b missing node hotter -b missing node underspending -b missing node moonstone -b missing node newnesses -b missing node unexchangeable -b missing node endorsable -b missing node shortwaves -b missing node inbred -b missing node hotted -b missing node gushier -b missing node tercentenaries -b missing node fatefully -b missing node spender -b missing node necks -b missing node codpieces -b missing node vises -b missing node unredeemed -b missing node keats -b missing node subminiaturize -b missing node wainscots -b missing node yarns -b missing node tappets -b missing node emblaze -b missing node leftovers -b missing node underslung -b missing node burglarizing -b missing node retesting -b missing node elicitor -b missing node contiguously -b missing node pickaxes -b missing node ibex -b missing node ibid -b missing node heroine -b missing node poodle -b missing node prevalently -b missing node pickaxed -b missing node allergist -b missing node heroins -b missing node declasse -b missing node nonmaterial -b missing node snazzy -b missing node affiliate -b missing node ghostier -b missing node silicons -b missing node coworker -b missing node hydrochloric -b missing node boycotts -b missing node vised -b missing node tappers -b missing node stereotypies -b missing node honchos -b missing node outjutting -b missing node despoiling -b missing node inhabitancies -b missing node disaffections -b missing node wedged -b missing node ceasing -b missing node jamaicans -b missing node wedges -b missing node wrecking -b missing node integrities -b missing node bazooka -b missing node unallied -b missing node souffle -b missing node gagster -b missing node prohibiting -b missing node befog -b missing node heroism -b missing node convulsant -b missing node mediatorial -b missing node climes -b missing node adeptest -b missing node disharmony -b missing node cowhides -b missing node radiations -b missing node revived -b missing node uncles -b missing node pedaled -b missing node abrasive -b missing node reviver -b missing node revives -b missing node fellahin -b missing node prickling -b missing node librarians -b missing node dischargeable -b missing node stowaways -b missing node plumply -b missing node vestibule -b missing node expropriated -b missing node belying -b missing node cowhided -b missing node renegotiate -b missing node overfeed -b missing node tailored -b missing node expropriates -b missing node subdistinction -b missing node abalones -b missing node serially -b missing node coaeval -b missing node slummer -b missing node analeptic -b missing node potations -b missing node overspreading -b missing node worrying -b missing node exorbitance -b missing node incontestabilities -b missing node prohibition -b missing node lichee -b missing node noblesse -b missing node lichen -b missing node slummed -b missing node democrat -b missing node shallowed -b missing node tablelands -b missing node beeline -b missing node showers -b missing node plumper -b missing node feminacies -b missing node showery -b missing node iamb -b missing node orotund -b missing node watermark -b missing node stupefy -b missing node fluttering -b missing node unclad -b missing node transcendentalists -b missing node irreproachable -b missing node memories -b missing node revival -b missing node weaknesses -b missing node draught -b missing node beelike -b missing node doilies -b missing node rafting -b missing node stripier -b missing node impactors -b missing node irreproachably -b missing node rhonchi -b missing node bevatrons -b missing node forefinger -b missing node fidgeter -b missing node abnegates -b missing node investigators -b missing node fidgeted -b missing node jawbreaker -b missing node manhattan -b missing node climax -b missing node misplay -b missing node jinxed -b missing node shallower -b missing node climbs -b missing node jinxes -b missing node investigatory -b missing node ghosting -b missing node abnegated -b missing node cretinizing -b missing node motivation -b missing node coachwork -b missing node inflexibly -b missing node merlins -b missing node prototype -b missing node codeine -b missing node lichis -b missing node coalpits -b missing node terrifyingly -b missing node disembowelling -b missing node codeins -b missing node apices -b missing node memorial -b missing node eyewash -b missing node tartaric -b missing node pastellists -b missing node abnegator -b missing node arbitrable -b missing node oligarchy -b missing node coins -b missing node oligarchs -b missing node abigail -b missing node unthroning -b missing node nascences -b missing node denunciatory -b missing node sardinian -b missing node stultifies -b missing node persevering -b missing node eductive -b missing node revivalistic -b missing node unsung -b missing node plumped -b missing node sweeper -b missing node banshies -b missing node coirs -b missing node rescindable -b missing node heroize -b missing node elatedly -b missing node pricklier -b missing node olivine -b missing node stultified -b missing node wherry -b missing node headquartering -b missing node washier -b missing node babysitting -b missing node visor -b missing node camphors -b missing node foreladies -b missing node befit -b missing node abrasion -b missing node mishaps -b missing node partridge -b missing node isosceles -b missing node waitress -b missing node hardheaded -b missing node solutions -b missing node mainlander -b missing node insular -b missing node incumbering -b missing node fortress -b missing node eduction -b missing node kingfish -b missing node preconstruction -b missing node fatuity -b missing node preconstructing -b missing node apical -b missing node infidel -b missing node cypresses -b missing node striping -b missing node destructibility -b missing node forlorner -b missing node influencing -b missing node gooneys -b missing node refiguring -b missing node wenchers -b missing node reginas -b missing node reginal -b missing node shrining -b missing node tuftier -b missing node barefaced -b missing node attendances -b missing node doubts -b missing node pilotless -b missing node huckleberries -b missing node hedonic -b missing node motivating -b missing node sendable -b missing node terminals -b missing node headmasters -b missing node eulogiums -b missing node malconduct -b missing node cataleptoid -b missing node lummoxes -b missing node redounded -b missing node mournfulness -b missing node vista -b missing node regains -b missing node logisticians -b missing node frontager -b missing node frontages -b missing node rejuvenate -b missing node steamrollers -b missing node revisable -b missing node sulphas -b missing node epicalyces -b missing node handicaps -b missing node trueness -b missing node majored -b missing node icbm -b missing node viper -b missing node majorem -b missing node apoplexy -b missing node introductory -b missing node skiddooed -b missing node corruptibility -b missing node gamecock -b missing node myriad -b missing node inoculations -b missing node foreclosures -b missing node eructated -b missing node derailing -b missing node discontinuations -b missing node disaffiliated -b missing node haddock -b missing node kebob -b missing node hoedown -b missing node cowages -b missing node neologism -b missing node zucchini -b missing node unprofessed -b missing node eructates -b missing node apologetically -b missing node disaffiliates -b missing node interesting -b missing node snapshots -b missing node apolunes -b missing node bizonal -b missing node vatted -b missing node pawing -b missing node upwards -b missing node electronic -b missing node conflictive -b missing node rupture -b missing node manege -b missing node reordain -b missing node vegetating -b missing node enchant -b missing node aliened -b missing node showily -b missing node alienee -b missing node inducement -b missing node scraggliest -b missing node blowfishes -b missing node aliener -b missing node trimming -b missing node parlance -b missing node sweeten -b missing node carromed -b missing node lengthiest -b missing node sweeter -b missing node hookups -b missing node swillers -b missing node leprosarium -b missing node squinters -b missing node workfolk -b missing node nitration -b missing node insidiousness -b missing node scrutinize -b missing node revisionary -b missing node nonstimulating -b missing node philippic -b missing node retreads -b missing node chapter -b missing node fearfulness -b missing node showing -b missing node stripings -b missing node sawmills -b missing node genteelest -b missing node propanol -b missing node enuretic -b missing node rivaled -b missing node dissimulator -b missing node pianoforte -b missing node gunnies -b missing node sloughier -b missing node browniest -b missing node whistlers -b missing node wests -b missing node formalization -b missing node gastropods -b missing node newcomers -b missing node machinator -b missing node hippie -b missing node declamations -b missing node elegiacs -b missing node listed -b missing node unalike -b missing node tipsters -b missing node yardage -b missing node anneal -b missing node ileal -b missing node nitrating -b missing node asseveration -b missing node praetors -b missing node republishing -b missing node swimsuits -b missing node treble -b missing node unofficiously -b missing node tersest -b missing node turncoat -b missing node vegetative -b missing node toadfish -b missing node cockatoo -b missing node lister -b missing node listen -b missing node asseverating -b missing node cupcake -b missing node studying -b missing node faience -b missing node begum -b missing node trebly -b missing node begun -b missing node conflicting -b missing node satchel -b missing node lotion -b missing node resonator -b missing node returnability -b missing node prepack -b missing node larvas -b missing node baksheesh -b missing node outchiding -b missing node vegetation -b missing node cicadae -b missing node larval -b missing node revarnishing -b missing node coked -b missing node tersely -b missing node rationalistic -b missing node cicadas -b missing node solecizes -b missing node prepaid -b missing node cokes -b missing node hipped -b missing node onerously -b missing node ices -b missing node hipper -b missing node patentability -b missing node lentils -b missing node showier -b missing node larvae -b missing node integrationist -b missing node disadvantageous -b missing node abhorrently -b missing node mikes -b missing node ambush -b missing node equalled -b missing node prochurch -b missing node civilizers -b missing node peyotyls -b missing node chevrolets -b missing node overworks -b missing node vendibility -b missing node dissimulates -b missing node ethylenes -b missing node iced -b missing node evacuators -b missing node unrefined -b missing node visionary -b missing node investments -b missing node sweetens -b missing node chemistries -b missing node solecized -b missing node wedder -b missing node possessible -b missing node babbitting -b missing node headnote -b missing node gunning -b missing node wheeziest -b missing node wedded -b missing node archivists -b missing node residential -b missing node washings -b missing node aplenty -b missing node overcapitalize -b missing node blockheads -b missing node tonights -b missing node perceptually -b missing node plummier -b missing node prostitute -b missing node parities -b missing node kebab -b missing node devotion -b missing node etude -b missing node miaows -b missing node dissimulated -b missing node awaken -b missing node awakes -b missing node calibre -b missing node souvenirs -b missing node begot -b missing node brawling -b missing node baulking -b missing node rucksacks -b missing node glanders -b missing node hobble -b missing node percept -b missing node cannoneers -b missing node subacute -b missing node airmails -b missing node yearner -b missing node yearned -b missing node definitely -b missing node monographer -b missing node bongoists -b missing node exobiology -b missing node creditability -b missing node emplacement -b missing node memoir -b missing node tiaras -b missing node motivational -b missing node gorses -b missing node titillate -b missing node sulphur -b missing node fluoroscopists -b missing node stylistic -b missing node percent -b missing node plotless -b missing node identified -b missing node fireless -b missing node arnold -b missing node neologies -b missing node amylases -b missing node misfired -b missing node boating -b missing node bassets -b missing node swingiest -b missing node identifier -b missing node identifies -b missing node kindness -b missing node privatizing -b missing node recrimination -b missing node intertwine -b missing node marketings -b missing node autopsy -b missing node palmist -b missing node disenfranchised -b missing node reeking -b missing node cannelon -b missing node ibis -b missing node aurum -b missing node cockpit -b missing node cochairing -b missing node wellness -b missing node awaked -b missing node covalences -b missing node quandary -b missing node unstops -b missing node clearest -b missing node wetly -b missing node retreats -b missing node recriminating -b missing node irrefragable -b missing node agitators -b missing node slagged -b missing node monographic -b missing node disenfranchises -b missing node holotypes -b missing node pantingly -b missing node entrapping -b missing node poohed -b missing node finnicky -b missing node poxing -b missing node refuted -b missing node crossbeam -b missing node refuter -b missing node sulphid -b missing node discipliners -b missing node thirstiest -b missing node nuisances -b missing node pairs -b missing node refutes -b missing node ringmaster -b missing node baulkier -b missing node undiffused -b missing node reconciliations -b missing node brawlier -b missing node touting -b missing node mussing -b missing node starving -b missing node uncial -b missing node prestigeful -b missing node inphase -b missing node purvey -b missing node foulest -b missing node viperish -b missing node auric -b missing node drinker -b missing node misfires -b missing node retrieval -b missing node farewell -b missing node hotheadedly -b missing node zephyr -b missing node mussily -b missing node payrolls -b missing node pedagogy -b missing node felicitated -b missing node overburdening -b missing node retraining -b missing node pedagogs -b missing node interrogate -b missing node endemic -b missing node felicitates -b missing node standardize -b missing node beget -b missing node prearm -b missing node eyeshade -b missing node alienly -b missing node angleworms -b missing node dilantin -b missing node prevaricator -b missing node slumped -b missing node noncumulative -b missing node taoists -b missing node pertussis -b missing node pains -b missing node paint -b missing node savoury -b missing node telegraphs -b missing node telegraphy -b missing node savours -b missing node caliber -b missing node paine -b missing node acrimoniously -b missing node retrieves -b missing node retriever -b missing node goonies -b missing node cafeteria -b missing node remnants -b missing node miaous -b missing node untended -b missing node familiarizes -b missing node replayed -b missing node retrieved -b missing node devoting -b missing node familiarized -b missing node university -b missing node machinated -b missing node bizones -b missing node jealousies -b missing node protestors -b missing node viperine -b missing node worsening -b missing node reekier -b missing node growths -b missing node hobbit -b missing node auxiliaries -b missing node preamp -b missing node blunder -b missing node begin -b missing node chemurgic -b missing node pails -b missing node dobbin -b missing node abysm -b missing node skirtings -b missing node abyss -b missing node forlornest -b missing node upholstery -b missing node stringing -b missing node theodicy -b missing node ghost -b missing node continued -b missing node impatience -b missing node awaits -b missing node orchestral -b missing node legitimizing -b missing node orchestras -b missing node antiquely -b missing node launder -b missing node miler -b missing node miles -b missing node truckage -b missing node slipforms -b missing node vermicide -b missing node continuer -b missing node upholsters -b missing node underpins -b missing node continues -b missing node idea -b missing node superior -b missing node ghoul -b missing node recklessly -b missing node idee -b missing node idaho -b missing node unscheduled -b missing node cracked -b missing node bathrobe -b missing node needy -b missing node sexuality -b missing node colts -b missing node crusaded -b missing node milch -b missing node promontory -b missing node focusses -b missing node needs -b missing node cracker -b missing node intimation -b missing node breakaway -b missing node crusader -b missing node supering -b missing node crusades -b missing node drollness -b missing node equities -b missing node alieners -b missing node catchup -b missing node enflaming -b missing node congruous -b missing node scratchpad -b missing node parrying -b missing node unpoetic -b missing node qualifying -b missing node constitutionality -b missing node moroccan -b missing node expose -b missing node jugular -b missing node mistakable -b missing node precis -b missing node focussed -b missing node knacking -b missing node lambastes -b missing node betroths -b missing node colly -b missing node milan -b missing node passwords -b missing node infolded -b missing node lambasted -b missing node interventionist -b missing node sextiles -b missing node infolder -b missing node continual -b missing node interventionism -b missing node besmears -b missing node securities -b missing node intimating -b missing node sexualize -b missing node imperfections -b missing node serous -b missing node interrogant -b missing node mushroom -b missing node prolonged -b missing node silentness -b missing node beigy -b missing node routing -b missing node colon -b missing node frequency -b missing node routine -b missing node hazers -b missing node treats -b missing node affrighted -b missing node reseeded -b missing node treaty -b missing node beige -b missing node anthropoidea -b missing node filmgoers -b missing node prolonges -b missing node projected -b missing node export -b missing node geodesics -b missing node promising -b missing node gasbag -b missing node ejaculum -b missing node memory -b missing node color -b missing node enuresis -b missing node cooperative -b missing node rectorial -b missing node reconversion -b missing node inscrutable -b missing node piercing -b missing node scrutinies -b missing node yelper -b missing node mille -b missing node colic -b missing node mills -b missing node unequivocalness -b missing node desists -b missing node yelped -b missing node mukluks -b missing node benedictions -b missing node reduplicated -b missing node peonage -b missing node captor -b missing node colin -b missing node bastardizing -b missing node annotatively -b missing node priorities -b missing node complicities -b missing node cheddar -b missing node prevaricated -b missing node prevaricates -b missing node cushiness -b missing node inscrutably -b missing node labourer -b missing node unwitnessed -b missing node settling -b missing node facets -b missing node mustards -b missing node idly -b missing node gigglers -b missing node researching -b missing node reembark -b missing node viscid -b missing node situation -b missing node recriminative -b missing node tubulate -b missing node faceup -b missing node continuos -b missing node tapeworms -b missing node shadowboxing -b missing node venules -b missing node idle -b missing node concretions -b missing node situating -b missing node milks -b missing node cuscus -b missing node milky -b missing node glowering -b missing node substratums -b missing node facers -b missing node hazels -b missing node leveler -b missing node colds -b missing node candlepin -b missing node rectories -b missing node leveled -b missing node subcategories -b missing node ides -b missing node redistilling -b missing node rivalling -b missing node idem -b missing node expiries -b missing node ideo -b missing node climbable -b missing node coles -b missing node enjoys -b missing node afghan -b missing node fluctuation -b missing node navajos -b missing node procuration -b missing node turbocar -b missing node incommunicably -b missing node commands -b missing node laboured -b missing node labellers -b missing node commando -b missing node corrode -b missing node snorkel -b missing node cooperation -b missing node unsnarled -b missing node fluctuating -b missing node occupants -b missing node decrescendo -b missing node vulgarness -b missing node cooperating -b missing node venular -b missing node ghanian -b missing node expeditiously -b missing node discordant -b missing node abandoner -b missing node colas -b missing node incommunicable -b missing node jerkin -b missing node clavierists -b missing node hebraists -b missing node cadences -b missing node monition -b missing node snowballed -b missing node pagandoms -b missing node hetaeric -b missing node subduals -b missing node continuum -b missing node yardarm -b missing node underplaying -b missing node couturieres -b missing node pepperiness -b missing node weepiest -b missing node beefless -b missing node expectorant -b missing node sugarplums -b missing node abandonee -b missing node encircling -b missing node bristliest -b missing node abandoned -b missing node cotillions -b missing node couchings -b missing node rearers -b missing node wasteful -b missing node housebreak -b missing node denunciations -b missing node membranaceous -b missing node attentions -b missing node emptily -b missing node atoneable -b missing node hardpan -b missing node fastback -b missing node cachepots -b missing node longhorn -b missing node waybill -b missing node catches -b missing node catcher -b missing node phonemically -b missing node tuberoses -b missing node ambiguous -b missing node pavanes -b missing node rivalry -b missing node adoptabilities -b missing node handlists -b missing node marionettes -b missing node annotations -b missing node happens -b missing node synthetical -b missing node decreasing -b missing node eightball -b missing node disassociates -b missing node reintegrating -b missing node bathroom -b missing node boredoms -b missing node sorority -b missing node expiring -b missing node crusados -b missing node irreal -b missing node jerked -b missing node icky -b missing node revealingly -b missing node transhipping -b missing node errancies -b missing node brainwashing -b missing node welcome -b missing node pugnaciously -b missing node mismanaged -b missing node jerker -b missing node bandstands -b missing node compunctions -b missing node meioses -b missing node reduce -b missing node mandala -b missing node hilariously -b missing node photospheres -b missing node jellifying -b missing node eulogists -b missing node disassociated -b missing node mismanages -b missing node mismanager -b missing node rearguing -b missing node sullenest -b missing node treads -b missing node optatives -b missing node angularities -b missing node iridescent -b missing node frequents -b missing node reintegration -b missing node icon -b missing node mitigate -b missing node moroccos -b missing node purifications -b missing node highboy -b missing node etcher -b missing node neocolonial -b missing node flocking -b missing node etches -b missing node hebraizing -b missing node berliners -b missing node tictocs -b missing node resituate -b missing node norths -b missing node emitted -b missing node sweetest -b missing node tawdriest -b missing node calicos -b missing node millraces -b missing node emitter -b missing node duellers -b missing node somberness -b missing node younglings -b missing node meiosis -b missing node spotted -b missing node hetaerae -b missing node tearable -b missing node vietnamese -b missing node flatteringly -b missing node etched -b missing node spotter -b missing node danube -b missing node bulgers -b missing node refuses -b missing node refuser -b missing node broiled -b missing node gibingly -b missing node broiler -b missing node refused -b missing node curiousness -b missing node projector -b missing node pigments -b missing node stringier -b missing node vatican -b missing node prepare -b missing node cenacles -b missing node hotrod -b missing node gastrologists -b missing node rollicks -b missing node algeria -b missing node compliantly -b missing node propanes -b missing node capstan -b missing node occlude -b missing node scrutinise -b missing node mushrooming -b missing node equipoise -b missing node expectorate -b missing node emptied -b missing node raunchiness -b missing node antiquers -b missing node scarifying -b missing node shutoffs -b missing node empties -b missing node emptier -b missing node suchness -b missing node apiece -b missing node fortuning -b missing node incumber -b missing node viviparous -b missing node hetaeras -b missing node deceitful -b missing node karakuls -b missing node physique -b missing node stepchild -b missing node niacins -b missing node splendors -b missing node alive -b missing node enjoin -b missing node motioners -b missing node perilousness -b missing node acidifiable -b missing node oversubscribing -b missing node improbably -b missing node refusal -b missing node larums -b missing node candying -b missing node chicory -b missing node improbable -b missing node viscousness -b missing node windsock -b missing node occupance -b missing node seventieths -b missing node fudged -b missing node lissom -b missing node embodier -b missing node biomicroscopies -b missing node bundling -b missing node viscus -b missing node embodies -b missing node object -b missing node lunatically -b missing node fudges -b missing node prepays -b missing node pubertal -b missing node overexcited -b missing node ileum -b missing node occupancy -b missing node overexcites -b missing node unimaginatively -b missing node flockier -b missing node abscising -b missing node pertinacious -b missing node enchain -b missing node warpowers -b missing node cadenced -b missing node lilted -b missing node nonabsorbent -b missing node embodied -b missing node defoliants -b missing node rimers -b missing node adaptors -b missing node felting -b missing node nitrators -b missing node yeomanry -b missing node purply -b missing node nazifies -b missing node beans -b missing node nazified -b missing node grindstone -b missing node traceries -b missing node pacta -b missing node disorganize -b missing node southerner -b missing node bloomy -b missing node blooms -b missing node comic -b missing node revisit -b missing node scags -b missing node biological -b missing node vishnu -b missing node journeying -b missing node vivid -b missing node irreverences -b missing node experiments -b missing node dishearten -b missing node banksides -b missing node cobber -b missing node timelessness -b missing node purple -b missing node packhorses -b missing node iodines -b missing node winging -b missing node citrine -b missing node embroglios -b missing node beano -b missing node comfy -b missing node redrew -b missing node farrows -b missing node beams -b missing node beamy -b missing node bullet -b missing node wallops -b missing node fastball -b missing node exculpating -b missing node nehru -b missing node slivers -b missing node instrumentalities -b missing node hokier -b missing node transporting -b missing node dapperness -b missing node technological -b missing node commy -b missing node emulsified -b missing node revises -b missing node reviser -b missing node comma -b missing node wordings -b missing node latently -b missing node promulgations -b missing node display -b missing node boxfuls -b missing node exculpation -b missing node comme -b missing node walloon -b missing node fascinate -b missing node beaky -b missing node steeliest -b missing node revised -b missing node farmyards -b missing node beaks -b missing node couscouses -b missing node scabs -b missing node deliveries -b missing node hunters -b missing node emaciating -b missing node therapeutic -b missing node screamingly -b missing node lamaseries -b missing node dudgeon -b missing node emaciation -b missing node solomon -b missing node malaise -b missing node downshifted -b missing node entwining -b missing node eaglets -b missing node overemphasizing -b missing node scads -b missing node exhusband -b missing node pacts -b missing node alecs -b missing node ellipsis -b missing node carried -b missing node raucously -b missing node bedgowns -b missing node scant -b missing node scrabbly -b missing node outpayment -b missing node scans -b missing node kakistocracies -b missing node exhalent -b missing node carries -b missing node carrier -b missing node mechanical -b missing node dewing -b missing node coxswain -b missing node braiding -b missing node bravest -b missing node oasts -b missing node sultanas -b missing node curtsied -b missing node mangle -b missing node compt -b missing node comps -b missing node redundancy -b missing node invests -b missing node iceland -b missing node vacation -b missing node curtsies -b missing node qualmishly -b missing node bravery -b missing node redundance -b missing node bravers -b missing node envelopers -b missing node pickwicks -b missing node scape -b missing node choiceness -b missing node mangos -b missing node triumphant -b missing node beaus -b missing node vacating -b missing node beaut -b missing node beaux -b missing node reinspected -b missing node scrabble -b missing node graftages -b missing node wingier -b missing node bonesetter -b missing node smallest -b missing node intromits -b missing node alefs -b missing node tenet -b missing node snootiness -b missing node seismologists -b missing node revisor -b missing node coatings -b missing node caryatid -b missing node unrewarded -b missing node errands -b missing node midst -b missing node subduing -b missing node impressionists -b missing node tends -b missing node capsule -b missing node ellipses -b missing node mulching -b missing node rosette -b missing node hoking -b missing node beast -b missing node bulled -b missing node thriftlessness -b missing node categorizers -b missing node analyzed -b missing node irritants -b missing node inrush -b missing node disbanding -b missing node daemonic -b missing node waddings -b missing node tench -b missing node analyzer -b missing node errancy -b missing node analyzes -b missing node beats -b missing node vivre -b missing node limekiln -b missing node wallows -b missing node sealants -b missing node holistic -b missing node scale -b missing node scald -b missing node bloops -b missing node etruscans -b missing node draperies -b missing node rollback -b missing node seismographers -b missing node undramatic -b missing node comte -b missing node scaly -b missing node disposals -b missing node capone -b missing node scalp -b missing node gewgaw -b missing node capons -b missing node effluents -b missing node decentring -b missing node abstractedly -b missing node bears -b missing node beard -b missing node scamp -b missing node bravely -b missing node scams -b missing node exilic -b missing node lengthiness -b missing node outboasting -b missing node unsoothed -b missing node misunderstand -b missing node seisms -b missing node neuters -b missing node eluders -b missing node beatific -b missing node deficiently -b missing node tenor -b missing node admiralship -b missing node bittern -b missing node parenthetical -b missing node bitters -b missing node immobile -b missing node abstained -b missing node sunniness -b missing node midge -b missing node abstainer -b missing node asymmetries -b missing node wetback -b missing node readopting -b missing node epoxyed -b missing node tacked -b missing node boxwoods -b missing node originality -b missing node recriminatory -b missing node collegiality -b missing node written -b missing node energizing -b missing node midis -b missing node tumorous -b missing node tenon -b missing node buffeting -b missing node devisers -b missing node pleasers -b missing node chronicling -b missing node haughtily -b missing node strongarmer -b missing node arnica -b missing node transcribed -b missing node utopia -b missing node exiled -b missing node anionic -b missing node paces -b missing node skimmed -b missing node tangentially -b missing node uteruses -b missing node abubble -b missing node curlycue -b missing node skimmer -b missing node transcribes -b missing node transcriber -b missing node scary -b missing node sniffed -b missing node twattle -b missing node delimitation -b missing node ferniest -b missing node consignment -b missing node misprisions -b missing node scars -b missing node leveraged -b missing node alder -b missing node sniffer -b missing node scarp -b missing node leverages -b missing node scarf -b missing node scare -b missing node capote -b missing node smoggier -b missing node earmarks -b missing node pudgy -b missing node frontally -b missing node delimitating -b missing node editresses -b missing node bigamistic -b missing node europium -b missing node immobilities -b missing node premolar -b missing node onboard -b missing node scats -b missing node foxiness -b missing node antinarcotic -b missing node pacer -b missing node seasons -b missing node exiles -b missing node paced -b missing node chichis -b missing node craggiest -b missing node graceful -b missing node negus -b missing node pegmatitic -b missing node insouciance -b missing node milliard -b missing node shitting -b missing node capacious -b missing node almshouses -b missing node teamwork -b missing node routinize -b missing node undismayed -b missing node fistula -b missing node industry -b missing node revisal -b missing node peacekeepers -b missing node homonym -b missing node unutterably -b missing node geodesist -b missing node aliening -b missing node overdrawing -b missing node uncharging -b missing node approached -b missing node packs -b missing node militantly -b missing node unutterable -b missing node barbarities -b missing node telemeters -b missing node comas -b missing node approaches -b missing node alluvial -b missing node approacher -b missing node wingdings -b missing node metonym -b missing node cobalt -b missing node taxers -b missing node flameouts -b missing node insolubilities -b missing node oases -b missing node capped -b missing node pacemaker -b missing node negotiatory -b missing node lutheran -b missing node imbecile -b missing node bumptiousness -b missing node negotiators -b missing node uncontested -b missing node emulsifies -b missing node subcommissioners -b missing node emulsifier -b missing node beads -b missing node chairwomen -b missing node tackle -b missing node outgoes -b missing node remorseful -b missing node torpidity -b missing node suaveness -b missing node beady -b missing node bloody -b missing node midas -b missing node bloods -b missing node collaterals -b missing node regiments -b missing node beach -b missing node unsurprised -b missing node fornicatrix -b missing node shrubberies -b missing node tents -b missing node varnish -b missing node deflagrations -b missing node errants -b missing node muteness -b missing node tenth -b missing node parathion -b missing node juiciest -b missing node sorptive -b missing node tackey -b missing node sorrower -b missing node luxes -b missing node overtopped -b missing node daysides -b missing node symmetric -b missing node volleying -b missing node tacker -b missing node comer -b missing node comes -b missing node tenty -b missing node sorrowed -b missing node comet -b missing node farragoes -b missing node prowling -b missing node knits -b missing node combe -b missing node antilogs -b missing node resistive -b missing node attribute -b missing node combo -b missing node destain -b missing node vising -b missing node redraw -b missing node combs -b missing node middy -b missing node oasis -b missing node knish -b missing node vision -b missing node tense -b missing node athena -b missing node headlands -b missing node reprice -b missing node athens -b missing node centering -b missing node disconnect -b missing node triplications -b missing node dowered -b missing node drachma -b missing node sorption -b missing node bulked -b missing node factorials -b missing node assailants -b missing node drachms -b missing node outflanking -b missing node ranter -b missing node myelitis -b missing node manful -b missing node ranted -b missing node rive -b missing node stripers -b missing node padri -b missing node padre -b missing node conic -b missing node licorice -b missing node uttered -b missing node chryslers -b missing node slidable -b missing node ungainly -b missing node bebop -b missing node utterer -b missing node absorbable -b missing node odorize -b missing node airliners -b missing node nominative -b missing node conky -b missing node chondrule -b missing node snuffbox -b missing node welcher -b missing node fouling -b missing node welches -b missing node inassimilable -b missing node trouble -b missing node engorgement -b missing node phlox -b missing node unreasonableness -b missing node effluence -b missing node repapering -b missing node imperialistic -b missing node welched -b missing node conks -b missing node roamers -b missing node manuscription -b missing node seismology -b missing node gaffers -b missing node palming -b missing node devisees -b missing node transmitting -b missing node barbecuing -b missing node exposers -b missing node pulsions -b missing node potences -b missing node negro -b missing node iodine -b missing node dignified -b missing node fifing -b missing node chairwoman -b missing node navahos -b missing node dignifies -b missing node lineage -b missing node beleapt -b missing node beleaps -b missing node switching -b missing node resisting -b missing node uxoriousness -b missing node flutterer -b missing node sinicizing -b missing node maledicted -b missing node rhetorically -b missing node ungratefulness -b missing node introspections -b missing node accentuate -b missing node okapi -b missing node understanding -b missing node purchase -b missing node beastie -b missing node fluttered -b missing node tenably -b missing node retainable -b missing node winterkilling -b missing node registrar -b missing node petroleous -b missing node traction -b missing node plotties -b missing node plottier -b missing node sappiest -b missing node unpalatable -b missing node conns -b missing node visits -b missing node tantaluses -b missing node balmoral -b missing node chapman -b missing node coituses -b missing node reabandoning -b missing node rims -b missing node volcanologist -b missing node elliptic -b missing node archings -b missing node minuets -b missing node rime -b missing node knife -b missing node ring -b missing node assists -b missing node colluvium -b missing node rink -b missing node salvations -b missing node buttressing -b missing node millibar -b missing node habitancies -b missing node tenable -b missing node annals -b missing node mishear -b missing node shagged -b missing node unsanctioned -b missing node rimy -b missing node plunderable -b missing node fiestas -b missing node alluvium -b missing node reprint -b missing node rind -b missing node inverts -b missing node beastly -b missing node wariness -b missing node frictionless -b missing node pertinent -b missing node manifest -b missing node sermon -b missing node riot -b missing node preaccustomed -b missing node cowherd -b missing node cowherb -b missing node inverse -b missing node conte -b missing node detailed -b missing node detailer -b missing node nominating -b missing node conto -b missing node thermography -b missing node verities -b missing node tapholes -b missing node handless -b missing node palmier -b missing node rips -b missing node touters -b missing node garcons -b missing node metazoans -b missing node kettle -b missing node ripe -b missing node avowing -b missing node programmatically -b missing node dollops -b missing node contumely -b missing node twentieths -b missing node bombers -b missing node graphically -b missing node conus -b missing node reprise -b missing node aptness -b missing node nomination -b missing node handlers -b missing node mongoose -b missing node geologists -b missing node fusillade -b missing node haughtier -b missing node archaeologist -b missing node trinkets -b missing node misusage -b missing node kedged -b missing node auras -b missing node delimitative -b missing node skulking -b missing node ironclads -b missing node aurae -b missing node constituencies -b missing node materialists -b missing node seigniorial -b missing node aural -b missing node okays -b missing node incrusts -b missing node transshipment -b missing node paramecia -b missing node tractive -b missing node lyrate -b missing node snoring -b missing node passway -b missing node risk -b missing node kedges -b missing node lockjaws -b missing node rise -b missing node haphazard -b missing node complainants -b missing node powerless -b missing node hopeless -b missing node boaters -b missing node ritz -b missing node emancipators -b missing node communists -b missing node iller -b missing node megalithic -b missing node paean -b missing node plotting -b missing node rite -b missing node flutterers -b missing node vestibular -b missing node riff -b missing node rife -b missing node anthill -b missing node astrologic -b missing node illuminatingly -b missing node flightier -b missing node mesalliance -b missing node railbird -b missing node mangey -b missing node indefinable -b missing node lineate -b missing node kneaders -b missing node rids -b missing node sifted -b missing node preventives -b missing node sifter -b missing node skunks -b missing node lavishness -b missing node riel -b missing node bioptic -b missing node wrackful -b missing node abjectness -b missing node rigs -b missing node diverged -b missing node neurology -b missing node nucleate -b missing node copyreaders -b missing node yawed -b missing node downplays -b missing node markedly -b missing node prescientific -b missing node declassifies -b missing node pucks -b missing node diverges -b missing node convictions -b missing node embodiers -b missing node despoilers -b missing node maledictory -b missing node declassified -b missing node rift -b missing node indecorousness -b missing node manger -b missing node paddy -b missing node thunderbolts -b missing node manges -b missing node dewier -b missing node civilizing -b missing node passenger -b missing node iodide -b missing node indefinably -b missing node bluebeard -b missing node excreta -b missing node astrologer -b missing node dietetically -b missing node excrete -b missing node dreamy -b missing node reembarkation -b missing node dreams -b missing node dreamt -b missing node reinform -b missing node dewily -b missing node ransom -b missing node antiphonies -b missing node cataloging -b missing node plasterboard -b missing node proximal -b missing node puces -b missing node miens -b missing node spitball -b missing node distressfully -b missing node autocracies -b missing node colluvial -b missing node nonreturnable -b missing node rubatos -b missing node armistices -b missing node eliminators -b missing node indispensably -b missing node trimmers -b missing node afferently -b missing node consternation -b missing node attiring -b missing node richfield -b missing node philters -b missing node stockading -b missing node rile -b missing node eliminatory -b missing node minuend -b missing node rill -b missing node stickiest -b missing node functions -b missing node reconcilers -b missing node leewardly -b missing node beehives -b missing node indispensable -b missing node dolorously -b missing node solubilizing -b missing node dissuading -b missing node porcelains -b missing node roughnecks -b missing node bicorn -b missing node overcompensates -b missing node displacements -b missing node flighting -b missing node tricycle -b missing node metroliners -b missing node boatload -b missing node preheated -b missing node inculcates -b missing node inculcated -b missing node shrubbier -b missing node unpalatably -b missing node confabulating -b missing node oared -b missing node trimmest -b missing node fiercest -b missing node emblems -b missing node allergens -b missing node tantalizers -b missing node dreary -b missing node decidedly -b missing node chapmen -b missing node correspond -b missing node cooperators -b missing node trephination -b missing node confabulation -b missing node quaveringly -b missing node curacies -b missing node giving -b missing node baulked -b missing node snatchiest -b missing node paucities -b missing node viceregally -b missing node conch -b missing node studiedly -b missing node exulting -b missing node utterly -b missing node quaggier -b missing node overcompensated -b missing node receding -b missing node crabbedness -b missing node actinides -b missing node polynomials -b missing node playpen -b missing node wander -b missing node condo -b missing node vestibules -b missing node fortune -b missing node bastinado -b missing node appertain -b missing node fuzziness -b missing node trundle -b missing node trainsick -b missing node rial -b missing node housecleans -b missing node multiplying -b missing node eczema -b missing node permissibility -b missing node coned -b missing node luminaries -b missing node prostrate -b missing node coney -b missing node sloughing -b missing node lolloped -b missing node cones -b missing node ride -b missing node vixen -b missing node waltzed -b missing node fiercely -b missing node conga -b missing node astray -b missing node waltzer -b missing node scorchingly -b missing node waltzes -b missing node brassards -b missing node congo -b missing node rice -b missing node rick -b missing node tweeter -b missing node rich -b missing node realizability -b missing node astral -b missing node variableness -b missing node tweeted -b missing node chthonic -b missing node citrins -b missing node deaconess -b missing node supplications -b missing node cubages -b missing node ribs -b missing node behemoth -b missing node pinprick -b missing node aspersors -b missing node illiberal -b missing node fuddle -b missing node tictocked -b missing node venireman -b missing node profundities -b missing node replates -b missing node overbuying -b missing node asymmetric -b missing node cometic -b missing node psychology -b missing node reannexes -b missing node scandiums -b missing node reannexed -b missing node replated -b missing node coops -b missing node coopt -b missing node promenade -b missing node noodles -b missing node poetic -b missing node fromage -b missing node gruesome -b missing node embrasure -b missing node belongings -b missing node prefix -b missing node flagrant -b missing node cochairman -b missing node noninflectional -b missing node prospect -b missing node wellheads -b missing node namely -b missing node untravelled -b missing node hardtop -b missing node upstrokes -b missing node graspable -b missing node dewlap -b missing node corrigenda -b missing node tenderfoot -b missing node newscasters -b missing node incompensation -b missing node revindicate -b missing node coons -b missing node chutists -b missing node stopple -b missing node dustheaps -b missing node pedants -b missing node cooingly -b missing node bassist -b missing node qualify -b missing node tubercled -b missing node strengthener -b missing node chapped -b missing node strengthened -b missing node unfreeze -b missing node subtotals -b missing node interlocutor -b missing node scramble -b missing node inexpressibilities -b missing node falsifying -b missing node tipstaff -b missing node vital -b missing node allovers -b missing node cools -b missing node definitive -b missing node isobar -b missing node aunts -b missing node capillarity -b missing node vitae -b missing node aunty -b missing node eductors -b missing node preestimating -b missing node coomb -b missing node prefer -b missing node folkway -b missing node cooly -b missing node algas -b missing node cooks -b missing node miasma -b missing node emperor -b missing node restrainedly -b missing node algal -b missing node algae -b missing node festooned -b missing node miasms -b missing node bountyless -b missing node cooky -b missing node rottenest -b missing node ochered -b missing node misplacing -b missing node ovaries -b missing node photo -b missing node christianizing -b missing node clodhopper -b missing node legationary -b missing node hairband -b missing node tubercles -b missing node redraws -b missing node firepower -b missing node dreads -b missing node shrubbery -b missing node predicatory -b missing node repasses -b missing node redrawn -b missing node poetry -b missing node consanguine -b missing node reestablishing -b missing node pressurizes -b missing node hairball -b missing node pressurizer -b missing node repassed -b missing node unaligned -b missing node pressurized -b missing node unconsoled -b missing node abusively -b missing node recondense -b missing node napalmed -b missing node ingeniously -b missing node copepod -b missing node undetermined -b missing node playgrounds -b missing node reorders -b missing node purred -b missing node dishabille -b missing node manila -b missing node fellable -b missing node survivors -b missing node bethought -b missing node visiting -b missing node macabre -b missing node balustered -b missing node baffle -b missing node manioc -b missing node paramedic -b missing node affraying -b missing node recapping -b missing node phenotypically -b missing node indecision -b missing node dualistic -b missing node frequent -b missing node fornicators -b missing node laplanders -b missing node rubidiums -b missing node thesaurus -b missing node iliad -b missing node ovarial -b missing node ovarian -b missing node mandolinist -b missing node covenants -b missing node carcinoma -b missing node asexual -b missing node unshakable -b missing node viviparity -b missing node maypoles -b missing node elicitors -b missing node canfuls -b missing node pinholes -b missing node tirade -b missing node rusticators -b missing node encipherment -b missing node algid -b missing node indecisive -b missing node siloing -b missing node coots -b missing node noodled -b missing node febrile -b missing node enfeoffed -b missing node alighting -b missing node adduceable -b missing node nonsense -b missing node leprosaria -b missing node schmeer -b missing node burrower -b missing node coterminous -b missing node algin -b missing node intoxicants -b missing node downtrends -b missing node marshals -b missing node gaiter -b missing node cochairmen -b missing node burrowed -b missing node inherited -b missing node wracks -b missing node provision -b missing node interacinous -b missing node gaited -b missing node unshakably -b missing node hereford -b missing node decemvir -b missing node marshall -b missing node meditate -b missing node pubes -b missing node exposing -b missing node yellow -b missing node hydrologic -b missing node approved -b missing node gaffing -b missing node neatest -b missing node unmelted -b missing node mountaineered -b missing node delightfully -b missing node seltzers -b missing node flopovers -b missing node promisers -b missing node boatels -b missing node recommit -b missing node metaphors -b missing node telex -b missing node focalizes -b missing node sinking -b missing node agreements -b missing node fontanelle -b missing node mergences -b missing node approves -b missing node autumnal -b missing node approver -b missing node septuple -b missing node dissemblingly -b missing node voluptuaries -b missing node pulldown -b missing node standpat -b missing node unitarianism -b missing node ambilateral -b missing node masseuses -b missing node pubis -b missing node redone -b missing node zirconium -b missing node overrunning -b missing node doctrinaire -b missing node topsail -b missing node mistreats -b missing node instating -b missing node vitro -b missing node sunniest -b missing node hispanics -b missing node sportiest -b missing node grangers -b missing node peeping -b missing node trapezoids -b missing node tells -b missing node unperformed -b missing node triggering -b missing node revelational -b missing node rhea -b missing node telly -b missing node prospers -b missing node pubic -b missing node detoxification -b missing node nihilities -b missing node focalized -b missing node perfectionists -b missing node tapping -b missing node spacewalkers -b missing node federatively -b missing node fewnesses -b missing node cannula -b missing node facetting -b missing node simulcast -b missing node capillaries -b missing node approval -b missing node profeminist -b missing node fortyfive -b missing node etiolate -b missing node inbreed -b missing node sanskrit -b missing node sabring -b missing node garotte -b missing node sheepishly -b missing node miffy -b missing node fringier -b missing node miffs -b missing node palmers -b missing node understands -b missing node garoted -b missing node mispronouncing -b missing node pawers -b missing node cyclamates -b missing node prefab -b missing node encipher -b missing node stopper -b missing node garotes -b missing node namers -b missing node powwowing -b missing node pratique -b missing node relaxing -b missing node uninflammable -b missing node mediational -b missing node stopped -b missing node dither -b missing node sludgiest -b missing node tubercle -b missing node loathe -b missing node compiles -b missing node kashas -b missing node hotzone -b missing node precluding -b missing node wallpapering -b missing node bedrock -b missing node advancing -b missing node phony -b missing node curiousest -b missing node despondingly -b missing node nurture -b missing node nonparliamentary -b missing node playoff -b missing node compiled -b missing node compiler -b missing node restuffed -b missing node bankbook -b missing node provosts -b missing node phone -b missing node retouching -b missing node thumbprint -b missing node taskmaster -b missing node gyrfalcon -b missing node rectifiable -b missing node solarization -b missing node deathcups -b missing node phons -b missing node stalinism -b missing node phono -b missing node eudaemon -b missing node stepdames -b missing node becks -b missing node neatens -b missing node stalinist -b missing node unskillfulness -b missing node barlows -b missing node consulate -b missing node cooer -b missing node cooey -b missing node estrogenicity -b missing node intrust -b missing node cooee -b missing node cooed -b missing node redout -b missing node disciplining -b missing node iodize -b missing node deducible -b missing node highest -b missing node capric -b missing node alienages -b missing node palpably -b missing node medievalists -b missing node tizzies -b missing node passbooks -b missing node mosques -b missing node pastelists -b missing node definition -b missing node palpable -b missing node randiest -b missing node regimen -b missing node regimes -b missing node outracing -b missing node cooch -b missing node municipal -b missing node feudary -b missing node exteriorizing -b missing node unmanufactured -b missing node bedroll -b missing node causeries -b missing node enthronements -b missing node accounting -b missing node whithersoever -b missing node contemplate -b missing node kiltie -b missing node fobbed -b missing node gustier -b missing node copouts -b missing node premonitory -b missing node applique -b missing node sealed -b missing node copra -b missing node machicolation -b missing node alienist -b missing node reekers -b missing node marabou -b missing node alienism -b missing node machinized -b missing node submerges -b missing node sealer -b missing node shrinker -b missing node sulfurize -b missing node adroitest -b missing node stringent -b missing node cornetist -b missing node innateness -b missing node submerged -b missing node curette -b missing node bundlers -b missing node titillatingly -b missing node capper -b missing node ripplets -b missing node plowboys -b missing node investigating -b missing node humuses -b missing node bantams -b missing node itemizing -b missing node bandsmen -b missing node brackens -b missing node bevatron -b missing node disintegrate -b missing node radiologist -b missing node eluding -b missing node copse -b missing node organically -b missing node mistiness -b missing node swanned -b missing node pepping -b missing node soarer -b missing node backwaters -b missing node preemptory -b missing node soared -b missing node concordat -b missing node ripplers -b missing node rectangularly -b missing node azure -b missing node urinated -b missing node distillation -b missing node unstuck -b missing node astrodynamics -b missing node urinates -b missing node bedroom -b missing node oneida -b missing node standout -b missing node anomies -b missing node stringers -b missing node insolation -b missing node brackets -b missing node nonproportional -b missing node highballed -b missing node fandango -b missing node trenton -b missing node unfocussed -b missing node fagoter -b missing node fagoted -b missing node disciplined -b missing node trustified -b missing node leadier -b missing node ritzier -b missing node readjournment -b missing node bioelectrical -b missing node grumbled -b missing node serrate -b missing node caftans -b missing node hennaed -b missing node evaporators -b missing node discommoding -b missing node doorsteps -b missing node grumbler -b missing node grumbles -b missing node antiquity -b missing node goings -b missing node gusting -b missing node paged -b missing node mustangs -b missing node cigars -b missing node pleasant -b missing node parceled -b missing node gustily -b missing node disaccharides -b missing node yelled -b missing node outnumber -b missing node cabdriver -b missing node disciplines -b missing node discipliner -b missing node porcelain -b missing node croakiest -b missing node journeyman -b missing node flytraps -b missing node detainer -b missing node scratchiest -b missing node yeller -b missing node womanizing -b missing node sestets -b missing node manless -b missing node uncleanness -b missing node investigative -b missing node crematoriums -b missing node detained -b missing node uncaring -b missing node detainee -b missing node chicken -b missing node kickstands -b missing node anytime -b missing node freelanced -b missing node alfas -b missing node manfulness -b missing node pedophilic -b missing node pedophilia -b missing node elevations -b missing node wakeful -b missing node crankiness -b missing node molars -b missing node british -b missing node linecut -b missing node superego -b missing node pages -b missing node rondure -b missing node depressant -b missing node subtilest -b missing node peppily -b missing node grandmaster -b missing node graybeards -b missing node hydrophobicity -b missing node telling -b missing node prowess -b missing node kilter -b missing node evidentiary -b missing node kilted -b missing node negotiatrix -b missing node participation -b missing node beebreads -b missing node damselflies -b missing node investigation -b missing node vocalization -b missing node opiate -b missing node peppier -b missing node freelances -b missing node piercers -b missing node helmeted -b missing node miaouing -b missing node sulfuring -b missing node participating -b missing node alabama -b missing node deliverers -b missing node disinterring -b missing node ritzily -b missing node dozening -b missing node larynx -b missing node kickoff -b missing node subendorsed -b missing node orneriness -b missing node heartsickness -b missing node promisees -b missing node communique -b missing node landlordship -b missing node truckers -b missing node pagan -b missing node jaunty -b missing node undreamed -b missing node misapprehending -b missing node priviest -b missing node reorganizers -b missing node jaunts -b missing node catalyzers -b missing node wenny -b missing node antiquing -b missing node skulls -b missing node runback -b missing node cockups -b missing node incredulity -b missing node retardation -b missing node antiquarian -b missing node radiologies -b missing node neigh -b missing node gibbosities -b missing node intimaters -b missing node inauspiciously -b missing node ecdysis -b missing node hummock -b missing node copal -b missing node preboiling -b missing node skulks -b missing node introducible -b missing node gloving -b missing node maracas -b missing node africans -b missing node twentieth -b missing node flapjack -b missing node departmentalize -b missing node leading -b missing node interiors -b missing node sultanic -b missing node forethought -b missing node labelling -b missing node cougar -b missing node fescue -b missing node overdoses -b missing node placentation -b missing node remorselessly -b missing node frillier -b missing node happing -b missing node wheyey -b missing node tellies -b missing node slapstick -b missing node franciscan -b missing node cottiers -b missing node rimier -b missing node lunettes -b missing node bunkmate -b missing node diagramming -b missing node hazier -b missing node overdosed -b missing node headlamps -b missing node accusatorially -b missing node moonset -b missing node auctorial -b missing node instructions -b missing node remailed -b missing node inborn -b missing node impermanent -b missing node journeymen -b missing node lemmas -b missing node spoliators -b missing node happily -b missing node mirage -b missing node translucently -b missing node prohibitory -b missing node alchemic -b missing node nonfascists -b missing node impudence -b missing node alternative -b missing node multilayer -b missing node laborings -b missing node snickeringly -b missing node ninetieth -b missing node intelligentsia -b missing node laired -b missing node dwarves -b missing node hemiolas -b missing node awninged -b missing node oceans -b missing node raphael -b missing node assaulted -b missing node summation -b missing node eyefuls -b missing node bonfires -b missing node lairds -b missing node lockups -b missing node deliberatively -b missing node undefined -b missing node bedew -b missing node medleys -b missing node intimately -b missing node adsorptively -b missing node subduers -b missing node mortifyingly -b missing node solemnness -b missing node invasiveness -b missing node antiquaries -b missing node discursively -b missing node standoff -b missing node summating -b missing node pleura -b missing node snatch -b missing node corkages -b missing node daemon -b missing node assaulter -b missing node overflies -b missing node contravene -b missing node adjustor -b missing node orogenic -b missing node amulet -b missing node tempi -b missing node tempo -b missing node fruitlessly -b missing node temps -b missing node voicedness -b missing node caucussed -b missing node irritancy -b missing node osseous -b missing node speleology -b missing node paymasters -b missing node insurer -b missing node insures -b missing node extemporizing -b missing node alert -b missing node vixenly -b missing node knackers -b missing node motioning -b missing node treeing -b missing node allying -b missing node concrete -b missing node knackery -b missing node adjuster -b missing node tempt -b missing node insured -b missing node mousses -b missing node odorful -b missing node nonforfeitures -b missing node aerialists -b missing node chieftaincy -b missing node adjusted -b missing node might -b missing node pastorale -b missing node juncoes -b missing node wardenship -b missing node senoritas -b missing node spectaculars -b missing node bristols -b missing node trashmen -b missing node menstruous -b missing node nonphysically -b missing node regilds -b missing node inheritor -b missing node crumpling -b missing node sheepishness -b missing node pastorals -b missing node bedim -b missing node bunking -b missing node hazing -b missing node elongate -b missing node ileitis -b missing node insulations -b missing node mesenteries -b missing node petrology -b missing node aleph -b missing node darling -b missing node viziers -b missing node departmentalism -b missing node coughs -b missing node triangles -b missing node riming -b missing node redraft -b missing node frilling -b missing node hazily -b missing node incorruptible -b missing node evadible -b missing node functional -b missing node bolides -b missing node grownup -b missing node plantations -b missing node uninformed -b missing node manias -b missing node yeomanly -b missing node copyists -b missing node dedicational -b missing node alternating -b missing node copes -b missing node manics -b missing node coper -b missing node oaths -b missing node graveyards -b missing node maliciousness -b missing node miggs -b missing node reptilians -b missing node coped -b missing node incorruptibly -b missing node pastorate -b missing node hunting -b missing node cuprites -b missing node ebcdic -b missing node metronomes -b missing node johnnie -b missing node oaten -b missing node alternation -b missing node oater -b missing node foghorn -b missing node carrels -b missing node nitpicks -b missing node metronomic -b missing node carrell -b missing node liberalness -b missing node blonds -b missing node conjecture -b missing node dratting -b missing node vamped -b missing node ilium -b missing node hyphening -b missing node maniac -b missing node scrooges -b missing node vamper -b missing node blonde -b missing node functioned -b missing node keyhole -b missing node pulmotor -b missing node veniremen -b missing node schoolmaster -b missing node trashman -b missing node expendable -b missing node cosmetologist -b missing node slackage -b missing node failsafe -b missing node generation -b missing node kerbing -b missing node impugn -b missing node bronchially -b missing node reparations -b missing node wethers -b missing node naturalize -b missing node newport -b missing node reassorts -b missing node redistricted -b missing node revs -b missing node panful -b missing node forjudging -b missing node lusty -b missing node lusts -b missing node kidnapers -b missing node lornness -b missing node lanolins -b missing node junctions -b missing node handsomeness -b missing node crankshafts -b missing node bartending -b missing node theocratically -b missing node ceramists -b missing node humorists -b missing node lanoline -b missing node wafters -b missing node ignore -b missing node myrtle -b missing node bluefish -b missing node bilges -b missing node rechristened -b missing node chickasaw -b missing node tenderfeet -b missing node sobbingly -b missing node taking -b missing node indescribable -b missing node eidolon -b missing node cocainism -b missing node dishonored -b missing node bilged -b missing node manglers -b missing node exception -b missing node camelias -b missing node prerogatives -b missing node sisyphus -b missing node witticism -b missing node smithereens -b missing node gasmen -b missing node policies -b missing node slumming -b missing node querists -b missing node internationally -b missing node midships -b missing node streamlining -b missing node eyewink -b missing node lyrically -b missing node aztec -b missing node windstorms -b missing node capuchins -b missing node noires -b missing node miaowed -b missing node refunds -b missing node wangle -b missing node largeness -b missing node tutting -b missing node coasts -b missing node woodchuck -b missing node knelt -b missing node immigration -b missing node knell -b missing node kibbutzim -b missing node nonscientific -b missing node housers -b missing node ringnecks -b missing node beeswaxes -b missing node generative -b missing node retracing -b missing node excepting -b missing node regularizes -b missing node regularizer -b missing node dunderheads -b missing node cysts -b missing node macintoshes -b missing node immigrating -b missing node prematurities -b missing node bluefins -b missing node regularized -b missing node spinosely -b missing node agitating -b missing node unquestioningly -b missing node hotkey -b missing node festivals -b missing node refocussed -b missing node lamebrains -b missing node calvinist -b missing node calvinism -b missing node unpersons -b missing node reutilization -b missing node loaned -b missing node unopposed -b missing node reconstructions -b missing node loaner -b missing node teats -b missing node limbering -b missing node scattered -b missing node bipotentialities -b missing node morosely -b missing node jinnee -b missing node imbalmers -b missing node storerooms -b missing node pregnancies -b missing node cavilling -b missing node punishments -b missing node seriates -b missing node agitation -b missing node volleyers -b missing node embleming -b missing node astute -b missing node irresolute -b missing node repossessions -b missing node seriated -b missing node plummiest -b missing node scatterer -b missing node cahoot -b missing node paraquat -b missing node indescribably -b missing node tranships -b missing node horsefeathers -b missing node designees -b missing node unsympathetically -b missing node birdlime -b missing node alleyways -b missing node supplicating -b missing node parochially -b missing node airdropping -b missing node pawpaw -b missing node resonants -b missing node superposition -b missing node lodging -b missing node niches -b missing node luted -b missing node moronically -b missing node dampened -b missing node shoeblack -b missing node flanked -b missing node manipulate -b missing node escalading -b missing node limpidity -b missing node lutes -b missing node dampener -b missing node seconding -b missing node interties -b missing node banting -b missing node tease -b missing node emporiums -b missing node troubleshooting -b missing node nebulize -b missing node teary -b missing node generating -b missing node baptismal -b missing node tears -b missing node shepherdesses -b missing node desireable -b missing node peacekeeping -b missing node effluvia -b missing node flanker -b missing node inculpates -b missing node writings -b missing node unassailable -b missing node coated -b missing node coatee -b missing node inculpated -b missing node eucharist -b missing node teals -b missing node jewishness -b missing node designers -b missing node scrabblers -b missing node copolymerization -b missing node hovercraft -b missing node remittance -b missing node avidness -b missing node waggle -b missing node autobiographic -b missing node laugh -b missing node bulgur -b missing node anergy -b missing node gorilla -b missing node jerkwater -b missing node innocency -b missing node sclerotomy -b missing node fauvisms -b missing node teams -b missing node waggly -b missing node unassailably -b missing node innocence -b missing node madras -b missing node intransitives -b missing node illustratively -b missing node snowfield -b missing node sheller -b missing node detournement -b missing node platforms -b missing node feministic -b missing node deplaned -b missing node schooners -b missing node significant -b missing node sagacious -b missing node graduate -b missing node shelled -b missing node deplanes -b missing node tankful -b missing node yahoo -b missing node nonfactual -b missing node supplication -b missing node plighters -b missing node reliance -b missing node pitchman -b missing node shelley -b missing node transporters -b missing node maraschino -b missing node obediential -b missing node transferable -b missing node trustable -b missing node waggon -b missing node unaccountability -b missing node impute -b missing node autobiographer -b missing node lauds -b missing node spineless -b missing node laude -b missing node stunts -b missing node clampers -b missing node furriners -b missing node outmarched -b missing node specialties -b missing node diagrammatical -b missing node cabbies -b missing node populate -b missing node gulches -b missing node yodeller -b missing node doorstops -b missing node drubbed -b missing node significate -b missing node osculation -b missing node outmarches -b missing node drubber -b missing node glutted -b missing node outboxes -b missing node impure -b missing node pompousness -b missing node mutuals -b missing node shellac -b missing node yodelled -b missing node performance -b missing node osculating -b missing node timeliest -b missing node quahaugs -b missing node vivisected -b missing node delivered -b missing node raspier -b missing node marmalade -b missing node dooryard -b missing node furriness -b missing node microprocessing -b missing node emulsifying -b missing node coater -b missing node teaks -b missing node disposers -b missing node disproportionates -b missing node deliverer -b missing node pitchmen -b missing node semicolon -b missing node outboxed -b missing node librating -b missing node signalize -b missing node warrantless -b missing node overfond -b missing node fauvists -b missing node industrializes -b missing node flightiest -b missing node overseers -b missing node skillfulness -b missing node enrobe -b missing node vizor -b missing node thirtieth -b missing node ruder -b missing node industrialized -b missing node achromatically -b missing node nicotine -b missing node tumblers -b missing node epigrammatical -b missing node embowers -b missing node ruddy -b missing node antifertility -b missing node dobies -b missing node sacredly -b missing node theoreticians -b missing node airmobile -b missing node glovers -b missing node rosettes -b missing node saliencies -b missing node reexports -b missing node optimizes -b missing node madrid -b missing node registership -b missing node apathy -b missing node suntan -b missing node optimized -b missing node statelier -b missing node slummier -b missing node dissident -b missing node donations -b missing node graduals -b missing node coatis -b missing node fuelers -b missing node divorcements -b missing node signaling -b missing node cocainize -b missing node tumbledown -b missing node chondrite -b missing node fjords -b missing node laura -b missing node absconders -b missing node gloomful -b missing node armament -b missing node bridals -b missing node channelizing -b missing node washrag -b missing node sloppiest -b missing node function -b missing node graduand -b missing node boundaries -b missing node schlemiel -b missing node robert -b missing node unreconcilably -b missing node madres -b missing node pronoun -b missing node tantalizing -b missing node oppress -b missing node overmodestly -b missing node resonance -b missing node policing -b missing node outgrow -b missing node unreconcilable -b missing node neonate -b missing node tidelands -b missing node angstrom -b missing node mattresses -b missing node ugliest -b missing node entwine -b missing node depressors -b missing node outlining -b missing node snuffers -b missing node jerboa -b missing node chimney -b missing node kneading -b missing node solecists -b missing node proctological -b missing node locknut -b missing node rasping -b missing node teach -b missing node valorization -b missing node killdee -b missing node ovule -b missing node unbarred -b missing node bachelors -b missing node ethicizing -b missing node dight -b missing node commotions -b missing node senhors -b missing node cadenza -b missing node birdcage -b missing node denning -b missing node superbly -b missing node undependable -b missing node senhora -b missing node digit -b missing node inoculation -b missing node obesely -b missing node dengue -b missing node spoonsful -b missing node meddler -b missing node dyspeptical -b missing node meddles -b missing node stupes -b missing node lemons -b missing node lemony -b missing node mucuses -b missing node resubscription -b missing node curbings -b missing node handling -b missing node bulged -b missing node pancake -b missing node lasts -b missing node bindweeds -b missing node bulger -b missing node saltcellar -b missing node bulges -b missing node tinkling -b missing node departs -b missing node scarified -b missing node discriminately -b missing node blocky -b missing node residences -b missing node iodized -b missing node postponed -b missing node erratas -b missing node blocks -b missing node chattiness -b missing node inoculating -b missing node wilderness -b missing node assessable -b missing node scarifies -b missing node scarifier -b missing node iodizes -b missing node sunset -b missing node iodizer -b missing node innocents -b missing node postpones -b missing node outgrew -b missing node motorbus -b missing node stupid -b missing node victualed -b missing node jotted -b missing node unaccredited -b missing node bobsledders -b missing node cultivatable -b missing node unreckoned -b missing node savagisms -b missing node slavishness -b missing node toothaches -b missing node unadulterate -b missing node jotter -b missing node hemline -b missing node nepotistically -b missing node noised -b missing node cowhide -b missing node entwist -b missing node fingering -b missing node nonfood -b missing node scowl -b missing node victualer -b missing node scows -b missing node asparagus -b missing node lasso -b missing node noises -b missing node stannum -b missing node analogical -b missing node avowers -b missing node climatical -b missing node coarse -b missing node polonium -b missing node scratchier -b missing node isometric -b missing node orangier -b missing node reproving -b missing node nondifferentiation -b missing node coals -b missing node alpha -b missing node feluccas -b missing node outlies -b missing node outlier -b missing node chronicles -b missing node pruned -b missing node woodsheds -b missing node chronicler -b missing node dayglows -b missing node chronicled -b missing node protesters -b missing node diminish -b missing node william -b missing node scorn -b missing node canalboat -b missing node observances -b missing node pardons -b missing node marines -b missing node score -b missing node sidepiece -b missing node mariner -b missing node categorizing -b missing node retinue -b missing node estoppage -b missing node unrequited -b missing node bejeweling -b missing node reburies -b missing node shorthanded -b missing node pinkness -b missing node crannies -b missing node loamed -b missing node reburied -b missing node substanceless -b missing node wagger -b missing node fisheyes -b missing node wagged -b missing node insincerity -b missing node neocolonially -b missing node cutback -b missing node scots -b missing node scott -b missing node sniffling -b missing node unbuilding -b missing node unclenched -b missing node consensuses -b missing node mired -b missing node parasiticidic -b missing node cognises -b missing node declarable -b missing node stretti -b missing node unclenches -b missing node stretto -b missing node chambray -b missing node topful -b missing node shellfishes -b missing node scour -b missing node scout -b missing node blunderer -b missing node glutton -b missing node garrison -b missing node kinaesthetic -b missing node inoculative -b missing node flingers -b missing node inchoate -b missing node depressions -b missing node blameable -b missing node blundered -b missing node cognised -b missing node signatory -b missing node tinklier -b missing node grecian -b missing node marinas -b missing node scone -b missing node bacillary -b missing node scarfpins -b missing node rackety -b missing node multitudes -b missing node willies -b missing node rebs -b missing node erratic -b missing node gaslit -b missing node gobble -b missing node rackets -b missing node outfields -b missing node reburial -b missing node maladjusted -b missing node recd -b missing node fifers -b missing node endnote -b missing node filcher -b missing node recs -b missing node sabbats -b missing node filches -b missing node cellulosic -b missing node mires -b missing node connecters -b missing node undefiled -b missing node conventional -b missing node redo -b missing node priapuses -b missing node arborization -b missing node filched -b missing node sabbath -b missing node moralities -b missing node scope -b missing node tonguing -b missing node indigoes -b missing node sambaed -b missing node forwards -b missing node suffered -b missing node ream -b missing node real -b missing node meddled -b missing node rackers -b missing node scoot -b missing node cautiousness -b missing node variegated -b missing node scoop -b missing node stupor -b missing node coact -b missing node read -b missing node applauds -b missing node sufferer -b missing node crannied -b missing node variegates -b missing node coach -b missing node rear -b missing node shrivers -b missing node mooniest -b missing node reap -b missing node sulfurous -b missing node willied -b missing node lallygagged -b missing node hackling -b missing node remained -b missing node frowstier -b missing node preempting -b missing node laths -b missing node intrude -b missing node ergonomically -b missing node panged -b missing node readiest -b missing node stannic -b missing node anthropologic -b missing node redoes -b missing node soliquid -b missing node happen -b missing node lathy -b missing node piazzas -b missing node rancours -b missing node shattered -b missing node slobbered -b missing node placeable -b missing node zodiacal -b missing node lathe -b missing node invernesses -b missing node mirks -b missing node reft -b missing node refs -b missing node connectedly -b missing node crupper -b missing node preconcessions -b missing node toeing -b missing node niched -b missing node invitations -b missing node minimals -b missing node dermatological -b missing node switchers -b missing node mirky -b missing node loneness -b missing node drawbridges -b missing node gavotting -b missing node intersects -b missing node waddlers -b missing node junketer -b missing node unharness -b missing node oboists -b missing node globalization -b missing node laten -b missing node reed -b missing node gnocchi -b missing node reef -b missing node later -b missing node shrivels -b missing node reek -b missing node parasiticidal -b missing node reel -b missing node junketed -b missing node bankside -b missing node oxtongues -b missing node preemption -b missing node ethology -b missing node madrone -b missing node reds -b missing node dredgings -b missing node encapsule -b missing node latex -b missing node askant -b missing node motorcar -b missing node mottoes -b missing node scold -b missing node preadapts -b missing node bluenose -b missing node coalesced -b missing node classifiable -b missing node curtseys -b missing node mackinaw -b missing node lated -b missing node woesome -b missing node decryption -b missing node fingerings -b missing node abysmally -b missing node latch -b missing node nepenthes -b missing node seriatim -b missing node humiliates -b missing node refurbishes -b missing node indulgence -b missing node willing -b missing node ravellings -b missing node iceboat -b missing node zoroaster -b missing node refurbished -b missing node cancerously -b missing node coalesces -b missing node scoff -b missing node priestess -b missing node espalier -b missing node gobbed -b missing node narrate -b missing node strangulate -b missing node carnivorously -b missing node laical -b missing node hexahedral -b missing node masking -b missing node gobbet -b missing node thanatos -b missing node hacklier -b missing node solipsistic -b missing node outstanding -b missing node volition -b missing node humiliated -b missing node ominous -b missing node rein -b missing node dishful -b missing node glazing -b missing node astronautically -b missing node decrypting -b missing node nebulise -b missing node temporal -b missing node ledges -b missing node ledger -b missing node monikers -b missing node simmers -b missing node hermitry -b missing node mignonette -b missing node stilled -b missing node subsumed -b missing node theodore -b missing node televisionary -b missing node corrupt -b missing node bellowers -b missing node subsumes -b missing node reps -b missing node stiller -b missing node naturalist -b missing node ghees -b missing node smuttiest -b missing node airings -b missing node reconciling -b missing node playlet -b missing node applause -b missing node brandying -b missing node pruner -b missing node abjured -b missing node prunes -b missing node abjurer -b missing node rawnesses -b missing node stuccoing -b missing node abjures -b missing node officialism -b missing node kneel -b missing node birdcall -b missing node unbosomed -b missing node interrelates -b missing node gasman -b missing node rend -b missing node kneed -b missing node squealer -b missing node amaranth -b missing node reno -b missing node mirth -b missing node interrelated -b missing node papains -b missing node knees -b missing node rent -b missing node growlingly -b missing node officiality -b missing node rely -b missing node scratchily -b missing node gutlessness -b missing node cathartically -b missing node naturalism -b missing node lockout -b missing node upholds -b missing node uproariousness -b missing node rems -b missing node wrasse -b missing node mirvs -b missing node unclothed -b missing node strophic -b missing node stupas -b missing node glazier -b missing node fringing -b missing node effetely -b missing node retinal -b missing node choosiness -b missing node beacons -b missing node newark -b missing node retouchers -b missing node rivets -b missing node retinas -b missing node retd -b missing node unclothes -b missing node adverseness -b missing node idler -b missing node idles -b missing node complicate -b missing node newsiness -b missing node idled -b missing node gyppers -b missing node rest -b missing node machinists -b missing node squealed -b missing node scratching -b missing node resp -b missing node cupidities -b missing node knead -b missing node paintbrush -b missing node coast -b missing node shipmate -b missing node vector -b missing node ambled -b missing node instillation -b missing node conveyance -b missing node ambler -b missing node ambles -b missing node curvaceous -b missing node gesture -b missing node radiologic -b missing node coats -b missing node viking -b missing node strophes -b missing node coati -b missing node pawnor -b missing node latin -b missing node transcripts -b missing node arapaho -b missing node choirmasters -b missing node downpour -b missing node autodial -b missing node shucking -b missing node glenwood -b missing node falsify -b missing node calumniation -b missing node ambiance -b missing node paupered -b missing node servos -b missing node residually -b missing node beautification -b missing node willets -b missing node seaway -b missing node jabbing -b missing node histamine -b missing node overfilling -b missing node dispositive -b missing node falsies -b missing node respectively -b missing node coffering -b missing node histamins -b missing node viragos -b missing node whalings -b missing node overhauling -b missing node calumniating -b missing node contravening -b missing node recharts -b missing node bristled -b missing node magpies -b missing node analgesic -b missing node cutlases -b missing node pshawing -b missing node mendelism -b missing node analgesia -b missing node chaplin -b missing node interested -b missing node ingratiation -b missing node mendelist -b missing node viscously -b missing node allegiances -b missing node tumult -b missing node curatrices -b missing node cobol -b missing node timesaver -b missing node effluxes -b missing node unchastened -b missing node bristles -b missing node scrimmage -b missing node carfares -b missing node ingratiating -b missing node excelsior -b missing node glooming -b missing node complimentarily -b missing node personative -b missing node pugilism -b missing node gunslinger -b missing node defoliates -b missing node imperturbability -b missing node appeaser -b missing node pardner -b missing node appeases -b missing node hypothesizer -b missing node miaoued -b missing node hypothesizes -b missing node gasket -b missing node defoliated -b missing node flaccid -b missing node rivers -b missing node knockoffs -b missing node rearmed -b missing node universals -b missing node hypothesized -b missing node overflow -b missing node chaplet -b missing node anathematize -b missing node galluses -b missing node appeased -b missing node avidity -b missing node willers -b missing node myrrhs -b missing node dogcarts -b missing node gloomily -b missing node pugilist -b missing node defalcate -b missing node tellers -b missing node painless -b missing node pendent -b missing node outguns -b missing node oligarchical -b missing node refitted -b missing node diagraph -b missing node cicerone -b missing node antiquities -b missing node unnatural -b missing node androgyne -b missing node awesome -b missing node ringbolts -b missing node bookings -b missing node proscribes -b missing node reanalyze -b missing node hydrides -b missing node adaptive -b missing node unmanly -b missing node bisects -b missing node pander -b missing node ominousness -b missing node peonies -b missing node scorifies -b missing node proscribed -b missing node bogeys -b missing node tuataras -b missing node allocable -b missing node dissimilate -b missing node commissariats -b missing node machismo -b missing node supporter -b missing node alienates -b missing node sugarcoats -b missing node inequitably -b missing node endamaging -b missing node mineralizes -b missing node scorified -b missing node supported -b missing node denier -b missing node protectorate -b missing node inequitable -b missing node vicariousness -b missing node denies -b missing node pettiness -b missing node diagrams -b missing node catalyzing -b missing node tabletop -b missing node beautiful -b missing node weedier -b missing node denied -b missing node ownerships -b missing node sandpapered -b missing node mainmasts -b missing node multiversity -b missing node bunkums -b missing node alienated -b missing node impended -b missing node sextants -b missing node souping -b missing node unsnap -b missing node gloomier -b missing node glazers -b missing node indefinite -b missing node unpretending -b missing node plexus -b missing node disaggregation -b missing node tetralogies -b missing node rebuffing -b missing node pandit -b missing node miser -b missing node mineralized -b missing node unmailable -b missing node madcaps -b missing node fertilization -b missing node presentability -b missing node lawed -b missing node rubberized -b missing node misdo -b missing node apronlike -b missing node personation -b missing node falsity -b missing node rubberizes -b missing node uncommercial -b missing node hyde -b missing node contracted -b missing node quadrillion -b missing node cardiometer -b missing node vacuum -b missing node denial -b missing node avuncular -b missing node marimba -b missing node cobby -b missing node killers -b missing node kinaesthesia -b missing node androgyny -b missing node incompetently -b missing node uncensured -b missing node overburdens -b missing node preemptive -b missing node nonplusing -b missing node defoliator -b missing node aardwolf -b missing node factiousness -b missing node wracking -b missing node injustices -b missing node snapped -b missing node billheads -b missing node secessions -b missing node diatomic -b missing node playlands -b missing node temerity -b missing node chicaneries -b missing node tumbled -b missing node nonviolation -b missing node rubes -b missing node snapper -b missing node preapplication -b missing node outlive -b missing node missy -b missing node anteriorly -b missing node discording -b missing node bakshish -b missing node retype -b missing node cataract -b missing node tantrum -b missing node comprehended -b missing node priests -b missing node autocades -b missing node rumrunning -b missing node outspreads -b missing node transfusion -b missing node windsurf -b missing node reinjuring -b missing node unappetizing -b missing node farrier -b missing node washout -b missing node cascabel -b missing node airway -b missing node cardiometry -b missing node houseboy -b missing node divorceable -b missing node transfusing -b missing node concertizing -b missing node lurid -b missing node hypo -b missing node indications -b missing node kookiest -b missing node waifing -b missing node hype -b missing node cocas -b missing node prolongation -b missing node disbelieves -b missing node disbeliever -b missing node dextrous -b missing node unload -b missing node gummed -b missing node shabbiness -b missing node pastoralism -b missing node undefinably -b missing node pastoralist -b missing node preventions -b missing node forecourt -b missing node undefinable -b missing node debilitating -b missing node impaction -b missing node gummer -b missing node jeroboams -b missing node telethons -b missing node pandas -b missing node orangery -b missing node contractor -b missing node lurch -b missing node leaders -b missing node misos -b missing node disbelieved -b missing node whimpering -b missing node soupier -b missing node albanian -b missing node trunked -b missing node wanderings -b missing node immediately -b missing node fairgrounds -b missing node marilyn -b missing node hymn -b missing node fizziest -b missing node connective -b missing node swanker -b missing node radiochemist -b missing node hermitage -b missing node adaption -b missing node dextrose -b missing node lawns -b missing node advancers -b missing node lawny -b missing node clattering -b missing node triggered -b missing node fingerers -b missing node citrons -b missing node naming -b missing node altar -b missing node interlarded -b missing node tumbles -b missing node headlining -b missing node caldera -b missing node zaniest -b missing node erratum -b missing node adapting -b missing node lured -b missing node tumbler -b missing node lures -b missing node cordiality -b missing node lurer -b missing node debilitation -b missing node swanked -b missing node benzin -b missing node citrous -b missing node bumpkinish -b missing node brisbane -b missing node veganisms -b missing node insane -b missing node whichsoever -b missing node unceremonious -b missing node splurgiest -b missing node unlock -b missing node quivering -b missing node homolog -b missing node mendelize -b missing node herbicidally -b missing node unaccustomed -b missing node idealogies -b missing node benzol -b missing node snifflers -b missing node broider -b missing node raftage -b missing node paydays -b missing node faucets -b missing node malfeasantly -b missing node persistency -b missing node outline -b missing node jitneys -b missing node impacting -b missing node physiology -b missing node gamester -b missing node desecrations -b missing node persistence -b missing node romantic -b missing node antechoir -b missing node astrologically -b missing node germanies -b missing node curetting -b missing node shicksas -b missing node dishing -b missing node accts -b missing node towardly -b missing node mascara -b missing node coxwains -b missing node vicars -b missing node lurks -b missing node connection -b missing node snottier -b missing node uncage -b missing node puffiest -b missing node cornstalk -b missing node dromedary -b missing node maquette -b missing node onionskin -b missing node balladeers -b missing node cobra -b missing node adhered -b missing node stretch -b missing node adherer -b missing node restorativeness -b missing node exposure -b missing node sheepdog -b missing node connecting -b missing node guerdons -b missing node adheres -b missing node corvette -b missing node thirdly -b missing node catcall -b missing node roofings -b missing node joking -b missing node sugarcane -b missing node superber -b missing node hoaxes -b missing node alginate -b missing node mists -b missing node ridership -b missing node hoaxer -b missing node immortal -b missing node misty -b missing node tailgate -b missing node milkiness -b missing node hoaxed -b missing node wagers -b missing node etiolates -b missing node apportioned -b missing node etiolated -b missing node unbreakable -b missing node nonintersecting -b missing node ostlers -b missing node noblemen -b missing node convects -b missing node exalting -b missing node trivially -b missing node provisoes -b missing node outstaring -b missing node solecisms -b missing node stuffings -b missing node uncommendable -b missing node valerian -b missing node vizir -b missing node osteologies -b missing node supplying -b missing node pragmatic -b missing node reintrenchment -b missing node dewool -b missing node laundromats -b missing node explicit -b missing node determinists -b missing node expedience -b missing node backslapper -b missing node thundercloud -b missing node prechilling -b missing node puddle -b missing node peppers -b missing node expediency -b missing node peppery -b missing node principalities -b missing node inhospitably -b missing node prescribes -b missing node prescriber -b missing node carrion -b missing node catling -b missing node populace -b missing node sotted -b missing node inhospitable -b missing node cocos -b missing node bogged -b missing node prescribed -b missing node unproportionate -b missing node cocoa -b missing node ideologize -b missing node prepubescence -b missing node benzyl -b missing node dubber -b missing node dubbed -b missing node doblas -b missing node valuate -b missing node whelps -b missing node behinds -b missing node midwived -b missing node humpbacked -b missing node pharm -b missing node ideologist -b missing node bundled -b missing node willful -b missing node grammatical -b missing node raspish -b missing node covenanting -b missing node microcosmic -b missing node nobleman -b missing node bundler -b missing node sargassos -b missing node bundles -b missing node discordance -b missing node tantras -b missing node gratuitously -b missing node karakul -b missing node organdies -b missing node phase -b missing node redress -b missing node crockeries -b missing node brimmer -b missing node sacristies -b missing node misinformed -b missing node unlighted -b missing node revivers -b missing node cocky -b missing node midwives -b missing node williwaw -b missing node puddly -b missing node nicely -b missing node convulse -b missing node appeared -b missing node cocks -b missing node uncaps -b missing node catlike -b missing node advisedness -b missing node topics -b missing node goring -b missing node serbian -b missing node snottily -b missing node brimmed -b missing node dubbin -b missing node idiom -b missing node defuzing -b missing node sheepskins -b missing node nonsexist -b missing node dishier -b missing node chequered -b missing node emancipating -b missing node idiot -b missing node defrocks -b missing node immortalizing -b missing node gorily -b missing node stalemate -b missing node ceaselessly -b missing node whelks -b missing node theistic -b missing node waterproof -b missing node balusters -b missing node whelky -b missing node deflagrate -b missing node singeing -b missing node ruble -b missing node determent -b missing node fitchews -b missing node selectiveness -b missing node biasedly -b missing node subclassification -b missing node generosity -b missing node craziness -b missing node emancipation -b missing node polymorphously -b missing node ironside -b missing node baobab -b missing node lapsers -b missing node quarters -b missing node wrangle -b missing node widened -b missing node whelms -b missing node uncase -b missing node heavenlier -b missing node storables -b missing node disquiet -b missing node widener -b missing node preemies -b missing node idiotic -b missing node wingers -b missing node mascaras -b missing node cleverest -b missing node trisecting -b missing node rooftop -b missing node deworm -b missing node magnificence -b missing node itemizers -b missing node zigzags -b missing node mayings -b missing node quartets -b missing node deanships -b missing node endangers -b missing node disturbs -b missing node mites -b missing node miter -b missing node towpath -b missing node shedded -b missing node rondures -b missing node sidepieces -b missing node cortexes -b missing node shedder -b missing node kwachas -b missing node sinuating -b missing node mistrustingly -b missing node tantric -b missing node coapts -b missing node steins -b missing node playing -b missing node phage -b missing node butane -b missing node astrolabes -b missing node panels -b missing node debilitative -b missing node propound -b missing node slyly -b missing node lavas -b missing node trisection -b missing node alternately -b missing node dispose -b missing node gorier -b missing node disport -b missing node germanium -b missing node cocci -b missing node declaims -b missing node cosmetic -b missing node wiredrawn -b missing node backmost -b missing node disjoining -b missing node weeding -b missing node ombres -b missing node wiredraws -b missing node cerecloth -b missing node conflicted -b missing node misemployment -b missing node seconal -b missing node overflew -b missing node upsilon -b missing node diatonic -b missing node mitre -b missing node vertigoes -b missing node intermixtures -b missing node wafting -b missing node untimely -b missing node upbraided -b missing node redcoats -b missing node upbraider -b missing node ambivalence -b missing node denims -b missing node antimonies -b missing node trystes -b missing node tryster -b missing node cataleptics -b missing node osteologist -b missing node mitts -b missing node refrigerate -b missing node babylonia -b missing node bloats -b missing node robbed -b missing node snorted -b missing node kidnaping -b missing node prosecutable -b missing node transvestism -b missing node microscopes -b missing node guatemalan -b missing node flashback -b missing node weedily -b missing node ballutes -b missing node archetypical -b missing node timepiece -b missing node transvestite -b missing node codas -b missing node laved -b missing node seconds -b missing node stripped -b missing node expedients -b missing node codal -b missing node seconde -b missing node jalopies -b missing node laves -b missing node laver -b missing node robber -b missing node snorter -b missing node munificently -b missing node vascularly -b missing node golfings -b missing node crutched -b missing node ascription -b missing node honorands -b missing node fervour -b missing node reverification -b missing node crutches -b missing node unseaming -b missing node accostable -b missing node fatuous -b missing node shortness -b missing node surveyable -b missing node impeachment -b missing node procommunism -b missing node waxworks -b missing node procommunist -b missing node alienator -b missing node slyer -b missing node drawstring -b missing node inconsolably -b missing node ideologies -b missing node rucks -b missing node malteds -b missing node tailcoats -b missing node slummers -b missing node manoeuvering -b missing node curtaining -b missing node tankers -b missing node unsold -b missing node doctrinairism -b missing node inconsolable -b missing node microscopic -b missing node dunnage -b missing node increasingly -b missing node reinstallations -b missing node pigtail -b missing node isogon -b missing node maltese -b missing node potency -b missing node yakking -b missing node potence -b missing node reorganizing -b missing node periodical -b missing node astrologers -b missing node guesswork -b missing node wildebeest -b missing node peepers -b missing node frequentation -b missing node nonmechanical -b missing node bartenders -b missing node sturdy -b missing node clearable -b missing node disproportionate -b missing node nicest -b missing node perverting -b missing node unpicked -b missing node otters -b missing node reloaning -b missing node squeegees -b missing node fatness -b missing node boxwood -b missing node gridirons -b missing node chronicity -b missing node subbreed -b missing node aerostat -b missing node heelpost -b missing node uselessness -b missing node muggering -b missing node squeegeed -b missing node diets -b missing node persuasions -b missing node sedimentary -b missing node banters -b missing node subdermal -b missing node webfoot -b missing node fervors -b missing node pitifulness -b missing node semaphore -b missing node amputations -b missing node clamminess -b missing node stanley -b missing node abnegators -b missing node fructose -b missing node molestations -b missing node hennery -b missing node gaberdines -b missing node gyrations -b missing node ridiculed -b missing node toping -b missing node refrigerant -b missing node featheredge -b missing node latticing -b missing node bambino -b missing node stripper -b missing node stridently -b missing node narwhals -b missing node puppetry -b missing node seconders -b missing node braggarts -b missing node ridicules -b missing node streamliners -b missing node compartmentalizes -b missing node structurally -b missing node denationalizing -b missing node compartmentalized -b missing node trysted -b missing node pylorouses -b missing node nicety -b missing node peonism -b missing node tagging -b missing node sorcerer -b missing node previewed -b missing node nihilism -b missing node slugging -b missing node toxicant -b missing node claimable -b missing node photostats -b missing node workouts -b missing node microscopical -b missing node aerified -b missing node lukewarm -b missing node nihilist -b missing node ammoniums -b missing node coded -b missing node snuffily -b missing node blighting -b missing node mackintosh -b missing node borders -b missing node clamping -b missing node infelicity -b missing node conciliar -b missing node arizonian -b missing node nihility -b missing node unwarier -b missing node ransack -b missing node rave -b missing node codex -b missing node tideless -b missing node codes -b missing node coder -b missing node architecturally -b missing node syllabic -b missing node gigglier -b missing node steeping -b missing node reweighs -b missing node plainspoken -b missing node snuffing -b missing node raws -b missing node knaps -b missing node humphing -b missing node hazard -b missing node ottawa -b missing node asteroid -b missing node coaxal -b missing node tasted -b missing node gasify -b missing node railings -b missing node notional -b missing node gelatinized -b missing node taster -b missing node finniest -b missing node tastes -b missing node cheetahs -b missing node designing -b missing node resistant -b missing node implorers -b missing node dishfuls -b missing node razz -b missing node kicker -b missing node ordures -b missing node prorogued -b missing node kicked -b missing node sluggish -b missing node simonizing -b missing node vocalist -b missing node rays -b missing node dagobas -b missing node tumbling -b missing node vocalism -b missing node yamun -b missing node selectional -b missing node anorexias -b missing node constitutional -b missing node raze -b missing node trunnion -b missing node applauded -b missing node supraorbital -b missing node exactitude -b missing node tuxedo -b missing node applauder -b missing node redeposited -b missing node bordels -b missing node preassigning -b missing node antiprotons -b missing node ravishing -b missing node independents -b missing node mutuels -b missing node prorogues -b missing node hoards -b missing node unreasoning -b missing node azote -b missing node decommissioning -b missing node whimsies -b missing node azoth -b missing node layer -b missing node grizzled -b missing node accedence -b missing node coaxed -b missing node destiny -b missing node syllable -b missing node aerifies -b missing node coaxer -b missing node grizzles -b missing node coaxes -b missing node radiobiology -b missing node whimsied -b missing node threescore -b missing node layed -b missing node grizzler -b missing node teardrops -b missing node blighties -b missing node chiropodists -b missing node sugary -b missing node rant -b missing node phobias -b missing node slackens -b missing node rank -b missing node superscribing -b missing node rani -b missing node scaffolded -b missing node rang -b missing node preaxially -b missing node rand -b missing node mousing -b missing node rams -b missing node shouldst -b missing node ramp -b missing node acerb -b missing node gneissic -b missing node hoarse -b missing node tenacity -b missing node vaporishness -b missing node deleteriousness -b missing node dehorner -b missing node golliwog -b missing node reignites -b missing node rapt -b missing node retired -b missing node raps -b missing node retiree -b missing node dehorned -b missing node reignited -b missing node retirer -b missing node outrightness -b missing node retires -b missing node unwarily -b missing node immanently -b missing node codon -b missing node troubleshooters -b missing node rape -b missing node lockjaw -b missing node demonise -b missing node demonism -b missing node demonist -b missing node unformulated -b missing node newels -b missing node snobberies -b missing node girasol -b missing node milos -b missing node dimwits -b missing node snuffier -b missing node sympathies -b missing node misnumbering -b missing node imbalming -b missing node engorged -b missing node newest -b missing node foxgloves -b missing node slackers -b missing node hydrolyze -b missing node rare -b missing node fraught -b missing node numerations -b missing node engorges -b missing node nelson -b missing node audiogram -b missing node gneisses -b missing node unremovable -b missing node replants -b missing node rollaway -b missing node superscript -b missing node seizers -b missing node silesia -b missing node slackest -b missing node introit -b missing node rara -b missing node deformative -b missing node trumpeters -b missing node blackberry -b missing node arrangement -b missing node defectiveness -b missing node aerodynamically -b missing node lodestar -b missing node fissioned -b missing node odorant -b missing node gitanos -b missing node papuans -b missing node reding -b missing node impearl -b missing node harmers -b missing node rate -b missing node celibacy -b missing node concrescent -b missing node semicircle -b missing node sumatra -b missing node syllabus -b missing node dapperest -b missing node knack -b missing node rats -b missing node premature -b missing node britons -b missing node underfeeding -b missing node vertebrate -b missing node djibouti -b missing node syllabub -b missing node rata -b missing node dowelled -b missing node ragingly -b missing node unconfessed -b missing node rase -b missing node sprockets -b missing node teetotums -b missing node rash -b missing node implementation -b missing node rasp -b missing node teems -b missing node quantizes -b missing node immunizes -b missing node sheepdogs -b missing node seigniorage -b missing node balinese -b missing node truffle -b missing node quantized -b missing node dotted -b missing node eventfulness -b missing node queenlier -b missing node cornerback -b missing node corralled -b missing node sneeringly -b missing node dotter -b missing node rustication -b missing node serried -b missing node clubfoot -b missing node lupin -b missing node nastily -b missing node spasticities -b missing node hyacinth -b missing node attainders -b missing node viscidity -b missing node knifed -b missing node panickiest -b missing node shiploads -b missing node mimic -b missing node beatings -b missing node laborites -b missing node firewater -b missing node handloom -b missing node demotes -b missing node defilements -b missing node rusticating -b missing node knifer -b missing node geophysicists -b missing node knifes -b missing node teens -b missing node immunized -b missing node demoted -b missing node teeny -b missing node steeve -b missing node demonize -b missing node redepositing -b missing node contrariety -b missing node fornication -b missing node doughtiest -b missing node mitered -b missing node outshouts -b missing node forebear -b missing node unimpressed -b missing node penlite -b missing node miterer -b missing node anybodies -b missing node renouncements -b missing node fornicating -b missing node nastier -b missing node schooldays -b missing node fructifying -b missing node incurability -b missing node deprecations -b missing node headmistresses -b missing node kickup -b missing node serries -b missing node unabridged -b missing node velcro -b missing node abusiveness -b missing node pitchier -b missing node emotionalistic -b missing node representational -b missing node sugars -b missing node addicts -b missing node decenary -b missing node whispered -b missing node undergirding -b missing node overmastering -b missing node dandifying -b missing node nonsinkable -b missing node interactions -b missing node virginians -b missing node didos -b missing node yamen -b missing node deformation -b missing node safekeeping -b missing node cliffier -b missing node guzzlers -b missing node cosponsor -b missing node sombreros -b missing node cenobite -b missing node demotic -b missing node geochemical -b missing node irrupts -b missing node headpiece -b missing node articulate -b missing node vowelizes -b missing node vibrational -b missing node disorienting -b missing node dottle -b missing node homogeneously -b missing node coatroom -b missing node smuggest -b missing node melancholiacs -b missing node teeth -b missing node cameleer -b missing node protesting -b missing node probable -b missing node jungle -b missing node vowelized -b missing node antidote -b missing node copiousness -b missing node destine -b missing node knave -b missing node readjourns -b missing node steely -b missing node auditioned -b missing node steels -b missing node hairweaver -b missing node probably -b missing node jungly -b missing node scholarly -b missing node untenanted -b missing node cascaded -b missing node cascades -b missing node schizoidism -b missing node confidence -b missing node deedless -b missing node didst -b missing node optometrical -b missing node peninsular -b missing node peninsulas -b missing node haviours -b missing node vocality -b missing node amorously -b missing node indifference -b missing node crossbreed -b missing node discerns -b missing node steers -b missing node seatrain -b missing node rotational -b missing node waterer -b missing node yodlers -b missing node tipster -b missing node samurais -b missing node stuccos -b missing node dextrins -b missing node dashboards -b missing node macroeconomics -b missing node falterer -b missing node imaginably -b missing node merlons -b missing node informality -b missing node subdepartment -b missing node saucepan -b missing node moujik -b missing node faltered -b missing node tiepins -b missing node imaginable -b missing node chapels -b missing node preboiled -b missing node steeps -b missing node dysfunction -b missing node fueling -b missing node unattended -b missing node apartments -b missing node scandalizing -b missing node cavillers -b missing node mimeo -b missing node facula -b missing node mimer -b missing node mimes -b missing node vocalize -b missing node mimed -b missing node refocussing -b missing node wankel -b missing node coeds -b missing node vesperal -b missing node bunkered -b missing node shoulder -b missing node succulent -b missing node antibusing -b missing node alkyl -b missing node discriminating -b missing node shipment -b missing node privileges -b missing node gasifier -b missing node gasifies -b missing node search -b missing node flannel -b missing node rancored -b missing node insincerely -b missing node alkyd -b missing node discrimination -b missing node basement -b missing node gashed -b missing node repellents -b missing node bobsledding -b missing node crystallizing -b missing node schmoos -b missing node february -b missing node glaives -b missing node effloresce -b missing node gashes -b missing node gasher -b missing node privileged -b missing node gasified -b missing node defecates -b missing node windfalls -b missing node plasterwork -b missing node maskers -b missing node searer -b missing node unconversant -b missing node gnomonic -b missing node preventively -b missing node reasserted -b missing node drawbars -b missing node perkier -b missing node recollects -b missing node statesmen -b missing node desirer -b missing node desires -b missing node seared -b missing node downplay -b missing node portliest -b missing node estoppels -b missing node anemometers -b missing node cliquy -b missing node belabored -b missing node desired -b missing node laxer -b missing node neons -b missing node clique -b missing node jeering -b missing node tasses -b missing node reprovers -b missing node tassel -b missing node loftiest -b missing node microprocessors -b missing node redesigned -b missing node dissolute -b missing node machined -b missing node pismires -b missing node emblazonment -b missing node irrelevancies -b missing node unadjusted -b missing node photoplay -b missing node covalent -b missing node gainsayer -b missing node bellowing -b missing node maypops -b missing node chapeau -b missing node hairballs -b missing node unexplicit -b missing node frailly -b missing node quintal -b missing node velveteen -b missing node beltline -b missing node irksomely -b missing node quintar -b missing node stuccoers -b missing node shrillest -b missing node quintan -b missing node nickle -b missing node fittest -b missing node recompilations -b missing node earthiest -b missing node levered -b missing node impolite -b missing node achromats -b missing node monitors -b missing node housewares -b missing node monitory -b missing node leveret -b missing node statesman -b missing node forbearingly -b missing node encyclopedias -b missing node fitters -b missing node proposer -b missing node proposes -b missing node radiator -b missing node reservations -b missing node vamoosed -b missing node enablers -b missing node proposed -b missing node vamooses -b missing node trepan -b missing node abnegation -b missing node reintegrate -b missing node inkpot -b missing node brimful -b missing node yanks -b missing node corpuscle -b missing node overfill -b missing node resistances -b missing node quintet -b missing node unedited -b missing node allah -b missing node varietal -b missing node nevadans -b missing node maypole -b missing node allay -b missing node brochures -b missing node frostbit -b missing node sheepish -b missing node fetterer -b missing node filmdoms -b missing node swilling -b missing node turbojet -b missing node avowals -b missing node procurators -b missing node frailty -b missing node kenosis -b missing node pitchily -b missing node fettered -b missing node plighting -b missing node saddlebag -b missing node hebraizes -b missing node consecutive -b missing node unburdening -b missing node digitally -b missing node squishes -b missing node machines -b missing node hebraized -b missing node londoner -b missing node proposal -b missing node cardoons -b missing node squished -b missing node digitalis -b missing node preplan -b missing node resonates -b missing node dicey -b missing node cinemas -b missing node eponym -b missing node pitching -b missing node prismatic -b missing node lyrism -b missing node seizor -b missing node dices -b missing node dicer -b missing node lyrist -b missing node burthen -b missing node quintin -b missing node generically -b missing node diced -b missing node cynic -b missing node quintic -b missing node neckwears -b missing node forerunner -b missing node orpheus -b missing node underplay -b missing node lupus -b missing node resonated -b missing node stitched -b missing node anthrax -b missing node stitches -b missing node stitcher -b missing node obliterations -b missing node rustiest -b missing node gunpoints -b missing node divalent -b missing node commanded -b missing node reargue -b missing node conversations -b missing node causals -b missing node commander -b missing node corkiest -b missing node serums -b missing node sidedness -b missing node abnegating -b missing node baptisteries -b missing node biotypes -b missing node minks -b missing node anthrop -b missing node rage -b missing node raga -b missing node bulbul -b missing node collectible -b missing node rags -b missing node xenobiology -b missing node repellency -b missing node shortfall -b missing node priesting -b missing node ruing -b missing node conditioner -b missing node trepid -b missing node aptitudes -b missing node azoic -b missing node participators -b missing node participatory -b missing node exclaims -b missing node trampolinists -b missing node theistically -b missing node catawba -b missing node preconcealing -b missing node drawback -b missing node dilatations -b missing node peritonea -b missing node ruins -b missing node calamines -b missing node ricercar -b missing node suturing -b missing node dicky -b missing node shriving -b missing node acetate -b missing node dicks -b missing node mousier -b missing node suffragette -b missing node factor -b missing node sugared -b missing node jewellers -b missing node thunderclouds -b missing node ovations -b missing node disillusions -b missing node inhibits -b missing node raft -b missing node reconveyance -b missing node travesty -b missing node minor -b missing node mousily -b missing node rake -b missing node barkeepers -b missing node ambuscade -b missing node served -b missing node veldts -b missing node protrude -b missing node alley -b missing node allen -b missing node dissolved -b missing node aller -b missing node commandos -b missing node apostleship -b missing node crushable -b missing node nepal -b missing node dissolves -b missing node intransitiveness -b missing node limberest -b missing node perpetrate -b missing node dispute -b missing node coaxers -b missing node distractedly -b missing node minny -b missing node arrhythmical -b missing node concurred -b missing node weeping -b missing node affluxes -b missing node armloads -b missing node killing -b missing node raid -b missing node knight -b missing node unregistered -b missing node bulwarking -b missing node surgeries -b missing node rail -b missing node chuckhole -b missing node backups -b missing node preppies -b missing node disposition -b missing node rain -b missing node awkwardness -b missing node dicot -b missing node unciforms -b missing node spadefuls -b missing node coordinations -b missing node languidness -b missing node speedometers -b missing node raja -b missing node schmoes -b missing node sedition -b missing node dozenths -b missing node rehearing -b missing node server -b missing node whenas -b missing node serves -b missing node solipsists -b missing node mutualist -b missing node pagans -b missing node saddlebow -b missing node banshees -b missing node exultant -b missing node obsoletes -b missing node whence -b missing node outstretches -b missing node mutualism -b missing node obsoleted -b missing node mince -b missing node outstretched -b missing node housing -b missing node preach -b missing node antibodies -b missing node decimalized -b missing node assagais -b missing node locoisms -b missing node demonian -b missing node decimalizes -b missing node subbranch -b missing node demoniac -b missing node nitpicking -b missing node officio -b missing node azons -b missing node diseases -b missing node perkily -b missing node noncoagulating -b missing node minds -b missing node norway -b missing node miner -b missing node diseased -b missing node squashiest -b missing node intrusted -b missing node crossbows -b missing node mined -b missing node suspender -b missing node vernaculars -b missing node serval -b missing node mincy -b missing node alpinely -b missing node suspended -b missing node indentions -b missing node perking -b missing node impanelling -b missing node afterthought -b missing node dicta -b missing node nondeductible -b missing node sportswoman -b missing node castaways -b missing node tolerator -b missing node radiates -b missing node viewfinder -b missing node almandine -b missing node rack -b missing node charismas -b missing node race -b missing node withstanding -b missing node azole -b missing node radiated -b missing node combustibilities -b missing node chutzpas -b missing node gumweeds -b missing node perkish -b missing node chutzpah -b missing node rads -b missing node yellowbelly -b missing node mines -b missing node judaica -b missing node watchfully -b missing node coffs -b missing node annihilate -b missing node lungfishes -b missing node laxly -b missing node conditional -b missing node bridgings -b missing node racy -b missing node overboard -b missing node dittos -b missing node conditioned -b missing node prepping -b missing node allow -b missing node alloy -b missing node addible -b missing node allot -b missing node sportswomen -b missing node askers -b missing node minim -b missing node overplaying -b missing node impeach -b missing node officer -b missing node offices -b missing node weepier -b missing node refilling -b missing node minis -b missing node insistingly -b missing node mislabeled -b missing node rupturing -b missing node mingy -b missing node flinging -b missing node golgotha -b missing node moderato -b missing node moderate -b missing node resented -b missing node disciplinarians -b missing node defecated -b missing node carabaos -b missing node eclipsing -b missing node unawares -b missing node perversities -b missing node revivify -b missing node washtub -b missing node defatted -b missing node reprove -b missing node reviled -b missing node mutuality -b missing node compliments -b missing node riving -b missing node reviler -b missing node lakeside -b missing node reviles -b missing node visors -b missing node tecum -b missing node ruers -b missing node daisies -b missing node daisied -b missing node panpipe -b missing node bogart -b missing node jujubes -b missing node diazo -b missing node wyverns -b missing node tankage -b missing node postmistress -b missing node bitched -b missing node member -b missing node legitimacies -b missing node introduces -b missing node bitches -b missing node revitalize -b missing node nerve -b missing node serological -b missing node introducer -b missing node theurgic -b missing node felinities -b missing node bamboos -b missing node introduced -b missing node nervy -b missing node specimens -b missing node oppositeness -b missing node hesitant -b missing node curacaos -b missing node meanspirited -b missing node housefly -b missing node formulated -b missing node probations -b missing node microwave -b missing node nertz -b missing node votarist -b missing node uncloak -b missing node lumps -b missing node zoysias -b missing node formulates -b missing node invasion -b missing node lumpy -b missing node polders -b missing node straightedges -b missing node signaller -b missing node anteposition -b missing node nerts -b missing node signalled -b missing node splotchier -b missing node evidence -b missing node obligato -b missing node vocative -b missing node tractate -b missing node stableman -b missing node aloofly -b missing node nonequivalents -b missing node lulling -b missing node toweringly -b missing node hiccoughed -b missing node falsely -b missing node alabamian -b missing node obligate -b missing node pendant -b missing node niters -b missing node deductibles -b missing node spaniels -b missing node royalisms -b missing node aloft -b missing node chalices -b missing node provokes -b missing node provoker -b missing node priedieux -b missing node presentations -b missing node priedieus -b missing node ghastliest -b missing node oliver -b missing node hermitic -b missing node provoked -b missing node olives -b missing node foulard -b missing node aloes -b missing node asunder -b missing node reproof -b missing node mussels -b missing node cusped -b missing node outflowed -b missing node nitpickers -b missing node huzzahs -b missing node pylori -b missing node playful -b missing node hexahedron -b missing node tolerates -b missing node tolerated -b missing node cheyenne -b missing node abuttal -b missing node huzzaed -b missing node percale -b missing node judaism -b missing node pawner -b missing node adapters -b missing node baldheads -b missing node larrup -b missing node churchgoer -b missing node manana -b missing node loudlier -b missing node ferryage -b missing node pawned -b missing node damnifying -b missing node pawnee -b missing node marquetry -b missing node mints -b missing node identifiers -b missing node minty -b missing node vocation -b missing node distributively -b missing node jacquard -b missing node punishably -b missing node midlines -b missing node irritatingly -b missing node calculator -b missing node asking -b missing node minus -b missing node unguentary -b missing node demount -b missing node cuspid -b missing node univalves -b missing node pylons -b missing node shotgunned -b missing node blockhead -b missing node surrenders -b missing node aircraft -b missing node bootlessly -b missing node distributorship -b missing node waning -b missing node schmo -b missing node unrecognizable -b missing node umbrellaed -b missing node abutted -b missing node flyaways -b missing node railroads -b missing node automatically -b missing node textually -b missing node unclogs -b missing node lambskins -b missing node unrecognizably -b missing node aloha -b missing node licker -b missing node abutter -b missing node oswego -b missing node handcuffed -b missing node punishable -b missing node licked -b missing node horsepower -b missing node teddy -b missing node hunk -b missing node twaddle -b missing node jeerers -b missing node staircases -b missing node lungs -b missing node manage -b missing node industrialists -b missing node coalhole -b missing node hung -b missing node topside -b missing node misdemeanor -b missing node vertigo -b missing node microform -b missing node avaricious -b missing node killjoy -b missing node huns -b missing node hunt -b missing node along -b missing node lunge -b missing node alone -b missing node inquisitorially -b missing node unappointed -b missing node reviewing -b missing node moulds -b missing node mouldy -b missing node turbofan -b missing node preheat -b missing node slurp -b missing node biopsies -b missing node switchboards -b missing node slurs -b missing node aloof -b missing node legumins -b missing node archives -b missing node traverse -b missing node captain -b missing node culpableness -b missing node baldricks -b missing node bespectacled -b missing node archived -b missing node civicisms -b missing node proficient -b missing node unpledged -b missing node splotching -b missing node opinionatedly -b missing node vibrating -b missing node fitting -b missing node identifers -b missing node bismuthic -b missing node hominized -b missing node carrots -b missing node outmarching -b missing node formulator -b missing node carroty -b missing node harmful -b missing node unclose -b missing node dottiest -b missing node squeaked -b missing node techy -b missing node meantime -b missing node frontier -b missing node lapsing -b missing node faithfulness -b missing node vibration -b missing node bullyboys -b missing node chicago -b missing node lunch -b missing node wheelless -b missing node captans -b missing node hacklers -b missing node subvaluation -b missing node figureheads -b missing node reprobe -b missing node ejaculations -b missing node olivia -b missing node dotards -b missing node moulin -b missing node grenades -b missing node lunet -b missing node estrangement -b missing node hula -b missing node lunes -b missing node mottled -b missing node hulk -b missing node antlered -b missing node hull -b missing node whiptails -b missing node acreage -b missing node bluebonnet -b missing node slush -b missing node dispensatory -b missing node archival -b missing node hampshirite -b missing node mottles -b missing node mottler -b missing node ruffs -b missing node decimally -b missing node globulin -b missing node broccolis -b missing node microelectronics -b missing node shrilling -b missing node sluts -b missing node muzjiks -b missing node goriest -b missing node rebating -b missing node squeaker -b missing node hump -b missing node hums -b missing node deprave -b missing node valedictory -b missing node gobies -b missing node votaries -b missing node viscounts -b missing node chlorinate -b missing node calculated -b missing node scrivener -b missing node byproduct -b missing node huff -b missing node pastoring -b missing node hugs -b missing node tiring -b missing node inkwell -b missing node intrusting -b missing node huge -b missing node sanitizing -b missing node reflectors -b missing node globular -b missing node yashmaks -b missing node unyokes -b missing node noncelestial -b missing node orangish -b missing node judgmental -b missing node boatman -b missing node constructionists -b missing node crasser -b missing node jokers -b missing node gangsters -b missing node woodward -b missing node globules -b missing node lyrics -b missing node impulses -b missing node carroms -b missing node recolonize -b missing node proctoscopes -b missing node smallpox -b missing node lunas -b missing node lunar -b missing node perfecto -b missing node artillerymen -b missing node blowholes -b missing node haranguing -b missing node impulsed -b missing node perfects -b missing node roundabout -b missing node aloud -b missing node anthony -b missing node nicker -b missing node blabbering -b missing node carroll -b missing node advices -b missing node sensualistic -b missing node doweling -b missing node nicked -b missing node redlining -b missing node nickel -b missing node calculates -b missing node frailer -b missing node hidalgo -b missing node virally -b missing node worriment -b missing node impeded -b missing node beached -b missing node empanels -b missing node opaques -b missing node opaquer -b missing node dishwashers -b missing node hubs -b missing node impedes -b missing node impeder -b missing node beaches -b missing node quiverers -b missing node ignite -b missing node fronting -b missing node opaqued -b missing node chicano -b missing node huck -b missing node diversities -b missing node biography -b missing node seized -b missing node junior -b missing node reuniters -b missing node embitterment -b missing node countersigning -b missing node season -b missing node cherubically -b missing node houseful -b missing node proprietorship -b missing node seizer -b missing node earwaxes -b missing node rearing -b missing node seizes -b missing node uneducated -b missing node boatmen -b missing node hothead -b missing node ferocious -b missing node unyoked -b missing node conciliating -b missing node aches -b missing node seaside -b missing node moults -b missing node rafters -b missing node ached -b missing node artilleryman -b missing node leathering -b missing node introversions -b missing node offbeat -b missing node chicane -b missing node seasick -b missing node hues -b missing node falsest -b missing node overviews -b missing node proctoscopic -b missing node invasive -b missing node hued -b missing node conciliation -b missing node blunged -b missing node retreating -b missing node bilateralistic -b missing node junkie -b missing node antinoise -b missing node blunges -b missing node blunger -b missing node uglier -b missing node nosepiece -b missing node tremor -b missing node contrastingly -b missing node sculptural -b missing node monistical -b missing node sunups -b missing node ruddiness -b missing node sweeteners -b missing node barkeeper -b missing node wharfage -b missing node metamers -b missing node kaisers -b missing node trinary -b missing node slumber -b missing node staffed -b missing node sympathize -b missing node unmixed -b missing node introduction -b missing node hoagies -b missing node seated -b missing node amucks -b missing node fatale -b missing node seater -b missing node knothole -b missing node crassly -b missing node lazed -b missing node litany -b missing node augustly -b missing node slotting -b missing node depressive -b missing node redrill -b missing node womanliest -b missing node alienate -b missing node nonparticipant -b missing node pastural -b missing node lazes -b missing node exists -b missing node spectrographies -b missing node endears -b missing node collegiums -b missing node maladroit -b missing node cobalts -b missing node sculptured -b missing node throatiest -b missing node recompiled -b missing node disposing -b missing node radiancies -b missing node disquiets -b missing node ablution -b missing node committing -b missing node sculptures -b missing node outworking -b missing node unlike -b missing node watered -b missing node flaggiest -b missing node byroad -b missing node bazaars -b missing node seismograms -b missing node shuteyes -b missing node outlook -b missing node thursday -b missing node demijohn -b missing node enroot -b missing node hectors -b missing node recalculates -b missing node steeds -b missing node coiffuring -b missing node signalmen -b missing node mobile -b missing node slubs -b missing node germanely -b missing node erringly -b missing node seismograph -b missing node uglify -b missing node staffer -b missing node tagboard -b missing node bargains -b missing node recalculated -b missing node outbound -b missing node voteable -b missing node slues -b missing node shambled -b missing node scripted -b missing node lemurs -b missing node pebbling -b missing node rigatonis -b missing node slued -b missing node achoo -b missing node listlessly -b missing node shambles -b missing node tutorhood -b missing node slugs -b missing node determine -b missing node depressing -b missing node routers -b missing node graciously -b missing node espionage -b missing node enrols -b missing node scornfully -b missing node tenacious -b missing node exurbanites -b missing node bismuthal -b missing node maltase -b missing node enroll -b missing node metalwork -b missing node steppers -b missing node extoller -b missing node antiquary -b missing node uglily -b missing node rusticly -b missing node meniscuses -b missing node depression -b missing node extolled -b missing node simplicity -b missing node revealing -b missing node cofferdam -b missing node antiquate -b missing node interrelationship -b missing node desultory -b missing node snuffles -b missing node ideas -b missing node snuffled -b missing node doweled -b missing node ideal -b missing node snuffler -b missing node miasmata -b missing node tigresses -b missing node assafoetida -b missing node apprenticeship -b missing node inflectional -b missing node kiesters -b missing node classification -b missing node players -b missing node reliances -b missing node scion -b missing node chefdom -b missing node junker -b missing node junket -b missing node weeders -b missing node lowings -b missing node ammonites -b missing node sustainment -b missing node earliest -b missing node junked -b missing node emersions -b missing node exportation -b missing node pinging -b missing node garbling -b missing node amortization -b missing node hairbands -b missing node docksides -b missing node huts -b missing node rearousing -b missing node nationals -b missing node fuelled -b missing node slums -b missing node billiard -b missing node outrigger -b missing node landright -b missing node slung -b missing node anaemias -b missing node smelliness -b missing node territories -b missing node cuffing -b missing node husk -b missing node hush -b missing node certificating -b missing node slunk -b missing node lunks -b missing node lazar -b missing node pasturer -b missing node pastures -b missing node hardpans -b missing node trackway -b missing node rugby -b missing node panama -b missing node certification -b missing node xenolithic -b missing node hurt -b missing node sensate -b missing node fueller -b missing node slump -b missing node hurl -b missing node pastured -b missing node phrenologist -b missing node flashtube -b missing node determinability -b missing node retitle -b missing node ovolo -b missing node bandboxes -b missing node phrenologies -b missing node disaffiliating -b missing node illimitable -b missing node sentimentality -b missing node northeastern -b missing node signature -b missing node illimitably -b missing node nebulous -b missing node northeasters -b missing node steepers -b missing node wotted -b missing node independence -b missing node exited -b missing node dwells -b missing node duellist -b missing node trends -b missing node steepest -b missing node unconsummated -b missing node cygnets -b missing node trendy -b missing node cohesions -b missing node piggyback -b missing node brainwashers -b missing node andantinos -b missing node packhorse -b missing node territorial -b missing node bopper -b missing node ovoid -b missing node sentimentalism -b missing node remediable -b missing node calumniators -b missing node theisms -b missing node vacuoles -b missing node sentimentalist -b missing node lunette -b missing node trench -b missing node bopped -b missing node knowings -b missing node quietists -b missing node cognizer -b missing node cognizes -b missing node miladies -b missing node frenches -b missing node cognized -b missing node earphone -b missing node vatful -b missing node schul -b missing node estrogen -b missing node marshier -b missing node unshifting -b missing node nutcrackers -b missing node civvies -b missing node sentimentalize -b missing node calendula -b missing node unpunished -b missing node adjuratory -b missing node meshworks -b missing node wirehairs -b missing node toughened -b missing node enthroning -b missing node sinlessly -b missing node disaffiliation -b missing node focalised -b missing node tankard -b missing node toughener -b missing node focalises -b missing node crossbred -b missing node reinfuse -b missing node backdate -b missing node conflicts -b missing node redecorates -b missing node reactivities -b missing node moistures -b missing node friableness -b missing node schwa -b missing node nerds -b missing node alienage -b missing node tuckered -b missing node auxin -b missing node redecorated -b missing node nondestructively -b missing node syracuse -b missing node frenched -b missing node unlink -b missing node biofeedback -b missing node professoriate -b missing node talliers -b missing node signalman -b missing node superscribe -b missing node feebleness -b missing node lobelias -b missing node deciares -b missing node indochinese -b missing node honoraria -b missing node nitrates -b missing node emulsifiers -b missing node bilbos -b missing node duelling -b missing node topers -b missing node celibate -b missing node entreated -b missing node friskiness -b missing node theists -b missing node nitrated -b missing node passionately -b missing node hesitate -b missing node queenliest -b missing node magmatic -b missing node diary -b missing node southerly -b missing node reviving -b missing node handsomer -b missing node tumors -b missing node immigrations -b missing node strewed -b missing node stumpy -b missing node assizer -b missing node calcifies -b missing node cantharides -b missing node nonfunctional -b missing node apprentice -b missing node hymnists -b missing node clarities -b missing node twinklers -b missing node despiting -b missing node strewer -b missing node acids -b missing node calcified -b missing node redries -b missing node acidy -b missing node auguster -b missing node phonographs -b missing node assizes -b missing node stipulate -b missing node redried -b missing node providently -b missing node sweltering -b missing node juridical -b missing node yearnings -b missing node southerns -b missing node clearing -b missing node dials -b missing node redbreasts -b missing node uncrates -b missing node rancidification -b missing node toecap -b missing node hazardous -b missing node rustical -b missing node rashers -b missing node diana -b missing node obedience -b missing node researchers -b missing node reverenced -b missing node outperform -b missing node steepens -b missing node giggling -b missing node nondistribution -b missing node reverences -b missing node reverencer -b missing node uncrated -b missing node diane -b missing node quietisms -b missing node stumps -b missing node inconvenience -b missing node rashest -b missing node ferruling -b missing node dallies -b missing node dallier -b missing node peatier -b missing node millstones -b missing node rentability -b missing node dallied -b missing node neuritises -b missing node cohen -b missing node topeka -b missing node photocells -b missing node royalists -b missing node pebblier -b missing node tumour -b missing node vacuolar -b missing node jackroll -b missing node cadette -b missing node fiduciary -b missing node paradisiacal -b missing node rivulet -b missing node fluorinations -b missing node strapping -b missing node recirculate -b missing node lamentably -b missing node hightailing -b missing node dinar -b missing node petulant -b missing node proalliance -b missing node oviparity -b missing node inletting -b missing node redecorating -b missing node loanable -b missing node brewages -b missing node demonstrational -b missing node airlifted -b missing node cookeries -b missing node torpedoed -b missing node constructive -b missing node grizzlers -b missing node weans -b missing node crappers -b missing node unready -b missing node psychologizing -b missing node erotisms -b missing node cambodians -b missing node galumphing -b missing node wordily -b missing node termed -b missing node aluminic -b missing node cuishes -b missing node lamentable -b missing node backwoodsman -b missing node weald -b missing node wartime -b missing node cutting -b missing node eyehole -b missing node capmaker -b missing node sweetening -b missing node elapsed -b missing node lecheries -b missing node termer -b missing node weals -b missing node redistribute -b missing node mandating -b missing node ketonuria -b missing node entity -b missing node fizzled -b missing node elapses -b missing node dines -b missing node diner -b missing node psychologies -b missing node dined -b missing node fizzles -b missing node dietetic -b missing node cameralistic -b missing node moustaches -b missing node termly -b missing node lengthens -b missing node wording -b missing node belongs -b missing node bereaved -b missing node imprecise -b missing node acmes -b missing node bourgeois -b missing node weary -b missing node wears -b missing node incinerations -b missing node zeniths -b missing node dodderers -b missing node bereaver -b missing node adoring -b missing node bereaves -b missing node eyehook -b missing node nitrogens -b missing node nonabrasive -b missing node spectators -b missing node relegable -b missing node epaxial -b missing node categoric -b missing node insurrectionary -b missing node busybody -b missing node ungraciousness -b missing node backwoodsmen -b missing node unterminated -b missing node thermograph -b missing node hospitals -b missing node deveined -b missing node entire -b missing node comparers -b missing node correlatives -b missing node icons -b missing node nautically -b missing node alumines -b missing node wartier -b missing node particularized -b missing node uncured -b missing node hasty -b missing node recumbent -b missing node cochaired -b missing node halibut -b missing node bloodlines -b missing node haste -b missing node numeration -b missing node particularizes -b missing node valanced -b missing node bourgeons -b missing node tolerance -b missing node hasta -b missing node surlily -b missing node alight -b missing node constructing -b missing node indigo -b missing node indign -b missing node recane -b missing node ailments -b missing node dourer -b missing node recant -b missing node matchlessly -b missing node weave -b missing node hookers -b missing node repositories -b missing node embodiments -b missing node barbets -b missing node hunching -b missing node dings -b missing node harassments -b missing node dingo -b missing node mavericks -b missing node discriminatory -b missing node dingy -b missing node construction -b missing node generational -b missing node responding -b missing node psychologism -b missing node aluminas -b missing node psychologist -b missing node indies -b missing node jetliners -b missing node recall -b missing node lechering -b missing node methodists -b missing node unlikable -b missing node passively -b missing node heiled -b missing node barbers -b missing node tofts -b missing node unpeopling -b missing node hasps -b missing node standpipe -b missing node fumer -b missing node cottager -b missing node aberrants -b missing node officering -b missing node fumes -b missing node uneatable -b missing node fumet -b missing node moraines -b missing node recast -b missing node picadors -b missing node reinvitation -b missing node indict -b missing node interplant -b missing node gimbal -b missing node fumed -b missing node diversifying -b missing node etymologists -b missing node moronisms -b missing node tofus -b missing node plainer -b missing node glarier -b missing node genome -b missing node metamorphous -b missing node sporrans -b missing node interoffice -b missing node bezel -b missing node limitedly -b missing node noncontradictory -b missing node loathness -b missing node wardroom -b missing node taxonomist -b missing node officiating -b missing node dinky -b missing node stephen -b missing node dourly -b missing node redecoration -b missing node undetectable -b missing node bigmouth -b missing node indian -b missing node cottages -b missing node cottagey -b missing node valances -b missing node impermissible -b missing node grapery -b missing node officiation -b missing node wearying -b missing node seafoods -b missing node recaps -b missing node sugar -b missing node unsophisticatedly -b missing node surlier -b missing node lumbagos -b missing node xylograph -b missing node teachers -b missing node although -b missing node tittles -b missing node psychologize -b missing node metamorphose -b missing node thermostats -b missing node sylvia -b missing node fylfot -b missing node obscurely -b missing node tabbies -b missing node pathogeneses -b missing node dogmatically -b missing node mandrel -b missing node blunted -b missing node transitively -b missing node taunts -b missing node blunter -b missing node press -b missing node prest -b missing node dimly -b missing node aberrance -b missing node pathogenesis -b missing node downloaded -b missing node cresses -b missing node cresset -b missing node hookeys -b missing node deprogramming -b missing node joules -b missing node homoeroticism -b missing node bioecologies -b missing node shoptalk -b missing node michigan -b missing node quixotically -b missing node meltdowns -b missing node noninformatively -b missing node aligns -b missing node orchestrations -b missing node abound -b missing node entice -b missing node showering -b missing node decalcifying -b missing node radiancy -b missing node hasid -b missing node nongaseous -b missing node sundews -b missing node flatfoots -b missing node aptitude -b missing node locusts -b missing node radiance -b missing node limousines -b missing node fraughts -b missing node confirmor -b missing node freaks -b missing node freaky -b missing node quarrier -b missing node enthrall -b missing node quarries -b missing node distinctness -b missing node ditties -b missing node accusingly -b missing node isopod -b missing node couched -b missing node yogees -b missing node chemin -b missing node subcompact -b missing node quarried -b missing node stereo -b missing node coucher -b missing node steres -b missing node couches -b missing node mandril -b missing node togae -b missing node togas -b missing node pageboy -b missing node pranksters -b missing node shriveling -b missing node digestive -b missing node uncooperative -b missing node ententes -b missing node transverses -b missing node webby -b missing node motorman -b missing node disciplinarian -b missing node yeggman -b missing node morphogenetic -b missing node bluebells -b missing node prexy -b missing node subtract -b missing node preys -b missing node windmills -b missing node rebaters -b missing node giant -b missing node tarrying -b missing node garrulously -b missing node robotizing -b missing node sylvas -b missing node winepress -b missing node undercoated -b missing node areology -b missing node thematic -b missing node working -b missing node morbidity -b missing node unlevelled -b missing node attracted -b missing node leaning -b missing node tabbing -b missing node adultly -b missing node sunders -b missing node sylvan -b missing node factorage -b missing node pshaw -b missing node ensamples -b missing node preadapting -b missing node catamarans -b missing node visual -b missing node ironbark -b missing node donatives -b missing node froths -b missing node samadhi -b missing node supplicates -b missing node scarlet -b missing node interbank -b missing node holdfast -b missing node overcrowded -b missing node purgings -b missing node bluntly -b missing node weber -b missing node querns -b missing node ruttiest -b missing node obligational -b missing node synergetic -b missing node furtively -b missing node dickies -b missing node machination -b missing node conceptualized -b missing node krispies -b missing node tillers -b missing node remind -b missing node unbeaten -b missing node yeggmen -b missing node ousting -b missing node conceptualizes -b missing node motormen -b missing node pagination -b missing node grainiest -b missing node stereoed -b missing node miscasting -b missing node restrictions -b missing node shatteringly -b missing node trumpet -b missing node supplanter -b missing node achromatism -b missing node voluminously -b missing node fiascos -b missing node populism -b missing node speedwell -b missing node paginating -b missing node emancipates -b missing node aberrancy -b missing node pincushion -b missing node humorless -b missing node remits -b missing node populist -b missing node emancipated -b missing node clodhoppers -b missing node furioso -b missing node bogota -b missing node decagons -b missing node soonest -b missing node supplicated -b missing node consulating -b missing node burton -b missing node navigational -b missing node construes -b missing node misgovern -b missing node construer -b missing node posology -b missing node remiss -b missing node frothy -b missing node recruitment -b missing node construed -b missing node sooners -b missing node torpedoes -b missing node lyricize -b missing node inertness -b missing node dubbing -b missing node childly -b missing node supplanted -b missing node furious -b missing node trumped -b missing node admixtures -b missing node potation -b missing node validness -b missing node arracks -b missing node emancipator -b missing node sheepman -b missing node refreshments -b missing node autopsies -b missing node conspiracies -b missing node tidemarks -b missing node confirms -b missing node autopsied -b missing node reweave -b missing node lobbies -b missing node abyssal -b missing node vending -b missing node uranus -b missing node sumptuously -b missing node lobbied -b missing node subabbot -b missing node itemized -b missing node burses -b missing node modulate -b missing node funky -b missing node discloses -b missing node discloser -b missing node prosuffrage -b missing node spaniard -b missing node consubstantiation -b missing node washboards -b missing node funks -b missing node itemizes -b missing node itemizer -b missing node restructuring -b missing node depressibility -b missing node spadework -b missing node multinationals -b missing node redbird -b missing node speeches -b missing node oilcans -b missing node construct -b missing node dishrag -b missing node acclimatize -b missing node sallied -b missing node jackie -b missing node bonders -b missing node straggle -b missing node glorying -b missing node suets -b missing node deferment -b missing node straggly -b missing node suety -b missing node laureateship -b missing node sheepmen -b missing node abysses -b missing node aboriginally -b missing node haggis -b missing node wallpaper -b missing node barbells -b missing node chairmanned -b missing node servilities -b missing node disclosed -b missing node diode -b missing node macrobiotics -b missing node kebobs -b missing node predestinate -b missing node ignored -b missing node lyricist -b missing node lyricism -b missing node herdswomen -b missing node chipping -b missing node learnings -b missing node bursas -b missing node bursar -b missing node radiants -b missing node stubbles -b missing node counseling -b missing node ungraded -b missing node ebonies -b missing node broadenings -b missing node mending -b missing node funny -b missing node preen -b missing node biochemic -b missing node steppe -b missing node stubbled -b missing node sallies -b missing node haggle -b missing node counterspies -b missing node sallier -b missing node ignores -b missing node ignorer -b missing node pulsator -b missing node obscurers -b missing node cuisine -b missing node retrimmed -b missing node frosts -b missing node yawling -b missing node stowing -b missing node bedlams -b missing node compliances -b missing node confirmed -b missing node mischarged -b missing node bedlamp -b missing node pulsated -b missing node jacked -b missing node reminiscently -b missing node sublunar -b missing node comparatives -b missing node frosty -b missing node hunker -b missing node pulsates -b missing node yodelers -b missing node bursal -b missing node warless -b missing node bursae -b missing node funds -b missing node lobbing -b missing node fundi -b missing node ebonite -b missing node unconstrained -b missing node gaberdine -b missing node prosecutrix -b missing node taxables -b missing node graphitic -b missing node surfable -b missing node gustatorially -b missing node jacket -b missing node jacker -b missing node obscurest -b missing node plumpens -b missing node semivowels -b missing node succeeds -b missing node manorialism -b missing node hypersonic -b missing node footgear -b missing node sinuosity -b missing node syllabics -b missing node institutionalist -b missing node segmentation -b missing node englished -b missing node institutionalism -b missing node preps -b missing node subtractions -b missing node emptiers -b missing node englishes -b missing node barefoot -b missing node digesting -b missing node textile -b missing node uranic -b missing node emerging -b missing node edema -b missing node stoppering -b missing node emptiest -b missing node saddlery -b missing node exhibiting -b missing node saddlers -b missing node recalled -b missing node plumpest -b missing node recaller -b missing node syllabify -b missing node fungi -b missing node chippies -b missing node exhibition -b missing node asterism -b missing node klutzy -b missing node plumpers -b missing node slubbered -b missing node asterisk -b missing node sartor -b missing node tupelos -b missing node jackal -b missing node graphites -b missing node duration -b missing node digestion -b missing node accursed -b missing node platters -b missing node prodders -b missing node siphonal -b missing node draughting -b missing node igloos -b missing node decorous -b missing node penstock -b missing node reversing -b missing node savagery -b missing node progenitive -b missing node bowwow -b missing node stimulatives -b missing node chilean -b missing node avalanche -b missing node muddiness -b missing node negativing -b missing node prejudicially -b missing node kowtow -b missing node oxblood -b missing node savagest -b missing node durative -b missing node crowbars -b missing node diagnosing -b missing node flense -b missing node figuring -b missing node consequently -b missing node masterpieces -b missing node reuses -b missing node reversion -b missing node pasterns -b missing node flageolet -b missing node bathless -b missing node subhumans -b missing node pathogenetic -b missing node rehinging -b missing node subspecifically -b missing node bestrew -b missing node obiter -b missing node reused -b missing node beslime -b missing node indented -b missing node anthologizes -b missing node crested -b missing node associating -b missing node ductless -b missing node fruitages -b missing node anthologized -b missing node indenter -b missing node coercively -b missing node figurine -b missing node interrogation -b missing node acclimation -b missing node decrements -b missing node unfrock -b missing node aeriform -b missing node treadmills -b missing node eldest -b missing node siphoned -b missing node umbered -b missing node thiosulfates -b missing node outstations -b missing node displeasures -b missing node association -b missing node acclimating -b missing node asiatic -b missing node authentically -b missing node transliterated -b missing node jocosities -b missing node bursts -b missing node pageant -b missing node numerating -b missing node transliterates -b missing node unmelodious -b missing node ambulance -b missing node coloured -b missing node ostmark -b missing node biding -b missing node mercies -b missing node panorama -b missing node morphogenesis -b missing node crestal -b missing node colourer -b missing node mischarges -b missing node irrelevances -b missing node imbecility -b missing node dints -b missing node glaring -b missing node interrogating -b missing node involucres -b missing node sizings -b missing node stalkers -b missing node institutionalize -b missing node plainly -b missing node statedly -b missing node mastery -b missing node masters -b missing node valorously -b missing node altimeters -b missing node elders -b missing node draughtier -b missing node camomile -b missing node barnier -b missing node gibes -b missing node giber -b missing node cuckoo -b missing node siphonic -b missing node contrariwise -b missing node kidnapped -b missing node incandescently -b missing node metalware -b missing node piccolos -b missing node eugenicist -b missing node speaking -b missing node papists -b missing node madrigal -b missing node interring -b missing node kidnapper -b missing node snarliest -b missing node escutcheons -b missing node snippety -b missing node gibed -b missing node precipitancy -b missing node snippets -b missing node trompes -b missing node straddlers -b missing node preachment -b missing node lutetium -b missing node tromped -b missing node proprioception -b missing node pathogens -b missing node morphogeneses -b missing node pathogeny -b missing node submerging -b missing node claudius -b missing node wardrobe -b missing node lopsidedness -b missing node saunterers -b missing node peasants -b missing node magdalene -b missing node insolubility -b missing node crowders -b missing node associative -b missing node paginated -b missing node magdalens -b missing node genetics -b missing node teratoma -b missing node guiltier -b missing node stepup -b missing node snippers -b missing node obligers -b missing node paginates -b missing node hates -b missing node hater -b missing node taxonomies -b missing node hated -b missing node bostons -b missing node detriment -b missing node subfunctions -b missing node midwinters -b missing node latched -b missing node trivialities -b missing node inhumanity -b missing node latches -b missing node custom -b missing node succeed -b missing node froward -b missing node quisling -b missing node unrepresentative -b missing node withheld -b missing node vistas -b missing node indentor -b missing node cylindrical -b missing node hatch -b missing node interrogative -b missing node cloistral -b missing node wordier -b missing node courageousness -b missing node percolate -b missing node susurrations -b missing node officialdom -b missing node reshipping -b missing node immoral -b missing node teratoid -b missing node farrago -b missing node hagged -b missing node kalifate -b missing node condemns -b missing node gussying -b missing node plaints -b missing node yoghourts -b missing node anthropologist -b missing node mutationally -b missing node seasonal -b missing node unloading -b missing node lymphatic -b missing node nosed -b missing node tortilla -b missing node reteaches -b missing node schooling -b missing node losings -b missing node knucklier -b missing node satellites -b missing node hungry -b missing node defenses -b missing node peerage -b missing node vividest -b missing node bitted -b missing node blazoned -b missing node casketing -b missing node figurers -b missing node defensed -b missing node nonmythically -b missing node bitter -b missing node dissensions -b missing node diseasing -b missing node blazoner -b missing node bitten -b missing node svelter -b missing node worriments -b missing node festooning -b missing node dissector -b missing node educators -b missing node nocturnal -b missing node incests -b missing node edginess -b missing node define -b missing node sudsy -b missing node ataxy -b missing node ovulated -b missing node lucite -b missing node ovulates -b missing node recombed -b missing node morning -b missing node midstream -b missing node septette -b missing node recrowning -b missing node pasteurizer -b missing node commended -b missing node mudslinger -b missing node ormolu -b missing node pasteurizes -b missing node mameyes -b missing node seasoned -b missing node shrivelled -b missing node fruitions -b missing node pasteurized -b missing node recuperated -b missing node liverishness -b missing node irredeemably -b missing node contumelious -b missing node touristy -b missing node proclivities -b missing node seasoner -b missing node tourists -b missing node commons -b missing node practicability -b missing node sorbitols -b missing node bedbugs -b missing node recuperates -b missing node figwort -b missing node envenoming -b missing node processes -b missing node zippiest -b missing node christianizes -b missing node playbills -b missing node bugbane -b missing node scarier -b missing node nonmathematical -b missing node teated -b missing node burred -b missing node chaucerian -b missing node defile -b missing node miscibility -b missing node processed -b missing node diarrheas -b missing node christianized -b missing node paradoxical -b missing node assumptions -b missing node guiltily -b missing node diarrheal -b missing node philippines -b missing node irredeemable -b missing node scarify -b missing node sleazily -b missing node obviator -b missing node foresaid -b missing node cutaway -b missing node landlessness -b missing node foresail -b missing node immediacy -b missing node gynecologists -b missing node dualists -b missing node clenches -b missing node capework -b missing node transitorily -b missing node doggone -b missing node stubborn -b missing node burrer -b missing node dismasting -b missing node mastheads -b missing node clenched -b missing node pourers -b missing node teetotalers -b missing node untidying -b missing node enskying -b missing node broidering -b missing node damaged -b missing node lionesses -b missing node biomicroscope -b missing node filtering -b missing node distilled -b missing node haute -b missing node diverted -b missing node fortify -b missing node referrers -b missing node heinie -b missing node sobber -b missing node univocal -b missing node distiller -b missing node unchristian -b missing node dissected -b missing node alimenting -b missing node sensibly -b missing node alamode -b missing node fifthly -b missing node desperateness -b missing node resters -b missing node dippy -b missing node deathlessness -b missing node sensible -b missing node damages -b missing node biomicroscopy -b missing node transpires -b missing node damager -b missing node diverter -b missing node transpired -b missing node thankers -b missing node columbic -b missing node columbia -b missing node administering -b missing node upstaging -b missing node elkhounds -b missing node foldouts -b missing node cataloguing -b missing node goldenrods -b missing node kayoing -b missing node reversers -b missing node hideaways -b missing node bibulous -b missing node hyena -b missing node mijnheers -b missing node defied -b missing node speakers -b missing node forties -b missing node sobbed -b missing node preserving -b missing node paradisal -b missing node disuse -b missing node defier -b missing node defies -b missing node efficiency -b missing node catarrh -b missing node savagely -b missing node belabours -b missing node reminders -b missing node unmistakable -b missing node motivations -b missing node reediest -b missing node sepulcher -b missing node bankable -b missing node primary -b missing node portrayal -b missing node squooshing -b missing node gloaming -b missing node lickings -b missing node staffers -b missing node lofters -b missing node polemizing -b missing node tokyoite -b missing node dualisms -b missing node tourisms -b missing node hematologic -b missing node convents -b missing node unmistakably -b missing node sleazier -b missing node catapulting -b missing node primate -b missing node undefended -b missing node utopians -b missing node domino -b missing node african -b missing node homograph -b missing node decagram -b missing node reassessment -b missing node domini -b missing node scaring -b missing node encumbrance -b missing node doming -b missing node nocturnes -b missing node daylighted -b missing node commode -b missing node recourses -b missing node proverbs -b missing node legislatively -b missing node ectopic -b missing node cariole -b missing node equatorial -b missing node blungers -b missing node noses -b missing node nosey -b missing node horniest -b missing node negatively -b missing node skoaling -b missing node stifling -b missing node paradises -b missing node unpityingly -b missing node subserviently -b missing node ailurophobia -b missing node covenant -b missing node pentad -b missing node brazilian -b missing node subeditor -b missing node smothery -b missing node wedgy -b missing node obviates -b missing node hauls -b missing node acrobat -b missing node enroller -b missing node hellfires -b missing node hashheads -b missing node infields -b missing node obviated -b missing node norse -b missing node enrollee -b missing node changeling -b missing node enrolled -b missing node portrayed -b missing node shoptalks -b missing node beadlike -b missing node requisitely -b missing node chippewa -b missing node contestant -b missing node bearberries -b missing node contradictions -b missing node overinvested -b missing node ideality -b missing node harridans -b missing node pickups -b missing node rifleries -b missing node haunt -b missing node amarillo -b missing node cussed -b missing node unconscientiously -b missing node atrocities -b missing node syringe -b missing node cusser -b missing node dustpans -b missing node complicity -b missing node idealist -b missing node smothers -b missing node suede -b missing node wedge -b missing node cameleers -b missing node aliens -b missing node cancelling -b missing node fizzing -b missing node wipeouts -b missing node idealism -b missing node parsimony -b missing node cuttles -b missing node separations -b missing node hideless -b missing node enfolders -b missing node edentates -b missing node gimleting -b missing node sorter -b missing node surfaced -b missing node thumbtacked -b missing node juts -b missing node hashhead -b missing node cultivations -b missing node malleus -b missing node idealize -b missing node bewig -b missing node astigmatism -b missing node mallets -b missing node dryly -b missing node balsamic -b missing node surfacer -b missing node cusses -b missing node surfaces -b missing node drench -b missing node diverseness -b missing node coalfish -b missing node cuttled -b missing node transfiguring -b missing node carioca -b missing node overfeeding -b missing node undischarged -b missing node fractured -b missing node chippers -b missing node burlesk -b missing node preapplications -b missing node passives -b missing node sincerity -b missing node whortle -b missing node fractures -b missing node slashed -b missing node overpopulating -b missing node druidesses -b missing node linefeed -b missing node fisting -b missing node transited -b missing node slasher -b missing node slashes -b missing node sorted -b missing node norms -b missing node unstableness -b missing node geneticist -b missing node mattered -b missing node causeys -b missing node immediate -b missing node toxify -b missing node norma -b missing node bullfighter -b missing node fevered -b missing node outvote -b missing node jupe -b missing node monodists -b missing node jaybirds -b missing node deferentially -b missing node tarweeds -b missing node hoggishly -b missing node rethreading -b missing node overpopulation -b missing node housework -b missing node hoosiers -b missing node burleys -b missing node unfroze -b missing node hangnail -b missing node electrocuting -b missing node ozonization -b missing node balsamed -b missing node promissory -b missing node diversifications -b missing node bergamots -b missing node gaiety -b missing node sepulchre -b missing node jure -b missing node knuckling -b missing node havened -b missing node cudweed -b missing node gourmets -b missing node swordsmen -b missing node jollified -b missing node jaggedness -b missing node roughhewing -b missing node citherns -b missing node precalculations -b missing node laceier -b missing node kibble -b missing node haugh -b missing node jury -b missing node jollifies -b missing node yonker -b missing node just -b missing node maenad -b missing node hagride -b missing node implicitness -b missing node fizzier -b missing node jute -b missing node physiological -b missing node jailbird -b missing node outfielders -b missing node sortie -b missing node compatriots -b missing node ironical -b missing node primacy -b missing node classicalism -b missing node ponying -b missing node incubuses -b missing node solemnest -b missing node july -b missing node shifty -b missing node shifts -b missing node dairies -b missing node herdswoman -b missing node facetious -b missing node jump -b missing node lobbers -b missing node attendantly -b missing node convened -b missing node platting -b missing node smack -b missing node suers -b missing node mastiff -b missing node speculums -b missing node rerolling -b missing node diametrically -b missing node convenes -b missing node june -b missing node convener -b missing node causers -b missing node committees -b missing node coulter -b missing node juno -b missing node north -b missing node junk -b missing node burrow -b missing node minster -b missing node accruing -b missing node electrocution -b missing node recurrent -b missing node toolless -b missing node guatemala -b missing node burros -b missing node demeriting -b missing node jumbled -b missing node columbus -b missing node idealities -b missing node toxins -b missing node feetless -b missing node overexpanding -b missing node gambling -b missing node mastics -b missing node jumbles -b missing node jumbler -b missing node roughened -b missing node sluggishly -b missing node soapmaking -b missing node administerial -b missing node ghostwrote -b missing node althorns -b missing node thinkably -b missing node viscidly -b missing node said -b missing node gabardine -b missing node noted -b missing node weaseling -b missing node detoxicated -b missing node personality -b missing node evensong -b missing node lisping -b missing node juke -b missing node sail -b missing node dishpan -b missing node submarginal -b missing node flatterers -b missing node personalism -b missing node dunderpates -b missing node juju -b missing node lineman -b missing node sagy -b missing node tanbark -b missing node doused -b missing node unzealous -b missing node thinkable -b missing node cybernation -b missing node paramedics -b missing node bequeathment -b missing node douses -b missing node douser -b missing node imploring -b missing node sucre -b missing node solidity -b missing node caneware -b missing node sentineled -b missing node unenrolled -b missing node logorrhea -b missing node sage -b missing node unsuppressible -b missing node dublin -b missing node bemused -b missing node saga -b missing node transferrers -b missing node jejune -b missing node pessimists -b missing node splicers -b missing node earplug -b missing node sags -b missing node salubriously -b missing node greenings -b missing node bemuses -b missing node chastisers -b missing node runaway -b missing node sago -b missing node dangling -b missing node hellishness -b missing node talced -b missing node hibachis -b missing node safe -b missing node logistically -b missing node violence -b missing node adequacies -b missing node undergird -b missing node cymbal -b missing node aborts -b missing node slimiest -b missing node pervert -b missing node notes -b missing node noter -b missing node sprawliest -b missing node jugs -b missing node notal -b missing node sureties -b missing node spraying -b missing node gastroscopic -b missing node barbiturates -b missing node outspelling -b missing node confederacies -b missing node fifties -b missing node aphelian -b missing node sterns -b missing node stopcocks -b missing node teased -b missing node unfinished -b missing node tipsiest -b missing node teasel -b missing node graveclothes -b missing node cratons -b missing node daunts -b missing node sterilely -b missing node reaffirmation -b missing node revelator -b missing node sterna -b missing node windburned -b missing node teases -b missing node teaser -b missing node passkey -b missing node swordsman -b missing node effortlessly -b missing node edged -b missing node pygmoid -b missing node suzerains -b missing node notch -b missing node statistics -b missing node totterer -b missing node sack -b missing node dismaler -b missing node edges -b missing node osteology -b missing node edger -b missing node sacs -b missing node tottered -b missing node judy -b missing node sulfates -b missing node judo -b missing node leverage -b missing node immobilization -b missing node bowyer -b missing node hawed -b missing node bilaterality -b missing node headworks -b missing node sinfulness -b missing node eglantines -b missing node bilateralism -b missing node deionizations -b missing node unleveling -b missing node banterers -b missing node carport -b missing node eyeshots -b missing node talcky -b missing node gymkhanas -b missing node canaanite -b missing node hotbed -b missing node overmasters -b missing node disillusion -b missing node applicators -b missing node dragster -b missing node dryer -b missing node relabelled -b missing node outlandishly -b missing node apostacy -b missing node small -b missing node scrammed -b missing node jounce -b missing node homoerotic -b missing node necessity -b missing node madwomen -b missing node novices -b missing node empathized -b missing node jouncy -b missing node juan -b missing node subtreasuries -b missing node debauchedly -b missing node personalize -b missing node thankful -b missing node gandering -b missing node bumble -b missing node empathizes -b missing node teaching -b missing node isolog -b missing node parmigiana -b missing node wrappers -b missing node headwords -b missing node palette -b missing node estopping -b missing node aversive -b missing node victuallers -b missing node breakages -b missing node forelady -b missing node teleported -b missing node kingpin -b missing node nondepartmental -b missing node dryad -b missing node linemen -b missing node saccharification -b missing node quarantinable -b missing node subcouncil -b missing node sculled -b missing node attemper -b missing node hydro -b missing node unsaddling -b missing node wineries -b missing node detoxicator -b missing node unimpeachability -b missing node pompon -b missing node pompom -b missing node quinols -b missing node sculler -b missing node madwoman -b missing node perilously -b missing node hydra -b missing node dimwittedness -b missing node dismally -b missing node quinone -b missing node nurtures -b missing node smash -b missing node wormiest -b missing node nurturer -b missing node sudan -b missing node indecorously -b missing node sceptics -b missing node cosmogonic -b missing node nurtured -b missing node claimers -b missing node hampers -b missing node althorn -b missing node smart -b missing node talcum -b missing node postings -b missing node hearings -b missing node refortifies -b missing node bogles -b missing node viable -b missing node opiums -b missing node gateless -b missing node fluoresce -b missing node aluminum -b missing node refortified -b missing node cesurae -b missing node representatively -b missing node viably -b missing node piscine -b missing node cesuras -b missing node bevel -b missing node rendered -b missing node sculker -b missing node festivity -b missing node trinket -b missing node bogled -b missing node sculked -b missing node seatings -b missing node motorize -b missing node sickbay -b missing node despicably -b missing node syllabled -b missing node beldames -b missing node pimple -b missing node solidify -b missing node havoc -b missing node ornaments -b missing node wizardly -b missing node syllables -b missing node secondines -b missing node enigmata -b missing node denote -b missing node ensconcing -b missing node snuggling -b missing node renderer -b missing node meterage -b missing node staunchness -b missing node brewage -b missing node stringently -b missing node hotbox -b missing node weeks -b missing node bedevilment -b missing node fungoid -b missing node swathing -b missing node unequalled -b missing node portaging -b missing node despicable -b missing node pimply -b missing node sainting -b missing node bittersweet -b missing node bribeable -b missing node nucleons -b missing node carinae -b missing node assertions -b missing node wizardry -b missing node exasperate -b missing node educations -b missing node stiletto -b missing node roadworks -b missing node bloodied -b missing node kamikaze -b missing node providing -b missing node caesarean -b missing node weedy -b missing node noisome -b missing node preferrers -b missing node bloodies -b missing node unpuckered -b missing node bloodier -b missing node carinas -b missing node confessional -b missing node acing -b missing node weeds -b missing node uncurls -b missing node supersecret -b missing node cantankerous -b missing node aversion -b missing node nucleoli -b missing node sickbed -b missing node buildups -b missing node instarred -b missing node aphelion -b missing node reinspects -b missing node trainings -b missing node isomer -b missing node lutists -b missing node wickiups -b missing node dilemma -b missing node slacking -b missing node zambian -b missing node martingales -b missing node apostasy -b missing node coercible -b missing node warthog -b missing node unsinful -b missing node campstools -b missing node processor -b missing node shrimpiest -b missing node rewakening -b missing node waggoning -b missing node apostate -b missing node screwballs -b missing node weeps -b missing node rapidity -b missing node unscrew -b missing node toffs -b missing node toffy -b missing node enunciators -b missing node weepy -b missing node superceded -b missing node indigene -b missing node ebullition -b missing node supercedes -b missing node knitting -b missing node associations -b missing node shitted -b missing node insistently -b missing node appertaining -b missing node bloodily -b missing node contact -b missing node serviceability -b missing node haver -b missing node edgar -b missing node haves -b missing node ropiest -b missing node haven -b missing node poachers -b missing node permanence -b missing node showpieces -b missing node goblin -b missing node blackboard -b missing node pimped -b missing node foresighted -b missing node proprietary -b missing node permanency -b missing node distal -b missing node weest -b missing node vacancies -b missing node damnabilities -b missing node cuddies -b missing node coalescent -b missing node broideries -b missing node shiest -b missing node impounded -b missing node blooding -b missing node ruinable -b missing node concentrators -b missing node isomorph -b missing node sudor -b missing node wireworks -b missing node hydraulic -b missing node indent -b missing node decennia -b missing node collinear -b missing node biplane -b missing node contain -b missing node unpinned -b missing node alkalizing -b missing node compellable -b missing node roommates -b missing node goblet -b missing node plonks -b missing node tailbacks -b missing node connectors -b missing node weens -b missing node teemers -b missing node indigent -b missing node shoplifted -b missing node indigens -b missing node intrigue -b missing node attempts -b missing node shoplifter -b missing node ottoman -b missing node preachments -b missing node wireworms -b missing node aboral -b missing node weeny -b missing node sahibs -b missing node blazonry -b missing node shiers -b missing node radiography -b missing node fungous -b missing node brandishing -b missing node radiographs -b missing node barbing -b missing node packsack -b missing node undeviating -b missing node foreordains -b missing node pasteboards -b missing node stalkier -b missing node workmen -b missing node reincorporating -b missing node taurus -b missing node networked -b missing node remilitarize -b missing node contributor -b missing node coruscates -b missing node encapsulations -b missing node morgens -b missing node icker -b missing node rosebud -b missing node stealthiest -b missing node tokay -b missing node concentrative -b missing node jumpier -b missing node sticked -b missing node coruscated -b missing node coquettishly -b missing node sticker -b missing node walkaway -b missing node possibler -b missing node cheque -b missing node comedic -b missing node aglare -b missing node tsunamis -b missing node toked -b missing node unarmored -b missing node songful -b missing node comparing -b missing node secondary -b missing node profiled -b missing node stubbily -b missing node abscam -b missing node laicizing -b missing node ripsaws -b missing node hookahs -b missing node flatteries -b missing node tokes -b missing node datamation -b missing node token -b missing node trundling -b missing node coniferous -b missing node paynims -b missing node radioisotope -b missing node shrugs -b missing node beetled -b missing node cocktails -b missing node saucing -b missing node unfamiliarly -b missing node stubbing -b missing node malting -b missing node beetles -b missing node motoring -b missing node unshackling -b missing node tsunamic -b missing node interorbital -b missing node magical -b missing node impetigos -b missing node dickens -b missing node profiler -b missing node trining -b missing node profiles -b missing node accustoming -b missing node noisier -b missing node playfulness -b missing node reenlarge -b missing node biweeklies -b missing node megaliths -b missing node brioches -b missing node personifier -b missing node pourable -b missing node clothespins -b missing node personifies -b missing node passivity -b missing node kilobits -b missing node caddies -b missing node confrontation -b missing node personified -b missing node lawyeresses -b missing node feudatory -b missing node solvation -b missing node behavioral -b missing node caddied -b missing node lintels -b missing node misunderstood -b missing node bismuths -b missing node motorist -b missing node uprose -b missing node nouns -b missing node education -b missing node snarlingly -b missing node hotels -b missing node monopolistic -b missing node wireless -b missing node approx -b missing node solvating -b missing node unpretentious -b missing node hindsight -b missing node outfittings -b missing node typhoidal -b missing node aminity -b missing node playbill -b missing node educating -b missing node freeze -b missing node imparters -b missing node venture -b missing node dickers -b missing node frescoists -b missing node tourney -b missing node venturi -b missing node paeans -b missing node dickeys -b missing node ungraceful -b missing node comedos -b missing node coastward -b missing node frowardness -b missing node waxiness -b missing node notations -b missing node putouts -b missing node trinity -b missing node shrunk -b missing node plumelets -b missing node fistful -b missing node hunkered -b missing node hatchways -b missing node dropkicks -b missing node stalking -b missing node invalidation -b missing node tabula -b missing node mincers -b missing node viticulturists -b missing node pothouse -b missing node coiffured -b missing node caracole -b missing node indeed -b missing node inapproachable -b missing node penult -b missing node concentrating -b missing node dioptre -b missing node assuredly -b missing node superimpositions -b missing node invalidating -b missing node reimpose -b missing node ticklish -b missing node montanans -b missing node aisled -b missing node concentration -b missing node unreels -b missing node mirkier -b missing node subtrahend -b missing node aisles -b missing node emblements -b missing node centenarians -b missing node ragworts -b missing node vespers -b missing node improvement -b missing node timberhead -b missing node stubbier -b missing node stalkily -b missing node logogram -b missing node saltpeter -b missing node preliterate -b missing node initiatives -b missing node begone -b missing node topiary -b missing node noising -b missing node piquantly -b missing node penury -b missing node timework -b missing node flenching -b missing node gauntlets -b missing node stunned -b missing node obscure -b missing node workman -b missing node vaporously -b missing node aspirating -b missing node mainline -b missing node saucily -b missing node obscura -b missing node stunner -b missing node reassigns -b missing node barbara -b missing node dissatisfies -b missing node pommel -b missing node timeworn -b missing node unbolting -b missing node reconciliating -b missing node alterant -b missing node dissatisfied -b missing node aspiration -b missing node permits -b missing node causelessly -b missing node fulfilling -b missing node caracols -b missing node coiffures -b missing node pornographies -b missing node expunged -b missing node expunger -b missing node expunges -b missing node crispiest -b missing node reentrance -b missing node particularizing -b missing node curtains -b missing node tabued -b missing node mildewed -b missing node misconceiving -b missing node subsidized -b missing node uprearing -b missing node tickling -b missing node devaluations -b missing node malignly -b missing node precleaning -b missing node subsidizes -b missing node reconciliation -b missing node glossal -b missing node accusatrix -b missing node cartoonist -b missing node habitants -b missing node noisily -b missing node convulsions -b missing node fester -b missing node microbiology -b missing node enates -b missing node cheeking -b missing node ignominiously -b missing node dooryards -b missing node sixths -b missing node stickum -b missing node elevating -b missing node abysmal -b missing node stickup -b missing node toweriest -b missing node bloodfin -b missing node hawks -b missing node pellmell -b missing node vowless -b missing node ankuses -b missing node cartooning -b missing node denned -b missing node misuse -b missing node descended -b missing node pidgin -b missing node handbill -b missing node plausibility -b missing node quinins -b missing node teazle -b missing node tissue -b missing node stemmy -b missing node benedict -b missing node glossed -b missing node betrothing -b missing node hidings -b missing node threshing -b missing node tightwads -b missing node glosser -b missing node fating -b missing node digesters -b missing node implosions -b missing node roadwork -b missing node mixes -b missing node customization -b missing node mixer -b missing node glosses -b missing node caddish -b missing node sixtes -b missing node handcraft -b missing node recessionary -b missing node lutheranism -b missing node elevation -b missing node nonaquatic -b missing node cheekily -b missing node volcanologists -b missing node nullities -b missing node plateaus -b missing node plateaux -b missing node mirkily -b missing node accession -b missing node quickly -b missing node spacemen -b missing node texases -b missing node inaccuracies -b missing node diopter -b missing node rosebay -b missing node burped -b missing node unstacks -b missing node housewife -b missing node formfeed -b missing node digitalizing -b missing node dennis -b missing node explains -b missing node grizzlier -b missing node sorrel -b missing node grizzlies -b missing node freely -b missing node misdirections -b missing node flatboat -b missing node uproar -b missing node obscuring -b missing node northwardly -b missing node motherlands -b missing node maligned -b missing node bandager -b missing node bandages -b missing node coalitions -b missing node trashed -b missing node sinfully -b missing node upending -b missing node abasement -b missing node airship -b missing node trashes -b missing node iffiness -b missing node shimmeringly -b missing node calorimetric -b missing node gauziest -b missing node enatic -b missing node rigatoni -b missing node designate -b missing node zambezi -b missing node judases -b missing node tillage -b missing node yodeling -b missing node maligner -b missing node sundaes -b missing node undershirts -b missing node prefabrication -b missing node witlessly -b missing node transitivity -b missing node sauteing -b missing node obscurity -b missing node concaved -b missing node pursers -b missing node trusteeing -b missing node inferiority -b missing node prefabricating -b missing node romanies -b missing node aerolith -b missing node pattypans -b missing node marzipan -b missing node notre -b missing node aerolite -b missing node celeste -b missing node prize -b missing node celesta -b missing node stickle -b missing node bodings -b missing node bandaged -b missing node sacrifices -b missing node sacrificer -b missing node gasiform -b missing node permian -b missing node noncontinuous -b missing node sediments -b missing node pawpaws -b missing node aggressive -b missing node fanatics -b missing node puniness -b missing node puddlings -b missing node concaves -b missing node nurses -b missing node nurser -b missing node centiliters -b missing node epoxies -b missing node uproot -b missing node nursed -b missing node inlier -b missing node sacrificed -b missing node raspers -b missing node irefully -b missing node shrubs -b missing node yogins -b missing node boxiness -b missing node epoxied -b missing node bidden -b missing node advantageously -b missing node remunerate -b missing node shimmy -b missing node bidder -b missing node yogini -b missing node freest -b missing node persuades -b missing node profitless -b missing node prodisarmament -b missing node teazel -b missing node romanian -b missing node quinine -b missing node reconnoiter -b missing node feckless -b missing node persuaded -b missing node affectations -b missing node casseroles -b missing node mixup -b missing node grizzling -b missing node persuader -b missing node sneerful -b missing node roader -b missing node linters -b missing node interjectionally -b missing node quench -b missing node experiencing -b missing node designs -b missing node plunder -b missing node libertarians -b missing node spaceman -b missing node adorned -b missing node habitancy -b missing node mobilizations -b missing node struggled -b missing node flaggings -b missing node consulter -b missing node redemonstrated -b missing node hawse -b missing node adorner -b missing node struggles -b missing node struggler -b missing node consulted -b missing node detroit -b missing node redemonstrates -b missing node iceberg -b missing node indivisibility -b missing node penstocks -b missing node helipads -b missing node foolhardiest -b missing node captive -b missing node aggression -b missing node pygmies -b missing node isomorphism -b missing node reechoed -b missing node coppered -b missing node pleasanter -b missing node dumpily -b missing node priss -b missing node clavier -b missing node prism -b missing node unsprung -b missing node mongoloids -b missing node undergrounds -b missing node aggressing -b missing node ivies -b missing node cavorts -b missing node dumping -b missing node sparred -b missing node coppice -b missing node jigged -b missing node regalities -b missing node shuckers -b missing node enunciation -b missing node roseate -b missing node autopilots -b missing node jigger -b missing node preprocessor -b missing node birretta -b missing node receivability -b missing node operettas -b missing node prise -b missing node copperas -b missing node kinhin -b missing node remold -b missing node cleverness -b missing node hotdog -b missing node cohabited -b missing node reobtained -b missing node vignetting -b missing node jigging -b missing node followings -b missing node rocking -b missing node rosewoods -b missing node chilies -b missing node edits -b missing node stencilled -b missing node petrographers -b missing node ribgrasses -b missing node fiercer -b missing node scarfed -b missing node wowsers -b missing node unroofs -b missing node thrustors -b missing node diked -b missing node recompose -b missing node sobeit -b missing node repugnancy -b missing node proofreads -b missing node croissants -b missing node edith -b missing node dikes -b missing node ousters -b missing node annularity -b missing node synergies -b missing node diker -b missing node caballed -b missing node evacuator -b missing node acclimate -b missing node inquirers -b missing node recessiveness -b missing node irresponsible -b missing node insolents -b missing node repugnance -b missing node riposting -b missing node epiglottises -b missing node ulcerative -b missing node libretto -b missing node seminude -b missing node libretti -b missing node irresponsibly -b missing node anglophobes -b missing node gigas -b missing node ivied -b missing node talers -b missing node metallic -b missing node pettedly -b missing node goaltender -b missing node restful -b missing node reechoes -b missing node nunneries -b missing node obliging -b missing node possiblest -b missing node mustiness -b missing node privy -b missing node sorrow -b missing node heirlooms -b missing node rotate -b missing node confiner -b missing node confines -b missing node saddling -b missing node subsistence -b missing node tentered -b missing node yankees -b missing node impose -b missing node soporose -b missing node synergist -b missing node pending -b missing node synergism -b missing node confined -b missing node malthus -b missing node pretence -b missing node import -b missing node preventible -b missing node betty -b missing node mallards -b missing node dumpier -b missing node deltoid -b missing node hagrode -b missing node nonmagnetic -b missing node stinkiest -b missing node prime -b missing node haircuts -b missing node biconvex -b missing node peduncle -b missing node prima -b missing node lateness -b missing node bondage -b missing node converge -b missing node drownding -b missing node nonconstructive -b missing node novel -b missing node narwhales -b missing node burlily -b missing node biders -b missing node talent -b missing node sociological -b missing node flushness -b missing node addressing -b missing node coxcomb -b missing node beaklike -b missing node contritely -b missing node uterus -b missing node shortchange -b missing node uniformer -b missing node anglophobia -b missing node uniformed -b missing node outcroppings -b missing node quicker -b missing node rotary -b missing node quicken -b missing node strewers -b missing node fiberfill -b missing node tubings -b missing node boardings -b missing node sparrow -b missing node betta -b missing node gigabit -b missing node cheekier -b missing node preoccupations -b missing node burling -b missing node impost -b missing node donnees -b missing node worktable -b missing node upraise -b missing node bidets -b missing node fessed -b missing node location -b missing node apportioning -b missing node prior -b missing node goutiest -b missing node baseballs -b missing node tokyo -b missing node excellencies -b missing node passports -b missing node hayer -b missing node fujis -b missing node hayes -b missing node asyla -b missing node uncarpeted -b missing node blacklight -b missing node banditries -b missing node enunciating -b missing node unassuming -b missing node employs -b missing node locating -b missing node pretends -b missing node ulcerating -b missing node haydn -b missing node cotton -b missing node quells -b missing node bewilderment -b missing node upcurving -b missing node primo -b missing node primp -b missing node prims -b missing node miscounted -b missing node felicitously -b missing node hayed -b missing node mixed -b missing node engineries -b missing node application -b missing node muftis -b missing node prink -b missing node ulceration -b missing node fusillades -b missing node selvedge -b missing node tartuffe -b missing node async -b missing node print -b missing node catechizing -b missing node fesses -b missing node korunas -b missing node overgrowth -b missing node ruthenium -b missing node outfield -b missing node quickie -b missing node bichlorides -b missing node mobber -b missing node besmearing -b missing node mobbed -b missing node creosoting -b missing node stella -b missing node festal -b missing node frugality -b missing node anthropologies -b missing node mimeographed -b missing node pride -b missing node dodgery -b missing node dodgers -b missing node resistance -b missing node terminator -b missing node pricy -b missing node unquietest -b missing node entertainingly -b missing node declare -b missing node exhibiters -b missing node price -b missing node breezeways -b missing node prick -b missing node perambulating -b missing node kinging -b missing node uniformly -b missing node ungulate -b missing node referring -b missing node xanthine -b missing node coalyard -b missing node lullaby -b missing node barnstorming -b missing node burlier -b missing node saluted -b missing node tzardom -b missing node overstretching -b missing node adsorb -b missing node mnemic -b missing node presences -b missing node brockets -b missing node cybernated -b missing node curtails -b missing node andean -b missing node salutes -b missing node prairies -b missing node saluter -b missing node profanity -b missing node yardmen -b missing node stripteasers -b missing node novae -b missing node wakenings -b missing node spectrochemical -b missing node trollopy -b missing node trollops -b missing node oscillated -b missing node pleasantry -b missing node edict -b missing node varying -b missing node obscurities -b missing node rondeau -b missing node uncharitably -b missing node crapping -b missing node conference -b missing node consecratory -b missing node deductive -b missing node cotter -b missing node cenacle -b missing node overnight -b missing node prigs -b missing node applicative -b missing node oscillates -b missing node trodden -b missing node nosebleeds -b missing node vapidities -b missing node beths -b missing node bowings -b missing node doorjamb -b missing node courteously -b missing node passive -b missing node buoyages -b missing node decomposer -b missing node ryas -b missing node decomposes -b missing node mayhems -b missing node tireder -b missing node ingrained -b missing node imputation -b missing node sydney -b missing node decomposed -b missing node attenuate -b missing node prier -b missing node pries -b missing node hoopsters -b missing node uncharitable -b missing node astrologist -b missing node agriculturally -b missing node pried -b missing node edify -b missing node veepees -b missing node tauten -b missing node unparalleled -b missing node tauter -b missing node kippering -b missing node novas -b missing node prechill -b missing node reappraisal -b missing node copybook -b missing node profaning -b missing node declaim -b missing node betes -b missing node betel -b missing node gifts -b missing node rainstorms -b missing node unstably -b missing node sanguines -b missing node respondent -b missing node information -b missing node unstable -b missing node concealable -b missing node pretense -b missing node occasional -b missing node wholesome -b missing node hunger -b missing node recycle -b missing node prospectors -b missing node galahads -b missing node retransmits -b missing node jerseyites -b missing node evacuated -b missing node frontage -b missing node coquetries -b missing node jumping -b missing node ryes -b missing node pleasantly -b missing node tolls -b missing node preassembly -b missing node concierge -b missing node metalled -b missing node schoolers -b missing node rapers -b missing node dumpish -b missing node terminates -b missing node maltier -b missing node betas -b missing node caption -b missing node tartare -b missing node demolish -b missing node evacuates -b missing node terminated -b missing node jumpily -b missing node purporting -b missing node tartars -b missing node waistlines -b missing node jiujitsu -b missing node flanders -b missing node graveless -b missing node trudger -b missing node apposed -b missing node deducting -b missing node reappraises -b missing node trudges -b missing node reappraiser -b missing node crappier -b missing node crappies -b missing node huggable -b missing node apposes -b missing node oxgall -b missing node rascality -b missing node spongiest -b missing node arabesques -b missing node reappraised -b missing node hellboxes -b missing node wounds -b missing node victims -b missing node frontals -b missing node preassemble -b missing node fleawort -b missing node relearnt -b missing node relearns -b missing node chalkiness -b missing node responders -b missing node uninjured -b missing node occasioned -b missing node cherub -b missing node rockier -b missing node rockies -b missing node cherty -b missing node sobers -b missing node passing -b missing node trudged -b missing node delectably -b missing node strappers -b missing node doorbells -b missing node nonforfeitable -b missing node forebode -b missing node shills -b missing node reattains -b missing node reversely -b missing node deduction -b missing node passion -b missing node delectable -b missing node sauntering -b missing node retrench -b missing node stopovers -b missing node skepticism -b missing node crayfishes -b missing node surpassable -b missing node cherry -b missing node tartans -b missing node perambulation -b missing node bunkhouses -b missing node informative -b missing node pinhead -b missing node bests -b missing node insurant -b missing node misread -b missing node negativism -b missing node cosignatory -b missing node brushed -b missing node roiled -b missing node confutator -b missing node shiftier -b missing node lucern -b missing node loggings -b missing node reunification -b missing node innkeeper -b missing node thunder -b missing node tuneless -b missing node negativity -b missing node homesick -b missing node sparser -b missing node reversals -b missing node brusher -b missing node brushes -b missing node fragrantly -b missing node committals -b missing node palpates -b missing node expounded -b missing node exulted -b missing node palpated -b missing node shiksa -b missing node catcalled -b missing node explicates -b missing node spreaders -b missing node reifying -b missing node explicated -b missing node subtitling -b missing node boosts -b missing node seraphs -b missing node figurate -b missing node wardership -b missing node expounder -b missing node heartaches -b missing node epicures -b missing node beauish -b missing node magnolias -b missing node dildo -b missing node worshipfully -b missing node psychiatry -b missing node theomania -b missing node sourpusses -b missing node derogate -b missing node releaser -b missing node seemingly -b missing node releases -b missing node erotized -b missing node altruistically -b missing node grittiness -b missing node dormice -b missing node recharge -b missing node aerate -b missing node taxonomic -b missing node teetotalism -b missing node poachier -b missing node pendants -b missing node serapes -b missing node reconstructed -b missing node exogenous -b missing node released -b missing node rapids -b missing node magnetized -b missing node offset -b missing node sincerest -b missing node flacons -b missing node welcomed -b missing node acorn -b missing node shrapnel -b missing node escargots -b missing node outfielding -b missing node welcomer -b missing node furloughs -b missing node welcomes -b missing node shiftily -b missing node cantering -b missing node postdates -b missing node conditionally -b missing node nonacademic -b missing node acoin -b missing node imaums -b missing node annexational -b missing node coinages -b missing node untidiest -b missing node coppers -b missing node tiredly -b missing node taupes -b missing node bracings -b missing node rapier -b missing node yardman -b missing node hexapod -b missing node hazed -b missing node postdated -b missing node copyboys -b missing node hazel -b missing node hazes -b missing node hazer -b missing node emceeing -b missing node overbooked -b missing node lecherous -b missing node prosecutory -b missing node bacchants -b missing node befuddled -b missing node gaolers -b missing node prosecutors -b missing node heired -b missing node allergists -b missing node postulate -b missing node skippered -b missing node hollandaise -b missing node articles -b missing node greyhounds -b missing node hammocks -b missing node poetizes -b missing node poetizer -b missing node oldstyles -b missing node populous -b missing node besot -b missing node gainsay -b missing node articled -b missing node besom -b missing node giddy -b missing node genies -b missing node serologically -b missing node rooflines -b missing node embroil -b missing node restive -b missing node defect -b missing node agarics -b missing node unconventionalizes -b missing node oscillator -b missing node starboard -b missing node potentially -b missing node lucent -b missing node poetized -b missing node reinducts -b missing node jeeringly -b missing node figurant -b missing node fizzers -b missing node unconventionalized -b missing node decapitation -b missing node relaxations -b missing node prussian -b missing node befuddler -b missing node subplots -b missing node bookrests -b missing node befuddles -b missing node fronts -b missing node abbotcy -b missing node irrecoverably -b missing node discomfited -b missing node leerier -b missing node scatologies -b missing node stoppling -b missing node defeat -b missing node yarrows -b missing node decontrol -b missing node vigours -b missing node barmiest -b missing node literatures -b missing node registration -b missing node coppery -b missing node coruscating -b missing node genial -b missing node unshapely -b missing node abilities -b missing node decapitating -b missing node postulant -b missing node lodestone -b missing node integument -b missing node halides -b missing node courtliness -b missing node booths -b missing node blueberry -b missing node conterminous -b missing node tanzanian -b missing node terrors -b missing node bughouses -b missing node troche -b missing node relinquisher -b missing node relinquishes -b missing node lethes -b missing node simulcasting -b missing node relabeling -b missing node glucoses -b missing node beset -b missing node loftily -b missing node churchwoman -b missing node brushup -b missing node paraffine -b missing node overexpands -b missing node lofting -b missing node paraffins -b missing node undergoes -b missing node rewarders -b missing node campiest -b missing node breasts -b missing node dernier -b missing node drupe -b missing node intermingles -b missing node diffusing -b missing node womankind -b missing node weaponless -b missing node antecede -b missing node scarers -b missing node graphic -b missing node foresees -b missing node foreseer -b missing node toils -b missing node drunk -b missing node foreseen -b missing node homeliness -b missing node drizzling -b missing node intermingled -b missing node converse -b missing node missis -b missing node suits -b missing node geological -b missing node overdeveloped -b missing node potently -b missing node diffusion -b missing node primero -b missing node reassignments -b missing node insolence -b missing node zouave -b missing node noway -b missing node pentagons -b missing node booted -b missing node bootee -b missing node drums -b missing node pioneering -b missing node reminding -b missing node relinquished -b missing node applesauce -b missing node defend -b missing node whoppers -b missing node spectating -b missing node noncancerous -b missing node tremulously -b missing node ballistics -b missing node playbacks -b missing node leering -b missing node survivals -b missing node arterials -b missing node distasteful -b missing node protestant -b missing node blunging -b missing node churchwomen -b missing node radially -b missing node pilotage -b missing node burned -b missing node outscored -b missing node sickest -b missing node leerily -b missing node requisition -b missing node outscores -b missing node antigenicity -b missing node venturesome -b missing node fellows -b missing node burnet -b missing node burner -b missing node palpator -b missing node browbeaten -b missing node deceivable -b missing node thanking -b missing node graphed -b missing node amorally -b missing node swellheads -b missing node kangaroo -b missing node mistrial -b missing node primely -b missing node valvelet -b missing node transmutation -b missing node contrition -b missing node fusspots -b missing node unremunerated -b missing node antechoirs -b missing node druid -b missing node coincidence -b missing node glucosic -b missing node patriarchs -b missing node sailfish -b missing node breadboard -b missing node kennelling -b missing node patriarchy -b missing node ironwoods -b missing node bootie -b missing node crawliest -b missing node greatcoat -b missing node suing -b missing node hematoma -b missing node okras -b missing node afghanis -b missing node chests -b missing node dwindle -b missing node densified -b missing node mallard -b missing node drugs -b missing node bugbear -b missing node chesty -b missing node rhyming -b missing node disorientation -b missing node spiralled -b missing node impertinencies -b missing node densifies -b missing node rehangs -b missing node bacchanal -b missing node burnie -b missing node unabashedly -b missing node undergone -b missing node remove -b missing node freeheartedly -b missing node halidom -b missing node crocheter -b missing node expostulating -b missing node bursitis -b missing node kinked -b missing node missal -b missing node cuddles -b missing node industrious -b missing node healthfulness -b missing node quatrefoils -b missing node lutings -b missing node accidentals -b missing node cuticles -b missing node terser -b missing node chrysler -b missing node sobful -b missing node crocheted -b missing node goboes -b missing node cuddled -b missing node entomb -b missing node ovoidal -b missing node pitiably -b missing node danglers -b missing node primers -b missing node fulcrum -b missing node utilizable -b missing node lethal -b missing node remote -b missing node neurone -b missing node libras -b missing node defers -b missing node bogies -b missing node fanfarons -b missing node pitiable -b missing node mobcap -b missing node fronds -b missing node converts -b missing node subjectiveness -b missing node filterers -b missing node middling -b missing node genius -b missing node gangways -b missing node expostulation -b missing node actiniums -b missing node anglicizing -b missing node bountifulness -b missing node diagonals -b missing node menders -b missing node suite -b missing node neurons -b missing node irreformable -b missing node allotted -b missing node drubs -b missing node puncture -b missing node percolators -b missing node allottee -b missing node jiggly -b missing node remora -b missing node enfevers -b missing node misses -b missing node impedances -b missing node mileposts -b missing node locaters -b missing node nummary -b missing node cabalist -b missing node sickens -b missing node allotter -b missing node slumbery -b missing node sittings -b missing node slumbers -b missing node cabalism -b missing node nearliest -b missing node anoints -b missing node sincerely -b missing node fulvous -b missing node drainpipes -b missing node separatists -b missing node animadverting -b missing node indefatigable -b missing node jiggle -b missing node decalcification -b missing node vacationists -b missing node indefatigably -b missing node jabbingly -b missing node disorientating -b missing node beasties -b missing node routeway -b missing node missed -b missing node wantoning -b missing node berth -b missing node causing -b missing node felloes -b missing node irades -b missing node simulants -b missing node nudnicks -b missing node flanged -b missing node overmuch -b missing node reanimation -b missing node estonia -b missing node adversities -b missing node reanimating -b missing node stench -b missing node freighted -b missing node secessionist -b missing node leanest -b missing node nonregistered -b missing node jubilation -b missing node provenance -b missing node fustian -b missing node freighter -b missing node costively -b missing node bobwhites -b missing node unrevoked -b missing node enfolding -b missing node tipplers -b missing node prehistorically -b missing node insolvable -b missing node sulfating -b missing node berry -b missing node jubilating -b missing node rivalries -b missing node vegetational -b missing node collectively -b missing node crookeries -b missing node reconveying -b missing node sterilize -b missing node biculturalism -b missing node barberry -b missing node conjoints -b missing node doggrel -b missing node brandishers -b missing node hoosier -b missing node gauntly -b missing node roiling -b missing node assertively -b missing node provokingly -b missing node aversely -b missing node viewable -b missing node calliopes -b missing node calumnies -b missing node sundays -b missing node dotages -b missing node heists -b missing node fleshly -b missing node bellyfuls -b missing node teratism -b missing node bimethyls -b missing node umbrella -b missing node dimes -b missing node dimer -b missing node beryl -b missing node bellyfull -b missing node preventable -b missing node arguably -b missing node unambiguously -b missing node kindling -b missing node votable -b missing node plunges -b missing node pschents -b missing node arborous -b missing node marketed -b missing node arguable -b missing node redesignated -b missing node unbodied -b missing node swimmer -b missing node interposers -b missing node mesosphere -b missing node scattersite -b missing node reprehended -b missing node awakened -b missing node topical -b missing node erecter -b missing node protracts -b missing node erected -b missing node splicing -b missing node plunged -b missing node uncountable -b missing node marketer -b missing node libris -b missing node plunger -b missing node awakener -b missing node demilitarize -b missing node ratiocinator -b missing node romanism -b missing node filtrate -b missing node recharging -b missing node threapers -b missing node comforted -b missing node romanist -b missing node gaunter -b missing node disembowelments -b missing node boggle -b missing node sympathetic -b missing node acnes -b missing node fulls -b missing node nubile -b missing node supplant -b missing node studbooks -b missing node ceilings -b missing node comforter -b missing node acned -b missing node fully -b missing node escalade -b missing node emersion -b missing node kinglet -b missing node sedulously -b missing node berms -b missing node drizzlier -b missing node kindlier -b missing node ratiocinates -b missing node hosteler -b missing node victualling -b missing node misguided -b missing node dissatisfying -b missing node bethink -b missing node hosteled -b missing node ratiocinated -b missing node accessing -b missing node halifax -b missing node loftier -b missing node shebeens -b missing node diffusive -b missing node unalarming -b missing node reengage -b missing node quarrels -b missing node claiming -b missing node tourings -b missing node promulgates -b missing node promulgated -b missing node dittoing -b missing node brigantine -b missing node camelopards -b missing node terror -b missing node advertizing -b missing node splattering -b missing node missus -b missing node dangled -b missing node flesher -b missing node fleshes -b missing node billowiest -b missing node conciliators -b missing node nondrinkers -b missing node weightlessly -b missing node conciliatory -b missing node pavement -b missing node dangles -b missing node erector -b missing node enframed -b missing node fleshed -b missing node dangler -b missing node wayside -b missing node talismans -b missing node anymore -b missing node enframes -b missing node undesired -b missing node fustier -b missing node sterility -b missing node plethora -b missing node silverers -b missing node losable -b missing node pauperizes -b missing node implying -b missing node legateships -b missing node lodgers -b missing node gilding -b missing node father -b missing node pauperized -b missing node encroaching -b missing node kidnappers -b missing node overglazes -b missing node erectly -b missing node coitus -b missing node roilier -b missing node ochre -b missing node growable -b missing node fustics -b missing node consecrations -b missing node flanger -b missing node flanges -b missing node preferring -b missing node tetravalent -b missing node depictor -b missing node catalpa -b missing node cyclecar -b missing node catalos -b missing node beret -b missing node anecdotes -b missing node contemn -b missing node occluding -b missing node parlances -b missing node contend -b missing node spunkiness -b missing node fathom -b missing node reframed -b missing node catalog -b missing node choirmaster -b missing node hymned -b missing node content -b missing node recapitalizing -b missing node maffias -b missing node reframes -b missing node engulfing -b missing node repairs -b missing node despiteful -b missing node unchosen -b missing node pieceworkers -b missing node akron -b missing node jiggles -b missing node telefilms -b missing node texturing -b missing node saucier -b missing node stenciling -b missing node charleston -b missing node aboves -b missing node jiggled -b missing node nubias -b missing node romanize -b missing node coruscation -b missing node anecdotic -b missing node evasions -b missing node epiloguing -b missing node homesite -b missing node wrapping -b missing node motivationally -b missing node quiches -b missing node stenos -b missing node cassowaries -b missing node promulgator -b missing node introductions -b missing node corporations -b missing node infanticides -b missing node coruscative -b missing node ambulates -b missing node dualities -b missing node hymnal -b missing node etherizing -b missing node ambulated -b missing node publishable -b missing node equalizing -b missing node dressy -b missing node carmaker -b missing node titties -b missing node deigning -b missing node episcopacies -b missing node outfight -b missing node repaint -b missing node fustily -b missing node bayonet -b missing node chestiest -b missing node crossties -b missing node explicator -b missing node bhutanese -b missing node winesop -b missing node indexers -b missing node destroy -b missing node grapier -b missing node bergs -b missing node bergh -b missing node lidding -b missing node fatuities -b missing node necessariness -b missing node unestablished -b missing node watchmaking -b missing node principles -b missing node smashingly -b missing node disagreed -b missing node saltpetre -b missing node admonition -b missing node resting -b missing node principled -b missing node misguider -b missing node crampons -b missing node misguides -b missing node hostelry -b missing node embankment -b missing node disagrees -b missing node festively -b missing node infanticidal -b missing node lavalava -b missing node airedales -b missing node elephantine -b missing node qualmishness -b missing node absconding -b missing node reinduces -b missing node unfrocks -b missing node deflects -b missing node obedient -b missing node trundlers -b missing node clogged -b missing node reinvolvement -b missing node distension -b missing node flavour -b missing node amnestied -b missing node ovine -b missing node harriers -b missing node ambulator -b missing node appending -b missing node contest -b missing node ocher -b missing node pegbox -b missing node mister -b missing node escalate -b missing node depicter -b missing node reprobates -b missing node burtons -b missing node soubriquet -b missing node flavory -b missing node amnesties -b missing node anthologists -b missing node magnetizer -b missing node flavors -b missing node magnetizes -b missing node reediting -b missing node shifting -b missing node irrupted -b missing node depicted -b missing node reprobated -b missing node odometers -b missing node hotfooted -b missing node teeming -b missing node ragouts -b missing node manometers -b missing node sulfurized -b missing node cenozoic -b missing node outcaste -b missing node lambkin -b missing node misted -b missing node binaural -b missing node barbels -b missing node spartan -b missing node supplicants -b missing node anecdotal -b missing node barbell -b missing node outcasts -b missing node execrators -b missing node barbered -b missing node facially -b missing node intimacies -b missing node annuities -b missing node flatulency -b missing node unfetter -b missing node breathe -b missing node flattering -b missing node nigeria -b missing node hermetically -b missing node himself -b missing node flatulence -b missing node nonsexists -b missing node breaths -b missing node coital -b missing node misspoke -b missing node coalescing -b missing node breathy -b missing node reconsigned -b missing node reactant -b missing node stargazer -b missing node stargazes -b missing node parameter -b missing node terras -b missing node slynesses -b missing node poaching -b missing node cablets -b missing node reinduced -b missing node stargazed -b missing node dills -b missing node sitzmark -b missing node mayoress -b missing node resales -b missing node reappoints -b missing node piddle -b missing node wondrously -b missing node numerators -b missing node interlocks -b missing node dystopias -b missing node summed -b missing node context -b missing node summer -b missing node dilly -b missing node sneerers -b missing node educative -b missing node marrowing -b missing node pharmacy -b missing node intermission -b missing node liquefied -b missing node abbreviating -b missing node ragging -b missing node inscrolls -b missing node agleam -b missing node liquefies -b missing node liquefier -b missing node factoring -b missing node joke -b missing node megacycles -b missing node imparting -b missing node straitens -b missing node metrifies -b missing node pratiques -b missing node inequalities -b missing node uprightly -b missing node squashy -b missing node hairstyling -b missing node blacklists -b missing node drecks -b missing node unwelcome -b missing node invertible -b missing node ajowans -b missing node underplays -b missing node underpays -b missing node rentable -b missing node john -b missing node suitability -b missing node opined -b missing node jammed -b missing node skewing -b missing node preexamining -b missing node fudge -b missing node metrified -b missing node opines -b missing node opiner -b missing node joie -b missing node enjoyed -b missing node unmuzzles -b missing node putrefied -b missing node divan -b missing node join -b missing node ionics -b missing node abbreviation -b missing node medlars -b missing node pirouette -b missing node enjoyer -b missing node unmuzzled -b missing node fixedly -b missing node putrefies -b missing node tramroads -b missing node ventral -b missing node vanitied -b missing node disunion -b missing node splice -b missing node reorientations -b missing node lubricators -b missing node vanities -b missing node contrivedly -b missing node crudes -b missing node foreclosed -b missing node troika -b missing node cruder -b missing node scourging -b missing node qualification -b missing node forecloses -b missing node batfish -b missing node divas -b missing node hairstylist -b missing node salvage -b missing node beakers -b missing node cheeped -b missing node burley -b missing node imprecate -b missing node reevaluate -b missing node restitutory -b missing node forswear -b missing node viands -b missing node cheeper -b missing node cruddy -b missing node dodgier -b missing node cylindrically -b missing node inactively -b missing node jolt -b missing node exuberance -b missing node burled -b missing node scarcer -b missing node complaints -b missing node business -b missing node fulling -b missing node factions -b missing node disunity -b missing node unmarriageable -b missing node vacillate -b missing node burler -b missing node gilders -b missing node dives -b missing node disunite -b missing node diver -b missing node alarming -b missing node dived -b missing node cubical -b missing node scumming -b missing node alack -b missing node unborn -b missing node jobs -b missing node restocking -b missing node splint -b missing node dagger -b missing node bashers -b missing node toiletries -b missing node alamo -b missing node staidest -b missing node identify -b missing node recommendation -b missing node unbolt -b missing node angering -b missing node spline -b missing node jock -b missing node burlap -b missing node triumphing -b missing node redacted -b missing node underpart -b missing node television -b missing node alans -b missing node alameda -b missing node affrayers -b missing node uprighted -b missing node ubiquity -b missing node deviousness -b missing node appellation -b missing node craftsmen -b missing node eliminant -b missing node reelect -b missing node underpass -b missing node logways -b missing node alphorn -b missing node chaffered -b missing node chafferer -b missing node romaine -b missing node debonair -b missing node reclamations -b missing node nonagons -b missing node conjoined -b missing node lappering -b missing node python -b missing node factorize -b missing node delinquently -b missing node excrements -b missing node errantry -b missing node ticking -b missing node faltboats -b missing node remelting -b missing node overacted -b missing node formulations -b missing node transfigurations -b missing node krakens -b missing node jogs -b missing node secularization -b missing node spumante -b missing node governess -b missing node digestant -b missing node neatherd -b missing node quotation -b missing node rockets -b missing node demerit -b missing node rectangularity -b missing node measle -b missing node recourse -b missing node urchins -b missing node super -b missing node abstractionist -b missing node suasive -b missing node craftsman -b missing node supes -b missing node libellous -b missing node measly -b missing node balletic -b missing node joey -b missing node joes -b missing node intrans -b missing node scummier -b missing node patriotism -b missing node remade -b missing node abstractionism -b missing node hobgoblins -b missing node heroizing -b missing node demeanor -b missing node eyehooks -b missing node leafworm -b missing node flambeed -b missing node divot -b missing node phenomenons -b missing node brawler -b missing node propertyless -b missing node hypos -b missing node pretested -b missing node fusibleness -b missing node augmenters -b missing node structured -b missing node brawled -b missing node underpaid -b missing node brambling -b missing node singularity -b missing node alate -b missing node nosings -b missing node seguing -b missing node structures -b missing node inconspicuousness -b missing node ojibwas -b missing node yonder -b missing node hiccuped -b missing node grandparents -b missing node eliminate -b missing node entailers -b missing node oatmeals -b missing node trojan -b missing node handicapper -b missing node conceding -b missing node fleury -b missing node contortions -b missing node reloading -b missing node subsegment -b missing node introducers -b missing node handicapped -b missing node consulting -b missing node aglets -b missing node ionium -b missing node matriarchal -b missing node cubicle -b missing node remail -b missing node remain -b missing node augmentations -b missing node whitishness -b missing node hypersensitizing -b missing node joys -b missing node regerminate -b missing node cubicly -b missing node magnetisms -b missing node overdresses -b missing node tsktsked -b missing node underlayers -b missing node straighteners -b missing node bisecting -b missing node scientist -b missing node unitarian -b missing node cheeks -b missing node nonmembers -b missing node rejections -b missing node overdressed -b missing node cheeky -b missing node weaponed -b missing node hematite -b missing node ionise -b missing node preeminence -b missing node mesquit -b missing node bisection -b missing node toffees -b missing node remake -b missing node flambeau -b missing node oatcake -b missing node immunologic -b missing node quaking -b missing node indigestive -b missing node quakily -b missing node ungracefully -b missing node fortuities -b missing node exhaled -b missing node acute -b missing node bloodred -b missing node oilstones -b missing node suasion -b missing node untranslatable -b missing node bystander -b missing node passions -b missing node assayers -b missing node rowdily -b missing node cramping -b missing node remand -b missing node alarm -b missing node nuzzling -b missing node brainless -b missing node exhales -b missing node wanderers -b missing node alary -b missing node jota -b missing node boozer -b missing node boozes -b missing node culotte -b missing node relativity -b missing node hierarchical -b missing node inexecutable -b missing node snowcaps -b missing node threnodies -b missing node exhibits -b missing node joss -b missing node rapport -b missing node lumpfish -b missing node hakes -b missing node fatuus -b missing node jose -b missing node josh -b missing node boozed -b missing node divvy -b missing node patronal -b missing node kidnaper -b missing node strikeout -b missing node hellebores -b missing node oceanside -b missing node horseflies -b missing node keyster -b missing node fortunate -b missing node precaution -b missing node putsch -b missing node hospitium -b missing node slipsoles -b missing node dredge -b missing node painkilling -b missing node strutted -b missing node understated -b missing node consultive -b missing node strutter -b missing node subtribe -b missing node understates -b missing node escaloped -b missing node stimulations -b missing node herewith -b missing node tsuris -b missing node saintdom -b missing node hypnology -b missing node anecdote -b missing node histologist -b missing node factious -b missing node remark -b missing node structural -b missing node dispossessed -b missing node captions -b missing node alamos -b missing node dodging -b missing node rowdier -b missing node rowdies -b missing node dispossesses -b missing node necrophile -b missing node jowl -b missing node frolic -b missing node bareheaded -b missing node quakier -b missing node obituary -b missing node shockers -b missing node straitest -b missing node overinvesting -b missing node hypes -b missing node hyper -b missing node artless -b missing node kidnapee -b missing node mobbers -b missing node kidnaped -b missing node recontest -b missing node wettings -b missing node demagnetizing -b missing node collateral -b missing node nuzzle -b missing node cassandra -b missing node deform -b missing node jour -b missing node easiest -b missing node wordage -b missing node intemperances -b missing node indigestion -b missing node reredoses -b missing node producible -b missing node yabber -b missing node theologians -b missing node hyped -b missing node jots -b missing node squadrons -b missing node iroquoian -b missing node slaloming -b missing node declarator -b missing node beakless -b missing node conchoid -b missing node denominates -b missing node lusciously -b missing node passels -b missing node sears -b missing node chortled -b missing node denominated -b missing node shrift -b missing node regressiveness -b missing node perjured -b missing node pewees -b missing node pennate -b missing node multiplicands -b missing node chortles -b missing node counterpoise -b missing node likable -b missing node zingiest -b missing node chortler -b missing node apatetic -b missing node prosecution -b missing node perjures -b missing node freemasons -b missing node perjurer -b missing node antinomy -b missing node outface -b missing node voidable -b missing node moated -b missing node reinscribes -b missing node pivot -b missing node deoxidizers -b missing node acted -b missing node inroad -b missing node bestirs -b missing node reinscribed -b missing node plotters -b missing node glycols -b missing node decently -b missing node graphologists -b missing node strategically -b missing node fuels -b missing node guardsman -b missing node unisexual -b missing node pennant -b missing node decenter -b missing node bifocals -b missing node captious -b missing node tessellated -b missing node counterpoint -b missing node escapements -b missing node ingratiated -b missing node tessellates -b missing node ingratiates -b missing node stemmiest -b missing node rearrest -b missing node nominators -b missing node knockwursts -b missing node waxers -b missing node shrike -b missing node directorship -b missing node melton -b missing node snarers -b missing node luckier -b missing node arteriole -b missing node devastations -b missing node luckies -b missing node rejector -b missing node unlearning -b missing node propellant -b missing node barnstormers -b missing node disputability -b missing node bullwhip -b missing node podiatry -b missing node ruby -b missing node seafowls -b missing node tercel -b missing node knotweeds -b missing node shrill -b missing node unreeler -b missing node charlatans -b missing node rubs -b missing node seals -b missing node irascible -b missing node ambitiousness -b missing node rube -b missing node harmonizing -b missing node jellyfish -b missing node shrimp -b missing node stardoms -b missing node caduceus -b missing node seams -b missing node penname -b missing node prosecutive -b missing node cuddliest -b missing node rebounds -b missing node guardsmen -b missing node dumpers -b missing node ruck -b missing node unreeled -b missing node seamy -b missing node luxuriantly -b missing node criminality -b missing node villeinage -b missing node vanward -b missing node actor -b missing node loveliest -b missing node rejectee -b missing node rejected -b missing node buyer -b missing node thiosulfate -b missing node herpes -b missing node alimentary -b missing node soundbox -b missing node entail -b missing node brittlest -b missing node fluctuational -b missing node epistasies -b missing node confident -b missing node bowdlerism -b missing node passers -b missing node cruets -b missing node brunts -b missing node lobbed -b missing node lobber -b missing node swopped -b missing node mishearing -b missing node scholarship -b missing node inaccurate -b missing node voyeurs -b missing node chronologies -b missing node hunter -b missing node schoolroom -b missing node ticklers -b missing node workbag -b missing node placenta -b missing node rapist -b missing node bashful -b missing node squared -b missing node obduracies -b missing node hunted -b missing node octopodes -b missing node cheeps -b missing node squarer -b missing node inlets -b missing node starvelings -b missing node squares -b missing node terbium -b missing node incomparability -b missing node snowbirds -b missing node gratifications -b missing node preprogrammed -b missing node raping -b missing node nonunited -b missing node rapine -b missing node washiest -b missing node boudoir -b missing node irreducibility -b missing node clockings -b missing node confiders -b missing node gauzier -b missing node roadways -b missing node actin -b missing node resentments -b missing node cheese -b missing node marmites -b missing node cheery -b missing node idealogy -b missing node demesne -b missing node cheers -b missing node seats -b missing node monomaniac -b missing node ionize -b missing node assemblages -b missing node bowdlerize -b missing node shriek -b missing node predetermining -b missing node cocaines -b missing node prosecuting -b missing node rejecter -b missing node convalescent -b missing node monomanias -b missing node taught -b missing node tektitic -b missing node patronly -b missing node vascular -b missing node cheesy -b missing node unconscious -b missing node bicuspid -b missing node goblets -b missing node demising -b missing node breweries -b missing node rung -b missing node traditionless -b missing node rune -b missing node squalling -b missing node algicide -b missing node rump -b missing node nonsecretly -b missing node rums -b missing node hardworking -b missing node marring -b missing node weeklies -b missing node newcastle -b missing node guarder -b missing node egghead -b missing node slobber -b missing node halos -b missing node harvard -b missing node passings -b missing node guarded -b missing node colonnaded -b missing node freakishly -b missing node foppish -b missing node rockery -b missing node deacidifying -b missing node tzarism -b missing node rockers -b missing node catenating -b missing node misruled -b missing node idealists -b missing node brushwood -b missing node crepitant -b missing node punctual -b missing node premolars -b missing node liquefiers -b missing node preadjusted -b missing node tzarist -b missing node accepts -b missing node owllike -b missing node gearless -b missing node inverness -b missing node iliads -b missing node yanking -b missing node runt -b missing node runs -b missing node tektites -b missing node filmland -b missing node album -b missing node narrows -b missing node unfeigned -b missing node explanting -b missing node lazaretto -b missing node homogenized -b missing node fundamentally -b missing node idealisms -b missing node dekagrams -b missing node kiboshing -b missing node spiraling -b missing node homogenizes -b missing node homogenizer -b missing node romancer -b missing node romances -b missing node biddies -b missing node gauzily -b missing node authenticator -b missing node manwise -b missing node woodlots -b missing node panegyrizing -b missing node romanced -b missing node efforts -b missing node barometrically -b missing node lividness -b missing node demeter -b missing node dibbuks -b missing node colonnades -b missing node brambly -b missing node corpsmen -b missing node ruth -b missing node downers -b missing node keystones -b missing node wardress -b missing node halls -b missing node unexcusably -b missing node hallo -b missing node rust -b missing node rusk -b missing node basifiers -b missing node tzarina -b missing node basaltic -b missing node rush -b missing node unfrozen -b missing node hogfishes -b missing node pedagogic -b missing node bramble -b missing node sassies -b missing node sassier -b missing node ruse -b missing node impartial -b missing node cellulose -b missing node unexcusable -b missing node coxswains -b missing node woodlore -b missing node yarding -b missing node swimmable -b missing node rued -b missing node putter -b missing node greyness -b missing node tartest -b missing node hales -b missing node putted -b missing node haler -b missing node puttee -b missing node chronologist -b missing node madames -b missing node racetracks -b missing node squallier -b missing node ruer -b missing node rues -b missing node brunet -b missing node rude -b missing node sunup -b missing node offpay -b missing node tryout -b missing node dioptometer -b missing node curviest -b missing node shrine -b missing node alienable -b missing node tissuing -b missing node shrink -b missing node rumanians -b missing node corpsman -b missing node teratogenetic -b missing node inaccuracy -b missing node brunch -b missing node turnabouts -b missing node rugs -b missing node harridan -b missing node demeaned -b missing node requiems -b missing node ruff -b missing node cellarage -b missing node mathematical -b missing node luckily -b missing node denominator -b missing node astonish -b missing node zeitgeist -b missing node paradigms -b missing node lazarette -b missing node obstructs -b missing node gryphon -b missing node galumph -b missing node trifles -b missing node trifler -b missing node ruin -b missing node penitentiary -b missing node esoteric -b missing node trifled -b missing node telltales -b missing node importuned -b missing node lucking -b missing node beechier -b missing node dailies -b missing node budgets -b missing node gratified -b missing node sublevel -b missing node importunes -b missing node misrules -b missing node slobbish -b missing node yapping -b missing node melter -b missing node tocsin -b missing node emptings -b missing node overeducating -b missing node strewing -b missing node libyans -b missing node smegma -b missing node gratifies -b missing node fopping -b missing node obtrude -b missing node stripteasing -b missing node lulled -b missing node barbecue -b missing node bidding -b missing node incense -b missing node ocelot -b missing node shrive -b missing node budgers -b missing node pittings -b missing node jammer -b missing node wirers -b missing node sunny -b missing node rule -b missing node melted -b missing node brokages -b missing node sassily -b missing node lyings -b missing node sassing -b missing node latening -b missing node redactor -b missing node authenticated -b missing node prominently -b missing node signatary -b missing node haled -b missing node jumblers -b missing node huntley -b missing node crating -b missing node authenticates -b missing node effusively -b missing node conjuncts -b missing node dormant -b missing node chastised -b missing node hokums -b missing node gargoyled -b missing node postmortems -b missing node twill -b missing node zizzling -b missing node chastises -b missing node chastiser -b missing node gruellers -b missing node bents -b missing node amortise -b missing node ovenwares -b missing node inseminators -b missing node foreside -b missing node streetcars -b missing node scarabs -b missing node stupidity -b missing node jailbait -b missing node amusers -b missing node twine -b missing node crackdowns -b missing node shavers -b missing node ventricle -b missing node knurl -b missing node wirier -b missing node interleaving -b missing node impels -b missing node gainly -b missing node stabilized -b missing node ungentlemanly -b missing node hibernation -b missing node kidnapping -b missing node rhapsody -b missing node fluffiest -b missing node siennas -b missing node contraltos -b missing node dixie -b missing node propping -b missing node nightstand -b missing node filterability -b missing node hibernating -b missing node coverts -b missing node manners -b missing node dixit -b missing node dacoits -b missing node proctologic -b missing node sedum -b missing node packsaddles -b missing node gargoyles -b missing node bounteously -b missing node electrotype -b missing node roofers -b missing node sovietizes -b missing node coverup -b missing node slotted -b missing node sovietized -b missing node dormers -b missing node gestated -b missing node vignettist -b missing node imprinted -b missing node welsh -b missing node pedagogue -b missing node tawniest -b missing node flowered -b missing node impend -b missing node gestates -b missing node solitaires -b missing node imprinter -b missing node segmental -b missing node deforested -b missing node mickeys -b missing node stowage -b missing node welts -b missing node twins -b missing node undercooking -b missing node frigged -b missing node twiny -b missing node flowerer -b missing node floweret -b missing node copping -b missing node mistrust -b missing node amortize -b missing node closeouts -b missing node psalm -b missing node unfamiliarity -b missing node iterative -b missing node malodorously -b missing node eyeletting -b missing node setoff -b missing node proprieties -b missing node manageability -b missing node flubbing -b missing node mismated -b missing node suffers -b missing node cardinally -b missing node stretching -b missing node cruzados -b missing node plagiaries -b missing node sallowy -b missing node conceptualists -b missing node rakeoffs -b missing node reconciliatory -b missing node segmenter -b missing node smile -b missing node twits -b missing node halva -b missing node mismates -b missing node goldeyes -b missing node segmented -b missing node flagship -b missing node halts -b missing node electricians -b missing node snicking -b missing node scurvy -b missing node necessitous -b missing node locative -b missing node treatability -b missing node celluloid -b missing node curlicuing -b missing node heliport -b missing node gained -b missing node ramparted -b missing node reappears -b missing node hymns -b missing node turrets -b missing node fletch -b missing node twirp -b missing node twirl -b missing node capless -b missing node gainer -b missing node impede -b missing node pettifogs -b missing node shriller -b missing node raveling -b missing node bestial -b missing node joyless -b missing node squallers -b missing node patchable -b missing node rhythmical -b missing node wirily -b missing node twist -b missing node rejoins -b missing node supplely -b missing node shrilled -b missing node translate -b missing node calendars -b missing node octet -b missing node saprophytic -b missing node alines -b missing node aliner -b missing node oxidatively -b missing node narcomata -b missing node iteration -b missing node rejuvenating -b missing node twixt -b missing node pneumaticity -b missing node psychologic -b missing node alined -b missing node orderings -b missing node eradicated -b missing node hyperactivity -b missing node defray -b missing node survivers -b missing node vialed -b missing node linkages -b missing node rejuvenation -b missing node ventrals -b missing node schizoids -b missing node sickened -b missing node appoint -b missing node rosewater -b missing node mangrove -b missing node ejaculate -b missing node simonized -b missing node impeding -b missing node illicitly -b missing node sickener -b missing node smirk -b missing node fatted -b missing node yappers -b missing node saprophytes -b missing node disarranging -b missing node ruts -b missing node coexisting -b missing node simonizes -b missing node lyingly -b missing node sallows -b missing node iterating -b missing node fatter -b missing node penthouse -b missing node eradicates -b missing node fatten -b missing node casements -b missing node halve -b missing node octal -b missing node muskrats -b missing node incognizant -b missing node airworthiest -b missing node octad -b missing node imbed -b missing node eastwardly -b missing node meringues -b missing node heroes -b missing node chattery -b missing node preyers -b missing node hepcats -b missing node depreciatingly -b missing node reoriented -b missing node inflationist -b missing node olympics -b missing node hammy -b missing node disembodiment -b missing node mutagenesis -b missing node caveats -b missing node chatters -b missing node musettes -b missing node passant -b missing node unbred -b missing node inflationism -b missing node loudening -b missing node confederation -b missing node penchant -b missing node tricuspid -b missing node chorister -b missing node midpoints -b missing node weakener -b missing node vitrioled -b missing node stretchier -b missing node weakened -b missing node trimorphs -b missing node behaver -b missing node seder -b missing node feedable -b missing node shellier -b missing node olympiad -b missing node behaves -b missing node glumness -b missing node metalizing -b missing node fugal -b missing node olympian -b missing node reptile -b missing node upswollen -b missing node burins -b missing node vileness -b missing node linotypes -b missing node repress -b missing node fortran -b missing node slappers -b missing node puking -b missing node fleshy -b missing node speedometer -b missing node confederating -b missing node heirdoms -b missing node graveling -b missing node behaved -b missing node reassertion -b missing node sedge -b missing node pipestem -b missing node absent -b missing node preallots -b missing node hayseed -b missing node pacifica -b missing node sidling -b missing node rialto -b missing node reasserting -b missing node vitriolic -b missing node shipways -b missing node plumpness -b missing node heroic -b missing node setout -b missing node heroin -b missing node pillions -b missing node misdeliveries -b missing node burgeoned -b missing node chattels -b missing node scallion -b missing node piscatorial -b missing node welds -b missing node syllabubs -b missing node euthenics -b missing node retrofit -b missing node surceasing -b missing node morningstar -b missing node sequinned -b missing node interrupt -b missing node passingly -b missing node mystifying -b missing node plaiter -b missing node sedgy -b missing node butternuts -b missing node sacrament -b missing node welch -b missing node admonitory -b missing node mismatch -b missing node plaited -b missing node widgets -b missing node summa -b missing node herons -b missing node eradicator -b missing node overbears -b missing node gainst -b missing node twier -b missing node beyond -b missing node piths -b missing node overleaps -b missing node scurrying -b missing node monstrously -b missing node pithy -b missing node overleapt -b missing node unannounced -b missing node predestining -b missing node mercury -b missing node spending -b missing node jacals -b missing node pangolins -b missing node titters -b missing node wrathfulness -b missing node plough -b missing node pacifier -b missing node gallstones -b missing node parroter -b missing node detours -b missing node pacifies -b missing node tickled -b missing node shelling -b missing node cloturing -b missing node parroted -b missing node songbooks -b missing node sequencings -b missing node pacified -b missing node bartletts -b missing node tickles -b missing node tickler -b missing node twice -b missing node filaree -b missing node propellent -b missing node smudging -b missing node restyling -b missing node airmailing -b missing node nightstands -b missing node confederative -b missing node sumos -b missing node xanthoma -b missing node lithography -b missing node disrespect -b missing node superiority -b missing node middlers -b missing node stopgap -b missing node cooperatively -b missing node superiorly -b missing node lithographs -b missing node likest -b missing node roared -b missing node stimulatory -b missing node alights -b missing node endeavored -b missing node bloodfins -b missing node stabilizes -b missing node roarer -b missing node stabilizer -b missing node sumps -b missing node likers -b missing node hypoxic -b missing node widgeon -b missing node hypoxia -b missing node harlots -b missing node rejoice -b missing node sluicing -b missing node pitch -b missing node whopping -b missing node penuche -b missing node salarying -b missing node wells -b missing node twigs -b missing node audacity -b missing node imbue -b missing node besting -b missing node auspiciousness -b missing node pegged -b missing node fakers -b missing node setons -b missing node fakery -b missing node propellers -b missing node boycott -b missing node bipartisanship -b missing node anointed -b missing node douches -b missing node associators -b missing node subdiscipline -b missing node aroynt -b missing node pitas -b missing node douched -b missing node oilskin -b missing node faithlessly -b missing node untypical -b missing node cloverleaves -b missing node queenliness -b missing node anointer -b missing node clients -b missing node deescalating -b missing node marauds -b missing node subtenancy -b missing node inductively -b missing node romanticizing -b missing node eagles -b missing node eaglet -b missing node coinable -b missing node xanthous -b missing node amenability -b missing node imago -b missing node mutilate -b missing node cowpats -b missing node coigns -b missing node coigne -b missing node instant -b missing node charlatan -b missing node flirtations -b missing node image -b missing node poetess -b missing node theremins -b missing node alterative -b missing node aglitter -b missing node statuaries -b missing node funnymen -b missing node mugwumps -b missing node piton -b missing node sensualities -b missing node revamped -b missing node typhoids -b missing node snowpacks -b missing node convexes -b missing node revamper -b missing node legation -b missing node iciest -b missing node burial -b missing node avascular -b missing node collectivize -b missing node skateboarding -b missing node likens -b missing node rheology -b missing node domain -b missing node instals -b missing node undisposed -b missing node install -b missing node slitted -b missing node deescalation -b missing node hilliness -b missing node playroom -b missing node equalizers -b missing node beanlike -b missing node slitter -b missing node boxcar -b missing node craggier -b missing node courtyard -b missing node penitentiaries -b missing node nonsubmissive -b missing node amendment -b missing node racoon -b missing node swearing -b missing node deficient -b missing node hance -b missing node goggles -b missing node driving -b missing node bahamian -b missing node prudently -b missing node goggler -b missing node accusatory -b missing node respectably -b missing node restaging -b missing node goggled -b missing node assaying -b missing node seminole -b missing node respectable -b missing node victory -b missing node effluent -b missing node likely -b missing node gummiest -b missing node insensitivity -b missing node aromatics -b missing node redundancies -b missing node abandonment -b missing node weaponry -b missing node fervidly -b missing node victors -b missing node plagiarize -b missing node straightening -b missing node burier -b missing node prowlers -b missing node buries -b missing node xylitol -b missing node faraday -b missing node amortizing -b missing node righteousness -b missing node khedives -b missing node sects -b missing node contributed -b missing node revivifying -b missing node hands -b missing node octyl -b missing node oxidizations -b missing node pitapats -b missing node disable -b missing node buried -b missing node handy -b missing node contributes -b missing node breathlessly -b missing node echelons -b missing node vicennial -b missing node muleteer -b missing node remeasures -b missing node sharecroppers -b missing node footlessness -b missing node smudgily -b missing node pacifism -b missing node pacifist -b missing node hankers -b missing node correlations -b missing node buffeters -b missing node pyritic -b missing node wench -b missing node dermatologists -b missing node longhaired -b missing node ovens -b missing node gimlet -b missing node bestially -b missing node notepaper -b missing node eyeholes -b missing node interposing -b missing node frights -b missing node mausoleums -b missing node fakeer -b missing node fugit -b missing node wends -b missing node fledglings -b missing node cypriotes -b missing node showoff -b missing node glamorousness -b missing node unitized -b missing node incommensurately -b missing node heifer -b missing node acred -b missing node tarriers -b missing node furbishing -b missing node acres -b missing node subcellar -b missing node aridity -b missing node lampreys -b missing node stepped -b missing node flirtatious -b missing node stepper -b missing node disenchanting -b missing node steppes -b missing node unitizes -b missing node nonesuch -b missing node tarriest -b missing node catabolically -b missing node lector -b missing node benjamin -b missing node varletry -b missing node unblock -b missing node italic -b missing node tippling -b missing node boatable -b missing node unacclimated -b missing node foreshowed -b missing node uracil -b missing node unflinching -b missing node entertainments -b missing node pyrites -b missing node hiatal -b missing node dispossessor -b missing node tombstone -b missing node mamies -b missing node fogyish -b missing node sedan -b missing node syringes -b missing node testaments -b missing node potbelly -b missing node fogyism -b missing node acrid -b missing node bramblier -b missing node alteration -b missing node smudgier -b missing node handlings -b missing node gigabyte -b missing node syringed -b missing node infraction -b missing node bartended -b missing node sumac -b missing node distinctiveness -b missing node cooeeing -b missing node semblance -b missing node myrrhic -b missing node overlooked -b missing node dekameters -b missing node frustrate -b missing node restorable -b missing node fuggy -b missing node aphrodite -b missing node windlass -b missing node unthought -b missing node marbleized -b missing node bartender -b missing node buttoning -b missing node ironworks -b missing node necessary -b missing node marbleizes -b missing node assentors -b missing node bench -b missing node croaked -b missing node nimble -b missing node commandment -b missing node unbelievers -b missing node croaker -b missing node recompute -b missing node reevaluation -b missing node nimbly -b missing node tonsil -b missing node skewers -b missing node expansively -b missing node subtenants -b missing node international -b missing node passaging -b missing node intransigently -b missing node intermeshing -b missing node repliers -b missing node errantly -b missing node hanoi -b missing node futuristically -b missing node kaftans -b missing node careering -b missing node reevaluating -b missing node hymen -b missing node denouncement -b missing node greeniest -b missing node accents -b missing node dynatrons -b missing node complainer -b missing node benes -b missing node lineups -b missing node hessian -b missing node bittier -b missing node demonetized -b missing node bendy -b missing node cabling -b missing node coveter -b missing node complained -b missing node aromatize -b missing node employable -b missing node televising -b missing node demonetizes -b missing node airsick -b missing node nonsocial -b missing node decorums -b missing node fundament -b missing node hyperopia -b missing node bends -b missing node coveted -b missing node smith -b missing node hyperopic -b missing node smite -b missing node dreggy -b missing node roasts -b missing node factorial -b missing node wieldier -b missing node plunked -b missing node overs -b missing node surpassing -b missing node unthankful -b missing node splits -b missing node handbook -b missing node oculi -b missing node schizoid -b missing node telexed -b missing node rhymers -b missing node milligram -b missing node panoply -b missing node putrid -b missing node adorably -b missing node overt -b missing node telexes -b missing node plunker -b missing node territorialized -b missing node gussied -b missing node knavishly -b missing node adorable -b missing node hernia -b missing node cushioned -b missing node gussies -b missing node hockey -b missing node hants -b missing node lahore -b missing node blacklisting -b missing node benin -b missing node choctaws -b missing node unappropriated -b missing node forelimb -b missing node sulfa -b missing node transmigratory -b missing node muttons -b missing node reiving -b missing node muttony -b missing node staminal -b missing node transmigrators -b missing node gropers -b missing node disyoke -b missing node supplest -b missing node leapfrogged -b missing node umbeled -b missing node tularemia -b missing node staminas -b missing node tularemic -b missing node accordionist -b missing node crenelations -b missing node hocked -b missing node plover -b missing node atilt -b missing node priming -b missing node hocker -b missing node redetermining -b missing node sully -b missing node consequent -b missing node hiatus -b missing node dockyard -b missing node narraters -b missing node indexing -b missing node scherzos -b missing node counselors -b missing node teaspoon -b missing node convexly -b missing node eschews -b missing node plainclothesmen -b missing node spigots -b missing node collectivist -b missing node plagiarism -b missing node collectivism -b missing node plagiarist -b missing node remeasured -b missing node cheekful -b missing node nimbus -b missing node instate -b missing node dominions -b missing node cyborg -b missing node layering -b missing node refrains -b missing node bullions -b missing node bitting -b missing node hangs -b missing node componential -b missing node parfaits -b missing node tenderloins -b missing node imams -b missing node sulks -b missing node sulky -b missing node saucerize -b missing node wielding -b missing node behavioristic -b missing node medusoid -b missing node nauseants -b missing node jersey -b missing node bimetallists -b missing node safflowers -b missing node clarifying -b missing node funnyman -b missing node insatiate -b missing node solidary -b missing node bethels -b missing node concerning -b missing node polymorphic -b missing node relaundered -b missing node geomagnetic -b missing node gentry -b missing node fugue -b missing node misreads -b missing node imaged -b missing node plainclothesman -b missing node depended -b missing node napkins -b missing node images -b missing node benny -b missing node hanks -b missing node hanky -b missing node foramen -b missing node sludges -b missing node middlebrow -b missing node outsides -b missing node outsider -b missing node renowned -b missing node seakeeping -b missing node argentines -b missing node iridic -b missing node emollient -b missing node unkindest -b missing node cookable -b missing node attempting -b missing node recouped -b missing node factories -b missing node begets -b missing node inessential -b missing node remedially -b missing node semigraphics -b missing node swampers -b missing node breakable -b missing node undersigned -b missing node foppery -b missing node sophisticatedly -b missing node praus -b missing node soundest -b missing node defended -b missing node knock -b missing node roll -b missing node huffing -b missing node role -b missing node backfires -b missing node prate -b missing node reliantly -b missing node huffily -b missing node prats -b missing node backfired -b missing node anticline -b missing node smelly -b missing node recapitulations -b missing node craters -b missing node politicks -b missing node smells -b missing node echoers -b missing node flagpoles -b missing node defender -b missing node hairlike -b missing node electuary -b missing node typist -b missing node tightwire -b missing node sleepings -b missing node reedier -b missing node airspace -b missing node roil -b missing node weldable -b missing node resettings -b missing node bathhouse -b missing node mildened -b missing node stereograph -b missing node unblessed -b missing node tressiest -b missing node queers -b missing node markets -b missing node fatiguable -b missing node veranda -b missing node boxful -b missing node bindable -b missing node squawks -b missing node cliquier -b missing node moldboard -b missing node unpaved -b missing node spaceflights -b missing node knobs -b missing node treasures -b missing node prays -b missing node root -b missing node treasurer -b missing node incognito -b missing node sumach -b missing node veinless -b missing node height -b missing node rope -b missing node hairline -b missing node aluminized -b missing node buckishly -b missing node deescalates -b missing node partnership -b missing node totemism -b missing node markers -b missing node protocols -b missing node reducibilities -b missing node bruins -b missing node deescalated -b missing node totemist -b missing node politicos -b missing node roof -b missing node treasured -b missing node sumacs -b missing node rood -b missing node stepups -b missing node incognita -b missing node dribbling -b missing node rook -b missing node room -b missing node roms -b missing node romp -b missing node prawn -b missing node steven -b missing node cowbells -b missing node direr -b missing node cottage -b missing node remelt -b missing node gleanings -b missing node seaboards -b missing node fixures -b missing node reframing -b missing node puddliest -b missing node bayonetted -b missing node attributed -b missing node burnishers -b missing node clarence -b missing node bioengineering -b missing node wefts -b missing node wintrily -b missing node veinlets -b missing node aunties -b missing node rome -b missing node huffish -b missing node amreeta -b missing node attributes -b missing node indulger -b missing node venturously -b missing node indulges -b missing node impressed -b missing node rots -b missing node swallowing -b missing node roto -b missing node comfreys -b missing node nondramatic -b missing node indulged -b missing node rote -b missing node raggedy -b missing node battlers -b missing node theftproof -b missing node rosy -b missing node miasmic -b missing node incomprehensibleness -b missing node brocades -b missing node syphoned -b missing node shoddiest -b missing node cowpeas -b missing node underexposure -b missing node belts -b missing node disowned -b missing node brocaded -b missing node rose -b missing node rosa -b missing node foreland -b missing node wielders -b missing node knoll -b missing node songster -b missing node gentil -b missing node oxygen -b missing node remilitarizing -b missing node clergywoman -b missing node appliqued -b missing node stypsis -b missing node adorers -b missing node fosterlings -b missing node overdrafts -b missing node appliques -b missing node coastwise -b missing node crossbars -b missing node unsymmetrically -b missing node rebaptize -b missing node careerers -b missing node boisterously -b missing node bullweed -b missing node legaleses -b missing node unchaperoned -b missing node disfrocked -b missing node maelstroms -b missing node befogged -b missing node ropy -b missing node undercharging -b missing node filmographies -b missing node physicist -b missing node foreskin -b missing node bunglings -b missing node leaseholders -b missing node punishers -b missing node spectacularly -b missing node interplead -b missing node fagotings -b missing node gentle -b missing node gonophs -b missing node doctored -b missing node mortifications -b missing node unimpeached -b missing node praos -b missing node nondevelopment -b missing node satanic -b missing node rows -b missing node paddocks -b missing node playback -b missing node coexisted -b missing node irides -b missing node gently -b missing node restless -b missing node clergywomen -b missing node fetlocks -b missing node recounts -b missing node entailing -b missing node shaveable -b missing node steroids -b missing node diffusors -b missing node roux -b missing node plunders -b missing node below -b missing node freewheelers -b missing node rove -b missing node mismarks -b missing node conveyed -b missing node attainment -b missing node peppermint -b missing node prams -b missing node doctoral -b missing node deflea -b missing node rout -b missing node mainland -b missing node prank -b missing node remedy -b missing node queens -b missing node conveyer -b missing node astringing -b missing node goldurn -b missing node corsairs -b missing node impresses -b missing node prana -b missing node impresser -b missing node standoffish -b missing node claimant -b missing node roue -b missing node knots -b missing node hedgehopped -b missing node punched -b missing node tackiness -b missing node scummers -b missing node muggered -b missing node meanly -b missing node typier -b missing node puncher -b missing node thinkings -b missing node hedgehopper -b missing node predefined -b missing node punches -b missing node bestows -b missing node nursemaids -b missing node relatively -b missing node uneaten -b missing node frigate -b missing node burghs -b missing node duologues -b missing node siroccos -b missing node harmonizers -b missing node burthens -b missing node mascots -b missing node capacitor -b missing node helpmeets -b missing node wandering -b missing node pewits -b missing node elimination -b missing node fanciest -b missing node exposed -b missing node sourdough -b missing node fingerprint -b missing node homogenizers -b missing node denver -b missing node exposer -b missing node exposes -b missing node humiliatingly -b missing node dauntlessness -b missing node estranging -b missing node fanciers -b missing node lusterless -b missing node reeducate -b missing node haole -b missing node immolates -b missing node nubbin -b missing node sulfides -b missing node burger -b missing node wastefully -b missing node toffies -b missing node rebaptism -b missing node immolated -b missing node descanting -b missing node bodkins -b missing node counsellor -b missing node mascons -b missing node defamingly -b missing node threefold -b missing node cutters -b missing node makeups -b missing node conveyor -b missing node resistors -b missing node bashing -b missing node deoxidizing -b missing node eliminating -b missing node burgee -b missing node craggily -b missing node waylay -b missing node bafflements -b missing node enterable -b missing node bibelots -b missing node siamese -b missing node cookings -b missing node preordains -b missing node mulishly -b missing node parentheses -b missing node demolishes -b missing node eidetic -b missing node demolisher -b missing node governing -b missing node dirts -b missing node romance -b missing node bedsprings -b missing node injustice -b missing node exposit -b missing node dirty -b missing node introducing -b missing node bootjack -b missing node transparent -b missing node typify -b missing node aliter -b missing node bemix -b missing node penpoints -b missing node flycatchers -b missing node interrogatory -b missing node conceders -b missing node undrinkable -b missing node interrogators -b missing node crowdies -b missing node demolished -b missing node plagiarizing -b missing node commune -b missing node goblins -b missing node coeditors -b missing node musicianship -b missing node greatens -b missing node timeworks -b missing node shocking -b missing node smelts -b missing node tweezed -b missing node incommoding -b missing node bookmakers -b missing node benison -b missing node chowder -b missing node typing -b missing node depicts -b missing node astronomically -b missing node obscuras -b missing node shanghais -b missing node stimulation -b missing node cheetah -b missing node qualities -b missing node sauterne -b missing node huffier -b missing node mathematically -b missing node shield -b missing node tweezes -b missing node dirge -b missing node tweezer -b missing node remend -b missing node plowed -b missing node burgoo -b missing node cliquing -b missing node nonhomogeneous -b missing node paleness -b missing node programable -b missing node plower -b missing node oilseed -b missing node loyalness -b missing node stimulating -b missing node aluminizes -b missing node inlaid -b missing node sclera -b missing node beggar -b missing node accusative -b missing node disbarring -b missing node limeades -b missing node reendowed -b missing node fascicle -b missing node reverently -b missing node obscured -b missing node eliminative -b missing node decline -b missing node clinking -b missing node deprogrammers -b missing node commute -b missing node versifier -b missing node versifies -b missing node burgle -b missing node aerodynamics -b missing node chromatic -b missing node versified -b missing node libertarian -b missing node dirks -b missing node foredooming -b missing node knows -b missing node sniveling -b missing node obscures -b missing node obscurer -b missing node known -b missing node overexpose -b missing node samites -b missing node censused -b missing node painkillers -b missing node startlingly -b missing node exposal -b missing node misled -b missing node inboards -b missing node restaurant -b missing node befitted -b missing node uneated -b missing node fuellers -b missing node censuses -b missing node ballerinas -b missing node coonskin -b missing node sounders -b missing node southeast -b missing node yowing -b missing node wintrier -b missing node lasagna -b missing node cliquish -b missing node repeller -b missing node greatest -b missing node lasagne -b missing node insurrectional -b missing node lobster -b missing node reedited -b missing node agronomists -b missing node bemas -b missing node canzonet -b missing node knout -b missing node repelled -b missing node canzones -b missing node canzonas -b missing node consummates -b missing node unceasingly -b missing node bluestocking -b missing node kennings -b missing node rovings -b missing node discs -b missing node jive -b missing node unearth -b missing node peartly -b missing node disco -b missing node toddy -b missing node waxing -b missing node waxily -b missing node exports -b missing node fantastically -b missing node purification -b missing node flyby -b missing node reproachfully -b missing node methodologically -b missing node volcanology -b missing node hatband -b missing node aspiringly -b missing node stimulative -b missing node accusation -b missing node chanteuses -b missing node prodding -b missing node consummated -b missing node flyer -b missing node tonuses -b missing node boxers -b missing node alerter -b missing node collagens -b missing node principals -b missing node engrafted -b missing node licenseless -b missing node marabouts -b missing node gunnels -b missing node sheetrock -b missing node showmen -b missing node liveliness -b missing node inland -b missing node titanic -b missing node titania -b missing node unstraps -b missing node earfuls -b missing node typhus -b missing node hooking -b missing node stingos -b missing node yowies -b missing node pugilisms -b missing node pertaining -b missing node begged -b missing node passage -b missing node traceably -b missing node couthest -b missing node alertly -b missing node carious -b missing node misalliances -b missing node traceable -b missing node putoff -b missing node example -b missing node semaphores -b missing node employer -b missing node today -b missing node nonsexual -b missing node lengthily -b missing node doorbell -b missing node venders -b missing node experience -b missing node neckerchiefs -b missing node employee -b missing node unrighteousness -b missing node employed -b missing node reclassification -b missing node showman -b missing node enters -b missing node substation -b missing node annealed -b missing node crosstown -b missing node dreidl -b missing node dualizes -b missing node cockpits -b missing node pyruvic -b missing node ariosos -b missing node annealer -b missing node dualized -b missing node inhumanely -b missing node inlays -b missing node slashingly -b missing node confiding -b missing node disincorporated -b missing node gestalts -b missing node neath -b missing node jeremiads -b missing node interlocked -b missing node happiness -b missing node lifetimes -b missing node nears -b missing node constructors -b missing node roadway -b missing node ruglike -b missing node concededly -b missing node plumping -b missing node negotiation -b missing node falchion -b missing node parenthesis -b missing node depredator -b missing node legends -b missing node fishhooks -b missing node debilitated -b missing node undemonstrably -b missing node clubroots -b missing node meaner -b missing node nuzzlers -b missing node pirojki -b missing node icicle -b missing node escallop -b missing node menhadens -b missing node irritation -b missing node debilitates -b missing node stinger -b missing node breadless -b missing node solderer -b missing node bowheads -b missing node consummator -b missing node negotiating -b missing node schnauzers -b missing node impracticality -b missing node soldered -b missing node neaps -b missing node simplistic -b missing node medulla -b missing node underhanded -b missing node truistic -b missing node epergne -b missing node remorsefully -b missing node putout -b missing node reacclimates -b missing node undemonstrable -b missing node reacclimated -b missing node irritative -b missing node becalming -b missing node crowding -b missing node misinstruction -b missing node ironstones -b missing node hookier -b missing node lavalieres -b missing node plumpish -b missing node desilvered -b missing node hookies -b missing node clubrooms -b missing node alerted -b missing node nubble -b missing node surgically -b missing node enamel -b missing node adiposity -b missing node cursorily -b missing node tapeworm -b missing node putons -b missing node fatsos -b missing node sewages -b missing node horseflesh -b missing node nubbly -b missing node pizza -b missing node gunners -b missing node marrers -b missing node fizgigs -b missing node percussional -b missing node gunnery -b missing node omniscient -b missing node lurchers -b missing node disaffects -b missing node mucilages -b missing node meanie -b missing node wryneck -b missing node soberness -b missing node nightdress -b missing node landskips -b missing node lengthier -b missing node neats -b missing node stenchier -b missing node susan -b missing node subcells -b missing node sophistical -b missing node plottage -b missing node misinstructing -b missing node styptic -b missing node vicarate -b missing node unchains -b missing node experiential -b missing node nonvisually -b missing node shantis -b missing node mahatmas -b missing node ironings -b missing node repasts -b missing node installation -b missing node tolerably -b missing node scurfy -b missing node hygieists -b missing node stretchers -b missing node trompe -b missing node eddied -b missing node tolerable -b missing node tromps -b missing node accruals -b missing node nonunions -b missing node eddies -b missing node depredated -b missing node depressible -b missing node throstles -b missing node bells -b missing node mongrel -b missing node belly -b missing node jotting -b missing node genotypical -b missing node bello -b missing node happy -b missing node belle -b missing node belli -b missing node prankish -b missing node rockaby -b missing node nondisciplinary -b missing node vicarage -b missing node ictus -b missing node downing -b missing node elliptically -b missing node dieticians -b missing node cashbooks -b missing node effemination -b missing node surrender -b missing node unselective -b missing node vitals -b missing node clarinetist -b missing node excursion -b missing node attuned -b missing node hemotoxin -b missing node coiner -b missing node demonstrate -b missing node earshots -b missing node coinsures -b missing node coinsurer -b missing node coined -b missing node unowned -b missing node attunes -b missing node footnotes -b missing node comeliest -b missing node rending -b missing node chantors -b missing node footnoted -b missing node stainless -b missing node pyorrhoea -b missing node cavitates -b missing node disciplinary -b missing node fruitiest -b missing node unknotted -b missing node distr -b missing node sugariness -b missing node bismark -b missing node haply -b missing node scurfs -b missing node denude -b missing node furthering -b missing node cavitated -b missing node belie -b missing node reedits -b missing node pearter -b missing node cumulated -b missing node everglade -b missing node doziness -b missing node belay -b missing node nightriders -b missing node dethroned -b missing node hangdogs -b missing node bruits -b missing node armonica -b missing node cumulates -b missing node revulsion -b missing node homespun -b missing node belch -b missing node tartish -b missing node disks -b missing node reeding -b missing node waxier -b missing node preteens -b missing node trysts -b missing node dethrones -b missing node crackliest -b missing node dethroner -b missing node dishy -b missing node bruise -b missing node jumbling -b missing node coinsured -b missing node vendees -b missing node patronesses -b missing node befooled -b missing node enamor -b missing node samisen -b missing node retrievable -b missing node profiteers -b missing node foreplays -b missing node webbed -b missing node covered -b missing node lymphocytes -b missing node coverer -b missing node lawfulness -b missing node commences -b missing node unchivalrous -b missing node scurry -b missing node melons -b missing node ransoms -b missing node commenced -b missing node cadmiums -b missing node allegedly -b missing node workers -b missing node finitely -b missing node amplifying -b missing node twerp -b missing node tarting -b missing node stanzas -b missing node pugilists -b missing node curiosity -b missing node hellhole -b missing node roamed -b missing node physicked -b missing node inactivate -b missing node sangria -b missing node anodization -b missing node partridges -b missing node blamelessly -b missing node adjusters -b missing node roamer -b missing node vocables -b missing node astrologists -b missing node preconstructed -b missing node neckerchieves -b missing node revulsive -b missing node froggy -b missing node unjust -b missing node roofing -b missing node precanceled -b missing node samisens -b missing node fanfolds -b missing node excursive -b missing node unoffending -b missing node bostonians -b missing node ponytail -b missing node psyche -b missing node convalescing -b missing node retaliate -b missing node slobbers -b missing node clearance -b missing node slobbery -b missing node forager -b missing node forages -b missing node disservices -b missing node psychs -b missing node typhon -b missing node sunbonnets -b missing node lymphocytic -b missing node foraged -b missing node enlarging -b missing node psycho -b missing node gimels -b missing node voluntaryism -b missing node fairyland -b missing node surfs -b missing node frictions -b missing node cordialness -b missing node overgraze -b missing node manumits -b missing node axonic -b missing node married -b missing node paprika -b missing node seizings -b missing node theological -b missing node auxiliary -b missing node tabors -b missing node rebuke -b missing node condense -b missing node reinsertion -b missing node succouring -b missing node overhastily -b missing node stupidest -b missing node libidinous -b missing node surge -b missing node nonchargeable -b missing node solemnize -b missing node scepters -b missing node surfy -b missing node fondness -b missing node breakpoint -b missing node goggliest -b missing node competently -b missing node campagne -b missing node chronography -b missing node armature -b missing node curvaceously -b missing node patient -b missing node stigmatized -b missing node unmeaning -b missing node chronographs -b missing node momentoes -b missing node toothless -b missing node surgy -b missing node preconstruct -b missing node axones -b missing node igniters -b missing node stigmatizes -b missing node pumpkins -b missing node ethanols -b missing node pebbliest -b missing node reinserting -b missing node arouse -b missing node downier -b missing node intermissions -b missing node ditch -b missing node imping -b missing node hypnotizable -b missing node cheered -b missing node jackboots -b missing node euphorically -b missing node unbailable -b missing node cogitations -b missing node handwork -b missing node cheerer -b missing node spenders -b missing node mitigatory -b missing node fulfillment -b missing node mandatory -b missing node resupplies -b missing node mandators -b missing node mitigators -b missing node tabour -b missing node rebuff -b missing node economics -b missing node projectionist -b missing node extending -b missing node dites -b missing node rinses -b missing node surly -b missing node rightfully -b missing node shawls -b missing node unobstructed -b missing node rinser -b missing node switchblade -b missing node fornicatrices -b missing node campings -b missing node godparent -b missing node pectinous -b missing node outstretching -b missing node departure -b missing node marries -b missing node marrier -b missing node provenly -b missing node axonal -b missing node shawms -b missing node libertarianism -b missing node flexor -b missing node convected -b missing node unpeople -b missing node economies -b missing node quinces -b missing node rinsed -b missing node safflower -b missing node couthier -b missing node yowled -b missing node tween -b missing node campaigned -b missing node cheerio -b missing node tweed -b missing node insuperably -b missing node shameless -b missing node mindfulness -b missing node yowler -b missing node flexes -b missing node excepted -b missing node campaigner -b missing node sidlers -b missing node foreskins -b missing node tweet -b missing node gamblers -b missing node hying -b missing node harassingly -b missing node thrusting -b missing node northerners -b missing node flexed -b missing node jibs -b missing node monorail -b missing node grandbaby -b missing node insuperable -b missing node nutshells -b missing node impish -b missing node jibe -b missing node restituted -b missing node resupplied -b missing node jotters -b missing node restate -b missing node licorices -b missing node limeade -b missing node immoderateness -b missing node shantey -b missing node yachtings -b missing node melody -b missing node restart -b missing node skindiving -b missing node mesmeric -b missing node shortstops -b missing node sturgeons -b missing node indwelling -b missing node staffing -b missing node replicas -b missing node styleless -b missing node laddering -b missing node segment -b missing node stubbornest -b missing node smear -b missing node imperceptibly -b missing node stepson -b missing node vandalistic -b missing node crinkliest -b missing node cowards -b missing node recurring -b missing node localist -b missing node pseud -b missing node victual -b missing node rumples -b missing node localism -b missing node tradeoff -b missing node divagates -b missing node splosh -b missing node otolith -b missing node rumpled -b missing node sculpts -b missing node parenthetic -b missing node divagated -b missing node recompounds -b missing node infecters -b missing node genres -b missing node dogwoods -b missing node unloaders -b missing node tropically -b missing node lollypops -b missing node vigorously -b missing node localite -b missing node certainest -b missing node surds -b missing node ravelers -b missing node evadable -b missing node imperceptible -b missing node necrophilia -b missing node necrophilic -b missing node chattier -b missing node taboos -b missing node piroghi -b missing node locality -b missing node crossroads -b missing node surer -b missing node quintette -b missing node guarani -b missing node hedgehop -b missing node ignobly -b missing node synergistic -b missing node bureau -b missing node supplier -b missing node supplies -b missing node ignoble -b missing node coexistent -b missing node unisons -b missing node yenning -b missing node restamp -b missing node gerunds -b missing node magnificent -b missing node insensate -b missing node gossipy -b missing node jill -b missing node gossips -b missing node aspirators -b missing node equatable -b missing node roustabouts -b missing node dented -b missing node expound -b missing node kingdom -b missing node melodiousness -b missing node concussively -b missing node supplied -b missing node breeziness -b missing node neologic -b missing node drivels -b missing node trolly -b missing node expungers -b missing node roundworms -b missing node unfurled -b missing node caraculs -b missing node creches -b missing node trolls -b missing node conscienceless -b missing node cantabile -b missing node waggoners -b missing node polestars -b missing node addison -b missing node webers -b missing node tonnes -b missing node localize -b missing node tonner -b missing node condition -b missing node jigs -b missing node chatting -b missing node paratrooper -b missing node tweak -b missing node leadoff -b missing node ditty -b missing node dental -b missing node blindfolds -b missing node abandonedly -b missing node gantleting -b missing node federal -b missing node paella -b missing node ditto -b missing node hanking -b missing node telepathy -b missing node saltiness -b missing node workbox -b missing node cytologic -b missing node threshold -b missing node chattily -b missing node unneighborly -b missing node jiff -b missing node solitaire -b missing node oleander -b missing node mudfishes -b missing node squatty -b missing node educt -b missing node forbidding -b missing node overissues -b missing node stiflers -b missing node rebury -b missing node sandboxes -b missing node desirability -b missing node knitwears -b missing node testiness -b missing node towhead -b missing node comelier -b missing node acidoses -b missing node necrophilism -b missing node wryness -b missing node congregants -b missing node filleted -b missing node educe -b missing node suffice -b missing node pixie -b missing node drivers -b missing node pixel -b missing node marionette -b missing node reenlightened -b missing node refractiveness -b missing node initialized -b missing node pixes -b missing node rebuts -b missing node guerre -b missing node gestapos -b missing node microprogrammed -b missing node kingliness -b missing node ployed -b missing node propelling -b missing node petrologic -b missing node appendant -b missing node truthful -b missing node weregilds -b missing node unsuspicious -b missing node restack -b missing node annoyed -b missing node cowpoxes -b missing node readjusting -b missing node jumpoff -b missing node preservers -b missing node uncontrite -b missing node rapping -b missing node nauseates -b missing node annoyer -b missing node jins -b missing node nauseated -b missing node jinx -b missing node tufters -b missing node pirogue -b missing node combiners -b missing node sarcomata -b missing node provence -b missing node presentiment -b missing node orphanages -b missing node vanguards -b missing node aircrew -b missing node bodices -b missing node minatory -b missing node lurching -b missing node insalubrity -b missing node laceworks -b missing node delicatessens -b missing node dentin -b missing node fatiguabilities -b missing node hankies -b missing node anticyclone -b missing node heartiness -b missing node sweetbriers -b missing node protozoans -b missing node restaff -b missing node jilt -b missing node implications -b missing node thunderhead -b missing node bottomed -b missing node degraded -b missing node doughy -b missing node restage -b missing node towhees -b missing node jinn -b missing node doughs -b missing node uncrowded -b missing node dought -b missing node around -b missing node undebatable -b missing node willpower -b missing node bottomer -b missing node degrades -b missing node degrader -b missing node instead -b missing node reaccustomed -b missing node poetise -b missing node cheesed -b missing node oxbloods -b missing node disagreeably -b missing node faking -b missing node thresher -b missing node threshes -b missing node mammie -b missing node cheeses -b missing node hostessing -b missing node relegating -b missing node threshed -b missing node preadjustment -b missing node homogenizing -b missing node correlatable -b missing node deliquesce -b missing node backhands -b missing node mesozoic -b missing node appendage -b missing node sweatshops -b missing node waviness -b missing node swearers -b missing node swordman -b missing node hickories -b missing node petroleum -b missing node imagination -b missing node ignominious -b missing node polemized -b missing node chelas -b missing node emaciated -b missing node literalness -b missing node mongols -b missing node reivers -b missing node redescribe -b missing node turntables -b missing node blowsier -b missing node ailurophobe -b missing node hexagrams -b missing node polemizes -b missing node natriums -b missing node stewed -b missing node sanforized -b missing node attempters -b missing node telesis -b missing node lithographic -b missing node untempted -b missing node defoam -b missing node relegation -b missing node primevally -b missing node bisectors -b missing node shippings -b missing node dulcet -b missing node disagreeable -b missing node captors -b missing node ceinture -b missing node wisting -b missing node centennial -b missing node mislay -b missing node begins -b missing node regeared -b missing node impossibility -b missing node aridest -b missing node aigrets -b missing node emaciates -b missing node devisable -b missing node pulings -b missing node swordmen -b missing node belittled -b missing node sanitorium -b missing node portentously -b missing node lispers -b missing node acidosis -b missing node jamming -b missing node fullfil -b missing node estruses -b missing node belittler -b missing node belittles -b missing node censured -b missing node hards -b missing node hardy -b missing node eyedness -b missing node censures -b missing node insurrectionaries -b missing node mauves -b missing node censurer -b missing node prevarications -b missing node pomaded -b missing node pomades -b missing node upstage -b missing node hared -b missing node bandanna -b missing node begird -b missing node handoffs -b missing node overshadowed -b missing node aligned -b missing node basilicas -b missing node coercions -b missing node aligner -b missing node hares -b missing node harem -b missing node fleyed -b missing node nonkosher -b missing node encircle -b missing node distinctively -b missing node toast -b missing node weirs -b missing node downtrend -b missing node begirt -b missing node counselled -b missing node flypaper -b missing node permissibleness -b missing node unworldly -b missing node mesozoan -b missing node turnpikes -b missing node weird -b missing node shrove -b missing node scallops -b missing node mammon -b missing node storeroom -b missing node vagrantly -b missing node interplays -b missing node rapper -b missing node screamer -b missing node prefects -b missing node qualmiest -b missing node upkeeps -b missing node dialogued -b missing node rappel -b missing node screamed -b missing node unnaturally -b missing node rapidest -b missing node rapped -b missing node dialogues -b missing node saguaro -b missing node inferentially -b missing node improvident -b missing node snivelled -b missing node workday -b missing node physic -b missing node captives -b missing node blowsily -b missing node psalters -b missing node fucks -b missing node psaltery -b missing node mattedly -b missing node coteries -b missing node slummiest -b missing node approximates -b missing node coyness -b missing node paraguay -b missing node physis -b missing node illogical -b missing node poetize -b missing node approximated -b missing node thoughtfully -b missing node hedgehog -b missing node molluscs -b missing node isotherm -b missing node fakirs -b missing node being -b missing node bestseller -b missing node untainted -b missing node diagonally -b missing node speedways -b missing node caucusing -b missing node insensitively -b missing node squatly -b missing node chastising -b missing node servicewomen -b missing node bibliographies -b missing node drumrolls -b missing node kitlings -b missing node defogs -b missing node sterlings -b missing node dismalness -b missing node quebec -b missing node legatees -b missing node regathers -b missing node copybooks -b missing node pizzerias -b missing node elephant -b missing node citizenship -b missing node shroud -b missing node harks -b missing node roleplayed -b missing node muffling -b missing node maltose -b missing node gravelled -b missing node fluxions -b missing node unaccentuated -b missing node primmed -b missing node lithographer -b missing node outclass -b missing node harms -b missing node insteps -b missing node remounting -b missing node lithographed -b missing node compendium -b missing node stereotypers -b missing node cessation -b missing node primmer -b missing node poetics -b missing node suitcases -b missing node porosities -b missing node retroact -b missing node calumniations -b missing node impeders -b missing node undercharged -b missing node odalisks -b missing node brickle -b missing node porcupines -b missing node hibernators -b missing node exhale -b missing node bowdlerizing -b missing node indemnifications -b missing node momentous -b missing node precipitates -b missing node servicewoman -b missing node cretinous -b missing node undercharges -b missing node turgidity -b missing node stiletted -b missing node precipitated -b missing node viperous -b missing node lubricating -b missing node oubliettes -b missing node autistic -b missing node monkeyshine -b missing node alarmist -b missing node sentinels -b missing node beatitudes -b missing node miscible -b missing node alarmism -b missing node harpy -b missing node deckings -b missing node gasifying -b missing node decencies -b missing node dreggish -b missing node offing -b missing node amanita -b missing node lubrication -b missing node ranched -b missing node idealizes -b missing node skateboard -b missing node locators -b missing node harps -b missing node misfiled -b missing node robberies -b missing node echoing -b missing node battling -b missing node careless -b missing node rancher -b missing node ranches -b missing node rewarming -b missing node tableware -b missing node idealized -b missing node postoperative -b missing node whitecapper -b missing node harry -b missing node essence -b missing node ovary -b missing node harsh -b missing node cornhusk -b missing node misfiles -b missing node stalinists -b missing node gloamings -b missing node rotgut -b missing node mudguard -b missing node sappiness -b missing node fanciful -b missing node coulomb -b missing node miasmas -b missing node sporozoan -b missing node incepts -b missing node mollusks -b missing node weigh -b missing node unbelieving -b missing node tumidity -b missing node nervation -b missing node miasmal -b missing node hairless -b missing node unmindful -b missing node insomniacs -b missing node suability -b missing node multiparty -b missing node henpecks -b missing node fifteen -b missing node ivory -b missing node seclusionist -b missing node fierily -b missing node offish -b missing node ovate -b missing node riverbed -b missing node gaudiest -b missing node undivided -b missing node gonging -b missing node armaments -b missing node sewerage -b missing node harts -b missing node parathyroids -b missing node fameless -b missing node butterfish -b missing node guests -b missing node circumcises -b missing node technical -b missing node physician -b missing node mammas -b missing node drumroll -b missing node burden -b missing node peppiest -b missing node papacies -b missing node misspending -b missing node upstart -b missing node reinvents -b missing node trilobate -b missing node mammae -b missing node autodidacts -b missing node dewfall -b missing node without -b missing node calenders -b missing node mammal -b missing node imaginative -b missing node fundamentals -b missing node wordiest -b missing node circumcised -b missing node hypotonic -b missing node pinwheel -b missing node leninists -b missing node smell -b missing node dentifrices -b missing node bowstring -b missing node exhibitors -b missing node eyespots -b missing node identity -b missing node nerviest -b missing node upstate -b missing node inauspicious -b missing node smelt -b missing node acidotic -b missing node transferrals -b missing node regardless -b missing node surviving -b missing node perjuriously -b missing node sporozoon -b missing node layabout -b missing node recontracting -b missing node stomachs -b missing node pronounce -b missing node fullest -b missing node wagtails -b missing node stomachy -b missing node bisectional -b missing node toady -b missing node indignantly -b missing node queazy -b missing node toads -b missing node fullers -b missing node forelegs -b missing node teazling -b missing node fullery -b missing node solidest -b missing node supra -b missing node mammey -b missing node bustards -b missing node subsisted -b missing node southwesterner -b missing node falsetto -b missing node charbroil -b missing node solemnity -b missing node cartilage -b missing node reexchange -b missing node proofed -b missing node symbol -b missing node herniated -b missing node circularized -b missing node coiler -b missing node simpletons -b missing node dowdyish -b missing node bandanas -b missing node mammee -b missing node queasy -b missing node shortened -b missing node ranchos -b missing node toeholds -b missing node wagnerians -b missing node proofer -b missing node circularizer -b missing node coiled -b missing node shortener -b missing node herniates -b missing node circularizes -b missing node unpredictability -b missing node bibberies -b missing node dekares -b missing node denser -b missing node ovals -b missing node fierier -b missing node changeless -b missing node bricked -b missing node toothsome -b missing node rememberer -b missing node forebearing -b missing node pinewood -b missing node punishing -b missing node stilettos -b missing node negotiatrixes -b missing node gaskets -b missing node remembered -b missing node vigorousness -b missing node distrusted -b missing node aggressors -b missing node crybabies -b missing node toilsome -b missing node disarm -b missing node attended -b missing node quadrille -b missing node clouding -b missing node twang -b missing node zoom -b missing node jitterbug -b missing node earmarking -b missing node attendee -b missing node fertilizes -b missing node advances -b missing node fertilizer -b missing node advancer -b missing node pinup -b missing node zoos -b missing node trysting -b missing node sliest -b missing node disavowals -b missing node swamping -b missing node advanced -b missing node persecutor -b missing node babylon -b missing node attributing -b missing node certainness -b missing node definitiveness -b missing node unrobed -b missing node pantomimic -b missing node untilled -b missing node pinto -b missing node theater -b missing node pints -b missing node ouzel -b missing node virilizing -b missing node spew -b missing node temporals -b missing node unrobes -b missing node chert -b missing node anathema -b missing node pinta -b missing node infractions -b missing node wellspring -b missing node attribution -b missing node spec -b missing node sniggeringly -b missing node literacy -b missing node ecliptics -b missing node sped -b missing node sidewalks -b missing node sixing -b missing node tallowing -b missing node assignat -b missing node inopportunely -b missing node cutesy -b missing node factualism -b missing node calculabilities -b missing node caustic -b missing node lettuce -b missing node cutest -b missing node cephalic -b missing node multiplex -b missing node sidewalls -b missing node mistaking -b missing node multiples -b missing node averaging -b missing node calumniator -b missing node fertilized -b missing node cockbilled -b missing node attender -b missing node conelrads -b missing node ravagers -b missing node zone -b missing node realizers -b missing node unfitness -b missing node oleos -b missing node swampish -b missing node grandiose -b missing node entendre -b missing node compromising -b missing node milkmaid -b missing node niblick -b missing node spay -b missing node spat -b missing node pumpkin -b missing node termites -b missing node groomed -b missing node hedgerow -b missing node groomer -b missing node contingently -b missing node spas -b missing node spar -b missing node span -b missing node fluty -b missing node smelled -b missing node futureless -b missing node pinon -b missing node mambos -b missing node rhenium -b missing node tubercular -b missing node chela -b missing node upcurves -b missing node smeller -b missing node demonetization -b missing node flute -b missing node termitic -b missing node hexagons -b missing node fluidizes -b missing node priorate -b missing node upcurved -b missing node inclemency -b missing node bleared -b missing node summations -b missing node poorness -b missing node cloudily -b missing node assigned -b missing node seamiest -b missing node assignee -b missing node cuteys -b missing node fluidized -b missing node confront -b missing node flush -b missing node optometric -b missing node jestings -b missing node inpatients -b missing node cagers -b missing node imposting -b missing node exhaust -b missing node assigner -b missing node scirocco -b missing node shawed -b missing node pinna -b missing node overeasy -b missing node unnerves -b missing node badinages -b missing node neural -b missing node sealant -b missing node mambas -b missing node deoxygenate -b missing node boxier -b missing node sandblasts -b missing node envisions -b missing node graphical -b missing node badinaged -b missing node cloudier -b missing node attributive -b missing node lownesses -b missing node consequences -b missing node dechlorinated -b missing node calumniated -b missing node kaddishes -b missing node teariest -b missing node ecotype -b missing node brusque -b missing node overeats -b missing node doomsters -b missing node chewy -b missing node sundered -b missing node antings -b missing node spumed -b missing node paeons -b missing node sunderer -b missing node twats -b missing node calumniates -b missing node insufficiently -b missing node habiliment -b missing node pluvially -b missing node literals -b missing node tortuousness -b missing node fusspot -b missing node economize -b missing node mansions -b missing node heartburns -b missing node adsorbate -b missing node interbred -b missing node kooks -b missing node recalibrates -b missing node stampeding -b missing node spumes -b missing node kooky -b missing node fluor -b missing node cartographer -b missing node soya -b missing node cartographic -b missing node flung -b missing node umpiring -b missing node flunk -b missing node soys -b missing node seniority -b missing node cabalistic -b missing node shepherding -b missing node flume -b missing node tutorial -b missing node infringe -b missing node sauropod -b missing node unfrocked -b missing node chevy -b missing node economist -b missing node flump -b missing node chews -b missing node fetters -b missing node theatre -b missing node clearings -b missing node epiphenomena -b missing node bewailing -b missing node chess -b missing node checkmating -b missing node chest -b missing node moisturizer -b missing node thirteenth -b missing node moisturizes -b missing node fosterers -b missing node blossom -b missing node franchising -b missing node twelvemonths -b missing node sentients -b missing node sown -b missing node tuberculin -b missing node sows -b missing node gists -b missing node depositions -b missing node nonsuches -b missing node fluke -b missing node electrocutions -b missing node caucuses -b missing node commodity -b missing node fluky -b missing node moisturized -b missing node caucused -b missing node atmospherics -b missing node sots -b missing node fresno -b missing node toyed -b missing node ellipsoid -b missing node cheddars -b missing node omitted -b missing node unsustainable -b missing node treacles -b missing node fluid -b missing node flavorfully -b missing node drink -b missing node nonindulgence -b missing node reducible -b missing node assignor -b missing node hacks -b missing node cheat -b missing node desensitizing -b missing node sour -b missing node regeneration -b missing node foggier -b missing node soul -b missing node pined -b missing node soup -b missing node superlative -b missing node slickered -b missing node balkiness -b missing node confutation -b missing node innholder -b missing node boxing -b missing node droppers -b missing node downgrading -b missing node cheap -b missing node sort -b missing node lawings -b missing node dismisses -b missing node corpulently -b missing node sore -b missing node dript -b missing node drips -b missing node dismissed -b missing node candidates -b missing node enfranchises -b missing node attrition -b missing node pinch -b missing node whatnot -b missing node literati -b missing node jugulars -b missing node reducibly -b missing node nonnitrogenous -b missing node thimbleful -b missing node enfranchised -b missing node watchmaker -b missing node loquats -b missing node airbills -b missing node literate -b missing node scruple -b missing node eagers -b missing node soph -b missing node indorser -b missing node indorses -b missing node indorsed -b missing node indorsee -b missing node flues -b missing node pickets -b missing node sops -b missing node soot -b missing node jugulate -b missing node flued -b missing node abrogators -b missing node jews -b missing node literary -b missing node irrelevantly -b missing node antisepsis -b missing node insertions -b missing node dibbles -b missing node dibbler -b missing node commentate -b missing node dibbled -b missing node goldarn -b missing node argled -b missing node gustiest -b missing node fluff -b missing node bastian -b missing node demonstrationists -b missing node buttocks -b missing node song -b missing node benumbing -b missing node regenerating -b missing node ringed -b missing node undoubtedly -b missing node confutative -b missing node swampier -b missing node gismo -b missing node dismissal -b missing node sergeancy -b missing node pickers -b missing node breach -b missing node jeux -b missing node flubs -b missing node commentary -b missing node subscription -b missing node ringer -b missing node erosional -b missing node trochaics -b missing node drill -b missing node sufferable -b missing node cowbird -b missing node evangels -b missing node drily -b missing node soon -b missing node prostration -b missing node operationally -b missing node outfits -b missing node prettifying -b missing node penalize -b missing node foreigners -b missing node sons -b missing node hibernal -b missing node breads -b missing node toyer -b missing node teacup -b missing node wheelers -b missing node patroness -b missing node rectally -b missing node jess -b missing node prostrating -b missing node swamper -b missing node breams -b missing node pinky -b missing node jest -b missing node typebar -b missing node soli -b missing node solo -b missing node drive -b missing node pluralizing -b missing node atoll -b missing node sole -b missing node sold -b missing node dogtooth -b missing node fogging -b missing node damndest -b missing node unmethodical -b missing node hybridism -b missing node subscripting -b missing node illegitimate -b missing node jets -b missing node combination -b missing node shirring -b missing node soma -b missing node billets -b missing node some -b missing node legitimatized -b missing node atoms -b missing node demobbing -b missing node losers -b missing node atomy -b missing node ornateness -b missing node retirements -b missing node atone -b missing node foggily -b missing node revers -b missing node revert -b missing node revery -b missing node becalms -b missing node osteologically -b missing node reverb -b missing node jerk -b missing node mousetraps -b missing node hardwoods -b missing node revere -b missing node cellaring -b missing node relegated -b missing node sanitary -b missing node contriteness -b missing node pinko -b missing node filicides -b missing node remoteness -b missing node pinks -b missing node relegates -b missing node wursts -b missing node ensnarling -b missing node pursuits -b missing node lessee -b missing node pings -b missing node unshelling -b missing node chefs -b missing node reequipping -b missing node wordages -b missing node pantomimed -b missing node ecrus -b missing node lancinate -b missing node revels -b missing node mealworms -b missing node transmigration -b missing node countable -b missing node cheep -b missing node uvularly -b missing node toyos -b missing node cheer -b missing node denouncers -b missing node cheek -b missing node pantomimes -b missing node corinthian -b missing node fingers -b missing node hepburn -b missing node penang -b missing node pennilessness -b missing node interruptions -b missing node transmigrating -b missing node soil -b missing node fresco -b missing node pines -b missing node scummy -b missing node incurs -b missing node preharden -b missing node breaks -b missing node temporary -b missing node piney -b missing node another -b missing node sofa -b missing node visitress -b missing node nonmilitantly -b missing node toyon -b missing node bicarbonate -b missing node ferromagnetism -b missing node noncarbonated -b missing node boccies -b missing node check -b missing node reenlistment -b missing node neuron -b missing node hawkshaws -b missing node soft -b missing node hybridize -b missing node halidomes -b missing node tutelages -b missing node swamped -b missing node sombrero -b missing node demodulated -b missing node frazzling -b missing node recruited -b missing node reenlarged -b missing node azimuths -b missing node falters -b missing node lessen -b missing node hiltless -b missing node ovules -b missing node protractile -b missing node lesser -b missing node nosiest -b missing node demodulates -b missing node heartbeats -b missing node reenlarges -b missing node terrane -b missing node sobs -b missing node collodion -b missing node pimps -b missing node rhebok -b missing node tunney -b missing node repayments -b missing node preselected -b missing node serialize -b missing node stenographers -b missing node misnaming -b missing node unshaken -b missing node towny -b missing node geometrically -b missing node recleaned -b missing node soak -b missing node towns -b missing node schlemiels -b missing node tunned -b missing node aimlessness -b missing node soap -b missing node doberman -b missing node recruiter -b missing node soar -b missing node tunnel -b missing node dodoisms -b missing node rouleau -b missing node somatic -b missing node pursuing -b missing node sheathes -b missing node sheather -b missing node nutmegs -b missing node widening -b missing node pennames -b missing node portraits -b missing node sheathed -b missing node sods -b missing node teratisms -b missing node sandbaggers -b missing node jolter -b missing node kelpie -b missing node incommodes -b missing node soda -b missing node appointive -b missing node sock -b missing node incommoded -b missing node sledging -b missing node jolted -b missing node crowfoots -b missing node chronographic -b missing node carolinian -b missing node recompensed -b missing node sixteens -b missing node auklets -b missing node pakistani -b missing node folktales -b missing node ovular -b missing node disengages -b missing node millwork -b missing node photocopy -b missing node billers -b missing node bastion -b missing node plagiarizers -b missing node mishap -b missing node recompenses -b missing node globoid -b missing node capitalized -b missing node recompenser -b missing node derailment -b missing node underweight -b missing node protraction -b missing node objurgate -b missing node tonically -b missing node etymological -b missing node basting -b missing node condominiums -b missing node sergeants -b missing node schmaltziest -b missing node disengaged -b missing node ingulfs -b missing node burnishing -b missing node bastinadoes -b missing node invention -b missing node protracting -b missing node marjorams -b missing node loopers -b missing node calcination -b missing node equators -b missing node jalousies -b missing node reassigned -b missing node motionlessly -b missing node thereout -b missing node justest -b missing node relocating -b missing node serialist -b missing node bedstraw -b missing node rabbles -b missing node terrain -b missing node shaves -b missing node succuba -b missing node inventing -b missing node carolers -b missing node mintier -b missing node blockaders -b missing node coheres -b missing node shaven -b missing node coherer -b missing node succubi -b missing node kelped -b missing node shaver -b missing node epigraphical -b missing node relocation -b missing node seriality -b missing node shaved -b missing node gossoon -b missing node cohered -b missing node cotangents -b missing node imbeds -b missing node overcommon -b missing node gauderies -b missing node hurtful -b missing node jigsaw -b missing node deodar -b missing node coattail -b missing node lobbyer -b missing node parquetry -b missing node urbana -b missing node beetling -b missing node eunuchs -b missing node fearlessness -b missing node nutmeat -b missing node urbane -b missing node convenience -b missing node whosoever -b missing node lesson -b missing node justers -b missing node dissuadable -b missing node lessor -b missing node dragropes -b missing node bangtails -b missing node charging -b missing node displace -b missing node hagborn -b missing node nymphal -b missing node intercalate -b missing node solarisms -b missing node physiologic -b missing node nonselective -b missing node pendular -b missing node splotched -b missing node jettisoned -b missing node embryos -b missing node melting -b missing node nauseation -b missing node sickout -b missing node detentes -b missing node steamboat -b missing node telepathies -b missing node intercalary -b missing node pollute -b missing node osculated -b missing node vainglory -b missing node townwear -b missing node deltaic -b missing node capitalizer -b missing node capitalizes -b missing node reinducing -b missing node osculates -b missing node splotches -b missing node chairperson -b missing node unholiness -b missing node maidhood -b missing node accuracy -b missing node studs -b missing node snub -b missing node nauseating -b missing node snug -b missing node freewheeling -b missing node regenerative -b missing node inventive -b missing node reoccupations -b missing node subfraction -b missing node fellers -b missing node bismuth -b missing node transmuting -b missing node midiron -b missing node study -b missing node bimahs -b missing node censureless -b missing node spiritualists -b missing node deathblow -b missing node quondam -b missing node nonbending -b missing node fellest -b missing node procapitalists -b missing node infallibility -b missing node dribblets -b missing node purifying -b missing node nymphet -b missing node terrace -b missing node stuff -b missing node indorsor -b missing node mutters -b missing node fritterers -b missing node stubs -b missing node girth -b missing node snivelers -b missing node twilled -b missing node affect -b missing node girts -b missing node worsting -b missing node greenhouses -b missing node invalidness -b missing node dissolutions -b missing node stuck -b missing node therapists -b missing node stalemated -b missing node fellowing -b missing node cavorting -b missing node mellow -b missing node adequately -b missing node stimied -b missing node dribblers -b missing node missouri -b missing node stalemates -b missing node collodium -b missing node rockless -b missing node handwrit -b missing node stimies -b missing node sufferings -b missing node yammerers -b missing node wistful -b missing node giros -b missing node snot -b missing node snow -b missing node impoundments -b missing node invitation -b missing node fawning -b missing node racketeer -b missing node twilight -b missing node variegate -b missing node sculpt -b missing node girns -b missing node unsensitive -b missing node nominations -b missing node combings -b missing node marylanders -b missing node cangues -b missing node pimas -b missing node habit -b missing node endpapers -b missing node barflies -b missing node bangle -b missing node humanisms -b missing node redeploys -b missing node swindle -b missing node holograms -b missing node tutoring -b missing node arduousness -b missing node combined -b missing node succumb -b missing node combiner -b missing node visitatorial -b missing node laundress -b missing node actions -b missing node negligees -b missing node bakeshops -b missing node combines -b missing node nonferrous -b missing node decaliters -b missing node deliquesced -b missing node outsmarts -b missing node repellant -b missing node probational -b missing node unnerved -b missing node proceeders -b missing node stunk -b missing node casework -b missing node intonations -b missing node blacktops -b missing node stunt -b missing node ratchet -b missing node contacts -b missing node stuns -b missing node esprit -b missing node slingers -b missing node infantile -b missing node evolutionism -b missing node sequents -b missing node evolutionist -b missing node cerebrally -b missing node incalculableness -b missing node stung -b missing node definers -b missing node stump -b missing node faultiest -b missing node isolable -b missing node unwritten -b missing node practitioner -b missing node imbrued -b missing node lambast -b missing node imbrues -b missing node previously -b missing node slider -b missing node conjugation -b missing node slides -b missing node bygones -b missing node affirmer -b missing node recheck -b missing node proprietors -b missing node holograph -b missing node echoism -b missing node mitigation -b missing node elaborate -b missing node hydrolyses -b missing node consolidating -b missing node segregationist -b missing node frocks -b missing node affirmed -b missing node leanings -b missing node girls -b missing node fasteners -b missing node psychopathic -b missing node psychopathia -b missing node gnashes -b missing node englishmen -b missing node girly -b missing node indigestibility -b missing node impolitical -b missing node fleches -b missing node succumbed -b missing node conjugating -b missing node deliquesces -b missing node spareness -b missing node snob -b missing node mitigating -b missing node gnashed -b missing node subsystem -b missing node floodgates -b missing node succumber -b missing node tinfoil -b missing node consolidation -b missing node venting -b missing node freres -b missing node flourishing -b missing node bleater -b missing node astringent -b missing node primped -b missing node dubiously -b missing node queans -b missing node wrangled -b missing node mortgagor -b missing node impoliticly -b missing node bleated -b missing node plurally -b missing node toxic -b missing node wrangler -b missing node fawnier -b missing node wrangles -b missing node banger -b missing node probationer -b missing node singletrees -b missing node seafaring -b missing node calorimeters -b missing node globous -b missing node undiluted -b missing node banged -b missing node fagoting -b missing node scannings -b missing node simplisms -b missing node craftiest -b missing node refracts -b missing node snip -b missing node stupe -b missing node snit -b missing node negligent -b missing node seniles -b missing node hydrolysis -b missing node stupa -b missing node pincer -b missing node oatcakes -b missing node accurate -b missing node uselessly -b missing node churners -b missing node humanists -b missing node beautifully -b missing node depoliticizing -b missing node taxpaying -b missing node cotters -b missing node airspeed -b missing node reprography -b missing node salving -b missing node toxin -b missing node ignified -b missing node globose -b missing node restudy -b missing node englishman -b missing node aboded -b missing node confidences -b missing node quadruplet -b missing node scaffold -b missing node methodical -b missing node quadruples -b missing node zori -b missing node ignifies -b missing node parqueted -b missing node ponder -b missing node pontificating -b missing node varsities -b missing node sculks -b missing node sensitizing -b missing node forgathering -b missing node quadrupled -b missing node dreggier -b missing node restuff -b missing node manufactured -b missing node solidified -b missing node prescient -b missing node psych -b missing node solidifies -b missing node obeyable -b missing node phonetician -b missing node abodes -b missing node sculls -b missing node lachrymal -b missing node manufactures -b missing node manufacturer -b missing node disbar -b missing node begrimmed -b missing node telepathist -b missing node evokers -b missing node eoliths -b missing node palindrome -b missing node appointing -b missing node unimpressively -b missing node pumping -b missing node displays -b missing node swiveled -b missing node office -b missing node belfast -b missing node girds -b missing node psyching -b missing node atoning -b missing node prepossesses -b missing node salvias -b missing node prevails -b missing node slashers -b missing node predetermined -b missing node prepossessed -b missing node emigrants -b missing node theorists -b missing node armrests -b missing node lushing -b missing node garble -b missing node predetermines -b missing node revelatory -b missing node disconcerts -b missing node backlashed -b missing node offers -b missing node backlashes -b missing node interleave -b missing node rosier -b missing node pendulum -b missing node proabortion -b missing node mastication -b missing node pencil -b missing node trumping -b missing node enthusiastic -b missing node footworks -b missing node concisest -b missing node pills -b missing node farthing -b missing node exudate -b missing node mistaker -b missing node mistakes -b missing node durations -b missing node mistaken -b missing node cornices -b missing node dishevel -b missing node airlifting -b missing node inhumane -b missing node naiveties -b missing node pigtails -b missing node corniced -b missing node gnomes -b missing node sequency -b missing node unworked -b missing node argils -b missing node gourmandize -b missing node alarms -b missing node cribbage -b missing node overweens -b missing node sequence -b missing node buntings -b missing node acerous -b missing node muskegs -b missing node chowing -b missing node pillars -b missing node cratering -b missing node cosigning -b missing node fruitlessness -b missing node aphorize -b missing node slackness -b missing node aboard -b missing node subunits -b missing node whippiest -b missing node reconverting -b missing node infecting -b missing node outshine -b missing node sarape -b missing node moaned -b missing node offend -b missing node acerose -b missing node synaesthesia -b missing node sleepiest -b missing node roughneck -b missing node particularity -b missing node disbelief -b missing node masticating -b missing node benthos -b missing node unbidden -b missing node hereto -b missing node middlingly -b missing node finitudes -b missing node pilot -b missing node infection -b missing node nonjudicial -b missing node crapes -b missing node fissure -b missing node furrier -b missing node fastening -b missing node heresy -b missing node gnomic -b missing node folklorists -b missing node catcalling -b missing node tonsilar -b missing node overgrazing -b missing node atonies -b missing node toreros -b missing node alarum -b missing node wholesomely -b missing node mitigative -b missing node pratfalls -b missing node appestat -b missing node gainers -b missing node pharyngitis -b missing node rechart -b missing node cowpunchers -b missing node garbed -b missing node everyone -b missing node nonsporting -b missing node transmittible -b missing node cabstands -b missing node ropeways -b missing node scatology -b missing node slipknot -b missing node spearmint -b missing node libels -b missing node facings -b missing node outfought -b missing node wrings -b missing node proreform -b missing node decisions -b missing node horizontal -b missing node conclusiveness -b missing node overbaking -b missing node piranas -b missing node rainmaker -b missing node vegetable -b missing node smocks -b missing node spouses -b missing node atonics -b missing node tablas -b missing node livered -b missing node garrulity -b missing node jubilated -b missing node tracked -b missing node atria -b missing node spoused -b missing node jubilates -b missing node tracker -b missing node empirically -b missing node embalmers -b missing node gristle -b missing node parvenu -b missing node forelocks -b missing node excursionist -b missing node grammies -b missing node grumbling -b missing node dutifulness -b missing node heehawing -b missing node discus -b missing node yosemite -b missing node delinquencies -b missing node chickpea -b missing node cotans -b missing node bullnecks -b missing node concisely -b missing node ruinated -b missing node nocks -b missing node tactually -b missing node simplifying -b missing node impeachers -b missing node seatrains -b missing node gnomon -b missing node corniche -b missing node gristly -b missing node crappy -b missing node duckpins -b missing node incidentally -b missing node alienists -b missing node cucumbers -b missing node psychics -b missing node technocratic -b missing node discos -b missing node tollages -b missing node extenders -b missing node highjacks -b missing node haets -b missing node teabox -b missing node salubrity -b missing node soundness -b missing node agelessly -b missing node incontinency -b missing node earlobes -b missing node incontinence -b missing node muskets -b missing node broaching -b missing node undulation -b missing node libers -b missing node coloradan -b missing node neuter -b missing node unbridle -b missing node undulating -b missing node political -b missing node anticlerical -b missing node algerian -b missing node recomposition -b missing node environmental -b missing node troops -b missing node loopier -b missing node luminescence -b missing node piranha -b missing node pinata -b missing node ruinates -b missing node wildernesses -b missing node nobility -b missing node inebriant -b missing node fisticuffs -b missing node strew -b missing node imbalm -b missing node formerly -b missing node camphorates -b missing node nominee -b missing node photocopies -b missing node photocopier -b missing node towed -b missing node crushing -b missing node shellack -b missing node nobly -b missing node diallings -b missing node bloodying -b missing node attentive -b missing node podiums -b missing node shellacs -b missing node subfunction -b missing node benthal -b missing node nymphos -b missing node actings -b missing node strep -b missing node surprise -b missing node doctorate -b missing node clematis -b missing node areolate -b missing node innkeepers -b missing node unequal -b missing node gremlin -b missing node canister -b missing node nepotic -b missing node camphorated -b missing node valvular -b missing node vanillas -b missing node rewinder -b missing node encrust -b missing node presenting -b missing node unembarrassed -b missing node regionalistic -b missing node splats -b missing node schnook -b missing node tablespoon -b missing node sallowness -b missing node strap -b missing node sapiently -b missing node splash -b missing node insetting -b missing node straw -b missing node tranquillizer -b missing node stray -b missing node quintuplet -b missing node quintuples -b missing node discussions -b missing node counterpointing -b missing node mushiest -b missing node eldrich -b missing node tartlet -b missing node tranquillized -b missing node quintupled -b missing node fields -b missing node control -b missing node hereat -b missing node reexperiences -b missing node fluidal -b missing node dumfounds -b missing node caliphates -b missing node reexperienced -b missing node pilaf -b missing node spinless -b missing node wattmeter -b missing node inebriate -b missing node foreknew -b missing node crepitation -b missing node reprises -b missing node hereby -b missing node tabled -b missing node countersunk -b missing node scruples -b missing node reprised -b missing node looping -b missing node directorships -b missing node actinic -b missing node fluidrams -b missing node demandingly -b missing node unlaboured -b missing node estop -b missing node quadrillionth -b missing node overruling -b missing node scrupled -b missing node attention -b missing node emulatively -b missing node minters -b missing node imbark -b missing node artificiality -b missing node corpulent -b missing node photocopied -b missing node underestimates -b missing node primitives -b missing node roughness -b missing node icings -b missing node tables -b missing node underestimated -b missing node tablet -b missing node dizzily -b missing node cloudlet -b missing node comedian -b missing node rosiny -b missing node kindnesses -b missing node rosins -b missing node antagonism -b missing node surprize -b missing node benthic -b missing node antagonist -b missing node overbearingly -b missing node otology -b missing node fellowmen -b missing node rosing -b missing node medusas -b missing node presumptions -b missing node finessing -b missing node medusan -b missing node particularize -b missing node disinterestedly -b missing node grumpiest -b missing node melters -b missing node radium -b missing node piled -b missing node craped -b missing node verdancies -b missing node professionally -b missing node glueing -b missing node captains -b missing node slicks -b missing node beneficiaries -b missing node radius -b missing node keloid -b missing node breakables -b missing node leukemic -b missing node disced -b missing node hereon -b missing node leukemia -b missing node pilar -b missing node hereof -b missing node valets -b missing node solidifying -b missing node languorous -b missing node vanillic -b missing node codders -b missing node overanalyze -b missing node vanillin -b missing node nunnery -b missing node strop -b missing node subrents -b missing node ungodly -b missing node commutation -b missing node lethality -b missing node decenaries -b missing node mikado -b missing node rosily -b missing node usherettes -b missing node denoted -b missing node hurting -b missing node herein -b missing node comedies -b missing node nominal -b missing node kiboshes -b missing node ester -b missing node veinule -b missing node fleeciness -b missing node ponces -b missing node fellowman -b missing node extradite -b missing node aphorise -b missing node reassorting -b missing node tisane -b missing node alaska -b missing node commutative -b missing node rotationally -b missing node bioclean -b missing node strip -b missing node abridgers -b missing node denotes -b missing node pulsars -b missing node stria -b missing node ocarina -b missing node kiboshed -b missing node sortably -b missing node poncho -b missing node slicer -b missing node slices -b missing node dizzier -b missing node genders -b missing node dizzies -b missing node reacquaint -b missing node furring -b missing node skyjacks -b missing node quadrupedal -b missing node splays -b missing node sybarite -b missing node froufrou -b missing node dizzied -b missing node piles -b missing node sprained -b missing node ropewalk -b missing node aphorism -b missing node parishes -b missing node aphorist -b missing node pillage -b missing node potholes -b missing node radish -b missing node informant -b missing node pulsate -b missing node traitress -b missing node tower -b missing node antagonize -b missing node sliced -b missing node towel -b missing node hygienically -b missing node furrily -b missing node foreknow -b missing node undetachable -b missing node purulently -b missing node swaddle -b missing node potholed -b missing node hafter -b missing node jeez -b missing node indomitable -b missing node abducts -b missing node hogwashes -b missing node jefe -b missing node radios -b missing node consecrates -b missing node underexpose -b missing node hafted -b missing node jeep -b missing node indomitably -b missing node dibbing -b missing node earlocks -b missing node jeer -b missing node madhouse -b missing node breath -b missing node habitually -b missing node digestible -b missing node breast -b missing node brushy -b missing node ingestible -b missing node splenetic -b missing node consecrated -b missing node sortable -b missing node strum -b missing node thrusters -b missing node shimmered -b missing node strut -b missing node yukking -b missing node vermouths -b missing node stooled -b missing node anxiousness -b missing node opportune -b missing node disentanglements -b missing node pulingly -b missing node cascading -b missing node napkin -b missing node abductions -b missing node custodianship -b missing node tropin -b missing node westings -b missing node capture -b missing node vouchsafe -b missing node zounds -b missing node incidentals -b missing node shelviest -b missing node loggerhead -b missing node monogamous -b missing node rectos -b missing node thewless -b missing node insulation -b missing node chambered -b missing node nobby -b missing node rector -b missing node infernos -b missing node hydras -b missing node dutiable -b missing node rappels -b missing node metastasizes -b missing node metastasized -b missing node unipolar -b missing node hamstrings -b missing node standouts -b missing node contemporary -b missing node hydrae -b missing node midairs -b missing node therapy -b missing node ornate -b missing node jell -b missing node garage -b missing node destruction -b missing node jammers -b missing node proclivity -b missing node xiphoid -b missing node stoolie -b missing node reviewability -b missing node trophy -b missing node emmies -b missing node jigsawn -b missing node tideways -b missing node bookshop -b missing node tropia -b missing node tropic -b missing node galenic -b missing node instill -b missing node brightening -b missing node destructing -b missing node rusticator -b missing node instils -b missing node surcoat -b missing node jigsaws -b missing node ignition -b missing node negator -b missing node pinworms -b missing node rectum -b missing node transforming -b missing node dried -b missing node designment -b missing node laboringly -b missing node igniting -b missing node solariums -b missing node assenters -b missing node pursuit -b missing node stymieing -b missing node incubi -b missing node commendations -b missing node gainful -b missing node spouted -b missing node crispening -b missing node nobel -b missing node unbelievably -b missing node dribs -b missing node sediment -b missing node engenders -b missing node spouter -b missing node banish -b missing node insulating -b missing node reappoint -b missing node stalkiest -b missing node unbelievable -b missing node ironists -b missing node outwait -b missing node subtitles -b missing node carriages -b missing node reaccession -b missing node delicious -b missing node mealie -b missing node fluidly -b missing node squushing -b missing node urolith -b missing node subtitled -b missing node infernal -b missing node jean -b missing node reveal -b missing node deathly -b missing node tours -b missing node tenderability -b missing node otologist -b missing node valvules -b missing node noble -b missing node virology -b missing node prosequi -b missing node hydrangeas -b missing node combining -b missing node pursuer -b missing node pursues -b missing node hadst -b missing node unbind -b missing node gipsy -b missing node renunciations -b missing node searing -b missing node abstemiously -b missing node unapportioned -b missing node facades -b missing node pursued -b missing node microspacing -b missing node infamously -b missing node graduations -b missing node galenas -b missing node futuristic -b missing node eremite -b missing node informalities -b missing node wellhole -b missing node fluidic -b missing node confided -b missing node drift -b missing node touts -b missing node radial -b missing node partners -b missing node undecidable -b missing node troppo -b missing node afternoon -b missing node drier -b missing node frisbees -b missing node dries -b missing node destructive -b missing node radian -b missing node scrunch -b missing node twilights -b missing node confides -b missing node confider -b missing node penults -b missing node ouzos -b missing node meanings -b missing node mischiefs -b missing node slipperiest -b missing node putoffs -b missing node spot -b missing node aquatinted -b missing node chantries -b missing node gynecological -b missing node mountaineer -b missing node suicide -b missing node tooled -b missing node contaminant -b missing node builders -b missing node thatchers -b missing node yardsticks -b missing node alienisms -b missing node kophs -b missing node narrators -b missing node maximizers -b missing node theaters -b missing node misarranges -b missing node spellbinds -b missing node colorings -b missing node amounting -b missing node gremmie -b missing node outreaching -b missing node curseder -b missing node misarranged -b missing node exoticism -b missing node ghettos -b missing node tooler -b missing node gutturals -b missing node entitled -b missing node outward -b missing node inmate -b missing node kopje -b missing node redactional -b missing node speaks -b missing node negates -b missing node negater -b missing node spry -b missing node enterprises -b missing node enterpriser -b missing node recommendatory -b missing node reinforce -b missing node negated -b missing node squirrel -b missing node optical -b missing node sheeniest -b missing node enframe -b missing node finalisms -b missing node noncohesiveness -b missing node misfit -b missing node cutlasses -b missing node spasmodic -b missing node kopek -b missing node moodiness -b missing node saltness -b missing node spud -b missing node grided -b missing node spun -b missing node outwalk -b missing node consciously -b missing node fidgeters -b missing node inconsistentness -b missing node hadji -b missing node grides -b missing node spur -b missing node cashboxes -b missing node peroration -b missing node elasticizing -b missing node escalops -b missing node atrip -b missing node grumpiness -b missing node thermoses -b missing node tracing -b missing node competing -b missing node hydros -b missing node shortbread -b missing node systematically -b missing node desensitize -b missing node minibikes -b missing node militated -b missing node porridge -b missing node heartrending -b missing node malaysian -b missing node ponderously -b missing node alated -b missing node engilding -b missing node microstate -b missing node militates -b missing node parisian -b missing node recolors -b missing node unrests -b missing node fortifying -b missing node naples -b missing node shrank -b missing node unapproachable -b missing node secunda -b missing node nonflowering -b missing node essay -b missing node momentos -b missing node thralled -b missing node brutal -b missing node misbestows -b missing node tropes -b missing node singleton -b missing node spears -b missing node disinclination -b missing node spic -b missing node flathead -b missing node strategic -b missing node pacemaking -b missing node mortuaries -b missing node confederate -b missing node mailwomen -b missing node rhyolite -b missing node vicegerent -b missing node batchers -b missing node bespangled -b missing node safaried -b missing node jambed -b missing node fueled -b missing node spit -b missing node litten -b missing node litter -b missing node rectal -b missing node spin -b missing node surrealistically -b missing node forswore -b missing node fueler -b missing node bituminous -b missing node cursedly -b missing node forsworn -b missing node otologies -b missing node momently -b missing node theremin -b missing node twain -b missing node impolitic -b missing node bespangles -b missing node stenographically -b missing node pillbox -b missing node rusticated -b missing node beefsteaks -b missing node overroasted -b missing node outdodges -b missing node cutely -b missing node corsages -b missing node little -b missing node entitles -b missing node rusticates -b missing node tugboats -b missing node bibliographers -b missing node contaminate -b missing node esses -b missing node piked -b missing node conking -b missing node lovingly -b missing node subordinately -b missing node binoculars -b missing node pryer -b missing node unlimitedness -b missing node brutes -b missing node piker -b missing node barrenest -b missing node cuttable -b missing node bruted -b missing node sestet -b missing node mailwoman -b missing node invoicing -b missing node provisional -b missing node finalists -b missing node sequelae -b missing node expunging -b missing node malingerers -b missing node consecrator -b missing node festivities -b missing node infective -b missing node acceptor -b missing node eveners -b missing node rappers -b missing node adsorbent -b missing node pikes -b missing node tabloids -b missing node hades -b missing node pennoned -b missing node platelet -b missing node spoliator -b missing node kludge -b missing node outdodged -b missing node hydric -b missing node conscripting -b missing node parrakeets -b missing node evenest -b missing node tasselling -b missing node featheriness -b missing node remodification -b missing node jester -b missing node developed -b missing node untitled -b missing node roystered -b missing node evictions -b missing node silicoses -b missing node deemphasize -b missing node repossessing -b missing node philippics -b missing node rebirths -b missing node repossession -b missing node synodal -b missing node asymmetrically -b missing node medicative -b missing node strangeness -b missing node tablefuls -b missing node discontinuance -b missing node venters -b missing node cellarets -b missing node reinterred -b missing node jays -b missing node subcontinent -b missing node phalanx -b missing node bloodroots -b missing node sophisticates -b missing node purportedly -b missing node hematomas -b missing node birdbath -b missing node lovesick -b missing node absorptive -b missing node usually -b missing node conversation -b missing node brittling -b missing node winsomest -b missing node delighting -b missing node sophisticated -b missing node birdbaths -b missing node consumerism -b missing node jazz -b missing node racketier -b missing node javelin -b missing node chaoticness -b missing node silicosis -b missing node medicining -b missing node developer -b missing node developes -b missing node cipher -b missing node reaccented -b missing node grannies -b missing node reinforms -b missing node parsonages -b missing node reluctant -b missing node starchiness -b missing node unsling -b missing node jaws -b missing node fosterage -b missing node industrials -b missing node dejectedly -b missing node scourgers -b missing node flimsies -b missing node jackfish -b missing node flimsier -b missing node amazingly -b missing node clumsiness -b missing node sealers -b missing node confirmatory -b missing node unmarked -b missing node sealery -b missing node label -b missing node untillable -b missing node inequity -b missing node tabers -b missing node constitutions -b missing node wretcheder -b missing node breech -b missing node feeblish -b missing node abidance -b missing node ravaging -b missing node multidirectional -b missing node overnice -b missing node glossiest -b missing node cheats -b missing node exploitable -b missing node fuzzy -b missing node noels -b missing node injected -b missing node snubness -b missing node confederacy -b missing node hyson -b missing node breeds -b missing node congaing -b missing node pumicing -b missing node monkshood -b missing node obscene -b missing node strandedness -b missing node cellarers -b missing node jested -b missing node java -b missing node franchisees -b missing node medicating -b missing node asshole -b missing node joyce -b missing node insecure -b missing node absorption -b missing node recondensing -b missing node labia -b missing node winsomely -b missing node theorizer -b missing node theorizes -b missing node efflorescence -b missing node needle -b missing node theorized -b missing node hoisters -b missing node objections -b missing node trouty -b missing node discontinuances -b missing node hayers -b missing node trouts -b missing node joyed -b missing node banker -b missing node couldst -b missing node philippine -b missing node adjust -b missing node rowboats -b missing node perversion -b missing node whumps -b missing node medication -b missing node vagabondage -b missing node defining -b missing node declarant -b missing node bobtails -b missing node boyfriend -b missing node petrographical -b missing node yemenites -b missing node guilder -b missing node banked -b missing node sapiens -b missing node noncompliance -b missing node sophisticator -b missing node sapient -b missing node forefends -b missing node contains -b missing node perversity -b missing node bongoist -b missing node operatively -b missing node outbalance -b missing node chivy -b missing node apostles -b missing node beclouds -b missing node perversive -b missing node monologues -b missing node skys -b missing node barware -b missing node magnificoes -b missing node retrogrades -b missing node flimsily -b missing node budging -b missing node consumers -b missing node momentum -b missing node wiring -b missing node chive -b missing node dictate -b missing node dress -b missing node pongees -b missing node retrograded -b missing node fingertips -b missing node drest -b missing node adjure -b missing node forfending -b missing node exclusivity -b missing node females -b missing node isolators -b missing node cloches -b missing node chits -b missing node imperceptiveness -b missing node malamute -b missing node confidant -b missing node abscissions -b missing node fuzziest -b missing node progovernment -b missing node embanked -b missing node wretchedly -b missing node brevier -b missing node swarming -b missing node undisputable -b missing node legators -b missing node doughnuts -b missing node injector -b missing node diagnosable -b missing node pipelines -b missing node manslaughters -b missing node liquidate -b missing node duratives -b missing node koshered -b missing node chirk -b missing node pipelined -b missing node renascent -b missing node chirp -b missing node jake -b missing node riskers -b missing node sharif -b missing node unswerving -b missing node nonimmunities -b missing node blennies -b missing node racisms -b missing node behave -b missing node generalists -b missing node mugger -b missing node unblemished -b missing node geniuses -b missing node broader -b missing node recurred -b missing node axially -b missing node misnomers -b missing node broaden -b missing node bridgeheads -b missing node offcut -b missing node cretinize -b missing node simoleon -b missing node mugged -b missing node zabaione -b missing node interdictum -b missing node uncolored -b missing node comparatively -b missing node chips -b missing node niggarded -b missing node passible -b missing node sarges -b missing node jail -b missing node picking -b missing node affectedly -b missing node unifiers -b missing node zazen -b missing node dauberies -b missing node genocide -b missing node trysters -b missing node presuppose -b missing node misers -b missing node desensitizers -b missing node dreks -b missing node chimp -b missing node outwear -b missing node chine -b missing node resettlement -b missing node shards -b missing node transposing -b missing node napless -b missing node jags -b missing node misery -b missing node china -b missing node presented -b missing node skag -b missing node shared -b missing node chins -b missing node chink -b missing node chino -b missing node presenter -b missing node shares -b missing node ipecac -b missing node unseated -b missing node sharer -b missing node pyrometers -b missing node particles -b missing node fugitives -b missing node hydrogenate -b missing node troupe -b missing node swivels -b missing node inclusiveness -b missing node knighted -b missing node torridness -b missing node revive -b missing node child -b missing node pirog -b missing node chile -b missing node interstates -b missing node towlines -b missing node broadax -b missing node coequals -b missing node gonorrhoea -b missing node boloney -b missing node forecast -b missing node gendarme -b missing node afflictions -b missing node chill -b missing node discommoded -b missing node chili -b missing node chime -b missing node unbars -b missing node oxidate -b missing node device -b missing node overdevelop -b missing node unweakened -b missing node tornado -b missing node discommodes -b missing node inrushing -b missing node oxidant -b missing node cudgeled -b missing node arrives -b missing node nodus -b missing node arriver -b missing node credibilities -b missing node pluggers -b missing node snigger -b missing node jato -b missing node attenuation -b missing node sharpy -b missing node mugwump -b missing node sharps -b missing node hairdresser -b missing node unluckiest -b missing node augmenting -b missing node arrived -b missing node unfiltered -b missing node digitizes -b missing node budded -b missing node undulations -b missing node crassest -b missing node innervational -b missing node shreds -b missing node attenuating -b missing node acanthus -b missing node physics -b missing node mobbish -b missing node imposters -b missing node valley -b missing node frizzliest -b missing node digitized -b missing node hiccuping -b missing node franchisers -b missing node adorability -b missing node jars -b missing node performs -b missing node thunderheads -b missing node feltwork -b missing node dregs -b missing node cheaps -b missing node fallbacks -b missing node cravat -b missing node racists -b missing node broadly -b missing node contrivances -b missing node phoenixes -b missing node revise -b missing node anonymities -b missing node skit -b missing node sociologists -b missing node skis -b missing node skid -b missing node cretinism -b missing node lounged -b missing node moonbeam -b missing node jape -b missing node skip -b missing node skin -b missing node skim -b missing node chiel -b missing node revile -b missing node shadowbox -b missing node lounges -b missing node lounger -b missing node goslings -b missing node dreck -b missing node sclerotic -b missing node chief -b missing node presently -b missing node ungenially -b missing node plaiters -b missing node unattempted -b missing node dream -b missing node onward -b missing node drear -b missing node admiralships -b missing node collegial -b missing node quakers -b missing node collegian -b missing node jane -b missing node devils -b missing node trough -b missing node chics -b missing node birdliming -b missing node chico -b missing node draftiness -b missing node mobbing -b missing node chick -b missing node swivets -b missing node inspections -b missing node banjos -b missing node bypaths -b missing node hague -b missing node jamb -b missing node soughed -b missing node craver -b missing node mistakers -b missing node craves -b missing node pearler -b missing node territorializing -b missing node commutators -b missing node thorpes -b missing node jams -b missing node inalterability -b missing node addrest -b missing node address -b missing node reigniting -b missing node craved -b missing node chide -b missing node flustered -b missing node craven -b missing node typhoons -b missing node cudgeler -b missing node fundamental -b missing node sharks -b missing node skew -b missing node pearled -b missing node hermetical -b missing node gummites -b missing node outflow -b missing node jesses -b missing node holily -b missing node exonerate -b missing node asocial -b missing node guernsey -b missing node insentient -b missing node creative -b missing node democratizing -b missing node holing -b missing node damosels -b missing node interdicted -b missing node smoke -b missing node doubted -b missing node smothered -b missing node cheeked -b missing node backspacing -b missing node assyria -b missing node standardizable -b missing node doubter -b missing node restudying -b missing node unaspirated -b missing node timetables -b missing node overheats -b missing node acceptability -b missing node physicals -b missing node brevetted -b missing node petulantly -b missing node dements -b missing node certifiers -b missing node constrainer -b missing node unsterilized -b missing node charlatanries -b missing node curvetting -b missing node revaluate -b missing node weazands -b missing node forestry -b missing node constrained -b missing node guerrillas -b missing node pilseners -b missing node hermit -b missing node fellahs -b missing node diadic -b missing node outpatient -b missing node sexpots -b missing node everyway -b missing node scimitar -b missing node teapots -b missing node trachea -b missing node manipulability -b missing node woodcock -b missing node adulterant -b missing node intakes -b missing node pitifuller -b missing node chias -b missing node jessed -b missing node accords -b missing node chiao -b missing node behalf -b missing node stymy -b missing node lactationally -b missing node losing -b missing node eccentricity -b missing node stricture -b missing node hundredweights -b missing node pended -b missing node constrict -b missing node greenwoods -b missing node lorgnettes -b missing node enacts -b missing node budder -b missing node haycock -b missing node sabbaticals -b missing node setoffs -b missing node respondencies -b missing node ablatively -b missing node compartmental -b missing node wheeling -b missing node immix -b missing node smoky -b missing node originators -b missing node styli -b missing node style -b missing node babyhoods -b missing node bumper -b missing node taxpayers -b missing node fragment -b missing node ostracized -b missing node desolate -b missing node bentonitic -b missing node ostracizes -b missing node salvers -b missing node tenemented -b missing node bumped -b missing node buddha -b missing node spoofing -b missing node diadem -b missing node sculpting -b missing node scuppers -b missing node arrival -b missing node doctoring -b missing node nestings -b missing node disrobing -b missing node reprisal -b missing node chayotes -b missing node unstates -b missing node germproof -b missing node mystique -b missing node jumpiness -b missing node comradeship -b missing node sanguification -b missing node enclosers -b missing node youngest -b missing node unstated -b missing node creating -b missing node outflew -b missing node miscue -b missing node peignoir -b missing node orthodoxies -b missing node majorities -b missing node comparativeness -b missing node headmost -b missing node mishmosh -b missing node smock -b missing node sarcastically -b missing node machrees -b missing node contractible -b missing node holies -b missing node thwart -b missing node youngers -b missing node holier -b missing node myriads -b missing node creation -b missing node demandable -b missing node dizzy -b missing node pinged -b missing node ducats -b missing node muumuus -b missing node pastorship -b missing node inseparableness -b missing node magistrates -b missing node pinger -b missing node noddy -b missing node conjectures -b missing node fuzil -b missing node devilments -b missing node toepiece -b missing node sleeplessness -b missing node conjectured -b missing node flotation -b missing node seniors -b missing node gigaton -b missing node musketries -b missing node nodes -b missing node bipartition -b missing node herman -b missing node holeless -b missing node interdictor -b missing node etherealness -b missing node bullhorn -b missing node knightly -b missing node perigees -b missing node fellate -b missing node adulterate -b missing node gemstones -b missing node polyhedra -b missing node styes -b missing node fawners -b missing node licentious -b missing node reassorted -b missing node femaleness -b missing node portugal -b missing node coequate -b missing node panzer -b missing node continuable -b missing node styed -b missing node discursive -b missing node adequation -b missing node defying -b missing node mazurkas -b missing node outre -b missing node collegium -b missing node pique -b missing node potfuls -b missing node beakier -b missing node churning -b missing node coddled -b missing node patronage -b missing node remonetizing -b missing node miscut -b missing node preferments -b missing node clergies -b missing node nodal -b missing node perforce -b missing node halftimes -b missing node fuzed -b missing node fuzee -b missing node frowstiest -b missing node hermes -b missing node intercessor -b missing node coddler -b missing node pilothouses -b missing node coddles -b missing node fuzes -b missing node englishing -b missing node recrystallizing -b missing node reeling -b missing node tawdrier -b missing node tawdries -b missing node forested -b missing node marrons -b missing node recontesting -b missing node mameys -b missing node coifed -b missing node unperfected -b missing node asperities -b missing node androgens -b missing node constraints -b missing node tuffet -b missing node proceeding -b missing node ribaldries -b missing node frittering -b missing node flatworms -b missing node disarms -b missing node spectacles -b missing node gillie -b missing node lyrebird -b missing node reinvented -b missing node gilled -b missing node giller -b missing node sublevels -b missing node nonspecialist -b missing node docking -b missing node narrating -b missing node paltered -b missing node monocular -b missing node rapider -b missing node restyle -b missing node palestinians -b missing node forestay -b missing node shepherdess -b missing node flatworks -b missing node breadth -b missing node leakiest -b missing node thankfulness -b missing node heckling -b missing node incompliancies -b missing node rootlike -b missing node dendrology -b missing node mishears -b missing node prophases -b missing node reactors -b missing node yammering -b missing node chromatography -b missing node testacies -b missing node freeboard -b missing node destroyable -b missing node harrying -b missing node tearfully -b missing node size -b missing node salesman -b missing node angleworm -b missing node telegraphic -b missing node micrography -b missing node narration -b missing node micrographs -b missing node sizy -b missing node thoroughfare -b missing node cryptal -b missing node spleen -b missing node skiwear -b missing node movers -b missing node misconstruction -b missing node telegraphed -b missing node idolization -b missing node geography -b missing node nonanalytic -b missing node definite -b missing node telegrapher -b missing node unknot -b missing node forearmed -b missing node misheard -b missing node forester -b missing node tawdrily -b missing node photomaps -b missing node virtuously -b missing node longings -b missing node nonentities -b missing node nightlong -b missing node harvest -b missing node prolonging -b missing node rocklike -b missing node proxies -b missing node herniations -b missing node quarterly -b missing node atropism -b missing node unsatisfied -b missing node smashable -b missing node pooches -b missing node tomogram -b missing node inclement -b missing node planners -b missing node trover -b missing node troves -b missing node quaintest -b missing node racketing -b missing node issuances -b missing node pretensions -b missing node jettison -b missing node manuevers -b missing node repellers -b missing node photic -b missing node pipkins -b missing node abdominally -b missing node imbibe -b missing node coulees -b missing node reglossing -b missing node salesmen -b missing node outgo -b missing node thwack -b missing node fomentations -b missing node uncouple -b missing node compromisers -b missing node rapidly -b missing node busboy -b missing node trying -b missing node holist -b missing node repellent -b missing node pronouncedly -b missing node travoise -b missing node sponsorships -b missing node cryptos -b missing node holism -b missing node pumpers -b missing node cavorters -b missing node perceptual -b missing node celebre -b missing node outfitter -b missing node outfitted -b missing node unenterprising -b missing node quartered -b missing node herbalist -b missing node uninfluenced -b missing node bidders -b missing node synodic -b missing node amusedly -b missing node skalds -b missing node weavers -b missing node effacing -b missing node piscators -b missing node program -b missing node cryptic -b missing node destruct -b missing node fixate -b missing node misdid -b missing node skilful -b missing node yesteryear -b missing node hafts -b missing node batholith -b missing node cretins -b missing node undying -b missing node wheelies -b missing node congenial -b missing node wrigglers -b missing node milligrams -b missing node outdo -b missing node existentialists -b missing node transcriptions -b missing node atropins -b missing node outed -b missing node titbits -b missing node atropine -b missing node outer -b missing node discomforted -b missing node rethink -b missing node ranting -b missing node smote -b missing node atlas -b missing node hierarchism -b missing node bowsprits -b missing node photon -b missing node blister -b missing node photog -b missing node tovarishes -b missing node float -b missing node incorporate -b missing node hilltop -b missing node thereby -b missing node daubed -b missing node redemands -b missing node smut -b missing node dismortgaged -b missing node daubes -b missing node thereat -b missing node smug -b missing node dauber -b missing node recurrences -b missing node giddap -b missing node gravitate -b missing node scandaled -b missing node entrants -b missing node matriculant -b missing node eelgrasses -b missing node perceive -b missing node sterilizes -b missing node chorussed -b missing node zuni -b missing node rejects -b missing node sterilization -b missing node cowpoke -b missing node detract -b missing node pusses -b missing node sterilizer -b missing node omissive -b missing node phonograph -b missing node lignite -b missing node sterilized -b missing node chorusses -b missing node recoin -b missing node recoil -b missing node grandaunt -b missing node implorer -b missing node implores -b missing node melees -b missing node byplays -b missing node armenians -b missing node rootless -b missing node trailered -b missing node angolans -b missing node reelers -b missing node sidelong -b missing node elegant -b missing node implored -b missing node casehardening -b missing node zulu -b missing node deflowered -b missing node begriming -b missing node competent -b missing node offcast -b missing node upbeats -b missing node breaded -b missing node sensualists -b missing node floes -b missing node trumpery -b missing node overrating -b missing node nouveau -b missing node humidistat -b missing node seville -b missing node hostly -b missing node rootlets -b missing node efficacies -b missing node toastiest -b missing node barterer -b missing node uninvited -b missing node recomb -b missing node inaugural -b missing node damaging -b missing node allayed -b missing node bartered -b missing node chedar -b missing node raveller -b missing node wriggling -b missing node hardboiled -b missing node ravelled -b missing node flock -b missing node trumpets -b missing node emmets -b missing node flatheads -b missing node vacate -b missing node lotting -b missing node confutable -b missing node hexagram -b missing node abductors -b missing node semantic -b missing node fibrillation -b missing node lignins -b missing node farthest -b missing node recook -b missing node photos -b missing node recons -b missing node asexually -b missing node tremolos -b missing node therapeutical -b missing node antacid -b missing node meager -b missing node expellable -b missing node parasites -b missing node nocuous -b missing node sinologies -b missing node insetters -b missing node dished -b missing node supremacist -b missing node given -b missing node tomfool -b missing node valise -b missing node beefeaters -b missing node gruelling -b missing node subminiaturized -b missing node hurters -b missing node proximo -b missing node succour -b missing node abridging -b missing node noggs -b missing node screeching -b missing node secured -b missing node motorway -b missing node randomness -b missing node barbarization -b missing node nervings -b missing node splent -b missing node securer -b missing node amusing -b missing node secures -b missing node eyeballs -b missing node clemently -b missing node devilling -b missing node spiculate -b missing node credibility -b missing node cyanitic -b missing node costumes -b missing node costumer -b missing node ninepins -b missing node presidiums -b missing node costumey -b missing node snippet -b missing node offals -b missing node corpuscles -b missing node snipper -b missing node mestizoes -b missing node flogs -b missing node rissole -b missing node costumed -b missing node repelling -b missing node gratingly -b missing node snipped -b missing node punsters -b missing node hajji -b missing node subminiaturizes -b missing node broachers -b missing node livened -b missing node omission -b missing node hollow -b missing node dishes -b missing node midlands -b missing node livener -b missing node soubrette -b missing node redrafts -b missing node hajis -b missing node comedones -b missing node narrative -b missing node snap -b missing node pipettes -b missing node viscountesses -b missing node preferably -b missing node craton -b missing node snag -b missing node succors -b missing node undeceiving -b missing node refinishes -b missing node destructible -b missing node mammalia -b missing node pipetted -b missing node givin -b missing node suborns -b missing node preferable -b missing node refinished -b missing node census -b missing node picnicky -b missing node frameworks -b missing node bimetals -b missing node corrodible -b missing node ferrites -b missing node smoggy -b missing node flood -b missing node crematorium -b missing node lucifers -b missing node parasitic -b missing node retentiveness -b missing node liniment -b missing node personalities -b missing node effacers -b missing node tummies -b missing node paucity -b missing node denature -b missing node ninnyish -b missing node wrigglier -b missing node diffidently -b missing node allopathies -b missing node hedgepig -b missing node latitudes -b missing node embalming -b missing node building -b missing node borrowing -b missing node proxima -b missing node nervines -b missing node gives -b missing node giver -b missing node marrowy -b missing node dandification -b missing node marrows -b missing node hostel -b missing node weeklong -b missing node analogically -b missing node hosted -b missing node attests -b missing node screechier -b missing node hierarchial -b missing node conjectural -b missing node checks -b missing node impeaching -b missing node hairy -b missing node hairs -b missing node congeners -b missing node combatants -b missing node indispositions -b missing node skateboarders -b missing node groupings -b missing node toxicities -b missing node slippiest -b missing node propane -b missing node entities -b missing node distasting -b missing node excavator -b missing node finnier -b missing node argent -b missing node delightful -b missing node overstayed -b missing node shellers -b missing node gussets -b missing node wurzel -b missing node mignonne -b missing node radiologically -b missing node hatcheries -b missing node tweezers -b missing node spacewoman -b missing node herculean -b missing node songfests -b missing node thereto -b missing node boodle -b missing node priding -b missing node consolingly -b missing node cryogenic -b missing node intruding -b missing node pipit -b missing node conjoins -b missing node queasiest -b missing node tameable -b missing node prosodic -b missing node vitaminizing -b missing node conjoint -b missing node bunched -b missing node hierarchies -b missing node colorists -b missing node hindered -b missing node acquiesce -b missing node valium -b missing node gladioli -b missing node dwarfisms -b missing node miscarrying -b missing node encrypt -b missing node gladiola -b missing node hinderer -b missing node arduously -b missing node overheads -b missing node neuralgic -b missing node neuralgia -b missing node navigators -b missing node infestations -b missing node louvers -b missing node realigned -b missing node liking -b missing node shaper -b missing node modified -b missing node shapes -b missing node modifier -b missing node caldrons -b missing node failure -b missing node unobliging -b missing node thereof -b missing node unashamed -b missing node modifies -b missing node shaped -b missing node laundries -b missing node entrancing -b missing node thereon -b missing node uncrowned -b missing node holmes -b missing node pyorrheas -b missing node intagli -b missing node kamaainas -b missing node mainstays -b missing node hails -b missing node censor -b missing node crassness -b missing node spacewomen -b missing node berhymed -b missing node inebriety -b missing node preaffirmation -b missing node diarrhoeic -b missing node crates -b missing node morpheme -b missing node crater -b missing node berhymes -b missing node bunches -b missing node engorge -b missing node felonious -b missing node crated -b missing node columned -b missing node reneged -b missing node tagboards -b missing node brighteners -b missing node inseminate -b missing node piped -b missing node handclasps -b missing node hostelries -b missing node income -b missing node reneging -b missing node jointure -b missing node razored -b missing node obstinacies -b missing node therein -b missing node emetics -b missing node finning -b missing node pennants -b missing node reneges -b missing node recurrence -b missing node reneger -b missing node detrain -b missing node intersexuality -b missing node alliterate -b missing node overheaps -b missing node intersexualism -b missing node debaucheries -b missing node overweigh -b missing node stardust -b missing node mintage -b missing node schmelze -b missing node prebless -b missing node seamstress -b missing node smit -b missing node impingement -b missing node sailable -b missing node disgruntle -b missing node overheard -b missing node conditionalities -b missing node nozzles -b missing node crematories -b missing node overhears -b missing node columnal -b missing node columnar -b missing node enclosing -b missing node gunsel -b missing node enrichments -b missing node sarees -b missing node grizzly -b missing node reflexive -b missing node stringency -b missing node censed -b missing node masochism -b missing node enable -b missing node bibasic -b missing node censer -b missing node censes -b missing node sandalling -b missing node nonvoluntary -b missing node masochist -b missing node tenemental -b missing node colorisms -b missing node compartmented -b missing node shrubby -b missing node sickness -b missing node ornamentation -b missing node grizzle -b missing node thorned -b missing node countrified -b missing node dauntlessly -b missing node lignify -b missing node lobule -b missing node dissolvability -b missing node diarrhoeal -b missing node affair -b missing node brailles -b missing node beginnings -b missing node haiti -b missing node smog -b missing node nozzle -b missing node safeguarded -b missing node inbreeder -b missing node libber -b missing node brailled -b missing node atman -b missing node overcoming -b missing node downfallen -b missing node canteens -b missing node libbed -b missing node pipes -b missing node atmas -b missing node piper -b missing node pipet -b missing node savorous -b missing node motivities -b missing node rebidding -b missing node spinelessness -b missing node snowbelt -b missing node dusked -b missing node fragrances -b missing node blisses -b missing node mixtures -b missing node enfants -b missing node adjurors -b missing node spunky -b missing node multipeds -b missing node featureless -b missing node secretariats -b missing node jaggeder -b missing node slow -b missing node nightrider -b missing node preannouncing -b missing node pivots -b missing node universality -b missing node scarves -b missing node tutorship -b missing node noontime -b missing node rancour -b missing node cloisters -b missing node rosebuds -b missing node potentiality -b missing node spunks -b missing node unspiritual -b missing node triadics -b missing node hairlock -b missing node review -b missing node maneuvers -b missing node conspiringly -b missing node devein -b missing node floundered -b missing node quotable -b missing node wiretaps -b missing node clanswomen -b missing node globule -b missing node unnavigable -b missing node evening -b missing node quotably -b missing node snickers -b missing node snickery -b missing node phosphorus -b missing node remortgaging -b missing node dozened -b missing node filthier -b missing node containerships -b missing node linkable -b missing node eventful -b missing node ersatz -b missing node worthed -b missing node wonderlands -b missing node abroad -b missing node cuddle -b missing node comfortable -b missing node disassimilation -b missing node comfortably -b missing node cuddly -b missing node slum -b missing node squalid -b missing node acropolis -b missing node slur -b missing node unsatiable -b missing node mismeeting -b missing node squirmer -b missing node slut -b missing node equations -b missing node adjudicature -b missing node impale -b missing node squirmed -b missing node enumerators -b missing node parishioner -b missing node recompensing -b missing node impala -b missing node stogeys -b missing node slue -b missing node slug -b missing node dread -b missing node disassimilating -b missing node rancors -b missing node sadness -b missing node adapt -b missing node matureness -b missing node snickering -b missing node riverine -b missing node brattling -b missing node charbroiling -b missing node unsatiably -b missing node sniggle -b missing node cuties -b missing node winnows -b missing node firetrap -b missing node copycats -b missing node uninterestingly -b missing node fullering -b missing node backfills -b missing node earache -b missing node angling -b missing node chloric -b missing node chlorid -b missing node universalist -b missing node illegitimacy -b missing node electrolyte -b missing node universalism -b missing node chlorin -b missing node booboo -b missing node spatulate -b missing node acerbate -b missing node impairment -b missing node devest -b missing node widowed -b missing node centum -b missing node betonies -b missing node sentencing -b missing node jaggedly -b missing node widower -b missing node squally -b missing node puberty -b missing node underwaists -b missing node limelight -b missing node squalls -b missing node adams -b missing node bestialities -b missing node piratical -b missing node rumored -b missing node medusoids -b missing node haiku -b missing node breeze -b missing node capitalists -b missing node bouffant -b missing node tracery -b missing node flights -b missing node tracers -b missing node flighty -b missing node banner -b missing node sombrely -b missing node overhearing -b missing node undiscriminatingly -b missing node keloidal -b missing node muonic -b missing node banned -b missing node nonfederated -b missing node breezy -b missing node outdistancing -b missing node egotistical -b missing node sedimented -b missing node fabian -b missing node helpfulness -b missing node grapevines -b missing node pabulums -b missing node universalize -b missing node niggardly -b missing node commuting -b missing node paranormality -b missing node unbend -b missing node electrolyze -b missing node pickier -b missing node ptarmigan -b missing node recompensive -b missing node correctional -b missing node unbent -b missing node indemnities -b missing node pious -b missing node disassimilative -b missing node townswomen -b missing node cannibalized -b missing node agrology -b missing node preadolescent -b missing node takedowns -b missing node cannibalizes -b missing node jack -b missing node clocker -b missing node maximizing -b missing node pineal -b missing node townswoman -b missing node villadoms -b missing node copyboy -b missing node squalor -b missing node adsorbing -b missing node clanswoman -b missing node clocked -b missing node jabs -b missing node devourer -b missing node liquored -b missing node shanked -b missing node buttoners -b missing node jade -b missing node timings -b missing node boundlessness -b missing node sciroccos -b missing node impoliteness -b missing node probities -b missing node chloral -b missing node aerofoils -b missing node campsite -b missing node instalment -b missing node embittering -b missing node impart -b missing node slag -b missing node levying -b missing node nonscholastic -b missing node slab -b missing node endomorphism -b missing node shrews -b missing node blessedly -b missing node flops -b missing node devoured -b missing node explicits -b missing node unlikeliness -b missing node dingbats -b missing node captress -b missing node armload -b missing node floor -b missing node dozenth -b missing node pentathlons -b missing node shaving -b missing node detestations -b missing node adage -b missing node shrewd -b missing node sensational -b missing node budgies -b missing node stooped -b missing node unsanctified -b missing node entrance -b missing node olden -b missing node holler -b missing node older -b missing node rosebush -b missing node zloty -b missing node temporally -b missing node spellings -b missing node stooper -b missing node vaporings -b missing node crawdads -b missing node beneficence -b missing node dyarchy -b missing node triadism -b missing node flora -b missing node disenthralled -b missing node inhabiting -b missing node slay -b missing node plywoods -b missing node slap -b missing node slav -b missing node fidgetiness -b missing node slaw -b missing node inventory -b missing node nonfreezing -b missing node slat -b missing node dendrons -b missing node histories -b missing node inventors -b missing node slam -b missing node cagily -b missing node bespread -b missing node keysets -b missing node sunbaked -b missing node bearding -b missing node centre -b missing node unceremoniously -b missing node impassiveness -b missing node centra -b missing node sled -b missing node divvied -b missing node scleroses -b missing node enteritis -b missing node smears -b missing node aromas -b missing node thatching -b missing node smeary -b missing node pumicers -b missing node divvies -b missing node needer -b missing node lakeports -b missing node shipwright -b missing node assenting -b missing node hydroponic -b missing node borschts -b missing node nominatives -b missing node prayingly -b missing node caging -b missing node priapism -b missing node floss -b missing node nappie -b missing node einstein -b missing node bluegill -b missing node privateers -b missing node timpanists -b missing node ogreism -b missing node oldie -b missing node humbled -b missing node ogreish -b missing node adhesiveness -b missing node memorizer -b missing node memorizes -b missing node memorized -b missing node humbler -b missing node dishevelling -b missing node humbles -b missing node unshamed -b missing node blesseder -b missing node reschedule -b missing node estreating -b missing node tidemark -b missing node troths -b missing node exultation -b missing node proclamation -b missing node pions -b missing node needed -b missing node trovers -b missing node flour -b missing node bednights -b missing node jeffersonians -b missing node slew -b missing node twitchingly -b missing node flout -b missing node jumpingly -b missing node obeahisms -b missing node nappes -b missing node napper -b missing node center -b missing node sacramentally -b missing node barmaids -b missing node slim -b missing node centralizers -b missing node morphologically -b missing node vacant -b missing node guildry -b missing node lustfully -b missing node sclerosis -b missing node slid -b missing node lawrencium -b missing node noontide -b missing node exhausts -b missing node flown -b missing node clauses -b missing node unbear -b missing node flows -b missing node reshowed -b missing node record -b missing node immiscibility -b missing node budged -b missing node brevity -b missing node solfege -b missing node usurpation -b missing node kibosh -b missing node nomisms -b missing node valancing -b missing node impair -b missing node allayer -b missing node kolas -b missing node napped -b missing node budges -b missing node budget -b missing node temporalty -b missing node budger -b missing node recopy -b missing node dauphin -b missing node jaspery -b missing node liquidations -b missing node oafish -b missing node jaspers -b missing node meantimes -b missing node preying -b missing node chilblains -b missing node appetit -b missing node mourner -b missing node slip -b missing node malpractice -b missing node endowed -b missing node slit -b missing node unlearned -b missing node scullions -b missing node endower -b missing node filthily -b missing node mourned -b missing node exordia -b missing node contuse -b missing node underhand -b missing node impact -b missing node fieldpieces -b missing node manchuria -b missing node pericarps -b missing node hyrax -b missing node kithara -b missing node matriculate -b missing node clausal -b missing node antiseptic -b missing node shadowers -b missing node hydroponics -b missing node cagier -b missing node pelleted -b missing node budgie -b missing node monetary -b missing node origami -b missing node unstring -b missing node pushiness -b missing node ovalness -b missing node bruskest -b missing node foregather -b missing node bordellos -b missing node syllabi -b missing node sloe -b missing node twinborn -b missing node slob -b missing node phosphoric -b missing node slog -b missing node esteemed -b missing node recoup -b missing node playhouses -b missing node slop -b missing node dendroid -b missing node slot -b missing node scuffs -b missing node cabooses -b missing node usurpative -b missing node cutins -b missing node inferred -b missing node grounded -b missing node fulleries -b missing node foursomes -b missing node batching -b missing node interrupters -b missing node culprit -b missing node inferrer -b missing node grounder -b missing node lambies -b missing node admissable -b missing node mahjong -b missing node imped -b missing node clowned -b missing node impel -b missing node solubilized -b missing node comedown -b missing node imper -b missing node copycat -b missing node archeological -b missing node indiscriminantly -b missing node seedpods -b missing node sanitize -b missing node uncontrolled -b missing node taxiways -b missing node tabooing -b missing node situational -b missing node pillowing -b missing node ampoules -b missing node cuckolded -b missing node headachier -b missing node reheeled -b missing node insurrectionist -b missing node velocities -b missing node piers -b missing node misprints -b missing node pieta -b missing node absents -b missing node teleview -b missing node vignette -b missing node burgundy -b missing node misact -b missing node groover -b missing node grooves -b missing node dumfound -b missing node priority -b missing node grooved -b missing node undraping -b missing node storming -b missing node unhesitating -b missing node mistress -b missing node riotousness -b missing node misadd -b missing node danging -b missing node clacker -b missing node jousts -b missing node anagrammed -b missing node technicalness -b missing node subdefinition -b missing node toastmistresses -b missing node aquatint -b missing node fathomless -b missing node thoriums -b missing node dowagers -b missing node tabard -b missing node preprinted -b missing node supervening -b missing node kenyans -b missing node stormily -b missing node comities -b missing node jiggers -b missing node peasant -b missing node plaitings -b missing node andrew -b missing node disruptions -b missing node elysian -b missing node clacked -b missing node shelters -b missing node bactericidal -b missing node driveling -b missing node semilegal -b missing node coffined -b missing node lambing -b missing node aquatics -b missing node liability -b missing node roster -b missing node foamer -b missing node pepsines -b missing node youngish -b missing node tiltyard -b missing node distributions -b missing node lintier -b missing node withouts -b missing node shrillness -b missing node hurlings -b missing node reappraise -b missing node writhe -b missing node ascetic -b missing node astonishing -b missing node legislatrices -b missing node unhelpful -b missing node armless -b missing node noncommunicative -b missing node whitings -b missing node querying -b missing node foamed -b missing node chiding -b missing node ferules -b missing node trivial -b missing node irrecoverable -b missing node decision -b missing node feruled -b missing node destroyed -b missing node divisively -b missing node bedlamps -b missing node enjoins -b missing node plaiting -b missing node sealing -b missing node djinn -b missing node destroyer -b missing node djins -b missing node castoffs -b missing node bondmen -b missing node bactericides -b missing node piety -b missing node cofeatures -b missing node redemanded -b missing node writes -b missing node writer -b missing node whomping -b missing node regulatively -b missing node rechartered -b missing node gashouses -b missing node fulfillers -b missing node finger -b missing node elevates -b missing node dafter -b missing node garfishes -b missing node transacts -b missing node schmoozing -b missing node surveys -b missing node elevated -b missing node kadish -b missing node aerobe -b missing node algorism -b missing node misaim -b missing node belaboring -b missing node equivocators -b missing node cutoff -b missing node billhooks -b missing node airwaves -b missing node destrier -b missing node pedestrians -b missing node zealotry -b missing node ghostwrite -b missing node outshone -b missing node woodblock -b missing node recognitions -b missing node countermand -b missing node apperceived -b missing node geoids -b missing node argonaut -b missing node mariachis -b missing node cowbane -b missing node undulatory -b missing node cuckoldry -b missing node noire -b missing node sparers -b missing node roundish -b missing node tattoo -b missing node coliseum -b missing node jollify -b missing node furculae -b missing node pursier -b missing node countermaid -b missing node goateed -b missing node reasoned -b missing node fondlings -b missing node divagations -b missing node wheaties -b missing node pipsqueak -b missing node sparest -b missing node reattaining -b missing node reasoner -b missing node inclining -b missing node goatees -b missing node ditcher -b missing node jollies -b missing node jollier -b missing node ditches -b missing node snowbushes -b missing node summeriest -b missing node jollied -b missing node weltings -b missing node topaz -b missing node furcular -b missing node gunfights -b missing node dawns -b missing node artistes -b missing node ranters -b missing node tenements -b missing node fables -b missing node fabler -b missing node kinder -b missing node cheapening -b missing node cubisms -b missing node hooters -b missing node feting -b missing node ditched -b missing node reffing -b missing node seclusive -b missing node historian -b missing node fabled -b missing node declarers -b missing node fleers -b missing node donning -b missing node pulverizing -b missing node satieties -b missing node bagnios -b missing node consorts -b missing node bummed -b missing node boorishly -b missing node fetish -b missing node aphids -b missing node toped -b missing node shanti -b missing node exclusively -b missing node bummer -b missing node trotlines -b missing node cowgirl -b missing node personableness -b missing node picots -b missing node readjustable -b missing node feeblest -b missing node churchier -b missing node johnnies -b missing node geoscientist -b missing node mishmash -b missing node attempt -b missing node fleets -b missing node mulleins -b missing node snipers -b missing node ascended -b missing node preterit -b missing node pursily -b missing node transiencies -b missing node accessors -b missing node beachheads -b missing node salabilities -b missing node toper -b missing node topes -b missing node accessory -b missing node stollens -b missing node shanty -b missing node slabbering -b missing node ascender -b missing node deviltries -b missing node costless -b missing node mistreat -b missing node intemperance -b missing node mobilities -b missing node nervously -b missing node plumbings -b missing node outshout -b missing node floured -b missing node perversely -b missing node armlets -b missing node bloodstones -b missing node artistic -b missing node plymouths -b missing node heliocentric -b missing node overrefining -b missing node radioscopic -b missing node carboy -b missing node imbedding -b missing node lacteal -b missing node espouse -b missing node imply -b missing node hecklers -b missing node teamed -b missing node carbon -b missing node topic -b missing node tasteless -b missing node unfitted -b missing node oratorically -b missing node traumata -b missing node unexpectedly -b missing node pursing -b missing node seismographer -b missing node deathbeds -b missing node wristlet -b missing node hinging -b missing node forefended -b missing node elysium -b missing node constantly -b missing node stigmatizing -b missing node therefor -b missing node infirmaries -b missing node molesting -b missing node countesses -b missing node afflux -b missing node confraternity -b missing node pilgrimage -b missing node teamer -b missing node vaunty -b missing node badmouths -b missing node encroach -b missing node repurchasing -b missing node vaunts -b missing node smelter -b missing node infectors -b missing node penetrators -b missing node tractions -b missing node remittently -b missing node trefoil -b missing node cerebrated -b missing node artistry -b missing node cliffiest -b missing node dendrite -b missing node cottony -b missing node stormier -b missing node cottons -b missing node lawmaker -b missing node strangered -b missing node exempted -b missing node cardioscope -b missing node colombia -b missing node cockatrices -b missing node contributing -b missing node millennium -b missing node cockatrice -b missing node aroint -b missing node unguent -b missing node disablement -b missing node ruinously -b missing node seismographic -b missing node cubists -b missing node shanks -b missing node aerology -b missing node extrusions -b missing node ogling -b missing node appends -b missing node pointlessness -b missing node dakotans -b missing node noisy -b missing node doorsill -b missing node computations -b missing node scrofula -b missing node slouchy -b missing node ventage -b missing node crabbiest -b missing node ensoul -b missing node televise -b missing node osmotic -b missing node noise -b missing node donnish -b missing node sparely -b missing node cerebrates -b missing node topos -b missing node kajeputs -b missing node nutriment -b missing node agitated -b missing node shutterbugs -b missing node antiwar -b missing node disavow -b missing node bunglers -b missing node agitates -b missing node contribution -b missing node nannie -b missing node harmonic -b missing node espaliers -b missing node bounding -b missing node alliums -b missing node illumes -b missing node threshers -b missing node billowier -b missing node allergen -b missing node moving -b missing node somalia -b missing node mishandled -b missing node chillum -b missing node illumed -b missing node seriation -b missing node wilting -b missing node unpoetically -b missing node antipathy -b missing node mishandles -b missing node carate -b missing node optimum -b missing node cubital -b missing node crouton -b missing node mordantly -b missing node neurotically -b missing node ocean -b missing node carats -b missing node prejudicing -b missing node shamed -b missing node allergic -b missing node allergin -b missing node affirmativeness -b missing node shames -b missing node instructional -b missing node gnoses -b missing node ordainer -b missing node penile -b missing node compliment -b missing node leotards -b missing node bestrode -b missing node underplayed -b missing node shekels -b missing node talked -b missing node forgivable -b missing node ordained -b missing node colostrum -b missing node mincing -b missing node panocha -b missing node talker -b missing node exuding -b missing node plentitude -b missing node fleece -b missing node egises -b missing node legwork -b missing node whoresons -b missing node elusively -b missing node gladiate -b missing node clinger -b missing node hagiographers -b missing node bleaker -b missing node fleecy -b missing node belaying -b missing node detachability -b missing node mastoid -b missing node auriform -b missing node hatpins -b missing node demeans -b missing node regathering -b missing node victresses -b missing node enkindles -b missing node toots -b missing node unpresumptuous -b missing node liberalizing -b missing node bastard -b missing node enkindled -b missing node tooth -b missing node italicizing -b missing node chlordane -b missing node composedly -b missing node sensibleness -b missing node casualness -b missing node seriating -b missing node shaman -b missing node czechs -b missing node kashmir -b missing node durning -b missing node mongers -b missing node talkie -b missing node muriate -b missing node buggering -b missing node whorish -b missing node gadolinium -b missing node dimension -b missing node omniarchs -b missing node booing -b missing node clinged -b missing node sleuthed -b missing node uncompliant -b missing node buggeries -b missing node threeping -b missing node recipe -b missing node reloan -b missing node choreographic -b missing node sealskin -b missing node sexy -b missing node woodcutters -b missing node internship -b missing node sandlots -b missing node squabby -b missing node ferociously -b missing node papilla -b missing node billowing -b missing node tatted -b missing node raiments -b missing node wassail -b missing node tatter -b missing node sculpture -b missing node collaborators -b missing node foaled -b missing node handcrafted -b missing node wheelman -b missing node reload -b missing node hydrogenous -b missing node crayon -b missing node terrify -b missing node apparent -b missing node volitionally -b missing node sultrily -b missing node underpaying -b missing node roadblocks -b missing node kindle -b missing node seclusion -b missing node walkable -b missing node attends -b missing node swarmers -b missing node sews -b missing node juggle -b missing node terrier -b missing node sewn -b missing node kindly -b missing node soddenness -b missing node choreographer -b missing node mincier -b missing node backfield -b missing node whoring -b missing node choreographed -b missing node beloved -b missing node xeroxes -b missing node legibility -b missing node thicks -b missing node sets -b missing node apparels -b missing node undemocratic -b missing node xeroxed -b missing node bleakly -b missing node nonstable -b missing node essentials -b missing node puppets -b missing node wheelmen -b missing node branching -b missing node intersect -b missing node percepts -b missing node betwixt -b missing node tattle -b missing node becomes -b missing node organelle -b missing node sere -b missing node rounding -b missing node serf -b missing node sera -b missing node serb -b missing node resistably -b missing node arthropods -b missing node fractionalizing -b missing node dissertations -b missing node rambles -b missing node rambler -b missing node alterers -b missing node celandines -b missing node gnosis -b missing node rambled -b missing node disrobers -b missing node arraigning -b missing node disobediently -b missing node silicones -b missing node optimal -b missing node aberrations -b missing node confounder -b missing node pajamaed -b missing node piece -b missing node meltage -b missing node bullring -b missing node transducer -b missing node confounded -b missing node wellhead -b missing node ology -b missing node lollygag -b missing node backstroking -b missing node crochets -b missing node callosity -b missing node jugged -b missing node archonships -b missing node kibitz -b missing node devoutly -b missing node hassling -b missing node offensive -b missing node touchers -b missing node shamus -b missing node marriageability -b missing node nohow -b missing node guarantying -b missing node gonophore -b missing node announcers -b missing node amaranthine -b missing node entombment -b missing node chiller -b missing node absence -b missing node loiter -b missing node professorship -b missing node ensemble -b missing node chilled -b missing node nonextant -b missing node irrigations -b missing node outargue -b missing node kerneled -b missing node lattices -b missing node undemanding -b missing node nonattributive -b missing node kinema -b missing node reinforming -b missing node stomachaches -b missing node subindices -b missing node abrupt -b missing node weaving -b missing node latticed -b missing node flagpole -b missing node fingerprinted -b missing node kneecapping -b missing node shires -b missing node pharynxes -b missing node carafe -b missing node untrue -b missing node moliere -b missing node clemencies -b missing node torrents -b missing node antipasto -b missing node upshift -b missing node recite -b missing node unkennel -b missing node antipasti -b missing node temerities -b missing node tractor -b missing node herbivores -b missing node eventide -b missing node tutorage -b missing node spattered -b missing node warlord -b missing node valiantly -b missing node daftly -b missing node recovery -b missing node bootjacks -b missing node ignitors -b missing node expressively -b missing node flaming -b missing node prejudicial -b missing node recovers -b missing node juristic -b missing node melded -b missing node grapnel -b missing node wristy -b missing node prods -b missing node toddle -b missing node wrists -b missing node neckerchief -b missing node nigglingly -b missing node melder -b missing node vapidity -b missing node behaviors -b missing node cuestas -b missing node rubbing -b missing node conscripttion -b missing node myeloma -b missing node intensively -b missing node expressionism -b missing node gavelling -b missing node teutons -b missing node turquoise -b missing node warlock -b missing node conoidal -b missing node expressionist -b missing node rickettsiae -b missing node knucklebone -b missing node rickettsial -b missing node rickettsias -b missing node colonialists -b missing node probe -b missing node spermatocide -b missing node taurine -b missing node matrixes -b missing node exudates -b missing node legateship -b missing node proas -b missing node branchier -b missing node shammy -b missing node mordanted -b missing node goldfish -b missing node gargle -b missing node mountainous -b missing node mutagenic -b missing node logrolled -b missing node summit -b missing node airflows -b missing node dockets -b missing node cutout -b missing node ulcerates -b missing node algicides -b missing node pulsing -b missing node tools -b missing node ulcerated -b missing node macrocosmic -b missing node leaseholder -b missing node reaccustom -b missing node crosspiece -b missing node sinhalese -b missing node anywheres -b missing node facelift -b missing node dockers -b missing node ptomain -b missing node winning -b missing node liqueur -b missing node summon -b missing node masculines -b missing node nitrifying -b missing node relaunders -b missing node waistline -b missing node confrere -b missing node hermeneutically -b missing node pirozhki -b missing node disked -b missing node surveil -b missing node crazed -b missing node registrarship -b missing node crumblier -b missing node flamier -b missing node presumptuousness -b missing node rubbish -b missing node digressions -b missing node biocycles -b missing node untrod -b missing node crazes -b missing node interlopes -b missing node interloper -b missing node orpines -b missing node tentatively -b missing node siam -b missing node inordinate -b missing node crumbling -b missing node argals -b missing node smoked -b missing node interloped -b missing node proem -b missing node baptismally -b missing node unconsciousness -b missing node microelectronic -b missing node topographically -b missing node shoplifting -b missing node psychogenically -b missing node claimless -b missing node profs -b missing node sibs -b missing node immigrants -b missing node liquids -b missing node finial -b missing node quizzing -b missing node refilming -b missing node decayedness -b missing node vestment -b missing node smokey -b missing node borrowers -b missing node histogram -b missing node smoker -b missing node sick -b missing node wordplays -b missing node pliantly -b missing node frustrations -b missing node smokes -b missing node wiremen -b missing node izar -b missing node exterminations -b missing node drove -b missing node siphon -b missing node sics -b missing node houselights -b missing node progs -b missing node firmest -b missing node side -b missing node fourfold -b missing node transferrable -b missing node addax -b missing node liquify -b missing node drown -b missing node unrolls -b missing node crazies -b missing node crazier -b missing node highboard -b missing node picks -b missing node salacity -b missing node unkind -b missing node picky -b missing node visibly -b missing node turtlers -b missing node visible -b missing node shinny -b missing node ousel -b missing node pilling -b missing node mythologies -b missing node intruders -b missing node prognathous -b missing node embedding -b missing node blotching -b missing node unshared -b missing node firmers -b missing node sift -b missing node constants -b missing node tweezing -b missing node bleached -b missing node unsavory -b missing node sign -b missing node pillion -b missing node clement -b missing node sigh -b missing node descends -b missing node bleaches -b missing node bleacher -b missing node brocading -b missing node shales -b missing node stuporous -b missing node exercise -b missing node brownout -b missing node vesicants -b missing node centenarian -b missing node bimester -b missing node visorless -b missing node faceless -b missing node impassively -b missing node beeriest -b missing node primordial -b missing node taller -b missing node depressor -b missing node picot -b missing node sundogs -b missing node tonne -b missing node cloudiest -b missing node compromised -b missing node scolders -b missing node enclosures -b missing node salability -b missing node shaled -b missing node silvering -b missing node trowel -b missing node prole -b missing node pewter -b missing node compromiser -b missing node compromises -b missing node trowed -b missing node tourmaline -b missing node fledge -b missing node hoboing -b missing node bumpers -b missing node fledgy -b missing node coalifies -b missing node proms -b missing node diagnostic -b missing node bankrolling -b missing node shifters -b missing node fatherland -b missing node coalified -b missing node volunteering -b missing node prong -b missing node prone -b missing node blurriest -b missing node addle -b missing node bumkin -b missing node actuarial -b missing node crazily -b missing node ganglionic -b missing node shined -b missing node icing -b missing node holidays -b missing node figeaters -b missing node proof -b missing node deifications -b missing node stereotyped -b missing node sugarless -b missing node centenaries -b missing node parterre -b missing node bemoaning -b missing node shindy -b missing node winterkilled -b missing node idiogram -b missing node constituently -b missing node prelimits -b missing node scuttle -b missing node lottery -b missing node tenoners -b missing node metalize -b missing node crazing -b missing node shines -b missing node shiner -b missing node props -b missing node bungholes -b missing node healable -b missing node untutored -b missing node goatskin -b missing node plumpened -b missing node duskier -b missing node algebraic -b missing node opticians -b missing node icily -b missing node anesthesia -b missing node boohoo -b missing node downfalls -b missing node disturbing -b missing node buttoned -b missing node resellers -b missing node buttoner -b missing node predicable -b missing node wireman -b missing node especial -b missing node thrower -b missing node depresses -b missing node encystments -b missing node incomes -b missing node fining -b missing node depressed -b missing node actuaries -b missing node notorious -b missing node stereotyper -b missing node mahonias -b missing node stereotypes -b missing node subcontractors -b missing node metalist -b missing node perambulators -b missing node aweless -b missing node muskiest -b missing node tallow -b missing node kohls -b missing node prose -b missing node blotchier -b missing node airscrew -b missing node ruffians -b missing node ensconced -b missing node capacitances -b missing node underexposing -b missing node ensconces -b missing node prosy -b missing node seashores -b missing node espial -b missing node praesidia -b missing node renegers -b missing node added -b missing node adder -b missing node objectives -b missing node berserks -b missing node proud -b missing node consistent -b missing node continuations -b missing node wofully -b missing node interruption -b missing node thighs -b missing node cutler -b missing node cutlet -b missing node shalom -b missing node noumena -b missing node prove -b missing node palindromes -b missing node castrations -b missing node eruptively -b missing node sire -b missing node savannah -b missing node wringing -b missing node sirs -b missing node savannas -b missing node tonal -b missing node dolors -b missing node scruffs -b missing node hiccoughs -b missing node scruffy -b missing node brusker -b missing node interrupting -b missing node proxy -b missing node diffusely -b missing node expiable -b missing node dolour -b missing node site -b missing node headhunters -b missing node espies -b missing node drivelled -b missing node anesthetic -b missing node giantisms -b missing node finalized -b missing node candours -b missing node lodestars -b missing node nacreous -b missing node preaccept -b missing node viceroys -b missing node situ -b missing node prows -b missing node sawbills -b missing node sits -b missing node espied -b missing node driveller -b missing node prowl -b missing node finalizes -b missing node sitz -b missing node supraliminally -b missing node ousts -b missing node cutlas -b missing node lapland -b missing node algonquin -b missing node preestablishes -b missing node untold -b missing node malefactor -b missing node gangliate -b missing node comedienne -b missing node preestablished -b missing node gleaning -b missing node diplomatic -b missing node laniard -b missing node subsoiling -b missing node sneering -b missing node bartends -b missing node covetously -b missing node diplomates -b missing node tillable -b missing node morphine -b missing node reachable -b missing node petition -b missing node filbert -b missing node starless -b missing node flouter -b missing node erelong -b missing node embosomed -b missing node flecky -b missing node flecks -b missing node flouted -b missing node contesting -b missing node conjoining -b missing node diffusers -b missing node acquirements -b missing node sikh -b missing node bespangle -b missing node plutonium -b missing node shinto -b missing node impostors -b missing node cribbing -b missing node levering -b missing node townie -b missing node recesses -b missing node suddenness -b missing node prefigure -b missing node starlets -b missing node recessed -b missing node resummon -b missing node massiest -b missing node equals -b missing node disclose -b missing node pinewoods -b missing node redskin -b missing node energetics -b missing node defats -b missing node planning -b missing node mirkest -b missing node reprimanded -b missing node tonic -b missing node mollifiers -b missing node vomits -b missing node patellate -b missing node nobodies -b missing node plutonism -b missing node flamboyancy -b missing node simp -b missing node sheathing -b missing node usurers -b missing node cauterizing -b missing node interruptive -b missing node keenest -b missing node flamboyance -b missing node irreverent -b missing node mythologist -b missing node overmuches -b missing node silk -b missing node sill -b missing node hexahedra -b missing node gunnel -b missing node vanadiums -b missing node civilizable -b missing node gunner -b missing node silt -b missing node silo -b missing node vaulty -b missing node descents -b missing node vaults -b missing node anonymously -b missing node keeners -b missing node bruskly -b missing node gunned -b missing node introduce -b missing node raising -b missing node institutionalized -b missing node semipolitical -b missing node staleness -b missing node embryologically -b missing node raisins -b missing node raisiny -b missing node caracals -b missing node crimsons -b missing node sins -b missing node consciences -b missing node sinh -b missing node stewarded -b missing node sink -b missing node toned -b missing node chitter -b missing node sine -b missing node sing -b missing node seashell -b missing node contractually -b missing node eradicable -b missing node jointing -b missing node movies -b missing node boredom -b missing node recked -b missing node seigneurs -b missing node emotionless -b missing node pickled -b missing node tones -b missing node pickles -b missing node toner -b missing node woefullest -b missing node hypotensive -b missing node attachments -b missing node gayety -b missing node ptomaine -b missing node sips -b missing node tongs -b missing node prudences -b missing node excitedly -b missing node radars -b missing node hippiedom -b missing node gayest -b missing node bionics -b missing node ergotic -b missing node fledgling -b missing node shat -b missing node shay -b missing node sham -b missing node failing -b missing node downshifts -b missing node institutionalizes -b missing node zips -b missing node scubas -b missing node traitorousness -b missing node hoisting -b missing node rescuing -b missing node helplessness -b missing node christians -b missing node overstates -b missing node hingers -b missing node promisee -b missing node promised -b missing node parklands -b missing node zion -b missing node handspring -b missing node overstated -b missing node projects -b missing node hegemon -b missing node promises -b missing node promiser -b missing node retrofits -b missing node aroids -b missing node boogie -b missing node maturates -b missing node zinc -b missing node townships -b missing node proctoscopies -b missing node tornadoes -b missing node compressedly -b missing node zing -b missing node rewarding -b missing node maturated -b missing node sickish -b missing node thieve -b missing node squirish -b missing node globing -b missing node shutdown -b missing node unfetters -b missing node miniaturize -b missing node begums -b missing node smelted -b missing node collocations -b missing node shah -b missing node stogies -b missing node incredulously -b missing node shad -b missing node gigue -b missing node shag -b missing node hypotension -b missing node hollands -b missing node eurasian -b missing node shes -b missing node scarred -b missing node shew -b missing node valorizing -b missing node unworthy -b missing node ideates -b missing node bookmarks -b missing node habituates -b missing node fishpond -b missing node mountaineering -b missing node tommy -b missing node flexures -b missing node impartialness -b missing node melanic -b missing node nationalizes -b missing node melanin -b missing node chocking -b missing node habituated -b missing node versers -b missing node cerebrum -b missing node zizzle -b missing node defame -b missing node nationalized -b missing node datura -b missing node dazed -b missing node sceptral -b missing node dragooned -b missing node fishpole -b missing node drearies -b missing node muralist -b missing node drearier -b missing node booger -b missing node grammars -b missing node melange -b missing node etymology -b missing node downlinking -b missing node studios -b missing node finaglers -b missing node shed -b missing node reckon -b missing node declaring -b missing node sciatica -b missing node ideated -b missing node forejudgment -b missing node workout -b missing node inadmissibly -b missing node displeased -b missing node electrocute -b missing node remonstrant -b missing node tankships -b missing node sciatics -b missing node rumours -b missing node talmud -b missing node pageantry -b missing node displeases -b missing node fleche -b missing node endorse -b missing node churchill -b missing node zigs -b missing node permutational -b missing node spreading -b missing node inadmissible -b missing node anglers -b missing node miniaturist -b missing node hatmaker -b missing node cowpokes -b missing node fussing -b missing node abstains -b missing node condescended -b missing node brevets -b missing node lesion -b missing node commuters -b missing node leprosies -b missing node reweighed -b missing node churching -b missing node dazes -b missing node southwest -b missing node sceptres -b missing node restatement -b missing node sceptred -b missing node heelposts -b missing node sanities -b missing node promisor -b missing node chinless -b missing node sometime -b missing node deface -b missing node refashion -b missing node ichor -b missing node shelties -b missing node studies -b missing node snailed -b missing node studier -b missing node checklist -b missing node tendrils -b missing node infrangible -b missing node lavatory -b missing node evacuants -b missing node attributions -b missing node preenlistment -b missing node attributable -b missing node juveniles -b missing node hosier -b missing node flipper -b missing node cumbrous -b missing node captivation -b missing node discoverable -b missing node studied -b missing node alkalinities -b missing node remonstrate -b missing node handcart -b missing node handcars -b missing node flipped -b missing node spiciest -b missing node sparkiest -b missing node sideswiping -b missing node percents -b missing node embrocation -b missing node elocutionists -b missing node clinics -b missing node nonelastic -b missing node octoroon -b missing node captivating -b missing node palindromic -b missing node millennial -b missing node catarrhally -b missing node squiring -b missing node unthawed -b missing node crawly -b missing node embrocating -b missing node cycads -b missing node insureds -b missing node meadow -b missing node crawls -b missing node cerebric -b missing node priories -b missing node visualizing -b missing node preforming -b missing node alleviation -b missing node repressibilities -b missing node elevator -b missing node asynchronous -b missing node awaiters -b missing node oldster -b missing node pigmentations -b missing node uprise -b missing node shakos -b missing node metamorphism -b missing node originating -b missing node alleviating -b missing node acceptances -b missing node cesareans -b missing node desalinization -b missing node seamanship -b missing node denaturants -b missing node oxidations -b missing node sunflower -b missing node companionways -b missing node reasons -b missing node redeemability -b missing node actives -b missing node unionistic -b missing node blazers -b missing node hydrologist -b missing node pathway -b missing node fussier -b missing node autodialer -b missing node thistles -b missing node placidness -b missing node caverns -b missing node banana -b missing node progenies -b missing node trivets -b missing node tabbed -b missing node afford -b missing node internists -b missing node fussily -b missing node transcends -b missing node finite -b missing node guiling -b missing node buncoing -b missing node metaling -b missing node crisply -b missing node europeans -b missing node kingly -b missing node autodialed -b missing node fearsomely -b missing node trombone -b missing node citable -b missing node teetotaled -b missing node centralizing -b missing node lucres -b missing node finish -b missing node unsticks -b missing node cateresses -b missing node landfalls -b missing node teetotaler -b missing node extricate -b missing node nereids -b missing node adept -b missing node misstatements -b missing node origination -b missing node poltroons -b missing node icier -b missing node shul -b missing node shun -b missing node flatbeds -b missing node reclad -b missing node roadbed -b missing node shut -b missing node hoboism -b missing node tartufe -b missing node elapsing -b missing node cerebral -b missing node restrainer -b missing node adjudications -b missing node fecundate -b missing node finiteness -b missing node unpacks -b missing node luxuriance -b missing node restrained -b missing node citruses -b missing node momentary -b missing node dismes -b missing node datums -b missing node dethronement -b missing node downsizes -b missing node restraints -b missing node sicking -b missing node cithara -b missing node orotundity -b missing node rustically -b missing node lactate -b missing node pretests -b missing node downsized -b missing node woodcuts -b missing node garish -b missing node bondmaid -b missing node furrowing -b missing node consolidators -b missing node serfages -b missing node thwacked -b missing node alleviative -b missing node gaoling -b missing node wickings -b missing node thwacker -b missing node railhead -b missing node nonhereditary -b missing node reciprocality -b missing node gravitons -b missing node shit -b missing node vinaigrette -b missing node picnic -b missing node shiv -b missing node superfluities -b missing node shin -b missing node picas -b missing node shim -b missing node ship -b missing node relaunder -b missing node savorily -b missing node sections -b missing node ritually -b missing node plotted -b missing node longhorns -b missing node tomes -b missing node osmoses -b missing node plotter -b missing node maniples -b missing node insurers -b missing node exquisite -b missing node acerbest -b missing node angelical -b missing node swamies -b missing node savoring -b missing node shaker -b missing node osmosed -b missing node shakes -b missing node hillock -b missing node devise -b missing node shaken -b missing node sundown -b missing node breveting -b missing node misalleging -b missing node angelicas -b missing node shop -b missing node overstimulates -b missing node shoo -b missing node show -b missing node mungoose -b missing node shot -b missing node dismal -b missing node metering -b missing node overstimulated -b missing node denizens -b missing node dismay -b missing node kevels -b missing node disencumber -b missing node billowy -b missing node crisped -b missing node daydreaming -b missing node kinged -b missing node glutei -b missing node billows -b missing node jumbuck -b missing node gluten -b missing node shod -b missing node shoe -b missing node beleaguers -b missing node drearily -b missing node compositely -b missing node crispen -b missing node crisper -b missing node rontgen -b missing node rabbets -b missing node reinstallments -b missing node complexional -b missing node pushups -b missing node lacerations -b missing node songstress -b missing node whimpered -b missing node insatiability -b missing node shmo -b missing node informing -b missing node testimony -b missing node complexioned -b missing node grandnieces -b missing node spiritualizes -b missing node implodes -b missing node pinhole -b missing node kelvin -b missing node unapplied -b missing node paunchier -b missing node imploded -b missing node osmosis -b missing node spiritualized -b missing node grills -b missing node sulkiest -b missing node reweigh -b missing node ingratitude -b missing node tombs -b missing node giblets -b missing node wantage -b missing node retrofire -b missing node grille -b missing node realization -b missing node snowsuits -b missing node flittered -b missing node desugar -b missing node occur -b missing node rubbled -b missing node angrily -b missing node motlier -b missing node bewailers -b missing node plougher -b missing node olive -b missing node minimization -b missing node colorably -b missing node dripping -b missing node stockpiling -b missing node loquacity -b missing node pathways -b missing node ploughed -b missing node rubbles -b missing node postmarked -b missing node texture -b missing node governorate -b missing node differentiate -b missing node tiaraed -b missing node renascences -b missing node oglers -b missing node exhibitions -b missing node crabbed -b missing node spuing -b missing node touch -b missing node euphonies -b missing node transnational -b missing node roaders -b missing node crabber -b missing node episcopalians -b missing node enthrone -b missing node diction -b missing node pistillate -b missing node justify -b missing node racialism -b missing node racialist -b missing node carbonizing -b missing node patronize -b missing node cowbell -b missing node plowable -b missing node epicenter -b missing node precipitations -b missing node antiseptics -b missing node timeliness -b missing node unheated -b missing node simulator -b missing node unpopularly -b missing node bayoneted -b missing node candescent -b missing node colorable -b missing node regretting -b missing node trioxide -b missing node testifies -b missing node goofier -b missing node testifier -b missing node astrological -b missing node pickup -b missing node pogroms -b missing node fabricator -b missing node catskill -b missing node frenzy -b missing node populating -b missing node sculpturing -b missing node brownish -b missing node unlamented -b missing node rebelliously -b missing node tough -b missing node misspeak -b missing node incliners -b missing node melancholies -b missing node justice -b missing node disbelieve -b missing node olios -b missing node hawthorn -b missing node vincent -b missing node calcifying -b missing node through -b missing node anesthetists -b missing node stimuli -b missing node upturning -b missing node sarong -b missing node verandahs -b missing node population -b missing node testified -b missing node aerologists -b missing node squirreled -b missing node porkers -b missing node goldest -b missing node costlier -b missing node saltworts -b missing node weariless -b missing node torchbearers -b missing node condemnations -b missing node permittee -b missing node permitted -b missing node fiscally -b missing node leisureless -b missing node burnoose -b missing node fostering -b missing node abbreviations -b missing node differentials -b missing node griefs -b missing node hurriedly -b missing node salvoed -b missing node subhuman -b missing node cordoning -b missing node commonness -b missing node aggregational -b missing node disquisition -b missing node colostomy -b missing node laurelling -b missing node drippier -b missing node histograms -b missing node waterskiing -b missing node antique -b missing node necromancy -b missing node aerometer -b missing node chivalrous -b missing node quaffer -b missing node chickweeds -b missing node jollying -b missing node opiumisms -b missing node awaiting -b missing node mistiming -b missing node dolmen -b missing node furrowers -b missing node darts -b missing node theocrats -b missing node suitableness -b missing node quaffed -b missing node stopwatch -b missing node hillier -b missing node navigating -b missing node advisedly -b missing node interestingly -b missing node manically -b missing node polymorphous -b missing node fabricates -b missing node furniture -b missing node appetizingly -b missing node munched -b missing node sparing -b missing node announcing -b missing node showgirl -b missing node elocution -b missing node entrenching -b missing node muncher -b missing node munches -b missing node tangibility -b missing node savorier -b missing node ardours -b missing node approvingly -b missing node savories -b missing node finked -b missing node casehardens -b missing node darns -b missing node mistrals -b missing node symbiotically -b missing node restore -b missing node justing -b missing node ivories -b missing node browning -b missing node footboard -b missing node nonsuppression -b missing node dechlorinate -b missing node repacks -b missing node exhort -b missing node easterly -b missing node dolman -b missing node incontrovertibly -b missing node mildness -b missing node sundial -b missing node incontrovertible -b missing node outposts -b missing node insincerities -b missing node teapot -b missing node sloughs -b missing node sloughy -b missing node luminal -b missing node touchier -b missing node fabricated -b missing node oxidize -b missing node pennon -b missing node reintroduction -b missing node acceder -b missing node chapt -b missing node technique -b missing node nonconfidence -b missing node rounders -b missing node accedes -b missing node churchman -b missing node scar -b missing node scat -b missing node importunateness -b missing node unfrequented -b missing node ixia -b missing node empresses -b missing node roundest -b missing node chaos -b missing node caponize -b missing node mavens -b missing node ahimsa -b missing node disney -b missing node quaggiest -b missing node snippier -b missing node pennines -b missing node furor -b missing node nonce -b missing node chaps -b missing node attic -b missing node dangers -b missing node clodhopping -b missing node plaintiffs -b missing node inexcusably -b missing node chary -b missing node suave -b missing node chase -b missing node traitorously -b missing node preadjustments -b missing node deceasing -b missing node inexcusable -b missing node prioress -b missing node twirps -b missing node goatish -b missing node chasm -b missing node enticements -b missing node foreseeing -b missing node chickens -b missing node mainstreams -b missing node emergencies -b missing node picket -b missing node creasiest -b missing node chard -b missing node chare -b missing node obscurant -b missing node fiducial -b missing node charm -b missing node picked -b missing node mercery -b missing node towering -b missing node chart -b missing node whimperingly -b missing node chars -b missing node picker -b missing node garden -b missing node realizing -b missing node begging -b missing node hurtles -b missing node cloaking -b missing node bonding -b missing node lambers -b missing node lambert -b missing node parthenon -b missing node quarriers -b missing node subsegments -b missing node vixenish -b missing node champ -b missing node logwoods -b missing node churchmen -b missing node scenarists -b missing node perfidies -b missing node sulfites -b missing node intriguingly -b missing node hearable -b missing node dashy -b missing node copycatted -b missing node forefeels -b missing node japeries -b missing node chalk -b missing node hurtled -b missing node vitric -b missing node phraseology -b missing node dungaree -b missing node navigation -b missing node subsidiary -b missing node highjacked -b missing node experimenting -b missing node dowdily -b missing node mariposa -b missing node mortgageable -b missing node reticently -b missing node twirls -b missing node launderers -b missing node ohmages -b missing node posteriority -b missing node abstractness -b missing node pacemakers -b missing node twirly -b missing node chant -b missing node grandstand -b missing node furls -b missing node floggings -b missing node oenophile -b missing node unsealed -b missing node bungling -b missing node divested -b missing node forksful -b missing node pickax -b missing node infrared -b missing node oxidise -b missing node salvoes -b missing node chams -b missing node scag -b missing node scad -b missing node fragments -b missing node scab -b missing node confederations -b missing node irises -b missing node distrustfulness -b missing node scan -b missing node chang -b missing node scam -b missing node acceded -b missing node brownies -b missing node brownier -b missing node sickled -b missing node accepter -b missing node captivators -b missing node sickles -b missing node demodulate -b missing node accepted -b missing node penned -b missing node headways -b missing node acceptee -b missing node angrier -b missing node melancholiac -b missing node snippily -b missing node snipping -b missing node penner -b missing node cinnamon -b missing node sideline -b missing node penney -b missing node lambent -b missing node whorled -b missing node reproductions -b missing node endpoint -b missing node emeers -b missing node calvinists -b missing node betrothals -b missing node designations -b missing node placebos -b missing node everymen -b missing node emergent -b missing node synonyms -b missing node constricts -b missing node adaptability -b missing node synonymy -b missing node pasteboard -b missing node roberts -b missing node tuesday -b missing node crimeless -b missing node meriting -b missing node hipness -b missing node furze -b missing node ghostliest -b missing node drivelers -b missing node accusatively -b missing node chair -b missing node chain -b missing node tequila -b missing node pueblo -b missing node hosing -b missing node forgoing -b missing node reaccustoms -b missing node skidways -b missing node goofily -b missing node offshore -b missing node furry -b missing node binaurally -b missing node chads -b missing node inceptions -b missing node mercers -b missing node pennae -b missing node incise -b missing node outgunned -b missing node martyrdoms -b missing node conscription -b missing node vagabondism -b missing node skated -b missing node hilling -b missing node commented -b missing node revamp -b missing node incite -b missing node consitutional -b missing node skater -b missing node unsalability -b missing node skates -b missing node pickle -b missing node pirogues -b missing node gerontologists -b missing node isostatically -b missing node remunerators -b missing node saltworks -b missing node intelligibly -b missing node remuneratory -b missing node redundant -b missing node envelopments -b missing node fellies -b missing node attar -b missing node complicatedly -b missing node everyman -b missing node offshoot -b missing node balkiest -b missing node goofing -b missing node buncoed -b missing node intelligible -b missing node costiveness -b missing node restock -b missing node uvulars -b missing node dinting -b missing node futilities -b missing node chaff -b missing node bloomers -b missing node beriberis -b missing node electioneer -b missing node scil -b missing node chafe -b missing node molesters -b missing node bloomery -b missing node sunbaths -b missing node inflorescence -b missing node humoured -b missing node victorious -b missing node silkiest -b missing node dropping -b missing node paisleys -b missing node sparerib -b missing node sunbathe -b missing node total -b missing node twitch -b missing node anathematizing -b missing node trustifying -b missing node photograph -b missing node cecropia -b missing node searchlights -b missing node rivetting -b missing node structuring -b missing node cookshop -b missing node penetrative -b missing node fanlight -b missing node epicureans -b missing node cuttle -b missing node shoeing -b missing node saps -b missing node nolle -b missing node fetors -b missing node tieback -b missing node bitable -b missing node novitiates -b missing node milords -b missing node whereases -b missing node impalpability -b missing node disguised -b missing node sawbuck -b missing node ionicity -b missing node encysting -b missing node salivated -b missing node dilations -b missing node disguises -b missing node sane -b missing node sand -b missing node cumquat -b missing node sang -b missing node sucks -b missing node multivalence -b missing node salivates -b missing node sank -b missing node groutier -b missing node buggered -b missing node prayerfulness -b missing node reengaging -b missing node dialogged -b missing node glitches -b missing node scorpio -b missing node glasgow -b missing node sans -b missing node basters -b missing node mountaintop -b missing node semicircular -b missing node dubiousness -b missing node disillusionments -b missing node profiter -b missing node cosigners -b missing node overpraises -b missing node jiujutsus -b missing node intimidate -b missing node totes -b missing node toter -b missing node same -b missing node totem -b missing node dialed -b missing node profited -b missing node inorganically -b missing node foisted -b missing node dialer -b missing node unslinging -b missing node flied -b missing node penmen -b missing node sale -b missing node clinker -b missing node recede -b missing node overpraised -b missing node immigrate -b missing node boffins -b missing node gigabits -b missing node rinded -b missing node flies -b missing node flier -b missing node majesties -b missing node salt -b missing node clinked -b missing node oblongatas -b missing node sake -b missing node prelimiting -b missing node oblongatae -b missing node roulade -b missing node dolled -b missing node seminarian -b missing node flick -b missing node restoration -b missing node uniaxial -b missing node grifts -b missing node happening -b missing node dominican -b missing node operand -b missing node potentiating -b missing node toted -b missing node chuckle -b missing node operant -b missing node dowdiness -b missing node shivas -b missing node imaginations -b missing node french -b missing node restorative -b missing node caseharden -b missing node flirt -b missing node dockage -b missing node draconian -b missing node shivah -b missing node detestable -b missing node says -b missing node tumultuous -b missing node abduction -b missing node backlogging -b missing node caroling -b missing node admonishing -b missing node carolina -b missing node nevada -b missing node inelegantly -b missing node enumeration -b missing node abandon -b missing node depolarized -b missing node revaluing -b missing node bumpkin -b missing node laburnums -b missing node evoking -b missing node altering -b missing node billies -b missing node lucked -b missing node felling -b missing node sawn -b missing node depolarizes -b missing node flips -b missing node depolarizer -b missing node kickstand -b missing node dollar -b missing node enumerating -b missing node scholarships -b missing node saws -b missing node decorate -b missing node programmatic -b missing node geomancies -b missing node talons -b missing node acclaimer -b missing node galumphs -b missing node abducting -b missing node save -b missing node wyoming -b missing node acclaimed -b missing node apparatuses -b missing node tantalizingly -b missing node flint -b missing node dowdier -b missing node dowdies -b missing node fling -b missing node scarped -b missing node chevaliers -b missing node frostlike -b missing node subpartnership -b missing node washrags -b missing node veinlet -b missing node scarper -b missing node operate -b missing node expulsions -b missing node discriminator -b missing node centimeters -b missing node repetitively -b missing node lifestyles -b missing node appeasements -b missing node planarity -b missing node sate -b missing node cutter -b missing node horseless -b missing node camelopard -b missing node imperfect -b missing node sass -b missing node recharged -b missing node luckie -b missing node newfound -b missing node seafarers -b missing node flammed -b missing node towhee -b missing node dialog -b missing node between -b missing node sash -b missing node twists -b missing node koala -b missing node recharges -b missing node herder -b missing node efficaciously -b missing node doddering -b missing node detestably -b missing node powdering -b missing node liquate -b missing node signpost -b missing node herded -b missing node sari -b missing node sufferance -b missing node graceless -b missing node linguini -b missing node contort -b missing node demounts -b missing node linguine -b missing node sidetracked -b missing node unlocked -b missing node providers -b missing node keltic -b missing node emigrated -b missing node consolations -b missing node mollified -b missing node interleaved -b missing node popinjay -b missing node relishable -b missing node coracle -b missing node firesides -b missing node mollifies -b missing node towies -b missing node interleaves -b missing node saunterer -b missing node gildings -b missing node decapods -b missing node woodland -b missing node mollifier -b missing node protectional -b missing node alexandria -b missing node antarctica -b missing node textual -b missing node trepans -b missing node discriminated -b missing node gunmen -b missing node colluding -b missing node survive -b missing node dross -b missing node affirm -b missing node worsteds -b missing node terrene -b missing node koans -b missing node billing -b missing node zarfs -b missing node ginny -b missing node discriminates -b missing node nomad -b missing node embankments -b missing node baseness -b missing node chiders -b missing node drone -b missing node unfortified -b missing node wideness -b missing node parables -b missing node disbeliefs -b missing node apparats -b missing node permanents -b missing node provident -b missing node arboretum -b missing node cellular -b missing node inherent -b missing node contour -b missing node dubbers -b missing node wideners -b missing node drool -b missing node billion -b missing node touchily -b missing node transient -b missing node sundowns -b missing node shiver -b missing node linguist -b missing node squirmiest -b missing node shoelaces -b missing node canvass -b missing node granddaughter -b missing node dipsomania -b missing node albinoism -b missing node deformations -b missing node masonries -b missing node simulated -b missing node nudging -b missing node briticism -b missing node sauntered -b missing node unpresentable -b missing node advocacies -b missing node classified -b missing node phenolic -b missing node simulates -b missing node ginks -b missing node aurorean -b missing node burundi -b missing node gunman -b missing node flite -b missing node droop -b missing node trollers -b missing node duskish -b missing node emigrates -b missing node jibed -b missing node piezoelectricity -b missing node gravities -b missing node unpresentably -b missing node flits -b missing node jibes -b missing node buckshots -b missing node jiber -b missing node touching -b missing node drops -b missing node dropt -b missing node classifier -b missing node classifies -b missing node consomme -b missing node recept -b missing node lazuli -b missing node reascending -b missing node geneticists -b missing node droit -b missing node disorders -b missing node constance -b missing node solitaries -b missing node esculents -b missing node potentiation -b missing node triodes -b missing node youngsters -b missing node xenophobe -b missing node goofball -b missing node tricycles -b missing node redbuds -b missing node penman -b missing node grieve -b missing node tilling -b missing node verdicts -b missing node pulsers -b missing node encouraged -b missing node grouting -b missing node tutoress -b missing node cartridges -b missing node basketry -b missing node misdealing -b missing node dater -b missing node dates -b missing node teared -b missing node dusking -b missing node tearer -b missing node keyed -b missing node autarchy -b missing node seminaries -b missing node droll -b missing node recess -b missing node exserted -b missing node strapper -b missing node workups -b missing node sardine -b missing node councils -b missing node strapped -b missing node misbegetting -b missing node frenum -b missing node constancy -b missing node equivocating -b missing node redbugs -b missing node woeful -b missing node novocain -b missing node unapplicable -b missing node pipefish -b missing node organelles -b missing node photographer -b missing node ceruleans -b missing node dollop -b missing node parcels -b missing node dated -b missing node duskily -b missing node equivocation -b missing node garcon -b missing node trolleys -b missing node backlists -b missing node encourager -b missing node encourages -b missing node scolding -b missing node demijohns -b missing node synaesthetic -b missing node hemmers -b missing node boomer -b missing node recent -b missing node turtling -b missing node meatless -b missing node chargers -b missing node cromwellian -b missing node supranational -b missing node argumentive -b missing node boomed -b missing node photographic -b missing node qophs -b missing node progenitors -b missing node abreacts -b missing node paretics -b missing node climatically -b missing node noneducable -b missing node podium -b missing node raisers -b missing node renegade -b missing node keening -b missing node informers -b missing node codeless -b missing node generalizes -b missing node generalizer -b missing node faulkner -b missing node niobiums -b missing node spacecraft -b missing node shirks -b missing node unmarred -b missing node versify -b missing node utilise -b missing node asseverated -b missing node liquidizing -b missing node consecrating -b missing node brutified -b missing node numerator -b missing node colluders -b missing node unkennels -b missing node reserpine -b missing node regenerators -b missing node towing -b missing node slipperiness -b missing node processions -b missing node metamorphisms -b missing node persuasively -b missing node smooth -b missing node bantering -b missing node neoplastic -b missing node oxidative -b missing node alleviatory -b missing node debriefings -b missing node woefully -b missing node alleviators -b missing node chromiums -b missing node asseverates -b missing node liquefy -b missing node outarguing -b missing node unfavored -b missing node recognize -b missing node geezer -b missing node ensure -b missing node starling -b missing node unwomanly -b missing node mirthfully -b missing node commodore -b missing node dastard -b missing node octuple -b missing node sequestering -b missing node holdup -b missing node noons -b missing node utility -b missing node cutworms -b missing node improperness -b missing node sparker -b missing node antinomian -b missing node prophesy -b missing node sissyish -b missing node exonerates -b missing node photographed -b missing node tobaccos -b missing node faucet -b missing node terminal -b missing node afeared -b missing node casuistical -b missing node mythology -b missing node octuply -b missing node prophets -b missing node devote -b missing node fauces -b missing node uncustomary -b missing node consoled -b missing node hemming -b missing node outleaping -b missing node medievalism -b missing node weakness -b missing node connubial -b missing node medievalist -b missing node consoles -b missing node consoler -b missing node ventrally -b missing node accustomed -b missing node exonerated -b missing node trollies -b missing node broadsword -b missing node manifoldly -b missing node sweethearts -b missing node charbroiled -b missing node guffaw -b missing node slashing -b missing node shirrs -b missing node tartlets -b missing node noose -b missing node redeemable -b missing node trollied -b missing node loamiest -b missing node daubs -b missing node membrane -b missing node dauby -b missing node atoners -b missing node ultrasuede -b missing node winners -b missing node sheathers -b missing node tramroad -b missing node worthwhile -b missing node sparked -b missing node disown -b missing node unreconstructed -b missing node unriddle -b missing node aquatone -b missing node generalized -b missing node usefully -b missing node jakarta -b missing node lispingly -b missing node destroys -b missing node comprehends -b missing node defaulting -b missing node puppies -b missing node subversions -b missing node shirts -b missing node dispel -b missing node underrunning -b missing node jugful -b missing node effigies -b missing node copyist -b missing node unofficial -b missing node ionising -b missing node plateful -b missing node antiquarians -b missing node disassimilated -b missing node hollyhock -b missing node utilizations -b missing node catmint -b missing node enshroud -b missing node larcener -b missing node datum -b missing node accomplishments -b missing node cofferdams -b missing node seafarer -b missing node oxidating -b missing node windblown -b missing node oxidation -b missing node unsuitable -b missing node shirty -b missing node compartmentally -b missing node devout -b missing node cesspools -b missing node devour -b missing node unsuitably -b missing node torte -b missing node constrain -b missing node horseshoer -b missing node horseshoes -b missing node gelidly -b missing node gunfire -b missing node torts -b missing node copying -b missing node judicatures -b missing node nonmalicious -b missing node beethoven -b missing node nudgers -b missing node fatherless -b missing node microbiologies -b missing node paperbacks -b missing node gimel -b missing node stonework -b missing node torus -b missing node trolling -b missing node bedcover -b missing node brutifies -b missing node banded -b missing node disregards -b missing node nooky -b missing node tillages -b missing node sparkle -b missing node offhand -b missing node grouters -b missing node nooks -b missing node sapheads -b missing node fructoses -b missing node reimbursable -b missing node unswearing -b missing node seal -b missing node seam -b missing node starlike -b missing node methadone -b missing node sedentary -b missing node alibis -b missing node keltics -b missing node rabbits -b missing node exonerator -b missing node impassivity -b missing node headhunting -b missing node bander -b missing node responsive -b missing node kakemonos -b missing node lushest -b missing node accursedness -b missing node agitator -b missing node syntactical -b missing node overexpand -b missing node aeried -b missing node topologies -b missing node weaners -b missing node palinodes -b missing node sear -b missing node seas -b missing node seat -b missing node xerosis -b missing node disturbers -b missing node galatians -b missing node pupping -b missing node inadmissibility -b missing node unkept -b missing node posterities -b missing node interweave -b missing node adieu -b missing node penitently -b missing node torso -b missing node vittle -b missing node drogues -b missing node fluorenes -b missing node daunt -b missing node bandit -b missing node inhabitant -b missing node calabash -b missing node duster -b missing node insufficiencies -b missing node secs -b missing node syntactic -b missing node sect -b missing node sylphy -b missing node sylphs -b missing node aerify -b missing node dusted -b missing node outmode -b missing node torsi -b missing node reselling -b missing node singleness -b missing node holder -b missing node potentiated -b missing node holden -b missing node seed -b missing node parabola -b missing node prospecting -b missing node seer -b missing node seep -b missing node seen -b missing node seem -b missing node seek -b missing node runagates -b missing node potentiates -b missing node sarcomas -b missing node actress -b missing node aeries -b missing node aerier -b missing node synonym -b missing node veinier -b missing node planarian -b missing node compunction -b missing node sees -b missing node tessellating -b missing node presenters -b missing node crackpots -b missing node psychiatric -b missing node subcommission -b missing node elegize -b missing node prophecy -b missing node cuttages -b missing node caveman -b missing node bawled -b missing node megillah -b missing node toros -b missing node paroquets -b missing node ghastliness -b missing node supremer -b missing node captivated -b missing node grandames -b missing node heliocentrically -b missing node fresnels -b missing node disharmonies -b missing node captivates -b missing node gangliest -b missing node fabric -b missing node preappoints -b missing node topazes -b missing node maturities -b missing node impregnations -b missing node greenhorn -b missing node basilisks -b missing node humbugs -b missing node transliterate -b missing node engrossment -b missing node pestilent -b missing node immigrant -b missing node stakeouts -b missing node prearrange -b missing node consecrative -b missing node truncation -b missing node torii -b missing node voodooed -b missing node pretexts -b missing node ligamentous -b missing node swathers -b missing node gimps -b missing node contributors -b missing node awakenings -b missing node contributory -b missing node firming -b missing node cavemen -b missing node nunnish -b missing node skewering -b missing node gimpy -b missing node chucked -b missing node utilize -b missing node humidification -b missing node erotize -b missing node duckie -b missing node antinomies -b missing node appropriateness -b missing node anarchy -b missing node anarchs -b missing node tuckering -b missing node mortgager -b missing node self -b missing node mortgages -b missing node switches -b missing node bawler -b missing node switcher -b missing node mortgagee -b missing node mortgaged -b missing node quizzers -b missing node sell -b missing node kithing -b missing node barbarizing -b missing node capacity -b missing node tessellation -b missing node prospective -b missing node uncertain -b missing node switched -b missing node imbedded -b missing node psalmists -b missing node resuming -b missing node semi -b missing node planarias -b missing node periodic -b missing node sternums -b missing node reifiers -b missing node contusions -b missing node sultrier -b missing node truncating -b missing node send -b missing node confirmations -b missing node ducker -b missing node coinhering -b missing node powderers -b missing node panegyrical -b missing node warplanes -b missing node sent -b missing node quarterfinalist -b missing node veining -b missing node utilities -b missing node captivator -b missing node grumblers -b missing node tousles -b missing node uncompensated -b missing node blotchy -b missing node motorways -b missing node hymens -b missing node penetration -b missing node rewelds -b missing node herald -b missing node stewardship -b missing node torcs -b missing node preassembles -b missing node rejuvenations -b missing node genuflect -b missing node tousled -b missing node abstinent -b missing node wavelength -b missing node cribbers -b missing node ducked -b missing node preassembled -b missing node eddying -b missing node ushers -b missing node elegise -b missing node furbelow -b missing node manifestos -b missing node adjoin -b missing node penetrating -b missing node numerates -b missing node bleariest -b missing node dehumanizes -b missing node devoid -b missing node ollas -b missing node microbiologist -b missing node detractions -b missing node preaccepting -b missing node sept -b missing node dispassionate -b missing node naturedly -b missing node raying -b missing node numerated -b missing node trifocal -b missing node merchant -b missing node scramming -b missing node devoir -b missing node embarrass -b missing node aerial -b missing node scrubby -b missing node leverets -b missing node gaining -b missing node consecration -b missing node tores -b missing node personalization -b missing node elegist -b missing node jackfishes -b missing node dildoes -b missing node dehumanized -b missing node singularly -b missing node pseudo -b missing node revelation -b missing node malignities -b missing node deoxidization -b missing node clangors -b missing node scorned -b missing node phantasts -b missing node toras -b missing node bookstore -b missing node schmeers -b missing node finitude -b missing node recolonizing -b missing node daydreamers -b missing node manifestly -b missing node disemploys -b missing node torch -b missing node adits -b missing node raddle -b missing node libido -b missing node monomeric -b missing node humdinger -b missing node dustup -b missing node intercessions -b missing node origins -b missing node nicotinic -b missing node duckboard -b missing node annuitant -b missing node motleys -b missing node scow -b missing node scot -b missing node industriousness -b missing node scop -b missing node laundering -b missing node bacterially -b missing node nicotines -b missing node coccyxes -b missing node rechristens -b missing node sheepshearing -b missing node appertained -b missing node furzy -b missing node flounce -b missing node torah -b missing node tinfuls -b missing node tuberculous -b missing node erotism -b missing node memphis -b missing node stunted -b missing node flouncy -b missing node hueless -b missing node barkeeps -b missing node flavoured -b missing node shists -b missing node adios -b missing node maisonette -b missing node guldens -b missing node epithalamion -b missing node gourmand -b missing node futural -b missing node breakfront -b missing node monetize -b missing node scum -b missing node burlaps -b missing node scut -b missing node porringers -b missing node clangour -b missing node imprisoned -b missing node unfamiliar -b missing node excoriates -b missing node lambdas -b missing node jollily -b missing node scud -b missing node excoriated -b missing node duskiness -b missing node contravention -b missing node inconsequentially -b missing node pothooks -b missing node experimenters -b missing node carousal -b missing node warlike -b missing node inferior -b missing node chancellorships -b missing node treasuryship -b missing node chidden -b missing node transformers -b missing node prancingly -b missing node persecutee -b missing node spiralling -b missing node persecuted -b missing node diurnally -b missing node breaker -b missing node manifested -b missing node unwatched -b missing node pemmicans -b missing node persecutes -b missing node wringers -b missing node ounce -b missing node insuring -b missing node heritabilities -b missing node scorner -b missing node sideswipers -b missing node nones -b missing node acerbity -b missing node thresholds -b missing node futures -b missing node confirmation -b missing node necromancers -b missing node galoshed -b missing node piloting -b missing node sculptors -b missing node scrawliest -b missing node pesthole -b missing node todays -b missing node galoshes -b missing node heartlessly -b missing node geodes -b missing node neutering -b missing node chaws -b missing node aureateness -b missing node fuses -b missing node development -b missing node glissaded -b missing node holloaing -b missing node octuplet -b missing node fused -b missing node epithalamium -b missing node autograph -b missing node fusee -b missing node doable -b missing node schemed -b missing node glissades -b missing node fusel -b missing node carousel -b missing node elegies -b missing node amputated -b missing node southward -b missing node carouses -b missing node worriedly -b missing node carouser -b missing node chats -b missing node conkers -b missing node seeings -b missing node fluently -b missing node phantasms -b missing node kookier -b missing node caroused -b missing node schemes -b missing node blooming -b missing node aerily -b missing node cithers -b missing node schemer -b missing node cithern -b missing node bubonic -b missing node parches -b missing node shafts -b missing node registrability -b missing node herbal -b missing node afflicts -b missing node parched -b missing node caverned -b missing node microgram -b missing node voyageurs -b missing node towerier -b missing node solarizes -b missing node unfaltering -b missing node hagbuts -b missing node cytologist -b missing node theatric -b missing node chrysolite -b missing node visualizers -b missing node duodecimal -b missing node geodic -b missing node corniest -b missing node gilds -b missing node licensable -b missing node lavalier -b missing node sniping -b missing node erotics -b missing node syrians -b missing node societal -b missing node antichrists -b missing node oncograph -b missing node toque -b missing node jollity -b missing node caribes -b missing node scissored -b missing node octupled -b missing node shiftlessness -b missing node solarized -b missing node perennially -b missing node octuples -b missing node scollops -b missing node cuspidated -b missing node mycotoxic -b missing node potatoes -b missing node featherbedded -b missing node insecurely -b missing node mavins -b missing node feticide -b missing node scathingly -b missing node potentiator -b missing node fusil -b missing node elegiac -b missing node neomorphs -b missing node oviparous -b missing node acronym -b missing node irised -b missing node supines -b missing node bumpier -b missing node undistilled -b missing node mycotoxin -b missing node salutarily -b missing node picograms -b missing node earmarked -b missing node hexagon -b missing node bonneted -b missing node minuteness -b missing node brutality -b missing node repulsively -b missing node smooch -b missing node theatres -b missing node finnan -b missing node harvester -b missing node foggers -b missing node savagism -b missing node harvested -b missing node trochee -b missing node equating -b missing node anthropoids -b missing node edification -b missing node babying -b missing node homeyness -b missing node uprear -b missing node constitutionally -b missing node acacias -b missing node explicate -b missing node erotica -b missing node reinfusing -b missing node bookie -b missing node equation -b missing node unbeknown -b missing node nuance -b missing node biotelemetry -b missing node rostra -b missing node yipes -b missing node militiamen -b missing node piggy -b missing node caribou -b missing node ramrods -b missing node bloomier -b missing node revictual -b missing node terminus -b missing node inebrious -b missing node broiders -b missing node exemplum -b missing node endpoints -b missing node unmended -b missing node sacbuts -b missing node millipede -b missing node trivium -b missing node abidingly -b missing node krypton -b missing node samphires -b missing node pillowy -b missing node illegalities -b missing node flecked -b missing node broidery -b missing node bradded -b missing node pillows -b missing node unshaved -b missing node unconcerned -b missing node crushers -b missing node monologist -b missing node smuts -b missing node workingwomen -b missing node unshaven -b missing node amputates -b missing node initiations -b missing node student -b missing node dibbers -b missing node savaging -b missing node lemmings -b missing node decapitate -b missing node fussy -b missing node misspell -b missing node unindorsed -b missing node tenoning -b missing node respectability -b missing node gills -b missing node misspelt -b missing node inalterable -b missing node gilly -b missing node physically -b missing node crosstalk -b missing node ensued -b missing node finned -b missing node demimondain -b missing node brutalize -b missing node sissified -b missing node bologna -b missing node overtones -b missing node forcibleness -b missing node reinfusion -b missing node unconcluded -b missing node inalterably -b missing node ensues -b missing node perception -b missing node breakup -b missing node booker -b missing node sniggered -b missing node withhold -b missing node dogberry -b missing node commissions -b missing node ornery -b missing node ignorantly -b missing node bumping -b missing node booked -b missing node pillory -b missing node permissiveness -b missing node ameliorate -b missing node misspent -b missing node distortional -b missing node prune -b missing node inched -b missing node babyish -b missing node reopenings -b missing node pigmy -b missing node misspend -b missing node seeable -b missing node wonders -b missing node inches -b missing node bumpily -b missing node success -b missing node meritable -b missing node forayed -b missing node shaggy -b missing node childishness -b missing node cadenzas -b missing node workingwoman -b missing node perceptive -b missing node forayer -b missing node omicrons -b missing node spelunked -b missing node whickers -b missing node spelunker -b missing node cytologies -b missing node grapple -b missing node elevators -b missing node exemplifications -b missing node versine -b missing node versing -b missing node sobriquet -b missing node parsleys -b missing node prude -b missing node marbled -b missing node communalized -b missing node etape -b missing node meditations -b missing node marbles -b missing node david -b missing node marbler -b missing node greatness -b missing node bagginess -b missing node upshots -b missing node reaction -b missing node hydrophobic -b missing node hydrophobia -b missing node hospitality -b missing node kodak -b missing node slumberer -b missing node version -b missing node rheniums -b missing node biosatellites -b missing node fusty -b missing node megalomaniacally -b missing node pistachios -b missing node jealousy -b missing node hyacinths -b missing node reacting -b missing node finagling -b missing node deprogram -b missing node leches -b missing node lecher -b missing node coeducationally -b missing node wanters -b missing node hospitalism -b missing node slumbered -b missing node pretention -b missing node aerosol -b missing node hurrayed -b missing node micronesia -b missing node theocracy -b missing node blowfish -b missing node manifolded -b missing node arsonous -b missing node kinematic -b missing node indemnificator -b missing node newscaster -b missing node reactive -b missing node cambodia -b missing node checkless -b missing node gilts -b missing node hospitalize -b missing node denouncing -b missing node amicableness -b missing node catamites -b missing node carolled -b missing node manufacturable -b missing node vortexes -b missing node tuberculoid -b missing node scuppering -b missing node plumbable -b missing node marksmanship -b missing node amputator -b missing node bondman -b missing node davis -b missing node militiaman -b missing node davit -b missing node savorers -b missing node caroller -b missing node romantics -b missing node aeronautically -b missing node damnedest -b missing node unclosing -b missing node misinterpretations -b missing node entryways -b missing node troches -b missing node spacesuit -b missing node concreteness -b missing node enneagons -b missing node yuletide -b missing node decisive -b missing node filename -b missing node sired -b missing node maven -b missing node efface -b missing node occulters -b missing node siree -b missing node traversing -b missing node champions -b missing node slenderness -b missing node jills -b missing node smashing -b missing node fussers -b missing node nurserymen -b missing node answer -b missing node possibly -b missing node scalesmen -b missing node rubicundity -b missing node prudishness -b missing node acquiescing -b missing node slitless -b missing node whigs -b missing node rheumatology -b missing node irrespective -b missing node funicular -b missing node widgeons -b missing node vibrations -b missing node weirdoes -b missing node pansies -b missing node natrons -b missing node gawkish -b missing node barograms -b missing node unassertive -b missing node grubby -b missing node cunningest -b missing node outsmarting -b missing node stomachers -b missing node palely -b missing node soapwort -b missing node exothermic -b missing node torsionally -b missing node linkups -b missing node grinners -b missing node noncombustibles -b missing node zees -b missing node illusionist -b missing node weighers -b missing node mormonism -b missing node powerboat -b missing node systole -b missing node victoriously -b missing node illusionism -b missing node dominium -b missing node dames -b missing node whiff -b missing node composition -b missing node contravened -b missing node spence -b missing node incompatibilities -b missing node unrest -b missing node dispersions -b missing node cognising -b missing node blimey -b missing node incandescent -b missing node beriberi -b missing node landings -b missing node pseudopodium -b missing node clappers -b missing node chlorinators -b missing node scalesman -b missing node perplexities -b missing node executrixes -b missing node dishrags -b missing node switchboard -b missing node shlemiel -b missing node waterbeds -b missing node brightness -b missing node possible -b missing node bloodings -b missing node indicters -b missing node everest -b missing node notchy -b missing node shrugged -b missing node conspicuously -b missing node versant -b missing node suborbital -b missing node daystars -b missing node spends -b missing node gumshoes -b missing node shadowy -b missing node tercels -b missing node optimistically -b missing node ghee -b missing node foolproof -b missing node aryan -b missing node contravenes -b missing node shadows -b missing node siren -b missing node which -b missing node bistro -b missing node sires -b missing node whirl -b missing node funker -b missing node nonnutritious -b missing node jacky -b missing node intuitively -b missing node decomposable -b missing node souvenir -b missing node whirs -b missing node whirr -b missing node jacks -b missing node gumshoed -b missing node thoroughbreds -b missing node interbanking -b missing node rewrite -b missing node funked -b missing node readmit -b missing node zeal -b missing node nonmeasurable -b missing node whitewashing -b missing node essaying -b missing node indiscriminate -b missing node suckering -b missing node increment -b missing node circularize -b missing node perplexed -b missing node memorability -b missing node dominion -b missing node hamburger -b missing node fuselage -b missing node depictions -b missing node aigrettes -b missing node penthouses -b missing node perplexes -b missing node damps -b missing node anaerobe -b missing node zebu -b missing node frosted -b missing node unintended -b missing node orthopedics -b missing node enunciate -b missing node butchery -b missing node limitlessly -b missing node palest -b missing node whipt -b missing node whips -b missing node butchers -b missing node zaniness -b missing node shockwave -b missing node bucklers -b missing node sorriness -b missing node fickleness -b missing node inductance -b missing node boggling -b missing node unreel -b missing node ghat -b missing node mantlings -b missing node palets -b missing node whiny -b missing node fifteens -b missing node discoursers -b missing node anoxias -b missing node zeds -b missing node contrail -b missing node tricksiest -b missing node opts -b missing node aryls -b missing node single -b missing node squadron -b missing node sludge -b missing node coarsening -b missing node tramell -b missing node whine -b missing node muscles -b missing node singly -b missing node bermudians -b missing node imprecators -b missing node sludgy -b missing node slicing -b missing node deforestation -b missing node opus -b missing node muscled -b missing node contract -b missing node whims -b missing node gingersnaps -b missing node jacob -b missing node denials -b missing node mandolinists -b missing node cowshed -b missing node misnumbered -b missing node malthusian -b missing node nurseryman -b missing node abscess -b missing node cathouses -b missing node essayist -b missing node watson -b missing node ruffian -b missing node darwinists -b missing node uneconomic -b missing node while -b missing node eastbound -b missing node unhitch -b missing node shoreline -b missing node absurdest -b missing node cheateries -b missing node acoustically -b missing node mossier -b missing node needlessly -b missing node blimps -b missing node tramels -b missing node damns -b missing node inclinable -b missing node peelings -b missing node hawser -b missing node hawses -b missing node scientific -b missing node clamming -b missing node brickbats -b missing node advance -b missing node rooting -b missing node callboy -b missing node bugaboo -b missing node deviating -b missing node insidious -b missing node samba -b missing node heiling -b missing node jaded -b missing node girlies -b missing node sambo -b missing node pocks -b missing node runabouts -b missing node differentiating -b missing node pocky -b missing node unbuttoned -b missing node jades -b missing node tetanal -b missing node untaught -b missing node murderously -b missing node patina -b missing node reconstructive -b missing node stickouts -b missing node rickrack -b missing node tramline -b missing node timbered -b missing node unled -b missing node spondee -b missing node sextuply -b missing node consorted -b missing node remands -b missing node biographic -b missing node sextuple -b missing node shiningly -b missing node extradites -b missing node worrisome -b missing node profligates -b missing node contrary -b missing node remarried -b missing node extradited -b missing node stews -b missing node inarm -b missing node unlet -b missing node ruffing -b missing node conniving -b missing node reassumption -b missing node remarries -b missing node grippy -b missing node melancholia -b missing node replanning -b missing node melancholic -b missing node desirably -b missing node unproductively -b missing node incorrigibility -b missing node defamation -b missing node immunology -b missing node preannouncement -b missing node nitrous -b missing node tallyhos -b missing node grippe -b missing node scoopers -b missing node normalized -b missing node sphagnums -b missing node catherine -b missing node pinoles -b missing node secession -b missing node zeus -b missing node paladin -b missing node desirable -b missing node argued -b missing node snooking -b missing node archaeological -b missing node arguer -b missing node argues -b missing node deviation -b missing node petaled -b missing node biographer -b missing node advantaged -b missing node unsuitableness -b missing node weewee -b missing node hectically -b missing node accidental -b missing node lamaism -b missing node advantages -b missing node nevermore -b missing node differentiation -b missing node circularity -b missing node walnut -b missing node patios -b missing node uncloses -b missing node unlaw -b missing node unlay -b missing node peacemaking -b missing node unclosed -b missing node argufy -b missing node divination -b missing node brothel -b missing node bladders -b missing node blinds -b missing node zero -b missing node jilts -b missing node annotation -b missing node semiotics -b missing node seismism -b missing node wordless -b missing node dugongs -b missing node changeover -b missing node bladdery -b missing node capricorn -b missing node reglaze -b missing node mattery -b missing node revellers -b missing node deterring -b missing node matters -b missing node polygamic -b missing node traducer -b missing node reconstructing -b missing node traduces -b missing node saturate -b missing node annotating -b missing node rooftree -b missing node maying -b missing node sibyllic -b missing node dance -b missing node ranking -b missing node traduced -b missing node lianes -b missing node deviltry -b missing node normalizer -b missing node normalizes -b missing node orthopedist -b missing node thurifer -b missing node isomers -b missing node aphoristic -b missing node exothermal -b missing node alaskans -b missing node nonbelievers -b missing node lapdog -b missing node picaro -b missing node rootier -b missing node precollegiate -b missing node dandy -b missing node reinducted -b missing node zest -b missing node emeralds -b missing node danes -b missing node sinkable -b missing node zeta -b missing node enthrones -b missing node brother -b missing node sideboard -b missing node dragonfly -b missing node wotting -b missing node patterned -b missing node enceinte -b missing node subdepot -b missing node enthroned -b missing node diaspora -b missing node lunched -b missing node grapnels -b missing node diaspore -b missing node traffics -b missing node stilettoes -b missing node guerillas -b missing node inconspicuous -b missing node contrast -b missing node bubbletop -b missing node traffick -b missing node lunches -b missing node platefuls -b missing node unflappability -b missing node luncher -b missing node overheated -b missing node inapt -b missing node stilettoed -b missing node confessions -b missing node samoa -b missing node redeveloping -b missing node hearing -b missing node mavin -b missing node enmeshment -b missing node sciatic -b missing node golder -b missing node symmetry -b missing node golden -b missing node excelling -b missing node pyrometer -b missing node lianas -b missing node annotative -b missing node diemaker -b missing node nonparasitic -b missing node unlit -b missing node rankish -b missing node consortia -b missing node bamboozle -b missing node resumed -b missing node computerize -b missing node reconsiders -b missing node inane -b missing node unnecessarily -b missing node aortic -b missing node resumes -b missing node resumer -b missing node cuboid -b missing node reassimilate -b missing node pettifoggery -b missing node brewed -b missing node compted -b missing node pettifoggers -b missing node target -b missing node brewer -b missing node waveband -b missing node reconstruction -b missing node jingliest -b missing node blessed -b missing node thumbs -b missing node insheaths -b missing node jimmy -b missing node annihilator -b missing node abattoir -b missing node erasmus -b missing node strictest -b missing node jabot -b missing node republish -b missing node salon -b missing node kevils -b missing node palmyras -b missing node coroners -b missing node ores -b missing node rearwards -b missing node demonstrated -b missing node diminishments -b missing node beaked -b missing node blesses -b missing node tornadic -b missing node blesser -b missing node insheathe -b missing node urbanology -b missing node angriest -b missing node sequentiality -b missing node beaker -b missing node sinful -b missing node tarnally -b missing node imperceptibility -b missing node untoward -b missing node verisms -b missing node intractable -b missing node fatsoes -b missing node awless -b missing node stein -b missing node blinks -b missing node ordo -b missing node gartering -b missing node amerindian -b missing node orcs -b missing node retitles -b missing node imitative -b missing node whatsoever -b missing node reciprocatory -b missing node orca -b missing node lockouts -b missing node orch -b missing node hypnotists -b missing node indignity -b missing node patchiest -b missing node knapper -b missing node dales -b missing node learners -b missing node broads -b missing node minuscules -b missing node opalescing -b missing node stele -b missing node stodgy -b missing node blacks -b missing node orbs -b missing node salsa -b missing node shininess -b missing node transcendentalizm -b missing node violently -b missing node calcaria -b missing node devastators -b missing node thighed -b missing node audiological -b missing node torahs -b missing node titular -b missing node blinis -b missing node despatchers -b missing node cardroom -b missing node shorthorn -b missing node tortuosities -b missing node pestle -b missing node taxonomists -b missing node oral -b missing node imitation -b missing node broach -b missing node stodge -b missing node containing -b missing node byres -b missing node salty -b missing node semiformed -b missing node yogurts -b missing node chandlery -b missing node cubistic -b missing node coronets -b missing node involuntarily -b missing node travelled -b missing node demonstrates -b missing node chandlers -b missing node traveller -b missing node stems -b missing node reformulating -b missing node resharpen -b missing node hardiest -b missing node creole -b missing node swabbies -b missing node octopuses -b missing node amendments -b missing node savouring -b missing node steno -b missing node reformulation -b missing node salts -b missing node overflights -b missing node shamrocks -b missing node configured -b missing node acetifying -b missing node nonsystematic -b missing node skirling -b missing node unassisted -b missing node emanation -b missing node aeronautic -b missing node cortege -b missing node rented -b missing node seminormal -b missing node gigatons -b missing node renter -b missing node salvo -b missing node steps -b missing node effectuality -b missing node annihilates -b missing node melding -b missing node salve -b missing node ropeway -b missing node verbena -b missing node sycamore -b missing node moslem -b missing node ortolan -b missing node microtomy -b missing node spherically -b missing node bafflers -b missing node knotted -b missing node refusers -b missing node neutralism -b missing node repeople -b missing node imitating -b missing node griper -b missing node semiformal -b missing node emanating -b missing node florentines -b missing node compelled -b missing node knotter -b missing node stere -b missing node modishness -b missing node griped -b missing node deciders -b missing node jockey -b missing node chiasma -b missing node sannyasi -b missing node stern -b missing node verists -b missing node eczematous -b missing node tornados -b missing node blintz -b missing node falsified -b missing node brainwash -b missing node compeller -b missing node falsifier -b missing node dietitian -b missing node chiasms -b missing node neutralist -b missing node prestiges -b missing node microtome -b missing node teaware -b missing node falsifies -b missing node discomposing -b missing node jabber -b missing node swabbing -b missing node adeptly -b missing node retitled -b missing node wimbles -b missing node soigne -b missing node results -b missing node knapped -b missing node anabolic -b missing node clumpish -b missing node neutrality -b missing node leniencies -b missing node gripes -b missing node gripey -b missing node stets -b missing node succotash -b missing node uninviting -b missing node openings -b missing node rental -b missing node downswing -b missing node transcendentalist -b missing node jabbed -b missing node dally -b missing node transcendentalism -b missing node adsorbable -b missing node entangling -b missing node annihilated -b missing node steve -b missing node gneiss -b missing node paltrily -b missing node tectonics -b missing node skipping -b missing node pester -b missing node tufter -b missing node harries -b missing node harriet -b missing node harrier -b missing node unoccupied -b missing node bezoar -b missing node demonstrator -b missing node scaffolding -b missing node tufted -b missing node coronels -b missing node harried -b missing node readouts -b missing node pishing -b missing node heedfulness -b missing node neutralize -b missing node vesicles -b missing node magnetons -b missing node palaced -b missing node calumniate -b missing node countering -b missing node toniest -b missing node incontinently -b missing node tormenting -b missing node magnate -b missing node narcos -b missing node wattle -b missing node erased -b missing node opportunities -b missing node bleachs -b missing node questioned -b missing node unkindly -b missing node dahomey -b missing node detonations -b missing node talmudists -b missing node toadish -b missing node jacal -b missing node questioner -b missing node metalworking -b missing node palaces -b missing node probed -b missing node orth -b missing node torturing -b missing node empaling -b missing node spying -b missing node uncorks -b missing node sublimating -b missing node gawkies -b missing node gawkier -b missing node babkas -b missing node probes -b missing node prober -b missing node moderateness -b missing node lavalavas -b missing node vulcan -b missing node conceiting -b missing node clammily -b missing node clumping -b missing node sirup -b missing node inseparability -b missing node nameplates -b missing node erect -b missing node byron -b missing node bluesman -b missing node neurological -b missing node scrumptiousness -b missing node emanative -b missing node ringworm -b missing node seller -b missing node reportages -b missing node thumps -b missing node braless -b missing node orts -b missing node whizz -b missing node entombing -b missing node populi -b missing node forworn -b missing node cultic -b missing node unmet -b missing node drywalls -b missing node salad -b missing node enclasping -b missing node apartmental -b missing node funiculus -b missing node unread -b missing node mutagenically -b missing node whish -b missing node sublimation -b missing node unreal -b missing node whisk -b missing node unclothe -b missing node florally -b missing node whist -b missing node bluenoses -b missing node chitons -b missing node unarms -b missing node white -b missing node flatterer -b missing node entrapped -b missing node pigsties -b missing node merinos -b missing node gettered -b missing node clammier -b missing node zirconic -b missing node whits -b missing node flattered -b missing node biggings -b missing node cheekfuls -b missing node whity -b missing node republica -b missing node glassiest -b missing node singer -b missing node straddle -b missing node haircut -b missing node singes -b missing node unkinder -b missing node schillings -b missing node scoopful -b missing node unschooled -b missing node bluesmen -b missing node republics -b missing node adepter -b missing node singed -b missing node vengefully -b missing node erases -b missing node astrodome -b missing node eraser -b missing node descent -b missing node mellitus -b missing node unman -b missing node salivate -b missing node muskrat -b missing node atrophying -b missing node nonlife -b missing node descend -b missing node snooped -b missing node usherette -b missing node triptychs -b missing node approximations -b missing node pommelling -b missing node sales -b missing node profanations -b missing node compounding -b missing node salem -b missing node pekoes -b missing node conceals -b missing node scotching -b missing node gregarious -b missing node hophead -b missing node reediness -b missing node salivary -b missing node creped -b missing node heptagon -b missing node outpatients -b missing node gawking -b missing node rouble -b missing node weevil -b missing node colosseum -b missing node deliquescing -b missing node matriarchies -b missing node clumpier -b missing node tallying -b missing node steak -b missing node listeners -b missing node steal -b missing node errantries -b missing node stead -b missing node layaways -b missing node soliloquize -b missing node pullout -b missing node snooper -b missing node badging -b missing node gawkily -b missing node sheepshearer -b missing node lauding -b missing node steam -b missing node foliate -b missing node grandsons -b missing node nonabrasively -b missing node parroting -b missing node orig -b missing node pelletizes -b missing node holmiums -b missing node trivalves -b missing node griots -b missing node unionisms -b missing node initializing -b missing node excesses -b missing node bladed -b missing node execrations -b missing node twinight -b missing node erigerons -b missing node blades -b missing node cardigan -b missing node biblically -b missing node jockos -b missing node calumets -b missing node rhodesian -b missing node feelings -b missing node crepey -b missing node minding -b missing node slenderest -b missing node alkaloids -b missing node crepes -b missing node sisal -b missing node basketries -b missing node pompeii -b missing node stocks -b missing node savouries -b missing node brimfull -b missing node reenslaving -b missing node savourier -b missing node jetliner -b missing node buckbeans -b missing node cunning -b missing node sectarianism -b missing node orgy -b missing node depressingly -b missing node cutinizing -b missing node musicianly -b missing node steed -b missing node paleography -b missing node toadied -b missing node lapels -b missing node steep -b missing node steel -b missing node stocky -b missing node leeboard -b missing node canfield -b missing node chaptered -b missing node parietals -b missing node steer -b missing node toadies -b missing node pelletized -b missing node dolomites -b missing node sally -b missing node valises -b missing node forgave -b missing node theta -b missing node gyroscopes -b missing node taskmasters -b missing node understandingly -b missing node welshing -b missing node squawkers -b missing node bandaging -b missing node detracted -b missing node lecturers -b missing node refrigeration -b missing node deadliness -b missing node linearly -b missing node midwiving -b missing node onyx -b missing node cyanic -b missing node these -b missing node devisor -b missing node topotypes -b missing node pluperfect -b missing node preexisting -b missing node hellenes -b missing node untruly -b missing node painlessness -b missing node hayrick -b missing node prefixions -b missing node prorogations -b missing node ghettoing -b missing node refrigerating -b missing node queerness -b missing node figment -b missing node greenhorns -b missing node elopes -b missing node eloper -b missing node tramcar -b missing node carabao -b missing node mayhem -b missing node transvestites -b missing node freeholds -b missing node peacocking -b missing node conspirator -b missing node checkmate -b missing node satiation -b missing node eloped -b missing node quainter -b missing node enfeebled -b missing node digging -b missing node disembodies -b missing node barnstormed -b missing node gyroscopic -b missing node enfeebles -b missing node barnstormer -b missing node enameling -b missing node paradoxes -b missing node disembodied -b missing node sermonizing -b missing node oddball -b missing node exaltations -b missing node milkweed -b missing node postman -b missing node noninflammable -b missing node shucked -b missing node micronesian -b missing node maxim -b missing node vulgars -b missing node foggiest -b missing node unholier -b missing node foliage -b missing node clowneries -b missing node maxis -b missing node adjoining -b missing node bonsai -b missing node shucker -b missing node stampede -b missing node stabilization -b missing node invulnerably -b missing node satiating -b missing node spectrum -b missing node benzoins -b missing node lacteally -b missing node horseback -b missing node throttlers -b missing node actinism -b missing node pooling -b missing node buckeyes -b missing node sheepherder -b missing node dactylic -b missing node testes -b missing node controverts -b missing node tester -b missing node loquaciously -b missing node invulnerable -b missing node countermen -b missing node tested -b missing node scalier -b missing node testee -b missing node psalming -b missing node controversy -b missing node mayhap -b missing node taring -b missing node deionizing -b missing node tonight -b missing node hayride -b missing node sites -b missing node vulgate -b missing node surefooted -b missing node cyanin -b missing node domestications -b missing node congealable -b missing node sudsiest -b missing node slakers -b missing node there -b missing node cadaveric -b missing node wassails -b missing node noters -b missing node therm -b missing node nonpreservable -b missing node bereave -b missing node editorships -b missing node bimonthly -b missing node situp -b missing node situs -b missing node postmen -b missing node expedite -b missing node spikelet -b missing node playgirl -b missing node dactylus -b missing node preplanning -b missing node outweighs -b missing node ingeniousness -b missing node scaling -b missing node lauders -b missing node partialities -b missing node lovably -b missing node overdrives -b missing node rodman -b missing node hibiscuses -b missing node masturbation -b missing node actinide -b missing node causticity -b missing node lovable -b missing node nonuser -b missing node testis -b missing node psalmist -b missing node dewlaps -b missing node petites -b missing node absolutes -b missing node quaintly -b missing node unconsumed -b missing node fortifications -b missing node absoluter -b missing node rooftops -b missing node kishka -b missing node laggardness -b missing node biracial -b missing node insights -b missing node sulfur -b missing node nonprotectively -b missing node subrules -b missing node pinones -b missing node onus -b missing node thews -b missing node padlock -b missing node masturbating -b missing node habitation -b missing node thewy -b missing node impaneling -b missing node soapbark -b missing node constrainers -b missing node onto -b missing node rodmen -b missing node printing -b missing node fitful -b missing node predominantly -b missing node bowstrings -b missing node fanning -b missing node horsewoman -b missing node reincarnate -b missing node ghettoize -b missing node peninsula -b missing node hectogram -b missing node harborers -b missing node borderland -b missing node hansoms -b missing node untruth -b missing node wifing -b missing node compute -b missing node thirties -b missing node protectively -b missing node parroters -b missing node unholily -b missing node bearcat -b missing node legislators -b missing node fending -b missing node corruptest -b missing node innuendo -b missing node batteau -b missing node peculiars -b missing node tarbush -b missing node intermediateness -b missing node veritas -b missing node horsewomen -b missing node sedations -b missing node cadetship -b missing node rumbled -b missing node specking -b missing node apprentices -b missing node witless -b missing node sparrows -b missing node pharisees -b missing node choppier -b missing node wallow -b missing node apprenticed -b missing node pitfall -b missing node soliloquies -b missing node secant -b missing node tuitions -b missing node photosphere -b missing node wallop -b missing node poach -b missing node spectral -b missing node theft -b missing node bounders -b missing node berate -b missing node spanless -b missing node dimmock -b missing node glendale -b missing node devisal -b missing node paltrier -b missing node jettisons -b missing node floodlighted -b missing node attractants -b missing node reffed -b missing node thymuses -b missing node catalogue -b missing node coatless -b missing node sanicles -b missing node marooned -b missing node pittances -b missing node reacclimate -b missing node floatages -b missing node decolonization -b missing node winoes -b missing node glossary -b missing node furnishes -b missing node stumping -b missing node succours -b missing node furnisher -b missing node differentiations -b missing node telecasters -b missing node peacockier -b missing node communicable -b missing node tadpoles -b missing node dividend -b missing node dignify -b missing node heckle -b missing node possibility -b missing node rancorously -b missing node resourceful -b missing node communicably -b missing node golfer -b missing node abstaining -b missing node typecasting -b missing node outflows -b missing node rationals -b missing node spectres -b missing node kappas -b missing node golfed -b missing node skippers -b missing node oratorio -b missing node deviser -b missing node devises -b missing node readapted -b missing node sissy -b missing node overcapitalizes -b missing node arrhythmias -b missing node overcapitalized -b missing node diamagnetic -b missing node tamponed -b missing node orderer -b missing node camshaft -b missing node oops -b missing node allusions -b missing node syzygal -b missing node furnished -b missing node devisee -b missing node understating -b missing node devised -b missing node ordered -b missing node fannies -b missing node gringo -b missing node inviabilities -b missing node contingentiam -b missing node gapers -b missing node mowed -b missing node sakis -b missing node fuddled -b missing node eyedropper -b missing node superintended -b missing node choppily -b missing node comprized -b missing node glucose -b missing node pairings -b missing node warmers -b missing node homemakers -b missing node groovers -b missing node abettals -b missing node untruer -b missing node chopping -b missing node temperamentally -b missing node comprizes -b missing node sited -b missing node sulfas -b missing node forehoof -b missing node expressionistic -b missing node referee -b missing node fazing -b missing node needleworker -b missing node warmest -b missing node fuddles -b missing node sawfishes -b missing node tumeric -b missing node disconcert -b missing node palisading -b missing node trestle -b missing node bootyless -b missing node sabotaged -b missing node critically -b missing node slipcases -b missing node rationale -b missing node thens -b missing node sitar -b missing node furbish -b missing node recordings -b missing node stampers -b missing node theme -b missing node hobbling -b missing node capitally -b missing node counterman -b missing node nationalists -b missing node narcomania -b missing node preprint -b missing node nettler -b missing node footrope -b missing node nettles -b missing node forgetful -b missing node loadstones -b missing node looming -b missing node subkingdoms -b missing node rugbies -b missing node boronic -b missing node sakes -b missing node turnups -b missing node scheduling -b missing node trigamy -b missing node reprogram -b missing node stumpier -b missing node sabotages -b missing node zircon -b missing node zebrine -b missing node precondition -b missing node gutlike -b missing node erase -b missing node aborter -b missing node projectionists -b missing node shrouding -b missing node orderly -b missing node accelerable -b missing node aborted -b missing node rubaiyat -b missing node tariff -b missing node gastric -b missing node logjams -b missing node brevetting -b missing node exactingness -b missing node detractor -b missing node nettled -b missing node emulsoids -b missing node oohs -b missing node reequip -b missing node exhibitioner -b missing node mower -b missing node their -b missing node baguets -b missing node sulphurizing -b missing node girlish -b missing node wallas -b missing node custard -b missing node orgasmic -b missing node raunchiest -b missing node stuffed -b missing node athletically -b missing node tonguings -b missing node unprotesting -b missing node wallah -b missing node childish -b missing node aortal -b missing node aortae -b missing node cataloged -b missing node chatterbox -b missing node aortas -b missing node zaire -b missing node cauldron -b missing node valedictorians -b missing node feudalistic -b missing node marathons -b missing node summoned -b missing node stuffer -b missing node gigs -b missing node summoner -b missing node gift -b missing node caracal -b missing node excellent -b missing node overleaping -b missing node caracas -b missing node sustained -b missing node freighters -b missing node battery -b missing node declassifications -b missing node batters -b missing node nonpunishable -b missing node recoverer -b missing node ooze -b missing node stainability -b missing node transfers -b missing node reimburses -b missing node suggestive -b missing node survivable -b missing node recovered -b missing node twelvemos -b missing node recoveree -b missing node argumentative -b missing node unversed -b missing node worcester -b missing node oozy -b missing node reimbursed -b missing node spinelessly -b missing node edibility -b missing node scalepan -b missing node coagulable -b missing node heathendom -b missing node wallet -b missing node buoyantly -b missing node spraining -b missing node informs -b missing node caitiff -b missing node gilt -b missing node capaciously -b missing node liberal -b missing node etching -b missing node gill -b missing node dignity -b missing node channelized -b missing node basques -b missing node walled -b missing node loquat -b missing node ovulary -b missing node brocks -b missing node establishment -b missing node gild -b missing node opal -b missing node gila -b missing node channelizes -b missing node haftorah -b missing node suggestion -b missing node childing -b missing node promulgate -b missing node flightiness -b missing node egret -b missing node triolet -b missing node rootlet -b missing node choreography -b missing node sidelights -b missing node moxas -b missing node choreographs -b missing node recommend -b missing node siecle -b missing node variousness -b missing node injurers -b missing node vasculums -b missing node gatefolds -b missing node manumissions -b missing node deflectors -b missing node cataloger -b missing node arrowing -b missing node sucrose -b missing node gangster -b missing node wingding -b missing node mindless -b missing node aphagia -b missing node adjacency -b missing node grandmas -b missing node watchtowers -b missing node supreme -b missing node temperate -b missing node atheistical -b missing node ratsbanes -b missing node dooming -b missing node reawakening -b missing node oarsmanship -b missing node payolas -b missing node argumentation -b missing node mayas -b missing node mayan -b missing node kaftan -b missing node neutralizations -b missing node maybe -b missing node escaroles -b missing node lumpiest -b missing node floatiest -b missing node flamboyantly -b missing node downsize -b missing node stibium -b missing node capmakers -b missing node ovulate -b missing node handrails -b missing node potentates -b missing node gastrulas -b missing node walkup -b missing node rubric -b missing node markdowns -b missing node registrations -b missing node denudate -b missing node radicalizing -b missing node sadirons -b missing node smilers -b missing node outrageous -b missing node straying -b missing node grinds -b missing node masterpiece -b missing node catheterizes -b missing node delegations -b missing node technology -b missing node nutritiously -b missing node soilless -b missing node reembarking -b missing node cashless -b missing node colonelcy -b missing node rumbles -b missing node catheterized -b missing node rumbler -b missing node sorriest -b missing node verboseness -b missing node paisans -b missing node overproduces -b missing node paisano -b missing node peacemakers -b missing node unpen -b missing node loudish -b missing node unpeg -b missing node deplete -b missing node avitaminoses -b missing node angaries -b missing node overproduced -b missing node paternalistic -b missing node delinquency -b missing node upbraiding -b missing node fairings -b missing node tetanic -b missing node gibe -b missing node easeful -b missing node encyclicals -b missing node gibs -b missing node refitting -b missing node pullman -b missing node avitaminosis -b missing node prevailingly -b missing node harpoons -b missing node resistivity -b missing node shipworms -b missing node roentgenize -b missing node unfolds -b missing node flamers -b missing node assorts -b missing node vanquishment -b missing node florentine -b missing node uncluttered -b missing node winned -b missing node softwares -b missing node goobers -b missing node sheikdoms -b missing node winner -b missing node sputtering -b missing node splitters -b missing node epidermic -b missing node taunters -b missing node madding -b missing node virginia -b missing node fitfulness -b missing node carburize -b missing node talisman -b missing node flatulencies -b missing node gunsmith -b missing node microhm -b missing node overdrive -b missing node rightness -b missing node jiminy -b missing node appease -b missing node unlivable -b missing node withering -b missing node firebugs -b missing node conferrers -b missing node matricides -b missing node auguries -b missing node busiest -b missing node give -b missing node beelines -b missing node keisters -b missing node blandness -b missing node saddhus -b missing node buncos -b missing node remakes -b missing node epidermis -b missing node catholics -b missing node headnotes -b missing node expectancies -b missing node jillions -b missing node larynges -b missing node palliations -b missing node pistol -b missing node piston -b missing node worded -b missing node deported -b missing node deportee -b missing node tyrannic -b missing node gjetost -b missing node geoduck -b missing node spells -b missing node indictees -b missing node slanderers -b missing node tyrannis -b missing node opportunely -b missing node betatron -b missing node nongovernmental -b missing node appellors -b missing node noninterventional -b missing node caracol -b missing node joltily -b missing node jolting -b missing node grimed -b missing node mexico -b missing node inchworms -b missing node matricidal -b missing node grimes -b missing node generality -b missing node maddish -b missing node palate -b missing node placability -b missing node brimstone -b missing node teething -b missing node emends -b missing node appears -b missing node liberty -b missing node varsity -b missing node simplifications -b missing node microbe -b missing node sketchiness -b missing node stoats -b missing node suitors -b missing node abiding -b missing node laryngal -b missing node generalize -b missing node logicizes -b missing node applies -b missing node nugget -b missing node whether -b missing node bibliography -b missing node applier -b missing node smoothness -b missing node open -b missing node virginal -b missing node opes -b missing node reinstatement -b missing node logicized -b missing node blackbird -b missing node amirates -b missing node hesitance -b missing node annunciate -b missing node gips -b missing node hesitancy -b missing node unliveries -b missing node truncate -b missing node bunchy -b missing node periscopes -b missing node bottleful -b missing node turfless -b missing node gimp -b missing node auguring -b missing node nicknaming -b missing node squander -b missing node nonegos -b missing node daturas -b missing node overdrink -b missing node mayfly -b missing node jasmine -b missing node winnow -b missing node suggesting -b missing node laxest -b missing node gins -b missing node opec -b missing node vapored -b missing node isling -b missing node walked -b missing node tetanus -b missing node breves -b missing node mayor -b missing node registrable -b missing node appeals -b missing node grunions -b missing node shlocks -b missing node vaporer -b missing node epidermal -b missing node brevet -b missing node walker -b missing node microns -b missing node grimly -b missing node kittened -b missing node moxie -b missing node gist -b missing node anginal -b missing node zodiacs -b missing node misrepresents -b missing node anginas -b missing node destitution -b missing node edictally -b missing node pronation -b missing node delinquents -b missing node kapoks -b missing node pistil -b missing node perpetuate -b missing node pronating -b missing node golems -b missing node aiglets -b missing node synaptically -b missing node joltier -b missing node importance -b missing node monstrousness -b missing node liberia -b missing node dizziest -b missing node babies -b missing node peculate -b missing node pizzazz -b missing node hellenic -b missing node babied -b missing node effulgences -b missing node girl -b missing node fireproof -b missing node broodiest -b missing node anointing -b missing node pryingly -b missing node haoles -b missing node gird -b missing node distends -b missing node heartlessness -b missing node nondirectional -b missing node mayst -b missing node rebaptized -b missing node girt -b missing node tressed -b missing node refers -b missing node contiguities -b missing node battens -b missing node rebaptizes -b missing node representable -b missing node joyously -b missing node refiring -b missing node harking -b missing node applied -b missing node clopped -b missing node tresses -b missing node hairstyles -b missing node ciliary -b missing node memoirs -b missing node hydrated -b missing node caracul -b missing node wittedness -b missing node bribery -b missing node cottonseeds -b missing node nonchalant -b missing node distinction -b missing node babels -b missing node prophetically -b missing node reflow -b missing node mazer -b missing node suborned -b missing node moralisms -b missing node bribers -b missing node jujitsu -b missing node glib -b missing node mazes -b missing node alacrity -b missing node coffing -b missing node magnetize -b missing node grinning -b missing node bassness -b missing node mazel -b missing node fireboat -b missing node suborner -b missing node attestor -b missing node interpositions -b missing node mazed -b missing node domineer -b missing node coffins -b missing node muckrake -b missing node ouch -b missing node readied -b missing node refashioning -b missing node stogie -b missing node saran -b missing node scintillate -b missing node gratuitousness -b missing node propman -b missing node contaminants -b missing node sarah -b missing node glim -b missing node homesteaders -b missing node mayest -b missing node ciliata -b missing node travois -b missing node ciliate -b missing node glaucomatous -b missing node overstuffed -b missing node rebuking -b missing node quotational -b missing node agriculturalists -b missing node expansionists -b missing node alarmed -b missing node panaceas -b missing node gawkers -b missing node panacean -b missing node smirkier -b missing node servitor -b missing node expenses -b missing node kilocycles -b missing node reappraisement -b missing node diverge -b missing node sarge -b missing node expensed -b missing node biconcave -b missing node jihad -b missing node argumentatively -b missing node spastics -b missing node lacking -b missing node breezing -b missing node friskier -b missing node blindfolding -b missing node readier -b missing node readies -b missing node badgers -b missing node heterogeneous -b missing node behove -b missing node appoints -b missing node occasion -b missing node moralists -b missing node glen -b missing node effete -b missing node uncritically -b missing node gradual -b missing node casuists -b missing node propmen -b missing node stomaching -b missing node saree -b missing node gruffy -b missing node glee -b missing node gruffs -b missing node roadhouses -b missing node homeowners -b missing node momisms -b missing node disaffirmation -b missing node rubidium -b missing node horologies -b missing node percenter -b missing node misshape -b missing node reticulation -b missing node relinquish -b missing node airfields -b missing node stogey -b missing node glom -b missing node pavings -b missing node diverse -b missing node squawked -b missing node glop -b missing node prescribe -b missing node younker -b missing node obesities -b missing node glow -b missing node danders -b missing node tenanted -b missing node obvious -b missing node interagency -b missing node limiting -b missing node ecologies -b missing node gazetteers -b missing node catnips -b missing node scooping -b missing node fiscals -b missing node robotism -b missing node infighting -b missing node downloading -b missing node diverts -b missing node scrounging -b missing node seditions -b missing node abrasions -b missing node squawker -b missing node larkspur -b missing node publications -b missing node unawed -b missing node brilliants -b missing node excursuses -b missing node nonredeemable -b missing node friskily -b missing node torsional -b missing node vegetists -b missing node thinly -b missing node magnetism -b missing node belvederes -b missing node slipcovers -b missing node empowers -b missing node gnomical -b missing node precessions -b missing node dishonorable -b missing node woundingly -b missing node identifying -b missing node leaflets -b missing node sailings -b missing node redacts -b missing node attested -b missing node cruiser -b missing node simpers -b missing node cruises -b missing node pokeweed -b missing node fumiest -b missing node disfavors -b missing node palish -b missing node normalizing -b missing node attester -b missing node thinks -b missing node cruised -b missing node literariness -b missing node overactive -b missing node quonset -b missing node reflex -b missing node magnetite -b missing node capsulate -b missing node precedents -b missing node conserved -b missing node pegboards -b missing node smirking -b missing node standpoints -b missing node firebomb -b missing node baltic -b missing node revues -b missing node pergolas -b missing node intellect -b missing node frisking -b missing node madonna -b missing node nationalistic -b missing node clematises -b missing node septupling -b missing node exhalation -b missing node airfoil -b missing node semierect -b missing node sobbers -b missing node demigod -b missing node millionth -b missing node weighage -b missing node bipolar -b missing node ceylonese -b missing node coexists -b missing node whining -b missing node sperms -b missing node aahs -b missing node dehumidifying -b missing node childbed -b missing node glob -b missing node things -b missing node stardusts -b missing node conserves -b missing node plopped -b missing node heathenism -b missing node tangences -b missing node fustiness -b missing node pollarding -b missing node ours -b missing node slicers -b missing node iterated -b missing node cawing -b missing node siberia -b missing node sentiment -b missing node darks -b missing node vexations -b missing node bundle -b missing node currying -b missing node iterates -b missing node intreating -b missing node tightness -b missing node paling -b missing node reconsolidated -b missing node necessitously -b missing node impanelled -b missing node hutments -b missing node belching -b missing node chainlike -b missing node spittoons -b missing node conscript -b missing node darners -b missing node reliquary -b missing node agendum -b missing node reconsolidates -b missing node soiled -b missing node thraves -b missing node genealogists -b missing node hearsays -b missing node halavahs -b missing node exterminated -b missing node paganizer -b missing node paganizes -b missing node huaraches -b missing node whereinsoever -b missing node shoehorn -b missing node outs -b missing node unventuresome -b missing node affixation -b missing node disconnections -b missing node measureless -b missing node abridge -b missing node cosmological -b missing node snorkels -b missing node realness -b missing node dubious -b missing node corselets -b missing node drunkenly -b missing node mossers -b missing node robotize -b missing node pisses -b missing node darky -b missing node learning -b missing node oust -b missing node arguments -b missing node mantillas -b missing node paganized -b missing node exterminates -b missing node breedings -b missing node stays -b missing node heathenish -b missing node trousseaux -b missing node rhetorician -b missing node glum -b missing node nazism -b missing node leafless -b missing node glue -b missing node trousseaus -b missing node forwardly -b missing node parsley -b missing node reapportions -b missing node pissed -b missing node foxholes -b missing node injuring -b missing node philologist -b missing node signeted -b missing node renoir -b missing node dares -b missing node darer -b missing node demasculinizing -b missing node overdevelops -b missing node devastation -b missing node crammed -b missing node crammer -b missing node shoreless -b missing node saddled -b missing node inaners -b missing node reinspecting -b missing node sagely -b missing node martialling -b missing node sluice -b missing node waders -b missing node zags -b missing node pilaffs -b missing node tramless -b missing node devastating -b missing node reinspection -b missing node sluicy -b missing node hydrator -b missing node ontario -b missing node regimented -b missing node coarseness -b missing node opalescent -b missing node avoidances -b missing node originally -b missing node fecundations -b missing node effect -b missing node teenier -b missing node azalea -b missing node discoursing -b missing node vexatious -b missing node glut -b missing node obsessor -b missing node stare -b missing node mindful -b missing node palier -b missing node songwriters -b missing node specially -b missing node stark -b missing node piecrust -b missing node sacrifice -b missing node nazify -b missing node phenotypes -b missing node proems -b missing node fellatrice -b missing node verbals -b missing node coalers -b missing node stash -b missing node ouzo -b missing node gritty -b missing node oppugns -b missing node sightseers -b missing node steamship -b missing node dowitcher -b missing node start -b missing node stars -b missing node skyrocketing -b missing node cocainized -b missing node hearthside -b missing node disincorporating -b missing node theurgies -b missing node clomping -b missing node coenamored -b missing node sureness -b missing node staph -b missing node workweeks -b missing node loudest -b missing node armbands -b missing node underscoring -b missing node vaporization -b missing node dared -b missing node relents -b missing node whirligigs -b missing node irrigate -b missing node registrational -b missing node containers -b missing node readily -b missing node levitical -b missing node tupelo -b missing node reflux -b missing node meseemed -b missing node airsickness -b missing node deniers -b missing node escorted -b missing node reproaching -b missing node sceneries -b missing node missionary -b missing node regimental -b missing node uninitiated -b missing node disincorporation -b missing node breezily -b missing node ladleful -b missing node potables -b missing node reading -b missing node rippable -b missing node imbarked -b missing node neuralgias -b missing node argyll -b missing node flummoxing -b missing node terraces -b missing node breezier -b missing node thermostat -b missing node stave -b missing node infinitives -b missing node rehashes -b missing node entrancement -b missing node antagonizing -b missing node uncouth -b missing node rehashed -b missing node raffishness -b missing node tartness -b missing node forwarded -b missing node chitlin -b missing node psalmody -b missing node zany -b missing node injuries -b missing node outtakes -b missing node argyle -b missing node surprising -b missing node forwarder -b missing node goodrich -b missing node hydrates -b missing node jekyll -b missing node prefixally -b missing node stats -b missing node state -b missing node ceremonialists -b missing node dystrophy -b missing node reciprocative -b missing node clingstones -b missing node credible -b missing node scotchman -b missing node referents -b missing node reshooting -b missing node credibly -b missing node vivacious -b missing node sagest -b missing node unpin -b missing node hawknoses -b missing node phenotypic -b missing node engulf -b missing node dutiful -b missing node operatics -b missing node loudens -b missing node extortionately -b missing node darnels -b missing node zaps -b missing node cockscombs -b missing node scroungier -b missing node viewfinders -b missing node devastative -b missing node terraced -b missing node reharden -b missing node blowouts -b missing node specialty -b missing node balsas -b missing node overlands -b missing node abet -b missing node malapropism -b missing node rewelded -b missing node incumbency -b missing node slipknots -b missing node balsam -b missing node verbalizes -b missing node seldomness -b missing node abed -b missing node austral -b missing node over -b missing node oven -b missing node staid -b missing node hegemony -b missing node cathedrals -b missing node decant -b missing node unrig -b missing node truanting -b missing node stags -b missing node undivulged -b missing node grievingly -b missing node dependability -b missing node psychological -b missing node unrip -b missing node recherche -b missing node meditatively -b missing node magistrature -b missing node verbalized -b missing node decamp -b missing node stagy -b missing node northeaster -b missing node greediness -b missing node tallymen -b missing node misjudging -b missing node preposterously -b missing node obsesses -b missing node vampish -b missing node deadpans -b missing node redolency -b missing node behaviorism -b missing node stake -b missing node obsessed -b missing node specialer -b missing node behaviorist -b missing node cookers -b missing node scotchmen -b missing node cunners -b missing node fusional -b missing node washboard -b missing node stair -b missing node cookery -b missing node albinism -b missing node farceurs -b missing node pattering -b missing node stain -b missing node moldiness -b missing node overjoyed -b missing node provincial -b missing node vampire -b missing node backhanding -b missing node nitrite -b missing node entrancements -b missing node acolyte -b missing node auditor -b missing node stall -b missing node breton -b missing node howled -b missing node boundary -b missing node doctor -b missing node unverifiably -b missing node immenser -b missing node henbits -b missing node polygamy -b missing node recriminator -b missing node kendos -b missing node leviticus -b missing node ingroups -b missing node oval -b missing node prophase -b missing node renown -b missing node unverifiable -b missing node subprincipals -b missing node refusals -b missing node abbr -b missing node sickouts -b missing node autographic -b missing node unending -b missing node bevelled -b missing node stalk -b missing node hatfuls -b missing node fastnesses -b missing node cookeys -b missing node abbe -b missing node beveller -b missing node stale -b missing node gonococcus -b missing node ragbag -b missing node conformers -b missing node tallyman -b missing node unstacking -b missing node coalsack -b missing node decals -b missing node curtseying -b missing node cutups -b missing node troupers -b missing node stamp -b missing node matutinal -b missing node howlet -b missing node howler -b missing node dividers -b missing node stand -b missing node rhapsodic -b missing node accustom -b missing node scalded -b missing node benefactrices -b missing node abetting -b missing node odour -b missing node coronach -b missing node stank -b missing node encamps -b missing node bullfighting -b missing node openhandedly -b missing node receipt -b missing node microcopies -b missing node refraction -b missing node stalags -b missing node nauseously -b missing node denouement -b missing node operation -b missing node midtown -b missing node defrayable -b missing node plumpening -b missing node miraculously -b missing node welfare -b missing node cracknels -b missing node radiometry -b missing node outdrew -b missing node mayoralty -b missing node operating -b missing node refracting -b missing node backswept -b missing node louvres -b missing node crusade -b missing node austria -b missing node remails -b missing node odors -b missing node rheometers -b missing node stabs -b missing node decays -b missing node cryotron -b missing node monadisms -b missing node dimming -b missing node witnessing -b missing node eminences -b missing node munitions -b missing node flooded -b missing node feistier -b missing node reproachingly -b missing node flooder -b missing node torero -b missing node hearers -b missing node patois -b missing node oculars -b missing node astounding -b missing node junctional -b missing node putterer -b missing node remains -b missing node uncover -b missing node pedalling -b missing node tormenters -b missing node liturgist -b missing node puttered -b missing node epistlers -b missing node ovid -b missing node boneheads -b missing node machina -b missing node toxicology -b missing node machine -b missing node comparison -b missing node inanely -b missing node denominate -b missing node nonacademics -b missing node reforestation -b missing node lifesaver -b missing node stack -b missing node rooters -b missing node laguna -b missing node curetted -b missing node reaccuses -b missing node coronals -b missing node stage -b missing node selfward -b missing node staff -b missing node shlock -b missing node able -b missing node deciding -b missing node megohms -b missing node reintroduced -b missing node liturgical -b missing node reaccused -b missing node curettes -b missing node receive -b missing node riyal -b missing node dories -b missing node ably -b missing node carbarns -b missing node reintroduces -b missing node legislates -b missing node disengagements -b missing node rubles -b missing node legislated -b missing node calcimine -b missing node denaturation -b missing node recriminated -b missing node valedictorian -b missing node parental -b missing node refractive -b missing node sinker -b missing node joylessness -b missing node gonococcic -b missing node galliard -b missing node mayday -b missing node thereabouts -b missing node aerobiology -b missing node staggerer -b missing node songbirds -b missing node pekinese -b missing node exalted -b missing node bookmaker -b missing node abut -b missing node staggered -b missing node coronary -b missing node griffins -b missing node overacting -b missing node incumbents -b missing node compatibilities -b missing node entanglers -b missing node slinkiest -b missing node reassort -b missing node popularization -b missing node impound -b missing node sappy -b missing node ovum -b missing node haploidy -b missing node notice -b missing node exalter -b missing node chromized -b missing node credentialed -b missing node heelballs -b missing node haploids -b missing node dactyl -b missing node plastron -b missing node substitutional -b missing node noncombat -b missing node chromizes -b missing node vulgar -b missing node familiar -b missing node recriminates -b missing node operative -b missing node sapor -b missing node carapace -b missing node crabwise -b missing node familial -b missing node artistically -b missing node revalued -b missing node leafage -b missing node metalworkers -b missing node demonstrating -b missing node outdraw -b missing node mendicant -b missing node fineable -b missing node revalues -b missing node imbrue -b missing node parented -b missing node krauts -b missing node charges -b missing node charger -b missing node intrepidity -b missing node bunching -b missing node rejudge -b missing node hygienists -b missing node chargee -b missing node charged -b missing node arithmetics -b missing node populations -b missing node turfing -b missing node bisque -b missing node actinium -b missing node ideologized -b missing node inured -b missing node baffling -b missing node bitterness -b missing node inures -b missing node descant -b missing node dehypnotizing -b missing node muzhiks -b missing node presoaking -b missing node typesets -b missing node turtledoves -b missing node threatened -b missing node refrigerators -b missing node rusticity -b missing node ribands -b missing node penicillium -b missing node scorifying -b missing node demonstration -b missing node burnouts -b missing node threatener -b missing node bunchily -b missing node torturers -b missing node epitomize -b missing node postoperatively -b missing node mortarboards -b missing node libeler -b missing node subtracts -b missing node basking -b missing node slenderize -b missing node ecologist -b missing node reconfirmed -b missing node jocose -b missing node autographed -b missing node barbarized -b missing node petrographer -b missing node barbarizes -b missing node libeled -b missing node parentis -b missing node libelee -b missing node airframes -b missing node legislator -b missing node waling -b missing node glad -b missing node cryingly -b missing node oppugn -b missing node hombre -b missing node millivolt -b missing node coalitionist -b missing node prescript -b missing node gonococcal -b missing node snooted -b missing node nabbed -b missing node thaws -b missing node zymology -b missing node fireweed -b missing node extraditing -b missing node cubism -b missing node nonempirical -b missing node sapid -b missing node bluegums -b missing node culpae -b missing node dissuader -b missing node cubist -b missing node dissuades -b missing node crashing -b missing node brilliancy -b missing node unplugged -b missing node culpas -b missing node extradition -b missing node radiometer -b missing node catechize -b missing node arrhythmia -b missing node directorates -b missing node cubits -b missing node robotics -b missing node minders -b missing node realistically -b missing node thirsters -b missing node redolence -b missing node catechism -b missing node petrographic -b missing node reenclosing -b missing node syncopates -b missing node valedictories -b missing node catechist -b missing node varnishes -b missing node allusiveness -b missing node thrawed -b missing node kitsches -b missing node baseborn -b missing node syncopated -b missing node pictorial -b missing node bordered -b missing node grists -b missing node viabilities -b missing node varnished -b missing node interweaves -b missing node dissuaded -b missing node polyandric -b missing node satanist -b missing node turfier -b missing node evolves -b missing node satanism -b missing node evolver -b missing node amities -b missing node borderer -b missing node parliamentary -b missing node zairians -b missing node inurns -b missing node swansdown -b missing node thronged -b missing node evolved -b missing node brilliance -b missing node precedence -b missing node bunchier -b missing node medevac -b missing node interweaved -b missing node tenantry -b missing node imprecating -b missing node notify -b missing node announcements -b missing node triumvir -b missing node wintry -b missing node constraining -b missing node irrefutability -b missing node profit -b missing node baronet -b missing node decade -b missing node paroling -b missing node penalizing -b missing node unpinning -b missing node families -b missing node imprecation -b missing node crankpins -b missing node audited -b missing node enclaves -b missing node repeatable -b missing node thats -b missing node flashiness -b missing node aced -b missing node beanie -b missing node crabbiness -b missing node aces -b missing node deifiers -b missing node cuisines -b missing node defamatory -b missing node notion -b missing node patentably -b missing node unloosened -b missing node unsex -b missing node raciest -b missing node unsew -b missing node unset -b missing node mermaids -b missing node patentable -b missing node forgets -b missing node comprehensibility -b missing node regaining -b missing node butcher -b missing node cohosh -b missing node lemuroids -b missing node butches -b missing node battier -b missing node acct -b missing node cubing -b missing node carriageway -b missing node assurors -b missing node lowlands -b missing node oryx -b missing node tenuousness -b missing node chaplaincies -b missing node noting -b missing node resumptions -b missing node radiogenic -b missing node tincting -b missing node imposts -b missing node hairiness -b missing node breeder -b missing node grisly -b missing node jolters -b missing node testamental -b missing node treatments -b missing node beaned -b missing node sagged -b missing node countenanced -b missing node homemaking -b missing node glossers -b missing node straightens -b missing node sagger -b missing node plangency -b missing node flatulent -b missing node traditionalistic -b missing node wobbliness -b missing node factors -b missing node nefariousness -b missing node suffragans -b missing node factory -b missing node splashiness -b missing node bunged -b missing node misstated -b missing node culminate -b missing node rankled -b missing node chatterers -b missing node wadded -b missing node enamelers -b missing node creator -b missing node misstates -b missing node shapable -b missing node blight -b missing node wadder -b missing node ache -b missing node motherliness -b missing node mineralogically -b missing node omphalos -b missing node acid -b missing node rankles -b missing node dragrope -b missing node doornails -b missing node achy -b missing node artillerists -b missing node predigest -b missing node ladybugs -b missing node debateable -b missing node acne -b missing node liquidation -b missing node redrafting -b missing node sufficient -b missing node twangles -b missing node twangler -b missing node sixte -b missing node flatting -b missing node sixth -b missing node larrupers -b missing node churchyards -b missing node sixty -b missing node liquidating -b missing node crashers -b missing node secretive -b missing node sexlessly -b missing node ought -b missing node elflocks -b missing node machinelike -b missing node biomass -b missing node pulsation -b missing node tinkering -b missing node recoloration -b missing node harborage -b missing node bandoleers -b missing node thank -b missing node demonstrative -b missing node victories -b missing node probability -b missing node brusquer -b missing node nonsexually -b missing node thane -b missing node syringing -b missing node twangled -b missing node acme -b missing node clubbiest -b missing node pulsating -b missing node secede -b missing node implosive -b missing node demythologize -b missing node floatable -b missing node stopgaps -b missing node aclu -b missing node adjurations -b missing node stamping -b missing node zagged -b missing node gaping -b missing node constricting -b missing node survivor -b missing node acre -b missing node spikelets -b missing node cubics -b missing node debrief -b missing node standoffs -b missing node emasculates -b missing node sinner -b missing node kalends -b missing node functioning -b missing node brevities -b missing node fruitcakes -b missing node winter -b missing node unsay -b missing node unionists -b missing node enmeshed -b missing node charier -b missing node necklace -b missing node grubbed -b missing node grudge -b missing node acerbic -b missing node refocus -b missing node enmeshes -b missing node copiously -b missing node weekdays -b missing node jaegars -b missing node gnus -b missing node gifting -b missing node sinned -b missing node irremediable -b missing node czarevna -b missing node grubber -b missing node conjure -b missing node ruefully -b missing node waddly -b missing node figuratively -b missing node carafes -b missing node fontinas -b missing node constriction -b missing node emasculated -b missing node irremediably -b missing node vexing -b missing node overrates -b missing node waddle -b missing node strolls -b missing node bungle -b missing node overrated -b missing node unwiser -b missing node nautili -b missing node liberians -b missing node ingenuousness -b missing node parsnip -b missing node rediscovering -b missing node scentless -b missing node epsilons -b missing node undocumented -b missing node recopied -b missing node endermic -b missing node bedraggling -b missing node subornations -b missing node substantival -b missing node triremes -b missing node ponderable -b missing node repeaters -b missing node flattish -b missing node acts -b missing node stylizing -b missing node unenlightened -b missing node noggings -b missing node exhaustless -b missing node acerber -b missing node stiflingly -b missing node oslo -b missing node kismet -b missing node publish -b missing node jarred -b missing node obliques -b missing node imperiling -b missing node overmodify -b missing node subpena -b missing node towboat -b missing node abdications -b missing node ghostwritten -b missing node recopies -b missing node obliqued -b missing node palmetto -b missing node abetters -b missing node masculinities -b missing node dividing -b missing node slideways -b missing node implosion -b missing node bootblacks -b missing node strengths -b missing node emasculator -b missing node squawking -b missing node anonyms -b missing node constrictive -b missing node anonyma -b missing node ironwares -b missing node ambrosial -b missing node reductions -b missing node grenada -b missing node ambrosias -b missing node grenade -b missing node unshackle -b missing node geriatrics -b missing node droopier -b missing node instrumenting -b missing node petards -b missing node slanginess -b missing node amerism -b missing node jiffs -b missing node fervently -b missing node victorias -b missing node eyesores -b missing node harassment -b missing node sixes -b missing node convivial -b missing node jiffy -b missing node centerline -b missing node nazifying -b missing node uptightness -b missing node victorian -b missing node goby -b missing node fascinates -b missing node gobs -b missing node domains -b missing node excessive -b missing node longingly -b missing node divisions -b missing node appetizer -b missing node vamping -b missing node fascinated -b missing node oratrix -b missing node gasless -b missing node unkingly -b missing node unbendable -b missing node goat -b missing node chicagoans -b missing node slender -b missing node sluggards -b missing node goal -b missing node unblessedness -b missing node traveling -b missing node goad -b missing node primness -b missing node foment -b missing node funnel -b missing node countenances -b missing node bonnie -b missing node gods -b missing node rappelling -b missing node grogshop -b missing node believed -b missing node unfolding -b missing node believer -b missing node funned -b missing node believes -b missing node stinkpot -b missing node bucketed -b missing node sayonara -b missing node fenders -b missing node canyons -b missing node nervelessness -b missing node bucketer -b missing node broadband -b missing node rediscoveries -b missing node pinpointed -b missing node adds -b missing node splenetically -b missing node renotification -b missing node airflow -b missing node valiance -b missing node frissons -b missing node savouriest -b missing node scaldic -b missing node herbicide -b missing node brittleness -b missing node saturday -b missing node goer -b missing node goes -b missing node icebergs -b missing node teenful -b missing node glycogens -b missing node hondurans -b missing node rethreaded -b missing node droopily -b missing node portulaca -b missing node tinderbox -b missing node bedevils -b missing node attachable -b missing node commonalty -b missing node jordanians -b missing node booklore -b missing node rationalizers -b missing node liturgies -b missing node substantives -b missing node afterward -b missing node reinfected -b missing node mournings -b missing node bonnet -b missing node diggers -b missing node micrologic -b missing node gogo -b missing node drooping -b missing node valiancy -b missing node preplanned -b missing node readopts -b missing node adam -b missing node unaired -b missing node headbands -b missing node snowfalls -b missing node smocked -b missing node gothic -b missing node lancing -b missing node borrower -b missing node beamed -b missing node untie -b missing node until -b missing node publics -b missing node temporality -b missing node yukked -b missing node cementum -b missing node bylaw -b missing node teethers -b missing node yeshiva -b missing node cosmologist -b missing node raininess -b missing node buzzer -b missing node declaimed -b missing node buzzes -b missing node tractability -b missing node borrowed -b missing node merchandisable -b missing node persuade -b missing node wyomingite -b missing node minorities -b missing node etchers -b missing node despairs -b missing node buzzed -b missing node declaimer -b missing node jaloppy -b missing node hogtied -b missing node hartford -b missing node progressional -b missing node lardiest -b missing node incongruent -b missing node regressions -b missing node tabulate -b missing node cardiacs -b missing node briefings -b missing node rattletrap -b missing node abiders -b missing node imports -b missing node portraiture -b missing node savants -b missing node chemistry -b missing node hogties -b missing node netting -b missing node unsheathing -b missing node antoinette -b missing node splitting -b missing node adit -b missing node deedier -b missing node dante -b missing node harrows -b missing node patriarch -b missing node exterminators -b missing node waylayer -b missing node jabbering -b missing node geriatrist -b missing node skylarks -b missing node interstices -b missing node styrene -b missing node highways -b missing node catchiest -b missing node defaced -b missing node gayly -b missing node submergences -b missing node defacer -b missing node defaces -b missing node weakfish -b missing node uncanniest -b missing node reciprocating -b missing node acclimated -b missing node atmospherical -b missing node picturesque -b missing node typeset -b missing node unartful -b missing node udder -b missing node exactness -b missing node regulable -b missing node turnout -b missing node replicate -b missing node acclimates -b missing node swindleable -b missing node freightage -b missing node analogously -b missing node averments -b missing node tautologies -b missing node enamoring -b missing node reciprocation -b missing node electorial -b missing node transfixt -b missing node pekins -b missing node hoptoads -b missing node girthing -b missing node disappointments -b missing node misquotes -b missing node peking -b missing node unoffensively -b missing node gruels -b missing node protectionist -b missing node revved -b missing node misereres -b missing node neutralistic -b missing node methanols -b missing node oxeyes -b missing node tenfold -b missing node dispirits -b missing node salutariness -b missing node preordaining -b missing node liquors -b missing node overdoes -b missing node paltriest -b missing node protectionism -b missing node thalliums -b missing node phalanxes -b missing node bodega -b missing node ripraps -b missing node superstitiously -b missing node propped -b missing node feverishness -b missing node stroked -b missing node unexceptional -b missing node garbages -b missing node inspiring -b missing node coaling -b missing node denuders -b missing node ados -b missing node abbotcies -b missing node warmish -b missing node strokes -b missing node stroker -b missing node snootier -b missing node hammertoe -b missing node caftan -b missing node homage -b missing node precancel -b missing node contradicted -b missing node dangs -b missing node volley -b missing node cremes -b missing node cacophony -b missing node polemical -b missing node hockshops -b missing node crudeness -b missing node fulfilled -b missing node taunting -b missing node inspirits -b missing node valiants -b missing node molting -b missing node collapses -b missing node pothole -b missing node drenchers -b missing node fulfiller -b missing node sputterers -b missing node suavity -b missing node housemaids -b missing node asterisked -b missing node saddler -b missing node saddles -b missing node moonshining -b missing node unsurveyed -b missing node collapsed -b missing node conferring -b missing node coalify -b missing node warming -b missing node divests -b missing node bludgeoning -b missing node tenderness -b missing node savanna -b missing node choosey -b missing node bisons -b missing node malformation -b missing node reconsign -b missing node chooser -b missing node chooses -b missing node antigenically -b missing node santa -b missing node regressor -b missing node dimensionality -b missing node dukedoms -b missing node bakings -b missing node exterminator -b missing node blending -b missing node misquoted -b missing node harkens -b missing node readers -b missing node castigations -b missing node overestimated -b missing node snookers -b missing node witling -b missing node overestimates -b missing node robotization -b missing node pothook -b missing node fortifiers -b missing node slurrying -b missing node tributary -b missing node otic -b missing node monographers -b missing node refits -b missing node whinier -b missing node satirical -b missing node unharmed -b missing node urination -b missing node crenel -b missing node poignancy -b missing node advt -b missing node cementer -b missing node noninductive -b missing node caballero -b missing node decalcified -b missing node reprehend -b missing node overdone -b missing node carelessly -b missing node decriminalized -b missing node volatile -b missing node regressed -b missing node secretion -b missing node lovebird -b missing node snootily -b missing node regresses -b missing node corruption -b missing node callusing -b missing node urinating -b missing node survival -b missing node musingly -b missing node cemented -b missing node rennet -b missing node dishonorably -b missing node scroungers -b missing node retributive -b missing node wringed -b missing node bleakest -b missing node barograph -b missing node secreting -b missing node deeding -b missing node recordists -b missing node chlorination -b missing node wringer -b missing node capableness -b missing node corrupting -b missing node nettier -b missing node snooting -b missing node imposed -b missing node boulimia -b missing node widdling -b missing node imposes -b missing node imposer -b missing node chlorinating -b missing node defacto -b missing node discoloring -b missing node prechilled -b missing node consistently -b missing node temptresses -b missing node plantation -b missing node potlucks -b missing node rennin -b missing node meatheads -b missing node actuating -b missing node hydroxide -b missing node gridlock -b missing node sanka -b missing node reemploying -b missing node charily -b missing node boisterous -b missing node psychiatrical -b missing node emerge -b missing node actuation -b missing node chitins -b missing node banknotes -b missing node boxlike -b missing node overdose -b missing node survived -b missing node chieftainships -b missing node caffein -b missing node phlegmatic -b missing node surviver -b missing node survives -b missing node inflexed -b missing node reclassifies -b missing node charing -b missing node blabby -b missing node reclassified -b missing node legislatrix -b missing node menageries -b missing node decriminalizes -b missing node scalers -b missing node halfback -b missing node smirkers -b missing node cronies -b missing node twinships -b missing node daybreak -b missing node itemize -b missing node ointment -b missing node piggeries -b missing node unstabler -b missing node inelasticity -b missing node chariot -b missing node ouija -b missing node certain -b missing node ribalds -b missing node pinworm -b missing node relatable -b missing node hoodlums -b missing node unzips -b missing node archaeologic -b missing node refile -b missing node sanga -b missing node succored -b missing node alpine -b missing node distinctive -b missing node refill -b missing node straightest -b missing node refilm -b missing node overcautiously -b missing node behold -b missing node subeditors -b missing node propose -b missing node reportorial -b missing node succorer -b missing node messmates -b missing node nuanced -b missing node gazed -b missing node gnat -b missing node gnaw -b missing node dacron -b missing node pekingese -b missing node nuances -b missing node disgusting -b missing node badman -b missing node decrials -b missing node saner -b missing node eventuate -b missing node sanes -b missing node crouched -b missing node dandify -b missing node imbued -b missing node welshmen -b missing node pulling -b missing node otto -b missing node refine -b missing node retributing -b missing node metrology -b missing node corruptive -b missing node ordinances -b missing node agendas -b missing node upbraiders -b missing node alchemy -b missing node preterits -b missing node dominick -b missing node trigger -b missing node dandier -b missing node summarizes -b missing node retribution -b missing node rollicking -b missing node dominica -b missing node trussers -b missing node battiks -b missing node dandies -b missing node behoof -b missing node crouches -b missing node lucencies -b missing node groceries -b missing node sangh -b missing node scalene -b missing node charism -b missing node laxity -b missing node summarized -b missing node imbues -b missing node anatomists -b missing node flambes -b missing node unadorned -b missing node dandily -b missing node indicting -b missing node flambee -b missing node charity -b missing node mirabile -b missing node islets -b missing node housecleaned -b missing node adrift -b missing node magnetics -b missing node sciaticas -b missing node interdictions -b missing node teheran -b missing node eyecup -b missing node ministrants -b missing node unlifelike -b missing node mezcals -b missing node polygraphic -b missing node badmen -b missing node briniest -b missing node sobbing -b missing node curbside -b missing node welshman -b missing node cohort -b missing node saned -b missing node teeners -b missing node refire -b missing node noncollapsible -b missing node casanova -b missing node homering -b missing node greeneries -b missing node sandy -b missing node hatcher -b missing node hatches -b missing node hatchet -b missing node sands -b missing node batting -b missing node spirally -b missing node gazes -b missing node gazer -b missing node emboldening -b missing node parsons -b missing node causally -b missing node remissness -b missing node fissioning -b missing node evanescing -b missing node filthiest -b missing node strayers -b missing node disentitle -b missing node ungrateful -b missing node recoinage -b missing node forgery -b missing node hatched -b missing node unnoted -b missing node clapping -b missing node forgers -b missing node augurs -b missing node unrequitable -b missing node mushroomed -b missing node nouveaux -b missing node parsimonious -b missing node augury -b missing node quarrelsome -b missing node sillers -b missing node photomural -b missing node mania -b missing node deputize -b missing node manic -b missing node gayer -b missing node ecoles -b missing node drudgeries -b missing node altimeter -b missing node orthodoxy -b missing node spicules -b missing node unlacing -b missing node memorials -b missing node acupuncturist -b missing node mangy -b missing node mango -b missing node panchromatic -b missing node moneybags -b missing node debuggers -b missing node risque -b missing node conservatively -b missing node prepubescent -b missing node deifical -b missing node pinstripe -b missing node transform -b missing node mange -b missing node venomous -b missing node incuriously -b missing node lucrative -b missing node hawked -b missing node downgrades -b missing node defenselessness -b missing node manes -b missing node beginner -b missing node refiltered -b missing node portioning -b missing node downgraded -b missing node hawker -b missing node besieging -b missing node emissaries -b missing node fornications -b missing node sizes -b missing node demolition -b missing node desensitizations -b missing node sizer -b missing node unions -b missing node assuring -b missing node masturbators -b missing node unscratched -b missing node sized -b missing node afar -b missing node saute -b missing node uncos -b missing node masturbatory -b missing node maned -b missing node sparring -b missing node beadle -b missing node preconsultation -b missing node remount -b missing node weensy -b missing node achenes -b missing node churlish -b missing node shampoo -b missing node speech -b missing node logarithm -b missing node recruiting -b missing node devilled -b missing node prophet -b missing node dnieper -b missing node spoonerism -b missing node oedipal -b missing node sheerly -b missing node seamsters -b missing node normalize -b missing node televises -b missing node printout -b missing node overdrunk -b missing node daimonic -b missing node monseigneur -b missing node quantum -b missing node teratogen -b missing node condolence -b missing node dominate -b missing node belchers -b missing node symbolized -b missing node televised -b missing node unrelated -b missing node infarcted -b missing node adjective -b missing node manas -b missing node reuseable -b missing node biscuit -b missing node bijoux -b missing node bijous -b missing node symbolizes -b missing node peculiar -b missing node poplar -b missing node enticer -b missing node entices -b missing node emergences -b missing node geophysicist -b missing node ploddingly -b missing node ageratum -b missing node enticed -b missing node excitements -b missing node datchas -b missing node ruminated -b missing node puerto -b missing node dominant -b missing node classy -b missing node carters -b missing node ruminates -b missing node fusions -b missing node speeds -b missing node dampening -b missing node eschewed -b missing node caudexes -b missing node gimbaled -b missing node ascii -b missing node realizations -b missing node eschewer -b missing node argles -b missing node payoffs -b missing node speedy -b missing node fogyisms -b missing node drowse -b missing node enormous -b missing node pridefully -b missing node recitalists -b missing node gapped -b missing node zenithal -b missing node drowsy -b missing node bordello -b missing node tactically -b missing node ovines -b missing node tymbal -b missing node claymore -b missing node gewgaws -b missing node seethes -b missing node drownd -b missing node geranium -b missing node deputing -b missing node granddad -b missing node birdieing -b missing node thompson -b missing node extinction -b missing node drowns -b missing node seethed -b missing node flatfooted -b missing node applicatively -b missing node osprey -b missing node extincting -b missing node chauffeurs -b missing node demerited -b missing node fichus -b missing node normality -b missing node chauffeuse -b missing node scarring -b missing node proceedings -b missing node maleficent -b missing node sheerer -b missing node uncut -b missing node sheered -b missing node exotisms -b missing node beaded -b missing node eschewal -b missing node backtracked -b missing node familiarly -b missing node coalboxes -b missing node rewraps -b missing node bribing -b missing node disjunct -b missing node algorithmic -b missing node innocuous -b missing node preservations -b missing node interpolators -b missing node tzetzes -b missing node underacting -b missing node rubied -b missing node microbic -b missing node swigger -b missing node presswork -b missing node rubier -b missing node permanently -b missing node swigged -b missing node powering -b missing node pronators -b missing node rubies -b missing node ineffective -b missing node subplot -b missing node subjoins -b missing node under -b missing node prolapse -b missing node unmemorized -b missing node deacidified -b missing node jalap -b missing node limiteds -b missing node thirty -b missing node scampered -b missing node reunifies -b missing node viruses -b missing node cohesively -b missing node poplin -b missing node querist -b missing node omnisciently -b missing node admonishment -b missing node suppurative -b missing node jobholders -b missing node jewelweed -b missing node patrol -b missing node patron -b missing node stagnated -b missing node lignifying -b missing node hyphenation -b missing node ancestors -b missing node lackers -b missing node warplane -b missing node pleasures -b missing node livetraps -b missing node sanctimoniously -b missing node pleasured -b missing node thirst -b missing node stagnates -b missing node zircons -b missing node girdling -b missing node cartooned -b missing node quantic -b missing node bowels -b missing node legibleness -b missing node incomprehensibly -b missing node mackerels -b missing node snobbishly -b missing node clasps -b missing node claspt -b missing node removal -b missing node revolvable -b missing node deplore -b missing node plutons -b missing node aeon -b missing node saved -b missing node recognizing -b missing node loginess -b missing node apoplexies -b missing node saves -b missing node saver -b missing node reattachments -b missing node deputies -b missing node recleaning -b missing node cartels -b missing node coffers -b missing node embryology -b missing node prematurely -b missing node pornographer -b missing node quanted -b missing node aery -b missing node ohms -b missing node tauruses -b missing node unionizes -b missing node swooningly -b missing node barographic -b missing node incoherent -b missing node sanctified -b missing node rustles -b missing node rustler -b missing node unionized -b missing node disbanded -b missing node sanctifier -b missing node sanctifies -b missing node microbes -b missing node rustled -b missing node incomprehensible -b missing node stoat -b missing node stoas -b missing node underclerks -b missing node universities -b missing node lumina -b missing node manillas -b missing node convectional -b missing node sulphate -b missing node fomenters -b missing node stock -b missing node mammy -b missing node enchantresses -b missing node subaltern -b missing node flammability -b missing node lonesomes -b missing node miniskirt -b missing node amorphously -b missing node suppuration -b missing node forelimbs -b missing node canonically -b missing node frigidly -b missing node bearing -b missing node spiraled -b missing node trainable -b missing node ameliorations -b missing node fulsome -b missing node trimotor -b missing node coffees -b missing node suppurating -b missing node ohio -b missing node imbody -b missing node myrrh -b missing node quantal -b missing node bowery -b missing node averring -b missing node pornographic -b missing node bowers -b missing node cardiologic -b missing node surprisers -b missing node contraindicate -b missing node mayans -b missing node broken -b missing node genitalic -b missing node mamma -b missing node beacon -b missing node vivarium -b missing node broker -b missing node humidifiers -b missing node genitalia -b missing node armings -b missing node volplaned -b missing node flippancy -b missing node tidying -b missing node hyphenating -b missing node combated -b missing node reemerging -b missing node disobey -b missing node spicular -b missing node worthier -b missing node combater -b missing node worthies -b missing node crewed -b missing node necrologies -b missing node contrive -b missing node obtainment -b missing node undid -b missing node crewel -b missing node snoozed -b missing node stogy -b missing node volplanes -b missing node stoic -b missing node quagmiry -b missing node obligatory -b missing node lantana -b missing node ruminator -b missing node redigesting -b missing node congresses -b missing node pottages -b missing node xerography -b missing node peculiarly -b missing node usualness -b missing node august -b missing node pinocle -b missing node ohed -b missing node snoozer -b missing node snoozes -b missing node limiters -b missing node sagier -b missing node mamie -b missing node ibexes -b missing node savoy -b missing node contrite -b missing node redigestion -b missing node savor -b missing node quagmire -b missing node iteming -b missing node congressed -b missing node tramelling -b missing node endoskeleton -b missing node diagnostician -b missing node irrebuttable -b missing node agin -b missing node snufflier -b missing node socialization -b missing node chaises -b missing node unfading -b missing node evilness -b missing node tungsten -b missing node illustrator -b missing node unipod -b missing node deprecates -b missing node cadaverously -b missing node disfavored -b missing node tights -b missing node batted -b missing node sphered -b missing node acidulate -b missing node smoothens -b missing node undue -b missing node batten -b missing node agoras -b missing node batter -b missing node anatomized -b missing node muskits -b missing node fanaticism -b missing node parlously -b missing node beachy -b missing node prudence -b missing node anatomizes -b missing node agorae -b missing node monetarily -b missing node decent -b missing node shimmery -b missing node dimmest -b missing node newsbreak -b missing node scabrously -b missing node dumbbells -b missing node rigueur -b missing node shimmers -b missing node devilkin -b missing node conceits -b missing node misdescription -b missing node slightly -b missing node unpenned -b missing node smoking -b missing node jocularity -b missing node agha -b missing node deprecated -b missing node tzardoms -b missing node wingovers -b missing node yarned -b missing node bursitises -b missing node tightened -b missing node glimpse -b missing node spheres -b missing node suborders -b missing node coalbin -b missing node pallid -b missing node chiccory -b missing node disoriented -b missing node smokily -b missing node allotypes -b missing node tightener -b missing node conceive -b missing node conception -b missing node glossier -b missing node glossies -b missing node adagios -b missing node babble -b missing node reflexologies -b missing node allotypic -b missing node aged -b missing node nutmeats -b missing node clueing -b missing node spheric -b missing node smoothers -b missing node tasteful -b missing node optional -b missing node submerge -b missing node droves -b missing node drover -b missing node ages -b missing node overreachers -b missing node pallor -b missing node dimmers -b missing node droved -b missing node gimping -b missing node estating -b missing node parolees -b missing node coalbox -b missing node plasters -b missing node plastery -b missing node ageratums -b missing node daddy -b missing node illusionary -b missing node hempseeds -b missing node bostonian -b missing node erasers -b missing node tottery -b missing node heisters -b missing node wrathier -b missing node nabobs -b missing node totters -b missing node slurried -b missing node mumblers -b missing node kerchieves -b missing node monetarist -b missing node tabarded -b missing node deceit -b missing node unleashed -b missing node enunciated -b missing node monetarism -b missing node upholsteries -b missing node trammed -b missing node eyeliner -b missing node tawnies -b missing node slurries -b missing node tawnier -b missing node riparian -b missing node trammel -b missing node passport -b missing node unleashes -b missing node enunciates -b missing node jittering -b missing node deploys -b missing node agar -b missing node potherb -b missing node bonzer -b missing node bonzes -b missing node grosbeaks -b missing node emetic -b missing node satyr -b missing node hearsed -b missing node suitable -b missing node catered -b missing node counteract -b missing node stooges -b missing node kaputt -b missing node concoctions -b missing node dados -b missing node oedipus -b missing node hearses -b missing node caterer -b missing node sphericity -b missing node experienced -b missing node stooged -b missing node tautology -b missing node triolets -b missing node leisurely -b missing node suitably -b missing node experiences -b missing node cubers -b missing node reflexologist -b missing node jives -b missing node conceptive -b missing node abolishers -b missing node adagial -b missing node inimical -b missing node zealand -b missing node smuttiness -b missing node deflower -b missing node capstans -b missing node slighter -b missing node scorcher -b missing node substandard -b missing node directness -b missing node scorches -b missing node shamois -b missing node smoothest -b missing node fanaticize -b missing node negotiant -b missing node slighted -b missing node callback -b missing node bohemians -b missing node stunning -b missing node ransoming -b missing node glossily -b missing node tawnily -b missing node glossing -b missing node cruppers -b missing node breathtakingly -b missing node concatenate -b missing node upholstering -b missing node peening -b missing node albuminous -b missing node homeroom -b missing node reiterated -b missing node scorched -b missing node raillery -b missing node oughts -b missing node reiterates -b missing node unpolled -b missing node gimpier -b missing node targeted -b missing node hearsay -b missing node wrathing -b missing node factful -b missing node reunified -b missing node centrifuging -b missing node eviller -b missing node titivating -b missing node asphalting -b missing node illustrated -b missing node snakelike -b missing node stewardesses -b missing node radically -b missing node wormhole -b missing node fugged -b missing node slurring -b missing node cursedest -b missing node interpolar -b missing node deveining -b missing node ourselves -b missing node wrathily -b missing node unwaxed -b missing node remoter -b missing node laureled -b missing node headgears -b missing node illustrates -b missing node piously -b missing node trephining -b missing node broils -b missing node feedstuffs -b missing node plaudits -b missing node bluntness -b missing node enunciator -b missing node compound -b missing node aggravations -b missing node inhabitation -b missing node hedonists -b missing node overlarge -b missing node fretters -b missing node conscientious -b missing node bottlers -b missing node reissues -b missing node reissuer -b missing node vampers -b missing node bovines -b missing node surcingles -b missing node biographers -b missing node canaan -b missing node disarrangement -b missing node reissued -b missing node empanelled -b missing node carrells -b missing node submerse -b missing node parolers -b missing node trouping -b missing node adjurers -b missing node eucharistic -b missing node chansons -b missing node climbing -b missing node amerind -b missing node resonances -b missing node taluses -b missing node bastioned -b missing node incumbered -b missing node fopperies -b missing node fissile -b missing node myriapod -b missing node tailers -b missing node incitant -b missing node colostomies -b missing node assess -b missing node rosemaries -b missing node mostly -b missing node rearrests -b missing node carryovers -b missing node hawing -b missing node sedatives -b missing node disassembled -b missing node overroasts -b missing node threading -b missing node chirruping -b missing node muskier -b missing node muskies -b missing node chumship -b missing node deedbox -b missing node disassembles -b missing node excessively -b missing node assert -b missing node clarke -b missing node thirstier -b missing node jived -b missing node cocksure -b missing node cashiered -b missing node weened -b missing node gawky -b missing node toronto -b missing node gawks -b missing node disruption -b missing node affluents -b missing node uncoils -b missing node deluged -b missing node rectorates -b missing node canada -b missing node manse -b missing node austere -b missing node meadowlands -b missing node tallier -b missing node tallies -b missing node misjudged -b missing node dogfaces -b missing node oink -b missing node jakes -b missing node chainman -b missing node assets -b missing node wifeliest -b missing node mudpuppies -b missing node weirdest -b missing node graininess -b missing node idealistic -b missing node misjudges -b missing node felines -b missing node rhodesia -b missing node scaffoldage -b missing node bullrush -b missing node telecast -b missing node manta -b missing node saudi -b missing node afro -b missing node guitars -b missing node refurnishing -b missing node bonuses -b missing node handpick -b missing node dingdong -b missing node narcissi -b missing node fission -b missing node curveted -b missing node valorize -b missing node buttered -b missing node overdrinks -b missing node negotiate -b missing node meowed -b missing node outgrows -b missing node inanity -b missing node deluges -b missing node sauce -b missing node disrupting -b missing node manus -b missing node unflappable -b missing node outgrown -b missing node crosspieces -b missing node saucy -b missing node furling -b missing node unflappably -b missing node eglantine -b missing node thirstily -b missing node seesawing -b missing node palmer -b missing node ironically -b missing node deprecator -b missing node weenie -b missing node muskily -b missing node manna -b missing node palmed -b missing node lactates -b missing node incentives -b missing node manos -b missing node hedonisms -b missing node manor -b missing node snuffling -b missing node misdescriptive -b missing node vermifuge -b missing node earsplitting -b missing node chainmen -b missing node oily -b missing node waywardly -b missing node america -b missing node oils -b missing node tartrated -b missing node tallied -b missing node dedicate -b missing node selsyn -b missing node honorableness -b missing node ethnical -b missing node triangular -b missing node profligately -b missing node thirsting -b missing node transpiration -b missing node lactated -b missing node gallivants -b missing node expressly -b missing node outwork -b missing node soddens -b missing node outwore -b missing node undeceive -b missing node dadas -b missing node pothead -b missing node sterilizers -b missing node zebroid -b missing node canalizations -b missing node outworn -b missing node submersions -b missing node smokier -b missing node grantors -b missing node threadier -b missing node gyrfalcons -b missing node iberians -b missing node ungenteel -b missing node blattering -b missing node primeros -b missing node canals -b missing node expressed -b missing node sauna -b missing node implantation -b missing node peccable -b missing node isolating -b missing node expresses -b missing node tartrates -b missing node diaphragm -b missing node mayweed -b missing node counterpoising -b missing node momism -b missing node glissading -b missing node anviltop -b missing node spheral -b missing node reclassify -b missing node isolation -b missing node sault -b missing node parsing -b missing node sauls -b missing node claret -b missing node ligament -b missing node peahen -b missing node unpackers -b missing node weathering -b missing node assent -b missing node disruptive -b missing node nonproprietary -b missing node manly -b missing node fibrinous -b missing node northeastwardly -b missing node incompatible -b missing node sodalist -b missing node canary -b missing node canard -b missing node properest -b missing node preaccustoms -b missing node ahem -b missing node wittiest -b missing node imprisoning -b missing node menaced -b missing node affiliations -b missing node vulgarized -b missing node elasticity -b missing node pattee -b missing node patted -b missing node canopying -b missing node emasculators -b missing node patter -b missing node lowlifes -b missing node menaces -b missing node defenseless -b missing node menacer -b missing node teslas -b missing node claver -b missing node dingbat -b missing node rampancies -b missing node flattest -b missing node sociometric -b missing node unique -b missing node honeyed -b missing node mulberry -b missing node cathedra -b missing node vulgarizes -b missing node vulgarizer -b missing node stumble -b missing node ghostiest -b missing node rummers -b missing node precisest -b missing node reveille -b missing node rousseau -b missing node apoplectic -b missing node partitions -b missing node solicit -b missing node adjuring -b missing node immorally -b missing node bookcase -b missing node brolly -b missing node incompatibly -b missing node ingrown -b missing node trimorph -b missing node winkling -b missing node precisely -b missing node noncentral -b missing node envelope -b missing node insurable -b missing node envelops -b missing node screwiest -b missing node addable -b missing node reelected -b missing node rusting -b missing node neurologies -b missing node controverted -b missing node inferiors -b missing node abstention -b missing node supernovas -b missing node maple -b missing node bateaux -b missing node luckiest -b missing node dacha -b missing node ingroup -b missing node impunity -b missing node rummest -b missing node rabbeting -b missing node rustily -b missing node overemphasize -b missing node jumpoffs -b missing node unanswered -b missing node rarified -b missing node resemble -b missing node bistate -b missing node legitimate -b missing node petnappings -b missing node mommas -b missing node hairier -b missing node flattery -b missing node decorum -b missing node flatters -b missing node canape -b missing node propjet -b missing node perdues -b missing node tenancies -b missing node goddaughters -b missing node boldfaced -b missing node pudginess -b missing node recommenders -b missing node penlights -b missing node maffia -b missing node boldfaces -b missing node daces -b missing node unattackable -b missing node nitrile -b missing node needfuls -b missing node dandler -b missing node dandles -b missing node accusatorial -b missing node unstresses -b missing node kakistocracy -b missing node alerting -b missing node unhinge -b missing node browbeats -b missing node chasteners -b missing node helicopters -b missing node barraged -b missing node secretly -b missing node unstressed -b missing node chasteness -b missing node chronol -b missing node chronon -b missing node barrages -b missing node sprightliest -b missing node subordinates -b missing node flattens -b missing node diorama -b missing node nonreflective -b missing node shoplifts -b missing node alnicoes -b missing node immunologists -b missing node eligibles -b missing node merited -b missing node unmodified -b missing node dandled -b missing node ingather -b missing node janus -b missing node subordinated -b missing node fanzines -b missing node petrify -b missing node matchmaking -b missing node nitrify -b missing node glimmer -b missing node rustier -b missing node sassy -b missing node secretor -b missing node subhead -b missing node bulrushes -b missing node polygamist -b missing node pattie -b missing node blackheads -b missing node sheeter -b missing node bracted -b missing node spoonfuls -b missing node incompatibility -b missing node tallowed -b missing node laxness -b missing node phenocopy -b missing node imperviously -b missing node whole -b missing node clanking -b missing node stupendously -b missing node dimorphous -b missing node proboycott -b missing node marketeers -b missing node rustics -b missing node ancestral -b missing node sheeted -b missing node forcedly -b missing node pestering -b missing node blipped -b missing node algebras -b missing node poesies -b missing node hairbrush -b missing node argufied -b missing node applaud -b missing node whomp -b missing node neckless -b missing node jojobas -b missing node revolting -b missing node appointers -b missing node ascertains -b missing node watercress -b missing node acidities -b missing node nitride -b missing node subtitle -b missing node tallish -b missing node overspins -b missing node scolloped -b missing node sirloins -b missing node ague -b missing node gays -b missing node unrivaled -b missing node embryologic -b missing node rationalizing -b missing node polygraph -b missing node avions -b missing node badged -b missing node whoop -b missing node unfed -b missing node alibiing -b missing node modester -b missing node consistency -b missing node mutilated -b missing node racquet -b missing node satan -b missing node badger -b missing node badges -b missing node beheaded -b missing node arrayer -b missing node consistence -b missing node dieback -b missing node mutilates -b missing node disentailment -b missing node lowliest -b missing node neurologize -b missing node whorl -b missing node quipster -b missing node jackeroos -b missing node aboveboard -b missing node kingship -b missing node chronic -b missing node timider -b missing node guideline -b missing node dianthus -b missing node readmission -b missing node whore -b missing node derivatives -b missing node arrayed -b missing node enrobers -b missing node oversharp -b missing node eterne -b missing node gawk -b missing node wheyface -b missing node showboats -b missing node allocate -b missing node redeliver -b missing node earshot -b missing node unforbidden -b missing node remelted -b missing node redeliveries -b missing node gave -b missing node whops -b missing node peskiest -b missing node moralized -b missing node specks -b missing node impassability -b missing node unforbidded -b missing node isthmuses -b missing node gavot -b missing node moralizer -b missing node moralizes -b missing node priested -b missing node atypically -b missing node whose -b missing node sensitivity -b missing node behind -b missing node unwinders -b missing node totting -b missing node whoso -b missing node unenjoyable -b missing node chocolates -b missing node unfit -b missing node unfix -b missing node janes -b missing node yesteryears -b missing node janet -b missing node arrayal -b missing node posture -b missing node impearling -b missing node epiderms -b missing node ingot -b missing node signiories -b missing node fatigability -b missing node copenhagen -b missing node devilish -b missing node boogies -b missing node calfskins -b missing node legitimacy -b missing node grandeur -b missing node anything -b missing node reformable -b missing node gaze -b missing node specie -b missing node clause -b missing node hazelnuts -b missing node snowflake -b missing node palled -b missing node papistries -b missing node gapy -b missing node strophe -b missing node predestinating -b missing node modestly -b missing node presifting -b missing node grandest -b missing node gape -b missing node satin -b missing node prologuing -b missing node gaps -b missing node pallet -b missing node ofay -b missing node chaired -b missing node romans -b missing node romano -b missing node romany -b missing node peevishness -b missing node bulwark -b missing node capuchin -b missing node overdraw -b missing node ingle -b missing node rectitude -b missing node agog -b missing node tackling -b missing node gaol -b missing node vindictively -b missing node tactual -b missing node neurologist -b missing node compositors -b missing node unweeded -b missing node honolulu -b missing node gams -b missing node biographies -b missing node idiotically -b missing node unsightliness -b missing node gamy -b missing node misdefining -b missing node redelivering -b missing node popularizing -b missing node gang -b missing node mutilator -b missing node baroque -b missing node compotes -b missing node grindstones -b missing node homebuilding -b missing node acerola -b missing node gaud -b missing node geology -b missing node deviling -b missing node logically -b missing node cassettes -b missing node decayable -b missing node offs -b missing node maori -b missing node priestly -b missing node sated -b missing node songwriter -b missing node poetical -b missing node dominantly -b missing node crepitus -b missing node gate -b missing node astrobiologists -b missing node sates -b missing node tinkerers -b missing node gats -b missing node appointees -b missing node plushiest -b missing node gary -b missing node duotones -b missing node bigmouthed -b missing node muscats -b missing node cubebs -b missing node gunfight -b missing node eject -b missing node bleeders -b missing node bechamels -b missing node rinsable -b missing node gavel -b missing node gash -b missing node crowner -b missing node gasp -b missing node overdrew -b missing node cuirass -b missing node larruping -b missing node vealier -b missing node crowned -b missing node bacterium -b missing node sprightlier -b missing node garb -b missing node hubbubs -b missing node polygamies -b missing node predestination -b missing node walkovers -b missing node gars -b missing node elasticize -b missing node solidly -b missing node fingerprinting -b missing node stork -b missing node concubines -b missing node store -b missing node requisiteness -b missing node gaff -b missing node storm -b missing node neighborly -b missing node hayrack -b missing node snidest -b missing node story -b missing node warwork -b missing node copyholders -b missing node warworn -b missing node decriers -b missing node beachboys -b missing node contemptuously -b missing node gaga -b missing node saffron -b missing node forgive -b missing node shaders -b missing node postcard -b missing node gage -b missing node vintner -b missing node cannibals -b missing node reservation -b missing node bearish -b missing node syndics -b missing node melanotic -b missing node spindler -b missing node satisfy -b missing node miniskirts -b missing node owlets -b missing node instances -b missing node spindles -b missing node molters -b missing node stops -b missing node stopt -b missing node conductivity -b missing node gags -b missing node leasehold -b missing node worthing -b missing node current -b missing node postwar -b missing node instanced -b missing node phages -b missing node preemptions -b missing node spindled -b missing node weekly -b missing node stood -b missing node gauzy -b missing node bulldozing -b missing node stool -b missing node sarod -b missing node stoop -b missing node gain -b missing node underdogs -b missing node demonstrators -b missing node cowcatchers -b missing node focussing -b missing node ambergris -b missing node gauze -b missing node microbus -b missing node wittier -b missing node wadies -b missing node argots -b missing node queried -b missing node stone -b missing node flawless -b missing node mossbacks -b missing node unscrupulously -b missing node durational -b missing node stony -b missing node gait -b missing node aims -b missing node ailment -b missing node armyworms -b missing node clayish -b missing node friskers -b missing node worthily -b missing node pompadours -b missing node querier -b missing node feloniously -b missing node queries -b missing node stumpiest -b missing node empaneling -b missing node preoccupying -b missing node underdoes -b missing node gymnastics -b missing node stomp -b missing node accusive -b missing node holdings -b missing node gall -b missing node faqirs -b missing node thralls -b missing node thirds -b missing node sandaling -b missing node gale -b missing node tempering -b missing node stole -b missing node unnoticed -b missing node saris -b missing node gala -b missing node burdocks -b missing node stoke -b missing node bellwethers -b missing node geisha -b missing node grandees -b missing node game -b missing node aggies -b missing node walter -b missing node methodology -b missing node neighbored -b missing node throning -b missing node cageling -b missing node spreads -b missing node worldlings -b missing node embowering -b missing node gals -b missing node friskets -b missing node ails -b missing node cowkine -b missing node kingside -b missing node politeness -b missing node endoscopies -b missing node undesigning -b missing node forging -b missing node constables -b missing node omegas -b missing node adherence -b missing node promulging -b missing node timidly -b missing node verbose -b missing node ogre -b missing node beveling -b missing node palmature -b missing node perforate -b missing node frustration -b missing node unreprieved -b missing node kilobit -b missing node grossing -b missing node foreordaining -b missing node warbling -b missing node lizards -b missing node snidely -b missing node fragmentary -b missing node aerological -b missing node potherbs -b missing node bodies -b missing node fructuary -b missing node interpretational -b missing node tiptop -b missing node nocking -b missing node caricaturist -b missing node luminously -b missing node surround -b missing node bodied -b missing node thrivers -b missing node hexahedrons -b missing node tiptoe -b missing node gauss -b missing node undiscerning -b missing node incurrable -b missing node brunettes -b missing node reclassifying -b missing node sequences -b missing node fragmentate -b missing node sequencer -b missing node equivocally -b missing node sextuplets -b missing node uncomplainingly -b missing node precautions -b missing node sequenced -b missing node argosy -b missing node knowingness -b missing node stows -b missing node moonshiners -b missing node evanescent -b missing node bodice -b missing node witting -b missing node fortunateness -b missing node confreres -b missing node seditious -b missing node chromosomally -b missing node obnoxiousness -b missing node funfair -b missing node poincianas -b missing node trussing -b missing node coxwaining -b missing node accusing -b missing node roentgen -b missing node lackeys -b missing node pristine -b missing node stove -b missing node gabs -b missing node codling -b missing node pollutants -b missing node puritan -b missing node snickered -b missing node argols -b missing node oeuvres -b missing node caricaturing -b missing node sweetened -b missing node convoking -b missing node stout -b missing node busings -b missing node stoup -b missing node accursedly -b missing node collarless -b missing node undreamt -b missing node firework -b missing node composers -b missing node fireworm -b missing node brotherliness -b missing node argons -b missing node forwardest -b missing node numbing -b missing node engram -b missing node barstool -b missing node benzoate -b missing node gads -b missing node calabashes -b missing node economists -b missing node vivaries -b missing node schussing -b missing node pyrostats -b missing node surpassingly -b missing node aide -b missing node aids -b missing node andante -b missing node electrical -b missing node wittily -b missing node removes -b missing node forwarders -b missing node remover -b missing node composts -b missing node removed -b missing node frustrating -b missing node unexpressed -b missing node solider -b missing node cribbages -b missing node infra -b missing node wrynecks -b missing node boding -b missing node uncompartmentalizes -b missing node reassess -b missing node swaggering -b missing node baptizer -b missing node kilobar -b missing node baptizes -b missing node composes -b missing node composer -b missing node subornation -b missing node spouse -b missing node clayier -b missing node myope -b missing node pullbacks -b missing node composed -b missing node deadhead -b missing node narratives -b missing node fantasie -b missing node jocund -b missing node fantasia -b missing node headhunts -b missing node sunnier -b missing node deciphered -b missing node weighman -b missing node wagtail -b missing node magnateship -b missing node uncompartmentalized -b missing node histologists -b missing node nearby -b missing node baptized -b missing node spouts -b missing node lifesaving -b missing node scarrier -b missing node diametrical -b missing node infos -b missing node thanatology -b missing node bodily -b missing node fabrics -b missing node firewood -b missing node debugging -b missing node aerodyne -b missing node settlings -b missing node reassert -b missing node imprisonment -b missing node purisms -b missing node attractions -b missing node stenciled -b missing node asseverations -b missing node fuddling -b missing node sweetener -b missing node sensibility -b missing node insofar -b missing node pilgrims -b missing node enamours -b missing node cancer -b missing node ogle -b missing node usufructuary -b missing node vaporizer -b missing node vaporizes -b missing node getaway -b missing node convecting -b missing node cancel -b missing node rematch -b missing node neared -b missing node deviled -b missing node scantlings -b missing node thusly -b missing node outgrowth -b missing node footrest -b missing node nearer -b missing node rationing -b missing node weighmen -b missing node bailouts -b missing node convection -b missing node james -b missing node unaged -b missing node gauls -b missing node continually -b missing node vaporized -b missing node upleaping -b missing node fantasms -b missing node reunion -b missing node scalars -b missing node misguidedly -b missing node recruiters -b missing node fortuity -b missing node renigs -b missing node presets -b missing node devilment -b missing node myopy -b missing node incognitos -b missing node rupturable -b missing node gaunt -b missing node centigrade -b missing node cancan -b missing node boastfully -b missing node detects -b missing node hydrants -b missing node commendably -b missing node disclaimer -b missing node incongruity -b missing node jambs -b missing node resoluteness -b missing node reasserts -b missing node concelebration -b missing node ineptness -b missing node infix -b missing node commendable -b missing node disclaimed -b missing node adherents -b missing node grudging -b missing node coparents -b missing node noshers -b missing node purists -b missing node codefendant -b missing node jugula -b missing node concelebrating -b missing node vandalic -b missing node present -b missing node impatient -b missing node impatiens -b missing node tangentiality -b missing node ahoy -b missing node chiropodist -b missing node nocked -b missing node claying -b missing node dallas -b missing node ogee -b missing node fiches -b missing node fantasts -b missing node drachmas -b missing node diatribe -b missing node pervasiveness -b missing node cribbings -b missing node outfitting -b missing node syllogistic -b missing node treetops -b missing node lameness -b missing node comporting -b missing node kilogram -b missing node prurience -b missing node ungot -b missing node photostating -b missing node sequester -b missing node ballot -b missing node magenta -b missing node drachmae -b missing node panaches -b missing node bushwack -b missing node lashing -b missing node underdone -b missing node vegetal -b missing node infer -b missing node derailleurs -b missing node ferments -b missing node centigrams -b missing node nepenthe -b missing node crevasse -b missing node apostolic -b missing node programmable -b missing node pharaohs -b missing node farmhands -b missing node systems -b missing node garrulous -b missing node unleashing -b missing node jackanapeses -b missing node gladiatorial -b missing node wornout -b missing node gauds -b missing node gaudy -b missing node aryans -b missing node verbalize -b missing node medications -b missing node wading -b missing node preconceiving -b missing node deterred -b missing node solidus -b missing node deterrer -b missing node badinage -b missing node embalmed -b missing node klatch -b missing node consumptions -b missing node scoffers -b missing node operators -b missing node reunite -b missing node embalmer -b missing node nearly -b missing node convective -b missing node squiggly -b missing node preempted -b missing node presell -b missing node gauge -b missing node squiggle -b missing node bunnies -b missing node friskiest -b missing node innings -b missing node nighness -b missing node loopholes -b missing node thanks -b missing node prointegration -b missing node achene -b missing node eyeshades -b missing node vituperative -b missing node howdah -b missing node marie -b missing node spaceship -b missing node mezuzas -b missing node maria -b missing node fumigant -b missing node inert -b missing node assurers -b missing node campanili -b missing node iguana -b missing node sharesman -b missing node campanile -b missing node washrooms -b missing node mezuzah -b missing node noncommercially -b missing node immolate -b missing node corroded -b missing node retreated -b missing node opacification -b missing node corrodes -b missing node corroder -b missing node balled -b missing node mares -b missing node outwits -b missing node blanketed -b missing node dimorphic -b missing node repagination -b missing node repatriated -b missing node chitchat -b missing node toroids -b missing node marge -b missing node jesuit -b missing node intemperate -b missing node prevents -b missing node chuffed -b missing node repatriates -b missing node carbuncular -b missing node puppetries -b missing node cilium -b missing node signalizing -b missing node ballet -b missing node baller -b missing node chuffer -b missing node reunify -b missing node abstain -b missing node fluorides -b missing node trucked -b missing node grungy -b missing node bypassing -b missing node unhat -b missing node march -b missing node unison -b missing node volvox -b missing node fumigate -b missing node heretical -b missing node emasculating -b missing node walrus -b missing node popped -b missing node marcs -b missing node jazziness -b missing node complacency -b missing node reerect -b missing node popper -b missing node ajar -b missing node poppet -b missing node mardi -b missing node complacence -b missing node sharesmen -b missing node oversimplifies -b missing node affirming -b missing node sunnily -b missing node permissive -b missing node remarks -b missing node scientists -b missing node uncircumcised -b missing node decoyed -b missing node leftists -b missing node interrogations -b missing node oversimplified -b missing node shimmying -b missing node godmother -b missing node thanes -b missing node glorify -b missing node breathes -b missing node decoyer -b missing node breather -b missing node garments -b missing node glories -b missing node emasculation -b missing node protractors -b missing node laboratory -b missing node noninclusive -b missing node frettier -b missing node cohere -b missing node gloried -b missing node gator -b missing node commonable -b missing node adjunctive -b missing node trucker -b missing node ballad -b missing node cartloads -b missing node rouens -b missing node stoniest -b missing node forceful -b missing node advertently -b missing node daisy -b missing node selflessly -b missing node sunning -b missing node fireplaces -b missing node pinioned -b missing node extermination -b missing node swabbers -b missing node eighteenth -b missing node jetties -b missing node exterminating -b missing node mezzanine -b missing node dairy -b missing node poppas -b missing node sheikdom -b missing node hoardings -b missing node jettied -b missing node inflammations -b missing node breathed -b missing node heretofore -b missing node garishness -b missing node lignums -b missing node reincarnating -b missing node disclosure -b missing node nonconsumption -b missing node satiric -b missing node weighing -b missing node pimpernels -b missing node rhizome -b missing node faction -b missing node fungus -b missing node pogroming -b missing node simonize -b missing node tombstones -b missing node daresay -b missing node supramental -b missing node cudgelling -b missing node vituperation -b missing node foundlings -b missing node catnaps -b missing node symbionts -b missing node berating -b missing node assays -b missing node vituperating -b missing node omit -b missing node unadvisable -b missing node meditative -b missing node remodeler -b missing node marks -b missing node crushes -b missing node abolitionist -b missing node crusher -b missing node shutes -b missing node abolitionism -b missing node handwritten -b missing node militaristic -b missing node duress -b missing node nahuatl -b missing node sambaing -b missing node timbering -b missing node satires -b missing node etatism -b missing node vesuvians -b missing node exclusions -b missing node etatist -b missing node bawdiest -b missing node knackeries -b missing node shuted -b missing node crushed -b missing node affronting -b missing node omelet -b missing node glaciating -b missing node leftisms -b missing node guiltlessness -b missing node lording -b missing node parakeet -b missing node whump -b missing node incitation -b missing node investment -b missing node fretting -b missing node irrationally -b missing node overheaped -b missing node thurible -b missing node caramel -b missing node scofflaw -b missing node reincarnation -b missing node smashers -b missing node vapours -b missing node apostle -b missing node daily -b missing node preconceals -b missing node devilry -b missing node assureds -b missing node competitively -b missing node girdlers -b missing node omen -b missing node polygamous -b missing node sprinkling -b missing node vapoury -b missing node remarry -b missing node tigers -b missing node gated -b missing node ergot -b missing node whittled -b missing node alderwoman -b missing node candle -b missing node unequals -b missing node adumbrates -b missing node spelunks -b missing node hibernate -b missing node cowslip -b missing node cryptogam -b missing node henhouses -b missing node adumbrated -b missing node unburden -b missing node meditation -b missing node resuscitate -b missing node resiliently -b missing node whittles -b missing node mutinying -b missing node whittler -b missing node einsteinium -b missing node smoothing -b missing node maqui -b missing node upstream -b missing node occultist -b missing node delightedly -b missing node grunts -b missing node meditating -b missing node occultism -b missing node tortillas -b missing node garrote -b missing node calicoes -b missing node commonalities -b missing node spotty -b missing node recentness -b missing node severeness -b missing node candor -b missing node officiousness -b missing node tousling -b missing node fowler -b missing node fowled -b missing node conjugators -b missing node rushingly -b missing node comprises -b missing node lantern -b missing node expectedly -b missing node andiron -b missing node eternizing -b missing node dimorphism -b missing node comprised -b missing node macerator -b missing node carburizing -b missing node sillies -b missing node snoutish -b missing node stubbornly -b missing node alderwomen -b missing node sillier -b missing node camisoles -b missing node stoneflies -b missing node verifiable -b missing node eutrophic -b missing node rawhided -b missing node unheedful -b missing node rawhides -b missing node indelibly -b missing node foaminess -b missing node teenage -b missing node perturbational -b missing node olla -b missing node engrosses -b missing node engrosser -b missing node sextupling -b missing node coherently -b missing node xebec -b missing node fungal -b missing node sinter -b missing node engrossed -b missing node nightmarish -b missing node nahuatls -b missing node rusticate -b missing node exhibitionists -b missing node indelible -b missing node promisingly -b missing node airy -b missing node parathyroidal -b missing node airs -b missing node shelvings -b missing node zymoscope -b missing node travelogs -b missing node skyscrapers -b missing node subdeacon -b missing node jovial -b missing node contingent -b missing node resections -b missing node kissed -b missing node aureate -b missing node howdie -b missing node mumbling -b missing node vatfuls -b missing node ukeleles -b missing node interpolator -b missing node toxicological -b missing node legislating -b missing node kisser -b missing node fireclays -b missing node kisses -b missing node headgear -b missing node normative -b missing node goading -b missing node smoothies -b missing node hutched -b missing node removable -b missing node macerates -b missing node jangles -b missing node macerater -b missing node jangler -b missing node quibble -b missing node atavisms -b missing node anticlimaxes -b missing node chasubles -b missing node hutches -b missing node smokiest -b missing node macerated -b missing node bibliographical -b missing node diffuseness -b missing node unfaithfully -b missing node reapplies -b missing node reapplier -b missing node legislation -b missing node reaccompanying -b missing node rheumatoid -b missing node xysts -b missing node reapplied -b missing node gladelike -b missing node renditions -b missing node unisex -b missing node jangled -b missing node jugglings -b missing node micronesians -b missing node insincere -b missing node amplifications -b missing node bacchanalia -b missing node repaginating -b missing node unhip -b missing node truckle -b missing node unambiguous -b missing node lustfulness -b missing node peaced -b missing node badnesses -b missing node candid -b missing node permission -b missing node veriest -b missing node holystone -b missing node foxhound -b missing node cartage -b missing node meltons -b missing node hushedly -b missing node blackhead -b missing node disheartens -b missing node decide -b missing node absurdity -b missing node predefining -b missing node excisions -b missing node mafias -b missing node inept -b missing node because -b missing node conjoin -b missing node coheir -b missing node peaces -b missing node softbacks -b missing node portholes -b missing node carnifying -b missing node quickest -b missing node fungic -b missing node essayers -b missing node sillily -b missing node chamoised -b missing node gates -b missing node speckled -b missing node egypt -b missing node lummox -b missing node enfilade -b missing node besiegers -b missing node chamoises -b missing node simoniac -b missing node meaningfulness -b missing node gasps -b missing node discolored -b missing node agonal -b missing node verbids -b missing node atavists -b missing node multiplied -b missing node once -b missing node foundational -b missing node cretin -b missing node mashy -b missing node thoraces -b missing node reexpresses -b missing node primeval -b missing node archaistic -b missing node recleans -b missing node washtubs -b missing node akin -b missing node peachy -b missing node prosiest -b missing node verbify -b missing node reexpressed -b missing node statesmanship -b missing node indow -b missing node cloakroom -b missing node erica -b missing node patness -b missing node gassy -b missing node borderline -b missing node ones -b missing node multiplies -b missing node stagnancy -b missing node touchstone -b missing node unify -b missing node multiplier -b missing node migrations -b missing node balkan -b missing node baptisms -b missing node abridged -b missing node heisting -b missing node enjoyments -b missing node suiting -b missing node doomful -b missing node aladdin -b missing node goatherd -b missing node nutritional -b missing node intimates -b missing node quashing -b missing node transcended -b missing node jaggs -b missing node esquired -b missing node weltered -b missing node intimater -b missing node yarrow -b missing node abridges -b missing node bottling -b missing node abridger -b missing node storages -b missing node intimated -b missing node reanalyzing -b missing node stimy -b missing node nonregimented -b missing node thoracic -b missing node allheal -b missing node beagle -b missing node ruminants -b missing node snoutier -b missing node excogitate -b missing node ombre -b missing node stink -b missing node economizes -b missing node economizer -b missing node sting -b missing node stint -b missing node achromat -b missing node sayer -b missing node acidheads -b missing node climbers -b missing node missionaries -b missing node economized -b missing node commingling -b missing node esquires -b missing node mawkish -b missing node bedizening -b missing node decile -b missing node denaturant -b missing node sayee -b missing node lovages -b missing node ungrudging -b missing node pulsators -b missing node thames -b missing node maser -b missing node erroneous -b missing node pulsatory -b missing node weirdies -b missing node stile -b missing node weathermen -b missing node shimming -b missing node still -b missing node cubans -b missing node nitrate -b missing node brezhnev -b missing node stilt -b missing node bodkin -b missing node cascade -b missing node melders -b missing node indue -b missing node bellweather -b missing node letterpress -b missing node unsubstantial -b missing node canonistic -b missing node traders -b missing node clawer -b missing node twelfths -b missing node musicology -b missing node mynas -b missing node mynah -b missing node refunded -b missing node neglector -b missing node junipers -b missing node confabulate -b missing node orgastic -b missing node only -b missing node disarticulate -b missing node outspell -b missing node refunder -b missing node deadlocks -b missing node cathects -b missing node semesters -b missing node ambiverts -b missing node oculist -b missing node soldering -b missing node catalytically -b missing node gabbiest -b missing node arithmetically -b missing node mosquito -b missing node moment -b missing node ungodlier -b missing node hejira -b missing node phonetics -b missing node manslayers -b missing node mussiest -b missing node actionable -b missing node groundnut -b missing node ywca -b missing node idyllists -b missing node jaggy -b missing node baptises -b missing node massa -b missing node masse -b missing node infarction -b missing node glyphs -b missing node slatted -b missing node clawed -b missing node weatherman -b missing node otoliths -b missing node protracted -b missing node baptised -b missing node snouting -b missing node sties -b missing node lapwings -b missing node cubage -b missing node masks -b missing node electrologists -b missing node occulting -b missing node vitalization -b missing node unadapted -b missing node nonnumeric -b missing node stied -b missing node continuance -b missing node nondescript -b missing node condemners -b missing node sanitariums -b missing node pricelessness -b missing node federate -b missing node conjugality -b missing node dorado -b missing node trillionth -b missing node shadowing -b missing node fuseless -b missing node auricularly -b missing node clumped -b missing node nether -b missing node stiff -b missing node cretic -b missing node seclude -b missing node uganda -b missing node stick -b missing node palpus -b missing node savates -b missing node feistiest -b missing node brothiest -b missing node ontogenetically -b missing node optometries -b missing node stunners -b missing node tanneries -b missing node balked -b missing node hektares -b missing node threaders -b missing node nutritionists -b missing node millstream -b missing node gizmo -b missing node balker -b missing node compounders -b missing node bogglers -b missing node mason -b missing node instancing -b missing node spattering -b missing node secretors -b missing node secretory -b missing node maltreated -b missing node tinworks -b missing node remodeled -b missing node surrejoinders -b missing node protractor -b missing node jigaboos -b missing node shattering -b missing node herring -b missing node skimmings -b missing node candescence -b missing node conductible -b missing node elation -b missing node hesitancies -b missing node pouffes -b missing node sodality -b missing node parsecs -b missing node barracks -b missing node biologically -b missing node bearded -b missing node mesmerization -b missing node shimmied -b missing node sodalite -b missing node sumatran -b missing node coonhound -b missing node confiscate -b missing node pockmarks -b missing node elating -b missing node urological -b missing node pragmatist -b missing node dendrological -b missing node musculation -b missing node prearming -b missing node ramble -b missing node roughs -b missing node urinal -b missing node pouffed -b missing node luxuries -b missing node pragmatism -b missing node simonist -b missing node trisaccharide -b missing node propers -b missing node revoltingly -b missing node introject -b missing node thermometers -b missing node robustness -b missing node dampeners -b missing node mindfully -b missing node marsh -b missing node marse -b missing node imbrium -b missing node botanies -b missing node impartiality -b missing node federals -b missing node geographer -b missing node mobilizes -b missing node mobilizer -b missing node retributory -b missing node marry -b missing node requisitioner -b missing node index -b missing node lavages -b missing node cowskin -b missing node listening -b missing node propulsion -b missing node forevermore -b missing node boogers -b missing node flinchers -b missing node rostrums -b missing node urines -b missing node bitumen -b missing node caners -b missing node bicentennial -b missing node realistic -b missing node metagenetically -b missing node neatly -b missing node requisitioned -b missing node sayst -b missing node abolishing -b missing node unite -b missing node marts -b missing node geographic -b missing node tanager -b missing node thrillingly -b missing node pipsqueaks -b missing node stepsister -b missing node germinate -b missing node abandons -b missing node reassumptions -b missing node suppliers -b missing node mobilized -b missing node rouged -b missing node units -b missing node cooties -b missing node daleth -b missing node shadowier -b missing node unity -b missing node reoccurring -b missing node rouges -b missing node preamplifiers -b missing node migrating -b missing node escrow -b missing node sluiceway -b missing node glorias -b missing node deliquescent -b missing node stirs -b missing node unfortunate -b missing node gloriam -b missing node pharisaic -b missing node unerased -b missing node consumptives -b missing node cricket -b missing node corneous -b missing node cricked -b missing node baptists -b missing node verbile -b missing node assail -b missing node propels -b missing node asceticism -b missing node undestroyed -b missing node erasing -b missing node cordlessly -b missing node encrypting -b missing node indiscoverable -b missing node unpacking -b missing node union -b missing node inasmuch -b missing node titaniums -b missing node india -b missing node ladybird -b missing node machree -b missing node migration -b missing node united -b missing node cantonment -b missing node botanist -b missing node vehicular -b missing node uniter -b missing node unites -b missing node speciously -b missing node nonpaying -b missing node sandalled -b missing node nullificator -b missing node secretes -b missing node gravelling -b missing node crests -b missing node secreter -b missing node simonies -b missing node myopias -b missing node federacy -b missing node optometrist -b missing node secreted -b missing node encryption -b missing node indol -b missing node neaten -b missing node tautologous -b missing node neater -b missing node omicron -b missing node appall -b missing node undignified -b missing node appals -b missing node valuableness -b missing node infolds -b missing node perusals -b missing node viaticum -b missing node reusability -b missing node palanquin -b missing node shimmies -b missing node undeserving -b missing node elative -b missing node wellington -b missing node streaker -b missing node leprosariums -b missing node contentment -b missing node streaked -b missing node gases -b missing node chianti -b missing node propulsive -b missing node alfa -b missing node enshrined -b missing node lascivious -b missing node yurt -b missing node tipoff -b missing node flashcube -b missing node menages -b missing node contentedly -b missing node leopards -b missing node gazpachos -b missing node cremating -b missing node southwardly -b missing node holidayed -b missing node fetishes -b missing node definement -b missing node selfdoms -b missing node plastics -b missing node maths -b missing node marshmallows -b missing node alee -b missing node mazedly -b missing node blithest -b missing node alterants -b missing node endbrain -b missing node uniquest -b missing node cremation -b missing node ales -b missing node spored -b missing node phlegmier -b missing node sawyer -b missing node mater -b missing node methodize -b missing node abraded -b missing node mates -b missing node elaters -b missing node quitclaiming -b missing node enamored -b missing node matey -b missing node hairdos -b missing node alga -b missing node slivovic -b missing node salvation -b missing node behest -b missing node agitable -b missing node maenadism -b missing node spores -b missing node incus -b missing node incur -b missing node voiceless -b missing node contacting -b missing node defamed -b missing node defames -b missing node defamer -b missing node inculpate -b missing node crambos -b missing node snufflers -b missing node geotropically -b missing node gateway -b missing node parsers -b missing node cowrie -b missing node venation -b missing node methodism -b missing node contaminator -b missing node oldness -b missing node widespread -b missing node crowing -b missing node methodist -b missing node alii -b missing node bobbling -b missing node incog -b missing node preconditioning -b missing node sinkholes -b missing node seismic -b missing node alit -b missing node softness -b missing node precising -b missing node matin -b missing node flinching -b missing node doyennes -b missing node ally -b missing node alma -b missing node alls -b missing node blithers -b missing node raindrops -b missing node uniquely -b missing node inkpots -b missing node schmucks -b missing node insulted -b missing node precision -b missing node saddest -b missing node coopered -b missing node insulter -b missing node botanize -b missing node rummage -b missing node noncongealing -b missing node paganists -b missing node formulae -b missing node hatefully -b missing node alleviator -b missing node trample -b missing node garth -b missing node forerunners -b missing node sterilizing -b missing node hispano -b missing node larking -b missing node alms -b missing node corruptions -b missing node mateless -b missing node gerbil -b missing node volunteered -b missing node occident -b missing node pickaxing -b missing node lumpen -b missing node harshens -b missing node slaking -b missing node variegating -b missing node interposes -b missing node interposer -b missing node firebird -b missing node lumper -b missing node dendrologic -b missing node revoir -b missing node voltes -b missing node conceder -b missing node functionary -b missing node concedes -b missing node monastical -b missing node symbolize -b missing node upstanding -b missing node lumped -b missing node saddens -b missing node intimidations -b missing node alps -b missing node sleekening -b missing node omaha -b missing node conceded -b missing node overissue -b missing node sciences -b missing node overassessment -b missing node narked -b missing node aloe -b missing node gaucheness -b missing node formulas -b missing node okay -b missing node blandishments -b missing node interposed -b missing node teletypes -b missing node pupations -b missing node variegation -b missing node spiraeas -b missing node deistic -b missing node illuminations -b missing node dagos -b missing node matts -b missing node preceptors -b missing node gyroscope -b missing node matte -b missing node puffins -b missing node okie -b missing node revoke -b missing node unlimbering -b missing node staunched -b missing node orgeats -b missing node minacity -b missing node revolt -b missing node norfolk -b missing node overdevelopment -b missing node grandaunts -b missing node unheeding -b missing node materializing -b missing node atonally -b missing node seismal -b missing node forgoer -b missing node forgoes -b missing node tacklers -b missing node mosque -b missing node overspent -b missing node barbering -b missing node randomly -b missing node slanders -b missing node enrobing -b missing node puffily -b missing node bandagers -b missing node flaunter -b missing node favours -b missing node overspend -b missing node alto -b missing node tackless -b missing node vocabulary -b missing node flaunted -b missing node orchids -b missing node paganisms -b missing node exerted -b missing node blindfolded -b missing node also -b missing node puffing -b missing node megalomania -b missing node racings -b missing node disclaim -b missing node remedial -b missing node griffons -b missing node behead -b missing node larkier -b missing node garbage -b missing node neglecter -b missing node polyandrous -b missing node deployments -b missing node heteros -b missing node readout -b missing node misproportion -b missing node fickle -b missing node certify -b missing node pompons -b missing node gradated -b missing node garbanzo -b missing node wanderer -b missing node gradates -b missing node uprears -b missing node cycloidal -b missing node williwaws -b missing node wandered -b missing node alkalosis -b missing node neglected -b missing node yuan -b missing node barrable -b missing node costarred -b missing node simmering -b missing node sepulchrally -b missing node incas -b missing node contemplatively -b missing node victress -b missing node neckline -b missing node pompoms -b missing node schedulers -b missing node generalizations -b missing node apprehending -b missing node blandly -b missing node avenses -b missing node bowshots -b missing node alleviated -b missing node massy -b missing node manometry -b missing node perukes -b missing node mylar -b missing node knobbiest -b missing node alleviates -b missing node unfastened -b missing node barbarisms -b missing node megavolts -b missing node revolters -b missing node sporty -b missing node masts -b missing node gutless -b missing node progeny -b missing node sports -b missing node appetizers -b missing node overgrowing -b missing node subheadings -b missing node architectures -b missing node fissured -b missing node bankrolled -b missing node baling -b missing node drunken -b missing node devious -b missing node jingo -b missing node fissures -b missing node deadfalls -b missing node subleases -b missing node dreadfuls -b missing node render -b missing node despoliation -b missing node rended -b missing node battle -b missing node kennel -b missing node navigability -b missing node coxcombs -b missing node topsides -b missing node topsider -b missing node subleased -b missing node readopt -b missing node drunker -b missing node bulldozers -b missing node suiciding -b missing node forwarding -b missing node uberties -b missing node saxon -b missing node culver -b missing node kenned -b missing node shadier -b missing node cascara -b missing node grandads -b missing node riverside -b missing node underwear -b missing node veilings -b missing node upswings -b missing node chastening -b missing node orifices -b missing node tramper -b missing node nonodorous -b missing node registerer -b missing node bikinis -b missing node headaches -b missing node seldomly -b missing node militancy -b missing node prorogation -b missing node tramped -b missing node registered -b missing node hearken -b missing node misemploys -b missing node mythic -b missing node kilorads -b missing node twigless -b missing node elocutionist -b missing node napoleonic -b missing node lethargies -b missing node condemning -b missing node forsakers -b missing node wretches -b missing node garde -b missing node solderers -b missing node shadily -b missing node wretched -b missing node cassowary -b missing node reshuffling -b missing node restarted -b missing node mohammed -b missing node abstainers -b missing node fanners -b missing node beheld -b missing node blander -b missing node garbo -b missing node overhauled -b missing node garbs -b missing node panegyrist -b missing node penetrate -b missing node oppose -b missing node bedtime -b missing node recommending -b missing node approbated -b missing node teratomas -b missing node bleeding -b missing node underwent -b missing node neurotics -b missing node octangle -b missing node lacewings -b missing node mated -b missing node palpal -b missing node alan -b missing node noninterventionists -b missing node alas -b missing node remedied -b missing node alar -b missing node alai -b missing node jinni -b missing node saxes -b missing node bucktail -b missing node upchucking -b missing node oddities -b missing node jinns -b missing node sulkers -b missing node remedies -b missing node trumperies -b missing node machinability -b missing node panegyrize -b missing node pinspotters -b missing node albs -b missing node receded -b missing node egoistical -b missing node lymphoid -b missing node jarfuls -b missing node alba -b missing node carotidal -b missing node brainpower -b missing node recedes -b missing node distortable -b missing node reexamine -b missing node symbolisms -b missing node match -b missing node sensitively -b missing node enshrines -b missing node toehold -b missing node trucing -b missing node grandame -b missing node manometer -b missing node overexposes -b missing node triumphs -b missing node asteroidal -b missing node modicum -b missing node agonic -b missing node mythos -b missing node unrobing -b missing node grandams -b missing node overexposed -b missing node palimpsests -b missing node alternations -b missing node spiders -b missing node matchmakers -b missing node yuks -b missing node shading -b missing node dingeys -b missing node brokerages -b missing node mazurka -b missing node chaconnes -b missing node unbudging -b missing node yule -b missing node eucharists -b missing node spidery -b missing node insensibility -b missing node architectural -b missing node figeater -b missing node dewless -b missing node unprincipled -b missing node baddie -b missing node clayed -b missing node subgenuses -b missing node impalement -b missing node hopping -b missing node clayey -b missing node tippet -b missing node tipper -b missing node geek -b missing node mossed -b missing node gees -b missing node mosser -b missing node tipped -b missing node amid -b missing node misunderstands -b missing node mosses -b missing node hotfooting -b missing node amis -b missing node mannered -b missing node honesty -b missing node modernness -b missing node infrequently -b missing node trigons -b missing node bigheads -b missing node remoras -b missing node garmented -b missing node aberrational -b missing node satisfactions -b missing node bearers -b missing node unscrupulous -b missing node volume -b missing node interpolated -b missing node shakeups -b missing node greenhouse -b missing node masculinized -b missing node shadowboxes -b missing node recoining -b missing node reforming -b missing node interpolates -b missing node gunbarrel -b missing node lineally -b missing node thumbed -b missing node enactment -b missing node noncontinuance -b missing node shadowboxed -b missing node volute -b missing node smiling -b missing node reassign -b missing node booklets -b missing node repertoires -b missing node sponged -b missing node ammo -b missing node malices -b missing node mauls -b missing node dharmic -b missing node coalshed -b missing node pyrrhic -b missing node militants -b missing node pegboxes -b missing node sponger -b missing node biostatistics -b missing node sponges -b missing node variorum -b missing node acquiescent -b missing node glistening -b missing node funded -b missing node encased -b missing node eiffel -b missing node gelt -b missing node gels -b missing node prismoid -b missing node renews -b missing node legislative -b missing node workmanlike -b missing node defeminized -b missing node encases -b missing node furbelows -b missing node washingtonians -b missing node pushcarts -b missing node bedevilling -b missing node trajected -b missing node reappointing -b missing node speckles -b missing node geld -b missing node olds -b missing node geog -b missing node geom -b missing node peregrins -b missing node geol -b missing node gent -b missing node irruptions -b missing node gens -b missing node gene -b missing node animals -b missing node causeless -b missing node venomously -b missing node pompous -b missing node powerful -b missing node composite -b missing node daffy -b missing node gems -b missing node vindicator -b missing node brogan -b missing node sulfured -b missing node neoplasia -b missing node slagging -b missing node exoduses -b missing node hashing -b missing node reapable -b missing node stubborner -b missing node amps -b missing node flubbed -b missing node savvy -b missing node technics -b missing node oles -b missing node outlaying -b missing node oleo -b missing node valorous -b missing node confabbing -b missing node skyscraping -b missing node soberizing -b missing node mannerly -b missing node amok -b missing node calamar -b missing node panegyrics -b missing node subsuming -b missing node seniorities -b missing node foehns -b missing node imitators -b missing node neoplasms -b missing node opportunist -b missing node vizard -b missing node manservant -b missing node midterm -b missing node cardiogram -b missing node opportunism -b missing node avenues -b missing node gerald -b missing node carburets -b missing node herefords -b missing node germ -b missing node constituency -b missing node gentiles -b missing node malaysia -b missing node labrador -b missing node exodus -b missing node overtiring -b missing node sulfuric -b missing node argonauts -b missing node mauve -b missing node lifesavers -b missing node touchups -b missing node geum -b missing node tipple -b missing node disappointment -b missing node glimmering -b missing node jadedly -b missing node charade -b missing node escudo -b missing node olio -b missing node begrudge -b missing node jacqueline -b missing node gets -b missing node printings -b missing node questioners -b missing node jails -b missing node opportunity -b missing node hashish -b missing node animate -b missing node animato -b missing node rubens -b missing node staunches -b missing node stauncher -b missing node convokers -b missing node impassible -b missing node scrappiness -b missing node renegotiation -b missing node soiree -b missing node impassibly -b missing node salutary -b missing node precisian -b missing node currant -b missing node petrels -b missing node sectionally -b missing node vindicated -b missing node ebulliently -b missing node mopiest -b missing node alum -b missing node sieged -b missing node unacclimatized -b missing node smarting -b missing node aviations -b missing node axiomatic -b missing node titanisms -b missing node renegotiating -b missing node hindrances -b missing node broadaxes -b missing node composing -b missing node numbers -b missing node denying -b missing node tenseness -b missing node mandible -b missing node harshest -b missing node presage -b missing node slaggier -b missing node pesterers -b missing node sevenths -b missing node augments -b missing node microgrammes -b missing node wounding -b missing node numbest -b missing node sieges -b missing node unhallowed -b missing node symbolism -b missing node vindicates -b missing node overstatement -b missing node cornered -b missing node wrathful -b missing node impropriety -b missing node carbineers -b missing node omniscience -b missing node viseing -b missing node occupations -b missing node lagoon -b missing node quickies -b missing node matzo -b missing node swaggerers -b missing node paddle -b missing node grumps -b missing node infusers -b missing node grading -b missing node grumpy -b missing node thriving -b missing node desecrating -b missing node furlong -b missing node claxon -b missing node logrolling -b missing node symboling -b missing node retelling -b missing node inhibitions -b missing node trickishly -b missing node comeliness -b missing node circumscribes -b missing node invalidations -b missing node circumscribed -b missing node desecration -b missing node blanche -b missing node renege -b missing node staunchly -b missing node okra -b missing node unhonored -b missing node uptake -b missing node overmans -b missing node hypnotizes -b missing node amah -b missing node frijole -b missing node rimlands -b missing node hypnotized -b missing node portioners -b missing node reaccredit -b missing node jewelweeds -b missing node ancestrally -b missing node jetting -b missing node amerced -b missing node disavowing -b missing node cyclecars -b missing node uncivilly -b missing node fireballs -b missing node amerces -b missing node gemsbok -b missing node pirates -b missing node temperers -b missing node smarties -b missing node pirated -b missing node slandering -b missing node padded -b missing node tacklings -b missing node prefatory -b missing node blithely -b missing node scoffing -b missing node monastic -b missing node versatility -b missing node pished -b missing node dharmas -b missing node numberless -b missing node crabgrass -b missing node offsetting -b missing node bedamned -b missing node klaxon -b missing node pishes -b missing node unforeseeable -b missing node amen -b missing node bevelers -b missing node amicability -b missing node exchequer -b missing node remorse -b missing node amex -b missing node snubbed -b missing node constituents -b missing node fenceless -b missing node sawer -b missing node weeper -b missing node burdensome -b missing node commercializing -b missing node sawed -b missing node gear -b missing node unplaiting -b missing node recommits -b missing node contaminates -b missing node destitutely -b missing node augurers -b missing node ambrosially -b missing node tallows -b missing node crudities -b missing node contaminated -b missing node treasurership -b missing node choppers -b missing node snubber -b missing node warblers -b missing node cowpox -b missing node neguses -b missing node drossy -b missing node hirsuteness -b missing node noshing -b missing node chiffonnier -b missing node abettors -b missing node streamer -b missing node lunkers -b missing node selves -b missing node abrader -b missing node abrades -b missing node fencible -b missing node nonuple -b missing node tallowy -b missing node inoculums -b missing node piratic -b missing node ascot -b missing node suicidally -b missing node geed -b missing node campbell -b missing node jonahs -b missing node directionally -b missing node processors -b missing node brogue -b missing node streamed -b missing node hysteria -b missing node provisionally -b missing node hysteric -b missing node tenderfoots -b missing node materials -b missing node fuck -b missing node finisher -b missing node finishes -b missing node reinstitution -b missing node shirrings -b missing node alehouse -b missing node humoral -b missing node eradicating -b missing node parchment -b missing node flaunt -b missing node deviant -b missing node thermometric -b missing node benefactrixes -b missing node noncasual -b missing node postelection -b missing node reinstate -b missing node goldfinches -b missing node stadium -b missing node apologue -b missing node worsts -b missing node torrid -b missing node credulously -b missing node weaseled -b missing node wheelie -b missing node watchmen -b missing node skiddooing -b missing node lumpier -b missing node otter -b missing node intersectional -b missing node crucible -b missing node spoofs -b missing node highhanded -b missing node domicile -b missing node melanoids -b missing node warmths -b missing node erupt -b missing node choristers -b missing node hammerers -b missing node domicils -b missing node ports -b missing node cavalierness -b missing node ingesting -b missing node emigrational -b missing node lineable -b missing node studhorses -b missing node overwriting -b missing node beiges -b missing node cognates -b missing node fugs -b missing node descriers -b missing node anther -b missing node anthem -b missing node informativeness -b missing node brasilia -b missing node gourmet -b missing node inaudibility -b missing node append -b missing node humored -b missing node paralleled -b missing node mafia -b missing node thermistors -b missing node copyrighting -b missing node minimalist -b missing node canine -b missing node caning -b missing node weaselly -b missing node humorer -b missing node quipsters -b missing node wheeler -b missing node larkers -b missing node lories -b missing node elflock -b missing node eradication -b missing node watchman -b missing node wheeled -b missing node radicated -b missing node reinstall -b missing node foxes -b missing node slaggiest -b missing node fuel -b missing node radicates -b missing node mummification -b missing node extraneously -b missing node foxed -b missing node concerts -b missing node promontories -b missing node concerto -b missing node lollipop -b missing node finished -b missing node masthead -b missing node concerti -b missing node basicity -b missing node teashops -b missing node fuds -b missing node incubational -b missing node maladapted -b missing node nauseousness -b missing node wingspread -b missing node closeout -b missing node disparagement -b missing node cuttings -b missing node nomogram -b missing node absolving -b missing node replication -b missing node imperatively -b missing node someday -b missing node pavlovian -b missing node unscrambling -b missing node feyest -b missing node pupils -b missing node spoors -b missing node hijacking -b missing node spoons -b missing node albatross -b missing node attesters -b missing node lethalities -b missing node appels -b missing node reemploys -b missing node spoony -b missing node escuages -b missing node unpretentiously -b missing node deviate -b missing node urbanists -b missing node lumping -b missing node trading -b missing node lumpily -b missing node focuser -b missing node downtimes -b missing node focuses -b missing node taipei -b missing node disaffirmance -b missing node overdosage -b missing node ingestive -b missing node bowmen -b missing node dogbanes -b missing node replicating -b missing node bosquet -b missing node bosques -b missing node linkers -b missing node monday -b missing node brainchildren -b missing node cooeying -b missing node flyings -b missing node suppliant -b missing node eight -b missing node posed -b missing node rheumatism -b missing node spools -b missing node racketiest -b missing node poisonous -b missing node majolica -b missing node focused -b missing node malarkeys -b missing node pibroch -b missing node starters -b missing node designates -b missing node praecoces -b missing node retsinas -b missing node designated -b missing node muzzler -b missing node stainabilities -b missing node muzzles -b missing node environed -b missing node anvilled -b missing node ingestion -b missing node domicil -b missing node muzzled -b missing node skyjacking -b missing node blowpipes -b missing node resettlements -b missing node immaturities -b missing node vauntful -b missing node sophisms -b missing node portended -b missing node puzzle -b missing node bowman -b missing node egressing -b missing node spooky -b missing node regrettable -b missing node spooks -b missing node turnspits -b missing node objuration -b missing node peroxide -b missing node cantilevered -b missing node debunking -b missing node puffier -b missing node regrettably -b missing node chayote -b missing node appear -b missing node lucubration -b missing node legalism -b missing node reobtains -b missing node furl -b missing node retrocede -b missing node legalist -b missing node windless -b missing node fury -b missing node grampus -b missing node furs -b missing node mondos -b missing node figurants -b missing node appeal -b missing node smashup -b missing node stoneworks -b missing node penology -b missing node stinkbug -b missing node charter -b missing node fuse -b missing node turbocharger -b missing node fuss -b missing node crumbliest -b missing node birettas -b missing node denotation -b missing node ratability -b missing node posit -b missing node reechoing -b missing node solemnized -b missing node unpenetrated -b missing node moire -b missing node poser -b missing node yarely -b missing node poses -b missing node viscountess -b missing node jugsful -b missing node graffito -b missing node solemnizes -b missing node namelessly -b missing node graffiti -b missing node seignories -b missing node separateness -b missing node walnuts -b missing node turtledove -b missing node intromitter -b missing node caponizing -b missing node pinfeather -b missing node swerved -b missing node intromitted -b missing node gaols -b missing node legality -b missing node plusses -b missing node woodenest -b missing node enfetters -b missing node swerver -b missing node swerves -b missing node alehouses -b missing node bowled -b missing node cartoon -b missing node overpopulate -b missing node bowleg -b missing node prosed -b missing node unerring -b missing node bowler -b missing node likened -b missing node plaguy -b missing node mystifiers -b missing node assyrians -b missing node audiologists -b missing node proses -b missing node moist -b missing node submembers -b missing node yarest -b missing node proser -b missing node brigades -b missing node brigaded -b missing node chairlady -b missing node hitless -b missing node schtick -b missing node layettes -b missing node arrogantly -b missing node armiger -b missing node cartons -b missing node uncomprehendingly -b missing node terrorizes -b missing node worses -b missing node worser -b missing node restitutive -b missing node angular -b missing node worsen -b missing node terrorized -b missing node legalize -b missing node twains -b missing node rallye -b missing node plague -b missing node chanting -b missing node ensilaging -b missing node waxings -b missing node lucubrating -b missing node apologal -b missing node palates -b missing node firebases -b missing node strongroom -b missing node landmarks -b missing node disemploying -b missing node scrawls -b missing node floozies -b missing node prosit -b missing node hungering -b missing node aphorists -b missing node championed -b missing node teaming -b missing node fulminant -b missing node narrations -b missing node fuji -b missing node bilateral -b missing node fiddle -b missing node aleatory -b missing node wrung -b missing node confetto -b missing node riddled -b missing node confetti -b missing node umbrageous -b missing node paralytical -b missing node marvelously -b missing node adiabatic -b missing node alexandrian -b missing node gangrenous -b missing node scrawly -b missing node mundane -b missing node menorrhea -b missing node achingly -b missing node highness -b missing node prearms -b missing node piezometric -b missing node riddles -b missing node irrevocability -b missing node conversions -b missing node deceivers -b missing node zenith -b missing node urbanites -b missing node hopefulness -b missing node repudiated -b missing node arrange -b missing node palatal -b missing node reunifications -b missing node follicle -b missing node cerebellum -b missing node repudiates -b missing node chanties -b missing node posts -b missing node forehand -b missing node apologia -b missing node concerns -b missing node restitution -b missing node funk -b missing node clamworm -b missing node shivers -b missing node regrading -b missing node shivery -b missing node unresolved -b missing node vindicators -b missing node vanillins -b missing node fund -b missing node deprograms -b missing node relegate -b missing node comprehensively -b missing node rewarded -b missing node adjacent -b missing node fulminate -b missing node idiosyncracies -b missing node groping -b missing node rewarder -b missing node lawgivers -b missing node outputted -b missing node enswathes -b missing node pathology -b missing node charted -b missing node ruling -b missing node dissimilarities -b missing node squabbiest -b missing node monkishly -b missing node full -b missing node enswathed -b missing node phaseal -b missing node dachas -b missing node sparsely -b missing node ullages -b missing node pleasingness -b missing node fumy -b missing node vindicatory -b missing node legionary -b missing node moils -b missing node attentively -b missing node cigarillo -b missing node panoplies -b missing node libellers -b missing node aphorisms -b missing node scrawny -b missing node posse -b missing node ytterbic -b missing node minerals -b missing node fume -b missing node unbarring -b missing node effectuated -b missing node ingress -b missing node stepfathers -b missing node reformers -b missing node droner -b missing node drones -b missing node askew -b missing node homographic -b missing node deflation -b missing node relentless -b missing node droned -b missing node asker -b missing node ands -b missing node asked -b missing node shrugging -b missing node mustached -b missing node unmarrying -b missing node waggeries -b missing node slapping -b missing node effectuates -b missing node beretta -b missing node mystics -b missing node dogwood -b missing node dummying -b missing node mantissas -b missing node billfold -b missing node conclusively -b missing node repudiator -b missing node foyer -b missing node pricers -b missing node hinnied -b missing node allegheny -b missing node antics -b missing node reformatory -b missing node collinses -b missing node surprints -b missing node lightener -b missing node plaint -b missing node hinnies -b missing node plains -b missing node customs -b missing node mustaches -b missing node flatly -b missing node embassy -b missing node roomiest -b missing node lightened -b missing node bicameral -b missing node repealers -b missing node statutorily -b missing node predications -b missing node monstrances -b missing node concealment -b missing node deflating -b missing node background -b missing node smashed -b missing node silverfishes -b missing node erudite -b missing node anal -b missing node vaunters -b missing node smasher -b missing node smashes -b missing node rancidified -b missing node postmasters -b missing node macaques -b missing node mystify -b missing node bejewel -b missing node vulgarisms -b missing node psychogenic -b missing node engilds -b missing node fossilize -b missing node notepads -b missing node sprinklers -b missing node hungrily -b missing node patrolwoman -b missing node portentous -b missing node thawless -b missing node carrotiest -b missing node sweetbreads -b missing node drongo -b missing node deuces -b missing node paneled -b missing node odalisk -b missing node mustachio -b missing node deuced -b missing node streamers -b missing node rutted -b missing node anew -b missing node ostensive -b missing node rejoicer -b missing node cerebellar -b missing node gaped -b missing node anterooms -b missing node rejoiced -b missing node chanciest -b missing node indigence -b missing node fuze -b missing node coacted -b missing node keynoters -b missing node plaids -b missing node approximate -b missing node blessedness -b missing node bwanas -b missing node untrimming -b missing node mogul -b missing node plaice -b missing node libellees -b missing node calculations -b missing node patrolwomen -b missing node chanticleer -b missing node zagging -b missing node yentas -b missing node foilsmen -b missing node systemizing -b missing node attainted -b missing node reconnects -b missing node preconditioned -b missing node jetsom -b missing node twitchers -b missing node occupational -b missing node amyl -b missing node sequestrate -b missing node unhoused -b missing node topographical -b missing node tugger -b missing node bluffing -b missing node dreamlike -b missing node indigenes -b missing node ballasting -b missing node antiphony -b missing node derivations -b missing node tugged -b missing node antiphons -b missing node refulgence -b missing node foreshortens -b missing node flatus -b missing node vietnam -b missing node yarded -b missing node reacquisition -b missing node fuzz -b missing node stanzaic -b missing node translator -b missing node felinely -b missing node custody -b missing node acquainted -b missing node second -b missing node preannouncements -b missing node floozie -b missing node centurions -b missing node recuperate -b missing node uptimes -b missing node battleship -b missing node phasers -b missing node boomerangs -b missing node profanities -b missing node escort -b missing node theology -b missing node incites -b missing node inciter -b missing node incited -b missing node circumscribing -b missing node theologs -b missing node incremental -b missing node democracies -b missing node humpback -b missing node appreciate -b missing node padres -b missing node prefectures -b missing node indigestibilty -b missing node demobilize -b missing node coynesses -b missing node octettes -b missing node kimonoed -b missing node statices -b missing node subculture -b missing node prospered -b missing node rechristening -b missing node stanzaed -b missing node undermining -b missing node odorizing -b missing node undiscerned -b missing node tassels -b missing node ansi -b missing node torque -b missing node warcraft -b missing node vindicable -b missing node pistolled -b missing node merchants -b missing node bulldogged -b missing node blowbys -b missing node ante -b missing node ecumenicism -b missing node deficiencies -b missing node gagmen -b missing node anti -b missing node whipworms -b missing node ants -b missing node sepulchered -b missing node recommissions -b missing node tiebacks -b missing node lumpish -b missing node incised -b missing node stanching -b missing node wholesales -b missing node wholesaler -b missing node arrivals -b missing node unserviceably -b missing node stinkard -b missing node tamping -b missing node wholesaled -b missing node incises -b missing node granules -b missing node firehouse -b missing node chevying -b missing node nonvolatile -b missing node panhandle -b missing node intrinsic -b missing node straggliest -b missing node ecumenicity -b missing node sledder -b missing node kulaks -b missing node amatory -b missing node debits -b missing node sledded -b missing node unserviceable -b missing node recrossing -b missing node sophists -b missing node stanchion -b missing node gappy -b missing node faille -b missing node thudded -b missing node foilsman -b missing node resolvable -b missing node floosies -b missing node creepies -b missing node creepier -b missing node snubby -b missing node fashioner -b missing node disraeli -b missing node worths -b missing node unable -b missing node frederick -b missing node lifeboat -b missing node gagman -b missing node leaseholds -b missing node fashioned -b missing node rotors -b missing node certainties -b missing node worthy -b missing node farmhand -b missing node bractlets -b missing node eruct -b missing node skippering -b missing node anus -b missing node pointillist -b missing node viaticums -b missing node nondemocratic -b missing node amanitas -b missing node infinity -b missing node tigris -b missing node abundant -b missing node foxskin -b missing node pointillism -b missing node kathartic -b missing node granular -b missing node unintelligent -b missing node cease -b missing node pseudonymous -b missing node infinite -b missing node dybbuks -b missing node calculus -b missing node urbanisms -b missing node rechristen -b missing node designator -b missing node specificities -b missing node indigents -b missing node agility -b missing node upsurged -b missing node ankh -b missing node choose -b missing node committeewoman -b missing node incisor -b missing node cravats -b missing node choosy -b missing node utmosts -b missing node cetologies -b missing node overhauls -b missing node upsurges -b missing node gapes -b missing node manning -b missing node jerusalem -b missing node farmhouses -b missing node rejoices -b missing node gaper -b missing node diffract -b missing node dribblet -b missing node moneys -b missing node overtaking -b missing node anis -b missing node knights -b missing node failed -b missing node vendible -b missing node ushered -b missing node signoras -b missing node deliquescence -b missing node sidney -b missing node wether -b missing node validly -b missing node normalacy -b missing node ladylove -b missing node duckweeds -b missing node enamors -b missing node murderesses -b missing node potsy -b missing node cruciate -b missing node antiunion -b missing node harbors -b missing node exigencies -b missing node cowpat -b missing node levators -b missing node northwestwardly -b missing node dribbled -b missing node nonaggression -b missing node churchgoers -b missing node dribbles -b missing node dribbler -b missing node taxless -b missing node mcdonald -b missing node unhealthy -b missing node potty -b missing node conspirators -b missing node committeewomen -b missing node translated -b missing node jetted -b missing node anon -b missing node eyedroppers -b missing node incongruous -b missing node reincur -b missing node mannish -b missing node transcription -b missing node translates -b missing node hungrier -b missing node creepily -b missing node mollusc -b missing node irater -b missing node bracing -b missing node airfare -b missing node versifications -b missing node coincided -b missing node mollusk -b missing node stalled -b missing node mirthfulness -b missing node subdistricts -b missing node shawled -b missing node dognaps -b missing node vendibly -b missing node coincides -b missing node enamour -b missing node harbour -b missing node locomotes -b missing node reestablishment -b missing node shredder -b missing node adorning -b missing node menthols -b missing node during -b missing node bombloads -b missing node shredded -b missing node locomoted -b missing node inoffensively -b missing node reinvested -b missing node lachrymatory -b missing node thermometrically -b missing node terrapin -b missing node archaeologists -b missing node slovens -b missing node alternatives -b missing node anno -b missing node creeping -b missing node anna -b missing node cowpea -b missing node anne -b missing node blithering -b missing node camisole -b missing node literal -b missing node kinesthetically -b missing node iscose -b missing node jailbreaks -b missing node stanchest -b missing node cowled -b missing node pavilions -b missing node substantiae -b missing node wainscotting -b missing node bourgeoned -b missing node substantial -b missing node wildcats -b missing node albatrosses -b missing node drummer -b missing node debasedness -b missing node mestiza -b missing node conservable -b missing node stanchers -b missing node recommencing -b missing node profilers -b missing node drummed -b missing node skeptical -b missing node dareful -b missing node psychologized -b missing node apothegms -b missing node rubato -b missing node reloaders -b missing node imbalance -b missing node subliminally -b missing node kopecks -b missing node hoppers -b missing node egads -b missing node haulers -b missing node fainer -b missing node mestizo -b missing node sauciness -b missing node artificer -b missing node quadroons -b missing node choppy -b missing node fishmeal -b missing node eulogia -b missing node authenticators -b missing node expending -b missing node artifices -b missing node drools -b missing node productively -b missing node bedchairs -b missing node salinometer -b missing node softened -b missing node dodder -b missing node cruise -b missing node implanting -b missing node artlessness -b missing node stonish -b missing node birchers -b missing node linseeds -b missing node cochineal -b missing node filming -b missing node refute -b missing node enervate -b missing node opportunistic -b missing node reclaimed -b missing node varlets -b missing node abasing -b missing node nonabsolutely -b missing node leman -b missing node refuse -b missing node biters -b missing node glimmerings -b missing node sawboneses -b missing node jesuitical -b missing node americanist -b missing node americanism -b missing node livening -b missing node madrigals -b missing node timidity -b missing node unblocked -b missing node poppy -b missing node softener -b missing node interlinear -b missing node poppa -b missing node complainers -b missing node bialys -b missing node peases -b missing node locomotor -b missing node shaming -b missing node filmily -b missing node suffuse -b missing node gonadal -b missing node precancelling -b missing node sorbed -b missing node ampules -b missing node cratered -b missing node impolitically -b missing node pomatums -b missing node propyl -b missing node sorbet -b missing node subtypes -b missing node brassieres -b missing node escalations -b missing node recoilless -b missing node bluebooks -b missing node sulphide -b missing node pays -b missing node mapped -b missing node mapper -b missing node illumining -b missing node timpanum -b missing node trowels -b missing node chopin -b missing node universalizes -b missing node nursings -b missing node helpfully -b missing node modernization -b missing node amebas -b missing node conceivably -b missing node universalized -b missing node ameban -b missing node phalloid -b missing node overtops -b missing node pawl -b missing node amebae -b missing node migratory -b missing node conceivable -b missing node gothics -b missing node homologue -b missing node adjournments -b missing node loincloths -b missing node unsweetened -b missing node migrators -b missing node paws -b missing node accusant -b missing node linguistics -b missing node pawn -b missing node hominid -b missing node ocularly -b missing node compilations -b missing node filmier -b missing node americanize -b missing node sorbic -b missing node splintered -b missing node ashes -b missing node sulkies -b missing node sulkier -b missing node lasciviously -b missing node pave -b missing node overtook -b missing node dandiest -b missing node illuminist -b missing node piteous -b missing node yows -b missing node ashed -b missing node diviners -b missing node ashen -b missing node inveighing -b missing node uncloaks -b missing node teratological -b missing node terribles -b missing node friary -b missing node accusals -b missing node paul -b missing node annuals -b missing node overtone -b missing node klans -b missing node weightless -b missing node bathos -b missing node yowl -b missing node laborsaving -b missing node conceptual -b missing node friars -b missing node viridian -b missing node divinest -b missing node lumbar -b missing node intestine -b missing node pats -b missing node biometer -b missing node eagerness -b missing node considered -b missing node mercifully -b missing node infusive -b missing node colossuses -b missing node path -b missing node saltbush -b missing node promiscuous -b missing node pate -b missing node jamboree -b missing node penners -b missing node your -b missing node oozier -b missing node droopy -b missing node past -b missing node droops -b missing node concepts -b missing node ontogenies -b missing node pass -b missing node paso -b missing node toreador -b missing node equivocator -b missing node galop -b missing node amnion -b missing node threateningly -b missing node proprietaries -b missing node mistrusts -b missing node screenings -b missing node doctrinal -b missing node thralldom -b missing node direfully -b missing node dissipations -b missing node cavort -b missing node incitement -b missing node lordings -b missing node gonadic -b missing node candors -b missing node absurd -b missing node larynxes -b missing node softballs -b missing node hominem -b missing node pricing -b missing node ormolus -b missing node bunkoing -b missing node katharses -b missing node bonitas -b missing node devices -b missing node rehydration -b missing node bating -b missing node amnesty -b missing node annoyance -b missing node irrelevant -b missing node gamma -b missing node americas -b missing node american -b missing node menswear -b missing node sequesters -b missing node valiant -b missing node trunkway -b missing node lemur -b missing node bonbon -b missing node smartens -b missing node catchwords -b missing node lumber -b missing node ampulla -b missing node grooming -b missing node joyfulness -b missing node deranging -b missing node alphabetically -b missing node threadbare -b missing node extender -b missing node canker -b missing node squeezers -b missing node vestural -b missing node infusing -b missing node librettists -b missing node snaffles -b missing node discontinue -b missing node localization -b missing node seductresses -b missing node perdition -b missing node snaffled -b missing node misdrawn -b missing node infusion -b missing node misdraws -b missing node hyphen -b missing node batiks -b missing node gamin -b missing node incremented -b missing node undiversified -b missing node repulsed -b missing node wakeless -b missing node gamic -b missing node heredity -b missing node congregated -b missing node extended -b missing node polarities -b missing node shepherds -b missing node obeisant -b missing node congregates -b missing node convocations -b missing node huckstering -b missing node oozily -b missing node repulses -b missing node repulser -b missing node myopically -b missing node reversibly -b missing node castigatory -b missing node creasers -b missing node castigators -b missing node polyglot -b missing node vestures -b missing node conjugations -b missing node laptop -b missing node personalizing -b missing node vestured -b missing node vaunting -b missing node gamer -b missing node games -b missing node irrigating -b missing node gamey -b missing node subtreasury -b missing node stalked -b missing node oozing -b missing node monaxonic -b missing node slowpokes -b missing node invective -b missing node aqua -b missing node robotry -b missing node tenebrous -b missing node lemon -b missing node edison -b missing node scruffiest -b missing node futurity -b missing node tenanting -b missing node bowshot -b missing node huzzah -b missing node gamed -b missing node huzzas -b missing node oxford -b missing node havening -b missing node pricier -b missing node flawed -b missing node gentrification -b missing node lemma -b missing node depressively -b missing node cowman -b missing node shunts -b missing node redevelopment -b missing node anguish -b missing node pailfuls -b missing node bravoing -b missing node splotchiest -b missing node gagsters -b missing node reversible -b missing node ransomable -b missing node warmups -b missing node coagulated -b missing node mystery -b missing node torquing -b missing node rename -b missing node zwieback -b missing node homagers -b missing node vichies -b missing node anteed -b missing node tonsuring -b missing node tailors -b missing node disguise -b missing node verdured -b missing node kowtower -b missing node kowtowed -b missing node nightclub -b missing node gonadial -b missing node circumcising -b missing node doctrines -b missing node futurist -b missing node federalized -b missing node creaky -b missing node legendry -b missing node futurism -b missing node spacesuits -b missing node katharsis -b missing node dreamless -b missing node creaks -b missing node federalizes -b missing node ergots -b missing node gamba -b missing node verdures -b missing node coulombs -b missing node frijoles -b missing node stalker -b missing node erotic -b missing node complement -b missing node honking -b missing node ingloriousness -b missing node nephrite -b missing node pisces -b missing node lifelines -b missing node sottish -b missing node wildcard -b missing node palaver -b missing node pearly -b missing node eviscerations -b missing node smartest -b missing node circumcision -b missing node coagulates -b missing node pearls -b missing node rescripts -b missing node bagpipers -b missing node eulogizers -b missing node arrogant -b missing node legworks -b missing node taints -b missing node bootlicks -b missing node abashed -b missing node ancestresses -b missing node distrusting -b missing node bunted -b missing node quarte -b missing node volante -b missing node unremembered -b missing node seascouts -b missing node arsenics -b missing node abashes -b missing node maestosos -b missing node inactivity -b missing node magic -b missing node quarto -b missing node quarts -b missing node legitimism -b missing node apprenticing -b missing node quartz -b missing node winnowers -b missing node legitimist -b missing node reticules -b missing node makable -b missing node lenin -b missing node toolsheds -b missing node buckteeth -b missing node irreversibility -b missing node reclaimant -b missing node pineries -b missing node bunter -b missing node torsos -b missing node convexities -b missing node swearword -b missing node lapsus -b missing node exceptional -b missing node alexandrine -b missing node peregrinate -b missing node rustlingly -b missing node independent -b missing node plages -b missing node cappella -b missing node pressers -b missing node aspersions -b missing node momentums -b missing node asian -b missing node obligation -b missing node zigzagged -b missing node bouillons -b missing node describes -b missing node unattractive -b missing node obloquies -b missing node warding -b missing node monger -b missing node cowmen -b missing node drainpipe -b missing node describer -b missing node vicarial -b missing node gracelessly -b missing node hayings -b missing node engines -b missing node flavor -b missing node blanchers -b missing node vault -b missing node honkies -b missing node tristate -b missing node engined -b missing node obligating -b missing node seatmates -b missing node reticular -b missing node nettly -b missing node arrogate -b missing node frowsier -b missing node coagulator -b missing node lafayette -b missing node nettle -b missing node tomographies -b missing node petits -b missing node mainsprings -b missing node vestless -b missing node mages -b missing node repulsing -b missing node sponge -b missing node apex -b missing node restaurants -b missing node lends -b missing node hampshirites -b missing node flounces -b missing node spongy -b missing node apes -b missing node aper -b missing node sponsor -b missing node vaunt -b missing node flounced -b missing node depopulate -b missing node hillbilly -b missing node quarry -b missing node fencings -b missing node buoying -b missing node aped -b missing node atheists -b missing node petite -b missing node repulsion -b missing node erred -b missing node obsoleting -b missing node denotative -b missing node sledges -b missing node preexisted -b missing node humours -b missing node orthodoxes -b missing node fishhook -b missing node linkboy -b missing node oblong -b missing node favored -b missing node sledged -b missing node electrochemical -b missing node underthings -b missing node unobscured -b missing node unfeared -b missing node incivil -b missing node logbook -b missing node drumlin -b missing node fledges -b missing node questions -b missing node clyster -b missing node favorer -b missing node varies -b missing node varier -b missing node rapacious -b missing node repulsive -b missing node rubbly -b missing node gamut -b missing node fledged -b missing node oversubtlety -b missing node varied -b missing node imitational -b missing node idolise -b missing node semirural -b missing node incontestability -b missing node engraved -b missing node disembowelled -b missing node degenerated -b missing node idolism -b missing node aside -b missing node dropsy -b missing node cookouts -b missing node engraver -b missing node engraves -b missing node pathogenically -b missing node vegetarian -b missing node degenerates -b missing node mistrustfully -b missing node porch -b missing node remainders -b missing node spectrometric -b missing node interpolation -b missing node legitimize -b missing node pellets -b missing node inoculant -b missing node flannelled -b missing node described -b missing node bracken -b missing node bracket -b missing node baronesses -b missing node underwind -b missing node bombload -b missing node stripteased -b missing node stature -b missing node abbreviate -b missing node trailing -b missing node omega -b missing node blamers -b missing node stripteaser -b missing node stripteases -b missing node maimedness -b missing node untroubled -b missing node atheisms -b missing node divots -b missing node mongol -b missing node interpolating -b missing node electorates -b missing node candour -b missing node yttrium -b missing node demonstrably -b missing node limitations -b missing node ragtag -b missing node untether -b missing node crowers -b missing node legalese -b missing node demonstrable -b missing node rubble -b missing node diamond -b missing node phoniest -b missing node margays -b missing node seraphically -b missing node emolument -b missing node bulleting -b missing node statute -b missing node ludwig -b missing node bulletins -b missing node opaquest -b missing node insomnia -b missing node condemnable -b missing node hyping -b missing node crustiest -b missing node terminable -b missing node plagal -b missing node amebic -b missing node mongst -b missing node withdrawal -b missing node invalided -b missing node statues -b missing node statued -b missing node plagiarists -b missing node monopolistically -b missing node porgy -b missing node jumbucks -b missing node inoculate -b missing node decomposition -b missing node chords -b missing node restraightens -b missing node rubber -b missing node jadeite -b missing node chored -b missing node chorea -b missing node papa -b missing node idolize -b missing node sexualization -b missing node fragmenting -b missing node gravidness -b missing node denominationally -b missing node vermiform -b missing node rubbed -b missing node gripers -b missing node chores -b missing node wittings -b missing node paps -b missing node unconditioned -b missing node thumper -b missing node hindmost -b missing node lapsed -b missing node thumped -b missing node scratch -b missing node bitingly -b missing node park -b missing node porks -b missing node pare -b missing node unsolders -b missing node faints -b missing node pard -b missing node para -b missing node spleeny -b missing node henhouse -b missing node spleens -b missing node part -b missing node unskilled -b missing node incumbent -b missing node lapses -b missing node pars -b missing node lapser -b missing node drudges -b missing node magus -b missing node sulkily -b missing node darkroom -b missing node drudger -b missing node drudged -b missing node divinely -b missing node apteryx -b missing node tickets -b missing node bantling -b missing node climactic -b missing node anglicisms -b missing node hideousness -b missing node cougher -b missing node effort -b missing node pale -b missing node demoralize -b missing node pored -b missing node replicative -b missing node palm -b missing node input -b missing node lovelessness -b missing node pall -b missing node omens -b missing node auctioning -b missing node coughed -b missing node choral -b missing node oiliness -b missing node pals -b missing node seething -b missing node handwriting -b missing node ganja -b missing node lense -b missing node nouvelle -b missing node sundials -b missing node caresser -b missing node caresses -b missing node threesome -b missing node equivocates -b missing node redoubles -b missing node redoubled -b missing node unconditional -b missing node lento -b missing node caressed -b missing node consume -b missing node tickers -b missing node grimmest -b missing node avoider -b missing node pores -b missing node consuls -b missing node sulking -b missing node consult -b missing node mourners -b missing node skindive -b missing node avoided -b missing node pang -b missing node lifeboats -b missing node pane -b missing node pans -b missing node incumbers -b missing node endlong -b missing node pant -b missing node equivocated -b missing node adopters -b missing node opaquely -b missing node departmentally -b missing node unreprimanded -b missing node reticulum -b missing node reabandon -b missing node trifold -b missing node examine -b missing node octette -b missing node unaccounted -b missing node orbiting -b missing node auldest -b missing node invalidly -b missing node apse -b missing node airport -b missing node munich -b missing node pralines -b missing node page -b missing node chapbook -b missing node bathed -b missing node unaffectedly -b missing node oilcups -b missing node ganev -b missing node hammering -b missing node bathes -b missing node bather -b missing node laserdisks -b missing node hijackers -b missing node biometry -b missing node bewigged -b missing node skycoach -b missing node riddance -b missing node eminently -b missing node avenged -b missing node pair -b missing node gorging -b missing node pain -b missing node pail -b missing node deflectable -b missing node paid -b missing node forestery -b missing node avenger -b missing node avenges -b missing node foresters -b missing node confuting -b missing node anviling -b missing node gangs -b missing node syncline -b missing node yacking -b missing node butlers -b missing node plagiarisms -b missing node adoptees -b missing node propel -b missing node pace -b missing node perceptivity -b missing node butlery -b missing node ordeals -b missing node magma -b missing node pack -b missing node sprouting -b missing node porky -b missing node mandragora -b missing node divisible -b missing node slavered -b missing node navvies -b missing node pensions -b missing node maryland -b missing node proper -b missing node withdrawer -b missing node gweduc -b missing node netted -b missing node redemonstration -b missing node benumbs -b missing node slaverer -b missing node thoroughness -b missing node bunsen -b missing node curliest -b missing node pensione -b missing node savable -b missing node netter -b missing node shawnee -b missing node pacs -b missing node pact -b missing node redemonstrating -b missing node latterly -b missing node anxieties -b missing node appetizing -b missing node graders -b missing node triform -b missing node libelled -b missing node porns -b missing node caddises -b missing node discontenting -b missing node ganef -b missing node pads -b missing node marsupials -b missing node smirkiest -b missing node hocking -b missing node porno -b missing node sheerest -b missing node libeller -b missing node error -b missing node quarks -b missing node materiels -b missing node pegboard -b missing node hesitaters -b missing node libellee -b missing node emissivity -b missing node lansing -b missing node tortes -b missing node melanomas -b missing node puffers -b missing node secret -b missing node inferable -b missing node puffery -b missing node shakeout -b missing node impregnating -b missing node agonised -b missing node prowar -b missing node pervertedly -b missing node agonises -b missing node autonomy -b missing node belabors -b missing node thoroughbred -b missing node upbeat -b missing node purchases -b missing node impressions -b missing node purchaser -b missing node actuary -b missing node canned -b missing node bioastronautics -b missing node assumably -b missing node purchased -b missing node caravan -b missing node reining -b missing node superscripting -b missing node detachably -b missing node unstapled -b missing node spiteful -b missing node pacification -b missing node canner -b missing node asea -b missing node treasurers -b missing node assumable -b missing node tollway -b missing node cannel -b missing node unappreciated -b missing node tanyards -b missing node wriggliest -b missing node superscription -b missing node appellees -b missing node merrier -b missing node xylan -b missing node outflowing -b missing node spoken -b missing node insects -b missing node spokes -b missing node ratholes -b missing node unmanageable -b missing node condescending -b missing node processing -b missing node hygienical -b missing node mispronunciation -b missing node unmanageably -b missing node atonements -b missing node probeable -b missing node bluffer -b missing node arbitrarily -b missing node hansel -b missing node humanly -b missing node bitchy -b missing node preamps -b missing node palatinates -b missing node procession -b missing node spoked -b missing node mondays -b missing node bluffed -b missing node neophytes -b missing node sordid -b missing node overlavish -b missing node perineal -b missing node actuate -b missing node credited -b missing node detente -b missing node cannas -b missing node mantraps -b missing node dyeings -b missing node cyborgs -b missing node atomic -b missing node ashy -b missing node saraband -b missing node detents -b missing node dictatory -b missing node deceiving -b missing node concents -b missing node asia -b missing node detachable -b missing node nonstriker -b missing node dictators -b missing node impregnation -b missing node phew -b missing node belabour -b missing node coryzas -b missing node launderette -b missing node debone -b missing node coryzal -b missing node lefts -b missing node frigidities -b missing node disgusted -b missing node serialists -b missing node xylem -b missing node lefty -b missing node infernally -b missing node blowoffs -b missing node asks -b missing node hangover -b missing node creepers -b missing node forehead -b missing node obscurative -b missing node noncontroversial -b missing node undeserved -b missing node epidemic -b missing node mitzvah -b missing node attractable -b missing node intrusiveness -b missing node bonanza -b missing node hovercrafts -b missing node foments -b missing node zipping -b missing node fuelling -b missing node inscriptions -b missing node renegades -b missing node crowder -b missing node banally -b missing node gadgeteer -b missing node nutations -b missing node autocracy -b missing node mountains -b missing node humaner -b missing node flounder -b missing node bacterial -b missing node hairlocks -b missing node crowded -b missing node vatic -b missing node peneplain -b missing node jauntiest -b missing node ulysses -b missing node phiz -b missing node unfortunateness -b missing node cinquain -b missing node closeted -b missing node formalizer -b missing node formalizes -b missing node agouty -b missing node swooshing -b missing node lugubriously -b missing node rigidities -b missing node agouti -b missing node photonic -b missing node seriously -b missing node lounging -b missing node grazes -b missing node nonalcoholic -b missing node grazer -b missing node sodding -b missing node linkage -b missing node highlands -b missing node caravel -b missing node asps -b missing node console -b missing node tiglon -b missing node grazed -b missing node connotative -b missing node zombiisms -b missing node palanquins -b missing node argufiers -b missing node deflagration -b missing node mommy -b missing node skeletally -b missing node twangy -b missing node dribbing -b missing node major -b missing node perusal -b missing node rustable -b missing node torrential -b missing node grammar -b missing node momma -b missing node vitrifiable -b missing node intermingling -b missing node nimbler -b missing node twangs -b missing node criminally -b missing node deflagrating -b missing node ministrant -b missing node polygram -b missing node overtime -b missing node aberrant -b missing node petals -b missing node batons -b missing node inductor -b missing node effusion -b missing node traitors -b missing node unsettlement -b missing node bespatters -b missing node cemeteries -b missing node muscling -b missing node appealing -b missing node sniggering -b missing node tubules -b missing node castaway -b missing node obscuration -b missing node poohs -b missing node asst -b missing node hairpin -b missing node psychologists -b missing node tunability -b missing node assn -b missing node smokers -b missing node pregnant -b missing node discriminational -b missing node crenelating -b missing node jocundity -b missing node immediateness -b missing node absorber -b missing node agonists -b missing node dodges -b missing node formalized -b missing node dodger -b missing node placid -b missing node rarifying -b missing node outyelled -b missing node absorbed -b missing node effusing -b missing node peruser -b missing node crenelation -b missing node peruses -b missing node dodged -b missing node overtire -b missing node raspiest -b missing node peculiarities -b missing node lapboard -b missing node occidentals -b missing node nonorganic -b missing node soddies -b missing node epigrammatically -b missing node liable -b missing node perused -b missing node javelined -b missing node strabismus -b missing node droits -b missing node debunkers -b missing node skivvy -b missing node jejunum -b missing node lordlings -b missing node ingested -b missing node squadded -b missing node eugene -b missing node manageable -b missing node places -b missing node placer -b missing node pools -b missing node defective -b missing node scurried -b missing node cogwheel -b missing node scurries -b missing node legal -b missing node manageably -b missing node lungfish -b missing node fertilizable -b missing node crummies -b missing node crummier -b missing node forzando -b missing node sociable -b missing node placed -b missing node authenticating -b missing node brutishly -b missing node juvenilities -b missing node reformatories -b missing node perineum -b missing node twitchier -b missing node ballerina -b missing node crackdown -b missing node foregoers -b missing node hairdressers -b missing node consort -b missing node hackneys -b missing node federalists -b missing node almightily -b missing node authentication -b missing node petard -b missing node pummeling -b missing node sociably -b missing node hothouse -b missing node sparsity -b missing node leaven -b missing node leaver -b missing node leaves -b missing node proctoscopy -b missing node grandchild -b missing node ironers -b missing node digestibility -b missing node gainsaid -b missing node proctoscope -b missing node leaved -b missing node tailing -b missing node phallist -b missing node varlet -b missing node inspectorate -b missing node opinionated -b missing node lacrimation -b missing node unimpeachable -b missing node creditor -b missing node carrousels -b missing node swiveling -b missing node libelous -b missing node anecdotist -b missing node athletics -b missing node homelands -b missing node dotiest -b missing node wrastles -b missing node billboards -b missing node catenas -b missing node laxities -b missing node watched -b missing node prowls -b missing node ptolemy -b missing node prevuing -b missing node gnomists -b missing node ambuscades -b missing node leger -b missing node phallism -b missing node watcher -b missing node watches -b missing node wrastled -b missing node merrily -b missing node ambuscaded -b missing node phys -b missing node advisement -b missing node phasing -b missing node quasar -b missing node gremmies -b missing node untried -b missing node portaled -b missing node autocrats -b missing node rediscovery -b missing node candies -b missing node quantimeter -b missing node rediscovers -b missing node renovator -b missing node unremittingly -b missing node rooster -b missing node tubular -b missing node defection -b missing node balefire -b missing node applaudably -b missing node frolicsome -b missing node scoundrel -b missing node eccentricities -b missing node kissing -b missing node unconnected -b missing node elderberry -b missing node agencies -b missing node defecting -b missing node abstemious -b missing node fleetness -b missing node duckiest -b missing node roosted -b missing node verniers -b missing node flashbacks -b missing node keynoting -b missing node bettering -b missing node pealed -b missing node controls -b missing node switchable -b missing node legit -b missing node candide -b missing node beltlines -b missing node unimpeachably -b missing node inductee -b missing node inducted -b missing node pooch -b missing node benzenes -b missing node flappy -b missing node hansom -b missing node candids -b missing node leggy -b missing node mournful -b missing node trampoliner -b missing node trampolines -b missing node applaudable -b missing node saracenic -b missing node twitching -b missing node candied -b missing node placks -b missing node bluffly -b missing node unreported -b missing node frypan -b missing node arch -b missing node arco -b missing node siding -b missing node satchels -b missing node unfolder -b missing node ordinary -b missing node fumigation -b missing node executrices -b missing node hollywood -b missing node worthless -b missing node pigeonholes -b missing node doubloons -b missing node arcs -b missing node libelling -b missing node voltage -b missing node indubitably -b missing node metathesis -b missing node ribosome -b missing node pigeonholed -b missing node affaires -b missing node arab -b missing node ingrate -b missing node indubitable -b missing node fumigating -b missing node anteater -b missing node byproducts -b missing node abbreviators -b missing node drafters -b missing node streaming -b missing node lightered -b missing node tennesseeans -b missing node unfolded -b missing node nephrons -b missing node hypotheses -b missing node corkier -b missing node radiantly -b missing node decimals -b missing node divergences -b missing node wealths -b missing node reestablish -b missing node wryer -b missing node atolls -b missing node wealthy -b missing node reformats -b missing node carting -b missing node exigent -b missing node proves -b missing node capably -b missing node prover -b missing node eider -b missing node considerable -b missing node proven -b missing node footnoting -b missing node teaspoons -b missing node woodbins -b missing node vasts -b missing node cravens -b missing node cosmologists -b missing node kefirs -b missing node woodbine -b missing node maids -b missing node proved -b missing node vasty -b missing node autodialling -b missing node despairing -b missing node bawdrics -b missing node considerably -b missing node neutralities -b missing node daiquiris -b missing node ares -b missing node boarder -b missing node psoriasis -b missing node tampers -b missing node confocal -b missing node area -b missing node boarded -b missing node killdeers -b missing node molar -b missing node hypothesis -b missing node cougars -b missing node grayly -b missing node amplest -b missing node cutesiest -b missing node bawdries -b missing node capable -b missing node ordinals -b missing node amnesia -b missing node amnesic -b missing node transliterations -b missing node scutcheon -b missing node rurally -b missing node voltaic -b missing node churchgoing -b missing node torchbearer -b missing node vocable -b missing node reappropriated -b missing node mellific -b missing node renovates -b missing node batteners -b missing node vocably -b missing node arks -b missing node buenos -b missing node broadtail -b missing node servicer -b missing node services -b missing node effusive -b missing node renovated -b missing node callboys -b missing node suppressible -b missing node serviced -b missing node bednighted -b missing node inhabitress -b missing node wryly -b missing node voidances -b missing node abolitionary -b missing node foraying -b missing node influence -b missing node arid -b missing node ranginess -b missing node aria -b missing node moles -b missing node disbursement -b missing node unlocated -b missing node illicitness -b missing node condonable -b missing node unheeded -b missing node pudenda -b missing node spunkiest -b missing node redistribution -b missing node poops -b missing node jockeys -b missing node psoriases -b missing node genealogical -b missing node moldy -b missing node innuendoes -b missing node molds -b missing node chokey -b missing node siccing -b missing node choker -b missing node chokes -b missing node suspenseful -b missing node selfness -b missing node hoydening -b missing node gainsays -b missing node redistributing -b missing node choked -b missing node transmigrations -b missing node lictors -b missing node lagers -b missing node ingraft -b missing node exploitations -b missing node anglicizes -b missing node dogtrotted -b missing node fractiously -b missing node woodcraft -b missing node maims -b missing node upholsterers -b missing node bonitos -b missing node metatheses -b missing node teratosis -b missing node grayer -b missing node simplistically -b missing node mails -b missing node manufacture -b missing node grayed -b missing node entailment -b missing node overshooting -b missing node altarpiece -b missing node misdiagnosis -b missing node flammable -b missing node profitably -b missing node army -b missing node ordinate -b missing node frailest -b missing node arms -b missing node tailor -b missing node endangering -b missing node audience -b missing node maine -b missing node profitable -b missing node ingrain -b missing node cloudburst -b missing node wagerers -b missing node mains -b missing node encumbrances -b missing node slickness -b missing node flammably -b missing node encumbrancer -b missing node doeskin -b missing node restartable -b missing node arty -b missing node arts -b missing node doorplates -b missing node gratefulness -b missing node forward -b missing node connotation -b missing node disincorporate -b missing node agilely -b missing node warheads -b missing node explicable -b missing node bowing -b missing node drolleries -b missing node arse -b missing node dielectric -b missing node latitude -b missing node wiredraw -b missing node silvester -b missing node mitzvahs -b missing node anglicized -b missing node asper -b missing node milkwood -b missing node chaining -b missing node defrays -b missing node delineative -b missing node wirepullers -b missing node aspen -b missing node molls -b missing node splashier -b missing node molly -b missing node mayvin -b missing node surpriser -b missing node fomenting -b missing node surprises -b missing node carageen -b missing node maist -b missing node eidos -b missing node reviewable -b missing node prehardened -b missing node misdiagnosed -b missing node surprised -b missing node nonchalantly -b missing node inefficiently -b missing node yogi -b missing node seaquakes -b missing node indelicately -b missing node divestitive -b missing node achievable -b missing node bivalve -b missing node yoga -b missing node misdiagnoses -b missing node reforge -b missing node thralling -b missing node chutzpahs -b missing node reconvening -b missing node scrawled -b missing node inner -b missing node stonily -b missing node pigskins -b missing node heckler -b missing node heckles -b missing node ontogenic -b missing node ionization -b missing node bicolor -b missing node delineation -b missing node shallowest -b missing node galax -b missing node galas -b missing node inned -b missing node heckled -b missing node resells -b missing node cutdown -b missing node photomap -b missing node beshrews -b missing node bewrayed -b missing node colonnade -b missing node flimsiest -b missing node animally -b missing node milkwort -b missing node wiredrew -b missing node reforms -b missing node aspca -b missing node splashily -b missing node vases -b missing node iffier -b missing node stoning -b missing node shacking -b missing node bewrayer -b missing node cocktail -b missing node indolently -b missing node outspoke -b missing node baleful -b missing node doings -b missing node riptides -b missing node lorded -b missing node invocations -b missing node quatre -b missing node repealing -b missing node scrawler -b missing node arum -b missing node yoke -b missing node landlords -b missing node preaccustoming -b missing node jealousness -b missing node drumbeat -b missing node gales -b missing node yolk -b missing node consolation -b missing node watching -b missing node furless -b missing node countertenor -b missing node skyjackers -b missing node rendition -b missing node comports -b missing node beanball -b missing node victorianism -b missing node vandalize -b missing node antithetical -b missing node cravers -b missing node tailed -b missing node underwritten -b missing node lineages -b missing node nasturtiums -b missing node mandamuses -b missing node isocline -b missing node tailer -b missing node durned -b missing node centeredness -b missing node impecuniousness -b missing node maize -b missing node propitiously -b missing node profiting -b missing node proficiently -b missing node peaked -b missing node yoni -b missing node yond -b missing node molto -b missing node corking -b missing node crucifer -b missing node molts -b missing node fascicled -b missing node donovan -b missing node sentries -b missing node cremators -b missing node hangouts -b missing node epileptic -b missing node renewable -b missing node hobnobs -b missing node crematory -b missing node gorgons -b missing node sentried -b missing node fascicles -b missing node buenas -b missing node unreformed -b missing node sector -b missing node tetanizes -b missing node prettifies -b missing node outstation -b missing node prettifier -b missing node asthmatically -b missing node tetanized -b missing node asap -b missing node recommendable -b missing node plentifully -b missing node tenement -b missing node biasing -b missing node tackifies -b missing node barbwire -b missing node letted -b missing node popes -b missing node beanbags -b missing node prettified -b missing node slovaks -b missing node letter -b missing node tackified -b missing node upwardness -b missing node immuring -b missing node jejunal -b missing node milieus -b missing node viewings -b missing node marvelled -b missing node milieux -b missing node unlimbered -b missing node inspirited -b missing node shufflers -b missing node dalles -b missing node enthuse -b missing node monaco -b missing node coagulants -b missing node crucifix -b missing node galls -b missing node gally -b missing node gangsterism -b missing node nonelectrically -b missing node york -b missing node stipulating -b missing node yore -b missing node defraud -b missing node lordly -b missing node arrases -b missing node lumens -b missing node hellishly -b missing node ejectors -b missing node monads -b missing node hoodless -b missing node cirrhosis -b missing node stonier -b missing node inflects -b missing node curlicue -b missing node fortuitous -b missing node furlers -b missing node avidly -b missing node damnation -b missing node stipulation -b missing node ignoramuses -b missing node caliphate -b missing node salivating -b missing node shushes -b missing node meltingly -b missing node concretion -b missing node radicands -b missing node toledos -b missing node fidget -b missing node waxbill -b missing node protester -b missing node erotical -b missing node pinecones -b missing node epigraphic -b missing node burble -b missing node quaver -b missing node auks -b missing node necessitated -b missing node misrepresentation -b missing node consistencies -b missing node anatomical -b missing node rotatively -b missing node auld -b missing node tavern -b missing node reacquires -b missing node corporeality -b missing node concreting -b missing node iniquitously -b missing node fanwise -b missing node honkeys -b missing node splashers -b missing node tarragon -b missing node protested -b missing node intentness -b missing node malls -b missing node reacquired -b missing node uncle -b missing node reutilize -b missing node masseuse -b missing node pressuring -b missing node fluoresces -b missing node phylum -b missing node settee -b missing node fluoresced -b missing node mannerisms -b missing node jovially -b missing node masseurs -b missing node hearthsides -b missing node scrappy -b missing node setter -b missing node trinketing -b missing node betatrons -b missing node salivation -b missing node indicators -b missing node overpopulates -b missing node gothicize -b missing node backbitten -b missing node mineralogist -b missing node willable -b missing node veterans -b missing node aunt -b missing node overpopulated -b missing node letches -b missing node enumerations -b missing node diminishes -b missing node yogurt -b missing node uncomplimentary -b missing node laureling -b missing node unobjectionably -b missing node knowable -b missing node diminished -b missing node chammied -b missing node soupiest -b missing node chammies -b missing node unobjectionable -b missing node effuse -b missing node creasier -b missing node galliums -b missing node baritone -b missing node sermons -b missing node stoners -b missing node ramifications -b missing node melanogen -b missing node restaffing -b missing node inseams -b missing node intellectualize -b missing node polemists -b missing node knowingest -b missing node frantically -b missing node meshwork -b missing node crunch -b missing node coiffeuse -b missing node titulary -b missing node gateman -b missing node drabbing -b missing node embargo -b missing node extravert -b missing node postals -b missing node registrants -b missing node unawakened -b missing node fleabane -b missing node titulars -b missing node coiffeurs -b missing node accusers -b missing node necessitates -b missing node qintars -b missing node bunyan -b missing node griping -b missing node aphrodisiacs -b missing node thankyou -b missing node males -b missing node burdened -b missing node triunity -b missing node inflationary -b missing node vandalism -b missing node burdener -b missing node burbly -b missing node escalloped -b missing node shushed -b missing node vitamin -b missing node peanut -b missing node maples -b missing node unconvincingly -b missing node familiarizing -b missing node habitable -b missing node brotherhood -b missing node comprizing -b missing node melodically -b missing node bowfin -b missing node timidest -b missing node homaging -b missing node cupsful -b missing node watchful -b missing node veinal -b missing node patristic -b missing node dishware -b missing node habitably -b missing node malts -b missing node enfeebling -b missing node draftier -b missing node malty -b missing node entrusted -b missing node quotients -b missing node socialists -b missing node mayoresses -b missing node dallying -b missing node malta -b missing node batmen -b missing node auto -b missing node cholla -b missing node sultry -b missing node apteryxes -b missing node polls -b missing node professed -b missing node embarks -b missing node toxaemic -b missing node uncap -b missing node toxaemia -b missing node gatemen -b missing node kinkier -b missing node professes -b missing node productivity -b missing node manward -b missing node serologic -b missing node nettlier -b missing node intellectualist -b missing node norther -b missing node demographer -b missing node intellectualism -b missing node settle -b missing node horseshoers -b missing node siphoning -b missing node skipperage -b missing node bernard -b missing node postage -b missing node shakedown -b missing node fleabags -b missing node whetted -b missing node managemental -b missing node processional -b missing node hereditarily -b missing node veined -b missing node corollas -b missing node decreased -b missing node vocoder -b missing node remolding -b missing node delineating -b missing node whetter -b missing node biosciences -b missing node guncotton -b missing node polka -b missing node decreases -b missing node flasks -b missing node sirocco -b missing node batman -b missing node pawning -b missing node crinoline -b missing node touzled -b missing node smartness -b missing node erode -b missing node flashy -b missing node orbiters -b missing node touzles -b missing node crowbar -b missing node gripier -b missing node polio -b missing node fitter -b missing node precleans -b missing node munificent -b missing node polis -b missing node scraper -b missing node scrapes -b missing node dimorphisms -b missing node choler -b missing node veiner -b missing node scraped -b missing node polit -b missing node demographic -b missing node phalanges -b missing node profits -b missing node lentando -b missing node fitted -b missing node laziest -b missing node aura -b missing node prayers -b missing node disvaluing -b missing node kinkily -b missing node thronging -b missing node shammed -b missing node jetsam -b missing node shammer -b missing node offerings -b missing node shammes -b missing node vulval -b missing node dispensations -b missing node disdained -b missing node cocomats -b missing node cryotrons -b missing node exhumed -b missing node drafting -b missing node genteeler -b missing node vulvas -b missing node impowers -b missing node vulvar -b missing node cantatas -b missing node marvelous -b missing node scorepads -b missing node obscener -b missing node limbless -b missing node conscious -b missing node waldorf -b missing node mixable -b missing node professor -b missing node vulvae -b missing node neoterics -b missing node exhumes -b missing node exhumer -b missing node lappet -b missing node tripart -b missing node lapper -b missing node pupped -b missing node aquanaut -b missing node fractions -b missing node nettling -b missing node puppet -b missing node kinking -b missing node lapped -b missing node letups -b missing node pennies -b missing node outproduces -b missing node witticisms -b missing node enlargers -b missing node fountained -b missing node hasidim -b missing node postbag -b missing node begorrah -b missing node entrenchments -b missing node pressurize -b missing node bestselling -b missing node fratricidal -b missing node obtrusiveness -b missing node pomes -b missing node hasidic -b missing node curring -b missing node joshing -b missing node renumber -b missing node outproduced -b missing node fathomed -b missing node incriminating -b missing node empowered -b missing node hirsute -b missing node docents -b missing node animism -b missing node shamrock -b missing node accelerando -b missing node santonins -b missing node animist -b missing node flanneling -b missing node affectivity -b missing node effeminately -b missing node incarnadine -b missing node profile -b missing node reactor -b missing node incrimination -b missing node distrustful -b missing node condensation -b missing node arboreal -b missing node thinclad -b missing node phylae -b missing node draftily -b missing node dermatologist -b missing node dreamland -b missing node reacted -b missing node guillotine -b missing node sorest -b missing node fratricides -b missing node impeachments -b missing node gangrening -b missing node aphorizes -b missing node interrogational -b missing node gothicist -b missing node inker -b missing node aver -b missing node aphorized -b missing node aves -b missing node gothicism -b missing node hierarchically -b missing node inked -b missing node embroilments -b missing node platform -b missing node copydesks -b missing node gassiness -b missing node croissant -b missing node discomposed -b missing node avdp -b missing node tradesmen -b missing node retarder -b missing node retarded -b missing node discomposes -b missing node sultan -b missing node monkeyshines -b missing node secure -b missing node dispensed -b missing node hockeys -b missing node sliceable -b missing node highwaymen -b missing node trioxides -b missing node penalized -b missing node genteelly -b missing node emborders -b missing node dispenser -b missing node dispenses -b missing node harpooners -b missing node tipcarts -b missing node honkers -b missing node penalizes -b missing node module -b missing node consensual -b missing node penning -b missing node battening -b missing node modula -b missing node practicable -b missing node reagents -b missing node practicably -b missing node protestor -b missing node modulo -b missing node bungalow -b missing node unbox -b missing node jibbing -b missing node fractious -b missing node trowing -b missing node pigeons -b missing node kulak -b missing node mamba -b missing node stinkards -b missing node choosiest -b missing node hunched -b missing node backsides -b missing node caribous -b missing node mamas -b missing node canons -b missing node hunches -b missing node erose -b missing node reconnected -b missing node antibiotics -b missing node nonequivalent -b missing node bilgier -b missing node goldener -b missing node milliliters -b missing node transitory -b missing node tradesman -b missing node mambo -b missing node streamier -b missing node creasing -b missing node sensitiveness -b missing node rawboned -b missing node jesuitries -b missing node astrobiology -b missing node transmutations -b missing node currish -b missing node inkle -b missing node renders -b missing node polys -b missing node polyp -b missing node canopy -b missing node caisson -b missing node pellucid -b missing node jetsoms -b missing node equalling -b missing node bananas -b missing node hauling -b missing node univocals -b missing node highwayman -b missing node kinsfolk -b missing node expenders -b missing node reminiscences -b missing node unprovable -b missing node chromatically -b missing node decimate -b missing node myths -b missing node reformative -b missing node unsocial -b missing node hesitation -b missing node correlates -b missing node copulatively -b missing node corrosiveness -b missing node curlycues -b missing node remarques -b missing node sorely -b missing node wheedle -b missing node correlated -b missing node appliqueing -b missing node sorels -b missing node cavalcades -b missing node psychiatrists -b missing node jilted -b missing node dowering -b missing node uncorked -b missing node foamiest -b missing node canoed -b missing node overhasty -b missing node gaily -b missing node jilter -b missing node lorans -b missing node parboil -b missing node lickers -b missing node permute -b missing node drolly -b missing node peak -b missing node drolls -b missing node unchurched -b missing node imprudence -b missing node affluence -b missing node unbid -b missing node palazzo -b missing node skirmisher -b missing node hockers -b missing node acidulous -b missing node ragout -b missing node shackled -b missing node palazzi -b missing node skirmished -b missing node escalades -b missing node skirmishes -b missing node escaladed -b missing node peat -b missing node ductings -b missing node gains -b missing node lickety -b missing node peal -b missing node pean -b missing node hesitating -b missing node peas -b missing node pear -b missing node exasperated -b missing node dripper -b missing node counselor -b missing node subfractions -b missing node afeard -b missing node uncoated -b missing node exasperates -b missing node reviewer -b missing node supercede -b missing node chaplain -b missing node birthmarks -b missing node critics -b missing node reformating -b missing node fervency -b missing node shackler -b missing node shackles -b missing node cowier -b missing node haulier -b missing node denigrators -b missing node unraised -b missing node denigratory -b missing node epilepsies -b missing node intentions -b missing node undersells -b missing node worrit -b missing node canoes -b missing node vandals -b missing node rewire -b missing node caraway -b missing node bilging -b missing node biophotometer -b missing node makes -b missing node arcadians -b missing node maker -b missing node cretinized -b missing node diddler -b missing node diddles -b missing node goldenly -b missing node cofeature -b missing node crumbs -b missing node crumby -b missing node dripped -b missing node diddled -b missing node reformation -b missing node manipulable -b missing node grossers -b missing node blaming -b missing node frangible -b missing node banjoist -b missing node helicopter -b missing node atty -b missing node monterey -b missing node expended -b missing node peters -b missing node pegs -b missing node gaits -b missing node attn -b missing node sparsest -b missing node crayons -b missing node groomers -b missing node castigation -b missing node pomps -b missing node regretful -b missing node aeonian -b missing node upsets -b missing node flared -b missing node rewind -b missing node expender -b missing node diatomite -b missing node seismicity -b missing node arboreta -b missing node unbar -b missing node alertest -b missing node grossest -b missing node firebricks -b missing node clobber -b missing node absolutely -b missing node deluded -b missing node castigating -b missing node mourning -b missing node ransomed -b missing node autisms -b missing node otolithic -b missing node flares -b missing node alerters -b missing node ransomer -b missing node womanhood -b missing node atom -b missing node atop -b missing node mercantilistic -b missing node resembles -b missing node phenolics -b missing node radiotherapists -b missing node peck -b missing node intrusions -b missing node clonally -b missing node paschal -b missing node learnedness -b missing node lawyer -b missing node chaines -b missing node peds -b missing node swizzlers -b missing node flashcubes -b missing node chained -b missing node curries -b missing node currier -b missing node reexhibits -b missing node atma -b missing node calking -b missing node peed -b missing node trouncers -b missing node peek -b missing node threadiest -b missing node peel -b missing node peen -b missing node peer -b missing node pees -b missing node peep -b missing node nurseries -b missing node setups -b missing node roadability -b missing node intensiveness -b missing node absorb -b missing node resembled -b missing node foddering -b missing node curried -b missing node peps -b missing node photocompose -b missing node absolutest -b missing node senatorian -b missing node senatorial -b missing node towrope -b missing node domineered -b missing node chauffeured -b missing node sanzen -b missing node baseball -b missing node inlay -b missing node wriggles -b missing node wriggler -b missing node complainant -b missing node peon -b missing node forestall -b missing node sangfroid -b missing node sponsors -b missing node opaquing -b missing node crummy -b missing node treasuring -b missing node dietician -b missing node wholeness -b missing node peru -b missing node coleslaws -b missing node pustule -b missing node ingestant -b missing node pert -b missing node perm -b missing node forgiveness -b missing node browbeat -b missing node documentable -b missing node perk -b missing node pere -b missing node sectionized -b missing node hoarders -b missing node adsorbed -b missing node buffering -b missing node proton -b missing node intersection -b missing node subtotalling -b missing node lighterage -b missing node appellant -b missing node cannot -b missing node reassuringly -b missing node sidles -b missing node sidler -b missing node candled -b missing node midbody -b missing node snobbisms -b missing node nondestructive -b missing node nutshell -b missing node intersecting -b missing node afferent -b missing node resents -b missing node illustrations -b missing node crumps -b missing node attacked -b missing node grammes -b missing node pelt -b missing node sidled -b missing node pones -b missing node unary -b missing node princely -b missing node capabler -b missing node engirds -b missing node watercraft -b missing node attacker -b missing node swallow -b missing node inlet -b missing node unarm -b missing node pelf -b missing node deludes -b missing node restfulness -b missing node deluder -b missing node misleads -b missing node ponds -b missing node intuited -b missing node sounding -b missing node trimotors -b missing node heterogenous -b missing node peke -b missing node redeliberation -b missing node garaged -b missing node vigilantism -b missing node awkwardest -b missing node pent -b missing node pens -b missing node raptness -b missing node chapping -b missing node pend -b missing node perceptively -b missing node preinstruct -b missing node attesting -b missing node unsystematic -b missing node atonal -b missing node kraals -b missing node opprobriate -b missing node ymca -b missing node commandeered -b missing node garages -b missing node bathtubs -b missing node hemstitch -b missing node chomps -b missing node demineralize -b missing node malay -b missing node retransmissions -b missing node liveners -b missing node answerable -b missing node blackthorn -b missing node outlooks -b missing node treasuries -b missing node reviewal -b missing node lagger -b missing node nonhazardous -b missing node terraria -b missing node gradate -b missing node disagree -b missing node acupuncturists -b missing node clubfooted -b missing node subassociations -b missing node abruptness -b missing node chowders -b missing node pews -b missing node thunderingly -b missing node ponce -b missing node kleig -b missing node cannie -b missing node pragmatically -b missing node seisure -b missing node socialites -b missing node unapt -b missing node tentless -b missing node reviewed -b missing node polygony -b missing node repulsers -b missing node campaign -b missing node earnests -b missing node polygons -b missing node enormity -b missing node doweries -b missing node liveness -b missing node atoner -b missing node princess -b missing node tepidness -b missing node faquir -b missing node hyposensitizing -b missing node eulogizing -b missing node discography -b missing node misstating -b missing node atoned -b missing node atones -b missing node muslims -b missing node cowing -b missing node distastefully -b missing node pronominal -b missing node mainlands -b missing node cannon -b missing node candler -b missing node candles -b missing node pets -b missing node confuters -b missing node cutpurses -b missing node onionskins -b missing node peso -b missing node default -b missing node forestays -b missing node spoils -b missing node spoilt -b missing node pest -b missing node protea -b missing node demitted -b missing node sanguinely -b missing node wriggled -b missing node systemless -b missing node omits -b missing node appellate -b missing node resowing -b missing node lagged -b missing node muslins -b missing node anesthetizing -b missing node reproductivity -b missing node sapling -b missing node monsters -b missing node vitally -b missing node counseled -b missing node ectoplasm -b missing node counselee -b missing node epigrapher -b missing node conformism -b missing node engrained -b missing node sacra -b missing node rumbling -b missing node surmise -b missing node celebrity -b missing node shrimpier -b missing node undomesticated -b missing node servable -b missing node pairing -b missing node prorating -b missing node digressively -b missing node fraternally -b missing node asset -b missing node marquis -b missing node spewer -b missing node proration -b missing node shorelines -b missing node diversions -b missing node universalists -b missing node rewarmed -b missing node statist -b missing node deterge -b missing node cicerones -b missing node teentsy -b missing node authorities -b missing node photoing -b missing node spewed -b missing node statism -b missing node moray -b missing node seducing -b missing node boundlessly -b missing node asses -b missing node enhaloing -b missing node promotes -b missing node promoter -b missing node skeining -b missing node moral -b missing node administrant -b missing node pagodas -b missing node elucidations -b missing node martlets -b missing node lankiest -b missing node pervade -b missing node factional -b missing node axel -b missing node promoted -b missing node lawman -b missing node whack -b missing node axed -b missing node skepsis -b missing node climaxes -b missing node blitzing -b missing node augend -b missing node axes -b missing node climaxed -b missing node euphemisms -b missing node overfilled -b missing node plainest -b missing node druidisms -b missing node gastronomy -b missing node hesitated -b missing node moratorium -b missing node punctualness -b missing node stating -b missing node umbrages -b missing node marquee -b missing node assay -b missing node hesitater -b missing node station -b missing node hesitates -b missing node gourdes -b missing node bondmaids -b missing node ethologist -b missing node gristliest -b missing node nankeens -b missing node marques -b missing node assam -b missing node axle -b missing node degrading -b missing node timecard -b missing node gastronome -b missing node skinniness -b missing node morel -b missing node miscalling -b missing node skirls -b missing node mores -b missing node cogway -b missing node hotboxes -b missing node ordainment -b missing node axil -b missing node salubriousness -b missing node conformity -b missing node lawmen -b missing node glycol -b missing node axis -b missing node dismayed -b missing node autonomously -b missing node digestors -b missing node enamelling -b missing node conformist -b missing node beefier -b missing node whensoever -b missing node augers -b missing node fretless -b missing node spirochetes -b missing node whams -b missing node uncherished -b missing node fullbacks -b missing node snobbiest -b missing node lewises -b missing node cullet -b missing node shrimping -b missing node peafowl -b missing node hydrogenated -b missing node knitters -b missing node sonnies -b missing node culled -b missing node ungodliness -b missing node unwinder -b missing node culler -b missing node lenities -b missing node playacting -b missing node whang -b missing node escarping -b missing node nonactive -b missing node beekeeper -b missing node incompetence -b missing node feathered -b missing node embalms -b missing node revarnished -b missing node disclosing -b missing node hesitator -b missing node revarnishes -b missing node incompetency -b missing node endless -b missing node dishevelment -b missing node hypnic -b missing node mezquites -b missing node swifter -b missing node whereupon -b missing node lithuanians -b missing node substantialness -b missing node ceremonials -b missing node whale -b missing node embitter -b missing node swiftly -b missing node jamaica -b missing node mistranslating -b missing node mutations -b missing node waylayers -b missing node hebrew -b missing node spirochetal -b missing node inexactness -b missing node miscibilities -b missing node paupers -b missing node preannounce -b missing node exceeds -b missing node libidinally -b missing node pygmyisms -b missing node younger -b missing node electrocutional -b missing node greeter -b missing node springier -b missing node insobriety -b missing node characterized -b missing node spunked -b missing node calmness -b missing node mistranslation -b missing node ordnances -b missing node basilica -b missing node trigraph -b missing node zoomanias -b missing node clustery -b missing node clusters -b missing node outbidden -b missing node bonier -b missing node urbanologists -b missing node bunchiest -b missing node wharf -b missing node conforming -b missing node greeted -b missing node oddments -b missing node beefily -b missing node armlessness -b missing node disease -b missing node skirts -b missing node characterizes -b missing node anticipatory -b missing node anticipators -b missing node upside -b missing node pokes -b missing node poker -b missing node hydrogenates -b missing node beefing -b missing node whaps -b missing node mattock -b missing node poked -b missing node sprayers -b missing node indictors -b missing node resonantly -b missing node flop -b missing node yips -b missing node quadrillionths -b missing node countervails -b missing node flow -b missing node abdicated -b missing node validated -b missing node burmese -b missing node invidious -b missing node hypoed -b missing node exactly -b missing node yipe -b missing node cosseting -b missing node tippler -b missing node tipples -b missing node bioacoustics -b missing node subservience -b missing node abdicates -b missing node validates -b missing node reeducated -b missing node stalest -b missing node decoded -b missing node restacking -b missing node nocturn -b missing node reinterrogated -b missing node subserviency -b missing node flog -b missing node floodplain -b missing node floe -b missing node charlie -b missing node reinterrogates -b missing node subsonic -b missing node illusional -b missing node disburdens -b missing node biases -b missing node charley -b missing node charles -b missing node whats -b missing node bullhorns -b missing node shipside -b missing node socializes -b missing node demesnes -b missing node brisling -b missing node rampageous -b missing node worked -b missing node socializer -b missing node aviate -b missing node moscow -b missing node worker -b missing node decameter -b missing node decoder -b missing node decodes -b missing node doggish -b missing node transposition -b missing node abolition -b missing node reembarked -b missing node freightyard -b missing node tippled -b missing node reeducates -b missing node pressman -b missing node semestral -b missing node aviary -b missing node panegyric -b missing node boning -b missing node depreciable -b missing node biased -b missing node obviate -b missing node cheques -b missing node chequer -b missing node springing -b missing node unclogging -b missing node modiste -b missing node grandson -b missing node insurrectionally -b missing node tourism -b missing node battled -b missing node crucifixions -b missing node destructor -b missing node watchdog -b missing node socialized -b missing node surmountable -b missing node tourist -b missing node crutch -b missing node battler -b missing node battles -b missing node flux -b missing node hauntingly -b missing node refold -b missing node flus -b missing node dogging -b missing node armsful -b missing node creepage -b missing node homerooms -b missing node redlined -b missing node spearmints -b missing node pressmen -b missing node doctorship -b missing node flagging -b missing node foots -b missing node batboy -b missing node overmodest -b missing node flub -b missing node flue -b missing node explorers -b missing node footy -b missing node awns -b missing node unswayed -b missing node foretokens -b missing node crownets -b missing node sterile -b missing node flaggier -b missing node lenitive -b missing node homotype -b missing node vapid -b missing node touring -b missing node reform -b missing node sadly -b missing node egressed -b missing node shogunal -b missing node indorsement -b missing node exonerations -b missing node egresses -b missing node witnessers -b missing node lagoonal -b missing node redlines -b missing node aerobatics -b missing node reminder -b missing node awls -b missing node flit -b missing node eructation -b missing node superstructures -b missing node tarnishing -b missing node boudoirs -b missing node flossiest -b missing node dependencies -b missing node stalely -b missing node reminded -b missing node warworks -b missing node clarifications -b missing node ennoble -b missing node dryades -b missing node chivalric -b missing node contingencies -b missing node flip -b missing node skylights -b missing node eructating -b missing node achievers -b missing node fulnesses -b missing node boarish -b missing node amnesics -b missing node scrofulas -b missing node stumped -b missing node gaffs -b missing node aniseeds -b missing node chantage -b missing node quagga -b missing node amnesiac -b missing node peepholes -b missing node anchor -b missing node awry -b missing node perviousness -b missing node quaggy -b missing node gaffe -b missing node outperformed -b missing node salutations -b missing node sadhu -b missing node upshot -b missing node netsuke -b missing node bonito -b missing node ailanthus -b missing node solanums -b missing node glissade -b missing node agnostic -b missing node zippers -b missing node amnesias -b missing node crumblings -b missing node dryadic -b missing node grayness -b missing node doggier -b missing node glassines -b missing node dystrophies -b missing node doggies -b missing node reexhibiting -b missing node abdicator -b missing node crowners -b missing node superintendent -b missing node administrate -b missing node ichors -b missing node vapor -b missing node bonita -b missing node italians -b missing node drilling -b missing node yins -b missing node grandsir -b missing node lampooner -b missing node exactor -b missing node surrounds -b missing node indignant -b missing node awol -b missing node desperately -b missing node beardless -b missing node lampooned -b missing node nictate -b missing node slather -b missing node machete -b missing node fools -b missing node faiths -b missing node avians -b missing node subverts -b missing node seducive -b missing node fervours -b missing node destructed -b missing node stumper -b missing node heartbreaker -b missing node crimpier -b missing node strobes -b missing node vendable -b missing node magnify -b missing node bullfighters -b missing node erasure -b missing node overturn -b missing node overture -b missing node bellyfulls -b missing node tuckahoes -b missing node foreground -b missing node decocts -b missing node cartway -b missing node supersedence -b missing node workup -b missing node balconies -b missing node wedgies -b missing node wedgier -b missing node fighters -b missing node aster -b missing node romper -b missing node traversals -b missing node plucker -b missing node mislabeling -b missing node steatite -b missing node contumaciously -b missing node romped -b missing node nonmember -b missing node beadworks -b missing node plucked -b missing node backcross -b missing node awed -b missing node debris -b missing node dialectal -b missing node minneapolis -b missing node fatless -b missing node playgoer -b missing node gyrator -b missing node cookies -b missing node awes -b missing node tories -b missing node plagiarizes -b missing node plagiarizer -b missing node infighters -b missing node crusts -b missing node crusty -b missing node ancien -b missing node quickening -b missing node plagiarized -b missing node retouch -b missing node glummer -b missing node mastoids -b missing node peculates -b missing node jerseyed -b missing node friended -b missing node atopic -b missing node victoria -b missing node peanuts -b missing node empurpled -b missing node german -b missing node empurples -b missing node colorblind -b missing node strobic -b missing node troopers -b missing node cosmism -b missing node overdosing -b missing node serviettes -b missing node misname -b missing node subagencies -b missing node cajolingly -b missing node starkest -b missing node cocooning -b missing node tonnages -b missing node unfeasible -b missing node airglow -b missing node dictation -b missing node shaggiest -b missing node ruralizing -b missing node lateralities -b missing node reposers -b missing node hockshop -b missing node peculated -b missing node propositional -b missing node deflective -b missing node refuelling -b missing node dictating -b missing node concert -b missing node concern -b missing node ecstatic -b missing node nontenure -b missing node selections -b missing node uncheerful -b missing node pikemen -b missing node frayings -b missing node justices -b missing node loungers -b missing node unturned -b missing node foreshadower -b missing node misemployed -b missing node clippings -b missing node outclasses -b missing node gazers -b missing node exacter -b missing node deaccessions -b missing node dialectic -b missing node counsellable -b missing node outclassed -b missing node corrosives -b missing node hypnotics -b missing node tweakier -b missing node cooking -b missing node toenailing -b missing node cosmist -b missing node polar -b missing node dittoed -b missing node patterers -b missing node frustums -b missing node crimping -b missing node concubine -b missing node dittoes -b missing node incisors -b missing node incisory -b missing node stymying -b missing node exacted -b missing node liftmen -b missing node ensigncy -b missing node modishly -b missing node readmitting -b missing node replacement -b missing node inexactitude -b missing node anguses -b missing node mimicries -b missing node effigy -b missing node pikeman -b missing node amputee -b missing node cowgirls -b missing node aeroplane -b missing node astir -b missing node referrals -b missing node defibrillate -b missing node demobilizations -b missing node midfield -b missing node faeries -b missing node idealistically -b missing node codifying -b missing node release -b missing node foreshadowed -b missing node bamboo -b missing node concept -b missing node winiest -b missing node quittance -b missing node associator -b missing node fissuring -b missing node deflection -b missing node exactas -b missing node apples -b missing node denuding -b missing node kingships -b missing node satiety -b missing node trolleyed -b missing node insphering -b missing node appetites -b missing node libelant -b missing node poles -b missing node poler -b missing node liftman -b missing node away -b missing node swivelled -b missing node insulins -b missing node benediction -b missing node vaporers -b missing node discretional -b missing node poled -b missing node witchings -b missing node deflecting -b missing node baluster -b missing node cardioid -b missing node philanderers -b missing node jackknifes -b missing node reinterpretation -b missing node refueled -b missing node repaints -b missing node velours -b missing node tallyho -b missing node admission -b missing node avianized -b missing node hirable -b missing node conceit -b missing node preassigned -b missing node disturbance -b missing node blinkering -b missing node pugnacious -b missing node avianizes -b missing node mathematicians -b missing node rebukers -b missing node matador -b missing node armyworm -b missing node cesiums -b missing node denigrating -b missing node worlds -b missing node guttery -b missing node privileging -b missing node gutters -b missing node floored -b missing node necrology -b missing node impishly -b missing node cannibalistic -b missing node membranal -b missing node knucklers -b missing node brooking -b missing node floorer -b missing node stomachically -b missing node tambours -b missing node pennons -b missing node tamboura -b missing node arriving -b missing node woodworking -b missing node pokey -b missing node denigration -b missing node victimizations -b missing node shallowing -b missing node tweaking -b missing node tourneying -b missing node oblige -b missing node embraceable -b missing node bleakish -b missing node gyrates -b missing node counterspy -b missing node belittlement -b missing node colonies -b missing node typecast -b missing node tautological -b missing node desexualize -b missing node asexuals -b missing node typecase -b missing node heptanes -b missing node assoc -b missing node associates -b missing node gyrated -b missing node scurrility -b missing node sonorants -b missing node associated -b missing node rhumbaing -b missing node irregular -b missing node cyclically -b missing node sucroses -b missing node tautly -b missing node admissive -b missing node forwent -b missing node beaumont -b missing node martialed -b missing node shetlands -b missing node slipcase -b missing node attestors -b missing node watchers -b missing node pigeonholing -b missing node endlessly -b missing node abutments -b missing node decalcifies -b missing node bunion -b missing node legalness -b missing node expanding -b missing node scalloping -b missing node calcutta -b missing node balsaming -b missing node crumbiest -b missing node partisanship -b missing node panniers -b missing node precipitable -b missing node wedging -b missing node screwdrivers -b missing node collusively -b missing node conceal -b missing node unabsorbed -b missing node colonial -b missing node deployment -b missing node gormandize -b missing node germen -b missing node nightcaps -b missing node delusory -b missing node disobeyers -b missing node avid -b missing node bezels -b missing node avis -b missing node moped -b missing node refractions -b missing node hirers -b missing node ratiocinations -b missing node grampuses -b missing node incompetents -b missing node retorters -b missing node mopes -b missing node moper -b missing node acumen -b missing node unconsolidated -b missing node mopey -b missing node lackeyed -b missing node deemphasis -b missing node hypnotist -b missing node postboy -b missing node hypnotism -b missing node reawaked -b missing node postbox -b missing node plaque -b missing node reawaken -b missing node nettlers -b missing node darning -b missing node concede -b missing node hijack -b missing node geostationary -b missing node resetting -b missing node profuse -b missing node gager -b missing node gages -b missing node doughboy -b missing node oyer -b missing node knurled -b missing node linkman -b missing node oyez -b missing node oyes -b missing node gazebo -b missing node gaged -b missing node endleaf -b missing node whiners -b missing node affectedness -b missing node peculator -b missing node acoustical -b missing node appealers -b missing node nimbleness -b missing node damasks -b missing node reawakes -b missing node nonusers -b missing node hypnotize -b missing node dermatologies -b missing node unironed -b missing node unresentful -b missing node holystones -b missing node linkmen -b missing node offloaded -b missing node martially -b missing node basketwork -b missing node lantanas -b missing node basilisk -b missing node chittering -b missing node cymbling -b missing node jackknifed -b missing node heraldries -b missing node avow -b missing node consecrate -b missing node manicure -b missing node untired -b missing node unplanted -b missing node towaway -b missing node subclassifications -b missing node hacksaw -b missing node sumpters -b missing node ganging -b missing node hypotrophies -b missing node unplugs -b missing node segregation -b missing node defrost -b missing node leeds -b missing node moisture -b missing node desktop -b missing node safeness -b missing node slating -b missing node spellbound -b missing node corrugate -b missing node planar -b missing node vamps -b missing node ribaldly -b missing node segregating -b missing node eyelashes -b missing node foil -b missing node monickers -b missing node blowjob -b missing node coagulum -b missing node telegraphists -b missing node madcaply -b missing node rodeos -b missing node biassed -b missing node cohabits -b missing node trouncing -b missing node skinflints -b missing node pierrot -b missing node forks -b missing node forky -b missing node solubles -b missing node rerecording -b missing node benzocaine -b missing node monorails -b missing node homiest -b missing node rodent -b missing node strongly -b missing node impiousness -b missing node northeasterly -b missing node planed -b missing node terrorists -b missing node licking -b missing node planet -b missing node overdraft -b missing node fords -b missing node pitfalls -b missing node uniqueness -b missing node perspective -b missing node planer -b missing node planes -b missing node foes -b missing node blenders -b missing node gotten -b missing node fores -b missing node squishier -b missing node kickbacks -b missing node bezils -b missing node tearstain -b missing node reigned -b missing node annuity -b missing node jumpable -b missing node glottologies -b missing node malocclusions -b missing node fogs -b missing node quahog -b missing node leech -b missing node cryogen -b missing node forge -b missing node fogy -b missing node amplify -b missing node chanticleers -b missing node vexers -b missing node colonize -b missing node bodyworks -b missing node forgo -b missing node imbibers -b missing node electorally -b missing node pistons -b missing node alembics -b missing node inspirers -b missing node drogue -b missing node biohazard -b missing node agonized -b missing node strenuously -b missing node krafts -b missing node lancets -b missing node inshrining -b missing node desperate -b missing node embanks -b missing node backyard -b missing node subcompacts -b missing node disfavor -b missing node horologist -b missing node digitalization -b missing node segregative -b missing node heritor -b missing node ragman -b missing node influents -b missing node cytological -b missing node agonizes -b missing node reconfirmation -b missing node spellbinders -b missing node foam -b missing node foal -b missing node nonnatural -b missing node unbroken -b missing node lancers -b missing node effendi -b missing node corbels -b missing node foray -b missing node pictorially -b missing node fobs -b missing node hiring -b missing node foci -b missing node straddling -b missing node taperer -b missing node parboiling -b missing node buckleless -b missing node unzealously -b missing node tapered -b missing node draftees -b missing node force -b missing node deliriously -b missing node restudied -b missing node waysides -b missing node palliatively -b missing node refutations -b missing node influenza -b missing node restudies -b missing node gangers -b missing node ignominy -b missing node required -b missing node restlessness -b missing node harpooning -b missing node affectively -b missing node gigging -b missing node emirate -b missing node capybara -b missing node requirer -b missing node requires -b missing node moots -b missing node biasses -b missing node ukulele -b missing node enchanted -b missing node squishing -b missing node colonist -b missing node enchanter -b missing node uninspiringly -b missing node membranes -b missing node payability -b missing node ribaldry -b missing node colonise -b missing node scabbarded -b missing node eradicators -b missing node drabbets -b missing node reversibility -b missing node embarkation -b missing node ragmen -b missing node eponymic -b missing node dateless -b missing node vouchees -b missing node impieties -b missing node moose -b missing node furthermost -b missing node inducers -b missing node arhats -b missing node moory -b missing node illuminate -b missing node postfix -b missing node wagering -b missing node oatmeal -b missing node odeon -b missing node drabbest -b missing node moors -b missing node jottings -b missing node moore -b missing node cosignatories -b missing node waterfalls -b missing node unassigned -b missing node brassie -b missing node patchiness -b missing node impairers -b missing node modularity -b missing node veinings -b missing node wildering -b missing node frowzy -b missing node emanators -b missing node backfire -b missing node middlemost -b missing node cardinal -b missing node bowses -b missing node canter -b missing node mayors -b missing node jupiter -b missing node defrock -b missing node canted -b missing node foolisher -b missing node bowsed -b missing node complected -b missing node cardiotherapy -b missing node splatter -b missing node negligee -b missing node plants -b missing node sloggers -b missing node suavely -b missing node genotype -b missing node sapless -b missing node wirepulling -b missing node pogrom -b missing node encages -b missing node moons -b missing node mollies -b missing node topology -b missing node coopering -b missing node moony -b missing node encaged -b missing node medially -b missing node wrinkly -b missing node bagasse -b missing node wrinkle -b missing node aspic -b missing node tipcat -b missing node postern -b missing node banishments -b missing node posters -b missing node zigging -b missing node bouncing -b missing node coacher -b missing node moola -b missing node coaches -b missing node libelers -b missing node smuttier -b missing node proctorship -b missing node mislabelled -b missing node weighmaster -b missing node vastness -b missing node overdraws -b missing node disfunction -b missing node friarly -b missing node relearn -b missing node bottommost -b missing node overdrawn -b missing node wormer -b missing node specular -b missing node tangibly -b missing node pawnshop -b missing node propositions -b missing node connotations -b missing node inbound -b missing node referenda -b missing node longbows -b missing node tangible -b missing node hallmarks -b missing node desperado -b missing node children -b missing node journalese -b missing node foolishly -b missing node bouncily -b missing node homely -b missing node canthi -b missing node readapt -b missing node dugouts -b missing node curtailing -b missing node rebuttoning -b missing node pullback -b missing node reference -b missing node cardings -b missing node pistole -b missing node derelictions -b missing node reavowed -b missing node economical -b missing node frowsy -b missing node coached -b missing node pistols -b missing node electronics -b missing node underwriters -b missing node urbanizes -b missing node convoluted -b missing node libelees -b missing node homers -b missing node grifted -b missing node rebroadens -b missing node filibustered -b missing node immortalize -b missing node swashes -b missing node urbanized -b missing node grifter -b missing node residers -b missing node filibusterer -b missing node vivendi -b missing node ranchman -b missing node obstacles -b missing node wiseness -b missing node scenting -b missing node precedentless -b missing node execration -b missing node assignments -b missing node releasability -b missing node witlessness -b missing node appreciators -b missing node daylilies -b missing node cockatoos -b missing node engrailed -b missing node caltrop -b missing node abandonments -b missing node appreciatory -b missing node nonprotective -b missing node backfill -b missing node laryngeal -b missing node eluviating -b missing node serpent -b missing node abattoirs -b missing node nonprejudicially -b missing node wormed -b missing node planks -b missing node swashed -b missing node anklebones -b missing node conformational -b missing node orbitals -b missing node highlander -b missing node friendly -b missing node farriers -b missing node swasher -b missing node factual -b missing node underpinnings -b missing node farriery -b missing node quails -b missing node cantle -b missing node recreations -b missing node vaned -b missing node embordered -b missing node brasses -b missing node moods -b missing node oracularly -b missing node moseys -b missing node frowns -b missing node biophysicists -b missing node olibanums -b missing node ledge -b missing node resident -b missing node concretely -b missing node vanes -b missing node slewing -b missing node ledgy -b missing node partnered -b missing node ascertaining -b missing node situations -b missing node volplaning -b missing node evanishes -b missing node stronger -b missing node motoric -b missing node mollify -b missing node ranchmen -b missing node picture -b missing node vouchers -b missing node nutrition -b missing node charnel -b missing node mooed -b missing node suctions -b missing node moody -b missing node outstretch -b missing node stairways -b missing node immortality -b missing node idahoans -b missing node reseals -b missing node ravenously -b missing node mayorship -b missing node evanished -b missing node dispensaries -b missing node drenching -b missing node overdrank -b missing node sulpha -b missing node execrating -b missing node uncompetitive -b missing node cantos -b missing node saber -b missing node gleamiest -b missing node eschew -b missing node oxen -b missing node bouncier -b missing node canton -b missing node mooch -b missing node cantor -b missing node oxes -b missing node repousses -b missing node grandsirs -b missing node comebacks -b missing node bunker -b missing node bullshit -b missing node swizzling -b missing node stylizers -b missing node fiberizes -b missing node bunked -b missing node ravage -b missing node ritard -b missing node intoxications -b missing node terrines -b missing node vocalized -b missing node blowing -b missing node nutritive -b missing node valor -b missing node reclaiming -b missing node vocalizer -b missing node speculum -b missing node endogamy -b missing node gallows -b missing node vocalizes -b missing node blithe -b missing node reduplicatively -b missing node choirs -b missing node motored -b missing node adaptively -b missing node repeating -b missing node clientless -b missing node oddly -b missing node painting -b missing node sable -b missing node workload -b missing node honduran -b missing node kayoed -b missing node honduras -b missing node availabilities -b missing node routemen -b missing node praying -b missing node sesames -b missing node gristlier -b missing node kayoes -b missing node yids -b missing node canadianisms -b missing node trawler -b missing node harbingers -b missing node encounterers -b missing node loofahs -b missing node reproductively -b missing node misdirecting -b missing node disturbed -b missing node exploring -b missing node caesareans -b missing node misintelligence -b missing node holocene -b missing node dacoit -b missing node buoyant -b missing node nonradioactive -b missing node sabot -b missing node amphibian -b missing node integrating -b missing node conformations -b missing node perhapses -b missing node katharine -b missing node trawled -b missing node cursiveness -b missing node disturber -b missing node odder -b missing node corduroys -b missing node poise -b missing node reseats -b missing node sensation -b missing node skeptic -b missing node acquirement -b missing node rezoning -b missing node integration -b missing node shamans -b missing node degrease -b missing node shunpikers -b missing node skinless -b missing node quaint -b missing node routeman -b missing node sensating -b missing node twistings -b missing node fiberized -b missing node springers -b missing node zymurgy -b missing node margins -b missing node suavest -b missing node uprooter -b missing node monoploid -b missing node gallons -b missing node footings -b missing node metatarsi -b missing node sabra -b missing node caltrap -b missing node parmesan -b missing node rehandled -b missing node rodder -b missing node poachiest -b missing node unworkably -b missing node hospitably -b missing node splenic -b missing node formfeeds -b missing node kitharas -b missing node unworkable -b missing node rehandles -b missing node hospitable -b missing node debriefed -b missing node kinescope -b missing node aigrette -b missing node hoodooing -b missing node firefanged -b missing node commissar -b missing node galloot -b missing node burgling -b missing node ballooned -b missing node distrusts -b missing node autarky -b missing node uprooted -b missing node month -b missing node ballooner -b missing node rodded -b missing node streamlet -b missing node liberalities -b missing node picadores -b missing node utmost -b missing node arrantly -b missing node palefaces -b missing node unbleached -b missing node demountable -b missing node deepness -b missing node realest -b missing node tourers -b missing node handbags -b missing node saddening -b missing node ayes -b missing node valva -b missing node surplices -b missing node complexness -b missing node subpenas -b missing node tappings -b missing node additional -b missing node valve -b missing node unhardened -b missing node cowers -b missing node biorhythm -b missing node misdirection -b missing node liftoff -b missing node cohabit -b missing node portages -b missing node smuttily -b missing node resettled -b missing node accountability -b missing node uptight -b missing node deflators -b missing node instigate -b missing node footfalls -b missing node value -b missing node portaged -b missing node resettles -b missing node affidavit -b missing node achieves -b missing node oppositional -b missing node buoyage -b missing node loophole -b missing node achiever -b missing node raglan -b missing node attestator -b missing node approvals -b missing node curlings -b missing node excogitating -b missing node unexplained -b missing node crowning -b missing node laurelled -b missing node gapingly -b missing node fictionalize -b missing node gallops -b missing node monte -b missing node suspecter -b missing node sweetness -b missing node smutting -b missing node achieved -b missing node deringer -b missing node ladylike -b missing node zippier -b missing node jabberers -b missing node handball -b missing node ayah -b missing node misidentifications -b missing node wackiness -b missing node valse -b missing node refreezing -b missing node transcribe -b missing node dormer -b missing node offerable -b missing node saxony -b missing node saxons -b missing node garrets -b missing node copyreader -b missing node suspected -b missing node cladding -b missing node musculature -b missing node caballing -b missing node reweds -b missing node wordbook -b missing node pontifically -b missing node preregisters -b missing node lingerie -b missing node veterinaries -b missing node infuriatingly -b missing node suburban -b missing node timberlands -b missing node substratum -b missing node gipsying -b missing node bunkum -b missing node joshers -b missing node upstroke -b missing node regainers -b missing node rumpuses -b missing node zealous -b missing node owns -b missing node lachrymation -b missing node proverbed -b missing node woodworms -b missing node chaplets -b missing node choice -b missing node detests -b missing node immunological -b missing node gaels -b missing node absolutism -b missing node lashings -b missing node shiftiness -b missing node absolutist -b missing node editorializing -b missing node apathies -b missing node lingered -b missing node baleens -b missing node monsignori -b missing node zealots -b missing node frighted -b missing node monos -b missing node lingerer -b missing node frighten -b missing node foxy -b missing node brokers -b missing node bantered -b missing node dixieland -b missing node bloodroot -b missing node puffed -b missing node abridgments -b missing node banterer -b missing node mights -b missing node owls -b missing node mosaics -b missing node overladen -b missing node enamellers -b missing node overlades -b missing node beefsteak -b missing node veterinarian -b missing node puffer -b missing node soundproofing -b missing node monsignors -b missing node actualize -b missing node fowl -b missing node establishments -b missing node leery -b missing node overladed -b missing node slackening -b missing node hybrids -b missing node thwarts -b missing node leers -b missing node whitehall -b missing node petrel -b missing node militia -b missing node suburbed -b missing node arcuate -b missing node thinkers -b missing node blackeners -b missing node forum -b missing node bemoaned -b missing node suburbia -b missing node expelling -b missing node portability -b missing node aphrodisiac -b missing node sanguinary -b missing node retransferred -b missing node magisterialness -b missing node four -b missing node foul -b missing node bunkos -b missing node jargoned -b missing node disengaging -b missing node leipzig -b missing node forts -b missing node chambermaids -b missing node ethologies -b missing node forty -b missing node monks -b missing node mighty -b missing node waylaying -b missing node forth -b missing node forte -b missing node engirdles -b missing node mondo -b missing node paintier -b missing node monde -b missing node blowier -b missing node engirdled -b missing node larboard -b missing node puffin -b missing node fork -b missing node laminae -b missing node form -b missing node arborist -b missing node tetchier -b missing node calkers -b missing node trashiest -b missing node fort -b missing node laminal -b missing node laminas -b missing node laminar -b missing node joisting -b missing node acropolises -b missing node charmed -b missing node reconcentrate -b missing node forefathers -b missing node niacin -b missing node charmer -b missing node spaying -b missing node incensing -b missing node longboat -b missing node noncollapsable -b missing node money -b missing node fore -b missing node ford -b missing node fora -b missing node hogweeds -b missing node fops -b missing node owes -b missing node point -b missing node slatier -b missing node geomorphology -b missing node owed -b missing node transcript -b missing node foot -b missing node pythons -b missing node fool -b missing node upsurge -b missing node integrative -b missing node woodworks -b missing node hording -b missing node leeks -b missing node unwholesomely -b missing node postboys -b missing node font -b missing node uncontaminated -b missing node relinquishments -b missing node food -b missing node monad -b missing node racialists -b missing node mergansers -b missing node poilu -b missing node delirium -b missing node blarneys -b missing node absolution -b missing node insurability -b missing node tetchily -b missing node impermanence -b missing node fond -b missing node comported -b missing node actuality -b missing node sacks -b missing node arborize -b missing node forms -b missing node maypop -b missing node folk -b missing node consolatory -b missing node lividly -b missing node fold -b missing node tricentennial -b missing node forma -b missing node reweld -b missing node curvedly -b missing node gunrunning -b missing node axon -b missing node shortcomings -b missing node engramme -b missing node blackjacks -b missing node slanting -b missing node deemphasizing -b missing node didactically -b missing node urologists -b missing node macromania -b missing node vacuousness -b missing node sutras -b missing node susurruses -b missing node libellant -b missing node dayroom -b missing node empalers -b missing node pricker -b missing node blithered -b missing node pricked -b missing node expanders -b missing node delousing -b missing node poodles -b missing node shamble -b missing node whets -b missing node sanctuary -b missing node demander -b missing node raticides -b missing node gable -b missing node drillers -b missing node garlicky -b missing node doggers -b missing node serfdoms -b missing node gangplanks -b missing node demanded -b missing node doggery -b missing node aggress -b missing node flavonoid -b missing node prospects -b missing node willingly -b missing node delusive -b missing node afterlives -b missing node instigatingly -b missing node cosmology -b missing node dominoes -b missing node mover -b missing node moves -b missing node yeti -b missing node precedent -b missing node requites -b missing node herbivorously -b missing node consumer -b missing node consumes -b missing node consumed -b missing node magnets -b missing node skinks -b missing node requiter -b missing node magneto -b missing node requited -b missing node attainers -b missing node rebroaden -b missing node dissolving -b missing node veeringly -b missing node canvas -b missing node creche -b missing node miotic -b missing node gabon -b missing node byway -b missing node codpiece -b missing node wheys -b missing node linking -b missing node watchmakers -b missing node olympic -b missing node tutelage -b missing node frozen -b missing node putative -b missing node hanker -b missing node vamoose -b missing node olympia -b missing node preadjusts -b missing node proofs -b missing node bubbled -b missing node tincture -b missing node bondwomen -b missing node absolvers -b missing node zitherist -b missing node computerese -b missing node ladlefuls -b missing node yews -b missing node bubbles -b missing node bubbler -b missing node dapperly -b missing node whews -b missing node accelerator -b missing node trappings -b missing node diffidence -b missing node moved -b missing node inurn -b missing node indefiniteness -b missing node squinches -b missing node hanked -b missing node adroit -b missing node feudatories -b missing node squinched -b missing node inure -b missing node rockroses -b missing node postfaces -b missing node prickle -b missing node flayer -b missing node bimetallic -b missing node biaxal -b missing node requital -b missing node georgians -b missing node canalizing -b missing node miserly -b missing node prickly -b missing node whens -b missing node suborder -b missing node outworks -b missing node scallopers -b missing node recessionals -b missing node flayed -b missing node assortment -b missing node burglary -b missing node lifeless -b missing node subsoils -b missing node readdicted -b missing node burglars -b missing node bondwoman -b missing node transgressor -b missing node whelm -b missing node whelk -b missing node ganymede -b missing node ineffectual -b missing node skimpily -b missing node whelp -b missing node olympus -b missing node hackney -b missing node consults -b missing node quakiest -b missing node movie -b missing node enhancement -b missing node skimping -b missing node squelch -b missing node stubbliest -b missing node crowsteps -b missing node nutpick -b missing node unshackles -b missing node animated -b missing node ramification -b missing node where -b missing node unrenewed -b missing node tollbars -b missing node unshackled -b missing node caparison -b missing node systemize -b missing node durums -b missing node animater -b missing node animates -b missing node dapperer -b missing node underdrawers -b missing node patents -b missing node unswathe -b missing node pipetting -b missing node mohawks -b missing node petrography -b missing node fantails -b missing node sparsities -b missing node flavonols -b missing node recordable -b missing node hallooing -b missing node ganglia -b missing node retorting -b missing node suzerainty -b missing node pistils -b missing node frying -b missing node demineralizing -b missing node foremasts -b missing node impenitence -b missing node expressways -b missing node scouted -b missing node tutelary -b missing node rulers -b missing node ceramicist -b missing node uglifiers -b missing node snuffs -b missing node eikon -b missing node retorts -b missing node snuffy -b missing node barratry -b missing node vernacularly -b missing node yeah -b missing node yeas -b missing node year -b missing node muffin -b missing node unauthenticated -b missing node chidingly -b missing node underdeveloped -b missing node accoutering -b missing node scouter -b missing node subnormally -b missing node chanters -b missing node spearfish -b missing node exclaimed -b missing node adorners -b missing node exclaimer -b missing node senhores -b missing node wantoners -b missing node shucks -b missing node ciliates -b missing node annular -b missing node vitaminization -b missing node regulars -b missing node mound -b missing node borough -b missing node liviers -b missing node iraqis -b missing node muffle -b missing node redividing -b missing node mount -b missing node wireworm -b missing node transplants -b missing node wirework -b missing node fakeries -b missing node syrinxes -b missing node kudzu -b missing node foresightedly -b missing node ghouls -b missing node cosponsoring -b missing node staling -b missing node reordered -b missing node kindlers -b missing node muffed -b missing node fossa -b missing node billycan -b missing node lempira -b missing node impecuniously -b missing node fosse -b missing node nonmystically -b missing node gladsome -b missing node mouth -b missing node redevelopers -b missing node valet -b missing node kilning -b missing node concordance -b missing node noncentrally -b missing node vales -b missing node regulate -b missing node valid -b missing node mouse -b missing node salesrooms -b missing node girthed -b missing node pronto -b missing node yegg -b missing node objurgations -b missing node throwers -b missing node serigrapher -b missing node dodoes -b missing node kudus -b missing node annulet -b missing node annuler -b missing node disappoints -b missing node mousy -b missing node harsher -b missing node mourn -b missing node cytoplasmic -b missing node harshen -b missing node concave -b missing node animator -b missing node concavo -b missing node endocrine -b missing node performances -b missing node escarp -b missing node antipodeans -b missing node slushed -b missing node escars -b missing node slushes -b missing node towards -b missing node dinguses -b missing node folioed -b missing node segregates -b missing node depravities -b missing node ohioans -b missing node involvements -b missing node plaining -b missing node jingoisms -b missing node charnels -b missing node unaltered -b missing node gabby -b missing node sonnets -b missing node conclusion -b missing node pistoling -b missing node wetted -b missing node instrumentary -b missing node spinneret -b missing node escape -b missing node prongs -b missing node attitude -b missing node aztecan -b missing node blowgun -b missing node starting -b missing node chatelaines -b missing node wetter -b missing node smother -b missing node stereos -b missing node crowfeet -b missing node centralization -b missing node connivery -b missing node segregated -b missing node witcheries -b missing node quakes -b missing node quaker -b missing node colonization -b missing node justiceship -b missing node jitters -b missing node chanteys -b missing node skimps -b missing node successfully -b missing node connivers -b missing node quaked -b missing node realizable -b missing node arraign -b missing node jittery -b missing node accelerates -b missing node superintending -b missing node skimpy -b missing node unobtruding -b missing node hogsheads -b missing node accelerated -b missing node foreboded -b missing node castanet -b missing node upbringing -b missing node impearls -b missing node baseboards -b missing node foreboder -b missing node forebodes -b missing node ruffled -b missing node porpoises -b missing node sunbeams -b missing node coward -b missing node reportable -b missing node yelp -b missing node blunders -b missing node rotund -b missing node maliciously -b missing node yell -b missing node ciliated -b missing node ruffler -b missing node ruffles -b missing node sahib -b missing node seducers -b missing node jingoists -b missing node conclusive -b missing node witched -b missing node wabbles -b missing node gelling -b missing node bistable -b missing node rabelais -b missing node beheading -b missing node skeleton -b missing node oracle -b missing node bowknots -b missing node wabbled -b missing node satyric -b missing node satyrid -b missing node witches -b missing node wabbler -b missing node whammed -b missing node yens -b missing node entombed -b missing node pompano -b missing node senhoras -b missing node enlarge -b missing node kabukis -b missing node enviously -b missing node mycelial -b missing node fleetest -b missing node dominie -b missing node desolations -b missing node fret -b missing node miosis -b missing node midranges -b missing node stellify -b missing node free -b missing node saids -b missing node fred -b missing node mastications -b missing node lactating -b missing node monumentally -b missing node brigandage -b missing node chaotically -b missing node draggling -b missing node repaired -b missing node copyrights -b missing node geiger -b missing node adumbrate -b missing node editor -b missing node chinooks -b missing node scenario -b missing node repairer -b missing node instrumental -b missing node kiters -b missing node eroses -b missing node burgeoning -b missing node vocalisms -b missing node recompounded -b missing node renotified -b missing node unsaved -b missing node cryonic -b missing node gallied -b missing node terminally -b missing node cruxes -b missing node cellarer -b missing node renotifies -b missing node cellaret -b missing node refund -b missing node blackthorns -b missing node sphygmometer -b missing node gallies -b missing node excising -b missing node beebread -b missing node earthmoving -b missing node frau -b missing node flappable -b missing node fray -b missing node birchism -b missing node annulus -b missing node garrisoning -b missing node friz -b missing node piaster -b missing node quintiles -b missing node buoyancy -b missing node birching -b missing node resetters -b missing node frig -b missing node dealerships -b missing node buoyance -b missing node engirding -b missing node manually -b missing node instrumented -b missing node festered -b missing node excision -b missing node leanness -b missing node trinities -b missing node overexerts -b missing node mumbled -b missing node tellurium -b missing node antidotally -b missing node metamorphosing -b missing node molestation -b missing node gruelings -b missing node mumbles -b missing node mumbler -b missing node isologs -b missing node dualize -b missing node teratologist -b missing node gutting -b missing node pentagonal -b missing node flaxen -b missing node mignon -b missing node savourers -b missing node voraciously -b missing node agrarianism -b missing node vocalists -b missing node flaxes -b missing node moues -b missing node dualist -b missing node aughts -b missing node insignia -b missing node dualism -b missing node piastre -b missing node reawakenings -b missing node cassette -b missing node fouls -b missing node comfortingly -b missing node getable -b missing node duality -b missing node rankest -b missing node remandment -b missing node flaggers -b missing node peavies -b missing node surveyors -b missing node galling -b missing node overmaster -b missing node pekans -b missing node purring -b missing node surffish -b missing node tableland -b missing node matting -b missing node rankers -b missing node bracero -b missing node unexpected -b missing node refuel -b missing node bracers -b missing node heathiest -b missing node knaveries -b missing node unconstitutional -b missing node deterrers -b missing node mattins -b missing node edited -b missing node pensioned -b missing node tumulus -b missing node discomposure -b missing node troubleshooter -b missing node analytically -b missing node socially -b missing node miniatures -b missing node differ -b missing node driftages -b missing node pensioner -b missing node axemen -b missing node pensiones -b missing node alarums -b missing node beaufort -b missing node intensifiers -b missing node tumults -b missing node domines -b missing node refuge -b missing node curricula -b missing node hotnesses -b missing node fornicate -b missing node balminess -b missing node disloyalties -b missing node flapless -b missing node abasers -b missing node cellared -b missing node talcums -b missing node prenticing -b missing node frog -b missing node moult -b missing node from -b missing node enamelled -b missing node guttier -b missing node oralities -b missing node unplaced -b missing node frow -b missing node mould -b missing node felinity -b missing node disarmament -b missing node deterrent -b missing node unassessed -b missing node dwellings -b missing node enameller -b missing node prescribable -b missing node arrivers -b missing node bacons -b missing node outreach -b missing node fount -b missing node tumbrils -b missing node jabots -b missing node departing -b missing node culottes -b missing node janitors -b missing node bouncingly -b missing node found -b missing node nonmetallic -b missing node almonry -b missing node saith -b missing node calories -b missing node reformatted -b missing node benignancy -b missing node climates -b missing node arthritis -b missing node thereinafter -b missing node capablest -b missing node outlasting -b missing node stinkers -b missing node harrison -b missing node secondhand -b missing node mintiest -b missing node verdantly -b missing node singhalese -b missing node wheel -b missing node coalitioner -b missing node accessoriness -b missing node seacraft -b missing node prohibit -b missing node arthritic -b missing node impartially -b missing node motor -b missing node dunghills -b missing node haywires -b missing node resounding -b missing node rehydrating -b missing node gallium -b missing node degraders -b missing node selfed -b missing node distantly -b missing node leafier -b missing node qualmy -b missing node raging -b missing node freshness -b missing node dorsal -b missing node prompt -b missing node pudendum -b missing node qualms -b missing node reposing -b missing node honourer -b missing node solicitor -b missing node reenlighten -b missing node numbering -b missing node honoured -b missing node rotted -b missing node indirections -b missing node rotten -b missing node unreturned -b missing node lavender -b missing node dawdles -b missing node climatal -b missing node rotter -b missing node emigrate -b missing node dawdler -b missing node trimarans -b missing node imbibing -b missing node dawdled -b missing node reenlighted -b missing node rumblers -b missing node addressers -b missing node coalitional -b missing node gullable -b missing node wondrous -b missing node gullably -b missing node serendipitous -b missing node consent -b missing node seediness -b missing node crimpers -b missing node libelants -b missing node muscular -b missing node misconduct -b missing node grandpas -b missing node bonhomie -b missing node skills -b missing node forehooves -b missing node crease -b missing node satiate -b missing node misbehave -b missing node leafing -b missing node arsenous -b missing node shuddered -b missing node creasy -b missing node pediatrics -b missing node systemics -b missing node horsiest -b missing node massacred -b missing node sails -b missing node create -b missing node bonder -b missing node degeneracies -b missing node televiews -b missing node motto -b missing node bonded -b missing node frenetic -b missing node bumkins -b missing node thiamins -b missing node pointedness -b missing node scrimmages -b missing node eggplant -b missing node primming -b missing node scrimmaged -b missing node massacrer -b missing node mattocks -b missing node massacres -b missing node honorariums -b missing node cowboy -b missing node tangiest -b missing node delays -b missing node dismalest -b missing node unsoundest -b missing node saint -b missing node tingliest -b missing node thiamine -b missing node dominos -b missing node corrects -b missing node ajiva -b missing node disobeying -b missing node interposition -b missing node conferee -b missing node climatic -b missing node internally -b missing node gourami -b missing node flippancies -b missing node traduce -b missing node conservancy -b missing node relinquishers -b missing node extemporizes -b missing node parallels -b missing node pipelining -b missing node hampshire -b missing node mulattos -b missing node frag -b missing node kraken -b missing node righteous -b missing node ghanaians -b missing node dominus -b missing node fighting -b missing node groined -b missing node palace -b missing node frat -b missing node lactation -b missing node clambering -b missing node calorics -b missing node lustering -b missing node tzars -b missing node deferent -b missing node totalizator -b missing node gazing -b missing node extemporized -b missing node electorate -b missing node solicited -b missing node wheal -b missing node uruguayans -b missing node wheat -b missing node continuo -b missing node creamy -b missing node chillums -b missing node creams -b missing node madeiras -b missing node continua -b missing node insomuch -b missing node baldpates -b missing node continue -b missing node emigrant -b missing node patency -b missing node colewort -b missing node suttas -b missing node suchlike -b missing node ecocide -b missing node nowheres -b missing node bouncers -b missing node chewed -b missing node uptilts -b missing node stolonic -b missing node leasable -b missing node heptarch -b missing node creels -b missing node stators -b missing node ethanol -b missing node showgirls -b missing node deservingly -b missing node consign -b missing node pneuma -b missing node blowfly -b missing node brooklyn -b missing node scariness -b missing node caseworkers -b missing node hackled -b missing node realities -b missing node seditionists -b missing node coupling -b missing node debugs -b missing node hackler -b missing node hackles -b missing node laureate -b missing node wrongfully -b missing node geysers -b missing node madly -b missing node distincter -b missing node chewer -b missing node opposites -b missing node possessiveness -b missing node pillories -b missing node hamburg -b missing node bickerers -b missing node rigadoon -b missing node disemboweling -b missing node salubrious -b missing node stinking -b missing node pilloried -b missing node bavarian -b missing node monogamistic -b missing node wardens -b missing node reengages -b missing node impairing -b missing node hominy -b missing node reengaged -b missing node almoner -b missing node wrenching -b missing node founded -b missing node bonged -b missing node fovea -b missing node suttee -b missing node plaits -b missing node founder -b missing node creepy -b missing node slaters -b missing node unplanned -b missing node breasted -b missing node creeps -b missing node instr -b missing node almonds -b missing node zinkify -b missing node gearshift -b missing node colonels -b missing node homing -b missing node scavenges -b missing node scavenger -b missing node mountable -b missing node sturdiest -b missing node relinquishing -b missing node vulpine -b missing node reseeds -b missing node homily -b missing node binderies -b missing node benzoates -b missing node mishandling -b missing node refiltering -b missing node mulcting -b missing node reconciliator -b missing node baulkiest -b missing node prearmed -b missing node menhaden -b missing node scavenged -b missing node nipponese -b missing node peccary -b missing node forgetfully -b missing node consorting -b missing node rejectees -b missing node aggregates -b missing node decalcify -b missing node handouts -b missing node odium -b missing node madre -b missing node lecturing -b missing node nationalize -b missing node overdress -b missing node aggregated -b missing node warders -b missing node carburizes -b missing node insignias -b missing node snugly -b missing node appose -b missing node teahouses -b missing node endeavoured -b missing node nongregarious -b missing node genomic -b missing node creeds -b missing node reconciliated -b missing node precontrives -b missing node airtight -b missing node modernistic -b missing node precontrived -b missing node reinterpreted -b missing node sergeantcy -b missing node carburized -b missing node philandering -b missing node inducing -b missing node moths -b missing node reactionary -b missing node mothy -b missing node profaners -b missing node topless -b missing node subvocal -b missing node stinkier -b missing node distinctly -b missing node motif -b missing node ethanes -b missing node torquers -b missing node interbranch -b missing node effectually -b missing node addressees -b missing node nunquam -b missing node debunk -b missing node dustheap -b missing node motey -b missing node motes -b missing node motet -b missing node skyjacked -b missing node wifely -b missing node memorabilia -b missing node southpaws -b missing node dewdrop -b missing node mannishly -b missing node homier -b missing node editorializers -b missing node consist -b missing node charred -b missing node peccavi -b missing node gerontic -b missing node genomes -b missing node podia -b missing node boughed -b missing node spellbinding -b missing node grapefruit -b missing node skyjacker -b missing node adieux -b missing node corrigibility -b missing node startled -b missing node hubbies -b missing node smilingly -b missing node startles -b missing node spirochete -b missing node startler -b missing node creeks -b missing node bateau -b missing node leaflet -b missing node misgivings -b missing node civitas -b missing node wangler -b missing node wangles -b missing node notwithstanding -b missing node motel -b missing node generations -b missing node papoose -b missing node wangled -b missing node achiness -b missing node adieus -b missing node overestimate -b missing node inspectorial -b missing node complaining -b missing node dateline -b missing node gudgeon -b missing node reapplication -b missing node axeman -b missing node torpor -b missing node fishtails -b missing node broidered -b missing node charros -b missing node untruthfulness -b missing node faired -b missing node reinter -b missing node terrains -b missing node knockoff -b missing node libeling -b missing node fairer -b missing node examples -b missing node geegaws -b missing node peelable -b missing node habanera -b missing node exhibitant -b missing node subindexes -b missing node exampled -b missing node envisages -b missing node consortium -b missing node vindicative -b missing node mackinaws -b missing node smugness -b missing node interrace -b missing node heralds -b missing node decentralizes -b missing node tastefulness -b missing node bracelets -b missing node bongos -b missing node vermonters -b missing node podgy -b missing node envisaged -b missing node brooklet -b missing node decentralized -b missing node tokenisms -b missing node flavoury -b missing node classically -b missing node flavours -b missing node talmudist -b missing node anointers -b missing node profanely -b missing node fours -b missing node greenly -b missing node carbarn -b missing node select -b missing node vehement -b missing node oviparously -b missing node prolog -b missing node limerick -b missing node chocks -b missing node pacifiable -b missing node lifting -b missing node genghis -b missing node mosks -b missing node profiling -b missing node trinidad -b missing node typesetter -b missing node fitfully -b missing node disembowels -b missing node completeness -b missing node calendared -b missing node nationalist -b missing node foresting -b missing node symbolical -b missing node artemis -b missing node nationalism -b missing node frug -b missing node teratologies -b missing node thurifers -b missing node percentage -b missing node divinize -b missing node curatorial -b missing node pounder -b missing node inquiring -b missing node trooping -b missing node debuts -b missing node nationality -b missing node pounded -b missing node emotionalism -b missing node bacillus -b missing node connectively -b missing node containerized -b missing node vouching -b missing node prolix -b missing node flaunts -b missing node interlining -b missing node flaunty -b missing node emotionalist -b missing node effendis -b missing node homebreds -b missing node vindication -b missing node emotionality -b missing node unbinding -b missing node corrosively -b missing node amativeness -b missing node improvements -b missing node containerizes -b missing node baaing -b missing node bytes -b missing node serializes -b missing node libelist -b missing node tenability -b missing node torpid -b missing node vindicating -b missing node dryable -b missing node fairly -b missing node efflux -b missing node semiyearly -b missing node serialized -b missing node barkless -b missing node rerecord -b missing node inset -b missing node basseted -b missing node mormons -b missing node platypus -b missing node likeable -b missing node ghosts -b missing node ghosty -b missing node outflank -b missing node isthmian -b missing node civisms -b missing node disentitling -b missing node painters -b missing node sulphurs -b missing node decouple -b missing node sulphury -b missing node proles -b missing node liaise -b missing node greener -b missing node unskillfully -b missing node residing -b missing node fillmore -b missing node unprepossessing -b missing node kerchief -b missing node sullen -b missing node greened -b missing node mosts -b missing node mosaic -b missing node prominences -b missing node madam -b missing node passionate -b missing node knockout -b missing node safes -b missing node sergeantships -b missing node safer -b missing node deportation -b missing node mossy -b missing node emotionalize -b missing node laplander -b missing node inkstand -b missing node preachy -b missing node inquiries -b missing node congeals -b missing node blowers -b missing node greasiest -b missing node confusional -b missing node roomettes -b missing node adopting -b missing node importable -b missing node randomize -b missing node avianize -b missing node salsify -b missing node yenned -b missing node risotto -b missing node ejecting -b missing node pantheists -b missing node achieving -b missing node flabbily -b missing node fowls -b missing node adjunctly -b missing node corkwood -b missing node fleabite -b missing node macks -b missing node divining -b missing node pharisaical -b missing node streusel -b missing node oversubscription -b missing node xeroxing -b missing node approvers -b missing node liquefacient -b missing node hackmen -b missing node zestfulness -b missing node machs -b missing node leave -b missing node intra -b missing node immaterial -b missing node expellers -b missing node macho -b missing node philanders -b missing node sounder -b missing node adoption -b missing node ministries -b missing node misshaping -b missing node cheval -b missing node preadjustable -b missing node privater -b missing node acutes -b missing node byplay -b missing node acuter -b missing node quando -b missing node intro -b missing node sounded -b missing node flatboats -b missing node adsorbates -b missing node privates -b missing node autobuses -b missing node warships -b missing node cookout -b missing node fowlings -b missing node pannikin -b missing node uncapped -b missing node least -b missing node lostness -b missing node schoolmarm -b missing node sherbert -b missing node rethreads -b missing node cheated -b missing node seldom -b missing node siphonage -b missing node faggoting -b missing node apolitically -b missing node leary -b missing node reward -b missing node learn -b missing node poets -b missing node schoolmate -b missing node posting -b missing node accuracies -b missing node leash -b missing node rewarm -b missing node desperados -b missing node lease -b missing node credos -b missing node remember -b missing node flabbier -b missing node poesy -b missing node viaduct -b missing node rachitic -b missing node ejection -b missing node margent -b missing node milliohms -b missing node madeira -b missing node embolisms -b missing node sherbets -b missing node chromatographic -b missing node fierceness -b missing node workdays -b missing node fictions -b missing node miriness -b missing node rewash -b missing node submersible -b missing node refusing -b missing node halitosis -b missing node leaps -b missing node sagas -b missing node rejoinders -b missing node leapt -b missing node prounion -b missing node egger -b missing node gearings -b missing node maced -b missing node cheater -b missing node egged -b missing node murexes -b missing node rachitis -b missing node debtee -b missing node nonwhites -b missing node macer -b missing node maces -b missing node employment -b missing node adoptive -b missing node reseller -b missing node ferlies -b missing node reexaminations -b missing node puberties -b missing node mosey -b missing node macro -b missing node unclasped -b missing node cobaltic -b missing node foreruns -b missing node rockfalls -b missing node debtor -b missing node boners -b missing node cinches -b missing node inheres -b missing node anarchies -b missing node epigrammatic -b missing node padishahs -b missing node reality -b missing node miscuing -b missing node phonogrammic -b missing node pressing -b missing node cinched -b missing node biting -b missing node thinking -b missing node studiers -b missing node inhered -b missing node incision -b missing node episcopalian -b missing node semester -b missing node scraggy -b missing node pernicious -b missing node blackening -b missing node dereliction -b missing node horseshoe -b missing node fermentations -b missing node serigraph -b missing node implausibleness -b missing node realist -b missing node maidenly -b missing node lightering -b missing node realism -b missing node realise -b missing node formalistically -b missing node grooving -b missing node blanching -b missing node visitations -b missing node harshly -b missing node hypoing -b missing node girting -b missing node avowedly -b missing node overkills -b missing node restlessly -b missing node charitableness -b missing node realize -b missing node clothesline -b missing node despatch -b missing node fondling -b missing node fucking -b missing node slogging -b missing node poems -b missing node imbalances -b missing node disburden -b missing node credit -b missing node suture -b missing node mycelium -b missing node cannonading -b missing node fleeting -b missing node uninterrupted -b missing node inherit -b missing node liquid -b missing node wobbler -b missing node hornpipe -b missing node wobbles -b missing node kraits -b missing node inelastic -b missing node tomorrows -b missing node manufactory -b missing node auctioneer -b missing node hackman -b missing node corroboratively -b missing node deterged -b missing node divinise -b missing node oxymoron -b missing node throwing -b missing node whitehead -b missing node trendiest -b missing node unpersuaded -b missing node deterger -b missing node deterges -b missing node macle -b missing node underwriting -b missing node undistributed -b missing node incising -b missing node henbane -b missing node semipermeable -b missing node skeletal -b missing node endogeny -b missing node divinity -b missing node moses -b missing node kudos -b missing node journeyer -b missing node patella -b missing node indurated -b missing node rabbinate -b missing node defectors -b missing node slickly -b missing node elastin -b missing node exampling -b missing node giggled -b missing node ragged -b missing node giggler -b missing node indurates -b missing node knouted -b missing node leafs -b missing node foggages -b missing node foundry -b missing node leafy -b missing node giggles -b missing node bioassays -b missing node matthew -b missing node enjoinders -b missing node eavesdrops -b missing node journeyed -b missing node tramcars -b missing node aleutians -b missing node elastic -b missing node customarily -b missing node polygamists -b missing node shrimpers -b missing node sixteenths -b missing node groovier -b missing node quants -b missing node professionalists -b missing node pincushions -b missing node sensoria -b missing node extrudes -b missing node hodads -b missing node extruder -b missing node servings -b missing node leads -b missing node moron -b missing node quanti -b missing node abrasives -b missing node leady -b missing node tradeable -b missing node cuirassed -b missing node medullary -b missing node morns -b missing node billowed -b missing node cortisone -b missing node cuirasses -b missing node sagos -b missing node wobbled -b missing node extruded -b missing node portable -b missing node concocted -b missing node labella -b missing node savaged -b missing node heroically -b missing node nostrums -b missing node blandishment -b missing node gorgers -b missing node disemploy -b missing node mortarboard -b missing node skimpier -b missing node attaining -b missing node savager -b missing node transgresses -b missing node savages -b missing node shorthand -b missing node harelike -b missing node schoolbag -b missing node obsoletely -b missing node quanta -b missing node however -b missing node leach -b missing node lawgiving -b missing node uninhibitedly -b missing node portably -b missing node sahara -b missing node liquor -b missing node ethnically -b missing node upkeep -b missing node gorgets -b missing node winnowing -b missing node sheering -b missing node thespians -b missing node toroid -b missing node xiphoids -b missing node incisive -b missing node transgressed -b missing node gonorrhea -b missing node administratrices -b missing node pouncer -b missing node pounces -b missing node spectrometers -b missing node nonclerically -b missing node stridency -b missing node inter -b missing node catarrhal -b missing node pounced -b missing node intel -b missing node dilatory -b missing node cripples -b missing node ejective -b missing node reendowing -b missing node slicked -b missing node dilators -b missing node suffragist -b missing node cachalot -b missing node foresails -b missing node encountering -b missing node peavey -b missing node tusches -b missing node wisterias -b missing node leant -b missing node pilsner -b missing node leans -b missing node akvavits -b missing node pedicabs -b missing node geminis -b missing node harelips -b missing node raggle -b missing node legalizations -b missing node macaw -b missing node bubbies -b missing node halitoses -b missing node pedicured -b missing node raincoat -b missing node alkalinizing -b missing node schoolboy -b missing node mileages -b missing node raptorial -b missing node sages -b missing node sager -b missing node labeler -b missing node pedicures -b missing node nontypical -b missing node windowless -b missing node equivocality -b missing node anarchist -b missing node anarchism -b missing node labeled -b missing node trailers -b missing node beetroot -b missing node bonanzas -b missing node soundly -b missing node slicker -b missing node supportless -b missing node fryers -b missing node remedying -b missing node saggy -b missing node osteitic -b missing node hankie -b missing node willinger -b missing node whereunto -b missing node osteitis -b missing node nonplussing -b missing node leaks -b missing node tripled -b missing node remonstrantly -b missing node leaky -b missing node morph -b missing node delusion -b missing node refolds -b missing node geyser -b missing node inbreeding -b missing node deliciously -b missing node sulked -b missing node triplex -b missing node sulker -b missing node triples -b missing node triplet -b missing node quavered -b missing node morse -b missing node rainwears -b missing node nonremunerative -b missing node miniature -b missing node lapful -b missing node quaverer -b missing node ytterbium -b missing node printers -b missing node printery -b missing node rejecters -b missing node skinny -b missing node rewrote -b missing node knurliest -b missing node realign -b missing node crippler -b missing node expellees -b missing node dairymaid -b missing node gravure -b missing node insinuate -b missing node fumigators -b missing node crippled -b missing node newcomer -b missing node horsepowers -b missing node yodellers -b missing node advocacy -b missing node approving -b missing node grandad -b missing node titrators -b missing node revaluated -b missing node upheave -b missing node unaccountable -b missing node logos -b missing node titaness -b missing node stickman -b missing node schooled -b missing node degenerate -b missing node unbuttons -b missing node effectors -b missing node grandam -b missing node unaccountably -b missing node coolest -b missing node sleeve -b missing node statuting -b missing node guiro -b missing node incandescence -b missing node creamier -b missing node toxicologist -b missing node indited -b missing node manageress -b missing node theocrat -b missing node rejection -b missing node tripper -b missing node gauntlet -b missing node sneered -b missing node globally -b missing node asphyxiant -b missing node womanish -b missing node elephants -b missing node unharvested -b missing node ringneck -b missing node barbwires -b missing node indites -b missing node mineable -b missing node wellbeing -b missing node inditer -b missing node tripped -b missing node guise -b missing node clammiest -b missing node airborne -b missing node roughcast -b missing node degradedly -b missing node revaluates -b missing node scrimps -b missing node scrimpy -b missing node grandee -b missing node unclouded -b missing node rechecking -b missing node enlisting -b missing node despondency -b missing node theorizers -b missing node squirming -b missing node pondered -b missing node grander -b missing node enactor -b missing node guilt -b missing node ponderer -b missing node unrehearsed -b missing node mightiest -b missing node epochal -b missing node dissentients -b missing node headwater -b missing node cutlass -b missing node craning -b missing node deodorizers -b missing node wifedom -b missing node sneerer -b missing node parasols -b missing node despondence -b missing node radiologists -b missing node cynicism -b missing node creamily -b missing node porticoes -b missing node workless -b missing node griddles -b missing node premiership -b missing node grapevine -b missing node sightliest -b missing node coolers -b missing node shogged -b missing node heliums -b missing node reshipments -b missing node rowdyism -b missing node griddled -b missing node coagency -b missing node countian -b missing node frolicky -b missing node vizards -b missing node dehumanize -b missing node rowdyish -b missing node reached -b missing node misrepresent -b missing node universally -b missing node lamppost -b missing node landscaping -b missing node reacher -b missing node reaches -b missing node rasps -b missing node wheelbase -b missing node porticoed -b missing node unjudicial -b missing node metered -b missing node raspy -b missing node purls -b missing node accessed -b missing node cantilevers -b missing node facileness -b missing node laboriousness -b missing node halogen -b missing node accesses -b missing node vadis -b missing node purge -b missing node upturn -b missing node screwball -b missing node steamering -b missing node councilmen -b missing node conforms -b missing node filters -b missing node purim -b missing node hangar -b missing node uprisers -b missing node counties -b missing node aimer -b missing node thought -b missing node epitaph -b missing node immesh -b missing node jadedness -b missing node daringly -b missing node inaptness -b missing node aimed -b missing node wheezed -b missing node manpack -b missing node semidaily -b missing node teletype -b missing node sleeps -b missing node savvies -b missing node wiglet -b missing node dampness -b missing node oppositionists -b missing node wheezer -b missing node warning -b missing node wheezes -b missing node mistranscribed -b missing node urologist -b missing node retuning -b missing node stickmen -b missing node thymier -b missing node pram -b missing node awesomely -b missing node savvied -b missing node authored -b missing node prat -b missing node pray -b missing node sleepy -b missing node grandma -b missing node squirmier -b missing node calamitous -b missing node ellipse -b missing node buffeted -b missing node asphyxiate -b missing node rookeries -b missing node grandly -b missing node outhouse -b missing node buffeter -b missing node councilman -b missing node interjections -b missing node leggiest -b missing node harvesting -b missing node catnapped -b missing node junketeer -b missing node fondlers -b missing node purer -b missing node grandpa -b missing node vocals -b missing node clinicians -b missing node exudation -b missing node forthrightness -b missing node matronliness -b missing node puree -b missing node rassling -b missing node druthers -b missing node herbariums -b missing node whopped -b missing node sleety -b missing node sleets -b missing node whopper -b missing node ozonize -b missing node hanger -b missing node conservator -b missing node toastier -b missing node hanged -b missing node vignettists -b missing node urologies -b missing node uncourteous -b missing node nitritoid -b missing node prepackaged -b missing node gropingly -b missing node birrettas -b missing node raggedness -b missing node iceboats -b missing node waistcoats -b missing node prepackages -b missing node seaplanes -b missing node nanking -b missing node curiosa -b missing node nankins -b missing node prey -b missing node pres -b missing node stickiness -b missing node prep -b missing node commence -b missing node menacers -b missing node scurrilous -b missing node crickets -b missing node advocate -b missing node indecisively -b missing node vertigines -b missing node ravish -b missing node machinery -b missing node reformed -b missing node diabolical -b missing node accelerative -b missing node snubbiest -b missing node shoaling -b missing node hankering -b missing node skiings -b missing node surliness -b missing node cantoning -b missing node husbandlike -b missing node wrens -b missing node rates -b missing node rater -b missing node reformer -b missing node amnestic -b missing node enlightenments -b missing node besmirchers -b missing node rated -b missing node geophysics -b missing node spindlers -b missing node lateral -b missing node wrest -b missing node sensationally -b missing node infuriate -b missing node capacitating -b missing node inhabitability -b missing node triage -b missing node curious -b missing node rescuer -b missing node czardoms -b missing node rescued -b missing node subminiature -b missing node prix -b missing node foresheets -b missing node unpolluted -b missing node censusing -b missing node riskiness -b missing node thymine -b missing node serviette -b missing node capacitation -b missing node interfiled -b missing node guttiest -b missing node lightning -b missing node prim -b missing node prig -b missing node hunkers -b missing node interfiles -b missing node peskiness -b missing node ratch -b missing node dominance -b missing node exudative -b missing node deputes -b missing node additive -b missing node gratifyingly -b missing node reciprocals -b missing node polarity -b missing node frostwork -b missing node deputed -b missing node reacquire -b missing node triads -b missing node rectifying -b missing node hostelers -b missing node monoplanes -b missing node unsuggestive -b missing node glooms -b missing node disavowed -b missing node ravine -b missing node raving -b missing node recognizance -b missing node rescues -b missing node statelessness -b missing node consular -b missing node violinists -b missing node revulsions -b missing node carrageenin -b missing node trivalve -b missing node gloomy -b missing node canonists -b missing node hereupon -b missing node deskmen -b missing node everything -b missing node kneads -b missing node ruthlessly -b missing node transoceanic -b missing node duodena -b missing node legumes -b missing node hakeems -b missing node basswood -b missing node attracts -b missing node underdress -b missing node polarize -b missing node conservationists -b missing node wobegone -b missing node beetroots -b missing node marinate -b missing node walleyes -b missing node halogenous -b missing node subdeacons -b missing node shoalier -b missing node egalites -b missing node magnesias -b missing node culminating -b missing node prof -b missing node magnesian -b missing node coiners -b missing node womanize -b missing node accelerating -b missing node mongrels -b missing node presentence -b missing node proc -b missing node smothering -b missing node prod -b missing node prow -b missing node tempestuously -b missing node bottomless -b missing node refreezes -b missing node prop -b missing node sabering -b missing node cranium -b missing node pron -b missing node ottomans -b missing node prom -b missing node pros -b missing node walleyed -b missing node greenbelt -b missing node agitato -b missing node evaluators -b missing node agitate -b missing node purse -b missing node orchardists -b missing node directest -b missing node acceleration -b missing node farces -b missing node senescent -b missing node farcer -b missing node eradications -b missing node quipped -b missing node hawkbill -b missing node reecho -b missing node purrs -b missing node junketers -b missing node farced -b missing node invertors -b missing node excruciate -b missing node councillor -b missing node mucker -b missing node bipolarity -b missing node pursy -b missing node mucked -b missing node deskman -b missing node orality -b missing node trotting -b missing node corsets -b missing node nonfiction -b missing node perfectible -b missing node madness -b missing node fielding -b missing node infertile -b missing node mohairs -b missing node hangup -b missing node preventiveness -b missing node perchers -b missing node reciprocate -b missing node liquefying -b missing node backbiters -b missing node excepts -b missing node moonbow -b missing node suffrage -b missing node messmate -b missing node sluggard -b missing node winterkills -b missing node ultimately -b missing node addition -b missing node enacted -b missing node marinara -b missing node saddlebags -b missing node flexitime -b missing node transgressions -b missing node redemptioner -b missing node legless -b missing node jeopardy -b missing node giddiness -b missing node shaitans -b missing node ulcerations -b missing node microinstruction -b missing node luminescing -b missing node pussy -b missing node tripods -b missing node adventuring -b missing node suntanned -b missing node adjudging -b missing node jackknifing -b missing node squanderers -b missing node classifications -b missing node famously -b missing node pathetically -b missing node subdepartments -b missing node acridly -b missing node papules -b missing node attainder -b missing node tonsure -b missing node unitedly -b missing node recallers -b missing node babcock -b missing node cession -b missing node strobilization -b missing node shellacking -b missing node comments -b missing node hardstand -b missing node potentialities -b missing node rocked -b missing node patroller -b missing node rocker -b missing node rocket -b missing node superjets -b missing node offside -b missing node cessing -b missing node benumbed -b missing node trowsers -b missing node miauled -b missing node ravelling -b missing node partway -b missing node semimonthly -b missing node vulgarians -b missing node scolder -b missing node perjurious -b missing node scourge -b missing node scourer -b missing node illustrious -b missing node wiggeries -b missing node warmongers -b missing node topcrosses -b missing node towelings -b missing node scolded -b missing node unethically -b missing node papular -b missing node vocatively -b missing node fatback -b missing node conrail -b missing node vaporous -b missing node antiphon -b missing node obligator -b missing node reemergence -b missing node southeastwardly -b missing node sullener -b missing node locksmiths -b missing node scoured -b missing node laying -b missing node patrolled -b missing node shackle -b missing node parking -b missing node wildest -b missing node aether -b missing node aphoristically -b missing node almandines -b missing node mastodon -b missing node disavowal -b missing node oughted -b missing node singlets -b missing node stereoing -b missing node tellingly -b missing node deliver -b missing node therefrom -b missing node rivalled -b missing node earnestly -b missing node amassing -b missing node skateboards -b missing node wilders -b missing node indiscretion -b missing node calculatingly -b missing node uncertainly -b missing node obligates -b missing node tripoli -b missing node omnium -b missing node pinnated -b missing node impacters -b missing node obligated -b missing node marinade -b missing node carryouts -b missing node gillied -b missing node constrains -b missing node constraint -b missing node verbalization -b missing node heritrix -b missing node neighboring -b missing node gillies -b missing node preciosities -b missing node fondues -b missing node pushy -b missing node eohippuses -b missing node costumers -b missing node malapertness -b missing node suckled -b missing node aviatrices -b missing node suckler -b missing node oratorical -b missing node gastrology -b missing node suckles -b missing node inelegant -b missing node reformat -b missing node extremities -b missing node murkiest -b missing node carrageenan -b missing node tattiest -b missing node commends -b missing node instruct -b missing node tippers -b missing node presifts -b missing node shunting -b missing node splurging -b missing node rarer -b missing node trials -b missing node malayan -b missing node offering -b missing node league -b missing node faulted -b missing node studdings -b missing node subprovinces -b missing node magnesium -b missing node alkalis -b missing node rammish -b missing node episodes -b missing node alkalin -b missing node tippets -b missing node crossbreeds -b missing node alkalic -b missing node giants -b missing node recontested -b missing node rustless -b missing node bobsled -b missing node intactness -b missing node perseverance -b missing node headpins -b missing node nervosity -b missing node acidity -b missing node wraths -b missing node thrusts -b missing node wrathy -b missing node revolutionary -b missing node rustlers -b missing node tapsters -b missing node guide -b missing node faultfinders -b missing node intervenes -b missing node intervener -b missing node satrapy -b missing node tricklier -b missing node satraps -b missing node bicolour -b missing node foils -b missing node rickeys -b missing node intervened -b missing node tabletted -b missing node opacity -b missing node repayable -b missing node acidify -b missing node gilling -b missing node signorinas -b missing node homogeneous -b missing node critter -b missing node noggins -b missing node severs -b missing node semitones -b missing node disuniting -b missing node adhering -b missing node sheriffdom -b missing node ascenders -b missing node sarabands -b missing node mathematic -b missing node disjuncts -b missing node deoxidize -b missing node calumny -b missing node splashed -b missing node smarted -b missing node exacerbatingly -b missing node smarter -b missing node importation -b missing node smarten -b missing node splasher -b missing node splashes -b missing node pauper -b missing node corvettes -b missing node raser -b missing node entrustment -b missing node rases -b missing node episodic -b missing node athirst -b missing node uniquer -b missing node surplusage -b missing node unrested -b missing node rased -b missing node subnucleus -b missing node uniques -b missing node kibbling -b missing node urbanest -b missing node sulfuryls -b missing node hormone -b missing node ramming -b missing node sleeks -b missing node engirdling -b missing node doodads -b missing node pendently -b missing node gadabouts -b missing node fusiliers -b missing node misogynist -b missing node starchiest -b missing node outgrowths -b missing node whacker -b missing node cogitative -b missing node dissevered -b missing node cornballs -b missing node burnout -b missing node toasting -b missing node historicity -b missing node bicolors -b missing node cranker -b missing node unsphering -b missing node urbanely -b missing node sevens -b missing node godding -b missing node lubberly -b missing node tribes -b missing node cranked -b missing node disharmonious -b missing node pigment -b missing node optimists -b missing node speechless -b missing node gruffish -b missing node smartie -b missing node unpiling -b missing node timpani -b missing node chairmaned -b missing node insolvent -b missing node sensationalists -b missing node cooperate -b missing node calefacient -b missing node reembody -b missing node persimmon -b missing node severe -b missing node foins -b missing node witheringly -b missing node whacked -b missing node engrafts -b missing node lifters -b missing node besetter -b missing node galleys -b missing node tight -b missing node insubordinately -b missing node unfeminine -b missing node wildfowls -b missing node staving -b missing node kidder -b missing node handyman -b missing node mahjongs -b missing node guile -b missing node considers -b missing node guild -b missing node mezzanines -b missing node midlegs -b missing node hutching -b missing node poetries -b missing node muleteers -b missing node disunities -b missing node mortgage -b missing node defamers -b missing node researches -b missing node researcher -b missing node shrivelling -b missing node tribal -b missing node conveniently -b missing node mahjongg -b missing node pertest -b missing node reconsigns -b missing node saxonies -b missing node predusks -b missing node repenters -b missing node tiger -b missing node bedazzling -b missing node pandowdies -b missing node cooperage -b missing node brutalness -b missing node capitulating -b missing node delfts -b missing node dayglow -b missing node foist -b missing node rickets -b missing node smartly -b missing node flivver -b missing node kiddie -b missing node cumuli -b missing node trickling -b missing node emendation -b missing node rickety -b missing node whipsawed -b missing node waterproofed -b missing node inflected -b missing node draggled -b missing node fastness -b missing node patrolman -b missing node soulfully -b missing node waterproofer -b missing node spoofed -b missing node dewatering -b missing node aiders -b missing node prearrangement -b missing node calumet -b missing node shacker -b missing node draggles -b missing node handymen -b missing node stabilities -b missing node manifestoes -b missing node capitulation -b missing node tramming -b missing node tailskids -b missing node unremorsefully -b missing node rancidity -b missing node sliding -b missing node dickenses -b missing node safari -b missing node subtasks -b missing node nonpermeable -b missing node imposingly -b missing node peaveys -b missing node fumers -b missing node expunge -b missing node emendating -b missing node cogitating -b missing node loins -b missing node archaized -b missing node crittur -b missing node researched -b missing node rejecting -b missing node envelop -b missing node cogitation -b missing node frescoed -b missing node kidded -b missing node psst -b missing node frescoer -b missing node frescoes -b missing node shacked -b missing node converging -b missing node fumets -b missing node archaizes -b missing node slivering -b missing node hissings -b missing node manifestoed -b missing node ainus -b missing node sullenly -b missing node ranchers -b missing node tenours -b missing node gramercy -b missing node upbraids -b missing node plazas -b missing node indictably -b missing node refractometry -b missing node unship -b missing node leaked -b missing node uprousing -b missing node puton -b missing node infirmity -b missing node dehumanizing -b missing node acquisitively -b missing node leaker -b missing node playgirls -b missing node healthful -b missing node sedans -b missing node hemispheres -b missing node goddess -b missing node acrostic -b missing node dosing -b missing node parkinsonism -b missing node chicness -b missing node ranchero -b missing node sinistrally -b missing node topsoil -b missing node buckramed -b missing node mediates -b missing node cannulas -b missing node disuniters -b missing node mediated -b missing node peppercorns -b missing node ascending -b missing node frostbite -b missing node marriages -b missing node intrenches -b missing node teratophobia -b missing node underproducing -b missing node oubliette -b missing node noontimes -b missing node intrenched -b missing node indictable -b missing node cannulae -b missing node amerce -b missing node mycologist -b missing node chasers -b missing node calculous -b missing node broadcast -b missing node bikini -b missing node outfielder -b missing node umbilici -b missing node iranians -b missing node defoliation -b missing node bestowing -b missing node champagnes -b missing node enlivens -b missing node dioxane -b missing node abatable -b missing node bushels -b missing node climate -b missing node outfielded -b missing node nepotistic -b missing node potions -b missing node suppressions -b missing node mendable -b missing node sacredness -b missing node apnoea -b missing node discern -b missing node kiddos -b missing node reenactment -b missing node undercapitalized -b missing node opacify -b missing node biking -b missing node assonances -b missing node manicured -b missing node manicures -b missing node reallocates -b missing node chronicle -b missing node dirigible -b missing node rikshaw -b missing node farads -b missing node galleon -b missing node delights -b missing node rikshas -b missing node stoolies -b missing node emblazons -b missing node reflections -b missing node hereunto -b missing node deerskin -b missing node foretoken -b missing node nonrealistic -b missing node marquess -b missing node tikes -b missing node sizeable -b missing node unencumbered -b missing node ammunition -b missing node putty -b missing node sunfish -b missing node haloids -b missing node funniest -b missing node infirming -b missing node sizeably -b missing node ceria -b missing node therefore -b missing node defoliating -b missing node burbliest -b missing node eternal -b missing node putts -b missing node limestone -b missing node transplanters -b missing node spawner -b missing node sandfishes -b missing node honeybees -b missing node bunkerage -b missing node chugging -b missing node binocularly -b missing node seawalls -b missing node consequentially -b missing node guidable -b missing node bugbearish -b missing node disarmers -b missing node isolate -b missing node sandiness -b missing node juicer -b missing node juices -b missing node canyon -b missing node inconcealable -b missing node establishing -b missing node contortionistic -b missing node dehydrator -b missing node spawned -b missing node compensate -b missing node juiced -b missing node magpie -b missing node outboasts -b missing node emeritus -b missing node unshod -b missing node ricking -b missing node utensils -b missing node seventeenth -b missing node ceres -b missing node keyboards -b missing node quittances -b missing node facilitated -b missing node gallery -b missing node imprecator -b missing node cruelest -b missing node redistrict -b missing node sedate -b missing node gangrel -b missing node cered -b missing node kiting -b missing node maximal -b missing node distortions -b missing node refuting -b missing node facilitates -b missing node cowardliness -b missing node gamesome -b missing node gossamers -b missing node depravity -b missing node buffered -b missing node croquets -b missing node unshut -b missing node hazarding -b missing node numskulls -b missing node retailer -b missing node outcrop -b missing node practically -b missing node retailed -b missing node billionths -b missing node schoolrooms -b missing node oilbirds -b missing node krishna -b missing node pensively -b missing node preferability -b missing node hopscotch -b missing node disparagingly -b missing node pleasure -b missing node depraving -b missing node pompously -b missing node coextensively -b missing node thruput -b missing node hemispheric -b missing node overdeveloping -b missing node grizzliest -b missing node bruises -b missing node bruiser -b missing node pilings -b missing node quavery -b missing node stooling -b missing node drosses -b missing node meteors -b missing node quavers -b missing node arrest -b missing node bruised -b missing node photoplays -b missing node penguins -b missing node pretentious -b missing node outyelling -b missing node prizing -b missing node electrons -b missing node deescalations -b missing node iodin -b missing node ferocities -b missing node numerology -b missing node inject -b missing node modify -b missing node enrich -b missing node jennies -b missing node disenthrall -b missing node sharpening -b missing node ravenings -b missing node malarious -b missing node moderately -b missing node refractometer -b missing node compends -b missing node cravenness -b missing node calcining -b missing node oafishly -b missing node backfilled -b missing node haloing -b missing node pinning -b missing node prorated -b missing node vietcong -b missing node belgians -b missing node churches -b missing node appreciative -b missing node marquees -b missing node sledge -b missing node dehydrates -b missing node noninformative -b missing node singling -b missing node balefully -b missing node churched -b missing node gladlier -b missing node quitting -b missing node glaciered -b missing node dilation -b missing node outcries -b missing node adventurers -b missing node trusteed -b missing node beflags -b missing node exerts -b missing node nuptially -b missing node ethiopians -b missing node methodologies -b missing node outcried -b missing node endocrinous -b missing node grouches -b missing node angelfishes -b missing node trustees -b missing node bursters -b missing node ratiocinative -b missing node saturnine -b missing node dilating -b missing node capsular -b missing node prebend -b missing node adventuress -b missing node inflationists -b missing node grouched -b missing node performable -b missing node lighting -b missing node imprests -b missing node blimpish -b missing node prudishly -b missing node abeyant -b missing node unverified -b missing node climbed -b missing node ricketiest -b missing node roofline -b missing node cocktailed -b missing node thinned -b missing node tricot -b missing node maidservant -b missing node knotty -b missing node nonconductor -b missing node incursions -b missing node litoral -b missing node floatage -b missing node thinner -b missing node electrode -b missing node fishways -b missing node drumlins -b missing node saturnism -b missing node climber -b missing node unbigoted -b missing node tincted -b missing node megatons -b missing node impureness -b missing node idolisms -b missing node dehydrated -b missing node initially -b missing node criticality -b missing node gypping -b missing node capsules -b missing node lightish -b missing node uncertainty -b missing node tricky -b missing node tricks -b missing node capsuled -b missing node bypath -b missing node splintering -b missing node ragtimes -b missing node bypass -b missing node bonkers -b missing node polecat -b missing node cosmetology -b missing node nudeness -b missing node subprocess -b missing node involvement -b missing node empirics -b missing node videodisc -b missing node hackwork -b missing node fallowed -b missing node sylphish -b missing node frailties -b missing node jargonize -b missing node arsenates -b missing node bushers -b missing node vaqueros -b missing node backer -b missing node arrear -b missing node cachets -b missing node unsympathetic -b missing node disassociate -b missing node gulfweed -b missing node backed -b missing node mediator -b missing node turgors -b missing node disburses -b missing node modish -b missing node sedated -b missing node wildcat -b missing node overleaped -b missing node monocyte -b missing node clarkias -b missing node disbursed -b missing node ratiocinating -b missing node sedates -b missing node sedater -b missing node unregenerate -b missing node delete -b missing node disburser -b missing node calmest -b missing node redefining -b missing node notions -b missing node tsktsking -b missing node retailor -b missing node occasioning -b missing node sweatbox -b missing node sentinel -b missing node ratiocination -b missing node dilative -b missing node dangerously -b missing node foredated -b missing node blabbers -b missing node underexposes -b missing node polariscope -b missing node hovering -b missing node annelid -b missing node underexposed -b missing node granary -b missing node weregild -b missing node crackups -b missing node haywards -b missing node buffaloed -b missing node lawgiver -b missing node buffaloes -b missing node homestead -b missing node congealing -b missing node nonagreement -b missing node snaffle -b missing node bullpen -b missing node trices -b missing node blowguns -b missing node bouffes -b missing node unclasping -b missing node triced -b missing node blustered -b missing node aidful -b missing node corroding -b missing node disbursal -b missing node maxilla -b missing node septime -b missing node churchly -b missing node acceptance -b missing node hamstring -b missing node divans -b missing node displeasing -b missing node cricketer -b missing node jawbones -b missing node camellia -b missing node deselects -b missing node subthreshold -b missing node attentiveness -b missing node jawboned -b missing node initialed -b missing node foredates -b missing node witchiest -b missing node prorater -b missing node blusterer -b missing node mellows -b missing node warcrafts -b missing node prorates -b missing node nuzzled -b missing node aquae -b missing node singlet -b missing node playas -b missing node hollooing -b missing node heftiness -b missing node blenched -b missing node deliverance -b missing node singles -b missing node detecter -b missing node thermospheres -b missing node streakiest -b missing node yashmac -b missing node aquas -b missing node enchants -b missing node detected -b missing node yashmak -b missing node nuzzles -b missing node nuzzler -b missing node hateable -b missing node arsonists -b missing node concealing -b missing node wreak -b missing node hydrotherapy -b missing node yummier -b missing node yummies -b missing node flyovers -b missing node eschewals -b missing node contextually -b missing node crockery -b missing node veeries -b missing node frothiness -b missing node extensor -b missing node singled -b missing node mechanisms -b missing node tarpapered -b missing node mouldings -b missing node assessing -b missing node taxpayer -b missing node guffs -b missing node ladrone -b missing node trusters -b missing node phials -b missing node schismatic -b missing node crockets -b missing node pastellist -b missing node emerson -b missing node queerish -b missing node prawner -b missing node ladrons -b missing node frecklier -b missing node bauxites -b missing node nestlike -b missing node deoxygenated -b missing node archeries -b missing node wreck -b missing node prawned -b missing node degreased -b missing node carryon -b missing node hacking -b missing node oblate -b missing node blenches -b missing node blencher -b missing node gentlewomen -b missing node degreases -b missing node weakens -b missing node reweaves -b missing node gravely -b missing node player -b missing node weaponries -b missing node backbiting -b missing node nooning -b missing node madwort -b missing node adroitness -b missing node gravels -b missing node redemptional -b missing node reveilles -b missing node nonconversant -b missing node noodling -b missing node nontransparent -b missing node poolroom -b missing node reweaved -b missing node timbale -b missing node noumenon -b missing node played -b missing node welted -b missing node maximum -b missing node flossier -b missing node flossies -b missing node timbals -b missing node buttercup -b missing node incapabilities -b missing node skiing -b missing node uncharitableness -b missing node bootlicking -b missing node fullback -b missing node disconnecting -b missing node expects -b missing node shielders -b missing node havocs -b missing node overcrowd -b missing node cryostat -b missing node moloch -b missing node disconnection -b missing node jayvees -b missing node spindlier -b missing node relenting -b missing node gentlewoman -b missing node umbrellas -b missing node hershey -b missing node jargoning -b missing node domiciliated -b missing node dislocation -b missing node applicator -b missing node mechanists -b missing node celebrant -b missing node fogey -b missing node cognac -b missing node dakotan -b missing node expulse -b missing node skinflint -b missing node scabbards -b missing node dakotas -b missing node paunch -b missing node regauge -b missing node cowardly -b missing node uncapping -b missing node seawaters -b missing node gramme -b missing node trooped -b missing node trooper -b missing node warfare -b missing node hitched -b missing node appreciating -b missing node disorganizers -b missing node pugs -b missing node deification -b missing node defogged -b missing node detector -b missing node unacclaimate -b missing node centralistic -b missing node alaskan -b missing node defogger -b missing node hackies -b missing node agriculturist -b missing node prefigured -b missing node thereunder -b missing node dislocating -b missing node grammy -b missing node sylphids -b missing node backup -b missing node sapped -b missing node stickled -b missing node speedwells -b missing node standpipes -b missing node excerpts -b missing node appreciation -b missing node noumenal -b missing node parkland -b missing node vague -b missing node alaskas -b missing node impressible -b missing node malignant -b missing node tuxedoes -b missing node frostily -b missing node sapper -b missing node swainish -b missing node hitcher -b missing node hitches -b missing node puff -b missing node vagus -b missing node seagoing -b missing node parochialism -b missing node caucussing -b missing node gramps -b missing node reefers -b missing node lifeline -b missing node frosting -b missing node raped -b missing node bespatter -b missing node raper -b missing node rapes -b missing node underscore -b missing node kinematical -b missing node stickler -b missing node stickles -b missing node puds -b missing node cervine -b missing node salamander -b missing node idolises -b missing node yack -b missing node electrochemically -b missing node caesar -b missing node persecutions -b missing node downplayed -b missing node idoliser -b missing node insulars -b missing node deathblows -b missing node idolised -b missing node stockpots -b missing node unhung -b missing node gravers -b missing node ailed -b missing node lymphomas -b missing node pheasant -b missing node bruiter -b missing node chunter -b missing node waylays -b missing node infects -b missing node delead -b missing node centralists -b missing node psychosis -b missing node demeanors -b missing node obstructive -b missing node puce -b missing node bruited -b missing node celebrate -b missing node puck -b missing node gravest -b missing node brainchild -b missing node spindling -b missing node pubs -b missing node biologists -b missing node weakest -b missing node insulate -b missing node rapid -b missing node rinsers -b missing node squeal -b missing node disclaimers -b missing node squeak -b missing node lifelike -b missing node hardeners -b missing node preascertained -b missing node venisons -b missing node odiums -b missing node communicability -b missing node pups -b missing node cockiest -b missing node pounding -b missing node arbitragers -b missing node outstrips -b missing node grazings -b missing node unoffered -b missing node smartened -b missing node commensurations -b missing node maximin -b missing node commercialize -b missing node nonprejudicial -b missing node malefaction -b missing node yang -b missing node ozonise -b missing node coagents -b missing node yank -b missing node rovers -b missing node bristle -b missing node pure -b missing node relapsers -b missing node unhurt -b missing node purl -b missing node schticks -b missing node detrains -b missing node dosimetry -b missing node bristly -b missing node puns -b missing node punt -b missing node yams -b missing node punk -b missing node shrieked -b missing node unornamented -b missing node pluckers -b missing node delectations -b missing node overinsured -b missing node outpour -b missing node shrieker -b missing node puny -b missing node octopods -b missing node yale -b missing node wastelands -b missing node creamery -b missing node bespoken -b missing node fabaceous -b missing node creamers -b missing node psychoses -b missing node overinsures -b missing node concoct -b missing node purveyed -b missing node tyros -b missing node exhuming -b missing node millirem -b missing node nobble -b missing node pupa -b missing node topkick -b missing node affects -b missing node cheroot -b missing node dadoing -b missing node pull -b missing node disappearing -b missing node pulp -b missing node inspection -b missing node poorly -b missing node staining -b missing node tenacities -b missing node hardhats -b missing node yaks -b missing node cajolers -b missing node hoboisms -b missing node puma -b missing node prefigures -b missing node senseless -b missing node fogie -b missing node bristol -b missing node zincoid -b missing node cockiness -b missing node furnishing -b missing node cajolery -b missing node pump -b missing node guarantor -b missing node frostier -b missing node counting -b missing node inspecting -b missing node dispensation -b missing node festive -b missing node decoders -b missing node immies -b missing node unfasten -b missing node nobleness -b missing node envenom -b missing node imprecated -b missing node puke -b missing node implement -b missing node commercialist -b missing node nonobedience -b missing node tollage -b missing node oxygenizing -b missing node imprecates -b missing node pranked -b missing node helixes -b missing node knocking -b missing node foggy -b missing node thunderously -b missing node pule -b missing node gougers -b missing node wrapped -b missing node infrequency -b missing node catechumen -b missing node queering -b missing node sucking -b missing node silicate -b missing node cuffless -b missing node laudability -b missing node switchblades -b missing node yawp -b missing node monotony -b missing node wrapper -b missing node yaws -b missing node infrequence -b missing node rivieras -b missing node spankers -b missing node iranian -b missing node subclause -b missing node chiseling -b missing node reedit -b missing node yawl -b missing node monotone -b missing node subtotal -b missing node yawn -b missing node marihuana -b missing node knouts -b missing node goshawks -b missing node disintegrators -b missing node aslant -b missing node unrespectful -b missing node zincous -b missing node warners -b missing node commercialism -b missing node contractors -b missing node mortgaging -b missing node forehandedness -b missing node reallocated -b missing node bipedal -b missing node tomorrow -b missing node luridness -b missing node humidors -b missing node arguses -b missing node unrestrainedly -b missing node crooned -b missing node steadings -b missing node outranges -b missing node magnum -b missing node fingertip -b missing node oblates -b missing node crooner -b missing node outranged -b missing node opponents -b missing node unveiling -b missing node dissimulators -b missing node lunchroom -b missing node freckling -b missing node veering -b missing node wampum -b missing node outpost -b missing node somersaulting -b missing node gazette -b missing node uplifts -b missing node discouraging -b missing node pertains -b missing node putt -b missing node frivolled -b missing node puts -b missing node flossing -b missing node titmice -b missing node bellicose -b missing node vagal -b missing node treatable -b missing node reeded -b missing node gertrude -b missing node repackage -b missing node yarn -b missing node disdaining -b missing node yard -b missing node yare -b missing node nestling -b missing node interstitially -b missing node creatures -b missing node prevailing -b missing node aahed -b missing node unlucky -b missing node push -b missing node purr -b missing node hobnail -b missing node mistaught -b missing node crossovers -b missing node arithmetical -b missing node tasked -b missing node werwolf -b missing node regatta -b missing node assaultable -b missing node demographically -b missing node ransacking -b missing node unpolitic -b missing node unshed -b missing node untouchably -b missing node poleaxe -b missing node waylaid -b missing node toasts -b missing node toasty -b missing node breakfasted -b missing node anchorages -b missing node motors -b missing node puss -b missing node dosimeter -b missing node yaps -b missing node couplings -b missing node moonward -b missing node poorer -b missing node guarantee -b missing node unexercised -b missing node untouchable -b missing node reinstating -b missing node alohas -b missing node executorship -b missing node linchpin -b missing node doughier -b missing node lisbon -b missing node murmured -b missing node deodorizing -b missing node uncoiled -b missing node goitrous -b missing node thready -b missing node competed -b missing node translators -b missing node threads -b missing node disinfestant -b missing node disdainful -b missing node naively -b missing node coolish -b missing node junketing -b missing node sopped -b missing node competes -b missing node manhandling -b missing node ontogenically -b missing node locos -b missing node sunstones -b missing node bourns -b missing node fielders -b missing node murmurer -b missing node depreciator -b missing node rattletraps -b missing node bourne -b missing node encirclement -b missing node colonizers -b missing node agilities -b missing node recollected -b missing node rhetoric -b missing node tetryl -b missing node swingeing -b missing node soybeans -b missing node manumit -b missing node darnings -b missing node crueller -b missing node perkiest -b missing node discompose -b missing node lifelikeness -b missing node guess -b missing node ankles -b missing node brokage -b missing node anklet -b missing node guest -b missing node having -b missing node lipping -b missing node smearing -b missing node doubtfully -b missing node misogynous -b missing node regulations -b missing node cutlery -b missing node xerographic -b missing node capital -b missing node inrushes -b missing node swaybacks -b missing node pissoir -b missing node infelicitous -b missing node burnish -b missing node knackwurst -b missing node retained -b missing node trimeter -b missing node filenames -b missing node cutlets -b missing node albumins -b missing node emendations -b missing node dekaliter -b missing node retainer -b missing node aerodynamic -b missing node suicides -b missing node bourgs -b missing node cerebrals -b missing node impounding -b missing node whiplash -b missing node purdah -b missing node earpiece -b missing node uninspired -b missing node locus -b missing node methodically -b missing node offsets -b missing node dragomans -b missing node bibber -b missing node zeroing -b missing node doziest -b missing node instills -b missing node booziest -b missing node steroidal -b missing node cutlers -b missing node insanest -b missing node bibbed -b missing node purdas -b missing node leavings -b missing node gorblimy -b missing node prancers -b missing node klutz -b missing node reattempts -b missing node skiffs -b missing node fonds -b missing node cantonese -b missing node fondu -b missing node stutteringly -b missing node peripherals -b missing node naivety -b missing node formidably -b missing node westerlies -b missing node newsboy -b missing node depreciates -b missing node resignedly -b missing node betrothment -b missing node architraves -b missing node reattach -b missing node silence -b missing node superminis -b missing node nutgrasses -b missing node gainsaying -b missing node surveying -b missing node carbide -b missing node bigotedly -b missing node reservoir -b missing node lochs -b missing node halloweens -b missing node malaprop -b missing node formidable -b missing node olfactology -b missing node motley -b missing node tippier -b missing node endanger -b missing node tidewater -b missing node breadboards -b missing node reparable -b missing node trustful -b missing node augustest -b missing node punch -b missing node derangement -b missing node damage -b missing node smearier -b missing node subdepots -b missing node horsewhips -b missing node locks -b missing node knockers -b missing node unstained -b missing node bourse -b missing node drastic -b missing node nonfilterable -b missing node formless -b missing node favourers -b missing node teentsiest -b missing node nucleuses -b missing node honcho -b missing node intercalations -b missing node lethally -b missing node insanely -b missing node boeing -b missing node ferromagnetic -b missing node ducal -b missing node moneyed -b missing node semifinals -b missing node depreciated -b missing node gillnet -b missing node congeneric -b missing node naivete -b missing node spleeniest -b missing node ducat -b missing node theorization -b missing node majesty -b missing node lucille -b missing node moneyer -b missing node archimedes -b missing node naivest -b missing node openable -b missing node cerebrate -b missing node reattain -b missing node courtship -b missing node xanthippe -b missing node trifolium -b missing node keystrokes -b missing node quagmires -b missing node inexhaustible -b missing node feature -b missing node nondescriptive -b missing node reliquaries -b missing node instrokes -b missing node gallinules -b missing node rejoined -b missing node sopors -b missing node punny -b missing node sinuates -b missing node kneels -b missing node ravener -b missing node gambusias -b missing node tsking -b missing node harvestman -b missing node dependently -b missing node corsair -b missing node unaffiliated -b missing node sinuated -b missing node leaded -b missing node ravened -b missing node amplifiers -b missing node passover -b missing node berrying -b missing node overpower -b missing node machinate -b missing node luminescent -b missing node ciders -b missing node precariously -b missing node retractor -b missing node morselled -b missing node ravers -b missing node duces -b missing node scoldings -b missing node celeb -b missing node peptide -b missing node peptids -b missing node squeamishly -b missing node inexhaustibly -b missing node tidal -b missing node landslides -b missing node airscrews -b missing node rewrapped -b missing node peptics -b missing node unrighteous -b missing node retells -b missing node villainesses -b missing node corsage -b missing node welter -b missing node petrifies -b missing node lodes -b missing node punks -b missing node loden -b missing node menacing -b missing node punky -b missing node ducky -b missing node callowness -b missing node yeasting -b missing node marchionesses -b missing node odious -b missing node grogram -b missing node bookplates -b missing node carbonator -b missing node discolorations -b missing node jargons -b missing node debutantes -b missing node unhappy -b missing node cribber -b missing node irreparableness -b missing node mensurability -b missing node pockmark -b missing node ducks -b missing node blacktopped -b missing node jesuits -b missing node ravels -b missing node haziness -b missing node yeastily -b missing node recalling -b missing node reopen -b missing node parkers -b missing node ethicize -b missing node unlearn -b missing node doneness -b missing node plenums -b missing node capitol -b missing node cribbed -b missing node eggplants -b missing node squandering -b missing node wilding -b missing node plasma -b missing node strictures -b missing node sternum -b missing node unleash -b missing node fourteenths -b missing node ravens -b missing node foods -b missing node hiccupping -b missing node duchy -b missing node plasms -b missing node strictured -b missing node petrified -b missing node lodge -b missing node fisticuff -b missing node plashy -b missing node silents -b missing node muensters -b missing node trotters -b missing node sterner -b missing node agapeic -b missing node squirmers -b missing node indestructibly -b missing node obstructing -b missing node outboards -b missing node siltier -b missing node whereabouts -b missing node semper -b missing node apologists -b missing node infancies -b missing node nonathletic -b missing node prettying -b missing node discerned -b missing node nankeen -b missing node toolrooms -b missing node symmetries -b missing node discerner -b missing node complimenting -b missing node deadening -b missing node sufferingly -b missing node fonts -b missing node indestructible -b missing node willows -b missing node cells -b missing node doorposts -b missing node overbought -b missing node willowy -b missing node germicides -b missing node perfectionism -b missing node internationalizes -b missing node perfectionist -b missing node transfixes -b missing node celli -b missing node transfixed -b missing node cello -b missing node cetology -b missing node permeating -b missing node serenaders -b missing node grazable -b missing node zippy -b missing node bhang -b missing node pasteurizers -b missing node internationalized -b missing node dreamers -b missing node unresistant -b missing node equitable -b missing node edibles -b missing node plastrons -b missing node aired -b missing node masochists -b missing node ducts -b missing node overblows -b missing node overblown -b missing node sluggers -b missing node airer -b missing node hindgut -b missing node isotope -b missing node vacationland -b missing node carbine -b missing node equitably -b missing node permeation -b missing node moderatos -b missing node moderator -b missing node electrums -b missing node lippier -b missing node obstruction -b missing node anviltops -b missing node mewing -b missing node reexamining -b missing node germicidal -b missing node quietuses -b missing node shunpiking -b missing node adolescent -b missing node leader -b missing node pitter -b missing node poisoners -b missing node leaden -b missing node peacemaker -b missing node sternly -b missing node tided -b missing node punty -b missing node watermarks -b missing node isotopy -b missing node pitted -b missing node punts -b missing node affluently -b missing node paused -b missing node transistors -b missing node tides -b missing node newsstands -b missing node embarking -b missing node openhanded -b missing node vinegar -b missing node gibbously -b missing node pauses -b missing node pauser -b missing node hautboy -b missing node cabstand -b missing node marimbas -b missing node openworks -b missing node unsent -b missing node actualization -b missing node feelingly -b missing node ravellers -b missing node rammers -b missing node beaconing -b missing node silting -b missing node smutch -b missing node fetchingly -b missing node longline -b missing node washiness -b missing node chasmed -b missing node celts -b missing node shapeliness -b missing node chitlins -b missing node antrum -b missing node fuming -b missing node irradiant -b missing node phonomania -b missing node chitling -b missing node confronts -b missing node innocuously -b missing node pureed -b missing node nonequal -b missing node corporeally -b missing node cardiological -b missing node sedges -b missing node symbiotical -b missing node ratatat -b missing node journalize -b missing node ptomainic -b missing node blathered -b missing node unshielded -b missing node wiggery -b missing node addicted -b missing node deadwoods -b missing node metaphorically -b missing node prunable -b missing node emblazon -b missing node weatherproofing -b missing node purees -b missing node blindness -b missing node haltering -b missing node boneyards -b missing node backdating -b missing node pickings -b missing node antigens -b missing node antigene -b missing node backpacked -b missing node ticks -b missing node glandularly -b missing node transcendently -b missing node latency -b missing node reposes -b missing node reposer -b missing node coining -b missing node reposed -b missing node inflections -b missing node chasmic -b missing node footballs -b missing node backpacker -b missing node refinanced -b missing node musicological -b missing node decimating -b missing node ologies -b missing node repenting -b missing node reoccupying -b missing node irradiate -b missing node stylists -b missing node gossiped -b missing node curfewing -b missing node safely -b missing node households -b missing node rebutton -b missing node flatcar -b missing node gossiper -b missing node centimos -b missing node discipline -b missing node wardresses -b missing node reobtaining -b missing node discipling -b missing node centralized -b missing node dobson -b missing node ravelly -b missing node centralizer -b missing node ecologically -b missing node centralizes -b missing node precooks -b missing node moderates -b missing node syrupy -b missing node chirographers -b missing node centimes -b missing node moderated -b missing node ologist -b missing node tetrad -b missing node salinizes -b missing node syrups -b missing node offerers -b missing node fumier -b missing node egyptians -b missing node tetras -b missing node salinized -b missing node iniquitous -b missing node wildish -b missing node shafting -b missing node antheral -b missing node transfuser -b missing node powwow -b missing node transfuses -b missing node septics -b missing node unseen -b missing node detour -b missing node mergence -b missing node haitians -b missing node pinners -b missing node subschedule -b missing node handel -b missing node recitatives -b missing node collusion -b missing node mariners -b missing node lightness -b missing node latened -b missing node handed -b missing node refinances -b missing node telegraphers -b missing node unlisted -b missing node skeptics -b missing node lobotomize -b missing node canterbury -b missing node lightface -b missing node overcooling -b missing node saturable -b missing node disarranged -b missing node aments -b missing node sutler -b missing node fabricate -b missing node knuckles -b missing node disarranges -b missing node knuckled -b missing node chasmal -b missing node nursery -b missing node tinsels -b missing node ethicist -b missing node knuckler -b missing node pigmies -b missing node kiddingly -b missing node procedures -b missing node squeeze -b missing node ptomaines -b missing node histamin -b missing node parakeets -b missing node reefed -b missing node assistor -b missing node legalistic -b missing node statement -b missing node godlier -b missing node nursers -b missing node pamphlets -b missing node unseal -b missing node unseat -b missing node undiscernible -b missing node transfused -b missing node inserts -b missing node raveled -b missing node inverting -b missing node colorless -b missing node reefer -b missing node undiscernibly -b missing node raveler -b missing node precools -b missing node unconventionally -b missing node yeastier -b missing node retracted -b missing node parallelled -b missing node redivide -b missing node conches -b missing node transcendental -b missing node mysticism -b missing node sempre -b missing node nosher -b missing node maguey -b missing node handle -b missing node tipping -b missing node noshes -b missing node determines -b missing node sleigh -b missing node intrusively -b missing node sickeningly -b missing node regretter -b missing node apertural -b missing node smutty -b missing node adherent -b missing node regretted -b missing node compressibility -b missing node toasters -b missing node sweaters -b missing node bequest -b missing node defined -b missing node instinct -b missing node moulders -b missing node pharynx -b missing node parkinsonian -b missing node rebutter -b missing node defections -b missing node promulged -b missing node defines -b missing node rebutted -b missing node definer -b missing node promulges -b missing node tabletops -b missing node taxicabs -b missing node misadvise -b missing node urbanist -b missing node collusive -b missing node threats -b missing node effecting -b missing node grafts -b missing node discard -b missing node neuroticism -b missing node urbanism -b missing node suaver -b missing node unbalance -b missing node revictuals -b missing node tabular -b missing node rawer -b missing node radioactivities -b missing node canceling -b missing node damask -b missing node brushoff -b missing node quixotes -b missing node midline -b missing node junkiest -b missing node discase -b missing node scaffolds -b missing node grovelled -b missing node rustling -b missing node zincify -b missing node competitor -b missing node unvaried -b missing node livelong -b missing node congeniality -b missing node plenipotentiaries -b missing node giftedly -b missing node amassers -b missing node pulitzer -b missing node godling -b missing node apertures -b missing node wadeable -b missing node pellet -b missing node hideaway -b missing node unroofing -b missing node exclamation -b missing node frizzlers -b missing node reports -b missing node purest -b missing node godlily -b missing node rebuttal -b missing node stickily -b missing node receivers -b missing node unpleased -b missing node reversions -b missing node seawards -b missing node pillowcases -b missing node hairsplitting -b missing node caustically -b missing node tailcoat -b missing node rococo -b missing node municipality -b missing node appreciable -b missing node floweriness -b missing node polaroid -b missing node shopper -b missing node shoppes -b missing node sticking -b missing node complaisantly -b missing node quixotic -b missing node rakishly -b missing node shopped -b missing node dubio -b missing node stronghold -b missing node appreciably -b missing node exactingly -b missing node godlike -b missing node carbonized -b missing node heftiest -b missing node climaxing -b missing node determined -b missing node carnegie -b missing node goalies -b missing node journalism -b missing node perishable -b missing node petunias -b missing node picnicked -b missing node muches -b missing node coconuts -b missing node boxcars -b missing node picnicker -b missing node knouting -b missing node journalist -b missing node greediest -b missing node rawly -b missing node aerodromes -b missing node maternally -b missing node leachy -b missing node lazyish -b missing node convergent -b missing node sliders -b missing node praxeological -b missing node computation -b missing node suicided -b missing node perishably -b missing node assisted -b missing node twittering -b missing node bedizen -b missing node hondas -b missing node regauged -b missing node reenforced -b missing node suicidal -b missing node effective -b missing node gossipry -b missing node concertinas -b missing node latents -b missing node pitsaw -b missing node violability -b missing node boodlers -b missing node sportful -b missing node assister -b missing node purely -b missing node demeaning -b missing node shareable -b missing node decimation -b missing node obovoid -b missing node vindications -b missing node urbanize -b missing node moistened -b missing node steroid -b missing node lividities -b missing node amends -b missing node layman -b missing node moistener -b missing node antral -b missing node ascendant -b missing node safest -b missing node folkways -b missing node trammels -b missing node espanoles -b missing node exercisers -b missing node keypunching -b missing node tzuris -b missing node urbanite -b missing node sweepiest -b missing node deafening -b missing node trammelled -b missing node regauges -b missing node urbanity -b missing node pertain -b missing node lobotomies -b missing node casuals -b missing node postulants -b missing node restarting -b missing node dwelled -b missing node dweller -b missing node stickier -b missing node quixotry -b missing node magistrateship -b missing node goaling -b missing node sterols -b missing node noshed -b missing node nummular -b missing node laymen -b missing node safety -b missing node oralogy -b missing node babylonians -b missing node hors -b missing node spacewalked -b missing node coconspirator -b missing node folly -b missing node reimburseable -b missing node diciest -b missing node horn -b missing node compered -b missing node etudes -b missing node hose -b missing node psyches -b missing node determinist -b missing node protestable -b missing node spacewalker -b missing node dorothy -b missing node determinism -b missing node safariing -b missing node host -b missing node psyched -b missing node immortalized -b missing node insightful -b missing node accordions -b missing node optimisms -b missing node accosting -b missing node fritted -b missing node hosp -b missing node slumping -b missing node stepparents -b missing node immortalizes -b missing node herself -b missing node comperes -b missing node morseling -b missing node niagara -b missing node ransackers -b missing node underpricing -b missing node albumin -b missing node corroders -b missing node trusties -b missing node trustier -b missing node hots -b missing node ascendent -b missing node reenforces -b missing node fritter -b missing node gucks -b missing node mandolins -b missing node pupae -b missing node redesign -b missing node claxons -b missing node hour -b missing node shooflies -b missing node undervalues -b missing node lunacies -b missing node banderoles -b missing node pupas -b missing node hove -b missing node undervalued -b missing node pupal -b missing node raucous -b missing node folic -b missing node sniper -b missing node honk -b missing node folia -b missing node sniped -b missing node convalesced -b missing node florists -b missing node amicabilities -b missing node bushing -b missing node observance -b missing node brainwasher -b missing node brainwashes -b missing node undergirds -b missing node nippiest -b missing node snipes -b missing node hood -b missing node hoof -b missing node hook -b missing node textbook -b missing node motive -b missing node bushily -b missing node hoop -b missing node thouing -b missing node hoot -b missing node neoliths -b missing node incapacitant -b missing node folio -b missing node determining -b missing node loess -b missing node hope -b missing node convalesces -b missing node lineless -b missing node lacunar -b missing node lacunas -b missing node hopi -b missing node grisliest -b missing node albumen -b missing node auricular -b missing node concise -b missing node driveway -b missing node spaceless -b missing node lacunal -b missing node marinating -b missing node unmuffles -b missing node hops -b missing node lacunae -b missing node uvula -b missing node lifeful -b missing node gallant -b missing node unmuffled -b missing node expropriations -b missing node macrobiotic -b missing node sharkskins -b missing node glaucous -b missing node hora -b missing node folks -b missing node chiselers -b missing node kuchen -b missing node mangiest -b missing node septets -b missing node sublessee -b missing node humping -b missing node keypunchers -b missing node credences -b missing node hoverers -b missing node gigolos -b missing node avouchers -b missing node mewler -b missing node folds -b missing node undermost -b missing node hammertoes -b missing node intone -b missing node incapacitate -b missing node mewled -b missing node cambrics -b missing node pitilessly -b missing node unveiled -b missing node hold -b missing node zincite -b missing node backlogged -b missing node neutrons -b missing node patrolmen -b missing node beirut -b missing node hoke -b missing node farers -b missing node cancelers -b missing node detracts -b missing node coaming -b missing node foresight -b missing node demurrer -b missing node home -b missing node pluckily -b missing node trainees -b missing node holy -b missing node goddams -b missing node goddamn -b missing node sceptering -b missing node holt -b missing node petted -b missing node hole -b missing node demurred -b missing node satisfying -b missing node hone -b missing node peaceful -b missing node arctics -b missing node technologist -b missing node petter -b missing node lawbreaker -b missing node luminance -b missing node vagrancies -b missing node cambrian -b missing node homy -b missing node gauntest -b missing node sardonyx -b missing node homo -b missing node pupil -b missing node adherers -b missing node tetotum -b missing node immunogen -b missing node prizers -b missing node fluidizing -b missing node redeeming -b missing node honest -b missing node counterfeit -b missing node clownishness -b missing node wammus -b missing node disowns -b missing node sojournment -b missing node disarming -b missing node thwacks -b missing node yonkers -b missing node hogs -b missing node stainers -b missing node clabbering -b missing node sublessor -b missing node pluckier -b missing node arrive -b missing node hemispherical -b missing node shiveringly -b missing node drippings -b missing node glaucoma -b missing node commonwealth -b missing node gilbert -b missing node quitters -b missing node advisatory -b missing node refuters -b missing node skiddy -b missing node misinterpret -b missing node siameses -b missing node cooperatives -b missing node dipsticks -b missing node mutagens -b missing node unaspiring -b missing node seemings -b missing node honers -b missing node diskette -b missing node aliquot -b missing node zincing -b missing node goddard -b missing node vainly -b missing node enchains -b missing node snippy -b missing node absorbing -b missing node departmentalizing -b missing node incompliance -b missing node anagram -b missing node deliberateness -b missing node reenlisted -b missing node incompliancy -b missing node procedural -b missing node pinfolding -b missing node leafed -b missing node canonizes -b missing node chairladies -b missing node jingly -b missing node conceptually -b missing node longship -b missing node models -b missing node halfbacks -b missing node fleering -b missing node skidoo -b missing node anonymity -b missing node precessing -b missing node putridness -b missing node mordancy -b missing node unsaturate -b missing node springboard -b missing node numbskull -b missing node notabilities -b missing node arizona -b missing node canonized -b missing node reckoning -b missing node jingle -b missing node discredited -b missing node belcher -b missing node applicants -b missing node shrunken -b missing node belches -b missing node fibrin -b missing node fibril -b missing node acrider -b missing node requisitions -b missing node belched -b missing node banister -b missing node puppy -b missing node decease -b missing node sharpeners -b missing node baselessness -b missing node adjudge -b missing node depositors -b missing node bronchos -b missing node depository -b missing node lectern -b missing node artwork -b missing node fibres -b missing node forfeitable -b missing node duads -b missing node understood -b missing node gauntness -b missing node chewable -b missing node divergently -b missing node indiums -b missing node garnished -b missing node cacophonous -b missing node shinleafs -b missing node freebee -b missing node garnishee -b missing node garnishes -b missing node unblinking -b missing node subprincipal -b missing node hymnaries -b missing node lobsters -b missing node advertizement -b missing node decorations -b missing node simile -b missing node animations -b missing node generate -b missing node partook -b missing node veganism -b missing node vehemency -b missing node mouthwash -b missing node realtor -b missing node immateriality -b missing node humanoid -b missing node speakings -b missing node ecumenically -b missing node modems -b missing node panelings -b missing node chasing -b missing node vehemence -b missing node transactor -b missing node calculability -b missing node precession -b missing node vainer -b missing node emotionally -b missing node increase -b missing node sportive -b missing node watchfulness -b missing node beechnuts -b missing node bootlickers -b missing node tiffs -b missing node effloresced -b missing node vittling -b missing node shielding -b missing node modest -b missing node vaporize -b missing node councilwomen -b missing node cense -b missing node effloresces -b missing node disembodiments -b missing node inexpensive -b missing node manipulatable -b missing node mayflower -b missing node negotiability -b missing node nourishers -b missing node generals -b missing node evanescently -b missing node flavorless -b missing node operational -b missing node phenotype -b missing node sauceboxes -b missing node floaters -b missing node unhands -b missing node freebie -b missing node unhandy -b missing node uxorious -b missing node recreants -b missing node purplest -b missing node rubella -b missing node unalienated -b missing node foreswearing -b missing node cents -b missing node raved -b missing node penetrably -b missing node yuccas -b missing node ravel -b missing node cento -b missing node lifelong -b missing node modern -b missing node raven -b missing node sardonic -b missing node trustily -b missing node raves -b missing node raver -b missing node housecoats -b missing node topknot -b missing node brainwashed -b missing node penetrable -b missing node delist -b missing node androids -b missing node noiselessness -b missing node bezique -b missing node levity -b missing node mollie -b missing node folder -b missing node councilwoman -b missing node folded -b missing node hither -b missing node thrombus -b missing node driblets -b missing node equipped -b missing node trusting -b missing node duals -b missing node together -b missing node simpleness -b missing node hows -b missing node declinable -b missing node howe -b missing node howl -b missing node shovelling -b missing node immaterially -b missing node calmant -b missing node alpinist -b missing node ranching -b missing node graham -b missing node calamities -b missing node equipper -b missing node maligners -b missing node riskiest -b missing node selectus -b missing node jennets -b missing node bronchia -b missing node solution -b missing node evaluation -b missing node alpinism -b missing node champaign -b missing node widthway -b missing node signposts -b missing node adrenaline -b missing node transverse -b missing node humpier -b missing node simian -b missing node longshot -b missing node nonparallel -b missing node hinders -b missing node expiations -b missing node loosening -b missing node evaluating -b missing node crooked -b missing node juliennes -b missing node significantly -b missing node trainers -b missing node merchandise -b missing node pothouses -b missing node needlessness -b missing node traumas -b missing node spearmen -b missing node hopsacks -b missing node mordants -b missing node pyre -b missing node sourballs -b missing node jeopard -b missing node urbanologist -b missing node coequal -b missing node servants -b missing node ratio -b missing node porcupine -b missing node fornicator -b missing node untractable -b missing node masonry -b missing node oxygens -b missing node vaporish -b missing node wrist -b missing node vaporise -b missing node speakeasies -b missing node greenbacks -b missing node tollers -b missing node rheumatic -b missing node frosteds -b missing node write -b missing node backpack -b missing node disclaimant -b missing node antipode -b missing node wrinkliest -b missing node wintriest -b missing node caching -b missing node geraniums -b missing node confound -b missing node writs -b missing node beepers -b missing node clonking -b missing node delime -b missing node sternal -b missing node saltcellars -b missing node obstructers -b missing node zitis -b missing node geodesists -b missing node hugest -b missing node squint -b missing node encounters -b missing node unknowing -b missing node selector -b missing node saggiest -b missing node permitting -b missing node thrummy -b missing node tuppences -b missing node comfiest -b missing node sportier -b missing node tabuing -b missing node famishing -b missing node beastliness -b missing node medianly -b missing node spanking -b missing node relapsing -b missing node elfish -b missing node actuates -b missing node wring -b missing node festers -b missing node stammerers -b missing node premierships -b missing node androgen -b missing node stockholding -b missing node depletable -b missing node impatiently -b missing node tiers -b missing node gladdened -b missing node earful -b missing node cogito -b missing node carbonated -b missing node chippering -b missing node actuated -b missing node lofts -b missing node outmaneuvering -b missing node selectly -b missing node bookworms -b missing node bigamized -b missing node rouletted -b missing node mesentery -b missing node lofty -b missing node roulettes -b missing node unisexes -b missing node chartings -b missing node phoenix -b missing node rickshas -b missing node exhumers -b missing node rickshaw -b missing node pedometer -b missing node graveness -b missing node sleepier -b missing node vaporing -b missing node escalator -b missing node spermatic -b missing node groveling -b missing node arbitrator -b missing node fabulous -b missing node divinities -b missing node uncultivated -b missing node delict -b missing node ineffaceable -b missing node scapulars -b missing node irritably -b missing node demoralization -b missing node sleepily -b missing node embroils -b missing node vibrators -b missing node elfins -b missing node offhanded -b missing node rachets -b missing node bronchus -b missing node grails -b missing node escalated -b missing node tictacs -b missing node finfishes -b missing node psychopathically -b missing node spalpeen -b missing node carbonates -b missing node equivalency -b missing node adenoids -b missing node ratty -b missing node vacuo -b missing node gangues -b missing node rinsing -b missing node squanders -b missing node essayists -b missing node vacua -b missing node equivalence -b missing node lifework -b missing node overdrinking -b missing node recreancy -b missing node textuaries -b missing node faultiness -b missing node brawniness -b missing node champagne -b missing node recreance -b missing node outcome -b missing node irritable -b missing node allegorist -b missing node tricornes -b missing node grainy -b missing node grains -b missing node manhours -b missing node wrier -b missing node wries -b missing node wearisome -b missing node pounders -b missing node sporting -b missing node actuator -b missing node incommode -b missing node numerously -b missing node wried -b missing node bursting -b missing node manifesting -b missing node squish -b missing node dilaters -b missing node suckers -b missing node facsimiles -b missing node portraying -b missing node prickliest -b missing node sportily -b missing node cribwork -b missing node incorporations -b missing node spearman -b missing node incisiveness -b missing node gravity -b missing node frivolous -b missing node mummifies -b missing node escalates -b missing node sagaciously -b missing node platys -b missing node sleeping -b missing node phylactery -b missing node vibratory -b missing node grayouts -b missing node selected -b missing node countess -b missing node mummified -b missing node selectee -b missing node furlable -b missing node layout -b missing node pyramiding -b missing node overwrites -b missing node importing -b missing node buckaroos -b missing node confucius -b missing node levies -b missing node studious -b missing node unsticking -b missing node levier -b missing node upchucked -b missing node tubeless -b missing node squirt -b missing node soulless -b missing node dashpot -b missing node levied -b missing node prelatic -b missing node squirm -b missing node outplay -b missing node revoking -b missing node poultice -b missing node squire -b missing node intelligent -b missing node refinement -b missing node hoed -b missing node stevedores -b missing node triviality -b missing node arbitrates -b missing node mortgagees -b missing node counters -b missing node fortnightly -b missing node felicity -b missing node nonidiomatic -b missing node reefier -b missing node arbitrated -b missing node recanted -b missing node hoer -b missing node hoes -b missing node gavotted -b missing node treaters -b missing node canneries -b missing node tarzans -b missing node defiles -b missing node counterweight -b missing node defiler -b missing node discountenances -b missing node prelates -b missing node defiled -b missing node hods -b missing node amorality -b missing node discountenanced -b missing node smacking -b missing node bumbled -b missing node hock -b missing node graving -b missing node collection -b missing node buzzword -b missing node pestered -b missing node ritzes -b missing node northeners -b missing node assemblywomen -b missing node vivacity -b missing node bumbles -b missing node bumbler -b missing node skiers -b missing node pesterer -b missing node inurements -b missing node recanter -b missing node jurors -b missing node discernment -b missing node hardening -b missing node absinthes -b missing node bridally -b missing node gavottes -b missing node hobo -b missing node stevedored -b missing node unreceptive -b missing node hobs -b missing node presupposed -b missing node carnelian -b missing node ravishers -b missing node spinster -b missing node intomb -b missing node venetian -b missing node limelights -b missing node hoar -b missing node hoax -b missing node expand -b missing node coolies -b missing node presupposes -b missing node collecting -b missing node fraternize -b missing node caseload -b missing node gogglier -b missing node logia -b missing node lactations -b missing node logic -b missing node indirection -b missing node masoned -b missing node honeys -b missing node subclassifying -b missing node werwolves -b missing node pontificator -b missing node funfairs -b missing node demurral -b missing node piking -b missing node risibles -b missing node nonintellectually -b missing node loggy -b missing node fetidly -b missing node caesura -b missing node untransformed -b missing node velured -b missing node depressants -b missing node assemblywoman -b missing node coreless -b missing node nonrefillable -b missing node plucking -b missing node untested -b missing node hackers -b missing node reinvigorate -b missing node viewpoints -b missing node velures -b missing node hypothetically -b missing node seders -b missing node bewailed -b missing node aridness -b missing node allegories -b missing node unsurpassable -b missing node zincked -b missing node corslets -b missing node militias -b missing node reefing -b missing node unsurpassably -b missing node raveners -b missing node equivalents -b missing node bewailer -b missing node effusions -b missing node loges -b missing node psychol -b missing node psychos -b missing node syphons -b missing node presidio -b missing node nauseas -b missing node seesaws -b missing node nauseam -b missing node masonic -b missing node splattered -b missing node obtain -b missing node housemen -b missing node electroplating -b missing node fornicates -b missing node broadlooms -b missing node skiable -b missing node dobras -b missing node consenting -b missing node fornicated -b missing node cranberry -b missing node layabouts -b missing node upsurging -b missing node puttering -b missing node antipole -b missing node albumens -b missing node outranked -b missing node onetime -b missing node burgeons -b missing node wayless -b missing node plated -b missing node overeducate -b missing node humphed -b missing node plater -b missing node cavalcade -b missing node plates -b missing node roughnesses -b missing node squids -b missing node platen -b missing node prevailers -b missing node hugely -b missing node unmercifully -b missing node confucian -b missing node crocking -b missing node undissolved -b missing node mortgagers -b missing node beerier -b missing node logan -b missing node layoff -b missing node nonexchangeable -b missing node cooling -b missing node spadixes -b missing node trainful -b missing node gravies -b missing node presider -b missing node unchecked -b missing node presides -b missing node collective -b missing node exactors -b missing node bouses -b missing node copperheads -b missing node presided -b missing node goggling -b missing node houseman -b missing node squibs -b missing node interacted -b missing node boused -b missing node advertized -b missing node other -b missing node diminishment -b missing node gumbos -b missing node degeneracy -b missing node creaminess -b missing node ixias -b missing node lopper -b missing node overcompensations -b missing node redirecting -b missing node fraternity -b missing node favouring -b missing node praecox -b missing node wilfulness -b missing node antipope -b missing node bengals -b missing node advertizer -b missing node advertizes -b missing node fastidiously -b missing node lopped -b missing node hydrations -b missing node bushido -b missing node psychic -b missing node mismanage -b missing node encyclics -b missing node exempt -b missing node redirection -b missing node cohabitation -b missing node affirmations -b missing node pontificates -b missing node technologies -b missing node osseously -b missing node scrapings -b missing node ringtails -b missing node petrol -b missing node bushier -b missing node consecutiveness -b missing node unstack -b missing node pontificated -b missing node frizzlier -b missing node astronaut -b missing node scarcest -b missing node pius -b missing node winglets -b missing node basketballs -b missing node reasonability -b missing node heed -b missing node trundler -b missing node trundles -b missing node numerics -b missing node licencees -b missing node sneezed -b missing node explosions -b missing node heel -b missing node turbaned -b missing node incurving -b missing node needfulness -b missing node blower -b missing node blackings -b missing node salable -b missing node congenitally -b missing node vastly -b missing node bullion -b missing node piss -b missing node guars -b missing node proffer -b missing node salably -b missing node riveter -b missing node pish -b missing node puddings -b missing node saturants -b missing node guard -b missing node riveted -b missing node decisiveness -b missing node pisa -b missing node yardbird -b missing node pity -b missing node irking -b missing node heck -b missing node crowfoot -b missing node pits -b missing node taiwan -b missing node lawyers -b missing node trundled -b missing node moralistic -b missing node blowby -b missing node schoolbook -b missing node misspells -b missing node pith -b missing node wingless -b missing node simony -b missing node overcook -b missing node overcool -b missing node pita -b missing node britain -b missing node sweatier -b missing node preforms -b missing node behavers -b missing node architecture -b missing node tropisms -b missing node usability -b missing node cureless -b missing node paroxysmal -b missing node poloist -b missing node amtracks -b missing node recomposing -b missing node heil -b missing node heir -b missing node shopmen -b missing node country -b missing node zilch -b missing node manipulations -b missing node thrilling -b missing node anneals -b missing node votary -b missing node stilliest -b missing node arsenals -b missing node teargases -b missing node damagingly -b missing node heft -b missing node extrados -b missing node cesspit -b missing node discord -b missing node guano -b missing node debarment -b missing node bullish -b missing node intensifier -b missing node intensifies -b missing node mercantile -b missing node sneezer -b missing node sneezes -b missing node intensified -b missing node gunplay -b missing node uninvolved -b missing node perturbations -b missing node upgrades -b missing node nontechnical -b missing node misfile -b missing node cheerier -b missing node paratroop -b missing node magics -b missing node pixy -b missing node ascorbate -b missing node upgraded -b missing node demagogue -b missing node psychotogenic -b missing node heme -b missing node glimpses -b missing node allegeable -b missing node glimpser -b missing node absentees -b missing node jouster -b missing node chunked -b missing node help -b missing node clicks -b missing node toggling -b missing node glimpsed -b missing node residuum -b missing node snitchers -b missing node jousted -b missing node impenetrability -b missing node hoarding -b missing node searching -b missing node seigneurage -b missing node hemp -b missing node gyroidal -b missing node hems -b missing node cheerios -b missing node shopman -b missing node cardiographer -b missing node chinchiest -b missing node mailable -b missing node intros -b missing node sainted -b missing node cardiographic -b missing node idolized -b missing node devotedness -b missing node resilience -b missing node idolizer -b missing node idolizes -b missing node held -b missing node marginally -b missing node resiliency -b missing node maledictive -b missing node hell -b missing node regroups -b missing node helm -b missing node lenders -b missing node cliche -b missing node deionized -b missing node enticers -b missing node parapet -b missing node plenished -b missing node presanctified -b missing node rehired -b missing node heirships -b missing node misogynistic -b missing node lewis -b missing node vigilance -b missing node conjugant -b missing node rockabye -b missing node hero -b missing node herr -b missing node hers -b missing node here -b missing node noneducational -b missing node misfire -b missing node dammed -b missing node officiously -b missing node isoprene -b missing node surefire -b missing node herb -b missing node plenishes -b missing node schoolboys -b missing node herd -b missing node rehires -b missing node riveting -b missing node cacophonies -b missing node calibres -b missing node vulcanizers -b missing node sandstones -b missing node rereading -b missing node cartoning -b missing node centenary -b missing node overlapping -b missing node cheerily -b missing node frogeyed -b missing node calibred -b missing node dammer -b missing node hens -b missing node millworks -b missing node adapted -b missing node overhurried -b missing node discoid -b missing node poniard -b missing node tetrahedra -b missing node cheering -b missing node bandying -b missing node adapter -b missing node enamels -b missing node guava -b missing node marginalia -b missing node misfits -b missing node ravening -b missing node havens -b missing node amalgam -b missing node understand -b missing node wittingly -b missing node millable -b missing node malediction -b missing node skags -b missing node foolscap -b missing node guaco -b missing node warehousers -b missing node fashioning -b missing node viscerally -b missing node grandfathers -b missing node revilement -b missing node pies -b missing node pier -b missing node reconsecrating -b missing node frogeyes -b missing node foamy -b missing node arcadings -b missing node caramelizing -b missing node stoplight -b missing node rapeseeds -b missing node foams -b missing node pied -b missing node fragilities -b missing node floridly -b missing node dietetics -b missing node arresting -b missing node inweaved -b missing node bullfinches -b missing node canonry -b missing node overcoat -b missing node ladybirds -b missing node perverts -b missing node alacrities -b missing node straitening -b missing node inweaves -b missing node dreaming -b missing node shewing -b missing node foals -b missing node lithographers -b missing node reconsecration -b missing node profascist -b missing node gloggs -b missing node captioned -b missing node ownerless -b missing node damned -b missing node arachnids -b missing node pics -b missing node malapert -b missing node prejudged -b missing node prejudges -b missing node handcrafting -b missing node prejudger -b missing node pick -b missing node hallucinations -b missing node disgusts -b missing node levin -b missing node riffles -b missing node levis -b missing node riffler -b missing node pitheads -b missing node jubilations -b missing node dreamily -b missing node perverse -b missing node pica -b missing node fruitcake -b missing node directorate -b missing node accomplis -b missing node conditionals -b missing node mesalliances -b missing node cedulas -b missing node demagogic -b missing node unsays -b missing node havers -b missing node thousandth -b missing node tubbing -b missing node landsides -b missing node penniless -b missing node outstroke -b missing node bullier -b missing node greyhound -b missing node bullies -b missing node deliverable -b missing node riffled -b missing node morphologies -b missing node brownstones -b missing node ardencies -b missing node bullied -b missing node insanity -b missing node deionizes -b missing node uncomfortably -b missing node bluefin -b missing node ciphered -b missing node butterier -b missing node butteries -b missing node handmaidens -b missing node unremorseful -b missing node meatier -b missing node lustre -b missing node pigs -b missing node sludgier -b missing node grograms -b missing node turndowns -b missing node noxiousness -b missing node disbandments -b missing node counter -b missing node moderators -b missing node counted -b missing node glamorously -b missing node reprehension -b missing node outplayed -b missing node wreckful -b missing node variability -b missing node feather -b missing node moline -b missing node vicinities -b missing node klieg -b missing node pins -b missing node pint -b missing node stripping -b missing node tollmen -b missing node pink -b missing node pine -b missing node ping -b missing node muezzins -b missing node pima -b missing node frizzling -b missing node canceller -b missing node cancelled -b missing node cutup -b missing node receiving -b missing node hiddenly -b missing node reencloses -b missing node reenclosed -b missing node pimp -b missing node aphanites -b missing node cutty -b missing node vocational -b missing node portraitists -b missing node seamount -b missing node residues -b missing node adjusts -b missing node uncomfortable -b missing node leadings -b missing node defectively -b missing node spooned -b missing node pill -b missing node reticent -b missing node buying -b missing node rhinestone -b missing node absenters -b missing node pile -b missing node incrustation -b missing node horribleness -b missing node metabolical -b missing node slithering -b missing node kitten -b missing node confounds -b missing node tzarevna -b missing node gumdrops -b missing node morphologist -b missing node auditoriums -b missing node antony -b missing node pike -b missing node collocate -b missing node proceeds -b missing node bulling -b missing node overcome -b missing node heat -b missing node cranberries -b missing node redyed -b missing node heap -b missing node hear -b missing node heal -b missing node kitted -b missing node tollman -b missing node head -b missing node redyes -b missing node relaundering -b missing node pipy -b missing node urologic -b missing node slovenlier -b missing node reciprocity -b missing node timesavers -b missing node scoreboard -b missing node semipros -b missing node quarantine -b missing node becalmed -b missing node championships -b missing node lipreading -b missing node pipe -b missing node propitiation -b missing node extracts -b missing node preconception -b missing node pips -b missing node connoting -b missing node piny -b missing node buttering -b missing node letterhead -b missing node injuriousness -b missing node tubbier -b missing node redoubling -b missing node kneehole -b missing node propitiating -b missing node waveoff -b missing node foxier -b missing node pion -b missing node godless -b missing node barbituric -b missing node veneering -b missing node advertisers -b missing node snigglers -b missing node purity -b missing node blossoming -b missing node reemerges -b missing node gracilis -b missing node lasters -b missing node rousting -b missing node partner -b missing node concuss -b missing node herdsmen -b missing node clevises -b missing node molecular -b missing node unholy -b missing node eloquently -b missing node preparatorily -b missing node malfunctions -b missing node unpremeditated -b missing node concurs -b missing node kickers -b missing node wizard -b missing node novocaine -b missing node honorable -b missing node chewiest -b missing node truckman -b missing node honorably -b missing node salacious -b missing node demoniacal -b missing node detesters -b missing node rebecks -b missing node hookworms -b missing node checkered -b missing node telegraphing -b missing node closeups -b missing node molies -b missing node soundless -b missing node attestable -b missing node theologically -b missing node grassy -b missing node raunchier -b missing node reemerged -b missing node reaccede -b missing node hunkering -b missing node snivel -b missing node loveably -b missing node foxing -b missing node pigeonhole -b missing node sweepingly -b missing node revolutionize -b missing node glimpsing -b missing node tangrams -b missing node foxily -b missing node bedside -b missing node loveable -b missing node centroids -b missing node yellowish -b missing node scientistic -b missing node herdsman -b missing node measurement -b missing node roundworm -b missing node roubles -b missing node molecules -b missing node secretaries -b missing node loppier -b missing node flinted -b missing node unrealized -b missing node pooled -b missing node hauteur -b missing node ridders -b missing node nitwit -b missing node clunkers -b missing node purist -b missing node purism -b missing node grasps -b missing node headdresses -b missing node megabits -b missing node snorters -b missing node skate -b missing node tyler -b missing node slaughter -b missing node deerweeds -b missing node hereabout -b missing node unsaid -b missing node amused -b missing node chiefest -b missing node runtier -b missing node amaranths -b missing node friable -b missing node becomingly -b missing node amuser -b missing node stoniness -b missing node recollect -b missing node amuses -b missing node gassers -b missing node prettiest -b missing node abused -b missing node rheumic -b missing node collocating -b missing node smearers -b missing node homburgs -b missing node dismember -b missing node reschedules -b missing node auditorium -b missing node pinnate -b missing node rescheduled -b missing node avails -b missing node heighten -b missing node disrespectable -b missing node collocation -b missing node dreamier -b missing node abuser -b missing node clerkship -b missing node abuses -b missing node contretemps -b missing node divagation -b missing node masterminding -b missing node housefuls -b missing node envelopment -b missing node demography -b missing node pukka -b missing node satellite -b missing node trepanned -b missing node cosponsorship -b missing node revelries -b missing node revolutionist -b missing node heighths -b missing node syphilitic -b missing node repercussion -b missing node divagating -b missing node desegregated -b missing node monocrat -b missing node fleeced -b missing node slathers -b missing node urinals -b missing node damnit -b missing node counsel -b missing node levee -b missing node inspectors -b missing node prejudice -b missing node shutoff -b missing node beings -b missing node fleeces -b missing node editorialize -b missing node pupillary -b missing node fleecer -b missing node attaches -b missing node attacher -b missing node slurped -b missing node waivers -b missing node fearless -b missing node attached -b missing node unstarched -b missing node jasper -b missing node mewling -b missing node squeaky -b missing node lutenists -b missing node wittiness -b missing node talkatively -b missing node blusters -b missing node repercussive -b missing node computing -b missing node graciles -b missing node gangway -b missing node skald -b missing node meatily -b missing node level -b missing node pantaloons -b missing node squeals -b missing node opiated -b missing node lever -b missing node readmitted -b missing node blueprinted -b missing node sashaying -b missing node blousy -b missing node abstricts -b missing node pukes -b missing node disgruntled -b missing node purloins -b missing node gagers -b missing node begrudgingly -b missing node blouse -b missing node moorlands -b missing node sixfold -b missing node puked -b missing node disgruntles -b missing node squeaks -b missing node pleuritis -b missing node prosodies -b missing node blustery -b missing node anchovies -b missing node dunkers -b missing node squinting -b missing node gizmos -b missing node hotfoot -b missing node outthink -b missing node sausages -b missing node damner -b missing node truckmen -b missing node eponymies -b missing node soapless -b missing node yellowing -b missing node gaoled -b missing node vulgarities -b missing node brattish -b missing node kickoffs -b missing node unhook -b missing node unloving -b missing node malefactors -b missing node opiates -b missing node hugged -b missing node gaoler -b missing node renunciation -b missing node lippers -b missing node banjoes -b missing node noncellular -b missing node reinstructed -b missing node wrong -b missing node hugger -b missing node floridan -b missing node postulations -b missing node malathion -b missing node wroth -b missing node tsarinas -b missing node hellfire -b missing node beryls -b missing node stickers -b missing node trestles -b missing node wrote -b missing node editorialist -b missing node misprinted -b missing node reduced -b missing node incombustible -b missing node depositing -b missing node nebule -b missing node baking -b missing node subsequential -b missing node blooded -b missing node gratia -b missing node hucksters -b missing node urinary -b missing node transacted -b missing node nondiplomatic -b missing node striations -b missing node procedurals -b missing node pummels -b missing node japonicas -b missing node visored -b missing node profess -b missing node deposition -b missing node predisposition -b missing node sensoriums -b missing node sleuths -b missing node liegeman -b missing node plurality -b missing node wainscoting -b missing node theoretician -b missing node piezochemistry -b missing node pleasuring -b missing node thrummer -b missing node towages -b missing node unpleasantness -b missing node adaptor -b missing node periscope -b missing node poisoning -b missing node grater -b missing node urinate -b missing node underfinance -b missing node grates -b missing node becloud -b missing node reducer -b missing node untwisted -b missing node reduces -b missing node nebula -b missing node pacers -b missing node ketchups -b missing node purify -b missing node undeterminable -b missing node farfels -b missing node sentient -b missing node tenoned -b missing node wettest -b missing node cosmonaut -b missing node pitons -b missing node spieled -b missing node cherish -b missing node lisper -b missing node boodling -b missing node pluralism -b missing node unclench -b missing node grated -b missing node cockfight -b missing node wetters -b missing node factotums -b missing node godliness -b missing node dogfight -b missing node spangliest -b missing node conjugate -b missing node ladings -b missing node defalcations -b missing node pawners -b missing node thrummed -b missing node liegemen -b missing node tenoner -b missing node orthopaedics -b missing node bilobed -b missing node physicians -b missing node macrame -b missing node manhoods -b missing node keypunched -b missing node squintier -b missing node ratiocinators -b missing node bleating -b missing node restrengthen -b missing node guaranies -b missing node keypunches -b missing node keypuncher -b missing node gratae -b missing node trijet -b missing node unfailingness -b missing node painfully -b missing node mortgagors -b missing node duffy -b missing node parsonage -b missing node duffs -b missing node lisped -b missing node pasteurizing -b missing node overspends -b missing node canticles -b missing node spieler -b missing node moonier -b missing node warrantable -b missing node purine -b missing node imputations -b missing node moonish -b missing node fricasseeing -b missing node telegraphist -b missing node archdukes -b missing node pinnace -b missing node farmer -b missing node concelebrate -b missing node evincible -b missing node affirmatives -b missing node ovally -b missing node farmed -b missing node acumens -b missing node iterations -b missing node wifehood -b missing node caverning -b missing node inverters -b missing node milestones -b missing node consumable -b missing node monotones -b missing node unedible -b missing node voyagers -b missing node jibbers -b missing node torpors -b missing node pawnees -b missing node hailstone -b missing node mechanizes -b missing node mechanizer -b missing node prebendary -b missing node zincs -b missing node zincy -b missing node forehoofs -b missing node colorcasting -b missing node scleroid -b missing node tonsillar -b missing node daemons -b missing node lubricants -b missing node atavism -b missing node voyageur -b missing node atavist -b missing node unostentatious -b missing node recooked -b missing node overwritten -b missing node shutout -b missing node wreckers -b missing node soccers -b missing node purins -b missing node croutons -b missing node declassifying -b missing node unsafe -b missing node effecters -b missing node tattings -b missing node lopping -b missing node poniards -b missing node restrictionism -b missing node restrictionist -b missing node surmount -b missing node workbook -b missing node brattier -b missing node compromise -b missing node commutatively -b missing node philip -b missing node mooning -b missing node prolixly -b missing node whetting -b missing node stranders -b missing node curatives -b missing node taciturnities -b missing node chromatograph -b missing node complimenters -b missing node pluralize -b missing node immeasurable -b missing node arsenate -b missing node cryptically -b missing node containable -b missing node cloverleaf -b missing node mechanized -b missing node immeasurably -b missing node thunderclaps -b missing node leaped -b missing node loping -b missing node minnows -b missing node epileptoid -b missing node dukedom -b missing node hailstorm -b missing node moonily -b missing node sanguine -b missing node leaper -b missing node sweatily -b missing node immodesty -b missing node algoid -b missing node scleroma -b missing node ascots -b missing node paroxysmic -b missing node sweating -b missing node twelvemo -b missing node unfederated -b missing node brasiers -b missing node kentuckian -b missing node wavelet -b missing node teamakers -b missing node pulpy -b missing node rompish -b missing node distensible -b missing node pulps -b missing node veiled -b missing node cleansers -b missing node levels -b missing node veiler -b missing node falconry -b missing node meterages -b missing node corkers -b missing node bumboat -b missing node ritual -b missing node sensationalist -b missing node conquer -b missing node deserver -b missing node deserves -b missing node purposelessly -b missing node flatulently -b missing node zings -b missing node reiterating -b missing node prepossessions -b missing node zingy -b missing node infirmary -b missing node bucolics -b missing node haematin -b missing node redeemers -b missing node splinter -b missing node crawler -b missing node chimbley -b missing node panzers -b missing node appointments -b missing node manicurist -b missing node anisette -b missing node postbags -b missing node travelable -b missing node crawled -b missing node rangiest -b missing node nosier -b missing node chisels -b missing node leased -b missing node sociability -b missing node motliest -b missing node proselytized -b missing node razor -b missing node jetsams -b missing node leaser -b missing node capsulation -b missing node leases -b missing node smokable -b missing node vocations -b missing node conformists -b missing node informal -b missing node sweepstake -b missing node procreativity -b missing node triassic -b missing node flatbed -b missing node romping -b missing node horsetail -b missing node headquartered -b missing node tibet -b missing node indecencies -b missing node tiber -b missing node cleanliest -b missing node divestment -b missing node logbooks -b missing node raddles -b missing node thickening -b missing node ramshackle -b missing node fibers -b missing node zinky -b missing node brigands -b missing node repented -b missing node splinted -b missing node summarizing -b missing node parsable -b missing node alderman -b missing node hackbut -b missing node repenter -b missing node compeers -b missing node fretsaws -b missing node rankly -b missing node hovels -b missing node pryers -b missing node cushy -b missing node pulse -b missing node pkwy -b missing node findings -b missing node sensationalism -b missing node funnier -b missing node altogether -b missing node footlights -b missing node funnies -b missing node dolesome -b missing node begrime -b missing node rankle -b missing node remittable -b missing node washday -b missing node delving -b missing node corslet -b missing node scrimmaging -b missing node vacations -b missing node duets -b missing node raddled -b missing node formalizing -b missing node informed -b missing node informer -b missing node gripple -b missing node euphoric -b missing node euphoria -b missing node tykes -b missing node loath -b missing node unconstitutionally -b missing node forayers -b missing node ruckus -b missing node confluent -b missing node lobby -b missing node errorless -b missing node verbiages -b missing node mutagenicities -b missing node retirement -b missing node nosily -b missing node looseners -b missing node orientation -b missing node overexciting -b missing node razer -b missing node razes -b missing node spearing -b missing node gripper -b missing node latexes -b missing node forebrain -b missing node grippes -b missing node gratin -b missing node looseness -b missing node puckerier -b missing node razee -b missing node razed -b missing node cherries -b missing node gratis -b missing node poltroonery -b missing node purplish -b missing node maligning -b missing node manacling -b missing node truckles -b missing node truckler -b missing node pled -b missing node moistest -b missing node plea -b missing node superscriptions -b missing node syphilises -b missing node orientating -b missing node truckled -b missing node fertileness -b missing node lobar -b missing node nosing -b missing node dosage -b missing node cogged -b missing node headmaster -b missing node dismounted -b missing node slidden -b missing node wharve -b missing node allegoric -b missing node uplinks -b missing node incumbrance -b missing node innovating -b missing node frostiness -b missing node dyeing -b missing node regrowth -b missing node pulls -b missing node malignity -b missing node austrian -b missing node statewide -b missing node maggie -b missing node retributed -b missing node manicuring -b missing node checkup -b missing node movability -b missing node reutilizations -b missing node kilned -b missing node contrasted -b missing node animosity -b missing node profiteer -b missing node antelope -b missing node luckiness -b missing node bishopric -b missing node aitch -b missing node maoris -b missing node fleshliest -b missing node deserved -b missing node gripped -b missing node hungarians -b missing node rilled -b missing node tithings -b missing node moistens -b missing node nourishing -b missing node avouching -b missing node innovation -b missing node verbenas -b missing node faring -b missing node leveed -b missing node nourishment -b missing node mainlanders -b missing node rudderless -b missing node dwarfs -b missing node play -b missing node watchwords -b missing node chileans -b missing node farina -b missing node levees -b missing node duels -b missing node ongoing -b missing node plat -b missing node plan -b missing node enrage -b missing node corresponded -b missing node flintlocks -b missing node boomeranging -b missing node challenging -b missing node thrombosis -b missing node asymmetrical -b missing node kicking -b missing node dispels -b missing node impostures -b missing node encapsulating -b missing node manuscripts -b missing node misbegot -b missing node thrombotic -b missing node quantity -b missing node waiving -b missing node purpling -b missing node alaruming -b missing node leasts -b missing node feasible -b missing node worming -b missing node purgatories -b missing node macaroni -b missing node domestics -b missing node feasibly -b missing node encapsulation -b missing node irradiation -b missing node muffing -b missing node applicability -b missing node dialectical -b missing node influential -b missing node munchy -b missing node exacerbations -b missing node handcar -b missing node electrolyzing -b missing node macaroon -b missing node collections -b missing node pummelled -b missing node phoebes -b missing node nonassertively -b missing node royalty -b missing node hatracks -b missing node divide -b missing node loafs -b missing node irradiating -b missing node moonstones -b missing node maggot -b missing node bunkering -b missing node sniggling -b missing node redistributed -b missing node puler -b missing node pules -b missing node redistributes -b missing node meeters -b missing node barstools -b missing node puled -b missing node loads -b missing node slopworks -b missing node purgatorial -b missing node biennium -b missing node revisionism -b missing node isotonic -b missing node revisionist -b missing node ambrosia -b missing node lethe -b missing node decollated -b missing node muffins -b missing node prancer -b missing node prances -b missing node innovative -b missing node striates -b missing node breathing -b missing node loach -b missing node pranced -b missing node savvying -b missing node monstrosity -b missing node striated -b missing node reconsolidate -b missing node foliar -b missing node refutals -b missing node shuffling -b missing node wireways -b missing node hillsides -b missing node curvy -b missing node inhospitality -b missing node glamours -b missing node genetic -b missing node bedeviling -b missing node reendows -b missing node curve -b missing node inexplicably -b missing node diverters -b missing node inexplicable -b missing node buildings -b missing node trimmings -b missing node letup -b missing node kickier -b missing node reiterative -b missing node breathier -b missing node jealous -b missing node aisle -b missing node tibia -b missing node bluestockings -b missing node neutrally -b missing node loblolly -b missing node monuments -b missing node wormier -b missing node freelancing -b missing node scofflaws -b missing node suballiances -b missing node simmer -b missing node ankara -b missing node ricochets -b missing node anxiously -b missing node clattered -b missing node curst -b missing node misbeget -b missing node depopulations -b missing node detrimentally -b missing node yellowest -b missing node clatterer -b missing node levers -b missing node surmounted -b missing node fricassees -b missing node underexposures -b missing node royally -b missing node curry -b missing node cutaneous -b missing node stringiness -b missing node antagonizes -b missing node loans -b missing node anatto -b missing node antinomianism -b missing node dengues -b missing node whimsey -b missing node fricasseed -b missing node curse -b missing node rousters -b missing node vassar -b missing node heister -b missing node managers -b missing node ranked -b missing node visoring -b missing node antagonized -b missing node vassal -b missing node boneyard -b missing node ranker -b missing node zoophiles -b missing node unselfish -b missing node loamy -b missing node reckoners -b missing node heisted -b missing node loams -b missing node jaguars -b missing node craving -b missing node divine -b missing node guessed -b missing node uterine -b missing node reinviting -b missing node disparately -b missing node clunking -b missing node quantize -b missing node nonviolent -b missing node hovers -b missing node falconet -b missing node diving -b missing node funnily -b missing node falconer -b missing node fluster -b missing node statutory -b missing node noontides -b missing node obstetrics -b missing node argufying -b missing node guesser -b missing node guesses -b missing node addictively -b missing node computerizing -b missing node comprehend -b missing node lazying -b missing node ceils -b missing node importune -b missing node hoecakes -b missing node kayaker -b missing node puckering -b missing node unplayed -b missing node upheaved -b missing node egocentricities -b missing node impulsiveness -b missing node funning -b missing node reiteration -b missing node upheaves -b missing node preambles -b missing node upheaver -b missing node rejectors -b missing node dumpiness -b missing node sleepers -b missing node inboard -b missing node evangelize -b missing node upheaval -b missing node apricot -b missing node subvarieties -b missing node rescind -b missing node huntresses -b missing node draggers -b missing node computable -b missing node rescinded -b missing node impugnment -b missing node quixote -b missing node divisional -b missing node pumps -b missing node grovelers -b missing node quantify -b missing node arbalests -b missing node rescinder -b missing node inveighs -b missing node residual -b missing node reconditions -b missing node methanes -b missing node bandmaster -b missing node abetment -b missing node revokers -b missing node impossibilities -b missing node exhilarative -b missing node reattempting -b missing node genevas -b missing node nostrils -b missing node monotheism -b missing node adjured -b missing node mortician -b missing node treatise -b missing node quackishly -b missing node italicize -b missing node monotheist -b missing node blessers -b missing node adjurer -b missing node adjures -b missing node debouche -b missing node officialities -b missing node waspish -b missing node pappooses -b missing node biennial -b missing node coating -b missing node ironing -b missing node fishwife -b missing node vicarly -b missing node predispose -b missing node wakened -b missing node hypertensive -b missing node wakener -b missing node effulgent -b missing node regally -b missing node professionalist -b missing node assorter -b missing node assorted -b missing node coiffes -b missing node coiffed -b missing node jaunted -b missing node luster -b missing node anomalistic -b missing node lusted -b missing node inveigle -b missing node ironist -b missing node mulberries -b missing node professionalize -b missing node matadors -b missing node mirrors -b missing node pierces -b missing node piercer -b missing node dreamful -b missing node snitch -b missing node expensively -b missing node impressively -b missing node chowed -b missing node cohoshes -b missing node regalia -b missing node rayon -b missing node paralleling -b missing node penultimate -b missing node pierced -b missing node pregnancy -b missing node amerinds -b missing node godsends -b missing node illegitimated -b missing node bacchanalias -b missing node scribed -b missing node bacchanalian -b missing node sustainable -b missing node moistful -b missing node copolymer -b missing node moonlet -b missing node dehydrogenation -b missing node yoicks -b missing node epistle -b missing node workbench -b missing node bushman -b missing node earrings -b missing node dehydrogenating -b missing node sidewinders -b missing node missions -b missing node nontruths -b missing node armchairs -b missing node wormish -b missing node femininity -b missing node rayed -b missing node freakiest -b missing node hypertension -b missing node onuses -b missing node scribes -b missing node scriber -b missing node autodidact -b missing node expert -b missing node letch -b missing node pieceworker -b missing node cloddish -b missing node unspotted -b missing node regales -b missing node skiwears -b missing node blowzy -b missing node gluttonous -b missing node properness -b missing node exhilarating -b missing node isotopic -b missing node shutouts -b missing node cutie -b missing node nineteens -b missing node endomorphic -b missing node cutin -b missing node slurred -b missing node unbelief -b missing node topcoat -b missing node cutis -b missing node fashioners -b missing node exhilaration -b missing node unresponsive -b missing node irrigators -b missing node guardedly -b missing node regaled -b missing node southeaster -b missing node betrayals -b missing node bluegum -b missing node mayflowers -b missing node reoccurs -b missing node bushmen -b missing node cunnilinctus -b missing node hypnotic -b missing node reconsidering -b missing node aristocratic -b missing node tolling -b missing node moonlit -b missing node hairdressing -b missing node parallelism -b missing node professionalism -b missing node steadiers -b missing node unfought -b missing node empurple -b missing node shelterless -b missing node tinstones -b missing node beeping -b missing node understate -b missing node landholding -b missing node arbitrages -b missing node talkers -b missing node biochemical -b missing node arbitrager -b missing node reoccupy -b missing node scribal -b missing node targeting -b missing node isotopes -b missing node steadiest -b missing node nacred -b missing node forgather -b missing node rampagers -b missing node yurts -b missing node parasol -b missing node picnics -b missing node nacres -b missing node brushups -b missing node seawater -b missing node evangelist -b missing node cuter -b missing node canonic -b missing node wishless -b missing node evangelism -b missing node illegalized -b missing node cutes -b missing node local -b missing node cutey -b missing node cantharis -b missing node adventurous -b missing node collaborated -b missing node hahnium -b missing node thromboses -b missing node anarchic -b missing node heraldists -b missing node haps -b missing node pumas -b missing node mobsters -b missing node collaborates -b missing node constructions -b missing node descanted -b missing node submersed -b missing node enfevered -b missing node interjected -b missing node volatilizing -b missing node geochemists -b missing node asthma -b missing node absorbent -b missing node radiomen -b missing node dudes -b missing node misnames -b missing node handbag -b missing node mentor -b missing node plastering -b missing node retributor -b missing node helipad -b missing node allergology -b missing node trills -b missing node poundals -b missing node misnamed -b missing node duddy -b missing node gravid -b missing node expels -b missing node pinpoints -b missing node trammeling -b missing node treaties -b missing node normatively -b missing node pushiest -b missing node diagnosticians -b missing node harp -b missing node graven -b missing node pamper -b missing node intermixed -b missing node harm -b missing node killed -b missing node hark -b missing node graves -b missing node cogitators -b missing node graver -b missing node ploy -b missing node plow -b missing node hart -b missing node gravel -b missing node accounter -b missing node plot -b missing node travesties -b missing node hare -b missing node boleros -b missing node accounted -b missing node conductive -b missing node hard -b missing node enrapt -b missing node malarky -b missing node exclamatory -b missing node pikers -b missing node profiters -b missing node plop -b missing node intermixes -b missing node dilatant -b missing node washers -b missing node plod -b missing node abnormals -b missing node blowsy -b missing node hall -b missing node halo -b missing node encroaches -b missing node hale -b missing node half -b missing node consenters -b missing node poplins -b missing node clicked -b missing node lobes -b missing node microfilms -b missing node encroached -b missing node sharpshooting -b missing node radioman -b missing node evangelic -b missing node clicker -b missing node shallot -b missing node tiara -b missing node shallow -b missing node firebombing -b missing node tepidly -b missing node japanese -b missing node hake -b missing node disbarments -b missing node angularity -b missing node swabbie -b missing node travestied -b missing node illiterateness -b missing node prinking -b missing node curiums -b missing node malaria -b missing node stewpans -b missing node killer -b missing node feoffment -b missing node shallop -b missing node lobed -b missing node foresides -b missing node loyalest -b missing node saintly -b missing node stalwartly -b missing node interpret -b missing node hank -b missing node expend -b missing node hang -b missing node hand -b missing node blowup -b missing node rebroadening -b missing node artiness -b missing node playpens -b missing node hams -b missing node submerses -b missing node activations -b missing node mentis -b missing node pellagras -b missing node repacking -b missing node precooling -b missing node chillness -b missing node incorruptly -b missing node corelate -b missing node bilateralities -b missing node zoology -b missing node monocots -b missing node halt -b missing node gradating -b missing node purges -b missing node swabber -b missing node viticulture -b missing node diagnosis -b missing node guardhouse -b missing node cloddier -b missing node purger -b missing node enticing -b missing node expect -b missing node glinted -b missing node marveling -b missing node subtrahends -b missing node conduction -b missing node incarcerate -b missing node guested -b missing node plus -b missing node zoologists -b missing node problems -b missing node gradation -b missing node midship -b missing node teutonic -b missing node menthe -b missing node hawk -b missing node plum -b missing node invertor -b missing node swabbed -b missing node purged -b missing node adjuror -b missing node plug -b missing node haws -b missing node inexpressibility -b missing node lunker -b missing node postboxes -b missing node haze -b missing node aldermen -b missing node caprine -b missing node waisting -b missing node hindermost -b missing node ironies -b missing node conducting -b missing node neglect -b missing node frugged -b missing node clapboards -b missing node overnighters -b missing node baronetcy -b missing node maladroitly -b missing node poundage -b missing node engirdle -b missing node hazy -b missing node durability -b missing node arbitraments -b missing node rucked -b missing node methanol -b missing node nonstandardized -b missing node breakfasts -b missing node hays -b missing node paternal -b missing node cogent -b missing node davenports -b missing node refortifying -b missing node hate -b missing node hath -b missing node diagnoses -b missing node absorbers -b missing node aspersers -b missing node vaster -b missing node cathartics -b missing node impracticable -b missing node hats -b missing node cerebroid -b missing node seignorage -b missing node diagnosed -b missing node dilatate -b missing node unrecoverable -b missing node autobiography -b missing node unneedfully -b missing node hash -b missing node graved -b missing node multilaterally -b missing node technically -b missing node cusps -b missing node vulcanizing -b missing node hast -b missing node pinesap -b missing node hasp -b missing node engirded -b missing node unfertile -b missing node sorceresses -b missing node kitsch -b missing node reconfirmations -b missing node interjector -b missing node have -b missing node readjourn -b missing node wordstar -b missing node treating -b missing node scarcely -b missing node lobos -b missing node substructures -b missing node tungstenic -b missing node gaugers -b missing node recombinant -b missing node pampas -b missing node warehouses -b missing node braggiest -b missing node proselytizes -b missing node learnt -b missing node proselytizer -b missing node defecters -b missing node warehoused -b missing node mental -b missing node learns -b missing node specification -b missing node warehouser -b missing node haul -b missing node tiredest -b missing node hive -b missing node wristlets -b missing node calculate -b missing node monodic -b missing node rummaged -b missing node incorrupted -b missing node postponing -b missing node tympana -b missing node encampment -b missing node rummager -b missing node rummages -b missing node tympani -b missing node squall -b missing node anticlines -b missing node tympans -b missing node hedgepigs -b missing node hypnosis -b missing node eighth -b missing node disproportionately -b missing node inverted -b missing node partial -b missing node havana -b missing node hits -b missing node arranged -b missing node frothier -b missing node behaving -b missing node caprice -b missing node subsidizing -b missing node gamiest -b missing node jeremiad -b missing node behavior -b missing node traumatizes -b missing node leathered -b missing node arranges -b missing node commerce -b missing node arranger -b missing node grande -b missing node hiss -b missing node globes -b missing node hist -b missing node extincted -b missing node eighty -b missing node eights -b missing node jeremiah -b missing node partied -b missing node sweden -b missing node overimpressing -b missing node globed -b missing node inuring -b missing node hisn -b missing node grands -b missing node essentially -b missing node sleave -b missing node radiocaster -b missing node heightens -b missing node swedes -b missing node wetting -b missing node quacked -b missing node ranees -b missing node dissimilarity -b missing node cheapies -b missing node collectives -b missing node compact -b missing node molasses -b missing node deriding -b missing node nobles -b missing node nobler -b missing node births -b missing node strippers -b missing node grievousness -b missing node scalding -b missing node grassland -b missing node sunwards -b missing node imparted -b missing node maharaja -b missing node notable -b missing node molest -b missing node backhand -b missing node fumble -b missing node fodder -b missing node slathering -b missing node healthier -b missing node traumatized -b missing node curriculum -b missing node manholes -b missing node snafued -b missing node dalmatians -b missing node plagiary -b missing node cumberers -b missing node magistracies -b missing node notably -b missing node liberationist -b missing node wettish -b missing node voluminous -b missing node algins -b missing node cecum -b missing node emerita -b missing node dimness -b missing node cooperations -b missing node obsolete -b missing node nonattendance -b missing node emeriti -b missing node sleazy -b missing node transom -b missing node watchout -b missing node greenback -b missing node duodenums -b missing node rehardened -b missing node mistranscription -b missing node aguishly -b missing node layers -b missing node squats -b missing node battiness -b missing node immediacies -b missing node hind -b missing node collaborator -b missing node deserter -b missing node mindlessly -b missing node tubbers -b missing node linoleums -b missing node frothing -b missing node terrazzo -b missing node nettlesome -b missing node hill -b missing node langauge -b missing node asphalt -b missing node mealtime -b missing node housetop -b missing node hilt -b missing node imprudently -b missing node arachnid -b missing node maharani -b missing node perching -b missing node escapement -b missing node skean -b missing node arbor -b missing node triers -b missing node anonymous -b missing node innovators -b missing node presaged -b missing node squash -b missing node knockouts -b missing node bravadoes -b missing node machinize -b missing node evocation -b missing node puffs -b missing node bassoons -b missing node puffy -b missing node broadside -b missing node nitres -b missing node square -b missing node desertic -b missing node hike -b missing node nibbler -b missing node nibbles -b missing node valorizes -b missing node hypnoses -b missing node hyperactive -b missing node healthily -b missing node graecizing -b missing node foxglove -b missing node smoothened -b missing node nibbled -b missing node pretext -b missing node pandemics -b missing node landmasses -b missing node fezzed -b missing node syndication -b missing node titteringly -b missing node miscognizant -b missing node hire -b missing node imminent -b missing node presager -b missing node grange -b missing node valentines -b missing node cataracts -b missing node offerors -b missing node westernizes -b missing node presages -b missing node fezzes -b missing node cedar -b missing node snitching -b missing node squaws -b missing node hips -b missing node valorized -b missing node deltic -b missing node syndicating -b missing node westernized -b missing node reattainment -b missing node biocide -b missing node lucidly -b missing node mahjonggs -b missing node abortively -b missing node inverter -b missing node frothily -b missing node coordinated -b missing node shewers -b missing node cottontails -b missing node looniness -b missing node chartists -b missing node armadas -b missing node squawk -b missing node mucous -b missing node stonewalled -b missing node coordinates -b missing node chaplaincy -b missing node sniffers -b missing node hint -b missing node giantesses -b missing node deserted -b missing node germiest -b missing node correctable -b missing node ultimation -b missing node hadrons -b missing node companions -b missing node hide -b missing node saxhorns -b missing node undeceives -b missing node inclinations -b missing node judicatories -b missing node dukes -b missing node hied -b missing node befuddle -b missing node hies -b missing node ascribe -b missing node marrieds -b missing node scruffier -b missing node undeceived -b missing node urbanities -b missing node disloyal -b missing node boyos -b missing node midland -b missing node waspily -b missing node pretest -b missing node partita -b missing node cecal -b missing node cucumber -b missing node corralling -b missing node zenanas -b missing node nutritionally -b missing node synopses -b missing node itchier -b missing node delayed -b missing node sliverers -b missing node mottle -b missing node minutia -b missing node jaycees -b missing node waterpower -b missing node delayer -b missing node muzzily -b missing node hick -b missing node grants -b missing node skein -b missing node vacantly -b missing node granny -b missing node pelted -b missing node dustrags -b missing node unripest -b missing node parting -b missing node conation -b missing node agriculture -b missing node mesospheric -b missing node pelter -b missing node rewrap -b missing node improvidence -b missing node werewolves -b missing node veneerers -b missing node stretchable -b missing node nonresident -b missing node grazioso -b missing node synopsis -b missing node sibylic -b missing node unprovided -b missing node lending -b missing node delude -b missing node assassinations -b missing node varnishy -b missing node general -b missing node obstetrician -b missing node parolable -b missing node sixtieths -b missing node pretend -b missing node high -b missing node magnet -b missing node skeet -b missing node daylight -b missing node radiogram -b missing node vermouth -b missing node excursively -b missing node timesaving -b missing node reanimated -b missing node fantastical -b missing node rehardens -b missing node overstating -b missing node pentecostal -b missing node dunking -b missing node coolant -b missing node sluggardly -b missing node disadvantages -b missing node verdancy -b missing node gluttonies -b missing node random -b missing node ghostliness -b missing node tyres -b missing node karats -b missing node noncontagious -b missing node tsarisms -b missing node unmooring -b missing node disadvantaged -b missing node thrillers -b missing node waspier -b missing node myself -b missing node cricking -b missing node engross -b missing node coordinator -b missing node reanimates -b missing node tyred -b missing node crustacea -b missing node muzzier -b missing node inadvertency -b missing node inadvertence -b missing node computers -b missing node cecil -b missing node predacious -b missing node horizons -b missing node snowiest -b missing node karate -b missing node itching -b missing node imparter -b missing node unselfishness -b missing node foeti -b missing node cumbersome -b missing node homebodies -b missing node stipulatory -b missing node moonshiner -b missing node padshah -b missing node earring -b missing node transit -b missing node obtrusively -b missing node superimposition -b missing node parties -b missing node concord -b missing node nonexistence -b missing node bodingly -b missing node immutability -b missing node clifts -b missing node overvalues -b missing node anticlinal -b missing node monsieur -b missing node heritors -b missing node conative -b missing node chevrolet -b missing node isotopically -b missing node overvalued -b missing node moonshined -b missing node saltless -b missing node stipulators -b missing node cyclonically -b missing node searchers -b missing node generic -b missing node outguessing -b missing node astronautics -b missing node trisected -b missing node nonconcurrent -b missing node rehinge -b missing node tympany -b missing node minuter -b missing node minutes -b missing node absenting -b missing node prominence -b missing node unripely -b missing node minuted -b missing node desponded -b missing node mottos -b missing node unsensible -b missing node inimically -b missing node generis -b missing node irritability -b missing node encrustation -b missing node punchiest -b missing node bullock -b missing node transcendentally -b missing node wizens -b missing node trifle -b missing node estuary -b missing node recreantly -b missing node anticlimax -b missing node hypothecating -b missing node blippers -b missing node humanize -b missing node terrorizing -b missing node plasmatic -b missing node stovepipe -b missing node thyme -b missing node bibles -b missing node recreated -b missing node onces -b missing node rumania -b missing node typic -b missing node skews -b missing node amoebic -b missing node arabs -b missing node footbaths -b missing node buddhists -b missing node interplay -b missing node ortolans -b missing node miraculous -b missing node recutting -b missing node hygroscope -b missing node admonishments -b missing node poult -b missing node impoverisher -b missing node preteen -b missing node thymy -b missing node impoverishes -b missing node recreates -b missing node outwitting -b missing node thymi -b missing node poky -b missing node tuberoid -b missing node auctions -b missing node bereavers -b missing node inturn -b missing node chieftain -b missing node polk -b missing node subentry -b missing node cerumen -b missing node poll -b missing node pole -b missing node antecedently -b missing node troublesome -b missing node splotchy -b missing node arthrography -b missing node disinfectants -b missing node filmdom -b missing node trifid -b missing node internships -b missing node contemplation -b missing node poke -b missing node swatters -b missing node afrikaans -b missing node pound -b missing node deacidification -b missing node pomp -b missing node typed -b missing node pong -b missing node reemployed -b missing node emphatic -b missing node unisonal -b missing node contemplating -b missing node repentant -b missing node spiegel -b missing node deceleration -b missing node types -b missing node pond -b missing node collegiate -b missing node pone -b missing node encephala -b missing node immunities -b missing node cornflowers -b missing node backwards -b missing node outreached -b missing node poly -b missing node polo -b missing node pols -b missing node outreaches -b missing node heartfelt -b missing node pooped -b missing node assumption -b missing node hateful -b missing node cogitator -b missing node pome -b missing node arrays -b missing node radioactive -b missing node curricular -b missing node scantiest -b missing node bluejay -b missing node palmate -b missing node flushest -b missing node deportations -b missing node ameers -b missing node humanism -b missing node typos -b missing node humanist -b missing node contractile -b missing node butterfly -b missing node scathed -b missing node yawls -b missing node testicles -b missing node chinatown -b missing node saucepans -b missing node faultless -b missing node invertase -b missing node responses -b missing node sweepings -b missing node chrysalis -b missing node scathes -b missing node haulage -b missing node pours -b missing node strontium -b missing node humanity -b missing node inmates -b missing node araks -b missing node shyster -b missing node cadaver -b missing node towable -b missing node juries -b missing node federally -b missing node dishonesty -b missing node dawning -b missing node lopers -b missing node respectfulness -b missing node leapers -b missing node burliness -b missing node nonallergenic -b missing node yawns -b missing node concords -b missing node unasked -b missing node hatchbacks -b missing node pouty -b missing node shuckings -b missing node genitures -b missing node pouts -b missing node tumultus -b missing node stripiest -b missing node yodelling -b missing node mistermed -b missing node impoverished -b missing node lithographing -b missing node underwriter -b missing node anting -b missing node underwrites -b missing node residencies -b missing node immotile -b missing node plexuses -b missing node poco -b missing node ornithologist -b missing node pock -b missing node voyaging -b missing node dejection -b missing node elasticities -b missing node republic -b missing node absoluteness -b missing node panelists -b missing node disinclined -b missing node intuit -b missing node puckerers -b missing node misgiving -b missing node disinclines -b missing node yawps -b missing node imponderables -b missing node shellackers -b missing node dejecting -b missing node collegians -b missing node doorjambs -b missing node assumptive -b missing node nuggets -b missing node supervisal -b missing node inverses -b missing node puggy -b missing node warehousing -b missing node poet -b missing node commoners -b missing node contracting -b missing node tuberose -b missing node poem -b missing node squeezing -b missing node nuptial -b missing node locomote -b missing node folios -b missing node riffing -b missing node underbellies -b missing node contraction -b missing node copperhead -b missing node sidetracking -b missing node commonest -b missing node pods -b missing node foehn -b missing node nuggety -b missing node sopranos -b missing node showcases -b missing node shuddery -b missing node taxational -b missing node cheapish -b missing node powerhouses -b missing node rematching -b missing node shudders -b missing node cogitated -b missing node finialed -b missing node saveable -b missing node baklavas -b missing node shipkeeper -b missing node snapweed -b missing node antecedental -b missing node gloats -b missing node gaging -b missing node inoffensiveness -b missing node raftsmen -b missing node tuberous -b missing node molder -b missing node odiousness -b missing node showcased -b missing node ceder -b missing node inkiness -b missing node skirters -b missing node progression -b missing node molded -b missing node ceded -b missing node bushwhacking -b missing node adoptability -b missing node endoderms -b missing node pickiest -b missing node predeceased -b missing node knower -b missing node uruguay -b missing node potpies -b missing node cedes -b missing node knells -b missing node hibernator -b missing node seneschal -b missing node snorting -b missing node sweets -b missing node bleaters -b missing node evocative -b missing node progressing -b missing node predeceases -b missing node checker -b missing node supervisee -b missing node supervised -b missing node overview -b missing node minuses -b missing node riling -b missing node supervises -b missing node husbandry -b missing node butterfat -b missing node pharyngeal -b missing node checked -b missing node chieftains -b missing node machinist -b missing node derricks -b missing node stinters -b missing node hopsacking -b missing node suboxides -b missing node bakery -b missing node quadrantal -b missing node angelfish -b missing node cambiums -b missing node magnesic -b missing node magnesia -b missing node sieging -b missing node lisles -b missing node ginseng -b missing node gesturers -b missing node bakers -b missing node blemishes -b missing node nonskilled -b missing node reassurances -b missing node wiretapper -b missing node shutter -b missing node wiretapped -b missing node nitric -b missing node rancor -b missing node husbandly -b missing node censored -b missing node collectedly -b missing node blemished -b missing node trickishness -b missing node voucherable -b missing node emeries -b missing node bozos -b missing node compass -b missing node renegotiator -b missing node deliriant -b missing node technocrat -b missing node deltas -b missing node riggings -b missing node housesit -b missing node machining -b missing node chandleries -b missing node bigamists -b missing node sweepy -b missing node sweeps -b missing node trucking -b missing node godchild -b missing node magmas -b missing node contractive -b missing node recontamination -b missing node fallouts -b missing node escrows -b missing node amoebae -b missing node decelerating -b missing node whetters -b missing node amoeban -b missing node combatively -b missing node bretons -b missing node amoebas -b missing node plaques -b missing node riveters -b missing node jurist -b missing node stranding -b missing node compare -b missing node pancaking -b missing node flemish -b missing node moolahs -b missing node patterning -b missing node cheerers -b missing node pouch -b missing node supervisor -b missing node ricksha -b missing node examination -b missing node wharfs -b missing node blueish -b missing node profane -b missing node loppers -b missing node advertised -b missing node trapdoors -b missing node leotard -b missing node petrifying -b missing node enravished -b missing node schmalz -b missing node phrenological -b missing node progressive -b missing node gabbroic -b missing node livestock -b missing node dictronics -b missing node untrained -b missing node disburse -b missing node gassing -b missing node unarrested -b missing node advertises -b missing node advertiser -b missing node geneses -b missing node daggers -b missing node bactericide -b missing node lasting -b missing node rancho -b missing node hibernates -b missing node husbander -b missing node oppressively -b missing node pouff -b missing node rancid -b missing node complimentary -b missing node inharmonious -b missing node renegotiated -b missing node inductions -b missing node poufs -b missing node roofless -b missing node global -b missing node enravishes -b missing node knowns -b missing node nonactives -b missing node renegotiates -b missing node pondweeds -b missing node raftsman -b missing node wickedness -b missing node superlativeness -b missing node mendings -b missing node housesat -b missing node company -b missing node hibernated -b missing node globularly -b missing node husbanded -b missing node flamencos -b missing node apercu -b missing node fleming -b missing node lachrymator -b missing node togglers -b missing node bloodedness -b missing node brewings -b missing node maharanees -b missing node anilines -b missing node bonniness -b missing node stiffening -b missing node graspingness -b missing node entomologically -b missing node nitros -b missing node blueing -b missing node berkeley -b missing node genesis -b missing node wreckage -b missing node cogitates -b missing node contemplative -b missing node piazza -b missing node satinwood -b missing node alternatingly -b missing node piazze -b missing node availed -b missing node teetotals -b missing node cravings -b missing node anthers -b missing node managing -b missing node pockmarked -b missing node peddlar -b missing node missiles -b missing node naturalizations -b missing node emphases -b missing node blotto -b missing node blighty -b missing node shanghaiing -b missing node obstructors -b missing node skirting -b missing node hymnary -b missing node expressionists -b missing node divers -b missing node divert -b missing node bygone -b missing node carryover -b missing node blotty -b missing node faculty -b missing node bushwhackers -b missing node bioassayed -b missing node gabfests -b missing node tsaritza -b missing node discards -b missing node someways -b missing node hardhead -b missing node moderner -b missing node lumpers -b missing node primaries -b missing node portrayals -b missing node divest -b missing node discourages -b missing node emphasis -b missing node discouraged -b missing node stacked -b missing node wingspan -b missing node busheler -b missing node staggeringly -b missing node stacker -b missing node busheled -b missing node recyclability -b missing node equerry -b missing node brusquely -b missing node vetting -b missing node coincide -b missing node unlicensed -b missing node client -b missing node dropsies -b missing node whangs -b missing node borealis -b missing node grapes -b missing node friendship -b missing node peddler -b missing node parasite -b missing node peddles -b missing node diverting -b missing node unqualifiedly -b missing node unwilled -b missing node superintendence -b missing node dropsied -b missing node primarily -b missing node modernly -b missing node superintendency -b missing node gassier -b missing node shunters -b missing node vastest -b missing node bonefishes -b missing node lumpens -b missing node transitional -b missing node outwalked -b missing node straggled -b missing node majorettes -b missing node arrestors -b missing node straggler -b missing node benefited -b missing node straggles -b missing node trigon -b missing node workboat -b missing node trellising -b missing node frontiers -b missing node peddled -b missing node sojourn -b missing node chiefdom -b missing node coarsest -b missing node marquise -b missing node dotters -b missing node graphs -b missing node gauging -b missing node coarsens -b missing node shuttle -b missing node deflections -b missing node brightens -b missing node periodically -b missing node bluffers -b missing node reaccompanied -b missing node urgingly -b missing node destroyingly -b missing node possums -b missing node numerous -b missing node coifing -b missing node quackery -b missing node reaccompanies -b missing node reconsider -b missing node criminated -b missing node bluffest -b missing node kenosises -b missing node nonobligatory -b missing node ethnologist -b missing node incident -b missing node spreader -b missing node virtual -b missing node leatherneck -b missing node segments -b missing node egestions -b missing node swears -b missing node betterment -b missing node empire -b missing node undetected -b missing node planetarium -b missing node chummiest -b missing node ardor -b missing node dottels -b missing node kernelling -b missing node fidelities -b missing node unpropitious -b missing node orthopaedist -b missing node sweats -b missing node bioactivities -b missing node overworked -b missing node odorizes -b missing node depolarizing -b missing node carnations -b missing node ranges -b missing node ranger -b missing node uglifies -b missing node sweaty -b missing node missilry -b missing node spooked -b missing node rakehell -b missing node ranged -b missing node virulencies -b missing node odorized -b missing node doughnut -b missing node postulates -b missing node ecstatics -b missing node cartography -b missing node corkage -b missing node stiffeners -b missing node cafeterias -b missing node postulated -b missing node mantilla -b missing node mismanaging -b missing node rechristenings -b missing node habilitate -b missing node neoclassicism -b missing node voltmeters -b missing node blights -b missing node manslaughter -b missing node newsweek -b missing node coarsely -b missing node virtues -b missing node corkwoods -b missing node paraquats -b missing node cedarwood -b missing node philos -b missing node interpose -b missing node philol -b missing node boxer -b missing node shotguns -b missing node tethering -b missing node boxes -b missing node blazon -b missing node uglifier -b missing node boxed -b missing node cascaras -b missing node dosers -b missing node capacitance -b missing node uglified -b missing node bowie -b missing node poxes -b missing node manhandle -b missing node evident -b missing node pelvic -b missing node xenobiologies -b missing node jowled -b missing node cheerful -b missing node railside -b missing node pelvis -b missing node invigorator -b missing node enoughs -b missing node deathtrap -b missing node airports -b missing node leaping -b missing node blotch -b missing node magnetic -b missing node thickeners -b missing node reaccept -b missing node blipping -b missing node blabbing -b missing node embitterments -b missing node trueloves -b missing node moderating -b missing node advertising -b missing node insinuates -b missing node bertha -b missing node discing -b missing node alcazars -b missing node schooner -b missing node decoding -b missing node fluoroscopies -b missing node senilities -b missing node swooshes -b missing node wigwam -b missing node blackamoors -b missing node wigwag -b missing node ikebanas -b missing node moderation -b missing node spooled -b missing node arcus -b missing node polymeric -b missing node singular -b missing node unsuspiciously -b missing node excreter -b missing node excretes -b missing node talking -b missing node poxed -b missing node lucifer -b missing node spooler -b missing node feudists -b missing node faculae -b missing node dunderhead -b missing node reaccent -b missing node insinuated -b missing node christie -b missing node turquoises -b missing node excreted -b missing node predecessors -b missing node suppress -b missing node dissimulation -b missing node follicular -b missing node superintendents -b missing node blackguard -b missing node putdown -b missing node outgrowing -b missing node placidity -b missing node arachnoid -b missing node rewove -b missing node flauntiest -b missing node villainously -b missing node magnums -b missing node dauntless -b missing node berths -b missing node faithfuls -b missing node pelves -b missing node carboys -b missing node indulgences -b missing node mudras -b missing node roving -b missing node bowls -b missing node pows -b missing node shambling -b missing node jollities -b missing node aldrins -b missing node enfilading -b missing node leper -b missing node christen -b missing node deferrable -b missing node levant -b missing node astern -b missing node irrigation -b missing node manoeuver -b missing node arrant -b missing node invariability -b missing node auditories -b missing node unwieldier -b missing node umlaut -b missing node newsies -b missing node avocation -b missing node birthstone -b missing node nonfactually -b missing node twopenny -b missing node newsier -b missing node asters -b missing node misarrange -b missing node secretariat -b missing node excretal -b missing node magneton -b missing node bereaving -b missing node magnetos -b missing node secretarial -b missing node diathermy -b missing node announcer -b missing node announces -b missing node blazed -b missing node alphanumeric -b missing node blazer -b missing node pouf -b missing node blazes -b missing node noonday -b missing node hilltops -b missing node pour -b missing node focus -b missing node entrenched -b missing node pout -b missing node brusquest -b missing node honorific -b missing node cliched -b missing node latests -b missing node entrenches -b missing node heedfully -b missing node announced -b missing node participant -b missing node infirmness -b missing node cliches -b missing node port -b missing node watchwomen -b missing node twopence -b missing node prying -b missing node auditorial -b missing node runtish -b missing node pose -b missing node ravenous -b missing node exhalants -b missing node posh -b missing node cowries -b missing node hymnals -b missing node millions -b missing node invigorates -b missing node post -b missing node desegregates -b missing node preaccustom -b missing node propitiatory -b missing node dissimulating -b missing node posy -b missing node suzette -b missing node woodcutter -b missing node screeched -b missing node invigorated -b missing node pots -b missing node screecher -b missing node talkier -b missing node screeches -b missing node talkies -b missing node transplanting -b missing node pokiness -b missing node handcuffing -b missing node tragedienne -b missing node pops -b missing node tsimmes -b missing node tawney -b missing node anthems -b missing node cermets -b missing node pithiness -b missing node ridding -b missing node curtailment -b missing node deceive -b missing node authorizations -b missing node commandeers -b missing node regards -b missing node arrack -b missing node hoatzins -b missing node insinuator -b missing node spearers -b missing node porn -b missing node typal -b missing node flushing -b missing node pork -b missing node swooshed -b missing node guidances -b missing node pore -b missing node postcards -b missing node slaloms -b missing node pony -b missing node pons -b missing node pooh -b missing node orienting -b missing node watchwoman -b missing node pool -b missing node deceits -b missing node epsilon -b missing node participate -b missing node ceremonious -b missing node retests -b missing node carbons -b missing node dawned -b missing node bowse -b missing node excerpt -b missing node websters -b missing node poor -b missing node tyrannosauruses -b missing node poop -b missing node motherland -b missing node polyester -b missing node uncleanliness -b missing node christly -b missing node doorpost -b missing node fluoroscopist -b missing node pope -b missing node blouses -b missing node arced -b missing node palters -b missing node gouging -b missing node capitulary -b missing node sadistic -b missing node unpitying -b missing node trichiniasis -b missing node aspersing -b missing node backwater -b missing node bloused -b missing node femininely -b missing node brussels -b missing node iniquities -b missing node centillion -b missing node subtleness -b missing node refreshment -b missing node acrylic -b missing node effects -b missing node emigration -b missing node capitulate -b missing node pitman -b missing node bedfellows -b missing node narrowness -b missing node suitor -b missing node aggrieves -b missing node manoeuvre -b missing node mailings -b missing node aspersion -b missing node inadequately -b missing node uprising -b missing node aggrieved -b missing node eucharistical -b missing node ohmmeter -b missing node lincoln -b missing node maidenhood -b missing node tormentor -b missing node melodeons -b missing node exorbitantly -b missing node floodwater -b missing node misdirects -b missing node whickering -b missing node disorganizing -b missing node misbeliefs -b missing node flatiron -b missing node archaists -b missing node tsarists -b missing node florescent -b missing node reloads -b missing node harvesters -b missing node rollicked -b missing node hatmakers -b missing node preinserts -b missing node incriminatory -b missing node cornbread -b missing node wiggliest -b missing node abrogations -b missing node umbrae -b missing node acceptable -b missing node generics -b missing node cosponsors -b missing node bedraggle -b missing node chosen -b missing node typographically -b missing node undernourishment -b missing node choses -b missing node acceptably -b missing node ardently -b missing node umbras -b missing node pizzeria -b missing node umbral -b missing node discases -b missing node livelier -b missing node tyrannosaurs -b missing node thinker -b missing node huskiness -b missing node upsetter -b missing node discased -b missing node orgiastic -b missing node bedframe -b missing node recitations -b missing node undercoating -b missing node purled -b missing node nobody -b missing node kachinas -b missing node partisans -b missing node glancing -b missing node breathers -b missing node landholders -b missing node rework -b missing node tormenter -b missing node prereproductive -b missing node demounted -b missing node knoxville -b missing node demiurge -b missing node tormented -b missing node monocle -b missing node snideness -b missing node lordliest -b missing node fashion -b missing node sprawler -b missing node availing -b missing node blouson -b missing node gaggle -b missing node cameroonian -b missing node sprawled -b missing node crystallized -b missing node dauphine -b missing node salaams -b missing node cranial -b missing node atheneums -b missing node languidly -b missing node crystallizes -b missing node dauphins -b missing node renunciatory -b missing node crystallizer -b missing node redelivers -b missing node mutineers -b missing node essays -b missing node reword -b missing node substituted -b missing node marriage -b missing node theorizing -b missing node substituter -b missing node substitutes -b missing node folksy -b missing node betrayers -b missing node cliffs -b missing node cliffy -b missing node swobbed -b missing node actually -b missing node overrules -b missing node duckboards -b missing node transiting -b missing node skipjacks -b missing node swobber -b missing node perfectest -b missing node hectare -b missing node overruled -b missing node triumviral -b missing node terminability -b missing node bowknot -b missing node manuals -b missing node monocot -b missing node adjunct -b missing node columnists -b missing node focal -b missing node fitness -b missing node bedevilled -b missing node muffler -b missing node kickshaws -b missing node muffles -b missing node mattering -b missing node fanwort -b missing node emigrating -b missing node muffled -b missing node misapply -b missing node remorses -b missing node newsboys -b missing node transition -b missing node concealers -b missing node productions -b missing node suites -b missing node polarimetries -b missing node leone -b missing node wormers -b missing node junglier -b missing node kerchiefs -b missing node onery -b missing node suited -b missing node auditioning -b missing node perfecters -b missing node cavernous -b missing node pinnings -b missing node deceptions -b missing node garaging -b missing node gagged -b missing node unpleasing -b missing node gagger -b missing node handsomest -b missing node oracles -b missing node drawbore -b missing node pushpins -b missing node midweekly -b missing node misproportions -b missing node crankcases -b missing node milliner -b missing node simply -b missing node lobotomizing -b missing node chorus -b missing node myocardia -b missing node miscarriages -b missing node equivalently -b missing node derriere -b missing node reloans -b missing node fauvist -b missing node accreting -b missing node notices -b missing node simple -b missing node fauvism -b missing node pioneers -b missing node noticed -b missing node vigilante -b missing node effulging -b missing node rompers -b missing node consistories -b missing node plyers -b missing node millings -b missing node civilizes -b missing node civilizer -b missing node inexperienced -b missing node tampons -b missing node civilized -b missing node niftier -b missing node qiana -b missing node stylized -b missing node substitute -b missing node undisplayed -b missing node dragging -b missing node stylizes -b missing node biorhythmicities -b missing node stylizer -b missing node follow -b missing node accretion -b missing node bicorporeal -b missing node friedman -b missing node transitive -b missing node footraces -b missing node stalingrad -b missing node reductive -b missing node intermediated -b missing node diptyca -b missing node emerges -b missing node diptych -b missing node consistorial -b missing node lectors -b missing node intermediates -b missing node disapproval -b missing node blessing -b missing node staterooms -b missing node waverer -b missing node synoptic -b missing node rockiest -b missing node emerged -b missing node leaner -b missing node scarcity -b missing node loyalism -b missing node recontracted -b missing node leaned -b missing node loyalist -b missing node aggregate -b missing node hewn -b missing node handsomely -b missing node simper -b missing node cypreses -b missing node promotions -b missing node hews -b missing node deviational -b missing node localizes -b missing node filthy -b missing node localizer -b missing node leanly -b missing node microbiologic -b missing node postulator -b missing node filths -b missing node breathlessness -b missing node attestant -b missing node faroff -b missing node chroniclers -b missing node rareness -b missing node misspends -b missing node decedent -b missing node tranquilly -b missing node culmination -b missing node wavered -b missing node homeowner -b missing node disapproves -b missing node archaisms -b missing node cajoling -b missing node disapproved -b missing node mentholated -b missing node ubiquitous -b missing node brochette -b missing node expire -b missing node gainfully -b missing node antler -b missing node aeronaut -b missing node gabfest -b missing node magellan -b missing node plebeian -b missing node inextricable -b missing node nonracial -b missing node palisade -b missing node hest -b missing node draggier -b missing node pewterer -b missing node weakish -b missing node intermediator -b missing node trimesters -b missing node pitmen -b missing node inextricably -b missing node power -b missing node reduction -b missing node squabs -b missing node surprizes -b missing node choric -b missing node alphabetizer -b missing node alphabetizes -b missing node cordwains -b missing node surprized -b missing node livelily -b missing node transfiguration -b missing node systematical -b missing node rinsings -b missing node greenishness -b missing node unexcavated -b missing node fosterling -b missing node alphabetized -b missing node filter -b missing node hellenist -b missing node prattled -b missing node exurbanite -b missing node bushwhacker -b missing node biotechnology -b missing node prattler -b missing node prattles -b missing node discourtesy -b missing node likenesses -b missing node whimper -b missing node tranquiler -b missing node klatsches -b missing node bushwhacked -b missing node accumulativeness -b missing node accelerators -b missing node squads -b missing node coaters -b missing node mackerel -b missing node eructed -b missing node synergy -b missing node localized -b missing node welladays -b missing node hellenism -b missing node bluecoats -b missing node daughters -b missing node deriders -b missing node maturing -b missing node analyzing -b missing node plaguey -b missing node yukon -b missing node plaguer -b missing node plagues -b missing node surname -b missing node anginous -b missing node refreshers -b missing node invisibly -b missing node compete -b missing node remanufactures -b missing node sleekly -b missing node tadpole -b missing node parboiled -b missing node adaptable -b missing node depolarizers -b missing node mangers -b missing node parchments -b missing node concertizes -b missing node gasoline -b missing node flooders -b missing node dingily -b missing node denigrator -b missing node soapers -b missing node nebulously -b missing node lovevines -b missing node hispaniola -b missing node imperfectly -b missing node monopolize -b missing node inofficial -b missing node sagacities -b missing node silkweed -b missing node sumpter -b missing node defeatists -b missing node officiary -b missing node celling -b missing node officiate -b missing node sweetheart -b missing node debatably -b missing node jaunt -b missing node areal -b missing node concertized -b missing node explosives -b missing node erasures -b missing node handshaking -b missing node balded -b missing node seattle -b missing node baseline -b missing node canonical -b missing node gangland -b missing node experts -b missing node debatable -b missing node forfeitures -b missing node balder -b missing node invisible -b missing node retardants -b missing node extorter -b missing node automaton -b missing node resonate -b missing node gallants -b missing node personalties -b missing node rhythmicities -b missing node diademed -b missing node extorted -b missing node calumnious -b missing node suspend -b missing node miscalls -b missing node ethicalities -b missing node sistered -b missing node underwound -b missing node hiking -b missing node cleanable -b missing node maziness -b missing node pilferage -b missing node noster -b missing node knobby -b missing node spumones -b missing node railheads -b missing node automatic -b missing node rammed -b missing node tirelessness -b missing node ubiquities -b missing node linguists -b missing node officiant -b missing node areas -b missing node rammer -b missing node infinities -b missing node bishoping -b missing node reptilian -b missing node resonant -b missing node zikurat -b missing node berkelium -b missing node thermostable -b missing node dingier -b missing node opposable -b missing node conveniences -b missing node generous -b missing node unmuffling -b missing node microcosmical -b missing node forejudge -b missing node tawdry -b missing node spumonis -b missing node bourrees -b missing node cellist -b missing node interventions -b missing node travail -b missing node lustring -b missing node preconceived -b missing node swatting -b missing node mangels -b missing node remanufactured -b missing node raddling -b missing node strutters -b missing node operetta -b missing node plagued -b missing node preconceives -b missing node bloomed -b missing node attacking -b missing node keeler -b missing node denigrates -b missing node keeled -b missing node preestimate -b missing node cheapens -b missing node bloomer -b missing node pianic -b missing node midyears -b missing node noiseless -b missing node sterling -b missing node xmas -b missing node quacksalver -b missing node immotility -b missing node sleuth -b missing node outpace -b missing node fossate -b missing node sleeker -b missing node electrotypes -b missing node maturity -b missing node canonizations -b missing node prophesiers -b missing node baldly -b missing node overbuys -b missing node cognate -b missing node cypress -b missing node mandrels -b missing node telephony -b missing node keeling -b missing node puddled -b missing node cognati -b missing node officials -b missing node lagunas -b missing node jelled -b missing node chopins -b missing node puddles -b missing node puddler -b missing node yippies -b missing node xenia -b missing node xenic -b missing node telephone -b missing node versatilely -b missing node massless -b missing node unorthodoxly -b missing node subgroup -b missing node internalizing -b missing node furtive -b missing node inferno -b missing node midbrain -b missing node brothy -b missing node lunation -b missing node orientate -b missing node broths -b missing node unwanted -b missing node bounteous -b missing node telephoto -b missing node dashers -b missing node hefters -b missing node danewort -b missing node reabsorb -b missing node monsieurs -b missing node republicanism -b missing node smugly -b missing node ghostwriters -b missing node marvelling -b missing node narcotically -b missing node surplice -b missing node shakiness -b missing node phosphorous -b missing node widders -b missing node fadedly -b missing node rectification -b missing node bovid -b missing node bedridden -b missing node denigrated -b missing node shifted -b missing node brightest -b missing node pinnaces -b missing node callous -b missing node sponsored -b missing node shifter -b missing node feeds -b missing node discussion -b missing node filmic -b missing node dabbing -b missing node beldame -b missing node unhappiness -b missing node swaddled -b missing node halloween -b missing node theatrics -b missing node ecdysial -b missing node lunets -b missing node flutists -b missing node surrealistic -b missing node arena -b missing node lordliness -b missing node neoprenes -b missing node enquiries -b missing node swaddles -b missing node avidities -b missing node undervalue -b missing node enfolded -b missing node intertwines -b missing node lichting -b missing node rainmaking -b missing node discussing -b missing node lebanon -b missing node maladjustments -b missing node caecum -b missing node catwalk -b missing node intertwined -b missing node gauziness -b missing node pommeling -b missing node topstitch -b missing node beldams -b missing node enfolder -b missing node overused -b missing node malicious -b missing node diametric -b missing node hodaddy -b missing node thugs -b missing node defraying -b missing node carbonaceous -b missing node helium -b missing node heedful -b missing node maligns -b missing node eightieth -b missing node cynicisms -b missing node moralism -b missing node mountainside -b missing node moralist -b missing node pleaters -b missing node overuses -b missing node baulks -b missing node inattentively -b missing node inholding -b missing node narwal -b missing node crooknecks -b missing node elementary -b missing node trainsickness -b missing node effulgently -b missing node smoulder -b missing node veridic -b missing node spiderier -b missing node thump -b missing node bowed -b missing node assort -b missing node javas -b missing node bower -b missing node bowel -b missing node spaniards -b missing node pinnacle -b missing node swatter -b missing node infinitive -b missing node biorythmic -b missing node morality -b missing node bellboys -b missing node pilate -b missing node savageries -b missing node swatted -b missing node rabbi -b missing node filmed -b missing node elementals -b missing node thumb -b missing node chivalrously -b missing node guising -b missing node deportees -b missing node cheapest -b missing node subsystems -b missing node infielder -b missing node coauthors -b missing node buoyances -b missing node arete -b missing node redactors -b missing node jamborees -b missing node shagbarks -b missing node inconstant -b missing node discoloration -b missing node crunchiest -b missing node scallions -b missing node banjoists -b missing node automated -b missing node enquiring -b missing node dirtiest -b missing node lothario -b missing node armband -b missing node feels -b missing node automates -b missing node bewaring -b missing node weathered -b missing node disfiguring -b missing node bedstraws -b missing node aligners -b missing node uniformities -b missing node feasance -b missing node pronghorns -b missing node fillets -b missing node tenpins -b missing node digests -b missing node lunatics -b missing node slowest -b missing node negators -b missing node proposing -b missing node worldliest -b missing node molester -b missing node unsnapping -b missing node pictographs -b missing node communicator -b missing node redivided -b missing node variform -b missing node shrouds -b missing node lankest -b missing node fillers -b missing node persuading -b missing node quintessence -b missing node medullar -b missing node radiochemical -b missing node medullas -b missing node injure -b missing node daydreamer -b missing node demythologizing -b missing node molested -b missing node persiflage -b missing node injury -b missing node magazines -b missing node reupholster -b missing node cognacs -b missing node medullae -b missing node blithesome -b missing node daydreamed -b missing node kyries -b missing node honeybuns -b missing node lethargic -b missing node subjects -b missing node airboats -b missing node helios -b missing node coving -b missing node additions -b missing node lectureship -b missing node baulky -b missing node catboats -b missing node resistible -b missing node rosemary -b missing node pigweed -b missing node redivides -b missing node reargued -b missing node thuds -b missing node immunizations -b missing node disputing -b missing node cunningness -b missing node buyable -b missing node brownstone -b missing node manpower -b missing node hallowers -b missing node siftings -b missing node dinging -b missing node disarticulated -b missing node guessers -b missing node sisterly -b missing node downshifting -b missing node deciphers -b missing node intombs -b missing node insalubrities -b missing node overinvest -b missing node bartisans -b missing node impinging -b missing node sapsucker -b missing node reargues -b missing node transitoriness -b missing node convivially -b missing node menarches -b missing node woollens -b missing node paltry -b missing node biodegradable -b missing node rotguts -b missing node skits -b missing node overcasts -b missing node sensualization -b missing node further -b missing node meteoroid -b missing node condominium -b missing node finagled -b missing node obligable -b missing node dexterousness -b missing node boule -b missing node bareness -b missing node widowing -b missing node seeking -b missing node sforzato -b missing node tuskless -b missing node pavane -b missing node barouche -b missing node communicates -b missing node paranormal -b missing node outpouring -b missing node skirt -b missing node disliking -b missing node pavans -b missing node necropolises -b missing node swaddling -b missing node omened -b missing node baleen -b missing node communicated -b missing node whipcord -b missing node nembutal -b missing node skirl -b missing node infests -b missing node deliriums -b missing node bound -b missing node astronauts -b missing node pilaff -b missing node mothering -b missing node pilafs -b missing node paintbrushes -b missing node thereuntil -b missing node keywords -b missing node presoak -b missing node sidewise -b missing node sniffier -b missing node bittiest -b missing node eggshell -b missing node pedantic -b missing node liberally -b missing node helistops -b missing node mitigates -b missing node saying -b missing node thatch -b missing node airhead -b missing node chairmans -b missing node regulus -b missing node euphenics -b missing node voting -b missing node mitigated -b missing node raviolis -b missing node redskins -b missing node ticketed -b missing node benzedrine -b missing node spherical -b missing node racketed -b missing node shearers -b missing node skydive -b missing node fennels -b missing node bourg -b missing node illusions -b missing node bushtit -b missing node landslid -b missing node saccharine -b missing node skims -b missing node skimp -b missing node fennecs -b missing node anybody -b missing node repainted -b missing node antisepticizing -b missing node noticing -b missing node darting -b missing node rabic -b missing node ruthlessness -b missing node rabid -b missing node diurnal -b missing node lawyeress -b missing node excluding -b missing node skill -b missing node landslip -b missing node deckle -b missing node chitlings -b missing node concatenations -b missing node moralize -b missing node empennages -b missing node writhing -b missing node bedsores -b missing node overhanded -b missing node ionizers -b missing node shipmates -b missing node pithed -b missing node belonging -b missing node prentices -b missing node supercargoes -b missing node tugging -b missing node inconsistent -b missing node prematureness -b missing node prenticed -b missing node expenditure -b missing node nonimmunity -b missing node hiker -b missing node chlorites -b missing node hikes -b missing node knottiness -b missing node pollination -b missing node mitigator -b missing node popeye -b missing node parliamentarian -b missing node hiked -b missing node radiological -b missing node lassies -b missing node grounders -b missing node dogface -b missing node forthright -b missing node boyfriends -b missing node gulper -b missing node bough -b missing node gulped -b missing node nonadmissions -b missing node skips -b missing node phenologically -b missing node sackfuls -b missing node celsius -b missing node nomadic -b missing node decker -b missing node landowners -b missing node habitualness -b missing node marsupium -b missing node subtenant -b missing node decked -b missing node purposeless -b missing node reliableness -b missing node finagler -b missing node finagles -b missing node granule -b missing node thieves -b missing node skink -b missing node wizened -b missing node puissant -b missing node vocatives -b missing node presold -b missing node pollinating -b missing node lullabying -b missing node telethon -b missing node thieved -b missing node skins -b missing node nonreversible -b missing node honors -b missing node accoutered -b missing node cassocks -b missing node caressing -b missing node twirlier -b missing node tycoons -b missing node yipping -b missing node packaging -b missing node scrutinizes -b missing node courtiers -b missing node scrutinizer -b missing node siesta -b missing node skied -b missing node weeder -b missing node compeer -b missing node concoction -b missing node perverseness -b missing node salivas -b missing node nonidentities -b missing node conditioning -b missing node skies -b missing node unbeholden -b missing node skier -b missing node skids -b missing node albanians -b missing node weeded -b missing node emanator -b missing node secularize -b missing node stickpins -b missing node relishing -b missing node concocting -b missing node seduce -b missing node heavyset -b missing node showiest -b missing node travestying -b missing node maladjustive -b missing node sturdiness -b missing node ragbags -b missing node homologous -b missing node lapises -b missing node entanglements -b missing node stammer -b missing node venatic -b missing node skydived -b missing node twenties -b missing node venoming -b missing node fastened -b missing node scrutinized -b missing node skydiver -b missing node skydives -b missing node fastener -b missing node freeman -b missing node jejunums -b missing node transfuse -b missing node publishing -b missing node detain -b missing node popery -b missing node detail -b missing node secularist -b missing node weaponing -b missing node maisonettes -b missing node outpaces -b missing node ripping -b missing node clamor -b missing node secularism -b missing node charlotte -b missing node outpaced -b missing node ululate -b missing node amorousness -b missing node clammy -b missing node entertains -b missing node skiis -b missing node secularity -b missing node opposers -b missing node logarithmic -b missing node wealthiness -b missing node pianos -b missing node tasters -b missing node iberia -b missing node surgical -b missing node beadwork -b missing node shelving -b missing node racer -b missing node races -b missing node sestines -b missing node unrevenged -b missing node efficacious -b missing node fortitude -b missing node paragon -b missing node raced -b missing node skiff -b missing node weighted -b missing node palter -b missing node splining -b missing node monopolies -b missing node requiescat -b missing node balers -b missing node traditionally -b missing node quartzes -b missing node skiey -b missing node embrasures -b missing node honour -b missing node druidess -b missing node recapitulate -b missing node weighter -b missing node sniffish -b missing node lurkers -b missing node freemen -b missing node subpoena -b missing node jawed -b missing node snowbound -b missing node pinfold -b missing node tutelaries -b missing node circuit -b missing node informants -b missing node suspiciousness -b missing node opacities -b missing node suffering -b missing node monopolist -b missing node impishness -b missing node tarzan -b missing node extricated -b missing node priorates -b missing node slewed -b missing node helicon -b missing node sedums -b missing node fruitlets -b missing node criminal -b missing node bousy -b missing node conifer -b missing node bouse -b missing node sestinas -b missing node shuteye -b missing node professions -b missing node carsick -b missing node gippers -b missing node depleting -b missing node berobed -b missing node brocket -b missing node bourn -b missing node chicaning -b missing node extricates -b missing node dentifrice -b missing node episode -b missing node rebuilding -b missing node marsupial -b missing node cognizing -b missing node untasted -b missing node ballroom -b missing node farted -b missing node alleyway -b missing node heaves -b missing node depletion -b missing node concussions -b missing node heaver -b missing node heaven -b missing node clamps -b missing node compels -b missing node heaved -b missing node fruitless -b missing node junkyards -b missing node bouts -b missing node monopolism -b missing node persisting -b missing node forsaking -b missing node reencounters -b missing node shutterbug -b missing node cloacal -b missing node overrigid -b missing node cerements -b missing node yardmasters -b missing node subsidiaries -b missing node hindguts -b missing node sniffing -b missing node shelvier -b missing node takeout -b missing node memorableness -b missing node gesturing -b missing node unbaked -b missing node pedantry -b missing node cormorant -b missing node sniffily -b missing node outbidding -b missing node samurai -b missing node egoistically -b missing node expropriating -b missing node intoned -b missing node compere -b missing node gazebos -b missing node histed -b missing node popular -b missing node toeshoes -b missing node intoner -b missing node intones -b missing node expropriation -b missing node prearranges -b missing node abraham -b missing node tupped -b missing node preassembling -b missing node graecize -b missing node windbreaks -b missing node votive -b missing node parturitions -b missing node perturb -b missing node yules -b missing node emanated -b missing node unexcused -b missing node prearranged -b missing node sideslips -b missing node emanates -b missing node rafted -b missing node antithetic -b missing node japanner -b missing node alcoved -b missing node regressively -b missing node quandaries -b missing node westerner -b missing node moiling -b missing node japanned -b missing node landlocked -b missing node frescoist -b missing node dyspeptic -b missing node ramifies -b missing node alcoves -b missing node tastily -b missing node zionist -b missing node vertebrae -b missing node chemurgy -b missing node zionism -b missing node vertebral -b missing node rafter -b missing node ramified -b missing node spinout -b missing node decocted -b missing node discuss -b missing node akimbo -b missing node deluxe -b missing node vertebras -b missing node lassitude -b missing node beholden -b missing node beholder -b missing node scathing -b missing node messiah -b missing node coerces -b missing node dockhand -b missing node laicizes -b missing node jason -b missing node coercer -b missing node sicilians -b missing node precondemns -b missing node unadvised -b missing node epileptics -b missing node practicality -b missing node lithuanian -b missing node pommelled -b missing node coerced -b missing node tinders -b missing node iotas -b missing node troopship -b missing node fattening -b missing node tindery -b missing node adjectives -b missing node enslaving -b missing node notated -b missing node bucketfuls -b missing node silliness -b missing node laicized -b missing node notates -b missing node setlines -b missing node muddling -b missing node sputnik -b missing node peristyle -b missing node unvaryingly -b missing node synchronizes -b missing node synchronizer -b missing node incitive -b missing node preaxial -b missing node halavah -b missing node synchronized -b missing node inpouring -b missing node argal -b missing node preestimates -b missing node mescaline -b missing node caravaning -b missing node halyard -b missing node perfecting -b missing node granter -b missing node membership -b missing node ploying -b missing node granted -b missing node grantee -b missing node messier -b missing node perfection -b missing node disfrocks -b missing node tasting -b missing node hawaii -b missing node onion -b missing node warehousemen -b missing node palatable -b missing node summered -b missing node adjectival -b missing node unpronounced -b missing node unbraiding -b missing node benignities -b missing node studiously -b missing node forgone -b missing node protector -b missing node afforestation -b missing node palatably -b missing node cognizers -b missing node bowlings -b missing node retailing -b missing node backwoods -b missing node elective -b missing node summerly -b missing node crenation -b missing node rewashes -b missing node unkindlier -b missing node torpids -b missing node demonstratively -b missing node walloper -b missing node mexican -b missing node misapprehend -b missing node impunities -b missing node metastasize -b missing node pharaoh -b missing node presley -b missing node unmeasured -b missing node syphilized -b missing node routes -b missing node walloped -b missing node router -b missing node performed -b missing node perfume -b missing node performer -b missing node journalistic -b missing node mitiest -b missing node thornbush -b missing node whalers -b missing node routed -b missing node preestimated -b missing node cumbering -b missing node satirized -b missing node geodesy -b missing node foretellers -b missing node decasyllables -b missing node grippers -b missing node schultz -b missing node heatless -b missing node pitier -b missing node editorial -b missing node criteria -b missing node pities -b missing node finings -b missing node satirizes -b missing node satirizer -b missing node pitied -b missing node wildling -b missing node takeoff -b missing node shuting -b missing node disallowing -b missing node authorization -b missing node stonewalling -b missing node faultlessness -b missing node motivated -b missing node unrule -b missing node safeway -b missing node creaked -b missing node grantor -b missing node blowtube -b missing node blueings -b missing node brashier -b missing node animalcules -b missing node workshop -b missing node vomitory -b missing node delver -b missing node motivates -b missing node delves -b missing node detach -b missing node botch -b missing node adages -b missing node atomizers -b missing node lanciers -b missing node unruly -b missing node balladries -b missing node delved -b missing node humanitarians -b missing node revetments -b missing node mescalism -b missing node digest -b missing node bowlines -b missing node becurse -b missing node troubleshot -b missing node logway -b missing node tastier -b missing node utilitarians -b missing node pissant -b missing node vomitous -b missing node violences -b missing node becurst -b missing node gherkin -b missing node cudgels -b missing node moldboards -b missing node rewashed -b missing node election -b missing node daftest -b missing node choirboy -b missing node flagellators -b missing node maoists -b missing node malefactions -b missing node miladis -b missing node adagio -b missing node deluge -b missing node accusor -b missing node similitude -b missing node corrupter -b missing node wavier -b missing node specificity -b missing node unstandardized -b missing node corrupted -b missing node spinoff -b missing node alfred -b missing node inviolate -b missing node diastrophic -b missing node tactoid -b missing node extinct -b missing node linguistically -b missing node paralytica -b missing node inconsistency -b missing node epigram -b missing node wildlife -b missing node gulled -b missing node gastronomes -b missing node misalphabetized -b missing node uplander -b missing node gullet -b missing node waterproofing -b missing node tiffanies -b missing node desulfured -b missing node gulley -b missing node fringeless -b missing node misalphabetizes -b missing node headstones -b missing node dingdonged -b missing node fanciness -b missing node lynxes -b missing node bandoleer -b missing node rampant -b missing node hills -b missing node stammeringly -b missing node thriftless -b missing node hilly -b missing node offhandedness -b missing node nepotists -b missing node encystment -b missing node pelage -b missing node legislatorship -b missing node entombs -b missing node fecal -b missing node egregiously -b missing node maintainability -b missing node takeable -b missing node hawkweed -b missing node gastronomic -b missing node benchmark -b missing node absurds -b missing node plausibleness -b missing node boskages -b missing node cinder -b missing node mediocrities -b missing node jukebox -b missing node skyrocket -b missing node argue -b missing node mayhemming -b missing node bovine -b missing node argus -b missing node zoopathology -b missing node mothball -b missing node fatally -b missing node sierra -b missing node rousts -b missing node fishnets -b missing node treasons -b missing node smolder -b missing node timbres -b missing node infectious -b missing node palatines -b missing node wavily -b missing node bottler -b missing node bottles -b missing node brusqueness -b missing node timbrel -b missing node revving -b missing node idleness -b missing node homebody -b missing node argot -b missing node furbishes -b missing node alberta -b missing node plying -b missing node squamous -b missing node redissolves -b missing node waving -b missing node redissolved -b missing node bottled -b missing node noneffective -b missing node anapest -b missing node feces -b missing node argon -b missing node bisect -b missing node crackers -b missing node reservedly -b missing node culminations -b missing node surtaxing -b missing node civics -b missing node numerals -b missing node vuggy -b missing node nimbused -b missing node corpuscular -b missing node vuggs -b missing node dispirit -b missing node harelipped -b missing node furbished -b missing node nimbuses -b missing node stomping -b missing node equippers -b missing node fondant -b missing node nepotisms -b missing node ungathered -b missing node marriers -b missing node imperilments -b missing node inexpiable -b missing node ruinate -b missing node feminisms -b missing node yardarms -b missing node twirlers -b missing node clangorously -b missing node fulsomeness -b missing node newspeaks -b missing node baseboard -b missing node blankness -b missing node amongst -b missing node ingrafted -b missing node hilts -b missing node footage -b missing node casement -b missing node messily -b missing node hissed -b missing node feminists -b missing node vughs -b missing node fleeing -b missing node scraping -b missing node vireos -b missing node hisser -b missing node gadgeteers -b missing node hisses -b missing node epilogue -b missing node ambiences -b missing node inciting -b missing node prospectively -b missing node hubcaps -b missing node fatales -b missing node messing -b missing node inviolacy -b missing node numerate -b missing node argle -b missing node infections -b missing node impugners -b missing node editorializes -b missing node editorializer -b missing node rampart -b missing node disproofs -b missing node editorialized -b missing node wipers -b missing node tailless -b missing node numerary -b missing node coolness -b missing node waterbury -b missing node frescoing -b missing node centrals -b missing node unscrewed -b missing node trave -b missing node virgin -b missing node bimodal -b missing node newsmen -b missing node virgil -b missing node overlain -b missing node dvorak -b missing node selenites -b missing node bosky -b missing node overlaid -b missing node delimiting -b missing node trawl -b missing node dyspepsia -b missing node bosks -b missing node accusal -b missing node investitures -b missing node jatos -b missing node immensities -b missing node narrated -b missing node uncourageous -b missing node chymists -b missing node dispositions -b missing node tenderloin -b missing node coalyards -b missing node mystic -b missing node narrates -b missing node naturalists -b missing node ineloquently -b missing node narrater -b missing node retranslations -b missing node spurting -b missing node minstrel -b missing node quacking -b missing node capriciousness -b missing node cynically -b missing node turgidly -b missing node vixenishly -b missing node hoarsens -b missing node sectility -b missing node rosebushes -b missing node trays -b missing node heredities -b missing node billeting -b missing node exchanging -b missing node civies -b missing node grogginess -b missing node unperturbed -b missing node phenomena -b missing node lucubrates -b missing node abiotic -b missing node retrenching -b missing node teleology -b missing node ramped -b missing node lucubrated -b missing node reeved -b missing node ranklingly -b missing node classical -b missing node radicals -b missing node reeves -b missing node trash -b missing node alkalize -b missing node accuses -b missing node overland -b missing node accuser -b missing node lapidists -b missing node hoarsest -b missing node drubbers -b missing node overfeeds -b missing node accused -b missing node reaffirming -b missing node holyday -b missing node approximating -b missing node demurely -b missing node nonmetal -b missing node collated -b missing node incontestably -b missing node redistills -b missing node pallets -b missing node incontestable -b missing node fillies -b missing node approximation -b missing node decency -b missing node accompany -b missing node spewing -b missing node asperity -b missing node garbles -b missing node banisher -b missing node banishes -b missing node stamped -b missing node herbivorous -b missing node termers -b missing node farrow -b missing node opalescence -b missing node merchandisers -b missing node banished -b missing node overlaps -b missing node trams -b missing node garbled -b missing node hydrometers -b missing node stamper -b missing node feast -b missing node tuition -b missing node phlegmy -b missing node garbler -b missing node tramp -b missing node oligocene -b missing node lyricized -b missing node fease -b missing node varment -b missing node enhancer -b missing node enhances -b missing node collates -b missing node lyricizes -b missing node fears -b missing node mantelets -b missing node painfulness -b missing node avulsions -b missing node arhat -b missing node alkaline -b missing node rampage -b missing node tanzanians -b missing node grindery -b missing node quackier -b missing node dingles -b missing node incommutably -b missing node reprintings -b missing node saddlebows -b missing node grinders -b missing node roused -b missing node fillips -b missing node gelatin -b missing node incommutable -b missing node umbles -b missing node assonantly -b missing node unthinking -b missing node insheathed -b missing node utahans -b missing node phlegms -b missing node predeceasing -b missing node lowdowns -b missing node tether -b missing node traps -b missing node trapt -b missing node hunchback -b missing node corruptly -b missing node evilest -b missing node alchemies -b missing node rinsible -b missing node cartable -b missing node patriotically -b missing node stemwares -b missing node spinney -b missing node inhibited -b missing node poplars -b missing node ossuary -b missing node necrotically -b missing node bearberry -b missing node trail -b missing node inhibiter -b missing node train -b missing node demurest -b missing node thuddingly -b missing node corruptor -b missing node trait -b missing node herbaceous -b missing node measled -b missing node trampolinist -b missing node hoarsely -b missing node hilariousness -b missing node crawdad -b missing node radicalized -b missing node spinner -b missing node impediment -b missing node measles -b missing node rouser -b missing node rouses -b missing node inpours -b missing node bourgeoisie -b missing node fibrous -b missing node radicalizes -b missing node murmurs -b missing node capitulations -b missing node floorers -b missing node enhanced -b missing node applicable -b missing node vastier -b missing node amounted -b missing node depersonalizing -b missing node maharishi -b missing node alkalise -b missing node ideogram -b missing node agenda -b missing node applicably -b missing node motherless -b missing node smoldering -b missing node timeserving -b missing node agency -b missing node earflaps -b missing node bobtail -b missing node filling -b missing node unific -b missing node flushers -b missing node feats -b missing node stinting -b missing node lingually -b missing node noninjurious -b missing node gyms -b missing node overlays -b missing node deposits -b missing node adjustable -b missing node sorghum -b missing node alkalies -b missing node iconic -b missing node aflame -b missing node jacinths -b missing node jacinthe -b missing node hotheads -b missing node intelligibility -b missing node smokepots -b missing node vastity -b missing node moleskins -b missing node snitched -b missing node transmits -b missing node snitches -b missing node hadron -b missing node snitcher -b missing node gradations -b missing node interlocutress -b missing node cankerworm -b missing node kowtowers -b missing node tobacconists -b missing node collator -b missing node nonassertive -b missing node demagoguery -b missing node fibrose -b missing node farewelled -b missing node maturest -b missing node stomacher -b missing node sugarcoating -b missing node gyps -b missing node echelon -b missing node bickered -b missing node diabolic -b missing node alkalify -b missing node cyprian -b missing node electing -b missing node feaze -b missing node cozening -b missing node knifers -b missing node strutting -b missing node dischargers -b missing node stomached -b missing node faradays -b missing node inhibitor -b missing node ketones -b missing node pfennig -b missing node jingoes -b missing node unarmed -b missing node gripiest -b missing node fibroma -b missing node decidual -b missing node raspingly -b missing node tramway -b missing node handled -b missing node limpers -b missing node synthetics -b missing node closeable -b missing node orchards -b missing node ghostwriting -b missing node bickerer -b missing node widdies -b missing node diabolos -b missing node barterers -b missing node confusingly -b missing node revering -b missing node narrator -b missing node waffling -b missing node intended -b missing node xenon -b missing node ptarmigans -b missing node limpest -b missing node oddballs -b missing node gyro -b missing node usages -b missing node gyre -b missing node intender -b missing node mailers -b missing node trade -b missing node outperforming -b missing node foreclose -b missing node shopboy -b missing node dowitchers -b missing node limpets -b missing node thearchy -b missing node enchantment -b missing node containments -b missing node accurse -b missing node unlettered -b missing node exemplify -b missing node trace -b missing node track -b missing node fendered -b missing node accurst -b missing node secrecies -b missing node tract -b missing node nonowner -b missing node stomachic -b missing node handles -b missing node handler -b missing node ritards -b missing node countervail -b missing node bossy -b missing node seminoles -b missing node conferees -b missing node encouragements -b missing node gyving -b missing node cultigen -b missing node fibroid -b missing node electives -b missing node juvenal -b missing node gyve -b missing node fibroin -b missing node kneepads -b missing node knocks -b missing node viscidities -b missing node bottlesful -b missing node natally -b missing node disentangle -b missing node rimmers -b missing node heeding -b missing node bossa -b missing node cologne -b missing node deposing -b missing node misarranging -b missing node breeziest -b missing node kidvid -b missing node rhetors -b missing node syphoning -b missing node heptagons -b missing node orisons -b missing node bosun -b missing node salamis -b missing node fluxes -b missing node persevere -b missing node seemliness -b missing node boson -b missing node bosom -b missing node skyrocketed -b missing node sundries -b missing node reverify -b missing node dreadful -b missing node scarceness -b missing node shoaliest -b missing node seraglio -b missing node guyed -b missing node vituperate -b missing node andromeda -b missing node giraffes -b missing node fluxed -b missing node maoist -b missing node newsman -b missing node reveries -b missing node hewable -b missing node wergild -b missing node inversions -b missing node maoism -b missing node picnickers -b missing node diapasons -b missing node pandits -b missing node blitzkrieg -b missing node gyromagnetic -b missing node damson -b missing node quackism -b missing node agents -b missing node quackish -b missing node harpooned -b missing node untiring -b missing node uncreates -b missing node protected -b missing node semestrial -b missing node falloffs -b missing node neckband -b missing node hothouses -b missing node uncreated -b missing node suspire -b missing node racecourses -b missing node expirations -b missing node alchemist -b missing node versions -b missing node degumming -b missing node harpooner -b missing node disappear -b missing node midwinter -b missing node monomer -b missing node incentive -b missing node hagging -b missing node disproved -b missing node flatted -b missing node dashikis -b missing node pacing -b missing node disproves -b missing node butternut -b missing node disproven -b missing node docent -b missing node distensions -b missing node polarimetry -b missing node reductio -b missing node sculling -b missing node remanded -b missing node superiors -b missing node disputers -b missing node lurking -b missing node dopants -b missing node lippiness -b missing node unsureness -b missing node numerologist -b missing node retailors -b missing node expends -b missing node incapacity -b missing node satirists -b missing node ridiculous -b missing node overburden -b missing node refueling -b missing node maturely -b missing node teentsier -b missing node boohoos -b missing node feign -b missing node combattant -b missing node hinge -b missing node ooziest -b missing node penetrates -b missing node bobtailing -b missing node arias -b missing node halogens -b missing node expecter -b missing node chicanery -b missing node ramies -b missing node smidgen -b missing node quietudes -b missing node ossia -b missing node pessimistic -b missing node unthrifty -b missing node soaping -b missing node nimblest -b missing node soapily -b missing node mangily -b missing node favoritism -b missing node proposers -b missing node singsongs -b missing node electee -b missing node elected -b missing node dreading -b missing node opinions -b missing node tediousness -b missing node hallowed -b missing node kazoos -b missing node lunier -b missing node pectoral -b missing node sufferers -b missing node braziers -b missing node lunies -b missing node bucksaw -b missing node surfeited -b missing node borax -b missing node hallower -b missing node abrogates -b missing node hairweaving -b missing node damsel -b missing node intellectually -b missing node cradles -b missing node scullion -b missing node admiralties -b missing node madrases -b missing node uncleared -b missing node cradler -b missing node localisms -b missing node chicaners -b missing node expected -b missing node apothems -b missing node ariel -b missing node regularizing -b missing node abrogated -b missing node mesmerism -b missing node mastiffs -b missing node unclearer -b missing node mesmerist -b missing node aries -b missing node lumberers -b missing node footrace -b missing node configurational -b missing node toothing -b missing node pickpockets -b missing node trophic -b missing node morphologic -b missing node gruelingly -b missing node hominidae -b missing node exotism -b missing node berettas -b missing node notarial -b missing node electra -b missing node rearouse -b missing node ironworkers -b missing node bored -b missing node samizdat -b missing node acrimonious -b missing node unimportance -b missing node trademarks -b missing node sheenie -b missing node antedated -b missing node stanchly -b missing node bores -b missing node antedates -b missing node squatness -b missing node humaneness -b missing node elector -b missing node bordering -b missing node hurrahs -b missing node tomahawk -b missing node propounders -b missing node effectuate -b missing node objectional -b missing node transportational -b missing node penetrated -b missing node skoal -b missing node hindu -b missing node hinds -b missing node ripples -b missing node rippler -b missing node hindi -b missing node faculties -b missing node apothegm -b missing node clarification -b missing node colombian -b missing node filing -b missing node cashiering -b missing node musicologists -b missing node ferment -b missing node onenesses -b missing node interstate -b missing node gosling -b missing node hellholes -b missing node arils -b missing node ascribing -b missing node contenting -b missing node traipsing -b missing node localists -b missing node reboils -b missing node forsaken -b missing node fabulists -b missing node mesmerize -b missing node hypnoid -b missing node speediness -b missing node walkings -b missing node rippled -b missing node contention -b missing node forsaker -b missing node senoras -b missing node forsakes -b missing node sexually -b missing node backrests -b missing node bonbons -b missing node prebilled -b missing node unrepressed -b missing node envenoms -b missing node boric -b missing node cubbies -b missing node desecrator -b missing node preboil -b missing node desecrated -b missing node brambliest -b missing node daphnia -b missing node rainwear -b missing node lustiest -b missing node matriculated -b missing node solfeggi -b missing node amicably -b missing node contemplates -b missing node matriculates -b missing node tabloid -b missing node lashers -b missing node ionic -b missing node contemplated -b missing node detesting -b missing node lawyering -b missing node boron -b missing node desecrates -b missing node amicable -b missing node incautious -b missing node pectins -b missing node heliographs -b missing node apodal -b missing node lassoes -b missing node nomadism -b missing node tetany -b missing node submontane -b missing node servomotors -b missing node adornments -b missing node solfeges -b missing node heftier -b missing node undercoats -b missing node lassoer -b missing node lassoed -b missing node kaffir -b missing node buyers -b missing node borne -b missing node inexpressiveness -b missing node capricorns -b missing node polarimeter -b missing node zoopathologies -b missing node bursaries -b missing node narrow -b missing node smocking -b missing node crankshaft -b missing node arise -b missing node stinkbugs -b missing node barnacles -b missing node picaroon -b missing node notaries -b missing node perform -b missing node intellectualizing -b missing node voluble -b missing node barnacled -b missing node cardiologists -b missing node grandchildren -b missing node interlocutrice -b missing node pollened -b missing node volubly -b missing node ensnarl -b missing node ensnare -b missing node doggerels -b missing node reinfects -b missing node ballrooms -b missing node blanked -b missing node resister -b missing node powers -b missing node feist -b missing node shoguns -b missing node withholds -b missing node vesicant -b missing node branchings -b missing node diazepam -b missing node performers -b missing node anatomic -b missing node backstroke -b missing node querulous -b missing node resisted -b missing node arith -b missing node isinglass -b missing node statisticians -b missing node helmeting -b missing node subways -b missing node bursarial -b missing node flattop -b missing node hoarsened -b missing node frivolously -b missing node hallowing -b missing node decoys -b missing node penetrator -b missing node reamers -b missing node monograph -b missing node popguns -b missing node sanctifications -b missing node pacify -b missing node exotica -b missing node filial -b missing node humanities -b missing node uncordial -b missing node dakoits -b missing node agentry -b missing node nonadjacent -b missing node scammonies -b missing node sputter -b missing node shaftings -b missing node featest -b missing node caudillos -b missing node flowerless -b missing node ensnarled -b missing node globulins -b missing node covert -b missing node covers -b missing node embattle -b missing node unplayable -b missing node pistachio -b missing node choreman -b missing node borty -b missing node bortz -b missing node zaftig -b missing node woollies -b missing node borts -b missing node blanker -b missing node misaligned -b missing node blanket -b missing node undated -b missing node hefting -b missing node ramify -b missing node explanatory -b missing node frumenties -b missing node feint -b missing node owlish -b missing node heftily -b missing node woollier -b missing node unidentified -b missing node covets -b missing node exotics -b missing node straightway -b missing node hinny -b missing node inducible -b missing node resuscitators -b missing node covens -b missing node voracities -b missing node weakening -b missing node abrogator -b missing node writhingly -b missing node resistor -b missing node acorns -b missing node dearest -b missing node partake -b missing node invectives -b missing node hints -b missing node resonations -b missing node countersinking -b missing node electroplate -b missing node cubbish -b missing node mangier -b missing node missives -b missing node pollinators -b missing node blankly -b missing node philistines -b missing node astrolabe -b missing node asperges -b missing node hydrogens -b missing node unmastered -b missing node natation -b missing node mailbox -b missing node offloads -b missing node deporting -b missing node flatten -b missing node persuaders -b missing node infinitely -b missing node haggish -b missing node sistrum -b missing node sunwise -b missing node flatter -b missing node townfolk -b missing node groundhog -b missing node cruelties -b missing node tawing -b missing node mewlers -b missing node fancying -b missing node overroasting -b missing node enchantments -b missing node vizirs -b missing node menses -b missing node brethren -b missing node sploshed -b missing node ammino -b missing node reapportionment -b missing node catenary -b missing node thrip -b missing node prototypical -b missing node refurbish -b missing node heaviest -b missing node panhandling -b missing node tarried -b missing node resurgences -b missing node arresters -b missing node sarongs -b missing node handier -b missing node archaism -b missing node normals -b missing node fatalness -b missing node sploshes -b missing node archaist -b missing node commiserate -b missing node apotheoses -b missing node ridicule -b missing node federator -b missing node piracies -b missing node irrepressible -b missing node examines -b missing node examiner -b missing node mensch -b missing node superceding -b missing node tonsils -b missing node decors -b missing node tarries -b missing node sayest -b missing node tarrier -b missing node examined -b missing node trowelling -b missing node examinee -b missing node centring -b missing node flukier -b missing node companionless -b missing node notarize -b missing node doubtingly -b missing node worthful -b missing node nurslings -b missing node dictatorship -b missing node reconquer -b missing node carpings -b missing node volatilize -b missing node sayers -b missing node mensed -b missing node russet -b missing node hoofers -b missing node matchbox -b missing node apotheosis -b missing node ramjet -b missing node mensas -b missing node mensal -b missing node matchings -b missing node volatility -b missing node contemplator -b missing node pensiveness -b missing node lavendered -b missing node caressers -b missing node misrepresentee -b missing node misrepresented -b missing node cogently -b missing node misrepresenter -b missing node coveys -b missing node unfeeling -b missing node flagellating -b missing node rafts -b missing node irrepressibly -b missing node cowiest -b missing node buckras -b missing node buckram -b missing node monograms -b missing node electrician -b missing node quarantines -b missing node throw -b missing node watermarked -b missing node classiest -b missing node flagellation -b missing node blowhard -b missing node busybodies -b missing node analogies -b missing node moistness -b missing node pavers -b missing node handily -b missing node fostered -b missing node throe -b missing node liberties -b missing node freeholder -b missing node throb -b missing node whirlwinds -b missing node collards -b missing node persisters -b missing node catchalls -b missing node overvalue -b missing node message -b missing node seekers -b missing node ammine -b missing node collared -b missing node normans -b missing node venomers -b missing node repartee -b missing node plymouth -b missing node vyingly -b missing node federates -b missing node footboy -b missing node heteroerotic -b missing node hangfire -b missing node channelization -b missing node emerald -b missing node federated -b missing node unsoundness -b missing node predestined -b missing node fluencies -b missing node tying -b missing node entoils -b missing node regulator -b missing node subacutely -b missing node unconscientious -b missing node seatless -b missing node rubicund -b missing node locoweeds -b missing node predestines -b missing node blasty -b missing node handing -b missing node flurry -b missing node rummier -b missing node rummies -b missing node weathers -b missing node crawfish -b missing node gamings -b missing node judicially -b missing node smudgy -b missing node smudge -b missing node archaizing -b missing node nazis -b missing node infeasible -b missing node tarring -b missing node peepshow -b missing node semisacred -b missing node mumble -b missing node scoldingly -b missing node unfreezes -b missing node ascribable -b missing node damsons -b missing node persistent -b missing node hypnogogic -b missing node blackjacked -b missing node parkway -b missing node executorial -b missing node dramatized -b missing node noisiest -b missing node philharmonic -b missing node limericks -b missing node mediocrity -b missing node tentativeness -b missing node maidenhead -b missing node biology -b missing node wiping -b missing node shirtmaker -b missing node asphalts -b missing node thickener -b missing node pleating -b missing node lubricates -b missing node intransigent -b missing node conditioners -b missing node encoring -b missing node hedgers -b missing node thickened -b missing node keyholes -b missing node thrum -b missing node unseaworthiness -b missing node lubricated -b missing node spoored -b missing node blasts -b missing node monolog -b missing node toploftier -b missing node maharajas -b missing node uplands -b missing node cockroach -b missing node welder -b missing node chancroid -b missing node warmakers -b missing node calcareously -b missing node arrestees -b missing node unwinding -b missing node welded -b missing node populousness -b missing node colombo -b missing node ionizing -b missing node trothing -b missing node maharajah -b missing node shtetl -b missing node israeli -b missing node libertine -b missing node loquaciousness -b missing node playwears -b missing node opposing -b missing node senores -b missing node appreciator -b missing node stanches -b missing node decoct -b missing node mandarin -b missing node stancher -b missing node ragas -b missing node tallest -b missing node kinsmen -b missing node grounding -b missing node basalts -b missing node hags -b missing node bullets -b missing node unexpired -b missing node bookmark -b missing node guillotined -b missing node gonocytes -b missing node orrises -b missing node pappies -b missing node expectantly -b missing node guillotines -b missing node palliate -b missing node decode -b missing node stanched -b missing node volitions -b missing node haft -b missing node dissimulations -b missing node dramatizes -b missing node haji -b missing node slumberous -b missing node hajj -b missing node optimeter -b missing node popish -b missing node outfitters -b missing node voters -b missing node illicit -b missing node convening -b missing node ureters -b missing node cognoscing -b missing node hair -b missing node hail -b missing node covertness -b missing node ungenial -b missing node wholesaling -b missing node tigroid -b missing node dishtowels -b missing node paperwork -b missing node prelacies -b missing node concussed -b missing node hahs -b missing node toques -b missing node godwits -b missing node alkaloid -b missing node vengeful -b missing node aslope -b missing node concusses -b missing node reluctancy -b missing node prissies -b missing node hadj -b missing node excavators -b missing node dianthuses -b missing node macedonia -b missing node rages -b missing node unpeoples -b missing node hack -b missing node capacitates -b missing node prissier -b missing node reconcilably -b missing node electricity -b missing node snorkeling -b missing node warehouseman -b missing node reconcilable -b missing node irreplaceably -b missing node irreplaceable -b missing node gamines -b missing node schleps -b missing node immaterialities -b missing node wallowed -b missing node schlepp -b missing node totalizators -b missing node coagulators -b missing node embellish -b missing node wallower -b missing node electro -b missing node bikeways -b missing node writhers -b missing node opposite -b missing node lubricator -b missing node decontrolling -b missing node neutrals -b missing node druidism -b missing node refreshing -b missing node empurpling -b missing node ratably -b missing node pitchy -b missing node discipleship -b missing node atelier -b missing node misrepresentations -b missing node reluctance -b missing node capacitated -b missing node disillusioning -b missing node uptime -b missing node basally -b missing node frothed -b missing node filius -b missing node commodious -b missing node raged -b missing node middlemen -b missing node handpicking -b missing node mandrill -b missing node clutching -b missing node specious -b missing node misgoverns -b missing node dingoes -b missing node blowpipe -b missing node biathlon -b missing node avoiding -b missing node authors -b missing node apercus -b missing node comping -b missing node scarting -b missing node retraceable -b missing node unseduced -b missing node dismembers -b missing node ratable -b missing node atmosphere -b missing node obtuse -b missing node gasworks -b missing node fosterer -b missing node proprioceptor -b missing node cauliflower -b missing node lambency -b missing node nontechnically -b missing node ultimates -b missing node appreciated -b missing node fanatic -b missing node metricizing -b missing node vaseline -b missing node compile -b missing node appreciates -b missing node raggy -b missing node barehanded -b missing node farmstead -b missing node garroters -b missing node boastfulness -b missing node hugeness -b missing node establish -b missing node ossea -b missing node quarantining -b missing node boneless -b missing node unwaveringly -b missing node gladiators -b missing node nonresidence -b missing node archaize -b missing node cystic -b missing node almightiness -b missing node unpeopled -b missing node browbeating -b missing node windmill -b missing node nonexportable -b missing node backwood -b missing node swells -b missing node coattails -b missing node germinal -b missing node justification -b missing node nailsets -b missing node unchain -b missing node kinsman -b missing node gipping -b missing node catapult -b missing node impreciseness -b missing node vizier -b missing node three -b missing node vacatable -b missing node windowsill -b missing node earths -b missing node krills -b missing node endeared -b missing node earthy -b missing node prissily -b missing node localites -b missing node licencing -b missing node poorhouses -b missing node threw -b missing node reapportionments -b missing node regulated -b missing node pectoris -b missing node herbivore -b missing node feared -b missing node outyell -b missing node confessable -b missing node impeached -b missing node regulates -b missing node deadlocking -b missing node disencumbered -b missing node fearer -b missing node broccoli -b missing node reinterrogating -b missing node impeaches -b missing node impeacher -b missing node reinterrogation -b missing node engager -b missing node pandora -b missing node engages -b missing node claque -b missing node tuggers -b missing node carbonate -b missing node dwindling -b missing node cinema -b missing node engaged -b missing node subjunctives -b missing node roadsteads -b missing node soapier -b missing node hippo -b missing node guaranty -b missing node immovability -b missing node golfers -b missing node unbinds -b missing node crescendo -b missing node afflicting -b missing node hippy -b missing node helices -b missing node conveners -b missing node chromes -b missing node philander -b missing node shtick -b missing node homesteader -b missing node inciters -b missing node chromed -b missing node buzzard -b missing node huzzaing -b missing node impairer -b missing node wavery -b missing node rebroadcasts -b missing node spitfire -b missing node salines -b missing node impaired -b missing node boozy -b missing node atonable -b missing node clavicular -b missing node swiping -b missing node fretsome -b missing node conterminously -b missing node clangs -b missing node hoeing -b missing node stereotapes -b missing node stationeries -b missing node predominate -b missing node mantises -b missing node saltbox -b missing node waveys -b missing node deodorizes -b missing node booze -b missing node microstates -b missing node deodorizer -b missing node rustic -b missing node slanderous -b missing node sniffles -b missing node deodorized -b missing node helical -b missing node sniffler -b missing node specimen -b missing node subleasing -b missing node fusible -b missing node couturiere -b missing node clunker -b missing node plainness -b missing node sniffled -b missing node fusibly -b missing node praetor -b missing node filberts -b missing node cognizant -b missing node chromic -b missing node incisions -b missing node arbalest -b missing node clunked -b missing node guidance -b missing node racks -b missing node extincts -b missing node matchers -b missing node powder -b missing node refinancing -b missing node bronco -b missing node remounted -b missing node fattens -b missing node broncs -b missing node stompers -b missing node enslavers -b missing node ossifiers -b missing node predominant -b missing node additives -b missing node babuls -b missing node spryness -b missing node assize -b missing node urinogenital -b missing node stepparent -b missing node gushy -b missing node equipping -b missing node hauberk -b missing node copartner -b missing node couturiers -b missing node vicinage -b missing node ungenerous -b missing node bronchial -b missing node topicality -b missing node affliction -b missing node rusted -b missing node shelvers -b missing node ideational -b missing node unblocking -b missing node seismologist -b missing node predisposes -b missing node landsman -b missing node megillahs -b missing node dressages -b missing node predisposed -b missing node memento -b missing node afflictive -b missing node torpedo -b missing node sowable -b missing node typebars -b missing node apposing -b missing node ruiners -b missing node ransomers -b missing node packagers -b missing node impugning -b missing node prostrated -b missing node outdate -b missing node reanalyzed -b missing node firehouses -b missing node excavate -b missing node antonio -b missing node reanalyzes -b missing node ionosphere -b missing node bigheartedly -b missing node lathings -b missing node wainscotted -b missing node advertisement -b missing node talesmen -b missing node yummy -b missing node secludedly -b missing node antacids -b missing node japanize -b missing node fattest -b missing node footers -b missing node partially -b missing node unterrified -b missing node bedchair -b missing node feasts -b missing node rampaging -b missing node patricia -b missing node analogize -b missing node assisi -b missing node landsmen -b missing node middleman -b missing node omnipotently -b missing node nonresidents -b missing node decelerators -b missing node neologisms -b missing node assist -b missing node crucifying -b missing node tetchy -b missing node japonica -b missing node relinked -b missing node hydrotherapist -b missing node prostrates -b missing node gibbon -b missing node microbicide -b missing node wavers -b missing node chromas -b missing node guaranis -b missing node menservants -b missing node arguers -b missing node artworks -b missing node bluecap -b missing node outwearing -b missing node unbacked -b missing node frowzily -b missing node lustrous -b missing node lunges -b missing node afterglow -b missing node ultimatum -b missing node lunger -b missing node dawdle -b missing node wayfarer -b missing node licencers -b missing node lungee -b missing node deadfall -b missing node lunged -b missing node prefiguring -b missing node cloying -b missing node abduct -b missing node shuttering -b missing node mentally -b missing node foretelling -b missing node salinas -b missing node prettily -b missing node garbing -b missing node unconsecrated -b missing node baldness -b missing node slavishly -b missing node wherefores -b missing node acetones -b missing node condensates -b missing node loathsomely -b missing node stratigraphy -b missing node enlightens -b missing node geometers -b missing node pudding -b missing node attendance -b missing node ageing -b missing node colleagues -b missing node franciscans -b missing node bulldog -b missing node concourse -b missing node illusionists -b missing node hamper -b missing node packer -b missing node clansman -b missing node packet -b missing node expostulated -b missing node ideation -b missing node osteotomy -b missing node sienna -b missing node daytimes -b missing node ariose -b missing node dispensary -b missing node mantissa -b missing node expostulates -b missing node apposite -b missing node drabbed -b missing node serviceable -b missing node decree -b missing node arioso -b missing node kinescopes -b missing node osteotome -b missing node handful -b missing node redacting -b missing node quackishness -b missing node unsoldered -b missing node palling -b missing node orneriest -b missing node serviceably -b missing node unrivalled -b missing node placeboes -b missing node disturbingly -b missing node tabernacles -b missing node virago -b missing node conical -b missing node frowzier -b missing node chestnuts -b missing node lacrimal -b missing node percentaged -b missing node bromos -b missing node metastasizing -b missing node nirvanic -b missing node thanatoid -b missing node malines -b missing node cumber -b missing node earwig -b missing node percentages -b missing node clansmen -b missing node unequaled -b missing node damply -b missing node haggled -b missing node defoliant -b missing node packed -b missing node ultimatums -b missing node insipidity -b missing node incarcerating -b missing node upland -b missing node watershed -b missing node instated -b missing node expulses -b missing node talesman -b missing node dalliances -b missing node thermites -b missing node exerting -b missing node expulsed -b missing node allergenicity -b missing node exertion -b missing node downcourt -b missing node larcenists -b missing node espoused -b missing node prohibitionist -b missing node instates -b missing node natives -b missing node expecting -b missing node brevetcies -b missing node physicianly -b missing node incarceration -b missing node londoners -b missing node legations -b missing node haggles -b missing node haggler -b missing node heartwood -b missing node espouser -b missing node exasperation -b missing node espouses -b missing node composted -b missing node assign -b missing node trapezoid -b missing node brokerage -b missing node gibbousness -b missing node exasperating -b missing node inviolability -b missing node bedsore -b missing node refuelled -b missing node scrapers -b missing node jingled -b missing node trackless -b missing node grainfield -b missing node digamy -b missing node burlesqued -b missing node benisons -b missing node stimulant -b missing node frazzle -b missing node jingler -b missing node uncombined -b missing node jingles -b missing node cistern -b missing node overproducing -b missing node legalities -b missing node forfended -b missing node tentering -b missing node recoins -b missing node overspreads -b missing node camphorate -b missing node chromos -b missing node gusty -b missing node goodyear -b missing node unwariest -b missing node trapshooting -b missing node gusts -b missing node antonym -b missing node gusto -b missing node gibbet -b missing node gibber -b missing node alphorns -b missing node chicories -b missing node lifeway -b missing node gibbed -b missing node drabble -b missing node paraffined -b missing node complementarily -b missing node gantries -b missing node conifers -b missing node overleaf -b missing node russia -b missing node defoliate -b missing node plasterers -b missing node radii -b missing node radio -b missing node pallier -b missing node overleap -b missing node fluking -b missing node reputed -b missing node turnoffs -b missing node frightened -b missing node radar -b missing node debauches -b missing node acetonic -b missing node balboa -b missing node ageism -b missing node decompress -b missing node philatelists -b missing node ageist -b missing node debaucher -b missing node drabber -b missing node rousing -b missing node gussy -b missing node clanks -b missing node nirvanas -b missing node overreacted -b missing node reputes -b missing node unequally -b missing node mulatto -b missing node granola -b missing node shutdowns -b missing node mouldering -b missing node aridities -b missing node leagues -b missing node quarantined -b missing node leaguer -b missing node bloomiest -b missing node hydrotherapies -b missing node accoutring -b missing node overreaching -b missing node paraffinic -b missing node attains -b missing node transshipping -b missing node attaint -b missing node burlesques -b missing node brashest -b missing node debauchee -b missing node recoils -b missing node debauched -b missing node contemplators -b missing node yclept -b missing node thulium -b missing node ingathers -b missing node leagued -b missing node virilities -b missing node whizzers -b missing node ostia -b missing node bonze -b missing node polyandrist -b missing node radiometries -b missing node nonconventional -b missing node sandlotters -b missing node principal -b missing node obnoxiously -b missing node excisable -b missing node monocled -b missing node differentia -b missing node onondaga -b missing node subdisciplines -b missing node somatological -b missing node monocles -b missing node flakier -b missing node meuniere -b missing node marshaled -b missing node biochemist -b missing node radon -b missing node hovelling -b missing node shingled -b missing node disapprobations -b missing node radioing -b missing node canonicals -b missing node forseeable -b missing node insufficiency -b missing node rearousal -b missing node barricades -b missing node scabies -b missing node usably -b missing node barricader -b missing node elevon -b missing node marshalcy -b missing node barricaded -b missing node tertian -b missing node cremate -b missing node evangelicalism -b missing node tertial -b missing node popinjays -b missing node supineness -b missing node effortlessness -b missing node construe -b missing node infiltrate -b missing node unsoundly -b missing node solvents -b missing node propagate -b missing node approximately -b missing node consisted -b missing node crevice -b missing node broody -b missing node featly -b missing node suballiance -b missing node fluttery -b missing node tarter -b missing node flutters -b missing node shingler -b missing node shingles -b missing node tarted -b missing node hurrays -b missing node differently -b missing node bonus -b missing node bonum -b missing node taxation -b missing node clothing -b missing node sunflowers -b missing node brooch -b missing node financially -b missing node rearoused -b missing node deposers -b missing node rearouses -b missing node dementing -b missing node artfulness -b missing node broods -b missing node ricocheted -b missing node abeyances -b missing node backspins -b missing node stimulate -b missing node custodians -b missing node conductibility -b missing node radix -b missing node meeting -b missing node truncations -b missing node espousal -b missing node glimpsers -b missing node shiverer -b missing node saracens -b missing node discharging -b missing node cindery -b missing node bedcovers -b missing node cinders -b missing node shivered -b missing node alright -b missing node immure -b missing node bartering -b missing node fringelike -b missing node obviousness -b missing node dyeable -b missing node booby -b missing node heartworm -b missing node boobs -b missing node clothier -b missing node unlovely -b missing node seraphims -b missing node enforcing -b missing node amplitude -b missing node teammate -b missing node eleven -b missing node plenary -b missing node unaided -b missing node marshalls -b missing node cloakrooms -b missing node damper -b missing node principle -b missing node dampen -b missing node animadvert -b missing node booed -b missing node japer -b missing node japes -b missing node hamstrung -b missing node nascencies -b missing node oversimplifying -b missing node immune -b missing node pirouetted -b missing node forgetfulness -b missing node bluebonnets -b missing node grownups -b missing node hasping -b missing node commonalties -b missing node mailbag -b missing node seabirds -b missing node nomadisms -b missing node pirouettes -b missing node prehuman -b missing node prettied -b missing node prettier -b missing node regularly -b missing node pretties -b missing node broomy -b missing node suable -b missing node phrase -b missing node tawers -b missing node inanes -b missing node brooms -b missing node quantizing -b missing node mandated -b missing node peppercorn -b missing node mandatee -b missing node luridly -b missing node bankrolls -b missing node capriccio -b missing node exertive -b missing node unchanged -b missing node velvets -b missing node japed -b missing node mandates -b missing node paranoiacs -b missing node earwax -b missing node damped -b missing node velvety -b missing node usable -b missing node attendants -b missing node precontrive -b missing node prettify -b missing node sayonaras -b missing node funnels -b missing node convulsively -b missing node trampoliners -b missing node polyandries -b missing node fabricating -b missing node freemason -b missing node japan -b missing node chowdered -b missing node brooks -b missing node tartly -b missing node annexations -b missing node annexure -b missing node inaner -b missing node hereinafter -b missing node fabrication -b missing node buoyed -b missing node grinding -b missing node interviewer -b missing node enfeeble -b missing node waisters -b missing node interviewed -b missing node interviewee -b missing node suably -b missing node keysters -b missing node toothily -b missing node gutter -b missing node pelting -b missing node obliterators -b missing node burweed -b missing node gutted -b missing node abortionists -b missing node homeland -b missing node degassing -b missing node noncoms -b missing node books -b missing node invaluably -b missing node influenzas -b missing node scuttler -b missing node scuttles -b missing node overshoots -b missing node limping -b missing node localizations -b missing node investigate -b missing node vestigially -b missing node sheened -b missing node undertaking -b missing node scuttled -b missing node dementias -b missing node sheeney -b missing node analyzers -b missing node landladies -b missing node meteorite -b missing node evocators -b missing node centupling -b missing node floatation -b missing node cranching -b missing node hired -b missing node musicals -b missing node authorship -b missing node shouldered -b missing node innovator -b missing node feminines -b missing node mandator -b missing node tarsus -b missing node hires -b missing node hirer -b missing node halogenating -b missing node boomy -b missing node musicale -b missing node booms -b missing node crescents -b missing node cleansing -b missing node expense -b missing node meteorism -b missing node maturate -b missing node showroom -b missing node berlin -b missing node sardinia -b missing node mangled -b missing node cartages -b missing node delvers -b missing node zoologic -b missing node imbiber -b missing node imbibes -b missing node masticate -b missing node emanate -b missing node gripping -b missing node oregonians -b missing node collapse -b missing node redheaded -b missing node vandykes -b missing node precepts -b missing node rationally -b missing node unpleasant -b missing node apexes -b missing node shalier -b missing node aurochs -b missing node mangles -b missing node mangler -b missing node takeing -b missing node solvency -b missing node teaspoonsful -b missing node unchastities -b missing node porterhouse -b missing node petrous -b missing node thawed -b missing node decentest -b missing node observations -b missing node knifing -b missing node paltriness -b missing node soothsayer -b missing node imbibed -b missing node obtusest -b missing node caprices -b missing node toothier -b missing node blossomy -b missing node sardines -b missing node blossoms -b missing node aquavits -b missing node handgun -b missing node abatises -b missing node engineered -b missing node popgun -b missing node orientals -b missing node filled -b missing node homebred -b missing node gesticulate -b missing node boors -b missing node filler -b missing node tartan -b missing node filles -b missing node unchilled -b missing node fillet -b missing node armed -b missing node tartar -b missing node waterside -b missing node fermata -b missing node awkward -b missing node unprejudiced -b missing node ascent -b missing node moilers -b missing node booth -b missing node introspectively -b missing node mannikins -b missing node promptly -b missing node boost -b missing node ascend -b missing node manumitted -b missing node unpossessively -b missing node burglariously -b missing node clobbering -b missing node fatteners -b missing node libidinal -b missing node flakily -b missing node booty -b missing node presift -b missing node rustle -b missing node electees -b missing node boots -b missing node aground -b missing node flaking -b missing node leakiness -b missing node codicils -b missing node encapsulate -b missing node dictionary -b missing node oversimplify -b missing node reconvey -b missing node spewers -b missing node radioscopical -b missing node disqualification -b missing node begrudging -b missing node manoeuvred -b missing node heeders -b missing node rounds -b missing node grannie -b missing node fillip -b missing node seductress -b missing node densifying -b missing node boons -b missing node baccarat -b missing node civilians -b missing node redolent -b missing node fluted -b missing node gutsy -b missing node scabby -b missing node petticoat -b missing node adenosine -b missing node flutes -b missing node fluter -b missing node entourages -b missing node conniver -b missing node appreciations -b missing node connives -b missing node cunnilingus -b missing node gutta -b missing node gutty -b missing node connived -b missing node rationales -b missing node scratches -b missing node petrols -b missing node obtusely -b missing node bronzy -b missing node mimosas -b missing node prompted -b missing node scratcher -b missing node invaluable -b missing node feater -b missing node cyanide -b missing node prompter -b missing node huzzahed -b missing node blared -b missing node fortuned -b missing node reinvesting -b missing node dreggiest -b missing node westering -b missing node backgrounds -b missing node inhabiter -b missing node prorate -b missing node fixedness -b missing node conductors -b missing node blares -b missing node okaying -b missing node preside -b missing node bronze -b missing node scratched -b missing node grippier -b missing node fortunes -b missing node townhouses -b missing node composure -b missing node horizontally -b missing node propounding -b missing node inhabited -b missing node fealty -b missing node fleetly -b missing node curriers -b missing node crampon -b missing node unquiets -b missing node dishpans -b missing node reinvestigated -b missing node incitory -b missing node alongshore -b missing node curriery -b missing node prancing -b missing node zygotic -b missing node polarizing -b missing node bighted -b missing node reinvestigates -b missing node elicitation -b missing node salties -b missing node separability -b missing node saltier -b missing node interfertile -b missing node nonmaterialistic -b missing node foretokening -b missing node reaccompany -b missing node erupting -b missing node bonos -b missing node luther -b missing node firedamp -b missing node brigading -b missing node augustine -b missing node purposeful -b missing node revalue -b missing node moulding -b missing node delectation -b missing node disproof -b missing node intermixture -b missing node grew -b missing node grey -b missing node piquancies -b missing node tzimmes -b missing node bonny -b missing node moleskin -b missing node cottonseed -b missing node reverberate -b missing node trammelling -b missing node bitterest -b missing node motile -b missing node ceylon -b missing node stepsons -b missing node femur -b missing node magyar -b missing node resources -b missing node unroof -b missing node valvelets -b missing node exemplary -b missing node cuppings -b missing node sashays -b missing node bilgiest -b missing node recaptures -b missing node unaimed -b missing node motion -b missing node exemplars -b missing node crosswalks -b missing node lucidness -b missing node dishevelments -b missing node recaptured -b missing node turbocars -b missing node tigrish -b missing node raggedest -b missing node serration -b missing node zygotes -b missing node treasury -b missing node septums -b missing node overcompensation -b missing node grab -b missing node grad -b missing node endoscope -b missing node agitations -b missing node gras -b missing node scullers -b missing node endoscopy -b missing node lumbering -b missing node treasure -b missing node aqueous -b missing node scullery -b missing node gram -b missing node valveless -b missing node overcompensating -b missing node excrement -b missing node gray -b missing node ipecacs -b missing node honorarium -b missing node humidify -b missing node abeam -b missing node nursing -b missing node unroll -b missing node psalter -b missing node intrudingly -b missing node potheads -b missing node paddling -b missing node gulfed -b missing node urolithic -b missing node headhunt -b missing node boney -b missing node redline -b missing node bones -b missing node boner -b missing node boned -b missing node restages -b missing node unafraid -b missing node labours -b missing node fleeted -b missing node restaged -b missing node scurfiest -b missing node cognise -b missing node bonds -b missing node esteems -b missing node romanizes -b missing node salting -b missing node health -b missing node radiotherapist -b missing node saltine -b missing node minsters -b missing node putsches -b missing node fleeter -b missing node glassier -b missing node descendants -b missing node glassies -b missing node romanized -b missing node choiring -b missing node saltily -b missing node eruptive -b missing node assassinator -b missing node bongs -b missing node bongo -b missing node allopaths -b missing node ministration -b missing node allopathy -b missing node maharanee -b missing node testability -b missing node frivolers -b missing node weakeners -b missing node notifying -b missing node fondles -b missing node fondler -b missing node corbeled -b missing node copartners -b missing node postally -b missing node dewfalls -b missing node sisters -b missing node enigma -b missing node macerate -b missing node fondled -b missing node aimless -b missing node endearing -b missing node motifs -b missing node tympan -b missing node mispronounces -b missing node fibula -b missing node defiant -b missing node urethra -b missing node moneymaker -b missing node diminishing -b missing node sceptring -b missing node songbird -b missing node eruption -b missing node grit -b missing node misedits -b missing node grip -b missing node gearwheels -b missing node grin -b missing node grim -b missing node cramped -b missing node mispronounced -b missing node grid -b missing node triflingly -b missing node railroaded -b missing node halfbeak -b missing node suburbanite -b missing node petiolate -b missing node meltdown -b missing node railroader -b missing node spinneys -b missing node olympians -b missing node blanks -b missing node swinging -b missing node mumper -b missing node skeined -b missing node mumped -b missing node spinnery -b missing node recouping -b missing node scrunches -b missing node incarcerators -b missing node underskirt -b missing node dearies -b missing node unfermented -b missing node goodbye -b missing node pleaders -b missing node trimester -b missing node keelage -b missing node glassine -b missing node system -b missing node glassing -b missing node buckoes -b missing node bisectionally -b missing node dappled -b missing node discussant -b missing node armor -b missing node hidebound -b missing node pimping -b missing node dapples -b missing node inbreathing -b missing node slinger -b missing node bermudian -b missing node denarius -b missing node banshee -b missing node typographic -b missing node uncoupling -b missing node technic -b missing node dratted -b missing node glassily -b missing node cooeyed -b missing node cognize -b missing node spinier -b missing node acclamations -b missing node bistros -b missing node embossment -b missing node pepsine -b missing node clarinettists -b missing node innovates -b missing node fetidness -b missing node versicle -b missing node uncleaned -b missing node descriptions -b missing node sidings -b missing node unwrinkling -b missing node jongleur -b missing node innovated -b missing node fratriage -b missing node deaccessioned -b missing node morasses -b missing node paternalism -b missing node winningly -b missing node imploringly -b missing node pepsins -b missing node demand -b missing node curbstone -b missing node splotch -b missing node germanic -b missing node percentiles -b missing node convented -b missing node recompilation -b missing node iambus -b missing node approvement -b missing node wallboard -b missing node clacks -b missing node scollop -b missing node discretionary -b missing node panoramic -b missing node foldable -b missing node reaming -b missing node imperilled -b missing node rajah -b missing node heartbreaks -b missing node banshie -b missing node printouts -b missing node monitored -b missing node rajas -b missing node slushiest -b missing node kismetic -b missing node scrunched -b missing node radiotherapies -b missing node schlepped -b missing node crackpot -b missing node assessors -b missing node descendance -b missing node spinners -b missing node graces -b missing node fermium -b missing node endbrains -b missing node olympiads -b missing node dewclaw -b missing node disdain -b missing node honester -b missing node graced -b missing node noncorroding -b missing node reaccuse -b missing node surfeit -b missing node twangier -b missing node cisterns -b missing node jigsawing -b missing node miseducates -b missing node awfuller -b missing node tetrameters -b missing node unrobe -b missing node surfers -b missing node blanch -b missing node gunfighter -b missing node reintroducing -b missing node performing -b missing node transliterating -b missing node cummin -b missing node inoperative -b missing node yeomen -b missing node miseducated -b missing node outfacing -b missing node defalcation -b missing node travelers -b missing node femme -b missing node glower -b missing node oscillometric -b missing node bilberry -b missing node oncogenic -b missing node serrating -b missing node unfolders -b missing node tarsal -b missing node glowed -b missing node disprove -b missing node prosperously -b missing node untidiness -b missing node malefactresses -b missing node defalcating -b missing node sawbucks -b missing node armer -b missing node karmic -b missing node swastikas -b missing node cineraria -b missing node challengeable -b missing node roarings -b missing node valuates -b missing node readjourning -b missing node plight -b missing node borderers -b missing node roguishness -b missing node honestly -b missing node asperses -b missing node disemployment -b missing node unpolarized -b missing node mordent -b missing node minerva -b missing node valuated -b missing node karmas -b missing node yearningly -b missing node yahoos -b missing node longitude -b missing node unallowable -b missing node aspersed -b missing node blackball -b missing node narcissistic -b missing node paellas -b missing node resubmitted -b missing node spearheads -b missing node panoramas -b missing node unwinds -b missing node pasturage -b missing node quadrangle -b missing node watercolor -b missing node acuteness -b missing node lucidity -b missing node fumarole -b missing node maleficence -b missing node healer -b missing node disputant -b missing node yucca -b missing node pilfering -b missing node typographer -b missing node healed -b missing node autocratically -b missing node constipate -b missing node deities -b missing node nightwear -b missing node wholesalers -b missing node evensongs -b missing node sexologist -b missing node armrest -b missing node sinkhole -b missing node chirper -b missing node transliteration -b missing node chirped -b missing node laicisms -b missing node freedom -b missing node rigorisms -b missing node scoopfuls -b missing node tieclasps -b missing node anointment -b missing node colonizing -b missing node unmounted -b missing node ingenious -b missing node bimesters -b missing node intact -b missing node graals -b missing node nucleonics -b missing node hiphuggers -b missing node liberates -b missing node piazadora -b missing node oilcloth -b missing node revolutionaries -b missing node liberated -b missing node democratically -b missing node acquisitions -b missing node paving -b missing node cloaked -b missing node microprocessor -b missing node pathologist -b missing node diptera -b missing node logicians -b missing node stigmata -b missing node godfathers -b missing node servomotor -b missing node adhere -b missing node nexuses -b missing node underfeed -b missing node sexologies -b missing node iambic -b missing node doomsdays -b missing node felts -b missing node aidmen -b missing node strongrooms -b missing node keyboard -b missing node ohioan -b missing node announcement -b missing node indiscreetly -b missing node labially -b missing node shimmering -b missing node wigging -b missing node libertines -b missing node wagnerian -b missing node hairweavers -b missing node endeavor -b missing node hedging -b missing node alternativeness -b missing node frenching -b missing node flinder -b missing node annulled -b missing node gurus -b missing node gravitates -b missing node ganglion -b missing node cosmetician -b missing node logarithmical -b missing node maidens -b missing node analogues -b missing node instants -b missing node valuator -b missing node gravitated -b missing node resummoned -b missing node sniffy -b missing node salicylic -b missing node opulency -b missing node twofolds -b missing node longtime -b missing node contractual -b missing node glamourous -b missing node sniffs -b missing node opulence -b missing node regulatable -b missing node boastingly -b missing node gangling -b missing node felon -b missing node kiloton -b missing node strettos -b missing node yeoman -b missing node flycatcher -b missing node favoured -b missing node favourer -b missing node peewits -b missing node symbolically -b missing node speleologist -b missing node outlawries -b missing node arguing -b missing node galvanic -b missing node gimballing -b missing node revenants -b missing node anthemed -b missing node cellars -b missing node newlywed -b missing node euglenas -b missing node peckier -b missing node hemlocks -b missing node provocations -b missing node fugued -b missing node communed -b missing node unreplaceable -b missing node coziest -b missing node outermost -b missing node candidature -b missing node council -b missing node eversion -b missing node fussiness -b missing node philomel -b missing node contradictorily -b missing node mirthful -b missing node interlunar -b missing node communes -b missing node spellbinder -b missing node apogee -b missing node downiest -b missing node emasculate -b missing node fugues -b missing node hammed -b missing node scabbed -b missing node reissuing -b missing node filers -b missing node furcula -b missing node revamps -b missing node astringency -b missing node almners -b missing node realising -b missing node gospel -b missing node hammer -b missing node baryons -b missing node garrotte -b missing node hatefulness -b missing node dayrooms -b missing node cussers -b missing node hedgier -b missing node interurban -b missing node bombs -b missing node intake -b missing node soirees -b missing node degenerations -b missing node bombe -b missing node impertinent -b missing node subgrades -b missing node commandeering -b missing node filets -b missing node docked -b missing node nasals -b missing node glaringly -b missing node partitioning -b missing node obituaries -b missing node speedway -b missing node chattering -b missing node shanghai -b missing node trapezium -b missing node rhesuses -b missing node subnucleuses -b missing node backboards -b missing node reconnoitering -b missing node checkmated -b missing node inalienability -b missing node duetted -b missing node amphorae -b missing node docket -b missing node docker -b missing node emblazoned -b missing node mother -b missing node amphoral -b missing node showings -b missing node amphoras -b missing node aidman -b missing node papillons -b missing node niftiest -b missing node buddhist -b missing node colorer -b missing node tzarevnas -b missing node angelically -b missing node vassalage -b missing node buddhism -b missing node monolith -b missing node pecking -b missing node colored -b missing node kafirs -b missing node toroidal -b missing node noncompetitive -b missing node avoiders -b missing node panhandlers -b missing node wakikis -b missing node supervisorial -b missing node undercooks -b missing node bordereau -b missing node aliquots -b missing node halometer -b missing node disintegrating -b missing node neoclassically -b missing node unchanging -b missing node ensnaring -b missing node burners -b missing node mandamus -b missing node differed -b missing node mangoes -b missing node standishes -b missing node silliest -b missing node nonmotile -b missing node tormentors -b missing node countersigned -b missing node incredibleness -b missing node briskets -b missing node reabsorbed -b missing node alterable -b missing node kantians -b missing node belittling -b missing node scrives -b missing node postforms -b missing node scrived -b missing node grub -b missing node whenever -b missing node burnets -b missing node briskest -b missing node defrayals -b missing node stickums -b missing node morphemes -b missing node caginess -b missing node checkmates -b missing node impersonal -b missing node crosscuts -b missing node hutting -b missing node unfortunates -b missing node fogginess -b missing node pleurisies -b missing node electrifiers -b missing node lancelets -b missing node archfiend -b missing node hoofing -b missing node despisers -b missing node prognosis -b missing node contracture -b missing node handmaiden -b missing node uncomforted -b missing node invisibility -b missing node maharanis -b missing node instance -b missing node communal -b missing node raked -b missing node helpmeet -b missing node misarrangement -b missing node futurology -b missing node reenclose -b missing node unwon -b missing node almoners -b missing node charming -b missing node jambing -b missing node vomiters -b missing node flunky -b missing node stickups -b missing node alliterative -b missing node flunks -b missing node alterably -b missing node papyruses -b missing node grabby -b missing node rightfulness -b missing node flyspecked -b missing node disenthralls -b missing node humbugging -b missing node circler -b missing node circles -b missing node rakes -b missing node mustily -b missing node circlet -b missing node centares -b missing node raker -b missing node arider -b missing node outdone -b missing node umbers -b missing node firewoods -b missing node abets -b missing node rebuttably -b missing node musting -b missing node flangers -b missing node circled -b missing node grog -b missing node ganglial -b missing node bering -b missing node psaltry -b missing node graben -b missing node grot -b missing node rebuttable -b missing node grow -b missing node fibrillate -b missing node outdoor -b missing node disintegration -b missing node morphemic -b missing node gangliar -b missing node infallible -b missing node garroted -b missing node birdbrain -b missing node fibrils -b missing node stamens -b missing node kinship -b missing node venerable -b missing node parasitizing -b missing node leggings -b missing node quezals -b missing node venerably -b missing node weather -b missing node glisters -b missing node completions -b missing node brigadier -b missing node reeker -b missing node regerminatively -b missing node bolts -b missing node garrotes -b missing node disintegrative -b missing node bauble -b missing node humidity -b missing node garroter -b missing node secretest -b missing node mouldier -b missing node gainsayers -b missing node baptism -b missing node checksums -b missing node stomper -b missing node monarchs -b missing node unwit -b missing node charioting -b missing node liberator -b missing node baptist -b missing node monarchy -b missing node familiarize -b missing node stomped -b missing node executioner -b missing node prolific -b missing node deterministic -b missing node rigorists -b missing node astringents -b missing node fella -b missing node sainthood -b missing node superfluity -b missing node felly -b missing node directory -b missing node fells -b missing node ganglier -b missing node baptise -b missing node carapaces -b missing node directors -b missing node haphazardly -b missing node dissections -b missing node treatises -b missing node testamentary -b missing node halfway -b missing node astrology -b missing node baptize -b missing node outrageously -b missing node ensconce -b missing node overweeningly -b missing node venally -b missing node kummels -b missing node reverberant -b missing node refortify -b missing node glistens -b missing node catalepsy -b missing node metrologies -b missing node peccavis -b missing node alliterating -b missing node bolus -b missing node tarred -b missing node tautogs -b missing node outweigh -b missing node fibrins -b missing node lindies -b missing node dogfish -b missing node alliteration -b missing node executional -b missing node timeless -b missing node reeked -b missing node skyborne -b missing node felix -b missing node outdoer -b missing node outdoes -b missing node choppiness -b missing node familiarity -b missing node mustier -b missing node aridly -b missing node raccoons -b missing node mignons -b missing node reductional -b missing node inhabits -b missing node infallibly -b missing node unwed -b missing node indolence -b missing node coliforms -b missing node dispensers -b missing node headwaiter -b missing node capriole -b missing node nauseatingly -b missing node creates -b missing node tactful -b missing node constipates -b missing node horoscopes -b missing node butanes -b missing node unromantically -b missing node righters -b missing node created -b missing node lobelia -b missing node weightlessness -b missing node suborners -b missing node judgement -b missing node goys -b missing node matures -b missing node reforest -b missing node maturer -b missing node bowerlike -b missing node textures -b missing node zoological -b missing node matured -b missing node eyepieces -b missing node overcast -b missing node elastomers -b missing node rightest -b missing node awayness -b missing node bolls -b missing node mailmen -b missing node textured -b missing node hammerheads -b missing node constipated -b missing node raindrop -b missing node triumphal -b missing node fattily -b missing node vermifuges -b missing node installed -b missing node engraft -b missing node centrism -b missing node evangelicals -b missing node cookbooks -b missing node hamlet -b missing node adamance -b missing node bolos -b missing node offtrack -b missing node bastardy -b missing node omphali -b missing node tussocks -b missing node gazelle -b missing node bastards -b missing node adamancy -b missing node polemicist -b missing node misshapes -b missing node tussocky -b missing node misshapen -b missing node burning -b missing node smokiness -b missing node conspicuous -b missing node misspellings -b missing node buzzers -b missing node detailers -b missing node tansies -b missing node teleologies -b missing node reducers -b missing node triumphed -b missing node negating -b missing node fatting -b missing node pitilessness -b missing node stepbrothers -b missing node mudcaps -b missing node phlegmiest -b missing node engrams -b missing node antecedes -b missing node textural -b missing node escapeway -b missing node centrist -b missing node anteceded -b missing node laconism -b missing node shaggily -b missing node watchband -b missing node turndown -b missing node tricolor -b missing node condemnor -b missing node installer -b missing node anodizing -b missing node nightmares -b missing node scoutings -b missing node mailman -b missing node measure -b missing node shagging -b missing node negation -b missing node oratory -b missing node undermines -b missing node nullity -b missing node danegeld -b missing node recognizably -b missing node swankest -b missing node underminer -b missing node recognizable -b missing node equilateral -b missing node monofuels -b missing node mundanely -b missing node belatedly -b missing node capitulatory -b missing node glassful -b missing node undermined -b missing node orators -b missing node chopper -b missing node slugfest -b missing node fireflies -b missing node eschewing -b missing node laudators -b missing node chopped -b missing node laudatory -b missing node eyepoints -b missing node profoundness -b missing node dioxids -b missing node moccasin -b missing node boles -b missing node adversaries -b missing node chronograph -b missing node mechanics -b missing node nullify -b missing node amnesiacs -b missing node aided -b missing node electrum -b missing node lindens -b missing node bimetallist -b missing node hitherto -b missing node aider -b missing node abscond -b missing node bimetallism -b missing node aides -b missing node dislodge -b missing node preventative -b missing node frenchman -b missing node inflictable -b missing node fleered -b missing node dehumidify -b missing node cornetists -b missing node tropical -b missing node frenchmen -b missing node cartoons -b missing node lucently -b missing node divisibility -b missing node gossip -b missing node osier -b missing node telephonists -b missing node protruded -b missing node rousers -b missing node inpatient -b missing node burnies -b missing node abaters -b missing node protrudes -b missing node dioxide -b missing node fattier -b missing node fatties -b missing node tarpon -b missing node cracknel -b missing node hitchhike -b missing node splutters -b missing node tougher -b missing node cairned -b missing node toughen -b missing node goaded -b missing node parable -b missing node bolas -b missing node hippish -b missing node wellsprings -b missing node gentians -b missing node umbels -b missing node unloader -b missing node chestfuls -b missing node shaggier -b missing node poniarded -b missing node billeter -b missing node roller -b missing node caveator -b missing node nucleators -b missing node zonetimes -b missing node redefine -b missing node hided -b missing node onanism -b missing node abbot -b missing node rolled -b missing node strickenly -b missing node condemned -b missing node onanist -b missing node seminudity -b missing node hides -b missing node hider -b missing node unloaded -b missing node condemner -b missing node nulling -b missing node billeted -b missing node chirrup -b missing node reified -b missing node handset -b missing node toughie -b missing node maitres -b missing node inching -b missing node correality -b missing node luteum -b missing node remarkableness -b missing node vaccinate -b missing node exogamic -b missing node chiffonniers -b missing node cusswords -b missing node gulden -b missing node colonel -b missing node palsying -b missing node vitrification -b missing node hipping -b missing node colones -b missing node ekistics -b missing node complex -b missing node marbling -b missing node duperies -b missing node reenslave -b missing node adamants -b missing node aggrieve -b missing node wiggler -b missing node electron -b missing node wiggles -b missing node golf -b missing node gold -b missing node whipworm -b missing node respondences -b missing node thorp -b missing node manipulates -b missing node thoro -b missing node thorn -b missing node wiggled -b missing node kidnap -b missing node condign -b missing node cartwheel -b missing node vellicate -b missing node forehands -b missing node manipulated -b missing node nomograms -b missing node reifies -b missing node reifier -b missing node householders -b missing node paregoric -b missing node ideologizing -b missing node paisley -b missing node handsaw -b missing node goof -b missing node good -b missing node unshipping -b missing node avoidant -b missing node enframing -b missing node deformities -b missing node toughly -b missing node gong -b missing node emanations -b missing node durances -b missing node caveated -b missing node caveatee -b missing node carcinomata -b missing node miscarry -b missing node recency -b missing node electric -b missing node belgrade -b missing node thole -b missing node incompetent -b missing node gone -b missing node nonfatally -b missing node adversatively -b missing node annalists -b missing node colonic -b missing node meatball -b missing node ecumenic -b missing node shielder -b missing node arbalist -b missing node preadjust -b missing node survivorship -b missing node mutilating -b missing node arose -b missing node embellishment -b missing node lecterns -b missing node shielded -b missing node hicks -b missing node stammering -b missing node thong -b missing node killings -b missing node happenings -b missing node horsetails -b missing node regality -b missing node golfing -b missing node pathologies -b missing node mutilation -b missing node gook -b missing node caesium -b missing node debunker -b missing node goon -b missing node goop -b missing node frustratingly -b missing node debunked -b missing node goos -b missing node amperage -b missing node gory -b missing node rematched -b missing node abbes -b missing node mechanism -b missing node fattish -b missing node baskets -b missing node smackers -b missing node perilling -b missing node unextended -b missing node gosh -b missing node knolls -b missing node swashing -b missing node knolly -b missing node abbey -b missing node reproachful -b missing node welkin -b missing node expecters -b missing node bedight -b missing node rematches -b missing node mechanist -b missing node mouldiest -b missing node gore -b missing node jagless -b missing node reeler -b missing node neatherds -b missing node annualized -b missing node filminess -b missing node dungarees -b missing node overcame -b missing node stockpiles -b missing node reeled -b missing node vitamines -b missing node preclusion -b missing node pointedly -b missing node fluctuate -b missing node conceitedness -b missing node nonuniform -b missing node rectifiers -b missing node drowning -b missing node strawing -b missing node reverberations -b missing node grandiosely -b missing node fingerer -b missing node toyons -b missing node triturators -b missing node fingered -b missing node cordites -b missing node stockpiled -b missing node goth -b missing node distorts -b missing node merchandized -b missing node govt -b missing node aroma -b missing node sultana -b missing node doodler -b missing node doodles -b missing node seceded -b missing node equitation -b missing node disobeyer -b missing node blowhole -b missing node dependency -b missing node sideslipping -b missing node spadices -b missing node sultans -b missing node doodled -b missing node smattered -b missing node alphas -b missing node secedes -b missing node engrave -b missing node gown -b missing node communicants -b missing node seceder -b missing node salinities -b missing node lubbers -b missing node gout -b missing node overlies -b missing node importers -b missing node prestos -b missing node subtending -b missing node misshaped -b missing node manipulator -b missing node handiest -b missing node mutilative -b missing node lamenter -b missing node hourly -b missing node relatives -b missing node coadmit -b missing node lamented -b missing node houris -b missing node calling -b missing node ruining -b missing node remortgage -b missing node toyota -b missing node fontanels -b missing node hippier -b missing node hippies -b missing node frenetics -b missing node funding -b missing node emoted -b missing node dismortgaging -b missing node dependence -b missing node parrakeet -b missing node ubiquitously -b missing node emoter -b missing node emotes -b missing node belittle -b missing node aberrantly -b missing node kerchoo -b missing node kidney -b missing node disobeyed -b missing node ciphering -b missing node lawcourt -b missing node teddies -b missing node forjudge -b missing node antichrist -b missing node mechanize -b missing node courtroom -b missing node homologies -b missing node alkalinizes -b missing node girasoles -b missing node suffixing -b missing node alkalinized -b missing node maxicoats -b missing node semens -b missing node conceitedly -b missing node bewitchment -b missing node interpolations -b missing node guppy -b missing node adsorption -b missing node larboards -b missing node torticollis -b missing node heaped -b missing node ominously -b missing node containership -b missing node acclaiming -b missing node raise -b missing node erratically -b missing node glibness -b missing node disestablishes -b missing node uncoagulated -b missing node disestablished -b missing node clustering -b missing node snider -b missing node melanomata -b missing node pissants -b missing node hypotenuses -b missing node elderberries -b missing node kopjes -b missing node montgomery -b missing node bibliog -b missing node nonadult -b missing node flatulences -b missing node chocolate -b missing node rightful -b missing node oversouls -b missing node creations -b missing node delirious -b missing node docile -b missing node rails -b missing node toluene -b missing node writable -b missing node autocratic -b missing node mollifying -b missing node adolescence -b missing node derrises -b missing node cradled -b missing node coffeepot -b missing node spinning -b missing node dapping -b missing node moveables -b missing node sporters -b missing node pimpling -b missing node urethanes -b missing node dominator -b missing node latchkeys -b missing node watchtower -b missing node labored -b missing node sleeper -b missing node devolutive -b missing node nextdoor -b missing node bestowals -b missing node misunderstandings -b missing node laborer -b missing node fossils -b missing node honied -b missing node tarots -b missing node rainy -b missing node existing -b missing node buckeroo -b missing node coastline -b missing node hireling -b missing node luteal -b missing node committeemen -b missing node houses -b missing node houser -b missing node yields -b missing node preadjusting -b missing node wheelbases -b missing node housed -b missing node spinels -b missing node melodizing -b missing node damsels -b missing node friaries -b missing node rains -b missing node rededicating -b missing node sunrises -b missing node gibers -b missing node onset -b missing node twanging -b missing node granaries -b missing node legislature -b missing node lowlander -b missing node bifocal -b missing node abortiveness -b missing node foothill -b missing node overstepped -b missing node potentiate -b missing node lipsticks -b missing node papooses -b missing node rededication -b missing node marblier -b missing node spumier -b missing node committee -b missing node committed -b missing node trustiest -b missing node monasterial -b missing node fungicidal -b missing node committeeman -b missing node dominated -b missing node committal -b missing node counterplotted -b missing node hardheads -b missing node unrentable -b missing node adsorptive -b missing node uncleanly -b missing node matriculants -b missing node slightness -b missing node entitle -b missing node oenomel -b missing node restaffs -b missing node unapproving -b missing node illustrate -b missing node fatigable -b missing node typographies -b missing node savoriness -b missing node foreknown -b missing node overgrazed -b missing node reforges -b missing node foreknows -b missing node reforged -b missing node pliers -b missing node creased -b missing node dazedly -b missing node sunburned -b missing node dorsally -b missing node superscripted -b missing node spinnies -b missing node creases -b missing node creaser -b missing node raids -b missing node impressiveness -b missing node flakers -b missing node pimplier -b missing node glowers -b missing node diagrammatically -b missing node ceramics -b missing node cooption -b missing node tablets -b missing node momentously -b missing node towpaths -b missing node fluors -b missing node matching -b missing node thous -b missing node monasteries -b missing node overgrazes -b missing node dominates -b missing node funiculars -b missing node subrace -b missing node regaling -b missing node fungicides -b missing node concordantly -b missing node deludingly -b missing node unshelled -b missing node effectual -b missing node dependents -b missing node those -b missing node ravishments -b missing node educed -b missing node hyperacidity -b missing node earing -b missing node mahogany -b missing node sanatorium -b missing node suffixion -b missing node namesake -b missing node pissing -b missing node initiator -b missing node coopting -b missing node rightward -b missing node artefact -b missing node potentials -b missing node educes -b missing node furuncles -b missing node magyars -b missing node grillework -b missing node sellable -b missing node dissociates -b missing node honoraries -b missing node leeways -b missing node spuming -b missing node dissociated -b missing node tyrants -b missing node normalization -b missing node steamroller -b missing node cartoned -b missing node fainter -b missing node chequers -b missing node latvians -b missing node abhorrent -b missing node thoraxes -b missing node umpteenth -b missing node blenchers -b missing node rushed -b missing node engraining -b missing node staunch -b missing node moisturize -b missing node corruptibilities -b missing node rushee -b missing node clingstone -b missing node presume -b missing node scottie -b missing node analgesics -b missing node putterers -b missing node winnowed -b missing node irrevocably -b missing node disallowances -b missing node ramping -b missing node giddily -b missing node irrevocable -b missing node chlorates -b missing node payloads -b missing node blamed -b missing node obduration -b missing node unmannerly -b missing node wondrousness -b missing node blames -b missing node strangle -b missing node internments -b missing node malformations -b missing node blamer -b missing node truculency -b missing node winnower -b missing node spacewalks -b missing node proportionately -b missing node rampion -b missing node honeworts -b missing node obdurating -b missing node liquidators -b missing node tinctures -b missing node motets -b missing node truculence -b missing node nonabstainers -b missing node regrouped -b missing node tinctured -b missing node igneous -b missing node unappeasable -b missing node dessert -b missing node ceders -b missing node titrating -b missing node catamount -b missing node dihedron -b missing node adolescents -b missing node imparity -b missing node frazzles -b missing node faintly -b missing node steadfastly -b missing node rusher -b missing node jimjams -b missing node rushes -b missing node creakiest -b missing node superiorities -b missing node pleasurable -b missing node miscasts -b missing node assassinates -b missing node northeastward -b missing node muddle -b missing node piebalds -b missing node feasted -b missing node pleasurably -b missing node bandicoots -b missing node depoliticized -b missing node unguided -b missing node insistency -b missing node graded -b missing node assassinated -b missing node pugged -b missing node glowfly -b missing node frazzled -b missing node insistence -b missing node brakier -b missing node feaster -b missing node depoliticizes -b missing node grader -b missing node grades -b missing node slovenly -b missing node initiates -b missing node graybacks -b missing node moroccans -b missing node initiated -b missing node pullets -b missing node toxical -b missing node mensurable -b missing node pullers -b missing node biochemists -b missing node rhythmics -b missing node cozenage -b missing node hatchment -b missing node choremen -b missing node aperies -b missing node mendel -b missing node salters -b missing node additionally -b missing node obligability -b missing node dormitory -b missing node vilifying -b missing node stranger -b missing node pallidly -b missing node riderships -b missing node mender -b missing node infinitude -b missing node snicks -b missing node mended -b missing node transparently -b missing node kilorad -b missing node honorarily -b missing node saltest -b missing node giddies -b missing node giddier -b missing node titration -b missing node obeyers -b missing node forgivers -b missing node appositions -b missing node bioscientist -b missing node giddied -b missing node scatter -b missing node precipitation -b missing node laager -b missing node deposals -b missing node scatted -b missing node supervisors -b missing node harebrained -b missing node enrolment -b missing node derails -b missing node flogger -b missing node gunmetal -b missing node sweetmeat -b missing node flogged -b missing node motels -b missing node honing -b missing node supervisory -b missing node ceramist -b missing node exculpated -b missing node cemetaries -b missing node precipitating -b missing node educts -b missing node retardates -b missing node bloodiest -b missing node decompressions -b missing node stylings -b missing node mudded -b missing node mensuration -b missing node palfreys -b missing node tyranny -b missing node thumbkins -b missing node penetrations -b missing node mudder -b missing node indefeasible -b missing node catnapers -b missing node fainted -b missing node tableau -b missing node footwears -b missing node spinets -b missing node outleaped -b missing node abhorrers -b missing node braking -b missing node indefeasibly -b missing node exculpates -b missing node pelters -b missing node bolivars -b missing node nosebags -b missing node gantleted -b missing node wheyfaces -b missing node matless -b missing node shahdoms -b missing node salutatory -b missing node interrelate -b missing node sanitarium -b missing node pulleys -b missing node humanoids -b missing node leeward -b missing node enforcers -b missing node seepages -b missing node negative -b missing node vacuumed -b missing node oleanders -b missing node nested -b missing node ingredients -b missing node gloria -b missing node bespeaks -b missing node movement -b missing node directive -b missing node boskiest -b missing node sanitaries -b missing node gummy -b missing node bushwhacks -b missing node paradox -b missing node arras -b missing node outleaps -b missing node outleapt -b missing node wights -b missing node foreshore -b missing node attacks -b missing node array -b missing node speckling -b missing node techies -b missing node timelier -b missing node illegibly -b missing node scandalized -b missing node niceness -b missing node doctorates -b missing node gnarling -b missing node scandalizer -b missing node scandalizes -b missing node warfares -b missing node menial -b missing node brutishness -b missing node mutilators -b missing node loonies -b missing node baboon -b missing node loonier -b missing node pianofortes -b missing node vineries -b missing node illegible -b missing node reforests -b missing node alpaca -b missing node lunacy -b missing node freighting -b missing node celeries -b missing node reconsidered -b missing node ozonous -b missing node recaning -b missing node lampoons -b missing node gentries -b missing node baboos -b missing node goalposts -b missing node viridians -b missing node hetero -b missing node jauntier -b missing node transmutable -b missing node titanism -b missing node comestible -b missing node outmarch -b missing node messianic -b missing node qaid -b missing node vomitive -b missing node nucleating -b missing node parodied -b missing node suffragan -b missing node belittlers -b missing node dement -b missing node rants -b missing node merchandised -b missing node tigress -b missing node dossed -b missing node parodies -b missing node sanitarian -b missing node iowan -b missing node stalemating -b missing node maunderer -b missing node sessional -b missing node finical -b missing node merchandiser -b missing node schlock -b missing node dosses -b missing node merchandises -b missing node dosser -b missing node maundered -b missing node ideological -b missing node cumulative -b missing node deadheads -b missing node storefronts -b missing node timesharing -b missing node reorients -b missing node attackers -b missing node comprising -b missing node virgos -b missing node foreshown -b missing node foreshows -b missing node warfarin -b missing node hallooed -b missing node speculator -b missing node expansive -b missing node branchiest -b missing node equal -b missing node relatione -b missing node vulnerabilities -b missing node antecedence -b missing node relations -b missing node suffrages -b missing node glassmen -b missing node bounces -b missing node bouncer -b missing node disprovable -b missing node feral -b missing node celeriac -b missing node managership -b missing node frivolity -b missing node nonrestrictive -b missing node nations -b missing node headspring -b missing node rednesses -b missing node archeozoic -b missing node helpmate -b missing node bacteriocidal -b missing node cellists -b missing node nestle -b missing node erstwhile -b missing node valerians -b missing node bounced -b missing node bombardiers -b missing node tribuneship -b missing node gnarlier -b missing node spindly -b missing node laundresses -b missing node maddest -b missing node analogous -b missing node triturable -b missing node redounds -b missing node sanitarily -b missing node venison -b missing node blenching -b missing node vintage -b missing node minifying -b missing node larvicide -b missing node paraded -b missing node madders -b missing node vomiting -b missing node slowish -b missing node parader -b missing node parades -b missing node spindle -b missing node mordant -b missing node underpinning -b missing node glassman -b missing node putrefying -b missing node bossdom -b missing node courtesans -b missing node daintiness -b missing node hutment -b missing node mirrored -b missing node quiveringly -b missing node saunter -b missing node monology -b missing node suppositories -b missing node monologs -b missing node speculates -b missing node elfishness -b missing node strawhat -b missing node apollo -b missing node pallors -b missing node sickliest -b missing node speculated -b missing node notifiable -b missing node mentionable -b missing node expansion -b missing node understudy -b missing node feminizes -b missing node conveyancing -b missing node attache -b missing node disobliged -b missing node trituration -b missing node behooving -b missing node disobliges -b missing node flinger -b missing node feminized -b missing node necked -b missing node petiole -b missing node reanalyses -b missing node slowing -b missing node expeditionary -b missing node insubordination -b missing node indemnified -b missing node nester -b missing node triturating -b missing node dosages -b missing node entertainment -b missing node balancer -b missing node balances -b missing node balanced -b missing node sleaziness -b missing node fireweeds -b missing node identification -b missing node indemnifies -b missing node maddens -b missing node indemnifier -b missing node mudcap -b missing node pinpricks -b missing node curable -b missing node gruffest -b missing node ochers -b missing node ochery -b missing node casuist -b missing node sculptress -b missing node lateens -b missing node wackily -b missing node xerox -b missing node observer -b missing node observes -b missing node observed -b missing node pasturers -b missing node travels -b missing node bolivias -b missing node curably -b missing node bolivian -b missing node typographers -b missing node suppleness -b missing node arithmeticians -b missing node oration -b missing node reanalysis -b missing node feisty -b missing node feists -b missing node glamouring -b missing node crenated -b missing node vigilantness -b missing node laudation -b missing node exurban -b missing node abdominal -b missing node overlord -b missing node solidarity -b missing node sentimental -b missing node unravelling -b missing node hobbyists -b missing node hikers -b missing node incrusted -b missing node popedoms -b missing node orating -b missing node horrifying -b missing node boils -b missing node seafront -b missing node peepshows -b missing node devolution -b missing node realisers -b missing node paddlers -b missing node raucousness -b missing node escaped -b missing node baseless -b missing node rands -b missing node sewerages -b missing node hammerheaded -b missing node nonunified -b missing node jadishly -b missing node geopolitics -b missing node escapee -b missing node meninx -b missing node randy -b missing node titanias -b missing node escapes -b missing node ranee -b missing node escaper -b missing node severalties -b missing node ranch -b missing node intermitted -b missing node tactics -b missing node officinal -b missing node swingers -b missing node scrofulous -b missing node managerial -b missing node inputted -b missing node centaury -b missing node overlook -b missing node aureola -b missing node lunching -b missing node spooning -b missing node pretentiously -b missing node granite -b missing node nestor -b missing node gumbo -b missing node aureole -b missing node spoonily -b missing node parodist -b missing node centaurs -b missing node overlong -b missing node forebodings -b missing node frivoling -b missing node lankily -b missing node overstocking -b missing node reclothe -b missing node surface -b missing node sexualized -b missing node deplane -b missing node guys -b missing node xeric -b missing node avarice -b missing node overclouding -b missing node oxheart -b missing node nonmilitant -b missing node wackier -b missing node acidness -b missing node deviators -b missing node fluked -b missing node boise -b missing node grimness -b missing node compatibleness -b missing node taction -b missing node aiding -b missing node antecedents -b missing node moorings -b missing node rangy -b missing node collectors -b missing node reentrances -b missing node bibless -b missing node defiers -b missing node range -b missing node enricher -b missing node enriches -b missing node peridots -b missing node panders -b missing node festoon -b missing node authorizer -b missing node enriched -b missing node authorizes -b missing node finicky -b missing node seleniums -b missing node feminization -b missing node eavesdroppers -b missing node chervil -b missing node hispid -b missing node authorized -b missing node overrides -b missing node krises -b missing node fascia -b missing node keeper -b missing node nucleation -b missing node synclines -b missing node hereditary -b missing node capsuling -b missing node polemic -b missing node malayans -b missing node mandrake -b missing node sunward -b missing node celerity -b missing node detrital -b missing node crackled -b missing node nonmilitary -b missing node scripts -b missing node alloyed -b missing node masterfulness -b missing node petticoats -b missing node ranks -b missing node presentation -b missing node thick -b missing node crackles -b missing node horseplayer -b missing node snagged -b missing node adaptions -b missing node creamer -b missing node conferred -b missing node flukey -b missing node tactile -b missing node conduits -b missing node conferrer -b missing node creamed -b missing node paraphrased -b missing node parachutist -b missing node spoonies -b missing node fraternized -b missing node flukes -b missing node paraphraser -b missing node paraphrases -b missing node spoonier -b missing node judaical -b missing node streamlets -b missing node volunteers -b missing node spartans -b missing node glamourize -b missing node fraternizer -b missing node fraternizes -b missing node endmost -b missing node dyslexic -b missing node restacks -b missing node dyslexia -b missing node biodegrade -b missing node cumins -b missing node deforesting -b missing node ranis -b missing node thief -b missing node fasces -b missing node fabulist -b missing node nomograph -b missing node beatification -b missing node djinni -b missing node alterer -b missing node digger -b missing node adventured -b missing node digged -b missing node djinny -b missing node montpelier -b missing node djinns -b missing node telecommunication -b missing node zooming -b missing node quittors -b missing node limpidly -b missing node klatsch -b missing node bespattered -b missing node unnecessary -b missing node elegancies -b missing node adventures -b missing node overreacher -b missing node seating -b missing node adventurer -b missing node overreaches -b missing node gunny -b missing node thigh -b missing node concrescence -b missing node ethicals -b missing node sluttish -b missing node keyless -b missing node tendonitis -b missing node gradable -b missing node macrons -b missing node cockerels -b missing node lawrence -b missing node dynamist -b missing node wrath -b missing node weediness -b missing node hight -b missing node mescals -b missing node highs -b missing node dynamite -b missing node selfishly -b missing node vulva -b missing node altered -b missing node tirelessly -b missing node noncontinuation -b missing node intern -b missing node musters -b missing node blameful -b missing node parachuting -b missing node sloughed -b missing node inters -b missing node catfish -b missing node publishers -b missing node honker -b missing node nutrient -b missing node constructed -b missing node crevices -b missing node honkey -b missing node sleeves -b missing node impudent -b missing node swather -b missing node honked -b missing node swathes -b missing node swathed -b missing node eudaemons -b missing node entires -b missing node wiggle -b missing node claims -b missing node think -b missing node abase -b missing node abash -b missing node handicap -b missing node thins -b missing node enthrallment -b missing node nationalizing -b missing node wrang -b missing node arses -b missing node piousness -b missing node wiggly -b missing node buffos -b missing node creviced -b missing node coalpit -b missing node nonesuches -b missing node cultivar -b missing node thine -b missing node soldiering -b missing node thing -b missing node irishwomen -b missing node camporees -b missing node abate -b missing node chenille -b missing node caravanned -b missing node millinery -b missing node flaccidity -b missing node sculleries -b missing node nudists -b missing node wrapt -b missing node wraps -b missing node milliners -b missing node spumous -b missing node callousness -b missing node chaster -b missing node kismets -b missing node chasten -b missing node technicians -b missing node sleeved -b missing node bounder -b missing node whiniest -b missing node uncoiling -b missing node overimpressed -b missing node sedulous -b missing node peewees -b missing node arrivederci -b missing node bounden -b missing node honkie -b missing node spumoni -b missing node luxuriation -b missing node hearer -b missing node spumone -b missing node overimpresses -b missing node sonships -b missing node phrenologists -b missing node outcrops -b missing node mayoral -b missing node notary -b missing node advantaging -b missing node blether -b missing node third -b missing node detest -b missing node charcoals -b missing node comfortless -b missing node voiceful -b missing node bounded -b missing node arsis -b missing node charmers -b missing node twinship -b missing node foothold -b missing node glossy -b missing node domestication -b missing node notate -b missing node aphasic -b missing node humbuggers -b missing node aphasia -b missing node characterizing -b missing node psychotic -b missing node unsubdued -b missing node electors -b missing node apothem -b missing node federative -b missing node salutation -b missing node nonseasonal -b missing node godlessness -b missing node buffer -b missing node vergences -b missing node buffet -b missing node orderlies -b missing node pouncing -b missing node lentiform -b missing node capstone -b missing node rubdown -b missing node recirculating -b missing node lyricisms -b missing node albedos -b missing node recirculation -b missing node overusing -b missing node unabated -b missing node landscapers -b missing node inscrutability -b missing node domesticating -b missing node berets -b missing node refrainment -b missing node weldless -b missing node ethicalness -b missing node welled -b missing node sympathizers -b missing node strawier -b missing node sinewy -b missing node mouthpieces -b missing node juiceless -b missing node sinews -b missing node deters -b missing node enlisters -b missing node skittered -b missing node customized -b missing node pastelist -b missing node hurried -b missing node bestirring -b missing node antipodean -b missing node submicroscopic -b missing node vectored -b missing node alligator -b missing node arbitrational -b missing node customizes -b missing node beneficiating -b missing node constructor -b missing node zygote -b missing node obliterating -b missing node buffed -b missing node cussing -b missing node important -b missing node intent -b missing node throttling -b missing node arson -b missing node intend -b missing node hurrier -b missing node gunks -b missing node hurries -b missing node singulars -b missing node fabricators -b missing node nonpredatory -b missing node obliteration -b missing node arrow -b missing node avionics -b missing node assure -b missing node insurants -b missing node pressor -b missing node attributively -b missing node nonsupression -b missing node preparing -b missing node lunate -b missing node bereft -b missing node naturalizes -b missing node songstresses -b missing node volplane -b missing node multinational -b missing node besmirching -b missing node undermine -b missing node hotness -b missing node astronomy -b missing node unoppressed -b missing node hankerers -b missing node stuccoer -b missing node stuccoes -b missing node renegotiable -b missing node greatcoated -b missing node flanging -b missing node impingers -b missing node lunars -b missing node polymerization -b missing node detritus -b missing node stuccoed -b missing node charioteer -b missing node idealogue -b missing node dynamics -b missing node naturalized -b missing node peckers -b missing node possess -b missing node buckish -b missing node grossness -b missing node paratroopers -b missing node fungiform -b missing node positioning -b missing node possets -b missing node plutarch -b missing node hosteling -b missing node mongolians -b missing node defoliators -b missing node brisked -b missing node transistor -b missing node introversive -b missing node lightful -b missing node thruway -b missing node groundage -b missing node rediscounts -b missing node brisker -b missing node brisket -b missing node arrangers -b missing node widowers -b missing node reissuers -b missing node lyricists -b missing node vicious -b missing node brunching -b missing node brisking -b missing node maxims -b missing node stumpers -b missing node luxuriating -b missing node android -b missing node supervising -b missing node bucking -b missing node exotic -b missing node columbium -b missing node hydrothermal -b missing node obliterative -b missing node unuttered -b missing node blooped -b missing node arquebus -b missing node merchantmen -b missing node neutrino -b missing node maxima -b missing node abaci -b missing node plumelet -b missing node fonding -b missing node blooper -b missing node aback -b missing node milages -b missing node abaft -b missing node suddens -b missing node lumberman -b missing node semimature -b missing node supervision -b missing node foodless -b missing node goliaths -b missing node gillers -b missing node cashmere -b missing node stamina -b missing node underworld -b missing node witherers -b missing node titanium -b missing node accretionary -b missing node centavos -b missing node defaming -b missing node landowning -b missing node qualifications -b missing node petrologist -b missing node pressed -b missing node multiplexed -b missing node perfections -b missing node character -b missing node unchangeable -b missing node presser -b missing node nonbasic -b missing node presses -b missing node multiplexer -b missing node briskly -b missing node maillot -b missing node tarnal -b missing node merchantman -b missing node secretary -b missing node giblet -b missing node scaleless -b missing node industrial -b missing node teetotum -b missing node nibbed -b missing node pussies -b missing node pussier -b missing node irishwoman -b missing node enlistees -b missing node nudisms -b missing node preceptress -b missing node virile -b missing node ramrod -b missing node lumbermen -b missing node gutsier -b missing node blarneyed -b missing node unhandicapped -b missing node nibble -b missing node unwrinkle -b missing node purveyor -b missing node dynamism -b missing node nonvocal -b missing node columbine -b missing node regretfulness -b missing node windward -b missing node scatological -b missing node ultimas -b missing node jazzy -b missing node colours -b missing node lissomely -b missing node overachieving -b missing node defrayers -b missing node torturous -b missing node encompass -b missing node colloquialisms -b missing node excluders -b missing node unstepping -b missing node introversion -b missing node footages -b missing node chiselled -b missing node rainmakers -b missing node jauntily -b missing node perfect -b missing node driveled -b missing node unresisting -b missing node chiseller -b missing node interferences -b missing node emplaced -b missing node turbojets -b missing node driveler -b missing node nonmaliciously -b missing node overreached -b missing node unmerchantable -b missing node emplaces -b missing node jaunting -b missing node industries -b missing node assume -b missing node reexperiencing -b missing node orthographically -b missing node buckled -b missing node ralph -b missing node rightist -b missing node perfidy -b missing node redressed -b missing node buckles -b missing node buckler -b missing node participants -b missing node rightism -b missing node creaming -b missing node manured -b missing node dramatics -b missing node prewashing -b missing node redresser -b missing node cinematically -b missing node redresses -b missing node quantifying -b missing node handoff -b missing node manures -b missing node fumarolic -b missing node manurer -b missing node frankfurters -b missing node avatar -b missing node eschewers -b missing node washable -b missing node reequips -b missing node altitudes -b missing node vicinal -b missing node jiujitsus -b missing node forewarns -b missing node circumlunar -b missing node understudying -b missing node callers -b missing node normativeness -b missing node coquetting -b missing node pavlov -b missing node aborning -b missing node overcompensators -b missing node dubiety -b missing node besprinkling -b missing node wrathiest -b missing node transistorize -b missing node photoelectricity -b missing node dadoes -b missing node lapidates -b missing node oceanaut -b missing node termini -b missing node callets -b missing node osmosing -b missing node terming -b missing node frightfulness -b missing node dadoed -b missing node newscast -b missing node librettos -b missing node mensural -b missing node hyperbolic -b missing node lapidated -b missing node righting -b missing node annexed -b missing node ascertain -b missing node aquatones -b missing node operculated -b missing node adenoidal -b missing node rally -b missing node stoppages -b missing node disclaiming -b missing node psalmic -b missing node drizzliest -b missing node insurance -b missing node brunched -b missing node sublimities -b missing node seamstresses -b missing node volumes -b missing node afloat -b missing node concocts -b missing node prognoses -b missing node chassed -b missing node brunches -b missing node ecstasy -b missing node drowners -b missing node buzzing -b missing node volumed -b missing node derange -b missing node officious -b missing node granges -b missing node granger -b missing node anniversary -b missing node chasses -b missing node maxixe -b missing node polenta -b missing node scrounger -b missing node reattained -b missing node scrounges -b missing node spavined -b missing node scrounged -b missing node bagsful -b missing node despatching -b missing node genially -b missing node prognosed -b missing node stalwart -b missing node lindane -b missing node huddler -b missing node huddles -b missing node keystone -b missing node gearcases -b missing node spurtles -b missing node mentions -b missing node glycogenic -b missing node hangovers -b missing node flopper -b missing node earpieces -b missing node gooders -b missing node baloney -b missing node huddled -b missing node flopped -b missing node flirtatiously -b missing node developmental -b missing node unfavorably -b missing node peritonitic -b missing node ensnarers -b missing node munster -b missing node peritonitis -b missing node revellings -b missing node unfavorable -b missing node fretfully -b missing node amassments -b missing node responder -b missing node widdles -b missing node unsanitary -b missing node filliping -b missing node littoral -b missing node ethnologic -b missing node needlings -b missing node ukuleles -b missing node bellicosities -b missing node lifelessly -b missing node fadeout -b missing node dendrologists -b missing node hollander -b missing node batsman -b missing node precipitately -b missing node spoonful -b missing node bannocks -b missing node swashers -b missing node hippest -b missing node besieges -b missing node besieger -b missing node nestlers -b missing node besieged -b missing node nocturne -b missing node resuscitating -b missing node condemn -b missing node discourage -b missing node gauntries -b missing node retreaded -b missing node fondest -b missing node dustiest -b missing node rerecords -b missing node nocturns -b missing node forenoons -b missing node campaniles -b missing node unzip -b missing node droshky -b missing node columbian -b missing node marblers -b missing node reinsured -b missing node despising -b missing node pidgins -b missing node pimples -b missing node colorcast -b missing node unknitting -b missing node humorlessly -b missing node zapped -b missing node pimpled -b missing node scuppered -b missing node schmalzier -b missing node prolabor -b missing node werewolf -b missing node reinsures -b missing node preoperative -b missing node troutiest -b missing node hearts -b missing node uncertainties -b missing node bombes -b missing node messman -b missing node hearth -b missing node gemologists -b missing node bomber -b missing node bogle -b missing node privacies -b missing node teetotal -b missing node bombed -b missing node songbook -b missing node tarnished -b missing node hearse -b missing node tarnishes -b missing node turneries -b missing node flumed -b missing node seaters -b missing node bachelor -b missing node recounting -b missing node dumfounded -b missing node batsmen -b missing node hasheeshes -b missing node natatory -b missing node nebular -b missing node nebulas -b missing node overturns -b missing node debugged -b missing node subservient -b missing node tonally -b missing node vicinity -b missing node nebulae -b missing node grandiosity -b missing node berber -b missing node lightest -b missing node enrapturing -b missing node keener -b missing node finials -b missing node peritonital -b missing node abusable -b missing node feathery -b missing node feathers -b missing node lutist -b missing node pedologies -b missing node upcoming -b missing node keened -b missing node debugger -b missing node lighters -b missing node boggy -b missing node hounds -b missing node ethereally -b missing node directional -b missing node bombay -b missing node wrack -b missing node federating -b missing node expectant -b missing node outwears -b missing node foilable -b missing node offsprings -b missing node mooches -b missing node heteronomous -b missing node subtraction -b missing node arrangements -b missing node unicef -b missing node brassard -b missing node bashfulness -b missing node disenchantments -b missing node subtracting -b missing node litchis -b missing node mooched -b missing node potbellied -b missing node explanation -b missing node potbellies -b missing node moocher -b missing node detent -b missing node aileron -b missing node december -b missing node biotechnological -b missing node ionizable -b missing node twirling -b missing node widdled -b missing node muddlers -b missing node fireworms -b missing node uplink -b missing node messmen -b missing node peripheries -b missing node tourneyed -b missing node dramatist -b missing node metabases -b missing node drowsiest -b missing node gleeman -b missing node skuas -b missing node federation -b missing node preclusively -b missing node diplomatique -b missing node apperceiving -b missing node glaceing -b missing node sparkplug -b missing node venires -b missing node geometrical -b missing node halogenoid -b missing node reticule -b missing node regular -b missing node siblings -b missing node actuators -b missing node evictor -b missing node silkworm -b missing node certifications -b missing node lightens -b missing node regional -b missing node fireworks -b missing node reticula -b missing node bogie -b missing node stickpin -b missing node hobblers -b missing node psalmed -b missing node hepatizes -b missing node deficit -b missing node reducing -b missing node detailing -b missing node nonradical -b missing node irrigable -b missing node overtured -b missing node existence -b missing node equivalences -b missing node musician -b missing node expressiveness -b missing node intaglio -b missing node feoff -b missing node sieved -b missing node vouchered -b missing node flushed -b missing node cagiest -b missing node inappropriate -b missing node revelling -b missing node cortically -b missing node sieves -b missing node wigged -b missing node hepatized -b missing node flusher -b missing node funeral -b missing node flushes -b missing node swanking -b missing node overtures -b missing node tranced -b missing node mailing -b missing node mockup -b missing node outflanked -b missing node trances -b missing node gleemen -b missing node corruptibly -b missing node chassis -b missing node sartorially -b missing node dendrologist -b missing node metabasis -b missing node outflanker -b missing node incapacities -b missing node skunk -b missing node vulgo -b missing node corruptible -b missing node stranded -b missing node tarmac -b missing node headfirst -b missing node pirating -b missing node bogus -b missing node rales -b missing node unmapped -b missing node butchered -b missing node siberian -b missing node annexes -b missing node freeing -b missing node strander -b missing node glowing -b missing node trimness -b missing node disadvantageously -b missing node insensibly -b missing node allowed -b missing node plangent -b missing node fumaroles -b missing node malinvestment -b missing node exfoliate -b missing node skulk -b missing node skull -b missing node woodiness -b missing node timbers -b missing node katabolism -b missing node digits -b missing node redigests -b missing node rewardingly -b missing node uplift -b missing node respirational -b missing node insensible -b missing node frolics -b missing node dominants -b missing node evicted -b missing node cembalos -b missing node evictee -b missing node wergeld -b missing node flumes -b missing node wergelt -b missing node aright -b missing node knuckle -b missing node flummeries -b missing node logjam -b missing node osmic -b missing node noncyclical -b missing node detect -b missing node swankily -b missing node marshmallow -b missing node eurythmy -b missing node dabbles -b missing node dabbler -b missing node dramatize -b missing node overexpanded -b missing node knuckly -b missing node cigarettes -b missing node dabbled -b missing node transpiring -b missing node challises -b missing node certitude -b missing node heated -b missing node presupposition -b missing node entails -b missing node decampment -b missing node gulps -b missing node gulpy -b missing node appositive -b missing node militant -b missing node heater -b missing node timeservers -b missing node earings -b missing node pliant -b missing node fessing -b missing node newsstand -b missing node ambuscading -b missing node bicentenary -b missing node meekest -b missing node soapbox -b missing node aconites -b missing node cantaloupes -b missing node ramps -b missing node billeters -b missing node tautonym -b missing node gung -b missing node ugsome -b missing node gunk -b missing node moonshots -b missing node tremulousness -b missing node wetsuit -b missing node manometries -b missing node determinant -b missing node guns -b missing node starfishes -b missing node abhorring -b missing node disastrous -b missing node mandalas -b missing node disestablish -b missing node rivaling -b missing node inactions -b missing node swankier -b missing node retailers -b missing node tunefully -b missing node gums -b missing node heaths -b missing node uptown -b missing node dashiki -b missing node guts -b missing node refutability -b missing node housewives -b missing node unscriptural -b missing node pilferers -b missing node catnaper -b missing node centroid -b missing node gully -b missing node chunkier -b missing node obeisance -b missing node pasture -b missing node massiveness -b missing node intrastate -b missing node gadzooks -b missing node consequence -b missing node gulls -b missing node gust -b missing node rivetted -b missing node bishop -b missing node benefices -b missing node gush -b missing node tommyrots -b missing node skydove -b missing node bedclothes -b missing node vervains -b missing node bonjour -b missing node philtre -b missing node kowtowing -b missing node dashier -b missing node wageless -b missing node whaling -b missing node combatting -b missing node refrangibilities -b missing node guru -b missing node obeying -b missing node fulfillments -b missing node sleeted -b missing node inefficiencies -b missing node diameter -b missing node forgiving -b missing node overload -b missing node englanders -b missing node misogamists -b missing node swingier -b missing node emotional -b missing node seducee -b missing node bottoms -b missing node seduces -b missing node seducer -b missing node toolmaker -b missing node inshrined -b missing node ruinous -b missing node wigeon -b missing node conformable -b missing node swerve -b missing node determinate -b missing node seduced -b missing node titling -b missing node vandyke -b missing node civets -b missing node politburo -b missing node conformably -b missing node excavation -b missing node rumbaed -b missing node theorem -b missing node crocodile -b missing node mocked -b missing node unprocessed -b missing node motleyest -b missing node bogey -b missing node lankier -b missing node cisternal -b missing node encumbered -b missing node shellacks -b missing node mocker -b missing node keenly -b missing node astronomical -b missing node sophocles -b missing node wailfully -b missing node gulfs -b missing node moorages -b missing node streamline -b missing node heliotropism -b missing node gulfy -b missing node pasturing -b missing node kelvins -b missing node repartees -b missing node guff -b missing node excavating -b missing node impartibly -b missing node luting -b missing node vizors -b missing node mandalic -b missing node sieurs -b missing node eohippus -b missing node apposition -b missing node impartible -b missing node brassage -b missing node cutpurse -b missing node blains -b missing node existents -b missing node sashimis -b missing node reprogrammed -b missing node sashimi -b missing node doubleness -b missing node spinage -b missing node busying -b missing node reassesses -b missing node secludedness -b missing node feyness -b missing node gulp -b missing node loopholing -b missing node military -b missing node gull -b missing node lethargy -b missing node gulf -b missing node neurologically -b missing node exurbia -b missing node spuriously -b missing node sashing -b missing node heathy -b missing node megabyte -b missing node arums -b missing node fobbing -b missing node installs -b missing node pipings -b missing node militate -b missing node hencoops -b missing node gibing -b missing node apologized -b missing node dashing -b missing node acquiescence -b missing node rimming -b missing node zincate -b missing node conjugational -b missing node apologizer -b missing node apologizes -b missing node menhir -b missing node flurrying -b missing node browns -b missing node mineral -b missing node suspect -b missing node cumbrously -b missing node diplomatists -b missing node delimiters -b missing node repaginates -b missing node gulch -b missing node starship -b missing node lambasting -b missing node imperfection -b missing node spinach -b missing node semite -b missing node reassessed -b missing node catamaran -b missing node resuscitation -b missing node thrilled -b missing node commutes -b missing node comport -b missing node commuter -b missing node dights -b missing node clarinets -b missing node browny -b missing node thriller -b missing node scrutinising -b missing node compose -b missing node commuted -b missing node obdurately -b missing node ceding -b missing node repaginated -b missing node buckling -b missing node compost -b missing node originated -b missing node soprani -b missing node pyramids -b missing node compote -b missing node incidentless -b missing node aligning -b missing node purslane -b missing node cretonne -b missing node drownded -b missing node soprano -b missing node latinized -b missing node zithern -b missing node originates -b missing node cultisms -b missing node earned -b missing node reflexiveness -b missing node gravamen -b missing node abscise -b missing node molted -b missing node latinizes -b missing node tetchiest -b missing node zithers -b missing node persuadably -b missing node molten -b missing node tricorns -b missing node reverers -b missing node transmute -b missing node kopeck -b missing node beclouded -b missing node molter -b missing node asleep -b missing node rhumbs -b missing node fenny -b missing node informally -b missing node foretokened -b missing node inquires -b missing node rhumba -b missing node fatheaded -b missing node browse -b missing node daughterly -b missing node exigency -b missing node handout -b missing node guck -b missing node boffo -b missing node boffs -b missing node yahweh -b missing node earner -b missing node schnauzer -b missing node brocade -b missing node inquirer -b missing node exigence -b missing node scrimpier -b missing node cracking -b missing node rogueries -b missing node abridgment -b missing node inquired -b missing node prebill -b missing node existent -b missing node scarless -b missing node flivvers -b missing node embryogenic -b missing node carcass -b missing node bamboozles -b missing node nonassimilation -b missing node bamboozler -b missing node incomplete -b missing node guar -b missing node austerely -b missing node guam -b missing node speedups -b missing node uppercut -b missing node bamboozled -b missing node resuscitative -b missing node carcase -b missing node cherubs -b missing node scarlets -b missing node responded -b missing node untenable -b missing node epidermoidal -b missing node resettle -b missing node figurehead -b missing node reverend -b missing node spinals -b missing node demean -b missing node shamefulness -b missing node bikers -b missing node indulgently -b missing node reverent -b missing node equip -b missing node tariffs -b missing node hyperboles -b missing node collages -b missing node philter -b missing node ramie -b missing node antifreezes -b missing node ostinatos -b missing node dishwasher -b missing node cumulating -b missing node avarices -b missing node cultists -b missing node graupel -b missing node convincingly -b missing node encysts -b missing node amphibians -b missing node mummed -b missing node inshrines -b missing node underclothing -b missing node fence -b missing node unripe -b missing node dramatists -b missing node determinacy -b missing node xenograft -b missing node raffia -b missing node reinflaming -b missing node natality -b missing node dissertation -b missing node bimolecular -b missing node flooring -b missing node mummer -b missing node unidirectional -b missing node noncommercial -b missing node interstice -b missing node upliftment -b missing node curacao -b missing node pedantries -b missing node saltish -b missing node biomaterial -b missing node extrude -b missing node chartreuse -b missing node unlashing -b missing node fends -b missing node raffle -b missing node chickening -b missing node figured -b missing node glover -b missing node shamable -b missing node gloves -b missing node figures -b missing node figurer -b missing node kopeks -b missing node collagen -b missing node tabling -b missing node chuggers -b missing node gloved -b missing node originator -b missing node whooshing -b missing node bagworms -b missing node befriending -b missing node hyperbolas -b missing node replenishment -b missing node portraitist -b missing node foulards -b missing node sunbonnet -b missing node shooter -b missing node tricorne -b missing node immolation -b missing node persuadable -b missing node litanies -b missing node demolishing -b missing node ambisexualities -b missing node cozeners -b missing node avaunt -b missing node colossi -b missing node perpetrations -b missing node abating -b missing node lobefin -b missing node termite -b missing node scrimping -b missing node resetter -b missing node chunking -b missing node echoless -b missing node chunkily -b missing node dispensing -b missing node direction -b missing node lawsuits -b missing node spinate -b missing node claimer -b missing node foxtail -b missing node bittering -b missing node apiologies -b missing node coquettish -b missing node palladia -b missing node directing -b missing node physicists -b missing node glimmered -b missing node peremptorily -b missing node unforseen -b missing node encapsuling -b missing node readmittance -b missing node austerest -b missing node immolating -b missing node claimed -b missing node malignantly +b missing node repaying +b missing node shrewishness +b missing node treason +b missing node indignation +b missing node eyetooth +b missing node placater +b missing node placates +b missing node sledding +b missing node exhumation +b missing node costumier +b missing node placated +b missing node sonority +b missing node signifying +b missing node blethered +b missing node wiggling +b missing node automatize +b missing node deactivating +b missing node chickened +b missing node timed +b missing node dozers +b missing node cohabiting +b missing node gingival +b missing node signalization +b missing node serenade +b missing node marbleize +b missing node reconditely +b missing node legalistically +b missing node gingivae +b missing node salient +b missing node bulkier +b missing node mugs +b missing node deactivation +b missing node restating +b missing node uttering +b missing node ignorance +b missing node passovers +b missing node steeling +b missing node inefficient +b missing node times +b missing node timer +b missing node helix +b missing node swords +b missing node insufferably +b missing node helio +b missing node foliating +b missing node sobering +b missing node a +b missing node slated +b missing node mimosa +b missing node astounded +b missing node levellers +b missing node i +b missing node analyze +b missing node snaggier +b missing node flabbiest +b missing node birdbrains +b missing node lyrisms +b missing node slater +b missing node emancipations +b missing node insufferable +b missing node slates +b missing node foliation +b missing node smartening +b missing node pertained +b missing node equestrienne +b missing node axletree +b missing node consumption +b missing node berceuses +b missing node injecting +b missing node copulating +b missing node travoises +b missing node faunally +b missing node muds +b missing node verminously +b missing node coagulation +b missing node copulation +b missing node dozens +b missing node verbid +b missing node nonperishable +b missing node chivvied +b missing node regimentation +b missing node much +b missing node timid +b missing node cannonballs +b missing node muck +b missing node hematinic +b missing node coagulating +b missing node chivvies +b missing node update +b missing node whiffled +b missing node suffragettes +b missing node muff +b missing node helots +b missing node vade +b missing node minelayers +b missing node helms +b missing node quietness +b missing node undamaged +b missing node agrimony +b missing node encrusting +b missing node monodies +b missing node middled +b missing node starker +b missing node insurgency +b missing node injection +b missing node hello +b missing node middles +b missing node convoy +b missing node middler +b missing node hells +b missing node insurgence +b missing node hormonal +b missing node whiffler +b missing node whiffles +b missing node vane +b missing node intermediately +b missing node hayseeds +b missing node malformed +b missing node skywriter +b missing node skywrites +b missing node backpackers +b missing node eyeletted +b missing node helot +b missing node fungosity +b missing node glade +b missing node vans +b missing node reasonless +b missing node discrepancy +b missing node locoism +b missing node unhappiest +b missing node lyrists +b missing node pulverized +b missing node toking +b missing node generousness +b missing node glads +b missing node bedwarf +b missing node rascal +b missing node descriptively +b missing node vamp +b missing node gestalten +b missing node yachting +b missing node taffy +b missing node pulverizes +b missing node preschooler +b missing node glady +b missing node bulking +b missing node muon +b missing node lowness +b missing node nonadministrative +b missing node retrofiring +b missing node mush +b missing node technician +b missing node muse +b missing node butteriest +b missing node orangiest +b missing node executrix +b missing node beneficently +b missing node discourses +b missing node discourser +b missing node analyse +b missing node murk +b missing node mismanagement +b missing node helps +b missing node discoursed +b missing node hormones +b missing node snagging +b missing node blowhards +b missing node cottonwoods +b missing node sooths +b missing node copulative +b missing node strafed +b missing node exteriors +b missing node overlorded +b missing node mule +b missing node potters +b missing node hormonic +b missing node starkly +b missing node hegemonies +b missing node pottery +b missing node interlopers +b missing node mull +b missing node analyst +b missing node unrecognized +b missing node vail +b missing node harpoon +b missing node plunging +b missing node inaudible +b missing node joyride +b missing node harbours +b missing node daunters +b missing node locoing +b missing node vain +b missing node infolders +b missing node bombasts +b missing node dodderer +b missing node repents +b missing node microbian +b missing node bulkily +b missing node workhouses +b missing node vale +b missing node microbial +b missing node helve +b missing node semilunar +b missing node cerias +b missing node figurations +b missing node coagulative +b missing node assailant +b missing node brainpans +b missing node inaudibly +b missing node throwback +b missing node squirrelled +b missing node pervasive +b missing node properer +b missing node gangrene +b missing node strafer +b missing node soberize +b missing node doddered +b missing node fought +b missing node sexiness +b missing node risus +b missing node strafes +b missing node arsenical +b missing node mums +b missing node sensorial +b missing node mumm +b missing node handhold +b missing node glace +b missing node mump +b missing node sextant +b missing node enslave +b missing node wiglets +b missing node scallywag +b missing node metabolite +b missing node weighty +b missing node monoxides +b missing node crocks +b missing node potter +b missing node disabusing +b missing node metazoa +b missing node defacements +b missing node secondly +b missing node potted +b missing node admirable +b missing node warren +b missing node bandicoot +b missing node warred +b missing node binders +b missing node demographers +b missing node admirably +b missing node bindery +b missing node arborizing +b missing node ancillary +b missing node graduation +b missing node belugas +b missing node rewriters +b missing node gelidity +b missing node fiftieths +b missing node unquote +b missing node decrial +b missing node pippin +b missing node glans +b missing node tilts +b missing node metabolism +b missing node repetitiously +b missing node graduating +b missing node halvas +b missing node gonopores +b missing node bentwoods +b missing node lankiness +b missing node strolled +b missing node halvah +b missing node suppressant +b missing node invested +b missing node debilitate +b missing node outperforms +b missing node tilth +b missing node backdrops +b missing node antipathies +b missing node musk +b missing node doughboys +b missing node syncopations +b missing node cabalists +b missing node stroller +b missing node must +b missing node muss +b missing node churchyard +b missing node sewers +b missing node parings +b missing node automating +b missing node monodist +b missing node mute +b missing node vase +b missing node suspectable +b missing node criterions +b missing node mutt +b missing node vary +b missing node gnawingly +b missing node rotifer +b missing node curdlers +b missing node breaching +b missing node soothe +b missing node unlikely +b missing node quayage +b missing node walking +b missing node recelebrates +b missing node rationalists +b missing node maintop +b missing node americanizing +b missing node recelebrated +b missing node weensier +b missing node tything +b missing node souled +b missing node leadenly +b missing node pipped +b missing node vast +b missing node recoilers +b missing node unfriendly +b missing node cleanups +b missing node helper +b missing node gloomiest +b missing node sassiest +b missing node helped +b missing node accompaniment +b missing node sooted +b missing node torrent +b missing node vats +b missing node borscht +b missing node shrinkers +b missing node inquieting +b missing node lastingness +b missing node infanticide +b missing node tasking +b missing node misalphabetize +b missing node yourself +b missing node parafoil +b missing node calibrations +b missing node seconded +b missing node deadman +b missing node wigglier +b missing node costuming +b missing node whiffs +b missing node rotterdam +b missing node heman +b missing node behests +b missing node seconder +b missing node secondes +b missing node debilitant +b missing node betake +b missing node culture +b missing node strangulates +b missing node dextrin +b missing node sinfonia +b missing node caponization +b missing node puffiness +b missing node accusable +b missing node sensorium +b missing node subbass +b missing node whiffletree +b missing node exserting +b missing node obstructionists +b missing node steelies +b missing node scalar +b missing node steelier +b missing node automation +b missing node hallmark +b missing node geographically +b missing node doozer +b missing node clockers +b missing node presurgical +b missing node rechargeable +b missing node verbal +b missing node packeted +b missing node patrimonies +b missing node pressings +b missing node tills +b missing node deacon +b missing node luscious +b missing node scudding +b missing node chandelier +b missing node obdurate +b missing node jerkiness +b missing node cerium +b missing node jaundicing +b missing node toxified +b missing node rapporteur +b missing node unexpended +b missing node tastelessly +b missing node unavoidably +b missing node chorals +b missing node outbalances +b missing node unavoidable +b missing node apprehends +b missing node metabolize +b missing node classicists +b missing node wants +b missing node chorale +b missing node outbalanced +b missing node enditing +b missing node flummery +b missing node zionists +b missing node strangulated +b missing node harpists +b missing node dissolve +b missing node haddie +b missing node glary +b missing node convolutions +b missing node bigotries +b missing node interfere +b missing node cerise +b missing node dickered +b missing node dependance +b missing node beavered +b missing node glass +b missing node wishbone +b missing node carloads +b missing node rites +b missing node cuffed +b missing node eclamptic +b missing node microscopically +b missing node stratified +b missing node glare +b missing node gleefulness +b missing node bosoming +b missing node somebodies +b missing node automatism +b missing node resolder +b missing node gumweed +b missing node patrimonial +b missing node weights +b missing node poisonings +b missing node taffrail +b missing node stratifies +b missing node withstands +b missing node concentric +b missing node wigless +b missing node chateau +b missing node soapboxes +b missing node indeciduous +b missing node ritzy +b missing node scrims +b missing node cozy +b missing node tilde +b missing node imprest +b missing node scrimp +b missing node headsets +b missing node briefing +b missing node seamless +b missing node rapidness +b missing node marauders +b missing node plods +b missing node spiking +b missing node discovers +b missing node cankers +b missing node premedics +b missing node subfamily +b missing node manhunt +b missing node tiled +b missing node impress +b missing node endangered +b missing node timothy +b missing node immensest +b missing node discovery +b missing node owners +b missing node encasing +b missing node inviolated +b missing node deserve +b missing node dextral +b missing node dactyls +b missing node flashed +b missing node disappointing +b missing node kirkman +b missing node vesicular +b missing node reliquidating +b missing node nonsuccess +b missing node weigher +b missing node centennials +b missing node moodily +b missing node flashes +b missing node circuiteer +b missing node voicing +b missing node gayeties +b missing node flasher +b missing node unglue +b missing node burnable +b missing node weighed +b missing node bombards +b missing node spikily +b missing node forefend +b missing node reliquidation +b missing node decertifying +b missing node coombes +b missing node marish +b missing node haggard +b missing node snivels +b missing node straightened +b missing node unwitted +b missing node eskimo +b missing node fanfares +b missing node regrowing +b missing node unsightly +b missing node straightener +b missing node whoosis +b missing node wrench +b missing node caulks +b missing node shapeliest +b missing node coup +b missing node conjunctiva +b missing node eager +b missing node script +b missing node conjunctive +b missing node scrips +b missing node locales +b missing node cove +b missing node pugnacity +b missing node birdseeds +b missing node deceived +b missing node tiler +b missing node tiles +b missing node unabsorbent +b missing node mutagen +b missing node agings +b missing node antiphonic +b missing node deceiver +b missing node deceives +b missing node plaintively +b missing node certitudes +b missing node spiritlessly +b missing node cowl +b missing node overexcite +b missing node sylvian +b missing node cows +b missing node yawled +b missing node voyeuristic +b missing node savers +b missing node beasts +b missing node teawares +b missing node squeakiest +b missing node selsyns +b missing node halted +b missing node xenons +b missing node halter +b missing node scrive +b missing node scabbiest +b missing node lichenins +b missing node alignments +b missing node combine +b missing node rewound +b missing node exceeder +b missing node gladdens +b missing node crocus +b missing node combatted +b missing node stripes +b missing node magnificently +b missing node exceeded +b missing node striper +b missing node stomachical +b missing node judgelike +b missing node charlady +b missing node patrimonium +b missing node rucksack +b missing node questers +b missing node spikier +b missing node dissects +b missing node lewdly +b missing node follower +b missing node shakoes +b missing node deliciousness +b missing node regrow +b missing node followed +b missing node provolone +b missing node scratchiness +b missing node firers +b missing node striped +b missing node vitreous +b missing node pointless +b missing node combing +b missing node inveterately +b missing node unsolicitous +b missing node capfuls +b missing node hemps +b missing node lichening +b missing node moodier +b missing node guessing +b missing node tumoral +b missing node clothiers +b missing node hempy +b missing node exorcize +b missing node guitarists +b missing node forefeet +b missing node mizens +b missing node coyest +b missing node exorcism +b missing node mendelianism +b missing node audiometries +b missing node overbaked +b missing node surpluses +b missing node immixed +b missing node drubbing +b missing node exorcist +b missing node deserts +b missing node mendelianist +b missing node decried +b missing node densitometer +b missing node unbowed +b missing node gather +b missing node thwacking +b missing node exorcise +b missing node raygrasses +b missing node treater +b missing node controlled +b missing node saleswomen +b missing node assentor +b missing node usurious +b missing node coexistence +b missing node decries +b missing node decrier +b missing node relative +b missing node ritualists +b missing node immixes +b missing node overbakes +b missing node controller +b missing node crucify +b missing node emigrations +b missing node bullfights +b missing node automatics +b missing node investor +b missing node conjunction +b missing node crossbeams +b missing node radixes +b missing node strictness +b missing node achromatic +b missing node personator +b missing node chiselling +b missing node immensely +b missing node clavierist +b missing node generator +b missing node treated +b missing node runnel +b missing node loosed +b missing node obduracy +b missing node decasyllable +b missing node looser +b missing node looses +b missing node scandalization +b missing node loosen +b missing node runner +b missing node antiphonal +b missing node unsighted +b missing node deciduousness +b missing node breeches +b missing node broncos +b missing node packsacks +b missing node grafting +b missing node paseos +b missing node saleswoman +b missing node staring +b missing node tuneups +b missing node deliria +b missing node treasurable +b missing node nonvascularly +b missing node unemployable +b missing node organizer +b missing node endamages +b missing node organized +b missing node tiresomely +b missing node eolian +b missing node organizes +b missing node endamaged +b missing node malnourishment +b missing node excellently +b missing node gannet +b missing node allegations +b missing node handwrote +b missing node pyrolysis +b missing node lewder +b missing node beloveds +b missing node underage +b missing node tusche +b missing node uncomprehened +b missing node blatter +b missing node imaginings +b missing node breeched +b missing node plots +b missing node postglacial +b missing node unaccepted +b missing node relating +b missing node dignitaries +b missing node omittance +b missing node japers +b missing node jurator +b missing node biogenies +b missing node rewoven +b missing node japery +b missing node barometer +b missing node presupposing +b missing node decongest +b missing node generates +b missing node vituperated +b missing node relation +b missing node subminiaturizing +b missing node fickler +b missing node inaptly +b missing node properly +b missing node waterlogged +b missing node generated +b missing node insurgents +b missing node gladdest +b missing node dishonorableness +b missing node beater +b missing node cullies +b missing node vituperates +b missing node burlesks +b missing node reproofs +b missing node goddaughter +b missing node everting +b missing node maladministered +b missing node fusiform +b missing node broncho +b missing node crucial +b missing node deliberations +b missing node skylarking +b missing node eyesore +b missing node bronchi +b missing node beaten +b missing node councilors +b missing node controversially +b missing node cullied +b missing node plops +b missing node entomologists +b missing node whimsically +b missing node consumptive +b missing node subtopics +b missing node hopper +b missing node hazardously +b missing node potteen +b missing node prizes +b missing node prizer +b missing node hopped +b missing node empathizing +b missing node antidemocratic +b missing node bawdier +b missing node moldable +b missing node bawdies +b missing node plonk +b missing node roundhouses +b missing node prized +b missing node barometry +b missing node oppressiveness +b missing node tikis +b missing node zillionths +b missing node aliments +b missing node gabbler +b missing node vestments +b missing node memberships +b missing node gabbled +b missing node slingshot +b missing node tantalums +b missing node deadeyes +b missing node sinistrality +b missing node carborundum +b missing node assented +b missing node gabbles +b missing node inconsequential +b missing node tinker +b missing node antipopes +b missing node ammonoid +b missing node assenter +b missing node summable +b missing node hence +b missing node dogears +b missing node zincifies +b missing node runouts +b missing node regionals +b missing node frisian +b missing node eclampsia +b missing node salvoing +b missing node followup +b missing node rewrapping +b missing node zincified +b missing node jurymen +b missing node deciphering +b missing node shocker +b missing node cowherds +b missing node shocked +b missing node implicating +b missing node upswung +b missing node marina +b missing node snowmelts +b missing node blatted +b missing node lamped +b missing node implication +b missing node eagle +b missing node senders +b missing node birthmark +b missing node tinkle +b missing node property +b missing node bonging +b missing node expectorations +b missing node nabob +b missing node deuterons +b missing node seafloors +b missing node intercapillary +b missing node revolving +b missing node techie +b missing node ermine +b missing node tinkly +b missing node reprobative +b missing node miffed +b missing node culling +b missing node bawdily +b missing node holdbacks +b missing node airlessly +b missing node kirkmen +b missing node audiometrist +b missing node opaqueness +b missing node laborers +b missing node underact +b missing node hatchway +b missing node marine +b missing node befalls +b missing node sputters +b missing node locally +b missing node modulations +b missing node tetrapods +b missing node bystreet +b missing node encyclic +b missing node juryman +b missing node interactively +b missing node readjustment +b missing node carpetbagged +b missing node tining +b missing node misinformant +b missing node epicycle +b missing node anaesthesia +b missing node warehouse +b missing node initials +b missing node astonishes +b missing node systematic +b missing node hypersensitized +b missing node carpetbagger +b missing node reservoirs +b missing node calming +b missing node pascal +b missing node transonic +b missing node astonished +b missing node mistuned +b missing node jarring +b missing node rived +b missing node damning +b missing node ornerier +b missing node mortars +b missing node sander +b missing node sacrificial +b missing node scandal +b missing node rival +b missing node truancies +b missing node sanded +b missing node paraphrasing +b missing node retrenched +b missing node housewifery +b missing node circuity +b missing node retrenches +b missing node slaves +b missing node breading +b missing node incipiencies +b missing node canonizing +b missing node slaver +b missing node whoopee +b missing node coauthor +b missing node whooped +b missing node ahchoo +b missing node airfoils +b missing node sensitometric +b missing node slaved +b missing node circuits +b missing node increments +b missing node absorbents +b missing node anglophile +b missing node abortive +b missing node dominators +b missing node eolith +b missing node slavey +b missing node townless +b missing node tentacled +b missing node monitor +b missing node kryptons +b missing node tentacles +b missing node mortary +b missing node aesthetics +b missing node pussycats +b missing node disparate +b missing node tumbleweeds +b missing node mistunes +b missing node compactness +b missing node sheikh +b missing node occurrent +b missing node storyline +b missing node tinily +b missing node palavering +b missing node sheiks +b missing node ignis +b missing node windowing +b missing node precast +b missing node sheila +b missing node slavic +b missing node townlets +b missing node motionless +b missing node egocentrism +b missing node traditionary +b missing node govern +b missing node dressmaker +b missing node bludgeoned +b missing node claptraps +b missing node authenticity +b missing node mayorships +b missing node disarticulating +b missing node underarm +b missing node bugled +b missing node abstentionism +b missing node heeltap +b missing node underate +b missing node bugles +b missing node reformatting +b missing node bugler +b missing node abstentionist +b missing node predestine +b missing node unproposed +b missing node finickier +b missing node comradely +b missing node overstay +b missing node hymeneal +b missing node disarticulation +b missing node teardown +b missing node hierarchs +b missing node kiefs +b missing node devoutness +b missing node tablesful +b missing node christies +b missing node whoopla +b missing node creepie +b missing node obstructions +b missing node disheartening +b missing node disintegrations +b missing node monogrammed +b missing node hierarchy +b missing node premenstrually +b missing node militarizing +b missing node cellblock +b missing node cleansed +b missing node hosieries +b missing node dreaded +b missing node dynamistic +b missing node cleanses +b missing node unicameral +b missing node cleanser +b missing node bluings +b missing node colonelship +b missing node propitiated +b missing node helmet +b missing node propitiates +b missing node mulish +b missing node sandpits +b missing node ahorse +b missing node hastiest +b missing node sylvius +b missing node whooper +b missing node aborting +b missing node approve +b missing node gaffes +b missing node gaffer +b missing node cheerfully +b missing node pyrogen +b missing node hitching +b missing node rappelled +b missing node ameboid +b missing node overstep +b missing node runover +b missing node subjoin +b missing node helmed +b missing node capacitations +b missing node christian +b missing node toilers +b missing node disorderliness +b missing node raincoats +b missing node stenographic +b missing node gaffed +b missing node sacrificing +b missing node eclecticism +b missing node pillagers +b missing node sandra +b missing node trapeziums +b missing node altruists +b missing node looter +b missing node agreement +b missing node francisco +b missing node hermitages +b missing node creeper +b missing node klutziest +b missing node optimizing +b missing node subroutine +b missing node looted +b missing node piebald +b missing node abortion +b missing node curbers +b missing node muling +b missing node coiffure +b missing node isostasy +b missing node prepacks +b missing node warted +b missing node backstops +b missing node interbreeding +b missing node courteous +b missing node unretracted +b missing node postludes +b missing node inventively +b missing node audibles +b missing node reserving +b missing node messages +b missing node quitclaims +b missing node dresser +b missing node dresses +b missing node nonrestricted +b missing node coarser +b missing node clutters +b missing node depending +b missing node lymph +b missing node pipestems +b missing node secretiveness +b missing node editions +b missing node wastable +b missing node repaginate +b missing node seaweeds +b missing node divestitures +b missing node optimise +b missing node rasers +b missing node rickshaws +b missing node dressed +b missing node coarsen +b missing node misbehavers +b missing node swoosh +b missing node rototill +b missing node costard +b missing node optimism +b missing node perfuming +b missing node optimist +b missing node equalization +b missing node ungovernable +b missing node corpulencies +b missing node loincloth +b missing node palettes +b missing node underbid +b missing node abrading +b missing node radarman +b missing node bindweed +b missing node sunbows +b missing node arsenides +b missing node runaways +b missing node calibrate +b missing node findable +b missing node coyish +b missing node clobbered +b missing node awning +b missing node disquietingly +b missing node economy +b missing node earworms +b missing node thunderbolt +b missing node optimize +b missing node seamounts +b missing node introverts +b missing node absorbency +b missing node bestowed +b missing node birthdays +b missing node swoops +b missing node lavatories +b missing node expletives +b missing node goodwills +b missing node foreordain +b missing node ironbound +b missing node moraine +b missing node collector +b missing node teatimes +b missing node objector +b missing node formation +b missing node peeling +b missing node sounds +b missing node testacy +b missing node enactments +b missing node ricochetted +b missing node formating +b missing node gibbeting +b missing node regret +b missing node resubmits +b missing node imponderableness +b missing node swoons +b missing node subcontract +b missing node regrew +b missing node restrainers +b missing node intolerant +b missing node boogyman +b missing node gamecocks +b missing node reservist +b missing node strollers +b missing node courtyards +b missing node mulier +b missing node initiate +b missing node planetary +b missing node couping +b missing node pellucidly +b missing node pleasingly +b missing node expiators +b missing node papillate +b missing node tacts +b missing node expiatory +b missing node tweediest +b missing node coempt +b missing node gyrating +b missing node dimity +b missing node perilunes +b missing node slothful +b missing node refunding +b missing node reporters +b missing node boogymen +b missing node tints +b missing node limbeck +b missing node plisse +b missing node nonage +b missing node histrionically +b missing node discountenancing +b missing node phlebotomy +b missing node gyration +b missing node gravidly +b missing node teethes +b missing node teether +b missing node insinuating +b missing node garnishments +b missing node brooklets +b missing node peritoneum +b missing node dirtying +b missing node vacancy +b missing node howdahs +b missing node teethed +b missing node deadheaded +b missing node tinny +b missing node christine +b missing node unwieldiness +b missing node metrical +b missing node maxillary +b missing node iroquois +b missing node idlesses +b missing node focalizing +b missing node catagories +b missing node garters +b missing node leucoma +b missing node longhairs +b missing node objected +b missing node unconcern +b missing node insinuation +b missing node ululation +b missing node ingloriously +b missing node clasping +b missing node bullfinch +b missing node glomming +b missing node conventionary +b missing node dieting +b missing node subrule +b missing node ululating +b missing node prostatitis +b missing node antiphonically +b missing node wattage +b missing node heeled +b missing node fumbler +b missing node papillary +b missing node fumbles +b missing node trawling +b missing node unmoved +b missing node fumbled +b missing node unobliged +b missing node heeler +b missing node riven +b missing node englobed +b missing node rivet +b missing node formative +b missing node fellness +b missing node rives +b missing node river +b missing node venging +b missing node glaze +b missing node ga +b missing node furcated +b missing node references +b missing node glazy +b missing node cyclamen +b missing node holmium +b missing node raggedly +b missing node fishlines +b missing node reconsideration +b missing node weasand +b missing node manchurian +b missing node turbots +b missing node he +b missing node ha +b missing node compaction +b missing node seedier +b missing node binding +b missing node torments +b missing node furcates +b missing node go +b missing node harbored +b missing node warts +b missing node indicate +b missing node servant +b missing node groundlessness +b missing node warty +b missing node de +b missing node turreted +b missing node hellos +b missing node harborer +b missing node nettably +b missing node elijah +b missing node do +b missing node prevented +b missing node nettable +b missing node ex +b missing node snowcap +b missing node darters +b missing node decrepitude +b missing node eh +b missing node earthworm +b missing node el +b missing node earthwork +b missing node resplendence +b missing node friendlier +b missing node en +b missing node friendlies +b missing node et +b missing node uninvitingly +b missing node es +b missing node depopulation +b missing node piezoelectric +b missing node anaesthetic +b missing node profaner +b missing node ca +b missing node profanes +b missing node jacobins +b missing node promptness +b missing node testate +b missing node by +b missing node stentorian +b missing node tings +b missing node profaned +b missing node depopulating +b missing node be +b missing node dc +b missing node frock +b missing node templates +b missing node nonlegal +b missing node winders +b missing node carders +b missing node cs +b missing node decided +b missing node co +b missing node foregrounds +b missing node lighten +b missing node ungainlier +b missing node vapidly +b missing node lighted +b missing node pinkies +b missing node edifice +b missing node cd +b missing node saleyard +b missing node unbalanced +b missing node instituted +b missing node transference +b missing node allegator +b missing node tines +b missing node taels +b missing node lighter +b missing node bothersome +b missing node institutes +b missing node instituter +b missing node craw +b missing node garlanding +b missing node shriekier +b missing node crap +b missing node ay +b missing node carbonize +b missing node cram +b missing node lynch +b missing node at +b missing node as +b missing node countermanded +b missing node crag +b missing node ax +b missing node aw +b missing node monisms +b missing node referenced +b missing node edifier +b missing node crab +b missing node edifies +b missing node al +b missing node geodetic +b missing node assemblymen +b missing node am +b missing node an +b missing node privilege +b missing node ac +b missing node edified +b missing node ad +b missing node aa +b missing node ab +b missing node tinge +b missing node ah +b missing node louping +b missing node nu +b missing node kiddy +b missing node no +b missing node preexposure +b missing node easement +b missing node shoehorns +b missing node ny +b missing node heller +b missing node halves +b missing node kiddo +b missing node epsom +b missing node clarinettist +b missing node of +b missing node od +b missing node ob +b missing node herders +b missing node cutoffs +b missing node on +b missing node grimily +b missing node ok +b missing node tinct +b missing node halved +b missing node legally +b missing node oh +b missing node scapulae +b missing node os +b missing node or +b missing node flannelet +b missing node microbiotic +b missing node tined +b missing node unbeatable +b missing node ox +b missing node griming +b missing node ow +b missing node curtness +b missing node oz +b missing node seeding +b missing node clutchy +b missing node pa +b missing node flanneled +b missing node pc +b missing node helled +b missing node po +b missing node frogs +b missing node accumulate +b missing node pi +b missing node confiscations +b missing node lo +b missing node draymen +b missing node seedily +b missing node squeezed +b missing node lr +b missing node crew +b missing node poignantly +b missing node ramparts +b missing node manliest +b missing node squeezer +b missing node squeezes +b missing node totter +b missing node mc +b missing node md +b missing node ma +b missing node bestowal +b missing node me +b missing node warks +b missing node seventeen +b missing node mo +b missing node totted +b missing node mr +b missing node collected +b missing node rewakened +b missing node froes +b missing node beautified +b missing node ms +b missing node incessantly +b missing node nebulizers +b missing node cree +b missing node my +b missing node na +b missing node beautifier +b missing node anapestic +b missing node beautifies +b missing node airwomen +b missing node ne +b missing node revivalist +b missing node uptowner +b missing node revivalism +b missing node falsifiable +b missing node marveled +b missing node blackness +b missing node scooted +b missing node fatigue +b missing node yawner +b missing node variations +b missing node perdue +b missing node warns +b missing node peritoneal +b missing node conservatives +b missing node contexts +b missing node toilful +b missing node hangable +b missing node applauding +b missing node scooter +b missing node recalculate +b missing node leukemoid +b missing node warms +b missing node la +b missing node lightly +b missing node lairing +b missing node scandalous +b missing node hi +b missing node drayman +b missing node ho +b missing node id +b missing node queerest +b missing node ic +b missing node warps +b missing node if +b missing node temporariness +b missing node ie +b missing node schoolgirlish +b missing node tunnels +b missing node shrieking +b missing node latinize +b missing node disengagement +b missing node mousiest +b missing node is +b missing node runlet +b missing node it +b missing node iv +b missing node crib +b missing node perdus +b missing node in +b missing node erosions +b missing node airwoman +b missing node strains +b missing node yawned +b missing node sheriffs +b missing node salvageable +b missing node regilding +b missing node measurably +b missing node straits +b missing node respelling +b missing node driveways +b missing node grimier +b missing node crusted +b missing node germaniums +b missing node measurable +b missing node lacquer +b missing node glides +b missing node gramophones +b missing node glider +b missing node cuirassing +b missing node expiration +b missing node jojoba +b missing node glided +b missing node cheapened +b missing node patriots +b missing node flannelly +b missing node stenographer +b missing node nonrationally +b missing node sancta +b missing node institutor +b missing node disparage +b missing node pervasion +b missing node outdoors +b missing node trainmaster +b missing node wa +b missing node asininity +b missing node cunner +b missing node we +b missing node inshore +b missing node abnormality +b missing node condolers +b missing node proctors +b missing node warsaw +b missing node mobilizing +b missing node frond +b missing node va +b missing node fawningly +b missing node uh +b missing node front +b missing node crofts +b missing node us +b missing node ut +b missing node un +b missing node up +b missing node wards +b missing node tv +b missing node martinis +b missing node toilets +b missing node deciduously +b missing node pinkish +b missing node decidua +b missing node to +b missing node idiocy +b missing node nonviolently +b missing node frost +b missing node crow +b missing node hearthstones +b missing node crustal +b missing node crop +b missing node ti +b missing node wared +b missing node froth +b missing node stoppers +b missing node delusionary +b missing node wares +b missing node markings +b missing node disjoins +b missing node antecedent +b missing node so +b missing node disjoint +b missing node se +b missing node filarees +b missing node si +b missing node coalless +b missing node sa +b missing node altruisms +b missing node jocoseness +b missing node prewarms +b missing node stringy +b missing node cymbaler +b missing node strings +b missing node bastardized +b missing node re +b missing node peroxides +b missing node posthaste +b missing node perspiration +b missing node bastardizes +b missing node lengthen +b missing node peroxided +b missing node gustatorily +b missing node credenzas +b missing node martinez +b missing node militarists +b missing node bravados +b missing node slowwitted +b missing node intertwining +b missing node exxon +b missing node dentines +b missing node frosh +b missing node disfiguringly +b missing node octagonal +b missing node rerunning +b missing node martinet +b missing node flooding +b missing node marching +b missing node smuggling +b missing node energetic +b missing node wooingly +b missing node guises +b missing node transmigrate +b missing node moronism +b missing node urgers +b missing node juxta +b missing node communard +b missing node vengeance +b missing node margin +b missing node glaziery +b missing node rubbishy +b missing node necromancer +b missing node lookout +b missing node minaciousness +b missing node vipers +b missing node attestations +b missing node healthfully +b missing node reconstructs +b missing node fontina +b missing node helen +b missing node infolding +b missing node crud +b missing node extendability +b missing node edifying +b missing node cryonics +b missing node recollections +b missing node tinier +b missing node stricken +b missing node wirable +b missing node assemblyman +b missing node raggeder +b missing node preaffirm +b missing node unbound +b missing node crux +b missing node engage +b missing node nonresidual +b missing node recompensatory +b missing node damnify +b missing node tumbleweed +b missing node glaziers +b missing node vicariously +b missing node totalled +b missing node guised +b missing node housewifely +b missing node footed +b missing node dentinal +b missing node frown +b missing node saintdoms +b missing node ostentatious +b missing node footer +b missing node checkups +b missing node sinusoids +b missing node subvention +b missing node decider +b missing node decides +b missing node mothier +b missing node drugstore +b missing node pinking +b missing node beknighted +b missing node grillage +b missing node determination +b missing node marges +b missing node mortals +b missing node yielder +b missing node fjord +b missing node revitalizes +b missing node executory +b missing node aesthete +b missing node executors +b missing node nosebleed +b missing node yielded +b missing node bawling +b missing node revitalized +b missing node radiums +b missing node hasheesh +b missing node dithering +b missing node estivating +b missing node businesswoman +b missing node sandal +b missing node disbelieving +b missing node servals +b missing node waterworks +b missing node gustatorial +b missing node monists +b missing node sensibilities +b missing node governesses +b missing node bearer +b missing node petcock +b missing node sentiently +b missing node frisked +b missing node compacting +b missing node froze +b missing node rippers +b missing node brocoli +b missing node educable +b missing node incrust +b missing node declarations +b missing node moonbeams +b missing node exedra +b missing node beards +b missing node tepidity +b missing node ye +b missing node calypsoes +b missing node voodoos +b missing node vaulted +b missing node urgent +b missing node toxifying +b missing node vaulter +b missing node entryway +b missing node yr +b missing node frisker +b missing node condoling +b missing node smallness +b missing node inculcating +b missing node enzyme +b missing node hyperons +b missing node meteorically +b missing node unadjudicated +b missing node pharmacists +b missing node idioms +b missing node varicosity +b missing node unholiest +b missing node precluded +b missing node backspaces +b missing node pathologically +b missing node inculcation +b missing node novena +b missing node floodlit +b missing node behaviorists +b missing node febrifuge +b missing node backspaced +b missing node dimout +b missing node disinfection +b missing node forejudger +b missing node murmurous +b missing node serenading +b missing node daneweed +b missing node bolter +b missing node undercut +b missing node glens +b missing node gabbing +b missing node pocketfuls +b missing node academicians +b missing node teabowl +b missing node japing +b missing node precludes +b missing node explosiveness +b missing node deportability +b missing node ruffling +b missing node misbilling +b missing node ablush +b missing node minaret +b missing node thirteens +b missing node surtax +b missing node decimeters +b missing node plackets +b missing node turgescence +b missing node umlauts +b missing node choreas +b missing node novels +b missing node reprocesses +b missing node choreal +b missing node bugeye +b missing node reprocessed +b missing node furriest +b missing node repentantly +b missing node restorer +b missing node restores +b missing node oratress +b missing node ethylene +b missing node inundate +b missing node dozing +b missing node grindings +b missing node wigglers +b missing node misclassification +b missing node negotiator +b missing node decisional +b missing node cervantes +b missing node matilda +b missing node invaders +b missing node guerilla +b missing node dozily +b missing node bughouse +b missing node rufflike +b missing node uncommitted +b missing node imitations +b missing node restored +b missing node recurve +b missing node uncheerfully +b missing node whirligig +b missing node electrics +b missing node birefractive +b missing node gonads +b missing node untransferable +b missing node gymnastic +b missing node jaybird +b missing node kitchens +b missing node spitter +b missing node seventeens +b missing node soberest +b missing node catcalls +b missing node fiddled +b missing node furriers +b missing node furriery +b missing node spitted +b missing node fiddler +b missing node fiddles +b missing node patiences +b missing node frogfishes +b missing node ammonium +b missing node exemptions +b missing node leguminous +b missing node revivifies +b missing node waveforms +b missing node planetoids +b missing node unearthed +b missing node slapjack +b missing node determinative +b missing node insinuators +b missing node tokens +b missing node anodally +b missing node inundant +b missing node accruement +b missing node urbaner +b missing node imputable +b missing node oligarchic +b missing node sheetfed +b missing node idiots +b missing node doldrums +b missing node pedant +b missing node galactoscope +b missing node noncontroversially +b missing node linesmen +b missing node manipulators +b missing node manipulatory +b missing node mullah +b missing node hamstringing +b missing node undiagnosed +b missing node frilliness +b missing node grantable +b missing node geodesic +b missing node wavelike +b missing node engulfs +b missing node caddying +b missing node ammonite +b missing node guiled +b missing node choctaw +b missing node datable +b missing node electrify +b missing node frizzled +b missing node potboiler +b missing node guiles +b missing node cankerworms +b missing node thawing +b missing node guilds +b missing node sending +b missing node freeholders +b missing node clergyman +b missing node frizzler +b missing node topnotch +b missing node frizzles +b missing node glees +b missing node club +b missing node pedals +b missing node clue +b missing node potboiled +b missing node spittle +b missing node sageness +b missing node trameled +b missing node waken +b missing node aerofoil +b missing node waker +b missing node clewed +b missing node wakes +b missing node waked +b missing node infamous +b missing node shakily +b missing node potpie +b missing node indefatigability +b missing node supercargo +b missing node menacingly +b missing node spiels +b missing node layouts +b missing node wetproof +b missing node clop +b missing node mulled +b missing node humanistic +b missing node clot +b missing node khalifs +b missing node juror +b missing node clog +b missing node shaking +b missing node debunks +b missing node glebe +b missing node autobiographers +b missing node muller +b missing node significations +b missing node mullet +b missing node mullen +b missing node allotment +b missing node cloy +b missing node fanzine +b missing node environing +b missing node islanding +b missing node raffling +b missing node redeveloper +b missing node clergymen +b missing node riots +b missing node interface +b missing node gleba +b missing node cereal +b missing node representor +b missing node flattops +b missing node disinfecting +b missing node pizazz +b missing node segregationists +b missing node nutritionist +b missing node revivified +b missing node irritations +b missing node khalifa +b missing node fogless +b missing node gleam +b missing node glean +b missing node redeveloped +b missing node clocking +b missing node bewails +b missing node nattiness +b missing node houseworker +b missing node catabolic +b missing node blurted +b missing node gypsydoms +b missing node framing +b missing node topography +b missing node unearthly +b missing node dogmas +b missing node dejects +b missing node blurter +b missing node flyweight +b missing node supplementation +b missing node trochoid +b missing node christeners +b missing node boobies +b missing node tabourers +b missing node univalve +b missing node accompanist +b missing node samoans +b missing node forkfuls +b missing node footless +b missing node noesis +b missing node tipsy +b missing node lipper +b missing node heterodoxies +b missing node oblongly +b missing node furnace +b missing node apically +b missing node galliards +b missing node catharine +b missing node unmoored +b missing node scoreboards +b missing node radiobiologic +b missing node rowans +b missing node zincking +b missing node beryllium +b missing node lipped +b missing node linesman +b missing node fragility +b missing node extracting +b missing node shakier +b missing node tramells +b missing node gabbier +b missing node caraways +b missing node conveyors +b missing node cutworm +b missing node slowness +b missing node testifiers +b missing node unconverted +b missing node idiosyncratic +b missing node lithologic +b missing node extraction +b missing node hickory +b missing node hammerhead +b missing node systemized +b missing node interfaith +b missing node ampule +b missing node systemizes +b missing node glinting +b missing node warrantees +b missing node shrinkage +b missing node conspicuousness +b missing node muskiness +b missing node drivelling +b missing node theretofore +b missing node ampuls +b missing node reforested +b missing node question +b missing node ensuing +b missing node psychiatries +b missing node tabourets +b missing node earwigging +b missing node approachable +b missing node nativisms +b missing node hygroscopic +b missing node vendettas +b missing node citatory +b missing node misstate +b missing node savior +b missing node questing +b missing node statically +b missing node alliterations +b missing node bracketing +b missing node reattaches +b missing node customize +b missing node represented +b missing node proscriptions +b missing node representee +b missing node marlin +b missing node carrotier +b missing node dunnages +b missing node yellows +b missing node sewage +b missing node whimsical +b missing node again +b missing node glabrous +b missing node telluric +b missing node styptics +b missing node choreic +b missing node saving +b missing node reattached +b missing node betels +b missing node geniality +b missing node coddling +b missing node carminative +b missing node surmisable +b missing node twinging +b missing node loutishness +b missing node gestes +b missing node trembliest +b missing node massagists +b missing node gracelessness +b missing node premisses +b missing node acreages +b missing node cogitos +b missing node natron +b missing node jimmied +b missing node twiggiest +b missing node headship +b missing node sextets +b missing node solidification +b missing node underdog +b missing node mishmoshes +b missing node conjunctions +b missing node proportional +b missing node jimmies +b missing node backaches +b missing node huddlers +b missing node xylography +b missing node leopard +b missing node dopiness +b missing node stoopingly +b missing node tapestries +b missing node bolted +b missing node proportioned +b missing node overdelicate +b missing node agama +b missing node jellifies +b missing node hundredths +b missing node sledders +b missing node governability +b missing node jellified +b missing node miocene +b missing node dentists +b missing node roadside +b missing node tapestried +b missing node prorevolutionary +b missing node overkill +b missing node cereus +b missing node tonging +b missing node gyratory +b missing node owning +b missing node carnality +b missing node palpitations +b missing node disuses +b missing node yellowy +b missing node cobblers +b missing node ripen +b missing node disused +b missing node ripes +b missing node riper +b missing node kicky +b missing node negotiated +b missing node perked +b missing node surpass +b missing node negotiates +b missing node driftage +b missing node penchants +b missing node kicks +b missing node gyrators +b missing node agape +b missing node incarcerates +b missing node accompanies +b missing node tuberosity +b missing node celandine +b missing node supplementing +b missing node monarchist +b missing node camping +b missing node transmissions +b missing node accompanied +b missing node drabness +b missing node monarchism +b missing node outproducing +b missing node reroutes +b missing node spokeswoman +b missing node singable +b missing node signorine +b missing node glibly +b missing node novelly +b missing node rerouted +b missing node colorfully +b missing node partying +b missing node dermises +b missing node apartheid +b missing node campily +b missing node ceremonies +b missing node littered +b missing node evictees +b missing node subdue +b missing node agars +b missing node novella +b missing node tippiest +b missing node novelle +b missing node unvarnished +b missing node arisen +b missing node litterer +b missing node arises +b missing node sensualness +b missing node compounds +b missing node dryrot +b missing node vitrify +b missing node uninvested +b missing node joneses +b missing node muggings +b missing node barrister +b missing node plutocrats +b missing node clever +b missing node soldiered +b missing node invariably +b missing node impotences +b missing node ramshorns +b missing node bobbed +b missing node chorded +b missing node cushier +b missing node amperages +b missing node imparts +b missing node invariable +b missing node benders +b missing node imprint +b missing node agate +b missing node limbers +b missing node bobber +b missing node biotical +b missing node rewriting +b missing node striplings +b missing node spokeswomen +b missing node eyebolt +b missing node keepsake +b missing node deciare +b missing node punned +b missing node efficacy +b missing node apology +b missing node demagogy +b missing node lukewarmly +b missing node rejuvenates +b missing node demagogs +b missing node neckings +b missing node preaccepted +b missing node yawper +b missing node snoopiest +b missing node yawped +b missing node byword +b missing node punner +b missing node wiseliest +b missing node convulsed +b missing node heils +b missing node agave +b missing node convulses +b missing node outweighing +b missing node commodiously +b missing node signorina +b missing node rejuvenated +b missing node spiffy +b missing node beckons +b missing node ezekiel +b missing node clevis +b missing node ceremonial +b missing node grafters +b missing node tarsiers +b missing node chordal +b missing node backsaws +b missing node isseis +b missing node appaloosas +b missing node stomach +b missing node relaters +b missing node novelizing +b missing node bobbin +b missing node thailand +b missing node perpetrated +b missing node correctives +b missing node pottier +b missing node gladding +b missing node potties +b missing node perpetrates +b missing node screen +b missing node dandling +b missing node novelty +b missing node screed +b missing node traffic +b missing node weirdy +b missing node toileting +b missing node drossiest +b missing node weirdo +b missing node screes +b missing node weirds +b missing node twinnings +b missing node agaze +b missing node broadsides +b missing node christianity +b missing node variant +b missing node interprets +b missing node misdone +b missing node walla +b missing node kinless +b missing node walks +b missing node lampposts +b missing node vitrine +b missing node crucially +b missing node sawhorse +b missing node unsubtle +b missing node beanstalks +b missing node vitriol +b missing node preformed +b missing node squirreling +b missing node unleavened +b missing node walls +b missing node vouched +b missing node vouchee +b missing node wally +b missing node campier +b missing node midways +b missing node natter +b missing node multifaceted +b missing node tipis +b missing node voucher +b missing node vouches +b missing node unsubtly +b missing node quitclaimed +b missing node mooching +b missing node wales +b missing node stepmothers +b missing node dieters +b missing node psychiatrically +b missing node disaffecting +b missing node waled +b missing node tippy +b missing node decreer +b missing node waler +b missing node decrees +b missing node suburbans +b missing node rockfall +b missing node accessibly +b missing node coerce +b missing node heigh +b missing node tushed +b missing node decreed +b missing node cockhorse +b missing node bobble +b missing node oceanic +b missing node oceanid +b missing node fiasco +b missing node signories +b missing node dissidence +b missing node disjointing +b missing node sawmill +b missing node canvasser +b missing node canvasses +b missing node sheave +b missing node roaching +b missing node monarchies +b missing node accessible +b missing node semitists +b missing node tushes +b missing node trillers +b missing node seductions +b missing node incarcerated +b missing node precambrian +b missing node undereat +b missing node nativists +b missing node hading +b missing node renting +b missing node garland +b missing node opulently +b missing node blemish +b missing node tankards +b missing node centrifugally +b missing node exposures +b missing node snapless +b missing node handicappers +b missing node unsupervised +b missing node reigning +b missing node misconceptions +b missing node subdeb +b missing node fittingness +b missing node neighborhood +b missing node minglers +b missing node nutrias +b missing node quorums +b missing node recallable +b missing node premeditating +b missing node calcimining +b missing node tidbits +b missing node overeaten +b missing node schistose +b missing node clod +b missing node leprosy +b missing node decibel +b missing node potting +b missing node plutocracy +b missing node skylarkers +b missing node caught +b missing node leprose +b missing node recuses +b missing node oversold +b missing node aerially +b missing node yachtmen +b missing node premeditation +b missing node affinity +b missing node misdoer +b missing node monarchial +b missing node misdoes +b missing node deactivators +b missing node recused +b missing node currants +b missing node slimming +b missing node spiers +b missing node platypi +b missing node anatomically +b missing node freaked +b missing node bhaktas +b missing node fogged +b missing node fogger +b missing node takes +b missing node taker +b missing node ogrish +b missing node scandic +b missing node tardiest +b missing node schistous +b missing node taken +b missing node curtsying +b missing node cembali +b missing node scandia +b missing node starers +b missing node cembalo +b missing node underestimating +b missing node preexposures +b missing node hoodwinking +b missing node saddlecloth +b missing node frill +b missing node backhoes +b missing node cygnet +b missing node bacteroidal +b missing node hairspring +b missing node superposing +b missing node willfully +b missing node supered +b missing node noetic +b missing node cleanness +b missing node christianize +b missing node voicers +b missing node granddaughters +b missing node seceding +b missing node herbicidal +b missing node clip +b missing node rerolled +b missing node beguiles +b missing node reimposing +b missing node thwackers +b missing node beguiler +b missing node cockscomb +b missing node emporium +b missing node multifunction +b missing node harpist +b missing node knavishness +b missing node middies +b missing node misformed +b missing node renovations +b missing node grecians +b missing node underestimation +b missing node apneic +b missing node hamilton +b missing node scampering +b missing node yachtman +b missing node sonarman +b missing node retinals +b missing node beguiled +b missing node chaptering +b missing node incarcerator +b missing node youngling +b missing node figurines +b missing node heist +b missing node sympathetically +b missing node paternities +b missing node fellatios +b missing node dropworts +b missing node concordances +b missing node surrey +b missing node fellation +b missing node discounters +b missing node sheeters +b missing node coverups +b missing node jobbed +b missing node smacker +b missing node guilty +b missing node heirs +b missing node gelatinizing +b missing node premeditative +b missing node guilts +b missing node layover +b missing node jobber +b missing node trenchantly +b missing node siderite +b missing node frigs +b missing node smacked +b missing node referendum +b missing node inwardly +b missing node compactors +b missing node figurings +b missing node impasse +b missing node masticated +b missing node glycosides +b missing node unapologetically +b missing node kyanising +b missing node masticates +b missing node clef +b missing node antipoles +b missing node diamonds +b missing node soldierly +b missing node herbicides +b missing node phrased +b missing node impasto +b missing node clew +b missing node fries +b missing node frier +b missing node phrases +b missing node trickingly +b missing node esquiring +b missing node fellating +b missing node bhaktis +b missing node utterers +b missing node suffusions +b missing node fried +b missing node sonarmen +b missing node loiters +b missing node aspirants +b missing node eternals +b missing node ecstasies +b missing node stockinette +b missing node dogleg +b missing node painstakingly +b missing node onrushes +b missing node reignite +b missing node apprehensions +b missing node clay +b missing node screwy +b missing node dissidents +b missing node firing +b missing node glycosidic +b missing node dogfishes +b missing node incubators +b missing node travailing +b missing node unexcited +b missing node franciums +b missing node divisibilities +b missing node discarding +b missing node misinforming +b missing node depositories +b missing node perpetrator +b missing node marmot +b missing node submember +b missing node clad +b missing node dozier +b missing node apneal +b missing node clan +b missing node millimeter +b missing node clam +b missing node screws +b missing node clap +b missing node combers +b missing node datsuns +b missing node apneas +b missing node claw +b missing node friar +b missing node phrasal +b missing node frizz +b missing node plows +b missing node handwrite +b missing node spicas +b missing node bailors +b missing node adequacy +b missing node powerfulness +b missing node bulkheads +b missing node antithetically +b missing node pinkest +b missing node bogging +b missing node matings +b missing node recirculations +b missing node shoetrees +b missing node dependent +b missing node relining +b missing node peelers +b missing node ploys +b missing node gymnast +b missing node evolvement +b missing node monarchistic +b missing node enumerable +b missing node hadjee +b missing node ochres +b missing node yardages +b missing node aromatically +b missing node middens +b missing node mimics +b missing node syzygy +b missing node disannulled +b missing node hadjes +b missing node totaling +b missing node ordinariness +b missing node discounting +b missing node bailout +b missing node loaches +b missing node rasing +b missing node totality +b missing node damners +b missing node strolling +b missing node nonabsorbents +b missing node freshets +b missing node cock +b missing node thimble +b missing node dramatically +b missing node winterly +b missing node bivouacked +b missing node pinkeye +b missing node notified +b missing node coco +b missing node reflows +b missing node supernationalism +b missing node notifies +b missing node notifier +b missing node marchesa +b missing node code +b missing node asphyxia +b missing node coda +b missing node marchers +b missing node cods +b missing node freshest +b missing node beatifying +b missing node gunstocks +b missing node ennoblements +b missing node redeems +b missing node overreacts +b missing node coal +b missing node totalism +b missing node decorating +b missing node superposes +b missing node coat +b missing node inwinding +b missing node hadjis +b missing node coax +b missing node superposed +b missing node decoration +b missing node baghdad +b missing node pleasantness +b missing node energise +b missing node bobcat +b missing node perfumers +b missing node deadness +b missing node perfumery +b missing node engineers +b missing node cobs +b missing node kindreds +b missing node underfed +b missing node ennead +b missing node burnings +b missing node unfaithfulness +b missing node teaboxes +b missing node haylofts +b missing node unpersuasively +b missing node perish +b missing node misapprehended +b missing node misbehaving +b missing node metatarsal +b missing node credibleness +b missing node goofballs +b missing node andesyte +b missing node maneuverer +b missing node neocolonialist +b missing node cloddishness +b missing node neocolonialism +b missing node miming +b missing node dimmer +b missing node jockeyed +b missing node recorder +b missing node recorded +b missing node hostesses +b missing node jutty +b missing node frisk +b missing node calorific +b missing node dimmed +b missing node demiurges +b missing node eventuated +b missing node hostessed +b missing node dexterity +b missing node condemnation +b missing node rewiring +b missing node glycerin +b missing node maintainable +b missing node cavorter +b missing node electrogram +b missing node harmfully +b missing node eventuates +b missing node museful +b missing node polarographic +b missing node manuscript +b missing node guinea +b missing node maneuvered +b missing node unfastens +b missing node iciness +b missing node filigreed +b missing node toiling +b missing node migrants +b missing node nonbreakable +b missing node cragsmen +b missing node coxwain +b missing node disembarkation +b missing node corroborations +b missing node spicey +b missing node boggish +b missing node driers +b missing node mobilizers +b missing node consigning +b missing node spicer +b missing node energize +b missing node spices +b missing node jugfuls +b missing node filigrees +b missing node deific +b missing node interviewing +b missing node seacoast +b missing node bladder +b missing node oversupplying +b missing node cavorted +b missing node winterer +b missing node peacocked +b missing node filipinos +b missing node preposition +b missing node wintered +b missing node tawniness +b missing node giggly +b missing node ochred +b missing node systemically +b missing node preachings +b missing node unplugging +b missing node coutures +b missing node spiced +b missing node giggle +b missing node ashtray +b missing node decorative +b missing node limbier +b missing node inattentive +b missing node remnant +b missing node dentally +b missing node mildening +b missing node cabarets +b missing node wackiest +b missing node freshens +b missing node misbehavior +b missing node fatherlands +b missing node driftwood +b missing node swaybacked +b missing node unscented +b missing node unkenneled +b missing node wardrobes +b missing node buckskins +b missing node fumblers +b missing node antisocial +b missing node oversoul +b missing node zebecs +b missing node totalize +b missing node zebeck +b missing node database +b missing node tercentennials +b missing node forbears +b missing node cragsman +b missing node cichlidae +b missing node unpitied +b missing node desuetude +b missing node cops +b missing node chapeaux +b missing node cope +b missing node squalidly +b missing node inattention +b missing node verdure +b missing node condescendingly +b missing node chapeaus +b missing node crossover +b missing node perils +b missing node perfumed +b missing node stardom +b missing node unequipped +b missing node perfumes +b missing node perfumer +b missing node boniness +b missing node copy +b missing node cool +b missing node cook +b missing node coon +b missing node lying +b missing node coop +b missing node adequate +b missing node gulping +b missing node crenelate +b missing node heightening +b missing node encapsulated +b missing node nacre +b missing node coos +b missing node coot +b missing node underbids +b missing node boniface +b missing node achilles +b missing node conn +b missing node conk +b missing node expatriate +b missing node conj +b missing node overexcitably +b missing node flawlessly +b missing node cymbalist +b missing node conf +b missing node cone +b missing node miserableness +b missing node driest +b missing node heehaw +b missing node starrier +b missing node windage +b missing node cony +b missing node mouthwashes +b missing node encapsulates +b missing node cont +b missing node overexcitable +b missing node cons +b missing node landlord +b missing node comp +b missing node lifetime +b missing node aboding +b missing node springiest +b missing node come +b missing node unionize +b missing node comb +b missing node brougham +b missing node coma +b missing node dribble +b missing node practice +b missing node mischievously +b missing node cots +b missing node orchestrating +b missing node mysteriously +b missing node reportage +b missing node friendless +b missing node lichenoid +b missing node banknote +b missing node punkin +b missing node authorizers +b missing node waltz +b missing node miseducating +b missing node cosh +b missing node delimit +b missing node punkie +b missing node resurrected +b missing node diddle +b missing node miseducation +b missing node caudal +b missing node steamrollered +b missing node recontests +b missing node issuance +b missing node whirliest +b missing node gigged +b missing node disaffection +b missing node period +b missing node cost +b missing node scribe +b missing node shields +b missing node glorifying +b missing node cosy +b missing node insubordinate +b missing node biodynamics +b missing node cote +b missing node corm +b missing node cork +b missing node remaindering +b missing node paraphrasers +b missing node blinker +b missing node canvassed +b missing node corp +b missing node corn +b missing node lupuses +b missing node basifying +b missing node glycerol +b missing node orchestration +b missing node primogenitor +b missing node novenae +b missing node botulins +b missing node hefty +b missing node hefts +b missing node limbing +b missing node preferment +b missing node neurotic +b missing node novenas +b missing node walkout +b missing node dielectrics +b missing node whilom +b missing node core +b missing node cord +b missing node punker +b missing node elides +b missing node redeposit +b missing node coho +b missing node hostages +b missing node biotins +b missing node punkey +b missing node boggier +b missing node jocular +b missing node elided +b missing node glyceryl +b missing node unacclaimed +b missing node psychopath +b missing node setback +b missing node underfur +b missing node habitats +b missing node cogs +b missing node accordion +b missing node energies +b missing node resounds +b missing node cushion +b missing node blinked +b missing node croaky +b missing node croaks +b missing node gulpier +b missing node sheens +b missing node matinal +b missing node sogged +b missing node carefuller +b missing node dislike +b missing node canticle +b missing node rapscallions +b missing node recontinuance +b missing node ecotypes +b missing node hematites +b missing node cushily +b missing node broadening +b missing node tumours +b missing node ecotypic +b missing node polarimetric +b missing node dribbed +b missing node rancorous +b missing node botulism +b missing node bugged +b missing node bindles +b missing node according +b missing node sheeny +b missing node rituals +b missing node luminous +b missing node claspers +b missing node whilst +b missing node coed +b missing node cushing +b missing node iatrogenic +b missing node bugger +b missing node squalider +b missing node problematical +b missing node nonclassically +b missing node colt +b missing node cola +b missing node vikings +b missing node cold +b missing node predestinated +b missing node cole +b missing node coll +b missing node quackisms +b missing node tamable +b missing node winters +b missing node bigwig +b missing node macaronies +b missing node piggier +b missing node piggies +b missing node matinee +b missing node coke +b missing node biotite +b missing node sheers +b missing node fumeless +b missing node metatarsus +b missing node wintery +b missing node meringue +b missing node starring +b missing node tinner +b missing node bandwidth +b missing node crabapple +b missing node coir +b missing node predestinates +b missing node coin +b missing node overshadows +b missing node metalists +b missing node sheets +b missing node tinned +b missing node coil +b missing node hometowns +b missing node entomology +b missing node coif +b missing node nodular +b missing node habitant +b missing node unscrewing +b missing node hornbills +b missing node sneeziest +b missing node epilepsy +b missing node ignites +b missing node igniter +b missing node frequencies +b missing node spider +b missing node potsie +b missing node underlayer +b missing node ignited +b missing node odysseus +b missing node deception +b missing node industrializing +b missing node lucubrations +b missing node lavishing +b missing node basalt +b missing node exuberant +b missing node abraders +b missing node blackfeet +b missing node amatively +b missing node deigns +b missing node marled +b missing node psychiatrist +b missing node morales +b missing node protectors +b missing node wands +b missing node framers +b missing node reweaving +b missing node expressing +b missing node metazoan +b missing node dingdongs +b missing node carousingly +b missing node distillable +b missing node precede +b missing node expression +b missing node taint +b missing node eyeshot +b missing node deerfly +b missing node dappling +b missing node nodules +b missing node colorfast +b missing node wanes +b missing node dulcimers +b missing node ossify +b missing node smugglers +b missing node rearrangements +b missing node waned +b missing node cassock +b missing node rashly +b missing node justs +b missing node impregnates +b missing node runaround +b missing node unsecured +b missing node etcetera +b missing node zigzag +b missing node christening +b missing node obsessively +b missing node jimminy +b missing node octagons +b missing node sextette +b missing node accreditation +b missing node debenture +b missing node rubbings +b missing node janitor +b missing node tails +b missing node accordable +b missing node anteceding +b missing node windbags +b missing node dissenters +b missing node microbars +b missing node leashing +b missing node inspirit +b missing node impregnated +b missing node conscripts +b missing node pigging +b missing node wabble +b missing node knobbiness +b missing node knighting +b missing node oxalises +b missing node nadir +b missing node mensing +b missing node slopwork +b missing node dragonflies +b missing node electrets +b missing node wabbly +b missing node tires +b missing node basketful +b missing node piggins +b missing node nonlinear +b missing node fennel +b missing node colludes +b missing node colluder +b missing node piggish +b missing node finking +b missing node sectionizing +b missing node occupant +b missing node gipped +b missing node slowworm +b missing node battlements +b missing node gipper +b missing node subbed +b missing node colluded +b missing node fennec +b missing node exteriorized +b missing node titivates +b missing node whiled +b missing node inspires +b missing node inspirer +b missing node across +b missing node penknives +b missing node martinets +b missing node lichenous +b missing node interpretation +b missing node seducingly +b missing node windchill +b missing node inspired +b missing node unionism +b missing node gangly +b missing node expressive +b missing node redemptory +b missing node unionist +b missing node wanly +b missing node deceptive +b missing node titivated +b missing node bridlers +b missing node daredevils +b missing node kansan +b missing node whiles +b missing node intermittently +b missing node kansas +b missing node slideway +b missing node interpretative +b missing node markup +b missing node gainable +b missing node underassessment +b missing node ganges +b missing node luminists +b missing node inflows +b missing node ganger +b missing node ejacula +b missing node lengthened +b missing node shadowiness +b missing node decennially +b missing node nativity +b missing node rashes +b missing node rasher +b missing node castrate +b missing node malapropos +b missing node vulcanizes +b missing node lengthener +b missing node vulcanizer +b missing node visuals +b missing node castrato +b missing node oilway +b missing node sphincter +b missing node caparisoned +b missing node castrati +b missing node tiros +b missing node odysseys +b missing node daybooks +b missing node lecithins +b missing node machicolations +b missing node beckoner +b missing node beauts +b missing node drifts +b missing node spectrometry +b missing node associatively +b missing node vomitus +b missing node beauty +b missing node antiqued +b missing node manifests +b missing node illness +b missing node manifesto +b missing node nativist +b missing node drifty +b missing node biotics +b missing node antiquer +b missing node beckoned +b missing node nativism +b missing node antiques +b missing node averaged +b missing node valkyries +b missing node cattiest +b missing node cynosures +b missing node samovars +b missing node vulcanized +b missing node eeliest +b missing node dazing +b missing node puissance +b missing node wednesday +b missing node averages +b missing node spectrometer +b missing node dognap +b missing node caterwauls +b missing node caducei +b missing node quadrilles +b missing node grillers +b missing node besprinkles +b missing node freudians +b missing node strange +b missing node nature +b missing node philology +b missing node uncreating +b missing node teabowls +b missing node entreaty +b missing node minored +b missing node seedmen +b missing node teardrop +b missing node gloxinias +b missing node corniness +b missing node entreats +b missing node reenacted +b missing node stopping +b missing node savannahs +b missing node subsurface +b missing node blathering +b missing node demographies +b missing node soundboxes +b missing node transpositions +b missing node deadest +b missing node overstatements +b missing node warhorse +b missing node withdrawals +b missing node strands +b missing node limekilns +b missing node apollos +b missing node martialists +b missing node weasels +b missing node knickers +b missing node diversifies +b missing node millennia +b missing node shriekers +b missing node risen +b missing node neurosis +b missing node rises +b missing node duellos +b missing node riser +b missing node rhapsodizing +b missing node commercialists +b missing node aurorae +b missing node exurbs +b missing node menstruates +b missing node popishly +b missing node infantries +b missing node evertors +b missing node auroral +b missing node menstruated +b missing node auroras +b missing node chumming +b missing node ignoramus +b missing node outrooted +b missing node invitee +b missing node invited +b missing node inviter +b missing node invites +b missing node typiest +b missing node fogies +b missing node subdialect +b missing node chummily +b missing node pebbles +b missing node parishioners +b missing node deadens +b missing node lopsidedly +b missing node decocting +b missing node inappropriately +b missing node autobiographies +b missing node novice +b missing node seedman +b missing node leasings +b missing node diversified +b missing node revaluations +b missing node forklifts +b missing node choicest +b missing node precess +b missing node prosaic +b missing node decoction +b missing node soundproofs +b missing node miseries +b missing node mnemonic +b missing node starchy +b missing node repack +b missing node debentures +b missing node servers +b missing node neuroses +b missing node precept +b missing node touchstones +b missing node accumulators +b missing node nereid +b missing node windbag +b missing node archness +b missing node deodorize +b missing node aldrin +b missing node nereis +b missing node besprinkled +b missing node letterheads +b missing node methodological +b missing node supplantation +b missing node hackneyed +b missing node demographics +b missing node courtesan +b missing node nebulizing +b missing node condensations +b missing node duelled +b missing node jackstraws +b missing node rectifier +b missing node risks +b missing node irritancies +b missing node rectifies +b missing node risky +b missing node jellying +b missing node bohunks +b missing node rectified +b missing node inherence +b missing node asininely +b missing node watthour +b missing node incongruities +b missing node privities +b missing node preeminently +b missing node gabbers +b missing node dueller +b missing node tired +b missing node greasiness +b missing node subchapters +b missing node ascetics +b missing node underfinancing +b missing node regnant +b missing node morally +b missing node verifiableness +b missing node markka +b missing node readability +b missing node careening +b missing node metazoic +b missing node operabilities +b missing node pebbled +b missing node suppressants +b missing node acidulates +b missing node repaid +b missing node emplacements +b missing node christmas +b missing node jutes +b missing node chummier +b missing node acidulated +b missing node outwalking +b missing node tinmen +b missing node compensations +b missing node divorcement +b missing node choicely +b missing node picquet +b missing node muscatels +b missing node ploughers +b missing node rishi +b missing node rumbaing +b missing node wavelets +b missing node repair +b missing node parallelling +b missing node dicasts +b missing node marked +b missing node taiga +b missing node eyebrow +b missing node market +b missing node waveless +b missing node marker +b missing node longways +b missing node marshiest +b missing node pinkings +b missing node stockyard +b missing node idahoan +b missing node unwelded +b missing node deadeye +b missing node tinman +b missing node ingest +b missing node vomiter +b missing node balcony +b missing node grammatically +b missing node ortho +b missing node requisite +b missing node endings +b missing node beguines +b missing node vomited +b missing node overexposing +b missing node beaver +b missing node minorca +b missing node heroical +b missing node calthrops +b missing node islanders +b missing node junto +b missing node immatures +b missing node mismarriages +b missing node goglets +b missing node oversubscribe +b missing node fractionalized +b missing node scathe +b missing node junta +b missing node perpetuities +b missing node rhapsodists +b missing node alternate +b missing node oversize +b missing node repressive +b missing node midwest +b missing node violates +b missing node duffle +b missing node violater +b missing node bailies +b missing node vidkids +b missing node acerbating +b missing node crimean +b missing node violated +b missing node necrosis +b missing node zeolite +b missing node phoenicians +b missing node trillion +b missing node wiretappers +b missing node lycees +b missing node oversizes +b missing node unreasonably +b missing node impersonate +b missing node drawlers +b missing node nobelium +b missing node retroactivity +b missing node oversized +b missing node adjudicator +b missing node offensiveness +b missing node befuddling +b missing node desuetudes +b missing node trilling +b missing node reawake +b missing node redemptible +b missing node accurately +b missing node wigmaker +b missing node accreditment +b missing node lairdly +b missing node leukoma +b missing node easing +b missing node tinkles +b missing node vitalising +b missing node logotype +b missing node nethermost +b missing node townsman +b missing node vertically +b missing node nobelist +b missing node tansy +b missing node transmigrates +b missing node tinkled +b missing node sermonize +b missing node stutter +b missing node tincts +b missing node transmigrated +b missing node capsized +b missing node skunked +b missing node tanto +b missing node locoweed +b missing node maltreatments +b missing node conjurations +b missing node unburied +b missing node boarders +b missing node impanel +b missing node overabound +b missing node repression +b missing node premiering +b missing node criminalities +b missing node gibbetted +b missing node injectant +b missing node orthodox +b missing node plonked +b missing node inorganic +b missing node hindering +b missing node darers +b missing node weiner +b missing node wafer +b missing node frugs +b missing node heathens +b missing node cocomat +b missing node allegorists +b missing node souths +b missing node clipped +b missing node drifters +b missing node goriness +b missing node pedalled +b missing node tangy +b missing node tangs +b missing node underspends +b missing node suppressive +b missing node reimbursing +b missing node tango +b missing node probabilities +b missing node unhinges +b missing node vehicle +b missing node easily +b missing node clipper +b missing node clarifies +b missing node devouring +b missing node notifiers +b missing node dueling +b missing node punier +b missing node sunbird +b missing node terrariums +b missing node reserved +b missing node remonetization +b missing node reserver +b missing node reserves +b missing node blustering +b missing node strengthen +b missing node towelling +b missing node heathers +b missing node assailing +b missing node thermally +b missing node charismatic +b missing node ciao +b missing node centeredly +b missing node auricled +b missing node conundrum +b missing node whinny +b missing node rufflers +b missing node heathery +b missing node easies +b missing node letterings +b missing node monkeying +b missing node perforating +b missing node hygiene +b missing node clarifier +b missing node impregnate +b missing node extends +b missing node easier +b missing node clarified +b missing node unreasonable +b missing node heterogeneously +b missing node resection +b missing node perforation +b missing node unhinged +b missing node wherewith +b missing node nucleations +b missing node tanks +b missing node biyearly +b missing node paperboard +b missing node tanka +b missing node thrushes +b missing node staking +b missing node capybaras +b missing node handpiece +b missing node nothingness +b missing node lavers +b missing node bummest +b missing node demotions +b missing node auricles +b missing node irreligious +b missing node churchy +b missing node offer +b missing node emaciate +b missing node coasters +b missing node chambrays +b missing node coyote +b missing node astutely +b missing node midweek +b missing node bummers +b missing node ganged +b missing node offed +b missing node surcharging +b missing node handstands +b missing node depersonalize +b missing node reflower +b missing node reflowed +b missing node suppressing +b missing node glims +b missing node televisionally +b missing node necrotize +b missing node stumbled +b missing node barbarously +b missing node junco +b missing node sextile +b missing node stumbles +b missing node suppression +b missing node stumbler +b missing node glint +b missing node removers +b missing node gaggers +b missing node subgum +b missing node undescribably +b missing node apostleships +b missing node vive +b missing node baldrics +b missing node replicates +b missing node scrumptiously +b missing node offal +b missing node autonomous +b missing node baldrick +b missing node vivo +b missing node replicated +b missing node coyotes +b missing node fretful +b missing node enlivenments +b missing node viva +b missing node coronachs +b missing node colanders +b missing node garotters +b missing node perspiring +b missing node dominicans +b missing node repave +b missing node chic +b missing node chia +b missing node tiredness +b missing node sculptresses +b missing node upraising +b missing node dogmatical +b missing node vita +b missing node millrun +b missing node brickyard +b missing node vise +b missing node visa +b missing node kiosk +b missing node unalleviated +b missing node pitchiest +b missing node doggonest +b missing node corncake +b missing node twirler +b missing node unmolested +b missing node firmer +b missing node lowercase +b missing node syrens +b missing node firmed +b missing node chip +b missing node toplessness +b missing node twirled +b missing node chin +b missing node goners +b missing node chid +b missing node storable +b missing node bailing +b missing node hocussing +b missing node seaquake +b missing node trajectory +b missing node curliness +b missing node pronationalist +b missing node repays +b missing node chit +b missing node enthusing +b missing node bowline +b missing node chub +b missing node adjudicates +b missing node erectilities +b missing node chug +b missing node kadishim +b missing node chum +b missing node faxing +b missing node garibaldi +b missing node oilmen +b missing node adjudicated +b missing node kiowa +b missing node yeast +b missing node penguin +b missing node lordlier +b missing node engagements +b missing node duffer +b missing node junky +b missing node electrochemistry +b missing node duffel +b missing node townsmen +b missing node paraffin +b missing node junks +b missing node smatters +b missing node hibachi +b missing node years +b missing node yearn +b missing node unavailability +b missing node epeeist +b missing node dominating +b missing node affirmers +b missing node cartesian +b missing node museums +b missing node superlatives +b missing node starveling +b missing node finable +b missing node repast +b missing node repass +b missing node corroborator +b missing node biomechanics +b missing node sandblast +b missing node domination +b missing node ecologists +b missing node databases +b missing node granduncles +b missing node bowling +b missing node nondrying +b missing node amortizes +b missing node waterproofs +b missing node extents +b missing node siestas +b missing node oilman +b missing node stubbiest +b missing node dejected +b missing node rigidly +b missing node undescribable +b missing node bordures +b missing node chou +b missing node chow +b missing node evades +b missing node weaklings +b missing node autophagy +b missing node secretively +b missing node evader +b missing node amortized +b missing node simulcasts +b missing node chop +b missing node checkout +b missing node ruinousness +b missing node payable +b missing node soothsayers +b missing node evaded +b missing node bowlike +b missing node payably +b missing node shakedowns +b missing node toxicants +b missing node cobwebs +b missing node barouches +b missing node bailiff +b missing node nonadvantageously +b missing node photics +b missing node wafts +b missing node freethinking +b missing node formula +b missing node coincident +b missing node unclogged +b missing node coldness +b missing node cohabitant +b missing node crenate +b missing node vied +b missing node tarweed +b missing node revolutionizer +b missing node corroborates +b missing node revolutionizes +b missing node periodontist +b missing node futurisms +b missing node weirdly +b missing node allspices +b missing node mucklucks +b missing node revolutionized +b missing node reenlarging +b missing node restocks +b missing node accumulating +b missing node unpossessive +b missing node titan +b missing node stealth +b missing node octopod +b missing node view +b missing node vier +b missing node vies +b missing node stainable +b missing node cursively +b missing node sanitizes +b missing node sanitizer +b missing node insignificance +b missing node weirdos +b missing node stipplers +b missing node execution +b missing node cruller +b missing node miscounting +b missing node ramekin +b missing node militarized +b missing node cleric +b missing node sinicizes +b missing node elicit +b missing node jumps +b missing node basher +b missing node clergy +b missing node bashes +b missing node undergarments +b missing node corroborated +b missing node jumpy +b missing node accumulation +b missing node lordling +b missing node sanitized +b missing node sinicized +b missing node revictualed +b missing node seedbed +b missing node antihero +b missing node reticence +b missing node wobble +b missing node animalism +b missing node pectin +b missing node internecine +b missing node vial +b missing node scurrilities +b missing node pectic +b missing node pilchard +b missing node bashed +b missing node optimums +b missing node tapster +b missing node hematological +b missing node clerks +b missing node harpers +b missing node militarizes +b missing node trending +b missing node oneself +b missing node wagon +b missing node misbiasing +b missing node quartiles +b missing node executive +b missing node vias +b missing node wobbly +b missing node animality +b missing node examiners +b missing node proponing +b missing node bible +b missing node titer +b missing node chauffeuring +b missing node halberd +b missing node ricketiness +b missing node vice +b missing node submitter +b missing node perplex +b missing node dictatorial +b missing node limberer +b missing node marque +b missing node kafir +b missing node elvers +b missing node desolately +b missing node monarchists +b missing node ganevs +b missing node semites +b missing node youthfully +b missing node endlessness +b missing node vide +b missing node bigots +b missing node complexities +b missing node tithe +b missing node jungian +b missing node liturgically +b missing node solarizing +b missing node scholastics +b missing node starred +b missing node amirate +b missing node malachite +b missing node epics +b missing node limbered +b missing node chez +b missing node futurists +b missing node discomforts +b missing node glide +b missing node whimsy +b missing node shotting +b missing node chew +b missing node phloxes +b missing node bilinear +b missing node fecundating +b missing node vims +b missing node chem +b missing node kafka +b missing node scarletina +b missing node weirder +b missing node brassish +b missing node chef +b missing node implementor +b missing node vine +b missing node reinfused +b missing node submitted +b missing node raccoon +b missing node sheols +b missing node hallucinational +b missing node fecundation +b missing node remigrate +b missing node viny +b missing node vins +b missing node accentual +b missing node invading +b missing node farness +b missing node reinfuses +b missing node sergeantcies +b missing node vino +b missing node unimpressive +b missing node decamped +b missing node tasseling +b missing node godships +b missing node expandible +b missing node subject +b missing node freshing +b missing node cedars +b missing node uprisings +b missing node looking +b missing node adaptableness +b missing node submittal +b missing node sophies +b missing node viol +b missing node trendily +b missing node thermometrical +b missing node pliancies +b missing node gaseous +b missing node forelands +b missing node inoculates +b missing node dazzling +b missing node glints +b missing node sucklers +b missing node farthermost +b missing node adhesion +b missing node inoculated +b missing node design +b missing node vips +b missing node weirdie +b missing node cham +b missing node adhesive +b missing node chording +b missing node char +b missing node toxicologically +b missing node chap +b missing node chaw +b missing node firmly +b missing node absorbingly +b missing node chat +b missing node wages +b missing node pearlers +b missing node wager +b missing node trendier +b missing node brutisms +b missing node bibbs +b missing node liniments +b missing node scythe +b missing node underlying +b missing node chad +b missing node transmissible +b missing node flustering +b missing node puissantly +b missing node combats +b missing node forzandos +b missing node executing +b missing node internationals +b missing node beautifying +b missing node radioed +b missing node axlike +b missing node cathect +b missing node steamed +b missing node confronted +b missing node eccentrically +b missing node incorrupt +b missing node extinctions +b missing node steamer +b missing node unescorted +b missing node dirtily +b missing node fiefdoms +b missing node octopus +b missing node vile +b missing node dropsical +b missing node checkoff +b missing node limberly +b missing node waged +b missing node dandlers +b missing node cluttered +b missing node muscularity +b missing node seceders +b missing node rills +b missing node jumbo +b missing node martingale +b missing node titre +b missing node transmigrator +b missing node dictum +b missing node dividable +b missing node kinks +b missing node conniption +b missing node kinky +b missing node romanizing +b missing node marred +b missing node frump +b missing node scarry +b missing node foulings +b missing node unpressed +b missing node punily +b missing node differences +b missing node bookcases +b missing node tintype +b missing node snorkeled +b missing node hectograms +b missing node trisect +b missing node warier +b missing node invected +b missing node architecure +b missing node duelist +b missing node henries +b missing node humilities +b missing node brassily +b missing node broadloom +b missing node implemented +b missing node ingots +b missing node scrutator +b missing node rewaxing +b missing node caucus +b missing node titty +b missing node unproclaimed +b missing node bircher +b missing node birches +b missing node birchen +b missing node brassier +b missing node typescript +b missing node brassies +b missing node disannulling +b missing node taped +b missing node huzza +b missing node after +b missing node birched +b missing node quahogs +b missing node tapes +b missing node taper +b missing node edgily +b missing node violator +b missing node backhanded +b missing node fruit +b missing node rowdyisms +b missing node variers +b missing node edging +b missing node nonmechanically +b missing node encourage +b missing node unfaithful +b missing node screechy +b missing node unscaled +b missing node rainout +b missing node abnegations +b missing node sophism +b missing node nonprescriptive +b missing node tasseled +b missing node sophist +b missing node marrer +b missing node semigraphic +b missing node depersonalizes +b missing node downlink +b missing node lavenders +b missing node goatfish +b missing node smilaxes +b missing node lurker +b missing node humorously +b missing node depersonalized +b missing node lurked +b missing node punish +b missing node ganefs +b missing node variety +b missing node underfinances +b missing node listing +b missing node potmen +b missing node scarps +b missing node underfinanced +b missing node sinewed +b missing node goethe +b missing node nonagricultural +b missing node graftage +b missing node unperceived +b missing node accumulative +b missing node whiner +b missing node whines +b missing node handpicks +b missing node whiney +b missing node refilters +b missing node brassica +b missing node rebroadcasted +b missing node patrimony +b missing node whined +b missing node nugatory +b missing node casabas +b missing node buckrams +b missing node hustlers +b missing node bialy +b missing node capsizes +b missing node discussionis +b missing node margined +b missing node riled +b missing node suborning +b missing node formfitting +b missing node repressing +b missing node coconut +b missing node spondees +b missing node title +b missing node pinheaded +b missing node waring +b missing node heartiest +b missing node reinters +b missing node potman +b missing node saunters +b missing node warily +b missing node orangeries +b missing node tubbable +b missing node nylons +b missing node spoiling +b missing node semitic +b missing node moochers +b missing node tarbushes +b missing node ingulfing +b missing node mesmerized +b missing node ruggers +b missing node nonsecret +b missing node overspending +b missing node mesmerizes +b missing node mesmerizer +b missing node seasonableness +b missing node perusers +b missing node capaciousness +b missing node cylinders +b missing node oxlips +b missing node marginal +b missing node edgier +b missing node lemming +b missing node gratification +b missing node clothings +b missing node mealtimes +b missing node bellboy +b missing node preadults +b missing node riles +b missing node dismantle +b missing node pupates +b missing node desist +b missing node reposeful +b missing node bullfight +b missing node diplex +b missing node desire +b missing node reforesting +b missing node cementation +b missing node mingling +b missing node pupated +b missing node lunatic +b missing node periodontics +b missing node expiratory +b missing node marron +b missing node wingover +b missing node placentae +b missing node nuttiest +b missing node pinkoes +b missing node phrenology +b missing node placental +b missing node kinaesthetically +b missing node trillium +b missing node coltish +b missing node marrow +b missing node placentas +b missing node manhood +b missing node noninheritable +b missing node truncated +b missing node frizzily +b missing node oscar +b missing node bolding +b missing node borderings +b missing node rubbishes +b missing node retranslation +b missing node wayward +b missing node fumbling +b missing node verdict +b missing node unmovable +b missing node cicada +b missing node scarab +b missing node impeachable +b missing node tinhorns +b missing node tending +b missing node fogeys +b missing node conversational +b missing node situate +b missing node sherif +b missing node unquiet +b missing node restringing +b missing node wahoo +b missing node semitist +b missing node senses +b missing node clabbered +b missing node nail +b missing node naif +b missing node demonology +b missing node cheesecloths +b missing node reverifying +b missing node rinds +b missing node patentor +b missing node talon +b missing node toiler +b missing node toilet +b missing node trackable +b missing node cymbalers +b missing node slouchingly +b missing node splendidly +b missing node decadent +b missing node regattas +b missing node segmentary +b missing node manhole +b missing node specifications +b missing node rubying +b missing node yelling +b missing node testing +b missing node tiniest +b missing node lanyards +b missing node recapitulative +b missing node gonged +b missing node caulking +b missing node truncates +b missing node rationalizer +b missing node rationalizes +b missing node unjustness +b missing node ligatured +b missing node webbier +b missing node offeror +b missing node hedonistic +b missing node shadower +b missing node barographs +b missing node foretimes +b missing node tally +b missing node astound +b missing node codifications +b missing node serotype +b missing node fireplace +b missing node ocular +b missing node readmits +b missing node preestablish +b missing node sandpapering +b missing node scarer +b missing node scares +b missing node scared +b missing node comrades +b missing node naps +b missing node pavilioned +b missing node talky +b missing node nape +b missing node compulsiveness +b missing node cussword +b missing node deficiency +b missing node talks +b missing node nonexplosives +b missing node scarey +b missing node sensed +b missing node asylum +b missing node cautious +b missing node triplane +b missing node name +b missing node resentfully +b missing node womanly +b missing node laboredly +b missing node frizzing +b missing node digitalized +b missing node intersessions +b missing node woodsiest +b missing node unnourished +b missing node shadowed +b missing node weevilly +b missing node miniaturists +b missing node scarce +b missing node ligatures +b missing node rationalized +b missing node abruptest +b missing node goddamned +b missing node retranslating +b missing node frostbiting +b missing node nasa +b missing node nabobery +b missing node sensor +b missing node unrelieved +b missing node patented +b missing node patentee +b missing node coeval +b missing node bolide +b missing node ocherous +b missing node natl +b missing node prodigious +b missing node nato +b missing node egregiousness +b missing node placements +b missing node colander +b missing node conjunctives +b missing node sherpa +b missing node kings +b missing node woodbines +b missing node fragging +b missing node palomino +b missing node anhydrous +b missing node baboonish +b missing node scarfs +b missing node grayling +b missing node nard +b missing node narc +b missing node asquint +b missing node cadmic +b missing node nark +b missing node bubbling +b missing node meliorations +b missing node taler +b missing node tales +b missing node tallyhoing +b missing node blurred +b missing node positional +b missing node nary +b missing node racetrack +b missing node kines +b missing node webbing +b missing node ethnoses +b missing node coppering +b missing node hobos +b missing node agoraphobia +b missing node southwesterners +b missing node agoraphobic +b missing node lavishest +b missing node dissonances +b missing node storewide +b missing node talcs +b missing node helved +b missing node restriction +b missing node kinds +b missing node chowtime +b missing node offerer +b missing node saliences +b missing node lavishers +b missing node corundums +b missing node helves +b missing node hybrid +b missing node preacher +b missing node preaches +b missing node conjunctival +b missing node restricting +b missing node edgers +b missing node parameciums +b missing node simians +b missing node conjunctivae +b missing node unsteadily +b missing node preached +b missing node auscultate +b missing node pruriently +b missing node pinches +b missing node plutocratic +b missing node snuggery +b missing node contagiously +b missing node grasped +b missing node pincher +b missing node roadster +b missing node conjunctivas +b missing node decentralization +b missing node naut +b missing node dopant +b missing node fitnesses +b missing node thanklessly +b missing node snobby +b missing node pinched +b missing node positioned +b missing node cautions +b missing node snuggest +b missing node irritabilities +b missing node grasper +b missing node patently +b missing node rencounters +b missing node overawing +b missing node nave +b missing node frizzier +b missing node inappositeness +b missing node boozers +b missing node wrecks +b missing node football +b missing node intently +b missing node sherry +b missing node navy +b missing node badlands +b missing node mortally +b missing node bellyache +b missing node extortions +b missing node sororities +b missing node attachers +b missing node clogging +b missing node slicking +b missing node plethoras +b missing node inbounds +b missing node reversionist +b missing node ripcord +b missing node gander +b missing node sergeantship +b missing node septical +b missing node bullheaded +b missing node dirtied +b missing node crofter +b missing node fatherliness +b missing node flounders +b missing node princesses +b missing node bubblies +b missing node bubblier +b missing node dirtier +b missing node typists +b missing node trunnions +b missing node dirties +b missing node epergnes +b missing node bigmouths +b missing node chitinous +b missing node widths +b missing node desexes +b missing node strifes +b missing node quenched +b missing node surfing +b missing node slimmest +b missing node desexed +b missing node barnstorms +b missing node quencher +b missing node quenches +b missing node rabbinates +b missing node scruff +b missing node mutants +b missing node chaldron +b missing node statehouses +b missing node subdistinctions +b missing node chestful +b missing node plentifulness +b missing node unfrocking +b missing node drummers +b missing node costive +b missing node disenfranchise +b missing node consignees +b missing node misfitted +b missing node sooner +b missing node piteousness +b missing node unsteadier +b missing node unsteadies +b missing node wimble +b missing node hertz +b missing node spigot +b missing node mammons +b missing node postlude +b missing node encroachment +b missing node updrafts +b missing node succeeded +b missing node cannonballing +b missing node thinning +b missing node easterner +b missing node decrepitly +b missing node waifs +b missing node succeeder +b missing node harping +b missing node ensilaged +b missing node tangoed +b missing node scrubs +b missing node minimizers +b missing node expos +b missing node toxically +b missing node ensilages +b missing node hoary +b missing node overflowing +b missing node orchard +b missing node schizos +b missing node sweepier +b missing node concernment +b missing node sylvans +b missing node korean +b missing node retaliations +b missing node examining +b missing node machineries +b missing node fadeless +b missing node pawnshops +b missing node stealer +b missing node surrendering +b missing node earmark +b missing node constellation +b missing node splendider +b missing node mantids +b missing node synergistically +b missing node cloggier +b missing node grudger +b missing node howdies +b missing node grudges +b missing node nabs +b missing node hobby +b missing node embellishments +b missing node courtesies +b missing node plethoric +b missing node grudged +b missing node oculus +b missing node indefensibly +b missing node recapitulation +b missing node weeviled +b missing node courtesied +b missing node recapitulating +b missing node countered +b missing node aliases +b missing node platypuses +b missing node reprinter +b missing node unsophisticated +b missing node testier +b missing node servantship +b missing node ultimacy +b missing node periodontitis +b missing node wardrooms +b missing node viticultural +b missing node refigure +b missing node testify +b missing node promiscuously +b missing node regears +b missing node sonorous +b missing node mitering +b missing node thinnish +b missing node prelimited +b missing node costing +b missing node sherds +b missing node muckraker +b missing node muckrakes +b missing node cochlea +b missing node illustriously +b missing node survey +b missing node muckraked +b missing node multiplicand +b missing node toiled +b missing node gandhi +b missing node reprinted +b missing node rimed +b missing node nags +b missing node expwy +b missing node talus +b missing node testily +b missing node bewrays +b missing node calmingly +b missing node unmanning +b missing node chrysalides +b missing node unpedigreed +b missing node ministates +b missing node harpies +b missing node vantage +b missing node fulfil +b missing node voluted +b missing node purloiners +b missing node indefensible +b missing node rimes +b missing node consanguinity +b missing node allocations +b missing node argosies +b missing node liberalizes +b missing node showcase +b missing node sweeping +b missing node interregnums +b missing node liberalized +b missing node uproarious +b missing node cordages +b missing node trochees +b missing node volutes +b missing node alyssum +b missing node familiarities +b missing node forebodies +b missing node intenser +b missing node bromides +b missing node resummoning +b missing node amebean +b missing node apanage +b missing node enfeoffment +b missing node bequeathing +b missing node sorting +b missing node tamps +b missing node diatribes +b missing node engine +b missing node taxable +b missing node tampa +b missing node eloquence +b missing node counteropening +b missing node venturesomely +b missing node hoagy +b missing node gallivanters +b missing node dinosaur +b missing node taxably +b missing node cultivated +b missing node gabbros +b missing node rewrought +b missing node chalets +b missing node tyrant +b missing node pathologists +b missing node plummeted +b missing node gatherer +b missing node cultivates +b missing node repent +b missing node latticework +b missing node violins +b missing node turbulently +b missing node unlettable +b missing node engild +b missing node unsolicited +b missing node frighteningly +b missing node lesions +b missing node tongued +b missing node tongues +b missing node indicium +b missing node gathered +b missing node waive +b missing node authoresses +b missing node offenses +b missing node mortise +b missing node chlorinates +b missing node bromidic +b missing node anabolism +b missing node pilsener +b missing node dogmata +b missing node maroon +b missing node chlorinated +b missing node centigram +b missing node wichita +b missing node freeform +b missing node engirt +b missing node unacademic +b missing node onerosities +b missing node ossifications +b missing node minable +b missing node necrotic +b missing node reminisce +b missing node zippered +b missing node subcommanders +b missing node concluders +b missing node disparity +b missing node waist +b missing node fancily +b missing node laughing +b missing node erbiums +b missing node engird +b missing node waits +b missing node frisson +b missing node clemency +b missing node orthoepy +b missing node coalsheds +b missing node nonofficial +b missing node unweighted +b missing node heating +b missing node baedeker +b missing node tammy +b missing node violist +b missing node grilling +b missing node tyrannically +b missing node derries +b missing node plush +b missing node ultimate +b missing node townsite +b missing node turnpike +b missing node ultimata +b missing node chadarim +b missing node whiffers +b missing node flukiest +b missing node heretics +b missing node groundmass +b missing node surfier +b missing node nebulizes +b missing node nebulizer +b missing node firkin +b missing node mouthpiece +b missing node piggery +b missing node coypus +b missing node sentry +b missing node pluto +b missing node governs +b missing node spiffiest +b missing node fibbed +b missing node relocate +b missing node sizzling +b missing node wrinkles +b missing node condyles +b missing node philistine +b missing node fibber +b missing node batches +b missing node batcher +b missing node squinter +b missing node serology +b missing node airstrips +b missing node wrinkled +b missing node batched +b missing node ironsides +b missing node mammoth +b missing node squinted +b missing node cultivator +b missing node whitlows +b missing node product +b missing node maledict +b missing node cropped +b missing node hoard +b missing node organists +b missing node berthing +b missing node produce +b missing node glazings +b missing node cropper +b missing node prosers +b missing node immoderacy +b missing node oilily +b missing node repels +b missing node careeners +b missing node moniker +b missing node tamed +b missing node homesteads +b missing node daredevil +b missing node typographical +b missing node discrepant +b missing node koshering +b missing node wains +b missing node rosalyn +b missing node superstitious +b missing node barhopping +b missing node chlorinator +b missing node derrick +b missing node biddy +b missing node reprising +b missing node bided +b missing node lawlessly +b missing node petitioning +b missing node expel +b missing node abominator +b missing node tames +b missing node bides +b missing node sortied +b missing node tamer +b missing node bider +b missing node bidet +b missing node dissenting +b missing node sorties +b missing node wails +b missing node oiling +b missing node yammerer +b missing node enwrap +b missing node osaka +b missing node toughens +b missing node westward +b missing node organisms +b missing node repugnantly +b missing node hangout +b missing node milkweeds +b missing node nazi +b missing node popovers +b missing node combative +b missing node necropolis +b missing node unbolts +b missing node tantalize +b missing node nays +b missing node tipoffs +b missing node nonflexible +b missing node minuscule +b missing node grammarians +b missing node basely +b missing node reenters +b missing node caudate +b missing node shrived +b missing node plunk +b missing node shriven +b missing node adjuncts +b missing node shrivel +b missing node shriver +b missing node outskirts +b missing node noxious +b missing node kills +b missing node shrives +b missing node plumy +b missing node compiling +b missing node plump +b missing node metonymies +b missing node plums +b missing node uncommonness +b missing node plume +b missing node myrmidons +b missing node suggested +b missing node rinse +b missing node yammered +b missing node extractive +b missing node plumb +b missing node hawkshaw +b missing node cogences +b missing node gladiator +b missing node toilettes +b missing node ritualized +b missing node conscientiously +b missing node headboards +b missing node footbath +b missing node embarrassments +b missing node dissonant +b missing node restrictive +b missing node royalist +b missing node gauntleted +b missing node preclean +b missing node musette +b missing node abominated +b missing node mortice +b missing node paisanos +b missing node reassimilating +b missing node lyceum +b missing node toughest +b missing node nonsuccessively +b missing node basest +b missing node floorshow +b missing node nation +b missing node royalism +b missing node associativity +b missing node whippy +b missing node pieplant +b missing node shopping +b missing node unsterile +b missing node intuitive +b missing node compatriot +b missing node repeal +b missing node veluring +b missing node yahooism +b missing node cobbling +b missing node repeat +b missing node bongoes +b missing node drivellers +b missing node oedipuses +b missing node twiddling +b missing node prepuces +b missing node bottlefuls +b missing node abominates +b missing node cleaning +b missing node nebulized +b missing node cine +b missing node cuppers +b missing node hyraxes +b missing node closefitting +b missing node plenitude +b missing node blackbirds +b missing node maltreating +b missing node reassimilation +b missing node combating +b missing node tasselled +b missing node fooled +b missing node pluck +b missing node city +b missing node patricide +b missing node mimeographs +b missing node deicer +b missing node versicles +b missing node deices +b missing node rashness +b missing node visualizations +b missing node circuitous +b missing node deprivers +b missing node readdressing +b missing node toddling +b missing node prismoids +b missing node landlordism +b missing node computerized +b missing node neutered +b missing node nonethically +b missing node ceaselessness +b missing node cite +b missing node computerizes +b missing node heptoses +b missing node mortify +b missing node temptations +b missing node kayakers +b missing node deregulated +b missing node farinaceous +b missing node taperers +b missing node maskings +b missing node delight +b missing node kilty +b missing node craftiness +b missing node kilts +b missing node meninges +b missing node stylate +b missing node ammeter +b missing node rinks +b missing node deiced +b missing node holographic +b missing node deregulates +b missing node circ +b missing node stodgiest +b missing node cussedly +b missing node ebullience +b missing node girths +b missing node kippers +b missing node pettishly +b missing node freeloads +b missing node kindest +b missing node plugs +b missing node kilns +b missing node squabbles +b missing node overfurnish +b missing node womaned +b missing node osage +b missing node squabbled +b missing node squabbler +b missing node girted +b missing node flexors +b missing node rings +b missing node winking +b missing node contortionist +b missing node kilos +b missing node boldface +b missing node faithful +b missing node etruria +b missing node immoderate +b missing node jollifications +b missing node patrician +b missing node semitism +b missing node intuiting +b missing node confection +b missing node serfish +b missing node forearming +b missing node blowiest +b missing node foreboding +b missing node chefdoms +b missing node overweening +b missing node burdock +b missing node intuition +b missing node outbargained +b missing node fancier +b missing node confecting +b missing node fancies +b missing node housebreaker +b missing node fancied +b missing node vituperatively +b missing node porthole +b missing node supersonic +b missing node snowfall +b missing node envisioning +b missing node furnish +b missing node nailed +b missing node tarot +b missing node sunbelt +b missing node environs +b missing node taros +b missing node unbruised +b missing node whanged +b missing node right +b missing node samuel +b missing node seeders +b missing node preparations +b missing node bestializing +b missing node semipro +b missing node beastlier +b missing node rigid +b missing node expediently +b missing node clinically +b missing node anhydride +b missing node native +b missing node tarps +b missing node gashouse +b missing node ensured +b missing node ripcords +b missing node jujus +b missing node warned +b missing node fazed +b missing node quadruplets +b missing node steadying +b missing node ensures +b missing node ensurer +b missing node hayrides +b missing node daring +b missing node colophon +b missing node scandalously +b missing node rationed +b missing node warner +b missing node aussie +b missing node nailer +b missing node doggoned +b missing node cowedly +b missing node gonifs +b missing node curtsey +b missing node pentecost +b missing node patronizers +b missing node stearic +b missing node doggones +b missing node tarns +b missing node stockinets +b missing node brahminism +b missing node stearin +b missing node doggoner +b missing node brahminist +b missing node interphone +b missing node tovarich +b missing node hymenal +b missing node stalactites +b missing node dissociations +b missing node scapes +b missing node anodized +b missing node exults +b missing node vaguest +b missing node ofays +b missing node metalized +b missing node anodizes +b missing node pillboxes +b missing node caterwauled +b missing node souped +b missing node stocker +b missing node posterns +b missing node metalizes +b missing node girlie +b missing node tarts +b missing node bonniest +b missing node levelling +b missing node particularly +b missing node synagogs +b missing node impairs +b missing node endives +b missing node scaped +b missing node connoted +b missing node repeals +b missing node scrota +b missing node externs +b missing node connotes +b missing node migrates +b missing node cooees +b missing node windflower +b missing node saucerized +b missing node busyness +b missing node bowless +b missing node rational +b missing node sobriety +b missing node stocked +b missing node dognapping +b missing node regearing +b missing node inebriated +b missing node congressional +b missing node assimilable +b missing node tarsi +b missing node buggiest +b missing node removals +b missing node shakeouts +b missing node underlies +b missing node underlier +b missing node syrinx +b missing node inebriates +b missing node conductance +b missing node bowlers +b missing node rockfish +b missing node prominent +b missing node migrated +b missing node rigor +b missing node tarry +b missing node orbicular +b missing node calends +b missing node influencer +b missing node influences +b missing node amphibious +b missing node desisting +b missing node recognizability +b missing node resealable +b missing node luncheons +b missing node influenced +b missing node formatted +b missing node bewares +b missing node mislain +b missing node hobbled +b missing node knittings +b missing node pervious +b missing node bewared +b missing node mislaid +b missing node heehawed +b missing node procurator +b missing node mountie +b missing node hobbler +b missing node hobbles +b missing node listers +b missing node interloping +b missing node unpriced +b missing node aleuron +b missing node syrian +b missing node devotions +b missing node notarizes +b missing node freezing +b missing node mounter +b missing node formatter +b missing node decrypts +b missing node unfulfilled +b missing node nonresidential +b missing node september +b missing node relented +b missing node doggoning +b missing node retroactively +b missing node maskable +b missing node nourish +b missing node easels +b missing node despoilment +b missing node transected +b missing node unharmful +b missing node plungers +b missing node bywords +b missing node guitar +b missing node megalith +b missing node notarized +b missing node martyr +b missing node stockiness +b missing node scanned +b missing node ultras +b missing node deaccessioning +b missing node nixies +b missing node scanner +b missing node scroll +b missing node atavistic +b missing node migrator +b missing node gallanted +b missing node mounted +b missing node permutationists +b missing node oversubscribed +b missing node hyposensitive +b missing node unsalable +b missing node gangplows +b missing node homaged +b missing node chicagoan +b missing node distribute +b missing node oversubscribes +b missing node exocrine +b missing node homages +b missing node homager +b missing node disinherited +b missing node creakiness +b missing node cantinas +b missing node noblewoman +b missing node drills +b missing node primitiveness +b missing node repeatability +b missing node hatching +b missing node conveyances +b missing node bottle +b missing node caperers +b missing node conveyancer +b missing node superstition +b missing node oversell +b missing node prescribing +b missing node estate +b missing node outsells +b missing node drywall +b missing node impulsive +b missing node fratricide +b missing node basked +b missing node communing +b missing node knuckleheads +b missing node hustle +b missing node fellatrix +b missing node aperitif +b missing node easers +b missing node underlips +b missing node exclamations +b missing node sublet +b missing node virologists +b missing node tovarish +b missing node assailers +b missing node bottom +b missing node arduous +b missing node suburbias +b missing node dismortgage +b missing node accordance +b missing node communion +b missing node trilogies +b missing node demineralizes +b missing node overfurnished +b missing node parises +b missing node hoyden +b missing node roughen +b missing node igloo +b missing node rougher +b missing node ambergrease +b missing node refashioned +b missing node bumming +b missing node stabber +b missing node roughed +b missing node surchargers +b missing node childliest +b missing node handgrips +b missing node alcalde +b missing node bowlegs +b missing node affections +b missing node hyposensitize +b missing node basket +b missing node demineralized +b missing node gallantry +b missing node fastidiousness +b missing node overfurnishes +b missing node reflect +b missing node gravitative +b missing node dipole +b missing node haughtiness +b missing node zurich +b missing node scrods +b missing node stagnating +b missing node whisht +b missing node junkyard +b missing node vest +b missing node overseen +b missing node vets +b missing node geologically +b missing node rescindment +b missing node veto +b missing node constituted +b missing node extricable +b missing node constitutes +b missing node several +b missing node gallantly +b missing node communism +b missing node oversees +b missing node overseer +b missing node appositeness +b missing node morassy +b missing node anatomizing +b missing node flaccidities +b missing node communist +b missing node catacombs +b missing node splendor +b missing node literates +b missing node heartbreak +b missing node outpourings +b missing node verb +b missing node inferrible +b missing node rethinks +b missing node misclassifications +b missing node bearable +b missing node truthless +b missing node wieldiest +b missing node fording +b missing node community +b missing node stagnation +b missing node pediment +b missing node bearably +b missing node myth +b missing node whisks +b missing node vert +b missing node whisky +b missing node vers +b missing node very +b missing node impulsing +b missing node aberrancies +b missing node scrapples +b missing node frapping +b missing node subdirectories +b missing node neurogram +b missing node mislays +b missing node capsicums +b missing node subnuclei +b missing node espials +b missing node loganberries +b missing node slammed +b missing node overseas +b missing node intermediacy +b missing node gravitation +b missing node kikes +b missing node unharnessing +b missing node outliers +b missing node beautify +b missing node soothsaying +b missing node superstitions +b missing node gimleted +b missing node tinges +b missing node gravitating +b missing node orchestrators +b missing node tinged +b missing node handselling +b missing node partible +b missing node dizzying +b missing node beauties +b missing node yapped +b missing node vent +b missing node hayricks +b missing node hauled +b missing node yapper +b missing node rehash +b missing node vend +b missing node vellums +b missing node hauler +b missing node hightailed +b missing node civicism +b missing node midwife +b missing node stabbed +b missing node checksum +b missing node repeats +b missing node evildoer +b missing node battlement +b missing node pincers +b missing node coupons +b missing node marabous +b missing node vaguely +b missing node mulcts +b missing node garniture +b missing node splendid +b missing node myna +b missing node spinal +b missing node hectored +b missing node industrially +b missing node rehang +b missing node bohemia +b missing node tingly +b missing node unchallengeable +b missing node reliving +b missing node fluffiness +b missing node proudest +b missing node goutiness +b missing node chesses +b missing node pundit +b missing node veld +b missing node tingle +b missing node vela +b missing node ponchos +b missing node devourers +b missing node veil +b missing node vein +b missing node redeploying +b missing node fairway +b missing node jujube +b missing node businesswomen +b missing node underling +b missing node believing +b missing node quietening +b missing node underline +b missing node lysin +b missing node shrinking +b missing node recondition +b missing node impulsion +b missing node ballads +b missing node tasks +b missing node geographical +b missing node elongated +b missing node dipody +b missing node teamster +b missing node bolled +b missing node premarital +b missing node whists +b missing node cedillas +b missing node communally +b missing node diabolo +b missing node blintze +b missing node colliding +b missing node rotundness +b missing node pleadings +b missing node lowermost +b missing node perusing +b missing node pother +b missing node shekel +b missing node remarriages +b missing node veer +b missing node vees +b missing node veep +b missing node marvel +b missing node cardiotherapies +b missing node fearsome +b missing node coinciding +b missing node ahimsas +b missing node warmed +b missing node depopulators +b missing node telexing +b missing node warmer +b missing node arousal +b missing node garotting +b missing node pinschers +b missing node leviers +b missing node conjuncture +b missing node spined +b missing node uncrating +b missing node spinel +b missing node cucurbit +b missing node paramour +b missing node tamales +b missing node elongates +b missing node spinet +b missing node spines +b missing node tenpenny +b missing node harpings +b missing node recessions +b missing node lychee +b missing node vernacular +b missing node heros +b missing node lecture +b missing node throttle +b missing node aborters +b missing node heron +b missing node taste +b missing node sunglow +b missing node desolation +b missing node compositions +b missing node commiseratively +b missing node semiarid +b missing node taiwanese +b missing node faithing +b missing node reprobed +b missing node bowlful +b missing node impervious +b missing node tasty +b missing node reprobes +b missing node pupfishes +b missing node briefest +b missing node reimprisoning +b missing node veal +b missing node desolating +b missing node protective +b missing node tobacconist +b missing node veda +b missing node stippling +b missing node gamesters +b missing node teetering +b missing node hourglass +b missing node alloted +b missing node unburned +b missing node retouchable +b missing node improperly +b missing node literatim +b missing node herbs +b missing node precedes +b missing node roughly +b missing node assyrian +b missing node herby +b missing node sandpile +b missing node unbosom +b missing node undiplomatic +b missing node untrussing +b missing node carmine +b missing node retentive +b missing node disusing +b missing node verbiage +b missing node nictates +b missing node tearstained +b missing node preceded +b missing node severed +b missing node herds +b missing node pearlite +b missing node reprehending +b missing node severer +b missing node cornhusks +b missing node hussar +b missing node zealander +b missing node accouterments +b missing node trisections +b missing node kinspeople +b missing node girlishness +b missing node pithily +b missing node prurient +b missing node brutally +b missing node plinks +b missing node grislier +b missing node expansible +b missing node enrobed +b missing node landless +b missing node hyperbola +b missing node hyperbole +b missing node spinny +b missing node spunkies +b missing node ingles +b missing node droller +b missing node spunkier +b missing node couldest +b missing node dikdiks +b missing node pithing +b missing node layaway +b missing node unhealthiness +b missing node celebres +b missing node hustling +b missing node protection +b missing node ringdoves +b missing node enlivenment +b missing node topsiders +b missing node mutator +b missing node borshts +b missing node heres +b missing node blondest +b missing node etiological +b missing node clench +b missing node divesture +b missing node mortared +b missing node enrobes +b missing node embodiment +b missing node fruitfulness +b missing node enrober +b missing node arouser +b missing node misaddresses +b missing node arouses +b missing node contraindicated +b missing node precincts +b missing node archaically +b missing node protecting +b missing node nictated +b missing node plowlands +b missing node contraindicates +b missing node retention +b missing node declaratory +b missing node haruspex +b missing node duologue +b missing node spoilers +b missing node aroused +b missing node misaddressed +b missing node esculent +b missing node deductibility +b missing node laborite +b missing node prebills +b missing node juicy +b missing node dossing +b missing node cooeys +b missing node fencer +b missing node fences +b missing node itineraries +b missing node nitpick +b missing node slayer +b missing node whirls +b missing node thermistor +b missing node whirly +b missing node garnishees +b missing node juice +b missing node imposition +b missing node laboring +b missing node garnisheed +b missing node stimulated +b missing node colters +b missing node presumptuous +b missing node trophying +b missing node purples +b missing node purpler +b missing node equivalencies +b missing node circuities +b missing node tatar +b missing node purpled +b missing node stimulates +b missing node ratlines +b missing node fenced +b missing node warmth +b missing node pearling +b missing node scants +b missing node traumatologies +b missing node dilettante +b missing node filiated +b missing node orbits +b missing node scanty +b missing node northerns +b missing node freshmen +b missing node savate +b missing node donationes +b missing node detectible +b missing node unpromising +b missing node guttering +b missing node aperiodic +b missing node damasked +b missing node plinth +b missing node walkups +b missing node warmup +b missing node revisionists +b missing node muggiest +b missing node filiates +b missing node heathier +b missing node appetencies +b missing node unctuous +b missing node nervelessly +b missing node dilettanti +b missing node commandants +b missing node bachelorship +b missing node drawling +b missing node lipids +b missing node darken +b missing node heartlands +b missing node amusements +b missing node darked +b missing node northerly +b missing node redwood +b missing node erasions +b missing node gastrologist +b missing node arising +b missing node duelers +b missing node teeters +b missing node earthly +b missing node infidelities +b missing node hospitalizing +b missing node wreath +b missing node tater +b missing node darkey +b missing node pithier +b missing node blusterers +b missing node ostriches +b missing node durneder +b missing node splinting +b missing node beehive +b missing node darker +b missing node outplays +b missing node wacky +b missing node spunkily +b missing node wacks +b missing node rouging +b missing node conveyers +b missing node gusseting +b missing node unframed +b missing node listens +b missing node cooers +b missing node lookers +b missing node circulations +b missing node cuttlefishes +b missing node nixing +b missing node freshman +b missing node bhakti +b missing node sunbeam +b missing node drifting +b missing node bhakta +b missing node atrociously +b missing node natantly +b missing node resizing +b missing node distractingly +b missing node gradualism +b missing node elvish +b missing node dazzlers +b missing node supinate +b missing node dossier +b missing node sandburrs +b missing node antipodes +b missing node checkoffs +b missing node reenactments +b missing node darkie +b missing node savant +b missing node dormouse +b missing node noneligible +b missing node armlessly +b missing node devastate +b missing node evenness +b missing node pearlier +b missing node tyrannizer +b missing node tyrannizes +b missing node circuiting +b missing node cuckolding +b missing node parodists +b missing node tyrannized +b missing node breachers +b missing node chagrined +b missing node chisellers +b missing node unemancipated +b missing node unwitting +b missing node dinkiest +b missing node chested +b missing node atheling +b missing node malefic +b missing node galleries +b missing node catharsis +b missing node whirry +b missing node cupcakes +b missing node warmly +b missing node subroutines +b missing node expiation +b missing node squatted +b missing node mutates +b missing node galleried +b missing node particle +b missing node squatter +b missing node irrespectively +b missing node crenels +b missing node budgeter +b missing node ministrations +b missing node finagle +b missing node darkle +b missing node loxing +b missing node stimulator +b missing node budgeted +b missing node vainglorious +b missing node ossuaries +b missing node relighting +b missing node breathiest +b missing node tenders +b missing node mutated +b missing node drawlier +b missing node chirker +b missing node township +b missing node darkly +b missing node valencia +b missing node surnamed +b missing node earthed +b missing node poleaxing +b missing node writeoff +b missing node wreaks +b missing node orbing +b missing node surnamer +b missing node unmoral +b missing node earthen +b missing node abscission +b missing node shylock +b missing node immorality +b missing node antipodal +b missing node cincturing +b missing node surnames +b missing node endleaves +b missing node biddably +b missing node confections +b missing node expiating +b missing node reintrenches +b missing node whirrs +b missing node biddable +b missing node reintrenched +b missing node deadpan +b missing node dipped +b missing node enfranchise +b missing node blather +b missing node epithets +b missing node indemnificatory +b missing node fazes +b missing node catharses +b missing node misconstructions +b missing node inefficacy +b missing node debarking +b missing node dipper +b missing node tercentennial +b missing node tenpence +b missing node invocate +b missing node unorthodox +b missing node driftier +b missing node tatoo +b missing node publication +b missing node dalliance +b missing node chirked +b missing node savage +b missing node runtiest +b missing node boohooing +b missing node valences +b missing node oboist +b missing node forspent +b missing node costers +b missing node occupied +b missing node cumbered +b missing node indecisiveness +b missing node midwesterner +b missing node pedagogical +b missing node bobbles +b missing node malingered +b missing node highting +b missing node migraines +b missing node basils +b missing node chattered +b missing node spondaic +b missing node bobbled +b missing node malingerer +b missing node exult +b missing node loveliness +b missing node audiologies +b missing node clitoral +b missing node esthetics +b missing node despot +b missing node occupies +b missing node occupier +b missing node photocomposing +b missing node adroitly +b missing node cumberer +b missing node jobholder +b missing node underground +b missing node blackballs +b missing node chatterer +b missing node warper +b missing node draying +b missing node bizarreness +b missing node flexure +b missing node flounderingly +b missing node outnumbers +b missing node sublimes +b missing node fieldpiece +b missing node sublimer +b missing node instrumentally +b missing node basing +b missing node partly +b missing node warped +b missing node basins +b missing node sublimed +b missing node mayapples +b missing node supinely +b missing node finickiest +b missing node platinums +b missing node plectra +b missing node cicero +b missing node subofficers +b missing node corporally +b missing node reproach +b missing node fulgurant +b missing node striker +b missing node strikes +b missing node hitchers +b missing node dossers +b missing node vicomte +b missing node excavations +b missing node sourer +b missing node taxistand +b missing node flyable +b missing node graduators +b missing node gentleman +b missing node lyres +b missing node sporadic +b missing node destructively +b missing node soured +b missing node reservers +b missing node conveying +b missing node governance +b missing node unsparingly +b missing node undertows +b missing node atmans +b missing node testers +b missing node tapir +b missing node drinks +b missing node pinioning +b missing node waded +b missing node feeble +b missing node crafted +b missing node saturninity +b missing node poverties +b missing node waddy +b missing node lectureships +b missing node dimers +b missing node exurb +b missing node inexpedient +b missing node zipped +b missing node champers +b missing node distilleries +b missing node nonstructural +b missing node feebly +b missing node turnarounds +b missing node source +b missing node retrieve +b missing node unsubstantially +b missing node cytology +b missing node zipper +b missing node antiacid +b missing node featliest +b missing node gentlemen +b missing node prosier +b missing node outclassing +b missing node dunderpate +b missing node drumming +b missing node adroiter +b missing node plaudit +b missing node nabobism +b missing node clitoric +b missing node iterances +b missing node basics +b missing node chancelleries +b missing node candlers +b missing node trawls +b missing node intolerable +b missing node plyer +b missing node lapinized +b missing node wades +b missing node mothers +b missing node mothery +b missing node bobbinets +b missing node swelters +b missing node gating +b missing node wader +b missing node intolerably +b missing node floodway +b missing node cicely +b missing node perforators +b missing node exude +b missing node triplets +b missing node trueblues +b missing node resubmissions +b missing node clitoris +b missing node nonclinically +b missing node hangups +b missing node reworking +b missing node extractors +b missing node announce +b missing node smogless +b missing node testees +b missing node leukemias +b missing node reproductive +b missing node purloining +b missing node overpassed +b missing node minimaxes +b missing node impalas +b missing node kneader +b missing node overpasses +b missing node sweepers +b missing node kneaded +b missing node basify +b missing node amidships +b missing node capabilities +b missing node leukemics +b missing node aforesaid +b missing node reproduction +b missing node unreservedly +b missing node bumpering +b missing node cocoons +b missing node marinades +b missing node wadis +b missing node hegiras +b missing node interludes +b missing node filmiest +b missing node amounts +b missing node beltings +b missing node marinaded +b missing node besiege +b missing node sourly +b missing node gentility +b missing node thanatologies +b missing node jungles +b missing node motivate +b missing node hooknoses +b missing node cabriolets +b missing node monomials +b missing node pingrasses +b missing node depriving +b missing node insolubly +b missing node spiked +b missing node undertook +b missing node northeasterner +b missing node bubblers +b missing node potion +b missing node impaled +b missing node hoofless +b missing node uncorking +b missing node spiker +b missing node spikes +b missing node insoluble +b missing node flagstone +b missing node chordates +b missing node recruits +b missing node impales +b missing node impaler +b missing node erosible +b missing node excoriate +b missing node undertone +b missing node oocyte +b missing node abloom +b missing node overdressing +b missing node cuppier +b missing node manipulating +b missing node trawleys +b missing node wonderingly +b missing node prosily +b missing node handholds +b missing node betraying +b missing node eurasia +b missing node amateurism +b missing node scampi +b missing node handwritings +b missing node amateurish +b missing node airbrushing +b missing node knucks +b missing node scamps +b missing node irradiated +b missing node boozily +b missing node adipose +b missing node always +b missing node hereunder +b missing node convince +b missing node restraining +b missing node barnyard +b missing node chronons +b missing node irradiates +b missing node prosing +b missing node snugging +b missing node indeterminable +b missing node slithered +b missing node ruefulness +b missing node offspring +b missing node botanizing +b missing node slalomed +b missing node transactional +b missing node lacerable +b missing node potholders +b missing node confusedly +b missing node ganders +b missing node excessiveness +b missing node prevaricate +b missing node autonomies +b missing node runoff +b missing node boozing +b missing node headwinds +b missing node audiologist +b missing node bleeping +b missing node reoccurred +b missing node vaccinated +b missing node gossipped +b missing node sketchy +b missing node linings +b missing node asterisms +b missing node heatable +b missing node fender +b missing node vaccinates +b missing node hents +b missing node leafworms +b missing node postfixes +b missing node certifiable +b missing node tininess +b missing node fended +b missing node wonderfulness +b missing node banyans +b missing node postfixed +b missing node aconite +b missing node asterisks +b missing node submolecular +b missing node certifiably +b missing node mosaicism +b missing node overcloud +b missing node bricklayer +b missing node purblindness +b missing node flaunting +b missing node gushes +b missing node gusher +b missing node untrimmed +b missing node whapping +b missing node nightspots +b missing node sowbread +b missing node henry +b missing node gushed +b missing node overstocked +b missing node ontological +b missing node fawns +b missing node chordate +b missing node fawny +b missing node prelims +b missing node torrider +b missing node manipulation +b missing node hilliest +b missing node towline +b missing node conciliate +b missing node marshs +b missing node auspiciously +b missing node marshy +b missing node fascinations +b missing node creosoted +b missing node homilists +b missing node billfolds +b missing node scansion +b missing node reprobation +b missing node citation +b missing node fizzer +b missing node fizzes +b missing node phalange +b missing node pillaging +b missing node extra +b missing node fulgurate +b missing node outcast +b missing node rheologist +b missing node muleys +b missing node fizzed +b missing node asthmas +b missing node trawlers +b missing node redressment +b missing node reprobating +b missing node glove +b missing node minyans +b missing node unconfused +b missing node inarticulateness +b missing node placards +b missing node henna +b missing node incarnating +b missing node julep +b missing node frizzers +b missing node boozier +b missing node trackages +b missing node kabob +b missing node ravelings +b missing node ungraciously +b missing node gloss +b missing node allogenic +b missing node unhandiest +b missing node concentrate +b missing node refunders +b missing node porringer +b missing node qurush +b missing node unconcernedly +b missing node artisanship +b missing node enhancements +b missing node lullingly +b missing node commerces +b missing node parochial +b missing node doyenne +b missing node cadres +b missing node unspeakably +b missing node pelletizing +b missing node commerced +b missing node chirographical +b missing node incarnation +b missing node gloze +b missing node examinees +b missing node hoatzin +b missing node purpose +b missing node frauleins +b missing node agueweed +b missing node purport +b missing node dermatology +b missing node availability +b missing node unspeakable +b missing node spaciously +b missing node fizzle +b missing node marses +b missing node glows +b missing node basketfuls +b missing node flauntier +b missing node caulkers +b missing node creosotes +b missing node indurations +b missing node elitist +b missing node abstracts +b missing node dandelion +b missing node forgettable +b missing node unspecifically +b missing node kuwait +b missing node subcontinental +b missing node elitism +b missing node untucked +b missing node flagrance +b missing node nonprofitable +b missing node bellyaching +b missing node ludicrousness +b missing node seafloor +b missing node sterilizations +b missing node bhangs +b missing node heliotropically +b missing node peneplains +b missing node shoppers +b missing node marted +b missing node marten +b missing node vaccinator +b missing node forwardness +b missing node struggle +b missing node unloosening +b missing node flagrancy +b missing node costliest +b missing node austin +b missing node belling +b missing node adamantine +b missing node sacrificers +b missing node gloms +b missing node schmaltzes +b missing node mantels +b missing node tangram +b missing node macrames +b missing node muumuu +b missing node stagehand +b missing node deodorant +b missing node reducibility +b missing node appraisement +b missing node clerkdom +b missing node repine +b missing node grimmer +b missing node epoxy +b missing node limewater +b missing node repins +b missing node distressed +b missing node gearboxes +b missing node quaffing +b missing node wigwagging +b missing node souses +b missing node bollix +b missing node venezuela +b missing node revolted +b missing node gloom +b missing node walkway +b missing node restrengthening +b missing node piercingly +b missing node lyses +b missing node villagers +b missing node australis +b missing node revolter +b missing node cyprians +b missing node unstopped +b missing node cantonments +b missing node daunting +b missing node lysed +b missing node bailers +b missing node australia +b missing node distresses +b missing node mouldered +b missing node silurian +b missing node spavins +b missing node glops +b missing node disproving +b missing node soused +b missing node vintners +b missing node sufficing +b missing node innerspring +b missing node frocking +b missing node sufflated +b missing node brawlingly +b missing node slickers +b missing node umpireship +b missing node delicto +b missing node planetoid +b missing node fulcra +b missing node tradership +b missing node foundered +b missing node glory +b missing node delicti +b missing node untethers +b missing node kadis +b missing node misfiling +b missing node malthusianism +b missing node slickest +b missing node extol +b missing node layovers +b missing node sufflates +b missing node sissier +b missing node inappreciable +b missing node sissies +b missing node inquisitional +b missing node hankerer +b missing node kinghoods +b missing node hundredth +b missing node winkers +b missing node familiars +b missing node inconstantly +b missing node whitey +b missing node restuffing +b missing node hankered +b missing node communalization +b missing node whites +b missing node sherlocks +b missing node whiter +b missing node clubable +b missing node minimizing +b missing node inequable +b missing node whiten +b missing node thinners +b missing node decolonizes +b missing node painkiller +b missing node recreant +b missing node whited +b missing node retrogressed +b missing node pablum +b missing node hobbies +b missing node inappreciably +b missing node decolonized +b missing node cess +b missing node thermometry +b missing node arthurian +b missing node corrections +b missing node thinness +b missing node thinnest +b missing node mosquitos +b missing node battiest +b missing node lipolyses +b missing node murmuring +b missing node spills +b missing node bellied +b missing node quetzales +b missing node cert +b missing node warriors +b missing node torridity +b missing node bellies +b missing node shaping +b missing node reuseableness +b missing node cleaners +b missing node cupping +b missing node manipulative +b missing node baileys +b missing node torridly +b missing node applauders +b missing node enervators +b missing node bawlers +b missing node toughies +b missing node cleanest +b missing node dogteeth +b missing node recreate +b missing node glogg +b missing node fulminator +b missing node zoeas +b missing node stoppage +b missing node kippered +b missing node whiffing +b missing node kerfing +b missing node grudgers +b missing node flatlands +b missing node derailed +b missing node fathering +b missing node venations +b missing node pedestrianism +b missing node reshuffle +b missing node permanent +b missing node rhapsodically +b missing node riflers +b missing node flitches +b missing node riflery +b missing node reactions +b missing node flitched +b missing node infuriating +b missing node grasses +b missing node eccentric +b missing node upraisers +b missing node retrogresses +b missing node hierarchic +b missing node contouring +b missing node runout +b missing node straightedge +b missing node grassed +b missing node infuriation +b missing node besides +b missing node urging +b missing node chilliest +b missing node luring +b missing node moderatorship +b missing node postformed +b missing node surrogacy +b missing node shopworn +b missing node briefcase +b missing node neptune +b missing node incarnated +b missing node wiretapping +b missing node badmouthing +b missing node megabytes +b missing node obtruded +b missing node snazziest +b missing node spilth +b missing node fistulas +b missing node fistular +b missing node flagrante +b missing node tizzy +b missing node tutored +b missing node twiddlers +b missing node patronizing +b missing node kanjis +b missing node couching +b missing node cell +b missing node musketeer +b missing node downcast +b missing node celt +b missing node participator +b missing node incarnates +b missing node conflict +b missing node fistulae +b missing node arginine +b missing node prodigiously +b missing node ceil +b missing node unreclaimed +b missing node ergotisms +b missing node partials +b missing node shelvy +b missing node tarde +b missing node tardy +b missing node prerequisites +b missing node disinterred +b missing node hamsters +b missing node tardo +b missing node shelve +b missing node scalls +b missing node automatons +b missing node observably +b missing node fulminates +b missing node eventually +b missing node disgorging +b missing node agendums +b missing node snowplow +b missing node earldoms +b missing node windfall +b missing node fulminated +b missing node tetragons +b missing node observable +b missing node altercation +b missing node corrected +b missing node starlit +b missing node overshoe +b missing node heptarchs +b missing node noblewomen +b missing node parsnips +b missing node heptameters +b missing node rueful +b missing node internalized +b missing node correcter +b missing node toughish +b missing node punchy +b missing node boldest +b missing node enouncing +b missing node polkaing +b missing node scalps +b missing node bowlder +b missing node mediocre +b missing node upwelling +b missing node gurgles +b missing node lunaria +b missing node weight +b missing node unembellished +b missing node cholers +b missing node globs +b missing node mezcal +b missing node weighs +b missing node jukes +b missing node businesses +b missing node compactest +b missing node rehabilitations +b missing node umbilicuses +b missing node bumptious +b missing node kilometer +b missing node gurgled +b missing node hierarchal +b missing node heteronymous +b missing node globe +b missing node fadeaway +b missing node compilers +b missing node cent +b missing node gloam +b missing node withdrawing +b missing node boarding +b missing node couplet +b missing node heartache +b missing node gloat +b missing node coupler +b missing node couples +b missing node senora +b missing node vortex +b missing node cholera +b missing node confiscator +b missing node overshot +b missing node dynastic +b missing node kestrels +b missing node obtrudes +b missing node senors +b missing node coupled +b missing node obtruder +b missing node juked +b missing node allotments +b missing node perorations +b missing node bandeaus +b missing node solicitation +b missing node driblet +b missing node bandeaux +b missing node prostate +b missing node starlet +b missing node lavabo +b missing node ceca +b missing node initial +b missing node dupable +b missing node undergo +b missing node arboretums +b missing node unpaid +b missing node confiscated +b missing node airstream +b missing node throbber +b missing node throbbed +b missing node faxed +b missing node confiscates +b missing node cede +b missing node nonmoral +b missing node diluent +b missing node conditionality +b missing node fragmentation +b missing node scalds +b missing node hangtag +b missing node conventioneer +b missing node possibilities +b missing node jacobean +b missing node scaled +b missing node laughers +b missing node tinder +b missing node shells +b missing node scaler +b missing node profiteering +b missing node refillable +b missing node scales +b missing node berlins +b missing node correctly +b missing node shelly +b missing node shylocks +b missing node foldboat +b missing node tainted +b missing node vivisectional +b missing node thermometer +b missing node lyric +b missing node grumped +b missing node unexpressive +b missing node persians +b missing node canceled +b missing node lavage +b missing node subnormality +b missing node imprudent +b missing node martin +b missing node sorters +b missing node wastages +b missing node impasses +b missing node martha +b missing node tares +b missing node sunbursts +b missing node tared +b missing node reshipment +b missing node dewdrops +b missing node canceler +b missing node yellers +b missing node glyceryls +b missing node fibrillations +b missing node unpack +b missing node suffocate +b missing node sizzlers +b missing node solaria +b missing node epode +b missing node cees +b missing node cottontail +b missing node surrogate +b missing node wouldst +b missing node dowager +b missing node faxes +b missing node spooniest +b missing node corrector +b missing node comprehensibleness +b missing node swellhead +b missing node kinaestheic +b missing node allover +b missing node verboten +b missing node bellhop +b missing node participated +b missing node epoch +b missing node jazziest +b missing node spiritualistic +b missing node participates +b missing node overanxious +b missing node tapering +b missing node zouaves +b missing node robotizes +b missing node stupefied +b missing node sudanese +b missing node meniscoid +b missing node stupefies +b missing node toters +b missing node headachy +b missing node florida +b missing node misconstruing +b missing node woodiest +b missing node treacly +b missing node regard +b missing node meet +b missing node sunglasses +b missing node orogeny +b missing node treacle +b missing node bakeshop +b missing node dawn +b missing node experimentally +b missing node retrograde +b missing node overexercises +b missing node overexercised +b missing node daze +b missing node nonideological +b missing node parted +b missing node spectator +b missing node cowcatcher +b missing node meek +b missing node ronald +b missing node unlinks +b missing node meed +b missing node revolved +b missing node outputs +b missing node fuselages +b missing node didoes +b missing node neonatology +b missing node orchis +b missing node crouch +b missing node lacunary +b missing node trihedra +b missing node formalistic +b missing node revolves +b missing node adaptations +b missing node diocese +b missing node revolver +b missing node oilcup +b missing node profanation +b missing node schoolbooks +b missing node days +b missing node orchid +b missing node caddis +b missing node nontypically +b missing node trudgers +b missing node clarets +b missing node reckonings +b missing node teraphim +b missing node mudrocks +b missing node hatchets +b missing node alamodes +b missing node encyclical +b missing node mislead +b missing node gravitic +b missing node roughhoused +b missing node unvexed +b missing node ungoverned +b missing node splintery +b missing node mendicancy +b missing node cuesta +b missing node freezers +b missing node roughhouses +b missing node abutting +b missing node completely +b missing node splinters +b missing node hillside +b missing node humidified +b missing node neutrinos +b missing node mein +b missing node jackknife +b missing node humidifier +b missing node humidifies +b missing node dilutor +b missing node whiteness +b missing node brazers +b missing node hypothesizing +b missing node hatchery +b missing node monkshoods +b missing node onlookers +b missing node capering +b missing node evolvements +b missing node mayonnaise +b missing node hatchers +b missing node bluebirds +b missing node headache +b missing node brows +b missing node cornice +b missing node brown +b missing node boules +b missing node issuers +b missing node broth +b missing node heydays +b missing node riddle +b missing node kiwis +b missing node cinematic +b missing node glorifier +b missing node completest +b missing node subside +b missing node glorifies +b missing node hebraic +b missing node snazzier +b missing node goldenest +b missing node longs +b missing node ozonized +b missing node logiest +b missing node glorified +b missing node euchred +b missing node waddles +b missing node blackish +b missing node foolery +b missing node carnauba +b missing node patched +b missing node ozonizes +b missing node mens +b missing node ozonizer +b missing node menu +b missing node euchres +b missing node disorientated +b missing node waddled +b missing node fractionalize +b missing node patcher +b missing node recension +b missing node subsidy +b missing node bungled +b missing node patches +b missing node verification +b missing node regain +b missing node mend +b missing node western +b missing node disorientates +b missing node waddler +b missing node crossword +b missing node kindredless +b missing node westers +b missing node debasement +b missing node memo +b missing node bungles +b missing node bungler +b missing node unsavoriness +b missing node sparkish +b missing node childbeds +b missing node penholder +b missing node loner +b missing node melt +b missing node chorussing +b missing node nasal +b missing node commotion +b missing node caddie +b missing node habituality +b missing node sigmoids +b missing node landlady +b missing node completers +b missing node meld +b missing node periling +b missing node pivotal +b missing node mooncalves +b missing node naiads +b missing node marylander +b missing node laughter +b missing node conceptualistic +b missing node rococos +b missing node unreadiest +b missing node revengers +b missing node mechanistically +b missing node diluted +b missing node mess +b missing node regale +b missing node predaciousness +b missing node strumpets +b missing node inkwells +b missing node diluter +b missing node angiology +b missing node copings +b missing node mesa +b missing node hotcake +b missing node dilutes +b missing node imperforate +b missing node scissor +b missing node mesh +b missing node reviews +b missing node kinships +b missing node skywritten +b missing node lynches +b missing node misspelled +b missing node wednesdays +b missing node pinchers +b missing node quietened +b missing node lyncher +b missing node totems +b missing node yokeless +b missing node lynched +b missing node mere +b missing node bartizans +b missing node bronc +b missing node verticals +b missing node unproportionately +b missing node bromo +b missing node garnishing +b missing node broom +b missing node jockeying +b missing node brook +b missing node brood +b missing node robotized +b missing node monetarists +b missing node meow +b missing node bronx +b missing node immaculacy +b missing node coprocessors +b missing node alliances +b missing node slander +b missing node brushier +b missing node corning +b missing node lyrical +b missing node buddles +b missing node mailer +b missing node reversionary +b missing node intoxication +b missing node congas +b missing node substring +b missing node mewl +b missing node wonting +b missing node orion +b missing node seesaw +b missing node florist +b missing node nukes +b missing node boondocks +b missing node macedonian +b missing node hawknose +b missing node berceuse +b missing node mews +b missing node inopportune +b missing node favor +b missing node seaplane +b missing node bipartite +b missing node cornily +b missing node mailed +b missing node centralities +b missing node swerving +b missing node censurable +b missing node mete +b missing node softwood +b missing node copters +b missing node artifice +b missing node remonetize +b missing node caramelize +b missing node goldfield +b missing node plumiest +b missing node inspiratory +b missing node nameplate +b missing node copout +b missing node meta +b missing node muriatic +b missing node scrapped +b missing node flutist +b missing node eruditely +b missing node stewbums +b missing node stapedes +b missing node enshrining +b missing node concussing +b missing node sensitive +b missing node chrisms +b missing node scrapper +b missing node concussion +b missing node unappreciative +b missing node vernalize +b missing node nonevent +b missing node discordantly +b missing node passerby +b missing node worshiped +b missing node repurchases +b missing node preplans +b missing node rassle +b missing node spoilage +b missing node dupped +b missing node cementers +b missing node repurchased +b missing node transmittal +b missing node infuse +b missing node jazzers +b missing node cantilevering +b missing node hornets +b missing node congee +b missing node buxomness +b missing node desexualizing +b missing node hiller +b missing node hilled +b missing node zoners +b missing node conger +b missing node waspishly +b missing node agreed +b missing node toolbox +b missing node subordinations +b missing node cloister +b missing node derogatory +b missing node croupy +b missing node orbitally +b missing node croups +b missing node coiffeur +b missing node outlasts +b missing node ponders +b missing node overeager +b missing node speculators +b missing node chiffonier +b missing node replay +b missing node florins +b missing node ablate +b missing node superposable +b missing node masculinely +b missing node interrupter +b missing node mistook +b missing node intoxicative +b missing node architrave +b missing node strenuous +b missing node interrupted +b missing node dillies +b missing node agrees +b missing node steaded +b missing node skipjack +b missing node adoration +b missing node assaults +b missing node sauted +b missing node damascened +b missing node parson +b missing node greenroom +b missing node ratepayer +b missing node tethers +b missing node damascenes +b missing node whittle +b missing node sautes +b missing node ensnarls +b missing node nonpredictable +b missing node replan +b missing node byways +b missing node mendicants +b missing node brushing +b missing node waxiest +b missing node transmitter +b missing node heelless +b missing node whiteners +b missing node invertebrates +b missing node cornier +b missing node violinist +b missing node decriminalizing +b missing node ridge +b missing node transmitted +b missing node ridgy +b missing node whitewalls +b missing node kaddish +b missing node foregut +b missing node preallotted +b missing node sobriquets +b missing node ejecta +b missing node foozling +b missing node barbarianism +b missing node analemma +b missing node niblicks +b missing node bedewed +b missing node beholds +b missing node stinginess +b missing node concussive +b missing node fascism +b missing node wassailers +b missing node emblazonments +b missing node fascist +b missing node proportionality +b missing node blondish +b missing node christy +b missing node swayback +b missing node firebrick +b missing node replacers +b missing node ejects +b missing node garnered +b missing node christs +b missing node unships +b missing node annually +b missing node cuffs +b missing node revocation +b missing node paralyzers +b missing node inexperience +b missing node nixed +b missing node cornify +b missing node frivolities +b missing node oriel +b missing node flirtingly +b missing node sagamore +b missing node celebrants +b missing node parses +b missing node adventuresome +b missing node gangplank +b missing node freakout +b missing node cystitis +b missing node longlines +b missing node exacters +b missing node differs +b missing node nixes +b missing node ablaze +b missing node worshiper +b missing node nominally +b missing node seascapes +b missing node nasty +b missing node underran +b missing node workbenches +b missing node whitter +b missing node endorsor +b missing node entoiling +b missing node parsec +b missing node threating +b missing node internationalism +b missing node exactest +b missing node parsed +b missing node flagons +b missing node moveless +b missing node internationalist +b missing node parser +b missing node sensitize +b missing node visitational +b missing node demands +b missing node oilcan +b missing node chlorines +b missing node notching +b missing node tweedles +b missing node graviton +b missing node expurgators +b missing node encoded +b missing node sunbathing +b missing node hanging +b missing node preascertains +b missing node intoxicating +b missing node listable +b missing node rider +b missing node congos +b missing node rides +b missing node stringiest +b missing node mateship +b missing node phosphene +b missing node tweedled +b missing node semitone +b missing node encodes +b missing node encoder +b missing node cantraps +b missing node congealed +b missing node microfiches +b missing node inextricability +b missing node conciliations +b missing node nixie +b missing node utile +b missing node dogwatch +b missing node decidable +b missing node segmenting +b missing node bijou +b missing node sennas +b missing node hailers +b missing node rogueing +b missing node briquette +b missing node puttied +b missing node confesses +b missing node sardonyxes +b missing node covering +b missing node confessed +b missing node platooned +b missing node enserfing +b missing node diversify +b missing node impersonality +b missing node putties +b missing node sansei +b missing node puttier +b missing node refereeing +b missing node something +b missing node subtopic +b missing node nasalities +b missing node recombination +b missing node suffocated +b missing node preferential +b missing node suffocates +b missing node nutritively +b missing node illusory +b missing node monastically +b missing node vaultiest +b missing node abortions +b missing node raciness +b missing node larders +b missing node franca +b missing node entries +b missing node france +b missing node crimsoning +b missing node laboratories +b missing node shlep +b missing node algiers +b missing node redounding +b missing node samovar +b missing node franco +b missing node demonologies +b missing node frenzily +b missing node crotch +b missing node francs +b missing node pecker +b missing node stingingly +b missing node landau +b missing node panicking +b missing node bloodline +b missing node intercepted +b missing node compressive +b missing node mudding +b missing node frenzies +b missing node zombi +b missing node holdout +b missing node interrelationships +b missing node astringe +b missing node pecked +b missing node frenzied +b missing node rearmament +b missing node rookery +b missing node allotrope +b missing node muddily +b missing node epaulet +b missing node airdropped +b missing node monarch +b missing node laboratorial +b missing node gelatinous +b missing node decrypt +b missing node laboratorian +b missing node virologist +b missing node nixon +b missing node allotropy +b missing node revocative +b missing node polytheists +b missing node desponding +b missing node incarcerations +b missing node geminations +b missing node curares +b missing node landed +b missing node anglicanism +b missing node tuesdays +b missing node educates +b missing node deluging +b missing node jacquards +b missing node drollery +b missing node intendment +b missing node lander +b missing node paginate +b missing node curtesies +b missing node coneys +b missing node midbrains +b missing node drollest +b missing node ballets +b missing node faugh +b missing node perfidiously +b missing node raffish +b missing node ringlets +b missing node unbridledly +b missing node opposability +b missing node secondaries +b missing node determinedly +b missing node hayfork +b missing node bedwarfs +b missing node disannul +b missing node educated +b missing node vanquishers +b missing node flinched +b missing node masscult +b missing node anaesthetizing +b missing node cosecant +b missing node loofa +b missing node chafferers +b missing node reenforcing +b missing node flincher +b missing node flinches +b missing node earlier +b missing node considerate +b missing node loofs +b missing node russian +b missing node unmilitary +b missing node empathic +b missing node aitches +b missing node unifies +b missing node unifier +b missing node ballers +b missing node lonesomeness +b missing node sabotage +b missing node whumping +b missing node oysters +b missing node grasping +b missing node curvature +b missing node degenerateness +b missing node dignities +b missing node transpolar +b missing node invulnerability +b missing node violators +b missing node unified +b missing node franks +b missing node andirons +b missing node flintlock +b missing node programmata +b missing node glassiness +b missing node nondivisible +b missing node vrow +b missing node inviolably +b missing node buggery +b missing node buggers +b missing node looks +b missing node hardcore +b missing node restocked +b missing node bassetting +b missing node narco +b missing node orphanhood +b missing node wastefulness +b missing node narcs +b missing node hypersensitivities +b missing node aftertastes +b missing node crosse +b missing node impersonalize +b missing node inviolable +b missing node bourbons +b missing node melodic +b missing node sunbath +b missing node evolutionists +b missing node denounces +b missing node hoarsening +b missing node denouncer +b missing node recognized +b missing node scrapple +b missing node exemptible +b missing node clerics +b missing node disastrously +b missing node smaller +b missing node looms +b missing node superimposing +b missing node denounced +b missing node confessor +b missing node journalistically +b missing node various +b missing node reteach +b missing node ensnarer +b missing node yabbers +b missing node ensnares +b missing node esteem +b missing node insecurities +b missing node fakeers +b missing node ensnared +b missing node diligent +b missing node nonfictional +b missing node freckled +b missing node ballottable +b missing node tetanuses +b missing node raster +b missing node maneuvering +b missing node recognizer +b missing node recognizes +b missing node futurologist +b missing node administrators +b missing node floridians +b missing node burdens +b missing node freckles +b missing node secondarily +b missing node indwells +b missing node desalt +b missing node fauna +b missing node loons +b missing node confab +b missing node loony +b missing node squealing +b missing node tussle +b missing node sparkily +b missing node fauns +b missing node cytoplasm +b missing node wieldy +b missing node ridded +b missing node wields +b missing node bobbers +b missing node bobbery +b missing node brailling +b missing node merest +b missing node desalinizing +b missing node ridder +b missing node gipsied +b missing node ridden +b missing node banquets +b missing node highballs +b missing node escapade +b missing node twitchiest +b missing node unconceded +b missing node unattached +b missing node incitements +b missing node mimicker +b missing node gipsies +b missing node onions +b missing node oftenest +b missing node loopy +b missing node mimicked +b missing node decomposers +b missing node sparking +b missing node pelvises +b missing node loops +b missing node shilling +b missing node descrying +b missing node carminatives +b missing node nares +b missing node ebullient +b missing node parrot +b missing node competencies +b missing node fault +b missing node preeminent +b missing node precentor +b missing node ricks +b missing node maimer +b missing node loose +b missing node mousiness +b missing node inactivates +b missing node suborn +b missing node clamoured +b missing node beseemed +b missing node interceptor +b missing node confer +b missing node whiptail +b missing node peacetime +b missing node parlayers +b missing node shinily +b missing node gallantries +b missing node narks +b missing node inactivated +b missing node gossiping +b missing node selenography +b missing node rebuffed +b missing node faust +b missing node lampoonists +b missing node maimed +b missing node misbiassed +b missing node obeyed +b missing node shining +b missing node blacking +b missing node obeyer +b missing node mesmerists +b missing node naris +b missing node swarthiest +b missing node derestrict +b missing node desand +b missing node loots +b missing node miniaturized +b missing node pardonable +b missing node hooping +b missing node couturier +b missing node tippable +b missing node slavish +b missing node captivities +b missing node inadmissability +b missing node hatcheck +b missing node enthralling +b missing node separableness +b missing node genealogy +b missing node sitarist +b missing node pardonably +b missing node seawall +b missing node riche +b missing node tensiometer +b missing node comrade +b missing node lancet +b missing node lances +b missing node leafiest +b missing node lancer +b missing node raffias +b missing node cashbook +b missing node carnage +b missing node fauve +b missing node looting +b missing node lanced +b missing node compression +b missing node artillery +b missing node repulsions +b missing node misdirected +b missing node wrothful +b missing node abradants +b missing node putting +b missing node damnably +b missing node miniaturizes +b missing node seeresses +b missing node goatherds +b missing node dishevels +b missing node lumberyard +b missing node presumers +b missing node compressing +b missing node unchristened +b missing node seaward +b missing node duckbill +b missing node besoms +b missing node liquidities +b missing node panickier +b missing node colleens +b missing node riced +b missing node abandoners +b missing node unrebuked +b missing node reverifications +b missing node susans +b missing node cannonades +b missing node instatement +b missing node cardiographs +b missing node ricer +b missing node rices +b missing node slaving +b missing node quarrellers +b missing node icebreakers +b missing node damnable +b missing node virologies +b missing node esters +b missing node sparkier +b missing node spectates +b missing node domesticities +b missing node harmless +b missing node nuisance +b missing node cardiography +b missing node brazens +b missing node weekends +b missing node arointed +b missing node spectated +b missing node citrates +b missing node accessions +b missing node multicellularity +b missing node overarches +b missing node subjectively +b missing node educator +b missing node subsist +b missing node immaculate +b missing node overarched +b missing node sunback +b missing node tyrannical +b missing node dealership +b missing node carvers +b missing node mead +b missing node muddies +b missing node muddier +b missing node vicariates +b missing node piddler +b missing node languorously +b missing node piddles +b missing node redwing +b missing node turbidness +b missing node discourteous +b missing node cannonaded +b missing node muddied +b missing node estragons +b missing node pneumonic +b missing node toughening +b missing node calory +b missing node pneumonia +b missing node parred +b missing node nobbler +b missing node nobbles +b missing node sterilities +b missing node dosimetric +b missing node interests +b missing node dishonestly +b missing node merely +b missing node mutational +b missing node precented +b missing node undisputed +b missing node nobbled +b missing node postmark +b missing node meas +b missing node meat +b missing node mean +b missing node flappiest +b missing node piddled +b missing node horehounds +b missing node meal +b missing node mech +b missing node teamsters +b missing node adhesively +b missing node binaries +b missing node prodigy +b missing node shinier +b missing node unreason +b missing node seethe +b missing node idlers +b missing node destinations +b missing node framed +b missing node curtest +b missing node ethane +b missing node curtesy +b missing node uncurled +b missing node lastings +b missing node promoting +b missing node knapsacks +b missing node billy +b missing node azine +b missing node foolhardy +b missing node titillation +b missing node idlest +b missing node crowds +b missing node crowdy +b missing node voce +b missing node venerology +b missing node monophonic +b missing node project +b missing node frames +b missing node framer +b missing node crowed +b missing node bills +b missing node keyman +b missing node bobbies +b missing node counterweights +b missing node outlaws +b missing node unsuspectingly +b missing node misguiders +b missing node handbooks +b missing node halers +b missing node bilks +b missing node emptiness +b missing node livability +b missing node mastodons +b missing node ferreters +b missing node semiannually +b missing node farsighted +b missing node emulsifiable +b missing node untreading +b missing node premedical +b missing node collects +b missing node endorsers +b missing node storminess +b missing node dispersals +b missing node outlays +b missing node russets +b missing node santee +b missing node besots +b missing node russety +b missing node unbalancing +b missing node disserts +b missing node criticizing +b missing node decoratively +b missing node checkrooms +b missing node eyebeam +b missing node dabblers +b missing node obdurated +b missing node contraindicative +b missing node freeloaded +b missing node mutinousness +b missing node freeloader +b missing node potful +b missing node cacklers +b missing node deformer +b missing node titillating +b missing node promotion +b missing node unspoilt +b missing node crower +b missing node quinines +b missing node disserve +b missing node tagalogs +b missing node tenthly +b missing node deformed +b missing node incorrectly +b missing node buggies +b missing node recounted +b missing node buggier +b missing node marshlands +b missing node sappers +b missing node variance +b missing node timorously +b missing node redissolve +b missing node rifer +b missing node rifling +b missing node truckling +b missing node expurgations +b missing node electively +b missing node bellman +b missing node selenium +b missing node avocadoes +b missing node reusable +b missing node vole +b missing node vigour +b missing node alcazar +b missing node malodor +b missing node biles +b missing node hollowing +b missing node haviour +b missing node interweaving +b missing node escutcheon +b missing node kelping +b missing node hillbillies +b missing node borrows +b missing node imaginer +b missing node imagines +b missing node fates +b missing node imagined +b missing node testicle +b missing node outland +b missing node riverbeds +b missing node newspaper +b missing node unavailingly +b missing node bobbing +b missing node impugner +b missing node bulbous +b missing node formlessness +b missing node neotenies +b missing node rulership +b missing node impugned +b missing node cyanosis +b missing node rewritten +b missing node void +b missing node numismatic +b missing node selenite +b missing node squealers +b missing node haviors +b missing node effacement +b missing node precognitive +b missing node misdeal +b missing node bilbo +b missing node conics +b missing node finance +b missing node inconsistencies +b missing node misdeed +b missing node bellmen +b missing node accountants +b missing node preunion +b missing node contraindication +b missing node quailed +b missing node epically +b missing node hornlike +b missing node fatal +b missing node threatful +b missing node imaginal +b missing node mopping +b missing node oaring +b missing node frescoers +b missing node bobbins +b missing node redeployed +b missing node desexualized +b missing node contraindicating +b missing node boyhood +b missing node restamping +b missing node ulcer +b missing node derided +b missing node homburg +b missing node resenting +b missing node gambols +b missing node congener +b missing node bilge +b missing node derides +b missing node whistled +b missing node derider +b missing node electrocuted +b missing node bilgy +b missing node denizen +b missing node fated +b missing node muscularities +b missing node vigors +b missing node whistles +b missing node whistler +b missing node lodgments +b missing node outlast +b missing node electrocutes +b missing node cyanoses +b missing node casters +b missing node titillative +b missing node tagalong +b missing node cyanosed +b missing node naughtiest +b missing node capitals +b missing node ridged +b missing node glamorizations +b missing node arbitrative +b missing node matched +b missing node inaugurals +b missing node diversely +b missing node deregulate +b missing node matches +b missing node matcher +b missing node precognition +b missing node irrigates +b missing node upwardly +b missing node dighted +b missing node intermediary +b missing node henneries +b missing node vote +b missing node irrigated +b missing node perpetration +b missing node intermediate +b missing node goodnight +b missing node sanctions +b missing node coordinating +b missing node repetitions +b missing node headstay +b missing node ridges +b missing node euphemism +b missing node forestalls +b missing node supremeness +b missing node earthing +b missing node scamped +b missing node coordination +b missing node reacquisitions +b missing node earthily +b missing node ascension +b missing node multipolar +b missing node inertial +b missing node satiably +b missing node kelpies +b missing node escarpment +b missing node tiered +b missing node lolls +b missing node inertias +b missing node lolly +b missing node hotshots +b missing node checkouts +b missing node verdant +b missing node coinage +b missing node mudlark +b missing node reorder +b missing node baseman +b missing node scamper +b missing node framable +b missing node accusatrixes +b missing node satiable +b missing node conies +b missing node chlorals +b missing node testifying +b missing node neglectfully +b missing node viceregents +b missing node pudgily +b missing node ballast +b missing node swaggered +b missing node empathy +b missing node lushly +b missing node lacrimatory +b missing node swaggerer +b missing node flagellum +b missing node unhand +b missing node bihourly +b missing node brashness +b missing node animus +b missing node martyring +b missing node fisheries +b missing node volt +b missing node overwrought +b missing node trinodal +b missing node attermined +b missing node wetland +b missing node drugged +b missing node dragoons +b missing node sketching +b missing node favorableness +b missing node undertow +b missing node rhinitis +b missing node sketchily +b missing node beheads +b missing node rifts +b missing node invidiously +b missing node capitate +b missing node darkling +b missing node disproportion +b missing node surmounts +b missing node thoughtlessly +b missing node fatly +b missing node bimah +b missing node daubing +b missing node fretsaw +b missing node motorship +b missing node repetitious +b missing node temptress +b missing node suspecting +b missing node tentier +b missing node arteriography +b missing node disperse +b missing node travails +b missing node welcomers +b missing node orgic +b missing node shikaris +b missing node bleachers +b missing node riffs +b missing node coextensive +b missing node coordinative +b missing node riposts +b missing node mainly +b missing node homemaker +b missing node trivet +b missing node nonunion +b missing node reactivation +b missing node pasadena +b missing node riposte +b missing node selenide +b missing node cadets +b missing node earthier +b missing node datively +b missing node permeate +b missing node torridest +b missing node tastiness +b missing node ratfish +b missing node speiled +b missing node gaggles +b missing node unhats +b missing node equivocate +b missing node cansful +b missing node codlings +b missing node gaggled +b missing node effuses +b missing node undergoing +b missing node effused +b missing node pudgier +b missing node braizes +b missing node vows +b missing node misadvises +b missing node procreators +b missing node noddles +b missing node chlorate +b missing node halest +b missing node jostlers +b missing node misadvised +b missing node retiringly +b missing node lushed +b missing node outflanks +b missing node pantheon +b missing node carbonless +b missing node accountancy +b missing node riflings +b missing node iberian +b missing node fatso +b missing node trivia +b missing node sadnesses +b missing node russell +b missing node martyries +b missing node affixers +b missing node reactivating +b missing node ashamed +b missing node flourishingly +b missing node numbs +b missing node racoons +b missing node ratfink +b missing node fatty +b missing node lushes +b missing node crowns +b missing node lusher +b missing node bugging +b missing node basemen +b missing node unsuccessfully +b missing node interrupts +b missing node logotypes +b missing node perpetrating +b missing node organ +b missing node equational +b missing node thereamong +b missing node combatant +b missing node rifle +b missing node roughhouse +b missing node panthers +b missing node daubier +b missing node storage +b missing node auction +b missing node blackener +b missing node truncheons +b missing node escarpments +b missing node fulminations +b missing node deed +b missing node pikestaff +b missing node endorsee +b missing node blackened +b missing node reciters +b missing node endorsed +b missing node deem +b missing node guiana +b missing node incorporatorship +b missing node mandrills +b missing node deep +b missing node dees +b missing node favorable +b missing node deer +b missing node endorser +b missing node endorses +b missing node favorably +b missing node cathartic +b missing node dressmakers +b missing node illegally +b missing node cadent +b missing node snuffliest +b missing node farthingales +b missing node inanimate +b missing node brainlessness +b missing node untrustful +b missing node freestone +b missing node horning +b missing node inscribers +b missing node riders +b missing node constitutionals +b missing node mantrap +b missing node asserts +b missing node orations +b missing node deco +b missing node mantras +b missing node kolinsky +b missing node pianists +b missing node jewels +b missing node awkwarder +b missing node deck +b missing node candling +b missing node yawping +b missing node debs +b missing node debt +b missing node hornily +b missing node internationalize +b missing node detachment +b missing node priers +b missing node irrigator +b missing node wordlessly +b missing node upsweep +b missing node dear +b missing node lampooning +b missing node tenting +b missing node deal +b missing node upchuck +b missing node dean +b missing node dead +b missing node atomization +b missing node deaf +b missing node paranormally +b missing node spaceport +b missing node canalling +b missing node priest +b missing node droopiness +b missing node befriend +b missing node whappers +b missing node hooplas +b missing node grasslands +b missing node enforce +b missing node caucasus +b missing node declension +b missing node toited +b missing node mystiques +b missing node postmistresses +b missing node curates +b missing node oppressor +b missing node potable +b missing node copious +b missing node carburization +b missing node haunch +b missing node exhibitionism +b missing node dalliers +b missing node exhibitionist +b missing node acrophobia +b missing node enfold +b missing node requirement +b missing node comforts +b missing node blueballs +b missing node housings +b missing node alleluias +b missing node emporia +b missing node observant +b missing node demo +b missing node cyclamens +b missing node englobe +b missing node zymase +b missing node walruses +b missing node englutting +b missing node kivas +b missing node teakettles +b missing node totipotentiality +b missing node cementing +b missing node zoophyte +b missing node dell +b missing node curator +b missing node dairymen +b missing node gormands +b missing node nuthatch +b missing node passably +b missing node boutiques +b missing node equivocacy +b missing node congregations +b missing node passable +b missing node sandflies +b missing node quotationally +b missing node arbitration +b missing node completer +b missing node publishes +b missing node completes +b missing node publisher +b missing node hornier +b missing node somersault +b missing node deli +b missing node mennonite +b missing node adultness +b missing node dele +b missing node published +b missing node completed +b missing node disagreeing +b missing node menswears +b missing node overachieve +b missing node tentmaker +b missing node arbitrating +b missing node noncorrosive +b missing node fetishists +b missing node dismountable +b missing node endomorph +b missing node sugaring +b missing node darklier +b missing node biked +b missing node quaffers +b missing node deja +b missing node bikes +b missing node biker +b missing node posturers +b missing node propounded +b missing node anions +b missing node revolutionists +b missing node bessemer +b missing node propounder +b missing node quarrying +b missing node noncombatants +b missing node underrun +b missing node agora +b missing node sketchier +b missing node confiscating +b missing node pinocchio +b missing node fascial +b missing node agone +b missing node fasciae +b missing node agons +b missing node doping +b missing node paperback +b missing node agony +b missing node haircloth +b missing node taxonomically +b missing node acrimonies +b missing node birders +b missing node fascias +b missing node seventeenths +b missing node confiscation +b missing node deft +b missing node potent +b missing node importantly +b missing node lampoonist +b missing node coastings +b missing node cyanotic +b missing node nelsons +b missing node franklins +b missing node entrancingly +b missing node auberges +b missing node defy +b missing node monastics +b missing node irregularity +b missing node unheedfully +b missing node nullo +b missing node capitalizations +b missing node triadisms +b missing node nulls +b missing node repopulate +b missing node clarion +b missing node deus +b missing node eyestalks +b missing node filespec +b missing node coracles +b missing node deducing +b missing node masterminded +b missing node shareability +b missing node misreport +b missing node clopping +b missing node honorables +b missing node remunerated +b missing node timorousness +b missing node shoals +b missing node metallurgically +b missing node deux +b missing node valueless +b missing node incontinent +b missing node shoaly +b missing node deva +b missing node heretrix +b missing node outbursts +b missing node napes +b missing node dryads +b missing node sugarier +b missing node tetrarchs +b missing node hulloaing +b missing node subchief +b missing node dragonet +b missing node desk +b missing node chestnut +b missing node consortiums +b missing node remunerates +b missing node descry +b missing node impersonators +b missing node trafficks +b missing node blistered +b missing node varments +b missing node eggshells +b missing node riels +b missing node endorsees +b missing node finales +b missing node shingly +b missing node miscarries +b missing node sodiums +b missing node mafioso +b missing node haunts +b missing node lanais +b missing node dissipation +b missing node duplexers +b missing node nattier +b missing node coplot +b missing node solidness +b missing node wienie +b missing node mafiosi +b missing node pleadable +b missing node azide +b missing node dairyman +b missing node shingle +b missing node dept +b missing node azido +b missing node signify +b missing node comptroller +b missing node derm +b missing node submit +b missing node whirring +b missing node analgia +b missing node preregistered +b missing node reinforcing +b missing node dissipating +b missing node loneliest +b missing node burying +b missing node layoffs +b missing node magnetometer +b missing node tsarevna +b missing node whiplashes +b missing node bedevil +b missing node expressway +b missing node gliders +b missing node externalized +b missing node bevellers +b missing node pugnaciousness +b missing node unobservant +b missing node barracked +b missing node impositions +b missing node deny +b missing node gassed +b missing node dens +b missing node pulsejet +b missing node dent +b missing node gasser +b missing node enrolling +b missing node quackiest +b missing node inflammabilities +b missing node gasses +b missing node factored +b missing node appliances +b missing node externalizes +b missing node recoined +b missing node poteen +b missing node inadvertently +b missing node miscarried +b missing node apostrophe +b missing node upswept +b missing node midnight +b missing node clarify +b missing node trancing +b missing node coverlid +b missing node citification +b missing node armfuls +b missing node wiener +b missing node nappy +b missing node shoats +b missing node benefactresses +b missing node retrials +b missing node cuish +b missing node hitter +b missing node outlawed +b missing node jousting +b missing node undersea +b missing node finally +b missing node rondos +b missing node fasts +b missing node dyspepsy +b missing node oxfords +b missing node drippiest +b missing node sergings +b missing node leveling +b missing node coverlet +b missing node leaseless +b missing node invadable +b missing node nattily +b missing node woodchucks +b missing node remunerator +b missing node narcissuses +b missing node noxiously +b missing node unlined +b missing node alopecias +b missing node pretenders +b missing node upswell +b missing node toupees +b missing node signing +b missing node ultrasonic +b missing node unapologetic +b missing node consideration +b missing node sanitoria +b missing node bambinos +b missing node cuing +b missing node underset +b missing node ospreys +b missing node cheeriest +b missing node nonpossessively +b missing node maintainers +b missing node apishly +b missing node forbearer +b missing node chiggers +b missing node zebras +b missing node juggler +b missing node juggles +b missing node dews +b missing node cannibalizing +b missing node checkers +b missing node vapidness +b missing node monument +b missing node juggled +b missing node finalis +b missing node bunging +b missing node dewy +b missing node shopgirl +b missing node puerile +b missing node mercer +b missing node ingrowths +b missing node choline +b missing node unhampered +b missing node granulate +b missing node dilates +b missing node dilater +b missing node tougheners +b missing node brainteasers +b missing node tailbone +b missing node uteri +b missing node diffracted +b missing node carefulness +b missing node exacting +b missing node empanel +b missing node shiners +b missing node newspeak +b missing node chungking +b missing node missilery +b missing node shuffles +b missing node shuffler +b missing node mage +b missing node depolarization +b missing node magi +b missing node vernalizing +b missing node utero +b missing node dragoman +b missing node turnaround +b missing node exaction +b missing node noncriminal +b missing node washed +b missing node shuffled +b missing node dilated +b missing node bolivar +b missing node crosiers +b missing node aerosolize +b missing node saguaros +b missing node judgment +b missing node nonabrasiveness +b missing node reprieves +b missing node repriever +b missing node pharmacies +b missing node transships +b missing node made +b missing node bulkages +b missing node nonfederal +b missing node copses +b missing node turncoats +b missing node reprieved +b missing node ennuis +b missing node suburb +b missing node casettes +b missing node macs +b missing node dockages +b missing node unclassifiable +b missing node maturation +b missing node multiversities +b missing node integumentary +b missing node jazzier +b missing node farad +b missing node nobbily +b missing node senile +b missing node anilin +b missing node infantility +b missing node kindled +b missing node precondemned +b missing node mads +b missing node hollowware +b missing node conker +b missing node gaiting +b missing node surgery +b missing node hitler +b missing node sacristy +b missing node conked +b missing node causeways +b missing node maturative +b missing node surgers +b missing node sacrists +b missing node sweatboxes +b missing node gunwales +b missing node cerebri +b missing node verifiability +b missing node blackens +b missing node aggravate +b missing node lorry +b missing node farce +b missing node cerebra +b missing node sachems +b missing node swervers +b missing node xyster +b missing node ablest +b missing node indicating +b missing node unsuppressed +b missing node pulsejets +b missing node bendable +b missing node snobbishness +b missing node make +b missing node hangmen +b missing node coppiced +b missing node indication +b missing node washes +b missing node consulships +b missing node reprieval +b missing node washer +b missing node motorizes +b missing node farcy +b missing node repercussiveness +b missing node pretending +b missing node mags +b missing node coppices +b missing node rewarms +b missing node motorized +b missing node mail +b missing node cagelings +b missing node overeating +b missing node barhops +b missing node fared +b missing node chollas +b missing node depoliticize +b missing node maim +b missing node main +b missing node tremendous +b missing node surgeon +b missing node maid +b missing node fards +b missing node ordos +b missing node agnizing +b missing node metalaw +b missing node vigils +b missing node stanchions +b missing node jazzing +b missing node potentiometric +b missing node disaffiliate +b missing node report +b missing node washwomen +b missing node braised +b missing node poachy +b missing node bahamians +b missing node hinderers +b missing node reenlist +b missing node husked +b missing node panging +b missing node blackest +b missing node braises +b missing node direness +b missing node absinth +b missing node prisons +b missing node husker +b missing node andesite +b missing node lignites +b missing node dishtowel +b missing node bolivia +b missing node calked +b missing node gloomed +b missing node lords +b missing node flicking +b missing node arborists +b missing node calker +b missing node ligaments +b missing node highboys +b missing node onager +b missing node unalterable +b missing node jazzily +b missing node draglines +b missing node pygmy +b missing node gudgeons +b missing node deficits +b missing node lores +b missing node repose +b missing node fourth +b missing node primal +b missing node primas +b missing node literally +b missing node forebye +b missing node blabbered +b missing node parvenue +b missing node sparkers +b missing node spearhead +b missing node loofas +b missing node parvenus +b missing node shopkeepers +b missing node gluey +b missing node metaled +b missing node reburials +b missing node loofah +b missing node sachets +b missing node maturating +b missing node quiescent +b missing node lignitic +b missing node churlishly +b missing node gluer +b missing node glues +b missing node shoddy +b missing node forming +b missing node locatives +b missing node mace +b missing node perquisite +b missing node mach +b missing node glued +b missing node misadjusts +b missing node mack +b missing node dulness +b missing node mistuning +b missing node paralyzant +b missing node ginsengs +b missing node stabile +b missing node zucchinis +b missing node mislike +b missing node downbeat +b missing node squeegee +b missing node somnific +b missing node opulences +b missing node loris +b missing node jiving +b missing node washwoman +b missing node primed +b missing node cognisable +b missing node unsinkable +b missing node upturns +b missing node gogglers +b missing node stolons +b missing node soffits +b missing node antonymous +b missing node primes +b missing node totals +b missing node primer +b missing node systematized +b missing node guesstimate +b missing node florets +b missing node trudging +b missing node faros +b missing node drumheads +b missing node maws +b missing node unlading +b missing node unaccidental +b missing node ramshorn +b missing node splurges +b missing node winkles +b missing node ammeters +b missing node observingly +b missing node overtake +b missing node scarfpin +b missing node breakneck +b missing node cuban +b missing node lucratively +b missing node pinching +b missing node notability +b missing node cyclical +b missing node winkled +b missing node interclass +b missing node decrying +b missing node preview +b missing node versailles +b missing node baselessly +b missing node whisting +b missing node duplex +b missing node brushers +b missing node bellows +b missing node visualize +b missing node oppressed +b missing node proponent +b missing node mislies +b missing node maut +b missing node epees +b missing node personages +b missing node scions +b missing node maul +b missing node stowages +b missing node oppresses +b missing node interregional +b missing node idolatry +b missing node leftest +b missing node gigues +b missing node translative +b missing node splurged +b missing node mats +b missing node matt +b missing node math +b missing node systematizes +b missing node groundlessly +b missing node clayware +b missing node beefcake +b missing node mate +b missing node casuistic +b missing node xystus +b missing node misdoubt +b missing node internationalists +b missing node cemetery +b missing node fluters +b missing node loses +b missing node loser +b missing node allurers +b missing node extruders +b missing node hamburgs +b missing node glitter +b missing node penetratingly +b missing node parthenogenetic +b missing node mazy +b missing node cubes +b missing node cuber +b missing node showplace +b missing node hardtops +b missing node ablates +b missing node misplacement +b missing node primly +b missing node flintlike +b missing node yokels +b missing node bifid +b missing node rodless +b missing node weatherproof +b missing node blundering +b missing node pharmacist +b missing node cubed +b missing node unbefitting +b missing node doggedly +b missing node opulent +b missing node erudition +b missing node sullies +b missing node maze +b missing node utters +b missing node bandwagons +b missing node oread +b missing node sullied +b missing node mayo +b missing node earless +b missing node administrative +b missing node mays +b missing node biffy +b missing node lambaste +b missing node unappetizingly +b missing node maya +b missing node farts +b missing node lambasts +b missing node maxi +b missing node cubby +b missing node squadroned +b missing node overestimations +b missing node periodontoses +b missing node biffs +b missing node regularize +b missing node upshifts +b missing node primos +b missing node dopier +b missing node polygon +b missing node flouncing +b missing node intolerance +b missing node woalds +b missing node fares +b missing node farer +b missing node mane +b missing node cubic +b missing node primps +b missing node ricochetting +b missing node jellyfishes +b missing node many +b missing node manx +b missing node ozonic +b missing node unimpaired +b missing node mans +b missing node cubit +b missing node subscribers +b missing node dilator +b missing node mama +b missing node estrange +b missing node translation +b missing node improvidently +b missing node ablated +b missing node reverser +b missing node reverses +b missing node prejudge +b missing node trafficable +b missing node illegitimacies +b missing node reversed +b missing node repped +b missing node burdies +b missing node sapphic +b missing node humanness +b missing node unemployed +b missing node mala +b missing node periodontosis +b missing node faiences +b missing node attaching +b missing node southron +b missing node male +b missing node ergotized +b missing node parols +b missing node prestigious +b missing node sunbathers +b missing node mantled +b missing node rookies +b missing node gypped +b missing node notchers +b missing node malt +b missing node rookier +b missing node gypper +b missing node parole +b missing node mali +b missing node nobbier +b missing node chestier +b missing node translating +b missing node mall +b missing node beliefs +b missing node indicative +b missing node foreshortening +b missing node mask +b missing node navigably +b missing node dragomen +b missing node pergola +b missing node mash +b missing node mantles +b missing node mantlet +b missing node mass +b missing node nonstandard +b missing node mast +b missing node parody +b missing node infantilism +b missing node glandes +b missing node mare +b missing node ozones +b missing node marc +b missing node podiatrists +b missing node squelches +b missing node kindredship +b missing node misgoverning +b missing node squelcher +b missing node marl +b missing node congests +b missing node mark +b missing node kindler +b missing node mart +b missing node kindles +b missing node mars +b missing node squelched +b missing node marx +b missing node mary +b missing node navigable +b missing node administration +b missing node senior +b missing node hailing +b missing node anteaters +b missing node interdependent +b missing node primus +b missing node disadvantage +b missing node farms +b missing node wildwood +b missing node magician +b missing node unaddressed +b missing node keratitis +b missing node administrating +b missing node reversal +b missing node unsegregated +b missing node marquisettes +b missing node starved +b missing node walkways +b missing node replacing +b missing node equidistance +b missing node idolater +b missing node frater +b missing node starves +b missing node rhodesians +b missing node starver +b missing node maps +b missing node gluts +b missing node biotechnologies +b missing node chaffering +b missing node ceiled +b missing node brazier +b missing node gossipers +b missing node chronics +b missing node strongboxes +b missing node evenfalls +b missing node westmost +b missing node ceiler +b missing node playfully +b missing node escapers +b missing node jugging +b missing node reflective +b missing node laughs +b missing node celebrator +b missing node cooperated +b missing node carving +b missing node wantonness +b missing node cooperates +b missing node croons +b missing node oregonian +b missing node sociologist +b missing node straightness +b missing node rooking +b missing node nickers +b missing node pretrial +b missing node studbook +b missing node bleaching +b missing node unmollified +b missing node horrible +b missing node cereals +b missing node navel +b missing node gagging +b missing node flouncier +b missing node endearment +b missing node naves +b missing node kited +b missing node clericalism +b missing node clericalist +b missing node forgives +b missing node forgiver +b missing node forgiven +b missing node semipermeability +b missing node stiffens +b missing node bassos +b missing node procreative +b missing node dermatitis +b missing node autopsying +b missing node horribly +b missing node copras +b missing node mizzenmasts +b missing node flatfishes +b missing node reannex +b missing node zambia +b missing node crooks +b missing node peacoats +b missing node girder +b missing node unbosoms +b missing node overextends +b missing node silages +b missing node elixir +b missing node patienter +b missing node lossy +b missing node spawners +b missing node offstage +b missing node shindig +b missing node anticipated +b missing node combinations +b missing node reflection +b missing node ultimo +b missing node anticipates +b missing node ultima +b missing node girded +b missing node bestiaries +b missing node regularity +b missing node adventuresses +b missing node acculturation +b missing node cravened +b missing node alluded +b missing node stiffest +b missing node spielers +b missing node raffishly +b missing node reflecting +b missing node larding +b missing node alludes +b missing node prostrations +b missing node roughshod +b missing node sensuous +b missing node shirtwaist +b missing node monicker +b missing node animas +b missing node occurrence +b missing node nickels +b missing node jacksonian +b missing node haughty +b missing node detumescence +b missing node caller +b missing node kobold +b missing node biosensor +b missing node porgies +b missing node hoopers +b missing node marbleizing +b missing node outleap +b missing node incredibility +b missing node procreating +b missing node similar +b missing node flouring +b missing node desserts +b missing node neutralization +b missing node zoogenous +b missing node fishable +b missing node subsets +b missing node beliers +b missing node dethrone +b missing node backstage +b missing node blueball +b missing node defeated +b missing node refinishing +b missing node metamer +b missing node subtle +b missing node eutrophies +b missing node programmers +b missing node wassailing +b missing node counselable +b missing node lividity +b missing node patiently +b missing node sociologies +b missing node hygrometry +b missing node amercements +b missing node parboils +b missing node capturing +b missing node issued +b missing node etiologic +b missing node defeater +b missing node issuer +b missing node issues +b missing node called +b missing node procreation +b missing node acculturative +b missing node millets +b missing node bassly +b missing node polyesters +b missing node reggae +b missing node quarrelling +b missing node believe +b missing node faubourg +b missing node flourish +b missing node abandoning +b missing node bobolinks +b missing node naval +b missing node callas +b missing node hamiltonian +b missing node seaweed +b missing node hortative +b missing node oilier +b missing node playground +b missing node subtly +b missing node bruce +b missing node hymnody +b missing node marxism +b missing node twilling +b missing node anticipator +b missing node glandular +b missing node anapests +b missing node marxist +b missing node opprobriating +b missing node threatens +b missing node dolefuller +b missing node truckload +b missing node conventual +b missing node girdle +b missing node shudderingly +b missing node monarchic +b missing node workbags +b missing node archangelic +b missing node mistreating +b missing node preluded +b missing node graziers +b missing node hairsprings +b missing node formica +b missing node blizzards +b missing node glycerols +b missing node lapfuls +b missing node preluder +b missing node preludes +b missing node basted +b missing node toolers +b missing node vessels +b missing node blintzes +b missing node westwards +b missing node nonconvertible +b missing node brunt +b missing node seeped +b missing node investigational +b missing node parthenogenesis +b missing node keying +b missing node cutouts +b missing node deftest +b missing node cockerel +b missing node laotians +b missing node navvy +b missing node breakfast +b missing node oceanarium +b missing node dissents +b missing node nonvascular +b missing node hoyles +b missing node inferential +b missing node unprofessional +b missing node intersexualities +b missing node bounty +b missing node escapees +b missing node blurrier +b missing node quiddities +b missing node inflaters +b missing node kitty +b missing node ruttiness +b missing node drolling +b missing node biophysics +b missing node preappoint +b missing node instrumentalist +b missing node schoolyards +b missing node exudes +b missing node chevrons +b missing node exuded +b missing node agree +b missing node caricaturists +b missing node hygrometer +b missing node enwombing +b missing node eyrie +b missing node bruit +b missing node sundrops +b missing node squat +b missing node squaw +b missing node readjustments +b missing node deodorants +b missing node meatballs +b missing node onyxes +b missing node shindys +b missing node catted +b missing node cupreous +b missing node benchmarking +b missing node aliphatic +b missing node bruin +b missing node stonable +b missing node overloading +b missing node classless +b missing node reclassifications +b missing node biffies +b missing node redemptions +b missing node coffee +b missing node metaphoric +b missing node vanquishing +b missing node calcspar +b missing node coffer +b missing node wildebeests +b missing node affirmance +b missing node inhaulers +b missing node rugging +b missing node blurrily +b missing node retroaction +b missing node parthenogeneses +b missing node eyrir +b missing node mutualization +b missing node balling +b missing node lazulis +b missing node recoiler +b missing node glycerose +b missing node earldom +b missing node baster +b missing node bastes +b missing node excerpting +b missing node scilicet +b missing node hotspurs +b missing node contiguous +b missing node uncompromisingly +b missing node impersonation +b missing node causewayed +b missing node factotum +b missing node animal +b missing node recoiled +b missing node unbridgeable +b missing node boorish +b missing node positron +b missing node similes +b missing node impinge +b missing node familarity +b missing node cosiness +b missing node beatniks +b missing node liabilities +b missing node overjoying +b missing node squad +b missing node jailors +b missing node nonreciprocals +b missing node squab +b missing node impings +b missing node operations +b missing node nonapplicable +b missing node thermodynamically +b missing node cadged +b missing node cavilled +b missing node caviller +b missing node oviform +b missing node cadges +b missing node cadger +b missing node foredid +b missing node colonelcies +b missing node comparisons +b missing node heathen +b missing node heather +b missing node brazils +b missing node supplements +b missing node biers +b missing node brazing +b missing node signors +b missing node geocentrically +b missing node langur +b missing node autobusses +b missing node shocks +b missing node untastefully +b missing node abluted +b missing node signory +b missing node bullheads +b missing node impersonating +b missing node restrainable +b missing node signora +b missing node preindustrial +b missing node fretted +b missing node signore +b missing node uprivers +b missing node signori +b missing node clefts +b missing node halide +b missing node sanguineness +b missing node reverter +b missing node overpowerful +b missing node despaired +b missing node progressively +b missing node fretter +b missing node nonviable +b missing node idling +b missing node sleuthing +b missing node unspectacular +b missing node reverted +b missing node blurring +b missing node northbound +b missing node piezochemistries +b missing node celebrates +b missing node neatness +b missing node quaternary +b missing node desert +b missing node wielder +b missing node incommunicative +b missing node meadows +b missing node meadowy +b missing node vivisects +b missing node wielded +b missing node undifferentiated +b missing node priapisms +b missing node convicts +b missing node prefabricate +b missing node salesroom +b missing node septimes +b missing node coverers +b missing node presuming +b missing node cakewalk +b missing node spearheading +b missing node instrumentality +b missing node saboteur +b missing node kiter +b missing node returns +b missing node compendiums +b missing node kites +b missing node marxian +b missing node pinscher +b missing node queasily +b missing node connectives +b missing node celebrated +b missing node eventuations +b missing node glaucomas +b missing node palpitating +b missing node campsites +b missing node cattle +b missing node senhor +b missing node looters +b missing node gravidity +b missing node brush +b missing node biffing +b missing node brusk +b missing node mannerliness +b missing node biffins +b missing node crosswise +b missing node repressively +b missing node brute +b missing node natant +b missing node graspers +b missing node palpitation +b missing node faqir +b missing node retroactive +b missing node issuing +b missing node courteousness +b missing node shampoos +b missing node rampaged +b missing node reheeling +b missing node chalkboards +b missing node cravenly +b missing node glanced +b missing node glances +b missing node squib +b missing node biens +b missing node rampages +b missing node aneroid +b missing node rampager +b missing node slanged +b missing node squid +b missing node agric +b missing node tumuluses +b missing node dabbling +b missing node preservation +b missing node kiths +b missing node cackling +b missing node metabolites +b missing node rescheduling +b missing node enraptured +b missing node distancing +b missing node gymnasts +b missing node speculation +b missing node bevelling +b missing node devolve +b missing node derisiveness +b missing node aweing +b missing node supernational +b missing node sappily +b missing node outlets +b missing node rainier +b missing node rials +b missing node gunnings +b missing node soleness +b missing node enraptures +b missing node habituations +b missing node simplifiers +b missing node upshifting +b missing node millier +b missing node hexes +b missing node hexer +b missing node salients +b missing node sapping +b missing node fylfots +b missing node synchronizers +b missing node defrocked +b missing node brawniest +b missing node hooligans +b missing node bounce +b missing node admonitions +b missing node duellists +b missing node reckons +b missing node enumerator +b missing node squabble +b missing node bouncy +b missing node allowable +b missing node alembic +b missing node mindlessness +b missing node catsup +b missing node bested +b missing node earthman +b missing node copolymerize +b missing node orbit +b missing node nonworker +b missing node bounds +b missing node blatant +b missing node deprivals +b missing node oilers +b missing node processionally +b missing node switchyard +b missing node gelatines +b missing node visards +b missing node underclerk +b missing node speculating +b missing node negotiable +b missing node boldly +b missing node effulges +b missing node incorporeality +b missing node shepherd +b missing node regranting +b missing node delineations +b missing node epigrammatize +b missing node leonardo +b missing node effulged +b missing node dazzle +b missing node djakarta +b missing node jounced +b missing node haling +b missing node mercerizing +b missing node counterpanes +b missing node jounces +b missing node frontiersman +b missing node unclarified +b missing node overpowering +b missing node dispiriting +b missing node capotes +b missing node dovecotes +b missing node nighed +b missing node accruable +b missing node delegalizing +b missing node pleurisy +b missing node calmed +b missing node touchback +b missing node insupportable +b missing node hexad +b missing node earthmen +b missing node zones +b missing node zoner +b missing node underlays +b missing node pecuniarily +b missing node insupportably +b missing node raining +b missing node mistral +b missing node handrail +b missing node obelisks +b missing node bactericidally +b missing node thalidomide +b missing node overstretch +b missing node briquet +b missing node vacuolate +b missing node deadeners +b missing node emphasizing +b missing node equinities +b missing node sweltrier +b missing node farrowed +b missing node calmer +b missing node zoned +b missing node mullioning +b missing node sketchers +b missing node acetifies +b missing node rainily +b missing node loped +b missing node combaters +b missing node decommissioned +b missing node garrisoned +b missing node acetified +b missing node carboyed +b missing node magnification +b missing node lopes +b missing node loper +b missing node supernationalisms +b missing node maleficio +b missing node edgeways +b missing node overproduce +b missing node seaways +b missing node garroting +b missing node conspectus +b missing node predatorial +b missing node purported +b missing node retinted +b missing node monumental +b missing node defrosting +b missing node hexed +b missing node halite +b missing node refrained +b missing node circling +b missing node dialects +b missing node understudied +b missing node understudies +b missing node potboy +b missing node agues +b missing node enumerated +b missing node enumerates +b missing node sicced +b missing node subset +b missing node cosponsorships +b missing node unsubmissive +b missing node speculative +b missing node wilson +b missing node ullage +b missing node nigher +b missing node decollete +b missing node nonheroes +b missing node deadened +b missing node impending +b missing node deadener +b missing node bicorporal +b missing node parlaying +b missing node rations +b missing node acquiesces +b missing node cooperator +b missing node undecorated +b missing node hexyl +b missing node downturn +b missing node scraggier +b missing node equivocacies +b missing node tempters +b missing node foremanship +b missing node battalion +b missing node bighead +b missing node dogsbody +b missing node moppers +b missing node morbidness +b missing node distillates +b missing node bipods +b missing node coordinately +b missing node metatarsally +b missing node underlaps +b missing node endowment +b missing node enrollments +b missing node acquiesced +b missing node tragically +b missing node startle +b missing node emptor +b missing node grantsman +b missing node fulled +b missing node basses +b missing node basset +b missing node renotify +b missing node vespertine +b missing node raffled +b missing node easiness +b missing node asbestic +b missing node salience +b missing node minuteman +b missing node fuller +b missing node equipages +b missing node chagrins +b missing node posturing +b missing node xenoliths +b missing node dairying +b missing node moppets +b missing node xmases +b missing node cottagers +b missing node casebooks +b missing node campiness +b missing node brakeage +b missing node plentiful +b missing node saliency +b missing node nonmen +b missing node satyriases +b missing node crosby +b missing node clucking +b missing node fisherman +b missing node faddier +b missing node nerves +b missing node fundamentalist +b missing node supposed +b missing node arrowy +b missing node download +b missing node zonal +b missing node looniest +b missing node arrows +b missing node motorships +b missing node preascertaining +b missing node supposes +b missing node supposer +b missing node distrustfully +b missing node downtowns +b missing node embroiled +b missing node cuddy +b missing node fundamentalism +b missing node pearlites +b missing node nerved +b missing node raffles +b missing node raffler +b missing node ribby +b missing node hollowest +b missing node reupholsters +b missing node frontiersmen +b missing node concluding +b missing node trimonthly +b missing node cerement +b missing node contestee +b missing node contested +b missing node spawning +b missing node ballyhoo +b missing node seizures +b missing node arroyo +b missing node gasper +b missing node proselyte +b missing node cindering +b missing node potash +b missing node reattempted +b missing node goutily +b missing node callow +b missing node defensiveness +b missing node tinkered +b missing node scourger +b missing node scourges +b missing node gasped +b missing node hyssops +b missing node fishermen +b missing node indisposition +b missing node grantsmen +b missing node potboiling +b missing node satyriasis +b missing node disinfected +b missing node scourged +b missing node potato +b missing node nonman +b missing node palominos +b missing node storeys +b missing node dispense +b missing node cumulous +b missing node underlaid +b missing node sockmen +b missing node milling +b missing node synesthetic +b missing node perilled +b missing node bestir +b missing node lardier +b missing node conjecturable +b missing node loyalty +b missing node nights +b missing node underlain +b missing node unendorsed +b missing node underbelly +b missing node conventionalizes +b missing node million +b missing node plinked +b missing node nighty +b missing node scragging +b missing node abnormally +b missing node meltages +b missing node heartbreaking +b missing node badness +b missing node conventionalized +b missing node auditions +b missing node ashtrays +b missing node aweigh +b missing node plinker +b missing node callus +b missing node affixion +b missing node caseloads +b missing node unrevised +b missing node russify +b missing node bolloxed +b missing node busyworks +b missing node trachomas +b missing node incipience +b missing node sintering +b missing node stuttered +b missing node ruralize +b missing node demagog +b missing node caldron +b missing node bolloxes +b missing node promoters +b missing node stutterer +b missing node incipiency +b missing node stodges +b missing node underproduce +b missing node affixing +b missing node stodged +b missing node eyeball +b missing node bothered +b missing node asbestos +b missing node decompensating +b missing node suffused +b missing node sockman +b missing node attitudes +b missing node obsequiously +b missing node frankfurt +b missing node masterworks +b missing node biotype +b missing node xylotomy +b missing node enfolds +b missing node plasticizes +b missing node plasticizer +b missing node injures +b missing node heartbroke +b missing node tribeswomen +b missing node gymnasia +b missing node plasticized +b missing node gasolines +b missing node magicked +b missing node injured +b missing node huntings +b missing node magister +b missing node suffuses +b missing node injurer +b missing node declensions +b missing node deeryard +b missing node orcas +b missing node bolded +b missing node foreconscious +b missing node minutemen +b missing node descending +b missing node transfigure +b missing node mudders +b missing node equipage +b missing node receptor +b missing node coalescence +b missing node filleting +b missing node bolder +b missing node bestow +b missing node shortcakes +b missing node decompensation +b missing node loppy +b missing node starter +b missing node ampere +b missing node wagonette +b missing node started +b missing node kaiser +b missing node bewilderingly +b missing node grittiest +b missing node budding +b missing node pedaling +b missing node dado +b missing node subtonic +b missing node supports +b missing node shiva +b missing node dads +b missing node congestions +b missing node tangoing +b missing node gerontologies +b missing node swishes +b missing node swisher +b missing node canallers +b missing node violating +b missing node forebay +b missing node externalize +b missing node liniest +b missing node shivs +b missing node egoists +b missing node knocker +b missing node zoons +b missing node barbican +b missing node potage +b missing node retitling +b missing node upwind +b missing node hewed +b missing node colleges +b missing node colleger +b missing node proverbial +b missing node shive +b missing node zooms +b missing node faddist +b missing node faddism +b missing node shist +b missing node yuletides +b missing node exoterically +b missing node hewer +b missing node dabs +b missing node faddish +b missing node nates +b missing node unwrapping +b missing node shish +b missing node tribeswoman +b missing node dace +b missing node battings +b missing node checking +b missing node subtones +b missing node shits +b missing node spoilsman +b missing node swished +b missing node subcellars +b missing node fraternal +b missing node receptiveness +b missing node quitclaim +b missing node loyally +b missing node wontons +b missing node conicity +b missing node tropism +b missing node cyclicly +b missing node dada +b missing node renotifying +b missing node casuistry +b missing node fewest +b missing node tactfulness +b missing node iridescences +b missing node rarefies +b missing node rarefier +b missing node martyrdom +b missing node mercenary +b missing node dislocate +b missing node future +b missing node ripostes +b missing node rarefied +b missing node dehorning +b missing node reciting +b missing node emending +b missing node boomeranged +b missing node metallurgy +b missing node treader +b missing node fishtail +b missing node wellsite +b missing node treaded +b missing node scourers +b missing node greenrooms +b missing node clickers +b missing node nitrogenous +b missing node fluting +b missing node bulgarians +b missing node impious +b missing node jillion +b missing node frappe +b missing node axiomatically +b missing node knocked +b missing node caboodles +b missing node natal +b missing node levelers +b missing node seemly +b missing node serging +b missing node penancing +b missing node misinterpreting +b missing node quizzed +b missing node riposted +b missing node uniform +b missing node prelacy +b missing node scenically +b missing node quizzer +b missing node quizzes +b missing node speleologists +b missing node hushing +b missing node fellatrices +b missing node joblessness +b missing node daubery +b missing node entropy +b missing node verifies +b missing node verifier +b missing node bolero +b missing node laurels +b missing node coiffing +b missing node abdomens +b missing node worktables +b missing node gracefulness +b missing node wordbooks +b missing node expurgating +b missing node verified +b missing node furtherance +b missing node unsubstantiated +b missing node desisted +b missing node gambrel +b missing node behoove +b missing node trickiest +b missing node legroom +b missing node tinstone +b missing node underway +b missing node expurgation +b missing node daubers +b missing node denarii +b missing node violative +b missing node clabbers +b missing node externalism +b missing node condenses +b missing node faddists +b missing node subscribing +b missing node condenser +b missing node nonconclusively +b missing node undrapes +b missing node swanskins +b missing node condensed +b missing node stockpile +b missing node zooid +b missing node loyaler +b missing node dedicator +b missing node parlor +b missing node seedsman +b missing node tsked +b missing node tinkerer +b missing node amnionic +b missing node tropins +b missing node ternaries +b missing node eunuch +b missing node respects +b missing node retinues +b missing node pigpens +b missing node treadle +b missing node tropine +b missing node accorded +b missing node rowable +b missing node cuckooed +b missing node yoking +b missing node cableways +b missing node retinued +b missing node bedframes +b missing node revetting +b missing node enrollers +b missing node accorder +b missing node unsteeling +b missing node glyptic +b missing node sensitometers +b missing node arsonic +b missing node collaborationists +b missing node emphatically +b missing node undraped +b missing node goutier +b missing node forearm +b missing node copper +b missing node fanny +b missing node aloofness +b missing node stollen +b missing node hoaxing +b missing node besmirches +b missing node besmircher +b missing node zemstvos +b missing node assiduously +b missing node souther +b missing node callowest +b missing node decrowns +b missing node copped +b missing node seemed +b missing node flutier +b missing node besmirched +b missing node southed +b missing node upswing +b missing node notched +b missing node cypher +b missing node shadowless +b missing node violation +b missing node zooks +b missing node eighteenths +b missing node seemer +b missing node institutionalizing +b missing node nigger +b missing node notches +b missing node notcher +b missing node outspells +b missing node platies +b missing node klutzier +b missing node hombres +b missing node extruding +b missing node hoecake +b missing node platier +b missing node heaters +b missing node passaged +b missing node quibbled +b missing node hounder +b missing node chattel +b missing node hulkier +b missing node rezones +b missing node vermiculites +b missing node dave +b missing node chatter +b missing node loran +b missing node shies +b missing node shier +b missing node hounded +b missing node quibbler +b missing node anadem +b missing node quibbles +b missing node rezoned +b missing node faddisms +b missing node dreaminess +b missing node shied +b missing node bight +b missing node kirks +b missing node duplexing +b missing node daub +b missing node passages +b missing node lobbying +b missing node unalterably +b missing node undulates +b missing node assents +b missing node data +b missing node miterers +b missing node calmly +b missing node date +b missing node pluralizes +b missing node pailful +b missing node posteriorly +b missing node tropics +b missing node electrification +b missing node memorializes +b missing node seaworthiness +b missing node luffed +b missing node dash +b missing node embroideries +b missing node memorialized +b missing node vineyards +b missing node voicelessly +b missing node swishiest +b missing node undulated +b missing node chatted +b missing node pluralized +b missing node tanbarks +b missing node niggle +b missing node lobbyist +b missing node proverbing +b missing node indemnitor +b missing node gerontologist +b missing node natty +b missing node dart +b missing node strongholds +b missing node exhilarate +b missing node interbreed +b missing node amazedly +b missing node darn +b missing node dark +b missing node hypothesizers +b missing node highborn +b missing node dare +b missing node lobbyism +b missing node regear +b missing node traumatic +b missing node expatiations +b missing node rewinding +b missing node overtaxed +b missing node bigly +b missing node acclivities +b missing node listings +b missing node willingest +b missing node dopers +b missing node cardinalities +b missing node punctually +b missing node bigot +b missing node prelate +b missing node tattered +b missing node decahedrons +b missing node seedsmen +b missing node unfreezing +b missing node roomfuls +b missing node plating +b missing node overtaxes +b missing node illusion +b missing node creedal +b missing node tweedier +b missing node trickster +b missing node shift +b missing node investing +b missing node dane +b missing node dang +b missing node dana +b missing node altitude +b missing node tenters +b missing node hulking +b missing node shine +b missing node maintaining +b missing node dank +b missing node regent +b missing node swordfishes +b missing node lineament +b missing node damp +b missing node dams +b missing node shins +b missing node hypoergic +b missing node shiny +b missing node friability +b missing node dame +b missing node shily +b missing node esther +b missing node illusive +b missing node rewards +b missing node caparisons +b missing node damn +b missing node parlay +b missing node sappier +b missing node beltway +b missing node shims +b missing node sweatshop +b missing node buddies +b missing node matinees +b missing node pivoted +b missing node wilted +b missing node ratings +b missing node reenjoying +b missing node bioastronautical +b missing node dale +b missing node ukases +b missing node thumbnuts +b missing node shill +b missing node horridly +b missing node lanceted +b missing node unreality +b missing node hamster +b missing node anglophilia +b missing node libelists +b missing node speaker +b missing node sabbaths +b missing node nonmembership +b missing node egoisms +b missing node fagots +b missing node emblazing +b missing node nonspecific +b missing node swarthiness +b missing node sabbatic +b missing node haunter +b missing node shirk +b missing node unrepaid +b missing node dedicates +b missing node pioneer +b missing node dedicatee +b missing node keepable +b missing node haunted +b missing node stabled +b missing node resupply +b missing node synesthesia +b missing node shire +b missing node dryers +b missing node embroidering +b missing node stabler +b missing node dedicated +b missing node psychometry +b missing node collegia +b missing node nonproprietaries +b missing node reflectively +b missing node dais +b missing node parley +b missing node stables +b missing node shirr +b missing node shirt +b missing node coaxially +b missing node unhitching +b missing node endorsing +b missing node incorrigibly +b missing node hangman +b missing node younkers +b missing node chaperon +b missing node enchantingly +b missing node dryest +b missing node discountable +b missing node incorrigible +b missing node flutings +b missing node prostyles +b missing node hiccups +b missing node considerately +b missing node diopters +b missing node coprocessing +b missing node depletes +b missing node obeisances +b missing node shoers +b missing node testiest +b missing node epithet +b missing node enrollees +b missing node carboxyl +b missing node order +b missing node shipt +b missing node impairments +b missing node ships +b missing node immature +b missing node dago +b missing node depleted +b missing node indemnitee +b missing node anglophiles +b missing node overturning +b missing node taoism +b missing node cruellest +b missing node taoist +b missing node daft +b missing node posited +b missing node hallways +b missing node adamancies +b missing node crookneck +b missing node rideable +b missing node cluster +b missing node barging +b missing node basque +b missing node sanctimony +b missing node merman +b missing node rescinding +b missing node braidings +b missing node answered +b missing node vowelize +b missing node pleading +b missing node senselessly +b missing node righted +b missing node shakeup +b missing node titillations +b missing node capturers +b missing node proofreading +b missing node estops +b missing node adaptiveness +b missing node prehistorical +b missing node meandering +b missing node scrape +b missing node fustiest +b missing node captaining +b missing node humidor +b missing node answerer +b missing node wherever +b missing node renames +b missing node elites +b missing node eyeteeth +b missing node blunderers +b missing node formers +b missing node scraps +b missing node factitious +b missing node willow +b missing node rooftrees +b missing node renamed +b missing node whelping +b missing node spoilsmen +b missing node imagists +b missing node illegal +b missing node bison +b missing node parkas +b missing node provocation +b missing node righter +b missing node nothings +b missing node tripes +b missing node tillering +b missing node ogress +b missing node resolutory +b missing node expertise +b missing node nematode +b missing node numberers +b missing node readopted +b missing node renumbered +b missing node fancy +b missing node religionist +b missing node vouchsafing +b missing node influent +b missing node topsoiled +b missing node embryoid +b missing node halloo +b missing node gracioso +b missing node ginnings +b missing node unmeant +b missing node alining +b missing node silverware +b missing node hallos +b missing node lutenist +b missing node provocative +b missing node halloa +b missing node bisected +b missing node censoriously +b missing node stipple +b missing node counterfeitly +b missing node conduciveness +b missing node carpeted +b missing node tramlines +b missing node restoratives +b missing node hallow +b missing node diminution +b missing node hackie +b missing node granddads +b missing node scouring +b missing node richened +b missing node hacked +b missing node penalities +b missing node unadvertised +b missing node hackee +b missing node hacker +b missing node ripplier +b missing node disturb +b missing node rafflers +b missing node counterplot +b missing node maitre +b missing node descendence +b missing node foldaway +b missing node blubberers +b missing node colloquiums +b missing node appropriable +b missing node marinaras +b missing node rethought +b missing node scrams +b missing node fraulein +b missing node lowed +b missing node mermen +b missing node abuttals +b missing node wincing +b missing node lower +b missing node shays +b missing node freak +b missing node scrawl +b missing node looker +b missing node founds +b missing node unconsidered +b missing node pyongyang +b missing node weatherwise +b missing node offended +b missing node treadmill +b missing node expansions +b missing node pestilently +b missing node offender +b missing node doubtful +b missing node bedmates +b missing node aerogels +b missing node shawn +b missing node shawm +b missing node shawl +b missing node waxed +b missing node crunchers +b missing node glassworker +b missing node selenous +b missing node resurrect +b missing node shaws +b missing node gofers +b missing node waxen +b missing node revisiting +b missing node fanes +b missing node waxes +b missing node sheeting +b missing node deoxidation +b missing node brothier +b missing node supereminent +b missing node waxer +b missing node projectiles +b missing node fangs +b missing node hallah +b missing node exegetic +b missing node carcases +b missing node spieling +b missing node cyan +b missing node clears +b missing node marinading +b missing node empennage +b missing node freed +b missing node shortages +b missing node coldish +b missing node whizbang +b missing node caciques +b missing node freer +b missing node lullabies +b missing node frees +b missing node bighorn +b missing node perspiratory +b missing node lonesome +b missing node shave +b missing node rowings +b missing node petrochemicals +b missing node chaplains +b missing node shriveled +b missing node ferrite +b missing node harnesses +b missing node issuable +b missing node harnesser +b missing node virulences +b missing node aptly +b missing node stationary +b missing node issuably +b missing node irritableness +b missing node harnessed +b missing node tattooists +b missing node lullabied +b missing node perpetrators +b missing node disciple +b missing node metameric +b missing node duettist +b missing node unsparing +b missing node denazify +b missing node obovate +b missing node goldfinch +b missing node cadillac +b missing node fiance +b missing node cowered +b missing node besets +b missing node lowly +b missing node cleans +b missing node humidly +b missing node looked +b missing node naked +b missing node wristband +b missing node selfheals +b missing node drossiness +b missing node rotifers +b missing node antarctic +b missing node ulnar +b missing node ulnas +b missing node evangelically +b missing node mycology +b missing node gaiters +b missing node irrelevance +b missing node scowlers +b missing node buttercups +b missing node movements +b missing node agouties +b missing node doggie +b missing node godspeed +b missing node nought +b missing node nominates +b missing node flowingly +b missing node ritualization +b missing node invalidated +b missing node nominated +b missing node feasances +b missing node refutatory +b missing node predepression +b missing node irrelevancy +b missing node ulnae +b missing node invalidates +b missing node extrications +b missing node overdecorating +b missing node vitiate +b missing node eviction +b missing node polices +b missing node nasalise +b missing node piedmont +b missing node policed +b missing node peristyles +b missing node personalis +b missing node corrupts +b missing node nubby +b missing node apter +b missing node subbing +b missing node huddling +b missing node embroiderers +b missing node bulimiac +b missing node kirtles +b missing node tricksier +b missing node erosiveness +b missing node envenomed +b missing node accredits +b missing node nasality +b missing node necessarily +b missing node pencilers +b missing node considering +b missing node bulimias +b missing node kirtled +b missing node rabbiting +b missing node genital +b missing node cunts +b missing node nubia +b missing node transposed +b missing node sanity +b missing node somatology +b missing node cereuses +b missing node transposes +b missing node anarchical +b missing node cypruses +b missing node softly +b missing node peristylar +b missing node fiberizing +b missing node mistrials +b missing node sampling +b missing node migraine +b missing node maestros +b missing node hastening +b missing node bending +b missing node vacated +b missing node personally +b missing node smitheries +b missing node retractable +b missing node hilted +b missing node bighearted +b missing node truancy +b missing node sprain +b missing node vacates +b missing node brimless +b missing node birth +b missing node buffers +b missing node goffer +b missing node uncrowning +b missing node lapidating +b missing node reconstituting +b missing node reddest +b missing node dissipators +b missing node entwisted +b missing node syllogism +b missing node endplate +b missing node sudoral +b missing node scrags +b missing node undulance +b missing node glyph +b missing node experting +b missing node lanker +b missing node softie +b missing node checkering +b missing node reconstitution +b missing node deaning +b missing node founts +b missing node alphabetical +b missing node buffets +b missing node reavows +b missing node affability +b missing node uncials +b missing node unhatted +b missing node nominator +b missing node drudging +b missing node antibiotic +b missing node rocketlike +b missing node gracious +b missing node nonfat +b missing node manganesian +b missing node seneca +b missing node hymning +b missing node conoid +b missing node oxters +b missing node invalidator +b missing node bewitching +b missing node renters +b missing node gendered +b missing node potentiometers +b missing node hammiest +b missing node bawdric +b missing node sectary +b missing node pungent +b missing node choreograph +b missing node mercantilism +b missing node stoppled +b missing node hymnist +b missing node locator +b missing node necessaries +b missing node dogger +b missing node albinisms +b missing node expenditures +b missing node disinfections +b missing node undershirt +b missing node stopples +b missing node boucle +b missing node blotched +b missing node gunship +b missing node dwarf +b missing node soften +b missing node lowering +b missing node evicting +b missing node softer +b missing node dogged +b missing node diminutive +b missing node reddens +b missing node trapezes +b missing node invagination +b missing node lankly +b missing node cunni +b missing node suffragists +b missing node parked +b missing node counterfeiter +b missing node parker +b missing node magnetizable +b missing node counterfeited +b missing node unfettered +b missing node recompensation +b missing node beseem +b missing node indivisible +b missing node bisector +b missing node deemphasizes +b missing node encomia +b missing node liaison +b missing node carnally +b missing node rippling +b missing node indivisibly +b missing node deemphasized +b missing node parisians +b missing node eyewitnesses +b missing node topwork +b missing node litigants +b missing node coequally +b missing node sonnetting +b missing node dropkicker +b missing node located +b missing node shogun +b missing node gospels +b missing node demolitionist +b missing node antwerp +b missing node moonshine +b missing node hogans +b missing node epigrammatist +b missing node agers +b missing node somewise +b missing node reconcentrated +b missing node epigrammatism +b missing node locates +b missing node locater +b missing node wawls +b missing node gloaters +b missing node zealousness +b missing node assassins +b missing node outgunning +b missing node blotches +b missing node reconcentrates +b missing node lallygags +b missing node anglophobe +b missing node silvans +b missing node safeties +b missing node stormed +b missing node mellowness +b missing node heinies +b missing node acclaim +b missing node naive +b missing node programming +b missing node sharecropped +b missing node safetied +b missing node descartes +b missing node sharecropper +b missing node deceases +b missing node misogamist +b missing node prussians +b missing node blastings +b missing node breakfasting +b missing node jazzmen +b missing node elderly +b missing node chinkiest +b missing node jazzman +b missing node sprays +b missing node wantonly +b missing node virtuoso +b missing node virtuosi +b missing node natalities +b missing node gunshot +b missing node sendee +b missing node characterless +b missing node sender +b missing node dogmatists +b missing node aspirated +b missing node loxes +b missing node turnover +b missing node birthed +b missing node cupid +b missing node deceased +b missing node misinformants +b missing node familiarness +b missing node northwesterly +b missing node mopper +b missing node agent +b missing node mopped +b missing node refugees +b missing node maidish +b missing node irregularly +b missing node amniotes +b missing node retroacts +b missing node moppet +b missing node sustaining +b missing node sprawl +b missing node affinities +b missing node virtuous +b missing node impalements +b missing node rowels +b missing node nippy +b missing node octoroons +b missing node aspirates +b missing node joying +b missing node bridling +b missing node czar +b missing node bulkage +b missing node intrepidly +b missing node callousing +b missing node peevish +b missing node doubtless +b missing node rerecorded +b missing node peeving +b missing node puerility +b missing node detumescent +b missing node birds +b missing node gerund +b missing node branched +b missing node fraternities +b missing node ombudsman +b missing node rowers +b missing node gypsum +b missing node swisses +b missing node fatigueless +b missing node egocentricity +b missing node contradictory +b missing node prague +b missing node branches +b missing node rhyta +b missing node cromwell +b missing node ecological +b missing node cutthroats +b missing node recasting +b missing node citifies +b missing node accountable +b missing node undershorts +b missing node famed +b missing node accountably +b missing node sprats +b missing node doggerel +b missing node silverfish +b missing node golliwogs +b missing node amniotic +b missing node spectacular +b missing node fiendishly +b missing node whitlow +b missing node nasalize +b missing node recriminate +b missing node tsuba +b missing node ratfinks +b missing node fames +b missing node birch +b missing node imperium +b missing node monsignor +b missing node rhapsodical +b missing node headsman +b missing node permutes +b missing node sitzmarks +b missing node colloid +b missing node odored +b missing node permuted +b missing node approbations +b missing node stumblers +b missing node lotharios +b missing node blondes +b missing node personalty +b missing node blonder +b missing node clavicles +b missing node reliability +b missing node auctors +b missing node nougat +b missing node ombudsmen +b missing node stealthiness +b missing node firebrand +b missing node paperboy +b missing node latchstrings +b missing node parish +b missing node prosthetically +b missing node skiplanes +b missing node vaultings +b missing node misdiagnose +b missing node beryline +b missing node horrific +b missing node teargasses +b missing node minims +b missing node nicking +b missing node bedfast +b missing node awfulness +b missing node minima +b missing node burglarize +b missing node mining +b missing node stiffing +b missing node voluminousness +b missing node parity +b missing node escallops +b missing node aspirator +b missing node knucklehead +b missing node teargassed +b missing node nurserymaids +b missing node citified +b missing node considerations +b missing node rehabilitation +b missing node undyingly +b missing node platter +b missing node wantoned +b missing node minion +b missing node rehabilitating +b missing node internment +b missing node retyping +b missing node platted +b missing node wantoner +b missing node sprang +b missing node ferried +b missing node disinherits +b missing node nativities +b missing node samplings +b missing node debtors +b missing node ferries +b missing node participial +b missing node redelivered +b missing node budapest +b missing node thunderbird +b missing node misprinting +b missing node foreyard +b missing node boxings +b missing node rhyme +b missing node naifs +b missing node prefabbed +b missing node ovulating +b missing node ridley +b missing node draughty +b missing node crevasses +b missing node eroticism +b missing node draughts +b missing node eroticist +b missing node ovulation +b missing node artifact +b missing node falls +b missing node viceroy +b missing node variable +b missing node scavenge +b missing node turnouts +b missing node behoved +b missing node cramming +b missing node ritualistically +b missing node arbitrators +b missing node snowballing +b missing node eroticize +b missing node aviatrix +b missing node cardcase +b missing node tongers +b missing node slobbering +b missing node behoves +b missing node catamite +b missing node snailing +b missing node modulator +b missing node premeditators +b missing node stiffish +b missing node variably +b missing node hogfish +b missing node grumbly +b missing node bobcats +b missing node unostentatiously +b missing node afterglows +b missing node southings +b missing node charlatanism +b missing node cyme +b missing node charlatanish +b missing node soudan +b missing node hallucinate +b missing node taloned +b missing node tusker +b missing node cleats +b missing node duetting +b missing node buffaloing +b missing node unyielding +b missing node anvilling +b missing node tinting +b missing node vivisectionists +b missing node grumble +b missing node headsmen +b missing node corncrib +b missing node beseechers +b missing node nonoperable +b missing node latrines +b missing node fishtailing +b missing node conned +b missing node aidless +b missing node cultivable +b missing node cleave +b missing node service +b missing node daddies +b missing node conner +b missing node orris +b missing node monomaniacs +b missing node torturer +b missing node checkrowed +b missing node serenity +b missing node false +b missing node substantiable +b missing node tortures +b missing node smirkingly +b missing node teller +b missing node prevent +b missing node rethread +b missing node unburdened +b missing node ceremony +b missing node cacophonously +b missing node irksome +b missing node cyclings +b missing node inlanders +b missing node nails +b missing node tripod +b missing node sidestroke +b missing node horridness +b missing node mascot +b missing node bebops +b missing node anathemata +b missing node quidnunc +b missing node mascon +b missing node midmosts +b missing node pylon +b missing node illiterately +b missing node winched +b missing node ciscos +b missing node wincher +b missing node agreeing +b missing node winches +b missing node tusked +b missing node arisings +b missing node abbotships +b missing node cyst +b missing node sidereal +b missing node gannets +b missing node connie +b missing node laciest +b missing node hangars +b missing node bunghole +b missing node appendix +b missing node appaloosa +b missing node amercement +b missing node seeker +b missing node senseful +b missing node appended +b missing node desalters +b missing node rurality +b missing node redefinitions +b missing node fortuneteller +b missing node ruralite +b missing node servile +b missing node unlocking +b missing node glowworms +b missing node ruralist +b missing node distressful +b missing node truisms +b missing node displeasure +b missing node ingrafting +b missing node ostensible +b missing node shakers +b missing node unravel +b missing node flounciest +b missing node ruralism +b missing node humorousness +b missing node bryan +b missing node deifying +b missing node cantrips +b missing node crescent +b missing node modulated +b missing node goddamning +b missing node solenoid +b missing node triple +b missing node ostensibly +b missing node clarifiable +b missing node longevity +b missing node modulates +b missing node counterplea +b missing node tortured +b missing node reboarding +b missing node notarizing +b missing node triply +b missing node imagisms +b missing node sublunary +b missing node sensitizes +b missing node dyewood +b missing node britannica +b missing node subway +b missing node unflaggingly +b missing node flutter +b missing node faultlessly +b missing node pizazzes +b missing node unassumingly +b missing node circlets +b missing node baroques +b missing node gantry +b missing node fairest +b missing node inweaving +b missing node sensitized +b missing node enlarged +b missing node counterparts +b missing node petters +b missing node ululations +b missing node hellcats +b missing node serrates +b missing node robotisms +b missing node prodded +b missing node runtiness +b missing node decorators +b missing node feasant +b missing node prodder +b missing node serrated +b missing node gusset +b missing node entrench +b missing node battledore +b missing node paleocene +b missing node negotiants +b missing node ruminatingly +b missing node circlers +b missing node precise +b missing node eventuation +b missing node hotheaded +b missing node glycogen +b missing node sowbellies +b missing node demimonde +b missing node slatings +b missing node revocatory +b missing node flippant +b missing node chartering +b missing node interviewers +b missing node dioxin +b missing node aerograms +b missing node sermonized +b missing node coquinas +b missing node dropkick +b missing node vibrato +b missing node raspberries +b missing node utter +b missing node eventuating +b missing node deisms +b missing node destroying +b missing node serving +b missing node vibrate +b missing node travertine +b missing node gaieties +b missing node renouncers +b missing node marmots +b missing node enlarges +b missing node enlarger +b missing node pommeled +b missing node undereducated +b missing node unclenching +b missing node aegises +b missing node sermonizer +b missing node sermonizes +b missing node whitish +b missing node abscessed +b missing node freakier +b missing node etoiles +b missing node trinal +b missing node tarboosh +b missing node ammonify +b missing node highball +b missing node brooming +b missing node abscesses +b missing node underlay +b missing node sprightliness +b missing node uncritical +b missing node patience +b missing node draping +b missing node gunsels +b missing node goodwives +b missing node expurgator +b missing node priors +b missing node priory +b missing node nudum +b missing node vibrant +b missing node lotions +b missing node hopers +b missing node dogcatcher +b missing node abashedly +b missing node capacitively +b missing node slogged +b missing node spookily +b missing node detoxicating +b missing node fouled +b missing node loomed +b missing node sluiced +b missing node configure +b missing node rajahs +b missing node whiting +b missing node horehound +b missing node lough +b missing node hushed +b missing node mistakenly +b missing node ensorcels +b missing node ingate +b missing node priori +b missing node saunas +b missing node vrouws +b missing node enlighteners +b missing node daringness +b missing node snicker +b missing node insecureness +b missing node hushes +b missing node crumbliness +b missing node gangrenes +b missing node dottles +b missing node millenniums +b missing node larrups +b missing node citywide +b missing node somewhen +b missing node deforest +b missing node gangrened +b missing node immodestly +b missing node louis +b missing node enthusiasm +b missing node minimally +b missing node nonmetals +b missing node slogger +b missing node naiad +b missing node fouler +b missing node unremunerative +b missing node louie +b missing node relaxants +b missing node enthusiast +b missing node detoxication +b missing node telekinesis +b missing node woolliness +b missing node closely +b missing node homicide +b missing node koruna +b missing node tabletting +b missing node ammoniac +b missing node lathery +b missing node legatos +b missing node legator +b missing node ammonias +b missing node budders +b missing node ballooners +b missing node shetland +b missing node infringing +b missing node tinters +b missing node exorcizing +b missing node burweeds +b missing node koruny +b missing node parleyer +b missing node lathers +b missing node firehalls +b missing node peacocks +b missing node chairmanship +b missing node illuminative +b missing node freaking +b missing node excursiveness +b missing node snicked +b missing node paperers +b missing node freeport +b missing node cuckolds +b missing node embarrasses +b missing node elidible +b missing node parleyed +b missing node deists +b missing node sluices +b missing node pygmyish +b missing node embarrassed +b missing node pygmyism +b missing node broadcastings +b missing node commendation +b missing node freakily +b missing node spookier +b missing node rankness +b missing node throwaway +b missing node millers +b missing node sternutate +b missing node rehabilitative +b missing node unchastised +b missing node condescendence +b missing node molests +b missing node octyls +b missing node senatorship +b missing node excruciatingly +b missing node minify +b missing node unenvious +b missing node mamboed +b missing node infatuations +b missing node tooling +b missing node registering +b missing node whities +b missing node arborized +b missing node mamboes +b missing node foresheet +b missing node bespattering +b missing node intravenous +b missing node smoothly +b missing node ulcerous +b missing node arborizes +b missing node doubting +b missing node foully +b missing node toastmasters +b missing node brilliancies +b missing node celestas +b missing node broached +b missing node sought +b missing node soughs +b missing node nonethicalness +b missing node leukaemia +b missing node pickerel +b missing node preordained +b missing node shinbones +b missing node broaches +b missing node broacher +b missing node leukaemic +b missing node retested +b missing node terseness +b missing node indigos +b missing node closeup +b missing node lotos +b missing node embroiling +b missing node unfortunately +b missing node mindedly +b missing node pecans +b missing node trimly +b missing node calibers +b missing node natively +b missing node ethylated +b missing node bonneting +b missing node dignitary +b missing node submergible +b missing node spookish +b missing node handguns +b missing node drupelet +b missing node october +b missing node waiters +b missing node copolymerizations +b missing node skywards +b missing node materializations +b missing node unrecommended +b missing node ethylates +b missing node adulterer +b missing node freakish +b missing node bumpiness +b missing node closest +b missing node collops +b missing node interfacial +b missing node strived +b missing node synchronizing +b missing node disinterest +b missing node kilowatts +b missing node wadders +b missing node storing +b missing node imperils +b missing node pneumonitis +b missing node anathematizes +b missing node shojis +b missing node nudie +b missing node closets +b missing node moxa +b missing node telekineses +b missing node anarch +b missing node illuminating +b missing node bilious +b missing node coffin +b missing node conversationalist +b missing node exhorter +b missing node anathematized +b missing node fakir +b missing node celestes +b missing node smoothie +b missing node gizzard +b missing node illumination +b missing node spooking +b missing node striven +b missing node wrecker +b missing node cableway +b missing node defroster +b missing node robustest +b missing node strives +b missing node striver +b missing node suasively +b missing node paring +b missing node wrecked +b missing node jutted +b missing node nudge +b missing node exhorted +b missing node altruist +b missing node smidgins +b missing node championing +b missing node defrosted +b missing node altruism +b missing node pinnacling +b missing node somewhat +b missing node ridgier +b missing node closers +b missing node grungiest +b missing node imperial +b missing node phantasies +b missing node obliterator +b missing node cuppa +b missing node untethered +b missing node groggier +b missing node lousiness +b missing node chaffs +b missing node invariant +b missing node lotus +b missing node toledo +b missing node blacktop +b missing node phantasied +b missing node grinder +b missing node bitsy +b missing node perilous +b missing node interfacing +b missing node fingernail +b missing node enrollment +b missing node bitte +b missing node chaffy +b missing node nudes +b missing node nuder +b missing node throbbing +b missing node adminstration +b missing node thematically +b missing node gulpers +b missing node broomier +b missing node didies +b missing node lotto +b missing node halfbeaks +b missing node windable +b missing node orientations +b missing node smoother +b missing node pliocene +b missing node heeder +b missing node copula +b missing node queasier +b missing node smoothen +b missing node daphnias +b missing node smoothed +b missing node hardtack +b missing node pariah +b missing node staccato +b missing node derogating +b missing node armourers +b missing node grinded +b missing node cuppy +b missing node shortchanging +b missing node bitts +b missing node bitty +b missing node tieing +b missing node overjoys +b missing node soulful +b missing node derogation +b missing node expansionary +b missing node codfishes +b missing node mousings +b missing node trickiness +b missing node divinations +b missing node banquettes +b missing node existential +b missing node traditionalists +b missing node profanatory +b missing node finbacks +b missing node storied +b missing node collaring +b missing node duping +b missing node fuehrer +b missing node stories +b missing node seafood +b missing node encumber +b missing node dogies +b missing node decistere +b missing node appalled +b missing node perambulates +b missing node ernest +b missing node inditers +b missing node perambulated +b missing node crinites +b missing node predetermine +b missing node amerindians +b missing node harbinger +b missing node chafed +b missing node fescues +b missing node demanding +b missing node chafes +b missing node aghas +b missing node chafer +b missing node monk +b missing node mimickers +b missing node spaders +b missing node curly +b missing node frauen +b missing node moms +b missing node saults +b missing node forefoot +b missing node curls +b missing node instructors +b missing node exporters +b missing node racialistic +b missing node disjointedly +b missing node wretch +b missing node hortatory +b missing node mood +b missing node obliterates +b missing node druggists +b missing node frauds +b missing node independently +b missing node mony +b missing node haystacks +b missing node nicholas +b missing node obliterated +b missing node sheds +b missing node mons +b missing node frostbites +b missing node nightwalker +b missing node fatalism +b missing node mono +b missing node herculeses +b missing node smarmiest +b missing node gusted +b missing node mole +b missing node mold +b missing node dawdlers +b missing node holdups +b missing node pagandom +b missing node escapisms +b missing node cuddling +b missing node repute +b missing node sheen +b missing node ternary +b missing node unofficially +b missing node sheep +b missing node chronaxy +b missing node sheer +b missing node contiguity +b missing node sheet +b missing node meteorologist +b missing node molt +b missing node moly +b missing node moll +b missing node synagogues +b missing node dwell +b missing node catnap +b missing node charladies +b missing node triode +b missing node reoccupation +b missing node watchbands +b missing node formful +b missing node dwelt +b missing node curie +b missing node caliph +b missing node propriety +b missing node subcouncils +b missing node curia +b missing node moil +b missing node overtakes +b missing node falterers +b missing node colocate +b missing node overtaken +b missing node triptych +b missing node groggily +b missing node lefties +b missing node beakiest +b missing node seeing +b missing node jugulates +b missing node strictly +b missing node bargees +b missing node emulations +b missing node samplers +b missing node editable +b missing node curio +b missing node jugulated +b missing node discerning +b missing node hinting +b missing node outwardly +b missing node pathless +b missing node heeded +b missing node dowries +b missing node barques +b missing node disruptively +b missing node lobbyers +b missing node sheafs +b missing node dumpcart +b missing node raisable +b missing node fridges +b missing node sheik +b missing node prints +b missing node crones +b missing node aerodrome +b missing node authorizing +b missing node unpredicted +b missing node unconditionally +b missing node compressors +b missing node disapprobation +b missing node mugworts +b missing node calico +b missing node bellpulls +b missing node curds +b missing node depravedly +b missing node prostituting +b missing node reputably +b missing node stipples +b missing node earlock +b missing node reassociation +b missing node stippler +b missing node cured +b missing node sheath +b missing node stippled +b missing node curdy +b missing node applicabilities +b missing node regime +b missing node violaters +b missing node move +b missing node abominable +b missing node cures +b missing node curer +b missing node afforesting +b missing node sawflies +b missing node faked +b missing node bisques +b missing node undeviatingly +b missing node subscripted +b missing node hubrises +b missing node regilt +b missing node prostitution +b missing node mows +b missing node mown +b missing node redolently +b missing node biter +b missing node bites +b missing node reputable +b missing node fakes +b missing node oversight +b missing node faker +b missing node verbalizing +b missing node armoires +b missing node regild +b missing node region +b missing node senegalese +b missing node embezzles +b missing node tuffets +b missing node embezzler +b missing node congenially +b missing node unrecorded +b missing node shears +b missing node moss +b missing node most +b missing node stowaway +b missing node embezzled +b missing node complexions +b missing node patients +b missing node formations +b missing node mote +b missing node curbs +b missing node mudstones +b missing node castors +b missing node moth +b missing node handsbreadth +b missing node outreason +b missing node subitem +b missing node drying +b missing node warpage +b missing node dwarflike +b missing node califs +b missing node mots +b missing node cuddlier +b missing node caryatids +b missing node perambulator +b missing node wayne +b missing node violin +b missing node trayful +b missing node escapists +b missing node bitch +b missing node anisettes +b missing node moue +b missing node rediscovered +b missing node pontiac +b missing node middays +b missing node regina +b missing node mingle +b missing node shanghaied +b missing node hydrangea +b missing node violas +b missing node more +b missing node pontiff +b missing node locution +b missing node morn +b missing node ternate +b missing node bahamas +b missing node saturates +b missing node lover +b missing node loves +b missing node expatiate +b missing node mort +b missing node hokypokies +b missing node scream +b missing node materializes +b missing node unlaying +b missing node chloride +b missing node offences +b missing node cueing +b missing node saturated +b missing node retrogress +b missing node representing +b missing node ridging +b missing node expeller +b missing node renegotiations +b missing node abominably +b missing node moon +b missing node liaised +b missing node moot +b missing node cookware +b missing node moos +b missing node ethics +b missing node moor +b missing node governorship +b missing node galactic +b missing node dragoon +b missing node sheaf +b missing node authenticate +b missing node resentment +b missing node materialized +b missing node expelled +b missing node implicitly +b missing node liaises +b missing node dragons +b missing node mope +b missing node earlobe +b missing node fatalist +b missing node hyperion +b missing node expellee +b missing node gaelic +b missing node intelligently +b missing node mops +b missing node prinks +b missing node resource +b missing node mopy +b missing node loved +b missing node foxfires +b missing node hirsutism +b missing node violet +b missing node fatality +b missing node shear +b missing node pretendedly +b missing node socking +b missing node billings +b missing node reproval +b missing node interviewees +b missing node dismembered +b missing node nodders +b missing node exacerbates +b missing node reproachable +b missing node powdered +b missing node intonation +b missing node loupe +b missing node castings +b missing node powderer +b missing node renomination +b missing node tortuous +b missing node intonating +b missing node meltable +b missing node descendent +b missing node loups +b missing node dickering +b missing node haloes +b missing node apprehensible +b missing node betaking +b missing node consolers +b missing node apprehensibly +b missing node venality +b missing node freon +b missing node kirigamis +b missing node catguts +b missing node gestation +b missing node unjudicially +b missing node settlement +b missing node atween +b missing node casavas +b missing node haloed +b missing node axiality +b missing node exacerbated +b missing node rewinders +b missing node rangelands +b missing node churchlier +b missing node clangours +b missing node reprover +b missing node reproves +b missing node leprous +b missing node merlon +b missing node gestating +b missing node lifestyle +b missing node bagatelles +b missing node reaccedes +b missing node unworthiness +b missing node illinoisan +b missing node shews +b missing node legatee +b missing node teensiest +b missing node legated +b missing node legates +b missing node coldest +b missing node senate +b missing node shewn +b missing node unobserving +b missing node reacceded +b missing node wormwood +b missing node trigonal +b missing node admiralty +b missing node thieveries +b missing node wardships +b missing node flagged +b missing node imbibitions +b missing node didactic +b missing node rehabilitates +b missing node aggie +b missing node forthcoming +b missing node leftism +b missing node guardhouses +b missing node prince +b missing node mistune +b missing node chlorine +b missing node cliquiest +b missing node analogs +b missing node arbitrament +b missing node leftist +b missing node analogy +b missing node joyful +b missing node evaporitic +b missing node mettles +b missing node reproved +b missing node imaginatively +b missing node flagger +b missing node foragers +b missing node holocrine +b missing node consternate +b missing node praise +b missing node rehabilitated +b missing node explorations +b missing node shell +b missing node clambers +b missing node potboilers +b missing node trines +b missing node lookup +b missing node accorders +b missing node mettled +b missing node shelf +b missing node trined +b missing node occasions +b missing node preservable +b missing node polymer +b missing node freshener +b missing node warpath +b missing node skirmish +b missing node laurel +b missing node jaguar +b missing node modo +b missing node scarfing +b missing node catnip +b missing node artiest +b missing node nickles +b missing node modi +b missing node outlands +b missing node empowering +b missing node lauras +b missing node mode +b missing node freshened +b missing node typical +b missing node bolstering +b missing node varietally +b missing node mods +b missing node centered +b missing node effulge +b missing node hematologists +b missing node mock +b missing node insurgent +b missing node mittens +b missing node outbreak +b missing node aflatoxin +b missing node pencilling +b missing node autopsic +b missing node fustians +b missing node fictionalized +b missing node upraiser +b missing node upraises +b missing node abjurations +b missing node quarrelers +b missing node fictionalizes +b missing node mobs +b missing node freud +b missing node cinerarium +b missing node courthouses +b missing node physiques +b missing node frets +b missing node rehabilitator +b missing node wanness +b missing node blamelessness +b missing node louts +b missing node expurgates +b missing node emblazers +b missing node moan +b missing node sunlight +b missing node wannest +b missing node knottiest +b missing node milldam +b missing node chlorite +b missing node copter +b missing node sanatarium +b missing node wrests +b missing node moas +b missing node sheol +b missing node moat +b missing node upraised +b missing node uncurbed +b missing node stricter +b missing node lousy +b missing node ecosystems +b missing node spalled +b missing node titmouse +b missing node hackly +b missing node monaural +b missing node fresh +b missing node renominating +b missing node pontius +b missing node statuettes +b missing node louse +b missing node spaller +b missing node expurgated +b missing node merlin +b missing node skatings +b missing node sherd +b missing node rightly +b missing node loury +b missing node covertly +b missing node lours +b missing node likability +b missing node frere +b missing node castoff +b missing node improvable +b missing node hackle +b missing node tentage +b missing node mashie +b missing node coquetted +b missing node despondent +b missing node cradlers +b missing node apprehensive +b missing node interrogatorily +b missing node formats +b missing node abutters +b missing node contes +b missing node boughs +b missing node bought +b missing node injectors +b missing node synapsing +b missing node hospitalized +b missing node backstairs +b missing node regnum +b missing node hospitalizes +b missing node soothsaid +b missing node supplementals +b missing node bloodiness +b missing node insignificant +b missing node revenging +b missing node wincers +b missing node brasils +b missing node counteracted +b missing node illogicality +b missing node teratogenic +b missing node premising +b missing node protestantism +b missing node triter +b missing node systematizing +b missing node resubscribes +b missing node blubbering +b missing node abounds +b missing node resubscribed +b missing node assegai +b missing node meanderers +b missing node mashed +b missing node jewing +b missing node pippins +b missing node syllabifying +b missing node circulars +b missing node abstractions +b missing node substantiveness +b missing node inutile +b missing node fooling +b missing node solaces +b missing node entrust +b missing node cinderous +b missing node mashes +b missing node masher +b missing node protestants +b missing node taboo +b missing node mezuzahs +b missing node fortuitously +b missing node execute +b missing node infamies +b missing node watch +b missing node solaced +b missing node yesterday +b missing node solacer +b missing node tabor +b missing node flagella +b missing node deanery +b missing node often +b missing node awkwardly +b missing node batboys +b missing node ofter +b missing node admixture +b missing node sweater +b missing node indictor +b missing node fridays +b missing node administratrix +b missing node thermostatic +b missing node unrestored +b missing node intermingle +b missing node circulate +b missing node slathered +b missing node corneal +b missing node corneas +b missing node fractioned +b missing node issueless +b missing node sweated +b missing node coquettes +b missing node libationary +b missing node seismogram +b missing node appal +b missing node resentful +b missing node northerner +b missing node anaemic +b missing node contrarily +b missing node anaemia +b missing node murkiness +b missing node triton +b missing node oriented +b missing node reddish +b missing node hasteners +b missing node ingressive +b missing node exhortations +b missing node formals +b missing node apprehension +b missing node hangers +b missing node diabetic +b missing node cliental +b missing node foreignness +b missing node wannesses +b missing node biopsychologies +b missing node waiver +b missing node waives +b missing node diabetes +b missing node fugitive +b missing node francas +b missing node riding +b missing node gonococci +b missing node remounts +b missing node water +b missing node chocked +b missing node foozle +b missing node faith +b missing node simitar +b missing node haftorahs +b missing node faits +b missing node supplementary +b missing node catatonia +b missing node oinking +b missing node catatonic +b missing node waived +b missing node disaffiliations +b missing node seignory +b missing node hickeys +b missing node flyaway +b missing node sprees +b missing node patronized +b missing node apply +b missing node oriental +b missing node scalelike +b missing node remodifies +b missing node cockeyes +b missing node castled +b missing node indicted +b missing node indictee +b missing node imbroglios +b missing node outshouted +b missing node castles +b missing node clearances +b missing node cockeyed +b missing node outstandingly +b missing node cornell +b missing node pottage +b missing node shipments +b missing node peripheral +b missing node purposefulness +b missing node schoolyard +b missing node loutishly +b missing node patronizes +b missing node clambered +b missing node patronizer +b missing node apple +b missing node finespun +b missing node masculinity +b missing node rainbow +b missing node whitening +b missing node muzzy +b missing node fourteenth +b missing node nonworking +b missing node guides +b missing node northeast +b missing node guider +b missing node foozlers +b missing node guided +b missing node privet +b missing node stellate +b missing node frances +b missing node functionally +b missing node unharmonious +b missing node kingpins +b missing node balefulness +b missing node teachings +b missing node indicter +b missing node plurals +b missing node daintiest +b missing node ampler +b missing node triturator +b missing node formant +b missing node technicalities +b missing node interrogatories +b missing node spread +b missing node faint +b missing node filtered +b missing node mitt +b missing node rentage +b missing node roadbeds +b missing node airwave +b missing node parietal +b missing node enduing +b missing node mite +b missing node outdodging +b missing node infrequent +b missing node hemmer +b missing node nectary +b missing node offenseless +b missing node ingression +b missing node operatives +b missing node immensity +b missing node prettifiers +b missing node filterer +b missing node oxtail +b missing node lancelot +b missing node masculinize +b missing node gambians +b missing node fatiguing +b missing node fails +b missing node remodified +b missing node unimproved +b missing node contradictive +b missing node substance +b missing node ferrets +b missing node tutoyered +b missing node ferrety +b missing node blindly +b missing node buffalo +b missing node regnal +b missing node franchise +b missing node interlocutrices +b missing node pepperer +b missing node peppered +b missing node awnings +b missing node hemmed +b missing node controllers +b missing node triste +b missing node tacet +b missing node newspapers +b missing node ensuant +b missing node caryatides +b missing node stutters +b missing node commendatory +b missing node preconsiderations +b missing node fairy +b missing node mixt +b missing node overmastered +b missing node fairs +b missing node reemphasizing +b missing node telemetrically +b missing node czarevnas +b missing node faire +b missing node preseason +b missing node triturated +b missing node triturates +b missing node successes +b missing node watts +b missing node unsteady +b missing node hebrews +b missing node disreputable +b missing node polypod +b missing node holidaying +b missing node binge +b missing node mantuas +b missing node regather +b missing node scowling +b missing node bingo +b missing node aport +b missing node utahan +b missing node disreputably +b missing node engagement +b missing node grapples +b missing node currencies +b missing node unbeliever +b missing node grappler +b missing node transfixing +b missing node consul +b missing node mistresses +b missing node fatalities +b missing node contraries +b missing node mozart +b missing node rentals +b missing node airways +b missing node polestar +b missing node gausses +b missing node salaciousness +b missing node platoons +b missing node sanest +b missing node furlongs +b missing node packeting +b missing node parasitize +b missing node clarity +b missing node transfixion +b missing node laxative +b missing node midmonth +b missing node embellished +b missing node mill +b missing node significance +b missing node nematodes +b missing node disheveling +b missing node milk +b missing node desalinates +b missing node mile +b missing node bilingually +b missing node alleviate +b missing node mild +b missing node whiteheads +b missing node garrottes +b missing node spaciousness +b missing node garrotter +b missing node gleeful +b missing node milt +b missing node blinder +b missing node grappled +b missing node mils +b missing node tacky +b missing node embellishes +b missing node guidon +b missing node embellisher +b missing node mime +b missing node underrated +b missing node magnifiers +b missing node metabolizes +b missing node resoled +b missing node sholom +b missing node foolish +b missing node bints +b missing node mink +b missing node biathlons +b missing node metabolized +b missing node subcommander +b missing node tacos +b missing node contradicting +b missing node underrates +b missing node fractional +b missing node blinded +b missing node mine +b missing node mind +b missing node ming +b missing node billions +b missing node mini +b missing node picketer +b missing node byzantine +b missing node pickerels +b missing node desalinated +b missing node mint +b missing node garrotted +b missing node cockneys +b missing node mins +b missing node exporting +b missing node minx +b missing node heydeys +b missing node picketed +b missing node assumptively +b missing node resoles +b missing node nanny +b missing node polypus +b missing node shinney +b missing node tachs +b missing node flyblown +b missing node flyblows +b missing node unsurmountable +b missing node diacritic +b missing node sanely +b missing node hempier +b missing node leeboards +b missing node hinters +b missing node geothermal +b missing node merino +b missing node proofreaders +b missing node contradiction +b missing node uppermost +b missing node brashly +b missing node babbled +b missing node ecumenism +b missing node diphtherial +b missing node diphtherian +b missing node reconnoiters +b missing node homecoming +b missing node parasitism +b missing node babbler +b missing node babbles +b missing node crimson +b missing node shinned +b missing node afflicted +b missing node conventioneers +b missing node nectars +b missing node mire +b missing node opponent +b missing node rimland +b missing node mirk +b missing node precook +b missing node tacks +b missing node borings +b missing node miry +b missing node talmudic +b missing node mirv +b missing node unsurmountably +b missing node suitcase +b missing node tacit +b missing node terrifying +b missing node mise +b missing node misc +b missing node piecework +b missing node promethean +b missing node beside +b missing node nisei +b missing node babyhood +b missing node issuant +b missing node costume +b missing node wealthiest +b missing node miso +b missing node windflowers +b missing node miss +b missing node mist +b missing node insuppressible +b missing node solstice +b missing node unoriginal +b missing node pesetas +b missing node slowworms +b missing node blacker +b missing node blacken +b missing node misfeasors +b missing node sorrowers +b missing node puerilely +b missing node redemptive +b missing node parent +b missing node blacked +b missing node miff +b missing node hairworm +b missing node mien +b missing node agist +b missing node spikers +b missing node hairwork +b missing node cuttling +b missing node antonymy +b missing node antonyms +b missing node neuronal +b missing node computer +b missing node sanger +b missing node execrate +b missing node impiety +b missing node computes +b missing node footropes +b missing node midi +b missing node locations +b missing node blasted +b missing node computed +b missing node polemicists +b missing node psychotics +b missing node mids +b missing node accenting +b missing node puttees +b missing node rhumb +b missing node bouffe +b missing node throttled +b missing node blaster +b missing node banality +b missing node bulbuls +b missing node steamboats +b missing node mick +b missing node allusively +b missing node yachters +b missing node comediennes +b missing node expansionist +b missing node pontoon +b missing node mike +b missing node expansionism +b missing node completion +b missing node noncom +b missing node presaging +b missing node bromines +b missing node milldams +b missing node annalist +b missing node throttler +b missing node throttles +b missing node pontons +b missing node endplates +b missing node undiscouraged +b missing node decomposing +b missing node maizes +b missing node dilute +b missing node clarkia +b missing node dewiness +b missing node untrusty +b missing node estimations +b missing node prognostic +b missing node merits +b missing node philtered +b missing node westing +b missing node wilier +b missing node hexapodies +b missing node microfiche +b missing node tactlessly +b missing node tectonic +b missing node curdling +b missing node intangible +b missing node percussionists +b missing node erratics +b missing node geothermic +b missing node mealies +b missing node mealier +b missing node dosimeters +b missing node ungallant +b missing node inwrought +b missing node duffles +b missing node completing +b missing node ballista +b missing node subjectivity +b missing node intangibly +b missing node millstreams +b missing node unspoken +b missing node migs +b missing node milliampere +b missing node dogdom +b missing node eulogize +b missing node sangha +b missing node cavalry +b missing node redemption +b missing node pareve +b missing node relieves +b missing node reliever +b missing node gallerying +b missing node curl +b missing node frostbitten +b missing node curb +b missing node relieved +b missing node cure +b missing node curd +b missing node bines +b missing node caninity +b missing node curs +b missing node pillowslips +b missing node ficklest +b missing node warningly +b missing node curt +b missing node rhizomes +b missing node uncrosses +b missing node ransacker +b missing node nitre +b missing node sidestepper +b missing node measured +b missing node blackly +b missing node looney +b missing node bivalves +b missing node sidestepped +b missing node binds +b missing node uncrossed +b missing node culturally +b missing node prepublication +b missing node measurer +b missing node pulpwoods +b missing node redbirds +b missing node measures +b missing node neuronic +b missing node nitro +b missing node indiana +b missing node bloodless +b missing node quietude +b missing node cute +b missing node ransacked +b missing node monotheists +b missing node scuffle +b missing node indians +b missing node farmlands +b missing node prepossess +b missing node penciling +b missing node cuts +b missing node cusp +b missing node expediences +b missing node unperceiving +b missing node zombiism +b missing node quincunxes +b missing node axolotl +b missing node ringbolt +b missing node estrum +b missing node nitty +b missing node baobabs +b missing node nonces +b missing node estrus +b missing node cuss +b missing node miners +b missing node preconceptions +b missing node quixotries +b missing node tailspins +b missing node mibs +b missing node refuging +b missing node scuffed +b missing node nance +b missing node washy +b missing node wilily +b missing node unexpurgated +b missing node mice +b missing node mica +b missing node envisage +b missing node toting +b missing node neurones +b missing node budlike +b missing node certainly +b missing node binal +b missing node rasper +b missing node eying +b missing node humility +b missing node rasped +b missing node alterability +b missing node parers +b missing node stumbling +b missing node botched +b missing node pariahs +b missing node travailed +b missing node goldenrod +b missing node unadvantageous +b missing node devolving +b missing node botches +b missing node botcher +b missing node discants +b missing node prevail +b missing node wiling +b missing node condemnatory +b missing node lathier +b missing node ethologists +b missing node scapular +b missing node eerier +b missing node scapulas +b missing node nancy +b missing node ambition +b missing node redetermination +b missing node triune +b missing node huntress +b missing node epitome +b missing node recoverability +b missing node greetings +b missing node napoleons +b missing node contortionists +b missing node excursionists +b missing node gambled +b missing node francis +b missing node personifying +b missing node disbelievers +b missing node serenely +b missing node welcoming +b missing node alnico +b missing node monotremata +b missing node seedcake +b missing node explainable +b missing node derogatorily +b missing node edgewise +b missing node breached +b missing node underlip +b missing node gambles +b missing node gambler +b missing node cuke +b missing node admissibility +b missing node aliners +b missing node underlie +b missing node tabby +b missing node breacher +b missing node detention +b missing node breaches +b missing node furriner +b missing node cult +b missing node subsider +b missing node watchword +b missing node subsides +b missing node justness +b missing node huckleberry +b missing node preordination +b missing node cull +b missing node filigreeing +b missing node subsided +b missing node newtons +b missing node uninsurable +b missing node undutiful +b missing node recoiling +b missing node undercooked +b missing node ganser +b missing node penitent +b missing node monophobia +b missing node dispensable +b missing node platoon +b missing node devotes +b missing node cozens +b missing node inaugurate +b missing node estates +b missing node nontemporally +b missing node paramilitary +b missing node slavers +b missing node slavery +b missing node walkers +b missing node pithiest +b missing node dexterous +b missing node certainty +b missing node watertight +b missing node handcrafts +b missing node furrings +b missing node cunt +b missing node nonvisual +b missing node wasps +b missing node estated +b missing node waspy +b missing node stuntedness +b missing node eerily +b missing node commercials +b missing node devotee +b missing node devoted +b missing node calcic +b missing node magueys +b missing node onerous +b missing node dotting +b missing node toneless +b missing node resurrectionist +b missing node unawareness +b missing node coordinators +b missing node valours +b missing node equidistant +b missing node raisings +b missing node equalities +b missing node coinferred +b missing node consignors +b missing node lineaments +b missing node serenest +b missing node cups +b missing node miscontinuance +b missing node porphyry +b missing node estray +b missing node corncob +b missing node nonsurgical +b missing node sewing +b missing node intercessors +b missing node resurrectionism +b missing node crossways +b missing node dottily +b missing node intercessory +b missing node cukes +b missing node analysand +b missing node forensic +b missing node waste +b missing node pampered +b missing node platonic +b missing node disestablishment +b missing node pamperer +b missing node importations +b missing node directories +b missing node agile +b missing node hideout +b missing node subscriptions +b missing node hideous +b missing node untruths +b missing node table +b missing node keyage +b missing node tabla +b missing node wasts +b missing node titlists +b missing node cube +b missing node cuba +b missing node crosswalk +b missing node position +b missing node tongueless +b missing node matriarchy +b missing node namable +b missing node metallurgists +b missing node cubs +b missing node matriarchs +b missing node daytime +b missing node postures +b missing node seedcase +b missing node galateas +b missing node posturer +b missing node perilune +b missing node chrysalises +b missing node toolhead +b missing node aging +b missing node constrainable +b missing node postured +b missing node positing +b missing node confiscatory +b missing node gypsums +b missing node exhalations +b missing node confiscators +b missing node backpacking +b missing node margrave +b missing node reinterprets +b missing node amoretti +b missing node unartfully +b missing node article +b missing node diffusions +b missing node amoretto +b missing node admittedly +b missing node gradient +b missing node cannabis +b missing node niter +b missing node preclude +b missing node cuds +b missing node cannabin +b missing node renegading +b missing node cued +b missing node slyness +b missing node intoxicant +b missing node plagiaristic +b missing node frankfort +b missing node positive +b missing node teatime +b missing node cues +b missing node gloating +b missing node telepathic +b missing node cannabic +b missing node cuff +b missing node hospitalities +b missing node tracheids +b missing node compoundable +b missing node dottier +b missing node estrin +b missing node postural +b missing node denseness +b missing node pivotally +b missing node slaveys +b missing node cozeys +b missing node renouncing +b missing node sparkled +b missing node windages +b missing node hoarseness +b missing node quetzal +b missing node jiffies +b missing node pargetting +b missing node sparkles +b missing node sparkler +b missing node minder +b missing node minded +b missing node instructorships +b missing node legionaries +b missing node affirmable +b missing node mellowly +b missing node fairish +b missing node dupers +b missing node cribworks +b missing node intoxicate +b missing node dupery +b missing node flippers +b missing node continentally +b missing node reglue +b missing node nonsubmissively +b missing node appealable +b missing node besmirch +b missing node reflexology +b missing node paganism +b missing node affirmably +b missing node wagered +b missing node paganist +b missing node outfoxing +b missing node wagerer +b missing node dishevelled +b missing node wavey +b missing node psychobiology +b missing node waver +b missing node waves +b missing node jowliest +b missing node ambitiously +b missing node odours +b missing node incapability +b missing node landscaped +b missing node gloxinia +b missing node paganish +b missing node landscaper +b missing node educability +b missing node waved +b missing node apres +b missing node iroquoians +b missing node landscapes +b missing node millage +b missing node criticizers +b missing node litigated +b missing node finesses +b missing node screened +b missing node litigates +b missing node cults +b missing node diversion +b missing node forefather +b missing node dissever +b missing node biogenic +b missing node bolsterers +b missing node screener +b missing node shooks +b missing node typeable +b missing node convicted +b missing node dragsters +b missing node disfigured +b missing node pharisee +b missing node speared +b missing node unrelinquished +b missing node names +b missing node namer +b missing node copulatory +b missing node maladminister +b missing node salesmanship +b missing node named +b missing node underpay +b missing node trucklers +b missing node fairing +b missing node palatability +b missing node spearer +b missing node gefilte +b missing node prissy +b missing node annexion +b missing node deforests +b missing node unforbidding +b missing node disfigures +b missing node baguettes +b missing node compendia +b missing node disfigurer +b missing node april +b missing node indictments +b missing node swearer +b missing node annexing +b missing node amalgamators +b missing node synergists +b missing node armouries +b missing node finessed +b missing node englobing +b missing node backtrack +b missing node hygrometries +b missing node debilities +b missing node lempiras +b missing node paganize +b missing node convey +b missing node consulates +b missing node consists +b missing node convex +b missing node greenland +b missing node tedium +b missing node flagmen +b missing node beshrew +b missing node foraging +b missing node dogeys +b missing node resifting +b missing node fedora +b missing node apron +b missing node pardon +b missing node aspects +b missing node precociously +b missing node xenogamy +b missing node preexposing +b missing node scooper +b missing node adiposis +b missing node perplexing +b missing node marinates +b missing node waiter +b missing node diversity +b missing node scooped +b missing node waited +b missing node afreets +b missing node cultist +b missing node marinated +b missing node sucklings +b missing node starriest +b missing node cultism +b missing node febrifuges +b missing node unseeingly +b missing node fantasizing +b missing node closing +b missing node levelled +b missing node identifications +b missing node postulating +b missing node leveller +b missing node antagonisms +b missing node burglaries +b missing node reputing +b missing node presumption +b missing node argument +b missing node loyal +b missing node atwain +b missing node copolymeric +b missing node ferreting +b missing node goldarns +b missing node perplexity +b missing node empower +b missing node seeded +b missing node tother +b missing node vintages +b missing node vacuously +b missing node monastery +b missing node underpin +b missing node eulogies +b missing node recordership +b missing node seeder +b missing node flagman +b missing node hardhearted +b missing node flippest +b missing node zoophobia +b missing node barrooms +b missing node outbluffing +b missing node crammers +b missing node redistricts +b missing node timepieces +b missing node convenient +b missing node redevelop +b missing node shooed +b missing node forecasts +b missing node oreganos +b missing node apolune +b missing node midsection +b missing node nounal +b missing node administers +b missing node hagfish +b missing node dogear +b missing node stupendous +b missing node palpitate +b missing node bargemen +b missing node unhelm +b missing node deicides +b missing node flutiest +b missing node lathing +b missing node princelings +b missing node waiting +b missing node endowments +b missing node infringers +b missing node gliding +b missing node pilsners +b missing node inward +b missing node reinforcers +b missing node pueblos +b missing node coinsuring +b missing node purebred +b missing node sadistically +b missing node fagot +b missing node unhinging +b missing node trophies +b missing node hyperkinesia +b missing node aglee +b missing node ethene +b missing node bestialize +b missing node rowing +b missing node trophied +b missing node embrocations +b missing node surffishes +b missing node postulation +b missing node aglet +b missing node hyperkinesis +b missing node agley +b missing node mucilage +b missing node confederated +b missing node pettish +b missing node waveringly +b missing node armistice +b missing node confederates +b missing node nonslip +b missing node venturousness +b missing node canisters +b missing node despondencies +b missing node lignin +b missing node repopulating +b missing node shindies +b missing node anality +b missing node antagonists +b missing node preanesthetic +b missing node bipod +b missing node whitman +b missing node deicidal +b missing node incubation +b missing node chlorides +b missing node discursiveness +b missing node barrenness +b missing node yoghurts +b missing node animistic +b missing node enlightening +b missing node prised +b missing node ephemera +b missing node plonking +b missing node surcingle +b missing node uncannily +b missing node incumbencies +b missing node liturgy +b missing node incubating +b missing node prises +b missing node english +b missing node minarets +b missing node bulgiest +b missing node glittered +b missing node replacements +b missing node sauropods +b missing node expectation +b missing node putters +b missing node hyphenate +b missing node shindigs +b missing node harmlessly +b missing node smidgens +b missing node percussion +b missing node repopulation +b missing node zealously +b missing node refutation +b missing node tattooist +b missing node smidgeon +b missing node ripoffs +b missing node hepatica +b missing node evictors +b missing node soliloquized +b missing node releasable +b missing node soliloquizes +b missing node hepatics +b missing node pillaring +b missing node percussing +b missing node etherifies +b missing node anticyclones +b missing node sideburns +b missing node hypertrophying +b missing node mellowed +b missing node exegeses +b missing node clangored +b missing node etherified +b missing node casting +b missing node sprouts +b missing node aglow +b missing node eulogist +b missing node boldfacing +b missing node participles +b missing node migrate +b missing node trembles +b missing node trembler +b missing node curtail +b missing node forefront +b missing node curtain +b missing node eulogise +b missing node logical +b missing node pettily +b missing node mellower +b missing node destroyers +b missing node trembled +b missing node indices +b missing node kindred +b missing node corncobs +b missing node culpa +b missing node rampancy +b missing node transplanted +b missing node polarization +b missing node infused +b missing node mistrustfulness +b missing node exceptions +b missing node transplanter +b missing node unshorn +b missing node castile +b missing node remorseless +b missing node dichotic +b missing node polarography +b missing node scansions +b missing node punted +b missing node inditing +b missing node anticyclonic +b missing node footprints +b missing node unmanliness +b missing node prison +b missing node infuses +b missing node infuser +b missing node catkin +b missing node punter +b missing node nakedness +b missing node bestiality +b missing node uncannier +b missing node stoplights +b missing node migrant +b missing node longwise +b missing node algorithms +b missing node unhealthiest +b missing node tattooing +b missing node drylot +b missing node nastiest +b missing node hotline +b missing node disaffected +b missing node prisms +b missing node unpaired +b missing node outlying +b missing node anythings +b missing node reinvestigations +b missing node stiffened +b missing node eyers +b missing node pencilled +b missing node stiffener +b missing node endogenous +b missing node ethers +b missing node incubative +b missing node iguanas +b missing node remanding +b missing node graters +b missing node petting +b missing node culls +b missing node holydays +b missing node cully +b missing node stashing +b missing node kalimbas +b missing node armouring +b missing node pubescence +b missing node expectative +b missing node merges +b missing node merger +b missing node etageres +b missing node sashayed +b missing node fixtures +b missing node fairies +b missing node culms +b missing node purslanes +b missing node cutlines +b missing node merged +b missing node holdback +b missing node controlling +b missing node supplants +b missing node wanning +b missing node ballyrag +b missing node interfaced +b missing node coaction +b missing node diffuse +b missing node petulancy +b missing node lollipops +b missing node intrigues +b missing node parcel +b missing node intriguer +b missing node firstly +b missing node vugh +b missing node cardinalates +b missing node petulance +b missing node interfaces +b missing node palings +b missing node vugs +b missing node meekness +b missing node bookends +b missing node faltering +b missing node vugg +b missing node haitian +b missing node brashes +b missing node brasher +b missing node hipparchs +b missing node blackout +b missing node cornfed +b missing node bimonthlies +b missing node cation +b missing node eductions +b missing node orlon +b missing node nonpayment +b missing node jolliest +b missing node nebraskans +b missing node rockabyes +b missing node retardant +b missing node deferments +b missing node napoleon +b missing node knucklebones +b missing node kickback +b missing node glyceride +b missing node recomparison +b missing node interracial +b missing node recriminations +b missing node heinous +b missing node arable +b missing node bluebills +b missing node successor +b missing node inscribing +b missing node garnetlike +b missing node anisic +b missing node severable +b missing node distressing +b missing node minces +b missing node mincer +b missing node ontogeny +b missing node eczemas +b missing node legendary +b missing node undutifully +b missing node flamming +b missing node minced +b missing node rimless +b missing node pettier +b missing node reallocating +b missing node sendoff +b missing node receivable +b missing node hornless +b missing node remissly +b missing node reclusive +b missing node catabolize +b missing node landownership +b missing node beamless +b missing node innervates +b missing node prance +b missing node goosier +b missing node mynahs +b missing node hectares +b missing node mournfully +b missing node humanest +b missing node sibyls +b missing node encores +b missing node coacting +b missing node freudian +b missing node reallocation +b missing node devours +b missing node exegesis +b missing node ovulatory +b missing node impracticalities +b missing node throbbers +b missing node backrest +b missing node upward +b missing node encored +b missing node trophism +b missing node intrigued +b missing node vaccinable +b missing node francium +b missing node anises +b missing node indicia +b missing node goulash +b missing node shuttling +b missing node varyingly +b missing node lignum +b missing node sovereign +b missing node leadworks +b missing node analog +b missing node gelatinize +b missing node heritage +b missing node frays +b missing node hawkbills +b missing node wauls +b missing node biped +b missing node truants +b missing node looped +b missing node fagged +b missing node microsystems +b missing node lyrebirds +b missing node looper +b missing node superscribed +b missing node gambian +b missing node rebounded +b missing node zowie +b missing node miscounts +b missing node gregory +b missing node reporting +b missing node yokelish +b missing node gambias +b missing node resituating +b missing node superscribes +b missing node ballots +b missing node recombine +b missing node recombing +b missing node upload +b missing node gigolo +b missing node innervated +b missing node transports +b missing node disembarkations +b missing node churchless +b missing node anally +b missing node visioned +b missing node christens +b missing node politicizes +b missing node subsequent +b missing node wadding +b missing node tagger +b missing node politicized +b missing node wooziest +b missing node unbeloved +b missing node sockeye +b missing node beagles +b missing node mirroring +b missing node perturbable +b missing node sectile +b missing node tagged +b missing node cyclamate +b missing node reddening +b missing node indicts +b missing node diphtheric +b missing node diphtheria +b missing node mudlarks +b missing node potages +b missing node fraud +b missing node knapsack +b missing node prometheus +b missing node humanely +b missing node fraus +b missing node resemblances +b missing node fraying +b missing node waugh +b missing node bipeds +b missing node retardate +b missing node balloon +b missing node nonego +b missing node clinkered +b missing node unworthily +b missing node preposterous +b missing node questors +b missing node jousters +b missing node frats +b missing node visional +b missing node arabic +b missing node departmentalizes +b missing node arabia +b missing node hangdog +b missing node misguiding +b missing node improve +b missing node goosing +b missing node annullable +b missing node departmentalized +b missing node limpness +b missing node pranks +b missing node protrusions +b missing node hepatize +b missing node throwaways +b missing node foothills +b missing node bargeman +b missing node regency +b missing node seventies +b missing node section +b missing node victoriousness +b missing node noddies +b missing node sockets +b missing node easter +b missing node embezzle +b missing node lozenges +b missing node gravestone +b missing node nonprocedural +b missing node prejudicedly +b missing node limestones +b missing node devoicing +b missing node shack +b missing node picklocks +b missing node cologned +b missing node frayed +b missing node corners +b missing node sidewinder +b missing node regnancy +b missing node fraps +b missing node bronchitic +b missing node occurring +b missing node bronchitis +b missing node insatiably +b missing node restorations +b missing node shads +b missing node tediously +b missing node punctuated +b missing node preselecting +b missing node auditives +b missing node bandannas +b missing node maleness +b missing node shade +b missing node insatiable +b missing node punctuates +b missing node waddied +b missing node doolies +b missing node frank +b missing node asafetida +b missing node recapture +b missing node waddies +b missing node nosegays +b missing node cornets +b missing node faceable +b missing node aperient +b missing node incarnate +b missing node gelatinously +b missing node shady +b missing node gondolas +b missing node franc +b missing node charminger +b missing node lanolines +b missing node incestuously +b missing node neutrophils +b missing node precondemn +b missing node pallette +b missing node employ +b missing node cumin +b missing node shaft +b missing node reinvolved +b missing node franz +b missing node leghorns +b missing node carnages +b missing node clucked +b missing node nonskid +b missing node cradling +b missing node colognes +b missing node unprofitable +b missing node shags +b missing node entrained +b missing node matrons +b missing node biont +b missing node bosomed +b missing node reinvolves +b missing node unbrushed +b missing node pietisms +b missing node mimicking +b missing node masers +b missing node connections +b missing node equinoxes +b missing node devitalizing +b missing node quicksteps +b missing node whitney +b missing node giggliest +b missing node gapping +b missing node shahs +b missing node frame +b missing node nodding +b missing node cornels +b missing node unworthier +b missing node unworthies +b missing node codable +b missing node companionable +b missing node substrate +b missing node presumptive +b missing node companionably +b missing node hoping +b missing node notecases +b missing node dressmaking +b missing node concentrically +b missing node soothsays +b missing node injurious +b missing node gigglingly +b missing node biome +b missing node zairian +b missing node begotten +b missing node sailboat +b missing node collude +b missing node thicksets +b missing node coffining +b missing node underbred +b missing node nonsked +b missing node ordination +b missing node bugaboos +b missing node welling +b missing node glycerins +b missing node frags +b missing node exegetes +b missing node shake +b missing node shako +b missing node glycerine +b missing node shaky +b missing node preachiest +b missing node tabstops +b missing node waists +b missing node shale +b missing node disbarment +b missing node avocado +b missing node bargain +b missing node mistype +b missing node biota +b missing node rodders +b missing node shall +b missing node substrata +b missing node shalt +b missing node intentional +b missing node discerners +b missing node plinths +b missing node undelivered +b missing node jostling +b missing node shaly +b missing node frail +b missing node misdefine +b missing node shame +b missing node readjusted +b missing node encountered +b missing node aeronautical +b missing node launch +b missing node gambits +b missing node foretasting +b missing node quarreling +b missing node willed +b missing node charterers +b missing node gnawers +b missing node shams +b missing node proudness +b missing node rarefaction +b missing node willer +b missing node unprofitably +b missing node boundless +b missing node abashment +b missing node rabidly +b missing node handstand +b missing node shank +b missing node nondenominational +b missing node contra +b missing node encounterer +b missing node submersibles +b missing node praetorian +b missing node spelldown +b missing node spading +b missing node winceys +b missing node tenantless +b missing node onslaughts +b missing node israelis +b missing node charmingly +b missing node intentioned +b missing node coinsurance +b missing node persistance +b missing node accordant +b missing node botulin +b missing node shape +b missing node catabolism +b missing node pietists +b missing node nonworkers +b missing node cantaloupe +b missing node faggot +b missing node litigator +b missing node fingerprints +b missing node farewells +b missing node cyanogen +b missing node jewish +b missing node groggery +b missing node constituent +b missing node gappier +b missing node presumed +b missing node apses +b missing node liquidizes +b missing node regents +b missing node prehistory +b missing node linchpins +b missing node share +b missing node crimper +b missing node shard +b missing node germanized +b missing node canadians +b missing node presumer +b missing node presumes +b missing node liquidized +b missing node veterinarians +b missing node sharp +b missing node crimped +b missing node descendant +b missing node shark +b missing node academicianship +b missing node guesting +b missing node oxidization +b missing node bluejays +b missing node overburdensome +b missing node tricksters +b missing node masterfully +b missing node brave +b missing node soppier +b missing node vibrances +b missing node forfeits +b missing node wishful +b missing node ontogenesis +b missing node bravo +b missing node dystopia +b missing node pinesaps +b missing node derris +b missing node quinsies +b missing node undoings +b missing node arthur +b missing node brawl +b missing node reflowers +b missing node brawn +b missing node trapdoor +b missing node overtraining +b missing node conjurors +b missing node powwowed +b missing node fictionalizing +b missing node falsities +b missing node comings +b missing node scrunching +b missing node reddened +b missing node scalpels +b missing node ochreous +b missing node effeminate +b missing node guanine +b missing node skilling +b missing node chigoes +b missing node microspace +b missing node neighing +b missing node mycological +b missing node synapsed +b missing node weskits +b missing node reincarnationists +b missing node darkened +b missing node misappropriate +b missing node notation +b missing node formally +b missing node springboards +b missing node melbourne +b missing node proselyted +b missing node consultant +b missing node speciosities +b missing node brays +b missing node noncombustible +b missing node hangings +b missing node activators +b missing node paroxysms +b missing node proselytes +b missing node rectify +b missing node braze +b missing node bullweeds +b missing node retooled +b missing node basin +b missing node vandalizes +b missing node basis +b missing node musketeers +b missing node formalin +b missing node burping +b missing node enumerate +b missing node futility +b missing node basil +b missing node basic +b missing node civilian +b missing node derived +b missing node fathers +b missing node indentors +b missing node ontogeneses +b missing node darkener +b missing node overprint +b missing node nuncle +b missing node dichromatic +b missing node derives +b missing node riddances +b missing node poleaxed +b missing node brash +b missing node deriver +b missing node vandalized +b missing node soiling +b missing node tweaked +b missing node hydroxy +b missing node colorcasts +b missing node brass +b missing node catheter +b missing node poleaxes +b missing node hydrous +b missing node basks +b missing node unruliness +b missing node silking +b missing node librated +b missing node violists +b missing node garlanded +b missing node bollixing +b missing node asphyxiation +b missing node stamen +b missing node brats +b missing node hatchback +b missing node librates +b missing node asphyxiating +b missing node nondestructiveness +b missing node silkily +b missing node bookracks +b missing node hempen +b missing node cartload +b missing node rankling +b missing node scalpers +b missing node dragooning +b missing node adjacently +b missing node tightest +b missing node flipping +b missing node defuses +b missing node titans +b missing node redefined +b missing node defused +b missing node thirsted +b missing node extenuation +b missing node uniformness +b missing node outrun +b missing node baste +b missing node southing +b missing node photocopiers +b missing node selfless +b missing node thirster +b missing node zoogeographies +b missing node basts +b missing node passageway +b missing node pleural +b missing node extenuating +b missing node roperies +b missing node bozo +b missing node motility +b missing node pleuras +b missing node renumbering +b missing node deadwood +b missing node briefs +b missing node marxists +b missing node unscholarly +b missing node cymbalists +b missing node tiderips +b missing node coeditor +b missing node getups +b missing node boyo +b missing node tamarack +b missing node jordans +b missing node frieze +b missing node boys +b missing node cesarian +b missing node rather +b missing node pastramis +b missing node ringdove +b missing node potencies +b missing node ashcans +b missing node ethereal +b missing node portliness +b missing node morose +b missing node fortuitus +b missing node boxy +b missing node bewitch +b missing node patnesses +b missing node quiche +b missing node pretzels +b missing node majestically +b missing node undiscoverable +b missing node nautch +b missing node honeydews +b missing node mopingly +b missing node soapsuds +b missing node outswimming +b missing node accosted +b missing node tightens +b missing node visitorial +b missing node nonphysiological +b missing node evulsions +b missing node paragons +b missing node pushover +b missing node gaming +b missing node braver +b missing node gamine +b missing node braves +b missing node bassi +b missing node deployed +b missing node gamins +b missing node braved +b missing node silkier +b missing node bassy +b missing node undaunted +b missing node disagreement +b missing node portieres +b missing node doubtlessly +b missing node basso +b missing node hitlerism +b missing node lampoon +b missing node creatively +b missing node instrument +b missing node hubby +b missing node gamily +b missing node redefines +b missing node portiered +b missing node dilatator +b missing node morons +b missing node nirvana +b missing node cranially +b missing node motorings +b missing node forefingers +b missing node strangles +b missing node strangler +b missing node soreness +b missing node retarders +b missing node dismount +b missing node casteless +b missing node bossed +b missing node strangled +b missing node mutterers +b missing node medallion +b missing node bosses +b missing node dumbing +b missing node griffon +b missing node chartist +b missing node throat +b missing node cityward +b missing node futile +b missing node dustpan +b missing node terribly +b missing node raiding +b missing node overprice +b missing node graperies +b missing node terrible +b missing node turnovers +b missing node abolish +b missing node nonpolitically +b missing node beanballs +b missing node diastole +b missing node blinding +b missing node ensphered +b missing node wombier +b missing node northwestward +b missing node bishops +b missing node finochios +b missing node calciferous +b missing node enspheres +b missing node armorer +b missing node lusting +b missing node nonpossession +b missing node fathead +b missing node discountinuous +b missing node subdividing +b missing node dilapidation +b missing node stools +b missing node carbolic +b missing node inkstands +b missing node bridle +b missing node ickiest +b missing node swahili +b missing node armored +b missing node sheepherding +b missing node lustily +b missing node assignment +b missing node cuboids +b missing node olivines +b missing node ostmarks +b missing node remodels +b missing node quickened +b missing node throbs +b missing node requiring +b missing node radiuses +b missing node muralists +b missing node paisan +b missing node extirpations +b missing node sambas +b missing node gruff +b missing node gruel +b missing node ornately +b missing node vitiator +b missing node railroaders +b missing node baiter +b missing node baited +b missing node patriarchies +b missing node electrolytically +b missing node downtrodden +b missing node goosiest +b missing node charting +b missing node spookiest +b missing node dimities +b missing node incretory +b missing node caladiums +b missing node estuaries +b missing node ruggedly +b missing node joyous +b missing node lacewing +b missing node stoops +b missing node laddered +b missing node extremeness +b missing node beneath +b missing node inlands +b missing node medalling +b missing node wrestling +b missing node imperialism +b missing node olivinic +b missing node meseems +b missing node imperialist +b missing node ladens +b missing node wolfers +b missing node drawtube +b missing node ostium +b missing node executives +b missing node eleventh +b missing node oxidizable +b missing node bates +b missing node mischances +b missing node camden +b missing node paters +b missing node barrows +b missing node mahonia +b missing node undemonstrative +b missing node outgoing +b missing node bobtailed +b missing node interlocking +b missing node grubs +b missing node voiles +b missing node ditchers +b missing node nonpossessive +b missing node vestrymen +b missing node chirks +b missing node theologies +b missing node dirking +b missing node stalin +b missing node outset +b missing node lockboxes +b missing node displayed +b missing node betelnut +b missing node mustered +b missing node placement +b missing node debonairly +b missing node vinously +b missing node woodwinds +b missing node umteenth +b missing node taciturnity +b missing node gastronomically +b missing node bathe +b missing node wiriest +b missing node lustier +b missing node baths +b missing node landers +b missing node resolve +b missing node idiosyncracy +b missing node overturing +b missing node unadjustable +b missing node batik +b missing node aptnesses +b missing node laders +b missing node vitiated +b missing node lodicules +b missing node vitiates +b missing node kludges +b missing node cravingly +b missing node stoutening +b missing node patens +b missing node prophesying +b missing node patent +b missing node grievant +b missing node stalls +b missing node stooge +b missing node warping +b missing node dilapidating +b missing node aerodynamical +b missing node reascent +b missing node manacles +b missing node charactery +b missing node vestryman +b missing node dislocated +b missing node theologian +b missing node kludged +b missing node manacled +b missing node batch +b missing node dislocates +b missing node eccentrics +b missing node characters +b missing node chirps +b missing node visages +b missing node chirpy +b missing node imperceivable +b missing node visaged +b missing node idylists +b missing node confining +b missing node stalky +b missing node ruggeder +b missing node reascend +b missing node shrewdly +b missing node stalks +b missing node vialing +b missing node pancreatic +b missing node nonpartisans +b missing node dibbukim +b missing node bated +b missing node magentas +b missing node circularness +b missing node barmy +b missing node sexily +b missing node crypts +b missing node fertilely +b missing node wait +b missing node crypto +b missing node invalids +b missing node wain +b missing node conventing +b missing node wail +b missing node deliverables +b missing node photometry +b missing node boas +b missing node unidiomatically +b missing node boar +b missing node piqued +b missing node eclogues +b missing node waif +b missing node offshoots +b missing node stance +b missing node stanch +b missing node sourdoughs +b missing node periwigs +b missing node spectrograph +b missing node sexing +b missing node convention +b missing node smirches +b missing node debarks +b missing node swapping +b missing node topsails +b missing node blowups +b missing node penmanship +b missing node smithy +b missing node smirched +b missing node modality +b missing node jubile +b missing node barky +b missing node smiths +b missing node barks +b missing node dammers +b missing node coatrooms +b missing node boca +b missing node slopers +b missing node oscillometer +b missing node stockers +b missing node margraves +b missing node protectionists +b missing node toxemias +b missing node wags +b missing node misnumber +b missing node wage +b missing node laceration +b missing node deism +b missing node disowning +b missing node bock +b missing node deist +b missing node rearming +b missing node wishers +b missing node waft +b missing node ocurred +b missing node piquet +b missing node integer +b missing node piques +b missing node boat +b missing node senegal +b missing node guillotining +b missing node bobs +b missing node bairns +b missing node hookup +b missing node forever +b missing node loyalisms +b missing node barroom +b missing node stands +b missing node shrewder +b missing node dysenteries +b missing node spectrograms +b missing node body +b missing node petitioner +b missing node klutzes +b missing node demobilizing +b missing node modeller +b missing node ophidians +b missing node pimientos +b missing node disburdening +b missing node junctures +b missing node smites +b missing node smiter +b missing node tinselly +b missing node boer +b missing node baric +b missing node piecers +b missing node modelled +b missing node scoffingly +b missing node afghanistan +b missing node walt +b missing node popeyed +b missing node lacerative +b missing node coincidental +b missing node citric +b missing node reinsmen +b missing node submersing +b missing node bode +b missing node axletrees +b missing node skullcaps +b missing node ordains +b missing node petitionee +b missing node cupholder +b missing node petitioned +b missing node wale +b missing node deity +b missing node receptive +b missing node erasable +b missing node bods +b missing node walk +b missing node wall +b missing node barge +b missing node pirouetting +b missing node submersion +b missing node tragediennes +b missing node flairs +b missing node blandishers +b missing node enhance +b missing node barfs +b missing node wake +b missing node exchequers +b missing node bogy +b missing node precancerous +b missing node artist +b missing node burblier +b missing node pilgrimages +b missing node bogs +b missing node composites +b missing node inhibitive +b missing node singers +b missing node tattooers +b missing node disposer +b missing node boff +b missing node culinary +b missing node temblor +b missing node disposes +b missing node joisted +b missing node bares +b missing node throng +b missing node barer +b missing node throne +b missing node downtime +b missing node bridal +b missing node centralest +b missing node ontogenetic +b missing node spectrographic +b missing node potentiometer +b missing node disposed +b missing node guilelessly +b missing node rosiness +b missing node conductivities +b missing node netlike +b missing node dovetail +b missing node outhouses +b missing node unveils +b missing node telephoning +b missing node allured +b missing node pipeages +b missing node exercising +b missing node pelvics +b missing node allures +b missing node allurer +b missing node unguiltily +b missing node reinsman +b missing node tethered +b missing node affording +b missing node sexier +b missing node maidservants +b missing node erosive +b missing node imperiously +b missing node mawkishness +b missing node etchings +b missing node expansiveness +b missing node centrifuged +b missing node chuckled +b missing node dockyards +b missing node procurer +b missing node procures +b missing node evaluator +b missing node attune +b missing node brides +b missing node awfullest +b missing node procured +b missing node barre +b missing node centrifuges +b missing node crustacean +b missing node contorted +b missing node sailboats +b missing node cloggy +b missing node cudgeling +b missing node hucks +b missing node bootlaces +b missing node daybed +b missing node sinkages +b missing node equationally +b missing node supercargos +b missing node convoked +b missing node chignon +b missing node expatriation +b missing node convoker +b missing node convokes +b missing node sarcasms +b missing node adjourning +b missing node corselet +b missing node niggarding +b missing node lacerating +b missing node titbit +b missing node inhibition +b missing node caddishness +b missing node wadi +b missing node hogger +b missing node subphylum +b missing node wade +b missing node roughages +b missing node retractions +b missing node hogged +b missing node subverting +b missing node peins +b missing node bridge +b missing node wads +b missing node potsherds +b missing node orthopedic +b missing node grump +b missing node erosion +b missing node gumption +b missing node civilize +b missing node griffin +b missing node baron +b missing node wack +b missing node throes +b missing node sermonic +b missing node ultra +b missing node cyclized +b missing node adytum +b missing node reception +b missing node cyclizes +b missing node combustibility +b missing node modulatory +b missing node inhibiting +b missing node hemostat +b missing node modulators +b missing node barns +b missing node centrifugal +b missing node barny +b missing node grunt +b missing node artily +b missing node chelate +b missing node getter +b missing node braid +b missing node incisively +b missing node beseeming +b missing node coherence +b missing node marrowed +b missing node aurums +b missing node turning +b missing node yearlies +b missing node cerebration +b missing node friers +b missing node waxy +b missing node stamps +b missing node brain +b missing node bops +b missing node enlivening +b missing node brail +b missing node attenuations +b missing node severance +b missing node hookah +b missing node artier +b missing node builder +b missing node cerebrating +b missing node criticalness +b missing node congeries +b missing node diesels +b missing node negatrons +b missing node dinkum +b missing node geologers +b missing node rodding +b missing node hookas +b missing node gambolling +b missing node ways +b missing node builded +b missing node swizzler +b missing node born +b missing node swizzles +b missing node gnawing +b missing node expatriating +b missing node bort +b missing node bore +b missing node specializations +b missing node regressive +b missing node wavy +b missing node gospelers +b missing node bricky +b missing node brags +b missing node swizzled +b missing node displacement +b missing node sunglass +b missing node delightfulness +b missing node bricks +b missing node ingenuous +b missing node paired +b missing node boss +b missing node bosh +b missing node apnea +b missing node unlooked +b missing node overpraising +b missing node suppliable +b missing node coding +b missing node mislabels +b missing node brads +b missing node both +b missing node chablis +b missing node mausoleum +b missing node regencies +b missing node bikeway +b missing node sovran +b missing node acridness +b missing node chuckles +b missing node chuckler +b missing node photometer +b missing node braes +b missing node sopping +b missing node saltines +b missing node sitters +b missing node bract +b missing node kultur +b missing node civility +b missing node disbursements +b missing node bout +b missing node picketers +b missing node furnacing +b missing node mortisers +b missing node gamier +b missing node disports +b missing node operas +b missing node turnips +b missing node unmingling +b missing node voyaged +b missing node iterate +b missing node interlards +b missing node civilise +b missing node brace +b missing node desirers +b missing node voyager +b missing node chitties +b missing node fearful +b missing node voyages +b missing node formalities +b missing node bowl +b missing node unrhythmic +b missing node spaniel +b missing node bows +b missing node crappiest +b missing node responsively +b missing node discovering +b missing node citrus +b missing node tensionless +b missing node spurrers +b missing node coherency +b missing node impetuous +b missing node reemerge +b missing node pretzel +b missing node juryless +b missing node modally +b missing node nuncio +b missing node hedgerows +b missing node bases +b missing node regression +b missing node ribbers +b missing node cerebellums +b missing node baser +b missing node debased +b missing node undertones +b missing node slubbering +b missing node intimate +b missing node yearling +b missing node idiomatic +b missing node brokerly +b missing node quoined +b missing node flattener +b missing node despoliations +b missing node impalpably +b missing node boil +b missing node traced +b missing node ward +b missing node ware +b missing node flattened +b missing node defusing +b missing node debaser +b missing node debases +b missing node loyalists +b missing node petitional +b missing node tinseled +b missing node mounters +b missing node tracer +b missing node traces +b missing node crimsoned +b missing node wang +b missing node wane +b missing node wand +b missing node impalpable +b missing node boston +b missing node disposal +b missing node sailing +b missing node regressing +b missing node synapsis +b missing node want +b missing node feebler +b missing node westernizing +b missing node dialyse +b missing node inexpertly +b missing node dinettes +b missing node brans +b missing node magnanimity +b missing node negritude +b missing node reoccurrences +b missing node spectrographer +b missing node cupboard +b missing node brand +b missing node bravos +b missing node based +b missing node paddles +b missing node bolt +b missing node paddler +b missing node joysticks +b missing node dialyze +b missing node bolo +b missing node watt +b missing node complots +b missing node wats +b missing node gratins +b missing node codify +b missing node rasters +b missing node centerfold +b missing node repressible +b missing node bole +b missing node bold +b missing node bola +b missing node grating +b missing node boll +b missing node seltzer +b missing node waul +b missing node thrown +b missing node hooker +b missing node citron +b missing node hookey +b missing node tailspin +b missing node flails +b missing node throws +b missing node hooked +b missing node occlusal +b missing node indebted +b missing node bomb +b missing node wave +b missing node subclass +b missing node gobbing +b missing node friend +b missing node branders +b missing node scrotal +b missing node warn +b missing node bons +b missing node thoughtfulness +b missing node spurreys +b missing node warm +b missing node beldam +b missing node wark +b missing node preciousness +b missing node wart +b missing node bony +b missing node orchestra +b missing node sexist +b missing node braky +b missing node throve +b missing node wars +b missing node warp +b missing node bond +b missing node synapses +b missing node bona +b missing node crouching +b missing node bong +b missing node baptistery +b missing node wary +b missing node bone +b missing node wash +b missing node guiltlessly +b missing node bono +b missing node brake +b missing node orangeades +b missing node boor +b missing node critiquing +b missing node boos +b missing node boot +b missing node oscillometry +b missing node wasp +b missing node indescribabilities +b missing node rotative +b missing node recelebrate +b missing node wast +b missing node sexism +b missing node boob +b missing node notating +b missing node discoveries +b missing node paddled +b missing node book +b missing node boom +b missing node basal +b missing node boon +b missing node adjourns +b missing node reassembly +b missing node fetishist +b missing node unsaddles +b missing node bright +b missing node fineries +b missing node tranquillizing +b missing node trifurcating +b missing node nonproportionally +b missing node anthracite +b missing node overcapitalizing +b missing node unsaddled +b missing node harlotries +b missing node redrilled +b missing node ribbier +b missing node bubbliest +b missing node camber +b missing node reassemble +b missing node intelligence +b missing node trifurcation +b missing node thyroidal +b missing node softwoods +b missing node procreator +b missing node opening +b missing node fetishism +b missing node attemptable +b missing node spheroids +b missing node slanted +b missing node baulk +b missing node congruencies +b missing node optative +b missing node refrain +b missing node piranhas +b missing node tidewaters +b missing node aviation +b missing node democratical +b missing node merriment +b missing node chamber +b missing node wizes +b missing node padlocked +b missing node hoyle +b missing node uncivilized +b missing node wizen +b missing node elastomeric +b missing node gratify +b missing node censorial +b missing node recantations +b missing node merengues +b missing node flambeing +b missing node gratias +b missing node discreet +b missing node stationing +b missing node ulcers +b missing node exhorts +b missing node aviating +b missing node whitecap +b missing node auspices +b missing node paperer +b missing node component +b missing node papered +b missing node permissions +b missing node traversal +b missing node friday +b missing node shawnees +b missing node immobilizes +b missing node immobilizer +b missing node underrating +b missing node immobilized +b missing node maturations +b missing node protonic +b missing node orator +b missing node cambia +b missing node somewhats +b missing node slinking +b missing node newsreels +b missing node incorruptibilities +b missing node tendering +b missing node paraplegic +b missing node chitin +b missing node slinkily +b missing node presagers +b missing node paraplegia +b missing node poshest +b missing node chitters +b missing node activity +b missing node corporately +b missing node sightseeing +b missing node persists +b missing node viewed +b missing node lacings +b missing node tracks +b missing node snippiest +b missing node viewer +b missing node gigantism +b missing node minimized +b missing node somehow +b missing node steerable +b missing node package +b missing node hinterland +b missing node resolutely +b missing node traversed +b missing node impregnability +b missing node minimizes +b missing node minimizer +b missing node pentagonally +b missing node reencountered +b missing node voluntary +b missing node chlorous +b missing node debrided +b missing node pediatric +b missing node activist +b missing node monetizes +b missing node activism +b missing node pointed +b missing node genitives +b missing node gentling +b missing node monetized +b missing node reprimanding +b missing node pointer +b missing node pointes +b missing node miscopy +b missing node autopilot +b missing node budless +b missing node specters +b missing node aeration +b missing node caviler +b missing node cyphered +b missing node shintoist +b missing node salamanders +b missing node orated +b missing node suttees +b missing node caviled +b missing node vialled +b missing node lacrosse +b missing node hazings +b missing node aerating +b missing node accompanists +b missing node ribbing +b missing node traverses +b missing node traverser +b missing node shintoism +b missing node jargonizing +b missing node blinkered +b missing node inanimateness +b missing node arbutuses +b missing node ordurous +b missing node roguishly +b missing node orates +b missing node witchier +b missing node equipoises +b missing node teletypists +b missing node instinctual +b missing node iterant +b missing node sequestrator +b missing node mudsills +b missing node emboweling +b missing node addendum +b missing node crystalloid +b missing node dinned +b missing node casking +b missing node dinner +b missing node cornrows +b missing node slinkier +b missing node unseemly +b missing node funguses +b missing node conceivability +b missing node sepals +b missing node politician +b missing node glyptics +b missing node addedly +b missing node airworthier +b missing node unromantic +b missing node reframe +b missing node censoring +b missing node arsenic +b missing node unlatched +b missing node courtlier +b missing node tracts +b missing node mormon +b missing node stomps +b missing node nighs +b missing node crispened +b missing node malaises +b missing node night +b missing node sleeveless +b missing node unlatches +b missing node bromate +b missing node giveaway +b missing node daystar +b missing node winked +b missing node reemphases +b missing node ameliorates +b missing node clerklier +b missing node camass +b missing node webs +b missing node winker +b missing node idiocies +b missing node monstrous +b missing node scriptures +b missing node brawls +b missing node ameliorated +b missing node polluted +b missing node demob +b missing node tenderize +b missing node unobtrusively +b missing node hassels +b missing node stanza +b missing node demon +b missing node nihil +b missing node expensiveness +b missing node demos +b missing node dustrag +b missing node damming +b missing node swarthy +b missing node apostrophic +b missing node pheromone +b missing node brawny +b missing node organizing +b missing node cortices +b missing node decentralist +b missing node preconcealment +b missing node vagrom +b missing node freshening +b missing node decentralism +b missing node weds +b missing node substantially +b missing node proclerical +b missing node brawns +b missing node inadequacies +b missing node weed +b missing node unbearing +b missing node disorients +b missing node polluter +b missing node pollutes +b missing node cyprus +b missing node weep +b missing node disestablishing +b missing node ween +b missing node fearers +b missing node week +b missing node propensity +b missing node apostrophes +b missing node skillful +b missing node jinglier +b missing node tyrannize +b missing node claques +b missing node dolefully +b missing node tomfools +b missing node rowdiest +b missing node trinketed +b missing node schmaltz +b missing node torchere +b missing node sisterhoods +b missing node reemphasis +b missing node engender +b missing node heightened +b missing node flogging +b missing node meaningless +b missing node quadriceps +b missing node scrawlier +b missing node avariciously +b missing node outstripping +b missing node menials +b missing node witching +b missing node penumbra +b missing node legists +b missing node gracefully +b missing node congolese +b missing node cortical +b missing node comtes +b missing node sagiest +b missing node ovality +b missing node testatrixes +b missing node rednecks +b missing node yearlings +b missing node districted +b missing node verminous +b missing node learner +b missing node sophistic +b missing node contaminations +b missing node learned +b missing node wean +b missing node weak +b missing node weal +b missing node demit +b missing node wear +b missing node quavering +b missing node uninterruptedly +b missing node dreidls +b missing node ravingly +b missing node unbuttoning +b missing node hunchbacked +b missing node auntliest +b missing node allottees +b missing node pintsize +b missing node intercessional +b missing node refract +b missing node overexerting +b missing node burbling +b missing node cutesier +b missing node balloons +b missing node coastal +b missing node ogres +b missing node reputability +b missing node winkle +b missing node nimrods +b missing node desalinize +b missing node congeal +b missing node schmalzy +b missing node bosuns +b missing node transpose +b missing node egoism +b missing node congeed +b missing node atlantic +b missing node storylines +b missing node egoist +b missing node phrenetic +b missing node ticktocked +b missing node rehydrate +b missing node transport +b missing node monoplane +b missing node grackles +b missing node arbours +b missing node artery +b missing node despise +b missing node lavaliere +b missing node telephoners +b missing node spoonerisms +b missing node warmonger +b missing node parkings +b missing node evaluated +b missing node decelerates +b missing node tossed +b missing node unended +b missing node decentralize +b missing node vocally +b missing node lavaliers +b missing node weensiest +b missing node discrete +b missing node acuities +b missing node decelerated +b missing node evaluates +b missing node bassinet +b missing node salinize +b missing node despite +b missing node demur +b missing node attorneys +b missing node polariscopic +b missing node racketeers +b missing node piggiest +b missing node disinclining +b missing node scriptural +b missing node nautilus +b missing node softening +b missing node footsore +b missing node jingling +b missing node preascertainment +b missing node israelite +b missing node cinctured +b missing node roundelays +b missing node appealingly +b missing node coaster +b missing node chiton +b missing node puttying +b missing node onside +b missing node cudgelled +b missing node nuttiness +b missing node penates +b missing node congees +b missing node scrawling +b missing node acrylics +b missing node steepness +b missing node extensiveness +b missing node maladroitness +b missing node catchups +b missing node unsnarls +b missing node cautionary +b missing node salinity +b missing node capitols +b missing node censoriousness +b missing node sophistry +b missing node traded +b missing node boches +b missing node cinctures +b missing node coasted +b missing node trades +b missing node interjectory +b missing node trader +b missing node interjectors +b missing node overrode +b missing node dolours +b missing node keyword +b missing node dreidel +b missing node tibetan +b missing node commissioned +b missing node vocalic +b missing node boringly +b missing node fridge +b missing node repealable +b missing node commissioner +b missing node circularizing +b missing node slogans +b missing node stepsisters +b missing node college +b missing node governorships +b missing node amplifiable +b missing node banqueting +b missing node flourishes +b missing node chemical +b missing node slyboots +b missing node mezzos +b missing node randomizing +b missing node flourished +b missing node traditionalized +b missing node bumboats +b missing node trowelers +b missing node cypres +b missing node woozily +b missing node fracases +b missing node matrimony +b missing node flagon +b missing node bluegrass +b missing node nonstaining +b missing node repertories +b missing node decelerator +b missing node financed +b missing node ordainers +b missing node triglyceride +b missing node maroons +b missing node finances +b missing node impenitently +b missing node liveryman +b missing node oncologies +b missing node dinning +b missing node quislings +b missing node jaywalked +b missing node nifty +b missing node coffeepots +b missing node extrinsic +b missing node tyrannies +b missing node administrational +b missing node succor +b missing node suzuki +b missing node jaywalker +b missing node shabbily +b missing node staple +b missing node handsome +b missing node weakhearted +b missing node debriefs +b missing node proconsulate +b missing node sendoffs +b missing node excelled +b missing node pailsful +b missing node inconsiderately +b missing node depends +b missing node magicians +b missing node transponder +b missing node abbess +b missing node misnumbers +b missing node schismatize +b missing node installments +b missing node rehung +b missing node soapworts +b missing node collect +b missing node repertorial +b missing node microbuses +b missing node distorters +b missing node ballute +b missing node evacuee +b missing node limitable +b missing node chisel +b missing node sumptuousness +b missing node liverymen +b missing node smirch +b missing node braceros +b missing node intriguers +b missing node members +b missing node baton +b missing node spoilages +b missing node staphs +b missing node conducers +b missing node sequiturs +b missing node tosser +b missing node impoverishing +b missing node tosses +b missing node illuminators +b missing node allotters +b missing node colleen +b missing node schmeered +b missing node nervosities +b missing node morbidities +b missing node touchingly +b missing node tossup +b missing node alexia +b missing node ascendable +b missing node pacesetting +b missing node congest +b missing node wattages +b missing node batts +b missing node cliff +b missing node clift +b missing node collating +b missing node gouramis +b missing node batty +b missing node transgress +b missing node arthritics +b missing node delay +b missing node fastest +b missing node unprized +b missing node webfooted +b missing node phonemic +b missing node deles +b missing node valorem +b missing node gradually +b missing node click +b missing node deled +b missing node tetrads +b missing node stapes +b missing node misquotation +b missing node bulgaria +b missing node revisory +b missing node rollickingly +b missing node revisors +b missing node peggy +b missing node bookmaking +b missing node turnbuckles +b missing node oratrices +b missing node congers +b missing node inhalers +b missing node woolliest +b missing node deadliest +b missing node unarticulated +b missing node dolorous +b missing node holsteins +b missing node versatile +b missing node fastens +b missing node eclectic +b missing node caltraps +b missing node unfits +b missing node homework +b missing node euphonious +b missing node tundras +b missing node stillborn +b missing node smirks +b missing node skivvies +b missing node goffered +b missing node doloroso +b missing node brayed +b missing node blur +b missing node impetigo +b missing node collation +b missing node whacks +b missing node obtainers +b missing node zodiac +b missing node brayer +b missing node nausea +b missing node stunting +b missing node balsams +b missing node smirky +b missing node allotropism +b missing node laboratorially +b missing node whacky +b missing node confluences +b missing node mimesis +b missing node blue +b missing node peakedness +b missing node forceless +b missing node jibber +b missing node crinkling +b missing node doglegs +b missing node advisable +b missing node prefabricated +b missing node wildfowl +b missing node amours +b missing node bulldozer +b missing node bulldozes +b missing node commiserations +b missing node animaters +b missing node demagogues +b missing node bedraggled +b missing node centerfolds +b missing node mimetic +b missing node trephine +b missing node briery +b missing node cline +b missing node acrobatics +b missing node cling +b missing node excreting +b missing node overprints +b missing node alternates +b missing node clink +b missing node unusualness +b missing node jibbed +b missing node transepts +b missing node briers +b missing node prefabricates +b missing node alternated +b missing node climb +b missing node loanwords +b missing node raters +b missing node brought +b missing node bluebook +b missing node excretion +b missing node clime +b missing node delly +b missing node bedraggles +b missing node dells +b missing node laddie +b missing node rockabies +b missing node crystalloidal +b missing node tribade +b missing node blossomed +b missing node voluntarily +b missing node preconsideration +b missing node unadjourned +b missing node stedhorses +b missing node hydrogenation +b missing node gymkhana +b missing node fished +b missing node modeling +b missing node voodooism +b missing node idolatries +b missing node arsenal +b missing node receptions +b missing node allegement +b missing node collets +b missing node amount +b missing node drained +b missing node spectrogram +b missing node outranging +b missing node respells +b missing node hydrogenating +b missing node grinned +b missing node delft +b missing node drainer +b missing node slatterns +b missing node mysteries +b missing node sequestrated +b missing node tombing +b missing node redrilling +b missing node schoolmistresses +b missing node nodule +b missing node vaporizers +b missing node uproariously +b missing node unsociable +b missing node jewelers +b missing node unsociably +b missing node effeminacy +b missing node phonemes +b missing node grandness +b missing node delhi +b missing node sequestrates +b missing node ladder +b missing node sawing +b missing node pinheads +b missing node provides +b missing node tenuously +b missing node provider +b missing node pathos +b missing node grinner +b missing node broguery +b missing node vandalization +b missing node henpecking +b missing node skillets +b missing node delis +b missing node reabsorbs +b missing node provided +b missing node sandalwood +b missing node quicks +b missing node quarrelled +b missing node progressives +b missing node artful +b missing node pocketed +b missing node voodooing +b missing node sarcastic +b missing node clangoring +b missing node defensibly +b missing node apparitions +b missing node quarreller +b missing node legitimated +b missing node nonconsecutive +b missing node crinklier +b missing node flaggy +b missing node woozier +b missing node concubinage +b missing node journals +b missing node interning +b missing node belays +b missing node delta +b missing node peculators +b missing node chalkiest +b missing node abbeys +b missing node defensible +b missing node mahomet +b missing node rotations +b missing node retrogressively +b missing node viewpoint +b missing node skunking +b missing node brasserie +b missing node suspensory +b missing node objectivity +b missing node wastes +b missing node waster +b missing node landfills +b missing node unendurable +b missing node prescore +b missing node mulishness +b missing node stoned +b missing node southern +b missing node wasted +b missing node unsuspecting +b missing node suspenders +b missing node southers +b missing node delve +b missing node stoney +b missing node privation +b missing node halvahs +b missing node shabbier +b missing node bauds +b missing node unpainted +b missing node pocketer +b missing node stones +b missing node unendurably +b missing node stoner +b missing node oviposits +b missing node preelection +b missing node spilled +b missing node ugandans +b missing node seedcakes +b missing node physiologists +b missing node tipsiness +b missing node incarnadining +b missing node fishes +b missing node fisher +b missing node spiller +b missing node jailbreaker +b missing node producing +b missing node reobtain +b missing node misalliance +b missing node relettered +b missing node crewing +b missing node restuffs +b missing node depressionary +b missing node clipt +b missing node pervaders +b missing node clips +b missing node dithers +b missing node dithery +b missing node rulings +b missing node impoverish +b missing node reliant +b missing node durndest +b missing node besotted +b missing node repertoire +b missing node spanker +b missing node groundling +b missing node spanked +b missing node strategy +b missing node attractant +b missing node maenads +b missing node gadgets +b missing node wraiths +b missing node gadgety +b missing node pintoes +b missing node ulvas +b missing node bulldozed +b missing node kibitzing +b missing node patentors +b missing node unclothing +b missing node chambermaid +b missing node pulpital +b missing node aquarists +b missing node overroast +b missing node relativeness +b missing node diapering +b missing node temperaments +b missing node attraction +b missing node etymologies +b missing node whiteys +b missing node yetis +b missing node smudges +b missing node forerun +b missing node convocation +b missing node nigritude +b missing node potsies +b missing node dismaying +b missing node attracting +b missing node pense +b missing node workbooks +b missing node cattiness +b missing node nonpoetic +b missing node satoris +b missing node gamely +b missing node opossums +b missing node skoals +b missing node ministers +b missing node winish +b missing node inspirationally +b missing node overpricing +b missing node moralizing +b missing node polygraphs +b missing node precleaned +b missing node gringos +b missing node smudged +b missing node anorectic +b missing node acrostically +b missing node ensembles +b missing node phonological +b missing node obviators +b missing node reabsorbing +b missing node scalping +b missing node forfends +b missing node howdy +b missing node prestamp +b missing node attrib +b missing node brazil +b missing node lastingly +b missing node landowner +b missing node fletching +b missing node predict +b missing node cryptograms +b missing node sheerness +b missing node howes +b missing node inalienable +b missing node gouger +b missing node insemination +b missing node settings +b missing node swellest +b missing node gouges +b missing node quivered +b missing node untouched +b missing node cathexes +b missing node witch +b missing node chives +b missing node unbridged +b missing node cashable +b missing node consultations +b missing node tuppenny +b missing node basified +b missing node magnetizing +b missing node unattested +b missing node titers +b missing node incomings +b missing node sitars +b missing node inalienably +b missing node gobbled +b missing node alternator +b missing node cordially +b missing node handgrip +b missing node quiverer +b missing node gouged +b missing node gobbler +b missing node gobbles +b missing node therewith +b missing node distractions +b missing node polecats +b missing node schnooks +b missing node validations +b missing node evinced +b missing node creativity +b missing node drugstores +b missing node imploding +b missing node offensively +b missing node foxiest +b missing node carrions +b missing node musically +b missing node evinces +b missing node flockings +b missing node academical +b missing node swizzle +b missing node vestigial +b missing node espousing +b missing node childishly +b missing node belfry +b missing node sprightly +b missing node stratifying +b missing node etherify +b missing node describers +b missing node duffels +b missing node requirers +b missing node gamest +b missing node cathexis +b missing node illogic +b missing node penis +b missing node hassled +b missing node restatements +b missing node railroading +b missing node cappers +b missing node bloodtest +b missing node prestigiously +b missing node alabaster +b missing node hassles +b missing node criterion +b missing node gamete +b missing node regressors +b missing node embattling +b missing node brokenly +b missing node whitest +b missing node howls +b missing node basifies +b missing node internist +b missing node basifier +b missing node chillers +b missing node stashed +b missing node unrated +b missing node scummiest +b missing node abhorrence +b missing node wists +b missing node slaughterers +b missing node stashes +b missing node cesarean +b missing node chillest +b missing node inseminating +b missing node splashing +b missing node moonrises +b missing node premeditate +b missing node atmospherically +b missing node bassists +b missing node crossbow +b missing node recapitulated +b missing node reexamination +b missing node remodify +b missing node allomorphism +b missing node retarding +b missing node precontriving +b missing node barbital +b missing node penna +b missing node cryptograph +b missing node headstone +b missing node mutton +b missing node welters +b missing node futilely +b missing node loggerheads +b missing node blab +b missing node granulose +b missing node ethnics +b missing node interlocutresses +b missing node vaguer +b missing node recapitulates +b missing node blat +b missing node outwit +b missing node penny +b missing node blah +b missing node papering +b missing node colures +b missing node rebuffs +b missing node stodginess +b missing node defog +b missing node paddock +b missing node azimuthal +b missing node ireful +b missing node foresaw +b missing node infidelity +b missing node relevant +b missing node baldric +b missing node clambake +b missing node accomplices +b missing node vantages +b missing node marketwise +b missing node brazed +b missing node brazee +b missing node brazes +b missing node brazer +b missing node skylab +b missing node tuppence +b missing node brazen +b missing node thoughtless +b missing node wining +b missing node inequality +b missing node embarrassing +b missing node blew +b missing node arizonan +b missing node mortis +b missing node studiousness +b missing node bled +b missing node respiring +b missing node flintily +b missing node predesignating +b missing node compressor +b missing node palliation +b missing node predesignation +b missing node dissolutive +b missing node saharan +b missing node embowered +b missing node footsies +b missing node commoner +b missing node winier +b missing node monstrosities +b missing node wolfing +b missing node deferred +b missing node bedgown +b missing node inflictor +b missing node prosthetic +b missing node foresee +b missing node granulation +b missing node anteing +b missing node eyepiece +b missing node serigraphs +b missing node remodel +b missing node etherize +b missing node tennessee +b missing node flinting +b missing node spicers +b missing node combustively +b missing node fantasists +b missing node phenotypical +b missing node fixities +b missing node spicery +b missing node hominoids +b missing node nines +b missing node deferrer +b missing node granulating +b missing node duffers +b missing node etymologist +b missing node eliminations +b missing node serigraphy +b missing node eyebeams +b missing node withdrawn +b missing node burdening +b missing node keesters +b missing node withdraws +b missing node inceptive +b missing node blip +b missing node ocotillos +b missing node unwarranted +b missing node heartening +b missing node oxygenate +b missing node mortem +b missing node lugubriousness +b missing node severities +b missing node intercession +b missing node orange +b missing node intestate +b missing node chivvy +b missing node repapered +b missing node isomerizing +b missing node cudgelers +b missing node orangs +b missing node doomsday +b missing node geosyncline +b missing node cloak +b missing node revetment +b missing node assuages +b missing node orangy +b missing node spanner +b missing node askings +b missing node wisps +b missing node keester +b missing node wispy +b missing node flatcars +b missing node unusual +b missing node tryouts +b missing node pilgrim +b missing node multiple +b missing node spanned +b missing node obstructer +b missing node unperceptively +b missing node refurbishment +b missing node grouchier +b missing node multiply +b missing node turnoff +b missing node livingly +b missing node obstructed +b missing node deferral +b missing node assuaged +b missing node dissolution +b missing node palliating +b missing node historical +b missing node wolfish +b missing node mortal +b missing node masquerade +b missing node communicatively +b missing node inferring +b missing node moveability +b missing node mortar +b missing node seedbeds +b missing node wiser +b missing node wises +b missing node axons +b missing node warpers +b missing node singing +b missing node doubters +b missing node krone +b missing node celebrities +b missing node krona +b missing node wised +b missing node funkiest +b missing node deplorably +b missing node machetes +b missing node axone +b missing node grievers +b missing node ambience +b missing node negotiatress +b missing node horological +b missing node deplorable +b missing node legitimizes +b missing node albacores +b missing node legitimizer +b missing node intestacy +b missing node etherish +b missing node hairpieces +b missing node denominators +b missing node ninon +b missing node soleplate +b missing node instillment +b missing node legitimized +b missing node agrarians +b missing node stoker +b missing node stokes +b missing node observation +b missing node mutter +b missing node specificated +b missing node poloists +b missing node stoked +b missing node wrought +b missing node flintier +b missing node hayfields +b missing node shortening +b missing node ninny +b missing node interreligious +b missing node sloping +b missing node gunplays +b missing node alliteratively +b missing node unicamerally +b missing node mattings +b missing node intrusts +b missing node bottoming +b missing node forests +b missing node excrescences +b missing node wholisms +b missing node unsought +b missing node obstructor +b missing node geoscientists +b missing node accessorily +b missing node ninth +b missing node dowdiest +b missing node employments +b missing node flanks +b missing node ditching +b missing node musicales +b missing node blot +b missing node logrolls +b missing node astonishments +b missing node railways +b missing node resealed +b missing node irene +b missing node degas +b missing node wishy +b missing node grouchily +b missing node landing +b missing node embarred +b missing node blow +b missing node flyweights +b missing node pictograph +b missing node enormousness +b missing node flavorings +b missing node blob +b missing node palliative +b missing node bloc +b missing node underclad +b missing node grouching +b missing node fireplug +b missing node brazening +b missing node benefit +b missing node allegorically +b missing node caviar +b missing node paradoxically +b missing node deeps +b missing node ogled +b missing node onagers +b missing node focalize +b missing node bermuda +b missing node sinning +b missing node mutinously +b missing node carbines +b missing node benefic +b missing node protein +b missing node decodings +b missing node lakeport +b missing node inflection +b missing node clonk +b missing node bigfoot +b missing node clone +b missing node commentator +b missing node riffling +b missing node unpatriotically +b missing node observational +b missing node mandibular +b missing node wrestlers +b missing node clomp +b missing node arbors +b missing node contingency +b missing node deathlessly +b missing node delusional +b missing node capriciously +b missing node ripeners +b missing node allegiant +b missing node clomb +b missing node deers +b missing node braider +b missing node exhaustion +b missing node playthings +b missing node flange +b missing node contingence +b missing node reshowing +b missing node condensate +b missing node reconfirm +b missing node braided +b missing node cummers +b missing node stairs +b missing node treeless +b missing node maritally +b missing node obnoxiety +b missing node buxomer +b missing node banjo +b missing node mockeries +b missing node ripeness +b missing node nighttimes +b missing node goggly +b missing node nonstop +b missing node teacups +b missing node hooper +b missing node ogles +b missing node syllogisms +b missing node ogler +b missing node apish +b missing node ceaseless +b missing node bolster +b missing node goggle +b missing node shegetz +b missing node hooped +b missing node heedlessness +b missing node banks +b missing node cavies +b missing node breed +b missing node rechecks +b missing node sylph +b missing node chunkiness +b missing node close +b missing node dayfly +b missing node zabaiones +b missing node magnolia +b missing node brede +b missing node laccoliths +b missing node protege +b missing node shortstop +b missing node overcharge +b missing node abdicable +b missing node exhausting +b missing node bracelet +b missing node buxomly +b missing node armadillo +b missing node gimbals +b missing node pederasties +b missing node gambolled +b missing node retrains +b missing node centralist +b missing node aping +b missing node nettliest +b missing node indictment +b missing node england +b missing node entreaties +b missing node centralism +b missing node oversupply +b missing node clops +b missing node insurgencies +b missing node civilest +b missing node outproduce +b missing node fraction +b missing node uncross +b missing node inclosing +b missing node accessories +b missing node inflicted +b missing node sporing +b missing node impressionis +b missing node systemic +b missing node bream +b missing node bangs +b missing node inflicter +b missing node ballasts +b missing node mounties +b missing node bands +b missing node relevantly +b missing node inception +b missing node ostler +b missing node repatriation +b missing node unfounded +b missing node protean +b missing node amative +b missing node virility +b missing node break +b missing node brainstorms +b missing node fecund +b missing node bread +b missing node proteas +b missing node banes +b missing node jukeboxes +b missing node shiftless +b missing node flexible +b missing node morrow +b missing node baned +b missing node centrality +b missing node unsafely +b missing node sitting +b missing node flexibly +b missing node bandy +b missing node winterkill +b missing node papistry +b missing node sonnet +b missing node sanserifs +b missing node cloche +b missing node protect +b missing node audiology +b missing node boweries +b missing node dawdling +b missing node banteringly +b missing node clods +b missing node roebucks +b missing node banco +b missing node turnabout +b missing node clock +b missing node rallying +b missing node shipowner +b missing node resettling +b missing node enlighten +b missing node betokened +b missing node cooncan +b missing node hosannas +b missing node sallowly +b missing node gerbils +b missing node arbour +b missing node windswept +b missing node cicatrized +b missing node pettifog +b missing node turbos +b missing node turbot +b missing node centralize +b missing node rallyist +b missing node duodecimals +b missing node alluvia +b missing node revolve +b missing node projecting +b missing node remittals +b missing node exhaustive +b missing node banal +b missing node roisterer +b missing node godchildren +b missing node disassemble +b missing node deems +b missing node wolverines +b missing node disassembly +b missing node unfailingly +b missing node erections +b missing node cordoba +b missing node companionway +b missing node captivate +b missing node deejays +b missing node projection +b missing node circumscribe +b missing node oceangoing +b missing node entreating +b missing node roistered +b missing node foreran +b missing node mounting +b missing node surprizing +b missing node nimbi +b missing node hovel +b missing node repatriating +b missing node pakistanis +b missing node concatenates +b missing node untraced +b missing node morris +b missing node outraging +b missing node putrescent +b missing node syllabifies +b missing node hover +b missing node inflecting +b missing node leaguered +b missing node ponderousness +b missing node incepting +b missing node revolts +b missing node clogs +b missing node concatenated +b missing node nonobservance +b missing node rhomb +b missing node taxiway +b missing node untrodden +b missing node syllabified +b missing node whitely +b missing node pends +b missing node slipped +b missing node stockade +b missing node movable +b missing node divulging +b missing node retrospect +b missing node henchmen +b missing node remodifying +b missing node windowed +b missing node cadillacs +b missing node raptest +b missing node revindicating +b missing node slipper +b missing node unsafety +b missing node activating +b missing node logarithms +b missing node available +b missing node gypsied +b missing node synthetically +b missing node graveyard +b missing node revindication +b missing node cancans +b missing node veiledly +b missing node stereochemistry +b missing node webster +b missing node expositions +b missing node explosive +b missing node prostheses +b missing node pejoratively +b missing node defer +b missing node enchainments +b missing node pence +b missing node brevi +b missing node gypsies +b missing node breve +b missing node frenchwomen +b missing node projectile +b missing node coliform +b missing node religiously +b missing node crossarm +b missing node graduands +b missing node brews +b missing node penal +b missing node reclaim +b missing node jarsful +b missing node henchman +b missing node worships +b missing node redetermined +b missing node morsel +b missing node feathering +b missing node sallower +b missing node dilatants +b missing node saltires +b missing node reincurring +b missing node inwrapped +b missing node redetermines +b missing node cannibal +b missing node rosining +b missing node anomalies +b missing node specificized +b missing node clapped +b missing node tryst +b missing node aviators +b missing node explosion +b missing node dustups +b missing node bedrolls +b missing node gaucherie +b missing node crinkle +b missing node prosthesis +b missing node photographs +b missing node reheated +b missing node chugged +b missing node clapper +b missing node photography +b missing node whitens +b missing node paperboys +b missing node artichokes +b missing node chugger +b missing node reheater +b missing node supersexes +b missing node frenchwoman +b missing node biparental +b missing node penes +b missing node eyecups +b missing node turbid +b missing node stagflation +b missing node movably +b missing node nepotistical +b missing node clocks +b missing node misunderstanding +b missing node wordprocessors +b missing node firebirds +b missing node fanlights +b missing node crinkly +b missing node shyly +b missing node turbit +b missing node dismemberments +b missing node blandisher +b missing node blandishes +b missing node blandished +b missing node clout +b missing node cordons +b missing node inexact +b missing node ownable +b missing node disbosom +b missing node jibingly +b missing node unstrained +b missing node advertent +b missing node birder +b missing node clove +b missing node uninclosed +b missing node birded +b missing node alphameric +b missing node complementing +b missing node bantu +b missing node unbrotherly +b missing node badgering +b missing node carpeting +b missing node clown +b missing node gelders +b missing node endozoic +b missing node purveying +b missing node seignior +b missing node bucksaws +b missing node nudities +b missing node cloth +b missing node spermous +b missing node stoles +b missing node brent +b missing node showcasing +b missing node pockets +b missing node wired +b missing node stolen +b missing node rapports +b missing node clots +b missing node seascape +b missing node drovers +b missing node zombies +b missing node prattle +b missing node fragmental +b missing node oversides +b missing node skywriters +b missing node afternoons +b missing node cloud +b missing node willfulness +b missing node cloys +b missing node dempster +b missing node puristic +b missing node gallamine +b missing node answers +b missing node divulger +b missing node divulges +b missing node apium +b missing node grabbiest +b missing node carmakers +b missing node diarrhea +b missing node divulged +b missing node copperplate +b missing node ironworker +b missing node wires +b missing node wirer +b missing node fetishistic +b missing node birdie +b missing node demanders +b missing node inclusively +b missing node yeses +b missing node crossbar +b missing node megavolt +b missing node swappers +b missing node embowelled +b missing node defat +b missing node miniscule +b missing node dancing +b missing node potshot +b missing node pinsetters +b missing node shyer +b missing node remuneratively +b missing node preamplifier +b missing node cesium +b missing node denudation +b missing node webbings +b missing node activation +b missing node banns +b missing node moorland +b missing node turban +b missing node wishing +b missing node stains +b missing node linotype +b missing node stolid +b missing node howsoever +b missing node complaisance +b missing node fragmented +b missing node fishwives +b missing node dolores +b missing node sitcom +b missing node trijets +b missing node bechamel +b missing node opener +b missing node softeners +b missing node coiling +b missing node chequering +b missing node resolutive +b missing node squirters +b missing node buxomest +b missing node dramamine +b missing node rehearse +b missing node minnow +b missing node receivables +b missing node outbids +b missing node debutants +b missing node pettiest +b missing node opened +b missing node overthrowing +b missing node animation +b missing node stationers +b missing node biddings +b missing node loading +b missing node bossisms +b missing node mendelevium +b missing node stationery +b missing node bite +b missing node careens +b missing node flambe +b missing node alteratively +b missing node wived +b missing node aphis +b missing node resurfacing +b missing node pelts +b missing node wiver +b missing node globularity +b missing node wives +b missing node squelchy +b missing node unexciting +b missing node whither +b missing node villous +b missing node kuchens +b missing node debutante +b missing node lizard +b missing node jewelries +b missing node historians +b missing node mikados +b missing node reassume +b missing node gears +b missing node copals +b missing node portionless +b missing node bird +b missing node circularizers +b missing node expeditions +b missing node electronically +b missing node waxwings +b missing node cheepers +b missing node zebrass +b missing node bins +b missing node vrooms +b missing node flamed +b missing node voiding +b missing node unsaturates +b missing node reclean +b missing node tomograph +b missing node invoices +b missing node flamer +b missing node biol +b missing node flames +b missing node unsaturated +b missing node thumbing +b missing node coition +b missing node bios +b missing node invoiced +b missing node furlough +b missing node careers +b missing node shortchanges +b missing node inspected +b missing node oriels +b missing node bile +b missing node bill +b missing node bilk +b missing node shortchanged +b missing node lights +b missing node evidential +b missing node chittered +b missing node lawbreaking +b missing node abstruseness +b missing node typewrote +b missing node portions +b missing node intimacy +b missing node animating +b missing node orient +b missing node headlocks +b missing node bind +b missing node soffit +b missing node kerning +b missing node torchier +b missing node rotation +b missing node symphonies +b missing node audacious +b missing node phrenologically +b missing node refresh +b missing node minnie +b missing node darkliest +b missing node irruption +b missing node openly +b missing node rotating +b missing node cloddy +b missing node cowling +b missing node jitter +b missing node erodible +b missing node bergamot +b missing node concludes +b missing node irrupting +b missing node festering +b missing node exordium +b missing node concluder +b missing node dolefulness +b missing node crewcut +b missing node alerts +b missing node handwheel +b missing node bartizan +b missing node featherier +b missing node coleuses +b missing node envision +b missing node concluded +b missing node intense +b missing node boneblack +b missing node solicitously +b missing node reinflamed +b missing node unrealistic +b missing node ejaculator +b missing node rheumiest +b missing node reinflames +b missing node floozy +b missing node pelfs +b missing node aphid +b missing node pancreases +b missing node spurring +b missing node sectors +b missing node eugenism +b missing node simpleton +b missing node cherokees +b missing node eugenist +b missing node debilitations +b missing node undecided +b missing node severalized +b missing node doodling +b missing node rectory +b missing node fluoroscope +b missing node nonconsecutively +b missing node resolution +b missing node gainliest +b missing node reassure +b missing node aquariums +b missing node zebraic +b missing node bits +b missing node rectors +b missing node reinvestment +b missing node hollanders +b missing node actively +b missing node buildup +b missing node bigwigs +b missing node inconsonant +b missing node intents +b missing node minestrone +b missing node drenches +b missing node fluoroscopy +b missing node seigneur +b missing node drencher +b missing node drudgery +b missing node lamprey +b missing node misappropriated +b missing node binnacles +b missing node paganizing +b missing node deplores +b missing node tarpons +b missing node deplorer +b missing node decontamination +b missing node synaptic +b missing node torching +b missing node pangolin +b missing node diversionist +b missing node firings +b missing node barring +b missing node silvern +b missing node provably +b missing node silvers +b missing node metastasis +b missing node prevalence +b missing node ostentatiously +b missing node decontaminating +b missing node silvery +b missing node winged +b missing node barrios +b missing node drenched +b missing node provable +b missing node purulencies +b missing node thickset +b missing node dubieties +b missing node pratfall +b missing node defuzed +b missing node millrace +b missing node warmness +b missing node incoherence +b missing node caribbean +b missing node eatings +b missing node defuzes +b missing node tithes +b missing node tither +b missing node ejaculates +b missing node patchy +b missing node impetuses +b missing node insurrect +b missing node ejaculated +b missing node irruptive +b missing node gamboling +b missing node tranquilizes +b missing node tranquilizer +b missing node seamers +b missing node hogtying +b missing node drudgers +b missing node caving +b missing node quaverers +b missing node tranquilized +b missing node misappropriates +b missing node subsidizable +b missing node tithed +b missing node openest +b missing node locutory +b missing node debates +b missing node yummiest +b missing node virilize +b missing node debater +b missing node goneness +b missing node barbs +b missing node areaways +b missing node floors +b missing node retaining +b missing node openers +b missing node apian +b missing node flatuses +b missing node cavity +b missing node spurrier +b missing node spurries +b missing node quarterdecks +b missing node euphemistic +b missing node hound +b missing node debated +b missing node editorials +b missing node ebonites +b missing node mythical +b missing node bared +b missing node kazoo +b missing node pregnantly +b missing node bards +b missing node smooching +b missing node hatters +b missing node outrooting +b missing node logistic +b missing node fresheners +b missing node refolded +b missing node deplored +b missing node inhere +b missing node inhibitory +b missing node septuples +b missing node stoics +b missing node septuplet +b missing node inhibitors +b missing node tomograms +b missing node house +b missing node inseminations +b missing node mismatching +b missing node deign +b missing node apportionment +b missing node secretions +b missing node earplugs +b missing node inlayers +b missing node procural +b missing node hours +b missing node octopi +b missing node houri +b missing node exempting +b missing node flooey +b missing node measurements +b missing node detergent +b missing node manitou +b missing node amenable +b missing node deify +b missing node bireme +b missing node exemption +b missing node kayaks +b missing node showiness +b missing node unseeing +b missing node unpoised +b missing node surroundings +b missing node amenably +b missing node floods +b missing node gladier +b missing node colonelships +b missing node resorts +b missing node nightfalls +b missing node dizziness +b missing node darnedest +b missing node rainbows +b missing node envisaging +b missing node ordaining +b missing node squiffed +b missing node cactus +b missing node proteus +b missing node hedged +b missing node facetiousness +b missing node debbie +b missing node deice +b missing node preparedness +b missing node gentlest +b missing node eugenics +b missing node reassuring +b missing node parquet +b missing node kibitzed +b missing node reglazing +b missing node noninterference +b missing node villainies +b missing node cupfuls +b missing node pentacles +b missing node retaliating +b missing node traitresses +b missing node enduros +b missing node kibitzer +b missing node kibitzes +b missing node relevancies +b missing node unlanded +b missing node nills +b missing node pensionable +b missing node soupcons +b missing node clannishness +b missing node hedger +b missing node retaliation +b missing node hedges +b missing node cavils +b missing node metastases +b missing node rumpless +b missing node castrator +b missing node inspector +b missing node protest +b missing node dictatorially +b missing node hoopla +b missing node dobermans +b missing node headrest +b missing node methought +b missing node insurrectionists +b missing node flamingoes +b missing node mealybugs +b missing node collectivizing +b missing node quarreled +b missing node lapboards +b missing node scrotum +b missing node dungeons +b missing node quarreler +b missing node septupled +b missing node browsing +b missing node modalities +b missing node oblivious +b missing node endures +b missing node debark +b missing node projections +b missing node producers +b missing node backwardness +b missing node perpetuity +b missing node skylarker +b missing node endured +b missing node hieratically +b missing node rubdowns +b missing node icehouse +b missing node lading +b missing node weakfishes +b missing node contused +b missing node clearness +b missing node cyclists +b missing node skylarked +b missing node franker +b missing node dudgeons +b missing node franked +b missing node contuses +b missing node iraqi +b missing node nude +b missing node meanness +b missing node pervading +b missing node minora +b missing node idiosyncrasy +b missing node successors +b missing node surrogates +b missing node undermentioned +b missing node debate +b missing node disbound +b missing node minors +b missing node sassafras +b missing node unresponsively +b missing node exemptive +b missing node whitefish +b missing node debars +b missing node spicier +b missing node ambivert +b missing node unheroic +b missing node mimeoed +b missing node distorting +b missing node debase +b missing node enterprisingly +b missing node variorums +b missing node unbribable +b missing node fluorinates +b missing node amalgamation +b missing node careful +b missing node rumoring +b missing node captured +b missing node stepladder +b missing node degum +b missing node chickweed +b missing node distortion +b missing node fluorinated +b missing node recollection +b missing node collide +b missing node impermeabilities +b missing node nubs +b missing node amoral +b missing node milliliter +b missing node unfelt +b missing node evicts +b missing node percipience +b missing node foregoing +b missing node pekoe +b missing node extraditions +b missing node captures +b missing node capturer +b missing node zooplankton +b missing node oryxes +b missing node breakpoints +b missing node ratify +b missing node transients +b missing node nonemotionally +b missing node quarterlies +b missing node collier +b missing node playacted +b missing node intercedes +b missing node collies +b missing node alcoholic +b missing node authenticities +b missing node interceder +b missing node boranes +b missing node island +b missing node interceded +b missing node gallicisms +b missing node extortioner +b missing node gibbosity +b missing node vestiges +b missing node havocking +b missing node zoologist +b missing node overmodified +b missing node frostiest +b missing node castrates +b missing node resurges +b missing node ahead +b missing node amalgamating +b missing node overtrained +b missing node dignifying +b missing node skymen +b missing node overmodifies +b missing node irate +b missing node arrears +b missing node castrated +b missing node resurged +b missing node whiteouts +b missing node chaucer +b missing node stirrup +b missing node burdeners +b missing node collied +b missing node maidhoods +b missing node dyeweed +b missing node tiffed +b missing node sifting +b missing node nuns +b missing node barrier +b missing node morphs +b missing node turnkey +b missing node morpho +b missing node foreswear +b missing node thoughts +b missing node ladies +b missing node frigid +b missing node overmatches +b missing node readaptation +b missing node overmatched +b missing node naiades +b missing node jeweling +b missing node doyens +b missing node collins +b missing node modulation +b missing node numb +b missing node jinglers +b missing node horsemanship +b missing node mementos +b missing node muttering +b missing node titian +b missing node null +b missing node qualmier +b missing node polymorph +b missing node staler +b missing node modulating +b missing node shmoes +b missing node stales +b missing node nowise +b missing node shipmaster +b missing node recollecting +b missing node codons +b missing node reboiled +b missing node attorning +b missing node parallaxes +b missing node skyman +b missing node cliquishly +b missing node staled +b missing node pekin +b missing node dismiss +b missing node oblivions +b missing node calculatedly +b missing node sellout +b missing node imperially +b missing node squashed +b missing node pekes +b missing node tiffin +b missing node foveal +b missing node kissers +b missing node globoids +b missing node nonacid +b missing node digraphs +b missing node precapitalistic +b missing node ration +b missing node synod +b missing node compresses +b missing node whereafter +b missing node fasting +b missing node positively +b missing node ratios +b missing node zenana +b missing node foveae +b missing node missourian +b missing node compressed +b missing node outswims +b missing node nuke +b missing node squasher +b missing node squashes +b missing node commonly +b missing node transpire +b missing node anesthetically +b missing node scalloped +b missing node volunteer +b missing node conferences +b missing node scalloper +b missing node hooray +b missing node severally +b missing node sailors +b missing node fright +b missing node begetter +b missing node amalgamative +b missing node bookshops +b missing node adverted +b missing node isthmi +b missing node hoorah +b missing node innersole +b missing node stalag +b missing node bemusing +b missing node pouter +b missing node filagree +b missing node saneness +b missing node freudianism +b missing node hotel +b missing node rating +b missing node breaking +b missing node flaring +b missing node memorialist +b missing node inescapably +b missing node wonderland +b missing node halvers +b missing node misgovernment +b missing node acidic +b missing node unpuzzling +b missing node worriers +b missing node bacchant +b missing node windsocks +b missing node bias +b missing node pouted +b missing node bespake +b missing node laissez +b missing node alloying +b missing node pearliest +b missing node fracas +b missing node synch +b missing node moralizers +b missing node syncs +b missing node remeasurements +b missing node modulative +b missing node witty +b missing node ahems +b missing node manpowers +b missing node sentimentalizing +b missing node printable +b missing node decontrols +b missing node intertidal +b missing node prepackage +b missing node soilage +b missing node nuts +b missing node cocooned +b missing node inescapable +b missing node guardianships +b missing node bibs +b missing node liberalization +b missing node debauch +b missing node qualmish +b missing node staked +b missing node affronted +b missing node parasitized +b missing node antefix +b missing node surtaxes +b missing node meatiest +b missing node stakes +b missing node parasitizes +b missing node dissatisfactions +b missing node updatable +b missing node supposedly +b missing node junketeers +b missing node holdfasts +b missing node shelterer +b missing node remarking +b missing node stepmother +b missing node supersonics +b missing node dyspeptics +b missing node zoologies +b missing node sheltered +b missing node virginals +b missing node payroll +b missing node positivest +b missing node commandments +b missing node stratagem +b missing node transience +b missing node haggardly +b missing node stirrer +b missing node northwestern +b missing node crystalline +b missing node stirred +b missing node welting +b missing node memorialize +b missing node hotly +b missing node penicillin +b missing node transiency +b missing node gauger +b missing node teleprinter +b missing node gauges +b missing node instantly +b missing node disenchant +b missing node surtaxed +b missing node carload +b missing node inhaling +b missing node gauged +b missing node twitched +b missing node tattooed +b missing node calibration +b missing node separable +b missing node pimiento +b missing node runabout +b missing node tattooer +b missing node irateness +b missing node separably +b missing node soggiest +b missing node syntalities +b missing node nubility +b missing node frankly +b missing node nobilities +b missing node pastored +b missing node calibrating +b missing node autumns +b missing node disembody +b missing node broguish +b missing node uncensored +b missing node irascibility +b missing node overprotection +b missing node footslog +b missing node dullards +b missing node litigations +b missing node farmsteads +b missing node polyglots +b missing node chillier +b missing node bike +b missing node chillies +b missing node liminal +b missing node aerogram +b missing node eyeglasses +b missing node pederastically +b missing node geldings +b missing node failures +b missing node boatyards +b missing node flakes +b missing node dehydrate +b missing node flaker +b missing node overprotecting +b missing node obtaining +b missing node mutual +b missing node twitcher +b missing node twitches +b missing node flaked +b missing node crystallize +b missing node orthographic +b missing node instanter +b missing node buttery +b missing node acidly +b missing node bier +b missing node butters +b missing node ballplayer +b missing node dinners +b missing node foretop +b missing node defunctive +b missing node pastoral +b missing node eclats +b missing node winery +b missing node enthrallingly +b missing node magnifico +b missing node suppositions +b missing node infantry +b missing node bids +b missing node properties +b missing node subsume +b missing node intends +b missing node gecks +b missing node thumbnail +b missing node gecko +b missing node bide +b missing node afters +b missing node hairstyle +b missing node stockcar +b missing node perhaps +b missing node propertied +b missing node withy +b missing node ethnologists +b missing node crewels +b missing node metastatic +b missing node adolph +b missing node spoilable +b missing node revokes +b missing node revoker +b missing node cowlick +b missing node magnifier +b missing node magnifies +b missing node withe +b missing node origin +b missing node seatmate +b missing node suspending +b missing node magnified +b missing node wombats +b missing node revoked +b missing node stratify +b missing node geophysical +b missing node clientele +b missing node biff +b missing node mutuel +b missing node detaining +b missing node stemware +b missing node intensifying +b missing node religion +b missing node unhanding +b missing node geographies +b missing node flitted +b missing node campaigning +b missing node sanitaria +b missing node maenadic +b missing node wkly +b missing node flitter +b missing node espousers +b missing node shelffuls +b missing node inquisitions +b missing node overanalyzed +b missing node debug +b missing node whaler +b missing node stabiles +b missing node leaguers +b missing node prisses +b missing node whales +b missing node jiggling +b missing node vulturous +b missing node overanalyzes +b missing node debts +b missing node sifters +b missing node rebuked +b missing node maculation +b missing node palavers +b missing node situated +b missing node farmers +b missing node rebukes +b missing node rebuker +b missing node fecklessly +b missing node debut +b missing node whaled +b missing node medieval +b missing node situates +b missing node maculating +b missing node trapper +b missing node percentile +b missing node grecizes +b missing node interfering +b missing node slopping +b missing node trapped +b missing node spicing +b missing node windup +b missing node revocations +b missing node yielding +b missing node barbed +b missing node costumiers +b missing node scimitars +b missing node cursive +b missing node barbel +b missing node grecized +b missing node clarinetists +b missing node musketry +b missing node override +b missing node barber +b missing node tootsies +b missing node fearlessly +b missing node anodyne +b missing node sloppily +b missing node conceptional +b missing node traditionalize +b missing node spicily +b missing node borates +b missing node tensors +b missing node duper +b missing node dupes +b missing node requisitioning +b missing node hypothecates +b missing node infesting +b missing node slackly +b missing node sympathizer +b missing node subpenaing +b missing node sympathizes +b missing node tessellate +b missing node odyl +b missing node lawful +b missing node borated +b missing node duped +b missing node tempested +b missing node propounds +b missing node amateur +b missing node sympathized +b missing node faying +b missing node flusters +b missing node reincarnations +b missing node outstayed +b missing node odor +b missing node dissolutely +b missing node beefeater +b missing node platens +b missing node clarions +b missing node flabby +b missing node category +b missing node specializing +b missing node devoice +b missing node thorning +b missing node anility +b missing node wiving +b missing node executable +b missing node rumors +b missing node generalizable +b missing node pesky +b missing node conjugated +b missing node yippie +b missing node unflattering +b missing node conjugates +b missing node winsome +b missing node foreseeable +b missing node firepans +b missing node exploiter +b missing node inclosers +b missing node deservers +b missing node exploited +b missing node exploitee +b missing node chimneys +b missing node phonetic +b missing node throstle +b missing node nonwhite +b missing node duple +b missing node quarterdeck +b missing node outbluffs +b missing node incomputably +b missing node wateriest +b missing node hagridden +b missing node wreathy +b missing node wreaths +b missing node psychotically +b missing node alcoholics +b missing node alephs +b missing node fissility +b missing node cacheting +b missing node plaguers +b missing node decal +b missing node octangles +b missing node platers +b missing node wreathe +b missing node unlatching +b missing node cursing +b missing node modistes +b missing node arcanum +b missing node clownery +b missing node intercepts +b missing node decay +b missing node maenades +b missing node springiness +b missing node burlesquing +b missing node pesos +b missing node reckoned +b missing node unsteadiest +b missing node workloads +b missing node fulltime +b missing node woofers +b missing node casuistries +b missing node rewinds +b missing node thornily +b missing node bucketing +b missing node nonrecoverable +b missing node rumour +b missing node blurting +b missing node abeyance +b missing node clicking +b missing node slacken +b missing node quirkiness +b missing node wakefulness +b missing node reckoner +b missing node leninist +b missing node slacker +b missing node corseted +b missing node abeyancy +b missing node leninism +b missing node incomputable +b missing node blindage +b missing node slacked +b missing node deride +b missing node hotfoots +b missing node allowance +b missing node atrocity +b missing node soarings +b missing node luxations +b missing node larkspurs +b missing node pocking +b missing node khanates +b missing node derive +b missing node ribbony +b missing node bicepses +b missing node verandah +b missing node malocclusion +b missing node offprint +b missing node formulators +b missing node ribbons +b missing node inherently +b missing node odes +b missing node bouffants +b missing node resound +b missing node dancers +b missing node rumple +b missing node militaries +b missing node bricking +b missing node odds +b missing node perry +b missing node preordain +b missing node scrutiny +b missing node topographers +b missing node unincorporated +b missing node pockily +b missing node rumply +b missing node solubilities +b missing node helpers +b missing node whiskery +b missing node xysters +b missing node minyan +b missing node whiskers +b missing node nonpolitical +b missing node aubade +b missing node mingler +b missing node mingles +b missing node scorecard +b missing node remigration +b missing node sportively +b missing node dehypnotize +b missing node compadres +b missing node proclaim +b missing node province +b missing node unbended +b missing node gaposis +b missing node adversative +b missing node newsletter +b missing node eclair +b missing node remigrating +b missing node savingly +b missing node traitorism +b missing node upgrade +b missing node mingled +b missing node epilog +b missing node invasions +b missing node hewers +b missing node teacher +b missing node teaches +b missing node flickered +b missing node napalms +b missing node overinterest +b missing node nutriments +b missing node trireme +b missing node homebound +b missing node prompters +b missing node unfurl +b missing node odic +b missing node revetted +b missing node grindingly +b missing node quirked +b missing node verandas +b missing node debit +b missing node odin +b missing node inheritors +b missing node reinvites +b missing node imprecations +b missing node ragtime +b missing node frumpiest +b missing node evocable +b missing node chastener +b missing node baryonic +b missing node promptest +b missing node yipped +b missing node parthenogenic +b missing node yippee +b missing node assuaging +b missing node democratic +b missing node stoutish +b missing node hoodoos +b missing node bugbears +b missing node apportions +b missing node reinvited +b missing node chastened +b missing node instructed +b missing node reinsert +b missing node chronological +b missing node vitamins +b missing node pockier +b missing node guards +b missing node energetically +b missing node morgan +b missing node servicing +b missing node abstractedness +b missing node knockwurst +b missing node opposer +b missing node monitories +b missing node opposes +b missing node benefactress +b missing node convexity +b missing node cushioning +b missing node traditionalist +b missing node closure +b missing node floret +b missing node rocketries +b missing node derisions +b missing node voiced +b missing node regicidal +b missing node airdromes +b missing node leatheriness +b missing node opposed +b missing node unemphatic +b missing node hatbox +b missing node massedly +b missing node spermary +b missing node vitamine +b missing node crying +b missing node softbound +b missing node changeovers +b missing node stadia +b missing node devoirs +b missing node pussycat +b missing node anodynic +b missing node militarily +b missing node jigglier +b missing node brunette +b missing node swooping +b missing node icefall +b missing node maidenheads +b missing node thundering +b missing node southrons +b missing node anodynes +b missing node editress +b missing node intelligences +b missing node diluvian +b missing node diluvial +b missing node alpenstock +b missing node discrown +b missing node chasings +b missing node plateau +b missing node ladanums +b missing node florae +b missing node obstetric +b missing node intellectual +b missing node sloppier +b missing node pillared +b missing node swollen +b missing node signals +b missing node floras +b missing node drawdown +b missing node meprobamate +b missing node voices +b missing node voicer +b missing node archway +b missing node floral +b missing node attainer +b missing node traditionalism +b missing node kosher +b missing node haggises +b missing node brightener +b missing node attained +b missing node chilling +b missing node slavering +b missing node betrays +b missing node regicides +b missing node brightened +b missing node mashies +b missing node deject +b missing node radiotelemetries +b missing node fumaric +b missing node habitability +b missing node chillily +b missing node alcoholism +b missing node thresh +b missing node excogitates +b missing node indiscriminately +b missing node deash +b missing node recrosses +b missing node typhoid +b missing node slanging +b missing node fruitiness +b missing node expeditious +b missing node dears +b missing node arithmetic +b missing node excogitated +b missing node recrossed +b missing node deary +b missing node apery +b missing node apers +b missing node hounding +b missing node frigates +b missing node silted +b missing node monitoring +b missing node patterns +b missing node milksop +b missing node falsettos +b missing node death +b missing node mismate +b missing node legionnaires +b missing node unwillingness +b missing node clacking +b missing node eyestone +b missing node acclaims +b missing node subseries +b missing node corrugates +b missing node corrugated +b missing node frozenness +b missing node itemization +b missing node distraught +b missing node avenging +b missing node axles +b missing node ineducability +b missing node mismark +b missing node centuries +b missing node perch +b missing node dictatorships +b missing node desalination +b missing node irresponsibilities +b missing node cringer +b missing node cringes +b missing node perdy +b missing node millipedes +b missing node perdu +b missing node countertenors +b missing node vulvate +b missing node execrable +b missing node trebled +b missing node chipmunk +b missing node trebles +b missing node mashing +b missing node striking +b missing node trackings +b missing node brisk +b missing node desalinating +b missing node capitalizing +b missing node peres +b missing node brainstorm +b missing node grousing +b missing node jeweller +b missing node axled +b missing node nonsensitive +b missing node reminisces +b missing node nutcracker +b missing node jewelled +b missing node gastritis +b missing node acutely +b missing node nonhuman +b missing node revarnish +b missing node emenders +b missing node execrably +b missing node buffoons +b missing node prosecutrixes +b missing node falteringly +b missing node misruling +b missing node profundity +b missing node advertise +b missing node department +b missing node saxhorn +b missing node transparencies +b missing node idolatrous +b missing node fringy +b missing node assimilation +b missing node primatial +b missing node dispersion +b missing node brickier +b missing node ledgier +b missing node exarchs +b missing node ripening +b missing node sullenness +b missing node jumpers +b missing node moveable +b missing node suspension +b missing node hushful +b missing node underripened +b missing node gorgeousness +b missing node divisors +b missing node moveably +b missing node overtopping +b missing node prognosticate +b missing node assimilating +b missing node exarchy +b missing node geese +b missing node outlaw +b missing node fringe +b missing node outlay +b missing node ancestry +b missing node disrupts +b missing node shebangs +b missing node unloosing +b missing node thundery +b missing node peril +b missing node hallelujahs +b missing node hassock +b missing node peris +b missing node cerebrums +b missing node dispersing +b missing node winch +b missing node embrace +b missing node highbrow +b missing node thunders +b missing node assimilative +b missing node archaeology +b missing node windy +b missing node outriggers +b missing node slangier +b missing node magnetizers +b missing node wined +b missing node bellum +b missing node formated +b missing node depictors +b missing node overbites +b missing node winds +b missing node reminisced +b missing node traipsed +b missing node clinging +b missing node perky +b missing node perks +b missing node indenters +b missing node highland +b missing node whammy +b missing node abstinently +b missing node traipses +b missing node democracy +b missing node clangorous +b missing node rumpus +b missing node outgassing +b missing node belting +b missing node wince +b missing node conspiratorially +b missing node grueler +b missing node appalls +b missing node whiskeys +b missing node correlating +b missing node grueled +b missing node totalizing +b missing node cringed +b missing node perms +b missing node classicist +b missing node classicism +b missing node sodomites +b missing node wingy +b missing node vinyls +b missing node pronouncements +b missing node corrugator +b missing node substantiate +b missing node frustum +b missing node wings +b missing node centurion +b missing node someone +b missing node proctoring +b missing node excretory +b missing node premise +b missing node megalomaniacal +b missing node attenuates +b missing node correlation +b missing node premiss +b missing node semifinal +b missing node floppy +b missing node theatrically +b missing node unvisited +b missing node lappers +b missing node debar +b missing node mattress +b missing node scabiosa +b missing node cackle +b missing node winey +b missing node bellow +b missing node wines +b missing node groundwater +b missing node sabered +b missing node condensers +b missing node acutest +b missing node poverty +b missing node inhume +b missing node sinners +b missing node geeks +b missing node deacons +b missing node shagreen +b missing node copeck +b missing node attenuated +b missing node civilly +b missing node premium +b missing node shuck +b missing node randomization +b missing node eradicate +b missing node lappets +b missing node nerviness +b missing node venerate +b missing node rifflers +b missing node advertize +b missing node eating +b missing node unsteadiness +b missing node hooted +b missing node ungrammatically +b missing node dentate +b missing node anilins +b missing node bocces +b missing node substantiated +b missing node falconets +b missing node zambians +b missing node aniline +b missing node coercing +b missing node adjutants +b missing node brier +b missing node bries +b missing node schema +b missing node julienne +b missing node inspiration +b missing node hooter +b missing node chirpers +b missing node choreographers +b missing node scheme +b missing node cajaput +b missing node minoring +b missing node unloosed +b missing node disbowel +b missing node winks +b missing node cancels +b missing node rustiness +b missing node unloosen +b missing node implanter +b missing node mineralogy +b missing node freehandedly +b missing node apeak +b missing node unlooses +b missing node revalidate +b missing node snuffiest +b missing node substantiates +b missing node unprotestingly +b missing node unusually +b missing node implanted +b missing node wive +b missing node correlative +b missing node hygienic +b missing node hotdogs +b missing node dustier +b missing node clingier +b missing node brigs +b missing node document +b missing node tempting +b missing node irregardless +b missing node sylphid +b missing node sylphic +b missing node bowwows +b missing node silkiness +b missing node improper +b missing node hootch +b missing node overripe +b missing node cruzeiro +b missing node highbred +b missing node prosecute +b missing node dunks +b missing node geoducks +b missing node poured +b missing node coercion +b missing node lovebirds +b missing node deflate +b missing node craniums +b missing node oscule +b missing node evince +b missing node shunt +b missing node shuns +b missing node bennets +b missing node oscula +b missing node clarinet +b missing node kvetch +b missing node unwontedly +b missing node remitters +b missing node brian +b missing node briar +b missing node rekindling +b missing node earthenware +b missing node priggery +b missing node robinson +b missing node sunshines +b missing node pourer +b missing node glamorous +b missing node bribe +b missing node ligate +b missing node joystick +b missing node winos +b missing node functionalistic +b missing node hygienes +b missing node deference +b missing node progressions +b missing node shuls +b missing node thornier +b missing node aneurysm +b missing node skywriting +b missing node lampers +b missing node minority +b missing node brick +b missing node frambesia +b missing node chamiso +b missing node chamise +b missing node divulgers +b missing node cameoing +b missing node poorest +b missing node tautness +b missing node adonis +b missing node thalamic +b missing node rebuild +b missing node bride +b missing node elbowing +b missing node ancestor +b missing node recycling +b missing node unbridled +b missing node winder +b missing node rebuilt +b missing node cancers +b missing node winded +b missing node unbridles +b missing node civiler +b missing node deads +b missing node partizans +b missing node indissoluble +b missing node brief +b missing node hedgiest +b missing node reaffirmed +b missing node outruns +b missing node easterners +b missing node brine +b missing node indissolubly +b missing node bring +b missing node tabstop +b missing node brink +b missing node coercive +b missing node glamour +b missing node remittent +b missing node entireties +b missing node macintosh +b missing node mandrakes +b missing node respirator +b missing node wine +b missing node pressrun +b missing node wind +b missing node wing +b missing node wink +b missing node brios +b missing node attires +b missing node diuretic +b missing node unpasteurized +b missing node ambulances +b missing node reactivate +b missing node belled +b missing node protist +b missing node winy +b missing node squalors +b missing node tuques +b missing node attired +b missing node pleiades +b missing node wino +b missing node belles +b missing node briny +b missing node wins +b missing node patterer +b missing node dusting +b missing node barbaric +b missing node thalamus +b missing node deair +b missing node sphere +b missing node observatory +b missing node relights +b missing node salvos +b missing node pattered +b missing node typhons +b missing node windpipes +b missing node demitasses +b missing node wakens +b missing node unordained +b missing node substantiator +b missing node insoles +b missing node wipe +b missing node typhoon +b missing node subsoil +b missing node democrats +b missing node disembowel +b missing node dustily +b missing node dentals +b missing node enfettered +b missing node mendacity +b missing node revindicates +b missing node wish +b missing node wise +b missing node bloodstained +b missing node ourangs +b missing node crossness +b missing node wisp +b missing node boccie +b missing node unacquainted +b missing node suzettes +b missing node revindicated +b missing node unimposing +b missing node wire +b missing node typhous +b missing node bearings +b missing node deans +b missing node pivoting +b missing node bonifaces +b missing node countdown +b missing node window +b missing node wiry +b missing node glamors +b missing node spillable +b missing node ungracious +b missing node redrawing +b missing node proctorial +b missing node brill +b missing node apeek +b missing node falconers +b missing node wakers +b missing node petrologically +b missing node shute +b missing node friendships +b missing node shuts +b missing node exhorters +b missing node introspective +b missing node with +b missing node dealt +b missing node ogham +b missing node brims +b missing node gladdening +b missing node deals +b missing node shush +b missing node wits +b missing node philomels +b missing node premier +b missing node premies +b missing node quaffs +b missing node hooknose +b missing node unmitering +b missing node staffs +b missing node vinculum +b missing node shorted +b missing node simulative +b missing node mimeoing +b missing node carryings +b missing node holstered +b missing node hatting +b missing node monologuist +b missing node enunciations +b missing node barrels +b missing node miscarriage +b missing node paddocked +b missing node orally +b missing node shorten +b missing node chirpily +b missing node nonages +b missing node reevaluations +b missing node axmen +b missing node bardic +b missing node reconfiguration +b missing node shorter +b missing node acclivitous +b missing node aghast +b missing node downtrod +b missing node sicily +b missing node supplanters +b missing node chirping +b missing node barrens +b missing node democratization +b missing node homilies +b missing node admiringly +b missing node breakers +b missing node loaders +b missing node oarlock +b missing node shortie +b missing node begetting +b missing node helicons +b missing node caveat +b missing node narthex +b missing node calxes +b missing node ebullitions +b missing node drachm +b missing node mythologically +b missing node entrant +b missing node granulators +b missing node dippings +b missing node degradations +b missing node sofars +b missing node salver +b missing node playwear +b missing node salves +b missing node outworked +b missing node grapplers +b missing node chagrinned +b missing node jongleurs +b missing node bardes +b missing node simplexes +b missing node refried +b missing node unwavering +b missing node desalinate +b missing node escaping +b missing node meningeal +b missing node barded +b missing node refries +b missing node twinighters +b missing node felonies +b missing node disillusioned +b missing node enwheeling +b missing node preterminal +b missing node medievally +b missing node quiring +b missing node bedsides +b missing node nonspiritual +b missing node simulation +b missing node unsettled +b missing node custodial +b missing node captioning +b missing node custodian +b missing node muting +b missing node whelmed +b missing node kimonos +b missing node unsettles +b missing node impassable +b missing node carpetbag +b missing node entraps +b missing node carousals +b missing node salvia +b missing node adjutancy +b missing node mutiny +b missing node outworker +b missing node neither +b missing node remitting +b missing node castellan +b missing node colloquialism +b missing node egomaniac +b missing node fillable +b missing node cached +b missing node planaria +b missing node incliner +b missing node inclines +b missing node strangers +b missing node deeds +b missing node strongman +b missing node flattening +b missing node dungy +b missing node dungs +b missing node flossy +b missing node deedy +b missing node shortly +b missing node egomanias +b missing node cachet +b missing node beys +b missing node achordate +b missing node caches +b missing node laggards +b missing node stouts +b missing node lacework +b missing node splayfeet +b missing node trihybrid +b missing node anarchistic +b missing node oboe +b missing node juicers +b missing node wrongdoers +b missing node inclined +b missing node obol +b missing node helicoid +b missing node abdicating +b missing node antirust +b missing node iowans +b missing node voiders +b missing node boyishness +b missing node taproots +b missing node shtetel +b missing node abdication +b missing node orbed +b missing node brained +b missing node josephine +b missing node belike +b missing node bossiness +b missing node borzois +b missing node strangest +b missing node odorously +b missing node mutism +b missing node unvaccinated +b missing node kabalas +b missing node resowed +b missing node salved +b missing node hafting +b missing node investors +b missing node bets +b missing node swarthier +b missing node ledgers +b missing node mixers +b missing node flybys +b missing node cowskins +b missing node copiers +b missing node undergarment +b missing node stoups +b missing node bareback +b missing node denomination +b missing node revertible +b missing node coverall +b missing node efficiently +b missing node firstling +b missing node dunce +b missing node contingents +b missing node strongmen +b missing node houseclean +b missing node quotations +b missing node teaberries +b missing node reactively +b missing node trussings +b missing node strangely +b missing node overproud +b missing node scantest +b missing node denominating +b missing node preheating +b missing node dunes +b missing node colombians +b missing node bevy +b missing node romaines +b missing node hobnails +b missing node maniple +b missing node disjoined +b missing node vienna +b missing node proconsul +b missing node ligation +b missing node startlers +b missing node entrain +b missing node drizzly +b missing node escapism +b missing node chiffons +b missing node executions +b missing node despair +b missing node retracts +b missing node drizzle +b missing node escapist +b missing node sutlers +b missing node impregnable +b missing node turnhall +b missing node baizes +b missing node demonstrationist +b missing node morels +b missing node obit +b missing node refinements +b missing node recencies +b missing node obis +b missing node zealanders +b missing node ligating +b missing node uptakes +b missing node presidency +b missing node impregnably +b missing node berg +b missing node abducted +b missing node waisted +b missing node restructured +b missing node berm +b missing node squaller +b missing node handsewn +b missing node vesture +b missing node sconcing +b missing node decongests +b missing node thickest +b missing node restructures +b missing node templars +b missing node planktons +b missing node tenant +b missing node unreceptively +b missing node snowplowed +b missing node squalled +b missing node macaronis +b missing node template +b missing node thickets +b missing node incarnations +b missing node became +b missing node oenology +b missing node thickety +b missing node fandoms +b missing node titled +b missing node becalm +b missing node obey +b missing node rarefying +b missing node inferiorities +b missing node waister +b missing node titles +b missing node dummy +b missing node carboras +b missing node orals +b missing node taprooms +b missing node bete +b missing node beta +b missing node reproached +b missing node best +b missing node moodiest +b missing node pepsi +b missing node reproacher +b missing node bess +b missing node reproaches +b missing node froggiest +b missing node maiming +b missing node serenities +b missing node villainess +b missing node dumps +b missing node winced +b missing node consignments +b missing node schmoozed +b missing node historically +b missing node tossing +b missing node wincer +b missing node bluebell +b missing node winces +b missing node cognition +b missing node schmoozes +b missing node kernelled +b missing node peppy +b missing node toeless +b missing node gibbered +b missing node bend +b missing node parliamentarians +b missing node endearments +b missing node bene +b missing node shodden +b missing node hatless +b missing node kittening +b missing node caramels +b missing node preserved +b missing node abatements +b missing node rectangles +b missing node frescos +b missing node belied +b missing node statutably +b missing node cavers +b missing node seaming +b missing node belief +b missing node bema +b missing node preserves +b missing node preserver +b missing node superscripts +b missing node dustbins +b missing node cavern +b missing node hulloes +b missing node evolving +b missing node belies +b missing node procreate +b missing node belier +b missing node southpaw +b missing node salute +b missing node statutable +b missing node bell +b missing node unriper +b missing node overlordship +b missing node hulloed +b missing node belt +b missing node cactuses +b missing node funneling +b missing node liftoffs +b missing node ladler +b missing node bumpiest +b missing node ladles +b missing node vinaigrettes +b missing node goodlier +b missing node malfunctioning +b missing node preexposed +b missing node ornament +b missing node overthrowers +b missing node handsets +b missing node squirting +b missing node preexposes +b missing node unloosens +b missing node thickens +b missing node hypnoidal +b missing node ladled +b missing node coverage +b missing node ostomy +b missing node sweatiest +b missing node dibbling +b missing node bens +b missing node bent +b missing node parlours +b missing node hypoxemia +b missing node livings +b missing node hypoxemic +b missing node calculableness +b missing node orate +b missing node botanic +b missing node nictitating +b missing node janisary +b missing node distances +b missing node simulating +b missing node dissatisfy +b missing node barrets +b missing node hydrofluoric +b missing node distanced +b missing node frilly +b missing node chirpier +b missing node dwarfing +b missing node frills +b missing node cresting +b missing node nictitation +b missing node downlinks +b missing node cannabism +b missing node taxiing +b missing node carports +b missing node stover +b missing node stoves +b missing node haziest +b missing node disguising +b missing node narthexes +b missing node hydride +b missing node doughtily +b missing node jibing +b missing node membranously +b missing node custodies +b missing node involutes +b missing node transalpine +b missing node geotaxy +b missing node involuted +b missing node meadowland +b missing node pluckiness +b missing node inexpert +b missing node staggering +b missing node corders +b missing node outlet +b missing node sacerdotally +b missing node thonged +b missing node beef +b missing node alluring +b missing node sennits +b missing node adverting +b missing node doughtier +b missing node beep +b missing node dumpy +b missing node been +b missing node seamier +b missing node beet +b missing node bees +b missing node disjoints +b missing node beer +b missing node bankrupting +b missing node masquer +b missing node masques +b missing node prolixity +b missing node seedcases +b missing node astatines +b missing node cognitive +b missing node beds +b missing node notifications +b missing node diners +b missing node uptowners +b missing node patrilinear +b missing node presidents +b missing node patrilineal +b missing node copers +b missing node begs +b missing node pettishness +b missing node uplifter +b missing node lawing +b missing node orang +b missing node refurnished +b missing node seizable +b missing node abductor +b missing node jackpot +b missing node roomette +b missing node uplifted +b missing node exteriorly +b missing node refurnishes +b missing node gombos +b missing node sonics +b missing node feltings +b missing node mynheers +b missing node kittenish +b missing node knotters +b missing node perceptiveness +b missing node outlie +b missing node crucibles +b missing node lanthorns +b missing node wetlands +b missing node belated +b missing node pentameter +b missing node axman +b missing node pretors +b missing node drably +b missing node moonlights +b missing node interns +b missing node columns +b missing node wooziness +b missing node sanctity +b missing node lechered +b missing node bromide +b missing node integrally +b missing node eremites +b missing node forkedly +b missing node europiums +b missing node prophetic +b missing node wiped +b missing node spilths +b missing node elastically +b missing node kowtows +b missing node bearskins +b missing node technicolor +b missing node doornail +b missing node beck +b missing node militarize +b missing node florid +b missing node barely +b missing node cheekiness +b missing node shrub +b missing node ambulatories +b missing node florin +b missing node shrug +b missing node spirited +b missing node reinoculate +b missing node remarkers +b missing node bear +b missing node beat +b missing node beau +b missing node bean +b missing node cellblocks +b missing node receptors +b missing node longitudes +b missing node bead +b missing node redeyes +b missing node beak +b missing node mercuric +b missing node rangoon +b missing node rehanging +b missing node beam +b missing node foredating +b missing node imperfects +b missing node hurter +b missing node etagere +b missing node tragedy +b missing node immixing +b missing node unfocused +b missing node transferror +b missing node pederastic +b missing node comical +b missing node fatuousness +b missing node smelting +b missing node staggy +b missing node rehardening +b missing node skylight +b missing node sanction +b missing node interim +b missing node tagalongs +b missing node desperadoes +b missing node thrive +b missing node dwarfish +b missing node preciseness +b missing node respondents +b missing node slaveries +b missing node maniocs +b missing node voraciousness +b missing node huckster +b missing node militarist +b missing node recombining +b missing node incages +b missing node hinduism +b missing node militarism +b missing node pronging +b missing node atingle +b missing node kinfolks +b missing node cossets +b missing node bluster +b missing node attractive +b missing node blowout +b missing node meliorating +b missing node incaged +b missing node stagey +b missing node celadon +b missing node stages +b missing node stager +b missing node untruest +b missing node cartoonists +b missing node melioration +b missing node dwarfism +b missing node staged +b missing node jawing +b missing node suckle +b missing node dahlias +b missing node glamorization +b missing node hubbub +b missing node activate +b missing node fraternalism +b missing node invigorations +b missing node gladder +b missing node federalizations +b missing node gladden +b missing node austereness +b missing node sacerdotalism +b missing node carcinomas +b missing node plodding +b missing node scintillation +b missing node kansans +b missing node kumshaw +b missing node trifurcated +b missing node reintrenching +b missing node ricracs +b missing node glutinously +b missing node sapsuckers +b missing node integumental +b missing node suffices +b missing node sufficer +b missing node asperse +b missing node thrill +b missing node gladded +b missing node gambol +b missing node diemakers +b missing node adopts +b missing node inappropriateness +b missing node neurologized +b missing node braveries +b missing node fletchers +b missing node birthrights +b missing node cemetary +b missing node recomposed +b missing node daylit +b missing node mothballed +b missing node quietism +b missing node wingedly +b missing node quietist +b missing node recomposes +b missing node sufficed +b missing node coilers +b missing node quieting +b missing node intellectuals +b missing node sawfish +b missing node cloaks +b missing node liturgic +b missing node keyway +b missing node hegemonical +b missing node forepaw +b missing node hurtle +b missing node quacky +b missing node dumbs +b missing node awakening +b missing node douglas +b missing node invigoration +b missing node eremitic +b missing node quacks +b missing node gutsiest +b missing node sucked +b missing node wiper +b missing node humanizing +b missing node wipes +b missing node circuitously +b missing node meliorative +b missing node boatyard +b missing node scintillating +b missing node encephalitis +b missing node sucker +b missing node mannikin +b missing node thrips +b missing node headrooms +b missing node nonadjustable +b missing node invigorating +b missing node governed +b missing node unreally +b missing node bangles +b missing node arythmia +b missing node sidehill +b missing node arythmic +b missing node jennet +b missing node affronts +b missing node seemlier +b missing node cheeping +b missing node anarchists +b missing node decks +b missing node hoover +b missing node hooves +b missing node encephalitic +b missing node regraded +b missing node ophidian +b missing node dully +b missing node furiously +b missing node haters +b missing node smegmas +b missing node radiances +b missing node dulls +b missing node regrades +b missing node havockers +b missing node banzais +b missing node graciousness +b missing node parleyers +b missing node acquaint +b missing node ownership +b missing node westerly +b missing node gambit +b missing node macaroons +b missing node trigamist +b missing node icelandic +b missing node thrice +b missing node vulgates +b missing node confabbed +b missing node running +b missing node huggers +b missing node tenderly +b missing node homilist +b missing node despotically +b missing node rearmost +b missing node butting +b missing node transferrer +b missing node brininess +b missing node deleterious +b missing node westerns +b missing node lotteries +b missing node spiritus +b missing node transferred +b missing node cruisers +b missing node moribund +b missing node rejudging +b missing node freakouts +b missing node noncarnivorous +b missing node malconstruction +b missing node tirades +b missing node toaster +b missing node equinity +b missing node majuscules +b missing node cindered +b missing node cloaca +b missing node beshrewed +b missing node toasted +b missing node purebreds +b missing node stowable +b missing node helpful +b missing node suicidology +b missing node quills +b missing node sierras +b missing node thrift +b missing node ambients +b missing node megalomaniacs +b missing node gamble +b missing node handsful +b missing node lowboy +b missing node peony +b missing node sierran +b missing node hubcap +b missing node fingernails +b missing node ogive +b missing node bayonets +b missing node blowoff +b missing node raglans +b missing node diapered +b missing node greasewood +b missing node outlasted +b missing node transferral +b missing node flavonol +b missing node gluiest +b missing node enwinding +b missing node biopsychology +b missing node manitous +b missing node theocratic +b missing node deprehension +b missing node lofted +b missing node conservationism +b missing node peons +b missing node conservationist +b missing node icelander +b missing node rudest +b missing node lofter +b missing node excuse +b missing node succulents +b missing node roomed +b missing node governor +b missing node proscription +b missing node childlike +b missing node attuning +b missing node svelte +b missing node rudely +b missing node gambas +b missing node lithology +b missing node paunchiness +b missing node polymerically +b missing node gearshifts +b missing node houseflies +b missing node coadjutor +b missing node reprobing +b missing node rootstock +b missing node sanctification +b missing node decry +b missing node leaguing +b missing node obeahs +b missing node nonagon +b missing node tsarevnas +b missing node westered +b missing node acquisitive +b missing node mulches +b missing node dulse +b missing node onrushing +b missing node bossiest +b missing node tendered +b missing node runnier +b missing node detester +b missing node mulched +b missing node bryony +b missing node earlaps +b missing node contestable +b missing node allayment +b missing node bromine +b missing node heartens +b missing node sloppiness +b missing node roomer +b missing node syntactically +b missing node drizzles +b missing node hungerless +b missing node drizzled +b missing node hardened +b missing node hardener +b missing node backings +b missing node contestably +b missing node nebbish +b missing node oxcart +b missing node sanctify +b missing node oversparing +b missing node cuspidors +b missing node unreserved +b missing node decor +b missing node bespeak +b missing node decoy +b missing node copulations +b missing node voider +b missing node backache +b missing node quilts +b missing node snowdrops +b missing node foreplay +b missing node alligators +b missing node detested +b missing node woofing +b missing node rhino +b missing node retraced +b missing node tenderer +b missing node rhine +b missing node companionship +b missing node conformities +b missing node precisians +b missing node hypothecated +b missing node sanitated +b missing node soundboard +b missing node headings +b missing node stowed +b missing node deadlines +b missing node brittled +b missing node voided +b missing node colophons +b missing node permeable +b missing node retraces +b missing node maiden +b missing node rededicate +b missing node diaeresis +b missing node brittler +b missing node brittles +b missing node surging +b missing node turbidly +b missing node decigram +b missing node interferers +b missing node armhole +b missing node unfree +b missing node linable +b missing node conclusions +b missing node oxhearts +b missing node busywork +b missing node permeably +b missing node microfilming +b missing node bucketful +b missing node sanitates +b missing node apprehensively +b missing node inkiest +b missing node penknife +b missing node uninspiring +b missing node discreeter +b missing node vulgarer +b missing node blowsed +b missing node aweary +b missing node refroze +b missing node nashville +b missing node prorestoration +b missing node restrengthens +b missing node finalities +b missing node linages +b missing node irenic +b missing node dinette +b missing node harrumph +b missing node causalities +b missing node featherbed +b missing node incinerate +b missing node primulas +b missing node mopishly +b missing node calvin +b missing node moonlighted +b missing node relying +b missing node hunnishness +b missing node recelebrating +b missing node nondomesticated +b missing node sanitarians +b missing node mansard +b missing node sexless +b missing node photophobia +b missing node sicker +b missing node photophobic +b missing node broil +b missing node loftless +b missing node industriously +b missing node sicken +b missing node biannually +b missing node sicked +b missing node brailed +b missing node retaliators +b missing node rototills +b missing node schismatics +b missing node shoelace +b missing node blucher +b missing node microzoon +b missing node lavishly +b missing node retaliatory +b missing node broke +b missing node unrisen +b missing node impressments +b missing node helloing +b missing node moonlighter +b missing node enclosable +b missing node warhead +b missing node sandblasters +b missing node putrescence +b missing node bluegills +b missing node dermis +b missing node ladron +b missing node reaganomics +b missing node barfed +b missing node mountings +b missing node noticeably +b missing node attics +b missing node poults +b missing node unmedicated +b missing node humbleness +b missing node sprigged +b missing node undistressed +b missing node blinders +b missing node succulency +b missing node inadvisability +b missing node sprigger +b missing node regiment +b missing node regimens +b missing node calves +b missing node gremlins +b missing node dermic +b missing node succulence +b missing node agrarian +b missing node calved +b missing node realties +b missing node reenlistments +b missing node unentered +b missing node graciosos +b missing node dispersal +b missing node espousals +b missing node manitoba +b missing node indisposed +b missing node childless +b missing node frisks +b missing node generalization +b missing node wolfram +b missing node raiders +b missing node vulgarly +b missing node noticeable +b missing node creoles +b missing node easygoing +b missing node frisky +b missing node efficiencies +b missing node belows +b missing node adolescently +b missing node kamikazes +b missing node boraxes +b missing node helping +b missing node whiskies +b missing node earthliest +b missing node reimburse +b missing node claymores +b missing node unjustified +b missing node brock +b missing node gnarliest +b missing node flavorer +b missing node echidnae +b missing node effaced +b missing node interjecting +b missing node syncope +b missing node preconcession +b missing node flouts +b missing node effaces +b missing node sickle +b missing node effacer +b missing node echidnas +b missing node minted +b missing node detainees +b missing node algonquians +b missing node minter +b missing node deciliters +b missing node moulters +b missing node reaccredited +b missing node discreetly +b missing node foxings +b missing node broad +b missing node schmeering +b missing node whinniest +b missing node anchoritic +b missing node vancouver +b missing node acquisition +b missing node interjection +b missing node lavishes +b missing node helpless +b missing node lavisher +b missing node salted +b missing node sickly +b missing node lavished +b missing node intimidating +b missing node overkilled +b missing node interwove +b missing node marksmen +b missing node debited +b missing node wrongdoer +b missing node rooter +b missing node flavored +b missing node rooted +b missing node lodgings +b missing node unbranded +b missing node braille +b missing node barfly +b missing node attila +b missing node reflects +b missing node toppling +b missing node rattlings +b missing node keypad +b missing node ghettoized +b missing node whicker +b missing node flexibility +b missing node overturned +b missing node salter +b missing node ghettoizes +b missing node carless +b missing node anchorites +b missing node monkhood +b missing node proscriptive +b missing node aerators +b missing node potassium +b missing node overshadow +b missing node rudder +b missing node nondemonstrable +b missing node penitents +b missing node lengthwise +b missing node redwings +b missing node floury +b missing node entourage +b missing node rosined +b missing node ballistician +b missing node deserving +b missing node chaperoned +b missing node flours +b missing node rectums +b missing node sawfly +b missing node rewired +b missing node nonchalance +b missing node petrifaction +b missing node petrologists +b missing node tended +b missing node cowfish +b missing node bullfrogs +b missing node whisking +b missing node captivity +b missing node rewires +b missing node marksman +b missing node tender +b missing node maturational +b missing node liveability +b missing node decontaminators +b missing node pewee +b missing node pellagra +b missing node rephrase +b missing node indisputable +b missing node deflect +b missing node miscalculate +b missing node decertified +b missing node hatful +b missing node dankest +b missing node stepdowns +b missing node indisputably +b missing node coitions +b missing node umbilicus +b missing node dingus +b missing node boatswains +b missing node anastomoses +b missing node aperture +b missing node yielders +b missing node diagrammatic +b missing node nightwalkers +b missing node wivers +b missing node curtseyed +b missing node frumpish +b missing node spotlights +b missing node dugong +b missing node imperception +b missing node moating +b missing node flagrantly +b missing node signatureless +b missing node teaspoonfuls +b missing node enneads +b missing node unaccompanied +b missing node discoverers +b missing node fullterm +b missing node outvoting +b missing node untimeliness +b missing node internals +b missing node unstirred +b missing node decompensations +b missing node signets +b missing node pewit +b missing node thrall +b missing node intangibilities +b missing node whatnots +b missing node bangkok +b missing node flowages +b missing node promonarchist +b missing node dutch +b missing node nonprofit +b missing node gleesome +b missing node noways +b missing node barest +b missing node raconteur +b missing node bradawls +b missing node intimidation +b missing node angulating +b missing node hushaby +b missing node avouch +b missing node embezzlements +b missing node illinois +b missing node hawkies +b missing node rotatory +b missing node syncoms +b missing node ruddle +b missing node slenderer +b missing node signers +b missing node rotators +b missing node portrays +b missing node dissipaters +b missing node cognisance +b missing node protocol +b missing node sawers +b missing node indraft +b missing node discontent +b missing node attire +b missing node elongations +b missing node gruntle +b missing node congoes +b missing node asslike +b missing node zitherns +b missing node imperceptive +b missing node replenisher +b missing node animators +b missing node plaguily +b missing node replenishes +b missing node anthology +b missing node personably +b missing node yawpers +b missing node replenished +b missing node workboxes +b missing node dejections +b missing node mineralize +b missing node endorsement +b missing node quirkiest +b missing node counterpane +b missing node hawkish +b missing node distensibilities +b missing node dusts +b missing node plaguing +b missing node convoyed +b missing node dusty +b missing node shrewish +b missing node typicality +b missing node houseboats +b missing node faceted +b missing node nonflammable +b missing node bosoms +b missing node bosomy +b missing node launches +b missing node launcher +b missing node requisitioners +b missing node lowery +b missing node ordonnance +b missing node dickensian +b missing node kirtle +b missing node lowers +b missing node launched +b missing node sadhus +b missing node bosons +b missing node caviars +b missing node sunshades +b missing node decertification +b missing node dulcetly +b missing node tendencies +b missing node obstetrical +b missing node blindest +b missing node dugout +b missing node kaolin +b missing node personable +b missing node roulette +b missing node allheals +b missing node caviare +b missing node concur +b missing node lowest +b missing node menisci +b missing node vixens +b missing node handmaids +b missing node procure +b missing node shred +b missing node belong +b missing node grunted +b missing node shrewing +b missing node lusters +b missing node regulating +b missing node capeskin +b missing node perseveres +b missing node sourness +b missing node unacceptably +b missing node grunter +b missing node geographers +b missing node nonidentical +b missing node gibbeted +b missing node counterpart +b missing node wherefor +b missing node irrationalities +b missing node campaigners +b missing node shrew +b missing node regulation +b missing node penitence +b missing node simulators +b missing node misaimed +b missing node glaces +b missing node increased +b missing node laziness +b missing node variabilities +b missing node hawking +b missing node monetizing +b missing node thrash +b missing node increaser +b missing node increases +b missing node gustatory +b missing node gasoliers +b missing node smelters +b missing node sensibles +b missing node wivern +b missing node sensibler +b missing node clarioned +b missing node smeltery +b missing node forecastle +b missing node mimeograph +b missing node lampooners +b missing node hounders +b missing node bootlegged +b missing node lampoonery +b missing node unacceptable +b missing node persevered +b missing node scrubbers +b missing node lapwing +b missing node bootlegger +b missing node slenderly +b missing node barged +b missing node crocuses +b missing node mountain +b missing node bargee +b missing node hegemonic +b missing node insertion +b missing node absenter +b missing node acrylate +b missing node enciphering +b missing node regulative +b missing node pained +b missing node tunnellers +b missing node grousers +b missing node maimers +b missing node oafs +b missing node epigon +b missing node absented +b missing node uveal +b missing node absentee +b missing node apart +b missing node infusions +b missing node frails +b missing node barges +b missing node bawls +b missing node inserting +b missing node mashers +b missing node uveas +b missing node warranted +b missing node overwrote +b missing node warrantee +b missing node imperilling +b missing node dinged +b missing node recompound +b missing node appellants +b missing node comforters +b missing node dustmen +b missing node carolinas +b missing node vibrancies +b missing node fluidness +b missing node bedimmed +b missing node exhorting +b missing node sanctioner +b missing node equipments +b missing node skyways +b missing node dingey +b missing node punchier +b missing node coziness +b missing node ennoblement +b missing node oaks +b missing node namesakes +b missing node priggish +b missing node indiscrimination +b missing node steerages +b missing node topsoiling +b missing node dingle +b missing node topographies +b missing node trainways +b missing node diastrophism +b missing node coping +b missing node portrait +b missing node swoopers +b missing node ceruminous +b missing node satisfiable +b missing node indrawn +b missing node tentative +b missing node puslike +b missing node warranter +b missing node forecasted +b missing node feeless +b missing node infiltrating +b missing node procreates +b missing node basements +b missing node pedometers +b missing node hurray +b missing node hagriding +b missing node dustman +b missing node feelers +b missing node dinghy +b missing node tarpapers +b missing node conferment +b missing node disdains +b missing node indiscriminating +b missing node unhooking +b missing node molasseses +b missing node newborn +b missing node metroliner +b missing node calibrators +b missing node infiltration +b missing node forecaster +b missing node firebase +b missing node poorish +b missing node procreated +b missing node turners +b missing node bedquilt +b missing node thoroughly +b missing node turnery +b missing node smeariest +b missing node anyways +b missing node curviness +b missing node defunct +b missing node incivilities +b missing node integral +b missing node bawdy +b missing node terriers +b missing node slipping +b missing node bawds +b missing node muckiest +b missing node wakiki +b missing node chutnees +b missing node winslow +b missing node sherries +b missing node consensually +b missing node wharfingers +b missing node waggling +b missing node backslider +b missing node hurrah +b missing node backslides +b missing node thunderous +b missing node recline +b missing node zanyish +b missing node waking +b missing node selfsame +b missing node nonpoisonous +b missing node decenniums +b missing node jackson +b missing node ignifying +b missing node greenery +b missing node cheaper +b missing node correlate +b missing node cheapen +b missing node teammates +b missing node grossed +b missing node candlepins +b missing node punching +b missing node hepaticas +b missing node condensing +b missing node grosses +b missing node grosser +b missing node breakfronts +b missing node unmusical +b missing node fondle +b missing node greenest +b missing node centrifugalize +b missing node cornfield +b missing node thorougher +b missing node niece +b missing node roadstead +b missing node quieta +b missing node choreographing +b missing node quieti +b missing node fonded +b missing node fileted +b missing node warrantor +b missing node misstatement +b missing node quiets +b missing node dusks +b missing node copied +b missing node fonder +b missing node corncakes +b missing node uglifying +b missing node trivalent +b missing node commodes +b missing node copies +b missing node copier +b missing node sanctioned +b missing node minuet +b missing node adjudicate +b missing node dusky +b missing node activator +b missing node oars +b missing node inevitabilities +b missing node misarrangements +b missing node quatrain +b missing node replying +b missing node notionally +b missing node drainages +b missing node redneck +b missing node peculating +b missing node prointervention +b missing node peculation +b missing node oath +b missing node protectresses +b missing node clingers +b missing node oats +b missing node relicensing +b missing node evolvers +b missing node smartingly +b missing node prompting +b missing node foreword +b missing node tensibly +b missing node lepers +b missing node foreworn +b missing node weft +b missing node painty +b missing node crescentic +b missing node tensible +b missing node admitter +b missing node paints +b missing node senecas +b missing node tooters +b missing node pounce +b missing node lapping +b missing node admitted +b missing node apace +b missing node blandishing +b missing node cognitional +b missing node slippier +b missing node leeriest +b missing node coplanar +b missing node settees +b missing node galilee +b missing node sandwiching +b missing node blackouts +b missing node outlandish +b missing node pounds +b missing node bickering +b missing node galileo +b missing node galilei +b missing node cheaply +b missing node predecessor +b missing node mayvins +b missing node supersensitive +b missing node fatstocks +b missing node sprights +b missing node remolds +b missing node confiners +b missing node tensity +b missing node devastatingly +b missing node onwards +b missing node paralegal +b missing node adored +b missing node grossly +b missing node hyposensitivity +b missing node piecing +b missing node copilot +b missing node effable +b missing node eatery +b missing node eaters +b missing node inheritabilities +b missing node adorer +b missing node adores +b missing node preference +b missing node gladly +b missing node weir +b missing node cocoanuts +b missing node bastions +b missing node erosely +b missing node cardamum +b missing node tensing +b missing node clerihews +b missing node eluded +b missing node subsidence +b missing node torpedoing +b missing node wolverine +b missing node degenerately +b missing node bedrocks +b missing node flicker +b missing node sadism +b missing node archways +b missing node extrovert +b missing node rotates +b missing node sadist +b missing node fondly +b missing node carrousel +b missing node coercers +b missing node flicked +b missing node christ +b missing node eludes +b missing node foreign +b missing node cardamon +b missing node chrism +b missing node cardamom +b missing node reattempt +b missing node eluder +b missing node knelled +b missing node rotated +b missing node tracheas +b missing node weld +b missing node sequestrations +b missing node tracheal +b missing node depressional +b missing node froggier +b missing node well +b missing node tracheae +b missing node burgesses +b missing node condos +b missing node pyxies +b missing node welt +b missing node condor +b missing node auditive +b missing node condom +b missing node disliker +b missing node reawakened +b missing node dislikes +b missing node disliked +b missing node buckskin +b missing node quarrymen +b missing node cheapie +b missing node invoke +b missing node tension +b missing node prepacked +b missing node absently +b missing node wens +b missing node hundred +b missing node went +b missing node capitalizers +b missing node electrologist +b missing node landaus +b missing node motorists +b missing node tailgating +b missing node wend +b missing node burnooses +b missing node rummer +b missing node disperses +b missing node symboled +b missing node locknuts +b missing node carriers +b missing node inputs +b missing node dispersed +b missing node roosts +b missing node trowelled +b missing node lustful +b missing node watchdogs +b missing node durum +b missing node durst +b missing node glades +b missing node embroider +b missing node neurologists +b missing node pixieish +b missing node hyphened +b missing node tendon +b missing node trinitarian +b missing node mendacities +b missing node wept +b missing node fortieths +b missing node misleader +b missing node augmenter +b missing node dermopathy +b missing node practising +b missing node embarkment +b missing node activated +b missing node velocity +b missing node titivate +b missing node underpeopled +b missing node augmented +b missing node miniskirted +b missing node durrs +b missing node rotator +b missing node activates +b missing node mistranslated +b missing node gateposts +b missing node livable +b missing node crystal +b missing node nebbishes +b missing node majorette +b missing node mistranslates +b missing node grudgingly +b missing node shorthorns +b missing node wert +b missing node slimness +b missing node discomfit +b missing node oidium +b missing node audition +b missing node keepings +b missing node were +b missing node dinginess +b missing node adorns +b missing node tensive +b missing node terrific +b missing node natters +b missing node absentia +b missing node fondue +b missing node visaing +b missing node symbolic +b missing node forestaller +b missing node setters +b missing node provisos +b missing node sectarians +b missing node chutneys +b missing node gophers +b missing node forestalled +b missing node west +b missing node heartstrings +b missing node cursory +b missing node pneumas +b missing node minute +b missing node nonreciprocally +b missing node resourcefully +b missing node frogging +b missing node sphinx +b missing node wets +b missing node skylines +b missing node detainers +b missing node paleographical +b missing node redness +b missing node oxygenize +b missing node reexhibit +b missing node umbilical +b missing node hermetic +b missing node dermas +b missing node exculpate +b missing node endorsements +b missing node filterable +b missing node cursors +b missing node dermal +b missing node auditing +b missing node nameable +b missing node fireball +b missing node durns +b missing node barb +b missing node flyleaves +b missing node outboasted +b missing node clump +b missing node tungstens +b missing node belayed +b missing node taxonomical +b missing node barn +b missing node semantics +b missing node jibers +b missing node distemper +b missing node bark +b missing node barf +b missing node enface +b missing node bare +b missing node bard +b missing node clunk +b missing node showy +b missing node shown +b missing node fantasized +b missing node wide +b missing node racemose +b missing node substitutive +b missing node clung +b missing node profeminists +b missing node shows +b missing node demagogies +b missing node overintense +b missing node blackguards +b missing node unfold +b missing node grappling +b missing node fantasizes +b missing node compartments +b missing node liturgists +b missing node wick +b missing node prewashed +b missing node epicycles +b missing node bypassed +b missing node bast +b missing node barbershops +b missing node bats +b missing node charbroils +b missing node prewashes +b missing node sourwood +b missing node bypasses +b missing node bath +b missing node bate +b missing node floggers +b missing node traitorous +b missing node construable +b missing node microcosm +b missing node regerminating +b missing node offertories +b missing node bars +b missing node allotting +b missing node buttons +b missing node buttony +b missing node callings +b missing node knottier +b missing node durra +b missing node freshly +b missing node prided +b missing node bass +b missing node base +b missing node unnumbered +b missing node bash +b missing node rehabilitate +b missing node bask +b missing node cruelness +b missing node coefficient +b missing node bennies +b missing node seducible +b missing node lamping +b missing node stocktaking +b missing node knobbier +b missing node biocycle +b missing node miffing +b missing node morsels +b missing node bane +b missing node activistic +b missing node boatswain +b missing node reactivity +b missing node software +b missing node band +b missing node redemand +b missing node floundering +b missing node bank +b missing node bang +b missing node balm +b missing node tackifying +b missing node hairpins +b missing node hating +b missing node blearier +b missing node crinkles +b missing node indecency +b missing node multijet +b missing node confects +b missing node discounts +b missing node complementary +b missing node quiescence +b missing node hyphenations +b missing node microcopy +b missing node sagittarius +b missing node unfeelingly +b missing node crinkled +b missing node bans +b missing node unfailing +b missing node purblind +b missing node fieldstone +b missing node zestfully +b missing node outbacks +b missing node quiescency +b missing node crustaceans +b missing node piracy +b missing node dismays +b missing node dogsbodies +b missing node freshet +b missing node freshes +b missing node clues +b missing node sacramento +b missing node improves +b missing node improver +b missing node fresher +b missing node fencers +b missing node shope +b missing node cadencing +b missing node freshen +b missing node deliberate +b missing node substitution +b missing node reenlargement +b missing node freshed +b missing node tantalus +b missing node improved +b missing node clued +b missing node shops +b missing node foremen +b missing node carbonic +b missing node tantalum +b missing node introspection +b missing node candidacies +b missing node sacraments +b missing node wile +b missing node wild +b missing node substituting +b missing node maudlin +b missing node sunburning +b missing node bays +b missing node pirana +b missing node depilated +b missing node wilt +b missing node reinventing +b missing node formalins +b missing node shoos +b missing node wily +b missing node shoot +b missing node will +b missing node manilas +b missing node blearily +b missing node heresies +b missing node depilates +b missing node shook +b missing node telephonist +b missing node raptors +b missing node misdated +b missing node shore +b missing node lingeringly +b missing node unmanned +b missing node preceding +b missing node cluck +b missing node manfully +b missing node short +b missing node avowal +b missing node bowlfuls +b missing node dismast +b missing node guernseys +b missing node shorn +b missing node foremother +b missing node knottily +b missing node knotting +b missing node enfant +b missing node emeerate +b missing node barrage +b missing node ogees +b missing node outrush +b missing node dibblers +b missing node jollification +b missing node rhetorics +b missing node epitomic +b missing node overwilling +b missing node regerminative +b missing node compositor +b missing node unexplainable +b missing node dragon +b missing node seabeaches +b missing node shote +b missing node axial +b missing node puggish +b missing node foreman +b missing node gimcracks +b missing node shots +b missing node lopsided +b missing node primmest +b missing node regermination +b missing node duckling +b missing node balloter +b missing node tensile +b missing node earwigged +b missing node clubs +b missing node gassiest +b missing node balloted +b missing node unexplainably +b missing node baud +b missing node mitring +b missing node misdates +b missing node synthesize +b missing node floorboards +b missing node shampooed +b missing node blearing +b missing node barhop +b missing node shove +b missing node canaille +b missing node shampooer +b missing node annoyingly +b missing node evidencing +b missing node undersized +b missing node buttock +b missing node saturations +b missing node wigs +b missing node burblers +b missing node epitomes +b missing node briquets +b missing node bawl +b missing node noisomely +b missing node legions +b missing node skyway +b missing node ringlike +b missing node barrack +b missing node wife +b missing node hoodlum +b missing node sideswipe +b missing node shout +b missing node bawd +b missing node baptizers +b missing node unregimented +b missing node paupering +b missing node overpriced +b missing node indenting +b missing node outputting +b missing node ascendance +b missing node chamfer +b missing node aneurysms +b missing node overprices +b missing node colossally +b missing node baal +b missing node geosynclines +b missing node dispossession +b missing node mordanting +b missing node bosque +b missing node deutsche +b missing node baba +b missing node comforting +b missing node rearward +b missing node baas +b missing node ascendancy +b missing node pedunculated +b missing node nicer +b missing node inserters +b missing node enviably +b missing node dural +b missing node hognut +b missing node acclimatizing +b missing node babe +b missing node suspensive +b missing node palsied +b missing node woodcocks +b missing node sectionalism +b missing node dispossessing +b missing node baby +b missing node gownsmen +b missing node palsies +b missing node parachute +b missing node babu +b missing node nineteen +b missing node indention +b missing node back +b missing node bach +b missing node inheriting +b missing node original +b missing node croquet +b missing node gestures +b missing node gesturer +b missing node draggy +b missing node collate +b missing node spangly +b missing node talkative +b missing node jailed +b missing node hygienics +b missing node amperes +b missing node thersitical +b missing node formulation +b missing node legislatress +b missing node avowed +b missing node serener +b missing node serenes +b missing node conclude +b missing node pricks +b missing node formalism +b missing node wrongdoing +b missing node numbered +b missing node pauperism +b missing node formalist +b missing node pricky +b missing node tidings +b missing node spangle +b missing node whoa +b missing node formulating +b missing node numberer +b missing node flaxseeds +b missing node dethronements +b missing node whom +b missing node enviable +b missing node transportable +b missing node libidinously +b missing node formality +b missing node pacesetter +b missing node gownsman +b missing node accentuating +b missing node tramways +b missing node bazar +b missing node pirate +b missing node heroinism +b missing node colloquially +b missing node gobbets +b missing node banging +b missing node squareness +b missing node avower +b missing node retched +b missing node indulging +b missing node hoariness +b missing node jailer +b missing node gestured +b missing node sensitization +b missing node balefires +b missing node retches +b missing node accentuation +b missing node ludicrously +b missing node prepacking +b missing node generalship +b missing node hurrying +b missing node fracture +b missing node corymbs +b missing node lionization +b missing node corporation +b missing node begetters +b missing node bluebird +b missing node baht +b missing node roadsters +b missing node downright +b missing node punchers +b missing node restraightened +b missing node rehabilitant +b missing node propagators +b missing node wapitis +b missing node admissions +b missing node piggybacks +b missing node entreat +b missing node bait +b missing node bail +b missing node cultured +b missing node patenting +b missing node topmost +b missing node bake +b missing node cultural +b missing node nonaffilliated +b missing node permissable +b missing node hessians +b missing node devalued +b missing node zealot +b missing node spectate +b missing node occidents +b missing node bali +b missing node whys +b missing node ball +b missing node balk +b missing node bale +b missing node panhandler +b missing node bald +b missing node panhandles +b missing node stored +b missing node vestings +b missing node puncheon +b missing node storey +b missing node devalues +b missing node stores +b missing node delusiveness +b missing node adjoins +b missing node adjoint +b missing node fisted +b missing node formalize +b missing node cordite +b missing node enhaloed +b missing node priced +b missing node samsaras +b missing node inlayer +b missing node bade +b missing node hardheadedly +b missing node fiefdom +b missing node niche +b missing node enhaloes +b missing node bads +b missing node repetitiveness +b missing node skyward +b missing node unutilized +b missing node irreducibilities +b missing node renascence +b missing node scabious +b missing node stable +b missing node crapulence +b missing node undersold +b missing node fearing +b missing node chondrules +b missing node tantalic +b missing node entrees +b missing node geosynclinal +b missing node output +b missing node dosimetries +b missing node cultures +b missing node evolutions +b missing node shynesses +b missing node manilla +b missing node corporative +b missing node nonfulfillment +b missing node strikers +b missing node jailor +b missing node insolvency +b missing node stably +b missing node arbores +b missing node supplanting +b missing node pricey +b missing node pressure +b missing node nicks +b missing node cinchona +b missing node arbored +b missing node enjoyment +b missing node tenets +b missing node prices +b missing node fistic +b missing node pricer +b missing node unkissed +b missing node bags +b missing node stormy +b missing node wilds +b missing node threat +b missing node diluvion +b missing node articulator +b missing node allegro +b missing node wham +b missing node transects +b missing node guanos +b missing node wiled +b missing node thread +b missing node richter +b missing node storms +b missing node frantic +b missing node colloquia +b missing node baring +b missing node objectively +b missing node paralyzing +b missing node petri +b missing node wilco +b missing node attaints +b missing node petro +b missing node mudsill +b missing node octets +b missing node perpetually +b missing node burette +b missing node vaporizing +b missing node spectrography +b missing node excursus +b missing node briary +b missing node cording +b missing node muddles +b missing node briars +b missing node muddler +b missing node internees +b missing node petty +b missing node unguarded +b missing node dunner +b missing node dunned +b missing node collage +b missing node stimulatingly +b missing node thickish +b missing node projectors +b missing node muddled +b missing node vitalities +b missing node hearties +b missing node heartier +b missing node silvas +b missing node sulfureous +b missing node permissible +b missing node gatepost +b missing node outback +b missing node occluded +b missing node runnels +b missing node permissibly +b missing node whap +b missing node frumpier +b missing node what +b missing node dining +b missing node pedicure +b missing node silvan +b missing node occludes +b missing node threes +b missing node chymist +b missing node mutandis +b missing node modelers +b missing node lovemaking +b missing node rheum +b missing node virginities +b missing node antipastos +b missing node guanin +b missing node hawkers +b missing node limiest +b missing node hencoop +b missing node spectrographs +b missing node pediatricians +b missing node bayou +b missing node aussies +b missing node auscultates +b missing node dwarfest +b missing node protons +b missing node storks +b missing node byliner +b missing node privateer +b missing node outran +b missing node armoury +b missing node auscultated +b missing node buckshot +b missing node bylines +b missing node armours +b missing node parallel +b missing node traversable +b missing node whelped +b missing node hygienist +b missing node panhandled +b missing node hocused +b missing node folklorist +b missing node minidisks +b missing node offprints +b missing node shovelsful +b missing node calliope +b missing node frumpily +b missing node instructor +b missing node conchy +b missing node heroized +b missing node intriguing +b missing node whig +b missing node lecturer +b missing node lychees +b missing node cervicitis +b missing node lectures +b missing node digress +b missing node whim +b missing node pinfolded +b missing node barium +b missing node cunninger +b missing node heroizes +b missing node whit +b missing node unsuccessful +b missing node bethinks +b missing node conchs +b missing node whip +b missing node foreleg +b missing node bayed +b missing node lectured +b missing node whir +b missing node barcaroles +b missing node drafty +b missing node collars +b missing node petit +b missing node lebanese +b missing node heartily +b missing node drafts +b missing node keyset +b missing node mainsails +b missing node midwestern +b missing node bylined +b missing node blender +b missing node glamorize +b missing node collard +b missing node blended +b missing node prefixal +b missing node hearting +b missing node articulates +b missing node carbides +b missing node anastomosis +b missing node taunted +b missing node haymaker +b missing node ballyhooing +b missing node articulated +b missing node defenselessly +b missing node forfeiture +b missing node taunter +b missing node bookworm +b missing node milkman +b missing node whiz +b missing node taximan +b missing node remortgaged +b missing node unspent +b missing node boosted +b missing node usurpations +b missing node booster +b missing node yearlong +b missing node gestural +b missing node barite +b missing node pauperize +b missing node axillaries +b missing node piquancy +b missing node hoodwinked +b missing node genuinely +b missing node unseasonable +b missing node hawkeye +b missing node scantier +b missing node onsets +b missing node oafishness +b missing node when +b missing node hawkeys +b missing node cigarillos +b missing node scrubbing +b missing node humiliate +b missing node bullrings +b missing node remortgages +b missing node whee +b missing node unsolved +b missing node tossers +b missing node peter +b missing node talents +b missing node intimations +b missing node parleying +b missing node scanties +b missing node evilly +b missing node tameness +b missing node unseasonably +b missing node disownment +b missing node runners +b missing node prefixed +b missing node ciceros +b missing node pronunciations +b missing node matrilineage +b missing node sweatband +b missing node immanent +b missing node acanthuses +b missing node pantomime +b missing node prefixes +b missing node tomahawked +b missing node syncopating +b missing node milkmen +b missing node anomalous +b missing node quickstep +b missing node interlaces +b missing node subjacent +b missing node collaborationist +b missing node scintillas +b missing node kerneling +b missing node ragtags +b missing node collaborationism +b missing node silver +b missing node whew +b missing node hewing +b missing node whet +b missing node taximen +b missing node gastronomical +b missing node interlaced +b missing node whey +b missing node troweling +b missing node bedtimes +b missing node syncopation +b missing node fattiest +b missing node breeching +b missing node mortuary +b missing node palmists +b missing node outstares +b missing node reclamation +b missing node appetite +b missing node profiteered +b missing node disappeared +b missing node bribee +b missing node bribed +b missing node dismals +b missing node decimeter +b missing node rheas +b missing node briber +b missing node wilts +b missing node geotropic +b missing node bribes +b missing node cordial +b missing node petal +b missing node admirations +b missing node hectometer +b missing node shoji +b missing node stacks +b missing node tapiocas +b missing node coeducation +b missing node petrolatum +b missing node aberration +b missing node flacon +b missing node alleged +b missing node itemed +b missing node crewman +b missing node reprehensible +b missing node goulashes +b missing node footstep +b missing node hydrothermally +b missing node reprehensibly +b missing node alleges +b missing node unsexing +b missing node alleger +b missing node reacquaints +b missing node infallibleness +b missing node marsupialize +b missing node discoverer +b missing node hazarded +b missing node pretaste +b missing node viaducts +b missing node immobilizing +b missing node outstared +b missing node documentation +b missing node limberness +b missing node edward +b missing node cadencies +b missing node discovered +b missing node bodying +b missing node breakage +b missing node scanting +b missing node diagnoseable +b missing node inhalant +b missing node tsars +b missing node hematin +b missing node profascists +b missing node nonmechanistic +b missing node outlawry +b missing node scrubbier +b missing node strickles +b missing node cossack +b missing node privatest +b missing node poetically +b missing node shone +b missing node appeasement +b missing node ricottas +b missing node hematic +b missing node irishmen +b missing node blurters +b missing node strickled +b missing node orrery +b missing node clumsiest +b missing node chariness +b missing node scantily +b missing node woaded +b missing node unhandier +b missing node unrightful +b missing node abbacy +b missing node controvert +b missing node crewmen +b missing node hiving +b missing node cunningly +b missing node alcaldes +b missing node inceptors +b missing node bowedness +b missing node chymics +b missing node minxes +b missing node eviler +b missing node obtuser +b missing node predate +b missing node hugging +b missing node banqueters +b missing node swallowed +b missing node tictocking +b missing node tanyard +b missing node equidistantly +b missing node denouements +b missing node fruiterer +b missing node shatters +b missing node ecumenical +b missing node groundless +b missing node justifications +b missing node omnipotent +b missing node quieters +b missing node axing +b missing node sandblasting +b missing node balustrade +b missing node eocene +b missing node flowed +b missing node nuptials +b missing node immaterialness +b missing node startling +b missing node disencumbering +b missing node overreactions +b missing node libellously +b missing node flower +b missing node morgue +b missing node predawn +b missing node voteless +b missing node hocuses +b missing node preinsert +b missing node miscued +b missing node shoal +b missing node clodpole +b missing node mercurially +b missing node shoat +b missing node clodpoll +b missing node irishman +b missing node cynosure +b missing node wills +b missing node miscues +b missing node willy +b missing node axiom +b missing node broadcasts +b missing node rectifications +b missing node aurous +b missing node proctor +b missing node calliper +b missing node oddment +b missing node parallax +b missing node geckoes +b missing node axils +b missing node tendency +b missing node downtown +b missing node quietest +b missing node peseta +b missing node drugmaker +b missing node belonged +b missing node chagrining +b missing node gillnets +b missing node brickbat +b missing node comprehensible +b missing node quietens +b missing node clericalists +b missing node tyrannosaurus +b missing node improvability +b missing node gallowses +b missing node pests +b missing node shoed +b missing node manikin +b missing node paradisiacally +b missing node gluttonously +b missing node minorcas +b missing node shoes +b missing node towheads +b missing node clerkships +b missing node spurious +b missing node procuresses +b missing node shoer +b missing node befouled +b missing node slugger +b missing node tegument +b missing node temperament +b missing node comprehensibly +b missing node equinely +b missing node privately +b missing node diluvium +b missing node slugged +b missing node lightheartedly +b missing node flacks +b missing node alienabilities +b missing node unleaded +b missing node wiles +b missing node encaging +b missing node depreciate +b missing node aurora +b missing node commendatorily +b missing node shock +b missing node flyleaf +b missing node prides +b missing node conjugally +b missing node ungainliness +b missing node clutter +b missing node silked +b missing node kappa +b missing node degeneration +b missing node describable +b missing node silken +b missing node richens +b missing node garglers +b missing node cage +b missing node taxonomy +b missing node diggings +b missing node voltaire +b missing node suboffice +b missing node queueing +b missing node initialization +b missing node bandwidths +b missing node shinning +b missing node cafe +b missing node ageless +b missing node posteriors +b missing node chromide +b missing node unknowable +b missing node vegans +b missing node cheapness +b missing node accordingly +b missing node biggest +b missing node lightyears +b missing node reiterations +b missing node woodpile +b missing node runoffs +b missing node retrogradely +b missing node baaed +b missing node detoured +b missing node relentlessly +b missing node augustness +b missing node shrouded +b missing node tooting +b missing node peasantry +b missing node degenerating +b missing node cagy +b missing node galipot +b missing node kapok +b missing node trashy +b missing node continence +b missing node snooker +b missing node constricted +b missing node cabs +b missing node tensest +b missing node obsessingly +b missing node welkins +b missing node assesses +b missing node strengthening +b missing node assessee +b missing node implacability +b missing node bespoke +b missing node assessed +b missing node preferrer +b missing node modus +b missing node seminal +b missing node stokers +b missing node chimaeras +b missing node firths +b missing node preferred +b missing node kaput +b missing node checklists +b missing node prenuptial +b missing node seminar +b missing node unrelentingly +b missing node nonadults +b missing node writ +b missing node inveterate +b missing node embroiderer +b missing node cads +b missing node planted +b missing node fumigates +b missing node dowsers +b missing node barked +b missing node abominations +b missing node kulturs +b missing node planter +b missing node fumigated +b missing node wester +b missing node participle +b missing node greening +b missing node conductor +b missing node barker +b missing node flytrap +b missing node commodities +b missing node peruse +b missing node partings +b missing node fordable +b missing node embroidered +b missing node frontward +b missing node doubloon +b missing node lowered +b missing node fishiest +b missing node aphorizing +b missing node sandwiched +b missing node compressively +b missing node chessmen +b missing node launders +b missing node clerking +b missing node jujutsus +b missing node rewriter +b missing node thankfully +b missing node rewrites +b missing node entropies +b missing node lunarian +b missing node shinnied +b missing node dolphin +b missing node preappointed +b missing node pitiers +b missing node shrimps +b missing node wren +b missing node shinnies +b missing node assured +b missing node cryptography +b missing node shrimpy +b missing node snuggles +b missing node unearths +b missing node sandwiches +b missing node comets +b missing node counterfeits +b missing node monaurally +b missing node miscast +b missing node wifes +b missing node hallucinatory +b missing node spareribs +b missing node cathode +b missing node illegalize +b missing node daylights +b missing node clipboards +b missing node epeeists +b missing node ambling +b missing node shipman +b missing node simpler +b missing node simples +b missing node simplex +b missing node troikas +b missing node publicity +b missing node assuagable +b missing node dysenteric +b missing node sucres +b missing node handlebar +b missing node wailing +b missing node baals +b missing node degenerative +b missing node publicist +b missing node subtracted +b missing node confrontations +b missing node reeducating +b missing node integers +b missing node unpent +b missing node cardamums +b missing node unpens +b missing node ferreter +b missing node chessman +b missing node panicked +b missing node ladling +b missing node ferreted +b missing node wrap +b missing node encircled +b missing node gruffed +b missing node funniness +b missing node authentic +b missing node embroilment +b missing node declarative +b missing node richest +b missing node equestrian +b missing node graphite +b missing node encircles +b missing node tangent +b missing node bisections +b missing node cornmeals +b missing node gruffer +b missing node unchaining +b missing node tensely +b missing node montreal +b missing node wifed +b missing node disfranchise +b missing node cometh +b missing node chatterboxes +b missing node buoyancies +b missing node bamboozling +b missing node wingspreads +b missing node tubful +b missing node constrictor +b missing node corresponding +b missing node broughams +b missing node progressionist +b missing node cannings +b missing node winegrower +b missing node peruke +b missing node serfage +b missing node oversalts +b missing node telecasting +b missing node valuating +b missing node tangelo +b missing node revolutions +b missing node comers +b missing node greenier +b missing node reeducation +b missing node thirteen +b missing node pastel +b missing node wield +b missing node oolongs +b missing node paster +b missing node conducted +b missing node mauling +b missing node pasted +b missing node archivist +b missing node cave +b missing node deliriousness +b missing node reimprisoned +b missing node valuation +b missing node practicing +b missing node illegality +b missing node confidants +b missing node horribles +b missing node briton +b missing node unenfranchised +b missing node cavy +b missing node gourds +b missing node confidante +b missing node boardmen +b missing node miscall +b missing node rewedded +b missing node caws +b missing node titter +b missing node gourde +b missing node murmurers +b missing node tauts +b missing node wickeder +b missing node diarists +b missing node rebuttoned +b missing node burseeds +b missing node negligible +b missing node reformational +b missing node stapling +b missing node tunnelling +b missing node welshers +b missing node thickly +b missing node danseur +b missing node mestizas +b missing node bisulfide +b missing node underassessed +b missing node originals +b missing node negligibly +b missing node mounding +b missing node wainscot +b missing node paperboards +b missing node cays +b missing node pastes +b missing node tittie +b missing node cloyed +b missing node industrialism +b missing node thicken +b missing node duchies +b missing node pinballs +b missing node thicket +b missing node publicize +b missing node thicker +b missing node whoreson +b missing node townhouse +b missing node lactic +b missing node recycles +b missing node carl +b missing node forepart +b missing node inveteracy +b missing node astrally +b missing node carp +b missing node cars +b missing node industrialist +b missing node care +b missing node card +b missing node envisioned +b missing node loathings +b missing node declaration +b missing node casa +b missing node reimprison +b missing node cart +b missing node tightwad +b missing node solicitude +b missing node quirky +b missing node cast +b missing node precocity +b missing node cash +b missing node case +b missing node quirks +b missing node extirpate +b missing node cask +b missing node unimportant +b missing node spheroid +b missing node idealizing +b missing node affiances +b missing node valuative +b missing node dewaxes +b missing node bedumbs +b missing node cats +b missing node creditably +b missing node obloquy +b missing node affianced +b missing node eggcups +b missing node skirter +b missing node dewaxed +b missing node roustabout +b missing node glitzy +b missing node assures +b missing node citadels +b missing node creditable +b missing node assurer +b missing node recycled +b missing node jerrycan +b missing node gruffly +b missing node shallowness +b missing node theocracies +b missing node unicolor +b missing node shrinks +b missing node darksome +b missing node qaids +b missing node shipmen +b missing node tittle +b missing node caul +b missing node demureness +b missing node portress +b missing node cane +b missing node originate +b missing node hulling +b missing node refraining +b missing node camp +b missing node cams +b missing node confusion +b missing node thousands +b missing node insisted +b missing node telltale +b missing node patientest +b missing node medaled +b missing node babas +b missing node frivol +b missing node cans +b missing node cant +b missing node skirted +b missing node preceeding +b missing node sioux +b missing node archiving +b missing node cape +b missing node assembly +b missing node bulldoze +b missing node paraplegics +b missing node etheric +b missing node roofer +b missing node absorbability +b missing node tonicity +b missing node hoise +b missing node peashooter +b missing node botfly +b missing node quirts +b missing node pastor +b missing node puttiers +b missing node comfit +b missing node instigation +b missing node hoist +b missing node forepaws +b missing node squintiest +b missing node subdivisions +b missing node coincidences +b missing node assemble +b missing node barfing +b missing node caps +b missing node feverfews +b missing node bangers +b missing node jetport +b missing node explanations +b missing node finishing +b missing node pomposity +b missing node instigating +b missing node irresponsibility +b missing node countability +b missing node scrapbooks +b missing node unthriftily +b missing node decathlon +b missing node rollers +b missing node cake +b missing node cyclopedia +b missing node babel +b missing node sarapes +b missing node shrined +b missing node ringsides +b missing node boardman +b missing node greenish +b missing node roofed +b missing node fumigator +b missing node embolization +b missing node assuror +b missing node shrines +b missing node babes +b missing node gurgle +b missing node calm +b missing node call +b missing node calk +b missing node tuneful +b missing node onerousness +b missing node calf +b missing node capsicum +b missing node calc +b missing node practicabilities +b missing node caky +b missing node wierd +b missing node callable +b missing node pemmican +b missing node seemers +b missing node insister +b missing node subtile +b missing node galloping +b missing node sextons +b missing node menfolks +b missing node acetates +b missing node decontaminate +b missing node came +b missing node calx +b missing node fugatos +b missing node pastry +b missing node uncanceled +b missing node average +b missing node reembarks +b missing node slummy +b missing node preachers +b missing node peppering +b missing node wintertime +b missing node slippers +b missing node midwifery +b missing node psychically +b missing node beefiest +b missing node turnip +b missing node subclassed +b missing node slippery +b missing node flashlights +b missing node dinnertime +b missing node geochemist +b missing node ailerons +b missing node subclasses +b missing node octads +b missing node henbit +b missing node bisulfite +b missing node depicters +b missing node presumptively +b missing node bettas +b missing node derision +b missing node godheads +b missing node densitometers +b missing node vulcanism +b missing node concreted +b missing node vulcanite +b missing node kaons +b missing node tellable +b missing node transvestitism +b missing node fogbound +b missing node photons +b missing node omelette +b missing node floweriest +b missing node nixy +b missing node derail +b missing node epitaphs +b missing node easements +b missing node nappers +b missing node slumps +b missing node tripartite +b missing node inflate +b missing node voila +b missing node outspread +b missing node confusing +b missing node pupation +b missing node enough +b missing node voile +b missing node integrator +b missing node clowns +b missing node levitates +b missing node vivifying +b missing node hussy +b missing node ticklishly +b missing node rebuses +b missing node noonings +b missing node spiting +b missing node derisive +b missing node levitated +b missing node classifiers +b missing node betted +b missing node citeable +b missing node depriver +b missing node deprives +b missing node assailment +b missing node babka +b missing node milkily +b missing node edicts +b missing node fleet +b missing node worthiest +b missing node fleer +b missing node flees +b missing node hobnailed +b missing node concretes +b missing node saddle +b missing node better +b missing node deprived +b missing node numberable +b missing node nits +b missing node flying +b missing node mastering +b missing node repinned +b missing node mestizos +b missing node fishtailed +b missing node fractionally +b missing node fresnel +b missing node slugabeds +b missing node pupating +b missing node loesses +b missing node taxicab +b missing node lurers +b missing node coincidentally +b missing node excellences +b missing node milking +b missing node nisi +b missing node fleck +b missing node unzipping +b missing node cinching +b missing node windups +b missing node nine +b missing node baboo +b missing node hamburgers +b missing node nims +b missing node plusher +b missing node plushes +b missing node firsts +b missing node murderee +b missing node murdered +b missing node corrodibility +b missing node etruscan +b missing node tripling +b missing node saddhu +b missing node nils +b missing node fleas +b missing node deprival +b missing node homonymic +b missing node alphabet +b missing node murderer +b missing node gristles +b missing node lowing +b missing node moldier +b missing node oleums +b missing node fashions +b missing node extempore +b missing node schismatically +b missing node nips +b missing node wight +b missing node fluorescent +b missing node refractors +b missing node makings +b missing node porkiest +b missing node refractory +b missing node vibrantly +b missing node mycologists +b missing node photoed +b missing node abridgements +b missing node taunt +b missing node polynomial +b missing node ruggedest +b missing node disenchants +b missing node husks +b missing node taupe +b missing node vulcanize +b missing node sordidly +b missing node pastas +b missing node indecent +b missing node displaying +b missing node exosphere +b missing node lowish +b missing node pitiful +b missing node sadden +b missing node sadder +b missing node husky +b missing node ejectives +b missing node chokers +b missing node tubers +b missing node subarea +b missing node chenilles +b missing node drains +b missing node photogs +b missing node farmings +b missing node turnup +b missing node bolting +b missing node dearth +b missing node whitfield +b missing node babus +b missing node sadiron +b missing node nill +b missing node gabling +b missing node psychical +b missing node nile +b missing node stabilize +b missing node vetoers +b missing node bizarres +b missing node stupidly +b missing node milkier +b missing node voidness +b missing node bulldogs +b missing node tympanums +b missing node aureus +b missing node everlasting +b missing node limning +b missing node mocks +b missing node babul +b missing node absenteeism +b missing node backbends +b missing node passed +b missing node underfeeds +b missing node ungulates +b missing node passee +b missing node clerkish +b missing node passer +b missing node passes +b missing node passel +b missing node plowers +b missing node pointy +b missing node puniest +b missing node points +b missing node fleecers +b missing node neoteric +b missing node unwearable +b missing node cautioned +b missing node driftpin +b missing node pointe +b missing node nullified +b missing node abreacted +b missing node nullifier +b missing node nullifies +b missing node sippy +b missing node cautioner +b missing node styling +b missing node cacaos +b missing node bettor +b missing node respecting +b missing node loathes +b missing node quirted +b missing node repentance +b missing node tatty +b missing node dieter +b missing node enlistment +b missing node surplus +b missing node comely +b missing node luxurious +b missing node dieted +b missing node bumptiously +b missing node loather +b missing node eyelet +b missing node inglorious +b missing node etiolating +b missing node seigniors +b missing node loathed +b missing node preconsultations +b missing node ultraism +b missing node eyelid +b missing node passim +b missing node ultraist +b missing node stupider +b missing node someway +b missing node foxhole +b missing node dabblings +b missing node graphing +b missing node dearly +b missing node muzzling +b missing node incorrectness +b missing node bookstores +b missing node yeggs +b missing node breadstuffs +b missing node subtleties +b missing node tendril +b missing node flews +b missing node duplexs +b missing node writeoffs +b missing node federations +b missing node unstructured +b missing node blandest +b missing node twosomes +b missing node empirical +b missing node lacerate +b missing node modem +b missing node model +b missing node cutbacks +b missing node stylist +b missing node wintertide +b missing node unquotes +b missing node hearsing +b missing node brights +b missing node dialing +b missing node stylish +b missing node engagers +b missing node modes +b missing node stylise +b missing node unquoted +b missing node dearie +b missing node bowelling +b missing node slitting +b missing node hokey +b missing node nabbing +b missing node hutch +b missing node enemas +b missing node legman +b missing node schmoe +b missing node whoever +b missing node stylite +b missing node loathly +b missing node rathole +b missing node proprietresses +b missing node numberings +b missing node whisper +b missing node rigging +b missing node unclerical +b missing node protestation +b missing node eugenic +b missing node amazonian +b missing node consumptively +b missing node waterings +b missing node enjoiner +b missing node beseechingly +b missing node flesh +b missing node cuckold +b missing node budgeting +b missing node cosseted +b missing node soever +b missing node integrates +b missing node comedy +b missing node cuckoos +b missing node handiwork +b missing node remended +b missing node overweighs +b missing node comedo +b missing node respective +b missing node overweight +b missing node arrestment +b missing node gruellings +b missing node enjoined +b missing node modal +b missing node scrapping +b missing node inflame +b missing node chaffinch +b missing node semisoft +b missing node dearer +b missing node stretchy +b missing node legmen +b missing node deviancies +b missing node bacca +b missing node integrated +b missing node alluringly +b missing node deselected +b missing node mainliner +b missing node mainlines +b missing node palestine +b missing node coliseums +b missing node masteries +b missing node burgoos +b missing node requests +b missing node turned +b missing node cutcheries +b missing node loamier +b missing node molding +b missing node turner +b missing node cooing +b missing node stylize +b missing node unconventional +b missing node dialist +b missing node recapped +b missing node travellers +b missing node laughingly +b missing node voids +b missing node mainlined +b missing node contestants +b missing node remittors +b missing node privatized +b missing node voice +b missing node bioscope +b missing node gismos +b missing node unwearably +b missing node incases +b missing node chortle +b missing node clerkdoms +b missing node incitations +b missing node graphics +b missing node flexions +b missing node incased +b missing node ephemeras +b missing node kahuna +b missing node inweave +b missing node theorems +b missing node ephemeral +b missing node naturally +b missing node bioscopy +b missing node metrists +b missing node escrowed +b missing node escrowee +b missing node ephemerae +b missing node harboring +b missing node delicateness +b missing node splayed +b missing node brutalities +b missing node substantive +b missing node carousing +b missing node huron +b missing node bacon +b missing node misunderstandingly +b missing node spoke +b missing node ecumenicalism +b missing node cognizable +b missing node deflated +b missing node stratums +b missing node luniest +b missing node deflates +b missing node flagless +b missing node foreordination +b missing node emperors +b missing node otologic +b missing node contumacious +b missing node armories +b missing node colorant +b missing node cognizably +b missing node stewards +b missing node empathetic +b missing node barmie +b missing node grievous +b missing node dandyisms +b missing node polymerizing +b missing node persuasive +b missing node fibbing +b missing node loaming +b missing node tapers +b missing node hurler +b missing node impermeability +b missing node jeopardizing +b missing node placably +b missing node hurled +b missing node wrights +b missing node jujitsus +b missing node volts +b missing node wrynesses +b missing node swellings +b missing node placable +b missing node reproducible +b missing node bathrooms +b missing node unyoke +b missing node faltboat +b missing node backs +b missing node volta +b missing node grottos +b missing node wanting +b missing node siltiest +b missing node carbuncle +b missing node dramatizing +b missing node amoeba +b missing node seriousness +b missing node unbudgeted +b missing node plugugly +b missing node seventh +b missing node shippable +b missing node companying +b missing node spiritedness +b missing node elision +b missing node seventy +b missing node endeavoring +b missing node gunfires +b missing node toilworn +b missing node tempura +b missing node kanji +b missing node goodbyes +b missing node taxis +b missing node hoggs +b missing node reinvoking +b missing node argentina +b missing node previewing +b missing node ozone +b missing node muggier +b missing node silica +b missing node spoil +b missing node undersides +b missing node hipnesses +b missing node argentine +b missing node muzzlers +b missing node hurls +b missing node vulcanic +b missing node eftsoon +b missing node trauma +b missing node hoggers +b missing node codings +b missing node subtler +b missing node scrappier +b missing node molders +b missing node roughening +b missing node hurly +b missing node depletions +b missing node scramblers +b missing node altercations +b missing node singe +b missing node misused +b missing node inheritress +b missing node densities +b missing node misappropriation +b missing node spots +b missing node decennials +b missing node misuser +b missing node mobil +b missing node zoysia +b missing node frozenly +b missing node misuses +b missing node phased +b missing node diehards +b missing node kirsch +b missing node triscele +b missing node imperialness +b missing node enchaining +b missing node flats +b missing node sinew +b missing node backslappers +b missing node phaser +b missing node phases +b missing node pantsuits +b missing node sines +b missing node smudgiest +b missing node flaws +b missing node unteachable +b missing node spout +b missing node flawy +b missing node dissuasively +b missing node ambisexuality +b missing node arthropod +b missing node vanquishes +b missing node vanquisher +b missing node petrological +b missing node arbitrate +b missing node sequestrable +b missing node harrowing +b missing node phlegm +b missing node reassessing +b missing node sinhs +b missing node overstepping +b missing node recipients +b missing node barman +b missing node misappropriating +b missing node legible +b missing node emissive +b missing node oftest +b missing node hightail +b missing node argents +b missing node sings +b missing node legibly +b missing node spanners +b missing node sadists +b missing node argentite +b missing node handicraft +b missing node misalignment +b missing node elections +b missing node spoon +b missing node since +b missing node constrictors +b missing node flexile +b missing node spoor +b missing node torqued +b missing node flays +b missing node cooled +b missing node judos +b missing node cooler +b missing node spoof +b missing node constellations +b missing node spook +b missing node spool +b missing node hogan +b missing node ideally +b missing node cooley +b missing node videodiscs +b missing node upturned +b missing node flaxy +b missing node voltages +b missing node vanquished +b missing node kinkiest +b missing node sadisms +b missing node phasic +b missing node bivalencies +b missing node armorial +b missing node samoan +b missing node diuretics +b missing node osculations +b missing node decahedra +b missing node phonology +b missing node convalesce +b missing node torques +b missing node japanners +b missing node inflect +b missing node expandable +b missing node torquer +b missing node gnawings +b missing node dekaliters +b missing node flexing +b missing node validating +b missing node magnetometers +b missing node kanas +b missing node heroines +b missing node lonesomely +b missing node germination +b missing node fusser +b missing node fusses +b missing node shewer +b missing node validation +b missing node colorado +b missing node mammeys +b missing node sport +b missing node barmen +b missing node flexion +b missing node contractibility +b missing node fussed +b missing node epiglottis +b missing node headiest +b missing node covings +b missing node shewed +b missing node spore +b missing node germinating +b missing node hardship +b missing node aubades +b missing node nice +b missing node tireless +b missing node bushtits +b missing node noddle +b missing node escalating +b missing node girders +b missing node nibs +b missing node nonzebra +b missing node torturously +b missing node exits +b missing node milepost +b missing node referrer +b missing node tenaciously +b missing node nick +b missing node ballpoints +b missing node referred +b missing node coolie +b missing node digraph +b missing node misconceive +b missing node novelizes +b missing node regrooves +b missing node radiotherapy +b missing node depicting +b missing node piedmonts +b missing node serumal +b missing node novelized +b missing node agelessness +b missing node postnasal +b missing node textiles +b missing node resolver +b missing node resolves +b missing node detraining +b missing node pointlessly +b missing node depiction +b missing node tradable +b missing node deleteriously +b missing node quackster +b missing node areaway +b missing node aspirers +b missing node regrooved +b missing node hooding +b missing node accessability +b missing node simon +b missing node arbitrary +b missing node reheat +b missing node deactivator +b missing node mocha +b missing node nigh +b missing node rehear +b missing node coolly +b missing node emission +b missing node appestats +b missing node incongruously +b missing node hemiola +b missing node zanier +b missing node quatorzes +b missing node denudations +b missing node zanies +b missing node imperceptibleness +b missing node blackfoot +b missing node tinkliest +b missing node hyperborean +b missing node oxygenous +b missing node mushiness +b missing node drayages +b missing node infiltrators +b missing node cannonballed +b missing node roisterous +b missing node twaddlers +b missing node clubber +b missing node dynamiters +b missing node dieses +b missing node stability +b missing node acquiring +b missing node sensuously +b missing node clubbed +b missing node grunting +b missing node deicers +b missing node volga +b missing node thighbones +b missing node destructiveness +b missing node liquoring +b missing node plushly +b missing node joggers +b missing node octave +b missing node diesel +b missing node toecaps +b missing node voles +b missing node receptionists +b missing node dayton +b missing node commercing +b missing node octavo +b missing node escalation +b missing node polarizer +b missing node syndications +b missing node polarizes +b missing node polyphony +b missing node polarized +b missing node urbanizing +b missing node devitalize +b missing node rheostatic +b missing node floatability +b missing node seasonally +b missing node equalised +b missing node tiercels +b missing node exile +b missing node reheel +b missing node syndrome +b missing node gendering +b missing node inspect +b missing node nodded +b missing node prating +b missing node zombis +b missing node enshrouding +b missing node nodder +b missing node mastodonic +b missing node phonologist +b missing node submarines +b missing node zombie +b missing node deactivates +b missing node persuasion +b missing node deactivated +b missing node seahorse +b missing node deflator +b missing node sueding +b missing node bondless +b missing node dementia +b missing node triunities +b missing node doffers +b missing node taxed +b missing node spermatocidal +b missing node armoring +b missing node badge +b missing node taxes +b missing node inflammable +b missing node taxer +b missing node helicoidal +b missing node muggily +b missing node detouring +b missing node wrastle +b missing node travel +b missing node baddy +b missing node refreeze +b missing node simps +b missing node halfpence +b missing node octant +b missing node hurry +b missing node diatoms +b missing node overshots +b missing node liquorice +b missing node newsiest +b missing node enterprise +b missing node nonconformists +b missing node spicule +b missing node demimondaine +b missing node footing +b missing node loanword +b missing node drakes +b missing node muggins +b missing node sharing +b missing node splatters +b missing node roadblock +b missing node exist +b missing node hurts +b missing node equalises +b missing node affectingly +b missing node demented +b missing node postnuptial +b missing node octane +b missing node arbitrage +b missing node mugging +b missing node arsenites +b missing node extroverted +b missing node causable +b missing node penises +b missing node captiousness +b missing node catatony +b missing node vertigos +b missing node evocations +b missing node socketed +b missing node impersonalized +b missing node sharker +b missing node elasticizes +b missing node backdates +b missing node betray +b missing node misbestowing +b missing node voyage +b missing node resolute +b missing node mutant +b missing node elasticized +b missing node sharked +b missing node backdated +b missing node reforging +b missing node scallop +b missing node overshoot +b missing node fittingly +b missing node versos +b missing node fencing +b missing node squeakers +b missing node drapable +b missing node rehems +b missing node intruded +b missing node moans +b missing node wedlocks +b missing node decimalize +b missing node intruder +b missing node synchro +b missing node superpositions +b missing node inculpability +b missing node intrudes +b missing node tawny +b missing node barley +b missing node cilantro +b missing node pinsetter +b missing node timberline +b missing node reshapes +b missing node reshaper +b missing node oversubtleties +b missing node quiver +b missing node versus +b missing node enterprize +b missing node seedtime +b missing node stockinet +b missing node eyeing +b missing node sickening +b missing node highlanders +b missing node asinine +b missing node mistranslate +b missing node primuses +b missing node alleles +b missing node footier +b missing node disquietudes +b missing node travelogues +b missing node excommunications +b missing node eliminates +b missing node overlying +b missing node reshaped +b missing node graphologist +b missing node designative +b missing node platinum +b missing node batholithic +b missing node seeming +b missing node chichi +b missing node eliminated +b missing node flotsams +b missing node chicle +b missing node quadrupling +b missing node edematous +b missing node episcopacy +b missing node weakliest +b missing node holdalls +b missing node patentees +b missing node cattleman +b missing node stockings +b missing node sunlamps +b missing node restraint +b missing node acrostics +b missing node misadventures +b missing node chicks +b missing node restrains +b missing node sample +b missing node moats +b missing node blueprints +b missing node nonirritating +b missing node frequenting +b missing node deflorations +b missing node badly +b missing node nucleolar +b missing node strangulations +b missing node fourscore +b missing node walkover +b missing node quartering +b missing node bombastically +b missing node overshoes +b missing node implementations +b missing node unsheathed +b missing node nonhabitable +b missing node bother +b missing node widish +b missing node prosper +b missing node syndical +b missing node corporeal +b missing node plashed +b missing node commercial +b missing node plasher +b missing node windsor +b missing node allelic +b missing node kumiss +b missing node bariums +b missing node tactless +b missing node plashes +b missing node rebroadcasting +b missing node soaring +b missing node remonstrances +b missing node sampan +b missing node industrialize +b missing node unsheathes +b missing node geared +b missing node shipyards +b missing node boomerang +b missing node kames +b missing node luminesces +b missing node sufficers +b missing node halfpenny +b missing node samekhs +b missing node scrappiest +b missing node luminesced +b missing node shipped +b missing node disinterested +b missing node pourboires +b missing node inversely +b missing node expeditiousness +b missing node shipper +b missing node wriggle +b missing node percusses +b missing node cattlemen +b missing node representatives +b missing node fustic +b missing node reenacting +b missing node serfdom +b missing node wriggly +b missing node percussed +b missing node fieldwork +b missing node pudgiest +b missing node tankages +b missing node negatives +b missing node cooked +b missing node zanily +b missing node barbarians +b missing node cookey +b missing node guerdon +b missing node gallopers +b missing node negatived +b missing node eidolons +b missing node cooker +b missing node challenges +b missing node glance +b missing node hoister +b missing node ottawas +b missing node challenged +b missing node unboundedly +b missing node lodgement +b missing node shrilly +b missing node tacticians +b missing node hoisted +b missing node challenger +b missing node shrills +b missing node obscurantists +b missing node referral +b missing node braggy +b missing node cupolas +b missing node beholding +b missing node festiveness +b missing node buckwheat +b missing node combos +b missing node tampering +b missing node appropriately +b missing node resolved +b missing node chromize +b missing node dispassion +b missing node eliminator +b missing node apparel +b missing node glands +b missing node smashups +b missing node mutate +b missing node oversalt +b missing node selfhoods +b missing node referendums +b missing node overexposure +b missing node trapping +b missing node platinic +b missing node plateauing +b missing node trims +b missing node snuggled +b missing node schists +b missing node biometries +b missing node apparat +b missing node trine +b missing node cookie +b missing node indulgent +b missing node platings +b missing node vagary +b missing node inauspiciousness +b missing node matzohs +b missing node versal +b missing node fallible +b missing node trios +b missing node inaugurations +b missing node busboys +b missing node centipede +b missing node percipient +b missing node consummate +b missing node discourse +b missing node chromium +b missing node languishers +b missing node facilitate +b missing node aoudads +b missing node trips +b missing node parricide +b missing node tripe +b missing node carboniferous +b missing node fallibly +b missing node kinematics +b missing node variational +b missing node malaprops +b missing node inconclusively +b missing node wipeout +b missing node scutcheons +b missing node popedom +b missing node unreeling +b missing node mooting +b missing node dippiest +b missing node sinks +b missing node illegalization +b missing node drippy +b missing node divesting +b missing node continents +b missing node misogynic +b missing node tinkers +b missing node suggests +b missing node trifoliate +b missing node versed +b missing node squelching +b missing node chromite +b missing node nineties +b missing node verser +b missing node verses +b missing node bluntest +b missing node alternatively +b missing node peacefully +b missing node unmentionable +b missing node petunia +b missing node longness +b missing node prosody +b missing node reprobate +b missing node corpulence +b missing node postnatal +b missing node inadvertent +b missing node fumatory +b missing node proprietorships +b missing node teuton +b missing node firstlings +b missing node densest +b missing node vexedly +b missing node strengtheners +b missing node ingathered +b missing node trill +b missing node bridgehead +b missing node school +b missing node automatization +b missing node prepunch +b missing node corpulency +b missing node outstands +b missing node situps +b missing node coffered +b missing node barlow +b missing node chicly +b missing node satrapies +b missing node cropland +b missing node deaths +b missing node walkouts +b missing node gherkins +b missing node pummeled +b missing node schisms +b missing node syncing +b missing node dirigibles +b missing node amblers +b missing node minxish +b missing node masqueraded +b missing node midrib +b missing node besought +b missing node sporulate +b missing node assessor +b missing node spurted +b missing node crippling +b missing node fuehrers +b missing node sneakers +b missing node accouterment +b missing node matriculations +b missing node institutions +b missing node infuriates +b missing node glamor +b missing node twistable +b missing node poufed +b missing node fourthly +b missing node fissions +b missing node graphologies +b missing node lissome +b missing node orderers +b missing node masquerades +b missing node toxicologists +b missing node masquerader +b missing node chicos +b missing node dineros +b missing node uneventfully +b missing node chroming +b missing node unhuman +b missing node bacteria +b missing node aoudad +b missing node regionalist +b missing node stipulations +b missing node exotoxin +b missing node calendaring +b missing node prerecords +b missing node rabbeted +b missing node amplifies +b missing node percussor +b missing node matzoth +b missing node amplifier +b missing node regionalism +b missing node undertakers +b missing node believers +b missing node mimeographing +b missing node acerbities +b missing node seedless +b missing node transistorizing +b missing node amplified +b missing node baptizing +b missing node indulgers +b missing node redescribes +b missing node nosebag +b missing node pouffs +b missing node nominatively +b missing node toothed +b missing node sinus +b missing node infuriated +b missing node saltbushes +b missing node redescribed +b missing node plantar +b missing node pouffe +b missing node squelchier +b missing node prepared +b missing node exotoxic +b missing node aggressively +b missing node believeth +b missing node analytical +b missing node prepares +b missing node preparer +b missing node regloss +b missing node trite +b missing node reorganized +b missing node fellowly +b missing node repowering +b missing node reorganizer +b missing node reorganizes +b missing node densely +b missing node deathy +b missing node dybbukim +b missing node herbarium +b missing node acrobatic +b missing node dehorns +b missing node squidding +b missing node marmalades +b missing node poilus +b missing node matrilineally +b missing node trice +b missing node competitors +b missing node morass +b missing node extractions +b missing node chided +b missing node sembling +b missing node lambda +b missing node mammoths +b missing node bombings +b missing node outcropped +b missing node banquet +b missing node mixology +b missing node melanists +b missing node subtend +b missing node trick +b missing node lamber +b missing node bargainable +b missing node tailpipes +b missing node equalizer +b missing node equalizes +b missing node overloaded +b missing node anywise +b missing node foetid +b missing node oblongs +b missing node subcommittee +b missing node gunroom +b missing node siloed +b missing node equalized +b missing node spleenish +b missing node chider +b missing node cloture +b missing node masterful +b missing node lambed +b missing node overstimulate +b missing node stylus +b missing node chides +b missing node stereophonic +b missing node dogcatchers +b missing node triad +b missing node displaces +b missing node retrograding +b missing node endeavouring +b missing node negativeness +b missing node daimyos +b missing node turgencies +b missing node foundation +b missing node displaced +b missing node alyssums +b missing node trial +b missing node infractor +b missing node tribe +b missing node confute +b missing node quibbling +b missing node insubmissive +b missing node sneakier +b missing node irrational +b missing node safetying +b missing node hatpin +b missing node silicates +b missing node windrow +b missing node interphones +b missing node aquarians +b missing node titterer +b missing node subagent +b missing node tittered +b missing node genuflecting +b missing node mixing +b missing node gumshoe +b missing node excitations +b missing node ninths +b missing node meandered +b missing node unprohibited +b missing node upholster +b missing node poundages +b missing node preceptresses +b missing node meanderer +b missing node analemmas +b missing node eyeful +b missing node tried +b missing node lavish +b missing node callbacks +b missing node trier +b missing node tries +b missing node laconically +b missing node gooiest +b missing node tazza +b missing node tazze +b missing node lippiest +b missing node juristically +b missing node tosspot +b missing node enliven +b missing node suggestible +b missing node reporter +b missing node kalif +b missing node sputa +b missing node ukrainian +b missing node reported +b missing node weatherproofs +b missing node devon +b missing node schist +b missing node incumbently +b missing node barony +b missing node premeds +b missing node barons +b missing node ladlers +b missing node schism +b missing node mischief +b missing node umber +b missing node dandifies +b missing node umbel +b missing node infracted +b missing node guitarist +b missing node sweetbrier +b missing node remeasurement +b missing node chimeras +b missing node quints +b missing node laving +b missing node decolonize +b missing node polymerizes +b missing node protests +b missing node relevances +b missing node brushiest +b missing node kales +b missing node disgorge +b missing node foetor +b missing node dilatorily +b missing node polymerized +b missing node rookie +b missing node farming +b missing node nonclerical +b missing node impaling +b missing node melanisms +b missing node genuflection +b missing node sequined +b missing node mercilessly +b missing node attractively +b missing node malfeasants +b missing node maulers +b missing node suppliants +b missing node boosters +b missing node southwestwardly +b missing node pestilentially +b missing node almost +b missing node indemnification +b missing node theorising +b missing node imprisonments +b missing node caesuras +b missing node infesters +b missing node quinsy +b missing node turnbuckle +b missing node foetus +b missing node frypans +b missing node jackknives +b missing node caesural +b missing node syphiloid +b missing node corporate +b missing node prodigal +b missing node unsalaried +b missing node flatteners +b missing node caesurae +b missing node farfetched +b missing node vernally +b missing node pieties +b missing node tubbed +b missing node dandified +b missing node riggers +b missing node imperfectness +b missing node tubber +b missing node midsts +b missing node unwieldy +b missing node lonely +b missing node disinfects +b missing node camper +b missing node larceny +b missing node indifferently +b missing node fellowed +b missing node pantomimists +b missing node volubility +b missing node becked +b missing node cloths +b missing node rooked +b missing node morale +b missing node camped +b missing node clothe +b missing node morals +b missing node almond +b missing node vertices +b missing node wildness +b missing node havocked +b missing node sitter +b missing node melanites +b missing node horseplayers +b missing node breezed +b missing node dissembler +b missing node deleting +b missing node dissembles +b missing node kalpa +b missing node snacked +b missing node styled +b missing node breezes +b missing node recoloring +b missing node joggles +b missing node gamuts +b missing node joggler +b missing node schizo +b missing node styles +b missing node emplaning +b missing node styler +b missing node severals +b missing node admitting +b missing node blazoners +b missing node hypersensitivity +b missing node joggled +b missing node articulatory +b missing node nautical +b missing node porphyries +b missing node androgenic +b missing node astrobiological +b missing node finalization +b missing node chimeric +b missing node unresentfully +b missing node clackers +b missing node relevance +b missing node balmier +b missing node banisters +b missing node agnostics +b missing node spume +b missing node braize +b missing node loners +b missing node imitatively +b missing node triploid +b missing node malarias +b missing node succorers +b missing node spumy +b missing node relevancy +b missing node deletion +b missing node xenocryst +b missing node malarian +b missing node finnmark +b missing node spunk +b missing node frizzy +b missing node malarial +b missing node vertical +b missing node upsending +b missing node penalization +b missing node unquieter +b missing node gargling +b missing node fireplugs +b missing node biconcavity +b missing node hoers +b missing node gatsby +b missing node dewed +b missing node archetype +b missing node stylar +b missing node bamboozlers +b missing node braininess +b missing node unenthusiastic +b missing node nomism +b missing node slippage +b missing node morbid +b missing node tangier +b missing node drypoint +b missing node tapestry +b missing node unclamped +b missing node quinin +b missing node hectic +b missing node grateful +b missing node quinic +b missing node girdles +b missing node revested +b missing node girdler +b missing node enlistee +b missing node enlisted +b missing node gladness +b missing node enlister +b missing node spurn +b missing node spurs +b missing node havocker +b missing node spurt +b missing node bleakness +b missing node velveted +b missing node beckon +b missing node flyers +b missing node preexamined +b missing node girdled +b missing node abolishment +b missing node episcopate +b missing node southwesterly +b missing node pendulums +b missing node spoiled +b missing node subteen +b missing node congruously +b missing node wesleyans +b missing node preexamines +b missing node conventionalize +b missing node mouthfuls +b missing node straitened +b missing node finites +b missing node braise +b missing node custards +b missing node adhesives +b missing node limners +b missing node finishers +b missing node balmily +b missing node synched +b missing node unmanful +b missing node foetal +b missing node vertex +b missing node vivisectionist +b missing node repressions +b missing node reaccrediting +b missing node clotty +b missing node spued +b missing node inventiveness +b missing node blockier +b missing node tomtits +b missing node hypothetical +b missing node lilliputs +b missing node paltering +b missing node dowsing +b missing node irreverence +b missing node spuds +b missing node unalloyed +b missing node morays +b missing node breakwaters +b missing node shudder +b missing node spoiler +b missing node dramas +b missing node woven +b missing node iconical +b missing node motorizing +b missing node dewax +b missing node mahout +b missing node cupbearers +b missing node debarkation +b missing node spues +b missing node quince +b missing node italian +b missing node airdrops +b missing node millruns +b missing node condolences +b missing node recentest +b missing node lessees +b missing node sennets +b missing node machineable +b missing node overhands +b missing node vesting +b missing node pietism +b missing node propitiate +b missing node calcareous +b missing node sikhs +b missing node crackling +b missing node brainy +b missing node immovably +b missing node epaulets +b missing node lenience +b missing node genuflects +b missing node pietist +b missing node latchstring +b missing node raiment +b missing node nappies +b missing node truculently +b missing node immovable +b missing node windpipe +b missing node nappier +b missing node leniency +b missing node italics +b missing node coverture +b missing node striate +b missing node insurmountable +b missing node soundings +b missing node magazine +b missing node tempesting +b missing node ravishingly +b missing node scrawniest +b missing node hoplite +b missing node pupate +b missing node insurmountably +b missing node heelers +b missing node judgments +b missing node brains +b missing node asexuality +b missing node midwifing +b missing node orangey +b missing node dragonhead +b missing node overhangs +b missing node yorker +b missing node oranges +b missing node tantaras +b missing node purging +b missing node flavorsome +b missing node schematics +b missing node dissembled +b missing node need +b missing node cubature +b missing node henbanes +b missing node amazement +b missing node lumbered +b missing node sluing +b missing node fumigants +b missing node paddings +b missing node requiem +b missing node likeliest +b missing node ogrishly +b missing node lumberer +b missing node sepaled +b missing node snowed +b missing node propagation +b missing node overeducates +b missing node twirliest +b missing node naught +b missing node fleshlier +b missing node awakeners +b missing node feedbacks +b missing node overeducated +b missing node consanguinities +b missing node attract +b missing node attackingly +b missing node traceability +b missing node blocking +b missing node reexpression +b missing node airdrome +b missing node reformated +b missing node division +b missing node chiefs +b missing node mildens +b missing node freights +b missing node unreadable +b missing node traitoress +b missing node jaundiced +b missing node spellers +b missing node vapour +b missing node vanguard +b missing node laywomen +b missing node foreparts +b missing node timbrels +b missing node brails +b missing node jaundices +b missing node palpations +b missing node woad +b missing node propagating +b missing node heptameter +b missing node hackworks +b missing node fleecier +b missing node solicitous +b missing node obstructionist +b missing node stainer +b missing node abolishes +b missing node obstructionism +b missing node abolisher +b missing node largesses +b missing node stained +b missing node releasing +b missing node theories +b missing node trochaic +b missing node proofreader +b missing node braids +b missing node lathering +b missing node reinstallment +b missing node espresso +b missing node audient +b missing node remotest +b missing node duchess +b missing node conventionalism +b missing node near +b missing node neat +b missing node kickiest +b missing node abolished +b missing node murders +b missing node neap +b missing node ungallantly +b missing node ayahs +b missing node mantling +b missing node corncribs +b missing node conventionality +b missing node neck +b missing node busbies +b missing node underemphasizing +b missing node blusher +b missing node unsexual +b missing node blushes +b missing node napping +b missing node coombs +b missing node drouthy +b missing node nebs +b missing node expectorating +b missing node solicitors +b missing node coombe +b missing node pestilences +b missing node blockish +b missing node lessens +b missing node accordionists +b missing node heroisms +b missing node moistureless +b missing node cursers +b missing node laywoman +b missing node mammotomy +b missing node scrappers +b missing node cracklier +b missing node kakas +b missing node blushed +b missing node mildest +b missing node expectoration +b missing node dissectors +b missing node chiels +b missing node pacifying +b missing node unsocially +b missing node woes +b missing node unicorns +b missing node postfixing +b missing node incinerated +b missing node overmagnification +b missing node stigmatic +b missing node provinces +b missing node reconditioned +b missing node histaminic +b missing node revealment +b missing node sharifs +b missing node rheologic +b missing node flabs +b missing node theorist +b missing node inoperable +b missing node incinerates +b missing node pignorated +b missing node exquisiteness +b missing node different +b missing node incoming +b missing node reclaimable +b missing node underemployment +b missing node cupful +b missing node allegiance +b missing node elementarily +b missing node closet +b missing node closes +b missing node closer +b missing node fleecily +b missing node dreidels +b missing node avengers +b missing node neon +b missing node maydays +b missing node silva +b missing node closed +b missing node radioisotopes +b missing node pinpointing +b missing node alphabeted +b missing node mildewy +b missing node lambently +b missing node redesigning +b missing node remonstrations +b missing node hieing +b missing node vetoing +b missing node plowing +b missing node mildews +b missing node coreigns +b missing node spiciness +b missing node coterie +b missing node monogramed +b missing node horologists +b missing node detainment +b missing node remorsefulness +b missing node tigereyes +b missing node histamines +b missing node bathoses +b missing node kakis +b missing node stimulants +b missing node divisive +b missing node fleecing +b missing node trance +b missing node widows +b missing node colloidal +b missing node cowslips +b missing node caravansaries +b missing node quarterfinal +b missing node unprovoked +b missing node comics +b missing node ingulf +b missing node accomplish +b missing node remotely +b missing node alphabetic +b missing node estimating +b missing node fixations +b missing node afforested +b missing node radioisotopic +b missing node reexpressing +b missing node drivel +b missing node lipase +b missing node spacious +b missing node driven +b missing node melodiously +b missing node driver +b missing node drives +b missing node demises +b missing node understaffed +b missing node hostlers +b missing node mismatched +b missing node demised +b missing node boyhoods +b missing node komondors +b missing node mismatches +b missing node romanistic +b missing node spurred +b missing node ringtoss +b missing node wood +b missing node pronouns +b missing node woof +b missing node lifter +b missing node gumwood +b missing node woos +b missing node intwisted +b missing node overstretches +b missing node flake +b missing node basinets +b missing node retaking +b missing node lifted +b missing node overstretched +b missing node nevi +b missing node wool +b missing node calorimetry +b missing node tinplates +b missing node flair +b missing node benighted +b missing node sexualities +b missing node impacts +b missing node proapproval +b missing node spurrer +b missing node gauchely +b missing node gruesomer +b missing node wont +b missing node london +b missing node ropewalks +b missing node frizzes +b missing node coming +b missing node frizzer +b missing node spurrey +b missing node theorize +b missing node judas +b missing node laggings +b missing node forfend +b missing node stayer +b missing node galahad +b missing node axolotls +b missing node next +b missing node stayed +b missing node elongation +b missing node digital +b missing node scragged +b missing node carillons +b missing node utilization +b missing node resinoids +b missing node silos +b missing node flail +b missing node slitters +b missing node appliance +b missing node incinerator +b missing node russified +b missing node newt +b missing node flags +b missing node news +b missing node preachier +b missing node telemetry +b missing node wheelings +b missing node dialers +b missing node triangularly +b missing node jalousie +b missing node wops +b missing node elongating +b missing node deicide +b missing node hitters +b missing node delegacies +b missing node russifies +b missing node hellebore +b missing node henting +b missing node gimcrackery +b missing node geminates +b missing node trachoma +b missing node nerd +b missing node woke +b missing node stylers +b missing node headiness +b missing node geminated +b missing node slaverers +b missing node manikins +b missing node manuring +b missing node soilages +b missing node demineralization +b missing node precocious +b missing node fourteens +b missing node spleenier +b missing node silts +b missing node vocalizations +b missing node keloids +b missing node silty +b missing node forfeit +b missing node frizzed +b missing node outwaited +b missing node posingly +b missing node caesuric +b missing node meddlesomely +b missing node watercresses +b missing node womb +b missing node nets +b missing node acridities +b missing node overstrict +b missing node rhapsodized +b missing node cancelable +b missing node stylets +b missing node mesquites +b missing node shamelessly +b missing node woks +b missing node rhapsodizes +b missing node nest +b missing node ness +b missing node dexes +b missing node whistle +b missing node glutinous +b missing node flack +b missing node psalms +b missing node wolf +b missing node wold +b missing node overinsure +b missing node subliminal +b missing node rapture +b missing node totipotential +b missing node hemistichs +b missing node flash +b missing node flask +b missing node rosiest +b missing node doubling +b missing node raconteurs +b missing node wows +b missing node unpile +b missing node contraption +b missing node wrasses +b missing node gauchest +b missing node critiques +b missing node travelling +b missing node indentation +b missing node biconvexity +b missing node caboose +b missing node exhausted +b missing node critiqued +b missing node contempt +b missing node neighs +b missing node reinforces +b missing node toddlers +b missing node hogtie +b missing node tumescence +b missing node container +b missing node vomit +b missing node bolters +b missing node nattered +b missing node flare +b missing node wove +b missing node misemploying +b missing node nonorthodox +b missing node campos +b missing node schick +b missing node scraggly +b missing node conversationalists +b missing node scrutinizing +b missing node judge +b missing node nascence +b missing node unrolled +b missing node photogenic +b missing node clownish +b missing node comity +b missing node contemns +b missing node stoking +b missing node funnelled +b missing node twigged +b missing node flaps +b missing node hollering +b missing node silex +b missing node milkers +b missing node nascency +b missing node propagative +b missing node negations +b missing node preaching +b missing node frangibility +b missing node underlines +b missing node venereal +b missing node captiously +b missing node suppliance +b missing node stymie +b missing node turret +b missing node clotted +b missing node silly +b missing node wowed +b missing node uremic +b missing node discourteously +b missing node uremia +b missing node flans +b missing node patulous +b missing node shrikes +b missing node ancientest +b missing node characterize +b missing node oilskins +b missing node work +b missing node worm +b missing node flank +b missing node worn +b missing node dialect +b missing node disheveled +b missing node nonaligned +b missing node wort +b missing node sills +b missing node landmark +b missing node youthens +b missing node wailers +b missing node silky +b missing node spryest +b missing node aurist +b missing node guavas +b missing node word +b missing node flams +b missing node wore +b missing node flamy +b missing node reassortments +b missing node underlined +b missing node campus +b missing node frizzly +b missing node underlings +b missing node lambie +b missing node malfeasance +b missing node reevaluates +b missing node predominance +b missing node silks +b missing node contained +b missing node clowning +b missing node flame +b missing node earthlings +b missing node landmass +b missing node whisted +b missing node reinforced +b missing node telemeter +b missing node reinforcer +b missing node overstrike +b missing node representations +b missing node matrilinearly +b missing node unpins +b missing node chalice +b missing node wots +b missing node grazingly +b missing node brahma +b missing node ingenues +b missing node craping +b missing node vapory +b missing node brahms +b missing node accomplice +b missing node vapors +b missing node flaky +b missing node confuse +b missing node calorimeter +b missing node frizzle +b missing node chromizing +b missing node reevaluated +b missing node unevenness +b missing node cruising +b missing node nictating +b missing node rattling +b missing node houseworkers +b missing node implants +b missing node quenchers +b missing node packman +b missing node sandsoaps +b missing node stammels +b missing node mansion +b missing node unthreaded +b missing node suckling +b missing node contends +b missing node challot +b missing node scrumptious +b missing node plowman +b missing node predigesting +b missing node creaking +b missing node ostracize +b missing node technocracy +b missing node boatings +b missing node cloven +b missing node allotropic +b missing node clover +b missing node cloves +b missing node hogging +b missing node legume +b missing node engravings +b missing node gunrooms +b missing node lymphatically +b missing node sharers +b missing node thanker +b missing node gloriousness +b missing node faubourgs +b missing node creakily +b missing node unsymmetrical +b missing node woodlander +b missing node carousels +b missing node pyrenes +b missing node acquirable +b missing node banquette +b missing node terribleness +b missing node restacked +b missing node balladry +b missing node tillered +b missing node inculpating +b missing node thanked +b missing node stockists +b missing node kilowatt +b missing node zigged +b missing node glengarries +b missing node appointed +b missing node appointee +b missing node empiricist +b missing node empiricism +b missing node punishability +b missing node appointer +b missing node cornflower +b missing node allusion +b missing node stopover +b missing node rehashing +b missing node druggist +b missing node opaline +b missing node carousers +b missing node uploadable +b missing node byre +b missing node viennese +b missing node farmable +b missing node squeakier +b missing node allotropes +b missing node superpose +b missing node impenitent +b missing node newspaperwoman +b missing node unallayed +b missing node hoggish +b missing node planned +b missing node unchasteness +b missing node predigestion +b missing node wider +b missing node widen +b missing node planner +b missing node casketed +b missing node overcrowding +b missing node enervating +b missing node monographs +b missing node horsehide +b missing node asystematic +b missing node hatred +b missing node triflings +b missing node moronities +b missing node vedanta +b missing node byte +b missing node logroll +b missing node moderatorial +b missing node creakier +b missing node keynote +b missing node granitic +b missing node copulas +b missing node copular +b missing node tangler +b missing node menstrual +b missing node luminary +b missing node tangles +b missing node doughty +b missing node resistibility +b missing node tangled +b missing node cayugas +b missing node astronautic +b missing node debacle +b missing node jogging +b missing node nullifications +b missing node stammers +b missing node trapeze +b missing node kraal +b missing node luffing +b missing node compacted +b missing node dynamiting +b missing node grunters +b missing node localizing +b missing node compacter +b missing node sextet +b missing node deicing +b missing node inhabitants +b missing node fuhrers +b missing node mouthpart +b missing node valuators +b missing node receipts +b missing node sallowest +b missing node densify +b missing node proneness +b missing node nigglers +b missing node quipus +b missing node plodders +b missing node newspaperwomen +b missing node ostracism +b missing node enervation +b missing node topmasts +b missing node befuddlers +b missing node girding +b missing node ninthly +b missing node granites +b missing node shouldering +b missing node colorers +b missing node request +b missing node playoffs +b missing node widowhood +b missing node letdown +b missing node disunites +b missing node unreelers +b missing node alliterated +b missing node packmen +b missing node isobars +b missing node hunch +b missing node cooper +b missing node lymphs +b missing node unintoxicated +b missing node alliterates +b missing node compactly +b missing node cooped +b missing node unscathed +b missing node scrambling +b missing node explore +b missing node hallelujah +b missing node upchucks +b missing node unescapable +b missing node evocator +b missing node disunited +b missing node unescapably +b missing node menhirs +b missing node sextan +b missing node disuniter +b missing node quintains +b missing node copulae +b missing node backcourt +b missing node reinflame +b missing node homegrown +b missing node promotable +b missing node laggard +b missing node nictation +b missing node mildewing +b missing node pouchy +b missing node barque +b missing node aouad +b missing node gustation +b missing node refracture +b missing node moratoriums +b missing node releasible +b missing node codifiers +b missing node schlep +b missing node twaddling +b missing node carrageen +b missing node riblets +b missing node morphogenic +b missing node fourteen +b missing node elements +b missing node fromages +b missing node politicians +b missing node subdirector +b missing node contents +b missing node lymphocyte +b missing node carbondale +b missing node lubrications +b missing node prodigally +b missing node federalization +b missing node immutably +b missing node challah +b missing node hocks +b missing node immutable +b missing node adorableness +b missing node vaccinal +b missing node benefactions +b missing node dogeared +b missing node limousine +b missing node snowmen +b missing node transitionally +b missing node technocrats +b missing node brambles +b missing node alexander +b missing node solitudes +b missing node subphyla +b missing node tapirs +b missing node nonconnective +b missing node brambled +b missing node ribless +b missing node krait +b missing node calvary +b missing node auditory +b missing node sublicensed +b missing node hallucinative +b missing node sublicensee +b missing node unkindness +b missing node reflowering +b missing node auditors +b missing node sublicenses +b missing node hunky +b missing node scrupulous +b missing node headband +b missing node hunks +b missing node feigning +b missing node differing +b missing node menstruum +b missing node submitting +b missing node idiocratic +b missing node heirship +b missing node shnaps +b missing node rehire +b missing node incongruently +b missing node chokier +b missing node freehold +b missing node estimation +b missing node taping +b missing node aspiring +b missing node gormand +b missing node speedster +b missing node frolicking +b missing node effectuation +b missing node derats +b missing node kraft +b missing node rotundity +b missing node rubberize +b missing node inspire +b missing node samaritan +b missing node hummable +b missing node tabernacle +b missing node apathetically +b missing node effectuating +b missing node exploit +b missing node malarkey +b missing node aspirins +b missing node changing +b missing node turbans +b missing node harvests +b missing node doghouse +b missing node excrescence +b missing node weighters +b missing node swayable +b missing node kraut +b missing node eyewaters +b missing node lexicons +b missing node magically +b missing node mentalities +b missing node unproved +b missing node insouciant +b missing node inhabitance +b missing node jinxing +b missing node pipefuls +b missing node vervet +b missing node unproven +b missing node verves +b missing node eastings +b missing node hocus +b missing node mainframe +b missing node haughtiest +b missing node challie +b missing node challis +b missing node malpracticing +b missing node nihils +b missing node wailful +b missing node excellency +b missing node criticized +b missing node hallucination +b missing node inhabitancy +b missing node muggers +b missing node fecundates +b missing node excellence +b missing node drugging +b missing node unprimed +b missing node vaccinia +b missing node mammies +b missing node criticizes +b missing node criticizer +b missing node hexarchies +b missing node corrugations +b missing node aouads +b missing node thimbles +b missing node larches +b missing node stabilizers +b missing node mistreated +b missing node roaring +b missing node vertebrates +b missing node plowmen +b missing node barred +b missing node conspiratorial +b missing node explode +b missing node squeaking +b missing node limpidness +b missing node kingliest +b missing node sexton +b missing node provincially +b missing node fibbers +b missing node factually +b missing node hallucinating +b missing node fecundated +b missing node barren +b missing node tatters +b missing node spacings +b missing node embassies +b missing node academically +b missing node barrel +b missing node coopts +b missing node sextos +b missing node wicks +b missing node vaccines +b missing node commissary +b missing node vaccinee +b missing node gustative +b missing node armorers +b missing node commissars +b missing node choking +b missing node invite +b missing node jubilantly +b missing node latherers +b missing node remeasuring +b missing node praters +b missing node vintagers +b missing node coloreds +b missing node yanqui +b missing node hunts +b missing node sputniks +b missing node vertebrated +b missing node homesickness +b missing node releasers +b missing node snowman +b missing node kestrel +b missing node dormancies +b missing node moonfish +b missing node spherier +b missing node literalism +b missing node glaive +b missing node explained +b missing node appropriative +b missing node meekly +b missing node decongestant +b missing node footman +b missing node elmiest +b missing node cytologists +b missing node deflowers +b missing node credulous +b missing node tidiest +b missing node lameds +b missing node ingenuously +b missing node onanistic +b missing node seasonings +b missing node sickeners +b missing node panicled +b missing node stackers +b missing node withstand +b missing node unesthetic +b missing node explainer +b missing node spherics +b missing node bravuras +b missing node vesperals +b missing node ignitions +b missing node exploitation +b missing node meningism +b missing node disrespectfully +b missing node midway +b missing node theoretic +b missing node juicier +b missing node juans +b missing node aqueduct +b missing node panicles +b missing node encasement +b missing node cloudy +b missing node subspace +b missing node laotian +b missing node vestige +b missing node mistreatment +b missing node clouds +b missing node voracity +b missing node teacake +b missing node jaywalkers +b missing node treys +b missing node would +b missing node bodegas +b missing node sufficiency +b missing node footmen +b missing node strides +b missing node strider +b missing node alchymies +b missing node koalas +b missing node cassaba +b missing node quired +b missing node wirehair +b missing node postaxial +b missing node quires +b missing node patriliny +b missing node juicily +b missing node cervix +b missing node unaging +b missing node blighter +b missing node matchboxes +b missing node tuberculously +b missing node yellower +b missing node patrilinies +b missing node stationed +b missing node unmarketable +b missing node derisory +b missing node floodlight +b missing node dippable +b missing node yellowed +b missing node disappoint +b missing node stationer +b missing node wickedly +b missing node innervating +b missing node materialization +b missing node skirled +b missing node blighted +b missing node seedling +b missing node mudcapping +b missing node wattled +b missing node aborigine +b missing node bookend +b missing node blunting +b missing node wattles +b missing node teacart +b missing node giveable +b missing node hirelings +b missing node ethenes +b missing node solicitress +b missing node cremates +b missing node uncrate +b missing node surnaming +b missing node windburn +b missing node cremated +b missing node appropriating +b missing node fancywork +b missing node lithesome +b missing node dressiest +b missing node punishment +b missing node dinars +b missing node chigoe +b missing node deselect +b missing node wound +b missing node cosmogony +b missing node thaddeus +b missing node trews +b missing node instigative +b missing node appropriation +b missing node respell +b missing node esplanades +b missing node heeling +b missing node sphering +b missing node transmutes +b missing node intellects +b missing node hector +b missing node acrobatically +b missing node unwisest +b missing node caucasians +b missing node coeducational +b missing node transmuted +b missing node firedamps +b missing node kaiak +b missing node jeerer +b missing node disencumbers +b missing node bookers +b missing node splashy +b missing node braked +b missing node phonographic +b missing node samlet +b missing node spoolers +b missing node jeered +b missing node maladies +b missing node incessant +b missing node ozonator +b missing node servitors +b missing node purgers +b missing node diurnals +b missing node ruminations +b missing node hodad +b missing node hagrides +b missing node sconced +b missing node unwisely +b missing node mutest +b missing node muscatel +b missing node citizens +b missing node brakes +b missing node herbier +b missing node carwashes +b missing node arsenious +b missing node tress +b missing node colorful +b missing node soulfulness +b missing node laminary +b missing node grunion +b missing node recappable +b missing node aerifying +b missing node inability +b missing node cordage +b missing node betimes +b missing node tendons +b missing node sexual +b missing node sconces +b missing node aplomb +b missing node recluse +b missing node recompense +b missing node trets +b missing node yellowly +b missing node stridor +b missing node voyeur +b missing node howbeit +b missing node human +b missing node laminate +b missing node swampland +b missing node snotty +b missing node humph +b missing node snouty +b missing node snouts +b missing node soggily +b missing node pepperoni +b missing node steuben +b missing node arsons +b missing node pintail +b missing node humor +b missing node sapiencies +b missing node trend +b missing node cassava +b missing node discolors +b missing node windows +b missing node yarning +b missing node dislodged +b missing node bejewels +b missing node vinous +b missing node glitch +b missing node sweetbread +b missing node entrenchment +b missing node intimidatory +b missing node assumed +b missing node corporals +b missing node assumes +b missing node assumer +b missing node chrome +b missing node chroma +b missing node spanning +b missing node sprig +b missing node witness +b missing node clotheslines +b missing node tagalog +b missing node widow +b missing node clouts +b missing node appendages +b missing node relisting +b missing node outboxing +b missing node confinement +b missing node cropless +b missing node pluguglies +b missing node meaningfully +b missing node wrigley +b missing node fraughted +b missing node compactor +b missing node frippery +b missing node sprit +b missing node respect +b missing node imbecilities +b missing node crinkliness +b missing node wobbliest +b missing node realtors +b missing node trappers +b missing node connivance +b missing node kirned +b missing node harrowers +b missing node empaneled +b missing node ballades +b missing node nineteenths +b missing node accompaniments +b missing node daydreamt +b missing node width +b missing node daydreams +b missing node eviscerating +b missing node whetstone +b missing node catheterize +b missing node chalked +b missing node ghoulishly +b missing node chromo +b missing node columbines +b missing node banqueted +b missing node spree +b missing node density +b missing node mossiest +b missing node unstoppable +b missing node turtle +b missing node banqueter +b missing node balladic +b missing node crozier +b missing node dovetailing +b missing node creameries +b missing node dislodges +b missing node mammalian +b missing node uncovering +b missing node mutely +b missing node handsaws +b missing node embitters +b missing node southeasters +b missing node soggier +b missing node sinology +b missing node solidities +b missing node southeastern +b missing node protozoa +b missing node humid +b missing node megohm +b missing node cohesive +b missing node astronomers +b missing node backslapping +b missing node genteelness +b missing node evisceration +b missing node smatter +b missing node treks +b missing node statable +b missing node unsighting +b missing node impalers +b missing node lugger +b missing node meeker +b missing node revisals +b missing node scalpel +b missing node wesley +b missing node nonconstructively +b missing node scalped +b missing node championship +b missing node chancellor +b missing node vanadium +b missing node trajects +b missing node irreparable +b missing node precancels +b missing node lugged +b missing node translucency +b missing node cohesion +b missing node uncivil +b missing node staggerers +b missing node treed +b missing node innervation +b missing node translucence +b missing node debitable +b missing node irreparably +b missing node reserve +b missing node trees +b missing node canzone +b missing node harborless +b missing node datives +b missing node canzona +b missing node tamperers +b missing node surfeits +b missing node habitude +b missing node astragal +b missing node oolith +b missing node paladins +b missing node umbra +b missing node mullions +b missing node oolite +b missing node constructionist +b missing node spray +b missing node sprat +b missing node constructionism +b missing node habitues +b missing node cordate +b missing node pertinencies +b missing node juicing +b missing node shaitan +b missing node humus +b missing node canniness +b missing node soybean +b missing node scalper +b missing node wides +b missing node gnawer +b missing node meanwhile +b missing node supersedes +b missing node honestness +b missing node bounciest +b missing node superseder +b missing node tootles +b missing node cripplers +b missing node tootler +b missing node whipcords +b missing node rebilling +b missing node sorghums +b missing node diodes +b missing node tootled +b missing node sneaking +b missing node earthward +b missing node validatory +b missing node moribundity +b missing node tread +b missing node unmotivated +b missing node peiping +b missing node superseded +b missing node rhythmically +b missing node finises +b missing node soarers +b missing node jounciest +b missing node lacuna +b missing node treat +b missing node gassings +b missing node fishiness +b missing node draped +b missing node canzoni +b missing node subclinically +b missing node engendering +b missing node imperilment +b missing node cremator +b missing node annulate +b missing node habitual +b missing node dismounting +b missing node clitorises +b missing node humps +b missing node goebbels +b missing node humpy +b missing node gnawed +b missing node alabamians +b missing node sneakily +b missing node helplessly +b missing node almner +b missing node drapes +b missing node draper +b missing node reenlightens +b missing node plastic +b missing node incurred +b missing node affords +b missing node adjourned +b missing node extirpator +b missing node brigade +b missing node tsetses +b missing node kayos +b missing node ashlars +b missing node staves +b missing node pathological +b missing node horns +b missing node truce +b missing node horny +b missing node truck +b missing node acadia +b missing node justiciary +b missing node brackishness +b missing node publicans +b missing node smiled +b missing node ladanum +b missing node muster +b missing node envoy +b missing node unactuated +b missing node oncology +b missing node smiler +b missing node incomprehensiblies +b missing node hedgehops +b missing node smiles +b missing node lamest +b missing node burgeon +b missing node bureaus +b missing node envoi +b missing node infecter +b missing node slaughtering +b missing node legend +b missing node bureaux +b missing node schoolmistress +b missing node debuted +b missing node stratous +b missing node virtuosas +b missing node animisms +b missing node permeability +b missing node musted +b missing node trued +b missing node praline +b missing node codices +b missing node soliloquy +b missing node infected +b missing node marrying +b missing node lamely +b missing node pirogi +b missing node obverse +b missing node mephitis +b missing node paralyzation +b missing node hipbone +b missing node plaster +b missing node wispish +b missing node heritability +b missing node inoffensive +b missing node reciprocal +b missing node tensions +b missing node mephitic +b missing node malcontents +b missing node succoring +b missing node truer +b missing node preacceptance +b missing node trues +b missing node unfixing +b missing node anviled +b missing node obverts +b missing node staved +b missing node ritziness +b missing node midrange +b missing node horse +b missing node schwas +b missing node preconceal +b missing node prewarned +b missing node barter +b missing node christendom +b missing node climacterics +b missing node kudzus +b missing node footpad +b missing node bedspreads +b missing node lament +b missing node stately +b missing node burgers +b missing node proportionate +b missing node reconfigurable +b missing node vestees +b missing node clubman +b missing node eleanor +b missing node horsy +b missing node peach +b missing node orchestrate +b missing node yttriums +b missing node unremitted +b missing node intermediatory +b missing node horst +b missing node amusement +b missing node peace +b missing node burgess +b missing node overexercising +b missing node expectorators +b missing node roistering +b missing node horde +b missing node village +b missing node depraved +b missing node peals +b missing node polytheist +b missing node vroomed +b missing node osculant +b missing node dryness +b missing node madnesses +b missing node coalesce +b missing node depraver +b missing node verged +b missing node depraves +b missing node towelled +b missing node unphotographic +b missing node jilting +b missing node verger +b missing node verges +b missing node branch +b missing node vacationer +b missing node wisping +b missing node rejoicers +b missing node popcorns +b missing node allergy +b missing node middlebrowism +b missing node turmoil +b missing node yenta +b missing node headstall +b missing node uncovered +b missing node derogations +b missing node vacationed +b missing node growliest +b missing node wispily +b missing node villain +b missing node brandy +b missing node incongruence +b missing node aetheric +b missing node percolator +b missing node brands +b missing node hearths +b missing node palatinate +b missing node whifflers +b missing node athlete +b missing node shortenings +b missing node stetson +b missing node boosting +b missing node despises +b missing node polytheism +b missing node weskit +b missing node dogcart +b missing node despiser +b missing node codicil +b missing node squooshes +b missing node suggestions +b missing node leftover +b missing node quicksets +b missing node headstand +b missing node clubmen +b missing node despised +b missing node phalli +b missing node squooshed +b missing node trull +b missing node jejunely +b missing node versicolored +b missing node truly +b missing node acetylene +b missing node hullo +b missing node hulls +b missing node emulate +b missing node nonconfidential +b missing node kabbala +b missing node timetable +b missing node chronologists +b missing node triadic +b missing node monomers +b missing node penalty +b missing node demasculinize +b missing node trump +b missing node resupplying +b missing node inclosure +b missing node clothes +b missing node catalysts +b missing node trunk +b missing node obsoleteness +b missing node osculate +b missing node avogadro +b missing node ineradicable +b missing node snoopers +b missing node enduring +b missing node sighs +b missing node sight +b missing node clothed +b missing node baldest +b missing node brigand +b missing node hearten +b missing node eatable +b missing node hulks +b missing node hearted +b missing node hulky +b missing node inaugurator +b missing node topmast +b missing node peaky +b missing node liminess +b missing node trolleying +b missing node untalented +b missing node sigil +b missing node peaks +b missing node succession +b missing node chuffing +b missing node widder +b missing node internode +b missing node frilled +b missing node hulas +b missing node sayings +b missing node pausers +b missing node despoil +b missing node temporizers +b missing node singsong +b missing node signs +b missing node worms +b missing node wormy +b missing node mergers +b missing node sidetracks +b missing node unrepealed +b missing node analogue +b missing node baits +b missing node kayak +b missing node sigma +b missing node truth +b missing node beboppers +b missing node inspirations +b missing node boulevards +b missing node troublesomely +b missing node trust +b missing node truss +b missing node unconforming +b missing node obliqueness +b missing node belabor +b missing node works +b missing node epidemics +b missing node conurbations +b missing node friller +b missing node world +b missing node frisbee +b missing node subtask +b missing node orientated +b missing node horas +b missing node become +b missing node baize +b missing node tyrannous +b missing node horah +b missing node horal +b missing node seedlings +b missing node inaugurates +b missing node habile +b missing node engrailing +b missing node inaugurated +b missing node crucialness +b missing node paragoning +b missing node rarebit +b missing node orientates +b missing node rhinos +b missing node bumblebee +b missing node tapper +b missing node refutable +b missing node tappet +b missing node symbiotic +b missing node offload +b missing node dumbbell +b missing node shrieky +b missing node corroborate +b missing node tapped +b missing node shrieks +b missing node stetted +b missing node successive +b missing node evangelizing +b missing node derby +b missing node vilification +b missing node refutably +b missing node inferrers +b missing node sawteeth +b missing node derat +b missing node destructs +b missing node deray +b missing node mischarging +b missing node shimmed +b missing node seasonable +b missing node dovetails +b missing node spied +b missing node shimmer +b missing node spier +b missing node animists +b missing node spies +b missing node spiel +b missing node widdle +b missing node minibusses +b missing node spiff +b missing node radioactively +b missing node unflinchingly +b missing node teasing +b missing node grieving +b missing node wigeons +b missing node overpoweringly +b missing node rumblings +b missing node septettes +b missing node ghettoizing +b missing node estrogens +b missing node spica +b missing node spice +b missing node nebraskan +b missing node malefactress +b missing node wordy +b missing node words +b missing node spics +b missing node feasters +b missing node formable +b missing node citing +b missing node rawhide +b missing node promilitary +b missing node aflutter +b missing node fishings +b missing node bedewing +b missing node spick +b missing node panfuls +b missing node nonabsolute +b missing node inventoried +b missing node applying +b missing node spicy +b missing node seasonably +b missing node nonattributively +b missing node specifiers +b missing node burgees +b missing node inventories +b missing node disillusionment +b missing node gelding +b missing node despond +b missing node maniacs +b missing node swatches +b missing node derma +b missing node percolates +b missing node temptingly +b missing node habits +b missing node compensatively +b missing node bitchily +b missing node succories +b missing node derms +b missing node crappiness +b missing node amasser +b missing node amasses +b missing node bitching +b missing node staters +b missing node despots +b missing node statehouse +b missing node dimply +b missing node amphibia +b missing node analogic +b missing node percolated +b missing node pinchbugs +b missing node oculists +b missing node flatland +b missing node debussy +b missing node denaturing +b missing node dimple +b missing node reinsure +b missing node dropshots +b missing node desperation +b missing node smilax +b missing node canniest +b missing node enure +b missing node amassed +b missing node reprimand +b missing node coddlers +b missing node catalytic +b missing node homeworks +b missing node wantons +b missing node grievance +b missing node samariums +b missing node sugarplum +b missing node tentacle +b missing node blazoning +b missing node serpentine +b missing node skidders +b missing node unwishes +b missing node tureen +b missing node fluidities +b missing node citify +b missing node scrappage +b missing node yahooisms +b missing node ducktail +b missing node chairpersons +b missing node ministate +b missing node limonitic +b missing node fanatically +b missing node chancellorship +b missing node unspecific +b missing node exertions +b missing node companies +b missing node estrangements +b missing node aethers +b missing node unwished +b missing node cities +b missing node parried +b missing node explain +b missing node separator +b missing node companied +b missing node sabotaging +b missing node torchiers +b missing node citied +b missing node disenchantment +b missing node parries +b missing node acacia +b missing node droopiest +b missing node spurner +b missing node bisulfate +b missing node apropos +b missing node vinier +b missing node mezquit +b missing node grassfire +b missing node consistences +b missing node showboat +b missing node foveate +b missing node transduce +b missing node torturedly +b missing node hideouts +b missing node pragmatists +b missing node inturned +b missing node distended +b missing node toshes +b missing node islander +b missing node silveriness +b missing node spurned +b missing node mushrooms +b missing node cataleptically +b missing node mudslinging +b missing node relicense +b missing node horseplay +b missing node bigoted +b missing node impossible +b missing node islanded +b missing node jungliest +b missing node entraining +b missing node outcropping +b missing node hosts +b missing node mikrons +b missing node holdable +b missing node penance +b missing node dissonantly +b missing node pogromed +b missing node impossibly +b missing node ejectable +b missing node equinoctial +b missing node interiorly +b missing node statuesque +b missing node priestliness +b missing node machinizing +b missing node incitants +b missing node byes +b missing node frankfurter +b missing node clays +b missing node underestimations +b missing node turntable +b missing node wolframs +b missing node consolidate +b missing node chairmanships +b missing node inhabitable +b missing node symbiont +b missing node ultrared +b missing node quibblers +b missing node hatted +b missing node dumpling +b missing node stations +b missing node resharpening +b missing node worts +b missing node bizarre +b missing node astuteness +b missing node symbiotes +b missing node weekend +b missing node disburdened +b missing node worth +b missing node noncontributing +b missing node timelessly +b missing node credulity +b missing node frowziness +b missing node cuddlesome +b missing node magistracy +b missing node yerbas +b missing node flummox +b missing node credential +b missing node neoprene +b missing node bigotry +b missing node hatter +b missing node launching +b missing node schuss +b missing node insentience +b missing node joists +b missing node rockiness +b missing node espanol +b missing node neckties +b missing node qualifier +b missing node qualifies +b missing node scorbutic +b missing node snowpack +b missing node forehandedly +b missing node unpredictable +b missing node savoys +b missing node dayside +b missing node chaffiest +b missing node managerially +b missing node outjuts +b missing node ruffianly +b missing node clearwater +b missing node anguishing +b missing node shallops +b missing node wirings +b missing node unicycle +b missing node vining +b missing node andantino +b missing node qualified +b missing node mementoes +b missing node eightieths +b missing node infatuates +b missing node permit +b missing node unreproved +b missing node symbiote +b missing node batrachian +b missing node outgushes +b missing node unpredictably +b missing node senilely +b missing node mentioning +b missing node spelling +b missing node favorites +b missing node describing +b missing node reshuffles +b missing node savors +b missing node lacquers +b missing node listlessness +b missing node savory +b missing node shallows +b missing node reshuffled +b missing node teeing +b missing node shipway +b missing node deairs +b missing node savour +b missing node subventions +b missing node inbuilt +b missing node dinted +b missing node pilotings +b missing node discommode +b missing node swelling +b missing node worst +b missing node shallots +b missing node propitious +b missing node doublers +b missing node moussakas +b missing node disavows +b missing node worse +b missing node camphor +b missing node infatuated +b missing node rupiahs +b missing node worry +b missing node shrifts +b missing node vineyard +b missing node gripsack +b missing node receiver +b missing node southerners +b missing node despairingly +b missing node received +b missing node fortunately +b missing node extendable +b missing node briefness +b missing node doublets +b missing node clans +b missing node clang +b missing node receives +b missing node traits +b missing node clank +b missing node granting +b missing node disassembling +b missing node grimacers +b missing node uploaded +b missing node peavy +b missing node quintessential +b missing node germaneness +b missing node guiltiest +b missing node logier +b missing node common +b missing node impressionist +b missing node rosinous +b missing node desks +b missing node virtuosos +b missing node wispier +b missing node reglosses +b missing node wristiest +b missing node presynaptically +b missing node aneurism +b missing node wayfaring +b missing node hampered +b missing node reglossed +b missing node peaty +b missing node flirtiest +b missing node towability +b missing node epithelium +b missing node clams +b missing node peats +b missing node unorganized +b missing node clamp +b missing node hamperer +b missing node condores +b missing node snorts +b missing node endnotes +b missing node impressionism +b missing node clair +b missing node commie +b missing node hoses +b missing node drought +b missing node forfeiting +b missing node brimmers +b missing node commit +b missing node soviet +b missing node commix +b missing node scrutinizers +b missing node politicoes +b missing node unmasking +b missing node hosed +b missing node inkhorn +b missing node hitting +b missing node household +b missing node pease +b missing node picquets +b missing node floridian +b missing node logily +b missing node blabber +b missing node unconstricted +b missing node pearl +b missing node piastres +b missing node tattier +b missing node renderings +b missing node seismometer +b missing node peart +b missing node swanning +b missing node pears +b missing node unexposed +b missing node verbosity +b missing node replanting +b missing node clags +b missing node lamellas +b missing node blockers +b missing node infusible +b missing node lamellae +b missing node symbiosis +b missing node complete +b missing node companion +b missing node blabbed +b missing node unstacked +b missing node sporadically +b missing node bottomers +b missing node felicitations +b missing node agelong +b missing node indemonstrable +b missing node teashop +b missing node fatherhood +b missing node malodorous +b missing node shoetree +b missing node bespreads +b missing node legalizing +b missing node inositols +b missing node mixups +b missing node tamarind +b missing node justifying +b missing node astraddle +b missing node cyphers +b missing node claim +b missing node desex +b missing node repiners +b missing node demagnetizes +b missing node magistrate +b missing node feastful +b missing node dislocations +b missing node wastrels +b missing node tootsie +b missing node upcountry +b missing node metabolically +b missing node catalysis +b missing node utterances +b missing node maculated +b missing node affiliation +b missing node clave +b missing node gearwheel +b missing node bicycled +b missing node affiliating +b missing node biochemistry +b missing node hedgehogs +b missing node extirpated +b missing node claws +b missing node superpower +b missing node hoofbeat +b missing node tallness +b missing node keenness +b missing node unswervingly +b missing node bicycles +b missing node infector +b missing node bicycler +b missing node sousing +b missing node dreamed +b missing node damageable +b missing node separated +b missing node geomagnetism +b missing node seedpod +b missing node adsorbs +b missing node certes +b missing node dreamer +b missing node aloneness +b missing node capping +b missing node separates +b missing node extirpates +b missing node adductors +b missing node fugally +b missing node obsequious +b missing node parring +b missing node brutifying +b missing node ichorous +b missing node meathead +b missing node uninterestedly +b missing node claus +b missing node sigmoid +b missing node abjure +b missing node blacklisted +b missing node maculates +b missing node gratuitous +b missing node demagnetized +b missing node misguidance +b missing node stepladders +b missing node distinctions +b missing node barrow +b missing node relational +b missing node czaritzas +b missing node clark +b missing node fruited +b missing node turmoiled +b missing node breakups +b missing node commas +b missing node ghoulishness +b missing node esquire +b missing node catalyses +b missing node logics +b missing node tamarisk +b missing node clasp +b missing node insanities +b missing node class +b missing node admitters +b missing node bicyclic +b missing node pertinently +b missing node chamfers +b missing node coriander +b missing node rewedding +b missing node barrio +b missing node azimuth +b missing node cloistering +b missing node drawstrings +b missing node curability +b missing node tatting +b missing node clash +b missing node dependant +b missing node unassorted +b missing node undemonstratively +b missing node omikron +b missing node bestrewed +b missing node saliently +b missing node categorically +b missing node clapt +b missing node democratized +b missing node claps +b missing node baked +b missing node trigging +b missing node amritas +b missing node entre +b missing node darwinians +b missing node zoologically +b missing node bakes +b missing node baker +b missing node samite +b missing node guanaco +b missing node fortifier +b missing node ploughing +b missing node fortifies +b missing node disenthralling +b missing node fortified +b missing node clouting +b missing node skipped +b missing node entry +b missing node democratizes +b missing node thinclads +b missing node skipper +b missing node amusable +b missing node fruiter +b missing node turfed +b missing node boggled +b missing node gaseously +b missing node epithelial +b missing node sympathy +b missing node syria +b missing node hydrogenations +b missing node unbecoming +b missing node eftsoons +b missing node broadness +b missing node haymakers +b missing node shorebird +b missing node nonliving +b missing node overdecorates +b missing node avalanches +b missing node ligaturing +b missing node overdecorated +b missing node wherefore +b missing node instigators +b missing node manoeuvered +b missing node acquiesence +b missing node invert +b missing node snorer +b missing node campers +b missing node snores +b missing node unplug +b missing node grimacing +b missing node ninety +b missing node verily +b missing node sallowing +b missing node feigners +b missing node pouches +b missing node incursion +b missing node gauche +b missing node snored +b missing node tramps +b missing node gaucho +b missing node graduates +b missing node rumbas +b missing node pouched +b missing node appreciatively +b missing node invest +b missing node vicegerents +b missing node ignitible +b missing node godmothers +b missing node coshered +b missing node mortality +b missing node uncurtained +b missing node woosh +b missing node radicalize +b missing node craniate +b missing node brined +b missing node surest +b missing node uncooked +b missing node pinfeathers +b missing node syren +b missing node calfskin +b missing node debauchees +b missing node insensitive +b missing node reinfecting +b missing node graduated +b missing node nonexpendable +b missing node palpability +b missing node heuristics +b missing node bedmakers +b missing node federalize +b missing node reincorporates +b missing node belfries +b missing node pronghorn +b missing node surnamers +b missing node balks +b missing node hopis +b missing node briner +b missing node brines +b missing node wearisomely +b missing node flitting +b missing node balky +b missing node glorifiers +b missing node engineless +b missing node untwists +b missing node outrank +b missing node quilting +b missing node quoited +b missing node enshrouded +b missing node balls +b missing node uncommonly +b missing node invent +b missing node ballo +b missing node rattlers +b missing node micrograms +b missing node packing +b missing node bally +b missing node bellicosity +b missing node facilities +b missing node brimming +b missing node starvation +b missing node surety +b missing node smacks +b missing node reincorporated +b missing node gurney +b missing node untying +b missing node unwonted +b missing node balms +b missing node youthful +b missing node balmy +b missing node searchable +b missing node preallotting +b missing node verify +b missing node wools +b missing node skying +b missing node foxtails +b missing node wooly +b missing node ambushed +b missing node deuce +b missing node spherule +b missing node hoper +b missing node hopes +b missing node verier +b missing node siege +b missing node hoped +b missing node detections +b missing node defiantly +b missing node enmities +b missing node embarked +b missing node floaty +b missing node graduator +b missing node whishts +b missing node floats +b missing node cryolite +b missing node skiddier +b missing node normally +b missing node ambusher +b missing node reinfection +b missing node ambushes +b missing node butt +b missing node buts +b missing node tympanies +b missing node tailpiece +b missing node spaceflight +b missing node exceed +b missing node brings +b missing node complied +b missing node totterers +b missing node diptychs +b missing node micrograph +b missing node japingly +b missing node fodders +b missing node peruvians +b missing node complies +b missing node panther +b missing node aimfully +b missing node complier +b missing node novellas +b missing node scholastically +b missing node zinnias +b missing node scowlingly +b missing node atrophied +b missing node clads +b missing node atrophies +b missing node balsa +b missing node neighbor +b missing node whiling +b missing node suitings +b missing node undercoat +b missing node miracles +b missing node woops +b missing node exact +b missing node buzz +b missing node longue +b missing node clack +b missing node potboys +b missing node weightily +b missing node enter +b missing node absinthe +b missing node maternal +b missing node retouched +b missing node kegler +b missing node retoucher +b missing node husbands +b missing node retouches +b missing node bazookas +b missing node surely +b missing node greedily +b missing node unnoticeably +b missing node indenture +b missing node furnaced +b missing node nonofficially +b missing node unnoticeable +b missing node preemptively +b missing node federalist +b missing node pelicans +b missing node partnering +b missing node brinks +b missing node furnaces +b missing node federalism +b missing node lynching +b missing node groaner +b missing node caravans +b missing node sackings +b missing node anaesthetize +b missing node groaned +b missing node buys +b missing node boggler +b missing node abhorred +b missing node boggles +b missing node weighting +b missing node competitive +b missing node melamine +b missing node preconceive +b missing node abhorrer +b missing node energy +b missing node downstate +b missing node buoy +b missing node showplaces +b missing node admiral +b missing node miscalculating +b missing node ladyships +b missing node yourselves +b missing node retakers +b missing node saddletree +b missing node premixes +b missing node afflictively +b missing node wayworn +b missing node risers +b missing node bunt +b missing node buns +b missing node halcyon +b missing node bunn +b missing node vicegerency +b missing node bunk +b missing node snowier +b missing node temple +b missing node prerequisite +b missing node bund +b missing node oversights +b missing node bung +b missing node oxygenation +b missing node scandaling +b missing node dabbed +b missing node bums +b missing node vitalisms +b missing node oxygenating +b missing node bump +b missing node otiosely +b missing node planing +b missing node cootie +b missing node tycoon +b missing node porticos +b missing node clockworks +b missing node drunkards +b missing node deter +b missing node epizoa +b missing node lutanist +b missing node equalising +b missing node bull +b missing node bulk +b missing node enlists +b missing node premixed +b missing node dietary +b missing node mercurial +b missing node bulb +b missing node simplicities +b missing node cicatrixes +b missing node prevocational +b missing node irresistibly +b missing node audibly +b missing node buss +b missing node bust +b missing node emissary +b missing node tinsel +b missing node busy +b missing node ticktock +b missing node audible +b missing node vagina +b missing node bush +b missing node cowbirds +b missing node gnarls +b missing node irresistible +b missing node incorrect +b missing node lacquerers +b missing node burr +b missing node gnarly +b missing node burp +b missing node surfed +b missing node burs +b missing node bury +b missing node longly +b missing node appareled +b missing node difference +b missing node syrup +b missing node fizzling +b missing node burg +b missing node burn +b missing node burl +b missing node roarers +b missing node helotry +b missing node presentment +b missing node oxbows +b missing node tempos +b missing node greedier +b missing node grubbily +b missing node surfer +b missing node desirous +b missing node shorteners +b missing node staunching +b missing node atonement +b missing node mercuries +b missing node grubbing +b missing node aerialist +b missing node digitalize +b missing node percales +b missing node triages +b missing node planish +b missing node seascout +b missing node budgetary +b missing node woodsier +b missing node weightier +b missing node portables +b missing node competition +b missing node birdseye +b missing node snowily +b missing node predominated +b missing node blowiness +b missing node bethel +b missing node krebs +b missing node bugs +b missing node infecund +b missing node frolickers +b missing node herbert +b missing node tempus +b missing node unzipped +b missing node radicalism +b missing node thereafter +b missing node melanesian +b missing node usableness +b missing node hungriest +b missing node anadems +b missing node vodka +b missing node snowing +b missing node misgoverned +b missing node wagonettes +b missing node israelites +b missing node halving +b missing node excusing +b missing node challies +b missing node vitalists +b missing node buff +b missing node overflowed +b missing node redheads +b missing node tempts +b missing node dabble +b missing node sieve +b missing node verite +b missing node whished +b missing node buds +b missing node narcosis +b missing node enameled +b missing node sieur +b missing node whishes +b missing node nonsuccessive +b missing node brakeages +b missing node prelude +b missing node enameler +b missing node geologer +b missing node fifteenth +b missing node ampersand +b missing node predominates +b missing node woozy +b missing node tightropes +b missing node verity +b missing node extraditable +b missing node finfoots +b missing node impertinences +b missing node hoots +b missing node fathoms +b missing node geologic +b missing node sunstrokes +b missing node rumble +b missing node upends +b missing node niggling +b missing node hollered +b missing node paginal +b missing node longer +b missing node winterize +b missing node longes +b missing node tenantship +b missing node radiotelemetry +b missing node gushiest +b missing node admired +b missing node gadget +b missing node longed +b missing node uneconomically +b missing node articulately +b missing node laggers +b missing node ensue +b missing node rancidness +b missing node maraca +b missing node stabilizing +b missing node placidly +b missing node rumbly +b missing node tinseling +b missing node ectoderm +b missing node outscoring +b missing node uncommoner +b missing node missteps +b missing node baler +b missing node pollywogs +b missing node bales +b missing node heartbroken +b missing node scrubbed +b missing node consulship +b missing node ekistic +b missing node pedophiliac +b missing node kvetching +b missing node baled +b missing node stockpot +b missing node tahiti +b missing node beginning +b missing node destitute +b missing node admirer +b missing node admires +b missing node balds +b missing node prenatally +b missing node viators +b missing node cordless +b missing node slopped +b missing node magnanimous +b missing node transferals +b missing node undercook +b missing node orison +b missing node hoops +b missing node obviating +b missing node freehand +b missing node nitpicker +b missing node wimple +b missing node creepiness +b missing node timberland +b missing node panting +b missing node bullyrags +b missing node warranting +b missing node departed +b missing node reimported +b missing node pepperbox +b missing node government +b missing node propagational +b missing node marshalled +b missing node triangulated +b missing node consortship +b missing node revisers +b missing node supinates +b missing node overabounded +b missing node obviation +b missing node courier +b missing node misadjusting +b missing node causal +b missing node knobbed +b missing node supinated +b missing node rakers +b missing node nitpicked +b missing node purlieus +b missing node exclusive +b missing node dieing +b missing node biliousness +b missing node jaywalking +b missing node unnecessariness +b missing node bitchier +b missing node janitresses +b missing node triangulates +b missing node inhaul +b missing node snowflakes +b missing node ukrainians +b missing node diathermic +b missing node taverns +b missing node workable +b missing node temporizing +b missing node dapper +b missing node tenners +b missing node mexicans +b missing node harnessers +b missing node tightly +b missing node huntable +b missing node pshawed +b missing node backboard +b missing node chilly +b missing node evasively +b missing node oldsters +b missing node pinecone +b missing node chills +b missing node turgid +b missing node unmechanical +b missing node pollsters +b missing node chilli +b missing node abbots +b missing node misalignments +b missing node flensed +b missing node abbott +b missing node stellas +b missing node stellar +b missing node chorizo +b missing node sonorant +b missing node flenser +b missing node defensibility +b missing node planked +b missing node flenses +b missing node malpractitioner +b missing node speck +b missing node specs +b missing node aurochses +b missing node kielbasa +b missing node unwillingly +b missing node scandalize +b missing node execrator +b missing node nonobjective +b missing node generally +b missing node wearers +b missing node becking +b missing node conjurers +b missing node downturns +b missing node bushelers +b missing node speed +b missing node yerba +b missing node redesigns +b missing node ensky +b missing node kielbasy +b missing node hackberry +b missing node oncomings +b missing node michael +b missing node deferrals +b missing node panties +b missing node teensier +b missing node hurdle +b missing node unburdens +b missing node devas +b missing node cufflinks +b missing node samechs +b missing node bedrooms +b missing node akvavit +b missing node cronyism +b missing node privations +b missing node neophyte +b missing node warranties +b missing node filtrable +b missing node nonconclusiveness +b missing node pulpiest +b missing node boasting +b missing node chipped +b missing node aggravates +b missing node triangulator +b missing node pericles +b missing node bowering +b missing node chipper +b missing node sperm +b missing node inhale +b missing node misbegotten +b missing node assurances +b missing node nontraditional +b missing node prevailer +b missing node supinator +b missing node flambeaus +b missing node prevailed +b missing node huntsmen +b missing node flambeaux +b missing node aggravated +b missing node reaffirm +b missing node gloomings +b missing node delawarean +b missing node ambiguities +b missing node tempeh +b missing node isopropanol +b missing node huguenot +b missing node doxology +b missing node miscalculation +b missing node spelt +b missing node grubbier +b missing node movableness +b missing node goalpost +b missing node lamias +b missing node clashing +b missing node expulsing +b missing node quenching +b missing node caused +b missing node temper +b missing node cryotherapy +b missing node mukluk +b missing node nonexempt +b missing node trafficway +b missing node spell +b missing node erbium +b missing node breakouts +b missing node tokays +b missing node expulsion +b missing node equivocalities +b missing node thunderclap +b missing node dapple +b missing node chiles +b missing node thoughtful +b missing node folksiest +b missing node causes +b missing node causer +b missing node chippie +b missing node overpowered +b missing node chronically +b missing node cherishing +b missing node briony +b missing node seduceable +b missing node upwells +b missing node spent +b missing node rumpling +b missing node chorion +b missing node kachina +b missing node despited +b missing node customers +b missing node blinkers +b missing node devil +b missing node macroscopic +b missing node huntsman +b missing node spend +b missing node tighter +b missing node despites +b missing node tighten +b missing node dewberries +b missing node aorta +b missing node betime +b missing node tangibleness +b missing node backfields +b missing node normalcy +b missing node choring +b missing node confessing +b missing node chorine +b missing node spews +b missing node linoleum +b missing node veteran +b missing node involucre +b missing node deviances +b missing node respite +b missing node diastoles +b missing node hooded +b missing node absinths +b missing node loggie +b missing node loggia +b missing node swifters +b missing node kernels +b missing node prescriptions +b missing node crescendos +b missing node excels +b missing node alertness +b missing node abstractor +b missing node notochordal +b missing node statics +b missing node sallying +b missing node jilters +b missing node logged +b missing node statice +b missing node continuation +b missing node prejudging +b missing node resurveying +b missing node serfhoods +b missing node logger +b missing node bipartisan +b missing node celibacies +b missing node roisterers +b missing node vocal +b missing node respire +b missing node closeting +b missing node penally +b missing node freckly +b missing node nobbling +b missing node refurnish +b missing node pomeranian +b missing node slights +b missing node cardoon +b missing node skimpiness +b missing node knurly +b missing node acquits +b missing node perforates +b missing node contestation +b missing node debauchery +b missing node knurls +b missing node freckle +b missing node prepossessingly +b missing node klanism +b missing node opuses +b missing node abstractly +b missing node jonathan +b missing node humidifying +b missing node undernourished +b missing node parcelled +b missing node browsers +b missing node perforated +b missing node airstrip +b missing node catabolizing +b missing node heralding +b missing node cautioning +b missing node chromate +b missing node diebacks +b missing node evanesced +b missing node narcotic +b missing node stacking +b missing node scupper +b missing node successions +b missing node swiftest +b missing node gadfly +b missing node anaesthetist +b missing node surger +b missing node surges +b missing node confession +b missing node stockiest +b missing node boniest +b missing node voces +b missing node woodshed +b missing node knotholes +b missing node protects +b missing node spermatozoa +b missing node legged +b missing node burgher +b missing node prefacers +b missing node allegorical +b missing node hitchhiking +b missing node overestimating +b missing node mentalists +b missing node ostracods +b missing node dealer +b missing node hostiles +b missing node symmetrically +b missing node umped +b missing node ringtail +b missing node shapeable +b missing node disfranchisers +b missing node ensouling +b missing node tinter +b missing node exalt +b missing node ancients +b missing node lamina +b missing node exclusion +b missing node tinted +b missing node downstage +b missing node megalomaniac +b missing node foddered +b missing node laming +b missing node driftway +b missing node surged +b missing node nows +b missing node evanesces +b missing node estimators +b missing node exams +b missing node zonation +b missing node devolutionary +b missing node casehardened +b missing node violably +b missing node nova +b missing node overweighing +b missing node elemental +b missing node fanatical +b missing node novo +b missing node violable +b missing node outrage +b missing node wigwagged +b missing node arrogation +b missing node respirable +b missing node silage +b missing node unoffensive +b missing node acquire +b missing node hydrometer +b missing node overestimation +b missing node admissible +b missing node allergenic +b missing node nots +b missing node spooling +b missing node nucleoplasm +b missing node sparable +b missing node nous +b missing node noun +b missing node washingtonian +b missing node conscripted +b missing node variegations +b missing node hoodoo +b missing node inlaying +b missing node anarchically +b missing node tetrahedron +b missing node chorial +b missing node diastolic +b missing node porkpies +b missing node nosology +b missing node flumped +b missing node execrates +b missing node disgruntling +b missing node enrol +b missing node admissibly +b missing node postdate +b missing node except +b missing node fluorines +b missing node execrated +b missing node jodhpurs +b missing node retainers +b missing node arrogating +b missing node semidry +b missing node litterbugs +b missing node sexpot +b missing node nonsubscribers +b missing node excess +b missing node webless +b missing node racketeering +b missing node perforator +b missing node priapic +b missing node bivouacking +b missing node outrace +b missing node monogamic +b missing node enfever +b missing node extendible +b missing node botswana +b missing node contests +b missing node retrofired +b missing node abstracted +b missing node abstracter +b missing node denounce +b missing node retrofires +b missing node heraldist +b missing node sifts +b missing node betide +b missing node lagoons +b missing node foregone +b missing node nonpossessiveness +b missing node stocking +b missing node chimer +b missing node chimes +b missing node pizzas +b missing node bespangling +b missing node designation +b missing node enamouring +b missing node slanderously +b missing node compartmentalize +b missing node ashlers +b missing node noir +b missing node detrimental +b missing node ycleped +b missing node peeve +b missing node quicksand +b missing node chimed +b missing node luxuriate +b missing node dimpling +b missing node deadly +b missing node designating +b missing node condoner +b missing node repertory +b missing node condones +b missing node partaken +b missing node reopening +b missing node comsat +b missing node calvities +b missing node partakes +b missing node partaker +b missing node condoned +b missing node cannibalism +b missing node wildfire +b missing node gammer +b missing node unforgettable +b missing node novelize +b missing node ruralities +b missing node commingled +b missing node lacerated +b missing node alopecia +b missing node jejunity +b missing node gimmicks +b missing node alopecic +b missing node gimmicky +b missing node decipher +b missing node unforgettably +b missing node tragic +b missing node hypertrophic +b missing node lacerates +b missing node ablative +b missing node hellenists +b missing node snootiest +b missing node buttonholing +b missing node excel +b missing node hastens +b missing node aquatic +b missing node uretic +b missing node zealotries +b missing node untiringly +b missing node antennal +b missing node decongestion +b missing node misclassifying +b missing node antennae +b missing node admixed +b missing node pausing +b missing node skycap +b missing node antennas +b missing node noel +b missing node honan +b missing node noes +b missing node nods +b missing node scriveners +b missing node decongesting +b missing node dents +b missing node nomads +b missing node stockish +b missing node tattles +b missing node rattle +b missing node tattler +b missing node unkosher +b missing node node +b missing node scrivenery +b missing node rattly +b missing node glancingly +b missing node frailness +b missing node subfloors +b missing node hepatitis +b missing node peeps +b missing node pontifical +b missing node deader +b missing node oology +b missing node confabulated +b missing node respectful +b missing node deaden +b missing node tattled +b missing node firmness +b missing node nogs +b missing node confabulates +b missing node grumpily +b missing node tetrahedral +b missing node grumping +b missing node teetered +b missing node admixes +b missing node breakout +b missing node peers +b missing node badmouth +b missing node mounded +b missing node dense +b missing node mannerless +b missing node peery +b missing node husbanding +b missing node honer +b missing node hones +b missing node novelists +b missing node onrush +b missing node workings +b missing node novelist +b missing node honey +b missing node undercuts +b missing node hatbands +b missing node honed +b missing node administer +b missing node norm +b missing node grumpish +b missing node foregoer +b missing node slushy +b missing node foregoes +b missing node stockier +b missing node accelerate +b missing node peels +b missing node retrogressions +b missing node berrettas +b missing node pebbly +b missing node gammon +b missing node proffered +b missing node honda +b missing node cardboard +b missing node monkhoods +b missing node pebble +b missing node nota +b missing node armpits +b missing node profferer +b missing node nosy +b missing node plowboy +b missing node itemizations +b missing node laggardly +b missing node rolling +b missing node landsat +b missing node commodores +b missing node note +b missing node typewrite +b missing node articulations +b missing node peens +b missing node incapable +b missing node hobgoblin +b missing node caltrops +b missing node bedquilts +b missing node nosegay +b missing node flocks +b missing node incapably +b missing node flocky +b missing node nosh +b missing node fluorescing +b missing node nose +b missing node disappears +b missing node assimilator +b missing node airships +b missing node noms +b missing node plundered +b missing node trekked +b missing node dramshop +b missing node chemicals +b missing node correspondent +b missing node squishiest +b missing node trekker +b missing node trollings +b missing node proceed +b missing node none +b missing node nucleolus +b missing node dakota +b missing node commingles +b missing node cradlesong +b missing node sibyl +b missing node nolo +b missing node allotrophic +b missing node detectives +b missing node skaldic +b missing node derisible +b missing node nome +b missing node aikido +b missing node turbines +b missing node declassification +b missing node accelerant +b missing node peeks +b missing node bodiless +b missing node microlith +b missing node noon +b missing node mideast +b missing node exclaiming +b missing node honky +b missing node choroid +b missing node nope +b missing node evillest +b missing node honks +b missing node enraging +b missing node rattus +b missing node intermittency +b missing node stealable +b missing node habiting +b missing node infancy +b missing node cannibalize +b missing node ashless +b missing node stockily +b missing node intermittence +b missing node nook +b missing node whiffling +b missing node saracen +b missing node limited +b missing node radioactivity +b missing node coverlids +b missing node richard +b missing node vitalizer +b missing node vitalizes +b missing node histology +b missing node selling +b missing node beduins +b missing node vitalized +b missing node maelstrom +b missing node begrimes +b missing node betroth +b missing node limiter +b missing node bioelectric +b missing node acceders +b missing node dashingly +b missing node snooty +b missing node substantiating +b missing node unspecified +b missing node denim +b missing node impainted +b missing node goldbugs +b missing node debaters +b missing node marcel +b missing node alewife +b missing node snoots +b missing node substantiation +b missing node stares +b missing node pashes +b missing node begrimed +b missing node snoopier +b missing node cheesecloth +b missing node tunning +b missing node cronyisms +b missing node toolboxes +b missing node gynecology +b missing node morrows +b missing node everted +b missing node boastful +b missing node egotistically +b missing node desiring +b missing node snoozy +b missing node selvaged +b missing node vocabularies +b missing node whomever +b missing node bluefishes +b missing node chaunting +b missing node bailment +b missing node selvages +b missing node adultery +b missing node vainness +b missing node swirled +b missing node snooze +b missing node homos +b missing node sonless +b missing node uprightness +b missing node starer +b missing node charters +b missing node foreswore +b missing node embryonic +b missing node stared +b missing node foresworn +b missing node rejoicing +b missing node arteriogram +b missing node groggiest +b missing node autobiographical +b missing node psychopathies +b missing node adumbrations +b missing node redetermine +b missing node mercurous +b missing node miserabilia +b missing node neediest +b missing node yammers +b missing node panatella +b missing node starch +b missing node heretically +b missing node courant +b missing node pizzle +b missing node sanitation +b missing node rectangular +b missing node ablation +b missing node seances +b missing node psychosocially +b missing node dialler +b missing node denazifies +b missing node blessings +b missing node revision +b missing node bitchery +b missing node geosynchronous +b missing node denazified +b missing node noah +b missing node remolded +b missing node evertor +b missing node microfilmed +b missing node hennas +b missing node maximums +b missing node ablating +b missing node demagnification +b missing node vestals +b missing node explicitness +b missing node geometrician +b missing node microfilmer +b missing node dialled +b missing node pacifiers +b missing node snooping +b missing node commissionerships +b missing node witchery +b missing node gruntles +b missing node sliverer +b missing node nobs +b missing node fertilize +b missing node defecate +b missing node engaging +b missing node nock +b missing node gruntled +b missing node rattan +b missing node addends +b missing node divestiture +b missing node slivered +b missing node sanitating +b missing node snoopily +b missing node liftable +b missing node process +b missing node controvertible +b missing node escrowing +b missing node finnickier +b missing node revising +b missing node addenda +b missing node reglues +b missing node defunctness +b missing node polemically +b missing node reglued +b missing node courage +b missing node substitutions +b missing node ghastly +b missing node monomial +b missing node luxuriant +b missing node acquit +b missing node subdialects +b missing node charcoal +b missing node wetnesses +b missing node sicks +b missing node clarifiers +b missing node snoopy +b missing node refastening +b missing node portiere +b missing node inexorably +b missing node ahold +b missing node exiling +b missing node rollick +b missing node pashas +b missing node snoops +b missing node orchardman +b missing node lushness +b missing node ureter +b missing node infants +b missing node hullers +b missing node citers +b missing node teasels +b missing node carvings +b missing node gerontology +b missing node marshaling +b missing node ratter +b missing node fertility +b missing node viatica +b missing node translucencies +b missing node gammas +b missing node launchers +b missing node mortising +b missing node politicize +b missing node ratted +b missing node turkey +b missing node inexorable +b missing node virginian +b missing node workaday +b missing node outspokenly +b missing node protectorates +b missing node daimons +b missing node discharge +b missing node whispering +b missing node profaneness +b missing node dashpots +b missing node bushelled +b missing node tardier +b missing node unbolted +b missing node slurry +b missing node wonky +b missing node mudslingers +b missing node dumbest +b missing node tardies +b missing node poised +b missing node spinneries +b missing node shareowner +b missing node discarded +b missing node snoods +b missing node convincing +b missing node poiser +b missing node poises +b missing node inconspicuously +b missing node tumbrels +b missing node ploughman +b missing node ersatzes +b missing node insufficient +b missing node slurps +b missing node inventers +b missing node blizzard +b missing node supplementarily +b missing node overbidden +b missing node allotropies +b missing node borages +b missing node plaintive +b missing node netless +b missing node chines +b missing node respecters +b missing node amoles +b missing node maraud +b missing node mynheer +b missing node odorless +b missing node impoundable +b missing node senility +b missing node hooey +b missing node carding +b missing node winding +b missing node obligatorily +b missing node servitude +b missing node ineffectually +b missing node warrantors +b missing node azores +b missing node unyieldingly +b missing node granters +b missing node fluorites +b missing node hoods +b missing node graphemes +b missing node subverters +b missing node evasive +b missing node hooch +b missing node blandish +b missing node appropriators +b missing node turbidities +b missing node lawmakers +b missing node apatites +b missing node sided +b missing node anciently +b missing node barbarious +b missing node windily +b missing node questioning +b missing node wintering +b missing node chinch +b missing node overruns +b missing node sides +b missing node tardily +b missing node chucking +b missing node vineal +b missing node mutably +b missing node homecomings +b missing node flushable +b missing node fontal +b missing node minibuses +b missing node screwing +b missing node statists +b missing node alibied +b missing node alibies +b missing node mutable +b missing node wayfarers +b missing node kidskin +b missing node osteal +b missing node rickracks +b missing node compulsive +b missing node evasion +b missing node excusableness +b missing node strenuousness +b missing node mulcted +b missing node deportment +b missing node huger +b missing node delinquent +b missing node bobolink +b missing node flyman +b missing node fluming +b missing node kathy +b missing node sanctums +b missing node permuting +b missing node statisms +b missing node exogenously +b missing node mouthparts +b missing node wonts +b missing node paramountly +b missing node fertilizing +b missing node swannery +b missing node trows +b missing node chinos +b missing node bubs +b missing node bubo +b missing node sociologic +b missing node trove +b missing node umiak +b missing node buck +b missing node jackboot +b missing node resurgence +b missing node cleanlier +b missing node scarecrows +b missing node deckhands +b missing node unvendible +b missing node trout +b missing node tunnies +b missing node hoofs +b missing node unmaskers +b missing node cradlesongs +b missing node chemists +b missing node peerages +b missing node footsie +b missing node teleplays +b missing node birdseed +b missing node chuckies +b missing node depredations +b missing node brandies +b missing node excoriations +b missing node toweling +b missing node injections +b missing node scandalled +b missing node baggy +b missing node barriers +b missing node brandied +b missing node blushfully +b missing node flymen +b missing node glassy +b missing node blondness +b missing node pondweed +b missing node wildlings +b missing node reavowing +b missing node proteins +b missing node jitney +b missing node earlship +b missing node hooky +b missing node rishis +b missing node hooks +b missing node journalizing +b missing node repackaging +b missing node appendixes +b missing node prestige +b missing node chinks +b missing node corduroy +b missing node chinky +b missing node lazarus +b missing node reconversions +b missing node saluters +b missing node bagel +b missing node hooka +b missing node compellingly +b missing node rephrasing +b missing node troys +b missing node screwier +b missing node hooeys +b missing node unlearnt +b missing node unlearns +b missing node scrubber +b missing node merging +b missing node blissfully +b missing node trichinosis +b missing node recirculated +b missing node reinstruct +b missing node unemotionally +b missing node velleities +b missing node dripless +b missing node legion +b missing node railleries +b missing node honor +b missing node exponents +b missing node mentioners +b missing node timberlines +b missing node balding +b missing node complain +b missing node split +b missing node endocrinic +b missing node multitude +b missing node repining +b missing node befalling +b missing node flockiest +b missing node teamaker +b missing node itinerary +b missing node dialoger +b missing node chargeable +b missing node guzzle +b missing node chertier +b missing node betook +b missing node inapplicability +b missing node geomancy +b missing node vertebrally +b missing node betony +b missing node innerly +b missing node graphology +b missing node enervated +b missing node mulligans +b missing node joints +b missing node watery +b missing node rakishness +b missing node sturgeon +b missing node titrator +b missing node adobes +b missing node poison +b missing node multilayered +b missing node teemed +b missing node eighteens +b missing node branding +b missing node erectness +b missing node chemisms +b missing node blockade +b missing node wattest +b missing node indentations +b missing node wharfinger +b missing node hertzes +b missing node articular +b missing node prosecutor +b missing node teemer +b missing node compulsion +b missing node gadflies +b missing node chimps +b missing node sangrias +b missing node herrings +b missing node politicked +b missing node crullers +b missing node gadded +b missing node flagellations +b missing node vinery +b missing node paralyse +b missing node perfidious +b missing node enervates +b missing node legits +b missing node waters +b missing node shoring +b missing node vigilantes +b missing node recirculates +b missing node secular +b missing node specifically +b missing node wooer +b missing node gadder +b missing node marble +b missing node masquers +b missing node blockage +b missing node whiskey +b missing node cardias +b missing node bewildering +b missing node monomania +b missing node austrians +b missing node clews +b missing node splat +b missing node villein +b missing node hoofed +b missing node zoophytes +b missing node splay +b missing node oversupplied +b missing node triggest +b missing node normandy +b missing node encrusted +b missing node overworking +b missing node rearranges +b missing node woofs +b missing node trichrome +b missing node pretenses +b missing node juking +b missing node overrule +b missing node oversupplies +b missing node deafen +b missing node vestries +b missing node prognostications +b missing node ferocity +b missing node deafer +b missing node rearranged +b missing node chinas +b missing node largesse +b missing node disquisitions +b missing node unsheathe +b missing node unpurified +b missing node reseated +b missing node benefactor +b missing node rayless +b missing node settlements +b missing node serigraphers +b missing node titrated +b missing node titrates +b missing node hoofer +b missing node foeman +b missing node pajama +b missing node marbly +b missing node whisked +b missing node oolong +b missing node cardiac +b missing node vermin +b missing node grantees +b missing node whisker +b missing node triggers +b missing node inflammability +b missing node paratroops +b missing node saltwater +b missing node overstrain +b missing node grumpier +b missing node baldish +b missing node windier +b missing node prosecutes +b missing node tiffins +b missing node valuations +b missing node leadoffs +b missing node swarmer +b missing node chemises +b missing node prosecuted +b missing node undeveloped +b missing node verbosely +b missing node humidfied +b missing node tiffing +b missing node compulsively +b missing node subtotaling +b missing node swarmed +b missing node culpability +b missing node abbacies +b missing node dognaper +b missing node palmiest +b missing node vulguses +b missing node clerk +b missing node aquavit +b missing node oneidas +b missing node efficient +b missing node dognaped +b missing node brandish +b missing node itinerant +b missing node botany +b missing node ancienter +b missing node draconic +b missing node clept +b missing node aurate +b missing node mesomorphic +b missing node vigilantly +b missing node bearskin +b missing node paralyze +b missing node sidle +b missing node enervator +b missing node adhesions +b missing node pretensed +b missing node lookups +b missing node grapeshot +b missing node petering +b missing node laterals +b missing node widget +b missing node woody +b missing node winterier +b missing node psychotropic +b missing node foemen +b missing node nucleonic +b missing node humidfies +b missing node woods +b missing node hermeneutic +b missing node airfreight +b missing node clepe +b missing node wooed +b missing node debauchedness +b missing node betided +b missing node calderon +b missing node joiner +b missing node outsmart +b missing node paleographer +b missing node dimwit +b missing node joined +b missing node betides +b missing node siting +b missing node purveyors +b missing node bedstands +b missing node woken +b missing node suasions +b missing node clones +b missing node bloodshed +b missing node contagious +b missing node equestrianism +b missing node qatar +b missing node uncompartmentalize +b missing node acquirers +b missing node cloned +b missing node deafly +b missing node holiness +b missing node scoffer +b missing node trode +b missing node reembodied +b missing node execs +b missing node intermediation +b missing node disconnects +b missing node jargon +b missing node neoclassical +b missing node beginners +b missing node reembodies +b missing node yells +b missing node clouters +b missing node saurian +b missing node confessors +b missing node misterms +b missing node solubilization +b missing node flickering +b missing node portresses +b missing node journeys +b missing node bailie +b missing node meetly +b missing node refrozen +b missing node lessors +b missing node pacesetters +b missing node rictuses +b missing node edible +b missing node aquaria +b missing node japanning +b missing node reawoke +b missing node ghastful +b missing node mezuza +b missing node catalyzer +b missing node hideously +b missing node atoningly +b missing node nonphysiologically +b missing node precursor +b missing node tushing +b missing node dialogue +b missing node catalyzed +b missing node droplets +b missing node paleographic +b missing node katydids +b missing node catalyzes +b missing node trains +b missing node intermediating +b missing node conducive +b missing node burgled +b missing node symbioses +b missing node clonal +b missing node hysterically +b missing node rising +b missing node cassias +b missing node questor +b missing node arkansans +b missing node troilus +b missing node burgles +b missing node regluing +b missing node escudos +b missing node disfranchising +b missing node vibists +b missing node cermet +b missing node ducally +b missing node compleat +b missing node amiably +b missing node noncohesive +b missing node disability +b missing node nonyielding +b missing node trails +b missing node yelps +b missing node unsettling +b missing node constant +b missing node lessons +b missing node impermanently +b missing node amiable +b missing node thousand +b missing node brickiest +b missing node persuasiveness +b missing node gombroons +b missing node procurable +b missing node flinders +b missing node iodoforms +b missing node statal +b missing node holed +b missing node complect +b missing node condoled +b missing node windproof +b missing node pungency +b missing node kasha +b missing node widest +b missing node dechlorinating +b missing node holey +b missing node pepperers +b missing node timidness +b missing node triable +b missing node cartilages +b missing node cassino +b missing node holes +b missing node holer +b missing node entering +b missing node referent +b missing node burglar +b missing node platitudes +b missing node dialogic +b missing node antenna +b missing node moslems +b missing node biosphere +b missing node dechlorination +b missing node uncanny +b missing node wyes +b missing node holds +b missing node condoles +b missing node condoler +b missing node hurricanes +b missing node compartment +b missing node entangle +b missing node refrying +b missing node thrummiest +b missing node inseparable +b missing node whooshed +b missing node bailor +b missing node melanized +b missing node clear +b missing node saintliest +b missing node cleat +b missing node repositioning +b missing node handfuls +b missing node clean +b missing node debauching +b missing node kenneled +b missing node inseparably +b missing node depot +b missing node amputees +b missing node inscription +b missing node whooshes +b missing node huffs +b missing node trichinoses +b missing node virginity +b missing node contagions +b missing node huffy +b missing node grubbers +b missing node garnisheeing +b missing node bloodshot +b missing node weeniest +b missing node doltish +b missing node partitas +b missing node utilitarianism +b missing node cragged +b missing node fixings +b missing node virginium +b missing node melanizes +b missing node resoling +b missing node galatea +b missing node stated +b missing node articulating +b missing node holstein +b missing node misinforms +b missing node exert +b missing node integrations +b missing node sandhogs +b missing node anticipation +b missing node commercialized +b missing node repassing +b missing node parceling +b missing node herbage +b missing node clonic +b missing node commercializes +b missing node depth +b missing node conducing +b missing node rosewood +b missing node engulfed +b missing node predesignate +b missing node invade +b missing node encouragement +b missing node whoredom +b missing node upended +b missing node recurving +b missing node oersted +b missing node healthiest +b missing node tauntingly +b missing node insanitary +b missing node articulation +b missing node pecks +b missing node inquietude +b missing node pecky +b missing node bellicosely +b missing node hopefuls +b missing node croplands +b missing node unearned +b missing node anticipating +b missing node clonks +b missing node unposed +b missing node innovations +b missing node blueprint +b missing node cleft +b missing node clefs +b missing node pignuts +b missing node inevitable +b missing node prithee +b missing node warreners +b missing node mooters +b missing node thrusted +b missing node commission +b missing node gnash +b missing node didacticism +b missing node landlordly +b missing node static +b missing node gnarl +b missing node gnars +b missing node cotillon +b missing node unnamed +b missing node sizable +b missing node unprotected +b missing node bathrobes +b missing node inevitably +b missing node lepton +b missing node tinderboxes +b missing node fertilizers +b missing node chints +b missing node territory +b missing node sizably +b missing node states +b missing node staunchest +b missing node stater +b missing node woodsman +b missing node emigre +b missing node tariffless +b missing node sockeyes +b missing node horsewhipping +b missing node chintz +b missing node winterers +b missing node license +b missing node swiftian +b missing node overrefines +b missing node priesthood +b missing node plaintiff +b missing node trots +b missing node headroom +b missing node sunsuits +b missing node vitrifying +b missing node apposable +b missing node gnats +b missing node material +b missing node motorboats +b missing node calderas +b missing node kilocycle +b missing node overrefined +b missing node troth +b missing node abbrev +b missing node krill +b missing node pliability +b missing node fuguist +b missing node turbine +b missing node misapplication +b missing node pegmatite +b missing node saffrons +b missing node gnawn +b missing node satinpods +b missing node padding +b missing node tromp +b missing node gnaws +b missing node couplers +b missing node curbing +b missing node vectorial +b missing node comply +b missing node logans +b missing node cullers +b missing node unsolder +b missing node lynchers +b missing node drawls +b missing node nonpluses +b missing node pecan +b missing node tomahawks +b missing node scrawlers +b missing node filicide +b missing node deaconesses +b missing node planets +b missing node couplets +b missing node mammary +b missing node harbouring +b missing node polymerize +b missing node nonplused +b missing node drawly +b missing node poetasters +b missing node frostings +b missing node reformations +b missing node australian +b missing node presbyterian +b missing node woodsmen +b missing node persia +b missing node troop +b missing node deceitfully +b missing node karma +b missing node accretions +b missing node mammate +b missing node uninteresting +b missing node budgeters +b missing node holsters +b missing node cullets +b missing node thrust +b missing node vernal +b missing node materiel +b missing node merriness +b missing node camera +b missing node achier +b missing node wearied +b missing node reflexes +b missing node herbals +b missing node wearier +b missing node planers +b missing node thrush +b missing node clomps +b missing node trope +b missing node revolvers +b missing node smattering +b missing node wearies +b missing node anticipative +b missing node reflexed +b missing node actualizing +b missing node person +b missing node cameos +b missing node pledges +b missing node prolapsed +b missing node pledger +b missing node vectoring +b missing node infestation +b missing node prolapses +b missing node pledgee +b missing node mentation +b missing node pledged +b missing node trois +b missing node sequitur +b missing node pressingly +b missing node puerperal +b missing node fuguing +b missing node riddling +b missing node blinking +b missing node countrymen +b missing node decedents +b missing node diadems +b missing node emancipate +b missing node slubbings +b missing node quilters +b missing node yemen +b missing node uberrima +b missing node dismounts +b missing node lazaret +b missing node clashers +b missing node hokum +b missing node limitative +b missing node bratty +b missing node slotbacks +b missing node plasmic +b missing node excreters +b missing node otiosity +b missing node compos +b missing node rheumatically +b missing node marauding +b missing node stator +b missing node fearfully +b missing node troll +b missing node calving +b missing node casserole +b missing node griever +b missing node grieves +b missing node karst +b missing node drawer +b missing node excusers +b missing node screwers +b missing node meridians +b missing node gravamina +b missing node compte +b missing node weeweeing +b missing node grieved +b missing node compts +b missing node bailee +b missing node bailed +b missing node oriole +b missing node saluting +b missing node status +b missing node camels +b missing node cannonball +b missing node limitation +b missing node bailer +b missing node disappointed +b missing node statue +b missing node bailey +b missing node countryman +b missing node lawmaking +b missing node doffing +b missing node wearily +b missing node quested +b missing node laserjet +b missing node unrectified +b missing node cardamons +b missing node caravels +b missing node inflict +b missing node quester +b missing node shortfalls +b missing node sambos +b missing node temperatures +b missing node jughead +b missing node mammals +b missing node katherine +b missing node spiracle +b missing node crispness +b missing node karts +b missing node cardamoms +b missing node metaphor +b missing node footway +b missing node condignly +b missing node nihilistically +b missing node floridans +b missing node aching +b missing node scoffed +b missing node thruster +b missing node bibelot +b missing node ticktocks +b missing node dissection +b missing node wolds +b missing node stressor +b missing node coverlets +b missing node crapper +b missing node waterborne +b missing node bros +b missing node brow +b missing node crapped +b missing node breviate +b missing node noncollectible +b missing node licence +b missing node rakish +b missing node roughing +b missing node caskets +b missing node slipups +b missing node botchy +b missing node bairn +b missing node plasmas +b missing node ventilating +b missing node feasting +b missing node starry +b missing node teasers +b missing node echoisms +b missing node wolfs +b missing node brasil +b missing node ventilation +b missing node subregion +b missing node cabriolet +b missing node lammed +b missing node revisits +b missing node wearing +b missing node bigging +b missing node deferrers +b missing node ducklings +b missing node lacquering +b missing node refashions +b missing node starts +b missing node lagging +b missing node remittal +b missing node tentages +b missing node brashy +b missing node successful +b missing node unlikeliest +b missing node fiscal +b missing node revealed +b missing node spite +b missing node raking +b missing node crappie +b missing node blindfold +b missing node triarchy +b missing node occupying +b missing node tinselled +b missing node horsehair +b missing node udders +b missing node revealer +b missing node financial +b missing node dollying +b missing node spitz +b missing node reconquering +b missing node dimensional +b missing node starve +b missing node deregulations +b missing node minuends +b missing node thrustor +b missing node spits +b missing node brut +b missing node saleable +b missing node protegee +b missing node topsoils +b missing node biggish +b missing node nitrogen +b missing node saleably +b missing node ineffectively +b missing node proteges +b missing node nobblers +b missing node overextend +b missing node remitted +b missing node catabolized +b missing node remittee +b missing node eroded +b missing node bails +b missing node celebrationis +b missing node dissecting +b missing node discriminate +b missing node pedro +b missing node wearish +b missing node intersected +b missing node tattoos +b missing node erodes +b missing node remitter +b missing node britches +b missing node triangulating +b missing node threnody +b missing node ejections +b missing node emoluments +b missing node coagulate +b missing node beholders +b missing node arcaded +b missing node unmerged +b missing node cosecants +b missing node parroty +b missing node hurrahed +b missing node unwound +b missing node jarful +b missing node arcades +b missing node chippy +b missing node parrots +b missing node convinced +b missing node beguine +b missing node dormancy +b missing node whiffletrees +b missing node debating +b missing node convincer +b missing node financier +b missing node convinces +b missing node commercially +b missing node tossups +b missing node dysentery +b missing node baryon +b missing node adduction +b missing node corseting +b missing node sellers +b missing node earmuffs +b missing node perimeters +b missing node talkativeness +b missing node karen +b missing node providentially +b missing node spire +b missing node uplinked +b missing node brisks +b missing node configuring +b missing node thrums +b missing node functionalities +b missing node ampleness +b missing node thanatoses +b missing node amorphous +b missing node partisan +b missing node sniffingly +b missing node developments +b missing node christener +b missing node helpmates +b missing node mulligan +b missing node biggies +b missing node beguile +b missing node educationally +b missing node spiry +b missing node christened +b missing node spike +b missing node arcadia +b missing node polyandry +b missing node homed +b missing node directions +b missing node homey +b missing node roughish +b missing node ululates +b missing node ululated +b missing node homer +b missing node homes +b missing node spiky +b missing node hitchhikers +b missing node hamlets +b missing node addictiveness +b missing node spill +b missing node remittor +b missing node hydroxides +b missing node spilt +b missing node congaed +b missing node proprietorial +b missing node subtotalled +b missing node noncontributory +b missing node prickiest +b missing node tenderest +b missing node compel +b missing node explications +b missing node objurgated +b missing node miscalled +b missing node undefensible +b missing node hinterlands +b missing node comped +b missing node lycee +b missing node perter +b missing node embittered +b missing node karat +b missing node preintimation +b missing node customary +b missing node objurgates +b missing node spine +b missing node paddies +b missing node shootouts +b missing node slipover +b missing node tenderers +b missing node decrescendos +b missing node adducting +b missing node triangulation +b missing node herbless +b missing node potability +b missing node venosities +b missing node renewability +b missing node spins +b missing node implorations +b missing node spiny +b missing node dehumidifier +b missing node frequenters +b missing node interfirm +b missing node tangential +b missing node pushovers +b missing node dakoit +b missing node packers +b missing node dehumidified +b missing node financing +b missing node lousiest +b missing node infarct +b missing node frowningly +b missing node bricktop +b missing node waitresses +b missing node risker +b missing node virulency +b missing node turmoiling +b missing node unrevealed +b missing node pedal +b missing node chauffeur +b missing node meritedly +b missing node cabochon +b missing node risked +b missing node virulence +b missing node dehumidifies +b missing node prefacing +b missing node carolinians +b missing node infrareds +b missing node silent +b missing node holly +b missing node specifying +b missing node firearms +b missing node stases +b missing node nurseling +b missing node packets +b missing node iodinating +b missing node cherishers +b missing node tantalization +b missing node strongyle +b missing node inconstancy +b missing node gratuities +b missing node hollo +b missing node virological +b missing node viviparities +b missing node inversive +b missing node justed +b missing node upmost +b missing node referees +b missing node physiologically +b missing node orchardist +b missing node brad +b missing node refereed +b missing node brag +b missing node barbados +b missing node bumblings +b missing node brae +b missing node juster +b missing node husbandmen +b missing node cursives +b missing node glares +b missing node bran +b missing node preprocessing +b missing node frequentness +b missing node bray +b missing node midmost +b missing node braw +b missing node somewhere +b missing node riprapping +b missing node bras +b missing node brat +b missing node assimilates +b missing node plunderer +b missing node oakland +b missing node ordering +b missing node inversion +b missing node suboffices +b missing node pedes +b missing node subofficer +b missing node assimilated +b missing node predeterminations +b missing node epithalamia +b missing node slapsticks +b missing node neoclassic +b missing node tottering +b missing node widely +b missing node stasis +b missing node buicks +b missing node bedmate +b missing node predigests +b missing node harangue +b missing node pertly +b missing node maybushes +b missing node sergeancies +b missing node widens +b missing node fixatives +b missing node boasters +b missing node aspirant +b missing node bred +b missing node harnessing +b missing node vogue +b missing node ligature +b missing node stockmen +b missing node husbandman +b missing node coagulant +b missing node quartzite +b missing node poultry +b missing node sayable +b missing node audiences +b missing node excite +b missing node organizers +b missing node discountenance +b missing node brew +b missing node hawsers +b missing node rubbliest +b missing node catspaws +b missing node dystrophic +b missing node delaware +b missing node kinesthesias +b missing node pendulous +b missing node brassy +b missing node wiglike +b missing node cognizance +b missing node meeter +b missing node decongestive +b missing node sultanates +b missing node flitters +b missing node zimbabwe +b missing node holts +b missing node extroverts +b missing node chowchow +b missing node suffixal +b missing node distentions +b missing node tablespoonfuls +b missing node interfile +b missing node dialogs +b missing node brim +b missing node ramparting +b missing node terminations +b missing node brin +b missing node brio +b missing node busheling +b missing node couriers +b missing node pasteurize +b missing node brit +b missing node stockman +b missing node research +b missing node transforms +b missing node reverential +b missing node coextended +b missing node brie +b missing node brig +b missing node bahts +b missing node frizziness +b missing node justly +b missing node matchbooks +b missing node chauffers +b missing node password +b missing node glared +b missing node woman +b missing node justle +b missing node filmgoer +b missing node aspirate +b missing node conjuring +b missing node languishing +b missing node criticisms +b missing node wombs +b missing node mopeders +b missing node excitable +b missing node dressings +b missing node exclaimers +b missing node calcimined +b missing node womby +b missing node outbalancing +b missing node catapulted +b missing node garmenting +b missing node undisturbed +b missing node suffixes +b missing node suffixed +b missing node undertake +b missing node breviary +b missing node airiness +b missing node calcimines +b missing node woeness +b missing node dilettantes +b missing node weekday +b missing node valedictions +b missing node stresses +b missing node unwoven +b missing node environmentally +b missing node excise +b missing node murther +b missing node immoralities +b missing node gymnasium +b missing node unknotting +b missing node stressed +b missing node yangtze +b missing node women +b missing node downstroke +b missing node reencounter +b missing node sonorities +b missing node bumpy +b missing node undertakings +b missing node colure +b missing node decking +b missing node ablutionary +b missing node liquidated +b missing node togging +b missing node swahilian +b missing node chimerical +b missing node apelike +b missing node liquidates +b missing node coursings +b missing node defeating +b missing node stressing +b missing node presoaks +b missing node relettering +b missing node buttonholed +b missing node rushing +b missing node lemonish +b missing node poring +b missing node subtype +b missing node payments +b missing node plainsmen +b missing node outstays +b missing node foreshadowing +b missing node massagist +b missing node clouded +b missing node disabilities +b missing node congruency +b missing node pampering +b missing node drawing +b missing node buttonholer +b missing node condonation +b missing node plashiest +b missing node buttonholes +b missing node bacchantes +b missing node monatomic +b missing node manliness +b missing node glazed +b missing node absolved +b missing node obediently +b missing node shovelful +b missing node esse +b missing node encysted +b missing node nonentity +b missing node jorum +b missing node carryall +b missing node absolves +b missing node absolver +b missing node unmourned +b missing node vulgarity +b missing node greasers +b missing node firebug +b missing node musses +b missing node frankness +b missing node highbrows +b missing node improbability +b missing node mussel +b missing node gibbering +b missing node estimated +b missing node squalidest +b missing node affectionate +b missing node mussed +b missing node prewarmed +b missing node overstuff +b missing node emergents +b missing node renovate +b missing node vulgarism +b missing node column +b missing node haltered +b missing node deprecators +b missing node roughage +b missing node brushfire +b missing node fugging +b missing node meteorologists +b missing node sequential +b missing node espy +b missing node squarest +b missing node icinesses +b missing node hipster +b missing node bowingly +b missing node airbrush +b missing node estimates +b missing node patrolling +b missing node flunking +b missing node disqualifying +b missing node scaliest +b missing node macrocyte +b missing node immunizing +b missing node petered +b missing node deprecatory +b missing node squarers +b missing node unmarried +b missing node cumulus +b missing node medallions +b missing node modernizer +b missing node cycling +b missing node modernizes +b missing node gamelan +b missing node broadcasters +b missing node souffles +b missing node cormorants +b missing node modernized +b missing node milliamperes +b missing node disrobed +b missing node loganberry +b missing node doormats +b missing node coatracks +b missing node exploits +b missing node probationary +b missing node disrober +b missing node disrobes +b missing node maximins +b missing node rencounter +b missing node shoulders +b missing node teethe +b missing node estimator +b missing node intermits +b missing node matron +b missing node pamphleteer +b missing node dotes +b missing node apprehended +b missing node doter +b missing node cherchez +b missing node assistance +b missing node unnerve +b missing node explicitly +b missing node space +b missing node doted +b missing node bioactivity +b missing node typewriters +b missing node cultivators +b missing node sandbags +b missing node teeter +b missing node convoke +b missing node moisturizers +b missing node nutlike +b missing node spade +b missing node asians +b missing node municipally +b missing node gibberish +b missing node perishableness +b missing node formulate +b missing node palestinian +b missing node caloric +b missing node marshalling +b missing node reluctantly +b missing node vulgarize +b missing node glazer +b missing node skewer +b missing node glazes +b missing node chumminess +b missing node proposition +b missing node anechoic +b missing node calorie +b missing node spain +b missing node inserted +b missing node hyperbaric +b missing node skewed +b missing node cutaways +b missing node congruence +b missing node bruiters +b missing node blindages +b missing node inserter +b missing node embedded +b missing node enactive +b missing node overlooks +b missing node quintile +b missing node slapjacks +b missing node spake +b missing node overcoats +b missing node ashiness +b missing node plainsman +b missing node tranship +b missing node transmittance +b missing node lutanists +b missing node reinstates +b missing node fuggier +b missing node televiewed +b missing node unwholesome +b missing node getters +b missing node barrette +b missing node reinstated +b missing node televiewer +b missing node tuneably +b missing node incidence +b missing node beanies +b missing node cyclist +b missing node repercussions +b missing node tacitness +b missing node flunkies +b missing node adversary +b missing node tuneable +b missing node adzes +b missing node ennui +b missing node mananas +b missing node wahine +b missing node formulary +b missing node nearing +b missing node kalifs +b missing node thirtieths +b missing node vivaciously +b missing node coaevals +b missing node speculate +b missing node spans +b missing node eses +b missing node nonplus +b missing node spank +b missing node objurgating +b missing node impiously +b missing node hoarier +b missing node panderers +b missing node sovietism +b missing node kaliph +b missing node grouchy +b missing node puddlers +b missing node iridescence +b missing node albino +b missing node ginkgo +b missing node nominals +b missing node penuriously +b missing node extirpation +b missing node glibbest +b missing node earthliness +b missing node pensionary +b missing node objurgation +b missing node peristalses +b missing node woolmen +b missing node grenadiers +b missing node absolute +b missing node defoamer +b missing node realists +b missing node antisepticized +b missing node spale +b missing node bushwhack +b missing node refreshingly +b missing node builds +b missing node coagent +b missing node defoamed +b missing node maximite +b missing node demurring +b missing node townies +b missing node emergence +b missing node empathies +b missing node peskily +b missing node surgeons +b missing node diking +b missing node eagerest +b missing node droughts +b missing node emergency +b missing node droughty +b missing node tellership +b missing node spasm +b missing node columnist +b missing node birdlimed +b missing node subsequently +b missing node spars +b missing node enginery +b missing node cherished +b missing node birdlimes +b missing node spare +b missing node morganatic +b missing node spark +b missing node unneeded +b missing node cherishes +b missing node cherisher +b missing node jailbreak +b missing node railway +b missing node inflatable +b missing node subalterns +b missing node maximize +b missing node vulgarian +b missing node reaccredits +b missing node geeing +b missing node peristalsis +b missing node ringlet +b missing node braggier +b missing node reclothes +b missing node bluchers +b missing node sultriness +b missing node uneasily +b missing node drooling +b missing node repository +b missing node atrocious +b missing node reclothed +b missing node fancifully +b missing node methane +b missing node surrogacies +b missing node swages +b missing node accolades +b missing node cataclysmal +b missing node replications +b missing node prohibited +b missing node subversive +b missing node beaning +b missing node masturbator +b missing node swaged +b missing node engravers +b missing node preened +b missing node stanford +b missing node preener +b missing node spawn +b missing node filamentous +b missing node subversion +b missing node blemishing +b missing node enplanes +b missing node papyri +b missing node mezzo +b missing node masturbated +b missing node regauging +b missing node unbending +b missing node fowling +b missing node guanacos +b missing node showered +b missing node masturbates +b missing node soundboards +b missing node enriching +b missing node hallway +b missing node masturbate +b missing node peskier +b missing node inhabit +b missing node aseptically +b missing node spats +b missing node symmetrical +b missing node hoarily +b missing node unswept +b missing node whomped +b missing node amender +b missing node sovietize +b missing node confucians +b missing node outstare +b missing node peripherally +b missing node usurps +b missing node drainers +b missing node realisms +b missing node unclamps +b missing node amended +b missing node canalled +b missing node desugaring +b missing node beadings +b missing node fixing +b missing node spate +b missing node canaller +b missing node welfares +b missing node possesses +b missing node succeeding +b missing node kalium +b missing node possessed +b missing node sulkiness +b missing node civically +b missing node toccatas +b missing node qursh +b missing node surf +b missing node sure +b missing node defeatist +b missing node defeatism +b missing node colporteurs +b missing node heedless +b missing node sorrier +b missing node subteens +b missing node bluepoint +b missing node climactically +b missing node nonexisting +b missing node unabashed +b missing node backbones +b missing node aesopian +b missing node validities +b missing node bumps +b missing node ineducable +b missing node collapsing +b missing node troweler +b missing node marauder +b missing node pundits +b missing node marauded +b missing node mislabel +b missing node groucho +b missing node bragging +b missing node troweled +b missing node adyta +b missing node joram +b missing node woolman +b missing node awned +b missing node muckluck +b missing node ecology +b missing node spays +b missing node relinquishment +b missing node outstand +b missing node enplaned +b missing node affectation +b missing node lifers +b missing node wherefrom +b missing node shiftlessly +b missing node seoul +b missing node humanitarianism +b missing node micrology +b missing node visions +b missing node vermuth +b missing node errs +b missing node masslessness +b missing node disabler +b missing node adulterators +b missing node disables +b missing node fearfuller +b missing node supt +b missing node collision +b missing node sups +b missing node awoke +b missing node squirrelling +b missing node crybaby +b missing node liaising +b missing node supe +b missing node tortoise +b missing node shovelers +b missing node alinement +b missing node adverts +b missing node supervisorship +b missing node nonalignment +b missing node provender +b missing node objectors +b missing node matchbook +b missing node caseworks +b missing node manchurians +b missing node popularizes +b missing node blaring +b missing node midday +b missing node resurveys +b missing node masqueraders +b missing node suns +b missing node casaba +b missing node popularized +b missing node sunk +b missing node hafniums +b missing node shirting +b missing node sung +b missing node erst +b missing node hottest +b missing node redefinition +b missing node awols +b missing node domineering +b missing node dissatisfaction +b missing node sums +b missing node deforming +b missing node lupine +b missing node sumo +b missing node sump +b missing node cosines +b missing node erne +b missing node unhitched +b missing node fragmentarily +b missing node bemire +b missing node preblessed +b missing node lupins +b missing node robbins +b missing node cleveland +b missing node incompressibly +b missing node sulk +b missing node erns +b missing node glaceed +b missing node perdurability +b missing node tiling +b missing node dayflowers +b missing node robbing +b missing node airboat +b missing node incompressible +b missing node cleavages +b missing node possessor +b missing node hailstones +b missing node malnutrition +b missing node spondaics +b missing node ourself +b missing node podgily +b missing node unhitches +b missing node preblesses +b missing node kalimba +b missing node inexpressive +b missing node begorra +b missing node unhanded +b missing node reread +b missing node unexploded +b missing node intwists +b missing node judgeship +b missing node midden +b missing node firearm +b missing node sulfurs +b missing node gratuity +b missing node bluing +b missing node ladykin +b missing node recantation +b missing node thatches +b missing node thatcher +b missing node sulfury +b missing node tortuously +b missing node eros +b missing node taconite +b missing node thatched +b missing node steamrollering +b missing node rearms +b missing node inaptitude +b missing node wedding +b missing node sorrily +b missing node suit +b missing node confessedly +b missing node disabled +b missing node rearrested +b missing node rodents +b missing node cordobas +b missing node deliming +b missing node tattlers +b missing node unmown +b missing node memsahibs +b missing node vaunted +b missing node officiants +b missing node caulker +b missing node salinizing +b missing node visualization +b missing node dough +b missing node antivenins +b missing node grabbing +b missing node diocesan +b missing node premises +b missing node sereneness +b missing node vaunter +b missing node pigeon +b missing node tapelines +b missing node notandum +b missing node huskers +b missing node ducting +b missing node erin +b missing node habitue +b missing node deprecatingly +b missing node erie +b missing node vulnerability +b missing node peridot +b missing node enfranchising +b missing node stripling +b missing node redundances +b missing node meowing +b missing node deciliter +b missing node reinvoke +b missing node oenophiles +b missing node corundum +b missing node scrupulously +b missing node generalities +b missing node deformity +b missing node hawaiian +b missing node purview +b missing node gopher +b missing node callously +b missing node crossbones +b missing node severalizing +b missing node poutiest +b missing node nominate +b missing node suer +b missing node occupationally +b missing node bluish +b missing node proofing +b missing node substantiality +b missing node ergonomics +b missing node surmiser +b missing node surmises +b missing node ductile +b missing node sued +b missing node divergent +b missing node demodulations +b missing node queuer +b missing node suez +b missing node suey +b missing node queues +b missing node caulked +b missing node suet +b missing node sues +b missing node surmised +b missing node steamers +b missing node queued +b missing node pseudopodia +b missing node empathize +b missing node uneasier +b missing node cheerlessness +b missing node lenient +b missing node middle +b missing node suds +b missing node filliped +b missing node douce +b missing node arctic +b missing node numismatics +b missing node acceptedly +b missing node november +b missing node such +b missing node doubt +b missing node calloused +b missing node rearrangement +b missing node suck +b missing node extirpating +b missing node hurlers +b missing node townish +b missing node nannies +b missing node callouses +b missing node eternizes +b missing node bohemias +b missing node podgier +b missing node substantialize +b missing node delimits +b missing node eelgrass +b missing node drumsticks +b missing node foulness +b missing node adverse +b missing node bohemian +b missing node sends +b missing node bentwood +b missing node saviors +b missing node eternized +b missing node subs +b missing node stigmatize +b missing node gemstone +b missing node ergo +b missing node premised +b missing node ergs +b missing node lacers +b missing node imagining +b missing node depreciative +b missing node cairns +b missing node oscillatory +b missing node fulfills +b missing node oscillators +b missing node saviour +b missing node deceptively +b missing node tourneys +b missing node eras +b missing node depreciation +b missing node murderess +b missing node cirrose +b missing node induction +b missing node erat +b missing node recuperation +b missing node sandbank +b missing node misapprehends +b missing node crime +b missing node oxcarts +b missing node crimp +b missing node twelve +b missing node inefficaciously +b missing node recuperating +b missing node transfix +b missing node woollen +b missing node prettification +b missing node proceeder +b missing node moulded +b missing node cordwood +b missing node figure +b missing node pinned +b missing node moulder +b missing node proceeded +b missing node inquiringly +b missing node songfest +b missing node cirrous +b missing node stoutness +b missing node toepieces +b missing node pinner +b missing node evenhanded +b missing node metallurgist +b missing node inducting +b missing node cashers +b missing node quasars +b missing node synovias +b missing node simplification +b missing node synovial +b missing node veneers +b missing node reinstallation +b missing node styx +b missing node roughhewed +b missing node lassie +b missing node wonderment +b missing node ramblers +b missing node expedition +b missing node solipsist +b missing node elucidators +b missing node maline +b missing node schoolhouse +b missing node ratline +b missing node dioceses +b missing node reincarnationist +b missing node solipsism +b missing node animalcule +b missing node inkless +b missing node habitat +b missing node preempt +b missing node impecunious +b missing node fencibles +b missing node dysesthesia +b missing node cries +b missing node disallowed +b missing node cashews +b missing node crier +b missing node casava +b missing node vanished +b missing node acrimony +b missing node barometric +b missing node expatiating +b missing node pinnae +b missing node pinnal +b missing node stetsons +b missing node vanishes +b missing node vanisher +b missing node seaport +b missing node backslidden +b missing node codeines +b missing node javanese +b missing node bulbs +b missing node compromisable +b missing node teazelling +b missing node assignors +b missing node giveaways +b missing node lasses +b missing node pinnas +b missing node expatiation +b missing node depreciating +b missing node beleaguering +b missing node bayonetting +b missing node neolith +b missing node zlotys +b missing node jehus +b missing node scribble +b missing node synergically +b missing node pragmatical +b missing node stye +b missing node subcranial +b missing node malice +b missing node senna +b missing node dichromatism +b missing node shadiness +b missing node cider +b missing node cuprite +b missing node dotty +b missing node tahitians +b missing node captainship +b missing node puruloid +b missing node habited +b missing node hellions +b missing node wisher +b missing node wishes +b missing node proindustry +b missing node tonneaux +b missing node senor +b missing node assiduous +b missing node controversies +b missing node wished +b missing node underruns +b missing node repairers +b missing node slayers +b missing node tragedians +b missing node unamusing +b missing node incompliant +b missing node tonneaus +b missing node convoys +b missing node recuperative +b missing node garishly +b missing node bulgy +b missing node reflowered +b missing node firebox +b missing node shirtier +b missing node fernless +b missing node jocosity +b missing node expediting +b missing node crisp +b missing node stub +b missing node restricted +b missing node bulge +b missing node votarists +b missing node crankcase +b missing node fluctuations +b missing node stun +b missing node embanking +b missing node unpatentable +b missing node stud +b missing node aqueously +b missing node slantingly +b missing node precises +b missing node malign +b missing node overridden +b missing node numismatist +b missing node outages +b missing node preemie +b missing node unmold +b missing node massaging +b missing node preciser +b missing node reseating +b missing node incidents +b missing node matted +b missing node inmesh +b missing node odourful +b missing node precised +b missing node approachers +b missing node linked +b missing node apatite +b missing node celebrators +b missing node linker +b missing node liquidator +b missing node imperious +b missing node vermonter +b missing node acquitting +b missing node devitalizes +b missing node sense +b missing node staying +b missing node roosting +b missing node estopped +b missing node sandbars +b missing node bully +b missing node controversial +b missing node gremmy +b missing node estoppel +b missing node bulls +b missing node responsibilities +b missing node spiroid +b missing node sensu +b missing node ageists +b missing node stop +b missing node lassos +b missing node stow +b missing node porker +b missing node reared +b missing node carotenes +b missing node listenings +b missing node moralistically +b missing node bulks +b missing node senti +b missing node bulky +b missing node rollout +b missing node tussling +b missing node numerable +b missing node wordplay +b missing node devitalized +b missing node rearer +b missing node matter +b missing node mattes +b missing node adverbs +b missing node gladioluses +b missing node imbroglio +b missing node squarely +b missing node decadents +b missing node monitions +b missing node numerably +b missing node derringer +b missing node libidos +b missing node permeated +b missing node resurging +b missing node awareness +b missing node cockup +b missing node buoys +b missing node glottises +b missing node gradational +b missing node mallet +b missing node permeates +b missing node prioresses +b missing node ventilators +b missing node cinerary +b missing node kaliphs +b missing node hygrometers +b missing node ventilatory +b missing node incorporation +b missing node markdown +b missing node clapboard +b missing node oscars +b missing node implementors +b missing node unwearying +b missing node proboscides +b missing node plainsong +b missing node hektare +b missing node destaining +b missing node abundantly +b missing node purveys +b missing node ursae +b missing node dodders +b missing node cunnings +b missing node doddery +b missing node tabularly +b missing node jelling +b missing node incorporating +b missing node protruding +b missing node sniveled +b missing node overproduction +b missing node diplomatically +b missing node sniveler +b missing node ragweed +b missing node dating +b missing node dogsled +b missing node stir +b missing node implicates +b missing node malled +b missing node mallei +b missing node talkings +b missing node implicated +b missing node enthusiasts +b missing node illogics +b missing node tiffany +b missing node arrowhead +b missing node roundelay +b missing node sicknesses +b missing node fiancee +b missing node resembling +b missing node querulously +b missing node subgenera +b missing node jehad +b missing node gamboled +b missing node setscrew +b missing node murderees +b missing node stingray +b missing node fingerling +b missing node noisemaker +b missing node supplemental +b missing node fireboxes +b missing node fiances +b missing node melodies +b missing node unreadier +b missing node landforms +b missing node unhygienic +b missing node magnates +b missing node stoa +b missing node stonewalls +b missing node messes +b missing node immemorial +b missing node prowesses +b missing node progenitor +b missing node sequels +b missing node hypersensitive +b missing node huzzahing +b missing node locate +b missing node fiddling +b missing node messed +b missing node gormandizes +b missing node gormandizer +b missing node cinerama +b missing node empress +b missing node fantasize +b missing node concurrences +b missing node hardball +b missing node bluffs +b missing node appanages +b missing node approaching +b missing node consommes +b missing node quackeries +b missing node gormandized +b missing node sequent +b missing node terrarium +b missing node houseless +b missing node nagging +b missing node gatherings +b missing node glowworm +b missing node cambodian +b missing node murderers +b missing node sieving +b missing node spectrums +b missing node supplemented +b missing node supplementer +b missing node transfer +b missing node lassoers +b missing node batteries +b missing node nonelective +b missing node overanalyzing +b missing node cockle +b missing node exigences +b missing node liberalize +b missing node heuristic +b missing node dative +b missing node mailboxes +b missing node dover +b missing node doves +b missing node feminine +b missing node lubricity +b missing node airline +b missing node revocable +b missing node cavalierly +b missing node stay +b missing node predigested +b missing node sateen +b missing node lithiums +b missing node star +b missing node intricateness +b missing node sanseis +b missing node linkup +b missing node filibusters +b missing node chemise +b missing node stat +b missing node chemism +b missing node stab +b missing node chemist +b missing node stag +b missing node headers +b missing node ennoblers +b missing node rheologists +b missing node enmeshments +b missing node conceives +b missing node conceiver +b missing node conjointly +b missing node wisdom +b missing node conceived +b missing node cosier +b missing node repackaged +b missing node elicits +b missing node fuzils +b missing node brooches +b missing node agonizingly +b missing node cosies +b missing node acridest +b missing node wimples +b missing node miserliness +b missing node collations +b missing node turkeys +b missing node fuzing +b missing node procedurally +b missing node longbow +b missing node vitaminized +b missing node sovereignty +b missing node unitary +b missing node cymose +b missing node furloughed +b missing node profligate +b missing node cavalries +b missing node scrolling +b missing node genetically +b missing node translations +b missing node octants +b missing node repackages +b missing node marlier +b missing node chamomile +b missing node tinniness +b missing node locale +b missing node piecrusts +b missing node surreys +b missing node enciphers +b missing node hardback +b missing node botanists +b missing node outings +b missing node pointillists +b missing node rantingly +b missing node stew +b missing node stet +b missing node emulator +b missing node chemins +b missing node truckloads +b missing node stonewall +b missing node locals +b missing node calotte +b missing node reinstructing +b missing node stem +b missing node step +b missing node keyboarded +b missing node piggie +b missing node temples +b missing node alternateness +b missing node smoochy +b missing node piggin +b missing node soapstones +b missing node noninstitutional +b missing node victimizes +b missing node convergence +b missing node victimizer +b missing node gutturally +b missing node excitatory +b missing node preengage +b missing node blameless +b missing node victimized +b missing node directives +b missing node indissolubility +b missing node infirmed +b missing node groaning +b missing node godfather +b missing node kidders +b missing node cocked +b missing node comanches +b missing node feminity +b missing node blueys +b missing node sacheted +b missing node toggled +b missing node counterpoints +b missing node cashbox +b missing node entertainers +b missing node toggler +b missing node lambkins +b missing node toggles +b missing node hatchable +b missing node elusiveness +b missing node dysesthetic +b missing node wimpled +b missing node skidding +b missing node nonelection +b missing node enigmas +b missing node begorah +b missing node arbiters +b missing node pathogenic +b missing node liberalism +b missing node rewardable +b missing node messrs +b missing node liberality +b missing node deterrence +b missing node lorgnette +b missing node repeated +b missing node cosher +b missing node coshes +b missing node templed +b missing node coshed +b missing node cavaliered +b missing node folderols +b missing node bluest +b missing node proportion +b missing node jellied +b missing node templar +b missing node untactfully +b missing node pomeranians +b missing node unaccomplished +b missing node foredecks +b missing node repeater +b missing node jellies +b missing node bigamist +b missing node infeoffed +b missing node sovereignly +b missing node daybeds +b missing node decommissions +b missing node drunkenness +b missing node drawled +b missing node titillates +b missing node bristlier +b missing node asparaguses +b missing node drawler +b missing node misbestowed +b missing node crueler +b missing node feminise +b missing node ouster +b missing node gerontological +b missing node lozenge +b missing node struck +b missing node cocker +b missing node complicating +b missing node histrionics +b missing node titillated +b missing node rigorously +b missing node feminism +b missing node ousted +b missing node feminist +b missing node marlins +b missing node convergency +b missing node bonnily +b missing node receptionist +b missing node marling +b missing node marline +b missing node teleological +b missing node complication +b missing node crevassing +b missing node grabbier +b missing node countenancing +b missing node actual +b missing node woful +b missing node bluesy +b missing node levelness +b missing node relicenses +b missing node iodizing +b missing node emulated +b missing node estranges +b missing node unfriendliness +b missing node unliveable +b missing node washdays +b missing node meaners +b missing node rehiring +b missing node irretrievably +b missing node enthusiasms +b missing node mallow +b missing node estranged +b missing node kiosks +b missing node comestibles +b missing node whitecaps +b missing node freestones +b missing node irretrievable +b missing node kludging +b missing node meanest +b missing node micturate +b missing node emulates +b missing node loquacious +b missing node legacy +b missing node scurvier +b missing node scurvies +b missing node stemmed +b missing node etym +b missing node managements +b missing node infirmly +b missing node geegaw +b missing node cicelies +b missing node stemmer +b missing node douse +b missing node jellify +b missing node gyrate +b missing node jihads +b missing node enounced +b missing node transept +b missing node scariest +b missing node hypersensitize +b missing node mechanic +b missing node enounces +b missing node grifters +b missing node unhurried +b missing node bigamies +b missing node bichloride +b missing node unauspicious +b missing node ikebana +b missing node agedness +b missing node cruelly +b missing node versifying +b missing node sheafed +b missing node pathologic +b missing node pigged +b missing node garnitures +b missing node polytheistic +b missing node overlords +b missing node epistolary +b missing node debouched +b missing node poisonously +b missing node rapturously +b missing node bristling +b missing node scurvily +b missing node debouches +b missing node nondisclosure +b missing node baroscope +b missing node edemas +b missing node liveliest +b missing node bonnier +b missing node deliberative +b missing node headstrong +b missing node growlers +b missing node riblet +b missing node nitrification +b missing node relicensed +b missing node feminize +b missing node lunging +b missing node piroshki +b missing node dispatching +b missing node surrealism +b missing node unaccented +b missing node estrous +b missing node chickasaws +b missing node surrealist +b missing node glutamates +b missing node confers +b missing node sausage +b missing node bisexual +b missing node engining +b missing node roundups +b missing node veepee +b missing node harness +b missing node preaffirmed +b missing node reverberators +b missing node ledgeless +b missing node confess +b missing node popover +b missing node unadventurous +b missing node crowdedness +b missing node keeping +b missing node conjecturing +b missing node fixity +b missing node procathedrals +b missing node liana +b missing node synthesized +b missing node oscules +b missing node corollary +b missing node superficies +b missing node forbids +b missing node legals +b missing node mischarge +b missing node deterrents +b missing node cabbages +b missing node strums +b missing node predetermination +b missing node poland +b missing node quintuple +b missing node folkloric +b missing node metring +b missing node darndest +b missing node cabbaged +b missing node adumbratively +b missing node invocating +b missing node strung +b missing node pottered +b missing node motorbike +b missing node invocation +b missing node expectorator +b missing node covalence +b missing node struts +b missing node subcutaneous +b missing node potterer +b missing node macular +b missing node cragginess +b missing node marquisette +b missing node pouchiest +b missing node polentas +b missing node maculas +b missing node commanders +b missing node acidulously +b missing node predicts +b missing node abusage +b missing node jawless +b missing node mysterious +b missing node cavitied +b missing node fallings +b missing node synthesizer +b missing node cadaverous +b missing node synthesizes +b missing node liars +b missing node subalpine +b missing node spaceships +b missing node cavities +b missing node eloquent +b missing node sensitometer +b missing node prohibitor +b missing node vainest +b missing node galaxy +b missing node tokenize +b missing node dower +b missing node metrist +b missing node dowel +b missing node hardballs +b missing node retreading +b missing node whickered +b missing node dowdy +b missing node usurer +b missing node flimsy +b missing node boodler +b missing node bunts +b missing node readapting +b missing node aptest +b missing node subdivisible +b missing node interacting +b missing node boodles +b missing node folklores +b missing node malamutes +b missing node stereochemical +b missing node cruelty +b missing node polars +b missing node boodled +b missing node flyway +b missing node unscrews +b missing node reproduced +b missing node degausses +b missing node upsweeps +b missing node renouncement +b missing node gibbers +b missing node unincumbered +b missing node melodize +b missing node surrealists +b missing node randomized +b missing node knob +b missing node emissions +b missing node gatefold +b missing node randomizes +b missing node backsliders +b missing node procompromise +b missing node resummons +b missing node ballyhoos +b missing node enplaning +b missing node nautiluses +b missing node wisely +b missing node listless +b missing node sepia +b missing node specifics +b missing node carefree +b missing node fairness +b missing node pinole +b missing node hearthstone +b missing node gibbets +b missing node legato +b missing node eyeless +b missing node vacillations +b missing node spitfires +b missing node legate +b missing node indwelt +b missing node gantlets +b missing node lengtheners +b missing node helluva +b missing node sultanate +b missing node transect +b missing node reproducer +b missing node cuticle +b missing node reproduces +b missing node eyelets +b missing node specified +b missing node discredits +b missing node cockspurs +b missing node tosspots +b missing node indwell +b missing node degaussed +b missing node specifier +b missing node specifies +b missing node indorsees +b missing node disparities +b missing node profusely +b missing node horsewhip +b missing node undiscriminating +b missing node etna +b missing node whishing +b missing node pinons +b missing node eminent +b missing node innocently +b missing node corinthians +b missing node hospitableness +b missing node quickens +b missing node topfull +b missing node crookery +b missing node nonmalignant +b missing node jointuring +b missing node matriline +b missing node enduro +b missing node painfuller +b missing node sepal +b missing node endure +b missing node bilking +b missing node presumptuously +b missing node nursemaid +b missing node obscenity +b missing node letdowns +b missing node matriliny +b missing node regardful +b missing node expectorated +b missing node oscular +b missing node presbyter +b missing node expectorates +b missing node carburetor +b missing node laughters +b missing node fiftieth +b missing node fillings +b missing node resonators +b missing node lingoes +b missing node swains +b missing node knox +b missing node know +b missing node mainlining +b missing node knot +b missing node patties +b missing node twenty +b missing node dormitories +b missing node medicaments +b missing node megaphone +b missing node premiums +b missing node knew +b missing node flings +b missing node coonskins +b missing node onanists +b missing node endues +b missing node outrages +b missing node commandeer +b missing node fragged +b missing node grommets +b missing node confect +b missing node spacewalk +b missing node godliest +b missing node knee +b missing node outraged +b missing node pronouncement +b missing node nihilisms +b missing node superseding +b missing node gardeners +b missing node wobblers +b missing node sixtieth +b missing node indestructibility +b missing node foundering +b missing node habeas +b missing node cosign +b missing node wisest +b missing node endued +b missing node etch +b missing node beneficing +b missing node quintics +b missing node perdurable +b missing node tyrannously +b missing node sepoy +b missing node enacting +b missing node airlift +b missing node bunkmates +b missing node bungs +b missing node nighter +b missing node outstay +b missing node compartmentalizing +b missing node solitary +b missing node smirked +b missing node lolloping +b missing node matrix +b missing node adjudicatory +b missing node noncommittal +b missing node clattery +b missing node bedders +b missing node melodist +b missing node nearsighted +b missing node proctology +b missing node clatters +b missing node smirker +b missing node necessitate +b missing node megacolon +b missing node adjudicators +b missing node departures +b missing node flywheels +b missing node lamebrain +b missing node deckers +b missing node curding +b missing node overglaze +b missing node dyers +b missing node bickers +b missing node flinch +b missing node reclined +b missing node unchastely +b missing node supermolecule +b missing node recliner +b missing node innocenter +b missing node reclines +b missing node distantness +b missing node demarcating +b missing node metrics +b missing node protozoon +b missing node aerosolized +b missing node knit +b missing node barkers +b missing node proconsulships +b missing node adamances +b missing node slyest +b missing node siliceous +b missing node openness +b missing node backwashes +b missing node tabulated +b missing node transitions +b missing node demarcation +b missing node bunds +b missing node vindictive +b missing node mythologists +b missing node biretta +b missing node exorcising +b missing node decapitations +b missing node boomtown +b missing node patting +b missing node thruputs +b missing node cosily +b missing node problematic +b missing node sphenoid +b missing node apathetic +b missing node bunch +b missing node wheeziness +b missing node bunco +b missing node ecole +b missing node contradictively +b missing node cosine +b missing node batistes +b missing node hexers +b missing node weatherproofed +b missing node flatfish +b missing node airlike +b missing node dubonnet +b missing node dogsleds +b missing node uncompressed +b missing node ablatival +b missing node itchings +b missing node moisturizing +b missing node admixing +b missing node gunboat +b missing node oscillate +b missing node wartiest +b missing node overpaying +b missing node unlinking +b missing node ptolemaic +b missing node ignoring +b missing node pulers +b missing node chemics +b missing node nonhabitual +b missing node stabling +b missing node interaction +b missing node nightly +b missing node eclairs +b missing node acupuncture +b missing node kingdoms +b missing node hireable +b missing node saltation +b missing node barkeep +b missing node protozoan +b missing node bootblack +b missing node protozoal +b missing node reletting +b missing node sandbagging +b missing node winnings +b missing node replenishers +b missing node hardbound +b missing node midtowns +b missing node comprehendible +b missing node adaptometer +b missing node bucharest +b missing node firedog +b missing node electioneering +b missing node wretchedness +b missing node tabulates +b missing node mooing +b missing node providential +b missing node bunns +b missing node carouse +b missing node curdier +b missing node spear +b missing node bunny +b missing node bellyful +b missing node speak +b missing node inhesions +b missing node nihilists +b missing node ablatives +b missing node metrify +b missing node mistypings +b missing node jowlier +b missing node clenching +b missing node osculum +b missing node garnish +b missing node quests +b missing node notaryship +b missing node unification +b missing node hurtless +b missing node remodelers +b missing node yellowbellied +b missing node ecuador +b missing node cointerred +b missing node histing +b missing node electrified +b missing node dorsals +b missing node disposable +b missing node alphabetizing +b missing node prideful +b missing node uproars +b missing node electrifies +b missing node electrifier +b missing node arrogations +b missing node nightie +b missing node creditabilities +b missing node zendo +b missing node imitable +b missing node septs +b missing node beneficial +b missing node bunks +b missing node protozoic +b missing node lamming +b missing node bedpans +b missing node septa +b missing node assistants +b missing node interactive +b missing node forcible +b missing node wifedoms +b missing node reaped +b missing node reaper +b missing node justifiers +b missing node upbearer +b missing node discontinues +b missing node nearest +b missing node jefes +b missing node overplays +b missing node bunko +b missing node onanisms +b missing node mainframes +b missing node forcibly +b missing node discontinued +b missing node ruddiest +b missing node dyads +b missing node jeers +b missing node casualties +b missing node wheyish +b missing node indiscreetness +b missing node poleax +b missing node crone +b missing node vincas +b missing node airbill +b missing node liveries +b missing node rochester +b missing node dissemblance +b missing node ceased +b missing node primings +b missing node detestation +b missing node sixthly +b missing node liveried +b missing node widowerhood +b missing node spiniest +b missing node croon +b missing node garrotting +b missing node crook +b missing node challahs +b missing node veraciously +b missing node unpolitical +b missing node amputate +b missing node reinterrogate +b missing node fragmentally +b missing node remonetized +b missing node crony +b missing node autocade +b missing node traumatism +b missing node jeeps +b missing node roadless +b missing node visiter +b missing node koto +b missing node charlatanic +b missing node visited +b missing node tanagers +b missing node degass +b missing node recoveries +b missing node regrouping +b missing node mignonettes +b missing node ceases +b missing node offensives +b missing node opacifies +b missing node pumicites +b missing node enjoy +b missing node aestivating +b missing node reenacts +b missing node ornamental +b missing node opacified +b missing node crops +b missing node nondelivery +b missing node rededicates +b missing node kong +b missing node autogenetic +b missing node officiated +b missing node trenchermen +b missing node oregano +b missing node spaceward +b missing node pandering +b missing node officiates +b missing node ancillaries +b missing node borrow +b missing node antiheroes +b missing node landslips +b missing node datcha +b missing node motilities +b missing node demonical +b missing node rededicated +b missing node backbone +b missing node underwater +b missing node thereabout +b missing node relabel +b missing node waltzers +b missing node drawers +b missing node antiheroic +b missing node oversalting +b missing node sublimated +b missing node kook +b missing node reminiscence +b missing node effected +b missing node blousons +b missing node handlebars +b missing node restaffed +b missing node effecter +b missing node sublimates +b missing node cessions +b missing node factorable +b missing node crispiness +b missing node pinstriped +b missing node pyromaniac +b missing node ineptitude +b missing node unhanged +b missing node ornamented +b missing node doxie +b missing node vegetive +b missing node palmettoes +b missing node pinstripes +b missing node indenturing +b missing node distills +b missing node dethroning +b missing node unlovable +b missing node ventilate +b missing node hackneying +b missing node maniacally +b missing node cavitate +b missing node croft +b missing node guiltless +b missing node hoopster +b missing node vegetist +b missing node nonconciliatory +b missing node peddling +b missing node forewarned +b missing node recovering +b missing node build +b missing node blatantly +b missing node seepage +b missing node sisals +b missing node encoding +b missing node traumatize +b missing node safeguarding +b missing node built +b missing node holytide +b missing node selvage +b missing node merchantable +b missing node reenjoys +b missing node sunroofs +b missing node laundered +b missing node proscribing +b missing node roosters +b missing node cannibalization +b missing node rainstorm +b missing node subterfuges +b missing node launderer +b missing node hermits +b missing node trencherman +b missing node charlatanry +b missing node heiresses +b missing node barogram +b missing node croak +b missing node intaglios +b missing node yellowbellies +b missing node tempestuousness +b missing node simperingly +b missing node january +b missing node preexists +b missing node concatenation +b missing node oakums +b missing node accusations +b missing node conceptualizing +b missing node afforest +b missing node linnet +b missing node thearchies +b missing node unravelled +b missing node cyclers +b missing node ensiling +b missing node liverish +b missing node skittish +b missing node croci +b missing node dikers +b missing node proudly +b missing node crock +b missing node spriggy +b missing node fluorinate +b missing node confidantes +b missing node spright +b missing node roughens +b missing node adjudicative +b missing node midmonths +b missing node unintentional +b missing node typewriting +b missing node sanserif +b missing node temperance +b missing node faultfinder +b missing node concatenating +b missing node quadrics +b missing node professionals +b missing node triceps +b missing node enthrallments +b missing node millibars +b missing node wrathed +b missing node caviares +b missing node affront +b missing node goddamns +b missing node likening +b missing node pornos +b missing node ewes +b missing node atrophic +b missing node dehydrators +b missing node rhombuses +b missing node tokenism +b missing node gweducks +b missing node ewer +b missing node midwesterners +b missing node langley +b missing node koan +b missing node reactivates +b missing node mariposas +b missing node bushiest +b missing node iratest +b missing node imaginers +b missing node effector +b missing node sagacity +b missing node maschera +b missing node polers +b missing node deferring +b missing node snivelling +b missing node glasses +b missing node wolfer +b missing node glasser +b missing node wolfed +b missing node diplomatist +b missing node jutting +b missing node buick +b missing node inimitable +b missing node rheumier +b missing node ineligibility +b missing node reinformed +b missing node roughest +b missing node thankless +b missing node homeostatic +b missing node mekong +b missing node erotically +b missing node renominates +b missing node inimitably +b missing node tempuras +b missing node dousing +b missing node renominated +b missing node roughers +b missing node sedgier +b missing node housesits +b missing node glassed +b missing node restricts +b missing node hyperextension +b missing node condiment +b missing node stirrups +b missing node implicit +b missing node obfuscated +b missing node hastier +b missing node clingiest +b missing node desecrate +b missing node tokening +b missing node handshakes +b missing node egocentric +b missing node foreseers +b missing node coronation +b missing node obfuscates +b missing node louvre +b missing node rattails +b missing node intermeshed +b missing node isotropic +b missing node intermeshes +b missing node awhile +b missing node euglena +b missing node straights +b missing node rushers +b missing node unsustained +b missing node woodpecker +b missing node mainliners +b missing node embodying +b missing node inquisitively +b missing node irately +b missing node gemmological +b missing node commencing +b missing node supine +b missing node sateens +b missing node inconceivability +b missing node rugger +b missing node ologists +b missing node overriding +b missing node eighths +b missing node embossing +b missing node crooking +b missing node rugged +b missing node noisemakers +b missing node payers +b missing node cogitate +b missing node leptons +b missing node adult +b missing node freedoms +b missing node representative +b missing node glassie +b missing node vendetta +b missing node couscous +b missing node zesty +b missing node pleated +b missing node hemlines +b missing node moulins +b missing node zests +b missing node bulrush +b missing node continuous +b missing node nurserymaid +b missing node cardinalate +b missing node hayracks +b missing node abasedly +b missing node barhopped +b missing node bellying +b missing node overpraise +b missing node sodomies +b missing node numbly +b missing node brislings +b missing node footnote +b missing node succeeders +b missing node vittles +b missing node slowpoke +b missing node excommunicated +b missing node vittled +b missing node iffiest +b missing node tempest +b missing node boulder +b missing node anticked +b missing node midair +b missing node barrettes +b missing node robbery +b missing node excommunicates +b missing node robbers +b missing node tilers +b missing node fettles +b missing node metalloidal +b missing node assassinate +b missing node microbiological +b missing node flunkers +b missing node caulkings +b missing node tempers +b missing node payees +b missing node dowry +b missing node smalls +b missing node kola +b missing node cowboys +b missing node tempera +b missing node dowse +b missing node infirmable +b missing node nonintoxicant +b missing node obligement +b missing node tormentingly +b missing node bundlings +b missing node abacus +b missing node haycocks +b missing node eclat +b missing node loveless +b missing node terrifiers +b missing node waistings +b missing node turnstile +b missing node olfaction +b missing node bequeaths +b missing node reprievers +b missing node defeaters +b missing node humeral +b missing node representation +b missing node womenfolk +b missing node reactivated +b missing node someplace +b missing node skelter +b missing node adulterants +b missing node habiliments +b missing node orioles +b missing node kohl +b missing node optimistical +b missing node forsook +b missing node blubber +b missing node picador +b missing node pleater +b missing node ferrotypes +b missing node downs +b missing node downy +b missing node hartshorn +b missing node precondemning +b missing node educate +b missing node clericals +b missing node pansophies +b missing node donjons +b missing node seres +b missing node serer +b missing node octaves +b missing node winterizing +b missing node bluely +b missing node thyroid +b missing node hogtieing +b missing node chondrites +b missing node toppings +b missing node serfs +b missing node nonnavigable +b missing node number +b missing node bigamize +b missing node blither +b missing node rectilinear +b missing node calomel +b missing node serge +b missing node razzing +b missing node arteries +b missing node universalizing +b missing node implant +b missing node buriers +b missing node syne +b missing node sync +b missing node numbed +b missing node vivaria +b missing node dipsomaniacal +b missing node tangling +b missing node abdicate +b missing node moseyed +b missing node serif +b missing node inbreathe +b missing node piquant +b missing node enterers +b missing node octaval +b missing node serin +b missing node risking +b missing node unpardonably +b missing node frightful +b missing node bloopers +b missing node kyoto +b missing node summarily +b missing node draining +b missing node blarney +b missing node commonwealths +b missing node metalworker +b missing node tiering +b missing node shoveling +b missing node arterial +b missing node incompressable +b missing node icebox +b missing node sheltering +b missing node cytosine +b missing node riskily +b missing node sandiest +b missing node toxoids +b missing node acronyms +b missing node payday +b missing node shelfful +b missing node rabbinic +b missing node doyly +b missing node neutralizer +b missing node neutralizes +b missing node treatabilities +b missing node hibiscus +b missing node zetas +b missing node rolltop +b missing node demurer +b missing node headquarters +b missing node unities +b missing node scatters +b missing node dikdik +b missing node reflexives +b missing node unpardonable +b missing node excommunicator +b missing node neutralized +b missing node isaac +b missing node optic +b missing node elisions +b missing node ascendence +b missing node cryogens +b missing node misconceived +b missing node hurling +b missing node cryogeny +b missing node dogtrots +b missing node effortless +b missing node interlined +b missing node cricketing +b missing node rambling +b missing node guarantees +b missing node ribose +b missing node hiatuses +b missing node latchkey +b missing node surreal +b missing node interlines +b missing node octavos +b missing node purviews +b missing node consultatory +b missing node faggots +b missing node willowed +b missing node troublous +b missing node guaranteed +b missing node include +b missing node hammers +b missing node forbore +b missing node gelatine +b missing node leghorn +b missing node proslavery +b missing node borsch +b missing node casein +b missing node gelating +b missing node repealer +b missing node tusking +b missing node racemes +b missing node yeasted +b missing node gelatins +b missing node louver +b missing node tailpipe +b missing node phenix +b missing node yodhs +b missing node teensy +b missing node prodigies +b missing node winnable +b missing node flight +b missing node tanglier +b missing node opted +b missing node sodomite +b missing node curableness +b missing node cupboards +b missing node refasten +b missing node seral +b missing node coitional +b missing node pinier +b missing node studding +b missing node repairing +b missing node hypnotizing +b missing node habituating +b missing node skulled +b missing node investiture +b missing node repealed +b missing node revaluating +b missing node fixture +b missing node malpracticed +b missing node tempehs +b missing node razoring +b missing node buckaroo +b missing node borsht +b missing node summaries +b missing node proofers +b missing node revaluation +b missing node sered +b missing node denigrate +b missing node puddling +b missing node yodel +b missing node misfeasances +b missing node uniting +b missing node misconceives +b missing node doyen +b missing node carotin +b missing node pushcart +b missing node carotid +b missing node changeable +b missing node almanacs +b missing node indispensible +b missing node knowingly +b missing node scantness +b missing node yachtsmen +b missing node porose +b missing node unpaying +b missing node boffolas +b missing node mitred +b missing node tubule +b missing node serve +b missing node ameerate +b missing node lyrated +b missing node swagger +b missing node uncoupled +b missing node centimeter +b missing node isolationist +b missing node reavow +b missing node recrystallizes +b missing node servo +b missing node taurines +b missing node taxations +b missing node uncouples +b missing node isolationism +b missing node glacial +b missing node kiddies +b missing node liberations +b missing node quezal +b missing node intwining +b missing node recrystallized +b missing node jocosely +b missing node bulkiness +b missing node treasonably +b missing node wedders +b missing node besetters +b missing node sunrooms +b missing node mitres +b missing node profligacy +b missing node treasonable +b missing node sweetings +b missing node tildes +b missing node habituation +b missing node hottish +b missing node tabulating +b missing node huskily +b missing node yachtsman +b missing node misapprehension +b missing node oblivion +b missing node interviews +b missing node gloominess +b missing node disobeys +b missing node thimblefuls +b missing node faithless +b missing node hemisphere +b missing node synching +b missing node husking +b missing node cosponsored +b missing node destressed +b missing node tabulation +b missing node pining +b missing node adjudicating +b missing node eyeliners +b missing node teener +b missing node glacier +b missing node cigarette +b missing node profuseness +b missing node rattrap +b missing node phenol +b missing node bawdiness +b missing node paprikas +b missing node puddlier +b missing node confectioneries +b missing node swagged +b missing node outfighting +b missing node unbosoming +b missing node nighttime +b missing node jowly +b missing node jowls +b missing node pressrooms +b missing node woodpiles +b missing node incrementing +b missing node pinion +b missing node superchargers +b missing node changelings +b missing node complications +b missing node yodle +b missing node archenemy +b missing node earthbound +b missing node adjudication +b missing node showpiece +b missing node kinesics +b missing node sweller +b missing node inferences +b missing node swelled +b missing node deformers +b missing node deckles +b missing node enactors +b missing node noncontiguously +b missing node distinct +b missing node discontents +b missing node bikinied +b missing node erectable +b missing node laparoscope +b missing node blitzkrieging +b missing node mercifulness +b missing node digestiveness +b missing node knowinger +b missing node diffident +b missing node chancres +b missing node polder +b missing node evil +b missing node imperfectability +b missing node mastless +b missing node irrationalness +b missing node inductees +b missing node unmingled +b missing node ugandan +b missing node forbode +b missing node neuritic +b missing node wariest +b missing node sixties +b missing node updating +b missing node intermesh +b missing node intermittencies +b missing node overexert +b missing node cupric +b missing node tarmacs +b missing node useability +b missing node wildcatted +b missing node visitor +b missing node gunpoint +b missing node floodlights +b missing node hairworks +b missing node serow +b missing node numskull +b missing node proportions +b missing node callosities +b missing node neuritis +b missing node selvedges +b missing node wildcatter +b missing node schusses +b missing node anthropology +b missing node stressful +b missing node hotting +b missing node denouncements +b missing node huskies +b missing node huskier +b missing node hadronic +b missing node cogwheels +b missing node misfortune +b missing node grillades +b missing node fortieth +b missing node externalizing +b missing node rezone +b missing node pleased +b missing node podiatric +b missing node repinning +b missing node viciousness +b missing node riskier +b missing node interment +b missing node cabobs +b missing node tammie +b missing node schussed +b missing node even +b missing node ever +b missing node eves +b missing node pulley +b missing node puller +b missing node serum +b missing node pullet +b missing node leastwise +b missing node illiteracies +b missing node pulled +b missing node staysails +b missing node effaceable +b missing node visceral +b missing node pleases +b missing node pleaser +b missing node reaver +b missing node reaves +b missing node silenter +b missing node reaved +b missing node stoneware +b missing node battering +b missing node ablations +b missing node gaseousness +b missing node livres +b missing node mitral +b missing node subcontracts +b missing node scurfier +b missing node slithers +b missing node acquittals +b missing node fictionally +b missing node diagrammed +b missing node slithery +b missing node kiddish +b missing node fibulas +b missing node fibular +b missing node calypsos +b missing node contentious +b missing node abreast +b missing node hollower +b missing node openwork +b missing node diagrammer +b missing node hollowed +b missing node aahing +b missing node deprecation +b missing node countervailing +b missing node counterpoised +b missing node counterpoises +b missing node prissiness +b missing node tabulations +b missing node juvenile +b missing node chiropody +b missing node acridity +b missing node hexads +b missing node cartridge +b missing node jotty +b missing node blenchingly +b missing node meaning +b missing node deprecating +b missing node hectometers +b missing node peachier +b missing node deftness +b missing node signable +b missing node lakier +b missing node tamper +b missing node alphabetizers +b missing node footmarks +b missing node scaping +b missing node backfiring +b missing node nationalities +b missing node tamped +b missing node hijacker +b missing node weddings +b missing node fuzees +b missing node lasted +b missing node victimize +b missing node totemisms +b missing node veterinary +b missing node barrener +b missing node overcasual +b missing node sacrum +b missing node flameout +b missing node piffled +b missing node oscillating +b missing node venter +b missing node khedive +b missing node balloting +b missing node recanters +b missing node vented +b missing node betiding +b missing node impliedly +b missing node demoniacs +b missing node fibulae +b missing node laster +b missing node rabbinical +b missing node expeditor +b missing node oscillation +b missing node onstage +b missing node reason +b missing node bearcats +b missing node vivants +b missing node imperiousness +b missing node otherwise +b missing node mortises +b missing node compassed +b missing node musculatures +b missing node mortiser +b missing node psychopathy +b missing node troubadour +b missing node respond +b missing node mortised +b missing node freehearted +b missing node jazzer +b missing node jazzes +b missing node humpbacks +b missing node washability +b missing node piffles +b missing node outbreaks +b missing node biochemically +b missing node regarding +b missing node jazzed +b missing node psychopaths +b missing node debacles +b missing node porous +b missing node sequins +b missing node acceding +b missing node heading +b missing node habaneras +b missing node beatitude +b missing node pierrots +b missing node savings +b missing node virgins +b missing node pipingly +b missing node dozes +b missing node dozer +b missing node ascensions +b missing node dozen +b missing node unclasps +b missing node populaces +b missing node redistributions +b missing node aswoon +b missing node curdled +b missing node dozed +b missing node meanies +b missing node solvencies +b missing node hijacked +b missing node brailing +b missing node curdles +b missing node compasses +b missing node saltatory +b missing node curdler +b missing node deformable +b missing node midyear +b missing node variation +b missing node derogates +b missing node freewill +b missing node alliable +b missing node reutilized +b missing node anglicans +b missing node murdering +b missing node tallyhoed +b missing node expedited +b missing node kidding +b missing node reutilizes +b missing node carburetors +b missing node expediter +b missing node expedites +b missing node moanful +b missing node sunshade +b missing node airless +b missing node aunthoods +b missing node discussants +b missing node bookplate +b missing node swanherds +b missing node horses +b missing node cayuses +b missing node barrenly +b missing node laconic +b missing node horsey +b missing node incubator +b missing node horsed +b missing node baedekers +b missing node casbah +b missing node westwardly +b missing node derogated +b missing node palladium +b missing node quinquina +b missing node dressier +b missing node dadaist +b missing node ripener +b missing node ripened +b missing node splints +b missing node subraces +b missing node puling +b missing node prefecture +b missing node dadaism +b missing node lathwork +b missing node hecticly +b missing node librettist +b missing node kalpas +b missing node zapping +b missing node celestially +b missing node eyer +b missing node validate +b missing node eyes +b missing node plodded +b missing node abreact +b missing node darings +b missing node tenantable +b missing node scoliosis +b missing node schlocks +b missing node unruled +b missing node homophiles +b missing node conjuror +b missing node deactivations +b missing node eyed +b missing node deepest +b missing node plodder +b missing node variating +b missing node icecap +b missing node kyrie +b missing node sexlessness +b missing node swamis +b missing node twinning +b missing node sacral +b missing node incubated +b missing node ceremonialist +b missing node provenances +b missing node isthmus +b missing node ceremonialism +b missing node fusels +b missing node cumulatively +b missing node silvered +b missing node royals +b missing node fountainhead +b missing node defalcates +b missing node paleographers +b missing node coevally +b missing node silverer +b missing node undisguised +b missing node defalcated +b missing node permissively +b missing node scatting +b missing node loudened +b missing node securance +b missing node squanderer +b missing node vicariate +b missing node lidless +b missing node precessed +b missing node prevarication +b missing node squandered +b missing node speciating +b missing node groaners +b missing node precesses +b missing node dressing +b missing node ineluctable +b missing node prevaricating +b missing node incubates +b missing node ageings +b missing node brioche +b missing node summarize +b missing node reutilizing +b missing node rollway +b missing node cloudbursts +b missing node assailed +b missing node headily +b missing node unevenest +b missing node repairman +b missing node roommate +b missing node assailer +b missing node nubbiest +b missing node deductions +b missing node unamused +b missing node audaciously +b missing node sacred +b missing node piloted +b missing node dressily +b missing node rubrical +b missing node gravimeters +b missing node novelising +b missing node excrescent +b missing node reusableness +b missing node towboats +b missing node ziggurats +b missing node screechiest +b missing node excoriation +b missing node unused +b missing node bluecoat +b missing node strategies +b missing node tunneler +b missing node shadeless +b missing node venues +b missing node immortalities +b missing node plankings +b missing node tomatoes +b missing node roughhew +b missing node tunneled +b missing node crocodiles +b missing node transact +b missing node diagramed +b missing node spotlessly +b missing node reapers +b missing node chortlers +b missing node exploded +b missing node circumsolar +b missing node picayunes +b missing node repairmen +b missing node vouchsafes +b missing node brilliantine +b missing node deprecative +b missing node contentions +b missing node deepens +b missing node eateries +b missing node embroiders +b missing node exploder +b missing node explodes +b missing node takeoffs +b missing node bullnose +b missing node lowland +b missing node embroidery +b missing node distaffs +b missing node distracted +b missing node afforded +b missing node tampon +b missing node animalities +b missing node hectical +b missing node swamps +b missing node vying +b missing node excoriating +b missing node carpenters +b missing node hollowly +b missing node vouchsafed +b missing node swampy +b missing node asteroids +b missing node scattier +b missing node defrayment +b missing node scarificator +b missing node scarpering +b missing node hotblood +b missing node spirted +b missing node empyreal +b missing node certified +b missing node horrifies +b missing node enlivened +b missing node exactions +b missing node castellated +b missing node horrified +b missing node certifies +b missing node bevies +b missing node certifier +b missing node clamorousness +b missing node laking +b missing node uniters +b missing node lastly +b missing node omissible +b missing node empyrean +b missing node grifting +b missing node coenact +b missing node morphologists +b missing node isthmic +b missing node laudable +b missing node epistler +b missing node equestrians +b missing node epistles +b missing node rabelaisian +b missing node blocker +b missing node aerologist +b missing node nailhead +b missing node daters +b missing node eunuchoid +b missing node blocked +b missing node headier +b missing node cichlid +b missing node curtained +b missing node laudably +b missing node vivacities +b missing node decadence +b missing node inveigling +b missing node chancel +b missing node chancer +b missing node chances +b missing node revelations +b missing node engagingly +b missing node chanced +b missing node unalarmed +b missing node cinereal +b missing node criticizable +b missing node expendability +b missing node concourses +b missing node inducements +b missing node reposition +b missing node getaways +b missing node skyjack +b missing node dulling +b missing node indonesia +b missing node hetaera +b missing node regarded +b missing node huskings +b missing node solders +b missing node dousers +b missing node regroup +b missing node paraders +b missing node growling +b missing node duplicity +b missing node disquieting +b missing node confabs +b missing node jawline +b missing node upbraid +b missing node gumtrees +b missing node fixers +b missing node seismically +b missing node hurtling +b missing node transcending +b missing node cantingly +b missing node investigates +b missing node indorsing +b missing node allegation +b missing node modification +b missing node seton +b missing node coseys +b missing node regrows +b missing node investigated +b missing node skiddoos +b missing node lettuces +b missing node regrown +b missing node unsealing +b missing node neurally +b missing node oviduct +b missing node dadaists +b missing node faintness +b missing node mysticisms +b missing node tuberculosis +b missing node hellenistic +b missing node dadaisms +b missing node legacies +b missing node victimizers +b missing node ursine +b missing node scotsmen +b missing node joust +b missing node playgoers +b missing node haversack +b missing node pinked +b missing node balmiest +b missing node obscenely +b missing node flunkeys +b missing node archetypic +b missing node shyness +b missing node snugness +b missing node superb +b missing node tournaments +b missing node pinker +b missing node epochally +b missing node embossers +b missing node supers +b missing node laughed +b missing node laugher +b missing node reprints +b missing node reletters +b missing node cittern +b missing node humerus +b missing node evokes +b missing node avionic +b missing node evoker +b missing node connive +b missing node encryptions +b missing node outsold +b missing node reorientation +b missing node ladyloves +b missing node pufferies +b missing node evoked +b missing node titians +b missing node aestivate +b missing node staminate +b missing node swim +b missing node archetypes +b missing node cabbalahs +b missing node chaunters +b missing node swig +b missing node sketch +b missing node tazzas +b missing node forswears +b missing node abdomen +b missing node profounder +b missing node australians +b missing node noondays +b missing node sypher +b missing node nonstick +b missing node kennedy +b missing node idiopathy +b missing node distasted +b missing node pinkie +b missing node underwrite +b missing node cantankerously +b missing node swop +b missing node sunstroke +b missing node apostatize +b missing node editors +b missing node conjured +b missing node calvinistic +b missing node conjures +b missing node conjurer +b missing node strategist +b missing node ablings +b missing node assuage +b missing node flaxseed +b missing node exercisable +b missing node annapolis +b missing node ineluctably +b missing node barkier +b missing node heeltaps +b missing node spatteringly +b missing node totemites +b missing node revelers +b missing node lambskin +b missing node mildred +b missing node verifications +b missing node lightsome +b missing node fusees +b missing node hardware +b missing node respecter +b missing node hastily +b missing node dissolvable +b missing node porpoise +b missing node twerps +b missing node archetypal +b missing node respected +b missing node mottling +b missing node withdraw +b missing node lovelily +b missing node wising +b missing node louted +b missing node identically +b missing node edgiest +b missing node chancre +b missing node melanesia +b missing node swob +b missing node sepulchral +b missing node distastes +b missing node highroad +b missing node indigestible +b missing node dullish +b missing node atomical +b missing node gaggling +b missing node unanswerable +b missing node setal +b missing node choired +b missing node investigator +b missing node circuital +b missing node embryologists +b missing node setae +b missing node selectively +b missing node benzoic +b missing node richening +b missing node ascriptions +b missing node pinkly +b missing node hasting +b missing node foists +b missing node cosets +b missing node forborne +b missing node plucks +b missing node antitank +b missing node fallibleness +b missing node benzoin +b missing node gibbing +b missing node plucky +b missing node niobium +b missing node swum +b missing node abjuratory +b missing node pinkos +b missing node rosters +b missing node henrys +b missing node memoranda +b missing node hutzpas +b missing node syphon +b missing node resolutions +b missing node hutzpah +b missing node positiver +b missing node positives +b missing node withdrew +b missing node untwist +b missing node profoundly +b missing node imperiums +b missing node bilingual +b missing node kennels +b missing node foredate +b missing node tuberculoses +b missing node masculineness +b missing node seditiousness +b missing node piglet +b missing node dispatches +b missing node justified +b missing node allegretto +b missing node swanky +b missing node swanks +b missing node lovelies +b missing node prouder +b missing node lovelier +b missing node athenians +b missing node unsettle +b missing node processionals +b missing node jugglingly +b missing node overslips +b missing node dispatcher +b missing node jacobin +b missing node combustibles +b missing node dynasties +b missing node commitments +b missing node outraced +b missing node transporter +b missing node fervidness +b missing node barking +b missing node circuited +b missing node outraces +b missing node justifies +b missing node overslipt +b missing node rebaptizing +b missing node justifier +b missing node dispatched +b missing node zeros +b missing node circuiter +b missing node flatfeet +b missing node exam +b missing node transportee +b missing node transported +b missing node accidie +b missing node kibbled +b missing node assurance +b missing node carracks +b missing node sacrals +b missing node frilliest +b missing node ridable +b missing node swooned +b missing node kibbles +b missing node swooner +b missing node acculturate +b missing node photomurals +b missing node throughways +b missing node auburns +b missing node relationship +b missing node patters +b missing node galena +b missing node deflations +b missing node pattern +b missing node handbreadth +b missing node galleons +b missing node decathlons +b missing node fourposters +b missing node conundrums +b missing node subnormal +b missing node quirkily +b missing node exes +b missing node swigging +b missing node exchanges +b missing node hesitatingly +b missing node officiator +b missing node censors +b missing node gizzards +b missing node transportal +b missing node exchanged +b missing node differentiable +b missing node retrained +b missing node kris +b missing node exec +b missing node exchanger +b missing node frighting +b missing node sudden +b missing node townlet +b missing node landslide +b missing node bussing +b missing node ginner +b missing node flamenco +b missing node penlight +b missing node skittery +b missing node skitters +b missing node quirking +b missing node montanan +b missing node ginned +b missing node narcotizing +b missing node remissions +b missing node seditionist +b missing node tinging +b missing node chucklers +b missing node lodgeable +b missing node obtainable +b missing node muslim +b missing node digestively +b missing node muslin +b missing node cozener +b missing node faithlessness +b missing node clawless +b missing node croup +b missing node rushier +b missing node ruptured +b missing node alarmisms +b missing node usefulness +b missing node lankness +b missing node spreadable +b missing node ruptures +b missing node ixtles +b missing node commanding +b missing node deputizes +b missing node malignance +b missing node draftsmen +b missing node brochure +b missing node divider +b missing node divides +b missing node remonetizes +b missing node exit +b missing node pipette +b missing node saphead +b missing node unraveling +b missing node cozened +b missing node scotsman +b missing node tarragons +b missing node canadian +b missing node malignancy +b missing node divided +b missing node acquainting +b missing node moustache +b missing node nybble +b missing node totemists +b missing node cross +b missing node catchword +b missing node peddlers +b missing node gentler +b missing node gentles +b missing node acquirer +b missing node acquires +b missing node folktale +b missing node searchlight +b missing node scotches +b missing node profoundest +b missing node teepee +b missing node convincers +b missing node acquired +b missing node gentled +b missing node takingly +b missing node peddlery +b missing node beneficiated +b missing node mitten +b missing node insultingly +b missing node outscore +b missing node eyelids +b missing node hexane +b missing node allyls +b missing node dudish +b missing node rabies +b missing node drayed +b missing node russians +b missing node injunctions +b missing node circuitry +b missing node tangelos +b missing node garners +b missing node nearsightedly +b missing node cosecs +b missing node degerm +b missing node punishes +b missing node punisher +b missing node hookedness +b missing node proportioning +b missing node unhorsing +b missing node cabbalas +b missing node navahoes +b missing node scotched +b missing node draftsman +b missing node cabbalah +b missing node melodeon +b missing node reexported +b missing node splined +b missing node joule +b missing node crown +b missing node peristaltic +b missing node petrochemistry +b missing node splines +b missing node codifies +b missing node codifier +b missing node garnets +b missing node expo +b missing node crows +b missing node misinterpreted +b missing node dissemble +b missing node setup +b missing node durance +b missing node alarmists +b missing node crowd +b missing node deputized +b missing node swag +b missing node scarriest +b missing node conning +b missing node jacobus +b missing node punished +b missing node swab +b missing node averred +b missing node growlier +b missing node assiduity +b missing node gnashing +b missing node quirkier +b missing node obscenest +b missing node sway +b missing node swam +b missing node dustiness +b missing node swan +b missing node unresigned +b missing node codified +b missing node swap +b missing node swat +b missing node peopled +b missing node concessive +b missing node naivetes +b missing node incalculable +b missing node baying +b missing node augment +b missing node skintight +b missing node incalculably +b missing node descants +b missing node polios +b missing node joist +b missing node arabizing +b missing node platelets +b missing node acroliths +b missing node litterateurs +b missing node sforzatos +b missing node instruments +b missing node semiurban +b missing node inequities +b missing node subtends +b missing node dreadfully +b missing node dissipate +b missing node imaginary +b missing node unrhymed +b missing node aesthetic +b missing node elaborated +b missing node sooting +b missing node advantageous +b missing node disallows +b missing node ciscoes +b missing node burbled +b missing node councilor +b missing node peopler +b missing node peoples +b missing node burbles +b missing node burbler +b missing node noncreative +b missing node sweepstakes +b missing node valiancies +b missing node atypical +b missing node bibliographic +b missing node pretended +b missing node pretender +b missing node tweeds +b missing node funneled +b missing node reputation +b missing node firebombs +b missing node alphanumerics +b missing node tweedy +b missing node canonize +b missing node heteroses +b missing node gibbons +b missing node elaborates +b missing node lockstep +b missing node holeproof +b missing node necessities +b missing node inheritability +b missing node toadyisms +b missing node hysterias +b missing node ructious +b missing node hurriedness +b missing node institutionally +b missing node ingests +b missing node annealers +b missing node elegantly +b missing node aristocrat +b missing node remarque +b missing node obliquity +b missing node stitching +b missing node handclasp +b missing node finalizing +b missing node poling +b missing node following +b missing node lanolin +b missing node wennish +b missing node hinder +b missing node instructs +b missing node eructing +b missing node peccaries +b missing node noncontrastable +b missing node sorbates +b missing node compilation +b missing node aswirl +b missing node benzines +b missing node honours +b missing node pipeful +b missing node ukraine +b missing node musket +b missing node hysterics +b missing node muskeg +b missing node doglegged +b missing node stunsail +b missing node springtime +b missing node elevenths +b missing node broadway +b missing node joyance +b missing node waltzing +b missing node inference +b missing node maximals +b missing node smellers +b missing node forsee +b missing node rerouting +b missing node carotins +b missing node lenticular +b missing node indexation +b missing node bibliographer +b missing node anoint +b missing node preparation +b missing node lifer +b missing node bassinets +b missing node avenue +b missing node dissect +b missing node reservists +b missing node concession +b missing node worshipful +b missing node interspersed +b missing node gibbous +b missing node dualizing +b missing node violations +b missing node intersperses +b missing node declivity +b missing node muskie +b missing node beadiest +b missing node finalizations +b missing node jingoistic +b missing node appertains +b missing node reintroduce +b missing node moiety +b missing node undauntedly +b missing node deftly +b missing node encoders +b missing node polite +b missing node shanties +b missing node frowning +b missing node stutterers +b missing node animadverts +b missing node tabasco +b missing node intermixing +b missing node sootily +b missing node joint +b missing node joins +b missing node canonise +b missing node omahas +b missing node affiliates +b missing node matchlocks +b missing node amassment +b missing node canonist +b missing node nonintoxicating +b missing node undirected +b missing node imitate +b missing node convoying +b missing node quintain +b missing node discomforting +b missing node impurity +b missing node buttonhole +b missing node polish +b missing node lignifications +b missing node deifier +b missing node deifies +b missing node unrespectfully +b missing node jackstraw +b missing node carnivals +b missing node unearthing +b missing node capelets +b missing node deified +b missing node unwifely +b missing node ethiopian +b missing node downcasts +b missing node affiliated +b missing node quintals +b missing node utterance +b missing node remodelling +b missing node dynamited +b missing node cosset +b missing node petcocks +b missing node polity +b missing node eleganter +b missing node interceptors +b missing node hemistich +b missing node dynamites +b missing node dynamiter +b missing node recantingly +b missing node preoccupation +b missing node estrogenic +b missing node deepening +b missing node unwariness +b missing node retrenchments +b missing node hymnodies +b missing node mammalians +b missing node flirtier +b missing node themes +b missing node rulable +b missing node lamentations +b missing node production +b missing node casques +b missing node reapportioning +b missing node concurrent +b missing node perlitic +b missing node containerizing +b missing node illusiveness +b missing node castling +b missing node unlatch +b missing node underneath +b missing node pledgers +b missing node remediless +b missing node casqued +b missing node seductively +b missing node mockingly +b missing node adsorbents +b missing node malpresentation +b missing node demitasse +b missing node vacuities +b missing node reapportion +b missing node expounds +b missing node demurrals +b missing node unbeknownst +b missing node deflorescence +b missing node sectioning +b missing node vicunas +b missing node cabbaging +b missing node hornpipes +b missing node eked +b missing node defter +b missing node perlites +b missing node juggling +b missing node ekes +b missing node disordering +b missing node illegitimating +b missing node republication +b missing node sootier +b missing node suspiciously +b missing node sachet +b missing node perishes +b missing node sachem +b missing node bedims +b missing node fiascoes +b missing node perished +b missing node cenobitical +b missing node bassoonist +b missing node loathsome +b missing node soliciting +b missing node preconditions +b missing node discrowned +b missing node subdepartmental +b missing node administerings +b missing node hindus +b missing node towage +b missing node tomtit +b missing node halloos +b missing node perinea +b missing node vinegars +b missing node mazuma +b missing node escalloping +b missing node eruptions +b missing node aluminizing +b missing node incompletely +b missing node vinegary +b missing node breastwork +b missing node yogin +b missing node yogis +b missing node inmost +b missing node jawbreakers +b missing node heterosis +b missing node flirting +b missing node economizers +b missing node blepharitis +b missing node restoring +b missing node yogic +b missing node weazand +b missing node productive +b missing node yoghs +b missing node demurrage +b missing node piteously +b missing node lifts +b missing node halloed +b missing node oxygenated +b missing node swagman +b missing node vibrancy +b missing node halloas +b missing node geophones +b missing node receptivity +b missing node enfin +b missing node avenge +b missing node surcoats +b missing node oxygenates +b missing node assassinating +b missing node colonized +b missing node seditionary +b missing node hoopless +b missing node fighter +b missing node colonizer +b missing node colonizes +b missing node beautifiers +b missing node linage +b missing node illegitimation +b missing node reconvene +b missing node vibrance +b missing node decares +b missing node yogee +b missing node rerolls +b missing node borneo +b missing node police +b missing node toward +b missing node inconsistences +b missing node cigarets +b missing node accidentalness +b missing node picturers +b missing node chaffer +b missing node pledgees +b missing node deathtraps +b missing node incorporators +b missing node zanzibar +b missing node cabins +b missing node assassination +b missing node policy +b missing node unlikeness +b missing node gruffness +b missing node epigraphically +b missing node rabidness +b missing node halloes +b missing node facials +b missing node linacs +b missing node barreled +b missing node elaborator +b missing node murines +b missing node fooleries +b missing node ructions +b missing node gleaners +b missing node likeness +b missing node subgroups +b missing node jeans +b missing node bogeying +b missing node telecasted +b missing node telecaster +b missing node yogas +b missing node sensuousness +b missing node palfrey +b missing node mutative +b missing node seamster +b missing node tangents +b missing node soothly +b missing node filibuster +b missing node eire +b missing node deceivingly +b missing node abrasiveness +b missing node visitation +b missing node nineteenth +b missing node chaffed +b missing node rescission +b missing node extroversion +b missing node sequentially +b missing node jitterbugs +b missing node cantoned +b missing node esthete +b missing node waterfall +b missing node starchier +b missing node triskeles +b missing node pensees +b missing node triumvirates +b missing node weaker +b missing node roebuck +b missing node weaken +b missing node alginates +b missing node specialists +b missing node crewless +b missing node narking +b missing node rioters +b missing node history +b missing node costar +b missing node conform +b missing node unshrinkable +b missing node almsman +b missing node bombazine +b missing node stargazing +b missing node extracted +b missing node averted +b missing node courtly +b missing node accumulates +b missing node tuskers +b missing node numbingly +b missing node defuse +b missing node impromptu +b missing node butte +b missing node twingeing +b missing node accumulated +b missing node everybody +b missing node disarraying +b missing node mowing +b missing node pretences +b missing node light +b missing node documented +b missing node tetherball +b missing node bioflavonoid +b missing node sectionize +b missing node bioelectricity +b missing node declamatory +b missing node felicitators +b missing node katydid +b missing node borons +b missing node grosbeak +b missing node pignut +b missing node securable +b missing node greeters +b missing node skeletons +b missing node gazelles +b missing node documental +b missing node foolhardily +b missing node butty +b missing node recitalist +b missing node malfunction +b missing node butts +b missing node unarticulate +b missing node weewees +b missing node soyas +b missing node subschedules +b missing node nonreciprocal +b missing node rottenness +b missing node weeweed +b missing node deluders +b missing node cilia +b missing node bracts +b missing node manages +b missing node helving +b missing node fixated +b missing node manager +b missing node unalphabetized +b missing node forsake +b missing node eternally +b missing node demobbed +b missing node forehanded +b missing node quantified +b missing node quantifies +b missing node ridiculously +b missing node fixates +b missing node cavalryman +b missing node countersink +b missing node cauliflowers +b missing node extroversive +b missing node klatches +b missing node parterres +b missing node courting +b missing node twelfth +b missing node vibrants +b missing node liger +b missing node swooper +b missing node soothed +b missing node zoogeography +b missing node managed +b missing node ethicians +b missing node swooped +b missing node soother +b missing node teaberry +b missing node soothes +b missing node wallowing +b missing node nontheatrical +b missing node guarantied +b missing node externally +b missing node guaranties +b missing node signally +b missing node occurred +b missing node demarcators +b missing node documenter +b missing node countenance +b missing node weakly +b missing node sudses +b missing node sudser +b missing node butyl +b missing node coprocessor +b missing node podded +b missing node sudsed +b missing node pixels +b missing node molluscan +b missing node triangle +b missing node interview +b missing node doles +b missing node doled +b missing node aristocratically +b missing node unbiasedly +b missing node pervasively +b missing node hoarser +b missing node hoarsen +b missing node harrumphed +b missing node adversity +b missing node squelchers +b missing node dovetailed +b missing node lingier +b missing node perforations +b missing node lightship +b missing node rigorousness +b missing node upswells +b missing node dolci +b missing node dolce +b missing node fellations +b missing node scorers +b missing node mutation +b missing node awful +b missing node exportations +b missing node cantonal +b missing node scalable +b missing node fibrosis +b missing node commensurable +b missing node evolve +b missing node soviets +b missing node almsmen +b missing node mutating +b missing node fittings +b missing node commensurably +b missing node perverter +b missing node dismemberment +b missing node scalably +b missing node coster +b missing node foolhardier +b missing node vampirism +b missing node perverted +b missing node bleach +b missing node costed +b missing node braces +b missing node albany +b missing node musing +b missing node sensiblest +b missing node signaled +b missing node vaccination +b missing node dolor +b missing node lingering +b missing node escorts +b missing node countersign +b missing node signaler +b missing node aphotic +b missing node admonished +b missing node symphonic +b missing node zoomed +b missing node showrooms +b missing node chafers +b missing node tangency +b missing node reordering +b missing node nonfatal +b missing node inviably +b missing node undiminished +b missing node toothiest +b missing node stonefly +b missing node parkways +b missing node braced +b missing node courtier +b missing node cicatrices +b missing node forbiddingly +b missing node bracer +b missing node playrooms +b missing node ladybug +b missing node actualized +b missing node abortionist +b missing node tamarinds +b missing node troubadours +b missing node imported +b missing node seedy +b missing node vaccinating +b missing node analyzable +b missing node congestive +b missing node gesticulations +b missing node phlebotomies +b missing node importer +b missing node seeds +b missing node tangence +b missing node iambuses +b missing node prebilling +b missing node dolly +b missing node dolls +b missing node sackful +b missing node admonishes +b missing node hazardless +b missing node admonisher +b missing node actualizes +b missing node deportable +b missing node ramifying +b missing node grassers +b missing node prepackaging +b missing node infidels +b missing node exceeding +b missing node disparaging +b missing node barracudas +b missing node nitrites +b missing node reexport +b missing node pignet +b missing node congestion +b missing node categorize +b missing node haplessly +b missing node seeks +b missing node palpate +b missing node extractor +b missing node bedplates +b missing node freeboots +b missing node otoscope +b missing node signification +b missing node sordidness +b missing node congesting +b missing node otoscopy +b missing node nagger +b missing node flites +b missing node cavalrymen +b missing node thence +b missing node nagged +b missing node bleaks +b missing node valentine +b missing node defacement +b missing node kudu +b missing node affiancing +b missing node kudo +b missing node accompanying +b missing node capricious +b missing node blurbs +b missing node folioing +b missing node flitch +b missing node costly +b missing node starching +b missing node foredooms +b missing node pillorying +b missing node lingeries +b missing node marigold +b missing node exsert +b missing node wennier +b missing node dissert +b missing node sacerdotal +b missing node national +b missing node lanterns +b missing node disclamatory +b missing node neglects +b missing node repudiations +b missing node solarize +b missing node detectable +b missing node marshalcies +b missing node carfare +b missing node rejudges +b missing node actorish +b missing node mentioned +b missing node nonproduction +b missing node piniest +b missing node rejudged +b missing node seems +b missing node mentioner +b missing node guardrail +b missing node plutocrat +b missing node warlocks +b missing node fleshpots +b missing node pilfers +b missing node shicksa +b missing node foisting +b missing node unbutton +b missing node workweek +b missing node seels +b missing node materialities +b missing node dolts +b missing node redistilled +b missing node dipsomaniacs +b missing node foolhardiness +b missing node bayberries +b missing node trafficker +b missing node repacifying +b missing node clammed +b missing node trafficked +b missing node biodegradation +b missing node joked +b missing node solarium +b missing node dissent +b missing node spliced +b missing node bleary +b missing node seers +b missing node splices +b missing node joker +b missing node splicer +b missing node jokes +b missing node ohing +b missing node saboteurs +b missing node blears +b missing node mobilia +b missing node virgule +b missing node branchlike +b missing node sunbirds +b missing node neurotoxicity +b missing node boffola +b missing node spiriting +b missing node foaling +b missing node impoundment +b missing node oxidizing +b missing node fluorescence +b missing node detectably +b missing node mobiles +b missing node seacoasts +b missing node sapience +b missing node cannoneer +b missing node burials +b missing node sapiency +b missing node cricketers +b missing node solarism +b missing node dissimulate +b missing node glasswork +b missing node extendibility +b missing node assassin +b missing node seeps +b missing node bleats +b missing node seepy +b missing node blazing +b missing node chemically +b missing node rhinestones +b missing node visibility +b missing node vatting +b missing node sprinkled +b missing node barbiturate +b missing node absorbs +b missing node daunter +b missing node nudnick +b missing node arrayers +b missing node fabulously +b missing node else +b missing node musics +b missing node conditione +b missing node retrospectives +b missing node milliards +b missing node menarche +b missing node conditions +b missing node tastable +b missing node freedman +b missing node chowtimes +b missing node sprinkler +b missing node sprinkles +b missing node nevadians +b missing node contusion +b missing node oysterwoman +b missing node communications +b missing node misfiring +b missing node orphaning +b missing node alumins +b missing node reascends +b missing node insalubrious +b missing node jerrycans +b missing node sepulchering +b missing node boulevard +b missing node origamis +b missing node scoriae +b missing node unseating +b missing node feminacy +b missing node gouache +b missing node forbade +b missing node contusing +b missing node spriest +b missing node jolliness +b missing node falter +b missing node blunge +b missing node balloters +b missing node deadpanned +b missing node midleg +b missing node bumblebees +b missing node drinking +b missing node suppurates +b missing node entitling +b missing node aristotle +b missing node mountainsides +b missing node muzhik +b missing node saccharinity +b missing node erotizing +b missing node quincunx +b missing node contributions +b missing node cruds +b missing node tupping +b missing node waveform +b missing node mummying +b missing node virtually +b missing node orthopaedic +b missing node aphanite +b missing node suppurated +b missing node kryptonite +b missing node crude +b missing node scorify +b missing node forbodes +b missing node piasters +b missing node biremes +b missing node incubus +b missing node glistened +b missing node forboded +b missing node allspice +b missing node fishline +b missing node preconcealed +b missing node spillers +b missing node daffier +b missing node linden +b missing node movingly +b missing node unitize +b missing node sketched +b missing node flatware +b missing node lubricant +b missing node replete +b missing node daunted +b missing node sketcher +b missing node grillages +b missing node categories +b missing node pineapple +b missing node sketches +b missing node tubing +b missing node restorability +b missing node prostitutes +b missing node nudniks +b missing node defecter +b missing node mahoganies +b missing node programmes +b missing node programmer +b missing node defected +b missing node relived +b missing node languages +b missing node greats +b missing node programmed +b missing node stingier +b missing node conviviality +b missing node relives +b missing node tamaracks +b missing node unfairness +b missing node reelecting +b missing node potentate +b missing node merchanted +b missing node overstock +b missing node eurythmies +b missing node greave +b missing node immunes +b missing node householder +b missing node tunisian +b missing node anorexia +b missing node biocatalyst +b missing node elks +b missing node obliterate +b missing node septum +b missing node antepast +b missing node gentleness +b missing node feudalism +b missing node nonexclusive +b missing node worsens +b missing node cruel +b missing node feudalist +b missing node floppers +b missing node bestirred +b missing node cruet +b missing node neutrophil +b missing node roscoes +b missing node unrented +b missing node lubricate +b missing node ells +b missing node eurythmics +b missing node logistician +b missing node cabled +b missing node accompanyist +b missing node snapback +b missing node domed +b missing node biweekly +b missing node pinyon +b missing node reelection +b missing node unspoiled +b missing node unitive +b missing node cables +b missing node triangulate +b missing node diagraming +b missing node domes +b missing node neology +b missing node devastated +b missing node medicable +b missing node encompassment +b missing node innocent +b missing node lesbians +b missing node disinfect +b missing node converged +b missing node soughing +b missing node elms +b missing node changed +b missing node elmy +b missing node souchong +b missing node medicably +b missing node freedmen +b missing node illume +b missing node fusion +b missing node converges +b missing node demerits +b missing node alumina +b missing node gondoliers +b missing node alumine +b missing node scanners +b missing node gladliest +b missing node donators +b missing node colloids +b missing node devastates +b missing node crumb +b missing node chortling +b missing node topflight +b missing node intestinally +b missing node kabuki +b missing node reveling +b missing node discredit +b missing node aurally +b missing node pseudonyms +b missing node grease +b missing node tribute +b missing node redeploy +b missing node oysterwomen +b missing node nonrecurring +b missing node patinas +b missing node cupola +b missing node summonsed +b missing node matzahs +b missing node mandatorily +b missing node megacycle +b missing node seige +b missing node beadroll +b missing node kung +b missing node backbend +b missing node summonses +b missing node greasy +b missing node intercoms +b missing node inapposite +b missing node changer +b missing node prostituted +b missing node changes +b missing node embarrassingly +b missing node shikses +b missing node differential +b missing node differentiae +b missing node stinging +b missing node transfusional +b missing node allure +b missing node reletter +b missing node renovators +b missing node sudors +b missing node falsification +b missing node pelleting +b missing node overattached +b missing node permutation +b missing node inveiglers +b missing node precipice +b missing node biannual +b missing node checkable +b missing node stingily +b missing node whisperings +b missing node sackers +b missing node skulked +b missing node diatom +b missing node astragals +b missing node penlites +b missing node kebabs +b missing node immunologically +b missing node carton +b missing node laterally +b missing node sherbet +b missing node talkiest +b missing node preblessing +b missing node outbluff +b missing node presentiments +b missing node cleating +b missing node seashells +b missing node crump +b missing node polkas +b missing node subversives +b missing node preinstructed +b missing node swelter +b missing node indefensibility +b missing node censing +b missing node annotators +b missing node assaulters +b missing node reinfections +b missing node misreading +b missing node flummoxes +b missing node jokingly +b missing node shiksas +b missing node shovelman +b missing node cultivation +b missing node unsullied +b missing node inhaled +b missing node estancias +b missing node politesse +b missing node evoke +b missing node tribune +b missing node willingness +b missing node flummoxed +b missing node bevels +b missing node unplowed +b missing node formlessly +b missing node moments +b missing node inhales +b missing node momento +b missing node inhaler +b missing node crust +b missing node cultivating +b missing node babbling +b missing node cayenne +b missing node housepaint +b missing node crush +b missing node cruse +b missing node jointer +b missing node jointed +b missing node kiloliter +b missing node limitedness +b missing node unremoved +b missing node faerie +b missing node emit +b missing node bestiary +b missing node emir +b missing node sacksful +b missing node periled +b missing node wedlock +b missing node stratifications +b missing node blunts +b missing node mutualities +b missing node caiman +b missing node aqueducts +b missing node cabining +b missing node deprivations +b missing node doubtable +b missing node fragileness +b missing node remembers +b missing node silently +b missing node sustain +b missing node kangaroos +b missing node lackeying +b missing node defuze +b missing node gavots +b missing node swiggers +b missing node manacle +b missing node hungarian +b missing node falsie +b missing node unclouding +b missing node lamenters +b missing node chlorotic +b missing node propended +b missing node grammarian +b missing node princeton +b missing node picturesquely +b missing node branchlet +b missing node cines +b missing node cavitations +b missing node helmless +b missing node furzier +b missing node resignee +b missing node reincurs +b missing node congresswoman +b missing node courter +b missing node forseen +b missing node chirographic +b missing node resigner +b missing node courted +b missing node cathodic +b missing node resigned +b missing node lateraled +b missing node cinch +b missing node kerned +b missing node principally +b missing node unmasked +b missing node merchantry +b missing node anthropologists +b missing node kernel +b missing node encroachments +b missing node unmasker +b missing node leonard +b missing node sargasso +b missing node offbeats +b missing node euclid +b missing node godlings +b missing node cariocas +b missing node futurologists +b missing node bailable +b missing node regenerate +b missing node unscrambles +b missing node vegetarianism +b missing node amenders +b missing node pornography +b missing node skulker +b missing node injudiciousness +b missing node diestock +b missing node anesthetics +b missing node scoring +b missing node sulphurize +b missing node booklet +b missing node conflux +b missing node cartop +b missing node institutionalists +b missing node accumulator +b missing node congresswomen +b missing node sirups +b missing node yardmaster +b missing node wasteland +b missing node cetera +b missing node phosphor +b missing node redoing +b missing node airedale +b missing node undogmatic +b missing node brindled +b missing node chirographer +b missing node buxom +b missing node armenia +b missing node squashers +b missing node defector +b missing node supercharging +b missing node brindles +b missing node noosing +b missing node unscrambled +b missing node centiliter +b missing node flatways +b missing node subtotaled +b missing node etherification +b missing node sirupy +b missing node jointly +b missing node jewelry +b missing node beanbag +b missing node allude +b missing node collieries +b missing node retransmitting +b missing node nictitate +b missing node patching +b missing node bedews +b missing node heterotic +b missing node infester +b missing node stereotape +b missing node transmission +b missing node whereunder +b missing node bellhops +b missing node sombre +b missing node infested +b missing node shovers +b missing node showdowns +b missing node citadel +b missing node apoplectically +b missing node malted +b missing node pimpernel +b missing node ghostlier +b missing node haggards +b missing node bruting +b missing node reinscribe +b missing node kiddoes +b missing node garfish +b missing node slenderized +b missing node lineal +b missing node vitiating +b missing node dissevering +b missing node bankbooks +b missing node yoked +b missing node linear +b missing node deponing +b missing node slenderizes +b missing node yokel +b missing node hairiest +b missing node alfalfa +b missing node vowel +b missing node suppurate +b missing node flashguns +b missing node vower +b missing node overslept +b missing node proctologist +b missing node bookman +b missing node pityingly +b missing node lewdest +b missing node suppositive +b missing node bisexually +b missing node nonmilitants +b missing node pruners +b missing node domesticity +b missing node dynamometer +b missing node dissuasiveness +b missing node yokes +b missing node unthinkably +b missing node gaveler +b missing node colonizations +b missing node stropping +b missing node unthinkable +b missing node slaughters +b missing node portalled +b missing node gaveled +b missing node contumelies +b missing node cupper +b missing node vitiation +b missing node cupped +b missing node albacore +b missing node cathodes +b missing node assertor +b missing node diagraphs +b missing node simulate +b missing node gaspers +b missing node husband +b missing node gallivanted +b missing node rejoinder +b missing node consultative +b missing node lucency +b missing node shovels +b missing node unlubricated +b missing node patchily +b missing node stipendless +b missing node heinousness +b missing node accentuator +b missing node falser +b missing node hassocks +b missing node macrocosm +b missing node lucence +b missing node wapiti +b missing node gallivanter +b missing node logotypies +b missing node kryolites +b missing node abusive +b missing node asserter +b missing node deservedly +b missing node subdebs +b missing node hallows +b missing node marketable +b missing node recolonization +b missing node consultation +b missing node asserted +b missing node abortional +b missing node cuspated +b missing node astrals +b missing node socketing +b missing node knapping +b missing node courante +b missing node expatiators +b missing node dongs +b missing node reinvite +b missing node largish +b missing node oppressive +b missing node fireman +b missing node courants +b missing node oversleep +b missing node eyewashes +b missing node dossiers +b missing node paralyzingly +b missing node letterers +b missing node tortoni +b missing node johns +b missing node sharped +b missing node canines +b missing node lovage +b missing node kryoliths +b missing node osmiums +b missing node neonatal +b missing node installant +b missing node woolers +b missing node reroll +b missing node sharpen +b missing node sharper +b missing node donee +b missing node obscurantist +b missing node planishing +b missing node overseeing +b missing node caromed +b missing node auspicious +b missing node cabmen +b missing node accomplisher +b missing node carves +b missing node accomplishes +b missing node matzos +b missing node inductors +b missing node redecorate +b missing node matzoh +b missing node carved +b missing node accomplished +b missing node obscurantism +b missing node coveralls +b missing node carven +b missing node miserably +b missing node carver +b missing node itchiest +b missing node gigabytes +b missing node shoveller +b missing node surfacers +b missing node worshipers +b missing node minikins +b missing node sharply +b missing node miserable +b missing node firemen +b missing node shovelled +b missing node mushed +b missing node humblest +b missing node sharpie +b missing node theory +b missing node trojans +b missing node bushidos +b missing node strugglers +b missing node datsun +b missing node engulfment +b missing node woolens +b missing node anesthetist +b missing node neonates +b missing node gravestones +b missing node gymnasiums +b missing node humblers +b missing node henpeck +b missing node sublime +b missing node jeweler +b missing node fortnights +b missing node premeditator +b missing node brutism +b missing node cabman +b missing node brutish +b missing node untranscendentally +b missing node mushes +b missing node abusing +b missing node musher +b missing node chieftaincies +b missing node gradients +b missing node jeweled +b missing node variously +b missing node elds +b missing node graal +b missing node premeditates +b missing node crossings +b missing node shinnying +b missing node pestles +b missing node donor +b missing node yanked +b missing node yankee +b missing node combed +b missing node combes +b missing node comber +b missing node premeditated +b missing node segos +b missing node cowsheds +b missing node tempter +b missing node varicolored +b missing node severing +b missing node trenchancy +b missing node corvees +b missing node mullein +b missing node grabs +b missing node misapprehensions +b missing node grace +b missing node oppressing +b missing node segno +b missing node softens +b missing node fusing +b missing node outbargains +b missing node carotids +b missing node anesthetize +b missing node donna +b missing node fusils +b missing node harshened +b missing node redistricting +b missing node monotonies +b missing node folders +b missing node donne +b missing node barehead +b missing node oppression +b missing node tempted +b missing node stipends +b missing node fungicidally +b missing node sanctities +b missing node disregarded +b missing node grade +b missing node elan +b missing node pestled +b missing node grads +b missing node doxies +b missing node kenning +b missing node ladened +b missing node fusile +b missing node swaging +b missing node awhirl +b missing node croqueting +b missing node tweets +b missing node drawbar +b missing node conspiracy +b missing node octagon +b missing node reenforce +b missing node gettable +b missing node kinematically +b missing node bicolours +b missing node elhi +b missing node tribadism +b missing node grippiest +b missing node tweeze +b missing node inflaming +b missing node embattled +b missing node nonhistoric +b missing node slingshots +b missing node proctologies +b missing node joyfully +b missing node reacceding +b missing node rigger +b missing node embattles +b missing node workingman +b missing node cookwares +b missing node crimpiest +b missing node mullens +b missing node resurveyed +b missing node rigged +b missing node togaed +b missing node windmilled +b missing node spideriest +b missing node pictographic +b missing node truthfulness +b missing node illuminable +b missing node janglers +b missing node dynamists +b missing node descried +b missing node severity +b missing node medicines +b missing node descrier +b missing node cryostats +b missing node descries +b missing node longish +b missing node venerability +b missing node medicined +b missing node selectivity +b missing node distensibility +b missing node primogeniture +b missing node tamperer +b missing node contrivance +b missing node successively +b missing node disallow +b missing node cuprous +b missing node describe +b missing node arkansan +b missing node pigmenting +b missing node laudanums +b missing node culpable +b missing node unenforced +b missing node footsteps +b missing node devastator +b missing node arkansas +b missing node bedizens +b missing node pureeing +b missing node mullers +b missing node immaturity +b missing node bookmen +b missing node ghostlike +b missing node culpably +b missing node workingmen +b missing node racehorses +b missing node hairstylists +b missing node nosedive +b missing node cuppas +b missing node tampered +b missing node staplers +b missing node nattiest +b missing node patchier +b missing node donut +b missing node whapped +b missing node unscientific +b missing node transmissive +b missing node partnerships +b missing node segue +b missing node disarrangements +b missing node brutify +b missing node redressing +b missing node whapper +b missing node undertrained +b missing node demimondaines +b missing node resists +b missing node hooches +b missing node bienniums +b missing node scapula +b missing node cajolements +b missing node mullets +b missing node ulterior +b missing node moaning +b missing node observatories +b missing node medicinal +b missing node tantrums +b missing node diminuendo +b missing node grebes +b missing node pigpen +b missing node woolsack +b missing node slipslops +b missing node cigaret +b missing node aftermost +b missing node supposition +b missing node tinwares +b missing node combat +b missing node dewiest +b missing node petitions +b missing node entwisting +b missing node heterodoxy +b missing node ouches +b missing node driftiest +b missing node inconsiderable +b missing node reprocess +b missing node simulant +b missing node vowed +b missing node valving +b missing node pathetic +b missing node flapjacks +b missing node softest +b missing node identical +b missing node somber +b missing node courses +b missing node reject +b missing node reinserted +b missing node courser +b missing node dishonest +b missing node dynamisms +b missing node coursed +b missing node kittens +b missing node humbugged +b missing node unrestricted +b missing node granulations +b missing node corvets +b missing node laburnum +b missing node oviducts +b missing node concentrations +b missing node humbugger +b missing node esperanto +b missing node prewarming +b missing node referencing +b missing node zincic +b missing node beanery +b missing node strangulating +b missing node scintillates +b missing node interceptions +b missing node venturis +b missing node indurating +b missing node mosquitoes +b missing node slushiness +b missing node anesthetized +b missing node uncompounded +b missing node incurious +b missing node bathetically +b missing node unloved +b missing node anesthetizes +b missing node junction +b missing node seaborne +b missing node cabers +b missing node towels +b missing node induration +b missing node unharnesses +b missing node imbalmed +b missing node bookish +b missing node tenderizes +b missing node tenderizer +b missing node wieners +b missing node greasier +b missing node imbalmer +b missing node privateness +b missing node lumberyards +b missing node springfield +b missing node unsupportedly +b missing node longing +b missing node tenderized +b missing node dooms +b missing node dutchess +b missing node cakiest +b missing node scintillated +b missing node erectors +b missing node drainage +b missing node disentangled +b missing node preschoolers +b missing node numinous +b missing node enlace +b missing node gristmill +b missing node journalists +b missing node unharnessed +b missing node desexing +b missing node lacing +b missing node disentangles +b missing node honorary +b missing node lacily +b missing node correspondingly +b missing node forwhy +b missing node impurely +b missing node ventured +b missing node imperviousness +b missing node permutations +b missing node venturer +b missing node delighted +b missing node impudently +b missing node gemini +b missing node jangly +b missing node papule +b missing node zincky +b missing node sweetmeats +b missing node decreasingly +b missing node jangle +b missing node perceivers +b missing node proclamations +b missing node toggery +b missing node gnome +b missing node footways +b missing node coverages +b missing node toolshed +b missing node dentition +b missing node prehardens +b missing node partakers +b missing node unforgiven +b missing node demarking +b missing node precipitousness +b missing node squattier +b missing node woolshed +b missing node booking +b missing node ventures +b missing node ordnance +b missing node strangulation +b missing node finches +b missing node intercuts +b missing node enow +b missing node nonpartisan +b missing node sibilant +b missing node cupids +b missing node quintets +b missing node albeit +b missing node assessment +b missing node albedo +b missing node libel +b missing node execeptional +b missing node benzine +b missing node triplicates +b missing node stenography +b missing node bullneck +b missing node flenched +b missing node yolks +b missing node bighorns +b missing node alloys +b missing node donating +b missing node liber +b missing node tzetze +b missing node sibilate +b missing node misfortunes +b missing node frowners +b missing node triplicated +b missing node greasily +b missing node underwrote +b missing node charwoman +b missing node voted +b missing node clamour +b missing node greasing +b missing node culminates +b missing node votes +b missing node voter +b missing node grandstander +b missing node supremacists +b missing node gadgetries +b missing node caroler +b missing node culminated +b missing node inarticulate +b missing node proadoption +b missing node babylonian +b missing node pediatrician +b missing node lockup +b missing node caroled +b missing node reappeared +b missing node flenches +b missing node disgraceful +b missing node campgrounds +b missing node spathal +b missing node cigar +b missing node lacier +b missing node modular +b missing node crestings +b missing node disclamation +b missing node papuan +b missing node tryingly +b missing node nonpermanent +b missing node envy +b missing node elucidate +b missing node sophisticate +b missing node snippiness +b missing node bugeyes +b missing node spathed +b missing node excusable +b missing node perfumeries +b missing node teacupful +b missing node prudential +b missing node blowback +b missing node signified +b missing node unhabituated +b missing node jonah +b missing node phloem +b missing node pustulating +b missing node thirteenths +b missing node badmouthed +b missing node signifies +b missing node signifier +b missing node speculatively +b missing node pustulation +b missing node cameroon +b missing node handwrites +b missing node destructions +b missing node otiose +b missing node poltroon +b missing node unskillful +b missing node enate +b missing node tinware +b missing node engrafting +b missing node broomiest +b missing node allows +b missing node conceited +b missing node olograph +b missing node juniors +b missing node spathes +b missing node clamors +b missing node zinced +b missing node problem +b missing node donation +b missing node prolate +b missing node jugglery +b missing node medicaids +b missing node annelids +b missing node jugglers +b missing node modules +b missing node pacifists +b missing node recommission +b missing node reindeers +b missing node stuttering +b missing node favorers +b missing node groundwork +b missing node prosecutorial +b missing node counterpointed +b missing node jones +b missing node membered +b missing node doozy +b missing node pensive +b missing node machismos +b missing node juniper +b missing node policewomen +b missing node rilling +b missing node spathic +b missing node dagoba +b missing node equivoke +b missing node extorts +b missing node linens +b missing node peephole +b missing node tiglons +b missing node concurring +b missing node lineny +b missing node bacilli +b missing node weaner +b missing node lingers +b missing node conformation +b missing node allots +b missing node misquotations +b missing node audacities +b missing node hatsful +b missing node procedure +b missing node admix +b missing node contemnor +b missing node nonintoxicants +b missing node receptively +b missing node accentuates +b missing node informatively +b missing node admit +b missing node weaned +b missing node admin +b missing node cerecloths +b missing node reinciting +b missing node charwomen +b missing node illegitimately +b missing node laminator +b missing node dagoes +b missing node bichrome +b missing node ordure +b missing node crackings +b missing node vidkid +b missing node pledging +b missing node accentuated +b missing node ignorant +b missing node swabby +b missing node vaccinations +b missing node burin +b missing node policewoman +b missing node evermore +b missing node cometary +b missing node omnicompetence +b missing node gazettes +b missing node irregularities +b missing node demurrers +b missing node rarities +b missing node gazetted +b missing node nonsustaining +b missing node excretions +b missing node derelicts +b missing node momentousness +b missing node turbulence +b missing node bestride +b missing node unroofed +b missing node burgs +b missing node vulgarest +b missing node overreacting +b missing node burgh +b missing node edgeless +b missing node contraptions +b missing node fowlers +b missing node blazons +b missing node pacifisms +b missing node overreaction +b missing node refulgent +b missing node roentgens +b missing node implementing +b missing node turbulency +b missing node cashier +b missing node doors +b missing node abbotship +b missing node sobrieties +b missing node reappearing +b missing node fantasying +b missing node certificate +b missing node unexplored +b missing node quayside +b missing node clamper +b missing node picturing +b missing node lineup +b missing node excitants +b missing node shinbone +b missing node ferneries +b missing node nominees +b missing node flints +b missing node unpublished +b missing node supersedure +b missing node premiers +b missing node clamped +b missing node ejaculatory +b missing node indurative +b missing node semipublic +b missing node flinty +b missing node laminated +b missing node contemner +b missing node stitchers +b missing node crepier +b missing node bedeck +b missing node stitchery +b missing node towery +b missing node laminates +b missing node ejaculators +b missing node towers +b missing node proffers +b missing node probationers +b missing node rebilled +b missing node battleships +b missing node networking +b missing node typesetting +b missing node underdressing +b missing node obfuscate +b missing node eons +b missing node parliaments +b missing node encrypted +b missing node deepeners +b missing node porously +b missing node adman +b missing node convertors +b missing node pullouts +b missing node quantities +b missing node emulous +b missing node sovietizing +b missing node lesbian +b missing node throughout +b missing node sistrums +b missing node liners +b missing node libra +b missing node libre +b missing node cardinality +b missing node interlocutory +b missing node provability +b missing node undergirded +b missing node vaporousness +b missing node insurgences +b missing node chuting +b missing node premiere +b missing node apparently +b missing node purgations +b missing node interlocutors +b missing node cashing +b missing node carolyn +b missing node painful +b missing node zippering +b missing node nondependence +b missing node admen +b missing node myosin +b missing node parkinson +b missing node supperless +b missing node squatting +b missing node absolutistic +b missing node beechiest +b missing node readerships +b missing node peremptory +b missing node octanes +b missing node staidly +b missing node piquing +b missing node fairground +b missing node venoms +b missing node colorist +b missing node pistolling +b missing node brawnier +b missing node colorism +b missing node ohmic +b missing node unnameable +b missing node foxhounds +b missing node coitophobia +b missing node slakable +b missing node gondolier +b missing node rockworks +b missing node lingas +b missing node rebater +b missing node rebated +b missing node lingam +b missing node internality +b missing node dermatitises +b missing node fantasist +b missing node rebates +b missing node honored +b missing node reduplicating +b missing node honoree +b missing node living +b missing node negotiations +b missing node connote +b missing node dybbuk +b missing node pattypan +b missing node chutist +b missing node lilting +b missing node honorer +b missing node railing +b missing node lamplighter +b missing node hardstands +b missing node hokiest +b missing node cabinets +b missing node phenols +b missing node ingenue +b missing node broadcasting +b missing node occurrences +b missing node sutural +b missing node emmy +b missing node zillion +b missing node detractors +b missing node embryo +b missing node congressionally +b missing node wrongs +b missing node reeving +b missing node adversely +b missing node proforma +b missing node diagnostics +b missing node bogeymen +b missing node contemned +b missing node skeptically +b missing node plastered +b missing node branchless +b missing node grabbers +b missing node unhappily +b missing node scabbier +b missing node telephones +b missing node telephoner +b missing node squarish +b missing node telephoned +b missing node zeroed +b missing node poulticed +b missing node sulphuring +b missing node provocatively +b missing node surmising +b missing node zeroes +b missing node prologues +b missing node drossier +b missing node crosstie +b missing node vitalism +b missing node vitalist +b missing node bailiffs +b missing node ragwort +b missing node vaccine +b missing node libya +b missing node xenophobic +b missing node xenophobia +b missing node plasterer +b missing node dirtiness +b missing node poultices +b missing node sutures +b missing node cantors +b missing node lotuses +b missing node perturbed +b missing node venous +b missing node sutured +b missing node barometers +b missing node meander +b missing node misplayed +b missing node harmonicas +b missing node bogeyman +b missing node gumtree +b missing node museum +b missing node vitality +b missing node repriced +b missing node upright +b missing node epithelia +b missing node prologued +b missing node detergents +b missing node fetlock +b missing node pension +b missing node reprices +b missing node tastiest +b missing node hampshireman +b missing node shearer +b missing node infiniteness +b missing node tribulations +b missing node impertinently +b missing node doped +b missing node sheared +b missing node dopey +b missing node conspire +b missing node shellfish +b missing node doper +b missing node dopes +b missing node soppiest +b missing node venose +b missing node xenophobes +b missing node dunghill +b missing node auxillary +b missing node spatial +b missing node sunstruck +b missing node obsequies +b missing node nonperformance +b missing node telephonic +b missing node reduplicative +b missing node rhythmicity +b missing node bellower +b missing node hatchings +b missing node rotunda +b missing node fadeaways +b missing node plumbing +b missing node bellowed +b missing node squaring +b missing node luringly +b missing node plenties +b missing node vouch +b missing node adjectivally +b missing node pantheons +b missing node invincibly +b missing node nonincriminating +b missing node fragile +b missing node fantasied +b missing node firefly +b missing node unconfirmed +b missing node reduplication +b missing node torture +b missing node cantons +b missing node emus +b missing node lightheaded +b missing node invincible +b missing node courters +b missing node obstetricians +b missing node professional +b missing node vertiginous +b missing node unhappier +b missing node hampshiremen +b missing node nonmystical +b missing node shellfire +b missing node homogenize +b missing node laities +b missing node semolinas +b missing node primates +b missing node undesigned +b missing node steelyards +b missing node cannonade +b missing node vitalize +b missing node dragnets +b missing node linger +b missing node mockups +b missing node actors +b missing node noncritical +b missing node pilchards +b missing node befitting +b missing node grassier +b missing node prodemocratic +b missing node prodigals +b missing node submissions +b missing node roached +b missing node internalize +b missing node roaches +b missing node breastworks +b missing node undisclosed +b missing node hipbones +b missing node fantasies +b missing node hipshot +b missing node licensor +b missing node hopefully +b missing node encl +b missing node screeners +b missing node floppier +b missing node floppies +b missing node preboils +b missing node iodizers +b missing node nonsubscriber +b missing node promonarchists +b missing node metamorphoses +b missing node carabineer +b missing node ends +b missing node kitchen +b missing node peradventure +b missing node theres +b missing node martialing +b missing node reveller +b missing node metamorphosed +b missing node supper +b missing node polloi +b missing node supped +b missing node gyring +b missing node academician +b missing node revelled +b missing node euphony +b missing node divined +b missing node feverfew +b missing node fantasias +b missing node comicality +b missing node sackbut +b missing node nonadhesive +b missing node festival +b missing node babushka +b missing node campfire +b missing node interception +b missing node ginger +b missing node headphones +b missing node invalidate +b missing node requite +b missing node intervene +b missing node divines +b missing node diviner +b missing node ruination +b missing node interceptive +b missing node seize +b missing node lysergic +b missing node sorrels +b missing node licht +b missing node yolky +b missing node validity +b missing node lichi +b missing node oppressors +b missing node upscale +b missing node recessional +b missing node metamorphosis +b missing node licit +b missing node substage +b missing node cressets +b missing node blacklist +b missing node scintillator +b missing node require +b missing node isoclines +b missing node kyat +b missing node musers +b missing node smelling +b missing node funereally +b missing node outranks +b missing node gendarmerie +b missing node shopkeeper +b missing node gingko +b missing node supply +b missing node rimiest +b missing node grassing +b missing node haversacks +b missing node dentistries +b missing node refocuses +b missing node damselfly +b missing node ruinating +b missing node togged +b missing node supple +b missing node bedouin +b missing node grassily +b missing node positions +b missing node refocused +b missing node aggressions +b missing node licks +b missing node estivate +b missing node floppily +b missing node inquisitor +b missing node buskins +b missing node citations +b missing node staider +b missing node brawnily +b missing node nevadan +b missing node defiances +b missing node alveoli +b missing node mowers +b missing node resonating +b missing node nonsmokers +b missing node seine +b missing node followers +b missing node impercipient +b missing node flopping +b missing node avengingly +b missing node grandeurs +b missing node wracked +b missing node gestational +b missing node airplane +b missing node trepidations +b missing node locker +b missing node locket +b missing node therms +b missing node uncertified +b missing node handshake +b missing node irising +b missing node diverging +b missing node locked +b missing node inkling +b missing node bioscience +b missing node outrange +b missing node followeth +b missing node referable +b missing node barometrical +b missing node syncopate +b missing node pollen +b missing node poller +b missing node feudal +b missing node weapons +b missing node deliberating +b missing node subbasement +b missing node leonine +b missing node polled +b missing node pollee +b missing node numerousness +b missing node chipmunks +b missing node gunwhale +b missing node negativistic +b missing node reliquidated +b missing node resonation +b missing node deluding +b missing node yardstick +b missing node reliquidates +b missing node shanteys +b missing node annealing +b missing node reascents +b missing node bedded +b missing node deliberation +b missing node withdrawable +b missing node changers +b missing node engr +b missing node inclusions +b missing node pageboys +b missing node bedder +b missing node euchre +b missing node beggarliness +b missing node polishing +b missing node bellwether +b missing node wallowers +b missing node seism +b missing node albert +b missing node throughput +b missing node stapled +b missing node nowadays +b missing node totalities +b missing node staples +b missing node stapler +b missing node feuded +b missing node caution +b missing node licenser +b missing node smellier +b missing node licenses +b missing node tinklings +b missing node nonrelational +b missing node excruciating +b missing node dwindles +b missing node scabbily +b missing node toggle +b missing node moonless +b missing node licensed +b missing node dysfunctions +b missing node licensee +b missing node umbrage +b missing node sacramental +b missing node dwindled +b missing node tristezas +b missing node burnouses +b missing node administrants +b missing node scabbing +b missing node baboons +b missing node moonlets +b missing node possessively +b missing node coloring +b missing node stargazers +b missing node coplots +b missing node channel +b missing node verbifies +b missing node freeways +b missing node swirliest +b missing node crypt +b missing node wallabies +b missing node verbified +b missing node scrutinizingly +b missing node vibrates +b missing node lordship +b missing node inviable +b missing node tomcats +b missing node duplicate +b missing node disjunctive +b missing node vibrated +b missing node foremast +b missing node tail +b missing node airbursts +b missing node retching +b missing node maintops +b missing node wealth +b missing node backbite +b missing node languors +b missing node reverberating +b missing node drinkers +b missing node cocoas +b missing node missaid +b missing node purulent +b missing node foredoing +b missing node affectionately +b missing node recursively +b missing node babblers +b missing node inaction +b missing node beneficially +b missing node reverberation +b missing node fishless +b missing node rejoining +b missing node hospices +b missing node tags +b missing node misemploy +b missing node nybbles +b missing node adobe +b missing node screening +b missing node toweled +b missing node pavements +b missing node cautery +b missing node tans +b missing node conviction +b missing node unopened +b missing node asides +b missing node tang +b missing node lidar +b missing node facilitating +b missing node tank +b missing node feverishly +b missing node perigee +b missing node tamp +b missing node fatnesses +b missing node tams +b missing node impinges +b missing node tremblingly +b missing node impinger +b missing node tame +b missing node thermoelectric +b missing node deliberately +b missing node impermeable +b missing node busty +b missing node asthmatic +b missing node mischance +b missing node shovelfuls +b missing node impermeably +b missing node tale +b missing node talc +b missing node chancemen +b missing node sleddings +b missing node impinged +b missing node convicting +b missing node tall +b missing node talk +b missing node obviously +b missing node jumbos +b missing node coastlines +b missing node mussiness +b missing node take +b missing node perniciousness +b missing node nereides +b missing node omelettes +b missing node loggias +b missing node censers +b missing node outswim +b missing node tars +b missing node tart +b missing node evangelized +b missing node chapters +b missing node tarn +b missing node taro +b missing node tarp +b missing node evangelizes +b missing node tare +b missing node tortrix +b missing node accrues +b missing node geophytes +b missing node zillions +b missing node spillage +b missing node accrued +b missing node reinterpretations +b missing node forums +b missing node busts +b missing node beefcakes +b missing node monotreme +b missing node triumvirate +b missing node greets +b missing node elementally +b missing node accomplishment +b missing node benchmarks +b missing node dehydration +b missing node redbreast +b missing node yonis +b missing node eyelash +b missing node ennobling +b missing node endogenously +b missing node begonias +b missing node tape +b missing node invocator +b missing node dumper +b missing node eyeballing +b missing node ovation +b missing node intercepting +b missing node taps +b missing node snuffer +b missing node cauldrons +b missing node snuffed +b missing node dumped +b missing node motorboat +b missing node chunkiest +b missing node lacker +b missing node semis +b missing node endways +b missing node brahmas +b missing node norseman +b missing node uncovers +b missing node metals +b missing node lackey +b missing node peritoneums +b missing node brahman +b missing node taos +b missing node manufactories +b missing node twitted +b missing node saccharinely +b missing node urogram +b missing node moulter +b missing node twitter +b missing node peerless +b missing node cocoon +b missing node softies +b missing node gardenia +b missing node subluxation +b missing node kibbutz +b missing node backsliding +b missing node taut +b missing node hydrologists +b missing node tightrope +b missing node pinups +b missing node missals +b missing node manumission +b missing node mortalities +b missing node tats +b missing node dehydrating +b missing node naggers +b missing node unprofessionally +b missing node epilogs +b missing node innards +b missing node tartrate +b missing node gleanable +b missing node moulted +b missing node liposoluble +b missing node task +b missing node semen +b missing node turnstiles +b missing node nonrecurrent +b missing node tass +b missing node tate +b missing node typecasts +b missing node intwines +b missing node newsletters +b missing node gardened +b missing node repeoples +b missing node abject +b missing node sideband +b missing node intwined +b missing node compressions +b missing node pronouncing +b missing node kedging +b missing node adopt +b missing node souse +b missing node absurder +b missing node sunshine +b missing node repeopled +b missing node identifer +b missing node scanning +b missing node brainiest +b missing node sours +b missing node spillways +b missing node appendices +b missing node kashmirs +b missing node athletes +b missing node gardener +b missing node sunshiny +b missing node incommensurate +b missing node readjusts +b missing node personifications +b missing node snuffle +b missing node theses +b missing node assaulting +b missing node plumbism +b missing node outswam +b missing node greens +b missing node taxi +b missing node greeny +b missing node resituated +b missing node serrying +b missing node fermentable +b missing node snuffly +b missing node adorn +b missing node resurgent +b missing node slantwise +b missing node oyers +b missing node bronziest +b missing node peewit +b missing node taws +b missing node apogeic +b missing node chintziest +b missing node diminutions +b missing node huffiest +b missing node midgut +b missing node scoreless +b missing node flautists +b missing node cosmic +b missing node megaphones +b missing node resituates +b missing node refurbishing +b missing node either +b missing node adulterates +b missing node twinighter +b missing node south +b missing node bayberry +b missing node adore +b missing node adolf +b missing node ended +b missing node adulterated +b missing node plantains +b missing node courtesy +b missing node wickerwork +b missing node noncohesively +b missing node colonists +b missing node replica +b missing node minuting +b missing node speller +b missing node infectiousness +b missing node lacked +b missing node canalized +b missing node stingers +b missing node hundreds +b missing node docketing +b missing node accrual +b missing node prolifically +b missing node thesis +b missing node closuring +b missing node spelled +b missing node loggier +b missing node sound +b missing node canalizes +b missing node canvaslike +b missing node brahmin +b missing node simoniacs +b missing node ratifiers +b missing node glistered +b missing node matriarch +b missing node peewee +b missing node norsemen +b missing node malfeasant +b missing node exorbitant +b missing node assaultive +b missing node vibrator +b missing node vibratos +b missing node rassled +b missing node replied +b missing node soupy +b missing node soups +b missing node unilateral +b missing node lidos +b missing node redrills +b missing node rassles +b missing node windrowing +b missing node apogees +b missing node greeks +b missing node nonsignificant +b missing node inductive +b missing node imperiled +b missing node mechanically +b missing node rascally +b missing node bedbug +b missing node congregating +b missing node usage +b missing node ender +b missing node diaper +b missing node congregation +b missing node gasping +b missing node biodegrading +b missing node seaboots +b missing node lingua +b missing node interorbitally +b missing node dockside +b missing node academicism +b missing node wiliest +b missing node greeds +b missing node amending +b missing node quadroon +b missing node greedy +b missing node minutial +b missing node salubrities +b missing node unesco +b missing node replies +b missing node jolly +b missing node replier +b missing node decisively +b missing node souls +b missing node jumble +b missing node minutiae +b missing node adulterator +b missing node volente +b missing node butch +b missing node hecatomb +b missing node hexing +b missing node allusive +b missing node socialistic +b missing node chanceman +b missing node noosers +b missing node raisons +b missing node mnemonics +b missing node depredatory +b missing node unintelligible +b missing node temperately +b missing node bowfins +b missing node sough +b missing node fangless +b missing node notarially +b missing node logging +b missing node instilled +b missing node unintelligibly +b missing node foiled +b missing node spadix +b missing node preparatory +b missing node spluttered +b missing node midges +b missing node midget +b missing node provencal +b missing node taffrails +b missing node transponders +b missing node instiller +b missing node athletic +b missing node flatfoot +b missing node tryptic +b missing node hooraying +b missing node pigsty +b missing node hermeneutics +b missing node discomfiting +b missing node patchers +b missing node greece +b missing node shrinkable +b missing node channeled +b missing node triunes +b missing node uproots +b missing node plantings +b missing node evict +b missing node communities +b missing node trusteeships +b missing node triumph +b missing node cyclone +b missing node marmoreal +b missing node boring +b missing node capitulator +b missing node fireside +b missing node pioneered +b missing node senator +b missing node shavians +b missing node pigheaded +b missing node cyclops +b missing node unsatisfiable +b missing node reprieve +b missing node dorms +b missing node reoccupies +b missing node dormy +b missing node jolts +b missing node jacklegs +b missing node endow +b missing node sower +b missing node bigeyes +b missing node reaffirms +b missing node deponent +b missing node spades +b missing node spader +b missing node absurdum +b missing node jolty +b missing node reoccupied +b missing node escalators +b missing node spaded +b missing node anodal +b missing node phrenologic +b missing node cursoriness +b missing node bursa +b missing node burrs +b missing node burry +b missing node trematodes +b missing node evzones +b missing node balance +b missing node filtrates +b missing node escalatory +b missing node burse +b missing node sells +b missing node brutely +b missing node hilarity +b missing node liaisons +b missing node filtrated +b missing node politicking +b missing node boulders +b missing node paining +b missing node bouldery +b missing node sowed +b missing node burst +b missing node breakdown +b missing node mulling +b missing node kitties +b missing node hexaploid +b missing node nonviolence +b missing node scurrilously +b missing node nonluminous +b missing node dorsi +b missing node cycloid +b missing node dorsa +b missing node penuriousness +b missing node fortes +b missing node woads +b missing node hinged +b missing node millirems +b missing node creativeness +b missing node bemoan +b missing node misadjusted +b missing node flirts +b missing node courageous +b missing node retroacted +b missing node microforms +b missing node flirty +b missing node linier +b missing node decayed +b missing node creping +b missing node manicurists +b missing node earnings +b missing node decayer +b missing node anodes +b missing node vaccinators +b missing node lamenting +b missing node tenfolds +b missing node syndicator +b missing node chasuble +b missing node rapter +b missing node hinges +b missing node mullion +b missing node slangiest +b missing node endue +b missing node cuticular +b missing node hinger +b missing node frillings +b missing node worshiping +b missing node mausolea +b missing node discusses +b missing node airproofed +b missing node evils +b missing node adoze +b missing node macrocosms +b missing node intending +b missing node storeyed +b missing node grievously +b missing node gaudiness +b missing node burnt +b missing node burns +b missing node instigated +b missing node apogean +b missing node raptor +b missing node jurywoman +b missing node apogeal +b missing node surfacing +b missing node appanage +b missing node derisively +b missing node fortis +b missing node veronica +b missing node isobaric +b missing node lefter +b missing node homology +b missing node absolve +b missing node inconsequent +b missing node enlistments +b missing node metalling +b missing node evaluate +b missing node baldpate +b missing node expediencies +b missing node selfs +b missing node absurdly +b missing node archenemies +b missing node dyestuffs +b missing node officially +b missing node burps +b missing node swimsuit +b missing node anodic +b missing node humbling +b missing node cosmos +b missing node dewlapped +b missing node liege +b missing node orthoepists +b missing node verseman +b missing node obliviously +b missing node clanging +b missing node distichs +b missing node fiddlers +b missing node unperson +b missing node upwelled +b missing node swagmen +b missing node excitons +b missing node burro +b missing node orangeade +b missing node struggling +b missing node flageolets +b missing node sacrist +b missing node bedamn +b missing node mopeder +b missing node commingle +b missing node bribable +b missing node solenoids +b missing node woefulness +b missing node imperturbably +b missing node confide +b missing node burke +b missing node tattersalls +b missing node erupted +b missing node thetas +b missing node contacted +b missing node isotonically +b missing node imperturbable +b missing node handfast +b missing node maillots +b missing node harasses +b missing node harasser +b missing node penuries +b missing node sibilants +b missing node ladyish +b missing node despoilments +b missing node woald +b missing node sheaths +b missing node harassed +b missing node sheathe +b missing node duennas +b missing node mistitle +b missing node sackbuts +b missing node raptly +b missing node quashed +b missing node oilhole +b missing node doris +b missing node burma +b missing node versemen +b missing node burly +b missing node burls +b missing node pintos +b missing node doric +b missing node lining +b missing node excitors +b missing node behemoths +b missing node emulsin +b missing node senates +b missing node geriatrician +b missing node hotcakes +b missing node bedouins +b missing node ignorers +b missing node discussed +b missing node sheafing +b missing node zinged +b missing node eighteen +b missing node sacked +b missing node syndicated +b missing node opulencies +b missing node quashes +b missing node exarchies +b missing node zinger +b missing node delegation +b missing node galvanizers +b missing node muscly +b missing node hydrochloride +b missing node copulate +b missing node panacea +b missing node syndicates +b missing node inflamers +b missing node longers +b missing node maladministers +b missing node synthesizers +b missing node severely +b missing node realizer +b missing node realizes +b missing node moltenly +b missing node sacker +b missing node xylidine +b missing node bushy +b missing node awing +b missing node contrasts +b missing node delegating +b missing node compensator +b missing node lucerne +b missing node buckboard +b missing node realized +b missing node regretters +b missing node liens +b missing node lettering +b missing node corruptness +b missing node insinuations +b missing node fiberize +b missing node smarty +b missing node smarts +b missing node tempore +b missing node invocates +b missing node elegizing +b missing node swounds +b missing node icemen +b missing node bedaub +b missing node invocated +b missing node institute +b missing node replenishing +b missing node inadmissable +b missing node confirm +b missing node buses +b missing node cataclysmic +b missing node neutralists +b missing node wagoner +b missing node shapelessly +b missing node loadstone +b missing node sullying +b missing node untempting +b missing node confine +b missing node bombarded +b missing node severers +b missing node cocains +b missing node nonzero +b missing node cantrap +b missing node crossway +b missing node capitalization +b missing node cocaine +b missing node dosed +b missing node bused +b missing node fagging +b missing node wagoned +b missing node bathhouses +b missing node outshouting +b missing node intangibles +b missing node jurywomen +b missing node nonabstainer +b missing node doser +b missing node doses +b missing node woolies +b missing node woolier +b missing node epee +b missing node lawless +b missing node argyles +b missing node liers +b missing node onshore +b missing node pyromania +b missing node longest +b missing node schlepps +b missing node compatible +b missing node oddness +b missing node unlimber +b missing node compatibly +b missing node muscle +b missing node wobbling +b missing node bestrewn +b missing node capitulates +b missing node outyells +b missing node denuded +b missing node panache +b missing node severest +b missing node bestrews +b missing node mature +b missing node capitulated +b missing node donative +b missing node buckwheats +b missing node rapturous +b missing node facilitation +b missing node merganser +b missing node rototilled +b missing node pruning +b missing node enema +b missing node bookies +b missing node rototiller +b missing node denudes +b missing node denuder +b missing node assessorship +b missing node guarantors +b missing node keepsakes +b missing node largess +b missing node fellowships +b missing node largest +b missing node exacerbation +b missing node copolymers +b missing node lieut +b missing node bulimia +b missing node bulimic +b missing node enzymatic +b missing node flurried +b missing node clubhand +b missing node dastards +b missing node commandant +b missing node exacerbating +b missing node bedding +b missing node prerecorded +b missing node rectangle +b missing node epic +b missing node creepiest +b missing node sociologically +b missing node lissomly +b missing node compensates +b missing node profusion +b missing node corporal +b missing node busby +b missing node misinstructs +b missing node immured +b missing node acclimatizes +b missing node acclimatizer +b missing node efferent +b missing node smooched +b missing node abusers +b missing node bilkers +b missing node compensated +b missing node trypsin +b missing node immures +b missing node smarmy +b missing node tailings +b missing node tabs +b missing node defences +b missing node cantrip +b missing node nonreader +b missing node tabu +b missing node tact +b missing node tierces +b missing node smooches +b missing node spaced +b missing node bonesets +b missing node nontransferable +b missing node acclimatized +b missing node taco +b missing node tiercel +b missing node forbear +b missing node tack +b missing node tach +b missing node partaking +b missing node spacer +b missing node spaces +b missing node derailleur +b missing node aelurophobia +b missing node valkyrie +b missing node muscat +b missing node pintas +b missing node disgustingly +b missing node sitarists +b missing node tads +b missing node knappers +b missing node flurries +b missing node hardhanded +b missing node emitting +b missing node argylls +b missing node emblazoning +b missing node alewives +b missing node installers +b missing node inactive +b missing node derringers +b missing node arraying +b missing node swellheaded +b missing node indirectness +b missing node enemy +b missing node kitting +b missing node sibilance +b missing node wobblies +b missing node wobblier +b missing node largely +b missing node foldage +b missing node whiskered +b missing node outswum +b missing node configurations +b missing node iceman +b missing node modulus +b missing node lignification +b missing node tuxedos +b missing node bothering +b missing node profession +b missing node pitcher +b missing node pitches +b missing node cleaver +b missing node cleaves +b missing node duckweed +b missing node carobs +b missing node delphinium +b missing node redundantly +b missing node metricized +b missing node crania +b missing node metricizes +b missing node tinning +b missing node cleaved +b missing node overclouds +b missing node unpreventable +b missing node actinically +b missing node ketches +b missing node unrestrained +b missing node amoeboid +b missing node sweetsops +b missing node professing +b missing node medial +b missing node median +b missing node zooparasitic +b missing node antiquarianism +b missing node medias +b missing node coryza +b missing node pitched +b missing node angers +b missing node thundered +b missing node emboli +b missing node aswarm +b missing node incantations +b missing node conceptualist +b missing node conceptualism +b missing node misplaces +b missing node pretesting +b missing node cranes +b missing node misplaced +b missing node dentures +b missing node ochring +b missing node masterwork +b missing node medics +b missing node yawning +b missing node medico +b missing node tinnily +b missing node forewing +b missing node phaseouts +b missing node trombones +b missing node demotics +b missing node banning +b missing node folksily +b missing node solitude +b missing node kantian +b missing node pappy +b missing node trumps +b missing node chromosomic +b missing node pickaxe +b missing node updated +b missing node honeybee +b missing node craned +b missing node gleaming +b missing node fuchsias +b missing node interbreeds +b missing node humanizers +b missing node fretfulness +b missing node bicentennially +b missing node alongside +b missing node binomial +b missing node reaccustoming +b missing node bimetal +b missing node quenchless +b missing node weasel +b missing node hourglasses +b missing node haulyard +b missing node catchall +b missing node lippy +b missing node unfurnished +b missing node suppository +b missing node colonials +b missing node motherly +b missing node laughable +b missing node sacristry +b missing node sherberts +b missing node vizored +b missing node segues +b missing node wicker +b missing node kneecaps +b missing node recommissioned +b missing node distending +b missing node abscised +b missing node wicket +b missing node lilliputians +b missing node bowlders +b missing node updater +b missing node segued +b missing node updates +b missing node remarrying +b missing node decompensates +b missing node colinear +b missing node wicked +b missing node jacking +b missing node czardom +b missing node whirred +b missing node overwrite +b missing node redeposits +b missing node bonefish +b missing node detonators +b missing node adding +b missing node decompensated +b missing node laughably +b missing node nipping +b missing node succumbs +b missing node papua +b missing node relined +b missing node sophs +b missing node teethings +b missing node indescribability +b missing node laboriously +b missing node prepossession +b missing node addict +b missing node geminate +b missing node peeves +b missing node sophy +b missing node jittered +b missing node embody +b missing node abscises +b missing node patricidal +b missing node peeved +b missing node outstaying +b missing node nippily +b missing node relines +b missing node malapropisms +b missing node carols +b missing node recreating +b missing node unappeased +b missing node bidirectional +b missing node preadapted +b missing node papier +b missing node cranny +b missing node embargoed +b missing node woodlands +b missing node demotist +b missing node tallboys +b missing node marijuana +b missing node ancestries +b missing node amrita +b missing node colourers +b missing node ninetieths +b missing node nanograms +b missing node mudfish +b missing node amides +b missing node premeditatedly +b missing node lifeworks +b missing node pathogenicity +b missing node rheometer +b missing node whitened +b missing node duteous +b missing node prawners +b missing node apologues +b missing node cobwebby +b missing node bedsteads +b missing node whacking +b missing node semiweekly +b missing node donkeys +b missing node lipid +b missing node whitener +b missing node embargoes +b missing node nonextraditable +b missing node roundness +b missing node atomized +b missing node wellbred +b missing node stigmas +b missing node nourishments +b missing node atomizer +b missing node exciting +b missing node methodized +b missing node atomizes +b missing node cranks +b missing node amoebous +b missing node cranky +b missing node conceptions +b missing node ventricular +b missing node discontentments +b missing node jackies +b missing node demoting +b missing node locoed +b missing node rewidening +b missing node prepossessing +b missing node tabooed +b missing node constipation +b missing node remaking +b missing node dodgy +b missing node locoes +b missing node amidic +b missing node mothered +b missing node chamoix +b missing node overprotects +b missing node dodge +b missing node chamois +b missing node foolscaps +b missing node demotion +b missing node symbolization +b missing node angels +b missing node constipating +b missing node ethnological +b missing node whittling +b missing node practiced +b missing node replenish +b missing node amethyst +b missing node vindicate +b missing node practices +b missing node cabbie +b missing node melodious +b missing node daydream +b missing node sorceress +b missing node uncorrupted +b missing node fatiguability +b missing node pieplants +b missing node renograms +b missing node soppy +b missing node rodeo +b missing node roasters +b missing node furler +b missing node citifying +b missing node furled +b missing node ketchup +b missing node instability +b missing node stateswoman +b missing node publicizes +b missing node trekkers +b missing node navies +b missing node chairing +b missing node lively +b missing node corpses +b missing node atrophy +b missing node conclaves +b missing node roguing +b missing node nonadmission +b missing node diathermies +b missing node pulques +b missing node conjugal +b missing node mistiest +b missing node tremblers +b missing node medius +b missing node drooled +b missing node scripting +b missing node documents +b missing node mistyping +b missing node blackballed +b missing node dirndl +b missing node medium +b missing node chukkers +b missing node recreative +b missing node desiccatory +b missing node sorcerers +b missing node desiccators +b missing node methodizes +b missing node overly +b missing node butcheries +b missing node livens +b missing node wounded +b missing node exotically +b missing node wienies +b missing node garrulousness +b missing node salvagee +b missing node micron +b missing node salvaged +b missing node recreation +b missing node unaffected +b missing node dependabilities +b missing node micros +b missing node caroms +b missing node dehypnotized +b missing node predisposing +b missing node practical +b missing node pouring +b missing node amidst +b missing node repetitive +b missing node periodontal +b missing node assuming +b missing node opiners +b missing node thriftiness +b missing node organdie +b missing node abscissa +b missing node safelight +b missing node pestilential +b missing node docks +b missing node excommunicate +b missing node toeplates +b missing node pollinate +b missing node augusta +b missing node salvages +b missing node salvager +b missing node sopor +b missing node sacristan +b missing node diereses +b missing node publicized +b missing node nonvirulent +b missing node reinstructs +b missing node cramps +b missing node stirring +b missing node underparts +b missing node perpetuates +b missing node roguish +b missing node truman +b missing node resharpens +b missing node sottishly +b missing node cappings +b missing node pitchouts +b missing node putatively +b missing node outing +b missing node venturers +b missing node lessening +b missing node perpetuated +b missing node watermelon +b missing node typefaces +b missing node gesso +b missing node chumships +b missing node servilely +b missing node watermarking +b missing node egotistic +b missing node sebaceous +b missing node marooning +b missing node perpetuator +b missing node tenons +b missing node papist +b missing node woolskin +b missing node chromosomes +b missing node permanencies +b missing node culvert +b missing node culvers +b missing node dimwitted +b missing node brushoffs +b missing node fauves +b missing node textbooks +b missing node bagpiper +b missing node bagpipes +b missing node latvian +b missing node naturalization +b missing node papal +b missing node xerophyte +b missing node burnisher +b missing node burnishes +b missing node grouses +b missing node grouser +b missing node folksier +b missing node stringer +b missing node overdo +b missing node papas +b missing node democratize +b missing node tetrahedrons +b missing node papaw +b missing node attainability +b missing node dieresis +b missing node groused +b missing node burnished +b missing node stringed +b missing node paramours +b missing node cogencies +b missing node ornamentations +b missing node overheating +b missing node overed +b missing node agnosticism +b missing node sources +b missing node viridescent +b missing node divagate +b missing node recrowns +b missing node butchering +b missing node trueblue +b missing node conjugator +b missing node declinational +b missing node periodontic +b missing node meddling +b missing node periodontia +b missing node sheaves +b missing node tenors +b missing node democratism +b missing node depilatories +b missing node intoxicatedly +b missing node conceptualize +b missing node chromosomal +b missing node sheaved +b missing node repetition +b missing node remarriage +b missing node goatskins +b missing node viviparously +b missing node paper +b missing node dramatis +b missing node currently +b missing node overacts +b missing node bedpan +b missing node quintupling +b missing node dramatic +b missing node prentice +b missing node stateswomen +b missing node unshipped +b missing node fidgets +b missing node gunlock +b missing node truculent +b missing node photocomposes +b missing node decorticate +b missing node fidgety +b missing node broiling +b missing node paramount +b missing node petrochemical +b missing node gests +b missing node rapprochements +b missing node primogenitors +b missing node playmates +b missing node fumitory +b missing node manifoldness +b missing node photocomposed +b missing node geste +b missing node feta +b missing node ordinarier +b missing node wrathfully +b missing node juncture +b missing node preface +b missing node peruvian +b missing node feverish +b missing node untapped +b missing node overemphasized +b missing node simpering +b missing node cherubic +b missing node coldly +b missing node quays +b missing node supercharge +b missing node rehemming +b missing node obligingly +b missing node fete +b missing node steersman +b missing node saline +b missing node admiring +b missing node tunny +b missing node cloudiness +b missing node riotous +b missing node fess +b missing node investable +b missing node carnal +b missing node watthours +b missing node separately +b missing node sedately +b missing node lapidaries +b missing node professorships +b missing node qualifiedly +b missing node fern +b missing node lawsuit +b missing node proboscises +b missing node depolished +b missing node figuration +b missing node lapdogs +b missing node joining +b missing node donate +b missing node promisors +b missing node overemphasizes +b missing node cherubim +b missing node athenian +b missing node thou +b missing node thor +b missing node solving +b missing node reopens +b missing node gasohol +b missing node faithfully +b missing node melanins +b missing node merriest +b missing node deerskins +b missing node thro +b missing node thru +b missing node gluier +b missing node infinites +b missing node constituting +b missing node railers +b missing node opiating +b missing node endpaper +b missing node predacity +b missing node steersmen +b missing node patellar +b missing node mooncalf +b missing node patellas +b missing node wearer +b missing node illuminance +b missing node maximally +b missing node ictuses +b missing node patellae +b missing node worldlier +b missing node constitution +b missing node subdivides +b missing node instigator +b missing node subdivider +b missing node precelebration +b missing node subdivided +b missing node accurateness +b missing node onondagas +b missing node melanism +b missing node augural +b missing node semirigid +b missing node renderers +b missing node society +b missing node impersonated +b missing node workhand +b missing node languish +b missing node feud +b missing node byliners +b missing node prefabs +b missing node starlings +b missing node cilantros +b missing node impersonates +b missing node lions +b missing node they +b missing node isostatic +b missing node fell +b missing node chinaware +b missing node unprepared +b missing node livest +b missing node standardizes +b missing node finnmarks +b missing node thew +b missing node recrating +b missing node wheresoever +b missing node apparatus +b missing node standardized +b missing node structure +b missing node vernier +b missing node nitrifies +b missing node delivers +b missing node gastight +b missing node gavotte +b missing node bicultural +b missing node disgustedly +b missing node ordinarily +b missing node them +b missing node nonprofessional +b missing node then +b missing node tamale +b missing node indemnify +b missing node delivery +b missing node vanishers +b missing node thee +b missing node sooey +b missing node dyspeptically +b missing node augurer +b missing node overstaying +b missing node embossments +b missing node chelator +b missing node hulloing +b missing node mispronunciations +b missing node stepwise +b missing node augured +b missing node nitrified +b missing node carnie +b missing node serializations +b missing node diestocks +b missing node ashore +b missing node idyllist +b missing node disregard +b missing node livers +b missing node imitates +b missing node livery +b missing node embarrassedly +b missing node rivulets +b missing node secluding +b missing node imitatee +b missing node esthetic +b missing node imitated +b missing node squatters +b missing node macroscopical +b missing node defrauding +b missing node gluing +b missing node overlapped +b missing node nookies +b missing node venire +b missing node blockages +b missing node herniate +b missing node refigures +b missing node benignant +b missing node carney +b missing node reruns +b missing node burlesque +b missing node conquests +b missing node fevering +b missing node refigured +b missing node fens +b missing node sedatest +b missing node tapeline +b missing node thin +b missing node gluily +b missing node this +b missing node depolishes +b missing node accolade +b missing node kindredness +b missing node secularized +b missing node arrowheads +b missing node buskined +b missing node spankings +b missing node fend +b missing node erective +b missing node bioelectricities +b missing node dusters +b missing node discoids +b missing node secularizes +b missing node trinitarianism +b missing node slither +b missing node skinners +b missing node healthiness +b missing node impedance +b missing node secularizer +b missing node blockading +b missing node maniacal +b missing node ordinaries +b missing node squattest +b missing node esthetes +b missing node subparts +b missing node fungicide +b missing node colder +b missing node loneliness +b missing node legalized +b missing node epitomizes +b missing node searchings +b missing node divisor +b missing node instigates +b missing node felt +b missing node legalizes +b missing node epitomized +b missing node biotelemetries +b missing node blitheness +b missing node quaggas +b missing node metabolic +b missing node quail +b missing node ideograms +b missing node wormwoods +b missing node quais +b missing node tenner +b missing node undimmed +b missing node enravish +b missing node thwarters +b missing node misrepresenting +b missing node recommence +b missing node furrowed +b missing node decompresses +b missing node recommends +b missing node absurdness +b missing node messiahs +b missing node brainteaser +b missing node mikveh +b missing node ordinarius +b missing node overcharging +b missing node intervals +b missing node reasoners +b missing node rovingly +b missing node favorite +b missing node crisic +b missing node misjudge +b missing node sinewing +b missing node typesetters +b missing node furrower +b missing node decompressed +b missing node lingams +b missing node rapaciously +b missing node wooliest +b missing node picaroons +b missing node refundable +b missing node stoutened +b missing node quaky +b missing node nonconvergent +b missing node spoonbill +b missing node qualm +b missing node crisis +b missing node quale +b missing node illegalizing +b missing node czardas +b missing node dhyana +b missing node seaminess +b missing node loaning +b missing node ideograph +b missing node incineration +b missing node organdy +b missing node quake +b missing node munchies +b missing node uneventful +b missing node feat +b missing node fear +b missing node refractorily +b missing node unglazed +b missing node stultifying +b missing node thai +b missing node scroungy +b missing node exploration +b missing node scrounge +b missing node redigested +b missing node scones +b missing node whackier +b missing node chubbily +b missing node quaff +b missing node tennis +b missing node incinerating +b missing node networks +b missing node swiftness +b missing node mikvah +b missing node lionizer +b missing node quads +b missing node lionizes +b missing node that +b missing node coulters +b missing node than +b missing node lionized +b missing node capacities +b missing node thaw +b missing node fertilizations +b missing node infinitum +b missing node foreordainment +b missing node addressable +b missing node similarities +b missing node fricassee +b missing node cardioids +b missing node greys +b missing node feds +b missing node quags +b missing node shylocked +b missing node illiterate +b missing node hyphenates +b missing node indemnity +b missing node patricides +b missing node ropable +b missing node crises +b missing node hyphenated +b missing node handedness +b missing node feed +b missing node nulled +b missing node nonsmoking +b missing node feel +b missing node pickwickian +b missing node jackasses +b missing node evangelists +b missing node entendres +b missing node notochord +b missing node directer +b missing node riotously +b missing node weevils +b missing node feet +b missing node fees +b missing node outhit +b missing node weevily +b missing node hangnails +b missing node organic +b missing node tamals +b missing node scouting +b missing node honeybun +b missing node directed +b missing node unintentionally +b missing node phosgene +b missing node courages +b missing node materia +b missing node substantiations +b missing node quart +b missing node sootiest +b missing node perkiness +b missing node quark +b missing node opportunists +b missing node kabobs +b missing node crisps +b missing node preregistration +b missing node emboss +b missing node passionless +b missing node calamaries +b missing node assuasive +b missing node linos +b missing node razorbill +b missing node trulls +b missing node devaluing +b missing node archduchesses +b missing node director +b missing node impelled +b missing node crispy +b missing node unqualified +b missing node brewery +b missing node symbols +b missing node forint +b missing node recusator +b missing node germy +b missing node cardcases +b missing node expressionless +b missing node preaccepts +b missing node brewers +b missing node slatting +b missing node intersperse +b missing node nonrigid +b missing node favoring +b missing node wastery +b missing node amicus +b missing node paycheck +b missing node sconce +b missing node echeloned +b missing node tortoises +b missing node fugitively +b missing node isometry +b missing node figurative +b missing node lettermen +b missing node indium +b missing node impeller +b missing node greta +b missing node cabana +b missing node nonmilitarily +b missing node balustrades +b missing node obbligato +b missing node quash +b missing node tinnier +b missing node quasi +b missing node skeets +b missing node worldling +b missing node saviours +b missing node dundee +b missing node donald +b missing node munching +b missing node wasters +b missing node indite +b missing node untidied +b missing node absurdities +b missing node venusian +b missing node millimetric +b missing node shatterproof +b missing node embows +b missing node imitator +b missing node chelated +b missing node enquire +b missing node cabals +b missing node impersonator +b missing node directly +b missing node fossilizing +b missing node obbligati +b missing node lamella +b missing node cassabas +b missing node cluttering +b missing node whiteout +b missing node gaugeable +b missing node chelates +b missing node surpasses +b missing node ulcered +b missing node usuals +b missing node sooth +b missing node surpassed +b missing node cabala +b missing node miltiest +b missing node polishers +b missing node sooty +b missing node hagiographer +b missing node constitutive +b missing node penurious +b missing node soots +b missing node lints +b missing node grouter +b missing node linty +b missing node reburying +b missing node employing +b missing node omitting +b missing node regulatory +b missing node puppeteers +b missing node anorak +b missing node grouted +b missing node assistors +b missing node regulators +b missing node letterman +b missing node hierarch +b missing node angelica +b missing node crinolines +b missing node novelties +b missing node ralliers +b missing node domestic +b missing node benzene +b missing node keratoid +b missing node linum +b missing node tapioca +b missing node enquiry +b missing node beleaguer +b missing node contralto +b missing node quant +b missing node shedding +b missing node untidier +b missing node untidies +b missing node allayers +b missing node alliance +b missing node griot +b missing node yoghurt +b missing node deductible +b missing node baldhead +b missing node uneven +b missing node semiactive +b missing node tend +b missing node feeders +b missing node parts +b missing node party +b missing node registries +b missing node cosmetically +b missing node inquisitors +b missing node gripe +b missing node sceptre +b missing node tent +b missing node tens +b missing node inquisitory +b missing node excitor +b missing node gript +b missing node rioter +b missing node addicting +b missing node revitalizing +b missing node grips +b missing node germs +b missing node gripy +b missing node sceptered +b missing node isomerism +b missing node divulge +b missing node dungier +b missing node masculine +b missing node temp +b missing node parte +b missing node salvador +b missing node unmade +b missing node reusing +b missing node parti +b missing node asphyxiator +b missing node sunfishes +b missing node youths +b missing node parry +b missing node pancaked +b missing node intenders +b missing node handicraftsman +b missing node grimy +b missing node biomasses +b missing node cohering +b missing node grind +b missing node skywrite +b missing node synthesizing +b missing node crunchy +b missing node pancakes +b missing node tell +b missing node elaborately +b missing node vedantic +b missing node parse +b missing node defoliations +b missing node vociferously +b missing node bowsprit +b missing node grins +b missing node antre +b missing node revocability +b missing node gumless +b missing node antra +b missing node uncurious +b missing node cockfights +b missing node steepened +b missing node arcade +b missing node impellor +b missing node cyphering +b missing node rockfishes +b missing node conquered +b missing node prepositions +b missing node logwood +b missing node antiskid +b missing node spitefulness +b missing node sorcery +b missing node grits +b missing node mongeese +b missing node spottiness +b missing node flatwise +b missing node outgun +b missing node earning +b missing node sorel +b missing node patriotic +b missing node potshots +b missing node complicator +b missing node religious +b missing node ovenbird +b missing node coenzyme +b missing node sorer +b missing node hiders +b missing node enact +b missing node sores +b missing node tuque +b missing node response +b missing node etoile +b missing node wrongness +b missing node assembling +b missing node noggin +b missing node quarrel +b missing node atypic +b missing node quilled +b missing node wigwags +b missing node annotate +b missing node centrifuge +b missing node grist +b missing node isomerize +b missing node planktonic +b missing node demagnetization +b missing node runrounds +b missing node addictive +b missing node uplifting +b missing node cyclotron +b missing node grigs +b missing node cryptographers +b missing node coauthered +b missing node jamaican +b missing node laureateships +b missing node zitherists +b missing node tees +b missing node teen +b missing node teem +b missing node infantrymen +b missing node softheads +b missing node reconciliate +b missing node teed +b missing node carman +b missing node dunging +b missing node snowshoed +b missing node idealization +b missing node wigwams +b missing node teds +b missing node twangiest +b missing node inexecution +b missing node snowshoes +b missing node masochistic +b missing node inhalations +b missing node scoops +b missing node uncrystallized +b missing node varicose +b missing node tech +b missing node humoring +b missing node molluscans +b missing node judging +b missing node reasoning +b missing node typology +b missing node grift +b missing node overstimulation +b missing node albania +b missing node avoidance +b missing node subatomic +b missing node unlabelled +b missing node toxemia +b missing node toxemic +b missing node grill +b missing node honeydew +b missing node jasmines +b missing node benignancies +b missing node dandelions +b missing node placarding +b missing node teat +b missing node teas +b missing node verbalizations +b missing node tear +b missing node caissons +b missing node cringing +b missing node polygonally +b missing node humorist +b missing node surinam +b missing node grimm +b missing node quack +b missing node reacquainted +b missing node infantryman +b missing node teal +b missing node team +b missing node teak +b missing node grime +b missing node overstimulating +b missing node feigned +b missing node adjoined +b missing node ocellus +b missing node employers +b missing node americium +b missing node installing +b missing node declamation +b missing node bigness +b missing node carmen +b missing node laureating +b missing node feigner +b missing node anopia +b missing node coagula +b missing node triumvirs +b missing node eightballs +b missing node affirmatively +b missing node mazily +b missing node obsessional +b missing node volcanic +b missing node persecutors +b missing node roger +b missing node scoots +b missing node blowflies +b missing node raunchy +b missing node judicial +b missing node chinking +b missing node addiction +b missing node triumviri +b missing node aeons +b missing node conqueror +b missing node courtliest +b missing node niceties +b missing node reprogramming +b missing node mazing +b missing node parve +b missing node webworm +b missing node doffs +b missing node prologs +b missing node detractive +b missing node badinaging +b missing node viscosity +b missing node underseas +b missing node emendable +b missing node wallpapers +b missing node littlest +b missing node doppler +b missing node commutable +b missing node blockader +b missing node blockades +b missing node parch +b missing node customer +b missing node teratologic +b missing node biologist +b missing node blockaded +b missing node troublers +b missing node pesticide +b missing node downer +b missing node turds +b missing node waxwork +b missing node rundown +b missing node downed +b missing node cardigans +b missing node jaundice +b missing node despotism +b missing node roundhouse +b missing node erecting +b missing node elastics +b missing node pinions +b missing node aurated +b missing node critic +b missing node admirers +b missing node intercept +b missing node resurvey +b missing node perspiry +b missing node beanpole +b missing node overcools +b missing node liras +b missing node uraniums +b missing node limitless +b missing node paras +b missing node turbo +b missing node varietals +b missing node figments +b missing node perspire +b missing node doers +b missing node whatever +b missing node pleader +b missing node translucent +b missing node overcooks +b missing node ballistae +b missing node exhibit +b missing node erectile +b missing node pleaded +b missing node sorry +b missing node bylining +b missing node grids +b missing node lasciviousness +b missing node medically +b missing node botanical +b missing node grief +b missing node intendeds +b missing node voidance +b missing node disorient +b missing node eviscerates +b missing node wellborn +b missing node judoist +b missing node nonoccurrence +b missing node prolong +b missing node pullover +b missing node eviscerated +b missing node sorts +b missing node venine +b missing node westernize +b missing node agonistic +b missing node antes +b missing node likings +b missing node venins +b missing node stenchiest +b missing node screwer +b missing node forkers +b missing node detracting +b missing node eschalot +b missing node chinkier +b missing node anted +b missing node turfs +b missing node swampiness +b missing node erection +b missing node nattering +b missing node wanglers +b missing node jeroboam +b missing node isothermal +b missing node reworked +b missing node jewry +b missing node handbills +b missing node detraction +b missing node leveeing +b missing node scuffled +b missing node turfy +b missing node tambur +b missing node foreshadows +b missing node sexiest +b missing node camporee +b missing node scuffles +b missing node scuffler +b missing node dealers +b missing node amigas +b missing node people +b missing node defrauders +b missing node opaque +b missing node enlargement +b missing node parks +b missing node arcane +b missing node misadvising +b missing node arcana +b missing node indispensabilities +b missing node stymied +b missing node conjunctures +b missing node undersell +b missing node jezebels +b missing node jewed +b missing node footpaces +b missing node wineshop +b missing node rebbes +b missing node programers +b missing node dehydrogenates +b missing node suddenly +b missing node wrenched +b missing node wheedlers +b missing node antic +b missing node doozies +b missing node channelled +b missing node waggons +b missing node paris +b missing node jewel +b missing node fencepost +b missing node excites +b missing node antis +b missing node percolation +b missing node wrenches +b missing node exciter +b missing node selfhood +b missing node libation +b missing node flavorful +b missing node adamantly +b missing node turks +b missing node excited +b missing node tiltyards +b missing node venial +b missing node outgas +b missing node parka +b missing node dunged +b missing node consumptiveness +b missing node conjuration +b missing node degree +b missing node hydrate +b missing node incommodious +b missing node lightening +b missing node loggers +b missing node procaine +b missing node hydrant +b missing node turps +b missing node elastins +b missing node lowbrows +b missing node scaliness +b missing node doest +b missing node pillowed +b missing node reappointments +b missing node mollification +b missing node bacchanals +b missing node disapprove +b missing node doeth +b missing node percolating +b missing node crossbreeding +b missing node broadened +b missing node adjoints +b missing node triangulations +b missing node venice +b missing node extenuated +b missing node saliva +b missing node reclothing +b missing node transhipment +b missing node footwear +b missing node dehydrogenated +b missing node complicated +b missing node reinvokes +b missing node turns +b missing node hologram +b missing node extenuates +b missing node pared +b missing node religions +b missing node biologies +b missing node cosmetics +b missing node complicates +b missing node pares +b missing node stymies +b missing node cullender +b missing node parer +b missing node alarmingly +b missing node acidifies +b missing node acidifier +b missing node assemblies +b missing node undersexed +b missing node leadership +b missing node emitters +b missing node potential +b missing node dogmatic +b missing node volatiles +b missing node acidified +b missing node impotencies +b missing node handicraftsmen +b missing node consummately +b missing node anniversaries +b missing node reinvoked +b missing node spermicidal +b missing node moratoria +b missing node pasty +b missing node pasts +b missing node unexecuted +b missing node valorizations +b missing node oversleeping +b missing node papery +b missing node enigmatically +b missing node critturs +b missing node diallers +b missing node papers +b missing node pasta +b missing node arraigner +b missing node paste +b missing node decahedron +b missing node hammock +b missing node arraigned +b missing node municipalities +b missing node hellene +b missing node chalkier +b missing node probing +b missing node uncompassionate +b missing node overreact +b missing node domesticate +b missing node extensive +b missing node candidnesses +b missing node playsuits +b missing node carping +b missing node setbacks +b missing node arrogated +b missing node quotas +b missing node biologics +b missing node undenied +b missing node blubbered +b missing node arrogates +b missing node snatchers +b missing node unfledged +b missing node laments +b missing node defilement +b missing node knishes +b missing node overreach +b missing node yores +b missing node archduchess +b missing node scooting +b missing node poperies +b missing node blushers +b missing node tearier +b missing node blubberer +b missing node endurance +b missing node involuting +b missing node astride +b missing node compressible +b missing node tragedian +b missing node hypoderm +b missing node exobiologists +b missing node rebait +b missing node involution +b missing node traducers +b missing node freehanded +b missing node pommels +b missing node thefts +b missing node undamped +b missing node forged +b missing node melts +b missing node eulogy +b missing node nepalese +b missing node idiopathic +b missing node blasters +b missing node glistering +b missing node dezinc +b missing node passe +b missing node plumbery +b missing node plumbers +b missing node inordinately +b missing node blackberries +b missing node expletive +b missing node urban +b missing node inculpable +b missing node courtrooms +b missing node forger +b missing node forges +b missing node forget +b missing node underpants +b missing node refinery +b missing node probity +b missing node furore +b missing node melanges +b missing node outfox +b missing node luggage +b missing node swithers +b missing node rangers +b missing node formatters +b missing node reconditioning +b missing node ballistic +b missing node refiners +b missing node vortices +b missing node lionizers +b missing node hellers +b missing node pleistocene +b missing node lightships +b missing node syzygies +b missing node countersank +b missing node commend +b missing node concurrently +b missing node sighters +b missing node slowdown +b missing node melon +b missing node crucifixion +b missing node comment +b missing node tragedies +b missing node blackamoor +b missing node settler +b missing node reenlists +b missing node meteor +b missing node settles +b missing node resubmit +b missing node quotha +b missing node backtracking +b missing node mamelukes +b missing node fascisms +b missing node initiation +b missing node rebate +b missing node requesting +b missing node palookas +b missing node nairobi +b missing node grenadine +b missing node inliers +b missing node extension +b missing node initiating +b missing node stingrays +b missing node archive +b missing node enders +b missing node phonologists +b missing node sassed +b missing node auburn +b missing node recognition +b missing node intravenously +b missing node atomically +b missing node inquest +b missing node sasses +b missing node pettifogger +b missing node vortical +b missing node hopelessly +b missing node razzes +b missing node cordovan +b missing node pettifogged +b missing node kinfolk +b missing node syzygial +b missing node staccatos +b missing node fascists +b missing node sprucest +b missing node razzed +b missing node settled +b missing node cations +b missing node trampoline +b missing node outfit +b missing node vinylic +b missing node unauthentic +b missing node hypertrophies +b missing node criminalness +b missing node dirked +b missing node strongbox +b missing node bingos +b missing node transcribers +b missing node hypertrophied +b missing node definitively +b missing node syllogistically +b missing node quoted +b missing node crystals +b missing node gorsier +b missing node quotes +b missing node quoter +b missing node ovately +b missing node unrounding +b missing node furors +b missing node dyking +b missing node weekender +b missing node contortion +b missing node ewing +b missing node dodos +b missing node encouraging +b missing node papayan +b missing node peppiness +b missing node weekended +b missing node ringworms +b missing node forgot +b missing node cookshops +b missing node disputable +b missing node papayas +b missing node serious +b missing node attain +b missing node contorting +b missing node glaciate +b missing node disputably +b missing node leeriness +b missing node calipers +b missing node thriftiest +b missing node reasonably +b missing node paseo +b missing node fuzzed +b missing node critical +b missing node preceptor +b missing node beavers +b missing node entoiled +b missing node entitlement +b missing node footgears +b missing node initiative +b missing node fuzzes +b missing node previous +b missing node uncaught +b missing node stoutens +b missing node reasonable +b missing node weapon +b missing node servicers +b missing node cinques +b missing node whorehouse +b missing node volcanos +b missing node responds +b missing node corvet +b missing node restrings +b missing node corves +b missing node proportionally +b missing node corvee +b missing node neurotoxin +b missing node adders +b missing node labouring +b missing node eligible +b missing node mysteriousness +b missing node adduces +b missing node overimpress +b missing node infirmities +b missing node adduced +b missing node jackers +b missing node deucedly +b missing node text +b missing node grenadier +b missing node chirologies +b missing node journalized +b missing node converters +b missing node melba +b missing node eligibly +b missing node smoothy +b missing node carlot +b missing node smooths +b missing node spadeful +b missing node shunned +b missing node impassionate +b missing node rifled +b missing node substantialized +b missing node motorization +b missing node melee +b missing node meters +b missing node atheism +b missing node crossroad +b missing node demonstrations +b missing node contortive +b missing node jackets +b missing node fulgent +b missing node melds +b missing node throatiness +b missing node atheist +b missing node invaliding +b missing node nippier +b missing node clamshell +b missing node suburbanites +b missing node remembrances +b missing node shunner +b missing node neurotoxic +b missing node libitum +b missing node inabilities +b missing node rifles +b missing node rifler +b missing node sibilantly +b missing node wisdoms +b missing node test +b missing node flitching +b missing node addressee +b missing node lurched +b missing node unlawful +b missing node addressed +b missing node sceptic +b missing node resurrections +b missing node hazards +b missing node soreheads +b missing node gravimetric +b missing node aggravation +b missing node raceway +b missing node lurches +b missing node aweather +b missing node stoutest +b missing node lurcher +b missing node invalidity +b missing node scythes +b missing node imponderability +b missing node addend +b missing node unwarrantable +b missing node feedstuff +b missing node aggravating +b missing node stealths +b missing node czaritza +b missing node stealthy +b missing node xanthin +b missing node binges +b missing node xanthic +b missing node addresses +b missing node flavorers +b missing node addresser +b missing node scorching +b missing node chalking +b missing node hieratic +b missing node forewomen +b missing node asbestosis +b missing node sheepskin +b missing node scythed +b missing node pharisaically +b missing node excises +b missing node trunks +b missing node trustfulness +b missing node invalidism +b missing node magnifying +b missing node preexaminations +b missing node isomeric +b missing node excised +b missing node sepulchers +b missing node endear +b missing node splenification +b missing node hypodermics +b missing node botulisms +b missing node bonelet +b missing node heretic +b missing node attach +b missing node attack +b missing node noninstinctive +b missing node thespian +b missing node pasha +b missing node sodomy +b missing node tempests +b missing node dreadfulness +b missing node arrests +b missing node horsefly +b missing node fourths +b missing node coleus +b missing node rogue +b missing node proclaiming +b missing node scopes +b missing node kerfed +b missing node savoured +b missing node savourer +b missing node dummied +b missing node selenology +b missing node eolithic +b missing node forewoman +b missing node harrowed +b missing node dummies +b missing node tearing +b missing node harrower +b missing node supermini +b missing node accidents +b missing node monstrance +b missing node terr +b missing node scepter +b missing node hobnobbing +b missing node tern +b missing node term +b missing node shortcuts +b missing node theism +b missing node victualled +b missing node memos +b missing node theist +b missing node victualler +b missing node nielsen +b missing node oversubtle +b missing node bedimming +b missing node palls +b missing node transmittable +b missing node subbranches +b missing node clearer +b missing node rapturing +b missing node pally +b missing node editorially +b missing node spirituous +b missing node theirs +b missing node cleared +b missing node residentially +b missing node pillaged +b missing node septal +b missing node optically +b missing node tutee +b missing node sinlessness +b missing node catchers +b missing node internodal +b missing node forewent +b missing node doomster +b missing node chafing +b missing node chlorosis +b missing node preferences +b missing node accidence +b missing node solar +b missing node expiate +b missing node cannoning +b missing node strongest +b missing node sawtooth +b missing node greenness +b missing node dionysus +b missing node viragoes +b missing node oomphs +b missing node inquisition +b missing node claviers +b missing node turnings +b missing node palps +b missing node coughing +b missing node guileless +b missing node demultiplexes +b missing node lilac +b missing node sallow +b missing node trekking +b missing node pesters +b missing node prospering +b missing node wetness +b missing node doughiest +b missing node hellbox +b missing node lassitudes +b missing node twofer +b missing node carson +b missing node contrastable +b missing node taverners +b missing node dustbin +b missing node indoor +b missing node wintling +b missing node palmy +b missing node playboys +b missing node flunker +b missing node attars +b missing node acidulousness +b missing node perceived +b missing node palms +b missing node flatwares +b missing node rebids +b missing node truism +b missing node arbitral +b missing node flunked +b missing node thousandths +b missing node perceives +b missing node perceiver +b missing node tweakiest +b missing node spasmodically +b missing node exemplifying +b missing node heavies +b missing node heavier +b missing node polypoid +b missing node flunkey +b missing node obnoxious +b missing node ambiguously +b missing node blanketing +b missing node barbarian +b missing node brewing +b missing node unlabeled +b missing node mentality +b missing node unloose +b missing node puzzled +b missing node demolitions +b missing node winterizes +b missing node narrowest +b missing node peered +b missing node memorializing +b missing node bedpost +b missing node puzzler +b missing node puzzles +b missing node acculturational +b missing node scorch +b missing node periphery +b missing node abated +b missing node teleports +b missing node bridgeable +b missing node prawning +b missing node paled +b missing node phantom +b missing node suspense +b missing node semivowel +b missing node federational +b missing node winterized +b missing node inconvenient +b missing node leptonic +b missing node medicares +b missing node contextual +b missing node jailbirds +b missing node antiquation +b missing node persecution +b missing node overspread +b missing node chairmen +b missing node tautened +b missing node abater +b missing node irresolutely +b missing node predictively +b missing node abates +b missing node duckpin +b missing node stereotype +b missing node wilfully +b missing node blushful +b missing node rimester +b missing node antiquating +b missing node delegatory +b missing node occultists +b missing node prosperity +b missing node truing +b missing node outers +b missing node hedonically +b missing node crayonists +b missing node meridian +b missing node broilers +b missing node persecuting +b missing node riffle +b missing node quotient +b missing node wifelier +b missing node optics +b missing node organics +b missing node foundations +b missing node civilising +b missing node deepener +b missing node riffed +b missing node sectoring +b missing node disgracer +b missing node playbook +b missing node disgraces +b missing node comatose +b missing node landfall +b missing node pantsuit +b missing node metricate +b missing node baalism +b missing node salvable +b missing node affixed +b missing node jaggedest +b missing node vicarious +b missing node foghorns +b missing node septet +b missing node jackpots +b missing node timeouts +b missing node hindbrain +b missing node affixes +b missing node affixer +b missing node regrade +b missing node humped +b missing node reconfigure +b missing node societies +b missing node alleys +b missing node chairman +b missing node handpicked +b missing node corpore +b missing node indows +b missing node corpora +b missing node monotonous +b missing node carbonation +b missing node humphs +b missing node salvably +b missing node pales +b missing node eductor +b missing node paler +b missing node internodes +b missing node traumatizing +b missing node bastings +b missing node saintlier +b missing node septic +b missing node discolor +b missing node annulment +b missing node doglegging +b missing node fossilizes +b missing node graylings +b missing node umpired +b missing node carbonating +b missing node dipoles +b missing node demonisms +b missing node hardboard +b missing node fossilized +b missing node disgraced +b missing node umpires +b missing node anxious +b missing node curbstones +b missing node affrights +b missing node timeout +b missing node fallibility +b missing node canoeing +b missing node armoured +b missing node intuito +b missing node affixal +b missing node midshipmen +b missing node carpers +b missing node armourer +b missing node runways +b missing node carted +b missing node boolean +b missing node alkalinity +b missing node brainlessly +b missing node tutus +b missing node assumers +b missing node rioting +b missing node whackers +b missing node banners +b missing node umpteen +b missing node upboiling +b missing node mileage +b missing node melanesians +b missing node tutti +b missing node contraire +b missing node anaerobic +b missing node purgatives +b missing node zulus +b missing node specify +b missing node leathern +b missing node unlimited +b missing node leathers +b missing node leathery +b missing node plovers +b missing node burroughs +b missing node plywood +b missing node cringe +b missing node axseed +b missing node deepened +b missing node cartes +b missing node carter +b missing node stirrers +b missing node inexpensiveness +b missing node species +b missing node farseeing +b missing node bewilder +b missing node cartel +b missing node wolves +b missing node young +b missing node nippers +b missing node wolver +b missing node accordantly +b missing node thirsty +b missing node thirsts +b missing node regilded +b missing node equally +b missing node peones +b missing node geoid +b missing node milfoils +b missing node midshipman +b missing node harrumphs +b missing node traditores +b missing node hellcat +b missing node repeatedly +b missing node regeneracy +b missing node derivative +b missing node ginners +b missing node capetown +b missing node forkless +b missing node anonym +b missing node remanufacturing +b missing node defeminize +b missing node abaser +b missing node youth +b missing node abases +b missing node neatening +b missing node madison +b missing node uncondoned +b missing node unappealing +b missing node cancerous +b missing node axels +b missing node antinomians +b missing node bleeps +b missing node meridiem +b missing node famous +b missing node carpels +b missing node yodeler +b missing node danseuse +b missing node youse +b missing node contrails +b missing node tutor +b missing node mentalist +b missing node turbinate +b missing node yours +b missing node headwaters +b missing node yourn +b missing node temporaries +b missing node luggies +b missing node solos +b missing node yodeled +b missing node shiftable +b missing node embracing +b missing node spongers +b missing node intuits +b missing node demonists +b missing node reprimands +b missing node cordovans +b missing node reigns +b missing node blitzes +b missing node sherifs +b missing node expostulations +b missing node ashmen +b missing node requestor +b missing node proselytizers +b missing node blitzed +b missing node sheriff +b missing node palinode +b missing node saleroom +b missing node buckbean +b missing node detains +b missing node sporter +b missing node sanctifying +b missing node danseurs +b missing node sported +b missing node quintuplets +b missing node bleeds +b missing node solid +b missing node aimlessly +b missing node flapped +b missing node takeover +b missing node meddlers +b missing node oilcloths +b missing node avocet +b missing node labors +b missing node residents +b missing node clockwork +b missing node cackles +b missing node cackler +b missing node trapezoidal +b missing node silencer +b missing node canoeist +b missing node silences +b missing node czarina +b missing node cackled +b missing node unsnapped +b missing node prescoring +b missing node alkalinize +b missing node mainstay +b missing node ballyhooed +b missing node fleabanes +b missing node polypous +b missing node formatting +b missing node silenced +b missing node joinery +b missing node humorous +b missing node unperceptive +b missing node anvil +b missing node archer +b missing node skywrote +b missing node arches +b missing node equaled +b missing node amiableness +b missing node ashman +b missing node arched +b missing node uncrossing +b missing node membranous +b missing node pinnately +b missing node laudator +b missing node achiest +b missing node eclectically +b missing node pelletize +b missing node fairways +b missing node temptation +b missing node soles +b missing node headlock +b missing node crosslet +b missing node derivation +b missing node totalisms +b missing node fountain +b missing node positrons +b missing node ashamedly +b missing node insidiously +b missing node soled +b missing node hiccough +b missing node unacceptance +b missing node flapper +b missing node achieve +b missing node carpets +b missing node venges +b missing node spanks +b missing node inerrant +b missing node details +b missing node shapeups +b missing node temporarily +b missing node unjustification +b missing node treaders +b missing node venged +b missing node anaerobes +b missing node inquisitive +b missing node lugging +b missing node cannonism +b missing node labour +b missing node shrinkages +b missing node unworried +b missing node bollard +b missing node bedlam +b missing node hexapods +b missing node hexapody +b missing node special +b missing node recompounding +b missing node euphorias +b missing node drooped +b missing node outdid +b missing node dogie +b missing node fish +b missing node underhandedly +b missing node humors +b missing node firs +b missing node dissemblers +b missing node dressiness +b missing node jeepers +b missing node apportion +b missing node puritans +b missing node gimbaling +b missing node graze +b missing node requestors +b missing node decrypted +b missing node enqueue +b missing node joeys +b missing node ineffectiveness +b missing node fist +b missing node salmon +b missing node alleluia +b missing node carrot +b missing node trellised +b missing node opining +b missing node trellises +b missing node reabandoned +b missing node fixups +b missing node reinvolve +b missing node overages +b missing node carsickness +b missing node disputatious +b missing node muckworms +b missing node firm +b missing node overhung +b missing node formic +b missing node fire +b missing node consonant +b missing node accidies +b missing node doggy +b missing node pacifically +b missing node reconnect +b missing node erecters +b missing node disfigure +b missing node jurists +b missing node expedient +b missing node vendors +b missing node doggo +b missing node methods +b missing node headlong +b missing node dogma +b missing node monroe +b missing node pampa +b missing node trembling +b missing node sharpness +b missing node transparency +b missing node chorusing +b missing node insalivating +b missing node opinion +b missing node medley +b missing node prechills +b missing node rifely +b missing node objectant +b missing node guardianship +b missing node fixe +b missing node unpatented +b missing node tureens +b missing node grave +b missing node drillings +b missing node spurning +b missing node predicament +b missing node investigations +b missing node insalivation +b missing node whangers +b missing node carrom +b missing node gravy +b missing node disputations +b missing node menus +b missing node imperials +b missing node varieties +b missing node roars +b missing node former +b missing node fits +b missing node wonderfully +b missing node grays +b missing node formed +b missing node sniggers +b missing node signalling +b missing node deadlock +b missing node screwed +b missing node five +b missing node joiners +b missing node roast +b missing node delphinia +b missing node penpoint +b missing node reobtainable +b missing node dubbings +b missing node falchions +b missing node halibuts +b missing node spatially +b missing node tearoom +b missing node prophesier +b missing node emblem +b missing node prename +b missing node prophesies +b missing node evaders +b missing node fizz +b missing node tactician +b missing node anomie +b missing node anomic +b missing node anomia +b missing node circumpolar +b missing node litterbug +b missing node loving +b missing node boneset +b missing node finmark +b missing node prophesied +b missing node bulleted +b missing node epicenters +b missing node vouchering +b missing node registerable +b missing node groveler +b missing node recipes +b missing node benignantly +b missing node bewildered +b missing node combativeness +b missing node sepsis +b missing node acuity +b missing node substructure +b missing node gulflike +b missing node roans +b missing node lucubrate +b missing node whirlier +b missing node whirlies +b missing node faeces +b missing node economizing +b missing node turnable +b missing node residency +b missing node atremble +b missing node hayward +b missing node floated +b missing node takeouts +b missing node residence +b missing node purdahs +b missing node groveled +b missing node binned +b missing node leeringly +b missing node embargoing +b missing node juleps +b missing node infatuate +b missing node sequencing +b missing node tremblier +b missing node polaris +b missing node foredoom +b missing node feedbox +b missing node bulkhead +b missing node clobbers +b missing node exordiums +b missing node venery +b missing node gestations +b missing node towered +b missing node birthright +b missing node carrel +b missing node thwarting +b missing node bigamizing +b missing node slattern +b missing node relists +b missing node liked +b missing node ammonia +b missing node coheirs +b missing node ammonic +b missing node sartorial +b missing node canaries +b missing node phonically +b missing node doges +b missing node liker +b missing node brachial +b missing node roams +b missing node geode +b missing node dogey +b missing node discontinuously +b missing node likes +b missing node bulletin +b missing node liken +b missing node taboret +b missing node micromeli +b missing node immoveable +b missing node depredating +b missing node enormities +b missing node suffocatingly +b missing node mannishness +b missing node shunted +b missing node nighest +b missing node munchers +b missing node lipstick +b missing node accrediting +b missing node garbanzos +b missing node evacuate +b missing node shunter +b missing node disconcerting +b missing node trueborn +b missing node procapitalist +b missing node providence +b missing node festoons +b missing node queys +b missing node amalgamates +b missing node gluers +b missing node solvent +b missing node exhilarated +b missing node smouldered +b missing node depredation +b missing node overbearing +b missing node greatening +b missing node amalgamated +b missing node rioted +b missing node intercourse +b missing node thumbhole +b missing node fica +b missing node unscramble +b missing node abator +b missing node lasers +b missing node erogenous +b missing node repatriations +b missing node inkhorns +b missing node covetous +b missing node portioned +b missing node pooping +b missing node copyright +b missing node cortin +b missing node fibs +b missing node moonlight +b missing node portiones +b missing node portioner +b missing node scoria +b missing node inaugurating +b missing node professors +b missing node disconcertingly +b missing node scouters +b missing node inconclusive +b missing node whirling +b missing node enforcer +b missing node enforces +b missing node monogamy +b missing node fiat +b missing node fervencies +b missing node parachutes +b missing node tradeoffs +b missing node inauguration +b missing node trammeled +b missing node makework +b missing node enforced +b missing node parachuted +b missing node slabbing +b missing node irons +b missing node northwards +b missing node steadied +b missing node plasmoids +b missing node steadier +b missing node genii +b missing node exhilarates +b missing node genie +b missing node perique +b missing node genic +b missing node steadies +b missing node depilate +b missing node irony +b missing node grams +b missing node gramp +b missing node afield +b missing node gustless +b missing node subspecific +b missing node queue +b missing node solvers +b missing node judaic +b missing node skeans +b missing node fleabites +b missing node scores +b missing node scorer +b missing node gender +b missing node figs +b missing node ephedrin +b missing node pellagrous +b missing node nextly +b missing node scored +b missing node mislabelling +b missing node misidentify +b missing node enlist +b missing node graft +b missing node waistbands +b missing node fife +b missing node ureas +b missing node ureal +b missing node cuprums +b missing node roads +b missing node clienteles +b missing node crediting +b missing node quorum +b missing node roach +b missing node honeyful +b missing node snoutiest +b missing node fluctuates +b missing node valuables +b missing node fief +b missing node markups +b missing node painlessly +b missing node resistless +b missing node thriftier +b missing node fluctuated +b missing node nonaddicting +b missing node abatis +b missing node oinked +b missing node fids +b missing node nonidentity +b missing node leeching +b missing node surveiled +b missing node aegis +b missing node fide +b missing node grail +b missing node mends +b missing node subdirectors +b missing node bubbletops +b missing node narwhal +b missing node grain +b missing node fido +b missing node desiccants +b missing node uploads +b missing node simperers +b missing node wastage +b missing node employees +b missing node subdirectory +b missing node perihelia +b missing node americans +b missing node fileable +b missing node waggled +b missing node brachium +b missing node vexed +b missing node weenies +b missing node docklands +b missing node americana +b missing node vexer +b missing node waggles +b missing node vexes +b missing node file +b missing node aramaic +b missing node sintered +b missing node grasp +b missing node grass +b missing node mazier +b missing node prefaces +b missing node prefacer +b missing node obliquely +b missing node genoa +b missing node fiji +b missing node boweled +b missing node banderole +b missing node prefaced +b missing node forkful +b missing node quern +b missing node troutier +b missing node pewterers +b missing node obtruding +b missing node sensitivities +b missing node matchlock +b missing node query +b missing node factorship +b missing node steradian +b missing node tusks +b missing node grate +b missing node grata +b missing node amalgamator +b missing node steadily +b missing node richardson +b missing node cuboidal +b missing node caboodle +b missing node dumpiest +b missing node austerities +b missing node steading +b missing node quest +b missing node messiest +b missing node ohmage +b missing node lacrosses +b missing node clearly +b missing node bagfuls +b missing node palsy +b missing node feedbag +b missing node peignoirs +b missing node incorporates +b missing node genre +b missing node cortex +b missing node quell +b missing node grant +b missing node heaving +b missing node headstands +b missing node ashlar +b missing node grana +b missing node humour +b missing node grand +b missing node incorporated +b missing node reconfiscating +b missing node tardiness +b missing node scorns +b missing node fink +b missing node cavalier +b missing node pauline +b missing node propranolol +b missing node finn +b missing node preadult +b missing node reconfiscation +b missing node fins +b missing node irrepatriable +b missing node heavily +b missing node yawners +b missing node ascertained +b missing node pillages +b missing node pillager +b missing node zebra +b missing node ephedras +b missing node escargot +b missing node nonaddictive +b missing node grapy +b missing node underbidder +b missing node shagginess +b missing node jackleg +b missing node gents +b missing node metricated +b missing node zebus +b missing node addles +b missing node ashrams +b missing node graph +b missing node scabbard +b missing node grape +b missing node emasculations +b missing node bifurcates +b missing node fine +b missing node addled +b missing node find +b missing node metricates +b missing node film +b missing node thriftily +b missing node slashings +b missing node uncompleted +b missing node fill +b missing node incrusting +b missing node centupled +b missing node genus +b missing node bifurcated +b missing node gemmologists +b missing node admiration +b missing node centuples +b missing node rifest +b missing node weenier +b missing node carotene +b missing node nephritis +b missing node oddish +b missing node periods +b missing node pants +b missing node linda +b missing node patrimonially +b missing node anoles +b missing node kitling +b missing node elaboration +b missing node nephritic +b missing node time +b missing node woefuller +b missing node sacbut +b missing node pansy +b missing node meows +b missing node ostensibility +b missing node lindy +b missing node pocked +b missing node locust +b missing node tins +b missing node tint +b missing node convexo +b missing node kayo +b missing node underside +b missing node vender +b missing node cleated +b missing node worship +b missing node incorporator +b missing node tine +b missing node pocket +b missing node yowie +b missing node ting +b missing node kays +b missing node intercounty +b missing node lined +b missing node whirlers +b missing node cassinos +b missing node immodest +b missing node barefit +b missing node lines +b missing node refractor +b missing node liner +b missing node panty +b missing node vended +b missing node vendee +b missing node elaborating +b missing node defiling +b missing node linen +b missing node queer +b missing node queen +b missing node yowed +b missing node caliphal +b missing node dentins +b missing node kremlins +b missing node immunization +b missing node cornstalks +b missing node tike +b missing node coherent +b missing node felted +b missing node donees +b missing node inwinds +b missing node chevalier +b missing node tilt +b missing node till +b missing node sonar +b missing node riyals +b missing node gilberts +b missing node semolina +b missing node chubbier +b missing node tile +b missing node greed +b missing node polliwogs +b missing node straddler +b missing node straddles +b missing node zunis +b missing node slaughterer +b missing node undersign +b missing node slaughtered +b missing node impotence +b missing node biffed +b missing node simmered +b missing node berthed +b missing node sonde +b missing node armchair +b missing node subjection +b missing node replans +b missing node rescinds +b missing node replant +b missing node greco +b missing node dentine +b missing node denting +b missing node linac +b missing node conveys +b missing node skyrockets +b missing node songs +b missing node carryons +b missing node beluga +b missing node kart +b missing node mealworm +b missing node overmatch +b missing node prayerful +b missing node slabbery +b missing node timorous +b missing node subjecting +b missing node burundians +b missing node grebe +b missing node dojos +b missing node warlords +b missing node disrupt +b missing node atheneum +b missing node coherers +b missing node foible +b missing node interfiling +b missing node great +b missing node jesse +b missing node cruzeiros +b missing node straddled +b missing node sones +b missing node tonnage +b missing node aesthetes +b missing node mullahs +b missing node ropier +b missing node bastiles +b missing node caffeine +b missing node calpack +b missing node genes +b missing node scotch +b missing node genet +b missing node bugbanes +b missing node calpacs +b missing node temporalities +b missing node harmonics +b missing node clouted +b missing node stealthily +b missing node illiteracy +b missing node jests +b missing node clouter +b missing node berthas +b missing node agricultures +b missing node homeward +b missing node blisters +b missing node jesus +b missing node blistery +b missing node slabbers +b missing node harmonica +b missing node accident +b missing node ureic +b missing node mennonites +b missing node klaxons +b missing node matildas +b missing node empiric +b missing node mercenaries +b missing node concertize +b missing node monsoons +b missing node impotency +b missing node untidily +b missing node lunkhead +b missing node handicrafts +b missing node entree +b missing node fertile +b missing node dispossessory +b missing node overrate +b missing node sawbones +b missing node greek +b missing node vendor +b missing node green +b missing node amendatory +b missing node links +b missing node robot +b missing node greet +b missing node linky +b missing node outcry +b missing node garrisons +b missing node method +b missing node tits +b missing node rediscounted +b missing node curarization +b missing node reabandons +b missing node pangs +b missing node genal +b missing node plannings +b missing node ambivalent +b missing node gusseted +b missing node deathrate +b missing node tuckers +b missing node imprecisions +b missing node mercenarily +b missing node radiograph +b missing node inefficiency +b missing node carcasses +b missing node tire +b missing node unfastening +b missing node panic +b missing node tiro +b missing node yowls +b missing node panel +b missing node tiny +b missing node scotland +b missing node sonneting +b missing node verifying +b missing node entrap +b missing node differentiated +b missing node bouzouki +b missing node ropily +b missing node panes +b missing node littlish +b missing node iambics +b missing node differentiates +b missing node empires +b missing node overstocks +b missing node quean +b missing node replays +b missing node tuckets +b missing node liney +b missing node oblational +b missing node overrank +b missing node glommed +b missing node lingo +b missing node roping +b missing node peeped +b missing node lings +b missing node tipi +b missing node oddity +b missing node dentist +b missing node panga +b missing node rangier +b missing node pollbook +b missing node semisolid +b missing node tennises +b missing node nonempty +b missing node continuant +b missing node tips +b missing node captaincies +b missing node paned +b missing node robes +b missing node satisfied +b missing node tabards +b missing node electoral +b missing node underpriced +b missing node cringers +b missing node sociables +b missing node cartwheels +b missing node lobbyisms +b missing node mazers +b missing node recruit +b missing node butterfishes +b missing node chevaux +b missing node dutchman +b missing node drilled +b missing node manuever +b missing node robed +b missing node lovely +b missing node furred +b missing node assembled +b missing node bollixes +b missing node meanders +b missing node incapacitating +b missing node panda +b missing node tabaret +b missing node peeper +b missing node waistcoat +b missing node bollixed +b missing node assembles +b missing node variables +b missing node assembler +b missing node skiddiest +b missing node underprices +b missing node prohibitions +b missing node atomised +b missing node speckle +b missing node incapacitation +b missing node radiograms +b missing node witlings +b missing node rainproof +b missing node zwiebacks +b missing node chintzier +b missing node alumnus +b missing node pedestal +b missing node outmaneuver +b missing node goodness +b missing node shepherded +b missing node driller +b missing node weaver +b missing node weaves +b missing node sequencies +b missing node kobolds +b missing node bishoprics +b missing node limps +b missing node weaved +b missing node feeling +b missing node satisfier +b missing node dogberries +b missing node satisfies +b missing node atomises +b missing node postilions +b missing node floater +b missing node felicitation +b missing node skinning +b missing node intertribal +b missing node science +b missing node beebees +b missing node robin +b missing node exploiting +b missing node prostatic +b missing node sonata +b missing node numbness +b missing node limos +b missing node renovation +b missing node delicately +b missing node renovating +b missing node vessel +b missing node archons +b missing node perturbing +b missing node endwise +b missing node oncoming +b missing node jangling +b missing node prankster +b missing node flemings +b missing node sonars +b missing node corset +b missing node reheating +b missing node corses +b missing node limns +b missing node roble +b missing node patricians +b missing node chows +b missing node lobbyists +b missing node setting +b missing node ranging +b missing node hosannaed +b missing node hecatombs +b missing node refracted +b missing node felicitating +b missing node horded +b missing node metier +b missing node zeals +b missing node hordes +b missing node parenthesize +b missing node thus +b missing node cabinet +b missing node artillerist +b missing node feminizing +b missing node moldering +b missing node haddocks +b missing node thug +b missing node misadventure +b missing node oblations +b missing node newsreel +b missing node thud +b missing node undersize +b missing node cabined +b missing node apaches +b missing node overseership +b missing node preinstructs +b missing node ties +b missing node enthused +b missing node tier +b missing node portents +b missing node capacitate +b missing node upswelled +b missing node bedizened +b missing node placarders +b missing node reconveys +b missing node downward +b missing node knighthoods +b missing node malodors +b missing node quadrangular +b missing node parachutists +b missing node tiff +b missing node tidy +b missing node tawdriness +b missing node aesthesia +b missing node geniture +b missing node sonic +b missing node saucers +b missing node warrants +b missing node agronomist +b missing node desiccating +b missing node goldfishes +b missing node enthuses +b missing node warranty +b missing node prostates +b missing node gyrose +b missing node tied +b missing node airfares +b missing node lovers +b missing node convent +b missing node refires +b missing node blushing +b missing node tics +b missing node furrow +b missing node vitalizers +b missing node swaggers +b missing node tide +b missing node convene +b missing node vulture +b missing node atomisms +b missing node disjoin +b missing node sonneted +b missing node calypso +b missing node overselling +b missing node repricing +b missing node evading +b missing node veronicas +b missing node tick +b missing node refired +b missing node yowling +b missing node impotents +b missing node pulmotors +b missing node bootleg +b missing node boatloads +b missing node specked +b missing node skinnier +b missing node gauzes +b missing node discernible +b missing node nutpicks +b missing node chord +b missing node chore +b missing node specialized +b missing node dutchmen +b missing node kame +b missing node oddnesses +b missing node specializes +b missing node promenader +b missing node deflowering +b missing node splendorous +b missing node promenades +b missing node carriage +b missing node format +b missing node chose +b missing node methyl +b missing node spalls +b missing node shipboard +b missing node formal +b missing node promenaded +b missing node hiding +b missing node atomists +b missing node kale +b missing node silencers +b missing node nephrites +b missing node sweltriest +b missing node epical +b missing node reconvert +b missing node convert +b missing node chalkboard +b missing node depredate +b missing node sonny +b missing node veneer +b missing node kaka +b missing node carnivore +b missing node sidesteppers +b missing node dieldrin +b missing node reemploy +b missing node corespondent +b missing node aldermanry +b missing node togetherness +b missing node gemmy +b missing node vogues +b missing node intercity +b missing node stalwarts +b missing node chops +b missing node craggy +b missing node sequestered +b missing node sublets +b missing node diamagnetism +b missing node outbid +b missing node nonverbal +b missing node triturate +b missing node secularists +b missing node wifeless +b missing node brazenly +b missing node requester +b missing node choke +b missing node converting +b missing node requested +b missing node peoplers +b missing node forkier +b missing node choky +b missing node chauvinistic +b missing node philately +b missing node limas +b missing node microphysics +b missing node unjointed +b missing node skidooed +b missing node desiccative +b missing node unmerciful +b missing node limbo +b missing node feasibility +b missing node sufficiently +b missing node strawberries +b missing node commits +b missing node unveil +b missing node barquentine +b missing node moulting +b missing node targets +b missing node underwinds +b missing node entailments +b missing node allies +b missing node geneva +b missing node forcefully +b missing node chomp +b missing node overachiever +b missing node limby +b missing node limbs +b missing node fluoroscopic +b missing node stopcock +b missing node disheartened +b missing node allied +b missing node overachieved +b missing node traducing +b missing node administrated +b missing node opticist +b missing node shylocking +b missing node doily +b missing node luggers +b missing node jetty +b missing node agronomies +b missing node bunions +b missing node administrates +b missing node belted +b missing node credenza +b missing node bleeder +b missing node tracings +b missing node nonsmoker +b missing node enamoured +b missing node headstalls +b missing node hardships +b missing node cycloids +b missing node apiarists +b missing node colloquial +b missing node desiccation +b missing node spinnakers +b missing node polisher +b missing node polishes +b missing node doing +b missing node polished +b missing node alumnae +b missing node reprocessing +b missing node flavoring +b missing node runnings +b missing node brazened +b missing node forked +b missing node bronzings +b missing node mystifications +b missing node notables +b missing node bollards +b missing node dealing +b missing node symbiot +b missing node forker +b missing node programing +b missing node propylene +b missing node sister +b missing node snatching +b missing node commixt +b missing node lascar +b missing node czarism +b missing node manginess +b missing node symbion +b missing node honeying +b missing node champer +b missing node vapouring +b missing node extolls +b missing node endive +b missing node ashier +b missing node probers +b missing node genera +b missing node gelts +b missing node aldermanic +b missing node champed +b missing node czarist +b missing node belaboured +b missing node somas +b missing node ticked +b missing node fatherly +b missing node choir +b missing node occupancies +b missing node simplifies +b missing node simplifier +b missing node labourers +b missing node quoting +b missing node vested +b missing node deputational +b missing node carpal +b missing node lowdown +b missing node forking +b missing node ticker +b missing node capillary +b missing node ticket +b missing node vestee +b missing node overplayed +b missing node merciful +b missing node manuevered +b missing node limit +b missing node chock +b missing node dunker +b missing node federalizing +b missing node colloquies +b missing node shipworm +b missing node lynchings +b missing node flex +b missing node flew +b missing node flee +b missing node fled +b missing node flea +b missing node dunked +b missing node beclouding +b missing node caparisoning +b missing node deescalate +b missing node simplified +b missing node outbox +b missing node scantiness +b missing node huffiness +b missing node crafty +b missing node submissively +b missing node ointments +b missing node noncooperation +b missing node crafts +b missing node solve +b missing node meting +b missing node monopolized +b missing node vestas +b missing node diallage +b missing node monopolizer +b missing node monopolizes +b missing node appearing +b missing node debarring +b missing node linseed +b missing node portends +b missing node truanted +b missing node thereupon +b missing node undershot +b missing node carpel +b missing node ewers +b missing node carper +b missing node redescribing +b missing node carpet +b missing node whoredoms +b missing node displayable +b missing node mismarriage +b missing node jujutsu +b missing node vestal +b missing node squashing +b missing node flay +b missing node flaw +b missing node flax +b missing node panamas +b missing node flat +b missing node hummed +b missing node lionizing +b missing node pantheist +b missing node incorporeal +b missing node flap +b missing node limes +b missing node flan +b missing node flak +b missing node relique +b missing node pantheism +b missing node dockhands +b missing node flag +b missing node vociferous +b missing node flab +b missing node abased +b missing node vincible +b missing node limed +b missing node decompositions +b missing node hummer +b missing node indonesian +b missing node tickle +b missing node palmistry +b missing node farmhouse +b missing node limey +b missing node tipless +b missing node repressibility +b missing node thallium +b missing node virgules +b missing node dirges +b missing node pylorous +b missing node bargaining +b missing node scorchers +b missing node bondholders +b missing node fluoroscopes +b missing node hashes +b missing node entrapments +b missing node lambencies +b missing node navels +b missing node convect +b missing node hashed +b missing node fruiterers +b missing node dumplings +b missing node fathered +b missing node carped +b missing node scuffing +b missing node ashing +b missing node enfevering +b missing node antismog +b missing node mistimed +b missing node barrelling +b missing node refresher +b missing node refreshes +b missing node mistimes +b missing node weightiness +b missing node reanimations +b missing node unpracticable +b missing node killdees +b missing node killdeer +b missing node subclerks +b missing node cytologically +b missing node option +b missing node overextended +b missing node urges +b missing node womanliness +b missing node opting +b missing node colouring +b missing node scotia +b missing node blurts +b missing node commies +b missing node devaluation +b missing node kidskins +b missing node urger +b missing node urged +b missing node incinerators +b missing node bastille +b missing node louvered +b missing node putrefy +b missing node reunifying +b missing node forewarn +b missing node rebels +b missing node optima +b missing node inguinal +b missing node debuting +b missing node jettisoning +b missing node faraway +b missing node gleamier +b missing node stealthier +b missing node slatternly +b missing node allium +b missing node oxidizers +b missing node cockcrow +b missing node unoffended +b missing node levator +b missing node carnival +b missing node clamouring +b missing node glaciers +b missing node sphinges +b missing node joviality +b missing node floorages +b missing node gelid +b missing node replace +b missing node credence +b missing node dahlia +b missing node refreshed +b missing node hurdler +b missing node hurdles +b missing node attend +b missing node stinter +b missing node destined +b missing node caffeins +b missing node systoles +b missing node montes +b missing node aquanauts +b missing node stinted +b missing node interlocution +b missing node hurdled +b missing node destines +b missing node concertina +b missing node noncooperative +b missing node bartend +b missing node concerting +b missing node morphological +b missing node lethals +b missing node harboured +b missing node chaperonage +b missing node correl +b missing node gimballed +b missing node skimpiest +b missing node deiform +b missing node rocky +b missing node rooming +b missing node scorpion +b missing node roaster +b missing node gelds +b missing node scorpios +b missing node optician +b missing node roominess +b missing node pedestrian +b missing node squashier +b missing node roasted +b missing node rocks +b missing node milkiest +b missing node unruliest +b missing node gelee +b missing node berates +b missing node reddishness +b missing node systolic +b missing node exciters +b missing node campground +b missing node moiled +b missing node paternally +b missing node poisons +b missing node expropriate +b missing node agricultural +b missing node toenails +b missing node countervailed +b missing node months +b missing node berated +b missing node devaluating +b missing node colloquium +b missing node unenviously +b missing node lilly +b missing node moiler +b missing node roomily +b missing node solicitations +b missing node saloon +b missing node torcheres +b missing node heirless +b missing node goosey +b missing node nonproductive +b missing node suspends +b missing node vehicles +b missing node incoincident +b missing node truantry +b missing node corral +b missing node eyewitness +b missing node linseys +b missing node withers +b missing node salons +b missing node unentertaining +b missing node synchronously +b missing node arrayals +b missing node cassandras +b missing node sporule +b missing node attest +b missing node rebecs +b missing node vestry +b missing node dwelling +b missing node mullioned +b missing node angina +b missing node opalesces +b missing node litterers +b missing node baronetcies +b missing node rebeck +b missing node opalesced +b missing node eruptives +b missing node respelled +b missing node barbershop +b missing node routings +b missing node caitiffs +b missing node disarrayed +b missing node nonindustrial +b missing node subunit +b missing node fragrant +b missing node carryout +b missing node nonmigratory +b missing node whirled +b missing node reawakens +b missing node whirler +b missing node airframe +b missing node unwrapped +b missing node sailcloth +b missing node subjective +b missing node litmuses +b missing node opals +b missing node sighting +b missing node coughers +b missing node possessory +b missing node yamuns +b missing node luggages +b missing node persimmons +b missing node siziest +b missing node clamshells +b missing node mornings +b missing node ringside +b missing node routines +b missing node barters +b missing node tennists +b missing node dignifiedly +b missing node carpus +b missing node ateliers +b missing node degums +b missing node possessors +b missing node wayfarings +b missing node gooses +b missing node expertness +b missing node aphelia +b missing node jocks +b missing node roomier +b missing node flamboyant +b missing node marvels +b missing node jocko +b missing node snatchier +b missing node ending +b missing node fusileers +b missing node goosed +b missing node administrator +b missing node exserts +b missing node blurry +b missing node cryobiology +b missing node lilts +b missing node institutional +b missing node toke +b missing node encompasses +b missing node immeshing +b missing node kirsches +b missing node corrigibly +b missing node blackboards +b missing node flippantly +b missing node chorally +b missing node deputy +b missing node rockeries +b missing node ribbon +b missing node moonsets +b missing node encompassed +b missing node literacies +b missing node tole +b missing node corrigible +b missing node kroner +b missing node amniote +b missing node anointments +b missing node misapplying +b missing node told +b missing node hammily +b missing node galled +b missing node abominators +b missing node toll +b missing node calendering +b missing node stockades +b missing node playlets +b missing node forbid +b missing node kronen +b missing node direst +b missing node tome +b missing node tomb +b missing node noblesses +b missing node fowlpox +b missing node foreknowing +b missing node nighing +b missing node nonproven +b missing node feignedly +b missing node ricochet +b missing node sharecrop +b missing node bootery +b missing node tone +b missing node injunction +b missing node tong +b missing node grope +b missing node spikiest +b missing node elopements +b missing node depute +b missing node toms +b missing node assisters +b missing node measliest +b missing node hamming +b missing node groom +b missing node anion +b missing node choleras +b missing node tool +b missing node took +b missing node oilpapers +b missing node sparry +b missing node nonadaptive +b missing node promenaders +b missing node faunas +b missing node tony +b missing node anile +b missing node tons +b missing node protestations +b missing node involver +b missing node humorlessness +b missing node involves +b missing node closeness +b missing node pulpit +b missing node tops +b missing node diddling +b missing node sparta +b missing node leisure +b missing node narrowing +b missing node anils +b missing node overalls +b missing node tope +b missing node carpals +b missing node pentalogies +b missing node linter +b missing node massacre +b missing node involved +b missing node lariated +b missing node polyps +b missing node lintel +b missing node caesarists +b missing node animo +b missing node scouts +b missing node anima +b missing node groin +b missing node toot +b missing node sparse +b missing node ignominies +b missing node espressos +b missing node selfheal +b missing node gunships +b missing node sublimations +b missing node extensors +b missing node keyways +b missing node fistulous +b missing node chancels +b missing node typhuses +b missing node adoptions +b missing node sepaloid +b missing node amnions +b missing node meagerly +b missing node toro +b missing node skittles +b missing node tort +b missing node tors +b missing node faunal +b missing node colleague +b missing node sodium +b missing node torn +b missing node faunae +b missing node direly +b missing node tora +b missing node torc +b missing node tore +b missing node intermittent +b missing node sunrise +b missing node sewed +b missing node regress +b missing node frabjous +b missing node duresses +b missing node shellackings +b missing node pectorals +b missing node veneration +b missing node wholesale +b missing node sewer +b missing node dissidently +b missing node deadlier +b missing node foolfish +b missing node pulped +b missing node desiccates +b missing node forbad +b missing node pentothal +b missing node gavage +b missing node desiccated +b missing node venerating +b missing node pulper +b missing node commissionership +b missing node peopling +b missing node binary +b missing node imposers +b missing node sepalous +b missing node lugubrious +b missing node express +b missing node functionaries +b missing node aphrodisiacal +b missing node beltways +b missing node atomize +b missing node recites +b missing node eventual +b missing node reciter +b missing node pensioning +b missing node toed +b missing node painter +b missing node pyloruses +b missing node scours +b missing node tsardom +b missing node recited +b missing node rehandling +b missing node toes +b missing node boggiest +b missing node kronor +b missing node agileness +b missing node maziest +b missing node papacy +b missing node toff +b missing node earaches +b missing node grogs +b missing node footworn +b missing node wreaked +b missing node leasers +b missing node pedestals +b missing node nasally +b missing node untangling +b missing node tofu +b missing node footwork +b missing node sharkskin +b missing node unprintable +b missing node bucktails +b missing node toga +b missing node gimlets +b missing node darkness +b missing node painted +b missing node zephyrs +b missing node peened +b missing node baubles +b missing node togs +b missing node coolants +b missing node loadings +b missing node reactants +b missing node togo +b missing node unhurriedly +b missing node misogyny +b missing node groan +b missing node funkers +b missing node groat +b missing node involving +b missing node dictations +b missing node rollbacks +b missing node hectoring +b missing node dolomite +b missing node recital +b missing node spasmodical +b missing node taphouses +b missing node edifices +b missing node closable +b missing node toil +b missing node hereinto +b missing node subspecies +b missing node regrets +b missing node spouters +b missing node respirability +b missing node anise +b missing node wreaker +b missing node ribboned +b missing node publicizing +b missing node sponsorial +b missing node haircutter +b missing node gallup +b missing node donkey +b missing node maintain +b missing node gallus +b missing node skydivers +b missing node clumpiest +b missing node kronur +b missing node sharable +b missing node sparge +b missing node motorcars +b missing node hajjes +b missing node unbaptized +b missing node zoftig +b missing node horrid +b missing node indorsors +b missing node alighted +b missing node reexpress +b missing node preexamine +b missing node fingerlings +b missing node deadline +b missing node outshining +b missing node buddy +b missing node ironweed +b missing node chigger +b missing node superintend +b missing node stetting +b missing node intensify +b missing node mucosity +b missing node poisers +b missing node blastoff +b missing node forays +b missing node helloed +b missing node selectness +b missing node abjurers +b missing node bishoped +b missing node goers +b missing node exogamy +b missing node guerrilla +b missing node transoms +b missing node apiarist +b missing node cyclones +b missing node grosgrain +b missing node scandalizers +b missing node artificially +b missing node atomise +b missing node involute +b missing node elvishly +b missing node retrying +b missing node hajjis +b missing node atomist +b missing node chophouses +b missing node redrying +b missing node cubiform +b missing node atomism +b missing node roomful +b missing node cosiest +b missing node collectables +b missing node rehandle +b missing node pitchfork +b missing node unprogressive +b missing node ailing +b missing node gallop +b missing node spares +b missing node tenancy +b missing node impassioning +b missing node gallon +b missing node renounced +b missing node sparer +b missing node centrists +b missing node seaworthy +b missing node reinoculated +b missing node merci +b missing node indirect +b missing node disinter +b missing node spared +b missing node caretaker +b missing node poetaster +b missing node blooping +b missing node lackaday +b missing node outdating +b missing node unhyphenated +b missing node blubbers +b missing node fenestration +b missing node mercy +b missing node bookrack +b missing node curving +b missing node cyclonal +b missing node blubbery +b missing node tambourines +b missing node sever +b missing node renounces +b missing node seven +b missing node isotherms +b missing node renouncer +b missing node trellis +b missing node harmonically +b missing node condoners +b missing node reinoculates +b missing node residua +b missing node toners +b missing node reconstituted +b missing node derrieres +b missing node motioner +b missing node residue +b missing node grout +b missing node tote +b missing node toto +b missing node tots +b missing node reconciled +b missing node whirlwind +b missing node grove +b missing node tory +b missing node reconciler +b missing node astonishment +b missing node reconciles +b missing node tosh +b missing node relieve +b missing node besetting +b missing node indianan +b missing node grown +b missing node growl +b missing node motioned +b missing node toss +b missing node uncomforting +b missing node tost +b missing node outside +b missing node maundy +b missing node consummatory +b missing node noncommunist +b missing node warmaker +b missing node grows +b missing node linsey +b missing node oscillometries +b missing node judder +b missing node bilabial +b missing node bagpipe +b missing node choleric +b missing node payed +b missing node biparted +b missing node payee +b missing node palooka +b missing node labyrinths +b missing node reconstitutes +b missing node payer +b missing node heirloom +b missing node narrowish +b missing node prettiness +b missing node tour +b missing node horror +b missing node tout +b missing node irresolution +b missing node afterwards +b missing node childbirth +b missing node motional +b missing node gunboats +b missing node whishted +b missing node previews +b missing node budge +b missing node sparky +b missing node gallic +b missing node adrenalin +b missing node sparks +b missing node tranquilize +b missing node sardinians +b missing node smelliest +b missing node rhodiums +b missing node tuxes +b missing node outage +b missing node catbirds +b missing node sputterer +b missing node offenders +b missing node reliers +b missing node sponsoring +b missing node immoderation +b missing node helloes +b missing node sputtered +b missing node allays +b missing node plenarily +b missing node gargoyle +b missing node town +b missing node ingresses +b missing node tows +b missing node assignations +b missing node codger +b missing node knaves +b missing node cyclonic +b missing node gross +b missing node goddam +b missing node justinian +b missing node oystered +b missing node grosz +b missing node coverslip +b missing node carful +b missing node eclipse +b missing node consignor +b missing node siberians +b missing node desiccator +b missing node puppeteer +b missing node wisped +b missing node grots +b missing node replanted +b missing node sixteen +b missing node galley +b missing node abjuration +b missing node brotherly +b missing node accumulable +b missing node saintliness +b missing node toys +b missing node midterms +b missing node prickers +b missing node kaliums +b missing node flatworm +b missing node oysterer +b missing node group +b missing node flatwork +b missing node curvier +b missing node collie +b missing node resuscitator +b missing node antidotal +b missing node parricidal +b missing node featured +b missing node racked +b missing node features +b missing node jaywalks +b missing node ribald +b missing node unperturbably +b missing node mispronounce +b missing node repeopling +b missing node worsted +b missing node cleaned +b missing node philologists +b missing node sashed +b missing node ossifying +b missing node cleaner +b missing node snarler +b missing node homicidally +b missing node alphabetize +b missing node scarcities +b missing node sashes +b missing node negroid +b missing node transcendent +b missing node reminiscing +b missing node delouse +b missing node unperturbable +b missing node isomerous +b missing node snarled +b missing node sugariest +b missing node materially +b missing node racker +b missing node racket +b missing node opprobriated +b missing node hulloaed +b missing node riband +b missing node proclaims +b missing node spurners +b missing node triaxial +b missing node forage +b missing node impersonally +b missing node heritages +b missing node warrant +b missing node reintrench +b missing node antidotes +b missing node flightless +b missing node adjustors +b missing node liefest +b missing node expectorants +b missing node recolonizes +b missing node diapason +b missing node vigorish +b missing node elegances +b missing node paying +b missing node resubscribing +b missing node subdues +b missing node negroes +b missing node subduer +b missing node tenants +b missing node recolonized +b missing node coevals +b missing node subdued +b missing node rabidity +b missing node dispossess +b missing node ritualism +b missing node ritualist +b missing node enkindle +b missing node tranquility +b missing node gentian +b missing node merry +b missing node collop +b missing node colloq +b missing node manhandled +b missing node moroseness +b missing node gofer +b missing node carrying +b missing node solvate +b missing node glibber +b missing node ginnier +b missing node catching +b missing node emboweled +b missing node manhandles +b missing node jujuism +b missing node quito +b missing node autodidactic +b missing node uninfected +b missing node quits +b missing node refrangibility +b missing node lemonades +b missing node unloads +b missing node hairlessness +b missing node jujuist +b missing node auditoria +b missing node foreheads +b missing node collat +b missing node cleanly +b missing node collar +b missing node garoting +b missing node sexed +b missing node stealing +b missing node victimizing +b missing node futileness +b missing node curtailed +b missing node cradle +b missing node sexes +b missing node soggy +b missing node unavailable +b missing node daiquiri +b missing node irked +b missing node thruways +b missing node malawi +b missing node wagons +b missing node subcauses +b missing node biophysical +b missing node spates +b missing node chyme +b missing node prickliness +b missing node tonneau +b missing node benching +b missing node subdual +b missing node angola +b missing node merge +b missing node undressed +b missing node malays +b missing node grenadines +b missing node geriatric +b missing node denture +b missing node domineers +b missing node malaya +b missing node evildoers +b missing node sandbagger +b missing node gunless +b missing node sleigher +b missing node joineries +b missing node videlicet +b missing node meres +b missing node reallotting +b missing node relight +b missing node sandbagged +b missing node merer +b missing node acolytes +b missing node picayune +b missing node ritualize +b missing node undresses +b missing node angora +b missing node riviera +b missing node testament +b missing node jostled +b missing node eelier +b missing node milkmaids +b missing node jostler +b missing node jostles +b missing node sueded +b missing node sleighed +b missing node faulty +b missing node academe +b missing node sprites +b missing node suedes +b missing node inarguable +b missing node faults +b missing node devonian +b missing node procommunists +b missing node uprisen +b missing node upriser +b missing node uprises +b missing node bigamous +b missing node cognation +b missing node splutter +b missing node sashay +b missing node academy +b missing node catchier +b missing node abeyancies +b missing node manchester +b missing node obtruders +b missing node lightnings +b missing node disabuse +b missing node calluses +b missing node panning +b missing node jealously +b missing node mutually +b missing node suspensions +b missing node gayness +b missing node ridings +b missing node couchantly +b missing node harmoniously +b missing node uroscopic +b missing node gentile +b missing node debasers +b missing node merit +b missing node callused +b missing node heavens +b missing node cleanup +b missing node tilters +b missing node hydraulics +b missing node mesas +b missing node felloe +b missing node respiting +b missing node hautboys +b missing node syndromes +b missing node unlaces +b missing node appraisingly +b missing node duplicates +b missing node registrars +b missing node gallflies +b missing node skinhead +b missing node frigidity +b missing node candidness +b missing node leister +b missing node fellow +b missing node caballeros +b missing node pesticides +b missing node saturdays +b missing node repopulates +b missing node moistening +b missing node staggier +b missing node heavers +b missing node estimate +b missing node swagging +b missing node misrule +b missing node duplicated +b missing node repopulated +b missing node scowls +b missing node gynecologic +b missing node treading +b missing node refiles +b missing node direct +b missing node autobahns +b missing node conjunctivitis +b missing node vegetables +b missing node aftermath +b missing node refiled +b missing node unlaced +b missing node chromatogram +b missing node valuational +b missing node successorship +b missing node restoratively +b missing node undeliverable +b missing node salaam +b missing node bewitched +b missing node decryptions +b missing node refills +b missing node schilling +b missing node osteological +b missing node proselytizing +b missing node tertiary +b missing node lemonade +b missing node secants +b missing node bewitches +b missing node hovered +b missing node puncturing +b missing node cavaliers +b missing node jerry +b missing node hoverer +b missing node miters +b missing node partitioned +b missing node pesticidal +b missing node erenow +b missing node sofia +b missing node clutched +b missing node crossing +b missing node mouthed +b missing node methodizing +b missing node humble +b missing node wreathed +b missing node sonatine +b missing node unexcelled +b missing node inkblot +b missing node memorable +b missing node massively +b missing node sonatina +b missing node mouther +b missing node wreathes +b missing node clutches +b missing node clutch +b missing node floorboard +b missing node headquarter +b missing node taming +b missing node jimmying +b missing node pedigree +b missing node lessoned +b missing node mansards +b missing node resuscitated +b missing node uneconomical +b missing node ethoses +b missing node conelrad +b missing node cleanse +b missing node gimped +b missing node opacifying +b missing node pannier +b missing node humbly +b missing node drubbings +b missing node lollops +b missing node spatula +b missing node resuscitates +b missing node monogamists +b missing node memorably +b missing node unerringly +b missing node selfish +b missing node varmints +b missing node duplicator +b missing node softy +b missing node softs +b missing node razors +b missing node featlier +b missing node ginning +b missing node englishwomen +b missing node lathworks +b missing node ribber +b missing node sowers +b missing node scrolls +b missing node scowed +b missing node subtropical +b missing node hussies +b missing node ribbed +b missing node jodhpur +b missing node hammier +b missing node itchiness +b missing node dampens +b missing node pitchers +b missing node befooling +b missing node language +b missing node noninhabitable +b missing node diacritical +b missing node gaveling +b missing node chorales +b missing node gunfighters +b missing node contracts +b missing node julius +b missing node ablutions +b missing node ankle +b missing node cheesiest +b missing node sparingly +b missing node mimetically +b missing node refilms +b missing node chancery +b missing node filings +b missing node immersed +b missing node englishwoman +b missing node explorer +b missing node dampest +b missing node jerks +b missing node antipathetic +b missing node explored +b missing node baguette +b missing node caress +b missing node innate +b missing node christmases +b missing node selfing +b missing node nuthouse +b missing node dampers +b missing node northern +b missing node sleight +b missing node parricides +b missing node sleighs +b missing node noughts +b missing node registrant +b missing node lamedhs +b missing node hardboots +b missing node subgenus +b missing node trudge +b missing node unctions +b missing node fetterers +b missing node immerses +b missing node carers +b missing node malady +b missing node northers +b missing node disentanglement +b missing node donjon +b missing node cyanided +b missing node scribing +b missing node soleless +b missing node equestriennes +b missing node bequests +b missing node spasms +b missing node lasing +b missing node coalition +b missing node ankhs +b missing node crunched +b missing node reactance +b missing node explores +b missing node jerky +b missing node roleplaying +b missing node cruncher +b missing node crunches +b missing node halloaing +b missing node carets +b missing node cadettes +b missing node humbug +b missing node cyanides +b missing node subitems +b missing node earflap +b missing node resale +b missing node tonners +b missing node crawlway +b missing node tabulators +b missing node colour +b missing node ironic +b missing node dynes +b missing node globalism +b missing node glycoside +b missing node reinducting +b missing node salary +b missing node reinstalls +b missing node globalist +b missing node incurve +b missing node coruscations +b missing node uncontestable +b missing node kingwood +b missing node aureolas +b missing node degaussing +b missing node ectoplasmic +b missing node noiselessly +b missing node aggregation +b missing node bit +b missing node bio +b missing node nephew +b missing node aureolae +b missing node bin +b missing node tongas +b missing node big +b missing node messy +b missing node reinduction +b missing node innovate +b missing node muzzle +b missing node spiritedly +b missing node mortaring +b missing node desiccations +b missing node rumouring +b missing node contriver +b missing node contrives +b missing node tucking +b missing node orthoepist +b missing node peeler +b missing node contrived +b missing node instinctive +b missing node epigrammatizer +b missing node preadolescence +b missing node keys +b missing node exploiters +b missing node ordinal +b missing node aggregating +b missing node suporvisory +b missing node publicists +b missing node reheaters +b missing node ropiness +b missing node zoogeographical +b missing node melancholy +b missing node bod +b missing node boa +b missing node bleeped +b missing node bob +b missing node deregulation +b missing node quilted +b missing node hinted +b missing node hotshot +b missing node kern +b missing node supersession +b missing node bog +b missing node vertiginously +b missing node ironer +b missing node irones +b missing node whetstones +b missing node kerf +b missing node quilter +b missing node hinter +b missing node kerb +b missing node lections +b missing node pullovers +b missing node wineskins +b missing node finochio +b missing node ironed +b missing node outshined +b missing node anearing +b missing node tenuto +b missing node colors +b missing node deregulating +b missing node teahouse +b missing node ankus +b missing node bullnoses +b missing node thuribles +b missing node outshines +b missing node spatulas +b missing node orgasms +b missing node spatular +b missing node anglos +b missing node unmuzzling +b missing node rostral +b missing node obtained +b missing node salami +b missing node degradation +b missing node bifurcations +b missing node globalize +b missing node intransitive +b missing node paeanisms +b missing node fulsomely +b missing node uncancelled +b missing node foramina +b missing node sporran +b missing node bicarbonates +b missing node obtainer +b missing node statements +b missing node bogyman +b missing node loudness +b missing node geochemistry +b missing node uncomprehending +b missing node asphodel +b missing node goyish +b missing node treadles +b missing node evolutes +b missing node reseeding +b missing node bon +b missing node bop +b missing node boo +b missing node carbonization +b missing node nonliterary +b missing node freeness +b missing node bot +b missing node treadler +b missing node tenure +b missing node treadled +b missing node box +b missing node bow +b missing node statuary +b missing node boy +b missing node interregna +b missing node subcontractor +b missing node sourish +b missing node clockwise +b missing node overinvests +b missing node rehemmed +b missing node nuclei +b missing node refined +b missing node demonizing +b missing node gaucher +b missing node belgian +b missing node overhead +b missing node inventions +b missing node clincher +b missing node batiste +b missing node clinches +b missing node updraft +b missing node kens +b missing node diversionary +b missing node keno +b missing node lumbers +b missing node ban +b missing node ropers +b missing node bag +b missing node kent +b missing node bah +b missing node career +b missing node ropery +b missing node clinched +b missing node bad +b missing node baa +b missing node careen +b missing node tutelar +b missing node bay +b missing node medicator +b missing node albums +b missing node colony +b missing node nijinsky +b missing node refiner +b missing node colons +b missing node bat +b missing node bas +b missing node refines +b missing node wallflower +b missing node bar +b missing node evacuees +b missing node motherboard +b missing node farthingale +b missing node scrimshaw +b missing node byroads +b missing node discords +b missing node bogymen +b missing node meson +b missing node confinements +b missing node kepi +b missing node kept +b missing node overhear +b missing node overheat +b missing node fantastic +b missing node ventricles +b missing node catholicism +b missing node aviator +b missing node twopences +b missing node aggregative +b missing node scrooge +b missing node reinvests +b missing node revilers +b missing node blowziest +b missing node prototypes +b missing node meshy +b missing node mechanizers +b missing node angles +b missing node monkeyed +b missing node blanched +b missing node tonged +b missing node rupees +b missing node rearrange +b missing node geologist +b missing node ponytails +b missing node beg +b missing node souring +b missing node bee +b missing node depreciators +b missing node bed +b missing node aureoled +b missing node tonger +b missing node disproportional +b missing node supersessive +b missing node depreciatory +b missing node ben +b missing node chumping +b missing node bel +b missing node postmortem +b missing node unadulterated +b missing node bey +b missing node tertials +b missing node dullest +b missing node bet +b missing node aureoles +b missing node peeled +b missing node coddle +b missing node precursors +b missing node fettering +b missing node calgary +b missing node quick +b missing node plundering +b missing node foibles +b missing node kelp +b missing node provokers +b missing node cologs +b missing node panelling +b missing node bib +b missing node handballs +b missing node bid +b missing node prosecutions +b missing node salads +b missing node unchaste +b missing node businessmen +b missing node blanches +b missing node blancher +b missing node hoarder +b missing node ideographs +b missing node transorbital +b missing node langsynes +b missing node prototypic +b missing node deceptiveness +b missing node picketing +b missing node ligations +b missing node cracks +b missing node interfactional +b missing node hoarded +b missing node cracky +b missing node selectors +b missing node tertians +b missing node precursory +b missing node falsifications +b missing node quids +b missing node fetted +b missing node metes +b missing node meter +b missing node continuers +b missing node obsessiveness +b missing node integrate +b missing node alumna +b missing node lasher +b missing node wagner +b missing node touchiness +b missing node joyfuller +b missing node alumni +b missing node quiet +b missing node televisional +b missing node lashes +b missing node conjunct +b missing node codein +b missing node sailers +b missing node diablery +b missing node medicates +b missing node bowered +b missing node lashed +b missing node fetter +b missing node fructified +b missing node mauled +b missing node causerie +b missing node cardia +b missing node mauler +b missing node narwals +b missing node businessman +b missing node discreditable +b missing node angler +b missing node angled +b missing node boughten +b missing node ultrasonics +b missing node buffo +b missing node armatures +b missing node nightspot +b missing node oddest +b missing node relicts +b missing node despotisms +b missing node gauchos +b missing node armatured +b missing node autogenesis +b missing node modeler +b missing node urine +b missing node withholding +b missing node buffs +b missing node oarless +b missing node unquestioning +b missing node buffy +b missing node nonrhythmic +b missing node metal +b missing node humane +b missing node eunuchism +b missing node catholicity +b missing node modeled +b missing node geezers +b missing node handfasts +b missing node monody +b missing node axises +b missing node parsimoniously +b missing node perjuring +b missing node simpered +b missing node belgium +b missing node humans +b missing node viciously +b missing node economic +b missing node simperer +b missing node alumin +b missing node fructifies +b missing node car +b missing node succubus +b missing node cat +b missing node can +b missing node cap +b missing node decriminalize +b missing node neglecting +b missing node caw +b missing node seediest +b missing node cay +b missing node cab +b missing node cottoned +b missing node frumenty +b missing node cad +b missing node bankrupts +b missing node airmanship +b missing node celebrating +b missing node cam +b missing node cal +b missing node transmit +b missing node unmixt +b missing node parapets +b missing node meted +b missing node flighted +b missing node experted +b missing node celebration +b missing node multifaced +b missing node totalizer +b missing node quilt +b missing node totalizes +b missing node predictable +b missing node pugilistic +b missing node stolider +b missing node quill +b missing node striation +b missing node bro +b missing node spoonbills +b missing node bra +b missing node sexto +b missing node sexts +b missing node shouter +b missing node devaluate +b missing node heighth +b missing node heights +b missing node cynics +b missing node reaping +b missing node dingiest +b missing node gogos +b missing node burghers +b missing node litigators +b missing node totalized +b missing node twangle +b missing node quint +b missing node integrals +b missing node intrepid +b missing node kvetches +b missing node yeshivah +b missing node sleights +b missing node cornmeal +b missing node obfuscator +b missing node vicegerencies +b missing node shouted +b missing node opera +b missing node silencing +b missing node bowelled +b missing node surfeiting +b missing node bub +b missing node twitting +b missing node mistranscribing +b missing node arcing +b missing node reexchanging +b missing node philanderer +b missing node chukkas +b missing node mallows +b missing node bur +b missing node philandered +b missing node noncommittally +b missing node bun +b missing node kvetched +b missing node predictably +b missing node spouseless +b missing node bum +b missing node bug +b missing node amoebean +b missing node bud +b missing node improving +b missing node fettle +b missing node chukker +b missing node but +b missing node aviates +b missing node bus +b missing node buy +b missing node improvise +b missing node restyles +b missing node weening +b missing node quipu +b missing node impetuously +b missing node quips +b missing node aviated +b missing node expertly +b missing node czarinas +b missing node restyled +b missing node perjuries +b missing node tongue +b missing node reawaking +b missing node assemblage +b missing node spatted +b missing node discomfiture +b missing node nonequals +b missing node quellers +b missing node quirk +b missing node quire +b missing node fulness +b missing node spatter +b missing node oblongish +b missing node dwellers +b missing node auctioned +b missing node quirt +b missing node beechnut +b missing node unforgotten +b missing node antelopes +b missing node selfishness +b missing node sealeries +b missing node fabrications +b missing node medicated +b missing node stolidly +b missing node autogeneses +b missing node opens +b missing node bye +b missing node lethean +b missing node subsections +b missing node striating +b missing node qualifiers +b missing node quite +b missing node absences +b missing node hurriers +b missing node recluses +b missing node fragrance +b missing node intensity +b missing node entertain +b missing node mistrusting +b missing node calendered +b missing node taillight +b missing node claptrap +b missing node enthralled +b missing node outranking +b missing node socrates +b missing node peeked +b missing node asymmetry +b missing node twanged +b missing node fragrancy +b missing node sagging +b missing node ail +b missing node aim +b missing node rebill +b missing node reliefs +b missing node conductances +b missing node air +b missing node hearkens +b missing node nonoperative +b missing node capacitors +b missing node sepalled +b missing node consignee +b missing node consigned +b missing node marched +b missing node exerciser +b missing node exercises +b missing node aid +b missing node fracturing +b missing node righteously +b missing node hardbacks +b missing node refulgently +b missing node mottlers +b missing node amines +b missing node marcher +b missing node whumped +b missing node marches +b missing node stravinsky +b missing node genuflections +b missing node ahs +b missing node truest +b missing node exercised +b missing node intensive +b missing node allege +b missing node millponds +b missing node larruper +b missing node pismire +b missing node melanoma +b missing node spearheaded +b missing node aha +b missing node cordoned +b missing node reverifies +b missing node larruped +b missing node consignataries +b missing node rebind +b missing node configuration +b missing node macadamize +b missing node ago +b missing node relabeled +b missing node triennially +b missing node illuminated +b missing node rhumbas +b missing node fountains +b missing node tactical +b missing node oftener +b missing node condoning +b missing node unlocks +b missing node therapeutist +b missing node any +b missing node bolognas +b missing node ann +b missing node ant +b missing node acceptation +b missing node denotations +b missing node revolutionizing +b missing node ministerially +b missing node hacienda +b missing node socratic +b missing node copepods +b missing node ana +b missing node affirms +b missing node and +b missing node amu +b missing node potsherd +b missing node amp +b missing node gryphons +b missing node sociology +b missing node uninhabited +b missing node mealiest +b missing node automatized +b missing node ama +b missing node yeshivas +b missing node sacrums +b missing node chamisos +b missing node defence +b missing node alt +b missing node dressers +b missing node alp +b missing node automatizes +b missing node all +b missing node apiarian +b missing node ale +b missing node metro +b missing node alb +b missing node bemata +b missing node metre +b missing node racial +b missing node holland +b missing node defends +b missing node abc +b missing node excitant +b missing node nonplussed +b missing node approbating +b missing node conoids +b missing node ductal +b missing node abo +b missing node abt +b missing node abs +b missing node nonplusses +b missing node trichinous +b missing node activities +b missing node biochemistries +b missing node misjudgments +b missing node gavelled +b missing node proponents +b missing node omissions +b missing node jiggliest +b missing node aah +b missing node spellbind +b missing node barbarism +b missing node cameroonians +b missing node approbation +b missing node datary +b missing node gaveller +b missing node umbellate +b missing node saggier +b missing node exterminate +b missing node reportedly +b missing node probate +b missing node prosecutrices +b missing node tzigane +b missing node blousily +b missing node reflowing +b missing node vesper +b missing node consonance +b missing node configurative +b missing node blousing +b missing node crabby +b missing node pejoratives +b missing node timeserver +b missing node coders +b missing node rostrum +b missing node apiaries +b missing node scholar +b missing node aft +b missing node gabbling +b missing node anoxic +b missing node ducted +b missing node inchworm +b missing node age +b missing node anoxia +b missing node crimes +b missing node forensics +b missing node dowelling +b missing node venturous +b missing node prickier +b missing node cayennes +b missing node prologing +b missing node carder +b missing node cayenned +b missing node chamises +b missing node tieclasp +b missing node afb +b missing node cosmonauts +b missing node carded +b missing node ado +b missing node feedlot +b missing node pontiacs +b missing node prexies +b missing node fivefold +b missing node adj +b missing node comprehending +b missing node add +b missing node hispanic +b missing node barbarity +b missing node resides +b missing node resider +b missing node rubellas +b missing node voguish +b missing node adz +b missing node bittersweets +b missing node aminic +b missing node ads +b missing node adv +b missing node resided +b missing node soils +b missing node hogshead +b missing node allele +b missing node twinkling +b missing node juridic +b missing node ace +b missing node crimea +b missing node felony +b missing node bruising +b missing node felons +b missing node act +b missing node chintzes +b missing node choroids +b missing node craftsmanly +b missing node nonstrategic +b missing node outsize +b missing node roomers +b missing node grackle +b missing node vapourers +b missing node witherer +b missing node eyestalk +b missing node booting +b missing node harshness +b missing node withered +b missing node citator +b missing node outcastes +b missing node spinsterhood +b missing node buggy +b missing node approbative +b missing node kegs +b missing node toad +b missing node racily +b missing node nacelle +b missing node verifiers +b missing node unmannerliness +b missing node overtired +b missing node disapprovingly +b missing node seadogs +b missing node veracities +b missing node laudanum +b missing node barbarize +b missing node racing +b missing node ungrudgingly +b missing node overtires +b missing node induct +b missing node evasiveness +b missing node blousier +b missing node ability +b missing node axe +b missing node objectionable +b missing node deadbeats +b missing node induce +b missing node incline +b missing node illuminator +b missing node keen +b missing node leapfrog +b missing node keel +b missing node aye +b missing node keep +b missing node bouillon +b missing node lunarians +b missing node therapeutics +b missing node fieldleft +b missing node poopsie +b missing node askance +b missing node subassembly +b missing node indues +b missing node rifted +b missing node profounds +b missing node manatee +b missing node villainous +b missing node indued +b missing node relearned +b missing node particulate +b missing node bugle +b missing node modernists +b missing node pannikins +b missing node archaic +b missing node contraindications +b missing node polkaed +b missing node withier +b missing node withies +b missing node overmodifying +b missing node snaring +b missing node flouting +b missing node hardness +b missing node citatum +b missing node defense +b missing node carcinomatous +b missing node racist +b missing node sidechairs +b missing node parodic +b missing node sincere +b missing node cesses +b missing node splaying +b missing node remending +b missing node methyls +b missing node cessed +b missing node kookiness +b missing node particulars +b missing node pureness +b missing node racism +b missing node tingled +b missing node geologies +b missing node archly +b missing node arf +b missing node navaho +b missing node unhealed +b missing node are +b missing node frontal +b missing node arc +b missing node oilstone +b missing node magdalenes +b missing node booties +b missing node readjust +b missing node arm +b missing node ark +b missing node anaerobically +b missing node piecings +b missing node radiochemistry +b missing node hilarities +b missing node catamounts +b missing node veraciousness +b missing node cardiology +b missing node ars +b missing node heartless +b missing node art +b missing node deerweed +b missing node separators +b missing node ineloquent +b missing node codefendants +b missing node ash +b missing node rancidifying +b missing node asp +b missing node tingles +b missing node ask +b missing node tingler +b missing node illuminates +b missing node racier +b missing node imperialists +b missing node heaviness +b missing node navajo +b missing node asramas +b missing node kilobyte +b missing node moonshot +b missing node ape +b missing node mizzenmast +b missing node flappers +b missing node withholder +b missing node app +b missing node biracialism +b missing node apt +b missing node crimps +b missing node sideswipes +b missing node peculations +b missing node foredeck +b missing node crimpy +b missing node noisiness +b missing node tommyrot +b missing node sideswiped +b missing node sideswiper +b missing node outsiders +b missing node fronted +b missing node convict +b missing node winesops +b missing node appearers +b missing node aux +b missing node shoestrings +b missing node flotsam +b missing node omnivorous +b missing node aggressiveness +b missing node avg +b missing node crucifixes +b missing node injects +b missing node heterodox +b missing node fronter +b missing node ave +b missing node toppers +b missing node genitors +b missing node awe +b missing node noninjuriousness +b missing node shebang +b missing node choppiest +b missing node nonelectric +b missing node awn +b missing node irrationality +b missing node littering +b missing node tiltable +b missing node awl +b missing node reverified +b missing node blamably +b missing node chatelaine +b missing node updaters +b missing node manrope +b missing node archon +b missing node ass +b missing node withing +b missing node epicure +b missing node inscribed +b missing node brawliest +b missing node muckles +b missing node ate +b missing node avouched +b missing node reacclimating +b missing node recusants +b missing node inscriber +b missing node inscribes +b missing node feverous +b missing node avoucher +b missing node avouches +b missing node assigning +b missing node quoters +b missing node blamable +b missing node guidons +b missing node aud +b missing node withins +b missing node auf +b missing node auk +b missing node cajaputs +b missing node refining +b missing node downswings +b missing node racers +b missing node plussages +b missing node typeface +b missing node summoning +b missing node annas +b missing node realigns +b missing node essential +b missing node intimidated +b missing node promenading +b missing node annat +b missing node nectarines +b missing node patio +b missing node intimidates +b missing node orderliness +b missing node snaggiest +b missing node exponentially +b missing node unpractical +b missing node perfusion +b missing node dissevers +b missing node annal +b missing node heteronomy +b missing node outsell +b missing node downloads +b missing node shorings +b missing node barristers +b missing node enscrolls +b missing node wiliness +b missing node patly +b missing node nosebands +b missing node sovereigns +b missing node trilobed +b missing node foursome +b missing node recenter +b missing node embays +b missing node liszt +b missing node rechartering +b missing node perfusing +b missing node rightists +b missing node unstudied +b missing node cannonry +b missing node bolthead +b missing node sodas +b missing node requesters +b missing node servility +b missing node naziism +b missing node lienee +b missing node hanumans +b missing node chancily +b missing node bookrest +b missing node toning +b missing node scrimshaws +b missing node accrete +b missing node alimentation +b missing node beverages +b missing node quoin +b missing node ironware +b missing node discerningly +b missing node unsmiling +b missing node quoit +b missing node corespondents +b missing node proximity +b missing node chancing +b missing node unmortgaged +b missing node quickness +b missing node apostacies +b missing node kajeput +b missing node winnipeg +b missing node firebrands +b missing node separative +b missing node ingenuity +b missing node waxwing +b missing node intermitting +b missing node fiancees +b missing node stateable +b missing node unarticulately +b missing node semifinished +b missing node priggishly +b missing node becomings +b missing node czarists +b missing node whittlers +b missing node criers +b missing node endothermal +b missing node cudweeds +b missing node outcomes +b missing node ancestress +b missing node gavels +b missing node phoniness +b missing node playland +b missing node raceme +b missing node involvers +b missing node chiseler +b missing node deploying +b missing node frolicker +b missing node doorways +b missing node gratefully +b missing node recently +b missing node empty +b missing node clunks +b missing node quods +b missing node frolicked +b missing node sawhorses +b missing node mayweeds +b missing node shoshonean +b missing node lienor +b missing node hokypoky +b missing node peritoneally +b missing node sequoia +b missing node unconfined +b missing node purities +b missing node hassle +b missing node chiseled +b missing node tensor +b missing node invigorate +b missing node reindeer +b missing node johnny +b missing node tonics +b missing node untactful +b missing node spouting +b missing node rightisms +b missing node enshrouds +b missing node shilled +b missing node striptease +b missing node maltreats +b missing node retsina +b missing node unaccessible +b missing node jugheads +b missing node colics +b missing node rowdiness +b missing node patch +b missing node haywire +b missing node subcontracting +b missing node interwoven +b missing node tonies +b missing node horsecar +b missing node tonier +b missing node reexperience +b missing node selfdom +b missing node wonder +b missing node litigation +b missing node clatter +b missing node anthropoid +b missing node administered +b missing node curvets +b missing node liter +b missing node lites +b missing node pater +b missing node pates +b missing node languor +b missing node countless +b missing node pentarch +b missing node distillations +b missing node paten +b missing node winsomer +b missing node pated +b missing node seepier +b missing node judice +b missing node endothermic +b missing node subjected +b missing node trilobal +b missing node elaborators +b missing node tinners +b missing node unfair +b missing node paths +b missing node overcomes +b missing node hoteliers +b missing node onerosity +b missing node allotropically +b missing node reassuming +b missing node centrally +b missing node eversions +b missing node matchless +b missing node scottish +b missing node kakogenic +b missing node physiologies +b missing node pitiableness +b missing node quiddity +b missing node denotive +b missing node lithe +b missing node arching +b missing node litho +b missing node leasing +b missing node veritably +b missing node excitation +b missing node palladiums +b missing node jadeites +b missing node peeing +b missing node reinterring +b missing node temperature +b missing node tenths +b missing node crosscut +b missing node hasten +b missing node basically +b missing node veritable +b missing node disarrange +b missing node hastes +b missing node notepad +b missing node redevelopments +b missing node immoderately +b missing node axillae +b missing node inwards +b missing node expediters +b missing node orthopedists +b missing node overhanging +b missing node funking +b missing node proroguing +b missing node quartan +b missing node diddlers +b missing node blenny +b missing node axillas +b missing node viability +b missing node khan +b missing node populists +b missing node axillar +b missing node posterity +b missing node annoy +b missing node carriageable +b missing node skillfully +b missing node inseminator +b missing node ostracizing +b missing node hasted +b missing node litigating +b missing node allaying +b missing node medusa +b missing node befriended +b missing node staggery +b missing node hornet +b missing node horner +b missing node metallurgic +b missing node deponents +b missing node staggers +b missing node indicatively +b missing node springy +b missing node dinking +b missing node horned +b missing node springs +b missing node drupelets +b missing node streamiest +b missing node consonants +b missing node presoaked +b missing node forest +b missing node linguistic +b missing node unvoices +b missing node intrench +b missing node vectors +b missing node skydiving +b missing node mahouts +b missing node scripture +b missing node ribboning +b missing node unvoiced +b missing node quartet +b missing node mitier +b missing node quartes +b missing node quarter +b missing node taximeter +b missing node rotundas +b missing node socks +b missing node tsarina +b missing node pensioners +b missing node feline +b missing node skeins +b missing node edibleness +b missing node precalculated +b missing node goads +b missing node aristocracy +b missing node precalculates +b missing node azaleas +b missing node litre +b missing node sensually +b missing node tissuey +b missing node unequivocally +b missing node revolution +b missing node wareroom +b missing node vigorous +b missing node chaperoning +b missing node cameramen +b missing node confluence +b missing node quartic +b missing node ringing +b missing node heartburn +b missing node nonexistent +b missing node tribunes +b missing node sprints +b missing node craals +b missing node tissues +b missing node debasing +b missing node committable +b missing node tissued +b missing node galilees +b missing node blench +b missing node begonia +b missing node massager +b missing node guesstimates +b missing node funkier +b missing node massages +b missing node venturing +b missing node pricking +b missing node reworded +b missing node massaged +b missing node windbreak +b missing node urogenital +b missing node larcenously +b missing node patsy +b missing node paraphrase +b missing node embarrassment +b missing node jemmy +b missing node imminence +b missing node mildly +b missing node floodways +b missing node smelteries +b missing node blends +b missing node populisms +b missing node assorting +b missing node greyly +b missing node fatigues +b missing node saponine +b missing node patty +b missing node primitively +b missing node annie +b missing node cameraman +b missing node critters +b missing node fatigued +b missing node restiveness +b missing node snakiest +b missing node maddening +b missing node tribunal +b missing node chancier +b missing node annex +b missing node saponify +b missing node maritime +b missing node moderns +b missing node tented +b missing node tenter +b missing node dinkier +b missing node dinkies +b missing node disputants +b missing node tsarist +b missing node unriddling +b missing node tsarism +b missing node pendents +b missing node puccini +b missing node quota +b missing node doodlers +b missing node channelize +b missing node lienal +b missing node quoth +b missing node quote +b missing node veered +b missing node donors +b missing node slugabed +b missing node flabbiness +b missing node untimelier +b missing node theurgy +b missing node quartos +b missing node smoggiest +b missing node underprice +b missing node goals +b missing node disrobe +b missing node assisting +b missing node terrenes +b missing node milden +b missing node asphyxiated +b missing node awakings +b missing node reenunciation +b missing node donned +b missing node regularities +b missing node alcoholized +b missing node seaboard +b missing node pamperers +b missing node gracile +b missing node rescript +b missing node greyed +b missing node melamines +b missing node monish +b missing node monism +b missing node sedating +b missing node dishonors +b missing node chuff +b missing node minicar +b missing node possessing +b missing node ensilage +b missing node quatrefoil +b missing node monist +b missing node driverless +b missing node brownouts +b missing node blathers +b missing node asphyxiates +b missing node minicab +b missing node untransferred +b missing node bedumb +b missing node divorced +b missing node investible +b missing node divorcee +b missing node lyonnaise +b missing node muenster +b missing node chuck +b missing node inductances +b missing node mesozoa +b missing node harkener +b missing node gracing +b missing node divorces +b missing node divorcer +b missing node monopole +b missing node masquerading +b missing node anode +b missing node chubs +b missing node clodpate +b missing node leones +b missing node preadolescents +b missing node imbibitional +b missing node monopoly +b missing node wartimes +b missing node anxiety +b missing node reminiscent +b missing node greyer +b missing node angsts +b missing node oblongata +b missing node possession +b missing node inners +b missing node forego +b missing node mildew +b missing node daffiest +b missing node milder +b missing node sedation +b missing node transcendant +b missing node upholder +b missing node aristocrats +b missing node warrens +b missing node pause +b missing node suspicion +b missing node tribulation +b missing node foredo +b missing node protectress +b missing node unmake +b missing node astroid +b missing node paunchiest +b missing node misappropriations +b missing node scoundrelly +b missing node congregational +b missing node gynecologies +b missing node subdivision +b missing node jiujutsu +b missing node foreby +b missing node nutlets +b missing node chugs +b missing node twelvemonth +b missing node objecting +b missing node detonating +b missing node endows +b missing node incivility +b missing node objection +b missing node unmans +b missing node ushering +b missing node reapply +b missing node goats +b missing node sorceries +b missing node unrefreshed +b missing node glitters +b missing node detonation +b missing node glittery +b missing node groupie +b missing node forgetting +b missing node schismatized +b missing node manometric +b missing node damping +b missing node reconnoitered +b missing node discount +b missing node hyoglossi +b missing node annulments +b missing node caymans +b missing node hepatic +b missing node lusciousness +b missing node desolates +b missing node nightclubs +b missing node passageways +b missing node parasitical +b missing node sidearms +b missing node fanaticized +b missing node desolated +b missing node scribers +b missing node versional +b missing node emote +b missing node phlegmatical +b missing node intoners +b missing node naughtier +b missing node offending +b missing node homefolk +b missing node neglectful +b missing node whamming +b missing node negligence +b missing node monies +b missing node embrocated +b missing node ruleless +b missing node occlusions +b missing node integrity +b missing node donnas +b missing node equable +b missing node unmask +b missing node occidental +b missing node poising +b missing node grouped +b missing node portulacas +b missing node equably +b missing node annul +b missing node annum +b missing node harkened +b missing node blackjacking +b missing node objective +b missing node scalawag +b missing node grouper +b missing node topples +b missing node toppled +b missing node tailbones +b missing node mannerism +b missing node readdress +b missing node dogbane +b missing node embrocates +b missing node stealers +b missing node nautches +b missing node unprogressively +b missing node insubstantial +b missing node lawbreakers +b missing node moires +b missing node dampish +b missing node unformatted +b missing node inseminated +b missing node durable +b missing node inseminates +b missing node quayages +b missing node barbarous +b missing node vegetate +b missing node undercharge +b missing node governors +b missing node waveoffs +b missing node laudatorily +b missing node massiness +b missing node restamped +b missing node manslayer +b missing node monied +b missing node bogyism +b missing node parenticide +b missing node posterior +b missing node reenlightening +b missing node hidden +b missing node durably +b missing node hotspur +b missing node enrichers +b missing node rebroadened +b missing node obstructively +b missing node smoldered +b missing node tensed +b missing node chawers +b missing node necrophobia +b missing node languid +b missing node spangling +b missing node gynecologist +b missing node shantung +b missing node dying +b missing node arcadias +b missing node synchros +b missing node arcadian +b missing node bowdlerizes +b missing node playbooks +b missing node eyries +b missing node tempered +b missing node shedders +b missing node bustard +b missing node bowdlerized +b missing node eyestrain +b missing node intercede +b missing node tenses +b missing node tzaritzas +b missing node monopolists +b missing node seismisms +b missing node temperer +b missing node tenser +b missing node face +b missing node amplification +b missing node annuluses +b missing node tamest +b missing node cesura +b missing node chute +b missing node cannoned +b missing node receipting +b missing node fade +b missing node tamers +b missing node differentially +b missing node twiddle +b missing node fact +b missing node collisions +b missing node hopelessness +b missing node naughtily +b missing node skewness +b missing node intimidator +b missing node oregon +b missing node stealings +b missing node scrolled +b missing node baalisms +b missing node comminute +b missing node mettle +b missing node resurrection +b missing node langues +b missing node falsifiers +b missing node commixed +b missing node preaffirming +b missing node casteisms +b missing node consummations +b missing node fads +b missing node patrollers +b missing node anomy +b missing node ohmmeters +b missing node temperas +b missing node brollies +b missing node miswording +b missing node peculiarity +b missing node tilting +b missing node novelistic +b missing node tufa +b missing node disembark +b missing node commixes +b missing node tamely +b missing node seeping +b missing node spyglasses +b missing node tuba +b missing node amigos +b missing node tube +b missing node decontaminations +b missing node misalphabetizing +b missing node unsmilingly +b missing node furzes +b missing node mewed +b missing node tubs +b missing node pavan +b missing node lisle +b missing node scabrous +b missing node testator +b missing node biennials +b missing node pokiest +b missing node powerhouse +b missing node uninstructed +b missing node resurrecting +b missing node tuck +b missing node mandibles +b missing node fags +b missing node escheated +b missing node biscuits +b missing node heliotropic +b missing node chunk +b missing node oxalic +b missing node sober +b missing node subcontracted +b missing node dudishly +b missing node jenny +b missing node possessive +b missing node fail +b missing node oxalis +b missing node tabulator +b missing node sedative +b missing node adduct +b missing node spanglier +b missing node fain +b missing node minister +b missing node clotures +b missing node genteel +b missing node scissoring +b missing node fair +b missing node fait +b missing node adduce +b missing node jackdaw +b missing node kodiak +b missing node clotured +b missing node vocalities +b missing node chums +b missing node obsessions +b missing node fineness +b missing node faithed +b missing node physiologist +b missing node chump +b missing node heritably +b missing node pagesize +b missing node brownest +b missing node pluribus +b missing node uncultured +b missing node anole +b missing node judith +b missing node tuft +b missing node fake +b missing node lisps +b missing node tuff +b missing node modesty +b missing node separatist +b missing node policeman +b missing node boluses +b missing node heliotropes +b missing node patsies +b missing node quitrents +b missing node separatism +b missing node microinstructions +b missing node scudded +b missing node levants +b missing node tugs +b missing node heritable +b missing node humorful +b missing node fall +b missing node googlies +b missing node reconfiscated +b missing node teargas +b missing node pretension +b missing node lighteners +b missing node codder +b missing node itinerants +b missing node nontaxable +b missing node separating +b missing node socials +b missing node churn +b missing node repasting +b missing node churl +b missing node spawns +b missing node halcyons +b missing node fame +b missing node roasting +b missing node discrediting +b missing node tuna +b missing node gobos +b missing node discover +b missing node khanate +b missing node sowing +b missing node tune +b missing node magisterially +b missing node prepsychotic +b missing node solitariness +b missing node seminated +b missing node fang +b missing node torsions +b missing node czarisms +b missing node rumrunner +b missing node loaners +b missing node bestrides +b missing node testatum +b missing node tragical +b missing node glumly +b missing node fans +b missing node mewls +b missing node unpracticed +b missing node filching +b missing node dustless +b missing node lists +b missing node datelined +b missing node lumbars +b missing node obelisk +b missing node separation +b missing node astonishingly +b missing node manubrial +b missing node policemen +b missing node datelines +b missing node sodalities +b missing node cringles +b missing node feruling +b missing node nieces +b missing node distressingly +b missing node selflessness +b missing node flailed +b missing node anoia +b missing node judicatory +b missing node felled +b missing node unpacker +b missing node librarian +b missing node lonelily +b missing node phosgenes +b missing node decongested +b missing node skiplane +b missing node hoptoad +b missing node cogging +b missing node dibbuk +b missing node unpacked +b missing node inclose +b missing node bruskness +b missing node kiwi +b missing node disembarking +b missing node sustenant +b missing node bentonite +b missing node vanishing +b missing node metrically +b missing node ulteriorly +b missing node indignities +b missing node feller +b missing node simonists +b missing node urethral +b missing node arrogance +b missing node maupassant +b missing node uplifters +b missing node urethras +b missing node fawn +b missing node demonized +b missing node ensheaths +b missing node newborns +b missing node pomade +b missing node urethrae +b missing node entanglement +b missing node obtains +b missing node dispatchers +b missing node turbulent +b missing node lived +b missing node revictualing +b missing node complemental +b missing node sofar +b missing node congested +b missing node dullard +b missing node sofas +b missing node blowtorches +b missing node incurring +b missing node forcefulness +b missing node faux +b missing node faut +b missing node ensheathe +b missing node faun +b missing node lubricous +b missing node libraries +b missing node reindexed +b missing node hellion +b missing node payoff +b missing node leakage +b missing node saplings +b missing node adjourn +b missing node fate +b missing node borzoi +b missing node forded +b missing node kist +b missing node vellicating +b missing node kiss +b missing node misadded +b missing node whoopers +b missing node fats +b missing node druidic +b missing node descriptiveness +b missing node gashing +b missing node preprints +b missing node fluoride +b missing node airheads +b missing node bedrid +b missing node educing +b missing node helling +b missing node lumbago +b missing node sketchiest +b missing node reindexes +b missing node restraightening +b missing node disorder +b missing node quivers +b missing node unflagging +b missing node kirk +b missing node debouching +b missing node quivery +b missing node fast +b missing node reconsigning +b missing node cosigns +b missing node soddenly +b missing node residuums +b missing node crosier +b missing node fare +b missing node farm +b missing node accusatives +b missing node marcels +b missing node fart +b missing node costards +b missing node faro +b missing node reined +b missing node wrester +b missing node celibates +b missing node rapturousness +b missing node interlacing +b missing node hennaing +b missing node kite +b missing node chivalries +b missing node wrested +b missing node carina +b missing node claybanks +b missing node kits +b missing node cuspids +b missing node caring +b missing node eligibility +b missing node kith +b missing node vellication +b missing node schoolmarms +b missing node gweducs +b missing node dunces +b missing node jnanas +b missing node fordid +b missing node washerwomen +b missing node nipples +b missing node guilelessness +b missing node upriver +b missing node moisteners +b missing node gweduck +b missing node redound +b missing node thwarted +b missing node droving +b missing node occipital +b missing node jordan +b missing node strawberry +b missing node thwarter +b missing node hautbois +b missing node headdress +b missing node garnishable +b missing node lonelier +b missing node swanherd +b missing node canberra +b missing node cyclizing +b missing node mechanizing +b missing node getting +b missing node binder +b missing node starlight +b missing node dungeon +b missing node ministry +b missing node suzanne +b missing node equerries +b missing node augmentation +b missing node wombat +b missing node guiding +b missing node blasting +b missing node bioluminescence +b missing node admirals +b missing node nonconcurrently +b missing node tearful +b missing node collators +b missing node sepias +b missing node firmament +b missing node unchastity +b missing node faming +b missing node famine +b missing node unanimities +b missing node advisees +b missing node misquote +b missing node auricle +b missing node lucidities +b missing node plunderers +b missing node mailability +b missing node dimples +b missing node underemphasize +b missing node washerwoman +b missing node leashed +b missing node dimpled +b missing node crossers +b missing node schools +b missing node family +b missing node invocable +b missing node prickled +b missing node shysters +b missing node pontiffs +b missing node abatement +b missing node nonsenses +b missing node fellah +b missing node colorimeter +b missing node paved +b missing node romanticize +b missing node weltering +b missing node demonizes +b missing node axioms +b missing node cambridge +b missing node prickles +b missing node paves +b missing node paver +b missing node fellas +b missing node platooning +b missing node westerners +b missing node kaffirs +b missing node sogginess +b missing node lives +b missing node liver +b missing node spinnaker +b missing node incoherences +b missing node untranslated +b missing node liven +b missing node periwig +b missing node aeronautics +b missing node feeding +b missing node tollgate +b missing node livid +b missing node wrestle +b missing node sideshows +b missing node faze +b missing node lawyerly +b missing node appallingly +b missing node fays +b missing node anemometer +b missing node penologists +b missing node soddened +b missing node caries +b missing node complemented +b missing node motherhood +b missing node unsentimental +b missing node rendering +b missing node copartnership +b missing node wombed +b missing node crossest +b missing node anodize +b missing node leashes +b missing node segnos +b missing node untrammelled +b missing node intoning +b missing node plectrums +b missing node enrapture +b missing node bocaccio +b missing node unclassified +b missing node bedrug +b missing node livre +b missing node minibus +b missing node rupiah +b missing node proclaimers +b missing node aneurisms +b missing node scowled +b missing node rebops +b missing node rollover +b missing node scowler +b missing node dipstick +b missing node reborn +b missing node dowser +b missing node bubby +b missing node dowses +b missing node carbonators +b missing node nazareth +b missing node tonnish +b missing node assemblers +b missing node dowsed +b missing node truced +b missing node hussars +b missing node mudcapped +b missing node neoteny +b missing node pawer +b missing node nationless +b missing node everblooming +b missing node truces +b missing node blastier +b missing node picaresque +b missing node pawed +b missing node absolvable +b missing node cenobitic +b missing node wizening +b missing node benchers +b missing node falseness +b missing node continuity +b missing node reboot +b missing node microprogram +b missing node cousins +b missing node muckier +b missing node retransmitted +b missing node whammies +b missing node orifice +b missing node lustrum +b missing node huskiest +b missing node subendorsing +b missing node unbearably +b missing node trucks +b missing node unbearable +b missing node exorcisers +b missing node fibroids +b missing node forelock +b missing node papally +b missing node covetousness +b missing node germinations +b missing node adjournment +b missing node causeway +b missing node darneder +b missing node eonian +b missing node romanticism +b missing node bindle +b missing node romanticist +b missing node disobliging +b missing node beneficent +b missing node beachier +b missing node stepdown +b missing node abominating +b missing node unstinted +b missing node noncommunicable +b missing node abomination +b missing node papillae +b missing node halflives +b missing node suspects +b missing node hookworm +b missing node marking +b missing node categorizer +b missing node opium +b missing node categorizes +b missing node cakewalker +b missing node antirational +b missing node cakewalked +b missing node classmates +b missing node headrests +b missing node categorized +b missing node volution +b missing node depreciatively +b missing node zeins +b missing node undisproved +b missing node instilling +b missing node monkey +b missing node slipcover +b missing node tomboys +b missing node chubbiest +b missing node discernable +b missing node quelling +b missing node muckily +b missing node urgencies +b missing node paynim +b missing node tree +b missing node tref +b missing node colorimetry +b missing node whoopees +b missing node aspirations +b missing node unsound +b missing node womans +b missing node capacitive +b missing node bruisers +b missing node reboil +b missing node overtrain +b missing node trek +b missing node specter +b missing node cheviot +b missing node slipovers +b missing node humeri +b missing node trey +b missing node spathe +b missing node ostinato +b missing node saltiest +b missing node argentum +b missing node serials +b missing node swirlier +b missing node anecdotists +b missing node cyclopes +b missing node sunroof +b missing node bicornes +b missing node sunroom +b missing node patriarchate +b missing node avoids +b missing node wapping +b missing node doltishly +b missing node winsomeness +b missing node mucking +b missing node stablers +b missing node zeiss +b missing node pulsar +b missing node organza +b missing node judgers +b missing node abounding +b missing node poohing +b missing node disbarred +b missing node kneecappings +b missing node hungers +b missing node eliding +b missing node sherpas +b missing node foxskins +b missing node encomium +b missing node subcommittees +b missing node forthrightly +b missing node tram +b missing node trap +b missing node endurable +b missing node beaching +b missing node legitimatizing +b missing node humorers +b missing node tray +b missing node disconcerted +b missing node delineate +b missing node horologe +b missing node improvers +b missing node welsher +b missing node welshes +b missing node consummation +b missing node mistrustful +b missing node revalidating +b missing node redoubt +b missing node horology +b missing node troubling +b missing node coalbins +b missing node pulsed +b missing node advisers +b missing node newscasts +b missing node mackintoshes +b missing node cenobites +b missing node opine +b missing node varistor +b missing node orleans +b missing node viceregent +b missing node edgings +b missing node pulses +b missing node consummating +b missing node pulser +b missing node clamber +b missing node coopery +b missing node coopers +b missing node revalidation +b missing node welshed +b missing node intensest +b missing node chevied +b missing node hegira +b missing node transits +b missing node bebopper +b missing node fluffed +b missing node trot +b missing node invented +b missing node smallpoxes +b missing node avowable +b missing node trow +b missing node troy +b missing node tzitzis +b missing node interspersing +b missing node pastilles +b missing node trod +b missing node soursops +b missing node dykes +b missing node trop +b missing node entertaining +b missing node haircloths +b missing node boweling +b missing node withholders +b missing node hospital +b missing node patriarchal +b missing node wishbones +b missing node untreated +b missing node lolling +b missing node interspersion +b missing node balmorals +b missing node embeds +b missing node befouling +b missing node congruities +b missing node entrusting +b missing node steelyard +b missing node quaintness +b missing node galilean +b missing node relationships +b missing node subversively +b missing node needlework +b missing node maintainer +b missing node avowably +b missing node lustral +b missing node cervixes +b missing node chevies +b missing node trustability +b missing node harmlessness +b missing node armoire +b missing node assigners +b missing node maintained +b missing node sulphates +b missing node lordships +b missing node closings +b missing node aeonic +b missing node denatures +b missing node saccharin +b missing node spavin +b missing node thesauruses +b missing node shebeen +b missing node rotundly +b missing node twittery +b missing node plausive +b missing node minibike +b missing node dekagram +b missing node markkaa +b missing node twitters +b missing node forced +b missing node depths +b missing node standardizing +b missing node forcer +b missing node stemless +b missing node factitiousness +b missing node forces +b missing node sprucing +b missing node replanned +b missing node getup +b missing node downwind +b missing node compounded +b missing node youngster +b missing node carhop +b missing node geometries +b missing node airplanes +b missing node elastomer +b missing node compounder +b missing node epitomizing +b missing node trio +b missing node trip +b missing node trim +b missing node pardners +b missing node trig +b missing node jeopardizes +b missing node flappier +b missing node inventer +b missing node veiners +b missing node lustred +b missing node curvatures +b missing node jeopardized +b missing node lustres +b missing node mortifying +b missing node marquises +b missing node olfactory +b missing node abreaction +b missing node subclassifies +b missing node transcribing +b missing node congealment +b missing node chuckfull +b missing node pawns +b missing node waging +b missing node spiritual +b missing node disgracefully +b missing node papaya +b missing node pendency +b missing node deionization +b missing node monthly +b missing node intensely +b missing node ebons +b missing node atomies +b missing node tearers +b missing node subclassified +b missing node ebony +b missing node calyxes +b missing node sectional +b missing node duckbills +b missing node sandaled +b missing node pawls +b missing node befoulier +b missing node dressage +b missing node heparin +b missing node precedable +b missing node semiannual +b missing node denatured +b missing node ringers +b missing node true +b missing node wahines +b missing node abreacting +b missing node deanship +b missing node nonnatives +b missing node pawky +b missing node lassoing +b missing node atomics +b missing node soapstone +b missing node substantializing +b missing node venomed +b missing node crawfished +b missing node motorcade +b missing node tattling +b missing node hasped +b missing node outfights +b missing node substantively +b missing node obscuranticism +b missing node impressionistic +b missing node cataclysms +b missing node grounds +b missing node botchiest +b missing node calumniously +b missing node aproning +b missing node argentic +b missing node channeling +b missing node crawfishes +b missing node venomer +b missing node jackals +b missing node nonreligious +b missing node swirling +b missing node adjusting +b missing node metros +b missing node truant +b missing node disconcertment +b missing node northernmost +b missing node flecking +b missing node ghastlier +b missing node continuing +b missing node orthography +b missing node discontented +b missing node crematoria +b missing node spectra +b missing node spectre +b missing node rehanged +b missing node tenpin +b missing node overrefine +b missing node kerbed +b missing node seamanly +b missing node hoydens +b missing node hobnobbed +b missing node gunshots +b missing node repulsiveness +b missing node collaborative +b missing node pulque +b missing node diamonding +b missing node gabblers +b missing node tribesman +b missing node fluorine +b missing node buchu +b missing node hustings +b missing node anglicism +b missing node sphagnum +b missing node utopisms +b missing node stuccowork +b missing node runniest +b missing node tsar +b missing node spiritualizing +b missing node limburger +b missing node debutant +b missing node iring +b missing node metric +b missing node stayers +b missing node paxes +b missing node titrate +b missing node kiev +b missing node montages +b missing node dibber +b missing node montaged +b missing node dibbed +b missing node sodom +b missing node avoidable +b missing node kibitzers +b missing node fubbed +b missing node extremely +b missing node judger +b missing node judges +b missing node flouters +b missing node prejudgment +b missing node payors +b missing node avoidably +b missing node thwartly +b missing node judged +b missing node senescence +b missing node vermiculite +b missing node regrafting +b missing node teflon +b missing node kick +b missing node devilishly +b missing node irish +b missing node payout +b missing node sectioned +b missing node slushing +b missing node galoot +b missing node tribesmen +b missing node predilections +b missing node uninfluential +b missing node saggers +b missing node slushily +b missing node famish +b missing node cerulean +b missing node suckered +b missing node jackass +b missing node potshard +b missing node kids +b missing node stinker +b missing node alpinists +b missing node bucks +b missing node embers +b missing node legalists +b missing node galops +b missing node enormously +b missing node bucko +b missing node metred +b missing node clumsy +b missing node disputation +b missing node essayed +b missing node assignees +b missing node papaws +b missing node daddling +b missing node metres +b missing node galore +b missing node disoblige +b missing node utopists +b missing node encouragers +b missing node clumpy +b missing node primrose +b missing node clumps +b missing node fluorite +b missing node titrant +b missing node endrin +b missing node keratins +b missing node specula +b missing node spangles +b missing node galosh +b missing node argental +b missing node compensable +b missing node housecoat +b missing node essayer +b missing node garfield +b missing node spangled +b missing node edifiers +b missing node bouquet +b missing node schoolmates +b missing node hubris +b missing node fixable +b missing node mussolini +b missing node imposing +b missing node abilene +b missing node obstruct +b missing node dibble +b missing node collaborating +b missing node windiness +b missing node sextettes +b missing node topping +b missing node graecized +b missing node bootees +b missing node ebonizing +b missing node preengaged +b missing node soddy +b missing node wizards +b missing node cargos +b missing node creditors +b missing node kips +b missing node preengages +b missing node graecizes +b missing node kink +b missing node collaboration +b missing node legalisms +b missing node nasoscope +b missing node typewritten +b missing node momentarily +b missing node payola +b missing node king +b missing node kind +b missing node wingspans +b missing node kine +b missing node disputer +b missing node disputes +b missing node fraggings +b missing node sourest +b missing node wineskin +b missing node bonnets +b missing node command +b missing node barristerial +b missing node conclave +b missing node disputed +b missing node resigns +b missing node foretaste +b missing node papain +b missing node doylies +b missing node milady +b missing node hellish +b missing node misidentifying +b missing node kins +b missing node lodgment +b missing node lollies +b missing node summoners +b missing node kill +b missing node refinish +b missing node archers +b missing node slushier +b missing node archery +b missing node uroliths +b missing node tutorages +b missing node snowshoe +b missing node misnomer +b missing node milage +b missing node archest +b missing node kilt +b missing node beverage +b missing node kiln +b missing node measurability +b missing node workshops +b missing node kilo +b missing node prerecord +b missing node scotties +b missing node forewords +b missing node headline +b missing node peregrinations +b missing node geums +b missing node indianians +b missing node alpinisms +b missing node oaters +b missing node bolling +b missing node elbows +b missing node jelly +b missing node jells +b missing node steadfast +b missing node kike +b missing node flapping +b missing node reinscribing +b missing node inventor +b missing node outsets +b missing node godly +b missing node imbruing +b missing node heartland +b missing node nonreaders +b missing node districts +b missing node anglicize +b missing node ashram +b missing node shippage +b missing node eugenists +b missing node resins +b missing node stockcars +b missing node infatuating +b missing node enquired +b missing node determinants +b missing node hollies +b missing node cripple +b missing node sunderers +b missing node jew +b missing node jet +b missing node rocketgun +b missing node jeu +b missing node deaconry +b missing node betokens +b missing node reclaims +b missing node infatuation +b missing node assertive +b missing node roundup +b missing node argentinean +b missing node algorisms +b missing node hardcovers +b missing node irreconcilable +b missing node enquirer +b missing node schoolhouses +b missing node grovelling +b missing node woodenness +b missing node enquires +b missing node compatibility +b missing node canaanites +b missing node drib +b missing node advocated +b missing node croqueted +b missing node straightly +b missing node chairs +b missing node minings +b missing node avion +b missing node drip +b missing node calculuses +b missing node chaise +b missing node towheaded +b missing node palisaded +b missing node confused +b missing node lockless +b missing node unenviable +b missing node advocates +b missing node palisades +b missing node confuses +b missing node instructorship +b missing node overtly +b missing node invaded +b missing node meltwater +b missing node invades +b missing node alfresco +b missing node extremity +b missing node teamworks +b missing node invader +b missing node fuzzily +b missing node drop +b missing node jab +b missing node infant +b missing node fomented +b missing node duplicitous +b missing node censorious +b missing node prerecording +b missing node bailsman +b missing node woodcut +b missing node goofed +b missing node whomsoever +b missing node cordwoods +b missing node embalm +b missing node jap +b missing node jar +b missing node peeresses +b missing node jam +b missing node fomenter +b missing node arapahos +b missing node jag +b missing node jai +b missing node extremist +b missing node direful +b missing node backtracks +b missing node resist +b missing node jay +b missing node aeroliths +b missing node macadams +b missing node jaw +b missing node infamy +b missing node testimonies +b missing node fuzzing +b missing node blotters +b missing node bespreading +b missing node jeoparding +b missing node extremism +b missing node irreconcilably +b missing node dexter +b missing node unbends +b missing node virucide +b missing node outwalks +b missing node depots +b missing node concavities +b missing node twin +b missing node ruthless +b missing node twit +b missing node esprits +b missing node attempered +b missing node twig +b missing node embank +b missing node denoting +b missing node depose +b missing node trillions +b missing node invocational +b missing node magnitude +b missing node photogenically +b missing node assertion +b missing node imprinting +b missing node bullying +b missing node deport +b missing node replaceable +b missing node navigator +b missing node thuggeries +b missing node anyone +b missing node royal +b missing node isomorphs +b missing node milers +b missing node consolidated +b missing node nonresistant +b missing node backslide +b missing node catechized +b missing node folklore +b missing node thyrse +b missing node macroscopically +b missing node catechizes +b missing node caudices +b missing node determents +b missing node testimonial +b missing node bailsmen +b missing node decanters +b missing node interpreted +b missing node obstinate +b missing node enhancers +b missing node seatwork +b missing node job +b missing node fictitiously +b missing node resign +b missing node asserting +b missing node interments +b missing node betakes +b missing node interpreter +b missing node undercapitalize +b missing node betaken +b missing node uniforms +b missing node ceilers +b missing node embark +b missing node joy +b missing node sickling +b missing node embars +b missing node newlyweds +b missing node jog +b missing node joe +b missing node aerolites +b missing node corers +b missing node reside +b missing node brazilians +b missing node monkishness +b missing node jot +b missing node fleetingly +b missing node relabelling +b missing node overwillingly +b missing node crookeder +b missing node subconscious +b missing node razing +b missing node grouchiness +b missing node sicklily +b missing node slapdash +b missing node footboards +b missing node baggages +b missing node wealthier +b missing node proviso +b missing node sprocket +b missing node twos +b missing node blunderbusses +b missing node jim +b missing node jig +b missing node advocator +b missing node cluing +b missing node overtax +b missing node jib +b missing node rivederci +b missing node mutining +b missing node unillustrated +b missing node whitewall +b missing node andre +b missing node fuzzier +b missing node lookouts +b missing node cassavas +b missing node episcopally +b missing node icefalls +b missing node glacises +b missing node inheritably +b missing node swapped +b missing node skyscraper +b missing node indochina +b missing node drum +b missing node pedicurist +b missing node jeopardize +b missing node planetariums +b missing node drug +b missing node answering +b missing node freebooters +b missing node avian +b missing node drub +b missing node swapper +b missing node believability +b missing node penicillinic +b missing node inheritable +b missing node preexist +b missing node repacked +b missing node accede +b missing node hissers +b missing node forbidder +b missing node forbidden +b missing node hermeneutical +b missing node swivel +b missing node overskirt +b missing node its +b missing node neckwear +b missing node frappes +b missing node streamlined +b missing node braising +b missing node bedighted +b missing node limier +b missing node curatrix +b missing node iud +b missing node hairbrushes +b missing node withal +b missing node streamliner +b missing node streamlines +b missing node tourer +b missing node ism +b missing node bazars +b missing node campstool +b missing node enjoining +b missing node quaestor +b missing node alveolus +b missing node radiographic +b missing node prepayment +b missing node nubbles +b missing node emmet +b missing node minimum +b missing node strumpet +b missing node reflexively +b missing node ivy +b missing node tonishly +b missing node lustered +b missing node squinch +b missing node sicklier +b missing node sarcasm +b missing node dilapidate +b missing node sneakiness +b missing node blueness +b missing node disobedience +b missing node nonevents +b missing node frapped +b missing node doxologies +b missing node dextro +b missing node baggage +b missing node nondiscrimination +b missing node withed +b missing node hercules +b missing node gouaches +b missing node shoved +b missing node withes +b missing node shoemaker +b missing node friends +b missing node nougats +b missing node unwilling +b missing node wither +b missing node botchier +b missing node aseptic +b missing node radiographer +b missing node ion +b missing node quatorze +b missing node factiously +b missing node iou +b missing node nondiscriminating +b missing node fosters +b missing node bannister +b missing node shovel +b missing node whiningly +b missing node whitewash +b missing node catarrhous +b missing node shover +b missing node embryologies +b missing node hisself +b missing node allowances +b missing node oldest +b missing node backseats +b missing node shoves +b missing node irs +b missing node garment +b missing node emboldened +b missing node irk +b missing node consolidates +b missing node tannable +b missing node sleekest +b missing node pressurizing +b missing node dovecote +b missing node solidi +b missing node gurgling +b missing node downfall +b missing node spirituals +b missing node deaconed +b missing node reships +b missing node extort +b missing node crunching +b missing node solids +b missing node environmentalist +b missing node dovecots +b missing node iqs +b missing node ferrous +b missing node environmentalism +b missing node solido +b missing node ire +b missing node sprawlers +b missing node ira +b missing node centums +b missing node pinpoint +b missing node planless +b missing node mismarked +b missing node bluepoints +b missing node potlach +b missing node disquieted +b missing node offloading +b missing node solecize +b missing node draw +b missing node andes +b missing node liming +b missing node toolings +b missing node dray +b missing node drat +b missing node birthrates +b missing node compelling +b missing node consoling +b missing node triplicate +b missing node cavitation +b missing node bloodshedder +b missing node infield +b missing node catwalks +b missing node amendable +b missing node aviarist +b missing node encampments +b missing node peyote +b missing node serape +b missing node preform +b missing node haired +b missing node evidenced +b missing node seraph +b missing node shuttered +b missing node straighten +b missing node fanfold +b missing node purposely +b missing node diffracts +b missing node straighter +b missing node evidences +b missing node importunately +b missing node sleekens +b missing node drag +b missing node dram +b missing node straighted +b missing node overdoing +b missing node chintzy +b missing node drinkable +b missing node unspecialized +b missing node drab +b missing node aerobically +b missing node navigated +b missing node connected +b missing node extols +b missing node coshing +b missing node veils +b missing node fightings +b missing node unstrapped +b missing node extoll +b missing node botching +b missing node connecter +b missing node beadrolls +b missing node bittered +b missing node batholiths +b missing node drew +b missing node praxises +b missing node punctured +b missing node botchily +b missing node bitterer +b missing node solubility +b missing node headless +b missing node navigates +b missing node inebriating +b missing node succulently +b missing node confidentiality +b missing node indeterminately +b missing node commutator +b missing node wrongest +b missing node peyotl +b missing node crunchier +b missing node officers +b missing node punctures +b missing node veiny +b missing node finding +b missing node presidencies +b missing node making +b missing node judiciary +b missing node westbound +b missing node inebriation +b missing node autodialled +b missing node legitimizations +b missing node chattiest +b missing node chains +b missing node century +b missing node consolidator +b missing node dreg +b missing node obliquities +b missing node veins +b missing node swivet +b missing node drek +b missing node wrongers +b missing node reupholstered +b missing node toured +b missing node tintless +b missing node rootstocks +b missing node foolishness +b missing node twat +b missing node twas +b missing node pertness +b missing node backwardly +b missing node retrogressive +b missing node blabs +b missing node sloucher +b missing node biosyntheses +b missing node slouches +b missing node kid +b missing node dobbins +b missing node intervening +b missing node skewered +b missing node reheels +b missing node kin +b missing node brazenness +b missing node kip +b missing node slouched +b missing node nonstriking +b missing node black +b missing node kit +b missing node limits +b missing node embryologist +b missing node snoozers +b missing node vulnerable +b missing node showup +b missing node earlships +b missing node calamary +b missing node adducers +b missing node calamars +b missing node vulnerably +b missing node soaks +b missing node musicologist +b missing node decompose +b missing node emotive +b missing node subscripts +b missing node affectionless +b missing node rarest +b missing node capitations +b missing node amidship +b missing node underbidders +b missing node hungary +b missing node foreigner +b missing node confuted +b missing node amazing +b missing node altruistic +b missing node cosmists +b missing node sharpened +b missing node nathless +b missing node subcategory +b missing node pumice +b missing node neocolonialists +b missing node resharpened +b missing node anklets +b missing node confuter +b missing node confutes +b missing node counselling +b missing node bazaar +b missing node cosmisms +b missing node solecist +b missing node townwears +b missing node keg +b missing node solecism +b missing node hudson +b missing node precipitant +b missing node minions +b missing node decoyers +b missing node molochs +b missing node ken +b missing node tastefully +b missing node exceptionable +b missing node deactivate +b missing node biosynthesis +b missing node key +b missing node gawker +b missing node tektite +b missing node filtrating +b missing node wholes +b missing node queaziest +b missing node honourers +b missing node gawked +b missing node inkblots +b missing node connector +b missing node sprout +b missing node meetings +b missing node concordats +b missing node rigidness +b missing node nuncios +b missing node moribundly +b missing node sidecars +b missing node concelebrations +b missing node bitterns +b missing node spottiest +b missing node whipping +b missing node hairdo +b missing node harmoniums +b missing node beguiling +b missing node impurities +b missing node sightings +b missing node equanimity +b missing node tidbit +b missing node bitterly +b missing node squinching +b missing node forewarning +b missing node unattracted +b missing node dialoguing +b missing node rhodium +b missing node epicurean +b missing node altars +b missing node militating +b missing node reincarnated +b missing node guiders +b missing node teeniest +b missing node simulations +b missing node reincarnates +b missing node crudity +b missing node knives +b missing node assumedly +b missing node beleaguered +b missing node despondently +b missing node uneducable +b missing node emotion +b missing node interleaf +b missing node mongering +b missing node fruiters +b missing node suzerain +b missing node executioners +b missing node emoting +b missing node salvagees +b missing node indolent +b missing node picturer +b missing node pictures +b missing node mineralizing +b missing node showdown +b missing node algorithm +b missing node insistent +b missing node commutations +b missing node filtration +b missing node misdemeanors +b missing node clinical +b missing node metrography +b missing node pictured +b missing node chilblain +b missing node decorously +b missing node usual +b missing node stigma +b missing node constrainedly +b missing node darkeners +b missing node awakens +b missing node admittance +b missing node subheads +b missing node tuftiest +b missing node nonintellectual +b missing node occult +b missing node labyrinthine +b missing node within +b missing node gothically +b missing node archimedean +b missing node subcurators +b missing node atlanta +b missing node aviaries +b missing node ickier +b missing node unknowns +b missing node mystically +b missing node diagonal +b missing node whizbangs +b missing node javelins +b missing node appropriate +b missing node seedings +b missing node innermost +b missing node wigmakers +b missing node encyclopedia +b missing node whichever +b missing node encyclopedic +b missing node animuses +b missing node laryngitis +b missing node midsummers +b missing node orgiastical +b missing node laryngitic +b missing node whooping +b missing node equivalent +b missing node swept +b missing node zoneless +b missing node retooling +b missing node rollovers +b missing node barratrous +b missing node nonadministratively +b missing node beavering +b missing node whippier +b missing node zoography +b missing node princedoms +b missing node occupy +b missing node dashes +b missing node fight +b missing node rarefy +b missing node sauteed +b missing node nonautomatic +b missing node oakum +b missing node umlauted +b missing node browless +b missing node occurs +b missing node showed +b missing node imperative +b missing node winchers +b missing node tups +b missing node murmur +b missing node efflorescent +b missing node turn +b missing node jeopardied +b missing node turk +b missing node turf +b missing node weariest +b missing node tussuck +b missing node taborets +b missing node turd +b missing node afraid +b missing node spokane +b missing node serbia +b missing node subaverage +b missing node shower +b missing node diogenes +b missing node resifted +b missing node gooky +b missing node cumquats +b missing node roundel +b missing node poetizing +b missing node tannings +b missing node northwest +b missing node rounder +b missing node battered +b missing node impedient +b missing node gaynesses +b missing node spitefully +b missing node gooks +b missing node consanguineous +b missing node toxicologic +b missing node rounded +b missing node tuns +b missing node kolinskies +b missing node unfazed +b missing node jut +b missing node damocles +b missing node kishkes +b missing node jus +b missing node wiseacre +b missing node nerveless +b missing node shunpiker +b missing node shunpikes +b missing node predicted +b missing node isaiah +b missing node nonautomated +b missing node dashed +b missing node intersession +b missing node repossessor +b missing node pitapat +b missing node shunpiked +b missing node mixture +b missing node precautionary +b missing node balloonist +b missing node dasher +b missing node inconsumable +b missing node fretwork +b missing node simplest +b missing node wailed +b missing node sinuously +b missing node contorts +b missing node coachman +b missing node inconsumably +b missing node underages +b missing node tutu +b missing node tuts +b missing node jug +b missing node timing +b missing node wailer +b missing node drapery +b missing node cooping +b missing node triller +b missing node drapers +b missing node labels +b missing node miscount +b missing node lottos +b missing node goops +b missing node trilled +b missing node glengarry +b missing node mutinied +b missing node omnibus +b missing node ionised +b missing node antibody +b missing node tush +b missing node anguishes +b missing node tousle +b missing node mutinies +b missing node tusk +b missing node stubbornness +b missing node vivify +b missing node relatedness +b missing node hostler +b missing node anguished +b missing node ballooning +b missing node placoid +b missing node accent +b missing node gustable +b missing node ethnic +b missing node unobtainable +b missing node footpaths +b missing node decelerate +b missing node coachmen +b missing node insisters +b missing node buckeroos +b missing node goony +b missing node noblest +b missing node ionises +b missing node goons +b missing node distort +b missing node pedicuring +b missing node odorous +b missing node supportable +b missing node impelling +b missing node biogeographers +b missing node hampering +b missing node accept +b missing node scheelite +b missing node ancient +b missing node chields +b missing node psychotoxic +b missing node expectations +b missing node anciens +b missing node soars +b missing node keynotes +b missing node keynoter +b missing node cheekiest +b missing node googly +b missing node plunderage +b missing node levuloses +b missing node mecums +b missing node sportsmen +b missing node photographing +b missing node sleighing +b missing node reassembles +b missing node precooled +b missing node cricks +b missing node muckers +b missing node filchers +b missing node preinaugural +b missing node inhalators +b missing node goosy +b missing node boiled +b missing node rarely +b missing node stupefying +b missing node containment +b missing node overfurnishing +b missing node obstinacy +b missing node tunelessly +b missing node usurp +b missing node latter +b missing node soave +b missing node length +b missing node usury +b missing node halidoms +b missing node boiler +b missing node adenoidism +b missing node keynoted +b missing node verbatim +b missing node halidome +b missing node latten +b missing node access +b missing node striding +b missing node wholly +b missing node sheepshank +b missing node verticalness +b missing node roundly +b missing node coagulations +b missing node goose +b missing node spayed +b missing node rower +b missing node ulster +b missing node compliance +b missing node wrongful +b missing node rowel +b missing node instillers +b missing node dwight +b missing node ascertainment +b missing node radishes +b missing node overtop +b missing node campaigns +b missing node confectioners +b missing node advising +b missing node confectionery +b missing node sportsman +b missing node traumatically +b missing node aviso +b missing node compliancy +b missing node sharpener +b missing node outpacing +b missing node parching +b missing node sables +b missing node retrogressing +b missing node exobiological +b missing node concordant +b missing node jeopardies +b missing node alcove +b missing node wastepaper +b missing node iambi +b missing node cockroaches +b missing node salvagers +b missing node soaps +b missing node decentralizations +b missing node cashiers +b missing node mistake +b missing node concentrator +b missing node soapy +b missing node precipitate +b missing node googol +b missing node retrogression +b missing node distrust +b missing node leakers +b missing node blacksmith +b missing node mutineered +b missing node ashiest +b missing node iambs +b missing node observe +b missing node kishkas +b missing node ibidem +b missing node occlusion +b missing node vesseled +b missing node heartsore +b missing node sojourned +b missing node reexchanges +b missing node mistitled +b missing node unrelenting +b missing node knelling +b missing node contrivers +b missing node sojourner +b missing node mistitles +b missing node objects +b missing node reexchanged +b missing node repacify +b missing node syphilis +b missing node colporteur +b missing node tridents +b missing node cankered +b missing node layerings +b missing node reenjoyed +b missing node reassembled +b missing node metamorphic +b missing node aforethought +b missing node tyke +b missing node aspect +b missing node poetizers +b missing node steering +b missing node repossessed +b missing node incidental +b missing node broadcasted +b missing node broadcaster +b missing node addling +b missing node frogeye +b missing node emplacing +b missing node authority +b missing node swishy +b missing node reappointed +b missing node calculative +b missing node possessives +b missing node landward +b missing node murphy +b missing node clinkering +b missing node sticklers +b missing node confirmable +b missing node repossesses +b missing node silentest +b missing node meteoritic +b missing node catchy +b missing node requiting +b missing node shooting +b missing node ham +b missing node rowdy +b missing node hap +b missing node oaken +b missing node enchanting +b missing node haw +b missing node has +b missing node hat +b missing node somersaults +b missing node rowed +b missing node hah +b missing node noncombatant +b missing node nonresistants +b missing node recombined +b missing node hag +b missing node had +b missing node desexualization +b missing node wrinkling +b missing node foolishest +b missing node musks +b missing node maledictions +b missing node underacts +b missing node hay +b missing node musky +b missing node unilaterally +b missing node erroneously +b missing node careerer +b missing node deoxygenation +b missing node purifiers +b missing node mushy +b missing node sandals +b missing node invitees +b missing node music +b missing node curlicued +b missing node felicitous +b missing node recombines +b missing node narcissists +b missing node uncorroborated +b missing node alkyds +b missing node relished +b missing node wornness +b missing node rowan +b missing node authorize +b missing node tripodic +b missing node deoxygenating +b missing node masons +b missing node curlicues +b missing node indents +b missing node epicentral +b missing node relishes +b missing node jackanapes +b missing node sexists +b missing node careered +b missing node deducted +b missing node buffing +b missing node woodener +b missing node immunologies +b missing node jaygees +b missing node wryest +b missing node hee +b missing node goofs +b missing node goofy +b missing node calculation +b missing node hey +b missing node hex +b missing node hew +b missing node baccarats +b missing node maestoso +b missing node her +b missing node assault +b missing node repudiators +b missing node hep +b missing node hen +b missing node disembodying +b missing node hem +b missing node whinnier +b missing node whinnies +b missing node vampires +b missing node schemata +b missing node whinnied +b missing node extras +b missing node strudels +b missing node warrior +b missing node ingrowing +b missing node scissors +b missing node celebs +b missing node tyro +b missing node brakeless +b missing node bicentenaries +b missing node sharkers +b missing node dolphins +b missing node repartition +b missing node needling +b missing node musty +b missing node interims +b missing node borderlines +b missing node subscribe +b missing node musts +b missing node riping +b missing node helmsman +b missing node vaginated +b missing node chirruped +b missing node retains +b missing node warring +b missing node impellers +b missing node loyalties +b missing node authoring +b missing node focusers +b missing node calculating +b missing node chalet +b missing node grazier +b missing node interior +b missing node adulthood +b missing node hie +b missing node hid +b missing node viniest +b missing node hic +b missing node hip +b missing node him +b missing node type +b missing node wrinklier +b missing node icebreaker +b missing node fallaciously +b missing node pessimist +b missing node meteorites +b missing node motions +b missing node his +b missing node pederast +b missing node hit +b missing node pessimism +b missing node weediest +b missing node medicine +b missing node vampiric +b missing node mussy +b missing node nonrecognition +b missing node accredit +b missing node ireless +b missing node foreshorten +b missing node loweringly +b missing node wishfulness +b missing node gazpacho +b missing node hawaiians +b missing node soliloquizing +b missing node calipering +b missing node goody +b missing node miscopies +b missing node goods +b missing node misinformation +b missing node tyre +b missing node tripodal +b missing node subsumable +b missing node atrium +b missing node helmsmen +b missing node aspens +b missing node chickpeas +b missing node swooning +b missing node busters +b missing node gooey +b missing node chopstick +b missing node mermaid +b missing node solvability +b missing node dastardly +b missing node miscopied +b missing node typo +b missing node genuses +b missing node disrespectful +b missing node chalah +b missing node angeluses +b missing node incidently +b missing node inspects +b missing node banishing +b missing node grabber +b missing node exterior +b missing node swirl +b missing node probative +b missing node mythologic +b missing node unentangled +b missing node quipping +b missing node impenetrably +b missing node doxy +b missing node spectrometries +b missing node primariness +b missing node impenetrable +b missing node responsibility +b missing node unnegotiable +b missing node detecters +b missing node doze +b missing node liberating +b missing node unscarred +b missing node neighborhoods +b missing node buffier +b missing node introverted +b missing node egalite +b missing node appraisal +b missing node ironwood +b missing node genitive +b missing node provincialism +b missing node traipse +b missing node god +b missing node grazing +b missing node gob +b missing node swipe +b missing node stiffness +b missing node nictitated +b missing node baggings +b missing node gnu +b missing node aphrodisia +b missing node veilers +b missing node googols +b missing node unforetold +b missing node vacationers +b missing node nictitates +b missing node aspers +b missing node vervain +b missing node minstrelsy +b missing node landholder +b missing node thudding +b missing node provinciality +b missing node liberation +b missing node grabbed +b missing node challenge +b missing node franking +b missing node unaware +b missing node down +b missing node gonof +b missing node dows +b missing node inviters +b missing node doty +b missing node gonif +b missing node repressiveness +b missing node beechy +b missing node scandals +b missing node assignation +b missing node footlight +b missing node ironwork +b missing node shacklers +b missing node unprolific +b missing node dots +b missing node goy +b missing node smokepot +b missing node neediness +b missing node dragnet +b missing node serfhood +b missing node tumble +b missing node carroming +b missing node dove +b missing node nauseous +b missing node goo +b missing node goodly +b missing node simoleons +b missing node dour +b missing node got +b missing node gov +b missing node dory +b missing node flavedos +b missing node whomso +b missing node deadlocked +b missing node desegregation +b missing node dose +b missing node prater +b missing node prates +b missing node swiss +b missing node foamers +b missing node midpoint +b missing node dorm +b missing node dorp +b missing node oligarchies +b missing node phalluses +b missing node gorgeously +b missing node pointblank +b missing node dors +b missing node enclose +b missing node pourboire +b missing node fleshiness +b missing node desalting +b missing node motorcades +b missing node quippish +b missing node disgracing +b missing node bombarding +b missing node swish +b missing node dote +b missing node defects +b missing node doth +b missing node appliers +b missing node sensors +b missing node fubbing +b missing node sabbatical +b missing node flashier +b missing node rekindle +b missing node oomph +b missing node sensory +b missing node doss +b missing node prated +b missing node dost +b missing node outhits +b missing node fathomable +b missing node tunneller +b missing node lanyard +b missing node extensions +b missing node unrepentant +b missing node probating +b missing node tunnelled +b missing node roves +b missing node desegregate +b missing node rover +b missing node gum +b missing node touter +b missing node sneakingly +b missing node fifty +b missing node manoeuvreing +b missing node mockable +b missing node forbidals +b missing node sistering +b missing node sidecar +b missing node parfait +b missing node desegregating +b missing node ribosomes +b missing node goodie +b missing node subscript +b missing node crabbers +b missing node eviscerate +b missing node biospheres +b missing node reverencers +b missing node corgis +b missing node invoking +b missing node muses +b missing node muser +b missing node haggling +b missing node overuse +b missing node switch +b missing node rocketers +b missing node probation +b missing node dredger +b missing node mused +b missing node tangencies +b missing node brooder +b missing node leeches +b missing node leeched +b missing node swigs +b missing node dredges +b missing node adulating +b missing node fifth +b missing node guy +b missing node brooded +b missing node convolutely +b missing node gut +b missing node inflations +b missing node roved +b missing node starkness +b missing node tarnish +b missing node whomps +b missing node gun +b missing node adulation +b missing node tinniest +b missing node caspian +b missing node sonants +b missing node swift +b missing node discomfort +b missing node galaxies +b missing node taffetas +b missing node daylily +b missing node swims +b missing node gooder +b missing node preserve +b missing node imperatives +b missing node reproduce +b missing node unpopular +b missing node reexamines +b missing node appraised +b missing node gym +b missing node swing +b missing node gyp +b missing node swine +b missing node dredged +b missing node precooked +b missing node volcanics +b missing node knifings +b missing node appraiser +b missing node reexamined +b missing node ribosomal +b missing node swill +b missing node sweltered +b missing node appraises +b missing node exonerating +b missing node beseeching +b missing node vituperations +b missing node shotes +b missing node barracuda +b missing node flashily +b missing node knickknacks +b missing node mistbow +b missing node dozy +b missing node optioning +b missing node israel +b missing node shampooing +b missing node exoneration +b missing node alkyls +b missing node afghani +b missing node pamphleteers +b missing node titularies +b missing node afghans +b missing node cryotherapies +b missing node readably +b missing node touted +b missing node lighthearted +b missing node cudbears +b missing node loadable +b missing node occlusive +b missing node mesmerizing +b missing node carryalls +b missing node bombardier +b missing node flashing +b missing node sexisms +b missing node sideslip +b missing node dogs +b missing node predictions +b missing node solemn +b missing node lorn +b missing node rapacities +b missing node dogy +b missing node vehemently +b missing node lord +b missing node stooping +b missing node lore +b missing node syndicate +b missing node showerhead +b missing node solely +b missing node daggered +b missing node doge +b missing node modesties +b missing node gammons +b missing node ibm +b missing node administrations +b missing node hosting +b missing node ibices +b missing node murks +b missing node soleprint +b missing node crossly +b missing node daleths +b missing node doff +b missing node artificial +b missing node lops +b missing node terminative +b missing node murky +b missing node lope +b missing node compressional +b missing node deploy +b missing node shouts +b missing node timpanist +b missing node loot +b missing node loop +b missing node airfield +b missing node loos +b missing node pedantically +b missing node loom +b missing node loon +b missing node look +b missing node readable +b missing node autobahn +b missing node palmitate +b missing node rearresting +b missing node antiserums +b missing node unflavored +b missing node unweary +b missing node reendow +b missing node sleeking +b missing node wronging +b missing node docs +b missing node lone +b missing node long +b missing node radiative +b missing node dock +b missing node cajuns +b missing node sprinter +b missing node precognitions +b missing node lollers +b missing node sinuous +b missing node ifs +b missing node loll +b missing node aviarists +b missing node exospheric +b missing node redrafted +b missing node evangelical +b missing node billboard +b missing node makers +b missing node spendable +b missing node does +b missing node doer +b missing node icy +b missing node tromping +b missing node rabbiters +b missing node milestone +b missing node unassimilated +b missing node sincerer +b missing node swirly +b missing node ice +b missing node directs +b missing node loadstar +b missing node swirls +b missing node presuppositions +b missing node termination +b missing node vistaed +b missing node unscreened +b missing node ids +b missing node tepees +b missing node dodo +b missing node biomedicine +b missing node sprinted +b missing node irradiations +b missing node figging +b missing node velleity +b missing node sandbox +b missing node alizarin +b missing node expands +b missing node holdall +b missing node growth +b missing node extorters +b missing node retrievers +b missing node roust +b missing node makeup +b missing node crosser +b missing node door +b missing node crosses +b missing node despatches +b missing node beachiest +b missing node despatcher +b missing node forgotten +b missing node doom +b missing node bedeviled +b missing node exospheres +b missing node rouse +b missing node palatial +b missing node dong +b missing node terminating +b missing node commitment +b missing node unpersuasive +b missing node grower +b missing node done +b missing node subareas +b missing node exhaustible +b missing node gongs +b missing node dons +b missing node spiracles +b missing node crossed +b missing node despatched +b missing node forbiddance +b missing node frogged +b missing node radiation +b missing node rebirth +b missing node fifer +b missing node fifes +b missing node wehner +b missing node tucson +b missing node clownishly +b missing node tranquilizers +b missing node fifed +b missing node xenolith +b missing node dope +b missing node reship +b missing node inning +b missing node routs +b missing node inappreciatively +b missing node gynarchy +b missing node goner +b missing node colorfulness +b missing node reciprocally +b missing node viscera +b missing node lows +b missing node placque +b missing node dopy +b missing node impressing +b missing node route +b missing node nettings +b missing node perfectos +b missing node concertedly +b missing node dognapers +b missing node lout +b missing node lour +b missing node parametric +b missing node sleekier +b missing node imp +b missing node deletions +b missing node love +b missing node primitivity +b missing node inc +b missing node radiating +b missing node familia +b missing node perfectly +b missing node diabolically +b missing node televisions +b missing node inn +b missing node lots +b missing node primitivism +b missing node int +b missing node remembering +b missing node ins +b missing node bicuspids +b missing node ink +b missing node stillness +b missing node lilliput +b missing node outwitted +b missing node loud +b missing node necking +b missing node khakis +b missing node passersby +b missing node inartistically +b missing node perpetuum +b missing node embellishing +b missing node damnification +b missing node vanilla +b missing node dojo +b missing node loup +b missing node quadrangles +b missing node lost +b missing node loss +b missing node suppresses +b missing node growly +b missing node extortionist +b missing node dome +b missing node footprint +b missing node microscope +b missing node loth +b missing node prudentially +b missing node unapproved +b missing node dona +b missing node volcanism +b missing node queasiness +b missing node voluminosity +b missing node doms +b missing node rondeaux +b missing node doll +b missing node ill +b missing node ilk +b missing node briquettes +b missing node bilaterally +b missing node dole +b missing node prythee +b missing node clangor +b missing node lory +b missing node growls +b missing node lose +b missing node suppressed +b missing node briquetted +b missing node hostile +b missing node gonad +b missing node microscopy +b missing node sidearm +b missing node dolt +b missing node crayfish +b missing node congenital +b missing node truantries +b missing node bootless +b missing node bestriding +b missing node incapacious +b missing node supremacy +b missing node rhythms +b missing node umpire +b missing node embower +b missing node chawing +b missing node woodenly +b missing node barrelled +b missing node sleepless +b missing node synapse +b missing node perpetuating +b missing node youthen +b missing node assorters +b missing node minstrels +b missing node how +b missing node memsahib +b missing node loan +b missing node hon +b missing node loam +b missing node hog +b missing node loaf +b missing node hoi +b missing node pretoria +b missing node hot +b missing node load +b missing node hop +b missing node hor +b missing node chalks +b missing node brothels +b missing node grosgrains +b missing node chalky +b missing node hob +b missing node restructure +b missing node fripperies +b missing node artlessly +b missing node hoe +b missing node irritate +b missing node hod +b missing node hoc +b missing node reoccurrence +b missing node plugger +b missing node impressment +b missing node repainting +b missing node duenna +b missing node transcend +b missing node consciousness +b missing node reelections +b missing node field +b missing node peering +b missing node orphan +b missing node disentangling +b missing node unattainable +b missing node impressive +b missing node maternity +b missing node hug +b missing node huh +b missing node sipping +b missing node hue +b missing node round +b missing node hub +b missing node peaceable +b missing node perfecter +b missing node untrammeled +b missing node explainers +b missing node umping +b missing node fuhrer +b missing node angoras +b missing node clanged +b missing node peaceably +b missing node perfected +b missing node impression +b missing node dourine +b missing node baddies +b missing node cardiograph +b missing node cornball +b missing node canewares +b missing node sprattle +b missing node katrina +b missing node fiefs +b missing node wreaking +b missing node tigerish +b missing node hemogram +b missing node ulcering +b missing node coalsacks +b missing node hatrack +b missing node irritant +b missing node cardiograms +b missing node defrayed +b missing node nonpasserine +b missing node crookedly +b missing node purgation +b missing node beebee +b missing node defrayer +b missing node perpetual +b missing node sandbar +b missing node expanse +b missing node rateably +b missing node biassing +b missing node stingiest +b missing node sandbag +b missing node perfectas +b missing node frightening +b missing node susurration +b missing node immunologist +b missing node beddable +b missing node brothers +b missing node strivers +b missing node atrial +b missing node loin +b missing node hyperacid +b missing node hwy +b missing node reallocations +b missing node punting +b missing node trothed +b missing node pyxes +b missing node grovels +b missing node friendliest +b missing node earwigs +b missing node adults +b missing node imprisons +b missing node annunciators +b missing node alveolar +b missing node annunciatory +b missing node sixpences +b missing node murex +b missing node atwitter +b missing node gelled +b missing node fiery +b missing node evaporate +b missing node triliteral +b missing node extremest +b missing node celery +b missing node loft +b missing node tantra +b missing node increasers +b missing node hup +b missing node logo +b missing node hum +b missing node hun +b missing node biennially +b missing node defrayal +b missing node hut +b missing node logs +b missing node gowned +b missing node loge +b missing node privets +b missing node should +b missing node retaker +b missing node retakes +b missing node sightsee +b missing node rateable +b missing node retaken +b missing node ethnicity +b missing node sunsuit +b missing node logy +b missing node contended +b missing node lode +b missing node bootlegs +b missing node neophobic +b missing node neophobia +b missing node bylaws +b missing node milieu +b missing node fordless +b missing node rheostat +b missing node indiscernible +b missing node butler +b missing node lariating +b missing node roues +b missing node orphic +b missing node weanling +b missing node selectees +b missing node lumpiness +b missing node contender +b missing node palatine +b missing node rouge +b missing node dreariness +b missing node pyxie +b missing node bellworts +b missing node rough +b missing node fiend +b missing node hoodwinks +b missing node bagnio +b missing node imminently +b missing node phenocopies +b missing node pyxis +b missing node plugged +b missing node percussions +b missing node tunisians +b missing node sightsaw +b missing node lobe +b missing node mural +b missing node autoclave +b missing node lobo +b missing node elegancy +b missing node metiers +b missing node purgative +b missing node lobs +b missing node perpetuation +b missing node irreducible +b missing node elegance +b missing node lock +b missing node unweave +b missing node loci +b missing node latvia +b missing node loch +b missing node loco +b missing node irreducibly +b missing node recasts +b missing node shotted +b missing node cambers +b missing node chance +b missing node mopish +b missing node undervaluing +b missing node defloration +b missing node militantness +b missing node hypothesize +b missing node fandom +b missing node watermelons +b missing node gunlocks +b missing node erosivity +b missing node goaltenders +b missing node noodle +b missing node fez +b missing node fey +b missing node few +b missing node fee +b missing node glyphic +b missing node fed +b missing node corals +b missing node saudis +b missing node fem +b missing node fen +b missing node emirates +b missing node disfranchiser +b missing node disfranchises +b missing node dynast +b missing node selectmen +b missing node heptads +b missing node existences +b missing node hootches +b missing node contemporarily +b missing node nonpigmented +b missing node trilogy +b missing node fib +b missing node subregions +b missing node repudiating +b missing node purified +b missing node emits +b missing node reveler +b missing node barnacle +b missing node luau +b missing node distils +b missing node purifier +b missing node volatilizes +b missing node purifies +b missing node distill +b missing node chancy +b missing node shorty +b missing node nonethical +b missing node ponderers +b missing node givens +b missing node shorts +b missing node reveled +b missing node artistries +b missing node rehearsal +b missing node change +b missing node distributed +b missing node gratifying +b missing node dynamically +b missing node woodhen +b missing node compellers +b missing node distributee +b missing node fbi +b missing node mutineer +b missing node gleefully +b missing node khalif +b missing node elixirs +b missing node distributes +b missing node lube +b missing node distributer +b missing node mercurialism +b missing node fay +b missing node moping +b missing node fax +b missing node fat +b missing node drowsiness +b missing node luck +b missing node far +b missing node lucy +b missing node repurchase +b missing node winless +b missing node fan +b missing node gombo +b missing node submittance +b missing node fag +b missing node delicate +b missing node fad +b missing node cicatrix +b missing node disfranchised +b missing node biblical +b missing node cacheted +b missing node florences +b missing node winching +b missing node biogeochemistry +b missing node elaborations +b missing node demonetize +b missing node parquets +b missing node reseal +b missing node reseat +b missing node chanteuse +b missing node befriends +b missing node tribadic +b missing node nailheads +b missing node reticulated +b missing node bulwarked +b missing node pastille +b missing node sensual +b missing node enterprising +b missing node scintilla +b missing node remaindered +b missing node hormonally +b missing node vexatiousness +b missing node fittable +b missing node philatelic +b missing node sharecrops +b missing node secureness +b missing node airspaces +b missing node elations +b missing node shortcake +b missing node caters +b missing node crystalize +b missing node bustler +b missing node bustles +b missing node rawhiding +b missing node meteorology +b missing node bustled +b missing node feasibleness +b missing node alphabets +b missing node renominations +b missing node gemmier +b missing node penologist +b missing node sonatas +b missing node lender +b missing node fellatrixes +b missing node browner +b missing node cumulate +b missing node franklin +b missing node reseed +b missing node fermatas +b missing node dragged +b missing node benign +b missing node labeling +b missing node richness +b missing node turmerics +b missing node granulated +b missing node remigrations +b missing node snapshot +b missing node flocked +b missing node abbesses +b missing node winteriest +b missing node sigmoidal +b missing node trajectories +b missing node stagnantly +b missing node granulates +b missing node colleted +b missing node unsuited +b missing node hypothesist +b missing node downshift +b missing node browned +b missing node tribades +b missing node rouletting +b missing node dragger +b missing node emily +b missing node volatilized +b missing node sabots +b missing node misclassifies +b missing node colossus +b missing node wonkier +b missing node emptying +b missing node proverb +b missing node melodized +b missing node reemphasized +b missing node fatheads +b missing node fable +b missing node ext +b missing node refilled +b missing node electrically +b missing node dynamo +b missing node hoagie +b missing node misclassified +b missing node provers +b missing node eye +b missing node doleful +b missing node repudiation +b missing node nonconcurrence +b missing node readdressed +b missing node provoking +b missing node heydey +b missing node readdresses +b missing node presbyters +b missing node reemphasizes +b missing node posses +b missing node emirs +b missing node hornbill +b missing node infest +b missing node stilts +b missing node lieder +b missing node fishbone +b missing node nullifying +b missing node gruesomest +b missing node silicon +b missing node heyday +b missing node sojourners +b missing node hayforks +b missing node yasmaks +b missing node abrogate +b missing node selectman +b missing node taillights +b missing node gemmily +b missing node distributor +b missing node tweeters +b missing node givers +b missing node luxury +b missing node schedule +b missing node durables +b missing node teacakes +b missing node nonbeliever +b missing node brownie +b missing node chinbone +b missing node toenail +b missing node consonantal +b missing node melodizes +b missing node ruffly +b missing node eta +b missing node champy +b missing node noninterfaced +b missing node etc +b missing node equivocalness +b missing node enscrolled +b missing node champs +b missing node civilness +b missing node esp +b missing node clovers +b missing node chauvinist +b missing node kinesthetic +b missing node myrtles +b missing node orgasm +b missing node ess +b missing node infers +b missing node chauvinism +b missing node golly +b missing node literately +b missing node sitcoms +b missing node strudel +b missing node expanded +b missing node rotes +b missing node headland +b missing node precociousness +b missing node burrows +b missing node headlamp +b missing node eve +b missing node erupts +b missing node excuses +b missing node ravioli +b missing node excuser +b missing node artifacts +b missing node expander +b missing node valutas +b missing node excused +b missing node sleetiest +b missing node undecayed +b missing node ewe +b missing node duluth +b missing node eeriness +b missing node frogmen +b missing node beddings +b missing node delayers +b missing node delimitations +b missing node shores +b missing node fortyfives +b missing node sprains +b missing node draggle +b missing node orwellian +b missing node epa +b missing node delicacy +b missing node unlawfulness +b missing node reconcentrating +b missing node hollers +b missing node pixyish +b missing node eon +b missing node chuffs +b missing node lamination +b missing node sirrees +b missing node unregulated +b missing node mystification +b missing node chuffy +b missing node consonantly +b missing node emulsion +b missing node pneumatic +b missing node shored +b missing node goober +b missing node breathable +b missing node ceiling +b missing node shoehorned +b missing node clotting +b missing node inflators +b missing node swallows +b missing node erg +b missing node ere +b missing node surrounded +b missing node era +b missing node elegized +b missing node aberdeen +b missing node parathyroid +b missing node laminating +b missing node gruesomely +b missing node trespasses +b missing node trespasser +b missing node compassionate +b missing node unintellectual +b missing node inquests +b missing node fruitier +b missing node esc +b missing node inelegance +b missing node trespassed +b missing node audiometric +b missing node frogman +b missing node err +b missing node edemata +b missing node elegizes +b missing node duodenum +b missing node serest +b missing node phenological +b missing node gramarye +b missing node rotor +b missing node cements +b missing node rehearses +b missing node expired +b missing node bagman +b missing node reapplying +b missing node silicas +b missing node golds +b missing node maddened +b missing node vialling +b missing node expires +b missing node expirer +b missing node charitably +b missing node womanizers +b missing node eld +b missing node elf +b missing node hooligan +b missing node erotization +b missing node beckoningly +b missing node charitable +b missing node ruffed +b missing node elm +b missing node elk +b missing node ell +b missing node overhaul +b missing node furtiveness +b missing node ruffes +b missing node golem +b missing node rehearsed +b missing node unmuzzle +b missing node vrooming +b missing node satisfaction +b missing node malinger +b missing node emf +b missing node rehearser +b missing node reprehends +b missing node filth +b missing node figworts +b missing node golfs +b missing node emu +b missing node turgidities +b missing node ems +b missing node delusions +b missing node daylong +b missing node fallacious +b missing node groundlings +b missing node embezzlement +b missing node toiletry +b missing node end +b missing node enc +b missing node opossum +b missing node organa +b missing node cohesiveness +b missing node phylogeny +b missing node reconcentration +b missing node ens +b missing node possum +b missing node hissing +b missing node inadvisable +b missing node consolidations +b missing node toilette +b missing node majuscule +b missing node glazieries +b missing node vacillating +b missing node fishskin +b missing node volcanoes +b missing node eof +b missing node buffoon +b missing node bobsleds +b missing node pressingness +b missing node ego +b missing node humdingers +b missing node hoorahs +b missing node mopier +b missing node emulsive +b missing node egg +b missing node bagmen +b missing node tudor +b missing node inadvisably +b missing node cloddiest +b missing node statehood +b missing node organs +b missing node vaulters +b missing node anchorage +b missing node dogtrot +b missing node sphinxes +b missing node khats +b missing node intertropical +b missing node serene +b missing node interpretatively +b missing node instabilities +b missing node reassigning +b missing node crapulous +b missing node snacking +b missing node fruition +b missing node pastimes +b missing node tradition +b missing node freakishness +b missing node obtuseness +b missing node believable +b missing node serendipity +b missing node toucans +b missing node eke +b missing node ruffle +b missing node adducing +b missing node untamed +b missing node infect +b missing node fruiting +b missing node abridgement +b missing node beyonds +b missing node believably +b missing node limner +b missing node reappropriating +b missing node glacially +b missing node kilobytes +b missing node outspoken +b missing node minikin +b missing node swale +b missing node plenteous +b missing node reviling +b missing node prewash +b missing node bleak +b missing node camphorating +b missing node barwares +b missing node metonyms +b missing node finders +b missing node metonymy +b missing node blear +b missing node despitefully +b missing node sorrowful +b missing node spermic +b missing node bleat +b missing node sprawling +b missing node soullessness +b missing node unrepenting +b missing node gruelers +b missing node prognosticated +b missing node git +b missing node reappropriation +b missing node harmonized +b missing node motiles +b missing node overhand +b missing node gip +b missing node honouring +b missing node gin +b missing node overhang +b missing node prognosticates +b missing node harmonizes +b missing node harmonizer +b missing node gig +b missing node colossal +b missing node remigrates +b missing node bracketed +b missing node battener +b missing node fille +b missing node swank +b missing node supposers +b missing node effronteries +b missing node expectancy +b missing node swang +b missing node adamant +b missing node optionals +b missing node sherlock +b missing node filly +b missing node decongestants +b missing node towaways +b missing node intervention +b missing node fills +b missing node remigrated +b missing node battened +b missing node sampled +b missing node expectance +b missing node leaking +b missing node reenjoy +b missing node exquisitely +b missing node swamp +b missing node botchers +b missing node renominate +b missing node mutts +b missing node swami +b missing node arrester +b missing node films +b missing node millimeters +b missing node doorless +b missing node arrested +b missing node filmy +b missing node arrestee +b missing node preadapt +b missing node hydrogen +b missing node rejectable +b missing node slovenliness +b missing node shirtings +b missing node tokened +b missing node firebombed +b missing node chaufers +b missing node prewarm +b missing node beguilers +b missing node khans +b missing node pshaws +b missing node buffalos +b missing node burettes +b missing node macadamizing +b missing node moviedom +b missing node hoorahed +b missing node almighty +b missing node woodier +b missing node deionize +b missing node facto +b missing node facts +b missing node nonacceptance +b missing node adverbially +b missing node breviaries +b missing node lollop +b missing node gen +b missing node get +b missing node catchment +b missing node postal +b missing node botchery +b missing node swage +b missing node rogued +b missing node gee +b missing node sleighers +b missing node baronages +b missing node gem +b missing node gel +b missing node preallot +b missing node pyric +b missing node leakily +b missing node rogues +b missing node pouters +b missing node eroticization +b missing node ingrates +b missing node vacillation +b missing node reconsolidations +b missing node swain +b missing node swail +b missing node gastropod +b missing node practitioners +b missing node rehears +b missing node imploration +b missing node shiftability +b missing node khaki +b missing node persons +b missing node pitting +b missing node reheard +b missing node insheathing +b missing node kreutzer +b missing node berbers +b missing node persona +b missing node disapproving +b missing node dunk +b missing node overawed +b missing node sprawlier +b missing node dung +b missing node dune +b missing node homemade +b missing node famines +b missing node arbiter +b missing node overawes +b missing node swats +b missing node duns +b missing node swath +b missing node central +b missing node longboats +b missing node dithered +b missing node ghettoes +b missing node gab +b missing node gad +b missing node maladjustment +b missing node bunkers +b missing node unweaves +b missing node gag +b missing node soothsay +b missing node swordplay +b missing node facia +b missing node facie +b missing node gas +b missing node gar +b missing node ghettoed +b missing node gat +b missing node gay +b missing node poster +b missing node duos +b missing node swash +b missing node gam +b missing node gal +b missing node filch +b missing node gap +b missing node leakier +b missing node reachers +b missing node toileted +b missing node dupe +b missing node posted +b missing node interlace +b missing node adenine +b missing node reinstalling +b missing node windwards +b missing node naughtiness +b missing node serges +b missing node reboiling +b missing node filer +b missing node severation +b missing node files +b missing node flashiest +b missing node filet +b missing node hogbacks +b missing node luxe +b missing node milked +b missing node overplay +b missing node resemblance +b missing node filed +b missing node refilmed +b missing node guileful +b missing node grimiest +b missing node abounded +b missing node centred +b missing node durn +b missing node bleep +b missing node rancidities +b missing node centres +b missing node official +b missing node tannages +b missing node overcrowds +b missing node tiptoeing +b missing node insaner +b missing node returning +b missing node swans +b missing node fifths +b missing node dusk +b missing node unyoking +b missing node pionic +b missing node dust +b missing node twigging +b missing node betweens +b missing node idiotical +b missing node reerecting +b missing node batwing +b missing node disengage +b missing node sward +b missing node symphony +b missing node smeared +b missing node swipes +b missing node flankers +b missing node rudimentary +b missing node duty +b missing node swart +b missing node swarm +b missing node swiped +b missing node loller +b missing node tributes +b missing node swaps +b missing node limned +b missing node symbolizing +b missing node lolled +b missing node gerardias +b missing node hoorays +b missing node filii +b missing node bleed +b missing node condescends +b missing node smearer +b missing node chanty +b missing node chants +b missing node subaqueous +b missing node dugs +b missing node lure +b missing node whippets +b missing node saturating +b missing node horologes +b missing node multipliers +b missing node associate +b missing node resell +b missing node efflorescing +b missing node latrine +b missing node subkingdom +b missing node timers +b missing node scleral +b missing node scleras +b missing node duff +b missing node creditableness +b missing node pummel +b missing node involuntary +b missing node pentagon +b missing node agitatedly +b missing node signatories +b missing node duet +b missing node centric +b missing node imprinters +b missing node emulation +b missing node ballpoint +b missing node whippers +b missing node unmitigatedly +b missing node blotting +b missing node rosed +b missing node selenographers +b missing node fur +b missing node kentuckians +b missing node granulator +b missing node tzar +b missing node biomathematics +b missing node slowdowns +b missing node canebrakes +b missing node resent +b missing node anglo +b missing node monadal +b missing node unfilled +b missing node luny +b missing node muted +b missing node bullshits +b missing node landform +b missing node eardrop +b missing node angle +b missing node lune +b missing node lung +b missing node mutes +b missing node routeways +b missing node saturation +b missing node lunk +b missing node muter +b missing node tetrameter +b missing node facer +b missing node manumitting +b missing node facet +b missing node faces +b missing node responsibly +b missing node cinquains +b missing node reorienting +b missing node kinesthesia +b missing node scampers +b missing node dainties +b missing node faced +b missing node daintier +b missing node duke +b missing node cargoes +b missing node metrication +b missing node chevron +b missing node bunkhouse +b missing node arithmetician +b missing node windlasses +b missing node victim +b missing node frizettes +b missing node dazedness +b missing node tidally +b missing node fun +b missing node stilly +b missing node woodworker +b missing node angel +b missing node stills +b missing node anger +b missing node ravings +b missing node milker +b missing node turmeric +b missing node lute +b missing node emulative +b missing node metricating +b missing node dump +b missing node stranglings +b missing node sways +b missing node inclination +b missing node fermented +b missing node impulse +b missing node dumb +b missing node lust +b missing node filar +b missing node leisures +b missing node eardrum +b missing node inurement +b missing node revelry +b missing node commending +b missing node dull +b missing node leisured +b missing node lush +b missing node duly +b missing node preassign +b missing node tonetics +b missing node ravined +b missing node hyphens +b missing node reconsecrations +b missing node fro +b missing node shabbiest +b missing node macaws +b missing node timely +b missing node lurk +b missing node fry +b missing node ravines +b missing node fox +b missing node satiated +b missing node for +b missing node crotchety +b missing node eventides +b missing node resets +b missing node angry +b missing node fop +b missing node affably +b missing node angst +b missing node deserting +b missing node cobble +b missing node millstone +b missing node pyres +b missing node crotchets +b missing node marathon +b missing node reheats +b missing node pyrex +b missing node egomania +b missing node muring +b missing node fascinating +b missing node guardians +b missing node signboards +b missing node murine +b missing node vedic +b missing node reintegrates +b missing node damnability +b missing node rictus +b missing node inedited +b missing node uprights +b missing node satiates +b missing node hominess +b missing node duodenal +b missing node reintegrated +b missing node thirstiness +b missing node luge +b missing node regionally +b missing node montane +b missing node blottier +b missing node dual +b missing node lugs +b missing node relaying +b missing node angus +b missing node montana +b missing node hardcase +b missing node duad +b missing node birthstones +b missing node pastinas +b missing node demarche +b missing node monadic +b missing node responsible +b missing node desertion +b missing node luff +b missing node corbel +b missing node precentors +b missing node retails +b missing node incrustations +b missing node fob +b missing node victor +b missing node fog +b missing node taffies +b missing node reorient +b missing node foe +b missing node fascination +b missing node autodialing +b missing node wilful +b missing node affable +b missing node photographers +b missing node lump +b missing node dubs +b missing node sponsorship +b missing node hognoses +b missing node terminatory +b missing node interregnum +b missing node luna +b missing node atlases +b missing node perfectability +b missing node duce +b missing node terminators +b missing node mercurialize +b missing node prodigality +b missing node duck +b missing node stiles +b missing node calcined +b missing node jargonized +b missing node obsessors +b missing node partiality +b missing node ataxic +b missing node montage +b missing node wooding +b missing node ataxia +b missing node centrum +b missing node lull +b missing node sidebands +b missing node flu +b missing node lodger +b missing node calcines +b missing node clucks +b missing node lodges +b missing node outwaits +b missing node fly +b missing node roses +b missing node tubiform +b missing node lulu +b missing node duello +b missing node demarches +b missing node lodged +b missing node rosin +b missing node fie +b missing node germfree +b missing node duds +b missing node fig +b missing node emulating +b missing node fin +b missing node luke +b missing node snuggeries +b missing node fir +b missing node fit +b missing node fix +b missing node culprits +b missing node prognosticator +b missing node dues +b missing node duel +b missing node foreshadow +b missing node duct +b missing node donuts +b missing node roshi +b missing node tremens +b missing node jayvee +b missing node mappable +b missing node trident +b missing node unenriched +b missing node dude +b missing node decanting +b missing node perjurers +b missing node unwashed +b missing node seminally +b missing node mainsail +b missing node sabras +b missing node imposted +b missing node escorting +b missing node kielbasas +b missing node parade +b missing node unavenged +b missing node blats +b missing node verbally +b missing node radiometers +b missing node giddying +b missing node censorable +b missing node magicking +b missing node imposter +b missing node pressroom +b missing node buttress +b missing node lotted +b missing node vagrance +b missing node egoistic +b missing node reincurred +b missing node sailfishes +b missing node immunize +b missing node neutral +b missing node soapiness +b missing node vagrancy +b missing node trainway +b missing node existed +b missing node unliquidated +b missing node chiefly +b missing node crabbily +b missing node foaming +b missing node multilateral +b missing node senators +b missing node hearkened +b missing node estraying +b missing node forenoon +b missing node increasing +b missing node disasters +b missing node inheritances +b missing node ethnology +b missing node alizarins +b missing node goitres +b missing node gemologies +b missing node strikingly +b missing node kabala +b missing node public +b missing node dueler +b missing node strummer +b missing node pagoda +b missing node peeress +b missing node retaught +b missing node sequestratrices +b missing node apache +b missing node takings +b missing node honorifics +b missing node strummed +b missing node midguts +b missing node afterthoughts +b missing node retrospective +b missing node immunity +b missing node crawlers +b missing node boycotted +b missing node contriving +b missing node dad +b missing node dab +b missing node wingbacks +b missing node crabbier +b missing node ripely +b missing node dueled +b missing node parodying +b missing node mossiness +b missing node items +b missing node archduke +b missing node dan +b missing node secrets +b missing node dam +b missing node day +b missing node tutees +b missing node daw +b missing node ravaged +b missing node secrete +b missing node dyslectic +b missing node blaze +b missing node ravager +b missing node ravages +b missing node portico +b missing node sesterces +b missing node interlays +b missing node emphasize +b missing node rocketing +b missing node indistinct +b missing node lapidary +b missing node polemist +b missing node predictor +b missing node vermilion +b missing node shoppe +b missing node coloradans +b missing node fruitful +b missing node cup +b missing node popcorn +b missing node cum +b missing node cud +b missing node psychometries +b missing node shadiest +b missing node bengal +b missing node cue +b missing node cub +b missing node azurites +b missing node bankings +b missing node venalities +b missing node latinizing +b missing node oftenness +b missing node miaowing +b missing node privacy +b missing node buttressed +b missing node tollways +b missing node ampersands +b missing node fifteenths +b missing node professedly +b missing node fawned +b missing node polemize +b missing node periodicals +b missing node jewfishes +b missing node buttresses +b missing node sodded +b missing node liefly +b missing node fawner +b missing node egyptian +b missing node psychometrics +b missing node chapel +b missing node foamier +b missing node explaining +b missing node aggressed +b missing node dipsomaniac +b missing node charcoaled +b missing node portion +b missing node homophile +b missing node trustfully +b missing node dazzlingly +b missing node priestesses +b missing node vegan +b missing node avows +b missing node cur +b missing node deserters +b missing node widowered +b missing node cut +b missing node porting +b missing node ripens +b missing node vegas +b missing node barreling +b missing node dourest +b missing node reinvolving +b missing node ripest +b missing node rigidifies +b missing node oyster +b missing node quicklime +b missing node flaxier +b missing node applications +b missing node rigidified +b missing node alizarine +b missing node miller +b missing node milles +b missing node millet +b missing node inhalation +b missing node foamily +b missing node crabbing +b missing node distracts +b missing node gemologist +b missing node windlassed +b missing node forsooth +b missing node chirpiest +b missing node phrasing +b missing node vinosities +b missing node focusing +b missing node farcing +b missing node booklists +b missing node sodden +b missing node liefer +b missing node perceptibility +b missing node tigereye +b missing node clerkliest +b missing node stints +b missing node angas +b missing node subchiefs +b missing node ricrac +b missing node moguls +b missing node tubal +b missing node depict +b missing node tentacular +b missing node milled +b missing node forethoughtful +b missing node masked +b missing node nonrepresentative +b missing node insists +b missing node catgut +b missing node masker +b missing node tubas +b missing node rudiment +b missing node whitewashes +b missing node ambiguity +b missing node equipment +b missing node foreshortened +b missing node obligations +b missing node bloodstain +b missing node whitewashed +b missing node unknowingly +b missing node interest +b missing node imburse +b missing node shackling +b missing node nonparticipation +b missing node hipline +b missing node brunets +b missing node reconquest +b missing node youthening +b missing node tubby +b missing node lieges +b missing node swear +b missing node griddling +b missing node blade +b missing node dementedly +b missing node sweat +b missing node assayer +b missing node obsequy +b missing node tetrarch +b missing node dendritic +b missing node reconquers +b missing node arrestor +b missing node sorrowing +b missing node boxiest +b missing node tubed +b missing node elbowed +b missing node pronounces +b missing node bronzers +b missing node bestrewing +b missing node twiggier +b missing node healing +b missing node tuber +b missing node tubes +b missing node pronounced +b missing node piffle +b missing node cod +b missing node cog +b missing node bustier +b missing node cob +b missing node unengaged +b missing node assayed +b missing node phaetons +b missing node stencilling +b missing node con +b missing node screech +b missing node coo +b missing node washouts +b missing node col +b missing node swede +b missing node advisories +b missing node com +b missing node cop +b missing node bewitchments +b missing node cheatingly +b missing node faded +b missing node blahs +b missing node cow +b missing node proprietress +b missing node fluoridations +b missing node cot +b missing node coy +b missing node fader +b missing node blain +b missing node misogynists +b missing node resilient +b missing node fades +b missing node xerophilous +b missing node bequeathed +b missing node optionees +b missing node cpi +b missing node unethical +b missing node aquinas +b missing node outweighed +b missing node cps +b missing node malingers +b missing node identities +b missing node cpu +b missing node sweep +b missing node sweet +b missing node bigheaded +b missing node faddy +b missing node candidatures +b missing node neutron +b missing node inspirational +b missing node unmolded +b missing node fluency +b missing node hurricane +b missing node worldliness +b missing node nonparticipating +b missing node traitor +b missing node nonrepresentational +b missing node inculcate +b missing node chauffer +b missing node chamfered +b missing node needlers +b missing node subcell +b missing node detoxify +b missing node interregnal +b missing node needless +b missing node secrecy +b missing node cry +b missing node rebutting +b missing node bartlett +b missing node lipless +b missing node buzzwords +b missing node jerseys +b missing node taffeta +b missing node neonatally +b missing node interlaid +b missing node wearable +b missing node celiac +b missing node tugboat +b missing node brakemen +b missing node wastrel +b missing node aggrieving +b missing node avoid +b missing node labelled +b missing node amazons +b missing node promodern +b missing node preventatives +b missing node topkicks +b missing node reelects +b missing node digitization +b missing node blame +b missing node betrothal +b missing node statuette +b missing node labeller +b missing node anopheles +b missing node nigerians +b missing node nonsupport +b missing node chorines +b missing node pompadour +b missing node bequeathal +b missing node screens +b missing node shahdom +b missing node shavable +b missing node persistently +b missing node extremes +b missing node extremer +b missing node unapprehensive +b missing node miscreant +b missing node lobotomy +b missing node corresponds +b missing node indirectly +b missing node mesmerizers +b missing node delphiniums +b missing node convalescents +b missing node coursing +b missing node caracoles +b missing node blank +b missing node busting +b missing node pavilion +b missing node wainscoted +b missing node exurbias +b missing node hailer +b missing node dulcets +b missing node octuplets +b missing node expatriations +b missing node miseducate +b missing node funerary +b missing node critique +b missing node blanc +b missing node bland +b missing node interlard +b missing node flirter +b missing node macadam +b missing node soundlessly +b missing node brakeman +b missing node hailed +b missing node swell +b missing node flirted +b missing node shoots +b missing node betrothed +b missing node supraliminal +b missing node mentors +b missing node nonhero +b missing node cia +b missing node wrangling +b missing node fastenings +b missing node defamations +b missing node delicacies +b missing node teazels +b missing node flirtation +b missing node eyesights +b missing node unkempt +b missing node chi +b missing node dulses +b missing node lobotomized +b missing node blast +b missing node contrasting +b missing node unformed +b missing node bondages +b missing node dendrites +b missing node decoying +b missing node sidespin +b missing node extremis +b missing node creepages +b missing node subcurator +b missing node blase +b missing node nephritises +b missing node veracious +b missing node cit +b missing node weariful +b missing node abnormal +b missing node retrospection +b missing node blare +b missing node noninflected +b missing node overtrains +b missing node radiators +b missing node punitive +b missing node ebb +b missing node ungratifying +b missing node swings +b missing node egotisms +b missing node swingy +b missing node pibrochs +b missing node ruggedness +b missing node churchiest +b missing node recipient +b missing node farthings +b missing node crankpin +b missing node swinge +b missing node cozier +b missing node cozies +b missing node awoken +b missing node maceraters +b missing node recalculating +b missing node wholism +b missing node sonatinas +b missing node besmuts +b missing node barcarole +b missing node ear +b missing node overprotected +b missing node genotypes +b missing node eat +b missing node recalculation +b missing node torsion +b missing node eau +b missing node dashboard +b missing node liberators +b missing node beamier +b missing node anderson +b missing node avocets +b missing node measuring +b missing node soling +b missing node deliberator +b missing node stepbrother +b missing node phonetically +b missing node realignments +b missing node turtles +b missing node turtler +b missing node sinless +b missing node perishability +b missing node turtled +b missing node cleopatra +b missing node unslings +b missing node underproduction +b missing node swinks +b missing node tunneling +b missing node thrifty +b missing node pastiches +b missing node eft +b missing node manifestations +b missing node serins +b missing node sauces +b missing node eel +b missing node saucer +b missing node sering +b missing node solutes +b missing node serine +b missing node eminencies +b missing node zizzles +b missing node veers +b missing node ballplayers +b missing node stratification +b missing node thrifts +b missing node veery +b missing node madrones +b missing node funerals +b missing node alcoholically +b missing node tickings +b missing node defrauds +b missing node trembly +b missing node banishers +b missing node pronunciation +b missing node squeamishness +b missing node redirect +b missing node dismantling +b missing node abnegate +b missing node supremest +b missing node duettists +b missing node southwestward +b missing node immortally +b missing node wickyup +b missing node slapdashes +b missing node indefinitely +b missing node trainfuls +b missing node bettors +b missing node blastoffs +b missing node pitifully +b missing node veeps +b missing node somberly +b missing node dye +b missing node wavelengths +b missing node socialist +b missing node convoluting +b missing node socialism +b missing node jawboning +b missing node touzle +b missing node chucks +b missing node highhandedly +b missing node convalescence +b missing node seasider +b missing node seasides +b missing node niching +b missing node envied +b missing node chucky +b missing node rumanian +b missing node intromission +b missing node bewigs +b missing node sprigs +b missing node fortressed +b missing node beamily +b missing node series +b missing node wreakers +b missing node fortresses +b missing node zizzled +b missing node faery +b missing node beaming +b missing node proximate +b missing node sauced +b missing node remaining +b missing node wilder +b missing node precelebrations +b missing node misbelief +b missing node envier +b missing node emulsify +b missing node envies +b missing node vagabond +b missing node stranglers +b missing node fallows +b missing node enjoying +b missing node indiscreet +b missing node apostasies +b missing node hawthorne +b missing node nontropical +b missing node monogram +b missing node sprier +b missing node hawthorns +b missing node egotists +b missing node sowbelly +b missing node titterers +b missing node puckers +b missing node pressurizers +b missing node selective +b missing node puckery +b missing node legislatorial +b missing node upholsterer +b missing node hagglers +b missing node veiling +b missing node cosmogonists +b missing node armada +b missing node nonformation +b missing node punters +b missing node panicky +b missing node jabberer +b missing node autobahnen +b missing node renumbers +b missing node serifs +b missing node qindars +b missing node thither +b missing node panicle +b missing node jabbered +b missing node genotypic +b missing node pubescent +b missing node tolled +b missing node vaultier +b missing node nutrimental +b missing node exultantly +b missing node tranquilizing +b missing node judicature +b missing node cozily +b missing node convolution +b missing node noncivilized +b missing node fomentation +b missing node toller +b missing node upholstered +b missing node exonerators +b missing node subbreeds +b missing node flowerpot +b missing node don +b missing node dom +b missing node minimax +b missing node apologies +b missing node doz +b missing node socialize +b missing node minimal +b missing node excommunicators +b missing node adhesional +b missing node dot +b missing node dos +b missing node assistant +b missing node originalities +b missing node corded +b missing node briberies +b missing node sentiments +b missing node going +b missing node orgeat +b missing node anear +b missing node vagrants +b missing node stilting +b missing node consultants +b missing node kilograms +b missing node whooplas +b missing node instructing +b missing node bootlace +b missing node murker +b missing node brilliant +b missing node foamless +b missing node newness +b missing node algerians +b missing node wildly +b missing node paroles +b missing node ulsters +b missing node attainably +b missing node enslaver +b missing node enslaves +b missing node asserters +b missing node paroler +b missing node sentence +b missing node hazelnut +b missing node metaphorical +b missing node spring +b missing node refractivities +b missing node inexcusability +b missing node artificers +b missing node sprint +b missing node crosscurrent +b missing node feedlots +b missing node navigate +b missing node attainable +b missing node bleedings +b missing node corder +b missing node flauntingly +b missing node selection +b missing node uxorial +b missing node electioneers +b missing node parolee +b missing node paroled +b missing node enslaved +b missing node doc +b missing node doe +b missing node dog +b missing node mesquite +b missing node eyebolts +b missing node provide +b missing node bedmaker +b missing node retrieving +b missing node sprite +b missing node asepses +b missing node pilastered +b missing node selecting +b missing node sinuses +b missing node mommies +b missing node stroking +b missing node tucks +b missing node fallout +b missing node sprits +b missing node coquets +b missing node unessential +b missing node clanked +b missing node dun +b missing node dup +b missing node duo +b missing node maxillae +b missing node due +b missing node dug +b missing node dub +b missing node dud +b missing node beamish +b missing node aromatic +b missing node mudguards +b missing node skimped +b missing node stinks +b missing node prostyle +b missing node elliptical +b missing node disintegrated +b missing node stinko +b missing node socialite +b missing node pictorials +b missing node biosatellite +b missing node stinky +b missing node aggresses +b missing node instruction +b missing node seines +b missing node seiner +b missing node recommitting +b missing node disintegrates +b missing node beachboy +b missing node dry +b missing node granularly +b missing node untraveled +b missing node delineates +b missing node seined +b missing node vinosity +b missing node delineated +b missing node impressers +b missing node serial +b missing node hobbyist +b missing node levitation +b missing node supremely +b missing node indiscrete +b missing node rescue +b missing node muddying +b missing node instructive +b missing node asepsis +b missing node advisory +b missing node disintegrator +b missing node chiefer +b missing node prerogative +b missing node advisors +b missing node deliberated +b missing node did +b missing node planting +b missing node kettles +b missing node levitating +b missing node abjuring +b missing node deliberates +b missing node inflight +b missing node anyhow +b missing node marmite +b missing node fideles +b missing node der +b missing node des +b missing node magnitudes +b missing node pervades +b missing node dew +b missing node deprivation +b missing node stingy +b missing node pervader +b missing node cordon +b missing node murkly +b missing node stings +b missing node extemporize +b missing node ornamenting +b missing node exclaves +b missing node private +b missing node deb +b missing node stingo +b missing node dec +b missing node alamedas +b missing node dei +b missing node del +b missing node nuncles +b missing node den +b missing node interagent +b missing node sorehead +b missing node falloff +b missing node anele +b missing node paralyzed +b missing node disaffectedly +b missing node disenchanted +b missing node procathedral +b missing node paralyzer +b missing node paralyzes +b missing node aglimmer +b missing node contemporaries +b missing node carpetbags +b missing node spectacle +b missing node overlaying +b missing node drys +b missing node striving +b missing node tweeting +b missing node sabred +b missing node apologias +b missing node remembrance +b missing node irreversible +b missing node catspaw +b missing node anent +b missing node cheerlessly +b missing node brainstorming +b missing node gnattier +b missing node answerers +b missing node irreversibly +b missing node fidelis +b missing node unfittingly +b missing node highjack +b missing node pervaded +b missing node redoubtable +b missing node resorbed +b missing node vagrant +b missing node dim +b missing node din +b missing node dip +b missing node capered +b missing node dis +b missing node die +b missing node dig +b missing node redoubtably +b missing node chowdering +b missing node murrains +b missing node depressibilities +b missing node sabres +b missing node caperer +b missing node anagrams +b missing node immolations +b missing node viscosities +b missing node proving +b missing node relaxation +b missing node snifters +b missing node ioniums +b missing node aggressor +b missing node hightails +b missing node wizardries +b missing node plenteousness +b missing node modestest +b missing node cornering +b missing node verdi +b missing node holding +b missing node bivouacs +b missing node spiffing +b missing node thuggees +b missing node mopeds +b missing node verde +b missing node discharged +b missing node twinged +b missing node globosities +b missing node herniating +b missing node rho +b missing node discharger +b missing node paging +b missing node disenfranchising +b missing node discharges +b missing node sweptback +b missing node hydrology +b missing node timber +b missing node triennial +b missing node cambium +b missing node gelder +b missing node loafing +b missing node roped +b missing node defilers +b missing node snubbing +b missing node digs +b missing node armies +b missing node salvational +b missing node recumbencies +b missing node somebody +b missing node spiffily +b missing node viewing +b missing node mobilization +b missing node oppositely +b missing node twinges +b missing node bespeaking +b missing node ret +b missing node rev +b missing node rex +b missing node unhackneyed +b missing node herniation +b missing node stentors +b missing node caretakers +b missing node leachiest +b missing node verbs +b missing node proctored +b missing node roper +b missing node ropes +b missing node brahmans +b missing node archangel +b missing node generously +b missing node reb +b missing node infirm +b missing node ref +b missing node rec +b missing node red +b missing node reg +b missing node cervical +b missing node rem +b missing node cambist +b missing node req +b missing node cambism +b missing node homographs +b missing node rep +b missing node phlebitis +b missing node dilate +b missing node laxatives +b missing node observers +b missing node pecuniary +b missing node rattiest +b missing node reformulate +b missing node swimmy +b missing node calculators +b missing node ovulations +b missing node newsgirl +b missing node monopolizing +b missing node invalid +b missing node description +b missing node dike +b missing node coachers +b missing node undulate +b missing node adulatory +b missing node verge +b missing node impugns +b missing node unsupported +b missing node adulators +b missing node timbal +b missing node placers +b missing node tremble +b missing node veracity +b missing node heartbeat +b missing node disrepute +b missing node delimited +b missing node forjudged +b missing node sickliness +b missing node howlers +b missing node raw +b missing node forjudger +b missing node ray +b missing node forjudges +b missing node rapacity +b missing node inviolately +b missing node dill +b missing node rap +b missing node organize +b missing node rat +b missing node dime +b missing node shying +b missing node supplement +b missing node admonish +b missing node benumb +b missing node curfewed +b missing node exogamies +b missing node dims +b missing node shapeless +b missing node vivider +b missing node follies +b missing node ding +b missing node affiant +b missing node reissue +b missing node dine +b missing node rah +b missing node rag +b missing node ran +b missing node female +b missing node ram +b missing node owlishly +b missing node wirepuller +b missing node rad +b missing node fainting +b missing node refastens +b missing node jailers +b missing node clerkly +b missing node cadre +b missing node unobtrusiveness +b missing node hollowness +b missing node dins +b missing node dint +b missing node jerkers +b missing node nemeses +b missing node spirogram +b missing node goyim +b missing node element +b missing node rifleman +b missing node streakers +b missing node rot +b missing node rom +b missing node viewier +b missing node barding +b missing node reaccepts +b missing node row +b missing node classers +b missing node rob +b missing node ochroid +b missing node rod +b missing node roc +b missing node habitations +b missing node teleplay +b missing node roe +b missing node matchable +b missing node undoubted +b missing node mountaineers +b missing node pyjamas +b missing node perceptions +b missing node impulsions +b missing node browser +b missing node browses +b missing node vaulting +b missing node dips +b missing node dipt +b missing node compadre +b missing node foster +b missing node browsed +b missing node dirk +b missing node immerge +b missing node dire +b missing node surprisingly +b missing node dish +b missing node mouthiest +b missing node spelldowns +b missing node disk +b missing node adrenal +b missing node needles +b missing node innumerable +b missing node needler +b missing node disc +b missing node nemesis +b missing node epicene +b missing node mezquite +b missing node licitation +b missing node dirt +b missing node summertime +b missing node bargainers +b missing node organist +b missing node faintish +b missing node organism +b missing node diplomacies +b missing node bagging +b missing node ripple +b missing node shakable +b missing node bourbon +b missing node ripply +b missing node mantelet +b missing node adsorptiveness +b missing node preglacial +b missing node kilties +b missing node parqueting +b missing node waggery +b missing node prosperous +b missing node mecum +b missing node preinstruction +b missing node rip +b missing node dive +b missing node rig +b missing node intercom +b missing node follicles +b missing node moxies +b missing node schnapps +b missing node thumbnails +b missing node diva +b missing node clannishly +b missing node rim +b missing node ligneous +b missing node rib +b missing node rid +b missing node recrown +b missing node needled +b missing node tariffed +b missing node decliner +b missing node declines +b missing node wheezier +b missing node preinstructing +b missing node reconveyed +b missing node poultries +b missing node declined +b missing node augends +b missing node derelict +b missing node ergonomic +b missing node snottiest +b missing node omnivore +b missing node insurrections +b missing node distend +b missing node chards +b missing node spryly +b missing node emeer +b missing node rya +b missing node rye +b missing node chared +b missing node tournament +b missing node rug +b missing node rue +b missing node nonvisible +b missing node proprietor +b missing node stipulator +b missing node run +b missing node annoyances +b missing node rum +b missing node recross +b missing node scenarios +b missing node lewdness +b missing node paranoia +b missing node apologist +b missing node mopers +b missing node paranoid +b missing node rut +b missing node baggily +b missing node sectoral +b missing node resolvers +b missing node graspingly +b missing node isometrically +b missing node gesticulating +b missing node strategists +b missing node testings +b missing node gaucheries +b missing node complexer +b missing node riflemen +b missing node complexes +b missing node bulkiest +b missing node timbre +b missing node hominies +b missing node collimation +b missing node studhorse +b missing node outfoxed +b missing node unforced +b missing node lyes +b missing node outfoxes +b missing node nonconductive +b missing node madonnas +b missing node sleepiness +b missing node airbusses +b missing node gesticulation +b missing node underpasses +b missing node complacent +b missing node churlishness +b missing node prospectuses +b missing node casings +b missing node unslaked +b missing node baggier +b missing node weasands +b missing node rub +b missing node baggies +b missing node medal +b missing node chares +b missing node fadings +b missing node cliqued +b missing node scission +b missing node cliques +b missing node trespassory +b missing node ceremonially +b missing node distent +b missing node collimating +b missing node exploratory +b missing node outplaying +b missing node cliquey +b missing node translatable +b missing node spryer +b missing node ripper +b missing node borderlands +b missing node starfish +b missing node loiteringly +b missing node alexandrines +b missing node onlooker +b missing node snowsuit +b missing node ripped +b missing node charge +b missing node kilting +b missing node powwows +b missing node espaliered +b missing node sectored +b missing node dexterously +b missing node debarred +b missing node sac +b missing node sad +b missing node artisan +b missing node sag +b missing node evangelistic +b missing node wheezing +b missing node glycosyls +b missing node rotaries +b missing node sal +b missing node apparition +b missing node sam +b missing node inundates +b missing node apologize +b missing node arborvitaes +b missing node recitals +b missing node caramelizes +b missing node metabolizing +b missing node elkhound +b missing node charms +b missing node itchy +b missing node misdoing +b missing node emend +b missing node snubbier +b missing node hempseed +b missing node sap +b missing node happened +b missing node san +b missing node sat +b missing node monadism +b missing node say +b missing node sax +b missing node saw +b missing node ulcerate +b missing node shellacked +b missing node tinsmiths +b missing node shellacker +b missing node disinheriting +b missing node tritons +b missing node abscessing +b missing node compliancies +b missing node unhealthful +b missing node porousness +b missing node unravels +b missing node chelating +b missing node unchained +b missing node tomographic +b missing node hyacinthine +b missing node caramelized +b missing node corner +b missing node calyces +b missing node cornet +b missing node megapod +b missing node inundated +b missing node pleasureful +b missing node tetrapod +b missing node incensed +b missing node stubbiness +b missing node quaaludes +b missing node disqualify +b missing node stipulates +b missing node yowlers +b missing node delimiter +b missing node suburbs +b missing node quiltings +b missing node cornea +b missing node citrines +b missing node goonie +b missing node euler +b missing node corned +b missing node whosis +b missing node incenses +b missing node hominids +b missing node chelation +b missing node tritone +b missing node wheezily +b missing node cornel +b missing node nonconducting +b missing node casinos +b missing node ellipsoidal +b missing node birding +b missing node zonked +b missing node stipulated +b missing node retainment +b missing node bedazzle +b missing node shutting +b missing node biaxial +b missing node coveters +b missing node suntans +b missing node fuguists +b missing node loessial +b missing node exclaim +b missing node symbolizations +b missing node apprising +b missing node media +b missing node unobserved +b missing node calycle +b missing node medic +b missing node cervices +b missing node waterwheel +b missing node emery +b missing node handedly +b missing node midweeks +b missing node emulators +b missing node scenarist +b missing node undulant +b missing node immerse +b missing node charon +b missing node infringed +b missing node heelings +b missing node gelded +b missing node peachiest +b missing node hardwired +b missing node cavilers +b missing node infringer +b missing node blueberries +b missing node wearables +b missing node infringes +b missing node topically +b missing node vividly +b missing node harass +b missing node dilettantism +b missing node combustible +b missing node calamity +b missing node birdies +b missing node fumettes +b missing node sharpens +b missing node immersions +b missing node dilettantish +b missing node judoists +b missing node blotchiest +b missing node lynx +b missing node scampish +b missing node birdied +b missing node she +b missing node combustibly +b missing node sandworms +b missing node defiance +b missing node apologizing +b missing node segregant +b missing node ferrules +b missing node roods +b missing node inconvenienced +b missing node reinsuring +b missing node constrainment +b missing node libbing +b missing node charry +b missing node pustular +b missing node truffles +b missing node exclave +b missing node ensheathed +b missing node illumines +b missing node ferruled +b missing node untraceable +b missing node prattlers +b missing node impostor +b missing node brutalizes +b missing node six +b missing node ensheathes +b missing node illumined +b missing node brutalized +b missing node corianders +b missing node italy +b missing node peakiest +b missing node pinball +b missing node sic +b missing node sizzle +b missing node sib +b missing node litigable +b missing node unequivocal +b missing node shy +b missing node sit +b missing node charts +b missing node sir +b missing node sis +b missing node sip +b missing node sin +b missing node extrospection +b missing node scenery +b missing node exempts +b missing node ripost +b missing node muggy +b missing node pustuled +b missing node lyre +b missing node cuckooing +b missing node rewording +b missing node vivifiers +b missing node reaching +b missing node coolidge +b missing node muggs +b missing node smarmier +b missing node pustules +b missing node defacing +b missing node pummelling +b missing node griddle +b missing node collaterally +b missing node sci +b missing node assails +b missing node neckbands +b missing node tackers +b missing node swills +b missing node sew +b missing node gaminess +b missing node misaddress +b missing node sex +b missing node calamint +b missing node bullyboy +b missing node overlie +b missing node set +b missing node episcopates +b missing node townsfolk +b missing node obliviousness +b missing node mongolism +b missing node revivals +b missing node calamine +b missing node idyllic +b missing node transitiveness +b missing node prefers +b missing node tackets +b missing node personage +b missing node fossae +b missing node disseminated +b missing node sea +b missing node dyestuff +b missing node shakiest +b missing node tenuous +b missing node woodnote +b missing node disseminates +b missing node see +b missing node fringiest +b missing node sec +b missing node seq +b missing node respiration +b missing node paymaster +b missing node spy +b missing node cajole +b missing node capelan +b missing node betrayed +b missing node casebook +b missing node padlocking +b missing node salaaming +b missing node charlestons +b missing node polemics +b missing node welladay +b missing node earworm +b missing node intersexually +b missing node dalesman +b missing node monologists +b missing node injudiciously +b missing node subdistrict +b missing node spa +b missing node nymphs +b missing node sot +b missing node antonymies +b missing node handcarts +b missing node reconverted +b missing node sow +b missing node tailgated +b missing node church +b missing node sox +b missing node soy +b missing node benefact +b missing node sol +b missing node channels +b missing node avail +b missing node son +b missing node summons +b missing node nympho +b missing node sop +b missing node nonsalable +b missing node sos +b missing node dhow +b missing node nosiness +b missing node sod +b missing node prolongations +b missing node tailgates +b missing node betrayer +b missing node aerosols +b missing node brothering +b missing node reinspect +b missing node soc +b missing node sob +b missing node dictionaries +b missing node catechumens +b missing node dictions +b missing node raised +b missing node morphines +b missing node breathtaking +b missing node milord +b missing node gaslight +b missing node diluters +b missing node pealing +b missing node fosses +b missing node intromit +b missing node sapidity +b missing node detonate +b missing node untrusting +b missing node sonorously +b missing node unedifying +b missing node poutier +b missing node hefter +b missing node dowery +b missing node ballisticians +b missing node spotting +b missing node swindling +b missing node competency +b missing node sharpest +b missing node stewarding +b missing node hefted +b missing node sky +b missing node viscous +b missing node competence +b missing node intangibility +b missing node ski +b missing node overlap +b missing node snowmelt +b missing node jagger +b missing node aunthood +b missing node compacts +b missing node limbed +b missing node spottily +b missing node cityfied +b missing node overlay +b missing node floatier +b missing node supposing +b missing node dowers +b missing node limber +b missing node unimpeded +b missing node amyls +b missing node reconstitute +b missing node yeshivahs +b missing node biogeographical +b missing node interstitial +b missing node jagged +b missing node cacti +b missing node inconveniences +b missing node guzzled +b missing node biotas +b missing node contentiously +b missing node recharters +b missing node sadducee +b missing node goddesses +b missing node respirating +b missing node guzzles +b missing node sharpers +b missing node tetrasaccharide +b missing node guzzler +b missing node homeric +b missing node sly +b missing node spindliest +b missing node sprawls +b missing node fossil +b missing node synagogal +b missing node sprawly +b missing node blips +b missing node audads +b missing node specialist +b missing node unsurely +b missing node fullness +b missing node forecasters +b missing node grainers +b missing node bandwagon +b missing node upping +b missing node bejeweled +b missing node cambial +b missing node rooty +b missing node adriatic +b missing node monster +b missing node roots +b missing node mongolian +b missing node cadgy +b missing node internationalizing +b missing node cadge +b missing node chased +b missing node pouting +b missing node transiently +b missing node amethysts +b missing node clavicle +b missing node uncelebrated +b missing node nullifiers +b missing node serialization +b missing node eclectics +b missing node twiners +b missing node roost +b missing node chases +b missing node chaser +b missing node ripoff +b missing node undrest +b missing node undress +b missing node antiproton +b missing node personate +b missing node bliss +b missing node cadis +b missing node clubbers +b missing node maxwell +b missing node spraddle +b missing node clerked +b missing node footrests +b missing node catalepsies +b missing node stabbers +b missing node incoordination +b missing node corona +b missing node churls +b missing node probusiness +b missing node gregorian +b missing node mistier +b missing node effeteness +b missing node raises +b missing node raiser +b missing node encounter +b missing node curatively +b missing node buboes +b missing node ambushing +b missing node croakier +b missing node backslaps +b missing node exclusiveness +b missing node consequential +b missing node lienteries +b missing node spottier +b missing node disingenuous +b missing node godwit +b missing node circumcisions +b missing node suctorial +b missing node nonlethal +b missing node capelet +b missing node overprotect +b missing node sty +b missing node specialize +b missing node tussles +b missing node passkeys +b missing node sue +b missing node infarctions +b missing node misapplied +b missing node sub +b missing node sui +b missing node ochrous +b missing node sum +b missing node sup +b missing node packsaddle +b missing node sun +b missing node misapplies +b missing node misapplier +b missing node tussled +b missing node oblation +b missing node tactility +b missing node wagoning +b missing node expressible +b missing node blimy +b missing node biotin +b missing node morphinic +b missing node promise +b missing node rotatable +b missing node blimp +b missing node nutlet +b missing node blini +b missing node smutted +b missing node blink +b missing node biotic +b missing node nuthatches +b missing node infusoria +b missing node raisin +b missing node pentacle +b missing node blind +b missing node stewpan +b missing node gleamed +b missing node trebling +b missing node tai +b missing node hosanna +b missing node tag +b missing node diam +b missing node dial +b missing node tab +b missing node overextending +b missing node tad +b missing node nonintellectuals +b missing node iridium +b missing node dias +b missing node wanderlust +b missing node diag +b missing node dewberry +b missing node horseman +b missing node misting +b missing node duckers +b missing node roomy +b missing node gallanting +b missing node vitalizing +b missing node rooms +b missing node closefisted +b missing node others +b missing node rooky +b missing node infertility +b missing node churrs +b missing node chasms +b missing node cracksman +b missing node memorization +b missing node statures +b missing node gandered +b missing node osmose +b missing node tax +b missing node rallyes +b missing node taw +b missing node tau +b missing node frivoled +b missing node tat +b missing node tar +b missing node thymines +b missing node tap +b missing node tao +b missing node tan +b missing node dognapped +b missing node tam +b missing node intestinal +b missing node doorway +b missing node scamping +b missing node macers +b missing node frivoler +b missing node rebelling +b missing node domestically +b missing node mistily +b missing node outdistances +b missing node sensing +b missing node chasmy +b missing node deigned +b missing node rooks +b missing node jostle +b missing node outdistanced +b missing node segregate +b missing node monolithic +b missing node personals +b missing node solacers +b missing node croakily +b missing node unsigned +b missing node upreared +b missing node mistime +b missing node mecca +b missing node scorning +b missing node dies +b missing node diet +b missing node anyway +b missing node croaking +b missing node nonrational +b missing node hickey +b missing node stipend +b missing node died +b missing node horsemen +b missing node achenial +b missing node gelees +b missing node diem +b missing node dido +b missing node murder +b missing node uppish +b missing node bragged +b missing node didy +b missing node bragger +b missing node cockhorses +b missing node raison +b missing node churns +b missing node environment +b missing node misdiagnosing +b missing node shipyard +b missing node takable +b missing node horrors +b missing node arbitrations +b missing node rebellion +b missing node slipperier +b missing node avast +b missing node dict +b missing node arrowed +b missing node stipes +b missing node perfectibility +b missing node dice +b missing node anglians +b missing node caddy +b missing node breeding +b missing node uppity +b missing node dick +b missing node moneymakers +b missing node descriptive +b missing node uncoffined +b missing node dibs +b missing node rondelle +b missing node clamorously +b missing node conventionalizing +b missing node truffled +b missing node roofs +b missing node accouter +b missing node cades +b missing node cadet +b missing node tufts +b missing node tufty +b missing node frowsty +b missing node asseverate +b missing node disparagements +b missing node fatalists +b missing node scorners +b missing node outmoved +b missing node misbills +b missing node tainting +b missing node burring +b missing node centuple +b missing node indiscretions +b missing node everlastingly +b missing node propellants +b missing node edelweiss +b missing node intestines +b missing node grueling +b missing node reaccents +b missing node retranslates +b missing node josses +b missing node resold +b missing node interrelation +b missing node resole +b missing node izzards +b missing node retranslated +b missing node snuck +b missing node bouzoukia +b missing node riprapped +b missing node statuted +b missing node noncompeting +b missing node mickle +b missing node barbless +b missing node jackdaws +b missing node training +b missing node chaconne +b missing node truckmaster +b missing node interrelating +b missing node bouzoukis +b missing node truckings +b missing node lavations +b missing node grilled +b missing node tubbiest +b missing node nubilities +b missing node compatibles +b missing node sexology +b missing node charities +b missing node snubs +b missing node peevishly +b missing node summerier +b missing node statutes +b missing node remonstrance +b missing node interact +b missing node skidooing +b missing node ellipsoids +b missing node clannish +b missing node embow +b missing node hardihood +b missing node snuff +b missing node elevons +b missing node synagogue +b missing node reciprocities +b missing node initialize +b missing node diarchy +b missing node huguenots +b missing node fusilier +b missing node swabs +b missing node binocular +b missing node harmonies +b missing node bellpull +b missing node survivability +b missing node yanquis +b missing node mujik +b missing node wondered +b missing node snowcapped +b missing node tantalized +b missing node antivenin +b missing node hydrostatics +b missing node prejudiced +b missing node snugs +b missing node par +b missing node pat +b missing node pas +b missing node tantalizes +b missing node temporization +b missing node tantalizer +b missing node pax +b missing node paw +b missing node carnelians +b missing node pay +b missing node prejudices +b missing node satisfiers +b missing node pac +b missing node repacified +b missing node pad +b missing node propagator +b missing node garnering +b missing node depend +b missing node surveyed +b missing node meads +b missing node pal +b missing node tisanes +b missing node chariest +b missing node pap +b missing node theoretical +b missing node baggiest +b missing node etiologically +b missing node pan +b missing node chaste +b missing node whanging +b missing node wonderer +b missing node repacifies +b missing node hipless +b missing node loathing +b missing node aerophobia +b missing node thrills +b missing node harbor +b missing node submiss +b missing node indexable +b missing node datedness +b missing node waffled +b missing node fluorosis +b missing node involve +b missing node succubuses +b missing node initialing +b missing node propagates +b missing node disinheritances +b missing node waffles +b missing node blend +b missing node harlotry +b missing node martens +b missing node presentable +b missing node itself +b missing node phi +b missing node disorientate +b missing node blent +b missing node presentably +b missing node restively +b missing node vetch +b missing node testicular +b missing node hernial +b missing node propagated +b missing node herniae +b missing node encyst +b missing node burrier +b missing node overman +b missing node fluidics +b missing node etherized +b missing node challengingly +b missing node vivant +b missing node forgathered +b missing node kipper +b missing node pew +b missing node deviates +b missing node hernias +b missing node yesses +b missing node shuttled +b missing node driftpins +b missing node wampums +b missing node invitational +b missing node religionists +b missing node deviated +b missing node yessed +b missing node genitals +b missing node products +b missing node shuttles +b missing node postmarks +b missing node submits +b missing node pea +b missing node ped +b missing node entrapment +b missing node unfilial +b missing node pen +b missing node ginkgoes +b missing node pep +b missing node etherizes +b missing node per +b missing node monoxide +b missing node pet +b missing node summering +b missing node diligence +b missing node pee +b missing node peg +b missing node wonderers +b missing node crawlier +b missing node ricotta +b missing node prophecies +b missing node heliotrope +b missing node remainder +b missing node inflicts +b missing node constructiveness +b missing node heinously +b missing node mickey +b missing node disclaims +b missing node ply +b missing node movables +b missing node infiltrated +b missing node hooliganism +b missing node damosel +b missing node scheming +b missing node means +b missing node meant +b missing node coursers +b missing node infiltrates +b missing node rogers +b missing node blest +b missing node meany +b missing node overmen +b missing node bless +b missing node albinos +b missing node coalholes +b missing node avocations +b missing node collaborations +b missing node measurers +b missing node unpatriotic +b missing node fatuously +b missing node fubsier +b missing node ideology +b missing node shillings +b missing node vailing +b missing node mongolianism +b missing node vexatiously +b missing node pie +b missing node pig +b missing node decompensate +b missing node meals +b missing node evincing +b missing node mealy +b missing node pin +b missing node unmatched +b missing node pip +b missing node pit +b missing node pix +b missing node cylindered +b missing node mesonic +b missing node pox +b missing node pow +b missing node reaffirmations +b missing node grandfather +b missing node glorious +b missing node catechisms +b missing node pop +b missing node oystering +b missing node pot +b missing node vivace +b missing node poi +b missing node emcee +b missing node epiphenomenon +b missing node centipedes +b missing node notedly +b missing node pol +b missing node variants +b missing node bombardments +b missing node pod +b missing node forklike +b missing node duplicities +b missing node dyings +b missing node maddeningly +b missing node deviator +b missing node undies +b missing node thereunto +b missing node plights +b missing node alpenhorn +b missing node sidestep +b missing node payback +b missing node beneficiary +b missing node betrayal +b missing node iniquity +b missing node gowns +b missing node endearingly +b missing node enticement +b missing node crawling +b missing node tinglier +b missing node ducktails +b missing node volvoxes +b missing node infiltrator +b missing node harmonize +b missing node misinstruct +b missing node moseying +b missing node philological +b missing node evanesce +b missing node corpus +b missing node quakerism +b missing node attainments +b missing node valeting +b missing node antedating +b missing node ionizes +b missing node ionizer +b missing node recondensation +b missing node viscose +b missing node hacksaws +b missing node ferrums +b missing node groper +b missing node gropes +b missing node kippur +b missing node abides +b missing node abider +b missing node psi +b missing node overflight +b missing node groped +b missing node abided +b missing node mainstream +b missing node leggins +b missing node eclipsed +b missing node pub +b missing node pud +b missing node yester +b missing node ionized +b missing node uphills +b missing node ferrule +b missing node fluidize +b missing node legging +b missing node tackify +b missing node accelerations +b missing node nonconformity +b missing node harmonium +b missing node corpse +b missing node dulcify +b missing node shintoists +b missing node dowing +b missing node straiter +b missing node egotism +b missing node meaty +b missing node spirituality +b missing node meats +b missing node straiten +b missing node horsepox +b missing node tackier +b missing node shopgirls +b missing node nonconformist +b missing node pry +b missing node egotist +b missing node ovoids +b missing node spiritualism +b missing node laughings +b missing node pre +b missing node synagog +b missing node pro +b missing node nonconformism +b missing node vests +b missing node tranquillize +b missing node tuffs +b missing node spiritualist +b missing node kitschy +b missing node initiatory +b missing node personalized +b missing node signiors +b missing node tussock +b missing node signiory +b missing node personalizes +b missing node initiators +b missing node behooved +b missing node hollows +b missing node surveyor +b missing node trigraphs +b missing node behooves +b missing node chatty +b missing node unstamped +b missing node bullocks +b missing node groovy +b missing node agriculturalist +b missing node disdainfully +b missing node indowed +b missing node rondo +b missing node oysteries +b missing node guilders +b missing node misleadingly +b missing node conventions +b missing node signiori +b missing node undine +b missing node fieriest +b missing node environmentalists +b missing node pus +b missing node put +b missing node catechists +b missing node forgings +b missing node eclipses +b missing node pun +b missing node pup +b missing node gallnuts +b missing node philharmonics +b missing node valuers +b missing node harangues +b missing node tsunami +b missing node haranguer +b missing node pug +b missing node tingling +b missing node fluidity +b missing node riprap +b missing node monologuists +b missing node postbellum +b missing node scoffs +b missing node victualing +b missing node imprison +b missing node resown +b missing node resows +b missing node tedious +b missing node dissembling +b missing node encirclements +b missing node hunchbacks +b missing node chateaus +b missing node litheness +b missing node chateaux +b missing node harangued +b missing node gargled +b missing node innominate +b missing node tufas +b missing node statuses +b missing node toastmaster +b missing node pickpocket +b missing node kaleyards +b missing node healers +b missing node spiritualize +b missing node steerage +b missing node leggier +b missing node subconsciously +b missing node majority +b missing node bioenergetics +b missing node forklift +b missing node relapser +b missing node relapses +b missing node bonfire +b missing node comminatory +b missing node moldiest +b missing node gargles +b missing node crumpets +b missing node gargler +b missing node floating +b missing node beneficiate +b missing node kindliness +b missing node relapsed +b missing node punkest +b missing node unamplified +b missing node fetuses +b missing node beveled +b missing node pyx +b missing node armful +b missing node roisters +b missing node gearing +b missing node intemperately +b missing node dildoe +b missing node smokeless +b missing node resort +b missing node cagey +b missing node viscoid +b missing node pokeys +b missing node dildos +b missing node cages +b missing node sedimentation +b missing node cager +b missing node untaxed +b missing node indonesians +b missing node habitableness +b missing node labium +b missing node caged +b missing node beveler +b missing node polonaise +b missing node guying +b missing node oiler +b missing node gooney +b missing node majoring +b missing node oiled +b missing node supervene +b missing node nonowners +b missing node bivalent +b missing node checkroom +b missing node forename +b missing node suffusion +b missing node detonable +b missing node butter +b missing node buttes +b missing node immense +b missing node downstrokes +b missing node suffusing +b missing node anatase +b missing node piffling +b missing node dissenter +b missing node founding +b missing node dissented +b missing node stubblier +b missing node mayapple +b missing node consider +b missing node keglers +b missing node oxides +b missing node monologue +b missing node pellmells +b missing node tithing +b missing node unlinked +b missing node phonily +b missing node squishy +b missing node pokers +b missing node distich +b missing node disbands +b missing node redistill +b missing node autumn +b missing node curling +b missing node pilaster +b missing node substations +b missing node teenager +b missing node cactoid +b missing node pluralities +b missing node teenaged +b missing node groove +b missing node phoning +b missing node curlily +b missing node rhymed +b missing node catkins +b missing node rhymer +b missing node tittering +b missing node trilliums +b missing node megaton +b missing node brooked +b missing node roman +b missing node rhymes +b missing node metaphase +b missing node calomels +b missing node undemocratically +b missing node stragglier +b missing node fidelity +b missing node herbages +b missing node demarcate +b missing node pianist +b missing node impellors +b missing node atavic +b missing node flatirons +b missing node laxnesses +b missing node crookedest +b missing node kyanizing +b missing node qed +b missing node fungoids +b missing node entwined +b missing node claddings +b missing node porters +b missing node entwines +b missing node oxidic +b missing node recondite +b missing node unfixes +b missing node uppercuts +b missing node twister +b missing node thyself +b missing node canonization +b missing node clustered +b missing node ventless +b missing node cornute +b missing node immersion +b missing node bangtail +b missing node obsessing +b missing node hookless +b missing node twisted +b missing node button +b missing node portend +b missing node connects +b missing node underpopulated +b missing node wonderful +b missing node immersing +b missing node hardshell +b missing node pileate +b missing node pinspotter +b missing node gallstone +b missing node abysms +b missing node posers +b missing node poetesses +b missing node oeuvre +b missing node hostage +b missing node tightening +b missing node plaything +b missing node funereal +b missing node portuguese +b missing node poseur +b missing node obsession +b missing node horary +b missing node temblors +b missing node dogfights +b missing node bimanual +b missing node siphons +b missing node ineptly +b missing node apparelling +b missing node anhydrides +b missing node macaque +b missing node jeopardous +b missing node abettor +b missing node ziggurat +b missing node tankship +b missing node portent +b missing node ragweeds +b missing node hooklets +b missing node nonsectarian +b missing node bioscopes +b missing node necklaces +b missing node pandowdy +b missing node attendant +b missing node insipid +b missing node scroggiest +b missing node straitly +b missing node harshening +b missing node transfigures +b missing node undesirable +b missing node spitballs +b missing node genealogically +b missing node enmity +b missing node bastilles +b missing node groschen +b missing node scornful +b missing node extortionate +b missing node demurrable +b missing node emetically +b missing node tambour +b missing node transfigured +b missing node enjoyers +b missing node artiste +b missing node pinochle +b missing node grooms +b missing node workhouse +b missing node farsightedly +b missing node sabers +b missing node refractivity +b missing node queuing +b missing node zoning +b missing node nonconforming +b missing node swimmingly +b missing node buffoonery +b missing node propensities +b missing node yamens +b missing node hoists +b missing node logicizing +b missing node straggling +b missing node unfixed +b missing node animalistic +b missing node cobras +b missing node jeffersonian +b missing node arroyos +b missing node satirically +b missing node dyadic +b missing node verve +b missing node supervened +b missing node bagwig +b missing node drastically +b missing node abetter +b missing node washington +b missing node medievals +b missing node uninhabitable +b missing node contentional +b missing node supervenes +b missing node abetted +b missing node sophoclean +b missing node pungently +b missing node coverings +b missing node leeway +b missing node waggish +b missing node inexactly +b missing node uninhibited +b missing node obsessive +b missing node grimaced +b missing node grimaces +b missing node grimacer +b missing node unobnoxious +b missing node frowziest +b missing node pickaback +b missing node conversion +b missing node mendelian +b missing node spongily +b missing node tucket +b missing node definably +b missing node resurface +b missing node sameness +b missing node turbeths +b missing node hardly +b missing node tucker +b missing node metallurgical +b missing node youngs +b missing node definable +b missing node tucked +b missing node interrogator +b missing node artists +b missing node streakier +b missing node minicabs +b missing node catheterizing +b missing node durnedest +b missing node recompiling +b missing node contraceptives +b missing node nakedly +b missing node oscillations +b missing node abettal +b missing node hogweed +b missing node seismometers +b missing node messieurs +b missing node cashmeres +b missing node versa +b missing node qua +b missing node reinterpreting +b missing node verse +b missing node forcers +b missing node spongier +b missing node unwell +b missing node verso +b missing node romps +b missing node embracers +b missing node sightliness +b missing node maceration +b missing node quo +b missing node byline +b missing node housetops +b missing node antlers +b missing node que +b missing node redhead +b missing node bronzier +b missing node qui +b missing node collectivists +b missing node macerating +b missing node planters +b missing node forceps +b missing node anorexy +b missing node denmark +b missing node romeo +b missing node thrashes +b missing node thrasher +b missing node pyramidal +b missing node fatalisms +b missing node repaves +b missing node horace +b missing node amulets +b missing node supervention +b missing node flimsiness +b missing node harden +b missing node postdating +b missing node interrogated +b missing node interrogates +b missing node thrashed +b missing node ecliptic +b missing node unwept +b missing node harder +b missing node aversions +b missing node forswearing +b missing node subprogram +b missing node elfishly +b missing node wagging +b missing node thuggery +b missing node ogresses +b missing node strokers +b missing node frenzying +b missing node lithuania +b missing node phonics +b missing node streaking +b missing node overabounding +b missing node sandpapers +b missing node viewers +b missing node macedonians +b missing node atonality +b missing node fluxing +b missing node repaved +b missing node foiling +b missing node exteriorize +b missing node unfences +b missing node forlorn +b missing node pyramided +b missing node unfenced +b missing node spongins +b missing node phonies +b missing node minicars +b missing node stillest +b missing node wholely +b missing node nakeder +b missing node sponging +b missing node counsellors +b missing node phonier +b missing node armers +b missing node clubby +b missing node conversing +b missing node curlier +b missing node haunters +b missing node peeking +b missing node coquette +b missing node crocked +b missing node bronzing +b missing node griller +b missing node eyeglass +b missing node preheats +b missing node subpoenaing +b missing node crocket +b missing node grilles +b missing node cafes +b missing node cursedness +b missing node artfully +b missing node belvedere +b missing node brahmanists +b missing node coquetry +b missing node subsists +b missing node butted +b missing node ligates +b missing node gjetosts +b missing node placing +b missing node juratory +b missing node earnable +b missing node rapscallion +b missing node whoops +b missing node coveting +b missing node coefficients +b missing node catalyze +b missing node sprinkle +b missing node shutters +b missing node inquire +b missing node itched +b missing node moorier +b missing node undone +b missing node itches +b missing node exacerbate +b missing node ligated +b missing node squirts +b missing node multi +b missing node preempts +b missing node osmium +b missing node multo +b missing node transfusions +b missing node vivaciousness +b missing node manyfold +b missing node net +b missing node dishonoring +b missing node inquiry +b missing node nickeled +b missing node chitchats +b missing node mention +b missing node neb +b missing node wiriness +b missing node nee +b missing node bountiful +b missing node gearbox +b missing node proconsulates +b missing node new +b missing node squirrels +b missing node howling +b missing node popularizations +b missing node sturdier +b missing node combusted +b missing node sortieing +b missing node scolds +b missing node fidos +b missing node prepayments +b missing node lowbrow +b missing node gouda +b missing node incomparably +b missing node medical +b missing node unteaching +b missing node misidentifies +b missing node presells +b missing node impulsively +b missing node coring +b missing node whoosh +b missing node salaamed +b missing node outselling +b missing node radioscopy +b missing node exscinding +b missing node biform +b missing node liquidly +b missing node nam +b missing node blueblack +b missing node nan +b missing node nap +b missing node reinduct +b missing node distant +b missing node oldish +b missing node nae +b missing node nag +b missing node trainer +b missing node incurably +b missing node diskettes +b missing node trainee +b missing node misidentified +b missing node reinduce +b missing node nab +b missing node presbyterians +b missing node soberer +b missing node trained +b missing node snatchy +b missing node impuissance +b missing node incomparable +b missing node sobered +b missing node clagging +b missing node relentlessness +b missing node incurable +b missing node recontrolling +b missing node shameful +b missing node nay +b missing node godlessly +b missing node thymus +b missing node ganymedes +b missing node chomping +b missing node deposit +b missing node garotted +b missing node conformed +b missing node overshadowing +b missing node outdates +b missing node erects +b missing node apostrophizing +b missing node slogan +b missing node disapprovals +b missing node outdated +b missing node localising +b missing node conformer +b missing node cornrow +b missing node unjoined +b missing node mulla +b missing node slapped +b missing node instrumentalists +b missing node undoer +b missing node undoes +b missing node yammer +b missing node slapper +b missing node catalyst +b missing node courthouse +b missing node enchantress +b missing node humanitarian +b missing node biorhythmic +b missing node infirms +b missing node deciduous +b missing node predictability +b missing node disassimilate +b missing node fidel +b missing node fides +b missing node skinheads +b missing node unburnt +b missing node lowbred +b missing node romantically +b missing node promotional +b missing node soothingly +b missing node burliest +b missing node mulls +b missing node solvable +b missing node incertitude +b missing node plasticize +b missing node garottes +b missing node squirmy +b missing node garotter +b missing node prehensility +b missing node squirms +b missing node schubert +b missing node princelier +b missing node deposed +b missing node conquian +b missing node faintest +b missing node alumroots +b missing node trenched +b missing node plumages +b missing node distraint +b missing node palmettos +b missing node okinawa +b missing node trenches +b missing node defeats +b missing node fictitious +b missing node trencher +b missing node germicide +b missing node catsups +b missing node cookbook +b missing node overlooking +b missing node fainters +b missing node opposition +b missing node plopping +b missing node thymol +b missing node classmate +b missing node deposes +b missing node deposer +b missing node plumaged +b missing node bannock +b missing node uncloaking +b missing node scattiest +b missing node brogans +b missing node transducing +b missing node pandoras +b missing node tackiest +b missing node amputation +b missing node cajoleries +b missing node tubbiness +b missing node sprung +b missing node unsegmented +b missing node croziers +b missing node medicks +b missing node plasticity +b missing node parenthood +b missing node soberly +b missing node unbeliefs +b missing node bifold +b missing node proconservation +b missing node amputating +b missing node horsewhipped +b missing node hingeless +b missing node virtuosities +b missing node jawlines +b missing node cultivate +b missing node maladministration +b missing node defrauder +b missing node treatment +b missing node tulle +b missing node coaching +b missing node gourd +b missing node disenchantingly +b missing node defrauded +b missing node asphodels +b missing node solder +b missing node entirely +b missing node waspishness +b missing node strapless +b missing node accusativeness +b missing node hongkong +b missing node resurrects +b missing node diallist +b missing node pyromaniacs +b missing node deposal +b missing node roles +b missing node guatemalans +b missing node biteable +b missing node acidification +b missing node admire +b missing node spotters +b missing node squires +b missing node bustiest +b missing node nodally +b missing node tandems +b missing node ostensibilities +b missing node encamping +b missing node pollster +b missing node repugnant +b missing node gunrunner +b missing node afterlife +b missing node stintingly +b missing node prairie +b missing node butyls +b missing node pancreas +b missing node nun +b missing node squired +b missing node olfactometer +b missing node nut +b missing node beefed +b missing node aftertaste +b missing node progress +b missing node nub +b missing node underemphasizes +b missing node crudded +b missing node flashgun +b missing node oxidized +b missing node tootlers +b missing node airworthy +b missing node reenact +b missing node nth +b missing node rebuttons +b missing node woenesses +b missing node grovel +b missing node stomachache +b missing node ferrotype +b missing node carnation +b missing node mislayer +b missing node gouts +b missing node groved +b missing node masque +b missing node gouty +b missing node tulip +b missing node oxidizes +b missing node unabating +b missing node oxidizer +b missing node pschent +b missing node lattice +b missing node invoked +b missing node rained +b missing node tertiaries +b missing node hypotenuse +b missing node palmettes +b missing node stencil +b missing node phoneys +b missing node turmoils +b missing node stallions +b missing node nutty +b missing node shivering +b missing node groves +b missing node unheralded +b missing node scragglier +b missing node stenchy +b missing node aerie +b missing node invokes +b missing node invoker +b missing node cambered +b missing node moorish +b missing node devaluated +b missing node inhumanities +b missing node devaluates +b missing node felicities +b missing node sidemen +b missing node underemphasized +b missing node habilitation +b missing node abstrusest +b missing node admits +b missing node entirety +b missing node distaff +b missing node shyest +b missing node canvaser +b missing node rolls +b missing node canvases +b missing node durabilities +b missing node insensateness +b missing node mooring +b missing node nitwits +b missing node machos +b missing node bumpkins +b missing node nod +b missing node disincline +b missing node nob +b missing node spruce +b missing node customizing +b missing node nog +b missing node wallpapered +b missing node decorator +b missing node nom +b missing node non +b missing node not +b missing node nos +b missing node nor +b missing node now +b missing node anchored +b missing node sprucy +b missing node meliorate +b missing node tithers +b missing node oxbow +b missing node epigraph +b missing node tulsa +b missing node shirley +b missing node medals +b missing node uncommunicative +b missing node murals +b missing node licensure +b missing node tranquil +b missing node gouge +b missing node refolding +b missing node soothing +b missing node terbiums +b missing node epigrams +b missing node sideman +b missing node potlatch +b missing node improbabilities +b missing node shyers +b missing node congregant +b missing node fortnight +b missing node sturdily +b missing node feticides +b missing node pressruns +b missing node cetaceans +b missing node deports +b missing node deviancy +b missing node photometric +b missing node embrocate +b missing node jailing +b missing node armholes +b missing node ladders +b missing node deviance +b missing node parenting +b missing node annunciating +b missing node alpacas +b missing node witchy +b missing node congregate +b missing node willowers +b missing node abstrusely +b missing node cognomen +b missing node hoodooed +b missing node guyana +b missing node menfolk +b missing node caretaking +b missing node prophetesses +b missing node torsoes +b missing node adrenals +b missing node annunciation +b missing node allottable +b missing node nib +b missing node mumbo +b missing node overpay +b missing node androgynism +b missing node nix +b missing node inspiriting +b missing node monogyny +b missing node nit +b missing node nip +b missing node nim +b missing node nil +b missing node victualers +b missing node elatives +b missing node scrimped +b missing node outwards +b missing node pokeweeds +b missing node northward +b missing node fancifulness +b missing node neptunian +b missing node pillowslip +b missing node dexies +b missing node ohs +b missing node chawed +b missing node oho +b missing node signalizes +b missing node ohm +b missing node rembrandt +b missing node judiciously +b missing node disloyally +b missing node birdmen +b missing node birdman +b missing node breeders +b missing node debtless +b missing node oil +b missing node tictoc +b missing node macerators +b missing node coleslaw +b missing node teaboard +b missing node signalized +b missing node nonconsenting +b missing node demonetizing +b missing node chawer +b missing node mohair +b missing node tunas +b missing node damozels +b missing node holocausts +b missing node fichu +b missing node zested +b missing node afterdeck +b missing node incontinencies +b missing node pollacks +b missing node bequeath +b missing node apologizers +b missing node tintings +b missing node disservice +b missing node agreeability +b missing node libbers +b missing node olfactometry +b missing node canvased +b missing node ducking +b missing node naperies +b missing node misters +b missing node misterm +b missing node strainer +b missing node duteously +b missing node discontinuation +b missing node ode +b missing node grouty +b missing node darkening +b missing node enhancing +b missing node phosphors +b missing node grouts +b missing node cameralist +b missing node environments +b missing node strained +b missing node nursling +b missing node gumlike +b missing node bettered +b missing node interventionists +b missing node palpitates +b missing node panpipes +b missing node fevers +b missing node ejectum +b missing node neatened +b missing node odd +b missing node envois +b missing node palpitated +b missing node disloyalty +b missing node banishment +b missing node massif +b missing node grouse +b missing node bankruptcies +b missing node tranquillity +b missing node levulose +b missing node rediscount +b missing node shrewdest +b missing node labile +b missing node taproot +b missing node ironstone +b missing node cameralism +b missing node manifestation +b missing node menstruations +b missing node oft +b missing node clubbier +b missing node misdoers +b missing node velum +b missing node annattos +b missing node solacing +b missing node unconvertible +b missing node off +b missing node razers +b missing node simplism +b missing node angolan +b missing node defrosters +b missing node mischievous +b missing node provoke +b missing node cabaret +b missing node agronomic +b missing node martial +b missing node overprinting +b missing node destination +b missing node caviling +b missing node simpatico +b missing node chumps +b missing node taproom +b missing node dialling +b missing node bodywork +b missing node ministerial +b missing node fielded +b missing node tunis +b missing node kilters +b missing node massed +b missing node maladministrative +b missing node ethological +b missing node unplumbed +b missing node rebellions +b missing node tunic +b missing node incoherently +b missing node allotypically +b missing node oak +b missing node oaf +b missing node sundering +b missing node carneys +b missing node bouquets +b missing node recharting +b missing node oar +b missing node martian +b missing node oat +b missing node highroads +b missing node sapwood +b missing node benignity +b missing node masses +b missing node obi +b missing node fielder +b missing node rebellious +b missing node fiche +b missing node chummy +b missing node wangling +b missing node armlet +b missing node gravitations +b missing node homiletics +b missing node balderdash +b missing node resolving +b missing node scooters +b missing node nonstrikers +b missing node pastiest +b missing node tunes +b missing node tuner +b missing node kinglier +b missing node supernormal +b missing node earnest +b missing node capstones +b missing node tuned +b missing node trusts +b missing node eyewinks +b missing node godson +b missing node trusty +b missing node clubbing +b missing node earners +b missing node tictac +b missing node stabbing +b missing node filagrees +b missing node avers +b missing node provost +b missing node avert +b missing node lorises +b missing node mineralogical +b missing node encamped +b missing node ejector +b missing node androgynies +b missing node malawians +b missing node massas +b missing node filagreed +b missing node jerkies +b missing node jerkier +b missing node viscosimeter +b missing node concrescences +b missing node aesop +b missing node infertilely +b missing node muled +b missing node tanzania +b missing node princeling +b missing node oxy +b missing node entwists +b missing node classify +b missing node crapulent +b missing node latencies +b missing node muley +b missing node elegises +b missing node appellor +b missing node organismic +b missing node placket +b missing node learnable +b missing node mules +b missing node decentralizing +b missing node kneeholes +b missing node overclouded +b missing node chunks +b missing node elegised +b missing node medicos +b missing node fleetingness +b missing node chunky +b missing node weaklier +b missing node preshaped +b missing node lakiest +b missing node airlessness +b missing node owl +b missing node tummy +b missing node own +b missing node preshapes +b missing node presbyterianism +b missing node expatriates +b missing node neptunium +b missing node unsnaps +b missing node mulch +b missing node backstop +b missing node contraceptive +b missing node oinks +b missing node penalties +b missing node dyable +b missing node mulct +b missing node incorruptibility +b missing node plausibly +b missing node emulsible +b missing node inaccessible +b missing node plausible +b missing node theatrical +b missing node tumor +b missing node adaptation +b missing node produced +b missing node fusileer +b missing node pimentos +b missing node expatriated +b missing node abbatial +b missing node producer +b missing node produces +b missing node crudely +b missing node noninstinctual +b missing node poteens +b missing node grocery +b missing node shirtiest +b missing node preexpose +b missing node thymes +b missing node frowned +b missing node ejected +b missing node accustoms +b missing node thermodynamic +b missing node thymey +b missing node grocers +b missing node initialled +b missing node programer +b missing node maidenliness +b missing node rekeying +b missing node programed +b missing node decameters +b missing node noncommissioned +b missing node tumid +b missing node inform +b missing node toothache +b missing node sculpted +b missing node broomed +b missing node unquenched +b missing node introits +b missing node lousing +b missing node velar +b missing node frowner +b missing node classics +b missing node jerking +b missing node comparability +b missing node classier +b missing node lechers +b missing node royalties +b missing node centile +b missing node cataleptic +b missing node lechery +b missing node owe +b missing node velds +b missing node viceless +b missing node veldt +b missing node alkalizes +b missing node mulattoes +b missing node jerkins +b missing node fileting +b missing node betting +b missing node inexcusableness +b missing node miniaturizing +b missing node mohawk +b missing node montaging +b missing node grouch +b missing node lousily +b missing node alkalized +b missing node ova +b missing node limeys +b missing node jerkily +b missing node envoys +b missing node cinnamons +b missing node oui +b missing node farther +b missing node pedicab +b missing node scalawags +b missing node our +b missing node documentarily +b missing node out +b missing node wheedling +b missing node opp +b missing node limens +b missing node frugally +b missing node ope +b missing node falling +b missing node centimo +b missing node contraception +b missing node trainman +b missing node enzymes +b missing node embay +b missing node merchantries +b missing node unprompted +b missing node organismal +b missing node oldies +b missing node embar +b missing node earnestness +b missing node mediatorship +b missing node groups +b missing node opt +b missing node swindlers +b missing node ops +b missing node collectivizes +b missing node evincive +b missing node concealed +b missing node ooh +b missing node insisting +b missing node outguesses +b missing node windings +b missing node strident +b missing node weakling +b missing node collectivized +b missing node boiling +b missing node centime +b missing node concealer +b missing node outguessed +b missing node stewardess +b missing node inundations +b missing node appellee +b missing node sporozoa +b missing node ground +b missing node orc +b missing node ore +b missing node corked +b missing node parenthetically +b missing node progressiveness +b missing node exarch +b missing node systematize +b missing node crudest +b missing node ort +b missing node ors +b missing node corker +b missing node poseurs +b missing node simplify +b missing node infold +b missing node calcific +b missing node shirked +b missing node rockaways +b missing node crummie +b missing node reformulations +b missing node plectrum +b missing node orb +b missing node shirker +b missing node embossed +b missing node teenagers +b missing node detriments +b missing node rediscover +b missing node runlets +b missing node old +b missing node estimable +b missing node truths +b missing node documentaries +b missing node paddocking +b missing node ole +b missing node unsnarl +b missing node embosses +b missing node embosser +b missing node teacarts +b missing node ember +b missing node tumps +b missing node undrape +b missing node shawling +b missing node trainmen +b missing node darlings +b missing node modelling +b missing node narcissus +b missing node goths +b missing node baguet +b missing node affordable +b missing node embed +b missing node cottonwood +b missing node programme +b missing node subdefinitions +b missing node isolationists +b missing node emoters +b missing node classily +b missing node orificial +b missing node flotations +b missing node stitch +b missing node viscosimetry +b missing node winterization +b missing node labial +b missing node management +b missing node striders +b missing node influxes +b missing node one +b missing node prattling +b missing node hypothesi +b missing node tenutos +b missing node hoaxers +b missing node runless +b missing node classing +b missing node menthol +b missing node esthesias +b missing node tangibles +b missing node aphasiacs +b missing node celerities +b missing node fleshers +b missing node ecstatically +b missing node macing +b missing node oms +b missing node ransacks +b missing node ministering +b missing node liveable +b missing node tantamount +b missing node woodbin +b missing node incloser +b missing node oozes +b missing node unsaddle +b missing node external +b missing node seminars +b missing node seminary +b missing node stridden +b missing node inclosed +b missing node misfeasor +b missing node dumpings +b missing node disgracers +b missing node meddle +b missing node defending +b missing node estivated +b missing node swooners +b missing node astronomer +b missing node ratified +b missing node leapfrogs +b missing node invidiousness +b missing node estivates +b missing node buffable +b missing node darwinian +b missing node praxis +b missing node ratifies +b missing node incloses +b missing node carnies +b missing node ratifier +b missing node resumption +b missing node audits +b missing node residuals +b missing node accomplishing +b missing node blitz +b missing node depart +b missing node cabob +b missing node loathers +b missing node incriminator +b missing node beware +b missing node surrejoinder +b missing node facelifts +b missing node chagrinning +b missing node betters +b missing node marjoram +b missing node liberate +b missing node wonted +b missing node charrier +b missing node roils +b missing node suggestively +b missing node croupily +b missing node perfectness +b missing node roily +b missing node swindler +b missing node oozed +b missing node swindles +b missing node tenches +b missing node swindled +b missing node cabot +b missing node imprints +b missing node gesticulates +b missing node teasingly +b missing node escarped +b missing node extenuate +b missing node bayoneting +b missing node tritium +b missing node confucianism +b missing node gesticulated +b missing node stertorously +b missing node audios +b missing node satanists +b missing node gadabout +b missing node unwrinkles +b missing node furuncle +b missing node unwrinkled +b missing node grotto +b missing node rebounding +b missing node gladiolas +b missing node kerplunk +b missing node unlawfully +b missing node elegists +b missing node praxes +b missing node recrates +b missing node inconclusiveness +b missing node vacationist +b missing node hundredweight +b missing node appropriates +b missing node bicyclists +b missing node overburdened +b missing node woodbox +b missing node fleabag +b missing node verbless +b missing node travelogue +b missing node lab +b missing node lac +b missing node shadings +b missing node lad +b missing node meets +b missing node lag +b missing node unrepresented +b missing node misfeasance +b missing node lam +b missing node lap +b missing node snugged +b missing node valuing +b missing node law +b missing node lax +b missing node lay +b missing node cable +b missing node orbiter +b missing node carnify +b missing node appropriated +b missing node diminuendos +b missing node orbited +b missing node epicenes +b missing node mediators +b missing node canastas +b missing node monogamously +b missing node leered +b missing node hoariest +b missing node halflife +b missing node historic +b missing node haunting +b missing node sparseness +b missing node nonconductors +b missing node inflating +b missing node innervations +b missing node sculptor +b missing node farting +b missing node bewail +b missing node anthills +b missing node eagerly +b missing node shampooers +b missing node overbake +b missing node inflation +b missing node omnibuses +b missing node papyral +b missing node auscultations +b missing node boilers +b missing node conversationally +b missing node seaports +b missing node fiber +b missing node nonvocational +b missing node recrated +b missing node blarneying +b missing node croupier +b missing node marjorie +b missing node absorptions +b missing node masted +b missing node juncos +b missing node liberals +b missing node inklings +b missing node perniciously +b missing node racquets +b missing node lousier +b missing node trayfuls +b missing node master +b missing node follows +b missing node carnivorous +b missing node embosoms +b missing node provisions +b missing node dominations +b missing node gorse +b missing node chivvying +b missing node vervets +b missing node unwary +b missing node presents +b missing node fopped +b missing node applicant +b missing node gorsy +b missing node trailer +b missing node sunspots +b missing node chelators +b missing node mastic +b missing node canalization +b missing node wondering +b missing node sluttishness +b missing node trailed +b missing node ufos +b missing node mediacy +b missing node talkable +b missing node assertors +b missing node modellers +b missing node nepotist +b missing node togethers +b missing node elopement +b missing node radiometrically +b missing node hominoid +b missing node nepotism +b missing node toeplate +b missing node laundromat +b missing node aspire +b missing node caudated +b missing node dissension +b missing node rimrocks +b missing node blobbed +b missing node sabine +b missing node contrapuntal +b missing node imbuing +b missing node retrenchment +b missing node glittering +b missing node falconries +b missing node darwinism +b missing node lop +b missing node vexation +b missing node loo +b missing node wasting +b missing node inconsiderate +b missing node loc +b missing node renaming +b missing node log +b missing node preadmit +b missing node dippers +b missing node perpetuators +b missing node flashers +b missing node lot +b missing node low +b missing node lox +b missing node tonalities +b missing node ugly +b missing node cacao +b missing node nutritious +b missing node squidded +b missing node exempli +b missing node escarole +b missing node anemias +b missing node reveals +b missing node exempla +b missing node ugli +b missing node designee +b missing node lob +b missing node designed +b missing node koppies +b missing node guinean +b missing node aspish +b missing node interjectional +b missing node guineas +b missing node gritted +b missing node hurrahing +b missing node designer +b missing node crumped +b missing node trespassing +b missing node summing +b missing node margaret +b missing node jauntiness +b missing node presence +b missing node daybreaks +b missing node muons +b missing node periodicity +b missing node crumpet +b missing node rotting +b missing node frankest +b missing node trespass +b missing node discourtesies +b missing node careened +b missing node undertaken +b missing node demarcations +b missing node undertaker +b missing node gulfing +b missing node balladeer +b missing node steamered +b missing node ashcan +b missing node undertakes +b missing node intentionally +b missing node archangels +b missing node lug +b missing node unlimbers +b missing node frankers +b missing node didacts +b missing node burrers +b missing node countdowns +b missing node limbos +b missing node lithosphere +b missing node summits +b missing node synoptical +b missing node ethiopia +b missing node berried +b missing node consigns +b missing node careener +b missing node eggbeater +b missing node secessionists +b missing node posher +b missing node berries +b missing node decanted +b missing node steerers +b missing node nonbeing +b missing node lowboys +b missing node ughs +b missing node brasseries +b missing node hotblooded +b missing node decanter +b missing node inflow +b missing node flinchingly +b missing node hotdogging +b missing node crummiest +b missing node toluol +b missing node byronic +b missing node maltreat +b missing node pomanders +b missing node mendaciously +b missing node misinstructions +b missing node blacksmiths +b missing node overran +b missing node purgatory +b missing node repositioned +b missing node martins +b missing node viewless +b missing node dissimilar +b missing node quoits +b missing node dowels +b missing node spinaches +b missing node appropriator +b missing node taperingly +b missing node marting +b missing node martini +b missing node kabbalahs +b missing node milton +b missing node concentrates +b missing node cirque +b missing node snugger +b missing node marmosets +b missing node incriminated +b missing node wastier +b missing node concentrated +b missing node catacomb +b missing node creamiest +b missing node schemery +b missing node fantailed +b missing node lowborn +b missing node amortizable +b missing node personify +b missing node residuary +b missing node hairpiece +b missing node incriminates +b missing node schemers +b missing node lichened +b missing node judicious +b missing node fivepins +b missing node prayer +b missing node inviting +b missing node toastmistress +b missing node crumply +b missing node crumple +b missing node orbital +b missing node receiverships +b missing node pelorias +b missing node dalesmen +b missing node flickers +b missing node reconverts +b missing node ley +b missing node nutmeg +b missing node analects +b missing node appendicitis +b missing node lex +b missing node leu +b missing node lev +b missing node cache +b missing node let +b missing node watergate +b missing node leo +b missing node lek +b missing node lei +b missing node leg +b missing node recompression +b missing node furies +b missing node lee +b missing node led +b missing node lea +b missing node prayed +b missing node outrunning +b missing node entailer +b missing node duckier +b missing node invoice +b missing node duckies +b missing node toluyl +b missing node disgorged +b missing node nonthinking +b missing node jacinth +b missing node gulfier +b missing node nurse +b missing node insolently +b missing node granularity +b missing node disgorges +b missing node charring +b missing node nickering +b missing node repayment +b missing node flickery +b missing node feudalists +b missing node disobedient +b missing node uninsured +b missing node antiqueness +b missing node nonsalaried +b missing node gimcrack +b missing node entailed +b missing node melodists +b missing node quoins +b missing node curlews +b missing node darwinist +b missing node snuggle +b missing node poshly +b missing node proscribe +b missing node darwinite +b missing node cobnut +b missing node lit +b missing node liq +b missing node defacers +b missing node lip +b missing node reverencing +b missing node swifts +b missing node crochet +b missing node celadons +b missing node lim +b missing node limbic +b missing node pluckiest +b missing node saprophyte +b missing node lid +b missing node lib +b missing node hepcat +b missing node undoubting +b missing node negligently +b missing node satanisms +b missing node fibre +b missing node lie +b missing node prefect +b missing node emended +b missing node quieten +b missing node noncommunists +b missing node quieted +b missing node pastiche +b missing node airlines +b missing node antiquates +b missing node airliner +b missing node effluviums +b missing node curlers +b missing node moccasins +b missing node antiquated +b missing node supplicant +b missing node aspics +b missing node snouted +b missing node overpaid +b missing node emender +b missing node nestlings +b missing node quieter +b missing node politer +b missing node hostels +b missing node diluents +b missing node dognaping +b missing node mac +b missing node rifting +b missing node dissentient +b missing node mad +b missing node mag +b missing node shriekiest +b missing node voodoo +b missing node map +b missing node portage +b missing node mar +b missing node mas +b missing node wheezers +b missing node capriccios +b missing node mal +b missing node man +b missing node mao +b missing node may +b missing node max +b missing node maw +b missing node mat +b missing node pantries +b missing node shapelessness +b missing node boorishness +b missing node stillier +b missing node intersections +b missing node shirkers +b missing node equator +b missing node sandalwoods +b missing node landfill +b missing node ocelots +b missing node pentathlon +b missing node oxyacetylene +b missing node tercentenary +b missing node tinglers +b missing node farmland +b missing node abolitionists +b missing node tenured +b missing node supplicate +b missing node remonstrators +b missing node trillionths +b missing node humouring +b missing node hostess +b missing node ferociousness +b missing node orwell +b missing node glowered +b missing node morgues +b missing node tediums +b missing node ditchless +b missing node evenfall +b missing node baneful +b missing node uncharted +b missing node fudging +b missing node galivant +b missing node recognitive +b missing node supinating +b missing node phoneme +b missing node tenures +b missing node overvaluing +b missing node meg +b missing node mea +b missing node poking +b missing node nubbier +b missing node met +b missing node subfamilies +b missing node mew +b missing node bioresearch +b missing node oysterman +b missing node seasickness +b missing node mer +b missing node juneau +b missing node hatchelled +b missing node men +b missing node vents +b missing node hornbeam +b missing node apprisers +b missing node reorganize +b missing node lauded +b missing node venue +b missing node readiness +b missing node shooters +b missing node heathered +b missing node lauder +b missing node revengefully +b missing node spinoffs +b missing node apprenticeships +b missing node decorates +b missing node numerical +b missing node venus +b missing node ireland +b missing node disorganizes +b missing node disorganizer +b missing node academies +b missing node coruscate +b missing node roguery +b missing node refilter +b missing node intransitively +b missing node portals +b missing node balboas +b missing node decorated +b missing node lux +b missing node reacquiring +b missing node cahoots +b missing node aquifer +b missing node vexingly +b missing node forcing +b missing node croquette +b missing node unconventionality +b missing node metricize +b missing node grooviest +b missing node unhealthier +b missing node extorting +b missing node disorganized +b missing node empiricists +b missing node biflex +b missing node reappointment +b missing node reweighing +b missing node tincturing +b missing node deviants +b missing node odessa +b missing node haymows +b missing node mumps +b missing node gladiolus +b missing node sinicize +b missing node virulently +b missing node gastroscopy +b missing node innuendos +b missing node nonspecialized +b missing node extortion +b missing node supertaxes +b missing node hatreds +b missing node hogwash +b missing node stateside +b missing node stilling +b missing node lye +b missing node biologic +b missing node oystermen +b missing node overrun +b missing node gastroscope +b missing node chukka +b missing node determinations +b missing node academias +b missing node tighteners +b missing node coopted +b missing node warmongering +b missing node politic +b missing node paramedical +b missing node disassociating +b missing node admixt +b missing node corruptionist +b missing node disassociation +b missing node grillwork +b missing node shiverers +b missing node prawns +b missing node eristics +b missing node impertinency +b missing node academics +b missing node supervise +b missing node stoopers +b missing node clubhauled +b missing node antlike +b missing node mutinous +b missing node alluvials +b missing node djin +b missing node lesbianism +b missing node imprimis +b missing node impertinence +b missing node restfully +b missing node commination +b missing node tules +b missing node frivolling +b missing node mumms +b missing node facsimile +b missing node prevues +b missing node angary +b missing node workhorses +b missing node bioenvironmentaly +b missing node beatable +b missing node enciphered +b missing node disheartenment +b missing node laddies +b missing node petrification +b missing node airmail +b missing node prevued +b missing node mummy +b missing node imageries +b missing node influx +b missing node biocidal +b missing node dissonance +b missing node horrify +b missing node cichlids +b missing node teleport +b missing node blowtubes +b missing node anoraks +b missing node cloistered +b missing node moi +b missing node mob +b missing node mod +b missing node moo +b missing node mon +b missing node overpays +b missing node mop +b missing node numerically +b missing node withholdings +b missing node extemporary +b missing node mom +b missing node quietus +b missing node whorls +b missing node disaster +b missing node mow +b missing node bathers +b missing node ebbed +b missing node mot +b missing node plantain +b missing node rhythmic +b missing node waterway +b missing node queuers +b missing node postpaid +b missing node inactivations +b missing node bootlick +b missing node gooier +b missing node friezes +b missing node nacelles +b missing node rekeys +b missing node medians +b missing node cabal +b missing node eternalness +b missing node quaalude +b missing node polonaises +b missing node eagerer +b missing node onefold +b missing node burgouts +b missing node therewithal +b missing node cooperativeness +b missing node mamboing +b missing node oversea +b missing node antlion +b missing node biocides +b missing node oversee +b missing node experimented +b missing node roister +b missing node judgmatic +b missing node mug +b missing node tomomania +b missing node mud +b missing node medials +b missing node parameters +b missing node dolmens +b missing node equated +b missing node variates +b missing node sampans +b missing node dreariest +b missing node venal +b missing node retrievals +b missing node equates +b missing node msg +b missing node experimenter +b missing node meeds +b missing node posies +b missing node commensurate +b missing node solace +b missing node noncrystalline +b missing node crosscurrents +b missing node agonizing +b missing node sonnetted +b missing node vastiest +b missing node subsection +b missing node whored +b missing node vends +b missing node founders +b missing node variated +b missing node oxtails +b missing node tolerances +b missing node gorki +b missing node unfitly +b missing node oversaw +b missing node mum +b missing node animosities +b missing node blueprinting +b missing node mux +b missing node whores +b missing node dogwatches +b missing node typifiers +b missing node gored +b missing node venom +b missing node gruelled +b missing node secretness +b missing node payload +b missing node pokily +b missing node gores +b missing node arraignment +b missing node chitterlings +b missing node barleys +b missing node arming +b missing node vicing +b missing node testable +b missing node duller +b missing node satyrs +b missing node experimental +b missing node freezable +b missing node dulled +b missing node quietly +b missing node amiability +b missing node fiats +b missing node subabbots +b missing node grueller +b missing node measurage +b missing node percussionist +b missing node dumdums +b missing node cabin +b missing node gorge +b missing node overpast +b missing node overpass +b missing node desensitizes +b missing node desensitizer +b missing node munch +b missing node palliated +b missing node impearled +b missing node indianian +b missing node venalness +b missing node holders +b missing node pagers +b missing node embellishers +b missing node underproduced +b missing node palliates +b missing node mastermind +b missing node wonton +b missing node min +b missing node woodenware +b missing node mil +b missing node unpunctual +b missing node cirrus +b missing node mix +b missing node stragglers +b missing node underproduces +b missing node trotted +b missing node dishearteningly +b missing node polymorphically +b missing node pickling +b missing node balancing +b missing node mig +b missing node ethyls +b missing node desensitized +b missing node mid +b missing node posits +b missing node trotter +b missing node respirations +b missing node unblushing +b missing node vicarates +b missing node extortioners +b missing node buffoonish +b missing node grandmothers +b missing node biogeography +b missing node papyrus +b missing node nubbins +b missing node speakeasy +b missing node reprovingly +b missing node terrifier +b missing node terrifies +b missing node squinty +b missing node conspirer +b missing node conspires +b missing node biographical +b missing node prevalent +b missing node posing +b missing node denominations +b missing node infiltrations +b missing node mediate +b missing node conspired +b missing node venin +b missing node jewfish +b missing node unlovelier +b missing node doctrine +b missing node brahminists +b missing node cabby +b missing node astronomic +b missing node faceting +b missing node bemoans +b missing node loathful +b missing node slamming +b missing node fading +b missing node zebecks +b missing node exiguity +b missing node vacationing +b missing node caber +b missing node enmesh +b missing node unsorted +b missing node invokers +b missing node observing +b missing node crusaders +b missing node setscrews +b missing node squints +b missing node barless +b missing node phantoms +b missing node turnspit +b missing node nonbeings +b missing node pokier +b missing node pokies +b missing node preexamination +b missing node sighers +b missing node folderol +b missing node rakeoff +b missing node terrified +b missing node waggers +b missing node stiver +b missing node flannels +b missing node earliness +b missing node hutzpa +b missing node sanctum +b missing node badland +b missing node maculate +b missing node gunsmiths +b missing node overbear +b missing node tattersall +b missing node evens +b missing node casper +b missing node event +b missing node steadiness +b missing node cadmium +b missing node trochoids +b missing node ikons +b missing node terminuses +b missing node incubations +b missing node corrective +b missing node coitally +b missing node refracturing +b missing node bondholder +b missing node commissioners +b missing node overdid +b missing node components +b missing node encamp +b missing node doodad +b missing node resignation +b missing node wellholes +b missing node mathematics +b missing node reconsecrated +b missing node concerted +b missing node midwiferies +b missing node twinned +b missing node positiveness +b missing node econ +b missing node legendarily +b missing node tensioned +b missing node reconsecrates +b missing node fruity +b missing node ecol +b missing node donorship +b missing node censorship +b missing node fruits +b missing node dippier +b missing node reconditeness +b missing node gemsbucks +b missing node messiness +b missing node gridiron +b missing node leveraging +b missing node wassailed +b missing node submental +b missing node raceways +b missing node idolizing +b missing node fetching +b missing node wassailer +b missing node donator +b missing node echo +b missing node afros +b missing node sunsets +b missing node awarding +b missing node inflater +b missing node inflates +b missing node sandpiper +b missing node tastelessness +b missing node apprehend +b missing node loosest +b missing node rationalize +b missing node primordially +b missing node autobiographically +b missing node deviations +b missing node toffee +b missing node remonstrating +b missing node orders +b missing node calyx +b missing node kindlings +b missing node pageants +b missing node indicator +b missing node publican +b missing node tritest +b missing node libations +b missing node intricacies +b missing node volitional +b missing node evacuating +b missing node dolorousness +b missing node remonstration +b missing node dumdum +b missing node skinfuls +b missing node snarling +b missing node inefficacious +b missing node biotically +b missing node wooded +b missing node inflated +b missing node loftiness +b missing node evacuation +b missing node securing +b missing node acerbated +b missing node underspent +b missing node ludicrous +b missing node schlepping +b missing node wooden +b missing node tiresome +b missing node underspend +b missing node acerbates +b missing node rigour +b missing node remonstrates +b missing node fulmination +b missing node ecus +b missing node crankest +b missing node commensuration +b missing node remonstrated +b missing node repugned +b missing node beadles +b missing node border +b missing node capability +b missing node rationality +b missing node playmate +b missing node loosens +b missing node woodsy +b missing node tulles +b missing node calve +b missing node dentistry +b missing node crosswords +b missing node unraveled +b missing node bulgarian +b missing node publicly +b missing node interdict +b missing node commenting +b missing node thorpe +b missing node rationalist +b missing node rationalism +b missing node subclassify +b missing node fulminating +b missing node nickered +b missing node thorps +b missing node furthers +b missing node overcautious +b missing node unreflectingly +b missing node administratively +b missing node declinature +b missing node woodnotes +b missing node backspin +b missing node pepsin +b missing node ostrich +b missing node czars +b missing node loosely +b missing node demasculinized +b missing node juiciness +b missing node worried +b missing node furthest +b missing node timbales +b missing node worrier +b missing node worries +b missing node violets +b missing node unimaginative +b missing node morbidly +b missing node evert +b missing node snarlier +b missing node obtrusive +b missing node transmittances +b missing node pierre +b missing node reanimate +b missing node every +b missing node fleshing +b missing node brayers +b missing node conspiring +b missing node leavening +b missing node furores +b missing node britannia +b missing node mossback +b missing node thorns +b missing node assignable +b missing node rechecked +b missing node britannic +b missing node giantess +b missing node thorny +b missing node tabulable +b missing node preciously +b missing node remonstrative +b missing node sideslipped +b missing node deadbeat +b missing node interference +b missing node violent +b missing node nonconflicting +b missing node nudged +b missing node snobs +b missing node fretworks +b missing node armpit +b missing node mensches +b missing node security +b missing node afrit +b missing node caking +b missing node menschen +b missing node fluoridation +b missing node nudges +b missing node hatcheling +b missing node encase +b missing node paratyphoid +b missing node couchant +b missing node gifted +b missing node nudger +b missing node ecru +b missing node donatio +b missing node tamburs +b missing node apostates +b missing node sanctimonious +b missing node therapist +b missing node executor +b missing node calor +b missing node mordents +b missing node throughway +b missing node impassibility +b missing node tambura +b missing node fluoridating +b missing node windrows +b missing node benefice +b missing node unpoetical +b missing node recitation +b missing node nutted +b missing node threadworm +b missing node calms +b missing node nutter +b missing node obduction +b missing node republicans +b missing node milksops +b missing node recolored +b missing node stodging +b missing node catchments +b missing node nauseate +b missing node snout +b missing node suggest +b missing node indicated +b missing node calls +b missing node unhooks +b missing node calli +b missing node wowing +b missing node disagreements +b missing node enclasp +b missing node calla +b missing node indicates +b missing node indorse +b missing node shammers +b missing node calks +b missing node expensive +b missing node mutilations +b missing node smoulders +b missing node autoed +b missing node galvanizing +b missing node ironclad +b missing node wickers +b missing node drawbridge +b missing node manorial +b missing node noninfectious +b missing node ugliness +b missing node gallivanting +b missing node trampers +b missing node resultants +b missing node cabanas +b missing node beadman +b missing node boreal +b missing node reenslaves +b missing node snowy +b missing node yelping +b missing node snows +b missing node upsilons +b missing node miscopying +b missing node reenslaved +b missing node condone +b missing node thighbone +b missing node chewier +b missing node nailers +b missing node willowier +b missing node bilabials +b missing node topographic +b missing node calix +b missing node napalming +b missing node fanjets +b missing node calif +b missing node debriefing +b missing node wickets +b missing node clamorous +b missing node emulsions +b missing node sheaving +b missing node postprocessing +b missing node oversteps +b missing node cosmical +b missing node ordeal +b missing node concertos +b missing node elusive +b missing node settlers +b missing node rewon +b missing node obverses +b missing node assimilate +b missing node mythological +b missing node shreveport +b missing node continuously +b missing node viceregal +b missing node drumhead +b missing node millpond +b missing node wagonage +b missing node technicality +b missing node proselyting +b missing node topographer +b missing node friending +b missing node enclave +b missing node easting +b missing node calfs +b missing node fermenting +b missing node catholic +b missing node invincibility +b missing node decisteres +b missing node lavaboes +b missing node hotbeds +b missing node condors +b missing node gravitational +b missing node menorahs +b missing node recitative +b missing node yolked +b missing node misleading +b missing node litigant +b missing node oligarch +b missing node illumine +b missing node consuming +b missing node longrun +b missing node elevens +b missing node eccl +b missing node punitively +b missing node subjoined +b missing node mayoralties +b missing node shotgun +b missing node credentials +b missing node murphies +b missing node thorax +b missing node elapse +b missing node soothest +b missing node stodgier +b missing node nakedest +b missing node unjustly +b missing node canaled +b missing node adoptively +b missing node soothers +b missing node encage +b missing node caucasoid +b missing node stream +b missing node tannates +b missing node centers +b missing node virginally +b missing node testatrix +b missing node psychotogen +b missing node fortunetellers +b missing node stagier +b missing node infract +b missing node fluffing +b missing node mintmark +b missing node embolden +b missing node rewed +b missing node coordinate +b missing node snood +b missing node overinsuring +b missing node illuming +b missing node picklock +b missing node proselytize +b missing node boards +b missing node reptiles +b missing node snoot +b missing node boldness +b missing node snoop +b missing node snore +b missing node interdicts +b missing node primacies +b missing node damascene +b missing node snort +b missing node proselytism +b missing node screamers +b missing node redyeing +b missing node ovenware +b missing node celtic +b missing node synchronies +b missing node kinemas +b missing node tricorn +b missing node cupbearer +b missing node streak +b missing node primroses +b missing node losingly +b missing node elopers +b missing node lightfaced +b missing node petitioners +b missing node incomprehension +b missing node stifled +b missing node stodgily +b missing node documenting +b missing node snots +b missing node stifles +b missing node pedagogically +b missing node stifler +b missing node domiciling +b missing node develope +b missing node rewin +b missing node decennial +b missing node fixup +b missing node bullfrog +b missing node develops +b missing node eruptional +b missing node benefits +b missing node improprieties +b missing node elusion +b missing node watering +b missing node predicate +b missing node spittoon +b missing node evzone +b missing node runway +b missing node civvy +b missing node tricots +b missing node whizzes +b missing node salaried +b missing node whizzer +b missing node doorplate +b missing node gallicism +b missing node whizzed +b missing node salaries +b missing node fluffier +b missing node beaconless +b missing node outmaneuvered +b missing node chiffoniers +b missing node loutish +b missing node groomsman +b missing node daises +b missing node johannes +b missing node toolmaking +b missing node transversely +b missing node lecithin +b missing node nesters +b missing node diffractive +b missing node larceners +b missing node pipets +b missing node stubbly +b missing node maxwells +b missing node plankton +b missing node dioramic +b missing node waterily +b missing node colitises +b missing node synchronize +b missing node returnee +b missing node monkeys +b missing node traditional +b missing node aerosolizing +b missing node jogglers +b missing node canal +b missing node renewals +b missing node returner +b missing node gumming +b missing node luxuriousness +b missing node narcotism +b missing node microcosms +b missing node returned +b missing node contempts +b missing node underselling +b missing node brahmins +b missing node knavish +b missing node pipers +b missing node rewax +b missing node charioteers +b missing node seesawed +b missing node gingham +b missing node narcotine +b missing node monotheistic +b missing node polymers +b missing node louting +b missing node detachments +b missing node discontentment +b missing node immobility +b missing node drayage +b missing node fatefulness +b missing node frightfully +b missing node arables +b missing node sulfate +b missing node narcotization +b missing node skoaled +b missing node joinable +b missing node trampling +b missing node consensus +b missing node dimouts +b missing node decreeing +b missing node ensorceled +b missing node indianans +b missing node litigate +b missing node snowdrop +b missing node cheating +b missing node fluffily +b missing node maladministering +b missing node correspondence +b missing node edit +b missing node nonempirically +b missing node shorting +b missing node combustive +b missing node tannish +b missing node naturalizing +b missing node sorbate +b missing node yardbirds +b missing node sandpit +b missing node wrestled +b missing node continuities +b missing node loverly +b missing node punctuate +b missing node immobilize +b missing node amnestying +b missing node wrestles +b missing node wrestler +b missing node modifying +b missing node dissuasion +b missing node racecourse +b missing node imbricate +b missing node fringed +b missing node mandarins +b missing node programs +b missing node waterier +b missing node denominational +b missing node flashlight +b missing node nourisher +b missing node nourishes +b missing node revue +b missing node nourished +b missing node sanatoriums +b missing node novelettes +b missing node haring +b missing node darter +b missing node monkery +b missing node uruguayan +b missing node synchronism +b missing node pallettes +b missing node vivariums +b missing node abundances +b missing node peptic +b missing node interlude +b missing node darted +b missing node containerize +b missing node fringes +b missing node lakesides +b missing node dialectics +b missing node campi +b missing node jaggers +b missing node campo +b missing node pastries +b missing node fewness +b missing node betokening +b missing node clashed +b missing node counteracting +b missing node groupers +b missing node mortarless +b missing node collegially +b missing node campy +b missing node designedly +b missing node jaggery +b missing node camps +b missing node jigaboo +b missing node transducers +b missing node clashes +b missing node clasher +b missing node groomsmen +b missing node examinations +b missing node skyhook +b missing node margarins +b missing node bangkoks +b missing node offends +b missing node facilely +b missing node margarine +b missing node ensigns +b missing node methylene +b missing node counteraction +b missing node transgressors +b missing node dioramas +b missing node included +b missing node shorties +b missing node lustiness +b missing node includes +b missing node combustion +b missing node willowing +b missing node condole +b missing node plumberies +b missing node dissuasive +b missing node bafflement +b missing node chinchy +b missing node unfalteringly +b missing node declining +b missing node demurrages +b missing node gallingly +b missing node fluorination +b missing node offence +b missing node kinswomen +b missing node floorings +b missing node boatbills +b missing node shirking +b missing node combusting +b missing node hiccup +b missing node groins +b missing node condoms +b missing node kingfisher +b missing node kingfishes +b missing node mastheaded +b missing node trousseau +b missing node constitute +b missing node recoverable +b missing node fallers +b missing node compassing +b missing node vagaries +b missing node vanish +b missing node hotrods +b missing node donates +b missing node regathered +b missing node mainspring +b missing node skittle +b missing node labials +b missing node sloshing +b missing node outpoured +b missing node overloads +b missing node donated +b missing node donatee +b missing node remonstrator +b missing node compassion +b missing node resplendently +b missing node fluorinating +b missing node cambric +b missing node purulence +b missing node bayous +b missing node tepidities +b missing node dilutors +b missing node civic +b missing node sibilated +b missing node overbuy +b missing node ungrammatical +b missing node purulency +b missing node subjunctive +b missing node sibilates +b missing node kinswoman +b missing node civil +b missing node colloquy +b missing node battlemented +b missing node feinting +b missing node fumigations +b missing node actable +b missing node affecter +b missing node eurasians +b missing node stoical +b missing node xyloid +b missing node temptable +b missing node monocytes +b missing node narcotics +b missing node backpacks +b missing node envious +b missing node nighters +b missing node newfashioned +b missing node beggaring +b missing node actresses +b missing node affected +b missing node crumbed +b missing node freemasonry +b missing node dismembering +b missing node plottages +b missing node foreclosure +b missing node spoliation +b missing node candidly +b missing node evidently +b missing node dhotis +b missing node rebelled +b missing node crumber +b missing node steamships +b missing node twosome +b missing node fluoridates +b missing node consented +b missing node rigors +b missing node valvate +b missing node ventilates +b missing node taverner +b missing node orphanage +b missing node sorrowfully +b missing node ventilated +b missing node usurpers +b missing node pfennigs +b missing node minutest +b missing node countermands +b missing node overthrown +b missing node flemishes +b missing node boomier +b missing node obtrusion +b missing node consenter +b missing node thrashing +b missing node domesticated +b missing node vanity +b missing node droppings +b missing node gullying +b missing node flemished +b missing node civet +b missing node fluoridated +b missing node domesticates +b missing node confidential +b missing node diarist +b missing node negate +b missing node resounded +b missing node speediest +b missing node helming +b missing node despoils +b missing node squabbier +b missing node pimpliest +b missing node reassessments +b missing node meccas +b missing node overthrows +b missing node dissuade +b missing node fleshier +b missing node overflying +b missing node disproportions +b missing node southbound +b missing node standpoint +b missing node tangerine +b missing node edgy +b missing node sanguinarily +b missing node contendere +b missing node minutely +b missing node catmints +b missing node camel +b missing node sloshier +b missing node nudely +b missing node cameo +b missing node contenders +b missing node phrenic +b missing node phantomlike +b missing node pregame +b missing node entireness +b missing node logistical +b missing node boyishly +b missing node sanctifiers +b missing node littery +b missing node litters +b missing node diplopod +b missing node greyest +b missing node spital +b missing node eden +b missing node martialism +b missing node bastardly +b missing node ingraining +b missing node gummier +b missing node martialist +b missing node breadstuff +b missing node communistic +b missing node edge +b missing node stubbed +b missing node developers +b missing node filaments +b missing node arboured +b missing node metrifying +b missing node users +b missing node domesticator +b missing node foldout +b missing node viscoses +b missing node edda +b missing node colonizationist +b missing node beggaries +b missing node relocates +b missing node nationally +b missing node stubble +b missing node rheological +b missing node jaggiest +b missing node accuse +b missing node xylose +b missing node savageness +b missing node eddy +b missing node unhooked +b missing node doggedness +b missing node victuals +b missing node diffraction +b missing node pierce +b missing node satirizing +b missing node shortish +b missing node springes +b missing node springer +b missing node booming +b missing node tootling +b missing node spited +b missing node tsardoms +b missing node dispassionately +b missing node springed +b missing node notification +b missing node rhythm +b missing node offense +b missing node spites +b missing node distress +b missing node edam +b missing node underrate +b missing node moonlighters +b missing node relocated +b missing node revel +b missing node bigeye +b missing node nudest +b missing node ventilator +b missing node colitis +b missing node pegging +b missing node unhorsed +b missing node stupids +b missing node vendibles +b missing node normalcies +b missing node ambulators +b missing node egomaniacally +b missing node yesterdays +b missing node unhorses +b missing node blobbing +b missing node ambulatory +b missing node colitic +b missing node nudist +b missing node praised +b missing node amove +b missing node nudism +b missing node praises +b missing node praiser +b missing node recessing +b missing node amour +b missing node thalers +b missing node carnivores +b missing node recession +b missing node adductor +b missing node each +b missing node declivities +b missing node zed +b missing node zee +b missing node uprootals +b missing node warden +b missing node sidelines +b missing node warder +b missing node pheasants +b missing node sideliner +b missing node perambulations +b missing node rehearings +b missing node mediating +b missing node bathing +b missing node workwoman +b missing node spittles +b missing node flittering +b missing node uncontradicted +b missing node dynode +b missing node quadrillions +b missing node stewing +b missing node choicer +b missing node choices +b missing node hastener +b missing node ploughs +b missing node schematic +b missing node zen +b missing node mediation +b missing node warded +b missing node hastened +b missing node bountifully +b missing node physical +b missing node purgatively +b missing node congress +b missing node purlieu +b missing node ornithology +b missing node skimmers +b missing node lateen +b missing node honorees +b missing node vicarages +b missing node overfly +b missing node chorizos +b missing node acquaints +b missing node picaros +b missing node ragouting +b missing node entreatingly +b missing node louies +b missing node brinier +b missing node fitments +b missing node brinies +b missing node gnomist +b missing node workwomen +b missing node ameliorating +b missing node kneeling +b missing node unbecomingly +b missing node tollgates +b missing node reverberates +b missing node acquitted +b missing node oxeye +b missing node shivaree +b missing node amelioration +b missing node reverberated +b missing node indemnifying +b missing node zag +b missing node acquitter +b missing node amort +b missing node gnomish +b missing node blows +b missing node zap +b missing node blowy +b missing node guiltiness +b missing node paneling +b missing node canty +b missing node recessive +b missing node louise +b missing node cardiologies +b missing node ephedra +b missing node zoo +b missing node crumble +b missing node among +b missing node anionically +b missing node cants +b missing node blown +b missing node myopes +b missing node canto +b missing node castellans +b missing node mangroves +b missing node harlot +b missing node unpiled +b missing node accomplishers +b missing node unanticipated +b missing node huddle +b missing node mescal +b missing node leftwing +b missing node blots +b missing node dependably +b missing node breadths +b missing node mediative +b missing node dependable +b missing node pervertedness +b missing node greatly +b missing node engorging +b missing node canst +b missing node dronish +b missing node uranous +b missing node diffused +b missing node featherless +b missing node crumbly +b missing node phrensy +b missing node contending +b missing node diffuser +b missing node acquittal +b missing node diffuses +b missing node bulgier +b missing node fanner +b missing node clumsier +b missing node gourmands +b missing node ethicizes +b missing node riderless +b missing node camelback +b missing node deaneries +b missing node adiposities +b missing node disseminate +b missing node nutria +b missing node hexameter +b missing node fastballs +b missing node ethicized +b missing node whipsaws +b missing node overfed +b missing node whipsawn +b missing node solved +b missing node rufous +b missing node solver +b missing node faders +b missing node solves +b missing node fanned +b missing node deflationary +b missing node reverberator +b missing node triplanes +b missing node labiate +b missing node headset +b missing node unpiles +b missing node indoors +b missing node ease +b missing node nudies +b missing node saturn +b missing node amoks +b missing node republishes +b missing node skitter +b missing node preselect +b missing node rubblier +b missing node tolerate +b missing node reconstruct +b missing node accretes +b missing node zig +b missing node east +b missing node amole +b missing node subordinate +b missing node zip +b missing node exhortation +b missing node reuse +b missing node accreted +b missing node croquettes +b missing node bombardment +b missing node musclemen +b missing node bloom +b missing node insurgescence +b missing node bloop +b missing node earl +b missing node chandeliers +b missing node lyceums +b missing node ears +b missing node planeload +b missing node earn +b missing node republished +b missing node squabblers +b missing node fiver +b missing node fives +b missing node vitiators +b missing node overexerted +b missing node adenoiditis +b missing node prompts +b missing node blond +b missing node overexercise +b missing node thermosphere +b missing node anyplace +b missing node unobtrusive +b missing node screwworm +b missing node expository +b missing node curled +b missing node blood +b missing node misinterprets +b missing node yup +b missing node expositors +b missing node ungrounded +b missing node curler +b missing node nesting +b missing node yuk +b missing node curlew +b missing node balancers +b missing node eructate +b missing node offered +b missing node tramplers +b missing node offeree +b missing node citizenly +b missing node mutedly +b missing node subagents +b missing node rhombs +b missing node anodically +b missing node crayonist +b missing node respiratory +b missing node worshipped +b missing node revisited +b missing node impotently +b missing node respirators +b missing node insigne +b missing node objectiveness +b missing node physicks +b missing node sudsless +b missing node counteractive +b missing node earthworms +b missing node informational +b missing node rhombi +b missing node thumbtacks +b missing node relapse +b missing node distributution +b missing node scholastic +b missing node medalists +b missing node hognuts +b missing node balkers +b missing node crayoning +b missing node icicles +b missing node yrs +b missing node outdodge +b missing node plebian +b missing node annihilation +b missing node lanthanum +b missing node mankind +b missing node crusading +b missing node vilified +b missing node diffusor +b missing node valeted +b missing node zilches +b missing node vilifier +b missing node vilifies +b missing node bloke +b missing node worshipper +b missing node inveighed +b missing node annihilating +b missing node newton +b missing node earthworks +b missing node protract +b missing node myopic +b missing node poppets +b missing node icicled +b missing node myopia +b missing node afoul +b missing node canon +b missing node canoe +b missing node overemphasis +b missing node yow +b missing node prisoners +b missing node clumsily +b missing node protegees +b missing node circuses +b missing node accounts +b missing node peached +b missing node restorals +b missing node subvariety +b missing node you +b missing node elands +b missing node peaches +b missing node yon +b missing node peacher +b missing node canna +b missing node flubdubs +b missing node illnesses +b missing node beadsmen +b missing node canny +b missing node yod +b missing node droning +b missing node endemics +b missing node latest +b missing node longues +b missing node rejoin +b missing node freewheel +b missing node safaris +b missing node cleavers +b missing node gemology +b missing node longhair +b missing node citizenry +b missing node caner +b missing node canes +b missing node laccolith +b missing node unifying +b missing node zestiest +b missing node wreckings +b missing node erotogeneses +b missing node howitzers +b missing node candy +b missing node gadding +b missing node frugal +b missing node tyrannizing +b missing node caned +b missing node detrained +b missing node odeons +b missing node dumbly +b missing node afore +b missing node renounce +b missing node tinfoils +b missing node octagonally +b missing node southeastward +b missing node vermeil +b missing node block +b missing node blocs +b missing node gondola +b missing node conquers +b missing node caffeines +b missing node brinish +b missing node outmaneuvers +b missing node almshouse +b missing node globalists +b missing node reassortment +b missing node windstorm +b missing node tonality +b missing node conversant +b missing node prorogue +b missing node cabalas +b missing node decadently +b missing node poppers +b missing node beadsman +b missing node sahuaros +b missing node skating +b missing node conquest +b missing node dioritic +b missing node facelessness +b missing node streetcar +b missing node latent +b missing node waterish +b missing node latens +b missing node clomped +b missing node bloat +b missing node cardiologist +b missing node skinful +b missing node diorites +b missing node senselessness +b missing node erotogenesis +b missing node wolvers +b missing node surmisers +b missing node saurians +b missing node phoneticians +b missing node toreadors +b missing node gatherers +b missing node unknits +b missing node sparklers +b missing node ruralites +b missing node auspice +b missing node longhand +b missing node cesspool +b missing node blobs +b missing node galloots +b missing node outriding +b missing node cryptogram +b missing node forecastles +b missing node sleaziest +b missing node dumbed +b missing node hopeful +b missing node lately +b missing node dumber +b missing node miasmatic +b missing node harlem +b missing node afoot +b missing node ameliorative +b missing node reconvenes +b missing node swaying +b missing node neutralizers +b missing node hungered +b missing node jobless +b missing node rapiers +b missing node brining +b missing node reconvened +b missing node handworks +b missing node reliable +b missing node circulatory +b missing node forevers +b missing node abstruser +b missing node politics +b missing node reliably +b missing node platy +b missing node circulators +b missing node plats +b missing node kinglets +b missing node factorized +b missing node agonise +b missing node combust +b missing node plato +b missing node affection +b missing node aerates +b missing node scoping +b missing node quitter +b missing node plate +b missing node innerving +b missing node politick +b missing node subagency +b missing node aerated +b missing node dispending +b missing node agonist +b missing node politico +b missing node tramping +b missing node quitted +b missing node fortunetelling +b missing node arousals +b missing node shoestring +b missing node rushings +b missing node yea +b missing node tumefied +b missing node inconceivabilities +b missing node oratorios +b missing node caprioles +b missing node screwdriver +b missing node bakeries +b missing node unpreparedness +b missing node songfully +b missing node reaccepted +b missing node affecting +b missing node yds +b missing node wyvern +b missing node ousels +b missing node kingless +b missing node fleabitten +b missing node exigible +b missing node yodels +b missing node defenders +b missing node hayloft +b missing node reemployment +b missing node yes +b missing node yep +b missing node yen +b missing node sexualizing +b missing node yew +b missing node angeles +b missing node yet +b missing node infixed +b missing node backstrokes +b missing node plays +b missing node hutzpahs +b missing node infixes +b missing node scatterers +b missing node ruralisms +b missing node stagily +b missing node eavesdrop +b missing node playa +b missing node saddleries +b missing node missort +b missing node staging +b missing node ampul +b missing node plunking +b missing node fryer +b missing node seculars +b missing node unicellular +b missing node newswoman +b missing node caffeinic +b missing node angelic +b missing node leachers +b missing node nightcap +b missing node potluck +b missing node torches +b missing node replaying +b missing node paintings +b missing node polities +b missing node torched +b missing node amenities +b missing node meditatio +b missing node reembodying +b missing node yay +b missing node adjustments +b missing node exalts +b missing node perceiving +b missing node yaw +b missing node juggleries +b missing node spooring +b missing node yap +b missing node caped +b missing node caper +b missing node yam +b missing node yak +b missing node plaza +b missing node inapplicably +b missing node sloughiest +b missing node beadmen +b missing node moldings +b missing node fixed +b missing node ardent +b missing node reentrant +b missing node longships +b missing node tandem +b missing node radiometric +b missing node sickbeds +b missing node centaur +b missing node inapplicable +b missing node sidestrokes +b missing node astigmatic +b missing node vilify +b missing node newswomen +b missing node decimalizing +b missing node tzarinas +b missing node attending +b missing node centavo +b missing node boomlet +b missing node athenaeum +b missing node railed +b missing node strafe +b missing node railer +b missing node plant +b missing node plans +b missing node iodoform +b missing node strain +b missing node mummifying +b missing node affective +b missing node plank +b missing node retro +b missing node strait +b missing node subassociation +b missing node outstripped +b missing node sinusitis +b missing node utilizers +b missing node ebon +b missing node semblances +b missing node gaslights +b missing node meditated +b missing node misplaying +b missing node sectarian +b missing node plane +b missing node meditates +b missing node retry +b missing node unreconciled +b missing node vagueness +b missing node forbearers +b missing node waybills +b missing node aquarial +b missing node chinese +b missing node articulationes +b missing node mightiness +b missing node scabbiness +b missing node neoned +b missing node reenter +b missing node geomedicine +b missing node oratories +b missing node sprinklings +b missing node petioles +b missing node aspheric +b missing node environ +b missing node biomes +b missing node tidytips +b missing node undefeated +b missing node punctuality +b missing node radiographies +b missing node articulateness +b missing node aquarian +b missing node tenpences +b missing node tripedal +b missing node amply +b missing node precarious +b missing node reunions +b missing node varistors +b missing node galloper +b missing node parents +b missing node floodlighting +b missing node subdebutantes +b missing node marginate +b missing node insight +b missing node wafered +b missing node yin +b missing node archaeologically +b missing node outdoers +b missing node jurassic +b missing node ample +b missing node complacently +b missing node woodwax +b missing node plash +b missing node yid +b missing node plasm +b missing node groggy +b missing node overeat +b missing node agonies +b missing node enflame +b missing node greased +b missing node yip +b missing node ruralists +b missing node galloped +b missing node fixes +b missing node fixer +b missing node greases +b missing node greaser +b missing node sectaries +b missing node backlist +b missing node unsentimentally +b missing node greater +b missing node natured +b missing node numeral +b missing node pissoirs +b missing node strand +b missing node exudations +b missing node touche +b missing node painstaking +b missing node greaten +b missing node bassoonists +b missing node equites +b missing node flakiest +b missing node doodle +b missing node touchy +b missing node plack +b missing node eave +b missing node blanking +b missing node place +b missing node bulging +b missing node hoodwink +b missing node oratorian +b missing node bradding +b missing node rotters +b missing node benefactors +b missing node agronomy +b missing node cognomens +b missing node pertinency +b missing node natures +b missing node summers +b missing node pertinence +b missing node headlights +b missing node unweaving +b missing node naturel +b missing node trespassers +b missing node blistering +b missing node shivarees +b missing node hotdogged +b missing node cakier +b missing node penuches +b missing node summery +b missing node executes +b missing node vaginal +b missing node harked +b missing node copilots +b missing node executer +b missing node circadian +b missing node vaginae +b missing node harken +b missing node scavenging +b missing node exogamous +b missing node eats +b missing node ignitable +b missing node reinvestigating +b missing node executed +b missing node easy +b missing node boomkin +b missing node martialled +b missing node straps +b missing node downgrade +b missing node annuitants +b missing node vaginas +b missing node grained +b missing node baiters +b missing node eaux +b missing node angelus +b missing node nervosa +b missing node reinvestigation +b missing node grainer +b missing node bioenvironmental +b missing node overadorned +b missing node sulphured +b missing node lobules +b missing node cloudless +b missing node slabber +b missing node cantles +b missing node clinician +b missing node illegibility +b missing node urchin +b missing node retie +b missing node adducted +b missing node rummaging +b missing node slabbed +b missing node rationalities +b missing node bowfront +b missing node categorical +b missing node unsifted +b missing node cloudlets +b missing node shirred +b missing node pedros +b missing node precipiced +b missing node eardrums +b missing node incompleteness +b missing node strata +b missing node secundines +b missing node rubbling +b missing node natural +b missing node precipices +b missing node sprinting +b missing node nurturers +b missing node fucked +b missing node aerator +b missing node citer +b missing node tinsmith +b missing node cites +b missing node deprecate +b missing node outlined +b missing node plait +b missing node strath +b missing node strate +b missing node inaccessibility +b missing node nullification +b missing node outlines +b missing node cited +b missing node plaid +b missing node tolerant +b missing node biotelemetric +b missing node reroute +b missing node degassed +b missing node plain +b missing node obstructiveness +b missing node sighing +b missing node gawkiest +b missing node degasses +b missing node arraigns +b missing node fetchers +b missing node choirboys +b missing node wanders +b missing node numeric +b missing node purling +b missing node brutalizing +b missing node birdcages +b missing node declaiming +b missing node solstices +b missing node ponderous +b missing node casque +b missing node piddling +b missing node brokenness +b missing node reentry +b missing node strawy +b missing node feeing +b missing node toucan +b missing node cists +b missing node aquarius +b missing node plighted +b missing node retch +b missing node tensional +b missing node debarked +b missing node aquarium +b missing node anthralin +b missing node shagbark +b missing node homicides +b missing node plighter +b missing node straws +b missing node archfiends +b missing node thoued +b missing node goofiest +b missing node brattiest +b missing node taciturnly +b missing node sentimentally +b missing node commissioning +b missing node nonlocals +b missing node removing +b missing node agonize +b missing node overdue +b missing node profound +b missing node aquarist +b missing node birdseyes +b missing node honorers +b missing node embryological +b missing node coquet +b missing node tritely +b missing node strays +b missing node dicots +b missing node aimers +b missing node dipping +b missing node though +b missing node clinching +b missing node armors +b missing node armory +b missing node priceless +b missing node cannalling +b missing node subconsciousness +b missing node commentators +b missing node flypapers +b missing node coasting +b missing node bisexualism +b missing node popularly +b missing node nervous +b missing node holographs +b missing node executers +b missing node aluminize +b missing node viscount +b missing node digresses +b missing node compulsions +b missing node therapies +b missing node decontrolled +b missing node prolongs +b missing node outstrip +b missing node prosaically +b missing node braincase +b missing node damascus +b missing node homicidal +b missing node zoster +b missing node holography +b missing node serpents +b missing node meteorological +b missing node athwart +b missing node tolyls +b missing node distillate +b missing node gingers +b missing node bisexuality +b missing node territorialize +b missing node astoundingly +b missing node beetle +b missing node glamorizing +b missing node gingery +b missing node jettying +b missing node shivareed +b missing node hapless +b missing node digressed +b missing node ukes +b missing node ebbs +b missing node allegers +b missing node holographies +b missing node woodpeckers +b missing node lobular +b missing node backstay +b missing node ponderosa +b missing node armour +b missing node aquiline +b missing node chewers +b missing node insensately +b missing node leek +b missing node benignly +b missing node outspreading +b missing node thistly +b missing node casted +b missing node cleverly +b missing node daimon +b missing node daftness +b missing node screaming +b missing node reloaded +b missing node caster +b missing node castes +b missing node thistle +b missing node cutdowns +b missing node evans +b missing node antlions +b missing node sensations +b missing node sequel +b missing node jezebel +b missing node distributors +b missing node ripsaw +b missing node digitizing +b missing node slightest +b missing node dilution +b missing node lees +b missing node leer +b missing node mucus +b missing node bucklered +b missing node bemires +b missing node hinderance +b missing node ulva +b missing node backslap +b missing node monsoon +b missing node naughty +b missing node lech +b missing node spelunk +b missing node nonhabituating +b missing node needing +b missing node naughts +b missing node signboard +b missing node securers +b missing node reacts +b missing node parturition +b missing node tariffing +b missing node timeworker +b missing node forecasting +b missing node monocularly +b missing node diluting +b missing node fallacy +b missing node curiae +b missing node lect +b missing node bemired +b missing node including +b missing node florence +b missing node phonons +b missing node curial +b missing node overbite +b missing node necktie +b missing node kingfishers +b missing node lakings +b missing node elater +b missing node elates +b missing node lead +b missing node chantry +b missing node leaf +b missing node stretchiest +b missing node personnel +b missing node phlegmatically +b missing node misogamy +b missing node sequin +b missing node gameness +b missing node istle +b missing node needily +b missing node lean +b missing node exposition +b missing node leal +b missing node warble +b missing node tweaks +b missing node leak +b missing node active +b missing node lear +b missing node leas +b missing node leap +b missing node tweaky +b missing node fantom +b missing node manipulatively +b missing node isogamy +b missing node lichens +b missing node fantod +b missing node hulked +b missing node waterloo +b missing node shamming +b missing node corvine +b missing node pathogen +b missing node scourings +b missing node unction +b missing node waterlog +b missing node confronting +b missing node expositing +b missing node memorizing +b missing node abrasively +b missing node respectfully +b missing node dilatation +b missing node zoogeographic +b missing node pluton +b missing node candidacy +b missing node securely +b missing node southernmost +b missing node castle +b missing node osages +b missing node curies +b missing node elated +b missing node ascorbic +b missing node outlives +b missing node outliver +b missing node cantina +b missing node outlived +b missing node abortogenic +b missing node canting +b missing node redirects +b missing node poloniums +b missing node codgers +b missing node jnana +b missing node liquidity +b missing node conspirers +b missing node downrange +b missing node perpetualness +b missing node spinnings +b missing node daimyo +b missing node fedoras +b missing node folding +b missing node spermicide +b missing node polygonal +b missing node orients +b missing node bohunk +b missing node meteoric +b missing node gabled +b missing node pentads +b missing node hiraganas +b missing node needier +b missing node cutaneously +b missing node ulna +b missing node newfangled +b missing node sandman +b missing node gables +b missing node dimorph +b missing node couchers +b missing node dilutive +b missing node oghamic +b missing node unclear +b missing node castor +b missing node chantor +b missing node spatters +b missing node unclean +b missing node commensurately +b missing node bedazzles +b missing node sirree +b missing node hutted +b missing node synthetic +b missing node maledicts +b missing node groupies +b missing node egos +b missing node bedazzled +b missing node queening +b missing node experiment +b missing node construers +b missing node action +b missing node halberds +b missing node schoolgirl +b missing node crocheting +b missing node facetted +b missing node castro +b missing node softball +b missing node giantism +b missing node curios +b missing node lindanes +b missing node windiest +b missing node ambulating +b missing node tensioning +b missing node outreasons +b missing node liberationists +b missing node nonfascist +b missing node alders +b missing node acting +b missing node fireboats +b missing node telemetries +b missing node lenten +b missing node conciseness +b missing node immaturely +b missing node perceptibly +b missing node mucky +b missing node sandmen +b missing node ambulation +b missing node curing +b missing node shammies +b missing node mucks +b missing node rubrics +b missing node gabbiness +b missing node fatalistic +b missing node alluding +b missing node evade +b missing node eyeable +b missing node dispelling +b missing node perceptible +b missing node derailments +b missing node thursdays +b missing node accrue +b missing node nighties +b missing node craziest +b missing node liberian +b missing node kissably +b missing node warthogs +b missing node blunt +b missing node crumbing +b missing node condescend +b missing node communicate +b missing node lichees +b missing node governmental +b missing node alcohols +b missing node orchestrally +b missing node drafter +b missing node nailing +b missing node genealogist +b missing node maunderers +b missing node draftee +b missing node drafted +b missing node extant +b missing node sirrah +b missing node decrepit +b missing node kissable +b missing node crustily +b missing node supermolecular +b missing node corridor +b missing node handcuffs +b missing node lentic +b missing node coronae +b missing node audibility +b missing node trampish +b missing node strike +b missing node coronal +b missing node coronas +b missing node unseats +b missing node spelunking +b missing node aimful +b missing node disabuses +b missing node akenes +b missing node outskirt +b missing node sustenance +b missing node reinvent +b missing node lentil +b missing node multiplexing +b missing node jaggier +b missing node crusting +b missing node valence +b missing node overbids +b missing node rimrock +b missing node liquidize +b missing node disabused +b missing node unconformable +b missing node duplexer +b missing node bursarship +b missing node duplexes +b missing node reflected +b missing node larcenies +b missing node disaccharide +b missing node wye +b missing node valency +b missing node gingerbread +b missing node blurt +b missing node blurs +b missing node prohibits +b missing node enabled +b missing node neighed +b missing node commissariat +b missing node communicant +b missing node besotting +b missing node blurb +b missing node romanticizes +b missing node enabler +b missing node duplexed +b missing node enables +b missing node syntax +b missing node eggs +b missing node oblique +b missing node touchable +b missing node islands +b missing node grainier +b missing node spiritless +b missing node romanticized +b missing node immiscible +b missing node frumps +b missing node bargainer +b missing node reinvest +b missing node frumpy +b missing node bargained +b missing node curium +b missing node bargainee +b missing node oblately +b missing node oversalted +b missing node cateress +b missing node tacking +b missing node croakers +b missing node flensers +b missing node guttered +b missing node transgressive +b missing node filmsets +b missing node clerical +b missing node wallopers +b missing node tackily +b missing node egis +b missing node phylacteries +b missing node caterers +b missing node strife +b missing node macros +b missing node poisoner +b missing node readapts +b missing node barbicans +b missing node likewise +b missing node macron +b missing node eloping +b missing node unrewarding +b missing node poisoned +b missing node cuniform +b missing node eaves +b missing node trinitarians +b missing node exponent +b missing node lentos +b missing node sidelining +b missing node stride +b missing node unrealistically +b missing node strict +b missing node commissaries +b missing node halting +b missing node charades +b missing node birdcalls +b missing node backslid +b missing node lioness +b missing node singularities +b missing node shakeable +b missing node reopened +b missing node blethers +b missing node casual +b missing node venetians +b missing node graining +b missing node district +b missing node destriers +b missing node seashore +b missing node sandlot +b missing node disported +b missing node reopener +b missing node centare +b missing node already +b missing node snarlers +b missing node blush +b missing node beeches +b missing node crustier +b missing node beechen +b missing node shuffle +b missing node conservatories +b missing node noninterventionist +b missing node unfunny +b missing node substitutionary +b missing node elevate +b missing node blottiest +b missing node striae +b missing node regimentals +b missing node underclothed +b missing node decapod +b missing node corridas +b missing node tommies +b missing node leachier +b missing node varicosities +b missing node underclothes +b missing node diacritics +b missing node wagoners +b missing node affrays +b missing node deletes +b missing node nigerian +b missing node nonspecialists +b missing node munition +b missing node bifurcation +b missing node deleted +b missing node wry +b missing node levitations +b missing node virulent +b missing node woe +b missing node issue +b missing node autarchies +b missing node engrossing +b missing node godship +b missing node coroner +b missing node coronet +b missing node bifurcating +b missing node encouragingly +b missing node possessable +b missing node wow +b missing node wop +b missing node successional +b missing node woo +b missing node won +b missing node wok +b missing node therapeutically +b missing node koodoos +b missing node decolonizing +b missing node eaved +b missing node ampoule +b missing node egad +b missing node reflector +b missing node amuse +b missing node plunkers +b missing node chronologically +b missing node using +b missing node inputting +b missing node genealogies +b missing node snits +b missing node uncorrected +b missing node missing +b missing node shunpike +b missing node figged +b missing node throatier +b missing node trilateral +b missing node misreported +b missing node unquestioned +b missing node dainty +b missing node verging +b missing node peremption +b missing node cobbled +b missing node versatileness +b missing node hareem +b missing node fiducially +b missing node missile +b missing node rhymester +b missing node wet +b missing node placate +b missing node wen +b missing node thorough +b missing node satisfyingly +b missing node scanted +b missing node wed +b missing node wee +b missing node web +b missing node louden +b missing node rattooning +b missing node louder +b missing node cobbles +b missing node forepeaks +b missing node cobbler +b missing node cheatery +b missing node cains +b missing node filamentary +b missing node cheaters +b missing node wha +b missing node kerosine +b missing node knavery +b missing node who +b missing node placard +b missing node crumbier +b missing node prologed +b missing node larcenist +b missing node inedible +b missing node circa +b missing node gowning +b missing node cassia +b missing node circe +b missing node scanter +b missing node cassis +b missing node populated +b missing node outhitting +b missing node recommitted +b missing node moorage +b missing node solicitorship +b missing node circulating +b missing node revivalists +b missing node receipted +b missing node substances +b missing node neutralizing +b missing node cubicles +b missing node gummers +b missing node barricade +b missing node sorbets +b missing node joggling +b missing node zinnia +b missing node circulation +b missing node wit +b missing node tamarisks +b missing node gonoph +b missing node populates +b missing node mindedness +b missing node murkily +b missing node wiz +b missing node whimpers +b missing node wig +b missing node jocundly +b missing node handwoven +b missing node perceivable +b missing node chanson +b missing node unfaded +b missing node win +b missing node tenderizers +b missing node mission +b missing node perceivably +b missing node why +b missing node shamuses +b missing node umps +b missing node unseams +b missing node renewers +b missing node foxfire +b missing node ejaculating +b missing node envying +b missing node mudra +b missing node throatily +b missing node overstate +b missing node synthesis +b missing node underarms +b missing node downpours +b missing node abrupter +b missing node unseals +b missing node thrived +b missing node czech +b missing node foxfish +b missing node usurping +b missing node perihelion +b missing node thriver +b missing node thrives +b missing node tricepses +b missing node underestimate +b missing node thriven +b missing node throating +b missing node missies +b missing node jagging +b missing node crumpled +b missing node sumatrans +b missing node unreplaced +b missing node stagnate +b missing node rottener +b missing node blued +b missing node apricots +b missing node crumples +b missing node noninjuriously +b missing node boomers +b missing node bluey +b missing node decliners +b missing node boutique +b missing node ibises +b missing node harems +b missing node bluet +b missing node radical +b missing node blues +b missing node bluer +b missing node loafers +b missing node scantly +b missing node bluff +b missing node tutted +b missing node ejaculation +b missing node musicians +b missing node hearkening +b missing node kyats +b missing node furnishings +b missing node andorra +b missing node oceanologist +b missing node roadhouse +b missing node transferal +b missing node worsened +b missing node hognose +b missing node picasso +b missing node gessoes +b missing node champing +b missing node abutment +b missing node ruminators +b missing node flaunters +b missing node parasiticide +b missing node elusory +b missing node syntheses +b missing node satrap +b missing node contrarieties +b missing node champion +b missing node rottenly +b missing node poulticing +b missing node rebukingly +b missing node detectors +b missing node astounds +b missing node wan +b missing node wax +b missing node way +b missing node pipage +b missing node warsaws +b missing node war +b missing node was +b missing node overstays +b missing node pilothouse +b missing node inattentiveness +b missing node subcontinents +b missing node cutthroat +b missing node desponds +b missing node misprision +b missing node cashoos +b missing node transferee +b missing node manhunts +b missing node cairo +b missing node wag +b missing node transferer +b missing node cairn +b missing node wad +b missing node interwrought +b missing node chirrups +b missing node urinalysis +b missing node villas +b missing node chirrupy +b missing node innately +b missing node cynical +b missing node unthoughtfully +b missing node pauperizing +b missing node reactionaries +b missing node ritziest +b missing node tzaritza +b missing node nescient +b missing node chanted +b missing node midmorning +b missing node reappraisals +b missing node snubbers +b missing node chanter +b missing node debiting +b missing node abruptly +b missing node taxiplane +b missing node chantey +b missing node knacks +b missing node shammied +b missing node receiptor +b missing node bursars +b missing node engrammes +b missing node reassimilated +b missing node astatine +b missing node nasalizing +b missing node paroxysm +b missing node easterlies +b missing node sidelined +b missing node reassimilates +b missing node bursary +b missing node godhead +b missing node shiatsu +b missing node copyholder +b missing node fruitfully +b missing node candidate +b missing node luminesce +b missing node hangared +b missing node telegraph +b missing node muddy +b missing node stoppered +b missing node mummify +b missing node harelip +b missing node waterman +b missing node mustering +b missing node pamphlet +b missing node mummied +b missing node prologue +b missing node draftings +b missing node mummies +b missing node auscultation +b missing node toolroom +b missing node squeamish +b missing node result +b missing node satirist +b missing node firetraps +b missing node himalayas +b missing node auscultating +b missing node stagnant +b missing node bizarrely +b missing node oarlocks +b missing node wheaten +b missing node silkworms +b missing node consonances +b missing node resume +b missing node himalayan +b missing node shortens +b missing node barkentine +b missing node missorting +b missing node exhalant +b missing node exceeders +b missing node telegrams +b missing node unheard +b missing node nightjar +b missing node uppers +b missing node via +b missing node koran +b missing node wifehoods +b missing node excludes +b missing node excluder +b missing node apophthegm +b missing node zooids +b missing node unbuckling +b missing node vip +b missing node grouping +b missing node excluded +b missing node accumulations +b missing node anatomy +b missing node vim +b missing node vin +b missing node tilter +b missing node vie +b missing node corrigendum +b missing node missive +b missing node tilted +b missing node unsatisfying +b missing node satirize +b missing node viz +b missing node strayed +b missing node doubled +b missing node inventorying +b missing node greaved +b missing node disembowelment +b missing node violate +b missing node watermen +b missing node strayer +b missing node perishing +b missing node greaves +b missing node laserdisk +b missing node loosing +b missing node disaffect +b missing node lascars +b missing node menially +b missing node thuggish +b missing node pedlar +b missing node messengers +b missing node tessellations +b missing node doubler +b missing node stewbum +b missing node doubles +b missing node improvisor +b missing node doublet +b missing node compulsives +b missing node monkish +b missing node gigantic +b missing node georgian +b missing node remanufacture +b missing node crushproof +b missing node etceteras +b missing node loosener +b missing node experimentalist +b missing node unvarying +b missing node coronations +b missing node loosened +b missing node duelists +b missing node shortest +b missing node heliports +b missing node embolism +b missing node murkier +b missing node deposable +b missing node maximizer +b missing node urinalyses +b missing node maximizes +b missing node twinkle +b missing node americanisms +b missing node filially +b missing node aquatints +b missing node oncological +b missing node regainer +b missing node crofters +b missing node regained +b missing node antilles +b missing node korea +b missing node apostrophized +b missing node spilling +b missing node indicants +b missing node videos +b missing node daymare +b missing node mumming +b missing node platitude +b missing node backyards +b missing node odalisque +b missing node reloader +b missing node maximized +b missing node rapeseed +b missing node kwacha +b missing node apostrophizes +b missing node recreational +b missing node sloops +b missing node promote +b missing node woomera +b missing node circulative +b missing node idolizers +b missing node tilths +b missing node pedler +b missing node niggers +b missing node whackiest +b missing node pepper +b missing node vol +b missing node shoshonis +b missing node von +b missing node vox +b missing node vow +b missing node touchiest +b missing node twinkly +b missing node temporalties +b missing node usuriously +b missing node bionic +b missing node berserk +b missing node brachiate +b missing node cosmogonies +b missing node pepped +b missing node prearranging +b missing node schoolgirls +b missing node relisted +b missing node decants +b missing node fairyism +b missing node antiserum +b missing node jaygee +b missing node sedateness +b missing node puckerer +b missing node spiffier +b missing node tackled +b missing node mediately +b missing node faulting +b missing node unexperienced +b missing node exsanguine +b missing node niggard +b missing node expatiates +b missing node asphalted +b missing node tackles +b missing node tackler +b missing node extensible +b missing node barberries +b missing node expatiated +b missing node vandal +b missing node overjoy +b missing node nonsecular +b missing node tarriness +b missing node unhooded +b missing node vex +b missing node improvises +b missing node improviser +b missing node trickery +b missing node joinings +b missing node clinchers +b missing node midgets +b missing node vet +b missing node currency +b missing node trickers +b missing node gabardines +b missing node ukase +b missing node eggnog +b missing node subtlety +b missing node materialist +b missing node spinally +b missing node greatened +b missing node metalloid +b missing node trousers +b missing node subtlest +b missing node puckered +b missing node repairable +b missing node swayers +b missing node majora +b missing node southwestern +b missing node adepts +b missing node improvised +b missing node unduly +b missing node materiality +b missing node bemiring +b missing node neurobiology +b missing node majors +b missing node vee +b missing node misprize +b missing node southwesters +b missing node triumphantly +b missing node seismometric +b missing node transactions +b missing node crumbles +b missing node poolrooms +b missing node distaste +b missing node crumbled +b missing node misreports +b missing node oilheating +b missing node tarpaper +b missing node furrieries +b missing node materialize +b missing node fulfils +b missing node constructs +b missing node misidentification +b missing node fulfill +b missing node ceramicists +b missing node corolla +b missing node felicitate +b missing node betelnuts +b missing node veneered +b missing node inearthed +b missing node candider +b missing node intenseness +b missing node firelight +b missing node val +b missing node faultily +b missing node van +b missing node cosmogonist +b missing node vat +b missing node insider +b missing node innoxious +b missing node insides +b missing node mongoloid +b missing node veneerer +b missing node author +b missing node cajon +b missing node alleging +b missing node uncommon +b missing node sabbat +b missing node relator +b missing node complaint +b missing node complains +b missing node earphones +b missing node scholium +b missing node unsilenced +b missing node cajun +b missing node inerts +b missing node nocturnally +b missing node eructs +b missing node unwise +b missing node endoscopic +b missing node drivable +b missing node rattans +b missing node zillionth +b missing node sulfids +b missing node animadverted +b missing node beaneries +b missing node hardheartedly +b missing node eely +b missing node littles +b missing node elvis +b missing node littler +b missing node rhapsodize +b missing node sulfide +b missing node eels +b missing node dovish +b missing node boater +b missing node shapelier +b missing node bigger +b missing node turkois +b missing node boatel +b missing node villus +b missing node statistical +b missing node benefactrix +b missing node bibliographically +b missing node fadable +b missing node visionaries +b missing node primitive +b missing node declinatory +b missing node entomological +b missing node fieriness +b missing node incompressibility +b missing node boated +b missing node artisans +b missing node intombing +b missing node helmets +b missing node endoscopes +b missing node conversely +b missing node retribute +b missing node idylist +b missing node sensated +b missing node unwind +b missing node bitchiest +b missing node launchings +b missing node galactose +b missing node discrepantly +b missing node related +b missing node sensates +b missing node unto +b missing node latino +b missing node latins +b missing node useful +b missing node disreputability +b missing node relater +b missing node relates +b missing node chapbooks +b missing node honoring +b missing node omnivores +b missing node spirts +b missing node placebo +b missing node unum +b missing node patencies +b missing node asphaltic +b missing node synonymous +b missing node highhatting +b missing node hallmarked +b missing node cislunar +b missing node pixies +b missing node handlooms +b missing node brahmanist +b missing node biggie +b missing node brahmanism +b missing node arabians +b missing node histrionic +b missing node hunnish +b missing node rhapsodist +b missing node naturalness +b missing node equines +b missing node eery +b missing node diaries +b missing node moieties +b missing node utopias +b missing node demodulation +b missing node asphaltum +b missing node utopian +b missing node murkest +b missing node breakwater +b missing node briefed +b missing node whelming +b missing node equinox +b missing node semanticist +b missing node feeder +b missing node babushkas +b missing node briefer +b missing node demodulating +b missing node optionally +b missing node prudery +b missing node tiffined +b missing node unitizing +b missing node disabling +b missing node androgynous +b missing node latish +b missing node sniff +b missing node balkans +b missing node contagion +b missing node speechlessly +b missing node swordfish +b missing node manchus +b missing node hurraying +b missing node ailanthuses +b missing node use +b missing node commiserative +b missing node subdivide +b missing node usa +b missing node disparages +b missing node needful +b missing node currents +b missing node prisoning +b missing node tenuity +b missing node stagger +b missing node pomading +b missing node litigious +b missing node backlogs +b missing node philatelist +b missing node disparaged +b missing node lingerers +b missing node fights +b missing node oxide +b missing node subverted +b missing node subverter +b missing node rattail +b missing node reaccepting +b missing node preoccupies +b missing node chutes +b missing node elves +b missing node elver +b missing node kinesis +b missing node interrogee +b missing node angerly +b missing node tricentennials +b missing node reconsignment +b missing node preoccupied +b missing node hopsack +b missing node chuted +b missing node sandbanks +b missing node bournes +b missing node noncontiguous +b missing node midnights +b missing node modicums +b missing node fleshpot +b missing node truthfully +b missing node kinesic +b missing node terracing +b missing node urb +b missing node prudent +b missing node fizzy +b missing node urn +b missing node downbeats +b missing node oarsman +b missing node modernest +b missing node snick +b missing node hoofbound +b missing node emollients +b missing node unpointed +b missing node godhoods +b missing node recommissioning +b missing node isometrical +b missing node semantical +b missing node standings +b missing node snide +b missing node unit +b missing node univ +b missing node fanworts +b missing node cedilla +b missing node ups +b missing node unix +b missing node ump +b missing node lovableness +b missing node prehistoric +b missing node airworthiness +b missing node kineses +b missing node affright +b missing node asthmatics +b missing node multivalent +b missing node briefly +b missing node correspondents +b missing node restorers +b missing node gathering +b missing node unsafeties +b missing node cowlings +b missing node aulder +b missing node flirters +b missing node mooter +b missing node remends +b missing node trampler +b missing node squalidness +b missing node tramples +b missing node bemuse +b missing node mooted +b missing node trampled +b missing node bumbling +b missing node resalable +b missing node parentage +b missing node chastest +b missing node commiserating +b missing node headway +b missing node cerenkov +b missing node remarkable +b missing node astringed +b missing node uke +b missing node tzarists +b missing node oarsmen +b missing node takeovers +b missing node astringes +b missing node ult +b missing node meshes +b missing node remarkably +b missing node snipe +b missing node toolmakers +b missing node gonofs +b missing node billycans +b missing node commiseration +b missing node sulfite +b missing node transplant +b missing node meshed +b missing node snips +b missing node shovelhead +b missing node unspeaking +b missing node masonwork +b missing node checkpoints +b missing node undo +b missing node drowses +b missing node veneris +b missing node lodgements +b missing node undy +b missing node uhs +b missing node rhapsodies +b missing node nondetachable +b missing node materialism +b missing node synchronous +b missing node perihelial +b missing node juvenility +b missing node clamoring +b missing node loudly +b missing node greeting +b missing node unco +b missing node femurs +b missing node literature +b missing node angered +b missing node powered +b missing node keratotic +b missing node legislate +b missing node tzarisms +b missing node drowsed +b missing node ugh +b missing node amphora +b missing node tambouring +b missing node tambourine +b missing node estonians +b missing node spacing +b missing node insiders +b missing node unabsolved +b missing node angostura +b missing node condonations +b missing node faultier +b missing node catalpas +b missing node shinleaf +b missing node knotweed +b missing node sprayed +b missing node puritanism +b missing node cupolaed +b missing node sprayer +b missing node sideway +b missing node attenders +b missing node lawn +b missing node eternities +b missing node unbounded +b missing node powerfully +b missing node boltheads +b missing node fetcher +b missing node sinuate +b missing node homespuns +b missing node laws +b missing node decamps +b missing node stagers +b missing node fetches +b missing node fisheye +b missing node ciphonies +b missing node scattering +b missing node fetched +b missing node wickiup +b missing node oblongness +b missing node averse +b missing node ingratiate +b missing node idiotisms +b missing node huller +b missing node leached +b missing node unbuckles +b missing node lays +b missing node perjure +b missing node recooking +b missing node streps +b missing node choosers +b missing node mushers +b missing node reproducing +b missing node burgundies +b missing node hulled +b missing node leacher +b missing node leaches +b missing node awash +b missing node viticulturist +b missing node plateaued +b missing node unfurls +b missing node ufo +b missing node logistics +b missing node treasonous +b missing node maundering +b missing node helpable +b missing node flensing +b missing node throated +b missing node laze +b missing node unanimous +b missing node wadable +b missing node perjury +b missing node midchannel +b missing node unendangered +b missing node lazy +b missing node leaching +b missing node nonexplosive +b missing node sharping +b missing node temporizes +b missing node temporizer +b missing node holdovers +b missing node canthus +b missing node darkest +b missing node declaimers +b missing node walloping +b missing node award +b missing node licensors +b missing node glottides +b missing node aware +b missing node grommet +b missing node unblushingly +b missing node temporized +b missing node unsalted +b missing node deductively +b missing node radiotelemetric +b missing node expensing +b missing node unclasp +b missing node subclinical +b missing node brachiation +b missing node subfreezing +b missing node chastens +b missing node bights +b missing node stress +b missing node essences +b missing node gantlet +b missing node unbuckled +b missing node nihilistic +b missing node straight +b missing node cleaving +b missing node chastely +b missing node remelts +b missing node slacks +b missing node brachiating +b missing node triatomic +b missing node matchmaker +b missing node hexose +b missing node correspondences +b missing node autism +b missing node conserving +b missing node envyingly +b missing node defendant +b missing node averts +b missing node shredding +b missing node fishery +b missing node refractionist +b missing node annihilators +b missing node peakier +b missing node swung +b missing node apostasis +b missing node hemstitched +b missing node fishers +b missing node aiming +b missing node nonliturgical +b missing node coempts +b missing node hemstitches +b missing node gentlemanlike +b missing node laos +b missing node righty +b missing node sauternes +b missing node wicking +b missing node street +b missing node rights +b missing node issei +b missing node buzzards +b missing node righto +b missing node rested +b missing node complying +b missing node hullos +b missing node rummagers +b missing node laps +b missing node childbirths +b missing node amuck +b missing node flintiest +b missing node lather +b missing node lathes +b missing node lapp +b missing node nestles +b missing node lathed +b missing node nestler +b missing node besprinkle +b missing node attorney +b missing node ukelele +b missing node diplomats +b missing node nestled +b missing node interval +b missing node darned +b missing node janizary +b missing node cardinals +b missing node chervils +b missing node massage +b missing node cobweb +b missing node battledores +b missing node phaseout +b missing node hardwares +b missing node extern +b missing node vesicle +b missing node spacial +b missing node timpanums +b missing node liquescent +b missing node nephews +b missing node diplomate +b missing node lark +b missing node digitize +b missing node immedicable +b missing node darner +b missing node sharpies +b missing node lard +b missing node strikeouts +b missing node revisions +b missing node darnel +b missing node investigatable +b missing node godsend +b missing node flagstones +b missing node gleaned +b missing node last +b missing node sometimes +b missing node lass +b missing node imamates +b missing node gasogenes +b missing node gleaner +b missing node devolvements +b missing node scalepans +b missing node lash +b missing node hyssop +b missing node exponential +b missing node tut +b missing node noosed +b missing node punkins +b missing node tux +b missing node engrossers +b missing node tun +b missing node easters +b missing node tup +b missing node hexagonal +b missing node late +b missing node synfuels +b missing node lath +b missing node tub +b missing node nooser +b missing node eastern +b missing node nooses +b missing node efts +b missing node tug +b missing node saltpans +b missing node borage +b missing node dairymaids +b missing node caustics +b missing node darkeys +b missing node preconstructs +b missing node overgrow +b missing node laud +b missing node extent +b missing node mufti +b missing node ginghams +b missing node arousers +b missing node marbliest +b missing node baiting +b missing node attendees +b missing node matrilineal +b missing node styluses +b missing node obfuscable +b missing node extend +b missing node matrilinear +b missing node lave +b missing node two +b missing node rester +b missing node curfew +b missing node lava +b missing node shoplift +b missing node weariness +b missing node concurrence +b missing node utilizing +b missing node summary +b missing node satori +b missing node reencountering +b missing node saltboxes +b missing node ambushers +b missing node unfairer +b missing node lags +b missing node urgency +b missing node galores +b missing node toughy +b missing node trainload +b missing node toughs +b missing node canthal +b missing node caponizes +b missing node needers +b missing node unexploited +b missing node strawed +b missing node keratosis +b missing node spiraea +b missing node caponized +b missing node recommendations +b missing node try +b missing node dicker +b missing node effs +b missing node borate +b missing node lait +b missing node junkmen +b missing node cions +b missing node cattail +b missing node oysterers +b missing node gartered +b missing node disarrays +b missing node muffs +b missing node peakish +b missing node taskwork +b missing node immanency +b missing node borstal +b missing node awacs +b missing node spiral +b missing node nonclinical +b missing node immanence +b missing node lain +b missing node stateroom +b missing node broadaxe +b missing node lair +b missing node upsetting +b missing node tty +b missing node dickey +b missing node laid +b missing node catalogs +b missing node stupors +b missing node laky +b missing node attritional +b missing node beeped +b missing node inflator +b missing node histolytic +b missing node expatiator +b missing node beeper +b missing node elaborateness +b missing node blankest +b missing node punkier +b missing node perchance +b missing node delusively +b missing node lake +b missing node alpenstocks +b missing node architect +b missing node reader +b missing node resorted +b missing node deprogrammings +b missing node tnt +b missing node misprint +b missing node overgrew +b missing node resorter +b missing node zoospores +b missing node toe +b missing node mousetrap +b missing node tog +b missing node land +b missing node rexes +b missing node impassive +b missing node annotated +b missing node prosaisms +b missing node kotos +b missing node lane +b missing node lank +b missing node lensed +b missing node tov +b missing node twinier +b missing node readds +b missing node risottos +b missing node tot +b missing node toy +b missing node tow +b missing node tom +b missing node junkman +b missing node bushfires +b missing node ton +b missing node dickie +b missing node eyesight +b missing node firepan +b missing node tor +b missing node too +b missing node top +b missing node deucing +b missing node lenses +b missing node lama +b missing node stevedoring +b missing node lamb +b missing node presetting +b missing node ritualistic +b missing node lame +b missing node intumesce +b missing node annotates +b missing node elude +b missing node lamp +b missing node blankets +b missing node lams +b missing node anglican +b missing node wrongfulness +b missing node punster +b missing node sergeant +b missing node sinister +b missing node til +b missing node tie +b missing node scrimpiest +b missing node helistop +b missing node aestivated +b missing node skyhooks +b missing node strewn +b missing node wattling +b missing node tit +b missing node tis +b missing node tin +b missing node tim +b missing node tip +b missing node thy +b missing node unforgiving +b missing node strews +b missing node morphia +b missing node patrols +b missing node tequilas +b missing node morphic +b missing node microbiologists +b missing node morphin +b missing node tic +b missing node soluble +b missing node aestivates +b missing node caked +b missing node solubly +b missing node sparriest +b missing node limacons +b missing node spirals +b missing node exiguities +b missing node cakes +b missing node unfairly +b missing node boasts +b missing node prosaists +b missing node presumable +b missing node spitting +b missing node islamic +b missing node impotent +b missing node patroon +b missing node strikeover +b missing node patrons +b missing node presumably +b missing node darkens +b missing node ennobler +b missing node securest +b missing node underwinding +b missing node ennobles +b missing node echolocation +b missing node diplomacy +b missing node barracking +b missing node ennobled +b missing node alimony +b missing node awake +b missing node dirndls +b missing node midriffs +b missing node surmounting +b missing node spirant +b missing node emboldens +b missing node spirit +b missing node acanthi +b missing node gramophone +b missing node tem +b missing node ten +b missing node lade +b missing node fastings +b missing node burglarious +b missing node causality +b missing node tee +b missing node agatize +b missing node sagamores +b missing node tea +b missing node hexone +b missing node repatriate +b missing node expanses +b missing node scintillations +b missing node radiology +b missing node usher +b missing node aniseed +b missing node annotator +b missing node lacy +b missing node lace +b missing node paresis +b missing node gnomons +b missing node biopsy +b missing node vivific +b missing node crumping +b missing node lack +b missing node keratoses +b missing node marquesses +b missing node labs +b missing node workhorse +b missing node fussiest +b missing node await +b missing node tex +b missing node talented +b missing node vacuums +b missing node incredibilities +b missing node wildwoods +b missing node kentucky +b missing node pietas +b missing node distillers +b missing node morphos +b missing node twining +b missing node dotardly +b missing node assegais +b missing node forenamed +b missing node distillery +b missing node cleverer +b missing node tho +b missing node eventuality +b missing node spirea +b missing node caudally +b missing node spired +b missing node peaking +b missing node impassion +b missing node the +b missing node surcharge +b missing node spires +b missing node lads +b missing node lady +b missing node lutherans +b missing node disbursing +b missing node nuttier +b missing node alkali +b missing node luckless +b missing node locksmith +b missing node elucidating +b missing node curers +b missing node horoscope +b missing node intersex +b missing node countermanding +b missing node kinkiness +b missing node librate +b missing node troubled +b missing node nonconclusive +b missing node troubler +b missing node encina +b missing node troubles +b missing node deputizing +b missing node rewashing +b missing node dynamic +b missing node carbolated +b missing node cashed +b missing node paretic +b missing node rattraps +b missing node sightsees +b missing node sightseer +b missing node curets +b missing node sightseen +b missing node parading +b missing node oodles +b missing node platonically +b missing node dyke +b missing node suffer +b missing node hematologies +b missing node crocheters +b missing node licensing +b missing node nightmen +b missing node lionize +b missing node squiggled +b missing node library +b missing node celled +b missing node cashes +b missing node gyrus +b missing node casher +b missing node pestilence +b missing node clipboard +b missing node advice +b missing node cashew +b missing node churned +b missing node nightman +b missing node paradigm +b missing node billable +b missing node sizing +b missing node churner +b missing node aplombs +b missing node jerseyite +b missing node impressibility +b missing node englobement +b missing node reimposes +b missing node peonages +b missing node flanking +b missing node sizzled +b missing node criticism +b missing node pigmented +b missing node rowboat +b missing node shavings +b missing node spelunkers +b missing node quadrant +b missing node fraternizing +b missing node displanted +b missing node datelining +b missing node tartuffes +b missing node hematozoa +b missing node gametes +b missing node cocain +b missing node footfall +b missing node connect +b missing node charisms +b missing node caddishly +b missing node elucidation +b missing node optimally +b missing node unicorn +b missing node dyer +b missing node dyes +b missing node pilasters +b missing node cellar +b missing node apostatized +b missing node reimposed +b missing node sizzles +b missing node topiaries +b missing node sizzler +b missing node embolus +b missing node matins +b missing node anthropological +b missing node charisma +b missing node cattails +b missing node crumbers +b missing node mating +b missing node apostatizes +b missing node ineligibly +b missing node lionise +b missing node vivifies +b missing node invertebrate +b missing node vivifier +b missing node implore +b missing node countrywoman +b missing node baffler +b missing node baffles +b missing node cherubical +b missing node chubby +b missing node gametic +b missing node tenderizing +b missing node nutting +b missing node baffled +b missing node gemmologist +b missing node memorizers +b missing node dekameter +b missing node preamble +b missing node reunited +b missing node fliest +b missing node vivified +b missing node shanking +b missing node misclassify +b missing node frightens +b missing node tanned +b missing node dynamoscope +b missing node junkets +b missing node reuniter +b missing node reunites +b missing node slighting +b missing node anattos +b missing node gunpapers +b missing node construing +b missing node regenerator +b missing node tanner +b missing node nuttily +b missing node medicare +b missing node upheaving +b missing node rents +b missing node upon +b missing node prediagnostic +b missing node dogmatism +b missing node magnifications +b missing node seasoning +b missing node subsiding +b missing node houseboys +b missing node unanimity +b missing node afrits +b missing node sandhog +b missing node armenian +b missing node suppurations +b missing node unpromisingly +b missing node dynamos +b missing node seraglios +b missing node junkers +b missing node harrow +b missing node typified +b missing node catty +b missing node enterer +b missing node dogmatist +b missing node fliers +b missing node medicate +b missing node typifier +b missing node typifies +b missing node curiosities +b missing node revokable +b missing node entered +b missing node smugger +b missing node flowerers +b missing node wooshes +b missing node sanctuaries +b missing node squiggles +b missing node hoorahing +b missing node passbook +b missing node medicals +b missing node wooshed +b missing node tannic +b missing node glassware +b missing node copulates +b missing node peacekeeper +b missing node catenaries +b missing node dangerousness +b missing node tannin +b missing node oiliest +b missing node halters +b missing node copulated +b missing node nameless +b missing node goofiness +b missing node extradoses +b missing node flowerets +b missing node nectarine +b missing node latching +b missing node debouch +b missing node dyne +b missing node spermatozoan +b missing node cohorts +b missing node medicant +b missing node develop +b missing node multipartite +b missing node farcies +b missing node inconveniently +b missing node paradise +b missing node suffix +b missing node peyotes +b missing node illest +b missing node sibling +b missing node filmography +b missing node oracular +b missing node adeptness +b missing node amigo +b missing node cauls +b missing node caulk +b missing node richly +b missing node lick +b missing node blousiest +b missing node martials +b missing node mushier +b missing node cowardice +b missing node defrocking +b missing node nowhere +b missing node testation +b missing node libs +b missing node decapitated +b missing node eyeballed +b missing node rumpliest +b missing node uneasiest +b missing node eardrops +b missing node lice +b missing node autodialers +b missing node documentary +b missing node rayons +b missing node decapitates +b missing node lieu +b missing node heifers +b missing node lier +b missing node lies +b missing node houseboat +b missing node earns +b missing node advise +b missing node lien +b missing node amies +b missing node pruderies +b missing node wistfully +b missing node chaperons +b missing node athelings +b missing node lackluster +b missing node sirens +b missing node life +b missing node adulterating +b missing node uploading +b missing node canteen +b missing node lids +b missing node lido +b missing node paralysis +b missing node amids +b missing node oldnesses +b missing node headmen +b missing node adulteration +b missing node lied +b missing node generosities +b missing node antiphonally +b missing node lief +b missing node subsidies +b missing node woodmen +b missing node vermont +b missing node unswathing +b missing node earls +b missing node hematologist +b missing node drawings +b missing node decades +b missing node statistician +b missing node soddening +b missing node spoking +b missing node superegos +b missing node indexes +b missing node friction +b missing node defilingly +b missing node uranian +b missing node collaborate +b missing node unavowed +b missing node patchwork +b missing node conners +b missing node aboriginal +b missing node drumbeats +b missing node chiffon +b missing node headwaiters +b missing node gingering +b missing node flywheel +b missing node early +b missing node countrywomen +b missing node introjection +b missing node juridically +b missing node reestablished +b missing node feculent +b missing node liar +b missing node sloshy +b missing node dyslexias +b missing node avocational +b missing node ineligible +b missing node couther +b missing node martians +b missing node reestablishes +b missing node bondable +b missing node irreverently +b missing node declaratively +b missing node uncongenial +b missing node smuggle +b missing node tremulous +b missing node disinfectant +b missing node mayflies +b missing node plied +b missing node headman +b missing node contemplations +b missing node lidded +b missing node plier +b missing node plies +b missing node principality +b missing node nomography +b missing node cellos +b missing node kinetins +b missing node demagnetize +b missing node layette +b missing node unseemlier +b missing node blissful +b missing node inevitability +b missing node gateways +b missing node echolalia +b missing node aborigines +b missing node lactational +b missing node subcultures +b missing node like +b missing node goshawk +b missing node shiftiest +b missing node drypoints +b missing node vestally +b missing node pulverize +b missing node lino +b missing node indexed +b missing node link +b missing node rhubarb +b missing node line +b missing node indexer +b missing node ling +b missing node afire +b missing node spitters +b missing node herding +b missing node sorrows +b missing node limy +b missing node maintains +b missing node trickled +b missing node reannexing +b missing node limp +b missing node molecule +b missing node unsheltered +b missing node emulsoid +b missing node limo +b missing node limn +b missing node polliwog +b missing node trickles +b missing node decapitator +b missing node biforked +b missing node cesspits +b missing node synods +b missing node reentries +b missing node lime +b missing node peyotyl +b missing node limb +b missing node lima +b missing node jumper +b missing node bolivians +b missing node chaffing +b missing node lily +b missing node jumped +b missing node moored +b missing node lilt +b missing node amide +b missing node predispositions +b missing node brainsick +b missing node thermite +b missing node gemination +b missing node delaying +b missing node thickness +b missing node yearly +b missing node feinted +b missing node amici +b missing node amice +b missing node chuckling +b missing node regenerated +b missing node joblots +b missing node sandier +b missing node surveils +b missing node forenames +b missing node knitwear +b missing node catatonias +b missing node fizgig +b missing node lift +b missing node discontentedly +b missing node eared +b missing node distastefulness +b missing node nestors +b missing node allegory +b missing node catering +b missing node quadrate +b missing node ofttimes +b missing node yearns +b missing node pontificate +b missing node regenerates +b missing node amias +b missing node unsuspected +b missing node ethicists +b missing node geminating +b missing node kickshaw +b missing node breasting +b missing node students +b missing node antiseptically +b missing node pollinator +b missing node shadowiest +b missing node apologetic +b missing node reoil +b missing node misspelling +b missing node richer +b missing node riches +b missing node catatonics +b missing node pileups +b missing node spatting +b missing node biparty +b missing node candidest +b missing node kahunas +b missing node enlightened +b missing node footmark +b missing node inhuman +b missing node amity +b missing node vengeant +b missing node nonperishables +b missing node nudnik +b missing node pondering +b missing node absorbencies +b missing node groats +b missing node yoginis +b missing node enlightener +b missing node louped +b missing node bankruptcy +b missing node helpings +b missing node bestridden +b missing node retransmit +b missing node snaillike +b missing node backside +b missing node adventurousness +b missing node drowsier +b missing node conurbation +b missing node remolades +b missing node pointiest +b missing node woolie +b missing node hereafter +b missing node alpenhorns +b missing node depopulated +b missing node warnings +b missing node shortage +b missing node nonliturgically +b missing node detonator +b missing node zigzagging +b missing node worshipping +b missing node depopulates +b missing node resolutes +b missing node speedings +b missing node enzymologies +b missing node brindle +b missing node gazeboes +b missing node slouchers +b missing node stuffers +b missing node inhumes +b missing node inhumer +b missing node tidily +b missing node curative +b missing node perambulate +b missing node emigres +b missing node dispirited +b missing node sojourning +b missing node overmatching +b missing node arquebuses +b missing node inhumed +b missing node recalls +b missing node defeminizing +b missing node tiding +b missing node uranium +b missing node typography +b missing node treacheries +b missing node kinetic +b missing node loupes +b missing node speciousness +b missing node tailoress +b missing node plural +b missing node mocking +b missing node anchoress +b missing node woolen +b missing node pastrami +b missing node wooled +b missing node nervier +b missing node rocketry +b missing node wooler +b missing node bivouacks +b missing node canters +b missing node bankrupted +b missing node normalities +b missing node dismantlement +b missing node resurfaces +b missing node reconquered +b missing node calaboose +b missing node koreans +b missing node persist +b missing node resurfaced +b missing node poleward +b missing node skinner +b missing node tradename +b missing node forgathers +b missing node inhibit +b missing node skinned +b missing node transfusable +b missing node caudillo +b missing node amino +b missing node sophisticating +b missing node dicier +b missing node sworn +b missing node menologies +b missing node vivification +b missing node pumped +b missing node imprecision +b missing node doeskins +b missing node keratomas +b missing node stratigraphic +b missing node capitalistic +b missing node microbicidal +b missing node pumper +b missing node allowing +b missing node dholes +b missing node disemployed +b missing node rundowns +b missing node fieldmice +b missing node phrasings +b missing node audiometers +b missing node recalculations +b missing node toeshoe +b missing node dyslexics +b missing node supporters +b missing node netsukes +b missing node cause +b missing node disgrace +b missing node woodman +b missing node bobwhite +b missing node recanting +b missing node nerving +b missing node nervine +b missing node uppercase +b missing node miriest +b missing node shipping +b missing node groans +b missing node amire +b missing node crudding +b missing node outburst +b missing node wowser +b missing node indistinctly +b missing node amirs +b missing node teazled +b missing node detonates +b missing node merciless +b missing node cachepot +b missing node arbutus +b missing node recapitalize +b missing node adulteresses +b missing node exceptionality +b missing node detonated +b missing node teazles +b missing node amish +b missing node clasper +b missing node spheroidal +b missing node benefaction +b missing node subpoenaed +b missing node flayers +b missing node restrengthened +b missing node amiss +b missing node relearning +b missing node nervily +b missing node temperamental +b missing node woolly +b missing node kinetics +b missing node abstract +b missing node succumbers +b missing node preshrunk +b missing node chaffier +b missing node taskworks +b missing node clasped +b missing node trifacial +b missing node curdle +b missing node sophistication +b missing node copernicus +b missing node yeasty +b missing node signposted +b missing node heartsick +b missing node bedstand +b missing node prejudgments +b missing node stannous +b missing node gimmicking +b missing node inconveniencing +b missing node portly +b missing node activisms +b missing node enchained +b missing node otoscopes +b missing node dicing +b missing node warpower +b missing node uncharges +b missing node interrogable +b missing node latinos +b missing node perimetry +b missing node reagan +b missing node decompressive +b missing node rainwater +b missing node unchallenged +b missing node moneyers +b missing node palavered +b missing node harris +b missing node daughter +b missing node resulting +b missing node undines +b missing node taciturn +b missing node mummery +b missing node soccer +b missing node uncounted +b missing node tangliest +b missing node untwisting +b missing node mummers +b missing node snuffboxes +b missing node commonweals +b missing node paralytic +b missing node stressors +b missing node yeasts +b missing node seining +b missing node decrease +b missing node decelerations +b missing node teazeled +b missing node knitted +b missing node pumices +b missing node phantasm +b missing node ruminate +b missing node inbreeds +b missing node boomage +b missing node monocellular +b missing node zonally +b missing node knitter +b missing node curded +b missing node phantast +b missing node pumiced +b missing node pumicer +b missing node scrawnier +b missing node beseeched +b missing node fandangos +b missing node phantasy +b missing node traduction +b missing node compensators +b missing node leavened +b missing node sanctioning +b missing node swoop +b missing node compensatory +b missing node moussaka +b missing node ambulant +b missing node swoon +b missing node traffickers +b missing node appetency +b missing node dangered +b missing node salaciously +b missing node vergers +b missing node sloths +b missing node precancelled +b missing node guffawing +b missing node elses +b missing node vocoders +b missing node uncharged +b missing node etiologies +b missing node boycotting +b missing node aliment +b missing node activists +b missing node swops +b missing node hasteful +b missing node redemanding +b missing node yawing +b missing node otoscopic +b missing node macula +b missing node alchemists +b missing node benched +b missing node egging +b missing node bencher +b missing node kerosene +b missing node benches +b missing node bullyrag +b missing node canoeists +b missing node photometers +b missing node swore +b missing node sword +b missing node unimpressible +b missing node hempweeds +b missing node urds +b missing node embolic +b missing node dragline +b missing node renal +b missing node seemingness +b missing node placating +b missing node urea +b missing node indurate +b missing node wordiness +b missing node ported +b missing node booboos +b missing node decompressing +b missing node porter +b missing node stagehands +b missing node beekeepers +b missing node commandoes +b missing node soldier +b missing node cavie +b missing node criticize +b missing node labelers +b missing node incubate +b missing node registry +b missing node cavil +b missing node pocketing +b missing node baklava +b missing node caver +b missing node urbs +b missing node caves +b missing node fondants +b missing node deleing +b missing node deploring +b missing node unconvincing +b missing node pulpier +b missing node drowsily +b missing node rends +b missing node ural +b missing node complements +b missing node carollers +b missing node beseeches +b missing node sycamores +b missing node beseecher +b missing node perplexedly +b missing node micrometer +b missing node declinations +b missing node decompression +b missing node amplitudes +b missing node motleyer +b missing node spillway +b missing node perimeter +b missing node renew +b missing node transformed +b missing node ruralizes +b missing node drowsing +b missing node rattier +b missing node lyriform +b missing node transformer +b missing node shootout +b missing node lawbook +b missing node nicknack +b missing node campuses +b missing node ruralized +b missing node depopulator +b missing node woodlot +b missing node portal +b missing node vaginitis +b missing node urgently +b missing node caved +b missing node discomfits +b missing node strauss +b missing node sirrahs +b missing node throwbacks +b missing node untarnished +b missing node ruminant +b missing node flagships +b missing node cathouse +b missing node indemnization +b missing node scrotums +b missing node stairway +b missing node untraversed +b missing node africa +b missing node impanels +b missing node laetrile +b missing node tinhorn +b missing node impassioned +b missing node placation +b missing node assortments +b missing node likableness +b missing node expectable +b missing node renig +b missing node renewing +b missing node mizzle +b missing node tahitian +b missing node compared +b missing node pulpwood +b missing node yearners +b missing node cantered +b missing node distraction +b missing node unconditionality +b missing node brooders +b missing node harmonious +b missing node civilities +b missing node relayed +b missing node compares +b missing node comparer +b missing node severability +b missing node nickname +b missing node vetted +b missing node repellently +b missing node prudish +b missing node corridors +b missing node contradicts +b missing node goiters +b missing node lunchrooms +b missing node sloppy +b missing node urge +b missing node mizzly +b missing node nebraska +b missing node distracting +b missing node deflected +b missing node triteness +b missing node reassures +b missing node beekeeping +b missing node concerned +b missing node bhutan +b missing node reassured +b missing node pluses +b missing node jaycee +b missing node courtships +b missing node initialling +b missing node mirthless +b missing node cobwebbier +b missing node margents +b missing node craal +b missing node uprooting +b missing node joggle +b missing node calibrates +b missing node sneer +b missing node exiting +b missing node uric +b missing node catawbas +b missing node disrepair +b missing node calabooses +b missing node steward +b missing node calibrated +b missing node preappointing +b missing node rediscounting +b missing node stewart +b missing node georgic +b missing node superlatively +b missing node pulpily +b missing node overthrow +b missing node snappiness +b missing node eminence +b missing node eternise +b missing node pulping +b missing node tubework +b missing node ensiles +b missing node crack +b missing node eminency +b missing node georgia +b missing node chamoising +b missing node leftward +b missing node ensiled +b missing node strengthens +b missing node inquisitorial +b missing node crabs +b missing node motived +b missing node orgiac +b missing node regerminates +b missing node rhubarbs +b missing node somatically +b missing node ammoniating +b missing node jocundities +b missing node hellbent +b missing node regerminated +b missing node subglacial +b missing node strangling +b missing node zingier +b missing node troubleshoots +b missing node peugeot +b missing node saloons +b missing node gaudier +b missing node gaudies +b missing node nucleal +b missing node nuclear +b missing node interlope +b missing node motives +b missing node bourree +b missing node notational +b missing node tombed +b missing node sneak +b missing node headcheese +b missing node knackwursts +b missing node jemmies +b missing node raided +b missing node slenderizing +b missing node absolutions +b missing node tomato +b missing node finality +b missing node archeology +b missing node caucasian +b missing node deflector +b missing node layered +b missing node jemmied +b missing node ricers +b missing node reagent +b missing node denigrations +b missing node ambulate +b missing node unpopulated +b missing node raider +b missing node fastbacks +b missing node final +b missing node measlier +b missing node unionizing +b missing node foundling +b missing node ardors +b missing node littleneck +b missing node amalgams +b missing node depilating +b missing node finalist +b missing node calibrator +b missing node jogger +b missing node finalism +b missing node villadom +b missing node overbold +b missing node spacers +b missing node jogged +b missing node deducts +b missing node coccus +b missing node urns +b missing node chinook +b missing node ontologies +b missing node eternity +b missing node nabobisms +b missing node orgies +b missing node reteaching +b missing node obbligatos +b missing node stratas +b missing node dimensions +b missing node administrable +b missing node motivic +b missing node rosarium +b missing node cirques +b missing node distractive +b missing node maundies +b missing node rekindles +b missing node exclude +b missing node easts +b missing node bucolic +b missing node pitiless +b missing node existentialist +b missing node docilities +b missing node confounders +b missing node depilation +b missing node cobwebbing +b missing node rekindled +b missing node tatamis +b missing node existentialism +b missing node fishing +b missing node interlock +b missing node chillingly +b missing node remodelled +b missing node concaveness +b missing node durableness +b missing node penologies +b missing node pardoner +b missing node finds +b missing node slopes +b missing node sloper +b missing node reloaned +b missing node pardoned +b missing node detoxifying +b missing node eternize +b missing node haploid +b missing node subvert +b missing node fishily +b missing node finer +b missing node fines +b missing node carbuncles +b missing node footslogs +b missing node unpited +b missing node shrubbiest +b missing node telegram +b missing node sloped +b missing node fined +b missing node coccyx +b missing node scarification +b missing node ursa +b missing node meaningful +b missing node nucleic +b missing node gimmick +b missing node feedboxes +b missing node braggart +b missing node nuclein +b missing node tramelled +b missing node revenue +b missing node ardency +b missing node propeller +b missing node adoptable +b missing node finch +b missing node propelled +b missing node zinging +b missing node comparts +b missing node pulpits +b missing node thoroughfares +b missing node unmoving +b missing node vultures +b missing node chopsticks +b missing node tomboy +b missing node purposefully +b missing node bewilders +b missing node finis +b missing node limped +b missing node sneaks +b missing node impeccable +b missing node wispiest +b missing node triglycerides +b missing node sneaky +b missing node heads +b missing node fruitlet +b missing node finland +b missing node impeccably +b missing node heady +b missing node vacuous +b missing node somniloquies +b missing node crane +b missing node cottoning +b missing node crank +b missing node flicks +b missing node trickish +b missing node financiers +b missing node darkies +b missing node uvulae +b missing node modernize +b missing node overbore +b missing node rapidities +b missing node dumpcarts +b missing node annexation +b missing node craps +b missing node powerlessly +b missing node clamorers +b missing node ruckuses +b missing node keister +b missing node underpinned +b missing node precessional +b missing node crape +b missing node wallflowers +b missing node frontlets +b missing node nipple +b missing node uvulas +b missing node writers +b missing node uvular +b missing node assonant +b missing node remit +b missing node recrate +b missing node crass +b missing node remix +b missing node secularly +b missing node modernism +b missing node guppies +b missing node latherer +b missing node mishandle +b missing node tactfully +b missing node eggheads +b missing node limpid +b missing node leather +b missing node crash +b missing node modernist +b missing node chinone +b missing node nucleon +b missing node missorted +b missing node refuged +b missing node narrowly +b missing node refugee +b missing node deafest +b missing node scoundrels +b missing node tremors +b missing node bloodstone +b missing node fishier +b missing node modernity +b missing node refuges +b missing node truncheon +b missing node rebutters +b missing node enzymologist +b missing node ratters +b missing node coarsened +b missing node vapoured +b missing node reshape +b missing node aroynts +b missing node patriot +b missing node deoxidized +b missing node vapourer +b missing node finks +b missing node unguents +b missing node appraisals +b missing node deoxidizes +b missing node fathoming +b missing node deoxidizer +b missing node lathered +b missing node limpet +b missing node mealybug +b missing node limper +b missing node totemic +b missing node cavefish +b missing node decentered +b missing node middlings +b missing node upsetters +b missing node gastrostomy +b missing node orphaned +b missing node tunnelers +b missing node groundwave +b missing node pinafore +b missing node imprecisely +b missing node freight +b missing node puzzlingly +b missing node crate +b missing node undyed +b missing node pupilar +b missing node demounting +b missing node craft +b missing node memorandums +b missing node nipped +b missing node costliness +b missing node unpolished +b missing node demobilized +b missing node newtonian +b missing node deafens +b missing node remet +b missing node limply +b missing node ingredient +b missing node broadens +b missing node littleness +b missing node crags +b missing node peonisms +b missing node groutiest +b missing node gomorrah +b missing node cawed +b missing node heals +b missing node lorries +b missing node mendacious +b missing node coamings +b missing node nipper +b missing node demobilizes +b missing node precalculation +b missing node hostilities +b missing node unreflecting +b missing node lakers +b missing node returnable +b missing node bendee +b missing node bended +b missing node tidier +b missing node hyaena +b missing node taxying +b missing node reprieving +b missing node tidies +b missing node precalculating +b missing node rosaries +b missing node eaten +b missing node predominately +b missing node yuppie +b missing node vacuole +b missing node eater +b missing node puckish +b missing node defecation +b missing node gunslinging +b missing node footholds +b missing node defecating +b missing node finny +b missing node finns +b missing node roadsides +b missing node sensorially +b missing node stalkless +b missing node overthrew +b missing node peplum +b missing node appeasing +b missing node bender +b missing node nucleus +b missing node tidied +b missing node quetzals +b missing node persian +b missing node fatalistically +b missing node secularizers +b missing node submission +b missing node camphoric +b missing node used +b missing node usee +b missing node somniloquist +b missing node vealy +b missing node stratum +b missing node veals +b missing node reman +b missing node remap +b missing node gaudily +b missing node weekending +b missing node toyotas +b missing node tholes +b missing node bumblers +b missing node patrick +b missing node narrowed +b missing node dismantled +b missing node monotonously +b missing node flaying +b missing node dismantles +b missing node pipkin +b missing node rosarian +b missing node roughhousing +b missing node energizes +b missing node alveolate +b missing node litigiously +b missing node shortcut +b missing node energized +b missing node crams +b missing node energizer +b missing node cramp +b missing node playtime +b missing node narrower +b missing node japans +b missing node reglazed +b missing node tremolo +b missing node foremost +b missing node omelets +b missing node precanceling +b missing node stratus +b missing node inheritance +b missing node reglazes +b missing node yeshivoth +b missing node ingrains +b missing node broadest +b missing node alveolars +b missing node uses +b missing node user +b missing node retake +b missing node slaggy +b missing node geckos +b missing node instinctively +b missing node tomcat +b missing node conquering +b missing node arousing +b missing node unceasing +b missing node hijacks +b missing node generatively +b missing node dynamical +b missing node carelessness +b missing node quadruple +b missing node pollinates +b missing node welshwomen +b missing node recrystallize +b missing node medicament +b missing node leis +b missing node retain +b missing node shredders +b missing node pyrite +b missing node junkier +b missing node junkies +b missing node embraced +b missing node idiosyncrasies +b missing node retail +b missing node pollinated +b missing node embracer +b missing node sanding +b missing node unweaned +b missing node coprology +b missing node preening +b missing node embraces +b missing node attempted +b missing node bagful +b missing node requitals +b missing node mappings +b missing node attempter +b missing node left +b missing node favour +b missing node dedications +b missing node reworks +b missing node casing +b missing node hybridizer +b missing node hybridizes +b missing node bronzed +b missing node truelove +b missing node affix +b missing node humongous +b missing node marcelled +b missing node rousseaus +b missing node entente +b missing node hybridized +b missing node bronzes +b missing node bronzer +b missing node murderous +b missing node frugging +b missing node casino +b missing node legs +b missing node hijinks +b missing node sidelight +b missing node discrepancies +b missing node megabit +b missing node almanac +b missing node opposabilities +b missing node tenderable +b missing node trickeries +b missing node choosing +b missing node czardases +b missing node desertions +b missing node psychologically +b missing node radians +b missing node radiant +b missing node submissive +b missing node incantation +b missing node conically +b missing node legibilities +b missing node lent +b missing node lens +b missing node eugenicists +b missing node samples +b missing node sampler +b missing node diversification +b missing node topknots +b missing node welshwoman +b missing node cubicity +b missing node lend +b missing node cryptographer +b missing node profferers +b missing node votively +b missing node vaginally +b missing node entombments +b missing node orchestrates +b missing node darkish +b missing node trickier +b missing node exacta +b missing node leaderless +b missing node orchestrated +b missing node exacts +b missing node sentimentalists +b missing node radials +b missing node quadruped +b missing node schmalzes +b missing node leks +b missing node englander +b missing node interred +b missing node acquiescently +b missing node pewters +b missing node cypriots +b missing node cypriote +b missing node blessedest +b missing node fiduciaries +b missing node halftones +b missing node smithies +b missing node plink +b missing node mishmashes +b missing node vacillators +b missing node alimonies +b missing node ussr +b missing node darking +b missing node rewords +b missing node craze +b missing node garlics +b missing node alluviums +b missing node cryptographic +b missing node illustrators +b missing node crave +b missing node aikidos +b missing node malcontent +b missing node paintiest +b missing node handfasted +b missing node fanged +b missing node leos +b missing node octupling +b missing node leon +b missing node terrorization +b missing node craws +b missing node smidgeons +b missing node bicentennials +b missing node flowerpots +b missing node crawl +b missing node reciprocator +b missing node oxlip +b missing node singletons +b missing node radiocast +b missing node earth +b missing node briefless +b missing node evanescence +b missing node bedecks +b missing node reproducers +b missing node waterbed +b missing node relaxer +b missing node relaxes +b missing node quahaug +b missing node mushing +b missing node gyved +b missing node relaxed +b missing node choosier +b missing node reupholstering +b missing node gyves +b missing node swishier +b missing node nippon +b missing node leva +b missing node condyle +b missing node backlash +b missing node peatiest +b missing node megabar +b missing node deveins +b missing node levi +b missing node expressions +b missing node imbibition +b missing node levo +b missing node curber +b missing node curbed +b missing node kiester +b missing node scrubbiest +b missing node tutrix +b missing node levy +b missing node pyorrhea +b missing node knickknack +b missing node boomtowns +b missing node jitterbugged +b missing node masseur +b missing node lese +b missing node vicuna +b missing node fecundity +b missing node mushily +b missing node tricking +b missing node crazy +b missing node lessoning +b missing node radiate +b missing node lest +b missing node less +b missing node dumfounding +b missing node arabesque +b missing node demulcent +b missing node trickily +b missing node sightlessness +b missing node lets +b missing node stripy +b missing node adeste +b missing node relit +b missing node inhalants +b missing node rapines +b missing node soloed +b missing node unconvinced +b missing node apprised +b missing node wresters +b missing node occiputs +b missing node finalize +b missing node spasticity +b missing node degermed +b missing node disquietude +b missing node personae +b missing node stripe +b missing node upgrading +b missing node leys +b missing node implode +b missing node coking +b missing node strips +b missing node beastliest +b missing node trimaran +b missing node bagged +b missing node nephron +b missing node stript +b missing node chinned +b missing node coequating +b missing node fiduciarily +b missing node twaddled +b missing node personal +b missing node subcutaneously +b missing node transgression +b missing node personas +b missing node twaddler +b missing node twaddles +b missing node epoxying +b missing node distilling +b missing node reattaching +b missing node appriser +b missing node apprises +b missing node schmooze +b missing node reassurance +b missing node string +b missing node synchrony +b missing node transgressing +b missing node calamitously +b missing node trackage +b missing node lewd +b missing node filibustering +b missing node reciprocates +b missing node desalinized +b missing node grapefruits +b missing node relet +b missing node hustles +b missing node spireas +b missing node bloated +b missing node friendlessness +b missing node outright +b missing node twelves +b missing node hustler +b missing node reciprocated +b missing node bicarbs +b missing node lunkheads +b missing node fatbacks +b missing node fairylands +b missing node dandered +b missing node accented +b missing node baggie +b missing node peacoat +b missing node draggiest +b missing node homeless +b missing node prognosticators +b missing node hustled +b missing node foetuses +b missing node exuberantly +b missing node accost +b missing node manatees +b missing node collectable +b missing node latchets +b missing node multiform +b missing node unmentionables +b missing node padlocks +b missing node ojibwa +b missing node prosthetics +b missing node lightings +b missing node markswomen +b missing node massacrers +b missing node accord +b missing node sleeting +b missing node wranglers +b missing node medicaid +b missing node desalinizes +b missing node unpopularity +b missing node fortification +b missing node relic +b missing node daintily +b missing node peacock +b missing node fiord +b missing node relay +b missing node screams +b missing node gentlemanly +b missing node relax +b missing node unbuckle +b missing node femora +b missing node carnaubas +b missing node hagadists +b missing node retards +b missing node sachemic +b missing node matrilinies +b missing node circular +b missing node sapphires +b missing node yachtswomen +b missing node retard +b missing node anthraces +b missing node baksheeshes +b missing node junking +b missing node eased +b missing node louses +b missing node intersexual +b missing node loused +b missing node revamping +b missing node subsiders +b missing node easel +b missing node hairlines +b missing node arointing +b missing node hareems +b missing node syntaxes +b missing node cerebrations +b missing node rumination +b missing node drumstick +b missing node humdrum +b missing node dayflower +b missing node sprouted +b missing node unendingly +b missing node eases +b missing node easer +b missing node asylums +b missing node suctional +b missing node nondrinker +b missing node superimposed +b missing node dyad +b missing node thomas +b missing node impracticability +b missing node ruminating +b missing node chastise +b missing node bloater +b missing node doomed +b missing node strive +b missing node utah +b missing node exceptionally +b missing node deduced +b missing node deduces +b missing node scandium +b missing node expediential +b missing node spermatozoon +b missing node nutters +b missing node swishing +b missing node demigods +b missing node humiliating +b missing node preassigns +b missing node hysons +b missing node curate +b missing node grippingly +b missing node wooshing +b missing node gormandizers +b missing node ruminative +b missing node chivying +b missing node yachtswoman +b missing node superimposes +b missing node dynamometers +b missing node mizzen +b missing node chastity +b missing node intricately +b missing node hesitantly +b missing node escapable +b missing node copyrighted +b missing node xylems +b missing node xylene +b missing node farcers +b missing node relighted +b missing node timothies +b missing node curari +b missing node sleetier +b missing node favors +b missing node revenge +b missing node curara +b missing node curare +b missing node plushy +b missing node inappreciative +b missing node shouters +b missing node insolvencies +b missing node inconsistently +b missing node dyed +b missing node marsupia +b missing node newmown +b missing node valencias +b missing node cashoo +b missing node stooging +b missing node gangplow +b missing node virtuosity +b missing node welching +b missing node twiddled +b missing node beggars +b missing node indistinctness +b missing node twiddles +b missing node distributable +b missing node twiddler +b missing node grimace +b missing node battalions +b missing node makeable +b missing node recondensed +b missing node tricked +b missing node underofficial +b missing node matricide +b missing node recondenses +b missing node tipcats +b missing node foreclosing +b missing node snowbanks +b missing node beggary +b missing node tumefies +b missing node newish +b missing node boloneys +b missing node bondsman +b missing node pipits +b missing node storefront +b missing node siring +b missing node fantasy +b missing node classed +b missing node nondairy +b missing node wooing +b missing node preventive +b missing node tricker +b missing node curacy +b missing node fantast +b missing node grottoes +b missing node wresting +b missing node classes +b missing node classer +b missing node unworn +b missing node slouchiest +b missing node tipcart +b missing node fantasm +b missing node taxability +b missing node bivouac +b missing node snoozing +b missing node grouchiest +b missing node refinance +b missing node tonsures +b missing node appalling +b missing node tonsured +b missing node pigsticked +b missing node aluminums +b missing node capes +b missing node selects +b missing node grubbiness +b missing node stemming +b missing node flamingos +b missing node prudes +b missing node shoppings +b missing node impolitely +b missing node divulgences +b missing node resay +b missing node yelpers +b missing node bastardies +b missing node transshipped +b missing node resaw +b missing node pocketers +b missing node forbearing +b missing node markswoman +b missing node coprolith +b missing node rarity +b missing node fanfare +b missing node kilotons +b missing node trickie +b missing node amylase +b missing node fitly +b missing node nonprecious +b missing node preslavery +b missing node bondsmen +b missing node doffer +b missing node bathetic +b missing node flyways +b missing node frugalities +b missing node eskimos +b missing node doffed +b missing node hafnium +b missing node safegaurds +b missing node classic +b missing node circum +b missing node tribally +b missing node unwove +b missing node goodwife +b missing node offishness +b missing node penances +b missing node circus +b missing node slouchier +b missing node oxter +b missing node venezuelan +b missing node comptrollers +b missing node chilliness +b missing node resew +b missing node divvying +b missing node piping +b missing node immemorially +b missing node innervate +b missing node prosthetist +b missing node glaciated +b missing node resee +b missing node social +b missing node naiveness +b missing node reset +b missing node enrolls +b missing node glaciates +b missing node tinwork +b missing node bandmasters +b missing node abradant +b missing node overprinted +b missing node enmeshing +b missing node rascals +b missing node editorship +b missing node religiosity +b missing node flamingly +b missing node bruiting +b missing node sardonically +b missing node licensees +b missing node mediums +b missing node delusionist +b missing node reparatory +b missing node vacuity +b missing node elope +b missing node faustian +b missing node scorepad +b missing node distance +b missing node snoozier +b missing node regicide +b missing node figurativeness +b missing node fiction +b missing node complaisant +b missing node mobility +b missing node thiamines +b missing node powders +b missing node powdery +b missing node caput +b missing node unknown +b missing node radicalness +b missing node canapes +b missing node negroids +b missing node excommunicating +b missing node rhombic +b missing node microchemistry +b missing node misinterpretation +b missing node deplorers +b missing node terrazzos +b missing node fixating +b missing node maternities +b missing node postpone +b missing node afresh +b missing node resin +b missing node relabels +b missing node supernova +b missing node azures +b missing node capos +b missing node forfeited +b missing node capon +b missing node parcelling +b missing node bathtub +b missing node fictive +b missing node jefferson +b missing node humiliation +b missing node awaking +b missing node dharma +b missing node cathedral +b missing node pungencies +b missing node chining +b missing node dimmable +b missing node slants +b missing node cappy +b missing node raring +b missing node circle +b missing node confabulations +b missing node seasoners +b missing node outmoded +b missing node refuels +b missing node economically +b missing node oceanologists +b missing node mugginess +b missing node numismatists +b missing node electrifying +b missing node insomniac +b missing node femoral +b missing node enjoinder +b missing node outmodes +b missing node intermediaries +b missing node caricature +b missing node dicers +b missing node insomnias +b missing node triflers +b missing node biodegraded +b missing node niggler +b missing node niggles +b missing node realer +b missing node leniently +b missing node pipier +b missing node gelignite +b missing node niggled +b missing node heliocentricity +b missing node documenters +b missing node reappraising +b missing node catting +b missing node communalize +b missing node backbit +b missing node satirizers +b missing node interline +b missing node peddle +b missing node eggcup +b missing node sheenier +b missing node extrusion +b missing node sheenies +b missing node canalize +b missing node wristbands +b missing node advert +b missing node cattily +b missing node snafuing +b missing node depositional +b missing node gallinule +b missing node slower +b missing node adverb +b missing node pinatas +b missing node flossie +b missing node anatomize +b missing node slowed +b missing node purloin +b missing node foetors +b missing node hammerless +b missing node gravimeter +b missing node awarders +b missing node rebinding +b missing node sticky +b missing node outspelled +b missing node sticks +b missing node gardening +b missing node anglings +b missing node grittier +b missing node adopter +b missing node mastoidal +b missing node matronly +b missing node adoptee +b missing node abacuses +b missing node colossians +b missing node adopted +b missing node beeves +b missing node huckstered +b missing node excommunication +b missing node mapmaker +b missing node drongos +b missing node mobilize +b missing node ordinance +b missing node demobilization +b missing node rebills +b missing node dysfunctional +b missing node immaculately +b missing node vetches +b missing node fantail +b missing node sinecure +b missing node advent +b missing node spinouts +b missing node failingly +b missing node glimmers +b missing node orchestrator +b missing node thongs +b missing node varnishing +b missing node outtrumped +b missing node connate +b missing node osmotically +b missing node resow +b missing node engineer +b missing node explosively +b missing node communality +b missing node ordinands +b missing node tempestuous +b missing node stalactite +b missing node officered +b missing node stockyards +b missing node captaincy +b missing node communalism +b missing node duchesses +b missing node matutinally +b missing node rapists +b missing node communalist +b missing node flashings +b missing node chariots +b missing node anatomist +b missing node gritting +b missing node realms +b missing node sensualism +b missing node sheening +b missing node bubbly +b missing node yemenite +b missing node ammos +b missing node nurturing +b missing node kumquat +b missing node rubiest +b missing node fullface +b missing node pistache +b missing node bungalows +b missing node bubble +b missing node halyards +b missing node soldiers +b missing node collectibles +b missing node mimers +b missing node soldiery +b missing node salerooms +b missing node scrupling +b missing node plead +b missing node reequipped +b missing node grittily +b missing node mooned +b missing node thrashers +b missing node pleas +b missing node geishas +b missing node pleat +b missing node genuine +b missing node canaling +b missing node captained +b missing node unlikelier +b missing node mimeos +b missing node hamperers +b missing node extrusive +b missing node eastman +b missing node slowly +b missing node plebe +b missing node rests +b missing node braying +b missing node plebs +b missing node really +b missing node catties +b missing node treacherously +b missing node cattier +b missing node matronal +b missing node herbaria +b missing node concaving +b missing node reduplicate +b missing node goodwill +b missing node legitimization +b missing node licensers +b missing node obstacle +b missing node thiamin +b missing node disking +b missing node godhood +b missing node omnific +b missing node intersticial +b missing node photostat +b missing node rattler +b missing node rattles +b missing node concavity +b missing node definitions +b missing node proofread +b missing node correctest +b missing node sprinters +b missing node stemmier +b missing node trameling +b missing node gloriously +b missing node regimenting +b missing node bringer +b missing node curators +b missing node slouching +b missing node chaffers +b missing node sensuality +b missing node awardees +b missing node medicinable +b missing node flossed +b missing node swiller +b missing node flosses +b missing node compting +b missing node rattled +b missing node rhombus +b missing node resubmission +b missing node tomfoolery +b missing node swilled +b missing node occupiers +b missing node revengeful +b missing node worthlessness +b missing node texaco +b missing node martyry +b missing node deplaning +b missing node atheistic +b missing node gardenias +b missing node martyrs +b missing node hecks +b missing node bashfully +b missing node diagnose +b missing node decimal +b missing node sensualist +b missing node lungers +b missing node extortionists +b missing node moonie +b missing node canalise +b missing node ordain +b missing node controverting +b missing node maneuver +b missing node unwarmed +b missing node mesons +b missing node excerpted +b missing node afforests +b missing node rancheros +b missing node vetoed +b missing node periphrases +b missing node cuspidor +b missing node vetoes +b missing node herdmen +b missing node vetoer +b missing node harmer +b missing node abhors +b missing node seasonality +b missing node snare +b missing node snark +b missing node sawdust +b missing node snarl +b missing node sightly +b missing node comeback +b missing node drapeable +b missing node harmed +b missing node solute +b missing node imaginarily +b missing node shoemakers +b missing node panelist +b missing node peacing +b missing node plummy +b missing node euphrates +b missing node overbidding +b missing node casket +b missing node scribbled +b missing node josher +b missing node joshes +b missing node curatorship +b missing node stratagems +b missing node tulips +b missing node mockery +b missing node scribbles +b missing node scribbler +b missing node converter +b missing node sensualize +b missing node badgerly +b missing node clastic +b missing node archonship +b missing node phenomenal +b missing node sovrans +b missing node converted +b missing node binnacle +b missing node cautiously +b missing node mockers +b missing node casked +b missing node lengthening +b missing node nudity +b missing node shootings +b missing node distrait +b missing node curiously +b missing node periphrasis +b missing node deafened +b missing node draftiest +b missing node herdman +b missing node affairs +b missing node tankas +b missing node interpol +b missing node bejewelling +b missing node webfeet +b missing node acclamation +b missing node backseat +b missing node jouncier +b missing node badgered +b missing node gabble +b missing node prescience +b missing node moneybag +b missing node joshed +b missing node similarity +b missing node undiscovered +b missing node texans +b missing node jiggered +b missing node detoxified +b missing node solemner +b missing node jesuitic +b missing node dutifully +b missing node sighter +b missing node autographing +b missing node purposive +b missing node worshippers +b missing node detoxifies +b missing node detoxifier +b missing node locomotives +b missing node affaire +b missing node plumps +b missing node slandered +b missing node sapphists +b missing node cantata +b missing node cardholder +b missing node distrain +b missing node penitential +b missing node slanderer +b missing node magnific +b missing node tanker +b missing node subfloor +b missing node tennessean +b missing node reran +b missing node eggers +b missing node tanked +b missing node indetermination +b missing node heath +b missing node hears +b missing node catapults +b missing node desolateness +b missing node rephrases +b missing node heart +b missing node sighted +b missing node hagiography +b missing node apprizes +b missing node teepees +b missing node mandolin +b missing node yodles +b missing node yodler +b missing node carwash +b missing node deselecting +b missing node unmasks +b missing node islam +b missing node apprized +b missing node beseech +b missing node apprizer +b missing node sportswear +b missing node ghostwrites +b missing node ghostwriter +b missing node abstinence +b missing node proficiency +b missing node grandstands +b missing node penumbrae +b missing node rapiered +b missing node heard +b missing node headhunter +b missing node rephrased +b missing node susurrus +b missing node penumbras +b missing node teacherage +b missing node yodled +b missing node hardtacks +b missing node heaps +b missing node headhunted +b missing node lingual +b missing node bigamy +b missing node nonnegotiable +b missing node adverbial +b missing node healths +b missing node surliest +b missing node imperforates +b missing node healthy +b missing node twitchy +b missing node haulyards +b missing node stentor +b missing node illustration +b missing node inhalator +b missing node sentimentalized +b missing node chromosome +b missing node ricercars +b missing node alters +b missing node technologically +b missing node gabbed +b missing node capsizing +b missing node bedstead +b missing node aquacade +b missing node developing +b missing node sentimentalizes +b missing node ricked +b missing node ingoing +b missing node readjourned +b missing node visualizer +b missing node cowering +b missing node visualizes +b missing node isles +b missing node islet +b missing node averment +b missing node heavy +b missing node underlining +b missing node visualized +b missing node isled +b missing node nonspeaking +b missing node baritones +b missing node unavailing +b missing node amreetas +b missing node curiouser +b missing node unadvisedly +b missing node writhed +b missing node sapphisms +b missing node counteracts +b missing node deaccession +b missing node laureates +b missing node writher +b missing node writhes +b missing node purposing +b missing node heave +b missing node supportive +b missing node classlessness +b missing node laureated +b missing node disclosures +b missing node imputed +b missing node sauciest +b missing node heats +b missing node gabber +b missing node rickey +b missing node seiners +b missing node imputes +b missing node solemnly +b missing node imputer +b missing node unreflective +b missing node illustrating +b missing node meagerness +b missing node shippers +b missing node gadders +b missing node burglarizes +b missing node bagels +b missing node jesuitry +b missing node phenomenon +b missing node causative +b missing node sanctioners +b missing node appositively +b missing node voluptuary +b missing node burglarized +b missing node stouter +b missing node fixation +b missing node dehorn +b missing node stouten +b missing node tsetse +b missing node villainy +b missing node villains +b missing node firkins +b missing node mystifyingly +b missing node flowering +b missing node unforgivably +b missing node witted +b missing node cosmetologists +b missing node legrooms +b missing node beseems +b missing node psaltries +b missing node drownds +b missing node frictional +b missing node exciseman +b missing node surrounding +b missing node evaporite +b missing node bonhomies +b missing node bedaubing +b missing node eggnogs +b missing node agists +b missing node utilized +b missing node drowned +b missing node refastened +b missing node encore +b missing node plenipotentiary +b missing node hydrological +b missing node typifying +b missing node utilizes +b missing node intergroup +b missing node mightily +b missing node unforgivable +b missing node utilizer +b missing node drowner +b missing node cuspidal +b missing node snack +b missing node anchoring +b missing node anchors +b missing node occultly +b missing node weiners +b missing node arnicas +b missing node unmitigated +b missing node basketlike +b missing node hindustan +b missing node decontaminator +b missing node cocoanut +b missing node eumorphic +b missing node caladium +b missing node joshua +b missing node tannest +b missing node despoiled +b missing node incommensurable +b missing node fermentation +b missing node snafu +b missing node remodeling +b missing node sativa +b missing node fettlings +b missing node rabbet +b missing node preferentially +b missing node despoiler +b missing node unknots +b missing node tannery +b missing node tanners +b missing node imperishably +b missing node anchorite +b missing node moralization +b missing node plumbs +b missing node undocking +b missing node anchovy +b missing node illustrative +b missing node singletree +b missing node redwoods +b missing node facility +b missing node embarkations +b missing node stuffily +b missing node emotions +b missing node imperishable +b missing node cageyness +b missing node torpidly +b missing node darkled +b missing node excisemen +b missing node coshers +b missing node plottiest +b missing node greying +b missing node passerine +b missing node darkles +b missing node eventualities +b missing node supporting +b missing node stuffing +b missing node heedlessly +b missing node snags +b missing node premonitions +b missing node fixative +b missing node beachhead +b missing node plumes +b missing node crick +b missing node underwaist +b missing node unease +b missing node stoutly +b missing node convertor +b missing node uneasy +b missing node decontaminates +b missing node prevention +b missing node cochairs +b missing node mightier +b missing node satire +b missing node begrudges +b missing node preventing +b missing node moonlighting +b missing node decontaminated +b missing node cumshaws +b missing node garlands +b missing node punitions +b missing node begrudged +b missing node causation +b missing node reradiate +b missing node cried +b missing node snail +b missing node trailering +b missing node rerun +b missing node murthered +b missing node occulter +b missing node ardour +b missing node tilled +b missing node cargo +b missing node trickly +b missing node moonrise +b missing node slangs +b missing node gabbro +b missing node occulted +b missing node afreet +b missing node slangy +b missing node dilutions +b missing node joyrode +b missing node enjoiners +b missing node trickle +b missing node snaky +b missing node greyish +b missing node decagon +b missing node overcooked +b missing node flowerier +b missing node cribs +b missing node unbiased +b missing node verticality +b missing node matrimonially +b missing node mineralogists +b missing node cares +b missing node caret +b missing node snake +b missing node carer +b missing node plumed +b missing node tailoring +b missing node tiller +b missing node distract +b missing node indecorous +b missing node unwarned +b missing node diplomat +b missing node diplomas +b missing node glister +b missing node surcease +b missing node calorically +b missing node cared +b missing node splenitises +b missing node nonrenewable +b missing node nontemporal +b missing node glisten +b missing node tricksy +b missing node sating +b missing node cards +b missing node encode +b missing node breakdowns +b missing node lowlier +b missing node pacific +b missing node shockingly +b missing node placaters +b missing node solemnizing +b missing node worthiness +b missing node intention +b missing node carolling +b missing node teargassing +b missing node escapades +b missing node lowlife +b missing node peduncles +b missing node spastic +b missing node snaps +b missing node carbo +b missing node readings +b missing node interlarding +b missing node prophetess +b missing node peregrination +b missing node playhouse +b missing node cupidity +b missing node nonemotional +b missing node stuffier +b missing node satiny +b missing node satins +b missing node carat +b missing node waterers +b missing node vernalization +b missing node geoidal +b missing node ecclesia +b missing node vanmen +b missing node portray +b missing node snowballs +b missing node compensating +b missing node slipways +b missing node reinoculation +b missing node cleavage +b missing node gormandizing +b missing node doormat +b missing node enjoyable +b missing node maharajahs +b missing node neighbors +b missing node heeds +b missing node enjoyably +b missing node doorman +b missing node appraisers +b missing node bignesses +b missing node coparent +b missing node intermit +b missing node undeniable +b missing node affirmative +b missing node carlo +b missing node detacher +b missing node detaches +b missing node diabetics +b missing node outbuilding +b missing node scenes +b missing node gemmiest +b missing node milliammeter +b missing node reinoculating +b missing node scholars +b missing node diploids +b missing node censure +b missing node skateboarded +b missing node humankind +b missing node solvates +b missing node grabens +b missing node compensation +b missing node register +b missing node standards +b missing node peafowls +b missing node befogging +b missing node skateboarder +b missing node degradable +b missing node gratitude +b missing node diploidy +b missing node numerologists +b missing node dispraise +b missing node carny +b missing node sandfly +b missing node vanman +b missing node firms +b missing node narcotize +b missing node puppyish +b missing node babblings +b missing node bulgurs +b missing node ricketier +b missing node flatness +b missing node besnows +b missing node satinwoods +b missing node carne +b missing node brighten +b missing node obliger +b missing node obliges +b missing node overall +b missing node firma +b missing node brighter +b missing node macadamized +b missing node yearning +b missing node creak +b missing node detached +b missing node carom +b missing node carol +b missing node cream +b missing node macadamizes +b missing node fishponds +b missing node abnormalities +b missing node lenity +b missing node troubleshoot +b missing node carob +b missing node sarcoma +b missing node strove +b missing node decreers +b missing node abjection +b missing node implies +b missing node converses +b missing node credo +b missing node carps +b missing node carpe +b missing node carpi +b missing node inveigled +b missing node creel +b missing node tanning +b missing node gunslingers +b missing node creek +b missing node factitiously +b missing node implied +b missing node creed +b missing node tannins +b missing node distributive +b missing node bugseeds +b missing node inveigles +b missing node trafficking +b missing node inflamed +b missing node maverick +b missing node inveigler +b missing node scenic +b missing node intracity +b missing node comedians +b missing node obligee +b missing node rattish +b missing node obliged +b missing node wistfulness +b missing node oxyhydrogen +b missing node conversed +b missing node scything +b missing node exaltation +b missing node scented +b missing node politely +b missing node inflames +b missing node inflamer +b missing node excursions +b missing node monasticism +b missing node stroke +b missing node tonettes +b missing node compensative +b missing node taphole +b missing node maquettes +b missing node sireless +b missing node euclidean +b missing node carry +b missing node tutors +b missing node serenades +b missing node trusser +b missing node trusses +b missing node iguanians +b missing node serenader +b missing node rehabilitee +b missing node distribution +b missing node serenaded +b missing node frusta +b missing node headboard +b missing node crees +b missing node slalom +b missing node creep +b missing node monsoonal +b missing node oohed +b missing node steamily +b missing node gypsy +b missing node femmes +b missing node serbians +b missing node carte +b missing node ratting +b missing node remeets +b missing node canards +b missing node carts +b missing node sparkling +b missing node meningitis +b missing node overawe +b missing node trussed +b missing node intensities +b missing node corotate +b missing node polyphonic +b missing node laundrymen +b missing node unmaintainable +b missing node skeeing +b missing node affirmation +b missing node meningitic +b missing node amenity +b missing node stroll +b missing node rebinds +b missing node lovelorn +b missing node massifs +b missing node implements +b missing node dancingly +b missing node sustains +b missing node pollards +b missing node fired +b missing node schmaltzy +b missing node sickbays +b missing node galenite +b missing node socked +b missing node carve +b missing node rainiest +b missing node fires +b missing node firer +b missing node queller +b missing node homonymies +b missing node tsaritzas +b missing node massier +b missing node socket +b missing node resultant +b missing node quelled +b missing node doormen +b missing node stiffed +b missing node particularities +b missing node implausibility +b missing node undeniably +b missing node rabble +b missing node strong +b missing node stiffer +b missing node stateliness +b missing node stiffen +b missing node rabbit +b missing node rabbis +b missing node sheenful +b missing node strops +b missing node monarchical +b missing node wahoos +b missing node steaming +b missing node writing +b missing node overarm +b missing node fanjet +b missing node laundryman +b missing node creme +b missing node nervate +b missing node plutocracies +b missing node dynasts +b missing node larcenous +b missing node absolutists +b missing node syllabicate +b missing node overate +b missing node distributing +b missing node hesitations +b missing node dynasty +b missing node empowerment +b missing node tangly +b missing node politest +b missing node slouch +b missing node godsons +b missing node calciums +b missing node outriders +b missing node elaine +b missing node hexyls +b missing node astrodynamic +b missing node scents +b missing node gibsons +b missing node tangle +b missing node wreathing +b missing node airlock +b missing node curriculums +b missing node ensorcel +b missing node rebuttals +b missing node strobe +b missing node strode +b missing node hailstorms +b missing node lengths +b missing node crepe +b missing node solvently +b missing node conquerors +b missing node balking +b missing node lengthy +b missing node coloration +b missing node crepy +b missing node snakier +b missing node unfitting +b missing node crept +b missing node feeler +b missing node zingers +b missing node effluvial +b missing node continuances +b missing node nonscheduled +b missing node effluvias +b missing node pouching +b missing node uplinking +b missing node piddlers +b missing node puncheons +b missing node deniably +b missing node dinghies +b missing node apprize +b missing node pyromaniacal +b missing node repaving +b missing node deflagrated +b missing node deafish +b missing node sunspot +b missing node testators +b missing node darwin +b missing node unmuffle +b missing node reemphasize +b missing node unsolvable +b missing node succumbing +b missing node joseph +b missing node deniable +b missing node impactor +b missing node crest +b missing node devotional +b missing node cress +b missing node sippers +b missing node outvoted +b missing node dandyism +b missing node dandyish +b missing node thumbtacking +b missing node hebraist +b missing node crete +b missing node petalled +b missing node reputations +b missing node vassals +b missing node hebraism +b missing node althea +b missing node venezuelans +b missing node governable +b missing node outvotes +b missing node samarium +b missing node lingula +b missing node cowhands +b missing node tolerantly +b missing node deflagrates +b missing node roughhews +b missing node unintendedly +b missing node roughhewn +b missing node yeastiest +b missing node chandler +b missing node cleanliness +b missing node tanged +b missing node casas +b missing node confounding +b missing node giddiest +b missing node sippets +b missing node squabbling +b missing node surcharges +b missing node surcharger +b missing node operable +b missing node surcharged +b missing node teakettle +b missing node operably +b missing node nobeliums +b missing node cased +b missing node dissociate +b missing node heels +b missing node leewards +b missing node trisects +b missing node revenant +b missing node crews +b missing node peroxiding +b missing node rekeyed +b missing node pulpers +b missing node plunks +b missing node disseminations +b missing node onslaught +b missing node climacteric +b missing node droners +b missing node overbid +b missing node chartered +b missing node puerilities +b missing node snaking +b missing node galvanize +b missing node necklines +b missing node recommended +b missing node jouncing +b missing node gaudery +b missing node subclan +b missing node rocketed +b missing node bootleggers +b missing node charterer +b missing node preselects +b missing node sneers +b missing node seemliest +b missing node finless +b missing node cases +b missing node snakily +b missing node retransfer +b missing node rudiments +b missing node marmoset +b missing node impacted +b missing node princedom +b missing node jokesters +b missing node impacter +b missing node balkier +b missing node recommender +b missing node overcooled +b missing node slaying +b missing node commonality +b missing node amatorially +b missing node unwrap +b missing node outrider +b missing node outrides +b missing node cloudlike +b missing node firth +b missing node brightly +b missing node squalliest +b missing node triplicating +b missing node thalami +b missing node balkily +b missing node chinked +b missing node slough +b missing node tibetans +b missing node blackballing +b missing node tiddly +b missing node eastwards +b missing node eugenically +b missing node tangos +b missing node sideshow +b missing node rocketer +b missing node solvated +b missing node senorita +b missing node plunge +b missing node photoelectric +b missing node grazers +b missing node broadish +b missing node apprise +b missing node brogues +b missing node blitzkrieged +b missing node braggers +b missing node enthralls +b missing node semicircles +b missing node codification +b missing node prepositional +b missing node maunders +b missing node moolas +b missing node casks +b missing node benefactive +b missing node firry +b missing node moolah +b missing node interdependency +b missing node braggest +b missing node earmuff +b missing node interdependence +b missing node triplication +b missing node uprooters +b missing node lazarettos +b missing node nonnative +b missing node fricative +b missing node oversimple +b missing node first +b missing node tyrannizers +b missing node welchers +b missing node amandine +b missing node kilometers +b missing node hollyhocks +b missing node enfoldings +b missing node outdoing +b missing node fishy +b missing node filibusterers +b missing node conduit +b missing node sneezy +b missing node anatomies +b missing node paralyses +b missing node keystroke +b missing node afterdecks +b missing node gyral +b missing node despotic +b missing node tumblings +b missing node sourball +b missing node tinplate +b missing node falcons +b missing node sneeze +b missing node beading +b missing node digitate +b missing node reverbs +b missing node mercerizes +b missing node secularizing +b missing node speculations +b missing node reprinting +b missing node cognomina +b missing node galvanism +b missing node earthling +b missing node annatto +b missing node mercerized +b missing node jerboas +b missing node scratchy +b missing node crawlways +b missing node hangaring +b missing node obsidians +b missing node reexhibited +b missing node reentering +b missing node spirits +b missing node porridges +b missing node detecting +b missing node forestation +b missing node beadily +b missing node slaked +b missing node arraignments +b missing node massacring +b missing node backless +b missing node pocketful +b missing node slakes +b missing node slaker +b missing node proffering +b missing node americanized +b missing node hemostats +b missing node evaporates +b missing node synodical +b missing node americanizes +b missing node unpacified +b missing node conduct +b missing node realty +b missing node colorations +b missing node sideburn +b missing node afars +b missing node pronuclear +b missing node knacker +b missing node jingoist +b missing node correcting +b missing node loungy +b missing node appeasers +b missing node knacked +b missing node detection +b missing node jingoism +b missing node evaporated +b missing node underdevelopment +b missing node semination +b missing node internes +b missing node jingoish +b missing node wouldest +b missing node canasta +b missing node harold +b missing node kindliest +b missing node trusted +b missing node caseworker +b missing node correction +b missing node internee +b missing node ninefold +b missing node wharfed +b missing node interned +b missing node trustee +b missing node aerations +b missing node lounge +b missing node crankily +b missing node purloined +b missing node treacherous +b missing node reassumed +b missing node vilest +b missing node batwoman +b missing node misconstrued +b missing node conduce +b missing node conservational +b missing node prevaricators +b missing node purloiner +b missing node devilries +b missing node cranking +b missing node abstentious +b missing node woofed +b missing node misconstrues +b missing node reassumes +b missing node allegros +b missing node materialistic +b missing node effluvium +b missing node woofer +b missing node remeasure +b missing node niggards +b missing node sacrificially +b missing node enrichment +b missing node homelier +b missing node lire +b missing node ellen +b missing node skimming +b missing node wildfires +b missing node lira +b missing node repay +b missing node encumbers +b missing node toupee +b missing node reverie +b missing node plena +b missing node stickling +b missing node panelled +b missing node penciled +b missing node bushings +b missing node cherenkov +b missing node truster +b missing node shoaled +b missing node exoskeleton +b missing node precipitous +b missing node requiters +b missing node earthlier +b missing node amoroso +b missing node overfills +b missing node lips +b missing node shoaler +b missing node penciler +b missing node preinserted +b missing node intercalated +b missing node politically +b missing node caste +b missing node myrmidon +b missing node kneelers +b missing node undeclared +b missing node seafronts +b missing node intercalates +b missing node casts +b missing node internal +b missing node cattish +b missing node lion +b missing node distorted +b missing node unrulier +b missing node depolarize +b missing node proamendment +b missing node amorous +b missing node liny +b missing node distorter +b missing node meterological +b missing node batwomen +b missing node detective +b missing node lins +b missing node muchness +b missing node casus +b missing node lint +b missing node recants +b missing node abstentions +b missing node privier +b missing node reveres +b missing node reverer +b missing node affecters +b missing node manifolding +b missing node cymbals +b missing node disemboweled +b missing node privies +b missing node revered +b missing node hardhacks +b missing node carfuls +b missing node limonite +b missing node live +b missing node gainfulness +b missing node advents +b missing node galumphed +b missing node vaquero +b missing node homelike +b missing node unhorse +b missing node enchanters +b missing node lith +b missing node lysine +b missing node magnetization +b missing node lits +b missing node lysing +b missing node locutions +b missing node enveloped +b missing node daybook +b missing node lite +b missing node contractility +b missing node nobelists +b missing node enveloper +b missing node gullible +b missing node envelopes +b missing node inestimably +b missing node list +b missing node restitutions +b missing node satanical +b missing node lisp +b missing node gullibly +b missing node semanticists +b missing node lysins +b missing node prebends +b missing node aquiver +b missing node calendulas +b missing node unambitious +b missing node buckthorn +b missing node rarify +b missing node mawkishly +b missing node nonirritant +b missing node pensionless +b missing node villager +b missing node misstep +b missing node villages +b missing node boatsman +b missing node dyadics +b missing node competitions +b missing node subsidize +b missing node bipotentiality +b missing node wooers +b missing node nymphets +b missing node stiffly +b missing node dipterous +b missing node stuffiness +b missing node repin +b missing node inestimable +b missing node chewing +b missing node gyros +b missing node ephesians +b missing node chignons +b missing node sloven +b missing node nightjars +b missing node noncombining +b missing node gumboil +b missing node properitoneal +b missing node teachable +b missing node ambitions +b missing node planking +b missing node gnawable +b missing node rallier +b missing node rallies +b missing node reply +b missing node scriving +b missing node gamesomely +b missing node reamed +b missing node reverse +b missing node perturbs +b missing node surceased +b missing node grocer +b missing node radomes +b missing node sheeneys +b missing node stifle +b missing node surceases +b missing node phaeton +b missing node boatsmen +b missing node teleprinters +b missing node poppied +b missing node marriageable +b missing node poppies +b missing node reamer +b missing node rallied +b missing node commiserated +b missing node pabulum +b missing node nonintervention +b missing node steamier +b missing node chinches +b missing node nigglings +b missing node calcitic +b missing node warship +b missing node repel +b missing node obstetrically +b missing node stargaze +b missing node stemmers +b missing node catch +b missing node slovak +b missing node drynesses +b missing node brooding +b missing node privily +b missing node nondiscriminatory +b missing node fellowship +b missing node vagarious +b missing node pilotages +b missing node attachment +b missing node massing +b missing node ministered +b missing node fishnet +b missing node unprocurable +b missing node cathy +b missing node overage +b missing node lienable +b missing node handiness +b missing node wrying +b missing node tovariches +b missing node calcites +b missing node botanizes +b missing node abashing +b missing node enviers +b missing node cobwebbed +b missing node spiring +b missing node ambitious +b missing node heptad +b missing node sophistries +b missing node wormholes +b missing node botanized +b missing node repro +b missing node gruesomeness +b missing node eschalots +b missing node offhandedly +b missing node wenched +b missing node commiserates +b missing node engraving +b missing node keelless +b missing node wencher +b missing node earthiness +b missing node wenches +b missing node cotangent +b missing node freebooted +b missing node depilatory +b missing node voracious +b missing node fishpoles +b missing node digitals +b missing node cater +b missing node cincture +b missing node dateable +b missing node shouting +b missing node cates +b missing node mateys +b missing node beadier +b missing node annulling +b missing node theatricals +b missing node useably +b missing node massagers +b missing node maunder +b missing node kabbalas +b missing node sisterhood +b missing node yttria +b missing node fists +b missing node yttric +b missing node trifling +b missing node exchangeable +b missing node reverts +b missing node adjudged +b missing node gyres +b missing node useable +b missing node overact +b missing node scarecrow +b missing node subclauses +b missing node kabbalah +b missing node adjudges +b missing node ricocheting +b missing node freebooter +b missing node flopover +b missing node methodic +b missing node gyred +b missing node probatively +b missing node shoddiness +b missing node maters +b missing node impoverishment +b missing node sheikhs +b missing node beauteously +b missing node turbofans +b missing node swishers +b missing node scantling +b missing node distally +b missing node marblings +b missing node evaporator +b missing node crankier +b missing node preeners +b missing node ricing +b missing node rakehells +b missing node recommenced +b missing node intermix +b missing node broodier +b missing node headpin +b missing node harped +b missing node stiffs +b missing node globalizing +b missing node vilely +b missing node unconstitutionality +b missing node hedgy +b missing node bludgeon +b missing node vanquish +b missing node darvon +b missing node hedge +b missing node massive +b missing node skaters +b missing node bastardize +b missing node popping +b missing node sanders +b missing node privity +b missing node obscenities +b missing node recommences +b missing node harper +b missing node stringless +b missing node reabsorption +b missing node fashed +b missing node jeannette +b missing node unrepentingly +b missing node strumming +b missing node kerns +b missing node fashes +b missing node unpardoned +b missing node addictives +b missing node hindrance +b missing node mimicry +b missing node concelebrates +b missing node impersonations +b missing node unstrung +b missing node retiring +b missing node relies +b missing node finals +b missing node plummeting +b missing node recontract +b missing node inflexibility +b missing node kookie +b missing node relief +b missing node relied +b missing node finale +b missing node advisee +b missing node advised +b missing node readmissions +b missing node outreasoned +b missing node guardants +b missing node lucrativeness +b missing node implacably +b missing node duplicators +b missing node pedophile +b missing node reclining +b missing node digested +b missing node amalgamate +b missing node arizonians +b missing node implacable +b missing node protista +b missing node safeguard +b missing node digester +b missing node unevenly +b missing node imbeciles +b missing node holster +b missing node increasable +b missing node manses +b missing node chivaree +b missing node wheals +b missing node kerry +b missing node doughtiness +b missing node advises +b missing node umlauting +b missing node adviser +b missing node relics +b missing node relict +b missing node theatricality +b missing node garret +b missing node fewer +b missing node midribs +b missing node noncomplying +b missing node suspicions +b missing node smolders +b missing node concelebrated +b missing node prehardening +b missing node jalopy +b missing node midriff +b missing node mordacious +b missing node defensing +b missing node noncausally +b missing node tyrannosaur +b missing node flyspecks +b missing node brittle +b missing node minimize +b missing node dodoism +b missing node ozonizing +b missing node pitying +b missing node hoofbeats +b missing node boxfish +b missing node suspicious +b missing node tutoresses +b missing node affrayer +b missing node drawable +b missing node barmier +b missing node visually +b missing node ascends +b missing node judiciaries +b missing node affrayed +b missing node phyla +b missing node vibes +b missing node acclaimers +b missing node felonries +b missing node lumen +b missing node fructify +b missing node catfishes +b missing node meshing +b missing node infectiously +b missing node cankerous +b missing node mechanistic +b missing node advisability +b missing node uncloaked +b missing node primping +b missing node comprehensiveness +b missing node antepartum +b missing node shortcoming +b missing node careworn +b missing node sibylline +b missing node isis +b missing node legalization +b missing node retort +b missing node autodials +b missing node rumps +b missing node piccolo +b missing node mustiest +b missing node mustache +b missing node pencils +b missing node steeples +b missing node manufacturing +b missing node creosote +b missing node protists +b missing node shunning +b missing node stockateer +b missing node headwind +b missing node fivers +b missing node disinformation +b missing node venially +b missing node defoggers +b missing node retook +b missing node retool +b missing node reinvigoration +b missing node incriminate +b missing node sixteenth +b missing node feigns +b missing node ferrymen +b missing node reinvigorating +b missing node steepled +b missing node neoplasm +b missing node deviously +b missing node trumpeting +b missing node disregarding +b missing node humdrums +b missing node deloused +b missing node nucleator +b missing node defensive +b missing node ornithologists +b missing node gregariously +b missing node prisoner +b missing node sidesteps +b missing node sovereignties +b missing node ferryman +b missing node hydrating +b missing node delouses +b missing node ejectment +b missing node prisoned +b missing node whipper +b missing node vandalizing +b missing node vagabonded +b missing node flailing +b missing node bullhead +b missing node whippet +b missing node postmaster +b missing node plosions +b missing node whipped +b missing node umiaks +b missing node gypsydom +b missing node hydration +b missing node advisor +b missing node bridging +b missing node unpreserved +b missing node overassured +b missing node retold +b missing node meshier +b missing node weaning +b missing node lallygag +b missing node redfin +b missing node nondeliveries +b missing node preppie +b missing node punditic +b missing node snappier +b missing node jawbone +b missing node mercerize +b missing node loader +b missing node inkles +b missing node undeterred +b missing node alchemical +b missing node autobus +b missing node outdistance +b missing node enchainment +b missing node mimical +b missing node loaded +b missing node hardwood +b missing node cosigned +b missing node dredgers +b missing node sealable +b missing node iron +b missing node conceiving +b missing node trueing +b missing node piosity +b missing node whinnying +b missing node espying +b missing node sequestrating +b missing node cosigner +b missing node litchi +b missing node retract +b missing node haltingly +b missing node localities +b missing node ammoniacs +b missing node squigglier +b missing node waterloos +b missing node rawest +b missing node orphans +b missing node dopiest +b missing node slimily +b missing node lulls +b missing node kerbs +b missing node iris +b missing node encomiums +b missing node marshal +b missing node determinable +b missing node sequestration +b missing node pluvial +b missing node sliming +b missing node tithable +b missing node rumor +b missing node precooking +b missing node shabby +b missing node laked +b missing node hypertrophy +b missing node lakes +b missing node determinably +b missing node laker +b missing node vodkas +b missing node weanlings +b missing node caravansary +b missing node perquisites +b missing node irks +b missing node shuddering +b missing node retrain +b missing node waistband +b missing node weepers +b missing node newsprint +b missing node rummy +b missing node croupiest +b missing node astrobiologies +b missing node ascents +b missing node bootlicked +b missing node superintends +b missing node rumba +b missing node respites +b missing node fervent +b missing node benefitted +b missing node cerises +b missing node monomaniacal +b missing node voyeurism +b missing node kerfs +b missing node ryegrass +b missing node respited +b missing node nonvoting +b missing node punditry +b missing node croupiers +b missing node mirths +b missing node insecurity +b missing node stepchildren +b missing node befits +b missing node geometricians +b missing node vegetarians +b missing node autographs +b missing node unstablest +b missing node vacuuming +b missing node contours +b missing node pilled +b missing node romanticists +b missing node biasness +b missing node backward +b missing node complexity +b missing node lulus +b missing node operates +b missing node operated +b missing node slimier +b missing node isopropyl +b missing node ordinations +b missing node missourians +b missing node celebrations +b missing node untangle +b missing node lilacs +b missing node blowtorch +b missing node tauting +b missing node manifestable +b missing node stencils +b missing node pitchforks +b missing node complexing +b missing node multicellular +b missing node jacketed +b missing node yachter +b missing node bicycle +b missing node chapleted +b missing node digestor +b missing node yachted +b missing node dictums +b missing node oneness +b missing node discographies +b missing node undoing +b missing node rhymesters +b missing node retrace +b missing node wheats +b missing node reverting +b missing node redeye +b missing node biennia +b missing node nests +b missing node irremovable +b missing node certificated +b missing node unwraps +b missing node certificates +b missing node snails +b missing node complexion +b missing node piscicide +b missing node morphology +b missing node tintypes +b missing node bootlicker +b missing node deprive +b missing node chubbiness +b missing node operatic +b missing node pillar +b missing node irremovably +b missing node litterateur +b missing node negaters +b missing node mantas +b missing node stuffs +b missing node hypothermal +b missing node sufficiencies +b missing node thrones +b missing node seizing +b missing node cuneate +b missing node accountantship +b missing node niseis +b missing node inducts +b missing node largos +b missing node potashes +b missing node snakes +b missing node arabize +b missing node hashishes +b missing node mounts +b missing node philtred +b missing node disorderly +b missing node snaked +b missing node rehammered +b missing node tractional +b missing node pillow +b missing node philtres +b missing node betoken +b missing node comanche +b missing node burrowers +b missing node insensitivities +b missing node blighters +b missing node incapacitator +b missing node wherewithal +b missing node throned +b missing node afflict +b missing node antitrust +b missing node cunnilinguism +b missing node nothing +b missing node herbalists +b missing node valvar +b missing node valval +b missing node edition +b missing node communicating +b missing node mantel +b missing node aperitifs +b missing node nonstructurally +b missing node motiveless +b missing node mantes +b missing node polymorphism +b missing node priciest +b missing node stropped +b missing node amorists +b missing node recrowned +b missing node besmoke +b missing node comically +b missing node editing +b missing node unserved +b missing node semantically +b missing node chastities +b missing node retractors +b missing node comprise +b missing node cardiographies +b missing node affiance +b missing node valved +b missing node sunken +b missing node heirdom +b missing node crucified +b missing node procuress +b missing node backwash +b missing node lintiest +b missing node chaffinches +b missing node aesthetically +b missing node ensile +b missing node touched +b missing node crucifies +b missing node throngs +b missing node gonorrheal +b missing node audio +b missing node cozie +b missing node attributives +b missing node communication +b missing node baywoods +b missing node anilities +b missing node toucher +b missing node touches +b missing node tautologically +b missing node audit +b missing node equability +b missing node crankiest +b missing node procurers +b missing node valves +b missing node mantid +b missing node mantic +b missing node deathlike +b missing node beckoning +b missing node snatcher +b missing node foretasted +b missing node snatches +b missing node windburns +b missing node windburnt +b missing node ideations +b missing node sloshes +b missing node equips +b missing node cozey +b missing node glutting +b missing node foretastes +b missing node shaded +b missing node smiting +b missing node sloshed +b missing node croppers +b missing node degreasing +b missing node mantis +b missing node shades +b missing node shader +b missing node banzai +b missing node scavengers +b missing node disarray +b missing node aretes +b missing node scavengery +b missing node snatched +b missing node disordered +b missing node snappily +b missing node illogically +b missing node exemplifies +b missing node mantle +b missing node conduced +b missing node meddlesome +b missing node unblocks +b missing node ringmasters +b missing node ignobility +b missing node socializers +b missing node conducer +b missing node conduces +b missing node sailorly +b missing node indicatives +b missing node pronged +b missing node cozen +b missing node larger +b missing node cozes +b missing node larges +b missing node ires +b missing node snapping +b missing node hypothermia +b missing node squiggling +b missing node hypothermic +b missing node malfunctioned +b missing node ired +b missing node exemplified +b missing node effluences +b missing node mendicancies +b missing node snappish +b missing node equity +b missing node luxuriously +b missing node misconstrue +b missing node stagings +b missing node clabber +b missing node lambs +b missing node warfarins +b missing node prepped +b missing node dearths +b missing node trefoils +b missing node sideboards +b missing node lamas +b missing node saprophytically +b missing node astrobiologist +b missing node castrators +b missing node loafed +b missing node chimera +b missing node cobbers +b missing node comprize +b missing node busted +b missing node testimonials +b missing node induces +b missing node inducer +b missing node paunchy +b missing node chimers +b missing node loafer +b missing node induced +b missing node indifferent +b missing node recordist +b missing node petnapping +b missing node unneedful +b missing node iran +b missing node benchmarked +b missing node fantods +b missing node trollying +b missing node valance +b missing node iraq +b missing node salvaging +b missing node retying +b missing node stuffy +b missing node ungratefully +b missing node audad +b missing node buster +b missing node unavoidability +b missing node batrachians +b missing node viselike +b missing node redeem +b missing node reverends +b missing node intitling +b missing node bustle +b missing node danced +b missing node geocentric +b missing node shipwrights +b missing node whiffle +b missing node dancer +b missing node mantra +b missing node minyanim +b missing node dances +b missing node panatellas +b missing node reallocate +b missing node frothiest +b missing node relive +b missing node shacks +b missing node upheld +b missing node preenlistments +b missing node margented +b missing node popularize +b missing node wurst +b missing node rhomboids +b missing node unmerited +b missing node clothespin +b missing node obits +b missing node mantua +b missing node fundamentalists +b missing node headphone +b missing node vegetates +b missing node biotechnologicaly +b missing node playacts +b missing node vegetated +b missing node defaulters +b missing node netty +b missing node cartographers +b missing node haleness +b missing node proboscis +b missing node pejoration +b missing node postilion +b missing node stilton +b missing node recording +b missing node equine +b missing node adulterous +b missing node chophouse +b missing node valediction +b missing node allocating +b missing node purulences +b missing node loiterers +b missing node microfilm +b missing node assigns +b missing node backbiter +b missing node upcurve +b missing node derbies +b missing node accouters +b missing node backbites +b missing node scoopsful +b missing node reassembling +b missing node submachine +b missing node incapacitated +b missing node tubularly +b missing node swankiest +b missing node pyloric +b missing node polyhedrons +b missing node suppers +b missing node incapacitates +b missing node princes +b missing node zither +b missing node pontes +b missing node foredoomed +b missing node engineering +b missing node whiffer +b missing node sailed +b missing node unrighteously +b missing node allocation +b missing node reverence +b missing node sailer +b missing node popularity +b missing node sapiences +b missing node mounds +b missing node tanglers +b missing node relist +b missing node jordanian +b missing node sapwoods +b missing node touchup +b missing node fantoms +b missing node relish +b missing node eyebrows +b missing node whiffed +b missing node obtrusions +b missing node reline +b missing node conducts +b missing node sailor +b missing node okayed +b missing node computability +b missing node lockets +b missing node dropouts +b missing node enlightenment +b missing node permeations +b missing node typewriter +b missing node typewrites +b missing node twills +b missing node trackman +b missing node vilifiers +b missing node pylorus +b missing node resumers +b missing node hidable +b missing node selenographer +b missing node dedicating +b missing node offertory +b missing node imbecilic +b missing node tricolors +b missing node corrugation +b missing node simplices +b missing node anemones +b missing node catalogued +b missing node chronology +b missing node stormiest +b missing node pejorative +b missing node mousers +b missing node cannabinol +b missing node catalogues +b missing node entertained +b missing node twilit +b missing node cataloguer +b missing node preshape +b missing node dedication +b missing node howitzer +b missing node crispens +b missing node corrugating +b missing node mizzens +b missing node ensign +b missing node authoress +b missing node entertainer +b missing node unseasoned +b missing node splurgy +b missing node malemutes +b missing node wontedly +b missing node witnesser +b missing node witnesses +b missing node resoundingly +b missing node splurge +b missing node sleekened +b missing node greatcoats +b missing node stilted +b missing node disintoxication +b missing node vials +b missing node witnessed +b missing node coypu +b missing node impounds +b missing node trackmen +b missing node blockiest +b missing node harming +b missing node guzzling +b missing node cerebella +b missing node yodling +b missing node swivelling +b missing node mortification +b missing node improvisors +b missing node pretty +b missing node seizins +b missing node hindustani +b missing node nasturtium +b missing node sacristans +b missing node cockade +b missing node foundress +b missing node lockers +b missing node recompensable +b missing node autoclaves +b missing node greenflies +b missing node subentries +b missing node thumping +b missing node rules +b missing node ruler +b missing node manual +b missing node ruled +b missing node threateners +b missing node redevelops +b missing node viand +b missing node wanner +b missing node malleable +b missing node crenelated +b missing node spuriousness +b missing node wrongly +b missing node malleably +b missing node crispers +b missing node fermis +b missing node sojourns +b missing node recapturing +b missing node jestful +b missing node vigilant +b missing node crispest +b missing node crenelates +b missing node turbidity +b missing node annoying +b missing node scribbling +b missing node eureka +b missing node irrupt +b missing node pastors +b missing node masculinizing +b missing node exhibiter +b missing node heiress +b missing node danegelds +b missing node curran +b missing node malignancies +b missing node moronic +b missing node larder +b missing node mapmakers +b missing node coronaries +b missing node riptide +b missing node dehydrogenate +b missing node larded +b missing node uncomplaining +b missing node divorcees +b missing node carpentry +b missing node contaminating +b missing node pretor +b missing node iuds +b missing node scuts +b missing node compliers +b missing node contractions +b missing node fateful +b missing node pluperfects +b missing node reinstalled +b missing node assonance +b missing node seducement +b missing node rebut +b missing node scute +b missing node rebus +b missing node scuta +b missing node swimmings +b missing node zestful +b missing node devalue +b missing node congressman +b missing node sourpuss +b missing node spiritually +b missing node porkier +b missing node tidiness +b missing node porkies +b missing node toadyism +b missing node foreteller +b missing node thrustpush +b missing node toadyish +b missing node corpulences +b missing node rhesus +b missing node reexporting +b missing node ceriphs +b missing node wiretap +b missing node biceps +b missing node reinvigorates +b missing node strafers +b missing node wronged +b missing node triplexes +b missing node scurf +b missing node bawdry +b missing node loitering +b missing node luxuriates +b missing node eastward +b missing node never +b missing node unnerving +b missing node cabochons +b missing node wronger +b missing node contamination +b missing node luxuriated +b missing node calcium +b missing node manure +b missing node haunched +b missing node scups +b missing node waviest +b missing node hydrostatic +b missing node congruently +b missing node sandlotter +b missing node lance +b missing node doctors +b missing node risings +b missing node demobs +b missing node outsizes +b missing node highths +b missing node mistyped +b missing node recusing +b missing node lanai +b missing node deeded +b missing node goodliest +b missing node couths +b missing node haunches +b missing node routinizing +b missing node lands +b missing node anemic +b missing node personification +b missing node anemia +b missing node ladyship +b missing node analysands +b missing node unless +b missing node inhering +b missing node dunning +b missing node nadirs +b missing node predations +b missing node strainers +b missing node ravishment +b missing node prepaying +b missing node rebop +b missing node scums +b missing node biokinetics +b missing node calcite +b missing node mailbags +b missing node exhume +b missing node jackeroo +b missing node exhibitor +b missing node marital +b missing node highted +b missing node sculk +b missing node maniocas +b missing node scull +b missing node ecosystem +b missing node sculp +b missing node inherits +b missing node contaminative +b missing node biomedical +b missing node fastidious +b missing node bunting +b missing node locking +b missing node unfurling +b missing node bandeau +b missing node stepfather +b missing node owned +b missing node diffractions +b missing node somersaulted +b missing node reassemblies +b missing node banyan +b missing node owner +b missing node stolidity +b missing node flagellant +b missing node mismating +b missing node receivership +b missing node paraguayans +b missing node effectiveness +b missing node mistypes +b missing node reddle +b missing node pardoners +b missing node annual +b missing node airmen +b missing node misbestow +b missing node treachery +b missing node lyrately +b missing node boppers +b missing node accoutrement +b missing node hemlock +b missing node arabian +b missing node ponton +b missing node prohibitively +b missing node bricklaying +b missing node demode +b missing node pingers +b missing node southeasterly +b missing node cremations +b missing node imagism +b missing node rebid +b missing node countries +b missing node depressives +b missing node preciosity +b missing node calcine +b missing node reradiates +b missing node respires +b missing node waterways +b missing node submarine +b missing node awfully +b missing node vitrified +b missing node revenues +b missing node tennyson +b missing node modifications +b missing node revenuer +b missing node respired +b missing node culturing +b missing node lamia +b missing node bedaubs +b missing node incest +b missing node standby +b missing node revenued +b missing node legitimately +b missing node unauthorized +b missing node panned +b missing node filigree +b missing node smearcase +b missing node lessened +b missing node flagellate +b missing node beanstalk +b missing node superimpose +b missing node osiers +b missing node incept +b missing node curtailments +b missing node lollypop +b missing node madmen +b missing node vitrifies +b missing node assonants +b missing node unctuously +b missing node reradiated +b missing node stuffiest +b missing node housebreaking +b missing node unfathomed +b missing node standee +b missing node tunable +b missing node gumdrop +b missing node legionnaire +b missing node tunably +b missing node reckless +b missing node slackened +b missing node dandle +b missing node demons +b missing node sneezing +b missing node ketch +b missing node pliable +b missing node rebec +b missing node ambient +b missing node sinters +b missing node redded +b missing node quadratic +b missing node abstracters +b missing node redden +b missing node pliably +b missing node rebel +b missing node imagine +b missing node parabolic +b missing node lamed +b missing node redder +b missing node sinecures +b missing node revenual +b missing node imaging +b missing node preestablishing +b missing node totaled +b missing node necrose +b missing node revalidated +b missing node holiest +b missing node divorcers +b missing node reconnecting +b missing node imitativeness +b missing node backsaw +b missing node bellyaches +b missing node lamer +b missing node lames +b missing node madman +b missing node omnipotence +b missing node brassiest +b missing node bellyached +b missing node concentricity +b missing node paddlings +b missing node moreover +b missing node foundries +b missing node outsized +b missing node outworkers +b missing node gimmicked +b missing node conventionally +b missing node brassiere +b missing node confidently +b missing node combusts +b missing node sublimeness +b missing node embosoming +b missing node pollees +b missing node rebbe +b missing node bourgeon +b missing node architects +b missing node quadrated +b missing node gimmickry +b missing node gurneys +b missing node foldboats +b missing node unmagnified +b missing node lamps +b missing node flagellants +b missing node toadying +b missing node dopester +b missing node liters +b missing node shadow +b missing node upreached +b missing node rifeness +b missing node coworkers +b missing node dander +b missing node stepping +b missing node annuli +b missing node befallen +b missing node deprogrammer +b missing node reinvigorated +b missing node sawdusts +b missing node annuls +b missing node sphincters +b missing node philtering +b missing node banalities +b missing node upreaches +b missing node inexpensively +b missing node deprogrammed +b missing node alcohol +b missing node congressmen +b missing node quadrates +b missing node alienation +b missing node confraternities +b missing node playable +b missing node knowhows +b missing node filisters +b missing node haranguers +b missing node camellias +b missing node ballasted +b missing node establisher +b missing node establishes +b missing node carpenter +b missing node nearness +b missing node sesame +b missing node novelette +b missing node milfoil +b missing node awaited +b missing node established +b missing node depreciations +b missing node underacted +b missing node contribute +b missing node statistically +b missing node forgoers +b missing node currie +b missing node ooziness +b missing node bulwarks +b missing node deathful +b missing node premixing +b missing node stander +b missing node snaggy +b missing node permutationist +b missing node awaiter +b missing node exhibited +b missing node feyer +b missing node banders +b missing node totally +b missing node pollywog +b missing node pajamas +b missing node sneezier +b missing node dilemmic +b missing node changeful +b missing node trolley +b missing node presto +b missing node hilarious +b missing node generalships +b missing node prandial +b missing node resealing +b missing node alienating +b missing node douching +b missing node dialyzes +b missing node nonmythical +b missing node dialyzer +b missing node hemstitching +b missing node averting +b missing node dialyzed +b missing node chippered +b missing node parabolas +b missing node biorhythmicity +b missing node calcify +b missing node globalized +b missing node demote +b missing node playact +b missing node resubscribe +b missing node grandmother +b missing node curred +b missing node ninepin +b missing node trolled +b missing node mesomorph +b missing node troller +b missing node gunwale +b missing node predicting +b missing node standup +b missing node atomistic +b missing node housemaid +b missing node middlebrows +b missing node intromitting +b missing node castigates +b missing node isolates +b missing node docilely +b missing node castigated +b missing node indelicacy +b missing node isolated +b missing node annunciates +b missing node featuring +b missing node ursiform +b missing node reprisals +b missing node bountied +b missing node germinates +b missing node resignations +b missing node stenches +b missing node corroborators +b missing node preengaging +b missing node reave +b missing node adjutant +b missing node disrupted +b missing node germinated +b missing node jesters +b missing node trollop +b missing node gimpiest +b missing node benefitting +b missing node unassured +b missing node annunciated +b missing node degrade +b missing node subtenancies +b missing node diameters +b missing node abhorrences +b missing node agamic +b missing node seabags +b missing node randier +b missing node blowzier +b missing node swards +b missing node quailing +b missing node operator +b missing node pollers +b missing node sidlingly +b missing node suavities +b missing node curettage +b missing node newer +b missing node atriums +b missing node doling +b missing node newel +b missing node subpoenas +b missing node upstages +b missing node reinvestigate +b missing node consistory +b missing node subpoenal +b missing node alienability +b missing node installment +b missing node abominate +b missing node reaps +b missing node upstaged +b missing node womanlier +b missing node gleans +b missing node renowns +b missing node twinge +b missing node aliquant +b missing node confessionals +b missing node shapely +b missing node tressy +b missing node disinclinations +b missing node subchapter +b missing node itch +b missing node pelagic +b missing node holiday +b missing node eutrophy +b missing node nicknamed +b missing node troopships +b missing node agriculturists +b missing node diaphragms +b missing node filthiness +b missing node depress +b missing node twiner +b missing node nicknames +b missing node disrupter +b missing node boast +b missing node resorting +b missing node twines +b missing node criminals +b missing node safeguards +b missing node smuggler +b missing node corroboratory +b missing node smuggles +b missing node smuggled +b missing node rears +b missing node drunks +b missing node rearm +b missing node bounties +b missing node twined +b missing node plainclothes +b missing node hillers +b missing node medalist +b missing node honorless +b missing node gunmetals +b missing node calculational +b missing node boats +b missing node muscularly +b missing node ital +b missing node prediction +b missing node wickedest +b missing node gleams +b missing node killjoys +b missing node gulling +b missing node grogshops +b missing node debarkations +b missing node iscariot +b missing node gleamy +b missing node newly +b missing node annunciator +b missing node misdoubted +b missing node reals +b missing node toyish +b missing node realm +b missing node rarefiers +b missing node texts +b missing node tautest +b missing node predictive +b missing node board +b missing node superhuman +b missing node reams +b missing node padrone +b missing node paternity +b missing node boars +b missing node perspired +b missing node remixed +b missing node jacketing +b missing node bankroll +b missing node drippers +b missing node playboy +b missing node dourness +b missing node perspires +b missing node nonabsoluteness +b missing node cheroots +b missing node mellowing +b missing node castigator +b missing node conservatism +b missing node remixes +b missing node secularistic +b missing node twisting +b missing node califate +b missing node untidy +b missing node seraphim +b missing node swarms +b missing node rigidify +b missing node abide +b missing node seraphic +b missing node untied +b missing node bankers +b missing node backdoor +b missing node staysail +b missing node item +b missing node unrestrictedly +b missing node datedly +b missing node cambering +b missing node unties +b missing node incompetencies +b missing node explicating +b missing node wetbacks +b missing node treetop +b missing node gorals +b missing node rawish +b missing node cousin +b missing node conveyable +b missing node imagist +b missing node shapeup +b missing node accepters +b missing node reiterate +b missing node hometown +b missing node guarding +b missing node agamas +b missing node debility +b missing node premieres +b missing node mitotic +b missing node endowing +b missing node buckboards +b missing node premiered +b missing node sepulture +b missing node shapers +b missing node reuniting +b missing node retranslate +b missing node sanitization +b missing node pushup +b missing node conservation +b missing node dumbness +b missing node preset +b missing node izzard +b missing node explication +b missing node beltless +b missing node effusiveness +b missing node waterlogs +b missing node continent +b missing node pollens +b missing node beauteous +b missing node advocatory +b missing node devolves +b missing node sequoias +b missing node unidiomatic +b missing node isms +b missing node dollishly +b missing node ready +b missing node sandblasted +b missing node devolved +b missing node lanky +b missing node placarder +b missing node cayman +b missing node castigate +b missing node menads +b missing node slack +b missing node unexampled +b missing node nordic +b missing node gingersnap +b missing node readd +b missing node placarded +b missing node airmailed +b missing node communiques +b missing node aquacades +b missing node eyepoint +b missing node propjets +b missing node morticians +b missing node reads +b missing node scuff +b missing node triticale +b missing node digression +b missing node occults +b missing node indelicate +b missing node sandblaster +b missing node eroticizing +b missing node robles +b missing node events +b missing node mouthily +b missing node crotched +b missing node compactions +b missing node crinoids +b missing node kakemono +b missing node nevus +b missing node arborvitae +b missing node lawyerlike +b missing node overtaxing +b missing node swarth +b missing node crotchet +b missing node instincts +b missing node crotches +b missing node menage +b missing node gelable +b missing node pheromonal +b missing node rosalind +b missing node precipitously +b missing node swarty +b missing node isle +b missing node mouthing +b missing node sandwort +b missing node baloneys +b missing node chancellery +b missing node bulbar +b missing node toying +b missing node messenger +b missing node prenames +b missing node conservative +b missing node ultimateness +b missing node unproductive +b missing node ambery +b missing node exemplar +b missing node ambers +b missing node declination +b missing node redcap +b missing node conniptions +b missing node scuba +b missing node admittances +b missing node tunings +b missing node birthday +b missing node digressing +b missing node ceramic +b missing node tarnishable +b missing node anchoresses +b missing node reach +b missing node react +b missing node lanes +b missing node institution +b missing node intransigence +b missing node tensities +b missing node appareling +b missing node aroints +b missing node vocalizing +b missing node scuds +b missing node bedaubed +b missing node nonporous +b missing node bagwigs +b missing node instituting +b missing node slabs +b missing node pheromones +b missing node loanings +b missing node cymes +b missing node purchaseable +b missing node bulbed +b missing node overfull +b missing node insist +b missing node guardian +b missing node cockaded +b missing node course +b missing node piglets +b missing node japanized +b missing node icelanders +b missing node prefixing +b missing node rigidity +b missing node teachability +b missing node crestless +b missing node cheyennes +b missing node acceptees +b missing node covalently +b missing node acetic +b missing node japanizes +b missing node disregardful +b missing node jerries +b missing node halftone +b missing node abhor +b missing node infarcts +b missing node russifying +b missing node prefixion +b missing node reattachment +b missing node redeemed +b missing node exoteric +b missing node affidavits +b missing node gathers +b missing node cockades +b missing node wending +b missing node generators +b missing node redeemer +b missing node wheedles +b missing node courts +b missing node wheedler +b missing node nightfall +b missing node stovers +b missing node caimans +b missing node quadded +b missing node redbud +b missing node crooning +b missing node isolator +b missing node redbug +b missing node injudicious +b missing node disconnected +b missing node hatable +b missing node evenly +b missing node unartfulness +b missing node reviewers +b missing node wheedled +b missing node mouthier +b missing node pusher +b missing node waggoner +b missing node bystreets +b missing node uglis +b missing node gearcase +b missing node pushes +b missing node farcical +b missing node fezes +b missing node waggoned +b missing node armadillos +b missing node bergman +b missing node sliver +b missing node stoicism +b missing node nectar +b missing node tobaccoes +b missing node unevener +b missing node magistral +b missing node saints +b missing node rarebits +b missing node thumbtack +b missing node bludgeons +b missing node famished +b missing node fossillike +b missing node euchring +b missing node kneeled +b missing node pinafores +b missing node telegenic +b missing node narcotized +b missing node famishes +b missing node womanlike +b missing node kneeler +b missing node reradiating +b missing node gullies +b missing node digressive +b missing node ghostly +b missing node ossification +b missing node narcotizes +b missing node theoretically +b missing node racially +b missing node gullied +b missing node leaguering +b missing node george +b missing node helicopts +b missing node menace +b missing node misdirect +b missing node oversells +b missing node pushed +b missing node jewelling +b missing node studded +b missing node ceremoniously +b missing node president +b missing node frequenter +b missing node kenos +b missing node shatter +b missing node salmons +b missing node finely +b missing node glottal +b missing node predator +b missing node ballistically +b missing node frequented +b missing node demoralizers +b missing node anthologize +b missing node teaspoonful +b missing node billhead +b missing node laundrywoman +b missing node pleats +b missing node kenny +b missing node mitosis +b missing node nexus +b missing node diphtheritic +b missing node abler +b missing node ables +b missing node elans +b missing node monkeries +b missing node polaroids +b missing node exploders +b missing node seminarians +b missing node tiptops +b missing node eland +b missing node ozonizers +b missing node britisher +b missing node headmistress +b missing node rescuers +b missing node sublease +b missing node metallically +b missing node rivals +b missing node checkpoint +b missing node holocaust +b missing node disbars +b missing node machinable +b missing node garner +b missing node expounders +b missing node retirers +b missing node gorillas +b missing node interdictory +b missing node freebees +b missing node garnet +b missing node toddled +b missing node reshaping +b missing node strummers +b missing node cataclysm +b missing node racking +b missing node toddler +b missing node lapel +b missing node toddles +b missing node chutzpa +b missing node enamelwork +b missing node indecently +b missing node wheels +b missing node rural +b missing node uncomplicated +b missing node soaking +b missing node discounted +b missing node discounter +b missing node craftily +b missing node bacchic +b missing node whispery +b missing node twinkler +b missing node twinkles +b missing node appositely +b missing node whispers +b missing node lictor +b missing node comfits +b missing node soupcon +b missing node empoisoned +b missing node dredging +b missing node stucco +b missing node twinkled +b missing node postages +b missing node mortifies +b missing node crafting +b missing node mortified +b missing node yacked +b missing node sandpaper +b missing node inside +b missing node counterfeiting +b missing node uncollected +b missing node unionization +b missing node ermined +b missing node saigon +b missing node appealer +b missing node retirees +b missing node ermines +b missing node errors +b missing node pilous +b missing node impugnable +b missing node mystical +b missing node romancing +b missing node pressured +b missing node intransigents +b missing node disembarked +b missing node appealed +b missing node ghosted +b missing node echoey +b missing node bacchus +b missing node cobbier +b missing node undercover +b missing node echoer +b missing node echoes +b missing node deckhand +b missing node defogging +b missing node pollutant +b missing node margining +b missing node tumescent +b missing node echoed +b missing node decigrams +b missing node echoic +b missing node pilose +b missing node finest +b missing node flautist +b missing node nonreactive +b missing node taketh +b missing node volcano +b missing node shrewdness +b missing node overween +b missing node covenantor +b missing node sellouts +b missing node finery +b missing node takers +b missing node prepuce +b missing node soapiest +b missing node ethical +b missing node dromedaries +b missing node lexically +b missing node fellator +b missing node pressures +b missing node restring +b missing node pilots +b missing node ratifying +b missing node complexest +b missing node furthered +b missing node floodgate +b missing node craftier +b missing node elasticum +b missing node plutonic +b missing node indecenter +b missing node chieftainship +b missing node owlet +b missing node retreat +b missing node bridged +b missing node elephantiases +b missing node rebroadcast +b missing node tetralogy +b missing node occupation +b missing node perturbation +b missing node aggregations +b missing node wherries +b missing node generalizing +b missing node tailwind +b missing node metabolizable +b missing node inst +b missing node trouser +b missing node requirements +b missing node curter +b missing node intl +b missing node unforested +b missing node proadministration +b missing node exceedingly +b missing node boilable +b missing node lexicon +b missing node pastier +b missing node sinisterly +b missing node pasties +b missing node retread +b missing node into +b missing node intr +b missing node bedposts +b missing node bismarck +b missing node comprehension +b missing node evenings +b missing node variances +b missing node confutations +b missing node refrigerated +b missing node pastils +b missing node delegant +b missing node everyday +b missing node interrogatively +b missing node bossily +b missing node gorges +b missing node gorger +b missing node gorget +b missing node altho +b missing node oxidants +b missing node chiming +b missing node surfings +b missing node unemotional +b missing node comprehensive +b missing node inns +b missing node dissociative +b missing node lockbox +b missing node hurdlers +b missing node goaled +b missing node tautening +b missing node hospice +b missing node deposited +b missing node oohing +b missing node overprecise +b missing node plebes +b missing node shiniest +b missing node jadish +b missing node austerity +b missing node backlog +b missing node nonessentials +b missing node rhodes +b missing node pastime +b missing node disciples +b missing node refrigerates +b missing node gingerly +b missing node classifying +b missing node sandpipers +b missing node serotypes +b missing node unsoiled +b missing node adventure +b missing node licentiously +b missing node parlors +b missing node folkish +b missing node bridges +b missing node areola +b missing node skylark +b missing node glamorized +b missing node areole +b missing node robing +b missing node weedless +b missing node alter +b missing node defaulter +b missing node glamorizer +b missing node bossing +b missing node glamorizes +b missing node upstairs +b missing node esplanade +b missing node defaulted +b missing node pegasus +b missing node exported +b missing node adenose +b missing node burrowing +b missing node pushpin +b missing node backlit +b missing node miscreants +b missing node beatified +b missing node photocell +b missing node angiogram +b missing node persecute +b missing node recoups +b missing node beatifies +b missing node riftless +b missing node functionless +b missing node decamping +b missing node rankings +b missing node schoolmasters +b missing node electioneered +b missing node steeled +b missing node exporter +b missing node clonism +b missing node occupative +b missing node curtly +b missing node snowplows +b missing node pasting +b missing node kendo +b missing node undercutting +b missing node demilitarized +b missing node mysticly +b missing node sudsier +b missing node inly +b missing node wheezy +b missing node idiomatically +b missing node lienholder +b missing node precious +b missing node bobby +b missing node bossism +b missing node jointers +b missing node pastina +b missing node comfier +b missing node wheeze +b missing node foliages +b missing node embarring +b missing node chowchows +b missing node scurviest +b missing node recount +b missing node threader +b missing node inky +b missing node stampedes +b missing node appointment +b missing node inks +b missing node foliaged +b missing node gorged +b missing node ferry +b missing node demilitarizes +b missing node threaded +b missing node parlous +b missing node parlour +b missing node stampeded +b missing node matrimonial +b missing node stallion +b missing node phoebe +b missing node cloning +b missing node versification +b missing node info +b missing node foyers +b missing node predates +b missing node stinkpots +b missing node boasted +b missing node speakable +b missing node solenoidal +b missing node gingered +b missing node godowns +b missing node altos +b missing node reaccenting +b missing node larked +b missing node glottis +b missing node seismography +b missing node dankness +b missing node stalling +b missing node usuries +b missing node ungently +b missing node gorgon +b missing node seismographs +b missing node larker +b missing node glottic +b missing node crayoned +b missing node tautens +b missing node delegati +b missing node techniques +b missing node manganese +b missing node delegate +b missing node unrecompensed +b missing node upset +b missing node hopheads +b missing node options +b missing node anthologist +b missing node toccata +b missing node predated +b missing node tremendously +b missing node refrigerator +b missing node ferny +b missing node ferns +b missing node cavernously +b missing node fallacies +b missing node geometer +b missing node represents +b missing node evangelistically +b missing node bossier +b missing node bossies +b missing node alimented +b missing node transaction +b missing node dismissing +b missing node incarnadined +b missing node barkentines +b missing node curtsy +b missing node icehouses +b missing node nonvoters +b missing node resorters +b missing node fermi +b missing node stateless +b missing node incarnadines +b missing node laundrywomen +b missing node goalie +b missing node abstruse +b missing node vitriols +b missing node acidulation +b missing node bullpens +b missing node specials +b missing node covenantee +b missing node bitumens +b missing node covenanted +b missing node coiffeuses +b missing node frocked +b missing node lexical +b missing node alignment +b missing node germier +b missing node presiders +b missing node rheums +b missing node bedrail +b missing node obesity +b missing node jading +b missing node sudsing +b missing node trippings +b missing node hatboxes +b missing node adenoid +b missing node billow +b missing node ungentle +b missing node rheumy +b missing node creneled +b missing node vamoosing +b missing node defendants +b missing node finesse +b missing node boffin +b missing node spruces +b missing node sprucer +b missing node inch +b missing node newsy +b missing node transacting +b missing node lubber +b missing node traditions +b missing node inca +b missing node boaster +b missing node spruced +b missing node corroborative +b missing node acidulating +b missing node solicits +b missing node newts +b missing node unperjured +b missing node maternalism +b missing node spyglass +b missing node threatening +b missing node deuteronomy +b missing node mongooses +b missing node nasalizes +b missing node prognose +b missing node befool +b missing node odorants +b missing node constable +b missing node blatancy +b missing node lithic +b missing node stablings +b missing node traveler +b missing node constructively +b missing node represses +b missing node palmyra +b missing node drupes +b missing node nilled +b missing node bombastic +b missing node nasalized +b missing node irredeemability +b missing node repressed +b missing node consisting +b missing node duplications +b missing node tribunate +b missing node typically +b missing node hypodermic +b missing node before +b missing node stubby +b missing node readableness +b missing node screw +b missing node priestlier +b missing node disinters +b missing node geometric +b missing node crasher +b missing node endeavors +b missing node crashes +b missing node realigning +b missing node traveled +b missing node churchwarden +b missing node inroads +b missing node unhindered +b missing node gumptions +b missing node stableness +b missing node crashed +b missing node scree +b missing node obese +b missing node carmines +b missing node thorniest +b missing node nonindependent +b missing node shrewed +b missing node snafus +b missing node hardest +b missing node corroboration +b missing node intuitions +b missing node restamps +b missing node fetes +b missing node putdowns +b missing node corroborating +b missing node hematology +b missing node reverters +b missing node smirching +b missing node hawkings +b missing node ruddily +b missing node myriapods +b missing node censuring +b missing node summings +b missing node underemployed +b missing node decoupage +b missing node fledging +b missing node occasionally +b missing node finder +b missing node compress +b missing node reinoculations +b missing node putridly +b missing node skidoos +b missing node bejewelled +b missing node gypsyisms +b missing node capitalistically +b missing node lither +b missing node carefully +b missing node cannabises +b missing node playtimes +b missing node polarizations +b missing node idolaters +b missing node befoul +b missing node scrim +b missing node hardens +b missing node eidola +b missing node cockcrows +b missing node scrip +b missing node redact +b missing node purchasers +b missing node idealizations +b missing node kempt +b missing node goodish +b missing node billie +b missing node fetid +b missing node chinning +b missing node enigmatic +b missing node nastiness +b missing node depositor +b missing node rabidities +b missing node recorders +b missing node recurrently +b missing node signalers +b missing node swatch +b missing node lactose +b missing node gullibility +b missing node oxtongue +b missing node metronome +b missing node quadratics +b missing node befogs +b missing node fetal +b missing node eroding +b missing node fetas +b missing node slippy +b missing node subcellular +b missing node fetch +b missing node discuses +b missing node arizonans +b missing node inking +b missing node returnees +b missing node delegacy +b missing node freeload +b missing node unclaimed +b missing node defensively +b missing node arabesk +b missing node tractable +b missing node evaluations +b missing node obeys +b missing node preventability +b missing node trenchant +b missing node judiciousness +b missing node shoplifters +b missing node tribunals +b missing node fledgier +b missing node recover +b missing node giftless +b missing node tractably +b missing node dissociating +b missing node athenaeums +b missing node hydrostatical +b missing node acetify +b missing node ratiocinate +b missing node beaters +b missing node koshers +b missing node billet +b missing node kreuzers +b missing node biller +b missing node feted +b missing node tributaries +b missing node billed +b missing node pigmentation +b missing node viers +b missing node repressor +b missing node falcon +b missing node inarticulately +b missing node scrod +b missing node dissociation +b missing node procurals +b missing node skyey +b missing node dilemmas +b missing node fellaheen +b missing node skyed +b missing node factionalism +b missing node longevities +b missing node cropping +b missing node redcoat +b missing node bothers +b missing node intercalating +b missing node snappers +b missing node anthologies +b missing node bringeth +b missing node reenlisting +b missing node slipup +b missing node corelating +b missing node overpowers +b missing node mochas +b missing node ceriums +b missing node cartographies +b missing node swaths +b missing node bringers +b missing node becometh +b missing node imps +b missing node standard +b missing node preoccupy +b missing node robins +b missing node pleasantries +b missing node swathe +b missing node undergrounder +b missing node ghats +b missing node millivolts +b missing node voltmeter +b missing node ghast +b missing node epigraphs +b missing node intercalation +b missing node repossess +b missing node stipulable +b missing node epigraphy +b missing node bonehead +b missing node waftage +b missing node karsts +b missing node divergence +b missing node disqualifications +b missing node labradorite +b missing node scrub +b missing node danger +b missing node defaults +b missing node inkier +b missing node gypsying +b missing node desensitization +b missing node wanton +b missing node obeah +b missing node encompassing +b missing node bedfellow +b missing node inflammation +b missing node epiphytes +b missing node danged +b missing node sultriest +b missing node relativistic +b missing node anthracitic +b missing node posthole +b missing node stances +b missing node vellum +b missing node pleads +b missing node cushiony +b missing node lettered +b missing node cushions +b missing node overprecisely +b missing node scrabbling +b missing node desiccate +b missing node cursed +b missing node letterer +b missing node lapse +b missing node exorcizes +b missing node curser +b missing node curses +b missing node institutors +b missing node soubrettes +b missing node stadiums +b missing node exorcized +b missing node vitrines +b missing node amarettos +b missing node mislayers +b missing node heiring +b missing node edwards +b missing node aerials +b missing node tweedle +b missing node extorsive +b missing node upcoiling +b missing node caterwaul +b missing node disarmed +b missing node ascribed +b missing node magnetically +b missing node nonunionist +b missing node wingback +b missing node stateliest +b missing node impaneled +b missing node ghana +b missing node disarmer +b missing node undercoatings +b missing node goodies +b missing node skinniest +b missing node butterflies +b missing node interpolate +b missing node hocusses +b missing node dilapidator +b missing node antisepticize +b missing node unnaturalness +b missing node accumulatively +b missing node sheriffcies +b missing node ascribes +b missing node bocce +b missing node gunpowder +b missing node extraneous +b missing node bocci +b missing node equivokes +b missing node acoustics +b missing node zestier +b missing node vroom +b missing node dangle +b missing node socializing +b missing node remunerative +b missing node hocussed +b missing node rubbery +b missing node emceed +b missing node viewy +b missing node alums +b missing node rubbers +b missing node luges +b missing node smiters +b missing node desiccant +b missing node psalteries +b missing node views +b missing node maculations +b missing node emcees +b missing node downlinked +b missing node shamanic +b missing node cursor +b missing node refiling +b missing node kelts +b missing node bibbery +b missing node overcharged +b missing node tiptoes +b missing node recessively +b missing node reredos +b missing node heartstring +b missing node bagworm +b missing node pinnacled +b missing node overcharges +b missing node daffiness +b missing node extenuations +b missing node halftime +b missing node repines +b missing node travelog +b missing node pinnacles +b missing node clawing +b missing node repiner +b missing node repined +b missing node scufflers +b missing node expurgate +b missing node ensuring +b missing node wanted +b missing node hypothesists +b missing node fesse +b missing node wanter +b missing node waddling +b missing node frequently +b missing node algebra +b missing node nonsegregated +b missing node bloodworm +b missing node bustling +b missing node galvanizer +b missing node bibbers +b missing node lapin +b missing node galvanized +b missing node lapis +b missing node tunefulness +b missing node emphasized +b missing node effrontery +b missing node rigorism +b missing node boche +b missing node interject +b missing node cockeye +b missing node beckoners +b missing node rigorist +b missing node galvanizes +b missing node emphasizes +b missing node obeli +b missing node vrouw +b missing node mourns +b missing node monistic +b missing node chippewas +b missing node ruddier +b missing node evaporations +b missing node barbecued +b missing node vivisect +b missing node disband +b missing node unanimated +b missing node returners +b missing node please +b missing node toxicity +b missing node waitings +b missing node britishers +b missing node barbecues +b missing node notoriously +b missing node baronies +b missing node llano +b missing node extorsion +b missing node deathcup +b missing node actualities +b missing node restrict +b missing node cockers +b missing node externalization +b missing node airman +b missing node imam +b missing node remuneration +b missing node lapps +b missing node sweetsop +b missing node disturbances +b missing node bricklayers +b missing node lithos +b missing node remunerating +b missing node incitingly +b missing node endeavour +b missing node llama +b missing node shinglers +b missing node misdoubts +b missing node bocks +b missing node fluids +b missing node tablespoons +b missing node mitoses +b missing node zesting +b missing node vrows +b missing node preyed +b missing node subjoining +b missing node tiptoed +b missing node gypsyism +b missing node preyer +b missing node spinsters +b missing node gypsyish +b missing node dilapidated +b missing node trombonist +b missing node merengue +b missing node palimpsest +b missing node chantages +b missing node pantheistical +b missing node avatars +b missing node quos +b missing node video +b missing node wafers +b missing node alway +b missing node panics +b missing node heehaws +b missing node jimsonweed +b missing node extract +b missing node clonked +b missing node perennials +b missing node ratification +b missing node ostentation +b missing node yacks +b missing node evacuations +b missing node rungless +b missing node wafery +b missing node serializing +b missing node larky +b missing node strafing +b missing node busses +b missing node collimate +b missing node inundating +b missing node humidities +b missing node shamelessness +b missing node larks +b missing node minimalists +b missing node unawaked +b missing node calender +b missing node padishah +b missing node professorial +b missing node adulator +b missing node barraging +b missing node misdefines +b missing node quartile +b missing node bilker +b missing node hogback +b missing node misdefined +b missing node sabines +b missing node gemological +b missing node precinct +b missing node bussed +b missing node bilked +b missing node failings +b missing node abstractionists +b missing node grievances +b missing node computational +b missing node otologically +b missing node annoyers +b missing node lares +b missing node bicarb +b missing node crooners +b missing node millionths +b missing node rallyings +b missing node insulting +b missing node mousse +b missing node interjects +b missing node dually +b missing node large +b missing node woolpack +b missing node largo +b missing node monoliths +b missing node ganglions +b missing node pawnable +b missing node calendal +b missing node calendar +b missing node schematically +b missing node turnkeys +b missing node lothsome +b missing node pseudonym +b missing node vividness +b missing node pointmen +b missing node wikiups +b missing node stylishly +b missing node knighthood +b missing node goalless +b missing node explanted +b missing node nubblier +b missing node unconsciously +b missing node phobic +b missing node valkyrs +b missing node phobia +b missing node draftable +b missing node mustang +b missing node abstracting +b missing node spastically +b missing node decorousness +b missing node bravura +b missing node waterworthy +b missing node sights +b missing node abstraction +b missing node compliant +b missing node pledge +b missing node quia +b missing node quid +b missing node rupee +b missing node harkeners +b missing node divorcing +b missing node alikeness +b missing node quip +b missing node quit +b missing node halfpennies +b missing node quiz +b missing node axillary +b missing node decayers +b missing node unsurpassed +b missing node introvert +b missing node larch +b missing node egomaniacal +b missing node impeccability +b missing node bravure +b missing node elmier +b missing node tatoos +b missing node unlace +b missing node schmuck +b missing node lardy +b missing node sipper +b missing node plosives +b missing node lards +b missing node goodmen +b missing node gainlier +b missing node sunlit +b missing node thrombi +b missing node installations +b missing node mustard +b missing node cheesiness +b missing node martyred +b missing node yacht +b missing node apparelled +b missing node deathbed +b missing node visitable +b missing node chumped +b missing node labyrinth +b missing node eggbeaters +b missing node inundation +b missing node rehearsals +b missing node alfalfas +b missing node quartics +b missing node kepis +b missing node shingling +b missing node curvey +b missing node aristocracies +b missing node stolidest +b missing node harmfulness +b missing node curves +b missing node curvet +b missing node anterior +b missing node mouthful +b missing node counsels +b missing node scherzo +b missing node affray +b missing node seductive +b missing node scherzi +b missing node airier +b missing node dayflies +b missing node centrums +b missing node feuds +b missing node antinovels +b missing node mangling +b missing node housebreakers +b missing node arranging +b missing node cosmically +b missing node obsess +b missing node goodman +b missing node quod +b missing node teletypist +b missing node anastigmatic +b missing node curved +b missing node panier +b missing node insulator +b missing node technologists +b missing node trombonists +b missing node rheostats +b missing node skeeters +b missing node extricating +b missing node undigested +b missing node boded +b missing node redirected +b missing node nescients +b missing node bodes +b missing node delicatessen +b missing node flavouring +b missing node equate +b missing node narcissism +b missing node iridiums +b missing node ericas +b missing node rudders +b missing node incase +b missing node importunity +b missing node unartistic +b missing node predictors +b missing node sidetrack +b missing node demonic +b missing node resigners +b missing node immitigable +b missing node hosiery +b missing node hosiers +b missing node powerboats +b missing node communicative +b missing node preschool +b missing node renewed +b missing node quat +b missing node quam +b missing node plumage +b missing node quay +b missing node exalters +b missing node quad +b missing node renewer +b missing node quai +b missing node intensives +b missing node mellowest +b missing node qual +b missing node quae +b missing node quag +b missing node lowliness +b missing node homeworker +b missing node imposture +b missing node scrambled +b missing node airily +b missing node polyhedron +b missing node paraguayan +b missing node obsidian +b missing node unicyclist +b missing node luffs +b missing node divulgence +b missing node taggers +b missing node chomped +b missing node sipped +b missing node headlight +b missing node subbasements +b missing node wharves +b missing node wiseacres +b missing node droplet +b missing node sanatoria +b missing node underdressed +b missing node gunneries +b missing node briefcases +b missing node profitability +b missing node madhouses +b missing node shopboys +b missing node narcissist +b missing node miniseries +b missing node knurlier +b missing node abbreviated +b missing node microwaves +b missing node underdresses +b missing node pampers +b missing node woodblocks +b missing node bandana +b missing node censurers +b missing node sesterce +b missing node moused +b missing node trended +b missing node seduction +b missing node clamored +b missing node pouncers +b missing node importuning +b missing node quey +b missing node ipso +b missing node fluent +b missing node extrication +b missing node mouses +b missing node mouser +b missing node clamorer +b missing node lavation +b missing node ques +b missing node yachts +b missing node grungier +b missing node owing +b missing node quem +b missing node mousey +b missing node cranches +b missing node cranched +b missing node sympathizing +b missing node abbreviates +b missing node modernizing +b missing node renewal +b missing node scrambles +b missing node airing +b missing node scrambler +b missing node coaxingly +b missing node isometrics +b missing node heavenly +b missing node abner +b missing node cheerless +b missing node gulleys +b missing node accompli +b missing node bandage +b missing node lovelessly +b missing node birthing +b missing node coaled +b missing node paramecium +b missing node rhetoricians +b missing node legislatures +b missing node scrap +b missing node snacks +b missing node freelance +b missing node feints +b missing node adulates +b missing node cutleries +b missing node scrag +b missing node scram +b missing node nightmare +b missing node lamasery +b missing node adulated +b missing node egrets +b missing node guarders +b missing node smockings +b missing node pointman +b missing node misterming +b missing node isometries +b missing node rumrunners +b missing node blitzkriegs +b missing node mirror +b missing node reinterrogations +b missing node fetor +b missing node insulated +b missing node vaccinial +b missing node rereads +b missing node signatural +b missing node cinque +b missing node bankrupt +b missing node return +b missing node baywood +b missing node insulates +b missing node framework +b missing node hillocks +b missing node predecease +b missing node unruffled +b missing node preparers +b missing node grassiest +b missing node casette +b missing node hooting +b missing node cleverish +b missing node toddies +b missing node vivisecting +b missing node wirelessed +b missing node parlayer +b missing node twisters +b missing node napalm +b missing node fetus +b missing node automotive +b missing node erewhile +b missing node inchoately +b missing node abbreviator +b missing node parlayed +b missing node lariat +b missing node immigrated +b missing node buckers +b missing node vivisection +b missing node marzipans +b missing node linguals +b missing node polling +b missing node extremists +b missing node inanimately +b missing node knurling +b missing node sigher +b missing node agapae +b missing node beatify +b missing node egress +b missing node cameral +b missing node immigrates +b missing node cameras +b missing node coaler +b missing node sassafrases +b missing node buckets +b missing node signatures +b missing node arabesks +b missing node overcooking +b missing node sighed +b missing node wirelesses +b missing node signatured +b missing node duumvir +b missing node acceptant +b missing node gullets +b missing node buckeye +b missing node unlabored +b missing node shushing +b missing node retracting +b missing node dealings +b missing node demits +b missing node predawns +b missing node universe +b missing node header +b missing node fallback +b missing node filmlands +b missing node hobnob +b missing node hallucinated +b missing node retraction +b missing node imagery +b missing node corrals +b missing node troupes +b missing node trouper +b missing node trouped +b missing node misinstructed +b missing node pampean +b missing node polyhedral +b missing node retractile +b missing node northings +b missing node loblollies +b missing node vicar +b missing node recyclable +b missing node facetiously +b missing node pollist +b missing node fluffy +b missing node flagellator +b missing node absconds +b missing node fluffs +b missing node studio +b missing node hidalgos +b missing node functionalist +b missing node viced +b missing node unfathomable +b missing node towropes +b missing node vices +b missing node replacer +b missing node replaces +b missing node flashtubes +b missing node replaced +b missing node gravelly +b missing node hummocky +b missing node hummocks +b missing node staircase +b missing node idols +b missing node misjudgment +b missing node calmative +b missing node pedagogies +b missing node boffos +b missing node closures +b missing node railroad +b missing node forestalling +b missing node odyssey +b missing node runts +b missing node headed +b missing node closured +b missing node runty +b missing node brochettes +b missing node curbable +b missing node hillocky +b missing node functionality +b missing node fortiori +b missing node bedecked +b missing node sublimate +b missing node refineries +b missing node foretell +b missing node elbow +b missing node echidna +b missing node daniel +b missing node underscores +b missing node buncombe +b missing node wireway +b missing node toyers +b missing node pussiest +b missing node antigenic +b missing node underscored +b missing node groining +b missing node laser +b missing node vichy +b missing node lases +b missing node cherokee +b missing node ravishes +b missing node ravisher +b missing node iowa +b missing node aspirin +b missing node decommission +b missing node castrating +b missing node overpayment +b missing node ravished +b missing node snifter +b missing node geometry +b missing node insets +b missing node remailing +b missing node afflatus +b missing node docility +b missing node chimley +b missing node jacketless +b missing node iota +b missing node plasticizing +b missing node ethically +b missing node jabbers +b missing node seizors +b missing node adjustment +b missing node palpators +b missing node marigolds +b missing node nostrum +b missing node harmony +b missing node ethyl +b missing node musings +b missing node misplace +b missing node dollars +b missing node lased +b missing node squattiest +b missing node dividends +b missing node castration +b missing node waffle +b missing node barmaid +b missing node insert +b missing node bedrails +b missing node beaucoup +b missing node slimmer +b missing node abrade +b missing node kittenishly +b missing node elects +b missing node fever +b missing node prissiest +b missing node slimmed +b missing node apostatizing +b missing node inharmonic +b missing node aspired +b missing node fleeciest +b missing node poaches +b missing node poacher +b missing node outgasses +b missing node topological +b missing node enfiladed +b missing node untangles +b missing node antimatter +b missing node underflow +b missing node transcendency +b missing node aspires +b missing node aspirer +b missing node bushfire +b missing node poached +b missing node outgassed +b missing node transcendence +b missing node untangled +b missing node virtue +b missing node enfilades +b missing node highway +b missing node brassicas +b missing node keepers +b missing node demise +b missing node ferriage +b missing node autonomic +b missing node putridity +b missing node shafted +b missing node flamingo +b missing node banking +b missing node slurping +b missing node steelie +b missing node inofficious +b missing node pantomimist +b missing node flamines +b missing node meatiness +b missing node benightedly +b missing node mouthers +b missing node sigils +b missing node mispunctuate +b missing node sunned +b missing node ions +b missing node prevue +b missing node beanpoles +b missing node coonhounds +b missing node rungs +b missing node menstruation +b missing node imbrication +b missing node enwrapped +b missing node pardoning +b missing node cerites +b missing node dwarfer +b missing node dwarfed +b missing node intromittent +b missing node menstruating +b missing node statistic +b missing node ocarinas +b missing node ethos +b missing node punctuation +b missing node fellatio +b missing node blunderbuss +b missing node nervousness +b missing node outreasoning +b missing node mouths +b missing node runic +b missing node storying +b missing node mouthy +b missing node punctuating +b missing node pantomiming +b missing node fourposter +b missing node bunters +b missing node payment +b missing node ghoulish +b missing node inmeshing +b missing node arsonist +b missing node glutamine +b missing node gluttony +b missing node everts +b missing node refectory +b missing node frigging +b missing node focally +b missing node counterfeiters +b missing node wallaby +b missing node gluttons +b missing node ferrying +b missing node pomander +b missing node canvassing +b missing node gundog +b missing node dotier +b missing node bandbox +b missing node scuttling +b missing node encapsuled +b missing node hilting +b missing node gorgedly +b missing node encapsules +b missing node plumbed +b missing node utensil +b missing node comparative +b missing node housecleaning +b missing node plumber +b missing node enshrine +b missing node fellated +b missing node fellatee +b missing node cadency +b missing node alleviations +b missing node pseudopod +b missing node garnishment +b missing node bindings +b missing node nefarious +b missing node pursuable +b missing node runes +b missing node hybridizers +b missing node addictions +b missing node sirloin +b missing node hostilely +b missing node larva +b missing node cadence +b missing node auntie +b missing node elephantiasis +b missing node soakers +b missing node garlic +b missing node insect +b missing node outargued +b missing node globate +b missing node gratings +b missing node ether +b missing node hydrators +b missing node ethel +b missing node reformulated +b missing node reformulates +b missing node outargues +b missing node wallahs +b missing node piano +b missing node boers +b missing node transfusers +b missing node runny +b missing node unfertilized +b missing node heartened +b missing node misadjust +b missing node corollaries +b missing node woodwind +b missing node tenableness +b missing node whipsaw +b missing node inseam +b missing node magisterial +b missing node gendarmes +b missing node eponyms +b missing node acidhead +b missing node eulogistic +b missing node eponymy +b missing node convertible +b missing node blowsiest +b missing node possessions +b missing node larry +b missing node boroughs +b missing node specialization +b missing node epicalyxes +b missing node ethic +b missing node kneepan +b missing node unpleasantly +b missing node pinwheels +b missing node kneepad +b missing node curfews +b missing node semipermanent +b missing node glummest +b missing node prewar +b missing node rhetorical +b missing node aneroids +b missing node unquotable +b missing node kenya +b missing node diligently +b missing node flagellated +b missing node elate +b missing node misplays +b missing node hoboed +b missing node doting +b missing node photocopying +b missing node apostrophize +b missing node flagellates +b missing node cloggiest +b missing node misreporting +b missing node skeltering +b missing node breakings +b missing node approbate +b missing node seabeds +b missing node lunchers +b missing node aftermaths +b missing node unstopping +b missing node graveled +b missing node cuttlefish +b missing node santiago +b missing node mineralogic +b missing node mouton +b missing node demilitarizing +b missing node hyposensitized +b missing node departments +b missing node pieing +b missing node revenuers +b missing node kenneling +b missing node liqueurs +b missing node augustinian +b missing node encodings +b missing node galoots +b missing node luncheon +b missing node stevedore +b missing node terrapins +b missing node nostril +b missing node hoboes +b missing node tanking +b missing node uncurl +b missing node hallucinates +b missing node danish +b missing node interpreters +b missing node ineligibles +b missing node courageously +b missing node reputedly +b missing node huntedly +b missing node phoenician +b missing node viricidal +b missing node maraschinos +b missing node mutability +b missing node chancering +b missing node enwrapping +b missing node ancientness +b missing node solidarities +b missing node assailable +b missing node cornu +b missing node portland +b missing node corns +b missing node genocidal +b missing node subprovince +b missing node paratypic +b missing node uncondensed +b missing node uplanders +b missing node quality +b missing node unsystematically +b missing node interferon +b missing node corny +b missing node judgeships +b missing node gregariousness +b missing node corms +b missing node soloists +b missing node tamburas +b missing node snarer +b missing node snares +b missing node entomologist +b missing node backhoe +b missing node evitable +b missing node amateurishly +b missing node bisexed +b missing node befools +b missing node micrometers +b missing node amtrack +b missing node predicator +b missing node snared +b missing node amtracs +b missing node gardens +b missing node cyans +b missing node labor +b missing node pastels +b missing node outliving +b missing node masterly +b missing node captainships +b missing node predicative +b missing node copolymerized +b missing node buglers +b missing node commixing +b missing node snorers +b missing node corks +b missing node morocco +b missing node gladstone +b missing node corky +b missing node diapers +b missing node confectioner +b missing node confectiones +b missing node davenport +b missing node ligamentary +b missing node cogency +b missing node platesful +b missing node amble +b missing node postmarking +b missing node cogence +b missing node busman +b missing node contradict +b missing node effulgence +b missing node jobbers +b missing node honesties +b missing node steeped +b missing node pentameters +b missing node varmint +b missing node harding +b missing node disallowance +b missing node leavens +b missing node hurdling +b missing node steeper +b missing node exploding +b missing node steepen +b missing node foliated +b missing node olfactometric +b missing node medicinally +b missing node outbargaining +b missing node foliates +b missing node eldritch +b missing node cowpuncher +b missing node coatrack +b missing node advantage +b missing node precipitateness +b missing node hotelier +b missing node mirages +b missing node delegated +b missing node denunciate +b missing node trephined +b missing node transmitters +b missing node pilfered +b missing node skiddoo +b missing node overdecorate +b missing node keypunch +b missing node atomising +b missing node convulsion +b missing node shipload +b missing node blightingly +b missing node maggots +b missing node trephines +b missing node beggared +b missing node corgi +b missing node steamiest +b missing node lockages +b missing node predication +b missing node extollers +b missing node breathless +b missing node elect +b missing node antimony +b missing node support +b missing node timecards +b missing node hardily +b missing node casteism +b missing node busmen +b missing node inadequacy +b missing node chanceries +b missing node esteeming +b missing node suppose +b missing node unamortized +b missing node iceboxes +b missing node corer +b missing node dislodging +b missing node cores +b missing node leavers +b missing node aztecs +b missing node testy +b missing node forboding +b missing node tests +b missing node interferer +b missing node interferes +b missing node potterers +b missing node agaves +b missing node oversexed +b missing node cored +b missing node ambivalently +b missing node obstinately +b missing node premix +b missing node importunities +b missing node interfered +b missing node epitheliums +b missing node cords +b missing node allocator +b missing node maggoty +b missing node prowled +b missing node pilferer +b missing node predicating +b missing node fiesta +b missing node distention +b missing node prowler +b missing node canonicity +b missing node premie +b missing node japanizing +b missing node entomologies +b missing node mastered +b missing node sunbow +b missing node darndests +b missing node sternness +b missing node predilection +b missing node reapportioned +b missing node uphold +b missing node birthrate +b missing node saucebox +b missing node commentaries +b missing node misusers +b missing node hardier +b missing node coral +b missing node hardies +b missing node convulsive +b missing node eighties +b missing node besmear +b missing node demoralizer +b missing node reconviction +b missing node demoralizes +b missing node securement +b missing node repudiate +b missing node trenchers +b missing node tootsy +b missing node muckraking +b missing node demoralizing +b missing node perishables +b missing node demoralized +b missing node rebuilds +b missing node tonsorial +b missing node unremitting +b missing node predating +b missing node steeply +b missing node predation +b missing node amazon +b missing node delegatee +b missing node picnicking +b missing node steeple +b missing node swimmier +b missing node amber +b missing node registers +b missing node transportables +b missing node premed +b missing node redcaps +b missing node delegates +b missing node presiding +b missing node restarts +b missing node praising +b missing node resubmitting +b missing node supercharges +b missing node lasagnas +b missing node supercharger +b missing node retried +b missing node tarsals +b missing node miami +b missing node cousinly +b missing node nutrients +b missing node slews +b missing node synergistical +b missing node befall +b missing node stoicisms +b missing node imbrications +b missing node supercharged +b missing node astrobiologically +b missing node cetacean +b missing node cuneiform +b missing node electrolytic +b missing node presidios +b missing node wharfages +b missing node tesla +b missing node pegless +b missing node breezeway +b missing node premonition +b missing node rollings +b missing node hardiness +b missing node reich +b missing node miaou +b missing node miaow +b missing node skidded +b missing node mainmast +b missing node retries +b missing node insult +b missing node skidder +b missing node lasagnes +b missing node elegy +b missing node cannery +b missing node underbrush +b missing node canners +b missing node unfairest +b missing node rehinges +b missing node proximately +b missing node rehinged +b missing node etnas +b missing node outbargain +b missing node swimmily +b missing node pyrenees +b missing node regimentally +b missing node lacey +b missing node psychosocial +b missing node insurrection +b missing node dewclaws +b missing node suction +b missing node logician +b missing node laced +b missing node expiates +b missing node repulse +b missing node insure +b missing node polluters +b missing node spurry +b missing node confirming +b missing node swimming +b missing node laces +b missing node lacer +b missing node capsize +b missing node communions +b missing node mineralization +b missing node interpreting +b missing node bowlegged +b missing node littorals +b missing node rapaciousness +b missing node reign +b missing node bibbing +b missing node convulsing +b missing node xebecs +b missing node euripides +b missing node reify +b missing node spurts +b missing node rickettsia +b missing node implausible +b missing node lacks +b missing node amazed +b missing node oppositionist +b missing node eighthly +b missing node miaul +b missing node amazes +b missing node inadequate +b missing node indeterminate +b missing node risibility +b missing node slept +b missing node haircaps +b missing node enigmatical +b missing node joyrider +b missing node joyrides +b missing node predicates +b missing node predomination +b missing node pastorales +b missing node promulgators +b missing node remunerations +b missing node presidium +b missing node predicated +b missing node snarks +b missing node kneecap +b missing node gnarled +b missing node entrails +b missing node domiciled +b missing node lilies +b missing node spurge +b missing node jubilant +b missing node alumroot +b missing node derangements +b missing node growled +b missing node carbineer +b missing node demure +b missing node snarls +b missing node broadswords +b missing node soundproofed +b missing node peerlessly +b missing node predominating +b missing node energizers +b missing node snarly +b missing node puzzlers +b missing node lamentation +b missing node nonvenomous +b missing node robust +b missing node demurs +b missing node tritiums +b missing node chagrin +b missing node overcompensate +b missing node growler +b missing node devising +b missing node manifolds +b missing node lilied +b missing node domiciles +b missing node cousinry +b missing node mobster +b missing node nonaffiliated +b missing node entrains +b missing node legislatresses +b missing node indispensability +b missing node impingements +b missing node degauss +b missing node allocatee +b missing node deranged +b missing node corse +b missing node allocated +b missing node icecaps +b missing node gravures +b missing node nontoxic +b missing node overwise +b missing node congruity +b missing node genocides +b missing node cadgers +b missing node freshwater +b missing node canvassers +b missing node deranges +b missing node allocates +b missing node expiator +b missing node derivers +b missing node drunkest +b missing node nittier +b missing node slumbering +b missing node spurns +b missing node lecherously +b missing node miasm +b missing node imagoes +b missing node romancers +b missing node exposals +b missing node hawkweeds +b missing node corps +b missing node foxtrot +b missing node thraldom +b missing node tableaux +b missing node tolstoy +b missing node reappear +b missing node tableaus +b missing node retrial +b missing node electrolytes +b missing node powerplants +b missing node implausibly +b missing node timidities +b missing node bombing +b missing node gasbags +b missing node fibered +b missing node nevoid +b missing node abode +b missing node syncopes +b missing node becoming +b missing node clangoured +b missing node chromaticism +b missing node chiefdoms +b missing node vulgarizing +b missing node standees +b missing node dropout +b missing node madame +b missing node ouzels +b missing node madams +b missing node gymnastically +b missing node circusy +b missing node washroom +b missing node porcine +b missing node mesdames +b missing node peppertree +b missing node deuteron +b missing node worthlessly +b missing node valhalla +b missing node ecologic +b missing node cyclotrons +b missing node chromaticity +b missing node recapitalizes +b missing node basilar +b missing node backing +b missing node brilliantly +b missing node deeper +b missing node deepen +b missing node recapitalized +b missing node floppiest +b missing node bucolically +b missing node menorah +b missing node marsupializing +b missing node acclivity +b missing node jubilate +b missing node packaged +b missing node vizarded +b missing node chicanos +b missing node ridiculing +b missing node retest +b missing node packager +b missing node packages +b missing node freebies +b missing node syncopic +b missing node menstruate +b missing node accosts +b missing node overthrower +b missing node boonies +b missing node assiduousness +b missing node pandered +b missing node atomizing +b missing node splashiest +b missing node annoys +b missing node precondemnation +b missing node citizenries +b missing node monogamies +b missing node prelim +b missing node homeliest +b missing node maleficently +b missing node instal +b missing node libelously +b missing node naturalistic +b missing node malayalam +b missing node postholes +b missing node detachers +b missing node midwifed +b missing node sandwich +b missing node midwifes +b missing node expounding +b missing node yield +b missing node trematode +b missing node indeterminacy +b missing node impends +b missing node legginged +b missing node podiatrist +b missing node diasporas +b missing node terse +b missing node reshapers +b missing node paychecks +b missing node terry +b missing node aliveness +b missing node braving +b missing node tokyoites +b missing node proctologists +b missing node reges +b missing node epochs +b missing node perversions +b missing node nontraditionally +b missing node swayer +b missing node terre +b missing node interacts +b missing node parlays +b missing node terra +b missing node speeders +b missing node underfoot +b missing node tympanum +b missing node wriest +b missing node currentness +b missing node bringing +b missing node erring +b missing node aeriest +b missing node records +b missing node expiated +b missing node knowhow +b missing node aphasics +b missing node chicanes +b missing node chicaner +b missing node perennial +b missing node dankly +b missing node chicaned +b missing node swayed +b missing node chutney +b missing node walkaways +b missing node fountainheads +b missing node persisted +b missing node davits +b missing node ferrum +b missing node postnatally +b missing node forthwith +b missing node gruntingly +b missing node tobacco +b missing node pointing +b missing node instep +b missing node eerie +b missing node swastika +b missing node bifurcate +b missing node microscopist +b missing node predicaments +b missing node rubberizing +b missing node aphasiac +b missing node misbehaver +b missing node misbehaves +b missing node deeply +b missing node watersheds +b missing node electroplates +b missing node rutty +b missing node retell +b missing node syncopal +b missing node transship +b missing node aphasias +b missing node misbehaved +b missing node persister +b missing node adulterously +b missing node pigskin +b missing node freezed +b missing node indulge +b missing node vaginate +b missing node constrictions +b missing node odometer +b missing node scrabbles +b missing node scrabbler +b missing node piecer +b missing node pieces +b missing node freezes +b missing node hauberks +b missing node freezer +b missing node condiments +b missing node macroeconomic +b missing node electroplated +b missing node scrabbled +b missing node synfuel +b missing node antigen +b missing node preregistering +b missing node regia +b missing node pieced +b missing node logicize +b missing node microgramme +b missing node menstruant +b missing node advocating +b missing node plushest +b missing node purchasing +b missing node standers +b missing node tuning +b missing node unselfishly +b missing node bauxite +b missing node instil +b missing node zoomorphs +b missing node foretells +b missing node irregulars +b missing node thorium +b missing node hyenas +b missing node cockish +b missing node abrogation +b missing node conservatory +b missing node fleshings +b missing node lucid +b missing node flowmeter +b missing node conservators +b missing node lucia +b missing node phren +b missing node snowbank +b missing node heralded +b missing node minidisk +b missing node idylls +b missing node snowball +b missing node bystanders +b missing node irrefutably +b missing node kennelled +b missing node memorandum +b missing node disarmingly +b missing node dropped +b missing node dropper +b missing node irrefutable +b missing node randoms +b missing node cycad +b missing node tunics +b missing node danker +b missing node jailhouse +b missing node sandstorm +b missing node laded +b missing node resigning +b missing node sudsers +b missing node outfaces +b missing node laden +b missing node explicators +b missing node lader +b missing node lades +b missing node buskin +b missing node gamelans +b missing node cocking +b missing node trashing +b missing node heraldic +b missing node revampers +b missing node lucky +b missing node tritones +b missing node unsecluded +b missing node underofficials +b missing node beggarly +b missing node lucks +b missing node electrolyses +b missing node outfaced +b missing node abort +b missing node relate +b missing node cockily +b missing node retorter +b missing node terms +b missing node joyriding +b missing node unanimously +b missing node catholically +b missing node retorted +b missing node furloughing +b missing node terne +b missing node rehem +b missing node shorebirds +b missing node chivies +b missing node departmental +b missing node overflown +b missing node booteries +b missing node terns +b missing node rearranging +b missing node horizon +b missing node hauteurs +b missing node wrappings +b missing node discontinuity +b missing node okapis +b missing node matrixing +b missing node subsisting +b missing node overflows +b missing node trashily +b missing node luces +b missing node contrariness +b missing node chummed +b missing node about +b missing node quadrants +b missing node sandstone +b missing node meteoroids +b missing node adventurously +b missing node unconsenting +b missing node elder +b missing node disgust +b missing node enamelware +b missing node chivied +b missing node backspace +b missing node wakening +b missing node above +b missing node dehumidification +b missing node gobblers +b missing node reacquainting +b missing node abrogating +b missing node nascent +b missing node seadog +b missing node dataflow +b missing node wavering +b missing node casually +b missing node electrolysis +b missing node porkpie +b missing node panderer +b missing node nibblers +b missing node telemetric +b missing node nonvoter +b missing node viricides +b missing node merchandising +b missing node headlined +b missing node sealskins +b missing node microscopies +b missing node headlines +b missing node stagiest +b missing node lucre +b missing node tolerators +b missing node frouncing +b missing node enclosure +b missing node pasteur +b missing node arteriolar +b missing node parliament +b missing node risible +b missing node guffawed +b missing node unactionable +b missing node eeriest +b missing node trashier +b missing node revitalization +b missing node coredeemed +b missing node hoorayed +b missing node pasters +b missing node kipskins +b missing node intimateness +b missing node bowhead +b missing node aboil +b missing node mugwort +b missing node ketone +b missing node terce +b missing node tormentedly +b missing node pastern +b missing node ferret +b missing node ladle +b missing node ergometer +b missing node cockier +b missing node discontinuing +b missing node incestuous +b missing node displease +b missing node lazing +b missing node mystifies +b missing node mystifier +b missing node pupfish +b missing node ensurers +b missing node baronets +b missing node scuffling +b missing node pinyons +b missing node humanized +b missing node tympanic +b missing node mystified +b missing node sequestratrix +b missing node sybarites +b missing node wended +b missing node inkers +b missing node davies +b missing node heraldry +b missing node sizier +b missing node beating +b missing node baroness +b missing node claimants +b missing node antifreeze +b missing node arterioles +b missing node mislaying +b missing node camshafts +b missing node abrogative +b missing node risibly +b missing node ferric +b missing node sybaritic +b missing node damagers +b missing node thrummers +b missing node oratresses +b missing node ferris +b missing node whippings +b missing node pittance +b missing node trounce +b missing node flowing +b missing node harassing +b missing node humanizes +b missing node clawers +b missing node calculi +b missing node casualty +b missing node scatologic +b missing node humanizer +b missing node feynesses +b missing node tatami +b missing node muezzin +b missing node sneaker +b missing node meetness +b missing node unexceptionable +b missing node hedonist +b missing node borstals +b missing node habituate +b missing node loudliest +b missing node hedonism +b missing node airest +b missing node southwester +b missing node visioning +b missing node precalculate +b missing node misinform +b missing node eventfully +b missing node imputing +b missing node velour +b missing node fluoridate +b missing node hitchhikes +b missing node disseminating +b missing node semioses +b missing node croakiness +b missing node bursted +b missing node fervid +b missing node llamas +b missing node scripturally +b missing node vacillates +b missing node bicycling +b missing node analyser +b missing node cankering +b missing node analysed +b missing node burster +b missing node ideologically +b missing node semiosis +b missing node vacillated +b missing node discretely +b missing node surrenderor +b missing node lollygags +b missing node agates +b missing node visiters +b missing node exegete +b missing node recooks +b missing node tacksman +b missing node unexceptionably +b missing node carpetbaggers +b missing node hyaenic +b missing node dissemination +b missing node hammerer +b missing node cudgel +b missing node lazier +b missing node jumpiest +b missing node lazies +b missing node thicknesses +b missing node sneaked +b missing node bolsters +b missing node analyses +b missing node antedate +b missing node hammered +b missing node cardholders +b missing node lazied +b missing node recharter +b missing node harebells +b missing node lazily +b missing node sublimest +b missing node tractors +b missing node cotta +b missing node micas +b missing node rusty +b missing node rusts +b missing node recharted +b missing node smatterings +b missing node greenwood +b missing node drudge +b missing node carpetbaggery +b missing node destining +b missing node decaying +b missing node hyaenas +b missing node napery +b missing node sublimers +b missing node billionth +b missing node lamplight +b missing node besmeared +b missing node dotingly +b missing node churchwardens +b missing node streamy +b missing node golgothas +b missing node delivering +b missing node streams +b missing node undocks +b missing node hitchhiker +b missing node pedagogues +b missing node steered +b missing node drifter +b missing node steerer +b missing node analysis +b missing node landscape +b missing node hitchhiked +b missing node fertilities +b missing node siglos +b missing node realignment +b missing node scrutable +b missing node drifted +b missing node yorkers +b missing node tacksmen +b missing node twiggy +b missing node dazzled +b missing node gumboils +b missing node resentfulness +b missing node luaus +b missing node streaky +b missing node uncompromising +b missing node dazzler +b missing node streaks +b missing node dazzles +b missing node resplendent +b missing node harkening +b missing node terrorism +b missing node knowing +b missing node bassoon +b missing node corteges +b missing node cheerfulness +b missing node immortals +b missing node gluteus +b missing node soilborne +b missing node terrorist +b missing node panegyrized +b missing node epilogued +b missing node offings +b missing node dictator +b missing node ilia +b missing node chuckholes +b missing node phallus +b missing node palpating +b missing node panegyrizes +b missing node epilogues +b missing node autoing +b missing node coted +b missing node antinovel +b missing node wettable +b missing node pushers +b missing node pileup +b missing node subbings +b missing node cotes +b missing node porches +b missing node russe +b missing node deemed +b missing node palpation +b missing node harebell +b missing node creature +b missing node enflamed +b missing node bullrushes +b missing node unfestive +b missing node firedogs +b missing node campfires +b missing node monopoles +b missing node amusingly +b missing node subsurfaces +b missing node trippets +b missing node destinies +b missing node lithograph +b missing node victimization +b missing node precariousness +b missing node ilks +b missing node victorians +b missing node enflames +b missing node affluent +b missing node flowery +b missing node flowers +b missing node novitiate +b missing node cycle +b missing node paranoiac +b missing node froufrous +b missing node infighter +b missing node airlifts +b missing node aureately +b missing node indigently +b missing node ills +b missing node holdouts +b missing node paranoias +b missing node illy +b missing node cyclo +b missing node rummiest +b missing node guardant +b missing node bedspread +b missing node kidnaps +b missing node sublimely +b missing node trippers +b missing node seismological +b missing node micks +b missing node tacitly +b missing node sikhism +b missing node hempweed +b missing node paranoids +b missing node dirgeful +b missing node oversevere +b missing node sleekness +b missing node devotedly +b missing node misdoings +b missing node artichoke +b missing node appraise +b missing node adulteress +b missing node etiology +b missing node madded +b missing node mummeries +b missing node madden +b missing node prinked +b missing node ameba +b missing node sleeving +b missing node cerates +b missing node sizers +b missing node janitorial +b missing node terrorize +b missing node cerated +b missing node inconceivably +b missing node adulterers +b missing node godparents +b missing node modernizers +b missing node resinous +b missing node pachisi +b missing node hedonics +b missing node schedular +b missing node supersede +b missing node lubes +b missing node nomadically +b missing node glissando +b missing node glissandi +b missing node clarioning +b missing node unenclosed +b missing node inconceivable +b missing node welding +b missing node disinheritance +b missing node headword +b missing node miscalculations +b missing node useless +b missing node reblooming +b missing node conciliated +b missing node headwork +b missing node automatizing +b missing node slimly +b missing node ruttish +b missing node flawlessness +b missing node diglots +b missing node bagatelle +b missing node boohooed +b missing node madder +b missing node regretfully +b missing node bustlers +b missing node intrusion +b missing node pointier +b missing node radome +b missing node branded +b missing node spotless +b missing node tactic +b missing node disporting +b missing node sputum +b missing node retina +b missing node rehearsers +b missing node whereby +b missing node hocusing +b missing node brander +b missing node acoustic +b missing node definiteness +b missing node sentrying +b missing node pinpricked +b missing node hipsters +b missing node schedules +b missing node intrusive +b missing node retaliates +b missing node scheduler +b missing node monogamist +b missing node embezzling +b missing node radons +b missing node thrummier +b missing node conciliates +b missing node lunations +b missing node rimmer +b missing node whereas +b missing node whereat +b missing node scheduled +b missing node retaliated +b missing node rosary +b missing node awards +b missing node sixpenny +b missing node reconsecrate +b missing node viperidae +b missing node exhumations +b missing node catboat +b missing node languisher +b missing node languishes +b missing node circulated +b missing node sigmas +b missing node rekey +b missing node sniffle +b missing node phooey +b missing node languished +b missing node circulates +b missing node snappy +b missing node womanizer +b missing node micro +b missing node womanizes +b missing node excavates +b missing node lockage +b missing node oilseeds +b missing node tablespoonsful +b missing node coulee +b missing node precollege +b missing node ruths +b missing node excavated +b missing node alarumed +b missing node womanized +b missing node reminds +b missing node repletion +b missing node cyclopedias +b missing node couch +b missing node tipsily +b missing node munificence +b missing node canopied +b missing node claybank +b missing node vagabonds +b missing node foreordained +b missing node antisocially +b missing node tuneup +b missing node untanned +b missing node ruined +b missing node tipsier +b missing node ruttily +b missing node necessitating +b missing node lactoses +b missing node kelps +b missing node ruiner +b missing node wishfully +b missing node kelpy +b missing node swimmiest +b missing node vacillator +b missing node robustly +b missing node vesiculate +b missing node enlargements +b missing node rutting +b missing node woodwork +b missing node kamaaina +b missing node sumptuous +b missing node bicyclist +b missing node podiatries +b missing node misadministration +b missing node walleye +b missing node relaxers +b missing node underskirts +b missing node chancellors +b missing node uncashed +b missing node exultingly +b missing node levities +b missing node disqualified +b missing node unreliable +b missing node upheavers +b missing node mapping +b missing node disqualifies +b missing node recontracts +b missing node slimed +b missing node unreliably +b missing node understandings +b missing node woodworm +b missing node freckliest +b missing node uninterested +b missing node pharyngal +b missing node cryogenies +b missing node misguide +b missing node rimmed +b missing node prophetical +b missing node extreme +b missing node slimes +b missing node cossacks +b missing node sunless +b missing node murrain +b missing node chancroids +b missing node watercourse +b missing node coccygeal +b missing node acidifying +b missing node nonphysical +b missing node inanities +b missing node beforehand +b missing node paleface +b missing node plushily +b missing node relievers +b missing node danseuses +b missing node chickadees +b missing node retied +b missing node dulcimer +b missing node aviatrixes +b missing node usurpatory +b missing node rawness +b missing node reties +b missing node plushier +b missing node cryogenics +b missing node standbys +b missing node conciliator +b missing node conciser +b missing node baronial +b missing node holdover +b missing node ferule +b missing node tuners +b missing node litmus +b missing node unmentioned +b missing node dictates +b missing node robuster +b missing node upper +b missing node skirmishing +b missing node discontinuities +b missing node playsuit +b missing node dictated +b missing node brutalization +b missing node sugarcoated +b missing node pharynges +b missing node scorpions +b missing node imponderably +b missing node incredible +b missing node triphase +b missing node upped +b missing node nybblize +b missing node improvisers +b missing node nicknacks +b missing node auctioneers +b missing node florescence +b missing node imponderable +b missing node prohibitionists +b missing node oversleeps +b missing node incredibly +b missing node unforeseen +b missing node canopies +b missing node derivate +b missing node cayuse +b missing node gustoes +b missing node retaliator +b missing node seeress +b missing node hiragana +b missing node inexpressible +b missing node demarcated +b missing node interdiction +b missing node haying +b missing node gadgetry +b missing node eyedropperful +b missing node antinarcotics +b missing node migrational +b missing node scraggiest +b missing node insulters +b missing node valleys +b missing node cypriot +b missing node lithium +b missing node phonogram +b missing node whereto +b missing node pedigreed +b missing node demarcates +b missing node versifiers +b missing node sinkers +b missing node supplementally +b missing node gabriel +b missing node pontoons +b missing node couture +b missing node doubtfulness +b missing node automata +b missing node unhesitatingly +b missing node interdicting +b missing node automate +b missing node threnodes +b missing node apolitical +b missing node meliorated +b missing node sixpence +b missing node automats +b missing node foretime +b missing node meliorates +b missing node faster +b missing node semiotic +b missing node venusians +b missing node cosmo +b missing node skepsises +b missing node granduncle +b missing node misdealt +b missing node misdeals +b missing node dionysian +b missing node ruttier +b missing node fasten +b missing node pronate +b missing node icebound +b missing node slits +b missing node omnicompetent +b missing node totable +b missing node rhumbaed +b missing node folksongs +b missing node kumquats +b missing node drabs +b missing node accreditee +b missing node accredited +b missing node livetrap +b missing node carillon +b missing node erotogenic +b missing node whereon +b missing node normal +b missing node visitants +b missing node norman +b missing node reductionist +b missing node transportation +b missing node reductionism +b missing node fritting +b missing node inlander +b missing node crookedness +b missing node retrospectively +b missing node astronautical +b missing node lemans +b missing node tortuosity +b missing node queerer +b missing node ontology +b missing node drain +b missing node interrelations +b missing node gestate +b missing node unaesthetic +b missing node queered +b missing node inertly +b missing node frizziest +b missing node vesuvius +b missing node facedown +b missing node gestapo +b missing node analytic +b missing node suppler +b missing node unconcealed +b missing node arenas +b missing node maudlinly +b missing node houston +b missing node reconfirms +b missing node premenstrual +b missing node ament +b missing node amens +b missing node drags +b missing node myocardial +b missing node splitter +b missing node unvanquished +b missing node wallets +b missing node draft +b missing node incautiously +b missing node slipt +b missing node slips +b missing node inexpressibly +b missing node approach +b missing node manner +b missing node humiliations +b missing node amend +b missing node defrosts +b missing node basketball +b missing node enclosed +b missing node accounters +b missing node slimy +b missing node monthlies +b missing node tankfuls +b missing node amateurs +b missing node unprescribed +b missing node slims +b missing node victimless +b missing node interpretive +b missing node inclusive +b missing node slime +b missing node correct +b missing node gainless +b missing node blatting +b missing node threesomes +b missing node obfuscatory +b missing node reins +b missing node normed +b missing node willowiest +b missing node gloater +b missing node threaten +b missing node sling +b missing node inertia +b missing node encloses +b missing node slink +b missing node encloser +b missing node alienors +b missing node deforms +b missing node uneasiness +b missing node interdictive +b missing node obfuscators +b missing node auberge +b missing node submergence +b missing node molecularly +b missing node disgracefulness +b missing node tattering +b missing node unfruitful +b missing node cosec +b missing node threated +b missing node urology +b missing node abscissae +b missing node cosey +b missing node gloated +b missing node coset +b missing node lariats +b missing node unslung +b missing node slily +b missing node whereof +b missing node crepuscular +b missing node abscissas +b missing node gravitationally +b missing node barricading +b missing node unicycles +b missing node dubonnets +b missing node twofold +b missing node sorbitol +b missing node account +b missing node surveiling +b missing node skilled +b missing node coexist +b missing node braveness +b missing node wafted +b missing node expostulate +b missing node intellectualizes +b missing node exculpations +b missing node homiletic +b missing node seabird +b missing node intellectualized +b missing node hostility +b missing node clipping +b missing node preacceptances +b missing node collocates +b missing node schmaltzier +b missing node cosie +b missing node resewing +b missing node beatles +b missing node listened +b missing node slumberers +b missing node circularly +b missing node chimaera +b missing node listener +b missing node assagai +b missing node retypes +b missing node wherein +b missing node calipered +b missing node queerly +b missing node equitant +b missing node glossiness +b missing node pursuant +b missing node ameer +b missing node wafter +b missing node retyped +b missing node enkindling +b missing node inclusion +b missing node collocated +b missing node skillet +b missing node roscoe +b missing node sightless +b missing node confusions +b missing node cauterizes +b missing node rusks +b missing node unshaded +b missing node damnableness +b missing node munitioned +b missing node nonparametric +b missing node bolstered +b missing node clamours +b missing node demulcents +b missing node reallotment +b missing node drats +b missing node cameoed +b missing node journey +b missing node adumbrating +b missing node eelworm +b missing node andantes +b missing node slier +b missing node bolsterer +b missing node trademark +b missing node annunciations +b missing node readying +b missing node authentications +b missing node misaddressing +b missing node cheesier +b missing node phonal +b missing node analysts +b missing node adumbration +b missing node prescription +b missing node valour +b missing node elfin +b missing node amercing +b missing node stovepipes +b missing node bloaters +b missing node denunciation +b missing node helicoids +b missing node fierce +b missing node undermanned +b missing node quadrupeds +b missing node rushy +b missing node tetched +b missing node slide +b missing node doters +b missing node vowels +b missing node hammerlock +b missing node humming +b missing node flagitious +b missing node spiegels +b missing node engendered +b missing node slick +b missing node overbooks +b missing node synchs +b missing node unusable +b missing node slice +b missing node madcap +b missing node caseins +b missing node mathematician +b missing node tantara +b missing node lithias +b missing node odiously +b missing node packings +b missing node colorants +b missing node corrugators +b missing node manifold +b missing node restraighten +b missing node patriarchates +b missing node irretrievability +b missing node bovinely +b missing node upholding +b missing node marginality +b missing node moldered +b missing node slipslop +b missing node drays +b missing node masticatory +b missing node cotan +b missing node menagerie +b missing node countersinks +b missing node vowers +b missing node slinky +b missing node subtended +b missing node jetports +b missing node slinks +b missing node phoned +b missing node prescriptive +b missing node ikon +b missing node eavesdropped +b missing node phoney +b missing node eavesdropper +b missing node skullcap +b missing node signal +b missing node optimistic +b missing node ruses +b missing node unsystematical +b missing node phones +b missing node journal +b missing node baselines +b missing node brainpan +b missing node draws +b missing node drawl +b missing node drawn +b missing node wirehaired +b missing node separate +b missing node synced +b missing node confidentially +b missing node tepid +b missing node valors +b missing node episodically +b missing node cruciform +b missing node uncoordinated +b missing node armigers +b missing node drave +b missing node ideate +b missing node hardhat +b missing node cushiest +b missing node cauterized +b missing node adumbrative +b missing node gluteal +b missing node drama +b missing node drams +b missing node foreordainments +b missing node evolutionary +b missing node cauterize +b missing node abjectly +b missing node hybridizing +b missing node catarrhs +b missing node avifauna +b missing node outlivers +b missing node fiendish +b missing node phonic +b missing node rallyists +b missing node slings +b missing node manned +b missing node misgive +b missing node cheesing +b missing node cannier +b missing node omnivorously +b missing node resistantly +b missing node syncom +b missing node drake +b missing node mannas +b missing node capitation +b missing node furrows +b missing node plugging +b missing node cheesily +b missing node communicators +b missing node stirringly +b missing node costs +b missing node pilfer +b missing node orpiments +b missing node areolar +b missing node areolas +b missing node signer +b missing node biplanes +b missing node signet +b missing node temporize +b missing node basswoods +b missing node restated +b missing node areolae +b missing node pyramid +b missing node signed +b missing node signee +b missing node supersex +b missing node carnalities +b missing node worrisomely +b missing node tangerines +b missing node glamoured +b missing node gazetteer +b missing node restates +b missing node gestalt +b missing node tepee +b missing node furrowy +b missing node vigil +b missing node eulogizes +b missing node eulogizer +b missing node anklebone +b missing node smitten +b missing node worldly +b missing node spacewalking +b missing node eulogized +b missing node conserve +b missing node requisites +b missing node fasted +b missing node reincorporate +b missing node reoccur +b missing node drape +b missing node sinatra +b missing node vigor +b missing node allegiantly +b missing node feudally +b missing node inactivities +b missing node chickadee +b missing node acetone +b missing node specific +b missing node uniformest +b missing node bulldogging +b missing node otoscopies +b missing node quatres +b missing node shortwave +b missing node beeswax +b missing node aerospace +b missing node pedigrees +b missing node phonos +b missing node areoles +b missing node culverts +b missing node grandparent +b missing node ideals +b missing node friendliness +b missing node drank +b missing node freeloaders +b missing node camembert +b missing node shearing +b missing node nounally +b missing node travellable +b missing node viola +b missing node keens +b missing node overborne +b missing node satanically +b missing node passengers +b missing node restrictively +b missing node uncomprehended +b missing node dinosaurs +b missing node biogeographic +b missing node besmile +b missing node surfiest +b missing node doorstop +b missing node slaws +b missing node boskier +b missing node juttingly +b missing node tableful +b missing node gobbling +b missing node ordinates +b missing node sweetie +b missing node earthsets +b missing node viols +b missing node bugling +b missing node tetragon +b missing node jubilees +b missing node enemies +b missing node pedagog +b missing node sweetly +b missing node redemonstrate +b missing node manors +b missing node keels +b missing node gushers +b missing node pineapples +b missing node panted +b missing node unluckier +b missing node befell +b missing node universes +b missing node ramjets +b missing node ascetically +b missing node dissipated +b missing node adapts +b missing node shoddies +b missing node undressing +b missing node shoddier +b missing node reinstatements +b missing node rationalness +b missing node transmittals +b missing node slays +b missing node dissipates +b missing node apennines +b missing node spokesmen +b missing node dissipater +b missing node biogeographer +b missing node milanese +b missing node polyploid +b missing node whistling +b missing node evaporative +b missing node altarpieces +b missing node schnaps +b missing node moisten +b missing node moister +b missing node ghetto +b missing node visard +b missing node colonially +b missing node colliery +b missing node maestri +b missing node contented +b missing node downsizing +b missing node maestro +b missing node colliers +b missing node ideologue +b missing node anteroom +b missing node lager +b missing node texas +b missing node ensheathing +b missing node texan +b missing node universal +b missing node keeps +b missing node pantie +b missing node diploid +b missing node unhatched +b missing node reded +b missing node wardship +b missing node panegyrists +b missing node redes +b missing node canning +b missing node fulcrums +b missing node malleability +b missing node internalization +b missing node flyover +b missing node linguines +b missing node coadjutors +b missing node desynchronizing +b missing node pompanos +b missing node keefs +b missing node meniscal +b missing node pastiness +b missing node prelimit +b missing node unluckily +b missing node unpropitiously +b missing node ticklishness +b missing node poorhouse +b missing node manufacturers +b missing node trimmer +b missing node greenwich +b missing node creators +b missing node catnapping +b missing node session +b missing node trimmed +b missing node recombs +b missing node elide +b missing node europe +b missing node polluting +b missing node reerects +b missing node billiards +b missing node tammies +b missing node purports +b missing node shunners +b missing node redip +b missing node muckrakers +b missing node trenching +b missing node pollution +b missing node cumshaw +b missing node seizure +b missing node diploma +b missing node portless +b missing node redid +b missing node procuring +b missing node undisciplined +b missing node unindemnified +b missing node appraising +b missing node eugenical +b missing node freeway +b missing node luminosity +b missing node electrodes +b missing node masterminds +b missing node evaporating +b missing node unseaworthy +b missing node unstemmed +b missing node insulators +b missing node subordinating +b missing node sessile +b missing node linguinis +b missing node saddened +b missing node streakiness +b missing node unripened +b missing node subordination +b missing node contently +b missing node hoedowns +b missing node puzzling +b missing node watercourses +b missing node calculable +b missing node motorbuses +b missing node redly +b missing node signor +b missing node cannily +b missing node moistly +b missing node calculably +b missing node syllabuses +b missing node fidgeting +b missing node taxman +b missing node pantry +b missing node regalement +b missing node spokesman +b missing node hippos +b missing node evaporation +b missing node yakked +b missing node drunkard +b missing node velvet +b missing node reparation +b missing node wenching +b missing node feminities +b missing node feedback +b missing node visaed +b missing node redox +b missing node upstarts +b missing node admissability +b missing node topologically +b missing node eiders +b missing node discouragingly +b missing node redos +b missing node slags +b missing node affusions +b missing node pulmonic +b missing node detaching +b missing node pullmans +b missing node hysterical +b missing node haystack +b missing node bumpered +b missing node wisteria +b missing node dismissals +b missing node operability +b missing node dialyses +b missing node sexological +b missing node slain +b missing node snappiest +b missing node machinations +b missing node outboard +b missing node goatee +b missing node restrain +b missing node capers +b missing node legislatrixes +b missing node dialyser +b missing node hives +b missing node dialysed +b missing node misusing +b missing node obverting +b missing node anemone +b missing node nances +b missing node algonquins +b missing node citizen +b missing node taxmen +b missing node visage +b missing node excremental +b missing node plummets +b missing node jollifying +b missing node bobsledder +b missing node newspapermen +b missing node slake +b missing node germans +b missing node valses +b missing node comfrey +b missing node glowflies +b missing node thumpers +b missing node undoers +b missing node germany +b missing node outboast +b missing node deeming +b missing node recliners +b missing node extolling +b missing node oncologic +b missing node leakages +b missing node unventilated +b missing node reconsolidating +b missing node airbus +b missing node reinjures +b missing node germane +b missing node aftmost +b missing node passiveness +b missing node readership +b missing node redry +b missing node disembarks +b missing node reinjured +b missing node janeiro +b missing node reconsolidation +b missing node slams +b missing node newspaperman +b missing node reascended +b missing node chamfering +b missing node leaving +b missing node redux +b missing node suspectedly +b missing node vinyl +b missing node insulants +b missing node reparative +b missing node allocators +b missing node slang +b missing node dialings +b missing node flyspeck +b missing node slant +b missing node congruent +b missing node goiter +b missing node reconcilability +b missing node prescripts +b missing node demarcator +b missing node anaesthetized +b missing node forints +b missing node heatedly +b missing node pinochles +b missing node josephs +b missing node nonsymbolic +b missing node shoddily +b missing node reinserts +b missing node exchange +b missing node oceanauts +b missing node empyreans +b missing node elite +b missing node deriving +b missing node misconception +b missing node llanos +b missing node slaps +b missing node recolor +b missing node purposes +b missing node filipino +b missing node rippliest +b missing node purposed +b missing node parasitically +b missing node redye +b missing node slash +b missing node iodides +b missing node fistfuls +b missing node dedicatory +b missing node goitre +b missing node dedicators +b missing node dishwater +b missing node teacupfuls +b missing node iffy +b missing node fuchsia +b missing node insolent +b missing node vocalizers +b missing node evener +b missing node skyline +b missing node ambushment +b missing node misdeeds +b missing node beeswings +b missing node slate +b missing node cowed +b missing node ungovernability +b missing node grutten +b missing node bobsledded +b missing node cower +b missing node conceivers +b missing node velure +b missing node citrate +b missing node stumblingly +b missing node dioxides +b missing node hexameters +b missing node flakiness +b missing node slats +b missing node prefabbing +b missing node hived +b missing node circumcise +b missing node slaty +b missing node jobbing +b missing node leavier +b missing node slave +b missing node nonclassical +b missing node corrida +b missing node tailwinds +b missing node bravoes +b missing node cadavers +b missing node prenatal +b missing node dialysis +b missing node syndic +b missing node joyridden +b missing node aeolian +b missing node autocrat +b missing node bravoed +b missing node nonlogical +b missing node trounced +b missing node bushed +b missing node deaconries +b missing node malnourished +b missing node lyricizing +b missing node bushel +b missing node packable +b missing node slavs +b missing node bushes +b missing node busher +b missing node lockable +b missing node evened +b missing node rumoured +b missing node algonquian +b missing node higher +b missing node forearms +b missing node matriculation +b missing node serviceman +b missing node uncool +b missing node foretops +b missing node stopwatches +b missing node thievish +b missing node undispelled +b missing node comparably +b missing node deferential +b missing node topcoats +b missing node unmistaken +b missing node comparable +b missing node cosmoses +b missing node mercaptan +b missing node preascertain +b missing node samsara +b missing node letters +b missing node beatnik +b missing node elucidates +b missing node agreeable +b missing node untasteful +b missing node songsters +b missing node circulator +b missing node elucidated +b missing node could +b missing node thrumming +b missing node narcoleptic +b missing node agreeably +b missing node miscalculated +b missing node pongee +b missing node redoubts +b missing node dullness +b missing node miscalculates +b missing node suppositional +b missing node trouncer +b missing node harassers +b missing node trounces +b missing node kimono +b missing node episcopes +b missing node rhomboid +b missing node savoriest +b missing node johnson +b missing node rosery +b missing node ratsbane +b missing node aeronauts +b missing node dishwares +b missing node nibbling +b missing node accoutred +b missing node bonitoes +b missing node outbuildings +b missing node slight +b missing node injuriously +b missing node accoutres +b missing node preinserting +b missing node tingeing +b missing node vinic +b missing node abstractors +b missing node cough +b missing node imperii +b missing node imperil +b missing node imperia +b missing node canebrake +b missing node footpath +b missing node involutions +b missing node retire +b missing node conspectuses +b missing node partitive +b missing node vines +b missing node uncombed +b missing node sapphire +b missing node idyl +b missing node praisers +b missing node coupon +b missing node noncorroborative +b missing node uncork +b missing node airbrushes +b missing node uncontrovertible +b missing node cotillion +b missing node sapphist +b missing node bedamns +b missing node buckra +b missing node nailset +b missing node airbrushed +b missing node sapphism +b missing node recap +b missing node redigest +b missing node skycaps +b missing node augur +b missing node advertisements +b missing node matriculating +b missing node camelia +b missing node thieving +b missing node joyriders +b missing node crisping +b missing node court +b missing node brashiest +b missing node scintillatingly +b missing node auxins +b missing node venerates +b missing node parleys +b missing node countersigns +b missing node venerated +b missing node cajolement +b missing node qoph +b missing node commonweal +b missing node orreries +b missing node tabouret +b missing node buckle +b missing node pliancy +b missing node shoofly +b missing node twittered +b missing node swimmers +b missing node noncausal +b missing node unsuitability +b missing node couth +b missing node abundance +b missing node sunburn +b missing node untypically +b missing node mahatma +b missing node locomoting +b missing node peahens +b missing node henpecked +b missing node brattiness +b missing node magnanimously +b missing node dotation +b missing node crispily +b missing node comedowns +b missing node ableness +b missing node happiest +b missing node anathemas +b missing node relent +b missing node sessions +b missing node refectories +b missing node warhorses +b missing node fallow +b missing node noncontemporary +b missing node mustachioed +b missing node standing +b missing node waverers +b missing node impediments +b missing node whipsawing +b missing node count +b missing node nonessential +b missing node perspectives +b missing node stoically +b missing node heliograph +b missing node shamefully +b missing node aerobes +b missing node speeding +b missing node impedimenta +b missing node partition +b missing node minting +b missing node servicemen +b missing node unfearing +b missing node idol +b missing node locomotion +b missing node recks +b missing node kedge +b missing node musical +b missing node ectoplasmatic +b missing node operants +b missing node speedily +b missing node insoul +b missing node cockney +b missing node idyls +b missing node urinaries +b missing node coupe +b missing node undenominational +b missing node deathless +b missing node plummet +b missing node coups +b missing node pointers +b missing node purchasable +b missing node politicizing +b missing node pongid +b missing node network +b missing node audiometry +b missing node idyll +b missing node standish +b missing node thyroids +b missing node swinges +b missing node everglades +b missing node uncoil +b missing node insanitation +b missing node disesteem +b missing node swinger +b missing node overcurious +b missing node similarly +b missing node episcopal +b missing node swinged +b missing node growing +b missing node feedbags +b missing node vertexes +b missing node vinos +b missing node punners +b missing node pulmonary +b missing node unintelligently +b missing node aerobic +b missing node alterations +b missing node aerobia +b missing node enraged +b missing node fervor +b missing node mobcaps +b missing node tundra +b missing node recon +b missing node ionizations +b missing node carhops +b missing node skeeter +b missing node enrages +b missing node anticipate +b missing node presidential +b missing node branchy +b missing node deputations +b missing node reconfirming +b missing node slugfests +b missing node doorsills +b missing node honestest +b missing node guffaws +b missing node taters +b missing node farrowing +b missing node knapweeds +b missing node frettiest +b missing node linnets +b missing node capful +b missing node vignettes +b missing node excitement +b missing node crispier +b missing node boatbill +b missing node optometrists +b missing node hights +b missing node disinherit +b missing node bucker +b missing node bucket +b missing node unimaginably +b missing node subdividable +b missing node dialytic +b missing node vignetted +b missing node equivocal +b missing node horsier +b missing node subassemblies +b missing node unimaginable +b missing node throats +b missing node wakeners +b missing node phallic +b missing node preaffirms +b missing node highth +b missing node sumachs +b missing node cuteness +b missing node estonian +b missing node proconsular +b missing node bucked +b missing node locomotive +b missing node throaty +b missing node unwittingly +b missing node refection +b missing node rectorate +b missing node overintensely +b missing node relets +b missing node plebeians +b missing node expositor +b missing node blotted +b missing node professorate +b missing node codeword +b missing node quakingly +b missing node blotter +b missing node recta +b missing node fallen +b missing node pillowcase +b missing node faller +b missing node pucker +b missing node anticly +b missing node interminable +b missing node spectrochemistry +b missing node castanets +b missing node unthoughtful +b missing node interminably +b missing node hoofmarks +b missing node marketeer +b missing node speedier +b missing node brainier +b missing node counteractively +b missing node ionospheric +b missing node potomac +b missing node stygian +b missing node secludes +b missing node confoundedly +b missing node secluded +b missing node surrendered +b missing node surrenderee +b missing node racehorse +b missing node anuses +b missing node rudeness +b missing node tracking +b missing node levitate +b missing node sanitationist +b missing node forewings +b missing node uttermost +b missing node avocados +b missing node awardee +b missing node awarded +b missing node outrageousness +b missing node flocculus +b missing node toenailed +b missing node coved +b missing node volleys +b missing node cover +b missing node rumblingly +b missing node marketers +b missing node coven +b missing node fallowing +b missing node covey +b missing node baronage +b missing node covet +b missing node coves +b missing node vined +b missing node horsily +b missing node ionospheres +b missing node ieee +b missing node sicilian +b missing node thermos +b missing node impetuousness +b missing node ringtosses +b missing node hardcover +b missing node malagasy +b missing node brainish +b missing node cochleae +b missing node outbluffed +b missing node bigamously +b missing node ciphers +b missing node cochlear +b missing node liberalizations +b missing node cochleas +b missing node highly +b missing node vinca +b missing node copolymerizing +b missing node fullered +b missing node undesirability +b missing node horsing +b missing node ideologic +b missing node recur +b missing node wreckages +b missing node recut +b missing node sagittal +b missing node miracle +b missing node vinal +b missing node handmade +b missing node vinas +b missing node glassfuls +b missing node minimums +b missing node gilder +b missing node supping +b missing node recti +b missing node taphouse +b missing node awarder +b missing node mariachi +b missing node recto +b missing node apperceptive +b missing node readjournments +b missing node quarterings +b missing node brainily +b missing node apperception +b missing node speeded +b missing node aleutian +b missing node methinks +b missing node sneezers +b missing node audiometer +b missing node joyfullest +b missing node ductility +b missing node reconstructible +b missing node speeder +b missing node doorstep +b missing node dearness +b missing node batteaux +b missing node angstroms +b missing node vulgarizers +b missing node elucidator +b missing node hairstreak +b missing node braining +b missing node potholder +b missing node whimsicality +b missing node anschluss +b missing node chaoses +b missing node saintship +b missing node apportionments +b missing node prayerfully +b missing node malingering +b missing node externals +b missing node amtrac +b missing node prebendaries +b missing node cocobolo +b missing node interspersions +b missing node amtrak +b missing node bioelectronics +b missing node counteractions +b missing node snobbery +b missing node azurite +b missing node backers +b missing node fabling +b missing node ephedrine +b missing node grayest +b missing node nickelled +b missing node holistically +b missing node benefiting +b missing node operands +b missing node reshipper +b missing node meniscus +b missing node handmaid +b missing node ephedrins +b missing node reshipped +b missing node operandi +b missing node robots +b missing node pedicurists +b missing node refractures +b missing node catheters +b missing node particular +b missing node brigantines +b missing node academia +b missing node academic +b missing node relays +b missing node dotard +b missing node abalone +b missing node refer +b missing node refractured +b missing node totalling +b missing node legitimation +b missing node photostated +b missing node duties +b missing node shedable +b missing node sundry +b missing node encumbering +b missing node activeness +b missing node dalmatian +b missing node porosity +b missing node youthened +b missing node handcuff +b missing node diehard +b missing node teaboards +b missing node reerected +b missing node bopping +b missing node bantam +b missing node toxicoid +b missing node headpieces +b missing node nonadvantageous +b missing node legitimating +b missing node snobbism +b missing node reliquidate +b missing node snobbish +b missing node declassing +b missing node adornment +b missing node hanuman +b missing node syphilitics +b missing node transistorized +b missing node quadrat +b missing node skirmishers +b missing node shooing +b missing node transistorizes +b missing node siltation +b missing node refit +b missing node gilded +b missing node ebbing +b missing node bedspring +b missing node topstone +b missing node comfort +b missing node grayish +b missing node hists +b missing node flawier +b missing node magdalen +b missing node trumpeter +b missing node griminess +b missing node farinas +b missing node bedecking +b missing node anywhere +b missing node nuthouses +b missing node raptures +b missing node trifocals +b missing node trackers +b missing node disbandment +b missing node overwork +b missing node stertorous +b missing node raptured +b missing node jubilee +b missing node littlenecks +b missing node locksteps +b missing node concessions +b missing node trumpeted +b missing node corrosion +b missing node suspenses +b missing node sneakiest +b missing node manque +b missing node declassify +b missing node caliper +b missing node mistitling +b missing node telecasts +b missing node prognostication +b missing node banter +b missing node fictional +b missing node sundog +b missing node sidewall +b missing node sidewalk +b missing node remarked +b missing node sentences +b missing node stimulus +b missing node tautonyms +b missing node spousal +b missing node skitterier +b missing node bandstand +b missing node flowage +b missing node prognosticating +b missing node slipshod +b missing node expirers +b missing node weirdness +b missing node sentenced +b missing node mappers +b missing node sublimity +b missing node welders +b missing node tolerative +b missing node manhattans +b missing node refed +b missing node sacking +b missing node schnozzle +b missing node bisexuals +b missing node kidneys +b missing node refocusing +b missing node reimprisons +b missing node remarker +b missing node relieving +b missing node hammerlocks +b missing node thermal +b missing node floccules +b missing node keratin +b missing node caliphs +b missing node rehearsing +b missing node dervish +b missing node torment +b missing node atheistically +b missing node encipherments +b missing node embezzlers +b missing node eatables +b missing node wavebands +b missing node lawlessness +b missing node displacing +b missing node samaritans +b missing node billhook +b missing node sphincteral +b missing node supermen +b missing node abashments +b missing node sternest +b missing node predatory +b missing node encephalon +b missing node upholders +b missing node soundproof +b missing node sibilating +b missing node integuments +b missing node fablers +b missing node acrobats +b missing node huffed +b missing node anticipations +b missing node outlawing +b missing node valuta +b missing node huarache +b missing node dangerous +b missing node anomaly +b missing node predators +b missing node proclaimed +b missing node waywardness +b missing node whizzing +b missing node proclaimer +b missing node sibilation +b missing node ineffable +b missing node speedup +b missing node pediments +b missing node photostatic +b missing node nylon +b missing node academes +b missing node boyish +b missing node uninformative +b missing node refix +b missing node probated +b missing node squirted +b missing node snobbily +b missing node sundew +b missing node encephalic +b missing node sunder +b missing node probates +b missing node floccular +b missing node cakewalks +b missing node coequality +b missing node squirter +b missing node exposited +b missing node mutterer +b missing node coacts +b missing node litres +b missing node bandits +b missing node legitimatize +b missing node streets +b missing node sunlamp +b missing node intricate +b missing node graying +b missing node muddiest +b missing node subscribed +b missing node italicizes +b missing node statecraft +b missing node muttered +b missing node italicized +b missing node featheredges +b missing node slinging +b missing node tutorials +b missing node skittering +b missing node refly +b missing node quatrains +b missing node electrolyzed +b missing node zonetime +b missing node visitant +b missing node subterfuge +b missing node hastiness +b missing node subscribes +b missing node subscriber +b missing node speciosity +b missing node footpads +b missing node taxingly +b missing node queriers +b missing node sightlier +b missing node zonated +b missing node hiccupped +b missing node stonishing +b missing node handsprings +b missing node rigorous +b missing node sapphics +b missing node upheavals +b missing node plumier +b missing node laciness +b missing node princeliness +b missing node heaping +b missing node inflictive +b missing node elitists +b missing node lignified +b missing node footpace +b missing node desalter +b missing node likelier +b missing node sunday +b missing node lignifies +b missing node auger +b missing node desalted +b missing node banding +b missing node duskiest +b missing node attainting +b missing node letting +b missing node remission +b missing node tablespoonful +b missing node herpeses +b missing node nonforfeiture +b missing node relocations +b missing node correctness +b missing node mirier +b missing node sundae +b missing node deputation +b missing node tocsins +b missing node aught +b missing node piling +b missing node fainest +b missing node implicate +b missing node duplication +b missing node deerflys +b missing node snobbier +b missing node bantus +b missing node valuer +b missing node discretion +b missing node coyer +b missing node oboes +b missing node rapprochement +b missing node values +b missing node thuggee +b missing node kneeing +b missing node matrices +b missing node cordials +b missing node divorce +b missing node exorcised +b missing node chimbly +b missing node dervishes +b missing node valued +b missing node duplicating +b missing node refry +b missing node collided +b missing node cylinder +b missing node predesignated +b missing node insole +b missing node exorcises +b missing node exorciser +b missing node miriam +b missing node uphill +b missing node ineffably +b missing node obscurement +b missing node collides +b missing node forgeries +b missing node supernal +b missing node revivification +b missing node automat +b missing node channelling +b missing node predesignates +b missing node gladsomely +b missing node woebegone +b missing node laity +b missing node enviousness +b missing node guttural +b missing node endangerments +b missing node resulted +b missing node steepening +b missing node punning +b missing node filament +b missing node couped +b missing node hitch +b missing node ambitioned +b missing node mistrusted +b missing node gossamer +b missing node coupes +b missing node entangled +b missing node savored +b missing node unabbreviated +b missing node backdrop +b missing node agedly +b missing node lairs +b missing node druids +b missing node eclogue +b missing node jaywalk +b missing node jerkiest +b missing node prepay +b missing node superstructure +b missing node savorer +b missing node laird +b missing node regal +b missing node insularity +b missing node garths +b missing node contributories +b missing node deputative +b missing node sanatory +b missing node dhole +b missing node subliming +b missing node absconder +b missing node prescores +b missing node entangler +b missing node scrawniness +b missing node entangles +b missing node bicyclers +b missing node pluming +b missing node applauses +b missing node miring +b missing node amorphousness +b missing node misquoting +b missing node rosets +b missing node illiterates +b missing node franchises +b missing node apartment +b missing node pandemic +b missing node franchiser +b missing node blamableness +b missing node befouls +b missing node jubiles +b missing node telecommunications +b missing node undetached +b missing node bandies +b missing node franchisee +b missing node improvising +b missing node homonyms +b missing node franchised +b missing node absconded +b missing node dishonor +b missing node conformationally +b missing node homonymy +b missing node lovesickness +b missing node foretold +b missing node stammerer +b missing node exorcists +b missing node chaotic +b missing node poinciana +b missing node haplessness +b missing node promulgating +b missing node stammered +b missing node quadric +b missing node growers +b missing node exorcisms +b missing node redouble +b missing node relaxant +b missing node unemployment +b missing node warpaths +b missing node shoveler +b missing node genuflected +b missing node flawing +b missing node refrigerants +b missing node appellations +b missing node knowers +b missing node intricacy +b missing node shoveled +b missing node manganous +b missing node rebound +b missing node maltreatment +b missing node deodars +b missing node effectively +b missing node coyly +b missing node presifted +b missing node malapertly +b missing node bandied +b missing node obols +b missing node imputers +b missing node facade +b missing node promulgation +b missing node straining +b missing node devisors +b missing node garter +b missing node rustproof +b missing node prescored +b missing node dollied +b missing node contributorily +b missing node couple +b missing node shoving +b missing node marshiness +b missing node benedicts +b missing node mercenariness +b missing node higgle +b missing node punnier +b missing node dollies +b missing node collapsible +b missing node reefs +b missing node shticks +b missing node nonabsorbable +b missing node guaranteeing +b missing node haymow +b missing node decibels +b missing node sleet +b missing node summital +b missing node shrimper +b missing node swinish +b missing node fritters +b missing node sleek +b missing node capitalize +b missing node sleep +b missing node funnelling +b missing node seabed +b missing node devotees +b missing node shrimped +b missing node sweeties +b missing node reefy +b missing node uniforming +b missing node pinkishness +b missing node outsmarted +b missing node ponied +b missing node remilitarizes +b missing node misdeems +b missing node sleds +b missing node eudemons +b missing node pollard +b missing node dreamiest +b missing node dhoti +b missing node lithest +b missing node remilitarized +b missing node costarring +b missing node slippages +b missing node cowls +b missing node discriminations +b missing node missorts +b missing node accepting +b missing node soaker +b missing node fiends +b missing node aquifers +b missing node outgoings +b missing node catbird +b missing node upshifted +b missing node wherrying +b missing node ponies +b missing node reedy +b missing node soaked +b missing node reeds +b missing node pressmark +b missing node assessments +b missing node infielders +b missing node overweighed +b missing node queened +b missing node endowers +b missing node pimento +b missing node defraudation +b missing node bonsoir +b missing node dolling +b missing node cement +b missing node accessibility +b missing node butleries +b missing node demythologizes +b missing node optometry +b missing node accountant +b missing node kerosenes +b missing node seabag +b missing node caterwauling +b missing node educational +b missing node demythologized +b missing node stakeout +b missing node viler +b missing node cadging +b missing node colicky +b missing node variedly +b missing node mutagenicity +b missing node deejay +b missing node capitalism +b missing node goldurns +b missing node airdrop +b missing node rescissions +b missing node grafter +b missing node operatically +b missing node barnyards +b missing node enthronement +b missing node capitalist +b missing node tressier +b missing node grafted +b missing node maladaptation +b missing node hemisection +b missing node preregister +b missing node proposals +b missing node hummers +b missing node dhows +b missing node tetradic +b missing node gossipping +b missing node freeborn +b missing node cowry +b missing node elitisms +b missing node starched +b missing node suffocation +b missing node villi +b missing node magisters +b missing node scrapbook +b missing node nucleated +b missing node incoincidence +b missing node abuse +b missing node villa +b missing node magistery +b missing node lithely +b missing node knuckliest +b missing node graybeard +b missing node superpowers +b missing node threaper +b missing node gunstock +b missing node nucleates +b missing node abuts +b missing node gallivant +b missing node suffocating +b missing node indentured +b missing node potteries +b missing node impetus +b missing node indentures +b missing node cantilever +b missing node county +b missing node counts +b missing node starches +b missing node codfish +b missing node wright +b missing node sugarcoat +b missing node pushier +b missing node credits +b missing node redissolving +b missing node scribblers +b missing node preannounces +b missing node inflicting +b missing node delicates +b missing node mastoiditis +b missing node reeky +b missing node pursuers +b missing node reels +b missing node cumbers +b missing node freeloading +b missing node devolvement +b missing node dollish +b missing node breccia +b missing node amain +b missing node sinkage +b missing node threaped +b missing node preannounced +b missing node janitress +b missing node amahs +b missing node capita +b missing node graphicness +b missing node unalienable +b missing node hystericus +b missing node dishonesties +b missing node inimicability +b missing node jesting +b missing node hadjees +b missing node nickeling +b missing node revenger +b missing node revenges +b missing node releasibility +b missing node blatters +b missing node infliction +b missing node cachalots +b missing node irreconcilability +b missing node subfractional +b missing node cockles +b missing node reeks +b missing node utilitarian +b missing node insipidly +b missing node subheading +b missing node cockled +b missing node uxoriously +b missing node bwana +b missing node shelved +b missing node barricaders +b missing node bloating +b missing node basinet +b missing node shoshone +b missing node kefir +b missing node destructors +b missing node freeboot +b missing node endangerment +b missing node shelves +b missing node pantheistic +b missing node shelver +b missing node vernalizes +b missing node basined +b missing node revenged +b missing node reaccusing +b missing node vernalized +b missing node semicolons +b missing node pottering +b missing node spluttering +b missing node pakistan +b missing node marchioness +b missing node vowing +b missing node fletched +b missing node damneder +b missing node amass +b missing node bridled +b missing node williams +b missing node preconscious +b missing node summitry +b missing node bridles +b missing node bridler +b missing node comportment +b missing node oceanology +b missing node alpines +b missing node importunate +b missing node pollack +b missing node tooted +b missing node clippers +b missing node hotelmen +b missing node thesauri +b missing node reeve +b missing node uncapitalized +b missing node futurities +b missing node sideways +b missing node gazetting +b missing node tooter +b missing node pushily +b missing node abuzz +b missing node degummed +b missing node uptowns +b missing node docketed +b missing node licitly +b missing node fletcher +b missing node discontinuous +b missing node banditti +b missing node fletches +b missing node sweetish +b missing node quaysides +b missing node spotlight +b missing node sunlights +b missing node ryegrasses +b missing node disinfestation +b missing node pushing +b missing node bicker +b missing node warbled +b missing node contemptuous +b missing node sublethal +b missing node busily +b missing node banditry +b missing node starvers +b missing node nefariously +b missing node losses +b missing node routinized +b missing node indigenous +b missing node blatancies +b missing node incipient +b missing node warbler +b missing node grandniece +b missing node warbles +b missing node marshes +b missing node majestic +b missing node kirigami +b missing node routinizes +b missing node equivocations +b missing node recuse +b missing node tooths +b missing node contoured +b missing node planetaria +b missing node toothy +b missing node hotelman +b missing node recurs +b missing node chorused +b missing node herpetic +b missing node whencesoever +b missing node busing +b missing node ramekins +b missing node ganglands +b missing node pelican +b missing node choruses +b missing node cyclos +b missing node remixing +b missing node dispatch +b missing node adulteries +b missing node optometer +b missing node exobiologist +b missing node coccyges +b missing node sinusoid +b missing node portlier +b missing node tunisia +b missing node poseidon +b missing node cycles +b missing node rouster +b missing node cycler +b missing node zebrasses +b missing node tootle +b missing node ticketing +b missing node tibias +b missing node dotage +b missing node sewings +b missing node inscribe +b missing node tibial +b missing node tripping +b missing node tibiae +b missing node sweeting +b missing node tetra +b missing node usurper +b missing node farmyard +b missing node clambakes +b missing node sideward +b missing node instituters +b missing node rousted +b missing node whitefishes +b missing node extensively +b missing node glutamate +b missing node appointively +b missing node acceptive +b missing node manmade +b missing node rethinking +b missing node valuably +b missing node reconcile +b missing node attestation +b missing node unrolling +b missing node valuable +b missing node cycled +b missing node pronely +b missing node sloshiest +b missing node amaze +b missing node inveigh +b missing node lupines +b missing node briskness +b missing node impressionably +b missing node brawlers +b missing node tolerating +b missing node angularly +b missing node grubbiest +b missing node impressionable +b missing node weightiest +b missing node debruising +b missing node camomiles +b missing node toleration +b missing node bovinity +b missing node walling +b missing node binomials +b missing node sunbathed +b missing node cicatrize +b missing node pederasty +b missing node chivalry +b missing node queenly +b missing node univalent +b missing node dissipator +b missing node degreed +b missing node uniformity +b missing node chambers +b missing node usurped +b missing node toughness +b missing node pederasts +b missing node busier +b missing node busies +b missing node entranced +b missing node prestressed +b missing node booklores +b missing node degrees +b missing node corrosive +b missing node majestical +b missing node troughs +b missing node entrances +b missing node cinchonas +b missing node sunbather +b missing node governments +b missing node consents +b missing node sunbathes +b missing node cyclic +b missing node reinfect +b missing node ammoniate +b missing node busied +b missing node perches +b missing node vireo +b missing node slops +b missing node oxygenic +b missing node seaman +b missing node perched +b missing node laborious +b missing node declared +b missing node slope +b missing node ninnies +b missing node pestholes +b missing node decrement +b missing node percher +b missing node steads +b missing node defendable +b missing node sloop +b missing node peppermints +b missing node exemplification +b missing node washing +b missing node pursuance +b missing node evolution +b missing node european +b missing node certifying +b missing node plosive +b missing node brandishes +b missing node brandisher +b missing node steady +b missing node lilliputian +b missing node coifs +b missing node iceless +b missing node deafness +b missing node wharfing +b missing node virgo +b missing node impractical +b missing node irreclaimably +b missing node newsgirls +b missing node guidelines +b missing node switchman +b missing node happier +b missing node declares +b missing node colonialism +b missing node declarer +b missing node mongolia +b missing node chicles +b missing node feuding +b missing node emplace +b missing node outnumbered +b missing node reinterpret +b missing node coign +b missing node obfuscating +b missing node subletting +b missing node virid +b missing node efferents +b missing node dissuasions +b missing node colonialist +b missing node aline +b missing node fleshiest +b missing node coils +b missing node motorbikes +b missing node protrusive +b missing node inflexible +b missing node flagellums +b missing node dissimilitude +b missing node unstop +b missing node garbless +b missing node errata +b missing node doubly +b missing node pedestaled +b missing node juntas +b missing node align +b missing node dehumidifiers +b missing node double +b missing node coaxial +b missing node garblers +b missing node succoured +b missing node deduce +b missing node haciendas +b missing node compassionately +b missing node kremlin +b missing node obfuscation +b missing node brandished +b missing node unstrap +b missing node asphyxy +b missing node steaks +b missing node subcommissions +b missing node deduct +b missing node hyperactivities +b missing node bestializes +b missing node proconsuls +b missing node dextroses +b missing node especially +b missing node bravado +b missing node wiverns +b missing node twofers +b missing node eyestones +b missing node alike +b missing node bestialized +b missing node seventieth +b missing node reentered +b missing node retransfers +b missing node minelayer +b missing node journeyers +b missing node blokes +b missing node enfetter +b missing node rocs +b missing node searchingly +b missing node blackjack +b missing node cannons +b missing node frenetically +b missing node juntos +b missing node bellevue +b missing node rock +b missing node slogs +b missing node rode +b missing node steamy +b missing node overabounds +b missing node rewelding +b missing node inflictions +b missing node steams +b missing node mothballs +b missing node robs +b missing node gumwoods +b missing node fernery +b missing node exhaling +b missing node aerobics +b missing node highnesses +b missing node robe +b missing node scent +b missing node frillers +b missing node recopying +b missing node ultimacies +b missing node beaconed +b missing node alice +b missing node scene +b missing node steals +b missing node hypothecate +b missing node demoness +b missing node roan +b missing node roam +b missing node mandate +b missing node roar +b missing node subcommissioner +b missing node road +b missing node portending +b missing node anaheim +b missing node modifiers +b missing node smallish +b missing node deaconing +b missing node anvils +b missing node marketing +b missing node beets +b missing node feedings +b missing node eristic +b missing node alien +b missing node frittered +b missing node spences +b missing node progresses +b missing node spencer +b missing node manchu +b missing node sutra +b missing node seamer +b missing node siziness +b missing node fascistic +b missing node fritterer +b missing node restrung +b missing node emptive +b missing node viral +b missing node seamen +b missing node dialists +b missing node progressed +b missing node midsummer +b missing node slobs +b missing node materialness +b missing node seamed +b missing node incorruption +b missing node medevacs +b missing node echeloning +b missing node sutta +b missing node drawbacks +b missing node beery +b missing node counterfeitness +b missing node cheeriness +b missing node beers +b missing node photospheric +b missing node celestial +b missing node superman +b missing node sloes +b missing node darkrooms +b missing node picarooned +b missing node roes +b missing node eliciting +b missing node claywares +b missing node alibi +b missing node gorgeous +b missing node proconsulship +b missing node errand +b missing node aprons +b missing node antilabor +b missing node sunburns +b missing node errant +b missing node alias +b missing node sunburnt +b missing node rods +b missing node larcenable +b missing node doctrinally +b missing node accidentally +b missing node beeps +b missing node karates +b missing node phial +b missing node clinic +b missing node dietitians +b missing node congruences +b missing node coaxing +b missing node prolapsing +b missing node stretcher +b missing node stretches +b missing node gnostic +b missing node alienees +b missing node callower +b missing node shelter +b missing node brackish +b missing node stretched +b missing node manlier +b missing node republican +b missing node bandsman +b missing node clingy +b missing node sunburst +b missing node unilluminated +b missing node sveltely +b missing node holists +b missing node levelly +b missing node seethingly +b missing node laundry +b missing node necrophilous +b missing node reassignment +b missing node anthologizing +b missing node clings +b missing node silicone +b missing node fealties +b missing node kinaesthesias +b missing node ounces +b missing node semplice +b missing node calcification +b missing node facias +b missing node printer +b missing node insults +b missing node nymph +b missing node facial +b missing node printed +b missing node reasonableness +b missing node cajoler +b missing node apiary +b missing node cajoles +b missing node appropriations +b missing node resistent +b missing node wineshops +b missing node cajoled +b missing node forebears +b missing node equalize +b missing node manlike +b missing node mufflers +b missing node soloing +b missing node routinely +b missing node volleyer +b missing node crackup +b missing node developmentally +b missing node volleyed +b missing node sestina +b missing node sestine +b missing node interveners +b missing node holisms +b missing node hardset +b missing node unconquered +b missing node pleasing +b missing node regions +b missing node singapore +b missing node unmorality +b missing node loitered +b missing node glossaries +b missing node pursue +b missing node enveloping +b missing node clinch +b missing node trunnels +b missing node interceding +b missing node lissomeness +b missing node untruthful +b missing node consecutively +b missing node overgrown +b missing node unimpassioned +b missing node concierges +b missing node strength +b missing node overgrows +b missing node remittances +b missing node sveltest +b missing node acidifiers +b missing node pipeline +b missing node stultify +b missing node encrypts +b missing node thievery +b missing node facies +b missing node beefy +b missing node clinkers +b missing node composting +b missing node sharking +b missing node equaling +b missing node conscience +b missing node nasalization +b missing node hygeist +b missing node cohos +b missing node slows +b missing node devisals +b missing node chirography +b missing node beefs +b missing node bombard +b missing node autos +b missing node naturals +b missing node raspberry +b missing node uncurling +b missing node tennesseans +b missing node topple +b missing node ratchets +b missing node precox +b missing node cabbage +b missing node desalts +b missing node unitarians +b missing node prospected +b missing node loiterer +b missing node subdebutante +b missing node unsnarling +b missing node frustrates +b missing node glossarial +b missing node edelweisses +b missing node protrusion +b missing node eking +b missing node malaysians +b missing node jokester +b missing node homoerotism +b missing node ornithological +b missing node takedown +b missing node invents +b missing node antagonistic +b missing node tasksetter +b missing node soloist +b missing node resisters +b missing node vertebra +b missing node autre +b missing node wingmen +b missing node skulkers +b missing node tacoma +b missing node tarsier +b missing node airspeeds +b missing node unforsaken +b missing node subserving +b missing node tumbrel +b missing node cowhand +b missing node poignant +b missing node slosh +b missing node precut +b missing node braiders +b missing node meiotic +b missing node pastorates +b missing node horsehides +b missing node irreclaimable +b missing node enureses +b missing node mettlesome +b missing node intoxicates +b missing node cabbala +b missing node visitors +b missing node sloth +b missing node crackly +b missing node intoxicated +b missing node frustrated +b missing node spherometer +b missing node slots +b missing node tideland +b missing node diagram +b missing node beech +b missing node facile +b missing node emplane +b missing node typescripts +b missing node clinks +b missing node interpretations +b missing node virus +b missing node inhumanly +b missing node sextuples +b missing node sextuplet +b missing node virtu +b missing node equality +b missing node entrusts +b missing node enlacing +b missing node saclike +b missing node bunkoed +b missing node crackle +b missing node sextupled +b missing node caricatured +b missing node protrusile +b missing node lazars +b missing node equalise +b missing node switchmen +b missing node unreasoned +b missing node caricatures +b missing node searches +b missing node searcher +b missing node wraith +b missing node taxing +b missing node watercolors +b missing node biophysicist +b missing node feudist +b missing node facing +b missing node caroming +b missing node straightaway +b missing node bombast +b missing node searched +b missing node wingman +b missing node poshness +b missing node reliques +b missing node prospector +b missing node visit +b missing node fattener +b missing node exposits +b missing node catalogers +b missing node memorize +b missing node atmospheres +b missing node fattened +b missing node began +b missing node outguess +b missing node begat +b missing node allergies +b missing node prehensile +b missing node thermodynamics +b missing node argentineans +b missing node heroics +b missing node preens +b missing node decimates +b missing node sawyers +b missing node continental +b missing node jigsawed +b missing node douche +b missing node lacquered +b missing node mountaintops +b missing node hankerings +b missing node doghouses +b missing node kickups +b missing node berrylike +b missing node prussia +b missing node exportable +b missing node gushily +b missing node prussic +b missing node seance +b missing node decimated +b missing node giraffe +b missing node lacquerer +b missing node swampiest +b missing node breveted +b missing node shandies +b missing node convertibles +b missing node leathernecks +b missing node barytone +b missing node incredulous +b missing node gushing +b missing node yards +b missing node represent +b missing node adjuration +b missing node atmospheric +b missing node escoting +b missing node topper +b missing node irritating +b missing node overwound +b missing node trepidation +b missing node egregious +b missing node contumacy +b missing node expropriator +b missing node muzziest +b missing node adulate +b missing node yarer +b missing node pursed +b missing node maharishis +b missing node dispelled +b missing node taxies +b missing node anthropologically +b missing node purser +b missing node challengers +b missing node dobber +b missing node purses +b missing node forlornly +b missing node nilling +b missing node airiest +b missing node soaper +b missing node insulin +b missing node inartistic +b missing node repasted +b missing node disjointed +b missing node topped +b missing node caucasoids +b missing node conservatorship +b missing node soaped +b missing node against +b missing node paunches +b missing node barnstorm +b missing node inactivation +b missing node terminate +b missing node unapparent +b missing node trusteeship +b missing node ossifier +b missing node yolkier +b missing node ossifies +b missing node chauvinists +b missing node volatilization +b missing node mussier +b missing node tuftily +b missing node winglet +b missing node roaming +b missing node taxied +b missing node elicited +b missing node abyes +b missing node unclog +b missing node otological +b missing node inactivating +b missing node rememberers +b missing node tufting +b missing node unsure +b missing node ossified +b missing node stereotyping +b missing node visas +b missing node pulsations +b missing node outnumbering +b missing node enplane +b missing node bullwhips +b missing node wheres +b missing node prohibitive +b missing node compilable +b missing node cowlicks +b missing node complimenter +b missing node decapsulate +b missing node loaves +b missing node enabling +b missing node complimented +b missing node plenty +b missing node upend +b missing node irritated +b missing node lawfully +b missing node alternators +b missing node tragicomic +b missing node prospectus +b missing node showoffs +b missing node nominately +b missing node irritates +b missing node felicitator +b missing node plenum +b missing node wedgie +b missing node deltoids +b missing node yessing +b missing node hotter +b missing node underspending +b missing node moonstone +b missing node newnesses +b missing node unexchangeable +b missing node endorsable +b missing node shortwaves +b missing node inbred +b missing node hotted +b missing node gushier +b missing node tercentenaries +b missing node fatefully +b missing node spender +b missing node necks +b missing node codpieces +b missing node vises +b missing node unredeemed +b missing node keats +b missing node subminiaturize +b missing node wainscots +b missing node yarns +b missing node tappets +b missing node emblaze +b missing node leftovers +b missing node underslung +b missing node burglarizing +b missing node retesting +b missing node elicitor +b missing node contiguously +b missing node pickaxes +b missing node ibex +b missing node ibid +b missing node heroine +b missing node poodle +b missing node prevalently +b missing node pickaxed +b missing node allergist +b missing node heroins +b missing node declasse +b missing node nonmaterial +b missing node snazzy +b missing node affiliate +b missing node ghostier +b missing node silicons +b missing node coworker +b missing node hydrochloric +b missing node boycotts +b missing node vised +b missing node tappers +b missing node stereotypies +b missing node honchos +b missing node outjutting +b missing node despoiling +b missing node inhabitancies +b missing node disaffections +b missing node wedged +b missing node ceasing +b missing node jamaicans +b missing node wedges +b missing node wrecking +b missing node integrities +b missing node bazooka +b missing node unallied +b missing node souffle +b missing node gagster +b missing node prohibiting +b missing node befog +b missing node heroism +b missing node convulsant +b missing node mediatorial +b missing node climes +b missing node adeptest +b missing node disharmony +b missing node cowhides +b missing node radiations +b missing node revived +b missing node uncles +b missing node pedaled +b missing node abrasive +b missing node reviver +b missing node revives +b missing node fellahin +b missing node prickling +b missing node librarians +b missing node dischargeable +b missing node stowaways +b missing node plumply +b missing node vestibule +b missing node expropriated +b missing node belying +b missing node cowhided +b missing node renegotiate +b missing node overfeed +b missing node tailored +b missing node expropriates +b missing node subdistinction +b missing node abalones +b missing node serially +b missing node coaeval +b missing node slummer +b missing node analeptic +b missing node potations +b missing node overspreading +b missing node worrying +b missing node exorbitance +b missing node incontestabilities +b missing node prohibition +b missing node lichee +b missing node noblesse +b missing node lichen +b missing node slummed +b missing node democrat +b missing node shallowed +b missing node tablelands +b missing node beeline +b missing node showers +b missing node plumper +b missing node feminacies +b missing node showery +b missing node iamb +b missing node orotund +b missing node watermark +b missing node stupefy +b missing node fluttering +b missing node unclad +b missing node transcendentalists +b missing node irreproachable +b missing node memories +b missing node revival +b missing node weaknesses +b missing node draught +b missing node beelike +b missing node doilies +b missing node rafting +b missing node stripier +b missing node impactors +b missing node irreproachably +b missing node rhonchi +b missing node bevatrons +b missing node forefinger +b missing node fidgeter +b missing node abnegates +b missing node investigators +b missing node fidgeted +b missing node jawbreaker +b missing node manhattan +b missing node climax +b missing node misplay +b missing node jinxed +b missing node shallower +b missing node climbs +b missing node jinxes +b missing node investigatory +b missing node ghosting +b missing node abnegated +b missing node cretinizing +b missing node motivation +b missing node coachwork +b missing node inflexibly +b missing node merlins +b missing node prototype +b missing node codeine +b missing node lichis +b missing node coalpits +b missing node terrifyingly +b missing node disembowelling +b missing node codeins +b missing node apices +b missing node memorial +b missing node eyewash +b missing node tartaric +b missing node pastellists +b missing node abnegator +b missing node arbitrable +b missing node oligarchy +b missing node coins +b missing node oligarchs +b missing node abigail +b missing node unthroning +b missing node nascences +b missing node denunciatory +b missing node sardinian +b missing node stultifies +b missing node persevering +b missing node eductive +b missing node revivalistic +b missing node unsung +b missing node plumped +b missing node sweeper +b missing node banshies +b missing node coirs +b missing node rescindable +b missing node heroize +b missing node elatedly +b missing node pricklier +b missing node olivine +b missing node stultified +b missing node wherry +b missing node headquartering +b missing node washier +b missing node babysitting +b missing node visor +b missing node camphors +b missing node foreladies +b missing node befit +b missing node abrasion +b missing node mishaps +b missing node partridge +b missing node isosceles +b missing node waitress +b missing node hardheaded +b missing node solutions +b missing node mainlander +b missing node insular +b missing node incumbering +b missing node fortress +b missing node eduction +b missing node kingfish +b missing node preconstruction +b missing node fatuity +b missing node preconstructing +b missing node apical +b missing node infidel +b missing node cypresses +b missing node striping +b missing node destructibility +b missing node forlorner +b missing node influencing +b missing node gooneys +b missing node refiguring +b missing node wenchers +b missing node reginas +b missing node reginal +b missing node shrining +b missing node tuftier +b missing node barefaced +b missing node attendances +b missing node doubts +b missing node pilotless +b missing node huckleberries +b missing node hedonic +b missing node motivating +b missing node sendable +b missing node terminals +b missing node headmasters +b missing node eulogiums +b missing node malconduct +b missing node cataleptoid +b missing node lummoxes +b missing node redounded +b missing node mournfulness +b missing node vista +b missing node regains +b missing node logisticians +b missing node frontager +b missing node frontages +b missing node rejuvenate +b missing node steamrollers +b missing node revisable +b missing node sulphas +b missing node epicalyces +b missing node handicaps +b missing node trueness +b missing node majored +b missing node icbm +b missing node viper +b missing node majorem +b missing node apoplexy +b missing node introductory +b missing node skiddooed +b missing node corruptibility +b missing node gamecock +b missing node myriad +b missing node inoculations +b missing node foreclosures +b missing node eructated +b missing node derailing +b missing node discontinuations +b missing node disaffiliated +b missing node haddock +b missing node kebob +b missing node hoedown +b missing node cowages +b missing node neologism +b missing node zucchini +b missing node unprofessed +b missing node eructates +b missing node apologetically +b missing node disaffiliates +b missing node interesting +b missing node snapshots +b missing node apolunes +b missing node bizonal +b missing node vatted +b missing node pawing +b missing node upwards +b missing node electronic +b missing node conflictive +b missing node rupture +b missing node manege +b missing node reordain +b missing node vegetating +b missing node enchant +b missing node aliened +b missing node showily +b missing node alienee +b missing node inducement +b missing node scraggliest +b missing node blowfishes +b missing node aliener +b missing node trimming +b missing node parlance +b missing node sweeten +b missing node carromed +b missing node lengthiest +b missing node sweeter +b missing node hookups +b missing node swillers +b missing node leprosarium +b missing node squinters +b missing node workfolk +b missing node nitration +b missing node insidiousness +b missing node scrutinize +b missing node revisionary +b missing node nonstimulating +b missing node philippic +b missing node retreads +b missing node chapter +b missing node fearfulness +b missing node showing +b missing node stripings +b missing node sawmills +b missing node genteelest +b missing node propanol +b missing node enuretic +b missing node rivaled +b missing node dissimulator +b missing node pianoforte +b missing node gunnies +b missing node sloughier +b missing node browniest +b missing node whistlers +b missing node wests +b missing node formalization +b missing node gastropods +b missing node newcomers +b missing node machinator +b missing node hippie +b missing node declamations +b missing node elegiacs +b missing node listed +b missing node unalike +b missing node tipsters +b missing node yardage +b missing node anneal +b missing node ileal +b missing node nitrating +b missing node asseveration +b missing node praetors +b missing node republishing +b missing node swimsuits +b missing node treble +b missing node unofficiously +b missing node tersest +b missing node turncoat +b missing node vegetative +b missing node toadfish +b missing node cockatoo +b missing node lister +b missing node listen +b missing node asseverating +b missing node cupcake +b missing node studying +b missing node faience +b missing node begum +b missing node trebly +b missing node begun +b missing node conflicting +b missing node satchel +b missing node lotion +b missing node resonator +b missing node returnability +b missing node prepack +b missing node larvas +b missing node baksheesh +b missing node outchiding +b missing node vegetation +b missing node cicadae +b missing node larval +b missing node revarnishing +b missing node coked +b missing node tersely +b missing node rationalistic +b missing node cicadas +b missing node solecizes +b missing node prepaid +b missing node cokes +b missing node hipped +b missing node onerously +b missing node ices +b missing node hipper +b missing node patentability +b missing node lentils +b missing node showier +b missing node larvae +b missing node integrationist +b missing node disadvantageous +b missing node abhorrently +b missing node mikes +b missing node ambush +b missing node equalled +b missing node prochurch +b missing node civilizers +b missing node peyotyls +b missing node chevrolets +b missing node overworks +b missing node vendibility +b missing node dissimulates +b missing node ethylenes +b missing node iced +b missing node evacuators +b missing node unrefined +b missing node visionary +b missing node investments +b missing node sweetens +b missing node chemistries +b missing node solecized +b missing node wedder +b missing node possessible +b missing node babbitting +b missing node headnote +b missing node gunning +b missing node wheeziest +b missing node wedded +b missing node archivists +b missing node residential +b missing node washings +b missing node aplenty +b missing node overcapitalize +b missing node blockheads +b missing node tonights +b missing node perceptually +b missing node plummier +b missing node prostitute +b missing node parities +b missing node kebab +b missing node devotion +b missing node etude +b missing node miaows +b missing node dissimulated +b missing node awaken +b missing node awakes +b missing node calibre +b missing node souvenirs +b missing node begot +b missing node brawling +b missing node baulking +b missing node rucksacks +b missing node glanders +b missing node hobble +b missing node percept +b missing node cannoneers +b missing node subacute +b missing node airmails +b missing node yearner +b missing node yearned +b missing node definitely +b missing node monographer +b missing node bongoists +b missing node exobiology +b missing node creditability +b missing node emplacement +b missing node memoir +b missing node tiaras +b missing node motivational +b missing node gorses +b missing node titillate +b missing node sulphur +b missing node fluoroscopists +b missing node stylistic +b missing node percent +b missing node plotless +b missing node identified +b missing node fireless +b missing node arnold +b missing node neologies +b missing node amylases +b missing node misfired +b missing node boating +b missing node bassets +b missing node swingiest +b missing node identifier +b missing node identifies +b missing node kindness +b missing node privatizing +b missing node recrimination +b missing node intertwine +b missing node marketings +b missing node autopsy +b missing node palmist +b missing node disenfranchised +b missing node reeking +b missing node cannelon +b missing node ibis +b missing node aurum +b missing node cockpit +b missing node cochairing +b missing node wellness +b missing node awaked +b missing node covalences +b missing node quandary +b missing node unstops +b missing node clearest +b missing node wetly +b missing node retreats +b missing node recriminating +b missing node irrefragable +b missing node agitators +b missing node slagged +b missing node monographic +b missing node disenfranchises +b missing node holotypes +b missing node pantingly +b missing node entrapping +b missing node poohed +b missing node finnicky +b missing node poxing +b missing node refuted +b missing node crossbeam +b missing node refuter +b missing node sulphid +b missing node discipliners +b missing node thirstiest +b missing node nuisances +b missing node pairs +b missing node refutes +b missing node ringmaster +b missing node baulkier +b missing node undiffused +b missing node reconciliations +b missing node brawlier +b missing node touting +b missing node mussing +b missing node starving +b missing node uncial +b missing node prestigeful +b missing node inphase +b missing node purvey +b missing node foulest +b missing node viperish +b missing node auric +b missing node drinker +b missing node misfires +b missing node retrieval +b missing node farewell +b missing node hotheadedly +b missing node zephyr +b missing node mussily +b missing node payrolls +b missing node pedagogy +b missing node felicitated +b missing node overburdening +b missing node retraining +b missing node pedagogs +b missing node interrogate +b missing node endemic +b missing node felicitates +b missing node standardize +b missing node beget +b missing node prearm +b missing node eyeshade +b missing node alienly +b missing node angleworms +b missing node dilantin +b missing node prevaricator +b missing node slumped +b missing node noncumulative +b missing node taoists +b missing node pertussis +b missing node pains +b missing node paint +b missing node savoury +b missing node telegraphs +b missing node telegraphy +b missing node savours +b missing node caliber +b missing node paine +b missing node acrimoniously +b missing node retrieves +b missing node retriever +b missing node goonies +b missing node cafeteria +b missing node remnants +b missing node miaous +b missing node untended +b missing node familiarizes +b missing node replayed +b missing node retrieved +b missing node devoting +b missing node familiarized +b missing node university +b missing node machinated +b missing node bizones +b missing node jealousies +b missing node protestors +b missing node viperine +b missing node worsening +b missing node reekier +b missing node growths +b missing node hobbit +b missing node auxiliaries +b missing node preamp +b missing node blunder +b missing node begin +b missing node chemurgic +b missing node pails +b missing node dobbin +b missing node abysm +b missing node skirtings +b missing node abyss +b missing node forlornest +b missing node upholstery +b missing node stringing +b missing node theodicy +b missing node ghost +b missing node continued +b missing node impatience +b missing node awaits +b missing node orchestral +b missing node legitimizing +b missing node orchestras +b missing node antiquely +b missing node launder +b missing node miler +b missing node miles +b missing node truckage +b missing node slipforms +b missing node vermicide +b missing node continuer +b missing node upholsters +b missing node underpins +b missing node continues +b missing node idea +b missing node superior +b missing node ghoul +b missing node recklessly +b missing node idee +b missing node idaho +b missing node unscheduled +b missing node cracked +b missing node bathrobe +b missing node needy +b missing node sexuality +b missing node colts +b missing node crusaded +b missing node milch +b missing node promontory +b missing node focusses +b missing node needs +b missing node cracker +b missing node intimation +b missing node breakaway +b missing node crusader +b missing node supering +b missing node crusades +b missing node drollness +b missing node equities +b missing node alieners +b missing node catchup +b missing node enflaming +b missing node congruous +b missing node scratchpad +b missing node parrying +b missing node unpoetic +b missing node qualifying +b missing node constitutionality +b missing node moroccan +b missing node expose +b missing node jugular +b missing node mistakable +b missing node precis +b missing node focussed +b missing node knacking +b missing node lambastes +b missing node betroths +b missing node colly +b missing node milan +b missing node passwords +b missing node infolded +b missing node lambasted +b missing node interventionist +b missing node sextiles +b missing node infolder +b missing node continual +b missing node interventionism +b missing node besmears +b missing node securities +b missing node intimating +b missing node sexualize +b missing node imperfections +b missing node serous +b missing node interrogant +b missing node mushroom +b missing node prolonged +b missing node silentness +b missing node beigy +b missing node routing +b missing node colon +b missing node frequency +b missing node routine +b missing node hazers +b missing node treats +b missing node affrighted +b missing node reseeded +b missing node treaty +b missing node beige +b missing node anthropoidea +b missing node filmgoers +b missing node prolonges +b missing node projected +b missing node export +b missing node geodesics +b missing node promising +b missing node gasbag +b missing node ejaculum +b missing node memory +b missing node color +b missing node enuresis +b missing node cooperative +b missing node rectorial +b missing node reconversion +b missing node inscrutable +b missing node piercing +b missing node scrutinies +b missing node yelper +b missing node mille +b missing node colic +b missing node mills +b missing node unequivocalness +b missing node desists +b missing node yelped +b missing node mukluks +b missing node benedictions +b missing node reduplicated +b missing node peonage +b missing node captor +b missing node colin +b missing node bastardizing +b missing node annotatively +b missing node priorities +b missing node complicities +b missing node cheddar +b missing node prevaricated +b missing node prevaricates +b missing node cushiness +b missing node inscrutably +b missing node labourer +b missing node unwitnessed +b missing node settling +b missing node facets +b missing node mustards +b missing node idly +b missing node gigglers +b missing node researching +b missing node reembark +b missing node viscid +b missing node situation +b missing node recriminative +b missing node tubulate +b missing node faceup +b missing node continuos +b missing node tapeworms +b missing node shadowboxing +b missing node venules +b missing node idle +b missing node concretions +b missing node situating +b missing node milks +b missing node cuscus +b missing node milky +b missing node glowering +b missing node substratums +b missing node facers +b missing node hazels +b missing node leveler +b missing node colds +b missing node candlepin +b missing node rectories +b missing node leveled +b missing node subcategories +b missing node ides +b missing node redistilling +b missing node rivalling +b missing node idem +b missing node expiries +b missing node ideo +b missing node climbable +b missing node coles +b missing node enjoys +b missing node afghan +b missing node fluctuation +b missing node navajos +b missing node procuration +b missing node turbocar +b missing node incommunicably +b missing node commands +b missing node laboured +b missing node labellers +b missing node commando +b missing node corrode +b missing node snorkel +b missing node cooperation +b missing node unsnarled +b missing node fluctuating +b missing node occupants +b missing node decrescendo +b missing node vulgarness +b missing node cooperating +b missing node venular +b missing node ghanian +b missing node expeditiously +b missing node discordant +b missing node abandoner +b missing node colas +b missing node incommunicable +b missing node jerkin +b missing node clavierists +b missing node hebraists +b missing node cadences +b missing node monition +b missing node snowballed +b missing node pagandoms +b missing node hetaeric +b missing node subduals +b missing node continuum +b missing node yardarm +b missing node underplaying +b missing node couturieres +b missing node pepperiness +b missing node weepiest +b missing node beefless +b missing node expectorant +b missing node sugarplums +b missing node abandonee +b missing node encircling +b missing node bristliest +b missing node abandoned +b missing node cotillions +b missing node couchings +b missing node rearers +b missing node wasteful +b missing node housebreak +b missing node denunciations +b missing node membranaceous +b missing node attentions +b missing node emptily +b missing node atoneable +b missing node hardpan +b missing node fastback +b missing node cachepots +b missing node longhorn +b missing node waybill +b missing node catches +b missing node catcher +b missing node phonemically +b missing node tuberoses +b missing node ambiguous +b missing node pavanes +b missing node rivalry +b missing node adoptabilities +b missing node handlists +b missing node marionettes +b missing node annotations +b missing node happens +b missing node synthetical +b missing node decreasing +b missing node eightball +b missing node disassociates +b missing node reintegrating +b missing node bathroom +b missing node boredoms +b missing node sorority +b missing node expiring +b missing node crusados +b missing node irreal +b missing node jerked +b missing node icky +b missing node revealingly +b missing node transhipping +b missing node errancies +b missing node brainwashing +b missing node welcome +b missing node pugnaciously +b missing node mismanaged +b missing node jerker +b missing node bandstands +b missing node compunctions +b missing node meioses +b missing node reduce +b missing node mandala +b missing node hilariously +b missing node photospheres +b missing node jellifying +b missing node eulogists +b missing node disassociated +b missing node mismanages +b missing node mismanager +b missing node rearguing +b missing node sullenest +b missing node treads +b missing node optatives +b missing node angularities +b missing node iridescent +b missing node frequents +b missing node reintegration +b missing node icon +b missing node mitigate +b missing node moroccos +b missing node purifications +b missing node highboy +b missing node etcher +b missing node neocolonial +b missing node flocking +b missing node etches +b missing node hebraizing +b missing node berliners +b missing node tictocs +b missing node resituate +b missing node norths +b missing node emitted +b missing node sweetest +b missing node tawdriest +b missing node calicos +b missing node millraces +b missing node emitter +b missing node duellers +b missing node somberness +b missing node younglings +b missing node meiosis +b missing node spotted +b missing node hetaerae +b missing node tearable +b missing node vietnamese +b missing node flatteringly +b missing node etched +b missing node spotter +b missing node danube +b missing node bulgers +b missing node refuses +b missing node refuser +b missing node broiled +b missing node gibingly +b missing node broiler +b missing node refused +b missing node curiousness +b missing node projector +b missing node pigments +b missing node stringier +b missing node vatican +b missing node prepare +b missing node cenacles +b missing node hotrod +b missing node gastrologists +b missing node rollicks +b missing node algeria +b missing node compliantly +b missing node propanes +b missing node capstan +b missing node occlude +b missing node scrutinise +b missing node mushrooming +b missing node equipoise +b missing node expectorate +b missing node emptied +b missing node raunchiness +b missing node antiquers +b missing node scarifying +b missing node shutoffs +b missing node empties +b missing node emptier +b missing node suchness +b missing node apiece +b missing node fortuning +b missing node incumber +b missing node viviparous +b missing node hetaeras +b missing node deceitful +b missing node karakuls +b missing node physique +b missing node stepchild +b missing node niacins +b missing node splendors +b missing node alive +b missing node enjoin +b missing node motioners +b missing node perilousness +b missing node acidifiable +b missing node oversubscribing +b missing node improbably +b missing node refusal +b missing node larums +b missing node candying +b missing node chicory +b missing node improbable +b missing node viscousness +b missing node windsock +b missing node occupance +b missing node seventieths +b missing node fudged +b missing node lissom +b missing node embodier +b missing node biomicroscopies +b missing node bundling +b missing node viscus +b missing node embodies +b missing node object +b missing node lunatically +b missing node fudges +b missing node prepays +b missing node pubertal +b missing node overexcited +b missing node ileum +b missing node occupancy +b missing node overexcites +b missing node unimaginatively +b missing node flockier +b missing node abscising +b missing node pertinacious +b missing node enchain +b missing node warpowers +b missing node cadenced +b missing node lilted +b missing node nonabsorbent +b missing node embodied +b missing node defoliants +b missing node rimers +b missing node adaptors +b missing node felting +b missing node nitrators +b missing node yeomanry +b missing node purply +b missing node nazifies +b missing node beans +b missing node nazified +b missing node grindstone +b missing node traceries +b missing node pacta +b missing node disorganize +b missing node southerner +b missing node bloomy +b missing node blooms +b missing node comic +b missing node revisit +b missing node scags +b missing node biological +b missing node vishnu +b missing node journeying +b missing node vivid +b missing node irreverences +b missing node experiments +b missing node dishearten +b missing node banksides +b missing node cobber +b missing node timelessness +b missing node purple +b missing node packhorses +b missing node iodines +b missing node winging +b missing node citrine +b missing node embroglios +b missing node beano +b missing node comfy +b missing node redrew +b missing node farrows +b missing node beams +b missing node beamy +b missing node bullet +b missing node wallops +b missing node fastball +b missing node exculpating +b missing node nehru +b missing node slivers +b missing node instrumentalities +b missing node hokier +b missing node transporting +b missing node dapperness +b missing node technological +b missing node commy +b missing node emulsified +b missing node revises +b missing node reviser +b missing node comma +b missing node wordings +b missing node latently +b missing node promulgations +b missing node display +b missing node boxfuls +b missing node exculpation +b missing node comme +b missing node walloon +b missing node fascinate +b missing node beaky +b missing node steeliest +b missing node revised +b missing node farmyards +b missing node beaks +b missing node couscouses +b missing node scabs +b missing node deliveries +b missing node hunters +b missing node emaciating +b missing node therapeutic +b missing node screamingly +b missing node lamaseries +b missing node dudgeon +b missing node emaciation +b missing node solomon +b missing node malaise +b missing node downshifted +b missing node entwining +b missing node eaglets +b missing node overemphasizing +b missing node scads +b missing node exhusband +b missing node pacts +b missing node alecs +b missing node ellipsis +b missing node carried +b missing node raucously +b missing node bedgowns +b missing node scant +b missing node scrabbly +b missing node outpayment +b missing node scans +b missing node kakistocracies +b missing node exhalent +b missing node carries +b missing node carrier +b missing node mechanical +b missing node dewing +b missing node coxswain +b missing node braiding +b missing node bravest +b missing node oasts +b missing node sultanas +b missing node curtsied +b missing node mangle +b missing node compt +b missing node comps +b missing node redundancy +b missing node invests +b missing node iceland +b missing node vacation +b missing node curtsies +b missing node qualmishly +b missing node bravery +b missing node redundance +b missing node bravers +b missing node envelopers +b missing node pickwicks +b missing node scape +b missing node choiceness +b missing node mangos +b missing node triumphant +b missing node beaus +b missing node vacating +b missing node beaut +b missing node beaux +b missing node reinspected +b missing node scrabble +b missing node graftages +b missing node wingier +b missing node bonesetter +b missing node smallest +b missing node intromits +b missing node alefs +b missing node tenet +b missing node snootiness +b missing node seismologists +b missing node revisor +b missing node coatings +b missing node caryatid +b missing node unrewarded +b missing node errands +b missing node midst +b missing node subduing +b missing node impressionists +b missing node tends +b missing node capsule +b missing node ellipses +b missing node mulching +b missing node rosette +b missing node hoking +b missing node beast +b missing node bulled +b missing node thriftlessness +b missing node categorizers +b missing node analyzed +b missing node irritants +b missing node inrush +b missing node disbanding +b missing node daemonic +b missing node waddings +b missing node tench +b missing node analyzer +b missing node errancy +b missing node analyzes +b missing node beats +b missing node vivre +b missing node limekiln +b missing node wallows +b missing node sealants +b missing node holistic +b missing node scale +b missing node scald +b missing node bloops +b missing node etruscans +b missing node draperies +b missing node rollback +b missing node seismographers +b missing node undramatic +b missing node comte +b missing node scaly +b missing node disposals +b missing node capone +b missing node scalp +b missing node gewgaw +b missing node capons +b missing node effluents +b missing node decentring +b missing node abstractedly +b missing node bears +b missing node beard +b missing node scamp +b missing node bravely +b missing node scams +b missing node exilic +b missing node lengthiness +b missing node outboasting +b missing node unsoothed +b missing node misunderstand +b missing node seisms +b missing node neuters +b missing node eluders +b missing node beatific +b missing node deficiently +b missing node tenor +b missing node admiralship +b missing node bittern +b missing node parenthetical +b missing node bitters +b missing node immobile +b missing node abstained +b missing node sunniness +b missing node midge +b missing node abstainer +b missing node asymmetries +b missing node wetback +b missing node readopting +b missing node epoxyed +b missing node tacked +b missing node boxwoods +b missing node originality +b missing node recriminatory +b missing node collegiality +b missing node written +b missing node energizing +b missing node midis +b missing node tumorous +b missing node tenon +b missing node buffeting +b missing node devisers +b missing node pleasers +b missing node chronicling +b missing node haughtily +b missing node strongarmer +b missing node arnica +b missing node transcribed +b missing node utopia +b missing node exiled +b missing node anionic +b missing node paces +b missing node skimmed +b missing node tangentially +b missing node uteruses +b missing node abubble +b missing node curlycue +b missing node skimmer +b missing node transcribes +b missing node transcriber +b missing node scary +b missing node sniffed +b missing node twattle +b missing node delimitation +b missing node ferniest +b missing node consignment +b missing node misprisions +b missing node scars +b missing node leveraged +b missing node alder +b missing node sniffer +b missing node scarp +b missing node leverages +b missing node scarf +b missing node scare +b missing node capote +b missing node smoggier +b missing node earmarks +b missing node pudgy +b missing node frontally +b missing node delimitating +b missing node editresses +b missing node bigamistic +b missing node europium +b missing node immobilities +b missing node premolar +b missing node onboard +b missing node scats +b missing node foxiness +b missing node antinarcotic +b missing node pacer +b missing node seasons +b missing node exiles +b missing node paced +b missing node chichis +b missing node craggiest +b missing node graceful +b missing node negus +b missing node pegmatitic +b missing node insouciance +b missing node milliard +b missing node shitting +b missing node capacious +b missing node almshouses +b missing node teamwork +b missing node routinize +b missing node undismayed +b missing node fistula +b missing node industry +b missing node revisal +b missing node peacekeepers +b missing node homonym +b missing node unutterably +b missing node geodesist +b missing node aliening +b missing node overdrawing +b missing node uncharging +b missing node approached +b missing node packs +b missing node militantly +b missing node unutterable +b missing node barbarities +b missing node telemeters +b missing node comas +b missing node approaches +b missing node alluvial +b missing node approacher +b missing node wingdings +b missing node metonym +b missing node cobalt +b missing node taxers +b missing node flameouts +b missing node insolubilities +b missing node oases +b missing node capped +b missing node pacemaker +b missing node negotiatory +b missing node lutheran +b missing node imbecile +b missing node bumptiousness +b missing node negotiators +b missing node uncontested +b missing node emulsifies +b missing node subcommissioners +b missing node emulsifier +b missing node beads +b missing node chairwomen +b missing node tackle +b missing node outgoes +b missing node remorseful +b missing node torpidity +b missing node suaveness +b missing node beady +b missing node bloody +b missing node midas +b missing node bloods +b missing node collaterals +b missing node regiments +b missing node beach +b missing node unsurprised +b missing node fornicatrix +b missing node shrubberies +b missing node tents +b missing node varnish +b missing node deflagrations +b missing node errants +b missing node muteness +b missing node tenth +b missing node parathion +b missing node juiciest +b missing node sorptive +b missing node tackey +b missing node sorrower +b missing node luxes +b missing node overtopped +b missing node daysides +b missing node symmetric +b missing node volleying +b missing node tacker +b missing node comer +b missing node comes +b missing node tenty +b missing node sorrowed +b missing node comet +b missing node farragoes +b missing node prowling +b missing node knits +b missing node combe +b missing node antilogs +b missing node resistive +b missing node attribute +b missing node combo +b missing node destain +b missing node vising +b missing node redraw +b missing node combs +b missing node middy +b missing node oasis +b missing node knish +b missing node vision +b missing node tense +b missing node athena +b missing node headlands +b missing node reprice +b missing node athens +b missing node centering +b missing node disconnect +b missing node triplications +b missing node dowered +b missing node drachma +b missing node sorption +b missing node bulked +b missing node factorials +b missing node assailants +b missing node drachms +b missing node outflanking +b missing node ranter +b missing node myelitis +b missing node manful +b missing node ranted +b missing node rive +b missing node stripers +b missing node padri +b missing node padre +b missing node conic +b missing node licorice +b missing node uttered +b missing node chryslers +b missing node slidable +b missing node ungainly +b missing node bebop +b missing node utterer +b missing node absorbable +b missing node odorize +b missing node airliners +b missing node nominative +b missing node conky +b missing node chondrule +b missing node snuffbox +b missing node welcher +b missing node fouling +b missing node welches +b missing node inassimilable +b missing node trouble +b missing node engorgement +b missing node phlox +b missing node unreasonableness +b missing node effluence +b missing node repapering +b missing node imperialistic +b missing node welched +b missing node conks +b missing node roamers +b missing node manuscription +b missing node seismology +b missing node gaffers +b missing node palming +b missing node devisees +b missing node transmitting +b missing node barbecuing +b missing node exposers +b missing node pulsions +b missing node potences +b missing node negro +b missing node iodine +b missing node dignified +b missing node fifing +b missing node chairwoman +b missing node navahos +b missing node dignifies +b missing node lineage +b missing node beleapt +b missing node beleaps +b missing node switching +b missing node resisting +b missing node uxoriousness +b missing node flutterer +b missing node sinicizing +b missing node maledicted +b missing node rhetorically +b missing node ungratefulness +b missing node introspections +b missing node accentuate +b missing node okapi +b missing node understanding +b missing node purchase +b missing node beastie +b missing node fluttered +b missing node tenably +b missing node retainable +b missing node winterkilling +b missing node registrar +b missing node petroleous +b missing node traction +b missing node plotties +b missing node plottier +b missing node sappiest +b missing node unpalatable +b missing node conns +b missing node visits +b missing node tantaluses +b missing node balmoral +b missing node chapman +b missing node coituses +b missing node reabandoning +b missing node rims +b missing node volcanologist +b missing node elliptic +b missing node archings +b missing node minuets +b missing node rime +b missing node knife +b missing node ring +b missing node assists +b missing node colluvium +b missing node rink +b missing node salvations +b missing node buttressing +b missing node millibar +b missing node habitancies +b missing node tenable +b missing node annals +b missing node mishear +b missing node shagged +b missing node unsanctioned +b missing node rimy +b missing node plunderable +b missing node fiestas +b missing node alluvium +b missing node reprint +b missing node rind +b missing node inverts +b missing node beastly +b missing node wariness +b missing node frictionless +b missing node pertinent +b missing node manifest +b missing node sermon +b missing node riot +b missing node preaccustomed +b missing node cowherd +b missing node cowherb +b missing node inverse +b missing node conte +b missing node detailed +b missing node detailer +b missing node nominating +b missing node conto +b missing node thermography +b missing node verities +b missing node tapholes +b missing node handless +b missing node palmier +b missing node rips +b missing node touters +b missing node garcons +b missing node metazoans +b missing node kettle +b missing node ripe +b missing node avowing +b missing node programmatically +b missing node dollops +b missing node contumely +b missing node twentieths +b missing node bombers +b missing node graphically +b missing node conus +b missing node reprise +b missing node aptness +b missing node nomination +b missing node handlers +b missing node mongoose +b missing node geologists +b missing node fusillade +b missing node haughtier +b missing node archaeologist +b missing node trinkets +b missing node misusage +b missing node kedged +b missing node auras +b missing node delimitative +b missing node skulking +b missing node ironclads +b missing node aurae +b missing node constituencies +b missing node materialists +b missing node seigniorial +b missing node aural +b missing node okays +b missing node incrusts +b missing node transshipment +b missing node paramecia +b missing node tractive +b missing node lyrate +b missing node snoring +b missing node passway +b missing node risk +b missing node kedges +b missing node lockjaws +b missing node rise +b missing node haphazard +b missing node complainants +b missing node powerless +b missing node hopeless +b missing node boaters +b missing node ritz +b missing node emancipators +b missing node communists +b missing node iller +b missing node megalithic +b missing node paean +b missing node plotting +b missing node rite +b missing node flutterers +b missing node vestibular +b missing node riff +b missing node rife +b missing node anthill +b missing node astrologic +b missing node illuminatingly +b missing node flightier +b missing node mesalliance +b missing node railbird +b missing node mangey +b missing node indefinable +b missing node lineate +b missing node kneaders +b missing node rids +b missing node sifted +b missing node preventives +b missing node sifter +b missing node skunks +b missing node lavishness +b missing node riel +b missing node bioptic +b missing node wrackful +b missing node abjectness +b missing node rigs +b missing node diverged +b missing node neurology +b missing node nucleate +b missing node copyreaders +b missing node yawed +b missing node downplays +b missing node markedly +b missing node prescientific +b missing node declassifies +b missing node pucks +b missing node diverges +b missing node convictions +b missing node embodiers +b missing node despoilers +b missing node maledictory +b missing node declassified +b missing node rift +b missing node indecorousness +b missing node manger +b missing node paddy +b missing node thunderbolts +b missing node manges +b missing node dewier +b missing node civilizing +b missing node passenger +b missing node iodide +b missing node indefinably +b missing node bluebeard +b missing node excreta +b missing node astrologer +b missing node dietetically +b missing node excrete +b missing node dreamy +b missing node reembarkation +b missing node dreams +b missing node dreamt +b missing node reinform +b missing node dewily +b missing node ransom +b missing node antiphonies +b missing node cataloging +b missing node plasterboard +b missing node proximal +b missing node puces +b missing node miens +b missing node spitball +b missing node distressfully +b missing node autocracies +b missing node colluvial +b missing node nonreturnable +b missing node rubatos +b missing node armistices +b missing node eliminators +b missing node indispensably +b missing node trimmers +b missing node afferently +b missing node consternation +b missing node attiring +b missing node richfield +b missing node philters +b missing node stockading +b missing node rile +b missing node eliminatory +b missing node minuend +b missing node rill +b missing node stickiest +b missing node functions +b missing node reconcilers +b missing node leewardly +b missing node beehives +b missing node indispensable +b missing node dolorously +b missing node solubilizing +b missing node dissuading +b missing node porcelains +b missing node roughnecks +b missing node bicorn +b missing node overcompensates +b missing node displacements +b missing node flighting +b missing node tricycle +b missing node metroliners +b missing node boatload +b missing node preheated +b missing node inculcates +b missing node inculcated +b missing node shrubbier +b missing node unpalatably +b missing node confabulating +b missing node oared +b missing node trimmest +b missing node fiercest +b missing node emblems +b missing node allergens +b missing node tantalizers +b missing node dreary +b missing node decidedly +b missing node chapmen +b missing node correspond +b missing node cooperators +b missing node trephination +b missing node confabulation +b missing node quaveringly +b missing node curacies +b missing node giving +b missing node baulked +b missing node snatchiest +b missing node paucities +b missing node viceregally +b missing node conch +b missing node studiedly +b missing node exulting +b missing node utterly +b missing node quaggier +b missing node overcompensated +b missing node receding +b missing node crabbedness +b missing node actinides +b missing node polynomials +b missing node playpen +b missing node wander +b missing node condo +b missing node vestibules +b missing node fortune +b missing node bastinado +b missing node appertain +b missing node fuzziness +b missing node trundle +b missing node trainsick +b missing node rial +b missing node housecleans +b missing node multiplying +b missing node eczema +b missing node permissibility +b missing node coned +b missing node luminaries +b missing node prostrate +b missing node coney +b missing node sloughing +b missing node lolloped +b missing node cones +b missing node ride +b missing node vixen +b missing node waltzed +b missing node fiercely +b missing node conga +b missing node astray +b missing node waltzer +b missing node scorchingly +b missing node waltzes +b missing node brassards +b missing node congo +b missing node rice +b missing node rick +b missing node tweeter +b missing node rich +b missing node realizability +b missing node astral +b missing node variableness +b missing node tweeted +b missing node chthonic +b missing node citrins +b missing node deaconess +b missing node supplications +b missing node cubages +b missing node ribs +b missing node behemoth +b missing node pinprick +b missing node aspersors +b missing node illiberal +b missing node fuddle +b missing node tictocked +b missing node venireman +b missing node profundities +b missing node replates +b missing node overbuying +b missing node asymmetric +b missing node cometic +b missing node psychology +b missing node reannexes +b missing node scandiums +b missing node reannexed +b missing node replated +b missing node coops +b missing node coopt +b missing node promenade +b missing node noodles +b missing node poetic +b missing node fromage +b missing node gruesome +b missing node embrasure +b missing node belongings +b missing node prefix +b missing node flagrant +b missing node cochairman +b missing node noninflectional +b missing node prospect +b missing node wellheads +b missing node namely +b missing node untravelled +b missing node hardtop +b missing node upstrokes +b missing node graspable +b missing node dewlap +b missing node corrigenda +b missing node tenderfoot +b missing node newscasters +b missing node incompensation +b missing node revindicate +b missing node coons +b missing node chutists +b missing node stopple +b missing node dustheaps +b missing node pedants +b missing node cooingly +b missing node bassist +b missing node qualify +b missing node tubercled +b missing node strengthener +b missing node chapped +b missing node strengthened +b missing node unfreeze +b missing node subtotals +b missing node interlocutor +b missing node scramble +b missing node inexpressibilities +b missing node falsifying +b missing node tipstaff +b missing node vital +b missing node allovers +b missing node cools +b missing node definitive +b missing node isobar +b missing node aunts +b missing node capillarity +b missing node vitae +b missing node aunty +b missing node eductors +b missing node preestimating +b missing node coomb +b missing node prefer +b missing node folkway +b missing node cooly +b missing node algas +b missing node cooks +b missing node miasma +b missing node emperor +b missing node restrainedly +b missing node algal +b missing node algae +b missing node festooned +b missing node miasms +b missing node bountyless +b missing node cooky +b missing node rottenest +b missing node ochered +b missing node misplacing +b missing node ovaries +b missing node photo +b missing node christianizing +b missing node clodhopper +b missing node legationary +b missing node hairband +b missing node tubercles +b missing node redraws +b missing node firepower +b missing node dreads +b missing node shrubbery +b missing node predicatory +b missing node repasses +b missing node redrawn +b missing node poetry +b missing node consanguine +b missing node reestablishing +b missing node pressurizes +b missing node hairball +b missing node pressurizer +b missing node repassed +b missing node unaligned +b missing node pressurized +b missing node unconsoled +b missing node abusively +b missing node recondense +b missing node napalmed +b missing node ingeniously +b missing node copepod +b missing node undetermined +b missing node playgrounds +b missing node reorders +b missing node purred +b missing node dishabille +b missing node manila +b missing node fellable +b missing node survivors +b missing node bethought +b missing node visiting +b missing node macabre +b missing node balustered +b missing node baffle +b missing node manioc +b missing node paramedic +b missing node affraying +b missing node recapping +b missing node phenotypically +b missing node indecision +b missing node dualistic +b missing node frequent +b missing node fornicators +b missing node laplanders +b missing node rubidiums +b missing node thesaurus +b missing node iliad +b missing node ovarial +b missing node ovarian +b missing node mandolinist +b missing node covenants +b missing node carcinoma +b missing node asexual +b missing node unshakable +b missing node viviparity +b missing node maypoles +b missing node elicitors +b missing node canfuls +b missing node pinholes +b missing node tirade +b missing node rusticators +b missing node encipherment +b missing node algid +b missing node indecisive +b missing node siloing +b missing node coots +b missing node noodled +b missing node febrile +b missing node enfeoffed +b missing node alighting +b missing node adduceable +b missing node nonsense +b missing node leprosaria +b missing node schmeer +b missing node burrower +b missing node coterminous +b missing node algin +b missing node intoxicants +b missing node downtrends +b missing node marshals +b missing node gaiter +b missing node cochairmen +b missing node burrowed +b missing node inherited +b missing node wracks +b missing node provision +b missing node interacinous +b missing node gaited +b missing node unshakably +b missing node hereford +b missing node decemvir +b missing node marshall +b missing node meditate +b missing node pubes +b missing node exposing +b missing node yellow +b missing node hydrologic +b missing node approved +b missing node gaffing +b missing node neatest +b missing node unmelted +b missing node mountaineered +b missing node delightfully +b missing node seltzers +b missing node flopovers +b missing node promisers +b missing node boatels +b missing node recommit +b missing node metaphors +b missing node telex +b missing node focalizes +b missing node sinking +b missing node agreements +b missing node fontanelle +b missing node mergences +b missing node approves +b missing node autumnal +b missing node approver +b missing node septuple +b missing node dissemblingly +b missing node voluptuaries +b missing node pulldown +b missing node standpat +b missing node unitarianism +b missing node ambilateral +b missing node masseuses +b missing node pubis +b missing node redone +b missing node zirconium +b missing node overrunning +b missing node doctrinaire +b missing node topsail +b missing node mistreats +b missing node instating +b missing node vitro +b missing node sunniest +b missing node hispanics +b missing node sportiest +b missing node grangers +b missing node peeping +b missing node trapezoids +b missing node tells +b missing node unperformed +b missing node triggering +b missing node revelational +b missing node rhea +b missing node telly +b missing node prospers +b missing node pubic +b missing node detoxification +b missing node nihilities +b missing node focalized +b missing node perfectionists +b missing node tapping +b missing node spacewalkers +b missing node federatively +b missing node fewnesses +b missing node cannula +b missing node facetting +b missing node simulcast +b missing node capillaries +b missing node approval +b missing node profeminist +b missing node fortyfive +b missing node etiolate +b missing node inbreed +b missing node sanskrit +b missing node sabring +b missing node garotte +b missing node sheepishly +b missing node miffy +b missing node fringier +b missing node miffs +b missing node palmers +b missing node understands +b missing node garoted +b missing node mispronouncing +b missing node pawers +b missing node cyclamates +b missing node prefab +b missing node encipher +b missing node stopper +b missing node garotes +b missing node namers +b missing node powwowing +b missing node pratique +b missing node relaxing +b missing node uninflammable +b missing node mediational +b missing node stopped +b missing node dither +b missing node sludgiest +b missing node tubercle +b missing node loathe +b missing node compiles +b missing node kashas +b missing node hotzone +b missing node precluding +b missing node wallpapering +b missing node bedrock +b missing node advancing +b missing node phony +b missing node curiousest +b missing node despondingly +b missing node nurture +b missing node nonparliamentary +b missing node playoff +b missing node compiled +b missing node compiler +b missing node restuffed +b missing node bankbook +b missing node provosts +b missing node phone +b missing node retouching +b missing node thumbprint +b missing node taskmaster +b missing node gyrfalcon +b missing node rectifiable +b missing node solarization +b missing node deathcups +b missing node phons +b missing node stalinism +b missing node phono +b missing node eudaemon +b missing node stepdames +b missing node becks +b missing node neatens +b missing node stalinist +b missing node unskillfulness +b missing node barlows +b missing node consulate +b missing node cooer +b missing node cooey +b missing node estrogenicity +b missing node intrust +b missing node cooee +b missing node cooed +b missing node redout +b missing node disciplining +b missing node iodize +b missing node deducible +b missing node highest +b missing node capric +b missing node alienages +b missing node palpably +b missing node medievalists +b missing node tizzies +b missing node passbooks +b missing node mosques +b missing node pastelists +b missing node definition +b missing node palpable +b missing node randiest +b missing node regimen +b missing node regimes +b missing node outracing +b missing node cooch +b missing node municipal +b missing node feudary +b missing node exteriorizing +b missing node unmanufactured +b missing node bedroll +b missing node causeries +b missing node enthronements +b missing node accounting +b missing node whithersoever +b missing node contemplate +b missing node kiltie +b missing node fobbed +b missing node gustier +b missing node copouts +b missing node premonitory +b missing node applique +b missing node sealed +b missing node copra +b missing node machicolation +b missing node alienist +b missing node reekers +b missing node marabou +b missing node alienism +b missing node machinized +b missing node submerges +b missing node sealer +b missing node shrinker +b missing node sulfurize +b missing node adroitest +b missing node stringent +b missing node cornetist +b missing node innateness +b missing node submerged +b missing node curette +b missing node bundlers +b missing node titillatingly +b missing node capper +b missing node ripplets +b missing node plowboys +b missing node investigating +b missing node humuses +b missing node bantams +b missing node itemizing +b missing node bandsmen +b missing node brackens +b missing node bevatron +b missing node disintegrate +b missing node radiologist +b missing node eluding +b missing node copse +b missing node organically +b missing node mistiness +b missing node swanned +b missing node pepping +b missing node soarer +b missing node backwaters +b missing node preemptory +b missing node soared +b missing node concordat +b missing node ripplers +b missing node rectangularly +b missing node azure +b missing node urinated +b missing node distillation +b missing node unstuck +b missing node astrodynamics +b missing node urinates +b missing node bedroom +b missing node oneida +b missing node standout +b missing node anomies +b missing node stringers +b missing node insolation +b missing node brackets +b missing node nonproportional +b missing node highballed +b missing node fandango +b missing node trenton +b missing node unfocussed +b missing node fagoter +b missing node fagoted +b missing node disciplined +b missing node trustified +b missing node leadier +b missing node ritzier +b missing node readjournment +b missing node bioelectrical +b missing node grumbled +b missing node serrate +b missing node caftans +b missing node hennaed +b missing node evaporators +b missing node discommoding +b missing node doorsteps +b missing node grumbler +b missing node grumbles +b missing node antiquity +b missing node goings +b missing node gusting +b missing node paged +b missing node mustangs +b missing node cigars +b missing node pleasant +b missing node parceled +b missing node gustily +b missing node disaccharides +b missing node yelled +b missing node outnumber +b missing node cabdriver +b missing node disciplines +b missing node discipliner +b missing node porcelain +b missing node croakiest +b missing node journeyman +b missing node flytraps +b missing node detainer +b missing node scratchiest +b missing node yeller +b missing node womanizing +b missing node sestets +b missing node manless +b missing node uncleanness +b missing node investigative +b missing node crematoriums +b missing node detained +b missing node uncaring +b missing node detainee +b missing node chicken +b missing node kickstands +b missing node anytime +b missing node freelanced +b missing node alfas +b missing node manfulness +b missing node pedophilic +b missing node pedophilia +b missing node elevations +b missing node wakeful +b missing node crankiness +b missing node molars +b missing node british +b missing node linecut +b missing node superego +b missing node pages +b missing node rondure +b missing node depressant +b missing node subtilest +b missing node peppily +b missing node grandmaster +b missing node graybeards +b missing node hydrophobicity +b missing node telling +b missing node prowess +b missing node kilter +b missing node evidentiary +b missing node kilted +b missing node negotiatrix +b missing node participation +b missing node beebreads +b missing node damselflies +b missing node investigation +b missing node vocalization +b missing node opiate +b missing node peppier +b missing node freelances +b missing node piercers +b missing node helmeted +b missing node miaouing +b missing node sulfuring +b missing node participating +b missing node alabama +b missing node deliverers +b missing node disinterring +b missing node ritzily +b missing node dozening +b missing node larynx +b missing node kickoff +b missing node subendorsed +b missing node orneriness +b missing node heartsickness +b missing node promisees +b missing node communique +b missing node landlordship +b missing node truckers +b missing node pagan +b missing node jaunty +b missing node undreamed +b missing node misapprehending +b missing node priviest +b missing node reorganizers +b missing node jaunts +b missing node catalyzers +b missing node wenny +b missing node antiquing +b missing node skulls +b missing node runback +b missing node cockups +b missing node incredulity +b missing node retardation +b missing node antiquarian +b missing node radiologies +b missing node neigh +b missing node gibbosities +b missing node intimaters +b missing node inauspiciously +b missing node ecdysis +b missing node hummock +b missing node copal +b missing node preboiling +b missing node skulks +b missing node introducible +b missing node gloving +b missing node maracas +b missing node africans +b missing node twentieth +b missing node flapjack +b missing node departmentalize +b missing node leading +b missing node interiors +b missing node sultanic +b missing node forethought +b missing node labelling +b missing node cougar +b missing node fescue +b missing node overdoses +b missing node placentation +b missing node remorselessly +b missing node frillier +b missing node happing +b missing node wheyey +b missing node tellies +b missing node slapstick +b missing node franciscan +b missing node cottiers +b missing node rimier +b missing node lunettes +b missing node bunkmate +b missing node diagramming +b missing node hazier +b missing node overdosed +b missing node headlamps +b missing node accusatorially +b missing node moonset +b missing node auctorial +b missing node instructions +b missing node remailed +b missing node inborn +b missing node impermanent +b missing node journeymen +b missing node lemmas +b missing node spoliators +b missing node happily +b missing node mirage +b missing node translucently +b missing node prohibitory +b missing node alchemic +b missing node nonfascists +b missing node impudence +b missing node alternative +b missing node multilayer +b missing node laborings +b missing node snickeringly +b missing node ninetieth +b missing node intelligentsia +b missing node laired +b missing node dwarves +b missing node hemiolas +b missing node awninged +b missing node oceans +b missing node raphael +b missing node assaulted +b missing node summation +b missing node eyefuls +b missing node bonfires +b missing node lairds +b missing node lockups +b missing node deliberatively +b missing node undefined +b missing node bedew +b missing node medleys +b missing node intimately +b missing node adsorptively +b missing node subduers +b missing node mortifyingly +b missing node solemnness +b missing node invasiveness +b missing node antiquaries +b missing node discursively +b missing node standoff +b missing node summating +b missing node pleura +b missing node snatch +b missing node corkages +b missing node daemon +b missing node assaulter +b missing node overflies +b missing node contravene +b missing node adjustor +b missing node orogenic +b missing node amulet +b missing node tempi +b missing node tempo +b missing node fruitlessly +b missing node temps +b missing node voicedness +b missing node caucussed +b missing node irritancy +b missing node osseous +b missing node speleology +b missing node paymasters +b missing node insurer +b missing node insures +b missing node extemporizing +b missing node alert +b missing node vixenly +b missing node knackers +b missing node motioning +b missing node treeing +b missing node allying +b missing node concrete +b missing node knackery +b missing node adjuster +b missing node tempt +b missing node insured +b missing node mousses +b missing node odorful +b missing node nonforfeitures +b missing node aerialists +b missing node chieftaincy +b missing node adjusted +b missing node might +b missing node pastorale +b missing node juncoes +b missing node wardenship +b missing node senoritas +b missing node spectaculars +b missing node bristols +b missing node trashmen +b missing node menstruous +b missing node nonphysically +b missing node regilds +b missing node inheritor +b missing node crumpling +b missing node sheepishness +b missing node pastorals +b missing node bedim +b missing node bunking +b missing node hazing +b missing node elongate +b missing node ileitis +b missing node insulations +b missing node mesenteries +b missing node petrology +b missing node aleph +b missing node darling +b missing node viziers +b missing node departmentalism +b missing node coughs +b missing node triangles +b missing node riming +b missing node redraft +b missing node frilling +b missing node hazily +b missing node incorruptible +b missing node evadible +b missing node functional +b missing node bolides +b missing node grownup +b missing node plantations +b missing node uninformed +b missing node manias +b missing node yeomanly +b missing node copyists +b missing node dedicational +b missing node alternating +b missing node copes +b missing node manics +b missing node coper +b missing node oaths +b missing node graveyards +b missing node maliciousness +b missing node miggs +b missing node reptilians +b missing node coped +b missing node incorruptibly +b missing node pastorate +b missing node hunting +b missing node cuprites +b missing node ebcdic +b missing node metronomes +b missing node johnnie +b missing node oaten +b missing node alternation +b missing node oater +b missing node foghorn +b missing node carrels +b missing node nitpicks +b missing node metronomic +b missing node carrell +b missing node liberalness +b missing node blonds +b missing node conjecture +b missing node dratting +b missing node vamped +b missing node ilium +b missing node hyphening +b missing node maniac +b missing node scrooges +b missing node vamper +b missing node blonde +b missing node functioned +b missing node keyhole +b missing node pulmotor +b missing node veniremen +b missing node schoolmaster +b missing node trashman +b missing node expendable +b missing node cosmetologist +b missing node slackage +b missing node failsafe +b missing node generation +b missing node kerbing +b missing node impugn +b missing node bronchially +b missing node reparations +b missing node wethers +b missing node naturalize +b missing node newport +b missing node reassorts +b missing node redistricted +b missing node revs +b missing node panful +b missing node forjudging +b missing node lusty +b missing node lusts +b missing node kidnapers +b missing node lornness +b missing node lanolins +b missing node junctions +b missing node handsomeness +b missing node crankshafts +b missing node bartending +b missing node theocratically +b missing node ceramists +b missing node humorists +b missing node lanoline +b missing node wafters +b missing node ignore +b missing node myrtle +b missing node bluefish +b missing node bilges +b missing node rechristened +b missing node chickasaw +b missing node tenderfeet +b missing node sobbingly +b missing node taking +b missing node indescribable +b missing node eidolon +b missing node cocainism +b missing node dishonored +b missing node bilged +b missing node manglers +b missing node exception +b missing node camelias +b missing node prerogatives +b missing node sisyphus +b missing node witticism +b missing node smithereens +b missing node gasmen +b missing node policies +b missing node slumming +b missing node querists +b missing node internationally +b missing node midships +b missing node streamlining +b missing node eyewink +b missing node lyrically +b missing node aztec +b missing node windstorms +b missing node capuchins +b missing node noires +b missing node miaowed +b missing node refunds +b missing node wangle +b missing node largeness +b missing node tutting +b missing node coasts +b missing node woodchuck +b missing node knelt +b missing node immigration +b missing node knell +b missing node kibbutzim +b missing node nonscientific +b missing node housers +b missing node ringnecks +b missing node beeswaxes +b missing node generative +b missing node retracing +b missing node excepting +b missing node regularizes +b missing node regularizer +b missing node dunderheads +b missing node cysts +b missing node macintoshes +b missing node immigrating +b missing node prematurities +b missing node bluefins +b missing node regularized +b missing node spinosely +b missing node agitating +b missing node unquestioningly +b missing node hotkey +b missing node festivals +b missing node refocussed +b missing node lamebrains +b missing node calvinist +b missing node calvinism +b missing node unpersons +b missing node reutilization +b missing node loaned +b missing node unopposed +b missing node reconstructions +b missing node loaner +b missing node teats +b missing node limbering +b missing node scattered +b missing node bipotentialities +b missing node morosely +b missing node jinnee +b missing node imbalmers +b missing node storerooms +b missing node pregnancies +b missing node cavilling +b missing node punishments +b missing node seriates +b missing node agitation +b missing node volleyers +b missing node embleming +b missing node astute +b missing node irresolute +b missing node repossessions +b missing node seriated +b missing node plummiest +b missing node scatterer +b missing node cahoot +b missing node paraquat +b missing node indescribably +b missing node tranships +b missing node horsefeathers +b missing node designees +b missing node unsympathetically +b missing node birdlime +b missing node alleyways +b missing node supplicating +b missing node parochially +b missing node airdropping +b missing node pawpaw +b missing node resonants +b missing node superposition +b missing node lodging +b missing node niches +b missing node luted +b missing node moronically +b missing node dampened +b missing node shoeblack +b missing node flanked +b missing node manipulate +b missing node escalading +b missing node limpidity +b missing node lutes +b missing node dampener +b missing node seconding +b missing node interties +b missing node banting +b missing node tease +b missing node emporiums +b missing node troubleshooting +b missing node nebulize +b missing node teary +b missing node generating +b missing node baptismal +b missing node tears +b missing node shepherdesses +b missing node desireable +b missing node peacekeeping +b missing node effluvia +b missing node flanker +b missing node inculpates +b missing node writings +b missing node unassailable +b missing node coated +b missing node coatee +b missing node inculpated +b missing node eucharist +b missing node teals +b missing node jewishness +b missing node designers +b missing node scrabblers +b missing node copolymerization +b missing node hovercraft +b missing node remittance +b missing node avidness +b missing node waggle +b missing node autobiographic +b missing node laugh +b missing node bulgur +b missing node anergy +b missing node gorilla +b missing node jerkwater +b missing node innocency +b missing node sclerotomy +b missing node fauvisms +b missing node teams +b missing node waggly +b missing node unassailably +b missing node innocence +b missing node madras +b missing node intransitives +b missing node illustratively +b missing node snowfield +b missing node sheller +b missing node detournement +b missing node platforms +b missing node feministic +b missing node deplaned +b missing node schooners +b missing node significant +b missing node sagacious +b missing node graduate +b missing node shelled +b missing node deplanes +b missing node tankful +b missing node yahoo +b missing node nonfactual +b missing node supplication +b missing node plighters +b missing node reliance +b missing node pitchman +b missing node shelley +b missing node transporters +b missing node maraschino +b missing node obediential +b missing node transferable +b missing node trustable +b missing node waggon +b missing node unaccountability +b missing node impute +b missing node autobiographer +b missing node lauds +b missing node spineless +b missing node laude +b missing node stunts +b missing node clampers +b missing node furriners +b missing node outmarched +b missing node specialties +b missing node diagrammatical +b missing node cabbies +b missing node populate +b missing node gulches +b missing node yodeller +b missing node doorstops +b missing node drubbed +b missing node significate +b missing node osculation +b missing node outmarches +b missing node drubber +b missing node glutted +b missing node outboxes +b missing node impure +b missing node pompousness +b missing node mutuals +b missing node shellac +b missing node yodelled +b missing node performance +b missing node osculating +b missing node timeliest +b missing node quahaugs +b missing node vivisected +b missing node delivered +b missing node raspier +b missing node marmalade +b missing node dooryard +b missing node furriness +b missing node microprocessing +b missing node emulsifying +b missing node coater +b missing node teaks +b missing node disposers +b missing node disproportionates +b missing node deliverer +b missing node pitchmen +b missing node semicolon +b missing node outboxed +b missing node librating +b missing node signalize +b missing node warrantless +b missing node overfond +b missing node fauvists +b missing node industrializes +b missing node flightiest +b missing node overseers +b missing node skillfulness +b missing node enrobe +b missing node vizor +b missing node thirtieth +b missing node ruder +b missing node industrialized +b missing node achromatically +b missing node nicotine +b missing node tumblers +b missing node epigrammatical +b missing node embowers +b missing node ruddy +b missing node antifertility +b missing node dobies +b missing node sacredly +b missing node theoreticians +b missing node airmobile +b missing node glovers +b missing node rosettes +b missing node saliencies +b missing node reexports +b missing node optimizes +b missing node madrid +b missing node registership +b missing node apathy +b missing node suntan +b missing node optimized +b missing node statelier +b missing node slummier +b missing node dissident +b missing node donations +b missing node graduals +b missing node coatis +b missing node fuelers +b missing node divorcements +b missing node signaling +b missing node cocainize +b missing node tumbledown +b missing node chondrite +b missing node fjords +b missing node laura +b missing node absconders +b missing node gloomful +b missing node armament +b missing node bridals +b missing node channelizing +b missing node washrag +b missing node sloppiest +b missing node function +b missing node graduand +b missing node boundaries +b missing node schlemiel +b missing node robert +b missing node unreconcilably +b missing node madres +b missing node pronoun +b missing node tantalizing +b missing node oppress +b missing node overmodestly +b missing node resonance +b missing node policing +b missing node outgrow +b missing node unreconcilable +b missing node neonate +b missing node tidelands +b missing node angstrom +b missing node mattresses +b missing node ugliest +b missing node entwine +b missing node depressors +b missing node outlining +b missing node snuffers +b missing node jerboa +b missing node chimney +b missing node kneading +b missing node solecists +b missing node proctological +b missing node locknut +b missing node rasping +b missing node teach +b missing node valorization +b missing node killdee +b missing node ovule +b missing node unbarred +b missing node bachelors +b missing node ethicizing +b missing node dight +b missing node commotions +b missing node senhors +b missing node cadenza +b missing node birdcage +b missing node denning +b missing node superbly +b missing node undependable +b missing node senhora +b missing node digit +b missing node inoculation +b missing node obesely +b missing node dengue +b missing node spoonsful +b missing node meddler +b missing node dyspeptical +b missing node meddles +b missing node stupes +b missing node lemons +b missing node lemony +b missing node mucuses +b missing node resubscription +b missing node curbings +b missing node handling +b missing node bulged +b missing node pancake +b missing node lasts +b missing node bindweeds +b missing node bulger +b missing node saltcellar +b missing node bulges +b missing node tinkling +b missing node departs +b missing node scarified +b missing node discriminately +b missing node blocky +b missing node residences +b missing node iodized +b missing node postponed +b missing node erratas +b missing node blocks +b missing node chattiness +b missing node inoculating +b missing node wilderness +b missing node assessable +b missing node scarifies +b missing node scarifier +b missing node iodizes +b missing node sunset +b missing node iodizer +b missing node innocents +b missing node postpones +b missing node outgrew +b missing node motorbus +b missing node stupid +b missing node victualed +b missing node jotted +b missing node unaccredited +b missing node bobsledders +b missing node cultivatable +b missing node unreckoned +b missing node savagisms +b missing node slavishness +b missing node toothaches +b missing node unadulterate +b missing node jotter +b missing node hemline +b missing node nepotistically +b missing node noised +b missing node cowhide +b missing node entwist +b missing node fingering +b missing node nonfood +b missing node scowl +b missing node victualer +b missing node scows +b missing node asparagus +b missing node lasso +b missing node noises +b missing node stannum +b missing node analogical +b missing node avowers +b missing node climatical +b missing node coarse +b missing node polonium +b missing node scratchier +b missing node isometric +b missing node orangier +b missing node reproving +b missing node nondifferentiation +b missing node coals +b missing node alpha +b missing node feluccas +b missing node outlies +b missing node outlier +b missing node chronicles +b missing node pruned +b missing node woodsheds +b missing node chronicler +b missing node dayglows +b missing node chronicled +b missing node protesters +b missing node diminish +b missing node william +b missing node scorn +b missing node canalboat +b missing node observances +b missing node pardons +b missing node marines +b missing node score +b missing node sidepiece +b missing node mariner +b missing node categorizing +b missing node retinue +b missing node estoppage +b missing node unrequited +b missing node bejeweling +b missing node reburies +b missing node shorthanded +b missing node pinkness +b missing node crannies +b missing node loamed +b missing node reburied +b missing node substanceless +b missing node wagger +b missing node fisheyes +b missing node wagged +b missing node insincerity +b missing node neocolonially +b missing node cutback +b missing node scots +b missing node scott +b missing node sniffling +b missing node unbuilding +b missing node unclenched +b missing node consensuses +b missing node mired +b missing node parasiticidic +b missing node cognises +b missing node declarable +b missing node stretti +b missing node unclenches +b missing node stretto +b missing node chambray +b missing node topful +b missing node shellfishes +b missing node scour +b missing node scout +b missing node blunderer +b missing node glutton +b missing node garrison +b missing node kinaesthetic +b missing node inoculative +b missing node flingers +b missing node inchoate +b missing node depressions +b missing node blameable +b missing node blundered +b missing node cognised +b missing node signatory +b missing node tinklier +b missing node grecian +b missing node marinas +b missing node scone +b missing node bacillary +b missing node scarfpins +b missing node rackety +b missing node multitudes +b missing node willies +b missing node rebs +b missing node erratic +b missing node gaslit +b missing node gobble +b missing node rackets +b missing node outfields +b missing node reburial +b missing node maladjusted +b missing node recd +b missing node fifers +b missing node endnote +b missing node filcher +b missing node recs +b missing node sabbats +b missing node filches +b missing node cellulosic +b missing node mires +b missing node connecters +b missing node undefiled +b missing node conventional +b missing node redo +b missing node priapuses +b missing node arborization +b missing node filched +b missing node sabbath +b missing node moralities +b missing node scope +b missing node tonguing +b missing node indigoes +b missing node sambaed +b missing node forwards +b missing node suffered +b missing node ream +b missing node real +b missing node meddled +b missing node rackers +b missing node scoot +b missing node cautiousness +b missing node variegated +b missing node scoop +b missing node stupor +b missing node coact +b missing node read +b missing node applauds +b missing node sufferer +b missing node crannied +b missing node variegates +b missing node coach +b missing node rear +b missing node shrivers +b missing node mooniest +b missing node reap +b missing node sulfurous +b missing node willied +b missing node lallygagged +b missing node hackling +b missing node remained +b missing node frowstier +b missing node preempting +b missing node laths +b missing node intrude +b missing node ergonomically +b missing node panged +b missing node readiest +b missing node stannic +b missing node anthropologic +b missing node redoes +b missing node soliquid +b missing node happen +b missing node lathy +b missing node piazzas +b missing node rancours +b missing node shattered +b missing node slobbered +b missing node placeable +b missing node zodiacal +b missing node lathe +b missing node invernesses +b missing node mirks +b missing node reft +b missing node refs +b missing node connectedly +b missing node crupper +b missing node preconcessions +b missing node toeing +b missing node niched +b missing node invitations +b missing node minimals +b missing node dermatological +b missing node switchers +b missing node mirky +b missing node loneness +b missing node drawbridges +b missing node gavotting +b missing node intersects +b missing node waddlers +b missing node junketer +b missing node unharness +b missing node oboists +b missing node globalization +b missing node laten +b missing node reed +b missing node gnocchi +b missing node reef +b missing node later +b missing node shrivels +b missing node reek +b missing node parasiticidal +b missing node reel +b missing node junketed +b missing node bankside +b missing node oxtongues +b missing node preemption +b missing node ethology +b missing node madrone +b missing node reds +b missing node dredgings +b missing node encapsule +b missing node latex +b missing node askant +b missing node motorcar +b missing node mottoes +b missing node scold +b missing node preadapts +b missing node bluenose +b missing node coalesced +b missing node classifiable +b missing node curtseys +b missing node mackinaw +b missing node lated +b missing node woesome +b missing node decryption +b missing node fingerings +b missing node abysmally +b missing node latch +b missing node nepenthes +b missing node seriatim +b missing node humiliates +b missing node refurbishes +b missing node indulgence +b missing node willing +b missing node ravellings +b missing node iceboat +b missing node zoroaster +b missing node refurbished +b missing node cancerously +b missing node coalesces +b missing node scoff +b missing node priestess +b missing node espalier +b missing node gobbed +b missing node narrate +b missing node strangulate +b missing node carnivorously +b missing node laical +b missing node hexahedral +b missing node masking +b missing node gobbet +b missing node thanatos +b missing node hacklier +b missing node solipsistic +b missing node outstanding +b missing node volition +b missing node humiliated +b missing node ominous +b missing node rein +b missing node dishful +b missing node glazing +b missing node astronautically +b missing node decrypting +b missing node nebulise +b missing node temporal +b missing node ledges +b missing node ledger +b missing node monikers +b missing node simmers +b missing node hermitry +b missing node mignonette +b missing node stilled +b missing node subsumed +b missing node theodore +b missing node televisionary +b missing node corrupt +b missing node bellowers +b missing node subsumes +b missing node reps +b missing node stiller +b missing node naturalist +b missing node ghees +b missing node smuttiest +b missing node airings +b missing node reconciling +b missing node playlet +b missing node applause +b missing node brandying +b missing node pruner +b missing node abjured +b missing node prunes +b missing node abjurer +b missing node rawnesses +b missing node stuccoing +b missing node abjures +b missing node officialism +b missing node kneel +b missing node birdcall +b missing node unbosomed +b missing node interrelates +b missing node gasman +b missing node rend +b missing node kneed +b missing node squealer +b missing node amaranth +b missing node reno +b missing node mirth +b missing node interrelated +b missing node papains +b missing node knees +b missing node rent +b missing node growlingly +b missing node officiality +b missing node rely +b missing node scratchily +b missing node gutlessness +b missing node cathartically +b missing node naturalism +b missing node lockout +b missing node upholds +b missing node uproariousness +b missing node rems +b missing node wrasse +b missing node mirvs +b missing node unclothed +b missing node strophic +b missing node stupas +b missing node glazier +b missing node fringing +b missing node effetely +b missing node retinal +b missing node choosiness +b missing node beacons +b missing node newark +b missing node retouchers +b missing node rivets +b missing node retinas +b missing node retd +b missing node unclothes +b missing node adverseness +b missing node idler +b missing node idles +b missing node complicate +b missing node newsiness +b missing node idled +b missing node gyppers +b missing node rest +b missing node machinists +b missing node squealed +b missing node scratching +b missing node resp +b missing node cupidities +b missing node knead +b missing node paintbrush +b missing node coast +b missing node shipmate +b missing node vector +b missing node ambled +b missing node instillation +b missing node conveyance +b missing node ambler +b missing node ambles +b missing node curvaceous +b missing node gesture +b missing node radiologic +b missing node coats +b missing node viking +b missing node strophes +b missing node coati +b missing node pawnor +b missing node latin +b missing node transcripts +b missing node arapaho +b missing node choirmasters +b missing node downpour +b missing node autodial +b missing node shucking +b missing node glenwood +b missing node falsify +b missing node calumniation +b missing node ambiance +b missing node paupered +b missing node servos +b missing node residually +b missing node beautification +b missing node willets +b missing node seaway +b missing node jabbing +b missing node histamine +b missing node overfilling +b missing node dispositive +b missing node falsies +b missing node respectively +b missing node coffering +b missing node histamins +b missing node viragos +b missing node whalings +b missing node overhauling +b missing node calumniating +b missing node contravening +b missing node recharts +b missing node bristled +b missing node magpies +b missing node analgesic +b missing node cutlases +b missing node pshawing +b missing node mendelism +b missing node analgesia +b missing node chaplin +b missing node interested +b missing node ingratiation +b missing node mendelist +b missing node viscously +b missing node allegiances +b missing node tumult +b missing node curatrices +b missing node cobol +b missing node timesaver +b missing node effluxes +b missing node unchastened +b missing node bristles +b missing node scrimmage +b missing node carfares +b missing node ingratiating +b missing node excelsior +b missing node glooming +b missing node complimentarily +b missing node personative +b missing node pugilism +b missing node gunslinger +b missing node defoliates +b missing node imperturbability +b missing node appeaser +b missing node pardner +b missing node appeases +b missing node hypothesizer +b missing node miaoued +b missing node hypothesizes +b missing node gasket +b missing node defoliated +b missing node flaccid +b missing node rivers +b missing node knockoffs +b missing node rearmed +b missing node universals +b missing node hypothesized +b missing node overflow +b missing node chaplet +b missing node anathematize +b missing node galluses +b missing node appeased +b missing node avidity +b missing node willers +b missing node myrrhs +b missing node dogcarts +b missing node gloomily +b missing node pugilist +b missing node defalcate +b missing node tellers +b missing node painless +b missing node pendent +b missing node outguns +b missing node oligarchical +b missing node refitted +b missing node diagraph +b missing node cicerone +b missing node antiquities +b missing node unnatural +b missing node androgyne +b missing node awesome +b missing node ringbolts +b missing node bookings +b missing node proscribes +b missing node reanalyze +b missing node hydrides +b missing node adaptive +b missing node unmanly +b missing node bisects +b missing node pander +b missing node ominousness +b missing node peonies +b missing node scorifies +b missing node proscribed +b missing node bogeys +b missing node tuataras +b missing node allocable +b missing node dissimilate +b missing node commissariats +b missing node machismo +b missing node supporter +b missing node alienates +b missing node sugarcoats +b missing node inequitably +b missing node endamaging +b missing node mineralizes +b missing node scorified +b missing node supported +b missing node denier +b missing node protectorate +b missing node inequitable +b missing node vicariousness +b missing node denies +b missing node pettiness +b missing node diagrams +b missing node catalyzing +b missing node tabletop +b missing node beautiful +b missing node weedier +b missing node denied +b missing node ownerships +b missing node sandpapered +b missing node mainmasts +b missing node multiversity +b missing node bunkums +b missing node alienated +b missing node impended +b missing node sextants +b missing node souping +b missing node unsnap +b missing node gloomier +b missing node glazers +b missing node indefinite +b missing node unpretending +b missing node plexus +b missing node disaggregation +b missing node tetralogies +b missing node rebuffing +b missing node pandit +b missing node miser +b missing node mineralized +b missing node unmailable +b missing node madcaps +b missing node fertilization +b missing node presentability +b missing node lawed +b missing node rubberized +b missing node misdo +b missing node apronlike +b missing node personation +b missing node falsity +b missing node rubberizes +b missing node uncommercial +b missing node hyde +b missing node contracted +b missing node quadrillion +b missing node cardiometer +b missing node vacuum +b missing node denial +b missing node avuncular +b missing node marimba +b missing node cobby +b missing node killers +b missing node kinaesthesia +b missing node androgyny +b missing node incompetently +b missing node uncensured +b missing node overburdens +b missing node preemptive +b missing node nonplusing +b missing node defoliator +b missing node aardwolf +b missing node factiousness +b missing node wracking +b missing node injustices +b missing node snapped +b missing node billheads +b missing node secessions +b missing node diatomic +b missing node playlands +b missing node temerity +b missing node chicaneries +b missing node tumbled +b missing node nonviolation +b missing node rubes +b missing node snapper +b missing node preapplication +b missing node outlive +b missing node missy +b missing node anteriorly +b missing node discording +b missing node bakshish +b missing node retype +b missing node cataract +b missing node tantrum +b missing node comprehended +b missing node priests +b missing node autocades +b missing node rumrunning +b missing node outspreads +b missing node transfusion +b missing node windsurf +b missing node reinjuring +b missing node unappetizing +b missing node farrier +b missing node washout +b missing node cascabel +b missing node airway +b missing node cardiometry +b missing node houseboy +b missing node divorceable +b missing node transfusing +b missing node concertizing +b missing node lurid +b missing node hypo +b missing node indications +b missing node kookiest +b missing node waifing +b missing node hype +b missing node cocas +b missing node prolongation +b missing node disbelieves +b missing node disbeliever +b missing node dextrous +b missing node unload +b missing node gummed +b missing node shabbiness +b missing node pastoralism +b missing node undefinably +b missing node pastoralist +b missing node preventions +b missing node forecourt +b missing node undefinable +b missing node debilitating +b missing node impaction +b missing node gummer +b missing node jeroboams +b missing node telethons +b missing node pandas +b missing node orangery +b missing node contractor +b missing node lurch +b missing node leaders +b missing node misos +b missing node disbelieved +b missing node whimpering +b missing node soupier +b missing node albanian +b missing node trunked +b missing node wanderings +b missing node immediately +b missing node fairgrounds +b missing node marilyn +b missing node hymn +b missing node fizziest +b missing node connective +b missing node swanker +b missing node radiochemist +b missing node hermitage +b missing node adaption +b missing node dextrose +b missing node lawns +b missing node advancers +b missing node lawny +b missing node clattering +b missing node triggered +b missing node fingerers +b missing node citrons +b missing node naming +b missing node altar +b missing node interlarded +b missing node tumbles +b missing node headlining +b missing node caldera +b missing node zaniest +b missing node erratum +b missing node adapting +b missing node lured +b missing node tumbler +b missing node lures +b missing node cordiality +b missing node lurer +b missing node debilitation +b missing node swanked +b missing node benzin +b missing node citrous +b missing node bumpkinish +b missing node brisbane +b missing node veganisms +b missing node insane +b missing node whichsoever +b missing node unceremonious +b missing node splurgiest +b missing node unlock +b missing node quivering +b missing node homolog +b missing node mendelize +b missing node herbicidally +b missing node unaccustomed +b missing node idealogies +b missing node benzol +b missing node snifflers +b missing node broider +b missing node raftage +b missing node paydays +b missing node faucets +b missing node malfeasantly +b missing node persistency +b missing node outline +b missing node jitneys +b missing node impacting +b missing node physiology +b missing node gamester +b missing node desecrations +b missing node persistence +b missing node romantic +b missing node antechoir +b missing node astrologically +b missing node germanies +b missing node curetting +b missing node shicksas +b missing node dishing +b missing node accts +b missing node towardly +b missing node mascara +b missing node coxwains +b missing node vicars +b missing node lurks +b missing node connection +b missing node snottier +b missing node uncage +b missing node puffiest +b missing node cornstalk +b missing node dromedary +b missing node maquette +b missing node onionskin +b missing node balladeers +b missing node cobra +b missing node adhered +b missing node stretch +b missing node adherer +b missing node restorativeness +b missing node exposure +b missing node sheepdog +b missing node connecting +b missing node guerdons +b missing node adheres +b missing node corvette +b missing node thirdly +b missing node catcall +b missing node roofings +b missing node joking +b missing node sugarcane +b missing node superber +b missing node hoaxes +b missing node alginate +b missing node mists +b missing node ridership +b missing node hoaxer +b missing node immortal +b missing node misty +b missing node tailgate +b missing node milkiness +b missing node hoaxed +b missing node wagers +b missing node etiolates +b missing node apportioned +b missing node etiolated +b missing node unbreakable +b missing node nonintersecting +b missing node ostlers +b missing node noblemen +b missing node convects +b missing node exalting +b missing node trivially +b missing node provisoes +b missing node outstaring +b missing node solecisms +b missing node stuffings +b missing node uncommendable +b missing node valerian +b missing node vizir +b missing node osteologies +b missing node supplying +b missing node pragmatic +b missing node reintrenchment +b missing node dewool +b missing node laundromats +b missing node explicit +b missing node determinists +b missing node expedience +b missing node backslapper +b missing node thundercloud +b missing node prechilling +b missing node puddle +b missing node peppers +b missing node expediency +b missing node peppery +b missing node principalities +b missing node inhospitably +b missing node prescribes +b missing node prescriber +b missing node carrion +b missing node catling +b missing node populace +b missing node sotted +b missing node inhospitable +b missing node cocos +b missing node bogged +b missing node prescribed +b missing node unproportionate +b missing node cocoa +b missing node ideologize +b missing node prepubescence +b missing node benzyl +b missing node dubber +b missing node dubbed +b missing node doblas +b missing node valuate +b missing node whelps +b missing node behinds +b missing node midwived +b missing node humpbacked +b missing node pharm +b missing node ideologist +b missing node bundled +b missing node willful +b missing node grammatical +b missing node raspish +b missing node covenanting +b missing node microcosmic +b missing node nobleman +b missing node bundler +b missing node sargassos +b missing node bundles +b missing node discordance +b missing node tantras +b missing node gratuitously +b missing node karakul +b missing node organdies +b missing node phase +b missing node redress +b missing node crockeries +b missing node brimmer +b missing node sacristies +b missing node misinformed +b missing node unlighted +b missing node revivers +b missing node cocky +b missing node midwives +b missing node williwaw +b missing node puddly +b missing node nicely +b missing node convulse +b missing node appeared +b missing node cocks +b missing node uncaps +b missing node catlike +b missing node advisedness +b missing node topics +b missing node goring +b missing node serbian +b missing node snottily +b missing node brimmed +b missing node dubbin +b missing node idiom +b missing node defuzing +b missing node sheepskins +b missing node nonsexist +b missing node dishier +b missing node chequered +b missing node emancipating +b missing node idiot +b missing node defrocks +b missing node immortalizing +b missing node gorily +b missing node stalemate +b missing node ceaselessly +b missing node whelks +b missing node theistic +b missing node waterproof +b missing node balusters +b missing node whelky +b missing node deflagrate +b missing node singeing +b missing node ruble +b missing node determent +b missing node fitchews +b missing node selectiveness +b missing node biasedly +b missing node subclassification +b missing node generosity +b missing node craziness +b missing node emancipation +b missing node polymorphously +b missing node ironside +b missing node baobab +b missing node lapsers +b missing node quarters +b missing node wrangle +b missing node widened +b missing node whelms +b missing node uncase +b missing node heavenlier +b missing node storables +b missing node disquiet +b missing node widener +b missing node preemies +b missing node idiotic +b missing node wingers +b missing node mascaras +b missing node cleverest +b missing node trisecting +b missing node rooftop +b missing node deworm +b missing node magnificence +b missing node itemizers +b missing node zigzags +b missing node mayings +b missing node quartets +b missing node deanships +b missing node endangers +b missing node disturbs +b missing node mites +b missing node miter +b missing node towpath +b missing node shedded +b missing node rondures +b missing node sidepieces +b missing node cortexes +b missing node shedder +b missing node kwachas +b missing node sinuating +b missing node mistrustingly +b missing node tantric +b missing node coapts +b missing node steins +b missing node playing +b missing node phage +b missing node butane +b missing node astrolabes +b missing node panels +b missing node debilitative +b missing node propound +b missing node slyly +b missing node lavas +b missing node trisection +b missing node alternately +b missing node dispose +b missing node gorier +b missing node disport +b missing node germanium +b missing node cocci +b missing node declaims +b missing node cosmetic +b missing node wiredrawn +b missing node backmost +b missing node disjoining +b missing node weeding +b missing node ombres +b missing node wiredraws +b missing node cerecloth +b missing node conflicted +b missing node misemployment +b missing node seconal +b missing node overflew +b missing node upsilon +b missing node diatonic +b missing node mitre +b missing node vertigoes +b missing node intermixtures +b missing node wafting +b missing node untimely +b missing node upbraided +b missing node redcoats +b missing node upbraider +b missing node ambivalence +b missing node denims +b missing node antimonies +b missing node trystes +b missing node tryster +b missing node cataleptics +b missing node osteologist +b missing node mitts +b missing node refrigerate +b missing node babylonia +b missing node bloats +b missing node robbed +b missing node snorted +b missing node kidnaping +b missing node prosecutable +b missing node transvestism +b missing node microscopes +b missing node guatemalan +b missing node flashback +b missing node weedily +b missing node ballutes +b missing node archetypical +b missing node timepiece +b missing node transvestite +b missing node codas +b missing node laved +b missing node seconds +b missing node stripped +b missing node expedients +b missing node codal +b missing node seconde +b missing node jalopies +b missing node laves +b missing node laver +b missing node robber +b missing node snorter +b missing node munificently +b missing node vascularly +b missing node golfings +b missing node crutched +b missing node ascription +b missing node honorands +b missing node fervour +b missing node reverification +b missing node crutches +b missing node unseaming +b missing node accostable +b missing node fatuous +b missing node shortness +b missing node surveyable +b missing node impeachment +b missing node procommunism +b missing node waxworks +b missing node procommunist +b missing node alienator +b missing node slyer +b missing node drawstring +b missing node inconsolably +b missing node ideologies +b missing node rucks +b missing node malteds +b missing node tailcoats +b missing node slummers +b missing node manoeuvering +b missing node curtaining +b missing node tankers +b missing node unsold +b missing node doctrinairism +b missing node inconsolable +b missing node microscopic +b missing node dunnage +b missing node increasingly +b missing node reinstallations +b missing node pigtail +b missing node isogon +b missing node maltese +b missing node potency +b missing node yakking +b missing node potence +b missing node reorganizing +b missing node periodical +b missing node astrologers +b missing node guesswork +b missing node wildebeest +b missing node peepers +b missing node frequentation +b missing node nonmechanical +b missing node bartenders +b missing node sturdy +b missing node clearable +b missing node disproportionate +b missing node nicest +b missing node perverting +b missing node unpicked +b missing node otters +b missing node reloaning +b missing node squeegees +b missing node fatness +b missing node boxwood +b missing node gridirons +b missing node chronicity +b missing node subbreed +b missing node aerostat +b missing node heelpost +b missing node uselessness +b missing node muggering +b missing node squeegeed +b missing node diets +b missing node persuasions +b missing node sedimentary +b missing node banters +b missing node subdermal +b missing node webfoot +b missing node fervors +b missing node pitifulness +b missing node semaphore +b missing node amputations +b missing node clamminess +b missing node stanley +b missing node abnegators +b missing node fructose +b missing node molestations +b missing node hennery +b missing node gaberdines +b missing node gyrations +b missing node ridiculed +b missing node toping +b missing node refrigerant +b missing node featheredge +b missing node latticing +b missing node bambino +b missing node stripper +b missing node stridently +b missing node narwhals +b missing node puppetry +b missing node seconders +b missing node braggarts +b missing node ridicules +b missing node streamliners +b missing node compartmentalizes +b missing node structurally +b missing node denationalizing +b missing node compartmentalized +b missing node trysted +b missing node pylorouses +b missing node nicety +b missing node peonism +b missing node tagging +b missing node sorcerer +b missing node previewed +b missing node nihilism +b missing node slugging +b missing node toxicant +b missing node claimable +b missing node photostats +b missing node workouts +b missing node microscopical +b missing node aerified +b missing node lukewarm +b missing node nihilist +b missing node ammoniums +b missing node coded +b missing node snuffily +b missing node blighting +b missing node mackintosh +b missing node borders +b missing node clamping +b missing node infelicity +b missing node conciliar +b missing node arizonian +b missing node nihility +b missing node unwarier +b missing node ransack +b missing node rave +b missing node codex +b missing node tideless +b missing node codes +b missing node coder +b missing node architecturally +b missing node syllabic +b missing node gigglier +b missing node steeping +b missing node reweighs +b missing node plainspoken +b missing node snuffing +b missing node raws +b missing node knaps +b missing node humphing +b missing node hazard +b missing node ottawa +b missing node asteroid +b missing node coaxal +b missing node tasted +b missing node gasify +b missing node railings +b missing node notional +b missing node gelatinized +b missing node taster +b missing node finniest +b missing node tastes +b missing node cheetahs +b missing node designing +b missing node resistant +b missing node implorers +b missing node dishfuls +b missing node razz +b missing node kicker +b missing node ordures +b missing node prorogued +b missing node kicked +b missing node sluggish +b missing node simonizing +b missing node vocalist +b missing node rays +b missing node dagobas +b missing node tumbling +b missing node vocalism +b missing node yamun +b missing node selectional +b missing node anorexias +b missing node constitutional +b missing node raze +b missing node trunnion +b missing node applauded +b missing node supraorbital +b missing node exactitude +b missing node tuxedo +b missing node applauder +b missing node redeposited +b missing node bordels +b missing node preassigning +b missing node antiprotons +b missing node ravishing +b missing node independents +b missing node mutuels +b missing node prorogues +b missing node hoards +b missing node unreasoning +b missing node azote +b missing node decommissioning +b missing node whimsies +b missing node azoth +b missing node layer +b missing node grizzled +b missing node accedence +b missing node coaxed +b missing node destiny +b missing node syllable +b missing node aerifies +b missing node coaxer +b missing node grizzles +b missing node coaxes +b missing node radiobiology +b missing node whimsied +b missing node threescore +b missing node layed +b missing node grizzler +b missing node teardrops +b missing node blighties +b missing node chiropodists +b missing node sugary +b missing node rant +b missing node phobias +b missing node slackens +b missing node rank +b missing node superscribing +b missing node rani +b missing node scaffolded +b missing node rang +b missing node preaxially +b missing node rand +b missing node mousing +b missing node rams +b missing node shouldst +b missing node ramp +b missing node acerb +b missing node gneissic +b missing node hoarse +b missing node tenacity +b missing node vaporishness +b missing node deleteriousness +b missing node dehorner +b missing node golliwog +b missing node reignites +b missing node rapt +b missing node retired +b missing node raps +b missing node retiree +b missing node dehorned +b missing node reignited +b missing node retirer +b missing node outrightness +b missing node retires +b missing node unwarily +b missing node immanently +b missing node codon +b missing node troubleshooters +b missing node rape +b missing node lockjaw +b missing node demonise +b missing node demonism +b missing node demonist +b missing node unformulated +b missing node newels +b missing node snobberies +b missing node girasol +b missing node milos +b missing node dimwits +b missing node snuffier +b missing node sympathies +b missing node misnumbering +b missing node imbalming +b missing node engorged +b missing node newest +b missing node foxgloves +b missing node slackers +b missing node hydrolyze +b missing node rare +b missing node fraught +b missing node numerations +b missing node engorges +b missing node nelson +b missing node audiogram +b missing node gneisses +b missing node unremovable +b missing node replants +b missing node rollaway +b missing node superscript +b missing node seizers +b missing node silesia +b missing node slackest +b missing node introit +b missing node rara +b missing node deformative +b missing node trumpeters +b missing node blackberry +b missing node arrangement +b missing node defectiveness +b missing node aerodynamically +b missing node lodestar +b missing node fissioned +b missing node odorant +b missing node gitanos +b missing node papuans +b missing node reding +b missing node impearl +b missing node harmers +b missing node rate +b missing node celibacy +b missing node concrescent +b missing node semicircle +b missing node sumatra +b missing node syllabus +b missing node dapperest +b missing node knack +b missing node rats +b missing node premature +b missing node britons +b missing node underfeeding +b missing node vertebrate +b missing node djibouti +b missing node syllabub +b missing node rata +b missing node dowelled +b missing node ragingly +b missing node unconfessed +b missing node rase +b missing node sprockets +b missing node teetotums +b missing node rash +b missing node implementation +b missing node rasp +b missing node teems +b missing node quantizes +b missing node immunizes +b missing node sheepdogs +b missing node seigniorage +b missing node balinese +b missing node truffle +b missing node quantized +b missing node dotted +b missing node eventfulness +b missing node queenlier +b missing node cornerback +b missing node corralled +b missing node sneeringly +b missing node dotter +b missing node rustication +b missing node serried +b missing node clubfoot +b missing node lupin +b missing node nastily +b missing node spasticities +b missing node hyacinth +b missing node attainders +b missing node viscidity +b missing node knifed +b missing node panickiest +b missing node shiploads +b missing node mimic +b missing node beatings +b missing node laborites +b missing node firewater +b missing node handloom +b missing node demotes +b missing node defilements +b missing node rusticating +b missing node knifer +b missing node geophysicists +b missing node knifes +b missing node teens +b missing node immunized +b missing node demoted +b missing node teeny +b missing node steeve +b missing node demonize +b missing node redepositing +b missing node contrariety +b missing node fornication +b missing node doughtiest +b missing node mitered +b missing node outshouts +b missing node forebear +b missing node unimpressed +b missing node penlite +b missing node miterer +b missing node anybodies +b missing node renouncements +b missing node fornicating +b missing node nastier +b missing node schooldays +b missing node fructifying +b missing node incurability +b missing node deprecations +b missing node headmistresses +b missing node kickup +b missing node serries +b missing node unabridged +b missing node velcro +b missing node abusiveness +b missing node pitchier +b missing node emotionalistic +b missing node representational +b missing node sugars +b missing node addicts +b missing node decenary +b missing node whispered +b missing node undergirding +b missing node overmastering +b missing node dandifying +b missing node nonsinkable +b missing node interactions +b missing node virginians +b missing node didos +b missing node yamen +b missing node deformation +b missing node safekeeping +b missing node cliffier +b missing node guzzlers +b missing node cosponsor +b missing node sombreros +b missing node cenobite +b missing node demotic +b missing node geochemical +b missing node irrupts +b missing node headpiece +b missing node articulate +b missing node vowelizes +b missing node vibrational +b missing node disorienting +b missing node dottle +b missing node homogeneously +b missing node coatroom +b missing node smuggest +b missing node melancholiacs +b missing node teeth +b missing node cameleer +b missing node protesting +b missing node probable +b missing node jungle +b missing node vowelized +b missing node antidote +b missing node copiousness +b missing node destine +b missing node knave +b missing node readjourns +b missing node steely +b missing node auditioned +b missing node steels +b missing node hairweaver +b missing node probably +b missing node jungly +b missing node scholarly +b missing node untenanted +b missing node cascaded +b missing node cascades +b missing node schizoidism +b missing node confidence +b missing node deedless +b missing node didst +b missing node optometrical +b missing node peninsular +b missing node peninsulas +b missing node haviours +b missing node vocality +b missing node amorously +b missing node indifference +b missing node crossbreed +b missing node discerns +b missing node steers +b missing node seatrain +b missing node rotational +b missing node waterer +b missing node yodlers +b missing node tipster +b missing node samurais +b missing node stuccos +b missing node dextrins +b missing node dashboards +b missing node macroeconomics +b missing node falterer +b missing node imaginably +b missing node merlons +b missing node informality +b missing node subdepartment +b missing node saucepan +b missing node moujik +b missing node faltered +b missing node tiepins +b missing node imaginable +b missing node chapels +b missing node preboiled +b missing node steeps +b missing node dysfunction +b missing node fueling +b missing node unattended +b missing node apartments +b missing node scandalizing +b missing node cavillers +b missing node mimeo +b missing node facula +b missing node mimer +b missing node mimes +b missing node vocalize +b missing node mimed +b missing node refocussing +b missing node wankel +b missing node coeds +b missing node vesperal +b missing node bunkered +b missing node shoulder +b missing node succulent +b missing node antibusing +b missing node alkyl +b missing node discriminating +b missing node shipment +b missing node privileges +b missing node gasifier +b missing node gasifies +b missing node search +b missing node flannel +b missing node rancored +b missing node insincerely +b missing node alkyd +b missing node discrimination +b missing node basement +b missing node gashed +b missing node repellents +b missing node bobsledding +b missing node crystallizing +b missing node schmoos +b missing node february +b missing node glaives +b missing node effloresce +b missing node gashes +b missing node gasher +b missing node privileged +b missing node gasified +b missing node defecates +b missing node windfalls +b missing node plasterwork +b missing node maskers +b missing node searer +b missing node unconversant +b missing node gnomonic +b missing node preventively +b missing node reasserted +b missing node drawbars +b missing node perkier +b missing node recollects +b missing node statesmen +b missing node desirer +b missing node desires +b missing node seared +b missing node downplay +b missing node portliest +b missing node estoppels +b missing node anemometers +b missing node cliquy +b missing node belabored +b missing node desired +b missing node laxer +b missing node neons +b missing node clique +b missing node jeering +b missing node tasses +b missing node reprovers +b missing node tassel +b missing node loftiest +b missing node microprocessors +b missing node redesigned +b missing node dissolute +b missing node machined +b missing node pismires +b missing node emblazonment +b missing node irrelevancies +b missing node unadjusted +b missing node photoplay +b missing node covalent +b missing node gainsayer +b missing node bellowing +b missing node maypops +b missing node chapeau +b missing node hairballs +b missing node unexplicit +b missing node frailly +b missing node quintal +b missing node velveteen +b missing node beltline +b missing node irksomely +b missing node quintar +b missing node stuccoers +b missing node shrillest +b missing node quintan +b missing node nickle +b missing node fittest +b missing node recompilations +b missing node earthiest +b missing node levered +b missing node impolite +b missing node achromats +b missing node monitors +b missing node housewares +b missing node monitory +b missing node leveret +b missing node statesman +b missing node forbearingly +b missing node encyclopedias +b missing node fitters +b missing node proposer +b missing node proposes +b missing node radiator +b missing node reservations +b missing node vamoosed +b missing node enablers +b missing node proposed +b missing node vamooses +b missing node trepan +b missing node abnegation +b missing node reintegrate +b missing node inkpot +b missing node brimful +b missing node yanks +b missing node corpuscle +b missing node overfill +b missing node resistances +b missing node quintet +b missing node unedited +b missing node allah +b missing node varietal +b missing node nevadans +b missing node maypole +b missing node allay +b missing node brochures +b missing node frostbit +b missing node sheepish +b missing node fetterer +b missing node filmdoms +b missing node swilling +b missing node turbojet +b missing node avowals +b missing node procurators +b missing node frailty +b missing node kenosis +b missing node pitchily +b missing node fettered +b missing node plighting +b missing node saddlebag +b missing node hebraizes +b missing node consecutive +b missing node unburdening +b missing node digitally +b missing node squishes +b missing node machines +b missing node hebraized +b missing node londoner +b missing node proposal +b missing node cardoons +b missing node squished +b missing node digitalis +b missing node preplan +b missing node resonates +b missing node dicey +b missing node cinemas +b missing node eponym +b missing node pitching +b missing node prismatic +b missing node lyrism +b missing node seizor +b missing node dices +b missing node dicer +b missing node lyrist +b missing node burthen +b missing node quintin +b missing node generically +b missing node diced +b missing node cynic +b missing node quintic +b missing node neckwears +b missing node forerunner +b missing node orpheus +b missing node underplay +b missing node lupus +b missing node resonated +b missing node stitched +b missing node anthrax +b missing node stitches +b missing node stitcher +b missing node obliterations +b missing node rustiest +b missing node gunpoints +b missing node divalent +b missing node commanded +b missing node reargue +b missing node conversations +b missing node causals +b missing node commander +b missing node corkiest +b missing node serums +b missing node sidedness +b missing node abnegating +b missing node baptisteries +b missing node biotypes +b missing node minks +b missing node anthrop +b missing node rage +b missing node raga +b missing node bulbul +b missing node collectible +b missing node rags +b missing node xenobiology +b missing node repellency +b missing node shortfall +b missing node priesting +b missing node ruing +b missing node conditioner +b missing node trepid +b missing node aptitudes +b missing node azoic +b missing node participators +b missing node participatory +b missing node exclaims +b missing node trampolinists +b missing node theistically +b missing node catawba +b missing node preconcealing +b missing node drawback +b missing node dilatations +b missing node peritonea +b missing node ruins +b missing node calamines +b missing node ricercar +b missing node suturing +b missing node dicky +b missing node shriving +b missing node acetate +b missing node dicks +b missing node mousier +b missing node suffragette +b missing node factor +b missing node sugared +b missing node jewellers +b missing node thunderclouds +b missing node ovations +b missing node disillusions +b missing node inhibits +b missing node raft +b missing node reconveyance +b missing node travesty +b missing node minor +b missing node mousily +b missing node rake +b missing node barkeepers +b missing node ambuscade +b missing node served +b missing node veldts +b missing node protrude +b missing node alley +b missing node allen +b missing node dissolved +b missing node aller +b missing node commandos +b missing node apostleship +b missing node crushable +b missing node nepal +b missing node dissolves +b missing node intransitiveness +b missing node limberest +b missing node perpetrate +b missing node dispute +b missing node coaxers +b missing node distractedly +b missing node minny +b missing node arrhythmical +b missing node concurred +b missing node weeping +b missing node affluxes +b missing node armloads +b missing node killing +b missing node raid +b missing node knight +b missing node unregistered +b missing node bulwarking +b missing node surgeries +b missing node rail +b missing node chuckhole +b missing node backups +b missing node preppies +b missing node disposition +b missing node rain +b missing node awkwardness +b missing node dicot +b missing node unciforms +b missing node spadefuls +b missing node coordinations +b missing node languidness +b missing node speedometers +b missing node raja +b missing node schmoes +b missing node sedition +b missing node dozenths +b missing node rehearing +b missing node server +b missing node whenas +b missing node serves +b missing node solipsists +b missing node mutualist +b missing node pagans +b missing node saddlebow +b missing node banshees +b missing node exultant +b missing node obsoletes +b missing node whence +b missing node outstretches +b missing node mutualism +b missing node obsoleted +b missing node mince +b missing node outstretched +b missing node housing +b missing node preach +b missing node antibodies +b missing node decimalized +b missing node assagais +b missing node locoisms +b missing node demonian +b missing node decimalizes +b missing node subbranch +b missing node demoniac +b missing node nitpicking +b missing node officio +b missing node azons +b missing node diseases +b missing node perkily +b missing node noncoagulating +b missing node minds +b missing node norway +b missing node miner +b missing node diseased +b missing node squashiest +b missing node intrusted +b missing node crossbows +b missing node mined +b missing node suspender +b missing node vernaculars +b missing node serval +b missing node mincy +b missing node alpinely +b missing node suspended +b missing node indentions +b missing node perking +b missing node impanelling +b missing node afterthought +b missing node dicta +b missing node nondeductible +b missing node sportswoman +b missing node castaways +b missing node tolerator +b missing node radiates +b missing node viewfinder +b missing node almandine +b missing node rack +b missing node charismas +b missing node race +b missing node withstanding +b missing node azole +b missing node radiated +b missing node combustibilities +b missing node chutzpas +b missing node gumweeds +b missing node perkish +b missing node chutzpah +b missing node rads +b missing node yellowbelly +b missing node mines +b missing node judaica +b missing node watchfully +b missing node coffs +b missing node annihilate +b missing node lungfishes +b missing node laxly +b missing node conditional +b missing node bridgings +b missing node racy +b missing node overboard +b missing node dittos +b missing node conditioned +b missing node prepping +b missing node allow +b missing node alloy +b missing node addible +b missing node allot +b missing node sportswomen +b missing node askers +b missing node minim +b missing node overplaying +b missing node impeach +b missing node officer +b missing node offices +b missing node weepier +b missing node refilling +b missing node minis +b missing node insistingly +b missing node mislabeled +b missing node rupturing +b missing node mingy +b missing node flinging +b missing node golgotha +b missing node moderato +b missing node moderate +b missing node resented +b missing node disciplinarians +b missing node defecated +b missing node carabaos +b missing node eclipsing +b missing node unawares +b missing node perversities +b missing node revivify +b missing node washtub +b missing node defatted +b missing node reprove +b missing node reviled +b missing node mutuality +b missing node compliments +b missing node riving +b missing node reviler +b missing node lakeside +b missing node reviles +b missing node visors +b missing node tecum +b missing node ruers +b missing node daisies +b missing node daisied +b missing node panpipe +b missing node bogart +b missing node jujubes +b missing node diazo +b missing node wyverns +b missing node tankage +b missing node postmistress +b missing node bitched +b missing node member +b missing node legitimacies +b missing node introduces +b missing node bitches +b missing node revitalize +b missing node nerve +b missing node serological +b missing node introducer +b missing node theurgic +b missing node felinities +b missing node bamboos +b missing node introduced +b missing node nervy +b missing node specimens +b missing node oppositeness +b missing node hesitant +b missing node curacaos +b missing node meanspirited +b missing node housefly +b missing node formulated +b missing node probations +b missing node microwave +b missing node nertz +b missing node votarist +b missing node uncloak +b missing node lumps +b missing node zoysias +b missing node formulates +b missing node invasion +b missing node lumpy +b missing node polders +b missing node straightedges +b missing node signaller +b missing node anteposition +b missing node nerts +b missing node signalled +b missing node splotchier +b missing node evidence +b missing node obligato +b missing node vocative +b missing node tractate +b missing node stableman +b missing node aloofly +b missing node nonequivalents +b missing node lulling +b missing node toweringly +b missing node hiccoughed +b missing node falsely +b missing node alabamian +b missing node obligate +b missing node pendant +b missing node niters +b missing node deductibles +b missing node spaniels +b missing node royalisms +b missing node aloft +b missing node chalices +b missing node provokes +b missing node provoker +b missing node priedieux +b missing node presentations +b missing node priedieus +b missing node ghastliest +b missing node oliver +b missing node hermitic +b missing node provoked +b missing node olives +b missing node foulard +b missing node aloes +b missing node asunder +b missing node reproof +b missing node mussels +b missing node cusped +b missing node outflowed +b missing node nitpickers +b missing node huzzahs +b missing node pylori +b missing node playful +b missing node hexahedron +b missing node tolerates +b missing node tolerated +b missing node cheyenne +b missing node abuttal +b missing node huzzaed +b missing node percale +b missing node judaism +b missing node pawner +b missing node adapters +b missing node baldheads +b missing node larrup +b missing node churchgoer +b missing node manana +b missing node loudlier +b missing node ferryage +b missing node pawned +b missing node damnifying +b missing node pawnee +b missing node marquetry +b missing node mints +b missing node identifiers +b missing node minty +b missing node vocation +b missing node distributively +b missing node jacquard +b missing node punishably +b missing node midlines +b missing node irritatingly +b missing node calculator +b missing node asking +b missing node minus +b missing node unguentary +b missing node demount +b missing node cuspid +b missing node univalves +b missing node pylons +b missing node shotgunned +b missing node blockhead +b missing node surrenders +b missing node aircraft +b missing node bootlessly +b missing node distributorship +b missing node waning +b missing node schmo +b missing node unrecognizable +b missing node umbrellaed +b missing node abutted +b missing node flyaways +b missing node railroads +b missing node automatically +b missing node textually +b missing node unclogs +b missing node lambskins +b missing node unrecognizably +b missing node aloha +b missing node licker +b missing node abutter +b missing node oswego +b missing node handcuffed +b missing node punishable +b missing node licked +b missing node horsepower +b missing node teddy +b missing node hunk +b missing node twaddle +b missing node jeerers +b missing node staircases +b missing node lungs +b missing node manage +b missing node industrialists +b missing node coalhole +b missing node hung +b missing node topside +b missing node misdemeanor +b missing node vertigo +b missing node microform +b missing node avaricious +b missing node killjoy +b missing node huns +b missing node hunt +b missing node along +b missing node lunge +b missing node alone +b missing node inquisitorially +b missing node unappointed +b missing node reviewing +b missing node moulds +b missing node mouldy +b missing node turbofan +b missing node preheat +b missing node slurp +b missing node biopsies +b missing node switchboards +b missing node slurs +b missing node aloof +b missing node legumins +b missing node archives +b missing node traverse +b missing node captain +b missing node culpableness +b missing node baldricks +b missing node bespectacled +b missing node archived +b missing node civicisms +b missing node proficient +b missing node unpledged +b missing node splotching +b missing node opinionatedly +b missing node vibrating +b missing node fitting +b missing node identifers +b missing node bismuthic +b missing node hominized +b missing node carrots +b missing node outmarching +b missing node formulator +b missing node carroty +b missing node harmful +b missing node unclose +b missing node dottiest +b missing node squeaked +b missing node techy +b missing node meantime +b missing node frontier +b missing node lapsing +b missing node faithfulness +b missing node vibration +b missing node bullyboys +b missing node chicago +b missing node lunch +b missing node wheelless +b missing node captans +b missing node hacklers +b missing node subvaluation +b missing node figureheads +b missing node reprobe +b missing node ejaculations +b missing node olivia +b missing node dotards +b missing node moulin +b missing node grenades +b missing node lunet +b missing node estrangement +b missing node hula +b missing node lunes +b missing node mottled +b missing node hulk +b missing node antlered +b missing node hull +b missing node whiptails +b missing node acreage +b missing node bluebonnet +b missing node slush +b missing node dispensatory +b missing node archival +b missing node hampshirite +b missing node mottles +b missing node mottler +b missing node ruffs +b missing node decimally +b missing node globulin +b missing node broccolis +b missing node microelectronics +b missing node shrilling +b missing node sluts +b missing node muzjiks +b missing node goriest +b missing node rebating +b missing node squeaker +b missing node hump +b missing node hums +b missing node deprave +b missing node valedictory +b missing node gobies +b missing node votaries +b missing node viscounts +b missing node chlorinate +b missing node calculated +b missing node scrivener +b missing node byproduct +b missing node huff +b missing node pastoring +b missing node hugs +b missing node tiring +b missing node inkwell +b missing node intrusting +b missing node huge +b missing node sanitizing +b missing node reflectors +b missing node globular +b missing node yashmaks +b missing node unyokes +b missing node noncelestial +b missing node orangish +b missing node judgmental +b missing node boatman +b missing node constructionists +b missing node crasser +b missing node jokers +b missing node gangsters +b missing node woodward +b missing node globules +b missing node lyrics +b missing node impulses +b missing node carroms +b missing node recolonize +b missing node proctoscopes +b missing node smallpox +b missing node lunas +b missing node lunar +b missing node perfecto +b missing node artillerymen +b missing node blowholes +b missing node haranguing +b missing node impulsed +b missing node perfects +b missing node roundabout +b missing node aloud +b missing node anthony +b missing node nicker +b missing node blabbering +b missing node carroll +b missing node advices +b missing node sensualistic +b missing node doweling +b missing node nicked +b missing node redlining +b missing node nickel +b missing node calculates +b missing node frailer +b missing node hidalgo +b missing node virally +b missing node worriment +b missing node impeded +b missing node beached +b missing node empanels +b missing node opaques +b missing node opaquer +b missing node dishwashers +b missing node hubs +b missing node impedes +b missing node impeder +b missing node beaches +b missing node quiverers +b missing node ignite +b missing node fronting +b missing node opaqued +b missing node chicano +b missing node huck +b missing node diversities +b missing node biography +b missing node seized +b missing node junior +b missing node reuniters +b missing node embitterment +b missing node countersigning +b missing node season +b missing node cherubically +b missing node houseful +b missing node proprietorship +b missing node seizer +b missing node earwaxes +b missing node rearing +b missing node seizes +b missing node uneducated +b missing node boatmen +b missing node hothead +b missing node ferocious +b missing node unyoked +b missing node conciliating +b missing node aches +b missing node seaside +b missing node moults +b missing node rafters +b missing node ached +b missing node artilleryman +b missing node leathering +b missing node introversions +b missing node offbeat +b missing node chicane +b missing node seasick +b missing node hues +b missing node falsest +b missing node overviews +b missing node proctoscopic +b missing node invasive +b missing node hued +b missing node conciliation +b missing node blunged +b missing node retreating +b missing node bilateralistic +b missing node junkie +b missing node antinoise +b missing node blunges +b missing node blunger +b missing node uglier +b missing node nosepiece +b missing node tremor +b missing node contrastingly +b missing node sculptural +b missing node monistical +b missing node sunups +b missing node ruddiness +b missing node sweeteners +b missing node barkeeper +b missing node wharfage +b missing node metamers +b missing node kaisers +b missing node trinary +b missing node slumber +b missing node staffed +b missing node sympathize +b missing node unmixed +b missing node introduction +b missing node hoagies +b missing node seated +b missing node amucks +b missing node fatale +b missing node seater +b missing node knothole +b missing node crassly +b missing node lazed +b missing node litany +b missing node augustly +b missing node slotting +b missing node depressive +b missing node redrill +b missing node womanliest +b missing node alienate +b missing node nonparticipant +b missing node pastural +b missing node lazes +b missing node exists +b missing node spectrographies +b missing node endears +b missing node collegiums +b missing node maladroit +b missing node cobalts +b missing node sculptured +b missing node throatiest +b missing node recompiled +b missing node disposing +b missing node radiancies +b missing node disquiets +b missing node ablution +b missing node committing +b missing node sculptures +b missing node outworking +b missing node unlike +b missing node watered +b missing node flaggiest +b missing node byroad +b missing node bazaars +b missing node seismograms +b missing node shuteyes +b missing node outlook +b missing node thursday +b missing node demijohn +b missing node enroot +b missing node hectors +b missing node recalculates +b missing node steeds +b missing node coiffuring +b missing node signalmen +b missing node mobile +b missing node slubs +b missing node germanely +b missing node erringly +b missing node seismograph +b missing node uglify +b missing node staffer +b missing node tagboard +b missing node bargains +b missing node recalculated +b missing node outbound +b missing node voteable +b missing node slues +b missing node shambled +b missing node scripted +b missing node lemurs +b missing node pebbling +b missing node rigatonis +b missing node slued +b missing node achoo +b missing node listlessly +b missing node shambles +b missing node tutorhood +b missing node slugs +b missing node determine +b missing node depressing +b missing node routers +b missing node graciously +b missing node espionage +b missing node enrols +b missing node scornfully +b missing node tenacious +b missing node exurbanites +b missing node bismuthal +b missing node maltase +b missing node enroll +b missing node metalwork +b missing node steppers +b missing node extoller +b missing node antiquary +b missing node uglily +b missing node rusticly +b missing node meniscuses +b missing node depression +b missing node extolled +b missing node simplicity +b missing node revealing +b missing node cofferdam +b missing node antiquate +b missing node interrelationship +b missing node desultory +b missing node snuffles +b missing node ideas +b missing node snuffled +b missing node doweled +b missing node ideal +b missing node snuffler +b missing node miasmata +b missing node tigresses +b missing node assafoetida +b missing node apprenticeship +b missing node inflectional +b missing node kiesters +b missing node classification +b missing node players +b missing node reliances +b missing node scion +b missing node chefdom +b missing node junker +b missing node junket +b missing node weeders +b missing node lowings +b missing node ammonites +b missing node sustainment +b missing node earliest +b missing node junked +b missing node emersions +b missing node exportation +b missing node pinging +b missing node garbling +b missing node amortization +b missing node hairbands +b missing node docksides +b missing node huts +b missing node rearousing +b missing node nationals +b missing node fuelled +b missing node slums +b missing node billiard +b missing node outrigger +b missing node landright +b missing node slung +b missing node anaemias +b missing node smelliness +b missing node territories +b missing node cuffing +b missing node husk +b missing node hush +b missing node certificating +b missing node slunk +b missing node lunks +b missing node lazar +b missing node pasturer +b missing node pastures +b missing node hardpans +b missing node trackway +b missing node rugby +b missing node panama +b missing node certification +b missing node xenolithic +b missing node hurt +b missing node sensate +b missing node fueller +b missing node slump +b missing node hurl +b missing node pastured +b missing node phrenologist +b missing node flashtube +b missing node determinability +b missing node retitle +b missing node ovolo +b missing node bandboxes +b missing node phrenologies +b missing node disaffiliating +b missing node illimitable +b missing node sentimentality +b missing node northeastern +b missing node signature +b missing node illimitably +b missing node nebulous +b missing node northeasters +b missing node steepers +b missing node wotted +b missing node independence +b missing node exited +b missing node dwells +b missing node duellist +b missing node trends +b missing node steepest +b missing node unconsummated +b missing node cygnets +b missing node trendy +b missing node cohesions +b missing node piggyback +b missing node brainwashers +b missing node andantinos +b missing node packhorse +b missing node territorial +b missing node bopper +b missing node ovoid +b missing node sentimentalism +b missing node remediable +b missing node calumniators +b missing node theisms +b missing node vacuoles +b missing node sentimentalist +b missing node lunette +b missing node trench +b missing node bopped +b missing node knowings +b missing node quietists +b missing node cognizer +b missing node cognizes +b missing node miladies +b missing node frenches +b missing node cognized +b missing node earphone +b missing node vatful +b missing node schul +b missing node estrogen +b missing node marshier +b missing node unshifting +b missing node nutcrackers +b missing node civvies +b missing node sentimentalize +b missing node calendula +b missing node unpunished +b missing node adjuratory +b missing node meshworks +b missing node wirehairs +b missing node toughened +b missing node enthroning +b missing node sinlessly +b missing node disaffiliation +b missing node focalised +b missing node tankard +b missing node toughener +b missing node focalises +b missing node crossbred +b missing node reinfuse +b missing node backdate +b missing node conflicts +b missing node redecorates +b missing node reactivities +b missing node moistures +b missing node friableness +b missing node schwa +b missing node nerds +b missing node alienage +b missing node tuckered +b missing node auxin +b missing node redecorated +b missing node nondestructively +b missing node syracuse +b missing node frenched +b missing node unlink +b missing node biofeedback +b missing node professoriate +b missing node talliers +b missing node signalman +b missing node superscribe +b missing node feebleness +b missing node lobelias +b missing node deciares +b missing node indochinese +b missing node honoraria +b missing node nitrates +b missing node emulsifiers +b missing node bilbos +b missing node duelling +b missing node topers +b missing node celibate +b missing node entreated +b missing node friskiness +b missing node theists +b missing node nitrated +b missing node passionately +b missing node hesitate +b missing node queenliest +b missing node magmatic +b missing node diary +b missing node southerly +b missing node reviving +b missing node handsomer +b missing node tumors +b missing node immigrations +b missing node strewed +b missing node stumpy +b missing node assizer +b missing node calcifies +b missing node cantharides +b missing node nonfunctional +b missing node apprentice +b missing node hymnists +b missing node clarities +b missing node twinklers +b missing node despiting +b missing node strewer +b missing node acids +b missing node calcified +b missing node redries +b missing node acidy +b missing node auguster +b missing node phonographs +b missing node assizes +b missing node stipulate +b missing node redried +b missing node providently +b missing node sweltering +b missing node juridical +b missing node yearnings +b missing node southerns +b missing node clearing +b missing node dials +b missing node redbreasts +b missing node uncrates +b missing node rancidification +b missing node toecap +b missing node hazardous +b missing node rustical +b missing node rashers +b missing node diana +b missing node obedience +b missing node researchers +b missing node reverenced +b missing node outperform +b missing node steepens +b missing node giggling +b missing node nondistribution +b missing node reverences +b missing node reverencer +b missing node uncrated +b missing node diane +b missing node quietisms +b missing node stumps +b missing node inconvenience +b missing node rashest +b missing node ferruling +b missing node dallies +b missing node dallier +b missing node peatier +b missing node millstones +b missing node rentability +b missing node dallied +b missing node neuritises +b missing node cohen +b missing node topeka +b missing node photocells +b missing node royalists +b missing node pebblier +b missing node tumour +b missing node vacuolar +b missing node jackroll +b missing node cadette +b missing node fiduciary +b missing node paradisiacal +b missing node rivulet +b missing node fluorinations +b missing node strapping +b missing node recirculate +b missing node lamentably +b missing node hightailing +b missing node dinar +b missing node petulant +b missing node proalliance +b missing node oviparity +b missing node inletting +b missing node redecorating +b missing node loanable +b missing node brewages +b missing node demonstrational +b missing node airlifted +b missing node cookeries +b missing node torpedoed +b missing node constructive +b missing node grizzlers +b missing node weans +b missing node crappers +b missing node unready +b missing node psychologizing +b missing node erotisms +b missing node cambodians +b missing node galumphing +b missing node wordily +b missing node termed +b missing node aluminic +b missing node cuishes +b missing node lamentable +b missing node backwoodsman +b missing node weald +b missing node wartime +b missing node cutting +b missing node eyehole +b missing node capmaker +b missing node sweetening +b missing node elapsed +b missing node lecheries +b missing node termer +b missing node weals +b missing node redistribute +b missing node mandating +b missing node ketonuria +b missing node entity +b missing node fizzled +b missing node elapses +b missing node dines +b missing node diner +b missing node psychologies +b missing node dined +b missing node fizzles +b missing node dietetic +b missing node cameralistic +b missing node moustaches +b missing node termly +b missing node lengthens +b missing node wording +b missing node belongs +b missing node bereaved +b missing node imprecise +b missing node acmes +b missing node bourgeois +b missing node weary +b missing node wears +b missing node incinerations +b missing node zeniths +b missing node dodderers +b missing node bereaver +b missing node adoring +b missing node bereaves +b missing node eyehook +b missing node nitrogens +b missing node nonabrasive +b missing node spectators +b missing node relegable +b missing node epaxial +b missing node categoric +b missing node insurrectionary +b missing node busybody +b missing node ungraciousness +b missing node backwoodsmen +b missing node unterminated +b missing node thermograph +b missing node hospitals +b missing node deveined +b missing node entire +b missing node comparers +b missing node correlatives +b missing node icons +b missing node nautically +b missing node alumines +b missing node wartier +b missing node particularized +b missing node uncured +b missing node hasty +b missing node recumbent +b missing node cochaired +b missing node halibut +b missing node bloodlines +b missing node haste +b missing node numeration +b missing node particularizes +b missing node valanced +b missing node bourgeons +b missing node tolerance +b missing node hasta +b missing node surlily +b missing node alight +b missing node constructing +b missing node indigo +b missing node indign +b missing node recane +b missing node ailments +b missing node dourer +b missing node recant +b missing node matchlessly +b missing node weave +b missing node hookers +b missing node repositories +b missing node embodiments +b missing node barbets +b missing node hunching +b missing node dings +b missing node harassments +b missing node dingo +b missing node mavericks +b missing node discriminatory +b missing node dingy +b missing node construction +b missing node generational +b missing node responding +b missing node psychologism +b missing node aluminas +b missing node psychologist +b missing node indies +b missing node jetliners +b missing node recall +b missing node lechering +b missing node methodists +b missing node unlikable +b missing node passively +b missing node heiled +b missing node barbers +b missing node tofts +b missing node unpeopling +b missing node hasps +b missing node standpipe +b missing node fumer +b missing node cottager +b missing node aberrants +b missing node officering +b missing node fumes +b missing node uneatable +b missing node fumet +b missing node moraines +b missing node recast +b missing node picadors +b missing node reinvitation +b missing node indict +b missing node interplant +b missing node gimbal +b missing node fumed +b missing node diversifying +b missing node etymologists +b missing node moronisms +b missing node tofus +b missing node plainer +b missing node glarier +b missing node genome +b missing node metamorphous +b missing node sporrans +b missing node interoffice +b missing node bezel +b missing node limitedly +b missing node noncontradictory +b missing node loathness +b missing node wardroom +b missing node taxonomist +b missing node officiating +b missing node dinky +b missing node stephen +b missing node dourly +b missing node redecoration +b missing node undetectable +b missing node bigmouth +b missing node indian +b missing node cottages +b missing node cottagey +b missing node valances +b missing node impermissible +b missing node grapery +b missing node officiation +b missing node wearying +b missing node seafoods +b missing node recaps +b missing node sugar +b missing node unsophisticatedly +b missing node surlier +b missing node lumbagos +b missing node xylograph +b missing node teachers +b missing node although +b missing node tittles +b missing node psychologize +b missing node metamorphose +b missing node thermostats +b missing node sylvia +b missing node fylfot +b missing node obscurely +b missing node tabbies +b missing node pathogeneses +b missing node dogmatically +b missing node mandrel +b missing node blunted +b missing node transitively +b missing node taunts +b missing node blunter +b missing node press +b missing node prest +b missing node dimly +b missing node aberrance +b missing node pathogenesis +b missing node downloaded +b missing node cresses +b missing node cresset +b missing node hookeys +b missing node deprogramming +b missing node joules +b missing node homoeroticism +b missing node bioecologies +b missing node shoptalk +b missing node michigan +b missing node quixotically +b missing node meltdowns +b missing node noninformatively +b missing node aligns +b missing node orchestrations +b missing node abound +b missing node entice +b missing node showering +b missing node decalcifying +b missing node radiancy +b missing node hasid +b missing node nongaseous +b missing node sundews +b missing node flatfoots +b missing node aptitude +b missing node locusts +b missing node radiance +b missing node limousines +b missing node fraughts +b missing node confirmor +b missing node freaks +b missing node freaky +b missing node quarrier +b missing node enthrall +b missing node quarries +b missing node distinctness +b missing node ditties +b missing node accusingly +b missing node isopod +b missing node couched +b missing node yogees +b missing node chemin +b missing node subcompact +b missing node quarried +b missing node stereo +b missing node coucher +b missing node steres +b missing node couches +b missing node mandril +b missing node togae +b missing node togas +b missing node pageboy +b missing node pranksters +b missing node shriveling +b missing node digestive +b missing node uncooperative +b missing node ententes +b missing node transverses +b missing node webby +b missing node motorman +b missing node disciplinarian +b missing node yeggman +b missing node morphogenetic +b missing node bluebells +b missing node prexy +b missing node subtract +b missing node preys +b missing node windmills +b missing node rebaters +b missing node giant +b missing node tarrying +b missing node garrulously +b missing node robotizing +b missing node sylvas +b missing node winepress +b missing node undercoated +b missing node areology +b missing node thematic +b missing node working +b missing node morbidity +b missing node unlevelled +b missing node attracted +b missing node leaning +b missing node tabbing +b missing node adultly +b missing node sunders +b missing node sylvan +b missing node factorage +b missing node pshaw +b missing node ensamples +b missing node preadapting +b missing node catamarans +b missing node visual +b missing node ironbark +b missing node donatives +b missing node froths +b missing node samadhi +b missing node supplicates +b missing node scarlet +b missing node interbank +b missing node holdfast +b missing node overcrowded +b missing node purgings +b missing node bluntly +b missing node weber +b missing node querns +b missing node ruttiest +b missing node obligational +b missing node synergetic +b missing node furtively +b missing node dickies +b missing node machination +b missing node conceptualized +b missing node krispies +b missing node tillers +b missing node remind +b missing node unbeaten +b missing node yeggmen +b missing node ousting +b missing node conceptualizes +b missing node motormen +b missing node pagination +b missing node grainiest +b missing node stereoed +b missing node miscasting +b missing node restrictions +b missing node shatteringly +b missing node trumpet +b missing node supplanter +b missing node achromatism +b missing node voluminously +b missing node fiascos +b missing node populism +b missing node speedwell +b missing node paginating +b missing node emancipates +b missing node aberrancy +b missing node pincushion +b missing node humorless +b missing node remits +b missing node populist +b missing node emancipated +b missing node clodhoppers +b missing node furioso +b missing node bogota +b missing node decagons +b missing node soonest +b missing node supplicated +b missing node consulating +b missing node burton +b missing node navigational +b missing node construes +b missing node misgovern +b missing node construer +b missing node posology +b missing node remiss +b missing node frothy +b missing node recruitment +b missing node construed +b missing node sooners +b missing node torpedoes +b missing node lyricize +b missing node inertness +b missing node dubbing +b missing node childly +b missing node supplanted +b missing node furious +b missing node trumped +b missing node admixtures +b missing node potation +b missing node validness +b missing node arracks +b missing node emancipator +b missing node sheepman +b missing node refreshments +b missing node autopsies +b missing node conspiracies +b missing node tidemarks +b missing node confirms +b missing node autopsied +b missing node reweave +b missing node lobbies +b missing node abyssal +b missing node vending +b missing node uranus +b missing node sumptuously +b missing node lobbied +b missing node subabbot +b missing node itemized +b missing node burses +b missing node modulate +b missing node funky +b missing node discloses +b missing node discloser +b missing node prosuffrage +b missing node spaniard +b missing node consubstantiation +b missing node washboards +b missing node funks +b missing node itemizes +b missing node itemizer +b missing node restructuring +b missing node depressibility +b missing node spadework +b missing node multinationals +b missing node redbird +b missing node speeches +b missing node oilcans +b missing node construct +b missing node dishrag +b missing node acclimatize +b missing node sallied +b missing node jackie +b missing node bonders +b missing node straggle +b missing node glorying +b missing node suets +b missing node deferment +b missing node straggly +b missing node suety +b missing node laureateship +b missing node sheepmen +b missing node abysses +b missing node aboriginally +b missing node haggis +b missing node wallpaper +b missing node barbells +b missing node chairmanned +b missing node servilities +b missing node disclosed +b missing node diode +b missing node macrobiotics +b missing node kebobs +b missing node predestinate +b missing node ignored +b missing node lyricist +b missing node lyricism +b missing node herdswomen +b missing node chipping +b missing node learnings +b missing node bursas +b missing node bursar +b missing node radiants +b missing node stubbles +b missing node counseling +b missing node ungraded +b missing node ebonies +b missing node broadenings +b missing node mending +b missing node funny +b missing node preen +b missing node biochemic +b missing node steppe +b missing node stubbled +b missing node sallies +b missing node haggle +b missing node counterspies +b missing node sallier +b missing node ignores +b missing node ignorer +b missing node pulsator +b missing node obscurers +b missing node cuisine +b missing node retrimmed +b missing node frosts +b missing node yawling +b missing node stowing +b missing node bedlams +b missing node compliances +b missing node confirmed +b missing node mischarged +b missing node bedlamp +b missing node pulsated +b missing node jacked +b missing node reminiscently +b missing node sublunar +b missing node comparatives +b missing node frosty +b missing node hunker +b missing node pulsates +b missing node yodelers +b missing node bursal +b missing node warless +b missing node bursae +b missing node funds +b missing node lobbing +b missing node fundi +b missing node ebonite +b missing node unconstrained +b missing node gaberdine +b missing node prosecutrix +b missing node taxables +b missing node graphitic +b missing node surfable +b missing node gustatorially +b missing node jacket +b missing node jacker +b missing node obscurest +b missing node plumpens +b missing node semivowels +b missing node succeeds +b missing node manorialism +b missing node hypersonic +b missing node footgear +b missing node sinuosity +b missing node syllabics +b missing node institutionalist +b missing node segmentation +b missing node englished +b missing node institutionalism +b missing node preps +b missing node subtractions +b missing node emptiers +b missing node englishes +b missing node barefoot +b missing node digesting +b missing node textile +b missing node uranic +b missing node emerging +b missing node edema +b missing node stoppering +b missing node emptiest +b missing node saddlery +b missing node exhibiting +b missing node saddlers +b missing node recalled +b missing node plumpest +b missing node recaller +b missing node syllabify +b missing node fungi +b missing node chippies +b missing node exhibition +b missing node asterism +b missing node klutzy +b missing node plumpers +b missing node slubbered +b missing node asterisk +b missing node sartor +b missing node tupelos +b missing node jackal +b missing node graphites +b missing node duration +b missing node digestion +b missing node accursed +b missing node platters +b missing node prodders +b missing node siphonal +b missing node draughting +b missing node igloos +b missing node decorous +b missing node penstock +b missing node reversing +b missing node savagery +b missing node progenitive +b missing node bowwow +b missing node stimulatives +b missing node chilean +b missing node avalanche +b missing node muddiness +b missing node negativing +b missing node prejudicially +b missing node kowtow +b missing node oxblood +b missing node savagest +b missing node durative +b missing node crowbars +b missing node diagnosing +b missing node flense +b missing node figuring +b missing node consequently +b missing node masterpieces +b missing node reuses +b missing node reversion +b missing node pasterns +b missing node flageolet +b missing node bathless +b missing node subhumans +b missing node pathogenetic +b missing node rehinging +b missing node subspecifically +b missing node bestrew +b missing node obiter +b missing node reused +b missing node beslime +b missing node indented +b missing node anthologizes +b missing node crested +b missing node associating +b missing node ductless +b missing node fruitages +b missing node anthologized +b missing node indenter +b missing node coercively +b missing node figurine +b missing node interrogation +b missing node acclimation +b missing node decrements +b missing node unfrock +b missing node aeriform +b missing node treadmills +b missing node eldest +b missing node siphoned +b missing node umbered +b missing node thiosulfates +b missing node outstations +b missing node displeasures +b missing node association +b missing node acclimating +b missing node asiatic +b missing node authentically +b missing node transliterated +b missing node jocosities +b missing node bursts +b missing node pageant +b missing node numerating +b missing node transliterates +b missing node unmelodious +b missing node ambulance +b missing node coloured +b missing node ostmark +b missing node biding +b missing node mercies +b missing node panorama +b missing node morphogenesis +b missing node crestal +b missing node colourer +b missing node mischarges +b missing node irrelevances +b missing node imbecility +b missing node dints +b missing node glaring +b missing node interrogating +b missing node involucres +b missing node sizings +b missing node stalkers +b missing node institutionalize +b missing node plainly +b missing node statedly +b missing node mastery +b missing node masters +b missing node valorously +b missing node altimeters +b missing node elders +b missing node draughtier +b missing node camomile +b missing node barnier +b missing node gibes +b missing node giber +b missing node cuckoo +b missing node siphonic +b missing node contrariwise +b missing node kidnapped +b missing node incandescently +b missing node metalware +b missing node piccolos +b missing node eugenicist +b missing node speaking +b missing node papists +b missing node madrigal +b missing node interring +b missing node kidnapper +b missing node snarliest +b missing node escutcheons +b missing node snippety +b missing node gibed +b missing node precipitancy +b missing node snippets +b missing node trompes +b missing node straddlers +b missing node preachment +b missing node lutetium +b missing node tromped +b missing node proprioception +b missing node pathogens +b missing node morphogeneses +b missing node pathogeny +b missing node submerging +b missing node claudius +b missing node wardrobe +b missing node lopsidedness +b missing node saunterers +b missing node peasants +b missing node magdalene +b missing node insolubility +b missing node crowders +b missing node associative +b missing node paginated +b missing node magdalens +b missing node genetics +b missing node teratoma +b missing node guiltier +b missing node stepup +b missing node snippers +b missing node obligers +b missing node paginates +b missing node hates +b missing node hater +b missing node taxonomies +b missing node hated +b missing node bostons +b missing node detriment +b missing node subfunctions +b missing node midwinters +b missing node latched +b missing node trivialities +b missing node inhumanity +b missing node latches +b missing node custom +b missing node succeed +b missing node froward +b missing node quisling +b missing node unrepresentative +b missing node withheld +b missing node vistas +b missing node indentor +b missing node cylindrical +b missing node hatch +b missing node interrogative +b missing node cloistral +b missing node wordier +b missing node courageousness +b missing node percolate +b missing node susurrations +b missing node officialdom +b missing node reshipping +b missing node immoral +b missing node teratoid +b missing node farrago +b missing node hagged +b missing node kalifate +b missing node condemns +b missing node gussying +b missing node plaints +b missing node yoghourts +b missing node anthropologist +b missing node mutationally +b missing node seasonal +b missing node unloading +b missing node lymphatic +b missing node nosed +b missing node tortilla +b missing node reteaches +b missing node schooling +b missing node losings +b missing node knucklier +b missing node satellites +b missing node hungry +b missing node defenses +b missing node peerage +b missing node vividest +b missing node bitted +b missing node blazoned +b missing node casketing +b missing node figurers +b missing node defensed +b missing node nonmythically +b missing node bitter +b missing node dissensions +b missing node diseasing +b missing node blazoner +b missing node bitten +b missing node svelter +b missing node worriments +b missing node festooning +b missing node dissector +b missing node educators +b missing node nocturnal +b missing node incests +b missing node edginess +b missing node define +b missing node sudsy +b missing node ataxy +b missing node ovulated +b missing node lucite +b missing node ovulates +b missing node recombed +b missing node morning +b missing node midstream +b missing node septette +b missing node recrowning +b missing node pasteurizer +b missing node commended +b missing node mudslinger +b missing node ormolu +b missing node pasteurizes +b missing node mameyes +b missing node seasoned +b missing node shrivelled +b missing node fruitions +b missing node pasteurized +b missing node recuperated +b missing node liverishness +b missing node irredeemably +b missing node contumelious +b missing node touristy +b missing node proclivities +b missing node seasoner +b missing node tourists +b missing node commons +b missing node practicability +b missing node sorbitols +b missing node bedbugs +b missing node recuperates +b missing node figwort +b missing node envenoming +b missing node processes +b missing node zippiest +b missing node christianizes +b missing node playbills +b missing node bugbane +b missing node scarier +b missing node nonmathematical +b missing node teated +b missing node burred +b missing node chaucerian +b missing node defile +b missing node miscibility +b missing node processed +b missing node diarrheas +b missing node christianized +b missing node paradoxical +b missing node assumptions +b missing node guiltily +b missing node diarrheal +b missing node philippines +b missing node irredeemable +b missing node scarify +b missing node sleazily +b missing node obviator +b missing node foresaid +b missing node cutaway +b missing node landlessness +b missing node foresail +b missing node immediacy +b missing node gynecologists +b missing node dualists +b missing node clenches +b missing node capework +b missing node transitorily +b missing node doggone +b missing node stubborn +b missing node burrer +b missing node dismasting +b missing node mastheads +b missing node clenched +b missing node pourers +b missing node teetotalers +b missing node untidying +b missing node enskying +b missing node broidering +b missing node damaged +b missing node lionesses +b missing node biomicroscope +b missing node filtering +b missing node distilled +b missing node haute +b missing node diverted +b missing node fortify +b missing node referrers +b missing node heinie +b missing node sobber +b missing node univocal +b missing node distiller +b missing node unchristian +b missing node dissected +b missing node alimenting +b missing node sensibly +b missing node alamode +b missing node fifthly +b missing node desperateness +b missing node resters +b missing node dippy +b missing node deathlessness +b missing node sensible +b missing node damages +b missing node biomicroscopy +b missing node transpires +b missing node damager +b missing node diverter +b missing node transpired +b missing node thankers +b missing node columbic +b missing node columbia +b missing node administering +b missing node upstaging +b missing node elkhounds +b missing node foldouts +b missing node cataloguing +b missing node goldenrods +b missing node kayoing +b missing node reversers +b missing node hideaways +b missing node bibulous +b missing node hyena +b missing node mijnheers +b missing node defied +b missing node speakers +b missing node forties +b missing node sobbed +b missing node preserving +b missing node paradisal +b missing node disuse +b missing node defier +b missing node defies +b missing node efficiency +b missing node catarrh +b missing node savagely +b missing node belabours +b missing node reminders +b missing node unmistakable +b missing node motivations +b missing node reediest +b missing node sepulcher +b missing node bankable +b missing node primary +b missing node portrayal +b missing node squooshing +b missing node gloaming +b missing node lickings +b missing node staffers +b missing node lofters +b missing node polemizing +b missing node tokyoite +b missing node dualisms +b missing node tourisms +b missing node hematologic +b missing node convents +b missing node unmistakably +b missing node sleazier +b missing node catapulting +b missing node primate +b missing node undefended +b missing node utopians +b missing node domino +b missing node african +b missing node homograph +b missing node decagram +b missing node reassessment +b missing node domini +b missing node scaring +b missing node encumbrance +b missing node doming +b missing node nocturnes +b missing node daylighted +b missing node commode +b missing node recourses +b missing node proverbs +b missing node legislatively +b missing node ectopic +b missing node cariole +b missing node equatorial +b missing node blungers +b missing node noses +b missing node nosey +b missing node horniest +b missing node negatively +b missing node skoaling +b missing node stifling +b missing node paradises +b missing node unpityingly +b missing node subserviently +b missing node ailurophobia +b missing node covenant +b missing node pentad +b missing node brazilian +b missing node subeditor +b missing node smothery +b missing node wedgy +b missing node obviates +b missing node hauls +b missing node acrobat +b missing node enroller +b missing node hellfires +b missing node hashheads +b missing node infields +b missing node obviated +b missing node norse +b missing node enrollee +b missing node changeling +b missing node enrolled +b missing node portrayed +b missing node shoptalks +b missing node beadlike +b missing node requisitely +b missing node chippewa +b missing node contestant +b missing node bearberries +b missing node contradictions +b missing node overinvested +b missing node ideality +b missing node harridans +b missing node pickups +b missing node rifleries +b missing node haunt +b missing node amarillo +b missing node cussed +b missing node unconscientiously +b missing node atrocities +b missing node syringe +b missing node cusser +b missing node dustpans +b missing node complicity +b missing node idealist +b missing node smothers +b missing node suede +b missing node wedge +b missing node cameleers +b missing node aliens +b missing node cancelling +b missing node fizzing +b missing node wipeouts +b missing node idealism +b missing node parsimony +b missing node cuttles +b missing node separations +b missing node hideless +b missing node enfolders +b missing node edentates +b missing node gimleting +b missing node sorter +b missing node surfaced +b missing node thumbtacked +b missing node juts +b missing node hashhead +b missing node cultivations +b missing node malleus +b missing node idealize +b missing node bewig +b missing node astigmatism +b missing node mallets +b missing node dryly +b missing node balsamic +b missing node surfacer +b missing node cusses +b missing node surfaces +b missing node drench +b missing node diverseness +b missing node coalfish +b missing node cuttled +b missing node transfiguring +b missing node carioca +b missing node overfeeding +b missing node undischarged +b missing node fractured +b missing node chippers +b missing node burlesk +b missing node preapplications +b missing node passives +b missing node sincerity +b missing node whortle +b missing node fractures +b missing node slashed +b missing node overpopulating +b missing node druidesses +b missing node linefeed +b missing node fisting +b missing node transited +b missing node slasher +b missing node slashes +b missing node sorted +b missing node norms +b missing node unstableness +b missing node geneticist +b missing node mattered +b missing node causeys +b missing node immediate +b missing node toxify +b missing node norma +b missing node bullfighter +b missing node fevered +b missing node outvote +b missing node jupe +b missing node monodists +b missing node jaybirds +b missing node deferentially +b missing node tarweeds +b missing node hoggishly +b missing node rethreading +b missing node overpopulation +b missing node housework +b missing node hoosiers +b missing node burleys +b missing node unfroze +b missing node hangnail +b missing node electrocuting +b missing node ozonization +b missing node balsamed +b missing node promissory +b missing node diversifications +b missing node bergamots +b missing node gaiety +b missing node sepulchre +b missing node jure +b missing node knuckling +b missing node havened +b missing node cudweed +b missing node gourmets +b missing node swordsmen +b missing node jollified +b missing node jaggedness +b missing node roughhewing +b missing node citherns +b missing node precalculations +b missing node laceier +b missing node kibble +b missing node haugh +b missing node jury +b missing node jollifies +b missing node yonker +b missing node just +b missing node maenad +b missing node hagride +b missing node implicitness +b missing node fizzier +b missing node jute +b missing node physiological +b missing node jailbird +b missing node outfielders +b missing node sortie +b missing node compatriots +b missing node ironical +b missing node primacy +b missing node classicalism +b missing node ponying +b missing node incubuses +b missing node solemnest +b missing node july +b missing node shifty +b missing node shifts +b missing node dairies +b missing node herdswoman +b missing node facetious +b missing node jump +b missing node lobbers +b missing node attendantly +b missing node convened +b missing node platting +b missing node smack +b missing node suers +b missing node mastiff +b missing node speculums +b missing node rerolling +b missing node diametrically +b missing node convenes +b missing node june +b missing node convener +b missing node causers +b missing node committees +b missing node coulter +b missing node juno +b missing node north +b missing node junk +b missing node burrow +b missing node minster +b missing node accruing +b missing node electrocution +b missing node recurrent +b missing node toolless +b missing node guatemala +b missing node burros +b missing node demeriting +b missing node jumbled +b missing node columbus +b missing node idealities +b missing node toxins +b missing node feetless +b missing node overexpanding +b missing node gambling +b missing node mastics +b missing node jumbles +b missing node jumbler +b missing node roughened +b missing node sluggishly +b missing node soapmaking +b missing node administerial +b missing node ghostwrote +b missing node althorns +b missing node thinkably +b missing node viscidly +b missing node said +b missing node gabardine +b missing node noted +b missing node weaseling +b missing node detoxicated +b missing node personality +b missing node evensong +b missing node lisping +b missing node juke +b missing node sail +b missing node dishpan +b missing node submarginal +b missing node flatterers +b missing node personalism +b missing node dunderpates +b missing node juju +b missing node lineman +b missing node sagy +b missing node tanbark +b missing node doused +b missing node unzealous +b missing node thinkable +b missing node cybernation +b missing node paramedics +b missing node bequeathment +b missing node douses +b missing node douser +b missing node imploring +b missing node sucre +b missing node solidity +b missing node caneware +b missing node sentineled +b missing node unenrolled +b missing node logorrhea +b missing node sage +b missing node unsuppressible +b missing node dublin +b missing node bemused +b missing node saga +b missing node transferrers +b missing node jejune +b missing node pessimists +b missing node splicers +b missing node earplug +b missing node sags +b missing node salubriously +b missing node greenings +b missing node bemuses +b missing node chastisers +b missing node runaway +b missing node sago +b missing node dangling +b missing node hellishness +b missing node talced +b missing node hibachis +b missing node safe +b missing node logistically +b missing node violence +b missing node adequacies +b missing node undergird +b missing node cymbal +b missing node aborts +b missing node slimiest +b missing node pervert +b missing node notes +b missing node noter +b missing node sprawliest +b missing node jugs +b missing node notal +b missing node sureties +b missing node spraying +b missing node gastroscopic +b missing node barbiturates +b missing node outspelling +b missing node confederacies +b missing node fifties +b missing node aphelian +b missing node sterns +b missing node stopcocks +b missing node teased +b missing node unfinished +b missing node tipsiest +b missing node teasel +b missing node graveclothes +b missing node cratons +b missing node daunts +b missing node sterilely +b missing node reaffirmation +b missing node revelator +b missing node sterna +b missing node windburned +b missing node teases +b missing node teaser +b missing node passkey +b missing node swordsman +b missing node effortlessly +b missing node edged +b missing node pygmoid +b missing node suzerains +b missing node notch +b missing node statistics +b missing node totterer +b missing node sack +b missing node dismaler +b missing node edges +b missing node osteology +b missing node edger +b missing node sacs +b missing node tottered +b missing node judy +b missing node sulfates +b missing node judo +b missing node leverage +b missing node immobilization +b missing node bowyer +b missing node hawed +b missing node bilaterality +b missing node headworks +b missing node sinfulness +b missing node eglantines +b missing node bilateralism +b missing node deionizations +b missing node unleveling +b missing node banterers +b missing node carport +b missing node eyeshots +b missing node talcky +b missing node gymkhanas +b missing node canaanite +b missing node hotbed +b missing node overmasters +b missing node disillusion +b missing node applicators +b missing node dragster +b missing node dryer +b missing node relabelled +b missing node outlandishly +b missing node apostacy +b missing node small +b missing node scrammed +b missing node jounce +b missing node homoerotic +b missing node necessity +b missing node madwomen +b missing node novices +b missing node empathized +b missing node jouncy +b missing node juan +b missing node subtreasuries +b missing node debauchedly +b missing node personalize +b missing node thankful +b missing node gandering +b missing node bumble +b missing node empathizes +b missing node teaching +b missing node isolog +b missing node parmigiana +b missing node wrappers +b missing node headwords +b missing node palette +b missing node estopping +b missing node aversive +b missing node victuallers +b missing node breakages +b missing node forelady +b missing node teleported +b missing node kingpin +b missing node nondepartmental +b missing node dryad +b missing node linemen +b missing node saccharification +b missing node quarantinable +b missing node subcouncil +b missing node sculled +b missing node attemper +b missing node hydro +b missing node unsaddling +b missing node wineries +b missing node detoxicator +b missing node unimpeachability +b missing node pompon +b missing node pompom +b missing node quinols +b missing node sculler +b missing node madwoman +b missing node perilously +b missing node hydra +b missing node dimwittedness +b missing node dismally +b missing node quinone +b missing node nurtures +b missing node smash +b missing node wormiest +b missing node nurturer +b missing node sudan +b missing node indecorously +b missing node sceptics +b missing node cosmogonic +b missing node nurtured +b missing node claimers +b missing node hampers +b missing node althorn +b missing node smart +b missing node talcum +b missing node postings +b missing node hearings +b missing node refortifies +b missing node bogles +b missing node viable +b missing node opiums +b missing node gateless +b missing node fluoresce +b missing node aluminum +b missing node refortified +b missing node cesurae +b missing node representatively +b missing node viably +b missing node piscine +b missing node cesuras +b missing node bevel +b missing node rendered +b missing node sculker +b missing node festivity +b missing node trinket +b missing node bogled +b missing node sculked +b missing node seatings +b missing node motorize +b missing node sickbay +b missing node despicably +b missing node syllabled +b missing node beldames +b missing node pimple +b missing node solidify +b missing node havoc +b missing node ornaments +b missing node wizardly +b missing node syllables +b missing node secondines +b missing node enigmata +b missing node denote +b missing node ensconcing +b missing node snuggling +b missing node renderer +b missing node meterage +b missing node staunchness +b missing node brewage +b missing node stringently +b missing node hotbox +b missing node weeks +b missing node bedevilment +b missing node fungoid +b missing node swathing +b missing node unequalled +b missing node portaging +b missing node despicable +b missing node pimply +b missing node sainting +b missing node bittersweet +b missing node bribeable +b missing node nucleons +b missing node carinae +b missing node assertions +b missing node wizardry +b missing node exasperate +b missing node educations +b missing node stiletto +b missing node roadworks +b missing node bloodied +b missing node kamikaze +b missing node providing +b missing node caesarean +b missing node weedy +b missing node noisome +b missing node preferrers +b missing node bloodies +b missing node unpuckered +b missing node bloodier +b missing node carinas +b missing node confessional +b missing node acing +b missing node weeds +b missing node uncurls +b missing node supersecret +b missing node cantankerous +b missing node aversion +b missing node nucleoli +b missing node sickbed +b missing node buildups +b missing node instarred +b missing node aphelion +b missing node reinspects +b missing node trainings +b missing node isomer +b missing node lutists +b missing node wickiups +b missing node dilemma +b missing node slacking +b missing node zambian +b missing node martingales +b missing node apostasy +b missing node coercible +b missing node warthog +b missing node unsinful +b missing node campstools +b missing node processor +b missing node shrimpiest +b missing node rewakening +b missing node waggoning +b missing node apostate +b missing node screwballs +b missing node weeps +b missing node rapidity +b missing node unscrew +b missing node toffs +b missing node toffy +b missing node enunciators +b missing node weepy +b missing node superceded +b missing node indigene +b missing node ebullition +b missing node supercedes +b missing node knitting +b missing node associations +b missing node shitted +b missing node insistently +b missing node appertaining +b missing node bloodily +b missing node contact +b missing node serviceability +b missing node haver +b missing node edgar +b missing node haves +b missing node ropiest +b missing node haven +b missing node poachers +b missing node permanence +b missing node showpieces +b missing node goblin +b missing node blackboard +b missing node pimped +b missing node foresighted +b missing node proprietary +b missing node permanency +b missing node distal +b missing node weest +b missing node vacancies +b missing node damnabilities +b missing node cuddies +b missing node coalescent +b missing node broideries +b missing node shiest +b missing node impounded +b missing node blooding +b missing node ruinable +b missing node concentrators +b missing node isomorph +b missing node sudor +b missing node wireworks +b missing node hydraulic +b missing node indent +b missing node decennia +b missing node collinear +b missing node biplane +b missing node contain +b missing node unpinned +b missing node alkalizing +b missing node compellable +b missing node roommates +b missing node goblet +b missing node plonks +b missing node tailbacks +b missing node connectors +b missing node weens +b missing node teemers +b missing node indigent +b missing node shoplifted +b missing node indigens +b missing node intrigue +b missing node attempts +b missing node shoplifter +b missing node ottoman +b missing node preachments +b missing node wireworms +b missing node aboral +b missing node weeny +b missing node sahibs +b missing node blazonry +b missing node shiers +b missing node radiography +b missing node fungous +b missing node brandishing +b missing node radiographs +b missing node barbing +b missing node packsack +b missing node undeviating +b missing node foreordains +b missing node pasteboards +b missing node stalkier +b missing node workmen +b missing node reincorporating +b missing node taurus +b missing node networked +b missing node remilitarize +b missing node contributor +b missing node coruscates +b missing node encapsulations +b missing node morgens +b missing node icker +b missing node rosebud +b missing node stealthiest +b missing node tokay +b missing node concentrative +b missing node jumpier +b missing node sticked +b missing node coruscated +b missing node coquettishly +b missing node sticker +b missing node walkaway +b missing node possibler +b missing node cheque +b missing node comedic +b missing node aglare +b missing node tsunamis +b missing node toked +b missing node unarmored +b missing node songful +b missing node comparing +b missing node secondary +b missing node profiled +b missing node stubbily +b missing node abscam +b missing node laicizing +b missing node ripsaws +b missing node hookahs +b missing node flatteries +b missing node tokes +b missing node datamation +b missing node token +b missing node trundling +b missing node coniferous +b missing node paynims +b missing node radioisotope +b missing node shrugs +b missing node beetled +b missing node cocktails +b missing node saucing +b missing node unfamiliarly +b missing node stubbing +b missing node malting +b missing node beetles +b missing node motoring +b missing node unshackling +b missing node tsunamic +b missing node interorbital +b missing node magical +b missing node impetigos +b missing node dickens +b missing node profiler +b missing node trining +b missing node profiles +b missing node accustoming +b missing node noisier +b missing node playfulness +b missing node reenlarge +b missing node biweeklies +b missing node megaliths +b missing node brioches +b missing node personifier +b missing node pourable +b missing node clothespins +b missing node personifies +b missing node passivity +b missing node kilobits +b missing node caddies +b missing node confrontation +b missing node personified +b missing node lawyeresses +b missing node feudatory +b missing node solvation +b missing node behavioral +b missing node caddied +b missing node lintels +b missing node misunderstood +b missing node bismuths +b missing node motorist +b missing node uprose +b missing node nouns +b missing node education +b missing node snarlingly +b missing node hotels +b missing node monopolistic +b missing node wireless +b missing node approx +b missing node solvating +b missing node unpretentious +b missing node hindsight +b missing node outfittings +b missing node typhoidal +b missing node aminity +b missing node playbill +b missing node educating +b missing node freeze +b missing node imparters +b missing node venture +b missing node dickers +b missing node frescoists +b missing node tourney +b missing node venturi +b missing node paeans +b missing node dickeys +b missing node ungraceful +b missing node comedos +b missing node coastward +b missing node frowardness +b missing node waxiness +b missing node notations +b missing node putouts +b missing node trinity +b missing node shrunk +b missing node plumelets +b missing node fistful +b missing node hunkered +b missing node hatchways +b missing node dropkicks +b missing node stalking +b missing node invalidation +b missing node tabula +b missing node mincers +b missing node viticulturists +b missing node pothouse +b missing node coiffured +b missing node caracole +b missing node indeed +b missing node inapproachable +b missing node penult +b missing node concentrating +b missing node dioptre +b missing node assuredly +b missing node superimpositions +b missing node invalidating +b missing node reimpose +b missing node ticklish +b missing node montanans +b missing node aisled +b missing node concentration +b missing node unreels +b missing node mirkier +b missing node subtrahend +b missing node aisles +b missing node emblements +b missing node centenarians +b missing node ragworts +b missing node vespers +b missing node improvement +b missing node timberhead +b missing node stubbier +b missing node stalkily +b missing node logogram +b missing node saltpeter +b missing node preliterate +b missing node initiatives +b missing node begone +b missing node topiary +b missing node noising +b missing node piquantly +b missing node penury +b missing node timework +b missing node flenching +b missing node gauntlets +b missing node stunned +b missing node obscure +b missing node workman +b missing node vaporously +b missing node aspirating +b missing node mainline +b missing node saucily +b missing node obscura +b missing node stunner +b missing node reassigns +b missing node barbara +b missing node dissatisfies +b missing node pommel +b missing node timeworn +b missing node unbolting +b missing node reconciliating +b missing node alterant +b missing node dissatisfied +b missing node aspiration +b missing node permits +b missing node causelessly +b missing node fulfilling +b missing node caracols +b missing node coiffures +b missing node pornographies +b missing node expunged +b missing node expunger +b missing node expunges +b missing node crispiest +b missing node reentrance +b missing node particularizing +b missing node curtains +b missing node tabued +b missing node mildewed +b missing node misconceiving +b missing node subsidized +b missing node uprearing +b missing node tickling +b missing node devaluations +b missing node malignly +b missing node precleaning +b missing node subsidizes +b missing node reconciliation +b missing node glossal +b missing node accusatrix +b missing node cartoonist +b missing node habitants +b missing node noisily +b missing node convulsions +b missing node fester +b missing node microbiology +b missing node enates +b missing node cheeking +b missing node ignominiously +b missing node dooryards +b missing node sixths +b missing node stickum +b missing node elevating +b missing node abysmal +b missing node stickup +b missing node toweriest +b missing node bloodfin +b missing node hawks +b missing node pellmell +b missing node vowless +b missing node ankuses +b missing node cartooning +b missing node denned +b missing node misuse +b missing node descended +b missing node pidgin +b missing node handbill +b missing node plausibility +b missing node quinins +b missing node teazle +b missing node tissue +b missing node stemmy +b missing node benedict +b missing node glossed +b missing node betrothing +b missing node hidings +b missing node threshing +b missing node tightwads +b missing node glosser +b missing node fating +b missing node digesters +b missing node implosions +b missing node roadwork +b missing node mixes +b missing node customization +b missing node mixer +b missing node glosses +b missing node caddish +b missing node sixtes +b missing node handcraft +b missing node recessionary +b missing node lutheranism +b missing node elevation +b missing node nonaquatic +b missing node cheekily +b missing node volcanologists +b missing node nullities +b missing node plateaus +b missing node plateaux +b missing node mirkily +b missing node accession +b missing node quickly +b missing node spacemen +b missing node texases +b missing node inaccuracies +b missing node diopter +b missing node rosebay +b missing node burped +b missing node unstacks +b missing node housewife +b missing node formfeed +b missing node digitalizing +b missing node dennis +b missing node explains +b missing node grizzlier +b missing node sorrel +b missing node grizzlies +b missing node freely +b missing node misdirections +b missing node flatboat +b missing node uproar +b missing node obscuring +b missing node northwardly +b missing node motherlands +b missing node maligned +b missing node bandager +b missing node bandages +b missing node coalitions +b missing node trashed +b missing node sinfully +b missing node upending +b missing node abasement +b missing node airship +b missing node trashes +b missing node iffiness +b missing node shimmeringly +b missing node calorimetric +b missing node gauziest +b missing node enatic +b missing node rigatoni +b missing node designate +b missing node zambezi +b missing node judases +b missing node tillage +b missing node yodeling +b missing node maligner +b missing node sundaes +b missing node undershirts +b missing node prefabrication +b missing node witlessly +b missing node transitivity +b missing node sauteing +b missing node obscurity +b missing node concaved +b missing node pursers +b missing node trusteeing +b missing node inferiority +b missing node prefabricating +b missing node romanies +b missing node aerolith +b missing node pattypans +b missing node marzipan +b missing node notre +b missing node aerolite +b missing node celeste +b missing node prize +b missing node celesta +b missing node stickle +b missing node bodings +b missing node bandaged +b missing node sacrifices +b missing node sacrificer +b missing node gasiform +b missing node permian +b missing node noncontinuous +b missing node sediments +b missing node pawpaws +b missing node aggressive +b missing node fanatics +b missing node puniness +b missing node puddlings +b missing node concaves +b missing node nurses +b missing node nurser +b missing node centiliters +b missing node epoxies +b missing node uproot +b missing node nursed +b missing node inlier +b missing node sacrificed +b missing node raspers +b missing node irefully +b missing node shrubs +b missing node yogins +b missing node boxiness +b missing node epoxied +b missing node bidden +b missing node advantageously +b missing node remunerate +b missing node shimmy +b missing node bidder +b missing node yogini +b missing node freest +b missing node persuades +b missing node profitless +b missing node prodisarmament +b missing node teazel +b missing node romanian +b missing node quinine +b missing node reconnoiter +b missing node feckless +b missing node persuaded +b missing node affectations +b missing node casseroles +b missing node mixup +b missing node grizzling +b missing node persuader +b missing node sneerful +b missing node roader +b missing node linters +b missing node interjectionally +b missing node quench +b missing node experiencing +b missing node designs +b missing node plunder +b missing node libertarians +b missing node spaceman +b missing node adorned +b missing node habitancy +b missing node mobilizations +b missing node struggled +b missing node flaggings +b missing node consulter +b missing node redemonstrated +b missing node hawse +b missing node adorner +b missing node struggles +b missing node struggler +b missing node consulted +b missing node detroit +b missing node redemonstrates +b missing node iceberg +b missing node indivisibility +b missing node penstocks +b missing node helipads +b missing node foolhardiest +b missing node captive +b missing node aggression +b missing node pygmies +b missing node isomorphism +b missing node reechoed +b missing node coppered +b missing node pleasanter +b missing node dumpily +b missing node priss +b missing node clavier +b missing node prism +b missing node unsprung +b missing node mongoloids +b missing node undergrounds +b missing node aggressing +b missing node ivies +b missing node cavorts +b missing node dumping +b missing node sparred +b missing node coppice +b missing node jigged +b missing node regalities +b missing node shuckers +b missing node enunciation +b missing node roseate +b missing node autopilots +b missing node jigger +b missing node preprocessor +b missing node birretta +b missing node receivability +b missing node operettas +b missing node prise +b missing node copperas +b missing node kinhin +b missing node remold +b missing node cleverness +b missing node hotdog +b missing node cohabited +b missing node reobtained +b missing node vignetting +b missing node jigging +b missing node followings +b missing node rocking +b missing node rosewoods +b missing node chilies +b missing node edits +b missing node stencilled +b missing node petrographers +b missing node ribgrasses +b missing node fiercer +b missing node scarfed +b missing node wowsers +b missing node unroofs +b missing node thrustors +b missing node diked +b missing node recompose +b missing node sobeit +b missing node repugnancy +b missing node proofreads +b missing node croissants +b missing node edith +b missing node dikes +b missing node ousters +b missing node annularity +b missing node synergies +b missing node diker +b missing node caballed +b missing node evacuator +b missing node acclimate +b missing node inquirers +b missing node recessiveness +b missing node irresponsible +b missing node insolents +b missing node repugnance +b missing node riposting +b missing node epiglottises +b missing node ulcerative +b missing node libretto +b missing node seminude +b missing node libretti +b missing node irresponsibly +b missing node anglophobes +b missing node gigas +b missing node ivied +b missing node talers +b missing node metallic +b missing node pettedly +b missing node goaltender +b missing node restful +b missing node reechoes +b missing node nunneries +b missing node obliging +b missing node possiblest +b missing node mustiness +b missing node privy +b missing node sorrow +b missing node heirlooms +b missing node rotate +b missing node confiner +b missing node confines +b missing node saddling +b missing node subsistence +b missing node tentered +b missing node yankees +b missing node impose +b missing node soporose +b missing node synergist +b missing node pending +b missing node synergism +b missing node confined +b missing node malthus +b missing node pretence +b missing node import +b missing node preventible +b missing node betty +b missing node mallards +b missing node dumpier +b missing node deltoid +b missing node hagrode +b missing node nonmagnetic +b missing node stinkiest +b missing node prime +b missing node haircuts +b missing node biconvex +b missing node peduncle +b missing node prima +b missing node lateness +b missing node bondage +b missing node converge +b missing node drownding +b missing node nonconstructive +b missing node novel +b missing node narwhales +b missing node burlily +b missing node biders +b missing node talent +b missing node sociological +b missing node flushness +b missing node addressing +b missing node coxcomb +b missing node beaklike +b missing node contritely +b missing node uterus +b missing node shortchange +b missing node uniformer +b missing node anglophobia +b missing node uniformed +b missing node outcroppings +b missing node quicker +b missing node rotary +b missing node quicken +b missing node strewers +b missing node fiberfill +b missing node tubings +b missing node boardings +b missing node sparrow +b missing node betta +b missing node gigabit +b missing node cheekier +b missing node preoccupations +b missing node burling +b missing node impost +b missing node donnees +b missing node worktable +b missing node upraise +b missing node bidets +b missing node fessed +b missing node location +b missing node apportioning +b missing node prior +b missing node goutiest +b missing node baseballs +b missing node tokyo +b missing node excellencies +b missing node passports +b missing node hayer +b missing node fujis +b missing node hayes +b missing node asyla +b missing node uncarpeted +b missing node blacklight +b missing node banditries +b missing node enunciating +b missing node unassuming +b missing node employs +b missing node locating +b missing node pretends +b missing node ulcerating +b missing node haydn +b missing node cotton +b missing node quells +b missing node bewilderment +b missing node upcurving +b missing node primo +b missing node primp +b missing node prims +b missing node miscounted +b missing node felicitously +b missing node hayed +b missing node mixed +b missing node engineries +b missing node application +b missing node muftis +b missing node prink +b missing node ulceration +b missing node fusillades +b missing node selvedge +b missing node tartuffe +b missing node async +b missing node print +b missing node catechizing +b missing node fesses +b missing node korunas +b missing node overgrowth +b missing node ruthenium +b missing node outfield +b missing node quickie +b missing node bichlorides +b missing node mobber +b missing node besmearing +b missing node mobbed +b missing node creosoting +b missing node stella +b missing node festal +b missing node frugality +b missing node anthropologies +b missing node mimeographed +b missing node pride +b missing node dodgery +b missing node dodgers +b missing node resistance +b missing node terminator +b missing node pricy +b missing node unquietest +b missing node entertainingly +b missing node declare +b missing node exhibiters +b missing node price +b missing node breezeways +b missing node prick +b missing node perambulating +b missing node kinging +b missing node uniformly +b missing node ungulate +b missing node referring +b missing node xanthine +b missing node coalyard +b missing node lullaby +b missing node barnstorming +b missing node burlier +b missing node saluted +b missing node tzardom +b missing node overstretching +b missing node adsorb +b missing node mnemic +b missing node presences +b missing node brockets +b missing node cybernated +b missing node curtails +b missing node andean +b missing node salutes +b missing node prairies +b missing node saluter +b missing node profanity +b missing node yardmen +b missing node stripteasers +b missing node novae +b missing node wakenings +b missing node spectrochemical +b missing node trollopy +b missing node trollops +b missing node oscillated +b missing node pleasantry +b missing node edict +b missing node varying +b missing node obscurities +b missing node rondeau +b missing node uncharitably +b missing node crapping +b missing node conference +b missing node consecratory +b missing node deductive +b missing node cotter +b missing node cenacle +b missing node overnight +b missing node prigs +b missing node applicative +b missing node oscillates +b missing node trodden +b missing node nosebleeds +b missing node vapidities +b missing node beths +b missing node bowings +b missing node doorjamb +b missing node courteously +b missing node passive +b missing node buoyages +b missing node decomposer +b missing node ryas +b missing node decomposes +b missing node mayhems +b missing node tireder +b missing node ingrained +b missing node imputation +b missing node sydney +b missing node decomposed +b missing node attenuate +b missing node prier +b missing node pries +b missing node hoopsters +b missing node uncharitable +b missing node astrologist +b missing node agriculturally +b missing node pried +b missing node edify +b missing node veepees +b missing node tauten +b missing node unparalleled +b missing node tauter +b missing node kippering +b missing node novas +b missing node prechill +b missing node reappraisal +b missing node copybook +b missing node profaning +b missing node declaim +b missing node betes +b missing node betel +b missing node gifts +b missing node rainstorms +b missing node unstably +b missing node sanguines +b missing node respondent +b missing node information +b missing node unstable +b missing node concealable +b missing node pretense +b missing node occasional +b missing node wholesome +b missing node hunger +b missing node recycle +b missing node prospectors +b missing node galahads +b missing node retransmits +b missing node jerseyites +b missing node evacuated +b missing node frontage +b missing node coquetries +b missing node jumping +b missing node ryes +b missing node pleasantly +b missing node tolls +b missing node preassembly +b missing node concierge +b missing node metalled +b missing node schoolers +b missing node rapers +b missing node dumpish +b missing node terminates +b missing node maltier +b missing node betas +b missing node caption +b missing node tartare +b missing node demolish +b missing node evacuates +b missing node terminated +b missing node jumpily +b missing node purporting +b missing node tartars +b missing node waistlines +b missing node jiujitsu +b missing node flanders +b missing node graveless +b missing node trudger +b missing node apposed +b missing node deducting +b missing node reappraises +b missing node trudges +b missing node reappraiser +b missing node crappier +b missing node crappies +b missing node huggable +b missing node apposes +b missing node oxgall +b missing node rascality +b missing node spongiest +b missing node arabesques +b missing node reappraised +b missing node hellboxes +b missing node wounds +b missing node victims +b missing node frontals +b missing node preassemble +b missing node fleawort +b missing node relearnt +b missing node relearns +b missing node chalkiness +b missing node responders +b missing node uninjured +b missing node occasioned +b missing node cherub +b missing node rockier +b missing node rockies +b missing node cherty +b missing node sobers +b missing node passing +b missing node trudged +b missing node delectably +b missing node strappers +b missing node doorbells +b missing node nonforfeitable +b missing node forebode +b missing node shills +b missing node reattains +b missing node reversely +b missing node deduction +b missing node passion +b missing node delectable +b missing node sauntering +b missing node retrench +b missing node stopovers +b missing node skepticism +b missing node crayfishes +b missing node surpassable +b missing node cherry +b missing node tartans +b missing node perambulation +b missing node bunkhouses +b missing node informative +b missing node pinhead +b missing node bests +b missing node insurant +b missing node misread +b missing node negativism +b missing node cosignatory +b missing node brushed +b missing node roiled +b missing node confutator +b missing node shiftier +b missing node lucern +b missing node loggings +b missing node reunification +b missing node innkeeper +b missing node thunder +b missing node tuneless +b missing node negativity +b missing node homesick +b missing node sparser +b missing node reversals +b missing node brusher +b missing node brushes +b missing node fragrantly +b missing node committals +b missing node palpates +b missing node expounded +b missing node exulted +b missing node palpated +b missing node shiksa +b missing node catcalled +b missing node explicates +b missing node spreaders +b missing node reifying +b missing node explicated +b missing node subtitling +b missing node boosts +b missing node seraphs +b missing node figurate +b missing node wardership +b missing node expounder +b missing node heartaches +b missing node epicures +b missing node beauish +b missing node magnolias +b missing node dildo +b missing node worshipfully +b missing node psychiatry +b missing node theomania +b missing node sourpusses +b missing node derogate +b missing node releaser +b missing node seemingly +b missing node releases +b missing node erotized +b missing node altruistically +b missing node grittiness +b missing node dormice +b missing node recharge +b missing node aerate +b missing node taxonomic +b missing node teetotalism +b missing node poachier +b missing node pendants +b missing node serapes +b missing node reconstructed +b missing node exogenous +b missing node released +b missing node rapids +b missing node magnetized +b missing node offset +b missing node sincerest +b missing node flacons +b missing node welcomed +b missing node acorn +b missing node shrapnel +b missing node escargots +b missing node outfielding +b missing node welcomer +b missing node furloughs +b missing node welcomes +b missing node shiftily +b missing node cantering +b missing node postdates +b missing node conditionally +b missing node nonacademic +b missing node acoin +b missing node imaums +b missing node annexational +b missing node coinages +b missing node untidiest +b missing node coppers +b missing node tiredly +b missing node taupes +b missing node bracings +b missing node rapier +b missing node yardman +b missing node hexapod +b missing node hazed +b missing node postdated +b missing node copyboys +b missing node hazel +b missing node hazes +b missing node hazer +b missing node emceeing +b missing node overbooked +b missing node lecherous +b missing node prosecutory +b missing node bacchants +b missing node befuddled +b missing node gaolers +b missing node prosecutors +b missing node heired +b missing node allergists +b missing node postulate +b missing node skippered +b missing node hollandaise +b missing node articles +b missing node greyhounds +b missing node hammocks +b missing node poetizes +b missing node poetizer +b missing node oldstyles +b missing node populous +b missing node besot +b missing node gainsay +b missing node articled +b missing node besom +b missing node giddy +b missing node genies +b missing node serologically +b missing node rooflines +b missing node embroil +b missing node restive +b missing node defect +b missing node agarics +b missing node unconventionalizes +b missing node oscillator +b missing node starboard +b missing node potentially +b missing node lucent +b missing node poetized +b missing node reinducts +b missing node jeeringly +b missing node figurant +b missing node fizzers +b missing node unconventionalized +b missing node decapitation +b missing node relaxations +b missing node prussian +b missing node befuddler +b missing node subplots +b missing node bookrests +b missing node befuddles +b missing node fronts +b missing node abbotcy +b missing node irrecoverably +b missing node discomfited +b missing node leerier +b missing node scatologies +b missing node stoppling +b missing node defeat +b missing node yarrows +b missing node decontrol +b missing node vigours +b missing node barmiest +b missing node literatures +b missing node registration +b missing node coppery +b missing node coruscating +b missing node genial +b missing node unshapely +b missing node abilities +b missing node decapitating +b missing node postulant +b missing node lodestone +b missing node integument +b missing node halides +b missing node courtliness +b missing node booths +b missing node blueberry +b missing node conterminous +b missing node tanzanian +b missing node terrors +b missing node bughouses +b missing node troche +b missing node relinquisher +b missing node relinquishes +b missing node lethes +b missing node simulcasting +b missing node relabeling +b missing node glucoses +b missing node beset +b missing node loftily +b missing node churchwoman +b missing node brushup +b missing node paraffine +b missing node overexpands +b missing node lofting +b missing node paraffins +b missing node undergoes +b missing node rewarders +b missing node campiest +b missing node breasts +b missing node dernier +b missing node drupe +b missing node intermingles +b missing node diffusing +b missing node womankind +b missing node weaponless +b missing node antecede +b missing node scarers +b missing node graphic +b missing node foresees +b missing node foreseer +b missing node toils +b missing node drunk +b missing node foreseen +b missing node homeliness +b missing node drizzling +b missing node intermingled +b missing node converse +b missing node missis +b missing node suits +b missing node geological +b missing node overdeveloped +b missing node potently +b missing node diffusion +b missing node primero +b missing node reassignments +b missing node insolence +b missing node zouave +b missing node noway +b missing node pentagons +b missing node booted +b missing node bootee +b missing node drums +b missing node pioneering +b missing node reminding +b missing node relinquished +b missing node applesauce +b missing node defend +b missing node whoppers +b missing node spectating +b missing node noncancerous +b missing node tremulously +b missing node ballistics +b missing node playbacks +b missing node leering +b missing node survivals +b missing node arterials +b missing node distasteful +b missing node protestant +b missing node blunging +b missing node churchwomen +b missing node radially +b missing node pilotage +b missing node burned +b missing node outscored +b missing node sickest +b missing node leerily +b missing node requisition +b missing node outscores +b missing node antigenicity +b missing node venturesome +b missing node fellows +b missing node burnet +b missing node burner +b missing node palpator +b missing node browbeaten +b missing node deceivable +b missing node thanking +b missing node graphed +b missing node amorally +b missing node swellheads +b missing node kangaroo +b missing node mistrial +b missing node primely +b missing node valvelet +b missing node transmutation +b missing node contrition +b missing node fusspots +b missing node unremunerated +b missing node antechoirs +b missing node druid +b missing node coincidence +b missing node glucosic +b missing node patriarchs +b missing node sailfish +b missing node breadboard +b missing node kennelling +b missing node patriarchy +b missing node ironwoods +b missing node bootie +b missing node crawliest +b missing node greatcoat +b missing node suing +b missing node hematoma +b missing node okras +b missing node afghanis +b missing node chests +b missing node dwindle +b missing node densified +b missing node mallard +b missing node drugs +b missing node bugbear +b missing node chesty +b missing node rhyming +b missing node disorientation +b missing node spiralled +b missing node impertinencies +b missing node densifies +b missing node rehangs +b missing node bacchanal +b missing node burnie +b missing node unabashedly +b missing node undergone +b missing node remove +b missing node freeheartedly +b missing node halidom +b missing node crocheter +b missing node expostulating +b missing node bursitis +b missing node kinked +b missing node missal +b missing node cuddles +b missing node industrious +b missing node healthfulness +b missing node quatrefoils +b missing node lutings +b missing node accidentals +b missing node cuticles +b missing node terser +b missing node chrysler +b missing node sobful +b missing node crocheted +b missing node goboes +b missing node cuddled +b missing node entomb +b missing node ovoidal +b missing node pitiably +b missing node danglers +b missing node primers +b missing node fulcrum +b missing node utilizable +b missing node lethal +b missing node remote +b missing node neurone +b missing node libras +b missing node defers +b missing node bogies +b missing node fanfarons +b missing node pitiable +b missing node mobcap +b missing node fronds +b missing node converts +b missing node subjectiveness +b missing node filterers +b missing node middling +b missing node genius +b missing node gangways +b missing node expostulation +b missing node actiniums +b missing node anglicizing +b missing node bountifulness +b missing node diagonals +b missing node menders +b missing node suite +b missing node neurons +b missing node irreformable +b missing node allotted +b missing node drubs +b missing node puncture +b missing node percolators +b missing node allottee +b missing node jiggly +b missing node remora +b missing node enfevers +b missing node misses +b missing node impedances +b missing node mileposts +b missing node locaters +b missing node nummary +b missing node cabalist +b missing node sickens +b missing node allotter +b missing node slumbery +b missing node sittings +b missing node slumbers +b missing node cabalism +b missing node nearliest +b missing node anoints +b missing node sincerely +b missing node fulvous +b missing node drainpipes +b missing node separatists +b missing node animadverting +b missing node indefatigable +b missing node jiggle +b missing node decalcification +b missing node vacationists +b missing node indefatigably +b missing node jabbingly +b missing node disorientating +b missing node beasties +b missing node routeway +b missing node missed +b missing node wantoning +b missing node berth +b missing node causing +b missing node felloes +b missing node irades +b missing node simulants +b missing node nudnicks +b missing node flanged +b missing node overmuch +b missing node reanimation +b missing node estonia +b missing node adversities +b missing node reanimating +b missing node stench +b missing node freighted +b missing node secessionist +b missing node leanest +b missing node nonregistered +b missing node jubilation +b missing node provenance +b missing node fustian +b missing node freighter +b missing node costively +b missing node bobwhites +b missing node unrevoked +b missing node enfolding +b missing node tipplers +b missing node prehistorically +b missing node insolvable +b missing node sulfating +b missing node berry +b missing node jubilating +b missing node rivalries +b missing node vegetational +b missing node collectively +b missing node crookeries +b missing node reconveying +b missing node sterilize +b missing node biculturalism +b missing node barberry +b missing node conjoints +b missing node doggrel +b missing node brandishers +b missing node hoosier +b missing node gauntly +b missing node roiling +b missing node assertively +b missing node provokingly +b missing node aversely +b missing node viewable +b missing node calliopes +b missing node calumnies +b missing node sundays +b missing node dotages +b missing node heists +b missing node fleshly +b missing node bellyfuls +b missing node teratism +b missing node bimethyls +b missing node umbrella +b missing node dimes +b missing node dimer +b missing node beryl +b missing node bellyfull +b missing node preventable +b missing node arguably +b missing node unambiguously +b missing node kindling +b missing node votable +b missing node plunges +b missing node pschents +b missing node arborous +b missing node marketed +b missing node arguable +b missing node redesignated +b missing node unbodied +b missing node swimmer +b missing node interposers +b missing node mesosphere +b missing node scattersite +b missing node reprehended +b missing node awakened +b missing node topical +b missing node erecter +b missing node protracts +b missing node erected +b missing node splicing +b missing node plunged +b missing node uncountable +b missing node marketer +b missing node libris +b missing node plunger +b missing node awakener +b missing node demilitarize +b missing node ratiocinator +b missing node romanism +b missing node filtrate +b missing node recharging +b missing node threapers +b missing node comforted +b missing node romanist +b missing node gaunter +b missing node disembowelments +b missing node boggle +b missing node sympathetic +b missing node acnes +b missing node fulls +b missing node nubile +b missing node supplant +b missing node studbooks +b missing node ceilings +b missing node comforter +b missing node acned +b missing node fully +b missing node escalade +b missing node emersion +b missing node kinglet +b missing node sedulously +b missing node berms +b missing node drizzlier +b missing node kindlier +b missing node ratiocinates +b missing node hosteler +b missing node victualling +b missing node misguided +b missing node dissatisfying +b missing node bethink +b missing node hosteled +b missing node ratiocinated +b missing node accessing +b missing node halifax +b missing node loftier +b missing node shebeens +b missing node diffusive +b missing node unalarming +b missing node reengage +b missing node quarrels +b missing node claiming +b missing node tourings +b missing node promulgates +b missing node promulgated +b missing node dittoing +b missing node brigantine +b missing node camelopards +b missing node terror +b missing node advertizing +b missing node splattering +b missing node missus +b missing node dangled +b missing node flesher +b missing node fleshes +b missing node billowiest +b missing node conciliators +b missing node nondrinkers +b missing node weightlessly +b missing node conciliatory +b missing node pavement +b missing node dangles +b missing node erector +b missing node enframed +b missing node fleshed +b missing node dangler +b missing node wayside +b missing node talismans +b missing node anymore +b missing node enframes +b missing node undesired +b missing node fustier +b missing node sterility +b missing node plethora +b missing node silverers +b missing node losable +b missing node pauperizes +b missing node implying +b missing node legateships +b missing node lodgers +b missing node gilding +b missing node father +b missing node pauperized +b missing node encroaching +b missing node kidnappers +b missing node overglazes +b missing node erectly +b missing node coitus +b missing node roilier +b missing node ochre +b missing node growable +b missing node fustics +b missing node consecrations +b missing node flanger +b missing node flanges +b missing node preferring +b missing node tetravalent +b missing node depictor +b missing node catalpa +b missing node cyclecar +b missing node catalos +b missing node beret +b missing node anecdotes +b missing node contemn +b missing node occluding +b missing node parlances +b missing node contend +b missing node spunkiness +b missing node fathom +b missing node reframed +b missing node catalog +b missing node choirmaster +b missing node hymned +b missing node content +b missing node recapitalizing +b missing node maffias +b missing node reframes +b missing node engulfing +b missing node repairs +b missing node despiteful +b missing node unchosen +b missing node pieceworkers +b missing node akron +b missing node jiggles +b missing node telefilms +b missing node texturing +b missing node saucier +b missing node stenciling +b missing node charleston +b missing node aboves +b missing node jiggled +b missing node nubias +b missing node romanize +b missing node coruscation +b missing node anecdotic +b missing node evasions +b missing node epiloguing +b missing node homesite +b missing node wrapping +b missing node motivationally +b missing node quiches +b missing node stenos +b missing node cassowaries +b missing node promulgator +b missing node introductions +b missing node corporations +b missing node infanticides +b missing node coruscative +b missing node ambulates +b missing node dualities +b missing node hymnal +b missing node etherizing +b missing node ambulated +b missing node publishable +b missing node equalizing +b missing node dressy +b missing node carmaker +b missing node titties +b missing node deigning +b missing node episcopacies +b missing node outfight +b missing node repaint +b missing node fustily +b missing node bayonet +b missing node chestiest +b missing node crossties +b missing node explicator +b missing node bhutanese +b missing node winesop +b missing node indexers +b missing node destroy +b missing node grapier +b missing node bergs +b missing node bergh +b missing node lidding +b missing node fatuities +b missing node necessariness +b missing node unestablished +b missing node watchmaking +b missing node principles +b missing node smashingly +b missing node disagreed +b missing node saltpetre +b missing node admonition +b missing node resting +b missing node principled +b missing node misguider +b missing node crampons +b missing node misguides +b missing node hostelry +b missing node embankment +b missing node disagrees +b missing node festively +b missing node infanticidal +b missing node lavalava +b missing node airedales +b missing node elephantine +b missing node qualmishness +b missing node absconding +b missing node reinduces +b missing node unfrocks +b missing node deflects +b missing node obedient +b missing node trundlers +b missing node clogged +b missing node reinvolvement +b missing node distension +b missing node flavour +b missing node amnestied +b missing node ovine +b missing node harriers +b missing node ambulator +b missing node appending +b missing node contest +b missing node ocher +b missing node pegbox +b missing node mister +b missing node escalate +b missing node depicter +b missing node reprobates +b missing node burtons +b missing node soubriquet +b missing node flavory +b missing node amnesties +b missing node anthologists +b missing node magnetizer +b missing node flavors +b missing node magnetizes +b missing node reediting +b missing node shifting +b missing node irrupted +b missing node depicted +b missing node reprobated +b missing node odometers +b missing node hotfooted +b missing node teeming +b missing node ragouts +b missing node manometers +b missing node sulfurized +b missing node cenozoic +b missing node outcaste +b missing node lambkin +b missing node misted +b missing node binaural +b missing node barbels +b missing node spartan +b missing node supplicants +b missing node anecdotal +b missing node barbell +b missing node outcasts +b missing node execrators +b missing node barbered +b missing node facially +b missing node intimacies +b missing node annuities +b missing node flatulency +b missing node unfetter +b missing node breathe +b missing node flattering +b missing node nigeria +b missing node hermetically +b missing node himself +b missing node flatulence +b missing node nonsexists +b missing node breaths +b missing node coital +b missing node misspoke +b missing node coalescing +b missing node breathy +b missing node reconsigned +b missing node reactant +b missing node stargazer +b missing node stargazes +b missing node parameter +b missing node terras +b missing node slynesses +b missing node poaching +b missing node cablets +b missing node reinduced +b missing node stargazed +b missing node dills +b missing node sitzmark +b missing node mayoress +b missing node resales +b missing node reappoints +b missing node piddle +b missing node wondrously +b missing node numerators +b missing node interlocks +b missing node dystopias +b missing node summed +b missing node context +b missing node summer +b missing node dilly +b missing node sneerers +b missing node educative +b missing node marrowing +b missing node pharmacy +b missing node intermission +b missing node liquefied +b missing node abbreviating +b missing node ragging +b missing node inscrolls +b missing node agleam +b missing node liquefies +b missing node liquefier +b missing node factoring +b missing node joke +b missing node megacycles +b missing node imparting +b missing node straitens +b missing node metrifies +b missing node pratiques +b missing node inequalities +b missing node uprightly +b missing node squashy +b missing node hairstyling +b missing node blacklists +b missing node drecks +b missing node unwelcome +b missing node invertible +b missing node ajowans +b missing node underplays +b missing node underpays +b missing node rentable +b missing node john +b missing node suitability +b missing node opined +b missing node jammed +b missing node skewing +b missing node preexamining +b missing node fudge +b missing node metrified +b missing node opines +b missing node opiner +b missing node joie +b missing node enjoyed +b missing node unmuzzles +b missing node putrefied +b missing node divan +b missing node join +b missing node ionics +b missing node abbreviation +b missing node medlars +b missing node pirouette +b missing node enjoyer +b missing node unmuzzled +b missing node fixedly +b missing node putrefies +b missing node tramroads +b missing node ventral +b missing node vanitied +b missing node disunion +b missing node splice +b missing node reorientations +b missing node lubricators +b missing node vanities +b missing node contrivedly +b missing node crudes +b missing node foreclosed +b missing node troika +b missing node cruder +b missing node scourging +b missing node qualification +b missing node forecloses +b missing node batfish +b missing node divas +b missing node hairstylist +b missing node salvage +b missing node beakers +b missing node cheeped +b missing node burley +b missing node imprecate +b missing node reevaluate +b missing node restitutory +b missing node forswear +b missing node viands +b missing node cheeper +b missing node cruddy +b missing node dodgier +b missing node cylindrically +b missing node inactively +b missing node jolt +b missing node exuberance +b missing node burled +b missing node scarcer +b missing node complaints +b missing node business +b missing node fulling +b missing node factions +b missing node disunity +b missing node unmarriageable +b missing node vacillate +b missing node burler +b missing node gilders +b missing node dives +b missing node disunite +b missing node diver +b missing node alarming +b missing node dived +b missing node cubical +b missing node scumming +b missing node alack +b missing node unborn +b missing node jobs +b missing node restocking +b missing node splint +b missing node dagger +b missing node bashers +b missing node toiletries +b missing node alamo +b missing node staidest +b missing node identify +b missing node recommendation +b missing node unbolt +b missing node angering +b missing node spline +b missing node jock +b missing node burlap +b missing node triumphing +b missing node redacted +b missing node underpart +b missing node television +b missing node alans +b missing node alameda +b missing node affrayers +b missing node uprighted +b missing node ubiquity +b missing node deviousness +b missing node appellation +b missing node craftsmen +b missing node eliminant +b missing node reelect +b missing node underpass +b missing node logways +b missing node alphorn +b missing node chaffered +b missing node chafferer +b missing node romaine +b missing node debonair +b missing node reclamations +b missing node nonagons +b missing node conjoined +b missing node lappering +b missing node python +b missing node factorize +b missing node delinquently +b missing node excrements +b missing node errantry +b missing node ticking +b missing node faltboats +b missing node remelting +b missing node overacted +b missing node formulations +b missing node transfigurations +b missing node krakens +b missing node jogs +b missing node secularization +b missing node spumante +b missing node governess +b missing node digestant +b missing node neatherd +b missing node quotation +b missing node rockets +b missing node demerit +b missing node rectangularity +b missing node measle +b missing node recourse +b missing node urchins +b missing node super +b missing node abstractionist +b missing node suasive +b missing node craftsman +b missing node supes +b missing node libellous +b missing node measly +b missing node balletic +b missing node joey +b missing node joes +b missing node intrans +b missing node scummier +b missing node patriotism +b missing node remade +b missing node abstractionism +b missing node hobgoblins +b missing node heroizing +b missing node demeanor +b missing node eyehooks +b missing node leafworm +b missing node flambeed +b missing node divot +b missing node phenomenons +b missing node brawler +b missing node propertyless +b missing node hypos +b missing node pretested +b missing node fusibleness +b missing node augmenters +b missing node structured +b missing node brawled +b missing node underpaid +b missing node brambling +b missing node singularity +b missing node alate +b missing node nosings +b missing node seguing +b missing node structures +b missing node inconspicuousness +b missing node ojibwas +b missing node yonder +b missing node hiccuped +b missing node grandparents +b missing node eliminate +b missing node entailers +b missing node oatmeals +b missing node trojan +b missing node handicapper +b missing node conceding +b missing node fleury +b missing node contortions +b missing node reloading +b missing node subsegment +b missing node introducers +b missing node handicapped +b missing node consulting +b missing node aglets +b missing node ionium +b missing node matriarchal +b missing node cubicle +b missing node remail +b missing node remain +b missing node augmentations +b missing node whitishness +b missing node hypersensitizing +b missing node joys +b missing node regerminate +b missing node cubicly +b missing node magnetisms +b missing node overdresses +b missing node tsktsked +b missing node underlayers +b missing node straighteners +b missing node bisecting +b missing node scientist +b missing node unitarian +b missing node cheeks +b missing node nonmembers +b missing node rejections +b missing node overdressed +b missing node cheeky +b missing node weaponed +b missing node hematite +b missing node ionise +b missing node preeminence +b missing node mesquit +b missing node bisection +b missing node toffees +b missing node remake +b missing node flambeau +b missing node oatcake +b missing node immunologic +b missing node quaking +b missing node indigestive +b missing node quakily +b missing node ungracefully +b missing node fortuities +b missing node exhaled +b missing node acute +b missing node bloodred +b missing node oilstones +b missing node suasion +b missing node untranslatable +b missing node bystander +b missing node passions +b missing node assayers +b missing node rowdily +b missing node cramping +b missing node remand +b missing node alarm +b missing node nuzzling +b missing node brainless +b missing node exhales +b missing node wanderers +b missing node alary +b missing node jota +b missing node boozer +b missing node boozes +b missing node culotte +b missing node relativity +b missing node hierarchical +b missing node inexecutable +b missing node snowcaps +b missing node threnodies +b missing node exhibits +b missing node joss +b missing node rapport +b missing node lumpfish +b missing node hakes +b missing node fatuus +b missing node jose +b missing node josh +b missing node boozed +b missing node divvy +b missing node patronal +b missing node kidnaper +b missing node strikeout +b missing node hellebores +b missing node oceanside +b missing node horseflies +b missing node keyster +b missing node fortunate +b missing node precaution +b missing node putsch +b missing node hospitium +b missing node slipsoles +b missing node dredge +b missing node painkilling +b missing node strutted +b missing node understated +b missing node consultive +b missing node strutter +b missing node subtribe +b missing node understates +b missing node escaloped +b missing node stimulations +b missing node herewith +b missing node tsuris +b missing node saintdom +b missing node hypnology +b missing node anecdote +b missing node histologist +b missing node factious +b missing node remark +b missing node structural +b missing node dispossessed +b missing node captions +b missing node alamos +b missing node dodging +b missing node rowdier +b missing node rowdies +b missing node dispossesses +b missing node necrophile +b missing node jowl +b missing node frolic +b missing node bareheaded +b missing node quakier +b missing node obituary +b missing node shockers +b missing node straitest +b missing node overinvesting +b missing node hypes +b missing node hyper +b missing node artless +b missing node kidnapee +b missing node mobbers +b missing node kidnaped +b missing node recontest +b missing node wettings +b missing node demagnetizing +b missing node collateral +b missing node nuzzle +b missing node cassandra +b missing node deform +b missing node jour +b missing node easiest +b missing node wordage +b missing node intemperances +b missing node indigestion +b missing node reredoses +b missing node producible +b missing node yabber +b missing node theologians +b missing node hyped +b missing node jots +b missing node squadrons +b missing node iroquoian +b missing node slaloming +b missing node declarator +b missing node beakless +b missing node conchoid +b missing node denominates +b missing node lusciously +b missing node passels +b missing node sears +b missing node chortled +b missing node denominated +b missing node shrift +b missing node regressiveness +b missing node perjured +b missing node pewees +b missing node pennate +b missing node multiplicands +b missing node chortles +b missing node counterpoise +b missing node likable +b missing node zingiest +b missing node chortler +b missing node apatetic +b missing node prosecution +b missing node perjures +b missing node freemasons +b missing node perjurer +b missing node antinomy +b missing node outface +b missing node voidable +b missing node moated +b missing node reinscribes +b missing node pivot +b missing node deoxidizers +b missing node acted +b missing node inroad +b missing node bestirs +b missing node reinscribed +b missing node plotters +b missing node glycols +b missing node decently +b missing node graphologists +b missing node strategically +b missing node fuels +b missing node guardsman +b missing node unisexual +b missing node pennant +b missing node decenter +b missing node bifocals +b missing node captious +b missing node tessellated +b missing node counterpoint +b missing node escapements +b missing node ingratiated +b missing node tessellates +b missing node ingratiates +b missing node stemmiest +b missing node rearrest +b missing node nominators +b missing node knockwursts +b missing node waxers +b missing node shrike +b missing node directorship +b missing node melton +b missing node snarers +b missing node luckier +b missing node arteriole +b missing node devastations +b missing node luckies +b missing node rejector +b missing node unlearning +b missing node propellant +b missing node barnstormers +b missing node disputability +b missing node bullwhip +b missing node podiatry +b missing node ruby +b missing node seafowls +b missing node tercel +b missing node knotweeds +b missing node shrill +b missing node unreeler +b missing node charlatans +b missing node rubs +b missing node seals +b missing node irascible +b missing node ambitiousness +b missing node rube +b missing node harmonizing +b missing node jellyfish +b missing node shrimp +b missing node stardoms +b missing node caduceus +b missing node seams +b missing node penname +b missing node prosecutive +b missing node cuddliest +b missing node rebounds +b missing node guardsmen +b missing node dumpers +b missing node ruck +b missing node unreeled +b missing node seamy +b missing node luxuriantly +b missing node criminality +b missing node villeinage +b missing node vanward +b missing node actor +b missing node loveliest +b missing node rejectee +b missing node rejected +b missing node buyer +b missing node thiosulfate +b missing node herpes +b missing node alimentary +b missing node soundbox +b missing node entail +b missing node brittlest +b missing node fluctuational +b missing node epistasies +b missing node confident +b missing node bowdlerism +b missing node passers +b missing node cruets +b missing node brunts +b missing node lobbed +b missing node lobber +b missing node swopped +b missing node mishearing +b missing node scholarship +b missing node inaccurate +b missing node voyeurs +b missing node chronologies +b missing node hunter +b missing node schoolroom +b missing node ticklers +b missing node workbag +b missing node placenta +b missing node rapist +b missing node bashful +b missing node squared +b missing node obduracies +b missing node hunted +b missing node octopodes +b missing node cheeps +b missing node squarer +b missing node inlets +b missing node starvelings +b missing node squares +b missing node terbium +b missing node incomparability +b missing node snowbirds +b missing node gratifications +b missing node preprogrammed +b missing node raping +b missing node nonunited +b missing node rapine +b missing node washiest +b missing node boudoir +b missing node irreducibility +b missing node clockings +b missing node confiders +b missing node gauzier +b missing node roadways +b missing node actin +b missing node resentments +b missing node cheese +b missing node marmites +b missing node cheery +b missing node idealogy +b missing node demesne +b missing node cheers +b missing node seats +b missing node monomaniac +b missing node ionize +b missing node assemblages +b missing node bowdlerize +b missing node shriek +b missing node predetermining +b missing node cocaines +b missing node prosecuting +b missing node rejecter +b missing node convalescent +b missing node monomanias +b missing node taught +b missing node tektitic +b missing node patronly +b missing node vascular +b missing node cheesy +b missing node unconscious +b missing node bicuspid +b missing node goblets +b missing node demising +b missing node breweries +b missing node rung +b missing node traditionless +b missing node rune +b missing node squalling +b missing node algicide +b missing node rump +b missing node nonsecretly +b missing node rums +b missing node hardworking +b missing node marring +b missing node weeklies +b missing node newcastle +b missing node guarder +b missing node egghead +b missing node slobber +b missing node halos +b missing node harvard +b missing node passings +b missing node guarded +b missing node colonnaded +b missing node freakishly +b missing node foppish +b missing node rockery +b missing node deacidifying +b missing node tzarism +b missing node rockers +b missing node catenating +b missing node misruled +b missing node idealists +b missing node brushwood +b missing node crepitant +b missing node punctual +b missing node premolars +b missing node liquefiers +b missing node preadjusted +b missing node tzarist +b missing node accepts +b missing node owllike +b missing node gearless +b missing node inverness +b missing node iliads +b missing node yanking +b missing node runt +b missing node runs +b missing node tektites +b missing node filmland +b missing node album +b missing node narrows +b missing node unfeigned +b missing node explanting +b missing node lazaretto +b missing node homogenized +b missing node fundamentally +b missing node idealisms +b missing node dekagrams +b missing node kiboshing +b missing node spiraling +b missing node homogenizes +b missing node homogenizer +b missing node romancer +b missing node romances +b missing node biddies +b missing node gauzily +b missing node authenticator +b missing node manwise +b missing node woodlots +b missing node panegyrizing +b missing node romanced +b missing node efforts +b missing node barometrically +b missing node lividness +b missing node demeter +b missing node dibbuks +b missing node colonnades +b missing node brambly +b missing node corpsmen +b missing node ruth +b missing node downers +b missing node keystones +b missing node wardress +b missing node halls +b missing node unexcusably +b missing node hallo +b missing node rust +b missing node rusk +b missing node basifiers +b missing node tzarina +b missing node basaltic +b missing node rush +b missing node unfrozen +b missing node hogfishes +b missing node pedagogic +b missing node bramble +b missing node sassies +b missing node sassier +b missing node ruse +b missing node impartial +b missing node cellulose +b missing node unexcusable +b missing node coxswains +b missing node woodlore +b missing node yarding +b missing node swimmable +b missing node rued +b missing node putter +b missing node greyness +b missing node tartest +b missing node hales +b missing node putted +b missing node haler +b missing node puttee +b missing node chronologist +b missing node madames +b missing node racetracks +b missing node squallier +b missing node ruer +b missing node rues +b missing node brunet +b missing node rude +b missing node sunup +b missing node offpay +b missing node tryout +b missing node dioptometer +b missing node curviest +b missing node shrine +b missing node alienable +b missing node tissuing +b missing node shrink +b missing node rumanians +b missing node corpsman +b missing node teratogenetic +b missing node inaccuracy +b missing node brunch +b missing node turnabouts +b missing node rugs +b missing node harridan +b missing node demeaned +b missing node requiems +b missing node ruff +b missing node cellarage +b missing node mathematical +b missing node luckily +b missing node denominator +b missing node astonish +b missing node zeitgeist +b missing node paradigms +b missing node lazarette +b missing node obstructs +b missing node gryphon +b missing node galumph +b missing node trifles +b missing node trifler +b missing node ruin +b missing node penitentiary +b missing node esoteric +b missing node trifled +b missing node telltales +b missing node importuned +b missing node lucking +b missing node beechier +b missing node dailies +b missing node budgets +b missing node gratified +b missing node sublevel +b missing node importunes +b missing node misrules +b missing node slobbish +b missing node yapping +b missing node melter +b missing node tocsin +b missing node emptings +b missing node overeducating +b missing node strewing +b missing node libyans +b missing node smegma +b missing node gratifies +b missing node fopping +b missing node obtrude +b missing node stripteasing +b missing node lulled +b missing node barbecue +b missing node bidding +b missing node incense +b missing node ocelot +b missing node shrive +b missing node budgers +b missing node pittings +b missing node jammer +b missing node wirers +b missing node sunny +b missing node rule +b missing node melted +b missing node brokages +b missing node sassily +b missing node lyings +b missing node sassing +b missing node latening +b missing node redactor +b missing node authenticated +b missing node prominently +b missing node signatary +b missing node haled +b missing node jumblers +b missing node huntley +b missing node crating +b missing node authenticates +b missing node effusively +b missing node conjuncts +b missing node dormant +b missing node chastised +b missing node hokums +b missing node gargoyled +b missing node postmortems +b missing node twill +b missing node zizzling +b missing node chastises +b missing node chastiser +b missing node gruellers +b missing node bents +b missing node amortise +b missing node ovenwares +b missing node inseminators +b missing node foreside +b missing node streetcars +b missing node scarabs +b missing node stupidity +b missing node jailbait +b missing node amusers +b missing node twine +b missing node crackdowns +b missing node shavers +b missing node ventricle +b missing node knurl +b missing node wirier +b missing node interleaving +b missing node impels +b missing node gainly +b missing node stabilized +b missing node ungentlemanly +b missing node hibernation +b missing node kidnapping +b missing node rhapsody +b missing node fluffiest +b missing node siennas +b missing node contraltos +b missing node dixie +b missing node propping +b missing node nightstand +b missing node filterability +b missing node hibernating +b missing node coverts +b missing node manners +b missing node dixit +b missing node dacoits +b missing node proctologic +b missing node sedum +b missing node packsaddles +b missing node gargoyles +b missing node bounteously +b missing node electrotype +b missing node roofers +b missing node sovietizes +b missing node coverup +b missing node slotted +b missing node sovietized +b missing node dormers +b missing node gestated +b missing node vignettist +b missing node imprinted +b missing node welsh +b missing node pedagogue +b missing node tawniest +b missing node flowered +b missing node impend +b missing node gestates +b missing node solitaires +b missing node imprinter +b missing node segmental +b missing node deforested +b missing node mickeys +b missing node stowage +b missing node welts +b missing node twins +b missing node undercooking +b missing node frigged +b missing node twiny +b missing node flowerer +b missing node floweret +b missing node copping +b missing node mistrust +b missing node amortize +b missing node closeouts +b missing node psalm +b missing node unfamiliarity +b missing node iterative +b missing node malodorously +b missing node eyeletting +b missing node setoff +b missing node proprieties +b missing node manageability +b missing node flubbing +b missing node mismated +b missing node suffers +b missing node cardinally +b missing node stretching +b missing node cruzados +b missing node plagiaries +b missing node sallowy +b missing node conceptualists +b missing node rakeoffs +b missing node reconciliatory +b missing node segmenter +b missing node smile +b missing node twits +b missing node halva +b missing node mismates +b missing node goldeyes +b missing node segmented +b missing node flagship +b missing node halts +b missing node electricians +b missing node snicking +b missing node scurvy +b missing node necessitous +b missing node locative +b missing node treatability +b missing node celluloid +b missing node curlicuing +b missing node heliport +b missing node gained +b missing node ramparted +b missing node reappears +b missing node hymns +b missing node turrets +b missing node fletch +b missing node twirp +b missing node twirl +b missing node capless +b missing node gainer +b missing node impede +b missing node pettifogs +b missing node shriller +b missing node raveling +b missing node bestial +b missing node joyless +b missing node squallers +b missing node patchable +b missing node rhythmical +b missing node wirily +b missing node twist +b missing node rejoins +b missing node supplely +b missing node shrilled +b missing node translate +b missing node calendars +b missing node octet +b missing node saprophytic +b missing node alines +b missing node aliner +b missing node oxidatively +b missing node narcomata +b missing node iteration +b missing node rejuvenating +b missing node twixt +b missing node pneumaticity +b missing node psychologic +b missing node alined +b missing node orderings +b missing node eradicated +b missing node hyperactivity +b missing node defray +b missing node survivers +b missing node vialed +b missing node linkages +b missing node rejuvenation +b missing node ventrals +b missing node schizoids +b missing node sickened +b missing node appoint +b missing node rosewater +b missing node mangrove +b missing node ejaculate +b missing node simonized +b missing node impeding +b missing node illicitly +b missing node sickener +b missing node smirk +b missing node fatted +b missing node yappers +b missing node saprophytes +b missing node disarranging +b missing node ruts +b missing node coexisting +b missing node simonizes +b missing node lyingly +b missing node sallows +b missing node iterating +b missing node fatter +b missing node penthouse +b missing node eradicates +b missing node fatten +b missing node casements +b missing node halve +b missing node octal +b missing node muskrats +b missing node incognizant +b missing node airworthiest +b missing node octad +b missing node imbed +b missing node eastwardly +b missing node meringues +b missing node heroes +b missing node chattery +b missing node preyers +b missing node hepcats +b missing node depreciatingly +b missing node reoriented +b missing node inflationist +b missing node olympics +b missing node hammy +b missing node disembodiment +b missing node mutagenesis +b missing node caveats +b missing node chatters +b missing node musettes +b missing node passant +b missing node unbred +b missing node inflationism +b missing node loudening +b missing node confederation +b missing node penchant +b missing node tricuspid +b missing node chorister +b missing node midpoints +b missing node weakener +b missing node vitrioled +b missing node stretchier +b missing node weakened +b missing node trimorphs +b missing node behaver +b missing node seder +b missing node feedable +b missing node shellier +b missing node olympiad +b missing node behaves +b missing node glumness +b missing node metalizing +b missing node fugal +b missing node olympian +b missing node reptile +b missing node upswollen +b missing node burins +b missing node vileness +b missing node linotypes +b missing node repress +b missing node fortran +b missing node slappers +b missing node puking +b missing node fleshy +b missing node speedometer +b missing node confederating +b missing node heirdoms +b missing node graveling +b missing node behaved +b missing node reassertion +b missing node sedge +b missing node pipestem +b missing node absent +b missing node preallots +b missing node hayseed +b missing node pacifica +b missing node sidling +b missing node rialto +b missing node reasserting +b missing node vitriolic +b missing node shipways +b missing node plumpness +b missing node heroic +b missing node setout +b missing node heroin +b missing node pillions +b missing node misdeliveries +b missing node burgeoned +b missing node chattels +b missing node scallion +b missing node piscatorial +b missing node welds +b missing node syllabubs +b missing node euthenics +b missing node retrofit +b missing node surceasing +b missing node morningstar +b missing node sequinned +b missing node interrupt +b missing node passingly +b missing node mystifying +b missing node plaiter +b missing node sedgy +b missing node butternuts +b missing node sacrament +b missing node welch +b missing node admonitory +b missing node mismatch +b missing node plaited +b missing node widgets +b missing node summa +b missing node herons +b missing node eradicator +b missing node overbears +b missing node gainst +b missing node twier +b missing node beyond +b missing node piths +b missing node overleaps +b missing node scurrying +b missing node monstrously +b missing node pithy +b missing node overleapt +b missing node unannounced +b missing node predestining +b missing node mercury +b missing node spending +b missing node jacals +b missing node pangolins +b missing node titters +b missing node wrathfulness +b missing node plough +b missing node pacifier +b missing node gallstones +b missing node parroter +b missing node detours +b missing node pacifies +b missing node tickled +b missing node shelling +b missing node cloturing +b missing node parroted +b missing node songbooks +b missing node sequencings +b missing node pacified +b missing node bartletts +b missing node tickles +b missing node tickler +b missing node twice +b missing node filaree +b missing node propellent +b missing node smudging +b missing node restyling +b missing node airmailing +b missing node nightstands +b missing node confederative +b missing node sumos +b missing node xanthoma +b missing node lithography +b missing node disrespect +b missing node superiority +b missing node middlers +b missing node stopgap +b missing node cooperatively +b missing node superiorly +b missing node lithographs +b missing node likest +b missing node roared +b missing node stimulatory +b missing node alights +b missing node endeavored +b missing node bloodfins +b missing node stabilizes +b missing node roarer +b missing node stabilizer +b missing node sumps +b missing node likers +b missing node hypoxic +b missing node widgeon +b missing node hypoxia +b missing node harlots +b missing node rejoice +b missing node sluicing +b missing node pitch +b missing node whopping +b missing node penuche +b missing node salarying +b missing node wells +b missing node twigs +b missing node audacity +b missing node imbue +b missing node besting +b missing node auspiciousness +b missing node pegged +b missing node fakers +b missing node setons +b missing node fakery +b missing node propellers +b missing node boycott +b missing node bipartisanship +b missing node anointed +b missing node douches +b missing node associators +b missing node subdiscipline +b missing node aroynt +b missing node pitas +b missing node douched +b missing node oilskin +b missing node faithlessly +b missing node untypical +b missing node cloverleaves +b missing node queenliness +b missing node anointer +b missing node clients +b missing node deescalating +b missing node marauds +b missing node subtenancy +b missing node inductively +b missing node romanticizing +b missing node eagles +b missing node eaglet +b missing node coinable +b missing node xanthous +b missing node amenability +b missing node imago +b missing node mutilate +b missing node cowpats +b missing node coigns +b missing node coigne +b missing node instant +b missing node charlatan +b missing node flirtations +b missing node image +b missing node poetess +b missing node theremins +b missing node alterative +b missing node aglitter +b missing node statuaries +b missing node funnymen +b missing node mugwumps +b missing node piton +b missing node sensualities +b missing node revamped +b missing node typhoids +b missing node snowpacks +b missing node convexes +b missing node revamper +b missing node legation +b missing node iciest +b missing node burial +b missing node avascular +b missing node collectivize +b missing node skateboarding +b missing node likens +b missing node rheology +b missing node domain +b missing node instals +b missing node undisposed +b missing node install +b missing node slitted +b missing node deescalation +b missing node hilliness +b missing node playroom +b missing node equalizers +b missing node beanlike +b missing node slitter +b missing node boxcar +b missing node craggier +b missing node courtyard +b missing node penitentiaries +b missing node nonsubmissive +b missing node amendment +b missing node racoon +b missing node swearing +b missing node deficient +b missing node hance +b missing node goggles +b missing node driving +b missing node bahamian +b missing node prudently +b missing node goggler +b missing node accusatory +b missing node respectably +b missing node restaging +b missing node goggled +b missing node assaying +b missing node seminole +b missing node respectable +b missing node victory +b missing node effluent +b missing node likely +b missing node gummiest +b missing node insensitivity +b missing node aromatics +b missing node redundancies +b missing node abandonment +b missing node weaponry +b missing node fervidly +b missing node victors +b missing node plagiarize +b missing node straightening +b missing node burier +b missing node prowlers +b missing node buries +b missing node xylitol +b missing node faraday +b missing node amortizing +b missing node righteousness +b missing node khedives +b missing node sects +b missing node contributed +b missing node revivifying +b missing node hands +b missing node octyl +b missing node oxidizations +b missing node pitapats +b missing node disable +b missing node buried +b missing node handy +b missing node contributes +b missing node breathlessly +b missing node echelons +b missing node vicennial +b missing node muleteer +b missing node remeasures +b missing node sharecroppers +b missing node footlessness +b missing node smudgily +b missing node pacifism +b missing node pacifist +b missing node hankers +b missing node correlations +b missing node buffeters +b missing node pyritic +b missing node wench +b missing node dermatologists +b missing node longhaired +b missing node ovens +b missing node gimlet +b missing node bestially +b missing node notepaper +b missing node eyeholes +b missing node interposing +b missing node frights +b missing node mausoleums +b missing node fakeer +b missing node fugit +b missing node wends +b missing node fledglings +b missing node cypriotes +b missing node showoff +b missing node glamorousness +b missing node unitized +b missing node incommensurately +b missing node heifer +b missing node acred +b missing node tarriers +b missing node furbishing +b missing node acres +b missing node subcellar +b missing node aridity +b missing node lampreys +b missing node stepped +b missing node flirtatious +b missing node stepper +b missing node disenchanting +b missing node steppes +b missing node unitizes +b missing node nonesuch +b missing node tarriest +b missing node catabolically +b missing node lector +b missing node benjamin +b missing node varletry +b missing node unblock +b missing node italic +b missing node tippling +b missing node boatable +b missing node unacclimated +b missing node foreshowed +b missing node uracil +b missing node unflinching +b missing node entertainments +b missing node pyrites +b missing node hiatal +b missing node dispossessor +b missing node tombstone +b missing node mamies +b missing node fogyish +b missing node sedan +b missing node syringes +b missing node testaments +b missing node potbelly +b missing node fogyism +b missing node acrid +b missing node bramblier +b missing node alteration +b missing node smudgier +b missing node handlings +b missing node gigabyte +b missing node syringed +b missing node infraction +b missing node bartended +b missing node sumac +b missing node distinctiveness +b missing node cooeeing +b missing node semblance +b missing node myrrhic +b missing node overlooked +b missing node dekameters +b missing node frustrate +b missing node restorable +b missing node fuggy +b missing node aphrodite +b missing node windlass +b missing node unthought +b missing node marbleized +b missing node bartender +b missing node buttoning +b missing node ironworks +b missing node necessary +b missing node marbleizes +b missing node assentors +b missing node bench +b missing node croaked +b missing node nimble +b missing node commandment +b missing node unbelievers +b missing node croaker +b missing node recompute +b missing node reevaluation +b missing node nimbly +b missing node tonsil +b missing node skewers +b missing node expansively +b missing node subtenants +b missing node international +b missing node passaging +b missing node intransigently +b missing node intermeshing +b missing node repliers +b missing node errantly +b missing node hanoi +b missing node futuristically +b missing node kaftans +b missing node careering +b missing node reevaluating +b missing node hymen +b missing node denouncement +b missing node greeniest +b missing node accents +b missing node dynatrons +b missing node complainer +b missing node benes +b missing node lineups +b missing node hessian +b missing node bittier +b missing node demonetized +b missing node bendy +b missing node cabling +b missing node coveter +b missing node complained +b missing node aromatize +b missing node employable +b missing node televising +b missing node demonetizes +b missing node airsick +b missing node nonsocial +b missing node decorums +b missing node fundament +b missing node hyperopia +b missing node bends +b missing node coveted +b missing node smith +b missing node hyperopic +b missing node smite +b missing node dreggy +b missing node roasts +b missing node factorial +b missing node wieldier +b missing node plunked +b missing node overs +b missing node surpassing +b missing node unthankful +b missing node splits +b missing node handbook +b missing node oculi +b missing node schizoid +b missing node telexed +b missing node rhymers +b missing node milligram +b missing node panoply +b missing node putrid +b missing node adorably +b missing node overt +b missing node telexes +b missing node plunker +b missing node territorialized +b missing node gussied +b missing node knavishly +b missing node adorable +b missing node hernia +b missing node cushioned +b missing node gussies +b missing node hockey +b missing node hants +b missing node lahore +b missing node blacklisting +b missing node benin +b missing node choctaws +b missing node unappropriated +b missing node forelimb +b missing node sulfa +b missing node transmigratory +b missing node muttons +b missing node reiving +b missing node muttony +b missing node staminal +b missing node transmigrators +b missing node gropers +b missing node disyoke +b missing node supplest +b missing node leapfrogged +b missing node umbeled +b missing node tularemia +b missing node staminas +b missing node tularemic +b missing node accordionist +b missing node crenelations +b missing node hocked +b missing node plover +b missing node atilt +b missing node priming +b missing node hocker +b missing node redetermining +b missing node sully +b missing node consequent +b missing node hiatus +b missing node dockyard +b missing node narraters +b missing node indexing +b missing node scherzos +b missing node counselors +b missing node teaspoon +b missing node convexly +b missing node eschews +b missing node plainclothesmen +b missing node spigots +b missing node collectivist +b missing node plagiarism +b missing node collectivism +b missing node plagiarist +b missing node remeasured +b missing node cheekful +b missing node nimbus +b missing node instate +b missing node dominions +b missing node cyborg +b missing node layering +b missing node refrains +b missing node bullions +b missing node bitting +b missing node hangs +b missing node componential +b missing node parfaits +b missing node tenderloins +b missing node imams +b missing node sulks +b missing node sulky +b missing node saucerize +b missing node wielding +b missing node behavioristic +b missing node medusoid +b missing node nauseants +b missing node jersey +b missing node bimetallists +b missing node safflowers +b missing node clarifying +b missing node funnyman +b missing node insatiate +b missing node solidary +b missing node bethels +b missing node concerning +b missing node polymorphic +b missing node relaundered +b missing node geomagnetic +b missing node gentry +b missing node fugue +b missing node misreads +b missing node imaged +b missing node plainclothesman +b missing node depended +b missing node napkins +b missing node images +b missing node benny +b missing node hanks +b missing node hanky +b missing node foramen +b missing node sludges +b missing node middlebrow +b missing node outsides +b missing node outsider +b missing node renowned +b missing node seakeeping +b missing node argentines +b missing node iridic +b missing node emollient +b missing node unkindest +b missing node cookable +b missing node attempting +b missing node recouped +b missing node factories +b missing node begets +b missing node inessential +b missing node remedially +b missing node semigraphics +b missing node swampers +b missing node breakable +b missing node undersigned +b missing node foppery +b missing node sophisticatedly +b missing node praus +b missing node soundest +b missing node defended +b missing node knock +b missing node roll +b missing node huffing +b missing node role +b missing node backfires +b missing node prate +b missing node reliantly +b missing node huffily +b missing node prats +b missing node backfired +b missing node anticline +b missing node smelly +b missing node recapitulations +b missing node craters +b missing node politicks +b missing node smells +b missing node echoers +b missing node flagpoles +b missing node defender +b missing node hairlike +b missing node electuary +b missing node typist +b missing node tightwire +b missing node sleepings +b missing node reedier +b missing node airspace +b missing node roil +b missing node weldable +b missing node resettings +b missing node bathhouse +b missing node mildened +b missing node stereograph +b missing node unblessed +b missing node tressiest +b missing node queers +b missing node markets +b missing node fatiguable +b missing node veranda +b missing node boxful +b missing node bindable +b missing node squawks +b missing node cliquier +b missing node moldboard +b missing node unpaved +b missing node spaceflights +b missing node knobs +b missing node treasures +b missing node prays +b missing node root +b missing node treasurer +b missing node incognito +b missing node sumach +b missing node veinless +b missing node height +b missing node rope +b missing node hairline +b missing node aluminized +b missing node buckishly +b missing node deescalates +b missing node partnership +b missing node totemism +b missing node markers +b missing node protocols +b missing node reducibilities +b missing node bruins +b missing node deescalated +b missing node totemist +b missing node politicos +b missing node roof +b missing node treasured +b missing node sumacs +b missing node rood +b missing node stepups +b missing node incognita +b missing node dribbling +b missing node rook +b missing node room +b missing node roms +b missing node romp +b missing node prawn +b missing node steven +b missing node cowbells +b missing node direr +b missing node cottage +b missing node remelt +b missing node gleanings +b missing node seaboards +b missing node fixures +b missing node reframing +b missing node puddliest +b missing node bayonetted +b missing node attributed +b missing node burnishers +b missing node clarence +b missing node bioengineering +b missing node wefts +b missing node wintrily +b missing node veinlets +b missing node aunties +b missing node rome +b missing node huffish +b missing node amreeta +b missing node attributes +b missing node indulger +b missing node venturously +b missing node indulges +b missing node impressed +b missing node rots +b missing node swallowing +b missing node roto +b missing node comfreys +b missing node nondramatic +b missing node indulged +b missing node rote +b missing node raggedy +b missing node battlers +b missing node theftproof +b missing node rosy +b missing node miasmic +b missing node incomprehensibleness +b missing node brocades +b missing node syphoned +b missing node shoddiest +b missing node cowpeas +b missing node underexposure +b missing node belts +b missing node disowned +b missing node brocaded +b missing node rose +b missing node rosa +b missing node foreland +b missing node wielders +b missing node knoll +b missing node songster +b missing node gentil +b missing node oxygen +b missing node remilitarizing +b missing node clergywoman +b missing node appliqued +b missing node stypsis +b missing node adorers +b missing node fosterlings +b missing node overdrafts +b missing node appliques +b missing node coastwise +b missing node crossbars +b missing node unsymmetrically +b missing node rebaptize +b missing node careerers +b missing node boisterously +b missing node bullweed +b missing node legaleses +b missing node unchaperoned +b missing node disfrocked +b missing node maelstroms +b missing node befogged +b missing node ropy +b missing node undercharging +b missing node filmographies +b missing node physicist +b missing node foreskin +b missing node bunglings +b missing node leaseholders +b missing node punishers +b missing node spectacularly +b missing node interplead +b missing node fagotings +b missing node gentle +b missing node gonophs +b missing node doctored +b missing node mortifications +b missing node unimpeached +b missing node praos +b missing node nondevelopment +b missing node satanic +b missing node rows +b missing node paddocks +b missing node playback +b missing node coexisted +b missing node irides +b missing node gently +b missing node restless +b missing node clergywomen +b missing node fetlocks +b missing node recounts +b missing node entailing +b missing node shaveable +b missing node steroids +b missing node diffusors +b missing node roux +b missing node plunders +b missing node below +b missing node freewheelers +b missing node rove +b missing node mismarks +b missing node conveyed +b missing node attainment +b missing node peppermint +b missing node prams +b missing node doctoral +b missing node deflea +b missing node rout +b missing node mainland +b missing node prank +b missing node remedy +b missing node queens +b missing node conveyer +b missing node astringing +b missing node goldurn +b missing node corsairs +b missing node impresses +b missing node prana +b missing node impresser +b missing node standoffish +b missing node claimant +b missing node roue +b missing node knots +b missing node hedgehopped +b missing node punched +b missing node tackiness +b missing node scummers +b missing node muggered +b missing node meanly +b missing node typier +b missing node puncher +b missing node thinkings +b missing node hedgehopper +b missing node predefined +b missing node punches +b missing node bestows +b missing node nursemaids +b missing node relatively +b missing node uneaten +b missing node frigate +b missing node burghs +b missing node duologues +b missing node siroccos +b missing node harmonizers +b missing node burthens +b missing node mascots +b missing node capacitor +b missing node helpmeets +b missing node wandering +b missing node pewits +b missing node elimination +b missing node fanciest +b missing node exposed +b missing node sourdough +b missing node fingerprint +b missing node homogenizers +b missing node denver +b missing node exposer +b missing node exposes +b missing node humiliatingly +b missing node dauntlessness +b missing node estranging +b missing node fanciers +b missing node lusterless +b missing node reeducate +b missing node haole +b missing node immolates +b missing node nubbin +b missing node sulfides +b missing node burger +b missing node wastefully +b missing node toffies +b missing node rebaptism +b missing node immolated +b missing node descanting +b missing node bodkins +b missing node counsellor +b missing node mascons +b missing node defamingly +b missing node threefold +b missing node cutters +b missing node makeups +b missing node conveyor +b missing node resistors +b missing node bashing +b missing node deoxidizing +b missing node eliminating +b missing node burgee +b missing node craggily +b missing node waylay +b missing node bafflements +b missing node enterable +b missing node bibelots +b missing node siamese +b missing node cookings +b missing node preordains +b missing node mulishly +b missing node parentheses +b missing node demolishes +b missing node eidetic +b missing node demolisher +b missing node governing +b missing node dirts +b missing node romance +b missing node bedsprings +b missing node injustice +b missing node exposit +b missing node dirty +b missing node introducing +b missing node bootjack +b missing node transparent +b missing node typify +b missing node aliter +b missing node bemix +b missing node penpoints +b missing node flycatchers +b missing node interrogatory +b missing node conceders +b missing node undrinkable +b missing node interrogators +b missing node crowdies +b missing node demolished +b missing node plagiarizing +b missing node commune +b missing node goblins +b missing node coeditors +b missing node musicianship +b missing node greatens +b missing node timeworks +b missing node shocking +b missing node smelts +b missing node tweezed +b missing node incommoding +b missing node bookmakers +b missing node benison +b missing node chowder +b missing node typing +b missing node depicts +b missing node astronomically +b missing node obscuras +b missing node shanghais +b missing node stimulation +b missing node cheetah +b missing node qualities +b missing node sauterne +b missing node huffier +b missing node mathematically +b missing node shield +b missing node tweezes +b missing node dirge +b missing node tweezer +b missing node remend +b missing node plowed +b missing node burgoo +b missing node cliquing +b missing node nonhomogeneous +b missing node paleness +b missing node programable +b missing node plower +b missing node oilseed +b missing node loyalness +b missing node stimulating +b missing node aluminizes +b missing node inlaid +b missing node sclera +b missing node beggar +b missing node accusative +b missing node disbarring +b missing node limeades +b missing node reendowed +b missing node fascicle +b missing node reverently +b missing node obscured +b missing node eliminative +b missing node decline +b missing node clinking +b missing node deprogrammers +b missing node commute +b missing node versifier +b missing node versifies +b missing node burgle +b missing node aerodynamics +b missing node chromatic +b missing node versified +b missing node libertarian +b missing node dirks +b missing node foredooming +b missing node knows +b missing node sniveling +b missing node obscures +b missing node obscurer +b missing node known +b missing node overexpose +b missing node samites +b missing node censused +b missing node painkillers +b missing node startlingly +b missing node exposal +b missing node misled +b missing node inboards +b missing node restaurant +b missing node befitted +b missing node uneated +b missing node fuellers +b missing node censuses +b missing node ballerinas +b missing node coonskin +b missing node sounders +b missing node southeast +b missing node yowing +b missing node wintrier +b missing node lasagna +b missing node cliquish +b missing node repeller +b missing node greatest +b missing node lasagne +b missing node insurrectional +b missing node lobster +b missing node reedited +b missing node agronomists +b missing node bemas +b missing node canzonet +b missing node knout +b missing node repelled +b missing node canzones +b missing node canzonas +b missing node consummates +b missing node unceasingly +b missing node bluestocking +b missing node kennings +b missing node rovings +b missing node discs +b missing node jive +b missing node unearth +b missing node peartly +b missing node disco +b missing node toddy +b missing node waxing +b missing node waxily +b missing node exports +b missing node fantastically +b missing node purification +b missing node flyby +b missing node reproachfully +b missing node methodologically +b missing node volcanology +b missing node hatband +b missing node aspiringly +b missing node stimulative +b missing node accusation +b missing node chanteuses +b missing node prodding +b missing node consummated +b missing node flyer +b missing node tonuses +b missing node boxers +b missing node alerter +b missing node collagens +b missing node principals +b missing node engrafted +b missing node licenseless +b missing node marabouts +b missing node gunnels +b missing node sheetrock +b missing node showmen +b missing node liveliness +b missing node inland +b missing node titanic +b missing node titania +b missing node unstraps +b missing node earfuls +b missing node typhus +b missing node hooking +b missing node stingos +b missing node yowies +b missing node pugilisms +b missing node pertaining +b missing node begged +b missing node passage +b missing node traceably +b missing node couthest +b missing node alertly +b missing node carious +b missing node misalliances +b missing node traceable +b missing node putoff +b missing node example +b missing node semaphores +b missing node employer +b missing node today +b missing node nonsexual +b missing node lengthily +b missing node doorbell +b missing node venders +b missing node experience +b missing node neckerchiefs +b missing node employee +b missing node unrighteousness +b missing node employed +b missing node reclassification +b missing node showman +b missing node enters +b missing node substation +b missing node annealed +b missing node crosstown +b missing node dreidl +b missing node dualizes +b missing node cockpits +b missing node pyruvic +b missing node ariosos +b missing node annealer +b missing node dualized +b missing node inhumanely +b missing node inlays +b missing node slashingly +b missing node confiding +b missing node disincorporated +b missing node gestalts +b missing node neath +b missing node jeremiads +b missing node interlocked +b missing node happiness +b missing node lifetimes +b missing node nears +b missing node constructors +b missing node roadway +b missing node ruglike +b missing node concededly +b missing node plumping +b missing node negotiation +b missing node falchion +b missing node parenthesis +b missing node depredator +b missing node legends +b missing node fishhooks +b missing node debilitated +b missing node undemonstrably +b missing node clubroots +b missing node meaner +b missing node nuzzlers +b missing node pirojki +b missing node icicle +b missing node escallop +b missing node menhadens +b missing node irritation +b missing node debilitates +b missing node stinger +b missing node breadless +b missing node solderer +b missing node bowheads +b missing node consummator +b missing node negotiating +b missing node schnauzers +b missing node impracticality +b missing node soldered +b missing node neaps +b missing node simplistic +b missing node medulla +b missing node underhanded +b missing node truistic +b missing node epergne +b missing node remorsefully +b missing node putout +b missing node reacclimates +b missing node undemonstrable +b missing node reacclimated +b missing node irritative +b missing node becalming +b missing node crowding +b missing node misinstruction +b missing node ironstones +b missing node hookier +b missing node lavalieres +b missing node plumpish +b missing node desilvered +b missing node hookies +b missing node clubrooms +b missing node alerted +b missing node nubble +b missing node surgically +b missing node enamel +b missing node adiposity +b missing node cursorily +b missing node tapeworm +b missing node putons +b missing node fatsos +b missing node sewages +b missing node horseflesh +b missing node nubbly +b missing node pizza +b missing node gunners +b missing node marrers +b missing node fizgigs +b missing node percussional +b missing node gunnery +b missing node omniscient +b missing node lurchers +b missing node disaffects +b missing node mucilages +b missing node meanie +b missing node wryneck +b missing node soberness +b missing node nightdress +b missing node landskips +b missing node lengthier +b missing node neats +b missing node stenchier +b missing node susan +b missing node subcells +b missing node sophistical +b missing node plottage +b missing node misinstructing +b missing node styptic +b missing node vicarate +b missing node unchains +b missing node experiential +b missing node nonvisually +b missing node shantis +b missing node mahatmas +b missing node ironings +b missing node repasts +b missing node installation +b missing node tolerably +b missing node scurfy +b missing node hygieists +b missing node stretchers +b missing node trompe +b missing node eddied +b missing node tolerable +b missing node tromps +b missing node accruals +b missing node nonunions +b missing node eddies +b missing node depredated +b missing node depressible +b missing node throstles +b missing node bells +b missing node mongrel +b missing node belly +b missing node jotting +b missing node genotypical +b missing node bello +b missing node happy +b missing node belle +b missing node belli +b missing node prankish +b missing node rockaby +b missing node nondisciplinary +b missing node vicarage +b missing node ictus +b missing node downing +b missing node elliptically +b missing node dieticians +b missing node cashbooks +b missing node effemination +b missing node surrender +b missing node unselective +b missing node vitals +b missing node clarinetist +b missing node excursion +b missing node attuned +b missing node hemotoxin +b missing node coiner +b missing node demonstrate +b missing node earshots +b missing node coinsures +b missing node coinsurer +b missing node coined +b missing node unowned +b missing node attunes +b missing node footnotes +b missing node comeliest +b missing node rending +b missing node chantors +b missing node footnoted +b missing node stainless +b missing node pyorrhoea +b missing node cavitates +b missing node disciplinary +b missing node fruitiest +b missing node unknotted +b missing node distr +b missing node sugariness +b missing node bismark +b missing node haply +b missing node scurfs +b missing node denude +b missing node furthering +b missing node cavitated +b missing node belie +b missing node reedits +b missing node pearter +b missing node cumulated +b missing node everglade +b missing node doziness +b missing node belay +b missing node nightriders +b missing node dethroned +b missing node hangdogs +b missing node bruits +b missing node armonica +b missing node cumulates +b missing node revulsion +b missing node homespun +b missing node belch +b missing node tartish +b missing node disks +b missing node reeding +b missing node waxier +b missing node preteens +b missing node trysts +b missing node dethrones +b missing node crackliest +b missing node dethroner +b missing node dishy +b missing node bruise +b missing node jumbling +b missing node coinsured +b missing node vendees +b missing node patronesses +b missing node befooled +b missing node enamor +b missing node samisen +b missing node retrievable +b missing node profiteers +b missing node foreplays +b missing node webbed +b missing node covered +b missing node lymphocytes +b missing node coverer +b missing node lawfulness +b missing node commences +b missing node unchivalrous +b missing node scurry +b missing node melons +b missing node ransoms +b missing node commenced +b missing node cadmiums +b missing node allegedly +b missing node workers +b missing node finitely +b missing node amplifying +b missing node twerp +b missing node tarting +b missing node stanzas +b missing node pugilists +b missing node curiosity +b missing node hellhole +b missing node roamed +b missing node physicked +b missing node inactivate +b missing node sangria +b missing node anodization +b missing node partridges +b missing node blamelessly +b missing node adjusters +b missing node roamer +b missing node vocables +b missing node astrologists +b missing node preconstructed +b missing node neckerchieves +b missing node revulsive +b missing node froggy +b missing node unjust +b missing node roofing +b missing node precanceled +b missing node samisens +b missing node fanfolds +b missing node excursive +b missing node unoffending +b missing node bostonians +b missing node ponytail +b missing node psyche +b missing node convalescing +b missing node retaliate +b missing node slobbers +b missing node clearance +b missing node slobbery +b missing node forager +b missing node forages +b missing node disservices +b missing node psychs +b missing node typhon +b missing node sunbonnets +b missing node lymphocytic +b missing node foraged +b missing node enlarging +b missing node psycho +b missing node gimels +b missing node voluntaryism +b missing node fairyland +b missing node surfs +b missing node frictions +b missing node cordialness +b missing node overgraze +b missing node manumits +b missing node axonic +b missing node married +b missing node paprika +b missing node seizings +b missing node theological +b missing node auxiliary +b missing node tabors +b missing node rebuke +b missing node condense +b missing node reinsertion +b missing node succouring +b missing node overhastily +b missing node stupidest +b missing node libidinous +b missing node surge +b missing node nonchargeable +b missing node solemnize +b missing node scepters +b missing node surfy +b missing node fondness +b missing node breakpoint +b missing node goggliest +b missing node competently +b missing node campagne +b missing node chronography +b missing node armature +b missing node curvaceously +b missing node patient +b missing node stigmatized +b missing node unmeaning +b missing node chronographs +b missing node momentoes +b missing node toothless +b missing node surgy +b missing node preconstruct +b missing node axones +b missing node igniters +b missing node stigmatizes +b missing node pumpkins +b missing node ethanols +b missing node pebbliest +b missing node reinserting +b missing node arouse +b missing node downier +b missing node intermissions +b missing node ditch +b missing node imping +b missing node hypnotizable +b missing node cheered +b missing node jackboots +b missing node euphorically +b missing node unbailable +b missing node cogitations +b missing node handwork +b missing node cheerer +b missing node spenders +b missing node mitigatory +b missing node fulfillment +b missing node mandatory +b missing node resupplies +b missing node mandators +b missing node mitigators +b missing node tabour +b missing node rebuff +b missing node economics +b missing node projectionist +b missing node extending +b missing node dites +b missing node rinses +b missing node surly +b missing node rightfully +b missing node shawls +b missing node unobstructed +b missing node rinser +b missing node switchblade +b missing node fornicatrices +b missing node campings +b missing node godparent +b missing node pectinous +b missing node outstretching +b missing node departure +b missing node marries +b missing node marrier +b missing node provenly +b missing node axonal +b missing node shawms +b missing node libertarianism +b missing node flexor +b missing node convected +b missing node unpeople +b missing node economies +b missing node quinces +b missing node rinsed +b missing node safflower +b missing node couthier +b missing node yowled +b missing node tween +b missing node campaigned +b missing node cheerio +b missing node tweed +b missing node insuperably +b missing node shameless +b missing node mindfulness +b missing node yowler +b missing node flexes +b missing node excepted +b missing node campaigner +b missing node sidlers +b missing node foreskins +b missing node tweet +b missing node gamblers +b missing node hying +b missing node harassingly +b missing node thrusting +b missing node northerners +b missing node flexed +b missing node jibs +b missing node monorail +b missing node grandbaby +b missing node insuperable +b missing node nutshells +b missing node impish +b missing node jibe +b missing node restituted +b missing node resupplied +b missing node jotters +b missing node restate +b missing node licorices +b missing node limeade +b missing node immoderateness +b missing node shantey +b missing node yachtings +b missing node melody +b missing node restart +b missing node skindiving +b missing node mesmeric +b missing node shortstops +b missing node sturgeons +b missing node indwelling +b missing node staffing +b missing node replicas +b missing node styleless +b missing node laddering +b missing node segment +b missing node stubbornest +b missing node smear +b missing node imperceptibly +b missing node stepson +b missing node vandalistic +b missing node crinkliest +b missing node cowards +b missing node recurring +b missing node localist +b missing node pseud +b missing node victual +b missing node rumples +b missing node localism +b missing node tradeoff +b missing node divagates +b missing node splosh +b missing node otolith +b missing node rumpled +b missing node sculpts +b missing node parenthetic +b missing node divagated +b missing node recompounds +b missing node infecters +b missing node genres +b missing node dogwoods +b missing node unloaders +b missing node tropically +b missing node lollypops +b missing node vigorously +b missing node localite +b missing node certainest +b missing node surds +b missing node ravelers +b missing node evadable +b missing node imperceptible +b missing node necrophilia +b missing node necrophilic +b missing node chattier +b missing node taboos +b missing node piroghi +b missing node locality +b missing node crossroads +b missing node surer +b missing node quintette +b missing node guarani +b missing node hedgehop +b missing node ignobly +b missing node synergistic +b missing node bureau +b missing node supplier +b missing node supplies +b missing node ignoble +b missing node coexistent +b missing node unisons +b missing node yenning +b missing node restamp +b missing node gerunds +b missing node magnificent +b missing node insensate +b missing node gossipy +b missing node jill +b missing node gossips +b missing node aspirators +b missing node equatable +b missing node roustabouts +b missing node dented +b missing node expound +b missing node kingdom +b missing node melodiousness +b missing node concussively +b missing node supplied +b missing node breeziness +b missing node neologic +b missing node drivels +b missing node trolly +b missing node expungers +b missing node roundworms +b missing node unfurled +b missing node caraculs +b missing node creches +b missing node trolls +b missing node conscienceless +b missing node cantabile +b missing node waggoners +b missing node polestars +b missing node addison +b missing node webers +b missing node tonnes +b missing node localize +b missing node tonner +b missing node condition +b missing node jigs +b missing node chatting +b missing node paratrooper +b missing node tweak +b missing node leadoff +b missing node ditty +b missing node dental +b missing node blindfolds +b missing node abandonedly +b missing node gantleting +b missing node federal +b missing node paella +b missing node ditto +b missing node hanking +b missing node telepathy +b missing node saltiness +b missing node workbox +b missing node cytologic +b missing node threshold +b missing node chattily +b missing node unneighborly +b missing node jiff +b missing node solitaire +b missing node oleander +b missing node mudfishes +b missing node squatty +b missing node educt +b missing node forbidding +b missing node overissues +b missing node stiflers +b missing node rebury +b missing node sandboxes +b missing node desirability +b missing node knitwears +b missing node testiness +b missing node towhead +b missing node comelier +b missing node acidoses +b missing node necrophilism +b missing node wryness +b missing node congregants +b missing node filleted +b missing node educe +b missing node suffice +b missing node pixie +b missing node drivers +b missing node pixel +b missing node marionette +b missing node reenlightened +b missing node refractiveness +b missing node initialized +b missing node pixes +b missing node rebuts +b missing node guerre +b missing node gestapos +b missing node microprogrammed +b missing node kingliness +b missing node ployed +b missing node propelling +b missing node petrologic +b missing node appendant +b missing node truthful +b missing node weregilds +b missing node unsuspicious +b missing node restack +b missing node annoyed +b missing node cowpoxes +b missing node readjusting +b missing node jumpoff +b missing node preservers +b missing node uncontrite +b missing node rapping +b missing node nauseates +b missing node annoyer +b missing node jins +b missing node nauseated +b missing node jinx +b missing node tufters +b missing node pirogue +b missing node combiners +b missing node sarcomata +b missing node provence +b missing node presentiment +b missing node orphanages +b missing node vanguards +b missing node aircrew +b missing node bodices +b missing node minatory +b missing node lurching +b missing node insalubrity +b missing node laceworks +b missing node delicatessens +b missing node dentin +b missing node fatiguabilities +b missing node hankies +b missing node anticyclone +b missing node heartiness +b missing node sweetbriers +b missing node protozoans +b missing node restaff +b missing node jilt +b missing node implications +b missing node thunderhead +b missing node bottomed +b missing node degraded +b missing node doughy +b missing node restage +b missing node towhees +b missing node jinn +b missing node doughs +b missing node uncrowded +b missing node dought +b missing node around +b missing node undebatable +b missing node willpower +b missing node bottomer +b missing node degrades +b missing node degrader +b missing node instead +b missing node reaccustomed +b missing node poetise +b missing node cheesed +b missing node oxbloods +b missing node disagreeably +b missing node faking +b missing node thresher +b missing node threshes +b missing node mammie +b missing node cheeses +b missing node hostessing +b missing node relegating +b missing node threshed +b missing node preadjustment +b missing node homogenizing +b missing node correlatable +b missing node deliquesce +b missing node backhands +b missing node mesozoic +b missing node appendage +b missing node sweatshops +b missing node waviness +b missing node swearers +b missing node swordman +b missing node hickories +b missing node petroleum +b missing node imagination +b missing node ignominious +b missing node polemized +b missing node chelas +b missing node emaciated +b missing node literalness +b missing node mongols +b missing node reivers +b missing node redescribe +b missing node turntables +b missing node blowsier +b missing node ailurophobe +b missing node hexagrams +b missing node polemizes +b missing node natriums +b missing node stewed +b missing node sanforized +b missing node attempters +b missing node telesis +b missing node lithographic +b missing node untempted +b missing node defoam +b missing node relegation +b missing node primevally +b missing node bisectors +b missing node shippings +b missing node dulcet +b missing node disagreeable +b missing node captors +b missing node ceinture +b missing node wisting +b missing node centennial +b missing node mislay +b missing node begins +b missing node regeared +b missing node impossibility +b missing node aridest +b missing node aigrets +b missing node emaciates +b missing node devisable +b missing node pulings +b missing node swordmen +b missing node belittled +b missing node sanitorium +b missing node portentously +b missing node lispers +b missing node acidosis +b missing node jamming +b missing node fullfil +b missing node estruses +b missing node belittler +b missing node belittles +b missing node censured +b missing node hards +b missing node hardy +b missing node eyedness +b missing node censures +b missing node insurrectionaries +b missing node mauves +b missing node censurer +b missing node prevarications +b missing node pomaded +b missing node pomades +b missing node upstage +b missing node hared +b missing node bandanna +b missing node begird +b missing node handoffs +b missing node overshadowed +b missing node aligned +b missing node basilicas +b missing node coercions +b missing node aligner +b missing node hares +b missing node harem +b missing node fleyed +b missing node nonkosher +b missing node encircle +b missing node distinctively +b missing node toast +b missing node weirs +b missing node downtrend +b missing node begirt +b missing node counselled +b missing node flypaper +b missing node permissibleness +b missing node unworldly +b missing node mesozoan +b missing node turnpikes +b missing node weird +b missing node shrove +b missing node scallops +b missing node mammon +b missing node storeroom +b missing node vagrantly +b missing node interplays +b missing node rapper +b missing node screamer +b missing node prefects +b missing node qualmiest +b missing node upkeeps +b missing node dialogued +b missing node rappel +b missing node screamed +b missing node unnaturally +b missing node rapidest +b missing node rapped +b missing node dialogues +b missing node saguaro +b missing node inferentially +b missing node improvident +b missing node snivelled +b missing node workday +b missing node physic +b missing node captives +b missing node blowsily +b missing node psalters +b missing node fucks +b missing node psaltery +b missing node mattedly +b missing node coteries +b missing node slummiest +b missing node approximates +b missing node coyness +b missing node paraguay +b missing node physis +b missing node illogical +b missing node poetize +b missing node approximated +b missing node thoughtfully +b missing node hedgehog +b missing node molluscs +b missing node isotherm +b missing node fakirs +b missing node being +b missing node bestseller +b missing node untainted +b missing node diagonally +b missing node speedways +b missing node caucusing +b missing node insensitively +b missing node squatly +b missing node chastising +b missing node servicewomen +b missing node bibliographies +b missing node drumrolls +b missing node kitlings +b missing node defogs +b missing node sterlings +b missing node dismalness +b missing node quebec +b missing node legatees +b missing node regathers +b missing node copybooks +b missing node pizzerias +b missing node elephant +b missing node citizenship +b missing node shroud +b missing node harks +b missing node roleplayed +b missing node muffling +b missing node maltose +b missing node gravelled +b missing node fluxions +b missing node unaccentuated +b missing node primmed +b missing node lithographer +b missing node outclass +b missing node harms +b missing node insteps +b missing node remounting +b missing node lithographed +b missing node compendium +b missing node stereotypers +b missing node cessation +b missing node primmer +b missing node poetics +b missing node suitcases +b missing node porosities +b missing node retroact +b missing node calumniations +b missing node impeders +b missing node undercharged +b missing node odalisks +b missing node brickle +b missing node porcupines +b missing node hibernators +b missing node exhale +b missing node bowdlerizing +b missing node indemnifications +b missing node momentous +b missing node precipitates +b missing node servicewoman +b missing node cretinous +b missing node undercharges +b missing node turgidity +b missing node stiletted +b missing node precipitated +b missing node viperous +b missing node lubricating +b missing node oubliettes +b missing node autistic +b missing node monkeyshine +b missing node alarmist +b missing node sentinels +b missing node beatitudes +b missing node miscible +b missing node alarmism +b missing node harpy +b missing node deckings +b missing node gasifying +b missing node decencies +b missing node dreggish +b missing node offing +b missing node amanita +b missing node lubrication +b missing node ranched +b missing node idealizes +b missing node skateboard +b missing node locators +b missing node harps +b missing node misfiled +b missing node robberies +b missing node echoing +b missing node battling +b missing node careless +b missing node rancher +b missing node ranches +b missing node rewarming +b missing node tableware +b missing node idealized +b missing node postoperative +b missing node whitecapper +b missing node harry +b missing node essence +b missing node ovary +b missing node harsh +b missing node cornhusk +b missing node misfiles +b missing node stalinists +b missing node gloamings +b missing node rotgut +b missing node mudguard +b missing node sappiness +b missing node fanciful +b missing node coulomb +b missing node miasmas +b missing node sporozoan +b missing node incepts +b missing node mollusks +b missing node weigh +b missing node unbelieving +b missing node tumidity +b missing node nervation +b missing node miasmal +b missing node hairless +b missing node unmindful +b missing node insomniacs +b missing node suability +b missing node multiparty +b missing node henpecks +b missing node fifteen +b missing node ivory +b missing node seclusionist +b missing node fierily +b missing node offish +b missing node ovate +b missing node riverbed +b missing node gaudiest +b missing node undivided +b missing node gonging +b missing node armaments +b missing node sewerage +b missing node harts +b missing node parathyroids +b missing node fameless +b missing node butterfish +b missing node guests +b missing node circumcises +b missing node technical +b missing node physician +b missing node mammas +b missing node drumroll +b missing node burden +b missing node peppiest +b missing node papacies +b missing node misspending +b missing node upstart +b missing node reinvents +b missing node trilobate +b missing node mammae +b missing node autodidacts +b missing node dewfall +b missing node without +b missing node calenders +b missing node mammal +b missing node imaginative +b missing node fundamentals +b missing node wordiest +b missing node circumcised +b missing node hypotonic +b missing node pinwheel +b missing node leninists +b missing node smell +b missing node dentifrices +b missing node bowstring +b missing node exhibitors +b missing node eyespots +b missing node identity +b missing node nerviest +b missing node upstate +b missing node inauspicious +b missing node smelt +b missing node acidotic +b missing node transferrals +b missing node regardless +b missing node surviving +b missing node perjuriously +b missing node sporozoon +b missing node layabout +b missing node recontracting +b missing node stomachs +b missing node pronounce +b missing node fullest +b missing node wagtails +b missing node stomachy +b missing node bisectional +b missing node toady +b missing node indignantly +b missing node queazy +b missing node toads +b missing node fullers +b missing node forelegs +b missing node teazling +b missing node fullery +b missing node solidest +b missing node supra +b missing node mammey +b missing node bustards +b missing node subsisted +b missing node southwesterner +b missing node falsetto +b missing node charbroil +b missing node solemnity +b missing node cartilage +b missing node reexchange +b missing node proofed +b missing node symbol +b missing node herniated +b missing node circularized +b missing node coiler +b missing node simpletons +b missing node dowdyish +b missing node bandanas +b missing node mammee +b missing node queasy +b missing node shortened +b missing node ranchos +b missing node toeholds +b missing node wagnerians +b missing node proofer +b missing node circularizer +b missing node coiled +b missing node shortener +b missing node herniates +b missing node circularizes +b missing node unpredictability +b missing node bibberies +b missing node dekares +b missing node denser +b missing node ovals +b missing node fierier +b missing node changeless +b missing node bricked +b missing node toothsome +b missing node rememberer +b missing node forebearing +b missing node pinewood +b missing node punishing +b missing node stilettos +b missing node negotiatrixes +b missing node gaskets +b missing node remembered +b missing node vigorousness +b missing node distrusted +b missing node aggressors +b missing node crybabies +b missing node toilsome +b missing node disarm +b missing node attended +b missing node quadrille +b missing node clouding +b missing node twang +b missing node zoom +b missing node jitterbug +b missing node earmarking +b missing node attendee +b missing node fertilizes +b missing node advances +b missing node fertilizer +b missing node advancer +b missing node pinup +b missing node zoos +b missing node trysting +b missing node sliest +b missing node disavowals +b missing node swamping +b missing node advanced +b missing node persecutor +b missing node babylon +b missing node attributing +b missing node certainness +b missing node definitiveness +b missing node unrobed +b missing node pantomimic +b missing node untilled +b missing node pinto +b missing node theater +b missing node pints +b missing node ouzel +b missing node virilizing +b missing node spew +b missing node temporals +b missing node unrobes +b missing node chert +b missing node anathema +b missing node pinta +b missing node infractions +b missing node wellspring +b missing node attribution +b missing node spec +b missing node sniggeringly +b missing node literacy +b missing node ecliptics +b missing node sped +b missing node sidewalks +b missing node sixing +b missing node tallowing +b missing node assignat +b missing node inopportunely +b missing node cutesy +b missing node factualism +b missing node calculabilities +b missing node caustic +b missing node lettuce +b missing node cutest +b missing node cephalic +b missing node multiplex +b missing node sidewalls +b missing node mistaking +b missing node multiples +b missing node averaging +b missing node calumniator +b missing node fertilized +b missing node cockbilled +b missing node attender +b missing node conelrads +b missing node ravagers +b missing node zone +b missing node realizers +b missing node unfitness +b missing node oleos +b missing node swampish +b missing node grandiose +b missing node entendre +b missing node compromising +b missing node milkmaid +b missing node niblick +b missing node spay +b missing node spat +b missing node pumpkin +b missing node termites +b missing node groomed +b missing node hedgerow +b missing node groomer +b missing node contingently +b missing node spas +b missing node spar +b missing node span +b missing node fluty +b missing node smelled +b missing node futureless +b missing node pinon +b missing node mambos +b missing node rhenium +b missing node tubercular +b missing node chela +b missing node upcurves +b missing node smeller +b missing node demonetization +b missing node flute +b missing node termitic +b missing node hexagons +b missing node fluidizes +b missing node priorate +b missing node upcurved +b missing node inclemency +b missing node bleared +b missing node summations +b missing node poorness +b missing node cloudily +b missing node assigned +b missing node seamiest +b missing node assignee +b missing node cuteys +b missing node fluidized +b missing node confront +b missing node flush +b missing node optometric +b missing node jestings +b missing node inpatients +b missing node cagers +b missing node imposting +b missing node exhaust +b missing node assigner +b missing node scirocco +b missing node shawed +b missing node pinna +b missing node overeasy +b missing node unnerves +b missing node badinages +b missing node neural +b missing node sealant +b missing node mambas +b missing node deoxygenate +b missing node boxier +b missing node sandblasts +b missing node envisions +b missing node graphical +b missing node badinaged +b missing node cloudier +b missing node attributive +b missing node lownesses +b missing node consequences +b missing node dechlorinated +b missing node calumniated +b missing node kaddishes +b missing node teariest +b missing node ecotype +b missing node brusque +b missing node overeats +b missing node doomsters +b missing node chewy +b missing node sundered +b missing node antings +b missing node spumed +b missing node paeons +b missing node sunderer +b missing node twats +b missing node calumniates +b missing node insufficiently +b missing node habiliment +b missing node pluvially +b missing node literals +b missing node tortuousness +b missing node fusspot +b missing node economize +b missing node mansions +b missing node heartburns +b missing node adsorbate +b missing node interbred +b missing node kooks +b missing node recalibrates +b missing node stampeding +b missing node spumes +b missing node kooky +b missing node fluor +b missing node cartographer +b missing node soya +b missing node cartographic +b missing node flung +b missing node umpiring +b missing node flunk +b missing node soys +b missing node seniority +b missing node cabalistic +b missing node shepherding +b missing node flume +b missing node tutorial +b missing node infringe +b missing node sauropod +b missing node unfrocked +b missing node chevy +b missing node economist +b missing node flump +b missing node chews +b missing node fetters +b missing node theatre +b missing node clearings +b missing node epiphenomena +b missing node bewailing +b missing node chess +b missing node checkmating +b missing node chest +b missing node moisturizer +b missing node thirteenth +b missing node moisturizes +b missing node fosterers +b missing node blossom +b missing node franchising +b missing node twelvemonths +b missing node sentients +b missing node sown +b missing node tuberculin +b missing node sows +b missing node gists +b missing node depositions +b missing node nonsuches +b missing node fluke +b missing node electrocutions +b missing node caucuses +b missing node commodity +b missing node fluky +b missing node moisturized +b missing node caucused +b missing node atmospherics +b missing node sots +b missing node fresno +b missing node toyed +b missing node ellipsoid +b missing node cheddars +b missing node omitted +b missing node unsustainable +b missing node treacles +b missing node fluid +b missing node flavorfully +b missing node drink +b missing node nonindulgence +b missing node reducible +b missing node assignor +b missing node hacks +b missing node cheat +b missing node desensitizing +b missing node sour +b missing node regeneration +b missing node foggier +b missing node soul +b missing node pined +b missing node soup +b missing node superlative +b missing node slickered +b missing node balkiness +b missing node confutation +b missing node innholder +b missing node boxing +b missing node droppers +b missing node downgrading +b missing node cheap +b missing node sort +b missing node lawings +b missing node dismisses +b missing node corpulently +b missing node sore +b missing node dript +b missing node drips +b missing node dismissed +b missing node candidates +b missing node enfranchises +b missing node attrition +b missing node pinch +b missing node whatnot +b missing node literati +b missing node jugulars +b missing node reducibly +b missing node nonnitrogenous +b missing node thimbleful +b missing node enfranchised +b missing node watchmaker +b missing node loquats +b missing node airbills +b missing node literate +b missing node scruple +b missing node eagers +b missing node soph +b missing node indorser +b missing node indorses +b missing node indorsed +b missing node indorsee +b missing node flues +b missing node pickets +b missing node sops +b missing node soot +b missing node jugulate +b missing node flued +b missing node abrogators +b missing node jews +b missing node literary +b missing node irrelevantly +b missing node antisepsis +b missing node insertions +b missing node dibbles +b missing node dibbler +b missing node commentate +b missing node dibbled +b missing node goldarn +b missing node argled +b missing node gustiest +b missing node fluff +b missing node bastian +b missing node demonstrationists +b missing node buttocks +b missing node song +b missing node benumbing +b missing node regenerating +b missing node ringed +b missing node undoubtedly +b missing node confutative +b missing node swampier +b missing node gismo +b missing node dismissal +b missing node sergeancy +b missing node pickers +b missing node breach +b missing node jeux +b missing node flubs +b missing node commentary +b missing node subscription +b missing node ringer +b missing node erosional +b missing node trochaics +b missing node drill +b missing node sufferable +b missing node cowbird +b missing node evangels +b missing node drily +b missing node soon +b missing node prostration +b missing node operationally +b missing node outfits +b missing node prettifying +b missing node penalize +b missing node foreigners +b missing node sons +b missing node hibernal +b missing node breads +b missing node toyer +b missing node teacup +b missing node wheelers +b missing node patroness +b missing node rectally +b missing node jess +b missing node prostrating +b missing node swamper +b missing node breams +b missing node pinky +b missing node jest +b missing node typebar +b missing node soli +b missing node solo +b missing node drive +b missing node pluralizing +b missing node atoll +b missing node sole +b missing node sold +b missing node dogtooth +b missing node fogging +b missing node damndest +b missing node unmethodical +b missing node hybridism +b missing node subscripting +b missing node illegitimate +b missing node jets +b missing node combination +b missing node shirring +b missing node soma +b missing node billets +b missing node some +b missing node legitimatized +b missing node atoms +b missing node demobbing +b missing node losers +b missing node atomy +b missing node ornateness +b missing node retirements +b missing node atone +b missing node foggily +b missing node revers +b missing node revert +b missing node revery +b missing node becalms +b missing node osteologically +b missing node reverb +b missing node jerk +b missing node mousetraps +b missing node hardwoods +b missing node revere +b missing node cellaring +b missing node relegated +b missing node sanitary +b missing node contriteness +b missing node pinko +b missing node filicides +b missing node remoteness +b missing node pinks +b missing node relegates +b missing node wursts +b missing node ensnarling +b missing node pursuits +b missing node lessee +b missing node pings +b missing node unshelling +b missing node chefs +b missing node reequipping +b missing node wordages +b missing node pantomimed +b missing node ecrus +b missing node lancinate +b missing node revels +b missing node mealworms +b missing node transmigration +b missing node countable +b missing node cheep +b missing node uvularly +b missing node toyos +b missing node cheer +b missing node denouncers +b missing node cheek +b missing node pantomimes +b missing node corinthian +b missing node fingers +b missing node hepburn +b missing node penang +b missing node pennilessness +b missing node interruptions +b missing node transmigrating +b missing node soil +b missing node fresco +b missing node pines +b missing node scummy +b missing node incurs +b missing node preharden +b missing node breaks +b missing node temporary +b missing node piney +b missing node another +b missing node sofa +b missing node visitress +b missing node nonmilitantly +b missing node toyon +b missing node bicarbonate +b missing node ferromagnetism +b missing node noncarbonated +b missing node boccies +b missing node check +b missing node reenlistment +b missing node neuron +b missing node hawkshaws +b missing node soft +b missing node hybridize +b missing node halidomes +b missing node tutelages +b missing node swamped +b missing node sombrero +b missing node demodulated +b missing node frazzling +b missing node recruited +b missing node reenlarged +b missing node azimuths +b missing node falters +b missing node lessen +b missing node hiltless +b missing node ovules +b missing node protractile +b missing node lesser +b missing node nosiest +b missing node demodulates +b missing node heartbeats +b missing node reenlarges +b missing node terrane +b missing node sobs +b missing node collodion +b missing node pimps +b missing node rhebok +b missing node tunney +b missing node repayments +b missing node preselected +b missing node serialize +b missing node stenographers +b missing node misnaming +b missing node unshaken +b missing node towny +b missing node geometrically +b missing node recleaned +b missing node soak +b missing node towns +b missing node schlemiels +b missing node tunned +b missing node aimlessness +b missing node soap +b missing node doberman +b missing node recruiter +b missing node soar +b missing node tunnel +b missing node dodoisms +b missing node rouleau +b missing node somatic +b missing node pursuing +b missing node sheathes +b missing node sheather +b missing node nutmegs +b missing node widening +b missing node pennames +b missing node portraits +b missing node sheathed +b missing node sods +b missing node teratisms +b missing node sandbaggers +b missing node jolter +b missing node kelpie +b missing node incommodes +b missing node soda +b missing node appointive +b missing node sock +b missing node incommoded +b missing node sledging +b missing node jolted +b missing node crowfoots +b missing node chronographic +b missing node carolinian +b missing node recompensed +b missing node sixteens +b missing node auklets +b missing node pakistani +b missing node folktales +b missing node ovular +b missing node disengages +b missing node millwork +b missing node photocopy +b missing node billers +b missing node bastion +b missing node plagiarizers +b missing node mishap +b missing node recompenses +b missing node globoid +b missing node capitalized +b missing node recompenser +b missing node derailment +b missing node underweight +b missing node protraction +b missing node objurgate +b missing node tonically +b missing node etymological +b missing node basting +b missing node condominiums +b missing node sergeants +b missing node schmaltziest +b missing node disengaged +b missing node ingulfs +b missing node burnishing +b missing node bastinadoes +b missing node invention +b missing node protracting +b missing node marjorams +b missing node loopers +b missing node calcination +b missing node equators +b missing node jalousies +b missing node reassigned +b missing node motionlessly +b missing node thereout +b missing node justest +b missing node relocating +b missing node serialist +b missing node bedstraw +b missing node rabbles +b missing node terrain +b missing node shaves +b missing node succuba +b missing node inventing +b missing node carolers +b missing node mintier +b missing node blockaders +b missing node coheres +b missing node shaven +b missing node coherer +b missing node succubi +b missing node kelped +b missing node shaver +b missing node epigraphical +b missing node relocation +b missing node seriality +b missing node shaved +b missing node gossoon +b missing node cohered +b missing node cotangents +b missing node imbeds +b missing node overcommon +b missing node gauderies +b missing node hurtful +b missing node jigsaw +b missing node deodar +b missing node coattail +b missing node lobbyer +b missing node parquetry +b missing node urbana +b missing node beetling +b missing node eunuchs +b missing node fearlessness +b missing node nutmeat +b missing node urbane +b missing node convenience +b missing node whosoever +b missing node lesson +b missing node justers +b missing node dissuadable +b missing node lessor +b missing node dragropes +b missing node bangtails +b missing node charging +b missing node displace +b missing node hagborn +b missing node nymphal +b missing node intercalate +b missing node solarisms +b missing node physiologic +b missing node nonselective +b missing node pendular +b missing node splotched +b missing node jettisoned +b missing node embryos +b missing node melting +b missing node nauseation +b missing node sickout +b missing node detentes +b missing node steamboat +b missing node telepathies +b missing node intercalary +b missing node pollute +b missing node osculated +b missing node vainglory +b missing node townwear +b missing node deltaic +b missing node capitalizer +b missing node capitalizes +b missing node reinducing +b missing node osculates +b missing node splotches +b missing node chairperson +b missing node unholiness +b missing node maidhood +b missing node accuracy +b missing node studs +b missing node snub +b missing node nauseating +b missing node snug +b missing node freewheeling +b missing node regenerative +b missing node inventive +b missing node reoccupations +b missing node subfraction +b missing node fellers +b missing node bismuth +b missing node transmuting +b missing node midiron +b missing node study +b missing node bimahs +b missing node censureless +b missing node spiritualists +b missing node deathblow +b missing node quondam +b missing node nonbending +b missing node fellest +b missing node procapitalists +b missing node infallibility +b missing node dribblets +b missing node purifying +b missing node nymphet +b missing node terrace +b missing node stuff +b missing node indorsor +b missing node mutters +b missing node fritterers +b missing node stubs +b missing node girth +b missing node snivelers +b missing node twilled +b missing node affect +b missing node girts +b missing node worsting +b missing node greenhouses +b missing node invalidness +b missing node dissolutions +b missing node stuck +b missing node therapists +b missing node stalemated +b missing node fellowing +b missing node cavorting +b missing node mellow +b missing node adequately +b missing node stimied +b missing node dribblers +b missing node missouri +b missing node stalemates +b missing node collodium +b missing node rockless +b missing node handwrit +b missing node stimies +b missing node sufferings +b missing node yammerers +b missing node wistful +b missing node giros +b missing node snot +b missing node snow +b missing node impoundments +b missing node invitation +b missing node fawning +b missing node racketeer +b missing node twilight +b missing node variegate +b missing node sculpt +b missing node girns +b missing node unsensitive +b missing node nominations +b missing node combings +b missing node marylanders +b missing node cangues +b missing node pimas +b missing node habit +b missing node endpapers +b missing node barflies +b missing node bangle +b missing node humanisms +b missing node redeploys +b missing node swindle +b missing node holograms +b missing node tutoring +b missing node arduousness +b missing node combined +b missing node succumb +b missing node combiner +b missing node visitatorial +b missing node laundress +b missing node actions +b missing node negligees +b missing node bakeshops +b missing node combines +b missing node nonferrous +b missing node decaliters +b missing node deliquesced +b missing node outsmarts +b missing node repellant +b missing node probational +b missing node unnerved +b missing node proceeders +b missing node stunk +b missing node casework +b missing node intonations +b missing node blacktops +b missing node stunt +b missing node ratchet +b missing node contacts +b missing node stuns +b missing node esprit +b missing node slingers +b missing node infantile +b missing node evolutionism +b missing node sequents +b missing node evolutionist +b missing node cerebrally +b missing node incalculableness +b missing node stung +b missing node definers +b missing node stump +b missing node faultiest +b missing node isolable +b missing node unwritten +b missing node practitioner +b missing node imbrued +b missing node lambast +b missing node imbrues +b missing node previously +b missing node slider +b missing node conjugation +b missing node slides +b missing node bygones +b missing node affirmer +b missing node recheck +b missing node proprietors +b missing node holograph +b missing node echoism +b missing node mitigation +b missing node elaborate +b missing node hydrolyses +b missing node consolidating +b missing node segregationist +b missing node frocks +b missing node affirmed +b missing node leanings +b missing node girls +b missing node fasteners +b missing node psychopathic +b missing node psychopathia +b missing node gnashes +b missing node englishmen +b missing node girly +b missing node indigestibility +b missing node impolitical +b missing node fleches +b missing node succumbed +b missing node conjugating +b missing node deliquesces +b missing node spareness +b missing node snob +b missing node mitigating +b missing node gnashed +b missing node subsystem +b missing node floodgates +b missing node succumber +b missing node tinfoil +b missing node consolidation +b missing node venting +b missing node freres +b missing node flourishing +b missing node bleater +b missing node astringent +b missing node primped +b missing node dubiously +b missing node queans +b missing node wrangled +b missing node mortgagor +b missing node impoliticly +b missing node bleated +b missing node plurally +b missing node toxic +b missing node wrangler +b missing node fawnier +b missing node wrangles +b missing node banger +b missing node probationer +b missing node singletrees +b missing node seafaring +b missing node calorimeters +b missing node globous +b missing node undiluted +b missing node banged +b missing node fagoting +b missing node scannings +b missing node simplisms +b missing node craftiest +b missing node refracts +b missing node snip +b missing node stupe +b missing node snit +b missing node negligent +b missing node seniles +b missing node hydrolysis +b missing node stupa +b missing node pincer +b missing node oatcakes +b missing node accurate +b missing node uselessly +b missing node churners +b missing node humanists +b missing node beautifully +b missing node depoliticizing +b missing node taxpaying +b missing node cotters +b missing node airspeed +b missing node reprography +b missing node salving +b missing node toxin +b missing node ignified +b missing node globose +b missing node restudy +b missing node englishman +b missing node aboded +b missing node confidences +b missing node quadruplet +b missing node scaffold +b missing node methodical +b missing node quadruples +b missing node zori +b missing node ignifies +b missing node parqueted +b missing node ponder +b missing node pontificating +b missing node varsities +b missing node sculks +b missing node sensitizing +b missing node forgathering +b missing node quadrupled +b missing node dreggier +b missing node restuff +b missing node manufactured +b missing node solidified +b missing node prescient +b missing node psych +b missing node solidifies +b missing node obeyable +b missing node phonetician +b missing node abodes +b missing node sculls +b missing node lachrymal +b missing node manufactures +b missing node manufacturer +b missing node disbar +b missing node begrimmed +b missing node telepathist +b missing node evokers +b missing node eoliths +b missing node palindrome +b missing node appointing +b missing node unimpressively +b missing node pumping +b missing node displays +b missing node swiveled +b missing node office +b missing node belfast +b missing node girds +b missing node psyching +b missing node atoning +b missing node prepossesses +b missing node salvias +b missing node prevails +b missing node slashers +b missing node predetermined +b missing node prepossessed +b missing node emigrants +b missing node theorists +b missing node armrests +b missing node lushing +b missing node garble +b missing node predetermines +b missing node revelatory +b missing node disconcerts +b missing node backlashed +b missing node offers +b missing node backlashes +b missing node interleave +b missing node rosier +b missing node pendulum +b missing node proabortion +b missing node mastication +b missing node pencil +b missing node trumping +b missing node enthusiastic +b missing node footworks +b missing node concisest +b missing node pills +b missing node farthing +b missing node exudate +b missing node mistaker +b missing node mistakes +b missing node durations +b missing node mistaken +b missing node cornices +b missing node dishevel +b missing node airlifting +b missing node inhumane +b missing node naiveties +b missing node pigtails +b missing node corniced +b missing node gnomes +b missing node sequency +b missing node unworked +b missing node argils +b missing node gourmandize +b missing node alarms +b missing node cribbage +b missing node overweens +b missing node sequence +b missing node buntings +b missing node acerous +b missing node muskegs +b missing node chowing +b missing node pillars +b missing node cratering +b missing node cosigning +b missing node fruitlessness +b missing node aphorize +b missing node slackness +b missing node aboard +b missing node subunits +b missing node whippiest +b missing node reconverting +b missing node infecting +b missing node outshine +b missing node sarape +b missing node moaned +b missing node offend +b missing node acerose +b missing node synaesthesia +b missing node sleepiest +b missing node roughneck +b missing node particularity +b missing node disbelief +b missing node masticating +b missing node benthos +b missing node unbidden +b missing node hereto +b missing node middlingly +b missing node finitudes +b missing node pilot +b missing node infection +b missing node nonjudicial +b missing node crapes +b missing node fissure +b missing node furrier +b missing node fastening +b missing node heresy +b missing node gnomic +b missing node folklorists +b missing node catcalling +b missing node tonsilar +b missing node overgrazing +b missing node atonies +b missing node toreros +b missing node alarum +b missing node wholesomely +b missing node mitigative +b missing node pratfalls +b missing node appestat +b missing node gainers +b missing node pharyngitis +b missing node rechart +b missing node cowpunchers +b missing node garbed +b missing node everyone +b missing node nonsporting +b missing node transmittible +b missing node cabstands +b missing node ropeways +b missing node scatology +b missing node slipknot +b missing node spearmint +b missing node libels +b missing node facings +b missing node outfought +b missing node wrings +b missing node proreform +b missing node decisions +b missing node horizontal +b missing node conclusiveness +b missing node overbaking +b missing node piranas +b missing node rainmaker +b missing node vegetable +b missing node smocks +b missing node spouses +b missing node atonics +b missing node tablas +b missing node livered +b missing node garrulity +b missing node jubilated +b missing node tracked +b missing node atria +b missing node spoused +b missing node jubilates +b missing node tracker +b missing node empirically +b missing node embalmers +b missing node gristle +b missing node parvenu +b missing node forelocks +b missing node excursionist +b missing node grammies +b missing node grumbling +b missing node dutifulness +b missing node heehawing +b missing node discus +b missing node yosemite +b missing node delinquencies +b missing node chickpea +b missing node cotans +b missing node bullnecks +b missing node concisely +b missing node ruinated +b missing node nocks +b missing node tactually +b missing node simplifying +b missing node impeachers +b missing node seatrains +b missing node gnomon +b missing node corniche +b missing node gristly +b missing node crappy +b missing node duckpins +b missing node incidentally +b missing node alienists +b missing node cucumbers +b missing node psychics +b missing node technocratic +b missing node discos +b missing node tollages +b missing node extenders +b missing node highjacks +b missing node haets +b missing node teabox +b missing node salubrity +b missing node soundness +b missing node agelessly +b missing node incontinency +b missing node earlobes +b missing node incontinence +b missing node muskets +b missing node broaching +b missing node undulation +b missing node libers +b missing node coloradan +b missing node neuter +b missing node unbridle +b missing node undulating +b missing node political +b missing node anticlerical +b missing node algerian +b missing node recomposition +b missing node environmental +b missing node troops +b missing node loopier +b missing node luminescence +b missing node piranha +b missing node pinata +b missing node ruinates +b missing node wildernesses +b missing node nobility +b missing node inebriant +b missing node fisticuffs +b missing node strew +b missing node imbalm +b missing node formerly +b missing node camphorates +b missing node nominee +b missing node photocopies +b missing node photocopier +b missing node towed +b missing node crushing +b missing node shellack +b missing node nobly +b missing node diallings +b missing node bloodying +b missing node attentive +b missing node podiums +b missing node shellacs +b missing node subfunction +b missing node benthal +b missing node nymphos +b missing node actings +b missing node strep +b missing node surprise +b missing node doctorate +b missing node clematis +b missing node areolate +b missing node innkeepers +b missing node unequal +b missing node gremlin +b missing node canister +b missing node nepotic +b missing node camphorated +b missing node valvular +b missing node vanillas +b missing node rewinder +b missing node encrust +b missing node presenting +b missing node unembarrassed +b missing node regionalistic +b missing node splats +b missing node schnook +b missing node tablespoon +b missing node sallowness +b missing node strap +b missing node sapiently +b missing node splash +b missing node insetting +b missing node straw +b missing node tranquillizer +b missing node stray +b missing node quintuplet +b missing node quintuples +b missing node discussions +b missing node counterpointing +b missing node mushiest +b missing node eldrich +b missing node tartlet +b missing node tranquillized +b missing node quintupled +b missing node fields +b missing node control +b missing node hereat +b missing node reexperiences +b missing node fluidal +b missing node dumfounds +b missing node caliphates +b missing node reexperienced +b missing node pilaf +b missing node spinless +b missing node wattmeter +b missing node inebriate +b missing node foreknew +b missing node crepitation +b missing node reprises +b missing node hereby +b missing node tabled +b missing node countersunk +b missing node scruples +b missing node reprised +b missing node looping +b missing node directorships +b missing node actinic +b missing node fluidrams +b missing node demandingly +b missing node unlaboured +b missing node estop +b missing node quadrillionth +b missing node overruling +b missing node scrupled +b missing node attention +b missing node emulatively +b missing node minters +b missing node imbark +b missing node artificiality +b missing node corpulent +b missing node photocopied +b missing node underestimates +b missing node primitives +b missing node roughness +b missing node icings +b missing node tables +b missing node underestimated +b missing node tablet +b missing node dizzily +b missing node cloudlet +b missing node comedian +b missing node rosiny +b missing node kindnesses +b missing node rosins +b missing node antagonism +b missing node surprize +b missing node benthic +b missing node antagonist +b missing node overbearingly +b missing node otology +b missing node fellowmen +b missing node rosing +b missing node medusas +b missing node presumptions +b missing node finessing +b missing node medusan +b missing node particularize +b missing node disinterestedly +b missing node grumpiest +b missing node melters +b missing node radium +b missing node piled +b missing node craped +b missing node verdancies +b missing node professionally +b missing node glueing +b missing node captains +b missing node slicks +b missing node beneficiaries +b missing node radius +b missing node keloid +b missing node breakables +b missing node leukemic +b missing node disced +b missing node hereon +b missing node leukemia +b missing node pilar +b missing node hereof +b missing node valets +b missing node solidifying +b missing node languorous +b missing node vanillic +b missing node codders +b missing node overanalyze +b missing node vanillin +b missing node nunnery +b missing node strop +b missing node subrents +b missing node ungodly +b missing node commutation +b missing node lethality +b missing node decenaries +b missing node mikado +b missing node rosily +b missing node usherettes +b missing node denoted +b missing node hurting +b missing node herein +b missing node comedies +b missing node nominal +b missing node kiboshes +b missing node ester +b missing node veinule +b missing node fleeciness +b missing node ponces +b missing node fellowman +b missing node extradite +b missing node aphorise +b missing node reassorting +b missing node tisane +b missing node alaska +b missing node commutative +b missing node rotationally +b missing node bioclean +b missing node strip +b missing node abridgers +b missing node denotes +b missing node pulsars +b missing node stria +b missing node ocarina +b missing node kiboshed +b missing node sortably +b missing node poncho +b missing node slicer +b missing node slices +b missing node dizzier +b missing node genders +b missing node dizzies +b missing node reacquaint +b missing node furring +b missing node skyjacks +b missing node quadrupedal +b missing node splays +b missing node sybarite +b missing node froufrou +b missing node dizzied +b missing node piles +b missing node sprained +b missing node ropewalk +b missing node aphorism +b missing node parishes +b missing node aphorist +b missing node pillage +b missing node potholes +b missing node radish +b missing node informant +b missing node pulsate +b missing node traitress +b missing node tower +b missing node antagonize +b missing node sliced +b missing node towel +b missing node hygienically +b missing node furrily +b missing node foreknow +b missing node undetachable +b missing node purulently +b missing node swaddle +b missing node potholed +b missing node hafter +b missing node jeez +b missing node indomitable +b missing node abducts +b missing node hogwashes +b missing node jefe +b missing node radios +b missing node consecrates +b missing node underexpose +b missing node hafted +b missing node jeep +b missing node indomitably +b missing node dibbing +b missing node earlocks +b missing node jeer +b missing node madhouse +b missing node breath +b missing node habitually +b missing node digestible +b missing node breast +b missing node brushy +b missing node ingestible +b missing node splenetic +b missing node consecrated +b missing node sortable +b missing node strum +b missing node thrusters +b missing node shimmered +b missing node strut +b missing node yukking +b missing node vermouths +b missing node stooled +b missing node anxiousness +b missing node opportune +b missing node disentanglements +b missing node pulingly +b missing node cascading +b missing node napkin +b missing node abductions +b missing node custodianship +b missing node tropin +b missing node westings +b missing node capture +b missing node vouchsafe +b missing node zounds +b missing node incidentals +b missing node shelviest +b missing node loggerhead +b missing node monogamous +b missing node rectos +b missing node thewless +b missing node insulation +b missing node chambered +b missing node nobby +b missing node rector +b missing node infernos +b missing node hydras +b missing node dutiable +b missing node rappels +b missing node metastasizes +b missing node metastasized +b missing node unipolar +b missing node hamstrings +b missing node standouts +b missing node contemporary +b missing node hydrae +b missing node midairs +b missing node therapy +b missing node ornate +b missing node jell +b missing node garage +b missing node destruction +b missing node jammers +b missing node proclivity +b missing node xiphoid +b missing node stoolie +b missing node reviewability +b missing node trophy +b missing node emmies +b missing node jigsawn +b missing node tideways +b missing node bookshop +b missing node tropia +b missing node tropic +b missing node galenic +b missing node instill +b missing node brightening +b missing node destructing +b missing node rusticator +b missing node instils +b missing node surcoat +b missing node jigsaws +b missing node ignition +b missing node negator +b missing node pinworms +b missing node rectum +b missing node transforming +b missing node dried +b missing node designment +b missing node laboringly +b missing node igniting +b missing node solariums +b missing node assenters +b missing node pursuit +b missing node stymieing +b missing node incubi +b missing node commendations +b missing node gainful +b missing node spouted +b missing node crispening +b missing node nobel +b missing node unbelievably +b missing node dribs +b missing node sediment +b missing node engenders +b missing node spouter +b missing node banish +b missing node insulating +b missing node reappoint +b missing node stalkiest +b missing node unbelievable +b missing node ironists +b missing node outwait +b missing node subtitles +b missing node carriages +b missing node reaccession +b missing node delicious +b missing node mealie +b missing node fluidly +b missing node squushing +b missing node urolith +b missing node subtitled +b missing node infernal +b missing node jean +b missing node reveal +b missing node deathly +b missing node tours +b missing node tenderability +b missing node otologist +b missing node valvules +b missing node noble +b missing node virology +b missing node prosequi +b missing node hydrangeas +b missing node combining +b missing node pursuer +b missing node pursues +b missing node hadst +b missing node unbind +b missing node gipsy +b missing node renunciations +b missing node searing +b missing node abstemiously +b missing node unapportioned +b missing node facades +b missing node pursued +b missing node microspacing +b missing node infamously +b missing node graduations +b missing node galenas +b missing node futuristic +b missing node eremite +b missing node informalities +b missing node wellhole +b missing node fluidic +b missing node confided +b missing node drift +b missing node touts +b missing node radial +b missing node partners +b missing node undecidable +b missing node troppo +b missing node afternoon +b missing node drier +b missing node frisbees +b missing node dries +b missing node destructive +b missing node radian +b missing node scrunch +b missing node twilights +b missing node confides +b missing node confider +b missing node penults +b missing node ouzos +b missing node meanings +b missing node mischiefs +b missing node slipperiest +b missing node putoffs +b missing node spot +b missing node aquatinted +b missing node chantries +b missing node gynecological +b missing node mountaineer +b missing node suicide +b missing node tooled +b missing node contaminant +b missing node builders +b missing node thatchers +b missing node yardsticks +b missing node alienisms +b missing node kophs +b missing node narrators +b missing node maximizers +b missing node theaters +b missing node misarranges +b missing node spellbinds +b missing node colorings +b missing node amounting +b missing node gremmie +b missing node outreaching +b missing node curseder +b missing node misarranged +b missing node exoticism +b missing node ghettos +b missing node tooler +b missing node gutturals +b missing node entitled +b missing node outward +b missing node inmate +b missing node kopje +b missing node redactional +b missing node speaks +b missing node negates +b missing node negater +b missing node spry +b missing node enterprises +b missing node enterpriser +b missing node recommendatory +b missing node reinforce +b missing node negated +b missing node squirrel +b missing node optical +b missing node sheeniest +b missing node enframe +b missing node finalisms +b missing node noncohesiveness +b missing node misfit +b missing node cutlasses +b missing node spasmodic +b missing node kopek +b missing node moodiness +b missing node saltness +b missing node spud +b missing node grided +b missing node spun +b missing node outwalk +b missing node consciously +b missing node fidgeters +b missing node inconsistentness +b missing node hadji +b missing node grides +b missing node spur +b missing node cashboxes +b missing node peroration +b missing node elasticizing +b missing node escalops +b missing node atrip +b missing node grumpiness +b missing node thermoses +b missing node tracing +b missing node competing +b missing node hydros +b missing node shortbread +b missing node systematically +b missing node desensitize +b missing node minibikes +b missing node militated +b missing node porridge +b missing node heartrending +b missing node malaysian +b missing node ponderously +b missing node alated +b missing node engilding +b missing node microstate +b missing node militates +b missing node parisian +b missing node recolors +b missing node unrests +b missing node fortifying +b missing node naples +b missing node shrank +b missing node unapproachable +b missing node secunda +b missing node nonflowering +b missing node essay +b missing node momentos +b missing node thralled +b missing node brutal +b missing node misbestows +b missing node tropes +b missing node singleton +b missing node spears +b missing node disinclination +b missing node spic +b missing node flathead +b missing node strategic +b missing node pacemaking +b missing node mortuaries +b missing node confederate +b missing node mailwomen +b missing node rhyolite +b missing node vicegerent +b missing node batchers +b missing node bespangled +b missing node safaried +b missing node jambed +b missing node fueled +b missing node spit +b missing node litten +b missing node litter +b missing node rectal +b missing node spin +b missing node surrealistically +b missing node forswore +b missing node fueler +b missing node bituminous +b missing node cursedly +b missing node forsworn +b missing node otologies +b missing node momently +b missing node theremin +b missing node twain +b missing node impolitic +b missing node bespangles +b missing node stenographically +b missing node pillbox +b missing node rusticated +b missing node beefsteaks +b missing node overroasted +b missing node outdodges +b missing node cutely +b missing node corsages +b missing node little +b missing node entitles +b missing node rusticates +b missing node tugboats +b missing node bibliographers +b missing node contaminate +b missing node esses +b missing node piked +b missing node conking +b missing node lovingly +b missing node subordinately +b missing node binoculars +b missing node pryer +b missing node unlimitedness +b missing node brutes +b missing node piker +b missing node barrenest +b missing node cuttable +b missing node bruted +b missing node sestet +b missing node mailwoman +b missing node invoicing +b missing node provisional +b missing node finalists +b missing node sequelae +b missing node expunging +b missing node malingerers +b missing node consecrator +b missing node festivities +b missing node infective +b missing node acceptor +b missing node eveners +b missing node rappers +b missing node adsorbent +b missing node pikes +b missing node tabloids +b missing node hades +b missing node pennoned +b missing node platelet +b missing node spoliator +b missing node kludge +b missing node outdodged +b missing node hydric +b missing node conscripting +b missing node parrakeets +b missing node evenest +b missing node tasselling +b missing node featheriness +b missing node remodification +b missing node jester +b missing node developed +b missing node untitled +b missing node roystered +b missing node evictions +b missing node silicoses +b missing node deemphasize +b missing node repossessing +b missing node philippics +b missing node rebirths +b missing node repossession +b missing node synodal +b missing node asymmetrically +b missing node medicative +b missing node strangeness +b missing node tablefuls +b missing node discontinuance +b missing node venters +b missing node cellarets +b missing node reinterred +b missing node jays +b missing node subcontinent +b missing node phalanx +b missing node bloodroots +b missing node sophisticates +b missing node purportedly +b missing node hematomas +b missing node birdbath +b missing node lovesick +b missing node absorptive +b missing node usually +b missing node conversation +b missing node brittling +b missing node winsomest +b missing node delighting +b missing node sophisticated +b missing node birdbaths +b missing node consumerism +b missing node jazz +b missing node racketier +b missing node javelin +b missing node chaoticness +b missing node silicosis +b missing node medicining +b missing node developer +b missing node developes +b missing node cipher +b missing node reaccented +b missing node grannies +b missing node reinforms +b missing node parsonages +b missing node reluctant +b missing node starchiness +b missing node unsling +b missing node jaws +b missing node fosterage +b missing node industrials +b missing node dejectedly +b missing node scourgers +b missing node flimsies +b missing node jackfish +b missing node flimsier +b missing node amazingly +b missing node clumsiness +b missing node sealers +b missing node confirmatory +b missing node unmarked +b missing node sealery +b missing node label +b missing node untillable +b missing node inequity +b missing node tabers +b missing node constitutions +b missing node wretcheder +b missing node breech +b missing node feeblish +b missing node abidance +b missing node ravaging +b missing node multidirectional +b missing node overnice +b missing node glossiest +b missing node cheats +b missing node exploitable +b missing node fuzzy +b missing node noels +b missing node injected +b missing node snubness +b missing node confederacy +b missing node hyson +b missing node breeds +b missing node congaing +b missing node pumicing +b missing node monkshood +b missing node obscene +b missing node strandedness +b missing node cellarers +b missing node jested +b missing node java +b missing node franchisees +b missing node medicating +b missing node asshole +b missing node joyce +b missing node insecure +b missing node absorption +b missing node recondensing +b missing node labia +b missing node winsomely +b missing node theorizer +b missing node theorizes +b missing node efflorescence +b missing node needle +b missing node theorized +b missing node hoisters +b missing node objections +b missing node trouty +b missing node discontinuances +b missing node hayers +b missing node trouts +b missing node joyed +b missing node banker +b missing node couldst +b missing node philippine +b missing node adjust +b missing node rowboats +b missing node perversion +b missing node whumps +b missing node medication +b missing node vagabondage +b missing node defining +b missing node declarant +b missing node bobtails +b missing node boyfriend +b missing node petrographical +b missing node yemenites +b missing node guilder +b missing node banked +b missing node sapiens +b missing node noncompliance +b missing node sophisticator +b missing node sapient +b missing node forefends +b missing node contains +b missing node perversity +b missing node bongoist +b missing node operatively +b missing node outbalance +b missing node chivy +b missing node apostles +b missing node beclouds +b missing node perversive +b missing node monologues +b missing node skys +b missing node barware +b missing node magnificoes +b missing node retrogrades +b missing node flimsily +b missing node budging +b missing node consumers +b missing node momentum +b missing node wiring +b missing node chive +b missing node dictate +b missing node dress +b missing node pongees +b missing node retrograded +b missing node fingertips +b missing node drest +b missing node adjure +b missing node forfending +b missing node exclusivity +b missing node females +b missing node isolators +b missing node cloches +b missing node chits +b missing node imperceptiveness +b missing node malamute +b missing node confidant +b missing node abscissions +b missing node fuzziest +b missing node progovernment +b missing node embanked +b missing node wretchedly +b missing node brevier +b missing node swarming +b missing node undisputable +b missing node legators +b missing node doughnuts +b missing node injector +b missing node diagnosable +b missing node pipelines +b missing node manslaughters +b missing node liquidate +b missing node duratives +b missing node koshered +b missing node chirk +b missing node pipelined +b missing node renascent +b missing node chirp +b missing node jake +b missing node riskers +b missing node sharif +b missing node unswerving +b missing node nonimmunities +b missing node blennies +b missing node racisms +b missing node behave +b missing node generalists +b missing node mugger +b missing node unblemished +b missing node geniuses +b missing node broader +b missing node recurred +b missing node axially +b missing node misnomers +b missing node broaden +b missing node bridgeheads +b missing node offcut +b missing node cretinize +b missing node simoleon +b missing node mugged +b missing node zabaione +b missing node interdictum +b missing node uncolored +b missing node comparatively +b missing node chips +b missing node niggarded +b missing node passible +b missing node sarges +b missing node jail +b missing node picking +b missing node affectedly +b missing node unifiers +b missing node zazen +b missing node dauberies +b missing node genocide +b missing node trysters +b missing node presuppose +b missing node misers +b missing node desensitizers +b missing node dreks +b missing node chimp +b missing node outwear +b missing node chine +b missing node resettlement +b missing node shards +b missing node transposing +b missing node napless +b missing node jags +b missing node misery +b missing node china +b missing node presented +b missing node skag +b missing node shared +b missing node chins +b missing node chink +b missing node chino +b missing node presenter +b missing node shares +b missing node ipecac +b missing node unseated +b missing node sharer +b missing node pyrometers +b missing node particles +b missing node fugitives +b missing node hydrogenate +b missing node troupe +b missing node swivels +b missing node inclusiveness +b missing node knighted +b missing node torridness +b missing node revive +b missing node child +b missing node pirog +b missing node chile +b missing node interstates +b missing node towlines +b missing node broadax +b missing node coequals +b missing node gonorrhoea +b missing node boloney +b missing node forecast +b missing node gendarme +b missing node afflictions +b missing node chill +b missing node discommoded +b missing node chili +b missing node chime +b missing node unbars +b missing node oxidate +b missing node device +b missing node overdevelop +b missing node unweakened +b missing node tornado +b missing node discommodes +b missing node inrushing +b missing node oxidant +b missing node cudgeled +b missing node arrives +b missing node nodus +b missing node arriver +b missing node credibilities +b missing node pluggers +b missing node snigger +b missing node jato +b missing node attenuation +b missing node sharpy +b missing node mugwump +b missing node sharps +b missing node hairdresser +b missing node unluckiest +b missing node augmenting +b missing node arrived +b missing node unfiltered +b missing node digitizes +b missing node budded +b missing node undulations +b missing node crassest +b missing node innervational +b missing node shreds +b missing node attenuating +b missing node acanthus +b missing node physics +b missing node mobbish +b missing node imposters +b missing node valley +b missing node frizzliest +b missing node digitized +b missing node hiccuping +b missing node franchisers +b missing node adorability +b missing node jars +b missing node performs +b missing node thunderheads +b missing node feltwork +b missing node dregs +b missing node cheaps +b missing node fallbacks +b missing node cravat +b missing node racists +b missing node broadly +b missing node contrivances +b missing node phoenixes +b missing node revise +b missing node anonymities +b missing node skit +b missing node sociologists +b missing node skis +b missing node skid +b missing node cretinism +b missing node lounged +b missing node moonbeam +b missing node jape +b missing node skip +b missing node skin +b missing node skim +b missing node chiel +b missing node revile +b missing node shadowbox +b missing node lounges +b missing node lounger +b missing node goslings +b missing node dreck +b missing node sclerotic +b missing node chief +b missing node presently +b missing node ungenially +b missing node plaiters +b missing node unattempted +b missing node dream +b missing node onward +b missing node drear +b missing node admiralships +b missing node collegial +b missing node quakers +b missing node collegian +b missing node jane +b missing node devils +b missing node trough +b missing node chics +b missing node birdliming +b missing node chico +b missing node draftiness +b missing node mobbing +b missing node chick +b missing node swivets +b missing node inspections +b missing node banjos +b missing node bypaths +b missing node hague +b missing node jamb +b missing node soughed +b missing node craver +b missing node mistakers +b missing node craves +b missing node pearler +b missing node territorializing +b missing node commutators +b missing node thorpes +b missing node jams +b missing node inalterability +b missing node addrest +b missing node address +b missing node reigniting +b missing node craved +b missing node chide +b missing node flustered +b missing node craven +b missing node typhoons +b missing node cudgeler +b missing node fundamental +b missing node sharks +b missing node skew +b missing node pearled +b missing node hermetical +b missing node gummites +b missing node outflow +b missing node jesses +b missing node holily +b missing node exonerate +b missing node asocial +b missing node guernsey +b missing node insentient +b missing node creative +b missing node democratizing +b missing node holing +b missing node damosels +b missing node interdicted +b missing node smoke +b missing node doubted +b missing node smothered +b missing node cheeked +b missing node backspacing +b missing node assyria +b missing node standardizable +b missing node doubter +b missing node restudying +b missing node unaspirated +b missing node timetables +b missing node overheats +b missing node acceptability +b missing node physicals +b missing node brevetted +b missing node petulantly +b missing node dements +b missing node certifiers +b missing node constrainer +b missing node unsterilized +b missing node charlatanries +b missing node curvetting +b missing node revaluate +b missing node weazands +b missing node forestry +b missing node constrained +b missing node guerrillas +b missing node pilseners +b missing node hermit +b missing node fellahs +b missing node diadic +b missing node outpatient +b missing node sexpots +b missing node everyway +b missing node scimitar +b missing node teapots +b missing node trachea +b missing node manipulability +b missing node woodcock +b missing node adulterant +b missing node intakes +b missing node pitifuller +b missing node chias +b missing node jessed +b missing node accords +b missing node chiao +b missing node behalf +b missing node stymy +b missing node lactationally +b missing node losing +b missing node eccentricity +b missing node stricture +b missing node hundredweights +b missing node pended +b missing node constrict +b missing node greenwoods +b missing node lorgnettes +b missing node enacts +b missing node budder +b missing node haycock +b missing node sabbaticals +b missing node setoffs +b missing node respondencies +b missing node ablatively +b missing node compartmental +b missing node wheeling +b missing node immix +b missing node smoky +b missing node originators +b missing node styli +b missing node style +b missing node babyhoods +b missing node bumper +b missing node taxpayers +b missing node fragment +b missing node ostracized +b missing node desolate +b missing node bentonitic +b missing node ostracizes +b missing node salvers +b missing node tenemented +b missing node bumped +b missing node buddha +b missing node spoofing +b missing node diadem +b missing node sculpting +b missing node scuppers +b missing node arrival +b missing node doctoring +b missing node nestings +b missing node disrobing +b missing node reprisal +b missing node chayotes +b missing node unstates +b missing node germproof +b missing node mystique +b missing node jumpiness +b missing node comradeship +b missing node sanguification +b missing node enclosers +b missing node youngest +b missing node unstated +b missing node creating +b missing node outflew +b missing node miscue +b missing node peignoir +b missing node orthodoxies +b missing node majorities +b missing node comparativeness +b missing node headmost +b missing node mishmosh +b missing node smock +b missing node sarcastically +b missing node machrees +b missing node contractible +b missing node holies +b missing node thwart +b missing node youngers +b missing node holier +b missing node myriads +b missing node creation +b missing node demandable +b missing node dizzy +b missing node pinged +b missing node ducats +b missing node muumuus +b missing node pastorship +b missing node inseparableness +b missing node magistrates +b missing node pinger +b missing node noddy +b missing node conjectures +b missing node fuzil +b missing node devilments +b missing node toepiece +b missing node sleeplessness +b missing node conjectured +b missing node flotation +b missing node seniors +b missing node gigaton +b missing node musketries +b missing node nodes +b missing node bipartition +b missing node herman +b missing node holeless +b missing node interdictor +b missing node etherealness +b missing node bullhorn +b missing node knightly +b missing node perigees +b missing node fellate +b missing node adulterate +b missing node gemstones +b missing node polyhedra +b missing node styes +b missing node fawners +b missing node licentious +b missing node reassorted +b missing node femaleness +b missing node portugal +b missing node coequate +b missing node panzer +b missing node continuable +b missing node styed +b missing node discursive +b missing node adequation +b missing node defying +b missing node mazurkas +b missing node outre +b missing node collegium +b missing node pique +b missing node potfuls +b missing node beakier +b missing node churning +b missing node coddled +b missing node patronage +b missing node remonetizing +b missing node miscut +b missing node preferments +b missing node clergies +b missing node nodal +b missing node perforce +b missing node halftimes +b missing node fuzed +b missing node fuzee +b missing node frowstiest +b missing node hermes +b missing node intercessor +b missing node coddler +b missing node pilothouses +b missing node coddles +b missing node fuzes +b missing node englishing +b missing node recrystallizing +b missing node reeling +b missing node tawdrier +b missing node tawdries +b missing node forested +b missing node marrons +b missing node recontesting +b missing node mameys +b missing node coifed +b missing node unperfected +b missing node asperities +b missing node androgens +b missing node constraints +b missing node tuffet +b missing node proceeding +b missing node ribaldries +b missing node frittering +b missing node flatworms +b missing node disarms +b missing node spectacles +b missing node gillie +b missing node lyrebird +b missing node reinvented +b missing node gilled +b missing node giller +b missing node sublevels +b missing node nonspecialist +b missing node docking +b missing node narrating +b missing node paltered +b missing node monocular +b missing node rapider +b missing node restyle +b missing node palestinians +b missing node forestay +b missing node shepherdess +b missing node flatworks +b missing node breadth +b missing node leakiest +b missing node thankfulness +b missing node heckling +b missing node incompliancies +b missing node rootlike +b missing node dendrology +b missing node mishears +b missing node prophases +b missing node reactors +b missing node yammering +b missing node chromatography +b missing node testacies +b missing node freeboard +b missing node destroyable +b missing node harrying +b missing node tearfully +b missing node size +b missing node salesman +b missing node angleworm +b missing node telegraphic +b missing node micrography +b missing node narration +b missing node micrographs +b missing node sizy +b missing node thoroughfare +b missing node cryptal +b missing node spleen +b missing node skiwear +b missing node movers +b missing node misconstruction +b missing node telegraphed +b missing node idolization +b missing node geography +b missing node nonanalytic +b missing node definite +b missing node telegrapher +b missing node unknot +b missing node forearmed +b missing node misheard +b missing node forester +b missing node tawdrily +b missing node photomaps +b missing node virtuously +b missing node longings +b missing node nonentities +b missing node nightlong +b missing node harvest +b missing node prolonging +b missing node rocklike +b missing node proxies +b missing node herniations +b missing node quarterly +b missing node atropism +b missing node unsatisfied +b missing node smashable +b missing node pooches +b missing node tomogram +b missing node inclement +b missing node planners +b missing node trover +b missing node troves +b missing node quaintest +b missing node racketing +b missing node issuances +b missing node pretensions +b missing node jettison +b missing node manuevers +b missing node repellers +b missing node photic +b missing node pipkins +b missing node abdominally +b missing node imbibe +b missing node coulees +b missing node reglossing +b missing node salesmen +b missing node outgo +b missing node thwack +b missing node fomentations +b missing node uncouple +b missing node compromisers +b missing node rapidly +b missing node busboy +b missing node trying +b missing node holist +b missing node repellent +b missing node pronouncedly +b missing node travoise +b missing node sponsorships +b missing node cryptos +b missing node holism +b missing node pumpers +b missing node cavorters +b missing node perceptual +b missing node celebre +b missing node outfitter +b missing node outfitted +b missing node unenterprising +b missing node quartered +b missing node herbalist +b missing node uninfluenced +b missing node bidders +b missing node synodic +b missing node amusedly +b missing node skalds +b missing node weavers +b missing node effacing +b missing node piscators +b missing node program +b missing node cryptic +b missing node destruct +b missing node fixate +b missing node misdid +b missing node skilful +b missing node yesteryear +b missing node hafts +b missing node batholith +b missing node cretins +b missing node undying +b missing node wheelies +b missing node congenial +b missing node wrigglers +b missing node milligrams +b missing node outdo +b missing node existentialists +b missing node transcriptions +b missing node atropins +b missing node outed +b missing node titbits +b missing node atropine +b missing node outer +b missing node discomforted +b missing node rethink +b missing node ranting +b missing node smote +b missing node atlas +b missing node hierarchism +b missing node bowsprits +b missing node photon +b missing node blister +b missing node photog +b missing node tovarishes +b missing node float +b missing node incorporate +b missing node hilltop +b missing node thereby +b missing node daubed +b missing node redemands +b missing node smut +b missing node dismortgaged +b missing node daubes +b missing node thereat +b missing node smug +b missing node dauber +b missing node recurrences +b missing node giddap +b missing node gravitate +b missing node scandaled +b missing node entrants +b missing node matriculant +b missing node eelgrasses +b missing node perceive +b missing node sterilizes +b missing node chorussed +b missing node zuni +b missing node rejects +b missing node sterilization +b missing node cowpoke +b missing node detract +b missing node pusses +b missing node sterilizer +b missing node omissive +b missing node phonograph +b missing node lignite +b missing node sterilized +b missing node chorusses +b missing node recoin +b missing node recoil +b missing node grandaunt +b missing node implorer +b missing node implores +b missing node melees +b missing node byplays +b missing node armenians +b missing node rootless +b missing node trailered +b missing node angolans +b missing node reelers +b missing node sidelong +b missing node elegant +b missing node implored +b missing node casehardening +b missing node zulu +b missing node deflowered +b missing node begriming +b missing node competent +b missing node offcast +b missing node upbeats +b missing node breaded +b missing node sensualists +b missing node floes +b missing node trumpery +b missing node overrating +b missing node nouveau +b missing node humidistat +b missing node seville +b missing node hostly +b missing node rootlets +b missing node efficacies +b missing node toastiest +b missing node barterer +b missing node uninvited +b missing node recomb +b missing node inaugural +b missing node damaging +b missing node allayed +b missing node bartered +b missing node chedar +b missing node raveller +b missing node wriggling +b missing node hardboiled +b missing node ravelled +b missing node flock +b missing node trumpets +b missing node emmets +b missing node flatheads +b missing node vacate +b missing node lotting +b missing node confutable +b missing node hexagram +b missing node abductors +b missing node semantic +b missing node fibrillation +b missing node lignins +b missing node farthest +b missing node recook +b missing node photos +b missing node recons +b missing node asexually +b missing node tremolos +b missing node therapeutical +b missing node antacid +b missing node meager +b missing node expellable +b missing node parasites +b missing node nocuous +b missing node sinologies +b missing node insetters +b missing node dished +b missing node supremacist +b missing node given +b missing node tomfool +b missing node valise +b missing node beefeaters +b missing node gruelling +b missing node subminiaturized +b missing node hurters +b missing node proximo +b missing node succour +b missing node abridging +b missing node noggs +b missing node screeching +b missing node secured +b missing node motorway +b missing node randomness +b missing node barbarization +b missing node nervings +b missing node splent +b missing node securer +b missing node amusing +b missing node secures +b missing node eyeballs +b missing node clemently +b missing node devilling +b missing node spiculate +b missing node credibility +b missing node cyanitic +b missing node costumes +b missing node costumer +b missing node ninepins +b missing node presidiums +b missing node costumey +b missing node snippet +b missing node offals +b missing node corpuscles +b missing node snipper +b missing node mestizoes +b missing node flogs +b missing node rissole +b missing node costumed +b missing node repelling +b missing node gratingly +b missing node snipped +b missing node punsters +b missing node hajji +b missing node subminiaturizes +b missing node broachers +b missing node livened +b missing node omission +b missing node hollow +b missing node dishes +b missing node midlands +b missing node livener +b missing node soubrette +b missing node redrafts +b missing node hajis +b missing node comedones +b missing node narrative +b missing node snap +b missing node pipettes +b missing node viscountesses +b missing node preferably +b missing node craton +b missing node snag +b missing node succors +b missing node undeceiving +b missing node refinishes +b missing node destructible +b missing node mammalia +b missing node pipetted +b missing node givin +b missing node suborns +b missing node preferable +b missing node refinished +b missing node census +b missing node picnicky +b missing node frameworks +b missing node bimetals +b missing node corrodible +b missing node ferrites +b missing node smoggy +b missing node flood +b missing node crematorium +b missing node lucifers +b missing node parasitic +b missing node retentiveness +b missing node liniment +b missing node personalities +b missing node effacers +b missing node tummies +b missing node paucity +b missing node denature +b missing node ninnyish +b missing node wrigglier +b missing node diffidently +b missing node allopathies +b missing node hedgepig +b missing node latitudes +b missing node embalming +b missing node building +b missing node borrowing +b missing node proxima +b missing node nervines +b missing node gives +b missing node giver +b missing node marrowy +b missing node dandification +b missing node marrows +b missing node hostel +b missing node weeklong +b missing node analogically +b missing node hosted +b missing node attests +b missing node screechier +b missing node hierarchial +b missing node conjectural +b missing node checks +b missing node impeaching +b missing node hairy +b missing node hairs +b missing node congeners +b missing node combatants +b missing node indispositions +b missing node skateboarders +b missing node groupings +b missing node toxicities +b missing node slippiest +b missing node propane +b missing node entities +b missing node distasting +b missing node excavator +b missing node finnier +b missing node argent +b missing node delightful +b missing node overstayed +b missing node shellers +b missing node gussets +b missing node wurzel +b missing node mignonne +b missing node radiologically +b missing node hatcheries +b missing node tweezers +b missing node spacewoman +b missing node herculean +b missing node songfests +b missing node thereto +b missing node boodle +b missing node priding +b missing node consolingly +b missing node cryogenic +b missing node intruding +b missing node pipit +b missing node conjoins +b missing node queasiest +b missing node tameable +b missing node prosodic +b missing node vitaminizing +b missing node conjoint +b missing node bunched +b missing node hierarchies +b missing node colorists +b missing node hindered +b missing node acquiesce +b missing node valium +b missing node gladioli +b missing node dwarfisms +b missing node miscarrying +b missing node encrypt +b missing node gladiola +b missing node hinderer +b missing node arduously +b missing node overheads +b missing node neuralgic +b missing node neuralgia +b missing node navigators +b missing node infestations +b missing node louvers +b missing node realigned +b missing node liking +b missing node shaper +b missing node modified +b missing node shapes +b missing node modifier +b missing node caldrons +b missing node failure +b missing node unobliging +b missing node thereof +b missing node unashamed +b missing node modifies +b missing node shaped +b missing node laundries +b missing node entrancing +b missing node thereon +b missing node uncrowned +b missing node holmes +b missing node pyorrheas +b missing node intagli +b missing node kamaainas +b missing node mainstays +b missing node hails +b missing node censor +b missing node crassness +b missing node spacewomen +b missing node berhymed +b missing node inebriety +b missing node preaffirmation +b missing node diarrhoeic +b missing node crates +b missing node morpheme +b missing node crater +b missing node berhymes +b missing node bunches +b missing node engorge +b missing node felonious +b missing node crated +b missing node columned +b missing node reneged +b missing node tagboards +b missing node brighteners +b missing node inseminate +b missing node piped +b missing node handclasps +b missing node hostelries +b missing node income +b missing node reneging +b missing node jointure +b missing node razored +b missing node obstinacies +b missing node therein +b missing node emetics +b missing node finning +b missing node pennants +b missing node reneges +b missing node recurrence +b missing node reneger +b missing node detrain +b missing node intersexuality +b missing node alliterate +b missing node overheaps +b missing node intersexualism +b missing node debaucheries +b missing node overweigh +b missing node stardust +b missing node mintage +b missing node schmelze +b missing node prebless +b missing node seamstress +b missing node smit +b missing node impingement +b missing node sailable +b missing node disgruntle +b missing node overheard +b missing node conditionalities +b missing node nozzles +b missing node crematories +b missing node overhears +b missing node columnal +b missing node columnar +b missing node enclosing +b missing node gunsel +b missing node enrichments +b missing node sarees +b missing node grizzly +b missing node reflexive +b missing node stringency +b missing node censed +b missing node masochism +b missing node enable +b missing node bibasic +b missing node censer +b missing node censes +b missing node sandalling +b missing node nonvoluntary +b missing node masochist +b missing node tenemental +b missing node colorisms +b missing node compartmented +b missing node shrubby +b missing node sickness +b missing node ornamentation +b missing node grizzle +b missing node thorned +b missing node countrified +b missing node dauntlessly +b missing node lignify +b missing node lobule +b missing node dissolvability +b missing node diarrhoeal +b missing node affair +b missing node brailles +b missing node beginnings +b missing node haiti +b missing node smog +b missing node nozzle +b missing node safeguarded +b missing node inbreeder +b missing node libber +b missing node brailled +b missing node atman +b missing node overcoming +b missing node downfallen +b missing node canteens +b missing node libbed +b missing node pipes +b missing node atmas +b missing node piper +b missing node pipet +b missing node savorous +b missing node motivities +b missing node rebidding +b missing node spinelessness +b missing node snowbelt +b missing node dusked +b missing node fragrances +b missing node blisses +b missing node mixtures +b missing node enfants +b missing node adjurors +b missing node spunky +b missing node multipeds +b missing node featureless +b missing node secretariats +b missing node jaggeder +b missing node slow +b missing node nightrider +b missing node preannouncing +b missing node pivots +b missing node universality +b missing node scarves +b missing node tutorship +b missing node noontime +b missing node rancour +b missing node cloisters +b missing node rosebuds +b missing node potentiality +b missing node spunks +b missing node unspiritual +b missing node triadics +b missing node hairlock +b missing node review +b missing node maneuvers +b missing node conspiringly +b missing node devein +b missing node floundered +b missing node quotable +b missing node wiretaps +b missing node clanswomen +b missing node globule +b missing node unnavigable +b missing node evening +b missing node quotably +b missing node snickers +b missing node snickery +b missing node phosphorus +b missing node remortgaging +b missing node dozened +b missing node filthier +b missing node containerships +b missing node linkable +b missing node eventful +b missing node ersatz +b missing node worthed +b missing node wonderlands +b missing node abroad +b missing node cuddle +b missing node comfortable +b missing node disassimilation +b missing node comfortably +b missing node cuddly +b missing node slum +b missing node squalid +b missing node acropolis +b missing node slur +b missing node unsatiable +b missing node mismeeting +b missing node squirmer +b missing node slut +b missing node equations +b missing node adjudicature +b missing node impale +b missing node squirmed +b missing node enumerators +b missing node parishioner +b missing node recompensing +b missing node impala +b missing node stogeys +b missing node slue +b missing node slug +b missing node dread +b missing node disassimilating +b missing node rancors +b missing node sadness +b missing node adapt +b missing node matureness +b missing node snickering +b missing node riverine +b missing node brattling +b missing node charbroiling +b missing node unsatiably +b missing node sniggle +b missing node cuties +b missing node winnows +b missing node firetrap +b missing node copycats +b missing node uninterestingly +b missing node fullering +b missing node backfills +b missing node earache +b missing node angling +b missing node chloric +b missing node chlorid +b missing node universalist +b missing node illegitimacy +b missing node electrolyte +b missing node universalism +b missing node chlorin +b missing node booboo +b missing node spatulate +b missing node acerbate +b missing node impairment +b missing node devest +b missing node widowed +b missing node centum +b missing node betonies +b missing node sentencing +b missing node jaggedly +b missing node widower +b missing node squally +b missing node puberty +b missing node underwaists +b missing node limelight +b missing node squalls +b missing node adams +b missing node bestialities +b missing node piratical +b missing node rumored +b missing node medusoids +b missing node haiku +b missing node breeze +b missing node capitalists +b missing node bouffant +b missing node tracery +b missing node flights +b missing node tracers +b missing node flighty +b missing node banner +b missing node sombrely +b missing node overhearing +b missing node undiscriminatingly +b missing node keloidal +b missing node muonic +b missing node banned +b missing node nonfederated +b missing node breezy +b missing node outdistancing +b missing node egotistical +b missing node sedimented +b missing node fabian +b missing node helpfulness +b missing node grapevines +b missing node pabulums +b missing node universalize +b missing node niggardly +b missing node commuting +b missing node paranormality +b missing node unbend +b missing node electrolyze +b missing node pickier +b missing node ptarmigan +b missing node recompensive +b missing node correctional +b missing node unbent +b missing node indemnities +b missing node pious +b missing node disassimilative +b missing node townswomen +b missing node cannibalized +b missing node agrology +b missing node preadolescent +b missing node takedowns +b missing node cannibalizes +b missing node jack +b missing node clocker +b missing node maximizing +b missing node pineal +b missing node townswoman +b missing node villadoms +b missing node copyboy +b missing node squalor +b missing node adsorbing +b missing node clanswoman +b missing node clocked +b missing node jabs +b missing node devourer +b missing node liquored +b missing node shanked +b missing node buttoners +b missing node jade +b missing node timings +b missing node boundlessness +b missing node sciroccos +b missing node impoliteness +b missing node probities +b missing node chloral +b missing node aerofoils +b missing node campsite +b missing node instalment +b missing node embittering +b missing node impart +b missing node slag +b missing node levying +b missing node nonscholastic +b missing node slab +b missing node endomorphism +b missing node shrews +b missing node blessedly +b missing node flops +b missing node devoured +b missing node explicits +b missing node unlikeliness +b missing node dingbats +b missing node captress +b missing node armload +b missing node floor +b missing node dozenth +b missing node pentathlons +b missing node shaving +b missing node detestations +b missing node adage +b missing node shrewd +b missing node sensational +b missing node budgies +b missing node stooped +b missing node unsanctified +b missing node entrance +b missing node olden +b missing node holler +b missing node older +b missing node rosebush +b missing node zloty +b missing node temporally +b missing node spellings +b missing node stooper +b missing node vaporings +b missing node crawdads +b missing node beneficence +b missing node dyarchy +b missing node triadism +b missing node flora +b missing node disenthralled +b missing node inhabiting +b missing node slay +b missing node plywoods +b missing node slap +b missing node slav +b missing node fidgetiness +b missing node slaw +b missing node inventory +b missing node nonfreezing +b missing node slat +b missing node dendrons +b missing node histories +b missing node inventors +b missing node slam +b missing node cagily +b missing node bespread +b missing node keysets +b missing node sunbaked +b missing node bearding +b missing node centre +b missing node unceremoniously +b missing node impassiveness +b missing node centra +b missing node sled +b missing node divvied +b missing node scleroses +b missing node enteritis +b missing node smears +b missing node aromas +b missing node thatching +b missing node smeary +b missing node pumicers +b missing node divvies +b missing node needer +b missing node lakeports +b missing node shipwright +b missing node assenting +b missing node hydroponic +b missing node borschts +b missing node nominatives +b missing node prayingly +b missing node caging +b missing node priapism +b missing node floss +b missing node nappie +b missing node einstein +b missing node bluegill +b missing node privateers +b missing node timpanists +b missing node ogreism +b missing node oldie +b missing node humbled +b missing node ogreish +b missing node adhesiveness +b missing node memorizer +b missing node memorizes +b missing node memorized +b missing node humbler +b missing node dishevelling +b missing node humbles +b missing node unshamed +b missing node blesseder +b missing node reschedule +b missing node estreating +b missing node tidemark +b missing node troths +b missing node exultation +b missing node proclamation +b missing node pions +b missing node needed +b missing node trovers +b missing node flour +b missing node bednights +b missing node jeffersonians +b missing node slew +b missing node twitchingly +b missing node flout +b missing node jumpingly +b missing node obeahisms +b missing node nappes +b missing node napper +b missing node center +b missing node sacramentally +b missing node barmaids +b missing node slim +b missing node centralizers +b missing node morphologically +b missing node vacant +b missing node guildry +b missing node lustfully +b missing node sclerosis +b missing node slid +b missing node lawrencium +b missing node noontide +b missing node exhausts +b missing node flown +b missing node clauses +b missing node unbear +b missing node flows +b missing node reshowed +b missing node record +b missing node immiscibility +b missing node budged +b missing node brevity +b missing node solfege +b missing node usurpation +b missing node kibosh +b missing node nomisms +b missing node valancing +b missing node impair +b missing node allayer +b missing node kolas +b missing node napped +b missing node budges +b missing node budget +b missing node temporalty +b missing node budger +b missing node recopy +b missing node dauphin +b missing node jaspery +b missing node liquidations +b missing node oafish +b missing node jaspers +b missing node meantimes +b missing node preying +b missing node chilblains +b missing node appetit +b missing node mourner +b missing node slip +b missing node malpractice +b missing node endowed +b missing node slit +b missing node unlearned +b missing node scullions +b missing node endower +b missing node filthily +b missing node mourned +b missing node exordia +b missing node contuse +b missing node underhand +b missing node impact +b missing node fieldpieces +b missing node manchuria +b missing node pericarps +b missing node hyrax +b missing node kithara +b missing node matriculate +b missing node clausal +b missing node antiseptic +b missing node shadowers +b missing node hydroponics +b missing node cagier +b missing node pelleted +b missing node budgie +b missing node monetary +b missing node origami +b missing node unstring +b missing node pushiness +b missing node ovalness +b missing node bruskest +b missing node foregather +b missing node bordellos +b missing node syllabi +b missing node sloe +b missing node twinborn +b missing node slob +b missing node phosphoric +b missing node slog +b missing node esteemed +b missing node recoup +b missing node playhouses +b missing node slop +b missing node dendroid +b missing node slot +b missing node scuffs +b missing node cabooses +b missing node usurpative +b missing node cutins +b missing node inferred +b missing node grounded +b missing node fulleries +b missing node foursomes +b missing node batching +b missing node interrupters +b missing node culprit +b missing node inferrer +b missing node grounder +b missing node lambies +b missing node admissable +b missing node mahjong +b missing node imped +b missing node clowned +b missing node impel +b missing node solubilized +b missing node comedown +b missing node imper +b missing node copycat +b missing node archeological +b missing node indiscriminantly +b missing node seedpods +b missing node sanitize +b missing node uncontrolled +b missing node taxiways +b missing node tabooing +b missing node situational +b missing node pillowing +b missing node ampoules +b missing node cuckolded +b missing node headachier +b missing node reheeled +b missing node insurrectionist +b missing node velocities +b missing node piers +b missing node misprints +b missing node pieta +b missing node absents +b missing node teleview +b missing node vignette +b missing node burgundy +b missing node misact +b missing node groover +b missing node grooves +b missing node dumfound +b missing node priority +b missing node grooved +b missing node undraping +b missing node storming +b missing node unhesitating +b missing node mistress +b missing node riotousness +b missing node misadd +b missing node danging +b missing node clacker +b missing node jousts +b missing node anagrammed +b missing node technicalness +b missing node subdefinition +b missing node toastmistresses +b missing node aquatint +b missing node fathomless +b missing node thoriums +b missing node dowagers +b missing node tabard +b missing node preprinted +b missing node supervening +b missing node kenyans +b missing node stormily +b missing node comities +b missing node jiggers +b missing node peasant +b missing node plaitings +b missing node andrew +b missing node disruptions +b missing node elysian +b missing node clacked +b missing node shelters +b missing node bactericidal +b missing node driveling +b missing node semilegal +b missing node coffined +b missing node lambing +b missing node aquatics +b missing node liability +b missing node roster +b missing node foamer +b missing node pepsines +b missing node youngish +b missing node tiltyard +b missing node distributions +b missing node lintier +b missing node withouts +b missing node shrillness +b missing node hurlings +b missing node reappraise +b missing node writhe +b missing node ascetic +b missing node astonishing +b missing node legislatrices +b missing node unhelpful +b missing node armless +b missing node noncommunicative +b missing node whitings +b missing node querying +b missing node foamed +b missing node chiding +b missing node ferules +b missing node trivial +b missing node irrecoverable +b missing node decision +b missing node feruled +b missing node destroyed +b missing node divisively +b missing node bedlamps +b missing node enjoins +b missing node plaiting +b missing node sealing +b missing node djinn +b missing node destroyer +b missing node djins +b missing node castoffs +b missing node bondmen +b missing node bactericides +b missing node piety +b missing node cofeatures +b missing node redemanded +b missing node writes +b missing node writer +b missing node whomping +b missing node regulatively +b missing node rechartered +b missing node gashouses +b missing node fulfillers +b missing node finger +b missing node elevates +b missing node dafter +b missing node garfishes +b missing node transacts +b missing node schmoozing +b missing node surveys +b missing node elevated +b missing node kadish +b missing node aerobe +b missing node algorism +b missing node misaim +b missing node belaboring +b missing node equivocators +b missing node cutoff +b missing node billhooks +b missing node airwaves +b missing node destrier +b missing node pedestrians +b missing node zealotry +b missing node ghostwrite +b missing node outshone +b missing node woodblock +b missing node recognitions +b missing node countermand +b missing node apperceived +b missing node geoids +b missing node argonaut +b missing node mariachis +b missing node cowbane +b missing node undulatory +b missing node cuckoldry +b missing node noire +b missing node sparers +b missing node roundish +b missing node tattoo +b missing node coliseum +b missing node jollify +b missing node furculae +b missing node pursier +b missing node countermaid +b missing node goateed +b missing node reasoned +b missing node fondlings +b missing node divagations +b missing node wheaties +b missing node pipsqueak +b missing node sparest +b missing node reattaining +b missing node reasoner +b missing node inclining +b missing node goatees +b missing node ditcher +b missing node jollies +b missing node jollier +b missing node ditches +b missing node snowbushes +b missing node summeriest +b missing node jollied +b missing node weltings +b missing node topaz +b missing node furcular +b missing node gunfights +b missing node dawns +b missing node artistes +b missing node ranters +b missing node tenements +b missing node fables +b missing node fabler +b missing node kinder +b missing node cheapening +b missing node cubisms +b missing node hooters +b missing node feting +b missing node ditched +b missing node reffing +b missing node seclusive +b missing node historian +b missing node fabled +b missing node declarers +b missing node fleers +b missing node donning +b missing node pulverizing +b missing node satieties +b missing node bagnios +b missing node consorts +b missing node bummed +b missing node boorishly +b missing node fetish +b missing node aphids +b missing node toped +b missing node shanti +b missing node exclusively +b missing node bummer +b missing node trotlines +b missing node cowgirl +b missing node personableness +b missing node picots +b missing node readjustable +b missing node feeblest +b missing node churchier +b missing node johnnies +b missing node geoscientist +b missing node mishmash +b missing node attempt +b missing node fleets +b missing node mulleins +b missing node snipers +b missing node ascended +b missing node preterit +b missing node pursily +b missing node transiencies +b missing node accessors +b missing node beachheads +b missing node salabilities +b missing node toper +b missing node topes +b missing node accessory +b missing node stollens +b missing node shanty +b missing node slabbering +b missing node ascender +b missing node deviltries +b missing node costless +b missing node mistreat +b missing node intemperance +b missing node mobilities +b missing node nervously +b missing node plumbings +b missing node outshout +b missing node floured +b missing node perversely +b missing node armlets +b missing node bloodstones +b missing node artistic +b missing node plymouths +b missing node heliocentric +b missing node overrefining +b missing node radioscopic +b missing node carboy +b missing node imbedding +b missing node lacteal +b missing node espouse +b missing node imply +b missing node hecklers +b missing node teamed +b missing node carbon +b missing node topic +b missing node tasteless +b missing node unfitted +b missing node oratorically +b missing node traumata +b missing node unexpectedly +b missing node pursing +b missing node seismographer +b missing node deathbeds +b missing node wristlet +b missing node hinging +b missing node forefended +b missing node elysium +b missing node constantly +b missing node stigmatizing +b missing node therefor +b missing node infirmaries +b missing node molesting +b missing node countesses +b missing node afflux +b missing node confraternity +b missing node pilgrimage +b missing node teamer +b missing node vaunty +b missing node badmouths +b missing node encroach +b missing node repurchasing +b missing node vaunts +b missing node smelter +b missing node infectors +b missing node penetrators +b missing node tractions +b missing node remittently +b missing node trefoil +b missing node cerebrated +b missing node artistry +b missing node cliffiest +b missing node dendrite +b missing node cottony +b missing node stormier +b missing node cottons +b missing node lawmaker +b missing node strangered +b missing node exempted +b missing node cardioscope +b missing node colombia +b missing node cockatrices +b missing node contributing +b missing node millennium +b missing node cockatrice +b missing node aroint +b missing node unguent +b missing node disablement +b missing node ruinously +b missing node seismographic +b missing node cubists +b missing node shanks +b missing node aerology +b missing node extrusions +b missing node ogling +b missing node appends +b missing node pointlessness +b missing node dakotans +b missing node noisy +b missing node doorsill +b missing node computations +b missing node scrofula +b missing node slouchy +b missing node ventage +b missing node crabbiest +b missing node ensoul +b missing node televise +b missing node osmotic +b missing node noise +b missing node donnish +b missing node sparely +b missing node cerebrates +b missing node topos +b missing node kajeputs +b missing node nutriment +b missing node agitated +b missing node shutterbugs +b missing node antiwar +b missing node disavow +b missing node bunglers +b missing node agitates +b missing node contribution +b missing node nannie +b missing node harmonic +b missing node espaliers +b missing node bounding +b missing node alliums +b missing node illumes +b missing node threshers +b missing node billowier +b missing node allergen +b missing node moving +b missing node somalia +b missing node mishandled +b missing node chillum +b missing node illumed +b missing node seriation +b missing node wilting +b missing node unpoetically +b missing node antipathy +b missing node mishandles +b missing node carate +b missing node optimum +b missing node cubital +b missing node crouton +b missing node mordantly +b missing node neurotically +b missing node ocean +b missing node carats +b missing node prejudicing +b missing node shamed +b missing node allergic +b missing node allergin +b missing node affirmativeness +b missing node shames +b missing node instructional +b missing node gnoses +b missing node ordainer +b missing node penile +b missing node compliment +b missing node leotards +b missing node bestrode +b missing node underplayed +b missing node shekels +b missing node talked +b missing node forgivable +b missing node ordained +b missing node colostrum +b missing node mincing +b missing node panocha +b missing node talker +b missing node exuding +b missing node plentitude +b missing node fleece +b missing node egises +b missing node legwork +b missing node whoresons +b missing node elusively +b missing node gladiate +b missing node clinger +b missing node hagiographers +b missing node bleaker +b missing node fleecy +b missing node belaying +b missing node detachability +b missing node mastoid +b missing node auriform +b missing node hatpins +b missing node demeans +b missing node regathering +b missing node victresses +b missing node enkindles +b missing node toots +b missing node unpresumptuous +b missing node liberalizing +b missing node bastard +b missing node enkindled +b missing node tooth +b missing node italicizing +b missing node chlordane +b missing node composedly +b missing node sensibleness +b missing node casualness +b missing node seriating +b missing node shaman +b missing node czechs +b missing node kashmir +b missing node durning +b missing node mongers +b missing node talkie +b missing node muriate +b missing node buggering +b missing node whorish +b missing node gadolinium +b missing node dimension +b missing node omniarchs +b missing node booing +b missing node clinged +b missing node sleuthed +b missing node uncompliant +b missing node buggeries +b missing node threeping +b missing node recipe +b missing node reloan +b missing node choreographic +b missing node sealskin +b missing node sexy +b missing node woodcutters +b missing node internship +b missing node sandlots +b missing node squabby +b missing node ferociously +b missing node papilla +b missing node billowing +b missing node tatted +b missing node raiments +b missing node wassail +b missing node tatter +b missing node sculpture +b missing node collaborators +b missing node foaled +b missing node handcrafted +b missing node wheelman +b missing node reload +b missing node hydrogenous +b missing node crayon +b missing node terrify +b missing node apparent +b missing node volitionally +b missing node sultrily +b missing node underpaying +b missing node roadblocks +b missing node kindle +b missing node seclusion +b missing node walkable +b missing node attends +b missing node swarmers +b missing node sews +b missing node juggle +b missing node terrier +b missing node sewn +b missing node kindly +b missing node soddenness +b missing node choreographer +b missing node mincier +b missing node backfield +b missing node whoring +b missing node choreographed +b missing node beloved +b missing node xeroxes +b missing node legibility +b missing node thicks +b missing node sets +b missing node apparels +b missing node undemocratic +b missing node xeroxed +b missing node bleakly +b missing node nonstable +b missing node essentials +b missing node puppets +b missing node wheelmen +b missing node branching +b missing node intersect +b missing node percepts +b missing node betwixt +b missing node tattle +b missing node becomes +b missing node organelle +b missing node sere +b missing node rounding +b missing node serf +b missing node sera +b missing node serb +b missing node resistably +b missing node arthropods +b missing node fractionalizing +b missing node dissertations +b missing node rambles +b missing node rambler +b missing node alterers +b missing node celandines +b missing node gnosis +b missing node rambled +b missing node disrobers +b missing node arraigning +b missing node disobediently +b missing node silicones +b missing node optimal +b missing node aberrations +b missing node confounder +b missing node pajamaed +b missing node piece +b missing node meltage +b missing node bullring +b missing node transducer +b missing node confounded +b missing node wellhead +b missing node ology +b missing node lollygag +b missing node backstroking +b missing node crochets +b missing node callosity +b missing node jugged +b missing node archonships +b missing node kibitz +b missing node devoutly +b missing node hassling +b missing node offensive +b missing node touchers +b missing node shamus +b missing node marriageability +b missing node nohow +b missing node guarantying +b missing node gonophore +b missing node announcers +b missing node amaranthine +b missing node entombment +b missing node chiller +b missing node absence +b missing node loiter +b missing node professorship +b missing node ensemble +b missing node chilled +b missing node nonextant +b missing node irrigations +b missing node outargue +b missing node kerneled +b missing node lattices +b missing node undemanding +b missing node nonattributive +b missing node kinema +b missing node reinforming +b missing node stomachaches +b missing node subindices +b missing node abrupt +b missing node weaving +b missing node latticed +b missing node flagpole +b missing node fingerprinted +b missing node kneecapping +b missing node shires +b missing node pharynxes +b missing node carafe +b missing node untrue +b missing node moliere +b missing node clemencies +b missing node torrents +b missing node antipasto +b missing node upshift +b missing node recite +b missing node unkennel +b missing node antipasti +b missing node temerities +b missing node tractor +b missing node herbivores +b missing node eventide +b missing node tutorage +b missing node spattered +b missing node warlord +b missing node valiantly +b missing node daftly +b missing node recovery +b missing node bootjacks +b missing node ignitors +b missing node expressively +b missing node flaming +b missing node prejudicial +b missing node recovers +b missing node juristic +b missing node melded +b missing node grapnel +b missing node wristy +b missing node prods +b missing node toddle +b missing node wrists +b missing node neckerchief +b missing node nigglingly +b missing node melder +b missing node vapidity +b missing node behaviors +b missing node cuestas +b missing node rubbing +b missing node conscripttion +b missing node myeloma +b missing node intensively +b missing node expressionism +b missing node gavelling +b missing node teutons +b missing node turquoise +b missing node warlock +b missing node conoidal +b missing node expressionist +b missing node rickettsiae +b missing node knucklebone +b missing node rickettsial +b missing node rickettsias +b missing node colonialists +b missing node probe +b missing node spermatocide +b missing node taurine +b missing node matrixes +b missing node exudates +b missing node legateship +b missing node proas +b missing node branchier +b missing node shammy +b missing node mordanted +b missing node goldfish +b missing node gargle +b missing node mountainous +b missing node mutagenic +b missing node logrolled +b missing node summit +b missing node airflows +b missing node dockets +b missing node cutout +b missing node ulcerates +b missing node algicides +b missing node pulsing +b missing node tools +b missing node ulcerated +b missing node macrocosmic +b missing node leaseholder +b missing node reaccustom +b missing node crosspiece +b missing node sinhalese +b missing node anywheres +b missing node facelift +b missing node dockers +b missing node ptomain +b missing node winning +b missing node liqueur +b missing node summon +b missing node masculines +b missing node nitrifying +b missing node relaunders +b missing node waistline +b missing node confrere +b missing node hermeneutically +b missing node pirozhki +b missing node disked +b missing node surveil +b missing node crazed +b missing node registrarship +b missing node crumblier +b missing node flamier +b missing node presumptuousness +b missing node rubbish +b missing node digressions +b missing node biocycles +b missing node untrod +b missing node crazes +b missing node interlopes +b missing node interloper +b missing node orpines +b missing node tentatively +b missing node siam +b missing node inordinate +b missing node crumbling +b missing node argals +b missing node smoked +b missing node interloped +b missing node proem +b missing node baptismally +b missing node unconsciousness +b missing node microelectronic +b missing node topographically +b missing node shoplifting +b missing node psychogenically +b missing node claimless +b missing node profs +b missing node sibs +b missing node immigrants +b missing node liquids +b missing node finial +b missing node quizzing +b missing node refilming +b missing node decayedness +b missing node vestment +b missing node smokey +b missing node borrowers +b missing node histogram +b missing node smoker +b missing node sick +b missing node wordplays +b missing node pliantly +b missing node frustrations +b missing node smokes +b missing node wiremen +b missing node izar +b missing node exterminations +b missing node drove +b missing node siphon +b missing node sics +b missing node houselights +b missing node progs +b missing node firmest +b missing node side +b missing node fourfold +b missing node transferrable +b missing node addax +b missing node liquify +b missing node drown +b missing node unrolls +b missing node crazies +b missing node crazier +b missing node highboard +b missing node picks +b missing node salacity +b missing node unkind +b missing node picky +b missing node visibly +b missing node turtlers +b missing node visible +b missing node shinny +b missing node ousel +b missing node pilling +b missing node mythologies +b missing node intruders +b missing node prognathous +b missing node embedding +b missing node blotching +b missing node unshared +b missing node firmers +b missing node sift +b missing node constants +b missing node tweezing +b missing node bleached +b missing node unsavory +b missing node sign +b missing node pillion +b missing node clement +b missing node sigh +b missing node descends +b missing node bleaches +b missing node bleacher +b missing node brocading +b missing node shales +b missing node stuporous +b missing node exercise +b missing node brownout +b missing node vesicants +b missing node centenarian +b missing node bimester +b missing node visorless +b missing node faceless +b missing node impassively +b missing node beeriest +b missing node primordial +b missing node taller +b missing node depressor +b missing node picot +b missing node sundogs +b missing node tonne +b missing node cloudiest +b missing node compromised +b missing node scolders +b missing node enclosures +b missing node salability +b missing node shaled +b missing node silvering +b missing node trowel +b missing node prole +b missing node pewter +b missing node compromiser +b missing node compromises +b missing node trowed +b missing node tourmaline +b missing node fledge +b missing node hoboing +b missing node bumpers +b missing node fledgy +b missing node coalifies +b missing node proms +b missing node diagnostic +b missing node bankrolling +b missing node shifters +b missing node fatherland +b missing node coalified +b missing node volunteering +b missing node prong +b missing node prone +b missing node blurriest +b missing node addle +b missing node bumkin +b missing node actuarial +b missing node crazily +b missing node ganglionic +b missing node shined +b missing node icing +b missing node holidays +b missing node figeaters +b missing node proof +b missing node deifications +b missing node stereotyped +b missing node sugarless +b missing node centenaries +b missing node parterre +b missing node bemoaning +b missing node shindy +b missing node winterkilled +b missing node idiogram +b missing node constituently +b missing node prelimits +b missing node scuttle +b missing node lottery +b missing node tenoners +b missing node metalize +b missing node crazing +b missing node shines +b missing node shiner +b missing node props +b missing node bungholes +b missing node healable +b missing node untutored +b missing node goatskin +b missing node plumpened +b missing node duskier +b missing node algebraic +b missing node opticians +b missing node icily +b missing node anesthesia +b missing node boohoo +b missing node downfalls +b missing node disturbing +b missing node buttoned +b missing node resellers +b missing node buttoner +b missing node predicable +b missing node wireman +b missing node especial +b missing node thrower +b missing node depresses +b missing node encystments +b missing node incomes +b missing node fining +b missing node depressed +b missing node actuaries +b missing node notorious +b missing node stereotyper +b missing node mahonias +b missing node stereotypes +b missing node subcontractors +b missing node metalist +b missing node perambulators +b missing node aweless +b missing node muskiest +b missing node tallow +b missing node kohls +b missing node prose +b missing node blotchier +b missing node airscrew +b missing node ruffians +b missing node ensconced +b missing node capacitances +b missing node underexposing +b missing node ensconces +b missing node prosy +b missing node seashores +b missing node espial +b missing node praesidia +b missing node renegers +b missing node added +b missing node adder +b missing node objectives +b missing node berserks +b missing node proud +b missing node consistent +b missing node continuations +b missing node wofully +b missing node interruption +b missing node thighs +b missing node cutler +b missing node cutlet +b missing node shalom +b missing node noumena +b missing node prove +b missing node palindromes +b missing node castrations +b missing node eruptively +b missing node sire +b missing node savannah +b missing node wringing +b missing node sirs +b missing node savannas +b missing node tonal +b missing node dolors +b missing node scruffs +b missing node hiccoughs +b missing node scruffy +b missing node brusker +b missing node interrupting +b missing node proxy +b missing node diffusely +b missing node expiable +b missing node dolour +b missing node site +b missing node headhunters +b missing node espies +b missing node drivelled +b missing node anesthetic +b missing node giantisms +b missing node finalized +b missing node candours +b missing node lodestars +b missing node nacreous +b missing node preaccept +b missing node viceroys +b missing node situ +b missing node prows +b missing node sawbills +b missing node sits +b missing node espied +b missing node driveller +b missing node prowl +b missing node finalizes +b missing node sitz +b missing node supraliminally +b missing node ousts +b missing node cutlas +b missing node lapland +b missing node algonquin +b missing node preestablishes +b missing node untold +b missing node malefactor +b missing node gangliate +b missing node comedienne +b missing node preestablished +b missing node gleaning +b missing node diplomatic +b missing node laniard +b missing node subsoiling +b missing node sneering +b missing node bartends +b missing node covetously +b missing node diplomates +b missing node tillable +b missing node morphine +b missing node reachable +b missing node petition +b missing node filbert +b missing node starless +b missing node flouter +b missing node erelong +b missing node embosomed +b missing node flecky +b missing node flecks +b missing node flouted +b missing node contesting +b missing node conjoining +b missing node diffusers +b missing node acquirements +b missing node sikh +b missing node bespangle +b missing node plutonium +b missing node shinto +b missing node impostors +b missing node cribbing +b missing node levering +b missing node townie +b missing node recesses +b missing node suddenness +b missing node prefigure +b missing node starlets +b missing node recessed +b missing node resummon +b missing node massiest +b missing node equals +b missing node disclose +b missing node pinewoods +b missing node redskin +b missing node energetics +b missing node defats +b missing node planning +b missing node mirkest +b missing node reprimanded +b missing node tonic +b missing node mollifiers +b missing node vomits +b missing node patellate +b missing node nobodies +b missing node plutonism +b missing node flamboyancy +b missing node simp +b missing node sheathing +b missing node usurers +b missing node cauterizing +b missing node interruptive +b missing node keenest +b missing node flamboyance +b missing node irreverent +b missing node mythologist +b missing node overmuches +b missing node silk +b missing node sill +b missing node hexahedra +b missing node gunnel +b missing node vanadiums +b missing node civilizable +b missing node gunner +b missing node silt +b missing node silo +b missing node vaulty +b missing node descents +b missing node vaults +b missing node anonymously +b missing node keeners +b missing node bruskly +b missing node gunned +b missing node introduce +b missing node raising +b missing node institutionalized +b missing node semipolitical +b missing node staleness +b missing node embryologically +b missing node raisins +b missing node raisiny +b missing node caracals +b missing node crimsons +b missing node sins +b missing node consciences +b missing node sinh +b missing node stewarded +b missing node sink +b missing node toned +b missing node chitter +b missing node sine +b missing node sing +b missing node seashell +b missing node contractually +b missing node eradicable +b missing node jointing +b missing node movies +b missing node boredom +b missing node recked +b missing node seigneurs +b missing node emotionless +b missing node pickled +b missing node tones +b missing node pickles +b missing node toner +b missing node woefullest +b missing node hypotensive +b missing node attachments +b missing node gayety +b missing node ptomaine +b missing node sips +b missing node tongs +b missing node prudences +b missing node excitedly +b missing node radars +b missing node hippiedom +b missing node gayest +b missing node bionics +b missing node ergotic +b missing node fledgling +b missing node shat +b missing node shay +b missing node sham +b missing node failing +b missing node downshifts +b missing node institutionalizes +b missing node zips +b missing node scubas +b missing node traitorousness +b missing node hoisting +b missing node rescuing +b missing node helplessness +b missing node christians +b missing node overstates +b missing node hingers +b missing node promisee +b missing node promised +b missing node parklands +b missing node zion +b missing node handspring +b missing node overstated +b missing node projects +b missing node hegemon +b missing node promises +b missing node promiser +b missing node retrofits +b missing node aroids +b missing node boogie +b missing node maturates +b missing node zinc +b missing node townships +b missing node proctoscopies +b missing node tornadoes +b missing node compressedly +b missing node zing +b missing node rewarding +b missing node maturated +b missing node sickish +b missing node thieve +b missing node squirish +b missing node globing +b missing node shutdown +b missing node unfetters +b missing node miniaturize +b missing node begums +b missing node smelted +b missing node collocations +b missing node shah +b missing node stogies +b missing node incredulously +b missing node shad +b missing node gigue +b missing node shag +b missing node hypotension +b missing node hollands +b missing node eurasian +b missing node shes +b missing node scarred +b missing node shew +b missing node valorizing +b missing node unworthy +b missing node ideates +b missing node bookmarks +b missing node habituates +b missing node fishpond +b missing node mountaineering +b missing node tommy +b missing node flexures +b missing node impartialness +b missing node melanic +b missing node nationalizes +b missing node melanin +b missing node chocking +b missing node habituated +b missing node versers +b missing node cerebrum +b missing node zizzle +b missing node defame +b missing node nationalized +b missing node datura +b missing node dazed +b missing node sceptral +b missing node dragooned +b missing node fishpole +b missing node drearies +b missing node muralist +b missing node drearier +b missing node booger +b missing node grammars +b missing node melange +b missing node etymology +b missing node downlinking +b missing node studios +b missing node finaglers +b missing node shed +b missing node reckon +b missing node declaring +b missing node sciatica +b missing node ideated +b missing node forejudgment +b missing node workout +b missing node inadmissibly +b missing node displeased +b missing node electrocute +b missing node remonstrant +b missing node tankships +b missing node sciatics +b missing node rumours +b missing node talmud +b missing node pageantry +b missing node displeases +b missing node fleche +b missing node endorse +b missing node churchill +b missing node zigs +b missing node permutational +b missing node spreading +b missing node inadmissible +b missing node anglers +b missing node miniaturist +b missing node hatmaker +b missing node cowpokes +b missing node fussing +b missing node abstains +b missing node condescended +b missing node brevets +b missing node lesion +b missing node commuters +b missing node leprosies +b missing node reweighed +b missing node churching +b missing node dazes +b missing node southwest +b missing node sceptres +b missing node restatement +b missing node sceptred +b missing node heelposts +b missing node sanities +b missing node promisor +b missing node chinless +b missing node sometime +b missing node deface +b missing node refashion +b missing node ichor +b missing node shelties +b missing node studies +b missing node snailed +b missing node studier +b missing node checklist +b missing node tendrils +b missing node infrangible +b missing node lavatory +b missing node evacuants +b missing node attributions +b missing node preenlistment +b missing node attributable +b missing node juveniles +b missing node hosier +b missing node flipper +b missing node cumbrous +b missing node captivation +b missing node discoverable +b missing node studied +b missing node alkalinities +b missing node remonstrate +b missing node handcart +b missing node handcars +b missing node flipped +b missing node spiciest +b missing node sparkiest +b missing node sideswiping +b missing node percents +b missing node embrocation +b missing node elocutionists +b missing node clinics +b missing node nonelastic +b missing node octoroon +b missing node captivating +b missing node palindromic +b missing node millennial +b missing node catarrhally +b missing node squiring +b missing node unthawed +b missing node crawly +b missing node embrocating +b missing node cycads +b missing node insureds +b missing node meadow +b missing node crawls +b missing node cerebric +b missing node priories +b missing node visualizing +b missing node preforming +b missing node alleviation +b missing node repressibilities +b missing node elevator +b missing node asynchronous +b missing node awaiters +b missing node oldster +b missing node pigmentations +b missing node uprise +b missing node shakos +b missing node metamorphism +b missing node originating +b missing node alleviating +b missing node acceptances +b missing node cesareans +b missing node desalinization +b missing node seamanship +b missing node denaturants +b missing node oxidations +b missing node sunflower +b missing node companionways +b missing node reasons +b missing node redeemability +b missing node actives +b missing node unionistic +b missing node blazers +b missing node hydrologist +b missing node pathway +b missing node fussier +b missing node autodialer +b missing node thistles +b missing node placidness +b missing node caverns +b missing node banana +b missing node progenies +b missing node trivets +b missing node tabbed +b missing node afford +b missing node internists +b missing node fussily +b missing node transcends +b missing node finite +b missing node guiling +b missing node buncoing +b missing node metaling +b missing node crisply +b missing node europeans +b missing node kingly +b missing node autodialed +b missing node fearsomely +b missing node trombone +b missing node citable +b missing node teetotaled +b missing node centralizing +b missing node lucres +b missing node finish +b missing node unsticks +b missing node cateresses +b missing node landfalls +b missing node teetotaler +b missing node extricate +b missing node nereids +b missing node adept +b missing node misstatements +b missing node origination +b missing node poltroons +b missing node icier +b missing node shul +b missing node shun +b missing node flatbeds +b missing node reclad +b missing node roadbed +b missing node shut +b missing node hoboism +b missing node tartufe +b missing node elapsing +b missing node cerebral +b missing node restrainer +b missing node adjudications +b missing node fecundate +b missing node finiteness +b missing node unpacks +b missing node luxuriance +b missing node restrained +b missing node citruses +b missing node momentary +b missing node dismes +b missing node datums +b missing node dethronement +b missing node downsizes +b missing node restraints +b missing node sicking +b missing node cithara +b missing node orotundity +b missing node rustically +b missing node lactate +b missing node pretests +b missing node downsized +b missing node woodcuts +b missing node garish +b missing node bondmaid +b missing node furrowing +b missing node consolidators +b missing node serfages +b missing node thwacked +b missing node alleviative +b missing node gaoling +b missing node wickings +b missing node thwacker +b missing node railhead +b missing node nonhereditary +b missing node reciprocality +b missing node gravitons +b missing node shit +b missing node vinaigrette +b missing node picnic +b missing node shiv +b missing node superfluities +b missing node shin +b missing node picas +b missing node shim +b missing node ship +b missing node relaunder +b missing node savorily +b missing node sections +b missing node ritually +b missing node plotted +b missing node longhorns +b missing node tomes +b missing node osmoses +b missing node plotter +b missing node maniples +b missing node insurers +b missing node exquisite +b missing node acerbest +b missing node angelical +b missing node swamies +b missing node savoring +b missing node shaker +b missing node osmosed +b missing node shakes +b missing node hillock +b missing node devise +b missing node shaken +b missing node sundown +b missing node breveting +b missing node misalleging +b missing node angelicas +b missing node shop +b missing node overstimulates +b missing node shoo +b missing node show +b missing node mungoose +b missing node shot +b missing node dismal +b missing node metering +b missing node overstimulated +b missing node denizens +b missing node dismay +b missing node kevels +b missing node disencumber +b missing node billowy +b missing node crisped +b missing node daydreaming +b missing node kinged +b missing node glutei +b missing node billows +b missing node jumbuck +b missing node gluten +b missing node shod +b missing node shoe +b missing node beleaguers +b missing node drearily +b missing node compositely +b missing node crispen +b missing node crisper +b missing node rontgen +b missing node rabbets +b missing node reinstallments +b missing node complexional +b missing node pushups +b missing node lacerations +b missing node songstress +b missing node whimpered +b missing node insatiability +b missing node shmo +b missing node informing +b missing node testimony +b missing node complexioned +b missing node grandnieces +b missing node spiritualizes +b missing node implodes +b missing node pinhole +b missing node kelvin +b missing node unapplied +b missing node paunchier +b missing node imploded +b missing node osmosis +b missing node spiritualized +b missing node grills +b missing node sulkiest +b missing node reweigh +b missing node ingratitude +b missing node tombs +b missing node giblets +b missing node wantage +b missing node retrofire +b missing node grille +b missing node realization +b missing node snowsuits +b missing node flittered +b missing node desugar +b missing node occur +b missing node rubbled +b missing node angrily +b missing node motlier +b missing node bewailers +b missing node plougher +b missing node olive +b missing node minimization +b missing node colorably +b missing node dripping +b missing node stockpiling +b missing node loquacity +b missing node pathways +b missing node ploughed +b missing node rubbles +b missing node postmarked +b missing node texture +b missing node governorate +b missing node differentiate +b missing node tiaraed +b missing node renascences +b missing node oglers +b missing node exhibitions +b missing node crabbed +b missing node spuing +b missing node touch +b missing node euphonies +b missing node transnational +b missing node roaders +b missing node crabber +b missing node episcopalians +b missing node enthrone +b missing node diction +b missing node pistillate +b missing node justify +b missing node racialism +b missing node racialist +b missing node carbonizing +b missing node patronize +b missing node cowbell +b missing node plowable +b missing node epicenter +b missing node precipitations +b missing node antiseptics +b missing node timeliness +b missing node unheated +b missing node simulator +b missing node unpopularly +b missing node bayoneted +b missing node candescent +b missing node colorable +b missing node regretting +b missing node trioxide +b missing node testifies +b missing node goofier +b missing node testifier +b missing node astrological +b missing node pickup +b missing node pogroms +b missing node fabricator +b missing node catskill +b missing node frenzy +b missing node populating +b missing node sculpturing +b missing node brownish +b missing node unlamented +b missing node rebelliously +b missing node tough +b missing node misspeak +b missing node incliners +b missing node melancholies +b missing node justice +b missing node disbelieve +b missing node olios +b missing node hawthorn +b missing node vincent +b missing node calcifying +b missing node through +b missing node anesthetists +b missing node stimuli +b missing node upturning +b missing node sarong +b missing node verandahs +b missing node population +b missing node testified +b missing node aerologists +b missing node squirreled +b missing node porkers +b missing node goldest +b missing node costlier +b missing node saltworts +b missing node weariless +b missing node torchbearers +b missing node condemnations +b missing node permittee +b missing node permitted +b missing node fiscally +b missing node leisureless +b missing node burnoose +b missing node fostering +b missing node abbreviations +b missing node differentials +b missing node griefs +b missing node hurriedly +b missing node salvoed +b missing node subhuman +b missing node cordoning +b missing node commonness +b missing node aggregational +b missing node disquisition +b missing node colostomy +b missing node laurelling +b missing node drippier +b missing node histograms +b missing node waterskiing +b missing node antique +b missing node necromancy +b missing node aerometer +b missing node chivalrous +b missing node quaffer +b missing node chickweeds +b missing node jollying +b missing node opiumisms +b missing node awaiting +b missing node mistiming +b missing node dolmen +b missing node furrowers +b missing node darts +b missing node theocrats +b missing node suitableness +b missing node quaffed +b missing node stopwatch +b missing node hillier +b missing node navigating +b missing node advisedly +b missing node interestingly +b missing node manically +b missing node polymorphous +b missing node fabricates +b missing node furniture +b missing node appetizingly +b missing node munched +b missing node sparing +b missing node announcing +b missing node showgirl +b missing node elocution +b missing node entrenching +b missing node muncher +b missing node munches +b missing node tangibility +b missing node savorier +b missing node ardours +b missing node approvingly +b missing node savories +b missing node finked +b missing node casehardens +b missing node darns +b missing node mistrals +b missing node symbiotically +b missing node restore +b missing node justing +b missing node ivories +b missing node browning +b missing node footboard +b missing node nonsuppression +b missing node dechlorinate +b missing node repacks +b missing node exhort +b missing node easterly +b missing node dolman +b missing node incontrovertibly +b missing node mildness +b missing node sundial +b missing node incontrovertible +b missing node outposts +b missing node insincerities +b missing node teapot +b missing node sloughs +b missing node sloughy +b missing node luminal +b missing node touchier +b missing node fabricated +b missing node oxidize +b missing node pennon +b missing node reintroduction +b missing node acceder +b missing node chapt +b missing node technique +b missing node nonconfidence +b missing node rounders +b missing node accedes +b missing node churchman +b missing node scar +b missing node scat +b missing node importunateness +b missing node unfrequented +b missing node ixia +b missing node empresses +b missing node roundest +b missing node chaos +b missing node caponize +b missing node mavens +b missing node ahimsa +b missing node disney +b missing node quaggiest +b missing node snippier +b missing node pennines +b missing node furor +b missing node nonce +b missing node chaps +b missing node attic +b missing node dangers +b missing node clodhopping +b missing node plaintiffs +b missing node inexcusably +b missing node chary +b missing node suave +b missing node chase +b missing node traitorously +b missing node preadjustments +b missing node deceasing +b missing node inexcusable +b missing node prioress +b missing node twirps +b missing node goatish +b missing node chasm +b missing node enticements +b missing node foreseeing +b missing node chickens +b missing node mainstreams +b missing node emergencies +b missing node picket +b missing node creasiest +b missing node chard +b missing node chare +b missing node obscurant +b missing node fiducial +b missing node charm +b missing node picked +b missing node mercery +b missing node towering +b missing node chart +b missing node whimperingly +b missing node chars +b missing node picker +b missing node garden +b missing node realizing +b missing node begging +b missing node hurtles +b missing node cloaking +b missing node bonding +b missing node lambers +b missing node lambert +b missing node parthenon +b missing node quarriers +b missing node subsegments +b missing node vixenish +b missing node champ +b missing node logwoods +b missing node churchmen +b missing node scenarists +b missing node perfidies +b missing node sulfites +b missing node intriguingly +b missing node hearable +b missing node dashy +b missing node copycatted +b missing node forefeels +b missing node japeries +b missing node chalk +b missing node hurtled +b missing node vitric +b missing node phraseology +b missing node dungaree +b missing node navigation +b missing node subsidiary +b missing node highjacked +b missing node experimenting +b missing node dowdily +b missing node mariposa +b missing node mortgageable +b missing node reticently +b missing node twirls +b missing node launderers +b missing node ohmages +b missing node posteriority +b missing node abstractness +b missing node pacemakers +b missing node twirly +b missing node chant +b missing node grandstand +b missing node furls +b missing node floggings +b missing node oenophile +b missing node unsealed +b missing node bungling +b missing node divested +b missing node forksful +b missing node pickax +b missing node infrared +b missing node oxidise +b missing node salvoes +b missing node chams +b missing node scag +b missing node scad +b missing node fragments +b missing node scab +b missing node confederations +b missing node irises +b missing node distrustfulness +b missing node scan +b missing node chang +b missing node scam +b missing node acceded +b missing node brownies +b missing node brownier +b missing node sickled +b missing node accepter +b missing node captivators +b missing node sickles +b missing node demodulate +b missing node accepted +b missing node penned +b missing node headways +b missing node acceptee +b missing node angrier +b missing node melancholiac +b missing node snippily +b missing node snipping +b missing node penner +b missing node cinnamon +b missing node sideline +b missing node penney +b missing node lambent +b missing node whorled +b missing node reproductions +b missing node endpoint +b missing node emeers +b missing node calvinists +b missing node betrothals +b missing node designations +b missing node placebos +b missing node everymen +b missing node emergent +b missing node synonyms +b missing node constricts +b missing node adaptability +b missing node synonymy +b missing node pasteboard +b missing node roberts +b missing node tuesday +b missing node crimeless +b missing node meriting +b missing node hipness +b missing node furze +b missing node ghostliest +b missing node drivelers +b missing node accusatively +b missing node chair +b missing node chain +b missing node tequila +b missing node pueblo +b missing node hosing +b missing node forgoing +b missing node reaccustoms +b missing node skidways +b missing node goofily +b missing node offshore +b missing node furry +b missing node binaurally +b missing node chads +b missing node inceptions +b missing node mercers +b missing node pennae +b missing node incise +b missing node outgunned +b missing node martyrdoms +b missing node conscription +b missing node vagabondism +b missing node skated +b missing node hilling +b missing node commented +b missing node revamp +b missing node incite +b missing node consitutional +b missing node skater +b missing node unsalability +b missing node skates +b missing node pickle +b missing node pirogues +b missing node gerontologists +b missing node isostatically +b missing node remunerators +b missing node saltworks +b missing node intelligibly +b missing node remuneratory +b missing node redundant +b missing node envelopments +b missing node fellies +b missing node attar +b missing node complicatedly +b missing node everyman +b missing node offshoot +b missing node balkiest +b missing node goofing +b missing node buncoed +b missing node intelligible +b missing node costiveness +b missing node restock +b missing node uvulars +b missing node dinting +b missing node futilities +b missing node chaff +b missing node bloomers +b missing node beriberis +b missing node electioneer +b missing node scil +b missing node chafe +b missing node molesters +b missing node bloomery +b missing node sunbaths +b missing node inflorescence +b missing node humoured +b missing node victorious +b missing node silkiest +b missing node dropping +b missing node paisleys +b missing node sparerib +b missing node sunbathe +b missing node total +b missing node twitch +b missing node anathematizing +b missing node trustifying +b missing node photograph +b missing node cecropia +b missing node searchlights +b missing node rivetting +b missing node structuring +b missing node cookshop +b missing node penetrative +b missing node fanlight +b missing node epicureans +b missing node cuttle +b missing node shoeing +b missing node saps +b missing node nolle +b missing node fetors +b missing node tieback +b missing node bitable +b missing node novitiates +b missing node milords +b missing node whereases +b missing node impalpability +b missing node disguised +b missing node sawbuck +b missing node ionicity +b missing node encysting +b missing node salivated +b missing node dilations +b missing node disguises +b missing node sane +b missing node sand +b missing node cumquat +b missing node sang +b missing node sucks +b missing node multivalence +b missing node salivates +b missing node sank +b missing node groutier +b missing node buggered +b missing node prayerfulness +b missing node reengaging +b missing node dialogged +b missing node glitches +b missing node scorpio +b missing node glasgow +b missing node sans +b missing node basters +b missing node mountaintop +b missing node semicircular +b missing node dubiousness +b missing node disillusionments +b missing node profiter +b missing node cosigners +b missing node overpraises +b missing node jiujutsus +b missing node intimidate +b missing node totes +b missing node toter +b missing node same +b missing node totem +b missing node dialed +b missing node profited +b missing node inorganically +b missing node foisted +b missing node dialer +b missing node unslinging +b missing node flied +b missing node penmen +b missing node sale +b missing node clinker +b missing node recede +b missing node overpraised +b missing node immigrate +b missing node boffins +b missing node gigabits +b missing node rinded +b missing node flies +b missing node flier +b missing node majesties +b missing node salt +b missing node clinked +b missing node oblongatas +b missing node sake +b missing node prelimiting +b missing node oblongatae +b missing node roulade +b missing node dolled +b missing node seminarian +b missing node flick +b missing node restoration +b missing node uniaxial +b missing node grifts +b missing node happening +b missing node dominican +b missing node operand +b missing node potentiating +b missing node toted +b missing node chuckle +b missing node operant +b missing node dowdiness +b missing node shivas +b missing node imaginations +b missing node french +b missing node restorative +b missing node caseharden +b missing node flirt +b missing node dockage +b missing node draconian +b missing node shivah +b missing node detestable +b missing node says +b missing node tumultuous +b missing node abduction +b missing node backlogging +b missing node caroling +b missing node admonishing +b missing node carolina +b missing node nevada +b missing node inelegantly +b missing node enumeration +b missing node abandon +b missing node depolarized +b missing node revaluing +b missing node bumpkin +b missing node laburnums +b missing node evoking +b missing node altering +b missing node billies +b missing node lucked +b missing node felling +b missing node sawn +b missing node depolarizes +b missing node flips +b missing node depolarizer +b missing node kickstand +b missing node dollar +b missing node enumerating +b missing node scholarships +b missing node saws +b missing node decorate +b missing node programmatic +b missing node geomancies +b missing node talons +b missing node acclaimer +b missing node galumphs +b missing node abducting +b missing node save +b missing node wyoming +b missing node acclaimed +b missing node apparatuses +b missing node tantalizingly +b missing node flint +b missing node dowdier +b missing node dowdies +b missing node fling +b missing node scarped +b missing node chevaliers +b missing node frostlike +b missing node subpartnership +b missing node washrags +b missing node veinlet +b missing node scarper +b missing node operate +b missing node expulsions +b missing node discriminator +b missing node centimeters +b missing node repetitively +b missing node lifestyles +b missing node appeasements +b missing node planarity +b missing node sate +b missing node cutter +b missing node horseless +b missing node camelopard +b missing node imperfect +b missing node sass +b missing node recharged +b missing node luckie +b missing node newfound +b missing node seafarers +b missing node flammed +b missing node towhee +b missing node dialog +b missing node between +b missing node sash +b missing node twists +b missing node koala +b missing node recharges +b missing node herder +b missing node efficaciously +b missing node doddering +b missing node detestably +b missing node powdering +b missing node liquate +b missing node signpost +b missing node herded +b missing node sari +b missing node sufferance +b missing node graceless +b missing node linguini +b missing node contort +b missing node demounts +b missing node linguine +b missing node sidetracked +b missing node unlocked +b missing node providers +b missing node keltic +b missing node emigrated +b missing node consolations +b missing node mollified +b missing node interleaved +b missing node popinjay +b missing node relishable +b missing node coracle +b missing node firesides +b missing node mollifies +b missing node towies +b missing node interleaves +b missing node saunterer +b missing node gildings +b missing node decapods +b missing node woodland +b missing node mollifier +b missing node protectional +b missing node alexandria +b missing node antarctica +b missing node textual +b missing node trepans +b missing node discriminated +b missing node gunmen +b missing node colluding +b missing node survive +b missing node dross +b missing node affirm +b missing node worsteds +b missing node terrene +b missing node koans +b missing node billing +b missing node zarfs +b missing node ginny +b missing node discriminates +b missing node nomad +b missing node embankments +b missing node baseness +b missing node chiders +b missing node drone +b missing node unfortified +b missing node wideness +b missing node parables +b missing node disbeliefs +b missing node apparats +b missing node permanents +b missing node provident +b missing node arboretum +b missing node cellular +b missing node inherent +b missing node contour +b missing node dubbers +b missing node wideners +b missing node drool +b missing node billion +b missing node touchily +b missing node transient +b missing node sundowns +b missing node shiver +b missing node linguist +b missing node squirmiest +b missing node shoelaces +b missing node canvass +b missing node granddaughter +b missing node dipsomania +b missing node albinoism +b missing node deformations +b missing node masonries +b missing node simulated +b missing node nudging +b missing node briticism +b missing node sauntered +b missing node unpresentable +b missing node advocacies +b missing node classified +b missing node phenolic +b missing node simulates +b missing node ginks +b missing node aurorean +b missing node burundi +b missing node gunman +b missing node flite +b missing node droop +b missing node trollers +b missing node duskish +b missing node emigrates +b missing node jibed +b missing node piezoelectricity +b missing node gravities +b missing node unpresentably +b missing node flits +b missing node jibes +b missing node buckshots +b missing node jiber +b missing node touching +b missing node drops +b missing node dropt +b missing node classifier +b missing node classifies +b missing node consomme +b missing node recept +b missing node lazuli +b missing node reascending +b missing node geneticists +b missing node droit +b missing node disorders +b missing node constance +b missing node solitaries +b missing node esculents +b missing node potentiation +b missing node triodes +b missing node youngsters +b missing node xenophobe +b missing node goofball +b missing node tricycles +b missing node redbuds +b missing node penman +b missing node grieve +b missing node tilling +b missing node verdicts +b missing node pulsers +b missing node encouraged +b missing node grouting +b missing node tutoress +b missing node cartridges +b missing node basketry +b missing node misdealing +b missing node dater +b missing node dates +b missing node teared +b missing node dusking +b missing node tearer +b missing node keyed +b missing node autarchy +b missing node seminaries +b missing node droll +b missing node recess +b missing node exserted +b missing node strapper +b missing node workups +b missing node sardine +b missing node councils +b missing node strapped +b missing node misbegetting +b missing node frenum +b missing node constancy +b missing node equivocating +b missing node redbugs +b missing node woeful +b missing node novocain +b missing node unapplicable +b missing node pipefish +b missing node organelles +b missing node photographer +b missing node ceruleans +b missing node dollop +b missing node parcels +b missing node dated +b missing node duskily +b missing node equivocation +b missing node garcon +b missing node trolleys +b missing node backlists +b missing node encourager +b missing node encourages +b missing node scolding +b missing node demijohns +b missing node synaesthetic +b missing node hemmers +b missing node boomer +b missing node recent +b missing node turtling +b missing node meatless +b missing node chargers +b missing node cromwellian +b missing node supranational +b missing node argumentive +b missing node boomed +b missing node photographic +b missing node qophs +b missing node progenitors +b missing node abreacts +b missing node paretics +b missing node climatically +b missing node noneducable +b missing node podium +b missing node raisers +b missing node renegade +b missing node keening +b missing node informers +b missing node codeless +b missing node generalizes +b missing node generalizer +b missing node faulkner +b missing node niobiums +b missing node spacecraft +b missing node shirks +b missing node unmarred +b missing node versify +b missing node utilise +b missing node asseverated +b missing node liquidizing +b missing node consecrating +b missing node brutified +b missing node numerator +b missing node colluders +b missing node unkennels +b missing node reserpine +b missing node regenerators +b missing node towing +b missing node slipperiness +b missing node processions +b missing node metamorphisms +b missing node persuasively +b missing node smooth +b missing node bantering +b missing node neoplastic +b missing node oxidative +b missing node alleviatory +b missing node debriefings +b missing node woefully +b missing node alleviators +b missing node chromiums +b missing node asseverates +b missing node liquefy +b missing node outarguing +b missing node unfavored +b missing node recognize +b missing node geezer +b missing node ensure +b missing node starling +b missing node unwomanly +b missing node mirthfully +b missing node commodore +b missing node dastard +b missing node octuple +b missing node sequestering +b missing node holdup +b missing node noons +b missing node utility +b missing node cutworms +b missing node improperness +b missing node sparker +b missing node antinomian +b missing node prophesy +b missing node sissyish +b missing node exonerates +b missing node photographed +b missing node tobaccos +b missing node faucet +b missing node terminal +b missing node afeared +b missing node casuistical +b missing node mythology +b missing node octuply +b missing node prophets +b missing node devote +b missing node fauces +b missing node uncustomary +b missing node consoled +b missing node hemming +b missing node outleaping +b missing node medievalism +b missing node weakness +b missing node connubial +b missing node medievalist +b missing node consoles +b missing node consoler +b missing node ventrally +b missing node accustomed +b missing node exonerated +b missing node trollies +b missing node broadsword +b missing node manifoldly +b missing node sweethearts +b missing node charbroiled +b missing node guffaw +b missing node slashing +b missing node shirrs +b missing node tartlets +b missing node noose +b missing node redeemable +b missing node trollied +b missing node loamiest +b missing node daubs +b missing node membrane +b missing node dauby +b missing node atoners +b missing node ultrasuede +b missing node winners +b missing node sheathers +b missing node tramroad +b missing node worthwhile +b missing node sparked +b missing node disown +b missing node unreconstructed +b missing node unriddle +b missing node aquatone +b missing node generalized +b missing node usefully +b missing node jakarta +b missing node lispingly +b missing node destroys +b missing node comprehends +b missing node defaulting +b missing node puppies +b missing node subversions +b missing node shirts +b missing node dispel +b missing node underrunning +b missing node jugful +b missing node effigies +b missing node copyist +b missing node unofficial +b missing node ionising +b missing node plateful +b missing node antiquarians +b missing node disassimilated +b missing node hollyhock +b missing node utilizations +b missing node catmint +b missing node enshroud +b missing node larcener +b missing node datum +b missing node accomplishments +b missing node cofferdams +b missing node seafarer +b missing node oxidating +b missing node windblown +b missing node oxidation +b missing node unsuitable +b missing node shirty +b missing node compartmentally +b missing node devout +b missing node cesspools +b missing node devour +b missing node unsuitably +b missing node torte +b missing node constrain +b missing node horseshoer +b missing node horseshoes +b missing node gelidly +b missing node gunfire +b missing node torts +b missing node copying +b missing node judicatures +b missing node nonmalicious +b missing node beethoven +b missing node nudgers +b missing node fatherless +b missing node microbiologies +b missing node paperbacks +b missing node gimel +b missing node stonework +b missing node torus +b missing node trolling +b missing node bedcover +b missing node brutifies +b missing node banded +b missing node disregards +b missing node nooky +b missing node tillages +b missing node sparkle +b missing node offhand +b missing node grouters +b missing node nooks +b missing node sapheads +b missing node fructoses +b missing node reimbursable +b missing node unswearing +b missing node seal +b missing node seam +b missing node starlike +b missing node methadone +b missing node sedentary +b missing node alibis +b missing node keltics +b missing node rabbits +b missing node exonerator +b missing node impassivity +b missing node headhunting +b missing node bander +b missing node responsive +b missing node kakemonos +b missing node lushest +b missing node accursedness +b missing node agitator +b missing node syntactical +b missing node overexpand +b missing node aeried +b missing node topologies +b missing node weaners +b missing node palinodes +b missing node sear +b missing node seas +b missing node seat +b missing node xerosis +b missing node disturbers +b missing node galatians +b missing node pupping +b missing node inadmissibility +b missing node unkept +b missing node posterities +b missing node interweave +b missing node adieu +b missing node penitently +b missing node torso +b missing node vittle +b missing node drogues +b missing node fluorenes +b missing node daunt +b missing node bandit +b missing node inhabitant +b missing node calabash +b missing node duster +b missing node insufficiencies +b missing node secs +b missing node syntactic +b missing node sect +b missing node sylphy +b missing node sylphs +b missing node aerify +b missing node dusted +b missing node outmode +b missing node torsi +b missing node reselling +b missing node singleness +b missing node holder +b missing node potentiated +b missing node holden +b missing node seed +b missing node parabola +b missing node prospecting +b missing node seer +b missing node seep +b missing node seen +b missing node seem +b missing node seek +b missing node runagates +b missing node potentiates +b missing node sarcomas +b missing node actress +b missing node aeries +b missing node aerier +b missing node synonym +b missing node veinier +b missing node planarian +b missing node compunction +b missing node sees +b missing node tessellating +b missing node presenters +b missing node crackpots +b missing node psychiatric +b missing node subcommission +b missing node elegize +b missing node prophecy +b missing node cuttages +b missing node caveman +b missing node bawled +b missing node megillah +b missing node toros +b missing node paroquets +b missing node ghastliness +b missing node supremer +b missing node captivated +b missing node grandames +b missing node heliocentrically +b missing node fresnels +b missing node disharmonies +b missing node captivates +b missing node gangliest +b missing node fabric +b missing node preappoints +b missing node topazes +b missing node maturities +b missing node impregnations +b missing node greenhorn +b missing node basilisks +b missing node humbugs +b missing node transliterate +b missing node engrossment +b missing node pestilent +b missing node immigrant +b missing node stakeouts +b missing node prearrange +b missing node consecrative +b missing node truncation +b missing node torii +b missing node voodooed +b missing node pretexts +b missing node ligamentous +b missing node swathers +b missing node gimps +b missing node contributors +b missing node awakenings +b missing node contributory +b missing node firming +b missing node cavemen +b missing node nunnish +b missing node skewering +b missing node gimpy +b missing node chucked +b missing node utilize +b missing node humidification +b missing node erotize +b missing node duckie +b missing node antinomies +b missing node appropriateness +b missing node anarchy +b missing node anarchs +b missing node tuckering +b missing node mortgager +b missing node self +b missing node mortgages +b missing node switches +b missing node bawler +b missing node switcher +b missing node mortgagee +b missing node mortgaged +b missing node quizzers +b missing node sell +b missing node kithing +b missing node barbarizing +b missing node capacity +b missing node tessellation +b missing node prospective +b missing node uncertain +b missing node switched +b missing node imbedded +b missing node psalmists +b missing node resuming +b missing node semi +b missing node planarias +b missing node periodic +b missing node sternums +b missing node reifiers +b missing node contusions +b missing node sultrier +b missing node truncating +b missing node send +b missing node confirmations +b missing node ducker +b missing node coinhering +b missing node powderers +b missing node panegyrical +b missing node warplanes +b missing node sent +b missing node quarterfinalist +b missing node veining +b missing node utilities +b missing node captivator +b missing node grumblers +b missing node tousles +b missing node uncompensated +b missing node blotchy +b missing node motorways +b missing node hymens +b missing node penetration +b missing node rewelds +b missing node herald +b missing node stewardship +b missing node torcs +b missing node preassembles +b missing node rejuvenations +b missing node genuflect +b missing node tousled +b missing node abstinent +b missing node wavelength +b missing node cribbers +b missing node ducked +b missing node preassembled +b missing node eddying +b missing node ushers +b missing node elegise +b missing node furbelow +b missing node manifestos +b missing node adjoin +b missing node penetrating +b missing node numerates +b missing node bleariest +b missing node dehumanizes +b missing node devoid +b missing node ollas +b missing node microbiologist +b missing node detractions +b missing node preaccepting +b missing node sept +b missing node dispassionate +b missing node naturedly +b missing node raying +b missing node numerated +b missing node trifocal +b missing node merchant +b missing node scramming +b missing node devoir +b missing node embarrass +b missing node aerial +b missing node scrubby +b missing node leverets +b missing node gaining +b missing node consecration +b missing node tores +b missing node personalization +b missing node elegist +b missing node jackfishes +b missing node dildoes +b missing node dehumanized +b missing node singularly +b missing node pseudo +b missing node revelation +b missing node malignities +b missing node deoxidization +b missing node clangors +b missing node scorned +b missing node phantasts +b missing node toras +b missing node bookstore +b missing node schmeers +b missing node finitude +b missing node recolonizing +b missing node daydreamers +b missing node manifestly +b missing node disemploys +b missing node torch +b missing node adits +b missing node raddle +b missing node libido +b missing node monomeric +b missing node humdinger +b missing node dustup +b missing node intercessions +b missing node origins +b missing node nicotinic +b missing node duckboard +b missing node annuitant +b missing node motleys +b missing node scow +b missing node scot +b missing node industriousness +b missing node scop +b missing node laundering +b missing node bacterially +b missing node nicotines +b missing node coccyxes +b missing node rechristens +b missing node sheepshearing +b missing node appertained +b missing node furzy +b missing node flounce +b missing node torah +b missing node tinfuls +b missing node tuberculous +b missing node erotism +b missing node memphis +b missing node stunted +b missing node flouncy +b missing node hueless +b missing node barkeeps +b missing node flavoured +b missing node shists +b missing node adios +b missing node maisonette +b missing node guldens +b missing node epithalamion +b missing node gourmand +b missing node futural +b missing node breakfront +b missing node monetize +b missing node scum +b missing node burlaps +b missing node scut +b missing node porringers +b missing node clangour +b missing node imprisoned +b missing node unfamiliar +b missing node excoriates +b missing node lambdas +b missing node jollily +b missing node scud +b missing node excoriated +b missing node duskiness +b missing node contravention +b missing node inconsequentially +b missing node pothooks +b missing node experimenters +b missing node carousal +b missing node warlike +b missing node inferior +b missing node chancellorships +b missing node treasuryship +b missing node chidden +b missing node transformers +b missing node prancingly +b missing node persecutee +b missing node spiralling +b missing node persecuted +b missing node diurnally +b missing node breaker +b missing node manifested +b missing node unwatched +b missing node pemmicans +b missing node persecutes +b missing node wringers +b missing node ounce +b missing node insuring +b missing node heritabilities +b missing node scorner +b missing node sideswipers +b missing node nones +b missing node acerbity +b missing node thresholds +b missing node futures +b missing node confirmation +b missing node necromancers +b missing node galoshed +b missing node piloting +b missing node sculptors +b missing node scrawliest +b missing node pesthole +b missing node todays +b missing node galoshes +b missing node heartlessly +b missing node geodes +b missing node neutering +b missing node chaws +b missing node aureateness +b missing node fuses +b missing node development +b missing node glissaded +b missing node holloaing +b missing node octuplet +b missing node fused +b missing node epithalamium +b missing node autograph +b missing node fusee +b missing node doable +b missing node schemed +b missing node glissades +b missing node fusel +b missing node carousel +b missing node elegies +b missing node amputated +b missing node southward +b missing node carouses +b missing node worriedly +b missing node carouser +b missing node chats +b missing node conkers +b missing node seeings +b missing node fluently +b missing node phantasms +b missing node kookier +b missing node caroused +b missing node schemes +b missing node blooming +b missing node aerily +b missing node cithers +b missing node schemer +b missing node cithern +b missing node bubonic +b missing node parches +b missing node shafts +b missing node registrability +b missing node herbal +b missing node afflicts +b missing node parched +b missing node caverned +b missing node microgram +b missing node voyageurs +b missing node towerier +b missing node solarizes +b missing node unfaltering +b missing node hagbuts +b missing node cytologist +b missing node theatric +b missing node chrysolite +b missing node visualizers +b missing node duodecimal +b missing node geodic +b missing node corniest +b missing node gilds +b missing node licensable +b missing node lavalier +b missing node sniping +b missing node erotics +b missing node syrians +b missing node societal +b missing node antichrists +b missing node oncograph +b missing node toque +b missing node jollity +b missing node caribes +b missing node scissored +b missing node octupled +b missing node shiftlessness +b missing node solarized +b missing node perennially +b missing node octuples +b missing node scollops +b missing node cuspidated +b missing node mycotoxic +b missing node potatoes +b missing node featherbedded +b missing node insecurely +b missing node mavins +b missing node feticide +b missing node scathingly +b missing node potentiator +b missing node fusil +b missing node elegiac +b missing node neomorphs +b missing node oviparous +b missing node acronym +b missing node irised +b missing node supines +b missing node bumpier +b missing node undistilled +b missing node mycotoxin +b missing node salutarily +b missing node picograms +b missing node earmarked +b missing node hexagon +b missing node bonneted +b missing node minuteness +b missing node brutality +b missing node repulsively +b missing node smooch +b missing node theatres +b missing node finnan +b missing node harvester +b missing node foggers +b missing node savagism +b missing node harvested +b missing node trochee +b missing node equating +b missing node anthropoids +b missing node edification +b missing node babying +b missing node homeyness +b missing node uprear +b missing node constitutionally +b missing node acacias +b missing node explicate +b missing node erotica +b missing node reinfusing +b missing node bookie +b missing node equation +b missing node unbeknown +b missing node nuance +b missing node biotelemetry +b missing node rostra +b missing node yipes +b missing node militiamen +b missing node piggy +b missing node caribou +b missing node ramrods +b missing node bloomier +b missing node revictual +b missing node terminus +b missing node inebrious +b missing node broiders +b missing node exemplum +b missing node endpoints +b missing node unmended +b missing node sacbuts +b missing node millipede +b missing node trivium +b missing node abidingly +b missing node krypton +b missing node samphires +b missing node pillowy +b missing node illegalities +b missing node flecked +b missing node broidery +b missing node bradded +b missing node pillows +b missing node unshaved +b missing node unconcerned +b missing node crushers +b missing node monologist +b missing node smuts +b missing node workingwomen +b missing node unshaven +b missing node amputates +b missing node initiations +b missing node student +b missing node dibbers +b missing node savaging +b missing node lemmings +b missing node decapitate +b missing node fussy +b missing node misspell +b missing node unindorsed +b missing node tenoning +b missing node respectability +b missing node gills +b missing node misspelt +b missing node inalterable +b missing node gilly +b missing node physically +b missing node crosstalk +b missing node ensued +b missing node finned +b missing node demimondain +b missing node brutalize +b missing node sissified +b missing node bologna +b missing node overtones +b missing node forcibleness +b missing node reinfusion +b missing node unconcluded +b missing node inalterably +b missing node ensues +b missing node perception +b missing node breakup +b missing node booker +b missing node sniggered +b missing node withhold +b missing node dogberry +b missing node commissions +b missing node ornery +b missing node ignorantly +b missing node bumping +b missing node booked +b missing node pillory +b missing node permissiveness +b missing node ameliorate +b missing node misspent +b missing node distortional +b missing node prune +b missing node inched +b missing node babyish +b missing node reopenings +b missing node pigmy +b missing node misspend +b missing node seeable +b missing node wonders +b missing node inches +b missing node bumpily +b missing node success +b missing node meritable +b missing node forayed +b missing node shaggy +b missing node childishness +b missing node cadenzas +b missing node workingwoman +b missing node perceptive +b missing node forayer +b missing node omicrons +b missing node spelunked +b missing node whickers +b missing node spelunker +b missing node cytologies +b missing node grapple +b missing node elevators +b missing node exemplifications +b missing node versine +b missing node versing +b missing node sobriquet +b missing node parsleys +b missing node prude +b missing node marbled +b missing node communalized +b missing node etape +b missing node meditations +b missing node marbles +b missing node david +b missing node marbler +b missing node greatness +b missing node bagginess +b missing node upshots +b missing node reaction +b missing node hydrophobic +b missing node hydrophobia +b missing node hospitality +b missing node kodak +b missing node slumberer +b missing node version +b missing node rheniums +b missing node biosatellites +b missing node fusty +b missing node megalomaniacally +b missing node pistachios +b missing node jealousy +b missing node hyacinths +b missing node reacting +b missing node finagling +b missing node deprogram +b missing node leches +b missing node lecher +b missing node coeducationally +b missing node wanters +b missing node hospitalism +b missing node slumbered +b missing node pretention +b missing node aerosol +b missing node hurrayed +b missing node micronesia +b missing node theocracy +b missing node blowfish +b missing node manifolded +b missing node arsonous +b missing node kinematic +b missing node indemnificator +b missing node newscaster +b missing node reactive +b missing node cambodia +b missing node checkless +b missing node gilts +b missing node hospitalize +b missing node denouncing +b missing node amicableness +b missing node catamites +b missing node carolled +b missing node manufacturable +b missing node vortexes +b missing node tuberculoid +b missing node scuppering +b missing node plumbable +b missing node marksmanship +b missing node amputator +b missing node bondman +b missing node davis +b missing node militiaman +b missing node davit +b missing node savorers +b missing node caroller +b missing node romantics +b missing node aeronautically +b missing node damnedest +b missing node unclosing +b missing node misinterpretations +b missing node entryways +b missing node troches +b missing node spacesuit +b missing node concreteness +b missing node enneagons +b missing node yuletide +b missing node decisive +b missing node filename +b missing node sired +b missing node maven +b missing node efface +b missing node occulters +b missing node siree +b missing node traversing +b missing node champions +b missing node slenderness +b missing node jills +b missing node smashing +b missing node fussers +b missing node nurserymen +b missing node answer +b missing node possibly +b missing node scalesmen +b missing node rubicundity +b missing node prudishness +b missing node acquiescing +b missing node slitless +b missing node whigs +b missing node rheumatology +b missing node irrespective +b missing node funicular +b missing node widgeons +b missing node vibrations +b missing node weirdoes +b missing node pansies +b missing node natrons +b missing node gawkish +b missing node barograms +b missing node unassertive +b missing node grubby +b missing node cunningest +b missing node outsmarting +b missing node stomachers +b missing node palely +b missing node soapwort +b missing node exothermic +b missing node torsionally +b missing node linkups +b missing node grinners +b missing node noncombustibles +b missing node zees +b missing node illusionist +b missing node weighers +b missing node mormonism +b missing node powerboat +b missing node systole +b missing node victoriously +b missing node illusionism +b missing node dominium +b missing node dames +b missing node whiff +b missing node composition +b missing node contravened +b missing node spence +b missing node incompatibilities +b missing node unrest +b missing node dispersions +b missing node cognising +b missing node blimey +b missing node incandescent +b missing node beriberi +b missing node landings +b missing node pseudopodium +b missing node clappers +b missing node chlorinators +b missing node scalesman +b missing node perplexities +b missing node executrixes +b missing node dishrags +b missing node switchboard +b missing node shlemiel +b missing node waterbeds +b missing node brightness +b missing node possible +b missing node bloodings +b missing node indicters +b missing node everest +b missing node notchy +b missing node shrugged +b missing node conspicuously +b missing node versant +b missing node suborbital +b missing node daystars +b missing node spends +b missing node gumshoes +b missing node shadowy +b missing node tercels +b missing node optimistically +b missing node ghee +b missing node foolproof +b missing node aryan +b missing node contravenes +b missing node shadows +b missing node siren +b missing node which +b missing node bistro +b missing node sires +b missing node whirl +b missing node funker +b missing node nonnutritious +b missing node jacky +b missing node intuitively +b missing node decomposable +b missing node souvenir +b missing node whirs +b missing node whirr +b missing node jacks +b missing node gumshoed +b missing node thoroughbreds +b missing node interbanking +b missing node rewrite +b missing node funked +b missing node readmit +b missing node zeal +b missing node nonmeasurable +b missing node whitewashing +b missing node essaying +b missing node indiscriminate +b missing node suckering +b missing node increment +b missing node circularize +b missing node perplexed +b missing node memorability +b missing node dominion +b missing node hamburger +b missing node fuselage +b missing node depictions +b missing node aigrettes +b missing node penthouses +b missing node perplexes +b missing node damps +b missing node anaerobe +b missing node zebu +b missing node frosted +b missing node unintended +b missing node orthopedics +b missing node enunciate +b missing node butchery +b missing node limitlessly +b missing node palest +b missing node whipt +b missing node whips +b missing node butchers +b missing node zaniness +b missing node shockwave +b missing node bucklers +b missing node sorriness +b missing node fickleness +b missing node inductance +b missing node boggling +b missing node unreel +b missing node ghat +b missing node mantlings +b missing node palets +b missing node whiny +b missing node fifteens +b missing node discoursers +b missing node anoxias +b missing node zeds +b missing node contrail +b missing node tricksiest +b missing node opts +b missing node aryls +b missing node single +b missing node squadron +b missing node sludge +b missing node coarsening +b missing node tramell +b missing node whine +b missing node muscles +b missing node singly +b missing node bermudians +b missing node imprecators +b missing node sludgy +b missing node slicing +b missing node deforestation +b missing node opus +b missing node muscled +b missing node contract +b missing node whims +b missing node gingersnaps +b missing node jacob +b missing node denials +b missing node mandolinists +b missing node cowshed +b missing node misnumbered +b missing node malthusian +b missing node nurseryman +b missing node abscess +b missing node cathouses +b missing node essayist +b missing node watson +b missing node ruffian +b missing node darwinists +b missing node uneconomic +b missing node while +b missing node eastbound +b missing node unhitch +b missing node shoreline +b missing node absurdest +b missing node cheateries +b missing node acoustically +b missing node mossier +b missing node needlessly +b missing node blimps +b missing node tramels +b missing node damns +b missing node inclinable +b missing node peelings +b missing node hawser +b missing node hawses +b missing node scientific +b missing node clamming +b missing node brickbats +b missing node advance +b missing node rooting +b missing node callboy +b missing node bugaboo +b missing node deviating +b missing node insidious +b missing node samba +b missing node heiling +b missing node jaded +b missing node girlies +b missing node sambo +b missing node pocks +b missing node runabouts +b missing node differentiating +b missing node pocky +b missing node unbuttoned +b missing node jades +b missing node tetanal +b missing node untaught +b missing node murderously +b missing node patina +b missing node reconstructive +b missing node stickouts +b missing node rickrack +b missing node tramline +b missing node timbered +b missing node unled +b missing node spondee +b missing node sextuply +b missing node consorted +b missing node remands +b missing node biographic +b missing node sextuple +b missing node shiningly +b missing node extradites +b missing node worrisome +b missing node profligates +b missing node contrary +b missing node remarried +b missing node extradited +b missing node stews +b missing node inarm +b missing node unlet +b missing node ruffing +b missing node conniving +b missing node reassumption +b missing node remarries +b missing node grippy +b missing node melancholia +b missing node replanning +b missing node melancholic +b missing node desirably +b missing node unproductively +b missing node incorrigibility +b missing node defamation +b missing node immunology +b missing node preannouncement +b missing node nitrous +b missing node tallyhos +b missing node grippe +b missing node scoopers +b missing node normalized +b missing node sphagnums +b missing node catherine +b missing node pinoles +b missing node secession +b missing node zeus +b missing node paladin +b missing node desirable +b missing node argued +b missing node snooking +b missing node archaeological +b missing node arguer +b missing node argues +b missing node deviation +b missing node petaled +b missing node biographer +b missing node advantaged +b missing node unsuitableness +b missing node weewee +b missing node hectically +b missing node accidental +b missing node lamaism +b missing node advantages +b missing node nevermore +b missing node differentiation +b missing node circularity +b missing node walnut +b missing node patios +b missing node uncloses +b missing node unlaw +b missing node unlay +b missing node peacemaking +b missing node unclosed +b missing node argufy +b missing node divination +b missing node brothel +b missing node bladders +b missing node blinds +b missing node zero +b missing node jilts +b missing node annotation +b missing node semiotics +b missing node seismism +b missing node wordless +b missing node dugongs +b missing node changeover +b missing node bladdery +b missing node capricorn +b missing node reglaze +b missing node mattery +b missing node revellers +b missing node deterring +b missing node matters +b missing node polygamic +b missing node traducer +b missing node reconstructing +b missing node traduces +b missing node saturate +b missing node annotating +b missing node rooftree +b missing node maying +b missing node sibyllic +b missing node dance +b missing node ranking +b missing node traduced +b missing node lianes +b missing node deviltry +b missing node normalizer +b missing node normalizes +b missing node orthopedist +b missing node thurifer +b missing node isomers +b missing node aphoristic +b missing node exothermal +b missing node alaskans +b missing node nonbelievers +b missing node lapdog +b missing node picaro +b missing node rootier +b missing node precollegiate +b missing node dandy +b missing node reinducted +b missing node zest +b missing node emeralds +b missing node danes +b missing node sinkable +b missing node zeta +b missing node enthrones +b missing node brother +b missing node sideboard +b missing node dragonfly +b missing node wotting +b missing node patterned +b missing node enceinte +b missing node subdepot +b missing node enthroned +b missing node diaspora +b missing node lunched +b missing node grapnels +b missing node diaspore +b missing node traffics +b missing node stilettoes +b missing node guerillas +b missing node inconspicuous +b missing node contrast +b missing node bubbletop +b missing node traffick +b missing node lunches +b missing node platefuls +b missing node unflappability +b missing node luncher +b missing node overheated +b missing node inapt +b missing node stilettoed +b missing node confessions +b missing node samoa +b missing node redeveloping +b missing node hearing +b missing node mavin +b missing node enmeshment +b missing node sciatic +b missing node golder +b missing node symmetry +b missing node golden +b missing node excelling +b missing node pyrometer +b missing node lianas +b missing node annotative +b missing node diemaker +b missing node nonparasitic +b missing node unlit +b missing node rankish +b missing node consortia +b missing node bamboozle +b missing node resumed +b missing node computerize +b missing node reconsiders +b missing node inane +b missing node unnecessarily +b missing node aortic +b missing node resumes +b missing node resumer +b missing node cuboid +b missing node reassimilate +b missing node pettifoggery +b missing node brewed +b missing node compted +b missing node pettifoggers +b missing node target +b missing node brewer +b missing node waveband +b missing node reconstruction +b missing node jingliest +b missing node blessed +b missing node thumbs +b missing node insheaths +b missing node jimmy +b missing node annihilator +b missing node abattoir +b missing node erasmus +b missing node strictest +b missing node jabot +b missing node republish +b missing node salon +b missing node kevils +b missing node palmyras +b missing node coroners +b missing node ores +b missing node rearwards +b missing node demonstrated +b missing node diminishments +b missing node beaked +b missing node blesses +b missing node tornadic +b missing node blesser +b missing node insheathe +b missing node urbanology +b missing node angriest +b missing node sequentiality +b missing node beaker +b missing node sinful +b missing node tarnally +b missing node imperceptibility +b missing node untoward +b missing node verisms +b missing node intractable +b missing node fatsoes +b missing node awless +b missing node stein +b missing node blinks +b missing node ordo +b missing node gartering +b missing node amerindian +b missing node orcs +b missing node retitles +b missing node imitative +b missing node whatsoever +b missing node reciprocatory +b missing node orca +b missing node lockouts +b missing node orch +b missing node hypnotists +b missing node indignity +b missing node patchiest +b missing node knapper +b missing node dales +b missing node learners +b missing node broads +b missing node minuscules +b missing node opalescing +b missing node stele +b missing node stodgy +b missing node blacks +b missing node orbs +b missing node salsa +b missing node shininess +b missing node transcendentalizm +b missing node violently +b missing node calcaria +b missing node devastators +b missing node thighed +b missing node audiological +b missing node torahs +b missing node titular +b missing node blinis +b missing node despatchers +b missing node cardroom +b missing node shorthorn +b missing node tortuosities +b missing node pestle +b missing node taxonomists +b missing node oral +b missing node imitation +b missing node broach +b missing node stodge +b missing node containing +b missing node byres +b missing node salty +b missing node semiformed +b missing node yogurts +b missing node chandlery +b missing node cubistic +b missing node coronets +b missing node involuntarily +b missing node travelled +b missing node demonstrates +b missing node chandlers +b missing node traveller +b missing node stems +b missing node reformulating +b missing node resharpen +b missing node hardiest +b missing node creole +b missing node swabbies +b missing node octopuses +b missing node amendments +b missing node savouring +b missing node steno +b missing node reformulation +b missing node salts +b missing node overflights +b missing node shamrocks +b missing node configured +b missing node acetifying +b missing node nonsystematic +b missing node skirling +b missing node unassisted +b missing node emanation +b missing node aeronautic +b missing node cortege +b missing node rented +b missing node seminormal +b missing node gigatons +b missing node renter +b missing node salvo +b missing node steps +b missing node effectuality +b missing node annihilates +b missing node melding +b missing node salve +b missing node ropeway +b missing node verbena +b missing node sycamore +b missing node moslem +b missing node ortolan +b missing node microtomy +b missing node spherically +b missing node bafflers +b missing node knotted +b missing node refusers +b missing node neutralism +b missing node repeople +b missing node imitating +b missing node griper +b missing node semiformal +b missing node emanating +b missing node florentines +b missing node compelled +b missing node knotter +b missing node stere +b missing node modishness +b missing node griped +b missing node deciders +b missing node jockey +b missing node chiasma +b missing node sannyasi +b missing node stern +b missing node verists +b missing node eczematous +b missing node tornados +b missing node blintz +b missing node falsified +b missing node brainwash +b missing node compeller +b missing node falsifier +b missing node dietitian +b missing node chiasms +b missing node neutralist +b missing node prestiges +b missing node microtome +b missing node teaware +b missing node falsifies +b missing node discomposing +b missing node jabber +b missing node swabbing +b missing node adeptly +b missing node retitled +b missing node wimbles +b missing node soigne +b missing node results +b missing node knapped +b missing node anabolic +b missing node clumpish +b missing node neutrality +b missing node leniencies +b missing node gripes +b missing node gripey +b missing node stets +b missing node succotash +b missing node uninviting +b missing node openings +b missing node rental +b missing node downswing +b missing node transcendentalist +b missing node jabbed +b missing node dally +b missing node transcendentalism +b missing node adsorbable +b missing node entangling +b missing node annihilated +b missing node steve +b missing node gneiss +b missing node paltrily +b missing node tectonics +b missing node skipping +b missing node pester +b missing node tufter +b missing node harries +b missing node harriet +b missing node harrier +b missing node unoccupied +b missing node bezoar +b missing node demonstrator +b missing node scaffolding +b missing node tufted +b missing node coronels +b missing node harried +b missing node readouts +b missing node pishing +b missing node heedfulness +b missing node neutralize +b missing node vesicles +b missing node magnetons +b missing node palaced +b missing node calumniate +b missing node countering +b missing node toniest +b missing node incontinently +b missing node tormenting +b missing node magnate +b missing node narcos +b missing node wattle +b missing node erased +b missing node opportunities +b missing node bleachs +b missing node questioned +b missing node unkindly +b missing node dahomey +b missing node detonations +b missing node talmudists +b missing node toadish +b missing node jacal +b missing node questioner +b missing node metalworking +b missing node palaces +b missing node probed +b missing node orth +b missing node torturing +b missing node empaling +b missing node spying +b missing node uncorks +b missing node sublimating +b missing node gawkies +b missing node gawkier +b missing node babkas +b missing node probes +b missing node prober +b missing node moderateness +b missing node lavalavas +b missing node vulcan +b missing node conceiting +b missing node clammily +b missing node clumping +b missing node sirup +b missing node inseparability +b missing node nameplates +b missing node erect +b missing node byron +b missing node bluesman +b missing node neurological +b missing node scrumptiousness +b missing node emanative +b missing node ringworm +b missing node seller +b missing node reportages +b missing node thumps +b missing node braless +b missing node orts +b missing node whizz +b missing node entombing +b missing node populi +b missing node forworn +b missing node cultic +b missing node unmet +b missing node drywalls +b missing node salad +b missing node enclasping +b missing node apartmental +b missing node funiculus +b missing node unread +b missing node mutagenically +b missing node whish +b missing node sublimation +b missing node unreal +b missing node whisk +b missing node unclothe +b missing node florally +b missing node whist +b missing node bluenoses +b missing node chitons +b missing node unarms +b missing node white +b missing node flatterer +b missing node entrapped +b missing node pigsties +b missing node merinos +b missing node gettered +b missing node clammier +b missing node zirconic +b missing node whits +b missing node flattered +b missing node biggings +b missing node cheekfuls +b missing node whity +b missing node republica +b missing node glassiest +b missing node singer +b missing node straddle +b missing node haircut +b missing node singes +b missing node unkinder +b missing node schillings +b missing node scoopful +b missing node unschooled +b missing node bluesmen +b missing node republics +b missing node adepter +b missing node singed +b missing node vengefully +b missing node erases +b missing node astrodome +b missing node eraser +b missing node descent +b missing node mellitus +b missing node unman +b missing node salivate +b missing node muskrat +b missing node atrophying +b missing node nonlife +b missing node descend +b missing node snooped +b missing node usherette +b missing node triptychs +b missing node approximations +b missing node pommelling +b missing node sales +b missing node profanations +b missing node compounding +b missing node salem +b missing node pekoes +b missing node conceals +b missing node scotching +b missing node gregarious +b missing node hophead +b missing node reediness +b missing node salivary +b missing node creped +b missing node heptagon +b missing node outpatients +b missing node gawking +b missing node rouble +b missing node weevil +b missing node colosseum +b missing node deliquescing +b missing node matriarchies +b missing node clumpier +b missing node tallying +b missing node steak +b missing node listeners +b missing node steal +b missing node errantries +b missing node stead +b missing node layaways +b missing node soliloquize +b missing node pullout +b missing node snooper +b missing node badging +b missing node gawkily +b missing node sheepshearer +b missing node lauding +b missing node steam +b missing node foliate +b missing node grandsons +b missing node nonabrasively +b missing node parroting +b missing node orig +b missing node pelletizes +b missing node holmiums +b missing node trivalves +b missing node griots +b missing node unionisms +b missing node initializing +b missing node excesses +b missing node bladed +b missing node execrations +b missing node twinight +b missing node erigerons +b missing node blades +b missing node cardigan +b missing node biblically +b missing node jockos +b missing node calumets +b missing node rhodesian +b missing node feelings +b missing node crepey +b missing node minding +b missing node slenderest +b missing node alkaloids +b missing node crepes +b missing node sisal +b missing node basketries +b missing node pompeii +b missing node stocks +b missing node savouries +b missing node brimfull +b missing node reenslaving +b missing node savourier +b missing node jetliner +b missing node buckbeans +b missing node cunning +b missing node sectarianism +b missing node orgy +b missing node depressingly +b missing node cutinizing +b missing node musicianly +b missing node steed +b missing node paleography +b missing node toadied +b missing node lapels +b missing node steep +b missing node steel +b missing node stocky +b missing node leeboard +b missing node canfield +b missing node chaptered +b missing node parietals +b missing node steer +b missing node toadies +b missing node pelletized +b missing node dolomites +b missing node sally +b missing node valises +b missing node forgave +b missing node theta +b missing node gyroscopes +b missing node taskmasters +b missing node understandingly +b missing node welshing +b missing node squawkers +b missing node bandaging +b missing node detracted +b missing node lecturers +b missing node refrigeration +b missing node deadliness +b missing node linearly +b missing node midwiving +b missing node onyx +b missing node cyanic +b missing node these +b missing node devisor +b missing node topotypes +b missing node pluperfect +b missing node preexisting +b missing node hellenes +b missing node untruly +b missing node painlessness +b missing node hayrick +b missing node prefixions +b missing node prorogations +b missing node ghettoing +b missing node refrigerating +b missing node queerness +b missing node figment +b missing node greenhorns +b missing node elopes +b missing node eloper +b missing node tramcar +b missing node carabao +b missing node mayhem +b missing node transvestites +b missing node freeholds +b missing node peacocking +b missing node conspirator +b missing node checkmate +b missing node satiation +b missing node eloped +b missing node quainter +b missing node enfeebled +b missing node digging +b missing node disembodies +b missing node barnstormed +b missing node gyroscopic +b missing node enfeebles +b missing node barnstormer +b missing node enameling +b missing node paradoxes +b missing node disembodied +b missing node sermonizing +b missing node oddball +b missing node exaltations +b missing node milkweed +b missing node postman +b missing node noninflammable +b missing node shucked +b missing node micronesian +b missing node maxim +b missing node vulgars +b missing node foggiest +b missing node unholier +b missing node foliage +b missing node clowneries +b missing node maxis +b missing node adjoining +b missing node bonsai +b missing node shucker +b missing node stampede +b missing node stabilization +b missing node invulnerably +b missing node satiating +b missing node spectrum +b missing node benzoins +b missing node lacteally +b missing node horseback +b missing node throttlers +b missing node actinism +b missing node pooling +b missing node buckeyes +b missing node sheepherder +b missing node dactylic +b missing node testes +b missing node controverts +b missing node tester +b missing node loquaciously +b missing node invulnerable +b missing node countermen +b missing node tested +b missing node scalier +b missing node testee +b missing node psalming +b missing node controversy +b missing node mayhap +b missing node taring +b missing node deionizing +b missing node tonight +b missing node hayride +b missing node sites +b missing node vulgate +b missing node surefooted +b missing node cyanin +b missing node domestications +b missing node congealable +b missing node sudsiest +b missing node slakers +b missing node there +b missing node cadaveric +b missing node wassails +b missing node noters +b missing node therm +b missing node nonpreservable +b missing node bereave +b missing node editorships +b missing node bimonthly +b missing node situp +b missing node situs +b missing node postmen +b missing node expedite +b missing node spikelet +b missing node playgirl +b missing node dactylus +b missing node preplanning +b missing node outweighs +b missing node ingeniousness +b missing node scaling +b missing node lauders +b missing node partialities +b missing node lovably +b missing node overdrives +b missing node rodman +b missing node hibiscuses +b missing node masturbation +b missing node actinide +b missing node causticity +b missing node lovable +b missing node nonuser +b missing node testis +b missing node psalmist +b missing node dewlaps +b missing node petites +b missing node absolutes +b missing node quaintly +b missing node unconsumed +b missing node fortifications +b missing node absoluter +b missing node rooftops +b missing node kishka +b missing node laggardness +b missing node biracial +b missing node insights +b missing node sulfur +b missing node nonprotectively +b missing node subrules +b missing node pinones +b missing node onus +b missing node thews +b missing node padlock +b missing node masturbating +b missing node habitation +b missing node thewy +b missing node impaneling +b missing node soapbark +b missing node constrainers +b missing node onto +b missing node rodmen +b missing node printing +b missing node fitful +b missing node predominantly +b missing node bowstrings +b missing node fanning +b missing node horsewoman +b missing node reincarnate +b missing node ghettoize +b missing node peninsula +b missing node hectogram +b missing node harborers +b missing node borderland +b missing node hansoms +b missing node untruth +b missing node wifing +b missing node compute +b missing node thirties +b missing node protectively +b missing node parroters +b missing node unholily +b missing node bearcat +b missing node legislators +b missing node fending +b missing node corruptest +b missing node innuendo +b missing node batteau +b missing node peculiars +b missing node tarbush +b missing node intermediateness +b missing node veritas +b missing node horsewomen +b missing node sedations +b missing node cadetship +b missing node rumbled +b missing node specking +b missing node apprentices +b missing node witless +b missing node sparrows +b missing node pharisees +b missing node choppier +b missing node wallow +b missing node apprenticed +b missing node pitfall +b missing node soliloquies +b missing node secant +b missing node tuitions +b missing node photosphere +b missing node wallop +b missing node poach +b missing node spectral +b missing node theft +b missing node bounders +b missing node berate +b missing node spanless +b missing node dimmock +b missing node glendale +b missing node devisal +b missing node paltrier +b missing node jettisons +b missing node floodlighted +b missing node attractants +b missing node reffed +b missing node thymuses +b missing node catalogue +b missing node coatless +b missing node sanicles +b missing node marooned +b missing node pittances +b missing node reacclimate +b missing node floatages +b missing node decolonization +b missing node winoes +b missing node glossary +b missing node furnishes +b missing node stumping +b missing node succours +b missing node furnisher +b missing node differentiations +b missing node telecasters +b missing node peacockier +b missing node communicable +b missing node tadpoles +b missing node dividend +b missing node dignify +b missing node heckle +b missing node possibility +b missing node rancorously +b missing node resourceful +b missing node communicably +b missing node golfer +b missing node abstaining +b missing node typecasting +b missing node outflows +b missing node rationals +b missing node spectres +b missing node kappas +b missing node golfed +b missing node skippers +b missing node oratorio +b missing node deviser +b missing node devises +b missing node readapted +b missing node sissy +b missing node overcapitalizes +b missing node arrhythmias +b missing node overcapitalized +b missing node diamagnetic +b missing node tamponed +b missing node orderer +b missing node camshaft +b missing node oops +b missing node allusions +b missing node syzygal +b missing node furnished +b missing node devisee +b missing node understating +b missing node devised +b missing node ordered +b missing node fannies +b missing node gringo +b missing node inviabilities +b missing node contingentiam +b missing node gapers +b missing node mowed +b missing node sakis +b missing node fuddled +b missing node eyedropper +b missing node superintended +b missing node choppily +b missing node comprized +b missing node glucose +b missing node pairings +b missing node warmers +b missing node homemakers +b missing node groovers +b missing node abettals +b missing node untruer +b missing node chopping +b missing node temperamentally +b missing node comprizes +b missing node sited +b missing node sulfas +b missing node forehoof +b missing node expressionistic +b missing node referee +b missing node fazing +b missing node needleworker +b missing node warmest +b missing node fuddles +b missing node sawfishes +b missing node tumeric +b missing node disconcert +b missing node palisading +b missing node trestle +b missing node bootyless +b missing node sabotaged +b missing node critically +b missing node slipcases +b missing node rationale +b missing node thens +b missing node sitar +b missing node furbish +b missing node recordings +b missing node stampers +b missing node theme +b missing node hobbling +b missing node capitally +b missing node counterman +b missing node nationalists +b missing node narcomania +b missing node preprint +b missing node nettler +b missing node footrope +b missing node nettles +b missing node forgetful +b missing node loadstones +b missing node looming +b missing node subkingdoms +b missing node rugbies +b missing node boronic +b missing node sakes +b missing node turnups +b missing node scheduling +b missing node trigamy +b missing node reprogram +b missing node stumpier +b missing node sabotages +b missing node zircon +b missing node zebrine +b missing node precondition +b missing node gutlike +b missing node erase +b missing node aborter +b missing node projectionists +b missing node shrouding +b missing node orderly +b missing node accelerable +b missing node aborted +b missing node rubaiyat +b missing node tariff +b missing node gastric +b missing node logjams +b missing node brevetting +b missing node exactingness +b missing node detractor +b missing node nettled +b missing node emulsoids +b missing node oohs +b missing node reequip +b missing node exhibitioner +b missing node mower +b missing node their +b missing node baguets +b missing node sulphurizing +b missing node girlish +b missing node wallas +b missing node custard +b missing node orgasmic +b missing node raunchiest +b missing node stuffed +b missing node athletically +b missing node tonguings +b missing node unprotesting +b missing node wallah +b missing node childish +b missing node aortal +b missing node aortae +b missing node cataloged +b missing node chatterbox +b missing node aortas +b missing node zaire +b missing node cauldron +b missing node valedictorians +b missing node feudalistic +b missing node marathons +b missing node summoned +b missing node stuffer +b missing node gigs +b missing node summoner +b missing node gift +b missing node caracal +b missing node excellent +b missing node overleaping +b missing node caracas +b missing node sustained +b missing node freighters +b missing node battery +b missing node declassifications +b missing node batters +b missing node nonpunishable +b missing node recoverer +b missing node ooze +b missing node stainability +b missing node transfers +b missing node reimburses +b missing node suggestive +b missing node survivable +b missing node recovered +b missing node twelvemos +b missing node recoveree +b missing node argumentative +b missing node unversed +b missing node worcester +b missing node oozy +b missing node reimbursed +b missing node spinelessly +b missing node edibility +b missing node scalepan +b missing node coagulable +b missing node heathendom +b missing node wallet +b missing node buoyantly +b missing node spraining +b missing node informs +b missing node caitiff +b missing node gilt +b missing node capaciously +b missing node liberal +b missing node etching +b missing node gill +b missing node dignity +b missing node channelized +b missing node basques +b missing node walled +b missing node loquat +b missing node ovulary +b missing node brocks +b missing node establishment +b missing node gild +b missing node opal +b missing node gila +b missing node channelizes +b missing node haftorah +b missing node suggestion +b missing node childing +b missing node promulgate +b missing node flightiness +b missing node egret +b missing node triolet +b missing node rootlet +b missing node choreography +b missing node sidelights +b missing node moxas +b missing node choreographs +b missing node recommend +b missing node siecle +b missing node variousness +b missing node injurers +b missing node vasculums +b missing node gatefolds +b missing node manumissions +b missing node deflectors +b missing node cataloger +b missing node arrowing +b missing node sucrose +b missing node gangster +b missing node wingding +b missing node mindless +b missing node aphagia +b missing node adjacency +b missing node grandmas +b missing node watchtowers +b missing node supreme +b missing node temperate +b missing node atheistical +b missing node ratsbanes +b missing node dooming +b missing node reawakening +b missing node oarsmanship +b missing node payolas +b missing node argumentation +b missing node mayas +b missing node mayan +b missing node kaftan +b missing node neutralizations +b missing node maybe +b missing node escaroles +b missing node lumpiest +b missing node floatiest +b missing node flamboyantly +b missing node downsize +b missing node stibium +b missing node capmakers +b missing node ovulate +b missing node handrails +b missing node potentates +b missing node gastrulas +b missing node walkup +b missing node rubric +b missing node markdowns +b missing node registrations +b missing node denudate +b missing node radicalizing +b missing node sadirons +b missing node smilers +b missing node outrageous +b missing node straying +b missing node grinds +b missing node masterpiece +b missing node catheterizes +b missing node delegations +b missing node technology +b missing node nutritiously +b missing node soilless +b missing node reembarking +b missing node cashless +b missing node colonelcy +b missing node rumbles +b missing node catheterized +b missing node rumbler +b missing node sorriest +b missing node verboseness +b missing node paisans +b missing node overproduces +b missing node paisano +b missing node peacemakers +b missing node unpen +b missing node loudish +b missing node unpeg +b missing node deplete +b missing node avitaminoses +b missing node angaries +b missing node overproduced +b missing node paternalistic +b missing node delinquency +b missing node upbraiding +b missing node fairings +b missing node tetanic +b missing node gibe +b missing node easeful +b missing node encyclicals +b missing node gibs +b missing node refitting +b missing node pullman +b missing node avitaminosis +b missing node prevailingly +b missing node harpoons +b missing node resistivity +b missing node shipworms +b missing node roentgenize +b missing node unfolds +b missing node flamers +b missing node assorts +b missing node vanquishment +b missing node florentine +b missing node uncluttered +b missing node winned +b missing node softwares +b missing node goobers +b missing node sheikdoms +b missing node winner +b missing node sputtering +b missing node splitters +b missing node epidermic +b missing node taunters +b missing node madding +b missing node virginia +b missing node fitfulness +b missing node carburize +b missing node talisman +b missing node flatulencies +b missing node gunsmith +b missing node microhm +b missing node overdrive +b missing node rightness +b missing node jiminy +b missing node appease +b missing node unlivable +b missing node withering +b missing node firebugs +b missing node conferrers +b missing node matricides +b missing node auguries +b missing node busiest +b missing node give +b missing node beelines +b missing node keisters +b missing node blandness +b missing node saddhus +b missing node buncos +b missing node remakes +b missing node epidermis +b missing node catholics +b missing node headnotes +b missing node expectancies +b missing node jillions +b missing node larynges +b missing node palliations +b missing node pistol +b missing node piston +b missing node worded +b missing node deported +b missing node deportee +b missing node tyrannic +b missing node gjetost +b missing node geoduck +b missing node spells +b missing node indictees +b missing node slanderers +b missing node tyrannis +b missing node opportunely +b missing node betatron +b missing node nongovernmental +b missing node appellors +b missing node noninterventional +b missing node caracol +b missing node joltily +b missing node jolting +b missing node grimed +b missing node mexico +b missing node inchworms +b missing node matricidal +b missing node grimes +b missing node generality +b missing node maddish +b missing node palate +b missing node placability +b missing node brimstone +b missing node teething +b missing node emends +b missing node appears +b missing node liberty +b missing node varsity +b missing node simplifications +b missing node microbe +b missing node sketchiness +b missing node stoats +b missing node suitors +b missing node abiding +b missing node laryngal +b missing node generalize +b missing node logicizes +b missing node applies +b missing node nugget +b missing node whether +b missing node bibliography +b missing node applier +b missing node smoothness +b missing node open +b missing node virginal +b missing node opes +b missing node reinstatement +b missing node logicized +b missing node blackbird +b missing node amirates +b missing node hesitance +b missing node annunciate +b missing node gips +b missing node hesitancy +b missing node unliveries +b missing node truncate +b missing node bunchy +b missing node periscopes +b missing node bottleful +b missing node turfless +b missing node gimp +b missing node auguring +b missing node nicknaming +b missing node squander +b missing node nonegos +b missing node daturas +b missing node overdrink +b missing node mayfly +b missing node jasmine +b missing node winnow +b missing node suggesting +b missing node laxest +b missing node gins +b missing node opec +b missing node vapored +b missing node isling +b missing node walked +b missing node tetanus +b missing node breves +b missing node mayor +b missing node registrable +b missing node appeals +b missing node grunions +b missing node shlocks +b missing node vaporer +b missing node epidermal +b missing node brevet +b missing node walker +b missing node microns +b missing node grimly +b missing node kittened +b missing node moxie +b missing node gist +b missing node anginal +b missing node zodiacs +b missing node misrepresents +b missing node anginas +b missing node destitution +b missing node edictally +b missing node pronation +b missing node delinquents +b missing node kapoks +b missing node pistil +b missing node perpetuate +b missing node pronating +b missing node golems +b missing node aiglets +b missing node synaptically +b missing node joltier +b missing node importance +b missing node monstrousness +b missing node liberia +b missing node dizziest +b missing node babies +b missing node peculate +b missing node pizzazz +b missing node hellenic +b missing node babied +b missing node effulgences +b missing node girl +b missing node fireproof +b missing node broodiest +b missing node anointing +b missing node pryingly +b missing node haoles +b missing node gird +b missing node distends +b missing node heartlessness +b missing node nondirectional +b missing node mayst +b missing node rebaptized +b missing node girt +b missing node tressed +b missing node refers +b missing node contiguities +b missing node battens +b missing node rebaptizes +b missing node representable +b missing node joyously +b missing node refiring +b missing node harking +b missing node applied +b missing node clopped +b missing node tresses +b missing node hairstyles +b missing node ciliary +b missing node memoirs +b missing node hydrated +b missing node caracul +b missing node wittedness +b missing node bribery +b missing node cottonseeds +b missing node nonchalant +b missing node distinction +b missing node babels +b missing node prophetically +b missing node reflow +b missing node mazer +b missing node suborned +b missing node moralisms +b missing node bribers +b missing node jujitsu +b missing node glib +b missing node mazes +b missing node alacrity +b missing node coffing +b missing node magnetize +b missing node grinning +b missing node bassness +b missing node mazel +b missing node fireboat +b missing node suborner +b missing node attestor +b missing node interpositions +b missing node mazed +b missing node domineer +b missing node coffins +b missing node muckrake +b missing node ouch +b missing node readied +b missing node refashioning +b missing node stogie +b missing node saran +b missing node scintillate +b missing node gratuitousness +b missing node propman +b missing node contaminants +b missing node sarah +b missing node glim +b missing node homesteaders +b missing node mayest +b missing node ciliata +b missing node travois +b missing node ciliate +b missing node glaucomatous +b missing node overstuffed +b missing node rebuking +b missing node quotational +b missing node agriculturalists +b missing node expansionists +b missing node alarmed +b missing node panaceas +b missing node gawkers +b missing node panacean +b missing node smirkier +b missing node servitor +b missing node expenses +b missing node kilocycles +b missing node reappraisement +b missing node diverge +b missing node sarge +b missing node expensed +b missing node biconcave +b missing node jihad +b missing node argumentatively +b missing node spastics +b missing node lacking +b missing node breezing +b missing node friskier +b missing node blindfolding +b missing node readier +b missing node readies +b missing node badgers +b missing node heterogeneous +b missing node behove +b missing node appoints +b missing node occasion +b missing node moralists +b missing node glen +b missing node effete +b missing node uncritically +b missing node gradual +b missing node casuists +b missing node propmen +b missing node stomaching +b missing node saree +b missing node gruffy +b missing node glee +b missing node gruffs +b missing node roadhouses +b missing node homeowners +b missing node momisms +b missing node disaffirmation +b missing node rubidium +b missing node horologies +b missing node percenter +b missing node misshape +b missing node reticulation +b missing node relinquish +b missing node airfields +b missing node stogey +b missing node glom +b missing node pavings +b missing node diverse +b missing node squawked +b missing node glop +b missing node prescribe +b missing node younker +b missing node obesities +b missing node glow +b missing node danders +b missing node tenanted +b missing node obvious +b missing node interagency +b missing node limiting +b missing node ecologies +b missing node gazetteers +b missing node catnips +b missing node scooping +b missing node fiscals +b missing node robotism +b missing node infighting +b missing node downloading +b missing node diverts +b missing node scrounging +b missing node seditions +b missing node abrasions +b missing node squawker +b missing node larkspur +b missing node publications +b missing node unawed +b missing node brilliants +b missing node excursuses +b missing node nonredeemable +b missing node friskily +b missing node torsional +b missing node vegetists +b missing node thinly +b missing node magnetism +b missing node belvederes +b missing node slipcovers +b missing node empowers +b missing node gnomical +b missing node precessions +b missing node dishonorable +b missing node woundingly +b missing node identifying +b missing node leaflets +b missing node sailings +b missing node redacts +b missing node attested +b missing node cruiser +b missing node simpers +b missing node cruises +b missing node pokeweed +b missing node fumiest +b missing node disfavors +b missing node palish +b missing node normalizing +b missing node attester +b missing node thinks +b missing node cruised +b missing node literariness +b missing node overactive +b missing node quonset +b missing node reflex +b missing node magnetite +b missing node capsulate +b missing node precedents +b missing node conserved +b missing node pegboards +b missing node smirking +b missing node standpoints +b missing node firebomb +b missing node baltic +b missing node revues +b missing node pergolas +b missing node intellect +b missing node frisking +b missing node madonna +b missing node nationalistic +b missing node clematises +b missing node septupling +b missing node exhalation +b missing node airfoil +b missing node semierect +b missing node sobbers +b missing node demigod +b missing node millionth +b missing node weighage +b missing node bipolar +b missing node ceylonese +b missing node coexists +b missing node whining +b missing node sperms +b missing node aahs +b missing node dehumidifying +b missing node childbed +b missing node glob +b missing node things +b missing node stardusts +b missing node conserves +b missing node plopped +b missing node heathenism +b missing node tangences +b missing node fustiness +b missing node pollarding +b missing node ours +b missing node slicers +b missing node iterated +b missing node cawing +b missing node siberia +b missing node sentiment +b missing node darks +b missing node vexations +b missing node bundle +b missing node currying +b missing node iterates +b missing node intreating +b missing node tightness +b missing node paling +b missing node reconsolidated +b missing node necessitously +b missing node impanelled +b missing node hutments +b missing node belching +b missing node chainlike +b missing node spittoons +b missing node conscript +b missing node darners +b missing node reliquary +b missing node agendum +b missing node reconsolidates +b missing node soiled +b missing node thraves +b missing node genealogists +b missing node hearsays +b missing node halavahs +b missing node exterminated +b missing node paganizer +b missing node paganizes +b missing node huaraches +b missing node whereinsoever +b missing node shoehorn +b missing node outs +b missing node unventuresome +b missing node affixation +b missing node disconnections +b missing node measureless +b missing node abridge +b missing node cosmological +b missing node snorkels +b missing node realness +b missing node dubious +b missing node corselets +b missing node drunkenly +b missing node mossers +b missing node robotize +b missing node pisses +b missing node darky +b missing node learning +b missing node oust +b missing node arguments +b missing node mantillas +b missing node paganized +b missing node exterminates +b missing node breedings +b missing node stays +b missing node heathenish +b missing node trousseaux +b missing node rhetorician +b missing node glum +b missing node nazism +b missing node leafless +b missing node glue +b missing node trousseaus +b missing node forwardly +b missing node parsley +b missing node reapportions +b missing node pissed +b missing node foxholes +b missing node injuring +b missing node philologist +b missing node signeted +b missing node renoir +b missing node dares +b missing node darer +b missing node demasculinizing +b missing node overdevelops +b missing node devastation +b missing node crammed +b missing node crammer +b missing node shoreless +b missing node saddled +b missing node inaners +b missing node reinspecting +b missing node sagely +b missing node martialling +b missing node sluice +b missing node waders +b missing node zags +b missing node pilaffs +b missing node tramless +b missing node devastating +b missing node reinspection +b missing node sluicy +b missing node hydrator +b missing node ontario +b missing node regimented +b missing node coarseness +b missing node opalescent +b missing node avoidances +b missing node originally +b missing node fecundations +b missing node effect +b missing node teenier +b missing node azalea +b missing node discoursing +b missing node vexatious +b missing node glut +b missing node obsessor +b missing node stare +b missing node mindful +b missing node palier +b missing node songwriters +b missing node specially +b missing node stark +b missing node piecrust +b missing node sacrifice +b missing node nazify +b missing node phenotypes +b missing node proems +b missing node fellatrice +b missing node verbals +b missing node coalers +b missing node stash +b missing node ouzo +b missing node gritty +b missing node oppugns +b missing node sightseers +b missing node steamship +b missing node dowitcher +b missing node start +b missing node stars +b missing node skyrocketing +b missing node cocainized +b missing node hearthside +b missing node disincorporating +b missing node theurgies +b missing node clomping +b missing node coenamored +b missing node sureness +b missing node staph +b missing node workweeks +b missing node loudest +b missing node armbands +b missing node underscoring +b missing node vaporization +b missing node dared +b missing node relents +b missing node whirligigs +b missing node irrigate +b missing node registrational +b missing node containers +b missing node readily +b missing node levitical +b missing node tupelo +b missing node reflux +b missing node meseemed +b missing node airsickness +b missing node deniers +b missing node escorted +b missing node reproaching +b missing node sceneries +b missing node missionary +b missing node regimental +b missing node uninitiated +b missing node disincorporation +b missing node breezily +b missing node ladleful +b missing node potables +b missing node reading +b missing node rippable +b missing node imbarked +b missing node neuralgias +b missing node argyll +b missing node flummoxing +b missing node terraces +b missing node breezier +b missing node thermostat +b missing node stave +b missing node infinitives +b missing node rehashes +b missing node entrancement +b missing node antagonizing +b missing node uncouth +b missing node rehashed +b missing node raffishness +b missing node tartness +b missing node forwarded +b missing node chitlin +b missing node psalmody +b missing node zany +b missing node injuries +b missing node outtakes +b missing node argyle +b missing node surprising +b missing node forwarder +b missing node goodrich +b missing node hydrates +b missing node jekyll +b missing node prefixally +b missing node stats +b missing node state +b missing node ceremonialists +b missing node dystrophy +b missing node reciprocative +b missing node clingstones +b missing node credible +b missing node scotchman +b missing node referents +b missing node reshooting +b missing node credibly +b missing node vivacious +b missing node sagest +b missing node unpin +b missing node hawknoses +b missing node phenotypic +b missing node engulf +b missing node dutiful +b missing node operatics +b missing node loudens +b missing node extortionately +b missing node darnels +b missing node zaps +b missing node cockscombs +b missing node scroungier +b missing node viewfinders +b missing node devastative +b missing node terraced +b missing node reharden +b missing node blowouts +b missing node specialty +b missing node balsas +b missing node overlands +b missing node abet +b missing node malapropism +b missing node rewelded +b missing node incumbency +b missing node slipknots +b missing node balsam +b missing node verbalizes +b missing node seldomness +b missing node abed +b missing node austral +b missing node over +b missing node oven +b missing node staid +b missing node hegemony +b missing node cathedrals +b missing node decant +b missing node unrig +b missing node truanting +b missing node stags +b missing node undivulged +b missing node grievingly +b missing node dependability +b missing node psychological +b missing node unrip +b missing node recherche +b missing node meditatively +b missing node magistrature +b missing node verbalized +b missing node decamp +b missing node stagy +b missing node northeaster +b missing node greediness +b missing node tallymen +b missing node misjudging +b missing node preposterously +b missing node obsesses +b missing node vampish +b missing node deadpans +b missing node redolency +b missing node behaviorism +b missing node stake +b missing node obsessed +b missing node specialer +b missing node behaviorist +b missing node cookers +b missing node scotchmen +b missing node cunners +b missing node fusional +b missing node washboard +b missing node stair +b missing node cookery +b missing node albinism +b missing node farceurs +b missing node pattering +b missing node stain +b missing node moldiness +b missing node overjoyed +b missing node provincial +b missing node vampire +b missing node backhanding +b missing node nitrite +b missing node entrancements +b missing node acolyte +b missing node auditor +b missing node stall +b missing node breton +b missing node howled +b missing node boundary +b missing node doctor +b missing node unverifiably +b missing node immenser +b missing node henbits +b missing node polygamy +b missing node recriminator +b missing node kendos +b missing node leviticus +b missing node ingroups +b missing node oval +b missing node prophase +b missing node renown +b missing node unverifiable +b missing node subprincipals +b missing node refusals +b missing node abbr +b missing node sickouts +b missing node autographic +b missing node unending +b missing node bevelled +b missing node stalk +b missing node hatfuls +b missing node fastnesses +b missing node cookeys +b missing node abbe +b missing node beveller +b missing node stale +b missing node gonococcus +b missing node ragbag +b missing node conformers +b missing node tallyman +b missing node unstacking +b missing node coalsack +b missing node decals +b missing node curtseying +b missing node cutups +b missing node troupers +b missing node stamp +b missing node matutinal +b missing node howlet +b missing node howler +b missing node dividers +b missing node stand +b missing node rhapsodic +b missing node accustom +b missing node scalded +b missing node benefactrices +b missing node abetting +b missing node odour +b missing node coronach +b missing node stank +b missing node encamps +b missing node bullfighting +b missing node openhandedly +b missing node receipt +b missing node microcopies +b missing node refraction +b missing node stalags +b missing node nauseously +b missing node denouement +b missing node operation +b missing node midtown +b missing node defrayable +b missing node plumpening +b missing node miraculously +b missing node welfare +b missing node cracknels +b missing node radiometry +b missing node outdrew +b missing node mayoralty +b missing node operating +b missing node refracting +b missing node backswept +b missing node louvres +b missing node crusade +b missing node austria +b missing node remails +b missing node odors +b missing node rheometers +b missing node stabs +b missing node decays +b missing node cryotron +b missing node monadisms +b missing node dimming +b missing node witnessing +b missing node eminences +b missing node munitions +b missing node flooded +b missing node feistier +b missing node reproachingly +b missing node flooder +b missing node torero +b missing node hearers +b missing node patois +b missing node oculars +b missing node astounding +b missing node junctional +b missing node putterer +b missing node remains +b missing node uncover +b missing node pedalling +b missing node tormenters +b missing node liturgist +b missing node puttered +b missing node epistlers +b missing node ovid +b missing node boneheads +b missing node machina +b missing node toxicology +b missing node machine +b missing node comparison +b missing node inanely +b missing node denominate +b missing node nonacademics +b missing node reforestation +b missing node lifesaver +b missing node stack +b missing node rooters +b missing node laguna +b missing node curetted +b missing node reaccuses +b missing node coronals +b missing node stage +b missing node selfward +b missing node staff +b missing node shlock +b missing node able +b missing node deciding +b missing node megohms +b missing node reintroduced +b missing node liturgical +b missing node reaccused +b missing node curettes +b missing node receive +b missing node riyal +b missing node dories +b missing node ably +b missing node carbarns +b missing node reintroduces +b missing node legislates +b missing node disengagements +b missing node rubles +b missing node legislated +b missing node calcimine +b missing node denaturation +b missing node recriminated +b missing node valedictorian +b missing node parental +b missing node refractive +b missing node sinker +b missing node joylessness +b missing node gonococcic +b missing node galliard +b missing node mayday +b missing node thereabouts +b missing node aerobiology +b missing node staggerer +b missing node songbirds +b missing node pekinese +b missing node exalted +b missing node bookmaker +b missing node abut +b missing node staggered +b missing node coronary +b missing node griffins +b missing node overacting +b missing node incumbents +b missing node compatibilities +b missing node entanglers +b missing node slinkiest +b missing node reassort +b missing node popularization +b missing node impound +b missing node sappy +b missing node ovum +b missing node haploidy +b missing node notice +b missing node exalter +b missing node chromized +b missing node credentialed +b missing node heelballs +b missing node haploids +b missing node dactyl +b missing node plastron +b missing node substitutional +b missing node noncombat +b missing node chromizes +b missing node vulgar +b missing node familiar +b missing node recriminates +b missing node operative +b missing node sapor +b missing node carapace +b missing node crabwise +b missing node familial +b missing node artistically +b missing node revalued +b missing node leafage +b missing node metalworkers +b missing node demonstrating +b missing node outdraw +b missing node mendicant +b missing node fineable +b missing node revalues +b missing node imbrue +b missing node parented +b missing node krauts +b missing node charges +b missing node charger +b missing node intrepidity +b missing node bunching +b missing node rejudge +b missing node hygienists +b missing node chargee +b missing node charged +b missing node arithmetics +b missing node populations +b missing node turfing +b missing node bisque +b missing node actinium +b missing node ideologized +b missing node inured +b missing node baffling +b missing node bitterness +b missing node inures +b missing node descant +b missing node dehypnotizing +b missing node muzhiks +b missing node presoaking +b missing node typesets +b missing node turtledoves +b missing node threatened +b missing node refrigerators +b missing node rusticity +b missing node ribands +b missing node penicillium +b missing node scorifying +b missing node demonstration +b missing node burnouts +b missing node threatener +b missing node bunchily +b missing node torturers +b missing node epitomize +b missing node postoperatively +b missing node mortarboards +b missing node libeler +b missing node subtracts +b missing node basking +b missing node slenderize +b missing node ecologist +b missing node reconfirmed +b missing node jocose +b missing node autographed +b missing node barbarized +b missing node petrographer +b missing node barbarizes +b missing node libeled +b missing node parentis +b missing node libelee +b missing node airframes +b missing node legislator +b missing node waling +b missing node glad +b missing node cryingly +b missing node oppugn +b missing node hombre +b missing node millivolt +b missing node coalitionist +b missing node prescript +b missing node gonococcal +b missing node snooted +b missing node nabbed +b missing node thaws +b missing node zymology +b missing node fireweed +b missing node extraditing +b missing node cubism +b missing node nonempirical +b missing node sapid +b missing node bluegums +b missing node culpae +b missing node dissuader +b missing node cubist +b missing node dissuades +b missing node crashing +b missing node brilliancy +b missing node unplugged +b missing node culpas +b missing node extradition +b missing node radiometer +b missing node catechize +b missing node arrhythmia +b missing node directorates +b missing node cubits +b missing node robotics +b missing node minders +b missing node realistically +b missing node thirsters +b missing node redolence +b missing node catechism +b missing node petrographic +b missing node reenclosing +b missing node syncopates +b missing node valedictories +b missing node catechist +b missing node varnishes +b missing node allusiveness +b missing node thrawed +b missing node kitsches +b missing node baseborn +b missing node syncopated +b missing node pictorial +b missing node bordered +b missing node grists +b missing node viabilities +b missing node varnished +b missing node interweaves +b missing node dissuaded +b missing node polyandric +b missing node satanist +b missing node turfier +b missing node evolves +b missing node satanism +b missing node evolver +b missing node amities +b missing node borderer +b missing node parliamentary +b missing node zairians +b missing node inurns +b missing node swansdown +b missing node thronged +b missing node evolved +b missing node brilliance +b missing node precedence +b missing node bunchier +b missing node medevac +b missing node interweaved +b missing node tenantry +b missing node imprecating +b missing node notify +b missing node announcements +b missing node triumvir +b missing node wintry +b missing node constraining +b missing node irrefutability +b missing node profit +b missing node baronet +b missing node decade +b missing node paroling +b missing node penalizing +b missing node unpinning +b missing node families +b missing node imprecation +b missing node crankpins +b missing node audited +b missing node enclaves +b missing node repeatable +b missing node thats +b missing node flashiness +b missing node aced +b missing node beanie +b missing node crabbiness +b missing node aces +b missing node deifiers +b missing node cuisines +b missing node defamatory +b missing node notion +b missing node patentably +b missing node unloosened +b missing node unsex +b missing node raciest +b missing node unsew +b missing node unset +b missing node mermaids +b missing node patentable +b missing node forgets +b missing node comprehensibility +b missing node regaining +b missing node butcher +b missing node cohosh +b missing node lemuroids +b missing node butches +b missing node battier +b missing node acct +b missing node cubing +b missing node carriageway +b missing node assurors +b missing node lowlands +b missing node oryx +b missing node tenuousness +b missing node chaplaincies +b missing node noting +b missing node resumptions +b missing node radiogenic +b missing node tincting +b missing node imposts +b missing node hairiness +b missing node breeder +b missing node grisly +b missing node jolters +b missing node testamental +b missing node treatments +b missing node beaned +b missing node sagged +b missing node countenanced +b missing node homemaking +b missing node glossers +b missing node straightens +b missing node sagger +b missing node plangency +b missing node flatulent +b missing node traditionalistic +b missing node wobbliness +b missing node factors +b missing node nefariousness +b missing node suffragans +b missing node factory +b missing node splashiness +b missing node bunged +b missing node misstated +b missing node culminate +b missing node rankled +b missing node chatterers +b missing node wadded +b missing node enamelers +b missing node creator +b missing node misstates +b missing node shapable +b missing node blight +b missing node wadder +b missing node ache +b missing node motherliness +b missing node mineralogically +b missing node omphalos +b missing node acid +b missing node rankles +b missing node dragrope +b missing node doornails +b missing node achy +b missing node artillerists +b missing node predigest +b missing node ladybugs +b missing node debateable +b missing node acne +b missing node liquidation +b missing node redrafting +b missing node sufficient +b missing node twangles +b missing node twangler +b missing node sixte +b missing node flatting +b missing node sixth +b missing node larrupers +b missing node churchyards +b missing node sixty +b missing node liquidating +b missing node crashers +b missing node secretive +b missing node sexlessly +b missing node ought +b missing node elflocks +b missing node machinelike +b missing node biomass +b missing node pulsation +b missing node tinkering +b missing node recoloration +b missing node harborage +b missing node bandoleers +b missing node thank +b missing node demonstrative +b missing node victories +b missing node probability +b missing node brusquer +b missing node nonsexually +b missing node thane +b missing node syringing +b missing node twangled +b missing node acme +b missing node clubbiest +b missing node pulsating +b missing node secede +b missing node implosive +b missing node demythologize +b missing node floatable +b missing node stopgaps +b missing node aclu +b missing node adjurations +b missing node stamping +b missing node zagged +b missing node gaping +b missing node constricting +b missing node survivor +b missing node acre +b missing node spikelets +b missing node cubics +b missing node debrief +b missing node standoffs +b missing node emasculates +b missing node sinner +b missing node kalends +b missing node functioning +b missing node brevities +b missing node fruitcakes +b missing node winter +b missing node unsay +b missing node unionists +b missing node enmeshed +b missing node charier +b missing node necklace +b missing node grubbed +b missing node grudge +b missing node acerbic +b missing node refocus +b missing node enmeshes +b missing node copiously +b missing node weekdays +b missing node jaegars +b missing node gnus +b missing node gifting +b missing node sinned +b missing node irremediable +b missing node czarevna +b missing node grubber +b missing node conjure +b missing node ruefully +b missing node waddly +b missing node figuratively +b missing node carafes +b missing node fontinas +b missing node constriction +b missing node emasculated +b missing node irremediably +b missing node vexing +b missing node overrates +b missing node waddle +b missing node strolls +b missing node bungle +b missing node overrated +b missing node unwiser +b missing node nautili +b missing node liberians +b missing node ingenuousness +b missing node parsnip +b missing node rediscovering +b missing node scentless +b missing node epsilons +b missing node undocumented +b missing node recopied +b missing node endermic +b missing node bedraggling +b missing node subornations +b missing node substantival +b missing node triremes +b missing node ponderable +b missing node repeaters +b missing node flattish +b missing node acts +b missing node stylizing +b missing node unenlightened +b missing node noggings +b missing node exhaustless +b missing node acerber +b missing node stiflingly +b missing node oslo +b missing node kismet +b missing node publish +b missing node jarred +b missing node obliques +b missing node imperiling +b missing node overmodify +b missing node subpena +b missing node towboat +b missing node abdications +b missing node ghostwritten +b missing node recopies +b missing node obliqued +b missing node palmetto +b missing node abetters +b missing node masculinities +b missing node dividing +b missing node slideways +b missing node implosion +b missing node bootblacks +b missing node strengths +b missing node emasculator +b missing node squawking +b missing node anonyms +b missing node constrictive +b missing node anonyma +b missing node ironwares +b missing node ambrosial +b missing node reductions +b missing node grenada +b missing node ambrosias +b missing node grenade +b missing node unshackle +b missing node geriatrics +b missing node droopier +b missing node instrumenting +b missing node petards +b missing node slanginess +b missing node amerism +b missing node jiffs +b missing node fervently +b missing node victorias +b missing node eyesores +b missing node harassment +b missing node sixes +b missing node convivial +b missing node jiffy +b missing node centerline +b missing node nazifying +b missing node uptightness +b missing node victorian +b missing node goby +b missing node fascinates +b missing node gobs +b missing node domains +b missing node excessive +b missing node longingly +b missing node divisions +b missing node appetizer +b missing node vamping +b missing node fascinated +b missing node oratrix +b missing node gasless +b missing node unkingly +b missing node unbendable +b missing node goat +b missing node chicagoans +b missing node slender +b missing node sluggards +b missing node goal +b missing node unblessedness +b missing node traveling +b missing node goad +b missing node primness +b missing node foment +b missing node funnel +b missing node countenances +b missing node bonnie +b missing node gods +b missing node rappelling +b missing node grogshop +b missing node believed +b missing node unfolding +b missing node believer +b missing node funned +b missing node believes +b missing node stinkpot +b missing node bucketed +b missing node sayonara +b missing node fenders +b missing node canyons +b missing node nervelessness +b missing node bucketer +b missing node broadband +b missing node rediscoveries +b missing node pinpointed +b missing node adds +b missing node splenetically +b missing node renotification +b missing node airflow +b missing node valiance +b missing node frissons +b missing node savouriest +b missing node scaldic +b missing node herbicide +b missing node brittleness +b missing node saturday +b missing node goer +b missing node goes +b missing node icebergs +b missing node teenful +b missing node glycogens +b missing node hondurans +b missing node rethreaded +b missing node droopily +b missing node portulaca +b missing node tinderbox +b missing node bedevils +b missing node attachable +b missing node commonalty +b missing node jordanians +b missing node booklore +b missing node rationalizers +b missing node liturgies +b missing node substantives +b missing node afterward +b missing node reinfected +b missing node mournings +b missing node bonnet +b missing node diggers +b missing node micrologic +b missing node gogo +b missing node drooping +b missing node valiancy +b missing node preplanned +b missing node readopts +b missing node adam +b missing node unaired +b missing node headbands +b missing node snowfalls +b missing node smocked +b missing node gothic +b missing node lancing +b missing node borrower +b missing node beamed +b missing node untie +b missing node until +b missing node publics +b missing node temporality +b missing node yukked +b missing node cementum +b missing node bylaw +b missing node teethers +b missing node yeshiva +b missing node cosmologist +b missing node raininess +b missing node buzzer +b missing node declaimed +b missing node buzzes +b missing node tractability +b missing node borrowed +b missing node merchandisable +b missing node persuade +b missing node wyomingite +b missing node minorities +b missing node etchers +b missing node despairs +b missing node buzzed +b missing node declaimer +b missing node jaloppy +b missing node hogtied +b missing node hartford +b missing node progressional +b missing node lardiest +b missing node incongruent +b missing node regressions +b missing node tabulate +b missing node cardiacs +b missing node briefings +b missing node rattletrap +b missing node abiders +b missing node imports +b missing node portraiture +b missing node savants +b missing node chemistry +b missing node hogties +b missing node netting +b missing node unsheathing +b missing node antoinette +b missing node splitting +b missing node adit +b missing node deedier +b missing node dante +b missing node harrows +b missing node patriarch +b missing node exterminators +b missing node waylayer +b missing node jabbering +b missing node geriatrist +b missing node skylarks +b missing node interstices +b missing node styrene +b missing node highways +b missing node catchiest +b missing node defaced +b missing node gayly +b missing node submergences +b missing node defacer +b missing node defaces +b missing node weakfish +b missing node uncanniest +b missing node reciprocating +b missing node acclimated +b missing node atmospherical +b missing node picturesque +b missing node typeset +b missing node unartful +b missing node udder +b missing node exactness +b missing node regulable +b missing node turnout +b missing node replicate +b missing node acclimates +b missing node swindleable +b missing node freightage +b missing node analogously +b missing node averments +b missing node tautologies +b missing node enamoring +b missing node reciprocation +b missing node electorial +b missing node transfixt +b missing node pekins +b missing node hoptoads +b missing node girthing +b missing node disappointments +b missing node misquotes +b missing node peking +b missing node unoffensively +b missing node gruels +b missing node protectionist +b missing node revved +b missing node misereres +b missing node neutralistic +b missing node methanols +b missing node oxeyes +b missing node tenfold +b missing node dispirits +b missing node salutariness +b missing node preordaining +b missing node liquors +b missing node overdoes +b missing node paltriest +b missing node protectionism +b missing node thalliums +b missing node phalanxes +b missing node bodega +b missing node ripraps +b missing node superstitiously +b missing node propped +b missing node feverishness +b missing node stroked +b missing node unexceptional +b missing node garbages +b missing node inspiring +b missing node coaling +b missing node denuders +b missing node ados +b missing node abbotcies +b missing node warmish +b missing node strokes +b missing node stroker +b missing node snootier +b missing node hammertoe +b missing node caftan +b missing node homage +b missing node precancel +b missing node contradicted +b missing node dangs +b missing node volley +b missing node cremes +b missing node cacophony +b missing node polemical +b missing node hockshops +b missing node crudeness +b missing node fulfilled +b missing node taunting +b missing node inspirits +b missing node valiants +b missing node molting +b missing node collapses +b missing node pothole +b missing node drenchers +b missing node fulfiller +b missing node sputterers +b missing node suavity +b missing node housemaids +b missing node asterisked +b missing node saddler +b missing node saddles +b missing node moonshining +b missing node unsurveyed +b missing node collapsed +b missing node conferring +b missing node coalify +b missing node warming +b missing node divests +b missing node bludgeoning +b missing node tenderness +b missing node savanna +b missing node choosey +b missing node bisons +b missing node malformation +b missing node reconsign +b missing node chooser +b missing node chooses +b missing node antigenically +b missing node santa +b missing node regressor +b missing node dimensionality +b missing node dukedoms +b missing node bakings +b missing node exterminator +b missing node blending +b missing node misquoted +b missing node harkens +b missing node readers +b missing node castigations +b missing node overestimated +b missing node snookers +b missing node witling +b missing node overestimates +b missing node robotization +b missing node pothook +b missing node fortifiers +b missing node slurrying +b missing node tributary +b missing node otic +b missing node monographers +b missing node refits +b missing node whinier +b missing node satirical +b missing node unharmed +b missing node urination +b missing node crenel +b missing node poignancy +b missing node advt +b missing node cementer +b missing node noninductive +b missing node caballero +b missing node decalcified +b missing node reprehend +b missing node overdone +b missing node carelessly +b missing node decriminalized +b missing node volatile +b missing node regressed +b missing node secretion +b missing node lovebird +b missing node snootily +b missing node regresses +b missing node corruption +b missing node callusing +b missing node urinating +b missing node survival +b missing node musingly +b missing node cemented +b missing node rennet +b missing node dishonorably +b missing node scroungers +b missing node retributive +b missing node wringed +b missing node bleakest +b missing node barograph +b missing node secreting +b missing node deeding +b missing node recordists +b missing node chlorination +b missing node wringer +b missing node capableness +b missing node corrupting +b missing node nettier +b missing node snooting +b missing node imposed +b missing node boulimia +b missing node widdling +b missing node imposes +b missing node imposer +b missing node chlorinating +b missing node defacto +b missing node discoloring +b missing node prechilled +b missing node consistently +b missing node temptresses +b missing node plantation +b missing node potlucks +b missing node rennin +b missing node meatheads +b missing node actuating +b missing node hydroxide +b missing node gridlock +b missing node sanka +b missing node reemploying +b missing node charily +b missing node boisterous +b missing node psychiatrical +b missing node emerge +b missing node actuation +b missing node chitins +b missing node banknotes +b missing node boxlike +b missing node overdose +b missing node survived +b missing node chieftainships +b missing node caffein +b missing node phlegmatic +b missing node surviver +b missing node survives +b missing node inflexed +b missing node reclassifies +b missing node charing +b missing node blabby +b missing node reclassified +b missing node legislatrix +b missing node menageries +b missing node decriminalizes +b missing node scalers +b missing node halfback +b missing node smirkers +b missing node cronies +b missing node twinships +b missing node daybreak +b missing node itemize +b missing node ointment +b missing node piggeries +b missing node unstabler +b missing node inelasticity +b missing node chariot +b missing node ouija +b missing node certain +b missing node ribalds +b missing node pinworm +b missing node relatable +b missing node hoodlums +b missing node unzips +b missing node archaeologic +b missing node refile +b missing node sanga +b missing node succored +b missing node alpine +b missing node distinctive +b missing node refill +b missing node straightest +b missing node refilm +b missing node overcautiously +b missing node behold +b missing node subeditors +b missing node propose +b missing node reportorial +b missing node succorer +b missing node messmates +b missing node nuanced +b missing node gazed +b missing node gnat +b missing node gnaw +b missing node dacron +b missing node pekingese +b missing node nuances +b missing node disgusting +b missing node badman +b missing node decrials +b missing node saner +b missing node eventuate +b missing node sanes +b missing node crouched +b missing node dandify +b missing node imbued +b missing node welshmen +b missing node pulling +b missing node otto +b missing node refine +b missing node retributing +b missing node metrology +b missing node corruptive +b missing node ordinances +b missing node agendas +b missing node upbraiders +b missing node alchemy +b missing node preterits +b missing node dominick +b missing node trigger +b missing node dandier +b missing node summarizes +b missing node retribution +b missing node rollicking +b missing node dominica +b missing node trussers +b missing node battiks +b missing node dandies +b missing node behoof +b missing node crouches +b missing node lucencies +b missing node groceries +b missing node sangh +b missing node scalene +b missing node charism +b missing node laxity +b missing node summarized +b missing node imbues +b missing node anatomists +b missing node flambes +b missing node unadorned +b missing node dandily +b missing node indicting +b missing node flambee +b missing node charity +b missing node mirabile +b missing node islets +b missing node housecleaned +b missing node adrift +b missing node magnetics +b missing node sciaticas +b missing node interdictions +b missing node teheran +b missing node eyecup +b missing node ministrants +b missing node unlifelike +b missing node mezcals +b missing node polygraphic +b missing node badmen +b missing node briniest +b missing node sobbing +b missing node curbside +b missing node welshman +b missing node cohort +b missing node saned +b missing node teeners +b missing node refire +b missing node noncollapsible +b missing node casanova +b missing node homering +b missing node greeneries +b missing node sandy +b missing node hatcher +b missing node hatches +b missing node hatchet +b missing node sands +b missing node batting +b missing node spirally +b missing node gazes +b missing node gazer +b missing node emboldening +b missing node parsons +b missing node causally +b missing node remissness +b missing node fissioning +b missing node evanescing +b missing node filthiest +b missing node strayers +b missing node disentitle +b missing node ungrateful +b missing node recoinage +b missing node forgery +b missing node hatched +b missing node unnoted +b missing node clapping +b missing node forgers +b missing node augurs +b missing node unrequitable +b missing node mushroomed +b missing node nouveaux +b missing node parsimonious +b missing node augury +b missing node quarrelsome +b missing node sillers +b missing node photomural +b missing node mania +b missing node deputize +b missing node manic +b missing node gayer +b missing node ecoles +b missing node drudgeries +b missing node altimeter +b missing node orthodoxy +b missing node spicules +b missing node unlacing +b missing node memorials +b missing node acupuncturist +b missing node mangy +b missing node mango +b missing node panchromatic +b missing node moneybags +b missing node debuggers +b missing node risque +b missing node conservatively +b missing node prepubescent +b missing node deifical +b missing node pinstripe +b missing node transform +b missing node mange +b missing node venomous +b missing node incuriously +b missing node lucrative +b missing node hawked +b missing node downgrades +b missing node defenselessness +b missing node manes +b missing node beginner +b missing node refiltered +b missing node portioning +b missing node downgraded +b missing node hawker +b missing node besieging +b missing node emissaries +b missing node fornications +b missing node sizes +b missing node demolition +b missing node desensitizations +b missing node sizer +b missing node unions +b missing node assuring +b missing node masturbators +b missing node unscratched +b missing node sized +b missing node afar +b missing node saute +b missing node uncos +b missing node masturbatory +b missing node maned +b missing node sparring +b missing node beadle +b missing node preconsultation +b missing node remount +b missing node weensy +b missing node achenes +b missing node churlish +b missing node shampoo +b missing node speech +b missing node logarithm +b missing node recruiting +b missing node devilled +b missing node prophet +b missing node dnieper +b missing node spoonerism +b missing node oedipal +b missing node sheerly +b missing node seamsters +b missing node normalize +b missing node televises +b missing node printout +b missing node overdrunk +b missing node daimonic +b missing node monseigneur +b missing node quantum +b missing node teratogen +b missing node condolence +b missing node dominate +b missing node belchers +b missing node symbolized +b missing node televised +b missing node unrelated +b missing node infarcted +b missing node adjective +b missing node manas +b missing node reuseable +b missing node biscuit +b missing node bijoux +b missing node bijous +b missing node symbolizes +b missing node peculiar +b missing node poplar +b missing node enticer +b missing node entices +b missing node emergences +b missing node geophysicist +b missing node ploddingly +b missing node ageratum +b missing node enticed +b missing node excitements +b missing node datchas +b missing node ruminated +b missing node puerto +b missing node dominant +b missing node classy +b missing node carters +b missing node ruminates +b missing node fusions +b missing node speeds +b missing node dampening +b missing node eschewed +b missing node caudexes +b missing node gimbaled +b missing node ascii +b missing node realizations +b missing node eschewer +b missing node argles +b missing node payoffs +b missing node speedy +b missing node fogyisms +b missing node drowse +b missing node enormous +b missing node pridefully +b missing node recitalists +b missing node gapped +b missing node zenithal +b missing node drowsy +b missing node bordello +b missing node tactically +b missing node ovines +b missing node tymbal +b missing node claymore +b missing node gewgaws +b missing node seethes +b missing node drownd +b missing node geranium +b missing node deputing +b missing node granddad +b missing node birdieing +b missing node thompson +b missing node extinction +b missing node drowns +b missing node seethed +b missing node flatfooted +b missing node applicatively +b missing node osprey +b missing node extincting +b missing node chauffeurs +b missing node demerited +b missing node fichus +b missing node normality +b missing node chauffeuse +b missing node scarring +b missing node proceedings +b missing node maleficent +b missing node sheerer +b missing node uncut +b missing node sheered +b missing node exotisms +b missing node beaded +b missing node eschewal +b missing node backtracked +b missing node familiarly +b missing node coalboxes +b missing node rewraps +b missing node bribing +b missing node disjunct +b missing node algorithmic +b missing node innocuous +b missing node preservations +b missing node interpolators +b missing node tzetzes +b missing node underacting +b missing node rubied +b missing node microbic +b missing node swigger +b missing node presswork +b missing node rubier +b missing node permanently +b missing node swigged +b missing node powering +b missing node pronators +b missing node rubies +b missing node ineffective +b missing node subplot +b missing node subjoins +b missing node under +b missing node prolapse +b missing node unmemorized +b missing node deacidified +b missing node jalap +b missing node limiteds +b missing node thirty +b missing node scampered +b missing node reunifies +b missing node viruses +b missing node cohesively +b missing node poplin +b missing node querist +b missing node omnisciently +b missing node admonishment +b missing node suppurative +b missing node jobholders +b missing node jewelweed +b missing node patrol +b missing node patron +b missing node stagnated +b missing node lignifying +b missing node hyphenation +b missing node ancestors +b missing node lackers +b missing node warplane +b missing node pleasures +b missing node livetraps +b missing node sanctimoniously +b missing node pleasured +b missing node thirst +b missing node stagnates +b missing node zircons +b missing node girdling +b missing node cartooned +b missing node quantic +b missing node bowels +b missing node legibleness +b missing node incomprehensibly +b missing node mackerels +b missing node snobbishly +b missing node clasps +b missing node claspt +b missing node removal +b missing node revolvable +b missing node deplore +b missing node plutons +b missing node aeon +b missing node saved +b missing node recognizing +b missing node loginess +b missing node apoplexies +b missing node saves +b missing node saver +b missing node reattachments +b missing node deputies +b missing node recleaning +b missing node cartels +b missing node coffers +b missing node embryology +b missing node prematurely +b missing node pornographer +b missing node quanted +b missing node aery +b missing node ohms +b missing node tauruses +b missing node unionizes +b missing node swooningly +b missing node barographic +b missing node incoherent +b missing node sanctified +b missing node rustles +b missing node rustler +b missing node unionized +b missing node disbanded +b missing node sanctifier +b missing node sanctifies +b missing node microbes +b missing node rustled +b missing node incomprehensible +b missing node stoat +b missing node stoas +b missing node underclerks +b missing node universities +b missing node lumina +b missing node manillas +b missing node convectional +b missing node sulphate +b missing node fomenters +b missing node stock +b missing node mammy +b missing node enchantresses +b missing node subaltern +b missing node flammability +b missing node lonesomes +b missing node miniskirt +b missing node amorphously +b missing node suppuration +b missing node forelimbs +b missing node canonically +b missing node frigidly +b missing node bearing +b missing node spiraled +b missing node trainable +b missing node ameliorations +b missing node fulsome +b missing node trimotor +b missing node coffees +b missing node suppurating +b missing node ohio +b missing node imbody +b missing node myrrh +b missing node quantal +b missing node bowery +b missing node averring +b missing node pornographic +b missing node bowers +b missing node cardiologic +b missing node surprisers +b missing node contraindicate +b missing node mayans +b missing node broken +b missing node genitalic +b missing node mamma +b missing node beacon +b missing node vivarium +b missing node broker +b missing node humidifiers +b missing node genitalia +b missing node armings +b missing node volplaned +b missing node flippancy +b missing node tidying +b missing node hyphenating +b missing node combated +b missing node reemerging +b missing node disobey +b missing node spicular +b missing node worthier +b missing node combater +b missing node worthies +b missing node crewed +b missing node necrologies +b missing node contrive +b missing node obtainment +b missing node undid +b missing node crewel +b missing node snoozed +b missing node stogy +b missing node volplanes +b missing node stoic +b missing node quagmiry +b missing node obligatory +b missing node lantana +b missing node ruminator +b missing node redigesting +b missing node congresses +b missing node pottages +b missing node xerography +b missing node peculiarly +b missing node usualness +b missing node august +b missing node pinocle +b missing node ohed +b missing node snoozer +b missing node snoozes +b missing node limiters +b missing node sagier +b missing node mamie +b missing node ibexes +b missing node savoy +b missing node contrite +b missing node redigestion +b missing node savor +b missing node quagmire +b missing node iteming +b missing node congressed +b missing node tramelling +b missing node endoskeleton +b missing node diagnostician +b missing node irrebuttable +b missing node agin +b missing node snufflier +b missing node socialization +b missing node chaises +b missing node unfading +b missing node evilness +b missing node tungsten +b missing node illustrator +b missing node unipod +b missing node deprecates +b missing node cadaverously +b missing node disfavored +b missing node tights +b missing node batted +b missing node sphered +b missing node acidulate +b missing node smoothens +b missing node undue +b missing node batten +b missing node agoras +b missing node batter +b missing node anatomized +b missing node muskits +b missing node fanaticism +b missing node parlously +b missing node beachy +b missing node prudence +b missing node anatomizes +b missing node agorae +b missing node monetarily +b missing node decent +b missing node shimmery +b missing node dimmest +b missing node newsbreak +b missing node scabrously +b missing node dumbbells +b missing node rigueur +b missing node shimmers +b missing node devilkin +b missing node conceits +b missing node misdescription +b missing node slightly +b missing node unpenned +b missing node smoking +b missing node jocularity +b missing node agha +b missing node deprecated +b missing node tzardoms +b missing node wingovers +b missing node yarned +b missing node bursitises +b missing node tightened +b missing node glimpse +b missing node spheres +b missing node suborders +b missing node coalbin +b missing node pallid +b missing node chiccory +b missing node disoriented +b missing node smokily +b missing node allotypes +b missing node tightener +b missing node conceive +b missing node conception +b missing node glossier +b missing node glossies +b missing node adagios +b missing node babble +b missing node reflexologies +b missing node allotypic +b missing node aged +b missing node nutmeats +b missing node clueing +b missing node spheric +b missing node smoothers +b missing node tasteful +b missing node optional +b missing node submerge +b missing node droves +b missing node drover +b missing node ages +b missing node overreachers +b missing node pallor +b missing node dimmers +b missing node droved +b missing node gimping +b missing node estating +b missing node parolees +b missing node coalbox +b missing node plasters +b missing node plastery +b missing node ageratums +b missing node daddy +b missing node illusionary +b missing node hempseeds +b missing node bostonian +b missing node erasers +b missing node tottery +b missing node heisters +b missing node wrathier +b missing node nabobs +b missing node totters +b missing node slurried +b missing node mumblers +b missing node kerchieves +b missing node monetarist +b missing node tabarded +b missing node deceit +b missing node unleashed +b missing node enunciated +b missing node monetarism +b missing node upholsteries +b missing node trammed +b missing node eyeliner +b missing node tawnies +b missing node slurries +b missing node tawnier +b missing node riparian +b missing node trammel +b missing node passport +b missing node unleashes +b missing node enunciates +b missing node jittering +b missing node deploys +b missing node agar +b missing node potherb +b missing node bonzer +b missing node bonzes +b missing node grosbeaks +b missing node emetic +b missing node satyr +b missing node hearsed +b missing node suitable +b missing node catered +b missing node counteract +b missing node stooges +b missing node kaputt +b missing node concoctions +b missing node dados +b missing node oedipus +b missing node hearses +b missing node caterer +b missing node sphericity +b missing node experienced +b missing node stooged +b missing node tautology +b missing node triolets +b missing node leisurely +b missing node suitably +b missing node experiences +b missing node cubers +b missing node reflexologist +b missing node jives +b missing node conceptive +b missing node abolishers +b missing node adagial +b missing node inimical +b missing node zealand +b missing node smuttiness +b missing node deflower +b missing node capstans +b missing node slighter +b missing node scorcher +b missing node substandard +b missing node directness +b missing node scorches +b missing node shamois +b missing node smoothest +b missing node fanaticize +b missing node negotiant +b missing node slighted +b missing node callback +b missing node bohemians +b missing node stunning +b missing node ransoming +b missing node glossily +b missing node tawnily +b missing node glossing +b missing node cruppers +b missing node breathtakingly +b missing node concatenate +b missing node upholstering +b missing node peening +b missing node albuminous +b missing node homeroom +b missing node reiterated +b missing node scorched +b missing node raillery +b missing node oughts +b missing node reiterates +b missing node unpolled +b missing node gimpier +b missing node targeted +b missing node hearsay +b missing node wrathing +b missing node factful +b missing node reunified +b missing node centrifuging +b missing node eviller +b missing node titivating +b missing node asphalting +b missing node illustrated +b missing node snakelike +b missing node stewardesses +b missing node radically +b missing node wormhole +b missing node fugged +b missing node slurring +b missing node cursedest +b missing node interpolar +b missing node deveining +b missing node ourselves +b missing node wrathily +b missing node unwaxed +b missing node remoter +b missing node laureled +b missing node headgears +b missing node illustrates +b missing node piously +b missing node trephining +b missing node broils +b missing node feedstuffs +b missing node plaudits +b missing node bluntness +b missing node enunciator +b missing node compound +b missing node aggravations +b missing node inhabitation +b missing node hedonists +b missing node overlarge +b missing node fretters +b missing node conscientious +b missing node bottlers +b missing node reissues +b missing node reissuer +b missing node vampers +b missing node bovines +b missing node surcingles +b missing node biographers +b missing node canaan +b missing node disarrangement +b missing node reissued +b missing node empanelled +b missing node carrells +b missing node submerse +b missing node parolers +b missing node trouping +b missing node adjurers +b missing node eucharistic +b missing node chansons +b missing node climbing +b missing node amerind +b missing node resonances +b missing node taluses +b missing node bastioned +b missing node incumbered +b missing node fopperies +b missing node fissile +b missing node myriapod +b missing node tailers +b missing node incitant +b missing node colostomies +b missing node assess +b missing node rosemaries +b missing node mostly +b missing node rearrests +b missing node carryovers +b missing node hawing +b missing node sedatives +b missing node disassembled +b missing node overroasts +b missing node threading +b missing node chirruping +b missing node muskier +b missing node muskies +b missing node chumship +b missing node deedbox +b missing node disassembles +b missing node excessively +b missing node assert +b missing node clarke +b missing node thirstier +b missing node jived +b missing node cocksure +b missing node cashiered +b missing node weened +b missing node gawky +b missing node toronto +b missing node gawks +b missing node disruption +b missing node affluents +b missing node uncoils +b missing node deluged +b missing node rectorates +b missing node canada +b missing node manse +b missing node austere +b missing node meadowlands +b missing node tallier +b missing node tallies +b missing node misjudged +b missing node dogfaces +b missing node oink +b missing node jakes +b missing node chainman +b missing node assets +b missing node wifeliest +b missing node mudpuppies +b missing node weirdest +b missing node graininess +b missing node idealistic +b missing node misjudges +b missing node felines +b missing node rhodesia +b missing node scaffoldage +b missing node bullrush +b missing node telecast +b missing node manta +b missing node saudi +b missing node afro +b missing node guitars +b missing node refurnishing +b missing node bonuses +b missing node handpick +b missing node dingdong +b missing node narcissi +b missing node fission +b missing node curveted +b missing node valorize +b missing node buttered +b missing node overdrinks +b missing node negotiate +b missing node meowed +b missing node outgrows +b missing node inanity +b missing node deluges +b missing node sauce +b missing node disrupting +b missing node manus +b missing node unflappable +b missing node outgrown +b missing node crosspieces +b missing node saucy +b missing node furling +b missing node unflappably +b missing node eglantine +b missing node thirstily +b missing node seesawing +b missing node palmer +b missing node ironically +b missing node deprecator +b missing node weenie +b missing node muskily +b missing node manna +b missing node palmed +b missing node lactates +b missing node incentives +b missing node manos +b missing node hedonisms +b missing node manor +b missing node snuffling +b missing node misdescriptive +b missing node vermifuge +b missing node earsplitting +b missing node chainmen +b missing node oily +b missing node waywardly +b missing node america +b missing node oils +b missing node tartrated +b missing node tallied +b missing node dedicate +b missing node selsyn +b missing node honorableness +b missing node ethnical +b missing node triangular +b missing node profligately +b missing node thirsting +b missing node transpiration +b missing node lactated +b missing node gallivants +b missing node expressly +b missing node outwork +b missing node soddens +b missing node outwore +b missing node undeceive +b missing node dadas +b missing node pothead +b missing node sterilizers +b missing node zebroid +b missing node canalizations +b missing node outworn +b missing node submersions +b missing node smokier +b missing node grantors +b missing node threadier +b missing node gyrfalcons +b missing node iberians +b missing node ungenteel +b missing node blattering +b missing node primeros +b missing node canals +b missing node expressed +b missing node sauna +b missing node implantation +b missing node peccable +b missing node isolating +b missing node expresses +b missing node tartrates +b missing node diaphragm +b missing node mayweed +b missing node counterpoising +b missing node momism +b missing node glissading +b missing node anviltop +b missing node spheral +b missing node reclassify +b missing node isolation +b missing node sault +b missing node parsing +b missing node sauls +b missing node claret +b missing node ligament +b missing node peahen +b missing node unpackers +b missing node weathering +b missing node assent +b missing node disruptive +b missing node nonproprietary +b missing node manly +b missing node fibrinous +b missing node northeastwardly +b missing node incompatible +b missing node sodalist +b missing node canary +b missing node canard +b missing node properest +b missing node preaccustoms +b missing node ahem +b missing node wittiest +b missing node imprisoning +b missing node menaced +b missing node affiliations +b missing node vulgarized +b missing node elasticity +b missing node pattee +b missing node patted +b missing node canopying +b missing node emasculators +b missing node patter +b missing node lowlifes +b missing node menaces +b missing node defenseless +b missing node menacer +b missing node teslas +b missing node claver +b missing node dingbat +b missing node rampancies +b missing node flattest +b missing node sociometric +b missing node unique +b missing node honeyed +b missing node mulberry +b missing node cathedra +b missing node vulgarizes +b missing node vulgarizer +b missing node stumble +b missing node ghostiest +b missing node rummers +b missing node precisest +b missing node reveille +b missing node rousseau +b missing node apoplectic +b missing node partitions +b missing node solicit +b missing node adjuring +b missing node immorally +b missing node bookcase +b missing node brolly +b missing node incompatibly +b missing node ingrown +b missing node trimorph +b missing node winkling +b missing node precisely +b missing node noncentral +b missing node envelope +b missing node insurable +b missing node envelops +b missing node screwiest +b missing node addable +b missing node reelected +b missing node rusting +b missing node neurologies +b missing node controverted +b missing node inferiors +b missing node abstention +b missing node supernovas +b missing node maple +b missing node bateaux +b missing node luckiest +b missing node dacha +b missing node ingroup +b missing node impunity +b missing node rummest +b missing node rabbeting +b missing node rustily +b missing node overemphasize +b missing node jumpoffs +b missing node unanswered +b missing node rarified +b missing node resemble +b missing node bistate +b missing node legitimate +b missing node petnappings +b missing node mommas +b missing node hairier +b missing node flattery +b missing node decorum +b missing node flatters +b missing node canape +b missing node propjet +b missing node perdues +b missing node tenancies +b missing node goddaughters +b missing node boldfaced +b missing node pudginess +b missing node recommenders +b missing node penlights +b missing node maffia +b missing node boldfaces +b missing node daces +b missing node unattackable +b missing node nitrile +b missing node needfuls +b missing node dandler +b missing node dandles +b missing node accusatorial +b missing node unstresses +b missing node kakistocracy +b missing node alerting +b missing node unhinge +b missing node browbeats +b missing node chasteners +b missing node helicopters +b missing node barraged +b missing node secretly +b missing node unstressed +b missing node chasteness +b missing node chronol +b missing node chronon +b missing node barrages +b missing node sprightliest +b missing node subordinates +b missing node flattens +b missing node diorama +b missing node nonreflective +b missing node shoplifts +b missing node alnicoes +b missing node immunologists +b missing node eligibles +b missing node merited +b missing node unmodified +b missing node dandled +b missing node ingather +b missing node janus +b missing node subordinated +b missing node fanzines +b missing node petrify +b missing node matchmaking +b missing node nitrify +b missing node glimmer +b missing node rustier +b missing node sassy +b missing node secretor +b missing node subhead +b missing node bulrushes +b missing node polygamist +b missing node pattie +b missing node blackheads +b missing node sheeter +b missing node bracted +b missing node spoonfuls +b missing node incompatibility +b missing node tallowed +b missing node laxness +b missing node phenocopy +b missing node imperviously +b missing node whole +b missing node clanking +b missing node stupendously +b missing node dimorphous +b missing node proboycott +b missing node marketeers +b missing node rustics +b missing node ancestral +b missing node sheeted +b missing node forcedly +b missing node pestering +b missing node blipped +b missing node algebras +b missing node poesies +b missing node hairbrush +b missing node argufied +b missing node applaud +b missing node whomp +b missing node neckless +b missing node jojobas +b missing node revolting +b missing node appointers +b missing node ascertains +b missing node watercress +b missing node acidities +b missing node nitride +b missing node subtitle +b missing node tallish +b missing node overspins +b missing node scolloped +b missing node sirloins +b missing node ague +b missing node gays +b missing node unrivaled +b missing node embryologic +b missing node rationalizing +b missing node polygraph +b missing node avions +b missing node badged +b missing node whoop +b missing node unfed +b missing node alibiing +b missing node modester +b missing node consistency +b missing node mutilated +b missing node racquet +b missing node satan +b missing node badger +b missing node badges +b missing node beheaded +b missing node arrayer +b missing node consistence +b missing node dieback +b missing node mutilates +b missing node disentailment +b missing node lowliest +b missing node neurologize +b missing node whorl +b missing node quipster +b missing node jackeroos +b missing node aboveboard +b missing node kingship +b missing node chronic +b missing node timider +b missing node guideline +b missing node dianthus +b missing node readmission +b missing node whore +b missing node derivatives +b missing node arrayed +b missing node enrobers +b missing node oversharp +b missing node eterne +b missing node gawk +b missing node wheyface +b missing node showboats +b missing node allocate +b missing node redeliver +b missing node earshot +b missing node unforbidden +b missing node remelted +b missing node redeliveries +b missing node gave +b missing node whops +b missing node peskiest +b missing node moralized +b missing node specks +b missing node impassability +b missing node unforbidded +b missing node isthmuses +b missing node gavot +b missing node moralizer +b missing node moralizes +b missing node priested +b missing node atypically +b missing node whose +b missing node sensitivity +b missing node behind +b missing node unwinders +b missing node totting +b missing node whoso +b missing node unenjoyable +b missing node chocolates +b missing node unfit +b missing node unfix +b missing node janes +b missing node yesteryears +b missing node janet +b missing node arrayal +b missing node posture +b missing node impearling +b missing node epiderms +b missing node ingot +b missing node signiories +b missing node fatigability +b missing node copenhagen +b missing node devilish +b missing node boogies +b missing node calfskins +b missing node legitimacy +b missing node grandeur +b missing node anything +b missing node reformable +b missing node gaze +b missing node specie +b missing node clause +b missing node hazelnuts +b missing node snowflake +b missing node palled +b missing node papistries +b missing node gapy +b missing node strophe +b missing node predestinating +b missing node modestly +b missing node presifting +b missing node grandest +b missing node gape +b missing node satin +b missing node prologuing +b missing node gaps +b missing node pallet +b missing node ofay +b missing node chaired +b missing node romans +b missing node romano +b missing node romany +b missing node peevishness +b missing node bulwark +b missing node capuchin +b missing node overdraw +b missing node ingle +b missing node rectitude +b missing node agog +b missing node tackling +b missing node gaol +b missing node vindictively +b missing node tactual +b missing node neurologist +b missing node compositors +b missing node unweeded +b missing node honolulu +b missing node gams +b missing node biographies +b missing node idiotically +b missing node unsightliness +b missing node gamy +b missing node misdefining +b missing node redelivering +b missing node popularizing +b missing node gang +b missing node mutilator +b missing node baroque +b missing node compotes +b missing node grindstones +b missing node homebuilding +b missing node acerola +b missing node gaud +b missing node geology +b missing node deviling +b missing node logically +b missing node cassettes +b missing node decayable +b missing node offs +b missing node maori +b missing node priestly +b missing node sated +b missing node songwriter +b missing node poetical +b missing node dominantly +b missing node crepitus +b missing node gate +b missing node astrobiologists +b missing node sates +b missing node tinkerers +b missing node gats +b missing node appointees +b missing node plushiest +b missing node gary +b missing node duotones +b missing node bigmouthed +b missing node muscats +b missing node cubebs +b missing node gunfight +b missing node eject +b missing node bleeders +b missing node bechamels +b missing node rinsable +b missing node gavel +b missing node gash +b missing node crowner +b missing node gasp +b missing node overdrew +b missing node cuirass +b missing node larruping +b missing node vealier +b missing node crowned +b missing node bacterium +b missing node sprightlier +b missing node garb +b missing node hubbubs +b missing node polygamies +b missing node predestination +b missing node walkovers +b missing node gars +b missing node elasticize +b missing node solidly +b missing node fingerprinting +b missing node stork +b missing node concubines +b missing node store +b missing node requisiteness +b missing node gaff +b missing node storm +b missing node neighborly +b missing node hayrack +b missing node snidest +b missing node story +b missing node warwork +b missing node copyholders +b missing node warworn +b missing node decriers +b missing node beachboys +b missing node contemptuously +b missing node gaga +b missing node saffron +b missing node forgive +b missing node shaders +b missing node postcard +b missing node gage +b missing node vintner +b missing node cannibals +b missing node reservation +b missing node bearish +b missing node syndics +b missing node melanotic +b missing node spindler +b missing node satisfy +b missing node miniskirts +b missing node owlets +b missing node instances +b missing node spindles +b missing node molters +b missing node stops +b missing node stopt +b missing node conductivity +b missing node gags +b missing node leasehold +b missing node worthing +b missing node current +b missing node postwar +b missing node instanced +b missing node phages +b missing node preemptions +b missing node spindled +b missing node weekly +b missing node stood +b missing node gauzy +b missing node bulldozing +b missing node stool +b missing node sarod +b missing node stoop +b missing node gain +b missing node underdogs +b missing node demonstrators +b missing node cowcatchers +b missing node focussing +b missing node ambergris +b missing node gauze +b missing node microbus +b missing node wittier +b missing node wadies +b missing node argots +b missing node queried +b missing node stone +b missing node flawless +b missing node mossbacks +b missing node unscrupulously +b missing node durational +b missing node stony +b missing node gait +b missing node aims +b missing node ailment +b missing node armyworms +b missing node clayish +b missing node friskers +b missing node worthily +b missing node pompadours +b missing node querier +b missing node feloniously +b missing node queries +b missing node stumpiest +b missing node empaneling +b missing node preoccupying +b missing node underdoes +b missing node gymnastics +b missing node stomp +b missing node accusive +b missing node holdings +b missing node gall +b missing node faqirs +b missing node thralls +b missing node thirds +b missing node sandaling +b missing node gale +b missing node tempering +b missing node stole +b missing node unnoticed +b missing node saris +b missing node gala +b missing node burdocks +b missing node stoke +b missing node bellwethers +b missing node geisha +b missing node grandees +b missing node game +b missing node aggies +b missing node walter +b missing node methodology +b missing node neighbored +b missing node throning +b missing node cageling +b missing node spreads +b missing node worldlings +b missing node embowering +b missing node gals +b missing node friskets +b missing node ails +b missing node cowkine +b missing node kingside +b missing node politeness +b missing node endoscopies +b missing node undesigning +b missing node forging +b missing node constables +b missing node omegas +b missing node adherence +b missing node promulging +b missing node timidly +b missing node verbose +b missing node ogre +b missing node beveling +b missing node palmature +b missing node perforate +b missing node frustration +b missing node unreprieved +b missing node kilobit +b missing node grossing +b missing node foreordaining +b missing node warbling +b missing node lizards +b missing node snidely +b missing node fragmentary +b missing node aerological +b missing node potherbs +b missing node bodies +b missing node fructuary +b missing node interpretational +b missing node tiptop +b missing node nocking +b missing node caricaturist +b missing node luminously +b missing node surround +b missing node bodied +b missing node thrivers +b missing node hexahedrons +b missing node tiptoe +b missing node gauss +b missing node undiscerning +b missing node incurrable +b missing node brunettes +b missing node reclassifying +b missing node sequences +b missing node fragmentate +b missing node sequencer +b missing node equivocally +b missing node sextuplets +b missing node uncomplainingly +b missing node precautions +b missing node sequenced +b missing node argosy +b missing node knowingness +b missing node stows +b missing node moonshiners +b missing node evanescent +b missing node bodice +b missing node witting +b missing node fortunateness +b missing node confreres +b missing node seditious +b missing node chromosomally +b missing node obnoxiousness +b missing node funfair +b missing node poincianas +b missing node trussing +b missing node coxwaining +b missing node accusing +b missing node roentgen +b missing node lackeys +b missing node pristine +b missing node stove +b missing node gabs +b missing node codling +b missing node pollutants +b missing node puritan +b missing node snickered +b missing node argols +b missing node oeuvres +b missing node caricaturing +b missing node sweetened +b missing node convoking +b missing node stout +b missing node busings +b missing node stoup +b missing node accursedly +b missing node collarless +b missing node undreamt +b missing node firework +b missing node composers +b missing node fireworm +b missing node brotherliness +b missing node argons +b missing node forwardest +b missing node numbing +b missing node engram +b missing node barstool +b missing node benzoate +b missing node gads +b missing node calabashes +b missing node economists +b missing node vivaries +b missing node schussing +b missing node pyrostats +b missing node surpassingly +b missing node aide +b missing node aids +b missing node andante +b missing node electrical +b missing node wittily +b missing node removes +b missing node forwarders +b missing node remover +b missing node composts +b missing node removed +b missing node frustrating +b missing node unexpressed +b missing node solider +b missing node cribbages +b missing node infra +b missing node wrynecks +b missing node boding +b missing node uncompartmentalizes +b missing node reassess +b missing node swaggering +b missing node baptizer +b missing node kilobar +b missing node baptizes +b missing node composes +b missing node composer +b missing node subornation +b missing node spouse +b missing node clayier +b missing node myope +b missing node pullbacks +b missing node composed +b missing node deadhead +b missing node narratives +b missing node fantasie +b missing node jocund +b missing node fantasia +b missing node headhunts +b missing node sunnier +b missing node deciphered +b missing node weighman +b missing node wagtail +b missing node magnateship +b missing node uncompartmentalized +b missing node histologists +b missing node nearby +b missing node baptized +b missing node spouts +b missing node lifesaving +b missing node scarrier +b missing node diametrical +b missing node infos +b missing node thanatology +b missing node bodily +b missing node fabrics +b missing node firewood +b missing node debugging +b missing node aerodyne +b missing node settlings +b missing node reassert +b missing node imprisonment +b missing node purisms +b missing node attractions +b missing node stenciled +b missing node asseverations +b missing node fuddling +b missing node sweetener +b missing node sensibility +b missing node insofar +b missing node pilgrims +b missing node enamours +b missing node cancer +b missing node ogle +b missing node usufructuary +b missing node vaporizer +b missing node vaporizes +b missing node getaway +b missing node convecting +b missing node cancel +b missing node rematch +b missing node neared +b missing node deviled +b missing node scantlings +b missing node thusly +b missing node outgrowth +b missing node footrest +b missing node nearer +b missing node rationing +b missing node weighmen +b missing node bailouts +b missing node convection +b missing node james +b missing node unaged +b missing node gauls +b missing node continually +b missing node vaporized +b missing node upleaping +b missing node fantasms +b missing node reunion +b missing node scalars +b missing node misguidedly +b missing node recruiters +b missing node fortuity +b missing node renigs +b missing node presets +b missing node devilment +b missing node myopy +b missing node incognitos +b missing node rupturable +b missing node gaunt +b missing node centigrade +b missing node cancan +b missing node boastfully +b missing node detects +b missing node hydrants +b missing node commendably +b missing node disclaimer +b missing node incongruity +b missing node jambs +b missing node resoluteness +b missing node reasserts +b missing node concelebration +b missing node ineptness +b missing node infix +b missing node commendable +b missing node disclaimed +b missing node adherents +b missing node grudging +b missing node coparents +b missing node noshers +b missing node purists +b missing node codefendant +b missing node jugula +b missing node concelebrating +b missing node vandalic +b missing node present +b missing node impatient +b missing node impatiens +b missing node tangentiality +b missing node ahoy +b missing node chiropodist +b missing node nocked +b missing node claying +b missing node dallas +b missing node ogee +b missing node fiches +b missing node fantasts +b missing node drachmas +b missing node diatribe +b missing node pervasiveness +b missing node cribbings +b missing node outfitting +b missing node syllogistic +b missing node treetops +b missing node lameness +b missing node comporting +b missing node kilogram +b missing node prurience +b missing node ungot +b missing node photostating +b missing node sequester +b missing node ballot +b missing node magenta +b missing node drachmae +b missing node panaches +b missing node bushwack +b missing node lashing +b missing node underdone +b missing node vegetal +b missing node infer +b missing node derailleurs +b missing node ferments +b missing node centigrams +b missing node nepenthe +b missing node crevasse +b missing node apostolic +b missing node programmable +b missing node pharaohs +b missing node farmhands +b missing node systems +b missing node garrulous +b missing node unleashing +b missing node jackanapeses +b missing node gladiatorial +b missing node wornout +b missing node gauds +b missing node gaudy +b missing node aryans +b missing node verbalize +b missing node medications +b missing node wading +b missing node preconceiving +b missing node deterred +b missing node solidus +b missing node deterrer +b missing node badinage +b missing node embalmed +b missing node klatch +b missing node consumptions +b missing node scoffers +b missing node operators +b missing node reunite +b missing node embalmer +b missing node nearly +b missing node convective +b missing node squiggly +b missing node preempted +b missing node presell +b missing node gauge +b missing node squiggle +b missing node bunnies +b missing node friskiest +b missing node innings +b missing node nighness +b missing node loopholes +b missing node thanks +b missing node prointegration +b missing node achene +b missing node eyeshades +b missing node vituperative +b missing node howdah +b missing node marie +b missing node spaceship +b missing node mezuzas +b missing node maria +b missing node fumigant +b missing node inert +b missing node assurers +b missing node campanili +b missing node iguana +b missing node sharesman +b missing node campanile +b missing node washrooms +b missing node mezuzah +b missing node noncommercially +b missing node immolate +b missing node corroded +b missing node retreated +b missing node opacification +b missing node corrodes +b missing node corroder +b missing node balled +b missing node mares +b missing node outwits +b missing node blanketed +b missing node dimorphic +b missing node repagination +b missing node repatriated +b missing node chitchat +b missing node toroids +b missing node marge +b missing node jesuit +b missing node intemperate +b missing node prevents +b missing node chuffed +b missing node repatriates +b missing node carbuncular +b missing node puppetries +b missing node cilium +b missing node signalizing +b missing node ballet +b missing node baller +b missing node chuffer +b missing node reunify +b missing node abstain +b missing node fluorides +b missing node trucked +b missing node grungy +b missing node bypassing +b missing node unhat +b missing node march +b missing node unison +b missing node volvox +b missing node fumigate +b missing node heretical +b missing node emasculating +b missing node walrus +b missing node popped +b missing node marcs +b missing node jazziness +b missing node complacency +b missing node reerect +b missing node popper +b missing node ajar +b missing node poppet +b missing node mardi +b missing node complacence +b missing node sharesmen +b missing node oversimplifies +b missing node affirming +b missing node sunnily +b missing node permissive +b missing node remarks +b missing node scientists +b missing node uncircumcised +b missing node decoyed +b missing node leftists +b missing node interrogations +b missing node oversimplified +b missing node shimmying +b missing node godmother +b missing node thanes +b missing node glorify +b missing node breathes +b missing node decoyer +b missing node breather +b missing node garments +b missing node glories +b missing node emasculation +b missing node protractors +b missing node laboratory +b missing node noninclusive +b missing node frettier +b missing node cohere +b missing node gloried +b missing node gator +b missing node commonable +b missing node adjunctive +b missing node trucker +b missing node ballad +b missing node cartloads +b missing node rouens +b missing node stoniest +b missing node forceful +b missing node advertently +b missing node daisy +b missing node selflessly +b missing node sunning +b missing node fireplaces +b missing node pinioned +b missing node extermination +b missing node swabbers +b missing node eighteenth +b missing node jetties +b missing node exterminating +b missing node mezzanine +b missing node dairy +b missing node poppas +b missing node sheikdom +b missing node hoardings +b missing node jettied +b missing node inflammations +b missing node breathed +b missing node heretofore +b missing node garishness +b missing node lignums +b missing node reincarnating +b missing node disclosure +b missing node nonconsumption +b missing node satiric +b missing node weighing +b missing node pimpernels +b missing node rhizome +b missing node faction +b missing node fungus +b missing node pogroming +b missing node simonize +b missing node tombstones +b missing node daresay +b missing node supramental +b missing node cudgelling +b missing node vituperation +b missing node foundlings +b missing node catnaps +b missing node symbionts +b missing node berating +b missing node assays +b missing node vituperating +b missing node omit +b missing node unadvisable +b missing node meditative +b missing node remodeler +b missing node marks +b missing node crushes +b missing node abolitionist +b missing node crusher +b missing node shutes +b missing node abolitionism +b missing node handwritten +b missing node militaristic +b missing node duress +b missing node nahuatl +b missing node sambaing +b missing node timbering +b missing node satires +b missing node etatism +b missing node vesuvians +b missing node exclusions +b missing node etatist +b missing node bawdiest +b missing node knackeries +b missing node shuted +b missing node crushed +b missing node affronting +b missing node omelet +b missing node glaciating +b missing node leftisms +b missing node guiltlessness +b missing node lording +b missing node parakeet +b missing node whump +b missing node incitation +b missing node investment +b missing node fretting +b missing node irrationally +b missing node overheaped +b missing node thurible +b missing node caramel +b missing node scofflaw +b missing node reincarnation +b missing node smashers +b missing node vapours +b missing node apostle +b missing node daily +b missing node preconceals +b missing node devilry +b missing node assureds +b missing node competitively +b missing node girdlers +b missing node omen +b missing node polygamous +b missing node sprinkling +b missing node vapoury +b missing node remarry +b missing node tigers +b missing node gated +b missing node ergot +b missing node whittled +b missing node alderwoman +b missing node candle +b missing node unequals +b missing node adumbrates +b missing node spelunks +b missing node hibernate +b missing node cowslip +b missing node cryptogam +b missing node henhouses +b missing node adumbrated +b missing node unburden +b missing node meditation +b missing node resuscitate +b missing node resiliently +b missing node whittles +b missing node mutinying +b missing node whittler +b missing node einsteinium +b missing node smoothing +b missing node maqui +b missing node upstream +b missing node occultist +b missing node delightedly +b missing node grunts +b missing node meditating +b missing node occultism +b missing node tortillas +b missing node garrote +b missing node calicoes +b missing node commonalities +b missing node spotty +b missing node recentness +b missing node severeness +b missing node candor +b missing node officiousness +b missing node tousling +b missing node fowler +b missing node fowled +b missing node conjugators +b missing node rushingly +b missing node comprises +b missing node lantern +b missing node expectedly +b missing node andiron +b missing node eternizing +b missing node dimorphism +b missing node comprised +b missing node macerator +b missing node carburizing +b missing node sillies +b missing node snoutish +b missing node stubbornly +b missing node alderwomen +b missing node sillier +b missing node camisoles +b missing node stoneflies +b missing node verifiable +b missing node eutrophic +b missing node rawhided +b missing node unheedful +b missing node rawhides +b missing node indelibly +b missing node foaminess +b missing node teenage +b missing node perturbational +b missing node olla +b missing node engrosses +b missing node engrosser +b missing node sextupling +b missing node coherently +b missing node xebec +b missing node fungal +b missing node sinter +b missing node engrossed +b missing node nightmarish +b missing node nahuatls +b missing node rusticate +b missing node exhibitionists +b missing node indelible +b missing node promisingly +b missing node airy +b missing node parathyroidal +b missing node airs +b missing node shelvings +b missing node zymoscope +b missing node travelogs +b missing node skyscrapers +b missing node subdeacon +b missing node jovial +b missing node contingent +b missing node resections +b missing node kissed +b missing node aureate +b missing node howdie +b missing node mumbling +b missing node vatfuls +b missing node ukeleles +b missing node interpolator +b missing node toxicological +b missing node legislating +b missing node kisser +b missing node fireclays +b missing node kisses +b missing node headgear +b missing node normative +b missing node goading +b missing node smoothies +b missing node hutched +b missing node removable +b missing node macerates +b missing node jangles +b missing node macerater +b missing node jangler +b missing node quibble +b missing node atavisms +b missing node anticlimaxes +b missing node chasubles +b missing node hutches +b missing node smokiest +b missing node macerated +b missing node bibliographical +b missing node diffuseness +b missing node unfaithfully +b missing node reapplies +b missing node reapplier +b missing node legislation +b missing node reaccompanying +b missing node rheumatoid +b missing node xysts +b missing node reapplied +b missing node gladelike +b missing node renditions +b missing node unisex +b missing node jangled +b missing node jugglings +b missing node micronesians +b missing node insincere +b missing node amplifications +b missing node bacchanalia +b missing node repaginating +b missing node unhip +b missing node truckle +b missing node unambiguous +b missing node lustfulness +b missing node peaced +b missing node badnesses +b missing node candid +b missing node permission +b missing node veriest +b missing node holystone +b missing node foxhound +b missing node cartage +b missing node meltons +b missing node hushedly +b missing node blackhead +b missing node disheartens +b missing node decide +b missing node absurdity +b missing node predefining +b missing node excisions +b missing node mafias +b missing node inept +b missing node because +b missing node conjoin +b missing node coheir +b missing node peaces +b missing node softbacks +b missing node portholes +b missing node carnifying +b missing node quickest +b missing node fungic +b missing node essayers +b missing node sillily +b missing node chamoised +b missing node gates +b missing node speckled +b missing node egypt +b missing node lummox +b missing node enfilade +b missing node besiegers +b missing node chamoises +b missing node simoniac +b missing node meaningfulness +b missing node gasps +b missing node discolored +b missing node agonal +b missing node verbids +b missing node atavists +b missing node multiplied +b missing node once +b missing node foundational +b missing node cretin +b missing node mashy +b missing node thoraces +b missing node reexpresses +b missing node primeval +b missing node archaistic +b missing node recleans +b missing node washtubs +b missing node akin +b missing node peachy +b missing node prosiest +b missing node verbify +b missing node reexpressed +b missing node statesmanship +b missing node indow +b missing node cloakroom +b missing node erica +b missing node patness +b missing node gassy +b missing node borderline +b missing node ones +b missing node multiplies +b missing node stagnancy +b missing node touchstone +b missing node unify +b missing node multiplier +b missing node migrations +b missing node balkan +b missing node baptisms +b missing node abridged +b missing node heisting +b missing node enjoyments +b missing node suiting +b missing node doomful +b missing node aladdin +b missing node goatherd +b missing node nutritional +b missing node intimates +b missing node quashing +b missing node transcended +b missing node jaggs +b missing node esquired +b missing node weltered +b missing node intimater +b missing node yarrow +b missing node abridges +b missing node bottling +b missing node abridger +b missing node storages +b missing node intimated +b missing node reanalyzing +b missing node stimy +b missing node nonregimented +b missing node thoracic +b missing node allheal +b missing node beagle +b missing node ruminants +b missing node snoutier +b missing node excogitate +b missing node ombre +b missing node stink +b missing node economizes +b missing node economizer +b missing node sting +b missing node stint +b missing node achromat +b missing node sayer +b missing node acidheads +b missing node climbers +b missing node missionaries +b missing node economized +b missing node commingling +b missing node esquires +b missing node mawkish +b missing node bedizening +b missing node decile +b missing node denaturant +b missing node sayee +b missing node lovages +b missing node ungrudging +b missing node pulsators +b missing node thames +b missing node maser +b missing node erroneous +b missing node pulsatory +b missing node weirdies +b missing node stile +b missing node weathermen +b missing node shimming +b missing node still +b missing node cubans +b missing node nitrate +b missing node brezhnev +b missing node stilt +b missing node bodkin +b missing node cascade +b missing node melders +b missing node indue +b missing node bellweather +b missing node letterpress +b missing node unsubstantial +b missing node canonistic +b missing node traders +b missing node clawer +b missing node twelfths +b missing node musicology +b missing node mynas +b missing node mynah +b missing node refunded +b missing node neglector +b missing node junipers +b missing node confabulate +b missing node orgastic +b missing node only +b missing node disarticulate +b missing node outspell +b missing node refunder +b missing node deadlocks +b missing node cathects +b missing node semesters +b missing node ambiverts +b missing node oculist +b missing node soldering +b missing node catalytically +b missing node gabbiest +b missing node arithmetically +b missing node mosquito +b missing node moment +b missing node ungodlier +b missing node hejira +b missing node phonetics +b missing node manslayers +b missing node mussiest +b missing node actionable +b missing node groundnut +b missing node ywca +b missing node idyllists +b missing node jaggy +b missing node baptises +b missing node massa +b missing node masse +b missing node infarction +b missing node glyphs +b missing node slatted +b missing node clawed +b missing node weatherman +b missing node otoliths +b missing node protracted +b missing node baptised +b missing node snouting +b missing node sties +b missing node lapwings +b missing node cubage +b missing node masks +b missing node electrologists +b missing node occulting +b missing node vitalization +b missing node unadapted +b missing node nonnumeric +b missing node stied +b missing node continuance +b missing node nondescript +b missing node condemners +b missing node sanitariums +b missing node pricelessness +b missing node federate +b missing node conjugality +b missing node dorado +b missing node trillionth +b missing node shadowing +b missing node fuseless +b missing node auricularly +b missing node clumped +b missing node nether +b missing node stiff +b missing node cretic +b missing node seclude +b missing node uganda +b missing node stick +b missing node palpus +b missing node savates +b missing node feistiest +b missing node brothiest +b missing node ontogenetically +b missing node optometries +b missing node stunners +b missing node tanneries +b missing node balked +b missing node hektares +b missing node threaders +b missing node nutritionists +b missing node millstream +b missing node gizmo +b missing node balker +b missing node compounders +b missing node bogglers +b missing node mason +b missing node instancing +b missing node spattering +b missing node secretors +b missing node secretory +b missing node maltreated +b missing node tinworks +b missing node remodeled +b missing node surrejoinders +b missing node protractor +b missing node jigaboos +b missing node shattering +b missing node herring +b missing node skimmings +b missing node candescence +b missing node conductible +b missing node elation +b missing node hesitancies +b missing node pouffes +b missing node sodality +b missing node parsecs +b missing node barracks +b missing node biologically +b missing node bearded +b missing node mesmerization +b missing node shimmied +b missing node sodalite +b missing node sumatran +b missing node coonhound +b missing node confiscate +b missing node pockmarks +b missing node elating +b missing node urological +b missing node pragmatist +b missing node dendrological +b missing node musculation +b missing node prearming +b missing node ramble +b missing node roughs +b missing node urinal +b missing node pouffed +b missing node luxuries +b missing node pragmatism +b missing node simonist +b missing node trisaccharide +b missing node propers +b missing node revoltingly +b missing node introject +b missing node thermometers +b missing node robustness +b missing node dampeners +b missing node mindfully +b missing node marsh +b missing node marse +b missing node imbrium +b missing node botanies +b missing node impartiality +b missing node federals +b missing node geographer +b missing node mobilizes +b missing node mobilizer +b missing node retributory +b missing node marry +b missing node requisitioner +b missing node index +b missing node lavages +b missing node cowskin +b missing node listening +b missing node propulsion +b missing node forevermore +b missing node boogers +b missing node flinchers +b missing node rostrums +b missing node urines +b missing node bitumen +b missing node caners +b missing node bicentennial +b missing node realistic +b missing node metagenetically +b missing node neatly +b missing node requisitioned +b missing node sayst +b missing node abolishing +b missing node unite +b missing node marts +b missing node geographic +b missing node tanager +b missing node thrillingly +b missing node pipsqueaks +b missing node stepsister +b missing node germinate +b missing node abandons +b missing node reassumptions +b missing node suppliers +b missing node mobilized +b missing node rouged +b missing node units +b missing node cooties +b missing node daleth +b missing node shadowier +b missing node unity +b missing node reoccurring +b missing node rouges +b missing node preamplifiers +b missing node migrating +b missing node escrow +b missing node sluiceway +b missing node glorias +b missing node deliquescent +b missing node stirs +b missing node unfortunate +b missing node gloriam +b missing node pharisaic +b missing node unerased +b missing node consumptives +b missing node cricket +b missing node corneous +b missing node cricked +b missing node baptists +b missing node verbile +b missing node assail +b missing node propels +b missing node asceticism +b missing node undestroyed +b missing node erasing +b missing node cordlessly +b missing node encrypting +b missing node indiscoverable +b missing node unpacking +b missing node union +b missing node inasmuch +b missing node titaniums +b missing node india +b missing node ladybird +b missing node machree +b missing node migration +b missing node united +b missing node cantonment +b missing node botanist +b missing node vehicular +b missing node uniter +b missing node unites +b missing node speciously +b missing node nonpaying +b missing node sandalled +b missing node nullificator +b missing node secretes +b missing node gravelling +b missing node crests +b missing node secreter +b missing node simonies +b missing node myopias +b missing node federacy +b missing node optometrist +b missing node secreted +b missing node encryption +b missing node indol +b missing node neaten +b missing node tautologous +b missing node neater +b missing node omicron +b missing node appall +b missing node undignified +b missing node appals +b missing node valuableness +b missing node infolds +b missing node perusals +b missing node viaticum +b missing node reusability +b missing node palanquin +b missing node shimmies +b missing node undeserving +b missing node elative +b missing node wellington +b missing node streaker +b missing node leprosariums +b missing node contentment +b missing node streaked +b missing node gases +b missing node chianti +b missing node propulsive +b missing node alfa +b missing node enshrined +b missing node lascivious +b missing node yurt +b missing node tipoff +b missing node flashcube +b missing node menages +b missing node contentedly +b missing node leopards +b missing node gazpachos +b missing node cremating +b missing node southwardly +b missing node holidayed +b missing node fetishes +b missing node definement +b missing node selfdoms +b missing node plastics +b missing node maths +b missing node marshmallows +b missing node alee +b missing node mazedly +b missing node blithest +b missing node alterants +b missing node endbrain +b missing node uniquest +b missing node cremation +b missing node ales +b missing node spored +b missing node phlegmier +b missing node sawyer +b missing node mater +b missing node methodize +b missing node abraded +b missing node mates +b missing node elaters +b missing node quitclaiming +b missing node enamored +b missing node matey +b missing node hairdos +b missing node alga +b missing node slivovic +b missing node salvation +b missing node behest +b missing node agitable +b missing node maenadism +b missing node spores +b missing node incus +b missing node incur +b missing node voiceless +b missing node contacting +b missing node defamed +b missing node defames +b missing node defamer +b missing node inculpate +b missing node crambos +b missing node snufflers +b missing node geotropically +b missing node gateway +b missing node parsers +b missing node cowrie +b missing node venation +b missing node methodism +b missing node contaminator +b missing node oldness +b missing node widespread +b missing node crowing +b missing node methodist +b missing node alii +b missing node bobbling +b missing node incog +b missing node preconditioning +b missing node sinkholes +b missing node seismic +b missing node alit +b missing node softness +b missing node precising +b missing node matin +b missing node flinching +b missing node doyennes +b missing node ally +b missing node alma +b missing node alls +b missing node blithers +b missing node raindrops +b missing node uniquely +b missing node inkpots +b missing node schmucks +b missing node insulted +b missing node precision +b missing node saddest +b missing node coopered +b missing node insulter +b missing node botanize +b missing node rummage +b missing node noncongealing +b missing node paganists +b missing node formulae +b missing node hatefully +b missing node alleviator +b missing node trample +b missing node garth +b missing node forerunners +b missing node sterilizing +b missing node hispano +b missing node larking +b missing node alms +b missing node corruptions +b missing node mateless +b missing node gerbil +b missing node volunteered +b missing node occident +b missing node pickaxing +b missing node lumpen +b missing node harshens +b missing node slaking +b missing node variegating +b missing node interposes +b missing node interposer +b missing node firebird +b missing node lumper +b missing node dendrologic +b missing node revoir +b missing node voltes +b missing node conceder +b missing node functionary +b missing node concedes +b missing node monastical +b missing node symbolize +b missing node upstanding +b missing node lumped +b missing node saddens +b missing node intimidations +b missing node alps +b missing node sleekening +b missing node omaha +b missing node conceded +b missing node overissue +b missing node sciences +b missing node overassessment +b missing node narked +b missing node aloe +b missing node gaucheness +b missing node formulas +b missing node okay +b missing node blandishments +b missing node interposed +b missing node teletypes +b missing node pupations +b missing node variegation +b missing node spiraeas +b missing node deistic +b missing node illuminations +b missing node dagos +b missing node matts +b missing node preceptors +b missing node gyroscope +b missing node matte +b missing node puffins +b missing node okie +b missing node revoke +b missing node unlimbering +b missing node staunched +b missing node orgeats +b missing node minacity +b missing node revolt +b missing node norfolk +b missing node overdevelopment +b missing node grandaunts +b missing node unheeding +b missing node materializing +b missing node atonally +b missing node seismal +b missing node forgoer +b missing node forgoes +b missing node tacklers +b missing node mosque +b missing node overspent +b missing node barbering +b missing node randomly +b missing node slanders +b missing node enrobing +b missing node puffily +b missing node bandagers +b missing node flaunter +b missing node favours +b missing node overspend +b missing node alto +b missing node tackless +b missing node vocabulary +b missing node flaunted +b missing node orchids +b missing node paganisms +b missing node exerted +b missing node blindfolded +b missing node also +b missing node puffing +b missing node megalomania +b missing node racings +b missing node disclaim +b missing node remedial +b missing node griffons +b missing node behead +b missing node larkier +b missing node garbage +b missing node neglecter +b missing node polyandrous +b missing node deployments +b missing node heteros +b missing node readout +b missing node misproportion +b missing node fickle +b missing node certify +b missing node pompons +b missing node gradated +b missing node garbanzo +b missing node wanderer +b missing node gradates +b missing node uprears +b missing node cycloidal +b missing node williwaws +b missing node wandered +b missing node alkalosis +b missing node neglected +b missing node yuan +b missing node barrable +b missing node costarred +b missing node simmering +b missing node sepulchrally +b missing node incas +b missing node contemplatively +b missing node victress +b missing node neckline +b missing node pompoms +b missing node schedulers +b missing node generalizations +b missing node apprehending +b missing node blandly +b missing node avenses +b missing node bowshots +b missing node alleviated +b missing node massy +b missing node manometry +b missing node perukes +b missing node mylar +b missing node knobbiest +b missing node alleviates +b missing node unfastened +b missing node barbarisms +b missing node megavolts +b missing node revolters +b missing node sporty +b missing node masts +b missing node gutless +b missing node progeny +b missing node sports +b missing node appetizers +b missing node overgrowing +b missing node subheadings +b missing node architectures +b missing node fissured +b missing node bankrolled +b missing node baling +b missing node drunken +b missing node devious +b missing node jingo +b missing node fissures +b missing node deadfalls +b missing node subleases +b missing node dreadfuls +b missing node render +b missing node despoliation +b missing node rended +b missing node battle +b missing node kennel +b missing node navigability +b missing node coxcombs +b missing node topsides +b missing node topsider +b missing node subleased +b missing node readopt +b missing node drunker +b missing node bulldozers +b missing node suiciding +b missing node forwarding +b missing node uberties +b missing node saxon +b missing node culver +b missing node kenned +b missing node shadier +b missing node cascara +b missing node grandads +b missing node riverside +b missing node underwear +b missing node veilings +b missing node upswings +b missing node chastening +b missing node orifices +b missing node tramper +b missing node nonodorous +b missing node registerer +b missing node bikinis +b missing node headaches +b missing node seldomly +b missing node militancy +b missing node prorogation +b missing node tramped +b missing node registered +b missing node hearken +b missing node misemploys +b missing node mythic +b missing node kilorads +b missing node twigless +b missing node elocutionist +b missing node napoleonic +b missing node lethargies +b missing node condemning +b missing node forsakers +b missing node wretches +b missing node garde +b missing node solderers +b missing node shadily +b missing node wretched +b missing node cassowary +b missing node reshuffling +b missing node restarted +b missing node mohammed +b missing node abstainers +b missing node fanners +b missing node beheld +b missing node blander +b missing node garbo +b missing node overhauled +b missing node garbs +b missing node panegyrist +b missing node penetrate +b missing node oppose +b missing node bedtime +b missing node recommending +b missing node approbated +b missing node teratomas +b missing node bleeding +b missing node underwent +b missing node neurotics +b missing node octangle +b missing node lacewings +b missing node mated +b missing node palpal +b missing node alan +b missing node noninterventionists +b missing node alas +b missing node remedied +b missing node alar +b missing node alai +b missing node jinni +b missing node saxes +b missing node bucktail +b missing node upchucking +b missing node oddities +b missing node jinns +b missing node sulkers +b missing node remedies +b missing node trumperies +b missing node machinability +b missing node panegyrize +b missing node pinspotters +b missing node albs +b missing node receded +b missing node egoistical +b missing node lymphoid +b missing node jarfuls +b missing node alba +b missing node carotidal +b missing node brainpower +b missing node recedes +b missing node distortable +b missing node reexamine +b missing node symbolisms +b missing node match +b missing node sensitively +b missing node enshrines +b missing node toehold +b missing node trucing +b missing node grandame +b missing node manometer +b missing node overexposes +b missing node triumphs +b missing node asteroidal +b missing node modicum +b missing node agonic +b missing node mythos +b missing node unrobing +b missing node grandams +b missing node overexposed +b missing node palimpsests +b missing node alternations +b missing node spiders +b missing node matchmakers +b missing node yuks +b missing node shading +b missing node dingeys +b missing node brokerages +b missing node mazurka +b missing node chaconnes +b missing node unbudging +b missing node yule +b missing node eucharists +b missing node spidery +b missing node insensibility +b missing node architectural +b missing node figeater +b missing node dewless +b missing node unprincipled +b missing node baddie +b missing node clayed +b missing node subgenuses +b missing node impalement +b missing node hopping +b missing node clayey +b missing node tippet +b missing node tipper +b missing node geek +b missing node mossed +b missing node gees +b missing node mosser +b missing node tipped +b missing node amid +b missing node misunderstands +b missing node mosses +b missing node hotfooting +b missing node amis +b missing node mannered +b missing node honesty +b missing node modernness +b missing node infrequently +b missing node trigons +b missing node bigheads +b missing node remoras +b missing node garmented +b missing node aberrational +b missing node satisfactions +b missing node bearers +b missing node unscrupulous +b missing node volume +b missing node interpolated +b missing node shakeups +b missing node greenhouse +b missing node masculinized +b missing node shadowboxes +b missing node recoining +b missing node reforming +b missing node interpolates +b missing node gunbarrel +b missing node lineally +b missing node thumbed +b missing node enactment +b missing node noncontinuance +b missing node shadowboxed +b missing node volute +b missing node smiling +b missing node reassign +b missing node booklets +b missing node repertoires +b missing node sponged +b missing node ammo +b missing node malices +b missing node mauls +b missing node dharmic +b missing node coalshed +b missing node pyrrhic +b missing node militants +b missing node pegboxes +b missing node sponger +b missing node biostatistics +b missing node sponges +b missing node variorum +b missing node acquiescent +b missing node glistening +b missing node funded +b missing node encased +b missing node eiffel +b missing node gelt +b missing node gels +b missing node prismoid +b missing node renews +b missing node legislative +b missing node workmanlike +b missing node defeminized +b missing node encases +b missing node furbelows +b missing node washingtonians +b missing node pushcarts +b missing node bedevilling +b missing node trajected +b missing node reappointing +b missing node speckles +b missing node geld +b missing node olds +b missing node geog +b missing node geom +b missing node peregrins +b missing node geol +b missing node gent +b missing node irruptions +b missing node gens +b missing node gene +b missing node animals +b missing node causeless +b missing node venomously +b missing node pompous +b missing node powerful +b missing node composite +b missing node daffy +b missing node gems +b missing node vindicator +b missing node brogan +b missing node sulfured +b missing node neoplasia +b missing node slagging +b missing node exoduses +b missing node hashing +b missing node reapable +b missing node stubborner +b missing node amps +b missing node flubbed +b missing node savvy +b missing node technics +b missing node oles +b missing node outlaying +b missing node oleo +b missing node valorous +b missing node confabbing +b missing node skyscraping +b missing node soberizing +b missing node mannerly +b missing node amok +b missing node calamar +b missing node panegyrics +b missing node subsuming +b missing node seniorities +b missing node foehns +b missing node imitators +b missing node neoplasms +b missing node opportunist +b missing node vizard +b missing node manservant +b missing node midterm +b missing node cardiogram +b missing node opportunism +b missing node avenues +b missing node gerald +b missing node carburets +b missing node herefords +b missing node germ +b missing node constituency +b missing node gentiles +b missing node malaysia +b missing node labrador +b missing node exodus +b missing node overtiring +b missing node sulfuric +b missing node argonauts +b missing node mauve +b missing node lifesavers +b missing node touchups +b missing node geum +b missing node tipple +b missing node disappointment +b missing node glimmering +b missing node jadedly +b missing node charade +b missing node escudo +b missing node olio +b missing node begrudge +b missing node jacqueline +b missing node gets +b missing node printings +b missing node questioners +b missing node jails +b missing node opportunity +b missing node hashish +b missing node animate +b missing node animato +b missing node rubens +b missing node staunches +b missing node stauncher +b missing node convokers +b missing node impassible +b missing node scrappiness +b missing node renegotiation +b missing node soiree +b missing node impassibly +b missing node salutary +b missing node precisian +b missing node currant +b missing node petrels +b missing node sectionally +b missing node vindicated +b missing node ebulliently +b missing node mopiest +b missing node alum +b missing node sieged +b missing node unacclimatized +b missing node smarting +b missing node aviations +b missing node axiomatic +b missing node titanisms +b missing node renegotiating +b missing node hindrances +b missing node broadaxes +b missing node composing +b missing node numbers +b missing node denying +b missing node tenseness +b missing node mandible +b missing node harshest +b missing node presage +b missing node slaggier +b missing node pesterers +b missing node sevenths +b missing node augments +b missing node microgrammes +b missing node wounding +b missing node numbest +b missing node sieges +b missing node unhallowed +b missing node symbolism +b missing node vindicates +b missing node overstatement +b missing node cornered +b missing node wrathful +b missing node impropriety +b missing node carbineers +b missing node omniscience +b missing node viseing +b missing node occupations +b missing node lagoon +b missing node quickies +b missing node matzo +b missing node swaggerers +b missing node paddle +b missing node grumps +b missing node infusers +b missing node grading +b missing node grumpy +b missing node thriving +b missing node desecrating +b missing node furlong +b missing node claxon +b missing node logrolling +b missing node symboling +b missing node retelling +b missing node inhibitions +b missing node trickishly +b missing node comeliness +b missing node circumscribes +b missing node invalidations +b missing node circumscribed +b missing node desecration +b missing node blanche +b missing node renege +b missing node staunchly +b missing node okra +b missing node unhonored +b missing node uptake +b missing node overmans +b missing node hypnotizes +b missing node amah +b missing node frijole +b missing node rimlands +b missing node hypnotized +b missing node portioners +b missing node reaccredit +b missing node jewelweeds +b missing node ancestrally +b missing node jetting +b missing node amerced +b missing node disavowing +b missing node cyclecars +b missing node uncivilly +b missing node fireballs +b missing node amerces +b missing node gemsbok +b missing node pirates +b missing node temperers +b missing node smarties +b missing node pirated +b missing node slandering +b missing node padded +b missing node tacklings +b missing node prefatory +b missing node blithely +b missing node scoffing +b missing node monastic +b missing node versatility +b missing node pished +b missing node dharmas +b missing node numberless +b missing node crabgrass +b missing node offsetting +b missing node bedamned +b missing node klaxon +b missing node pishes +b missing node unforeseeable +b missing node amen +b missing node bevelers +b missing node amicability +b missing node exchequer +b missing node remorse +b missing node amex +b missing node snubbed +b missing node constituents +b missing node fenceless +b missing node sawer +b missing node weeper +b missing node burdensome +b missing node commercializing +b missing node sawed +b missing node gear +b missing node unplaiting +b missing node recommits +b missing node contaminates +b missing node destitutely +b missing node augurers +b missing node ambrosially +b missing node tallows +b missing node crudities +b missing node contaminated +b missing node treasurership +b missing node choppers +b missing node snubber +b missing node warblers +b missing node cowpox +b missing node neguses +b missing node drossy +b missing node hirsuteness +b missing node noshing +b missing node chiffonnier +b missing node abettors +b missing node streamer +b missing node lunkers +b missing node selves +b missing node abrader +b missing node abrades +b missing node fencible +b missing node nonuple +b missing node tallowy +b missing node inoculums +b missing node piratic +b missing node ascot +b missing node suicidally +b missing node geed +b missing node campbell +b missing node jonahs +b missing node directionally +b missing node processors +b missing node brogue +b missing node streamed +b missing node hysteria +b missing node provisionally +b missing node hysteric +b missing node tenderfoots +b missing node materials +b missing node fuck +b missing node finisher +b missing node finishes +b missing node reinstitution +b missing node shirrings +b missing node alehouse +b missing node humoral +b missing node eradicating +b missing node parchment +b missing node flaunt +b missing node deviant +b missing node thermometric +b missing node benefactrixes +b missing node noncasual +b missing node postelection +b missing node reinstate +b missing node goldfinches +b missing node stadium +b missing node apologue +b missing node worsts +b missing node torrid +b missing node credulously +b missing node weaseled +b missing node wheelie +b missing node watchmen +b missing node skiddooing +b missing node lumpier +b missing node otter +b missing node intersectional +b missing node crucible +b missing node spoofs +b missing node highhanded +b missing node domicile +b missing node melanoids +b missing node warmths +b missing node erupt +b missing node choristers +b missing node hammerers +b missing node domicils +b missing node ports +b missing node cavalierness +b missing node ingesting +b missing node emigrational +b missing node lineable +b missing node studhorses +b missing node overwriting +b missing node beiges +b missing node cognates +b missing node fugs +b missing node descriers +b missing node anther +b missing node anthem +b missing node informativeness +b missing node brasilia +b missing node gourmet +b missing node inaudibility +b missing node append +b missing node humored +b missing node paralleled +b missing node mafia +b missing node thermistors +b missing node copyrighting +b missing node minimalist +b missing node canine +b missing node caning +b missing node weaselly +b missing node humorer +b missing node quipsters +b missing node wheeler +b missing node larkers +b missing node lories +b missing node elflock +b missing node eradication +b missing node watchman +b missing node wheeled +b missing node radicated +b missing node reinstall +b missing node foxes +b missing node slaggiest +b missing node fuel +b missing node radicates +b missing node mummification +b missing node extraneously +b missing node foxed +b missing node concerts +b missing node promontories +b missing node concerto +b missing node lollipop +b missing node finished +b missing node masthead +b missing node concerti +b missing node basicity +b missing node teashops +b missing node fuds +b missing node incubational +b missing node maladapted +b missing node nauseousness +b missing node wingspread +b missing node closeout +b missing node disparagement +b missing node cuttings +b missing node nomogram +b missing node absolving +b missing node replication +b missing node imperatively +b missing node someday +b missing node pavlovian +b missing node unscrambling +b missing node feyest +b missing node pupils +b missing node spoors +b missing node hijacking +b missing node spoons +b missing node albatross +b missing node attesters +b missing node lethalities +b missing node appels +b missing node reemploys +b missing node spoony +b missing node escuages +b missing node unpretentiously +b missing node deviate +b missing node urbanists +b missing node lumping +b missing node trading +b missing node lumpily +b missing node focuser +b missing node downtimes +b missing node focuses +b missing node taipei +b missing node disaffirmance +b missing node overdosage +b missing node ingestive +b missing node bowmen +b missing node dogbanes +b missing node replicating +b missing node bosquet +b missing node bosques +b missing node linkers +b missing node monday +b missing node brainchildren +b missing node cooeying +b missing node flyings +b missing node suppliant +b missing node eight +b missing node posed +b missing node rheumatism +b missing node spools +b missing node racketiest +b missing node poisonous +b missing node majolica +b missing node focused +b missing node malarkeys +b missing node pibroch +b missing node starters +b missing node designates +b missing node praecoces +b missing node retsinas +b missing node designated +b missing node muzzler +b missing node stainabilities +b missing node muzzles +b missing node environed +b missing node anvilled +b missing node ingestion +b missing node domicil +b missing node muzzled +b missing node skyjacking +b missing node blowpipes +b missing node resettlements +b missing node immaturities +b missing node vauntful +b missing node sophisms +b missing node portended +b missing node puzzle +b missing node bowman +b missing node egressing +b missing node spooky +b missing node regrettable +b missing node spooks +b missing node turnspits +b missing node objuration +b missing node peroxide +b missing node cantilevered +b missing node debunking +b missing node puffier +b missing node regrettably +b missing node chayote +b missing node appear +b missing node lucubration +b missing node legalism +b missing node reobtains +b missing node furl +b missing node retrocede +b missing node legalist +b missing node windless +b missing node fury +b missing node grampus +b missing node furs +b missing node mondos +b missing node figurants +b missing node appeal +b missing node smashup +b missing node stoneworks +b missing node penology +b missing node stinkbug +b missing node charter +b missing node fuse +b missing node turbocharger +b missing node fuss +b missing node crumbliest +b missing node birettas +b missing node denotation +b missing node ratability +b missing node posit +b missing node reechoing +b missing node solemnized +b missing node unpenetrated +b missing node moire +b missing node poser +b missing node yarely +b missing node poses +b missing node viscountess +b missing node jugsful +b missing node graffito +b missing node solemnizes +b missing node namelessly +b missing node graffiti +b missing node seignories +b missing node separateness +b missing node walnuts +b missing node turtledove +b missing node intromitter +b missing node caponizing +b missing node pinfeather +b missing node swerved +b missing node intromitted +b missing node gaols +b missing node legality +b missing node plusses +b missing node woodenest +b missing node enfetters +b missing node swerver +b missing node swerves +b missing node alehouses +b missing node bowled +b missing node cartoon +b missing node overpopulate +b missing node bowleg +b missing node prosed +b missing node unerring +b missing node bowler +b missing node likened +b missing node plaguy +b missing node mystifiers +b missing node assyrians +b missing node audiologists +b missing node proses +b missing node moist +b missing node submembers +b missing node yarest +b missing node proser +b missing node brigades +b missing node brigaded +b missing node chairlady +b missing node hitless +b missing node schtick +b missing node layettes +b missing node arrogantly +b missing node armiger +b missing node cartons +b missing node uncomprehendingly +b missing node terrorizes +b missing node worses +b missing node worser +b missing node restitutive +b missing node angular +b missing node worsen +b missing node terrorized +b missing node legalize +b missing node twains +b missing node rallye +b missing node plague +b missing node chanting +b missing node ensilaging +b missing node waxings +b missing node lucubrating +b missing node apologal +b missing node palates +b missing node firebases +b missing node strongroom +b missing node landmarks +b missing node disemploying +b missing node scrawls +b missing node floozies +b missing node prosit +b missing node hungering +b missing node aphorists +b missing node championed +b missing node teaming +b missing node fulminant +b missing node narrations +b missing node fuji +b missing node bilateral +b missing node fiddle +b missing node aleatory +b missing node wrung +b missing node confetto +b missing node riddled +b missing node confetti +b missing node umbrageous +b missing node paralytical +b missing node marvelously +b missing node adiabatic +b missing node alexandrian +b missing node gangrenous +b missing node scrawly +b missing node mundane +b missing node menorrhea +b missing node achingly +b missing node highness +b missing node prearms +b missing node piezometric +b missing node riddles +b missing node irrevocability +b missing node conversions +b missing node deceivers +b missing node zenith +b missing node urbanites +b missing node hopefulness +b missing node repudiated +b missing node arrange +b missing node palatal +b missing node reunifications +b missing node follicle +b missing node cerebellum +b missing node repudiates +b missing node chanties +b missing node posts +b missing node forehand +b missing node apologia +b missing node concerns +b missing node restitution +b missing node funk +b missing node clamworm +b missing node shivers +b missing node regrading +b missing node shivery +b missing node unresolved +b missing node vindicators +b missing node vanillins +b missing node fund +b missing node deprograms +b missing node relegate +b missing node comprehensively +b missing node rewarded +b missing node adjacent +b missing node fulminate +b missing node idiosyncracies +b missing node groping +b missing node rewarder +b missing node lawgivers +b missing node outputted +b missing node enswathes +b missing node pathology +b missing node charted +b missing node ruling +b missing node dissimilarities +b missing node squabbiest +b missing node monkishly +b missing node full +b missing node enswathed +b missing node phaseal +b missing node dachas +b missing node sparsely +b missing node ullages +b missing node pleasingness +b missing node fumy +b missing node vindicatory +b missing node legionary +b missing node moils +b missing node attentively +b missing node cigarillo +b missing node panoplies +b missing node libellers +b missing node aphorisms +b missing node scrawny +b missing node posse +b missing node ytterbic +b missing node minerals +b missing node fume +b missing node unbarring +b missing node effectuated +b missing node ingress +b missing node stepfathers +b missing node reformers +b missing node droner +b missing node drones +b missing node askew +b missing node homographic +b missing node deflation +b missing node relentless +b missing node droned +b missing node asker +b missing node ands +b missing node asked +b missing node shrugging +b missing node mustached +b missing node unmarrying +b missing node waggeries +b missing node slapping +b missing node effectuates +b missing node beretta +b missing node mystics +b missing node dogwood +b missing node dummying +b missing node mantissas +b missing node billfold +b missing node conclusively +b missing node repudiator +b missing node foyer +b missing node pricers +b missing node hinnied +b missing node allegheny +b missing node antics +b missing node reformatory +b missing node collinses +b missing node surprints +b missing node lightener +b missing node plaint +b missing node hinnies +b missing node plains +b missing node customs +b missing node mustaches +b missing node flatly +b missing node embassy +b missing node roomiest +b missing node lightened +b missing node bicameral +b missing node repealers +b missing node statutorily +b missing node predications +b missing node monstrances +b missing node concealment +b missing node deflating +b missing node background +b missing node smashed +b missing node silverfishes +b missing node erudite +b missing node anal +b missing node vaunters +b missing node smasher +b missing node smashes +b missing node rancidified +b missing node postmasters +b missing node macaques +b missing node mystify +b missing node bejewel +b missing node vulgarisms +b missing node psychogenic +b missing node engilds +b missing node fossilize +b missing node notepads +b missing node sprinklers +b missing node hungrily +b missing node patrolwoman +b missing node portentous +b missing node thawless +b missing node carrotiest +b missing node sweetbreads +b missing node drongo +b missing node deuces +b missing node paneled +b missing node odalisk +b missing node mustachio +b missing node deuced +b missing node streamers +b missing node rutted +b missing node anew +b missing node ostensive +b missing node rejoicer +b missing node cerebellar +b missing node gaped +b missing node anterooms +b missing node rejoiced +b missing node chanciest +b missing node indigence +b missing node fuze +b missing node coacted +b missing node keynoters +b missing node plaids +b missing node approximate +b missing node blessedness +b missing node bwanas +b missing node untrimming +b missing node mogul +b missing node plaice +b missing node libellees +b missing node calculations +b missing node patrolwomen +b missing node chanticleer +b missing node zagging +b missing node yentas +b missing node foilsmen +b missing node systemizing +b missing node attainted +b missing node reconnects +b missing node preconditioned +b missing node jetsom +b missing node twitchers +b missing node occupational +b missing node amyl +b missing node sequestrate +b missing node unhoused +b missing node topographical +b missing node tugger +b missing node bluffing +b missing node dreamlike +b missing node indigenes +b missing node ballasting +b missing node antiphony +b missing node derivations +b missing node tugged +b missing node antiphons +b missing node refulgence +b missing node foreshortens +b missing node flatus +b missing node vietnam +b missing node yarded +b missing node reacquisition +b missing node fuzz +b missing node stanzaic +b missing node translator +b missing node felinely +b missing node custody +b missing node acquainted +b missing node second +b missing node preannouncements +b missing node floozie +b missing node centurions +b missing node recuperate +b missing node uptimes +b missing node battleship +b missing node phasers +b missing node boomerangs +b missing node profanities +b missing node escort +b missing node theology +b missing node incites +b missing node inciter +b missing node incited +b missing node circumscribing +b missing node theologs +b missing node incremental +b missing node democracies +b missing node humpback +b missing node appreciate +b missing node padres +b missing node prefectures +b missing node indigestibilty +b missing node demobilize +b missing node coynesses +b missing node octettes +b missing node kimonoed +b missing node statices +b missing node subculture +b missing node prospered +b missing node rechristening +b missing node stanzaed +b missing node undermining +b missing node odorizing +b missing node undiscerned +b missing node tassels +b missing node ansi +b missing node torque +b missing node warcraft +b missing node vindicable +b missing node pistolled +b missing node merchants +b missing node bulldogged +b missing node blowbys +b missing node ante +b missing node ecumenicism +b missing node deficiencies +b missing node gagmen +b missing node anti +b missing node whipworms +b missing node ants +b missing node sepulchered +b missing node recommissions +b missing node tiebacks +b missing node lumpish +b missing node incised +b missing node stanching +b missing node wholesales +b missing node wholesaler +b missing node arrivals +b missing node unserviceably +b missing node stinkard +b missing node tamping +b missing node wholesaled +b missing node incises +b missing node granules +b missing node firehouse +b missing node chevying +b missing node nonvolatile +b missing node panhandle +b missing node intrinsic +b missing node straggliest +b missing node ecumenicity +b missing node sledder +b missing node kulaks +b missing node amatory +b missing node debits +b missing node sledded +b missing node unserviceable +b missing node recrossing +b missing node sophists +b missing node stanchion +b missing node gappy +b missing node faille +b missing node thudded +b missing node foilsman +b missing node resolvable +b missing node floosies +b missing node creepies +b missing node creepier +b missing node snubby +b missing node fashioner +b missing node disraeli +b missing node worths +b missing node unable +b missing node frederick +b missing node lifeboat +b missing node gagman +b missing node leaseholds +b missing node fashioned +b missing node rotors +b missing node certainties +b missing node worthy +b missing node farmhand +b missing node bractlets +b missing node eruct +b missing node skippering +b missing node anus +b missing node pointillist +b missing node viaticums +b missing node nondemocratic +b missing node amanitas +b missing node infinity +b missing node tigris +b missing node abundant +b missing node foxskin +b missing node pointillism +b missing node kathartic +b missing node granular +b missing node unintelligent +b missing node cease +b missing node pseudonymous +b missing node infinite +b missing node dybbuks +b missing node calculus +b missing node urbanisms +b missing node rechristen +b missing node designator +b missing node specificities +b missing node indigents +b missing node agility +b missing node upsurged +b missing node ankh +b missing node choose +b missing node committeewoman +b missing node incisor +b missing node cravats +b missing node choosy +b missing node utmosts +b missing node cetologies +b missing node overhauls +b missing node upsurges +b missing node gapes +b missing node manning +b missing node jerusalem +b missing node farmhouses +b missing node rejoices +b missing node gaper +b missing node diffract +b missing node dribblet +b missing node moneys +b missing node overtaking +b missing node anis +b missing node knights +b missing node failed +b missing node vendible +b missing node ushered +b missing node signoras +b missing node deliquescence +b missing node sidney +b missing node wether +b missing node validly +b missing node normalacy +b missing node ladylove +b missing node duckweeds +b missing node enamors +b missing node murderesses +b missing node potsy +b missing node cruciate +b missing node antiunion +b missing node harbors +b missing node exigencies +b missing node cowpat +b missing node levators +b missing node northwestwardly +b missing node dribbled +b missing node nonaggression +b missing node churchgoers +b missing node dribbles +b missing node dribbler +b missing node taxless +b missing node mcdonald +b missing node unhealthy +b missing node potty +b missing node conspirators +b missing node committeewomen +b missing node translated +b missing node jetted +b missing node anon +b missing node eyedroppers +b missing node incongruous +b missing node reincur +b missing node mannish +b missing node transcription +b missing node translates +b missing node hungrier +b missing node creepily +b missing node mollusc +b missing node irater +b missing node bracing +b missing node airfare +b missing node versifications +b missing node coincided +b missing node mollusk +b missing node stalled +b missing node mirthfulness +b missing node subdistricts +b missing node shawled +b missing node dognaps +b missing node vendibly +b missing node coincides +b missing node enamour +b missing node harbour +b missing node locomotes +b missing node reestablishment +b missing node shredder +b missing node adorning +b missing node menthols +b missing node during +b missing node bombloads +b missing node shredded +b missing node locomoted +b missing node inoffensively +b missing node reinvested +b missing node lachrymatory +b missing node thermometrically +b missing node terrapin +b missing node archaeologists +b missing node slovens +b missing node alternatives +b missing node anno +b missing node creeping +b missing node anna +b missing node cowpea +b missing node anne +b missing node blithering +b missing node camisole +b missing node literal +b missing node kinesthetically +b missing node iscose +b missing node jailbreaks +b missing node stanchest +b missing node cowled +b missing node pavilions +b missing node substantiae +b missing node wainscotting +b missing node bourgeoned +b missing node substantial +b missing node wildcats +b missing node albatrosses +b missing node drummer +b missing node debasedness +b missing node mestiza +b missing node conservable +b missing node stanchers +b missing node recommencing +b missing node profilers +b missing node drummed +b missing node skeptical +b missing node dareful +b missing node psychologized +b missing node apothegms +b missing node rubato +b missing node reloaders +b missing node imbalance +b missing node subliminally +b missing node kopecks +b missing node hoppers +b missing node egads +b missing node haulers +b missing node fainer +b missing node mestizo +b missing node sauciness +b missing node artificer +b missing node quadroons +b missing node choppy +b missing node fishmeal +b missing node eulogia +b missing node authenticators +b missing node expending +b missing node artifices +b missing node drools +b missing node productively +b missing node bedchairs +b missing node salinometer +b missing node softened +b missing node dodder +b missing node cruise +b missing node implanting +b missing node artlessness +b missing node stonish +b missing node birchers +b missing node linseeds +b missing node cochineal +b missing node filming +b missing node refute +b missing node enervate +b missing node opportunistic +b missing node reclaimed +b missing node varlets +b missing node abasing +b missing node nonabsolutely +b missing node leman +b missing node refuse +b missing node biters +b missing node glimmerings +b missing node sawboneses +b missing node jesuitical +b missing node americanist +b missing node americanism +b missing node livening +b missing node madrigals +b missing node timidity +b missing node unblocked +b missing node poppy +b missing node softener +b missing node interlinear +b missing node poppa +b missing node complainers +b missing node bialys +b missing node peases +b missing node locomotor +b missing node shaming +b missing node filmily +b missing node suffuse +b missing node gonadal +b missing node precancelling +b missing node sorbed +b missing node ampules +b missing node cratered +b missing node impolitically +b missing node pomatums +b missing node propyl +b missing node sorbet +b missing node subtypes +b missing node brassieres +b missing node escalations +b missing node recoilless +b missing node bluebooks +b missing node sulphide +b missing node pays +b missing node mapped +b missing node mapper +b missing node illumining +b missing node timpanum +b missing node trowels +b missing node chopin +b missing node universalizes +b missing node nursings +b missing node helpfully +b missing node modernization +b missing node amebas +b missing node conceivably +b missing node universalized +b missing node ameban +b missing node phalloid +b missing node overtops +b missing node pawl +b missing node amebae +b missing node migratory +b missing node conceivable +b missing node gothics +b missing node homologue +b missing node adjournments +b missing node loincloths +b missing node unsweetened +b missing node migrators +b missing node paws +b missing node accusant +b missing node linguistics +b missing node pawn +b missing node hominid +b missing node ocularly +b missing node compilations +b missing node filmier +b missing node americanize +b missing node sorbic +b missing node splintered +b missing node ashes +b missing node sulkies +b missing node sulkier +b missing node lasciviously +b missing node pave +b missing node overtook +b missing node dandiest +b missing node illuminist +b missing node piteous +b missing node yows +b missing node ashed +b missing node diviners +b missing node ashen +b missing node inveighing +b missing node uncloaks +b missing node teratological +b missing node terribles +b missing node friary +b missing node accusals +b missing node paul +b missing node annuals +b missing node overtone +b missing node klans +b missing node weightless +b missing node bathos +b missing node yowl +b missing node laborsaving +b missing node conceptual +b missing node friars +b missing node viridian +b missing node divinest +b missing node lumbar +b missing node intestine +b missing node pats +b missing node biometer +b missing node eagerness +b missing node considered +b missing node mercifully +b missing node infusive +b missing node colossuses +b missing node path +b missing node saltbush +b missing node promiscuous +b missing node pate +b missing node jamboree +b missing node penners +b missing node your +b missing node oozier +b missing node droopy +b missing node past +b missing node droops +b missing node concepts +b missing node ontogenies +b missing node pass +b missing node paso +b missing node toreador +b missing node equivocator +b missing node galop +b missing node amnion +b missing node threateningly +b missing node proprietaries +b missing node mistrusts +b missing node screenings +b missing node doctrinal +b missing node thralldom +b missing node direfully +b missing node dissipations +b missing node cavort +b missing node incitement +b missing node lordings +b missing node gonadic +b missing node candors +b missing node absurd +b missing node larynxes +b missing node softballs +b missing node hominem +b missing node pricing +b missing node ormolus +b missing node bunkoing +b missing node katharses +b missing node bonitas +b missing node devices +b missing node rehydration +b missing node bating +b missing node amnesty +b missing node annoyance +b missing node irrelevant +b missing node gamma +b missing node americas +b missing node american +b missing node menswear +b missing node sequesters +b missing node valiant +b missing node trunkway +b missing node lemur +b missing node bonbon +b missing node smartens +b missing node catchwords +b missing node lumber +b missing node ampulla +b missing node grooming +b missing node joyfulness +b missing node deranging +b missing node alphabetically +b missing node threadbare +b missing node extender +b missing node canker +b missing node squeezers +b missing node vestural +b missing node infusing +b missing node librettists +b missing node snaffles +b missing node discontinue +b missing node localization +b missing node seductresses +b missing node perdition +b missing node snaffled +b missing node misdrawn +b missing node infusion +b missing node misdraws +b missing node hyphen +b missing node batiks +b missing node gamin +b missing node incremented +b missing node undiversified +b missing node repulsed +b missing node wakeless +b missing node gamic +b missing node heredity +b missing node congregated +b missing node extended +b missing node polarities +b missing node shepherds +b missing node obeisant +b missing node congregates +b missing node convocations +b missing node huckstering +b missing node oozily +b missing node repulses +b missing node repulser +b missing node myopically +b missing node reversibly +b missing node castigatory +b missing node creasers +b missing node castigators +b missing node polyglot +b missing node vestures +b missing node conjugations +b missing node laptop +b missing node personalizing +b missing node vestured +b missing node vaunting +b missing node gamer +b missing node games +b missing node irrigating +b missing node gamey +b missing node subtreasury +b missing node stalked +b missing node oozing +b missing node monaxonic +b missing node slowpokes +b missing node invective +b missing node aqua +b missing node robotry +b missing node tenebrous +b missing node lemon +b missing node edison +b missing node scruffiest +b missing node futurity +b missing node tenanting +b missing node bowshot +b missing node huzzah +b missing node gamed +b missing node huzzas +b missing node oxford +b missing node havening +b missing node pricier +b missing node flawed +b missing node gentrification +b missing node lemma +b missing node depressively +b missing node cowman +b missing node shunts +b missing node redevelopment +b missing node anguish +b missing node pailfuls +b missing node bravoing +b missing node splotchiest +b missing node gagsters +b missing node reversible +b missing node ransomable +b missing node warmups +b missing node coagulated +b missing node mystery +b missing node torquing +b missing node rename +b missing node zwieback +b missing node homagers +b missing node vichies +b missing node anteed +b missing node tonsuring +b missing node tailors +b missing node disguise +b missing node verdured +b missing node kowtower +b missing node kowtowed +b missing node nightclub +b missing node gonadial +b missing node circumcising +b missing node doctrines +b missing node futurist +b missing node federalized +b missing node creaky +b missing node legendry +b missing node futurism +b missing node spacesuits +b missing node katharsis +b missing node dreamless +b missing node creaks +b missing node federalizes +b missing node ergots +b missing node gamba +b missing node verdures +b missing node coulombs +b missing node frijoles +b missing node stalker +b missing node erotic +b missing node complement +b missing node honking +b missing node ingloriousness +b missing node nephrite +b missing node pisces +b missing node lifelines +b missing node sottish +b missing node wildcard +b missing node palaver +b missing node pearly +b missing node eviscerations +b missing node smartest +b missing node circumcision +b missing node coagulates +b missing node pearls +b missing node rescripts +b missing node bagpipers +b missing node eulogizers +b missing node arrogant +b missing node legworks +b missing node taints +b missing node bootlicks +b missing node abashed +b missing node ancestresses +b missing node distrusting +b missing node bunted +b missing node quarte +b missing node volante +b missing node unremembered +b missing node seascouts +b missing node arsenics +b missing node abashes +b missing node maestosos +b missing node inactivity +b missing node magic +b missing node quarto +b missing node quarts +b missing node legitimism +b missing node apprenticing +b missing node quartz +b missing node winnowers +b missing node legitimist +b missing node reticules +b missing node makable +b missing node lenin +b missing node toolsheds +b missing node buckteeth +b missing node irreversibility +b missing node reclaimant +b missing node pineries +b missing node bunter +b missing node torsos +b missing node convexities +b missing node swearword +b missing node lapsus +b missing node exceptional +b missing node alexandrine +b missing node peregrinate +b missing node rustlingly +b missing node independent +b missing node plages +b missing node cappella +b missing node pressers +b missing node aspersions +b missing node momentums +b missing node asian +b missing node obligation +b missing node zigzagged +b missing node bouillons +b missing node describes +b missing node unattractive +b missing node obloquies +b missing node warding +b missing node monger +b missing node cowmen +b missing node drainpipe +b missing node describer +b missing node vicarial +b missing node gracelessly +b missing node hayings +b missing node engines +b missing node flavor +b missing node blanchers +b missing node vault +b missing node honkies +b missing node tristate +b missing node engined +b missing node obligating +b missing node seatmates +b missing node reticular +b missing node nettly +b missing node arrogate +b missing node frowsier +b missing node coagulator +b missing node lafayette +b missing node nettle +b missing node tomographies +b missing node petits +b missing node mainsprings +b missing node vestless +b missing node mages +b missing node repulsing +b missing node sponge +b missing node apex +b missing node restaurants +b missing node lends +b missing node hampshirites +b missing node flounces +b missing node spongy +b missing node apes +b missing node aper +b missing node sponsor +b missing node vaunt +b missing node flounced +b missing node depopulate +b missing node hillbilly +b missing node quarry +b missing node fencings +b missing node buoying +b missing node aped +b missing node atheists +b missing node petite +b missing node repulsion +b missing node erred +b missing node obsoleting +b missing node denotative +b missing node sledges +b missing node preexisted +b missing node humours +b missing node orthodoxes +b missing node fishhook +b missing node linkboy +b missing node oblong +b missing node favored +b missing node sledged +b missing node electrochemical +b missing node underthings +b missing node unobscured +b missing node unfeared +b missing node incivil +b missing node logbook +b missing node drumlin +b missing node fledges +b missing node questions +b missing node clyster +b missing node favorer +b missing node varies +b missing node varier +b missing node rapacious +b missing node repulsive +b missing node rubbly +b missing node gamut +b missing node fledged +b missing node oversubtlety +b missing node varied +b missing node imitational +b missing node idolise +b missing node semirural +b missing node incontestability +b missing node engraved +b missing node disembowelled +b missing node degenerated +b missing node idolism +b missing node aside +b missing node dropsy +b missing node cookouts +b missing node engraver +b missing node engraves +b missing node pathogenically +b missing node vegetarian +b missing node degenerates +b missing node mistrustfully +b missing node porch +b missing node remainders +b missing node spectrometric +b missing node interpolation +b missing node legitimize +b missing node pellets +b missing node inoculant +b missing node flannelled +b missing node described +b missing node bracken +b missing node bracket +b missing node baronesses +b missing node underwind +b missing node bombload +b missing node stripteased +b missing node stature +b missing node abbreviate +b missing node trailing +b missing node omega +b missing node blamers +b missing node stripteaser +b missing node stripteases +b missing node maimedness +b missing node untroubled +b missing node atheisms +b missing node divots +b missing node mongol +b missing node interpolating +b missing node electorates +b missing node candour +b missing node yttrium +b missing node demonstrably +b missing node limitations +b missing node ragtag +b missing node untether +b missing node crowers +b missing node legalese +b missing node demonstrable +b missing node rubble +b missing node diamond +b missing node phoniest +b missing node margays +b missing node seraphically +b missing node emolument +b missing node bulleting +b missing node statute +b missing node ludwig +b missing node bulletins +b missing node opaquest +b missing node insomnia +b missing node condemnable +b missing node hyping +b missing node crustiest +b missing node terminable +b missing node plagal +b missing node amebic +b missing node mongst +b missing node withdrawal +b missing node invalided +b missing node statues +b missing node statued +b missing node plagiarists +b missing node monopolistically +b missing node porgy +b missing node jumbucks +b missing node inoculate +b missing node decomposition +b missing node chords +b missing node restraightens +b missing node rubber +b missing node jadeite +b missing node chored +b missing node chorea +b missing node papa +b missing node idolize +b missing node sexualization +b missing node fragmenting +b missing node gravidness +b missing node denominationally +b missing node vermiform +b missing node rubbed +b missing node gripers +b missing node chores +b missing node wittings +b missing node paps +b missing node unconditioned +b missing node thumper +b missing node hindmost +b missing node lapsed +b missing node thumped +b missing node scratch +b missing node bitingly +b missing node park +b missing node porks +b missing node pare +b missing node unsolders +b missing node faints +b missing node pard +b missing node para +b missing node spleeny +b missing node henhouse +b missing node spleens +b missing node part +b missing node unskilled +b missing node incumbent +b missing node lapses +b missing node pars +b missing node lapser +b missing node drudges +b missing node magus +b missing node sulkily +b missing node darkroom +b missing node drudger +b missing node drudged +b missing node divinely +b missing node apteryx +b missing node tickets +b missing node bantling +b missing node climactic +b missing node anglicisms +b missing node hideousness +b missing node cougher +b missing node effort +b missing node pale +b missing node demoralize +b missing node pored +b missing node replicative +b missing node palm +b missing node input +b missing node lovelessness +b missing node pall +b missing node omens +b missing node auctioning +b missing node coughed +b missing node choral +b missing node oiliness +b missing node pals +b missing node seething +b missing node handwriting +b missing node ganja +b missing node lense +b missing node nouvelle +b missing node sundials +b missing node caresser +b missing node caresses +b missing node threesome +b missing node equivocates +b missing node redoubles +b missing node redoubled +b missing node unconditional +b missing node lento +b missing node caressed +b missing node consume +b missing node tickers +b missing node grimmest +b missing node avoider +b missing node pores +b missing node consuls +b missing node sulking +b missing node consult +b missing node mourners +b missing node skindive +b missing node avoided +b missing node pang +b missing node lifeboats +b missing node pane +b missing node pans +b missing node incumbers +b missing node endlong +b missing node pant +b missing node equivocated +b missing node adopters +b missing node opaquely +b missing node departmentally +b missing node unreprimanded +b missing node reticulum +b missing node reabandon +b missing node trifold +b missing node examine +b missing node octette +b missing node unaccounted +b missing node orbiting +b missing node auldest +b missing node invalidly +b missing node apse +b missing node airport +b missing node munich +b missing node pralines +b missing node page +b missing node chapbook +b missing node bathed +b missing node unaffectedly +b missing node oilcups +b missing node ganev +b missing node hammering +b missing node bathes +b missing node bather +b missing node laserdisks +b missing node hijackers +b missing node biometry +b missing node bewigged +b missing node skycoach +b missing node riddance +b missing node eminently +b missing node avenged +b missing node pair +b missing node gorging +b missing node pain +b missing node pail +b missing node deflectable +b missing node paid +b missing node forestery +b missing node avenger +b missing node avenges +b missing node foresters +b missing node confuting +b missing node anviling +b missing node gangs +b missing node syncline +b missing node yacking +b missing node butlers +b missing node plagiarisms +b missing node adoptees +b missing node propel +b missing node pace +b missing node perceptivity +b missing node butlery +b missing node ordeals +b missing node magma +b missing node pack +b missing node sprouting +b missing node porky +b missing node mandragora +b missing node divisible +b missing node slavered +b missing node navvies +b missing node pensions +b missing node maryland +b missing node proper +b missing node withdrawer +b missing node gweduc +b missing node netted +b missing node redemonstration +b missing node benumbs +b missing node slaverer +b missing node thoroughness +b missing node bunsen +b missing node curliest +b missing node pensione +b missing node savable +b missing node netter +b missing node shawnee +b missing node pacs +b missing node pact +b missing node redemonstrating +b missing node latterly +b missing node anxieties +b missing node appetizing +b missing node graders +b missing node triform +b missing node libelled +b missing node porns +b missing node caddises +b missing node discontenting +b missing node ganef +b missing node pads +b missing node marsupials +b missing node smirkiest +b missing node hocking +b missing node porno +b missing node sheerest +b missing node libeller +b missing node error +b missing node quarks +b missing node materiels +b missing node pegboard +b missing node hesitaters +b missing node libellee +b missing node emissivity +b missing node lansing +b missing node tortes +b missing node melanomas +b missing node puffers +b missing node secret +b missing node inferable +b missing node puffery +b missing node shakeout +b missing node impregnating +b missing node agonised +b missing node prowar +b missing node pervertedly +b missing node agonises +b missing node autonomy +b missing node belabors +b missing node thoroughbred +b missing node upbeat +b missing node purchases +b missing node impressions +b missing node purchaser +b missing node actuary +b missing node canned +b missing node bioastronautics +b missing node assumably +b missing node purchased +b missing node caravan +b missing node reining +b missing node superscripting +b missing node detachably +b missing node unstapled +b missing node spiteful +b missing node pacification +b missing node canner +b missing node asea +b missing node treasurers +b missing node assumable +b missing node tollway +b missing node cannel +b missing node unappreciated +b missing node tanyards +b missing node wriggliest +b missing node superscription +b missing node appellees +b missing node merrier +b missing node xylan +b missing node outflowing +b missing node spoken +b missing node insects +b missing node spokes +b missing node ratholes +b missing node unmanageable +b missing node condescending +b missing node processing +b missing node hygienical +b missing node mispronunciation +b missing node unmanageably +b missing node atonements +b missing node probeable +b missing node bluffer +b missing node arbitrarily +b missing node hansel +b missing node humanly +b missing node bitchy +b missing node preamps +b missing node palatinates +b missing node procession +b missing node spoked +b missing node mondays +b missing node bluffed +b missing node neophytes +b missing node sordid +b missing node overlavish +b missing node perineal +b missing node actuate +b missing node credited +b missing node detente +b missing node cannas +b missing node mantraps +b missing node dyeings +b missing node cyborgs +b missing node atomic +b missing node ashy +b missing node saraband +b missing node detents +b missing node dictatory +b missing node deceiving +b missing node concents +b missing node asia +b missing node detachable +b missing node nonstriker +b missing node dictators +b missing node impregnation +b missing node phew +b missing node belabour +b missing node coryzas +b missing node launderette +b missing node debone +b missing node coryzal +b missing node lefts +b missing node frigidities +b missing node disgusted +b missing node serialists +b missing node xylem +b missing node lefty +b missing node infernally +b missing node blowoffs +b missing node asks +b missing node hangover +b missing node creepers +b missing node forehead +b missing node obscurative +b missing node noncontroversial +b missing node undeserved +b missing node epidemic +b missing node mitzvah +b missing node attractable +b missing node intrusiveness +b missing node bonanza +b missing node hovercrafts +b missing node foments +b missing node zipping +b missing node fuelling +b missing node inscriptions +b missing node renegades +b missing node crowder +b missing node banally +b missing node gadgeteer +b missing node nutations +b missing node autocracy +b missing node mountains +b missing node humaner +b missing node flounder +b missing node bacterial +b missing node hairlocks +b missing node crowded +b missing node vatic +b missing node peneplain +b missing node jauntiest +b missing node ulysses +b missing node phiz +b missing node unfortunateness +b missing node cinquain +b missing node closeted +b missing node formalizer +b missing node formalizes +b missing node agouty +b missing node swooshing +b missing node lugubriously +b missing node rigidities +b missing node agouti +b missing node photonic +b missing node seriously +b missing node lounging +b missing node grazes +b missing node nonalcoholic +b missing node grazer +b missing node sodding +b missing node linkage +b missing node highlands +b missing node caravel +b missing node asps +b missing node console +b missing node tiglon +b missing node grazed +b missing node connotative +b missing node zombiisms +b missing node palanquins +b missing node argufiers +b missing node deflagration +b missing node mommy +b missing node skeletally +b missing node twangy +b missing node dribbing +b missing node major +b missing node perusal +b missing node rustable +b missing node torrential +b missing node grammar +b missing node momma +b missing node vitrifiable +b missing node intermingling +b missing node nimbler +b missing node twangs +b missing node criminally +b missing node deflagrating +b missing node ministrant +b missing node polygram +b missing node overtime +b missing node aberrant +b missing node petals +b missing node batons +b missing node inductor +b missing node effusion +b missing node traitors +b missing node unsettlement +b missing node bespatters +b missing node cemeteries +b missing node muscling +b missing node appealing +b missing node sniggering +b missing node tubules +b missing node castaway +b missing node obscuration +b missing node poohs +b missing node asst +b missing node hairpin +b missing node psychologists +b missing node tunability +b missing node assn +b missing node smokers +b missing node pregnant +b missing node discriminational +b missing node crenelating +b missing node jocundity +b missing node immediateness +b missing node absorber +b missing node agonists +b missing node dodges +b missing node formalized +b missing node dodger +b missing node placid +b missing node rarifying +b missing node outyelled +b missing node absorbed +b missing node effusing +b missing node peruser +b missing node crenelation +b missing node peruses +b missing node dodged +b missing node overtire +b missing node raspiest +b missing node peculiarities +b missing node lapboard +b missing node occidentals +b missing node nonorganic +b missing node soddies +b missing node epigrammatically +b missing node liable +b missing node perused +b missing node javelined +b missing node strabismus +b missing node droits +b missing node debunkers +b missing node skivvy +b missing node jejunum +b missing node lordlings +b missing node ingested +b missing node squadded +b missing node eugene +b missing node manageable +b missing node places +b missing node placer +b missing node pools +b missing node defective +b missing node scurried +b missing node cogwheel +b missing node scurries +b missing node legal +b missing node manageably +b missing node lungfish +b missing node fertilizable +b missing node crummies +b missing node crummier +b missing node forzando +b missing node sociable +b missing node placed +b missing node authenticating +b missing node brutishly +b missing node juvenilities +b missing node reformatories +b missing node perineum +b missing node twitchier +b missing node ballerina +b missing node crackdown +b missing node foregoers +b missing node hairdressers +b missing node consort +b missing node hackneys +b missing node federalists +b missing node almightily +b missing node authentication +b missing node petard +b missing node pummeling +b missing node sociably +b missing node hothouse +b missing node sparsity +b missing node leaven +b missing node leaver +b missing node leaves +b missing node proctoscopy +b missing node grandchild +b missing node ironers +b missing node digestibility +b missing node gainsaid +b missing node proctoscope +b missing node leaved +b missing node tailing +b missing node phallist +b missing node varlet +b missing node inspectorate +b missing node opinionated +b missing node lacrimation +b missing node unimpeachable +b missing node creditor +b missing node carrousels +b missing node swiveling +b missing node libelous +b missing node anecdotist +b missing node athletics +b missing node homelands +b missing node dotiest +b missing node wrastles +b missing node billboards +b missing node catenas +b missing node laxities +b missing node watched +b missing node prowls +b missing node ptolemy +b missing node prevuing +b missing node gnomists +b missing node ambuscades +b missing node leger +b missing node phallism +b missing node watcher +b missing node watches +b missing node wrastled +b missing node merrily +b missing node ambuscaded +b missing node phys +b missing node advisement +b missing node phasing +b missing node quasar +b missing node gremmies +b missing node untried +b missing node portaled +b missing node autocrats +b missing node rediscovery +b missing node candies +b missing node quantimeter +b missing node rediscovers +b missing node renovator +b missing node unremittingly +b missing node rooster +b missing node tubular +b missing node defection +b missing node balefire +b missing node applaudably +b missing node frolicsome +b missing node scoundrel +b missing node eccentricities +b missing node kissing +b missing node unconnected +b missing node elderberry +b missing node agencies +b missing node defecting +b missing node abstemious +b missing node fleetness +b missing node duckiest +b missing node roosted +b missing node verniers +b missing node flashbacks +b missing node keynoting +b missing node bettering +b missing node pealed +b missing node controls +b missing node switchable +b missing node legit +b missing node candide +b missing node beltlines +b missing node unimpeachably +b missing node inductee +b missing node inducted +b missing node pooch +b missing node benzenes +b missing node flappy +b missing node hansom +b missing node candids +b missing node leggy +b missing node mournful +b missing node trampoliner +b missing node trampolines +b missing node applaudable +b missing node saracenic +b missing node twitching +b missing node candied +b missing node placks +b missing node bluffly +b missing node unreported +b missing node frypan +b missing node arch +b missing node arco +b missing node siding +b missing node satchels +b missing node unfolder +b missing node ordinary +b missing node fumigation +b missing node executrices +b missing node hollywood +b missing node worthless +b missing node pigeonholes +b missing node doubloons +b missing node arcs +b missing node libelling +b missing node voltage +b missing node indubitably +b missing node metathesis +b missing node ribosome +b missing node pigeonholed +b missing node affaires +b missing node arab +b missing node ingrate +b missing node indubitable +b missing node fumigating +b missing node anteater +b missing node byproducts +b missing node abbreviators +b missing node drafters +b missing node streaming +b missing node lightered +b missing node tennesseeans +b missing node unfolded +b missing node nephrons +b missing node hypotheses +b missing node corkier +b missing node radiantly +b missing node decimals +b missing node divergences +b missing node wealths +b missing node reestablish +b missing node wryer +b missing node atolls +b missing node wealthy +b missing node reformats +b missing node carting +b missing node exigent +b missing node proves +b missing node capably +b missing node prover +b missing node eider +b missing node considerable +b missing node proven +b missing node footnoting +b missing node teaspoons +b missing node woodbins +b missing node vasts +b missing node cravens +b missing node cosmologists +b missing node kefirs +b missing node woodbine +b missing node maids +b missing node proved +b missing node vasty +b missing node autodialling +b missing node despairing +b missing node bawdrics +b missing node considerably +b missing node neutralities +b missing node daiquiris +b missing node ares +b missing node boarder +b missing node psoriasis +b missing node tampers +b missing node confocal +b missing node area +b missing node boarded +b missing node killdeers +b missing node molar +b missing node hypothesis +b missing node cougars +b missing node grayly +b missing node amplest +b missing node cutesiest +b missing node bawdries +b missing node capable +b missing node ordinals +b missing node amnesia +b missing node amnesic +b missing node transliterations +b missing node scutcheon +b missing node rurally +b missing node voltaic +b missing node churchgoing +b missing node torchbearer +b missing node vocable +b missing node reappropriated +b missing node mellific +b missing node renovates +b missing node batteners +b missing node vocably +b missing node arks +b missing node buenos +b missing node broadtail +b missing node servicer +b missing node services +b missing node effusive +b missing node renovated +b missing node callboys +b missing node suppressible +b missing node serviced +b missing node bednighted +b missing node inhabitress +b missing node wryly +b missing node voidances +b missing node abolitionary +b missing node foraying +b missing node influence +b missing node arid +b missing node ranginess +b missing node aria +b missing node moles +b missing node disbursement +b missing node unlocated +b missing node illicitness +b missing node condonable +b missing node unheeded +b missing node pudenda +b missing node spunkiest +b missing node redistribution +b missing node poops +b missing node jockeys +b missing node psoriases +b missing node genealogical +b missing node moldy +b missing node innuendoes +b missing node molds +b missing node chokey +b missing node siccing +b missing node choker +b missing node chokes +b missing node suspenseful +b missing node selfness +b missing node hoydening +b missing node gainsays +b missing node redistributing +b missing node choked +b missing node transmigrations +b missing node lictors +b missing node lagers +b missing node ingraft +b missing node exploitations +b missing node anglicizes +b missing node dogtrotted +b missing node fractiously +b missing node woodcraft +b missing node maims +b missing node upholsterers +b missing node bonitos +b missing node metatheses +b missing node teratosis +b missing node grayer +b missing node simplistically +b missing node mails +b missing node manufacture +b missing node grayed +b missing node entailment +b missing node overshooting +b missing node altarpiece +b missing node misdiagnosis +b missing node flammable +b missing node profitably +b missing node army +b missing node ordinate +b missing node frailest +b missing node arms +b missing node tailor +b missing node endangering +b missing node audience +b missing node maine +b missing node profitable +b missing node ingrain +b missing node cloudburst +b missing node wagerers +b missing node mains +b missing node encumbrances +b missing node slickness +b missing node flammably +b missing node encumbrancer +b missing node doeskin +b missing node restartable +b missing node arty +b missing node arts +b missing node doorplates +b missing node gratefulness +b missing node forward +b missing node connotation +b missing node disincorporate +b missing node agilely +b missing node warheads +b missing node explicable +b missing node bowing +b missing node drolleries +b missing node arse +b missing node dielectric +b missing node latitude +b missing node wiredraw +b missing node silvester +b missing node mitzvahs +b missing node anglicized +b missing node asper +b missing node milkwood +b missing node chaining +b missing node defrays +b missing node delineative +b missing node wirepullers +b missing node aspen +b missing node molls +b missing node splashier +b missing node molly +b missing node mayvin +b missing node surpriser +b missing node fomenting +b missing node surprises +b missing node carageen +b missing node maist +b missing node eidos +b missing node reviewable +b missing node prehardened +b missing node misdiagnosed +b missing node surprised +b missing node nonchalantly +b missing node inefficiently +b missing node yogi +b missing node seaquakes +b missing node indelicately +b missing node divestitive +b missing node achievable +b missing node bivalve +b missing node yoga +b missing node misdiagnoses +b missing node reforge +b missing node thralling +b missing node chutzpahs +b missing node reconvening +b missing node scrawled +b missing node inner +b missing node stonily +b missing node pigskins +b missing node heckler +b missing node heckles +b missing node ontogenic +b missing node ionization +b missing node bicolor +b missing node delineation +b missing node shallowest +b missing node galax +b missing node galas +b missing node inned +b missing node heckled +b missing node resells +b missing node cutdown +b missing node photomap +b missing node beshrews +b missing node bewrayed +b missing node colonnade +b missing node flimsiest +b missing node animally +b missing node milkwort +b missing node wiredrew +b missing node reforms +b missing node aspca +b missing node splashily +b missing node vases +b missing node iffier +b missing node stoning +b missing node shacking +b missing node bewrayer +b missing node cocktail +b missing node indolently +b missing node outspoke +b missing node baleful +b missing node doings +b missing node riptides +b missing node lorded +b missing node invocations +b missing node quatre +b missing node repealing +b missing node scrawler +b missing node arum +b missing node yoke +b missing node landlords +b missing node preaccustoming +b missing node jealousness +b missing node drumbeat +b missing node gales +b missing node yolk +b missing node consolation +b missing node watching +b missing node furless +b missing node countertenor +b missing node skyjackers +b missing node rendition +b missing node comports +b missing node beanball +b missing node victorianism +b missing node vandalize +b missing node antithetical +b missing node cravers +b missing node tailed +b missing node underwritten +b missing node lineages +b missing node nasturtiums +b missing node mandamuses +b missing node isocline +b missing node tailer +b missing node durned +b missing node centeredness +b missing node impecuniousness +b missing node maize +b missing node propitiously +b missing node profiting +b missing node proficiently +b missing node peaked +b missing node yoni +b missing node yond +b missing node molto +b missing node corking +b missing node crucifer +b missing node molts +b missing node fascicled +b missing node donovan +b missing node sentries +b missing node cremators +b missing node hangouts +b missing node epileptic +b missing node renewable +b missing node hobnobs +b missing node crematory +b missing node gorgons +b missing node sentried +b missing node fascicles +b missing node buenas +b missing node unreformed +b missing node sector +b missing node tetanizes +b missing node prettifies +b missing node outstation +b missing node prettifier +b missing node asthmatically +b missing node tetanized +b missing node asap +b missing node recommendable +b missing node plentifully +b missing node tenement +b missing node biasing +b missing node tackifies +b missing node barbwire +b missing node letted +b missing node popes +b missing node beanbags +b missing node prettified +b missing node slovaks +b missing node letter +b missing node tackified +b missing node upwardness +b missing node immuring +b missing node jejunal +b missing node milieus +b missing node viewings +b missing node marvelled +b missing node milieux +b missing node unlimbered +b missing node inspirited +b missing node shufflers +b missing node dalles +b missing node enthuse +b missing node monaco +b missing node coagulants +b missing node crucifix +b missing node galls +b missing node gally +b missing node gangsterism +b missing node nonelectrically +b missing node york +b missing node stipulating +b missing node yore +b missing node defraud +b missing node lordly +b missing node arrases +b missing node lumens +b missing node hellishly +b missing node ejectors +b missing node monads +b missing node hoodless +b missing node cirrhosis +b missing node stonier +b missing node inflects +b missing node curlicue +b missing node fortuitous +b missing node furlers +b missing node avidly +b missing node damnation +b missing node stipulation +b missing node ignoramuses +b missing node caliphate +b missing node salivating +b missing node shushes +b missing node meltingly +b missing node concretion +b missing node radicands +b missing node toledos +b missing node fidget +b missing node waxbill +b missing node protester +b missing node erotical +b missing node pinecones +b missing node epigraphic +b missing node burble +b missing node quaver +b missing node auks +b missing node necessitated +b missing node misrepresentation +b missing node consistencies +b missing node anatomical +b missing node rotatively +b missing node auld +b missing node tavern +b missing node reacquires +b missing node corporeality +b missing node concreting +b missing node iniquitously +b missing node fanwise +b missing node honkeys +b missing node splashers +b missing node tarragon +b missing node protested +b missing node intentness +b missing node malls +b missing node reacquired +b missing node uncle +b missing node reutilize +b missing node masseuse +b missing node pressuring +b missing node fluoresces +b missing node phylum +b missing node settee +b missing node fluoresced +b missing node mannerisms +b missing node jovially +b missing node masseurs +b missing node hearthsides +b missing node scrappy +b missing node setter +b missing node trinketing +b missing node betatrons +b missing node salivation +b missing node indicators +b missing node overpopulates +b missing node gothicize +b missing node backbitten +b missing node mineralogist +b missing node willable +b missing node veterans +b missing node aunt +b missing node overpopulated +b missing node letches +b missing node enumerations +b missing node diminishes +b missing node yogurt +b missing node uncomplimentary +b missing node laureling +b missing node unobjectionably +b missing node knowable +b missing node diminished +b missing node chammied +b missing node soupiest +b missing node chammies +b missing node unobjectionable +b missing node effuse +b missing node creasier +b missing node galliums +b missing node baritone +b missing node sermons +b missing node stoners +b missing node ramifications +b missing node melanogen +b missing node restaffing +b missing node inseams +b missing node intellectualize +b missing node polemists +b missing node knowingest +b missing node frantically +b missing node meshwork +b missing node crunch +b missing node coiffeuse +b missing node titulary +b missing node gateman +b missing node drabbing +b missing node embargo +b missing node extravert +b missing node postals +b missing node registrants +b missing node unawakened +b missing node fleabane +b missing node titulars +b missing node coiffeurs +b missing node accusers +b missing node necessitates +b missing node qintars +b missing node bunyan +b missing node griping +b missing node aphrodisiacs +b missing node thankyou +b missing node males +b missing node burdened +b missing node triunity +b missing node inflationary +b missing node vandalism +b missing node burdener +b missing node burbly +b missing node escalloped +b missing node shushed +b missing node vitamin +b missing node peanut +b missing node maples +b missing node unconvincingly +b missing node familiarizing +b missing node habitable +b missing node brotherhood +b missing node comprizing +b missing node melodically +b missing node bowfin +b missing node timidest +b missing node homaging +b missing node cupsful +b missing node watchful +b missing node veinal +b missing node patristic +b missing node dishware +b missing node habitably +b missing node malts +b missing node enfeebling +b missing node draftier +b missing node malty +b missing node entrusted +b missing node quotients +b missing node socialists +b missing node mayoresses +b missing node dallying +b missing node malta +b missing node batmen +b missing node auto +b missing node cholla +b missing node sultry +b missing node apteryxes +b missing node polls +b missing node professed +b missing node embarks +b missing node toxaemic +b missing node uncap +b missing node toxaemia +b missing node gatemen +b missing node kinkier +b missing node professes +b missing node productivity +b missing node manward +b missing node serologic +b missing node nettlier +b missing node intellectualist +b missing node norther +b missing node demographer +b missing node intellectualism +b missing node settle +b missing node horseshoers +b missing node siphoning +b missing node skipperage +b missing node bernard +b missing node postage +b missing node shakedown +b missing node fleabags +b missing node whetted +b missing node managemental +b missing node processional +b missing node hereditarily +b missing node veined +b missing node corollas +b missing node decreased +b missing node vocoder +b missing node remolding +b missing node delineating +b missing node whetter +b missing node biosciences +b missing node guncotton +b missing node polka +b missing node decreases +b missing node flasks +b missing node sirocco +b missing node batman +b missing node pawning +b missing node crinoline +b missing node touzled +b missing node smartness +b missing node erode +b missing node flashy +b missing node orbiters +b missing node touzles +b missing node crowbar +b missing node gripier +b missing node polio +b missing node fitter +b missing node precleans +b missing node munificent +b missing node polis +b missing node scraper +b missing node scrapes +b missing node dimorphisms +b missing node choler +b missing node veiner +b missing node scraped +b missing node polit +b missing node demographic +b missing node phalanges +b missing node profits +b missing node lentando +b missing node fitted +b missing node laziest +b missing node aura +b missing node prayers +b missing node disvaluing +b missing node kinkily +b missing node thronging +b missing node shammed +b missing node jetsam +b missing node shammer +b missing node offerings +b missing node shammes +b missing node vulval +b missing node dispensations +b missing node disdained +b missing node cocomats +b missing node cryotrons +b missing node exhumed +b missing node drafting +b missing node genteeler +b missing node vulvas +b missing node impowers +b missing node vulvar +b missing node cantatas +b missing node marvelous +b missing node scorepads +b missing node obscener +b missing node limbless +b missing node conscious +b missing node waldorf +b missing node mixable +b missing node professor +b missing node vulvae +b missing node neoterics +b missing node exhumes +b missing node exhumer +b missing node lappet +b missing node tripart +b missing node lapper +b missing node pupped +b missing node aquanaut +b missing node fractions +b missing node nettling +b missing node puppet +b missing node kinking +b missing node lapped +b missing node letups +b missing node pennies +b missing node outproduces +b missing node witticisms +b missing node enlargers +b missing node fountained +b missing node hasidim +b missing node postbag +b missing node begorrah +b missing node entrenchments +b missing node pressurize +b missing node bestselling +b missing node fratricidal +b missing node obtrusiveness +b missing node pomes +b missing node hasidic +b missing node curring +b missing node joshing +b missing node renumber +b missing node outproduced +b missing node fathomed +b missing node incriminating +b missing node empowered +b missing node hirsute +b missing node docents +b missing node animism +b missing node shamrock +b missing node accelerando +b missing node santonins +b missing node animist +b missing node flanneling +b missing node affectivity +b missing node effeminately +b missing node incarnadine +b missing node profile +b missing node reactor +b missing node incrimination +b missing node distrustful +b missing node condensation +b missing node arboreal +b missing node thinclad +b missing node phylae +b missing node draftily +b missing node dermatologist +b missing node dreamland +b missing node reacted +b missing node guillotine +b missing node sorest +b missing node fratricides +b missing node impeachments +b missing node gangrening +b missing node aphorizes +b missing node interrogational +b missing node gothicist +b missing node inker +b missing node aver +b missing node aphorized +b missing node aves +b missing node gothicism +b missing node hierarchically +b missing node inked +b missing node embroilments +b missing node platform +b missing node copydesks +b missing node gassiness +b missing node croissant +b missing node discomposed +b missing node avdp +b missing node tradesmen +b missing node retarder +b missing node retarded +b missing node discomposes +b missing node sultan +b missing node monkeyshines +b missing node secure +b missing node dispensed +b missing node hockeys +b missing node sliceable +b missing node highwaymen +b missing node trioxides +b missing node penalized +b missing node genteelly +b missing node emborders +b missing node dispenser +b missing node dispenses +b missing node harpooners +b missing node tipcarts +b missing node honkers +b missing node penalizes +b missing node module +b missing node consensual +b missing node penning +b missing node battening +b missing node modula +b missing node practicable +b missing node reagents +b missing node practicably +b missing node protestor +b missing node modulo +b missing node bungalow +b missing node unbox +b missing node jibbing +b missing node fractious +b missing node trowing +b missing node pigeons +b missing node kulak +b missing node mamba +b missing node stinkards +b missing node choosiest +b missing node hunched +b missing node backsides +b missing node caribous +b missing node mamas +b missing node canons +b missing node hunches +b missing node erose +b missing node reconnected +b missing node antibiotics +b missing node nonequivalent +b missing node bilgier +b missing node goldener +b missing node milliliters +b missing node transitory +b missing node tradesman +b missing node mambo +b missing node streamier +b missing node creasing +b missing node sensitiveness +b missing node rawboned +b missing node jesuitries +b missing node astrobiology +b missing node transmutations +b missing node currish +b missing node inkle +b missing node renders +b missing node polys +b missing node polyp +b missing node canopy +b missing node caisson +b missing node pellucid +b missing node jetsoms +b missing node equalling +b missing node bananas +b missing node hauling +b missing node univocals +b missing node highwayman +b missing node kinsfolk +b missing node expenders +b missing node reminiscences +b missing node unprovable +b missing node chromatically +b missing node decimate +b missing node myths +b missing node reformative +b missing node unsocial +b missing node hesitation +b missing node correlates +b missing node copulatively +b missing node corrosiveness +b missing node curlycues +b missing node remarques +b missing node sorely +b missing node wheedle +b missing node correlated +b missing node appliqueing +b missing node sorels +b missing node cavalcades +b missing node psychiatrists +b missing node jilted +b missing node dowering +b missing node uncorked +b missing node foamiest +b missing node canoed +b missing node overhasty +b missing node gaily +b missing node jilter +b missing node lorans +b missing node parboil +b missing node lickers +b missing node permute +b missing node drolly +b missing node peak +b missing node drolls +b missing node unchurched +b missing node imprudence +b missing node affluence +b missing node unbid +b missing node palazzo +b missing node skirmisher +b missing node hockers +b missing node acidulous +b missing node ragout +b missing node shackled +b missing node palazzi +b missing node skirmished +b missing node escalades +b missing node skirmishes +b missing node escaladed +b missing node peat +b missing node ductings +b missing node gains +b missing node lickety +b missing node peal +b missing node pean +b missing node hesitating +b missing node peas +b missing node pear +b missing node exasperated +b missing node dripper +b missing node counselor +b missing node subfractions +b missing node afeard +b missing node uncoated +b missing node exasperates +b missing node reviewer +b missing node supercede +b missing node chaplain +b missing node birthmarks +b missing node critics +b missing node reformating +b missing node fervency +b missing node shackler +b missing node shackles +b missing node cowier +b missing node haulier +b missing node denigrators +b missing node unraised +b missing node denigratory +b missing node epilepsies +b missing node intentions +b missing node undersells +b missing node worrit +b missing node canoes +b missing node vandals +b missing node rewire +b missing node caraway +b missing node bilging +b missing node biophotometer +b missing node makes +b missing node arcadians +b missing node maker +b missing node cretinized +b missing node diddler +b missing node diddles +b missing node goldenly +b missing node cofeature +b missing node crumbs +b missing node crumby +b missing node dripped +b missing node diddled +b missing node reformation +b missing node manipulable +b missing node grossers +b missing node blaming +b missing node frangible +b missing node banjoist +b missing node helicopter +b missing node atty +b missing node monterey +b missing node expended +b missing node peters +b missing node pegs +b missing node gaits +b missing node attn +b missing node sparsest +b missing node crayons +b missing node groomers +b missing node castigation +b missing node pomps +b missing node regretful +b missing node aeonian +b missing node upsets +b missing node flared +b missing node rewind +b missing node expender +b missing node diatomite +b missing node seismicity +b missing node arboreta +b missing node unbar +b missing node alertest +b missing node grossest +b missing node firebricks +b missing node clobber +b missing node absolutely +b missing node deluded +b missing node castigating +b missing node mourning +b missing node ransomed +b missing node autisms +b missing node otolithic +b missing node flares +b missing node alerters +b missing node ransomer +b missing node womanhood +b missing node atom +b missing node atop +b missing node mercantilistic +b missing node resembles +b missing node phenolics +b missing node radiotherapists +b missing node peck +b missing node intrusions +b missing node clonally +b missing node paschal +b missing node learnedness +b missing node lawyer +b missing node chaines +b missing node peds +b missing node swizzlers +b missing node flashcubes +b missing node chained +b missing node curries +b missing node currier +b missing node reexhibits +b missing node atma +b missing node calking +b missing node peed +b missing node trouncers +b missing node peek +b missing node threadiest +b missing node peel +b missing node peen +b missing node peer +b missing node pees +b missing node peep +b missing node nurseries +b missing node setups +b missing node roadability +b missing node intensiveness +b missing node absorb +b missing node resembled +b missing node foddering +b missing node curried +b missing node peps +b missing node photocompose +b missing node absolutest +b missing node senatorian +b missing node senatorial +b missing node towrope +b missing node domineered +b missing node chauffeured +b missing node sanzen +b missing node baseball +b missing node inlay +b missing node wriggles +b missing node wriggler +b missing node complainant +b missing node peon +b missing node forestall +b missing node sangfroid +b missing node sponsors +b missing node opaquing +b missing node crummy +b missing node treasuring +b missing node dietician +b missing node wholeness +b missing node peru +b missing node coleslaws +b missing node pustule +b missing node ingestant +b missing node pert +b missing node perm +b missing node forgiveness +b missing node browbeat +b missing node documentable +b missing node perk +b missing node pere +b missing node sectionized +b missing node hoarders +b missing node adsorbed +b missing node buffering +b missing node proton +b missing node intersection +b missing node subtotalling +b missing node lighterage +b missing node appellant +b missing node cannot +b missing node reassuringly +b missing node sidles +b missing node sidler +b missing node candled +b missing node midbody +b missing node snobbisms +b missing node nondestructive +b missing node nutshell +b missing node intersecting +b missing node afferent +b missing node resents +b missing node illustrations +b missing node crumps +b missing node attacked +b missing node grammes +b missing node pelt +b missing node sidled +b missing node pones +b missing node unary +b missing node princely +b missing node capabler +b missing node engirds +b missing node watercraft +b missing node attacker +b missing node swallow +b missing node inlet +b missing node unarm +b missing node pelf +b missing node deludes +b missing node restfulness +b missing node deluder +b missing node misleads +b missing node ponds +b missing node intuited +b missing node sounding +b missing node trimotors +b missing node heterogenous +b missing node peke +b missing node redeliberation +b missing node garaged +b missing node vigilantism +b missing node awkwardest +b missing node pent +b missing node pens +b missing node raptness +b missing node chapping +b missing node pend +b missing node perceptively +b missing node preinstruct +b missing node attesting +b missing node unsystematic +b missing node atonal +b missing node kraals +b missing node opprobriate +b missing node ymca +b missing node commandeered +b missing node garages +b missing node bathtubs +b missing node hemstitch +b missing node chomps +b missing node demineralize +b missing node malay +b missing node retransmissions +b missing node liveners +b missing node answerable +b missing node blackthorn +b missing node outlooks +b missing node treasuries +b missing node reviewal +b missing node lagger +b missing node nonhazardous +b missing node terraria +b missing node gradate +b missing node disagree +b missing node acupuncturists +b missing node clubfooted +b missing node subassociations +b missing node abruptness +b missing node chowders +b missing node pews +b missing node thunderingly +b missing node ponce +b missing node kleig +b missing node cannie +b missing node pragmatically +b missing node seisure +b missing node socialites +b missing node unapt +b missing node tentless +b missing node reviewed +b missing node polygony +b missing node repulsers +b missing node campaign +b missing node earnests +b missing node polygons +b missing node enormity +b missing node doweries +b missing node liveness +b missing node atoner +b missing node princess +b missing node tepidness +b missing node faquir +b missing node hyposensitizing +b missing node eulogizing +b missing node discography +b missing node misstating +b missing node atoned +b missing node atones +b missing node muslims +b missing node cowing +b missing node distastefully +b missing node pronominal +b missing node mainlands +b missing node cannon +b missing node candler +b missing node candles +b missing node pets +b missing node confuters +b missing node cutpurses +b missing node onionskins +b missing node peso +b missing node default +b missing node forestays +b missing node spoils +b missing node spoilt +b missing node pest +b missing node protea +b missing node demitted +b missing node sanguinely +b missing node wriggled +b missing node systemless +b missing node omits +b missing node appellate +b missing node resowing +b missing node lagged +b missing node muslins +b missing node anesthetizing +b missing node reproductivity +b missing node sapling +b missing node monsters +b missing node vitally +b missing node counseled +b missing node ectoplasm +b missing node counselee +b missing node epigrapher +b missing node conformism +b missing node engrained +b missing node sacra +b missing node rumbling +b missing node surmise +b missing node celebrity +b missing node shrimpier +b missing node undomesticated +b missing node servable +b missing node pairing +b missing node prorating +b missing node digressively +b missing node fraternally +b missing node asset +b missing node marquis +b missing node spewer +b missing node proration +b missing node shorelines +b missing node diversions +b missing node universalists +b missing node rewarmed +b missing node statist +b missing node deterge +b missing node cicerones +b missing node teentsy +b missing node authorities +b missing node photoing +b missing node spewed +b missing node statism +b missing node moray +b missing node seducing +b missing node boundlessly +b missing node asses +b missing node enhaloing +b missing node promotes +b missing node promoter +b missing node skeining +b missing node moral +b missing node administrant +b missing node pagodas +b missing node elucidations +b missing node martlets +b missing node lankiest +b missing node pervade +b missing node factional +b missing node axel +b missing node promoted +b missing node lawman +b missing node whack +b missing node axed +b missing node skepsis +b missing node climaxes +b missing node blitzing +b missing node augend +b missing node axes +b missing node climaxed +b missing node euphemisms +b missing node overfilled +b missing node plainest +b missing node druidisms +b missing node gastronomy +b missing node hesitated +b missing node moratorium +b missing node punctualness +b missing node stating +b missing node umbrages +b missing node marquee +b missing node assay +b missing node hesitater +b missing node station +b missing node hesitates +b missing node gourdes +b missing node bondmaids +b missing node ethologist +b missing node gristliest +b missing node nankeens +b missing node marques +b missing node assam +b missing node axle +b missing node degrading +b missing node timecard +b missing node gastronome +b missing node skinniness +b missing node morel +b missing node miscalling +b missing node skirls +b missing node mores +b missing node cogway +b missing node hotboxes +b missing node ordainment +b missing node axil +b missing node salubriousness +b missing node conformity +b missing node lawmen +b missing node glycol +b missing node axis +b missing node dismayed +b missing node autonomously +b missing node digestors +b missing node enamelling +b missing node conformist +b missing node beefier +b missing node whensoever +b missing node augers +b missing node fretless +b missing node spirochetes +b missing node whams +b missing node uncherished +b missing node fullbacks +b missing node snobbiest +b missing node lewises +b missing node cullet +b missing node shrimping +b missing node peafowl +b missing node hydrogenated +b missing node knitters +b missing node sonnies +b missing node culled +b missing node ungodliness +b missing node unwinder +b missing node culler +b missing node lenities +b missing node playacting +b missing node whang +b missing node escarping +b missing node nonactive +b missing node beekeeper +b missing node incompetence +b missing node feathered +b missing node embalms +b missing node revarnished +b missing node disclosing +b missing node hesitator +b missing node revarnishes +b missing node incompetency +b missing node endless +b missing node dishevelment +b missing node hypnic +b missing node mezquites +b missing node swifter +b missing node whereupon +b missing node lithuanians +b missing node substantialness +b missing node ceremonials +b missing node whale +b missing node embitter +b missing node swiftly +b missing node jamaica +b missing node mistranslating +b missing node mutations +b missing node waylayers +b missing node hebrew +b missing node spirochetal +b missing node inexactness +b missing node miscibilities +b missing node paupers +b missing node preannounce +b missing node exceeds +b missing node libidinally +b missing node pygmyisms +b missing node younger +b missing node electrocutional +b missing node greeter +b missing node springier +b missing node insobriety +b missing node characterized +b missing node spunked +b missing node calmness +b missing node mistranslation +b missing node ordnances +b missing node basilica +b missing node trigraph +b missing node zoomanias +b missing node clustery +b missing node clusters +b missing node outbidden +b missing node bonier +b missing node urbanologists +b missing node bunchiest +b missing node wharf +b missing node conforming +b missing node greeted +b missing node oddments +b missing node beefily +b missing node armlessness +b missing node disease +b missing node skirts +b missing node characterizes +b missing node anticipatory +b missing node anticipators +b missing node upside +b missing node pokes +b missing node poker +b missing node hydrogenates +b missing node beefing +b missing node whaps +b missing node mattock +b missing node poked +b missing node sprayers +b missing node indictors +b missing node resonantly +b missing node flop +b missing node yips +b missing node quadrillionths +b missing node countervails +b missing node flow +b missing node abdicated +b missing node validated +b missing node burmese +b missing node invidious +b missing node hypoed +b missing node exactly +b missing node yipe +b missing node cosseting +b missing node tippler +b missing node tipples +b missing node bioacoustics +b missing node subservience +b missing node abdicates +b missing node validates +b missing node reeducated +b missing node stalest +b missing node decoded +b missing node restacking +b missing node nocturn +b missing node reinterrogated +b missing node subserviency +b missing node flog +b missing node floodplain +b missing node floe +b missing node charlie +b missing node reinterrogates +b missing node subsonic +b missing node illusional +b missing node disburdens +b missing node biases +b missing node charley +b missing node charles +b missing node whats +b missing node bullhorns +b missing node shipside +b missing node socializes +b missing node demesnes +b missing node brisling +b missing node rampageous +b missing node worked +b missing node socializer +b missing node aviate +b missing node moscow +b missing node worker +b missing node decameter +b missing node decoder +b missing node decodes +b missing node doggish +b missing node transposition +b missing node abolition +b missing node reembarked +b missing node freightyard +b missing node tippled +b missing node reeducates +b missing node pressman +b missing node semestral +b missing node aviary +b missing node panegyric +b missing node boning +b missing node depreciable +b missing node biased +b missing node obviate +b missing node cheques +b missing node chequer +b missing node springing +b missing node unclogging +b missing node modiste +b missing node grandson +b missing node insurrectionally +b missing node tourism +b missing node battled +b missing node crucifixions +b missing node destructor +b missing node watchdog +b missing node socialized +b missing node surmountable +b missing node tourist +b missing node crutch +b missing node battler +b missing node battles +b missing node flux +b missing node hauntingly +b missing node refold +b missing node flus +b missing node dogging +b missing node armsful +b missing node creepage +b missing node homerooms +b missing node redlined +b missing node spearmints +b missing node pressmen +b missing node doctorship +b missing node flagging +b missing node foots +b missing node batboy +b missing node overmodest +b missing node flub +b missing node flue +b missing node explorers +b missing node footy +b missing node awns +b missing node unswayed +b missing node foretokens +b missing node crownets +b missing node sterile +b missing node flaggier +b missing node lenitive +b missing node homotype +b missing node vapid +b missing node touring +b missing node reform +b missing node sadly +b missing node egressed +b missing node shogunal +b missing node indorsement +b missing node exonerations +b missing node egresses +b missing node witnessers +b missing node lagoonal +b missing node redlines +b missing node aerobatics +b missing node reminder +b missing node awls +b missing node flit +b missing node eructation +b missing node superstructures +b missing node tarnishing +b missing node boudoirs +b missing node flossiest +b missing node dependencies +b missing node stalely +b missing node reminded +b missing node warworks +b missing node clarifications +b missing node ennoble +b missing node dryades +b missing node chivalric +b missing node contingencies +b missing node flip +b missing node skylights +b missing node eructating +b missing node achievers +b missing node fulnesses +b missing node boarish +b missing node amnesics +b missing node scrofulas +b missing node stumped +b missing node gaffs +b missing node aniseeds +b missing node chantage +b missing node quagga +b missing node amnesiac +b missing node peepholes +b missing node anchor +b missing node awry +b missing node perviousness +b missing node quaggy +b missing node gaffe +b missing node outperformed +b missing node salutations +b missing node sadhu +b missing node upshot +b missing node netsuke +b missing node bonito +b missing node ailanthus +b missing node solanums +b missing node glissade +b missing node agnostic +b missing node zippers +b missing node amnesias +b missing node crumblings +b missing node dryadic +b missing node grayness +b missing node doggier +b missing node glassines +b missing node dystrophies +b missing node doggies +b missing node reexhibiting +b missing node abdicator +b missing node crowners +b missing node superintendent +b missing node administrate +b missing node ichors +b missing node vapor +b missing node bonita +b missing node italians +b missing node drilling +b missing node yins +b missing node grandsir +b missing node lampooner +b missing node exactor +b missing node surrounds +b missing node indignant +b missing node awol +b missing node desperately +b missing node beardless +b missing node lampooned +b missing node nictate +b missing node slather +b missing node machete +b missing node fools +b missing node faiths +b missing node avians +b missing node subverts +b missing node seducive +b missing node fervours +b missing node destructed +b missing node stumper +b missing node heartbreaker +b missing node crimpier +b missing node strobes +b missing node vendable +b missing node magnify +b missing node bullfighters +b missing node erasure +b missing node overturn +b missing node overture +b missing node bellyfulls +b missing node tuckahoes +b missing node foreground +b missing node decocts +b missing node cartway +b missing node supersedence +b missing node workup +b missing node balconies +b missing node wedgies +b missing node wedgier +b missing node fighters +b missing node aster +b missing node romper +b missing node traversals +b missing node plucker +b missing node mislabeling +b missing node steatite +b missing node contumaciously +b missing node romped +b missing node nonmember +b missing node beadworks +b missing node plucked +b missing node backcross +b missing node awed +b missing node debris +b missing node dialectal +b missing node minneapolis +b missing node fatless +b missing node playgoer +b missing node gyrator +b missing node cookies +b missing node awes +b missing node tories +b missing node plagiarizes +b missing node plagiarizer +b missing node infighters +b missing node crusts +b missing node crusty +b missing node ancien +b missing node quickening +b missing node plagiarized +b missing node retouch +b missing node glummer +b missing node mastoids +b missing node peculates +b missing node jerseyed +b missing node friended +b missing node atopic +b missing node victoria +b missing node peanuts +b missing node empurpled +b missing node german +b missing node empurples +b missing node colorblind +b missing node strobic +b missing node troopers +b missing node cosmism +b missing node overdosing +b missing node serviettes +b missing node misname +b missing node subagencies +b missing node cajolingly +b missing node starkest +b missing node cocooning +b missing node tonnages +b missing node unfeasible +b missing node airglow +b missing node dictation +b missing node shaggiest +b missing node ruralizing +b missing node lateralities +b missing node reposers +b missing node hockshop +b missing node peculated +b missing node propositional +b missing node deflective +b missing node refuelling +b missing node dictating +b missing node concert +b missing node concern +b missing node ecstatic +b missing node nontenure +b missing node selections +b missing node uncheerful +b missing node pikemen +b missing node frayings +b missing node justices +b missing node loungers +b missing node unturned +b missing node foreshadower +b missing node misemployed +b missing node clippings +b missing node outclasses +b missing node gazers +b missing node exacter +b missing node deaccessions +b missing node dialectic +b missing node counsellable +b missing node outclassed +b missing node corrosives +b missing node hypnotics +b missing node tweakier +b missing node cooking +b missing node toenailing +b missing node cosmist +b missing node polar +b missing node dittoed +b missing node patterers +b missing node frustums +b missing node crimping +b missing node concubine +b missing node dittoes +b missing node incisors +b missing node incisory +b missing node stymying +b missing node exacted +b missing node liftmen +b missing node ensigncy +b missing node modishly +b missing node readmitting +b missing node replacement +b missing node inexactitude +b missing node anguses +b missing node mimicries +b missing node effigy +b missing node pikeman +b missing node amputee +b missing node cowgirls +b missing node aeroplane +b missing node astir +b missing node referrals +b missing node defibrillate +b missing node demobilizations +b missing node midfield +b missing node faeries +b missing node idealistically +b missing node codifying +b missing node release +b missing node foreshadowed +b missing node bamboo +b missing node concept +b missing node winiest +b missing node quittance +b missing node associator +b missing node fissuring +b missing node deflection +b missing node exactas +b missing node apples +b missing node denuding +b missing node kingships +b missing node satiety +b missing node trolleyed +b missing node insphering +b missing node appetites +b missing node libelant +b missing node poles +b missing node poler +b missing node liftman +b missing node away +b missing node swivelled +b missing node insulins +b missing node benediction +b missing node vaporers +b missing node discretional +b missing node poled +b missing node witchings +b missing node deflecting +b missing node baluster +b missing node cardioid +b missing node philanderers +b missing node jackknifes +b missing node reinterpretation +b missing node refueled +b missing node repaints +b missing node velours +b missing node tallyho +b missing node admission +b missing node avianized +b missing node hirable +b missing node conceit +b missing node preassigned +b missing node disturbance +b missing node blinkering +b missing node pugnacious +b missing node avianizes +b missing node mathematicians +b missing node rebukers +b missing node matador +b missing node armyworm +b missing node cesiums +b missing node denigrating +b missing node worlds +b missing node guttery +b missing node privileging +b missing node gutters +b missing node floored +b missing node necrology +b missing node impishly +b missing node cannibalistic +b missing node membranal +b missing node knucklers +b missing node brooking +b missing node floorer +b missing node stomachically +b missing node tambours +b missing node pennons +b missing node tamboura +b missing node arriving +b missing node woodworking +b missing node pokey +b missing node denigration +b missing node victimizations +b missing node shallowing +b missing node tweaking +b missing node tourneying +b missing node oblige +b missing node embraceable +b missing node bleakish +b missing node gyrates +b missing node counterspy +b missing node belittlement +b missing node colonies +b missing node typecast +b missing node tautological +b missing node desexualize +b missing node asexuals +b missing node typecase +b missing node heptanes +b missing node assoc +b missing node associates +b missing node gyrated +b missing node scurrility +b missing node sonorants +b missing node associated +b missing node rhumbaing +b missing node irregular +b missing node cyclically +b missing node sucroses +b missing node tautly +b missing node admissive +b missing node forwent +b missing node beaumont +b missing node martialed +b missing node shetlands +b missing node slipcase +b missing node attestors +b missing node watchers +b missing node pigeonholing +b missing node endlessly +b missing node abutments +b missing node decalcifies +b missing node bunion +b missing node legalness +b missing node expanding +b missing node scalloping +b missing node calcutta +b missing node balsaming +b missing node crumbiest +b missing node partisanship +b missing node panniers +b missing node precipitable +b missing node wedging +b missing node screwdrivers +b missing node collusively +b missing node conceal +b missing node unabsorbed +b missing node colonial +b missing node deployment +b missing node gormandize +b missing node germen +b missing node nightcaps +b missing node delusory +b missing node disobeyers +b missing node avid +b missing node bezels +b missing node avis +b missing node moped +b missing node refractions +b missing node hirers +b missing node ratiocinations +b missing node grampuses +b missing node incompetents +b missing node retorters +b missing node mopes +b missing node moper +b missing node acumen +b missing node unconsolidated +b missing node mopey +b missing node lackeyed +b missing node deemphasis +b missing node hypnotist +b missing node postboy +b missing node hypnotism +b missing node reawaked +b missing node postbox +b missing node plaque +b missing node reawaken +b missing node nettlers +b missing node darning +b missing node concede +b missing node hijack +b missing node geostationary +b missing node resetting +b missing node profuse +b missing node gager +b missing node gages +b missing node doughboy +b missing node oyer +b missing node knurled +b missing node linkman +b missing node oyez +b missing node oyes +b missing node gazebo +b missing node gaged +b missing node endleaf +b missing node whiners +b missing node affectedness +b missing node peculator +b missing node acoustical +b missing node appealers +b missing node nimbleness +b missing node damasks +b missing node reawakes +b missing node nonusers +b missing node hypnotize +b missing node dermatologies +b missing node unironed +b missing node unresentful +b missing node holystones +b missing node linkmen +b missing node offloaded +b missing node martially +b missing node basketwork +b missing node lantanas +b missing node basilisk +b missing node chittering +b missing node cymbling +b missing node jackknifed +b missing node heraldries +b missing node avow +b missing node consecrate +b missing node manicure +b missing node untired +b missing node unplanted +b missing node towaway +b missing node subclassifications +b missing node hacksaw +b missing node sumpters +b missing node ganging +b missing node hypotrophies +b missing node unplugs +b missing node segregation +b missing node defrost +b missing node leeds +b missing node moisture +b missing node desktop +b missing node safeness +b missing node slating +b missing node spellbound +b missing node corrugate +b missing node planar +b missing node vamps +b missing node ribaldly +b missing node segregating +b missing node eyelashes +b missing node foil +b missing node monickers +b missing node blowjob +b missing node coagulum +b missing node telegraphists +b missing node madcaply +b missing node rodeos +b missing node biassed +b missing node cohabits +b missing node trouncing +b missing node skinflints +b missing node pierrot +b missing node forks +b missing node forky +b missing node solubles +b missing node rerecording +b missing node benzocaine +b missing node monorails +b missing node homiest +b missing node rodent +b missing node strongly +b missing node impiousness +b missing node northeasterly +b missing node planed +b missing node terrorists +b missing node licking +b missing node planet +b missing node overdraft +b missing node fords +b missing node pitfalls +b missing node uniqueness +b missing node perspective +b missing node planer +b missing node planes +b missing node foes +b missing node blenders +b missing node gotten +b missing node fores +b missing node squishier +b missing node kickbacks +b missing node bezils +b missing node tearstain +b missing node reigned +b missing node annuity +b missing node jumpable +b missing node glottologies +b missing node malocclusions +b missing node fogs +b missing node quahog +b missing node leech +b missing node cryogen +b missing node forge +b missing node fogy +b missing node amplify +b missing node chanticleers +b missing node vexers +b missing node colonize +b missing node bodyworks +b missing node forgo +b missing node imbibers +b missing node electorally +b missing node pistons +b missing node alembics +b missing node inspirers +b missing node drogue +b missing node biohazard +b missing node agonized +b missing node strenuously +b missing node krafts +b missing node lancets +b missing node inshrining +b missing node desperate +b missing node embanks +b missing node backyard +b missing node subcompacts +b missing node disfavor +b missing node horologist +b missing node digitalization +b missing node segregative +b missing node heritor +b missing node ragman +b missing node influents +b missing node cytological +b missing node agonizes +b missing node reconfirmation +b missing node spellbinders +b missing node foam +b missing node foal +b missing node nonnatural +b missing node unbroken +b missing node lancers +b missing node effendi +b missing node corbels +b missing node foray +b missing node pictorially +b missing node fobs +b missing node hiring +b missing node foci +b missing node straddling +b missing node taperer +b missing node parboiling +b missing node buckleless +b missing node unzealously +b missing node tapered +b missing node draftees +b missing node force +b missing node deliriously +b missing node restudied +b missing node waysides +b missing node palliatively +b missing node refutations +b missing node influenza +b missing node restudies +b missing node gangers +b missing node ignominy +b missing node required +b missing node restlessness +b missing node harpooning +b missing node affectively +b missing node gigging +b missing node emirate +b missing node capybara +b missing node requirer +b missing node requires +b missing node moots +b missing node biasses +b missing node ukulele +b missing node enchanted +b missing node squishing +b missing node colonist +b missing node enchanter +b missing node uninspiringly +b missing node membranes +b missing node payability +b missing node ribaldry +b missing node colonise +b missing node scabbarded +b missing node eradicators +b missing node drabbets +b missing node reversibility +b missing node embarkation +b missing node ragmen +b missing node eponymic +b missing node dateless +b missing node vouchees +b missing node impieties +b missing node moose +b missing node furthermost +b missing node inducers +b missing node arhats +b missing node moory +b missing node illuminate +b missing node postfix +b missing node wagering +b missing node oatmeal +b missing node odeon +b missing node drabbest +b missing node moors +b missing node jottings +b missing node moore +b missing node cosignatories +b missing node waterfalls +b missing node unassigned +b missing node brassie +b missing node patchiness +b missing node impairers +b missing node modularity +b missing node veinings +b missing node wildering +b missing node frowzy +b missing node emanators +b missing node backfire +b missing node middlemost +b missing node cardinal +b missing node bowses +b missing node canter +b missing node mayors +b missing node jupiter +b missing node defrock +b missing node canted +b missing node foolisher +b missing node bowsed +b missing node complected +b missing node cardiotherapy +b missing node splatter +b missing node negligee +b missing node plants +b missing node sloggers +b missing node suavely +b missing node genotype +b missing node sapless +b missing node wirepulling +b missing node pogrom +b missing node encages +b missing node moons +b missing node mollies +b missing node topology +b missing node coopering +b missing node moony +b missing node encaged +b missing node medially +b missing node wrinkly +b missing node bagasse +b missing node wrinkle +b missing node aspic +b missing node tipcat +b missing node postern +b missing node banishments +b missing node posters +b missing node zigging +b missing node bouncing +b missing node coacher +b missing node moola +b missing node coaches +b missing node libelers +b missing node smuttier +b missing node proctorship +b missing node mislabelled +b missing node weighmaster +b missing node vastness +b missing node overdraws +b missing node disfunction +b missing node friarly +b missing node relearn +b missing node bottommost +b missing node overdrawn +b missing node wormer +b missing node specular +b missing node tangibly +b missing node pawnshop +b missing node propositions +b missing node connotations +b missing node inbound +b missing node referenda +b missing node longbows +b missing node tangible +b missing node hallmarks +b missing node desperado +b missing node children +b missing node journalese +b missing node foolishly +b missing node bouncily +b missing node homely +b missing node canthi +b missing node readapt +b missing node dugouts +b missing node curtailing +b missing node rebuttoning +b missing node pullback +b missing node reference +b missing node cardings +b missing node pistole +b missing node derelictions +b missing node reavowed +b missing node economical +b missing node frowsy +b missing node coached +b missing node pistols +b missing node electronics +b missing node underwriters +b missing node urbanizes +b missing node convoluted +b missing node libelees +b missing node homers +b missing node grifted +b missing node rebroadens +b missing node filibustered +b missing node immortalize +b missing node swashes +b missing node urbanized +b missing node grifter +b missing node residers +b missing node filibusterer +b missing node vivendi +b missing node ranchman +b missing node obstacles +b missing node wiseness +b missing node scenting +b missing node precedentless +b missing node execration +b missing node assignments +b missing node releasability +b missing node witlessness +b missing node appreciators +b missing node daylilies +b missing node cockatoos +b missing node engrailed +b missing node caltrop +b missing node abandonments +b missing node appreciatory +b missing node nonprotective +b missing node backfill +b missing node laryngeal +b missing node eluviating +b missing node serpent +b missing node abattoirs +b missing node nonprejudicially +b missing node wormed +b missing node planks +b missing node swashed +b missing node anklebones +b missing node conformational +b missing node orbitals +b missing node highlander +b missing node friendly +b missing node farriers +b missing node swasher +b missing node factual +b missing node underpinnings +b missing node farriery +b missing node quails +b missing node cantle +b missing node recreations +b missing node vaned +b missing node embordered +b missing node brasses +b missing node moods +b missing node oracularly +b missing node moseys +b missing node frowns +b missing node biophysicists +b missing node olibanums +b missing node ledge +b missing node resident +b missing node concretely +b missing node vanes +b missing node slewing +b missing node ledgy +b missing node partnered +b missing node ascertaining +b missing node situations +b missing node volplaning +b missing node evanishes +b missing node stronger +b missing node motoric +b missing node mollify +b missing node ranchmen +b missing node picture +b missing node vouchers +b missing node nutrition +b missing node charnel +b missing node mooed +b missing node suctions +b missing node moody +b missing node outstretch +b missing node stairways +b missing node immortality +b missing node idahoans +b missing node reseals +b missing node ravenously +b missing node mayorship +b missing node evanished +b missing node dispensaries +b missing node drenching +b missing node overdrank +b missing node sulpha +b missing node execrating +b missing node uncompetitive +b missing node cantos +b missing node saber +b missing node gleamiest +b missing node eschew +b missing node oxen +b missing node bouncier +b missing node canton +b missing node mooch +b missing node cantor +b missing node oxes +b missing node repousses +b missing node grandsirs +b missing node comebacks +b missing node bunker +b missing node bullshit +b missing node swizzling +b missing node stylizers +b missing node fiberizes +b missing node bunked +b missing node ravage +b missing node ritard +b missing node intoxications +b missing node terrines +b missing node vocalized +b missing node blowing +b missing node nutritive +b missing node valor +b missing node reclaiming +b missing node vocalizer +b missing node speculum +b missing node endogamy +b missing node gallows +b missing node vocalizes +b missing node blithe +b missing node reduplicatively +b missing node choirs +b missing node motored +b missing node adaptively +b missing node repeating +b missing node clientless +b missing node oddly +b missing node painting +b missing node sable +b missing node workload +b missing node honduran +b missing node kayoed +b missing node honduras +b missing node availabilities +b missing node routemen +b missing node praying +b missing node sesames +b missing node gristlier +b missing node kayoes +b missing node yids +b missing node canadianisms +b missing node trawler +b missing node harbingers +b missing node encounterers +b missing node loofahs +b missing node reproductively +b missing node misdirecting +b missing node disturbed +b missing node exploring +b missing node caesareans +b missing node misintelligence +b missing node holocene +b missing node dacoit +b missing node buoyant +b missing node nonradioactive +b missing node sabot +b missing node amphibian +b missing node integrating +b missing node conformations +b missing node perhapses +b missing node katharine +b missing node trawled +b missing node cursiveness +b missing node disturber +b missing node odder +b missing node corduroys +b missing node poise +b missing node reseats +b missing node sensation +b missing node skeptic +b missing node acquirement +b missing node rezoning +b missing node integration +b missing node shamans +b missing node degrease +b missing node shunpikers +b missing node skinless +b missing node quaint +b missing node routeman +b missing node sensating +b missing node twistings +b missing node fiberized +b missing node springers +b missing node zymurgy +b missing node margins +b missing node suavest +b missing node uprooter +b missing node monoploid +b missing node gallons +b missing node footings +b missing node metatarsi +b missing node sabra +b missing node caltrap +b missing node parmesan +b missing node rehandled +b missing node rodder +b missing node poachiest +b missing node unworkably +b missing node hospitably +b missing node splenic +b missing node formfeeds +b missing node kitharas +b missing node unworkable +b missing node rehandles +b missing node hospitable +b missing node debriefed +b missing node kinescope +b missing node aigrette +b missing node hoodooing +b missing node firefanged +b missing node commissar +b missing node galloot +b missing node burgling +b missing node ballooned +b missing node distrusts +b missing node autarky +b missing node uprooted +b missing node month +b missing node ballooner +b missing node rodded +b missing node streamlet +b missing node liberalities +b missing node picadores +b missing node utmost +b missing node arrantly +b missing node palefaces +b missing node unbleached +b missing node demountable +b missing node deepness +b missing node realest +b missing node tourers +b missing node handbags +b missing node saddening +b missing node ayes +b missing node valva +b missing node surplices +b missing node complexness +b missing node subpenas +b missing node tappings +b missing node additional +b missing node valve +b missing node unhardened +b missing node cowers +b missing node biorhythm +b missing node misdirection +b missing node liftoff +b missing node cohabit +b missing node portages +b missing node smuttily +b missing node resettled +b missing node accountability +b missing node uptight +b missing node deflators +b missing node instigate +b missing node footfalls +b missing node value +b missing node portaged +b missing node resettles +b missing node affidavit +b missing node achieves +b missing node oppositional +b missing node buoyage +b missing node loophole +b missing node achiever +b missing node raglan +b missing node attestator +b missing node approvals +b missing node curlings +b missing node excogitating +b missing node unexplained +b missing node crowning +b missing node laurelled +b missing node gapingly +b missing node fictionalize +b missing node gallops +b missing node monte +b missing node suspecter +b missing node sweetness +b missing node smutting +b missing node achieved +b missing node deringer +b missing node ladylike +b missing node zippier +b missing node jabberers +b missing node handball +b missing node ayah +b missing node misidentifications +b missing node wackiness +b missing node valse +b missing node refreezing +b missing node transcribe +b missing node dormer +b missing node offerable +b missing node saxony +b missing node saxons +b missing node garrets +b missing node copyreader +b missing node suspected +b missing node cladding +b missing node musculature +b missing node caballing +b missing node reweds +b missing node wordbook +b missing node pontifically +b missing node preregisters +b missing node lingerie +b missing node veterinaries +b missing node infuriatingly +b missing node suburban +b missing node timberlands +b missing node substratum +b missing node gipsying +b missing node bunkum +b missing node joshers +b missing node upstroke +b missing node regainers +b missing node rumpuses +b missing node zealous +b missing node owns +b missing node lachrymation +b missing node proverbed +b missing node woodworms +b missing node chaplets +b missing node choice +b missing node detests +b missing node immunological +b missing node gaels +b missing node absolutism +b missing node lashings +b missing node shiftiness +b missing node absolutist +b missing node editorializing +b missing node apathies +b missing node lingered +b missing node baleens +b missing node monsignori +b missing node zealots +b missing node frighted +b missing node monos +b missing node lingerer +b missing node frighten +b missing node foxy +b missing node brokers +b missing node bantered +b missing node dixieland +b missing node bloodroot +b missing node puffed +b missing node abridgments +b missing node banterer +b missing node mights +b missing node owls +b missing node mosaics +b missing node overladen +b missing node enamellers +b missing node overlades +b missing node beefsteak +b missing node veterinarian +b missing node puffer +b missing node soundproofing +b missing node monsignors +b missing node actualize +b missing node fowl +b missing node establishments +b missing node leery +b missing node overladed +b missing node slackening +b missing node hybrids +b missing node thwarts +b missing node leers +b missing node whitehall +b missing node petrel +b missing node militia +b missing node suburbed +b missing node arcuate +b missing node thinkers +b missing node blackeners +b missing node forum +b missing node bemoaned +b missing node suburbia +b missing node expelling +b missing node portability +b missing node aphrodisiac +b missing node sanguinary +b missing node retransferred +b missing node magisterialness +b missing node four +b missing node foul +b missing node bunkos +b missing node jargoned +b missing node disengaging +b missing node leipzig +b missing node forts +b missing node chambermaids +b missing node ethologies +b missing node forty +b missing node monks +b missing node mighty +b missing node waylaying +b missing node forth +b missing node forte +b missing node engirdles +b missing node mondo +b missing node paintier +b missing node monde +b missing node blowier +b missing node engirdled +b missing node larboard +b missing node puffin +b missing node fork +b missing node laminae +b missing node form +b missing node arborist +b missing node tetchier +b missing node calkers +b missing node trashiest +b missing node fort +b missing node laminal +b missing node laminas +b missing node laminar +b missing node joisting +b missing node acropolises +b missing node charmed +b missing node reconcentrate +b missing node forefathers +b missing node niacin +b missing node charmer +b missing node spaying +b missing node incensing +b missing node longboat +b missing node noncollapsable +b missing node money +b missing node fore +b missing node ford +b missing node fora +b missing node hogweeds +b missing node fops +b missing node owes +b missing node point +b missing node slatier +b missing node geomorphology +b missing node owed +b missing node transcript +b missing node foot +b missing node pythons +b missing node fool +b missing node upsurge +b missing node integrative +b missing node woodworks +b missing node hording +b missing node leeks +b missing node unwholesomely +b missing node postboys +b missing node font +b missing node uncontaminated +b missing node relinquishments +b missing node food +b missing node monad +b missing node racialists +b missing node mergansers +b missing node poilu +b missing node delirium +b missing node blarneys +b missing node absolution +b missing node insurability +b missing node tetchily +b missing node impermanence +b missing node fond +b missing node comported +b missing node actuality +b missing node sacks +b missing node arborize +b missing node forms +b missing node maypop +b missing node folk +b missing node consolatory +b missing node lividly +b missing node fold +b missing node tricentennial +b missing node forma +b missing node reweld +b missing node curvedly +b missing node gunrunning +b missing node axon +b missing node shortcomings +b missing node engramme +b missing node blackjacks +b missing node slanting +b missing node deemphasizing +b missing node didactically +b missing node urologists +b missing node macromania +b missing node vacuousness +b missing node sutras +b missing node susurruses +b missing node libellant +b missing node dayroom +b missing node empalers +b missing node pricker +b missing node blithered +b missing node pricked +b missing node expanders +b missing node delousing +b missing node poodles +b missing node shamble +b missing node whets +b missing node sanctuary +b missing node demander +b missing node raticides +b missing node gable +b missing node drillers +b missing node garlicky +b missing node doggers +b missing node serfdoms +b missing node gangplanks +b missing node demanded +b missing node doggery +b missing node aggress +b missing node flavonoid +b missing node prospects +b missing node willingly +b missing node delusive +b missing node afterlives +b missing node instigatingly +b missing node cosmology +b missing node dominoes +b missing node mover +b missing node moves +b missing node yeti +b missing node precedent +b missing node requites +b missing node herbivorously +b missing node consumer +b missing node consumes +b missing node consumed +b missing node magnets +b missing node skinks +b missing node requiter +b missing node magneto +b missing node requited +b missing node attainers +b missing node rebroaden +b missing node dissolving +b missing node veeringly +b missing node canvas +b missing node creche +b missing node miotic +b missing node gabon +b missing node byway +b missing node codpiece +b missing node wheys +b missing node linking +b missing node watchmakers +b missing node olympic +b missing node tutelage +b missing node frozen +b missing node putative +b missing node hanker +b missing node vamoose +b missing node olympia +b missing node preadjusts +b missing node proofs +b missing node bubbled +b missing node tincture +b missing node bondwomen +b missing node absolvers +b missing node zitherist +b missing node computerese +b missing node ladlefuls +b missing node yews +b missing node bubbles +b missing node bubbler +b missing node dapperly +b missing node whews +b missing node accelerator +b missing node trappings +b missing node diffidence +b missing node moved +b missing node inurn +b missing node indefiniteness +b missing node squinches +b missing node hanked +b missing node adroit +b missing node feudatories +b missing node squinched +b missing node inure +b missing node rockroses +b missing node postfaces +b missing node prickle +b missing node flayer +b missing node bimetallic +b missing node biaxal +b missing node requital +b missing node georgians +b missing node canalizing +b missing node miserly +b missing node prickly +b missing node whens +b missing node suborder +b missing node outworks +b missing node scallopers +b missing node recessionals +b missing node flayed +b missing node assortment +b missing node burglary +b missing node lifeless +b missing node subsoils +b missing node readdicted +b missing node burglars +b missing node bondwoman +b missing node transgressor +b missing node whelm +b missing node whelk +b missing node ganymede +b missing node ineffectual +b missing node skimpily +b missing node whelp +b missing node olympus +b missing node hackney +b missing node consults +b missing node quakiest +b missing node movie +b missing node enhancement +b missing node skimping +b missing node squelch +b missing node stubbliest +b missing node crowsteps +b missing node nutpick +b missing node unshackles +b missing node animated +b missing node ramification +b missing node where +b missing node unrenewed +b missing node tollbars +b missing node unshackled +b missing node caparison +b missing node systemize +b missing node durums +b missing node animater +b missing node animates +b missing node dapperer +b missing node underdrawers +b missing node patents +b missing node unswathe +b missing node pipetting +b missing node mohawks +b missing node petrography +b missing node fantails +b missing node sparsities +b missing node flavonols +b missing node recordable +b missing node hallooing +b missing node ganglia +b missing node retorting +b missing node suzerainty +b missing node pistils +b missing node frying +b missing node demineralizing +b missing node foremasts +b missing node impenitence +b missing node expressways +b missing node scouted +b missing node tutelary +b missing node rulers +b missing node ceramicist +b missing node uglifiers +b missing node snuffs +b missing node eikon +b missing node retorts +b missing node snuffy +b missing node barratry +b missing node vernacularly +b missing node yeah +b missing node yeas +b missing node year +b missing node muffin +b missing node unauthenticated +b missing node chidingly +b missing node underdeveloped +b missing node accoutering +b missing node scouter +b missing node subnormally +b missing node chanters +b missing node spearfish +b missing node exclaimed +b missing node adorners +b missing node exclaimer +b missing node senhores +b missing node wantoners +b missing node shucks +b missing node ciliates +b missing node annular +b missing node vitaminization +b missing node regulars +b missing node mound +b missing node borough +b missing node liviers +b missing node iraqis +b missing node muffle +b missing node redividing +b missing node mount +b missing node wireworm +b missing node transplants +b missing node wirework +b missing node fakeries +b missing node syrinxes +b missing node kudzu +b missing node foresightedly +b missing node ghouls +b missing node cosponsoring +b missing node staling +b missing node reordered +b missing node kindlers +b missing node muffed +b missing node fossa +b missing node billycan +b missing node lempira +b missing node impecuniously +b missing node fosse +b missing node nonmystically +b missing node gladsome +b missing node mouth +b missing node redevelopers +b missing node valet +b missing node kilning +b missing node concordance +b missing node noncentrally +b missing node vales +b missing node regulate +b missing node valid +b missing node mouse +b missing node salesrooms +b missing node girthed +b missing node pronto +b missing node yegg +b missing node objurgations +b missing node throwers +b missing node serigrapher +b missing node dodoes +b missing node kudus +b missing node annulet +b missing node annuler +b missing node disappoints +b missing node mousy +b missing node harsher +b missing node mourn +b missing node cytoplasmic +b missing node harshen +b missing node concave +b missing node animator +b missing node concavo +b missing node endocrine +b missing node performances +b missing node escarp +b missing node antipodeans +b missing node slushed +b missing node escars +b missing node slushes +b missing node towards +b missing node dinguses +b missing node folioed +b missing node segregates +b missing node depravities +b missing node ohioans +b missing node involvements +b missing node plaining +b missing node jingoisms +b missing node charnels +b missing node unaltered +b missing node gabby +b missing node sonnets +b missing node conclusion +b missing node pistoling +b missing node wetted +b missing node instrumentary +b missing node spinneret +b missing node escape +b missing node prongs +b missing node attitude +b missing node aztecan +b missing node blowgun +b missing node starting +b missing node chatelaines +b missing node wetter +b missing node smother +b missing node stereos +b missing node crowfeet +b missing node centralization +b missing node connivery +b missing node segregated +b missing node witcheries +b missing node quakes +b missing node quaker +b missing node colonization +b missing node justiceship +b missing node jitters +b missing node chanteys +b missing node skimps +b missing node successfully +b missing node connivers +b missing node quaked +b missing node realizable +b missing node arraign +b missing node jittery +b missing node accelerates +b missing node superintending +b missing node skimpy +b missing node unobtruding +b missing node hogsheads +b missing node accelerated +b missing node foreboded +b missing node castanet +b missing node upbringing +b missing node impearls +b missing node baseboards +b missing node foreboder +b missing node forebodes +b missing node ruffled +b missing node porpoises +b missing node sunbeams +b missing node coward +b missing node reportable +b missing node yelp +b missing node blunders +b missing node rotund +b missing node maliciously +b missing node yell +b missing node ciliated +b missing node ruffler +b missing node ruffles +b missing node sahib +b missing node seducers +b missing node jingoists +b missing node conclusive +b missing node witched +b missing node wabbles +b missing node gelling +b missing node bistable +b missing node rabelais +b missing node beheading +b missing node skeleton +b missing node oracle +b missing node bowknots +b missing node wabbled +b missing node satyric +b missing node satyrid +b missing node witches +b missing node wabbler +b missing node whammed +b missing node yens +b missing node entombed +b missing node pompano +b missing node senhoras +b missing node enlarge +b missing node kabukis +b missing node enviously +b missing node mycelial +b missing node fleetest +b missing node dominie +b missing node desolations +b missing node fret +b missing node miosis +b missing node midranges +b missing node stellify +b missing node free +b missing node saids +b missing node fred +b missing node mastications +b missing node lactating +b missing node monumentally +b missing node brigandage +b missing node chaotically +b missing node draggling +b missing node repaired +b missing node copyrights +b missing node geiger +b missing node adumbrate +b missing node editor +b missing node chinooks +b missing node scenario +b missing node repairer +b missing node instrumental +b missing node kiters +b missing node eroses +b missing node burgeoning +b missing node vocalisms +b missing node recompounded +b missing node renotified +b missing node unsaved +b missing node cryonic +b missing node gallied +b missing node terminally +b missing node cruxes +b missing node cellarer +b missing node renotifies +b missing node cellaret +b missing node refund +b missing node blackthorns +b missing node sphygmometer +b missing node gallies +b missing node excising +b missing node beebread +b missing node earthmoving +b missing node frau +b missing node flappable +b missing node fray +b missing node birchism +b missing node annulus +b missing node garrisoning +b missing node friz +b missing node piaster +b missing node quintiles +b missing node buoyancy +b missing node birching +b missing node resetters +b missing node frig +b missing node dealerships +b missing node buoyance +b missing node engirding +b missing node manually +b missing node instrumented +b missing node festered +b missing node excision +b missing node leanness +b missing node trinities +b missing node overexerts +b missing node mumbled +b missing node tellurium +b missing node antidotally +b missing node metamorphosing +b missing node molestation +b missing node gruelings +b missing node mumbles +b missing node mumbler +b missing node isologs +b missing node dualize +b missing node teratologist +b missing node gutting +b missing node pentagonal +b missing node flaxen +b missing node mignon +b missing node savourers +b missing node voraciously +b missing node agrarianism +b missing node vocalists +b missing node flaxes +b missing node moues +b missing node dualist +b missing node aughts +b missing node insignia +b missing node dualism +b missing node piastre +b missing node reawakenings +b missing node cassette +b missing node fouls +b missing node comfortingly +b missing node getable +b missing node duality +b missing node rankest +b missing node remandment +b missing node flaggers +b missing node peavies +b missing node surveyors +b missing node galling +b missing node overmaster +b missing node pekans +b missing node purring +b missing node surffish +b missing node tableland +b missing node matting +b missing node rankers +b missing node bracero +b missing node unexpected +b missing node refuel +b missing node bracers +b missing node heathiest +b missing node knaveries +b missing node unconstitutional +b missing node deterrers +b missing node mattins +b missing node edited +b missing node pensioned +b missing node tumulus +b missing node discomposure +b missing node troubleshooter +b missing node analytically +b missing node socially +b missing node miniatures +b missing node differ +b missing node driftages +b missing node pensioner +b missing node axemen +b missing node pensiones +b missing node alarums +b missing node beaufort +b missing node intensifiers +b missing node tumults +b missing node domines +b missing node refuge +b missing node curricula +b missing node hotnesses +b missing node fornicate +b missing node balminess +b missing node disloyalties +b missing node flapless +b missing node abasers +b missing node cellared +b missing node talcums +b missing node prenticing +b missing node frog +b missing node moult +b missing node from +b missing node enamelled +b missing node guttier +b missing node oralities +b missing node unplaced +b missing node frow +b missing node mould +b missing node felinity +b missing node disarmament +b missing node deterrent +b missing node unassessed +b missing node dwellings +b missing node enameller +b missing node prescribable +b missing node arrivers +b missing node bacons +b missing node outreach +b missing node fount +b missing node tumbrils +b missing node jabots +b missing node departing +b missing node culottes +b missing node janitors +b missing node bouncingly +b missing node found +b missing node nonmetallic +b missing node almonry +b missing node saith +b missing node calories +b missing node reformatted +b missing node benignancy +b missing node climates +b missing node arthritis +b missing node thereinafter +b missing node capablest +b missing node outlasting +b missing node stinkers +b missing node harrison +b missing node secondhand +b missing node mintiest +b missing node verdantly +b missing node singhalese +b missing node wheel +b missing node coalitioner +b missing node accessoriness +b missing node seacraft +b missing node prohibit +b missing node arthritic +b missing node impartially +b missing node motor +b missing node dunghills +b missing node haywires +b missing node resounding +b missing node rehydrating +b missing node gallium +b missing node degraders +b missing node selfed +b missing node distantly +b missing node leafier +b missing node qualmy +b missing node raging +b missing node freshness +b missing node dorsal +b missing node prompt +b missing node pudendum +b missing node qualms +b missing node reposing +b missing node honourer +b missing node solicitor +b missing node reenlighten +b missing node numbering +b missing node honoured +b missing node rotted +b missing node indirections +b missing node rotten +b missing node unreturned +b missing node lavender +b missing node dawdles +b missing node climatal +b missing node rotter +b missing node emigrate +b missing node dawdler +b missing node trimarans +b missing node imbibing +b missing node dawdled +b missing node reenlighted +b missing node rumblers +b missing node addressers +b missing node coalitional +b missing node gullable +b missing node wondrous +b missing node gullably +b missing node serendipitous +b missing node consent +b missing node seediness +b missing node crimpers +b missing node libelants +b missing node muscular +b missing node misconduct +b missing node grandpas +b missing node bonhomie +b missing node skills +b missing node forehooves +b missing node crease +b missing node satiate +b missing node misbehave +b missing node leafing +b missing node arsenous +b missing node shuddered +b missing node creasy +b missing node pediatrics +b missing node systemics +b missing node horsiest +b missing node massacred +b missing node sails +b missing node create +b missing node bonder +b missing node degeneracies +b missing node televiews +b missing node motto +b missing node bonded +b missing node frenetic +b missing node bumkins +b missing node thiamins +b missing node pointedness +b missing node scrimmages +b missing node eggplant +b missing node primming +b missing node scrimmaged +b missing node massacrer +b missing node mattocks +b missing node massacres +b missing node honorariums +b missing node cowboy +b missing node tangiest +b missing node delays +b missing node dismalest +b missing node unsoundest +b missing node saint +b missing node tingliest +b missing node thiamine +b missing node dominos +b missing node corrects +b missing node ajiva +b missing node disobeying +b missing node interposition +b missing node conferee +b missing node climatic +b missing node internally +b missing node gourami +b missing node flippancies +b missing node traduce +b missing node conservancy +b missing node relinquishers +b missing node extemporizes +b missing node parallels +b missing node pipelining +b missing node hampshire +b missing node mulattos +b missing node frag +b missing node kraken +b missing node righteous +b missing node ghanaians +b missing node dominus +b missing node fighting +b missing node groined +b missing node palace +b missing node frat +b missing node lactation +b missing node clambering +b missing node calorics +b missing node lustering +b missing node tzars +b missing node deferent +b missing node totalizator +b missing node gazing +b missing node extemporized +b missing node electorate +b missing node solicited +b missing node wheal +b missing node uruguayans +b missing node wheat +b missing node continuo +b missing node creamy +b missing node chillums +b missing node creams +b missing node madeiras +b missing node continua +b missing node insomuch +b missing node baldpates +b missing node continue +b missing node emigrant +b missing node patency +b missing node colewort +b missing node suttas +b missing node suchlike +b missing node ecocide +b missing node nowheres +b missing node bouncers +b missing node chewed +b missing node uptilts +b missing node stolonic +b missing node leasable +b missing node heptarch +b missing node creels +b missing node stators +b missing node ethanol +b missing node showgirls +b missing node deservingly +b missing node consign +b missing node pneuma +b missing node blowfly +b missing node brooklyn +b missing node scariness +b missing node caseworkers +b missing node hackled +b missing node realities +b missing node seditionists +b missing node coupling +b missing node debugs +b missing node hackler +b missing node hackles +b missing node laureate +b missing node wrongfully +b missing node geysers +b missing node madly +b missing node distincter +b missing node chewer +b missing node opposites +b missing node possessiveness +b missing node pillories +b missing node hamburg +b missing node bickerers +b missing node rigadoon +b missing node disemboweling +b missing node salubrious +b missing node stinking +b missing node pilloried +b missing node bavarian +b missing node monogamistic +b missing node wardens +b missing node reengages +b missing node impairing +b missing node hominy +b missing node reengaged +b missing node almoner +b missing node wrenching +b missing node founded +b missing node bonged +b missing node fovea +b missing node suttee +b missing node plaits +b missing node founder +b missing node creepy +b missing node slaters +b missing node unplanned +b missing node breasted +b missing node creeps +b missing node instr +b missing node almonds +b missing node zinkify +b missing node gearshift +b missing node colonels +b missing node homing +b missing node scavenges +b missing node scavenger +b missing node mountable +b missing node sturdiest +b missing node relinquishing +b missing node vulpine +b missing node reseeds +b missing node homily +b missing node binderies +b missing node benzoates +b missing node mishandling +b missing node refiltering +b missing node mulcting +b missing node reconciliator +b missing node baulkiest +b missing node prearmed +b missing node menhaden +b missing node scavenged +b missing node nipponese +b missing node peccary +b missing node forgetfully +b missing node consorting +b missing node rejectees +b missing node aggregates +b missing node decalcify +b missing node handouts +b missing node odium +b missing node madre +b missing node lecturing +b missing node nationalize +b missing node overdress +b missing node aggregated +b missing node warders +b missing node carburizes +b missing node insignias +b missing node snugly +b missing node appose +b missing node teahouses +b missing node endeavoured +b missing node nongregarious +b missing node genomic +b missing node creeds +b missing node reconciliated +b missing node precontrives +b missing node airtight +b missing node modernistic +b missing node precontrived +b missing node reinterpreted +b missing node sergeantcy +b missing node carburized +b missing node philandering +b missing node inducing +b missing node moths +b missing node reactionary +b missing node mothy +b missing node profaners +b missing node topless +b missing node subvocal +b missing node stinkier +b missing node distinctly +b missing node motif +b missing node ethanes +b missing node torquers +b missing node interbranch +b missing node effectually +b missing node addressees +b missing node nunquam +b missing node debunk +b missing node dustheap +b missing node motey +b missing node motes +b missing node motet +b missing node skyjacked +b missing node wifely +b missing node memorabilia +b missing node southpaws +b missing node dewdrop +b missing node mannishly +b missing node homier +b missing node editorializers +b missing node consist +b missing node charred +b missing node peccavi +b missing node gerontic +b missing node genomes +b missing node podia +b missing node boughed +b missing node spellbinding +b missing node grapefruit +b missing node skyjacker +b missing node adieux +b missing node corrigibility +b missing node startled +b missing node hubbies +b missing node smilingly +b missing node startles +b missing node spirochete +b missing node startler +b missing node creeks +b missing node bateau +b missing node leaflet +b missing node misgivings +b missing node civitas +b missing node wangler +b missing node wangles +b missing node notwithstanding +b missing node motel +b missing node generations +b missing node papoose +b missing node wangled +b missing node achiness +b missing node adieus +b missing node overestimate +b missing node inspectorial +b missing node complaining +b missing node dateline +b missing node gudgeon +b missing node reapplication +b missing node axeman +b missing node torpor +b missing node fishtails +b missing node broidered +b missing node charros +b missing node untruthfulness +b missing node faired +b missing node reinter +b missing node terrains +b missing node knockoff +b missing node libeling +b missing node fairer +b missing node examples +b missing node geegaws +b missing node peelable +b missing node habanera +b missing node exhibitant +b missing node subindexes +b missing node exampled +b missing node envisages +b missing node consortium +b missing node vindicative +b missing node mackinaws +b missing node smugness +b missing node interrace +b missing node heralds +b missing node decentralizes +b missing node tastefulness +b missing node bracelets +b missing node bongos +b missing node vermonters +b missing node podgy +b missing node envisaged +b missing node brooklet +b missing node decentralized +b missing node tokenisms +b missing node flavoury +b missing node classically +b missing node flavours +b missing node talmudist +b missing node anointers +b missing node profanely +b missing node fours +b missing node greenly +b missing node carbarn +b missing node select +b missing node vehement +b missing node oviparously +b missing node prolog +b missing node limerick +b missing node chocks +b missing node pacifiable +b missing node lifting +b missing node genghis +b missing node mosks +b missing node profiling +b missing node trinidad +b missing node typesetter +b missing node fitfully +b missing node disembowels +b missing node completeness +b missing node calendared +b missing node nationalist +b missing node foresting +b missing node symbolical +b missing node artemis +b missing node nationalism +b missing node frug +b missing node teratologies +b missing node thurifers +b missing node percentage +b missing node divinize +b missing node curatorial +b missing node pounder +b missing node inquiring +b missing node trooping +b missing node debuts +b missing node nationality +b missing node pounded +b missing node emotionalism +b missing node bacillus +b missing node connectively +b missing node containerized +b missing node vouching +b missing node prolix +b missing node flaunts +b missing node interlining +b missing node flaunty +b missing node emotionalist +b missing node effendis +b missing node homebreds +b missing node vindication +b missing node emotionality +b missing node unbinding +b missing node corrosively +b missing node amativeness +b missing node improvements +b missing node containerizes +b missing node baaing +b missing node bytes +b missing node serializes +b missing node libelist +b missing node tenability +b missing node torpid +b missing node vindicating +b missing node dryable +b missing node fairly +b missing node efflux +b missing node semiyearly +b missing node serialized +b missing node barkless +b missing node rerecord +b missing node inset +b missing node basseted +b missing node mormons +b missing node platypus +b missing node likeable +b missing node ghosts +b missing node ghosty +b missing node outflank +b missing node isthmian +b missing node civisms +b missing node disentitling +b missing node painters +b missing node sulphurs +b missing node decouple +b missing node sulphury +b missing node proles +b missing node liaise +b missing node greener +b missing node unskillfully +b missing node residing +b missing node fillmore +b missing node unprepossessing +b missing node kerchief +b missing node sullen +b missing node greened +b missing node mosts +b missing node mosaic +b missing node prominences +b missing node madam +b missing node passionate +b missing node knockout +b missing node safes +b missing node sergeantships +b missing node safer +b missing node deportation +b missing node mossy +b missing node emotionalize +b missing node laplander +b missing node inkstand +b missing node preachy +b missing node inquiries +b missing node congeals +b missing node blowers +b missing node greasiest +b missing node confusional +b missing node roomettes +b missing node adopting +b missing node importable +b missing node randomize +b missing node avianize +b missing node salsify +b missing node yenned +b missing node risotto +b missing node ejecting +b missing node pantheists +b missing node achieving +b missing node flabbily +b missing node fowls +b missing node adjunctly +b missing node corkwood +b missing node fleabite +b missing node macks +b missing node divining +b missing node pharisaical +b missing node streusel +b missing node oversubscription +b missing node xeroxing +b missing node approvers +b missing node liquefacient +b missing node hackmen +b missing node zestfulness +b missing node machs +b missing node leave +b missing node intra +b missing node immaterial +b missing node expellers +b missing node macho +b missing node philanders +b missing node sounder +b missing node adoption +b missing node ministries +b missing node misshaping +b missing node cheval +b missing node preadjustable +b missing node privater +b missing node acutes +b missing node byplay +b missing node acuter +b missing node quando +b missing node intro +b missing node sounded +b missing node flatboats +b missing node adsorbates +b missing node privates +b missing node autobuses +b missing node warships +b missing node cookout +b missing node fowlings +b missing node pannikin +b missing node uncapped +b missing node least +b missing node lostness +b missing node schoolmarm +b missing node sherbert +b missing node rethreads +b missing node cheated +b missing node seldom +b missing node siphonage +b missing node faggoting +b missing node apolitically +b missing node leary +b missing node reward +b missing node learn +b missing node poets +b missing node schoolmate +b missing node posting +b missing node accuracies +b missing node leash +b missing node rewarm +b missing node desperados +b missing node lease +b missing node credos +b missing node remember +b missing node flabbier +b missing node poesy +b missing node viaduct +b missing node rachitic +b missing node ejection +b missing node margent +b missing node milliohms +b missing node madeira +b missing node embolisms +b missing node sherbets +b missing node chromatographic +b missing node fierceness +b missing node workdays +b missing node fictions +b missing node miriness +b missing node rewash +b missing node submersible +b missing node refusing +b missing node halitosis +b missing node leaps +b missing node sagas +b missing node rejoinders +b missing node leapt +b missing node prounion +b missing node egger +b missing node gearings +b missing node maced +b missing node cheater +b missing node egged +b missing node murexes +b missing node rachitis +b missing node debtee +b missing node nonwhites +b missing node macer +b missing node maces +b missing node employment +b missing node adoptive +b missing node reseller +b missing node ferlies +b missing node reexaminations +b missing node puberties +b missing node mosey +b missing node macro +b missing node unclasped +b missing node cobaltic +b missing node foreruns +b missing node rockfalls +b missing node debtor +b missing node boners +b missing node cinches +b missing node inheres +b missing node anarchies +b missing node epigrammatic +b missing node padishahs +b missing node reality +b missing node miscuing +b missing node phonogrammic +b missing node pressing +b missing node cinched +b missing node biting +b missing node thinking +b missing node studiers +b missing node inhered +b missing node incision +b missing node episcopalian +b missing node semester +b missing node scraggy +b missing node pernicious +b missing node blackening +b missing node dereliction +b missing node horseshoe +b missing node fermentations +b missing node serigraph +b missing node implausibleness +b missing node realist +b missing node maidenly +b missing node lightering +b missing node realism +b missing node realise +b missing node formalistically +b missing node grooving +b missing node blanching +b missing node visitations +b missing node harshly +b missing node hypoing +b missing node girting +b missing node avowedly +b missing node overkills +b missing node restlessly +b missing node charitableness +b missing node realize +b missing node clothesline +b missing node despatch +b missing node fondling +b missing node fucking +b missing node slogging +b missing node poems +b missing node imbalances +b missing node disburden +b missing node credit +b missing node suture +b missing node mycelium +b missing node cannonading +b missing node fleeting +b missing node uninterrupted +b missing node inherit +b missing node liquid +b missing node wobbler +b missing node hornpipe +b missing node wobbles +b missing node kraits +b missing node inelastic +b missing node tomorrows +b missing node manufactory +b missing node auctioneer +b missing node hackman +b missing node corroboratively +b missing node deterged +b missing node divinise +b missing node oxymoron +b missing node throwing +b missing node whitehead +b missing node trendiest +b missing node unpersuaded +b missing node deterger +b missing node deterges +b missing node macle +b missing node underwriting +b missing node undistributed +b missing node incising +b missing node henbane +b missing node semipermeable +b missing node skeletal +b missing node endogeny +b missing node divinity +b missing node moses +b missing node kudos +b missing node journeyer +b missing node patella +b missing node indurated +b missing node rabbinate +b missing node defectors +b missing node slickly +b missing node elastin +b missing node exampling +b missing node giggled +b missing node ragged +b missing node giggler +b missing node indurates +b missing node knouted +b missing node leafs +b missing node foggages +b missing node foundry +b missing node leafy +b missing node giggles +b missing node bioassays +b missing node matthew +b missing node enjoinders +b missing node eavesdrops +b missing node journeyed +b missing node tramcars +b missing node aleutians +b missing node elastic +b missing node customarily +b missing node polygamists +b missing node shrimpers +b missing node sixteenths +b missing node groovier +b missing node quants +b missing node professionalists +b missing node pincushions +b missing node sensoria +b missing node extrudes +b missing node hodads +b missing node extruder +b missing node servings +b missing node leads +b missing node moron +b missing node quanti +b missing node abrasives +b missing node leady +b missing node tradeable +b missing node cuirassed +b missing node medullary +b missing node morns +b missing node billowed +b missing node cortisone +b missing node cuirasses +b missing node sagos +b missing node wobbled +b missing node extruded +b missing node portable +b missing node concocted +b missing node labella +b missing node savaged +b missing node heroically +b missing node nostrums +b missing node blandishment +b missing node gorgers +b missing node disemploy +b missing node mortarboard +b missing node skimpier +b missing node attaining +b missing node savager +b missing node transgresses +b missing node savages +b missing node shorthand +b missing node harelike +b missing node schoolbag +b missing node obsoletely +b missing node quanta +b missing node however +b missing node leach +b missing node lawgiving +b missing node uninhibitedly +b missing node portably +b missing node sahara +b missing node liquor +b missing node ethnically +b missing node upkeep +b missing node gorgets +b missing node winnowing +b missing node sheering +b missing node thespians +b missing node toroid +b missing node xiphoids +b missing node incisive +b missing node transgressed +b missing node gonorrhea +b missing node administratrices +b missing node pouncer +b missing node pounces +b missing node spectrometers +b missing node nonclerically +b missing node stridency +b missing node inter +b missing node catarrhal +b missing node pounced +b missing node intel +b missing node dilatory +b missing node cripples +b missing node ejective +b missing node reendowing +b missing node slicked +b missing node dilators +b missing node suffragist +b missing node cachalot +b missing node foresails +b missing node encountering +b missing node peavey +b missing node tusches +b missing node wisterias +b missing node leant +b missing node pilsner +b missing node leans +b missing node akvavits +b missing node pedicabs +b missing node geminis +b missing node harelips +b missing node raggle +b missing node legalizations +b missing node macaw +b missing node bubbies +b missing node halitoses +b missing node pedicured +b missing node raincoat +b missing node alkalinizing +b missing node schoolboy +b missing node mileages +b missing node raptorial +b missing node sages +b missing node sager +b missing node labeler +b missing node pedicures +b missing node nontypical +b missing node windowless +b missing node equivocality +b missing node anarchist +b missing node anarchism +b missing node labeled +b missing node trailers +b missing node beetroot +b missing node bonanzas +b missing node soundly +b missing node slicker +b missing node supportless +b missing node fryers +b missing node remedying +b missing node saggy +b missing node osteitic +b missing node hankie +b missing node willinger +b missing node whereunto +b missing node osteitis +b missing node nonplussing +b missing node leaks +b missing node tripled +b missing node remonstrantly +b missing node leaky +b missing node morph +b missing node delusion +b missing node refolds +b missing node geyser +b missing node inbreeding +b missing node deliciously +b missing node sulked +b missing node triplex +b missing node sulker +b missing node triples +b missing node triplet +b missing node quavered +b missing node morse +b missing node rainwears +b missing node nonremunerative +b missing node miniature +b missing node lapful +b missing node quaverer +b missing node ytterbium +b missing node printers +b missing node printery +b missing node rejecters +b missing node skinny +b missing node rewrote +b missing node knurliest +b missing node realign +b missing node crippler +b missing node expellees +b missing node dairymaid +b missing node gravure +b missing node insinuate +b missing node fumigators +b missing node crippled +b missing node newcomer +b missing node horsepowers +b missing node yodellers +b missing node advocacy +b missing node approving +b missing node grandad +b missing node titrators +b missing node revaluated +b missing node upheave +b missing node unaccountable +b missing node logos +b missing node titaness +b missing node stickman +b missing node schooled +b missing node degenerate +b missing node unbuttons +b missing node effectors +b missing node grandam +b missing node unaccountably +b missing node coolest +b missing node sleeve +b missing node statuting +b missing node guiro +b missing node incandescence +b missing node creamier +b missing node toxicologist +b missing node indited +b missing node manageress +b missing node theocrat +b missing node rejection +b missing node tripper +b missing node gauntlet +b missing node sneered +b missing node globally +b missing node asphyxiant +b missing node womanish +b missing node elephants +b missing node unharvested +b missing node ringneck +b missing node barbwires +b missing node indites +b missing node mineable +b missing node wellbeing +b missing node inditer +b missing node tripped +b missing node guise +b missing node clammiest +b missing node airborne +b missing node roughcast +b missing node degradedly +b missing node revaluates +b missing node scrimps +b missing node scrimpy +b missing node grandee +b missing node unclouded +b missing node rechecking +b missing node enlisting +b missing node despondency +b missing node theorizers +b missing node squirming +b missing node pondered +b missing node grander +b missing node enactor +b missing node guilt +b missing node ponderer +b missing node unrehearsed +b missing node mightiest +b missing node epochal +b missing node dissentients +b missing node headwater +b missing node cutlass +b missing node craning +b missing node deodorizers +b missing node wifedom +b missing node sneerer +b missing node parasols +b missing node despondence +b missing node radiologists +b missing node cynicism +b missing node creamily +b missing node porticoes +b missing node workless +b missing node griddles +b missing node premiership +b missing node grapevine +b missing node sightliest +b missing node coolers +b missing node shogged +b missing node heliums +b missing node reshipments +b missing node rowdyism +b missing node griddled +b missing node coagency +b missing node countian +b missing node frolicky +b missing node vizards +b missing node dehumanize +b missing node rowdyish +b missing node reached +b missing node misrepresent +b missing node universally +b missing node lamppost +b missing node landscaping +b missing node reacher +b missing node reaches +b missing node rasps +b missing node wheelbase +b missing node porticoed +b missing node unjudicial +b missing node metered +b missing node raspy +b missing node purls +b missing node accessed +b missing node cantilevers +b missing node facileness +b missing node laboriousness +b missing node halogen +b missing node accesses +b missing node vadis +b missing node purge +b missing node upturn +b missing node screwball +b missing node steamering +b missing node councilmen +b missing node conforms +b missing node filters +b missing node purim +b missing node hangar +b missing node uprisers +b missing node counties +b missing node aimer +b missing node thought +b missing node epitaph +b missing node immesh +b missing node jadedness +b missing node daringly +b missing node inaptness +b missing node aimed +b missing node wheezed +b missing node manpack +b missing node semidaily +b missing node teletype +b missing node sleeps +b missing node savvies +b missing node wiglet +b missing node dampness +b missing node oppositionists +b missing node wheezer +b missing node warning +b missing node wheezes +b missing node mistranscribed +b missing node urologist +b missing node retuning +b missing node stickmen +b missing node thymier +b missing node pram +b missing node awesomely +b missing node savvied +b missing node authored +b missing node prat +b missing node pray +b missing node sleepy +b missing node grandma +b missing node squirmier +b missing node calamitous +b missing node ellipse +b missing node buffeted +b missing node asphyxiate +b missing node rookeries +b missing node grandly +b missing node outhouse +b missing node buffeter +b missing node councilman +b missing node interjections +b missing node leggiest +b missing node harvesting +b missing node catnapped +b missing node junketeer +b missing node fondlers +b missing node purer +b missing node grandpa +b missing node vocals +b missing node clinicians +b missing node exudation +b missing node forthrightness +b missing node matronliness +b missing node puree +b missing node rassling +b missing node druthers +b missing node herbariums +b missing node whopped +b missing node sleety +b missing node sleets +b missing node whopper +b missing node ozonize +b missing node hanger +b missing node conservator +b missing node toastier +b missing node hanged +b missing node vignettists +b missing node urologies +b missing node uncourteous +b missing node nitritoid +b missing node prepackaged +b missing node gropingly +b missing node birrettas +b missing node raggedness +b missing node iceboats +b missing node waistcoats +b missing node prepackages +b missing node seaplanes +b missing node nanking +b missing node curiosa +b missing node nankins +b missing node prey +b missing node pres +b missing node stickiness +b missing node prep +b missing node commence +b missing node menacers +b missing node scurrilous +b missing node crickets +b missing node advocate +b missing node indecisively +b missing node vertigines +b missing node ravish +b missing node machinery +b missing node reformed +b missing node diabolical +b missing node accelerative +b missing node snubbiest +b missing node shoaling +b missing node hankering +b missing node skiings +b missing node surliness +b missing node cantoning +b missing node husbandlike +b missing node wrens +b missing node rates +b missing node rater +b missing node reformer +b missing node amnestic +b missing node enlightenments +b missing node besmirchers +b missing node rated +b missing node geophysics +b missing node spindlers +b missing node lateral +b missing node wrest +b missing node sensationally +b missing node infuriate +b missing node capacitating +b missing node inhabitability +b missing node triage +b missing node curious +b missing node rescuer +b missing node czardoms +b missing node rescued +b missing node subminiature +b missing node prix +b missing node foresheets +b missing node unpolluted +b missing node censusing +b missing node riskiness +b missing node thymine +b missing node serviette +b missing node capacitation +b missing node interfiled +b missing node guttiest +b missing node lightning +b missing node prim +b missing node prig +b missing node hunkers +b missing node interfiles +b missing node peskiness +b missing node ratch +b missing node dominance +b missing node exudative +b missing node deputes +b missing node additive +b missing node gratifyingly +b missing node reciprocals +b missing node polarity +b missing node frostwork +b missing node deputed +b missing node reacquire +b missing node triads +b missing node rectifying +b missing node hostelers +b missing node monoplanes +b missing node unsuggestive +b missing node glooms +b missing node disavowed +b missing node ravine +b missing node raving +b missing node recognizance +b missing node rescues +b missing node statelessness +b missing node consular +b missing node violinists +b missing node revulsions +b missing node carrageenin +b missing node trivalve +b missing node gloomy +b missing node canonists +b missing node hereupon +b missing node deskmen +b missing node everything +b missing node kneads +b missing node ruthlessly +b missing node transoceanic +b missing node duodena +b missing node legumes +b missing node hakeems +b missing node basswood +b missing node attracts +b missing node underdress +b missing node polarize +b missing node conservationists +b missing node wobegone +b missing node beetroots +b missing node marinate +b missing node walleyes +b missing node halogenous +b missing node subdeacons +b missing node shoalier +b missing node egalites +b missing node magnesias +b missing node culminating +b missing node prof +b missing node magnesian +b missing node coiners +b missing node womanize +b missing node accelerating +b missing node mongrels +b missing node presentence +b missing node proc +b missing node smothering +b missing node prod +b missing node prow +b missing node tempestuously +b missing node bottomless +b missing node refreezes +b missing node prop +b missing node sabering +b missing node cranium +b missing node pron +b missing node ottomans +b missing node prom +b missing node pros +b missing node walleyed +b missing node greenbelt +b missing node agitato +b missing node evaluators +b missing node agitate +b missing node purse +b missing node orchardists +b missing node directest +b missing node acceleration +b missing node farces +b missing node senescent +b missing node farcer +b missing node eradications +b missing node quipped +b missing node hawkbill +b missing node reecho +b missing node purrs +b missing node junketers +b missing node farced +b missing node invertors +b missing node excruciate +b missing node councillor +b missing node mucker +b missing node bipolarity +b missing node pursy +b missing node mucked +b missing node deskman +b missing node orality +b missing node trotting +b missing node corsets +b missing node nonfiction +b missing node perfectible +b missing node madness +b missing node fielding +b missing node infertile +b missing node mohairs +b missing node hangup +b missing node preventiveness +b missing node perchers +b missing node reciprocate +b missing node liquefying +b missing node backbiters +b missing node excepts +b missing node moonbow +b missing node suffrage +b missing node messmate +b missing node sluggard +b missing node winterkills +b missing node ultimately +b missing node addition +b missing node enacted +b missing node marinara +b missing node saddlebags +b missing node flexitime +b missing node transgressions +b missing node redemptioner +b missing node legless +b missing node jeopardy +b missing node giddiness +b missing node shaitans +b missing node ulcerations +b missing node microinstruction +b missing node luminescing +b missing node pussy +b missing node tripods +b missing node adventuring +b missing node suntanned +b missing node adjudging +b missing node jackknifing +b missing node squanderers +b missing node classifications +b missing node famously +b missing node pathetically +b missing node subdepartments +b missing node acridly +b missing node papules +b missing node attainder +b missing node tonsure +b missing node unitedly +b missing node recallers +b missing node babcock +b missing node cession +b missing node strobilization +b missing node shellacking +b missing node comments +b missing node hardstand +b missing node potentialities +b missing node rocked +b missing node patroller +b missing node rocker +b missing node rocket +b missing node superjets +b missing node offside +b missing node cessing +b missing node benumbed +b missing node trowsers +b missing node miauled +b missing node ravelling +b missing node partway +b missing node semimonthly +b missing node vulgarians +b missing node scolder +b missing node perjurious +b missing node scourge +b missing node scourer +b missing node illustrious +b missing node wiggeries +b missing node warmongers +b missing node topcrosses +b missing node towelings +b missing node scolded +b missing node unethically +b missing node papular +b missing node vocatively +b missing node fatback +b missing node conrail +b missing node vaporous +b missing node antiphon +b missing node obligator +b missing node reemergence +b missing node southeastwardly +b missing node sullener +b missing node locksmiths +b missing node scoured +b missing node laying +b missing node patrolled +b missing node shackle +b missing node parking +b missing node wildest +b missing node aether +b missing node aphoristically +b missing node almandines +b missing node mastodon +b missing node disavowal +b missing node oughted +b missing node singlets +b missing node stereoing +b missing node tellingly +b missing node deliver +b missing node therefrom +b missing node rivalled +b missing node earnestly +b missing node amassing +b missing node skateboards +b missing node wilders +b missing node indiscretion +b missing node calculatingly +b missing node uncertainly +b missing node obligates +b missing node tripoli +b missing node omnium +b missing node pinnated +b missing node impacters +b missing node obligated +b missing node marinade +b missing node carryouts +b missing node gillied +b missing node constrains +b missing node constraint +b missing node verbalization +b missing node heritrix +b missing node neighboring +b missing node gillies +b missing node preciosities +b missing node fondues +b missing node pushy +b missing node eohippuses +b missing node costumers +b missing node malapertness +b missing node suckled +b missing node aviatrices +b missing node suckler +b missing node oratorical +b missing node gastrology +b missing node suckles +b missing node inelegant +b missing node reformat +b missing node extremities +b missing node murkiest +b missing node carrageenan +b missing node tattiest +b missing node commends +b missing node instruct +b missing node tippers +b missing node presifts +b missing node shunting +b missing node splurging +b missing node rarer +b missing node trials +b missing node malayan +b missing node offering +b missing node league +b missing node faulted +b missing node studdings +b missing node subprovinces +b missing node magnesium +b missing node alkalis +b missing node rammish +b missing node episodes +b missing node alkalin +b missing node tippets +b missing node crossbreeds +b missing node alkalic +b missing node giants +b missing node recontested +b missing node rustless +b missing node bobsled +b missing node intactness +b missing node perseverance +b missing node headpins +b missing node nervosity +b missing node acidity +b missing node wraths +b missing node thrusts +b missing node wrathy +b missing node revolutionary +b missing node rustlers +b missing node tapsters +b missing node guide +b missing node faultfinders +b missing node intervenes +b missing node intervener +b missing node satrapy +b missing node tricklier +b missing node satraps +b missing node bicolour +b missing node foils +b missing node rickeys +b missing node intervened +b missing node tabletted +b missing node opacity +b missing node repayable +b missing node acidify +b missing node gilling +b missing node signorinas +b missing node homogeneous +b missing node critter +b missing node noggins +b missing node severs +b missing node semitones +b missing node disuniting +b missing node adhering +b missing node sheriffdom +b missing node ascenders +b missing node sarabands +b missing node mathematic +b missing node disjuncts +b missing node deoxidize +b missing node calumny +b missing node splashed +b missing node smarted +b missing node exacerbatingly +b missing node smarter +b missing node importation +b missing node smarten +b missing node splasher +b missing node splashes +b missing node pauper +b missing node corvettes +b missing node raser +b missing node entrustment +b missing node rases +b missing node episodic +b missing node athirst +b missing node uniquer +b missing node surplusage +b missing node unrested +b missing node rased +b missing node subnucleus +b missing node uniques +b missing node kibbling +b missing node urbanest +b missing node sulfuryls +b missing node hormone +b missing node ramming +b missing node sleeks +b missing node engirdling +b missing node doodads +b missing node pendently +b missing node gadabouts +b missing node fusiliers +b missing node misogynist +b missing node starchiest +b missing node outgrowths +b missing node whacker +b missing node cogitative +b missing node dissevered +b missing node cornballs +b missing node burnout +b missing node toasting +b missing node historicity +b missing node bicolors +b missing node cranker +b missing node unsphering +b missing node urbanely +b missing node sevens +b missing node godding +b missing node lubberly +b missing node tribes +b missing node cranked +b missing node disharmonious +b missing node pigment +b missing node optimists +b missing node speechless +b missing node gruffish +b missing node smartie +b missing node unpiling +b missing node timpani +b missing node chairmaned +b missing node insolvent +b missing node sensationalists +b missing node cooperate +b missing node calefacient +b missing node reembody +b missing node persimmon +b missing node severe +b missing node foins +b missing node witheringly +b missing node whacked +b missing node engrafts +b missing node lifters +b missing node besetter +b missing node galleys +b missing node tight +b missing node insubordinately +b missing node unfeminine +b missing node wildfowls +b missing node staving +b missing node kidder +b missing node handyman +b missing node mahjongs +b missing node guile +b missing node considers +b missing node guild +b missing node mezzanines +b missing node midlegs +b missing node hutching +b missing node poetries +b missing node muleteers +b missing node disunities +b missing node mortgage +b missing node defamers +b missing node researches +b missing node researcher +b missing node shrivelling +b missing node tribal +b missing node conveniently +b missing node mahjongg +b missing node pertest +b missing node reconsigns +b missing node saxonies +b missing node predusks +b missing node repenters +b missing node tiger +b missing node bedazzling +b missing node pandowdies +b missing node cooperage +b missing node brutalness +b missing node capitulating +b missing node delfts +b missing node dayglow +b missing node foist +b missing node rickets +b missing node smartly +b missing node flivver +b missing node kiddie +b missing node cumuli +b missing node trickling +b missing node emendation +b missing node rickety +b missing node whipsawed +b missing node waterproofed +b missing node inflected +b missing node draggled +b missing node fastness +b missing node patrolman +b missing node soulfully +b missing node waterproofer +b missing node spoofed +b missing node dewatering +b missing node aiders +b missing node prearrangement +b missing node calumet +b missing node shacker +b missing node draggles +b missing node handymen +b missing node stabilities +b missing node manifestoes +b missing node capitulation +b missing node tramming +b missing node tailskids +b missing node unremorsefully +b missing node rancidity +b missing node sliding +b missing node dickenses +b missing node safari +b missing node subtasks +b missing node nonpermeable +b missing node imposingly +b missing node peaveys +b missing node fumers +b missing node expunge +b missing node emendating +b missing node cogitating +b missing node loins +b missing node archaized +b missing node crittur +b missing node researched +b missing node rejecting +b missing node envelop +b missing node cogitation +b missing node frescoed +b missing node kidded +b missing node psst +b missing node frescoer +b missing node frescoes +b missing node shacked +b missing node converging +b missing node fumets +b missing node archaizes +b missing node slivering +b missing node hissings +b missing node manifestoed +b missing node ainus +b missing node sullenly +b missing node ranchers +b missing node tenours +b missing node gramercy +b missing node upbraids +b missing node plazas +b missing node indictably +b missing node refractometry +b missing node unship +b missing node leaked +b missing node uprousing +b missing node puton +b missing node infirmity +b missing node dehumanizing +b missing node acquisitively +b missing node leaker +b missing node playgirls +b missing node healthful +b missing node sedans +b missing node hemispheres +b missing node goddess +b missing node acrostic +b missing node dosing +b missing node parkinsonism +b missing node chicness +b missing node ranchero +b missing node sinistrally +b missing node topsoil +b missing node buckramed +b missing node mediates +b missing node cannulas +b missing node disuniters +b missing node mediated +b missing node peppercorns +b missing node ascending +b missing node frostbite +b missing node marriages +b missing node intrenches +b missing node teratophobia +b missing node underproducing +b missing node oubliette +b missing node noontimes +b missing node intrenched +b missing node indictable +b missing node cannulae +b missing node amerce +b missing node mycologist +b missing node chasers +b missing node calculous +b missing node broadcast +b missing node bikini +b missing node outfielder +b missing node umbilici +b missing node iranians +b missing node defoliation +b missing node bestowing +b missing node champagnes +b missing node enlivens +b missing node dioxane +b missing node abatable +b missing node bushels +b missing node climate +b missing node outfielded +b missing node nepotistic +b missing node potions +b missing node suppressions +b missing node mendable +b missing node sacredness +b missing node apnoea +b missing node discern +b missing node kiddos +b missing node reenactment +b missing node undercapitalized +b missing node opacify +b missing node biking +b missing node assonances +b missing node manicured +b missing node manicures +b missing node reallocates +b missing node chronicle +b missing node dirigible +b missing node rikshaw +b missing node farads +b missing node galleon +b missing node delights +b missing node rikshas +b missing node stoolies +b missing node emblazons +b missing node reflections +b missing node hereunto +b missing node deerskin +b missing node foretoken +b missing node nonrealistic +b missing node marquess +b missing node tikes +b missing node sizeable +b missing node unencumbered +b missing node ammunition +b missing node putty +b missing node sunfish +b missing node haloids +b missing node funniest +b missing node infirming +b missing node sizeably +b missing node ceria +b missing node therefore +b missing node defoliating +b missing node burbliest +b missing node eternal +b missing node putts +b missing node limestone +b missing node transplanters +b missing node spawner +b missing node sandfishes +b missing node honeybees +b missing node bunkerage +b missing node chugging +b missing node binocularly +b missing node seawalls +b missing node consequentially +b missing node guidable +b missing node bugbearish +b missing node disarmers +b missing node isolate +b missing node sandiness +b missing node juicer +b missing node juices +b missing node canyon +b missing node inconcealable +b missing node establishing +b missing node contortionistic +b missing node dehydrator +b missing node spawned +b missing node compensate +b missing node juiced +b missing node magpie +b missing node outboasts +b missing node emeritus +b missing node unshod +b missing node ricking +b missing node utensils +b missing node seventeenth +b missing node ceres +b missing node keyboards +b missing node quittances +b missing node facilitated +b missing node gallery +b missing node imprecator +b missing node cruelest +b missing node redistrict +b missing node sedate +b missing node gangrel +b missing node cered +b missing node kiting +b missing node maximal +b missing node distortions +b missing node refuting +b missing node facilitates +b missing node cowardliness +b missing node gamesome +b missing node gossamers +b missing node depravity +b missing node buffered +b missing node croquets +b missing node unshut +b missing node hazarding +b missing node numskulls +b missing node retailer +b missing node outcrop +b missing node practically +b missing node retailed +b missing node billionths +b missing node schoolrooms +b missing node oilbirds +b missing node krishna +b missing node pensively +b missing node preferability +b missing node hopscotch +b missing node disparagingly +b missing node pleasure +b missing node depraving +b missing node pompously +b missing node coextensively +b missing node thruput +b missing node hemispheric +b missing node overdeveloping +b missing node grizzliest +b missing node bruises +b missing node bruiser +b missing node pilings +b missing node quavery +b missing node stooling +b missing node drosses +b missing node meteors +b missing node quavers +b missing node arrest +b missing node bruised +b missing node photoplays +b missing node penguins +b missing node pretentious +b missing node outyelling +b missing node prizing +b missing node electrons +b missing node deescalations +b missing node iodin +b missing node ferocities +b missing node numerology +b missing node inject +b missing node modify +b missing node enrich +b missing node jennies +b missing node disenthrall +b missing node sharpening +b missing node ravenings +b missing node malarious +b missing node moderately +b missing node refractometer +b missing node compends +b missing node cravenness +b missing node calcining +b missing node oafishly +b missing node backfilled +b missing node haloing +b missing node pinning +b missing node prorated +b missing node vietcong +b missing node belgians +b missing node churches +b missing node appreciative +b missing node marquees +b missing node sledge +b missing node dehydrates +b missing node noninformative +b missing node singling +b missing node balefully +b missing node churched +b missing node gladlier +b missing node quitting +b missing node glaciered +b missing node dilation +b missing node outcries +b missing node adventurers +b missing node trusteed +b missing node beflags +b missing node exerts +b missing node nuptially +b missing node ethiopians +b missing node methodologies +b missing node outcried +b missing node endocrinous +b missing node grouches +b missing node angelfishes +b missing node trustees +b missing node bursters +b missing node ratiocinative +b missing node saturnine +b missing node dilating +b missing node capsular +b missing node prebend +b missing node adventuress +b missing node inflationists +b missing node grouched +b missing node performable +b missing node lighting +b missing node imprests +b missing node blimpish +b missing node prudishly +b missing node abeyant +b missing node unverified +b missing node climbed +b missing node ricketiest +b missing node roofline +b missing node cocktailed +b missing node thinned +b missing node tricot +b missing node maidservant +b missing node knotty +b missing node nonconductor +b missing node incursions +b missing node litoral +b missing node floatage +b missing node thinner +b missing node electrode +b missing node fishways +b missing node drumlins +b missing node saturnism +b missing node climber +b missing node unbigoted +b missing node tincted +b missing node megatons +b missing node impureness +b missing node idolisms +b missing node dehydrated +b missing node initially +b missing node criticality +b missing node gypping +b missing node capsules +b missing node lightish +b missing node uncertainty +b missing node tricky +b missing node tricks +b missing node capsuled +b missing node bypath +b missing node splintering +b missing node ragtimes +b missing node bypass +b missing node bonkers +b missing node polecat +b missing node cosmetology +b missing node nudeness +b missing node subprocess +b missing node involvement +b missing node empirics +b missing node videodisc +b missing node hackwork +b missing node fallowed +b missing node sylphish +b missing node frailties +b missing node jargonize +b missing node arsenates +b missing node bushers +b missing node vaqueros +b missing node backer +b missing node arrear +b missing node cachets +b missing node unsympathetic +b missing node disassociate +b missing node gulfweed +b missing node backed +b missing node mediator +b missing node turgors +b missing node disburses +b missing node modish +b missing node sedated +b missing node wildcat +b missing node overleaped +b missing node monocyte +b missing node clarkias +b missing node disbursed +b missing node ratiocinating +b missing node sedates +b missing node sedater +b missing node unregenerate +b missing node delete +b missing node disburser +b missing node calmest +b missing node redefining +b missing node notions +b missing node tsktsking +b missing node retailor +b missing node occasioning +b missing node sweatbox +b missing node sentinel +b missing node ratiocination +b missing node dilative +b missing node dangerously +b missing node foredated +b missing node blabbers +b missing node underexposes +b missing node polariscope +b missing node hovering +b missing node annelid +b missing node underexposed +b missing node granary +b missing node weregild +b missing node crackups +b missing node haywards +b missing node buffaloed +b missing node lawgiver +b missing node buffaloes +b missing node homestead +b missing node congealing +b missing node nonagreement +b missing node snaffle +b missing node bullpen +b missing node trices +b missing node blowguns +b missing node bouffes +b missing node unclasping +b missing node triced +b missing node blustered +b missing node aidful +b missing node corroding +b missing node disbursal +b missing node maxilla +b missing node septime +b missing node churchly +b missing node acceptance +b missing node hamstring +b missing node divans +b missing node displeasing +b missing node cricketer +b missing node jawbones +b missing node camellia +b missing node deselects +b missing node subthreshold +b missing node attentiveness +b missing node jawboned +b missing node initialed +b missing node foredates +b missing node witchiest +b missing node prorater +b missing node blusterer +b missing node mellows +b missing node warcrafts +b missing node prorates +b missing node nuzzled +b missing node aquae +b missing node singlet +b missing node playas +b missing node hollooing +b missing node heftiness +b missing node blenched +b missing node deliverance +b missing node singles +b missing node detecter +b missing node thermospheres +b missing node streakiest +b missing node yashmac +b missing node aquas +b missing node enchants +b missing node detected +b missing node yashmak +b missing node nuzzles +b missing node nuzzler +b missing node hateable +b missing node arsonists +b missing node concealing +b missing node wreak +b missing node hydrotherapy +b missing node yummier +b missing node yummies +b missing node flyovers +b missing node eschewals +b missing node contextually +b missing node crockery +b missing node veeries +b missing node frothiness +b missing node extensor +b missing node singled +b missing node mechanisms +b missing node tarpapered +b missing node mouldings +b missing node assessing +b missing node taxpayer +b missing node guffs +b missing node ladrone +b missing node trusters +b missing node phials +b missing node schismatic +b missing node crockets +b missing node pastellist +b missing node emerson +b missing node queerish +b missing node prawner +b missing node ladrons +b missing node frecklier +b missing node bauxites +b missing node nestlike +b missing node deoxygenated +b missing node archeries +b missing node wreck +b missing node prawned +b missing node degreased +b missing node carryon +b missing node hacking +b missing node oblate +b missing node blenches +b missing node blencher +b missing node gentlewomen +b missing node degreases +b missing node weakens +b missing node reweaves +b missing node gravely +b missing node player +b missing node weaponries +b missing node backbiting +b missing node nooning +b missing node madwort +b missing node adroitness +b missing node gravels +b missing node redemptional +b missing node reveilles +b missing node nonconversant +b missing node noodling +b missing node nontransparent +b missing node poolroom +b missing node reweaved +b missing node timbale +b missing node noumenon +b missing node played +b missing node welted +b missing node maximum +b missing node flossier +b missing node flossies +b missing node timbals +b missing node buttercup +b missing node incapabilities +b missing node skiing +b missing node uncharitableness +b missing node bootlicking +b missing node fullback +b missing node disconnecting +b missing node expects +b missing node shielders +b missing node havocs +b missing node overcrowd +b missing node cryostat +b missing node moloch +b missing node disconnection +b missing node jayvees +b missing node spindlier +b missing node relenting +b missing node gentlewoman +b missing node umbrellas +b missing node hershey +b missing node jargoning +b missing node domiciliated +b missing node dislocation +b missing node applicator +b missing node mechanists +b missing node celebrant +b missing node fogey +b missing node cognac +b missing node dakotan +b missing node expulse +b missing node skinflint +b missing node scabbards +b missing node dakotas +b missing node paunch +b missing node regauge +b missing node cowardly +b missing node uncapping +b missing node seawaters +b missing node gramme +b missing node trooped +b missing node trooper +b missing node warfare +b missing node hitched +b missing node appreciating +b missing node disorganizers +b missing node pugs +b missing node deification +b missing node defogged +b missing node detector +b missing node unacclaimate +b missing node centralistic +b missing node alaskan +b missing node defogger +b missing node hackies +b missing node agriculturist +b missing node prefigured +b missing node thereunder +b missing node dislocating +b missing node grammy +b missing node sylphids +b missing node backup +b missing node sapped +b missing node stickled +b missing node speedwells +b missing node standpipes +b missing node excerpts +b missing node appreciation +b missing node noumenal +b missing node parkland +b missing node vague +b missing node alaskas +b missing node impressible +b missing node malignant +b missing node tuxedoes +b missing node frostily +b missing node sapper +b missing node swainish +b missing node hitcher +b missing node hitches +b missing node puff +b missing node vagus +b missing node seagoing +b missing node parochialism +b missing node caucussing +b missing node gramps +b missing node reefers +b missing node lifeline +b missing node frosting +b missing node raped +b missing node bespatter +b missing node raper +b missing node rapes +b missing node underscore +b missing node kinematical +b missing node stickler +b missing node stickles +b missing node puds +b missing node cervine +b missing node salamander +b missing node idolises +b missing node yack +b missing node electrochemically +b missing node caesar +b missing node persecutions +b missing node downplayed +b missing node idoliser +b missing node insulars +b missing node deathblows +b missing node idolised +b missing node stockpots +b missing node unhung +b missing node gravers +b missing node ailed +b missing node lymphomas +b missing node pheasant +b missing node bruiter +b missing node chunter +b missing node waylays +b missing node infects +b missing node delead +b missing node centralists +b missing node psychosis +b missing node demeanors +b missing node obstructive +b missing node puce +b missing node bruited +b missing node celebrate +b missing node puck +b missing node gravest +b missing node brainchild +b missing node spindling +b missing node pubs +b missing node biologists +b missing node weakest +b missing node insulate +b missing node rapid +b missing node rinsers +b missing node squeal +b missing node disclaimers +b missing node squeak +b missing node lifelike +b missing node hardeners +b missing node preascertained +b missing node venisons +b missing node odiums +b missing node communicability +b missing node pups +b missing node cockiest +b missing node pounding +b missing node arbitragers +b missing node outstrips +b missing node grazings +b missing node unoffered +b missing node smartened +b missing node commensurations +b missing node maximin +b missing node commercialize +b missing node nonprejudicial +b missing node malefaction +b missing node yang +b missing node ozonise +b missing node coagents +b missing node yank +b missing node rovers +b missing node bristle +b missing node pure +b missing node relapsers +b missing node unhurt +b missing node purl +b missing node schticks +b missing node detrains +b missing node dosimetry +b missing node bristly +b missing node puns +b missing node punt +b missing node yams +b missing node punk +b missing node shrieked +b missing node unornamented +b missing node pluckers +b missing node delectations +b missing node overinsured +b missing node outpour +b missing node shrieker +b missing node puny +b missing node octopods +b missing node yale +b missing node wastelands +b missing node creamery +b missing node bespoken +b missing node fabaceous +b missing node creamers +b missing node psychoses +b missing node overinsures +b missing node concoct +b missing node purveyed +b missing node tyros +b missing node exhuming +b missing node millirem +b missing node nobble +b missing node pupa +b missing node topkick +b missing node affects +b missing node cheroot +b missing node dadoing +b missing node pull +b missing node disappearing +b missing node pulp +b missing node inspection +b missing node poorly +b missing node staining +b missing node tenacities +b missing node hardhats +b missing node yaks +b missing node cajolers +b missing node hoboisms +b missing node puma +b missing node prefigures +b missing node senseless +b missing node fogie +b missing node bristol +b missing node zincoid +b missing node cockiness +b missing node furnishing +b missing node cajolery +b missing node pump +b missing node guarantor +b missing node frostier +b missing node counting +b missing node inspecting +b missing node dispensation +b missing node festive +b missing node decoders +b missing node immies +b missing node unfasten +b missing node nobleness +b missing node envenom +b missing node imprecated +b missing node puke +b missing node implement +b missing node commercialist +b missing node nonobedience +b missing node tollage +b missing node oxygenizing +b missing node imprecates +b missing node pranked +b missing node helixes +b missing node knocking +b missing node foggy +b missing node thunderously +b missing node pule +b missing node gougers +b missing node wrapped +b missing node infrequency +b missing node catechumen +b missing node queering +b missing node sucking +b missing node silicate +b missing node cuffless +b missing node laudability +b missing node switchblades +b missing node yawp +b missing node monotony +b missing node wrapper +b missing node yaws +b missing node infrequence +b missing node rivieras +b missing node spankers +b missing node iranian +b missing node subclause +b missing node chiseling +b missing node reedit +b missing node yawl +b missing node monotone +b missing node subtotal +b missing node yawn +b missing node marihuana +b missing node knouts +b missing node goshawks +b missing node disintegrators +b missing node aslant +b missing node unrespectful +b missing node zincous +b missing node warners +b missing node commercialism +b missing node contractors +b missing node mortgaging +b missing node forehandedness +b missing node reallocated +b missing node bipedal +b missing node tomorrow +b missing node luridness +b missing node humidors +b missing node arguses +b missing node unrestrainedly +b missing node crooned +b missing node steadings +b missing node outranges +b missing node magnum +b missing node fingertip +b missing node oblates +b missing node crooner +b missing node outranged +b missing node opponents +b missing node unveiling +b missing node dissimulators +b missing node lunchroom +b missing node freckling +b missing node veering +b missing node wampum +b missing node outpost +b missing node somersaulting +b missing node gazette +b missing node uplifts +b missing node discouraging +b missing node pertains +b missing node putt +b missing node frivolled +b missing node puts +b missing node flossing +b missing node titmice +b missing node bellicose +b missing node vagal +b missing node treatable +b missing node reeded +b missing node gertrude +b missing node repackage +b missing node yarn +b missing node disdaining +b missing node yard +b missing node yare +b missing node nestling +b missing node interstitially +b missing node creatures +b missing node prevailing +b missing node aahed +b missing node unlucky +b missing node push +b missing node purr +b missing node hobnail +b missing node mistaught +b missing node crossovers +b missing node arithmetical +b missing node tasked +b missing node werwolf +b missing node regatta +b missing node assaultable +b missing node demographically +b missing node ransacking +b missing node unpolitic +b missing node unshed +b missing node untouchably +b missing node poleaxe +b missing node waylaid +b missing node toasts +b missing node toasty +b missing node breakfasted +b missing node anchorages +b missing node motors +b missing node puss +b missing node dosimeter +b missing node yaps +b missing node couplings +b missing node moonward +b missing node poorer +b missing node guarantee +b missing node unexercised +b missing node untouchable +b missing node reinstating +b missing node alohas +b missing node executorship +b missing node linchpin +b missing node doughier +b missing node lisbon +b missing node murmured +b missing node deodorizing +b missing node uncoiled +b missing node goitrous +b missing node thready +b missing node competed +b missing node translators +b missing node threads +b missing node disinfestant +b missing node disdainful +b missing node naively +b missing node coolish +b missing node junketing +b missing node sopped +b missing node competes +b missing node manhandling +b missing node ontogenically +b missing node locos +b missing node sunstones +b missing node bourns +b missing node fielders +b missing node murmurer +b missing node depreciator +b missing node rattletraps +b missing node bourne +b missing node encirclement +b missing node colonizers +b missing node agilities +b missing node recollected +b missing node rhetoric +b missing node tetryl +b missing node swingeing +b missing node soybeans +b missing node manumit +b missing node darnings +b missing node crueller +b missing node perkiest +b missing node discompose +b missing node lifelikeness +b missing node guess +b missing node ankles +b missing node brokage +b missing node anklet +b missing node guest +b missing node having +b missing node lipping +b missing node smearing +b missing node doubtfully +b missing node misogynous +b missing node regulations +b missing node cutlery +b missing node xerographic +b missing node capital +b missing node inrushes +b missing node swaybacks +b missing node pissoir +b missing node infelicitous +b missing node burnish +b missing node knackwurst +b missing node retained +b missing node trimeter +b missing node filenames +b missing node cutlets +b missing node albumins +b missing node emendations +b missing node dekaliter +b missing node retainer +b missing node aerodynamic +b missing node suicides +b missing node bourgs +b missing node cerebrals +b missing node impounding +b missing node whiplash +b missing node purdah +b missing node earpiece +b missing node uninspired +b missing node locus +b missing node methodically +b missing node offsets +b missing node dragomans +b missing node bibber +b missing node zeroing +b missing node doziest +b missing node instills +b missing node booziest +b missing node steroidal +b missing node cutlers +b missing node insanest +b missing node bibbed +b missing node purdas +b missing node leavings +b missing node gorblimy +b missing node prancers +b missing node klutz +b missing node reattempts +b missing node skiffs +b missing node fonds +b missing node cantonese +b missing node fondu +b missing node stutteringly +b missing node peripherals +b missing node naivety +b missing node formidably +b missing node westerlies +b missing node newsboy +b missing node depreciates +b missing node resignedly +b missing node betrothment +b missing node architraves +b missing node reattach +b missing node silence +b missing node superminis +b missing node nutgrasses +b missing node gainsaying +b missing node surveying +b missing node carbide +b missing node bigotedly +b missing node reservoir +b missing node lochs +b missing node halloweens +b missing node malaprop +b missing node formidable +b missing node olfactology +b missing node motley +b missing node tippier +b missing node endanger +b missing node tidewater +b missing node breadboards +b missing node reparable +b missing node trustful +b missing node augustest +b missing node punch +b missing node derangement +b missing node damage +b missing node smearier +b missing node subdepots +b missing node horsewhips +b missing node locks +b missing node knockers +b missing node unstained +b missing node bourse +b missing node drastic +b missing node nonfilterable +b missing node formless +b missing node favourers +b missing node teentsiest +b missing node nucleuses +b missing node honcho +b missing node intercalations +b missing node lethally +b missing node insanely +b missing node boeing +b missing node ferromagnetic +b missing node ducal +b missing node moneyed +b missing node semifinals +b missing node depreciated +b missing node gillnet +b missing node congeneric +b missing node naivete +b missing node spleeniest +b missing node ducat +b missing node theorization +b missing node majesty +b missing node lucille +b missing node moneyer +b missing node archimedes +b missing node naivest +b missing node openable +b missing node cerebrate +b missing node reattain +b missing node courtship +b missing node xanthippe +b missing node trifolium +b missing node keystrokes +b missing node quagmires +b missing node inexhaustible +b missing node feature +b missing node nondescriptive +b missing node reliquaries +b missing node instrokes +b missing node gallinules +b missing node rejoined +b missing node sopors +b missing node punny +b missing node sinuates +b missing node kneels +b missing node ravener +b missing node gambusias +b missing node tsking +b missing node harvestman +b missing node dependently +b missing node corsair +b missing node unaffiliated +b missing node sinuated +b missing node leaded +b missing node ravened +b missing node amplifiers +b missing node passover +b missing node berrying +b missing node overpower +b missing node machinate +b missing node luminescent +b missing node ciders +b missing node precariously +b missing node retractor +b missing node morselled +b missing node ravers +b missing node duces +b missing node scoldings +b missing node celeb +b missing node peptide +b missing node peptids +b missing node squeamishly +b missing node inexhaustibly +b missing node tidal +b missing node landslides +b missing node airscrews +b missing node rewrapped +b missing node peptics +b missing node unrighteous +b missing node retells +b missing node villainesses +b missing node corsage +b missing node welter +b missing node petrifies +b missing node lodes +b missing node punks +b missing node loden +b missing node menacing +b missing node punky +b missing node ducky +b missing node callowness +b missing node yeasting +b missing node marchionesses +b missing node odious +b missing node grogram +b missing node bookplates +b missing node carbonator +b missing node discolorations +b missing node jargons +b missing node debutantes +b missing node unhappy +b missing node cribber +b missing node irreparableness +b missing node mensurability +b missing node pockmark +b missing node ducks +b missing node blacktopped +b missing node jesuits +b missing node ravels +b missing node haziness +b missing node yeastily +b missing node recalling +b missing node reopen +b missing node parkers +b missing node ethicize +b missing node unlearn +b missing node doneness +b missing node plenums +b missing node capitol +b missing node cribbed +b missing node eggplants +b missing node squandering +b missing node wilding +b missing node plasma +b missing node strictures +b missing node sternum +b missing node unleash +b missing node fourteenths +b missing node ravens +b missing node foods +b missing node hiccupping +b missing node duchy +b missing node plasms +b missing node strictured +b missing node petrified +b missing node lodge +b missing node fisticuff +b missing node plashy +b missing node silents +b missing node muensters +b missing node trotters +b missing node sterner +b missing node agapeic +b missing node squirmers +b missing node indestructibly +b missing node obstructing +b missing node outboards +b missing node siltier +b missing node whereabouts +b missing node semper +b missing node apologists +b missing node infancies +b missing node nonathletic +b missing node prettying +b missing node discerned +b missing node nankeen +b missing node toolrooms +b missing node symmetries +b missing node discerner +b missing node complimenting +b missing node deadening +b missing node sufferingly +b missing node fonts +b missing node indestructible +b missing node willows +b missing node cells +b missing node doorposts +b missing node overbought +b missing node willowy +b missing node germicides +b missing node perfectionism +b missing node internationalizes +b missing node perfectionist +b missing node transfixes +b missing node celli +b missing node transfixed +b missing node cello +b missing node cetology +b missing node permeating +b missing node serenaders +b missing node grazable +b missing node zippy +b missing node bhang +b missing node pasteurizers +b missing node internationalized +b missing node dreamers +b missing node unresistant +b missing node equitable +b missing node edibles +b missing node plastrons +b missing node aired +b missing node masochists +b missing node ducts +b missing node overblows +b missing node overblown +b missing node sluggers +b missing node airer +b missing node hindgut +b missing node isotope +b missing node vacationland +b missing node carbine +b missing node equitably +b missing node permeation +b missing node moderatos +b missing node moderator +b missing node electrums +b missing node lippier +b missing node obstruction +b missing node anviltops +b missing node mewing +b missing node reexamining +b missing node germicidal +b missing node quietuses +b missing node shunpiking +b missing node adolescent +b missing node leader +b missing node pitter +b missing node poisoners +b missing node leaden +b missing node peacemaker +b missing node sternly +b missing node tided +b missing node punty +b missing node watermarks +b missing node isotopy +b missing node pitted +b missing node punts +b missing node affluently +b missing node paused +b missing node transistors +b missing node tides +b missing node newsstands +b missing node embarking +b missing node openhanded +b missing node vinegar +b missing node gibbously +b missing node pauses +b missing node pauser +b missing node hautboy +b missing node cabstand +b missing node marimbas +b missing node openworks +b missing node unsent +b missing node actualization +b missing node feelingly +b missing node ravellers +b missing node rammers +b missing node beaconing +b missing node silting +b missing node smutch +b missing node fetchingly +b missing node longline +b missing node washiness +b missing node chasmed +b missing node celts +b missing node shapeliness +b missing node chitlins +b missing node antrum +b missing node fuming +b missing node irradiant +b missing node phonomania +b missing node chitling +b missing node confronts +b missing node innocuously +b missing node pureed +b missing node nonequal +b missing node corporeally +b missing node cardiological +b missing node sedges +b missing node symbiotical +b missing node ratatat +b missing node journalize +b missing node ptomainic +b missing node blathered +b missing node unshielded +b missing node wiggery +b missing node addicted +b missing node deadwoods +b missing node metaphorically +b missing node prunable +b missing node emblazon +b missing node weatherproofing +b missing node purees +b missing node blindness +b missing node haltering +b missing node boneyards +b missing node backdating +b missing node pickings +b missing node antigens +b missing node antigene +b missing node backpacked +b missing node ticks +b missing node glandularly +b missing node transcendently +b missing node latency +b missing node reposes +b missing node reposer +b missing node coining +b missing node reposed +b missing node inflections +b missing node chasmic +b missing node footballs +b missing node backpacker +b missing node refinanced +b missing node musicological +b missing node decimating +b missing node ologies +b missing node repenting +b missing node reoccupying +b missing node irradiate +b missing node stylists +b missing node gossiped +b missing node curfewing +b missing node safely +b missing node households +b missing node rebutton +b missing node flatcar +b missing node gossiper +b missing node centimos +b missing node discipline +b missing node wardresses +b missing node reobtaining +b missing node discipling +b missing node centralized +b missing node dobson +b missing node ravelly +b missing node centralizer +b missing node ecologically +b missing node centralizes +b missing node precooks +b missing node moderates +b missing node syrupy +b missing node chirographers +b missing node centimes +b missing node moderated +b missing node ologist +b missing node tetrad +b missing node salinizes +b missing node syrups +b missing node offerers +b missing node fumier +b missing node egyptians +b missing node tetras +b missing node salinized +b missing node iniquitous +b missing node wildish +b missing node shafting +b missing node antheral +b missing node transfuser +b missing node powwow +b missing node transfuses +b missing node septics +b missing node unseen +b missing node detour +b missing node mergence +b missing node haitians +b missing node pinners +b missing node subschedule +b missing node handel +b missing node recitatives +b missing node collusion +b missing node mariners +b missing node lightness +b missing node latened +b missing node handed +b missing node refinances +b missing node telegraphers +b missing node unlisted +b missing node skeptics +b missing node lobotomize +b missing node canterbury +b missing node lightface +b missing node overcooling +b missing node saturable +b missing node disarranged +b missing node aments +b missing node sutler +b missing node fabricate +b missing node knuckles +b missing node disarranges +b missing node knuckled +b missing node chasmal +b missing node nursery +b missing node tinsels +b missing node ethicist +b missing node knuckler +b missing node pigmies +b missing node kiddingly +b missing node procedures +b missing node squeeze +b missing node ptomaines +b missing node histamin +b missing node parakeets +b missing node reefed +b missing node assistor +b missing node legalistic +b missing node statement +b missing node godlier +b missing node nursers +b missing node pamphlets +b missing node unseal +b missing node unseat +b missing node undiscernible +b missing node transfused +b missing node inserts +b missing node raveled +b missing node inverting +b missing node colorless +b missing node reefer +b missing node undiscernibly +b missing node raveler +b missing node precools +b missing node unconventionally +b missing node yeastier +b missing node retracted +b missing node parallelled +b missing node redivide +b missing node conches +b missing node transcendental +b missing node mysticism +b missing node sempre +b missing node nosher +b missing node maguey +b missing node handle +b missing node tipping +b missing node noshes +b missing node determines +b missing node sleigh +b missing node intrusively +b missing node sickeningly +b missing node regretter +b missing node apertural +b missing node smutty +b missing node adherent +b missing node regretted +b missing node compressibility +b missing node toasters +b missing node sweaters +b missing node bequest +b missing node defined +b missing node instinct +b missing node moulders +b missing node pharynx +b missing node parkinsonian +b missing node rebutter +b missing node defections +b missing node promulged +b missing node defines +b missing node rebutted +b missing node definer +b missing node promulges +b missing node tabletops +b missing node taxicabs +b missing node misadvise +b missing node urbanist +b missing node collusive +b missing node threats +b missing node effecting +b missing node grafts +b missing node discard +b missing node neuroticism +b missing node urbanism +b missing node suaver +b missing node unbalance +b missing node revictuals +b missing node tabular +b missing node rawer +b missing node radioactivities +b missing node canceling +b missing node damask +b missing node brushoff +b missing node quixotes +b missing node midline +b missing node junkiest +b missing node discase +b missing node scaffolds +b missing node grovelled +b missing node rustling +b missing node zincify +b missing node competitor +b missing node unvaried +b missing node livelong +b missing node congeniality +b missing node plenipotentiaries +b missing node giftedly +b missing node amassers +b missing node pulitzer +b missing node godling +b missing node apertures +b missing node wadeable +b missing node pellet +b missing node hideaway +b missing node unroofing +b missing node exclamation +b missing node frizzlers +b missing node reports +b missing node purest +b missing node godlily +b missing node rebuttal +b missing node stickily +b missing node receivers +b missing node unpleased +b missing node reversions +b missing node seawards +b missing node pillowcases +b missing node hairsplitting +b missing node caustically +b missing node tailcoat +b missing node rococo +b missing node municipality +b missing node appreciable +b missing node floweriness +b missing node polaroid +b missing node shopper +b missing node shoppes +b missing node sticking +b missing node complaisantly +b missing node quixotic +b missing node rakishly +b missing node shopped +b missing node dubio +b missing node stronghold +b missing node appreciably +b missing node exactingly +b missing node godlike +b missing node carbonized +b missing node heftiest +b missing node climaxing +b missing node determined +b missing node carnegie +b missing node goalies +b missing node journalism +b missing node perishable +b missing node petunias +b missing node picnicked +b missing node muches +b missing node coconuts +b missing node boxcars +b missing node picnicker +b missing node knouting +b missing node journalist +b missing node greediest +b missing node rawly +b missing node aerodromes +b missing node maternally +b missing node leachy +b missing node lazyish +b missing node convergent +b missing node sliders +b missing node praxeological +b missing node computation +b missing node suicided +b missing node perishably +b missing node assisted +b missing node twittering +b missing node bedizen +b missing node hondas +b missing node regauged +b missing node reenforced +b missing node suicidal +b missing node effective +b missing node gossipry +b missing node concertinas +b missing node latents +b missing node pitsaw +b missing node violability +b missing node boodlers +b missing node sportful +b missing node assister +b missing node purely +b missing node demeaning +b missing node shareable +b missing node decimation +b missing node obovoid +b missing node vindications +b missing node urbanize +b missing node moistened +b missing node steroid +b missing node lividities +b missing node amends +b missing node layman +b missing node moistener +b missing node antral +b missing node ascendant +b missing node safest +b missing node folkways +b missing node trammels +b missing node espanoles +b missing node exercisers +b missing node keypunching +b missing node tzuris +b missing node urbanite +b missing node sweepiest +b missing node deafening +b missing node trammelled +b missing node regauges +b missing node urbanity +b missing node pertain +b missing node lobotomies +b missing node casuals +b missing node postulants +b missing node restarting +b missing node dwelled +b missing node dweller +b missing node stickier +b missing node quixotry +b missing node magistrateship +b missing node goaling +b missing node sterols +b missing node noshed +b missing node nummular +b missing node laymen +b missing node safety +b missing node oralogy +b missing node babylonians +b missing node hors +b missing node spacewalked +b missing node coconspirator +b missing node folly +b missing node reimburseable +b missing node diciest +b missing node horn +b missing node compered +b missing node etudes +b missing node hose +b missing node psyches +b missing node determinist +b missing node protestable +b missing node spacewalker +b missing node dorothy +b missing node determinism +b missing node safariing +b missing node host +b missing node psyched +b missing node immortalized +b missing node insightful +b missing node accordions +b missing node optimisms +b missing node accosting +b missing node fritted +b missing node hosp +b missing node slumping +b missing node stepparents +b missing node immortalizes +b missing node herself +b missing node comperes +b missing node morseling +b missing node niagara +b missing node ransackers +b missing node underpricing +b missing node albumin +b missing node corroders +b missing node trusties +b missing node trustier +b missing node hots +b missing node ascendent +b missing node reenforces +b missing node fritter +b missing node gucks +b missing node mandolins +b missing node pupae +b missing node redesign +b missing node claxons +b missing node hour +b missing node shooflies +b missing node undervalues +b missing node lunacies +b missing node banderoles +b missing node pupas +b missing node hove +b missing node undervalued +b missing node pupal +b missing node raucous +b missing node folic +b missing node sniper +b missing node honk +b missing node folia +b missing node sniped +b missing node convalesced +b missing node florists +b missing node amicabilities +b missing node bushing +b missing node observance +b missing node brainwasher +b missing node brainwashes +b missing node undergirds +b missing node nippiest +b missing node snipes +b missing node hood +b missing node hoof +b missing node hook +b missing node textbook +b missing node motive +b missing node bushily +b missing node hoop +b missing node thouing +b missing node hoot +b missing node neoliths +b missing node incapacitant +b missing node folio +b missing node determining +b missing node loess +b missing node hope +b missing node convalesces +b missing node lineless +b missing node lacunar +b missing node lacunas +b missing node hopi +b missing node grisliest +b missing node albumen +b missing node auricular +b missing node concise +b missing node driveway +b missing node spaceless +b missing node lacunal +b missing node marinating +b missing node unmuffles +b missing node hops +b missing node lacunae +b missing node uvula +b missing node lifeful +b missing node gallant +b missing node unmuffled +b missing node expropriations +b missing node macrobiotic +b missing node sharkskins +b missing node glaucous +b missing node hora +b missing node folks +b missing node chiselers +b missing node kuchen +b missing node mangiest +b missing node septets +b missing node sublessee +b missing node humping +b missing node keypunchers +b missing node credences +b missing node hoverers +b missing node gigolos +b missing node avouchers +b missing node mewler +b missing node folds +b missing node undermost +b missing node hammertoes +b missing node intone +b missing node incapacitate +b missing node mewled +b missing node cambrics +b missing node pitilessly +b missing node unveiled +b missing node hold +b missing node zincite +b missing node backlogged +b missing node neutrons +b missing node patrolmen +b missing node beirut +b missing node hoke +b missing node farers +b missing node cancelers +b missing node detracts +b missing node coaming +b missing node foresight +b missing node demurrer +b missing node home +b missing node pluckily +b missing node trainees +b missing node holy +b missing node goddams +b missing node goddamn +b missing node sceptering +b missing node holt +b missing node petted +b missing node hole +b missing node demurred +b missing node satisfying +b missing node hone +b missing node peaceful +b missing node arctics +b missing node technologist +b missing node petter +b missing node lawbreaker +b missing node luminance +b missing node vagrancies +b missing node cambrian +b missing node homy +b missing node gauntest +b missing node sardonyx +b missing node homo +b missing node pupil +b missing node adherers +b missing node tetotum +b missing node immunogen +b missing node prizers +b missing node fluidizing +b missing node redeeming +b missing node honest +b missing node counterfeit +b missing node clownishness +b missing node wammus +b missing node disowns +b missing node sojournment +b missing node disarming +b missing node thwacks +b missing node yonkers +b missing node hogs +b missing node stainers +b missing node clabbering +b missing node sublessor +b missing node pluckier +b missing node arrive +b missing node hemispherical +b missing node shiveringly +b missing node drippings +b missing node glaucoma +b missing node commonwealth +b missing node gilbert +b missing node quitters +b missing node advisatory +b missing node refuters +b missing node skiddy +b missing node misinterpret +b missing node siameses +b missing node cooperatives +b missing node dipsticks +b missing node mutagens +b missing node unaspiring +b missing node seemings +b missing node honers +b missing node diskette +b missing node aliquot +b missing node zincing +b missing node goddard +b missing node vainly +b missing node enchains +b missing node snippy +b missing node absorbing +b missing node departmentalizing +b missing node incompliance +b missing node anagram +b missing node deliberateness +b missing node reenlisted +b missing node incompliancy +b missing node procedural +b missing node pinfolding +b missing node leafed +b missing node canonizes +b missing node chairladies +b missing node jingly +b missing node conceptually +b missing node longship +b missing node models +b missing node halfbacks +b missing node fleering +b missing node skidoo +b missing node anonymity +b missing node precessing +b missing node putridness +b missing node mordancy +b missing node unsaturate +b missing node springboard +b missing node numbskull +b missing node notabilities +b missing node arizona +b missing node canonized +b missing node reckoning +b missing node jingle +b missing node discredited +b missing node belcher +b missing node applicants +b missing node shrunken +b missing node belches +b missing node fibrin +b missing node fibril +b missing node acrider +b missing node requisitions +b missing node belched +b missing node banister +b missing node puppy +b missing node decease +b missing node sharpeners +b missing node baselessness +b missing node adjudge +b missing node depositors +b missing node bronchos +b missing node depository +b missing node lectern +b missing node artwork +b missing node fibres +b missing node forfeitable +b missing node duads +b missing node understood +b missing node gauntness +b missing node chewable +b missing node divergently +b missing node indiums +b missing node garnished +b missing node cacophonous +b missing node shinleafs +b missing node freebee +b missing node garnishee +b missing node garnishes +b missing node unblinking +b missing node subprincipal +b missing node hymnaries +b missing node lobsters +b missing node advertizement +b missing node decorations +b missing node simile +b missing node animations +b missing node generate +b missing node partook +b missing node veganism +b missing node vehemency +b missing node mouthwash +b missing node realtor +b missing node immateriality +b missing node humanoid +b missing node speakings +b missing node ecumenically +b missing node modems +b missing node panelings +b missing node chasing +b missing node vehemence +b missing node transactor +b missing node calculability +b missing node precession +b missing node vainer +b missing node emotionally +b missing node increase +b missing node sportive +b missing node watchfulness +b missing node beechnuts +b missing node bootlickers +b missing node tiffs +b missing node effloresced +b missing node vittling +b missing node shielding +b missing node modest +b missing node vaporize +b missing node councilwomen +b missing node cense +b missing node effloresces +b missing node disembodiments +b missing node inexpensive +b missing node manipulatable +b missing node mayflower +b missing node negotiability +b missing node nourishers +b missing node generals +b missing node evanescently +b missing node flavorless +b missing node operational +b missing node phenotype +b missing node sauceboxes +b missing node floaters +b missing node unhands +b missing node freebie +b missing node unhandy +b missing node uxorious +b missing node recreants +b missing node purplest +b missing node rubella +b missing node unalienated +b missing node foreswearing +b missing node cents +b missing node raved +b missing node penetrably +b missing node yuccas +b missing node ravel +b missing node cento +b missing node lifelong +b missing node modern +b missing node raven +b missing node sardonic +b missing node trustily +b missing node raves +b missing node raver +b missing node housecoats +b missing node topknot +b missing node brainwashed +b missing node penetrable +b missing node delist +b missing node androids +b missing node noiselessness +b missing node bezique +b missing node levity +b missing node mollie +b missing node folder +b missing node councilwoman +b missing node folded +b missing node hither +b missing node thrombus +b missing node driblets +b missing node equipped +b missing node trusting +b missing node duals +b missing node together +b missing node simpleness +b missing node hows +b missing node declinable +b missing node howe +b missing node howl +b missing node shovelling +b missing node immaterially +b missing node calmant +b missing node alpinist +b missing node ranching +b missing node graham +b missing node calamities +b missing node equipper +b missing node maligners +b missing node riskiest +b missing node selectus +b missing node jennets +b missing node bronchia +b missing node solution +b missing node evaluation +b missing node alpinism +b missing node champaign +b missing node widthway +b missing node signposts +b missing node adrenaline +b missing node transverse +b missing node humpier +b missing node simian +b missing node longshot +b missing node nonparallel +b missing node hinders +b missing node expiations +b missing node loosening +b missing node evaluating +b missing node crooked +b missing node juliennes +b missing node significantly +b missing node trainers +b missing node merchandise +b missing node pothouses +b missing node needlessness +b missing node traumas +b missing node spearmen +b missing node hopsacks +b missing node mordants +b missing node pyre +b missing node sourballs +b missing node jeopard +b missing node urbanologist +b missing node coequal +b missing node servants +b missing node ratio +b missing node porcupine +b missing node fornicator +b missing node untractable +b missing node masonry +b missing node oxygens +b missing node vaporish +b missing node wrist +b missing node vaporise +b missing node speakeasies +b missing node greenbacks +b missing node tollers +b missing node rheumatic +b missing node frosteds +b missing node write +b missing node backpack +b missing node disclaimant +b missing node antipode +b missing node wrinkliest +b missing node wintriest +b missing node caching +b missing node geraniums +b missing node confound +b missing node writs +b missing node beepers +b missing node clonking +b missing node delime +b missing node sternal +b missing node saltcellars +b missing node obstructers +b missing node zitis +b missing node geodesists +b missing node hugest +b missing node squint +b missing node encounters +b missing node unknowing +b missing node selector +b missing node saggiest +b missing node permitting +b missing node thrummy +b missing node tuppences +b missing node comfiest +b missing node sportier +b missing node tabuing +b missing node famishing +b missing node beastliness +b missing node medianly +b missing node spanking +b missing node relapsing +b missing node elfish +b missing node actuates +b missing node wring +b missing node festers +b missing node stammerers +b missing node premierships +b missing node androgen +b missing node stockholding +b missing node depletable +b missing node impatiently +b missing node tiers +b missing node gladdened +b missing node earful +b missing node cogito +b missing node carbonated +b missing node chippering +b missing node actuated +b missing node lofts +b missing node outmaneuvering +b missing node selectly +b missing node bookworms +b missing node bigamized +b missing node rouletted +b missing node mesentery +b missing node lofty +b missing node roulettes +b missing node unisexes +b missing node chartings +b missing node phoenix +b missing node rickshas +b missing node exhumers +b missing node rickshaw +b missing node pedometer +b missing node graveness +b missing node sleepier +b missing node vaporing +b missing node escalator +b missing node spermatic +b missing node groveling +b missing node arbitrator +b missing node fabulous +b missing node divinities +b missing node uncultivated +b missing node delict +b missing node ineffaceable +b missing node scapulars +b missing node irritably +b missing node demoralization +b missing node sleepily +b missing node embroils +b missing node vibrators +b missing node elfins +b missing node offhanded +b missing node rachets +b missing node bronchus +b missing node grails +b missing node escalated +b missing node tictacs +b missing node finfishes +b missing node psychopathically +b missing node spalpeen +b missing node carbonates +b missing node equivalency +b missing node adenoids +b missing node ratty +b missing node vacuo +b missing node gangues +b missing node rinsing +b missing node squanders +b missing node essayists +b missing node vacua +b missing node equivalence +b missing node lifework +b missing node overdrinking +b missing node recreancy +b missing node textuaries +b missing node faultiness +b missing node brawniness +b missing node champagne +b missing node recreance +b missing node outcome +b missing node irritable +b missing node allegorist +b missing node tricornes +b missing node grainy +b missing node grains +b missing node manhours +b missing node wrier +b missing node wries +b missing node wearisome +b missing node pounders +b missing node sporting +b missing node actuator +b missing node incommode +b missing node numerously +b missing node wried +b missing node bursting +b missing node manifesting +b missing node squish +b missing node dilaters +b missing node suckers +b missing node facsimiles +b missing node portraying +b missing node prickliest +b missing node sportily +b missing node cribwork +b missing node incorporations +b missing node spearman +b missing node incisiveness +b missing node gravity +b missing node frivolous +b missing node mummifies +b missing node escalates +b missing node sagaciously +b missing node platys +b missing node sleeping +b missing node phylactery +b missing node vibratory +b missing node grayouts +b missing node selected +b missing node countess +b missing node mummified +b missing node selectee +b missing node furlable +b missing node layout +b missing node pyramiding +b missing node overwrites +b missing node importing +b missing node buckaroos +b missing node confucius +b missing node levies +b missing node studious +b missing node unsticking +b missing node levier +b missing node upchucked +b missing node tubeless +b missing node squirt +b missing node soulless +b missing node dashpot +b missing node levied +b missing node prelatic +b missing node squirm +b missing node outplay +b missing node revoking +b missing node poultice +b missing node squire +b missing node intelligent +b missing node refinement +b missing node hoed +b missing node stevedores +b missing node triviality +b missing node arbitrates +b missing node mortgagees +b missing node counters +b missing node fortnightly +b missing node felicity +b missing node nonidiomatic +b missing node reefier +b missing node arbitrated +b missing node recanted +b missing node hoer +b missing node hoes +b missing node gavotted +b missing node treaters +b missing node canneries +b missing node tarzans +b missing node defiles +b missing node counterweight +b missing node defiler +b missing node discountenances +b missing node prelates +b missing node defiled +b missing node hods +b missing node amorality +b missing node discountenanced +b missing node smacking +b missing node bumbled +b missing node hock +b missing node graving +b missing node collection +b missing node buzzword +b missing node pestered +b missing node ritzes +b missing node northeners +b missing node assemblywomen +b missing node vivacity +b missing node bumbles +b missing node bumbler +b missing node skiers +b missing node pesterer +b missing node inurements +b missing node recanter +b missing node jurors +b missing node discernment +b missing node hardening +b missing node absinthes +b missing node bridally +b missing node gavottes +b missing node hobo +b missing node stevedored +b missing node unreceptive +b missing node hobs +b missing node presupposed +b missing node carnelian +b missing node ravishers +b missing node spinster +b missing node intomb +b missing node venetian +b missing node limelights +b missing node hoar +b missing node hoax +b missing node expand +b missing node coolies +b missing node presupposes +b missing node collecting +b missing node fraternize +b missing node caseload +b missing node gogglier +b missing node logia +b missing node lactations +b missing node logic +b missing node indirection +b missing node masoned +b missing node honeys +b missing node subclassifying +b missing node werwolves +b missing node pontificator +b missing node funfairs +b missing node demurral +b missing node piking +b missing node risibles +b missing node nonintellectually +b missing node loggy +b missing node fetidly +b missing node caesura +b missing node untransformed +b missing node velured +b missing node depressants +b missing node assemblywoman +b missing node coreless +b missing node nonrefillable +b missing node plucking +b missing node untested +b missing node hackers +b missing node reinvigorate +b missing node viewpoints +b missing node velures +b missing node hypothetically +b missing node seders +b missing node bewailed +b missing node aridness +b missing node allegories +b missing node unsurpassable +b missing node zincked +b missing node corslets +b missing node militias +b missing node reefing +b missing node unsurpassably +b missing node raveners +b missing node equivalents +b missing node bewailer +b missing node effusions +b missing node loges +b missing node psychol +b missing node psychos +b missing node syphons +b missing node presidio +b missing node nauseas +b missing node seesaws +b missing node nauseam +b missing node masonic +b missing node splattered +b missing node obtain +b missing node housemen +b missing node electroplating +b missing node fornicates +b missing node broadlooms +b missing node skiable +b missing node dobras +b missing node consenting +b missing node fornicated +b missing node cranberry +b missing node layabouts +b missing node upsurging +b missing node puttering +b missing node antipole +b missing node albumens +b missing node outranked +b missing node onetime +b missing node burgeons +b missing node wayless +b missing node plated +b missing node overeducate +b missing node humphed +b missing node plater +b missing node cavalcade +b missing node plates +b missing node roughnesses +b missing node squids +b missing node platen +b missing node prevailers +b missing node hugely +b missing node unmercifully +b missing node confucian +b missing node crocking +b missing node undissolved +b missing node mortgagers +b missing node beerier +b missing node logan +b missing node layoff +b missing node nonexchangeable +b missing node cooling +b missing node spadixes +b missing node trainful +b missing node gravies +b missing node presider +b missing node unchecked +b missing node presides +b missing node collective +b missing node exactors +b missing node bouses +b missing node copperheads +b missing node presided +b missing node goggling +b missing node houseman +b missing node squibs +b missing node interacted +b missing node boused +b missing node advertized +b missing node other +b missing node diminishment +b missing node gumbos +b missing node degeneracy +b missing node creaminess +b missing node ixias +b missing node lopper +b missing node overcompensations +b missing node redirecting +b missing node fraternity +b missing node favouring +b missing node praecox +b missing node wilfulness +b missing node antipope +b missing node bengals +b missing node advertizer +b missing node advertizes +b missing node fastidiously +b missing node lopped +b missing node hydrations +b missing node bushido +b missing node psychic +b missing node mismanage +b missing node encyclics +b missing node exempt +b missing node redirection +b missing node cohabitation +b missing node affirmations +b missing node pontificates +b missing node technologies +b missing node osseously +b missing node scrapings +b missing node ringtails +b missing node petrol +b missing node bushier +b missing node consecutiveness +b missing node unstack +b missing node pontificated +b missing node frizzlier +b missing node astronaut +b missing node scarcest +b missing node pius +b missing node winglets +b missing node basketballs +b missing node reasonability +b missing node heed +b missing node trundler +b missing node trundles +b missing node numerics +b missing node licencees +b missing node sneezed +b missing node explosions +b missing node heel +b missing node turbaned +b missing node incurving +b missing node needfulness +b missing node blower +b missing node blackings +b missing node salable +b missing node congenitally +b missing node vastly +b missing node bullion +b missing node piss +b missing node guars +b missing node proffer +b missing node salably +b missing node riveter +b missing node pish +b missing node puddings +b missing node saturants +b missing node guard +b missing node riveted +b missing node decisiveness +b missing node pisa +b missing node yardbird +b missing node pity +b missing node irking +b missing node heck +b missing node crowfoot +b missing node pits +b missing node taiwan +b missing node lawyers +b missing node trundled +b missing node moralistic +b missing node blowby +b missing node schoolbook +b missing node misspells +b missing node pith +b missing node wingless +b missing node simony +b missing node overcook +b missing node overcool +b missing node pita +b missing node britain +b missing node sweatier +b missing node preforms +b missing node behavers +b missing node architecture +b missing node tropisms +b missing node usability +b missing node cureless +b missing node paroxysmal +b missing node poloist +b missing node amtracks +b missing node recomposing +b missing node heil +b missing node heir +b missing node shopmen +b missing node country +b missing node zilch +b missing node manipulations +b missing node thrilling +b missing node anneals +b missing node votary +b missing node stilliest +b missing node arsenals +b missing node teargases +b missing node damagingly +b missing node heft +b missing node extrados +b missing node cesspit +b missing node discord +b missing node guano +b missing node debarment +b missing node bullish +b missing node intensifier +b missing node intensifies +b missing node mercantile +b missing node sneezer +b missing node sneezes +b missing node intensified +b missing node gunplay +b missing node uninvolved +b missing node perturbations +b missing node upgrades +b missing node nontechnical +b missing node misfile +b missing node cheerier +b missing node paratroop +b missing node magics +b missing node pixy +b missing node ascorbate +b missing node upgraded +b missing node demagogue +b missing node psychotogenic +b missing node heme +b missing node glimpses +b missing node allegeable +b missing node glimpser +b missing node absentees +b missing node jouster +b missing node chunked +b missing node help +b missing node clicks +b missing node toggling +b missing node glimpsed +b missing node residuum +b missing node snitchers +b missing node jousted +b missing node impenetrability +b missing node hoarding +b missing node searching +b missing node seigneurage +b missing node hemp +b missing node gyroidal +b missing node hems +b missing node cheerios +b missing node shopman +b missing node cardiographer +b missing node chinchiest +b missing node mailable +b missing node intros +b missing node sainted +b missing node cardiographic +b missing node idolized +b missing node devotedness +b missing node resilience +b missing node idolizer +b missing node idolizes +b missing node held +b missing node marginally +b missing node resiliency +b missing node maledictive +b missing node hell +b missing node regroups +b missing node helm +b missing node lenders +b missing node cliche +b missing node deionized +b missing node enticers +b missing node parapet +b missing node plenished +b missing node presanctified +b missing node rehired +b missing node heirships +b missing node misogynistic +b missing node lewis +b missing node vigilance +b missing node conjugant +b missing node rockabye +b missing node hero +b missing node herr +b missing node hers +b missing node here +b missing node noneducational +b missing node misfire +b missing node dammed +b missing node officiously +b missing node isoprene +b missing node surefire +b missing node herb +b missing node plenishes +b missing node schoolboys +b missing node herd +b missing node rehires +b missing node riveting +b missing node cacophonies +b missing node calibres +b missing node vulcanizers +b missing node sandstones +b missing node rereading +b missing node cartoning +b missing node centenary +b missing node overlapping +b missing node cheerily +b missing node frogeyed +b missing node calibred +b missing node dammer +b missing node hens +b missing node millworks +b missing node adapted +b missing node overhurried +b missing node discoid +b missing node poniard +b missing node tetrahedra +b missing node cheering +b missing node bandying +b missing node adapter +b missing node enamels +b missing node guava +b missing node marginalia +b missing node misfits +b missing node ravening +b missing node havens +b missing node amalgam +b missing node understand +b missing node wittingly +b missing node millable +b missing node malediction +b missing node skags +b missing node foolscap +b missing node guaco +b missing node warehousers +b missing node fashioning +b missing node viscerally +b missing node grandfathers +b missing node revilement +b missing node pies +b missing node pier +b missing node reconsecrating +b missing node frogeyes +b missing node foamy +b missing node arcadings +b missing node caramelizing +b missing node stoplight +b missing node rapeseeds +b missing node foams +b missing node pied +b missing node fragilities +b missing node floridly +b missing node dietetics +b missing node arresting +b missing node inweaved +b missing node bullfinches +b missing node canonry +b missing node overcoat +b missing node ladybirds +b missing node perverts +b missing node alacrities +b missing node straitening +b missing node inweaves +b missing node dreaming +b missing node shewing +b missing node foals +b missing node lithographers +b missing node reconsecration +b missing node profascist +b missing node gloggs +b missing node captioned +b missing node ownerless +b missing node damned +b missing node arachnids +b missing node pics +b missing node malapert +b missing node prejudged +b missing node prejudges +b missing node handcrafting +b missing node prejudger +b missing node pick +b missing node hallucinations +b missing node disgusts +b missing node levin +b missing node riffles +b missing node levis +b missing node riffler +b missing node pitheads +b missing node jubilations +b missing node dreamily +b missing node perverse +b missing node pica +b missing node fruitcake +b missing node directorate +b missing node accomplis +b missing node conditionals +b missing node mesalliances +b missing node cedulas +b missing node demagogic +b missing node unsays +b missing node havers +b missing node thousandth +b missing node tubbing +b missing node landsides +b missing node penniless +b missing node outstroke +b missing node bullier +b missing node greyhound +b missing node bullies +b missing node deliverable +b missing node riffled +b missing node morphologies +b missing node brownstones +b missing node ardencies +b missing node bullied +b missing node insanity +b missing node deionizes +b missing node uncomfortably +b missing node bluefin +b missing node ciphered +b missing node butterier +b missing node butteries +b missing node handmaidens +b missing node unremorseful +b missing node meatier +b missing node lustre +b missing node pigs +b missing node sludgier +b missing node grograms +b missing node turndowns +b missing node noxiousness +b missing node disbandments +b missing node counter +b missing node moderators +b missing node counted +b missing node glamorously +b missing node reprehension +b missing node outplayed +b missing node wreckful +b missing node variability +b missing node feather +b missing node moline +b missing node vicinities +b missing node klieg +b missing node pins +b missing node pint +b missing node stripping +b missing node tollmen +b missing node pink +b missing node pine +b missing node ping +b missing node muezzins +b missing node pima +b missing node frizzling +b missing node canceller +b missing node cancelled +b missing node cutup +b missing node receiving +b missing node hiddenly +b missing node reencloses +b missing node reenclosed +b missing node pimp +b missing node aphanites +b missing node cutty +b missing node vocational +b missing node portraitists +b missing node seamount +b missing node residues +b missing node adjusts +b missing node uncomfortable +b missing node leadings +b missing node defectively +b missing node spooned +b missing node pill +b missing node reticent +b missing node buying +b missing node rhinestone +b missing node absenters +b missing node pile +b missing node incrustation +b missing node horribleness +b missing node metabolical +b missing node slithering +b missing node kitten +b missing node confounds +b missing node tzarevna +b missing node gumdrops +b missing node morphologist +b missing node auditoriums +b missing node antony +b missing node pike +b missing node collocate +b missing node proceeds +b missing node bulling +b missing node overcome +b missing node heat +b missing node cranberries +b missing node redyed +b missing node heap +b missing node hear +b missing node heal +b missing node kitted +b missing node tollman +b missing node head +b missing node redyes +b missing node relaundering +b missing node pipy +b missing node urologic +b missing node slovenlier +b missing node reciprocity +b missing node timesavers +b missing node scoreboard +b missing node semipros +b missing node quarantine +b missing node becalmed +b missing node championships +b missing node lipreading +b missing node pipe +b missing node propitiation +b missing node extracts +b missing node preconception +b missing node pips +b missing node connoting +b missing node piny +b missing node buttering +b missing node letterhead +b missing node injuriousness +b missing node tubbier +b missing node redoubling +b missing node kneehole +b missing node propitiating +b missing node waveoff +b missing node foxier +b missing node pion +b missing node godless +b missing node barbituric +b missing node veneering +b missing node advertisers +b missing node snigglers +b missing node purity +b missing node blossoming +b missing node reemerges +b missing node gracilis +b missing node lasters +b missing node rousting +b missing node partner +b missing node concuss +b missing node herdsmen +b missing node clevises +b missing node molecular +b missing node unholy +b missing node eloquently +b missing node preparatorily +b missing node malfunctions +b missing node unpremeditated +b missing node concurs +b missing node kickers +b missing node wizard +b missing node novocaine +b missing node honorable +b missing node chewiest +b missing node truckman +b missing node honorably +b missing node salacious +b missing node demoniacal +b missing node detesters +b missing node rebecks +b missing node hookworms +b missing node checkered +b missing node telegraphing +b missing node closeups +b missing node molies +b missing node soundless +b missing node attestable +b missing node theologically +b missing node grassy +b missing node raunchier +b missing node reemerged +b missing node reaccede +b missing node hunkering +b missing node snivel +b missing node loveably +b missing node foxing +b missing node pigeonhole +b missing node sweepingly +b missing node revolutionize +b missing node glimpsing +b missing node tangrams +b missing node foxily +b missing node bedside +b missing node loveable +b missing node centroids +b missing node yellowish +b missing node scientistic +b missing node herdsman +b missing node measurement +b missing node roundworm +b missing node roubles +b missing node molecules +b missing node secretaries +b missing node loppier +b missing node flinted +b missing node unrealized +b missing node pooled +b missing node hauteur +b missing node ridders +b missing node nitwit +b missing node clunkers +b missing node purist +b missing node purism +b missing node grasps +b missing node headdresses +b missing node megabits +b missing node snorters +b missing node skate +b missing node tyler +b missing node slaughter +b missing node deerweeds +b missing node hereabout +b missing node unsaid +b missing node amused +b missing node chiefest +b missing node runtier +b missing node amaranths +b missing node friable +b missing node becomingly +b missing node amuser +b missing node stoniness +b missing node recollect +b missing node amuses +b missing node gassers +b missing node prettiest +b missing node abused +b missing node rheumic +b missing node collocating +b missing node smearers +b missing node homburgs +b missing node dismember +b missing node reschedules +b missing node auditorium +b missing node pinnate +b missing node rescheduled +b missing node avails +b missing node heighten +b missing node disrespectable +b missing node collocation +b missing node dreamier +b missing node abuser +b missing node clerkship +b missing node abuses +b missing node contretemps +b missing node divagation +b missing node masterminding +b missing node housefuls +b missing node envelopment +b missing node demography +b missing node pukka +b missing node satellite +b missing node trepanned +b missing node cosponsorship +b missing node revelries +b missing node revolutionist +b missing node heighths +b missing node syphilitic +b missing node repercussion +b missing node divagating +b missing node desegregated +b missing node monocrat +b missing node fleeced +b missing node slathers +b missing node urinals +b missing node damnit +b missing node counsel +b missing node levee +b missing node inspectors +b missing node prejudice +b missing node shutoff +b missing node beings +b missing node fleeces +b missing node editorialize +b missing node pupillary +b missing node fleecer +b missing node attaches +b missing node attacher +b missing node slurped +b missing node waivers +b missing node fearless +b missing node attached +b missing node unstarched +b missing node jasper +b missing node mewling +b missing node squeaky +b missing node lutenists +b missing node wittiness +b missing node talkatively +b missing node blusters +b missing node repercussive +b missing node computing +b missing node graciles +b missing node gangway +b missing node skald +b missing node meatily +b missing node level +b missing node pantaloons +b missing node squeals +b missing node opiated +b missing node lever +b missing node readmitted +b missing node blueprinted +b missing node sashaying +b missing node blousy +b missing node abstricts +b missing node pukes +b missing node disgruntled +b missing node purloins +b missing node gagers +b missing node begrudgingly +b missing node blouse +b missing node moorlands +b missing node sixfold +b missing node puked +b missing node disgruntles +b missing node squeaks +b missing node pleuritis +b missing node prosodies +b missing node blustery +b missing node anchovies +b missing node dunkers +b missing node squinting +b missing node gizmos +b missing node hotfoot +b missing node outthink +b missing node sausages +b missing node damner +b missing node truckmen +b missing node eponymies +b missing node soapless +b missing node yellowing +b missing node gaoled +b missing node vulgarities +b missing node brattish +b missing node kickoffs +b missing node unhook +b missing node unloving +b missing node malefactors +b missing node opiates +b missing node hugged +b missing node gaoler +b missing node renunciation +b missing node lippers +b missing node banjoes +b missing node noncellular +b missing node reinstructed +b missing node wrong +b missing node hugger +b missing node floridan +b missing node postulations +b missing node malathion +b missing node wroth +b missing node tsarinas +b missing node hellfire +b missing node beryls +b missing node stickers +b missing node trestles +b missing node wrote +b missing node editorialist +b missing node misprinted +b missing node reduced +b missing node incombustible +b missing node depositing +b missing node nebule +b missing node baking +b missing node subsequential +b missing node blooded +b missing node gratia +b missing node hucksters +b missing node urinary +b missing node transacted +b missing node nondiplomatic +b missing node striations +b missing node procedurals +b missing node pummels +b missing node japonicas +b missing node visored +b missing node profess +b missing node deposition +b missing node predisposition +b missing node sensoriums +b missing node sleuths +b missing node liegeman +b missing node plurality +b missing node wainscoting +b missing node theoretician +b missing node piezochemistry +b missing node pleasuring +b missing node thrummer +b missing node towages +b missing node unpleasantness +b missing node adaptor +b missing node periscope +b missing node poisoning +b missing node grater +b missing node urinate +b missing node underfinance +b missing node grates +b missing node becloud +b missing node reducer +b missing node untwisted +b missing node reduces +b missing node nebula +b missing node pacers +b missing node ketchups +b missing node purify +b missing node undeterminable +b missing node farfels +b missing node sentient +b missing node tenoned +b missing node wettest +b missing node cosmonaut +b missing node pitons +b missing node spieled +b missing node cherish +b missing node lisper +b missing node boodling +b missing node pluralism +b missing node unclench +b missing node grated +b missing node cockfight +b missing node wetters +b missing node factotums +b missing node godliness +b missing node dogfight +b missing node spangliest +b missing node conjugate +b missing node ladings +b missing node defalcations +b missing node pawners +b missing node thrummed +b missing node liegemen +b missing node tenoner +b missing node orthopaedics +b missing node bilobed +b missing node physicians +b missing node macrame +b missing node manhoods +b missing node keypunched +b missing node squintier +b missing node ratiocinators +b missing node bleating +b missing node restrengthen +b missing node guaranies +b missing node keypunches +b missing node keypuncher +b missing node gratae +b missing node trijet +b missing node unfailingness +b missing node painfully +b missing node mortgagors +b missing node duffy +b missing node parsonage +b missing node duffs +b missing node lisped +b missing node pasteurizing +b missing node overspends +b missing node canticles +b missing node spieler +b missing node moonier +b missing node warrantable +b missing node purine +b missing node imputations +b missing node moonish +b missing node fricasseeing +b missing node telegraphist +b missing node archdukes +b missing node pinnace +b missing node farmer +b missing node concelebrate +b missing node evincible +b missing node affirmatives +b missing node ovally +b missing node farmed +b missing node acumens +b missing node iterations +b missing node wifehood +b missing node caverning +b missing node inverters +b missing node milestones +b missing node consumable +b missing node monotones +b missing node unedible +b missing node voyagers +b missing node jibbers +b missing node torpors +b missing node pawnees +b missing node hailstone +b missing node mechanizes +b missing node mechanizer +b missing node prebendary +b missing node zincs +b missing node zincy +b missing node forehoofs +b missing node colorcasting +b missing node scleroid +b missing node tonsillar +b missing node daemons +b missing node lubricants +b missing node atavism +b missing node voyageur +b missing node atavist +b missing node unostentatious +b missing node recooked +b missing node overwritten +b missing node shutout +b missing node wreckers +b missing node soccers +b missing node purins +b missing node croutons +b missing node declassifying +b missing node unsafe +b missing node effecters +b missing node tattings +b missing node lopping +b missing node poniards +b missing node restrictionism +b missing node restrictionist +b missing node surmount +b missing node workbook +b missing node brattier +b missing node compromise +b missing node commutatively +b missing node philip +b missing node mooning +b missing node prolixly +b missing node whetting +b missing node stranders +b missing node curatives +b missing node taciturnities +b missing node chromatograph +b missing node complimenters +b missing node pluralize +b missing node immeasurable +b missing node arsenate +b missing node cryptically +b missing node containable +b missing node cloverleaf +b missing node mechanized +b missing node immeasurably +b missing node thunderclaps +b missing node leaped +b missing node loping +b missing node minnows +b missing node epileptoid +b missing node dukedom +b missing node hailstorm +b missing node moonily +b missing node sanguine +b missing node leaper +b missing node sweatily +b missing node immodesty +b missing node algoid +b missing node scleroma +b missing node ascots +b missing node paroxysmic +b missing node sweating +b missing node twelvemo +b missing node unfederated +b missing node brasiers +b missing node kentuckian +b missing node wavelet +b missing node teamakers +b missing node pulpy +b missing node rompish +b missing node distensible +b missing node pulps +b missing node veiled +b missing node cleansers +b missing node levels +b missing node veiler +b missing node falconry +b missing node meterages +b missing node corkers +b missing node bumboat +b missing node ritual +b missing node sensationalist +b missing node conquer +b missing node deserver +b missing node deserves +b missing node purposelessly +b missing node flatulently +b missing node zings +b missing node reiterating +b missing node prepossessions +b missing node zingy +b missing node infirmary +b missing node bucolics +b missing node haematin +b missing node redeemers +b missing node splinter +b missing node crawler +b missing node chimbley +b missing node panzers +b missing node appointments +b missing node manicurist +b missing node anisette +b missing node postbags +b missing node travelable +b missing node crawled +b missing node rangiest +b missing node nosier +b missing node chisels +b missing node leased +b missing node sociability +b missing node motliest +b missing node proselytized +b missing node razor +b missing node jetsams +b missing node leaser +b missing node capsulation +b missing node leases +b missing node smokable +b missing node vocations +b missing node conformists +b missing node informal +b missing node sweepstake +b missing node procreativity +b missing node triassic +b missing node flatbed +b missing node romping +b missing node horsetail +b missing node headquartered +b missing node tibet +b missing node indecencies +b missing node tiber +b missing node cleanliest +b missing node divestment +b missing node logbooks +b missing node raddles +b missing node thickening +b missing node ramshackle +b missing node fibers +b missing node zinky +b missing node brigands +b missing node repented +b missing node splinted +b missing node summarizing +b missing node parsable +b missing node alderman +b missing node hackbut +b missing node repenter +b missing node compeers +b missing node fretsaws +b missing node rankly +b missing node hovels +b missing node pryers +b missing node cushy +b missing node pulse +b missing node pkwy +b missing node findings +b missing node sensationalism +b missing node funnier +b missing node altogether +b missing node footlights +b missing node funnies +b missing node dolesome +b missing node begrime +b missing node rankle +b missing node remittable +b missing node washday +b missing node delving +b missing node corslet +b missing node scrimmaging +b missing node vacations +b missing node duets +b missing node raddled +b missing node formalizing +b missing node informed +b missing node informer +b missing node gripple +b missing node euphoric +b missing node euphoria +b missing node tykes +b missing node loath +b missing node unconstitutionally +b missing node forayers +b missing node ruckus +b missing node confluent +b missing node lobby +b missing node errorless +b missing node verbiages +b missing node mutagenicities +b missing node retirement +b missing node nosily +b missing node looseners +b missing node orientation +b missing node overexciting +b missing node razer +b missing node razes +b missing node spearing +b missing node gripper +b missing node latexes +b missing node forebrain +b missing node grippes +b missing node gratin +b missing node looseness +b missing node puckerier +b missing node razee +b missing node razed +b missing node cherries +b missing node gratis +b missing node poltroonery +b missing node purplish +b missing node maligning +b missing node manacling +b missing node truckles +b missing node truckler +b missing node pled +b missing node moistest +b missing node plea +b missing node superscriptions +b missing node syphilises +b missing node orientating +b missing node truckled +b missing node fertileness +b missing node lobar +b missing node nosing +b missing node dosage +b missing node cogged +b missing node headmaster +b missing node dismounted +b missing node slidden +b missing node wharve +b missing node allegoric +b missing node uplinks +b missing node incumbrance +b missing node innovating +b missing node frostiness +b missing node dyeing +b missing node regrowth +b missing node pulls +b missing node malignity +b missing node austrian +b missing node statewide +b missing node maggie +b missing node retributed +b missing node manicuring +b missing node checkup +b missing node movability +b missing node reutilizations +b missing node kilned +b missing node contrasted +b missing node animosity +b missing node profiteer +b missing node antelope +b missing node luckiness +b missing node bishopric +b missing node aitch +b missing node maoris +b missing node fleshliest +b missing node deserved +b missing node gripped +b missing node hungarians +b missing node rilled +b missing node tithings +b missing node moistens +b missing node nourishing +b missing node avouching +b missing node innovation +b missing node verbenas +b missing node faring +b missing node leveed +b missing node nourishment +b missing node mainlanders +b missing node rudderless +b missing node dwarfs +b missing node play +b missing node watchwords +b missing node chileans +b missing node farina +b missing node levees +b missing node duels +b missing node ongoing +b missing node plat +b missing node plan +b missing node enrage +b missing node corresponded +b missing node flintlocks +b missing node boomeranging +b missing node challenging +b missing node thrombosis +b missing node asymmetrical +b missing node kicking +b missing node dispels +b missing node impostures +b missing node encapsulating +b missing node manuscripts +b missing node misbegot +b missing node thrombotic +b missing node quantity +b missing node waiving +b missing node purpling +b missing node alaruming +b missing node leasts +b missing node feasible +b missing node worming +b missing node purgatories +b missing node macaroni +b missing node domestics +b missing node feasibly +b missing node encapsulation +b missing node irradiation +b missing node muffing +b missing node applicability +b missing node dialectical +b missing node influential +b missing node munchy +b missing node exacerbations +b missing node handcar +b missing node electrolyzing +b missing node macaroon +b missing node collections +b missing node pummelled +b missing node phoebes +b missing node nonassertively +b missing node royalty +b missing node hatracks +b missing node divide +b missing node loafs +b missing node irradiating +b missing node moonstones +b missing node maggot +b missing node bunkering +b missing node sniggling +b missing node redistributed +b missing node puler +b missing node pules +b missing node redistributes +b missing node meeters +b missing node barstools +b missing node puled +b missing node loads +b missing node slopworks +b missing node purgatorial +b missing node biennium +b missing node revisionism +b missing node isotonic +b missing node revisionist +b missing node ambrosia +b missing node lethe +b missing node decollated +b missing node muffins +b missing node prancer +b missing node prances +b missing node innovative +b missing node striates +b missing node breathing +b missing node loach +b missing node pranced +b missing node savvying +b missing node monstrosity +b missing node striated +b missing node reconsolidate +b missing node foliar +b missing node refutals +b missing node shuffling +b missing node wireways +b missing node hillsides +b missing node curvy +b missing node inhospitality +b missing node glamours +b missing node genetic +b missing node bedeviling +b missing node reendows +b missing node curve +b missing node inexplicably +b missing node diverters +b missing node inexplicable +b missing node buildings +b missing node trimmings +b missing node letup +b missing node kickier +b missing node reiterative +b missing node breathier +b missing node jealous +b missing node aisle +b missing node tibia +b missing node bluestockings +b missing node neutrally +b missing node loblolly +b missing node monuments +b missing node wormier +b missing node freelancing +b missing node scofflaws +b missing node suballiances +b missing node simmer +b missing node ankara +b missing node ricochets +b missing node anxiously +b missing node clattered +b missing node curst +b missing node misbeget +b missing node depopulations +b missing node detrimentally +b missing node yellowest +b missing node clatterer +b missing node levers +b missing node surmounted +b missing node fricassees +b missing node underexposures +b missing node royally +b missing node curry +b missing node cutaneous +b missing node stringiness +b missing node antagonizes +b missing node loans +b missing node anatto +b missing node antinomianism +b missing node dengues +b missing node whimsey +b missing node fricasseed +b missing node curse +b missing node rousters +b missing node vassar +b missing node heister +b missing node managers +b missing node ranked +b missing node visoring +b missing node antagonized +b missing node vassal +b missing node boneyard +b missing node ranker +b missing node zoophiles +b missing node unselfish +b missing node loamy +b missing node reckoners +b missing node heisted +b missing node loams +b missing node jaguars +b missing node craving +b missing node divine +b missing node guessed +b missing node uterine +b missing node reinviting +b missing node disparately +b missing node clunking +b missing node quantize +b missing node nonviolent +b missing node hovers +b missing node falconet +b missing node diving +b missing node funnily +b missing node falconer +b missing node fluster +b missing node statutory +b missing node noontides +b missing node obstetrics +b missing node argufying +b missing node guesser +b missing node guesses +b missing node addictively +b missing node computerizing +b missing node comprehend +b missing node lazying +b missing node ceils +b missing node importune +b missing node hoecakes +b missing node kayaker +b missing node puckering +b missing node unplayed +b missing node upheaved +b missing node egocentricities +b missing node impulsiveness +b missing node funning +b missing node reiteration +b missing node upheaves +b missing node preambles +b missing node upheaver +b missing node rejectors +b missing node dumpiness +b missing node sleepers +b missing node inboard +b missing node evangelize +b missing node upheaval +b missing node apricot +b missing node subvarieties +b missing node rescind +b missing node huntresses +b missing node draggers +b missing node computable +b missing node rescinded +b missing node impugnment +b missing node quixote +b missing node divisional +b missing node pumps +b missing node grovelers +b missing node quantify +b missing node arbalests +b missing node rescinder +b missing node inveighs +b missing node residual +b missing node reconditions +b missing node methanes +b missing node bandmaster +b missing node abetment +b missing node revokers +b missing node impossibilities +b missing node exhilarative +b missing node reattempting +b missing node genevas +b missing node nostrils +b missing node monotheism +b missing node adjured +b missing node mortician +b missing node treatise +b missing node quackishly +b missing node italicize +b missing node monotheist +b missing node blessers +b missing node adjurer +b missing node adjures +b missing node debouche +b missing node officialities +b missing node waspish +b missing node pappooses +b missing node biennial +b missing node coating +b missing node ironing +b missing node fishwife +b missing node vicarly +b missing node predispose +b missing node wakened +b missing node hypertensive +b missing node wakener +b missing node effulgent +b missing node regally +b missing node professionalist +b missing node assorter +b missing node assorted +b missing node coiffes +b missing node coiffed +b missing node jaunted +b missing node luster +b missing node anomalistic +b missing node lusted +b missing node inveigle +b missing node ironist +b missing node mulberries +b missing node professionalize +b missing node matadors +b missing node mirrors +b missing node pierces +b missing node piercer +b missing node dreamful +b missing node snitch +b missing node expensively +b missing node impressively +b missing node chowed +b missing node cohoshes +b missing node regalia +b missing node rayon +b missing node paralleling +b missing node penultimate +b missing node pierced +b missing node pregnancy +b missing node amerinds +b missing node godsends +b missing node illegitimated +b missing node bacchanalias +b missing node scribed +b missing node bacchanalian +b missing node sustainable +b missing node moistful +b missing node copolymer +b missing node moonlet +b missing node dehydrogenation +b missing node yoicks +b missing node epistle +b missing node workbench +b missing node bushman +b missing node earrings +b missing node dehydrogenating +b missing node sidewinders +b missing node missions +b missing node nontruths +b missing node armchairs +b missing node wormish +b missing node femininity +b missing node rayed +b missing node freakiest +b missing node hypertension +b missing node onuses +b missing node scribes +b missing node scriber +b missing node autodidact +b missing node expert +b missing node letch +b missing node pieceworker +b missing node cloddish +b missing node unspotted +b missing node regales +b missing node skiwears +b missing node blowzy +b missing node gluttonous +b missing node properness +b missing node exhilarating +b missing node isotopic +b missing node shutouts +b missing node cutie +b missing node nineteens +b missing node endomorphic +b missing node cutin +b missing node slurred +b missing node unbelief +b missing node topcoat +b missing node cutis +b missing node fashioners +b missing node exhilaration +b missing node unresponsive +b missing node irrigators +b missing node guardedly +b missing node regaled +b missing node southeaster +b missing node betrayals +b missing node bluegum +b missing node mayflowers +b missing node reoccurs +b missing node bushmen +b missing node cunnilinctus +b missing node hypnotic +b missing node reconsidering +b missing node aristocratic +b missing node tolling +b missing node moonlit +b missing node hairdressing +b missing node parallelism +b missing node professionalism +b missing node steadiers +b missing node unfought +b missing node empurple +b missing node shelterless +b missing node tinstones +b missing node beeping +b missing node understate +b missing node landholding +b missing node arbitrages +b missing node talkers +b missing node biochemical +b missing node arbitrager +b missing node reoccupy +b missing node scribal +b missing node targeting +b missing node isotopes +b missing node steadiest +b missing node nacred +b missing node forgather +b missing node rampagers +b missing node yurts +b missing node parasol +b missing node picnics +b missing node nacres +b missing node brushups +b missing node seawater +b missing node evangelist +b missing node cuter +b missing node canonic +b missing node wishless +b missing node evangelism +b missing node illegalized +b missing node cutes +b missing node local +b missing node cutey +b missing node cantharis +b missing node adventurous +b missing node collaborated +b missing node hahnium +b missing node thromboses +b missing node anarchic +b missing node heraldists +b missing node haps +b missing node pumas +b missing node mobsters +b missing node collaborates +b missing node constructions +b missing node descanted +b missing node submersed +b missing node enfevered +b missing node interjected +b missing node volatilizing +b missing node geochemists +b missing node asthma +b missing node absorbent +b missing node radiomen +b missing node dudes +b missing node misnames +b missing node handbag +b missing node mentor +b missing node plastering +b missing node retributor +b missing node helipad +b missing node allergology +b missing node trills +b missing node poundals +b missing node misnamed +b missing node duddy +b missing node gravid +b missing node expels +b missing node pinpoints +b missing node trammeling +b missing node treaties +b missing node normatively +b missing node pushiest +b missing node diagnosticians +b missing node harp +b missing node graven +b missing node pamper +b missing node intermixed +b missing node harm +b missing node killed +b missing node hark +b missing node graves +b missing node cogitators +b missing node graver +b missing node ploy +b missing node plow +b missing node hart +b missing node gravel +b missing node accounter +b missing node plot +b missing node travesties +b missing node hare +b missing node boleros +b missing node accounted +b missing node conductive +b missing node hard +b missing node enrapt +b missing node malarky +b missing node exclamatory +b missing node pikers +b missing node profiters +b missing node plop +b missing node intermixes +b missing node dilatant +b missing node washers +b missing node plod +b missing node abnormals +b missing node blowsy +b missing node hall +b missing node halo +b missing node encroaches +b missing node hale +b missing node half +b missing node consenters +b missing node poplins +b missing node clicked +b missing node lobes +b missing node microfilms +b missing node encroached +b missing node sharpshooting +b missing node radioman +b missing node evangelic +b missing node clicker +b missing node shallot +b missing node tiara +b missing node shallow +b missing node firebombing +b missing node tepidly +b missing node japanese +b missing node hake +b missing node disbarments +b missing node angularity +b missing node swabbie +b missing node travestied +b missing node illiterateness +b missing node prinking +b missing node curiums +b missing node malaria +b missing node stewpans +b missing node killer +b missing node feoffment +b missing node shallop +b missing node lobed +b missing node foresides +b missing node loyalest +b missing node saintly +b missing node stalwartly +b missing node interpret +b missing node hank +b missing node expend +b missing node hang +b missing node hand +b missing node blowup +b missing node rebroadening +b missing node artiness +b missing node playpens +b missing node hams +b missing node submerses +b missing node activations +b missing node mentis +b missing node pellagras +b missing node repacking +b missing node precooling +b missing node chillness +b missing node incorruptly +b missing node corelate +b missing node bilateralities +b missing node zoology +b missing node monocots +b missing node halt +b missing node gradating +b missing node purges +b missing node swabber +b missing node viticulture +b missing node diagnosis +b missing node guardhouse +b missing node cloddier +b missing node purger +b missing node enticing +b missing node expect +b missing node glinted +b missing node marveling +b missing node subtrahends +b missing node conduction +b missing node incarcerate +b missing node guested +b missing node plus +b missing node zoologists +b missing node problems +b missing node gradation +b missing node midship +b missing node teutonic +b missing node menthe +b missing node hawk +b missing node plum +b missing node invertor +b missing node swabbed +b missing node purged +b missing node adjuror +b missing node plug +b missing node haws +b missing node inexpressibility +b missing node lunker +b missing node postboxes +b missing node haze +b missing node aldermen +b missing node caprine +b missing node waisting +b missing node hindermost +b missing node ironies +b missing node conducting +b missing node neglect +b missing node frugged +b missing node clapboards +b missing node overnighters +b missing node baronetcy +b missing node maladroitly +b missing node poundage +b missing node engirdle +b missing node hazy +b missing node durability +b missing node arbitraments +b missing node rucked +b missing node methanol +b missing node nonstandardized +b missing node breakfasts +b missing node hays +b missing node paternal +b missing node cogent +b missing node davenports +b missing node refortifying +b missing node hate +b missing node hath +b missing node diagnoses +b missing node absorbers +b missing node aspersers +b missing node vaster +b missing node cathartics +b missing node impracticable +b missing node hats +b missing node cerebroid +b missing node seignorage +b missing node diagnosed +b missing node dilatate +b missing node unrecoverable +b missing node autobiography +b missing node unneedfully +b missing node hash +b missing node graved +b missing node multilaterally +b missing node technically +b missing node cusps +b missing node vulcanizing +b missing node hast +b missing node pinesap +b missing node hasp +b missing node engirded +b missing node unfertile +b missing node sorceresses +b missing node kitsch +b missing node reconfirmations +b missing node interjector +b missing node have +b missing node readjourn +b missing node wordstar +b missing node treating +b missing node scarcely +b missing node lobos +b missing node substructures +b missing node tungstenic +b missing node gaugers +b missing node recombinant +b missing node pampas +b missing node warehouses +b missing node braggiest +b missing node proselytizes +b missing node learnt +b missing node proselytizer +b missing node defecters +b missing node warehoused +b missing node mental +b missing node learns +b missing node specification +b missing node warehouser +b missing node haul +b missing node tiredest +b missing node hive +b missing node wristlets +b missing node calculate +b missing node monodic +b missing node rummaged +b missing node incorrupted +b missing node postponing +b missing node tympana +b missing node encampment +b missing node rummager +b missing node rummages +b missing node tympani +b missing node squall +b missing node anticlines +b missing node tympans +b missing node hedgepigs +b missing node hypnosis +b missing node eighth +b missing node disproportionately +b missing node inverted +b missing node partial +b missing node havana +b missing node hits +b missing node arranged +b missing node frothier +b missing node behaving +b missing node caprice +b missing node subsidizing +b missing node gamiest +b missing node jeremiad +b missing node behavior +b missing node traumatizes +b missing node leathered +b missing node arranges +b missing node commerce +b missing node arranger +b missing node grande +b missing node hiss +b missing node globes +b missing node hist +b missing node extincted +b missing node eighty +b missing node eights +b missing node jeremiah +b missing node partied +b missing node sweden +b missing node overimpressing +b missing node globed +b missing node inuring +b missing node hisn +b missing node grands +b missing node essentially +b missing node sleave +b missing node radiocaster +b missing node heightens +b missing node swedes +b missing node wetting +b missing node quacked +b missing node ranees +b missing node dissimilarity +b missing node cheapies +b missing node collectives +b missing node compact +b missing node molasses +b missing node deriding +b missing node nobles +b missing node nobler +b missing node births +b missing node strippers +b missing node grievousness +b missing node scalding +b missing node grassland +b missing node sunwards +b missing node imparted +b missing node maharaja +b missing node notable +b missing node molest +b missing node backhand +b missing node fumble +b missing node fodder +b missing node slathering +b missing node healthier +b missing node traumatized +b missing node curriculum +b missing node manholes +b missing node snafued +b missing node dalmatians +b missing node plagiary +b missing node cumberers +b missing node magistracies +b missing node notably +b missing node liberationist +b missing node wettish +b missing node voluminous +b missing node algins +b missing node cecum +b missing node emerita +b missing node dimness +b missing node cooperations +b missing node obsolete +b missing node nonattendance +b missing node emeriti +b missing node sleazy +b missing node transom +b missing node watchout +b missing node greenback +b missing node duodenums +b missing node rehardened +b missing node mistranscription +b missing node aguishly +b missing node layers +b missing node squats +b missing node battiness +b missing node immediacies +b missing node hind +b missing node collaborator +b missing node deserter +b missing node mindlessly +b missing node tubbers +b missing node linoleums +b missing node frothing +b missing node terrazzo +b missing node nettlesome +b missing node hill +b missing node langauge +b missing node asphalt +b missing node mealtime +b missing node housetop +b missing node hilt +b missing node imprudently +b missing node arachnid +b missing node maharani +b missing node perching +b missing node escapement +b missing node skean +b missing node arbor +b missing node triers +b missing node anonymous +b missing node innovators +b missing node presaged +b missing node squash +b missing node knockouts +b missing node bravadoes +b missing node machinize +b missing node evocation +b missing node puffs +b missing node bassoons +b missing node puffy +b missing node broadside +b missing node nitres +b missing node square +b missing node desertic +b missing node hike +b missing node nibbler +b missing node nibbles +b missing node valorizes +b missing node hypnoses +b missing node hyperactive +b missing node healthily +b missing node graecizing +b missing node foxglove +b missing node smoothened +b missing node nibbled +b missing node pretext +b missing node pandemics +b missing node landmasses +b missing node fezzed +b missing node syndication +b missing node titteringly +b missing node miscognizant +b missing node hire +b missing node imminent +b missing node presager +b missing node grange +b missing node valentines +b missing node cataracts +b missing node offerors +b missing node westernizes +b missing node presages +b missing node fezzes +b missing node cedar +b missing node snitching +b missing node squaws +b missing node hips +b missing node valorized +b missing node deltic +b missing node syndicating +b missing node westernized +b missing node reattainment +b missing node biocide +b missing node lucidly +b missing node mahjonggs +b missing node abortively +b missing node inverter +b missing node frothily +b missing node coordinated +b missing node shewers +b missing node cottontails +b missing node looniness +b missing node chartists +b missing node armadas +b missing node squawk +b missing node mucous +b missing node stonewalled +b missing node coordinates +b missing node chaplaincy +b missing node sniffers +b missing node hint +b missing node giantesses +b missing node deserted +b missing node germiest +b missing node correctable +b missing node ultimation +b missing node hadrons +b missing node companions +b missing node hide +b missing node saxhorns +b missing node undeceives +b missing node inclinations +b missing node judicatories +b missing node dukes +b missing node hied +b missing node befuddle +b missing node hies +b missing node ascribe +b missing node marrieds +b missing node scruffier +b missing node undeceived +b missing node urbanities +b missing node disloyal +b missing node boyos +b missing node midland +b missing node waspily +b missing node pretest +b missing node partita +b missing node cecal +b missing node cucumber +b missing node corralling +b missing node zenanas +b missing node nutritionally +b missing node synopses +b missing node itchier +b missing node delayed +b missing node sliverers +b missing node mottle +b missing node minutia +b missing node jaycees +b missing node waterpower +b missing node delayer +b missing node muzzily +b missing node hick +b missing node grants +b missing node skein +b missing node vacantly +b missing node granny +b missing node pelted +b missing node dustrags +b missing node unripest +b missing node parting +b missing node conation +b missing node agriculture +b missing node mesospheric +b missing node pelter +b missing node rewrap +b missing node improvidence +b missing node werewolves +b missing node veneerers +b missing node stretchable +b missing node nonresident +b missing node grazioso +b missing node synopsis +b missing node sibylic +b missing node unprovided +b missing node lending +b missing node delude +b missing node assassinations +b missing node varnishy +b missing node general +b missing node obstetrician +b missing node parolable +b missing node sixtieths +b missing node pretend +b missing node high +b missing node magnet +b missing node skeet +b missing node daylight +b missing node radiogram +b missing node vermouth +b missing node excursively +b missing node timesaving +b missing node reanimated +b missing node fantastical +b missing node rehardens +b missing node overstating +b missing node pentecostal +b missing node dunking +b missing node coolant +b missing node sluggardly +b missing node disadvantages +b missing node verdancy +b missing node gluttonies +b missing node random +b missing node ghostliness +b missing node tyres +b missing node karats +b missing node noncontagious +b missing node tsarisms +b missing node unmooring +b missing node disadvantaged +b missing node thrillers +b missing node waspier +b missing node myself +b missing node cricking +b missing node engross +b missing node coordinator +b missing node reanimates +b missing node tyred +b missing node crustacea +b missing node muzzier +b missing node inadvertency +b missing node inadvertence +b missing node computers +b missing node cecil +b missing node predacious +b missing node horizons +b missing node snowiest +b missing node karate +b missing node itching +b missing node imparter +b missing node unselfishness +b missing node foeti +b missing node cumbersome +b missing node homebodies +b missing node stipulatory +b missing node moonshiner +b missing node padshah +b missing node earring +b missing node transit +b missing node obtrusively +b missing node superimposition +b missing node parties +b missing node concord +b missing node nonexistence +b missing node bodingly +b missing node immutability +b missing node clifts +b missing node overvalues +b missing node anticlinal +b missing node monsieur +b missing node heritors +b missing node conative +b missing node chevrolet +b missing node isotopically +b missing node overvalued +b missing node moonshined +b missing node saltless +b missing node stipulators +b missing node cyclonically +b missing node searchers +b missing node generic +b missing node outguessing +b missing node astronautics +b missing node trisected +b missing node nonconcurrent +b missing node rehinge +b missing node tympany +b missing node minuter +b missing node minutes +b missing node absenting +b missing node prominence +b missing node unripely +b missing node minuted +b missing node desponded +b missing node mottos +b missing node unsensible +b missing node inimically +b missing node generis +b missing node irritability +b missing node encrustation +b missing node punchiest +b missing node bullock +b missing node transcendentally +b missing node wizens +b missing node trifle +b missing node estuary +b missing node recreantly +b missing node anticlimax +b missing node hypothecating +b missing node blippers +b missing node humanize +b missing node terrorizing +b missing node plasmatic +b missing node stovepipe +b missing node thyme +b missing node bibles +b missing node recreated +b missing node onces +b missing node rumania +b missing node typic +b missing node skews +b missing node amoebic +b missing node arabs +b missing node footbaths +b missing node buddhists +b missing node interplay +b missing node ortolans +b missing node miraculous +b missing node recutting +b missing node hygroscope +b missing node admonishments +b missing node poult +b missing node impoverisher +b missing node preteen +b missing node thymy +b missing node impoverishes +b missing node recreates +b missing node outwitting +b missing node thymi +b missing node poky +b missing node tuberoid +b missing node auctions +b missing node bereavers +b missing node inturn +b missing node chieftain +b missing node polk +b missing node subentry +b missing node cerumen +b missing node poll +b missing node pole +b missing node antecedently +b missing node troublesome +b missing node splotchy +b missing node arthrography +b missing node disinfectants +b missing node filmdom +b missing node trifid +b missing node internships +b missing node contemplation +b missing node poke +b missing node swatters +b missing node afrikaans +b missing node pound +b missing node deacidification +b missing node pomp +b missing node typed +b missing node pong +b missing node reemployed +b missing node emphatic +b missing node unisonal +b missing node contemplating +b missing node repentant +b missing node spiegel +b missing node deceleration +b missing node types +b missing node pond +b missing node collegiate +b missing node pone +b missing node encephala +b missing node immunities +b missing node cornflowers +b missing node backwards +b missing node outreached +b missing node poly +b missing node polo +b missing node pols +b missing node outreaches +b missing node heartfelt +b missing node pooped +b missing node assumption +b missing node hateful +b missing node cogitator +b missing node pome +b missing node arrays +b missing node radioactive +b missing node curricular +b missing node scantiest +b missing node bluejay +b missing node palmate +b missing node flushest +b missing node deportations +b missing node ameers +b missing node humanism +b missing node typos +b missing node humanist +b missing node contractile +b missing node butterfly +b missing node scathed +b missing node yawls +b missing node testicles +b missing node chinatown +b missing node saucepans +b missing node faultless +b missing node invertase +b missing node responses +b missing node sweepings +b missing node chrysalis +b missing node scathes +b missing node haulage +b missing node pours +b missing node strontium +b missing node humanity +b missing node inmates +b missing node araks +b missing node shyster +b missing node cadaver +b missing node towable +b missing node juries +b missing node federally +b missing node dishonesty +b missing node dawning +b missing node lopers +b missing node respectfulness +b missing node leapers +b missing node burliness +b missing node nonallergenic +b missing node yawns +b missing node concords +b missing node unasked +b missing node hatchbacks +b missing node pouty +b missing node shuckings +b missing node genitures +b missing node pouts +b missing node tumultus +b missing node stripiest +b missing node yodelling +b missing node mistermed +b missing node impoverished +b missing node lithographing +b missing node underwriter +b missing node anting +b missing node underwrites +b missing node residencies +b missing node immotile +b missing node plexuses +b missing node poco +b missing node ornithologist +b missing node pock +b missing node voyaging +b missing node dejection +b missing node elasticities +b missing node republic +b missing node absoluteness +b missing node panelists +b missing node disinclined +b missing node intuit +b missing node puckerers +b missing node misgiving +b missing node disinclines +b missing node yawps +b missing node imponderables +b missing node shellackers +b missing node dejecting +b missing node collegians +b missing node doorjambs +b missing node assumptive +b missing node nuggets +b missing node supervisal +b missing node inverses +b missing node puggy +b missing node warehousing +b missing node poet +b missing node commoners +b missing node contracting +b missing node tuberose +b missing node poem +b missing node squeezing +b missing node nuptial +b missing node locomote +b missing node folios +b missing node riffing +b missing node underbellies +b missing node contraction +b missing node copperhead +b missing node sidetracking +b missing node commonest +b missing node pods +b missing node foehn +b missing node nuggety +b missing node sopranos +b missing node showcases +b missing node shuddery +b missing node taxational +b missing node cheapish +b missing node powerhouses +b missing node rematching +b missing node shudders +b missing node cogitated +b missing node finialed +b missing node saveable +b missing node baklavas +b missing node shipkeeper +b missing node snapweed +b missing node antecedental +b missing node gloats +b missing node gaging +b missing node inoffensiveness +b missing node raftsmen +b missing node tuberous +b missing node molder +b missing node odiousness +b missing node showcased +b missing node ceder +b missing node inkiness +b missing node skirters +b missing node progression +b missing node molded +b missing node ceded +b missing node bushwhacking +b missing node adoptability +b missing node endoderms +b missing node pickiest +b missing node predeceased +b missing node knower +b missing node uruguay +b missing node potpies +b missing node cedes +b missing node knells +b missing node hibernator +b missing node seneschal +b missing node snorting +b missing node sweets +b missing node bleaters +b missing node evocative +b missing node progressing +b missing node predeceases +b missing node checker +b missing node supervisee +b missing node supervised +b missing node overview +b missing node minuses +b missing node riling +b missing node supervises +b missing node husbandry +b missing node butterfat +b missing node pharyngeal +b missing node checked +b missing node chieftains +b missing node machinist +b missing node derricks +b missing node stinters +b missing node hopsacking +b missing node suboxides +b missing node bakery +b missing node quadrantal +b missing node angelfish +b missing node cambiums +b missing node magnesic +b missing node magnesia +b missing node sieging +b missing node lisles +b missing node ginseng +b missing node gesturers +b missing node bakers +b missing node blemishes +b missing node nonskilled +b missing node reassurances +b missing node wiretapper +b missing node shutter +b missing node wiretapped +b missing node nitric +b missing node rancor +b missing node husbandly +b missing node censored +b missing node collectedly +b missing node blemished +b missing node trickishness +b missing node voucherable +b missing node emeries +b missing node bozos +b missing node compass +b missing node renegotiator +b missing node deliriant +b missing node technocrat +b missing node deltas +b missing node riggings +b missing node housesit +b missing node machining +b missing node chandleries +b missing node bigamists +b missing node sweepy +b missing node sweeps +b missing node trucking +b missing node godchild +b missing node magmas +b missing node contractive +b missing node recontamination +b missing node fallouts +b missing node escrows +b missing node amoebae +b missing node decelerating +b missing node whetters +b missing node amoeban +b missing node combatively +b missing node bretons +b missing node amoebas +b missing node plaques +b missing node riveters +b missing node jurist +b missing node stranding +b missing node compare +b missing node pancaking +b missing node flemish +b missing node moolahs +b missing node patterning +b missing node cheerers +b missing node pouch +b missing node supervisor +b missing node ricksha +b missing node examination +b missing node wharfs +b missing node blueish +b missing node profane +b missing node loppers +b missing node advertised +b missing node trapdoors +b missing node leotard +b missing node petrifying +b missing node enravished +b missing node schmalz +b missing node phrenological +b missing node progressive +b missing node gabbroic +b missing node livestock +b missing node dictronics +b missing node untrained +b missing node disburse +b missing node gassing +b missing node unarrested +b missing node advertises +b missing node advertiser +b missing node geneses +b missing node daggers +b missing node bactericide +b missing node lasting +b missing node rancho +b missing node hibernates +b missing node husbander +b missing node oppressively +b missing node pouff +b missing node rancid +b missing node complimentary +b missing node inharmonious +b missing node renegotiated +b missing node inductions +b missing node poufs +b missing node roofless +b missing node global +b missing node enravishes +b missing node knowns +b missing node nonactives +b missing node renegotiates +b missing node pondweeds +b missing node raftsman +b missing node wickedness +b missing node superlativeness +b missing node mendings +b missing node housesat +b missing node company +b missing node hibernated +b missing node globularly +b missing node husbanded +b missing node flamencos +b missing node apercu +b missing node fleming +b missing node lachrymator +b missing node togglers +b missing node bloodedness +b missing node brewings +b missing node maharanees +b missing node anilines +b missing node bonniness +b missing node stiffening +b missing node graspingness +b missing node entomologically +b missing node nitros +b missing node blueing +b missing node berkeley +b missing node genesis +b missing node wreckage +b missing node cogitates +b missing node contemplative +b missing node piazza +b missing node satinwood +b missing node alternatingly +b missing node piazze +b missing node availed +b missing node teetotals +b missing node cravings +b missing node anthers +b missing node managing +b missing node pockmarked +b missing node peddlar +b missing node missiles +b missing node naturalizations +b missing node emphases +b missing node blotto +b missing node blighty +b missing node shanghaiing +b missing node obstructors +b missing node skirting +b missing node hymnary +b missing node expressionists +b missing node divers +b missing node divert +b missing node bygone +b missing node carryover +b missing node blotty +b missing node faculty +b missing node bushwhackers +b missing node bioassayed +b missing node gabfests +b missing node tsaritza +b missing node discards +b missing node someways +b missing node hardhead +b missing node moderner +b missing node lumpers +b missing node primaries +b missing node portrayals +b missing node divest +b missing node discourages +b missing node emphasis +b missing node discouraged +b missing node stacked +b missing node wingspan +b missing node busheler +b missing node staggeringly +b missing node stacker +b missing node busheled +b missing node recyclability +b missing node equerry +b missing node brusquely +b missing node vetting +b missing node coincide +b missing node unlicensed +b missing node client +b missing node dropsies +b missing node whangs +b missing node borealis +b missing node grapes +b missing node friendship +b missing node peddler +b missing node parasite +b missing node peddles +b missing node diverting +b missing node unqualifiedly +b missing node unwilled +b missing node superintendence +b missing node dropsied +b missing node primarily +b missing node modernly +b missing node superintendency +b missing node gassier +b missing node shunters +b missing node vastest +b missing node bonefishes +b missing node lumpens +b missing node transitional +b missing node outwalked +b missing node straggled +b missing node majorettes +b missing node arrestors +b missing node straggler +b missing node benefited +b missing node straggles +b missing node trigon +b missing node workboat +b missing node trellising +b missing node frontiers +b missing node peddled +b missing node sojourn +b missing node chiefdom +b missing node coarsest +b missing node marquise +b missing node dotters +b missing node graphs +b missing node gauging +b missing node coarsens +b missing node shuttle +b missing node deflections +b missing node brightens +b missing node periodically +b missing node bluffers +b missing node reaccompanied +b missing node urgingly +b missing node destroyingly +b missing node possums +b missing node numerous +b missing node coifing +b missing node quackery +b missing node reaccompanies +b missing node reconsider +b missing node criminated +b missing node bluffest +b missing node kenosises +b missing node nonobligatory +b missing node ethnologist +b missing node incident +b missing node spreader +b missing node virtual +b missing node leatherneck +b missing node segments +b missing node egestions +b missing node swears +b missing node betterment +b missing node empire +b missing node undetected +b missing node planetarium +b missing node chummiest +b missing node ardor +b missing node dottels +b missing node kernelling +b missing node fidelities +b missing node unpropitious +b missing node orthopaedist +b missing node sweats +b missing node bioactivities +b missing node overworked +b missing node odorizes +b missing node depolarizing +b missing node carnations +b missing node ranges +b missing node ranger +b missing node uglifies +b missing node sweaty +b missing node missilry +b missing node spooked +b missing node rakehell +b missing node ranged +b missing node virulencies +b missing node odorized +b missing node doughnut +b missing node postulates +b missing node ecstatics +b missing node cartography +b missing node corkage +b missing node stiffeners +b missing node cafeterias +b missing node postulated +b missing node mantilla +b missing node mismanaging +b missing node rechristenings +b missing node habilitate +b missing node neoclassicism +b missing node voltmeters +b missing node blights +b missing node manslaughter +b missing node newsweek +b missing node coarsely +b missing node virtues +b missing node corkwoods +b missing node paraquats +b missing node cedarwood +b missing node philos +b missing node interpose +b missing node philol +b missing node boxer +b missing node shotguns +b missing node tethering +b missing node boxes +b missing node blazon +b missing node uglifier +b missing node boxed +b missing node cascaras +b missing node dosers +b missing node capacitance +b missing node uglified +b missing node bowie +b missing node poxes +b missing node manhandle +b missing node evident +b missing node pelvic +b missing node xenobiologies +b missing node jowled +b missing node cheerful +b missing node railside +b missing node pelvis +b missing node invigorator +b missing node enoughs +b missing node deathtrap +b missing node airports +b missing node leaping +b missing node blotch +b missing node magnetic +b missing node thickeners +b missing node reaccept +b missing node blipping +b missing node blabbing +b missing node embitterments +b missing node trueloves +b missing node moderating +b missing node advertising +b missing node insinuates +b missing node bertha +b missing node discing +b missing node alcazars +b missing node schooner +b missing node decoding +b missing node fluoroscopies +b missing node senilities +b missing node swooshes +b missing node wigwam +b missing node blackamoors +b missing node wigwag +b missing node ikebanas +b missing node moderation +b missing node spooled +b missing node arcus +b missing node polymeric +b missing node singular +b missing node unsuspiciously +b missing node excreter +b missing node excretes +b missing node talking +b missing node poxed +b missing node lucifer +b missing node spooler +b missing node feudists +b missing node faculae +b missing node dunderhead +b missing node reaccent +b missing node insinuated +b missing node christie +b missing node turquoises +b missing node excreted +b missing node predecessors +b missing node suppress +b missing node dissimulation +b missing node follicular +b missing node superintendents +b missing node blackguard +b missing node putdown +b missing node outgrowing +b missing node placidity +b missing node arachnoid +b missing node rewove +b missing node flauntiest +b missing node villainously +b missing node magnums +b missing node dauntless +b missing node berths +b missing node faithfuls +b missing node pelves +b missing node carboys +b missing node indulgences +b missing node mudras +b missing node roving +b missing node bowls +b missing node pows +b missing node shambling +b missing node jollities +b missing node aldrins +b missing node enfilading +b missing node leper +b missing node christen +b missing node deferrable +b missing node levant +b missing node astern +b missing node irrigation +b missing node manoeuver +b missing node arrant +b missing node invariability +b missing node auditories +b missing node unwieldier +b missing node umlaut +b missing node newsies +b missing node avocation +b missing node birthstone +b missing node nonfactually +b missing node twopenny +b missing node newsier +b missing node asters +b missing node misarrange +b missing node secretariat +b missing node excretal +b missing node magneton +b missing node bereaving +b missing node magnetos +b missing node secretarial +b missing node diathermy +b missing node announcer +b missing node announces +b missing node blazed +b missing node alphanumeric +b missing node blazer +b missing node pouf +b missing node blazes +b missing node noonday +b missing node hilltops +b missing node pour +b missing node focus +b missing node entrenched +b missing node pout +b missing node brusquest +b missing node honorific +b missing node cliched +b missing node latests +b missing node entrenches +b missing node heedfully +b missing node announced +b missing node participant +b missing node infirmness +b missing node cliches +b missing node port +b missing node watchwomen +b missing node twopence +b missing node prying +b missing node auditorial +b missing node runtish +b missing node pose +b missing node ravenous +b missing node exhalants +b missing node posh +b missing node cowries +b missing node hymnals +b missing node millions +b missing node invigorates +b missing node post +b missing node desegregates +b missing node preaccustom +b missing node propitiatory +b missing node dissimulating +b missing node posy +b missing node suzette +b missing node woodcutter +b missing node screeched +b missing node invigorated +b missing node pots +b missing node screecher +b missing node talkier +b missing node screeches +b missing node talkies +b missing node transplanting +b missing node pokiness +b missing node handcuffing +b missing node tragedienne +b missing node pops +b missing node tsimmes +b missing node tawney +b missing node anthems +b missing node cermets +b missing node pithiness +b missing node ridding +b missing node curtailment +b missing node deceive +b missing node authorizations +b missing node commandeers +b missing node regards +b missing node arrack +b missing node hoatzins +b missing node insinuator +b missing node spearers +b missing node porn +b missing node typal +b missing node flushing +b missing node pork +b missing node swooshed +b missing node guidances +b missing node pore +b missing node postcards +b missing node slaloms +b missing node pony +b missing node pons +b missing node pooh +b missing node orienting +b missing node watchwoman +b missing node pool +b missing node deceits +b missing node epsilon +b missing node participate +b missing node ceremonious +b missing node retests +b missing node carbons +b missing node dawned +b missing node bowse +b missing node excerpt +b missing node websters +b missing node poor +b missing node tyrannosauruses +b missing node poop +b missing node motherland +b missing node polyester +b missing node uncleanliness +b missing node christly +b missing node doorpost +b missing node fluoroscopist +b missing node pope +b missing node blouses +b missing node arced +b missing node palters +b missing node gouging +b missing node capitulary +b missing node sadistic +b missing node unpitying +b missing node trichiniasis +b missing node aspersing +b missing node backwater +b missing node bloused +b missing node femininely +b missing node brussels +b missing node iniquities +b missing node centillion +b missing node subtleness +b missing node refreshment +b missing node acrylic +b missing node effects +b missing node emigration +b missing node capitulate +b missing node pitman +b missing node bedfellows +b missing node narrowness +b missing node suitor +b missing node aggrieves +b missing node manoeuvre +b missing node mailings +b missing node aspersion +b missing node inadequately +b missing node uprising +b missing node aggrieved +b missing node eucharistical +b missing node ohmmeter +b missing node lincoln +b missing node maidenhood +b missing node tormentor +b missing node melodeons +b missing node exorbitantly +b missing node floodwater +b missing node misdirects +b missing node whickering +b missing node disorganizing +b missing node misbeliefs +b missing node flatiron +b missing node archaists +b missing node tsarists +b missing node florescent +b missing node reloads +b missing node harvesters +b missing node rollicked +b missing node hatmakers +b missing node preinserts +b missing node incriminatory +b missing node cornbread +b missing node wiggliest +b missing node abrogations +b missing node umbrae +b missing node acceptable +b missing node generics +b missing node cosponsors +b missing node bedraggle +b missing node chosen +b missing node typographically +b missing node undernourishment +b missing node choses +b missing node acceptably +b missing node ardently +b missing node umbras +b missing node pizzeria +b missing node umbral +b missing node discases +b missing node livelier +b missing node tyrannosaurs +b missing node thinker +b missing node huskiness +b missing node upsetter +b missing node discased +b missing node orgiastic +b missing node bedframe +b missing node recitations +b missing node undercoating +b missing node purled +b missing node nobody +b missing node kachinas +b missing node partisans +b missing node glancing +b missing node breathers +b missing node landholders +b missing node rework +b missing node tormenter +b missing node prereproductive +b missing node demounted +b missing node knoxville +b missing node demiurge +b missing node tormented +b missing node monocle +b missing node snideness +b missing node lordliest +b missing node fashion +b missing node sprawler +b missing node availing +b missing node blouson +b missing node gaggle +b missing node cameroonian +b missing node sprawled +b missing node crystallized +b missing node dauphine +b missing node salaams +b missing node cranial +b missing node atheneums +b missing node languidly +b missing node crystallizes +b missing node dauphins +b missing node renunciatory +b missing node crystallizer +b missing node redelivers +b missing node mutineers +b missing node essays +b missing node reword +b missing node substituted +b missing node marriage +b missing node theorizing +b missing node substituter +b missing node substitutes +b missing node folksy +b missing node betrayers +b missing node cliffs +b missing node cliffy +b missing node swobbed +b missing node actually +b missing node overrules +b missing node duckboards +b missing node transiting +b missing node skipjacks +b missing node swobber +b missing node perfectest +b missing node hectare +b missing node overruled +b missing node triumviral +b missing node terminability +b missing node bowknot +b missing node manuals +b missing node monocot +b missing node adjunct +b missing node columnists +b missing node focal +b missing node fitness +b missing node bedevilled +b missing node muffler +b missing node kickshaws +b missing node muffles +b missing node mattering +b missing node fanwort +b missing node emigrating +b missing node muffled +b missing node misapply +b missing node remorses +b missing node newsboys +b missing node transition +b missing node concealers +b missing node productions +b missing node suites +b missing node polarimetries +b missing node leone +b missing node wormers +b missing node junglier +b missing node kerchiefs +b missing node onery +b missing node suited +b missing node auditioning +b missing node perfecters +b missing node cavernous +b missing node pinnings +b missing node deceptions +b missing node garaging +b missing node gagged +b missing node unpleasing +b missing node gagger +b missing node handsomest +b missing node oracles +b missing node drawbore +b missing node pushpins +b missing node midweekly +b missing node misproportions +b missing node crankcases +b missing node milliner +b missing node simply +b missing node lobotomizing +b missing node chorus +b missing node myocardia +b missing node miscarriages +b missing node equivalently +b missing node derriere +b missing node reloans +b missing node fauvist +b missing node accreting +b missing node notices +b missing node simple +b missing node fauvism +b missing node pioneers +b missing node noticed +b missing node vigilante +b missing node effulging +b missing node rompers +b missing node consistories +b missing node plyers +b missing node millings +b missing node civilizes +b missing node civilizer +b missing node inexperienced +b missing node tampons +b missing node civilized +b missing node niftier +b missing node qiana +b missing node stylized +b missing node substitute +b missing node undisplayed +b missing node dragging +b missing node stylizes +b missing node biorhythmicities +b missing node stylizer +b missing node follow +b missing node accretion +b missing node bicorporeal +b missing node friedman +b missing node transitive +b missing node footraces +b missing node stalingrad +b missing node reductive +b missing node intermediated +b missing node diptyca +b missing node emerges +b missing node diptych +b missing node consistorial +b missing node lectors +b missing node intermediates +b missing node disapproval +b missing node blessing +b missing node staterooms +b missing node waverer +b missing node synoptic +b missing node rockiest +b missing node emerged +b missing node leaner +b missing node scarcity +b missing node loyalism +b missing node recontracted +b missing node leaned +b missing node loyalist +b missing node aggregate +b missing node hewn +b missing node handsomely +b missing node simper +b missing node cypreses +b missing node promotions +b missing node hews +b missing node deviational +b missing node localizes +b missing node filthy +b missing node localizer +b missing node leanly +b missing node microbiologic +b missing node postulator +b missing node filths +b missing node breathlessness +b missing node attestant +b missing node faroff +b missing node chroniclers +b missing node rareness +b missing node misspends +b missing node decedent +b missing node tranquilly +b missing node culmination +b missing node wavered +b missing node homeowner +b missing node disapproves +b missing node archaisms +b missing node cajoling +b missing node disapproved +b missing node mentholated +b missing node ubiquitous +b missing node brochette +b missing node expire +b missing node gainfully +b missing node antler +b missing node aeronaut +b missing node gabfest +b missing node magellan +b missing node plebeian +b missing node inextricable +b missing node nonracial +b missing node palisade +b missing node hest +b missing node draggier +b missing node pewterer +b missing node weakish +b missing node intermediator +b missing node trimesters +b missing node pitmen +b missing node inextricably +b missing node power +b missing node reduction +b missing node squabs +b missing node surprizes +b missing node choric +b missing node alphabetizer +b missing node alphabetizes +b missing node cordwains +b missing node surprized +b missing node livelily +b missing node transfiguration +b missing node systematical +b missing node rinsings +b missing node greenishness +b missing node unexcavated +b missing node fosterling +b missing node alphabetized +b missing node filter +b missing node hellenist +b missing node prattled +b missing node exurbanite +b missing node bushwhacker +b missing node biotechnology +b missing node prattler +b missing node prattles +b missing node discourtesy +b missing node likenesses +b missing node whimper +b missing node tranquiler +b missing node klatsches +b missing node bushwhacked +b missing node accumulativeness +b missing node accelerators +b missing node squads +b missing node coaters +b missing node mackerel +b missing node eructed +b missing node synergy +b missing node localized +b missing node welladays +b missing node hellenism +b missing node bluecoats +b missing node daughters +b missing node deriders +b missing node maturing +b missing node analyzing +b missing node plaguey +b missing node yukon +b missing node plaguer +b missing node plagues +b missing node surname +b missing node anginous +b missing node refreshers +b missing node invisibly +b missing node compete +b missing node remanufactures +b missing node sleekly +b missing node tadpole +b missing node parboiled +b missing node adaptable +b missing node depolarizers +b missing node mangers +b missing node parchments +b missing node concertizes +b missing node gasoline +b missing node flooders +b missing node dingily +b missing node denigrator +b missing node soapers +b missing node nebulously +b missing node lovevines +b missing node hispaniola +b missing node imperfectly +b missing node monopolize +b missing node inofficial +b missing node sagacities +b missing node silkweed +b missing node sumpter +b missing node defeatists +b missing node officiary +b missing node celling +b missing node officiate +b missing node sweetheart +b missing node debatably +b missing node jaunt +b missing node areal +b missing node concertized +b missing node explosives +b missing node erasures +b missing node handshaking +b missing node balded +b missing node seattle +b missing node baseline +b missing node canonical +b missing node gangland +b missing node experts +b missing node debatable +b missing node forfeitures +b missing node balder +b missing node invisible +b missing node retardants +b missing node extorter +b missing node automaton +b missing node resonate +b missing node gallants +b missing node personalties +b missing node rhythmicities +b missing node diademed +b missing node extorted +b missing node calumnious +b missing node suspend +b missing node miscalls +b missing node ethicalities +b missing node sistered +b missing node underwound +b missing node hiking +b missing node cleanable +b missing node maziness +b missing node pilferage +b missing node noster +b missing node knobby +b missing node spumones +b missing node railheads +b missing node automatic +b missing node rammed +b missing node tirelessness +b missing node ubiquities +b missing node linguists +b missing node officiant +b missing node areas +b missing node rammer +b missing node infinities +b missing node bishoping +b missing node reptilian +b missing node resonant +b missing node zikurat +b missing node berkelium +b missing node thermostable +b missing node dingier +b missing node opposable +b missing node conveniences +b missing node generous +b missing node unmuffling +b missing node microcosmical +b missing node forejudge +b missing node tawdry +b missing node spumonis +b missing node bourrees +b missing node cellist +b missing node interventions +b missing node travail +b missing node lustring +b missing node preconceived +b missing node swatting +b missing node mangels +b missing node remanufactured +b missing node raddling +b missing node strutters +b missing node operetta +b missing node plagued +b missing node preconceives +b missing node bloomed +b missing node attacking +b missing node keeler +b missing node denigrates +b missing node keeled +b missing node preestimate +b missing node cheapens +b missing node bloomer +b missing node pianic +b missing node midyears +b missing node noiseless +b missing node sterling +b missing node xmas +b missing node quacksalver +b missing node immotility +b missing node sleuth +b missing node outpace +b missing node fossate +b missing node sleeker +b missing node electrotypes +b missing node maturity +b missing node canonizations +b missing node prophesiers +b missing node baldly +b missing node overbuys +b missing node cognate +b missing node cypress +b missing node mandrels +b missing node telephony +b missing node keeling +b missing node puddled +b missing node cognati +b missing node officials +b missing node lagunas +b missing node jelled +b missing node chopins +b missing node puddles +b missing node puddler +b missing node yippies +b missing node xenia +b missing node xenic +b missing node telephone +b missing node versatilely +b missing node massless +b missing node unorthodoxly +b missing node subgroup +b missing node internalizing +b missing node furtive +b missing node inferno +b missing node midbrain +b missing node brothy +b missing node lunation +b missing node orientate +b missing node broths +b missing node unwanted +b missing node bounteous +b missing node telephoto +b missing node dashers +b missing node hefters +b missing node danewort +b missing node reabsorb +b missing node monsieurs +b missing node republicanism +b missing node smugly +b missing node ghostwriters +b missing node marvelling +b missing node narcotically +b missing node surplice +b missing node shakiness +b missing node phosphorous +b missing node widders +b missing node fadedly +b missing node rectification +b missing node bovid +b missing node bedridden +b missing node denigrated +b missing node shifted +b missing node brightest +b missing node pinnaces +b missing node callous +b missing node sponsored +b missing node shifter +b missing node feeds +b missing node discussion +b missing node filmic +b missing node dabbing +b missing node beldame +b missing node unhappiness +b missing node swaddled +b missing node halloween +b missing node theatrics +b missing node ecdysial +b missing node lunets +b missing node flutists +b missing node surrealistic +b missing node arena +b missing node lordliness +b missing node neoprenes +b missing node enquiries +b missing node swaddles +b missing node avidities +b missing node undervalue +b missing node enfolded +b missing node intertwines +b missing node lichting +b missing node rainmaking +b missing node discussing +b missing node lebanon +b missing node maladjustments +b missing node caecum +b missing node catwalk +b missing node intertwined +b missing node gauziness +b missing node pommeling +b missing node topstitch +b missing node beldams +b missing node enfolder +b missing node overused +b missing node malicious +b missing node diametric +b missing node hodaddy +b missing node thugs +b missing node defraying +b missing node carbonaceous +b missing node helium +b missing node heedful +b missing node maligns +b missing node eightieth +b missing node cynicisms +b missing node moralism +b missing node mountainside +b missing node moralist +b missing node pleaters +b missing node overuses +b missing node baulks +b missing node inattentively +b missing node inholding +b missing node narwal +b missing node crooknecks +b missing node elementary +b missing node trainsickness +b missing node effulgently +b missing node smoulder +b missing node veridic +b missing node spiderier +b missing node thump +b missing node bowed +b missing node assort +b missing node javas +b missing node bower +b missing node bowel +b missing node spaniards +b missing node pinnacle +b missing node swatter +b missing node infinitive +b missing node biorythmic +b missing node morality +b missing node bellboys +b missing node pilate +b missing node savageries +b missing node swatted +b missing node rabbi +b missing node filmed +b missing node elementals +b missing node thumb +b missing node chivalrously +b missing node guising +b missing node deportees +b missing node cheapest +b missing node subsystems +b missing node infielder +b missing node coauthors +b missing node buoyances +b missing node arete +b missing node redactors +b missing node jamborees +b missing node shagbarks +b missing node inconstant +b missing node discoloration +b missing node crunchiest +b missing node scallions +b missing node banjoists +b missing node automated +b missing node enquiring +b missing node dirtiest +b missing node lothario +b missing node armband +b missing node feels +b missing node automates +b missing node bewaring +b missing node weathered +b missing node disfiguring +b missing node bedstraws +b missing node aligners +b missing node uniformities +b missing node feasance +b missing node pronghorns +b missing node fillets +b missing node tenpins +b missing node digests +b missing node lunatics +b missing node slowest +b missing node negators +b missing node proposing +b missing node worldliest +b missing node molester +b missing node unsnapping +b missing node pictographs +b missing node communicator +b missing node redivided +b missing node variform +b missing node shrouds +b missing node lankest +b missing node fillers +b missing node persuading +b missing node quintessence +b missing node medullar +b missing node radiochemical +b missing node medullas +b missing node injure +b missing node daydreamer +b missing node demythologizing +b missing node molested +b missing node persiflage +b missing node injury +b missing node magazines +b missing node reupholster +b missing node cognacs +b missing node medullae +b missing node blithesome +b missing node daydreamed +b missing node kyries +b missing node honeybuns +b missing node lethargic +b missing node subjects +b missing node airboats +b missing node helios +b missing node coving +b missing node additions +b missing node lectureship +b missing node baulky +b missing node catboats +b missing node resistible +b missing node rosemary +b missing node pigweed +b missing node redivides +b missing node reargued +b missing node thuds +b missing node immunizations +b missing node disputing +b missing node cunningness +b missing node buyable +b missing node brownstone +b missing node manpower +b missing node hallowers +b missing node siftings +b missing node dinging +b missing node disarticulated +b missing node guessers +b missing node sisterly +b missing node downshifting +b missing node deciphers +b missing node intombs +b missing node insalubrities +b missing node overinvest +b missing node bartisans +b missing node impinging +b missing node sapsucker +b missing node reargues +b missing node transitoriness +b missing node convivially +b missing node menarches +b missing node woollens +b missing node paltry +b missing node biodegradable +b missing node rotguts +b missing node skits +b missing node overcasts +b missing node sensualization +b missing node further +b missing node meteoroid +b missing node condominium +b missing node finagled +b missing node obligable +b missing node dexterousness +b missing node boule +b missing node bareness +b missing node widowing +b missing node seeking +b missing node sforzato +b missing node tuskless +b missing node pavane +b missing node barouche +b missing node communicates +b missing node paranormal +b missing node outpouring +b missing node skirt +b missing node disliking +b missing node pavans +b missing node necropolises +b missing node swaddling +b missing node omened +b missing node baleen +b missing node communicated +b missing node whipcord +b missing node nembutal +b missing node skirl +b missing node infests +b missing node deliriums +b missing node bound +b missing node astronauts +b missing node pilaff +b missing node mothering +b missing node pilafs +b missing node paintbrushes +b missing node thereuntil +b missing node keywords +b missing node presoak +b missing node sidewise +b missing node sniffier +b missing node bittiest +b missing node eggshell +b missing node pedantic +b missing node liberally +b missing node helistops +b missing node mitigates +b missing node saying +b missing node thatch +b missing node airhead +b missing node chairmans +b missing node regulus +b missing node euphenics +b missing node voting +b missing node mitigated +b missing node raviolis +b missing node redskins +b missing node ticketed +b missing node benzedrine +b missing node spherical +b missing node racketed +b missing node shearers +b missing node skydive +b missing node fennels +b missing node bourg +b missing node illusions +b missing node bushtit +b missing node landslid +b missing node saccharine +b missing node skims +b missing node skimp +b missing node fennecs +b missing node anybody +b missing node repainted +b missing node antisepticizing +b missing node noticing +b missing node darting +b missing node rabic +b missing node ruthlessness +b missing node rabid +b missing node diurnal +b missing node lawyeress +b missing node excluding +b missing node skill +b missing node landslip +b missing node deckle +b missing node chitlings +b missing node concatenations +b missing node moralize +b missing node empennages +b missing node writhing +b missing node bedsores +b missing node overhanded +b missing node ionizers +b missing node shipmates +b missing node pithed +b missing node belonging +b missing node prentices +b missing node supercargoes +b missing node tugging +b missing node inconsistent +b missing node prematureness +b missing node prenticed +b missing node expenditure +b missing node nonimmunity +b missing node hiker +b missing node chlorites +b missing node hikes +b missing node knottiness +b missing node pollination +b missing node mitigator +b missing node popeye +b missing node parliamentarian +b missing node hiked +b missing node radiological +b missing node lassies +b missing node grounders +b missing node dogface +b missing node forthright +b missing node boyfriends +b missing node gulper +b missing node bough +b missing node gulped +b missing node nonadmissions +b missing node skips +b missing node phenologically +b missing node sackfuls +b missing node celsius +b missing node nomadic +b missing node decker +b missing node landowners +b missing node habitualness +b missing node marsupium +b missing node subtenant +b missing node decked +b missing node purposeless +b missing node reliableness +b missing node finagler +b missing node finagles +b missing node granule +b missing node thieves +b missing node skink +b missing node wizened +b missing node puissant +b missing node vocatives +b missing node presold +b missing node pollinating +b missing node lullabying +b missing node telethon +b missing node thieved +b missing node skins +b missing node nonreversible +b missing node honors +b missing node accoutered +b missing node cassocks +b missing node caressing +b missing node twirlier +b missing node tycoons +b missing node yipping +b missing node packaging +b missing node scrutinizes +b missing node courtiers +b missing node scrutinizer +b missing node siesta +b missing node skied +b missing node weeder +b missing node compeer +b missing node concoction +b missing node perverseness +b missing node salivas +b missing node nonidentities +b missing node conditioning +b missing node skies +b missing node unbeholden +b missing node skier +b missing node skids +b missing node albanians +b missing node weeded +b missing node emanator +b missing node secularize +b missing node stickpins +b missing node relishing +b missing node concocting +b missing node seduce +b missing node heavyset +b missing node showiest +b missing node travestying +b missing node maladjustive +b missing node sturdiness +b missing node ragbags +b missing node homologous +b missing node lapises +b missing node entanglements +b missing node stammer +b missing node venatic +b missing node skydived +b missing node twenties +b missing node venoming +b missing node fastened +b missing node scrutinized +b missing node skydiver +b missing node skydives +b missing node fastener +b missing node freeman +b missing node jejunums +b missing node transfuse +b missing node publishing +b missing node detain +b missing node popery +b missing node detail +b missing node secularist +b missing node weaponing +b missing node maisonettes +b missing node outpaces +b missing node ripping +b missing node clamor +b missing node secularism +b missing node charlotte +b missing node outpaced +b missing node ululate +b missing node amorousness +b missing node clammy +b missing node entertains +b missing node skiis +b missing node secularity +b missing node opposers +b missing node logarithmic +b missing node wealthiness +b missing node pianos +b missing node tasters +b missing node iberia +b missing node surgical +b missing node beadwork +b missing node shelving +b missing node racer +b missing node races +b missing node sestines +b missing node unrevenged +b missing node efficacious +b missing node fortitude +b missing node paragon +b missing node raced +b missing node skiff +b missing node weighted +b missing node palter +b missing node splining +b missing node monopolies +b missing node requiescat +b missing node balers +b missing node traditionally +b missing node quartzes +b missing node skiey +b missing node embrasures +b missing node honour +b missing node druidess +b missing node recapitulate +b missing node weighter +b missing node sniffish +b missing node lurkers +b missing node freemen +b missing node subpoena +b missing node jawed +b missing node snowbound +b missing node pinfold +b missing node tutelaries +b missing node circuit +b missing node informants +b missing node suspiciousness +b missing node opacities +b missing node suffering +b missing node monopolist +b missing node impishness +b missing node tarzan +b missing node extricated +b missing node priorates +b missing node slewed +b missing node helicon +b missing node sedums +b missing node fruitlets +b missing node criminal +b missing node bousy +b missing node conifer +b missing node bouse +b missing node sestinas +b missing node shuteye +b missing node professions +b missing node carsick +b missing node gippers +b missing node depleting +b missing node berobed +b missing node brocket +b missing node bourn +b missing node chicaning +b missing node extricates +b missing node dentifrice +b missing node episode +b missing node rebuilding +b missing node marsupial +b missing node cognizing +b missing node untasted +b missing node ballroom +b missing node farted +b missing node alleyway +b missing node heaves +b missing node depletion +b missing node concussions +b missing node heaver +b missing node heaven +b missing node clamps +b missing node compels +b missing node heaved +b missing node fruitless +b missing node junkyards +b missing node bouts +b missing node monopolism +b missing node persisting +b missing node forsaking +b missing node reencounters +b missing node shutterbug +b missing node cloacal +b missing node overrigid +b missing node cerements +b missing node yardmasters +b missing node subsidiaries +b missing node hindguts +b missing node sniffing +b missing node shelvier +b missing node takeout +b missing node memorableness +b missing node gesturing +b missing node unbaked +b missing node pedantry +b missing node cormorant +b missing node sniffily +b missing node outbidding +b missing node samurai +b missing node egoistically +b missing node expropriating +b missing node intoned +b missing node compere +b missing node gazebos +b missing node histed +b missing node popular +b missing node toeshoes +b missing node intoner +b missing node intones +b missing node expropriation +b missing node prearranges +b missing node abraham +b missing node tupped +b missing node preassembling +b missing node graecize +b missing node windbreaks +b missing node votive +b missing node parturitions +b missing node perturb +b missing node yules +b missing node emanated +b missing node unexcused +b missing node prearranged +b missing node sideslips +b missing node emanates +b missing node rafted +b missing node antithetic +b missing node japanner +b missing node alcoved +b missing node regressively +b missing node quandaries +b missing node westerner +b missing node moiling +b missing node japanned +b missing node landlocked +b missing node frescoist +b missing node dyspeptic +b missing node ramifies +b missing node alcoves +b missing node tastily +b missing node zionist +b missing node vertebrae +b missing node chemurgy +b missing node zionism +b missing node vertebral +b missing node rafter +b missing node ramified +b missing node spinout +b missing node decocted +b missing node discuss +b missing node akimbo +b missing node deluxe +b missing node vertebras +b missing node lassitude +b missing node beholden +b missing node beholder +b missing node scathing +b missing node messiah +b missing node coerces +b missing node dockhand +b missing node laicizes +b missing node jason +b missing node coercer +b missing node sicilians +b missing node precondemns +b missing node unadvised +b missing node epileptics +b missing node practicality +b missing node lithuanian +b missing node pommelled +b missing node coerced +b missing node tinders +b missing node iotas +b missing node troopship +b missing node fattening +b missing node tindery +b missing node adjectives +b missing node enslaving +b missing node notated +b missing node bucketfuls +b missing node silliness +b missing node laicized +b missing node notates +b missing node setlines +b missing node muddling +b missing node sputnik +b missing node peristyle +b missing node unvaryingly +b missing node synchronizes +b missing node synchronizer +b missing node incitive +b missing node preaxial +b missing node halavah +b missing node synchronized +b missing node inpouring +b missing node argal +b missing node preestimates +b missing node mescaline +b missing node caravaning +b missing node halyard +b missing node perfecting +b missing node granter +b missing node membership +b missing node ploying +b missing node granted +b missing node grantee +b missing node messier +b missing node perfection +b missing node disfrocks +b missing node tasting +b missing node hawaii +b missing node onion +b missing node warehousemen +b missing node palatable +b missing node summered +b missing node adjectival +b missing node unpronounced +b missing node unbraiding +b missing node benignities +b missing node studiously +b missing node forgone +b missing node protector +b missing node afforestation +b missing node palatably +b missing node cognizers +b missing node bowlings +b missing node retailing +b missing node backwoods +b missing node elective +b missing node summerly +b missing node crenation +b missing node rewashes +b missing node unkindlier +b missing node torpids +b missing node demonstratively +b missing node walloper +b missing node mexican +b missing node misapprehend +b missing node impunities +b missing node metastasize +b missing node pharaoh +b missing node presley +b missing node unmeasured +b missing node syphilized +b missing node routes +b missing node walloped +b missing node router +b missing node performed +b missing node perfume +b missing node performer +b missing node journalistic +b missing node mitiest +b missing node thornbush +b missing node whalers +b missing node routed +b missing node preestimated +b missing node cumbering +b missing node satirized +b missing node geodesy +b missing node foretellers +b missing node decasyllables +b missing node grippers +b missing node schultz +b missing node heatless +b missing node pitier +b missing node editorial +b missing node criteria +b missing node pities +b missing node finings +b missing node satirizes +b missing node satirizer +b missing node pitied +b missing node wildling +b missing node takeoff +b missing node shuting +b missing node disallowing +b missing node authorization +b missing node stonewalling +b missing node faultlessness +b missing node motivated +b missing node unrule +b missing node safeway +b missing node creaked +b missing node grantor +b missing node blowtube +b missing node blueings +b missing node brashier +b missing node animalcules +b missing node workshop +b missing node vomitory +b missing node delver +b missing node motivates +b missing node delves +b missing node detach +b missing node botch +b missing node adages +b missing node atomizers +b missing node lanciers +b missing node unruly +b missing node balladries +b missing node delved +b missing node humanitarians +b missing node revetments +b missing node mescalism +b missing node digest +b missing node bowlines +b missing node becurse +b missing node troubleshot +b missing node logway +b missing node tastier +b missing node utilitarians +b missing node pissant +b missing node vomitous +b missing node violences +b missing node becurst +b missing node gherkin +b missing node cudgels +b missing node moldboards +b missing node rewashed +b missing node election +b missing node daftest +b missing node choirboy +b missing node flagellators +b missing node maoists +b missing node malefactions +b missing node miladis +b missing node adagio +b missing node deluge +b missing node accusor +b missing node similitude +b missing node corrupter +b missing node wavier +b missing node specificity +b missing node unstandardized +b missing node corrupted +b missing node spinoff +b missing node alfred +b missing node inviolate +b missing node diastrophic +b missing node tactoid +b missing node extinct +b missing node linguistically +b missing node paralytica +b missing node inconsistency +b missing node epigram +b missing node wildlife +b missing node gulled +b missing node gastronomes +b missing node misalphabetized +b missing node uplander +b missing node gullet +b missing node waterproofing +b missing node tiffanies +b missing node desulfured +b missing node gulley +b missing node fringeless +b missing node misalphabetizes +b missing node headstones +b missing node dingdonged +b missing node fanciness +b missing node lynxes +b missing node bandoleer +b missing node rampant +b missing node hills +b missing node stammeringly +b missing node thriftless +b missing node hilly +b missing node offhandedness +b missing node nepotists +b missing node encystment +b missing node pelage +b missing node legislatorship +b missing node entombs +b missing node fecal +b missing node egregiously +b missing node maintainability +b missing node takeable +b missing node hawkweed +b missing node gastronomic +b missing node benchmark +b missing node absurds +b missing node plausibleness +b missing node boskages +b missing node cinder +b missing node mediocrities +b missing node jukebox +b missing node skyrocket +b missing node argue +b missing node mayhemming +b missing node bovine +b missing node argus +b missing node zoopathology +b missing node mothball +b missing node fatally +b missing node sierra +b missing node rousts +b missing node fishnets +b missing node treasons +b missing node smolder +b missing node timbres +b missing node infectious +b missing node palatines +b missing node wavily +b missing node bottler +b missing node bottles +b missing node brusqueness +b missing node timbrel +b missing node revving +b missing node idleness +b missing node homebody +b missing node argot +b missing node furbishes +b missing node alberta +b missing node plying +b missing node squamous +b missing node redissolves +b missing node waving +b missing node redissolved +b missing node bottled +b missing node noneffective +b missing node anapest +b missing node feces +b missing node argon +b missing node bisect +b missing node crackers +b missing node reservedly +b missing node culminations +b missing node surtaxing +b missing node civics +b missing node numerals +b missing node vuggy +b missing node nimbused +b missing node corpuscular +b missing node vuggs +b missing node dispirit +b missing node harelipped +b missing node furbished +b missing node nimbuses +b missing node stomping +b missing node equippers +b missing node fondant +b missing node nepotisms +b missing node ungathered +b missing node marriers +b missing node imperilments +b missing node inexpiable +b missing node ruinate +b missing node feminisms +b missing node yardarms +b missing node twirlers +b missing node clangorously +b missing node fulsomeness +b missing node newspeaks +b missing node baseboard +b missing node blankness +b missing node amongst +b missing node ingrafted +b missing node hilts +b missing node footage +b missing node casement +b missing node messily +b missing node hissed +b missing node feminists +b missing node vughs +b missing node fleeing +b missing node scraping +b missing node vireos +b missing node hisser +b missing node gadgeteers +b missing node hisses +b missing node epilogue +b missing node ambiences +b missing node inciting +b missing node prospectively +b missing node hubcaps +b missing node fatales +b missing node messing +b missing node inviolacy +b missing node numerate +b missing node argle +b missing node infections +b missing node impugners +b missing node editorializes +b missing node editorializer +b missing node rampart +b missing node disproofs +b missing node editorialized +b missing node wipers +b missing node tailless +b missing node numerary +b missing node coolness +b missing node waterbury +b missing node frescoing +b missing node centrals +b missing node unscrewed +b missing node trave +b missing node virgin +b missing node bimodal +b missing node newsmen +b missing node virgil +b missing node overlain +b missing node dvorak +b missing node selenites +b missing node bosky +b missing node overlaid +b missing node delimiting +b missing node trawl +b missing node dyspepsia +b missing node bosks +b missing node accusal +b missing node investitures +b missing node jatos +b missing node immensities +b missing node narrated +b missing node uncourageous +b missing node chymists +b missing node dispositions +b missing node tenderloin +b missing node coalyards +b missing node mystic +b missing node narrates +b missing node naturalists +b missing node ineloquently +b missing node narrater +b missing node retranslations +b missing node spurting +b missing node minstrel +b missing node quacking +b missing node capriciousness +b missing node cynically +b missing node turgidly +b missing node vixenishly +b missing node hoarsens +b missing node sectility +b missing node rosebushes +b missing node trays +b missing node heredities +b missing node billeting +b missing node exchanging +b missing node civies +b missing node grogginess +b missing node unperturbed +b missing node phenomena +b missing node lucubrates +b missing node abiotic +b missing node retrenching +b missing node teleology +b missing node ramped +b missing node lucubrated +b missing node reeved +b missing node ranklingly +b missing node classical +b missing node radicals +b missing node reeves +b missing node trash +b missing node alkalize +b missing node accuses +b missing node overland +b missing node accuser +b missing node lapidists +b missing node hoarsest +b missing node drubbers +b missing node overfeeds +b missing node accused +b missing node reaffirming +b missing node holyday +b missing node approximating +b missing node demurely +b missing node nonmetal +b missing node collated +b missing node incontestably +b missing node redistills +b missing node pallets +b missing node incontestable +b missing node fillies +b missing node approximation +b missing node decency +b missing node accompany +b missing node spewing +b missing node asperity +b missing node garbles +b missing node banisher +b missing node banishes +b missing node stamped +b missing node herbivorous +b missing node termers +b missing node farrow +b missing node opalescence +b missing node merchandisers +b missing node banished +b missing node overlaps +b missing node trams +b missing node garbled +b missing node hydrometers +b missing node stamper +b missing node feast +b missing node tuition +b missing node phlegmy +b missing node garbler +b missing node tramp +b missing node oligocene +b missing node lyricized +b missing node fease +b missing node varment +b missing node enhancer +b missing node enhances +b missing node collates +b missing node lyricizes +b missing node fears +b missing node mantelets +b missing node painfulness +b missing node avulsions +b missing node arhat +b missing node alkaline +b missing node rampage +b missing node tanzanians +b missing node grindery +b missing node quackier +b missing node dingles +b missing node incommutably +b missing node reprintings +b missing node saddlebows +b missing node grinders +b missing node roused +b missing node fillips +b missing node gelatin +b missing node incommutable +b missing node umbles +b missing node assonantly +b missing node unthinking +b missing node insheathed +b missing node utahans +b missing node phlegms +b missing node predeceasing +b missing node lowdowns +b missing node tether +b missing node traps +b missing node trapt +b missing node hunchback +b missing node corruptly +b missing node evilest +b missing node alchemies +b missing node rinsible +b missing node cartable +b missing node patriotically +b missing node stemwares +b missing node spinney +b missing node inhibited +b missing node poplars +b missing node ossuary +b missing node necrotically +b missing node bearberry +b missing node trail +b missing node inhibiter +b missing node train +b missing node demurest +b missing node thuddingly +b missing node corruptor +b missing node trait +b missing node herbaceous +b missing node measled +b missing node trampolinist +b missing node hoarsely +b missing node hilariousness +b missing node crawdad +b missing node radicalized +b missing node spinner +b missing node impediment +b missing node measles +b missing node rouser +b missing node rouses +b missing node inpours +b missing node bourgeoisie +b missing node fibrous +b missing node radicalizes +b missing node murmurs +b missing node capitulations +b missing node floorers +b missing node enhanced +b missing node applicable +b missing node vastier +b missing node amounted +b missing node depersonalizing +b missing node maharishi +b missing node alkalise +b missing node ideogram +b missing node agenda +b missing node applicably +b missing node motherless +b missing node smoldering +b missing node timeserving +b missing node agency +b missing node earflaps +b missing node bobtail +b missing node filling +b missing node unific +b missing node flushers +b missing node feats +b missing node stinting +b missing node lingually +b missing node noninjurious +b missing node gyms +b missing node overlays +b missing node deposits +b missing node adjustable +b missing node sorghum +b missing node alkalies +b missing node iconic +b missing node aflame +b missing node jacinths +b missing node jacinthe +b missing node hotheads +b missing node intelligibility +b missing node smokepots +b missing node vastity +b missing node moleskins +b missing node snitched +b missing node transmits +b missing node snitches +b missing node hadron +b missing node snitcher +b missing node gradations +b missing node interlocutress +b missing node cankerworm +b missing node kowtowers +b missing node tobacconists +b missing node collator +b missing node nonassertive +b missing node demagoguery +b missing node fibrose +b missing node farewelled +b missing node maturest +b missing node stomacher +b missing node sugarcoating +b missing node gyps +b missing node echelon +b missing node bickered +b missing node diabolic +b missing node alkalify +b missing node cyprian +b missing node electing +b missing node feaze +b missing node cozening +b missing node knifers +b missing node strutting +b missing node dischargers +b missing node stomached +b missing node faradays +b missing node inhibitor +b missing node ketones +b missing node pfennig +b missing node jingoes +b missing node unarmed +b missing node gripiest +b missing node fibroma +b missing node decidual +b missing node raspingly +b missing node tramway +b missing node handled +b missing node limpers +b missing node synthetics +b missing node closeable +b missing node orchards +b missing node ghostwriting +b missing node bickerer +b missing node widdies +b missing node diabolos +b missing node barterers +b missing node confusingly +b missing node revering +b missing node narrator +b missing node waffling +b missing node intended +b missing node xenon +b missing node ptarmigans +b missing node limpest +b missing node oddballs +b missing node gyro +b missing node usages +b missing node gyre +b missing node intender +b missing node mailers +b missing node trade +b missing node outperforming +b missing node foreclose +b missing node shopboy +b missing node dowitchers +b missing node limpets +b missing node thearchy +b missing node enchantment +b missing node containments +b missing node accurse +b missing node unlettered +b missing node exemplify +b missing node trace +b missing node track +b missing node fendered +b missing node accurst +b missing node secrecies +b missing node tract +b missing node nonowner +b missing node stomachic +b missing node handles +b missing node handler +b missing node ritards +b missing node countervail +b missing node bossy +b missing node seminoles +b missing node conferees +b missing node encouragements +b missing node gyving +b missing node cultigen +b missing node fibroid +b missing node electives +b missing node juvenal +b missing node gyve +b missing node fibroin +b missing node kneepads +b missing node knocks +b missing node viscidities +b missing node bottlesful +b missing node natally +b missing node disentangle +b missing node rimmers +b missing node heeding +b missing node bossa +b missing node cologne +b missing node deposing +b missing node misarranging +b missing node breeziest +b missing node kidvid +b missing node rhetors +b missing node syphoning +b missing node heptagons +b missing node orisons +b missing node bosun +b missing node salamis +b missing node fluxes +b missing node persevere +b missing node seemliness +b missing node boson +b missing node bosom +b missing node skyrocketed +b missing node sundries +b missing node reverify +b missing node dreadful +b missing node scarceness +b missing node shoaliest +b missing node seraglio +b missing node guyed +b missing node vituperate +b missing node andromeda +b missing node giraffes +b missing node fluxed +b missing node maoist +b missing node newsman +b missing node reveries +b missing node hewable +b missing node wergild +b missing node inversions +b missing node maoism +b missing node picnickers +b missing node diapasons +b missing node pandits +b missing node blitzkrieg +b missing node gyromagnetic +b missing node damson +b missing node quackism +b missing node agents +b missing node quackish +b missing node harpooned +b missing node untiring +b missing node uncreates +b missing node protected +b missing node semestrial +b missing node falloffs +b missing node neckband +b missing node hothouses +b missing node uncreated +b missing node suspire +b missing node racecourses +b missing node expirations +b missing node alchemist +b missing node versions +b missing node degumming +b missing node harpooner +b missing node disappear +b missing node midwinter +b missing node monomer +b missing node incentive +b missing node hagging +b missing node disproved +b missing node flatted +b missing node dashikis +b missing node pacing +b missing node disproves +b missing node butternut +b missing node disproven +b missing node docent +b missing node distensions +b missing node polarimetry +b missing node reductio +b missing node sculling +b missing node remanded +b missing node superiors +b missing node disputers +b missing node lurking +b missing node dopants +b missing node lippiness +b missing node unsureness +b missing node numerologist +b missing node retailors +b missing node expends +b missing node incapacity +b missing node satirists +b missing node ridiculous +b missing node overburden +b missing node refueling +b missing node maturely +b missing node teentsier +b missing node boohoos +b missing node feign +b missing node combattant +b missing node hinge +b missing node ooziest +b missing node penetrates +b missing node bobtailing +b missing node arias +b missing node halogens +b missing node expecter +b missing node chicanery +b missing node ramies +b missing node smidgen +b missing node quietudes +b missing node ossia +b missing node pessimistic +b missing node unthrifty +b missing node soaping +b missing node nimblest +b missing node soapily +b missing node mangily +b missing node favoritism +b missing node proposers +b missing node singsongs +b missing node electee +b missing node elected +b missing node dreading +b missing node opinions +b missing node tediousness +b missing node hallowed +b missing node kazoos +b missing node lunier +b missing node pectoral +b missing node sufferers +b missing node braziers +b missing node lunies +b missing node bucksaw +b missing node surfeited +b missing node borax +b missing node hallower +b missing node abrogates +b missing node hairweaving +b missing node damsel +b missing node intellectually +b missing node cradles +b missing node scullion +b missing node admiralties +b missing node madrases +b missing node uncleared +b missing node cradler +b missing node localisms +b missing node chicaners +b missing node expected +b missing node apothems +b missing node ariel +b missing node regularizing +b missing node abrogated +b missing node mesmerism +b missing node mastiffs +b missing node unclearer +b missing node mesmerist +b missing node aries +b missing node lumberers +b missing node footrace +b missing node configurational +b missing node toothing +b missing node pickpockets +b missing node trophic +b missing node morphologic +b missing node gruelingly +b missing node hominidae +b missing node exotism +b missing node berettas +b missing node notarial +b missing node electra +b missing node rearouse +b missing node ironworkers +b missing node bored +b missing node samizdat +b missing node acrimonious +b missing node unimportance +b missing node trademarks +b missing node sheenie +b missing node antedated +b missing node stanchly +b missing node bores +b missing node antedates +b missing node squatness +b missing node humaneness +b missing node elector +b missing node bordering +b missing node hurrahs +b missing node tomahawk +b missing node propounders +b missing node effectuate +b missing node objectional +b missing node transportational +b missing node penetrated +b missing node skoal +b missing node hindu +b missing node hinds +b missing node ripples +b missing node rippler +b missing node hindi +b missing node faculties +b missing node apothegm +b missing node clarification +b missing node colombian +b missing node filing +b missing node cashiering +b missing node musicologists +b missing node ferment +b missing node onenesses +b missing node interstate +b missing node gosling +b missing node hellholes +b missing node arils +b missing node ascribing +b missing node contenting +b missing node traipsing +b missing node localists +b missing node reboils +b missing node forsaken +b missing node fabulists +b missing node mesmerize +b missing node hypnoid +b missing node speediness +b missing node walkings +b missing node rippled +b missing node contention +b missing node forsaker +b missing node senoras +b missing node forsakes +b missing node sexually +b missing node backrests +b missing node bonbons +b missing node prebilled +b missing node unrepressed +b missing node envenoms +b missing node boric +b missing node cubbies +b missing node desecrator +b missing node preboil +b missing node desecrated +b missing node brambliest +b missing node daphnia +b missing node rainwear +b missing node lustiest +b missing node matriculated +b missing node solfeggi +b missing node amicably +b missing node contemplates +b missing node matriculates +b missing node tabloid +b missing node lashers +b missing node ionic +b missing node contemplated +b missing node detesting +b missing node lawyering +b missing node boron +b missing node desecrates +b missing node amicable +b missing node incautious +b missing node pectins +b missing node heliographs +b missing node apodal +b missing node lassoes +b missing node nomadism +b missing node tetany +b missing node submontane +b missing node servomotors +b missing node adornments +b missing node solfeges +b missing node heftier +b missing node undercoats +b missing node lassoer +b missing node lassoed +b missing node kaffir +b missing node buyers +b missing node borne +b missing node inexpressiveness +b missing node capricorns +b missing node polarimeter +b missing node zoopathologies +b missing node bursaries +b missing node narrow +b missing node smocking +b missing node crankshaft +b missing node arise +b missing node stinkbugs +b missing node barnacles +b missing node picaroon +b missing node notaries +b missing node perform +b missing node intellectualizing +b missing node voluble +b missing node barnacled +b missing node cardiologists +b missing node grandchildren +b missing node interlocutrice +b missing node pollened +b missing node volubly +b missing node ensnarl +b missing node ensnare +b missing node doggerels +b missing node reinfects +b missing node ballrooms +b missing node blanked +b missing node resister +b missing node powers +b missing node feist +b missing node shoguns +b missing node withholds +b missing node vesicant +b missing node branchings +b missing node diazepam +b missing node performers +b missing node anatomic +b missing node backstroke +b missing node querulous +b missing node resisted +b missing node arith +b missing node isinglass +b missing node statisticians +b missing node helmeting +b missing node subways +b missing node bursarial +b missing node flattop +b missing node hoarsened +b missing node frivolously +b missing node hallowing +b missing node decoys +b missing node penetrator +b missing node reamers +b missing node monograph +b missing node popguns +b missing node sanctifications +b missing node pacify +b missing node exotica +b missing node filial +b missing node humanities +b missing node uncordial +b missing node dakoits +b missing node agentry +b missing node nonadjacent +b missing node scammonies +b missing node sputter +b missing node shaftings +b missing node featest +b missing node caudillos +b missing node flowerless +b missing node ensnarled +b missing node globulins +b missing node covert +b missing node covers +b missing node embattle +b missing node unplayable +b missing node pistachio +b missing node choreman +b missing node borty +b missing node bortz +b missing node zaftig +b missing node woollies +b missing node borts +b missing node blanker +b missing node misaligned +b missing node blanket +b missing node undated +b missing node hefting +b missing node ramify +b missing node explanatory +b missing node frumenties +b missing node feint +b missing node owlish +b missing node heftily +b missing node woollier +b missing node unidentified +b missing node covets +b missing node exotics +b missing node straightway +b missing node hinny +b missing node inducible +b missing node resuscitators +b missing node covens +b missing node voracities +b missing node weakening +b missing node abrogator +b missing node writhingly +b missing node resistor +b missing node acorns +b missing node dearest +b missing node partake +b missing node invectives +b missing node hints +b missing node resonations +b missing node countersinking +b missing node electroplate +b missing node cubbish +b missing node mangier +b missing node missives +b missing node pollinators +b missing node blankly +b missing node philistines +b missing node astrolabe +b missing node asperges +b missing node hydrogens +b missing node unmastered +b missing node natation +b missing node mailbox +b missing node offloads +b missing node deporting +b missing node flatten +b missing node persuaders +b missing node infinitely +b missing node haggish +b missing node sistrum +b missing node sunwise +b missing node flatter +b missing node townfolk +b missing node groundhog +b missing node cruelties +b missing node tawing +b missing node mewlers +b missing node fancying +b missing node overroasting +b missing node enchantments +b missing node vizirs +b missing node menses +b missing node brethren +b missing node sploshed +b missing node ammino +b missing node reapportionment +b missing node catenary +b missing node thrip +b missing node prototypical +b missing node refurbish +b missing node heaviest +b missing node panhandling +b missing node tarried +b missing node resurgences +b missing node arresters +b missing node sarongs +b missing node handier +b missing node archaism +b missing node normals +b missing node fatalness +b missing node sploshes +b missing node archaist +b missing node commiserate +b missing node apotheoses +b missing node ridicule +b missing node federator +b missing node piracies +b missing node irrepressible +b missing node examines +b missing node examiner +b missing node mensch +b missing node superceding +b missing node tonsils +b missing node decors +b missing node tarries +b missing node sayest +b missing node tarrier +b missing node examined +b missing node trowelling +b missing node examinee +b missing node centring +b missing node flukier +b missing node companionless +b missing node notarize +b missing node doubtingly +b missing node worthful +b missing node nurslings +b missing node dictatorship +b missing node reconquer +b missing node carpings +b missing node volatilize +b missing node sayers +b missing node mensed +b missing node russet +b missing node hoofers +b missing node matchbox +b missing node apotheosis +b missing node ramjet +b missing node mensas +b missing node mensal +b missing node matchings +b missing node volatility +b missing node contemplator +b missing node pensiveness +b missing node lavendered +b missing node caressers +b missing node misrepresentee +b missing node misrepresented +b missing node cogently +b missing node misrepresenter +b missing node coveys +b missing node unfeeling +b missing node flagellating +b missing node rafts +b missing node irrepressibly +b missing node cowiest +b missing node buckras +b missing node buckram +b missing node monograms +b missing node electrician +b missing node quarantines +b missing node throw +b missing node watermarked +b missing node classiest +b missing node flagellation +b missing node blowhard +b missing node busybodies +b missing node analogies +b missing node moistness +b missing node pavers +b missing node handily +b missing node fostered +b missing node throe +b missing node liberties +b missing node freeholder +b missing node throb +b missing node whirlwinds +b missing node collards +b missing node persisters +b missing node catchalls +b missing node overvalue +b missing node message +b missing node seekers +b missing node ammine +b missing node collared +b missing node normans +b missing node venomers +b missing node repartee +b missing node plymouth +b missing node vyingly +b missing node federates +b missing node footboy +b missing node heteroerotic +b missing node hangfire +b missing node channelization +b missing node emerald +b missing node federated +b missing node unsoundness +b missing node predestined +b missing node fluencies +b missing node tying +b missing node entoils +b missing node regulator +b missing node subacutely +b missing node unconscientious +b missing node seatless +b missing node rubicund +b missing node locoweeds +b missing node predestines +b missing node blasty +b missing node handing +b missing node flurry +b missing node rummier +b missing node rummies +b missing node weathers +b missing node crawfish +b missing node gamings +b missing node judicially +b missing node smudgy +b missing node smudge +b missing node archaizing +b missing node nazis +b missing node infeasible +b missing node tarring +b missing node peepshow +b missing node semisacred +b missing node mumble +b missing node scoldingly +b missing node unfreezes +b missing node ascribable +b missing node damsons +b missing node persistent +b missing node hypnogogic +b missing node blackjacked +b missing node parkway +b missing node executorial +b missing node dramatized +b missing node noisiest +b missing node philharmonic +b missing node limericks +b missing node mediocrity +b missing node tentativeness +b missing node maidenhead +b missing node biology +b missing node wiping +b missing node shirtmaker +b missing node asphalts +b missing node thickener +b missing node pleating +b missing node lubricates +b missing node intransigent +b missing node conditioners +b missing node encoring +b missing node hedgers +b missing node thickened +b missing node keyholes +b missing node thrum +b missing node unseaworthiness +b missing node lubricated +b missing node spoored +b missing node blasts +b missing node monolog +b missing node toploftier +b missing node maharajas +b missing node uplands +b missing node cockroach +b missing node welder +b missing node chancroid +b missing node warmakers +b missing node calcareously +b missing node arrestees +b missing node unwinding +b missing node welded +b missing node populousness +b missing node colombo +b missing node ionizing +b missing node trothing +b missing node maharajah +b missing node shtetl +b missing node israeli +b missing node libertine +b missing node loquaciousness +b missing node playwears +b missing node opposing +b missing node senores +b missing node appreciator +b missing node stanches +b missing node decoct +b missing node mandarin +b missing node stancher +b missing node ragas +b missing node tallest +b missing node kinsmen +b missing node grounding +b missing node basalts +b missing node hags +b missing node bullets +b missing node unexpired +b missing node bookmark +b missing node guillotined +b missing node gonocytes +b missing node orrises +b missing node pappies +b missing node expectantly +b missing node guillotines +b missing node palliate +b missing node decode +b missing node stanched +b missing node volitions +b missing node haft +b missing node dissimulations +b missing node dramatizes +b missing node haji +b missing node slumberous +b missing node hajj +b missing node optimeter +b missing node popish +b missing node outfitters +b missing node voters +b missing node illicit +b missing node convening +b missing node ureters +b missing node cognoscing +b missing node hair +b missing node hail +b missing node covertness +b missing node ungenial +b missing node wholesaling +b missing node tigroid +b missing node dishtowels +b missing node paperwork +b missing node prelacies +b missing node concussed +b missing node hahs +b missing node toques +b missing node godwits +b missing node alkaloid +b missing node vengeful +b missing node aslope +b missing node concusses +b missing node reluctancy +b missing node prissies +b missing node hadj +b missing node excavators +b missing node dianthuses +b missing node macedonia +b missing node rages +b missing node unpeoples +b missing node hack +b missing node capacitates +b missing node prissier +b missing node reconcilably +b missing node electricity +b missing node snorkeling +b missing node warehouseman +b missing node reconcilable +b missing node irreplaceably +b missing node irreplaceable +b missing node gamines +b missing node schleps +b missing node immaterialities +b missing node wallowed +b missing node schlepp +b missing node totalizators +b missing node coagulators +b missing node embellish +b missing node wallower +b missing node electro +b missing node bikeways +b missing node writhers +b missing node opposite +b missing node lubricator +b missing node decontrolling +b missing node neutrals +b missing node druidism +b missing node refreshing +b missing node empurpling +b missing node ratably +b missing node pitchy +b missing node discipleship +b missing node atelier +b missing node misrepresentations +b missing node reluctance +b missing node capacitated +b missing node disillusioning +b missing node uptime +b missing node basally +b missing node frothed +b missing node filius +b missing node commodious +b missing node raged +b missing node middlemen +b missing node handpicking +b missing node mandrill +b missing node clutching +b missing node specious +b missing node misgoverns +b missing node dingoes +b missing node blowpipe +b missing node biathlon +b missing node avoiding +b missing node authors +b missing node apercus +b missing node comping +b missing node scarting +b missing node retraceable +b missing node unseduced +b missing node dismembers +b missing node ratable +b missing node atmosphere +b missing node obtuse +b missing node gasworks +b missing node fosterer +b missing node proprioceptor +b missing node cauliflower +b missing node lambency +b missing node nontechnically +b missing node ultimates +b missing node appreciated +b missing node fanatic +b missing node metricizing +b missing node vaseline +b missing node compile +b missing node appreciates +b missing node raggy +b missing node barehanded +b missing node farmstead +b missing node garroters +b missing node boastfulness +b missing node hugeness +b missing node establish +b missing node ossea +b missing node quarantining +b missing node boneless +b missing node unwaveringly +b missing node gladiators +b missing node nonresidence +b missing node archaize +b missing node cystic +b missing node almightiness +b missing node unpeopled +b missing node browbeating +b missing node windmill +b missing node nonexportable +b missing node backwood +b missing node swells +b missing node coattails +b missing node germinal +b missing node justification +b missing node nailsets +b missing node unchain +b missing node kinsman +b missing node gipping +b missing node catapult +b missing node impreciseness +b missing node vizier +b missing node three +b missing node vacatable +b missing node windowsill +b missing node earths +b missing node krills +b missing node endeared +b missing node earthy +b missing node prissily +b missing node localites +b missing node licencing +b missing node poorhouses +b missing node threw +b missing node reapportionments +b missing node regulated +b missing node pectoris +b missing node herbivore +b missing node feared +b missing node outyell +b missing node confessable +b missing node impeached +b missing node regulates +b missing node deadlocking +b missing node disencumbered +b missing node fearer +b missing node broccoli +b missing node reinterrogating +b missing node impeaches +b missing node impeacher +b missing node reinterrogation +b missing node engager +b missing node pandora +b missing node engages +b missing node claque +b missing node tuggers +b missing node carbonate +b missing node dwindling +b missing node cinema +b missing node engaged +b missing node subjunctives +b missing node roadsteads +b missing node soapier +b missing node hippo +b missing node guaranty +b missing node immovability +b missing node golfers +b missing node unbinds +b missing node crescendo +b missing node afflicting +b missing node hippy +b missing node helices +b missing node conveners +b missing node chromes +b missing node philander +b missing node shtick +b missing node homesteader +b missing node inciters +b missing node chromed +b missing node buzzard +b missing node huzzaing +b missing node impairer +b missing node wavery +b missing node rebroadcasts +b missing node spitfire +b missing node salines +b missing node impaired +b missing node boozy +b missing node atonable +b missing node clavicular +b missing node swiping +b missing node fretsome +b missing node conterminously +b missing node clangs +b missing node hoeing +b missing node stereotapes +b missing node stationeries +b missing node predominate +b missing node mantises +b missing node saltbox +b missing node waveys +b missing node deodorizes +b missing node booze +b missing node microstates +b missing node deodorizer +b missing node rustic +b missing node slanderous +b missing node sniffles +b missing node deodorized +b missing node helical +b missing node sniffler +b missing node specimen +b missing node subleasing +b missing node fusible +b missing node couturiere +b missing node clunker +b missing node plainness +b missing node sniffled +b missing node fusibly +b missing node praetor +b missing node filberts +b missing node cognizant +b missing node chromic +b missing node incisions +b missing node arbalest +b missing node clunked +b missing node guidance +b missing node racks +b missing node extincts +b missing node matchers +b missing node powder +b missing node refinancing +b missing node bronco +b missing node remounted +b missing node fattens +b missing node broncs +b missing node stompers +b missing node enslavers +b missing node ossifiers +b missing node predominant +b missing node additives +b missing node babuls +b missing node spryness +b missing node assize +b missing node urinogenital +b missing node stepparent +b missing node gushy +b missing node equipping +b missing node hauberk +b missing node copartner +b missing node couturiers +b missing node vicinage +b missing node ungenerous +b missing node bronchial +b missing node topicality +b missing node affliction +b missing node rusted +b missing node shelvers +b missing node ideational +b missing node unblocking +b missing node seismologist +b missing node predisposes +b missing node landsman +b missing node megillahs +b missing node dressages +b missing node predisposed +b missing node memento +b missing node afflictive +b missing node torpedo +b missing node sowable +b missing node typebars +b missing node apposing +b missing node ruiners +b missing node ransomers +b missing node packagers +b missing node impugning +b missing node prostrated +b missing node outdate +b missing node reanalyzed +b missing node firehouses +b missing node excavate +b missing node antonio +b missing node reanalyzes +b missing node ionosphere +b missing node bigheartedly +b missing node lathings +b missing node wainscotted +b missing node advertisement +b missing node talesmen +b missing node yummy +b missing node secludedly +b missing node antacids +b missing node japanize +b missing node fattest +b missing node footers +b missing node partially +b missing node unterrified +b missing node bedchair +b missing node feasts +b missing node rampaging +b missing node patricia +b missing node analogize +b missing node assisi +b missing node landsmen +b missing node middleman +b missing node omnipotently +b missing node nonresidents +b missing node decelerators +b missing node neologisms +b missing node assist +b missing node crucifying +b missing node tetchy +b missing node japonica +b missing node relinked +b missing node hydrotherapist +b missing node prostrates +b missing node gibbon +b missing node microbicide +b missing node wavers +b missing node chromas +b missing node guaranis +b missing node menservants +b missing node arguers +b missing node artworks +b missing node bluecap +b missing node outwearing +b missing node unbacked +b missing node frowzily +b missing node lustrous +b missing node lunges +b missing node afterglow +b missing node ultimatum +b missing node lunger +b missing node dawdle +b missing node wayfarer +b missing node licencers +b missing node lungee +b missing node deadfall +b missing node lunged +b missing node prefiguring +b missing node cloying +b missing node abduct +b missing node shuttering +b missing node mentally +b missing node foretelling +b missing node salinas +b missing node prettily +b missing node garbing +b missing node unconsecrated +b missing node baldness +b missing node slavishly +b missing node wherefores +b missing node acetones +b missing node condensates +b missing node loathsomely +b missing node stratigraphy +b missing node enlightens +b missing node geometers +b missing node pudding +b missing node attendance +b missing node ageing +b missing node colleagues +b missing node franciscans +b missing node bulldog +b missing node concourse +b missing node illusionists +b missing node hamper +b missing node packer +b missing node clansman +b missing node packet +b missing node expostulated +b missing node ideation +b missing node osteotomy +b missing node sienna +b missing node daytimes +b missing node ariose +b missing node dispensary +b missing node mantissa +b missing node expostulates +b missing node apposite +b missing node drabbed +b missing node serviceable +b missing node decree +b missing node arioso +b missing node kinescopes +b missing node osteotome +b missing node handful +b missing node redacting +b missing node quackishness +b missing node unsoldered +b missing node palling +b missing node orneriest +b missing node serviceably +b missing node unrivalled +b missing node placeboes +b missing node disturbingly +b missing node tabernacles +b missing node virago +b missing node conical +b missing node frowzier +b missing node chestnuts +b missing node lacrimal +b missing node percentaged +b missing node bromos +b missing node metastasizing +b missing node nirvanic +b missing node thanatoid +b missing node malines +b missing node cumber +b missing node earwig +b missing node percentages +b missing node clansmen +b missing node unequaled +b missing node damply +b missing node haggled +b missing node defoliant +b missing node packed +b missing node ultimatums +b missing node insipidity +b missing node incarcerating +b missing node upland +b missing node watershed +b missing node instated +b missing node expulses +b missing node talesman +b missing node dalliances +b missing node thermites +b missing node exerting +b missing node expulsed +b missing node allergenicity +b missing node exertion +b missing node downcourt +b missing node larcenists +b missing node espoused +b missing node prohibitionist +b missing node instates +b missing node natives +b missing node expecting +b missing node brevetcies +b missing node physicianly +b missing node incarceration +b missing node londoners +b missing node legations +b missing node haggles +b missing node haggler +b missing node heartwood +b missing node espouser +b missing node exasperation +b missing node espouses +b missing node composted +b missing node assign +b missing node trapezoid +b missing node brokerage +b missing node gibbousness +b missing node exasperating +b missing node inviolability +b missing node bedsore +b missing node refuelled +b missing node scrapers +b missing node jingled +b missing node trackless +b missing node grainfield +b missing node digamy +b missing node burlesqued +b missing node benisons +b missing node stimulant +b missing node frazzle +b missing node jingler +b missing node uncombined +b missing node jingles +b missing node cistern +b missing node overproducing +b missing node legalities +b missing node forfended +b missing node tentering +b missing node recoins +b missing node overspreads +b missing node camphorate +b missing node chromos +b missing node gusty +b missing node goodyear +b missing node unwariest +b missing node trapshooting +b missing node gusts +b missing node antonym +b missing node gusto +b missing node gibbet +b missing node gibber +b missing node alphorns +b missing node chicories +b missing node lifeway +b missing node gibbed +b missing node drabble +b missing node paraffined +b missing node complementarily +b missing node gantries +b missing node conifers +b missing node overleaf +b missing node russia +b missing node defoliate +b missing node plasterers +b missing node radii +b missing node radio +b missing node pallier +b missing node overleap +b missing node fluking +b missing node reputed +b missing node turnoffs +b missing node frightened +b missing node radar +b missing node debauches +b missing node acetonic +b missing node balboa +b missing node ageism +b missing node decompress +b missing node philatelists +b missing node ageist +b missing node debaucher +b missing node drabber +b missing node rousing +b missing node gussy +b missing node clanks +b missing node nirvanas +b missing node overreacted +b missing node reputes +b missing node unequally +b missing node mulatto +b missing node granola +b missing node shutdowns +b missing node mouldering +b missing node aridities +b missing node leagues +b missing node quarantined +b missing node leaguer +b missing node bloomiest +b missing node hydrotherapies +b missing node accoutring +b missing node overreaching +b missing node paraffinic +b missing node attains +b missing node transshipping +b missing node attaint +b missing node burlesques +b missing node brashest +b missing node debauchee +b missing node recoils +b missing node debauched +b missing node contemplators +b missing node yclept +b missing node thulium +b missing node ingathers +b missing node leagued +b missing node virilities +b missing node whizzers +b missing node ostia +b missing node bonze +b missing node polyandrist +b missing node radiometries +b missing node nonconventional +b missing node sandlotters +b missing node principal +b missing node obnoxiously +b missing node excisable +b missing node monocled +b missing node differentia +b missing node onondaga +b missing node subdisciplines +b missing node somatological +b missing node monocles +b missing node flakier +b missing node meuniere +b missing node marshaled +b missing node biochemist +b missing node radon +b missing node hovelling +b missing node shingled +b missing node disapprobations +b missing node radioing +b missing node canonicals +b missing node forseeable +b missing node insufficiency +b missing node rearousal +b missing node barricades +b missing node scabies +b missing node usably +b missing node barricader +b missing node elevon +b missing node marshalcy +b missing node barricaded +b missing node tertian +b missing node cremate +b missing node evangelicalism +b missing node tertial +b missing node popinjays +b missing node supineness +b missing node effortlessness +b missing node construe +b missing node infiltrate +b missing node unsoundly +b missing node solvents +b missing node propagate +b missing node approximately +b missing node consisted +b missing node crevice +b missing node broody +b missing node featly +b missing node suballiance +b missing node fluttery +b missing node tarter +b missing node flutters +b missing node shingler +b missing node shingles +b missing node tarted +b missing node hurrays +b missing node differently +b missing node bonus +b missing node bonum +b missing node taxation +b missing node clothing +b missing node sunflowers +b missing node brooch +b missing node financially +b missing node rearoused +b missing node deposers +b missing node rearouses +b missing node dementing +b missing node artfulness +b missing node broods +b missing node ricocheted +b missing node abeyances +b missing node backspins +b missing node stimulate +b missing node custodians +b missing node conductibility +b missing node radix +b missing node meeting +b missing node truncations +b missing node espousal +b missing node glimpsers +b missing node shiverer +b missing node saracens +b missing node discharging +b missing node cindery +b missing node bedcovers +b missing node cinders +b missing node shivered +b missing node alright +b missing node immure +b missing node bartering +b missing node fringelike +b missing node obviousness +b missing node dyeable +b missing node booby +b missing node heartworm +b missing node boobs +b missing node clothier +b missing node unlovely +b missing node seraphims +b missing node enforcing +b missing node amplitude +b missing node teammate +b missing node eleven +b missing node plenary +b missing node unaided +b missing node marshalls +b missing node cloakrooms +b missing node damper +b missing node principle +b missing node dampen +b missing node animadvert +b missing node booed +b missing node japer +b missing node japes +b missing node hamstrung +b missing node nascencies +b missing node oversimplifying +b missing node immune +b missing node pirouetted +b missing node forgetfulness +b missing node bluebonnets +b missing node grownups +b missing node hasping +b missing node commonalties +b missing node mailbag +b missing node seabirds +b missing node nomadisms +b missing node pirouettes +b missing node prehuman +b missing node prettied +b missing node prettier +b missing node regularly +b missing node pretties +b missing node broomy +b missing node suable +b missing node phrase +b missing node tawers +b missing node inanes +b missing node brooms +b missing node quantizing +b missing node mandated +b missing node peppercorn +b missing node mandatee +b missing node luridly +b missing node bankrolls +b missing node capriccio +b missing node exertive +b missing node unchanged +b missing node velvets +b missing node japed +b missing node mandates +b missing node paranoiacs +b missing node earwax +b missing node damped +b missing node velvety +b missing node usable +b missing node attendants +b missing node precontrive +b missing node prettify +b missing node sayonaras +b missing node funnels +b missing node convulsively +b missing node trampoliners +b missing node polyandries +b missing node fabricating +b missing node freemason +b missing node japan +b missing node chowdered +b missing node brooks +b missing node tartly +b missing node annexations +b missing node annexure +b missing node inaner +b missing node hereinafter +b missing node fabrication +b missing node buoyed +b missing node grinding +b missing node interviewer +b missing node enfeeble +b missing node waisters +b missing node interviewed +b missing node interviewee +b missing node suably +b missing node keysters +b missing node toothily +b missing node gutter +b missing node pelting +b missing node obliterators +b missing node burweed +b missing node gutted +b missing node abortionists +b missing node homeland +b missing node degassing +b missing node noncoms +b missing node books +b missing node invaluably +b missing node influenzas +b missing node scuttler +b missing node scuttles +b missing node overshoots +b missing node limping +b missing node localizations +b missing node investigate +b missing node vestigially +b missing node sheened +b missing node undertaking +b missing node scuttled +b missing node dementias +b missing node sheeney +b missing node analyzers +b missing node landladies +b missing node meteorite +b missing node evocators +b missing node centupling +b missing node floatation +b missing node cranching +b missing node hired +b missing node musicals +b missing node authorship +b missing node shouldered +b missing node innovator +b missing node feminines +b missing node mandator +b missing node tarsus +b missing node hires +b missing node hirer +b missing node halogenating +b missing node boomy +b missing node musicale +b missing node booms +b missing node crescents +b missing node cleansing +b missing node expense +b missing node meteorism +b missing node maturate +b missing node showroom +b missing node berlin +b missing node sardinia +b missing node mangled +b missing node cartages +b missing node delvers +b missing node zoologic +b missing node imbiber +b missing node imbibes +b missing node masticate +b missing node emanate +b missing node gripping +b missing node oregonians +b missing node collapse +b missing node redheaded +b missing node vandykes +b missing node precepts +b missing node rationally +b missing node unpleasant +b missing node apexes +b missing node shalier +b missing node aurochs +b missing node mangles +b missing node mangler +b missing node takeing +b missing node solvency +b missing node teaspoonsful +b missing node unchastities +b missing node porterhouse +b missing node petrous +b missing node thawed +b missing node decentest +b missing node observations +b missing node knifing +b missing node paltriness +b missing node soothsayer +b missing node imbibed +b missing node obtusest +b missing node caprices +b missing node toothier +b missing node blossomy +b missing node sardines +b missing node blossoms +b missing node aquavits +b missing node handgun +b missing node abatises +b missing node engineered +b missing node popgun +b missing node orientals +b missing node filled +b missing node homebred +b missing node gesticulate +b missing node boors +b missing node filler +b missing node tartan +b missing node filles +b missing node unchilled +b missing node fillet +b missing node armed +b missing node tartar +b missing node waterside +b missing node fermata +b missing node awkward +b missing node unprejudiced +b missing node ascent +b missing node moilers +b missing node booth +b missing node introspectively +b missing node mannikins +b missing node promptly +b missing node boost +b missing node ascend +b missing node manumitted +b missing node unpossessively +b missing node burglariously +b missing node clobbering +b missing node fatteners +b missing node libidinal +b missing node flakily +b missing node booty +b missing node presift +b missing node rustle +b missing node electees +b missing node boots +b missing node aground +b missing node flaking +b missing node leakiness +b missing node codicils +b missing node encapsulate +b missing node dictionary +b missing node oversimplify +b missing node reconvey +b missing node spewers +b missing node radioscopical +b missing node disqualification +b missing node begrudging +b missing node manoeuvred +b missing node heeders +b missing node rounds +b missing node grannie +b missing node fillip +b missing node seductress +b missing node densifying +b missing node boons +b missing node baccarat +b missing node civilians +b missing node redolent +b missing node fluted +b missing node gutsy +b missing node scabby +b missing node petticoat +b missing node adenosine +b missing node flutes +b missing node fluter +b missing node entourages +b missing node conniver +b missing node appreciations +b missing node connives +b missing node cunnilingus +b missing node gutta +b missing node gutty +b missing node connived +b missing node rationales +b missing node scratches +b missing node petrols +b missing node obtusely +b missing node bronzy +b missing node mimosas +b missing node prompted +b missing node scratcher +b missing node invaluable +b missing node feater +b missing node cyanide +b missing node prompter +b missing node huzzahed +b missing node blared +b missing node fortuned +b missing node reinvesting +b missing node dreggiest +b missing node westering +b missing node backgrounds +b missing node inhabiter +b missing node prorate +b missing node fixedness +b missing node conductors +b missing node blares +b missing node okaying +b missing node preside +b missing node bronze +b missing node scratched +b missing node grippier +b missing node fortunes +b missing node townhouses +b missing node composure +b missing node horizontally +b missing node propounding +b missing node inhabited +b missing node fealty +b missing node fleetly +b missing node curriers +b missing node crampon +b missing node unquiets +b missing node dishpans +b missing node reinvestigated +b missing node incitory +b missing node alongshore +b missing node curriery +b missing node prancing +b missing node zygotic +b missing node polarizing +b missing node bighted +b missing node reinvestigates +b missing node elicitation +b missing node salties +b missing node separability +b missing node saltier +b missing node interfertile +b missing node nonmaterialistic +b missing node foretokening +b missing node reaccompany +b missing node erupting +b missing node bonos +b missing node luther +b missing node firedamp +b missing node brigading +b missing node augustine +b missing node purposeful +b missing node revalue +b missing node moulding +b missing node delectation +b missing node disproof +b missing node intermixture +b missing node grew +b missing node grey +b missing node piquancies +b missing node tzimmes +b missing node bonny +b missing node moleskin +b missing node cottonseed +b missing node reverberate +b missing node trammelling +b missing node bitterest +b missing node motile +b missing node ceylon +b missing node stepsons +b missing node femur +b missing node magyar +b missing node resources +b missing node unroof +b missing node valvelets +b missing node exemplary +b missing node cuppings +b missing node sashays +b missing node bilgiest +b missing node recaptures +b missing node unaimed +b missing node motion +b missing node exemplars +b missing node crosswalks +b missing node lucidness +b missing node dishevelments +b missing node recaptured +b missing node turbocars +b missing node tigrish +b missing node raggedest +b missing node serration +b missing node zygotes +b missing node treasury +b missing node septums +b missing node overcompensation +b missing node grab +b missing node grad +b missing node endoscope +b missing node agitations +b missing node gras +b missing node scullers +b missing node endoscopy +b missing node lumbering +b missing node treasure +b missing node aqueous +b missing node scullery +b missing node gram +b missing node valveless +b missing node overcompensating +b missing node excrement +b missing node gray +b missing node ipecacs +b missing node honorarium +b missing node humidify +b missing node abeam +b missing node nursing +b missing node unroll +b missing node psalter +b missing node intrudingly +b missing node potheads +b missing node paddling +b missing node gulfed +b missing node urolithic +b missing node headhunt +b missing node boney +b missing node redline +b missing node bones +b missing node boner +b missing node boned +b missing node restages +b missing node unafraid +b missing node labours +b missing node fleeted +b missing node restaged +b missing node scurfiest +b missing node cognise +b missing node bonds +b missing node esteems +b missing node romanizes +b missing node salting +b missing node health +b missing node radiotherapist +b missing node saltine +b missing node minsters +b missing node putsches +b missing node fleeter +b missing node glassier +b missing node descendants +b missing node glassies +b missing node romanized +b missing node choiring +b missing node saltily +b missing node eruptive +b missing node assassinator +b missing node bongs +b missing node bongo +b missing node allopaths +b missing node ministration +b missing node allopathy +b missing node maharanee +b missing node testability +b missing node frivolers +b missing node weakeners +b missing node notifying +b missing node fondles +b missing node fondler +b missing node corbeled +b missing node copartners +b missing node postally +b missing node dewfalls +b missing node sisters +b missing node enigma +b missing node macerate +b missing node fondled +b missing node aimless +b missing node endearing +b missing node motifs +b missing node tympan +b missing node mispronounces +b missing node fibula +b missing node defiant +b missing node urethra +b missing node moneymaker +b missing node diminishing +b missing node sceptring +b missing node songbird +b missing node eruption +b missing node grit +b missing node misedits +b missing node grip +b missing node gearwheels +b missing node grin +b missing node grim +b missing node cramped +b missing node mispronounced +b missing node grid +b missing node triflingly +b missing node railroaded +b missing node halfbeak +b missing node suburbanite +b missing node petiolate +b missing node meltdown +b missing node railroader +b missing node spinneys +b missing node olympians +b missing node blanks +b missing node swinging +b missing node mumper +b missing node skeined +b missing node mumped +b missing node spinnery +b missing node recouping +b missing node scrunches +b missing node incarcerators +b missing node underskirt +b missing node dearies +b missing node unfermented +b missing node goodbye +b missing node pleaders +b missing node trimester +b missing node keelage +b missing node glassine +b missing node system +b missing node glassing +b missing node buckoes +b missing node bisectionally +b missing node dappled +b missing node discussant +b missing node armor +b missing node hidebound +b missing node pimping +b missing node dapples +b missing node inbreathing +b missing node slinger +b missing node bermudian +b missing node denarius +b missing node banshee +b missing node typographic +b missing node uncoupling +b missing node technic +b missing node dratted +b missing node glassily +b missing node cooeyed +b missing node cognize +b missing node spinier +b missing node acclamations +b missing node bistros +b missing node embossment +b missing node pepsine +b missing node clarinettists +b missing node innovates +b missing node fetidness +b missing node versicle +b missing node uncleaned +b missing node descriptions +b missing node sidings +b missing node unwrinkling +b missing node jongleur +b missing node innovated +b missing node fratriage +b missing node deaccessioned +b missing node morasses +b missing node paternalism +b missing node winningly +b missing node imploringly +b missing node pepsins +b missing node demand +b missing node curbstone +b missing node splotch +b missing node germanic +b missing node percentiles +b missing node convented +b missing node recompilation +b missing node iambus +b missing node approvement +b missing node wallboard +b missing node clacks +b missing node scollop +b missing node discretionary +b missing node panoramic +b missing node foldable +b missing node reaming +b missing node imperilled +b missing node rajah +b missing node heartbreaks +b missing node banshie +b missing node printouts +b missing node monitored +b missing node rajas +b missing node slushiest +b missing node kismetic +b missing node scrunched +b missing node radiotherapies +b missing node schlepped +b missing node crackpot +b missing node assessors +b missing node descendance +b missing node spinners +b missing node graces +b missing node fermium +b missing node endbrains +b missing node olympiads +b missing node dewclaw +b missing node disdain +b missing node honester +b missing node graced +b missing node noncorroding +b missing node reaccuse +b missing node surfeit +b missing node twangier +b missing node cisterns +b missing node jigsawing +b missing node miseducates +b missing node awfuller +b missing node tetrameters +b missing node unrobe +b missing node surfers +b missing node blanch +b missing node gunfighter +b missing node reintroducing +b missing node performing +b missing node transliterating +b missing node cummin +b missing node inoperative +b missing node yeomen +b missing node miseducated +b missing node outfacing +b missing node defalcation +b missing node travelers +b missing node femme +b missing node glower +b missing node oscillometric +b missing node bilberry +b missing node oncogenic +b missing node serrating +b missing node unfolders +b missing node tarsal +b missing node glowed +b missing node disprove +b missing node prosperously +b missing node untidiness +b missing node malefactresses +b missing node defalcating +b missing node sawbucks +b missing node armer +b missing node karmic +b missing node swastikas +b missing node cineraria +b missing node challengeable +b missing node roarings +b missing node valuates +b missing node readjourning +b missing node plight +b missing node borderers +b missing node roguishness +b missing node honestly +b missing node asperses +b missing node disemployment +b missing node unpolarized +b missing node mordent +b missing node minerva +b missing node valuated +b missing node karmas +b missing node yearningly +b missing node yahoos +b missing node longitude +b missing node unallowable +b missing node aspersed +b missing node blackball +b missing node narcissistic +b missing node paellas +b missing node resubmitted +b missing node spearheads +b missing node panoramas +b missing node unwinds +b missing node pasturage +b missing node quadrangle +b missing node watercolor +b missing node acuteness +b missing node lucidity +b missing node fumarole +b missing node maleficence +b missing node healer +b missing node disputant +b missing node yucca +b missing node pilfering +b missing node typographer +b missing node healed +b missing node autocratically +b missing node constipate +b missing node deities +b missing node nightwear +b missing node wholesalers +b missing node evensongs +b missing node sexologist +b missing node armrest +b missing node sinkhole +b missing node chirper +b missing node transliteration +b missing node chirped +b missing node laicisms +b missing node freedom +b missing node rigorisms +b missing node scoopfuls +b missing node tieclasps +b missing node anointment +b missing node colonizing +b missing node unmounted +b missing node ingenious +b missing node bimesters +b missing node intact +b missing node graals +b missing node nucleonics +b missing node hiphuggers +b missing node liberates +b missing node piazadora +b missing node oilcloth +b missing node revolutionaries +b missing node liberated +b missing node democratically +b missing node acquisitions +b missing node paving +b missing node cloaked +b missing node microprocessor +b missing node pathologist +b missing node diptera +b missing node logicians +b missing node stigmata +b missing node godfathers +b missing node servomotor +b missing node adhere +b missing node nexuses +b missing node underfeed +b missing node sexologies +b missing node iambic +b missing node doomsdays +b missing node felts +b missing node aidmen +b missing node strongrooms +b missing node keyboard +b missing node ohioan +b missing node announcement +b missing node indiscreetly +b missing node labially +b missing node shimmering +b missing node wigging +b missing node libertines +b missing node wagnerian +b missing node hairweavers +b missing node endeavor +b missing node hedging +b missing node alternativeness +b missing node frenching +b missing node flinder +b missing node annulled +b missing node gurus +b missing node gravitates +b missing node ganglion +b missing node cosmetician +b missing node logarithmical +b missing node maidens +b missing node analogues +b missing node instants +b missing node valuator +b missing node gravitated +b missing node resummoned +b missing node sniffy +b missing node salicylic +b missing node opulency +b missing node twofolds +b missing node longtime +b missing node contractual +b missing node glamourous +b missing node sniffs +b missing node opulence +b missing node regulatable +b missing node boastingly +b missing node gangling +b missing node felon +b missing node kiloton +b missing node strettos +b missing node yeoman +b missing node flycatcher +b missing node favoured +b missing node favourer +b missing node peewits +b missing node symbolically +b missing node speleologist +b missing node outlawries +b missing node arguing +b missing node galvanic +b missing node gimballing +b missing node revenants +b missing node anthemed +b missing node cellars +b missing node newlywed +b missing node euglenas +b missing node peckier +b missing node hemlocks +b missing node provocations +b missing node fugued +b missing node communed +b missing node unreplaceable +b missing node coziest +b missing node outermost +b missing node candidature +b missing node council +b missing node eversion +b missing node fussiness +b missing node philomel +b missing node contradictorily +b missing node mirthful +b missing node interlunar +b missing node communes +b missing node spellbinder +b missing node apogee +b missing node downiest +b missing node emasculate +b missing node fugues +b missing node hammed +b missing node scabbed +b missing node reissuing +b missing node filers +b missing node furcula +b missing node revamps +b missing node astringency +b missing node almners +b missing node realising +b missing node gospel +b missing node hammer +b missing node baryons +b missing node garrotte +b missing node hatefulness +b missing node dayrooms +b missing node cussers +b missing node hedgier +b missing node interurban +b missing node bombs +b missing node intake +b missing node soirees +b missing node degenerations +b missing node bombe +b missing node impertinent +b missing node subgrades +b missing node commandeering +b missing node filets +b missing node docked +b missing node nasals +b missing node glaringly +b missing node partitioning +b missing node obituaries +b missing node speedway +b missing node chattering +b missing node shanghai +b missing node trapezium +b missing node rhesuses +b missing node subnucleuses +b missing node backboards +b missing node reconnoitering +b missing node checkmated +b missing node inalienability +b missing node duetted +b missing node amphorae +b missing node docket +b missing node docker +b missing node emblazoned +b missing node mother +b missing node amphoral +b missing node showings +b missing node amphoras +b missing node aidman +b missing node papillons +b missing node niftiest +b missing node buddhist +b missing node colorer +b missing node tzarevnas +b missing node angelically +b missing node vassalage +b missing node buddhism +b missing node monolith +b missing node pecking +b missing node colored +b missing node kafirs +b missing node toroidal +b missing node noncompetitive +b missing node avoiders +b missing node panhandlers +b missing node wakikis +b missing node supervisorial +b missing node undercooks +b missing node bordereau +b missing node aliquots +b missing node halometer +b missing node disintegrating +b missing node neoclassically +b missing node unchanging +b missing node ensnaring +b missing node burners +b missing node mandamus +b missing node differed +b missing node mangoes +b missing node standishes +b missing node silliest +b missing node nonmotile +b missing node tormentors +b missing node countersigned +b missing node incredibleness +b missing node briskets +b missing node reabsorbed +b missing node alterable +b missing node kantians +b missing node belittling +b missing node scrives +b missing node postforms +b missing node scrived +b missing node grub +b missing node whenever +b missing node burnets +b missing node briskest +b missing node defrayals +b missing node stickums +b missing node morphemes +b missing node caginess +b missing node checkmates +b missing node impersonal +b missing node crosscuts +b missing node hutting +b missing node unfortunates +b missing node fogginess +b missing node pleurisies +b missing node electrifiers +b missing node lancelets +b missing node archfiend +b missing node hoofing +b missing node despisers +b missing node prognosis +b missing node contracture +b missing node handmaiden +b missing node uncomforted +b missing node invisibility +b missing node maharanis +b missing node instance +b missing node communal +b missing node raked +b missing node helpmeet +b missing node misarrangement +b missing node futurology +b missing node reenclose +b missing node unwon +b missing node almoners +b missing node charming +b missing node jambing +b missing node vomiters +b missing node flunky +b missing node stickups +b missing node alliterative +b missing node flunks +b missing node alterably +b missing node papyruses +b missing node grabby +b missing node rightfulness +b missing node flyspecked +b missing node disenthralls +b missing node humbugging +b missing node circler +b missing node circles +b missing node rakes +b missing node mustily +b missing node circlet +b missing node centares +b missing node raker +b missing node arider +b missing node outdone +b missing node umbers +b missing node firewoods +b missing node abets +b missing node rebuttably +b missing node musting +b missing node flangers +b missing node circled +b missing node grog +b missing node ganglial +b missing node bering +b missing node psaltry +b missing node graben +b missing node grot +b missing node rebuttable +b missing node grow +b missing node fibrillate +b missing node outdoor +b missing node disintegration +b missing node morphemic +b missing node gangliar +b missing node infallible +b missing node garroted +b missing node birdbrain +b missing node fibrils +b missing node stamens +b missing node kinship +b missing node venerable +b missing node parasitizing +b missing node leggings +b missing node quezals +b missing node venerably +b missing node weather +b missing node glisters +b missing node completions +b missing node brigadier +b missing node reeker +b missing node regerminatively +b missing node bolts +b missing node garrotes +b missing node disintegrative +b missing node bauble +b missing node humidity +b missing node garroter +b missing node secretest +b missing node mouldier +b missing node gainsayers +b missing node baptism +b missing node checksums +b missing node stomper +b missing node monarchs +b missing node unwit +b missing node charioting +b missing node liberator +b missing node baptist +b missing node monarchy +b missing node familiarize +b missing node stomped +b missing node executioner +b missing node prolific +b missing node deterministic +b missing node rigorists +b missing node astringents +b missing node fella +b missing node sainthood +b missing node superfluity +b missing node felly +b missing node directory +b missing node fells +b missing node ganglier +b missing node baptise +b missing node carapaces +b missing node directors +b missing node haphazardly +b missing node dissections +b missing node treatises +b missing node testamentary +b missing node halfway +b missing node astrology +b missing node baptize +b missing node outrageously +b missing node ensconce +b missing node overweeningly +b missing node venally +b missing node kummels +b missing node reverberant +b missing node refortify +b missing node glistens +b missing node catalepsy +b missing node metrologies +b missing node peccavis +b missing node alliterating +b missing node bolus +b missing node tarred +b missing node tautogs +b missing node outweigh +b missing node fibrins +b missing node lindies +b missing node dogfish +b missing node alliteration +b missing node executional +b missing node timeless +b missing node reeked +b missing node skyborne +b missing node felix +b missing node outdoer +b missing node outdoes +b missing node choppiness +b missing node familiarity +b missing node mustier +b missing node aridly +b missing node raccoons +b missing node mignons +b missing node reductional +b missing node inhabits +b missing node infallibly +b missing node unwed +b missing node indolence +b missing node coliforms +b missing node dispensers +b missing node headwaiter +b missing node capriole +b missing node nauseatingly +b missing node creates +b missing node tactful +b missing node constipates +b missing node horoscopes +b missing node butanes +b missing node unromantically +b missing node righters +b missing node created +b missing node lobelia +b missing node weightlessness +b missing node suborners +b missing node judgement +b missing node goys +b missing node matures +b missing node reforest +b missing node maturer +b missing node bowerlike +b missing node textures +b missing node zoological +b missing node matured +b missing node eyepieces +b missing node overcast +b missing node elastomers +b missing node rightest +b missing node awayness +b missing node bolls +b missing node mailmen +b missing node textured +b missing node hammerheads +b missing node constipated +b missing node raindrop +b missing node triumphal +b missing node fattily +b missing node vermifuges +b missing node installed +b missing node engraft +b missing node centrism +b missing node evangelicals +b missing node cookbooks +b missing node hamlet +b missing node adamance +b missing node bolos +b missing node offtrack +b missing node bastardy +b missing node omphali +b missing node tussocks +b missing node gazelle +b missing node bastards +b missing node adamancy +b missing node polemicist +b missing node misshapes +b missing node tussocky +b missing node misshapen +b missing node burning +b missing node smokiness +b missing node conspicuous +b missing node misspellings +b missing node buzzers +b missing node detailers +b missing node tansies +b missing node teleologies +b missing node reducers +b missing node triumphed +b missing node negating +b missing node fatting +b missing node pitilessness +b missing node stepbrothers +b missing node mudcaps +b missing node phlegmiest +b missing node engrams +b missing node antecedes +b missing node textural +b missing node escapeway +b missing node centrist +b missing node anteceded +b missing node laconism +b missing node shaggily +b missing node watchband +b missing node turndown +b missing node tricolor +b missing node condemnor +b missing node installer +b missing node anodizing +b missing node nightmares +b missing node scoutings +b missing node mailman +b missing node measure +b missing node shagging +b missing node negation +b missing node oratory +b missing node undermines +b missing node nullity +b missing node danegeld +b missing node recognizably +b missing node swankest +b missing node underminer +b missing node recognizable +b missing node equilateral +b missing node monofuels +b missing node mundanely +b missing node belatedly +b missing node capitulatory +b missing node glassful +b missing node undermined +b missing node orators +b missing node chopper +b missing node slugfest +b missing node fireflies +b missing node eschewing +b missing node laudators +b missing node chopped +b missing node laudatory +b missing node eyepoints +b missing node profoundness +b missing node dioxids +b missing node moccasin +b missing node boles +b missing node adversaries +b missing node chronograph +b missing node mechanics +b missing node nullify +b missing node amnesiacs +b missing node aided +b missing node electrum +b missing node lindens +b missing node bimetallist +b missing node hitherto +b missing node aider +b missing node abscond +b missing node bimetallism +b missing node aides +b missing node dislodge +b missing node preventative +b missing node frenchman +b missing node inflictable +b missing node fleered +b missing node dehumidify +b missing node cornetists +b missing node tropical +b missing node frenchmen +b missing node cartoons +b missing node lucently +b missing node divisibility +b missing node gossip +b missing node osier +b missing node telephonists +b missing node protruded +b missing node rousers +b missing node inpatient +b missing node burnies +b missing node abaters +b missing node protrudes +b missing node dioxide +b missing node fattier +b missing node fatties +b missing node tarpon +b missing node cracknel +b missing node hitchhike +b missing node splutters +b missing node tougher +b missing node cairned +b missing node toughen +b missing node goaded +b missing node parable +b missing node bolas +b missing node hippish +b missing node wellsprings +b missing node gentians +b missing node umbels +b missing node unloader +b missing node chestfuls +b missing node shaggier +b missing node poniarded +b missing node billeter +b missing node roller +b missing node caveator +b missing node nucleators +b missing node zonetimes +b missing node redefine +b missing node hided +b missing node onanism +b missing node abbot +b missing node rolled +b missing node strickenly +b missing node condemned +b missing node onanist +b missing node seminudity +b missing node hides +b missing node hider +b missing node unloaded +b missing node condemner +b missing node nulling +b missing node billeted +b missing node chirrup +b missing node reified +b missing node handset +b missing node toughie +b missing node maitres +b missing node inching +b missing node correality +b missing node luteum +b missing node remarkableness +b missing node vaccinate +b missing node exogamic +b missing node chiffonniers +b missing node cusswords +b missing node gulden +b missing node colonel +b missing node palsying +b missing node vitrification +b missing node hipping +b missing node colones +b missing node ekistics +b missing node complex +b missing node marbling +b missing node duperies +b missing node reenslave +b missing node adamants +b missing node aggrieve +b missing node wiggler +b missing node electron +b missing node wiggles +b missing node golf +b missing node gold +b missing node whipworm +b missing node respondences +b missing node thorp +b missing node manipulates +b missing node thoro +b missing node thorn +b missing node wiggled +b missing node kidnap +b missing node condign +b missing node cartwheel +b missing node vellicate +b missing node forehands +b missing node manipulated +b missing node nomograms +b missing node reifies +b missing node reifier +b missing node householders +b missing node paregoric +b missing node ideologizing +b missing node paisley +b missing node handsaw +b missing node goof +b missing node good +b missing node unshipping +b missing node avoidant +b missing node enframing +b missing node deformities +b missing node toughly +b missing node gong +b missing node emanations +b missing node durances +b missing node caveated +b missing node caveatee +b missing node carcinomata +b missing node miscarry +b missing node recency +b missing node electric +b missing node belgrade +b missing node thole +b missing node incompetent +b missing node gone +b missing node nonfatally +b missing node adversatively +b missing node annalists +b missing node colonic +b missing node meatball +b missing node ecumenic +b missing node shielder +b missing node arbalist +b missing node preadjust +b missing node survivorship +b missing node mutilating +b missing node arose +b missing node embellishment +b missing node lecterns +b missing node shielded +b missing node hicks +b missing node stammering +b missing node thong +b missing node killings +b missing node happenings +b missing node horsetails +b missing node regality +b missing node golfing +b missing node pathologies +b missing node mutilation +b missing node gook +b missing node caesium +b missing node debunker +b missing node goon +b missing node goop +b missing node frustratingly +b missing node debunked +b missing node goos +b missing node amperage +b missing node gory +b missing node rematched +b missing node abbes +b missing node mechanism +b missing node fattish +b missing node baskets +b missing node smackers +b missing node perilling +b missing node unextended +b missing node gosh +b missing node knolls +b missing node swashing +b missing node knolly +b missing node abbey +b missing node reproachful +b missing node welkin +b missing node expecters +b missing node bedight +b missing node rematches +b missing node mechanist +b missing node mouldiest +b missing node gore +b missing node jagless +b missing node reeler +b missing node neatherds +b missing node annualized +b missing node filminess +b missing node dungarees +b missing node overcame +b missing node stockpiles +b missing node reeled +b missing node vitamines +b missing node preclusion +b missing node pointedly +b missing node fluctuate +b missing node conceitedness +b missing node nonuniform +b missing node rectifiers +b missing node drowning +b missing node strawing +b missing node reverberations +b missing node grandiosely +b missing node fingerer +b missing node toyons +b missing node triturators +b missing node fingered +b missing node cordites +b missing node stockpiled +b missing node goth +b missing node distorts +b missing node merchandized +b missing node govt +b missing node aroma +b missing node sultana +b missing node doodler +b missing node doodles +b missing node seceded +b missing node equitation +b missing node disobeyer +b missing node blowhole +b missing node dependency +b missing node sideslipping +b missing node spadices +b missing node sultans +b missing node doodled +b missing node smattered +b missing node alphas +b missing node secedes +b missing node engrave +b missing node gown +b missing node communicants +b missing node seceder +b missing node salinities +b missing node lubbers +b missing node gout +b missing node overlies +b missing node importers +b missing node prestos +b missing node subtending +b missing node misshaped +b missing node manipulator +b missing node handiest +b missing node mutilative +b missing node lamenter +b missing node hourly +b missing node relatives +b missing node coadmit +b missing node lamented +b missing node houris +b missing node calling +b missing node ruining +b missing node remortgage +b missing node toyota +b missing node fontanels +b missing node hippier +b missing node hippies +b missing node frenetics +b missing node funding +b missing node emoted +b missing node dismortgaging +b missing node dependence +b missing node parrakeet +b missing node ubiquitously +b missing node emoter +b missing node emotes +b missing node belittle +b missing node aberrantly +b missing node kerchoo +b missing node kidney +b missing node disobeyed +b missing node ciphering +b missing node lawcourt +b missing node teddies +b missing node forjudge +b missing node antichrist +b missing node mechanize +b missing node courtroom +b missing node homologies +b missing node alkalinizes +b missing node girasoles +b missing node suffixing +b missing node alkalinized +b missing node maxicoats +b missing node semens +b missing node conceitedly +b missing node bewitchment +b missing node interpolations +b missing node guppy +b missing node adsorption +b missing node larboards +b missing node torticollis +b missing node heaped +b missing node ominously +b missing node containership +b missing node acclaiming +b missing node raise +b missing node erratically +b missing node glibness +b missing node disestablishes +b missing node uncoagulated +b missing node disestablished +b missing node clustering +b missing node snider +b missing node melanomata +b missing node pissants +b missing node hypotenuses +b missing node elderberries +b missing node kopjes +b missing node montgomery +b missing node bibliog +b missing node nonadult +b missing node flatulences +b missing node chocolate +b missing node rightful +b missing node oversouls +b missing node creations +b missing node delirious +b missing node docile +b missing node rails +b missing node toluene +b missing node writable +b missing node autocratic +b missing node mollifying +b missing node adolescence +b missing node derrises +b missing node cradled +b missing node coffeepot +b missing node spinning +b missing node dapping +b missing node moveables +b missing node sporters +b missing node pimpling +b missing node urethanes +b missing node dominator +b missing node latchkeys +b missing node watchtower +b missing node labored +b missing node sleeper +b missing node devolutive +b missing node nextdoor +b missing node bestowals +b missing node misunderstandings +b missing node laborer +b missing node fossils +b missing node honied +b missing node tarots +b missing node rainy +b missing node existing +b missing node buckeroo +b missing node coastline +b missing node hireling +b missing node luteal +b missing node committeemen +b missing node houses +b missing node houser +b missing node yields +b missing node preadjusting +b missing node wheelbases +b missing node housed +b missing node spinels +b missing node melodizing +b missing node damsels +b missing node friaries +b missing node rains +b missing node rededicating +b missing node sunrises +b missing node gibers +b missing node onset +b missing node twanging +b missing node granaries +b missing node legislature +b missing node lowlander +b missing node bifocal +b missing node abortiveness +b missing node foothill +b missing node overstepped +b missing node potentiate +b missing node lipsticks +b missing node papooses +b missing node rededication +b missing node marblier +b missing node spumier +b missing node committee +b missing node committed +b missing node trustiest +b missing node monasterial +b missing node fungicidal +b missing node committeeman +b missing node dominated +b missing node committal +b missing node counterplotted +b missing node hardheads +b missing node unrentable +b missing node adsorptive +b missing node uncleanly +b missing node matriculants +b missing node slightness +b missing node entitle +b missing node oenomel +b missing node restaffs +b missing node unapproving +b missing node illustrate +b missing node fatigable +b missing node typographies +b missing node savoriness +b missing node foreknown +b missing node overgrazed +b missing node reforges +b missing node foreknows +b missing node reforged +b missing node pliers +b missing node creased +b missing node dazedly +b missing node sunburned +b missing node dorsally +b missing node superscripted +b missing node spinnies +b missing node creases +b missing node creaser +b missing node raids +b missing node impressiveness +b missing node flakers +b missing node pimplier +b missing node glowers +b missing node diagrammatically +b missing node ceramics +b missing node cooption +b missing node tablets +b missing node momentously +b missing node towpaths +b missing node fluors +b missing node matching +b missing node thous +b missing node monasteries +b missing node overgrazes +b missing node dominates +b missing node funiculars +b missing node subrace +b missing node regaling +b missing node fungicides +b missing node concordantly +b missing node deludingly +b missing node unshelled +b missing node effectual +b missing node dependents +b missing node those +b missing node ravishments +b missing node educed +b missing node hyperacidity +b missing node earing +b missing node mahogany +b missing node sanatorium +b missing node suffixion +b missing node namesake +b missing node pissing +b missing node initiator +b missing node coopting +b missing node rightward +b missing node artefact +b missing node potentials +b missing node educes +b missing node furuncles +b missing node magyars +b missing node grillework +b missing node sellable +b missing node dissociates +b missing node honoraries +b missing node leeways +b missing node spuming +b missing node dissociated +b missing node tyrants +b missing node normalization +b missing node steamroller +b missing node cartoned +b missing node fainter +b missing node chequers +b missing node latvians +b missing node abhorrent +b missing node thoraxes +b missing node umpteenth +b missing node blenchers +b missing node rushed +b missing node engraining +b missing node staunch +b missing node moisturize +b missing node corruptibilities +b missing node rushee +b missing node clingstone +b missing node presume +b missing node scottie +b missing node analgesics +b missing node putterers +b missing node winnowed +b missing node irrevocably +b missing node disallowances +b missing node ramping +b missing node giddily +b missing node irrevocable +b missing node chlorates +b missing node payloads +b missing node blamed +b missing node obduration +b missing node unmannerly +b missing node wondrousness +b missing node blames +b missing node strangle +b missing node internments +b missing node malformations +b missing node blamer +b missing node truculency +b missing node winnower +b missing node spacewalks +b missing node proportionately +b missing node rampion +b missing node honeworts +b missing node obdurating +b missing node liquidators +b missing node tinctures +b missing node motets +b missing node truculence +b missing node nonabstainers +b missing node regrouped +b missing node tinctured +b missing node igneous +b missing node unappeasable +b missing node dessert +b missing node ceders +b missing node titrating +b missing node catamount +b missing node dihedron +b missing node adolescents +b missing node imparity +b missing node frazzles +b missing node faintly +b missing node steadfastly +b missing node rusher +b missing node jimjams +b missing node rushes +b missing node creakiest +b missing node superiorities +b missing node pleasurable +b missing node miscasts +b missing node assassinates +b missing node northeastward +b missing node muddle +b missing node piebalds +b missing node feasted +b missing node pleasurably +b missing node bandicoots +b missing node depoliticized +b missing node unguided +b missing node insistency +b missing node graded +b missing node assassinated +b missing node pugged +b missing node glowfly +b missing node frazzled +b missing node insistence +b missing node brakier +b missing node feaster +b missing node depoliticizes +b missing node grader +b missing node grades +b missing node slovenly +b missing node initiates +b missing node graybacks +b missing node moroccans +b missing node initiated +b missing node pullets +b missing node toxical +b missing node mensurable +b missing node pullers +b missing node biochemists +b missing node rhythmics +b missing node cozenage +b missing node hatchment +b missing node choremen +b missing node aperies +b missing node mendel +b missing node salters +b missing node additionally +b missing node obligability +b missing node dormitory +b missing node vilifying +b missing node stranger +b missing node pallidly +b missing node riderships +b missing node mender +b missing node infinitude +b missing node snicks +b missing node mended +b missing node transparently +b missing node kilorad +b missing node honorarily +b missing node saltest +b missing node giddies +b missing node giddier +b missing node titration +b missing node obeyers +b missing node forgivers +b missing node appositions +b missing node bioscientist +b missing node giddied +b missing node scatter +b missing node precipitation +b missing node laager +b missing node deposals +b missing node scatted +b missing node supervisors +b missing node harebrained +b missing node enrolment +b missing node derails +b missing node flogger +b missing node gunmetal +b missing node sweetmeat +b missing node flogged +b missing node motels +b missing node honing +b missing node supervisory +b missing node ceramist +b missing node exculpated +b missing node cemetaries +b missing node precipitating +b missing node educts +b missing node retardates +b missing node bloodiest +b missing node decompressions +b missing node stylings +b missing node mudded +b missing node mensuration +b missing node palfreys +b missing node tyranny +b missing node thumbkins +b missing node penetrations +b missing node mudder +b missing node indefeasible +b missing node catnapers +b missing node fainted +b missing node tableau +b missing node footwears +b missing node spinets +b missing node outleaped +b missing node abhorrers +b missing node braking +b missing node indefeasibly +b missing node exculpates +b missing node pelters +b missing node bolivars +b missing node nosebags +b missing node gantleted +b missing node wheyfaces +b missing node matless +b missing node shahdoms +b missing node salutatory +b missing node interrelate +b missing node sanitarium +b missing node pulleys +b missing node humanoids +b missing node leeward +b missing node enforcers +b missing node seepages +b missing node negative +b missing node vacuumed +b missing node oleanders +b missing node nested +b missing node ingredients +b missing node gloria +b missing node bespeaks +b missing node movement +b missing node directive +b missing node boskiest +b missing node sanitaries +b missing node gummy +b missing node bushwhacks +b missing node paradox +b missing node arras +b missing node outleaps +b missing node outleapt +b missing node wights +b missing node foreshore +b missing node attacks +b missing node array +b missing node speckling +b missing node techies +b missing node timelier +b missing node illegibly +b missing node scandalized +b missing node niceness +b missing node doctorates +b missing node gnarling +b missing node scandalizer +b missing node scandalizes +b missing node warfares +b missing node menial +b missing node brutishness +b missing node mutilators +b missing node loonies +b missing node baboon +b missing node loonier +b missing node pianofortes +b missing node vineries +b missing node illegible +b missing node reforests +b missing node alpaca +b missing node lunacy +b missing node freighting +b missing node celeries +b missing node reconsidered +b missing node ozonous +b missing node recaning +b missing node lampoons +b missing node gentries +b missing node baboos +b missing node goalposts +b missing node viridians +b missing node hetero +b missing node jauntier +b missing node transmutable +b missing node titanism +b missing node comestible +b missing node outmarch +b missing node messianic +b missing node qaid +b missing node vomitive +b missing node nucleating +b missing node parodied +b missing node suffragan +b missing node belittlers +b missing node dement +b missing node rants +b missing node merchandised +b missing node tigress +b missing node dossed +b missing node parodies +b missing node sanitarian +b missing node iowan +b missing node stalemating +b missing node maunderer +b missing node sessional +b missing node finical +b missing node merchandiser +b missing node schlock +b missing node dosses +b missing node merchandises +b missing node dosser +b missing node maundered +b missing node ideological +b missing node cumulative +b missing node deadheads +b missing node storefronts +b missing node timesharing +b missing node reorients +b missing node attackers +b missing node comprising +b missing node virgos +b missing node foreshown +b missing node foreshows +b missing node warfarin +b missing node hallooed +b missing node speculator +b missing node expansive +b missing node branchiest +b missing node equal +b missing node relatione +b missing node vulnerabilities +b missing node antecedence +b missing node relations +b missing node suffrages +b missing node glassmen +b missing node bounces +b missing node bouncer +b missing node disprovable +b missing node feral +b missing node celeriac +b missing node managership +b missing node frivolity +b missing node nonrestrictive +b missing node nations +b missing node headspring +b missing node rednesses +b missing node archeozoic +b missing node helpmate +b missing node bacteriocidal +b missing node cellists +b missing node nestle +b missing node erstwhile +b missing node valerians +b missing node bounced +b missing node bombardiers +b missing node tribuneship +b missing node gnarlier +b missing node spindly +b missing node laundresses +b missing node maddest +b missing node analogous +b missing node triturable +b missing node redounds +b missing node sanitarily +b missing node venison +b missing node blenching +b missing node vintage +b missing node minifying +b missing node larvicide +b missing node paraded +b missing node madders +b missing node vomiting +b missing node slowish +b missing node parader +b missing node parades +b missing node spindle +b missing node mordant +b missing node underpinning +b missing node glassman +b missing node putrefying +b missing node bossdom +b missing node courtesans +b missing node daintiness +b missing node hutment +b missing node mirrored +b missing node quiveringly +b missing node saunter +b missing node monology +b missing node suppositories +b missing node monologs +b missing node speculates +b missing node elfishness +b missing node strawhat +b missing node apollo +b missing node pallors +b missing node sickliest +b missing node speculated +b missing node notifiable +b missing node mentionable +b missing node expansion +b missing node understudy +b missing node feminizes +b missing node conveyancing +b missing node attache +b missing node disobliged +b missing node trituration +b missing node behooving +b missing node disobliges +b missing node flinger +b missing node feminized +b missing node necked +b missing node petiole +b missing node reanalyses +b missing node slowing +b missing node expeditionary +b missing node insubordination +b missing node indemnified +b missing node nester +b missing node triturating +b missing node dosages +b missing node entertainment +b missing node balancer +b missing node balances +b missing node balanced +b missing node sleaziness +b missing node fireweeds +b missing node identification +b missing node indemnifies +b missing node maddens +b missing node indemnifier +b missing node mudcap +b missing node pinpricks +b missing node curable +b missing node gruffest +b missing node ochers +b missing node ochery +b missing node casuist +b missing node sculptress +b missing node lateens +b missing node wackily +b missing node xerox +b missing node observer +b missing node observes +b missing node observed +b missing node pasturers +b missing node travels +b missing node bolivias +b missing node curably +b missing node bolivian +b missing node typographers +b missing node suppleness +b missing node arithmeticians +b missing node oration +b missing node reanalysis +b missing node feisty +b missing node feists +b missing node glamouring +b missing node crenated +b missing node vigilantness +b missing node laudation +b missing node exurban +b missing node abdominal +b missing node overlord +b missing node solidarity +b missing node sentimental +b missing node unravelling +b missing node hobbyists +b missing node hikers +b missing node incrusted +b missing node popedoms +b missing node orating +b missing node horrifying +b missing node boils +b missing node seafront +b missing node peepshows +b missing node devolution +b missing node realisers +b missing node paddlers +b missing node raucousness +b missing node escaped +b missing node baseless +b missing node rands +b missing node sewerages +b missing node hammerheaded +b missing node nonunified +b missing node jadishly +b missing node geopolitics +b missing node escapee +b missing node meninx +b missing node randy +b missing node titanias +b missing node escapes +b missing node ranee +b missing node escaper +b missing node severalties +b missing node ranch +b missing node intermitted +b missing node tactics +b missing node officinal +b missing node swingers +b missing node scrofulous +b missing node managerial +b missing node inputted +b missing node centaury +b missing node overlook +b missing node aureola +b missing node lunching +b missing node spooning +b missing node pretentiously +b missing node granite +b missing node nestor +b missing node gumbo +b missing node aureole +b missing node spoonily +b missing node parodist +b missing node centaurs +b missing node overlong +b missing node forebodings +b missing node frivoling +b missing node lankily +b missing node overstocking +b missing node reclothe +b missing node surface +b missing node sexualized +b missing node deplane +b missing node guys +b missing node xeric +b missing node avarice +b missing node overclouding +b missing node oxheart +b missing node nonmilitant +b missing node wackier +b missing node acidness +b missing node deviators +b missing node fluked +b missing node boise +b missing node grimness +b missing node compatibleness +b missing node taction +b missing node aiding +b missing node antecedents +b missing node moorings +b missing node rangy +b missing node collectors +b missing node reentrances +b missing node bibless +b missing node defiers +b missing node range +b missing node enricher +b missing node enriches +b missing node peridots +b missing node panders +b missing node festoon +b missing node authorizer +b missing node enriched +b missing node authorizes +b missing node finicky +b missing node seleniums +b missing node feminization +b missing node eavesdroppers +b missing node chervil +b missing node hispid +b missing node authorized +b missing node overrides +b missing node krises +b missing node fascia +b missing node keeper +b missing node nucleation +b missing node synclines +b missing node hereditary +b missing node capsuling +b missing node polemic +b missing node malayans +b missing node mandrake +b missing node sunward +b missing node celerity +b missing node detrital +b missing node crackled +b missing node nonmilitary +b missing node scripts +b missing node alloyed +b missing node masterfulness +b missing node petticoats +b missing node ranks +b missing node presentation +b missing node thick +b missing node crackles +b missing node horseplayer +b missing node snagged +b missing node adaptions +b missing node creamer +b missing node conferred +b missing node flukey +b missing node tactile +b missing node conduits +b missing node conferrer +b missing node creamed +b missing node paraphrased +b missing node parachutist +b missing node spoonies +b missing node fraternized +b missing node flukes +b missing node paraphraser +b missing node paraphrases +b missing node spoonier +b missing node judaical +b missing node streamlets +b missing node volunteers +b missing node spartans +b missing node glamourize +b missing node fraternizer +b missing node fraternizes +b missing node endmost +b missing node dyslexic +b missing node restacks +b missing node dyslexia +b missing node biodegrade +b missing node cumins +b missing node deforesting +b missing node ranis +b missing node thief +b missing node fasces +b missing node fabulist +b missing node nomograph +b missing node beatification +b missing node djinni +b missing node alterer +b missing node digger +b missing node adventured +b missing node digged +b missing node djinny +b missing node montpelier +b missing node djinns +b missing node telecommunication +b missing node zooming +b missing node quittors +b missing node limpidly +b missing node klatsch +b missing node bespattered +b missing node unnecessary +b missing node elegancies +b missing node adventures +b missing node overreacher +b missing node seating +b missing node adventurer +b missing node overreaches +b missing node gunny +b missing node thigh +b missing node concrescence +b missing node ethicals +b missing node sluttish +b missing node keyless +b missing node tendonitis +b missing node gradable +b missing node macrons +b missing node cockerels +b missing node lawrence +b missing node dynamist +b missing node wrath +b missing node weediness +b missing node hight +b missing node mescals +b missing node highs +b missing node dynamite +b missing node selfishly +b missing node vulva +b missing node altered +b missing node tirelessly +b missing node noncontinuation +b missing node intern +b missing node musters +b missing node blameful +b missing node parachuting +b missing node sloughed +b missing node inters +b missing node catfish +b missing node publishers +b missing node honker +b missing node nutrient +b missing node constructed +b missing node crevices +b missing node honkey +b missing node sleeves +b missing node impudent +b missing node swather +b missing node honked +b missing node swathes +b missing node swathed +b missing node eudaemons +b missing node entires +b missing node wiggle +b missing node claims +b missing node think +b missing node abase +b missing node abash +b missing node handicap +b missing node thins +b missing node enthrallment +b missing node nationalizing +b missing node wrang +b missing node arses +b missing node piousness +b missing node wiggly +b missing node buffos +b missing node creviced +b missing node coalpit +b missing node nonesuches +b missing node cultivar +b missing node thine +b missing node soldiering +b missing node thing +b missing node irishwomen +b missing node camporees +b missing node abate +b missing node chenille +b missing node caravanned +b missing node millinery +b missing node flaccidity +b missing node sculleries +b missing node nudists +b missing node wrapt +b missing node wraps +b missing node milliners +b missing node spumous +b missing node callousness +b missing node chaster +b missing node kismets +b missing node chasten +b missing node technicians +b missing node sleeved +b missing node bounder +b missing node whiniest +b missing node uncoiling +b missing node overimpressed +b missing node sedulous +b missing node peewees +b missing node arrivederci +b missing node bounden +b missing node honkie +b missing node spumoni +b missing node luxuriation +b missing node hearer +b missing node spumone +b missing node overimpresses +b missing node sonships +b missing node phrenologists +b missing node outcrops +b missing node mayoral +b missing node notary +b missing node advantaging +b missing node blether +b missing node third +b missing node detest +b missing node charcoals +b missing node comfortless +b missing node voiceful +b missing node bounded +b missing node arsis +b missing node charmers +b missing node twinship +b missing node foothold +b missing node glossy +b missing node domestication +b missing node notate +b missing node aphasic +b missing node humbuggers +b missing node aphasia +b missing node characterizing +b missing node psychotic +b missing node unsubdued +b missing node electors +b missing node apothem +b missing node federative +b missing node salutation +b missing node nonseasonal +b missing node godlessness +b missing node buffer +b missing node vergences +b missing node buffet +b missing node orderlies +b missing node pouncing +b missing node lentiform +b missing node capstone +b missing node rubdown +b missing node recirculating +b missing node lyricisms +b missing node albedos +b missing node recirculation +b missing node overusing +b missing node unabated +b missing node landscapers +b missing node inscrutability +b missing node domesticating +b missing node berets +b missing node refrainment +b missing node weldless +b missing node ethicalness +b missing node welled +b missing node sympathizers +b missing node strawier +b missing node sinewy +b missing node mouthpieces +b missing node juiceless +b missing node sinews +b missing node deters +b missing node enlisters +b missing node skittered +b missing node customized +b missing node pastelist +b missing node hurried +b missing node bestirring +b missing node antipodean +b missing node submicroscopic +b missing node vectored +b missing node alligator +b missing node arbitrational +b missing node customizes +b missing node beneficiating +b missing node constructor +b missing node zygote +b missing node obliterating +b missing node buffed +b missing node cussing +b missing node important +b missing node intent +b missing node throttling +b missing node arson +b missing node intend +b missing node hurrier +b missing node gunks +b missing node hurries +b missing node singulars +b missing node fabricators +b missing node nonpredatory +b missing node obliteration +b missing node arrow +b missing node avionics +b missing node assure +b missing node insurants +b missing node pressor +b missing node attributively +b missing node nonsupression +b missing node preparing +b missing node lunate +b missing node bereft +b missing node naturalizes +b missing node songstresses +b missing node volplane +b missing node multinational +b missing node besmirching +b missing node undermine +b missing node hotness +b missing node astronomy +b missing node unoppressed +b missing node hankerers +b missing node stuccoer +b missing node stuccoes +b missing node renegotiable +b missing node greatcoated +b missing node flanging +b missing node impingers +b missing node lunars +b missing node polymerization +b missing node detritus +b missing node stuccoed +b missing node charioteer +b missing node idealogue +b missing node dynamics +b missing node naturalized +b missing node peckers +b missing node possess +b missing node buckish +b missing node grossness +b missing node paratroopers +b missing node fungiform +b missing node positioning +b missing node possets +b missing node plutarch +b missing node hosteling +b missing node mongolians +b missing node defoliators +b missing node brisked +b missing node transistor +b missing node introversive +b missing node lightful +b missing node thruway +b missing node groundage +b missing node rediscounts +b missing node brisker +b missing node brisket +b missing node arrangers +b missing node widowers +b missing node reissuers +b missing node lyricists +b missing node vicious +b missing node brunching +b missing node brisking +b missing node maxims +b missing node stumpers +b missing node luxuriating +b missing node android +b missing node supervising +b missing node bucking +b missing node exotic +b missing node columbium +b missing node hydrothermal +b missing node obliterative +b missing node unuttered +b missing node blooped +b missing node arquebus +b missing node merchantmen +b missing node neutrino +b missing node maxima +b missing node abaci +b missing node plumelet +b missing node fonding +b missing node blooper +b missing node aback +b missing node milages +b missing node abaft +b missing node suddens +b missing node lumberman +b missing node semimature +b missing node supervision +b missing node foodless +b missing node goliaths +b missing node gillers +b missing node cashmere +b missing node stamina +b missing node underworld +b missing node witherers +b missing node titanium +b missing node accretionary +b missing node centavos +b missing node defaming +b missing node landowning +b missing node qualifications +b missing node petrologist +b missing node pressed +b missing node multiplexed +b missing node perfections +b missing node character +b missing node unchangeable +b missing node presser +b missing node nonbasic +b missing node presses +b missing node multiplexer +b missing node briskly +b missing node maillot +b missing node tarnal +b missing node merchantman +b missing node secretary +b missing node giblet +b missing node scaleless +b missing node industrial +b missing node teetotum +b missing node nibbed +b missing node pussies +b missing node pussier +b missing node irishwoman +b missing node enlistees +b missing node nudisms +b missing node preceptress +b missing node virile +b missing node ramrod +b missing node lumbermen +b missing node gutsier +b missing node blarneyed +b missing node unhandicapped +b missing node nibble +b missing node unwrinkle +b missing node purveyor +b missing node dynamism +b missing node nonvocal +b missing node columbine +b missing node regretfulness +b missing node windward +b missing node scatological +b missing node ultimas +b missing node jazzy +b missing node colours +b missing node lissomely +b missing node overachieving +b missing node defrayers +b missing node torturous +b missing node encompass +b missing node colloquialisms +b missing node excluders +b missing node unstepping +b missing node introversion +b missing node footages +b missing node chiselled +b missing node rainmakers +b missing node jauntily +b missing node perfect +b missing node driveled +b missing node unresisting +b missing node chiseller +b missing node interferences +b missing node emplaced +b missing node turbojets +b missing node driveler +b missing node nonmaliciously +b missing node overreached +b missing node unmerchantable +b missing node emplaces +b missing node jaunting +b missing node industries +b missing node assume +b missing node reexperiencing +b missing node orthographically +b missing node buckled +b missing node ralph +b missing node rightist +b missing node perfidy +b missing node redressed +b missing node buckles +b missing node buckler +b missing node participants +b missing node rightism +b missing node creaming +b missing node manured +b missing node dramatics +b missing node prewashing +b missing node redresser +b missing node cinematically +b missing node redresses +b missing node quantifying +b missing node handoff +b missing node manures +b missing node fumarolic +b missing node manurer +b missing node frankfurters +b missing node avatar +b missing node eschewers +b missing node washable +b missing node reequips +b missing node altitudes +b missing node vicinal +b missing node jiujitsus +b missing node forewarns +b missing node circumlunar +b missing node understudying +b missing node callers +b missing node normativeness +b missing node coquetting +b missing node pavlov +b missing node aborning +b missing node overcompensators +b missing node dubiety +b missing node besprinkling +b missing node wrathiest +b missing node transistorize +b missing node photoelectricity +b missing node dadoes +b missing node lapidates +b missing node oceanaut +b missing node termini +b missing node callets +b missing node osmosing +b missing node terming +b missing node frightfulness +b missing node dadoed +b missing node newscast +b missing node librettos +b missing node mensural +b missing node hyperbolic +b missing node lapidated +b missing node righting +b missing node annexed +b missing node ascertain +b missing node aquatones +b missing node operculated +b missing node adenoidal +b missing node rally +b missing node stoppages +b missing node disclaiming +b missing node psalmic +b missing node drizzliest +b missing node insurance +b missing node brunched +b missing node sublimities +b missing node seamstresses +b missing node volumes +b missing node afloat +b missing node concocts +b missing node prognoses +b missing node chassed +b missing node brunches +b missing node ecstasy +b missing node drowners +b missing node buzzing +b missing node volumed +b missing node derange +b missing node officious +b missing node granges +b missing node granger +b missing node anniversary +b missing node chasses +b missing node maxixe +b missing node polenta +b missing node scrounger +b missing node reattained +b missing node scrounges +b missing node spavined +b missing node scrounged +b missing node bagsful +b missing node despatching +b missing node genially +b missing node prognosed +b missing node stalwart +b missing node lindane +b missing node huddler +b missing node huddles +b missing node keystone +b missing node gearcases +b missing node spurtles +b missing node mentions +b missing node glycogenic +b missing node hangovers +b missing node flopper +b missing node earpieces +b missing node gooders +b missing node baloney +b missing node huddled +b missing node flopped +b missing node flirtatiously +b missing node developmental +b missing node unfavorably +b missing node peritonitic +b missing node ensnarers +b missing node munster +b missing node peritonitis +b missing node revellings +b missing node unfavorable +b missing node fretfully +b missing node amassments +b missing node responder +b missing node widdles +b missing node unsanitary +b missing node filliping +b missing node littoral +b missing node ethnologic +b missing node needlings +b missing node ukuleles +b missing node bellicosities +b missing node lifelessly +b missing node fadeout +b missing node dendrologists +b missing node hollander +b missing node batsman +b missing node precipitately +b missing node spoonful +b missing node bannocks +b missing node swashers +b missing node hippest +b missing node besieges +b missing node besieger +b missing node nestlers +b missing node besieged +b missing node nocturne +b missing node resuscitating +b missing node condemn +b missing node discourage +b missing node gauntries +b missing node retreaded +b missing node fondest +b missing node dustiest +b missing node rerecords +b missing node nocturns +b missing node forenoons +b missing node campaniles +b missing node unzip +b missing node droshky +b missing node columbian +b missing node marblers +b missing node reinsured +b missing node despising +b missing node pidgins +b missing node pimples +b missing node colorcast +b missing node unknitting +b missing node humorlessly +b missing node zapped +b missing node pimpled +b missing node scuppered +b missing node schmalzier +b missing node prolabor +b missing node werewolf +b missing node reinsures +b missing node preoperative +b missing node troutiest +b missing node hearts +b missing node uncertainties +b missing node bombes +b missing node messman +b missing node hearth +b missing node gemologists +b missing node bomber +b missing node bogle +b missing node privacies +b missing node teetotal +b missing node bombed +b missing node songbook +b missing node tarnished +b missing node hearse +b missing node tarnishes +b missing node turneries +b missing node flumed +b missing node seaters +b missing node bachelor +b missing node recounting +b missing node dumfounded +b missing node batsmen +b missing node hasheeshes +b missing node natatory +b missing node nebular +b missing node nebulas +b missing node overturns +b missing node debugged +b missing node subservient +b missing node tonally +b missing node vicinity +b missing node nebulae +b missing node grandiosity +b missing node berber +b missing node lightest +b missing node enrapturing +b missing node keener +b missing node finials +b missing node peritonital +b missing node abusable +b missing node feathery +b missing node feathers +b missing node lutist +b missing node pedologies +b missing node upcoming +b missing node keened +b missing node debugger +b missing node lighters +b missing node boggy +b missing node hounds +b missing node ethereally +b missing node directional +b missing node bombay +b missing node wrack +b missing node federating +b missing node expectant +b missing node outwears +b missing node foilable +b missing node offsprings +b missing node mooches +b missing node heteronomous +b missing node subtraction +b missing node arrangements +b missing node unicef +b missing node brassard +b missing node bashfulness +b missing node disenchantments +b missing node subtracting +b missing node litchis +b missing node mooched +b missing node potbellied +b missing node explanation +b missing node potbellies +b missing node moocher +b missing node detent +b missing node aileron +b missing node december +b missing node biotechnological +b missing node ionizable +b missing node twirling +b missing node widdled +b missing node muddlers +b missing node fireworms +b missing node uplink +b missing node messmen +b missing node peripheries +b missing node tourneyed +b missing node dramatist +b missing node metabases +b missing node drowsiest +b missing node gleeman +b missing node skuas +b missing node federation +b missing node preclusively +b missing node diplomatique +b missing node apperceiving +b missing node glaceing +b missing node sparkplug +b missing node venires +b missing node geometrical +b missing node halogenoid +b missing node reticule +b missing node regular +b missing node siblings +b missing node actuators +b missing node evictor +b missing node silkworm +b missing node certifications +b missing node lightens +b missing node regional +b missing node fireworks +b missing node reticula +b missing node bogie +b missing node stickpin +b missing node hobblers +b missing node psalmed +b missing node hepatizes +b missing node deficit +b missing node reducing +b missing node detailing +b missing node nonradical +b missing node irrigable +b missing node overtured +b missing node existence +b missing node equivalences +b missing node musician +b missing node expressiveness +b missing node intaglio +b missing node feoff +b missing node sieved +b missing node vouchered +b missing node flushed +b missing node cagiest +b missing node inappropriate +b missing node revelling +b missing node cortically +b missing node sieves +b missing node wigged +b missing node hepatized +b missing node flusher +b missing node funeral +b missing node flushes +b missing node swanking +b missing node overtures +b missing node tranced +b missing node mailing +b missing node mockup +b missing node outflanked +b missing node trances +b missing node gleemen +b missing node corruptibly +b missing node chassis +b missing node sartorially +b missing node dendrologist +b missing node metabasis +b missing node outflanker +b missing node incapacities +b missing node skunk +b missing node vulgo +b missing node corruptible +b missing node stranded +b missing node tarmac +b missing node headfirst +b missing node pirating +b missing node bogus +b missing node rales +b missing node unmapped +b missing node butchered +b missing node siberian +b missing node annexes +b missing node freeing +b missing node strander +b missing node glowing +b missing node trimness +b missing node disadvantageously +b missing node insensibly +b missing node allowed +b missing node plangent +b missing node fumaroles +b missing node malinvestment +b missing node exfoliate +b missing node skulk +b missing node skull +b missing node woodiness +b missing node timbers +b missing node katabolism +b missing node digits +b missing node redigests +b missing node rewardingly +b missing node uplift +b missing node respirational +b missing node insensible +b missing node frolics +b missing node dominants +b missing node evicted +b missing node cembalos +b missing node evictee +b missing node wergeld +b missing node flumes +b missing node wergelt +b missing node aright +b missing node knuckle +b missing node flummeries +b missing node logjam +b missing node osmic +b missing node noncyclical +b missing node detect +b missing node swankily +b missing node marshmallow +b missing node eurythmy +b missing node dabbles +b missing node dabbler +b missing node dramatize +b missing node overexpanded +b missing node knuckly +b missing node cigarettes +b missing node dabbled +b missing node transpiring +b missing node challises +b missing node certitude +b missing node heated +b missing node presupposition +b missing node entails +b missing node decampment +b missing node gulps +b missing node gulpy +b missing node appositive +b missing node militant +b missing node heater +b missing node timeservers +b missing node earings +b missing node pliant +b missing node fessing +b missing node newsstand +b missing node ambuscading +b missing node bicentenary +b missing node meekest +b missing node soapbox +b missing node aconites +b missing node cantaloupes +b missing node ramps +b missing node billeters +b missing node tautonym +b missing node gung +b missing node ugsome +b missing node gunk +b missing node moonshots +b missing node tremulousness +b missing node wetsuit +b missing node manometries +b missing node determinant +b missing node guns +b missing node starfishes +b missing node abhorring +b missing node disastrous +b missing node mandalas +b missing node disestablish +b missing node rivaling +b missing node inactions +b missing node swankier +b missing node retailers +b missing node tunefully +b missing node gums +b missing node heaths +b missing node uptown +b missing node dashiki +b missing node guts +b missing node refutability +b missing node housewives +b missing node unscriptural +b missing node pilferers +b missing node catnaper +b missing node centroid +b missing node gully +b missing node chunkier +b missing node obeisance +b missing node pasture +b missing node massiveness +b missing node intrastate +b missing node gadzooks +b missing node consequence +b missing node gulls +b missing node gust +b missing node rivetted +b missing node bishop +b missing node benefices +b missing node gush +b missing node tommyrots +b missing node skydove +b missing node bedclothes +b missing node vervains +b missing node bonjour +b missing node philtre +b missing node kowtowing +b missing node dashier +b missing node wageless +b missing node whaling +b missing node combatting +b missing node refrangibilities +b missing node guru +b missing node obeying +b missing node fulfillments +b missing node sleeted +b missing node inefficiencies +b missing node diameter +b missing node forgiving +b missing node overload +b missing node englanders +b missing node misogamists +b missing node swingier +b missing node emotional +b missing node seducee +b missing node bottoms +b missing node seduces +b missing node seducer +b missing node toolmaker +b missing node inshrined +b missing node ruinous +b missing node wigeon +b missing node conformable +b missing node swerve +b missing node determinate +b missing node seduced +b missing node titling +b missing node vandyke +b missing node civets +b missing node politburo +b missing node conformably +b missing node excavation +b missing node rumbaed +b missing node theorem +b missing node crocodile +b missing node mocked +b missing node unprocessed +b missing node motleyest +b missing node bogey +b missing node lankier +b missing node cisternal +b missing node encumbered +b missing node shellacks +b missing node mocker +b missing node keenly +b missing node astronomical +b missing node sophocles +b missing node wailfully +b missing node gulfs +b missing node moorages +b missing node streamline +b missing node heliotropism +b missing node gulfy +b missing node pasturing +b missing node kelvins +b missing node repartees +b missing node guff +b missing node excavating +b missing node impartibly +b missing node luting +b missing node vizors +b missing node mandalic +b missing node sieurs +b missing node eohippus +b missing node apposition +b missing node impartible +b missing node brassage +b missing node cutpurse +b missing node blains +b missing node existents +b missing node sashimis +b missing node reprogrammed +b missing node sashimi +b missing node doubleness +b missing node spinage +b missing node busying +b missing node reassesses +b missing node secludedness +b missing node feyness +b missing node gulp +b missing node loopholing +b missing node military +b missing node gull +b missing node lethargy +b missing node gulf +b missing node neurologically +b missing node exurbia +b missing node spuriously +b missing node sashing +b missing node heathy +b missing node megabyte +b missing node arums +b missing node fobbing +b missing node installs +b missing node pipings +b missing node militate +b missing node hencoops +b missing node gibing +b missing node apologized +b missing node dashing +b missing node acquiescence +b missing node rimming +b missing node zincate +b missing node conjugational +b missing node apologizer +b missing node apologizes +b missing node menhir +b missing node flurrying +b missing node browns +b missing node mineral +b missing node suspect +b missing node cumbrously +b missing node diplomatists +b missing node delimiters +b missing node repaginates +b missing node gulch +b missing node starship +b missing node lambasting +b missing node imperfection +b missing node spinach +b missing node semite +b missing node reassessed +b missing node catamaran +b missing node resuscitation +b missing node thrilled +b missing node commutes +b missing node comport +b missing node commuter +b missing node dights +b missing node clarinets +b missing node browny +b missing node thriller +b missing node scrutinising +b missing node compose +b missing node commuted +b missing node obdurately +b missing node ceding +b missing node repaginated +b missing node buckling +b missing node compost +b missing node originated +b missing node soprani +b missing node pyramids +b missing node compote +b missing node incidentless +b missing node aligning +b missing node purslane +b missing node cretonne +b missing node drownded +b missing node soprano +b missing node latinized +b missing node zithern +b missing node originates +b missing node cultisms +b missing node earned +b missing node reflexiveness +b missing node gravamen +b missing node abscise +b missing node molted +b missing node latinizes +b missing node tetchiest +b missing node zithers +b missing node persuadably +b missing node molten +b missing node tricorns +b missing node reverers +b missing node transmute +b missing node kopeck +b missing node beclouded +b missing node molter +b missing node asleep +b missing node rhumbs +b missing node fenny +b missing node informally +b missing node foretokened +b missing node inquires +b missing node rhumba +b missing node fatheaded +b missing node browse +b missing node daughterly +b missing node exigency +b missing node handout +b missing node guck +b missing node boffo +b missing node boffs +b missing node yahweh +b missing node earner +b missing node schnauzer +b missing node brocade +b missing node inquirer +b missing node exigence +b missing node scrimpier +b missing node cracking +b missing node rogueries +b missing node abridgment +b missing node inquired +b missing node prebill +b missing node existent +b missing node scarless +b missing node flivvers +b missing node embryogenic +b missing node carcass +b missing node bamboozles +b missing node nonassimilation +b missing node bamboozler +b missing node incomplete +b missing node guar +b missing node austerely +b missing node guam +b missing node speedups +b missing node uppercut +b missing node bamboozled +b missing node resuscitative +b missing node carcase +b missing node cherubs +b missing node scarlets +b missing node responded +b missing node untenable +b missing node epidermoidal +b missing node resettle +b missing node figurehead +b missing node reverend +b missing node spinals +b missing node demean +b missing node shamefulness +b missing node bikers +b missing node indulgently +b missing node reverent +b missing node equip +b missing node tariffs +b missing node hyperboles +b missing node collages +b missing node philter +b missing node ramie +b missing node antifreezes +b missing node ostinatos +b missing node dishwasher +b missing node cumulating +b missing node avarices +b missing node cultists +b missing node graupel +b missing node convincingly +b missing node encysts +b missing node amphibians +b missing node mummed +b missing node inshrines +b missing node underclothing +b missing node fence +b missing node unripe +b missing node dramatists +b missing node determinacy +b missing node xenograft +b missing node raffia +b missing node reinflaming +b missing node natality +b missing node dissertation +b missing node bimolecular +b missing node flooring +b missing node mummer +b missing node unidirectional +b missing node noncommercial +b missing node interstice +b missing node upliftment +b missing node curacao +b missing node pedantries +b missing node saltish +b missing node biomaterial +b missing node extrude +b missing node chartreuse +b missing node unlashing +b missing node fends +b missing node raffle +b missing node chickening +b missing node figured +b missing node glover +b missing node shamable +b missing node gloves +b missing node figures +b missing node figurer +b missing node kopeks +b missing node collagen +b missing node tabling +b missing node chuggers +b missing node gloved +b missing node originator +b missing node whooshing +b missing node bagworms +b missing node befriending +b missing node hyperbolas +b missing node replenishment +b missing node portraitist +b missing node foulards +b missing node sunbonnet +b missing node shooter +b missing node tricorne +b missing node immolation +b missing node persuadable +b missing node litanies +b missing node demolishing +b missing node ambisexualities +b missing node cozeners +b missing node avaunt +b missing node colossi +b missing node perpetrations +b missing node abating +b missing node lobefin +b missing node termite +b missing node scrimping +b missing node resetter +b missing node chunking +b missing node echoless +b missing node chunkily +b missing node dispensing +b missing node direction +b missing node lawsuits +b missing node spinate +b missing node claimer +b missing node foxtail +b missing node bittering +b missing node apiologies +b missing node coquettish +b missing node palladia +b missing node directing +b missing node physicists +b missing node glimmered +b missing node peremptorily +b missing node unforseen +b missing node encapsuling +b missing node readmittance +b missing node austerest +b missing node immolating +b missing node claimed +b missing node malignantly diff --git a/ArachnidRocketgum/dicts/test.dic.diff b/ArachnidRocketgum/dicts/test.dic.diff index 23e75f9..3d9fb18 100755 --- a/ArachnidRocketgum/dicts/test.dic.diff +++ b/ArachnidRocketgum/dicts/test.dic.diff @@ -1,145 +1,145 @@ -b missing node fox -b missing node no -b missing node dagger -b missing node ny -b missing node people -b missing node colic -b missing node abed -b missing node od -b missing node bones -b missing node clicks -b missing node boner -b missing node brow -b missing node sole -b missing node sold -b missing node cowlicks -b missing node tole -b missing node nod -b missing node coon -b missing node alway -b missing node lagger -b missing node goodbye -b missing node he -b missing node colin -b missing node always -b missing node bonder -b missing node not -b missing node pe -b missing node nor -b missing node bay -b missing node say -b missing node pi -b missing node tan -b missing node ways -b missing node hesitate -b missing node put -b missing node scape -b missing node pun -b missing node cape -b missing node buick -b missing node logged -b missing node net -b missing node escape -b missing node goodby -b missing node sager -b missing node could -b missing node ape -b missing node buck -b missing node gooks -b missing node dells -b missing node roper -b missing node wet -b missing node delist -b missing node wen -b missing node whys -b missing node dolls -b missing node a -b missing node back -b missing node i -b missing node boxy -b missing node foxy -b missing node laver -b missing node to -b missing node propel -b missing node hesitant -b missing node resistant -b missing node by -b missing node rack -b missing node looks -b missing node pole -b missing node cold -b missing node when -b missing node any -b missing node wonder -b missing node proper -b missing node fund -b missing node coll -b missing node lever -b missing node sagger -b missing node be -b missing node fay -b missing node fax -b missing node dogger -b missing node bed -b missing node resist -b missing node fun -b missing node tope -b missing node sale -b missing node and -b missing node dogged -b missing node locks -b missing node racy -b missing node saver -b missing node stale -b missing node scaped -b missing node bons -b missing node toe -b missing node ray -b missing node goody -b missing node lager -b missing node brick -b missing node state -b missing node quick -b missing node goods -b missing node way -b missing node colon -b missing node fin -b missing node hi -b missing node was -b missing node toper -b missing node fit -b missing node wack -b missing node bone -b missing node ton -b missing node wacs -b missing node find -b missing node lagged -b missing node cowlick -b missing node is -b missing node ay -b missing node doll -b missing node rick -b missing node as -b missing node whet -b missing node bows -b missing node the -b missing node sever -b missing node relist -b missing node goony -b missing node bon -b missing node away -b missing node never -b missing node delis -b missing node licks -b missing node caped -b missing node brows -b missing node an -b missing node goon -b missing node ad -b missing node brown -b missing node aped -b missing node pit -b missing node bow -b missing node boy -b missing node why -b missing node estate +b missing node fox +b missing node no +b missing node dagger +b missing node ny +b missing node people +b missing node colic +b missing node abed +b missing node od +b missing node bones +b missing node clicks +b missing node boner +b missing node brow +b missing node sole +b missing node sold +b missing node cowlicks +b missing node tole +b missing node nod +b missing node coon +b missing node alway +b missing node lagger +b missing node goodbye +b missing node he +b missing node colin +b missing node always +b missing node bonder +b missing node not +b missing node pe +b missing node nor +b missing node bay +b missing node say +b missing node pi +b missing node tan +b missing node ways +b missing node hesitate +b missing node put +b missing node scape +b missing node pun +b missing node cape +b missing node buick +b missing node logged +b missing node net +b missing node escape +b missing node goodby +b missing node sager +b missing node could +b missing node ape +b missing node buck +b missing node gooks +b missing node dells +b missing node roper +b missing node wet +b missing node delist +b missing node wen +b missing node whys +b missing node dolls +b missing node a +b missing node back +b missing node i +b missing node boxy +b missing node foxy +b missing node laver +b missing node to +b missing node propel +b missing node hesitant +b missing node resistant +b missing node by +b missing node rack +b missing node looks +b missing node pole +b missing node cold +b missing node when +b missing node any +b missing node wonder +b missing node proper +b missing node fund +b missing node coll +b missing node lever +b missing node sagger +b missing node be +b missing node fay +b missing node fax +b missing node dogger +b missing node bed +b missing node resist +b missing node fun +b missing node tope +b missing node sale +b missing node and +b missing node dogged +b missing node locks +b missing node racy +b missing node saver +b missing node stale +b missing node scaped +b missing node bons +b missing node toe +b missing node ray +b missing node goody +b missing node lager +b missing node brick +b missing node state +b missing node quick +b missing node goods +b missing node way +b missing node colon +b missing node fin +b missing node hi +b missing node was +b missing node toper +b missing node fit +b missing node wack +b missing node bone +b missing node ton +b missing node wacs +b missing node find +b missing node lagged +b missing node cowlick +b missing node is +b missing node ay +b missing node doll +b missing node rick +b missing node as +b missing node whet +b missing node bows +b missing node the +b missing node sever +b missing node relist +b missing node goony +b missing node bon +b missing node away +b missing node never +b missing node delis +b missing node licks +b missing node caped +b missing node brows +b missing node an +b missing node goon +b missing node ad +b missing node brown +b missing node aped +b missing node pit +b missing node bow +b missing node boy +b missing node why +b missing node estate diff --git a/ArachnidRocketgum/junit/MatcherTest.java b/ArachnidRocketgum/junit/MatcherTest.java index 20b493d..795794e 100755 --- a/ArachnidRocketgum/junit/MatcherTest.java +++ b/ArachnidRocketgum/junit/MatcherTest.java @@ -11,7 +11,7 @@ import org.junit.Test; */ public class MatcherTest extends TestCase { /** - * + * */ @Test public void testThingMatch() { diff --git a/ArachnidRocketgum/web/static/ArachnidRocketgum.tar.bz2 b/ArachnidRocketgum/web/static/ArachnidRocketgum.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..61da14970f0a7e21cc298ec69f6ce4ae9b03fd34 GIT binary patch literal 23551 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 - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/KezvhLib/.settings/org.eclipse.jdt.core.prefs b/KezvhLib/.settings/org.eclipse.jdt.core.prefs index 9662dd5..14307df 100755 --- a/KezvhLib/.settings/org.eclipse.jdt.core.prefs +++ b/KezvhLib/.settings/org.eclipse.jdt.core.prefs @@ -1,337 +1,340 @@ -#Tue Sep 02 10:04:48 EDT 2008 -eclipse.preferences.version=1 -org.eclipse.jdt.core.codeComplete.argumentPrefixes= -org.eclipse.jdt.core.codeComplete.argumentSuffixes= -org.eclipse.jdt.core.codeComplete.fieldPrefixes= -org.eclipse.jdt.core.codeComplete.fieldSuffixes= -org.eclipse.jdt.core.codeComplete.localPrefixes= -org.eclipse.jdt.core.codeComplete.localSuffixes= -org.eclipse.jdt.core.codeComplete.staticFieldPrefixes= -org.eclipse.jdt.core.codeComplete.staticFieldSuffixes= -org.eclipse.jdt.core.compiler.doc.comment.support=enabled -org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning -org.eclipse.jdt.core.compiler.problem.autoboxing=ignore -org.eclipse.jdt.core.compiler.problem.deprecation=warning -org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled -org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled -org.eclipse.jdt.core.compiler.problem.discouragedReference=warning -org.eclipse.jdt.core.compiler.problem.emptyStatement=error -org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning -org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled -org.eclipse.jdt.core.compiler.problem.fieldHiding=error -org.eclipse.jdt.core.compiler.problem.finalParameterBound=error -org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error -org.eclipse.jdt.core.compiler.problem.forbiddenReference=error -org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error -org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning -org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning -org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore -org.eclipse.jdt.core.compiler.problem.invalidJavadoc=error -org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled -org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled -org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled -org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=protected -org.eclipse.jdt.core.compiler.problem.localVariableHiding=error -org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error -org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=error -org.eclipse.jdt.core.compiler.problem.missingJavadocComments=error -org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled -org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=protected -org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=all_standard_tags -org.eclipse.jdt.core.compiler.problem.missingJavadocTags=error -org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled -org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=protected -org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=error -org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore -org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error -org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=error -org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore -org.eclipse.jdt.core.compiler.problem.nullReference=error -org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning -org.eclipse.jdt.core.compiler.problem.parameterAssignment=error -org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error -org.eclipse.jdt.core.compiler.problem.potentialNullReference=error -org.eclipse.jdt.core.compiler.problem.rawTypeReference=error -org.eclipse.jdt.core.compiler.problem.redundantNullCheck=error -org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning -org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled -org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error -org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled -org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore -org.eclipse.jdt.core.compiler.problem.typeParameterHiding=error -org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=error -org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=error -org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning -org.eclipse.jdt.core.compiler.problem.unnecessaryElse=error -org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error -org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=error -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled -org.eclipse.jdt.core.compiler.problem.unusedImport=error -org.eclipse.jdt.core.compiler.problem.unusedLabel=error -org.eclipse.jdt.core.compiler.problem.unusedLocal=warning -org.eclipse.jdt.core.compiler.problem.unusedParameter=warning -org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled -org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled -org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled -org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning -org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning -org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning -org.eclipse.jdt.core.formatter.align_type_members_on_columns=false -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=0 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=0 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=0 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=0 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=0 -org.eclipse.jdt.core.formatter.alignment_for_assignment=0 -org.eclipse.jdt.core.formatter.alignment_for_binary_expression=0 -org.eclipse.jdt.core.formatter.alignment_for_compact_if=0 -org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=0 -org.eclipse.jdt.core.formatter.alignment_for_enum_constants=48 -org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=0 -org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 -org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=0 -org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=0 -org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=0 -org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=0 -org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=0 -org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=0 -org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=0 -org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=0 -org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 -org.eclipse.jdt.core.formatter.blank_lines_after_package=1 -org.eclipse.jdt.core.formatter.blank_lines_before_field=0 -org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 -org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 -org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 -org.eclipse.jdt.core.formatter.blank_lines_before_method=1 -org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 -org.eclipse.jdt.core.formatter.blank_lines_before_package=0 -org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 -org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 -org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=true -org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=true -org.eclipse.jdt.core.formatter.comment.format_block_comments=true -org.eclipse.jdt.core.formatter.comment.format_header=true -org.eclipse.jdt.core.formatter.comment.format_html=true -org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true -org.eclipse.jdt.core.formatter.comment.format_line_comments=true -org.eclipse.jdt.core.formatter.comment.format_source_code=true -org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true -org.eclipse.jdt.core.formatter.comment.indent_root_tags=true -org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert -org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert -org.eclipse.jdt.core.formatter.comment.line_length=80 -org.eclipse.jdt.core.formatter.compact_else_if=true -org.eclipse.jdt.core.formatter.continuation_indentation=2 -org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 -org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true -org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true -org.eclipse.jdt.core.formatter.indent_empty_lines=false -org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true -org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true -org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true -org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true -org.eclipse.jdt.core.formatter.indentation.size=4 -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert -org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert -org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert -org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert -org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert -org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false -org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false -org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false -org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false -org.eclipse.jdt.core.formatter.lineSplit=999 -org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false -org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false -org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 -org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 -org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true -org.eclipse.jdt.core.formatter.tabulation.char=tab -org.eclipse.jdt.core.formatter.tabulation.size=4 -org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=true -org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true +#Sat Nov 08 08:34:10 EST 2008 +eclipse.preferences.version=1 +org.eclipse.jdt.core.codeComplete.argumentPrefixes= +org.eclipse.jdt.core.codeComplete.argumentSuffixes= +org.eclipse.jdt.core.codeComplete.fieldPrefixes= +org.eclipse.jdt.core.codeComplete.fieldSuffixes= +org.eclipse.jdt.core.codeComplete.localPrefixes= +org.eclipse.jdt.core.codeComplete.localSuffixes= +org.eclipse.jdt.core.codeComplete.staticFieldPrefixes= +org.eclipse.jdt.core.codeComplete.staticFieldSuffixes= +org.eclipse.jdt.core.compiler.doc.comment.support=enabled +org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning +org.eclipse.jdt.core.compiler.problem.autoboxing=ignore +org.eclipse.jdt.core.compiler.problem.deprecation=error +org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled +org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled +org.eclipse.jdt.core.compiler.problem.discouragedReference=warning +org.eclipse.jdt.core.compiler.problem.emptyStatement=error +org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning +org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled +org.eclipse.jdt.core.compiler.problem.fieldHiding=error +org.eclipse.jdt.core.compiler.problem.finalParameterBound=error +org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error +org.eclipse.jdt.core.compiler.problem.forbiddenReference=error +org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error +org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning +org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore +org.eclipse.jdt.core.compiler.problem.invalidJavadoc=error +org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=protected +org.eclipse.jdt.core.compiler.problem.localVariableHiding=error +org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error +org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=error +org.eclipse.jdt.core.compiler.problem.missingJavadocComments=error +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=protected +org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=all_standard_tags +org.eclipse.jdt.core.compiler.problem.missingJavadocTags=error +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=protected +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=error +org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore +org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error +org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=error +org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore +org.eclipse.jdt.core.compiler.problem.nullReference=error +org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning +org.eclipse.jdt.core.compiler.problem.parameterAssignment=error +org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error +org.eclipse.jdt.core.compiler.problem.potentialNullReference=error +org.eclipse.jdt.core.compiler.problem.rawTypeReference=error +org.eclipse.jdt.core.compiler.problem.redundantNullCheck=error +org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=error +org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled +org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error +org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled +org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore +org.eclipse.jdt.core.compiler.problem.typeParameterHiding=error +org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning +org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=error +org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore +org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error +org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=error +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=disabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled +org.eclipse.jdt.core.compiler.problem.unusedImport=error +org.eclipse.jdt.core.compiler.problem.unusedLabel=error +org.eclipse.jdt.core.compiler.problem.unusedLocal=warning +org.eclipse.jdt.core.compiler.problem.unusedParameter=warning +org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled +org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning +org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning +org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning +org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled +org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,NORMAL +org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX +org.eclipse.jdt.core.formatter.align_type_members_on_columns=false +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=0 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=0 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=0 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=0 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=0 +org.eclipse.jdt.core.formatter.alignment_for_assignment=0 +org.eclipse.jdt.core.formatter.alignment_for_binary_expression=0 +org.eclipse.jdt.core.formatter.alignment_for_compact_if=0 +org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=0 +org.eclipse.jdt.core.formatter.alignment_for_enum_constants=48 +org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=0 +org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 +org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=0 +org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=0 +org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=0 +org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=0 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=0 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=0 +org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=0 +org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=0 +org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 +org.eclipse.jdt.core.formatter.blank_lines_after_package=1 +org.eclipse.jdt.core.formatter.blank_lines_before_field=0 +org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 +org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 +org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 +org.eclipse.jdt.core.formatter.blank_lines_before_method=1 +org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 +org.eclipse.jdt.core.formatter.blank_lines_before_package=0 +org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 +org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 +org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=true +org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=true +org.eclipse.jdt.core.formatter.comment.format_block_comments=false +org.eclipse.jdt.core.formatter.comment.format_header=false +org.eclipse.jdt.core.formatter.comment.format_html=true +org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=false +org.eclipse.jdt.core.formatter.comment.format_line_comments=false +org.eclipse.jdt.core.formatter.comment.format_source_code=true +org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true +org.eclipse.jdt.core.formatter.comment.indent_root_tags=true +org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert +org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert +org.eclipse.jdt.core.formatter.comment.line_length=80 +org.eclipse.jdt.core.formatter.compact_else_if=true +org.eclipse.jdt.core.formatter.continuation_indentation=2 +org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 +org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true +org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true +org.eclipse.jdt.core.formatter.indent_empty_lines=false +org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true +org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true +org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true +org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true +org.eclipse.jdt.core.formatter.indentation.size=4 +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert +org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert +org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert +org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert +org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert +org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false +org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false +org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false +org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false +org.eclipse.jdt.core.formatter.lineSplit=999 +org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false +org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false +org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 +org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 +org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true +org.eclipse.jdt.core.formatter.tabulation.char=tab +org.eclipse.jdt.core.formatter.tabulation.size=4 +org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=true +org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true diff --git a/KezvhLib/.settings/org.eclipse.jdt.ui.prefs b/KezvhLib/.settings/org.eclipse.jdt.ui.prefs index faf1ad2..fe05965 100644 --- a/KezvhLib/.settings/org.eclipse.jdt.ui.prefs +++ b/KezvhLib/.settings/org.eclipse.jdt.ui.prefs @@ -1,113 +1,113 @@ -#Tue Sep 02 10:05:12 EDT 2008 -cleanup.add_default_serial_version_id=false -cleanup.add_generated_serial_version_id=true -cleanup.add_missing_annotations=true -cleanup.add_missing_deprecated_annotations=true -cleanup.add_missing_methods=true -cleanup.add_missing_nls_tags=false -cleanup.add_missing_override_annotations=true -cleanup.add_serial_version_id=true -cleanup.always_use_blocks=false -cleanup.always_use_parentheses_in_expressions=false -cleanup.always_use_this_for_non_static_field_access=true -cleanup.always_use_this_for_non_static_method_access=true -cleanup.convert_to_enhanced_for_loop=true -cleanup.correct_indentation=true -cleanup.format_source_code=true -cleanup.format_source_code_changes_only=false -cleanup.make_local_variable_final=true -cleanup.make_parameters_final=true -cleanup.make_private_fields_final=true -cleanup.make_type_abstract_if_missing_method=false -cleanup.make_variable_declarations_final=true -cleanup.never_use_blocks=true -cleanup.never_use_parentheses_in_expressions=true -cleanup.organize_imports=true -cleanup.qualify_static_field_accesses_with_declaring_class=true -cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true -cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true -cleanup.qualify_static_member_accesses_with_declaring_class=true -cleanup.qualify_static_method_accesses_with_declaring_class=true -cleanup.remove_private_constructors=true -cleanup.remove_trailing_whitespaces=true -cleanup.remove_trailing_whitespaces_all=true -cleanup.remove_trailing_whitespaces_ignore_empty=false -cleanup.remove_unnecessary_casts=true -cleanup.remove_unnecessary_nls_tags=true -cleanup.remove_unused_imports=true -cleanup.remove_unused_local_variables=false -cleanup.remove_unused_private_fields=true -cleanup.remove_unused_private_members=false -cleanup.remove_unused_private_methods=true -cleanup.remove_unused_private_types=true -cleanup.sort_members=false -cleanup.sort_members_all=false -cleanup.use_blocks=true -cleanup.use_blocks_only_for_return_and_throw=false -cleanup.use_parentheses_in_expressions=false -cleanup.use_this_for_non_static_field_access=true -cleanup.use_this_for_non_static_field_access_only_if_necessary=false -cleanup.use_this_for_non_static_method_access=true -cleanup.use_this_for_non_static_method_access_only_if_necessary=false -cleanup_profile=_ephemerata -cleanup_settings_version=2 -eclipse.preferences.version=1 -editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true -formatter_profile=_ephemerata -formatter_settings_version=11 -org.eclipse.jdt.ui.exception.name=e -org.eclipse.jdt.ui.gettersetter.use.is=true -org.eclipse.jdt.ui.keywordthis=true -org.eclipse.jdt.ui.overrideannotation=true -org.eclipse.jdt.ui.text.custom_code_templates= -sp_cleanup.add_default_serial_version_id=true -sp_cleanup.add_generated_serial_version_id=false -sp_cleanup.add_missing_annotations=true -sp_cleanup.add_missing_deprecated_annotations=true -sp_cleanup.add_missing_methods=false -sp_cleanup.add_missing_nls_tags=false -sp_cleanup.add_missing_override_annotations=true -sp_cleanup.add_serial_version_id=false -sp_cleanup.always_use_blocks=false -sp_cleanup.always_use_parentheses_in_expressions=false -sp_cleanup.always_use_this_for_non_static_field_access=true -sp_cleanup.always_use_this_for_non_static_method_access=true -sp_cleanup.convert_to_enhanced_for_loop=true -sp_cleanup.correct_indentation=true -sp_cleanup.format_source_code=true -sp_cleanup.format_source_code_changes_only=false -sp_cleanup.make_local_variable_final=true -sp_cleanup.make_parameters_final=true -sp_cleanup.make_private_fields_final=true -sp_cleanup.make_type_abstract_if_missing_method=false -sp_cleanup.make_variable_declarations_final=true -sp_cleanup.never_use_blocks=true -sp_cleanup.never_use_parentheses_in_expressions=true -sp_cleanup.on_save_use_additional_actions=true -sp_cleanup.organize_imports=true -sp_cleanup.qualify_static_field_accesses_with_declaring_class=true -sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true -sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true -sp_cleanup.qualify_static_member_accesses_with_declaring_class=true -sp_cleanup.qualify_static_method_accesses_with_declaring_class=true -sp_cleanup.remove_private_constructors=true -sp_cleanup.remove_trailing_whitespaces=true -sp_cleanup.remove_trailing_whitespaces_all=true -sp_cleanup.remove_trailing_whitespaces_ignore_empty=false -sp_cleanup.remove_unnecessary_casts=true -sp_cleanup.remove_unnecessary_nls_tags=true -sp_cleanup.remove_unused_imports=true -sp_cleanup.remove_unused_local_variables=false -sp_cleanup.remove_unused_private_fields=true -sp_cleanup.remove_unused_private_members=false -sp_cleanup.remove_unused_private_methods=true -sp_cleanup.remove_unused_private_types=true -sp_cleanup.sort_members=false -sp_cleanup.sort_members_all=true -sp_cleanup.use_blocks=true -sp_cleanup.use_blocks_only_for_return_and_throw=false -sp_cleanup.use_parentheses_in_expressions=false -sp_cleanup.use_this_for_non_static_field_access=true -sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=false -sp_cleanup.use_this_for_non_static_method_access=true -sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=false +#Sun Nov 02 22:40:20 EST 2008 +cleanup.add_default_serial_version_id=false +cleanup.add_generated_serial_version_id=true +cleanup.add_missing_annotations=true +cleanup.add_missing_deprecated_annotations=true +cleanup.add_missing_methods=true +cleanup.add_missing_nls_tags=false +cleanup.add_missing_override_annotations=true +cleanup.add_serial_version_id=true +cleanup.always_use_blocks=false +cleanup.always_use_parentheses_in_expressions=false +cleanup.always_use_this_for_non_static_field_access=true +cleanup.always_use_this_for_non_static_method_access=true +cleanup.convert_to_enhanced_for_loop=true +cleanup.correct_indentation=true +cleanup.format_source_code=true +cleanup.format_source_code_changes_only=false +cleanup.make_local_variable_final=true +cleanup.make_parameters_final=true +cleanup.make_private_fields_final=true +cleanup.make_type_abstract_if_missing_method=false +cleanup.make_variable_declarations_final=true +cleanup.never_use_blocks=true +cleanup.never_use_parentheses_in_expressions=true +cleanup.organize_imports=true +cleanup.qualify_static_field_accesses_with_declaring_class=true +cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true +cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true +cleanup.qualify_static_member_accesses_with_declaring_class=true +cleanup.qualify_static_method_accesses_with_declaring_class=true +cleanup.remove_private_constructors=true +cleanup.remove_trailing_whitespaces=true +cleanup.remove_trailing_whitespaces_all=true +cleanup.remove_trailing_whitespaces_ignore_empty=false +cleanup.remove_unnecessary_casts=true +cleanup.remove_unnecessary_nls_tags=true +cleanup.remove_unused_imports=true +cleanup.remove_unused_local_variables=false +cleanup.remove_unused_private_fields=true +cleanup.remove_unused_private_members=false +cleanup.remove_unused_private_methods=true +cleanup.remove_unused_private_types=true +cleanup.sort_members=false +cleanup.sort_members_all=false +cleanup.use_blocks=true +cleanup.use_blocks_only_for_return_and_throw=false +cleanup.use_parentheses_in_expressions=false +cleanup.use_this_for_non_static_field_access=true +cleanup.use_this_for_non_static_field_access_only_if_necessary=false +cleanup.use_this_for_non_static_method_access=true +cleanup.use_this_for_non_static_method_access_only_if_necessary=false +cleanup_profile=_ephemerata +cleanup_settings_version=2 +eclipse.preferences.version=1 +editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true +formatter_profile=_ephemerata +formatter_settings_version=11 +org.eclipse.jdt.ui.exception.name=e +org.eclipse.jdt.ui.gettersetter.use.is=true +org.eclipse.jdt.ui.keywordthis=true +org.eclipse.jdt.ui.overrideannotation=true +org.eclipse.jdt.ui.text.custom_code_templates= +sp_cleanup.add_default_serial_version_id=true +sp_cleanup.add_generated_serial_version_id=false +sp_cleanup.add_missing_annotations=true +sp_cleanup.add_missing_deprecated_annotations=true +sp_cleanup.add_missing_methods=false +sp_cleanup.add_missing_nls_tags=false +sp_cleanup.add_missing_override_annotations=true +sp_cleanup.add_serial_version_id=false +sp_cleanup.always_use_blocks=false +sp_cleanup.always_use_parentheses_in_expressions=false +sp_cleanup.always_use_this_for_non_static_field_access=true +sp_cleanup.always_use_this_for_non_static_method_access=true +sp_cleanup.convert_to_enhanced_for_loop=true +sp_cleanup.correct_indentation=true +sp_cleanup.format_source_code=true +sp_cleanup.format_source_code_changes_only=false +sp_cleanup.make_local_variable_final=true +sp_cleanup.make_parameters_final=true +sp_cleanup.make_private_fields_final=true +sp_cleanup.make_type_abstract_if_missing_method=false +sp_cleanup.make_variable_declarations_final=true +sp_cleanup.never_use_blocks=true +sp_cleanup.never_use_parentheses_in_expressions=true +sp_cleanup.on_save_use_additional_actions=true +sp_cleanup.organize_imports=true +sp_cleanup.qualify_static_field_accesses_with_declaring_class=true +sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true +sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true +sp_cleanup.qualify_static_member_accesses_with_declaring_class=true +sp_cleanup.qualify_static_method_accesses_with_declaring_class=true +sp_cleanup.remove_private_constructors=true +sp_cleanup.remove_trailing_whitespaces=true +sp_cleanup.remove_trailing_whitespaces_all=true +sp_cleanup.remove_trailing_whitespaces_ignore_empty=false +sp_cleanup.remove_unnecessary_casts=true +sp_cleanup.remove_unnecessary_nls_tags=true +sp_cleanup.remove_unused_imports=true +sp_cleanup.remove_unused_local_variables=false +sp_cleanup.remove_unused_private_fields=true +sp_cleanup.remove_unused_private_members=false +sp_cleanup.remove_unused_private_methods=true +sp_cleanup.remove_unused_private_types=true +sp_cleanup.sort_members=false +sp_cleanup.sort_members_all=true +sp_cleanup.use_blocks=true +sp_cleanup.use_blocks_only_for_return_and_throw=false +sp_cleanup.use_parentheses_in_expressions=false +sp_cleanup.use_this_for_non_static_field_access=true +sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=false +sp_cleanup.use_this_for_non_static_method_access=true +sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=false diff --git a/KezvhLib/lib/com.google.com.collect/google-collect-snapshot-20080820.jar b/KezvhLib/lib/com.google.com.collect/google-collect-snapshot-20080820.jar index 967c8045c23297a8e7fd4fe565f71734e48fe3bb..dee06becc45960b8b2fa565228f7810ea4c3924b 100755 GIT binary patch delta 152 zcwPaR0B8TiuN|+i9k9e?v&CeoC$n#ioFIb?t+x!V0sI2D39td#dbi^$0!mc3E`I_C z2e&qc0$doklb!%11p!W2nPqZ%SZ$G6}QA*1ArvAMS}w$ zG`D591Hz%VC|LyV)VCKd1(Qg(t9AvYVYgA(1p)}SRNw`+fVT@_1|c!GEs_R9cDHc| G2UAb9%R9~h delta 188 zcwSq-UiQd(*$qch7&$i|Nm;4RsIWP=XO03RXEW#8?VM{F|1dEsY-ioTc(aO;cl$jp zCa(}6U!$IhogK*6Z)1v)VC3B1J&)-wBTzhJ0h7`SHU%yw28I{Y1C5xqx9{>`{x1qt zxigNrK?O)#HZ#kc0O^SB%!d{NX{kt-cUOQWaOkm4_5ku{m$5EQ1e)Yequals(Object.hashCode(), + argument; false otherwise.
See Also:
Object.hashCode(), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/base/Join.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/base/Join.html index d2336e9..6bdf9b5 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/base/Join.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/base/Join.html @@ -101,7 +101,7 @@ Utility for joining pieces of text separated by a delimiter. It can handle iterators, collections, arrays, and varargs, and can append to any Appendable or just return a String. For example, join(":", "a", "b", "c") returns "a:b:c". - +

All methods of this class throw NullPointerException when a value of null is supplied for any parameter. The elements within the collection, iterator, array, or varargs parameter list may be null -- @@ -202,7 +202,7 @@ Utility for joining pieces of text separated by a delimiter. It can handle @@ -222,7 +222,7 @@ T
-<T extends Appendable> +<T extends Appendable>
T
@@ -242,7 +242,7 @@ T
-<T extends Appendable> +<T extends Appendable>
T
@@ -262,7 +262,7 @@ T
-<T extends Appendable> +<T extends Appendable>
T
@@ -283,7 +283,7 @@ T
-<T extends Appendable> +<T extends Appendable>
T
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/base/Objects.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/base/Objects.html index 9fee826..6e63c71 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/base/Objects.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/base/Objects.html @@ -207,7 +207,7 @@ public static int hashCode(Arrays.hashCode(Object[]). - +

This is useful for implementing Object.hashCode(). For example, in an object that has three properties, x, y, and z, one could write: @@ -215,7 +215,7 @@ public static int hashCode(

@@ -200,7 +200,7 @@ T
-<T extends Appendable> +<T extends Appendable>
T
-<T extends Iterable<?>> +<T extends Iterable<?>>
T
@@ -219,7 +219,7 @@ T
-<T extends Iterable<?>> +<T extends Iterable<?>>
T
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/base/Predicate.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/base/Predicate.html index e896ed1..39876eb 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/base/Predicate.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/base/Predicate.html @@ -186,7 +186,7 @@ boolean equals(Object.hashCode(), + argument; false otherwise.
See Also:
Object.hashCode(), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/base/ReferenceType.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/base/ReferenceType.html index 4fd2c3e..7382b01 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/base/ReferenceType.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/base/ReferenceType.html @@ -293,7 +293,7 @@ public static
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are +enum constant in this type. (Extraneous whitespace characters are not permitted.)

diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/AbstractMapEntry.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/AbstractMapEntry.html index 68c91e0..8145b97 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/AbstractMapEntry.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/AbstractMapEntry.html @@ -303,7 +303,7 @@ public boolean equals(Object.hashCode(), + argument; false otherwise.
See Also:
Object.hashCode(), Hashtable
@@ -322,7 +322,7 @@ public int hashCode()
-
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), +
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/AbstractMultiset.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/AbstractMultiset.html index 4604994..800561c 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/AbstractMultiset.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/AbstractMultiset.html @@ -553,8 +553,8 @@ add public boolean add(@Nullable E element)
-
Ensures that this collection contains the specified element. - +
Ensures that this collection contains the specified element. +

This implementation calls add(Object, int) with one occurrence.

@@ -601,7 +601,7 @@ remove public boolean remove(Object element)
Removes a single instance of the specified element from this collection, if - it is present. + it is present.

This implementation calls remove(Object, int) with 1 occurrence. @@ -742,7 +742,7 @@ public boolean removeAll(AbstractCollection.remove(Object), + call.

See Also:
AbstractCollection.remove(Object), AbstractCollection.contains(Object)
@@ -768,7 +768,7 @@ public boolean retainAll(AbstractCollection.remove(Object), + call.
See Also:
AbstractCollection.remove(Object), AbstractCollection.contains(Object)
@@ -779,7 +779,7 @@ clear
 public void clear()
-
Removes all of the elements from this multiset. +
Removes all of the elements from this multiset.

This implementation calls clear on Multiset.entrySet().

@@ -873,8 +873,8 @@ public boolean equals(Object.hashCode(), + argument; false otherwise.

See Also:
Object.hashCode(), Hashtable
@@ -906,34 +906,34 @@ hashCode
 public int hashCode()
-
Returns a hash code value for the object. This method is - supported for the benefit of hashtables such as those provided by - java.util.Hashtable. +
Returns a hash code value for the object. This method is + supported for the benefit of hashtables such as those provided by + java.util.Hashtable.

- The general contract of hashCode is: + The general contract of hashCode is:

    -
  • Whenever it is invoked on the same object more than once during - an execution of a Java application, the hashCode method - must consistently return the same integer, provided no information +
  • Whenever it is invoked on the same object more than once during + an execution of a Java application, the hashCode method + must consistently return the same integer, provided no information used in equals comparisons on the object is modified. This integer need not remain consistent from one execution of an - application to another execution of the same application. + application to another execution of the same application.
  • If two objects are equal according to the equals(Object) - method, then calling the hashCode method on each of - the two objects must produce the same integer result. -
  • It is not required that if two objects are unequal - according to the Object.equals(java.lang.Object) - method, then calling the hashCode method on each of the - two objects must produce distinct integer results. However, the - programmer should be aware that producing distinct integer results + method, then calling the hashCode method on each of + the two objects must produce the same integer result. +
  • It is not required that if two objects are unequal + according to the Object.equals(java.lang.Object) + method, then calling the hashCode method on each of the + two objects must produce distinct integer results. However, the + programmer should be aware that producing distinct integer results for unequal objects may improve the performance of hashtables.

- As much as is reasonably practical, the hashCode method defined by - class Object does return distinct integers for distinct - objects. (This is typically implemented by converting the internal - address of the object into an integer, but this implementation - technique is not required by the + As much as is reasonably practical, the hashCode method defined by + class Object does return distinct integers for distinct + objects. (This is typically implemented by converting the internal + address of the object into an integer, but this implementation + technique is not required by the JavaTM programming language.)

This implementation returns the hash code of Multiset.entrySet(). @@ -943,7 +943,7 @@ public int hashCode()

-
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), +
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/AbstractMultisetEntry.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/AbstractMultisetEntry.html index 0cf1970..4154b39 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/AbstractMultisetEntry.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/AbstractMultisetEntry.html @@ -226,7 +226,7 @@ public boolean equals(Object.hashCode(), + argument; false otherwise.
See Also:
Object.hashCode(), Hashtable
@@ -245,7 +245,7 @@ public int hashCode()
-
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), +
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ArrayListMultimap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ArrayListMultimap.html index 48f1887..1f0053b 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ArrayListMultimap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ArrayListMultimap.html @@ -571,7 +571,7 @@ public boolean equals(Object.hashCode(), + argument; false otherwise.
See Also:
Object.hashCode(), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/BiMap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/BiMap.html index c0e9df4..aa0852c 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/BiMap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/BiMap.html @@ -252,7 +252,7 @@ forcePut with the value value before proceeding with the put(K, V) operation. If the bimap previously contained the provided key-value mapping, this method has no effect. - +

Note that a successful call to this method could cause the size of the bimap to increase by one, stay the same, or even decrease by one. @@ -278,7 +278,7 @@ void putAll(put(k, v) on this map once - for each mapping from key k to value v in the + for each mapping from key k to value v in the specified map. The behavior of this operation is unspecified if the specified map is modified while the operation is in progress. @@ -313,7 +313,7 @@ values Iterator.remove, Collection.remove, removeAll, retainAll and clear operations. It does not support the add or addAll operations. - +

Because a bimap has unique values, this method returns a Set, instead of the Collection specified in the Map interface. diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ClassToInstanceMap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ClassToInstanceMap.html index 5ab6429..3f47dc0 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ClassToInstanceMap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ClassToInstanceMap.html @@ -151,7 +151,7 @@ A map, each entry of which maps a Java

-<T extends Iterable<?>> +<T extends Iterable<?>>
T
@@ -169,7 +169,7 @@ T
-<T extends B> +<T extends B>
T
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Collections2.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Collections2.html index a076b2f..0163188 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Collections2.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Collections2.html @@ -192,7 +192,7 @@ public static <T> Iterable after calling a method, the Iterable must support the creation of multiple iterators. - +

Object.equals(Object) and Object.hashCode() are inherited from Object, as the returned Collection is not an implementation of any additional interface, such as List or Set. - +

The behavior of the returned collection's iterator in the face of concurrent structural modification of the returned collection or of the underlying Iterable is undefined, and no guarantee is made that the objects are fail-fast. - +

Usage Example - +

  // Remove all instances of "foo" from an Iterable:
  Collections2.forIterable(iterable).removeAll(ImmutableSet.of("foo"));
@@ -236,7 +236,7 @@ public static <T> removeAll() and
  clear() are called on the filtered collection, only elements that
  satisfy the filter will be removed from the underlying collection.
- 
+
  

The returned collection isn't threadsafe or serializable, even if unfiltered is. - +

Many of the filtered collection's methods, such as size(), iterate across every element in the underlying collection and determine which elements satisfy the filter. When a live view is not needed, it may be faster to copy the filtered collection and use the copy. - -

The clear(), removeAll(), and retainAll() + +

The clear(), removeAll(), and retainAll() methods all call Iterator.remove() on the underlying collection's iterator. Consequently, methods like the following throw an - UnsupportedOperationException. + UnsupportedOperationException.

  Collections2.filter(Collections2.filter(collection, predicate1),
-     predicate2)).clear();
+ predicate2)).clear();
Instead, call Predicates.and(Predicate, Predicate) to combine the predicates and pass the combined predicate to this method. diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Comparators.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Comparators.html index d00a321..ea7b095 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Comparators.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Comparators.html @@ -101,7 +101,7 @@ Standard comparators and utilities for creating and working with comparators.

Some of these methods return an Ordering, a serializable class that implements Comparator and includes many additional methods. - +

Several method signatures include <C extends Comparable> with a raw Comparable, instead of <C extends Comparable<? super C>. That's necessary to support classes @@ -316,7 +316,7 @@ Standard comparators and utilities for creating and working with comparators.

-<T extends B> +<T extends B>
T
@@ -401,7 +401,7 @@ Standard comparators and utilities for creating and working with comparators.
-<F,T extends Comparable> +<F,T extends Comparable>
Ordering<F>
@@ -437,7 +437,7 @@ T
-<T extends Comparable> +<T extends Comparable>
T
@@ -455,7 +455,7 @@ T
-<T extends Comparable> +<T extends Comparable>
T
@@ -472,7 +472,7 @@ T
-<T extends Comparable> +<T extends Comparable>
Ordering<T>
@@ -506,7 +506,7 @@ T
-<T extends Comparable> +<T extends Comparable>
Ordering<T>
@@ -581,7 +581,7 @@ public static final toStringOrder().

@@ -820,7 +820,7 @@ public static <T extends Ordering.min(Object, Object, Object, Object...) or Ordering.min(Iterable) on the Ordering returned by @@ -843,7 +843,7 @@ public static <T extends Ordering.max(Object, Object, Object, Object...) or Ordering.max(Iterable) on the Ordering returned by @@ -917,7 +917,7 @@ public static <T> T. Subsequent changes to the valuesInOrder list will have no effect on the returned comparator. Null values in the list are supported. - +

The returned comparator throws an ClassCastException when it receives an input parameter that isn't in valuesInOrder.

@@ -944,7 +944,7 @@ public static <T> Object.equals(java.lang.Object)) may be compared. This comparator imposes a "partial ordering" over the type T. Null values in the argument list are supported. - +

The returned comparator throws a ClassCastException when it receives an input parameter that isn't equal to leastValue or in remainingValuesInOrder. diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ConcurrentMultiset.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ConcurrentMultiset.html index dbc0846..bf2e1be 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ConcurrentMultiset.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ConcurrentMultiset.html @@ -279,7 +279,7 @@ A multiset that supports concurrent modifications and that provides atomic

-<T extends Comparable> +<T extends Comparable>
Ordering<T>
toArray(T[] array)
-          Returns an array containing all of the elements in this collection; +          Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
@@ -421,8 +421,8 @@ toArray public <T> T[] toArray(T[] array)

Description copied from class: java.util.AbstractCollection
-
Returns an array containing all of the elements in this collection; - the runtime type of the returned array is that of the specified array. +
Returns an array containing all of the elements in this collection; + the runtime type of the returned array is that of the specified array. If the collection fits in the specified array, it is returned therein. Otherwise, a new array is allocated with the runtime type of the specified array and the size of this collection.

diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Constraint.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Constraint.html index db13d8f..80728ca 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Constraint.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Constraint.html @@ -115,7 +115,7 @@ A constraint that an element must satisfy in order to be added to a

Author:
Mike Bostock
-
See Also:
Constraints, +
See Also:
Constraints, MapConstraint

diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Constraints.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Constraints.html index 028995c..db7d574 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Constraints.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Constraints.html @@ -264,7 +264,7 @@ public static <E> The returned set is not serializable.

@@ -304,7 +304,7 @@ public static <E> If list implements RandomAccess, so will the returned list. The returned list is not serializable.

@@ -344,7 +344,7 @@ public static <E> BiMap.put(K, V) operation. If the bimap previously contained the provided key-value mapping, this method has no effect. - +

Note that a successful call to this method could cause the size of the bimap to increase by one, stay the same, or even decrease by one. @@ -536,7 +536,7 @@ public void putAll(put(k, v) on this map once - for each mapping from key k to value v in the + for each mapping from key k to value v in the specified map. The behavior of this operation is unspecified if the specified map is modified while the operation is in progress.

@@ -604,7 +604,7 @@ public Iterator.remove, Set.remove, removeAll retainAll, and clear operations. It does not support the add or addAll operations. - +

The returned set's removeAll and retainAll methods always throw a NullPointerException when given a null collection.

@@ -634,7 +634,7 @@ public Iterator.remove, Collection.remove, removeAll, retainAll and clear operations. It does not support the add or addAll operations. - +

The returned collection's removeAll and retainAll methods always throw a NullPointerException when given a null collection. @@ -666,7 +666,7 @@ public Iterator.remove, Set.remove, removeAll, retainAll and clear operations. It does not support the add or addAll operations. - +

The returned set's removeAll and retainAll methods always throw a NullPointerException when given a null collection.

diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/EnumHashBiMap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/EnumHashBiMap.html index 8f31130..96bc6e9 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/EnumHashBiMap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/EnumHashBiMap.html @@ -403,7 +403,7 @@ public value before proceeding with the BiMap.put(K, V) operation. If the bimap previously contained the provided key-value mapping, this method has no effect. - +

Note that a successful call to this method could cause the size of the bimap to increase by one, stay the same, or even decrease by one. @@ -518,7 +518,7 @@ public void putAll(put(k, v) on this map once - for each mapping from key k to value v in the + for each mapping from key k to value v in the specified map. The behavior of this operation is unspecified if the specified map is modified while the operation is in progress.

@@ -586,7 +586,7 @@ public Iterator.remove, Set.remove, removeAll retainAll, and clear operations. It does not support the add or addAll operations. - +

The returned set's removeAll and retainAll methods always throw a NullPointerException when given a null collection.

@@ -616,7 +616,7 @@ public Iterator.remove, Collection.remove, removeAll, retainAll and clear operations. It does not support the add or addAll operations. - +

The returned collection's removeAll and retainAll methods always throw a NullPointerException when given a null collection. @@ -648,7 +648,7 @@ public Iterator.remove, Set.remove, removeAll, retainAll and clear operations. It does not support the add or addAll operations. - +

The returned set's removeAll and retainAll methods always throw a NullPointerException when given a null collection.

diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/EnumMultiset.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/EnumMultiset.html index c98ed9a..b75bb3e 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/EnumMultiset.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/EnumMultiset.html @@ -392,7 +392,7 @@ public Entry instances themselves don't even have methods for modification. See the specific implementation class for more details on how its entry set handles modifications. - +

Invoking Multiset.Entry.getCount() on an entry in the returned set always returns the current count of that element in the multiset, as opposed to the count at the time the entry was retrieved. diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingCollection.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingCollection.html index 3a70a6d..6cdd9e0 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingCollection.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingCollection.html @@ -267,7 +267,7 @@ A collection which forwards all its method calls to another collection. toArray(T[] array)
-          Returns an array containing all of the elements in this collection; +          Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array. @@ -396,7 +396,7 @@ public boolean removeAll(NullPointerException when collection is null.

@@ -406,7 +406,7 @@ public boolean removeAll(Collection.remove(Object), + call

See Also:
Collection.remove(Object), Collection.contains(Object)
@@ -487,10 +487,10 @@ toArray public <T> T[] toArray(T[] array)
Description copied from interface: java.util.Collection
-
Returns an array containing all of the elements in this collection; - the runtime type of the returned array is that of the specified array. - If the collection fits in the specified array, it is returned therein. - Otherwise, a new array is allocated with the runtime type of the +
Returns an array containing all of the elements in this collection; + the runtime type of the returned array is that of the specified array. + If the collection fits in the specified array, it is returned therein. + Otherwise, a new array is allocated with the runtime type of the specified array and the size of this collection.

If this collection fits in the specified array with room to spare @@ -645,7 +645,7 @@ public boolean retainAll(NullPointerException when collection is null.

@@ -655,7 +655,7 @@ public boolean retainAll(Collection.remove(Object), + call

See Also:
Collection.remove(Object), Collection.contains(Object)
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingConcurrentMap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingConcurrentMap.html index 8b604a4..ddd47af 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingConcurrentMap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingConcurrentMap.html @@ -305,7 +305,7 @@ public Description copied from interface: java.util.concurrent.ConcurrentMap
Remove entry for key only if currently mapped to given value. Acts as -
 
+ 
   if ((map.containsKey(key) && map.get(key).equals(value)) {
      map.remove(key);
      return true;
@@ -362,7 +362,7 @@ public java.util.concurrent.ConcurrentMap
Replace entry for key only if currently mapped to some value. Acts as -
 
+ 
   if ((map.containsKey(key)) {
      return map.put(key, value);
  } else return null;
@@ -393,7 +393,7 @@ public boolean replace(java.util.concurrent.ConcurrentMap
Replace entry for key only if currently mapped to given value. Acts as -
 
+ 
   if ((map.containsKey(key) && map.get(key).equals(oldValue)) {
      map.put(key, newValue);
      return true;
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingList.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingList.html
index 796b96d..02b3daa 100755
--- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingList.html
+++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingList.html
@@ -106,7 +106,7 @@ A list which forwards all its method calls to another list. Subclasses should
  override one or more methods to modify the behavior of the backing list as
  desired per the decorator pattern.
- 
+
  

This class does not implement RandomAccess. If the delegate supports random access, the ForwadingList subclass should implement the RandomAccess interface. @@ -625,8 +625,8 @@ public boolean equals(

Parameters:
obj - the reference object with which to compare.
Returns:
true if this object is the same as the obj - argument; false otherwise.
See Also:
Object.hashCode(), + argument; false otherwise.
See Also:
Object.hashCode(), Hashtable
@@ -655,34 +655,34 @@ hashCode public int hashCode()
Description copied from class: java.lang.Object
-
Returns a hash code value for the object. This method is - supported for the benefit of hashtables such as those provided by - java.util.Hashtable. +
Returns a hash code value for the object. This method is + supported for the benefit of hashtables such as those provided by + java.util.Hashtable.

- The general contract of hashCode is: + The general contract of hashCode is:

    -
  • Whenever it is invoked on the same object more than once during - an execution of a Java application, the hashCode method - must consistently return the same integer, provided no information +
  • Whenever it is invoked on the same object more than once during + an execution of a Java application, the hashCode method + must consistently return the same integer, provided no information used in equals comparisons on the object is modified. This integer need not remain consistent from one execution of an - application to another execution of the same application. + application to another execution of the same application.
  • If two objects are equal according to the equals(Object) - method, then calling the hashCode method on each of - the two objects must produce the same integer result. -
  • It is not required that if two objects are unequal - according to the Object.equals(java.lang.Object) - method, then calling the hashCode method on each of the - two objects must produce distinct integer results. However, the - programmer should be aware that producing distinct integer results + method, then calling the hashCode method on each of + the two objects must produce the same integer result. +
  • It is not required that if two objects are unequal + according to the Object.equals(java.lang.Object) + method, then calling the hashCode method on each of the + two objects must produce distinct integer results. However, the + programmer should be aware that producing distinct integer results for unequal objects may improve the performance of hashtables.

- As much as is reasonably practical, the hashCode method defined by - class Object does return distinct integers for distinct - objects. (This is typically implemented by converting the internal - address of the object into an integer, but this implementation - technique is not required by the + As much as is reasonably practical, the hashCode method defined by + class Object does return distinct integers for distinct + objects. (This is typically implemented by converting the internal + address of the object into an integer, but this implementation + technique is not required by the JavaTM programming language.)

@@ -690,7 +690,7 @@ public int hashCode()
-
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), +
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingMap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingMap.html index 377cef9..2001d59 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingMap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingMap.html @@ -556,7 +556,7 @@ public void putAll(put(k, v) on this map once - for each mapping from key k to value v in the + for each mapping from key k to value v in the specified map. The behavior of this operation is unspecified if the specified map is modified while the operation is in progress.

@@ -583,7 +583,7 @@ public Iterator.remove, Set.remove, removeAll retainAll, and clear operations. It does not support the add or addAll operations. - +

The returned set's removeAll and retainAll methods always throw a NullPointerException when given a null collection.

@@ -612,7 +612,7 @@ public Iterator.remove, Collection.remove, removeAll, retainAll and clear operations. It does not support the add or addAll operations. - +

The returned collection's removeAll and retainAll methods always throw a NullPointerException when given a null collection. @@ -643,7 +643,7 @@ public Iterator.remove, Set.remove, removeAll, retainAll and clear operations. It does not support the add or addAll operations. - +

The returned set's removeAll and retainAll methods always throw a NullPointerException when given a null collection.

@@ -690,8 +690,8 @@ public boolean equals(

Parameters:
obj - the reference object with which to compare.
Returns:
true if this object is the same as the obj - argument; false otherwise.
See Also:
Object.hashCode(), + argument; false otherwise.
See Also:
Object.hashCode(), Hashtable
@@ -720,34 +720,34 @@ hashCode public int hashCode()
Description copied from class: java.lang.Object
-
Returns a hash code value for the object. This method is - supported for the benefit of hashtables such as those provided by - java.util.Hashtable. +
Returns a hash code value for the object. This method is + supported for the benefit of hashtables such as those provided by + java.util.Hashtable.

- The general contract of hashCode is: + The general contract of hashCode is:

    -
  • Whenever it is invoked on the same object more than once during - an execution of a Java application, the hashCode method - must consistently return the same integer, provided no information +
  • Whenever it is invoked on the same object more than once during + an execution of a Java application, the hashCode method + must consistently return the same integer, provided no information used in equals comparisons on the object is modified. This integer need not remain consistent from one execution of an - application to another execution of the same application. + application to another execution of the same application.
  • If two objects are equal according to the equals(Object) - method, then calling the hashCode method on each of - the two objects must produce the same integer result. -
  • It is not required that if two objects are unequal - according to the Object.equals(java.lang.Object) - method, then calling the hashCode method on each of the - two objects must produce distinct integer results. However, the - programmer should be aware that producing distinct integer results + method, then calling the hashCode method on each of + the two objects must produce the same integer result. +
  • It is not required that if two objects are unequal + according to the Object.equals(java.lang.Object) + method, then calling the hashCode method on each of the + two objects must produce distinct integer results. However, the + programmer should be aware that producing distinct integer results for unequal objects may improve the performance of hashtables.

- As much as is reasonably practical, the hashCode method defined by - class Object does return distinct integers for distinct - objects. (This is typically implemented by converting the internal - address of the object into an integer, but this implementation - technique is not required by the + As much as is reasonably practical, the hashCode method defined by + class Object does return distinct integers for distinct + objects. (This is typically implemented by converting the internal + address of the object into an integer, but this implementation + technique is not required by the JavaTM programming language.)

@@ -755,7 +755,7 @@ public int hashCode()
-
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), +
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingMapEntry.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingMapEntry.html index 2cccfad..ee07ba0 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingMapEntry.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingMapEntry.html @@ -351,8 +351,8 @@ public boolean equals(
Parameters:
obj - the reference object with which to compare.
Returns:
true if this object is the same as the obj - argument; false otherwise.
See Also:
Object.hashCode(), + argument; false otherwise.
See Also:
Object.hashCode(), Hashtable
@@ -381,34 +381,34 @@ hashCode public int hashCode()
Description copied from class: java.lang.Object
-
Returns a hash code value for the object. This method is - supported for the benefit of hashtables such as those provided by - java.util.Hashtable. +
Returns a hash code value for the object. This method is + supported for the benefit of hashtables such as those provided by + java.util.Hashtable.

- The general contract of hashCode is: + The general contract of hashCode is:

    -
  • Whenever it is invoked on the same object more than once during - an execution of a Java application, the hashCode method - must consistently return the same integer, provided no information +
  • Whenever it is invoked on the same object more than once during + an execution of a Java application, the hashCode method + must consistently return the same integer, provided no information used in equals comparisons on the object is modified. This integer need not remain consistent from one execution of an - application to another execution of the same application. + application to another execution of the same application.
  • If two objects are equal according to the equals(Object) - method, then calling the hashCode method on each of - the two objects must produce the same integer result. -
  • It is not required that if two objects are unequal - according to the Object.equals(java.lang.Object) - method, then calling the hashCode method on each of the - two objects must produce distinct integer results. However, the - programmer should be aware that producing distinct integer results + method, then calling the hashCode method on each of + the two objects must produce the same integer result. +
  • It is not required that if two objects are unequal + according to the Object.equals(java.lang.Object) + method, then calling the hashCode method on each of the + two objects must produce distinct integer results. However, the + programmer should be aware that producing distinct integer results for unequal objects may improve the performance of hashtables.

- As much as is reasonably practical, the hashCode method defined by - class Object does return distinct integers for distinct - objects. (This is typically implemented by converting the internal - address of the object into an integer, but this implementation - technique is not required by the + As much as is reasonably practical, the hashCode method defined by + class Object does return distinct integers for distinct + objects. (This is typically implemented by converting the internal + address of the object into an integer, but this implementation + technique is not required by the JavaTM programming language.)

@@ -416,7 +416,7 @@ public int hashCode()
-
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), +
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingMultimap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingMultimap.html index 012cdc8..1274296 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingMultimap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingMultimap.html @@ -792,8 +792,8 @@ public boolean equals(Object.hashCode(), + argument; false otherwise.
See Also:
Object.hashCode(), Hashtable
@@ -822,34 +822,34 @@ hashCode public int hashCode()
Description copied from class: java.lang.Object
-
Returns a hash code value for the object. This method is - supported for the benefit of hashtables such as those provided by - java.util.Hashtable. +
Returns a hash code value for the object. This method is + supported for the benefit of hashtables such as those provided by + java.util.Hashtable.

- The general contract of hashCode is: + The general contract of hashCode is:

    -
  • Whenever it is invoked on the same object more than once during - an execution of a Java application, the hashCode method - must consistently return the same integer, provided no information +
  • Whenever it is invoked on the same object more than once during + an execution of a Java application, the hashCode method + must consistently return the same integer, provided no information used in equals comparisons on the object is modified. This integer need not remain consistent from one execution of an - application to another execution of the same application. + application to another execution of the same application.
  • If two objects are equal according to the equals(Object) - method, then calling the hashCode method on each of - the two objects must produce the same integer result. -
  • It is not required that if two objects are unequal - according to the Object.equals(java.lang.Object) - method, then calling the hashCode method on each of the - two objects must produce distinct integer results. However, the - programmer should be aware that producing distinct integer results + method, then calling the hashCode method on each of + the two objects must produce the same integer result. +
  • It is not required that if two objects are unequal + according to the Object.equals(java.lang.Object) + method, then calling the hashCode method on each of the + two objects must produce distinct integer results. However, the + programmer should be aware that producing distinct integer results for unequal objects may improve the performance of hashtables.

- As much as is reasonably practical, the hashCode method defined by - class Object does return distinct integers for distinct - objects. (This is typically implemented by converting the internal - address of the object into an integer, but this implementation - technique is not required by the + As much as is reasonably practical, the hashCode method defined by + class Object does return distinct integers for distinct + objects. (This is typically implemented by converting the internal + address of the object into an integer, but this implementation + technique is not required by the JavaTM programming language.)

@@ -857,7 +857,7 @@ public int hashCode()
-
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), +
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingMultiset.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingMultiset.html index 17e53f4..99bc593 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingMultiset.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingMultiset.html @@ -527,8 +527,8 @@ public boolean equals(
Parameters:
obj - the reference object with which to compare.
Returns:
true if this object is the same as the obj - argument; false otherwise.
See Also:
Object.hashCode(), + argument; false otherwise.
See Also:
Object.hashCode(), Hashtable
@@ -557,34 +557,34 @@ hashCode public int hashCode()
Description copied from class: java.lang.Object
-
Returns a hash code value for the object. This method is - supported for the benefit of hashtables such as those provided by - java.util.Hashtable. +
Returns a hash code value for the object. This method is + supported for the benefit of hashtables such as those provided by + java.util.Hashtable.

- The general contract of hashCode is: + The general contract of hashCode is:

    -
  • Whenever it is invoked on the same object more than once during - an execution of a Java application, the hashCode method - must consistently return the same integer, provided no information +
  • Whenever it is invoked on the same object more than once during + an execution of a Java application, the hashCode method + must consistently return the same integer, provided no information used in equals comparisons on the object is modified. This integer need not remain consistent from one execution of an - application to another execution of the same application. + application to another execution of the same application.
  • If two objects are equal according to the equals(Object) - method, then calling the hashCode method on each of - the two objects must produce the same integer result. -
  • It is not required that if two objects are unequal - according to the Object.equals(java.lang.Object) - method, then calling the hashCode method on each of the - two objects must produce distinct integer results. However, the - programmer should be aware that producing distinct integer results + method, then calling the hashCode method on each of + the two objects must produce the same integer result. +
  • It is not required that if two objects are unequal + according to the Object.equals(java.lang.Object) + method, then calling the hashCode method on each of the + two objects must produce distinct integer results. However, the + programmer should be aware that producing distinct integer results for unequal objects may improve the performance of hashtables.

- As much as is reasonably practical, the hashCode method defined by - class Object does return distinct integers for distinct - objects. (This is typically implemented by converting the internal - address of the object into an integer, but this implementation - technique is not required by the + As much as is reasonably practical, the hashCode method defined by + class Object does return distinct integers for distinct + objects. (This is typically implemented by converting the internal + address of the object into an integer, but this implementation + technique is not required by the JavaTM programming language.)

@@ -592,7 +592,7 @@ public int hashCode()
-
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), +
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingSet.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingSet.html index ed3a9db..c745fdc 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingSet.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingSet.html @@ -289,8 +289,8 @@ public boolean equals(
Parameters:
obj - the reference object with which to compare.
Returns:
true if this object is the same as the obj - argument; false otherwise.
See Also:
Object.hashCode(), + argument; false otherwise.
See Also:
Object.hashCode(), Hashtable
@@ -319,34 +319,34 @@ hashCode public int hashCode()
Description copied from class: java.lang.Object
-
Returns a hash code value for the object. This method is - supported for the benefit of hashtables such as those provided by - java.util.Hashtable. +
Returns a hash code value for the object. This method is + supported for the benefit of hashtables such as those provided by + java.util.Hashtable.

- The general contract of hashCode is: + The general contract of hashCode is:

    -
  • Whenever it is invoked on the same object more than once during - an execution of a Java application, the hashCode method - must consistently return the same integer, provided no information +
  • Whenever it is invoked on the same object more than once during + an execution of a Java application, the hashCode method + must consistently return the same integer, provided no information used in equals comparisons on the object is modified. This integer need not remain consistent from one execution of an - application to another execution of the same application. + application to another execution of the same application.
  • If two objects are equal according to the equals(Object) - method, then calling the hashCode method on each of - the two objects must produce the same integer result. -
  • It is not required that if two objects are unequal - according to the Object.equals(java.lang.Object) - method, then calling the hashCode method on each of the - two objects must produce distinct integer results. However, the - programmer should be aware that producing distinct integer results + method, then calling the hashCode method on each of + the two objects must produce the same integer result. +
  • It is not required that if two objects are unequal + according to the Object.equals(java.lang.Object) + method, then calling the hashCode method on each of the + two objects must produce distinct integer results. However, the + programmer should be aware that producing distinct integer results for unequal objects may improve the performance of hashtables.

- As much as is reasonably practical, the hashCode method defined by - class Object does return distinct integers for distinct - objects. (This is typically implemented by converting the internal - address of the object into an integer, but this implementation - technique is not required by the + As much as is reasonably practical, the hashCode method defined by + class Object does return distinct integers for distinct + objects. (This is typically implemented by converting the internal + address of the object into an integer, but this implementation + technique is not required by the JavaTM programming language.)

@@ -354,7 +354,7 @@ public int hashCode()
-
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), +
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingSortedMap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingSortedMap.html index f4ddea2..3a408f3 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingSortedMap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingSortedMap.html @@ -370,7 +370,7 @@ public m whose keys are less than or equal to high: - +
    Map head = m.headMap(high+"\0");

@@ -429,14 +429,14 @@ public m whose keys are between low and high, inclusive: - +
    Map sub = m.subMap(low, high+"\0");
- + A similarly technique can be used to generate an open range (which contains neither endpoint). The following idiom obtains a view containing all of the key-value mappings in m whose keys are between low and high, exclusive: - +
    Map sub = m.subMap(low+"\0", high);

@@ -473,7 +473,7 @@ public m whose keys are strictly greater than low: - +
    Map tail = m.tailMap(low+"\0");

diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingSortedSet.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingSortedSet.html index edc6bba..6883458 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingSortedSet.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ForwardingSortedSet.html @@ -410,7 +410,7 @@ public IllegalArgumentException if the user attempts to insert a element outside the specified range.

- + Note: this method always returns a half-open range (which includes its low endpoint but not its high endpoint). If you need a closed range (which includes both endpoints), and the element @@ -422,7 +422,7 @@ public high, inclusive:

  SortedSet sub = s.subSet(low, high+"\0");
  
- + A similar technique can be used to generate an open range (which contains neither endpoint). The following idiom obtains a view containing all of the Strings in s from low to @@ -463,7 +463,7 @@ public s is a sorted set of strings. The following idiom obtains a view containing all of the strings in s that are strictly greater than low: - +
    SortedSet tail = s.tailSet(low+"\0");

diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/HashBiMap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/HashBiMap.html index d8d40bf..b03c8d8 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/HashBiMap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/HashBiMap.html @@ -407,7 +407,7 @@ public BiMap.put(K, V) operation. If the bimap previously contained the provided key-value mapping, this method has no effect. - +

Note that a successful call to this method could cause the size of the bimap to increase by one, stay the same, or even decrease by one. @@ -509,7 +509,7 @@ public void putAll(put(k, v) on this map once - for each mapping from key k to value v in the + for each mapping from key k to value v in the specified map. The behavior of this operation is unspecified if the specified map is modified while the operation is in progress.

@@ -577,7 +577,7 @@ public Iterator.remove, Set.remove, removeAll retainAll, and clear operations. It does not support the add or addAll operations. - +

The returned set's removeAll and retainAll methods always throw a NullPointerException when given a null collection.

@@ -607,7 +607,7 @@ public Iterator.remove, Collection.remove, removeAll, retainAll and clear operations. It does not support the add or addAll operations. - +

The returned collection's removeAll and retainAll methods always throw a NullPointerException when given a null collection. @@ -639,7 +639,7 @@ public Iterator.remove, Set.remove, removeAll, retainAll and clear operations. It does not support the add or addAll operations. - +

The returned set's removeAll and retainAll methods always throw a NullPointerException when given a null collection.

diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/HashMultimap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/HashMultimap.html index ee68d6a..930a3f7 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/HashMultimap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/HashMultimap.html @@ -544,7 +544,7 @@ public boolean equals(Object.hashCode(), + argument; false otherwise.

See Also:
Object.hashCode(), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/HashMultiset.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/HashMultiset.html index 60b9d43..d3b8a38 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/HashMultiset.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/HashMultiset.html @@ -464,7 +464,7 @@ public Entry instances themselves don't even have methods for modification. See the specific implementation class for more details on how its entry set handles modifications. - +

Invoking Multiset.Entry.getCount() on an entry in the returned set always returns the current count of that element in the multiset, as opposed to the count at the time the entry was retrieved. diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableBiMap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableBiMap.html index a474e72..757d67b 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableBiMap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableBiMap.html @@ -104,7 +104,7 @@ Class ImmutableBiMap<K,V> An immutable BiMap with reliable user-specified iteration order. Does not permit null keys or values. An ImmutableBiMap and its inverse have the same iteration ordering. - +

An instance of ImmutableBiMap contains its own data and will never change. ImmutableBiMap is convenient for public static final maps ("constant maps") and also lets you easily @@ -678,7 +678,7 @@ public abstract Object.hashCode(), + argument; false otherwise.

See Also:
Object.hashCode(), Hashtable
@@ -950,34 +950,34 @@ hashCode public int hashCode()
Description copied from class: java.lang.Object
-
Returns a hash code value for the object. This method is - supported for the benefit of hashtables such as those provided by - java.util.Hashtable. +
Returns a hash code value for the object. This method is + supported for the benefit of hashtables such as those provided by + java.util.Hashtable.

- The general contract of hashCode is: + The general contract of hashCode is:

    -
  • Whenever it is invoked on the same object more than once during - an execution of a Java application, the hashCode method - must consistently return the same integer, provided no information +
  • Whenever it is invoked on the same object more than once during + an execution of a Java application, the hashCode method + must consistently return the same integer, provided no information used in equals comparisons on the object is modified. This integer need not remain consistent from one execution of an - application to another execution of the same application. + application to another execution of the same application.
  • If two objects are equal according to the equals(Object) - method, then calling the hashCode method on each of - the two objects must produce the same integer result. -
  • It is not required that if two objects are unequal - according to the Object.equals(java.lang.Object) - method, then calling the hashCode method on each of the - two objects must produce distinct integer results. However, the - programmer should be aware that producing distinct integer results + method, then calling the hashCode method on each of + the two objects must produce the same integer result. +
  • It is not required that if two objects are unequal + according to the Object.equals(java.lang.Object) + method, then calling the hashCode method on each of the + two objects must produce distinct integer results. However, the + programmer should be aware that producing distinct integer results for unequal objects may improve the performance of hashtables.

- As much as is reasonably practical, the hashCode method defined by - class Object does return distinct integers for distinct - objects. (This is typically implemented by converting the internal - address of the object into an integer, but this implementation - technique is not required by the + As much as is reasonably practical, the hashCode method defined by + class Object does return distinct integers for distinct + objects. (This is typically implemented by converting the internal + address of the object into an integer, but this implementation + technique is not required by the JavaTM programming language.)

@@ -985,7 +985,7 @@ public int hashCode()
-
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), +
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), Hashtable
@@ -997,18 +997,18 @@ toString public String toString()
Description copied from class: java.lang.Object
-
Returns a string representation of the object. In general, the - toString method returns a string that - "textually represents" this object. The result should - be a concise but informative representation that is easy for a +
Returns a string representation of the object. In general, the + toString method returns a string that + "textually represents" this object. The result should + be a concise but informative representation that is easy for a person to read. It is recommended that all subclasses override this method.

- The toString method for class Object - returns a string consisting of the name of the class of which the - object is an instance, the at-sign character `@', and - the unsigned hexadecimal representation of the hash code of the - object. In other words, this method returns a string equal to the + The toString method for class Object + returns a string consisting of the name of the class of which the + object is an instance, the at-sign character `@', and + the unsigned hexadecimal representation of the hash code of the + object. In other words, this method returns a string equal to the value of:

diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableCollection.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableCollection.html
index daab04d..8af607d 100755
--- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableCollection.html
+++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableCollection.html
@@ -222,7 +222,7 @@ An immutable collection. Does not permit null elements.
 toArray(T[] other)
 
 
-          Returns an array containing all of the elements in this collection; +          Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array. @@ -300,10 +300,10 @@ toArray public <T> T[] toArray(T[] other)
Description copied from interface: java.util.Collection
-
Returns an array containing all of the elements in this collection; - the runtime type of the returned array is that of the specified array. - If the collection fits in the specified array, it is returned therein. - Otherwise, a new array is allocated with the runtime type of the +
Returns an array containing all of the elements in this collection; + the runtime type of the returned array is that of the specified array. + If the collection fits in the specified array, it is returned therein. + Otherwise, a new array is allocated with the runtime type of the specified array and the size of this collection.

If this collection fits in the specified array with room to spare @@ -412,18 +412,18 @@ toString public String toString()

Description copied from class: java.lang.Object
-
Returns a string representation of the object. In general, the - toString method returns a string that - "textually represents" this object. The result should - be a concise but informative representation that is easy for a +
Returns a string representation of the object. In general, the + toString method returns a string that + "textually represents" this object. The result should + be a concise but informative representation that is easy for a person to read. It is recommended that all subclasses override this method.

- The toString method for class Object - returns a string consisting of the name of the class of which the - object is an instance, the at-sign character `@', and - the unsigned hexadecimal representation of the hash code of the - object. In other words, this method returns a string equal to the + The toString method for class Object + returns a string consisting of the name of the class of which the + object is an instance, the at-sign character `@', and + the unsigned hexadecimal representation of the hash code of the + object. In other words, this method returns a string equal to the value of:

@@ -515,7 +515,7 @@ public final boolean removeAll(UnsupportedOperationException - always
See Also:
Collection.remove(Object), +
UnsupportedOperationException - always
See Also:
Collection.remove(Object), Collection.contains(Object)
@@ -536,7 +536,7 @@ public final boolean retainAll(UnsupportedOperationException - always
See Also:
Collection.remove(Object), +
UnsupportedOperationException - always
See Also:
Collection.remove(Object), Collection.contains(Object)
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableList.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableList.html index 0e85d5e..6362ae6 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableList.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableList.html @@ -119,8 +119,8 @@ A high-performance, immutable, random-access List implementation.
Author:
Kevin Bourrillion
-
See Also:
ImmutableMap, -ImmutableSet, +
See Also:
ImmutableMap, +ImmutableSet, Serialized Form

diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableMap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableMap.html index 270081d..a49f487 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableMap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableMap.html @@ -113,8 +113,8 @@ An immutable, hash-based Note: Although this class is not final, it cannot be subclassed as - it has no public or protected constructors. Thus, instances of this class are +

Note: Although this class is not final, it cannot be subclassed as + it has no public or protected constructors. Thus, instances of this class are guaranteed to be immutable.

@@ -122,8 +122,8 @@ An immutable, hash-based ImmutableList, -ImmutableSet, +

See Also:
ImmutableList, +ImmutableSet, Serialized Form
@@ -998,8 +998,8 @@ public boolean equals(Object.hashCode(), + argument; false otherwise.
See Also:
Object.hashCode(), Hashtable
@@ -1028,34 +1028,34 @@ hashCode public int hashCode()
Description copied from class: java.lang.Object
-
Returns a hash code value for the object. This method is - supported for the benefit of hashtables such as those provided by - java.util.Hashtable. +
Returns a hash code value for the object. This method is + supported for the benefit of hashtables such as those provided by + java.util.Hashtable.

- The general contract of hashCode is: + The general contract of hashCode is:

    -
  • Whenever it is invoked on the same object more than once during - an execution of a Java application, the hashCode method - must consistently return the same integer, provided no information +
  • Whenever it is invoked on the same object more than once during + an execution of a Java application, the hashCode method + must consistently return the same integer, provided no information used in equals comparisons on the object is modified. This integer need not remain consistent from one execution of an - application to another execution of the same application. + application to another execution of the same application.
  • If two objects are equal according to the equals(Object) - method, then calling the hashCode method on each of - the two objects must produce the same integer result. -
  • It is not required that if two objects are unequal - according to the Object.equals(java.lang.Object) - method, then calling the hashCode method on each of the - two objects must produce distinct integer results. However, the - programmer should be aware that producing distinct integer results + method, then calling the hashCode method on each of + the two objects must produce the same integer result. +
  • It is not required that if two objects are unequal + according to the Object.equals(java.lang.Object) + method, then calling the hashCode method on each of the + two objects must produce distinct integer results. However, the + programmer should be aware that producing distinct integer results for unequal objects may improve the performance of hashtables.

- As much as is reasonably practical, the hashCode method defined by - class Object does return distinct integers for distinct - objects. (This is typically implemented by converting the internal - address of the object into an integer, but this implementation - technique is not required by the + As much as is reasonably practical, the hashCode method defined by + class Object does return distinct integers for distinct + objects. (This is typically implemented by converting the internal + address of the object into an integer, but this implementation + technique is not required by the JavaTM programming language.)

@@ -1063,7 +1063,7 @@ public int hashCode()
-
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), +
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), Hashtable
@@ -1075,18 +1075,18 @@ toString public String toString()
Description copied from class: java.lang.Object
-
Returns a string representation of the object. In general, the - toString method returns a string that - "textually represents" this object. The result should - be a concise but informative representation that is easy for a +
Returns a string representation of the object. In general, the + toString method returns a string that + "textually represents" this object. The result should + be a concise but informative representation that is easy for a person to read. It is recommended that all subclasses override this method.

- The toString method for class Object - returns a string consisting of the name of the class of which the - object is an instance, the at-sign character `@', and - the unsigned hexadecimal representation of the hash code of the - object. In other words, this method returns a string equal to the + The toString method for class Object + returns a string consisting of the name of the class of which the + object is an instance, the at-sign character `@', and + the unsigned hexadecimal representation of the hash code of the + object. In other words, this method returns a string equal to the value of:

diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableMultimap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableMultimap.html
index 9916557..250d438 100755
--- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableMultimap.html
+++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableMultimap.html
@@ -109,7 +109,7 @@ An immutable ImmutableMultimap is convenient for public static final
  multimaps ("constant multimaps") and also lets you easily make a "defensive
  copy" of a multimap provided to your class by a caller.
- 
+
  

Note: Although this class is not final, it cannot be subclassed as it has no public or protected constructors. Thus, instances of this class are guaranteed to be immutable. @@ -723,8 +723,8 @@ public boolean equals(Object.hashCode(), + argument; false otherwise.

See Also:
Object.hashCode(), Hashtable
@@ -753,34 +753,34 @@ hashCode public int hashCode()
Description copied from class: java.lang.Object
-
Returns a hash code value for the object. This method is - supported for the benefit of hashtables such as those provided by - java.util.Hashtable. +
Returns a hash code value for the object. This method is + supported for the benefit of hashtables such as those provided by + java.util.Hashtable.

- The general contract of hashCode is: + The general contract of hashCode is:

    -
  • Whenever it is invoked on the same object more than once during - an execution of a Java application, the hashCode method - must consistently return the same integer, provided no information +
  • Whenever it is invoked on the same object more than once during + an execution of a Java application, the hashCode method + must consistently return the same integer, provided no information used in equals comparisons on the object is modified. This integer need not remain consistent from one execution of an - application to another execution of the same application. + application to another execution of the same application.
  • If two objects are equal according to the equals(Object) - method, then calling the hashCode method on each of - the two objects must produce the same integer result. -
  • It is not required that if two objects are unequal - according to the Object.equals(java.lang.Object) - method, then calling the hashCode method on each of the - two objects must produce distinct integer results. However, the - programmer should be aware that producing distinct integer results + method, then calling the hashCode method on each of + the two objects must produce the same integer result. +
  • It is not required that if two objects are unequal + according to the Object.equals(java.lang.Object) + method, then calling the hashCode method on each of the + two objects must produce distinct integer results. However, the + programmer should be aware that producing distinct integer results for unequal objects may improve the performance of hashtables.

- As much as is reasonably practical, the hashCode method defined by - class Object does return distinct integers for distinct - objects. (This is typically implemented by converting the internal - address of the object into an integer, but this implementation - technique is not required by the + As much as is reasonably practical, the hashCode method defined by + class Object does return distinct integers for distinct + objects. (This is typically implemented by converting the internal + address of the object into an integer, but this implementation + technique is not required by the JavaTM programming language.)

@@ -788,7 +788,7 @@ public int hashCode()
-
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), +
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), Hashtable
@@ -800,18 +800,18 @@ toString public String toString()
Description copied from class: java.lang.Object
-
Returns a string representation of the object. In general, the - toString method returns a string that - "textually represents" this object. The result should - be a concise but informative representation that is easy for a +
Returns a string representation of the object. In general, the + toString method returns a string that + "textually represents" this object. The result should + be a concise but informative representation that is easy for a person to read. It is recommended that all subclasses override this method.

- The toString method for class Object - returns a string consisting of the name of the class of which the - object is an instance, the at-sign character `@', and - the unsigned hexadecimal representation of the hash code of the - object. In other words, this method returns a string equal to the + The toString method for class Object + returns a string consisting of the name of the class of which the + object is an instance, the at-sign character `@', and + the unsigned hexadecimal representation of the hash code of the + object. In other words, this method returns a string equal to the value of:

diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableMultiset.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableMultiset.html
index d2ff69e..348c596 100755
--- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableMultiset.html
+++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableMultiset.html
@@ -102,7 +102,7 @@ Class ImmutableMultiset<E>
 
 

An immutable hash-based multiset. Does not permit null elements. - +

Its iterator orders elements according to the first appearance of the element among the items passed to the factory method. When the multiset contains multiple instances of an element, those instances are consecutive in @@ -378,7 +378,7 @@ of public static <E> ImmutableMultiset<E> of(E... elements)

Returns an immutable multiset containing the given elements. - +

The multiset is ordered by the first occurrence of each element. For example, ImmutableMultiset.of(2, 3, 1, 3) yields a multiset with elements in the order 2, 3, 3, 1. @@ -400,7 +400,7 @@ copyOf public static <E> ImmutableMultiset<E> copyOf(Iterable<? extends E> elements)

Returns an immutable multiset containing the given elements. - +

The multiset is ordered by the first occurrence of each element. For example, ImmutableMultiset.copyOf(Arrays.asList(2, 3, 1, 3)) yields a multiset with elements in the order 2, 3, 3, 1. @@ -432,7 +432,7 @@ copyOf public static <E> ImmutableMultiset<E> copyOf(Iterator<? extends E> elements)

Returns an immutable multiset containing the given elements. - +

The multiset is ordered by the first occurrence of each element. For example, ImmutableMultiset.copyOf(Arrays.asList(2, 3, 1, 3).iterator()) @@ -636,8 +636,8 @@ public boolean equals(Object.hashCode(), + argument; false otherwise.

See Also:
Object.hashCode(), Hashtable
@@ -666,34 +666,34 @@ hashCode public int hashCode()
Description copied from class: java.lang.Object
-
Returns a hash code value for the object. This method is - supported for the benefit of hashtables such as those provided by - java.util.Hashtable. +
Returns a hash code value for the object. This method is + supported for the benefit of hashtables such as those provided by + java.util.Hashtable.

- The general contract of hashCode is: + The general contract of hashCode is:

    -
  • Whenever it is invoked on the same object more than once during - an execution of a Java application, the hashCode method - must consistently return the same integer, provided no information +
  • Whenever it is invoked on the same object more than once during + an execution of a Java application, the hashCode method + must consistently return the same integer, provided no information used in equals comparisons on the object is modified. This integer need not remain consistent from one execution of an - application to another execution of the same application. + application to another execution of the same application.
  • If two objects are equal according to the equals(Object) - method, then calling the hashCode method on each of - the two objects must produce the same integer result. -
  • It is not required that if two objects are unequal - according to the Object.equals(java.lang.Object) - method, then calling the hashCode method on each of the - two objects must produce distinct integer results. However, the - programmer should be aware that producing distinct integer results + method, then calling the hashCode method on each of + the two objects must produce the same integer result. +
  • It is not required that if two objects are unequal + according to the Object.equals(java.lang.Object) + method, then calling the hashCode method on each of the + two objects must produce distinct integer results. However, the + programmer should be aware that producing distinct integer results for unequal objects may improve the performance of hashtables.

- As much as is reasonably practical, the hashCode method defined by - class Object does return distinct integers for distinct - objects. (This is typically implemented by converting the internal - address of the object into an integer, but this implementation - technique is not required by the + As much as is reasonably practical, the hashCode method defined by + class Object does return distinct integers for distinct + objects. (This is typically implemented by converting the internal + address of the object into an integer, but this implementation + technique is not required by the JavaTM programming language.)

@@ -701,7 +701,7 @@ public int hashCode()
-
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), +
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), Hashtable
@@ -713,18 +713,18 @@ toString public String toString()
Description copied from class: java.lang.Object
-
Returns a string representation of the object. In general, the - toString method returns a string that - "textually represents" this object. The result should - be a concise but informative representation that is easy for a +
Returns a string representation of the object. In general, the + toString method returns a string that + "textually represents" this object. The result should + be a concise but informative representation that is easy for a person to read. It is recommended that all subclasses override this method.

- The toString method for class Object - returns a string consisting of the name of the class of which the - object is an instance, the at-sign character `@', and - the unsigned hexadecimal representation of the hash code of the - object. In other words, this method returns a string equal to the + The toString method for class Object + returns a string consisting of the name of the class of which the + object is an instance, the at-sign character `@', and + the unsigned hexadecimal representation of the hash code of the + object. In other words, this method returns a string equal to the value of:

diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableSet.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableSet.html
index b4e1b36..cd2a736 100755
--- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableSet.html
+++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableSet.html
@@ -132,8 +132,8 @@ A high-performance, immutable Set with reliable, user-specified
 
Author:
Kevin Bourrillion
-
See Also:
ImmutableList, -ImmutableMap, +
See Also:
ImmutableList, +ImmutableMap, Serialized Form

@@ -428,8 +428,8 @@ public boolean equals(
Parameters:
object - the reference object with which to compare.
Returns:
true if this object is the same as the obj - argument; false otherwise.
See Also:
Object.hashCode(), + argument; false otherwise.
See Also:
Object.hashCode(), Hashtable
@@ -458,34 +458,34 @@ hashCode public int hashCode()
Description copied from class: java.lang.Object
-
Returns a hash code value for the object. This method is - supported for the benefit of hashtables such as those provided by - java.util.Hashtable. +
Returns a hash code value for the object. This method is + supported for the benefit of hashtables such as those provided by + java.util.Hashtable.

- The general contract of hashCode is: + The general contract of hashCode is:

    -
  • Whenever it is invoked on the same object more than once during - an execution of a Java application, the hashCode method - must consistently return the same integer, provided no information +
  • Whenever it is invoked on the same object more than once during + an execution of a Java application, the hashCode method + must consistently return the same integer, provided no information used in equals comparisons on the object is modified. This integer need not remain consistent from one execution of an - application to another execution of the same application. + application to another execution of the same application.
  • If two objects are equal according to the equals(Object) - method, then calling the hashCode method on each of - the two objects must produce the same integer result. -
  • It is not required that if two objects are unequal - according to the Object.equals(java.lang.Object) - method, then calling the hashCode method on each of the - two objects must produce distinct integer results. However, the - programmer should be aware that producing distinct integer results + method, then calling the hashCode method on each of + the two objects must produce the same integer result. +
  • It is not required that if two objects are unequal + according to the Object.equals(java.lang.Object) + method, then calling the hashCode method on each of the + two objects must produce distinct integer results. However, the + programmer should be aware that producing distinct integer results for unequal objects may improve the performance of hashtables.

- As much as is reasonably practical, the hashCode method defined by - class Object does return distinct integers for distinct - objects. (This is typically implemented by converting the internal - address of the object into an integer, but this implementation - technique is not required by the + As much as is reasonably practical, the hashCode method defined by + class Object does return distinct integers for distinct + objects. (This is typically implemented by converting the internal + address of the object into an integer, but this implementation + technique is not required by the JavaTM programming language.)

@@ -493,7 +493,7 @@ public int hashCode()
-
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), +
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), Hashtable
@@ -505,18 +505,18 @@ toString public String toString()
Description copied from class: java.lang.Object
-
Returns a string representation of the object. In general, the - toString method returns a string that - "textually represents" this object. The result should - be a concise but informative representation that is easy for a +
Returns a string representation of the object. In general, the + toString method returns a string that + "textually represents" this object. The result should + be a concise but informative representation that is easy for a person to read. It is recommended that all subclasses override this method.

- The toString method for class Object - returns a string consisting of the name of the class of which the - object is an instance, the at-sign character `@', and - the unsigned hexadecimal representation of the hash code of the - object. In other words, this method returns a string equal to the + The toString method for class Object + returns a string consisting of the name of the class of which the + object is an instance, the at-sign character `@', and + the unsigned hexadecimal representation of the hash code of the + object. In other words, this method returns a string equal to the value of:

diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableSortedSet.Factory.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableSortedSet.Factory.html
index fcf8a51..0111030 100755
--- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableSortedSet.Factory.html
+++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableSortedSet.Factory.html
@@ -101,7 +101,7 @@ Class ImmutableSortedSet.Factory<E>
 
 

A factory for creating immutable sorted sets with an explicit comparator. - +

The factory is immutable and may be used to create multiple ImmutableSortedSet instances.

@@ -234,7 +234,7 @@ public Returns an immutable sorted set containing the given elements sorted by the factory's comparator. When multiple elements are equivalent according to the comparator, only the first one specified is included. - +

Note: Despite what the method name suggests, if elements is an ImmutableSortedSet with an equivalent comparator, it may be returned instead of a copy. diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableSortedSet.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableSortedSet.html index d9ab5dc..752b54a 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableSortedSet.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ImmutableSortedSet.html @@ -106,18 +106,18 @@ An immutable SortedSet that stores its elements in a sorted array. Some instances are ordered by an explicit comparator, while others follow the natural sort ordering of their elements. Either way, null elements are not supported. - +

Unlike Collections.unmodifiableSortedSet(java.util.SortedSet), which is a view of a separate collection that can still change, an instance of ImmutableSortedSet contains its own private data and will never change. This class is convenient for public static final sets ("constant sets") and also lets you easily make a "defensive copy" of a set provided to your class by a caller. - +

The sets returned by headSet(E), tailSet(E), and subSet(E, E) methods share the same array as the original set, preventing that array from being garbage collected. If this is a concern, the data may be copied into a correctly-sized array by calling copyOfSorted(java.util.SortedSet). - +

Note on element equivalence: The ImmutableCollection.contains(Object), ImmutableCollection.containsAll(Collection), and ImmutableSet.equals(Object) implementations must check whether a provided object is equivalent to an @@ -134,7 +134,7 @@ An immutable SortedSet that stores its elements in a sorted array. function correctly if an element is modified after being placed in the set. For this reason, and to avoid general confusion, it is strongly recommended to place only immutable objects into this collection. - +

Note: Although this class is not final, it cannot be subclassed as it has no public or protected constructors. Thus, instances of this type are guaranteed to be immutable. @@ -144,7 +144,7 @@ An immutable SortedSet that stores its elements in a sorted array.

Author:
Jared Levy
-
See Also:
ImmutableSet, +
See Also:
ImmutableSet, Serialized Form

@@ -191,7 +191,7 @@ An immutable SortedSet that stores its elements in a sorted array. @@ -209,7 +209,7 @@ An immutable SortedSet that stores its elements in a sorted array.
-<E extends Comparable> +<E extends Comparable>
ImmutableSortedSet<E>
@@ -267,7 +267,7 @@ An immutable SortedSet that stores its elements in a sorted array.
-<E extends Comparable> +<E extends Comparable>
ImmutableSortedSet<E>
@@ -285,7 +285,7 @@ An immutable SortedSet that stores its elements in a sorted array.
-<E extends Comparable> +<E extends Comparable>
ImmutableSortedSet<E>
@@ -318,7 +318,7 @@ An immutable SortedSet that stores its elements in a sorted array.
-<E extends Comparable> +<E extends Comparable>
ImmutableSortedSet<E>
@@ -430,7 +430,7 @@ of public static <E extends Comparable> ImmutableSortedSet<E> of(E element)
Returns an immutable sorted set containing a single element. - +

The type specification is <E extends Comparable>, instead of the more specific <E extends Comparable<? super E>>, to support classes defined without generics. @@ -452,7 +452,7 @@ public static <E extends Comparable.compareTo(T), only the first one specified is included. - +

The type specification is <E extends Comparable>, instead of the more specific <E extends Comparable<? super E>>, to support classes defined without generics. @@ -478,17 +478,17 @@ public static <E extends copyOfSorted(java.util.SortedSet) instead. - +

Note that if s is a Set<String>, then ImmutableSortedSet.copyOf(s) returns a ImmutableSortedSet<String> containing each of the strings in s, while ImmutableSortedSet.of(s) returns a ImmutableSortedSet<Set<String>> containing one element (the given set itself). - +

Note: Despite what the method name suggests, if elements is an ImmutableSortedSet, it may be returned instead of a copy. - +

The type specification is <E extends Comparable>, instead of the more specific <E extends Comparable<? super E>>, to support classes defined without generics. @@ -537,7 +537,7 @@ public static <E> copyOf(Iterable), which always uses the natural ordering of the elements. - +

Note: Despite what the method name suggests, if sortedSet is an ImmutableSortedSet, it may be returned instead of a copy.

@@ -582,7 +582,7 @@ public static <E extends Collections.reverseOrder() as the comparator. - +

The type specification is <E extends Comparable>, instead of the more specific <E extends Comparable<? super E>>, to support classes defined without generics. @@ -642,9 +642,9 @@ public s that are less than or equal to high:

    SortedSet head = s.headSet(high+"\0");
- +

This method returns a serializable ImmutableSortedSet. - +

The SortedSet.headSet(E) documentation states that a subset of a subset throws an IllegalArgumentException if passed a toElement greater than an earlier toElement. However, this @@ -678,7 +678,7 @@ public IllegalArgumentException if the user attempts to insert a element outside the specified range.

- + Note: this method always returns a half-open range (which includes its low endpoint but not its high endpoint). If you need a closed range (which includes both endpoints), and the element @@ -690,16 +690,16 @@ public high, inclusive:

  SortedSet sub = s.subSet(low, high+"\0");
  
- + A similar technique can be used to generate an open range (which contains neither endpoint). The following idiom obtains a view containing all of the Strings in s from low to high, exclusive:
  SortedSet sub = s.subSet(low+"\0", high);
  
- +

This method returns a serializable ImmutableSortedSet. - +

The SortedSet.subSet(E, E) documentation states that a subset of a subset throws an IllegalArgumentException if passed a fromElement smaller than an earlier toElement. However, @@ -740,11 +740,11 @@ public s is a sorted set of strings. The following idiom obtains a view containing all of the strings in s that are strictly greater than low: - +

    SortedSet tail = s.tailSet(low+"\0");
- +

This method returns a serializable ImmutableSortedSet. - +

The SortedSet.tailSet(E) documentation states that a subset of a subset throws an IllegalArgumentException if passed a fromElement smaller than an earlier fromElement. However, diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Iterables.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Iterables.html index 7e33fde..0b7f9d9 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Iterables.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Iterables.html @@ -691,7 +691,7 @@ public static boolean removeAll(Collection.removeAll(java.util.Collection) if iterable is a collection, and Iterators.removeAll(java.util.Iterator, java.util.Collection) otherwise.

@@ -710,7 +710,7 @@ public static boolean retainAll(Collection.retainAll(java.util.Collection) if iterable is a collection, and Iterators.retainAll(java.util.Iterator, java.util.Collection) otherwise.

@@ -843,17 +843,17 @@ public static <T>

Returns an iterable whose iterator cycles indefinitely over the provided elements. - +

That iterator supports remove() if iterable.iterator() does. After remove() is called, subsequent cycles omit the removed element, but elements does not change. The iterator's hasNext() method returns true until all of the original elements have been removed. - +

Warning: Typical uses of the resulting iterator may produce an infinite loop. You should use an explicit break or be certain that you will eventually remove all the elements. - +

To cycle over the elements n times, use the following: Iterables.concat(Collections.nCopies(n, Arrays.asList(elements)))

@@ -899,7 +899,7 @@ public static <T>

-
Partition an iterable into sub-iterables of the given size. For example, +
Partition an iterable into sub-iterables of the given size. For example, {A, B, C, D, E, F} with partition size 3 yields {A, B, C} and {D, E, F}. The returned iterables have iterators that do not support remove(). @@ -1061,7 +1061,7 @@ public static <F,T> Function<? super F,? extends T> function)
Returns an iterable that applies function to each element of fromIterable. - +

The returned iterable's iterator supports remove() if the provided iterator does. After a successful remove() call, fromIterable no longer contains the corresponding element. @@ -1116,12 +1116,12 @@ public static <T> Iterable before a call to iterator() are reflected in the returned iterator. That is, the iterator skips the first numberToSkip elements that exist when the Iterator is created, not when skip() is called. - +

The returned iterable's iterator supports remove() if the iterator of the underlying iterable supports it. Note that it is not possible to delete the last skipped element by immediately diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/LinkedHashMultimap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/LinkedHashMultimap.html index f731961..99ba9a3 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/LinkedHashMultimap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/LinkedHashMultimap.html @@ -466,7 +466,7 @@ public Returns a set of all key-value pairs. Changes to the returned set will update the underlying multimap, and vice versa. The entries set does not support the add or addAll operations. - +

The iterator generated by the returned set traverses the entries in the order they were added to the multimap.

@@ -586,7 +586,7 @@ public boolean equals(Object.hashCode(), + argument; false otherwise.

See Also:
Object.hashCode(), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/LinkedHashMultiset.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/LinkedHashMultiset.html index 5c8bce7..4e7bc41 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/LinkedHashMultiset.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/LinkedHashMultiset.html @@ -421,7 +421,7 @@ public Entry instances themselves don't even have methods for modification. See the specific implementation class for more details on how its entry set handles modifications. - +

Invoking Multiset.Entry.getCount() on an entry in the returned set always returns the current count of that element in the multiset, as opposed to the count at the time the entry was retrieved. diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ListMultimap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ListMultimap.html index 64cb36f..daa9f30 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ListMultimap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ListMultimap.html @@ -202,7 +202,7 @@ get

Changes to the returned collection will update the underlying multimap, and vice versa. - +

Because the values for a given key may have duplicates and follow the insertion ordering, this method returns a List, instead of the Collection specified in the Multimap interface. @@ -224,7 +224,7 @@ removeAll Object key)

Removes all values associated with a given key. - +

Because the values for a given key may have duplicates and follow the insertion ordering, this method returns a List, instead of the Collection specified in the Multimap interface. @@ -250,7 +250,7 @@ replaceValues

Stores a collection of values with the same key, replacing any existing values for that key. - +

Because the values for a given key may have duplicates and follow the insertion ordering, this method returns a List, instead of the Collection specified in the Multimap interface. @@ -312,7 +312,7 @@ boolean equals(Object.hashCode(), + argument; false otherwise.

See Also:
Object.hashCode(), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Lists.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Lists.html index 2a7622a..eac6c11 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Lists.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Lists.html @@ -264,7 +264,7 @@ Static utility methods pertaining to
@@ -481,7 +481,7 @@ public static <E> RandomAccess. - +

Unlike Sets.newTreeSet(Comparator, Iterable), this method does not collapse elements that the comparator treats as equal, and the resulting collection does not maintain its own sort order. diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/MapConstraint.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/MapConstraint.html index 579d05a..70b32fc 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/MapConstraint.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/MapConstraint.html @@ -114,7 +114,7 @@ A constraint on the keys and values that may be added to a Map or

Author:
Mike Bostock
-
See Also:
MapConstraints, +
See Also:
MapConstraints, Constraint

diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/MapConstraints.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/MapConstraints.html index 9625f5a..3775062 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/MapConstraints.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/MapConstraints.html @@ -291,7 +291,7 @@ public static <K,V> Note that the generated multimap's Multimap.removeAll(java.lang.Object) and Multimap.replaceValues(K, java.lang.Iterable) methods return collections that are not constrained. - +

The returned multimap is not serializable.

diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Maps.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Maps.html index 30da3d5..9066606 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Maps.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Maps.html @@ -205,7 +205,7 @@ Static utility methods pertaining to
@@ -224,7 +224,7 @@ Static utility methods pertaining to @@ -241,7 +241,7 @@ Static utility methods pertaining to @@ -367,7 +367,7 @@ Static utility methods pertaining to @@ -385,7 +385,7 @@ Static utility methods pertaining to diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multimap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multimap.html index d16204a..1d81950 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multimap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multimap.html @@ -654,7 +654,7 @@ boolean equals(Object.hashCode(), + argument; false otherwise.
See Also:
Object.hashCode(), Hashtable
@@ -675,7 +675,7 @@ int hashCode()
-
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), +
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multimaps.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multimaps.html index 4feb378..9866363 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multimaps.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multimaps.html @@ -204,7 +204,7 @@ Provides static methods acting on or generating a Multimap.
-<E extends Comparable> +<E extends Comparable>
ImmutableSortedSet.Factory<E>
-<E extends Comparable> +<E extends Comparable>
List<E>
-<K extends Enum<K>,V extends Enum<V>> +<K extends Enum<K>,V extends Enum<V>>
EnumBiMap<K,V>
-<K extends Enum<K>,V> +<K extends Enum<K>,V>
EnumHashBiMap<K,V>
-<K extends Enum<K>,V> +<K extends Enum<K>,V>
EnumMap<K,V>
-<K extends Comparable,V> +<K extends Comparable,V>
TreeMap<K,V>
-<C,K extends C,V> +<C,K extends C,V>
TreeMap<K,V>
@@ -379,7 +379,7 @@ Provides static methods acting on or generating a Multimap.
-<K extends Comparable,V extends Comparable> +<K extends Comparable,V extends Comparable>
TreeMultimap<V,K>
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multiset.Entry.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multiset.Entry.html index bacdca7..fe4af88 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multiset.Entry.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multiset.Entry.html @@ -243,8 +243,8 @@ boolean equals(
Parameters:
o - the reference object with which to compare.
Returns:
true if this object is the same as the obj - argument; false otherwise.
See Also:
Object.hashCode(), + argument; false otherwise.
See Also:
Object.hashCode(), Hashtable
@@ -282,34 +282,34 @@ hashCode
 int hashCode()
-
Returns a hash code value for the object. This method is - supported for the benefit of hashtables such as those provided by - java.util.Hashtable. +
Returns a hash code value for the object. This method is + supported for the benefit of hashtables such as those provided by + java.util.Hashtable.

- The general contract of hashCode is: + The general contract of hashCode is:

    -
  • Whenever it is invoked on the same object more than once during - an execution of a Java application, the hashCode method - must consistently return the same integer, provided no information +
  • Whenever it is invoked on the same object more than once during + an execution of a Java application, the hashCode method + must consistently return the same integer, provided no information used in equals comparisons on the object is modified. This integer need not remain consistent from one execution of an - application to another execution of the same application. + application to another execution of the same application.
  • If two objects are equal according to the equals(Object) - method, then calling the hashCode method on each of - the two objects must produce the same integer result. -
  • It is not required that if two objects are unequal - according to the Object.equals(java.lang.Object) - method, then calling the hashCode method on each of the - two objects must produce distinct integer results. However, the - programmer should be aware that producing distinct integer results + method, then calling the hashCode method on each of + the two objects must produce the same integer result. +
  • It is not required that if two objects are unequal + according to the Object.equals(java.lang.Object) + method, then calling the hashCode method on each of the + two objects must produce distinct integer results. However, the + programmer should be aware that producing distinct integer results for unequal objects may improve the performance of hashtables.

- As much as is reasonably practical, the hashCode method defined by - class Object does return distinct integers for distinct - objects. (This is typically implemented by converting the internal - address of the object into an integer, but this implementation - technique is not required by the + As much as is reasonably practical, the hashCode method defined by + class Object does return distinct integers for distinct + objects. (This is typically implemented by converting the internal + address of the object into an integer, but this implementation + technique is not required by the JavaTM programming language.)

The hash code of a multiset entry for element element and @@ -322,7 +322,7 @@ int hashCode()

-
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), +
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multiset.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multiset.html index f7b3adf..bde8181 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multiset.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multiset.html @@ -524,7 +524,7 @@ boolean equals(Object.hashCode(), + argument; false otherwise.
See Also:
Object.hashCode(), Hashtable
@@ -547,7 +547,7 @@ int hashCode()
-
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), +
Returns:
a hash code value for this object.
See Also:
Object.equals(java.lang.Object), Hashtable
@@ -558,18 +558,18 @@ toString
 String toString()
-
Returns a string representation of the object. In general, the - toString method returns a string that - "textually represents" this object. The result should - be a concise but informative representation that is easy for a +
Returns a string representation of the object. In general, the + toString method returns a string that + "textually represents" this object. The result should + be a concise but informative representation that is easy for a person to read. It is recommended that all subclasses override this method.

- The toString method for class Object - returns a string consisting of the name of the class of which the - object is an instance, the at-sign character `@', and - the unsigned hexadecimal representation of the hash code of the - object. In other words, this method returns a string equal to the + The toString method for class Object + returns a string consisting of the name of the class of which the + object is an instance, the at-sign character `@', and + the unsigned hexadecimal representation of the hash code of the + object. In other words, this method returns a string equal to the value of:

@@ -719,7 +719,7 @@ boolean removeAll(Collection.remove(Object), 
+         call
See Also:
Collection.remove(Object), Collection.contains(Object)
@@ -745,7 +745,7 @@ boolean retainAll(Collection.remove(Object), + call
See Also:
Collection.remove(Object), Collection.contains(Object)
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multisets.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multisets.html index c5f4588..88cc906 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multisets.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Multisets.html @@ -170,7 +170,7 @@ Provides static utility methods for creating and working with
@@ -187,7 +187,7 @@ Provides static utility methods for creating and working with @@ -204,7 +204,7 @@ Provides static utility methods for creating and working with @@ -268,7 +268,7 @@ Provides static utility methods for creating and working with diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Ordering.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Ordering.html index c4885b3..5f98119 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Ordering.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Ordering.html @@ -168,7 +168,7 @@ A base class for @@ -186,7 +186,7 @@ E
-<K extends Comparable,V extends Comparable> +<K extends Comparable,V extends Comparable>
TreeMultimap<K,V>
-<E extends Enum<E>> +<E extends Enum<E>>
EnumMultiset<E>
-<E extends Enum<E>> +<E extends Enum<E>>
EnumMultiset<E>
-<E extends Enum<E>> +<E extends Enum<E>>
EnumMultiset<E>
-<E extends Comparable> +<E extends Comparable>
TreeMultiset<E>
-<E extends T> +<E extends T>
E
@@ -206,7 +206,7 @@ E
-<E extends T> +<E extends T>
E
@@ -223,7 +223,7 @@ E
-<E extends T> +<E extends T>
E
@@ -241,7 +241,7 @@ E
-<E extends T> +<E extends T>
E
@@ -261,7 +261,7 @@ E
-<E extends T> +<E extends T>
E
@@ -278,7 +278,7 @@ E
-<E extends T> +<E extends T>
E
@@ -330,7 +330,7 @@ E
-<T extends Comparable> +<T extends Comparable>
Ordering<T>
@@ -397,7 +397,7 @@ public static <T extends NullPointerException when passed a null parameter. - +

The type specification is <T extends Comparable>, instead of the more specific <T extends Comparable<? super T>>, to support classes defined without generics. @@ -489,7 +489,7 @@ public <E extends Sets.newTreeSet(Comparator, Iterable), this method does - not collapse elements that compare as zero, and the resulting collection + not collapse elements that compare as zero, and the resulting collection does not maintain its own sort order.

diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ReferenceMap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ReferenceMap.html index 9fa7b30..6b0f47e 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ReferenceMap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/ReferenceMap.html @@ -508,7 +508,7 @@ public java.util.concurrent.ConcurrentMap
Replace entry for key only if currently mapped to some value. Acts as -
 
+ 
   if ((map.containsKey(key)) {
      return map.put(key, value);
  } else return null;
@@ -569,7 +569,7 @@ public boolean replace(java.util.concurrent.ConcurrentMap
Replace entry for key only if currently mapped to given value. Acts as -
 
+ 
   if ((map.containsKey(key) && map.get(key).equals(oldValue)) {
      map.put(key, newValue);
      return true;
@@ -617,7 +617,7 @@ public boolean remove(java.util.concurrent.ConcurrentMap
Remove entry for key only if currently mapped to given value. Acts as -
 
+ 
   if ((map.containsKey(key) && map.get(key).equals(value)) {
      map.remove(key);
      return true;
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Serialization.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Serialization.html
index 1ebac62..4291f2c 100755
--- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Serialization.html
+++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Serialization.html
@@ -269,7 +269,7 @@ public static <K,V> void writeMap(
 
Stores the contents of a multiset in an output stream, as part of serialization. It does not support concurrent multisets whose content may - change while the method is running. - + change while the method is running. +

The serialized output consists of the number of distinct elements, the first element, its count, the second element, its count, and so on.

@@ -354,7 +354,7 @@ public static <K,V> void writeMultimap(Multimap.asMap() view determines the ordering in which data is written to the stream. - +

The serialized output consists of the number of distinct keys, and then for each distinct key: the key, the number of values for that key, and the key's values. diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/SetMultimap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/SetMultimap.html index 1995ed6..a752cea 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/SetMultimap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/SetMultimap.html @@ -213,7 +213,7 @@ get

Changes to the returned collection will update the underlying multimap, and vice versa. - +

Because a SetMultimap has unique values for a given key, this method returns a Set, instead of the Collection specified in the Multimap interface. @@ -235,7 +235,7 @@ removeAll Object key)

Removes all values associated with a given key. - +

Because a SetMultimap has unique values for a given key, this method returns a Set, instead of the Collection specified in the Multimap interface. @@ -261,7 +261,7 @@ replaceValues

Stores a collection of values with the same key, replacing any existing values for that key. - +

Because a SetMultimap has unique values for a given key, this method returns a Set, instead of the Collection specified in the Multimap interface. @@ -289,7 +289,7 @@ entries

Returns a collection of all key-value pairs. Changes to the returned collection will update the underlying multimap, and vice versa. The entries collection does not support the add or addAll operations. - +

Because a SetMultimap has unique values for a given key, this method returns a Set, instead of the Collection specified in the Multimap interface. @@ -348,7 +348,7 @@ boolean equals(Object.hashCode(), + argument; false otherwise.

See Also:
Object.hashCode(), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Sets.SetView.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Sets.SetView.html index cb4ee5c..3d71b3f 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Sets.SetView.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Sets.SetView.html @@ -145,7 +145,7 @@ An unmodifiable view of a set which may be backed by other sets; this view
-<E extends T> +<E extends T>
List<E>
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Sets.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Sets.html index 36178da..589c999 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Sets.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/Sets.html @@ -142,7 +142,7 @@ Static utility methods pertaining to @@ -160,7 +160,7 @@ Static utility methods pertaining to @@ -211,7 +211,7 @@ Static utility methods pertaining to @@ -308,7 +308,7 @@ Static utility methods pertaining to @@ -462,7 +462,7 @@ Static utility methods pertaining to @@ -546,7 +546,7 @@ Static utility methods pertaining to @@ -564,7 +564,7 @@ Static utility methods pertaining to @@ -582,7 +582,7 @@ Static utility methods pertaining to @@ -923,7 +923,7 @@ public static <E extends ImmutableSortedSet.of(Comparable...). - +

Please see the notice in newHashSet(Object...) about a relevant javac bug.

@@ -946,7 +946,7 @@ public static <E extends TreeSet.TreeSet(SortedSet), which returns a TreeSet with - that comparator. + that comparator.

Note: if you need an immutable sorted set without nulls, you should use ImmutableSortedSet.copyOf(Iterable). @@ -1002,7 +1002,7 @@ public static <E> newHashSet(Object...) about a relevant javac bug.

@@ -1071,7 +1071,7 @@ public static <E> IdentityHashMap handles key lookups. - +

The referenceType parameter specifies the kind of reference that the returned set uses: ReferenceType.STRONG, ReferenceType.WEAK, or ReferenceType.SOFT. The returned set @@ -1245,7 +1245,7 @@ public static <T> IllegalArgumentException if an @@ -1253,21 +1253,21 @@ public static <T> Iterator.remove() on the underlying collection's iterator. Consequently, methods like the following throw an - UnsupportedOperationException. + UnsupportedOperationException.

  Sets.filter(Sets.filter(set, predicate1),
-     predicate2)).clear();
+ predicate2)).clear(); Instead, call Predicates.and(Predicate, Predicate) to combine the predicates and pass the combined predicate to this method. diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/TreeMultimap.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/TreeMultimap.html index 0d231a5..0695d33 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/TreeMultimap.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/TreeMultimap.html @@ -725,7 +725,7 @@ public boolean equals(Object.hashCode(), + argument; false otherwise.
See Also:
Object.hashCode(), Hashtable
diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/TreeMultiset.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/TreeMultiset.html index fec7d77..fea79be 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/TreeMultiset.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/TreeMultiset.html @@ -553,7 +553,7 @@ public Entry instances themselves don't even have methods for modification. See the specific implementation class for more details on how its entry set handles modifications. - +

Invoking Multiset.Entry.getCount() on an entry in the returned set always returns the current count of that element in the multiset, as opposed to the count at the time the entry was retrieved. diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/package-summary.html b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/package-summary.html index e003377..9265abb 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/package-summary.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/com/google/common/collect/package-summary.html @@ -482,10 +482,10 @@ This package contains generic collection interfaces and implementations, and

An extension of SetMultimap for which the collection values associated with a given key is a SortedSet. - +
ClassToInstanceMap
An extension of Map that associates a raw type with an - instance of that type. + instance of that type.

Collection Implementations

@@ -568,17 +568,17 @@ This package contains generic collection interfaces and implementations, and
Comparators
Ordering - +

Constraints

- +
Constraint
Constraints
MapConstraint -
MapConstraints +
MapConstraints

Forwarding collections

- +
ForwardingCollection
ForwardingConcurrentMap diff --git a/KezvhLib/lib/com.google.com.collect/javadoc/index-all.html b/KezvhLib/lib/com.google.com.collect/javadoc/index-all.html index 8f92a7f..2330727 100755 --- a/KezvhLib/lib/com.google.com.collect/javadoc/index-all.html +++ b/KezvhLib/lib/com.google.com.collect/javadoc/index-all.html @@ -78,195 +78,195 @@ function windowTitle() A
AbstractIterable<E> - Class in com.google.common.collect
Provides an implementation of Object.toString() for Iterable - instances.
AbstractIterable() - + instances.
AbstractIterable() - Constructor for class com.google.common.collect.AbstractIterable
 
AbstractIterator<T> - Class in com.google.common.collect
This class provides a skeletal implementation of the Iterator interface, to make this interface easier to implement for certain types of - data sources.
AbstractIterator() - + data sources.
AbstractIterator() - Constructor for class com.google.common.collect.AbstractIterator
 
AbstractMapEntry<K,V> - Class in com.google.common.collect
Implementation of the equals, hashCode, and toString - methods of Entry.
AbstractMapEntry() - + methods of Entry.
AbstractMapEntry() - Constructor for class com.google.common.collect.AbstractMapEntry
 
AbstractMultiset<E> - Class in com.google.common.collect
This class provides a skeletal implementation of the Multiset - interface.
AbstractMultiset() - + interface.
AbstractMultiset() - Constructor for class com.google.common.collect.AbstractMultiset
 
AbstractMultisetEntry<E> - Class in com.google.common.collect
Implementation of the equals, hashCode, and toString - methods of Multiset.Entry.
AbstractMultisetEntry() - + methods of Multiset.Entry.
AbstractMultisetEntry() - Constructor for class com.google.common.collect.AbstractMultisetEntry
 
AbstractRemovableIterator<T> - Class in com.google.common.collect
A specialization of AbstractIterator for data sources which can - handle arbitrary removal by element, concurrently with iteration.
AbstractRemovableIterator() - + handle arbitrary removal by element, concurrently with iteration.
AbstractRemovableIterator() - Constructor for class com.google.common.collect.AbstractRemovableIterator
  -
add(E) - +
add(E) - Method in class com.google.common.collect.AbstractMultiset
Ensures that this collection contains the specified element. -
add(E, int) - +
add(E, int) - Method in class com.google.common.collect.AbstractMultiset
Adds a number of occurrences of an element to this multiset. -
add(E, int) - +
add(E, int) - Method in class com.google.common.collect.ConcurrentMultiset
Adds a number of occurrences of the specified element to this multiset. -
add(E) - +
add(E) - Method in class com.google.common.collect.ForwardingCollection
  -
add(int, E) - +
add(int, E) - Method in class com.google.common.collect.ForwardingList
  -
add(E) - +
add(E) - Method in class com.google.common.collect.ForwardingListIterator
  -
add(E, int) - +
add(E, int) - Method in class com.google.common.collect.ForwardingMultiset
  -
add(E) - +
add(E) - Method in class com.google.common.collect.ImmutableCollection
Guaranteed to throw an exception and leave the collection unmodified. -
add(int, E) - +
add(int, E) - Method in class com.google.common.collect.ImmutableList
Guaranteed to throw an exception and leave the list unmodified. -
add(E, int) - +
add(E, int) - Method in class com.google.common.collect.ImmutableMultiset
Guaranteed to throw an exception and leave the collection unmodified. -
add(E, int) - +
add(E, int) - Method in interface com.google.common.collect.Multiset
Adds a number of occurrences of an element to this multiset. -
add(E) - +
add(E) - Method in interface com.google.common.collect.Multiset
Adds a single occurrence of the specified element to this multiset. -
addAll(Collection<? extends E>) - +
addAll(Collection<? extends E>) - Method in class com.google.common.collect.AbstractMultiset
Adds all of the elements in the specified collection to this multiset. -
addAll(Collection<? extends E>) - +
addAll(Collection<? extends E>) - Method in class com.google.common.collect.ForwardingCollection
  -
addAll(int, Collection<? extends E>) - +
addAll(int, Collection<? extends E>) - Method in class com.google.common.collect.ForwardingList
  -
addAll(Collection<? extends E>) - +
addAll(Collection<? extends E>) - Method in class com.google.common.collect.ImmutableCollection
Guaranteed to throw an exception and leave the collection unmodified. -
addAll(int, Collection<? extends E>) - +
addAll(int, Collection<? extends E>) - Method in class com.google.common.collect.ImmutableList
Guaranteed to throw an exception and leave the list unmodified. -
addAll(Collection<T>, Iterable<? extends T>) - +
addAll(Collection<T>, Iterable<? extends T>) - Static method in class com.google.common.collect.Iterables
Adds all elements in iterable to collection. -
addAll(Collection<T>, Iterator<? extends T>) - +
addAll(Collection<T>, Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
Adds all elements in iterator to collection. -
all(Iterable<T>, Predicate<? super T>) - +
all(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
Returns true if every element in iterable satisfies the predicate. -
all(Iterator<T>, Predicate<? super T>) - +
all(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
Returns true if every element returned by iterator satisfies the given predicate. -
alwaysFalse() - +
alwaysFalse() - Static method in class com.google.common.base.Predicates
Returns a predicate that always evaluates to false. -
alwaysTrue() - +
alwaysTrue() - Static method in class com.google.common.base.Predicates
Returns a predicate that always evaluates to true. -
and(Iterable<? extends Predicate<? super T>>) - +
and(Iterable<? extends Predicate<? super T>>) - Static method in class com.google.common.base.Predicates
Returns a predicate that evaluates to true if each of its components evaluates to true. -
and(Predicate<? super T>...) - +
and(Predicate<? super T>...) - Static method in class com.google.common.base.Predicates
Returns a predicate that evaluates to true if each of its components evaluates to true. -
and(Predicate<? super T>, Predicate<? super T>) - +
and(Predicate<? super T>, Predicate<? super T>) - Static method in class com.google.common.base.Predicates
Returns a predicate that evaluates to true if both of its components evaluate to true. -
any(Iterable<T>, Predicate<? super T>) - +
any(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
Returns true if one or more elements in iterable satisfy the predicate. -
any(Iterator<T>, Predicate<? super T>) - +
any(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
Returns true if one or more elements returned by iterator satisfy the given predicate. -
apply(F) - +
apply(F) - Method in interface com.google.common.base.Function
Applies the function to an object of type F, resulting in an object of type T. -
apply(T) - +
apply(T) - Method in interface com.google.common.base.Predicate
Applies this predicate to the given object.
ArrayListMultimap<K,V> - Class in com.google.common.collect
Implementation of Multimap that uses an ArrayList to store - the values for a given key.
ArrayListMultimap() - + the values for a given key.
ArrayListMultimap() - Constructor for class com.google.common.collect.ArrayListMultimap
Constructs an empty ArrayListMultimap. -
ArrayListMultimap(int, int) - +
ArrayListMultimap(int, int) - Constructor for class com.google.common.collect.ArrayListMultimap
Constructs an empty ArrayListMultimap with the expected number of distinct keys and the expected number of values per distinct key. -
ArrayListMultimap(Multimap<? extends K, ? extends V>) - +
ArrayListMultimap(Multimap<? extends K, ? extends V>) - Constructor for class com.google.common.collect.ArrayListMultimap
Constructs an ArrayListMultimap with the same mappings as the specified Multimap. -
asEnumeration(Iterator<T>) - +
asEnumeration(Iterator<T>) - Static method in class com.google.common.collect.Iterators
Adapts an Iterator to the Enumeration interface. -
asList(E, E[]) - +
asList(E, E[]) - Static method in class com.google.common.collect.Lists
Returns an unmodifiable list containing the specified first element and backed by the specified array of additional elements. -
asList(E, E, E[]) - +
asList(E, E, E[]) - Static method in class com.google.common.collect.Lists
Returns an unmodifiable list containing the specified first and second element, and backed by the specified array of additional elements. -
asList(short[]) - +
asList(short[]) - Static method in class com.google.common.collect.PrimitiveArrays
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(T...). -
asList(int[]) - +
asList(int[]) - Static method in class com.google.common.collect.PrimitiveArrays
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(T...). -
asList(double[]) - +
asList(double[]) - Static method in class com.google.common.collect.PrimitiveArrays
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(T...). -
asList(float[]) - +
asList(float[]) - Static method in class com.google.common.collect.PrimitiveArrays
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(T...). -
asList(long[]) - +
asList(long[]) - Static method in class com.google.common.collect.PrimitiveArrays
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(T...). -
asList(char[]) - +
asList(char[]) - Static method in class com.google.common.collect.PrimitiveArrays
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(T...). -
asList(boolean[]) - +
asList(boolean[]) - Static method in class com.google.common.collect.PrimitiveArrays
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(T...). -
asList(byte[]) - +
asList(byte[]) - Static method in class com.google.common.collect.PrimitiveArrays
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(T...). -
asMap() - +
asMap() - Method in class com.google.common.collect.ForwardingMultimap
  -
asMap() - +
asMap() - Method in class com.google.common.collect.ImmutableMultimap
Returns an immutable map that associates each key with its corresponding values in the multimap. -
asMap() - +
asMap() - Method in interface com.google.common.collect.ListMultimap
Returns a map view that associates each key with the corresponding values in the multimap. -
asMap() - +
asMap() - Method in interface com.google.common.collect.Multimap
Returns a map view that associates each key with the corresponding values in the multimap. -
asMap() - +
asMap() - Method in interface com.google.common.collect.SetMultimap
Returns a map view that associates each key with the corresponding values in the multimap. -
asMap() - +
asMap() - Method in interface com.google.common.collect.SortedSetMultimap
Returns a map view that associates each key with the corresponding values in the multimap. @@ -276,26 +276,26 @@ Method in interface com.google.common.collect.BiMap<K,V> - Interface in com.google.common.collect
A bimap (or "bidirectional map") is a map that preserves the uniqueness of - its values as well as that of its keys.
binarySearch(List<? extends T>, T) - + its values as well as that of its keys.
binarySearch(List<? extends T>, T) - Method in class com.google.common.collect.Ordering
Searches sortedList for key using the binary search algorithm. -
build() - +
build() - Method in class com.google.common.collect.ImmutableBiMap.Builder
Returns a newly-created immutable bimap. -
build() - +
build() - Method in class com.google.common.collect.ImmutableMap.Builder
Returns a newly-created immutable map. -
build() - +
build() - Method in class com.google.common.collect.ImmutableMultimap.Builder
  -
builder() - +
builder() - Static method in class com.google.common.collect.ImmutableBiMap
Returns a new builder. -
builder() - +
builder() - Static method in class com.google.common.collect.ImmutableMap
Returns a new builder. -
builder() - +
builder() - Static method in class com.google.common.collect.ImmutableMultimap
Returns a new builder.
@@ -303,451 +303,451 @@ Static method in class com.google.common.collect.

C

-
checkArgument(boolean) - +
checkArgument(boolean) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method. -
checkArgument(boolean, Object) - +
checkArgument(boolean, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method. -
checkArgument(boolean, String, Object...) - +
checkArgument(boolean, String, Object...) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method. -
checkContentsNotNull(T) - +
checkContentsNotNull(T) - Static method in class com.google.common.base.Preconditions
Ensures that an Iterable object passed as a parameter to the calling method is not null and contains no null elements. -
checkContentsNotNull(T, Object) - +
checkContentsNotNull(T, Object) - Static method in class com.google.common.base.Preconditions
Ensures that an Iterable object passed as a parameter to the calling method is not null and contains no null elements. -
checkContentsNotNull(T, String, Object...) - +
checkContentsNotNull(T, String, Object...) - Static method in class com.google.common.base.Preconditions
Ensures that an Iterable object passed as a parameter to the calling method is not null and contains no null elements. -
checkElement(E) - +
checkElement(E) - Method in interface com.google.common.collect.Constraint
Throws a suitable RuntimeException if the specified element is illegal. -
checkKeyValue(K, V) - +
checkKeyValue(K, V) - Method in interface com.google.common.collect.MapConstraint
Throws a suitable RuntimeException if the specified key or value is illegal. -
checkNotNull(T) - +
checkNotNull(T) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null. -
checkNotNull(T, Object) - +
checkNotNull(T, Object) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null. -
checkNotNull(T, String, Object...) - +
checkNotNull(T, String, Object...) - Static method in class com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null. -
checkState(boolean) - +
checkState(boolean) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method. -
checkState(boolean, Object) - +
checkState(boolean, Object) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method. -
checkState(boolean, String, Object...) - +
checkState(boolean, String, Object...) - Static method in class com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
ClassToInstanceMap<B> - Interface in com.google.common.collect
A map, each entry of which maps a Java - raw type to an instance of that type.
clear() - + raw type to an instance of that type.
clear() - Method in class com.google.common.collect.AbstractMultiset
Removes all of the elements from this multiset. -
clear() - +
clear() - Method in class com.google.common.collect.ForwardingCollection
  -
clear() - +
clear() - Method in class com.google.common.collect.ForwardingMap
  -
clear() - +
clear() - Method in class com.google.common.collect.ForwardingMultimap
  -
clear() - +
clear() - Method in class com.google.common.collect.ImmutableCollection
Guaranteed to throw an exception and leave the collection unmodified. -
clear() - +
clear() - Method in class com.google.common.collect.ImmutableMap
Guaranteed to throw an exception and leave the map unmodified. -
clear() - +
clear() - Method in class com.google.common.collect.ImmutableMultimap
Guaranteed to throw an exception and leave the multimap unmodified. -
clear() - +
clear() - Method in interface com.google.common.collect.Multimap
Removes all key-value pairs from the multimap. -
clear() - +
clear() - Method in class com.google.common.collect.ReferenceMap
Removes all of the mappings from this map.
Collections2 - Class in com.google.common.collect
Provides static methods for working with Collection instances.
com.google.common.base - package com.google.common.base
Miscellaneous common util classes and annotations.
com.google.common.collect - package com.google.common.collect
This package contains generic collection interfaces and implementations, and - other utilities for working with collections.
comparator() - + other utilities for working with collections.
comparator() - Method in class com.google.common.collect.ForwardingSortedMap
  -
comparator() - +
comparator() - Method in class com.google.common.collect.ForwardingSortedSet
  -
comparator() - +
comparator() - Method in class com.google.common.collect.ImmutableSortedSet
Returns the comparator that orders the elements, which is Comparators.naturalOrder() when the natural ordering of the elements is used. -
Comparators - Class in com.google.common.collect
Standard comparators and utilities for creating and working with comparators.
compare(byte, byte) - +
Comparators - Class in com.google.common.collect
Standard comparators and utilities for creating and working with comparators.
compare(byte, byte) - Static method in class com.google.common.collect.Comparators
Compares the two specified byte values. -
compare(char, char) - +
compare(char, char) - Static method in class com.google.common.collect.Comparators
Compares the two specified char values. -
compare(short, short) - +
compare(short, short) - Static method in class com.google.common.collect.Comparators
Compares the two specified short values. -
compare(int, int) - +
compare(int, int) - Static method in class com.google.common.collect.Comparators
Compares the two specified int values. -
compare(long, long) - +
compare(long, long) - Static method in class com.google.common.collect.Comparators
Compares the two specified long values. -
compare(double, double) - +
compare(double, double) - Static method in class com.google.common.collect.Comparators
Compares the two specified double values. -
compare(float, float) - +
compare(float, float) - Static method in class com.google.common.collect.Comparators
Compares the two specified float values. -
compare(boolean, boolean) - +
compare(boolean, boolean) - Static method in class com.google.common.collect.Comparators
Compares the two specified boolean values. -
complementOf(Collection<E>) - +
complementOf(Collection<E>) - Static method in class com.google.common.collect.Sets
Creates an EnumSet consisting of all enum values that are not in the specified collection. -
complementOf(Collection<E>, Class<E>) - +
complementOf(Collection<E>, Class<E>) - Static method in class com.google.common.collect.Sets
Creates an EnumSet consisting of all enum values that are not in the specified collection. -
compose(Function<? super B, ? extends C>, Function<? super A, ? extends B>) - +
compose(Function<? super B, ? extends C>, Function<? super A, ? extends B>) - Static method in class com.google.common.base.Functions
Returns the composition of two functions. -
compose(Predicate<? super B>, Function<? super A, ? extends B>) - +
compose(Predicate<? super B>, Function<? super A, ? extends B>) - Static method in class com.google.common.base.Predicates
Returns the composition of a function and a predicate. -
compose(Function<? super F, ? extends T>, Supplier<? extends F>) - +
compose(Function<? super F, ? extends T>, Supplier<? extends F>) - Static method in class com.google.common.base.Suppliers
Returns a new supplier which is the composition of the provided function and supplier. -
compound(Comparator<? super T>, Comparator<? super T>) - +
compound(Comparator<? super T>, Comparator<? super T>) - Static method in class com.google.common.collect.Comparators
Returns a comparator which tries two comparators in order until a non-zero result is found, returning that result, and returning zero only if both comparators return zero. -
compound(Comparator<? super T>, Comparator<? super T>, Comparator<? super T>) - +
compound(Comparator<? super T>, Comparator<? super T>, Comparator<? super T>) - Static method in class com.google.common.collect.Comparators
Returns a comparator which tries three comparators in order until a non-zero result is found, returning that result, and returning zero only if all comparators return zero. -
compound(Comparator<? super T>, Comparator<? super T>, Comparator<? super T>, Comparator<? super T>) - +
compound(Comparator<? super T>, Comparator<? super T>, Comparator<? super T>, Comparator<? super T>) - Static method in class com.google.common.collect.Comparators
Returns a comparator which tries four comparators in order until a non-zero result is found, returning that result, and returning zero only if all comparators return zero. -
compound(Comparator<? super T>, Comparator<? super T>, Comparator<? super T>, Comparator<? super T>, Comparator<? super T>...) - +
compound(Comparator<? super T>, Comparator<? super T>, Comparator<? super T>, Comparator<? super T>, Comparator<? super T>...) - Static method in class com.google.common.collect.Comparators
Returns a comparator which tries each given comparator in order until a non-zero result is found, returning that result, and returning zero only if all comparators return zero. -
compound(Iterable<? extends Comparator<? super T>>) - +
compound(Iterable<? extends Comparator<? super T>>) - Static method in class com.google.common.collect.Comparators
Returns a comparator which tries each given comparator in order until a non-zero result is found, returning that result, and returning zero only if all comparators return zero. -
computeNext() - +
computeNext() - Method in class com.google.common.collect.AbstractIterator
Returns the next element. -
concat(Iterable<? extends T>, Iterable<? extends T>) - +
concat(Iterable<? extends T>, Iterable<? extends T>) - Static method in class com.google.common.collect.Iterables
Combines two iterables into a single iterable. -
concat(Iterable<? extends T>...) - +
concat(Iterable<? extends T>...) - Static method in class com.google.common.collect.Iterables
Combines multiple iterables into a single iterable. -
concat(Iterable<? extends Iterable<? extends T>>) - +
concat(Iterable<? extends Iterable<? extends T>>) - Static method in class com.google.common.collect.Iterables
Combines multiple iterables into a single iterable. -
concat(Iterator<? extends T>, Iterator<? extends T>) - +
concat(Iterator<? extends T>, Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
Combines two iterators into a single iterator. -
concat(Iterator<? extends T>...) - +
concat(Iterator<? extends T>...) - Static method in class com.google.common.collect.Iterators
Combines multiple iterators into a single iterator. -
concat(Iterator<? extends Iterator<? extends T>>) - +
concat(Iterator<? extends Iterator<? extends T>>) - Static method in class com.google.common.collect.Iterators
Combines multiple iterators into a single iterator. -
concat(T[], T[], Class<T>) - +
concat(T[], T[], Class<T>) - Static method in class com.google.common.collect.ObjectArrays
Returns a new array that contains the concatenated contents of two arrays.
ConcurrentMultiset<E> - Class in com.google.common.collect
A multiset that supports concurrent modifications and that provides atomic - versions of most Multiset operations (exceptions where noted).
ConcurrentMultiset() - + versions of most Multiset operations (exceptions where noted).
ConcurrentMultiset() - Constructor for class com.google.common.collect.ConcurrentMultiset
Creates an empty instance. -
ConcurrentMultiset(Collection<? extends E>) - +
ConcurrentMultiset(Collection<? extends E>) - Constructor for class com.google.common.collect.ConcurrentMultiset
Creates an instance that contains the elements in a given collection. -
constant(E) - +
constant(E) - Static method in class com.google.common.base.Functions
Creates a function that returns value for any input. -
constrainedBiMap(BiMap<K, V>, MapConstraint<? super K, ? super V>) - +
constrainedBiMap(BiMap<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
Returns a constrained view of the specified bimap, using the specified constraint. -
constrainedCollection(Collection<E>, Constraint<? super E>) - +
constrainedCollection(Collection<E>, Constraint<? super E>) - Static method in class com.google.common.collect.Constraints
Returns a constrained view of the specified collection, using the specified constraint. -
constrainedList(List<E>, Constraint<? super E>) - +
constrainedList(List<E>, Constraint<? super E>) - Static method in class com.google.common.collect.Constraints
Returns a constrained view of the specified list, using the specified constraint. -
constrainedListMultimap(ListMultimap<K, V>, MapConstraint<? super K, ? super V>) - +
constrainedListMultimap(ListMultimap<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
Returns a constrained view of the specified list multimap, using the specified constraint. -
constrainedMap(Map<K, V>, MapConstraint<? super K, ? super V>) - +
constrainedMap(Map<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
Returns a constrained view of the specified map, using the specified constraint. -
constrainedMultimap(Multimap<K, V>, MapConstraint<? super K, ? super V>) - +
constrainedMultimap(Multimap<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
Returns a constrained view of the specified multimap, using the specified constraint. -
constrainedMultiset(Multiset<E>, Constraint<? super E>) - +
constrainedMultiset(Multiset<E>, Constraint<? super E>) - Static method in class com.google.common.collect.Constraints
Returns a constrained view of the specified multiset, using the specified constraint. -
constrainedSet(Set<E>, Constraint<? super E>) - +
constrainedSet(Set<E>, Constraint<? super E>) - Static method in class com.google.common.collect.Constraints
Returns a constrained view of the specified set, using the specified constraint. -
constrainedSetMultimap(SetMultimap<K, V>, MapConstraint<? super K, ? super V>) - +
constrainedSetMultimap(SetMultimap<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
Returns a constrained view of the specified set multimap, using the specified constraint. -
constrainedSortedSet(SortedSet<E>, Constraint<? super E>) - +
constrainedSortedSet(SortedSet<E>, Constraint<? super E>) - Static method in class com.google.common.collect.Constraints
Returns a constrained view of the specified sorted set, using the specified constraint. -
constrainedSortedSetMultimap(SortedSetMultimap<K, V>, MapConstraint<? super K, ? super V>) - +
constrainedSortedSetMultimap(SortedSetMultimap<K, V>, MapConstraint<? super K, ? super V>) - Static method in class com.google.common.collect.MapConstraints
Returns a constrained view of the specified sorted-set multimap, using the specified constraint.
Constraint<E> - Interface in com.google.common.collect
A constraint that an element must satisfy in order to be added to a - collection.
Constraints - Class in com.google.common.collect
Factories and utilities pertaining to the Constraint interface.
contains(Object) - + collection.
Constraints - Class in com.google.common.collect
Factories and utilities pertaining to the Constraint interface.
contains(Object) - Method in class com.google.common.collect.AbstractMultiset
Returns true if this collection contains the specified element. -
contains(Object) - +
contains(Object) - Method in class com.google.common.collect.ForwardingCollection
  -
contains(Object) - +
contains(Object) - Method in class com.google.common.collect.ImmutableCollection
  -
contains(Object) - +
contains(Object) - Method in class com.google.common.collect.ImmutableMultiset
  -
contains(Iterable<?>, Object) - +
contains(Iterable<?>, Object) - Static method in class com.google.common.collect.Iterables
Returns true if iterable contains element; that is, any object for while equals(element) is true. -
contains(Iterator<?>, Object) - +
contains(Iterator<?>, Object) - Static method in class com.google.common.collect.Iterators
Returns true if iterator contains element. -
contains(Object) - +
contains(Object) - Method in interface com.google.common.collect.Multiset
Determines whether this multiset contains the specified element. -
containsAll(Collection<?>) - +
containsAll(Collection<?>) - Method in class com.google.common.collect.AbstractMultiset
Returns true if this multiset contains all of the elements in the specified collection. -
containsAll(Collection<?>) - +
containsAll(Collection<?>) - Method in class com.google.common.collect.ForwardingCollection
  -
containsAll(Collection<?>) - +
containsAll(Collection<?>) - Method in class com.google.common.collect.ImmutableCollection
  -
containsAll(Collection<?>) - +
containsAll(Collection<?>) - Method in interface com.google.common.collect.Multiset
Returns true if this multiset contains at least one occurrence of each element in the specified collection. -
containsEntry(Object, Object) - +
containsEntry(Object, Object) - Method in class com.google.common.collect.ForwardingMultimap
  -
containsEntry(Object, Object) - +
containsEntry(Object, Object) - Method in class com.google.common.collect.ImmutableMultimap
  -
containsEntry(Map<?, ?>, Object, Object) - +
containsEntry(Map<?, ?>, Object, Object) - Static method in class com.google.common.collect.Maps
Returns true if map contains an entry mapping key to value. -
containsEntry(Object, Object) - +
containsEntry(Object, Object) - Method in interface com.google.common.collect.Multimap
Returns true if the multimap contains the specified key-value pair. -
containsKey(Object) - +
containsKey(Object) - Method in class com.google.common.collect.ForwardingMap
  -
containsKey(Object) - +
containsKey(Object) - Method in class com.google.common.collect.ForwardingMultimap
  -
containsKey(Object) - +
containsKey(Object) - Method in class com.google.common.collect.ImmutableBiMap
  -
containsKey(Object) - +
containsKey(Object) - Method in class com.google.common.collect.ImmutableMap
  -
containsKey(Object) - +
containsKey(Object) - Method in class com.google.common.collect.ImmutableMultimap
  -
containsKey(Object) - +
containsKey(Object) - Method in interface com.google.common.collect.Multimap
Returns true if the multimap contains any values for the specified key. -
containsKey(Object) - +
containsKey(Object) - Method in class com.google.common.collect.ReferenceMap
Returns true if this map contains a mapping for the specified key. -
containsNull(Iterable<?>) - +
containsNull(Iterable<?>) - Static method in class com.google.common.collect.Iterables
Returns true if iterable contains at least one null element. -
containsNull(Iterator<?>) - +
containsNull(Iterator<?>) - Static method in class com.google.common.collect.Iterators
Returns true if iterator contains at least one null element. -
containsValue(Object) - +
containsValue(Object) - Method in class com.google.common.collect.ForwardingMap
  -
containsValue(Object) - +
containsValue(Object) - Method in class com.google.common.collect.ForwardingMultimap
  -
containsValue(Object) - +
containsValue(Object) - Method in class com.google.common.collect.ImmutableBiMap
  -
containsValue(Object) - +
containsValue(Object) - Method in class com.google.common.collect.ImmutableMap
  -
containsValue(Object) - +
containsValue(Object) - Method in class com.google.common.collect.ImmutableMultimap
  -
containsValue(Object) - +
containsValue(Object) - Method in interface com.google.common.collect.Multimap
Returns true if the multimap contains the specified value for any key. -
containsValue(Object) - +
containsValue(Object) - Method in class com.google.common.collect.ReferenceMap
Returns true if this map maps one or more keys to the specified value. -
copyInto(S) - +
copyInto(S) - Method in class com.google.common.collect.Sets.SetView
Copies the current contents of this set view into an existing set. -
copyOf(Map<? extends K, ? extends V>) - +
copyOf(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableBiMap
Returns an immutable bimap containing the same entries as map. -
copyOf(Iterable<? extends E>) - +
copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableList
Returns an immutable list containing the given elements, in order. -
copyOf(Iterator<? extends E>) - +
copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableList
Returns an immutable list containing the given elements, in order. -
copyOf(Map<? extends K, ? extends V>) - +
copyOf(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableMap
Returns an immutable map containing the same entries as map. -
copyOf(Multimap<? extends K, ? extends V>) - +
copyOf(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.ImmutableMultimap
Returns an immutable multimap containing the same mappings as multimap. -
copyOf(Iterable<? extends E>) - +
copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableMultiset
Returns an immutable multiset containing the given elements. -
copyOf(Iterator<? extends E>) - +
copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableMultiset
Returns an immutable multiset containing the given elements. -
copyOf(Iterable<? extends E>) - +
copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSet
Returns an immutable set containing the given elements, in order. -
copyOf(Iterator<? extends E>) - +
copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSet
Returns an immutable set containing the given elements, in order. -
copyOf(Iterable<? extends E>) - +
copyOf(Iterable<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by their natural ordering. -
copyOf(Iterator<? extends E>) - +
copyOf(Iterator<? extends E>) - Static method in class com.google.common.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by their natural ordering. -
copyOf(Iterable<? extends E>) - +
copyOf(Iterable<? extends E>) - Method in class com.google.common.collect.ImmutableSortedSet.Factory
Returns an immutable sorted set containing the given elements sorted by the factory's comparator. -
copyOf(Iterator<? extends E>) - +
copyOf(Iterator<? extends E>) - Method in class com.google.common.collect.ImmutableSortedSet.Factory
Returns an immutable sorted set containing the given elements sorted by the factory's comparator. -
copyOfSorted(SortedSet<E>) - +
copyOfSorted(SortedSet<E>) - Static method in class com.google.common.collect.ImmutableSortedSet
Returns an immutable sorted set containing the elements of a sorted set, sorted by the same Comparator. -
count(Object) - +
count(Object) - Method in class com.google.common.collect.AbstractMultiset
Returns the number of occurrences of an element in this multiset (the count of the element). -
count(Object) - +
count(Object) - Method in class com.google.common.collect.ConcurrentMultiset
Returns the number of occurrences of element in this multiset. -
count(Object) - +
count(Object) - Method in class com.google.common.collect.ForwardingMultiset
  -
count(Object) - +
count(Object) - Method in class com.google.common.collect.ImmutableMultiset
  -
count(Object) - +
count(Object) - Method in interface com.google.common.collect.Multiset
Returns the number of occurrences of an element in this multiset (the count of the element). -
count(Object) - +
count(Object) - Method in class com.google.common.collect.TreeMultiset
  -
create() - +
create() - Static method in class com.google.common.collect.HashMultiset
Creates a new empty HashMultiset using the default initial capacity. -
create(int) - +
create(int) - Static method in class com.google.common.collect.HashMultiset
Creates a new empty HashMultiset with the specified expected number of distinct elements. -
create(Iterable<? extends E>) - +
create(Iterable<? extends E>) - Static method in class com.google.common.collect.HashMultiset
Creates a new HashMultiset containing the specified elements. -
createElementSet() - +
createElementSet() - Method in class com.google.common.collect.AbstractMultiset
Creates a new instance of this multiset's element set, which will be returned by AbstractMultiset.elementSet. -
createElementSet() - +
createElementSet() - Method in class com.google.common.collect.TreeMultiset
  -
cycle(Iterable<T>) - +
cycle(Iterable<T>) - Static method in class com.google.common.collect.Iterables
Returns an iterable whose iterator cycles indefinitely over the elements of iterable. -
cycle(T...) - +
cycle(T...) - Static method in class com.google.common.collect.Iterables
Returns an iterable whose iterator cycles indefinitely over the provided elements. -
cycle(Iterable<T>) - +
cycle(Iterable<T>) - Static method in class com.google.common.collect.Iterators
Returns an iterator that cycles indefinitely over the elements of iterable. -
cycle(T...) - +
cycle(T...) - Static method in class com.google.common.collect.Iterators
Returns an iterator that cycles indefinitely over the provided elements.
@@ -755,49 +755,49 @@ Static method in class com.google.common.collect.

D

-
delegate() - +
delegate() - Method in class com.google.common.collect.ForwardingCollection
  -
delegate() - +
delegate() - Method in class com.google.common.collect.ForwardingConcurrentMap
  -
delegate() - +
delegate() - Method in class com.google.common.collect.ForwardingIterator
  -
delegate() - +
delegate() - Method in class com.google.common.collect.ForwardingList
  -
delegate() - +
delegate() - Method in class com.google.common.collect.ForwardingListIterator
  -
delegate() - +
delegate() - Method in class com.google.common.collect.ForwardingMap
  -
delegate() - +
delegate() - Method in class com.google.common.collect.ForwardingMapEntry
  -
delegate() - +
delegate() - Method in class com.google.common.collect.ForwardingMultimap
  -
delegate() - +
delegate() - Method in class com.google.common.collect.ForwardingMultiset
  -
delegate() - +
delegate() - Method in class com.google.common.collect.ForwardingObject
Returns the backing delegate instance that methods are forwarded to. -
delegate() - +
delegate() - Method in class com.google.common.collect.ForwardingQueue
  -
delegate() - +
delegate() - Method in class com.google.common.collect.ForwardingSet
  -
delegate() - +
delegate() - Method in class com.google.common.collect.ForwardingSortedMap
  -
delegate() - +
delegate() - Method in class com.google.common.collect.ForwardingSortedSet
  -
difference(Set<E>, Set<?>) - +
difference(Set<E>, Set<?>) - Static method in class com.google.common.collect.Sets
Returns an unmodifiable view of the difference of two sets.
@@ -805,31 +805,31 @@ Static method in class com.google.common.collect.

E

-
element() - +
element() - Method in class com.google.common.collect.ForwardingQueue
  -
elementsEqual(Iterable<?>, Iterable<?>) - +
elementsEqual(Iterable<?>, Iterable<?>) - Static method in class com.google.common.collect.Iterables
Determines whether two iterables contain equal elements in the same order. -
elementsEqual(Iterator<?>, Iterator<?>) - +
elementsEqual(Iterator<?>, Iterator<?>) - Static method in class com.google.common.collect.Iterators
Determines whether two iterators contain equal elements in the same order. -
elementSet() - +
elementSet() - Method in class com.google.common.collect.AbstractMultiset
Returns the set of distinct elements contained in this multiset. -
elementSet() - +
elementSet() - Method in class com.google.common.collect.ConcurrentMultiset
  -
elementSet() - +
elementSet() - Method in class com.google.common.collect.ForwardingMultiset
  -
elementSet() - +
elementSet() - Method in class com.google.common.collect.ImmutableMultiset
  -
elementSet() - +
elementSet() - Method in interface com.google.common.collect.Multiset
Returns the set of distinct elements contained in this multiset. -
elementSet() - +
elementSet() - Method in class com.google.common.collect.TreeMultiset
Returns the set of distinct elements contained in this multiset. The element set is backed by the same data as the multiset, so any change to @@ -843,159 +843,159 @@ Method in class com.google.common.collect.empty() - +
empty() - Static method in class com.google.common.collect.ImmutableMultimap
Returns the empty multimap. -
EMPTY_ARRAY - +
EMPTY_ARRAY - Static variable in class com.google.common.collect.ObjectArrays
An empty object array. -
emptyArray(T[]) - +
emptyArray(T[]) - Static method in class com.google.common.collect.ObjectArrays
Returns an empty array with the same component type as the specified array. -
emptyIterable() - +
emptyIterable() - Static method in class com.google.common.collect.Iterables
Returns the empty Iterable. -
emptyIterator() - +
emptyIterator() - Static method in class com.google.common.collect.Iterators
Returns the empty Iterator. -
emptyListIterator() - +
emptyListIterator() - Static method in class com.google.common.collect.Iterators
Returns the empty ListIterator. -
endOfData() - +
endOfData() - Method in class com.google.common.collect.AbstractIterator
Implementations of computeNext must invoke this method when there are no elements left in the iteration. -
entries() - +
entries() - Method in class com.google.common.collect.ForwardingMultimap
  -
entries() - +
entries() - Method in class com.google.common.collect.ImmutableMultimap
Returns an immutable collection of all key-value pairs in the multimap. -
entries() - +
entries() - Method in class com.google.common.collect.LinkedHashMultimap
Returns a set of all key-value pairs. -
entries() - +
entries() - Method in interface com.google.common.collect.Multimap
Returns a collection of all key-value pairs. -
entries() - +
entries() - Method in interface com.google.common.collect.SetMultimap
Returns a collection of all key-value pairs. -
entrySet() - +
entrySet() - Method in class com.google.common.collect.AbstractMultiset
  -
entrySet() - +
entrySet() - Method in class com.google.common.collect.ConcurrentMultiset
  -
entrySet() - +
entrySet() - Method in class com.google.common.collect.ForwardingMap
Returns a set view of the mappings contained in this map. -
entrySet() - +
entrySet() - Method in class com.google.common.collect.ForwardingMultiset
  -
entrySet() - +
entrySet() - Method in class com.google.common.collect.ImmutableBiMap
  -
entrySet() - +
entrySet() - Method in class com.google.common.collect.ImmutableMap
Returns an immutable set of the mappings in this map. -
entrySet() - +
entrySet() - Method in class com.google.common.collect.ImmutableMultiset
  -
entrySet() - +
entrySet() - Method in interface com.google.common.collect.Multiset
Returns a view of the contents of this multiset, grouped into Multiset.Entry instances, each providing an element of the multiset and the count of that element. -
entrySet() - +
entrySet() - Method in class com.google.common.collect.ReferenceMap
Returns a set view of the mappings contained in this map. -
EnumBiMap<K extends Enum<K>,V extends Enum<V>> - Class in com.google.common.collect
A BiMap backed by two EnumMap instances.
EnumBiMap(Class<K>, Class<V>) - +
EnumBiMap<K extends Enum<K>,V extends Enum<V>> - Class in com.google.common.collect
A BiMap backed by two EnumMap instances.
EnumBiMap(Class<K>, Class<V>) - Constructor for class com.google.common.collect.EnumBiMap
Constructs a new empty bimap using the specified key type and value type. -
EnumBiMap(Map<K, V>) - +
EnumBiMap(Map<K, V>) - Constructor for class com.google.common.collect.EnumBiMap
Constructs a new bimap with the same mappings as the specified map.
EnumHashBiMap<K extends Enum<K>,V> - Class in com.google.common.collect
A BiMap backed by an EnumMap instance for keys-to-values, and - a HashMap instance for values-to-keys.
EnumHashBiMap(Class<K>) - + a HashMap instance for values-to-keys.
EnumHashBiMap(Class<K>) - Constructor for class com.google.common.collect.EnumHashBiMap
Constructs a new empty bimap using the specified key type, sized to contain an entry for every possible key. -
EnumHashBiMap(Map<K, ? extends V>) - +
EnumHashBiMap(Map<K, ? extends V>) - Constructor for class com.google.common.collect.EnumHashBiMap
Constructs a new bimap with the same mappings as the specified map. -
EnumMultiset<E extends Enum<E>> - Class in com.google.common.collect
Multiset implementation backed by an EnumMap.
EnumMultiset(Class<E>) - +
EnumMultiset<E extends Enum<E>> - Class in com.google.common.collect
Multiset implementation backed by an EnumMap.
EnumMultiset(Class<E>) - Constructor for class com.google.common.collect.EnumMultiset
Creates an empty EnumMultiset. -
EnumMultiset(Iterable<E>) - +
EnumMultiset(Iterable<E>) - Constructor for class com.google.common.collect.EnumMultiset
Creates a new EnumMultiset containing the specified elements. -
equal(Object, Object) - +
equal(Object, Object) - Static method in class com.google.common.base.Objects
Determines whether two possibly-null objects are equal. -
equals(Object) - +
equals(Object) - Method in interface com.google.common.base.Function
Indicates whether some other object is equal to this Function. -
equals(Object) - +
equals(Object) - Method in interface com.google.common.base.Predicate
Indicates whether some other object is equal to this Predicate. -
equals(Object) - +
equals(Object) - Method in class com.google.common.collect.AbstractMapEntry
Indicates whether an object equals this entry, following the behavior specified in Map.Entry.equals(java.lang.Object). -
equals(Object) - +
equals(Object) - Method in class com.google.common.collect.AbstractMultiset
Indicates whether some other object is "equal to" this one. -
equals(Object) - +
equals(Object) - Method in class com.google.common.collect.AbstractMultisetEntry
Indicates whether an object equals this entry, following the behavior specified in Multiset.Entry.equals(java.lang.Object). -
equals(Object) - +
equals(Object) - Method in class com.google.common.collect.ForwardingList
  -
equals(Object) - +
equals(Object) - Method in class com.google.common.collect.ForwardingMap
  -
equals(Object) - +
equals(Object) - Method in class com.google.common.collect.ForwardingMapEntry
  -
equals(Object) - +
equals(Object) - Method in class com.google.common.collect.ForwardingMultimap
  -
equals(Object) - +
equals(Object) - Method in class com.google.common.collect.ForwardingMultiset
  -
equals(Object) - +
equals(Object) - Method in class com.google.common.collect.ForwardingSet
  -
equals(Object) - +
equals(Object) - Method in class com.google.common.collect.ImmutableBiMap
  -
equals(Object) - +
equals(Object) - Method in class com.google.common.collect.ImmutableMap
  -
equals(Object) - +
equals(Object) - Method in class com.google.common.collect.ImmutableMultimap
  -
equals(Object) - +
equals(Object) - Method in class com.google.common.collect.ImmutableMultiset
  -
equals(Object) - +
equals(Object) - Method in class com.google.common.collect.ImmutableSet
  -
equals(Object) - +
equals(Object) - Method in interface com.google.common.collect.ListMultimap
Compares the specified object to this multimap for equality. -
equals(Object) - +
equals(Object) - Method in interface com.google.common.collect.Multimap
Compares the specified object with this multimap for equality. -
equals(Object) - +
equals(Object) - Method in interface com.google.common.collect.Multiset.Entry
Indicates whether some other object is "equal to" this one. TODO: check this wrt TreeMultiset -
equals(Object) - +
equals(Object) - Method in interface com.google.common.collect.Multiset
Compares the specified object with this multiset for equality. -
equals(Object) - +
equals(Object) - Method in interface com.google.common.collect.SetMultimap
Compares the specified object to this multimap for equality.
@@ -1003,166 +1003,166 @@ Method in interface com.google.common.collect.

F

-
filter(Collection<T>, Predicate<? super T>) - +
filter(Collection<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Collections2
Returns the elements of unfiltered that satisfy a predicate. -
filter(Iterable<T>, Predicate<? super T>) - +
filter(Iterable<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterables
Returns the elements of unfiltered that satisfy a predicate. -
filter(Iterable<?>, Class<T>) - +
filter(Iterable<?>, Class<T>) - Static method in class com.google.common.collect.Iterables
Returns all instances of class type in unfiltered. -
filter(Iterator<T>, Predicate<? super T>) - +
filter(Iterator<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Iterators
Returns the elements of unfiltered that satisfy a predicate. -
filter(Iterator<?>, Class<T>) - +
filter(Iterator<?>, Class<T>) - Static method in class com.google.common.collect.Iterators
Returns all instances of class type in unfiltered. -
filter(Set<T>, Predicate<? super T>) - +
filter(Set<T>, Predicate<? super T>) - Static method in class com.google.common.collect.Sets
Returns the elements of unfiltered that satisfy a predicate.
FinalizablePhantomReference<T> - Class in com.google.common.base
Phantom reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the - referent.
FinalizablePhantomReference(T) - + referent.
FinalizablePhantomReference(T) - Constructor for class com.google.common.base.FinalizablePhantomReference
 
FinalizableSoftReference<T> - Class in com.google.common.base
Soft reference with a finalizeReferent() method which a background - thread invokes after the garbage collector reclaims the referent.
FinalizableSoftReference(T) - + thread invokes after the garbage collector reclaims the referent.
FinalizableSoftReference(T) - Constructor for class com.google.common.base.FinalizableSoftReference
 
FinalizableWeakReference<T> - Class in com.google.common.base
Weak reference with a finalizeReferent() method which a background - thread invokes after the garbage collector reclaims the referent.
FinalizableWeakReference(T) - + thread invokes after the garbage collector reclaims the referent.
FinalizableWeakReference(T) - Constructor for class com.google.common.base.FinalizableWeakReference
  -
find(Iterable<E>, Predicate<? super E>) - +
find(Iterable<E>, Predicate<? super E>) - Static method in class com.google.common.collect.Iterables
Returns the first element in iterable that satisfies the given predicate. -
find(Iterator<E>, Predicate<? super E>) - +
find(Iterator<E>, Predicate<? super E>) - Static method in class com.google.common.collect.Iterators
Returns the first element in iterator that satisfies the given predicate. -
first() - +
first() - Method in class com.google.common.collect.ForwardingSortedSet
  -
firstKey() - +
firstKey() - Method in class com.google.common.collect.ForwardingSortedMap
  -
firstNonNull(T, T) - +
firstNonNull(T, T) - Static method in class com.google.common.base.Objects
Returns the first of two given parameters that is not null, if either is, or otherwise throws a NullPointerException. -
forArray(T[], int, int) - +
forArray(T[], int, int) - Static method in class com.google.common.collect.Iterators
Returns an iterator containing the elements in the specified range of array in order. -
forcePut(K, V) - +
forcePut(K, V) - Method in interface com.google.common.collect.BiMap
An alternate form of put that silently removes any existing entry with the value value before proceeding with the BiMap.put(K, V) operation. -
forcePut(K, V) - +
forcePut(K, V) - Method in class com.google.common.collect.EnumHashBiMap
  -
forcePut(K, V) - +
forcePut(K, V) - Method in class com.google.common.collect.HashBiMap
  -
forcePut(K, V) - +
forcePut(K, V) - Method in class com.google.common.collect.ImmutableBiMap
Guaranteed to throw an exception and leave the bimap unmodified. -
forComparator(Comparator<T>) - +
forComparator(Comparator<T>) - Static method in class com.google.common.collect.Ordering
Returns an ordering for comparator. -
forEnumeration(Enumeration<T>) - +
forEnumeration(Enumeration<T>) - Static method in class com.google.common.collect.Iterators
Adapts an Enumeration to the Iterator interface. -
forIterable(Iterable<T>) - +
forIterable(Iterable<T>) - Static method in class com.google.common.collect.Collections2
Returns a limited Collection view of the given Iterable, or the Iterable itself if it is already a Collection (in which case the rest of this documentation does not apply). -
forMap(Map<? super A, ? extends B>) - +
forMap(Map<? super A, ? extends B>) - Static method in class com.google.common.base.Functions
Returns a function which performs a map lookup. -
forMap(Map<? super A, ? extends B>, B) - +
forMap(Map<? super A, ? extends B>, B) - Static method in class com.google.common.base.Functions
Returns a function which performs a map lookup with a default value. -
forMap(Map<K, V>) - +
forMap(Map<K, V>) - Static method in class com.google.common.collect.Multimaps
Returns a multimap view of the specified map. -
forPredicate(Predicate<? super T>) - +
forPredicate(Predicate<? super T>) - Static method in class com.google.common.base.Functions
Creates a function that returns the same boolean output as the given predicate for all inputs. -
forSet(Set<E>) - +
forSet(Set<E>) - Static method in class com.google.common.collect.Multisets
Returns a multiset view of the specified set. -
ForwardingCollection<E> - Class in com.google.common.collect
A collection which forwards all its method calls to another collection.
ForwardingCollection() - +
ForwardingCollection<E> - Class in com.google.common.collect
A collection which forwards all its method calls to another collection.
ForwardingCollection() - Constructor for class com.google.common.collect.ForwardingCollection
 
ForwardingConcurrentMap<K,V> - Class in com.google.common.collect
A concurrent map which forwards all its method calls to another concurrent - map.
ForwardingConcurrentMap() - + map.
ForwardingConcurrentMap() - Constructor for class com.google.common.collect.ForwardingConcurrentMap
  -
ForwardingIterator<T> - Class in com.google.common.collect
An iterator which forwards all its method calls to another iterator.
ForwardingIterator() - +
ForwardingIterator<T> - Class in com.google.common.collect
An iterator which forwards all its method calls to another iterator.
ForwardingIterator() - Constructor for class com.google.common.collect.ForwardingIterator
  -
ForwardingList<E> - Class in com.google.common.collect
A list which forwards all its method calls to another list.
ForwardingList() - +
ForwardingList<E> - Class in com.google.common.collect
A list which forwards all its method calls to another list.
ForwardingList() - Constructor for class com.google.common.collect.ForwardingList
 
ForwardingListIterator<E> - Class in com.google.common.collect
A list iterator which forwards all its method calls to another list - iterator.
ForwardingListIterator() - + iterator.
ForwardingListIterator() - Constructor for class com.google.common.collect.ForwardingListIterator
  -
ForwardingMap<K,V> - Class in com.google.common.collect
A map which forwards all its method calls to another map.
ForwardingMap() - +
ForwardingMap<K,V> - Class in com.google.common.collect
A map which forwards all its method calls to another map.
ForwardingMap() - Constructor for class com.google.common.collect.ForwardingMap
  -
ForwardingMapEntry<K,V> - Class in com.google.common.collect
A map entry which forwards all its method calls to another map entry.
ForwardingMapEntry() - +
ForwardingMapEntry<K,V> - Class in com.google.common.collect
A map entry which forwards all its method calls to another map entry.
ForwardingMapEntry() - Constructor for class com.google.common.collect.ForwardingMapEntry
  -
ForwardingMultimap<K,V> - Class in com.google.common.collect
A multimap which forwards all its method calls to another multimap.
ForwardingMultimap() - +
ForwardingMultimap<K,V> - Class in com.google.common.collect
A multimap which forwards all its method calls to another multimap.
ForwardingMultimap() - Constructor for class com.google.common.collect.ForwardingMultimap
  -
ForwardingMultiset<E> - Class in com.google.common.collect
A multiset which forwards all its method calls to another multiset.
ForwardingMultiset() - +
ForwardingMultiset<E> - Class in com.google.common.collect
A multiset which forwards all its method calls to another multiset.
ForwardingMultiset() - Constructor for class com.google.common.collect.ForwardingMultiset
 
ForwardingObject - Class in com.google.common.collect
An abstract base class for implementing the decorator pattern.
ForwardingObject() - + href="http://en.wikipedia.org/wiki/Decorator_pattern">decorator pattern.
ForwardingObject() - Constructor for class com.google.common.collect.ForwardingObject
Sole constructor. -
ForwardingQueue<E> - Class in com.google.common.collect
A queue which forwards all its method calls to another queue.
ForwardingQueue() - +
ForwardingQueue<E> - Class in com.google.common.collect
A queue which forwards all its method calls to another queue.
ForwardingQueue() - Constructor for class com.google.common.collect.ForwardingQueue
  -
ForwardingSet<E> - Class in com.google.common.collect
A set which forwards all its method calls to another set.
ForwardingSet() - +
ForwardingSet<E> - Class in com.google.common.collect
A set which forwards all its method calls to another set.
ForwardingSet() - Constructor for class com.google.common.collect.ForwardingSet
  -
ForwardingSortedMap<K,V> - Class in com.google.common.collect
A sorted map which forwards all its method calls to another sorted map.
ForwardingSortedMap() - +
ForwardingSortedMap<K,V> - Class in com.google.common.collect
A sorted map which forwards all its method calls to another sorted map.
ForwardingSortedMap() - Constructor for class com.google.common.collect.ForwardingSortedMap
  -
ForwardingSortedSet<E> - Class in com.google.common.collect
A sorted set which forwards all its method calls to another sorted set.
ForwardingSortedSet() - +
ForwardingSortedSet<E> - Class in com.google.common.collect
A sorted set which forwards all its method calls to another sorted set.
ForwardingSortedSet() - Constructor for class com.google.common.collect.ForwardingSortedSet
  -
frequency(Iterable<?>, Object) - +
frequency(Iterable<?>, Object) - Static method in class com.google.common.collect.Iterables
Returns the number of elements in the specified iterable that equal the specified object. -
frequency(Iterator<?>, Object) - +
frequency(Iterator<?>, Object) - Static method in class com.google.common.collect.Iterators
Returns the number of elements in the specified iterator that equal the specified object. -
frequencyOrder(Multiset<?>) - +
frequencyOrder(Multiset<?>) - Static method in class com.google.common.collect.Multisets
Returns a comparator that orders elements according to their increasing frequency in a multiset. -
fromFunction(Function<F, T>) - +
fromFunction(Function<F, T>) - Static method in class com.google.common.collect.Comparators
Creates a comparator that compares any two items by applying a function to each of them and using the natural ordering of the results. -
fromFunction(Function<F, T>, Comparator<? super T>) - +
fromFunction(Function<F, T>, Comparator<? super T>) - Static method in class com.google.common.collect.Comparators
Creates a comparator that compares any two items by applying a function to each of them and using the supplied comparator to compare the results. -
fromProperties(Properties) - +
fromProperties(Properties) - Static method in class com.google.common.collect.Maps
Creates a Map<String, String> from a Properties instance.
Function<F,T> - Interface in com.google.common.base
A transformation from one object to another.
Functions - Class in com.google.common.base
Useful functions.
@@ -1170,95 +1170,95 @@ Static method in class com.google.common.collect.

G

-
get() - +
get() - Method in interface com.google.common.base.Supplier
Retrieves an instance of the appropriate type. -
get(int) - +
get(int) - Method in class com.google.common.collect.ForwardingList
  -
get(Object) - +
get(Object) - Method in class com.google.common.collect.ForwardingMap
  -
get(K) - +
get(K) - Method in class com.google.common.collect.ForwardingMultimap
  -
get(Object) - +
get(Object) - Method in class com.google.common.collect.ImmutableBiMap
  -
get(Object) - +
get(Object) - Method in class com.google.common.collect.ImmutableMap
  -
get(K) - +
get(K) - Method in class com.google.common.collect.ImmutableMultimap
Returns an immutable list of the values for the given key. -
get(Iterable<T>, int) - +
get(Iterable<T>, int) - Static method in class com.google.common.collect.Iterables
Returns the element at the specified position in an iterable. -
get(Iterator<T>, int) - +
get(Iterator<T>, int) - Static method in class com.google.common.collect.Iterators
Advances iterator position + 1 times, returning the element at the positionth position. -
get(K) - +
get(K) - Method in interface com.google.common.collect.ListMultimap
Returns a collection view of all values associated with a key. -
get(K) - +
get(K) - Method in interface com.google.common.collect.Multimap
Returns a collection view of all values associated with a key. -
get(Object) - +
get(Object) - Method in class com.google.common.collect.ReferenceMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key. -
get(K) - +
get(K) - Method in interface com.google.common.collect.SetMultimap
Returns a collection view of all values associated with a key. -
get(K) - +
get(K) - Method in interface com.google.common.collect.SortedSetMultimap
Returns a collection view of all values associated with a key. -
getCount() - +
getCount() - Method in interface com.google.common.collect.Multiset.Entry
Returns the count of the associated element in the underlying multiset. -
getElement() - +
getElement() - Method in interface com.google.common.collect.Multiset.Entry
Returns the multiset element corresponding to this entry. -
getInstance(Class<T>) - +
getInstance(Class<T>) - Method in interface com.google.common.collect.ClassToInstanceMap
Returns the value the specified class is mapped to, or null if no entry for this class is present. -
getKey() - +
getKey() - Method in class com.google.common.collect.AbstractMapEntry
  -
getKey() - +
getKey() - Method in class com.google.common.collect.ForwardingMapEntry
  -
getLast(Iterable<T>) - +
getLast(Iterable<T>) - Static method in class com.google.common.collect.Iterables
Returns the last element of iterable. -
getLast(Iterator<T>) - +
getLast(Iterator<T>) - Static method in class com.google.common.collect.Iterators
Advances iterator to the end, returning the last element. -
getOnlyElement(Iterable<T>) - +
getOnlyElement(Iterable<T>) - Static method in class com.google.common.collect.Iterables
Returns the single element contained in iterable. -
getOnlyElement(Iterable<T>, T) - +
getOnlyElement(Iterable<T>, T) - Static method in class com.google.common.collect.Iterables
Returns the single element contained in iterable, or defaultValue if the iterable is empty. -
getOnlyElement(Iterator<T>) - +
getOnlyElement(Iterator<T>) - Static method in class com.google.common.collect.Iterators
Returns the single element contained in iterator. -
getOnlyElement(Iterator<T>, T) - +
getOnlyElement(Iterator<T>, T) - Static method in class com.google.common.collect.Iterators
Returns the single element contained in iterator, or defaultValue if the iterator is empty. -
getValue() - +
getValue() - Method in class com.google.common.collect.AbstractMapEntry
  -
getValue() - +
getValue() - Method in class com.google.common.collect.ForwardingMapEntry
  -
givenOrder(List<? extends T>) - +
givenOrder(List<? extends T>) - Static method in class com.google.common.collect.Comparators
Returns a comparator that compares objects according to the order in which they appear in the given list. -
givenOrder(T, T...) - +
givenOrder(T, T...) - Static method in class com.google.common.collect.Comparators
Returns the comparator that compares objects according to the order in which they are given to this method. @@ -1267,98 +1267,98 @@ Static method in class com.google.common.collect.

H

-
HashBiMap<K,V> - Class in com.google.common.collect
A BiMap backed by two HashMap instances.
HashBiMap() - +
HashBiMap<K,V> - Class in com.google.common.collect
A BiMap backed by two HashMap instances.
HashBiMap() - Constructor for class com.google.common.collect.HashBiMap
Constructs a new empty bimap with the default initial capacity (16). -
HashBiMap(int) - +
HashBiMap(int) - Constructor for class com.google.common.collect.HashBiMap
Constructs a new empty bimap with the specified expected size. -
HashBiMap(Map<? extends K, ? extends V>) - +
HashBiMap(Map<? extends K, ? extends V>) - Constructor for class com.google.common.collect.HashBiMap
Constructs a new bimap containing initial values from map. -
hashCode(Object...) - +
hashCode(Object...) - Static method in class com.google.common.base.Objects
Generates a hash code for multiple values. -
hashCode() - +
hashCode() - Method in class com.google.common.collect.AbstractMapEntry
Return this entry's hash code, following the behavior specified in Map.Entry.hashCode(). -
hashCode() - +
hashCode() - Method in class com.google.common.collect.AbstractMultiset
Returns a hash code value for the object. -
hashCode() - +
hashCode() - Method in class com.google.common.collect.AbstractMultisetEntry
Return this entry's hash code, following the behavior specified in Multiset.Entry.hashCode(). -
hashCode() - +
hashCode() - Method in class com.google.common.collect.ForwardingList
  -
hashCode() - +
hashCode() - Method in class com.google.common.collect.ForwardingMap
  -
hashCode() - +
hashCode() - Method in class com.google.common.collect.ForwardingMapEntry
  -
hashCode() - +
hashCode() - Method in class com.google.common.collect.ForwardingMultimap
  -
hashCode() - +
hashCode() - Method in class com.google.common.collect.ForwardingMultiset
  -
hashCode() - +
hashCode() - Method in class com.google.common.collect.ForwardingSet
  -
hashCode() - +
hashCode() - Method in class com.google.common.collect.ImmutableBiMap
  -
hashCode() - +
hashCode() - Method in class com.google.common.collect.ImmutableMap
  -
hashCode() - +
hashCode() - Method in class com.google.common.collect.ImmutableMultimap
  -
hashCode() - +
hashCode() - Method in class com.google.common.collect.ImmutableMultiset
  -
hashCode() - +
hashCode() - Method in class com.google.common.collect.ImmutableSet
  -
hashCode() - +
hashCode() - Method in interface com.google.common.collect.Multimap
Returns the hash code for this multimap. -
hashCode() - +
hashCode() - Method in interface com.google.common.collect.Multiset.Entry
Returns a hash code value for the object. -
hashCode() - +
hashCode() - Method in interface com.google.common.collect.Multiset
Returns the hash code for this multiset. -
HashMultimap<K,V> - Class in com.google.common.collect
Implementation of Multimap using hash tables.
HashMultimap() - +
HashMultimap<K,V> - Class in com.google.common.collect
Implementation of Multimap using hash tables.
HashMultimap() - Constructor for class com.google.common.collect.HashMultimap
Constructs an empty HashMultimap. -
HashMultimap(Multimap<? extends K, ? extends V>) - +
HashMultimap(Multimap<? extends K, ? extends V>) - Constructor for class com.google.common.collect.HashMultimap
Constructs a HashMultimap with the same mappings as the specified Multimap. -
HashMultiset<E> - Class in com.google.common.collect
Multiset implementation backed by a HashMap.
HashMultiset() - +
HashMultiset<E> - Class in com.google.common.collect
Multiset implementation backed by a HashMap.
HashMultiset() - Constructor for class com.google.common.collect.HashMultiset
Constructs a new empty HashMultiset using the default initial capacity. -
hasNext() - +
hasNext() - Method in class com.google.common.collect.AbstractIterator
  -
hasNext() - +
hasNext() - Method in class com.google.common.collect.ForwardingIterator
  -
hasPrevious() - +
hasPrevious() - Method in class com.google.common.collect.ForwardingListIterator
  -
headMap(K) - +
headMap(K) - Method in class com.google.common.collect.ForwardingSortedMap
  -
headSet(E) - +
headSet(E) - Method in class com.google.common.collect.ForwardingSortedSet
  -
headSet(E) - +
headSet(E) - Method in class com.google.common.collect.ImmutableSortedSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement. @@ -1367,131 +1367,131 @@ Method in class com.google.common.collect.

I

-
identity() - +
identity() - Static method in class com.google.common.base.Functions
Returns the identity function. -
ImmutableBiMap<K,V> - Class in com.google.common.collect
An immutable BiMap with reliable user-specified iteration order.
ImmutableBiMap() - +
ImmutableBiMap<K,V> - Class in com.google.common.collect
An immutable BiMap with reliable user-specified iteration order.
ImmutableBiMap() - Constructor for class com.google.common.collect.ImmutableBiMap
 
ImmutableBiMap.Builder<K,V> - Class in com.google.common.collect
A builder for creating immutable bimap instances, especially public - static final bimaps ("constant bimaps").
ImmutableBiMap.Builder() - + static final bimaps ("constant bimaps").
ImmutableBiMap.Builder() - Constructor for class com.google.common.collect.ImmutableBiMap.Builder
Creates a new builder. -
ImmutableCollection<E> - Class in com.google.common.collect
An immutable collection.
immutableCopy() - +
ImmutableCollection<E> - Class in com.google.common.collect
An immutable collection.
immutableCopy() - Method in class com.google.common.collect.Sets.SetView
Returns an immutable copy of the current contents of this set view. -
immutableEntry(K, V) - +
immutableEntry(K, V) - Static method in class com.google.common.collect.Maps
Returns an immutable map entry with the specified key and value. -
immutableEntry(E, int) - +
immutableEntry(E, int) - Static method in class com.google.common.collect.Multisets
Returns an immutable multiset entry with the specified element and count. -
immutableEnumSet(E, E...) - +
immutableEnumSet(E, E...) - Static method in class com.google.common.collect.Sets
Returns an immutable set instance containing the given enum elements.
ImmutableList<E> - Class in com.google.common.collect
A high-performance, immutable, random-access List implementation.
ImmutableMap<K,V> - Class in com.google.common.collect
An immutable, hash-based Map with reliable user-specified iteration order.
ImmutableMap.Builder<K,V> - Class in com.google.common.collect
A builder for creating immutable map instances, especially public - static final maps ("constant maps").
ImmutableMap.Builder() - + static final maps ("constant maps").
ImmutableMap.Builder() - Constructor for class com.google.common.collect.ImmutableMap.Builder
Creates a new builder.
ImmutableMultimap<K,V> - Class in com.google.common.collect
An immutable ListMultimap with reliable user-specified key and value iteration order.
ImmutableMultimap.Builder<K,V> - Class in com.google.common.collect
A builder for creating immutable multimap instances, especially - public static final multimaps ("constant multimaps").
ImmutableMultimap.Builder() - + public static final multimaps ("constant multimaps").
ImmutableMultimap.Builder() - Constructor for class com.google.common.collect.ImmutableMultimap.Builder
Creates a new builder.
ImmutableMultiset<E> - Class in com.google.common.collect
An immutable hash-based multiset.
ImmutableSet<E> - Class in com.google.common.collect
A high-performance, immutable Set with reliable, user-specified - iteration order.
ImmutableSortedSet<E> - Class in com.google.common.collect
An immutable SortedSet that stores its elements in a sorted array.
ImmutableSortedSet.Factory<E> - Class in com.google.common.collect
A factory for creating immutable sorted sets with an explicit comparator.
ImmutableSortedSet.Factory(Comparator<? super E>) - + iteration order.
ImmutableSortedSet<E> - Class in com.google.common.collect
An immutable SortedSet that stores its elements in a sorted array.
ImmutableSortedSet.Factory<E> - Class in com.google.common.collect
A factory for creating immutable sorted sets with an explicit comparator.
ImmutableSortedSet.Factory(Comparator<? super E>) - Constructor for class com.google.common.collect.ImmutableSortedSet.Factory
Creates a new factory. -
in(Collection<?>) - +
in(Collection<?>) - Static method in class com.google.common.base.Predicates
Returns a predicate that evaluates to true if the object reference being tested is a member of the given collection. -
index(Iterable<? extends V>, Function<? super V, ? extends K>) - +
index(Iterable<? extends V>, Function<? super V, ? extends K>) - Static method in class com.google.common.collect.Multimaps
Creates an index ListMultimap that contains the results of applying a specified function to each item in an Iterable of values. -
index(Iterable<? extends V>, Function<? super V, ? extends K>, Multimap<K, V>) - +
index(Iterable<? extends V>, Function<? super V, ? extends K>, Multimap<K, V>) - Static method in class com.google.common.collect.Multimaps
Indexes the specified values into a Multimap by applying a specified function to each item in an Iterable of values. -
indexOf(Object) - +
indexOf(Object) - Method in class com.google.common.collect.ForwardingList
  -
indexOf(Object) - +
indexOf(Object) - Method in class com.google.common.collect.ImmutableList
  -
intersection(Set<E>, Set<?>) - +
intersection(Set<E>, Set<?>) - Static method in class com.google.common.collect.Sets
Returns an unmodifiable view of the intersection of two sets. -
inverse() - +
inverse() - Method in interface com.google.common.collect.BiMap
Returns the inverse view of this bimap, which maps each of this bimap's values to its associated key. -
inverse() - +
inverse() - Method in class com.google.common.collect.ImmutableBiMap
Returns the inverse view of this bimap, which maps each of this bimap's values to its associated key. -
inverseArrayListMultimap(Multimap<K, V>) - +
inverseArrayListMultimap(Multimap<K, V>) - Static method in class com.google.common.collect.Multimaps
Creates an ArrayListMultimap that's the inverse of the provided multimap. -
inverseHashMultimap(Multimap<K, V>) - +
inverseHashMultimap(Multimap<K, V>) - Static method in class com.google.common.collect.Multimaps
Creates a HashMultimap that's the inverse of the provided multimap. -
inverseTreeMultimap(Multimap<K, V>) - +
inverseTreeMultimap(Multimap<K, V>) - Static method in class com.google.common.collect.Multimaps
Creates a TreeMultimap that's the inverse of the provided multimap. -
isEmpty() - +
isEmpty() - Method in class com.google.common.collect.AbstractMultiset
  -
isEmpty() - +
isEmpty() - Method in class com.google.common.collect.ForwardingCollection
  -
isEmpty() - +
isEmpty() - Method in class com.google.common.collect.ForwardingMap
  -
isEmpty() - +
isEmpty() - Method in class com.google.common.collect.ForwardingMultimap
  -
isEmpty() - +
isEmpty() - Method in class com.google.common.collect.ImmutableBiMap
  -
isEmpty() - +
isEmpty() - Method in class com.google.common.collect.ImmutableCollection
  -
isEmpty() - +
isEmpty() - Method in class com.google.common.collect.ImmutableMultimap
  -
isEmpty(Iterable<T>) - +
isEmpty(Iterable<T>) - Static method in class com.google.common.collect.Iterables
Returns whether the given iterable contains no elements. -
isEmpty() - +
isEmpty() - Method in interface com.google.common.collect.Multimap
Returns true if the multimap contains no key-value pairs. -
isEmpty() - +
isEmpty() - Method in class com.google.common.collect.ReferenceMap
Returns true if this map contains no key-value mappings. -
isEqualTo(T) - +
isEqualTo(T) - Static method in class com.google.common.base.Predicates
Returns a predicate that evaluates to true if the object being tested equals() the given target or both are null. -
isNull() - +
isNull() - Static method in class com.google.common.base.Predicates
Returns a predicate that evaluates to true if the object reference being tested is null. -
isSameAs(Object) - +
isSameAs(Object) - Static method in class com.google.common.base.Predicates
Returns a predicate that evaluates to true if the object being tested refers to the same object as the given target or both are null.
Iterables - Class in com.google.common.collect
This class contains static utility methods that operate on or return objects - of type Iterable.
iterator() - + of type Iterable.
iterator() - Method in class com.google.common.collect.AbstractMultiset
Returns an iterator over the elements contained in this collection. -
iterator() - +
iterator() - Method in class com.google.common.collect.ForwardingCollection
  -
iterator() - +
iterator() - Method in class com.google.common.collect.ImmutableMultiset
 
Iterators - Class in com.google.common.collect
This class contains static utility methods that operate on or return objects @@ -1500,44 +1500,44 @@ Method in class com.google.common.collect.

J

-
Join - Class in com.google.common.base
Utility for joining pieces of text separated by a delimiter.
join(String, Iterable<?>) - +
Join - Class in com.google.common.base
Utility for joining pieces of text separated by a delimiter.
join(String, Iterable<?>) - Static method in class com.google.common.base.Join
Returns a string containing the tokens, converted to strings if necessary, separated by delimiter. -
join(String, Object[]) - +
join(String, Object[]) - Static method in class com.google.common.base.Join
Returns a string containing the tokens, converted to strings if necessary, separated by delimiter. -
join(String, Object, Object...) - +
join(String, Object, Object...) - Static method in class com.google.common.base.Join
Returns a string containing the tokens, converted to strings if necessary, separated by delimiter. -
join(String, Iterator<?>) - +
join(String, Iterator<?>) - Static method in class com.google.common.base.Join
Returns a string containing the tokens, converted to strings if necessary, separated by delimiter. -
join(String, String, Map<?, ?>) - +
join(String, String, Map<?, ?>) - Static method in class com.google.common.base.Join
Returns a string containing the contents of map, with entries separated by entryDelimiter, and keys and values separated with keyValueSeparator. -
join(T, String, Iterable<?>) - +
join(T, String, Iterable<?>) - Static method in class com.google.common.base.Join
Appends each of the tokens to appendable, separated by delimiter. -
join(T, String, Object[]) - +
join(T, String, Object[]) - Static method in class com.google.common.base.Join
Appends each of the tokens to appendable, separated by delimiter. -
join(T, String, Object, Object...) - +
join(T, String, Object, Object...) - Static method in class com.google.common.base.Join
Appends each of the tokens to appendable, separated by delimiter. -
join(T, String, Iterator<?>) - +
join(T, String, Iterator<?>) - Static method in class com.google.common.base.Join
Appends each of the tokens to appendable, separated by delimiter. -
join(T, String, String, Map<?, ?>) - +
join(T, String, String, Map<?, ?>) - Static method in class com.google.common.base.Join
Appends the contents of map to appendable, with entries separated by entryDelimiter, and keys and values separated with @@ -1548,44 +1548,44 @@ Static method in class com.google.common.base.

K

-
keyComparator() - +
keyComparator() - Method in class com.google.common.collect.TreeMultimap
Returns the comparator that orders the multimap keys, with a null indicating that natural ordering is used. -
keys() - +
keys() - Method in class com.google.common.collect.ForwardingMultimap
  -
keys() - +
keys() - Method in class com.google.common.collect.ImmutableMultimap
Returns a collection, which may contain duplicates, of all keys. -
keys() - +
keys() - Method in interface com.google.common.collect.Multimap
Returns a collection, which may contain duplicates, of all keys. -
keySet() - +
keySet() - Method in class com.google.common.collect.ForwardingMap
Returns a set view of the keys contained in this map. -
keySet() - +
keySet() - Method in class com.google.common.collect.ForwardingMultimap
  -
keySet() - +
keySet() - Method in class com.google.common.collect.ImmutableBiMap
  -
keySet() - +
keySet() - Method in class com.google.common.collect.ImmutableMap
Returns an immutable set of the keys in this map. -
keySet() - +
keySet() - Method in class com.google.common.collect.ImmutableMultimap
Returns an immutable set of the distinct keys in this multimap. -
keySet() - +
keySet() - Method in interface com.google.common.collect.Multimap
Returns the set of all keys, each appearing once in the returned set. -
keySet() - +
keySet() - Method in class com.google.common.collect.TreeMultimap
Returns the set of all keys, each appearing once in the returned set. -
keyType() - +
keyType() - Method in class com.google.common.collect.EnumBiMap
Returns the associated key type. -
keyType() - +
keyType() - Method in class com.google.common.collect.EnumHashBiMap
Returns the associated key type.
@@ -1593,51 +1593,51 @@ Method in class com.google.common.collect.

L

-
last() - +
last() - Method in class com.google.common.collect.ForwardingSortedSet
  -
lastIndexOf(Object) - +
lastIndexOf(Object) - Method in class com.google.common.collect.ForwardingList
  -
lastIndexOf(Object) - +
lastIndexOf(Object) - Method in class com.google.common.collect.ImmutableList
  -
lastKey() - +
lastKey() - Method in class com.google.common.collect.ForwardingSortedMap
  -
limit(Iterable<T>, int) - +
limit(Iterable<T>, int) - Static method in class com.google.common.collect.Iterables
Creates an iterable with the first limitSize elements of the given iterable. -
limit(Iterator<T>, int) - +
limit(Iterator<T>, int) - Static method in class com.google.common.collect.Iterators
Creates an iterator returning the first limitSize elements of the given iterator.
LinkedHashMultimap<K,V> - Class in com.google.common.collect
Implementation of Multimap that does not allow duplicate key-value entries and that returns collections whose iterators follow the ordering in - which the data was added to the multimap.
LinkedHashMultimap() - + which the data was added to the multimap.
LinkedHashMultimap() - Constructor for class com.google.common.collect.LinkedHashMultimap
Constructs an empty LinkedHashMultimap. -
LinkedHashMultimap(Multimap<? extends K, ? extends V>) - +
LinkedHashMultimap(Multimap<? extends K, ? extends V>) - Constructor for class com.google.common.collect.LinkedHashMultimap
Constructs a LinkedHashMultimap with the same mappings as the specified Multimap. -
LinkedHashMultiset<E> - Class in com.google.common.collect
A Multiset implementation with predictable iteration order.
LinkedHashMultiset() - +
LinkedHashMultiset<E> - Class in com.google.common.collect
A Multiset implementation with predictable iteration order.
LinkedHashMultiset() - Constructor for class com.google.common.collect.LinkedHashMultiset
Constructs a new empty LinkedHashMultiset using the default initial capacity (16 distinct elements) and load factor (0.75). -
LinkedHashMultiset(int) - +
LinkedHashMultiset(int) - Constructor for class com.google.common.collect.LinkedHashMultiset
Constructs a new empty LinkedHashMultiset with the specified expected number of distinct elements and the default load factor (0.75). -
LinkedHashMultiset(Iterable<? extends E>) - +
LinkedHashMultiset(Iterable<? extends E>) - Constructor for class com.google.common.collect.LinkedHashMultiset
Constructs a new LinkedHashMultiset containing the specified elements. -
listIterator() - +
listIterator() - Method in class com.google.common.collect.ForwardingList
  -
listIterator(int) - +
listIterator(int) - Method in class com.google.common.collect.ForwardingList
 
ListMultimap<K,V> - Interface in com.google.common.collect
A Multimap that can hold duplicate key-value pairs and that maintains @@ -1647,40 +1647,40 @@ Method in class com.google.common.collect.MapConstraint<K,V> - Interface in com.google.common.collect
A constraint on the keys and values that may be added to a Map or - Multimap.
MapConstraints - Class in com.google.common.collect
Factory and utilities pertaining to the MapConstraint interface.
Maps - Class in com.google.common.collect
Static utility methods pertaining to Map instances.
max(T, T) - + Multimap.
MapConstraints - Class in com.google.common.collect
Factory and utilities pertaining to the MapConstraint interface.
Maps - Class in com.google.common.collect
Static utility methods pertaining to Map instances.
max(T, T) - Static method in class com.google.common.collect.Comparators
Returns the larger of the two values, according to their natural ordering. -
max(Comparator<? super T>, T, T) - +
max(Comparator<? super T>, T, T) - Static method in class com.google.common.collect.Comparators
Returns the larger of the two values according to the specified comparator. -
max(Iterable<E>) - +
max(Iterable<E>) - Method in class com.google.common.collect.Ordering
Returns the largest of the specified values according to this ordering. -
max(E, E, E, E...) - +
max(E, E, E, E...) - Method in class com.google.common.collect.Ordering
Returns the largest of the specified values according to this ordering. -
max(E, E) - +
max(E, E) - Method in class com.google.common.collect.Ordering
Returns the larger of the two values according to this ordering. -
memoize(Supplier<T>) - +
memoize(Supplier<T>) - Static method in class com.google.common.base.Suppliers
Returns a supplier which caches the instance retrieved during the first call to get() and returns that value on subsequent calls to get(). -
min(T, T) - +
min(T, T) - Static method in class com.google.common.collect.Comparators
Returns the smaller of the two values, according to their natural ordering. -
min(Comparator<? super T>, T, T) - +
min(Comparator<? super T>, T, T) - Static method in class com.google.common.collect.Comparators
Returns the smaller of the two values according to the specified comparator. -
min(Iterable<E>) - +
min(Iterable<E>) - Method in class com.google.common.collect.Ordering
Returns the smallest of the specified values according to this ordering. -
min(E, E, E, E...) - +
min(E, E, E, E...) - Method in class com.google.common.collect.Ordering
Returns the smallest of the specified values according to this ordering. -
min(E, E) - +
min(E, E) - Method in class com.google.common.collect.Ordering
Returns the smaller of the two values according to this ordering.
Multimap<K,V> - Interface in com.google.common.collect
A collection similar to a Map, but which may associate multiple @@ -1690,299 +1690,299 @@ Method in class com.google.common.collect.

N

-
natural() - +
natural() - Static method in class com.google.common.collect.Ordering
Returns an ordering that uses the natural order of the values. -
naturalOrder() - +
naturalOrder() - Static method in class com.google.common.collect.Comparators
Returns a comparator that uses the natural ordering of the values. -
newArray(Iterable<T>, Class<T>) - +
newArray(Iterable<T>, Class<T>) - Static method in class com.google.common.collect.Iterables
Copies an iterable's elements into an array. -
newArray(Iterator<? extends T>, Class<T>) - +
newArray(Iterator<? extends T>, Class<T>) - Static method in class com.google.common.collect.Iterators
Copies an iterator's elements into an array. -
newArray(Class<T>, int) - +
newArray(Class<T>, int) - Static method in class com.google.common.collect.ObjectArrays
Returns a new array of the given length with the specified component type. -
newArray(T[], int) - +
newArray(T[], int) - Static method in class com.google.common.collect.ObjectArrays
Returns a new array of the given length with the same type as a reference array. -
newArrayList() - +
newArrayList() - Static method in class com.google.common.collect.Lists
Creates an empty ArrayList instance. -
newArrayList(E...) - +
newArrayList(E...) - Static method in class com.google.common.collect.Lists
Creates an ArrayList instance containing the given elements. -
newArrayList(Iterable<? extends E>) - +
newArrayList(Iterable<? extends E>) - Static method in class com.google.common.collect.Lists
Creates an ArrayList instance containing the given elements. -
newArrayList(Iterator<? extends E>) - +
newArrayList(Iterator<? extends E>) - Static method in class com.google.common.collect.Lists
Creates an ArrayList instance containing the given elements. -
newArrayListMultimap() - +
newArrayListMultimap() - Static method in class com.google.common.collect.Multimaps
Creates an empty ArrayListMultimap instance. -
newArrayListMultimap(Multimap<? extends K, ? extends V>) - +
newArrayListMultimap(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.Multimaps
Creates an ArrayListMultimap instance initialized with all elements from the supplied Multimap. -
newArrayListWithExpectedSize(int) - +
newArrayListWithExpectedSize(int) - Static method in class com.google.common.collect.Lists
Creates an ArrayList instance with the given expected size. -
newClassToInstanceMap() - +
newClassToInstanceMap() - Static method in class com.google.common.collect.Maps
Returns a new ClassToInstanceMap instance backed by a HashMap using the default initial capacity and load factor. -
newClassToInstanceMap(Map<Class<? extends B>, B>) - +
newClassToInstanceMap(Map<Class<? extends B>, B>) - Static method in class com.google.common.collect.Maps
Returns a new ClassToInstanceMap instance backed by a given empty backingMap. -
newConcurrentHashMap() - +
newConcurrentHashMap() - Static method in class com.google.common.collect.Maps
Creates a ConcurrentHashMap instance. -
newConcurrentHashSet() - +
newConcurrentHashSet() - Static method in class com.google.common.collect.Sets
Creates a thread-safe set backed by a hash map. -
newConcurrentHashSet(E...) - +
newConcurrentHashSet(E...) - Static method in class com.google.common.collect.Sets
Creates a thread-safe set backed by a hash map and containing the given elements. -
newConcurrentHashSet(Iterable<? extends E>) - +
newConcurrentHashSet(Iterable<? extends E>) - Static method in class com.google.common.collect.Sets
Creates a thread-safe set backed by a hash map and containing the given elements. -
newConcurrentHashSet(Iterator<? extends E>) - +
newConcurrentHashSet(Iterator<? extends E>) - Static method in class com.google.common.collect.Sets
Creates a thread-safe set backed by a hash map and containing the given elements. -
newEnumBiMap(Class<K>, Class<V>) - +
newEnumBiMap(Class<K>, Class<V>) - Static method in class com.google.common.collect.Maps
Returns a new empty EnumBiMap using the specified key and value types. -
newEnumHashBiMap(Class<K>) - +
newEnumHashBiMap(Class<K>) - Static method in class com.google.common.collect.Maps
Returns a new empty EnumHashBiMap using the specified key type. -
newEnumMap(Class<K>) - +
newEnumMap(Class<K>) - Static method in class com.google.common.collect.Maps
Creates an EnumMap instance. -
newEnumMultiset(Class<E>) - +
newEnumMultiset(Class<E>) - Static method in class com.google.common.collect.Multisets
Creates an empty EnumMultiset. -
newEnumMultiset(Iterable<E>) - +
newEnumMultiset(Iterable<E>) - Static method in class com.google.common.collect.Multisets
Creates an EnumMultiset containing the specified elements. -
newEnumMultiset(E...) - +
newEnumMultiset(E...) - Static method in class com.google.common.collect.Multisets
Creates an EnumMultiset containing the specified elements. -
newEnumSet(Iterable<E>, Class<E>) - +
newEnumSet(Iterable<E>, Class<E>) - Static method in class com.google.common.collect.Sets
Returns a new EnumSet instance containing the given elements. -
newHashBiMap() - +
newHashBiMap() - Static method in class com.google.common.collect.Maps
Returns a new empty HashBiMap with the default initial capacity (16). -
newHashMap() - +
newHashMap() - Static method in class com.google.common.collect.Maps
Creates a HashMap instance. -
newHashMap(Map<? extends K, ? extends V>) - +
newHashMap(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.Maps
Creates a HashMap instance with the same mappings as the specified map. -
newHashMapWithExpectedSize(int) - +
newHashMapWithExpectedSize(int) - Static method in class com.google.common.collect.Maps
Creates a HashMap instance with enough capacity to hold the specified number of elements without rehashing. -
newHashMultimap() - +
newHashMultimap() - Static method in class com.google.common.collect.Multimaps
Creates an empty HashMultimap instance. -
newHashMultimap(Multimap<? extends K, ? extends V>) - +
newHashMultimap(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.Multimaps
Creates a HashMultimap instance initialized with all elements from the supplied Multimap. -
newHashMultiset() - +
newHashMultiset() - Static method in class com.google.common.collect.Multisets
Creates an empty HashMultiset using the default initial capacity (16 distinct elements). -
newHashMultiset(E...) - +
newHashMultiset(E...) - Static method in class com.google.common.collect.Multisets
Creates a HashMultiset containing the specified elements, using the default initial capacity (16 distinct elements). -
newHashMultiset(Iterable<? extends E>) - +
newHashMultiset(Iterable<? extends E>) - Static method in class com.google.common.collect.Multisets
Creates a HashMultiset containing the specified elements. -
newHashSet() - +
newHashSet() - Static method in class com.google.common.collect.Sets
Creates an empty HashSet instance. -
newHashSet(E...) - +
newHashSet(E...) - Static method in class com.google.common.collect.Sets
Creates a HashSet instance containing the given elements. -
newHashSet(Iterable<? extends E>) - +
newHashSet(Iterable<? extends E>) - Static method in class com.google.common.collect.Sets
Creates a HashSet instance containing the given elements. -
newHashSet(Iterator<? extends E>) - +
newHashSet(Iterator<? extends E>) - Static method in class com.google.common.collect.Sets
Creates a HashSet instance containing the given elements. -
newHashSetWithExpectedSize(int) - +
newHashSetWithExpectedSize(int) - Static method in class com.google.common.collect.Sets
Creates an empty HashSet instance with enough capacity to hold the specified number of elements without rehashing. -
newIdentityHashMap() - +
newIdentityHashMap() - Static method in class com.google.common.collect.Maps
Creates an IdentityHashMap instance. -
newIdentityHashSet(ReferenceType) - +
newIdentityHashSet(ReferenceType) - Static method in class com.google.common.collect.Sets
Creates an empty Set that uses identity to determine equality. -
newLinkedHashMap() - +
newLinkedHashMap() - Static method in class com.google.common.collect.Maps
Creates an insertion-ordered LinkedHashMap instance. -
newLinkedHashMap(Map<? extends K, ? extends V>) - +
newLinkedHashMap(Map<? extends K, ? extends V>) - Static method in class com.google.common.collect.Maps
Creates an insertion-ordered LinkedHashMap instance with the same mappings as the specified map. -
newLinkedHashMultimap() - +
newLinkedHashMultimap() - Static method in class com.google.common.collect.Multimaps
Creates an empty LinkedHashMultimap instance. -
newLinkedHashMultimap(Multimap<? extends K, ? extends V>) - +
newLinkedHashMultimap(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.Multimaps
Creates a LinkedHashMultimap instance initialized with all elements from the supplied Multimap. -
newLinkedHashSet() - +
newLinkedHashSet() - Static method in class com.google.common.collect.Sets
Creates an empty LinkedHashSet instance. -
newLinkedHashSet(Iterable<? extends E>) - +
newLinkedHashSet(Iterable<? extends E>) - Static method in class com.google.common.collect.Sets
Creates a LinkedHashSet instance containing the given elements. -
newLinkedList() - +
newLinkedList() - Static method in class com.google.common.collect.Lists
Creates an empty LinkedList instance. -
newLinkedList(Iterable<? extends E>) - +
newLinkedList(Iterable<? extends E>) - Static method in class com.google.common.collect.Lists
Creates a LinkedList instance containing the given elements. -
newListMultimap(Map<K, Collection<V>>, Supplier<? extends List<V>>) - +
newListMultimap(Map<K, Collection<V>>, Supplier<? extends List<V>>) - Static method in class com.google.common.collect.Multimaps
Creates a new ListMultimap that uses the provided map and factory. -
newMultimap(Map<K, Collection<V>>, Supplier<? extends Collection<V>>) - +
newMultimap(Map<K, Collection<V>>, Supplier<? extends Collection<V>>) - Static method in class com.google.common.collect.Multimaps
Creates a new Multimap that uses the provided map and factory. -
newSetFromMap(Map<E, Boolean>) - +
newSetFromMap(Map<E, Boolean>) - Static method in class com.google.common.collect.Sets
Returns a set backed by the specified map. -
newSetMultimap(Map<K, Collection<V>>, Supplier<? extends Set<V>>) - +
newSetMultimap(Map<K, Collection<V>>, Supplier<? extends Set<V>>) - Static method in class com.google.common.collect.Multimaps
Creates a new SetMultimap that uses the provided map and factory. -
newSortedSetMultimap(Map<K, Collection<V>>, Supplier<? extends SortedSet<V>>) - +
newSortedSetMultimap(Map<K, Collection<V>>, Supplier<? extends SortedSet<V>>) - Static method in class com.google.common.collect.Multimaps
Creates a new SortedSetMultimap that uses the provided map and factory. -
newTreeMap() - +
newTreeMap() - Static method in class com.google.common.collect.Maps
Creates a TreeMap instance using the natural ordering of its elements. -
newTreeMap(Comparator<C>) - +
newTreeMap(Comparator<C>) - Static method in class com.google.common.collect.Maps
Creates a TreeMap instance using the given comparator. -
newTreeMultimap() - +
newTreeMultimap() - Static method in class com.google.common.collect.Multimaps
Creates an empty TreeMultimap instance using the natural ordering of keys and values. -
newTreeMultimap(Multimap<? extends K, ? extends V>) - +
newTreeMultimap(Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.Multimaps
Constructs a TreeMultimap with the same mappings as the specified Multimap. -
newTreeMultimap(Comparator<? super K>, Comparator<? super V>) - +
newTreeMultimap(Comparator<? super K>, Comparator<? super V>) - Static method in class com.google.common.collect.Multimaps
Creates an empty TreeMultimap instance using explicit comparators. -
newTreeMultimap(Comparator<? super K>, Comparator<? super V>, Multimap<? extends K, ? extends V>) - +
newTreeMultimap(Comparator<? super K>, Comparator<? super V>, Multimap<? extends K, ? extends V>) - Static method in class com.google.common.collect.Multimaps
Creates a TreeMultimap instance using explicit comparators, initialized with all elements from the supplied Multimap. -
newTreeMultiset() - +
newTreeMultiset() - Static method in class com.google.common.collect.Multisets
Creates an empty TreeMultiset instance. -
newTreeMultiset(Comparator<? super E>) - +
newTreeMultiset(Comparator<? super E>) - Static method in class com.google.common.collect.Multisets
Creates an empty TreeMultiset instance, sorted according to the specified comparator. -
newTreeSet() - +
newTreeSet() - Static method in class com.google.common.collect.Sets
Creates an empty TreeSet instance sorted by the natural sort ordering of its elements. -
newTreeSet(E...) - +
newTreeSet(E...) - Static method in class com.google.common.collect.Sets
Creates a TreeSet instance containing the given elements sorted by their natural ordering. -
newTreeSet(Iterable<? extends E>) - +
newTreeSet(Iterable<? extends E>) - Static method in class com.google.common.collect.Sets
Creates a TreeSet instance containing the given elements sorted by their natural ordering. -
newTreeSet(Iterator<? extends E>) - +
newTreeSet(Iterator<? extends E>) - Static method in class com.google.common.collect.Sets
Creates a TreeSet instance containing the given elements sorted by their natural ordering. -
newTreeSet(Comparator<? super E>) - +
newTreeSet(Comparator<? super E>) - Static method in class com.google.common.collect.Sets
Creates an empty TreeSet instance with the given comparator. -
newTreeSet(Comparator<? super E>, E...) - +
newTreeSet(Comparator<? super E>, E...) - Static method in class com.google.common.collect.Sets
Creates a TreeSet instance containing the given elements sorted by the given comparator. -
newTreeSet(Comparator<? super E>, Iterable<? extends E>) - +
newTreeSet(Comparator<? super E>, Iterable<? extends E>) - Static method in class com.google.common.collect.Sets
Creates a TreeSet instance containing the given elements sorted by the given comparator. -
newTreeSet(Comparator<? super E>, Iterator<? extends E>) - +
newTreeSet(Comparator<? super E>, Iterator<? extends E>) - Static method in class com.google.common.collect.Sets
Creates a TreeSet instance containing the given elements sorted by the given comparator. -
next() - +
next() - Method in class com.google.common.collect.AbstractIterator
  -
next() - +
next() - Method in class com.google.common.collect.AbstractRemovableIterator
  -
next() - +
next() - Method in class com.google.common.collect.ForwardingIterator
  -
nextIndex() - +
nextIndex() - Method in class com.google.common.collect.ForwardingListIterator
  -
not(Predicate<? super T>) - +
not(Predicate<? super T>) - Static method in class com.google.common.base.Predicates
Returns a predicate that evaluates to true if the given predicate evaluates to false. -
NOT_NULL - +
NOT_NULL - Static variable in class com.google.common.collect.MapConstraints
A constraint that verifies that neither the key nor the value is null. -
notNull() - +
notNull() - Static method in class com.google.common.base.Predicates
Returns a predicate that evaluates to true if the object reference being tested is not null. -
notNull() - +
notNull() - Static method in class com.google.common.collect.Constraints
Returns a constraint that verifies that the element is not null.
Nullable - Annotation Type in com.google.common.base
The presence of this annotation on a method parameter indicates that - null is an acceptable value for that parameter.
nullGreatestOrder(Comparator<T>) - + null is an acceptable value for that parameter.
nullGreatestOrder(Comparator<T>) - Static method in class com.google.common.collect.Comparators
Returns a comparator that treats null as greater than all other values and uses the given comparator to compare non-null values. -
nullGreatestOrder() - +
nullGreatestOrder() - Static method in class com.google.common.collect.Comparators
Returns a comparator that uses the natural ordering of the values, but also handles null values, treating them as greater than all other values. -
nullLeastOrder(Comparator<T>) - +
nullLeastOrder(Comparator<T>) - Static method in class com.google.common.collect.Comparators
Returns a comparator that treats null as less than all other values and uses comparator to compare non-null values. -
nullLeastOrder() - +
nullLeastOrder() - Static method in class com.google.common.collect.Comparators
Returns a comparator that uses the natural ordering of the values, but also handles null values, treating them as less than all other values. -
nullsFirst() - +
nullsFirst() - Method in class com.google.common.collect.Ordering
Returns an ordering that treats null as less than all other values and uses this ordering to compare non-null values. -
nullsLast() - +
nullsLast() - Method in class com.google.common.collect.Ordering
Returns an ordering that treats null as greater than all other values and uses this ordering to compare non-null values. @@ -1991,116 +1991,116 @@ Method in class com.google.common.collect.

O

-
ObjectArrays - Class in com.google.common.collect
Static utility methods pertaining to object arrays.
Objects - Class in com.google.common.base
Helper functions that can operate on any Object.
of() - +
ObjectArrays - Class in com.google.common.collect
Static utility methods pertaining to object arrays.
Objects - Class in com.google.common.base
Helper functions that can operate on any Object.
of() - Static method in class com.google.common.collect.ImmutableBiMap
Returns the empty bimap. -
of(K, V) - +
of(K, V) - Static method in class com.google.common.collect.ImmutableBiMap
Returns an immutable bimap containing a single entry. -
of(K, V, K, V) - +
of(K, V, K, V) - Static method in class com.google.common.collect.ImmutableBiMap
Returns an immutable map containing the given entries, in order. -
of(K, V, K, V, K, V) - +
of(K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableBiMap
Returns an immutable map containing the given entries, in order. -
of(K, V, K, V, K, V, K, V) - +
of(K, V, K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableBiMap
Returns an immutable map containing the given entries, in order. -
of(K, V, K, V, K, V, K, V, K, V) - +
of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableBiMap
Returns an immutable map containing the given entries, in order. -
of() - +
of() - Static method in class com.google.common.collect.ImmutableList
Returns the empty immutable list. -
of(E) - +
of(E) - Static method in class com.google.common.collect.ImmutableList
Returns an immutable list containing a single element. -
of(E, E) - +
of(E, E) - Static method in class com.google.common.collect.ImmutableList
Returns an immutable list containing the given elements, in order. -
of(E, E, E) - +
of(E, E, E) - Static method in class com.google.common.collect.ImmutableList
Returns an immutable list containing the given elements, in order. -
of(E, E, E, E) - +
of(E, E, E, E) - Static method in class com.google.common.collect.ImmutableList
Returns an immutable list containing the given elements, in order. -
of(E, E, E, E, E) - +
of(E, E, E, E, E) - Static method in class com.google.common.collect.ImmutableList
Returns an immutable list containing the given elements, in order. -
of(E...) - +
of(E...) - Static method in class com.google.common.collect.ImmutableList
Returns an immutable list containing the given elements, in order. -
of() - +
of() - Static method in class com.google.common.collect.ImmutableMap
Returns the empty map. -
of(K, V) - +
of(K, V) - Static method in class com.google.common.collect.ImmutableMap
Returns an immutable map containing a single entry. -
of(K, V, K, V) - +
of(K, V, K, V) - Static method in class com.google.common.collect.ImmutableMap
Returns an immutable map containing the given entries, in order. -
of(K, V, K, V, K, V) - +
of(K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableMap
Returns an immutable map containing the given entries, in order. -
of(K, V, K, V, K, V, K, V) - +
of(K, V, K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableMap
Returns an immutable map containing the given entries, in order. -
of(K, V, K, V, K, V, K, V, K, V) - +
of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.google.common.collect.ImmutableMap
Returns an immutable map containing the given entries, in order. -
of() - +
of() - Static method in class com.google.common.collect.ImmutableMultiset
Returns the empty immutable multiset. -
of(E...) - +
of(E...) - Static method in class com.google.common.collect.ImmutableMultiset
Returns an immutable multiset containing the given elements. -
of() - +
of() - Static method in class com.google.common.collect.ImmutableSet
Returns the empty immutable set. -
of(E) - +
of(E) - Static method in class com.google.common.collect.ImmutableSet
Returns an immutable set containing a single element. -
of(E...) - +
of(E...) - Static method in class com.google.common.collect.ImmutableSet
Returns an immutable set containing the given elements, in order. -
of(E...) - +
of(E...) - Method in class com.google.common.collect.ImmutableSortedSet.Factory
Returns an immutable sorted set containing the given elements sorted by the factory's comparator. -
of() - +
of() - Static method in class com.google.common.collect.ImmutableSortedSet
Returns the empty immutable sorted set. -
of(E) - +
of(E) - Static method in class com.google.common.collect.ImmutableSortedSet
Returns an immutable sorted set containing a single element. -
of(E...) - +
of(E...) - Static method in class com.google.common.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by their natural ordering. -
offer(E) - +
offer(E) - Method in class com.google.common.collect.ForwardingQueue
  -
ofInstance(T) - +
ofInstance(T) - Static method in class com.google.common.base.Suppliers
Returns a supplier that always supplies instance. -
or(Iterable<? extends Predicate<? super T>>) - +
or(Iterable<? extends Predicate<? super T>>) - Static method in class com.google.common.base.Predicates
Returns a predicate that evaluates to true if any one of its components evaluates to true. -
or(Predicate<? super T>...) - +
or(Predicate<? super T>...) - Static method in class com.google.common.base.Predicates
Returns a predicate that evaluates to true if any one of its components evaluates to true. -
or(Predicate<? super T>, Predicate<? super T>) - +
or(Predicate<? super T>, Predicate<? super T>) - Static method in class com.google.common.base.Predicates
Returns a predicate that evaluates to true if either of its components evaluates to true. -
orderedBy(Comparator<E>) - +
orderedBy(Comparator<E>) - Static method in class com.google.common.collect.ImmutableSortedSet
Returns a factory that creates immutable sorted sets with an explicit comparator.
Ordering<T> - Class in com.google.common.collect
A base class for Serializable comparators that - provides convenience methods for common uses.
Ordering() - + provides convenience methods for common uses.
Ordering() - Constructor for class com.google.common.collect.Ordering
 
@@ -2108,133 +2108,133 @@ Constructor for class com.google.common.collect.

P

-
partition(Iterable<? extends T>, int, boolean) - +
partition(Iterable<? extends T>, int, boolean) - Static method in class com.google.common.collect.Iterables
Partition an iterable into sub-iterables of the given size. -
partition(Iterator<? extends T>, int, boolean) - +
partition(Iterator<? extends T>, int, boolean) - Static method in class com.google.common.collect.Iterators
Partition an iterator into sub-iterators of the given size. -
peek() - +
peek() - Method in class com.google.common.collect.AbstractIterator
Returns the next element in the iteration without advancing the iteration, according to the contract of PeekingIterator.peek(). -
peek() - +
peek() - Method in class com.google.common.collect.ForwardingQueue
  -
peek() - +
peek() - Method in interface com.google.common.collect.PeekingIterator
Returns the next element in the iteration without advancing the iteration. -
peekingIterator(Iterator<? extends T>) - +
peekingIterator(Iterator<? extends T>) - Static method in class com.google.common.collect.Iterators
Wraps the supplied iterator in a PeekingIterator. -
PeekingIterator<E> - Interface in com.google.common.collect
An iterator that supports a one-element lookahead while iterating.
poll() - +
PeekingIterator<E> - Interface in com.google.common.collect
An iterator that supports a one-element lookahead while iterating.
poll() - Method in class com.google.common.collect.ForwardingQueue
  -
populateMap(Map<K, V>, ObjectInputStream) - +
populateMap(Map<K, V>, ObjectInputStream) - Static method in class com.google.common.collect.Serialization
Populates a map by reading an input stream, as part of deserialization. -
populateMultimap(Multimap<K, V>, ObjectInputStream) - +
populateMultimap(Multimap<K, V>, ObjectInputStream) - Static method in class com.google.common.collect.Serialization
Populates a multimap by reading an input stream, as part of deserialization. -
populateMultiset(Multiset<E>, ObjectInputStream) - +
populateMultiset(Multiset<E>, ObjectInputStream) - Static method in class com.google.common.collect.Serialization
Populates a multiset by reading an input stream, as part of deserialization.
Preconditions - Class in com.google.common.base
Simple static methods to be called at the start of your own methods to verify - correct arguments and state.
Predicate<T> - Interface in com.google.common.base
Determines a true or false value for a given input.
Predicates - Class in com.google.common.base
Contains static factory methods for creating Predicate instances.
previous() - + correct arguments and state.
Predicate<T> - Interface in com.google.common.base
Determines a true or false value for a given input.
Predicates - Class in com.google.common.base
Contains static factory methods for creating Predicate instances.
previous() - Method in class com.google.common.collect.ForwardingListIterator
  -
previousIndex() - +
previousIndex() - Method in class com.google.common.collect.ForwardingListIterator
  -
PrimitiveArrays - Class in com.google.common.collect
Static utility methods pertaining to arrays of Java primitives.
put(K, V) - +
PrimitiveArrays - Class in com.google.common.collect
Static utility methods pertaining to arrays of Java primitives.
put(K, V) - Method in interface com.google.common.collect.BiMap
Associates the specified value with the specified key in this map (optional operation). -
put(K, V) - +
put(K, V) - Method in class com.google.common.collect.EnumHashBiMap
  -
put(K, V) - +
put(K, V) - Method in class com.google.common.collect.ForwardingMap
  -
put(K, V) - +
put(K, V) - Method in class com.google.common.collect.ForwardingMultimap
  -
put(K, V) - +
put(K, V) - Method in class com.google.common.collect.HashBiMap
  -
put(K, V) - +
put(K, V) - Method in class com.google.common.collect.ImmutableBiMap.Builder
Associates key with value in the built bimap. -
put(K, V) - +
put(K, V) - Method in class com.google.common.collect.ImmutableMap.Builder
Associates key with value in the built map. -
put(K, V) - +
put(K, V) - Method in class com.google.common.collect.ImmutableMap
Guaranteed to throw an exception and leave the map unmodified. -
put(K, V) - +
put(K, V) - Method in class com.google.common.collect.ImmutableMultimap.Builder
Adds a key-value mapping to the built multimap. -
put(K, V) - +
put(K, V) - Method in class com.google.common.collect.ImmutableMultimap
Guaranteed to throw an exception and leave the multimap unmodified. -
put(K, V) - +
put(K, V) - Method in interface com.google.common.collect.Multimap
Stores a key-value pair in the multimap. -
put(K, V) - +
put(K, V) - Method in class com.google.common.collect.ReferenceMap
Associates the specified value with the specified key in this map. -
putAll(Map<? extends K, ? extends V>) - +
putAll(Map<? extends K, ? extends V>) - Method in interface com.google.common.collect.BiMap
Copies all of the mappings from the specified map to this map (optional operation). -
putAll(Map<? extends K, ? extends V>) - +
putAll(Map<? extends K, ? extends V>) - Method in class com.google.common.collect.ForwardingMap
  -
putAll(K, Iterable<? extends V>) - +
putAll(K, Iterable<? extends V>) - Method in class com.google.common.collect.ForwardingMultimap
  -
putAll(Multimap<? extends K, ? extends V>) - +
putAll(Multimap<? extends K, ? extends V>) - Method in class com.google.common.collect.ForwardingMultimap
  -
putAll(Map<? extends K, ? extends V>) - +
putAll(Map<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableBiMap.Builder
Associates all of map's keys and values in the built bimap. -
putAll(Map<? extends K, ? extends V>) - +
putAll(Map<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableMap.Builder
Associates all of map's keys and values in the built map. -
putAll(Map<? extends K, ? extends V>) - +
putAll(Map<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableMap
Guaranteed to throw an exception and leave the map unmodified. -
putAll(K, Iterable<? extends V>) - +
putAll(K, Iterable<? extends V>) - Method in class com.google.common.collect.ImmutableMultimap.Builder
Stores a collection of values with the same key in the built multimap. -
putAll(K, V...) - +
putAll(K, V...) - Method in class com.google.common.collect.ImmutableMultimap.Builder
Stores an array of values with the same key in the built multimap. -
putAll(K, Iterable<? extends V>) - +
putAll(K, Iterable<? extends V>) - Method in class com.google.common.collect.ImmutableMultimap
Guaranteed to throw an exception and leave the multimap unmodified. -
putAll(Multimap<? extends K, ? extends V>) - +
putAll(Multimap<? extends K, ? extends V>) - Method in class com.google.common.collect.ImmutableMultimap
Guaranteed to throw an exception and leave the multimap unmodified. -
putAll(K, Iterable<? extends V>) - +
putAll(K, Iterable<? extends V>) - Method in interface com.google.common.collect.Multimap
Stores a collection of values with the same key. -
putAll(Multimap<? extends K, ? extends V>) - +
putAll(Multimap<? extends K, ? extends V>) - Method in interface com.google.common.collect.Multimap
Copies all of another multimap's key-value pairs into this multimap. -
putIfAbsent(K, V) - +
putIfAbsent(K, V) - Method in class com.google.common.collect.ForwardingConcurrentMap
  -
putIfAbsent(K, V) - +
putIfAbsent(K, V) - Method in class com.google.common.collect.ImmutableMap
Guaranteed to throw an exception and leave the map unmodified. -
putIfAbsent(K, V) - +
putIfAbsent(K, V) - Method in class com.google.common.collect.ReferenceMap
  -
putInstance(Class<T>, T) - +
putInstance(Class<T>, T) - Method in interface com.google.common.collect.ClassToInstanceMap
Maps the specified class to the specified value.
@@ -2243,239 +2243,239 @@ Method in interface com.google.common.collect.ReferenceMap<K,V> - Class in com.google.common.collect
A ConcurrentMap implementation that internally utilizes your choice - of strong, soft or weak references for its keys and for its values.
ReferenceMap(ReferenceType, ReferenceType) - + of strong, soft or weak references for its keys and for its values.
ReferenceMap(ReferenceType, ReferenceType) - Constructor for class com.google.common.collect.ReferenceMap
Constructs an empty instance, using the given reference types for keys and values. -
ReferenceMap(ReferenceType, ReferenceType, ConcurrentMap<Object, Object>) - +
ReferenceMap(ReferenceType, ReferenceType, ConcurrentMap<Object, Object>) - Constructor for class com.google.common.collect.ReferenceMap
Constructs an empty instance, using the given backing map and the given reference types for keys and values. -
ReferenceType - Enum in com.google.common.base
Reference type.
remove() - +
ReferenceType - Enum in com.google.common.base
Reference type.
remove() - Method in class com.google.common.collect.AbstractIterator
This method is not supported. -
remove(Object) - +
remove(Object) - Method in class com.google.common.collect.AbstractMultiset
Removes a single instance of the specified element from this collection, if it is present. -
remove(Object, int) - +
remove(Object, int) - Method in class com.google.common.collect.AbstractMultiset
Conditionally removes a number of occurrences of an element from this multiset, provided that at least this many occurrences are present. -
remove(T) - +
remove(T) - Method in class com.google.common.collect.AbstractRemovableIterator
Removes element from the backing data source. -
remove() - +
remove() - Method in class com.google.common.collect.AbstractRemovableIterator
Removes from the underlying collection the last element returned by the iterator. -
remove(Object, int) - +
remove(Object, int) - Method in class com.google.common.collect.ConcurrentMultiset
Removes a number of occurrences of the specified element from this multiset. -
remove(Object) - +
remove(Object) - Method in class com.google.common.collect.ForwardingCollection
  -
remove(Object, Object) - +
remove(Object, Object) - Method in class com.google.common.collect.ForwardingConcurrentMap
  -
remove() - +
remove() - Method in class com.google.common.collect.ForwardingIterator
  -
remove(int) - +
remove(int) - Method in class com.google.common.collect.ForwardingList
  -
remove(Object) - +
remove(Object) - Method in class com.google.common.collect.ForwardingMap
  -
remove(Object, Object) - +
remove(Object, Object) - Method in class com.google.common.collect.ForwardingMultimap
  -
remove(Object, int) - +
remove(Object, int) - Method in class com.google.common.collect.ForwardingMultiset
  -
remove() - +
remove() - Method in class com.google.common.collect.ForwardingQueue
  -
remove(Object) - +
remove(Object) - Method in class com.google.common.collect.ImmutableCollection
Guaranteed to throw an exception and leave the collection unmodified. -
remove(int) - +
remove(int) - Method in class com.google.common.collect.ImmutableList
Guaranteed to throw an exception and leave the list unmodified. -
remove(Object) - +
remove(Object) - Method in class com.google.common.collect.ImmutableMap
Guaranteed to throw an exception and leave the map unmodified. -
remove(Object, Object) - +
remove(Object, Object) - Method in class com.google.common.collect.ImmutableMap
Guaranteed to throw an exception and leave the map unmodified. -
remove(Object, Object) - +
remove(Object, Object) - Method in class com.google.common.collect.ImmutableMultimap
Guaranteed to throw an exception and leave the multimap unmodified. -
remove(Object, int) - +
remove(Object, int) - Method in class com.google.common.collect.ImmutableMultiset
Guaranteed to throw an exception and leave the collection unmodified. -
remove(Object, Object) - +
remove(Object, Object) - Method in interface com.google.common.collect.Multimap
Removes a key-value pair from the multimap. -
remove(Object, int) - +
remove(Object, int) - Method in interface com.google.common.collect.Multiset
Conditionally removes a number of occurrences of an element from this multiset, provided that at least this many occurrences are present. -
remove(Object) - +
remove(Object) - Method in interface com.google.common.collect.Multiset
Removes a single occurrence of the specified element from this multiset, if present. -
remove(Object) - +
remove(Object) - Method in class com.google.common.collect.ReferenceMap
Removes the mapping for a key from this map if it is present. -
remove(Object, Object) - +
remove(Object, Object) - Method in class com.google.common.collect.ReferenceMap
  -
remove() - +
remove() - Method in class com.google.common.collect.UnmodifiableIterator
Guaranteed to throw an exception and leave the underlying data unmodified. -
removeAll(Collection<?>) - +
removeAll(Collection<?>) - Method in class com.google.common.collect.AbstractMultiset
Removes all of this multiset's elements that are also contained in the specified collection. -
removeAll(Collection<?>) - +
removeAll(Collection<?>) - Method in class com.google.common.collect.ForwardingCollection
Removes all this collection's elements that are also contained in the specified collection (optional operation). -
removeAll(Object) - +
removeAll(Object) - Method in class com.google.common.collect.ForwardingMultimap
  -
removeAll(Collection<?>) - +
removeAll(Collection<?>) - Method in class com.google.common.collect.ImmutableCollection
Guaranteed to throw an exception and leave the collection unmodified. -
removeAll(Object) - +
removeAll(Object) - Method in class com.google.common.collect.ImmutableMultimap
Guaranteed to throw an exception and leave the multimap unmodified. -
removeAll(Iterable<?>, Collection<?>) - +
removeAll(Iterable<?>, Collection<?>) - Static method in class com.google.common.collect.Iterables
Removes, from an iterable, every element that belongs to the provided collection. -
removeAll(Iterator<?>, Collection<?>) - +
removeAll(Iterator<?>, Collection<?>) - Static method in class com.google.common.collect.Iterators
Traverses an iterator and removes every element that belongs to the provided collection. -
removeAll(Object) - +
removeAll(Object) - Method in interface com.google.common.collect.ListMultimap
Removes all values associated with a given key. -
removeAll(Object) - +
removeAll(Object) - Method in interface com.google.common.collect.Multimap
Removes all values associated with a given key. -
removeAll(Collection<?>) - +
removeAll(Collection<?>) - Method in interface com.google.common.collect.Multiset
Removes all this collection's elements that are also contained in the specified collection (optional operation). -
removeAll(Object) - +
removeAll(Object) - Method in interface com.google.common.collect.SetMultimap
Removes all values associated with a given key. -
removeAll(Object) - +
removeAll(Object) - Method in interface com.google.common.collect.SortedSetMultimap
Removes all values associated with a given key. -
removeAllOccurrences(Object) - +
removeAllOccurrences(Object) - Method in class com.google.common.collect.AbstractMultiset
Removes all occurrences of the specified element from this multiset. -
removeAllOccurrences(Object) - +
removeAllOccurrences(Object) - Method in class com.google.common.collect.ConcurrentMultiset
Removes all occurrences of the specified element from this multiset. -
removeAllOccurrences(Object) - +
removeAllOccurrences(Object) - Method in class com.google.common.collect.ForwardingMultiset
  -
removeAllOccurrences(Object) - +
removeAllOccurrences(Object) - Method in class com.google.common.collect.ImmutableMultiset
Guaranteed to throw an exception and leave the collection unmodified. -
removeAllOccurrences(Object) - +
removeAllOccurrences(Object) - Method in interface com.google.common.collect.Multiset
Removes all occurrences of the specified element from this multiset. -
removeAllOccurrences(Object) - +
removeAllOccurrences(Object) - Method in class com.google.common.collect.TreeMultiset
  -
removeExactly(Object, int) - +
removeExactly(Object, int) - Method in class com.google.common.collect.ConcurrentMultiset
Removes exactly the specified number of occurrences of element, or makes no change if this is not possible. -
replace(K, V) - +
replace(K, V) - Method in class com.google.common.collect.ForwardingConcurrentMap
  -
replace(K, V, V) - +
replace(K, V, V) - Method in class com.google.common.collect.ForwardingConcurrentMap
  -
replace(K, V, V) - +
replace(K, V, V) - Method in class com.google.common.collect.ImmutableMap
Guaranteed to throw an exception and leave the map unmodified. -
replace(K, V) - +
replace(K, V) - Method in class com.google.common.collect.ImmutableMap
Guaranteed to throw an exception and leave the map unmodified. -
replace(K, V) - +
replace(K, V) - Method in class com.google.common.collect.ReferenceMap
  -
replace(K, V, V) - +
replace(K, V, V) - Method in class com.google.common.collect.ReferenceMap
  -
replaceValues(K, Iterable<? extends V>) - +
replaceValues(K, Iterable<? extends V>) - Method in class com.google.common.collect.ForwardingMultimap
  -
replaceValues(K, Iterable<? extends V>) - +
replaceValues(K, Iterable<? extends V>) - Method in class com.google.common.collect.ImmutableMultimap
Guaranteed to throw an exception and leave the multimap unmodified. -
replaceValues(K, Iterable<? extends V>) - +
replaceValues(K, Iterable<? extends V>) - Method in class com.google.common.collect.LinkedHashMultimap
Stores a collection of values with the same key, replacing any existing values for that key. -
replaceValues(K, Iterable<? extends V>) - +
replaceValues(K, Iterable<? extends V>) - Method in interface com.google.common.collect.ListMultimap
Stores a collection of values with the same key, replacing any existing values for that key. -
replaceValues(K, Iterable<? extends V>) - +
replaceValues(K, Iterable<? extends V>) - Method in interface com.google.common.collect.Multimap
Stores a collection of values with the same key, replacing any existing values for that key. -
replaceValues(K, Iterable<? extends V>) - +
replaceValues(K, Iterable<? extends V>) - Method in interface com.google.common.collect.SetMultimap
Stores a collection of values with the same key, replacing any existing values for that key. -
replaceValues(K, Iterable<? extends V>) - +
replaceValues(K, Iterable<? extends V>) - Method in interface com.google.common.collect.SortedSetMultimap
Stores a collection of values with the same key, replacing any existing values for that key. -
retainAll(Collection<?>) - +
retainAll(Collection<?>) - Method in class com.google.common.collect.AbstractMultiset
Retains only the elements in this multiset that are contained in the specified collection. -
retainAll(Collection<?>) - +
retainAll(Collection<?>) - Method in class com.google.common.collect.ForwardingCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation). -
retainAll(Collection<?>) - +
retainAll(Collection<?>) - Method in class com.google.common.collect.ImmutableCollection
Guaranteed to throw an exception and leave the collection unmodified. -
retainAll(Iterable<?>, Collection<?>) - +
retainAll(Iterable<?>, Collection<?>) - Static method in class com.google.common.collect.Iterables
Removes, from an iterable, every element that does not belong to the provided collection. -
retainAll(Iterator<?>, Collection<?>) - +
retainAll(Iterator<?>, Collection<?>) - Static method in class com.google.common.collect.Iterators
Traverses an iterator and removes every element that does not belong to the provided collection. -
retainAll(Collection<?>) - +
retainAll(Collection<?>) - Method in interface com.google.common.collect.Multiset
Retains only the elements in this collection that are contained in the specified collection (optional operation). -
reverse(List<T>) - +
reverse(List<T>) - Static method in class com.google.common.collect.Iterables
Adapts a list to an iterable with reversed iteration order. -
reverseOrder() - +
reverseOrder() - Static method in class com.google.common.collect.ImmutableSortedSet
Returns a factory that creates immutable sorted sets whose elements are ordered by the reverse of their natural ordering. -
reverseOrder() - +
reverseOrder() - Method in class com.google.common.collect.Ordering
Returns the ordering that is the reverse of this ordering. -
rotate(List<T>, int) - +
rotate(List<T>, int) - Static method in class com.google.common.collect.Iterables
Provides a rotated view of a list.
@@ -2483,139 +2483,139 @@ Static method in class com.google.common.collect.

S

-
Serialization - Class in com.google.common.collect
Provides static method for serializing collection classes.
set(int, E) - +
Serialization - Class in com.google.common.collect
Provides static method for serializing collection classes.
set(int, E) - Method in class com.google.common.collect.ForwardingList
  -
set(E) - +
set(E) - Method in class com.google.common.collect.ForwardingListIterator
  -
set(int, E) - +
set(int, E) - Method in class com.google.common.collect.ImmutableList
Guaranteed to throw an exception and leave the list unmodified. -
setCount(E, int) - +
setCount(E, int) - Method in class com.google.common.collect.ConcurrentMultiset
Adds or removes occurrences of element such that the ConcurrentMultiset.count(java.lang.Object) of the element becomes count. -
setCount(E, int, int) - +
setCount(E, int, int) - Method in class com.google.common.collect.ConcurrentMultiset
Sets the number of occurrences of element to newCount, but only if the count is currently oldCount. -
setFinalField(Class<T>, T, String, Object) - +
setFinalField(Class<T>, T, String, Object) - Static method in class com.google.common.collect.Serialization
Updates the value of a final field, to support field initialization during deserialization.
SetMultimap<K,V> - Interface in com.google.common.collect
A Multimap that cannot hold duplicate key-value pairs.
Sets - Class in com.google.common.collect
Static utility methods pertaining to Set instances.
Sets.SetView<E> - Class in com.google.common.collect
An unmodifiable view of a set which may be backed by other sets; this view - will change as the backing sets do.
Sets.SetView() - + will change as the backing sets do.
Sets.SetView() - Constructor for class com.google.common.collect.Sets.SetView
  -
setValue(V) - +
setValue(V) - Method in class com.google.common.collect.AbstractMapEntry
Replaces the value corresponding to this entry with the specified value (optional operation). -
setValue(V) - +
setValue(V) - Method in class com.google.common.collect.ForwardingMapEntry
  -
size() - +
size() - Method in class com.google.common.collect.AbstractMultiset
Returns the number of elements in this collection. -
size() - +
size() - Method in class com.google.common.collect.ConcurrentMultiset
Returns the number of elements in this collection. If the collection contains more than Integer.MAX_VALUE elements, returns Integer.MAX_VALUE. -
size() - +
size() - Method in class com.google.common.collect.ForwardingCollection
  -
size() - +
size() - Method in class com.google.common.collect.ForwardingMap
  -
size() - +
size() - Method in class com.google.common.collect.ForwardingMultimap
  -
size() - +
size() - Method in class com.google.common.collect.ImmutableBiMap
  -
size() - +
size() - Method in class com.google.common.collect.ImmutableMultimap
  -
size() - +
size() - Method in class com.google.common.collect.ImmutableMultiset
  -
size(Iterable<?>) - +
size(Iterable<?>) - Static method in class com.google.common.collect.Iterables
Returns the number of elements in iterable. -
size(Iterator<?>) - +
size(Iterator<?>) - Static method in class com.google.common.collect.Iterators
Returns the number of elements remaining in iterator. -
size() - +
size() - Method in interface com.google.common.collect.Multimap
Returns the number of key-value pairs in the multimap. -
size() - +
size() - Method in class com.google.common.collect.ReferenceMap
Returns the number of key-value mappings in this map. -
skip(Iterable<T>, int) - +
skip(Iterable<T>, int) - Static method in class com.google.common.collect.Iterables
Returns a view of iterable that skips its first numberToSkip elements. -
skip(Iterator<T>, int) - +
skip(Iterator<T>, int) - Static method in class com.google.common.collect.Iterators
Calls next() on iterator, either numberToSkip times or until hasNext() returns false, whichever comes first. -
sort(List<? extends T>) - +
sort(List<? extends T>) - Method in class com.google.common.collect.Ordering
Sorts list according to this ordering. -
sortedCopy(Iterable<E>) - +
sortedCopy(Iterable<E>) - Static method in class com.google.common.collect.Lists
Returns a copy of the given iterable sorted by the natural ordering of its elements. -
sortedCopy(Iterable<E>, Comparator<? super E>) - +
sortedCopy(Iterable<E>, Comparator<? super E>) - Static method in class com.google.common.collect.Lists
Returns a copy of the given iterable sorted by an explicit comparator. -
sortedCopy(Iterable<E>) - +
sortedCopy(Iterable<E>) - Method in class com.google.common.collect.Ordering
Returns a copy of the given iterable sorted by this ordering.
SortedSetMultimap<K,V> - Interface in com.google.common.collect
A SetMultimap whose set of values for a given key are kept sorted; - that is, they comprise a SortedSet.
STRING_FORM_ORDER - + that is, they comprise a SortedSet.
STRING_FORM_ORDER - Static variable in class com.google.common.collect.Comparators
A comparator that compares objects by the natural ordering of their string representations as returned by toString(). -
subList(int, int) - +
subList(int, int) - Method in class com.google.common.collect.ForwardingList
  -
subList(int, int) - +
subList(int, int) - Method in class com.google.common.collect.ImmutableList
Returns an immutable list of the elements between the specified fromIndex, inclusive, and toIndex, exclusive. -
subMap(K, K) - +
subMap(K, K) - Method in class com.google.common.collect.ForwardingSortedMap
  -
subSet(E, E) - +
subSet(E, E) - Method in class com.google.common.collect.ForwardingSortedSet
  -
subSet(E, E) - +
subSet(E, E) - Method in class com.google.common.collect.ImmutableSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive. -
Supplier<T> - Interface in com.google.common.base
A class that can supply objects of a single type.
Suppliers - Class in com.google.common.base
Useful suppliers.
Suppliers.CyclicDependencyException - Exception in com.google.common.base
Exception thrown when a memoizing supplier tries to get its own value.
synchronizedBiMap(BiMap<K, V>) - +
Supplier<T> - Interface in com.google.common.base
A class that can supply objects of a single type.
Suppliers - Class in com.google.common.base
Useful suppliers.
Suppliers.CyclicDependencyException - Exception in com.google.common.base
Exception thrown when a memoizing supplier tries to get its own value.
synchronizedBiMap(BiMap<K, V>) - Static method in class com.google.common.collect.Maps
Returns a synchronized (thread-safe) bimap backed by the specified bimap. -
synchronizedListMultimap(ListMultimap<K, V>) - +
synchronizedListMultimap(ListMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
Returns a synchronized (thread-safe) ListMultimap backed by the specified multimap. -
synchronizedMultimap(Multimap<K, V>) - +
synchronizedMultimap(Multimap<K, V>) - Static method in class com.google.common.collect.Multimaps
Returns a synchronized (thread-safe) multimap backed by the specified multimap. -
synchronizedMultiset(Multiset<E>) - +
synchronizedMultiset(Multiset<E>) - Static method in class com.google.common.collect.Multisets
Returns a synchronized (thread-safe) multiset backed by the specified multiset. -
synchronizedSetMultimap(SetMultimap<K, V>) - +
synchronizedSetMultimap(SetMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
Returns a synchronized (thread-safe) SetMultimap backed by the specified multimap. -
synchronizedSortedSetMultimap(SortedSetMultimap<K, V>) - +
synchronizedSortedSetMultimap(SortedSetMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
Returns a synchronized (thread-safe) SortedSetMultimap backed by the specified multimap. @@ -2624,174 +2624,174 @@ Static method in class com.google.common.collect.

T

-
tailMap(K) - +
tailMap(K) - Method in class com.google.common.collect.ForwardingSortedMap
  -
tailSet(E) - +
tailSet(E) - Method in class com.google.common.collect.ForwardingSortedSet
  -
tailSet(E) - +
tailSet(E) - Method in class com.google.common.collect.ImmutableSortedSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement. -
TO_STRING - +
TO_STRING - Static variable in class com.google.common.base.Functions
A function that calls toString() on its argument. -
toArray() - +
toArray() - Method in class com.google.common.collect.ConcurrentMultiset
  -
toArray(T[]) - +
toArray(T[]) - Method in class com.google.common.collect.ConcurrentMultiset
  -
toArray() - +
toArray() - Method in class com.google.common.collect.ForwardingCollection
  -
toArray(T[]) - +
toArray(T[]) - Method in class com.google.common.collect.ForwardingCollection
  -
toArray() - +
toArray() - Method in class com.google.common.collect.ImmutableCollection
  -
toArray(T[]) - +
toArray(T[]) - Method in class com.google.common.collect.ImmutableCollection
  -
toBooleanArray(Collection<Boolean>) - +
toBooleanArray(Collection<Boolean>) - Static method in class com.google.common.collect.PrimitiveArrays
Converts a collection of Boolean instances into a new array of primitive booleans. -
toByteArray(Collection<Byte>) - +
toByteArray(Collection<Byte>) - Static method in class com.google.common.collect.PrimitiveArrays
Converts a collection of Byte instances into a new array of primitive bytes. -
toCharArray(Collection<Character>) - +
toCharArray(Collection<Character>) - Static method in class com.google.common.collect.PrimitiveArrays
Converts a collection of Character instances into a new array of primitive chars. -
toDoubleArray(Collection<Double>) - +
toDoubleArray(Collection<Double>) - Static method in class com.google.common.collect.PrimitiveArrays
Converts a collection of Double instances into a new array of primitive doubles. -
toFloatArray(Collection<Float>) - +
toFloatArray(Collection<Float>) - Static method in class com.google.common.collect.PrimitiveArrays
Converts a collection of Float instances into a new array of primitive floats. -
toHashCode() - +
toHashCode() - Static method in class com.google.common.base.Functions
Returns a function that determines the hash code of its argument. -
toIntArray(Collection<Integer>) - +
toIntArray(Collection<Integer>) - Static method in class com.google.common.collect.PrimitiveArrays
Converts a collection of Integer instances into a new array of primitive ints. -
toLongArray(Collection<Long>) - +
toLongArray(Collection<Long>) - Static method in class com.google.common.collect.PrimitiveArrays
Converts a collection of Long instances into a new array of primitive longs. -
toShortArray(Collection<Short>) - +
toShortArray(Collection<Short>) - Static method in class com.google.common.collect.PrimitiveArrays
Converts a collection of Short instances into a new array of primitive shorts. -
toString() - +
toString() - Method in class com.google.common.collect.AbstractIterable
Returns a string representation of this iterable. -
toString() - +
toString() - Method in class com.google.common.collect.AbstractMapEntry
Returns a string representation of the form {key}={value}. -
toString() - +
toString() - Method in class com.google.common.collect.AbstractMultiset
Returns a string representation of this collection. -
toString() - +
toString() - Method in class com.google.common.collect.AbstractMultisetEntry
Returns a string representation of this multiset entry. -
toString() - +
toString() - Method in interface com.google.common.collect.Constraint
Returns a brief human readable description of this constraint, such as "Not null" or "Positive number". -
toString() - +
toString() - Method in class com.google.common.collect.ForwardingObject
Returns the string representation generated by the delegate's toString method. -
toString() - +
toString() - Method in class com.google.common.collect.ImmutableBiMap
  -
toString() - +
toString() - Method in class com.google.common.collect.ImmutableCollection
  -
toString() - +
toString() - Method in class com.google.common.collect.ImmutableMap
  -
toString() - +
toString() - Method in class com.google.common.collect.ImmutableMultimap
  -
toString() - +
toString() - Method in class com.google.common.collect.ImmutableMultiset
  -
toString() - +
toString() - Method in class com.google.common.collect.ImmutableSet
  -
toString(Iterable<?>) - +
toString(Iterable<?>) - Static method in class com.google.common.collect.Iterables
Returns a string representation of iterable, with the format [e1, e2, ..., en]. -
toString(Iterator<?>) - +
toString(Iterator<?>) - Static method in class com.google.common.collect.Iterators
Returns a string representation of iterator, with the format [e1, e2, ..., en]. -
toString() - +
toString() - Method in interface com.google.common.collect.MapConstraint
Returns a brief human readable description of this constraint, such as "Not null". -
toString() - +
toString() - Method in interface com.google.common.collect.Multiset.Entry
Returns the canonical string representation of this entry, defined as follows. -
toString() - +
toString() - Method in interface com.google.common.collect.Multiset
Returns a string representation of the object. -
toStringFunction() - +
toStringFunction() - Static method in class com.google.common.base.Functions
Returns a function that calls toString() on its argument. -
toStringOrder() - +
toStringOrder() - Static method in class com.google.common.collect.Comparators
Returns a comparator that compares objects by the natural ordering of their string representations as returned by toString(). -
transform(Iterable<F>, Function<? super F, ? extends T>) - +
transform(Iterable<F>, Function<? super F, ? extends T>) - Static method in class com.google.common.collect.Iterables
Returns an iterable that applies function to each element of fromIterable. -
transform(Iterator<F>, Function<? super F, ? extends T>) - +
transform(Iterator<F>, Function<? super F, ? extends T>) - Static method in class com.google.common.collect.Iterators
Returns an iterator that applies function to each element of fromIterator. -
transform(List<F>, Function<? super F, ? extends T>) - +
transform(List<F>, Function<? super F, ? extends T>) - Static method in class com.google.common.collect.Lists
Returns a list that applies function to each element of fromList.
TreeMultimap<K,V> - Class in com.google.common.collect
Implementation of Multimap whose keys and values are ordered by their - natural ordering or by supplied comparators.
TreeMultimap() - + natural ordering or by supplied comparators.
TreeMultimap() - Constructor for class com.google.common.collect.TreeMultimap
Constructs an empty TreeMultimap using the natural ordering of the key and value classes. -
TreeMultimap(Comparator<? super K>, Comparator<? super V>) - +
TreeMultimap(Comparator<? super K>, Comparator<? super V>) - Constructor for class com.google.common.collect.TreeMultimap
Constructs an empty TreeMultimap with explicit comparators. -
TreeMultimap(Multimap<? extends K, ? extends V>) - +
TreeMultimap(Multimap<? extends K, ? extends V>) - Constructor for class com.google.common.collect.TreeMultimap
Constructs a TreeMultimap with the same mappings as the specified multimap. -
TreeMultimap(Comparator<? super K>, Comparator<? super V>, Multimap<? extends K, ? extends V>) - +
TreeMultimap(Comparator<? super K>, Comparator<? super V>, Multimap<? extends K, ? extends V>) - Constructor for class com.google.common.collect.TreeMultimap
Constructs a TreeMultimap with explicit comparators and the same mappings as the specified multimap. -
TreeMultiset<E> - Class in com.google.common.collect
Multiset implementation backed by a TreeMap.
TreeMultiset() - +
TreeMultiset<E> - Class in com.google.common.collect
Multiset implementation backed by a TreeMap.
TreeMultiset() - Constructor for class com.google.common.collect.TreeMultiset
Constructs a new, empty multiset, sorted according to the elements' natural order. -
TreeMultiset(Comparator<? super E>) - +
TreeMultiset(Comparator<? super E>) - Constructor for class com.google.common.collect.TreeMultiset
Constructs a new, empty multiset, sorted according to the specified comparator. -
TreeMultiset(Iterable<? extends E>) - +
TreeMultiset(Iterable<? extends E>) - Constructor for class com.google.common.collect.TreeMultiset
Constructs an empty multiset containing the given initial elements, sorted according to the elements' natural order. -
trimToSize() - +
trimToSize() - Method in class com.google.common.collect.ArrayListMultimap
Reduces the memory used by this ArrayListMultimap, if feasible.
@@ -2799,39 +2799,39 @@ Method in class com.google.common.collect.

U

-
union(Set<? extends E>, Set<? extends E>) - +
union(Set<? extends E>, Set<? extends E>) - Static method in class com.google.common.collect.Sets
Returns an unmodifiable view of the union of two sets. -
uniqueIndex(Iterable<V>, Function<? super V, K>) - +
uniqueIndex(Iterable<V>, Function<? super V, K>) - Static method in class com.google.common.collect.Maps
Returns an immutable map for which the Map.values() are the given elements in the given order, and each key is the product of invoking a supplied function on its corresponding value. -
unmodifiableBiMap(BiMap<K, V>) - +
unmodifiableBiMap(BiMap<K, V>) - Static method in class com.google.common.collect.Maps
Returns an unmodifiable view of the specified bimap. -
unmodifiableIterable(Iterable<T>) - +
unmodifiableIterable(Iterable<T>) - Static method in class com.google.common.collect.Iterables
Returns an unmodifiable view of iterable. -
unmodifiableIterator(Iterator<T>) - +
unmodifiableIterator(Iterator<T>) - Static method in class com.google.common.collect.Iterators
Returns an unmodifiable view of iterator. -
UnmodifiableIterator<E> - Class in com.google.common.collect
An iterator that does not support remove().
UnmodifiableIterator() - +
UnmodifiableIterator<E> - Class in com.google.common.collect
An iterator that does not support remove().
UnmodifiableIterator() - Constructor for class com.google.common.collect.UnmodifiableIterator
  -
unmodifiableListMultimap(ListMultimap<K, V>) - +
unmodifiableListMultimap(ListMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
Returns an unmodifiable view of the specified ListMultimap. -
unmodifiableMultimap(Multimap<K, V>) - +
unmodifiableMultimap(Multimap<K, V>) - Static method in class com.google.common.collect.Multimaps
Returns an unmodifiable view of the specified multimap. -
unmodifiableMultiset(Multiset<E>) - +
unmodifiableMultiset(Multiset<E>) - Static method in class com.google.common.collect.Multisets
Returns an unmodifiable view of the specified multiset. -
unmodifiableSetMultimap(SetMultimap<K, V>) - +
unmodifiableSetMultimap(SetMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
Returns an unmodifiable view of the specified SetMultimap. -
unmodifiableSortedSetMultimap(SortedSetMultimap<K, V>) - +
unmodifiableSortedSetMultimap(SortedSetMultimap<K, V>) - Static method in class com.google.common.collect.Multimaps
Returns an unmodifiable view of the specified SortedSetMultimap.
@@ -2839,45 +2839,45 @@ Static method in class com.google.common.collect.

V

-
valueComparator() - +
valueComparator() - Method in interface com.google.common.collect.SortedSetMultimap
Returns the comparator that orders the multimap values, with a null indicating that natural ordering is used. -
valueComparator() - +
valueComparator() - Method in class com.google.common.collect.TreeMultimap
  -
valueOf(String) - +
valueOf(String) - Static method in enum com.google.common.base.ReferenceType
Returns the enum constant of this type with the specified name. -
values() - +
values() - Static method in enum com.google.common.base.ReferenceType
Returns an array containing the constants of this enum type, in the order they're declared. -
values() - +
values() - Method in interface com.google.common.collect.BiMap
Returns a collection view of the values contained in this map. -
values() - +
values() - Method in class com.google.common.collect.ForwardingMap
Returns a collection view of the values contained in this map. -
values() - +
values() - Method in class com.google.common.collect.ForwardingMultimap
  -
values() - +
values() - Method in class com.google.common.collect.ImmutableBiMap
Returns an immutable set of the values in this map. -
values() - +
values() - Method in class com.google.common.collect.ImmutableMap
Returns an immutable collection of the values in this map. -
values() - +
values() - Method in class com.google.common.collect.ImmutableMultimap
Returns an immutable collection of the values in this multimap. -
values() - +
values() - Method in class com.google.common.collect.LinkedHashMultimap
Returns a collection of all values in the multimap. -
values() - +
values() - Method in interface com.google.common.collect.Multimap
Returns a collection of all values in the multimap. -
valueType() - +
valueType() - Method in class com.google.common.collect.EnumBiMap
Returns the associated value type.
@@ -2885,20 +2885,20 @@ Method in class com.google.common.collect.

W

-
writeMap(Map<K, V>, ObjectOutputStream) - +
writeMap(Map<K, V>, ObjectOutputStream) - Static method in class com.google.common.collect.Serialization
Stores the contents of a map in an output stream, as part of serialization. -
writeMultimap(Multimap<K, V>, ObjectOutputStream) - +
writeMultimap(Multimap<K, V>, ObjectOutputStream) - Static method in class com.google.common.collect.Serialization
Stores the contents of a multimap in an output stream, as part of serialization. -
writeMultiset(Multiset<E>, ObjectOutputStream) - +
writeMultiset(Multiset<E>, ObjectOutputStream) - Static method in class com.google.common.collect.Serialization
Stores the contents of a multiset in an output stream, as part of serialization.

-A B C D E F G H I J K L M N O P R S T U V W +A B C D E F G H I J K L M N O P R S T U V W diff --git a/KezvhLib/lib/com.google.com.collect/src-snapshot-20080820.zip b/KezvhLib/lib/com.google.com.collect/src-snapshot-20080820.zip index dda3665876dc05140b22681a4fdf68d4eb9c7d87..9e284ebd54260ad7550e88b2653de7cd6c6c9bb1 100755 GIT binary patch delta 82 zcwPZg0ImO$fewX%4zPVHvwkWxF|)HgmWd&w!sd<9?=*na{Fd*EjGUXNEwhvd^3EUC*~-Yd{dX1P zy$(i&?Khd3UYh~=N359mB^Y_PUk+lb4F%ExE12}yf#P-RnRaRd)tTR9%Jc^E7pO2l GjRpW`k|sX@ diff --git a/KezvhLib/lib/org.apache.commons.collections/LICENSE.txt b/KezvhLib/lib/org.apache.commons.collections/LICENSE.txt index 75b5248..d645695 100755 --- a/KezvhLib/lib/org.apache.commons.collections/LICENSE.txt +++ b/KezvhLib/lib/org.apache.commons.collections/LICENSE.txt @@ -1,202 +1,202 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/KezvhLib/lib/org.apache.commons.collections/NOTICE.txt b/KezvhLib/lib/org.apache.commons.collections/NOTICE.txt index c361a5d..a9e0fff 100755 --- a/KezvhLib/lib/org.apache.commons.collections/NOTICE.txt +++ b/KezvhLib/lib/org.apache.commons.collections/NOTICE.txt @@ -1,5 +1,5 @@ -Apache Commons Collections -Copyright 2001-2008 The Apache Software Foundation - -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). +Apache Commons Collections +Copyright 2001-2008 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). diff --git a/KezvhLib/lib/org.apache.commons.collections/README.txt b/KezvhLib/lib/org.apache.commons.collections/README.txt index 9decc15..e8eee89 100755 --- a/KezvhLib/lib/org.apache.commons.collections/README.txt +++ b/KezvhLib/lib/org.apache.commons.collections/README.txt @@ -1,52 +1,52 @@ -Apache Commons Collections -=========================== - -Welcome to the Collections component of the Apache Commons project. -This component contains many new collections and collection utilities. - -Two jar files are produced by this component. -The first, commons-collections.jar is the main jar used by applications. -The second, commons-collections-testframework.jar is an extension to junit -for testing new collection implementations and is not normally used by applications. - - -Building from source --------------------- -This component requires the excellent Ant utility. -It can be found here : - - http://ant.apache.org/ - -For testing the project, you will also need JUnit : - - http://www.junit.org/ - -To let the test process find JUnit, you may make a -copy of the build.properties.sample file, rename to -build.properties, and modify to reflect -the location of the junit.jar on your computer. - - -Once you have Ant properly installed, and the -build.properties file correctly reflects the location -of your junit.jar, you are ready to build and test. -The major targets are: - -ant compile - compile the code -ant test - test using junit -ant jar - create a jar file -ant javadoc - build the javadoc -ant dist - create folders as per a distribution -ant tf.jar - create the testframework jar file -ant tf.javadoc - build the testframework javadoc - - -Maven ------ -The component can also be built using Maven. (Ant is the primary build tool.) -It can be found here : - - http://maven.apache.org/ - -Once installed, the jars may be built with 'maven jar'. - +Apache Commons Collections +=========================== + +Welcome to the Collections component of the Apache Commons project. +This component contains many new collections and collection utilities. + +Two jar files are produced by this component. +The first, commons-collections.jar is the main jar used by applications. +The second, commons-collections-testframework.jar is an extension to junit +for testing new collection implementations and is not normally used by applications. + + +Building from source +-------------------- +This component requires the excellent Ant utility. +It can be found here : + + http://ant.apache.org/ + +For testing the project, you will also need JUnit : + + http://www.junit.org/ + +To let the test process find JUnit, you may make a +copy of the build.properties.sample file, rename to +build.properties, and modify to reflect +the location of the junit.jar on your computer. + + +Once you have Ant properly installed, and the +build.properties file correctly reflects the location +of your junit.jar, you are ready to build and test. +The major targets are: + +ant compile - compile the code +ant test - test using junit +ant jar - create a jar file +ant javadoc - build the javadoc +ant dist - create folders as per a distribution +ant tf.jar - create the testframework jar file +ant tf.javadoc - build the testframework javadoc + + +Maven +----- +The component can also be built using Maven. (Ant is the primary build tool.) +It can be found here : + + http://maven.apache.org/ + +Once installed, the jars may be built with 'maven jar'. + diff --git a/KezvhLib/lib/org.apache.commons.collections/RELEASE-NOTES.html b/KezvhLib/lib/org.apache.commons.collections/RELEASE-NOTES.html index ce1fa1e..d7fb3b0 100755 --- a/KezvhLib/lib/org.apache.commons.collections/RELEASE-NOTES.html +++ b/KezvhLib/lib/org.apache.commons.collections/RELEASE-NOTES.html @@ -1,40 +1,40 @@ - - - -RELEASE NOTES: COLLECTIONS 3.2.1 - - -

RELEASE NOTES: COLLECTIONS 3.2.1

- -

-Commons collections is a project to develop and maintain collection classes -based on and inspired by the JDK collection framework. -This project is JDK1.2 compatible, and does not use JDK1.5 generics. -

-

-This v3.2.1 release is simply a re-packaging of the v3.2 release, with appropriate -OSGi meta data added to the jar's manifest file. -

-
- -

COMPATIBILITY

-

-This release is fully source and binary compatible with v3.2. -

- - + + + +RELEASE NOTES: COLLECTIONS 3.2.1 + + +

RELEASE NOTES: COLLECTIONS 3.2.1

+ +

+Commons collections is a project to develop and maintain collection classes +based on and inspired by the JDK collection framework. +This project is JDK1.2 compatible, and does not use JDK1.5 generics. +

+

+This v3.2.1 release is simply a re-packaging of the v3.2 release, with appropriate +OSGi meta data added to the jar's manifest file. +

+
+ +

COMPATIBILITY

+

+This release is fully source and binary compatible with v3.2. +

+ + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/allclasses-frame.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/allclasses-frame.html index 01d6918..003c844 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/allclasses-frame.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/allclasses-frame.html @@ -1,647 +1,647 @@ - - - - - - - -All Classes (Commons Collections 3.2.1 API) - - - - - - - - - - -All Classes -
- -
-<S extends Set<E>> +<S extends Set<E>>
S
-<E extends Enum<E>> +<E extends Enum<E>>
EnumSet<E>
-<E extends Enum<E>> +<E extends Enum<E>>
EnumSet<E>
-<E extends Enum<E>> +<E extends Enum<E>>
Set<E>
-<E extends Enum<E>> +<E extends Enum<E>>
EnumSet<E>
-<E extends Comparable> +<E extends Comparable>
TreeSet<E>
-<E extends Comparable> +<E extends Comparable>
TreeSet<E>
-<E extends Comparable> +<E extends Comparable>
TreeSet<E>
-<E extends Comparable> +<E extends Comparable>
TreeSet<E>
- - - -
AbstractBagDecorator -
-AbstractBidiMapDecorator -
-AbstractBufferDecorator -
-AbstractCollectionDecorator -
-AbstractDualBidiMap -
-AbstractDualBidiMap.BidiMapIterator -
-AbstractDualBidiMap.EntrySet -
-AbstractDualBidiMap.EntrySetIterator -
-AbstractDualBidiMap.KeySet -
-AbstractDualBidiMap.KeySetIterator -
-AbstractDualBidiMap.MapEntry -
-AbstractDualBidiMap.Values -
-AbstractDualBidiMap.ValuesIterator -
-AbstractDualBidiMap.View -
-AbstractHashedMap -
-AbstractHashedMap.EntrySet -
-AbstractHashedMap.EntrySetIterator -
-AbstractHashedMap.HashEntry -
-AbstractHashedMap.HashIterator -
-AbstractHashedMap.HashMapIterator -
-AbstractHashedMap.KeySet -
-AbstractHashedMap.KeySetIterator -
-AbstractHashedMap.Values -
-AbstractHashedMap.ValuesIterator -
-AbstractIteratorDecorator -
-AbstractKeyValue -
-AbstractLinkedList -
-AbstractLinkedList.LinkedListIterator -
-AbstractLinkedList.LinkedSubList -
-AbstractLinkedList.LinkedSubListIterator -
-AbstractLinkedList.Node -
-AbstractLinkedMap -
-AbstractLinkedMap.EntrySetIterator -
-AbstractLinkedMap.KeySetIterator -
-AbstractLinkedMap.LinkEntry -
-AbstractLinkedMap.LinkIterator -
-AbstractLinkedMap.LinkMapIterator -
-AbstractLinkedMap.ValuesIterator -
-AbstractListDecorator -
-AbstractListIteratorDecorator -
-AbstractMapBag -
-AbstractMapBag.MutableInteger -
-AbstractMapDecorator -
-AbstractMapEntry -
-AbstractMapEntryDecorator -
-AbstractMapIteratorDecorator -
-AbstractOrderedBidiMapDecorator -
-AbstractOrderedMapDecorator -
-AbstractOrderedMapIteratorDecorator -
-AbstractReferenceMap -
-AbstractReferenceMap.ReferenceEntry -
-AbstractSerializableCollectionDecorator -
-AbstractSerializableListDecorator -
-AbstractSerializableSetDecorator -
-AbstractSetDecorator -
-AbstractSortedBagDecorator -
-AbstractSortedBidiMapDecorator -
-AbstractSortedMapDecorator -
-AbstractSortedSetDecorator -
-AllPredicate -
-AndPredicate -
-AnyPredicate -
-ArrayIterator -
-ArrayListIterator -
-ArrayStack -
-Bag -
-BagUtils -
-BeanMap -
-BeanMap.MyMapEntry -
-BidiMap -
-BinaryHeap -
-BlockingBuffer -
-BooleanComparator -
-BoundedBuffer -
-BoundedCollection -
-BoundedFifoBuffer -
-BoundedFifoBuffer -
-BoundedMap -
-Buffer -
-BufferOverflowException -
-BufferUnderflowException -
-BufferUtils -
-CaseInsensitiveMap -
-ChainedClosure -
-ChainedTransformer -
-CircularFifoBuffer -
-CloneTransformer -
-Closure -
-ClosureTransformer -
-ClosureUtils -
-CollatingIterator -
-CollectionUtils -
-ComparableComparator -
-ComparatorChain -
-ComparatorUtils -
-CompositeCollection -
-CompositeCollection.CollectionMutator -
-CompositeMap -
-CompositeMap.MapMutator -
-CompositeSet -
-CompositeSet.SetMutator -
-ConstantFactory -
-ConstantTransformer -
-CursorableLinkedList -
-CursorableLinkedList -
-CursorableLinkedList.Cursor -
-CursorableLinkedList.SubCursor -
-DefaultedMap -
-DefaultKeyValue -
-DefaultMapBag -
-DefaultMapEntry -
-DefaultMapEntry -
-DoubleOrderedMap -
-DualHashBidiMap -
-DualTreeBidiMap -
-DualTreeBidiMap.BidiOrderedMapIterator -
-DualTreeBidiMap.ViewMap -
-EmptyIterator -
-EmptyListIterator -
-EmptyMapIterator -
-EmptyOrderedIterator -
-EmptyOrderedMapIterator -
-EntrySetMapIterator -
-EnumerationIterator -
-EnumerationUtils -
-EqualPredicate -
-ExceptionClosure -
-ExceptionFactory -
-ExceptionPredicate -
-ExceptionTransformer -
-ExtendedProperties -
-Factory -
-FactoryTransformer -
-FactoryUtils -
-FalsePredicate -
-FastArrayList -
-FastHashMap -
-FastTreeMap -
-FilterIterator -
-FilterListIterator -
-FixedOrderComparator -
-FixedSizeList -
-FixedSizeMap -
-FixedSizeSortedMap -
-Flat3Map -
-ForClosure -
-FunctorException -
-GrowthList -
-HashBag -
-HashBag -
-HashedMap -
-IdentityMap -
-IdentityMap.IdentityEntry -
-IdentityPredicate -
-IfClosure -
-InstanceofPredicate -
-InstantiateFactory -
-InstantiateTransformer -
-InvokerTransformer -
-IterableMap -
-IteratorChain -
-IteratorEnumeration -
-IteratorUtils -
-KeyValue -
-LazyList -
-LazyMap -
-LazySortedMap -
-LinkedMap -
-ListIteratorWrapper -
-ListOrderedMap -
-ListOrderedSet -
-ListUtils -
-LoopingIterator -
-LoopingListIterator -
-LRUMap -
-LRUMap -
-MapBackedSet -
-MapIterator -
-MapTransformer -
-MapUtils -
-MultiHashMap -
-MultiKey -
-MultiKeyMap -
-MultiMap -
-MultiValueMap -
-NodeCachingLinkedList -
-NonePredicate -
-NOPClosure -
-NOPTransformer -
-NotNullPredicate -
-NotPredicate -
-NullComparator -
-NullIsExceptionPredicate -
-NullIsFalsePredicate -
-NullIsTruePredicate -
-NullPredicate -
-ObjectArrayIterator -
-ObjectArrayListIterator -
-ObjectGraphIterator -
-OnePredicate -
-OrderedBidiMap -
-OrderedIterator -
-OrderedMap -
-OrderedMapIterator -
-OrPredicate -
-Predicate -
-PredicatedBag -
-PredicatedBuffer -
-PredicatedCollection -
-PredicateDecorator -
-PredicatedList -
-PredicatedMap -
-PredicatedSet -
-PredicatedSortedBag -
-PredicatedSortedMap -
-PredicatedSortedSet -
-PredicateTransformer -
-PredicateUtils -
-PriorityBuffer -
-PriorityQueue -
-PrototypeFactory -
-ProxyIterator -
-ProxyListIterator -
-ProxyMap -
-ReferenceIdentityMap -
-ReferenceMap -
-ReferenceMap -
-ResettableIterator -
-ResettableListIterator -
-ReverseComparator -
-ReverseListIterator -
-SequencedHashMap -
-SetUniqueList -
-SetUtils -
-SingletonIterator -
-SingletonListIterator -
-SingletonMap -
-SortedBag -
-SortedBidiMap -
-StaticBucketMap -
-StaticBucketMap -
-StringValueTransformer -
-SwitchClosure -
-SwitchTransformer -
-SynchronizedBag -
-SynchronizedBuffer -
-SynchronizedCollection -
-SynchronizedList -
-SynchronizedPriorityQueue -
-SynchronizedSet -
-SynchronizedSortedBag -
-SynchronizedSortedSet -
-TiedMapEntry -
-TransformedBag -
-TransformedBuffer -
-TransformedCollection -
-TransformedList -
-TransformedMap -
-TransformedPredicate -
-TransformedSet -
-TransformedSortedBag -
-TransformedSortedMap -
-TransformedSortedSet -
-Transformer -
-TransformerClosure -
-TransformerPredicate -
-TransformerUtils -
-TransformingComparator -
-TransformIterator -
-TreeBag -
-TreeBag -
-TreeBidiMap -
-TreeList -
-TruePredicate -
-TypedBag -
-TypedBuffer -
-TypedCollection -
-TypedList -
-TypedMap -
-TypedSet -
-TypedSortedBag -
-TypedSortedMap -
-TypedSortedSet -
-UnboundedFifoBuffer -
-UnboundedFifoBuffer -
-UniqueFilterIterator -
-UniquePredicate -
-Unmodifiable -
-UnmodifiableBag -
-UnmodifiableBidiMap -
-UnmodifiableBoundedCollection -
-UnmodifiableBuffer -
-UnmodifiableCollection -
-UnmodifiableEntrySet -
-UnmodifiableIterator -
-UnmodifiableList -
-UnmodifiableListIterator -
-UnmodifiableMap -
-UnmodifiableMapEntry -
-UnmodifiableMapIterator -
-UnmodifiableOrderedBidiMap -
-UnmodifiableOrderedMap -
-UnmodifiableOrderedMapIterator -
-UnmodifiableSet -
-UnmodifiableSortedBag -
-UnmodifiableSortedBidiMap -
-UnmodifiableSortedMap -
-UnmodifiableSortedSet -
-WhileClosure -
-
- - - + + + + + + + +All Classes (Commons Collections 3.2.1 API) + + + + + + + + + + +All Classes +
+ + + + + +
AbstractBagDecorator +
+AbstractBidiMapDecorator +
+AbstractBufferDecorator +
+AbstractCollectionDecorator +
+AbstractDualBidiMap +
+AbstractDualBidiMap.BidiMapIterator +
+AbstractDualBidiMap.EntrySet +
+AbstractDualBidiMap.EntrySetIterator +
+AbstractDualBidiMap.KeySet +
+AbstractDualBidiMap.KeySetIterator +
+AbstractDualBidiMap.MapEntry +
+AbstractDualBidiMap.Values +
+AbstractDualBidiMap.ValuesIterator +
+AbstractDualBidiMap.View +
+AbstractHashedMap +
+AbstractHashedMap.EntrySet +
+AbstractHashedMap.EntrySetIterator +
+AbstractHashedMap.HashEntry +
+AbstractHashedMap.HashIterator +
+AbstractHashedMap.HashMapIterator +
+AbstractHashedMap.KeySet +
+AbstractHashedMap.KeySetIterator +
+AbstractHashedMap.Values +
+AbstractHashedMap.ValuesIterator +
+AbstractIteratorDecorator +
+AbstractKeyValue +
+AbstractLinkedList +
+AbstractLinkedList.LinkedListIterator +
+AbstractLinkedList.LinkedSubList +
+AbstractLinkedList.LinkedSubListIterator +
+AbstractLinkedList.Node +
+AbstractLinkedMap +
+AbstractLinkedMap.EntrySetIterator +
+AbstractLinkedMap.KeySetIterator +
+AbstractLinkedMap.LinkEntry +
+AbstractLinkedMap.LinkIterator +
+AbstractLinkedMap.LinkMapIterator +
+AbstractLinkedMap.ValuesIterator +
+AbstractListDecorator +
+AbstractListIteratorDecorator +
+AbstractMapBag +
+AbstractMapBag.MutableInteger +
+AbstractMapDecorator +
+AbstractMapEntry +
+AbstractMapEntryDecorator +
+AbstractMapIteratorDecorator +
+AbstractOrderedBidiMapDecorator +
+AbstractOrderedMapDecorator +
+AbstractOrderedMapIteratorDecorator +
+AbstractReferenceMap +
+AbstractReferenceMap.ReferenceEntry +
+AbstractSerializableCollectionDecorator +
+AbstractSerializableListDecorator +
+AbstractSerializableSetDecorator +
+AbstractSetDecorator +
+AbstractSortedBagDecorator +
+AbstractSortedBidiMapDecorator +
+AbstractSortedMapDecorator +
+AbstractSortedSetDecorator +
+AllPredicate +
+AndPredicate +
+AnyPredicate +
+ArrayIterator +
+ArrayListIterator +
+ArrayStack +
+Bag +
+BagUtils +
+BeanMap +
+BeanMap.MyMapEntry +
+BidiMap +
+BinaryHeap +
+BlockingBuffer +
+BooleanComparator +
+BoundedBuffer +
+BoundedCollection +
+BoundedFifoBuffer +
+BoundedFifoBuffer +
+BoundedMap +
+Buffer +
+BufferOverflowException +
+BufferUnderflowException +
+BufferUtils +
+CaseInsensitiveMap +
+ChainedClosure +
+ChainedTransformer +
+CircularFifoBuffer +
+CloneTransformer +
+Closure +
+ClosureTransformer +
+ClosureUtils +
+CollatingIterator +
+CollectionUtils +
+ComparableComparator +
+ComparatorChain +
+ComparatorUtils +
+CompositeCollection +
+CompositeCollection.CollectionMutator +
+CompositeMap +
+CompositeMap.MapMutator +
+CompositeSet +
+CompositeSet.SetMutator +
+ConstantFactory +
+ConstantTransformer +
+CursorableLinkedList +
+CursorableLinkedList +
+CursorableLinkedList.Cursor +
+CursorableLinkedList.SubCursor +
+DefaultedMap +
+DefaultKeyValue +
+DefaultMapBag +
+DefaultMapEntry +
+DefaultMapEntry +
+DoubleOrderedMap +
+DualHashBidiMap +
+DualTreeBidiMap +
+DualTreeBidiMap.BidiOrderedMapIterator +
+DualTreeBidiMap.ViewMap +
+EmptyIterator +
+EmptyListIterator +
+EmptyMapIterator +
+EmptyOrderedIterator +
+EmptyOrderedMapIterator +
+EntrySetMapIterator +
+EnumerationIterator +
+EnumerationUtils +
+EqualPredicate +
+ExceptionClosure +
+ExceptionFactory +
+ExceptionPredicate +
+ExceptionTransformer +
+ExtendedProperties +
+Factory +
+FactoryTransformer +
+FactoryUtils +
+FalsePredicate +
+FastArrayList +
+FastHashMap +
+FastTreeMap +
+FilterIterator +
+FilterListIterator +
+FixedOrderComparator +
+FixedSizeList +
+FixedSizeMap +
+FixedSizeSortedMap +
+Flat3Map +
+ForClosure +
+FunctorException +
+GrowthList +
+HashBag +
+HashBag +
+HashedMap +
+IdentityMap +
+IdentityMap.IdentityEntry +
+IdentityPredicate +
+IfClosure +
+InstanceofPredicate +
+InstantiateFactory +
+InstantiateTransformer +
+InvokerTransformer +
+IterableMap +
+IteratorChain +
+IteratorEnumeration +
+IteratorUtils +
+KeyValue +
+LazyList +
+LazyMap +
+LazySortedMap +
+LinkedMap +
+ListIteratorWrapper +
+ListOrderedMap +
+ListOrderedSet +
+ListUtils +
+LoopingIterator +
+LoopingListIterator +
+LRUMap +
+LRUMap +
+MapBackedSet +
+MapIterator +
+MapTransformer +
+MapUtils +
+MultiHashMap +
+MultiKey +
+MultiKeyMap +
+MultiMap +
+MultiValueMap +
+NodeCachingLinkedList +
+NonePredicate +
+NOPClosure +
+NOPTransformer +
+NotNullPredicate +
+NotPredicate +
+NullComparator +
+NullIsExceptionPredicate +
+NullIsFalsePredicate +
+NullIsTruePredicate +
+NullPredicate +
+ObjectArrayIterator +
+ObjectArrayListIterator +
+ObjectGraphIterator +
+OnePredicate +
+OrderedBidiMap +
+OrderedIterator +
+OrderedMap +
+OrderedMapIterator +
+OrPredicate +
+Predicate +
+PredicatedBag +
+PredicatedBuffer +
+PredicatedCollection +
+PredicateDecorator +
+PredicatedList +
+PredicatedMap +
+PredicatedSet +
+PredicatedSortedBag +
+PredicatedSortedMap +
+PredicatedSortedSet +
+PredicateTransformer +
+PredicateUtils +
+PriorityBuffer +
+PriorityQueue +
+PrototypeFactory +
+ProxyIterator +
+ProxyListIterator +
+ProxyMap +
+ReferenceIdentityMap +
+ReferenceMap +
+ReferenceMap +
+ResettableIterator +
+ResettableListIterator +
+ReverseComparator +
+ReverseListIterator +
+SequencedHashMap +
+SetUniqueList +
+SetUtils +
+SingletonIterator +
+SingletonListIterator +
+SingletonMap +
+SortedBag +
+SortedBidiMap +
+StaticBucketMap +
+StaticBucketMap +
+StringValueTransformer +
+SwitchClosure +
+SwitchTransformer +
+SynchronizedBag +
+SynchronizedBuffer +
+SynchronizedCollection +
+SynchronizedList +
+SynchronizedPriorityQueue +
+SynchronizedSet +
+SynchronizedSortedBag +
+SynchronizedSortedSet +
+TiedMapEntry +
+TransformedBag +
+TransformedBuffer +
+TransformedCollection +
+TransformedList +
+TransformedMap +
+TransformedPredicate +
+TransformedSet +
+TransformedSortedBag +
+TransformedSortedMap +
+TransformedSortedSet +
+Transformer +
+TransformerClosure +
+TransformerPredicate +
+TransformerUtils +
+TransformingComparator +
+TransformIterator +
+TreeBag +
+TreeBag +
+TreeBidiMap +
+TreeList +
+TruePredicate +
+TypedBag +
+TypedBuffer +
+TypedCollection +
+TypedList +
+TypedMap +
+TypedSet +
+TypedSortedBag +
+TypedSortedMap +
+TypedSortedSet +
+UnboundedFifoBuffer +
+UnboundedFifoBuffer +
+UniqueFilterIterator +
+UniquePredicate +
+Unmodifiable +
+UnmodifiableBag +
+UnmodifiableBidiMap +
+UnmodifiableBoundedCollection +
+UnmodifiableBuffer +
+UnmodifiableCollection +
+UnmodifiableEntrySet +
+UnmodifiableIterator +
+UnmodifiableList +
+UnmodifiableListIterator +
+UnmodifiableMap +
+UnmodifiableMapEntry +
+UnmodifiableMapIterator +
+UnmodifiableOrderedBidiMap +
+UnmodifiableOrderedMap +
+UnmodifiableOrderedMapIterator +
+UnmodifiableSet +
+UnmodifiableSortedBag +
+UnmodifiableSortedBidiMap +
+UnmodifiableSortedMap +
+UnmodifiableSortedSet +
+WhileClosure +
+
+ + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/allclasses-noframe.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/allclasses-noframe.html index de72a64..c3d5261 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/allclasses-noframe.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/allclasses-noframe.html @@ -1,647 +1,647 @@ - - - - - - - -All Classes (Commons Collections 3.2.1 API) - - - - - - - - - - -All Classes -
- - - - - -
AbstractBagDecorator -
-AbstractBidiMapDecorator -
-AbstractBufferDecorator -
-AbstractCollectionDecorator -
-AbstractDualBidiMap -
-AbstractDualBidiMap.BidiMapIterator -
-AbstractDualBidiMap.EntrySet -
-AbstractDualBidiMap.EntrySetIterator -
-AbstractDualBidiMap.KeySet -
-AbstractDualBidiMap.KeySetIterator -
-AbstractDualBidiMap.MapEntry -
-AbstractDualBidiMap.Values -
-AbstractDualBidiMap.ValuesIterator -
-AbstractDualBidiMap.View -
-AbstractHashedMap -
-AbstractHashedMap.EntrySet -
-AbstractHashedMap.EntrySetIterator -
-AbstractHashedMap.HashEntry -
-AbstractHashedMap.HashIterator -
-AbstractHashedMap.HashMapIterator -
-AbstractHashedMap.KeySet -
-AbstractHashedMap.KeySetIterator -
-AbstractHashedMap.Values -
-AbstractHashedMap.ValuesIterator -
-AbstractIteratorDecorator -
-AbstractKeyValue -
-AbstractLinkedList -
-AbstractLinkedList.LinkedListIterator -
-AbstractLinkedList.LinkedSubList -
-AbstractLinkedList.LinkedSubListIterator -
-AbstractLinkedList.Node -
-AbstractLinkedMap -
-AbstractLinkedMap.EntrySetIterator -
-AbstractLinkedMap.KeySetIterator -
-AbstractLinkedMap.LinkEntry -
-AbstractLinkedMap.LinkIterator -
-AbstractLinkedMap.LinkMapIterator -
-AbstractLinkedMap.ValuesIterator -
-AbstractListDecorator -
-AbstractListIteratorDecorator -
-AbstractMapBag -
-AbstractMapBag.MutableInteger -
-AbstractMapDecorator -
-AbstractMapEntry -
-AbstractMapEntryDecorator -
-AbstractMapIteratorDecorator -
-AbstractOrderedBidiMapDecorator -
-AbstractOrderedMapDecorator -
-AbstractOrderedMapIteratorDecorator -
-AbstractReferenceMap -
-AbstractReferenceMap.ReferenceEntry -
-AbstractSerializableCollectionDecorator -
-AbstractSerializableListDecorator -
-AbstractSerializableSetDecorator -
-AbstractSetDecorator -
-AbstractSortedBagDecorator -
-AbstractSortedBidiMapDecorator -
-AbstractSortedMapDecorator -
-AbstractSortedSetDecorator -
-AllPredicate -
-AndPredicate -
-AnyPredicate -
-ArrayIterator -
-ArrayListIterator -
-ArrayStack -
-Bag -
-BagUtils -
-BeanMap -
-BeanMap.MyMapEntry -
-BidiMap -
-BinaryHeap -
-BlockingBuffer -
-BooleanComparator -
-BoundedBuffer -
-BoundedCollection -
-BoundedFifoBuffer -
-BoundedFifoBuffer -
-BoundedMap -
-Buffer -
-BufferOverflowException -
-BufferUnderflowException -
-BufferUtils -
-CaseInsensitiveMap -
-ChainedClosure -
-ChainedTransformer -
-CircularFifoBuffer -
-CloneTransformer -
-Closure -
-ClosureTransformer -
-ClosureUtils -
-CollatingIterator -
-CollectionUtils -
-ComparableComparator -
-ComparatorChain -
-ComparatorUtils -
-CompositeCollection -
-CompositeCollection.CollectionMutator -
-CompositeMap -
-CompositeMap.MapMutator -
-CompositeSet -
-CompositeSet.SetMutator -
-ConstantFactory -
-ConstantTransformer -
-CursorableLinkedList -
-CursorableLinkedList -
-CursorableLinkedList.Cursor -
-CursorableLinkedList.SubCursor -
-DefaultedMap -
-DefaultKeyValue -
-DefaultMapBag -
-DefaultMapEntry -
-DefaultMapEntry -
-DoubleOrderedMap -
-DualHashBidiMap -
-DualTreeBidiMap -
-DualTreeBidiMap.BidiOrderedMapIterator -
-DualTreeBidiMap.ViewMap -
-EmptyIterator -
-EmptyListIterator -
-EmptyMapIterator -
-EmptyOrderedIterator -
-EmptyOrderedMapIterator -
-EntrySetMapIterator -
-EnumerationIterator -
-EnumerationUtils -
-EqualPredicate -
-ExceptionClosure -
-ExceptionFactory -
-ExceptionPredicate -
-ExceptionTransformer -
-ExtendedProperties -
-Factory -
-FactoryTransformer -
-FactoryUtils -
-FalsePredicate -
-FastArrayList -
-FastHashMap -
-FastTreeMap -
-FilterIterator -
-FilterListIterator -
-FixedOrderComparator -
-FixedSizeList -
-FixedSizeMap -
-FixedSizeSortedMap -
-Flat3Map -
-ForClosure -
-FunctorException -
-GrowthList -
-HashBag -
-HashBag -
-HashedMap -
-IdentityMap -
-IdentityMap.IdentityEntry -
-IdentityPredicate -
-IfClosure -
-InstanceofPredicate -
-InstantiateFactory -
-InstantiateTransformer -
-InvokerTransformer -
-IterableMap -
-IteratorChain -
-IteratorEnumeration -
-IteratorUtils -
-KeyValue -
-LazyList -
-LazyMap -
-LazySortedMap -
-LinkedMap -
-ListIteratorWrapper -
-ListOrderedMap -
-ListOrderedSet -
-ListUtils -
-LoopingIterator -
-LoopingListIterator -
-LRUMap -
-LRUMap -
-MapBackedSet -
-MapIterator -
-MapTransformer -
-MapUtils -
-MultiHashMap -
-MultiKey -
-MultiKeyMap -
-MultiMap -
-MultiValueMap -
-NodeCachingLinkedList -
-NonePredicate -
-NOPClosure -
-NOPTransformer -
-NotNullPredicate -
-NotPredicate -
-NullComparator -
-NullIsExceptionPredicate -
-NullIsFalsePredicate -
-NullIsTruePredicate -
-NullPredicate -
-ObjectArrayIterator -
-ObjectArrayListIterator -
-ObjectGraphIterator -
-OnePredicate -
-OrderedBidiMap -
-OrderedIterator -
-OrderedMap -
-OrderedMapIterator -
-OrPredicate -
-Predicate -
-PredicatedBag -
-PredicatedBuffer -
-PredicatedCollection -
-PredicateDecorator -
-PredicatedList -
-PredicatedMap -
-PredicatedSet -
-PredicatedSortedBag -
-PredicatedSortedMap -
-PredicatedSortedSet -
-PredicateTransformer -
-PredicateUtils -
-PriorityBuffer -
-PriorityQueue -
-PrototypeFactory -
-ProxyIterator -
-ProxyListIterator -
-ProxyMap -
-ReferenceIdentityMap -
-ReferenceMap -
-ReferenceMap -
-ResettableIterator -
-ResettableListIterator -
-ReverseComparator -
-ReverseListIterator -
-SequencedHashMap -
-SetUniqueList -
-SetUtils -
-SingletonIterator -
-SingletonListIterator -
-SingletonMap -
-SortedBag -
-SortedBidiMap -
-StaticBucketMap -
-StaticBucketMap -
-StringValueTransformer -
-SwitchClosure -
-SwitchTransformer -
-SynchronizedBag -
-SynchronizedBuffer -
-SynchronizedCollection -
-SynchronizedList -
-SynchronizedPriorityQueue -
-SynchronizedSet -
-SynchronizedSortedBag -
-SynchronizedSortedSet -
-TiedMapEntry -
-TransformedBag -
-TransformedBuffer -
-TransformedCollection -
-TransformedList -
-TransformedMap -
-TransformedPredicate -
-TransformedSet -
-TransformedSortedBag -
-TransformedSortedMap -
-TransformedSortedSet -
-Transformer -
-TransformerClosure -
-TransformerPredicate -
-TransformerUtils -
-TransformingComparator -
-TransformIterator -
-TreeBag -
-TreeBag -
-TreeBidiMap -
-TreeList -
-TruePredicate -
-TypedBag -
-TypedBuffer -
-TypedCollection -
-TypedList -
-TypedMap -
-TypedSet -
-TypedSortedBag -
-TypedSortedMap -
-TypedSortedSet -
-UnboundedFifoBuffer -
-UnboundedFifoBuffer -
-UniqueFilterIterator -
-UniquePredicate -
-Unmodifiable -
-UnmodifiableBag -
-UnmodifiableBidiMap -
-UnmodifiableBoundedCollection -
-UnmodifiableBuffer -
-UnmodifiableCollection -
-UnmodifiableEntrySet -
-UnmodifiableIterator -
-UnmodifiableList -
-UnmodifiableListIterator -
-UnmodifiableMap -
-UnmodifiableMapEntry -
-UnmodifiableMapIterator -
-UnmodifiableOrderedBidiMap -
-UnmodifiableOrderedMap -
-UnmodifiableOrderedMapIterator -
-UnmodifiableSet -
-UnmodifiableSortedBag -
-UnmodifiableSortedBidiMap -
-UnmodifiableSortedMap -
-UnmodifiableSortedSet -
-WhileClosure -
-
- - - + + + + + + + +All Classes (Commons Collections 3.2.1 API) + + + + + + + + + + +All Classes +
+ + + + + +
AbstractBagDecorator +
+AbstractBidiMapDecorator +
+AbstractBufferDecorator +
+AbstractCollectionDecorator +
+AbstractDualBidiMap +
+AbstractDualBidiMap.BidiMapIterator +
+AbstractDualBidiMap.EntrySet +
+AbstractDualBidiMap.EntrySetIterator +
+AbstractDualBidiMap.KeySet +
+AbstractDualBidiMap.KeySetIterator +
+AbstractDualBidiMap.MapEntry +
+AbstractDualBidiMap.Values +
+AbstractDualBidiMap.ValuesIterator +
+AbstractDualBidiMap.View +
+AbstractHashedMap +
+AbstractHashedMap.EntrySet +
+AbstractHashedMap.EntrySetIterator +
+AbstractHashedMap.HashEntry +
+AbstractHashedMap.HashIterator +
+AbstractHashedMap.HashMapIterator +
+AbstractHashedMap.KeySet +
+AbstractHashedMap.KeySetIterator +
+AbstractHashedMap.Values +
+AbstractHashedMap.ValuesIterator +
+AbstractIteratorDecorator +
+AbstractKeyValue +
+AbstractLinkedList +
+AbstractLinkedList.LinkedListIterator +
+AbstractLinkedList.LinkedSubList +
+AbstractLinkedList.LinkedSubListIterator +
+AbstractLinkedList.Node +
+AbstractLinkedMap +
+AbstractLinkedMap.EntrySetIterator +
+AbstractLinkedMap.KeySetIterator +
+AbstractLinkedMap.LinkEntry +
+AbstractLinkedMap.LinkIterator +
+AbstractLinkedMap.LinkMapIterator +
+AbstractLinkedMap.ValuesIterator +
+AbstractListDecorator +
+AbstractListIteratorDecorator +
+AbstractMapBag +
+AbstractMapBag.MutableInteger +
+AbstractMapDecorator +
+AbstractMapEntry +
+AbstractMapEntryDecorator +
+AbstractMapIteratorDecorator +
+AbstractOrderedBidiMapDecorator +
+AbstractOrderedMapDecorator +
+AbstractOrderedMapIteratorDecorator +
+AbstractReferenceMap +
+AbstractReferenceMap.ReferenceEntry +
+AbstractSerializableCollectionDecorator +
+AbstractSerializableListDecorator +
+AbstractSerializableSetDecorator +
+AbstractSetDecorator +
+AbstractSortedBagDecorator +
+AbstractSortedBidiMapDecorator +
+AbstractSortedMapDecorator +
+AbstractSortedSetDecorator +
+AllPredicate +
+AndPredicate +
+AnyPredicate +
+ArrayIterator +
+ArrayListIterator +
+ArrayStack +
+Bag +
+BagUtils +
+BeanMap +
+BeanMap.MyMapEntry +
+BidiMap +
+BinaryHeap +
+BlockingBuffer +
+BooleanComparator +
+BoundedBuffer +
+BoundedCollection +
+BoundedFifoBuffer +
+BoundedFifoBuffer +
+BoundedMap +
+Buffer +
+BufferOverflowException +
+BufferUnderflowException +
+BufferUtils +
+CaseInsensitiveMap +
+ChainedClosure +
+ChainedTransformer +
+CircularFifoBuffer +
+CloneTransformer +
+Closure +
+ClosureTransformer +
+ClosureUtils +
+CollatingIterator +
+CollectionUtils +
+ComparableComparator +
+ComparatorChain +
+ComparatorUtils +
+CompositeCollection +
+CompositeCollection.CollectionMutator +
+CompositeMap +
+CompositeMap.MapMutator +
+CompositeSet +
+CompositeSet.SetMutator +
+ConstantFactory +
+ConstantTransformer +
+CursorableLinkedList +
+CursorableLinkedList +
+CursorableLinkedList.Cursor +
+CursorableLinkedList.SubCursor +
+DefaultedMap +
+DefaultKeyValue +
+DefaultMapBag +
+DefaultMapEntry +
+DefaultMapEntry +
+DoubleOrderedMap +
+DualHashBidiMap +
+DualTreeBidiMap +
+DualTreeBidiMap.BidiOrderedMapIterator +
+DualTreeBidiMap.ViewMap +
+EmptyIterator +
+EmptyListIterator +
+EmptyMapIterator +
+EmptyOrderedIterator +
+EmptyOrderedMapIterator +
+EntrySetMapIterator +
+EnumerationIterator +
+EnumerationUtils +
+EqualPredicate +
+ExceptionClosure +
+ExceptionFactory +
+ExceptionPredicate +
+ExceptionTransformer +
+ExtendedProperties +
+Factory +
+FactoryTransformer +
+FactoryUtils +
+FalsePredicate +
+FastArrayList +
+FastHashMap +
+FastTreeMap +
+FilterIterator +
+FilterListIterator +
+FixedOrderComparator +
+FixedSizeList +
+FixedSizeMap +
+FixedSizeSortedMap +
+Flat3Map +
+ForClosure +
+FunctorException +
+GrowthList +
+HashBag +
+HashBag +
+HashedMap +
+IdentityMap +
+IdentityMap.IdentityEntry +
+IdentityPredicate +
+IfClosure +
+InstanceofPredicate +
+InstantiateFactory +
+InstantiateTransformer +
+InvokerTransformer +
+IterableMap +
+IteratorChain +
+IteratorEnumeration +
+IteratorUtils +
+KeyValue +
+LazyList +
+LazyMap +
+LazySortedMap +
+LinkedMap +
+ListIteratorWrapper +
+ListOrderedMap +
+ListOrderedSet +
+ListUtils +
+LoopingIterator +
+LoopingListIterator +
+LRUMap +
+LRUMap +
+MapBackedSet +
+MapIterator +
+MapTransformer +
+MapUtils +
+MultiHashMap +
+MultiKey +
+MultiKeyMap +
+MultiMap +
+MultiValueMap +
+NodeCachingLinkedList +
+NonePredicate +
+NOPClosure +
+NOPTransformer +
+NotNullPredicate +
+NotPredicate +
+NullComparator +
+NullIsExceptionPredicate +
+NullIsFalsePredicate +
+NullIsTruePredicate +
+NullPredicate +
+ObjectArrayIterator +
+ObjectArrayListIterator +
+ObjectGraphIterator +
+OnePredicate +
+OrderedBidiMap +
+OrderedIterator +
+OrderedMap +
+OrderedMapIterator +
+OrPredicate +
+Predicate +
+PredicatedBag +
+PredicatedBuffer +
+PredicatedCollection +
+PredicateDecorator +
+PredicatedList +
+PredicatedMap +
+PredicatedSet +
+PredicatedSortedBag +
+PredicatedSortedMap +
+PredicatedSortedSet +
+PredicateTransformer +
+PredicateUtils +
+PriorityBuffer +
+PriorityQueue +
+PrototypeFactory +
+ProxyIterator +
+ProxyListIterator +
+ProxyMap +
+ReferenceIdentityMap +
+ReferenceMap +
+ReferenceMap +
+ResettableIterator +
+ResettableListIterator +
+ReverseComparator +
+ReverseListIterator +
+SequencedHashMap +
+SetUniqueList +
+SetUtils +
+SingletonIterator +
+SingletonListIterator +
+SingletonMap +
+SortedBag +
+SortedBidiMap +
+StaticBucketMap +
+StaticBucketMap +
+StringValueTransformer +
+SwitchClosure +
+SwitchTransformer +
+SynchronizedBag +
+SynchronizedBuffer +
+SynchronizedCollection +
+SynchronizedList +
+SynchronizedPriorityQueue +
+SynchronizedSet +
+SynchronizedSortedBag +
+SynchronizedSortedSet +
+TiedMapEntry +
+TransformedBag +
+TransformedBuffer +
+TransformedCollection +
+TransformedList +
+TransformedMap +
+TransformedPredicate +
+TransformedSet +
+TransformedSortedBag +
+TransformedSortedMap +
+TransformedSortedSet +
+Transformer +
+TransformerClosure +
+TransformerPredicate +
+TransformerUtils +
+TransformingComparator +
+TransformIterator +
+TreeBag +
+TreeBag +
+TreeBidiMap +
+TreeList +
+TruePredicate +
+TypedBag +
+TypedBuffer +
+TypedCollection +
+TypedList +
+TypedMap +
+TypedSet +
+TypedSortedBag +
+TypedSortedMap +
+TypedSortedSet +
+UnboundedFifoBuffer +
+UnboundedFifoBuffer +
+UniqueFilterIterator +
+UniquePredicate +
+Unmodifiable +
+UnmodifiableBag +
+UnmodifiableBidiMap +
+UnmodifiableBoundedCollection +
+UnmodifiableBuffer +
+UnmodifiableCollection +
+UnmodifiableEntrySet +
+UnmodifiableIterator +
+UnmodifiableList +
+UnmodifiableListIterator +
+UnmodifiableMap +
+UnmodifiableMapEntry +
+UnmodifiableMapIterator +
+UnmodifiableOrderedBidiMap +
+UnmodifiableOrderedMap +
+UnmodifiableOrderedMapIterator +
+UnmodifiableSet +
+UnmodifiableSortedBag +
+UnmodifiableSortedBidiMap +
+UnmodifiableSortedMap +
+UnmodifiableSortedSet +
+WhileClosure +
+
+ + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/constant-values.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/constant-values.html index d22d27a..3b31432 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/constant-values.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/constant-values.html @@ -1,375 +1,375 @@ - - - - - - - -Constant Field Values (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Constant Field Values

-
-
-Contents - - - - - - -
-org.apache.*
- -

- - - - - - - - - - - - - - - - - -
org.apache.commons.collections.ExtendedProperties
-protected static final java.lang.StringEND_TOKEN"}"
-protected static final java.lang.StringSTART_TOKEN"${"
- -

- -

- - - - - - - - - - - - - - - - - - - - - - -
org.apache.commons.collections.ReferenceMap
-public static final intHARD0
-public static final intSOFT1
-public static final intWEAK2
- -

- -

- - - - - - - - - - - - - - - - - - - - - - -
org.apache.commons.collections.comparators.FixedOrderComparator
-public static final intUNKNOWN_AFTER1
-public static final intUNKNOWN_BEFORE0
-public static final intUNKNOWN_THROW_EXCEPTION2
- -

- -

- - - - - - - - - - - - -
org.apache.commons.collections.list.NodeCachingLinkedList
-protected static final intDEFAULT_MAXIMUM_CACHE_SIZE20
- -

- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
org.apache.commons.collections.map.AbstractHashedMap
-protected static final intDEFAULT_CAPACITY16
-protected static final floatDEFAULT_LOAD_FACTOR0.75f
-protected static final intDEFAULT_THRESHOLD12
-protected static final java.lang.StringGETKEY_INVALID"getKey() can only be called after next() and before remove()"
-protected static final java.lang.StringGETVALUE_INVALID"getValue() can only be called after next() and before remove()"
-protected static final intMAXIMUM_CAPACITY1073741824
-protected static final java.lang.StringNO_NEXT_ENTRY"No next() entry in the iteration"
-protected static final java.lang.StringNO_PREVIOUS_ENTRY"No previous() entry in the iteration"
-protected static final java.lang.StringREMOVE_INVALID"remove() can only be called once after next()"
-protected static final java.lang.StringSETVALUE_INVALID"setValue() can only be called after next() and before remove()"
- -

- -

- - - - - - - - - - - - - - - - - - - - - - -
org.apache.commons.collections.map.AbstractReferenceMap
-public static final intHARD0
-public static final intSOFT1
-public static final intWEAK2
- -

- -

- - - - - - - - - - - - -
org.apache.commons.collections.map.LRUMap
-protected static final intDEFAULT_MAX_SIZE100
- -

- -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Constant Field Values (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + + + + + + +
+org.apache.*
+ +

+ + + + + + + + + + + + + + + + + +
org.apache.commons.collections.ExtendedProperties
+protected static final java.lang.StringEND_TOKEN"}"
+protected static final java.lang.StringSTART_TOKEN"${"
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + +
org.apache.commons.collections.ReferenceMap
+public static final intHARD0
+public static final intSOFT1
+public static final intWEAK2
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + +
org.apache.commons.collections.comparators.FixedOrderComparator
+public static final intUNKNOWN_AFTER1
+public static final intUNKNOWN_BEFORE0
+public static final intUNKNOWN_THROW_EXCEPTION2
+ +

+ +

+ + + + + + + + + + + + +
org.apache.commons.collections.list.NodeCachingLinkedList
+protected static final intDEFAULT_MAXIMUM_CACHE_SIZE20
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
org.apache.commons.collections.map.AbstractHashedMap
+protected static final intDEFAULT_CAPACITY16
+protected static final floatDEFAULT_LOAD_FACTOR0.75f
+protected static final intDEFAULT_THRESHOLD12
+protected static final java.lang.StringGETKEY_INVALID"getKey() can only be called after next() and before remove()"
+protected static final java.lang.StringGETVALUE_INVALID"getValue() can only be called after next() and before remove()"
+protected static final intMAXIMUM_CAPACITY1073741824
+protected static final java.lang.StringNO_NEXT_ENTRY"No next() entry in the iteration"
+protected static final java.lang.StringNO_PREVIOUS_ENTRY"No previous() entry in the iteration"
+protected static final java.lang.StringREMOVE_INVALID"remove() can only be called once after next()"
+protected static final java.lang.StringSETVALUE_INVALID"setValue() can only be called after next() and before remove()"
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + +
org.apache.commons.collections.map.AbstractReferenceMap
+public static final intHARD0
+public static final intSOFT1
+public static final intWEAK2
+ +

+ +

+ + + + + + + + + + + + +
org.apache.commons.collections.map.LRUMap
+protected static final intDEFAULT_MAX_SIZE100
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/deprecated-list.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/deprecated-list.html index f1dd0e0..b4c0dc6 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/deprecated-list.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/deprecated-list.html @@ -1,295 +1,295 @@ - - - - - - - -Deprecated List (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Deprecated API

-
-
-Contents - - - - - - - - + + + + + + + +
-Deprecated Interfaces
org.apache.commons.collections.PriorityQueue -
+ + + + + + + +Deprecated List (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents + + + + + + + + - -
+Deprecated Interfaces
org.apache.commons.collections.PriorityQueue +
          Replaced by the Buffer interface and implementations in buffer subpackage. - Due to be removed in v4.0. 
-  -

- - - - - - - + +
-Deprecated Classes
org.apache.commons.collections.BeanMap -
+ Due to be removed in v4.0. 
+  +

+ + + + + + + - - - + + + - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - -
+Deprecated Classes
org.apache.commons.collections.BeanMap +
          Identical class now available in commons-beanutils (full jar version). - This version is due to be removed in collections v4.0. 
org.apache.commons.collections.BinaryHeap -
+ This version is due to be removed in collections v4.0. 
org.apache.commons.collections.BinaryHeap +
          Replaced by PriorityBuffer in buffer subpackage. - Due to be removed in v4.0. 
org.apache.commons.collections.BoundedFifoBuffer -
-          Moved to buffer subpackage. Due to be removed in v4.0. 
org.apache.commons.collections.CursorableLinkedList -
+ Due to be removed in v4.0. 
org.apache.commons.collections.BoundedFifoBuffer +
+          Moved to buffer subpackage. Due to be removed in v4.0. 
org.apache.commons.collections.CursorableLinkedList +
          Use new version in list subpackage, which has been rewritten - and now returns the cursor from the listIterator method. Will be removed in v4.0 
org.apache.commons.collections.DefaultMapBag -
-          Moved to bag subpackage as AbstractMapBag. Due to be removed in v4.0. 
org.apache.commons.collections.DefaultMapEntry -
-          Use the version in the keyvalue subpackage. Will be removed in v4.0 
org.apache.commons.collections.DoubleOrderedMap -
-          Replaced by TreeBidiMap in bidimap subpackage. Due to be removed in v4.0. 
org.apache.commons.collections.HashBag -
-          Moved to bag subpackage and rewritten internally. Due to be removed in v4.0. 
org.apache.commons.collections.LRUMap -
-          Moved to map subpackage. Due to be removed in v4.0. 
org.apache.commons.collections.MultiHashMap -
+ and now returns the cursor from the listIterator method. Will be removed in v4.0 
org.apache.commons.collections.DefaultMapBag +
+          Moved to bag subpackage as AbstractMapBag. Due to be removed in v4.0. 
org.apache.commons.collections.DefaultMapEntry +
+          Use the version in the keyvalue subpackage. Will be removed in v4.0 
org.apache.commons.collections.DoubleOrderedMap +
+          Replaced by TreeBidiMap in bidimap subpackage. Due to be removed in v4.0. 
org.apache.commons.collections.HashBag +
+          Moved to bag subpackage and rewritten internally. Due to be removed in v4.0. 
org.apache.commons.collections.LRUMap +
+          Moved to map subpackage. Due to be removed in v4.0. 
org.apache.commons.collections.MultiHashMap +
          Class now available as MultiValueMap in map subpackage. - This version is due to be removed in collections v4.0. 
org.apache.commons.collections.iterators.ProxyIterator -
-          Use AbstractIteratorDecorator. Will be removed in v4.0 
org.apache.commons.collections.iterators.ProxyListIterator -
-          Use AbstractListIteratorDecorator. Will be removed in v4.0 
org.apache.commons.collections.ProxyMap -
-          Moved to map subpackage as AbstractMapDecorator. It will be removed in v4.0. 
org.apache.commons.collections.ReferenceMap -
-          Moved to map subpackage. Due to be removed in v4.0. 
org.apache.commons.collections.SequencedHashMap -
-          Replaced by LinkedMap and ListOrderedMap in map subpackage. Due to be removed in v4.0. 
org.apache.commons.collections.StaticBucketMap -
-          Moved to map subpackage. Due to be removed in v4.0. 
org.apache.commons.collections.SynchronizedPriorityQueue -
+ This version is due to be removed in collections v4.0. 
org.apache.commons.collections.iterators.ProxyIterator +
+          Use AbstractIteratorDecorator. Will be removed in v4.0 
org.apache.commons.collections.iterators.ProxyListIterator +
+          Use AbstractListIteratorDecorator. Will be removed in v4.0 
org.apache.commons.collections.ProxyMap +
+          Moved to map subpackage as AbstractMapDecorator. It will be removed in v4.0. 
org.apache.commons.collections.ReferenceMap +
+          Moved to map subpackage. Due to be removed in v4.0. 
org.apache.commons.collections.SequencedHashMap +
+          Replaced by LinkedMap and ListOrderedMap in map subpackage. Due to be removed in v4.0. 
org.apache.commons.collections.StaticBucketMap +
+          Moved to map subpackage. Due to be removed in v4.0. 
org.apache.commons.collections.SynchronizedPriorityQueue +
          PriorityQueue is replaced by the Buffer interface, see buffer subpackage. - Due to be removed in v4.0. 
org.apache.commons.collections.TreeBag -
-          Moved to bag subpackage and rewritten internally. Due to be removed in v4.0. 
org.apache.commons.collections.UnboundedFifoBuffer -
-          Moved to buffer subpackage. Due to be removed in v4.0. 
-  -

- - - - - - - + + + + + + + +
-Deprecated Methods
org.apache.commons.collections.bidimap.AbstractDualBidiMap.createMap() -
+ Due to be removed in v4.0. 
org.apache.commons.collections.TreeBag +
+          Moved to bag subpackage and rewritten internally. Due to be removed in v4.0. 
org.apache.commons.collections.UnboundedFifoBuffer +
+          Moved to buffer subpackage. Due to be removed in v4.0. 
+  +

+ + + + + + + - - - - - - - -
+Deprecated Methods
org.apache.commons.collections.bidimap.AbstractDualBidiMap.createMap() +
          For constructors, use the new two map constructor. - For deserialization, populate the maps array directly in readObject. 
org.apache.commons.collections.CollectionUtils.index(Object, int) -
-          use CollectionUtils.get(Object, int) instead. Will be removed in v4.0 
org.apache.commons.collections.CollectionUtils.index(Object, Object) -
-          use CollectionUtils.get(Object, int) instead. Will be removed in v4.0 
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + For deserialization, populate the maps array directly in readObject. 
org.apache.commons.collections.CollectionUtils.index(Object, int) +
+          use CollectionUtils.get(Object, int) instead. Will be removed in v4.0 
org.apache.commons.collections.CollectionUtils.index(Object, Object) +
+          use CollectionUtils.get(Object, int) instead. Will be removed in v4.0 
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/help-doc.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/help-doc.html index 2a71854..da60d2c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/help-doc.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/help-doc.html @@ -1,220 +1,220 @@ - - - - - - - -API Help (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
-
-

-How This API Document Is Organized

-
-This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

-Overview

-
- -

-The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

-

-Package

-
- -

-Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

    -
  • Interfaces (italic)
  • Classes
  • Enums
  • Exceptions
  • Errors
  • Annotation Types
-
-

-Class/Interface

-
- -

-Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    -
  • Class inheritance diagram
  • Direct Subclasses
  • All Known Subinterfaces
  • All Known Implementing Classes
  • Class/interface declaration
  • Class/interface description -

    -

  • Nested Class Summary
  • Field Summary
  • Constructor Summary
  • Method Summary -

    -

  • Field Detail
  • Constructor Detail
  • Method Detail
-Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
-
-

-Annotation Type

-
- -

-Each annotation type has its own separate page with the following sections:

    -
  • Annotation Type declaration
  • Annotation Type description
  • Required Element Summary
  • Optional Element Summary
  • Element Detail
-
-
-

-Enum

-
- -

-Each enum has its own separate page with the following sections:

    -
  • Enum declaration
  • Enum description
  • Enum Constant Summary
  • Enum Constant Detail
-
-

-Use

-
-Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
-

-Tree (Class Hierarchy)

-
-There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
    -
  • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
  • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
-
-

-Deprecated API

-
-The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
-

-Index

-
-The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
-

-Prev/Next

-These links take you to the next or previous class, interface, package, or related page.

-Frames/No Frames

-These links show and hide the HTML frames. All pages are available with or without frames. -

-

-Serialized Form

-Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. -

-

-Constant Field Values

-The Constant Field Values page lists the static final fields and their values. -

- - -This help file applies to API documentation generated using the standard doclet. - -
-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +API Help (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Overview

+
+ +

+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

    +
  • Interfaces (italic)
  • Classes
  • Enums
  • Exceptions
  • Errors
  • Annotation Types
+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
  • Class inheritance diagram
  • Direct Subclasses
  • All Known Subinterfaces
  • All Known Implementing Classes
  • Class/interface declaration
  • Class/interface description +

    +

  • Nested Class Summary
  • Field Summary
  • Constructor Summary
  • Method Summary +

    +

  • Field Detail
  • Constructor Detail
  • Method Detail
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

    +
  • Annotation Type declaration
  • Annotation Type description
  • Required Element Summary
  • Optional Element Summary
  • Element Detail
+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

    +
  • Enum declaration
  • Enum description
  • Enum Constant Summary
  • Enum Constant Detail
+
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
    +
  • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
  • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/index-all.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/index-all.html index 513ba37..15136f9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/index-all.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/index-all.html @@ -1,10336 +1,10336 @@ - - - - - - - -Index (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -A B C D E F G H I K L M N O P R S T U V W _
-

-A

-
-
AbstractBagDecorator - Class in org.apache.commons.collections.bag
Decorates another Bag to provide additional behaviour.
AbstractBagDecorator() - -Constructor for class org.apache.commons.collections.bag.AbstractBagDecorator -
Constructor only used in deserialization, do not use otherwise. -
AbstractBagDecorator(Bag) - -Constructor for class org.apache.commons.collections.bag.AbstractBagDecorator -
Constructor that wraps (not copies). + + + + + + + +Index (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I K L M N O P R S T U V W _
+

+A

+
+
AbstractBagDecorator - Class in org.apache.commons.collections.bag
Decorates another Bag to provide additional behaviour.
AbstractBagDecorator() - +Constructor for class org.apache.commons.collections.bag.AbstractBagDecorator +
Constructor only used in deserialization, do not use otherwise. +
AbstractBagDecorator(Bag) - +Constructor for class org.apache.commons.collections.bag.AbstractBagDecorator +
Constructor that wraps (not copies).
AbstractBidiMapDecorator - Class in org.apache.commons.collections.bidimap
Provides a base decorator that enables additional functionality to be added - to a BidiMap via decoration.
AbstractBidiMapDecorator(BidiMap) - -Constructor for class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator -
Constructor that wraps (not copies). -
AbstractBufferDecorator - Class in org.apache.commons.collections.buffer
Decorates another Buffer to provide additional behaviour.
AbstractBufferDecorator() - -Constructor for class org.apache.commons.collections.buffer.AbstractBufferDecorator -
Constructor only used in deserialization, do not use otherwise. -
AbstractBufferDecorator(Buffer) - -Constructor for class org.apache.commons.collections.buffer.AbstractBufferDecorator -
Constructor that wraps (not copies). -
AbstractCollectionDecorator - Class in org.apache.commons.collections.collection
Decorates another Collection to provide additional behaviour.
AbstractCollectionDecorator() - -Constructor for class org.apache.commons.collections.collection.AbstractCollectionDecorator -
Constructor only used in deserialization, do not use otherwise. -
AbstractCollectionDecorator(Collection) - -Constructor for class org.apache.commons.collections.collection.AbstractCollectionDecorator -
Constructor that wraps (not copies). -
AbstractDualBidiMap - Class in org.apache.commons.collections.bidimap
Abstract BidiMap implemented using two maps.
AbstractDualBidiMap() - -Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
Creates an empty map, initialised by createMap. -
AbstractDualBidiMap(Map, Map) - -Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
Creates an empty map using the two maps specified as storage. -
AbstractDualBidiMap(Map, Map, BidiMap) - -Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap + to a BidiMap via decoration.
AbstractBidiMapDecorator(BidiMap) - +Constructor for class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator +
Constructor that wraps (not copies). +
AbstractBufferDecorator - Class in org.apache.commons.collections.buffer
Decorates another Buffer to provide additional behaviour.
AbstractBufferDecorator() - +Constructor for class org.apache.commons.collections.buffer.AbstractBufferDecorator +
Constructor only used in deserialization, do not use otherwise. +
AbstractBufferDecorator(Buffer) - +Constructor for class org.apache.commons.collections.buffer.AbstractBufferDecorator +
Constructor that wraps (not copies). +
AbstractCollectionDecorator - Class in org.apache.commons.collections.collection
Decorates another Collection to provide additional behaviour.
AbstractCollectionDecorator() - +Constructor for class org.apache.commons.collections.collection.AbstractCollectionDecorator +
Constructor only used in deserialization, do not use otherwise. +
AbstractCollectionDecorator(Collection) - +Constructor for class org.apache.commons.collections.collection.AbstractCollectionDecorator +
Constructor that wraps (not copies). +
AbstractDualBidiMap - Class in org.apache.commons.collections.bidimap
Abstract BidiMap implemented using two maps.
AbstractDualBidiMap() - +Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
Creates an empty map, initialised by createMap. +
AbstractDualBidiMap(Map, Map) - +Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
Creates an empty map using the two maps specified as storage. +
AbstractDualBidiMap(Map, Map, BidiMap) - +Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Constructs a map that decorates the specified maps, - used by the subclass createBidiMap implementation. -
AbstractDualBidiMap.BidiMapIterator - Class in org.apache.commons.collections.bidimap
Inner class MapIterator.
AbstractDualBidiMap.BidiMapIterator(AbstractDualBidiMap) - -Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator -
Constructor. -
AbstractDualBidiMap.EntrySet - Class in org.apache.commons.collections.bidimap
Inner class EntrySet.
AbstractDualBidiMap.EntrySet(AbstractDualBidiMap) - -Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet -
Constructs a new view of the BidiMap. -
AbstractDualBidiMap.EntrySetIterator - Class in org.apache.commons.collections.bidimap
Inner class EntrySetIterator.
AbstractDualBidiMap.EntrySetIterator(Iterator, AbstractDualBidiMap) - -Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator -
Constructor. -
AbstractDualBidiMap.KeySet - Class in org.apache.commons.collections.bidimap
Inner class KeySet.
AbstractDualBidiMap.KeySet(AbstractDualBidiMap) - -Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet -
Constructs a new view of the BidiMap. -
AbstractDualBidiMap.KeySetIterator - Class in org.apache.commons.collections.bidimap
Inner class KeySetIterator.
AbstractDualBidiMap.KeySetIterator(Iterator, AbstractDualBidiMap) - -Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator -
Constructor. -
AbstractDualBidiMap.MapEntry - Class in org.apache.commons.collections.bidimap
Inner class MapEntry.
AbstractDualBidiMap.MapEntry(Map.Entry, AbstractDualBidiMap) - -Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry -
Constructor. -
AbstractDualBidiMap.Values - Class in org.apache.commons.collections.bidimap
Inner class Values.
AbstractDualBidiMap.Values(AbstractDualBidiMap) - -Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values -
Constructs a new view of the BidiMap. -
AbstractDualBidiMap.ValuesIterator - Class in org.apache.commons.collections.bidimap
Inner class ValuesIterator.
AbstractDualBidiMap.ValuesIterator(Iterator, AbstractDualBidiMap) - -Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator -
Constructor. -
AbstractDualBidiMap.View - Class in org.apache.commons.collections.bidimap
Inner class View.
AbstractDualBidiMap.View(Collection, AbstractDualBidiMap) - -Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View -
Constructs a new view of the BidiMap. + used by the subclass createBidiMap implementation. +
AbstractDualBidiMap.BidiMapIterator - Class in org.apache.commons.collections.bidimap
Inner class MapIterator.
AbstractDualBidiMap.BidiMapIterator(AbstractDualBidiMap) - +Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator +
Constructor. +
AbstractDualBidiMap.EntrySet - Class in org.apache.commons.collections.bidimap
Inner class EntrySet.
AbstractDualBidiMap.EntrySet(AbstractDualBidiMap) - +Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet +
Constructs a new view of the BidiMap. +
AbstractDualBidiMap.EntrySetIterator - Class in org.apache.commons.collections.bidimap
Inner class EntrySetIterator.
AbstractDualBidiMap.EntrySetIterator(Iterator, AbstractDualBidiMap) - +Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator +
Constructor. +
AbstractDualBidiMap.KeySet - Class in org.apache.commons.collections.bidimap
Inner class KeySet.
AbstractDualBidiMap.KeySet(AbstractDualBidiMap) - +Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet +
Constructs a new view of the BidiMap. +
AbstractDualBidiMap.KeySetIterator - Class in org.apache.commons.collections.bidimap
Inner class KeySetIterator.
AbstractDualBidiMap.KeySetIterator(Iterator, AbstractDualBidiMap) - +Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator +
Constructor. +
AbstractDualBidiMap.MapEntry - Class in org.apache.commons.collections.bidimap
Inner class MapEntry.
AbstractDualBidiMap.MapEntry(Map.Entry, AbstractDualBidiMap) - +Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry +
Constructor. +
AbstractDualBidiMap.Values - Class in org.apache.commons.collections.bidimap
Inner class Values.
AbstractDualBidiMap.Values(AbstractDualBidiMap) - +Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values +
Constructs a new view of the BidiMap. +
AbstractDualBidiMap.ValuesIterator - Class in org.apache.commons.collections.bidimap
Inner class ValuesIterator.
AbstractDualBidiMap.ValuesIterator(Iterator, AbstractDualBidiMap) - +Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator +
Constructor. +
AbstractDualBidiMap.View - Class in org.apache.commons.collections.bidimap
Inner class View.
AbstractDualBidiMap.View(Collection, AbstractDualBidiMap) - +Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View +
Constructs a new view of the BidiMap.
AbstractHashedMap - Class in org.apache.commons.collections.map
An abstract implementation of a hash-based map which provides numerous points for - subclasses to override.
AbstractHashedMap() - -Constructor for class org.apache.commons.collections.map.AbstractHashedMap -
Constructor only used in deserialization, do not use otherwise. -
AbstractHashedMap(int, float, int) - -Constructor for class org.apache.commons.collections.map.AbstractHashedMap -
Constructor which performs no validation on the passed in parameters. -
AbstractHashedMap(int) - -Constructor for class org.apache.commons.collections.map.AbstractHashedMap + subclasses to override.
AbstractHashedMap() - +Constructor for class org.apache.commons.collections.map.AbstractHashedMap +
Constructor only used in deserialization, do not use otherwise. +
AbstractHashedMap(int, float, int) - +Constructor for class org.apache.commons.collections.map.AbstractHashedMap +
Constructor which performs no validation on the passed in parameters. +
AbstractHashedMap(int) - +Constructor for class org.apache.commons.collections.map.AbstractHashedMap
Constructs a new, empty map with the specified initial capacity and - default load factor. -
AbstractHashedMap(int, float) - -Constructor for class org.apache.commons.collections.map.AbstractHashedMap + default load factor. +
AbstractHashedMap(int, float) - +Constructor for class org.apache.commons.collections.map.AbstractHashedMap
Constructs a new, empty map with the specified initial capacity and - load factor. -
AbstractHashedMap(Map) - -Constructor for class org.apache.commons.collections.map.AbstractHashedMap -
Constructor copying elements from another map. -
AbstractHashedMap.EntrySet - Class in org.apache.commons.collections.map
EntrySet implementation.
AbstractHashedMap.EntrySet(AbstractHashedMap) - -Constructor for class org.apache.commons.collections.map.AbstractHashedMap.EntrySet -
  -
AbstractHashedMap.EntrySetIterator - Class in org.apache.commons.collections.map
EntrySet iterator.
AbstractHashedMap.EntrySetIterator(AbstractHashedMap) - -Constructor for class org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator -
  -
AbstractHashedMap.HashEntry - Class in org.apache.commons.collections.map
HashEntry used to store the data.
AbstractHashedMap.HashEntry(AbstractHashedMap.HashEntry, int, Object, Object) - -Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashEntry -
  -
AbstractHashedMap.HashIterator - Class in org.apache.commons.collections.map
Base Iterator
AbstractHashedMap.HashIterator(AbstractHashedMap) - -Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashIterator -
  -
AbstractHashedMap.HashMapIterator - Class in org.apache.commons.collections.map
MapIterator implementation.
AbstractHashedMap.HashMapIterator(AbstractHashedMap) - -Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator -
  -
AbstractHashedMap.KeySet - Class in org.apache.commons.collections.map
KeySet implementation.
AbstractHashedMap.KeySet(AbstractHashedMap) - -Constructor for class org.apache.commons.collections.map.AbstractHashedMap.KeySet -
  -
AbstractHashedMap.KeySetIterator - Class in org.apache.commons.collections.map
KeySet iterator.
AbstractHashedMap.KeySetIterator(AbstractHashedMap) - -Constructor for class org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator -
  -
AbstractHashedMap.Values - Class in org.apache.commons.collections.map
Values implementation.
AbstractHashedMap.Values(AbstractHashedMap) - -Constructor for class org.apache.commons.collections.map.AbstractHashedMap.Values -
  -
AbstractHashedMap.ValuesIterator - Class in org.apache.commons.collections.map
Values iterator.
AbstractHashedMap.ValuesIterator(AbstractHashedMap) - -Constructor for class org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator -
  -
AbstractIteratorDecorator - Class in org.apache.commons.collections.iterators
Provides basic behaviour for decorating an iterator with extra functionality.
AbstractIteratorDecorator(Iterator) - -Constructor for class org.apache.commons.collections.iterators.AbstractIteratorDecorator -
Constructor that decorates the specified iterator. + load factor. +
AbstractHashedMap(Map) - +Constructor for class org.apache.commons.collections.map.AbstractHashedMap +
Constructor copying elements from another map. +
AbstractHashedMap.EntrySet - Class in org.apache.commons.collections.map
EntrySet implementation.
AbstractHashedMap.EntrySet(AbstractHashedMap) - +Constructor for class org.apache.commons.collections.map.AbstractHashedMap.EntrySet +
  +
AbstractHashedMap.EntrySetIterator - Class in org.apache.commons.collections.map
EntrySet iterator.
AbstractHashedMap.EntrySetIterator(AbstractHashedMap) - +Constructor for class org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator +
  +
AbstractHashedMap.HashEntry - Class in org.apache.commons.collections.map
HashEntry used to store the data.
AbstractHashedMap.HashEntry(AbstractHashedMap.HashEntry, int, Object, Object) - +Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashEntry +
  +
AbstractHashedMap.HashIterator - Class in org.apache.commons.collections.map
Base Iterator
AbstractHashedMap.HashIterator(AbstractHashedMap) - +Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashIterator +
  +
AbstractHashedMap.HashMapIterator - Class in org.apache.commons.collections.map
MapIterator implementation.
AbstractHashedMap.HashMapIterator(AbstractHashedMap) - +Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator +
  +
AbstractHashedMap.KeySet - Class in org.apache.commons.collections.map
KeySet implementation.
AbstractHashedMap.KeySet(AbstractHashedMap) - +Constructor for class org.apache.commons.collections.map.AbstractHashedMap.KeySet +
  +
AbstractHashedMap.KeySetIterator - Class in org.apache.commons.collections.map
KeySet iterator.
AbstractHashedMap.KeySetIterator(AbstractHashedMap) - +Constructor for class org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator +
  +
AbstractHashedMap.Values - Class in org.apache.commons.collections.map
Values implementation.
AbstractHashedMap.Values(AbstractHashedMap) - +Constructor for class org.apache.commons.collections.map.AbstractHashedMap.Values +
  +
AbstractHashedMap.ValuesIterator - Class in org.apache.commons.collections.map
Values iterator.
AbstractHashedMap.ValuesIterator(AbstractHashedMap) - +Constructor for class org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator +
  +
AbstractIteratorDecorator - Class in org.apache.commons.collections.iterators
Provides basic behaviour for decorating an iterator with extra functionality.
AbstractIteratorDecorator(Iterator) - +Constructor for class org.apache.commons.collections.iterators.AbstractIteratorDecorator +
Constructor that decorates the specified iterator.
AbstractKeyValue - Class in org.apache.commons.collections.keyvalue
Abstract pair class to assist with creating KeyValue - and Map.Entry implementations.
AbstractKeyValue(Object, Object) - -Constructor for class org.apache.commons.collections.keyvalue.AbstractKeyValue -
Constructs a new pair with the specified key and given value. + and Map.Entry implementations.
AbstractKeyValue(Object, Object) - +Constructor for class org.apache.commons.collections.keyvalue.AbstractKeyValue +
Constructs a new pair with the specified key and given value.
AbstractLinkedList - Class in org.apache.commons.collections.list
An abstract implementation of a linked list which provides numerous points for - subclasses to override.
AbstractLinkedList() - -Constructor for class org.apache.commons.collections.list.AbstractLinkedList -
Constructor that does nothing intended for deserialization. -
AbstractLinkedList(Collection) - -Constructor for class org.apache.commons.collections.list.AbstractLinkedList -
Constructs a list copying data from the specified collection. -
AbstractLinkedList.LinkedListIterator - Class in org.apache.commons.collections.list
A list iterator over the linked list.
AbstractLinkedList.LinkedListIterator(AbstractLinkedList, int) - -Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator -
Create a ListIterator for a list. -
AbstractLinkedList.LinkedSubList - Class in org.apache.commons.collections.list
The sublist implementation for AbstractLinkedList.
AbstractLinkedList.LinkedSubList(AbstractLinkedList, int, int) - -Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList -
  -
AbstractLinkedList.LinkedSubListIterator - Class in org.apache.commons.collections.list
A list iterator over the linked sub list.
AbstractLinkedList.LinkedSubListIterator(AbstractLinkedList.LinkedSubList, int) - -Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator -
  -
AbstractLinkedList.Node - Class in org.apache.commons.collections.list
A node within the linked list.
AbstractLinkedList.Node() - -Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node -
Constructs a new header node. -
AbstractLinkedList.Node(Object) - -Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node -
Constructs a new node. -
AbstractLinkedList.Node(AbstractLinkedList.Node, AbstractLinkedList.Node, Object) - -Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node -
Constructs a new node. + subclasses to override.
AbstractLinkedList() - +Constructor for class org.apache.commons.collections.list.AbstractLinkedList +
Constructor that does nothing intended for deserialization. +
AbstractLinkedList(Collection) - +Constructor for class org.apache.commons.collections.list.AbstractLinkedList +
Constructs a list copying data from the specified collection. +
AbstractLinkedList.LinkedListIterator - Class in org.apache.commons.collections.list
A list iterator over the linked list.
AbstractLinkedList.LinkedListIterator(AbstractLinkedList, int) - +Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator +
Create a ListIterator for a list. +
AbstractLinkedList.LinkedSubList - Class in org.apache.commons.collections.list
The sublist implementation for AbstractLinkedList.
AbstractLinkedList.LinkedSubList(AbstractLinkedList, int, int) - +Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList +
  +
AbstractLinkedList.LinkedSubListIterator - Class in org.apache.commons.collections.list
A list iterator over the linked sub list.
AbstractLinkedList.LinkedSubListIterator(AbstractLinkedList.LinkedSubList, int) - +Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator +
  +
AbstractLinkedList.Node - Class in org.apache.commons.collections.list
A node within the linked list.
AbstractLinkedList.Node() - +Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node +
Constructs a new header node. +
AbstractLinkedList.Node(Object) - +Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node +
Constructs a new node. +
AbstractLinkedList.Node(AbstractLinkedList.Node, AbstractLinkedList.Node, Object) - +Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node +
Constructs a new node.
AbstractLinkedMap - Class in org.apache.commons.collections.map
An abstract implementation of a hash-based map that links entries to create an - ordered map and which provides numerous points for subclasses to override.
AbstractLinkedMap() - -Constructor for class org.apache.commons.collections.map.AbstractLinkedMap -
Constructor only used in deserialization, do not use otherwise. -
AbstractLinkedMap(int, float, int) - -Constructor for class org.apache.commons.collections.map.AbstractLinkedMap -
Constructor which performs no validation on the passed in parameters. -
AbstractLinkedMap(int) - -Constructor for class org.apache.commons.collections.map.AbstractLinkedMap -
Constructs a new, empty map with the specified initial capacity. -
AbstractLinkedMap(int, float) - -Constructor for class org.apache.commons.collections.map.AbstractLinkedMap + ordered map and which provides numerous points for subclasses to override.
AbstractLinkedMap() - +Constructor for class org.apache.commons.collections.map.AbstractLinkedMap +
Constructor only used in deserialization, do not use otherwise. +
AbstractLinkedMap(int, float, int) - +Constructor for class org.apache.commons.collections.map.AbstractLinkedMap +
Constructor which performs no validation on the passed in parameters. +
AbstractLinkedMap(int) - +Constructor for class org.apache.commons.collections.map.AbstractLinkedMap +
Constructs a new, empty map with the specified initial capacity. +
AbstractLinkedMap(int, float) - +Constructor for class org.apache.commons.collections.map.AbstractLinkedMap
Constructs a new, empty map with the specified initial capacity and - load factor. -
AbstractLinkedMap(Map) - -Constructor for class org.apache.commons.collections.map.AbstractLinkedMap -
Constructor copying elements from another map. -
AbstractLinkedMap.EntrySetIterator - Class in org.apache.commons.collections.map
EntrySet iterator.
AbstractLinkedMap.EntrySetIterator(AbstractLinkedMap) - -Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator -
  -
AbstractLinkedMap.KeySetIterator - Class in org.apache.commons.collections.map
KeySet iterator.
AbstractLinkedMap.KeySetIterator(AbstractLinkedMap) - -Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator -
  -
AbstractLinkedMap.LinkEntry - Class in org.apache.commons.collections.map
LinkEntry that stores the data.
AbstractLinkedMap.LinkEntry(AbstractHashedMap.HashEntry, int, Object, Object) - -Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry -
Constructs a new entry. -
AbstractLinkedMap.LinkIterator - Class in org.apache.commons.collections.map
Base Iterator that iterates in link order.
AbstractLinkedMap.LinkIterator(AbstractLinkedMap) - -Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator -
  -
AbstractLinkedMap.LinkMapIterator - Class in org.apache.commons.collections.map
MapIterator implementation.
AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap) - -Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator -
  -
AbstractLinkedMap.ValuesIterator - Class in org.apache.commons.collections.map
Values iterator.
AbstractLinkedMap.ValuesIterator(AbstractLinkedMap) - -Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator -
  -
AbstractListDecorator - Class in org.apache.commons.collections.list
Decorates another List to provide additional behaviour.
AbstractListDecorator() - -Constructor for class org.apache.commons.collections.list.AbstractListDecorator -
Constructor only used in deserialization, do not use otherwise. -
AbstractListDecorator(List) - -Constructor for class org.apache.commons.collections.list.AbstractListDecorator -
Constructor that wraps (not copies). -
AbstractListIteratorDecorator - Class in org.apache.commons.collections.iterators
Provides basic behaviour for decorating a list iterator with extra functionality.
AbstractListIteratorDecorator(ListIterator) - -Constructor for class org.apache.commons.collections.iterators.AbstractListIteratorDecorator -
Constructor that decorates the specified iterator. + load factor. +
AbstractLinkedMap(Map) - +Constructor for class org.apache.commons.collections.map.AbstractLinkedMap +
Constructor copying elements from another map. +
AbstractLinkedMap.EntrySetIterator - Class in org.apache.commons.collections.map
EntrySet iterator.
AbstractLinkedMap.EntrySetIterator(AbstractLinkedMap) - +Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator +
  +
AbstractLinkedMap.KeySetIterator - Class in org.apache.commons.collections.map
KeySet iterator.
AbstractLinkedMap.KeySetIterator(AbstractLinkedMap) - +Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator +
  +
AbstractLinkedMap.LinkEntry - Class in org.apache.commons.collections.map
LinkEntry that stores the data.
AbstractLinkedMap.LinkEntry(AbstractHashedMap.HashEntry, int, Object, Object) - +Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry +
Constructs a new entry. +
AbstractLinkedMap.LinkIterator - Class in org.apache.commons.collections.map
Base Iterator that iterates in link order.
AbstractLinkedMap.LinkIterator(AbstractLinkedMap) - +Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator +
  +
AbstractLinkedMap.LinkMapIterator - Class in org.apache.commons.collections.map
MapIterator implementation.
AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap) - +Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator +
  +
AbstractLinkedMap.ValuesIterator - Class in org.apache.commons.collections.map
Values iterator.
AbstractLinkedMap.ValuesIterator(AbstractLinkedMap) - +Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator +
  +
AbstractListDecorator - Class in org.apache.commons.collections.list
Decorates another List to provide additional behaviour.
AbstractListDecorator() - +Constructor for class org.apache.commons.collections.list.AbstractListDecorator +
Constructor only used in deserialization, do not use otherwise. +
AbstractListDecorator(List) - +Constructor for class org.apache.commons.collections.list.AbstractListDecorator +
Constructor that wraps (not copies). +
AbstractListIteratorDecorator - Class in org.apache.commons.collections.iterators
Provides basic behaviour for decorating a list iterator with extra functionality.
AbstractListIteratorDecorator(ListIterator) - +Constructor for class org.apache.commons.collections.iterators.AbstractListIteratorDecorator +
Constructor that decorates the specified iterator.
AbstractMapBag - Class in org.apache.commons.collections.bag
Abstract implementation of the Bag interface to simplify the creation - of subclass implementations.
AbstractMapBag() - -Constructor for class org.apache.commons.collections.bag.AbstractMapBag -
Constructor needed for subclass serialisation. -
AbstractMapBag(Map) - -Constructor for class org.apache.commons.collections.bag.AbstractMapBag -
Constructor that assigns the specified Map as the backing store. + of subclass implementations.
AbstractMapBag() - +Constructor for class org.apache.commons.collections.bag.AbstractMapBag +
Constructor needed for subclass serialisation. +
AbstractMapBag(Map) - +Constructor for class org.apache.commons.collections.bag.AbstractMapBag +
Constructor that assigns the specified Map as the backing store.
AbstractMapBag.MutableInteger - Class in org.apache.commons.collections.bag
Mutable integer class for storing the data.
AbstractMapDecorator - Class in org.apache.commons.collections.map
Provides a base decorator that enables additional functionality to be added - to a Map via decoration.
AbstractMapDecorator() - -Constructor for class org.apache.commons.collections.map.AbstractMapDecorator -
Constructor only used in deserialization, do not use otherwise. -
AbstractMapDecorator(Map) - -Constructor for class org.apache.commons.collections.map.AbstractMapDecorator -
Constructor that wraps (not copies). + to a Map via decoration.
AbstractMapDecorator() - +Constructor for class org.apache.commons.collections.map.AbstractMapDecorator +
Constructor only used in deserialization, do not use otherwise. +
AbstractMapDecorator(Map) - +Constructor for class org.apache.commons.collections.map.AbstractMapDecorator +
Constructor that wraps (not copies).
AbstractMapEntry - Class in org.apache.commons.collections.keyvalue
Abstract Pair class to assist with creating correct - Map.Entry implementations.
AbstractMapEntry(Object, Object) - -Constructor for class org.apache.commons.collections.keyvalue.AbstractMapEntry -
Constructs a new entry with the given key and given value. + Map.Entry implementations.
AbstractMapEntry(Object, Object) - +Constructor for class org.apache.commons.collections.keyvalue.AbstractMapEntry +
Constructs a new entry with the given key and given value.
AbstractMapEntryDecorator - Class in org.apache.commons.collections.keyvalue
Provides a base decorator that allows additional functionality to be - added to a Map.Entry.
AbstractMapEntryDecorator(Map.Entry) - -Constructor for class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator -
Constructor that wraps (not copies). -
AbstractMapIteratorDecorator - Class in org.apache.commons.collections.iterators
Provides basic behaviour for decorating a map iterator with extra functionality.
AbstractMapIteratorDecorator(MapIterator) - -Constructor for class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator -
Constructor that decorates the specified iterator. + added to a Map.Entry.
AbstractMapEntryDecorator(Map.Entry) - +Constructor for class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator +
Constructor that wraps (not copies). +
AbstractMapIteratorDecorator - Class in org.apache.commons.collections.iterators
Provides basic behaviour for decorating a map iterator with extra functionality.
AbstractMapIteratorDecorator(MapIterator) - +Constructor for class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator +
Constructor that decorates the specified iterator.
AbstractOrderedBidiMapDecorator - Class in org.apache.commons.collections.bidimap
Provides a base decorator that enables additional functionality to be added - to an OrderedBidiMap via decoration.
AbstractOrderedBidiMapDecorator(OrderedBidiMap) - -Constructor for class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator -
Constructor that wraps (not copies). + to an OrderedBidiMap via decoration.
AbstractOrderedBidiMapDecorator(OrderedBidiMap) - +Constructor for class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator +
Constructor that wraps (not copies).
AbstractOrderedMapDecorator - Class in org.apache.commons.collections.map
Provides a base decorator that enables additional functionality to be added - to an OrderedMap via decoration.
AbstractOrderedMapDecorator() - -Constructor for class org.apache.commons.collections.map.AbstractOrderedMapDecorator -
Constructor only used in deserialization, do not use otherwise. -
AbstractOrderedMapDecorator(OrderedMap) - -Constructor for class org.apache.commons.collections.map.AbstractOrderedMapDecorator -
Constructor that wraps (not copies). -
AbstractOrderedMapIteratorDecorator - Class in org.apache.commons.collections.iterators
Provides basic behaviour for decorating an ordered map iterator with extra functionality.
AbstractOrderedMapIteratorDecorator(OrderedMapIterator) - -Constructor for class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator -
Constructor that decorates the specified iterator. + to an OrderedMap via decoration.
AbstractOrderedMapDecorator() - +Constructor for class org.apache.commons.collections.map.AbstractOrderedMapDecorator +
Constructor only used in deserialization, do not use otherwise. +
AbstractOrderedMapDecorator(OrderedMap) - +Constructor for class org.apache.commons.collections.map.AbstractOrderedMapDecorator +
Constructor that wraps (not copies). +
AbstractOrderedMapIteratorDecorator - Class in org.apache.commons.collections.iterators
Provides basic behaviour for decorating an ordered map iterator with extra functionality.
AbstractOrderedMapIteratorDecorator(OrderedMapIterator) - +Constructor for class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator +
Constructor that decorates the specified iterator.
AbstractReferenceMap - Class in org.apache.commons.collections.map
An abstract implementation of a hash-based map that allows the entries to - be removed by the garbage collector.
AbstractReferenceMap() - -Constructor for class org.apache.commons.collections.map.AbstractReferenceMap -
Constructor used during deserialization. -
AbstractReferenceMap(int, int, int, float, boolean) - -Constructor for class org.apache.commons.collections.map.AbstractReferenceMap + be removed by the garbage collector.
AbstractReferenceMap() - +Constructor for class org.apache.commons.collections.map.AbstractReferenceMap +
Constructor used during deserialization. +
AbstractReferenceMap(int, int, int, float, boolean) - +Constructor for class org.apache.commons.collections.map.AbstractReferenceMap
Constructs a new empty map with the specified reference types, - load factor and initial capacity. -
AbstractReferenceMap.ReferenceEntry - Class in org.apache.commons.collections.map
A MapEntry implementation for the map.
AbstractReferenceMap.ReferenceEntry(AbstractReferenceMap, AbstractHashedMap.HashEntry, int, Object, Object) - -Constructor for class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry -
Creates a new entry object for the ReferenceMap. -
AbstractSerializableCollectionDecorator - Class in org.apache.commons.collections.collection
Serializable subclass of AbstractCollectionDecorator.
AbstractSerializableCollectionDecorator(Collection) - -Constructor for class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator -
Constructor. -
AbstractSerializableListDecorator - Class in org.apache.commons.collections.list
Serializable subclass of AbstractListDecorator.
AbstractSerializableListDecorator(List) - -Constructor for class org.apache.commons.collections.list.AbstractSerializableListDecorator -
Constructor. -
AbstractSerializableSetDecorator - Class in org.apache.commons.collections.set
Serializable subclass of AbstractSetDecorator.
AbstractSerializableSetDecorator(Set) - -Constructor for class org.apache.commons.collections.set.AbstractSerializableSetDecorator -
Constructor. -
AbstractSetDecorator - Class in org.apache.commons.collections.set
Decorates another Set to provide additional behaviour.
AbstractSetDecorator() - -Constructor for class org.apache.commons.collections.set.AbstractSetDecorator -
Constructor only used in deserialization, do not use otherwise. -
AbstractSetDecorator(Set) - -Constructor for class org.apache.commons.collections.set.AbstractSetDecorator -
Constructor that wraps (not copies). -
AbstractSortedBagDecorator - Class in org.apache.commons.collections.bag
Decorates another SortedBag to provide additional behaviour.
AbstractSortedBagDecorator() - -Constructor for class org.apache.commons.collections.bag.AbstractSortedBagDecorator -
Constructor only used in deserialization, do not use otherwise. -
AbstractSortedBagDecorator(SortedBag) - -Constructor for class org.apache.commons.collections.bag.AbstractSortedBagDecorator -
Constructor that wraps (not copies). + load factor and initial capacity. +
AbstractReferenceMap.ReferenceEntry - Class in org.apache.commons.collections.map
A MapEntry implementation for the map.
AbstractReferenceMap.ReferenceEntry(AbstractReferenceMap, AbstractHashedMap.HashEntry, int, Object, Object) - +Constructor for class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry +
Creates a new entry object for the ReferenceMap. +
AbstractSerializableCollectionDecorator - Class in org.apache.commons.collections.collection
Serializable subclass of AbstractCollectionDecorator.
AbstractSerializableCollectionDecorator(Collection) - +Constructor for class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator +
Constructor. +
AbstractSerializableListDecorator - Class in org.apache.commons.collections.list
Serializable subclass of AbstractListDecorator.
AbstractSerializableListDecorator(List) - +Constructor for class org.apache.commons.collections.list.AbstractSerializableListDecorator +
Constructor. +
AbstractSerializableSetDecorator - Class in org.apache.commons.collections.set
Serializable subclass of AbstractSetDecorator.
AbstractSerializableSetDecorator(Set) - +Constructor for class org.apache.commons.collections.set.AbstractSerializableSetDecorator +
Constructor. +
AbstractSetDecorator - Class in org.apache.commons.collections.set
Decorates another Set to provide additional behaviour.
AbstractSetDecorator() - +Constructor for class org.apache.commons.collections.set.AbstractSetDecorator +
Constructor only used in deserialization, do not use otherwise. +
AbstractSetDecorator(Set) - +Constructor for class org.apache.commons.collections.set.AbstractSetDecorator +
Constructor that wraps (not copies). +
AbstractSortedBagDecorator - Class in org.apache.commons.collections.bag
Decorates another SortedBag to provide additional behaviour.
AbstractSortedBagDecorator() - +Constructor for class org.apache.commons.collections.bag.AbstractSortedBagDecorator +
Constructor only used in deserialization, do not use otherwise. +
AbstractSortedBagDecorator(SortedBag) - +Constructor for class org.apache.commons.collections.bag.AbstractSortedBagDecorator +
Constructor that wraps (not copies).
AbstractSortedBidiMapDecorator - Class in org.apache.commons.collections.bidimap
Provides a base decorator that enables additional functionality to be added - to a SortedBidiMap via decoration.
AbstractSortedBidiMapDecorator(SortedBidiMap) - -Constructor for class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator -
Constructor that wraps (not copies). + to a SortedBidiMap via decoration.
AbstractSortedBidiMapDecorator(SortedBidiMap) - +Constructor for class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator +
Constructor that wraps (not copies).
AbstractSortedMapDecorator - Class in org.apache.commons.collections.map
Provides a base decorator that enables additional functionality to be added - to a Map via decoration.
AbstractSortedMapDecorator() - -Constructor for class org.apache.commons.collections.map.AbstractSortedMapDecorator -
Constructor only used in deserialization, do not use otherwise. -
AbstractSortedMapDecorator(SortedMap) - -Constructor for class org.apache.commons.collections.map.AbstractSortedMapDecorator -
Constructor that wraps (not copies). -
AbstractSortedSetDecorator - Class in org.apache.commons.collections.set
Decorates another SortedSet to provide additional behaviour.
AbstractSortedSetDecorator() - -Constructor for class org.apache.commons.collections.set.AbstractSortedSetDecorator -
Constructor only used in deserialization, do not use otherwise. -
AbstractSortedSetDecorator(Set) - -Constructor for class org.apache.commons.collections.set.AbstractSortedSetDecorator -
Constructor that wraps (not copies). -
add(Object, int) - -Method in class org.apache.commons.collections.bag.AbstractBagDecorator -
  -
add(Object) - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Adds a new element to the bag, incrementing its count in the underlying map. -
add(Object, int) - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Adds a new element to the bag, incrementing its count in the map. -
add(Object) - -Method in interface org.apache.commons.collections.Bag + to a Map via decoration.
AbstractSortedMapDecorator() - +Constructor for class org.apache.commons.collections.map.AbstractSortedMapDecorator +
Constructor only used in deserialization, do not use otherwise. +
AbstractSortedMapDecorator(SortedMap) - +Constructor for class org.apache.commons.collections.map.AbstractSortedMapDecorator +
Constructor that wraps (not copies). +
AbstractSortedSetDecorator - Class in org.apache.commons.collections.set
Decorates another SortedSet to provide additional behaviour.
AbstractSortedSetDecorator() - +Constructor for class org.apache.commons.collections.set.AbstractSortedSetDecorator +
Constructor only used in deserialization, do not use otherwise. +
AbstractSortedSetDecorator(Set) - +Constructor for class org.apache.commons.collections.set.AbstractSortedSetDecorator +
Constructor that wraps (not copies). +
add(Object, int) - +Method in class org.apache.commons.collections.bag.AbstractBagDecorator +
  +
add(Object) - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Adds a new element to the bag, incrementing its count in the underlying map. +
add(Object, int) - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Adds a new element to the bag, incrementing its count in the map. +
add(Object) - +Method in interface org.apache.commons.collections.Bag
(Violation) - Adds one copy the specified object to the Bag. -
add(Object, int) - -Method in interface org.apache.commons.collections.Bag -
Adds nCopies copies of the specified object to the Bag. -
add(Object, int) - -Method in class org.apache.commons.collections.bag.PredicatedBag -
  -
add(Object, int) - -Method in class org.apache.commons.collections.bag.SynchronizedBag -
  -
add(Object, int) - -Method in class org.apache.commons.collections.bag.TransformedBag -
  -
add(Object) - -Method in class org.apache.commons.collections.bag.UnmodifiableBag -
  -
add(Object, int) - -Method in class org.apache.commons.collections.bag.UnmodifiableBag -
  -
add(Object) - -Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag -
  -
add(Object, int) - -Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag -
  -
add(Object) - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Adds an object to this heap. -
add(Object) - -Method in class org.apache.commons.collections.BoundedFifoBuffer -
Deprecated. Adds the given element to this buffer. -
add(Object) - -Method in class org.apache.commons.collections.buffer.BlockingBuffer -
  -
add(Object) - -Method in class org.apache.commons.collections.buffer.BoundedBuffer -
  -
add(Object) - -Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer -
Adds the given element to this buffer. -
add(Object) - -Method in class org.apache.commons.collections.buffer.CircularFifoBuffer + Adds one copy the specified object to the Bag. +
add(Object, int) - +Method in interface org.apache.commons.collections.Bag +
Adds nCopies copies of the specified object to the Bag. +
add(Object, int) - +Method in class org.apache.commons.collections.bag.PredicatedBag +
  +
add(Object, int) - +Method in class org.apache.commons.collections.bag.SynchronizedBag +
  +
add(Object, int) - +Method in class org.apache.commons.collections.bag.TransformedBag +
  +
add(Object) - +Method in class org.apache.commons.collections.bag.UnmodifiableBag +
  +
add(Object, int) - +Method in class org.apache.commons.collections.bag.UnmodifiableBag +
  +
add(Object) - +Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag +
  +
add(Object, int) - +Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag +
  +
add(Object) - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Adds an object to this heap. +
add(Object) - +Method in class org.apache.commons.collections.BoundedFifoBuffer +
Deprecated. Adds the given element to this buffer. +
add(Object) - +Method in class org.apache.commons.collections.buffer.BlockingBuffer +
  +
add(Object) - +Method in class org.apache.commons.collections.buffer.BoundedBuffer +
  +
add(Object) - +Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer +
Adds the given element to this buffer. +
add(Object) - +Method in class org.apache.commons.collections.buffer.CircularFifoBuffer
If the buffer is full, the least recently added element is discarded so - that a new element can be inserted. -
add(Object) - -Method in class org.apache.commons.collections.buffer.PriorityBuffer -
Adds an element to the buffer. -
add(Object) - -Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer -
Adds the given element to this buffer. -
add(Object) - -Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer -
  -
add(Object) - -Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
  -
add(Object) - -Method in class org.apache.commons.collections.collection.CompositeCollection + that a new element can be inserted. +
add(Object) - +Method in class org.apache.commons.collections.buffer.PriorityBuffer +
Adds an element to the buffer. +
add(Object) - +Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer +
Adds the given element to this buffer. +
add(Object) - +Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer +
  +
add(Object) - +Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
  +
add(Object) - +Method in class org.apache.commons.collections.collection.CompositeCollection
Adds an object to the collection, throwing UnsupportedOperationException - unless a CollectionMutator strategy is specified. -
add(CompositeCollection, Collection[], Object) - -Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator -
Called when an object is to be added to the composite. -
add(Object) - -Method in class org.apache.commons.collections.collection.PredicatedCollection + unless a CollectionMutator strategy is specified. +
add(CompositeCollection, Collection[], Object) - +Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator +
Called when an object is to be added to the composite. +
add(Object) - +Method in class org.apache.commons.collections.collection.PredicatedCollection
Override to validate the object being added to ensure it matches - the predicate. -
add(Object) - -Method in class org.apache.commons.collections.collection.SynchronizedCollection -
  -
add(Object) - -Method in class org.apache.commons.collections.collection.TransformedCollection -
  -
add(Object) - -Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection -
  -
add(Object) - -Method in class org.apache.commons.collections.collection.UnmodifiableCollection -
  -
add(Object) - -Method in class org.apache.commons.collections.comparators.FixedOrderComparator -
Adds an item, which compares as after all items known to the Comparator. -
add(Object) - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Appends the specified element to the end of this list. -
add(int, Object) - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Inserts the specified element at the specified position in this list. -
add(Object) - -Method in class org.apache.commons.collections.CursorableLinkedList.Cursor -
Deprecated.   -
add(Object) - -Method in class org.apache.commons.collections.DefaultMapBag -
Deprecated. Adds a new element to the bag by incrementing its count in the - underlying map. -
add(Object, int) - -Method in class org.apache.commons.collections.DefaultMapBag -
Deprecated. Adds a new element to the bag by incrementing its count in the map. -
add(Object) - -Method in class org.apache.commons.collections.FastArrayList -
Appends the specified element to the end of this list. -
add(int, Object) - -Method in class org.apache.commons.collections.FastArrayList + the predicate. +
add(Object) - +Method in class org.apache.commons.collections.collection.SynchronizedCollection +
  +
add(Object) - +Method in class org.apache.commons.collections.collection.TransformedCollection +
  +
add(Object) - +Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection +
  +
add(Object) - +Method in class org.apache.commons.collections.collection.UnmodifiableCollection +
  +
add(Object) - +Method in class org.apache.commons.collections.comparators.FixedOrderComparator +
Adds an item, which compares as after all items known to the Comparator. +
add(Object) - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Appends the specified element to the end of this list. +
add(int, Object) - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Inserts the specified element at the specified position in this list. +
add(Object) - +Method in class org.apache.commons.collections.CursorableLinkedList.Cursor +
Deprecated.   +
add(Object) - +Method in class org.apache.commons.collections.DefaultMapBag +
Deprecated. Adds a new element to the bag by incrementing its count in the + underlying map. +
add(Object, int) - +Method in class org.apache.commons.collections.DefaultMapBag +
Deprecated. Adds a new element to the bag by incrementing its count in the map. +
add(Object) - +Method in class org.apache.commons.collections.FastArrayList +
Appends the specified element to the end of this list. +
add(int, Object) - +Method in class org.apache.commons.collections.FastArrayList
Insert the specified element at the specified position in this list, - and shift all remaining elements up one position. -
add(Object) - -Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator -
  -
add(Object) - -Method in class org.apache.commons.collections.iterators.ArrayListIterator + and shift all remaining elements up one position. +
add(Object) - +Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator +
  +
add(Object) - +Method in class org.apache.commons.collections.iterators.ArrayListIterator
This iterator does not support modification of its backing collection, and so will - always throw an UnsupportedOperationException when this method is invoked. -
add(Object) - -Method in class org.apache.commons.collections.iterators.FilterListIterator -
Not supported. -
add(Object) - -Method in class org.apache.commons.collections.iterators.ListIteratorWrapper -
Throws UnsupportedOperationException. -
add(Object) - -Method in class org.apache.commons.collections.iterators.LoopingListIterator -
Inserts the specified element into the underlying list. -
add(Object) - -Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator + always throw an UnsupportedOperationException when this method is invoked. +
add(Object) - +Method in class org.apache.commons.collections.iterators.FilterListIterator +
Not supported. +
add(Object) - +Method in class org.apache.commons.collections.iterators.ListIteratorWrapper +
Throws UnsupportedOperationException. +
add(Object) - +Method in class org.apache.commons.collections.iterators.LoopingListIterator +
Inserts the specified element into the underlying list. +
add(Object) - +Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator
This iterator does not support modification of its backing array's size, and so will - always throw an UnsupportedOperationException when this method is invoked. -
add(Object) - -Method in class org.apache.commons.collections.iterators.ProxyListIterator -
Deprecated. Invokes the underlying ListIterator.add(Object) method. -
add(Object) - -Method in class org.apache.commons.collections.iterators.ReverseListIterator -
Adds a new element to the list between the next and previous elements. -
add(Object) - -Method in class org.apache.commons.collections.iterators.SingletonListIterator -
Add always throws UnsupportedOperationException. -
add(Object) - -Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator -
  -
add(Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
add(int, Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
add(Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator -
  -
add(int, Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList -
  -
add(Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator -
  -
add(int, Object) - -Method in class org.apache.commons.collections.list.AbstractListDecorator -
  -
add(Object) - -Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor -
Adds an object to the list. -
add(Object) - -Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor -
  -
add(Object) - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
add(int, Object) - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
add(int, Object) - -Method in class org.apache.commons.collections.list.GrowthList -
Decorate the add method to perform the growth behaviour. -
add(int, Object) - -Method in class org.apache.commons.collections.list.PredicatedList -
  -
add(Object) - -Method in class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator -
  -
add(Object) - -Method in class org.apache.commons.collections.list.SetUniqueList -
Adds an element to the list if it is not already present. -
add(int, Object) - -Method in class org.apache.commons.collections.list.SetUniqueList -
Adds an element to a specific index in the list if it is not already present. -
add(int, Object) - -Method in class org.apache.commons.collections.list.SynchronizedList -
  -
add(int, Object) - -Method in class org.apache.commons.collections.list.TransformedList -
  -
add(Object) - -Method in class org.apache.commons.collections.list.TransformedList.TransformedListIterator -
  -
add(int, Object) - -Method in class org.apache.commons.collections.list.TreeList -
Adds a new element to the list. -
add(Object) - -Method in class org.apache.commons.collections.list.UnmodifiableList -
  -
add(int, Object) - -Method in class org.apache.commons.collections.list.UnmodifiableList -
  -
add(Object) - -Method in class org.apache.commons.collections.map.UnmodifiableEntrySet -
  -
add(Object) - -Method in class org.apache.commons.collections.set.ListOrderedSet -
  -
add(int, Object) - -Method in class org.apache.commons.collections.set.ListOrderedSet -
  -
add(Object) - -Method in class org.apache.commons.collections.set.MapBackedSet -
  -
add(Object) - -Method in class org.apache.commons.collections.set.UnmodifiableSet -
  -
add(Object) - -Method in class org.apache.commons.collections.set.UnmodifiableSortedSet -
  -
add(Object) - -Method in class org.apache.commons.collections.UnboundedFifoBuffer -
Deprecated. Adds the given element to this buffer. -
addAll(Collection) - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Invokes AbstractMapBag.add(Object) for each element in the given collection. -
addAll(Collection) - -Method in class org.apache.commons.collections.bag.UnmodifiableBag -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.buffer.BlockingBuffer -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.buffer.BoundedBuffer -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.collection.CompositeCollection + always throw an UnsupportedOperationException when this method is invoked. +
add(Object) - +Method in class org.apache.commons.collections.iterators.ProxyListIterator +
Deprecated. Invokes the underlying ListIterator.add(Object) method. +
add(Object) - +Method in class org.apache.commons.collections.iterators.ReverseListIterator +
Adds a new element to the list between the next and previous elements. +
add(Object) - +Method in class org.apache.commons.collections.iterators.SingletonListIterator +
Add always throws UnsupportedOperationException. +
add(Object) - +Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator +
  +
add(Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
add(int, Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
add(Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator +
  +
add(int, Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList +
  +
add(Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator +
  +
add(int, Object) - +Method in class org.apache.commons.collections.list.AbstractListDecorator +
  +
add(Object) - +Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor +
Adds an object to the list. +
add(Object) - +Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor +
  +
add(Object) - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
add(int, Object) - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
add(int, Object) - +Method in class org.apache.commons.collections.list.GrowthList +
Decorate the add method to perform the growth behaviour. +
add(int, Object) - +Method in class org.apache.commons.collections.list.PredicatedList +
  +
add(Object) - +Method in class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator +
  +
add(Object) - +Method in class org.apache.commons.collections.list.SetUniqueList +
Adds an element to the list if it is not already present. +
add(int, Object) - +Method in class org.apache.commons.collections.list.SetUniqueList +
Adds an element to a specific index in the list if it is not already present. +
add(int, Object) - +Method in class org.apache.commons.collections.list.SynchronizedList +
  +
add(int, Object) - +Method in class org.apache.commons.collections.list.TransformedList +
  +
add(Object) - +Method in class org.apache.commons.collections.list.TransformedList.TransformedListIterator +
  +
add(int, Object) - +Method in class org.apache.commons.collections.list.TreeList +
Adds a new element to the list. +
add(Object) - +Method in class org.apache.commons.collections.list.UnmodifiableList +
  +
add(int, Object) - +Method in class org.apache.commons.collections.list.UnmodifiableList +
  +
add(Object) - +Method in class org.apache.commons.collections.map.UnmodifiableEntrySet +
  +
add(Object) - +Method in class org.apache.commons.collections.set.ListOrderedSet +
  +
add(int, Object) - +Method in class org.apache.commons.collections.set.ListOrderedSet +
  +
add(Object) - +Method in class org.apache.commons.collections.set.MapBackedSet +
  +
add(Object) - +Method in class org.apache.commons.collections.set.UnmodifiableSet +
  +
add(Object) - +Method in class org.apache.commons.collections.set.UnmodifiableSortedSet +
  +
add(Object) - +Method in class org.apache.commons.collections.UnboundedFifoBuffer +
Deprecated. Adds the given element to this buffer. +
addAll(Collection) - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Invokes AbstractMapBag.add(Object) for each element in the given collection. +
addAll(Collection) - +Method in class org.apache.commons.collections.bag.UnmodifiableBag +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.buffer.BlockingBuffer +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.buffer.BoundedBuffer +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.collection.CompositeCollection
Adds a collection of elements to this collection, throwing - UnsupportedOperationException unless a CollectionMutator strategy is specified. -
addAll(CompositeCollection, Collection[], Collection) - -Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator -
Called when a collection is to be added to the composite. -
addAll(Collection) - -Method in class org.apache.commons.collections.collection.PredicatedCollection + UnsupportedOperationException unless a CollectionMutator strategy is specified. +
addAll(CompositeCollection, Collection[], Collection) - +Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator +
Called when a collection is to be added to the composite. +
addAll(Collection) - +Method in class org.apache.commons.collections.collection.PredicatedCollection
Override to validate the objects being added to ensure they match - the predicate. -
addAll(Collection) - -Method in class org.apache.commons.collections.collection.SynchronizedCollection -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.collection.TransformedCollection -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.collection.UnmodifiableCollection -
  -
addAll(Collection, Iterator) - -Static method in class org.apache.commons.collections.CollectionUtils -
Adds all elements in the iteration to the given collection. -
addAll(Collection, Enumeration) - -Static method in class org.apache.commons.collections.CollectionUtils -
Adds all elements in the enumeration to the given collection. -
addAll(Collection, Object[]) - -Static method in class org.apache.commons.collections.CollectionUtils -
Adds all elements in the array to the given collection. -
addAll(Collection) - -Method in class org.apache.commons.collections.CursorableLinkedList + the predicate. +
addAll(Collection) - +Method in class org.apache.commons.collections.collection.SynchronizedCollection +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.collection.TransformedCollection +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.collection.UnmodifiableCollection +
  +
addAll(Collection, Iterator) - +Static method in class org.apache.commons.collections.CollectionUtils +
Adds all elements in the iteration to the given collection. +
addAll(Collection, Enumeration) - +Static method in class org.apache.commons.collections.CollectionUtils +
Adds all elements in the enumeration to the given collection. +
addAll(Collection, Object[]) - +Static method in class org.apache.commons.collections.CollectionUtils +
Adds all elements in the array to the given collection. +
addAll(Collection) - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified - Collection's Iterator. -
addAll(int, Collection) - -Method in class org.apache.commons.collections.CursorableLinkedList + Collection's Iterator. +
addAll(int, Collection) - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Inserts all of the elements in the specified collection into this - list at the specified position. -
addAll(Collection) - -Method in class org.apache.commons.collections.DefaultMapBag -
Deprecated. Invokes DefaultMapBag.add(Object) for each element in the given collection. -
addAll(Collection) - -Method in class org.apache.commons.collections.FastArrayList + list at the specified position. +
addAll(Collection) - +Method in class org.apache.commons.collections.DefaultMapBag +
Deprecated. Invokes DefaultMapBag.add(Object) for each element in the given collection. +
addAll(Collection) - +Method in class org.apache.commons.collections.FastArrayList
Append all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified - Collection's Iterator. -
addAll(int, Collection) - -Method in class org.apache.commons.collections.FastArrayList + Collection's Iterator. +
addAll(int, Collection) - +Method in class org.apache.commons.collections.FastArrayList
Insert all of the elements in the specified Collection at the specified position in this list, and shift any previous elements upwards as - needed. -
addAll(Collection) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
addAll(int, Collection) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList -
  -
addAll(int, Collection) - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList -
  -
addAll(int, Collection) - -Method in class org.apache.commons.collections.list.AbstractListDecorator -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
addAll(int, Collection) - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
addAll(int, Collection) - -Method in class org.apache.commons.collections.list.GrowthList -
Decorate the addAll method to perform the growth behaviour. -
addAll(int, Collection) - -Method in class org.apache.commons.collections.list.PredicatedList -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.list.SetUniqueList -
Adds an element to the end of the list if it is not already present. -
addAll(int, Collection) - -Method in class org.apache.commons.collections.list.SetUniqueList -
Adds a collection of objects to the end of the list avoiding duplicates. -
addAll(int, Collection) - -Method in class org.apache.commons.collections.list.SynchronizedList -
  -
addAll(int, Collection) - -Method in class org.apache.commons.collections.list.TransformedList -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.list.UnmodifiableList -
  -
addAll(int, Collection) - -Method in class org.apache.commons.collections.list.UnmodifiableList -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.map.UnmodifiableEntrySet -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.set.ListOrderedSet -
  -
addAll(int, Collection) - -Method in class org.apache.commons.collections.set.ListOrderedSet -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.set.MapBackedSet -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.set.UnmodifiableSet -
  -
addAll(Collection) - -Method in class org.apache.commons.collections.set.UnmodifiableSortedSet -
  -
addAsEqual(Object, Object) - -Method in class org.apache.commons.collections.comparators.FixedOrderComparator -
Adds a new item, which compares as equal to the given existing item. -
addComparator(Comparator) - -Method in class org.apache.commons.collections.comparators.ComparatorChain + needed. +
addAll(Collection) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
addAll(int, Collection) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList +
  +
addAll(int, Collection) - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList +
  +
addAll(int, Collection) - +Method in class org.apache.commons.collections.list.AbstractListDecorator +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
addAll(int, Collection) - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
addAll(int, Collection) - +Method in class org.apache.commons.collections.list.GrowthList +
Decorate the addAll method to perform the growth behaviour. +
addAll(int, Collection) - +Method in class org.apache.commons.collections.list.PredicatedList +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.list.SetUniqueList +
Adds an element to the end of the list if it is not already present. +
addAll(int, Collection) - +Method in class org.apache.commons.collections.list.SetUniqueList +
Adds a collection of objects to the end of the list avoiding duplicates. +
addAll(int, Collection) - +Method in class org.apache.commons.collections.list.SynchronizedList +
  +
addAll(int, Collection) - +Method in class org.apache.commons.collections.list.TransformedList +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.list.UnmodifiableList +
  +
addAll(int, Collection) - +Method in class org.apache.commons.collections.list.UnmodifiableList +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.map.UnmodifiableEntrySet +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.set.ListOrderedSet +
  +
addAll(int, Collection) - +Method in class org.apache.commons.collections.set.ListOrderedSet +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.set.MapBackedSet +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.set.UnmodifiableSet +
  +
addAll(Collection) - +Method in class org.apache.commons.collections.set.UnmodifiableSortedSet +
  +
addAsEqual(Object, Object) - +Method in class org.apache.commons.collections.comparators.FixedOrderComparator +
Adds a new item, which compares as equal to the given existing item. +
addComparator(Comparator) - +Method in class org.apache.commons.collections.comparators.ComparatorChain
Add a Comparator to the end of the chain using the - forward sort order -
addComparator(Comparator, boolean) - -Method in class org.apache.commons.collections.comparators.ComparatorChain + forward sort order +
addComparator(Comparator, boolean) - +Method in class org.apache.commons.collections.comparators.ComparatorChain
Add a Comparator to the end of the chain using the - given sort order -
addComposited(Collection[]) - -Method in class org.apache.commons.collections.collection.CompositeCollection -
Add these Collections to the list of collections in this composite -
addComposited(Collection) - -Method in class org.apache.commons.collections.collection.CompositeCollection -
Add an additional collection to this composite. -
addComposited(Collection, Collection) - -Method in class org.apache.commons.collections.collection.CompositeCollection -
Add two additional collections to this composite. -
addComposited(Map) - -Method in class org.apache.commons.collections.map.CompositeMap -
Add an additional Map to the composite. -
addComposited(Collection) - -Method in class org.apache.commons.collections.set.CompositeSet -
Add a Set to this composite -
addComposited(Collection, Collection) - -Method in class org.apache.commons.collections.set.CompositeSet -
Add two sets to this composite -
addComposited(Collection[]) - -Method in class org.apache.commons.collections.set.CompositeSet -
Add an array of sets to this composite -
addEntry(AbstractHashedMap.HashEntry, int) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Adds an entry into this map. -
addEntry(AbstractHashedMap.HashEntry, int) - -Method in class org.apache.commons.collections.map.AbstractLinkedMap -
Adds an entry into this map, maintaining insertion order. -
addFirst(Object) - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Inserts the specified element at the beginning of this list. -
addFirst(Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
addIgnoreNull(Collection, Object) - -Static method in class org.apache.commons.collections.CollectionUtils -
Adds an element to the collection unless the element is null. -
addIterator(Iterator) - -Method in class org.apache.commons.collections.iterators.CollatingIterator -
Adds the given Iterator to the iterators being collated. -
addIterator(Iterator) - -Method in class org.apache.commons.collections.iterators.IteratorChain -
Add an Iterator to the end of the chain -
addLast(Object) - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Inserts the specified element at the end of this list. -
addLast(Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
addMapping(int, int, Object, Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Adds a new key-value mapping into this map. -
addMapping(int, int, Object, Object) - -Method in class org.apache.commons.collections.map.LRUMap -
Adds a new key-value mapping into this map. -
addNode(AbstractLinkedList.Node, AbstractLinkedList.Node) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
Inserts a new node into the list. -
addNode(AbstractLinkedList.Node, AbstractLinkedList.Node) - -Method in class org.apache.commons.collections.list.CursorableLinkedList -
Inserts a new node into the list. -
addNodeAfter(AbstractLinkedList.Node, Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
Creates a new node with the specified object as its - value and inserts it after node. -
addNodeBefore(AbstractLinkedList.Node, Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
Creates a new node with the specified object as its - value and inserts it before node. -
addNodeToCache(AbstractLinkedList.Node) - -Method in class org.apache.commons.collections.list.NodeCachingLinkedList -
Adds a node to the cache, if the cache isn't full. -
addProperty(String, Object) - -Method in class org.apache.commons.collections.ExtendedProperties -
Add a property to the configuration. -
after - -Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry -
The entry after this one in the order -
all - -Variable in class org.apache.commons.collections.collection.CompositeCollection -
Collections in the composite + given sort order +
addComposited(Collection[]) - +Method in class org.apache.commons.collections.collection.CompositeCollection +
Add these Collections to the list of collections in this composite +
addComposited(Collection) - +Method in class org.apache.commons.collections.collection.CompositeCollection +
Add an additional collection to this composite. +
addComposited(Collection, Collection) - +Method in class org.apache.commons.collections.collection.CompositeCollection +
Add two additional collections to this composite. +
addComposited(Map) - +Method in class org.apache.commons.collections.map.CompositeMap +
Add an additional Map to the composite. +
addComposited(Collection) - +Method in class org.apache.commons.collections.set.CompositeSet +
Add a Set to this composite +
addComposited(Collection, Collection) - +Method in class org.apache.commons.collections.set.CompositeSet +
Add two sets to this composite +
addComposited(Collection[]) - +Method in class org.apache.commons.collections.set.CompositeSet +
Add an array of sets to this composite +
addEntry(AbstractHashedMap.HashEntry, int) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Adds an entry into this map. +
addEntry(AbstractHashedMap.HashEntry, int) - +Method in class org.apache.commons.collections.map.AbstractLinkedMap +
Adds an entry into this map, maintaining insertion order. +
addFirst(Object) - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Inserts the specified element at the beginning of this list. +
addFirst(Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
addIgnoreNull(Collection, Object) - +Static method in class org.apache.commons.collections.CollectionUtils +
Adds an element to the collection unless the element is null. +
addIterator(Iterator) - +Method in class org.apache.commons.collections.iterators.CollatingIterator +
Adds the given Iterator to the iterators being collated. +
addIterator(Iterator) - +Method in class org.apache.commons.collections.iterators.IteratorChain +
Add an Iterator to the end of the chain +
addLast(Object) - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Inserts the specified element at the end of this list. +
addLast(Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
addMapping(int, int, Object, Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Adds a new key-value mapping into this map. +
addMapping(int, int, Object, Object) - +Method in class org.apache.commons.collections.map.LRUMap +
Adds a new key-value mapping into this map. +
addNode(AbstractLinkedList.Node, AbstractLinkedList.Node) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
Inserts a new node into the list. +
addNode(AbstractLinkedList.Node, AbstractLinkedList.Node) - +Method in class org.apache.commons.collections.list.CursorableLinkedList +
Inserts a new node into the list. +
addNodeAfter(AbstractLinkedList.Node, Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
Creates a new node with the specified object as its + value and inserts it after node. +
addNodeBefore(AbstractLinkedList.Node, Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
Creates a new node with the specified object as its + value and inserts it before node. +
addNodeToCache(AbstractLinkedList.Node) - +Method in class org.apache.commons.collections.list.NodeCachingLinkedList +
Adds a node to the cache, if the cache isn't full. +
addProperty(String, Object) - +Method in class org.apache.commons.collections.ExtendedProperties +
Add a property to the configuration. +
after - +Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry +
The entry after this one in the order +
all - +Variable in class org.apache.commons.collections.collection.CompositeCollection +
Collections in the composite
AllPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if all the - predicates return true.
AllPredicate(Predicate[]) - -Constructor for class org.apache.commons.collections.functors.AllPredicate -
Constructor that performs no validation. -
allPredicate(Predicate[]) - -Static method in class org.apache.commons.collections.PredicateUtils + predicates return true.
AllPredicate(Predicate[]) - +Constructor for class org.apache.commons.collections.functors.AllPredicate +
Constructor that performs no validation. +
allPredicate(Predicate[]) - +Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true only if all of the specified - predicates are true. -
allPredicate(Collection) - -Static method in class org.apache.commons.collections.PredicateUtils + predicates are true. +
allPredicate(Collection) - +Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true only if all of the specified - predicates are true. -
AndPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if both the predicates return true.
AndPredicate(Predicate, Predicate) - -Constructor for class org.apache.commons.collections.functors.AndPredicate -
Constructor that performs no validation. -
andPredicate(Predicate, Predicate) - -Static method in class org.apache.commons.collections.PredicateUtils + predicates are true. +
AndPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if both the predicates return true.
AndPredicate(Predicate, Predicate) - +Constructor for class org.apache.commons.collections.functors.AndPredicate +
Constructor that performs no validation. +
andPredicate(Predicate, Predicate) - +Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true only if both of the specified - predicates are true. + predicates are true.
AnyPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if any of the - predicates return true.
AnyPredicate(Predicate[]) - -Constructor for class org.apache.commons.collections.functors.AnyPredicate -
Constructor that performs no validation. -
anyPredicate(Predicate[]) - -Static method in class org.apache.commons.collections.PredicateUtils + predicates return true.
AnyPredicate(Predicate[]) - +Constructor for class org.apache.commons.collections.functors.AnyPredicate +
Constructor that performs no validation. +
anyPredicate(Predicate[]) - +Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if any of the specified - predicates are true. -
anyPredicate(Collection) - -Static method in class org.apache.commons.collections.PredicateUtils + predicates are true. +
anyPredicate(Collection) - +Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if any of the specified - predicates are true. -
array - -Variable in class org.apache.commons.collections.iterators.ArrayIterator -
The array to iterate over -
array - -Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator -
The array -
ArrayIterator - Class in org.apache.commons.collections.iterators
Implements an Iterator over any array.
ArrayIterator() - -Constructor for class org.apache.commons.collections.iterators.ArrayIterator -
Constructor for use with setArray. -
ArrayIterator(Object) - -Constructor for class org.apache.commons.collections.iterators.ArrayIterator + predicates are true. +
array - +Variable in class org.apache.commons.collections.iterators.ArrayIterator +
The array to iterate over +
array - +Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator +
The array +
ArrayIterator - Class in org.apache.commons.collections.iterators
Implements an Iterator over any array.
ArrayIterator() - +Constructor for class org.apache.commons.collections.iterators.ArrayIterator +
Constructor for use with setArray. +
ArrayIterator(Object) - +Constructor for class org.apache.commons.collections.iterators.ArrayIterator
Constructs an ArrayIterator that will iterate over the values in the - specified array. -
ArrayIterator(Object, int) - -Constructor for class org.apache.commons.collections.iterators.ArrayIterator + specified array. +
ArrayIterator(Object, int) - +Constructor for class org.apache.commons.collections.iterators.ArrayIterator
Constructs an ArrayIterator that will iterate over the values in the - specified array from a specific start index. -
ArrayIterator(Object, int, int) - -Constructor for class org.apache.commons.collections.iterators.ArrayIterator -
Construct an ArrayIterator that will iterate over a range of values - in the specified array. -
arrayIterator(Object[]) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an iterator over an object array. -
arrayIterator(Object) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an iterator over an object or primitive array. -
arrayIterator(Object[], int) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an iterator over the end part of an object array. -
arrayIterator(Object, int) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an iterator over the end part of an object or primitive array. -
arrayIterator(Object[], int, int) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an iterator over part of an object array. -
arrayIterator(Object, int, int) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an iterator over part of an object or primitive array. -
ArrayListIterator - Class in org.apache.commons.collections.iterators
Implements a ListIterator over an array.
ArrayListIterator() - -Constructor for class org.apache.commons.collections.iterators.ArrayListIterator -
Constructor for use with setArray. -
ArrayListIterator(Object) - -Constructor for class org.apache.commons.collections.iterators.ArrayListIterator + specified array from a specific start index. +
ArrayIterator(Object, int, int) - +Constructor for class org.apache.commons.collections.iterators.ArrayIterator +
Construct an ArrayIterator that will iterate over a range of values + in the specified array. +
arrayIterator(Object[]) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an iterator over an object array. +
arrayIterator(Object) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an iterator over an object or primitive array. +
arrayIterator(Object[], int) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an iterator over the end part of an object array. +
arrayIterator(Object, int) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an iterator over the end part of an object or primitive array. +
arrayIterator(Object[], int, int) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an iterator over part of an object array. +
arrayIterator(Object, int, int) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an iterator over part of an object or primitive array. +
ArrayListIterator - Class in org.apache.commons.collections.iterators
Implements a ListIterator over an array.
ArrayListIterator() - +Constructor for class org.apache.commons.collections.iterators.ArrayListIterator +
Constructor for use with setArray. +
ArrayListIterator(Object) - +Constructor for class org.apache.commons.collections.iterators.ArrayListIterator
Constructs an ArrayListIterator that will iterate over the values in the - specified array. -
ArrayListIterator(Object, int) - -Constructor for class org.apache.commons.collections.iterators.ArrayListIterator + specified array. +
ArrayListIterator(Object, int) - +Constructor for class org.apache.commons.collections.iterators.ArrayListIterator
Constructs an ArrayListIterator that will iterate over the values in the - specified array from a specific start index. -
ArrayListIterator(Object, int, int) - -Constructor for class org.apache.commons.collections.iterators.ArrayListIterator -
Construct an ArrayListIterator that will iterate over a range of values - in the specified array. -
arrayListIterator(Object[]) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets a list iterator over an object array. -
arrayListIterator(Object) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets a list iterator over an object or primitive array. -
arrayListIterator(Object[], int) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets a list iterator over the end part of an object array. -
arrayListIterator(Object, int) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets a list iterator over the end part of an object or primitive array. -
arrayListIterator(Object[], int, int) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets a list iterator over part of an object array. -
arrayListIterator(Object, int, int) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets a list iterator over part of an object or primitive array. + specified array from a specific start index. +
ArrayListIterator(Object, int, int) - +Constructor for class org.apache.commons.collections.iterators.ArrayListIterator +
Construct an ArrayListIterator that will iterate over a range of values + in the specified array. +
arrayListIterator(Object[]) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets a list iterator over an object array. +
arrayListIterator(Object) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets a list iterator over an object or primitive array. +
arrayListIterator(Object[], int) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets a list iterator over the end part of an object array. +
arrayListIterator(Object, int) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets a list iterator over the end part of an object or primitive array. +
arrayListIterator(Object[], int, int) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets a list iterator over part of an object array. +
arrayListIterator(Object, int, int) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets a list iterator over part of an object or primitive array.
ArrayStack - Class in org.apache.commons.collections
An implementation of the Stack API that is based on an ArrayList instead of a Vector, so it is not - synchronized to protect against multi-threaded access.
ArrayStack() - -Constructor for class org.apache.commons.collections.ArrayStack -
Constructs a new empty ArrayStack. -
ArrayStack(int) - -Constructor for class org.apache.commons.collections.ArrayStack -
Constructs a new empty ArrayStack with an initial size. -
ascendingOrder - -Variable in class org.apache.commons.collections.buffer.PriorityBuffer -
If true, the first element as determined by the sort order will - be returned. -
asClosure(Transformer) - -Static method in class org.apache.commons.collections.ClosureUtils -
Creates a Closure that calls a Transformer each time it is called. -
asEnumeration(Iterator) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an enumeration that wraps an iterator. -
asIterator(Enumeration) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an iterator that provides an iterator view of the given enumeration. -
asIterator(Enumeration, Collection) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an iterator that provides an iterator view of the given enumeration - that will remove elements from the specified collection. -
asList() - -Method in class org.apache.commons.collections.map.LinkedMap -
Gets an unmodifiable List view of the keys. -
asList() - -Method in class org.apache.commons.collections.map.ListOrderedMap -
Gets an unmodifiable List view of the keys which changes as the map changes. -
asList() - -Method in class org.apache.commons.collections.set.ListOrderedSet -
Gets an unmodifiable view of the order of the Set. -
asPredicate(Transformer) - -Static method in class org.apache.commons.collections.PredicateUtils -
Create a new Predicate that wraps a Transformer. -
asSet() - -Method in class org.apache.commons.collections.list.SetUniqueList -
Gets an unmodifiable view as a Set. -
asTransformer(Closure) - -Static method in class org.apache.commons.collections.TransformerUtils -
Creates a Transformer that calls a Closure each time the transformer is used. -
asTransformer(Predicate) - -Static method in class org.apache.commons.collections.TransformerUtils -
Creates a Transformer that calls a Predicate each time the transformer is used. -
asTransformer(Factory) - -Static method in class org.apache.commons.collections.TransformerUtils -
Creates a Transformer that calls a Factory each time the transformer is used. -
atomic(Runnable) - -Method in class org.apache.commons.collections.map.StaticBucketMap + synchronized to protect against multi-threaded access.
ArrayStack() - +Constructor for class org.apache.commons.collections.ArrayStack +
Constructs a new empty ArrayStack. +
ArrayStack(int) - +Constructor for class org.apache.commons.collections.ArrayStack +
Constructs a new empty ArrayStack with an initial size. +
ascendingOrder - +Variable in class org.apache.commons.collections.buffer.PriorityBuffer +
If true, the first element as determined by the sort order will + be returned. +
asClosure(Transformer) - +Static method in class org.apache.commons.collections.ClosureUtils +
Creates a Closure that calls a Transformer each time it is called. +
asEnumeration(Iterator) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an enumeration that wraps an iterator. +
asIterator(Enumeration) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an iterator that provides an iterator view of the given enumeration. +
asIterator(Enumeration, Collection) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an iterator that provides an iterator view of the given enumeration + that will remove elements from the specified collection. +
asList() - +Method in class org.apache.commons.collections.map.LinkedMap +
Gets an unmodifiable List view of the keys. +
asList() - +Method in class org.apache.commons.collections.map.ListOrderedMap +
Gets an unmodifiable List view of the keys which changes as the map changes. +
asList() - +Method in class org.apache.commons.collections.set.ListOrderedSet +
Gets an unmodifiable view of the order of the Set. +
asPredicate(Transformer) - +Static method in class org.apache.commons.collections.PredicateUtils +
Create a new Predicate that wraps a Transformer. +
asSet() - +Method in class org.apache.commons.collections.list.SetUniqueList +
Gets an unmodifiable view as a Set. +
asTransformer(Closure) - +Static method in class org.apache.commons.collections.TransformerUtils +
Creates a Transformer that calls a Closure each time the transformer is used. +
asTransformer(Predicate) - +Static method in class org.apache.commons.collections.TransformerUtils +
Creates a Transformer that calls a Predicate each time the transformer is used. +
asTransformer(Factory) - +Static method in class org.apache.commons.collections.TransformerUtils +
Creates a Transformer that calls a Factory each time the transformer is used. +
atomic(Runnable) - +Method in class org.apache.commons.collections.map.StaticBucketMap
Prevents any operations from occurring on this map while the - given Runnable executes. -
atomic(Runnable) - -Method in class org.apache.commons.collections.StaticBucketMap + given Runnable executes. +
atomic(Runnable) - +Method in class org.apache.commons.collections.StaticBucketMap
Deprecated. Prevents any operations from occurring on this map while the - given Runnable executes. -
-
-

-B

-
+ given Runnable executes. +
+
+

+B

+
Bag - Interface in org.apache.commons.collections
Defines a collection that counts the number of times an object appears in the collection.
BagUtils - Class in org.apache.commons.collections
Provides utility methods and decorators for - Bag and SortedBag instances.
BagUtils() - -Constructor for class org.apache.commons.collections.BagUtils -
Instantiation of BagUtils is not intended or required. -
basePath - -Variable in class org.apache.commons.collections.ExtendedProperties + Bag and SortedBag instances.
BagUtils() - +Constructor for class org.apache.commons.collections.BagUtils +
Instantiation of BagUtils is not intended or required. +
basePath - +Variable in class org.apache.commons.collections.ExtendedProperties
Base path of the configuration file used to create - this ExtendedProperties object. + this ExtendedProperties object.
BeanMap - Class in org.apache.commons.collections
Deprecated. Identical class now available in commons-beanutils (full jar version). - This version is due to be removed in collections v4.0.
BeanMap() - -Constructor for class org.apache.commons.collections.BeanMap -
Deprecated. Constructs a new empty BeanMap. -
BeanMap(Object) - -Constructor for class org.apache.commons.collections.BeanMap -
Deprecated. Constructs a new BeanMap that operates on the - specified bean. -
BeanMap.MyMapEntry - Class in org.apache.commons.collections
Deprecated. Map entry used by BeanMap.
BeanMap.MyMapEntry(BeanMap, Object, Object) - -Constructor for class org.apache.commons.collections.BeanMap.MyMapEntry -
Deprecated. Constructs a new MyMapEntry. -
before - -Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry -
The entry before this one in the order + This version is due to be removed in collections v4.0.
BeanMap() - +Constructor for class org.apache.commons.collections.BeanMap +
Deprecated. Constructs a new empty BeanMap. +
BeanMap(Object) - +Constructor for class org.apache.commons.collections.BeanMap +
Deprecated. Constructs a new BeanMap that operates on the + specified bean. +
BeanMap.MyMapEntry - Class in org.apache.commons.collections
Deprecated. Map entry used by BeanMap.
BeanMap.MyMapEntry(BeanMap, Object, Object) - +Constructor for class org.apache.commons.collections.BeanMap.MyMapEntry +
Deprecated. Constructs a new MyMapEntry. +
before - +Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry +
The entry before this one in the order
BidiMap - Interface in org.apache.commons.collections
Defines a map that allows bidirectional lookup between key and values.
BinaryHeap - Class in org.apache.commons.collections
Deprecated. Replaced by PriorityBuffer in buffer subpackage. - Due to be removed in v4.0.
BinaryHeap() - -Constructor for class org.apache.commons.collections.BinaryHeap -
Deprecated. Constructs a new minimum binary heap. -
BinaryHeap(Comparator) - -Constructor for class org.apache.commons.collections.BinaryHeap + Due to be removed in v4.0.
BinaryHeap() - +Constructor for class org.apache.commons.collections.BinaryHeap +
Deprecated. Constructs a new minimum binary heap. +
BinaryHeap(Comparator) - +Constructor for class org.apache.commons.collections.BinaryHeap
Deprecated. Constructs a new BinaryHeap that will use the given - comparator to order its elements. -
BinaryHeap(int) - -Constructor for class org.apache.commons.collections.BinaryHeap -
Deprecated. Constructs a new minimum binary heap with the specified initial capacity. -
BinaryHeap(int, Comparator) - -Constructor for class org.apache.commons.collections.BinaryHeap -
Deprecated. Constructs a new BinaryHeap. -
BinaryHeap(boolean) - -Constructor for class org.apache.commons.collections.BinaryHeap -
Deprecated. Constructs a new minimum or maximum binary heap -
BinaryHeap(boolean, Comparator) - -Constructor for class org.apache.commons.collections.BinaryHeap -
Deprecated. Constructs a new BinaryHeap. -
BinaryHeap(int, boolean) - -Constructor for class org.apache.commons.collections.BinaryHeap -
Deprecated. Constructs a new minimum or maximum binary heap with the specified - initial capacity. -
BinaryHeap(int, boolean, Comparator) - -Constructor for class org.apache.commons.collections.BinaryHeap -
Deprecated. Constructs a new BinaryHeap. + comparator to order its elements. +
BinaryHeap(int) - +Constructor for class org.apache.commons.collections.BinaryHeap +
Deprecated. Constructs a new minimum binary heap with the specified initial capacity. +
BinaryHeap(int, Comparator) - +Constructor for class org.apache.commons.collections.BinaryHeap +
Deprecated. Constructs a new BinaryHeap. +
BinaryHeap(boolean) - +Constructor for class org.apache.commons.collections.BinaryHeap +
Deprecated. Constructs a new minimum or maximum binary heap +
BinaryHeap(boolean, Comparator) - +Constructor for class org.apache.commons.collections.BinaryHeap +
Deprecated. Constructs a new BinaryHeap. +
BinaryHeap(int, boolean) - +Constructor for class org.apache.commons.collections.BinaryHeap +
Deprecated. Constructs a new minimum or maximum binary heap with the specified + initial capacity. +
BinaryHeap(int, boolean, Comparator) - +Constructor for class org.apache.commons.collections.BinaryHeap +
Deprecated. Constructs a new BinaryHeap.
BlockingBuffer - Class in org.apache.commons.collections.buffer
Decorates another Buffer to make BlockingBuffer.get() and - BlockingBuffer.remove() block when the Buffer is empty.
BlockingBuffer(Buffer) - -Constructor for class org.apache.commons.collections.buffer.BlockingBuffer -
Constructor that wraps (not copies). -
BlockingBuffer(Buffer, long) - -Constructor for class org.apache.commons.collections.buffer.BlockingBuffer -
Constructor that wraps (not copies). -
blockingBuffer(Buffer) - -Static method in class org.apache.commons.collections.BufferUtils + BlockingBuffer.remove() block when the Buffer is empty.
BlockingBuffer(Buffer) - +Constructor for class org.apache.commons.collections.buffer.BlockingBuffer +
Constructor that wraps (not copies). +
BlockingBuffer(Buffer, long) - +Constructor for class org.apache.commons.collections.buffer.BlockingBuffer +
Constructor that wraps (not copies). +
blockingBuffer(Buffer) - +Static method in class org.apache.commons.collections.BufferUtils
Returns a synchronized buffer backed by the given buffer that will - block on Buffer.get() and Buffer.remove() operations. -
blockingBuffer(Buffer, long) - -Static method in class org.apache.commons.collections.BufferUtils + block on Buffer.get() and Buffer.remove() operations. +
blockingBuffer(Buffer, long) - +Static method in class org.apache.commons.collections.BufferUtils
Returns a synchronized buffer backed by the given buffer that will block on Buffer.get() and Buffer.remove() operations - until timeout expires. + until timeout expires.
BooleanComparator - Class in org.apache.commons.collections.comparators
A Comparator for Boolean objects that can sort either - true or false first.
BooleanComparator() - -Constructor for class org.apache.commons.collections.comparators.BooleanComparator + true or false first.
BooleanComparator() - +Constructor for class org.apache.commons.collections.comparators.BooleanComparator
Creates a BooleanComparator that sorts - false values before true values. -
BooleanComparator(boolean) - -Constructor for class org.apache.commons.collections.comparators.BooleanComparator + false values before true values. +
BooleanComparator(boolean) - +Constructor for class org.apache.commons.collections.comparators.BooleanComparator
Creates a BooleanComparator that sorts - trueFirst values before - !trueFirst values. -
booleanComparator(boolean) - -Static method in class org.apache.commons.collections.ComparatorUtils -
Gets a Comparator that can sort Boolean objects. -
BoundedBuffer - Class in org.apache.commons.collections.buffer
Decorates another Buffer to ensure a fixed maximum size.
BoundedBuffer(Buffer, int, long) - -Constructor for class org.apache.commons.collections.buffer.BoundedBuffer + trueFirst values before + !trueFirst values. +
booleanComparator(boolean) - +Static method in class org.apache.commons.collections.ComparatorUtils +
Gets a Comparator that can sort Boolean objects. +
BoundedBuffer - Class in org.apache.commons.collections.buffer
Decorates another Buffer to ensure a fixed maximum size.
BoundedBuffer(Buffer, int, long) - +Constructor for class org.apache.commons.collections.buffer.BoundedBuffer
Constructor that wraps (not copies) another buffer, making it bounded - waiting only up to a maximum amount of time. -
boundedBuffer(Buffer, int) - -Static method in class org.apache.commons.collections.BufferUtils + waiting only up to a maximum amount of time. +
boundedBuffer(Buffer, int) - +Static method in class org.apache.commons.collections.BufferUtils
Returns a synchronized buffer backed by the given buffer that will block on Collection.add(Object) and Collection.addAll(java.util.Collection) until enough object(s) are removed from the buffer to allow the object(s) to be added and still - maintain the maximum size. -
boundedBuffer(Buffer, int, long) - -Static method in class org.apache.commons.collections.BufferUtils + maintain the maximum size. +
boundedBuffer(Buffer, int, long) - +Static method in class org.apache.commons.collections.BufferUtils
Returns a synchronized buffer backed by the given buffer that will block on Collection.add(Object) and Collection.addAll(java.util.Collection) until enough object(s) are removed from the buffer to allow the object(s) to be added and still - maintain the maximum size or the timeout expires. -
BoundedCollection - Interface in org.apache.commons.collections
Defines a collection that is bounded in size.
BoundedFifoBuffer - Class in org.apache.commons.collections
Deprecated. Moved to buffer subpackage. Due to be removed in v4.0.
BoundedFifoBuffer() - -Constructor for class org.apache.commons.collections.BoundedFifoBuffer + maintain the maximum size or the timeout expires. +
BoundedCollection - Interface in org.apache.commons.collections
Defines a collection that is bounded in size.
BoundedFifoBuffer - Class in org.apache.commons.collections
Deprecated. Moved to buffer subpackage. Due to be removed in v4.0.
BoundedFifoBuffer() - +Constructor for class org.apache.commons.collections.BoundedFifoBuffer
Deprecated. Constructs a new BoundedFifoBuffer big enough to hold - 32 elements. -
BoundedFifoBuffer(int) - -Constructor for class org.apache.commons.collections.BoundedFifoBuffer + 32 elements. +
BoundedFifoBuffer(int) - +Constructor for class org.apache.commons.collections.BoundedFifoBuffer
Deprecated. Constructs a new BoundedFifoBuffer big enough to hold - the specified number of elements. -
BoundedFifoBuffer(Collection) - -Constructor for class org.apache.commons.collections.BoundedFifoBuffer + the specified number of elements. +
BoundedFifoBuffer(Collection) - +Constructor for class org.apache.commons.collections.BoundedFifoBuffer
Deprecated. Constructs a new BoundedFifoBuffer big enough to hold all - of the elements in the specified collection. + of the elements in the specified collection.
BoundedFifoBuffer - Class in org.apache.commons.collections.buffer
The BoundedFifoBuffer is a very efficient implementation of - Buffer that is of a fixed size.
BoundedFifoBuffer() - -Constructor for class org.apache.commons.collections.buffer.BoundedFifoBuffer + Buffer that is of a fixed size.
BoundedFifoBuffer() - +Constructor for class org.apache.commons.collections.buffer.BoundedFifoBuffer
Constructs a new BoundedFifoBuffer big enough to hold - 32 elements. -
BoundedFifoBuffer(int) - -Constructor for class org.apache.commons.collections.buffer.BoundedFifoBuffer + 32 elements. +
BoundedFifoBuffer(int) - +Constructor for class org.apache.commons.collections.buffer.BoundedFifoBuffer
Constructs a new BoundedFifoBuffer big enough to hold - the specified number of elements. -
BoundedFifoBuffer(Collection) - -Constructor for class org.apache.commons.collections.buffer.BoundedFifoBuffer + the specified number of elements. +
BoundedFifoBuffer(Collection) - +Constructor for class org.apache.commons.collections.buffer.BoundedFifoBuffer
Constructs a new BoundedFifoBuffer big enough to hold all - of the elements in the specified collection. -
BoundedMap - Interface in org.apache.commons.collections
Defines a map that is bounded in size.
broadcastListableChanged(CursorableLinkedList.Listable) - -Method in class org.apache.commons.collections.CursorableLinkedList + of the elements in the specified collection. +
BoundedMap - Interface in org.apache.commons.collections
Defines a map that is bounded in size.
broadcastListableChanged(CursorableLinkedList.Listable) - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Informs all of my registered cursors that the specified - element was changed. -
broadcastListableInserted(CursorableLinkedList.Listable) - -Method in class org.apache.commons.collections.CursorableLinkedList + element was changed. +
broadcastListableInserted(CursorableLinkedList.Listable) - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Informs all of my registered cursors that the specified - element was just added to my list. -
broadcastListableRemoved(CursorableLinkedList.Listable) - -Method in class org.apache.commons.collections.CursorableLinkedList + element was just added to my list. +
broadcastListableRemoved(CursorableLinkedList.Listable) - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Informs all of my registered cursors that the specified - element was just removed from my list. -
broadcastNodeChanged(AbstractLinkedList.Node) - -Method in class org.apache.commons.collections.list.CursorableLinkedList + element was just removed from my list. +
broadcastNodeChanged(AbstractLinkedList.Node) - +Method in class org.apache.commons.collections.list.CursorableLinkedList
Informs all of my registered cursors that the specified - element was changed. -
broadcastNodeInserted(AbstractLinkedList.Node) - -Method in class org.apache.commons.collections.list.CursorableLinkedList + element was changed. +
broadcastNodeInserted(AbstractLinkedList.Node) - +Method in class org.apache.commons.collections.list.CursorableLinkedList
Informs all of my registered cursors that the specified - element was just added to my list. -
broadcastNodeRemoved(AbstractLinkedList.Node) - -Method in class org.apache.commons.collections.list.CursorableLinkedList + element was just added to my list. +
broadcastNodeRemoved(AbstractLinkedList.Node) - +Method in class org.apache.commons.collections.list.CursorableLinkedList
Informs all of my registered cursors that the specified - element was just removed from my list. -
Buffer - Interface in org.apache.commons.collections
Defines a collection that allows objects to be removed in some well-defined order.
buffer - -Variable in class org.apache.commons.collections.buffer.UnboundedFifoBuffer -
The array of objects in the buffer. + element was just removed from my list. +
Buffer - Interface in org.apache.commons.collections
Defines a collection that allows objects to be removed in some well-defined order.
buffer - +Variable in class org.apache.commons.collections.buffer.UnboundedFifoBuffer +
The array of objects in the buffer.
BufferOverflowException - Exception in org.apache.commons.collections
The BufferOverflowException is used when the buffer's capacity has been - exceeded.
BufferOverflowException() - -Constructor for exception org.apache.commons.collections.BufferOverflowException -
Constructs a new BufferOverflowException. -
BufferOverflowException(String) - -Constructor for exception org.apache.commons.collections.BufferOverflowException -
Construct a new BufferOverflowException. -
BufferOverflowException(String, Throwable) - -Constructor for exception org.apache.commons.collections.BufferOverflowException -
Construct a new BufferOverflowException. -
BufferUnderflowException - Exception in org.apache.commons.collections
The BufferUnderflowException is used when the buffer is already empty.
BufferUnderflowException() - -Constructor for exception org.apache.commons.collections.BufferUnderflowException -
Constructs a new BufferUnderflowException. -
BufferUnderflowException(String) - -Constructor for exception org.apache.commons.collections.BufferUnderflowException -
Construct a new BufferUnderflowException. -
BufferUnderflowException(String, Throwable) - -Constructor for exception org.apache.commons.collections.BufferUnderflowException -
Construct a new BufferUnderflowException. -
BufferUtils - Class in org.apache.commons.collections
Provides utility methods and decorators for Buffer instances.
BufferUtils() - -Constructor for class org.apache.commons.collections.BufferUtils -
BufferUtils should not normally be instantiated. -
-
-

-C

-
-
cacheSize - -Variable in class org.apache.commons.collections.list.NodeCachingLinkedList -
The size of the cache. -
calcTotalSize() - -Method in class org.apache.commons.collections.DefaultMapBag + exceeded.
BufferOverflowException() - +Constructor for exception org.apache.commons.collections.BufferOverflowException +
Constructs a new BufferOverflowException. +
BufferOverflowException(String) - +Constructor for exception org.apache.commons.collections.BufferOverflowException +
Construct a new BufferOverflowException. +
BufferOverflowException(String, Throwable) - +Constructor for exception org.apache.commons.collections.BufferOverflowException +
Construct a new BufferOverflowException. +
BufferUnderflowException - Exception in org.apache.commons.collections
The BufferUnderflowException is used when the buffer is already empty.
BufferUnderflowException() - +Constructor for exception org.apache.commons.collections.BufferUnderflowException +
Constructs a new BufferUnderflowException. +
BufferUnderflowException(String) - +Constructor for exception org.apache.commons.collections.BufferUnderflowException +
Construct a new BufferUnderflowException. +
BufferUnderflowException(String, Throwable) - +Constructor for exception org.apache.commons.collections.BufferUnderflowException +
Construct a new BufferUnderflowException. +
BufferUtils - Class in org.apache.commons.collections
Provides utility methods and decorators for Buffer instances.
BufferUtils() - +Constructor for class org.apache.commons.collections.BufferUtils +
BufferUtils should not normally be instantiated. +
+
+

+C

+
+
cacheSize - +Variable in class org.apache.commons.collections.list.NodeCachingLinkedList +
The size of the cache. +
calcTotalSize() - +Method in class org.apache.commons.collections.DefaultMapBag
Deprecated. Actually walks the bag to make sure the count is correct and - resets the running total -
calculateNewCapacity(int) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Calculates the new capacity of the map. -
calculateThreshold(int, float) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Calculates the new threshold of the map, where it will be resized. -
canRemove - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator -
Whether remove is allowed at present -
canRemove - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator -
Whether remove is allowed at present -
canRemove - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator -
Whether remove is allowed at present -
canRemove - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator -
Whether remove is allowed at present -
cardinality(Object, Collection) - -Static method in class org.apache.commons.collections.CollectionUtils -
Returns the number of occurrences of obj in coll. -
CaseInsensitiveMap - Class in org.apache.commons.collections.map
A case-insensitive Map.
CaseInsensitiveMap() - -Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap -
Constructs a new empty map with default size and load factor. -
CaseInsensitiveMap(int) - -Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap -
Constructs a new, empty map with the specified initial capacity. -
CaseInsensitiveMap(int, float) - -Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap + resets the running total +
calculateNewCapacity(int) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Calculates the new capacity of the map. +
calculateThreshold(int, float) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Calculates the new threshold of the map, where it will be resized. +
canRemove - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator +
Whether remove is allowed at present +
canRemove - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator +
Whether remove is allowed at present +
canRemove - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator +
Whether remove is allowed at present +
canRemove - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator +
Whether remove is allowed at present +
cardinality(Object, Collection) - +Static method in class org.apache.commons.collections.CollectionUtils +
Returns the number of occurrences of obj in coll. +
CaseInsensitiveMap - Class in org.apache.commons.collections.map
A case-insensitive Map.
CaseInsensitiveMap() - +Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap +
Constructs a new empty map with default size and load factor. +
CaseInsensitiveMap(int) - +Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap +
Constructs a new, empty map with the specified initial capacity. +
CaseInsensitiveMap(int, float) - +Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap
Constructs a new, empty map with the specified initial capacity and - load factor. -
CaseInsensitiveMap(Map) - -Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap -
Constructor copying elements from another map. -
chainedClosure(Closure, Closure) - -Static method in class org.apache.commons.collections.ClosureUtils + load factor. +
CaseInsensitiveMap(Map) - +Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap +
Constructor copying elements from another map. +
chainedClosure(Closure, Closure) - +Static method in class org.apache.commons.collections.ClosureUtils
Create a new Closure that calls two Closures, passing the result of - the first into the second. -
chainedClosure(Closure[]) - -Static method in class org.apache.commons.collections.ClosureUtils -
Create a new Closure that calls each closure in turn, passing the - result into the next closure. -
chainedClosure(Collection) - -Static method in class org.apache.commons.collections.ClosureUtils -
Create a new Closure that calls each closure in turn, passing the - result into the next closure. -
ChainedClosure - Class in org.apache.commons.collections.functors
Closure implementation that chains the specified closures together.
ChainedClosure(Closure[]) - -Constructor for class org.apache.commons.collections.functors.ChainedClosure -
Constructor that performs no validation. -
chainedComparator(Comparator, Comparator) - -Static method in class org.apache.commons.collections.ComparatorUtils -
Gets a comparator that compares using two Comparators. -
chainedComparator(Comparator[]) - -Static method in class org.apache.commons.collections.ComparatorUtils + the first into the second. +
chainedClosure(Closure[]) - +Static method in class org.apache.commons.collections.ClosureUtils +
Create a new Closure that calls each closure in turn, passing the + result into the next closure. +
chainedClosure(Collection) - +Static method in class org.apache.commons.collections.ClosureUtils +
Create a new Closure that calls each closure in turn, passing the + result into the next closure. +
ChainedClosure - Class in org.apache.commons.collections.functors
Closure implementation that chains the specified closures together.
ChainedClosure(Closure[]) - +Constructor for class org.apache.commons.collections.functors.ChainedClosure +
Constructor that performs no validation. +
chainedComparator(Comparator, Comparator) - +Static method in class org.apache.commons.collections.ComparatorUtils +
Gets a comparator that compares using two Comparators. +
chainedComparator(Comparator[]) - +Static method in class org.apache.commons.collections.ComparatorUtils
Gets a comparator that compares using an array of Comparators, applied - in sequence until one returns not equal or the array is exhausted. -
chainedComparator(Collection) - -Static method in class org.apache.commons.collections.ComparatorUtils + in sequence until one returns not equal or the array is exhausted. +
chainedComparator(Collection) - +Static method in class org.apache.commons.collections.ComparatorUtils
Gets a comparator that compares using a collection of Comparators, - applied in (default iterator) sequence until one returns not equal or the - collection is exhausted. -
chainedIterator(Iterator, Iterator) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an iterator that iterates through two Iterators - one after another. -
chainedIterator(Iterator[]) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an iterator that iterates through an array of Iterators - one after another. -
chainedIterator(Collection) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an iterator that iterates through a collections of Iterators - one after another. -
ChainedTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that chains the specified transformers together.
ChainedTransformer(Transformer[]) - -Constructor for class org.apache.commons.collections.functors.ChainedTransformer -
Constructor that performs no validation. -
chainedTransformer(Transformer, Transformer) - -Static method in class org.apache.commons.collections.TransformerUtils + applied in (default iterator) sequence until one returns not equal or the + collection is exhausted. +
chainedIterator(Iterator, Iterator) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an iterator that iterates through two Iterators + one after another. +
chainedIterator(Iterator[]) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an iterator that iterates through an array of Iterators + one after another. +
chainedIterator(Collection) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an iterator that iterates through a collections of Iterators + one after another. +
ChainedTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that chains the specified transformers together.
ChainedTransformer(Transformer[]) - +Constructor for class org.apache.commons.collections.functors.ChainedTransformer +
Constructor that performs no validation. +
chainedTransformer(Transformer, Transformer) - +Static method in class org.apache.commons.collections.TransformerUtils
Create a new Transformer that calls two transformers, passing the result of - the first into the second. -
chainedTransformer(Transformer[]) - -Static method in class org.apache.commons.collections.TransformerUtils -
Create a new Transformer that calls each transformer in turn, passing the - result into the next transformer. -
chainedTransformer(Collection) - -Static method in class org.apache.commons.collections.TransformerUtils -
Create a new Transformer that calls each transformer in turn, passing the - result into the next transformer. -
checkBound(int, String) - -Method in class org.apache.commons.collections.iterators.ArrayIterator -
Checks whether the index is valid or not. -
checkCapacity() - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Checks the capacity of the map and enlarges it if necessary. -
checkForComod() - -Method in class org.apache.commons.collections.CursorableLinkedList.Cursor -
Deprecated.   -
checkKey(Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Check to ensure that input keys are valid MultiKey objects. -
checkLocked() - -Method in class org.apache.commons.collections.comparators.FixedOrderComparator -
Checks to see whether the comparator is now locked against further changes. -
checkModCount() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator + the first into the second. +
chainedTransformer(Transformer[]) - +Static method in class org.apache.commons.collections.TransformerUtils +
Create a new Transformer that calls each transformer in turn, passing the + result into the next transformer. +
chainedTransformer(Collection) - +Static method in class org.apache.commons.collections.TransformerUtils +
Create a new Transformer that calls each transformer in turn, passing the + result into the next transformer. +
checkBound(int, String) - +Method in class org.apache.commons.collections.iterators.ArrayIterator +
Checks whether the index is valid or not. +
checkCapacity() - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Checks the capacity of the map and enlarges it if necessary. +
checkForComod() - +Method in class org.apache.commons.collections.CursorableLinkedList.Cursor +
Deprecated.   +
checkKey(Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Check to ensure that input keys are valid MultiKey objects. +
checkLocked() - +Method in class org.apache.commons.collections.comparators.FixedOrderComparator +
Checks to see whether the comparator is now locked against further changes. +
checkModCount() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
Checks the modification count of the list is the value that this - object expects. -
checkModCount() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList -
  -
checkModCount() - -Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor -
Override superclass modCount check, and replace it with our valid flag. -
checkSetValue(Object) - -Method in class org.apache.commons.collections.map.PredicatedMap -
Override to validate an object set into the map via setValue. -
checkSetValue(Object) - -Method in class org.apache.commons.collections.map.TransformedMap -
Override to transform the value when using setValue. + object expects. +
checkModCount() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList +
  +
checkModCount() - +Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor +
Override superclass modCount check, and replace it with our valid flag. +
checkSetValue(Object) - +Method in class org.apache.commons.collections.map.PredicatedMap +
Override to validate an object set into the map via setValue. +
checkSetValue(Object) - +Method in class org.apache.commons.collections.map.TransformedMap +
Override to transform the value when using setValue.
CircularFifoBuffer - Class in org.apache.commons.collections.buffer
CircularFifoBuffer is a first in first out buffer with a fixed size that - replaces its oldest element if full.
CircularFifoBuffer() - -Constructor for class org.apache.commons.collections.buffer.CircularFifoBuffer -
Constructor that creates a buffer with the default size of 32. -
CircularFifoBuffer(int) - -Constructor for class org.apache.commons.collections.buffer.CircularFifoBuffer -
Constructor that creates a buffer with the specified size. -
CircularFifoBuffer(Collection) - -Constructor for class org.apache.commons.collections.buffer.CircularFifoBuffer -
Constructor that creates a buffer from the specified collection. -
clear() - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Clears the bag by clearing the underlying map. -
clear() - -Method in class org.apache.commons.collections.bag.UnmodifiableBag -
  -
clear() - -Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag -
  -
clear() - -Method in class org.apache.commons.collections.BeanMap + replaces its oldest element if full.
CircularFifoBuffer() - +Constructor for class org.apache.commons.collections.buffer.CircularFifoBuffer +
Constructor that creates a buffer with the default size of 32. +
CircularFifoBuffer(int) - +Constructor for class org.apache.commons.collections.buffer.CircularFifoBuffer +
Constructor that creates a buffer with the specified size. +
CircularFifoBuffer(Collection) - +Constructor for class org.apache.commons.collections.buffer.CircularFifoBuffer +
Constructor that creates a buffer from the specified collection. +
clear() - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Clears the bag by clearing the underlying map. +
clear() - +Method in class org.apache.commons.collections.bag.UnmodifiableBag +
  +
clear() - +Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag +
  +
clear() - +Method in class org.apache.commons.collections.BeanMap
Deprecated. This method reinitializes the bean map to have default values for the - bean's properties. -
clear() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
  -
clear() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View -
  -
clear() - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap -
  -
clear() - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Removes all mappings from this map. -
clear() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap -
  -
clear() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap -
  -
clear() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -
  -
clear() - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Clears all elements from queue. -
clear() - -Method in class org.apache.commons.collections.BoundedFifoBuffer -
Deprecated. Clears this buffer. -
clear() - -Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer -
Clears this buffer. -
clear() - -Method in class org.apache.commons.collections.buffer.PriorityBuffer -
Clears all elements from the buffer. -
clear() - -Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer -
  -
clear() - -Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
  -
clear() - -Method in class org.apache.commons.collections.collection.CompositeCollection -
Removes all of the elements from this collection . -
clear() - -Method in class org.apache.commons.collections.collection.SynchronizedCollection -
  -
clear() - -Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection -
  -
clear() - -Method in class org.apache.commons.collections.collection.UnmodifiableCollection -
  -
clear() - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Removes all of the elements from this list. -
clear() - -Method in class org.apache.commons.collections.DefaultMapBag -
Deprecated. Clears the bag by clearing the underlying map. -
clear() - -Method in class org.apache.commons.collections.DoubleOrderedMap -
Deprecated. Removes all mappings from this map -
clear() - -Method in class org.apache.commons.collections.FastArrayList -
Remove all of the elements from this list. -
clear() - -Method in class org.apache.commons.collections.FastHashMap -
Remove all mappings from this map. -
clear() - -Method in class org.apache.commons.collections.FastTreeMap -
Remove all mappings from this map. -
clear() - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
clear() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList -
  -
clear() - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
clear() - -Method in class org.apache.commons.collections.list.SetUniqueList -
  -
clear() - -Method in class org.apache.commons.collections.list.TreeList -
Clears the list, removing all entries. -
clear() - -Method in class org.apache.commons.collections.list.UnmodifiableList -
  -
clear() - -Method in class org.apache.commons.collections.map.AbstractHashedMap + bean's properties. +
clear() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
  +
clear() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View +
  +
clear() - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap +
  +
clear() - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Removes all mappings from this map. +
clear() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap +
  +
clear() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap +
  +
clear() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +
  +
clear() - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Clears all elements from queue. +
clear() - +Method in class org.apache.commons.collections.BoundedFifoBuffer +
Deprecated. Clears this buffer. +
clear() - +Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer +
Clears this buffer. +
clear() - +Method in class org.apache.commons.collections.buffer.PriorityBuffer +
Clears all elements from the buffer. +
clear() - +Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer +
  +
clear() - +Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
  +
clear() - +Method in class org.apache.commons.collections.collection.CompositeCollection +
Removes all of the elements from this collection . +
clear() - +Method in class org.apache.commons.collections.collection.SynchronizedCollection +
  +
clear() - +Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection +
  +
clear() - +Method in class org.apache.commons.collections.collection.UnmodifiableCollection +
  +
clear() - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Removes all of the elements from this list. +
clear() - +Method in class org.apache.commons.collections.DefaultMapBag +
Deprecated. Clears the bag by clearing the underlying map. +
clear() - +Method in class org.apache.commons.collections.DoubleOrderedMap +
Deprecated. Removes all mappings from this map +
clear() - +Method in class org.apache.commons.collections.FastArrayList +
Remove all of the elements from this list. +
clear() - +Method in class org.apache.commons.collections.FastHashMap +
Remove all mappings from this map. +
clear() - +Method in class org.apache.commons.collections.FastTreeMap +
Remove all mappings from this map. +
clear() - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
clear() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList +
  +
clear() - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
clear() - +Method in class org.apache.commons.collections.list.SetUniqueList +
  +
clear() - +Method in class org.apache.commons.collections.list.TreeList +
Clears the list, removing all entries. +
clear() - +Method in class org.apache.commons.collections.list.UnmodifiableList +
  +
clear() - +Method in class org.apache.commons.collections.map.AbstractHashedMap
Clears the map, resetting the size to zero and nullifying references - to avoid garbage collection issues. -
clear() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet -
  -
clear() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet -
  -
clear() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.Values -
  -
clear() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap + to avoid garbage collection issues. +
clear() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet +
  +
clear() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet +
  +
clear() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.Values +
  +
clear() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap
Clears the map, resetting the size to zero and nullifying references - to avoid garbage collection issues. -
clear() - -Method in class org.apache.commons.collections.map.AbstractMapDecorator -
  -
clear() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Clears this map. -
clear() - -Method in class org.apache.commons.collections.map.CompositeMap -
Calls clear() on all composited Maps. -
clear() - -Method in class org.apache.commons.collections.map.FixedSizeMap -
  -
clear() - -Method in class org.apache.commons.collections.map.FixedSizeSortedMap -
  -
clear() - -Method in class org.apache.commons.collections.map.Flat3Map + to avoid garbage collection issues. +
clear() - +Method in class org.apache.commons.collections.map.AbstractMapDecorator +
  +
clear() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Clears this map. +
clear() - +Method in class org.apache.commons.collections.map.CompositeMap +
Calls clear() on all composited Maps. +
clear() - +Method in class org.apache.commons.collections.map.FixedSizeMap +
  +
clear() - +Method in class org.apache.commons.collections.map.FixedSizeSortedMap +
  +
clear() - +Method in class org.apache.commons.collections.map.Flat3Map
Clears the map, resetting the size to zero and nullifying references - to avoid garbage collection issues. -
clear() - -Method in class org.apache.commons.collections.map.ListOrderedMap -
  -
clear() - -Method in class org.apache.commons.collections.map.MultiKeyMap -
  -
clear() - -Method in class org.apache.commons.collections.map.MultiValueMap -
Clear the map. -
clear() - -Method in class org.apache.commons.collections.map.SingletonMap -
Unsupported operation. -
clear() - -Method in class org.apache.commons.collections.map.StaticBucketMap -
Clears the map of all entries. -
clear() - -Method in class org.apache.commons.collections.map.UnmodifiableEntrySet -
  -
clear() - -Method in class org.apache.commons.collections.map.UnmodifiableMap -
  -
clear() - -Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap -
  -
clear() - -Method in class org.apache.commons.collections.map.UnmodifiableSortedMap -
  -
clear() - -Method in class org.apache.commons.collections.MultiHashMap -
Deprecated. Clear the map. -
clear() - -Method in interface org.apache.commons.collections.PriorityQueue -
Deprecated. Clear all elements from queue. -
clear() - -Method in class org.apache.commons.collections.ProxyMap -
Deprecated. Invokes the underlying Map.clear() method. -
clear() - -Method in class org.apache.commons.collections.ReferenceMap -
Deprecated. Clears this map. -
clear() - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Implements Map.clear(). -
clear() - -Method in class org.apache.commons.collections.set.ListOrderedSet -
  -
clear() - -Method in class org.apache.commons.collections.set.MapBackedSet -
  -
clear() - -Method in class org.apache.commons.collections.set.UnmodifiableSet -
  -
clear() - -Method in class org.apache.commons.collections.set.UnmodifiableSortedSet -
  -
clear() - -Method in class org.apache.commons.collections.StaticBucketMap -
Deprecated. Implements Map.clear(). -
clear() - -Method in class org.apache.commons.collections.SynchronizedPriorityQueue -
Deprecated. Clear all elements from queue. -
clearProperty(String) - -Method in class org.apache.commons.collections.ExtendedProperties -
Clear a property in the configuration. -
clone() - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Clone this bean map using the following process: + to avoid garbage collection issues. +
clear() - +Method in class org.apache.commons.collections.map.ListOrderedMap +
  +
clear() - +Method in class org.apache.commons.collections.map.MultiKeyMap +
  +
clear() - +Method in class org.apache.commons.collections.map.MultiValueMap +
Clear the map. +
clear() - +Method in class org.apache.commons.collections.map.SingletonMap +
Unsupported operation. +
clear() - +Method in class org.apache.commons.collections.map.StaticBucketMap +
Clears the map of all entries. +
clear() - +Method in class org.apache.commons.collections.map.UnmodifiableEntrySet +
  +
clear() - +Method in class org.apache.commons.collections.map.UnmodifiableMap +
  +
clear() - +Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap +
  +
clear() - +Method in class org.apache.commons.collections.map.UnmodifiableSortedMap +
  +
clear() - +Method in class org.apache.commons.collections.MultiHashMap +
Deprecated. Clear the map. +
clear() - +Method in interface org.apache.commons.collections.PriorityQueue +
Deprecated. Clear all elements from queue. +
clear() - +Method in class org.apache.commons.collections.ProxyMap +
Deprecated. Invokes the underlying Map.clear() method. +
clear() - +Method in class org.apache.commons.collections.ReferenceMap +
Deprecated. Clears this map. +
clear() - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Implements Map.clear(). +
clear() - +Method in class org.apache.commons.collections.set.ListOrderedSet +
  +
clear() - +Method in class org.apache.commons.collections.set.MapBackedSet +
  +
clear() - +Method in class org.apache.commons.collections.set.UnmodifiableSet +
  +
clear() - +Method in class org.apache.commons.collections.set.UnmodifiableSortedSet +
  +
clear() - +Method in class org.apache.commons.collections.StaticBucketMap +
Deprecated. Implements Map.clear(). +
clear() - +Method in class org.apache.commons.collections.SynchronizedPriorityQueue +
Deprecated. Clear all elements from queue. +
clearProperty(String) - +Method in class org.apache.commons.collections.ExtendedProperties +
Clear a property in the configuration. +
clone() - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Clone this bean map using the following process: + - If there is no underlying bean, return a cloned BeanMap without a - bean. -
clone() - -Method in class org.apache.commons.collections.FastArrayList -
Return a shallow copy of this FastArrayList instance. -
clone() - -Method in class org.apache.commons.collections.FastHashMap -
Return a shallow copy of this FastHashMap instance. -
clone() - -Method in class org.apache.commons.collections.FastTreeMap -
Return a shallow copy of this FastTreeMap instance. -
clone() - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Clones the map without cloning the keys or values. -
clone() - -Method in class org.apache.commons.collections.map.CaseInsensitiveMap -
Clones the map without cloning the keys or values. -
clone() - -Method in class org.apache.commons.collections.map.Flat3Map -
Clones the map without cloning the keys or values. -
clone() - -Method in class org.apache.commons.collections.map.HashedMap -
Clones the map without cloning the keys or values. -
clone() - -Method in class org.apache.commons.collections.map.IdentityMap -
Clones the map without cloning the keys or values. -
clone() - -Method in class org.apache.commons.collections.map.LinkedMap -
Clones the map without cloning the keys or values. -
clone() - -Method in class org.apache.commons.collections.map.LRUMap -
Clones the map without cloning the keys or values. -
clone() - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Clones the map without cloning the keys or values. -
clone() - -Method in class org.apache.commons.collections.map.SingletonMap -
Clones the map without cloning the key or value. -
clone() - -Method in class org.apache.commons.collections.MultiHashMap -
Deprecated. Clones the map creating an independent copy. -
clone() - -Method in class org.apache.commons.collections.SequencedHashMap + bean. +
clone() - +Method in class org.apache.commons.collections.FastArrayList +
Return a shallow copy of this FastArrayList instance. +
clone() - +Method in class org.apache.commons.collections.FastHashMap +
Return a shallow copy of this FastHashMap instance. +
clone() - +Method in class org.apache.commons.collections.FastTreeMap +
Return a shallow copy of this FastTreeMap instance. +
clone() - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Clones the map without cloning the keys or values. +
clone() - +Method in class org.apache.commons.collections.map.CaseInsensitiveMap +
Clones the map without cloning the keys or values. +
clone() - +Method in class org.apache.commons.collections.map.Flat3Map +
Clones the map without cloning the keys or values. +
clone() - +Method in class org.apache.commons.collections.map.HashedMap +
Clones the map without cloning the keys or values. +
clone() - +Method in class org.apache.commons.collections.map.IdentityMap +
Clones the map without cloning the keys or values. +
clone() - +Method in class org.apache.commons.collections.map.LinkedMap +
Clones the map without cloning the keys or values. +
clone() - +Method in class org.apache.commons.collections.map.LRUMap +
Clones the map without cloning the keys or values. +
clone() - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Clones the map without cloning the keys or values. +
clone() - +Method in class org.apache.commons.collections.map.SingletonMap +
Clones the map without cloning the key or value. +
clone() - +Method in class org.apache.commons.collections.MultiHashMap +
Deprecated. Clones the map creating an independent copy. +
clone() - +Method in class org.apache.commons.collections.SequencedHashMap
Deprecated. Creates a shallow copy of this object, preserving the internal structure - by copying only references. -
CloneTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that returns a clone of the input object.
cloneTransformer() - -Static method in class org.apache.commons.collections.TransformerUtils + by copying only references. +
CloneTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that returns a clone of the input object.
cloneTransformer() - +Static method in class org.apache.commons.collections.TransformerUtils
Gets a transformer that returns a clone of the input - object. -
close() - -Method in class org.apache.commons.collections.CursorableLinkedList.Cursor -
Deprecated. Mark this cursor as no longer being needed. -
close() - -Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor -
Mark this cursor as no longer being needed. + object. +
close() - +Method in class org.apache.commons.collections.CursorableLinkedList.Cursor +
Deprecated. Mark this cursor as no longer being needed. +
close() - +Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor +
Mark this cursor as no longer being needed.
Closure - Interface in org.apache.commons.collections
Defines a functor interface implemented by classes that do something.
ClosureTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that calls a Closure using the input object - and then returns the input.
ClosureTransformer(Closure) - -Constructor for class org.apache.commons.collections.functors.ClosureTransformer -
Constructor that performs no validation. + and then returns the input.
ClosureTransformer(Closure) - +Constructor for class org.apache.commons.collections.functors.ClosureTransformer +
Constructor that performs no validation.
ClosureUtils - Class in org.apache.commons.collections
ClosureUtils provides reference implementations and utilities - for the Closure functor interface.
ClosureUtils() - -Constructor for class org.apache.commons.collections.ClosureUtils -
This class is not normally instantiated. -
collatedIterator(Comparator, Iterator, Iterator) - -Static method in class org.apache.commons.collections.IteratorUtils + for the Closure functor interface.
ClosureUtils() - +Constructor for class org.apache.commons.collections.ClosureUtils +
This class is not normally instantiated. +
collatedIterator(Comparator, Iterator, Iterator) - +Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that provides an ordered iteration over the elements - contained in a collection of ordered Iterators. -
collatedIterator(Comparator, Iterator[]) - -Static method in class org.apache.commons.collections.IteratorUtils + contained in a collection of ordered Iterators. +
collatedIterator(Comparator, Iterator[]) - +Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that provides an ordered iteration over the elements - contained in an array of Iterators. -
collatedIterator(Comparator, Collection) - -Static method in class org.apache.commons.collections.IteratorUtils + contained in an array of Iterators. +
collatedIterator(Comparator, Collection) - +Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that provides an ordered iteration over the elements - contained in a collection of Iterators. + contained in a collection of Iterators.
CollatingIterator - Class in org.apache.commons.collections.iterators
Provides an ordered iteration over the elements contained in - a collection of ordered Iterators.
CollatingIterator() - -Constructor for class org.apache.commons.collections.iterators.CollatingIterator -
Constructs a new CollatingIterator. -
CollatingIterator(Comparator) - -Constructor for class org.apache.commons.collections.iterators.CollatingIterator + a collection of ordered Iterators.
CollatingIterator() - +Constructor for class org.apache.commons.collections.iterators.CollatingIterator +
Constructs a new CollatingIterator. +
CollatingIterator(Comparator) - +Constructor for class org.apache.commons.collections.iterators.CollatingIterator
Constructs a new CollatingIterator that will used the - specified comparator for ordering. -
CollatingIterator(Comparator, int) - -Constructor for class org.apache.commons.collections.iterators.CollatingIterator + specified comparator for ordering. +
CollatingIterator(Comparator, int) - +Constructor for class org.apache.commons.collections.iterators.CollatingIterator
Constructs a new CollatingIterator that will used the specified comparator for ordering and have the specified initial - capacity. -
CollatingIterator(Comparator, Iterator, Iterator) - -Constructor for class org.apache.commons.collections.iterators.CollatingIterator + capacity. +
CollatingIterator(Comparator, Iterator, Iterator) - +Constructor for class org.apache.commons.collections.iterators.CollatingIterator
Constructs a new CollatingIterator that will use the specified comparator to provide ordered iteration over the two - given iterators. -
CollatingIterator(Comparator, Iterator[]) - -Constructor for class org.apache.commons.collections.iterators.CollatingIterator + given iterators. +
CollatingIterator(Comparator, Iterator[]) - +Constructor for class org.apache.commons.collections.iterators.CollatingIterator
Constructs a new CollatingIterator that will use the specified comparator to provide ordered iteration over the array - of iterators. -
CollatingIterator(Comparator, Collection) - -Constructor for class org.apache.commons.collections.iterators.CollatingIterator + of iterators. +
CollatingIterator(Comparator, Collection) - +Constructor for class org.apache.commons.collections.iterators.CollatingIterator
Constructs a new CollatingIterator that will use the specified comparator to provide ordered iteration over the collection - of iterators. -
collect(Collection, Transformer) - -Static method in class org.apache.commons.collections.CollectionUtils + of iterators. +
collect(Collection, Transformer) - +Static method in class org.apache.commons.collections.CollectionUtils
Returns a new Collection consisting of the elements of inputCollection transformed - by the given transformer. -
collect(Iterator, Transformer) - -Static method in class org.apache.commons.collections.CollectionUtils -
Transforms all elements from the inputIterator with the given transformer - and adds them to the outputCollection. -
collect(Collection, Transformer, Collection) - -Static method in class org.apache.commons.collections.CollectionUtils -
Transforms all elements from inputCollection with the given transformer - and adds them to the outputCollection. -
collect(Iterator, Transformer, Collection) - -Static method in class org.apache.commons.collections.CollectionUtils -
Transforms all elements from the inputIterator with the given transformer - and adds them to the outputCollection. -
collection - -Variable in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
The collection being decorated -
collection - -Variable in class org.apache.commons.collections.collection.SynchronizedCollection -
The collection to decorate -
CollectionUtils - Class in org.apache.commons.collections
Provides utility methods and decorators for Collection instances.
CollectionUtils() - -Constructor for class org.apache.commons.collections.CollectionUtils -
CollectionUtils should not normally be instantiated. -
combine(ExtendedProperties) - -Method in class org.apache.commons.collections.ExtendedProperties -
Combines an existing Hashtable with this Hashtable. -
ComparableComparator - Class in org.apache.commons.collections.comparators
A Comparator that compares - Comparable objects.
ComparableComparator() - -Constructor for class org.apache.commons.collections.comparators.ComparableComparator -
Constructor whose use should be avoided. -
comparator() - -Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator -
  -
comparator() - -Method in class org.apache.commons.collections.bag.PredicatedSortedBag -
  -
comparator() - -Method in class org.apache.commons.collections.bag.SynchronizedSortedBag -
  -
comparator() - -Method in class org.apache.commons.collections.bag.TransformedSortedBag -
  -
comparator() - -Method in class org.apache.commons.collections.bag.TreeBag -
  -
comparator() - -Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator -
  -
comparator - -Variable in class org.apache.commons.collections.bidimap.DualTreeBidiMap -
The comparator to use -
comparator() - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap -
  -
comparator - -Variable in class org.apache.commons.collections.buffer.PriorityBuffer -
The comparator used to order the elements -
comparator() - -Method in class org.apache.commons.collections.buffer.PriorityBuffer -
Gets the comparator being used for this buffer, null is natural order. -
comparator() - -Method in class org.apache.commons.collections.FastTreeMap + by the given transformer. +
collect(Iterator, Transformer) - +Static method in class org.apache.commons.collections.CollectionUtils +
Transforms all elements from the inputIterator with the given transformer + and adds them to the outputCollection. +
collect(Collection, Transformer, Collection) - +Static method in class org.apache.commons.collections.CollectionUtils +
Transforms all elements from inputCollection with the given transformer + and adds them to the outputCollection. +
collect(Iterator, Transformer, Collection) - +Static method in class org.apache.commons.collections.CollectionUtils +
Transforms all elements from the inputIterator with the given transformer + and adds them to the outputCollection. +
collection - +Variable in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
The collection being decorated +
collection - +Variable in class org.apache.commons.collections.collection.SynchronizedCollection +
The collection to decorate +
CollectionUtils - Class in org.apache.commons.collections
Provides utility methods and decorators for Collection instances.
CollectionUtils() - +Constructor for class org.apache.commons.collections.CollectionUtils +
CollectionUtils should not normally be instantiated. +
combine(ExtendedProperties) - +Method in class org.apache.commons.collections.ExtendedProperties +
Combines an existing Hashtable with this Hashtable. +
ComparableComparator - Class in org.apache.commons.collections.comparators
A Comparator that compares + Comparable objects.
ComparableComparator() - +Constructor for class org.apache.commons.collections.comparators.ComparableComparator +
Constructor whose use should be avoided. +
comparator() - +Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator +
  +
comparator() - +Method in class org.apache.commons.collections.bag.PredicatedSortedBag +
  +
comparator() - +Method in class org.apache.commons.collections.bag.SynchronizedSortedBag +
  +
comparator() - +Method in class org.apache.commons.collections.bag.TransformedSortedBag +
  +
comparator() - +Method in class org.apache.commons.collections.bag.TreeBag +
  +
comparator() - +Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator +
  +
comparator - +Variable in class org.apache.commons.collections.bidimap.DualTreeBidiMap +
The comparator to use +
comparator() - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap +
  +
comparator - +Variable in class org.apache.commons.collections.buffer.PriorityBuffer +
The comparator used to order the elements +
comparator() - +Method in class org.apache.commons.collections.buffer.PriorityBuffer +
Gets the comparator being used for this buffer, null is natural order. +
comparator() - +Method in class org.apache.commons.collections.FastTreeMap
Return the comparator used to order this map, or null - if this map uses its keys' natural order. -
comparator() - -Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator -
  -
comparator() - -Method in class org.apache.commons.collections.map.LazySortedMap -
  -
comparator() - -Method in class org.apache.commons.collections.map.PredicatedSortedMap -
  -
comparator() - -Method in class org.apache.commons.collections.map.TransformedSortedMap -
  -
comparator() - -Method in class org.apache.commons.collections.map.UnmodifiableSortedMap -
  -
comparator() - -Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator -
  -
comparator() - -Method in class org.apache.commons.collections.set.PredicatedSortedSet -
  -
comparator() - -Method in class org.apache.commons.collections.set.SynchronizedSortedSet -
  -
comparator() - -Method in class org.apache.commons.collections.set.TransformedSortedSet -
  -
comparator() - -Method in interface org.apache.commons.collections.SortedBag + if this map uses its keys' natural order. +
comparator() - +Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator +
  +
comparator() - +Method in class org.apache.commons.collections.map.LazySortedMap +
  +
comparator() - +Method in class org.apache.commons.collections.map.PredicatedSortedMap +
  +
comparator() - +Method in class org.apache.commons.collections.map.TransformedSortedMap +
  +
comparator() - +Method in class org.apache.commons.collections.map.UnmodifiableSortedMap +
  +
comparator() - +Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator +
  +
comparator() - +Method in class org.apache.commons.collections.set.PredicatedSortedSet +
  +
comparator() - +Method in class org.apache.commons.collections.set.SynchronizedSortedSet +
  +
comparator() - +Method in class org.apache.commons.collections.set.TransformedSortedSet +
  +
comparator() - +Method in interface org.apache.commons.collections.SortedBag
Returns the comparator associated with this sorted set, or null - if it uses its elements' natural ordering. -
comparator() - -Method in class org.apache.commons.collections.TreeBag -
Deprecated.   + if it uses its elements' natural ordering. +
comparator() - +Method in class org.apache.commons.collections.TreeBag +
Deprecated.  
ComparatorChain - Class in org.apache.commons.collections.comparators
A ComparatorChain is a Comparator that wraps one or - more Comparators in sequence.
ComparatorChain() - -Constructor for class org.apache.commons.collections.comparators.ComparatorChain -
Construct a ComparatorChain with no Comparators. -
ComparatorChain(Comparator) - -Constructor for class org.apache.commons.collections.comparators.ComparatorChain + more Comparators in sequence.
ComparatorChain() - +Constructor for class org.apache.commons.collections.comparators.ComparatorChain +
Construct a ComparatorChain with no Comparators. +
ComparatorChain(Comparator) - +Constructor for class org.apache.commons.collections.comparators.ComparatorChain
Construct a ComparatorChain with a single Comparator, - sorting in the forward order -
ComparatorChain(Comparator, boolean) - -Constructor for class org.apache.commons.collections.comparators.ComparatorChain + sorting in the forward order +
ComparatorChain(Comparator, boolean) - +Constructor for class org.apache.commons.collections.comparators.ComparatorChain
Construct a Comparator chain with a single Comparator, - sorting in the given order -
ComparatorChain(List) - -Constructor for class org.apache.commons.collections.comparators.ComparatorChain + sorting in the given order +
ComparatorChain(List) - +Constructor for class org.apache.commons.collections.comparators.ComparatorChain
Construct a ComparatorChain from the Comparators in the - List. -
ComparatorChain(List, BitSet) - -Constructor for class org.apache.commons.collections.comparators.ComparatorChain + List. +
ComparatorChain(List, BitSet) - +Constructor for class org.apache.commons.collections.comparators.ComparatorChain
Construct a ComparatorChain from the Comparators in the - given List. -
comparatorChain - -Variable in class org.apache.commons.collections.comparators.ComparatorChain -
The list of comparators in the chain. + given List. +
comparatorChain - +Variable in class org.apache.commons.collections.comparators.ComparatorChain +
The list of comparators in the chain.
ComparatorUtils - Class in org.apache.commons.collections
Provides convenient static utility methods for Comparator - objects.
ComparatorUtils() - -Constructor for class org.apache.commons.collections.ComparatorUtils -
ComparatorUtils should not normally be instantiated. -
compare(Object, Object) - -Method in class org.apache.commons.collections.buffer.PriorityBuffer + objects.
ComparatorUtils() - +Constructor for class org.apache.commons.collections.ComparatorUtils +
ComparatorUtils should not normally be instantiated. +
compare(Object, Object) - +Method in class org.apache.commons.collections.buffer.PriorityBuffer
Compares two objects using the comparator if specified, or the - natural order otherwise. -
compare(Object, Object) - -Method in class org.apache.commons.collections.comparators.BooleanComparator -
Compares two arbitrary Objects. -
compare(Boolean, Boolean) - -Method in class org.apache.commons.collections.comparators.BooleanComparator + natural order otherwise. +
compare(Object, Object) - +Method in class org.apache.commons.collections.comparators.BooleanComparator +
Compares two arbitrary Objects. +
compare(Boolean, Boolean) - +Method in class org.apache.commons.collections.comparators.BooleanComparator
Compares two non-null Boolean objects - according to the value of BooleanComparator.sortsTrueFirst(). -
compare(Object, Object) - -Method in class org.apache.commons.collections.comparators.ComparableComparator -
Compare the two Comparable arguments. -
compare(Object, Object) - -Method in class org.apache.commons.collections.comparators.ComparatorChain + according to the value of BooleanComparator.sortsTrueFirst(). +
compare(Object, Object) - +Method in class org.apache.commons.collections.comparators.ComparableComparator +
Compare the two Comparable arguments. +
compare(Object, Object) - +Method in class org.apache.commons.collections.comparators.ComparatorChain
Perform comparisons on the Objects as per - Comparator.compare(o1,o2). -
compare(Object, Object) - -Method in class org.apache.commons.collections.comparators.FixedOrderComparator -
Compares two objects according to the order of this Comparator. -
compare(Object, Object) - -Method in class org.apache.commons.collections.comparators.NullComparator -
Perform a comparison between two objects. -
compare(Object, Object) - -Method in class org.apache.commons.collections.comparators.ReverseComparator -
Compares two objects in reverse order. -
compare(Object, Object) - -Method in class org.apache.commons.collections.comparators.TransformingComparator -
Returns the result of comparing the values from the transform operation. -
CompositeCollection - Class in org.apache.commons.collections.collection
Decorates a collection of other collections to provide a single unified view.
CompositeCollection() - -Constructor for class org.apache.commons.collections.collection.CompositeCollection -
Create an empty CompositeCollection. -
CompositeCollection(Collection) - -Constructor for class org.apache.commons.collections.collection.CompositeCollection -
Create a Composite Collection with only coll composited. -
CompositeCollection(Collection[]) - -Constructor for class org.apache.commons.collections.collection.CompositeCollection + Comparator.compare(o1,o2). +
compare(Object, Object) - +Method in class org.apache.commons.collections.comparators.FixedOrderComparator +
Compares two objects according to the order of this Comparator. +
compare(Object, Object) - +Method in class org.apache.commons.collections.comparators.NullComparator +
Perform a comparison between two objects. +
compare(Object, Object) - +Method in class org.apache.commons.collections.comparators.ReverseComparator +
Compares two objects in reverse order. +
compare(Object, Object) - +Method in class org.apache.commons.collections.comparators.TransformingComparator +
Returns the result of comparing the values from the transform operation. +
CompositeCollection - Class in org.apache.commons.collections.collection
Decorates a collection of other collections to provide a single unified view.
CompositeCollection() - +Constructor for class org.apache.commons.collections.collection.CompositeCollection +
Create an empty CompositeCollection. +
CompositeCollection(Collection) - +Constructor for class org.apache.commons.collections.collection.CompositeCollection +
Create a Composite Collection with only coll composited. +
CompositeCollection(Collection[]) - +Constructor for class org.apache.commons.collections.collection.CompositeCollection
Create a CompositeCollection with colls as the initial list of - composited collections. -
CompositeCollection.CollectionMutator - Interface in org.apache.commons.collections.collection
Pluggable strategy to handle changes to the composite.
CompositeMap - Class in org.apache.commons.collections.map
Decorates a map of other maps to provide a single unified view.
CompositeMap() - -Constructor for class org.apache.commons.collections.map.CompositeMap -
Create a new, empty, CompositeMap. -
CompositeMap(Map, Map) - -Constructor for class org.apache.commons.collections.map.CompositeMap -
Create a new CompositeMap with two composited Map instances. -
CompositeMap(Map, Map, CompositeMap.MapMutator) - -Constructor for class org.apache.commons.collections.map.CompositeMap -
Create a new CompositeMap with two composited Map instances. -
CompositeMap(Map[]) - -Constructor for class org.apache.commons.collections.map.CompositeMap + composited collections. +
CompositeCollection.CollectionMutator - Interface in org.apache.commons.collections.collection
Pluggable strategy to handle changes to the composite.
CompositeMap - Class in org.apache.commons.collections.map
Decorates a map of other maps to provide a single unified view.
CompositeMap() - +Constructor for class org.apache.commons.collections.map.CompositeMap +
Create a new, empty, CompositeMap. +
CompositeMap(Map, Map) - +Constructor for class org.apache.commons.collections.map.CompositeMap +
Create a new CompositeMap with two composited Map instances. +
CompositeMap(Map, Map, CompositeMap.MapMutator) - +Constructor for class org.apache.commons.collections.map.CompositeMap +
Create a new CompositeMap with two composited Map instances. +
CompositeMap(Map[]) - +Constructor for class org.apache.commons.collections.map.CompositeMap
Create a new CompositeMap which composites all of the Map instances in the - argument. -
CompositeMap(Map[], CompositeMap.MapMutator) - -Constructor for class org.apache.commons.collections.map.CompositeMap + argument. +
CompositeMap(Map[], CompositeMap.MapMutator) - +Constructor for class org.apache.commons.collections.map.CompositeMap
Create a new CompositeMap which composites all of the Map instances in the - argument. + argument.
CompositeMap.MapMutator - Interface in org.apache.commons.collections.map
This interface allows definition for all of the indeterminate mutators in a CompositeMap, as well as providing a hook for - callbacks on key collisions.
CompositeSet - Class in org.apache.commons.collections.set
Decorates a set of other sets to provide a single unified view.
CompositeSet() - -Constructor for class org.apache.commons.collections.set.CompositeSet -
Create an empty CompositeSet -
CompositeSet(Set) - -Constructor for class org.apache.commons.collections.set.CompositeSet -
Create a CompositeSet with just set composited -
CompositeSet(Set[]) - -Constructor for class org.apache.commons.collections.set.CompositeSet -
Create a composite set with sets as the initial set of composited Sets -
CompositeSet.SetMutator - Interface in org.apache.commons.collections.set
Define callbacks for mutation operations.
constantFactory(Object) - -Static method in class org.apache.commons.collections.FactoryUtils + callbacks on key collisions.
CompositeSet - Class in org.apache.commons.collections.set
Decorates a set of other sets to provide a single unified view.
CompositeSet() - +Constructor for class org.apache.commons.collections.set.CompositeSet +
Create an empty CompositeSet +
CompositeSet(Set) - +Constructor for class org.apache.commons.collections.set.CompositeSet +
Create a CompositeSet with just set composited +
CompositeSet(Set[]) - +Constructor for class org.apache.commons.collections.set.CompositeSet +
Create a composite set with sets as the initial set of composited Sets +
CompositeSet.SetMutator - Interface in org.apache.commons.collections.set
Define callbacks for mutation operations.
constantFactory(Object) - +Static method in class org.apache.commons.collections.FactoryUtils
Creates a Factory that will return the same object each time the factory - is used. -
ConstantFactory - Class in org.apache.commons.collections.functors
Factory implementation that returns the same constant each time.
ConstantFactory(Object) - -Constructor for class org.apache.commons.collections.functors.ConstantFactory -
Constructor that performs no validation. -
ConstantTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that returns the same constant each time.
ConstantTransformer(Object) - -Constructor for class org.apache.commons.collections.functors.ConstantTransformer -
Constructor that performs no validation. -
constantTransformer(Object) - -Static method in class org.apache.commons.collections.TransformerUtils -
Creates a Transformer that will return the same object each time the - transformer is used. -
contains(Object) - -Method in class org.apache.commons.collections.bag.AbstractMapBag + is used. +
ConstantFactory - Class in org.apache.commons.collections.functors
Factory implementation that returns the same constant each time.
ConstantFactory(Object) - +Constructor for class org.apache.commons.collections.functors.ConstantFactory +
Constructor that performs no validation. +
ConstantTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that returns the same constant each time.
ConstantTransformer(Object) - +Constructor for class org.apache.commons.collections.functors.ConstantTransformer +
Constructor that performs no validation. +
constantTransformer(Object) - +Static method in class org.apache.commons.collections.TransformerUtils +
Creates a Transformer that will return the same object each time the + transformer is used. +
contains(Object) - +Method in class org.apache.commons.collections.bag.AbstractMapBag
Determines if the bag contains the given element by checking if the - underlying map contains the element as a key. -
contains(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet -
  -
contains(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values -
  -
contains(Object) - -Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
  -
contains(Object) - -Method in class org.apache.commons.collections.collection.CompositeCollection -
Checks whether this composite collection contains the object. -
contains(Object) - -Method in class org.apache.commons.collections.collection.SynchronizedCollection -
  -
contains(Object) - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Returns true if this list contains the specified element. -
contains(Object) - -Method in class org.apache.commons.collections.DefaultMapBag + underlying map contains the element as a key. +
contains(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet +
  +
contains(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values +
  +
contains(Object) - +Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
  +
contains(Object) - +Method in class org.apache.commons.collections.collection.CompositeCollection +
Checks whether this composite collection contains the object. +
contains(Object) - +Method in class org.apache.commons.collections.collection.SynchronizedCollection +
  +
contains(Object) - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Returns true if this list contains the specified element. +
contains(Object) - +Method in class org.apache.commons.collections.DefaultMapBag
Deprecated. Determines if the bag contains the given element by checking if the - underlying map contains the element as a key. -
contains(Object) - -Method in class org.apache.commons.collections.FastArrayList -
Return true if this list contains the specified element. -
contains(Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
contains(Object) - -Method in class org.apache.commons.collections.list.SetUniqueList -
  -
contains(Object) - -Method in class org.apache.commons.collections.list.TreeList -
Searches for the presence of an object in the list. -
contains(Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet -
  -
contains(Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet -
  -
contains(Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap.Values -
  -
contains(Object) - -Method in class org.apache.commons.collections.set.MapBackedSet -
  -
containsAll(Collection) - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Determines if the bag contains the given elements. -
containsAll(Collection) - -Method in interface org.apache.commons.collections.Bag + underlying map contains the element as a key. +
contains(Object) - +Method in class org.apache.commons.collections.FastArrayList +
Return true if this list contains the specified element. +
contains(Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
contains(Object) - +Method in class org.apache.commons.collections.list.SetUniqueList +
  +
contains(Object) - +Method in class org.apache.commons.collections.list.TreeList +
Searches for the presence of an object in the list. +
contains(Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet +
  +
contains(Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet +
  +
contains(Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap.Values +
  +
contains(Object) - +Method in class org.apache.commons.collections.set.MapBackedSet +
  +
containsAll(Collection) - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Determines if the bag contains the given elements. +
containsAll(Collection) - +Method in interface org.apache.commons.collections.Bag
(Violation) Returns true if the bag contains all elements in - the given collection, respecting cardinality. -
containsAll(Collection) - -Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
  -
containsAll(Collection) - -Method in class org.apache.commons.collections.collection.CompositeCollection -
Checks whether this composite contains all the elements in the specified collection. -
containsAll(Collection) - -Method in class org.apache.commons.collections.collection.SynchronizedCollection -
  -
containsAll(Collection) - -Method in class org.apache.commons.collections.CursorableLinkedList + the given collection, respecting cardinality. +
containsAll(Collection) - +Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
  +
containsAll(Collection) - +Method in class org.apache.commons.collections.collection.CompositeCollection +
Checks whether this composite contains all the elements in the specified collection. +
containsAll(Collection) - +Method in class org.apache.commons.collections.collection.SynchronizedCollection +
  +
containsAll(Collection) - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Returns true if this list contains all of the elements of the - specified collection. -
containsAll(Collection) - -Method in class org.apache.commons.collections.DefaultMapBag -
Deprecated. Determines if the bag contains the given elements. -
containsAll(Bag) - -Method in class org.apache.commons.collections.DefaultMapBag + specified collection. +
containsAll(Collection) - +Method in class org.apache.commons.collections.DefaultMapBag +
Deprecated. Determines if the bag contains the given elements. +
containsAll(Bag) - +Method in class org.apache.commons.collections.DefaultMapBag
Deprecated. Returns true if the bag contains all elements in - the given collection, respecting cardinality. -
containsAll(Collection) - -Method in class org.apache.commons.collections.FastArrayList + the given collection, respecting cardinality. +
containsAll(Collection) - +Method in class org.apache.commons.collections.FastArrayList
Return true if this list contains all of the elements - in the specified Collection. -
containsAll(Collection) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
containsAll(Collection) - -Method in class org.apache.commons.collections.list.SetUniqueList -
  -
containsAll(Collection) - -Method in class org.apache.commons.collections.set.MapBackedSet -
  -
containsAny(Collection, Collection) - -Static method in class org.apache.commons.collections.CollectionUtils -
Returns true iff at least one element is in both collections. -
containsKey(Object) - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Returns true if the bean defines a property with the given name. -
containsKey(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
  -
containsKey(Object) - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Checks whether this map contains the a mapping for the specified key. -
containsKey(Object) - -Method in class org.apache.commons.collections.DoubleOrderedMap + in the specified Collection. +
containsAll(Collection) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
containsAll(Collection) - +Method in class org.apache.commons.collections.list.SetUniqueList +
  +
containsAll(Collection) - +Method in class org.apache.commons.collections.set.MapBackedSet +
  +
containsAny(Collection, Collection) - +Static method in class org.apache.commons.collections.CollectionUtils +
Returns true iff at least one element is in both collections. +
containsKey(Object) - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Returns true if the bean defines a property with the given name. +
containsKey(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
  +
containsKey(Object) - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Checks whether this map contains the a mapping for the specified key. +
containsKey(Object) - +Method in class org.apache.commons.collections.DoubleOrderedMap
Deprecated. Returns true if this map contains a mapping for the specified - key. -
containsKey(Object) - -Method in class org.apache.commons.collections.FastHashMap + key. +
containsKey(Object) - +Method in class org.apache.commons.collections.FastHashMap
Return true if this map contains a mapping for the - specified key. -
containsKey(Object) - -Method in class org.apache.commons.collections.FastTreeMap + specified key. +
containsKey(Object) - +Method in class org.apache.commons.collections.FastTreeMap
Return true if this map contains a mapping for the - specified key. -
containsKey(Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Checks whether the map contains the specified key. -
containsKey(Object) - -Method in class org.apache.commons.collections.map.AbstractMapDecorator -
  -
containsKey(Object) - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Checks whether the map contains the specified key. -
containsKey(Object) - -Method in class org.apache.commons.collections.map.CompositeMap + specified key. +
containsKey(Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Checks whether the map contains the specified key. +
containsKey(Object) - +Method in class org.apache.commons.collections.map.AbstractMapDecorator +
  +
containsKey(Object) - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Checks whether the map contains the specified key. +
containsKey(Object) - +Method in class org.apache.commons.collections.map.CompositeMap
Returns true if this map contains a mapping for the specified - key. -
containsKey(Object) - -Method in class org.apache.commons.collections.map.Flat3Map -
Checks whether the map contains the specified key. -
containsKey(Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Checks whether the map contains the specified multi-key. -
containsKey(Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Checks whether the map contains the specified multi-key. -
containsKey(Object, Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Checks whether the map contains the specified multi-key. -
containsKey(Object, Object, Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Checks whether the map contains the specified multi-key. -
containsKey(Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
  -
containsKey(Object) - -Method in class org.apache.commons.collections.map.SingletonMap -
Checks whether the map contains the specified key. -
containsKey(Object) - -Method in class org.apache.commons.collections.map.StaticBucketMap -
Checks if the map contains the specified key. -
containsKey(Object) - -Method in class org.apache.commons.collections.ProxyMap -
Deprecated. Invokes the underlying Map.containsKey(Object) method. -
containsKey(Object) - -Method in class org.apache.commons.collections.ReferenceMap -
Deprecated. Returns true if this map contains the given key. -
containsKey(Object) - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Implements Map.containsKey(Object). -
containsKey(Object) - -Method in class org.apache.commons.collections.StaticBucketMap -
Deprecated. Implements Map.containsKey(Object). -
containsValue(Object) - -Method in class org.apache.commons.collections.BeanMap + key. +
containsKey(Object) - +Method in class org.apache.commons.collections.map.Flat3Map +
Checks whether the map contains the specified key. +
containsKey(Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Checks whether the map contains the specified multi-key. +
containsKey(Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Checks whether the map contains the specified multi-key. +
containsKey(Object, Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Checks whether the map contains the specified multi-key. +
containsKey(Object, Object, Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Checks whether the map contains the specified multi-key. +
containsKey(Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
  +
containsKey(Object) - +Method in class org.apache.commons.collections.map.SingletonMap +
Checks whether the map contains the specified key. +
containsKey(Object) - +Method in class org.apache.commons.collections.map.StaticBucketMap +
Checks if the map contains the specified key. +
containsKey(Object) - +Method in class org.apache.commons.collections.ProxyMap +
Deprecated. Invokes the underlying Map.containsKey(Object) method. +
containsKey(Object) - +Method in class org.apache.commons.collections.ReferenceMap +
Deprecated. Returns true if this map contains the given key. +
containsKey(Object) - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Implements Map.containsKey(Object). +
containsKey(Object) - +Method in class org.apache.commons.collections.StaticBucketMap +
Deprecated. Implements Map.containsKey(Object). +
containsValue(Object) - +Method in class org.apache.commons.collections.BeanMap
Deprecated. Returns true if the bean defines a property whose current value is - the given object. -
containsValue(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
  -
containsValue(Object) - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap -
  -
containsValue(Object) - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Checks whether this map contains the a mapping for the specified value. -
containsValue(Object) - -Method in class org.apache.commons.collections.DoubleOrderedMap + the given object. +
containsValue(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
  +
containsValue(Object) - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap +
  +
containsValue(Object) - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Checks whether this map contains the a mapping for the specified value. +
containsValue(Object) - +Method in class org.apache.commons.collections.DoubleOrderedMap
Deprecated. Returns true if this map maps one or more keys to the - specified value. -
containsValue(Object) - -Method in class org.apache.commons.collections.FastHashMap + specified value. +
containsValue(Object) - +Method in class org.apache.commons.collections.FastHashMap
Return true if this map contains one or more keys mapping - to the specified value. -
containsValue(Object) - -Method in class org.apache.commons.collections.FastTreeMap + to the specified value. +
containsValue(Object) - +Method in class org.apache.commons.collections.FastTreeMap
Return true if this map contains one or more keys mapping - to the specified value. -
containsValue(Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Checks whether the map contains the specified value. -
containsValue(Object) - -Method in class org.apache.commons.collections.map.AbstractLinkedMap -
Checks whether the map contains the specified value. -
containsValue(Object) - -Method in class org.apache.commons.collections.map.AbstractMapDecorator -
  -
containsValue(Object) - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Checks whether the map contains the specified value. -
containsValue(Object) - -Method in class org.apache.commons.collections.map.CompositeMap + to the specified value. +
containsValue(Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Checks whether the map contains the specified value. +
containsValue(Object) - +Method in class org.apache.commons.collections.map.AbstractLinkedMap +
Checks whether the map contains the specified value. +
containsValue(Object) - +Method in class org.apache.commons.collections.map.AbstractMapDecorator +
  +
containsValue(Object) - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Checks whether the map contains the specified value. +
containsValue(Object) - +Method in class org.apache.commons.collections.map.CompositeMap
Returns true if this map maps one or more keys to the - specified value. -
containsValue(Object) - -Method in class org.apache.commons.collections.map.Flat3Map -
Checks whether the map contains the specified value. -
containsValue(Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
  -
containsValue(Object) - -Method in class org.apache.commons.collections.map.MultiValueMap -
Checks whether the map contains the value specified. -
containsValue(Object, Object) - -Method in class org.apache.commons.collections.map.MultiValueMap -
Checks whether the collection at the specified key contains the value. -
containsValue(Object) - -Method in class org.apache.commons.collections.map.SingletonMap -
Checks whether the map contains the specified value. -
containsValue(Object) - -Method in class org.apache.commons.collections.map.StaticBucketMap -
Checks if the map contains the specified value. -
containsValue(Object) - -Method in class org.apache.commons.collections.MultiHashMap -
Deprecated. Checks whether the map contains the value specified. -
containsValue(Object, Object) - -Method in class org.apache.commons.collections.MultiHashMap -
Deprecated. Checks whether the collection at the specified key contains the value. -
containsValue(Object) - -Method in interface org.apache.commons.collections.MultiMap -
Checks whether the map contains the value specified. -
containsValue(Object) - -Method in class org.apache.commons.collections.ProxyMap -
Deprecated. Invokes the underlying Map.containsValue(Object) method. -
containsValue(Object) - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Implements Map.containsValue(Object). -
containsValue(Object) - -Method in class org.apache.commons.collections.StaticBucketMap -
Deprecated. Implements Map.containsValue(Object). -
convertKey(Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Converts input keys to another object for storage in the map. -
convertKey(Object) - -Method in class org.apache.commons.collections.map.CaseInsensitiveMap -
Overrides convertKey() from AbstractHashedMap to convert keys to - lower case. -
convertProperties(Properties) - -Static method in class org.apache.commons.collections.ExtendedProperties -
Convert a standard properties class into a configuration class. -
convertType(Class, Object) - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Converts the given value to the given type. -
countMatches(Collection, Predicate) - -Static method in class org.apache.commons.collections.CollectionUtils -
Counts the number of elements in the input collection that match the predicate. -
create() - -Method in interface org.apache.commons.collections.Factory -
Create a new object. -
create() - -Method in class org.apache.commons.collections.functors.ConstantFactory -
Always return constant. -
create() - -Method in class org.apache.commons.collections.functors.ExceptionFactory -
Always throws an exception. -
create() - -Method in class org.apache.commons.collections.functors.InstantiateFactory -
Creates an object using the stored constructor. -
createBidiMap(Map, Map, BidiMap) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
Creates a new instance of the subclass. -
createBidiMap(Map, Map, BidiMap) - -Method in class org.apache.commons.collections.bidimap.DualHashBidiMap -
Creates a new instance of this object. -
createBidiMap(Map, Map, BidiMap) - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap -
Creates a new instance of this object. -
createCollection(int) - -Method in class org.apache.commons.collections.map.MultiValueMap + specified value. +
containsValue(Object) - +Method in class org.apache.commons.collections.map.Flat3Map +
Checks whether the map contains the specified value. +
containsValue(Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
  +
containsValue(Object) - +Method in class org.apache.commons.collections.map.MultiValueMap +
Checks whether the map contains the value specified. +
containsValue(Object, Object) - +Method in class org.apache.commons.collections.map.MultiValueMap +
Checks whether the collection at the specified key contains the value. +
containsValue(Object) - +Method in class org.apache.commons.collections.map.SingletonMap +
Checks whether the map contains the specified value. +
containsValue(Object) - +Method in class org.apache.commons.collections.map.StaticBucketMap +
Checks if the map contains the specified value. +
containsValue(Object) - +Method in class org.apache.commons.collections.MultiHashMap +
Deprecated. Checks whether the map contains the value specified. +
containsValue(Object, Object) - +Method in class org.apache.commons.collections.MultiHashMap +
Deprecated. Checks whether the collection at the specified key contains the value. +
containsValue(Object) - +Method in interface org.apache.commons.collections.MultiMap +
Checks whether the map contains the value specified. +
containsValue(Object) - +Method in class org.apache.commons.collections.ProxyMap +
Deprecated. Invokes the underlying Map.containsValue(Object) method. +
containsValue(Object) - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Implements Map.containsValue(Object). +
containsValue(Object) - +Method in class org.apache.commons.collections.StaticBucketMap +
Deprecated. Implements Map.containsValue(Object). +
convertKey(Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Converts input keys to another object for storage in the map. +
convertKey(Object) - +Method in class org.apache.commons.collections.map.CaseInsensitiveMap +
Overrides convertKey() from AbstractHashedMap to convert keys to + lower case. +
convertProperties(Properties) - +Static method in class org.apache.commons.collections.ExtendedProperties +
Convert a standard properties class into a configuration class. +
convertType(Class, Object) - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Converts the given value to the given type. +
countMatches(Collection, Predicate) - +Static method in class org.apache.commons.collections.CollectionUtils +
Counts the number of elements in the input collection that match the predicate. +
create() - +Method in interface org.apache.commons.collections.Factory +
Create a new object. +
create() - +Method in class org.apache.commons.collections.functors.ConstantFactory +
Always return constant. +
create() - +Method in class org.apache.commons.collections.functors.ExceptionFactory +
Always throws an exception. +
create() - +Method in class org.apache.commons.collections.functors.InstantiateFactory +
Creates an object using the stored constructor. +
createBidiMap(Map, Map, BidiMap) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
Creates a new instance of the subclass. +
createBidiMap(Map, Map, BidiMap) - +Method in class org.apache.commons.collections.bidimap.DualHashBidiMap +
Creates a new instance of this object. +
createBidiMap(Map, Map, BidiMap) - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap +
Creates a new instance of this object. +
createCollection(int) - +Method in class org.apache.commons.collections.map.MultiValueMap
Creates a new instance of the map value Collection container - using the factory. -
createCollection(Collection) - -Method in class org.apache.commons.collections.MultiHashMap -
Deprecated. Creates a new instance of the map value Collection container. -
createDelegateMap() - -Method in class org.apache.commons.collections.map.Flat3Map -
Create an instance of the map used for storage when in delegation mode. -
createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Creates an entry to store the key-value data. -
createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - -Method in class org.apache.commons.collections.map.AbstractLinkedMap -
Creates an entry to store the data. -
createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Creates a ReferenceEntry instead of a HashEntry. -
createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - -Method in class org.apache.commons.collections.map.IdentityMap -
Creates an entry to store the data. -
createEntrySetIterator(Iterator) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
Creates an entry set iterator. -
createEntrySetIterator() - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Creates an entry set iterator. -
createEntrySetIterator() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap -
Creates an entry set iterator. -
createEntrySetIterator() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Creates an entry set iterator. -
createHeaderNode() - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
Creates a new node with previous, next and element all set to null. -
createKeySetIterator(Iterator) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
Creates a key set iterator. -
createKeySetIterator() - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Creates a key set iterator. -
createKeySetIterator() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap -
Creates a key set iterator. -
createKeySetIterator() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Creates an key set iterator. -
createMap() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap + using the factory. +
createCollection(Collection) - +Method in class org.apache.commons.collections.MultiHashMap +
Deprecated. Creates a new instance of the map value Collection container. +
createDelegateMap() - +Method in class org.apache.commons.collections.map.Flat3Map +
Create an instance of the map used for storage when in delegation mode. +
createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Creates an entry to store the key-value data. +
createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - +Method in class org.apache.commons.collections.map.AbstractLinkedMap +
Creates an entry to store the data. +
createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Creates a ReferenceEntry instead of a HashEntry. +
createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - +Method in class org.apache.commons.collections.map.IdentityMap +
Creates an entry to store the data. +
createEntrySetIterator(Iterator) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
Creates an entry set iterator. +
createEntrySetIterator() - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Creates an entry set iterator. +
createEntrySetIterator() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap +
Creates an entry set iterator. +
createEntrySetIterator() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Creates an entry set iterator. +
createHeaderNode() - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
Creates a new node with previous, next and element all set to null. +
createKeySetIterator(Iterator) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
Creates a key set iterator. +
createKeySetIterator() - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Creates a key set iterator. +
createKeySetIterator() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap +
Creates a key set iterator. +
createKeySetIterator() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Creates an key set iterator. +
createMap() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Deprecated. For constructors, use the new two map constructor. - For deserialization, populate the maps array directly in readObject. -
createNode(Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
Creates a new node with the specified properties. -
createNode(Object) - -Method in class org.apache.commons.collections.list.NodeCachingLinkedList + For deserialization, populate the maps array directly in readObject. +
createNode(Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
Creates a new node with the specified properties. +
createNode(Object) - +Method in class org.apache.commons.collections.list.NodeCachingLinkedList
Creates a new node, either by reusing one from the cache or creating - a new one. -
createSubListIterator(AbstractLinkedList.LinkedSubList) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
Creates an iterator for the sublist. -
createSubListListIterator(AbstractLinkedList.LinkedSubList, int) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
Creates a list iterator for the sublist. -
createSubListListIterator(AbstractLinkedList.LinkedSubList, int) - -Method in class org.apache.commons.collections.list.CursorableLinkedList -
Creates a list iterator for the sublist. -
createValuesIterator(Iterator) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
Creates a values iterator. -
createValuesIterator() - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Creates a values iterator. -
createValuesIterator() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap -
Creates a values iterator. -
createValuesIterator() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Creates an values iterator. -
createWriteMethodArguments(Method, Object) - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Creates an array of parameters to pass to the given mutator method. -
current - -Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator -
The last node that was returned by AbstractLinkedList.LinkedListIterator.next() or AbstractLinkedList.LinkedListIterator.previous(). -
currentEntry() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator -
  -
currentEntry() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator -
  -
currentIterator - -Variable in class org.apache.commons.collections.iterators.IteratorChain -
The current iterator -
currentIterator - -Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator -
The current iterator -
currentIteratorIndex - -Variable in class org.apache.commons.collections.iterators.IteratorChain -
The index of the current iterator -
currentValue - -Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator -
The current value -
cursor() - -Method in class org.apache.commons.collections.CursorableLinkedList + a new one. +
createSubListIterator(AbstractLinkedList.LinkedSubList) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
Creates an iterator for the sublist. +
createSubListListIterator(AbstractLinkedList.LinkedSubList, int) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
Creates a list iterator for the sublist. +
createSubListListIterator(AbstractLinkedList.LinkedSubList, int) - +Method in class org.apache.commons.collections.list.CursorableLinkedList +
Creates a list iterator for the sublist. +
createValuesIterator(Iterator) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
Creates a values iterator. +
createValuesIterator() - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Creates a values iterator. +
createValuesIterator() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap +
Creates a values iterator. +
createValuesIterator() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Creates an values iterator. +
createWriteMethodArguments(Method, Object) - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Creates an array of parameters to pass to the given mutator method. +
current - +Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator +
The last node that was returned by AbstractLinkedList.LinkedListIterator.next() or AbstractLinkedList.LinkedListIterator.previous(). +
currentEntry() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator +
  +
currentEntry() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator +
  +
currentIterator - +Variable in class org.apache.commons.collections.iterators.IteratorChain +
The current iterator +
currentIterator - +Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator +
The current iterator +
currentIteratorIndex - +Variable in class org.apache.commons.collections.iterators.IteratorChain +
The index of the current iterator +
currentValue - +Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator +
The current value +
cursor() - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Returns a ListIterator for iterating through the - elements of this list. -
cursor(int) - -Method in class org.apache.commons.collections.CursorableLinkedList + elements of this list. +
cursor(int) - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Returns a ListIterator for iterating through the elements of this list, initialized such that ListIterator.next() will return the element at the specified index (if any) and ListIterator.previous() - will return the element immediately preceding it (if any). -
cursor() - -Method in class org.apache.commons.collections.list.CursorableLinkedList -
Returns a CursorableLinkedList.Cursor for iterating through the elements of this list. -
cursor(int) - -Method in class org.apache.commons.collections.list.CursorableLinkedList + will return the element immediately preceding it (if any). +
cursor() - +Method in class org.apache.commons.collections.list.CursorableLinkedList +
Returns a CursorableLinkedList.Cursor for iterating through the elements of this list. +
cursor(int) - +Method in class org.apache.commons.collections.list.CursorableLinkedList
Returns a CursorableLinkedList.Cursor for iterating through the elements of this list - starting from a specified index. + starting from a specified index.
CursorableLinkedList - Class in org.apache.commons.collections
Deprecated. Use new version in list subpackage, which has been rewritten - and now returns the cursor from the listIterator method. Will be removed in v4.0
CursorableLinkedList() - -Constructor for class org.apache.commons.collections.CursorableLinkedList -
Deprecated.   + and now returns the cursor from the listIterator method. Will be removed in v4.0
CursorableLinkedList() - +Constructor for class org.apache.commons.collections.CursorableLinkedList +
Deprecated.  
CursorableLinkedList - Class in org.apache.commons.collections.list
A List implementation with a ListIterator that - allows concurrent modifications to the underlying list.
CursorableLinkedList() - -Constructor for class org.apache.commons.collections.list.CursorableLinkedList -
Constructor that creates. -
CursorableLinkedList(Collection) - -Constructor for class org.apache.commons.collections.list.CursorableLinkedList -
Constructor that copies the specified collection + allows concurrent modifications to the underlying list.
CursorableLinkedList() - +Constructor for class org.apache.commons.collections.list.CursorableLinkedList +
Constructor that creates. +
CursorableLinkedList(Collection) - +Constructor for class org.apache.commons.collections.list.CursorableLinkedList +
Constructor that copies the specified collection
CursorableLinkedList.Cursor - Class in org.apache.commons.collections
Deprecated.  
CursorableLinkedList.Cursor - Class in org.apache.commons.collections.list
An extended ListIterator that allows concurrent changes to - the underlying list.
CursorableLinkedList.Cursor(CursorableLinkedList, int) - -Constructor for class org.apache.commons.collections.list.CursorableLinkedList.Cursor -
Constructs a new cursor. -
CursorableLinkedList.SubCursor - Class in org.apache.commons.collections.list
A cursor for the sublist based on LinkedSubListIterator.
CursorableLinkedList.SubCursor(AbstractLinkedList.LinkedSubList, int) - -Constructor for class org.apache.commons.collections.list.CursorableLinkedList.SubCursor -
Constructs a new cursor. -
cursors - -Variable in class org.apache.commons.collections.list.CursorableLinkedList -
A list of the cursor currently open on this list -
-
-

-D

-
-
data - -Variable in class org.apache.commons.collections.map.AbstractHashedMap -
Map entries -
debugPrint(PrintStream, Object, Map) - -Static method in class org.apache.commons.collections.MapUtils -
Prints the given map with nice line breaks. -
decorate(Bag, Predicate) - -Static method in class org.apache.commons.collections.bag.PredicatedBag -
Factory method to create a predicated (validating) bag. -
decorate(SortedBag, Predicate) - -Static method in class org.apache.commons.collections.bag.PredicatedSortedBag -
Factory method to create a predicated (validating) bag. -
decorate(Bag) - -Static method in class org.apache.commons.collections.bag.SynchronizedBag -
Factory method to create a synchronized bag. -
decorate(SortedBag) - -Static method in class org.apache.commons.collections.bag.SynchronizedSortedBag -
Factory method to create a synchronized sorted bag. -
decorate(Bag, Transformer) - -Static method in class org.apache.commons.collections.bag.TransformedBag -
Factory method to create a transforming bag. -
decorate(SortedBag, Transformer) - -Static method in class org.apache.commons.collections.bag.TransformedSortedBag -
Factory method to create a transforming sorted bag. -
decorate(Bag, Class) - -Static method in class org.apache.commons.collections.bag.TypedBag -
Factory method to create a typed bag. -
decorate(SortedBag, Class) - -Static method in class org.apache.commons.collections.bag.TypedSortedBag -
Factory method to create a typed sorted bag. -
decorate(Bag) - -Static method in class org.apache.commons.collections.bag.UnmodifiableBag -
Factory method to create an unmodifiable bag. -
decorate(SortedBag) - -Static method in class org.apache.commons.collections.bag.UnmodifiableSortedBag -
Factory method to create an unmodifiable bag. -
decorate(BidiMap) - -Static method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap -
Factory method to create an unmodifiable map. -
decorate(OrderedBidiMap) - -Static method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap -
Factory method to create an unmodifiable map. -
decorate(SortedBidiMap) - -Static method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -
Factory method to create an unmodifiable map. -
decorate(Buffer) - -Static method in class org.apache.commons.collections.buffer.BlockingBuffer -
Factory method to create a blocking buffer. -
decorate(Buffer, long) - -Static method in class org.apache.commons.collections.buffer.BlockingBuffer -
Factory method to create a blocking buffer with a timeout value. -
decorate(Buffer, int) - -Static method in class org.apache.commons.collections.buffer.BoundedBuffer -
Factory method to create a bounded buffer. -
decorate(Buffer, int, long) - -Static method in class org.apache.commons.collections.buffer.BoundedBuffer + the underlying list.
CursorableLinkedList.Cursor(CursorableLinkedList, int) - +Constructor for class org.apache.commons.collections.list.CursorableLinkedList.Cursor +
Constructs a new cursor. +
CursorableLinkedList.SubCursor - Class in org.apache.commons.collections.list
A cursor for the sublist based on LinkedSubListIterator.
CursorableLinkedList.SubCursor(AbstractLinkedList.LinkedSubList, int) - +Constructor for class org.apache.commons.collections.list.CursorableLinkedList.SubCursor +
Constructs a new cursor. +
cursors - +Variable in class org.apache.commons.collections.list.CursorableLinkedList +
A list of the cursor currently open on this list +
+
+

+D

+
+
data - +Variable in class org.apache.commons.collections.map.AbstractHashedMap +
Map entries +
debugPrint(PrintStream, Object, Map) - +Static method in class org.apache.commons.collections.MapUtils +
Prints the given map with nice line breaks. +
decorate(Bag, Predicate) - +Static method in class org.apache.commons.collections.bag.PredicatedBag +
Factory method to create a predicated (validating) bag. +
decorate(SortedBag, Predicate) - +Static method in class org.apache.commons.collections.bag.PredicatedSortedBag +
Factory method to create a predicated (validating) bag. +
decorate(Bag) - +Static method in class org.apache.commons.collections.bag.SynchronizedBag +
Factory method to create a synchronized bag. +
decorate(SortedBag) - +Static method in class org.apache.commons.collections.bag.SynchronizedSortedBag +
Factory method to create a synchronized sorted bag. +
decorate(Bag, Transformer) - +Static method in class org.apache.commons.collections.bag.TransformedBag +
Factory method to create a transforming bag. +
decorate(SortedBag, Transformer) - +Static method in class org.apache.commons.collections.bag.TransformedSortedBag +
Factory method to create a transforming sorted bag. +
decorate(Bag, Class) - +Static method in class org.apache.commons.collections.bag.TypedBag +
Factory method to create a typed bag. +
decorate(SortedBag, Class) - +Static method in class org.apache.commons.collections.bag.TypedSortedBag +
Factory method to create a typed sorted bag. +
decorate(Bag) - +Static method in class org.apache.commons.collections.bag.UnmodifiableBag +
Factory method to create an unmodifiable bag. +
decorate(SortedBag) - +Static method in class org.apache.commons.collections.bag.UnmodifiableSortedBag +
Factory method to create an unmodifiable bag. +
decorate(BidiMap) - +Static method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap +
Factory method to create an unmodifiable map. +
decorate(OrderedBidiMap) - +Static method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap +
Factory method to create an unmodifiable map. +
decorate(SortedBidiMap) - +Static method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +
Factory method to create an unmodifiable map. +
decorate(Buffer) - +Static method in class org.apache.commons.collections.buffer.BlockingBuffer +
Factory method to create a blocking buffer. +
decorate(Buffer, long) - +Static method in class org.apache.commons.collections.buffer.BlockingBuffer +
Factory method to create a blocking buffer with a timeout value. +
decorate(Buffer, int) - +Static method in class org.apache.commons.collections.buffer.BoundedBuffer +
Factory method to create a bounded buffer. +
decorate(Buffer, int, long) - +Static method in class org.apache.commons.collections.buffer.BoundedBuffer
Factory method to create a bounded buffer that blocks for a maximum - amount of time. -
decorate(Buffer, Predicate) - -Static method in class org.apache.commons.collections.buffer.PredicatedBuffer -
Factory method to create a predicated (validating) buffer. -
decorate(Buffer) - -Static method in class org.apache.commons.collections.buffer.SynchronizedBuffer -
Factory method to create a synchronized buffer. -
decorate(Buffer, Transformer) - -Static method in class org.apache.commons.collections.buffer.TransformedBuffer -
Factory method to create a transforming buffer. -
decorate(Buffer, Class) - -Static method in class org.apache.commons.collections.buffer.TypedBuffer -
Factory method to create a typed list. -
decorate(Buffer) - -Static method in class org.apache.commons.collections.buffer.UnmodifiableBuffer -
Factory method to create an unmodifiable buffer. -
decorate(Collection, Predicate) - -Static method in class org.apache.commons.collections.collection.PredicatedCollection -
Factory method to create a predicated (validating) collection. -
decorate(Collection) - -Static method in class org.apache.commons.collections.collection.SynchronizedCollection -
Factory method to create a synchronized collection. -
decorate(Collection, Transformer) - -Static method in class org.apache.commons.collections.collection.TransformedCollection -
Factory method to create a transforming collection. -
decorate(Collection, Class) - -Static method in class org.apache.commons.collections.collection.TypedCollection -
Factory method to create a typed collection. -
decorate(BoundedCollection) - -Static method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection -
Factory method to create an unmodifiable bounded collection. -
decorate(Collection) - -Static method in class org.apache.commons.collections.collection.UnmodifiableCollection -
Factory method to create an unmodifiable collection. -
decorate(Iterator) - -Static method in class org.apache.commons.collections.iterators.UnmodifiableIterator -
Decorates the specified iterator such that it cannot be modified. -
decorate(ListIterator) - -Static method in class org.apache.commons.collections.iterators.UnmodifiableListIterator -
Decorates the specified iterator such that it cannot be modified. -
decorate(MapIterator) - -Static method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator -
Decorates the specified iterator such that it cannot be modified. -
decorate(OrderedMapIterator) - -Static method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator -
Decorates the specified iterator such that it cannot be modified. -
decorate(List) - -Static method in class org.apache.commons.collections.list.FixedSizeList -
Factory method to create a fixed size list. -
decorate(List) - -Static method in class org.apache.commons.collections.list.GrowthList -
Factory method to create a growth list. -
decorate(List, Factory) - -Static method in class org.apache.commons.collections.list.LazyList -
Factory method to create a lazily instantiating list. -
decorate(List, Predicate) - -Static method in class org.apache.commons.collections.list.PredicatedList -
Factory method to create a predicated (validating) list. -
decorate(List) - -Static method in class org.apache.commons.collections.list.SetUniqueList -
Factory method to create a SetList using the supplied list to retain order. -
decorate(List) - -Static method in class org.apache.commons.collections.list.SynchronizedList -
Factory method to create a synchronized list. -
decorate(List, Transformer) - -Static method in class org.apache.commons.collections.list.TransformedList -
Factory method to create a transforming list. -
decorate(List, Class) - -Static method in class org.apache.commons.collections.list.TypedList -
Factory method to create a typed list. -
decorate(List) - -Static method in class org.apache.commons.collections.list.UnmodifiableList -
Factory method to create an unmodifiable list. -
decorate(Map, Object) - -Static method in class org.apache.commons.collections.map.DefaultedMap -
Factory method to create a defaulting map. -
decorate(Map, Factory) - -Static method in class org.apache.commons.collections.map.DefaultedMap -
Factory method to create a defaulting map. -
decorate(Map, Transformer) - -Static method in class org.apache.commons.collections.map.DefaultedMap -
Factory method to create a defaulting map. -
decorate(Map) - -Static method in class org.apache.commons.collections.map.FixedSizeMap -
Factory method to create a fixed size map. -
decorate(SortedMap) - -Static method in class org.apache.commons.collections.map.FixedSizeSortedMap -
Factory method to create a fixed size sorted map. -
decorate(Map, Factory) - -Static method in class org.apache.commons.collections.map.LazyMap -
Factory method to create a lazily instantiated map. -
decorate(Map, Transformer) - -Static method in class org.apache.commons.collections.map.LazyMap -
Factory method to create a lazily instantiated map. -
decorate(SortedMap, Factory) - -Static method in class org.apache.commons.collections.map.LazySortedMap -
Factory method to create a lazily instantiated sorted map. -
decorate(SortedMap, Transformer) - -Static method in class org.apache.commons.collections.map.LazySortedMap -
Factory method to create a lazily instantiated sorted map. -
decorate(Map) - -Static method in class org.apache.commons.collections.map.ListOrderedMap -
Factory method to create an ordered map. -
decorate(AbstractHashedMap) - -Static method in class org.apache.commons.collections.map.MultiKeyMap -
Decorates the specified map to add the MultiKeyMap API and fast query. -
decorate(Map) - -Static method in class org.apache.commons.collections.map.MultiValueMap + amount of time. +
decorate(Buffer, Predicate) - +Static method in class org.apache.commons.collections.buffer.PredicatedBuffer +
Factory method to create a predicated (validating) buffer. +
decorate(Buffer) - +Static method in class org.apache.commons.collections.buffer.SynchronizedBuffer +
Factory method to create a synchronized buffer. +
decorate(Buffer, Transformer) - +Static method in class org.apache.commons.collections.buffer.TransformedBuffer +
Factory method to create a transforming buffer. +
decorate(Buffer, Class) - +Static method in class org.apache.commons.collections.buffer.TypedBuffer +
Factory method to create a typed list. +
decorate(Buffer) - +Static method in class org.apache.commons.collections.buffer.UnmodifiableBuffer +
Factory method to create an unmodifiable buffer. +
decorate(Collection, Predicate) - +Static method in class org.apache.commons.collections.collection.PredicatedCollection +
Factory method to create a predicated (validating) collection. +
decorate(Collection) - +Static method in class org.apache.commons.collections.collection.SynchronizedCollection +
Factory method to create a synchronized collection. +
decorate(Collection, Transformer) - +Static method in class org.apache.commons.collections.collection.TransformedCollection +
Factory method to create a transforming collection. +
decorate(Collection, Class) - +Static method in class org.apache.commons.collections.collection.TypedCollection +
Factory method to create a typed collection. +
decorate(BoundedCollection) - +Static method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection +
Factory method to create an unmodifiable bounded collection. +
decorate(Collection) - +Static method in class org.apache.commons.collections.collection.UnmodifiableCollection +
Factory method to create an unmodifiable collection. +
decorate(Iterator) - +Static method in class org.apache.commons.collections.iterators.UnmodifiableIterator +
Decorates the specified iterator such that it cannot be modified. +
decorate(ListIterator) - +Static method in class org.apache.commons.collections.iterators.UnmodifiableListIterator +
Decorates the specified iterator such that it cannot be modified. +
decorate(MapIterator) - +Static method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator +
Decorates the specified iterator such that it cannot be modified. +
decorate(OrderedMapIterator) - +Static method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator +
Decorates the specified iterator such that it cannot be modified. +
decorate(List) - +Static method in class org.apache.commons.collections.list.FixedSizeList +
Factory method to create a fixed size list. +
decorate(List) - +Static method in class org.apache.commons.collections.list.GrowthList +
Factory method to create a growth list. +
decorate(List, Factory) - +Static method in class org.apache.commons.collections.list.LazyList +
Factory method to create a lazily instantiating list. +
decorate(List, Predicate) - +Static method in class org.apache.commons.collections.list.PredicatedList +
Factory method to create a predicated (validating) list. +
decorate(List) - +Static method in class org.apache.commons.collections.list.SetUniqueList +
Factory method to create a SetList using the supplied list to retain order. +
decorate(List) - +Static method in class org.apache.commons.collections.list.SynchronizedList +
Factory method to create a synchronized list. +
decorate(List, Transformer) - +Static method in class org.apache.commons.collections.list.TransformedList +
Factory method to create a transforming list. +
decorate(List, Class) - +Static method in class org.apache.commons.collections.list.TypedList +
Factory method to create a typed list. +
decorate(List) - +Static method in class org.apache.commons.collections.list.UnmodifiableList +
Factory method to create an unmodifiable list. +
decorate(Map, Object) - +Static method in class org.apache.commons.collections.map.DefaultedMap +
Factory method to create a defaulting map. +
decorate(Map, Factory) - +Static method in class org.apache.commons.collections.map.DefaultedMap +
Factory method to create a defaulting map. +
decorate(Map, Transformer) - +Static method in class org.apache.commons.collections.map.DefaultedMap +
Factory method to create a defaulting map. +
decorate(Map) - +Static method in class org.apache.commons.collections.map.FixedSizeMap +
Factory method to create a fixed size map. +
decorate(SortedMap) - +Static method in class org.apache.commons.collections.map.FixedSizeSortedMap +
Factory method to create a fixed size sorted map. +
decorate(Map, Factory) - +Static method in class org.apache.commons.collections.map.LazyMap +
Factory method to create a lazily instantiated map. +
decorate(Map, Transformer) - +Static method in class org.apache.commons.collections.map.LazyMap +
Factory method to create a lazily instantiated map. +
decorate(SortedMap, Factory) - +Static method in class org.apache.commons.collections.map.LazySortedMap +
Factory method to create a lazily instantiated sorted map. +
decorate(SortedMap, Transformer) - +Static method in class org.apache.commons.collections.map.LazySortedMap +
Factory method to create a lazily instantiated sorted map. +
decorate(Map) - +Static method in class org.apache.commons.collections.map.ListOrderedMap +
Factory method to create an ordered map. +
decorate(AbstractHashedMap) - +Static method in class org.apache.commons.collections.map.MultiKeyMap +
Decorates the specified map to add the MultiKeyMap API and fast query. +
decorate(Map) - +Static method in class org.apache.commons.collections.map.MultiValueMap
Creates a map which wraps the given map and - maps keys to ArrayLists. -
decorate(Map, Class) - -Static method in class org.apache.commons.collections.map.MultiValueMap + maps keys to ArrayLists. +
decorate(Map, Class) - +Static method in class org.apache.commons.collections.map.MultiValueMap
Creates a map which decorates the given map and - maps keys to collections of type collectionClass. -
decorate(Map, Factory) - -Static method in class org.apache.commons.collections.map.MultiValueMap + maps keys to collections of type collectionClass. +
decorate(Map, Factory) - +Static method in class org.apache.commons.collections.map.MultiValueMap
Creates a map which decorates the given map and - creates the value collections using the supplied collectionFactory. -
decorate(Map, Predicate, Predicate) - -Static method in class org.apache.commons.collections.map.PredicatedMap -
Factory method to create a predicated (validating) map. -
decorate(SortedMap, Predicate, Predicate) - -Static method in class org.apache.commons.collections.map.PredicatedSortedMap -
Factory method to create a predicated (validating) sorted map. -
decorate(Map, Transformer, Transformer) - -Static method in class org.apache.commons.collections.map.TransformedMap -
Factory method to create a transforming map. -
decorate(SortedMap, Transformer, Transformer) - -Static method in class org.apache.commons.collections.map.TransformedSortedMap -
Factory method to create a transforming sorted map. -
decorate(Map, Class, Class) - -Static method in class org.apache.commons.collections.map.TypedMap -
Factory method to create a typed map. -
decorate(SortedMap, Class, Class) - -Static method in class org.apache.commons.collections.map.TypedSortedMap -
Factory method to create a typed sorted map. -
decorate(Set) - -Static method in class org.apache.commons.collections.map.UnmodifiableEntrySet -
Factory method to create an unmodifiable set of Map Entry objects. -
decorate(Map) - -Static method in class org.apache.commons.collections.map.UnmodifiableMap -
Factory method to create an unmodifiable map. -
decorate(OrderedMap) - -Static method in class org.apache.commons.collections.map.UnmodifiableOrderedMap -
Factory method to create an unmodifiable sorted map. -
decorate(SortedMap) - -Static method in class org.apache.commons.collections.map.UnmodifiableSortedMap -
Factory method to create an unmodifiable sorted map. -
decorate(Set, List) - -Static method in class org.apache.commons.collections.set.ListOrderedSet -
Factory method to create an ordered set specifying the list and set to use. -
decorate(Set) - -Static method in class org.apache.commons.collections.set.ListOrderedSet -
Factory method to create an ordered set. -
decorate(List) - -Static method in class org.apache.commons.collections.set.ListOrderedSet -
Factory method to create an ordered set using the supplied list to retain order. -
decorate(Map) - -Static method in class org.apache.commons.collections.set.MapBackedSet -
Factory method to create a set from a map. -
decorate(Map, Object) - -Static method in class org.apache.commons.collections.set.MapBackedSet -
Factory method to create a set from a map. -
decorate(Set, Predicate) - -Static method in class org.apache.commons.collections.set.PredicatedSet -
Factory method to create a predicated (validating) set. -
decorate(SortedSet, Predicate) - -Static method in class org.apache.commons.collections.set.PredicatedSortedSet -
Factory method to create a predicated (validating) sorted set. -
decorate(Set) - -Static method in class org.apache.commons.collections.set.SynchronizedSet -
Factory method to create a synchronized set. -
decorate(SortedSet) - -Static method in class org.apache.commons.collections.set.SynchronizedSortedSet -
Factory method to create a synchronized set. -
decorate(Set, Transformer) - -Static method in class org.apache.commons.collections.set.TransformedSet -
Factory method to create a transforming set. -
decorate(SortedSet, Transformer) - -Static method in class org.apache.commons.collections.set.TransformedSortedSet -
Factory method to create a transforming sorted set. -
decorate(Set, Class) - -Static method in class org.apache.commons.collections.set.TypedSet -
Factory method to create a typed set. -
decorate(SortedSet, Class) - -Static method in class org.apache.commons.collections.set.TypedSortedSet -
Factory method to create a typed sorted set. -
decorate(Set) - -Static method in class org.apache.commons.collections.set.UnmodifiableSet -
Factory method to create an unmodifiable set. -
decorate(SortedSet) - -Static method in class org.apache.commons.collections.set.UnmodifiableSortedSet -
Factory method to create an unmodifiable set. -
decorated - -Variable in class org.apache.commons.collections.comparators.TransformingComparator -
The decorated comparator. -
decorateTransform(Map, Transformer, Transformer) - -Static method in class org.apache.commons.collections.map.TransformedMap + creates the value collections using the supplied collectionFactory. +
decorate(Map, Predicate, Predicate) - +Static method in class org.apache.commons.collections.map.PredicatedMap +
Factory method to create a predicated (validating) map. +
decorate(SortedMap, Predicate, Predicate) - +Static method in class org.apache.commons.collections.map.PredicatedSortedMap +
Factory method to create a predicated (validating) sorted map. +
decorate(Map, Transformer, Transformer) - +Static method in class org.apache.commons.collections.map.TransformedMap +
Factory method to create a transforming map. +
decorate(SortedMap, Transformer, Transformer) - +Static method in class org.apache.commons.collections.map.TransformedSortedMap +
Factory method to create a transforming sorted map. +
decorate(Map, Class, Class) - +Static method in class org.apache.commons.collections.map.TypedMap +
Factory method to create a typed map. +
decorate(SortedMap, Class, Class) - +Static method in class org.apache.commons.collections.map.TypedSortedMap +
Factory method to create a typed sorted map. +
decorate(Set) - +Static method in class org.apache.commons.collections.map.UnmodifiableEntrySet +
Factory method to create an unmodifiable set of Map Entry objects. +
decorate(Map) - +Static method in class org.apache.commons.collections.map.UnmodifiableMap +
Factory method to create an unmodifiable map. +
decorate(OrderedMap) - +Static method in class org.apache.commons.collections.map.UnmodifiableOrderedMap +
Factory method to create an unmodifiable sorted map. +
decorate(SortedMap) - +Static method in class org.apache.commons.collections.map.UnmodifiableSortedMap +
Factory method to create an unmodifiable sorted map. +
decorate(Set, List) - +Static method in class org.apache.commons.collections.set.ListOrderedSet +
Factory method to create an ordered set specifying the list and set to use. +
decorate(Set) - +Static method in class org.apache.commons.collections.set.ListOrderedSet +
Factory method to create an ordered set. +
decorate(List) - +Static method in class org.apache.commons.collections.set.ListOrderedSet +
Factory method to create an ordered set using the supplied list to retain order. +
decorate(Map) - +Static method in class org.apache.commons.collections.set.MapBackedSet +
Factory method to create a set from a map. +
decorate(Map, Object) - +Static method in class org.apache.commons.collections.set.MapBackedSet +
Factory method to create a set from a map. +
decorate(Set, Predicate) - +Static method in class org.apache.commons.collections.set.PredicatedSet +
Factory method to create a predicated (validating) set. +
decorate(SortedSet, Predicate) - +Static method in class org.apache.commons.collections.set.PredicatedSortedSet +
Factory method to create a predicated (validating) sorted set. +
decorate(Set) - +Static method in class org.apache.commons.collections.set.SynchronizedSet +
Factory method to create a synchronized set. +
decorate(SortedSet) - +Static method in class org.apache.commons.collections.set.SynchronizedSortedSet +
Factory method to create a synchronized set. +
decorate(Set, Transformer) - +Static method in class org.apache.commons.collections.set.TransformedSet +
Factory method to create a transforming set. +
decorate(SortedSet, Transformer) - +Static method in class org.apache.commons.collections.set.TransformedSortedSet +
Factory method to create a transforming sorted set. +
decorate(Set, Class) - +Static method in class org.apache.commons.collections.set.TypedSet +
Factory method to create a typed set. +
decorate(SortedSet, Class) - +Static method in class org.apache.commons.collections.set.TypedSortedSet +
Factory method to create a typed sorted set. +
decorate(Set) - +Static method in class org.apache.commons.collections.set.UnmodifiableSet +
Factory method to create an unmodifiable set. +
decorate(SortedSet) - +Static method in class org.apache.commons.collections.set.UnmodifiableSortedSet +
Factory method to create an unmodifiable set. +
decorated - +Variable in class org.apache.commons.collections.comparators.TransformingComparator +
The decorated comparator. +
decorateTransform(Map, Transformer, Transformer) - +Static method in class org.apache.commons.collections.map.TransformedMap
Factory method to create a transforming map that will transform - existing contents of the specified map. -
decorateTransform(SortedMap, Transformer, Transformer) - -Static method in class org.apache.commons.collections.map.TransformedSortedMap + existing contents of the specified map. +
decorateTransform(SortedMap, Transformer, Transformer) - +Static method in class org.apache.commons.collections.map.TransformedSortedMap
Factory method to create a transforming sorted map that will transform - existing contents of the specified map. -
decorateUsing(Collection) - -Static method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection -
Factory method to create an unmodifiable bounded collection. -
DEFAULT_CAPACITY - -Static variable in class org.apache.commons.collections.map.AbstractHashedMap -
The default capacity to use -
DEFAULT_LOAD_FACTOR - -Static variable in class org.apache.commons.collections.map.AbstractHashedMap -
The default load factor to use -
DEFAULT_MAX_SIZE - -Static variable in class org.apache.commons.collections.map.LRUMap -
Default maximum size -
DEFAULT_MAXIMUM_CACHE_SIZE - -Static variable in class org.apache.commons.collections.list.NodeCachingLinkedList -
The default value for NodeCachingLinkedList.maximumCacheSize. -
DEFAULT_THRESHOLD - -Static variable in class org.apache.commons.collections.map.AbstractHashedMap -
The default threshold to use + existing contents of the specified map. +
decorateUsing(Collection) - +Static method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection +
Factory method to create an unmodifiable bounded collection. +
DEFAULT_CAPACITY - +Static variable in class org.apache.commons.collections.map.AbstractHashedMap +
The default capacity to use +
DEFAULT_LOAD_FACTOR - +Static variable in class org.apache.commons.collections.map.AbstractHashedMap +
The default load factor to use +
DEFAULT_MAX_SIZE - +Static variable in class org.apache.commons.collections.map.LRUMap +
Default maximum size +
DEFAULT_MAXIMUM_CACHE_SIZE - +Static variable in class org.apache.commons.collections.list.NodeCachingLinkedList +
The default value for NodeCachingLinkedList.maximumCacheSize. +
DEFAULT_THRESHOLD - +Static variable in class org.apache.commons.collections.map.AbstractHashedMap +
The default threshold to use
DefaultedMap - Class in org.apache.commons.collections.map
Decorates another Map returning a default value if the map - does not contain the requested key.
DefaultedMap(Object) - -Constructor for class org.apache.commons.collections.map.DefaultedMap + does not contain the requested key.
DefaultedMap(Object) - +Constructor for class org.apache.commons.collections.map.DefaultedMap
Constructs a new empty DefaultedMap that decorates - a HashMap. -
DefaultedMap(Map, Object) - -Constructor for class org.apache.commons.collections.map.DefaultedMap -
Constructor that wraps (not copies). + a HashMap. +
DefaultedMap(Map, Object) - +Constructor for class org.apache.commons.collections.map.DefaultedMap +
Constructor that wraps (not copies).
DefaultKeyValue - Class in org.apache.commons.collections.keyvalue
A mutable KeyValue pair that does not implement - Map.Entry.
DefaultKeyValue() - -Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue -
Constructs a new pair with a null key and null value. -
DefaultKeyValue(Object, Object) - -Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue -
Constructs a new pair with the specified key and given value. -
DefaultKeyValue(KeyValue) - -Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue -
Constructs a new pair from the specified KeyValue. -
DefaultKeyValue(Map.Entry) - -Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue -
Constructs a new pair from the specified Map.Entry. -
DefaultMapBag - Class in org.apache.commons.collections
Deprecated. Moved to bag subpackage as AbstractMapBag. Due to be removed in v4.0.
DefaultMapBag() - -Constructor for class org.apache.commons.collections.DefaultMapBag -
Deprecated. No-argument constructor. -
DefaultMapBag(Map) - -Constructor for class org.apache.commons.collections.DefaultMapBag -
Deprecated. Constructor that assigns the specified Map as the backing store. -
DefaultMapEntry - Class in org.apache.commons.collections
Deprecated. Use the version in the keyvalue subpackage. Will be removed in v4.0
DefaultMapEntry() - -Constructor for class org.apache.commons.collections.DefaultMapEntry + Map.Entry.
DefaultKeyValue() - +Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue +
Constructs a new pair with a null key and null value. +
DefaultKeyValue(Object, Object) - +Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue +
Constructs a new pair with the specified key and given value. +
DefaultKeyValue(KeyValue) - +Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue +
Constructs a new pair from the specified KeyValue. +
DefaultKeyValue(Map.Entry) - +Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue +
Constructs a new pair from the specified Map.Entry. +
DefaultMapBag - Class in org.apache.commons.collections
Deprecated. Moved to bag subpackage as AbstractMapBag. Due to be removed in v4.0.
DefaultMapBag() - +Constructor for class org.apache.commons.collections.DefaultMapBag +
Deprecated. No-argument constructor. +
DefaultMapBag(Map) - +Constructor for class org.apache.commons.collections.DefaultMapBag +
Deprecated. Constructor that assigns the specified Map as the backing store. +
DefaultMapEntry - Class in org.apache.commons.collections
Deprecated. Use the version in the keyvalue subpackage. Will be removed in v4.0
DefaultMapEntry() - +Constructor for class org.apache.commons.collections.DefaultMapEntry
Deprecated. Constructs a new DefaultMapEntry with a null key - and null value. -
DefaultMapEntry(Map.Entry) - -Constructor for class org.apache.commons.collections.DefaultMapEntry + and null value. +
DefaultMapEntry(Map.Entry) - +Constructor for class org.apache.commons.collections.DefaultMapEntry
Deprecated. Constructs a new DefaultMapEntry with the given - key and given value. -
DefaultMapEntry(Object, Object) - -Constructor for class org.apache.commons.collections.DefaultMapEntry + key and given value. +
DefaultMapEntry(Object, Object) - +Constructor for class org.apache.commons.collections.DefaultMapEntry
Deprecated. Constructs a new DefaultMapEntry with the given - key and given value. + key and given value.
DefaultMapEntry - Class in org.apache.commons.collections.keyvalue
A restricted implementation of Map.Entry that prevents - the Map.Entry contract from being broken.
DefaultMapEntry(Object, Object) - -Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry -
Constructs a new entry with the specified key and given value. -
DefaultMapEntry(KeyValue) - -Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry -
Constructs a new entry from the specified KeyValue. -
DefaultMapEntry(Map.Entry) - -Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry -
Constructs a new entry from the specified Map.Entry. -
defaultTransformers - -Static variable in class org.apache.commons.collections.BeanMap -
Deprecated. Maps primitive Class types to transformers. -
destroyEntry(AbstractHashedMap.HashEntry) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Kills an entry ready for the garbage collector. -
disjunction(Collection, Collection) - -Static method in class org.apache.commons.collections.CollectionUtils + the Map.Entry contract from being broken.
DefaultMapEntry(Object, Object) - +Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry +
Constructs a new entry with the specified key and given value. +
DefaultMapEntry(KeyValue) - +Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry +
Constructs a new entry from the specified KeyValue. +
DefaultMapEntry(Map.Entry) - +Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry +
Constructs a new entry from the specified Map.Entry. +
defaultTransformers - +Static variable in class org.apache.commons.collections.BeanMap +
Deprecated. Maps primitive Class types to transformers. +
destroyEntry(AbstractHashedMap.HashEntry) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Kills an entry ready for the garbage collector. +
disjunction(Collection, Collection) - +Static method in class org.apache.commons.collections.CollectionUtils
Returns a Collection containing the exclusive disjunction - (symmetric difference) of the given Collections. -
display() - -Method in class org.apache.commons.collections.ExtendedProperties -
Display the configuration for debugging purposes to System.out. -
doReadObject(Map, ObjectInputStream) - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Read the map in using a custom routine. -
doReadObject(ObjectInputStream) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
Deserializes the data held in this object to the stream specified. -
doReadObject(ObjectInputStream) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Reads the map data from the stream. -
doReadObject(ObjectInputStream) - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Replaces the superclassm method to read the state of this class. -
doReadObject(ObjectInputStream) - -Method in class org.apache.commons.collections.map.LRUMap -
Reads the data necessary for put() to work in the superclass. -
DoubleOrderedMap - Class in org.apache.commons.collections
Deprecated. Replaced by TreeBidiMap in bidimap subpackage. Due to be removed in v4.0.
DoubleOrderedMap() - -Constructor for class org.apache.commons.collections.DoubleOrderedMap -
Deprecated. Construct a new DoubleOrderedMap -
DoubleOrderedMap(Map) - -Constructor for class org.apache.commons.collections.DoubleOrderedMap + (symmetric difference) of the given Collections. +
display() - +Method in class org.apache.commons.collections.ExtendedProperties +
Display the configuration for debugging purposes to System.out. +
doReadObject(Map, ObjectInputStream) - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Read the map in using a custom routine. +
doReadObject(ObjectInputStream) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
Deserializes the data held in this object to the stream specified. +
doReadObject(ObjectInputStream) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Reads the map data from the stream. +
doReadObject(ObjectInputStream) - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Replaces the superclassm method to read the state of this class. +
doReadObject(ObjectInputStream) - +Method in class org.apache.commons.collections.map.LRUMap +
Reads the data necessary for put() to work in the superclass. +
DoubleOrderedMap - Class in org.apache.commons.collections
Deprecated. Replaced by TreeBidiMap in bidimap subpackage. Due to be removed in v4.0.
DoubleOrderedMap() - +Constructor for class org.apache.commons.collections.DoubleOrderedMap +
Deprecated. Construct a new DoubleOrderedMap +
DoubleOrderedMap(Map) - +Constructor for class org.apache.commons.collections.DoubleOrderedMap
Deprecated. Constructs a new DoubleOrderedMap from an existing Map, with keys and - values sorted -
doWhileClosure(Closure, Predicate) - -Static method in class org.apache.commons.collections.ClosureUtils + values sorted +
doWhileClosure(Closure, Predicate) - +Static method in class org.apache.commons.collections.ClosureUtils
Creates a Closure that will call the closure once and then repeatedly - until the predicate returns false. -
doWriteObject(ObjectOutputStream) - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Write the map out using a custom routine. -
doWriteObject(ObjectOutputStream) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
Serializes the data held in this object to the stream specified. -
doWriteObject(ObjectOutputStream) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Writes the map data to the stream. -
doWriteObject(ObjectOutputStream) - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Replaces the superclass method to store the state of this class. -
doWriteObject(ObjectOutputStream) - -Method in class org.apache.commons.collections.map.LRUMap -
Writes the data necessary for put() to work in deserialization. -
DualHashBidiMap - Class in org.apache.commons.collections.bidimap
Implementation of BidiMap that uses two HashMap instances.
DualHashBidiMap() - -Constructor for class org.apache.commons.collections.bidimap.DualHashBidiMap -
Creates an empty HashBidiMap. -
DualHashBidiMap(Map) - -Constructor for class org.apache.commons.collections.bidimap.DualHashBidiMap + until the predicate returns false. +
doWriteObject(ObjectOutputStream) - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Write the map out using a custom routine. +
doWriteObject(ObjectOutputStream) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
Serializes the data held in this object to the stream specified. +
doWriteObject(ObjectOutputStream) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Writes the map data to the stream. +
doWriteObject(ObjectOutputStream) - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Replaces the superclass method to store the state of this class. +
doWriteObject(ObjectOutputStream) - +Method in class org.apache.commons.collections.map.LRUMap +
Writes the data necessary for put() to work in deserialization. +
DualHashBidiMap - Class in org.apache.commons.collections.bidimap
Implementation of BidiMap that uses two HashMap instances.
DualHashBidiMap() - +Constructor for class org.apache.commons.collections.bidimap.DualHashBidiMap +
Creates an empty HashBidiMap. +
DualHashBidiMap(Map) - +Constructor for class org.apache.commons.collections.bidimap.DualHashBidiMap
Constructs a HashBidiMap and copies the mappings from - specified Map. -
DualHashBidiMap(Map, Map, BidiMap) - -Constructor for class org.apache.commons.collections.bidimap.DualHashBidiMap -
Constructs a HashBidiMap that decorates the specified maps. -
DualTreeBidiMap - Class in org.apache.commons.collections.bidimap
Implementation of BidiMap that uses two TreeMap instances.
DualTreeBidiMap() - -Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap -
Creates an empty DualTreeBidiMap -
DualTreeBidiMap(Map) - -Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap + specified Map. +
DualHashBidiMap(Map, Map, BidiMap) - +Constructor for class org.apache.commons.collections.bidimap.DualHashBidiMap +
Constructs a HashBidiMap that decorates the specified maps. +
DualTreeBidiMap - Class in org.apache.commons.collections.bidimap
Implementation of BidiMap that uses two TreeMap instances.
DualTreeBidiMap() - +Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap +
Creates an empty DualTreeBidiMap +
DualTreeBidiMap(Map) - +Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
Constructs a DualTreeBidiMap and copies the mappings from - specified Map. -
DualTreeBidiMap(Comparator) - -Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap -
Constructs a DualTreeBidiMap using the specified Comparator. -
DualTreeBidiMap(Map, Map, BidiMap) - -Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap -
Constructs a DualTreeBidiMap that decorates the specified maps. -
DualTreeBidiMap.BidiOrderedMapIterator - Class in org.apache.commons.collections.bidimap
Inner class MapIterator.
DualTreeBidiMap.BidiOrderedMapIterator(AbstractDualBidiMap) - -Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator -
Constructor. -
DualTreeBidiMap.ViewMap - Class in org.apache.commons.collections.bidimap
Internal sorted map view.
DualTreeBidiMap.ViewMap(DualTreeBidiMap, SortedMap) - -Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap -
Constructor. -
dummyValue - -Variable in class org.apache.commons.collections.set.MapBackedSet -
The dummyValue to use -
-
-

-E

-
-
eitherPredicate(Predicate, Predicate) - -Static method in class org.apache.commons.collections.PredicateUtils + specified Map. +
DualTreeBidiMap(Comparator) - +Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap +
Constructs a DualTreeBidiMap using the specified Comparator. +
DualTreeBidiMap(Map, Map, BidiMap) - +Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap +
Constructs a DualTreeBidiMap that decorates the specified maps. +
DualTreeBidiMap.BidiOrderedMapIterator - Class in org.apache.commons.collections.bidimap
Inner class MapIterator.
DualTreeBidiMap.BidiOrderedMapIterator(AbstractDualBidiMap) - +Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator +
Constructor. +
DualTreeBidiMap.ViewMap - Class in org.apache.commons.collections.bidimap
Internal sorted map view.
DualTreeBidiMap.ViewMap(DualTreeBidiMap, SortedMap) - +Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap +
Constructor. +
dummyValue - +Variable in class org.apache.commons.collections.set.MapBackedSet +
The dummyValue to use +
+
+

+E

+
+
eitherPredicate(Predicate, Predicate) - +Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if one, but not both, of the - specified predicates are true. -
elements - -Variable in class org.apache.commons.collections.buffer.PriorityBuffer -
The elements in this buffer. -
empty() - -Method in class org.apache.commons.collections.ArrayStack -
Return true if this stack is currently empty. -
EMPTY_BAG - -Static variable in class org.apache.commons.collections.BagUtils -
An empty unmodifiable bag. -
EMPTY_BUFFER - -Static variable in class org.apache.commons.collections.BufferUtils -
An empty unmodifiable buffer. -
EMPTY_COLLECTION - -Static variable in class org.apache.commons.collections.CollectionUtils -
An empty unmodifiable collection. -
EMPTY_ITERATOR - -Static variable in class org.apache.commons.collections.IteratorUtils -
An iterator over no elements. -
EMPTY_LIST - -Static variable in class org.apache.commons.collections.ListUtils -
An empty unmodifiable list. -
EMPTY_LIST_ITERATOR - -Static variable in class org.apache.commons.collections.IteratorUtils -
A list iterator over no elements. -
EMPTY_MAP - -Static variable in class org.apache.commons.collections.MapUtils -
An empty unmodifiable map. -
EMPTY_MAP_ITERATOR - -Static variable in class org.apache.commons.collections.IteratorUtils -
A map iterator over no elements. -
EMPTY_ORDERED_ITERATOR - -Static variable in class org.apache.commons.collections.IteratorUtils -
An ordered iterator over no elements. -
EMPTY_ORDERED_MAP_ITERATOR - -Static variable in class org.apache.commons.collections.IteratorUtils -
An ordered map iterator over no elements. -
EMPTY_SET - -Static variable in class org.apache.commons.collections.SetUtils -
An empty unmodifiable set. -
EMPTY_SORTED_BAG - -Static variable in class org.apache.commons.collections.BagUtils -
An empty unmodifiable sorted bag. -
EMPTY_SORTED_MAP - -Static variable in class org.apache.commons.collections.MapUtils -
An empty unmodifiable sorted map. -
EMPTY_SORTED_SET - -Static variable in class org.apache.commons.collections.SetUtils -
An empty unmodifiable sorted set. -
EmptyIterator - Class in org.apache.commons.collections.iterators
Provides an implementation of an empty iterator.
EmptyIterator() - -Constructor for class org.apache.commons.collections.iterators.EmptyIterator -
Constructor. -
emptyIterator() - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an empty iterator. -
EmptyListIterator - Class in org.apache.commons.collections.iterators
Provides an implementation of an empty list iterator.
EmptyListIterator() - -Constructor for class org.apache.commons.collections.iterators.EmptyListIterator -
Constructor. -
emptyListIterator() - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an empty list iterator. -
EmptyMapIterator - Class in org.apache.commons.collections.iterators
Provides an implementation of an empty map iterator.
EmptyMapIterator() - -Constructor for class org.apache.commons.collections.iterators.EmptyMapIterator -
Constructor. -
emptyMapIterator() - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an empty map iterator. -
EmptyOrderedIterator - Class in org.apache.commons.collections.iterators
Provides an implementation of an empty ordered iterator.
EmptyOrderedIterator() - -Constructor for class org.apache.commons.collections.iterators.EmptyOrderedIterator -
Constructor. -
emptyOrderedIterator() - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an empty ordered iterator. -
EmptyOrderedMapIterator - Class in org.apache.commons.collections.iterators
Provides an implementation of an empty ordered map iterator.
EmptyOrderedMapIterator() - -Constructor for class org.apache.commons.collections.iterators.EmptyOrderedMapIterator -
Constructor. -
emptyOrderedMapIterator() - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an empty ordered map iterator. -
END_TOKEN - -Static variable in class org.apache.commons.collections.ExtendedProperties -
  -
endIndex - -Variable in class org.apache.commons.collections.iterators.ArrayIterator -
The end index to loop to -
endIndex - -Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator -
The end index to loop to -
ensureCapacity(int) - -Method in class org.apache.commons.collections.FastArrayList + specified predicates are true. +
elements - +Variable in class org.apache.commons.collections.buffer.PriorityBuffer +
The elements in this buffer. +
empty() - +Method in class org.apache.commons.collections.ArrayStack +
Return true if this stack is currently empty. +
EMPTY_BAG - +Static variable in class org.apache.commons.collections.BagUtils +
An empty unmodifiable bag. +
EMPTY_BUFFER - +Static variable in class org.apache.commons.collections.BufferUtils +
An empty unmodifiable buffer. +
EMPTY_COLLECTION - +Static variable in class org.apache.commons.collections.CollectionUtils +
An empty unmodifiable collection. +
EMPTY_ITERATOR - +Static variable in class org.apache.commons.collections.IteratorUtils +
An iterator over no elements. +
EMPTY_LIST - +Static variable in class org.apache.commons.collections.ListUtils +
An empty unmodifiable list. +
EMPTY_LIST_ITERATOR - +Static variable in class org.apache.commons.collections.IteratorUtils +
A list iterator over no elements. +
EMPTY_MAP - +Static variable in class org.apache.commons.collections.MapUtils +
An empty unmodifiable map. +
EMPTY_MAP_ITERATOR - +Static variable in class org.apache.commons.collections.IteratorUtils +
A map iterator over no elements. +
EMPTY_ORDERED_ITERATOR - +Static variable in class org.apache.commons.collections.IteratorUtils +
An ordered iterator over no elements. +
EMPTY_ORDERED_MAP_ITERATOR - +Static variable in class org.apache.commons.collections.IteratorUtils +
An ordered map iterator over no elements. +
EMPTY_SET - +Static variable in class org.apache.commons.collections.SetUtils +
An empty unmodifiable set. +
EMPTY_SORTED_BAG - +Static variable in class org.apache.commons.collections.BagUtils +
An empty unmodifiable sorted bag. +
EMPTY_SORTED_MAP - +Static variable in class org.apache.commons.collections.MapUtils +
An empty unmodifiable sorted map. +
EMPTY_SORTED_SET - +Static variable in class org.apache.commons.collections.SetUtils +
An empty unmodifiable sorted set. +
EmptyIterator - Class in org.apache.commons.collections.iterators
Provides an implementation of an empty iterator.
EmptyIterator() - +Constructor for class org.apache.commons.collections.iterators.EmptyIterator +
Constructor. +
emptyIterator() - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an empty iterator. +
EmptyListIterator - Class in org.apache.commons.collections.iterators
Provides an implementation of an empty list iterator.
EmptyListIterator() - +Constructor for class org.apache.commons.collections.iterators.EmptyListIterator +
Constructor. +
emptyListIterator() - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an empty list iterator. +
EmptyMapIterator - Class in org.apache.commons.collections.iterators
Provides an implementation of an empty map iterator.
EmptyMapIterator() - +Constructor for class org.apache.commons.collections.iterators.EmptyMapIterator +
Constructor. +
emptyMapIterator() - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an empty map iterator. +
EmptyOrderedIterator - Class in org.apache.commons.collections.iterators
Provides an implementation of an empty ordered iterator.
EmptyOrderedIterator() - +Constructor for class org.apache.commons.collections.iterators.EmptyOrderedIterator +
Constructor. +
emptyOrderedIterator() - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an empty ordered iterator. +
EmptyOrderedMapIterator - Class in org.apache.commons.collections.iterators
Provides an implementation of an empty ordered map iterator.
EmptyOrderedMapIterator() - +Constructor for class org.apache.commons.collections.iterators.EmptyOrderedMapIterator +
Constructor. +
emptyOrderedMapIterator() - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an empty ordered map iterator. +
END_TOKEN - +Static variable in class org.apache.commons.collections.ExtendedProperties +
  +
endIndex - +Variable in class org.apache.commons.collections.iterators.ArrayIterator +
The end index to loop to +
endIndex - +Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator +
The end index to loop to +
ensureCapacity(int) - +Method in class org.apache.commons.collections.FastArrayList
Increase the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements - specified by the minimum capacity argument. -
ensureCapacity(int) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Changes the size of the data structure to the capacity proposed. -
entry - -Variable in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator -
The Map.Entry to decorate -
entryAfter(AbstractLinkedMap.LinkEntry) - -Method in class org.apache.commons.collections.map.AbstractLinkedMap -
Gets the after field from a LinkEntry. -
entryBefore(AbstractLinkedMap.LinkEntry) - -Method in class org.apache.commons.collections.map.AbstractLinkedMap -
Gets the before field from a LinkEntry. -
entryHashCode(AbstractHashedMap.HashEntry) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Gets the hashCode field from a HashEntry. -
entryIterator() - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Convenience method for getting an iterator over the entries. -
entryKey(AbstractHashedMap.HashEntry) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Gets the key field from a HashEntry. -
entryNext(AbstractHashedMap.HashEntry) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Gets the next field from a HashEntry. -
entrySet() - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Gets a Set of MapEntry objects that are the mappings for this BeanMap. -
entrySet - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
View of the entries. -
entrySet() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
Gets an entrySet view of the map. -
entrySet() - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Returns a set view of the entries contained in this map in key order. -
entrySet() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap -
  -
entrySet() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap -
  -
entrySet() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -
  -
entrySet() - -Method in class org.apache.commons.collections.DoubleOrderedMap -
Deprecated. Returns a set view of the mappings contained in this map. -
entrySet() - -Method in class org.apache.commons.collections.FastHashMap -
Return a collection view of the mappings contained in this map. -
entrySet() - -Method in class org.apache.commons.collections.FastTreeMap -
Return a collection view of the mappings contained in this map. -
entrySet - -Variable in class org.apache.commons.collections.map.AbstractHashedMap -
Entry set -
entrySet() - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Gets the entrySet view of the map. -
entrySet() - -Method in class org.apache.commons.collections.map.AbstractMapDecorator -
  -
entrySet() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Returns a set view of this map's entries. -
entrySet() - -Method in class org.apache.commons.collections.map.CompositeMap -
Returns a set view of the mappings contained in this map. -
entrySet() - -Method in class org.apache.commons.collections.map.FixedSizeMap -
  -
entrySet() - -Method in class org.apache.commons.collections.map.FixedSizeSortedMap -
  -
entrySet() - -Method in class org.apache.commons.collections.map.Flat3Map -
Gets the entrySet view of the map. -
entrySet() - -Method in class org.apache.commons.collections.map.ListOrderedMap -
Gets a view over the entries in the map. -
entrySet() - -Method in class org.apache.commons.collections.map.MultiKeyMap -
  -
entrySet() - -Method in class org.apache.commons.collections.map.SingletonMap -
Gets the entrySet view of the map. -
entrySet() - -Method in class org.apache.commons.collections.map.StaticBucketMap -
Gets the entry set. -
entrySet() - -Method in class org.apache.commons.collections.map.UnmodifiableMap -
  -
entrySet() - -Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap -
  -
entrySet() - -Method in class org.apache.commons.collections.map.UnmodifiableSortedMap -
  -
entrySet() - -Method in class org.apache.commons.collections.ProxyMap -
Deprecated. Invokes the underlying Map.entrySet() method. -
entrySet() - -Method in class org.apache.commons.collections.ReferenceMap -
Deprecated. Returns a set view of this map's entries. -
entrySet() - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Implements Map.entrySet(). -
entrySet() - -Method in class org.apache.commons.collections.StaticBucketMap -
Deprecated. Implements Map.entrySet(). -
entrySetByValue() - -Method in class org.apache.commons.collections.DoubleOrderedMap -
Deprecated. Returns a set view of the mappings contained in this map. -
EntrySetMapIterator - Class in org.apache.commons.collections.iterators
Implements a MapIterator using a Map entrySet.
EntrySetMapIterator(Map) - -Constructor for class org.apache.commons.collections.iterators.EntrySetMapIterator -
Constructor. -
entryValue(AbstractHashedMap.HashEntry) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Gets the value field from a HashEntry. + specified by the minimum capacity argument. +
ensureCapacity(int) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Changes the size of the data structure to the capacity proposed. +
entry - +Variable in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator +
The Map.Entry to decorate +
entryAfter(AbstractLinkedMap.LinkEntry) - +Method in class org.apache.commons.collections.map.AbstractLinkedMap +
Gets the after field from a LinkEntry. +
entryBefore(AbstractLinkedMap.LinkEntry) - +Method in class org.apache.commons.collections.map.AbstractLinkedMap +
Gets the before field from a LinkEntry. +
entryHashCode(AbstractHashedMap.HashEntry) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Gets the hashCode field from a HashEntry. +
entryIterator() - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Convenience method for getting an iterator over the entries. +
entryKey(AbstractHashedMap.HashEntry) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Gets the key field from a HashEntry. +
entryNext(AbstractHashedMap.HashEntry) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Gets the next field from a HashEntry. +
entrySet() - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Gets a Set of MapEntry objects that are the mappings for this BeanMap. +
entrySet - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
View of the entries. +
entrySet() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
Gets an entrySet view of the map. +
entrySet() - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Returns a set view of the entries contained in this map in key order. +
entrySet() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap +
  +
entrySet() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap +
  +
entrySet() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +
  +
entrySet() - +Method in class org.apache.commons.collections.DoubleOrderedMap +
Deprecated. Returns a set view of the mappings contained in this map. +
entrySet() - +Method in class org.apache.commons.collections.FastHashMap +
Return a collection view of the mappings contained in this map. +
entrySet() - +Method in class org.apache.commons.collections.FastTreeMap +
Return a collection view of the mappings contained in this map. +
entrySet - +Variable in class org.apache.commons.collections.map.AbstractHashedMap +
Entry set +
entrySet() - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Gets the entrySet view of the map. +
entrySet() - +Method in class org.apache.commons.collections.map.AbstractMapDecorator +
  +
entrySet() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Returns a set view of this map's entries. +
entrySet() - +Method in class org.apache.commons.collections.map.CompositeMap +
Returns a set view of the mappings contained in this map. +
entrySet() - +Method in class org.apache.commons.collections.map.FixedSizeMap +
  +
entrySet() - +Method in class org.apache.commons.collections.map.FixedSizeSortedMap +
  +
entrySet() - +Method in class org.apache.commons.collections.map.Flat3Map +
Gets the entrySet view of the map. +
entrySet() - +Method in class org.apache.commons.collections.map.ListOrderedMap +
Gets a view over the entries in the map. +
entrySet() - +Method in class org.apache.commons.collections.map.MultiKeyMap +
  +
entrySet() - +Method in class org.apache.commons.collections.map.SingletonMap +
Gets the entrySet view of the map. +
entrySet() - +Method in class org.apache.commons.collections.map.StaticBucketMap +
Gets the entry set. +
entrySet() - +Method in class org.apache.commons.collections.map.UnmodifiableMap +
  +
entrySet() - +Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap +
  +
entrySet() - +Method in class org.apache.commons.collections.map.UnmodifiableSortedMap +
  +
entrySet() - +Method in class org.apache.commons.collections.ProxyMap +
Deprecated. Invokes the underlying Map.entrySet() method. +
entrySet() - +Method in class org.apache.commons.collections.ReferenceMap +
Deprecated. Returns a set view of this map's entries. +
entrySet() - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Implements Map.entrySet(). +
entrySet() - +Method in class org.apache.commons.collections.StaticBucketMap +
Deprecated. Implements Map.entrySet(). +
entrySetByValue() - +Method in class org.apache.commons.collections.DoubleOrderedMap +
Deprecated. Returns a set view of the mappings contained in this map. +
EntrySetMapIterator - Class in org.apache.commons.collections.iterators
Implements a MapIterator using a Map entrySet.
EntrySetMapIterator(Map) - +Constructor for class org.apache.commons.collections.iterators.EntrySetMapIterator +
Constructor. +
entryValue(AbstractHashedMap.HashEntry) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Gets the value field from a HashEntry.
EnumerationIterator - Class in org.apache.commons.collections.iterators
Adapter to make Enumeration instances appear - to be Iterator instances.
EnumerationIterator() - -Constructor for class org.apache.commons.collections.iterators.EnumerationIterator + to be Iterator instances.
EnumerationIterator() - +Constructor for class org.apache.commons.collections.iterators.EnumerationIterator
Constructs a new EnumerationIterator that will not - function until EnumerationIterator.setEnumeration(Enumeration) is called. -
EnumerationIterator(Enumeration) - -Constructor for class org.apache.commons.collections.iterators.EnumerationIterator + function until EnumerationIterator.setEnumeration(Enumeration) is called. +
EnumerationIterator(Enumeration) - +Constructor for class org.apache.commons.collections.iterators.EnumerationIterator
Constructs a new EnumerationIterator that provides - an iterator view of the given enumeration. -
EnumerationIterator(Enumeration, Collection) - -Constructor for class org.apache.commons.collections.iterators.EnumerationIterator + an iterator view of the given enumeration. +
EnumerationIterator(Enumeration, Collection) - +Constructor for class org.apache.commons.collections.iterators.EnumerationIterator
Constructs a new EnumerationIterator that will remove - elements from the specified collection. -
EnumerationUtils - Class in org.apache.commons.collections
Provides utility methods for Enumeration instances.
EnumerationUtils() - -Constructor for class org.apache.commons.collections.EnumerationUtils -
EnumerationUtils is not normally instantiated. + elements from the specified collection. +
EnumerationUtils - Class in org.apache.commons.collections
Provides utility methods for Enumeration instances.
EnumerationUtils() - +Constructor for class org.apache.commons.collections.EnumerationUtils +
EnumerationUtils is not normally instantiated.
EqualPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if the input is the same object - as the one stored in this predicate by equals.
EqualPredicate(Object) - -Constructor for class org.apache.commons.collections.functors.EqualPredicate -
Constructor that performs no validation. -
equalPredicate(Object) - -Static method in class org.apache.commons.collections.PredicateUtils + as the one stored in this predicate by equals.
EqualPredicate(Object) - +Constructor for class org.apache.commons.collections.functors.EqualPredicate +
Constructor that performs no validation. +
equalPredicate(Object) - +Static method in class org.apache.commons.collections.PredicateUtils
Creates a Predicate that checks if the input object is equal to the - specified object using equals(). -
equals(Object) - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Compares this Bag to another. -
equals(Object) - -Method in class org.apache.commons.collections.bag.AbstractMapBag.MutableInteger -
  -
equals(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
  -
equals(Object) - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Compares for equals as per the API. -
equals(Object) - -Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
  -
equals(Object) - -Method in class org.apache.commons.collections.collection.SynchronizedCollection -
  -
equals(Object) - -Method in class org.apache.commons.collections.comparators.BooleanComparator -
Returns true iff that Object is - is a Comparator whose ordering is known to be - equivalent to mine. -
equals(Object) - -Method in class org.apache.commons.collections.comparators.ComparableComparator -
Returns true iff that Object is - is a Comparator whose ordering is - known to be equivalent to mine. -
equals(Object) - -Method in class org.apache.commons.collections.comparators.ComparatorChain -
Returns true iff that Object is - is a Comparator whose ordering is known to be - equivalent to mine. -
equals(Object) - -Method in class org.apache.commons.collections.comparators.NullComparator + specified object using equals(). +
equals(Object) - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Compares this Bag to another. +
equals(Object) - +Method in class org.apache.commons.collections.bag.AbstractMapBag.MutableInteger +
  +
equals(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
  +
equals(Object) - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Compares for equals as per the API. +
equals(Object) - +Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
  +
equals(Object) - +Method in class org.apache.commons.collections.collection.SynchronizedCollection +
  +
equals(Object) - +Method in class org.apache.commons.collections.comparators.BooleanComparator +
Returns true iff that Object is + is a Comparator whose ordering is known to be + equivalent to mine. +
equals(Object) - +Method in class org.apache.commons.collections.comparators.ComparableComparator +
Returns true iff that Object is + is a Comparator whose ordering is + known to be equivalent to mine. +
equals(Object) - +Method in class org.apache.commons.collections.comparators.ComparatorChain +
Returns true iff that Object is + is a Comparator whose ordering is known to be + equivalent to mine. +
equals(Object) - +Method in class org.apache.commons.collections.comparators.NullComparator
Determines whether the specified object represents a comparator that is - equal to this comparator. -
equals(Object) - -Method in class org.apache.commons.collections.comparators.ReverseComparator -
Returns true iff that Object is - is a Comparator whose ordering is known to be - equivalent to mine. -
equals(Object) - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Compares the specified object with this list for equality. -
equals(Object) - -Method in class org.apache.commons.collections.DefaultMapBag -
Deprecated. Returns true if the given object is not null, has the precise type + equal to this comparator. +
equals(Object) - +Method in class org.apache.commons.collections.comparators.ReverseComparator +
Returns true iff that Object is + is a Comparator whose ordering is known to be + equivalent to mine. +
equals(Object) - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Compares the specified object with this list for equality. +
equals(Object) - +Method in class org.apache.commons.collections.DefaultMapBag +
Deprecated. Returns true if the given object is not null, has the precise type of this bag, and contains the same number of occurrences of all the - same elements. -
equals(Object) - -Method in class org.apache.commons.collections.DefaultMapEntry -
Deprecated. Compares this Map Entry with another Map Entry. -
equals(Object) - -Method in class org.apache.commons.collections.FastArrayList -
Compare the specified object with this list for equality. -
equals(Object) - -Method in class org.apache.commons.collections.FastHashMap -
Compare the specified object with this list for equality. -
equals(Object) - -Method in class org.apache.commons.collections.FastTreeMap -
Compare the specified object with this list for equality. -
equals(Object) - -Method in class org.apache.commons.collections.keyvalue.AbstractMapEntry -
Compares this Map.Entry with another Map.Entry. -
equals(Object) - -Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator -
  -
equals(Object) - -Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue -
Compares this Map.Entry with another Map.Entry. -
equals(Object) - -Method in class org.apache.commons.collections.keyvalue.MultiKey -
Compares this object to another. -
equals(Object) - -Method in class org.apache.commons.collections.keyvalue.TiedMapEntry -
Compares this Map.Entry with another Map.Entry. -
equals(Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
equals(Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Compares this map with another. -
equals(Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry -
  -
equals(Object) - -Method in class org.apache.commons.collections.map.AbstractMapDecorator -
  -
equals(Object) - -Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry -
Compares this map entry to another. -
equals(Object) - -Method in class org.apache.commons.collections.map.CompositeMap -
Checks if this Map equals another as per the Map specification. -
equals(Object) - -Method in class org.apache.commons.collections.map.Flat3Map -
Compares this map with another. -
equals(Object) - -Method in class org.apache.commons.collections.map.IdentityMap.IdentityEntry -
  -
equals(Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
  -
equals(Object) - -Method in class org.apache.commons.collections.map.SingletonMap -
Compares this map with another. -
equals(Object) - -Method in class org.apache.commons.collections.map.StaticBucketMap -
Compares this map to another, as per the Map specification. -
equals(Object) - -Method in class org.apache.commons.collections.ProxyMap -
Deprecated. Invokes the underlying Map.equals(Object) method. -
equals(Object) - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Implements Map.equals(Object). -
equals(Object) - -Method in class org.apache.commons.collections.set.CompositeSet -
  -
equals(Object) - -Method in class org.apache.commons.collections.set.MapBackedSet -
  -
equals(Object) - -Method in class org.apache.commons.collections.StaticBucketMap -
Deprecated. Implements Map.equals(Object). -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.AllPredicate -
Evaluates the predicate returning true if all predicates return true. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.AndPredicate -
Evaluates the predicate returning true if both predicates return true. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.AnyPredicate -
Evaluates the predicate returning true if any predicate returns true. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.EqualPredicate -
Evaluates the predicate returning true if the input equals the stored value. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.ExceptionPredicate -
Evaluates the predicate always throwing an exception. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.FalsePredicate -
Evaluates the predicate returning false always. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.IdentityPredicate + same elements. +
equals(Object) - +Method in class org.apache.commons.collections.DefaultMapEntry +
Deprecated. Compares this Map Entry with another Map Entry. +
equals(Object) - +Method in class org.apache.commons.collections.FastArrayList +
Compare the specified object with this list for equality. +
equals(Object) - +Method in class org.apache.commons.collections.FastHashMap +
Compare the specified object with this list for equality. +
equals(Object) - +Method in class org.apache.commons.collections.FastTreeMap +
Compare the specified object with this list for equality. +
equals(Object) - +Method in class org.apache.commons.collections.keyvalue.AbstractMapEntry +
Compares this Map.Entry with another Map.Entry. +
equals(Object) - +Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator +
  +
equals(Object) - +Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue +
Compares this Map.Entry with another Map.Entry. +
equals(Object) - +Method in class org.apache.commons.collections.keyvalue.MultiKey +
Compares this object to another. +
equals(Object) - +Method in class org.apache.commons.collections.keyvalue.TiedMapEntry +
Compares this Map.Entry with another Map.Entry. +
equals(Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
equals(Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Compares this map with another. +
equals(Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry +
  +
equals(Object) - +Method in class org.apache.commons.collections.map.AbstractMapDecorator +
  +
equals(Object) - +Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry +
Compares this map entry to another. +
equals(Object) - +Method in class org.apache.commons.collections.map.CompositeMap +
Checks if this Map equals another as per the Map specification. +
equals(Object) - +Method in class org.apache.commons.collections.map.Flat3Map +
Compares this map with another. +
equals(Object) - +Method in class org.apache.commons.collections.map.IdentityMap.IdentityEntry +
  +
equals(Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
  +
equals(Object) - +Method in class org.apache.commons.collections.map.SingletonMap +
Compares this map with another. +
equals(Object) - +Method in class org.apache.commons.collections.map.StaticBucketMap +
Compares this map to another, as per the Map specification. +
equals(Object) - +Method in class org.apache.commons.collections.ProxyMap +
Deprecated. Invokes the underlying Map.equals(Object) method. +
equals(Object) - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Implements Map.equals(Object). +
equals(Object) - +Method in class org.apache.commons.collections.set.CompositeSet +
  +
equals(Object) - +Method in class org.apache.commons.collections.set.MapBackedSet +
  +
equals(Object) - +Method in class org.apache.commons.collections.StaticBucketMap +
Deprecated. Implements Map.equals(Object). +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.AllPredicate +
Evaluates the predicate returning true if all predicates return true. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.AndPredicate +
Evaluates the predicate returning true if both predicates return true. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.AnyPredicate +
Evaluates the predicate returning true if any predicate returns true. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.EqualPredicate +
Evaluates the predicate returning true if the input equals the stored value. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.ExceptionPredicate +
Evaluates the predicate always throwing an exception. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.FalsePredicate +
Evaluates the predicate returning false always. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.IdentityPredicate
Evaluates the predicate returning true if the input object is identical to - the stored object. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.InstanceofPredicate -
Evaluates the predicate returning true if the input object is of the correct type. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.NonePredicate -
Evaluates the predicate returning false if any stored predicate returns false. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.NotNullPredicate -
Evaluates the predicate returning true if the object does not equal null. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.NotPredicate -
Evaluates the predicate returning the opposite to the stored predicate. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.NullIsExceptionPredicate + the stored object. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.InstanceofPredicate +
Evaluates the predicate returning true if the input object is of the correct type. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.NonePredicate +
Evaluates the predicate returning false if any stored predicate returns false. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.NotNullPredicate +
Evaluates the predicate returning true if the object does not equal null. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.NotPredicate +
Evaluates the predicate returning the opposite to the stored predicate. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.NullIsExceptionPredicate
Evaluates the predicate returning the result of the decorated predicate - once a null check is performed. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.NullIsFalsePredicate + once a null check is performed. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.NullIsFalsePredicate
Evaluates the predicate returning the result of the decorated predicate - once a null check is performed. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.NullIsTruePredicate + once a null check is performed. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.NullIsTruePredicate
Evaluates the predicate returning the result of the decorated predicate - once a null check is performed. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.NullPredicate -
Evaluates the predicate returning true if the input is null. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.OnePredicate + once a null check is performed. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.NullPredicate +
Evaluates the predicate returning true if the input is null. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.OnePredicate
Evaluates the predicate returning true if only one decorated predicate - returns true. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.OrPredicate -
Evaluates the predicate returning true if either predicate returns true. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.TransformedPredicate + returns true. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.OrPredicate +
Evaluates the predicate returning true if either predicate returns true. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.TransformedPredicate
Evaluates the predicate returning the result of the decorated predicate - once the input has been transformed -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.TransformerPredicate -
Evaluates the predicate returning the result of the decorated transformer. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.TruePredicate -
Evaluates the predicate returning true always. -
evaluate(Object) - -Method in class org.apache.commons.collections.functors.UniquePredicate + once the input has been transformed +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.TransformerPredicate +
Evaluates the predicate returning the result of the decorated transformer. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.TruePredicate +
Evaluates the predicate returning true always. +
evaluate(Object) - +Method in class org.apache.commons.collections.functors.UniquePredicate
Evaluates the predicate returning true if the input object hasn't been - received yet. -
evaluate(Object) - -Method in interface org.apache.commons.collections.Predicate -
Use the specified parameter to perform a test that returns true or false. -
exceptionClosure() - -Static method in class org.apache.commons.collections.ClosureUtils -
Gets a Closure that always throws an exception. -
ExceptionClosure - Class in org.apache.commons.collections.functors
Closure implementation that always throws an exception.
exceptionFactory() - -Static method in class org.apache.commons.collections.FactoryUtils -
Gets a Factory that always throws an exception. -
ExceptionFactory - Class in org.apache.commons.collections.functors
Factory implementation that always throws an exception.
ExceptionPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that always throws an exception.
exceptionPredicate() - -Static method in class org.apache.commons.collections.PredicateUtils -
Gets a Predicate that always throws an exception. -
ExceptionTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that always throws an exception.
exceptionTransformer() - -Static method in class org.apache.commons.collections.TransformerUtils -
Gets a transformer that always throws an exception. -
execute(Object) - -Method in interface org.apache.commons.collections.Closure -
Performs an action on the specified input object. -
execute(Object) - -Method in class org.apache.commons.collections.functors.ChainedClosure -
Execute a list of closures. -
execute(Object) - -Method in class org.apache.commons.collections.functors.ExceptionClosure -
Always throw an exception. -
execute(Object) - -Method in class org.apache.commons.collections.functors.ForClosure -
Executes the closure count times. -
execute(Object) - -Method in class org.apache.commons.collections.functors.IfClosure -
Executes the true or false closure accoring to the result of the predicate. -
execute(Object) - -Method in class org.apache.commons.collections.functors.NOPClosure -
Do nothing. -
execute(Object) - -Method in class org.apache.commons.collections.functors.SwitchClosure -
Executes the closure whose matching predicate returns true -
execute(Object) - -Method in class org.apache.commons.collections.functors.TransformerClosure -
Executes the closure by calling the decorated transformer. -
execute(Object) - -Method in class org.apache.commons.collections.functors.WhileClosure -
Executes the closure until the predicate is false. -
exists(Collection, Predicate) - -Static method in class org.apache.commons.collections.CollectionUtils -
Answers true if a predicate is true for at least one element of a collection. -
expectedModCount - -Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator -
The modification count that the list is expected to have. -
expectedModCount - -Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator -
The modification count expected -
expectedModCount - -Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator -
The modification count expected + received yet. +
evaluate(Object) - +Method in interface org.apache.commons.collections.Predicate +
Use the specified parameter to perform a test that returns true or false. +
exceptionClosure() - +Static method in class org.apache.commons.collections.ClosureUtils +
Gets a Closure that always throws an exception. +
ExceptionClosure - Class in org.apache.commons.collections.functors
Closure implementation that always throws an exception.
exceptionFactory() - +Static method in class org.apache.commons.collections.FactoryUtils +
Gets a Factory that always throws an exception. +
ExceptionFactory - Class in org.apache.commons.collections.functors
Factory implementation that always throws an exception.
ExceptionPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that always throws an exception.
exceptionPredicate() - +Static method in class org.apache.commons.collections.PredicateUtils +
Gets a Predicate that always throws an exception. +
ExceptionTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that always throws an exception.
exceptionTransformer() - +Static method in class org.apache.commons.collections.TransformerUtils +
Gets a transformer that always throws an exception. +
execute(Object) - +Method in interface org.apache.commons.collections.Closure +
Performs an action on the specified input object. +
execute(Object) - +Method in class org.apache.commons.collections.functors.ChainedClosure +
Execute a list of closures. +
execute(Object) - +Method in class org.apache.commons.collections.functors.ExceptionClosure +
Always throw an exception. +
execute(Object) - +Method in class org.apache.commons.collections.functors.ForClosure +
Executes the closure count times. +
execute(Object) - +Method in class org.apache.commons.collections.functors.IfClosure +
Executes the true or false closure accoring to the result of the predicate. +
execute(Object) - +Method in class org.apache.commons.collections.functors.NOPClosure +
Do nothing. +
execute(Object) - +Method in class org.apache.commons.collections.functors.SwitchClosure +
Executes the closure whose matching predicate returns true +
execute(Object) - +Method in class org.apache.commons.collections.functors.TransformerClosure +
Executes the closure by calling the decorated transformer. +
execute(Object) - +Method in class org.apache.commons.collections.functors.WhileClosure +
Executes the closure until the predicate is false. +
exists(Collection, Predicate) - +Static method in class org.apache.commons.collections.CollectionUtils +
Answers true if a predicate is true for at least one element of a collection. +
expectedModCount - +Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator +
The modification count that the list is expected to have. +
expectedModCount - +Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator +
The modification count expected +
expectedModCount - +Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator +
The modification count expected
ExtendedProperties - Class in org.apache.commons.collections
This class extends normal Java properties by adding the possibility to use the same key many times concatenating the value strings - instead of overwriting them.
ExtendedProperties() - -Constructor for class org.apache.commons.collections.ExtendedProperties -
Creates an empty extended properties object. -
ExtendedProperties(String) - -Constructor for class org.apache.commons.collections.ExtendedProperties -
Creates and loads the extended properties from the specified file. -
ExtendedProperties(String, String) - -Constructor for class org.apache.commons.collections.ExtendedProperties -
Creates and loads the extended properties from the specified file. -
-
-

-F

-
-
Factory - Interface in org.apache.commons.collections
Defines a functor interface implemented by classes that create objects.
factory - -Variable in class org.apache.commons.collections.list.LazyList -
The factory to use to lazily instantiate the objects -
factory - -Variable in class org.apache.commons.collections.map.LazyMap -
The factory to use to construct elements -
FactoryTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that calls a Factory and returns the result.
FactoryTransformer(Factory) - -Constructor for class org.apache.commons.collections.functors.FactoryTransformer -
Constructor that performs no validation. + instead of overwriting them.
ExtendedProperties() - +Constructor for class org.apache.commons.collections.ExtendedProperties +
Creates an empty extended properties object. +
ExtendedProperties(String) - +Constructor for class org.apache.commons.collections.ExtendedProperties +
Creates and loads the extended properties from the specified file. +
ExtendedProperties(String, String) - +Constructor for class org.apache.commons.collections.ExtendedProperties +
Creates and loads the extended properties from the specified file. +
+
+

+F

+
+
Factory - Interface in org.apache.commons.collections
Defines a functor interface implemented by classes that create objects.
factory - +Variable in class org.apache.commons.collections.list.LazyList +
The factory to use to lazily instantiate the objects +
factory - +Variable in class org.apache.commons.collections.map.LazyMap +
The factory to use to construct elements +
FactoryTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that calls a Factory and returns the result.
FactoryTransformer(Factory) - +Constructor for class org.apache.commons.collections.functors.FactoryTransformer +
Constructor that performs no validation.
FactoryUtils - Class in org.apache.commons.collections
FactoryUtils provides reference implementations and utilities - for the Factory functor interface.
FactoryUtils() - -Constructor for class org.apache.commons.collections.FactoryUtils -
This class is not normally instantiated. -
FalsePredicate - Class in org.apache.commons.collections.functors
Predicate implementation that always returns false.
falsePredicate() - -Static method in class org.apache.commons.collections.PredicateUtils -
Gets a Predicate that always returns false. -
fast - -Variable in class org.apache.commons.collections.FastArrayList -
Are we operating in "fast" mode? -
fast - -Variable in class org.apache.commons.collections.FastHashMap -
Are we currently operating in "fast" mode? -
fast - -Variable in class org.apache.commons.collections.FastTreeMap -
Are we operating in "fast" mode? + for the Factory functor interface.
FactoryUtils() - +Constructor for class org.apache.commons.collections.FactoryUtils +
This class is not normally instantiated. +
FalsePredicate - Class in org.apache.commons.collections.functors
Predicate implementation that always returns false.
falsePredicate() - +Static method in class org.apache.commons.collections.PredicateUtils +
Gets a Predicate that always returns false. +
fast - +Variable in class org.apache.commons.collections.FastArrayList +
Are we operating in "fast" mode? +
fast - +Variable in class org.apache.commons.collections.FastHashMap +
Are we currently operating in "fast" mode? +
fast - +Variable in class org.apache.commons.collections.FastTreeMap +
Are we operating in "fast" mode?
FastArrayList - Class in org.apache.commons.collections
A customized implementation of java.util.ArrayList designed to operate in a multithreaded environment where the large majority of - method calls are read-only, instead of structural changes.
FastArrayList() - -Constructor for class org.apache.commons.collections.FastArrayList -
Construct a an empty list. -
FastArrayList(int) - -Constructor for class org.apache.commons.collections.FastArrayList -
Construct an empty list with the specified capacity. -
FastArrayList(Collection) - -Constructor for class org.apache.commons.collections.FastArrayList + method calls are read-only, instead of structural changes.
FastArrayList() - +Constructor for class org.apache.commons.collections.FastArrayList +
Construct a an empty list. +
FastArrayList(int) - +Constructor for class org.apache.commons.collections.FastArrayList +
Construct an empty list with the specified capacity. +
FastArrayList(Collection) - +Constructor for class org.apache.commons.collections.FastArrayList
Construct a list containing the elements of the specified collection, - in the order they are returned by the collection's iterator. + in the order they are returned by the collection's iterator.
FastHashMap - Class in org.apache.commons.collections
A customized implementation of java.util.HashMap designed to operate in a multithreaded environment where the large majority of - method calls are read-only, instead of structural changes.
FastHashMap() - -Constructor for class org.apache.commons.collections.FastHashMap -
Construct an empty map. -
FastHashMap(int) - -Constructor for class org.apache.commons.collections.FastHashMap -
Construct an empty map with the specified capacity. -
FastHashMap(int, float) - -Constructor for class org.apache.commons.collections.FastHashMap -
Construct an empty map with the specified capacity and load factor. -
FastHashMap(Map) - -Constructor for class org.apache.commons.collections.FastHashMap -
Construct a new map with the same mappings as the specified map. + method calls are read-only, instead of structural changes.
FastHashMap() - +Constructor for class org.apache.commons.collections.FastHashMap +
Construct an empty map. +
FastHashMap(int) - +Constructor for class org.apache.commons.collections.FastHashMap +
Construct an empty map with the specified capacity. +
FastHashMap(int, float) - +Constructor for class org.apache.commons.collections.FastHashMap +
Construct an empty map with the specified capacity and load factor. +
FastHashMap(Map) - +Constructor for class org.apache.commons.collections.FastHashMap +
Construct a new map with the same mappings as the specified map.
FastTreeMap - Class in org.apache.commons.collections
A customized implementation of java.util.TreeMap designed to operate in a multithreaded environment where the large majority of - method calls are read-only, instead of structural changes.
FastTreeMap() - -Constructor for class org.apache.commons.collections.FastTreeMap -
Construct a an empty map. -
FastTreeMap(Comparator) - -Constructor for class org.apache.commons.collections.FastTreeMap -
Construct an empty map with the specified comparator. -
FastTreeMap(Map) - -Constructor for class org.apache.commons.collections.FastTreeMap + method calls are read-only, instead of structural changes.
FastTreeMap() - +Constructor for class org.apache.commons.collections.FastTreeMap +
Construct a an empty map. +
FastTreeMap(Comparator) - +Constructor for class org.apache.commons.collections.FastTreeMap +
Construct an empty map with the specified comparator. +
FastTreeMap(Map) - +Constructor for class org.apache.commons.collections.FastTreeMap
Construct a new map with the same mappings as the specified map, - sorted according to the keys's natural order -
FastTreeMap(SortedMap) - -Constructor for class org.apache.commons.collections.FastTreeMap + sorted according to the keys's natural order +
FastTreeMap(SortedMap) - +Constructor for class org.apache.commons.collections.FastTreeMap
Construct a new map with the same mappings as the specified map, - sorted according to the same ordering -
file - -Variable in class org.apache.commons.collections.ExtendedProperties + sorted according to the same ordering +
file - +Variable in class org.apache.commons.collections.ExtendedProperties
The file connected to this repository (holding comments and - such). -
fileSeparator - -Variable in class org.apache.commons.collections.ExtendedProperties -
File separator. -
filter(Collection, Predicate) - -Static method in class org.apache.commons.collections.CollectionUtils -
Filter the collection by applying a Predicate to each element. -
filteredIterator(Iterator, Predicate) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an iterator that filters another iterator. -
filteredListIterator(ListIterator, Predicate) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets a list iterator that filters another list iterator. -
FilterIterator - Class in org.apache.commons.collections.iterators
Decorates another Iterator using a predicate to filter elements.
FilterIterator() - -Constructor for class org.apache.commons.collections.iterators.FilterIterator + such). +
fileSeparator - +Variable in class org.apache.commons.collections.ExtendedProperties +
File separator. +
filter(Collection, Predicate) - +Static method in class org.apache.commons.collections.CollectionUtils +
Filter the collection by applying a Predicate to each element. +
filteredIterator(Iterator, Predicate) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an iterator that filters another iterator. +
filteredListIterator(ListIterator, Predicate) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets a list iterator that filters another list iterator. +
FilterIterator - Class in org.apache.commons.collections.iterators
Decorates another Iterator using a predicate to filter elements.
FilterIterator() - +Constructor for class org.apache.commons.collections.iterators.FilterIterator
Constructs a new FilterIterator that will not function - until setIterator is invoked. -
FilterIterator(Iterator) - -Constructor for class org.apache.commons.collections.iterators.FilterIterator + until setIterator is invoked. +
FilterIterator(Iterator) - +Constructor for class org.apache.commons.collections.iterators.FilterIterator
Constructs a new FilterIterator that will not function - until setPredicate is invoked. -
FilterIterator(Iterator, Predicate) - -Constructor for class org.apache.commons.collections.iterators.FilterIterator + until setPredicate is invoked. +
FilterIterator(Iterator, Predicate) - +Constructor for class org.apache.commons.collections.iterators.FilterIterator
Constructs a new FilterIterator that will use the - given iterator and predicate. -
FilterListIterator - Class in org.apache.commons.collections.iterators
Decorates another ListIterator using a predicate to filter elements.
FilterListIterator() - -Constructor for class org.apache.commons.collections.iterators.FilterListIterator + given iterator and predicate. +
FilterListIterator - Class in org.apache.commons.collections.iterators
Decorates another ListIterator using a predicate to filter elements.
FilterListIterator() - +Constructor for class org.apache.commons.collections.iterators.FilterListIterator
Constructs a new FilterListIterator that will not function until setListIterator - and setPredicate are invoked. -
FilterListIterator(ListIterator) - -Constructor for class org.apache.commons.collections.iterators.FilterListIterator -
Constructs a new FilterListIterator that will not - function until setPredicate is invoked. -
FilterListIterator(ListIterator, Predicate) - -Constructor for class org.apache.commons.collections.iterators.FilterListIterator -
Constructs a new FilterListIterator. -
FilterListIterator(Predicate) - -Constructor for class org.apache.commons.collections.iterators.FilterListIterator + and setPredicate are invoked. +
FilterListIterator(ListIterator) - +Constructor for class org.apache.commons.collections.iterators.FilterListIterator +
Constructs a new FilterListIterator that will not + function until setPredicate is invoked. +
FilterListIterator(ListIterator, Predicate) - +Constructor for class org.apache.commons.collections.iterators.FilterListIterator +
Constructs a new FilterListIterator. +
FilterListIterator(Predicate) - +Constructor for class org.apache.commons.collections.iterators.FilterListIterator
Constructs a new FilterListIterator that will not function - until setListIterator is invoked. -
find(Collection, Predicate) - -Static method in class org.apache.commons.collections.CollectionUtils -
Finds the first element in the given collection which matches the given predicate. -
findNext(Object) - -Method in class org.apache.commons.collections.iterators.ObjectGraphIterator -
Finds the next object in the iteration given any start object. -
findNextByIterator(Iterator) - -Method in class org.apache.commons.collections.iterators.ObjectGraphIterator -
Finds the next object in the iteration given an iterator. -
firePropertyChange(Object, Object, Object) - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Called during a successful BeanMap.put(Object,Object) operation. -
first() - -Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator -
  -
first() - -Method in class org.apache.commons.collections.bag.PredicatedSortedBag -
  -
first() - -Method in class org.apache.commons.collections.bag.SynchronizedSortedBag -
  -
first() - -Method in class org.apache.commons.collections.bag.TransformedSortedBag -
  -
first() - -Method in class org.apache.commons.collections.bag.TreeBag -
  -
first() - -Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator -
  -
first() - -Method in class org.apache.commons.collections.set.PredicatedSortedSet -
  -
first() - -Method in class org.apache.commons.collections.set.SynchronizedSortedSet -
  -
first() - -Method in class org.apache.commons.collections.set.TransformedSortedSet -
  -
first() - -Method in interface org.apache.commons.collections.SortedBag -
Returns the first (lowest) member. -
first() - -Method in class org.apache.commons.collections.TreeBag -
Deprecated.   -
firstCachedNode - -Variable in class org.apache.commons.collections.list.NodeCachingLinkedList -
The first cached node, or null if no nodes are cached. -
firstKey() - -Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator -
  -
firstKey() - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap -
  -
firstKey() - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Gets the first (lowest) key currently in this map. -
firstKey() - -Method in class org.apache.commons.collections.FastTreeMap -
Return the first (lowest) key currently in this sorted map. -
firstKey() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap -
Gets the first key in the map, which is the most recently inserted. -
firstKey() - -Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator -
  -
firstKey() - -Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator -
  -
firstKey() - -Method in class org.apache.commons.collections.map.LazySortedMap -
  -
firstKey() - -Method in class org.apache.commons.collections.map.ListOrderedMap -
Gets the first key in this map by insert order. -
firstKey() - -Method in class org.apache.commons.collections.map.PredicatedSortedMap -
  -
firstKey() - -Method in class org.apache.commons.collections.map.SingletonMap -
Gets the first (and only) key in the map. -
firstKey() - -Method in class org.apache.commons.collections.map.TransformedSortedMap -
  -
firstKey() - -Method in class org.apache.commons.collections.map.UnmodifiableSortedMap -
  -
firstKey() - -Method in interface org.apache.commons.collections.OrderedMap -
Gets the first key currently in this map. -
FixedOrderComparator - Class in org.apache.commons.collections.comparators
A Comparator which imposes a specific order on a specific set of Objects.
FixedOrderComparator() - -Constructor for class org.apache.commons.collections.comparators.FixedOrderComparator -
Constructs an empty FixedOrderComparator. -
FixedOrderComparator(Object[]) - -Constructor for class org.apache.commons.collections.comparators.FixedOrderComparator + until setListIterator is invoked. +
find(Collection, Predicate) - +Static method in class org.apache.commons.collections.CollectionUtils +
Finds the first element in the given collection which matches the given predicate. +
findNext(Object) - +Method in class org.apache.commons.collections.iterators.ObjectGraphIterator +
Finds the next object in the iteration given any start object. +
findNextByIterator(Iterator) - +Method in class org.apache.commons.collections.iterators.ObjectGraphIterator +
Finds the next object in the iteration given an iterator. +
firePropertyChange(Object, Object, Object) - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Called during a successful BeanMap.put(Object,Object) operation. +
first() - +Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator +
  +
first() - +Method in class org.apache.commons.collections.bag.PredicatedSortedBag +
  +
first() - +Method in class org.apache.commons.collections.bag.SynchronizedSortedBag +
  +
first() - +Method in class org.apache.commons.collections.bag.TransformedSortedBag +
  +
first() - +Method in class org.apache.commons.collections.bag.TreeBag +
  +
first() - +Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator +
  +
first() - +Method in class org.apache.commons.collections.set.PredicatedSortedSet +
  +
first() - +Method in class org.apache.commons.collections.set.SynchronizedSortedSet +
  +
first() - +Method in class org.apache.commons.collections.set.TransformedSortedSet +
  +
first() - +Method in interface org.apache.commons.collections.SortedBag +
Returns the first (lowest) member. +
first() - +Method in class org.apache.commons.collections.TreeBag +
Deprecated.   +
firstCachedNode - +Variable in class org.apache.commons.collections.list.NodeCachingLinkedList +
The first cached node, or null if no nodes are cached. +
firstKey() - +Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator +
  +
firstKey() - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap +
  +
firstKey() - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Gets the first (lowest) key currently in this map. +
firstKey() - +Method in class org.apache.commons.collections.FastTreeMap +
Return the first (lowest) key currently in this sorted map. +
firstKey() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap +
Gets the first key in the map, which is the most recently inserted. +
firstKey() - +Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator +
  +
firstKey() - +Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator +
  +
firstKey() - +Method in class org.apache.commons.collections.map.LazySortedMap +
  +
firstKey() - +Method in class org.apache.commons.collections.map.ListOrderedMap +
Gets the first key in this map by insert order. +
firstKey() - +Method in class org.apache.commons.collections.map.PredicatedSortedMap +
  +
firstKey() - +Method in class org.apache.commons.collections.map.SingletonMap +
Gets the first (and only) key in the map. +
firstKey() - +Method in class org.apache.commons.collections.map.TransformedSortedMap +
  +
firstKey() - +Method in class org.apache.commons.collections.map.UnmodifiableSortedMap +
  +
firstKey() - +Method in interface org.apache.commons.collections.OrderedMap +
Gets the first key currently in this map. +
FixedOrderComparator - Class in org.apache.commons.collections.comparators
A Comparator which imposes a specific order on a specific set of Objects.
FixedOrderComparator() - +Constructor for class org.apache.commons.collections.comparators.FixedOrderComparator +
Constructs an empty FixedOrderComparator. +
FixedOrderComparator(Object[]) - +Constructor for class org.apache.commons.collections.comparators.FixedOrderComparator
Constructs a FixedOrderComparator which uses the order of the given array - to compare the objects. -
FixedOrderComparator(List) - -Constructor for class org.apache.commons.collections.comparators.FixedOrderComparator + to compare the objects. +
FixedOrderComparator(List) - +Constructor for class org.apache.commons.collections.comparators.FixedOrderComparator
Constructs a FixedOrderComparator which uses the order of the given list - to compare the objects. -
FixedSizeList - Class in org.apache.commons.collections.list
Decorates another List to fix the size preventing add/remove.
FixedSizeList(List) - -Constructor for class org.apache.commons.collections.list.FixedSizeList -
Constructor that wraps (not copies). -
fixedSizeList(List) - -Static method in class org.apache.commons.collections.ListUtils -
Returns a fixed-sized list backed by the given list. -
FixedSizeMap - Class in org.apache.commons.collections.map
Decorates another Map to fix the size, preventing add/remove.
FixedSizeMap(Map) - -Constructor for class org.apache.commons.collections.map.FixedSizeMap -
Constructor that wraps (not copies). -
fixedSizeMap(Map) - -Static method in class org.apache.commons.collections.MapUtils -
Returns a fixed-sized map backed by the given map. -
FixedSizeSortedMap - Class in org.apache.commons.collections.map
Decorates another SortedMap to fix the size blocking add/remove.
FixedSizeSortedMap(SortedMap) - -Constructor for class org.apache.commons.collections.map.FixedSizeSortedMap -
Constructor that wraps (not copies). -
fixedSizeSortedMap(SortedMap) - -Static method in class org.apache.commons.collections.MapUtils -
Returns a fixed-sized sorted map backed by the given sorted map. + to compare the objects. +
FixedSizeList - Class in org.apache.commons.collections.list
Decorates another List to fix the size preventing add/remove.
FixedSizeList(List) - +Constructor for class org.apache.commons.collections.list.FixedSizeList +
Constructor that wraps (not copies). +
fixedSizeList(List) - +Static method in class org.apache.commons.collections.ListUtils +
Returns a fixed-sized list backed by the given list. +
FixedSizeMap - Class in org.apache.commons.collections.map
Decorates another Map to fix the size, preventing add/remove.
FixedSizeMap(Map) - +Constructor for class org.apache.commons.collections.map.FixedSizeMap +
Constructor that wraps (not copies). +
fixedSizeMap(Map) - +Static method in class org.apache.commons.collections.MapUtils +
Returns a fixed-sized map backed by the given map. +
FixedSizeSortedMap - Class in org.apache.commons.collections.map
Decorates another SortedMap to fix the size blocking add/remove.
FixedSizeSortedMap(SortedMap) - +Constructor for class org.apache.commons.collections.map.FixedSizeSortedMap +
Constructor that wraps (not copies). +
fixedSizeSortedMap(SortedMap) - +Static method in class org.apache.commons.collections.MapUtils +
Returns a fixed-sized sorted map backed by the given sorted map.
Flat3Map - Class in org.apache.commons.collections.map
A Map implementation that stores data in simple fields until - the size is greater than 3.
Flat3Map() - -Constructor for class org.apache.commons.collections.map.Flat3Map -
Constructor. -
Flat3Map(Map) - -Constructor for class org.apache.commons.collections.map.Flat3Map -
Constructor copying elements from another map. -
forAllDo(Collection, Closure) - -Static method in class org.apache.commons.collections.CollectionUtils -
Executes the given closure on each element in the collection. -
forClosure(int, Closure) - -Static method in class org.apache.commons.collections.ClosureUtils -
Creates a Closure that will call the closure count times. -
ForClosure - Class in org.apache.commons.collections.functors
Closure implementation that calls another closure n times, like a for loop.
ForClosure(int, Closure) - -Constructor for class org.apache.commons.collections.functors.ForClosure -
Constructor that performs no validation. -
FunctorException - Exception in org.apache.commons.collections
Runtime exception thrown from functors.
FunctorException() - -Constructor for exception org.apache.commons.collections.FunctorException + the size is greater than 3.
Flat3Map() - +Constructor for class org.apache.commons.collections.map.Flat3Map +
Constructor. +
Flat3Map(Map) - +Constructor for class org.apache.commons.collections.map.Flat3Map +
Constructor copying elements from another map. +
forAllDo(Collection, Closure) - +Static method in class org.apache.commons.collections.CollectionUtils +
Executes the given closure on each element in the collection. +
forClosure(int, Closure) - +Static method in class org.apache.commons.collections.ClosureUtils +
Creates a Closure that will call the closure count times. +
ForClosure - Class in org.apache.commons.collections.functors
Closure implementation that calls another closure n times, like a for loop.
ForClosure(int, Closure) - +Constructor for class org.apache.commons.collections.functors.ForClosure +
Constructor that performs no validation. +
FunctorException - Exception in org.apache.commons.collections
Runtime exception thrown from functors.
FunctorException() - +Constructor for exception org.apache.commons.collections.FunctorException
Constructs a new FunctorException without specified - detail message. -
FunctorException(String) - -Constructor for exception org.apache.commons.collections.FunctorException + detail message. +
FunctorException(String) - +Constructor for exception org.apache.commons.collections.FunctorException
Constructs a new FunctorException with specified - detail message. -
FunctorException(Throwable) - -Constructor for exception org.apache.commons.collections.FunctorException + detail message. +
FunctorException(Throwable) - +Constructor for exception org.apache.commons.collections.FunctorException
Constructs a new FunctorException with specified - nested Throwable root cause. -
FunctorException(String, Throwable) - -Constructor for exception org.apache.commons.collections.FunctorException + nested Throwable root cause. +
FunctorException(String, Throwable) - +Constructor for exception org.apache.commons.collections.FunctorException
Constructs a new FunctorException with specified - detail message and nested Throwable root cause. -
-
-

-G

-
-
get() - -Method in class org.apache.commons.collections.ArrayStack -
Returns the element on the top of the stack. -
get(Object) - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Returns the value of the bean's property with the given name. -
get(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
  -
get(Object) - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Gets the value to which this map maps the specified key. -
get() - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Returns the priority element. -
get() - -Method in class org.apache.commons.collections.BoundedFifoBuffer -
Deprecated. Returns the least recently inserted element in this buffer. -
get() - -Method in class org.apache.commons.collections.buffer.AbstractBufferDecorator -
  -
get() - -Method in class org.apache.commons.collections.buffer.BlockingBuffer + detail message and nested Throwable root cause. +
+
+

+G

+
+
get() - +Method in class org.apache.commons.collections.ArrayStack +
Returns the element on the top of the stack. +
get(Object) - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Returns the value of the bean's property with the given name. +
get(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
  +
get(Object) - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Gets the value to which this map maps the specified key. +
get() - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Returns the priority element. +
get() - +Method in class org.apache.commons.collections.BoundedFifoBuffer +
Deprecated. Returns the least recently inserted element in this buffer. +
get() - +Method in class org.apache.commons.collections.buffer.AbstractBufferDecorator +
  +
get() - +Method in class org.apache.commons.collections.buffer.BlockingBuffer
Gets the next value from the buffer, waiting until an object is - added if the buffer is empty. -
get(long) - -Method in class org.apache.commons.collections.buffer.BlockingBuffer + added if the buffer is empty. +
get(long) - +Method in class org.apache.commons.collections.buffer.BlockingBuffer
Gets the next value from the buffer, waiting until an object is - added for up to the specified timeout value if the buffer is empty. -
get() - -Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer -
Returns the least recently inserted element in this buffer. -
get() - -Method in interface org.apache.commons.collections.Buffer -
Gets the next object from the buffer without removing it. -
get() - -Method in class org.apache.commons.collections.buffer.PredicatedBuffer -
  -
get() - -Method in class org.apache.commons.collections.buffer.PriorityBuffer -
Gets the next element to be removed without actually removing it (peek). -
get() - -Method in class org.apache.commons.collections.buffer.SynchronizedBuffer -
  -
get() - -Method in class org.apache.commons.collections.buffer.TransformedBuffer -
  -
get() - -Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer -
Returns the next object in the buffer. -
get(Object, int) - -Static method in class org.apache.commons.collections.CollectionUtils + added for up to the specified timeout value if the buffer is empty. +
get() - +Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer +
Returns the least recently inserted element in this buffer. +
get() - +Method in interface org.apache.commons.collections.Buffer +
Gets the next object from the buffer without removing it. +
get() - +Method in class org.apache.commons.collections.buffer.PredicatedBuffer +
  +
get() - +Method in class org.apache.commons.collections.buffer.PriorityBuffer +
Gets the next element to be removed without actually removing it (peek). +
get() - +Method in class org.apache.commons.collections.buffer.SynchronizedBuffer +
  +
get() - +Method in class org.apache.commons.collections.buffer.TransformedBuffer +
  +
get() - +Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer +
Returns the next object in the buffer. +
get(Object, int) - +Static method in class org.apache.commons.collections.CollectionUtils
Returns the index-th value in object, throwing - IndexOutOfBoundsException if there is no such element or - IllegalArgumentException if object is not an - instance of one of the supported types. -
get(int) - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Returns the element at the specified position in this list. -
get(Object) - -Method in class org.apache.commons.collections.DoubleOrderedMap + IndexOutOfBoundsException if there is no such element or + IllegalArgumentException if object is not an + instance of one of the supported types. +
get(int) - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Returns the element at the specified position in this list. +
get(Object) - +Method in class org.apache.commons.collections.DoubleOrderedMap
Deprecated. Returns the value to which this map maps the specified - key. -
get(int) - -Method in class org.apache.commons.collections.FastArrayList -
Return the element at the specified position in the list. -
get(Object) - -Method in class org.apache.commons.collections.FastHashMap -
Return the value to which this map maps the specified key. -
get(Object) - -Method in class org.apache.commons.collections.FastTreeMap -
Return the value to which this map maps the specified key. -
get(int) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
get(int) - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList -
  -
get(int) - -Method in class org.apache.commons.collections.list.AbstractListDecorator -
  -
get(int) - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
get(int) - -Method in class org.apache.commons.collections.list.LazyList -
Decorate the get method to perform the lazy behaviour. -
get(int) - -Method in class org.apache.commons.collections.list.PredicatedList -
  -
get(int) - -Method in class org.apache.commons.collections.list.SynchronizedList -
  -
get(int) - -Method in class org.apache.commons.collections.list.TransformedList -
  -
get(int) - -Method in class org.apache.commons.collections.list.TreeList -
Gets the element at the specified index. -
get(Object) - -Method in class org.apache.commons.collections.LRUMap -
Deprecated. Get the value for a key from the Map. -
get(Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Gets the value mapped to the key specified. -
get(Object) - -Method in class org.apache.commons.collections.map.AbstractMapDecorator -
  -
get(Object) - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Gets the value mapped to the key specified. -
get(Object) - -Method in class org.apache.commons.collections.map.CompositeMap -
Returns the value to which this map maps the specified key. -
get(Object) - -Method in class org.apache.commons.collections.map.DefaultedMap -
  -
get(Object) - -Method in class org.apache.commons.collections.map.Flat3Map -
Gets the value mapped to the key specified. -
get(Object) - -Method in class org.apache.commons.collections.map.LazyMap -
  -
get(int) - -Method in class org.apache.commons.collections.map.LinkedMap -
Gets the key at the specified index. -
get(int) - -Method in class org.apache.commons.collections.map.ListOrderedMap -
Gets the key at the specified index. -
get(Object) - -Method in class org.apache.commons.collections.map.LRUMap -
Gets the value mapped to the key specified. -
get(Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Gets the value mapped to the specified multi-key. -
get(Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Gets the value mapped to the specified multi-key. -
get(Object, Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Gets the value mapped to the specified multi-key. -
get(Object, Object, Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Gets the value mapped to the specified multi-key. -
get(Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
  -
get(Object) - -Method in class org.apache.commons.collections.map.SingletonMap -
Gets the value mapped to the key specified. -
get(Object) - -Method in class org.apache.commons.collections.map.StaticBucketMap -
Gets the value associated with the key. -
get(Object) - -Method in interface org.apache.commons.collections.MultiMap -
Gets the collection of values associated with the specified key. -
get(Object) - -Method in class org.apache.commons.collections.ProxyMap -
Deprecated. Invokes the underlying Map.get(Object) method. -
get(Object) - -Method in class org.apache.commons.collections.ReferenceMap -
Deprecated. Returns the value associated with the given key, if any. -
get(Object) - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Implements Map.get(Object). -
get(int) - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Gets the key at the specified index. -
get(int) - -Method in class org.apache.commons.collections.set.ListOrderedSet -
  -
get(Object) - -Method in class org.apache.commons.collections.StaticBucketMap -
Deprecated. Implements Map.get(Object). -
get() - -Method in class org.apache.commons.collections.UnboundedFifoBuffer -
Deprecated. Returns the next object in the buffer. -
getArray() - -Method in class org.apache.commons.collections.iterators.ArrayIterator -
Gets the array that this iterator is iterating over. -
getArray() - -Method in class org.apache.commons.collections.iterators.ObjectArrayIterator -
Gets the array that this iterator is iterating over. -
getBag() - -Method in class org.apache.commons.collections.bag.AbstractBagDecorator -
Gets the bag being decorated. -
getBag() - -Method in class org.apache.commons.collections.bag.PredicatedBag -
Gets the decorated bag. -
getBag() - -Method in class org.apache.commons.collections.bag.SynchronizedBag -
Gets the bag being decorated. -
getBag() - -Method in class org.apache.commons.collections.bag.TransformedBag -
Gets the decorated bag. -
getBean() - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Returns the bean currently being operated on. -
getBidiMap() - -Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator -
Gets the map being decorated. -
getBoolean(String) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a boolean associated with the given configuration key. -
getBoolean(String, boolean) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a boolean associated with the given configuration key. -
getBoolean(String, Boolean) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a boolean associated with the given configuration key. -
getBoolean(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets a Boolean from a Map in a null-safe manner. -
getBoolean(Map, Object, Boolean) - -Static method in class org.apache.commons.collections.MapUtils + key. +
get(int) - +Method in class org.apache.commons.collections.FastArrayList +
Return the element at the specified position in the list. +
get(Object) - +Method in class org.apache.commons.collections.FastHashMap +
Return the value to which this map maps the specified key. +
get(Object) - +Method in class org.apache.commons.collections.FastTreeMap +
Return the value to which this map maps the specified key. +
get(int) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
get(int) - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList +
  +
get(int) - +Method in class org.apache.commons.collections.list.AbstractListDecorator +
  +
get(int) - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
get(int) - +Method in class org.apache.commons.collections.list.LazyList +
Decorate the get method to perform the lazy behaviour. +
get(int) - +Method in class org.apache.commons.collections.list.PredicatedList +
  +
get(int) - +Method in class org.apache.commons.collections.list.SynchronizedList +
  +
get(int) - +Method in class org.apache.commons.collections.list.TransformedList +
  +
get(int) - +Method in class org.apache.commons.collections.list.TreeList +
Gets the element at the specified index. +
get(Object) - +Method in class org.apache.commons.collections.LRUMap +
Deprecated. Get the value for a key from the Map. +
get(Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Gets the value mapped to the key specified. +
get(Object) - +Method in class org.apache.commons.collections.map.AbstractMapDecorator +
  +
get(Object) - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Gets the value mapped to the key specified. +
get(Object) - +Method in class org.apache.commons.collections.map.CompositeMap +
Returns the value to which this map maps the specified key. +
get(Object) - +Method in class org.apache.commons.collections.map.DefaultedMap +
  +
get(Object) - +Method in class org.apache.commons.collections.map.Flat3Map +
Gets the value mapped to the key specified. +
get(Object) - +Method in class org.apache.commons.collections.map.LazyMap +
  +
get(int) - +Method in class org.apache.commons.collections.map.LinkedMap +
Gets the key at the specified index. +
get(int) - +Method in class org.apache.commons.collections.map.ListOrderedMap +
Gets the key at the specified index. +
get(Object) - +Method in class org.apache.commons.collections.map.LRUMap +
Gets the value mapped to the key specified. +
get(Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Gets the value mapped to the specified multi-key. +
get(Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Gets the value mapped to the specified multi-key. +
get(Object, Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Gets the value mapped to the specified multi-key. +
get(Object, Object, Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Gets the value mapped to the specified multi-key. +
get(Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
  +
get(Object) - +Method in class org.apache.commons.collections.map.SingletonMap +
Gets the value mapped to the key specified. +
get(Object) - +Method in class org.apache.commons.collections.map.StaticBucketMap +
Gets the value associated with the key. +
get(Object) - +Method in interface org.apache.commons.collections.MultiMap +
Gets the collection of values associated with the specified key. +
get(Object) - +Method in class org.apache.commons.collections.ProxyMap +
Deprecated. Invokes the underlying Map.get(Object) method. +
get(Object) - +Method in class org.apache.commons.collections.ReferenceMap +
Deprecated. Returns the value associated with the given key, if any. +
get(Object) - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Implements Map.get(Object). +
get(int) - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Gets the key at the specified index. +
get(int) - +Method in class org.apache.commons.collections.set.ListOrderedSet +
  +
get(Object) - +Method in class org.apache.commons.collections.StaticBucketMap +
Deprecated. Implements Map.get(Object). +
get() - +Method in class org.apache.commons.collections.UnboundedFifoBuffer +
Deprecated. Returns the next object in the buffer. +
getArray() - +Method in class org.apache.commons.collections.iterators.ArrayIterator +
Gets the array that this iterator is iterating over. +
getArray() - +Method in class org.apache.commons.collections.iterators.ObjectArrayIterator +
Gets the array that this iterator is iterating over. +
getBag() - +Method in class org.apache.commons.collections.bag.AbstractBagDecorator +
Gets the bag being decorated. +
getBag() - +Method in class org.apache.commons.collections.bag.PredicatedBag +
Gets the decorated bag. +
getBag() - +Method in class org.apache.commons.collections.bag.SynchronizedBag +
Gets the bag being decorated. +
getBag() - +Method in class org.apache.commons.collections.bag.TransformedBag +
Gets the decorated bag. +
getBean() - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Returns the bean currently being operated on. +
getBidiMap() - +Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator +
Gets the map being decorated. +
getBoolean(String) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a boolean associated with the given configuration key. +
getBoolean(String, boolean) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a boolean associated with the given configuration key. +
getBoolean(String, Boolean) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a boolean associated with the given configuration key. +
getBoolean(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets a Boolean from a Map in a null-safe manner. +
getBoolean(Map, Object, Boolean) - +Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into - a boolean, using the default value if the the conversion fails. -
getBooleanComparator(boolean) - -Static method in class org.apache.commons.collections.comparators.BooleanComparator -
Returns a BooleanComparator instance that sorts - trueFirst values before - !trueFirst values. -
getBooleanValue(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets a boolean from a Map in a null-safe manner. -
getBooleanValue(Map, Object, boolean) - -Static method in class org.apache.commons.collections.MapUtils + a boolean, using the default value if the the conversion fails. +
getBooleanComparator(boolean) - +Static method in class org.apache.commons.collections.comparators.BooleanComparator +
Returns a BooleanComparator instance that sorts + trueFirst values before + !trueFirst values. +
getBooleanValue(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets a boolean from a Map in a null-safe manner. +
getBooleanValue(Map, Object, boolean) - +Static method in class org.apache.commons.collections.MapUtils
Gets a boolean from a Map in a null-safe manner, - using the default value if the the conversion fails. -
getBuffer() - -Method in class org.apache.commons.collections.buffer.AbstractBufferDecorator -
Gets the buffer being decorated. -
getBuffer() - -Method in class org.apache.commons.collections.buffer.PredicatedBuffer -
Gets the buffer being decorated. -
getBuffer() - -Method in class org.apache.commons.collections.buffer.SynchronizedBuffer -
Gets the buffer being decorated. -
getBuffer() - -Method in class org.apache.commons.collections.buffer.TransformedBuffer -
Gets the decorated buffer. -
getByte(String) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a byte associated with the given configuration key. -
getByte(String, byte) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a byte associated with the given configuration key. -
getByte(String, Byte) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a byte associated with the given configuration key. -
getByte(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets a Byte from a Map in a null-safe manner. -
getByte(Map, Object, Byte) - -Static method in class org.apache.commons.collections.MapUtils + using the default value if the the conversion fails. +
getBuffer() - +Method in class org.apache.commons.collections.buffer.AbstractBufferDecorator +
Gets the buffer being decorated. +
getBuffer() - +Method in class org.apache.commons.collections.buffer.PredicatedBuffer +
Gets the buffer being decorated. +
getBuffer() - +Method in class org.apache.commons.collections.buffer.SynchronizedBuffer +
Gets the buffer being decorated. +
getBuffer() - +Method in class org.apache.commons.collections.buffer.TransformedBuffer +
Gets the decorated buffer. +
getByte(String) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a byte associated with the given configuration key. +
getByte(String, byte) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a byte associated with the given configuration key. +
getByte(String, Byte) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a byte associated with the given configuration key. +
getByte(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets a Byte from a Map in a null-safe manner. +
getByte(Map, Object, Byte) - +Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into - a byte, using the default value if the the conversion fails. -
getByteValue(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets a byte from a Map in a null-safe manner. -
getByteValue(Map, Object, byte) - -Static method in class org.apache.commons.collections.MapUtils + a byte, using the default value if the the conversion fails. +
getByteValue(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets a byte from a Map in a null-safe manner. +
getByteValue(Map, Object, byte) - +Static method in class org.apache.commons.collections.MapUtils
Gets a byte from a Map in a null-safe manner, - using the default value if the the conversion fails. -
getCardinalityMap(Collection) - -Static method in class org.apache.commons.collections.CollectionUtils + using the default value if the the conversion fails. +
getCardinalityMap(Collection) - +Static method in class org.apache.commons.collections.CollectionUtils
Returns a Map mapping each unique element in the given Collection to an Integer representing the number - of occurrences of that element in the Collection. -
getCause() - -Method in exception org.apache.commons.collections.BufferOverflowException -
Gets the root cause of the exception. -
getCause() - -Method in exception org.apache.commons.collections.BufferUnderflowException -
Gets the root cause of the exception. -
getCause() - -Method in exception org.apache.commons.collections.FunctorException -
Gets the cause of this throwable. -
getClosure() - -Method in class org.apache.commons.collections.functors.ClosureTransformer -
Gets the closure. -
getClosure() - -Method in class org.apache.commons.collections.functors.ForClosure -
Gets the closure. -
getClosure() - -Method in class org.apache.commons.collections.functors.WhileClosure -
Gets the closure. -
getClosures() - -Method in class org.apache.commons.collections.functors.ChainedClosure -
Gets the closures, do not modify the array. -
getClosures() - -Method in class org.apache.commons.collections.functors.SwitchClosure -
Gets the closures, do not modify the array. -
getCollection() - -Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
Gets the collection being decorated. -
getCollection(Object) - -Method in class org.apache.commons.collections.map.MultiValueMap -
Gets the collection mapped to the specified key. -
getCollection(Object) - -Method in class org.apache.commons.collections.MultiHashMap -
Deprecated. Gets the collection mapped to the specified key. -
getCollections() - -Method in class org.apache.commons.collections.collection.CompositeCollection -
Gets the collections being decorated. -
getComparator() - -Method in class org.apache.commons.collections.iterators.CollatingIterator -
Gets the Comparator by which collatation occurs. -
getConstant() - -Method in class org.apache.commons.collections.functors.ConstantFactory -
Gets the constant. -
getConstant() - -Method in class org.apache.commons.collections.functors.ConstantTransformer -
Gets the constant. -
getCount(Object) - -Method in class org.apache.commons.collections.bag.AbstractBagDecorator -
  -
getCount(Object) - -Method in class org.apache.commons.collections.bag.AbstractMapBag + of occurrences of that element in the Collection. +
getCause() - +Method in exception org.apache.commons.collections.BufferOverflowException +
Gets the root cause of the exception. +
getCause() - +Method in exception org.apache.commons.collections.BufferUnderflowException +
Gets the root cause of the exception. +
getCause() - +Method in exception org.apache.commons.collections.FunctorException +
Gets the cause of this throwable. +
getClosure() - +Method in class org.apache.commons.collections.functors.ClosureTransformer +
Gets the closure. +
getClosure() - +Method in class org.apache.commons.collections.functors.ForClosure +
Gets the closure. +
getClosure() - +Method in class org.apache.commons.collections.functors.WhileClosure +
Gets the closure. +
getClosures() - +Method in class org.apache.commons.collections.functors.ChainedClosure +
Gets the closures, do not modify the array. +
getClosures() - +Method in class org.apache.commons.collections.functors.SwitchClosure +
Gets the closures, do not modify the array. +
getCollection() - +Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
Gets the collection being decorated. +
getCollection(Object) - +Method in class org.apache.commons.collections.map.MultiValueMap +
Gets the collection mapped to the specified key. +
getCollection(Object) - +Method in class org.apache.commons.collections.MultiHashMap +
Deprecated. Gets the collection mapped to the specified key. +
getCollections() - +Method in class org.apache.commons.collections.collection.CompositeCollection +
Gets the collections being decorated. +
getComparator() - +Method in class org.apache.commons.collections.iterators.CollatingIterator +
Gets the Comparator by which collatation occurs. +
getConstant() - +Method in class org.apache.commons.collections.functors.ConstantFactory +
Gets the constant. +
getConstant() - +Method in class org.apache.commons.collections.functors.ConstantTransformer +
Gets the constant. +
getCount(Object) - +Method in class org.apache.commons.collections.bag.AbstractBagDecorator +
  +
getCount(Object) - +Method in class org.apache.commons.collections.bag.AbstractMapBag
Returns the number of occurrence of the given element in this bag - by looking up its count in the underlying map. -
getCount(Object) - -Method in interface org.apache.commons.collections.Bag + by looking up its count in the underlying map. +
getCount(Object) - +Method in interface org.apache.commons.collections.Bag
Returns the number of occurrences (cardinality) of the given - object currently in the bag. -
getCount(Object) - -Method in class org.apache.commons.collections.bag.PredicatedBag -
  -
getCount(Object) - -Method in class org.apache.commons.collections.bag.SynchronizedBag -
  -
getCount(Object) - -Method in class org.apache.commons.collections.bag.TransformedBag -
  -
getCount(Object) - -Method in class org.apache.commons.collections.DefaultMapBag + object currently in the bag. +
getCount(Object) - +Method in class org.apache.commons.collections.bag.PredicatedBag +
  +
getCount(Object) - +Method in class org.apache.commons.collections.bag.SynchronizedBag +
  +
getCount(Object) - +Method in class org.apache.commons.collections.bag.TransformedBag +
  +
getCount(Object) - +Method in class org.apache.commons.collections.DefaultMapBag
Deprecated. Returns the number of occurrence of the given element in this bag - by looking up its count in the underlying map. -
getCount() - -Method in class org.apache.commons.collections.functors.ForClosure -
Gets the count. -
getDefaultClosure() - -Method in class org.apache.commons.collections.functors.SwitchClosure -
Gets the default closure. -
getDefaultTransformer() - -Method in class org.apache.commons.collections.functors.SwitchTransformer -
Gets the default transformer. -
getDouble(String) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a double associated with the given configuration key. -
getDouble(String, double) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a double associated with the given configuration key. -
getDouble(String, Double) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a double associated with the given configuration key. -
getDouble(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets a Double from a Map in a null-safe manner. -
getDouble(Map, Object, Double) - -Static method in class org.apache.commons.collections.MapUtils + by looking up its count in the underlying map. +
getCount() - +Method in class org.apache.commons.collections.functors.ForClosure +
Gets the count. +
getDefaultClosure() - +Method in class org.apache.commons.collections.functors.SwitchClosure +
Gets the default closure. +
getDefaultTransformer() - +Method in class org.apache.commons.collections.functors.SwitchTransformer +
Gets the default transformer. +
getDouble(String) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a double associated with the given configuration key. +
getDouble(String, double) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a double associated with the given configuration key. +
getDouble(String, Double) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a double associated with the given configuration key. +
getDouble(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets a Double from a Map in a null-safe manner. +
getDouble(Map, Object, Double) - +Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into - a double, using the default value if the the conversion fails. -
getDoubleValue(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets a double from a Map in a null-safe manner. -
getDoubleValue(Map, Object, double) - -Static method in class org.apache.commons.collections.MapUtils + a double, using the default value if the the conversion fails. +
getDoubleValue(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets a double from a Map in a null-safe manner. +
getDoubleValue(Map, Object, double) - +Static method in class org.apache.commons.collections.MapUtils
Gets a double from a Map in a null-safe manner, - using the default value if the the conversion fails. -
getEndIndex() - -Method in class org.apache.commons.collections.iterators.ObjectArrayIterator -
Gets the end index to loop to. -
getEntry(Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Gets the entry mapped to the key specified. -
getEntry(int) - -Method in class org.apache.commons.collections.map.AbstractLinkedMap -
Gets the key at the specified index. -
getEntry(Object) - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Gets the entry mapped to the key specified. -
getEnumeration() - -Method in class org.apache.commons.collections.iterators.EnumerationIterator -
Returns the underlying enumeration. -
getFactory() - -Method in class org.apache.commons.collections.functors.FactoryTransformer -
Gets the factory. -
getFalseClosure() - -Method in class org.apache.commons.collections.functors.IfClosure -
Gets the closure called when false. -
getFalseFirstComparator() - -Static method in class org.apache.commons.collections.comparators.BooleanComparator -
Returns a BooleanComparator instance that sorts - false values before true values. -
getFast() - -Method in class org.apache.commons.collections.FastArrayList -
Returns true if this list is operating in fast mode. -
getFast() - -Method in class org.apache.commons.collections.FastHashMap -
Returns true if this map is operating in fast mode. -
getFast() - -Method in class org.apache.commons.collections.FastTreeMap -
Returns true if this map is operating in fast mode. -
getFirst() - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Returns the element at the beginning of this list. -
getFirst() - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
getFirst() - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Return the entry for the "oldest" mapping. -
getFirstKey() - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Return the key for the "oldest" mapping. -
getFirstValue() - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Return the value for the "oldest" mapping. -
getFloat(String) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a float associated with the given configuration key. -
getFloat(String, float) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a float associated with the given configuration key. -
getFloat(String, Float) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a float associated with the given configuration key. -
getFloat(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets a Float from a Map in a null-safe manner. -
getFloat(Map, Object, Float) - -Static method in class org.apache.commons.collections.MapUtils + using the default value if the the conversion fails. +
getEndIndex() - +Method in class org.apache.commons.collections.iterators.ObjectArrayIterator +
Gets the end index to loop to. +
getEntry(Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Gets the entry mapped to the key specified. +
getEntry(int) - +Method in class org.apache.commons.collections.map.AbstractLinkedMap +
Gets the key at the specified index. +
getEntry(Object) - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Gets the entry mapped to the key specified. +
getEnumeration() - +Method in class org.apache.commons.collections.iterators.EnumerationIterator +
Returns the underlying enumeration. +
getFactory() - +Method in class org.apache.commons.collections.functors.FactoryTransformer +
Gets the factory. +
getFalseClosure() - +Method in class org.apache.commons.collections.functors.IfClosure +
Gets the closure called when false. +
getFalseFirstComparator() - +Static method in class org.apache.commons.collections.comparators.BooleanComparator +
Returns a BooleanComparator instance that sorts + false values before true values. +
getFast() - +Method in class org.apache.commons.collections.FastArrayList +
Returns true if this list is operating in fast mode. +
getFast() - +Method in class org.apache.commons.collections.FastHashMap +
Returns true if this map is operating in fast mode. +
getFast() - +Method in class org.apache.commons.collections.FastTreeMap +
Returns true if this map is operating in fast mode. +
getFirst() - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Returns the element at the beginning of this list. +
getFirst() - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
getFirst() - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Return the entry for the "oldest" mapping. +
getFirstKey() - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Return the key for the "oldest" mapping. +
getFirstValue() - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Return the value for the "oldest" mapping. +
getFloat(String) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a float associated with the given configuration key. +
getFloat(String, float) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a float associated with the given configuration key. +
getFloat(String, Float) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a float associated with the given configuration key. +
getFloat(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets a Float from a Map in a null-safe manner. +
getFloat(Map, Object, Float) - +Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into - a float, using the default value if the the conversion fails. -
getFloatValue(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets a float from a Map in a null-safe manner. -
getFloatValue(Map, Object, float) - -Static method in class org.apache.commons.collections.MapUtils + a float, using the default value if the the conversion fails. +
getFloatValue(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets a float from a Map in a null-safe manner. +
getFloatValue(Map, Object, float) - +Static method in class org.apache.commons.collections.MapUtils
Gets a float from a Map in a null-safe manner, - using the default value if the the conversion fails. -
getInclude() - -Method in class org.apache.commons.collections.ExtendedProperties -
Gets the property value for including other properties files. -
getInstance() - -Static method in class org.apache.commons.collections.comparators.ComparableComparator -
Gets the singleton instance of a ComparableComparator. -
getInstance(Predicate[]) - -Static method in class org.apache.commons.collections.functors.AllPredicate -
Factory to create the predicate. -
getInstance(Collection) - -Static method in class org.apache.commons.collections.functors.AllPredicate -
Factory to create the predicate. -
getInstance(Predicate, Predicate) - -Static method in class org.apache.commons.collections.functors.AndPredicate -
Factory to create the predicate. -
getInstance(Predicate[]) - -Static method in class org.apache.commons.collections.functors.AnyPredicate -
Factory to create the predicate. -
getInstance(Collection) - -Static method in class org.apache.commons.collections.functors.AnyPredicate -
Factory to create the predicate. -
getInstance(Closure[]) - -Static method in class org.apache.commons.collections.functors.ChainedClosure -
Factory method that performs validation and copies the parameter array. -
getInstance(Collection) - -Static method in class org.apache.commons.collections.functors.ChainedClosure -
Create a new Closure that calls each closure in turn, passing the - result into the next closure. -
getInstance(Closure, Closure) - -Static method in class org.apache.commons.collections.functors.ChainedClosure -
Factory method that performs validation. -
getInstance(Transformer[]) - -Static method in class org.apache.commons.collections.functors.ChainedTransformer -
Factory method that performs validation and copies the parameter array. -
getInstance(Collection) - -Static method in class org.apache.commons.collections.functors.ChainedTransformer -
Create a new Transformer that calls each transformer in turn, passing the - result into the next transformer. -
getInstance(Transformer, Transformer) - -Static method in class org.apache.commons.collections.functors.ChainedTransformer -
Factory method that performs validation. -
getInstance() - -Static method in class org.apache.commons.collections.functors.CloneTransformer -
Factory returning the singleton instance. -
getInstance(Closure) - -Static method in class org.apache.commons.collections.functors.ClosureTransformer -
Factory method that performs validation. -
getInstance(Object) - -Static method in class org.apache.commons.collections.functors.ConstantFactory -
Factory method that performs validation. -
getInstance(Object) - -Static method in class org.apache.commons.collections.functors.ConstantTransformer -
Transformer method that performs validation. -
getInstance(Object) - -Static method in class org.apache.commons.collections.functors.EqualPredicate -
Factory to create the identity predicate. -
getInstance() - -Static method in class org.apache.commons.collections.functors.ExceptionClosure -
Factory returning the singleton instance. -
getInstance() - -Static method in class org.apache.commons.collections.functors.ExceptionFactory -
Factory returning the singleton instance. -
getInstance() - -Static method in class org.apache.commons.collections.functors.ExceptionPredicate -
Factory returning the singleton instance. -
getInstance() - -Static method in class org.apache.commons.collections.functors.ExceptionTransformer -
Factory returning the singleton instance. -
getInstance(Factory) - -Static method in class org.apache.commons.collections.functors.FactoryTransformer -
Factory method that performs validation. -
getInstance() - -Static method in class org.apache.commons.collections.functors.FalsePredicate -
Factory returning the singleton instance. -
getInstance(int, Closure) - -Static method in class org.apache.commons.collections.functors.ForClosure -
Factory method that performs validation. -
getInstance(Object) - -Static method in class org.apache.commons.collections.functors.IdentityPredicate -
Factory to create the identity predicate. -
getInstance(Predicate, Closure) - -Static method in class org.apache.commons.collections.functors.IfClosure -
Factory method that performs validation. -
getInstance(Predicate, Closure, Closure) - -Static method in class org.apache.commons.collections.functors.IfClosure -
Factory method that performs validation. -
getInstance(Class) - -Static method in class org.apache.commons.collections.functors.InstanceofPredicate -
Factory to create the identity predicate. -
getInstance(Class, Class[], Object[]) - -Static method in class org.apache.commons.collections.functors.InstantiateFactory -
Factory method that performs validation. -
getInstance(Class[], Object[]) - -Static method in class org.apache.commons.collections.functors.InstantiateTransformer -
Transformer method that performs validation. -
getInstance(String) - -Static method in class org.apache.commons.collections.functors.InvokerTransformer -
Gets an instance of this transformer calling a specific method with no arguments. -
getInstance(String, Class[], Object[]) - -Static method in class org.apache.commons.collections.functors.InvokerTransformer -
Gets an instance of this transformer calling a specific method with specific values. -
getInstance(Map) - -Static method in class org.apache.commons.collections.functors.MapTransformer -
Factory to create the transformer. -
getInstance(Predicate[]) - -Static method in class org.apache.commons.collections.functors.NonePredicate -
Factory to create the predicate. -
getInstance(Collection) - -Static method in class org.apache.commons.collections.functors.NonePredicate -
Factory to create the predicate. -
getInstance() - -Static method in class org.apache.commons.collections.functors.NOPClosure -
Factory returning the singleton instance. -
getInstance() - -Static method in class org.apache.commons.collections.functors.NOPTransformer -
Factory returning the singleton instance. -
getInstance() - -Static method in class org.apache.commons.collections.functors.NotNullPredicate -
Factory returning the singleton instance. -
getInstance(Predicate) - -Static method in class org.apache.commons.collections.functors.NotPredicate -
Factory to create the not predicate. -
getInstance(Predicate) - -Static method in class org.apache.commons.collections.functors.NullIsExceptionPredicate -
Factory to create the null exception predicate. -
getInstance(Predicate) - -Static method in class org.apache.commons.collections.functors.NullIsFalsePredicate -
Factory to create the null false predicate. -
getInstance(Predicate) - -Static method in class org.apache.commons.collections.functors.NullIsTruePredicate -
Factory to create the null true predicate. -
getInstance() - -Static method in class org.apache.commons.collections.functors.NullPredicate -
Factory returning the singleton instance. -
getInstance(Predicate[]) - -Static method in class org.apache.commons.collections.functors.OnePredicate -
Factory to create the predicate. -
getInstance(Collection) - -Static method in class org.apache.commons.collections.functors.OnePredicate -
Factory to create the predicate. -
getInstance(Predicate, Predicate) - -Static method in class org.apache.commons.collections.functors.OrPredicate -
Factory to create the predicate. -
getInstance(Predicate) - -Static method in class org.apache.commons.collections.functors.PredicateTransformer -
Factory method that performs validation. -
getInstance(Object) - -Static method in class org.apache.commons.collections.functors.PrototypeFactory -
Factory method that performs validation. -
getInstance() - -Static method in class org.apache.commons.collections.functors.StringValueTransformer -
Factory returning the singleton instance. -
getInstance(Predicate[], Closure[], Closure) - -Static method in class org.apache.commons.collections.functors.SwitchClosure -
Factory method that performs validation and copies the parameter arrays. -
getInstance(Map) - -Static method in class org.apache.commons.collections.functors.SwitchClosure -
Create a new Closure that calls one of the closures depending - on the predicates. -
getInstance(Predicate[], Transformer[], Transformer) - -Static method in class org.apache.commons.collections.functors.SwitchTransformer -
Factory method that performs validation and copies the parameter arrays. -
getInstance(Map) - -Static method in class org.apache.commons.collections.functors.SwitchTransformer -
Create a new Transformer that calls one of the transformers depending - on the predicates. -
getInstance(Transformer, Predicate) - -Static method in class org.apache.commons.collections.functors.TransformedPredicate -
Factory to create the predicate. -
getInstance(Transformer) - -Static method in class org.apache.commons.collections.functors.TransformerClosure -
Factory method that performs validation. -
getInstance(Transformer) - -Static method in class org.apache.commons.collections.functors.TransformerPredicate -
Factory to create the predicate. -
getInstance() - -Static method in class org.apache.commons.collections.functors.TruePredicate -
Factory returning the singleton instance. -
getInstance() - -Static method in class org.apache.commons.collections.functors.UniquePredicate -
Factory to create the predicate. -
getInstance(Predicate, Closure, boolean) - -Static method in class org.apache.commons.collections.functors.WhileClosure -
Factory method that performs validation. -
getInt(String) - -Method in class org.apache.commons.collections.ExtendedProperties + using the default value if the the conversion fails. +
getInclude() - +Method in class org.apache.commons.collections.ExtendedProperties +
Gets the property value for including other properties files. +
getInstance() - +Static method in class org.apache.commons.collections.comparators.ComparableComparator +
Gets the singleton instance of a ComparableComparator. +
getInstance(Predicate[]) - +Static method in class org.apache.commons.collections.functors.AllPredicate +
Factory to create the predicate. +
getInstance(Collection) - +Static method in class org.apache.commons.collections.functors.AllPredicate +
Factory to create the predicate. +
getInstance(Predicate, Predicate) - +Static method in class org.apache.commons.collections.functors.AndPredicate +
Factory to create the predicate. +
getInstance(Predicate[]) - +Static method in class org.apache.commons.collections.functors.AnyPredicate +
Factory to create the predicate. +
getInstance(Collection) - +Static method in class org.apache.commons.collections.functors.AnyPredicate +
Factory to create the predicate. +
getInstance(Closure[]) - +Static method in class org.apache.commons.collections.functors.ChainedClosure +
Factory method that performs validation and copies the parameter array. +
getInstance(Collection) - +Static method in class org.apache.commons.collections.functors.ChainedClosure +
Create a new Closure that calls each closure in turn, passing the + result into the next closure. +
getInstance(Closure, Closure) - +Static method in class org.apache.commons.collections.functors.ChainedClosure +
Factory method that performs validation. +
getInstance(Transformer[]) - +Static method in class org.apache.commons.collections.functors.ChainedTransformer +
Factory method that performs validation and copies the parameter array. +
getInstance(Collection) - +Static method in class org.apache.commons.collections.functors.ChainedTransformer +
Create a new Transformer that calls each transformer in turn, passing the + result into the next transformer. +
getInstance(Transformer, Transformer) - +Static method in class org.apache.commons.collections.functors.ChainedTransformer +
Factory method that performs validation. +
getInstance() - +Static method in class org.apache.commons.collections.functors.CloneTransformer +
Factory returning the singleton instance. +
getInstance(Closure) - +Static method in class org.apache.commons.collections.functors.ClosureTransformer +
Factory method that performs validation. +
getInstance(Object) - +Static method in class org.apache.commons.collections.functors.ConstantFactory +
Factory method that performs validation. +
getInstance(Object) - +Static method in class org.apache.commons.collections.functors.ConstantTransformer +
Transformer method that performs validation. +
getInstance(Object) - +Static method in class org.apache.commons.collections.functors.EqualPredicate +
Factory to create the identity predicate. +
getInstance() - +Static method in class org.apache.commons.collections.functors.ExceptionClosure +
Factory returning the singleton instance. +
getInstance() - +Static method in class org.apache.commons.collections.functors.ExceptionFactory +
Factory returning the singleton instance. +
getInstance() - +Static method in class org.apache.commons.collections.functors.ExceptionPredicate +
Factory returning the singleton instance. +
getInstance() - +Static method in class org.apache.commons.collections.functors.ExceptionTransformer +
Factory returning the singleton instance. +
getInstance(Factory) - +Static method in class org.apache.commons.collections.functors.FactoryTransformer +
Factory method that performs validation. +
getInstance() - +Static method in class org.apache.commons.collections.functors.FalsePredicate +
Factory returning the singleton instance. +
getInstance(int, Closure) - +Static method in class org.apache.commons.collections.functors.ForClosure +
Factory method that performs validation. +
getInstance(Object) - +Static method in class org.apache.commons.collections.functors.IdentityPredicate +
Factory to create the identity predicate. +
getInstance(Predicate, Closure) - +Static method in class org.apache.commons.collections.functors.IfClosure +
Factory method that performs validation. +
getInstance(Predicate, Closure, Closure) - +Static method in class org.apache.commons.collections.functors.IfClosure +
Factory method that performs validation. +
getInstance(Class) - +Static method in class org.apache.commons.collections.functors.InstanceofPredicate +
Factory to create the identity predicate. +
getInstance(Class, Class[], Object[]) - +Static method in class org.apache.commons.collections.functors.InstantiateFactory +
Factory method that performs validation. +
getInstance(Class[], Object[]) - +Static method in class org.apache.commons.collections.functors.InstantiateTransformer +
Transformer method that performs validation. +
getInstance(String) - +Static method in class org.apache.commons.collections.functors.InvokerTransformer +
Gets an instance of this transformer calling a specific method with no arguments. +
getInstance(String, Class[], Object[]) - +Static method in class org.apache.commons.collections.functors.InvokerTransformer +
Gets an instance of this transformer calling a specific method with specific values. +
getInstance(Map) - +Static method in class org.apache.commons.collections.functors.MapTransformer +
Factory to create the transformer. +
getInstance(Predicate[]) - +Static method in class org.apache.commons.collections.functors.NonePredicate +
Factory to create the predicate. +
getInstance(Collection) - +Static method in class org.apache.commons.collections.functors.NonePredicate +
Factory to create the predicate. +
getInstance() - +Static method in class org.apache.commons.collections.functors.NOPClosure +
Factory returning the singleton instance. +
getInstance() - +Static method in class org.apache.commons.collections.functors.NOPTransformer +
Factory returning the singleton instance. +
getInstance() - +Static method in class org.apache.commons.collections.functors.NotNullPredicate +
Factory returning the singleton instance. +
getInstance(Predicate) - +Static method in class org.apache.commons.collections.functors.NotPredicate +
Factory to create the not predicate. +
getInstance(Predicate) - +Static method in class org.apache.commons.collections.functors.NullIsExceptionPredicate +
Factory to create the null exception predicate. +
getInstance(Predicate) - +Static method in class org.apache.commons.collections.functors.NullIsFalsePredicate +
Factory to create the null false predicate. +
getInstance(Predicate) - +Static method in class org.apache.commons.collections.functors.NullIsTruePredicate +
Factory to create the null true predicate. +
getInstance() - +Static method in class org.apache.commons.collections.functors.NullPredicate +
Factory returning the singleton instance. +
getInstance(Predicate[]) - +Static method in class org.apache.commons.collections.functors.OnePredicate +
Factory to create the predicate. +
getInstance(Collection) - +Static method in class org.apache.commons.collections.functors.OnePredicate +
Factory to create the predicate. +
getInstance(Predicate, Predicate) - +Static method in class org.apache.commons.collections.functors.OrPredicate +
Factory to create the predicate. +
getInstance(Predicate) - +Static method in class org.apache.commons.collections.functors.PredicateTransformer +
Factory method that performs validation. +
getInstance(Object) - +Static method in class org.apache.commons.collections.functors.PrototypeFactory +
Factory method that performs validation. +
getInstance() - +Static method in class org.apache.commons.collections.functors.StringValueTransformer +
Factory returning the singleton instance. +
getInstance(Predicate[], Closure[], Closure) - +Static method in class org.apache.commons.collections.functors.SwitchClosure +
Factory method that performs validation and copies the parameter arrays. +
getInstance(Map) - +Static method in class org.apache.commons.collections.functors.SwitchClosure +
Create a new Closure that calls one of the closures depending + on the predicates. +
getInstance(Predicate[], Transformer[], Transformer) - +Static method in class org.apache.commons.collections.functors.SwitchTransformer +
Factory method that performs validation and copies the parameter arrays. +
getInstance(Map) - +Static method in class org.apache.commons.collections.functors.SwitchTransformer +
Create a new Transformer that calls one of the transformers depending + on the predicates. +
getInstance(Transformer, Predicate) - +Static method in class org.apache.commons.collections.functors.TransformedPredicate +
Factory to create the predicate. +
getInstance(Transformer) - +Static method in class org.apache.commons.collections.functors.TransformerClosure +
Factory method that performs validation. +
getInstance(Transformer) - +Static method in class org.apache.commons.collections.functors.TransformerPredicate +
Factory to create the predicate. +
getInstance() - +Static method in class org.apache.commons.collections.functors.TruePredicate +
Factory returning the singleton instance. +
getInstance() - +Static method in class org.apache.commons.collections.functors.UniquePredicate +
Factory to create the predicate. +
getInstance(Predicate, Closure, boolean) - +Static method in class org.apache.commons.collections.functors.WhileClosure +
Factory method that performs validation. +
getInt(String) - +Method in class org.apache.commons.collections.ExtendedProperties
The purpose of this method is to get the configuration resource - with the given name as an integer. -
getInt(String, int) - -Method in class org.apache.commons.collections.ExtendedProperties + with the given name as an integer. +
getInt(String, int) - +Method in class org.apache.commons.collections.ExtendedProperties
The purpose of this method is to get the configuration resource - with the given name as an integer, or a default value. -
getInteger(String) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a int associated with the given configuration key. -
getInteger(String, int) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a int associated with the given configuration key. -
getInteger(String, Integer) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a int associated with the given configuration key. -
getInteger(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets a Integer from a Map in a null-safe manner. -
getInteger(Map, Object, Integer) - -Static method in class org.apache.commons.collections.MapUtils + with the given name as an integer, or a default value. +
getInteger(String) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a int associated with the given configuration key. +
getInteger(String, int) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a int associated with the given configuration key. +
getInteger(String, Integer) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a int associated with the given configuration key. +
getInteger(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets a Integer from a Map in a null-safe manner. +
getInteger(Map, Object, Integer) - +Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into - an integer, using the default value if the the conversion fails. -
getIntValue(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets an int from a Map in a null-safe manner. -
getIntValue(Map, Object, int) - -Static method in class org.apache.commons.collections.MapUtils + an integer, using the default value if the the conversion fails. +
getIntValue(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets an int from a Map in a null-safe manner. +
getIntValue(Map, Object, int) - +Static method in class org.apache.commons.collections.MapUtils
Gets an int from a Map in a null-safe manner, - using the default value if the the conversion fails. -
getIterator() - -Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator -
Gets the iterator being decorated. -
getIterator() - -Method in class org.apache.commons.collections.iterators.FilterIterator -
Gets the iterator this iterator is using. -
getIterator() - -Method in class org.apache.commons.collections.iterators.IteratorEnumeration -
Returns the underlying iterator. -
getIterator() - -Method in class org.apache.commons.collections.iterators.ProxyIterator -
Deprecated. Getter for property iterator. -
getIterator() - -Method in class org.apache.commons.collections.iterators.TransformIterator -
Gets the iterator this iterator is using. -
getIterator(Object) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets a suitable Iterator for the given object. -
getIterators() - -Method in class org.apache.commons.collections.iterators.CollatingIterator -
Gets the list of Iterators (unmodifiable). -
getIterators() - -Method in class org.apache.commons.collections.iterators.IteratorChain -
Get the list of Iterators (unmodifiable) -
getKey(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator -
  -
getKey() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator -
  -
getKey(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
  -
getKey() - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator -
  -
getKey(Object) - -Method in interface org.apache.commons.collections.BidiMap -
Gets the key that is currently mapped to the specified value. -
getKey(Object) - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Returns the key to which this map maps the specified value. -
getKey() - -Method in class org.apache.commons.collections.DefaultMapEntry -
Deprecated. Gets the key from the Map Entry. -
getKey() - -Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator -
  -
getKey() - -Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator -
  -
getKey() - -Method in class org.apache.commons.collections.iterators.EntrySetMapIterator + using the default value if the the conversion fails. +
getIterator() - +Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator +
Gets the iterator being decorated. +
getIterator() - +Method in class org.apache.commons.collections.iterators.FilterIterator +
Gets the iterator this iterator is using. +
getIterator() - +Method in class org.apache.commons.collections.iterators.IteratorEnumeration +
Returns the underlying iterator. +
getIterator() - +Method in class org.apache.commons.collections.iterators.ProxyIterator +
Deprecated. Getter for property iterator. +
getIterator() - +Method in class org.apache.commons.collections.iterators.TransformIterator +
Gets the iterator this iterator is using. +
getIterator(Object) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets a suitable Iterator for the given object. +
getIterators() - +Method in class org.apache.commons.collections.iterators.CollatingIterator +
Gets the list of Iterators (unmodifiable). +
getIterators() - +Method in class org.apache.commons.collections.iterators.IteratorChain +
Get the list of Iterators (unmodifiable) +
getKey(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator +
  +
getKey() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator +
  +
getKey(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
  +
getKey() - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator +
  +
getKey(Object) - +Method in interface org.apache.commons.collections.BidiMap +
Gets the key that is currently mapped to the specified value. +
getKey(Object) - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Returns the key to which this map maps the specified value. +
getKey() - +Method in class org.apache.commons.collections.DefaultMapEntry +
Deprecated. Gets the key from the Map Entry. +
getKey() - +Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator +
  +
getKey() - +Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator +
  +
getKey() - +Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
Gets the current key, which is the key returned by the last call - to next(). -
getKey() - -Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator -
  -
getKey() - -Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator -
  -
getKey() - -Method in class org.apache.commons.collections.keyvalue.AbstractKeyValue -
Gets the key from the pair. -
getKey() - -Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator -
  -
getKey() - -Method in interface org.apache.commons.collections.KeyValue -
Gets the key from the pair. -
getKey(int) - -Method in class org.apache.commons.collections.keyvalue.MultiKey -
Gets the key at the specified index. -
getKey() - -Method in class org.apache.commons.collections.keyvalue.TiedMapEntry -
Gets the key of this entry -
getKey() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry -
  -
getKey() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator -
  -
getKey() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator -
  -
getKey() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry -
Gets the key from the entry. -
getKey() - -Method in class org.apache.commons.collections.map.SingletonMap -
Gets the key. -
getKey() - -Method in interface org.apache.commons.collections.MapIterator + to next(). +
getKey() - +Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator +
  +
getKey() - +Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator +
  +
getKey() - +Method in class org.apache.commons.collections.keyvalue.AbstractKeyValue +
Gets the key from the pair. +
getKey() - +Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator +
  +
getKey() - +Method in interface org.apache.commons.collections.KeyValue +
Gets the key from the pair. +
getKey(int) - +Method in class org.apache.commons.collections.keyvalue.MultiKey +
Gets the key at the specified index. +
getKey() - +Method in class org.apache.commons.collections.keyvalue.TiedMapEntry +
Gets the key of this entry +
getKey() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry +
  +
getKey() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator +
  +
getKey() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator +
  +
getKey() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry +
Gets the key from the entry. +
getKey() - +Method in class org.apache.commons.collections.map.SingletonMap +
Gets the key. +
getKey() - +Method in interface org.apache.commons.collections.MapIterator
Gets the current key, which is the key returned by the last call - to next(). -
GETKEY_INVALID - -Static variable in class org.apache.commons.collections.map.AbstractHashedMap -
  -
getKeyForValue(Object) - -Method in class org.apache.commons.collections.DoubleOrderedMap -
Deprecated. Returns the key to which this map maps the specified value. -
getKeys() - -Method in class org.apache.commons.collections.ExtendedProperties + to next(). +
GETKEY_INVALID - +Static variable in class org.apache.commons.collections.map.AbstractHashedMap +
  +
getKeyForValue(Object) - +Method in class org.apache.commons.collections.DoubleOrderedMap +
Deprecated. Returns the key to which this map maps the specified value. +
getKeys() - +Method in class org.apache.commons.collections.ExtendedProperties
Get the list of the keys contained in the configuration - repository. -
getKeys(String) - -Method in class org.apache.commons.collections.ExtendedProperties + repository. +
getKeys(String) - +Method in class org.apache.commons.collections.ExtendedProperties
Get the list of the keys contained in the configuration - repository that match the specified prefix. -
getKeys() - -Method in class org.apache.commons.collections.keyvalue.MultiKey -
Gets a clone of the array of keys. -
getLast() - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Returns the element at the end of this list. -
getLast() - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
getLast() - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Return the entry for the "newest" mapping. -
getLastKey() - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Return the key for the "newest" mapping. -
getLastNodeReturned() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator -
Gets the last node returned. -
getLastValue() - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Return the value for the "newest" mapping. -
getList(String) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a List of strings associated with the given configuration key. -
getList(String, List) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a List of strings associated with the given configuration key. -
getList() - -Method in class org.apache.commons.collections.list.AbstractListDecorator -
Gets the list being decorated. -
getList() - -Method in class org.apache.commons.collections.list.PredicatedList -
Gets the list being decorated. -
getList() - -Method in class org.apache.commons.collections.list.SynchronizedList -
Gets the decorated list. -
getList() - -Method in class org.apache.commons.collections.list.TransformedList -
Gets the decorated list. -
getListableAt(int) - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Returns the - CursorableLinkedList.Listable - at the specified index. -
getListIterator() - -Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator -
Gets the iterator being decorated. -
getListIterator() - -Method in class org.apache.commons.collections.iterators.FilterListIterator -
Gets the iterator this iterator is using. -
getListIterator() - -Method in class org.apache.commons.collections.iterators.ProxyListIterator -
Deprecated. Getter for property iterator. -
getLong(String) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a long associated with the given configuration key. -
getLong(String, long) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a long associated with the given configuration key. -
getLong(String, Long) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a long associated with the given configuration key. -
getLong(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets a Long from a Map in a null-safe manner. -
getLong(Map, Object, Long) - -Static method in class org.apache.commons.collections.MapUtils + repository that match the specified prefix. +
getKeys() - +Method in class org.apache.commons.collections.keyvalue.MultiKey +
Gets a clone of the array of keys. +
getLast() - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Returns the element at the end of this list. +
getLast() - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
getLast() - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Return the entry for the "newest" mapping. +
getLastKey() - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Return the key for the "newest" mapping. +
getLastNodeReturned() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator +
Gets the last node returned. +
getLastValue() - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Return the value for the "newest" mapping. +
getList(String) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a List of strings associated with the given configuration key. +
getList(String, List) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a List of strings associated with the given configuration key. +
getList() - +Method in class org.apache.commons.collections.list.AbstractListDecorator +
Gets the list being decorated. +
getList() - +Method in class org.apache.commons.collections.list.PredicatedList +
Gets the list being decorated. +
getList() - +Method in class org.apache.commons.collections.list.SynchronizedList +
Gets the decorated list. +
getList() - +Method in class org.apache.commons.collections.list.TransformedList +
Gets the decorated list. +
getListableAt(int) - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Returns the + CursorableLinkedList.Listable + at the specified index. +
getListIterator() - +Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator +
Gets the iterator being decorated. +
getListIterator() - +Method in class org.apache.commons.collections.iterators.FilterListIterator +
Gets the iterator this iterator is using. +
getListIterator() - +Method in class org.apache.commons.collections.iterators.ProxyListIterator +
Deprecated. Getter for property iterator. +
getLong(String) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a long associated with the given configuration key. +
getLong(String, long) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a long associated with the given configuration key. +
getLong(String, Long) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a long associated with the given configuration key. +
getLong(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets a Long from a Map in a null-safe manner. +
getLong(Map, Object, Long) - +Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into - a long, using the default value if the the conversion fails. -
getLongValue(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets a long from a Map in a null-safe manner. -
getLongValue(Map, Object, long) - -Static method in class org.apache.commons.collections.MapUtils + a long, using the default value if the the conversion fails. +
getLongValue(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets a long from a Map in a null-safe manner. +
getLongValue(Map, Object, long) - +Static method in class org.apache.commons.collections.MapUtils
Gets a long from a Map in a null-safe manner, - using the default value if the the conversion fails. -
getMap() - -Method in class org.apache.commons.collections.bag.AbstractMapBag + using the default value if the the conversion fails. +
getMap() - +Method in class org.apache.commons.collections.bag.AbstractMapBag
Utility method for implementations to access the map that backs - this bag. -
getMap() - -Method in class org.apache.commons.collections.DefaultMapBag + this bag. +
getMap() - +Method in class org.apache.commons.collections.DefaultMapBag
Deprecated. Utility method for implementations to access the map that backs - this bag. -
getMap() - -Method in class org.apache.commons.collections.functors.MapTransformer -
Gets the map to lookup in. -
getMap() - -Method in class org.apache.commons.collections.map.AbstractMapDecorator -
Gets the map being decorated. -
getMap(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets a Map from a Map in a null-safe manner. -
getMap(Map, Object, Map) - -Static method in class org.apache.commons.collections.MapUtils + this bag. +
getMap() - +Method in class org.apache.commons.collections.functors.MapTransformer +
Gets the map to lookup in. +
getMap() - +Method in class org.apache.commons.collections.map.AbstractMapDecorator +
Gets the map being decorated. +
getMap(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets a Map from a Map in a null-safe manner. +
getMap(Map, Object, Map) - +Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into - a map, using the default value if the the conversion fails. -
getMapEntry() - -Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator -
Gets the map being decorated. -
getMapIterator() - -Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator -
Gets the iterator being decorated. -
getMaximumCacheSize() - -Method in class org.apache.commons.collections.list.NodeCachingLinkedList -
Gets the maximum size of the cache. -
getMaximumSize() - -Method in class org.apache.commons.collections.LRUMap -
Deprecated. Getter for property maximumSize. -
getNextNode() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.Node -
Gets the next node. -
getNode(int, boolean) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
Gets the node at a particular index. -
getNodeFromCache() - -Method in class org.apache.commons.collections.list.NodeCachingLinkedList -
Gets a node from the cache. -
getNumber(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets a Number from a Map in a null-safe manner. -
getNumber(Map, Object, Number) - -Static method in class org.apache.commons.collections.MapUtils + a map, using the default value if the the conversion fails. +
getMapEntry() - +Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator +
Gets the map being decorated. +
getMapIterator() - +Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator +
Gets the iterator being decorated. +
getMaximumCacheSize() - +Method in class org.apache.commons.collections.list.NodeCachingLinkedList +
Gets the maximum size of the cache. +
getMaximumSize() - +Method in class org.apache.commons.collections.LRUMap +
Deprecated. Getter for property maximumSize. +
getNextNode() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.Node +
Gets the next node. +
getNode(int, boolean) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
Gets the node at a particular index. +
getNodeFromCache() - +Method in class org.apache.commons.collections.list.NodeCachingLinkedList +
Gets a node from the cache. +
getNumber(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets a Number from a Map in a null-safe manner. +
getNumber(Map, Object, Number) - +Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into - a number, using the default value if the the conversion fails. -
getObject(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets from a Map in a null-safe manner. -
getObject(Map, Object, Object) - -Static method in class org.apache.commons.collections.MapUtils + a number, using the default value if the the conversion fails. +
getObject(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets from a Map in a null-safe manner. +
getObject(Map, Object, Object) - +Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting null into the - given default value. -
getOrderedBidiMap() - -Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator -
Gets the map being decorated. -
getOrderedMap() - -Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator -
Gets the map being decorated. -
getOrderedMapIterator() - -Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator -
Gets the iterator being decorated. -
getPredicate() - -Method in class org.apache.commons.collections.functors.IfClosure -
Gets the predicate. -
getPredicate() - -Method in class org.apache.commons.collections.functors.PredicateTransformer -
Gets the predicate. -
getPredicate() - -Method in class org.apache.commons.collections.functors.WhileClosure -
Gets the predicate in use. -
getPredicate() - -Method in class org.apache.commons.collections.iterators.FilterIterator -
Gets the predicate this iterator is using. -
getPredicate() - -Method in class org.apache.commons.collections.iterators.FilterListIterator -
Gets the predicate this iterator is using. -
getPredicates() - -Method in class org.apache.commons.collections.functors.AllPredicate -
Gets the predicates, do not modify the array. -
getPredicates() - -Method in class org.apache.commons.collections.functors.AndPredicate -
Gets the two predicates being decorated as an array. -
getPredicates() - -Method in class org.apache.commons.collections.functors.AnyPredicate -
Gets the predicates, do not modify the array. -
getPredicates() - -Method in class org.apache.commons.collections.functors.NonePredicate -
Gets the predicates, do not modify the array. -
getPredicates() - -Method in class org.apache.commons.collections.functors.NotPredicate -
Gets the predicate being decorated. -
getPredicates() - -Method in class org.apache.commons.collections.functors.NullIsExceptionPredicate -
Gets the predicate being decorated. -
getPredicates() - -Method in class org.apache.commons.collections.functors.NullIsFalsePredicate -
Gets the predicate being decorated. -
getPredicates() - -Method in class org.apache.commons.collections.functors.NullIsTruePredicate -
Gets the predicate being decorated. -
getPredicates() - -Method in class org.apache.commons.collections.functors.OnePredicate -
Gets the predicates, do not modify the array. -
getPredicates() - -Method in class org.apache.commons.collections.functors.OrPredicate -
Gets the two predicates being decorated as an array. -
getPredicates() - -Method in interface org.apache.commons.collections.functors.PredicateDecorator -
Gets the predicates being decorated as an array. -
getPredicates() - -Method in class org.apache.commons.collections.functors.SwitchClosure -
Gets the predicates, do not modify the array. -
getPredicates() - -Method in class org.apache.commons.collections.functors.SwitchTransformer -
Gets the predicates, do not modify the array. -
getPredicates() - -Method in class org.apache.commons.collections.functors.TransformedPredicate -
Gets the predicate being decorated. -
getPreviousNode() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.Node -
Gets the previous node. -
getProperties(String) - -Method in class org.apache.commons.collections.ExtendedProperties + given default value. +
getOrderedBidiMap() - +Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator +
Gets the map being decorated. +
getOrderedMap() - +Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator +
Gets the map being decorated. +
getOrderedMapIterator() - +Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator +
Gets the iterator being decorated. +
getPredicate() - +Method in class org.apache.commons.collections.functors.IfClosure +
Gets the predicate. +
getPredicate() - +Method in class org.apache.commons.collections.functors.PredicateTransformer +
Gets the predicate. +
getPredicate() - +Method in class org.apache.commons.collections.functors.WhileClosure +
Gets the predicate in use. +
getPredicate() - +Method in class org.apache.commons.collections.iterators.FilterIterator +
Gets the predicate this iterator is using. +
getPredicate() - +Method in class org.apache.commons.collections.iterators.FilterListIterator +
Gets the predicate this iterator is using. +
getPredicates() - +Method in class org.apache.commons.collections.functors.AllPredicate +
Gets the predicates, do not modify the array. +
getPredicates() - +Method in class org.apache.commons.collections.functors.AndPredicate +
Gets the two predicates being decorated as an array. +
getPredicates() - +Method in class org.apache.commons.collections.functors.AnyPredicate +
Gets the predicates, do not modify the array. +
getPredicates() - +Method in class org.apache.commons.collections.functors.NonePredicate +
Gets the predicates, do not modify the array. +
getPredicates() - +Method in class org.apache.commons.collections.functors.NotPredicate +
Gets the predicate being decorated. +
getPredicates() - +Method in class org.apache.commons.collections.functors.NullIsExceptionPredicate +
Gets the predicate being decorated. +
getPredicates() - +Method in class org.apache.commons.collections.functors.NullIsFalsePredicate +
Gets the predicate being decorated. +
getPredicates() - +Method in class org.apache.commons.collections.functors.NullIsTruePredicate +
Gets the predicate being decorated. +
getPredicates() - +Method in class org.apache.commons.collections.functors.OnePredicate +
Gets the predicates, do not modify the array. +
getPredicates() - +Method in class org.apache.commons.collections.functors.OrPredicate +
Gets the two predicates being decorated as an array. +
getPredicates() - +Method in interface org.apache.commons.collections.functors.PredicateDecorator +
Gets the predicates being decorated as an array. +
getPredicates() - +Method in class org.apache.commons.collections.functors.SwitchClosure +
Gets the predicates, do not modify the array. +
getPredicates() - +Method in class org.apache.commons.collections.functors.SwitchTransformer +
Gets the predicates, do not modify the array. +
getPredicates() - +Method in class org.apache.commons.collections.functors.TransformedPredicate +
Gets the predicate being decorated. +
getPreviousNode() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.Node +
Gets the previous node. +
getProperties(String) - +Method in class org.apache.commons.collections.ExtendedProperties
Get a list of properties associated with the given - configuration key. -
getProperties(String, Properties) - -Method in class org.apache.commons.collections.ExtendedProperties + configuration key. +
getProperties(String, Properties) - +Method in class org.apache.commons.collections.ExtendedProperties
Get a list of properties associated with the given - configuration key. -
getProperty(String) - -Method in class org.apache.commons.collections.ExtendedProperties -
Gets a property from the configuration. -
getReadMethod(String) - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Returns the accessor for the property with the given name. -
getReadMethod(Object) - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Returns the accessor for the property with the given name. -
getSet() - -Method in class org.apache.commons.collections.set.AbstractSetDecorator -
Gets the set being decorated. -
getSet() - -Method in class org.apache.commons.collections.set.PredicatedSet -
Gets the set being decorated. -
getSet() - -Method in class org.apache.commons.collections.set.SynchronizedSet -
Gets the decorated set. -
getShort(String) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a short associated with the given configuration key. -
getShort(String, short) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a short associated with the given configuration key. -
getShort(String, Short) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a short associated with the given configuration key. -
getShort(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets a Short from a Map in a null-safe manner. -
getShort(Map, Object, Short) - -Static method in class org.apache.commons.collections.MapUtils + configuration key. +
getProperty(String) - +Method in class org.apache.commons.collections.ExtendedProperties +
Gets a property from the configuration. +
getReadMethod(String) - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Returns the accessor for the property with the given name. +
getReadMethod(Object) - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Returns the accessor for the property with the given name. +
getSet() - +Method in class org.apache.commons.collections.set.AbstractSetDecorator +
Gets the set being decorated. +
getSet() - +Method in class org.apache.commons.collections.set.PredicatedSet +
Gets the set being decorated. +
getSet() - +Method in class org.apache.commons.collections.set.SynchronizedSet +
Gets the decorated set. +
getShort(String) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a short associated with the given configuration key. +
getShort(String, short) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a short associated with the given configuration key. +
getShort(String, Short) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a short associated with the given configuration key. +
getShort(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets a Short from a Map in a null-safe manner. +
getShort(Map, Object, Short) - +Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into - a short, using the default value if the the conversion fails. -
getShortValue(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets a short from a Map in a null-safe manner. -
getShortValue(Map, Object, short) - -Static method in class org.apache.commons.collections.MapUtils + a short, using the default value if the the conversion fails. +
getShortValue(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets a short from a Map in a null-safe manner. +
getShortValue(Map, Object, short) - +Static method in class org.apache.commons.collections.MapUtils
Gets a short from a Map in a null-safe manner, - using the default value if the the conversion fails. -
getSortedBag() - -Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator -
Gets the bag being decorated. -
getSortedBag() - -Method in class org.apache.commons.collections.bag.PredicatedSortedBag -
Gets the decorated sorted bag. -
getSortedBag() - -Method in class org.apache.commons.collections.bag.SynchronizedSortedBag -
Gets the bag being decorated. -
getSortedBag() - -Method in class org.apache.commons.collections.bag.TransformedSortedBag -
Gets the decorated bag. -
getSortedBidiMap() - -Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator -
Gets the map being decorated. -
getSortedMap() - -Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator -
Gets the map being decorated. -
getSortedMap() - -Method in class org.apache.commons.collections.map.FixedSizeSortedMap -
Gets the map being decorated. -
getSortedMap() - -Method in class org.apache.commons.collections.map.LazySortedMap -
Gets the map being decorated. -
getSortedMap() - -Method in class org.apache.commons.collections.map.PredicatedSortedMap -
Gets the map being decorated. -
getSortedMap() - -Method in class org.apache.commons.collections.map.TransformedSortedMap -
Gets the map being decorated. -
getSortedSet() - -Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator -
Gets the sorted set being decorated. -
getSortedSet() - -Method in class org.apache.commons.collections.set.SynchronizedSortedSet -
Gets the decorated set. -
getSortedSet() - -Method in class org.apache.commons.collections.set.TransformedSortedSet -
Gets the decorated set. -
getStartIndex() - -Method in class org.apache.commons.collections.iterators.ObjectArrayIterator -
Gets the start index to loop from. -
getString(String) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a string associated with the given configuration key. -
getString(String, String) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a string associated with the given configuration key. -
getString(Map, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Gets a String from a Map in a null-safe manner. -
getString(Map, Object, String) - -Static method in class org.apache.commons.collections.MapUtils + using the default value if the the conversion fails. +
getSortedBag() - +Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator +
Gets the bag being decorated. +
getSortedBag() - +Method in class org.apache.commons.collections.bag.PredicatedSortedBag +
Gets the decorated sorted bag. +
getSortedBag() - +Method in class org.apache.commons.collections.bag.SynchronizedSortedBag +
Gets the bag being decorated. +
getSortedBag() - +Method in class org.apache.commons.collections.bag.TransformedSortedBag +
Gets the decorated bag. +
getSortedBidiMap() - +Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator +
Gets the map being decorated. +
getSortedMap() - +Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator +
Gets the map being decorated. +
getSortedMap() - +Method in class org.apache.commons.collections.map.FixedSizeSortedMap +
Gets the map being decorated. +
getSortedMap() - +Method in class org.apache.commons.collections.map.LazySortedMap +
Gets the map being decorated. +
getSortedMap() - +Method in class org.apache.commons.collections.map.PredicatedSortedMap +
Gets the map being decorated. +
getSortedMap() - +Method in class org.apache.commons.collections.map.TransformedSortedMap +
Gets the map being decorated. +
getSortedSet() - +Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator +
Gets the sorted set being decorated. +
getSortedSet() - +Method in class org.apache.commons.collections.set.SynchronizedSortedSet +
Gets the decorated set. +
getSortedSet() - +Method in class org.apache.commons.collections.set.TransformedSortedSet +
Gets the decorated set. +
getStartIndex() - +Method in class org.apache.commons.collections.iterators.ObjectArrayIterator +
Gets the start index to loop from. +
getString(String) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a string associated with the given configuration key. +
getString(String, String) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a string associated with the given configuration key. +
getString(Map, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Gets a String from a Map in a null-safe manner. +
getString(Map, Object, String) - +Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into - a string, using the default value if the the conversion fails. -
getStringArray(String) - -Method in class org.apache.commons.collections.ExtendedProperties + a string, using the default value if the the conversion fails. +
getStringArray(String) - +Method in class org.apache.commons.collections.ExtendedProperties
Get an array of strings associated with the given configuration - key. -
getTransformer() - -Method in class org.apache.commons.collections.functors.TransformedPredicate -
Gets the transformer in use. -
getTransformer() - -Method in class org.apache.commons.collections.functors.TransformerClosure -
Gets the transformer. -
getTransformer() - -Method in class org.apache.commons.collections.functors.TransformerPredicate -
Gets the transformer. -
getTransformer() - -Method in class org.apache.commons.collections.iterators.TransformIterator -
Gets the transformer this iterator is using. -
getTransformers() - -Method in class org.apache.commons.collections.functors.ChainedTransformer -
Gets the transformers, do not modify the array. -
getTransformers() - -Method in class org.apache.commons.collections.functors.SwitchTransformer -
Gets the transformers, do not modify the array. -
getTrueClosure() - -Method in class org.apache.commons.collections.functors.IfClosure -
Gets the closure called when true. -
getTrueFirstComparator() - -Static method in class org.apache.commons.collections.comparators.BooleanComparator -
Returns a BooleanComparator instance that sorts - true values before false values. -
getType(String) - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Returns the type of the property with the given name. -
getType() - -Method in class org.apache.commons.collections.functors.InstanceofPredicate -
Gets the type to compare to. -
getTypeTransformer(Class) - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Returns a transformer for the given primitive type. -
getUnknownObjectBehavior() - -Method in class org.apache.commons.collections.comparators.FixedOrderComparator -
Gets the behavior for comparing unknown objects. -
getValue() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator -
  -
getValue() - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator -
  -
getValue() - -Method in class org.apache.commons.collections.DefaultMapEntry -
Deprecated. Gets the value from the Map Entry. -
getValue() - -Method in class org.apache.commons.collections.functors.EqualPredicate -
Gets the value. -
getValue() - -Method in class org.apache.commons.collections.functors.IdentityPredicate -
Gets the value. -
getValue() - -Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator -
  -
getValue() - -Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator -
  -
getValue() - -Method in class org.apache.commons.collections.iterators.EntrySetMapIterator + key. +
getTransformer() - +Method in class org.apache.commons.collections.functors.TransformedPredicate +
Gets the transformer in use. +
getTransformer() - +Method in class org.apache.commons.collections.functors.TransformerClosure +
Gets the transformer. +
getTransformer() - +Method in class org.apache.commons.collections.functors.TransformerPredicate +
Gets the transformer. +
getTransformer() - +Method in class org.apache.commons.collections.iterators.TransformIterator +
Gets the transformer this iterator is using. +
getTransformers() - +Method in class org.apache.commons.collections.functors.ChainedTransformer +
Gets the transformers, do not modify the array. +
getTransformers() - +Method in class org.apache.commons.collections.functors.SwitchTransformer +
Gets the transformers, do not modify the array. +
getTrueClosure() - +Method in class org.apache.commons.collections.functors.IfClosure +
Gets the closure called when true. +
getTrueFirstComparator() - +Static method in class org.apache.commons.collections.comparators.BooleanComparator +
Returns a BooleanComparator instance that sorts + true values before false values. +
getType(String) - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Returns the type of the property with the given name. +
getType() - +Method in class org.apache.commons.collections.functors.InstanceofPredicate +
Gets the type to compare to. +
getTypeTransformer(Class) - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Returns a transformer for the given primitive type. +
getUnknownObjectBehavior() - +Method in class org.apache.commons.collections.comparators.FixedOrderComparator +
Gets the behavior for comparing unknown objects. +
getValue() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator +
  +
getValue() - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator +
  +
getValue() - +Method in class org.apache.commons.collections.DefaultMapEntry +
Deprecated. Gets the value from the Map Entry. +
getValue() - +Method in class org.apache.commons.collections.functors.EqualPredicate +
Gets the value. +
getValue() - +Method in class org.apache.commons.collections.functors.IdentityPredicate +
Gets the value. +
getValue() - +Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator +
  +
getValue() - +Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator +
  +
getValue() - +Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
Gets the current value, which is the value associated with the last key - returned by next(). -
getValue() - -Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator -
  -
getValue() - -Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator -
  -
getValue() - -Method in class org.apache.commons.collections.keyvalue.AbstractKeyValue -
Gets the value from the pair. -
getValue() - -Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator -
  -
getValue() - -Method in interface org.apache.commons.collections.KeyValue -
Gets the value from the pair. -
getValue() - -Method in class org.apache.commons.collections.keyvalue.TiedMapEntry -
Gets the value of this entry direct from the map. -
getValue() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.Node -
Gets the value of the node. -
getValue() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry -
  -
getValue() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator -
  -
getValue() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator -
  -
getValue() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry -
Gets the value from the entry. -
getValue(int) - -Method in class org.apache.commons.collections.map.LinkedMap -
Gets the value at the specified index. -
getValue(int) - -Method in class org.apache.commons.collections.map.ListOrderedMap -
Gets the value at the specified index. -
getValue() - -Method in class org.apache.commons.collections.map.SingletonMap -
Gets the value. -
getValue() - -Method in interface org.apache.commons.collections.MapIterator + returned by next(). +
getValue() - +Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator +
  +
getValue() - +Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator +
  +
getValue() - +Method in class org.apache.commons.collections.keyvalue.AbstractKeyValue +
Gets the value from the pair. +
getValue() - +Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator +
  +
getValue() - +Method in interface org.apache.commons.collections.KeyValue +
Gets the value from the pair. +
getValue() - +Method in class org.apache.commons.collections.keyvalue.TiedMapEntry +
Gets the value of this entry direct from the map. +
getValue() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.Node +
Gets the value of the node. +
getValue() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry +
  +
getValue() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator +
  +
getValue() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator +
  +
getValue() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry +
Gets the value from the entry. +
getValue(int) - +Method in class org.apache.commons.collections.map.LinkedMap +
Gets the value at the specified index. +
getValue(int) - +Method in class org.apache.commons.collections.map.ListOrderedMap +
Gets the value at the specified index. +
getValue() - +Method in class org.apache.commons.collections.map.SingletonMap +
Gets the value. +
getValue() - +Method in interface org.apache.commons.collections.MapIterator
Gets the current value, which is the value associated with the last key - returned by next(). -
getValue(int) - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Gets the value at the specified index. -
GETVALUE_INVALID - -Static variable in class org.apache.commons.collections.map.AbstractHashedMap -
  -
getVector(String) - -Method in class org.apache.commons.collections.ExtendedProperties + returned by next(). +
getValue(int) - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Gets the value at the specified index. +
GETVALUE_INVALID - +Static variable in class org.apache.commons.collections.map.AbstractHashedMap +
  +
getVector(String) - +Method in class org.apache.commons.collections.ExtendedProperties
Get a Vector of strings associated with the given configuration - key. -
getVector(String, Vector) - -Method in class org.apache.commons.collections.ExtendedProperties -
Get a Vector of strings associated with the given configuration key. -
getWriteMethod(String) - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Returns the mutator for the property with the given name. -
getWriteMethod(Object) - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Returns the mutator for the property with the given name. -
grow() - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Increases the size of the heap to support additional elements -
grow() - -Method in class org.apache.commons.collections.buffer.PriorityBuffer -
Increases the size of the heap to support additional elements + key. +
getVector(String, Vector) - +Method in class org.apache.commons.collections.ExtendedProperties +
Get a Vector of strings associated with the given configuration key. +
getWriteMethod(String) - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Returns the mutator for the property with the given name. +
getWriteMethod(Object) - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Returns the mutator for the property with the given name. +
grow() - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Increases the size of the heap to support additional elements +
grow() - +Method in class org.apache.commons.collections.buffer.PriorityBuffer +
Increases the size of the heap to support additional elements
GrowthList - Class in org.apache.commons.collections.list
Decorates another List to make it seamlessly grow when indices larger than the list size are used on add and set, - avoiding most IndexOutOfBoundsExceptions.
GrowthList() - -Constructor for class org.apache.commons.collections.list.GrowthList -
Constructor that uses an ArrayList internally. -
GrowthList(int) - -Constructor for class org.apache.commons.collections.list.GrowthList -
Constructor that uses an ArrayList internally. -
GrowthList(List) - -Constructor for class org.apache.commons.collections.list.GrowthList -
Constructor that wraps (not copies). -
-
-

-H

-
-
HARD - -Static variable in class org.apache.commons.collections.map.AbstractReferenceMap -
Constant indicating that hard references should be used -
HARD - -Static variable in class org.apache.commons.collections.ReferenceMap -
Deprecated. Constant indicating that hard references should be used. -
hash(Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Gets the hash code for the key specified. -
hash(Object) - -Method in class org.apache.commons.collections.map.IdentityMap -
Gets the hash code for the key specified. -
hash(Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Gets the hash code for the specified multi-key. -
hash(Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Gets the hash code for the specified multi-key. -
hash(Object, Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Gets the hash code for the specified multi-key. -
hash(Object, Object, Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Gets the hash code for the specified multi-key. -
hash(Object) - -Method in class org.apache.commons.collections.map.ReferenceIdentityMap -
Gets the hash code for the key specified. + avoiding most IndexOutOfBoundsExceptions.
GrowthList() - +Constructor for class org.apache.commons.collections.list.GrowthList +
Constructor that uses an ArrayList internally. +
GrowthList(int) - +Constructor for class org.apache.commons.collections.list.GrowthList +
Constructor that uses an ArrayList internally. +
GrowthList(List) - +Constructor for class org.apache.commons.collections.list.GrowthList +
Constructor that wraps (not copies). +
+
+

+H

+
+
HARD - +Static variable in class org.apache.commons.collections.map.AbstractReferenceMap +
Constant indicating that hard references should be used +
HARD - +Static variable in class org.apache.commons.collections.ReferenceMap +
Deprecated. Constant indicating that hard references should be used. +
hash(Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Gets the hash code for the key specified. +
hash(Object) - +Method in class org.apache.commons.collections.map.IdentityMap +
Gets the hash code for the key specified. +
hash(Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Gets the hash code for the specified multi-key. +
hash(Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Gets the hash code for the specified multi-key. +
hash(Object, Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Gets the hash code for the specified multi-key. +
hash(Object, Object, Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Gets the hash code for the specified multi-key. +
hash(Object) - +Method in class org.apache.commons.collections.map.ReferenceIdentityMap +
Gets the hash code for the key specified.
HashBag - Class in org.apache.commons.collections.bag
Implements Bag, using a HashMap to provide the - data storage.
HashBag() - -Constructor for class org.apache.commons.collections.bag.HashBag -
Constructs an empty HashBag. -
HashBag(Collection) - -Constructor for class org.apache.commons.collections.bag.HashBag -
Constructs a bag containing all the members of the given collection. -
HashBag - Class in org.apache.commons.collections
Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
HashBag() - -Constructor for class org.apache.commons.collections.HashBag -
Deprecated. Constructs an empty HashBag. -
HashBag(Collection) - -Constructor for class org.apache.commons.collections.HashBag + data storage.
HashBag() - +Constructor for class org.apache.commons.collections.bag.HashBag +
Constructs an empty HashBag. +
HashBag(Collection) - +Constructor for class org.apache.commons.collections.bag.HashBag +
Constructs a bag containing all the members of the given collection. +
HashBag - Class in org.apache.commons.collections
Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
HashBag() - +Constructor for class org.apache.commons.collections.HashBag +
Deprecated. Constructs an empty HashBag. +
HashBag(Collection) - +Constructor for class org.apache.commons.collections.HashBag
Deprecated. Constructs a Bag containing all the members of the given - collection. -
hashCode() - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Gets a hash code for the Bag compatible with the definition of equals. -
hashCode() - -Method in class org.apache.commons.collections.bag.AbstractMapBag.MutableInteger -
  -
hashCode() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
  -
hashCode() - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Gets the hash code value for this map as per the API. -
hashCode() - -Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
  -
hashCode() - -Method in class org.apache.commons.collections.collection.SynchronizedCollection -
  -
hashCode() - -Method in class org.apache.commons.collections.comparators.BooleanComparator + collection. +
hashCode() - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Gets a hash code for the Bag compatible with the definition of equals. +
hashCode() - +Method in class org.apache.commons.collections.bag.AbstractMapBag.MutableInteger +
  +
hashCode() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
  +
hashCode() - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Gets the hash code value for this map as per the API. +
hashCode() - +Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
  +
hashCode() - +Method in class org.apache.commons.collections.collection.SynchronizedCollection +
  +
hashCode() - +Method in class org.apache.commons.collections.comparators.BooleanComparator
Implement a hash code for this comparator that is consistent with - equals. -
hashCode() - -Method in class org.apache.commons.collections.comparators.ComparableComparator + equals. +
hashCode() - +Method in class org.apache.commons.collections.comparators.ComparableComparator
Implement a hash code for this comparator that is consistent with - equals. -
hashCode() - -Method in class org.apache.commons.collections.comparators.ComparatorChain + equals. +
hashCode() - +Method in class org.apache.commons.collections.comparators.ComparatorChain
Implement a hash code for this comparator that is consistent with - equals. -
hashCode() - -Method in class org.apache.commons.collections.comparators.NullComparator + equals. +
hashCode() - +Method in class org.apache.commons.collections.comparators.NullComparator
Implement a hash code for this comparator that is consistent with - NullComparator.equals(Object). -
hashCode() - -Method in class org.apache.commons.collections.comparators.ReverseComparator + NullComparator.equals(Object). +
hashCode() - +Method in class org.apache.commons.collections.comparators.ReverseComparator
Implement a hash code for this comparator that is consistent with - equals. -
hashCode() - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Returns the hash code value for this list. -
hashCode() - -Method in class org.apache.commons.collections.DefaultMapBag -
Deprecated. Returns the hash code of the underlying map. -
hashCode() - -Method in class org.apache.commons.collections.DefaultMapEntry -
Deprecated. Gets a hashCode compatible with the equals method. -
hashCode() - -Method in class org.apache.commons.collections.FastArrayList -
Return the hash code value for this list. -
hashCode() - -Method in class org.apache.commons.collections.FastHashMap -
Return the hash code value for this map. -
hashCode() - -Method in class org.apache.commons.collections.FastTreeMap -
Return the hash code value for this map. -
hashCode() - -Method in class org.apache.commons.collections.keyvalue.AbstractMapEntry -
Gets a hashCode compatible with the equals method. -
hashCode() - -Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator -
  -
hashCode() - -Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue -
Gets a hashCode compatible with the equals method. -
hashCode() - -Method in class org.apache.commons.collections.keyvalue.MultiKey -
Gets the combined hash code that is computed from all the keys. -
hashCode() - -Method in class org.apache.commons.collections.keyvalue.TiedMapEntry -
Gets a hashCode compatible with the equals method. -
hashCode() - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
hashCode() - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Gets the standard Map hashCode. -
hashCode - -Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry -
The hash code of the key -
hashCode() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry -
  -
hashCode() - -Method in class org.apache.commons.collections.map.AbstractMapDecorator -
  -
hashCode() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry -
Gets the hashcode of the entry using temporary hard references. -
hashCode() - -Method in class org.apache.commons.collections.map.CompositeMap -
Gets a hash code for the Map as per the Map specification. -
hashCode() - -Method in class org.apache.commons.collections.map.Flat3Map -
Gets the standard Map hashCode. -
hashCode() - -Method in class org.apache.commons.collections.map.IdentityMap.IdentityEntry -
  -
hashCode() - -Method in class org.apache.commons.collections.map.MultiKeyMap -
  -
hashCode() - -Method in class org.apache.commons.collections.map.SingletonMap -
Gets the standard Map hashCode. -
hashCode() - -Method in class org.apache.commons.collections.map.StaticBucketMap -
Gets the hash code, as per the Map specification. -
hashCode() - -Method in class org.apache.commons.collections.ProxyMap -
Deprecated. Invokes the underlying Map.hashCode() method. -
hashCode() - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Implements Map.hashCode(). -
hashCode() - -Method in class org.apache.commons.collections.set.CompositeSet -
  -
hashCode() - -Method in class org.apache.commons.collections.set.MapBackedSet -
  -
hashCode() - -Method in class org.apache.commons.collections.StaticBucketMap -
Deprecated. Implements Map.hashCode(). -
hashCodeForList(Collection) - -Static method in class org.apache.commons.collections.ListUtils -
Generates a hash code using the algorithm specified in - List.hashCode(). -
hashCodeForSet(Collection) - -Static method in class org.apache.commons.collections.SetUtils -
Generates a hash code using the algorithm specified in - Set.hashCode(). + equals. +
hashCode() - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Returns the hash code value for this list. +
hashCode() - +Method in class org.apache.commons.collections.DefaultMapBag +
Deprecated. Returns the hash code of the underlying map. +
hashCode() - +Method in class org.apache.commons.collections.DefaultMapEntry +
Deprecated. Gets a hashCode compatible with the equals method. +
hashCode() - +Method in class org.apache.commons.collections.FastArrayList +
Return the hash code value for this list. +
hashCode() - +Method in class org.apache.commons.collections.FastHashMap +
Return the hash code value for this map. +
hashCode() - +Method in class org.apache.commons.collections.FastTreeMap +
Return the hash code value for this map. +
hashCode() - +Method in class org.apache.commons.collections.keyvalue.AbstractMapEntry +
Gets a hashCode compatible with the equals method. +
hashCode() - +Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator +
  +
hashCode() - +Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue +
Gets a hashCode compatible with the equals method. +
hashCode() - +Method in class org.apache.commons.collections.keyvalue.MultiKey +
Gets the combined hash code that is computed from all the keys. +
hashCode() - +Method in class org.apache.commons.collections.keyvalue.TiedMapEntry +
Gets a hashCode compatible with the equals method. +
hashCode() - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
hashCode() - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Gets the standard Map hashCode. +
hashCode - +Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry +
The hash code of the key +
hashCode() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry +
  +
hashCode() - +Method in class org.apache.commons.collections.map.AbstractMapDecorator +
  +
hashCode() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry +
Gets the hashcode of the entry using temporary hard references. +
hashCode() - +Method in class org.apache.commons.collections.map.CompositeMap +
Gets a hash code for the Map as per the Map specification. +
hashCode() - +Method in class org.apache.commons.collections.map.Flat3Map +
Gets the standard Map hashCode. +
hashCode() - +Method in class org.apache.commons.collections.map.IdentityMap.IdentityEntry +
  +
hashCode() - +Method in class org.apache.commons.collections.map.MultiKeyMap +
  +
hashCode() - +Method in class org.apache.commons.collections.map.SingletonMap +
Gets the standard Map hashCode. +
hashCode() - +Method in class org.apache.commons.collections.map.StaticBucketMap +
Gets the hash code, as per the Map specification. +
hashCode() - +Method in class org.apache.commons.collections.ProxyMap +
Deprecated. Invokes the underlying Map.hashCode() method. +
hashCode() - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Implements Map.hashCode(). +
hashCode() - +Method in class org.apache.commons.collections.set.CompositeSet +
  +
hashCode() - +Method in class org.apache.commons.collections.set.MapBackedSet +
  +
hashCode() - +Method in class org.apache.commons.collections.StaticBucketMap +
Deprecated. Implements Map.hashCode(). +
hashCodeForList(Collection) - +Static method in class org.apache.commons.collections.ListUtils +
Generates a hash code using the algorithm specified in + List.hashCode(). +
hashCodeForSet(Collection) - +Static method in class org.apache.commons.collections.SetUtils +
Generates a hash code using the algorithm specified in + Set.hashCode().
HashedMap - Class in org.apache.commons.collections.map
A Map implementation that is a general purpose alternative - to HashMap.
HashedMap() - -Constructor for class org.apache.commons.collections.map.HashedMap -
Constructs a new empty map with default size and load factor. -
HashedMap(int) - -Constructor for class org.apache.commons.collections.map.HashedMap -
Constructs a new, empty map with the specified initial capacity. -
HashedMap(int, float) - -Constructor for class org.apache.commons.collections.map.HashedMap + to HashMap.
HashedMap() - +Constructor for class org.apache.commons.collections.map.HashedMap +
Constructs a new empty map with default size and load factor. +
HashedMap(int) - +Constructor for class org.apache.commons.collections.map.HashedMap +
Constructs a new, empty map with the specified initial capacity. +
HashedMap(int, float) - +Constructor for class org.apache.commons.collections.map.HashedMap
Constructs a new, empty map with the specified initial capacity and - load factor. -
HashedMap(Map) - -Constructor for class org.apache.commons.collections.map.HashedMap -
Constructor copying elements from another map. -
hashEntry(Object, Object) - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Gets the hash code for a MapEntry. -
hashEntry(Object, Object) - -Method in class org.apache.commons.collections.map.ReferenceIdentityMap -
Gets the hash code for a MapEntry. -
hashIndex(int, int) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Gets the index into the data storage for the hashCode specified. -
hashIndex - -Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator -
The current index into the array of buckets -
hasMoreElements() - -Method in class org.apache.commons.collections.iterators.IteratorEnumeration -
Returns true if the underlying iterator has more elements. -
hasNext() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator -
  -
hasNext() - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator -
  -
hasNext() - -Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator -
  -
hasNext() - -Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator -
  -
hasNext() - -Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator -
  -
hasNext() - -Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator -
  -
hasNext() - -Method in class org.apache.commons.collections.iterators.ArrayIterator -
Returns true if there are more elements to return from the array. -
hasNext() - -Method in class org.apache.commons.collections.iterators.CollatingIterator -
Returns true if any child iterator has remaining elements. -
hasNext() - -Method in class org.apache.commons.collections.iterators.EntrySetMapIterator -
Checks to see if there are more entries still to be iterated. -
hasNext() - -Method in class org.apache.commons.collections.iterators.EnumerationIterator -
Returns true if the underlying enumeration has more elements. -
hasNext() - -Method in class org.apache.commons.collections.iterators.FilterIterator -
Returns true if the underlying iterator contains an object that - matches the predicate. -
hasNext() - -Method in class org.apache.commons.collections.iterators.FilterListIterator -
  -
hasNext() - -Method in class org.apache.commons.collections.iterators.IteratorChain -
Return true if any Iterator in the IteratorChain has a remaining element. -
hasNext() - -Method in class org.apache.commons.collections.iterators.ListIteratorWrapper -
Returns true if there are more elements in the iterator. -
hasNext() - -Method in class org.apache.commons.collections.iterators.LoopingIterator -
Has the iterator any more elements. -
hasNext() - -Method in class org.apache.commons.collections.iterators.LoopingListIterator -
Returns whether this iterator has any more elements. -
hasNext() - -Method in class org.apache.commons.collections.iterators.ObjectArrayIterator -
Returns true if there are more elements to return from the array. -
hasNext - -Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator -
Whether there is another element in the iteration -
hasNext() - -Method in class org.apache.commons.collections.iterators.ObjectGraphIterator -
Checks whether there are any more elements in the iteration to obtain. -
hasNext() - -Method in class org.apache.commons.collections.iterators.ProxyIterator -
Deprecated. Returns true if the underlying iterator has more elements. -
hasNext() - -Method in class org.apache.commons.collections.iterators.ProxyListIterator -
Deprecated. Invokes the underlying ListIterator.hasNext() method. -
hasNext() - -Method in class org.apache.commons.collections.iterators.ReverseListIterator -
Checks whether there is another element. -
hasNext() - -Method in class org.apache.commons.collections.iterators.SingletonIterator -
Is another object available from the iterator? -
hasNext() - -Method in class org.apache.commons.collections.iterators.SingletonListIterator -
Is another object available from the iterator? -
hasNext() - -Method in class org.apache.commons.collections.iterators.TransformIterator -
  -
hasNext() - -Method in class org.apache.commons.collections.iterators.UnmodifiableIterator -
  -
hasNext() - -Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator -
  -
hasNext() - -Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator -
  -
hasNext() - -Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator -
  -
hasNext() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator -
  -
hasNext() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator -
  -
hasNext() - -Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor -
  -
hasNext() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator -
  -
hasNext() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator -
  -
hasNext() - -Method in interface org.apache.commons.collections.MapIterator -
Checks to see if there are more entries still to be iterated. -
hasPrevious() - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator -
  -
hasPrevious() - -Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator -
  -
hasPrevious() - -Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator -
  -
hasPrevious() - -Method in class org.apache.commons.collections.iterators.ArrayListIterator -
Returns true if there are previous elements to return from the array. -
hasPrevious() - -Method in class org.apache.commons.collections.iterators.FilterListIterator -
  -
hasPrevious() - -Method in class org.apache.commons.collections.iterators.ListIteratorWrapper -
Returns true if there are previous elements in the iterator. -
hasPrevious() - -Method in class org.apache.commons.collections.iterators.LoopingListIterator -
Returns whether this iterator has any more previous elements. -
hasPrevious() - -Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator -
Returns true if there are previous elements to return from the array. -
hasPrevious() - -Method in class org.apache.commons.collections.iterators.ProxyListIterator -
Deprecated. Invokes the underlying ListIterator.hasPrevious() method. -
hasPrevious() - -Method in class org.apache.commons.collections.iterators.ReverseListIterator -
Checks whether there is a previous element. -
hasPrevious() - -Method in class org.apache.commons.collections.iterators.SingletonListIterator -
Is a previous object available from the iterator? -
hasPrevious() - -Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator -
  -
hasPrevious() - -Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator -
  -
hasPrevious() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator -
  -
hasPrevious() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator -
  -
hasPrevious() - -Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor -
  -
hasPrevious() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator -
  -
hasPrevious() - -Method in interface org.apache.commons.collections.OrderedIterator -
Checks to see if there is a previous element that can be iterated to. -
hasPrevious() - -Method in interface org.apache.commons.collections.OrderedMapIterator -
Checks to see if there is a previous entry that can be iterated to. -
head - -Variable in class org.apache.commons.collections.buffer.UnboundedFifoBuffer -
The current head index. -
header - -Variable in class org.apache.commons.collections.list.AbstractLinkedList + load factor. +
HashedMap(Map) - +Constructor for class org.apache.commons.collections.map.HashedMap +
Constructor copying elements from another map. +
hashEntry(Object, Object) - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Gets the hash code for a MapEntry. +
hashEntry(Object, Object) - +Method in class org.apache.commons.collections.map.ReferenceIdentityMap +
Gets the hash code for a MapEntry. +
hashIndex(int, int) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Gets the index into the data storage for the hashCode specified. +
hashIndex - +Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator +
The current index into the array of buckets +
hasMoreElements() - +Method in class org.apache.commons.collections.iterators.IteratorEnumeration +
Returns true if the underlying iterator has more elements. +
hasNext() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator +
  +
hasNext() - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator +
  +
hasNext() - +Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator +
  +
hasNext() - +Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator +
  +
hasNext() - +Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator +
  +
hasNext() - +Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator +
  +
hasNext() - +Method in class org.apache.commons.collections.iterators.ArrayIterator +
Returns true if there are more elements to return from the array. +
hasNext() - +Method in class org.apache.commons.collections.iterators.CollatingIterator +
Returns true if any child iterator has remaining elements. +
hasNext() - +Method in class org.apache.commons.collections.iterators.EntrySetMapIterator +
Checks to see if there are more entries still to be iterated. +
hasNext() - +Method in class org.apache.commons.collections.iterators.EnumerationIterator +
Returns true if the underlying enumeration has more elements. +
hasNext() - +Method in class org.apache.commons.collections.iterators.FilterIterator +
Returns true if the underlying iterator contains an object that + matches the predicate. +
hasNext() - +Method in class org.apache.commons.collections.iterators.FilterListIterator +
  +
hasNext() - +Method in class org.apache.commons.collections.iterators.IteratorChain +
Return true if any Iterator in the IteratorChain has a remaining element. +
hasNext() - +Method in class org.apache.commons.collections.iterators.ListIteratorWrapper +
Returns true if there are more elements in the iterator. +
hasNext() - +Method in class org.apache.commons.collections.iterators.LoopingIterator +
Has the iterator any more elements. +
hasNext() - +Method in class org.apache.commons.collections.iterators.LoopingListIterator +
Returns whether this iterator has any more elements. +
hasNext() - +Method in class org.apache.commons.collections.iterators.ObjectArrayIterator +
Returns true if there are more elements to return from the array. +
hasNext - +Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator +
Whether there is another element in the iteration +
hasNext() - +Method in class org.apache.commons.collections.iterators.ObjectGraphIterator +
Checks whether there are any more elements in the iteration to obtain. +
hasNext() - +Method in class org.apache.commons.collections.iterators.ProxyIterator +
Deprecated. Returns true if the underlying iterator has more elements. +
hasNext() - +Method in class org.apache.commons.collections.iterators.ProxyListIterator +
Deprecated. Invokes the underlying ListIterator.hasNext() method. +
hasNext() - +Method in class org.apache.commons.collections.iterators.ReverseListIterator +
Checks whether there is another element. +
hasNext() - +Method in class org.apache.commons.collections.iterators.SingletonIterator +
Is another object available from the iterator? +
hasNext() - +Method in class org.apache.commons.collections.iterators.SingletonListIterator +
Is another object available from the iterator? +
hasNext() - +Method in class org.apache.commons.collections.iterators.TransformIterator +
  +
hasNext() - +Method in class org.apache.commons.collections.iterators.UnmodifiableIterator +
  +
hasNext() - +Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator +
  +
hasNext() - +Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator +
  +
hasNext() - +Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator +
  +
hasNext() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator +
  +
hasNext() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator +
  +
hasNext() - +Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor +
  +
hasNext() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator +
  +
hasNext() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator +
  +
hasNext() - +Method in interface org.apache.commons.collections.MapIterator +
Checks to see if there are more entries still to be iterated. +
hasPrevious() - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator +
  +
hasPrevious() - +Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator +
  +
hasPrevious() - +Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator +
  +
hasPrevious() - +Method in class org.apache.commons.collections.iterators.ArrayListIterator +
Returns true if there are previous elements to return from the array. +
hasPrevious() - +Method in class org.apache.commons.collections.iterators.FilterListIterator +
  +
hasPrevious() - +Method in class org.apache.commons.collections.iterators.ListIteratorWrapper +
Returns true if there are previous elements in the iterator. +
hasPrevious() - +Method in class org.apache.commons.collections.iterators.LoopingListIterator +
Returns whether this iterator has any more previous elements. +
hasPrevious() - +Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator +
Returns true if there are previous elements to return from the array. +
hasPrevious() - +Method in class org.apache.commons.collections.iterators.ProxyListIterator +
Deprecated. Invokes the underlying ListIterator.hasPrevious() method. +
hasPrevious() - +Method in class org.apache.commons.collections.iterators.ReverseListIterator +
Checks whether there is a previous element. +
hasPrevious() - +Method in class org.apache.commons.collections.iterators.SingletonListIterator +
Is a previous object available from the iterator? +
hasPrevious() - +Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator +
  +
hasPrevious() - +Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator +
  +
hasPrevious() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator +
  +
hasPrevious() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator +
  +
hasPrevious() - +Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor +
  +
hasPrevious() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator +
  +
hasPrevious() - +Method in interface org.apache.commons.collections.OrderedIterator +
Checks to see if there is a previous element that can be iterated to. +
hasPrevious() - +Method in interface org.apache.commons.collections.OrderedMapIterator +
Checks to see if there is a previous entry that can be iterated to. +
head - +Variable in class org.apache.commons.collections.buffer.UnboundedFifoBuffer +
The current head index. +
header - +Variable in class org.apache.commons.collections.list.AbstractLinkedList
A AbstractLinkedList.Node which indicates the start and end of the list and does not - hold a value. -
header - -Variable in class org.apache.commons.collections.map.AbstractLinkedMap -
Header in the linked list -
headMap(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator -
  -
headMap(Object) - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap -
  -
headMap(Object) - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap -
  -
headMap(Object) - -Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -
  -
headMap(Object) - -Method in class org.apache.commons.collections.FastTreeMap + hold a value. +
header - +Variable in class org.apache.commons.collections.map.AbstractLinkedMap +
Header in the linked list +
headMap(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator +
  +
headMap(Object) - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap +
  +
headMap(Object) - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap +
  +
headMap(Object) - +Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +
  +
headMap(Object) - +Method in class org.apache.commons.collections.FastTreeMap
Return a view of the portion of this map whose keys are strictly - less than the specified key. -
headMap(Object) - -Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator -
  -
headMap(Object) - -Method in class org.apache.commons.collections.map.FixedSizeSortedMap -
  -
headMap(Object) - -Method in class org.apache.commons.collections.map.LazySortedMap -
  -
headMap(Object) - -Method in class org.apache.commons.collections.map.PredicatedSortedMap -
  -
headMap(Object) - -Method in class org.apache.commons.collections.map.TransformedSortedMap -
  -
headMap(Object) - -Method in class org.apache.commons.collections.map.UnmodifiableSortedMap -
  -
headSet(Object) - -Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator -
  -
headSet(Object) - -Method in class org.apache.commons.collections.set.PredicatedSortedSet -
  -
headSet(Object) - -Method in class org.apache.commons.collections.set.SynchronizedSortedSet -
  -
headSet(Object) - -Method in class org.apache.commons.collections.set.TransformedSortedSet -
  -
headSet(Object) - -Method in class org.apache.commons.collections.set.UnmodifiableSortedSet -
  -
-
-

-I

-
+ less than the specified key. +
headMap(Object) - +Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator +
  +
headMap(Object) - +Method in class org.apache.commons.collections.map.FixedSizeSortedMap +
  +
headMap(Object) - +Method in class org.apache.commons.collections.map.LazySortedMap +
  +
headMap(Object) - +Method in class org.apache.commons.collections.map.PredicatedSortedMap +
  +
headMap(Object) - +Method in class org.apache.commons.collections.map.TransformedSortedMap +
  +
headMap(Object) - +Method in class org.apache.commons.collections.map.UnmodifiableSortedMap +
  +
headSet(Object) - +Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator +
  +
headSet(Object) - +Method in class org.apache.commons.collections.set.PredicatedSortedSet +
  +
headSet(Object) - +Method in class org.apache.commons.collections.set.SynchronizedSortedSet +
  +
headSet(Object) - +Method in class org.apache.commons.collections.set.TransformedSortedSet +
  +
headSet(Object) - +Method in class org.apache.commons.collections.set.UnmodifiableSortedSet +
  +
+
+

+I

+
IdentityMap - Class in org.apache.commons.collections.map
A Map implementation that matches keys and values based - on == not equals().
IdentityMap() - -Constructor for class org.apache.commons.collections.map.IdentityMap -
Constructs a new empty map with default size and load factor. -
IdentityMap(int) - -Constructor for class org.apache.commons.collections.map.IdentityMap -
Constructs a new, empty map with the specified initial capacity. -
IdentityMap(int, float) - -Constructor for class org.apache.commons.collections.map.IdentityMap + on == not equals().
IdentityMap() - +Constructor for class org.apache.commons.collections.map.IdentityMap +
Constructs a new empty map with default size and load factor. +
IdentityMap(int) - +Constructor for class org.apache.commons.collections.map.IdentityMap +
Constructs a new, empty map with the specified initial capacity. +
IdentityMap(int, float) - +Constructor for class org.apache.commons.collections.map.IdentityMap
Constructs a new, empty map with the specified initial capacity and - load factor. -
IdentityMap(Map) - -Constructor for class org.apache.commons.collections.map.IdentityMap -
Constructor copying elements from another map. -
IdentityMap.IdentityEntry - Class in org.apache.commons.collections.map
HashEntry
IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry, int, Object, Object) - -Constructor for class org.apache.commons.collections.map.IdentityMap.IdentityEntry -
  + load factor. +
IdentityMap(Map) - +Constructor for class org.apache.commons.collections.map.IdentityMap +
Constructor copying elements from another map. +
IdentityMap.IdentityEntry - Class in org.apache.commons.collections.map
HashEntry
IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry, int, Object, Object) - +Constructor for class org.apache.commons.collections.map.IdentityMap.IdentityEntry +
 
IdentityPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if the input is the same object - as the one stored in this predicate.
IdentityPredicate(Object) - -Constructor for class org.apache.commons.collections.functors.IdentityPredicate -
Constructor that performs no validation. -
identityPredicate(Object) - -Static method in class org.apache.commons.collections.PredicateUtils + as the one stored in this predicate.
IdentityPredicate(Object) - +Constructor for class org.apache.commons.collections.functors.IdentityPredicate +
Constructor that performs no validation. +
identityPredicate(Object) - +Static method in class org.apache.commons.collections.PredicateUtils
Creates a Predicate that checks if the input object is equal to the - specified object by identity. -
ifClosure(Predicate, Closure) - -Static method in class org.apache.commons.collections.ClosureUtils + specified object by identity. +
ifClosure(Predicate, Closure) - +Static method in class org.apache.commons.collections.ClosureUtils
Create a new Closure that calls another closure based on the - result of the specified predicate. -
ifClosure(Predicate, Closure, Closure) - -Static method in class org.apache.commons.collections.ClosureUtils -
Create a new Closure that calls one of two closures depending - on the specified predicate. + result of the specified predicate. +
ifClosure(Predicate, Closure, Closure) - +Static method in class org.apache.commons.collections.ClosureUtils +
Create a new Closure that calls one of two closures depending + on the specified predicate.
IfClosure - Class in org.apache.commons.collections.functors
Closure implementation acts as an if statement calling one or other closure - based on a predicate.
IfClosure(Predicate, Closure) - -Constructor for class org.apache.commons.collections.functors.IfClosure -
Constructor that performs no validation. -
IfClosure(Predicate, Closure, Closure) - -Constructor for class org.apache.commons.collections.functors.IfClosure -
Constructor that performs no validation. -
include - -Static variable in class org.apache.commons.collections.ExtendedProperties + based on a predicate.
IfClosure(Predicate, Closure) - +Constructor for class org.apache.commons.collections.functors.IfClosure +
Constructor that performs no validation. +
IfClosure(Predicate, Closure, Closure) - +Constructor for class org.apache.commons.collections.functors.IfClosure +
Constructor that performs no validation. +
include - +Static variable in class org.apache.commons.collections.ExtendedProperties
This is the name of the property that can point to other - properties file for including other properties files. -
index(Object, int) - -Static method in class org.apache.commons.collections.CollectionUtils -
Deprecated. use CollectionUtils.get(Object, int) instead. Will be removed in v4.0 -
index(Object, Object) - -Static method in class org.apache.commons.collections.CollectionUtils -
Deprecated. use CollectionUtils.get(Object, int) instead. Will be removed in v4.0 -
index - -Variable in class org.apache.commons.collections.iterators.ArrayIterator -
The current iterator index -
index - -Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator -
The current iterator index -
indexOf(Object) - -Method in class org.apache.commons.collections.CursorableLinkedList + properties file for including other properties files. +
index(Object, int) - +Static method in class org.apache.commons.collections.CollectionUtils +
Deprecated. use CollectionUtils.get(Object, int) instead. Will be removed in v4.0 +
index(Object, Object) - +Static method in class org.apache.commons.collections.CollectionUtils +
Deprecated. use CollectionUtils.get(Object, int) instead. Will be removed in v4.0 +
index - +Variable in class org.apache.commons.collections.iterators.ArrayIterator +
The current iterator index +
index - +Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator +
The current iterator index +
indexOf(Object) - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Returns the index in this list of the first occurrence of the specified - element, or -1 if this list does not contain this element. -
indexOf(Object) - -Method in class org.apache.commons.collections.FastArrayList + element, or -1 if this list does not contain this element. +
indexOf(Object) - +Method in class org.apache.commons.collections.FastArrayList
Search for the first occurrence of the given argument, testing for equality using the equals() method, and return - the corresponding index, or -1 if the object is not found. -
indexOf(Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
indexOf(Object) - -Method in class org.apache.commons.collections.list.AbstractListDecorator -
  -
indexOf(Object) - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
indexOf(Object) - -Method in class org.apache.commons.collections.list.PredicatedList -
  -
indexOf(Object) - -Method in class org.apache.commons.collections.list.SynchronizedList -
  -
indexOf(Object) - -Method in class org.apache.commons.collections.list.TransformedList -
  -
indexOf(Object) - -Method in class org.apache.commons.collections.list.TreeList -
Searches for the index of an object in the list. -
indexOf(Object) - -Method in class org.apache.commons.collections.map.LinkedMap -
Gets the index of the specified key. -
indexOf(Object) - -Method in class org.apache.commons.collections.map.ListOrderedMap -
Gets the index of the specified key. -
indexOf(Object) - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Gets the index of the specified key. -
indexOf(Object) - -Method in class org.apache.commons.collections.set.ListOrderedSet -
  -
init() - -Method in class org.apache.commons.collections.list.AbstractLinkedList + the corresponding index, or -1 if the object is not found. +
indexOf(Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
indexOf(Object) - +Method in class org.apache.commons.collections.list.AbstractListDecorator +
  +
indexOf(Object) - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
indexOf(Object) - +Method in class org.apache.commons.collections.list.PredicatedList +
  +
indexOf(Object) - +Method in class org.apache.commons.collections.list.SynchronizedList +
  +
indexOf(Object) - +Method in class org.apache.commons.collections.list.TransformedList +
  +
indexOf(Object) - +Method in class org.apache.commons.collections.list.TreeList +
Searches for the index of an object in the list. +
indexOf(Object) - +Method in class org.apache.commons.collections.map.LinkedMap +
Gets the index of the specified key. +
indexOf(Object) - +Method in class org.apache.commons.collections.map.ListOrderedMap +
Gets the index of the specified key. +
indexOf(Object) - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Gets the index of the specified key. +
indexOf(Object) - +Method in class org.apache.commons.collections.set.ListOrderedSet +
  +
init() - +Method in class org.apache.commons.collections.list.AbstractLinkedList
The equivalent of a default constructor, broken out so it can be called - by any constructor and by readObject. -
init() - -Method in class org.apache.commons.collections.list.CursorableLinkedList + by any constructor and by readObject. +
init() - +Method in class org.apache.commons.collections.list.CursorableLinkedList
The equivalent of a default constructor called - by any constructor and by readObject. -
init() - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Initialise subclasses during construction, cloning or deserialization. -
init() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap -
Initialise this subclass during construction. -
init() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Initialise this subclass during construction, cloning or deserialization. -
insert(Object) - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Inserts an element into queue. -
insert(Object) - -Method in interface org.apache.commons.collections.PriorityQueue -
Deprecated. Insert an element into queue. -
insert(Object) - -Method in class org.apache.commons.collections.SynchronizedPriorityQueue -
Deprecated. Insert an element into queue. -
insertListable(CursorableLinkedList.Listable, CursorableLinkedList.Listable, Object) - -Method in class org.apache.commons.collections.CursorableLinkedList + by any constructor and by readObject. +
init() - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Initialise subclasses during construction, cloning or deserialization. +
init() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap +
Initialise this subclass during construction. +
init() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Initialise this subclass during construction, cloning or deserialization. +
insert(Object) - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Inserts an element into queue. +
insert(Object) - +Method in interface org.apache.commons.collections.PriorityQueue +
Deprecated. Insert an element into queue. +
insert(Object) - +Method in class org.apache.commons.collections.SynchronizedPriorityQueue +
Deprecated. Insert an element into queue. +
insertListable(CursorableLinkedList.Listable, CursorableLinkedList.Listable, Object) - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Inserts a new value into my list, after the specified before element, and before the - specified after element -
insertOrder - -Variable in class org.apache.commons.collections.map.ListOrderedMap -
Internal list to hold the sequence of objects -
INSTANCE - -Static variable in class org.apache.commons.collections.functors.CloneTransformer -
Singleton predicate instance -
INSTANCE - -Static variable in class org.apache.commons.collections.functors.ExceptionClosure -
Singleton predicate instance -
INSTANCE - -Static variable in class org.apache.commons.collections.functors.ExceptionFactory -
Singleton predicate instance -
INSTANCE - -Static variable in class org.apache.commons.collections.functors.ExceptionPredicate -
Singleton predicate instance -
INSTANCE - -Static variable in class org.apache.commons.collections.functors.ExceptionTransformer -
Singleton predicate instance -
INSTANCE - -Static variable in class org.apache.commons.collections.functors.FalsePredicate -
Singleton predicate instance -
INSTANCE - -Static variable in class org.apache.commons.collections.functors.NOPClosure -
Singleton predicate instance -
INSTANCE - -Static variable in class org.apache.commons.collections.functors.NOPTransformer -
Singleton predicate instance -
INSTANCE - -Static variable in class org.apache.commons.collections.functors.NotNullPredicate -
Singleton predicate instance -
INSTANCE - -Static variable in class org.apache.commons.collections.functors.NullPredicate -
Singleton predicate instance -
INSTANCE - -Static variable in class org.apache.commons.collections.functors.StringValueTransformer -
Singleton predicate instance -
INSTANCE - -Static variable in class org.apache.commons.collections.functors.TruePredicate -
Singleton predicate instance -
INSTANCE - -Static variable in class org.apache.commons.collections.iterators.EmptyIterator -
Singleton instance of the iterator. -
INSTANCE - -Static variable in class org.apache.commons.collections.iterators.EmptyListIterator -
Singleton instance of the iterator. -
INSTANCE - -Static variable in class org.apache.commons.collections.iterators.EmptyMapIterator -
Singleton instance of the iterator. -
INSTANCE - -Static variable in class org.apache.commons.collections.iterators.EmptyOrderedIterator -
Singleton instance of the iterator. -
INSTANCE - -Static variable in class org.apache.commons.collections.iterators.EmptyOrderedMapIterator -
Singleton instance of the iterator. + specified after element +
insertOrder - +Variable in class org.apache.commons.collections.map.ListOrderedMap +
Internal list to hold the sequence of objects +
INSTANCE - +Static variable in class org.apache.commons.collections.functors.CloneTransformer +
Singleton predicate instance +
INSTANCE - +Static variable in class org.apache.commons.collections.functors.ExceptionClosure +
Singleton predicate instance +
INSTANCE - +Static variable in class org.apache.commons.collections.functors.ExceptionFactory +
Singleton predicate instance +
INSTANCE - +Static variable in class org.apache.commons.collections.functors.ExceptionPredicate +
Singleton predicate instance +
INSTANCE - +Static variable in class org.apache.commons.collections.functors.ExceptionTransformer +
Singleton predicate instance +
INSTANCE - +Static variable in class org.apache.commons.collections.functors.FalsePredicate +
Singleton predicate instance +
INSTANCE - +Static variable in class org.apache.commons.collections.functors.NOPClosure +
Singleton predicate instance +
INSTANCE - +Static variable in class org.apache.commons.collections.functors.NOPTransformer +
Singleton predicate instance +
INSTANCE - +Static variable in class org.apache.commons.collections.functors.NotNullPredicate +
Singleton predicate instance +
INSTANCE - +Static variable in class org.apache.commons.collections.functors.NullPredicate +
Singleton predicate instance +
INSTANCE - +Static variable in class org.apache.commons.collections.functors.StringValueTransformer +
Singleton predicate instance +
INSTANCE - +Static variable in class org.apache.commons.collections.functors.TruePredicate +
Singleton predicate instance +
INSTANCE - +Static variable in class org.apache.commons.collections.iterators.EmptyIterator +
Singleton instance of the iterator. +
INSTANCE - +Static variable in class org.apache.commons.collections.iterators.EmptyListIterator +
Singleton instance of the iterator. +
INSTANCE - +Static variable in class org.apache.commons.collections.iterators.EmptyMapIterator +
Singleton instance of the iterator. +
INSTANCE - +Static variable in class org.apache.commons.collections.iterators.EmptyOrderedIterator +
Singleton instance of the iterator. +
INSTANCE - +Static variable in class org.apache.commons.collections.iterators.EmptyOrderedMapIterator +
Singleton instance of the iterator.
InstanceofPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if the input is an instanceof - the type stored in this predicate.
InstanceofPredicate(Class) - -Constructor for class org.apache.commons.collections.functors.InstanceofPredicate -
Constructor that performs no validation. -
instanceofPredicate(Class) - -Static method in class org.apache.commons.collections.PredicateUtils + the type stored in this predicate.
InstanceofPredicate(Class) - +Constructor for class org.apache.commons.collections.functors.InstanceofPredicate +
Constructor that performs no validation. +
instanceofPredicate(Class) - +Static method in class org.apache.commons.collections.PredicateUtils
Creates a Predicate that checks if the object passed in is of - a particular type, using instanceof. -
instantiateFactory(Class) - -Static method in class org.apache.commons.collections.FactoryUtils + a particular type, using instanceof. +
instantiateFactory(Class) - +Static method in class org.apache.commons.collections.FactoryUtils
Creates a Factory that can create objects of a specific type using - a no-args constructor. -
instantiateFactory(Class, Class[], Object[]) - -Static method in class org.apache.commons.collections.FactoryUtils + a no-args constructor. +
instantiateFactory(Class, Class[], Object[]) - +Static method in class org.apache.commons.collections.FactoryUtils
Creates a Factory that can create objects of a specific type using - the arguments specified to this method. -
InstantiateFactory - Class in org.apache.commons.collections.functors
Factory implementation that creates a new object instance by reflection.
InstantiateFactory(Class) - -Constructor for class org.apache.commons.collections.functors.InstantiateFactory -
Constructor that performs no validation. -
InstantiateFactory(Class, Class[], Object[]) - -Constructor for class org.apache.commons.collections.functors.InstantiateFactory -
Constructor that performs no validation. -
InstantiateTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that creates a new object instance by reflection.
InstantiateTransformer(Class[], Object[]) - -Constructor for class org.apache.commons.collections.functors.InstantiateTransformer -
Constructor that performs no validation. -
instantiateTransformer() - -Static method in class org.apache.commons.collections.TransformerUtils -
Gets a Transformer that expects an input Class object that it will instantiate. -
instantiateTransformer(Class[], Object[]) - -Static method in class org.apache.commons.collections.TransformerUtils -
Creates a Transformer that expects an input Class object that it will - instantiate. -
interpolate(String) - -Method in class org.apache.commons.collections.ExtendedProperties -
Interpolate key names to handle ${key} stuff -
interpolateHelper(String, List) - -Method in class org.apache.commons.collections.ExtendedProperties -
Recursive handler for multiple levels of interpolation. -
intersection(Collection, Collection) - -Static method in class org.apache.commons.collections.CollectionUtils + the arguments specified to this method. +
InstantiateFactory - Class in org.apache.commons.collections.functors
Factory implementation that creates a new object instance by reflection.
InstantiateFactory(Class) - +Constructor for class org.apache.commons.collections.functors.InstantiateFactory +
Constructor that performs no validation. +
InstantiateFactory(Class, Class[], Object[]) - +Constructor for class org.apache.commons.collections.functors.InstantiateFactory +
Constructor that performs no validation. +
InstantiateTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that creates a new object instance by reflection.
InstantiateTransformer(Class[], Object[]) - +Constructor for class org.apache.commons.collections.functors.InstantiateTransformer +
Constructor that performs no validation. +
instantiateTransformer() - +Static method in class org.apache.commons.collections.TransformerUtils +
Gets a Transformer that expects an input Class object that it will instantiate. +
instantiateTransformer(Class[], Object[]) - +Static method in class org.apache.commons.collections.TransformerUtils +
Creates a Transformer that expects an input Class object that it will + instantiate. +
interpolate(String) - +Method in class org.apache.commons.collections.ExtendedProperties +
Interpolate key names to handle ${key} stuff +
interpolateHelper(String, List) - +Method in class org.apache.commons.collections.ExtendedProperties +
Recursive handler for multiple levels of interpolation. +
intersection(Collection, Collection) - +Static method in class org.apache.commons.collections.CollectionUtils
Returns a Collection containing the intersection - of the given Collections. -
intersection(List, List) - -Static method in class org.apache.commons.collections.ListUtils + of the given Collections. +
intersection(List, List) - +Static method in class org.apache.commons.collections.ListUtils
Returns a new list containing all elements that are contained in - both given lists. -
invalidate() - -Method in class org.apache.commons.collections.CursorableLinkedList.Cursor -
Deprecated.   -
invalidateCursors() - -Method in class org.apache.commons.collections.CursorableLinkedList + both given lists. +
invalidate() - +Method in class org.apache.commons.collections.CursorableLinkedList.Cursor +
Deprecated.   +
invalidateCursors() - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Informs all of my registered cursors that they are now - invalid. -
inverseBidiMap() - -Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator -
  -
inverseBidiMap - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
Inverse view of this map. -
inverseBidiMap() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
  -
inverseBidiMap() - -Method in interface org.apache.commons.collections.BidiMap -
Gets a view of this map where the keys and values are reversed. -
inverseBidiMap() - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Gets the inverse map for comparison. -
inverseBidiMap() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap -
  -
inverseBidiMap() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap -
  -
inverseBidiMap() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -
  -
inverseBidiMap() - -Method in interface org.apache.commons.collections.OrderedBidiMap -
Gets a view of this map where the keys and values are reversed. -
inverseBidiMap() - -Method in interface org.apache.commons.collections.SortedBidiMap -
Gets a view of this map where the keys and values are reversed. -
inverseOrderedBidiMap() - -Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator -
  -
inverseOrderedBidiMap() - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap -
  -
inverseOrderedBidiMap() - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Gets the inverse map for comparison. -
inverseOrderedBidiMap() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap -
  -
inverseOrderedBidiMap() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -
  -
inverseOrderedBidiMap() - -Method in interface org.apache.commons.collections.OrderedBidiMap -
Gets a view of this map where the keys and values are reversed. -
inverseSortedBidiMap() - -Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator -
  -
inverseSortedBidiMap() - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap -
  -
inverseSortedBidiMap() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -
  -
inverseSortedBidiMap() - -Method in interface org.apache.commons.collections.SortedBidiMap -
Gets a view of this map where the keys and values are reversed. -
invertMap(Map) - -Static method in class org.apache.commons.collections.MapUtils + invalid. +
inverseBidiMap() - +Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator +
  +
inverseBidiMap - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
Inverse view of this map. +
inverseBidiMap() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
  +
inverseBidiMap() - +Method in interface org.apache.commons.collections.BidiMap +
Gets a view of this map where the keys and values are reversed. +
inverseBidiMap() - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Gets the inverse map for comparison. +
inverseBidiMap() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap +
  +
inverseBidiMap() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap +
  +
inverseBidiMap() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +
  +
inverseBidiMap() - +Method in interface org.apache.commons.collections.OrderedBidiMap +
Gets a view of this map where the keys and values are reversed. +
inverseBidiMap() - +Method in interface org.apache.commons.collections.SortedBidiMap +
Gets a view of this map where the keys and values are reversed. +
inverseOrderedBidiMap() - +Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator +
  +
inverseOrderedBidiMap() - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap +
  +
inverseOrderedBidiMap() - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Gets the inverse map for comparison. +
inverseOrderedBidiMap() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap +
  +
inverseOrderedBidiMap() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +
  +
inverseOrderedBidiMap() - +Method in interface org.apache.commons.collections.OrderedBidiMap +
Gets a view of this map where the keys and values are reversed. +
inverseSortedBidiMap() - +Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator +
  +
inverseSortedBidiMap() - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap +
  +
inverseSortedBidiMap() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +
  +
inverseSortedBidiMap() - +Method in interface org.apache.commons.collections.SortedBidiMap +
Gets a view of this map where the keys and values are reversed. +
invertMap(Map) - +Static method in class org.apache.commons.collections.MapUtils
Inverts the supplied map returning a new HashMap such that the keys of - the input are swapped with the values. -
invokerClosure(String) - -Static method in class org.apache.commons.collections.ClosureUtils + the input are swapped with the values. +
invokerClosure(String) - +Static method in class org.apache.commons.collections.ClosureUtils
Creates a Closure that will invoke a specific method on the closure's - input object by reflection. -
invokerClosure(String, Class[], Object[]) - -Static method in class org.apache.commons.collections.ClosureUtils + input object by reflection. +
invokerClosure(String, Class[], Object[]) - +Static method in class org.apache.commons.collections.ClosureUtils
Creates a Closure that will invoke a specific method on the closure's - input object by reflection. -
invokerPredicate(String) - -Static method in class org.apache.commons.collections.PredicateUtils -
Creates a Predicate that invokes a method on the input object. -
invokerPredicate(String, Class[], Object[]) - -Static method in class org.apache.commons.collections.PredicateUtils -
Creates a Predicate that invokes a method on the input object. -
InvokerTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that creates a new object instance by reflection.
InvokerTransformer(String, Class[], Object[]) - -Constructor for class org.apache.commons.collections.functors.InvokerTransformer -
Constructor that performs no validation. -
invokerTransformer(String) - -Static method in class org.apache.commons.collections.TransformerUtils -
Gets a Transformer that invokes a method on the input object. -
invokerTransformer(String, Class[], Object[]) - -Static method in class org.apache.commons.collections.TransformerUtils -
Gets a Transformer that invokes a method on the input object. -
isAscendingOrder() - -Method in class org.apache.commons.collections.buffer.PriorityBuffer -
Checks whether the heap is ascending or descending order. -
isAtCapacity() - -Method in class org.apache.commons.collections.buffer.PriorityBuffer -
Tests if the buffer is at capacity. -
isCacheFull() - -Method in class org.apache.commons.collections.list.NodeCachingLinkedList -
Checks whether the cache is full. -
isDoLoop() - -Method in class org.apache.commons.collections.functors.WhileClosure -
Is the loop a do-while loop. -
isEmpty() - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Returns true if the underlying map is empty. -
isEmpty() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
  -
isEmpty() - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Checks whether the map is empty or not. -
isEmpty() - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Tests if queue is empty. -
isEmpty() - -Method in class org.apache.commons.collections.BoundedFifoBuffer -
Deprecated. Returns true if this buffer is empty; false otherwise. -
isEmpty() - -Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer -
Returns true if this buffer is empty; false otherwise. -
isEmpty() - -Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer -
Returns true if this buffer is empty; false otherwise. -
isEmpty() - -Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
  -
isEmpty() - -Method in class org.apache.commons.collections.collection.CompositeCollection -
Checks whether this composite collection is empty. -
isEmpty() - -Method in class org.apache.commons.collections.collection.SynchronizedCollection -
  -
isEmpty(Collection) - -Static method in class org.apache.commons.collections.CollectionUtils -
Null-safe check if the specified collection is empty. -
isEmpty() - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Returns true if this list contains no elements. -
isEmpty() - -Method in class org.apache.commons.collections.DefaultMapBag -
Deprecated. Returns true if the underlying map is empty. -
isEmpty() - -Method in class org.apache.commons.collections.FastArrayList -
Test if this list has no elements. -
isEmpty() - -Method in class org.apache.commons.collections.FastHashMap -
Return true if this map contains no mappings. -
isEmpty() - -Method in class org.apache.commons.collections.FastTreeMap -
Return true if this map contains no mappings. -
isEmpty() - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
isEmpty() - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Checks whether the map is currently empty. -
isEmpty() - -Method in class org.apache.commons.collections.map.AbstractMapDecorator -
  -
isEmpty() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Checks whether the map is currently empty. -
isEmpty() - -Method in class org.apache.commons.collections.map.CompositeMap -
Returns true if this map contains no key-value mappings. -
isEmpty() - -Method in class org.apache.commons.collections.map.Flat3Map -
Checks whether the map is currently empty. -
isEmpty() - -Method in class org.apache.commons.collections.map.MultiKeyMap -
  -
isEmpty() - -Method in class org.apache.commons.collections.map.SingletonMap -
Checks whether the map is currently empty, which it never is. -
isEmpty() - -Method in class org.apache.commons.collections.map.StaticBucketMap -
Checks if the size is currently zero. -
isEmpty(Map) - -Static method in class org.apache.commons.collections.MapUtils -
Null-safe check if the specified map is empty. -
isEmpty() - -Method in interface org.apache.commons.collections.PriorityQueue -
Deprecated. Test if queue is empty. -
isEmpty() - -Method in class org.apache.commons.collections.ProxyMap -
Deprecated. Invokes the underlying Map.isEmpty() method. -
isEmpty() - -Method in class org.apache.commons.collections.ReferenceMap -
Deprecated. Returns true if this map is empty. -
isEmpty() - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Implements Map.isEmpty(). -
isEmpty() - -Method in class org.apache.commons.collections.set.MapBackedSet -
  -
isEmpty() - -Method in class org.apache.commons.collections.StaticBucketMap -
Deprecated. Implements Map.isEmpty(). -
isEmpty() - -Method in class org.apache.commons.collections.SynchronizedPriorityQueue -
Deprecated. Test if queue is empty. -
isEmpty() - -Method in class org.apache.commons.collections.UnboundedFifoBuffer -
Deprecated. Returns true if this buffer is empty; false otherwise. -
isEqualCollection(Collection, Collection) - -Static method in class org.apache.commons.collections.CollectionUtils + input object by reflection. +
invokerPredicate(String) - +Static method in class org.apache.commons.collections.PredicateUtils +
Creates a Predicate that invokes a method on the input object. +
invokerPredicate(String, Class[], Object[]) - +Static method in class org.apache.commons.collections.PredicateUtils +
Creates a Predicate that invokes a method on the input object. +
InvokerTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that creates a new object instance by reflection.
InvokerTransformer(String, Class[], Object[]) - +Constructor for class org.apache.commons.collections.functors.InvokerTransformer +
Constructor that performs no validation. +
invokerTransformer(String) - +Static method in class org.apache.commons.collections.TransformerUtils +
Gets a Transformer that invokes a method on the input object. +
invokerTransformer(String, Class[], Object[]) - +Static method in class org.apache.commons.collections.TransformerUtils +
Gets a Transformer that invokes a method on the input object. +
isAscendingOrder() - +Method in class org.apache.commons.collections.buffer.PriorityBuffer +
Checks whether the heap is ascending or descending order. +
isAtCapacity() - +Method in class org.apache.commons.collections.buffer.PriorityBuffer +
Tests if the buffer is at capacity. +
isCacheFull() - +Method in class org.apache.commons.collections.list.NodeCachingLinkedList +
Checks whether the cache is full. +
isDoLoop() - +Method in class org.apache.commons.collections.functors.WhileClosure +
Is the loop a do-while loop. +
isEmpty() - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Returns true if the underlying map is empty. +
isEmpty() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
  +
isEmpty() - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Checks whether the map is empty or not. +
isEmpty() - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Tests if queue is empty. +
isEmpty() - +Method in class org.apache.commons.collections.BoundedFifoBuffer +
Deprecated. Returns true if this buffer is empty; false otherwise. +
isEmpty() - +Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer +
Returns true if this buffer is empty; false otherwise. +
isEmpty() - +Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer +
Returns true if this buffer is empty; false otherwise. +
isEmpty() - +Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
  +
isEmpty() - +Method in class org.apache.commons.collections.collection.CompositeCollection +
Checks whether this composite collection is empty. +
isEmpty() - +Method in class org.apache.commons.collections.collection.SynchronizedCollection +
  +
isEmpty(Collection) - +Static method in class org.apache.commons.collections.CollectionUtils +
Null-safe check if the specified collection is empty. +
isEmpty() - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Returns true if this list contains no elements. +
isEmpty() - +Method in class org.apache.commons.collections.DefaultMapBag +
Deprecated. Returns true if the underlying map is empty. +
isEmpty() - +Method in class org.apache.commons.collections.FastArrayList +
Test if this list has no elements. +
isEmpty() - +Method in class org.apache.commons.collections.FastHashMap +
Return true if this map contains no mappings. +
isEmpty() - +Method in class org.apache.commons.collections.FastTreeMap +
Return true if this map contains no mappings. +
isEmpty() - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
isEmpty() - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Checks whether the map is currently empty. +
isEmpty() - +Method in class org.apache.commons.collections.map.AbstractMapDecorator +
  +
isEmpty() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Checks whether the map is currently empty. +
isEmpty() - +Method in class org.apache.commons.collections.map.CompositeMap +
Returns true if this map contains no key-value mappings. +
isEmpty() - +Method in class org.apache.commons.collections.map.Flat3Map +
Checks whether the map is currently empty. +
isEmpty() - +Method in class org.apache.commons.collections.map.MultiKeyMap +
  +
isEmpty() - +Method in class org.apache.commons.collections.map.SingletonMap +
Checks whether the map is currently empty, which it never is. +
isEmpty() - +Method in class org.apache.commons.collections.map.StaticBucketMap +
Checks if the size is currently zero. +
isEmpty(Map) - +Static method in class org.apache.commons.collections.MapUtils +
Null-safe check if the specified map is empty. +
isEmpty() - +Method in interface org.apache.commons.collections.PriorityQueue +
Deprecated. Test if queue is empty. +
isEmpty() - +Method in class org.apache.commons.collections.ProxyMap +
Deprecated. Invokes the underlying Map.isEmpty() method. +
isEmpty() - +Method in class org.apache.commons.collections.ReferenceMap +
Deprecated. Returns true if this map is empty. +
isEmpty() - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Implements Map.isEmpty(). +
isEmpty() - +Method in class org.apache.commons.collections.set.MapBackedSet +
  +
isEmpty() - +Method in class org.apache.commons.collections.StaticBucketMap +
Deprecated. Implements Map.isEmpty(). +
isEmpty() - +Method in class org.apache.commons.collections.SynchronizedPriorityQueue +
Deprecated. Test if queue is empty. +
isEmpty() - +Method in class org.apache.commons.collections.UnboundedFifoBuffer +
Deprecated. Returns true if this buffer is empty; false otherwise. +
isEqualCollection(Collection, Collection) - +Static method in class org.apache.commons.collections.CollectionUtils
Returns true iff the given Collections contain - exactly the same elements with exactly the same cardinalities. -
isEqualKey(Object, Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Compares two keys, in internal converted form, to see if they are equal. -
isEqualKey(Object, Object) - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Compares two keys, in internal converted form, to see if they are equal. -
isEqualKey(Object, Object) - -Method in class org.apache.commons.collections.map.IdentityMap -
Compares two keys for equals. -
isEqualKey(AbstractHashedMap.HashEntry, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Is the key equal to the combined key. -
isEqualKey(AbstractHashedMap.HashEntry, Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Is the key equal to the combined key. -
isEqualKey(AbstractHashedMap.HashEntry, Object, Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Is the key equal to the combined key. -
isEqualKey(AbstractHashedMap.HashEntry, Object, Object, Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Is the key equal to the combined key. -
isEqualKey(Object, Object) - -Method in class org.apache.commons.collections.map.ReferenceIdentityMap -
Compares two keys for equals. -
isEqualKey(Object) - -Method in class org.apache.commons.collections.map.SingletonMap -
Compares the specified key to the stored key. -
isEqualList(Collection, Collection) - -Static method in class org.apache.commons.collections.ListUtils + exactly the same elements with exactly the same cardinalities. +
isEqualKey(Object, Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Compares two keys, in internal converted form, to see if they are equal. +
isEqualKey(Object, Object) - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Compares two keys, in internal converted form, to see if they are equal. +
isEqualKey(Object, Object) - +Method in class org.apache.commons.collections.map.IdentityMap +
Compares two keys for equals. +
isEqualKey(AbstractHashedMap.HashEntry, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Is the key equal to the combined key. +
isEqualKey(AbstractHashedMap.HashEntry, Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Is the key equal to the combined key. +
isEqualKey(AbstractHashedMap.HashEntry, Object, Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Is the key equal to the combined key. +
isEqualKey(AbstractHashedMap.HashEntry, Object, Object, Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Is the key equal to the combined key. +
isEqualKey(Object, Object) - +Method in class org.apache.commons.collections.map.ReferenceIdentityMap +
Compares two keys for equals. +
isEqualKey(Object) - +Method in class org.apache.commons.collections.map.SingletonMap +
Compares the specified key to the stored key. +
isEqualList(Collection, Collection) - +Static method in class org.apache.commons.collections.ListUtils
Tests two lists for value-equality as per the equality contract in - List.equals(java.lang.Object). -
isEqualSet(Collection, Collection) - -Static method in class org.apache.commons.collections.SetUtils + List.equals(java.lang.Object). +
isEqualSet(Collection, Collection) - +Static method in class org.apache.commons.collections.SetUtils
Tests two sets for equality as per the equals() contract - in Set.equals(java.lang.Object). -
isEqualValue(Object, Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
Compares two values for equals. -
isEqualValue(Object, Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Compares two values, in external form, to see if they are equal. -
isEqualValue(Object, Object) - -Method in class org.apache.commons.collections.map.IdentityMap -
Compares two values for equals. -
isEqualValue(Object, Object) - -Method in class org.apache.commons.collections.map.ReferenceIdentityMap -
Compares two values for equals. -
isEqualValue(Object) - -Method in class org.apache.commons.collections.map.SingletonMap -
Compares the specified value to the stored value. -
isFull() - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Tests if queue is full. -
isFull() - -Method in interface org.apache.commons.collections.BoundedCollection -
Returns true if this collection is full and no new elements can be added. -
isFull() - -Method in class org.apache.commons.collections.BoundedFifoBuffer -
Deprecated. Returns true if this collection is full and no new elements can be added. -
isFull() - -Method in interface org.apache.commons.collections.BoundedMap -
Returns true if this map is full and no new elements can be added. -
isFull() - -Method in class org.apache.commons.collections.buffer.BoundedBuffer -
  -
isFull() - -Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer -
Returns true if this collection is full and no new elements can be added. -
isFull() - -Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection -
  -
isFull(Collection) - -Static method in class org.apache.commons.collections.CollectionUtils -
Returns true if no more elements can be added to the Collection. -
isFull() - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
isFull() - -Method in class org.apache.commons.collections.map.FixedSizeMap -
  -
isFull() - -Method in class org.apache.commons.collections.map.FixedSizeSortedMap -
  -
isFull() - -Method in class org.apache.commons.collections.map.LRUMap -
Returns true if this map is full and no new mappings can be added. -
isFull() - -Method in class org.apache.commons.collections.map.SingletonMap -
Is the map currently full, always true. -
isInitialized - -Variable in class org.apache.commons.collections.ExtendedProperties -
Has this configuration been intialized. -
isInitialized() - -Method in class org.apache.commons.collections.ExtendedProperties + in Set.equals(java.lang.Object). +
isEqualValue(Object, Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
Compares two values for equals. +
isEqualValue(Object, Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Compares two values, in external form, to see if they are equal. +
isEqualValue(Object, Object) - +Method in class org.apache.commons.collections.map.IdentityMap +
Compares two values for equals. +
isEqualValue(Object, Object) - +Method in class org.apache.commons.collections.map.ReferenceIdentityMap +
Compares two values for equals. +
isEqualValue(Object) - +Method in class org.apache.commons.collections.map.SingletonMap +
Compares the specified value to the stored value. +
isFull() - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Tests if queue is full. +
isFull() - +Method in interface org.apache.commons.collections.BoundedCollection +
Returns true if this collection is full and no new elements can be added. +
isFull() - +Method in class org.apache.commons.collections.BoundedFifoBuffer +
Deprecated. Returns true if this collection is full and no new elements can be added. +
isFull() - +Method in interface org.apache.commons.collections.BoundedMap +
Returns true if this map is full and no new elements can be added. +
isFull() - +Method in class org.apache.commons.collections.buffer.BoundedBuffer +
  +
isFull() - +Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer +
Returns true if this collection is full and no new elements can be added. +
isFull() - +Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection +
  +
isFull(Collection) - +Static method in class org.apache.commons.collections.CollectionUtils +
Returns true if no more elements can be added to the Collection. +
isFull() - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
isFull() - +Method in class org.apache.commons.collections.map.FixedSizeMap +
  +
isFull() - +Method in class org.apache.commons.collections.map.FixedSizeSortedMap +
  +
isFull() - +Method in class org.apache.commons.collections.map.LRUMap +
Returns true if this map is full and no new mappings can be added. +
isFull() - +Method in class org.apache.commons.collections.map.SingletonMap +
Is the map currently full, always true. +
isInitialized - +Variable in class org.apache.commons.collections.ExtendedProperties +
Has this configuration been intialized. +
isInitialized() - +Method in class org.apache.commons.collections.ExtendedProperties
Indicate to client code whether property - resources have been initialized or not. -
isLocked - -Variable in class org.apache.commons.collections.comparators.ComparatorChain -
Whether the chain has been "locked". -
isLocked() - -Method in class org.apache.commons.collections.comparators.ComparatorChain + resources have been initialized or not. +
isLocked - +Variable in class org.apache.commons.collections.comparators.ComparatorChain +
Whether the chain has been "locked". +
isLocked() - +Method in class org.apache.commons.collections.comparators.ComparatorChain
Determine if modifications can still be made to the - ComparatorChain. -
isLocked() - -Method in class org.apache.commons.collections.comparators.FixedOrderComparator -
Returns true if modifications cannot be made to the FixedOrderComparator. -
isLocked - -Variable in class org.apache.commons.collections.iterators.IteratorChain + ComparatorChain. +
isLocked() - +Method in class org.apache.commons.collections.comparators.FixedOrderComparator +
Returns true if modifications cannot be made to the FixedOrderComparator. +
isLocked - +Variable in class org.apache.commons.collections.iterators.IteratorChain
ComparatorChain is "locked" after the first time - compare(Object,Object) is called -
isLocked() - -Method in class org.apache.commons.collections.iterators.IteratorChain -
Determine if modifications can still be made to the IteratorChain. -
isNotEmpty(Collection) - -Static method in class org.apache.commons.collections.CollectionUtils -
Null-safe check if the specified collection is not empty. -
isNotEmpty(Map) - -Static method in class org.apache.commons.collections.MapUtils -
Null-safe check if the specified map is not empty. -
isProperSubCollection(Collection, Collection) - -Static method in class org.apache.commons.collections.CollectionUtils + compare(Object,Object) is called +
isLocked() - +Method in class org.apache.commons.collections.iterators.IteratorChain +
Determine if modifications can still be made to the IteratorChain. +
isNotEmpty(Collection) - +Static method in class org.apache.commons.collections.CollectionUtils +
Null-safe check if the specified collection is not empty. +
isNotEmpty(Map) - +Static method in class org.apache.commons.collections.MapUtils +
Null-safe check if the specified map is not empty. +
isProperSubCollection(Collection, Collection) - +Static method in class org.apache.commons.collections.CollectionUtils
Returns true iff a is a proper sub-collection of b, that is, iff the cardinality of e in a is less than or equal to the cardinality of e in b, for each element e in a, and there is at least one element f such that the cardinality of f in b - is strictly greater than the cardinality of f in a. -
isScanUntilRemovable() - -Method in class org.apache.commons.collections.map.LRUMap + is strictly greater than the cardinality of f in a. +
isScanUntilRemovable() - +Method in class org.apache.commons.collections.map.LRUMap
Whether this LRUMap will scan until a removable entry is found when the - map is full. -
isSetValueChecking() - -Method in class org.apache.commons.collections.map.PredicatedMap -
Override to only return true when there is a value transformer. -
isSetValueChecking() - -Method in class org.apache.commons.collections.map.TransformedMap -
Override to only return true when there is a value transformer. -
isSubCollection(Collection, Collection) - -Static method in class org.apache.commons.collections.CollectionUtils + map is full. +
isSetValueChecking() - +Method in class org.apache.commons.collections.map.PredicatedMap +
Override to only return true when there is a value transformer. +
isSetValueChecking() - +Method in class org.apache.commons.collections.map.TransformedMap +
Override to only return true when there is a value transformer. +
isSubCollection(Collection, Collection) - +Static method in class org.apache.commons.collections.CollectionUtils
Returns true iff a is a sub-collection of b, that is, iff the cardinality of e in a is less than or equal to the cardinality of e in b, - for each element e in a. -
IterableMap - Interface in org.apache.commons.collections
Defines a map that can be iterated directly without needing to create an entry set.
iterator() - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Gets an iterator over the bag elements. -
iterator() - -Method in interface org.apache.commons.collections.Bag + for each element e in a. +
IterableMap - Interface in org.apache.commons.collections
Defines a map that can be iterated directly without needing to create an entry set.
iterator() - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Gets an iterator over the bag elements. +
iterator() - +Method in interface org.apache.commons.collections.Bag
Returns an Iterator over the entire set of members, - including copies due to cardinality. -
iterator() - -Method in class org.apache.commons.collections.bag.UnmodifiableBag -
  -
iterator() - -Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag -
  -
iterator - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator -
The iterator being wrapped -
iterator() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet -
  -
iterator() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet -
  -
iterator() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values -
  -
iterator - -Variable in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator -
The iterator being decorated -
iterator() - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Returns an iterator over this heap's elements. -
iterator() - -Method in class org.apache.commons.collections.BoundedFifoBuffer -
Deprecated. Returns an iterator over this buffer's elements. -
iterator() - -Method in class org.apache.commons.collections.buffer.BoundedBuffer -
  -
iterator() - -Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer -
Returns an iterator over this buffer's elements. -
iterator() - -Method in class org.apache.commons.collections.buffer.PriorityBuffer -
Returns an iterator over this heap's elements. -
iterator() - -Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer -
Returns an iterator over this buffer's elements. -
iterator() - -Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer -
  -
iterator() - -Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
  -
iterator() - -Method in class org.apache.commons.collections.collection.CompositeCollection -
Gets an iterator over all the collections in this composite. -
iterator() - -Method in class org.apache.commons.collections.collection.SynchronizedCollection -
Iterators must be manually synchronized. -
iterator() - -Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection -
  -
iterator() - -Method in class org.apache.commons.collections.collection.UnmodifiableCollection -
  -
iterator() - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Returns a fail-fast iterator. -
iterator() - -Method in class org.apache.commons.collections.DefaultMapBag -
Deprecated.   -
iterator() - -Method in class org.apache.commons.collections.FastArrayList -
Return an iterator over the elements in this list in proper sequence. -
iterator - -Variable in class org.apache.commons.collections.iterators.AbstractIteratorDecorator -
The iterator being decorated -
iterator - -Variable in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator -
The iterator being decorated -
iterator - -Variable in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator -
The iterator being decorated -
iterator - -Variable in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator -
The iterator being decorated -
iterator() - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
iterator() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList -
  -
iterator() - -Method in class org.apache.commons.collections.list.CursorableLinkedList -
Returns an iterator that does not support concurrent modification. -
iterator() - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
iterator() - -Method in class org.apache.commons.collections.list.SetUniqueList -
  -
iterator() - -Method in class org.apache.commons.collections.list.TreeList -
Gets an iterator over the list. -
iterator() - -Method in class org.apache.commons.collections.list.UnmodifiableList -
  -
iterator() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet -
  -
iterator() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet -
  -
iterator() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.Values -
  -
iterator(Object) - -Method in class org.apache.commons.collections.map.MultiValueMap -
Gets an iterator for the collection mapped to the specified key. -
iterator() - -Method in class org.apache.commons.collections.map.UnmodifiableEntrySet -
  -
iterator(Object) - -Method in class org.apache.commons.collections.MultiHashMap -
Deprecated. Gets an iterator for the collection mapped to the specified key. -
iterator() - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Gets an iterator over the keys. -
iterator() - -Method in class org.apache.commons.collections.set.ListOrderedSet -
  -
iterator() - -Method in class org.apache.commons.collections.set.MapBackedSet -
  -
iterator() - -Method in class org.apache.commons.collections.set.UnmodifiableSet -
  -
iterator() - -Method in class org.apache.commons.collections.set.UnmodifiableSortedSet -
  -
iterator() - -Method in class org.apache.commons.collections.UnboundedFifoBuffer -
Deprecated. Returns an iterator over this buffer's elements. -
IteratorChain - Class in org.apache.commons.collections.iterators
An IteratorChain is an Iterator that wraps a number of Iterators.
IteratorChain() - -Constructor for class org.apache.commons.collections.iterators.IteratorChain -
Construct an IteratorChain with no Iterators. -
IteratorChain(Iterator) - -Constructor for class org.apache.commons.collections.iterators.IteratorChain -
Construct an IteratorChain with a single Iterator. -
IteratorChain(Iterator, Iterator) - -Constructor for class org.apache.commons.collections.iterators.IteratorChain + including copies due to cardinality. +
iterator() - +Method in class org.apache.commons.collections.bag.UnmodifiableBag +
  +
iterator() - +Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag +
  +
iterator - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator +
The iterator being wrapped +
iterator() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet +
  +
iterator() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet +
  +
iterator() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values +
  +
iterator - +Variable in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator +
The iterator being decorated +
iterator() - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Returns an iterator over this heap's elements. +
iterator() - +Method in class org.apache.commons.collections.BoundedFifoBuffer +
Deprecated. Returns an iterator over this buffer's elements. +
iterator() - +Method in class org.apache.commons.collections.buffer.BoundedBuffer +
  +
iterator() - +Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer +
Returns an iterator over this buffer's elements. +
iterator() - +Method in class org.apache.commons.collections.buffer.PriorityBuffer +
Returns an iterator over this heap's elements. +
iterator() - +Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer +
Returns an iterator over this buffer's elements. +
iterator() - +Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer +
  +
iterator() - +Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
  +
iterator() - +Method in class org.apache.commons.collections.collection.CompositeCollection +
Gets an iterator over all the collections in this composite. +
iterator() - +Method in class org.apache.commons.collections.collection.SynchronizedCollection +
Iterators must be manually synchronized. +
iterator() - +Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection +
  +
iterator() - +Method in class org.apache.commons.collections.collection.UnmodifiableCollection +
  +
iterator() - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Returns a fail-fast iterator. +
iterator() - +Method in class org.apache.commons.collections.DefaultMapBag +
Deprecated.   +
iterator() - +Method in class org.apache.commons.collections.FastArrayList +
Return an iterator over the elements in this list in proper sequence. +
iterator - +Variable in class org.apache.commons.collections.iterators.AbstractIteratorDecorator +
The iterator being decorated +
iterator - +Variable in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator +
The iterator being decorated +
iterator - +Variable in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator +
The iterator being decorated +
iterator - +Variable in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator +
The iterator being decorated +
iterator() - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
iterator() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList +
  +
iterator() - +Method in class org.apache.commons.collections.list.CursorableLinkedList +
Returns an iterator that does not support concurrent modification. +
iterator() - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
iterator() - +Method in class org.apache.commons.collections.list.SetUniqueList +
  +
iterator() - +Method in class org.apache.commons.collections.list.TreeList +
Gets an iterator over the list. +
iterator() - +Method in class org.apache.commons.collections.list.UnmodifiableList +
  +
iterator() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet +
  +
iterator() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet +
  +
iterator() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.Values +
  +
iterator(Object) - +Method in class org.apache.commons.collections.map.MultiValueMap +
Gets an iterator for the collection mapped to the specified key. +
iterator() - +Method in class org.apache.commons.collections.map.UnmodifiableEntrySet +
  +
iterator(Object) - +Method in class org.apache.commons.collections.MultiHashMap +
Deprecated. Gets an iterator for the collection mapped to the specified key. +
iterator() - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Gets an iterator over the keys. +
iterator() - +Method in class org.apache.commons.collections.set.ListOrderedSet +
  +
iterator() - +Method in class org.apache.commons.collections.set.MapBackedSet +
  +
iterator() - +Method in class org.apache.commons.collections.set.UnmodifiableSet +
  +
iterator() - +Method in class org.apache.commons.collections.set.UnmodifiableSortedSet +
  +
iterator() - +Method in class org.apache.commons.collections.UnboundedFifoBuffer +
Deprecated. Returns an iterator over this buffer's elements. +
IteratorChain - Class in org.apache.commons.collections.iterators
An IteratorChain is an Iterator that wraps a number of Iterators.
IteratorChain() - +Constructor for class org.apache.commons.collections.iterators.IteratorChain +
Construct an IteratorChain with no Iterators. +
IteratorChain(Iterator) - +Constructor for class org.apache.commons.collections.iterators.IteratorChain +
Construct an IteratorChain with a single Iterator. +
IteratorChain(Iterator, Iterator) - +Constructor for class org.apache.commons.collections.iterators.IteratorChain
Constructs a new IteratorChain over the two - given iterators. -
IteratorChain(Iterator[]) - -Constructor for class org.apache.commons.collections.iterators.IteratorChain + given iterators. +
IteratorChain(Iterator[]) - +Constructor for class org.apache.commons.collections.iterators.IteratorChain
Constructs a new IteratorChain over the array - of iterators. -
IteratorChain(Collection) - -Constructor for class org.apache.commons.collections.iterators.IteratorChain + of iterators. +
IteratorChain(Collection) - +Constructor for class org.apache.commons.collections.iterators.IteratorChain
Constructs a new IteratorChain over the collection - of iterators. -
iteratorChain - -Variable in class org.apache.commons.collections.iterators.IteratorChain -
The chain of iterators + of iterators. +
iteratorChain - +Variable in class org.apache.commons.collections.iterators.IteratorChain +
The chain of iterators
IteratorEnumeration - Class in org.apache.commons.collections.iterators
Adapter to make an Iterator instance appear to be - an Enumeration instance.
IteratorEnumeration() - -Constructor for class org.apache.commons.collections.iterators.IteratorEnumeration -
Constructs a new IteratorEnumeration that will not - function until setIterator is - invoked. -
IteratorEnumeration(Iterator) - -Constructor for class org.apache.commons.collections.iterators.IteratorEnumeration + an Enumeration instance.
IteratorEnumeration() - +Constructor for class org.apache.commons.collections.iterators.IteratorEnumeration +
Constructs a new IteratorEnumeration that will not + function until setIterator is + invoked. +
IteratorEnumeration(Iterator) - +Constructor for class org.apache.commons.collections.iterators.IteratorEnumeration
Constructs a new IteratorEnumeration that will use - the given iterator. -
IteratorUtils - Class in org.apache.commons.collections
Provides static utility methods and decorators for Iterator - instances.
IteratorUtils() - -Constructor for class org.apache.commons.collections.IteratorUtils -
IteratorUtils is not normally instantiated. -
-
-

-K

-
-
key - -Variable in class org.apache.commons.collections.keyvalue.AbstractKeyValue -
The key -
key - -Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry -
The key -
keyIterator() - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Convenience method for getting an iterator over the keys. -
keyList() - -Method in class org.apache.commons.collections.map.ListOrderedMap -
Gets a view over the keys in the map as a List. -
keyPredicate - -Variable in class org.apache.commons.collections.map.PredicatedMap -
The key predicate to use -
keysAsListed - -Variable in class org.apache.commons.collections.ExtendedProperties + the given iterator. +
IteratorUtils - Class in org.apache.commons.collections
Provides static utility methods and decorators for Iterator + instances.
IteratorUtils() - +Constructor for class org.apache.commons.collections.IteratorUtils +
IteratorUtils is not normally instantiated. +
+
+

+K

+
+
key - +Variable in class org.apache.commons.collections.keyvalue.AbstractKeyValue +
The key +
key - +Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry +
The key +
keyIterator() - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Convenience method for getting an iterator over the keys. +
keyList() - +Method in class org.apache.commons.collections.map.ListOrderedMap +
Gets a view over the keys in the map as a List. +
keyPredicate - +Variable in class org.apache.commons.collections.map.PredicatedMap +
The key predicate to use +
keysAsListed - +Variable in class org.apache.commons.collections.ExtendedProperties
These are the keys in the order they listed - in the configuration file. -
keySet() - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Get the keys for this BeanMap. -
keySet - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
View of the keys. -
keySet() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
Gets a keySet view of the map. -
keySet() - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Returns a set view of the keys contained in this map in key order. -
keySet() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap -
  -
keySet() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap -
  -
keySet() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -
  -
keySet() - -Method in class org.apache.commons.collections.DoubleOrderedMap -
Deprecated. Returns a set view of the keys contained in this map. -
keySet() - -Method in class org.apache.commons.collections.FastHashMap -
Return a set view of the keys contained in this map. -
keySet() - -Method in class org.apache.commons.collections.FastTreeMap -
Return a set view of the keys contained in this map. -
keySet - -Variable in class org.apache.commons.collections.map.AbstractHashedMap -
Key set -
keySet() - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Gets the keySet view of the map. -
keySet() - -Method in class org.apache.commons.collections.map.AbstractMapDecorator -
  -
keySet() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Returns a set view of this map's keys. -
keySet() - -Method in class org.apache.commons.collections.map.CompositeMap -
Returns a set view of the keys contained in this map. -
keySet() - -Method in class org.apache.commons.collections.map.FixedSizeMap -
  -
keySet() - -Method in class org.apache.commons.collections.map.FixedSizeSortedMap -
  -
keySet() - -Method in class org.apache.commons.collections.map.Flat3Map -
Gets the keySet view of the map. -
keySet() - -Method in class org.apache.commons.collections.map.ListOrderedMap -
Gets a view over the keys in the map. -
keySet() - -Method in class org.apache.commons.collections.map.MultiKeyMap -
  -
keySet() - -Method in class org.apache.commons.collections.map.SingletonMap -
Gets the unmodifiable keySet view of the map. -
keySet() - -Method in class org.apache.commons.collections.map.StaticBucketMap -
Gets the key set. -
keySet() - -Method in class org.apache.commons.collections.map.UnmodifiableMap -
  -
keySet() - -Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap -
  -
keySet() - -Method in class org.apache.commons.collections.map.UnmodifiableSortedMap -
  -
keySet() - -Method in class org.apache.commons.collections.ProxyMap -
Deprecated. Invokes the underlying Map.keySet() method. -
keySet() - -Method in class org.apache.commons.collections.ReferenceMap -
Deprecated. Returns a set view of this map's keys. -
keySet() - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Implements Map.keySet(). -
keySet() - -Method in class org.apache.commons.collections.StaticBucketMap -
Deprecated. Implements Map.keySet(). -
keySetByValue() - -Method in class org.apache.commons.collections.DoubleOrderedMap -
Deprecated. Returns a set view of the keys contained in this map. -
keyTransformer - -Variable in class org.apache.commons.collections.map.TransformedMap -
The transformer to use for the key -
keyType - -Variable in class org.apache.commons.collections.map.AbstractReferenceMap -
The reference type for keys. -
KeyValue - Interface in org.apache.commons.collections
Defines a simple key value pair.
-
-

-L

-
-
last() - -Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator -
  -
last() - -Method in class org.apache.commons.collections.bag.PredicatedSortedBag -
  -
last() - -Method in class org.apache.commons.collections.bag.SynchronizedSortedBag -
  -
last() - -Method in class org.apache.commons.collections.bag.TransformedSortedBag -
  -
last() - -Method in class org.apache.commons.collections.bag.TreeBag -
  -
last - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator -
The last returned entry -
last - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator -
The last returned entry -
last - -Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator -
The last returned entry -
last - -Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator -
The current (last returned) entry -
last() - -Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator -
  -
last() - -Method in class org.apache.commons.collections.set.PredicatedSortedSet -
  -
last() - -Method in class org.apache.commons.collections.set.SynchronizedSortedSet -
  -
last() - -Method in class org.apache.commons.collections.set.TransformedSortedSet -
  -
last() - -Method in interface org.apache.commons.collections.SortedBag -
Returns the last (highest) member. -
last() - -Method in class org.apache.commons.collections.TreeBag -
Deprecated.   -
lastIndexOf(Object) - -Method in class org.apache.commons.collections.CursorableLinkedList + in the configuration file. +
keySet() - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Get the keys for this BeanMap. +
keySet - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
View of the keys. +
keySet() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
Gets a keySet view of the map. +
keySet() - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Returns a set view of the keys contained in this map in key order. +
keySet() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap +
  +
keySet() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap +
  +
keySet() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +
  +
keySet() - +Method in class org.apache.commons.collections.DoubleOrderedMap +
Deprecated. Returns a set view of the keys contained in this map. +
keySet() - +Method in class org.apache.commons.collections.FastHashMap +
Return a set view of the keys contained in this map. +
keySet() - +Method in class org.apache.commons.collections.FastTreeMap +
Return a set view of the keys contained in this map. +
keySet - +Variable in class org.apache.commons.collections.map.AbstractHashedMap +
Key set +
keySet() - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Gets the keySet view of the map. +
keySet() - +Method in class org.apache.commons.collections.map.AbstractMapDecorator +
  +
keySet() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Returns a set view of this map's keys. +
keySet() - +Method in class org.apache.commons.collections.map.CompositeMap +
Returns a set view of the keys contained in this map. +
keySet() - +Method in class org.apache.commons.collections.map.FixedSizeMap +
  +
keySet() - +Method in class org.apache.commons.collections.map.FixedSizeSortedMap +
  +
keySet() - +Method in class org.apache.commons.collections.map.Flat3Map +
Gets the keySet view of the map. +
keySet() - +Method in class org.apache.commons.collections.map.ListOrderedMap +
Gets a view over the keys in the map. +
keySet() - +Method in class org.apache.commons.collections.map.MultiKeyMap +
  +
keySet() - +Method in class org.apache.commons.collections.map.SingletonMap +
Gets the unmodifiable keySet view of the map. +
keySet() - +Method in class org.apache.commons.collections.map.StaticBucketMap +
Gets the key set. +
keySet() - +Method in class org.apache.commons.collections.map.UnmodifiableMap +
  +
keySet() - +Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap +
  +
keySet() - +Method in class org.apache.commons.collections.map.UnmodifiableSortedMap +
  +
keySet() - +Method in class org.apache.commons.collections.ProxyMap +
Deprecated. Invokes the underlying Map.keySet() method. +
keySet() - +Method in class org.apache.commons.collections.ReferenceMap +
Deprecated. Returns a set view of this map's keys. +
keySet() - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Implements Map.keySet(). +
keySet() - +Method in class org.apache.commons.collections.StaticBucketMap +
Deprecated. Implements Map.keySet(). +
keySetByValue() - +Method in class org.apache.commons.collections.DoubleOrderedMap +
Deprecated. Returns a set view of the keys contained in this map. +
keyTransformer - +Variable in class org.apache.commons.collections.map.TransformedMap +
The transformer to use for the key +
keyType - +Variable in class org.apache.commons.collections.map.AbstractReferenceMap +
The reference type for keys. +
KeyValue - Interface in org.apache.commons.collections
Defines a simple key value pair.
+
+

+L

+
+
last() - +Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator +
  +
last() - +Method in class org.apache.commons.collections.bag.PredicatedSortedBag +
  +
last() - +Method in class org.apache.commons.collections.bag.SynchronizedSortedBag +
  +
last() - +Method in class org.apache.commons.collections.bag.TransformedSortedBag +
  +
last() - +Method in class org.apache.commons.collections.bag.TreeBag +
  +
last - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator +
The last returned entry +
last - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator +
The last returned entry +
last - +Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator +
The last returned entry +
last - +Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator +
The current (last returned) entry +
last() - +Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator +
  +
last() - +Method in class org.apache.commons.collections.set.PredicatedSortedSet +
  +
last() - +Method in class org.apache.commons.collections.set.SynchronizedSortedSet +
  +
last() - +Method in class org.apache.commons.collections.set.TransformedSortedSet +
  +
last() - +Method in interface org.apache.commons.collections.SortedBag +
Returns the last (highest) member. +
last() - +Method in class org.apache.commons.collections.TreeBag +
Deprecated.   +
lastIndexOf(Object) - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Returns the index in this list of the last occurrence of the specified - element, or -1 if this list does not contain this element. -
lastIndexOf(Object) - -Method in class org.apache.commons.collections.FastArrayList + element, or -1 if this list does not contain this element. +
lastIndexOf(Object) - +Method in class org.apache.commons.collections.FastArrayList
Search for the last occurrence of the given argument, testing for equality using the equals() method, and return - the corresponding index, or -1 if the object is not found. -
lastIndexOf(Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
lastIndexOf(Object) - -Method in class org.apache.commons.collections.list.AbstractListDecorator -
  -
lastIndexOf(Object) - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
lastIndexOf(Object) - -Method in class org.apache.commons.collections.list.PredicatedList -
  -
lastIndexOf(Object) - -Method in class org.apache.commons.collections.list.SynchronizedList -
  -
lastIndexOf(Object) - -Method in class org.apache.commons.collections.list.TransformedList -
  -
lastIndexOf(Object) - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Gets the last index of the specified key. -
lastItemIndex - -Variable in class org.apache.commons.collections.iterators.ArrayListIterator + the corresponding index, or -1 if the object is not found. +
lastIndexOf(Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
lastIndexOf(Object) - +Method in class org.apache.commons.collections.list.AbstractListDecorator +
  +
lastIndexOf(Object) - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
lastIndexOf(Object) - +Method in class org.apache.commons.collections.list.PredicatedList +
  +
lastIndexOf(Object) - +Method in class org.apache.commons.collections.list.SynchronizedList +
  +
lastIndexOf(Object) - +Method in class org.apache.commons.collections.list.TransformedList +
  +
lastIndexOf(Object) - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Gets the last index of the specified key. +
lastItemIndex - +Variable in class org.apache.commons.collections.iterators.ArrayListIterator +
Holds the index of the last item returned by a call to next() + or previous(). +
lastItemIndex - +Variable in class org.apache.commons.collections.iterators.ObjectArrayListIterator
Holds the index of the last item returned by a call to next() - or previous(). -
lastItemIndex - -Variable in class org.apache.commons.collections.iterators.ObjectArrayListIterator -
Holds the index of the last item returned by a call to next() - or previous(). -
lastKey - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator -
The last returned key -
lastKey() - -Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator -
  -
lastKey() - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap -
  -
lastKey() - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Gets the last (highest) key currently in this map. -
lastKey() - -Method in class org.apache.commons.collections.FastTreeMap -
Return the last (highest) key currently in this sorted map. -
lastKey() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap -
Gets the last key in the map, which is the first inserted. -
lastKey() - -Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator -
  -
lastKey() - -Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator -
  -
lastKey() - -Method in class org.apache.commons.collections.map.LazySortedMap -
  -
lastKey() - -Method in class org.apache.commons.collections.map.ListOrderedMap -
Gets the last key in this map by insert order. -
lastKey() - -Method in class org.apache.commons.collections.map.PredicatedSortedMap -
  -
lastKey() - -Method in class org.apache.commons.collections.map.SingletonMap -
Gets the last (and only) key in the map. -
lastKey() - -Method in class org.apache.commons.collections.map.TransformedSortedMap -
  -
lastKey() - -Method in class org.apache.commons.collections.map.UnmodifiableSortedMap -
  -
lastKey() - -Method in interface org.apache.commons.collections.OrderedMap -
Gets the last key currently in this map. -
lastUsedIterator - -Variable in class org.apache.commons.collections.iterators.IteratorChain + or previous(). +
lastKey - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator +
The last returned key +
lastKey() - +Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator +
  +
lastKey() - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap +
  +
lastKey() - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Gets the last (highest) key currently in this map. +
lastKey() - +Method in class org.apache.commons.collections.FastTreeMap +
Return the last (highest) key currently in this sorted map. +
lastKey() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap +
Gets the last key in the map, which is the first inserted. +
lastKey() - +Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator +
  +
lastKey() - +Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator +
  +
lastKey() - +Method in class org.apache.commons.collections.map.LazySortedMap +
  +
lastKey() - +Method in class org.apache.commons.collections.map.ListOrderedMap +
Gets the last key in this map by insert order. +
lastKey() - +Method in class org.apache.commons.collections.map.PredicatedSortedMap +
  +
lastKey() - +Method in class org.apache.commons.collections.map.SingletonMap +
Gets the last (and only) key in the map. +
lastKey() - +Method in class org.apache.commons.collections.map.TransformedSortedMap +
  +
lastKey() - +Method in class org.apache.commons.collections.map.UnmodifiableSortedMap +
  +
lastKey() - +Method in interface org.apache.commons.collections.OrderedMap +
Gets the last key currently in this map. +
lastUsedIterator - +Variable in class org.apache.commons.collections.iterators.IteratorChain
The "last used" Iterator is the Iterator upon which next() or hasNext() was most recently called - used for the remove() operation only -
lastUsedIterator - -Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator -
The last used iterator, needed for remove() -
lastValue - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator -
The last returned value -
LazyList - Class in org.apache.commons.collections.list
Decorates another List to create objects in the list on demand.
LazyList(List, Factory) - -Constructor for class org.apache.commons.collections.list.LazyList -
Constructor that wraps (not copies). -
lazyList(List, Factory) - -Static method in class org.apache.commons.collections.ListUtils -
Returns a "lazy" list whose elements will be created on demand. -
LazyMap - Class in org.apache.commons.collections.map
Decorates another Map to create objects in the map on demand.
LazyMap(Map, Factory) - -Constructor for class org.apache.commons.collections.map.LazyMap -
Constructor that wraps (not copies). -
LazyMap(Map, Transformer) - -Constructor for class org.apache.commons.collections.map.LazyMap -
Constructor that wraps (not copies). -
lazyMap(Map, Factory) - -Static method in class org.apache.commons.collections.MapUtils -
Returns a "lazy" map whose values will be created on demand. -
lazyMap(Map, Transformer) - -Static method in class org.apache.commons.collections.MapUtils -
Returns a "lazy" map whose values will be created on demand. -
LazySortedMap - Class in org.apache.commons.collections.map
Decorates another SortedMap to create objects in the map on demand.
LazySortedMap(SortedMap, Factory) - -Constructor for class org.apache.commons.collections.map.LazySortedMap -
Constructor that wraps (not copies). -
LazySortedMap(SortedMap, Transformer) - -Constructor for class org.apache.commons.collections.map.LazySortedMap -
Constructor that wraps (not copies). -
lazySortedMap(SortedMap, Factory) - -Static method in class org.apache.commons.collections.MapUtils -
Returns a "lazy" sorted map whose values will be created on demand. -
lazySortedMap(SortedMap, Transformer) - -Static method in class org.apache.commons.collections.MapUtils -
Returns a "lazy" sorted map whose values will be created on demand. -
LinkedMap - Class in org.apache.commons.collections.map
A Map implementation that maintains the order of the entries.
LinkedMap() - -Constructor for class org.apache.commons.collections.map.LinkedMap -
Constructs a new empty map with default size and load factor. -
LinkedMap(int) - -Constructor for class org.apache.commons.collections.map.LinkedMap -
Constructs a new, empty map with the specified initial capacity. -
LinkedMap(int, float) - -Constructor for class org.apache.commons.collections.map.LinkedMap + used for the remove() operation only +
lastUsedIterator - +Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator +
The last used iterator, needed for remove() +
lastValue - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator +
The last returned value +
LazyList - Class in org.apache.commons.collections.list
Decorates another List to create objects in the list on demand.
LazyList(List, Factory) - +Constructor for class org.apache.commons.collections.list.LazyList +
Constructor that wraps (not copies). +
lazyList(List, Factory) - +Static method in class org.apache.commons.collections.ListUtils +
Returns a "lazy" list whose elements will be created on demand. +
LazyMap - Class in org.apache.commons.collections.map
Decorates another Map to create objects in the map on demand.
LazyMap(Map, Factory) - +Constructor for class org.apache.commons.collections.map.LazyMap +
Constructor that wraps (not copies). +
LazyMap(Map, Transformer) - +Constructor for class org.apache.commons.collections.map.LazyMap +
Constructor that wraps (not copies). +
lazyMap(Map, Factory) - +Static method in class org.apache.commons.collections.MapUtils +
Returns a "lazy" map whose values will be created on demand. +
lazyMap(Map, Transformer) - +Static method in class org.apache.commons.collections.MapUtils +
Returns a "lazy" map whose values will be created on demand. +
LazySortedMap - Class in org.apache.commons.collections.map
Decorates another SortedMap to create objects in the map on demand.
LazySortedMap(SortedMap, Factory) - +Constructor for class org.apache.commons.collections.map.LazySortedMap +
Constructor that wraps (not copies). +
LazySortedMap(SortedMap, Transformer) - +Constructor for class org.apache.commons.collections.map.LazySortedMap +
Constructor that wraps (not copies). +
lazySortedMap(SortedMap, Factory) - +Static method in class org.apache.commons.collections.MapUtils +
Returns a "lazy" sorted map whose values will be created on demand. +
lazySortedMap(SortedMap, Transformer) - +Static method in class org.apache.commons.collections.MapUtils +
Returns a "lazy" sorted map whose values will be created on demand. +
LinkedMap - Class in org.apache.commons.collections.map
A Map implementation that maintains the order of the entries.
LinkedMap() - +Constructor for class org.apache.commons.collections.map.LinkedMap +
Constructs a new empty map with default size and load factor. +
LinkedMap(int) - +Constructor for class org.apache.commons.collections.map.LinkedMap +
Constructs a new, empty map with the specified initial capacity. +
LinkedMap(int, float) - +Constructor for class org.apache.commons.collections.map.LinkedMap
Constructs a new, empty map with the specified initial capacity and - load factor. -
LinkedMap(Map) - -Constructor for class org.apache.commons.collections.map.LinkedMap -
Constructor copying elements from another map. -
list - -Variable in class org.apache.commons.collections.FastArrayList -
The underlying list we are managing. -
listableChanged(CursorableLinkedList.Listable) - -Method in class org.apache.commons.collections.CursorableLinkedList.Cursor -
Deprecated.   -
listableInserted(CursorableLinkedList.Listable) - -Method in class org.apache.commons.collections.CursorableLinkedList.Cursor -
Deprecated.   -
listableRemoved(CursorableLinkedList.Listable) - -Method in class org.apache.commons.collections.CursorableLinkedList.Cursor -
Deprecated.   -
listIterator() - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Returns a fail-fast ListIterator. -
listIterator(int) - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Returns a fail-fast ListIterator. -
listIterator() - -Method in class org.apache.commons.collections.FastArrayList -
Return an iterator of the elements of this list, in proper sequence. -
listIterator(int) - -Method in class org.apache.commons.collections.FastArrayList + load factor. +
LinkedMap(Map) - +Constructor for class org.apache.commons.collections.map.LinkedMap +
Constructor copying elements from another map. +
list - +Variable in class org.apache.commons.collections.FastArrayList +
The underlying list we are managing. +
listableChanged(CursorableLinkedList.Listable) - +Method in class org.apache.commons.collections.CursorableLinkedList.Cursor +
Deprecated.   +
listableInserted(CursorableLinkedList.Listable) - +Method in class org.apache.commons.collections.CursorableLinkedList.Cursor +
Deprecated.   +
listableRemoved(CursorableLinkedList.Listable) - +Method in class org.apache.commons.collections.CursorableLinkedList.Cursor +
Deprecated.   +
listIterator() - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Returns a fail-fast ListIterator. +
listIterator(int) - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Returns a fail-fast ListIterator. +
listIterator() - +Method in class org.apache.commons.collections.FastArrayList +
Return an iterator of the elements of this list, in proper sequence. +
listIterator(int) - +Method in class org.apache.commons.collections.FastArrayList
Return an iterator of the elements of this list, in proper sequence, - starting at the specified position. -
listIterator(int) - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList -
  -
listIterator() - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
listIterator(int) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
listIterator() - -Method in class org.apache.commons.collections.list.AbstractListDecorator -
  -
listIterator(int) - -Method in class org.apache.commons.collections.list.AbstractListDecorator -
  -
listIterator() - -Method in class org.apache.commons.collections.list.CursorableLinkedList -
Returns a cursor iterator that allows changes to the underlying list in parallel. -
listIterator(int) - -Method in class org.apache.commons.collections.list.CursorableLinkedList -
Returns a cursor iterator that allows changes to the underlying list in parallel. -
listIterator() - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
listIterator(int) - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
listIterator() - -Method in class org.apache.commons.collections.list.PredicatedList -
  -
listIterator(int) - -Method in class org.apache.commons.collections.list.PredicatedList -
  -
listIterator() - -Method in class org.apache.commons.collections.list.SetUniqueList -
  -
listIterator(int) - -Method in class org.apache.commons.collections.list.SetUniqueList -
  -
listIterator() - -Method in class org.apache.commons.collections.list.SynchronizedList -
Iterators must be manually synchronized. -
listIterator(int) - -Method in class org.apache.commons.collections.list.SynchronizedList -
Iterators must be manually synchronized. -
listIterator() - -Method in class org.apache.commons.collections.list.TransformedList -
  -
listIterator(int) - -Method in class org.apache.commons.collections.list.TransformedList -
  -
listIterator() - -Method in class org.apache.commons.collections.list.TreeList -
Gets a ListIterator over the list. -
listIterator(int) - -Method in class org.apache.commons.collections.list.TreeList -
Gets a ListIterator over the list. -
listIterator() - -Method in class org.apache.commons.collections.list.UnmodifiableList -
  -
listIterator(int) - -Method in class org.apache.commons.collections.list.UnmodifiableList -
  -
ListIteratorWrapper - Class in org.apache.commons.collections.iterators
Converts an iterator into a list iterator by caching the returned entries.
ListIteratorWrapper(Iterator) - -Constructor for class org.apache.commons.collections.iterators.ListIteratorWrapper + starting at the specified position. +
listIterator(int) - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList +
  +
listIterator() - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
listIterator(int) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
listIterator() - +Method in class org.apache.commons.collections.list.AbstractListDecorator +
  +
listIterator(int) - +Method in class org.apache.commons.collections.list.AbstractListDecorator +
  +
listIterator() - +Method in class org.apache.commons.collections.list.CursorableLinkedList +
Returns a cursor iterator that allows changes to the underlying list in parallel. +
listIterator(int) - +Method in class org.apache.commons.collections.list.CursorableLinkedList +
Returns a cursor iterator that allows changes to the underlying list in parallel. +
listIterator() - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
listIterator(int) - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
listIterator() - +Method in class org.apache.commons.collections.list.PredicatedList +
  +
listIterator(int) - +Method in class org.apache.commons.collections.list.PredicatedList +
  +
listIterator() - +Method in class org.apache.commons.collections.list.SetUniqueList +
  +
listIterator(int) - +Method in class org.apache.commons.collections.list.SetUniqueList +
  +
listIterator() - +Method in class org.apache.commons.collections.list.SynchronizedList +
Iterators must be manually synchronized. +
listIterator(int) - +Method in class org.apache.commons.collections.list.SynchronizedList +
Iterators must be manually synchronized. +
listIterator() - +Method in class org.apache.commons.collections.list.TransformedList +
  +
listIterator(int) - +Method in class org.apache.commons.collections.list.TransformedList +
  +
listIterator() - +Method in class org.apache.commons.collections.list.TreeList +
Gets a ListIterator over the list. +
listIterator(int) - +Method in class org.apache.commons.collections.list.TreeList +
Gets a ListIterator over the list. +
listIterator() - +Method in class org.apache.commons.collections.list.UnmodifiableList +
  +
listIterator(int) - +Method in class org.apache.commons.collections.list.UnmodifiableList +
  +
ListIteratorWrapper - Class in org.apache.commons.collections.iterators
Converts an iterator into a list iterator by caching the returned entries.
ListIteratorWrapper(Iterator) - +Constructor for class org.apache.commons.collections.iterators.ListIteratorWrapper
Constructs a new ListIteratorWrapper that will wrap - the given iterator. + the given iterator.
ListOrderedMap - Class in org.apache.commons.collections.map
Decorates a Map to ensure that the order of addition is retained - using a List to maintain order.
ListOrderedMap() - -Constructor for class org.apache.commons.collections.map.ListOrderedMap + using a List to maintain order.
ListOrderedMap() - +Constructor for class org.apache.commons.collections.map.ListOrderedMap
Constructs a new empty ListOrderedMap that decorates - a HashMap. -
ListOrderedMap(Map) - -Constructor for class org.apache.commons.collections.map.ListOrderedMap -
Constructor that wraps (not copies). + a HashMap. +
ListOrderedMap(Map) - +Constructor for class org.apache.commons.collections.map.ListOrderedMap +
Constructor that wraps (not copies).
ListOrderedSet - Class in org.apache.commons.collections.set
Decorates another Set to ensure that the order of addition - is retained and used by the iterator.
ListOrderedSet() - -Constructor for class org.apache.commons.collections.set.ListOrderedSet + is retained and used by the iterator.
ListOrderedSet() - +Constructor for class org.apache.commons.collections.set.ListOrderedSet
Constructs a new empty ListOrderedSet using - a HashSet and an ArrayList internally. -
ListOrderedSet(Set) - -Constructor for class org.apache.commons.collections.set.ListOrderedSet -
Constructor that wraps (not copies). -
ListOrderedSet(Set, List) - -Constructor for class org.apache.commons.collections.set.ListOrderedSet -
Constructor that wraps (not copies) the Set and specifies the list to use. -
ListUtils - Class in org.apache.commons.collections
Provides utility methods and decorators for List instances.
ListUtils() - -Constructor for class org.apache.commons.collections.ListUtils -
ListUtils should not normally be instantiated. -
load(InputStream) - -Method in class org.apache.commons.collections.ExtendedProperties -
Load the properties from the given input stream. -
load(InputStream, String) - -Method in class org.apache.commons.collections.ExtendedProperties + a HashSet and an ArrayList internally. +
ListOrderedSet(Set) - +Constructor for class org.apache.commons.collections.set.ListOrderedSet +
Constructor that wraps (not copies). +
ListOrderedSet(Set, List) - +Constructor for class org.apache.commons.collections.set.ListOrderedSet +
Constructor that wraps (not copies) the Set and specifies the list to use. +
ListUtils - Class in org.apache.commons.collections
Provides utility methods and decorators for List instances.
ListUtils() - +Constructor for class org.apache.commons.collections.ListUtils +
ListUtils should not normally be instantiated. +
load(InputStream) - +Method in class org.apache.commons.collections.ExtendedProperties +
Load the properties from the given input stream. +
load(InputStream, String) - +Method in class org.apache.commons.collections.ExtendedProperties
Load the properties from the given input stream - and using the specified encoding. -
loadFactor - -Variable in class org.apache.commons.collections.map.AbstractHashedMap -
Load factor, normally 0.75 -
lock - -Variable in class org.apache.commons.collections.collection.SynchronizedCollection -
The object to lock on, needed for List/SortedSet views -
logInfo(Exception) - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Logs the given exception to System.out. -
logInfo(Exception) - -Static method in class org.apache.commons.collections.MapUtils -
Logs the given exception to System.out. -
logWarn(Exception) - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Logs the given exception to System.err. -
LoopingIterator - Class in org.apache.commons.collections.iterators
An Iterator that restarts when it reaches the end.
LoopingIterator(Collection) - -Constructor for class org.apache.commons.collections.iterators.LoopingIterator -
Constructor that wraps a collection. -
loopingIterator(Collection) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an iterator that loops continuously over the supplied collection. + and using the specified encoding. +
loadFactor - +Variable in class org.apache.commons.collections.map.AbstractHashedMap +
Load factor, normally 0.75 +
lock - +Variable in class org.apache.commons.collections.collection.SynchronizedCollection +
The object to lock on, needed for List/SortedSet views +
logInfo(Exception) - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Logs the given exception to System.out. +
logInfo(Exception) - +Static method in class org.apache.commons.collections.MapUtils +
Logs the given exception to System.out. +
logWarn(Exception) - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Logs the given exception to System.err. +
LoopingIterator - Class in org.apache.commons.collections.iterators
An Iterator that restarts when it reaches the end.
LoopingIterator(Collection) - +Constructor for class org.apache.commons.collections.iterators.LoopingIterator +
Constructor that wraps a collection. +
loopingIterator(Collection) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an iterator that loops continuously over the supplied collection.
LoopingListIterator - Class in org.apache.commons.collections.iterators
A ListIterator that restarts when it reaches the end or when it - reaches the beginning.
LoopingListIterator(List) - -Constructor for class org.apache.commons.collections.iterators.LoopingListIterator -
Constructor that wraps a list. -
loopingListIterator(List) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an iterator that loops continuously over the supplied list. -
LRUMap - Class in org.apache.commons.collections
Deprecated. Moved to map subpackage. Due to be removed in v4.0.
LRUMap() - -Constructor for class org.apache.commons.collections.LRUMap + reaches the beginning.
LoopingListIterator(List) - +Constructor for class org.apache.commons.collections.iterators.LoopingListIterator +
Constructor that wraps a list. +
loopingListIterator(List) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an iterator that loops continuously over the supplied list. +
LRUMap - Class in org.apache.commons.collections
Deprecated. Moved to map subpackage. Due to be removed in v4.0.
LRUMap() - +Constructor for class org.apache.commons.collections.LRUMap
Deprecated. Default constructor, primarily for the purpose of - de-externalization. -
LRUMap(int) - -Constructor for class org.apache.commons.collections.LRUMap -
Deprecated. Create a new LRUMap with a maximum capacity of i. + de-externalization. +
LRUMap(int) - +Constructor for class org.apache.commons.collections.LRUMap +
Deprecated. Create a new LRUMap with a maximum capacity of i.
LRUMap - Class in org.apache.commons.collections.map
A Map implementation with a fixed maximum size which removes - the least recently used entry if an entry is added when full.
LRUMap() - -Constructor for class org.apache.commons.collections.map.LRUMap -
Constructs a new empty map with a maximum size of 100. -
LRUMap(int) - -Constructor for class org.apache.commons.collections.map.LRUMap -
Constructs a new, empty map with the specified maximum size. -
LRUMap(int, boolean) - -Constructor for class org.apache.commons.collections.map.LRUMap -
Constructs a new, empty map with the specified maximum size. -
LRUMap(int, float) - -Constructor for class org.apache.commons.collections.map.LRUMap + the least recently used entry if an entry is added when full.
LRUMap() - +Constructor for class org.apache.commons.collections.map.LRUMap +
Constructs a new empty map with a maximum size of 100. +
LRUMap(int) - +Constructor for class org.apache.commons.collections.map.LRUMap +
Constructs a new, empty map with the specified maximum size. +
LRUMap(int, boolean) - +Constructor for class org.apache.commons.collections.map.LRUMap +
Constructs a new, empty map with the specified maximum size. +
LRUMap(int, float) - +Constructor for class org.apache.commons.collections.map.LRUMap
Constructs a new, empty map with the specified initial capacity and - load factor. -
LRUMap(int, float, boolean) - -Constructor for class org.apache.commons.collections.map.LRUMap + load factor. +
LRUMap(int, float, boolean) - +Constructor for class org.apache.commons.collections.map.LRUMap
Constructs a new, empty map with the specified initial capacity and - load factor. -
LRUMap(Map) - -Constructor for class org.apache.commons.collections.map.LRUMap -
Constructor copying elements from another map. -
LRUMap(Map, boolean) - -Constructor for class org.apache.commons.collections.map.LRUMap -
Constructor copying elements from another map. -
-
-

-M

-
-
m_buffer - -Variable in class org.apache.commons.collections.UnboundedFifoBuffer -
Deprecated.   -
m_head - -Variable in class org.apache.commons.collections.UnboundedFifoBuffer -
Deprecated.   -
m_priorityQueue - -Variable in class org.apache.commons.collections.SynchronizedPriorityQueue -
Deprecated. The underlying priority queue. -
m_tail - -Variable in class org.apache.commons.collections.UnboundedFifoBuffer -
Deprecated.   -
map - -Variable in class org.apache.commons.collections.FastHashMap -
The underlying map we are managing. -
map - -Variable in class org.apache.commons.collections.FastTreeMap -
The underlying map we are managing. -
map - -Variable in class org.apache.commons.collections.map.AbstractMapDecorator -
The map to decorate -
map - -Variable in class org.apache.commons.collections.map.MultiKeyMap -
The decorated map -
map - -Variable in class org.apache.commons.collections.ProxyMap -
Deprecated. The Map to delegate to. -
map - -Variable in class org.apache.commons.collections.set.MapBackedSet -
The map being used as the backing store -
MapBackedSet - Class in org.apache.commons.collections.set
Decorates a Map to obtain Set behaviour.
mapIterator() - -Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator -
  -
mapIterator() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
Obtains a MapIterator over the map. -
mapIterator() - -Method in interface org.apache.commons.collections.BidiMap -
Obtains a MapIterator over the map. -
mapIterator() - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Gets an iterator over the map entries. -
mapIterator() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap -
  -
mapIterator() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap -
  -
mapIterator() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -
  -
mapIterator() - -Method in interface org.apache.commons.collections.IterableMap -
Obtains a MapIterator over the map. -
mapIterator() - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Gets an iterator over the map. -
mapIterator() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap -
Gets an iterator over the map. -
mapIterator() - -Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator -
  -
mapIterator() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Gets a MapIterator over the reference map. -
mapIterator() - -Method in class org.apache.commons.collections.map.Flat3Map -
Gets an iterator over the map. -
mapIterator() - -Method in class org.apache.commons.collections.map.ListOrderedMap -
  -
mapIterator() - -Method in class org.apache.commons.collections.map.MultiKeyMap -
  -
mapIterator() - -Method in class org.apache.commons.collections.map.SingletonMap -
Gets an iterator over the map. -
mapIterator() - -Method in class org.apache.commons.collections.map.UnmodifiableMap -
  -
mapIterator() - -Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap -
  -
MapIterator - Interface in org.apache.commons.collections
Defines an iterator that operates over a Map.
maps - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
Delegate map array. + load factor. +
LRUMap(Map) - +Constructor for class org.apache.commons.collections.map.LRUMap +
Constructor copying elements from another map. +
LRUMap(Map, boolean) - +Constructor for class org.apache.commons.collections.map.LRUMap +
Constructor copying elements from another map. +
+
+

+M

+
+
m_buffer - +Variable in class org.apache.commons.collections.UnboundedFifoBuffer +
Deprecated.   +
m_head - +Variable in class org.apache.commons.collections.UnboundedFifoBuffer +
Deprecated.   +
m_priorityQueue - +Variable in class org.apache.commons.collections.SynchronizedPriorityQueue +
Deprecated. The underlying priority queue. +
m_tail - +Variable in class org.apache.commons.collections.UnboundedFifoBuffer +
Deprecated.   +
map - +Variable in class org.apache.commons.collections.FastHashMap +
The underlying map we are managing. +
map - +Variable in class org.apache.commons.collections.FastTreeMap +
The underlying map we are managing. +
map - +Variable in class org.apache.commons.collections.map.AbstractMapDecorator +
The map to decorate +
map - +Variable in class org.apache.commons.collections.map.MultiKeyMap +
The decorated map +
map - +Variable in class org.apache.commons.collections.ProxyMap +
Deprecated. The Map to delegate to. +
map - +Variable in class org.apache.commons.collections.set.MapBackedSet +
The map being used as the backing store +
MapBackedSet - Class in org.apache.commons.collections.set
Decorates a Map to obtain Set behaviour.
mapIterator() - +Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator +
  +
mapIterator() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
Obtains a MapIterator over the map. +
mapIterator() - +Method in interface org.apache.commons.collections.BidiMap +
Obtains a MapIterator over the map. +
mapIterator() - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Gets an iterator over the map entries. +
mapIterator() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap +
  +
mapIterator() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap +
  +
mapIterator() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +
  +
mapIterator() - +Method in interface org.apache.commons.collections.IterableMap +
Obtains a MapIterator over the map. +
mapIterator() - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Gets an iterator over the map. +
mapIterator() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap +
Gets an iterator over the map. +
mapIterator() - +Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator +
  +
mapIterator() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Gets a MapIterator over the reference map. +
mapIterator() - +Method in class org.apache.commons.collections.map.Flat3Map +
Gets an iterator over the map. +
mapIterator() - +Method in class org.apache.commons.collections.map.ListOrderedMap +
  +
mapIterator() - +Method in class org.apache.commons.collections.map.MultiKeyMap +
  +
mapIterator() - +Method in class org.apache.commons.collections.map.SingletonMap +
Gets an iterator over the map. +
mapIterator() - +Method in class org.apache.commons.collections.map.UnmodifiableMap +
  +
mapIterator() - +Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap +
  +
MapIterator - Interface in org.apache.commons.collections
Defines an iterator that operates over a Map.
maps - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
Delegate map array.
MapTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that returns the value held in a specified map - using the input parameter as a key.
mapTransformer(Map) - -Static method in class org.apache.commons.collections.TransformerUtils -
Creates a Transformer that uses the passed in Map to transform the input - object (as a simple lookup). + using the input parameter as a key.
mapTransformer(Map) - +Static method in class org.apache.commons.collections.TransformerUtils +
Creates a Transformer that uses the passed in Map to transform the input + object (as a simple lookup).
MapUtils - Class in org.apache.commons.collections
Provides utility methods and decorators for - Map and SortedMap instances.
MapUtils() - -Constructor for class org.apache.commons.collections.MapUtils -
MapUtils should not normally be instantiated. -
max(Object, Object, Comparator) - -Static method in class org.apache.commons.collections.ComparatorUtils -
Returns the larger of the given objects according to the given - comparator, returning the second object if the comparator - returns equal. -
MAXIMUM_CAPACITY - -Static variable in class org.apache.commons.collections.map.AbstractHashedMap -
The maximum capacity allowed -
maximumCacheSize - -Variable in class org.apache.commons.collections.list.NodeCachingLinkedList -
The maximum size of the cache. -
maxSize() - -Method in interface org.apache.commons.collections.BoundedCollection -
Gets the maximum size of the collection (the bound). -
maxSize() - -Method in class org.apache.commons.collections.BoundedFifoBuffer -
Deprecated. Gets the maximum size of the collection (the bound). -
maxSize() - -Method in interface org.apache.commons.collections.BoundedMap -
Gets the maximum size of the map (the bound). -
maxSize() - -Method in class org.apache.commons.collections.buffer.BoundedBuffer -
  -
maxSize() - -Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer -
Gets the maximum size of the collection (the bound). -
maxSize() - -Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection -
  -
maxSize(Collection) - -Static method in class org.apache.commons.collections.CollectionUtils -
Get the maximum number of elements that the Collection can contain. -
maxSize() - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
maxSize() - -Method in class org.apache.commons.collections.map.FixedSizeMap -
  -
maxSize() - -Method in class org.apache.commons.collections.map.FixedSizeSortedMap -
  -
maxSize() - -Method in class org.apache.commons.collections.map.LRUMap -
Gets the maximum size of the map (the bound). -
maxSize() - -Method in class org.apache.commons.collections.map.SingletonMap -
Gets the maximum size of the map, always 1. -
min(Object, Object, Comparator) - -Static method in class org.apache.commons.collections.ComparatorUtils -
Returns the smaller of the given objects according to the given + Map and SortedMap instances.
MapUtils() - +Constructor for class org.apache.commons.collections.MapUtils +
MapUtils should not normally be instantiated. +
max(Object, Object, Comparator) - +Static method in class org.apache.commons.collections.ComparatorUtils +
Returns the larger of the given objects according to the given comparator, returning the second object if the comparator - returns equal. -
modCount - -Variable in class org.apache.commons.collections.list.AbstractLinkedList -
Modification count for iterators -
modCount - -Variable in class org.apache.commons.collections.map.AbstractHashedMap -
Modification count for iterators -
moveToMRU(AbstractLinkedMap.LinkEntry) - -Method in class org.apache.commons.collections.map.LRUMap -
Moves an entry to the MRU position at the end of the list. + returns equal. +
MAXIMUM_CAPACITY - +Static variable in class org.apache.commons.collections.map.AbstractHashedMap +
The maximum capacity allowed +
maximumCacheSize - +Variable in class org.apache.commons.collections.list.NodeCachingLinkedList +
The maximum size of the cache. +
maxSize() - +Method in interface org.apache.commons.collections.BoundedCollection +
Gets the maximum size of the collection (the bound). +
maxSize() - +Method in class org.apache.commons.collections.BoundedFifoBuffer +
Deprecated. Gets the maximum size of the collection (the bound). +
maxSize() - +Method in interface org.apache.commons.collections.BoundedMap +
Gets the maximum size of the map (the bound). +
maxSize() - +Method in class org.apache.commons.collections.buffer.BoundedBuffer +
  +
maxSize() - +Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer +
Gets the maximum size of the collection (the bound). +
maxSize() - +Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection +
  +
maxSize(Collection) - +Static method in class org.apache.commons.collections.CollectionUtils +
Get the maximum number of elements that the Collection can contain. +
maxSize() - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
maxSize() - +Method in class org.apache.commons.collections.map.FixedSizeMap +
  +
maxSize() - +Method in class org.apache.commons.collections.map.FixedSizeSortedMap +
  +
maxSize() - +Method in class org.apache.commons.collections.map.LRUMap +
Gets the maximum size of the map (the bound). +
maxSize() - +Method in class org.apache.commons.collections.map.SingletonMap +
Gets the maximum size of the map, always 1. +
min(Object, Object, Comparator) - +Static method in class org.apache.commons.collections.ComparatorUtils +
Returns the smaller of the given objects according to the given + comparator, returning the second object if the comparator + returns equal. +
modCount - +Variable in class org.apache.commons.collections.list.AbstractLinkedList +
Modification count for iterators +
modCount - +Variable in class org.apache.commons.collections.map.AbstractHashedMap +
Modification count for iterators +
moveToMRU(AbstractLinkedMap.LinkEntry) - +Method in class org.apache.commons.collections.map.LRUMap +
Moves an entry to the MRU position at the end of the list.
MultiHashMap - Class in org.apache.commons.collections
Deprecated. Class now available as MultiValueMap in map subpackage. - This version is due to be removed in collections v4.0.
MultiHashMap() - -Constructor for class org.apache.commons.collections.MultiHashMap -
Deprecated. Constructor. -
MultiHashMap(int) - -Constructor for class org.apache.commons.collections.MultiHashMap -
Deprecated. Constructor. -
MultiHashMap(int, float) - -Constructor for class org.apache.commons.collections.MultiHashMap -
Deprecated. Constructor. -
MultiHashMap(Map) - -Constructor for class org.apache.commons.collections.MultiHashMap -
Deprecated. Constructor that copies the input map creating an independent copy. -
MultiKey - Class in org.apache.commons.collections.keyvalue
A MultiKey allows multiple map keys to be merged together.
MultiKey(Object, Object) - -Constructor for class org.apache.commons.collections.keyvalue.MultiKey -
Constructor taking two keys. -
MultiKey(Object, Object, Object) - -Constructor for class org.apache.commons.collections.keyvalue.MultiKey -
Constructor taking three keys. -
MultiKey(Object, Object, Object, Object) - -Constructor for class org.apache.commons.collections.keyvalue.MultiKey -
Constructor taking four keys. -
MultiKey(Object, Object, Object, Object, Object) - -Constructor for class org.apache.commons.collections.keyvalue.MultiKey -
Constructor taking five keys. -
MultiKey(Object[]) - -Constructor for class org.apache.commons.collections.keyvalue.MultiKey -
Constructor taking an array of keys which is cloned. -
MultiKey(Object[], boolean) - -Constructor for class org.apache.commons.collections.keyvalue.MultiKey -
Constructor taking an array of keys, optionally choosing whether to clone. -
MultiKeyMap - Class in org.apache.commons.collections.map
A Map implementation that uses multiple keys to map the value.
MultiKeyMap() - -Constructor for class org.apache.commons.collections.map.MultiKeyMap -
Constructs a new MultiKeyMap that decorates a HashedMap. -
MultiKeyMap(AbstractHashedMap) - -Constructor for class org.apache.commons.collections.map.MultiKeyMap + This version is due to be removed in collections v4.0.
MultiHashMap() - +Constructor for class org.apache.commons.collections.MultiHashMap +
Deprecated. Constructor. +
MultiHashMap(int) - +Constructor for class org.apache.commons.collections.MultiHashMap +
Deprecated. Constructor. +
MultiHashMap(int, float) - +Constructor for class org.apache.commons.collections.MultiHashMap +
Deprecated. Constructor. +
MultiHashMap(Map) - +Constructor for class org.apache.commons.collections.MultiHashMap +
Deprecated. Constructor that copies the input map creating an independent copy. +
MultiKey - Class in org.apache.commons.collections.keyvalue
A MultiKey allows multiple map keys to be merged together.
MultiKey(Object, Object) - +Constructor for class org.apache.commons.collections.keyvalue.MultiKey +
Constructor taking two keys. +
MultiKey(Object, Object, Object) - +Constructor for class org.apache.commons.collections.keyvalue.MultiKey +
Constructor taking three keys. +
MultiKey(Object, Object, Object, Object) - +Constructor for class org.apache.commons.collections.keyvalue.MultiKey +
Constructor taking four keys. +
MultiKey(Object, Object, Object, Object, Object) - +Constructor for class org.apache.commons.collections.keyvalue.MultiKey +
Constructor taking five keys. +
MultiKey(Object[]) - +Constructor for class org.apache.commons.collections.keyvalue.MultiKey +
Constructor taking an array of keys which is cloned. +
MultiKey(Object[], boolean) - +Constructor for class org.apache.commons.collections.keyvalue.MultiKey +
Constructor taking an array of keys, optionally choosing whether to clone. +
MultiKeyMap - Class in org.apache.commons.collections.map
A Map implementation that uses multiple keys to map the value.
MultiKeyMap() - +Constructor for class org.apache.commons.collections.map.MultiKeyMap +
Constructs a new MultiKeyMap that decorates a HashedMap. +
MultiKeyMap(AbstractHashedMap) - +Constructor for class org.apache.commons.collections.map.MultiKeyMap
Constructor that decorates the specified map and is called from - MultiKeyMap.decorate(AbstractHashedMap). + MultiKeyMap.decorate(AbstractHashedMap).
MultiMap - Interface in org.apache.commons.collections
Defines a map that holds a collection of values against each key.
MultiValueMap - Class in org.apache.commons.collections.map
A MultiValueMap decorates another map, allowing it to have - more than one value for a key.
MultiValueMap() - -Constructor for class org.apache.commons.collections.map.MultiValueMap + more than one value for a key.
MultiValueMap() - +Constructor for class org.apache.commons.collections.map.MultiValueMap
Creates a MultiValueMap based on a HashMap and - storing the multiple values in an ArrayList. -
MultiValueMap(Map, Factory) - -Constructor for class org.apache.commons.collections.map.MultiValueMap + storing the multiple values in an ArrayList. +
MultiValueMap(Map, Factory) - +Constructor for class org.apache.commons.collections.map.MultiValueMap
Creates a MultiValueMap which decorates the given map and - creates the value collections using the supplied collectionFactory. -
multiValueMap(Map) - -Static method in class org.apache.commons.collections.MapUtils + creates the value collections using the supplied collectionFactory. +
multiValueMap(Map) - +Static method in class org.apache.commons.collections.MapUtils
Creates a mult-value map backed by the given map which returns - collections of type ArrayList. -
multiValueMap(Map, Class) - -Static method in class org.apache.commons.collections.MapUtils + collections of type ArrayList. +
multiValueMap(Map, Class) - +Static method in class org.apache.commons.collections.MapUtils
Creates a multi-value map backed by the given map which returns - collections of the specified type. -
multiValueMap(Map, Factory) - -Static method in class org.apache.commons.collections.MapUtils + collections of the specified type. +
multiValueMap(Map, Factory) - +Static method in class org.apache.commons.collections.MapUtils
Creates a multi-value map backed by the given map which returns - collections created by the specified collection factory. -
mutator - -Variable in class org.apache.commons.collections.collection.CompositeCollection -
CollectionMutator to handle changes to the collection -
-
-

-N

-
-
NATURAL_COMPARATOR - -Static variable in class org.apache.commons.collections.ComparatorUtils -
Comparator for natural sort order. -
naturalComparator() - -Static method in class org.apache.commons.collections.ComparatorUtils -
Gets a comparator that uses the natural order of the objects. -
neitherPredicate(Predicate, Predicate) - -Static method in class org.apache.commons.collections.PredicateUtils -
Create a new Predicate that returns true if neither of the specified - predicates are true. -
next() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator -
  -
next() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator -
  -
next() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator -
  -
next() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator -
  -
next() - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator -
  -
next() - -Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator -
  -
next() - -Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator -
  -
next() - -Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator -
  -
next() - -Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator -
  -
next() - -Method in class org.apache.commons.collections.iterators.ArrayIterator -
Returns the next element in the array. -
next() - -Method in class org.apache.commons.collections.iterators.ArrayListIterator -
Gets the next element from the array. -
next() - -Method in class org.apache.commons.collections.iterators.CollatingIterator -
Returns the next ordered element from a child iterator. -
next() - -Method in class org.apache.commons.collections.iterators.EntrySetMapIterator -
Gets the next key from the Map. -
next() - -Method in class org.apache.commons.collections.iterators.EnumerationIterator -
Returns the next object from the enumeration. -
next() - -Method in class org.apache.commons.collections.iterators.FilterIterator -
Returns the next object that matches the predicate. -
next() - -Method in class org.apache.commons.collections.iterators.FilterListIterator -
  -
next() - -Method in class org.apache.commons.collections.iterators.IteratorChain -
Returns the next Object of the current Iterator -
next() - -Method in class org.apache.commons.collections.iterators.ListIteratorWrapper -
Returns the next element from the iterator. -
next() - -Method in class org.apache.commons.collections.iterators.LoopingIterator -
Returns the next object in the collection. -
next() - -Method in class org.apache.commons.collections.iterators.LoopingListIterator -
Returns the next object in the list. -
next() - -Method in class org.apache.commons.collections.iterators.ObjectArrayIterator -
Returns the next element in the array. -
next() - -Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator -
Gets the next element from the array. -
next() - -Method in class org.apache.commons.collections.iterators.ObjectGraphIterator -
Gets the next element of the iteration. -
next() - -Method in class org.apache.commons.collections.iterators.ProxyIterator -
Deprecated. Returns the next element from the underlying iterator. -
next() - -Method in class org.apache.commons.collections.iterators.ProxyListIterator -
Deprecated. Invokes the underlying ListIterator.next() method. -
next() - -Method in class org.apache.commons.collections.iterators.ReverseListIterator -
Gets the next element. -
next() - -Method in class org.apache.commons.collections.iterators.SingletonIterator -
Get the next object from the iterator. -
next() - -Method in class org.apache.commons.collections.iterators.SingletonListIterator -
Get the next object from the iterator. -
next() - -Method in class org.apache.commons.collections.iterators.TransformIterator + collections created by the specified collection factory. +
mutator - +Variable in class org.apache.commons.collections.collection.CompositeCollection +
CollectionMutator to handle changes to the collection +
+
+

+N

+
+
NATURAL_COMPARATOR - +Static variable in class org.apache.commons.collections.ComparatorUtils +
Comparator for natural sort order. +
naturalComparator() - +Static method in class org.apache.commons.collections.ComparatorUtils +
Gets a comparator that uses the natural order of the objects. +
neitherPredicate(Predicate, Predicate) - +Static method in class org.apache.commons.collections.PredicateUtils +
Create a new Predicate that returns true if neither of the specified + predicates are true. +
next() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator +
  +
next() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator +
  +
next() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator +
  +
next() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator +
  +
next() - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator +
  +
next() - +Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator +
  +
next() - +Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator +
  +
next() - +Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator +
  +
next() - +Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator +
  +
next() - +Method in class org.apache.commons.collections.iterators.ArrayIterator +
Returns the next element in the array. +
next() - +Method in class org.apache.commons.collections.iterators.ArrayListIterator +
Gets the next element from the array. +
next() - +Method in class org.apache.commons.collections.iterators.CollatingIterator +
Returns the next ordered element from a child iterator. +
next() - +Method in class org.apache.commons.collections.iterators.EntrySetMapIterator +
Gets the next key from the Map. +
next() - +Method in class org.apache.commons.collections.iterators.EnumerationIterator +
Returns the next object from the enumeration. +
next() - +Method in class org.apache.commons.collections.iterators.FilterIterator +
Returns the next object that matches the predicate. +
next() - +Method in class org.apache.commons.collections.iterators.FilterListIterator +
  +
next() - +Method in class org.apache.commons.collections.iterators.IteratorChain +
Returns the next Object of the current Iterator +
next() - +Method in class org.apache.commons.collections.iterators.ListIteratorWrapper +
Returns the next element from the iterator. +
next() - +Method in class org.apache.commons.collections.iterators.LoopingIterator +
Returns the next object in the collection. +
next() - +Method in class org.apache.commons.collections.iterators.LoopingListIterator +
Returns the next object in the list. +
next() - +Method in class org.apache.commons.collections.iterators.ObjectArrayIterator +
Returns the next element in the array. +
next() - +Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator +
Gets the next element from the array. +
next() - +Method in class org.apache.commons.collections.iterators.ObjectGraphIterator +
Gets the next element of the iteration. +
next() - +Method in class org.apache.commons.collections.iterators.ProxyIterator +
Deprecated. Returns the next element from the underlying iterator. +
next() - +Method in class org.apache.commons.collections.iterators.ProxyListIterator +
Deprecated. Invokes the underlying ListIterator.next() method. +
next() - +Method in class org.apache.commons.collections.iterators.ReverseListIterator +
Gets the next element. +
next() - +Method in class org.apache.commons.collections.iterators.SingletonIterator +
Get the next object from the iterator. +
next() - +Method in class org.apache.commons.collections.iterators.SingletonListIterator +
Get the next object from the iterator. +
next() - +Method in class org.apache.commons.collections.iterators.TransformIterator
Gets the next object from the iteration, transforming it using the - current transformer. -
next() - -Method in class org.apache.commons.collections.iterators.UnmodifiableIterator -
  -
next() - -Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator -
  -
next() - -Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator -
  -
next() - -Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator -
  -
next - -Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator -
The node that will be returned by AbstractLinkedList.LinkedListIterator.next(). -
next() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator -
  -
next - -Variable in class org.apache.commons.collections.list.AbstractLinkedList.Node -
A pointer to the node after this node -
next() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator -
  -
next - -Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry -
The next entry in the hash chain -
next - -Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator -
The next entry -
next() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator -
  -
next() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator -
  -
next() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator -
  -
next() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator -
  -
next() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator -
  -
next - -Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator -
The next entry -
next() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator -
  -
next() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator -
  -
next() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry -
Gets the next entry in the bucket. -
next() - -Method in interface org.apache.commons.collections.MapIterator -
Gets the next key from the Map. -
nextElement() - -Method in class org.apache.commons.collections.iterators.IteratorEnumeration -
Returns the next element from the underlying iterator. -
nextEntry() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator -
  -
nextEntry() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator -
  -
nextIndex() - -Method in class org.apache.commons.collections.CursorableLinkedList.Cursor -
Deprecated.   -
nextIndex() - -Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator -
  -
nextIndex() - -Method in class org.apache.commons.collections.iterators.ArrayListIterator -
Gets the next index to be retrieved. -
nextIndex() - -Method in class org.apache.commons.collections.iterators.FilterListIterator -
  -
nextIndex() - -Method in class org.apache.commons.collections.iterators.ListIteratorWrapper -
Returns in the index of the next element. -
nextIndex() - -Method in class org.apache.commons.collections.iterators.LoopingListIterator + current transformer. +
next() - +Method in class org.apache.commons.collections.iterators.UnmodifiableIterator +
  +
next() - +Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator +
  +
next() - +Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator +
  +
next() - +Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator +
  +
next - +Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator +
The node that will be returned by AbstractLinkedList.LinkedListIterator.next(). +
next() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator +
  +
next - +Variable in class org.apache.commons.collections.list.AbstractLinkedList.Node +
A pointer to the node after this node +
next() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator +
  +
next - +Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry +
The next entry in the hash chain +
next - +Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator +
The next entry +
next() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator +
  +
next() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator +
  +
next() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator +
  +
next() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator +
  +
next() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator +
  +
next - +Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator +
The next entry +
next() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator +
  +
next() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator +
  +
next() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry +
Gets the next entry in the bucket. +
next() - +Method in interface org.apache.commons.collections.MapIterator +
Gets the next key from the Map. +
nextElement() - +Method in class org.apache.commons.collections.iterators.IteratorEnumeration +
Returns the next element from the underlying iterator. +
nextEntry() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator +
  +
nextEntry() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator +
  +
nextIndex() - +Method in class org.apache.commons.collections.CursorableLinkedList.Cursor +
Deprecated.   +
nextIndex() - +Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator +
  +
nextIndex() - +Method in class org.apache.commons.collections.iterators.ArrayListIterator +
Gets the next index to be retrieved. +
nextIndex() - +Method in class org.apache.commons.collections.iterators.FilterListIterator +
  +
nextIndex() - +Method in class org.apache.commons.collections.iterators.ListIteratorWrapper +
Returns in the index of the next element. +
nextIndex() - +Method in class org.apache.commons.collections.iterators.LoopingListIterator
Returns the index of the element that would be returned by a - subsequent call to LoopingListIterator.next(). -
nextIndex() - -Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator -
Gets the next index to be retrieved. -
nextIndex() - -Method in class org.apache.commons.collections.iterators.ProxyListIterator -
Deprecated. Invokes the underlying ListIterator.nextIndex() method. -
nextIndex() - -Method in class org.apache.commons.collections.iterators.ReverseListIterator -
Gets the index of the next element. -
nextIndex() - -Method in class org.apache.commons.collections.iterators.SingletonListIterator + subsequent call to LoopingListIterator.next(). +
nextIndex() - +Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator +
Gets the next index to be retrieved. +
nextIndex() - +Method in class org.apache.commons.collections.iterators.ProxyListIterator +
Deprecated. Invokes the underlying ListIterator.nextIndex() method. +
nextIndex() - +Method in class org.apache.commons.collections.iterators.ReverseListIterator +
Gets the index of the next element. +
nextIndex() - +Method in class org.apache.commons.collections.iterators.SingletonListIterator
Returns the index of the element that would be returned by a subsequent - call to next. -
nextIndex() - -Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator -
  -
nextIndex - -Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator -
The index of AbstractLinkedList.LinkedListIterator.next. -
nextIndex() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator -
  -
nextIndex() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator -
  -
nextIndex() - -Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor -
Gets the index of the next element to be returned. -
nextIndex() - -Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor -
  -
nextKey(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator -
  -
nextKey(Object) - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap -
  -
nextKey(Object) - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Gets the next key after the one specified. -
nextKey(Object) - -Method in class org.apache.commons.collections.map.AbstractLinkedMap -
Gets the next key in sequence. -
nextKey(Object) - -Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator -
  -
nextKey(Object) - -Method in class org.apache.commons.collections.map.ListOrderedMap -
Gets the next key to the one specified using insert order. -
nextKey(Object) - -Method in class org.apache.commons.collections.map.SingletonMap -
Gets the next key after the key specified, always null. -
nextKey(Object) - -Method in interface org.apache.commons.collections.OrderedMap -
Gets the next key after the one specified. -
NO_ARG_INSTANCE - -Static variable in class org.apache.commons.collections.functors.InstantiateTransformer -
Singleton instance that uses the no arg constructor -
NO_NEXT_ENTRY - -Static variable in class org.apache.commons.collections.map.AbstractHashedMap -
  -
NO_PREVIOUS_ENTRY - -Static variable in class org.apache.commons.collections.map.AbstractHashedMap -
  + call to next. +
nextIndex() - +Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator +
  +
nextIndex - +Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator +
The index of AbstractLinkedList.LinkedListIterator.next. +
nextIndex() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator +
  +
nextIndex() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator +
  +
nextIndex() - +Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor +
Gets the index of the next element to be returned. +
nextIndex() - +Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor +
  +
nextKey(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator +
  +
nextKey(Object) - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap +
  +
nextKey(Object) - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Gets the next key after the one specified. +
nextKey(Object) - +Method in class org.apache.commons.collections.map.AbstractLinkedMap +
Gets the next key in sequence. +
nextKey(Object) - +Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator +
  +
nextKey(Object) - +Method in class org.apache.commons.collections.map.ListOrderedMap +
Gets the next key to the one specified using insert order. +
nextKey(Object) - +Method in class org.apache.commons.collections.map.SingletonMap +
Gets the next key after the key specified, always null. +
nextKey(Object) - +Method in interface org.apache.commons.collections.OrderedMap +
Gets the next key after the one specified. +
NO_ARG_INSTANCE - +Static variable in class org.apache.commons.collections.functors.InstantiateTransformer +
Singleton instance that uses the no arg constructor +
NO_NEXT_ENTRY - +Static variable in class org.apache.commons.collections.map.AbstractHashedMap +
  +
NO_PREVIOUS_ENTRY - +Static variable in class org.apache.commons.collections.map.AbstractHashedMap +
 
NodeCachingLinkedList - Class in org.apache.commons.collections.list
A List implementation that stores a cache of internal Node objects - in an effort to reduce wasteful object creation.
NodeCachingLinkedList() - -Constructor for class org.apache.commons.collections.list.NodeCachingLinkedList -
Constructor that creates. -
NodeCachingLinkedList(Collection) - -Constructor for class org.apache.commons.collections.list.NodeCachingLinkedList -
Constructor that copies the specified collection -
NodeCachingLinkedList(int) - -Constructor for class org.apache.commons.collections.list.NodeCachingLinkedList -
Constructor that species the maximum cache size. -
nodeChanged(AbstractLinkedList.Node) - -Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor -
Handle event from the list when a node has changed. -
nodeInserted(AbstractLinkedList.Node) - -Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor -
Handle event from the list when a node has been added. -
nodeRemoved(AbstractLinkedList.Node) - -Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor -
Handle event from the list when a node has been removed. + in an effort to reduce wasteful object creation.
NodeCachingLinkedList() - +Constructor for class org.apache.commons.collections.list.NodeCachingLinkedList +
Constructor that creates. +
NodeCachingLinkedList(Collection) - +Constructor for class org.apache.commons.collections.list.NodeCachingLinkedList +
Constructor that copies the specified collection +
NodeCachingLinkedList(int) - +Constructor for class org.apache.commons.collections.list.NodeCachingLinkedList +
Constructor that species the maximum cache size. +
nodeChanged(AbstractLinkedList.Node) - +Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor +
Handle event from the list when a node has changed. +
nodeInserted(AbstractLinkedList.Node) - +Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor +
Handle event from the list when a node has been added. +
nodeRemoved(AbstractLinkedList.Node) - +Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor +
Handle event from the list when a node has been removed.
NonePredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if none of the - predicates return true.
NonePredicate(Predicate[]) - -Constructor for class org.apache.commons.collections.functors.NonePredicate -
Constructor that performs no validation. -
nonePredicate(Predicate[]) - -Static method in class org.apache.commons.collections.PredicateUtils + predicates return true.
NonePredicate(Predicate[]) - +Constructor for class org.apache.commons.collections.functors.NonePredicate +
Constructor that performs no validation. +
nonePredicate(Predicate[]) - +Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if none of the specified - predicates are true. -
nonePredicate(Collection) - -Static method in class org.apache.commons.collections.PredicateUtils + predicates are true. +
nonePredicate(Collection) - +Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if none of the specified - predicates are true. -
nopClosure() - -Static method in class org.apache.commons.collections.ClosureUtils -
Gets a Closure that will do nothing. -
NOPClosure - Class in org.apache.commons.collections.functors
Closure implementation that does nothing.
NOPTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that does nothing.
nopTransformer() - -Static method in class org.apache.commons.collections.TransformerUtils -
Gets a transformer that returns the input object. -
NotNullPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if the input is not null.
notNullPredicate() - -Static method in class org.apache.commons.collections.PredicateUtils -
Gets a Predicate that checks if the input object passed in is not null. -
NotPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns the opposite of the decorated predicate.
NotPredicate(Predicate) - -Constructor for class org.apache.commons.collections.functors.NotPredicate -
Constructor that performs no validation. -
notPredicate(Predicate) - -Static method in class org.apache.commons.collections.PredicateUtils + predicates are true. +
nopClosure() - +Static method in class org.apache.commons.collections.ClosureUtils +
Gets a Closure that will do nothing. +
NOPClosure - Class in org.apache.commons.collections.functors
Closure implementation that does nothing.
NOPTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that does nothing.
nopTransformer() - +Static method in class org.apache.commons.collections.TransformerUtils +
Gets a transformer that returns the input object. +
NotNullPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if the input is not null.
notNullPredicate() - +Static method in class org.apache.commons.collections.PredicateUtils +
Gets a Predicate that checks if the input object passed in is not null. +
NotPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns the opposite of the decorated predicate.
NotPredicate(Predicate) - +Constructor for class org.apache.commons.collections.functors.NotPredicate +
Constructor that performs no validation. +
notPredicate(Predicate) - +Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if the specified predicate - returns false and vice versa. -
NULL - -Static variable in class org.apache.commons.collections.map.AbstractHashedMap -
An object for masking null -
NULL_ARGUMENTS - -Static variable in class org.apache.commons.collections.BeanMap -
Deprecated. An empty array. -
NULL_INSTANCE - -Static variable in class org.apache.commons.collections.functors.ConstantFactory -
Returns null each time -
NULL_INSTANCE - -Static variable in class org.apache.commons.collections.functors.ConstantTransformer -
Returns null each time + returns false and vice versa. +
NULL - +Static variable in class org.apache.commons.collections.map.AbstractHashedMap +
An object for masking null +
NULL_ARGUMENTS - +Static variable in class org.apache.commons.collections.BeanMap +
Deprecated. An empty array. +
NULL_INSTANCE - +Static variable in class org.apache.commons.collections.functors.ConstantFactory +
Returns null each time +
NULL_INSTANCE - +Static variable in class org.apache.commons.collections.functors.ConstantTransformer +
Returns null each time
NullComparator - Class in org.apache.commons.collections.comparators
A Comparator that will compare nulls to be either lower or higher than - other objects.
NullComparator() - -Constructor for class org.apache.commons.collections.comparators.NullComparator + other objects.
NullComparator() - +Constructor for class org.apache.commons.collections.comparators.NullComparator
Construct an instance that sorts null higher than any - non-null object it is compared with. -
NullComparator(Comparator) - -Constructor for class org.apache.commons.collections.comparators.NullComparator + non-null object it is compared with. +
NullComparator(Comparator) - +Constructor for class org.apache.commons.collections.comparators.NullComparator
Construct an instance that sorts null higher than any - non-null object it is compared with. -
NullComparator(boolean) - -Constructor for class org.apache.commons.collections.comparators.NullComparator + non-null object it is compared with. +
NullComparator(boolean) - +Constructor for class org.apache.commons.collections.comparators.NullComparator
Construct an instance that sorts null higher or lower than - any non-null object it is compared with. -
NullComparator(Comparator, boolean) - -Constructor for class org.apache.commons.collections.comparators.NullComparator + any non-null object it is compared with. +
NullComparator(Comparator, boolean) - +Constructor for class org.apache.commons.collections.comparators.NullComparator
Construct an instance that sorts null higher or lower than - any non-null object it is compared with. -
nullFactory() - -Static method in class org.apache.commons.collections.FactoryUtils -
Gets a Factory that will return null each time the factory is used. -
nullHighComparator(Comparator) - -Static method in class org.apache.commons.collections.ComparatorUtils -
Gets a Comparator that controls the comparison of null values. -
NullIsExceptionPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that throws an exception if the input is null.
NullIsExceptionPredicate(Predicate) - -Constructor for class org.apache.commons.collections.functors.NullIsExceptionPredicate -
Constructor that performs no validation. -
nullIsExceptionPredicate(Predicate) - -Static method in class org.apache.commons.collections.PredicateUtils -
Gets a Predicate that throws an exception if the input object is null, - otherwise it calls the specified Predicate. -
NullIsFalsePredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns false if the input is null.
NullIsFalsePredicate(Predicate) - -Constructor for class org.apache.commons.collections.functors.NullIsFalsePredicate -
Constructor that performs no validation. -
nullIsFalsePredicate(Predicate) - -Static method in class org.apache.commons.collections.PredicateUtils + any non-null object it is compared with. +
nullFactory() - +Static method in class org.apache.commons.collections.FactoryUtils +
Gets a Factory that will return null each time the factory is used. +
nullHighComparator(Comparator) - +Static method in class org.apache.commons.collections.ComparatorUtils +
Gets a Comparator that controls the comparison of null values. +
NullIsExceptionPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that throws an exception if the input is null.
NullIsExceptionPredicate(Predicate) - +Constructor for class org.apache.commons.collections.functors.NullIsExceptionPredicate +
Constructor that performs no validation. +
nullIsExceptionPredicate(Predicate) - +Static method in class org.apache.commons.collections.PredicateUtils +
Gets a Predicate that throws an exception if the input object is null, + otherwise it calls the specified Predicate. +
NullIsFalsePredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns false if the input is null.
NullIsFalsePredicate(Predicate) - +Constructor for class org.apache.commons.collections.functors.NullIsFalsePredicate +
Constructor that performs no validation. +
nullIsFalsePredicate(Predicate) - +Static method in class org.apache.commons.collections.PredicateUtils
Gets a Predicate that returns false if the input object is null, otherwise - it calls the specified Predicate. -
NullIsTruePredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if the input is null.
NullIsTruePredicate(Predicate) - -Constructor for class org.apache.commons.collections.functors.NullIsTruePredicate -
Constructor that performs no validation. -
nullIsTruePredicate(Predicate) - -Static method in class org.apache.commons.collections.PredicateUtils + it calls the specified Predicate. +
NullIsTruePredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if the input is null.
NullIsTruePredicate(Predicate) - +Constructor for class org.apache.commons.collections.functors.NullIsTruePredicate +
Constructor that performs no validation. +
nullIsTruePredicate(Predicate) - +Static method in class org.apache.commons.collections.PredicateUtils
Gets a Predicate that returns true if the input object is null, otherwise - it calls the specified Predicate. -
nullLowComparator(Comparator) - -Static method in class org.apache.commons.collections.ComparatorUtils -
Gets a Comparator that controls the comparison of null values. -
NullPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if the input is null.
nullPredicate() - -Static method in class org.apache.commons.collections.PredicateUtils -
Gets a Predicate that checks if the input object passed in is null. -
nullTransformer() - -Static method in class org.apache.commons.collections.TransformerUtils -
Gets a transformer that always returns null. -
-
-

-O

-
-
ObjectArrayIterator - Class in org.apache.commons.collections.iterators
An Iterator over an array of objects.
ObjectArrayIterator() - -Constructor for class org.apache.commons.collections.iterators.ObjectArrayIterator -
Constructor for use with setArray. -
ObjectArrayIterator(Object[]) - -Constructor for class org.apache.commons.collections.iterators.ObjectArrayIterator + it calls the specified Predicate. +
nullLowComparator(Comparator) - +Static method in class org.apache.commons.collections.ComparatorUtils +
Gets a Comparator that controls the comparison of null values. +
NullPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if the input is null.
nullPredicate() - +Static method in class org.apache.commons.collections.PredicateUtils +
Gets a Predicate that checks if the input object passed in is null. +
nullTransformer() - +Static method in class org.apache.commons.collections.TransformerUtils +
Gets a transformer that always returns null. +
+
+

+O

+
+
ObjectArrayIterator - Class in org.apache.commons.collections.iterators
An Iterator over an array of objects.
ObjectArrayIterator() - +Constructor for class org.apache.commons.collections.iterators.ObjectArrayIterator +
Constructor for use with setArray. +
ObjectArrayIterator(Object[]) - +Constructor for class org.apache.commons.collections.iterators.ObjectArrayIterator
Constructs an ObjectArrayIterator that will iterate over the values in the - specified array. -
ObjectArrayIterator(Object[], int) - -Constructor for class org.apache.commons.collections.iterators.ObjectArrayIterator + specified array. +
ObjectArrayIterator(Object[], int) - +Constructor for class org.apache.commons.collections.iterators.ObjectArrayIterator
Constructs an ObjectArrayIterator that will iterate over the values in the - specified array from a specific start index. -
ObjectArrayIterator(Object[], int, int) - -Constructor for class org.apache.commons.collections.iterators.ObjectArrayIterator -
Construct an ObjectArrayIterator that will iterate over a range of values - in the specified array. -
ObjectArrayListIterator - Class in org.apache.commons.collections.iterators
Implements a ListIterator over an array of objects.
ObjectArrayListIterator() - -Constructor for class org.apache.commons.collections.iterators.ObjectArrayListIterator -
Constructor for use with setArray. -
ObjectArrayListIterator(Object[]) - -Constructor for class org.apache.commons.collections.iterators.ObjectArrayListIterator + specified array from a specific start index. +
ObjectArrayIterator(Object[], int, int) - +Constructor for class org.apache.commons.collections.iterators.ObjectArrayIterator +
Construct an ObjectArrayIterator that will iterate over a range of values + in the specified array. +
ObjectArrayListIterator - Class in org.apache.commons.collections.iterators
Implements a ListIterator over an array of objects.
ObjectArrayListIterator() - +Constructor for class org.apache.commons.collections.iterators.ObjectArrayListIterator +
Constructor for use with setArray. +
ObjectArrayListIterator(Object[]) - +Constructor for class org.apache.commons.collections.iterators.ObjectArrayListIterator
Constructs an ObjectArrayListIterator that will iterate over the values in the - specified array. -
ObjectArrayListIterator(Object[], int) - -Constructor for class org.apache.commons.collections.iterators.ObjectArrayListIterator + specified array. +
ObjectArrayListIterator(Object[], int) - +Constructor for class org.apache.commons.collections.iterators.ObjectArrayListIterator
Constructs an ObjectArrayListIterator that will iterate over the values in the - specified array from a specific start index. -
ObjectArrayListIterator(Object[], int, int) - -Constructor for class org.apache.commons.collections.iterators.ObjectArrayListIterator -
Construct an ObjectArrayListIterator that will iterate over a range of values - in the specified array. -
ObjectGraphIterator - Class in org.apache.commons.collections.iterators
An Iterator that can traverse multiple iterators down an object graph.
ObjectGraphIterator(Object, Transformer) - -Constructor for class org.apache.commons.collections.iterators.ObjectGraphIterator -
Constructs an ObjectGraphIterator using a root object and transformer. -
ObjectGraphIterator(Iterator) - -Constructor for class org.apache.commons.collections.iterators.ObjectGraphIterator -
Constructs a ObjectGraphIterator that will handle an iterator of iterators. -
objectGraphIterator(Object, Transformer) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an iterator that operates over an object graph. + specified array from a specific start index. +
ObjectArrayListIterator(Object[], int, int) - +Constructor for class org.apache.commons.collections.iterators.ObjectArrayListIterator +
Construct an ObjectArrayListIterator that will iterate over a range of values + in the specified array. +
ObjectGraphIterator - Class in org.apache.commons.collections.iterators
An Iterator that can traverse multiple iterators down an object graph.
ObjectGraphIterator(Object, Transformer) - +Constructor for class org.apache.commons.collections.iterators.ObjectGraphIterator +
Constructs an ObjectGraphIterator using a root object and transformer. +
ObjectGraphIterator(Iterator) - +Constructor for class org.apache.commons.collections.iterators.ObjectGraphIterator +
Constructs a ObjectGraphIterator that will handle an iterator of iterators. +
objectGraphIterator(Object, Transformer) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an iterator that operates over an object graph.
OnePredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if only one of the - predicates return true.
OnePredicate(Predicate[]) - -Constructor for class org.apache.commons.collections.functors.OnePredicate -
Constructor that performs no validation. -
onePredicate(Predicate[]) - -Static method in class org.apache.commons.collections.PredicateUtils + predicates return true.
OnePredicate(Predicate[]) - +Constructor for class org.apache.commons.collections.functors.OnePredicate +
Constructor that performs no validation. +
onePredicate(Predicate[]) - +Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if only one of the specified - predicates are true. -
onePredicate(Collection) - -Static method in class org.apache.commons.collections.PredicateUtils + predicates are true. +
onePredicate(Collection) - +Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if only one of the specified - predicates are true. + predicates are true.
OrderedBidiMap - Interface in org.apache.commons.collections
Defines a map that allows bidirectional lookup between key and values - and retains and provides access to an ordering.
OrderedIterator - Interface in org.apache.commons.collections
Defines an iterator that operates over an ordered collection.
orderedMap(Map) - -Static method in class org.apache.commons.collections.MapUtils + and retains and provides access to an ordering.
OrderedIterator - Interface in org.apache.commons.collections
Defines an iterator that operates over an ordered collection.
orderedMap(Map) - +Static method in class org.apache.commons.collections.MapUtils
Returns a map that maintains the order of keys that are added - backed by the given map. + backed by the given map.
OrderedMap - Interface in org.apache.commons.collections
Defines a map that maintains order and allows both forward and backward - iteration through that order.
orderedMapIterator() - -Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator -
  -
orderedMapIterator() - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap -
Obtains an ordered map iterator. -
orderedMapIterator() - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Gets an ordered iterator over the map entries. -
orderedMapIterator() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap -
  -
orderedMapIterator() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -
  -
orderedMapIterator() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap -
Gets a bidirectional iterator over the map. -
orderedMapIterator() - -Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator -
  -
orderedMapIterator() - -Method in class org.apache.commons.collections.map.ListOrderedMap -
  -
orderedMapIterator() - -Method in class org.apache.commons.collections.map.SingletonMap -
Obtains an OrderedMapIterator over the map. -
orderedMapIterator() - -Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap -
  -
orderedMapIterator() - -Method in interface org.apache.commons.collections.OrderedMap -
Obtains an OrderedMapIterator over the map. -
OrderedMapIterator - Interface in org.apache.commons.collections
Defines an iterator that operates over an ordered Map.
orderedSet(Set) - -Static method in class org.apache.commons.collections.SetUtils + iteration through that order.
orderedMapIterator() - +Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator +
  +
orderedMapIterator() - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap +
Obtains an ordered map iterator. +
orderedMapIterator() - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Gets an ordered iterator over the map entries. +
orderedMapIterator() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap +
  +
orderedMapIterator() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +
  +
orderedMapIterator() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap +
Gets a bidirectional iterator over the map. +
orderedMapIterator() - +Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator +
  +
orderedMapIterator() - +Method in class org.apache.commons.collections.map.ListOrderedMap +
  +
orderedMapIterator() - +Method in class org.apache.commons.collections.map.SingletonMap +
Obtains an OrderedMapIterator over the map. +
orderedMapIterator() - +Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap +
  +
orderedMapIterator() - +Method in interface org.apache.commons.collections.OrderedMap +
Obtains an OrderedMapIterator over the map. +
OrderedMapIterator - Interface in org.apache.commons.collections
Defines an iterator that operates over an ordered Map.
orderedSet(Set) - +Static method in class org.apache.commons.collections.SetUtils
Returns a set that maintains the order of elements that are added - backed by the given set. -
orderingBits - -Variable in class org.apache.commons.collections.comparators.ComparatorChain -
Order - false (clear) = ascend; true (set) = descend. -
org.apache.commons.collections - package org.apache.commons.collections
-This package contains the interfaces and utilities shared across all the subpackages of this component.
org.apache.commons.collections.bag - package org.apache.commons.collections.bag
-This package contains implementations of the -Bag and -SortedBag interfaces.
org.apache.commons.collections.bidimap - package org.apache.commons.collections.bidimap
-This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces.
org.apache.commons.collections.buffer - package org.apache.commons.collections.buffer
-This package contains implementations of the -Buffer interface.
org.apache.commons.collections.collection - package org.apache.commons.collections.collection
-This package contains implementations of the -Collection interface.
org.apache.commons.collections.comparators - package org.apache.commons.collections.comparators
-This package contains implementations of the -Comparator interface.
org.apache.commons.collections.functors - package org.apache.commons.collections.functors
-This package contains implementations of the -Closure, -Predicate, -Transformer and -Factory interfaces.
org.apache.commons.collections.iterators - package org.apache.commons.collections.iterators
-This package contains implementations of the -Iterator interface.
org.apache.commons.collections.keyvalue - package org.apache.commons.collections.keyvalue
-This package contains implementations of collection and map related key/value classes.
org.apache.commons.collections.list - package org.apache.commons.collections.list
-This package contains implementations of the -List interface.
org.apache.commons.collections.map - package org.apache.commons.collections.map
-This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces.
org.apache.commons.collections.set - package org.apache.commons.collections.set
-This package contains implementations of the -Set and -SortedSet interfaces.
OrPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if either of the predicates return true.
OrPredicate(Predicate, Predicate) - -Constructor for class org.apache.commons.collections.functors.OrPredicate -
Constructor that performs no validation. -
orPredicate(Predicate, Predicate) - -Static method in class org.apache.commons.collections.PredicateUtils + backed by the given set. +
orderingBits - +Variable in class org.apache.commons.collections.comparators.ComparatorChain +
Order - false (clear) = ascend; true (set) = descend. +
org.apache.commons.collections - package org.apache.commons.collections
+This package contains the interfaces and utilities shared across all the subpackages of this component.
org.apache.commons.collections.bag - package org.apache.commons.collections.bag
+This package contains implementations of the +Bag and +SortedBag interfaces.
org.apache.commons.collections.bidimap - package org.apache.commons.collections.bidimap
+This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces.
org.apache.commons.collections.buffer - package org.apache.commons.collections.buffer
+This package contains implementations of the +Buffer interface.
org.apache.commons.collections.collection - package org.apache.commons.collections.collection
+This package contains implementations of the +Collection interface.
org.apache.commons.collections.comparators - package org.apache.commons.collections.comparators
+This package contains implementations of the +Comparator interface.
org.apache.commons.collections.functors - package org.apache.commons.collections.functors
+This package contains implementations of the +Closure, +Predicate, +Transformer and +Factory interfaces.
org.apache.commons.collections.iterators - package org.apache.commons.collections.iterators
+This package contains implementations of the +Iterator interface.
org.apache.commons.collections.keyvalue - package org.apache.commons.collections.keyvalue
+This package contains implementations of collection and map related key/value classes.
org.apache.commons.collections.list - package org.apache.commons.collections.list
+This package contains implementations of the +List interface.
org.apache.commons.collections.map - package org.apache.commons.collections.map
+This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces.
org.apache.commons.collections.set - package org.apache.commons.collections.set
+This package contains implementations of the +Set and +SortedSet interfaces.
OrPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if either of the predicates return true.
OrPredicate(Predicate, Predicate) - +Constructor for class org.apache.commons.collections.functors.OrPredicate +
Constructor that performs no validation. +
orPredicate(Predicate, Predicate) - +Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if either of the specified - predicates are true. -
-
-

-P

-
-
parent - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator -
The parent map -
parent - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator -
The parent map -
parent - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator -
The parent map -
parent - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry -
The parent map -
parent - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator -
The parent map -
parent - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View -
The parent map -
parent - -Variable in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator -
The parent map -
parent - -Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator -
The parent list -
parent - -Variable in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet -
The parent map -
parent - -Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator -
The parent map -
parent - -Variable in class org.apache.commons.collections.map.AbstractHashedMap.KeySet -
The parent map -
parent - -Variable in class org.apache.commons.collections.map.AbstractHashedMap.Values -
The parent map -
parent - -Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator -
The parent map -
parent - -Variable in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry -
The parent map -
peek() - -Method in class org.apache.commons.collections.ArrayStack -
Returns the top item off of this stack without removing it. -
peek(int) - -Method in class org.apache.commons.collections.ArrayStack + predicates are true. +
+
+

+P

+
+
parent - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator +
The parent map +
parent - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator +
The parent map +
parent - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator +
The parent map +
parent - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry +
The parent map +
parent - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator +
The parent map +
parent - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View +
The parent map +
parent - +Variable in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator +
The parent map +
parent - +Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator +
The parent list +
parent - +Variable in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet +
The parent map +
parent - +Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator +
The parent map +
parent - +Variable in class org.apache.commons.collections.map.AbstractHashedMap.KeySet +
The parent map +
parent - +Variable in class org.apache.commons.collections.map.AbstractHashedMap.Values +
The parent map +
parent - +Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator +
The parent map +
parent - +Variable in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry +
The parent map +
peek() - +Method in class org.apache.commons.collections.ArrayStack +
Returns the top item off of this stack without removing it. +
peek(int) - +Method in class org.apache.commons.collections.ArrayStack
Returns the n'th item down (zero-relative) from the top of this - stack without removing it. -
peek() - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Returns the element on top of heap but don't remove it. -
peek() - -Method in interface org.apache.commons.collections.PriorityQueue -
Deprecated. Return element on top of heap but don't remove it. -
peek() - -Method in class org.apache.commons.collections.SynchronizedPriorityQueue -
Deprecated. Return element on top of heap but don't remove it. -
percolateDownMaxHeap(int) - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Percolates element down heap from the position given by the index. -
percolateDownMaxHeap(int) - -Method in class org.apache.commons.collections.buffer.PriorityBuffer -
Percolates element down heap from the position given by the index. -
percolateDownMinHeap(int) - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Percolates element down heap from the position given by the index. -
percolateDownMinHeap(int) - -Method in class org.apache.commons.collections.buffer.PriorityBuffer -
Percolates element down heap from the position given by the index. -
percolateUpMaxHeap(int) - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Percolates element up heap from from the position given by the index. -
percolateUpMaxHeap(Object) - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Percolates a new element up heap from the bottom. -
percolateUpMaxHeap(int) - -Method in class org.apache.commons.collections.buffer.PriorityBuffer -
Percolates element up heap from from the position given by the index. -
percolateUpMaxHeap(Object) - -Method in class org.apache.commons.collections.buffer.PriorityBuffer -
Percolates a new element up heap from the bottom. -
percolateUpMinHeap(int) - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Percolates element up heap from the position given by the index. -
percolateUpMinHeap(Object) - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Percolates a new element up heap from the bottom. -
percolateUpMinHeap(int) - -Method in class org.apache.commons.collections.buffer.PriorityBuffer -
Percolates element up heap from the position given by the index. -
percolateUpMinHeap(Object) - -Method in class org.apache.commons.collections.buffer.PriorityBuffer -
Percolates a new element up heap from the bottom. -
pop() - -Method in class org.apache.commons.collections.ArrayStack -
Pops the top item off of this stack and return it. -
pop() - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Returns the element on top of heap and remove it. -
pop() - -Method in interface org.apache.commons.collections.PriorityQueue -
Deprecated. Return element on top of heap and remove it. -
pop() - -Method in class org.apache.commons.collections.SynchronizedPriorityQueue -
Deprecated. Return element on top of heap and remove it. -
predicate - -Variable in class org.apache.commons.collections.collection.PredicatedCollection -
The predicate to use + stack without removing it. +
peek() - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Returns the element on top of heap but don't remove it. +
peek() - +Method in interface org.apache.commons.collections.PriorityQueue +
Deprecated. Return element on top of heap but don't remove it. +
peek() - +Method in class org.apache.commons.collections.SynchronizedPriorityQueue +
Deprecated. Return element on top of heap but don't remove it. +
percolateDownMaxHeap(int) - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Percolates element down heap from the position given by the index. +
percolateDownMaxHeap(int) - +Method in class org.apache.commons.collections.buffer.PriorityBuffer +
Percolates element down heap from the position given by the index. +
percolateDownMinHeap(int) - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Percolates element down heap from the position given by the index. +
percolateDownMinHeap(int) - +Method in class org.apache.commons.collections.buffer.PriorityBuffer +
Percolates element down heap from the position given by the index. +
percolateUpMaxHeap(int) - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Percolates element up heap from from the position given by the index. +
percolateUpMaxHeap(Object) - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Percolates a new element up heap from the bottom. +
percolateUpMaxHeap(int) - +Method in class org.apache.commons.collections.buffer.PriorityBuffer +
Percolates element up heap from from the position given by the index. +
percolateUpMaxHeap(Object) - +Method in class org.apache.commons.collections.buffer.PriorityBuffer +
Percolates a new element up heap from the bottom. +
percolateUpMinHeap(int) - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Percolates element up heap from the position given by the index. +
percolateUpMinHeap(Object) - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Percolates a new element up heap from the bottom. +
percolateUpMinHeap(int) - +Method in class org.apache.commons.collections.buffer.PriorityBuffer +
Percolates element up heap from the position given by the index. +
percolateUpMinHeap(Object) - +Method in class org.apache.commons.collections.buffer.PriorityBuffer +
Percolates a new element up heap from the bottom. +
pop() - +Method in class org.apache.commons.collections.ArrayStack +
Pops the top item off of this stack and return it. +
pop() - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Returns the element on top of heap and remove it. +
pop() - +Method in interface org.apache.commons.collections.PriorityQueue +
Deprecated. Return element on top of heap and remove it. +
pop() - +Method in class org.apache.commons.collections.SynchronizedPriorityQueue +
Deprecated. Return element on top of heap and remove it. +
predicate - +Variable in class org.apache.commons.collections.collection.PredicatedCollection +
The predicate to use
Predicate - Interface in org.apache.commons.collections
Defines a functor interface implemented by classes that perform a predicate test on an object.
PredicatedBag - Class in org.apache.commons.collections.bag
Decorates another Bag to validate that additions - match a specified predicate.
PredicatedBag(Bag, Predicate) - -Constructor for class org.apache.commons.collections.bag.PredicatedBag -
Constructor that wraps (not copies). -
predicatedBag(Bag, Predicate) - -Static method in class org.apache.commons.collections.BagUtils -
Returns a predicated (validating) bag backed by the given bag. + match a specified predicate.
PredicatedBag(Bag, Predicate) - +Constructor for class org.apache.commons.collections.bag.PredicatedBag +
Constructor that wraps (not copies). +
predicatedBag(Bag, Predicate) - +Static method in class org.apache.commons.collections.BagUtils +
Returns a predicated (validating) bag backed by the given bag.
PredicatedBuffer - Class in org.apache.commons.collections.buffer
Decorates another Buffer to validate that additions - match a specified predicate.
PredicatedBuffer(Buffer, Predicate) - -Constructor for class org.apache.commons.collections.buffer.PredicatedBuffer -
Constructor that wraps (not copies). -
predicatedBuffer(Buffer, Predicate) - -Static method in class org.apache.commons.collections.BufferUtils -
Returns a predicated (validating) buffer backed by the given buffer. + match a specified predicate.
PredicatedBuffer(Buffer, Predicate) - +Constructor for class org.apache.commons.collections.buffer.PredicatedBuffer +
Constructor that wraps (not copies). +
predicatedBuffer(Buffer, Predicate) - +Static method in class org.apache.commons.collections.BufferUtils +
Returns a predicated (validating) buffer backed by the given buffer.
PredicatedCollection - Class in org.apache.commons.collections.collection
Decorates another Collection to validate that additions - match a specified predicate.
PredicatedCollection(Collection, Predicate) - -Constructor for class org.apache.commons.collections.collection.PredicatedCollection -
Constructor that wraps (not copies). -
predicatedCollection(Collection, Predicate) - -Static method in class org.apache.commons.collections.CollectionUtils -
Returns a predicated (validating) collection backed by the given collection. + match a specified predicate.
PredicatedCollection(Collection, Predicate) - +Constructor for class org.apache.commons.collections.collection.PredicatedCollection +
Constructor that wraps (not copies). +
predicatedCollection(Collection, Predicate) - +Static method in class org.apache.commons.collections.CollectionUtils +
Returns a predicated (validating) collection backed by the given collection.
PredicateDecorator - Interface in org.apache.commons.collections.functors
Defines a predicate that decorates one or more other predicates.
PredicatedList - Class in org.apache.commons.collections.list
Decorates another List to validate that all additions - match a specified predicate.
PredicatedList(List, Predicate) - -Constructor for class org.apache.commons.collections.list.PredicatedList -
Constructor that wraps (not copies). -
predicatedList(List, Predicate) - -Static method in class org.apache.commons.collections.ListUtils -
Returns a predicated (validating) list backed by the given list. -
PredicatedList.PredicatedListIterator - Class in org.apache.commons.collections.list
Inner class Iterator for the PredicatedList
PredicatedList.PredicatedListIterator(ListIterator) - -Constructor for class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator -
  + match a specified predicate.
PredicatedList(List, Predicate) - +Constructor for class org.apache.commons.collections.list.PredicatedList +
Constructor that wraps (not copies). +
predicatedList(List, Predicate) - +Static method in class org.apache.commons.collections.ListUtils +
Returns a predicated (validating) list backed by the given list. +
PredicatedList.PredicatedListIterator - Class in org.apache.commons.collections.list
Inner class Iterator for the PredicatedList
PredicatedList.PredicatedListIterator(ListIterator) - +Constructor for class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator +
 
PredicatedMap - Class in org.apache.commons.collections.map
Decorates another Map to validate that additions - match a specified predicate.
PredicatedMap(Map, Predicate, Predicate) - -Constructor for class org.apache.commons.collections.map.PredicatedMap -
Constructor that wraps (not copies). -
predicatedMap(Map, Predicate, Predicate) - -Static method in class org.apache.commons.collections.MapUtils -
Returns a predicated (validating) map backed by the given map. + match a specified predicate.
PredicatedMap(Map, Predicate, Predicate) - +Constructor for class org.apache.commons.collections.map.PredicatedMap +
Constructor that wraps (not copies). +
predicatedMap(Map, Predicate, Predicate) - +Static method in class org.apache.commons.collections.MapUtils +
Returns a predicated (validating) map backed by the given map.
PredicatedSet - Class in org.apache.commons.collections.set
Decorates another Set to validate that all additions - match a specified predicate.
PredicatedSet(Set, Predicate) - -Constructor for class org.apache.commons.collections.set.PredicatedSet -
Constructor that wraps (not copies). -
predicatedSet(Set, Predicate) - -Static method in class org.apache.commons.collections.SetUtils -
Returns a predicated (validating) set backed by the given set. + match a specified predicate.
PredicatedSet(Set, Predicate) - +Constructor for class org.apache.commons.collections.set.PredicatedSet +
Constructor that wraps (not copies). +
predicatedSet(Set, Predicate) - +Static method in class org.apache.commons.collections.SetUtils +
Returns a predicated (validating) set backed by the given set.
PredicatedSortedBag - Class in org.apache.commons.collections.bag
Decorates another SortedBag to validate that additions - match a specified predicate.
PredicatedSortedBag(SortedBag, Predicate) - -Constructor for class org.apache.commons.collections.bag.PredicatedSortedBag -
Constructor that wraps (not copies). -
predicatedSortedBag(SortedBag, Predicate) - -Static method in class org.apache.commons.collections.BagUtils -
Returns a predicated (validating) sorted bag backed by the given sorted bag. + match a specified predicate.
PredicatedSortedBag(SortedBag, Predicate) - +Constructor for class org.apache.commons.collections.bag.PredicatedSortedBag +
Constructor that wraps (not copies). +
predicatedSortedBag(SortedBag, Predicate) - +Static method in class org.apache.commons.collections.BagUtils +
Returns a predicated (validating) sorted bag backed by the given sorted bag.
PredicatedSortedMap - Class in org.apache.commons.collections.map
Decorates another SortedMap to validate that additions - match a specified predicate.
PredicatedSortedMap(SortedMap, Predicate, Predicate) - -Constructor for class org.apache.commons.collections.map.PredicatedSortedMap -
Constructor that wraps (not copies). -
predicatedSortedMap(SortedMap, Predicate, Predicate) - -Static method in class org.apache.commons.collections.MapUtils -
Returns a predicated (validating) sorted map backed by the given map. + match a specified predicate.
PredicatedSortedMap(SortedMap, Predicate, Predicate) - +Constructor for class org.apache.commons.collections.map.PredicatedSortedMap +
Constructor that wraps (not copies). +
predicatedSortedMap(SortedMap, Predicate, Predicate) - +Static method in class org.apache.commons.collections.MapUtils +
Returns a predicated (validating) sorted map backed by the given map.
PredicatedSortedSet - Class in org.apache.commons.collections.set
Decorates another SortedSet to validate that all additions - match a specified predicate.
PredicatedSortedSet(SortedSet, Predicate) - -Constructor for class org.apache.commons.collections.set.PredicatedSortedSet -
Constructor that wraps (not copies). -
predicatedSortedSet(SortedSet, Predicate) - -Static method in class org.apache.commons.collections.SetUtils -
Returns a predicated (validating) sorted set backed by the given sorted set. + match a specified predicate.
PredicatedSortedSet(SortedSet, Predicate) - +Constructor for class org.apache.commons.collections.set.PredicatedSortedSet +
Constructor that wraps (not copies). +
predicatedSortedSet(SortedSet, Predicate) - +Static method in class org.apache.commons.collections.SetUtils +
Returns a predicated (validating) sorted set backed by the given sorted set.
PredicateTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that calls a Predicate using the input object - and then returns the input.
PredicateTransformer(Predicate) - -Constructor for class org.apache.commons.collections.functors.PredicateTransformer -
Constructor that performs no validation. + and then returns the input.
PredicateTransformer(Predicate) - +Constructor for class org.apache.commons.collections.functors.PredicateTransformer +
Constructor that performs no validation.
PredicateUtils - Class in org.apache.commons.collections
PredicateUtils provides reference implementations and utilities - for the Predicate functor interface.
PredicateUtils() - -Constructor for class org.apache.commons.collections.PredicateUtils -
This class is not normally instantiated. -
previous() - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator -
  -
previous() - -Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator -
  -
previous() - -Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator -
  -
previous() - -Method in class org.apache.commons.collections.iterators.ArrayListIterator -
Gets the previous element from the array. -
previous() - -Method in class org.apache.commons.collections.iterators.FilterListIterator -
  -
previous() - -Method in class org.apache.commons.collections.iterators.ListIteratorWrapper -
Returns the the previous element. -
previous() - -Method in class org.apache.commons.collections.iterators.LoopingListIterator -
Returns the previous object in the list. -
previous() - -Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator -
Gets the previous element from the array. -
previous() - -Method in class org.apache.commons.collections.iterators.ProxyListIterator -
Deprecated. Invokes the underlying ListIterator.previous() method. -
previous() - -Method in class org.apache.commons.collections.iterators.ReverseListIterator -
Gets the previous element. -
previous() - -Method in class org.apache.commons.collections.iterators.SingletonListIterator -
Get the previous object from the iterator. -
previous() - -Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator -
  -
previous() - -Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator -
  -
previous() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator -
  -
previous - -Variable in class org.apache.commons.collections.list.AbstractLinkedList.Node -
A pointer to the node before this node -
previous() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator -
  -
previous() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator -
  -
previous() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator -
  -
previous() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator -
  -
previous() - -Method in interface org.apache.commons.collections.OrderedIterator -
Gets the previous element from the collection. -
previous() - -Method in interface org.apache.commons.collections.OrderedMapIterator -
Gets the previous key from the Map. -
previousEntry() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator -
  -
previousIndex() - -Method in class org.apache.commons.collections.CursorableLinkedList.Cursor -
Deprecated.   -
previousIndex() - -Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator -
  -
previousIndex() - -Method in class org.apache.commons.collections.iterators.ArrayListIterator -
Gets the index of the item to be retrieved if ArrayListIterator.previous() is called. -
previousIndex() - -Method in class org.apache.commons.collections.iterators.FilterListIterator -
  -
previousIndex() - -Method in class org.apache.commons.collections.iterators.ListIteratorWrapper -
Returns the index of the previous element. -
previousIndex() - -Method in class org.apache.commons.collections.iterators.LoopingListIterator + for the Predicate functor interface.
PredicateUtils() - +Constructor for class org.apache.commons.collections.PredicateUtils +
This class is not normally instantiated. +
previous() - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator +
  +
previous() - +Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator +
  +
previous() - +Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator +
  +
previous() - +Method in class org.apache.commons.collections.iterators.ArrayListIterator +
Gets the previous element from the array. +
previous() - +Method in class org.apache.commons.collections.iterators.FilterListIterator +
  +
previous() - +Method in class org.apache.commons.collections.iterators.ListIteratorWrapper +
Returns the the previous element. +
previous() - +Method in class org.apache.commons.collections.iterators.LoopingListIterator +
Returns the previous object in the list. +
previous() - +Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator +
Gets the previous element from the array. +
previous() - +Method in class org.apache.commons.collections.iterators.ProxyListIterator +
Deprecated. Invokes the underlying ListIterator.previous() method. +
previous() - +Method in class org.apache.commons.collections.iterators.ReverseListIterator +
Gets the previous element. +
previous() - +Method in class org.apache.commons.collections.iterators.SingletonListIterator +
Get the previous object from the iterator. +
previous() - +Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator +
  +
previous() - +Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator +
  +
previous() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator +
  +
previous - +Variable in class org.apache.commons.collections.list.AbstractLinkedList.Node +
A pointer to the node before this node +
previous() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator +
  +
previous() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator +
  +
previous() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator +
  +
previous() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator +
  +
previous() - +Method in interface org.apache.commons.collections.OrderedIterator +
Gets the previous element from the collection. +
previous() - +Method in interface org.apache.commons.collections.OrderedMapIterator +
Gets the previous key from the Map. +
previousEntry() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator +
  +
previousIndex() - +Method in class org.apache.commons.collections.CursorableLinkedList.Cursor +
Deprecated.   +
previousIndex() - +Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator +
  +
previousIndex() - +Method in class org.apache.commons.collections.iterators.ArrayListIterator +
Gets the index of the item to be retrieved if ArrayListIterator.previous() is called. +
previousIndex() - +Method in class org.apache.commons.collections.iterators.FilterListIterator +
  +
previousIndex() - +Method in class org.apache.commons.collections.iterators.ListIteratorWrapper +
Returns the index of the previous element. +
previousIndex() - +Method in class org.apache.commons.collections.iterators.LoopingListIterator
Returns the index of the element that would be returned by a - subsequent call to LoopingListIterator.previous(). -
previousIndex() - -Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator -
Gets the index of the item to be retrieved if ObjectArrayListIterator.previous() is called. -
previousIndex() - -Method in class org.apache.commons.collections.iterators.ProxyListIterator -
Deprecated. Invokes the underlying ListIterator.previousIndex() method. -
previousIndex() - -Method in class org.apache.commons.collections.iterators.ReverseListIterator -
Gets the index of the previous element. -
previousIndex() - -Method in class org.apache.commons.collections.iterators.SingletonListIterator + subsequent call to LoopingListIterator.previous(). +
previousIndex() - +Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator +
Gets the index of the item to be retrieved if ObjectArrayListIterator.previous() is called. +
previousIndex() - +Method in class org.apache.commons.collections.iterators.ProxyListIterator +
Deprecated. Invokes the underlying ListIterator.previousIndex() method. +
previousIndex() - +Method in class org.apache.commons.collections.iterators.ReverseListIterator +
Gets the index of the previous element. +
previousIndex() - +Method in class org.apache.commons.collections.iterators.SingletonListIterator
Returns the index of the element that would be returned by a subsequent - call to previous. -
previousIndex() - -Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator -
  -
previousIndex() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator -
  -
previousKey(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator -
  -
previousKey(Object) - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap -
  -
previousKey(Object) - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Gets the previous key before the one specified. -
previousKey(Object) - -Method in class org.apache.commons.collections.map.AbstractLinkedMap -
Gets the previous key in sequence. -
previousKey(Object) - -Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator -
  -
previousKey(Object) - -Method in class org.apache.commons.collections.map.ListOrderedMap -
Gets the previous key to the one specified using insert order. -
previousKey(Object) - -Method in class org.apache.commons.collections.map.SingletonMap -
Gets the previous key before the key specified, always null. -
previousKey(Object) - -Method in interface org.apache.commons.collections.OrderedMap -
Gets the previous key before the one specified. -
printStackTrace() - -Method in exception org.apache.commons.collections.FunctorException -
Prints the stack trace of this exception to the standard error stream. -
printStackTrace(PrintStream) - -Method in exception org.apache.commons.collections.FunctorException -
Prints the stack trace of this exception to the specified stream. -
printStackTrace(PrintWriter) - -Method in exception org.apache.commons.collections.FunctorException -
Prints the stack trace of this exception to the specified writer. + call to previous. +
previousIndex() - +Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator +
  +
previousIndex() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator +
  +
previousKey(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator +
  +
previousKey(Object) - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap +
  +
previousKey(Object) - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Gets the previous key before the one specified. +
previousKey(Object) - +Method in class org.apache.commons.collections.map.AbstractLinkedMap +
Gets the previous key in sequence. +
previousKey(Object) - +Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator +
  +
previousKey(Object) - +Method in class org.apache.commons.collections.map.ListOrderedMap +
Gets the previous key to the one specified using insert order. +
previousKey(Object) - +Method in class org.apache.commons.collections.map.SingletonMap +
Gets the previous key before the key specified, always null. +
previousKey(Object) - +Method in interface org.apache.commons.collections.OrderedMap +
Gets the previous key before the one specified. +
printStackTrace() - +Method in exception org.apache.commons.collections.FunctorException +
Prints the stack trace of this exception to the standard error stream. +
printStackTrace(PrintStream) - +Method in exception org.apache.commons.collections.FunctorException +
Prints the stack trace of this exception to the specified stream. +
printStackTrace(PrintWriter) - +Method in exception org.apache.commons.collections.FunctorException +
Prints the stack trace of this exception to the specified writer.
PriorityBuffer - Class in org.apache.commons.collections.buffer
Binary heap implementation of Buffer that provides for - removal based on Comparator ordering.
PriorityBuffer() - -Constructor for class org.apache.commons.collections.buffer.PriorityBuffer + removal based on Comparator ordering.
PriorityBuffer() - +Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
Constructs a new empty buffer that sorts in ascending order by the - natural order of the objects added. -
PriorityBuffer(Comparator) - -Constructor for class org.apache.commons.collections.buffer.PriorityBuffer + natural order of the objects added. +
PriorityBuffer(Comparator) - +Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
Constructs a new empty buffer that sorts in ascending order using the - specified comparator. -
PriorityBuffer(boolean) - -Constructor for class org.apache.commons.collections.buffer.PriorityBuffer + specified comparator. +
PriorityBuffer(boolean) - +Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
Constructs a new empty buffer specifying the sort order and using the - natural order of the objects added. -
PriorityBuffer(boolean, Comparator) - -Constructor for class org.apache.commons.collections.buffer.PriorityBuffer -
Constructs a new empty buffer specifying the sort order and comparator. -
PriorityBuffer(int) - -Constructor for class org.apache.commons.collections.buffer.PriorityBuffer + natural order of the objects added. +
PriorityBuffer(boolean, Comparator) - +Constructor for class org.apache.commons.collections.buffer.PriorityBuffer +
Constructs a new empty buffer specifying the sort order and comparator. +
PriorityBuffer(int) - +Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
Constructs a new empty buffer that sorts in ascending order by the - natural order of the objects added, specifying an initial capacity. -
PriorityBuffer(int, Comparator) - -Constructor for class org.apache.commons.collections.buffer.PriorityBuffer + natural order of the objects added, specifying an initial capacity. +
PriorityBuffer(int, Comparator) - +Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
Constructs a new empty buffer that sorts in ascending order using the - specified comparator and initial capacity. -
PriorityBuffer(int, boolean) - -Constructor for class org.apache.commons.collections.buffer.PriorityBuffer + specified comparator and initial capacity. +
PriorityBuffer(int, boolean) - +Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
Constructs a new empty buffer that specifying initial capacity and - sort order, using the natural order of the objects added. -
PriorityBuffer(int, boolean, Comparator) - -Constructor for class org.apache.commons.collections.buffer.PriorityBuffer + sort order, using the natural order of the objects added. +
PriorityBuffer(int, boolean, Comparator) - +Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
Constructs a new empty buffer that specifying initial capacity, - sort order and comparator. + sort order and comparator.
PriorityQueue - Interface in org.apache.commons.collections
Deprecated. Replaced by the Buffer interface and implementations in buffer subpackage. - Due to be removed in v4.0.
processRemovedLRU(Object, Object) - -Method in class org.apache.commons.collections.LRUMap + Due to be removed in v4.0.
processRemovedLRU(Object, Object) - +Method in class org.apache.commons.collections.LRUMap
Deprecated. Subclasses of LRUMap may hook into this method to provide specialized actions whenever an Object is - automatically removed from the cache. -
prototypeFactory(Object) - -Static method in class org.apache.commons.collections.FactoryUtils + automatically removed from the cache. +
prototypeFactory(Object) - +Static method in class org.apache.commons.collections.FactoryUtils
Creates a Factory that will return a clone of the same prototype object - each time the factory is used. -
PrototypeFactory - Class in org.apache.commons.collections.functors
Factory implementation that creates a new instance each time based on a prototype.
ProxyIterator - Class in org.apache.commons.collections.iterators
Deprecated. Use AbstractIteratorDecorator. Will be removed in v4.0
ProxyIterator() - -Constructor for class org.apache.commons.collections.iterators.ProxyIterator + each time the factory is used. +
PrototypeFactory - Class in org.apache.commons.collections.functors
Factory implementation that creates a new instance each time based on a prototype.
ProxyIterator - Class in org.apache.commons.collections.iterators
Deprecated. Use AbstractIteratorDecorator. Will be removed in v4.0
ProxyIterator() - +Constructor for class org.apache.commons.collections.iterators.ProxyIterator
Deprecated. Constructs a new ProxyIterator that will not function - until ProxyIterator.setIterator(Iterator) is called. -
ProxyIterator(Iterator) - -Constructor for class org.apache.commons.collections.iterators.ProxyIterator + until ProxyIterator.setIterator(Iterator) is called. +
ProxyIterator(Iterator) - +Constructor for class org.apache.commons.collections.iterators.ProxyIterator
Deprecated. Constructs a new ProxyIterator that will use the - given iterator. -
ProxyListIterator - Class in org.apache.commons.collections.iterators
Deprecated. Use AbstractListIteratorDecorator. Will be removed in v4.0
ProxyListIterator() - -Constructor for class org.apache.commons.collections.iterators.ProxyListIterator -
Deprecated. Constructs a new ProxyListIterator that will not + given iterator. +
ProxyListIterator - Class in org.apache.commons.collections.iterators
Deprecated. Use AbstractListIteratorDecorator. Will be removed in v4.0
ProxyListIterator() - +Constructor for class org.apache.commons.collections.iterators.ProxyListIterator +
Deprecated. Constructs a new ProxyListIterator that will not function until setListIterator - is invoked. -
ProxyListIterator(ListIterator) - -Constructor for class org.apache.commons.collections.iterators.ProxyListIterator + is invoked. +
ProxyListIterator(ListIterator) - +Constructor for class org.apache.commons.collections.iterators.ProxyListIterator
Deprecated. Constructs a new ProxyListIterator that will use the - given list iterator. -
ProxyMap - Class in org.apache.commons.collections
Deprecated. Moved to map subpackage as AbstractMapDecorator. It will be removed in v4.0.
ProxyMap(Map) - -Constructor for class org.apache.commons.collections.ProxyMap -
Deprecated. Constructor that uses the specified map to delegate to. -
purge() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Purges stale mappings from this map. -
purge(Reference) - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Purges the specified reference. -
purgeBeforeRead() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Purges stale mappings from this map before read operations. -
purgeBeforeWrite() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Purges stale mappings from this map before write operations. -
purgeValues - -Variable in class org.apache.commons.collections.map.AbstractReferenceMap -
Should the value be automatically purged when the associated key has been collected? -
push(Object) - -Method in class org.apache.commons.collections.ArrayStack -
Pushes a new item onto the top of this stack. -
put(Object, Object) - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Sets the bean property with the given name to the given value. -
put(Object, Object) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
  -
put(Object, Object) - -Method in interface org.apache.commons.collections.BidiMap -
Puts the key-value pair into the map, replacing any previous pair. -
put(Object, Object) - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Puts the key-value pair into the map, replacing any previous pair. -
put(Object, Object) - -Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap -
  -
put(Object, Object) - -Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap -
  -
put(Object, Object) - -Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -
  -
put(Object, Object) - -Method in class org.apache.commons.collections.DoubleOrderedMap + given list iterator. +
ProxyMap - Class in org.apache.commons.collections
Deprecated. Moved to map subpackage as AbstractMapDecorator. It will be removed in v4.0.
ProxyMap(Map) - +Constructor for class org.apache.commons.collections.ProxyMap +
Deprecated. Constructor that uses the specified map to delegate to. +
purge() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Purges stale mappings from this map. +
purge(Reference) - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Purges the specified reference. +
purgeBeforeRead() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Purges stale mappings from this map before read operations. +
purgeBeforeWrite() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Purges stale mappings from this map before write operations. +
purgeValues - +Variable in class org.apache.commons.collections.map.AbstractReferenceMap +
Should the value be automatically purged when the associated key has been collected? +
push(Object) - +Method in class org.apache.commons.collections.ArrayStack +
Pushes a new item onto the top of this stack. +
put(Object, Object) - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Sets the bean property with the given name to the given value. +
put(Object, Object) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
  +
put(Object, Object) - +Method in interface org.apache.commons.collections.BidiMap +
Puts the key-value pair into the map, replacing any previous pair. +
put(Object, Object) - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Puts the key-value pair into the map, replacing any previous pair. +
put(Object, Object) - +Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap +
  +
put(Object, Object) - +Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap +
  +
put(Object, Object) - +Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +
  +
put(Object, Object) - +Method in class org.apache.commons.collections.DoubleOrderedMap
Deprecated. Associates the specified value with the specified key in this - map. -
put(Object, Object) - -Method in class org.apache.commons.collections.FastHashMap -
Associate the specified value with the specified key in this map. -
put(Object, Object) - -Method in class org.apache.commons.collections.FastTreeMap -
Associate the specified value with the specified key in this map. -
put(Object, Object) - -Method in class org.apache.commons.collections.LRUMap -
Deprecated. Removes the key and its Object from the Map. -
put(Object, Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Puts a key-value mapping into this map. -
put(Object, Object) - -Method in class org.apache.commons.collections.map.AbstractMapDecorator -
  -
put(Object, Object) - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Puts a key-value mapping into this map. -
put(CompositeMap, Map[], Object, Object) - -Method in interface org.apache.commons.collections.map.CompositeMap.MapMutator -
Called when the CompositeMap.put() method is invoked. -
put(Object, Object) - -Method in class org.apache.commons.collections.map.CompositeMap + map. +
put(Object, Object) - +Method in class org.apache.commons.collections.FastHashMap +
Associate the specified value with the specified key in this map. +
put(Object, Object) - +Method in class org.apache.commons.collections.FastTreeMap +
Associate the specified value with the specified key in this map. +
put(Object, Object) - +Method in class org.apache.commons.collections.LRUMap +
Deprecated. Removes the key and its Object from the Map. +
put(Object, Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Puts a key-value mapping into this map. +
put(Object, Object) - +Method in class org.apache.commons.collections.map.AbstractMapDecorator +
  +
put(Object, Object) - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Puts a key-value mapping into this map. +
put(CompositeMap, Map[], Object, Object) - +Method in interface org.apache.commons.collections.map.CompositeMap.MapMutator +
Called when the CompositeMap.put() method is invoked. +
put(Object, Object) - +Method in class org.apache.commons.collections.map.CompositeMap
Associates the specified value with the specified key in this map - (optional operation). -
put(Object, Object) - -Method in class org.apache.commons.collections.map.FixedSizeMap -
  -
put(Object, Object) - -Method in class org.apache.commons.collections.map.FixedSizeSortedMap -
  -
put(Object, Object) - -Method in class org.apache.commons.collections.map.Flat3Map -
Puts a key-value mapping into this map. -
put(Object, Object) - -Method in class org.apache.commons.collections.map.ListOrderedMap -
  -
put(int, Object, Object) - -Method in class org.apache.commons.collections.map.ListOrderedMap -
Puts a key-value mapping into the map at the specified index. -
put(Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Stores the value against the specified multi-key. -
put(Object, Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Stores the value against the specified multi-key. -
put(Object, Object, Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Stores the value against the specified multi-key. -
put(Object, Object, Object, Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Stores the value against the specified multi-key. -
put(Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap + (optional operation). +
put(Object, Object) - +Method in class org.apache.commons.collections.map.FixedSizeMap +
  +
put(Object, Object) - +Method in class org.apache.commons.collections.map.FixedSizeSortedMap +
  +
put(Object, Object) - +Method in class org.apache.commons.collections.map.Flat3Map +
Puts a key-value mapping into this map. +
put(Object, Object) - +Method in class org.apache.commons.collections.map.ListOrderedMap +
  +
put(int, Object, Object) - +Method in class org.apache.commons.collections.map.ListOrderedMap +
Puts a key-value mapping into the map at the specified index. +
put(Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Stores the value against the specified multi-key. +
put(Object, Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Stores the value against the specified multi-key. +
put(Object, Object, Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Stores the value against the specified multi-key. +
put(Object, Object, Object, Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Stores the value against the specified multi-key. +
put(Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap
Puts the key and value into the map, where the key must be a non-null - MultiKey object. -
put(Object, Object) - -Method in class org.apache.commons.collections.map.MultiValueMap -
Adds the value to the collection associated with the specified key. -
put(Object, Object) - -Method in class org.apache.commons.collections.map.PredicatedMap -
  -
put(Object, Object) - -Method in class org.apache.commons.collections.map.SingletonMap -
Puts a key-value mapping into this map where the key must match the existing key. -
put(Object, Object) - -Method in class org.apache.commons.collections.map.StaticBucketMap -
Puts a new key value mapping into the map. -
put(Object, Object) - -Method in class org.apache.commons.collections.map.TransformedMap -
  -
put(Object, Object) - -Method in class org.apache.commons.collections.map.UnmodifiableMap -
  -
put(Object, Object) - -Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap -
  -
put(Object, Object) - -Method in class org.apache.commons.collections.map.UnmodifiableSortedMap -
  -
put(Object, Object) - -Method in class org.apache.commons.collections.MultiHashMap -
Deprecated. Adds the value to the collection associated with the specified key. -
put(Object, Object) - -Method in interface org.apache.commons.collections.MultiMap -
Adds the value to the collection associated with the specified key. -
put(Object, Object) - -Method in class org.apache.commons.collections.ProxyMap -
Deprecated. Invokes the underlying Map.put(Object,Object) method. -
put(Object, Object) - -Method in class org.apache.commons.collections.ReferenceMap -
Deprecated. Associates the given key with the given value. -
put(Object, Object) - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Implements Map.put(Object, Object). -
put(Object, Object) - -Method in class org.apache.commons.collections.StaticBucketMap -
Deprecated. Implements Map.put(Object, Object). -
putAll(Map) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
  -
putAll(Map) - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Puts all the mappings from the specified map into this map. -
putAll(Map) - -Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap -
  -
putAll(Map) - -Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap -
  -
putAll(Map) - -Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -
  -
putAll(Map) - -Method in class org.apache.commons.collections.FastHashMap + MultiKey object. +
put(Object, Object) - +Method in class org.apache.commons.collections.map.MultiValueMap +
Adds the value to the collection associated with the specified key. +
put(Object, Object) - +Method in class org.apache.commons.collections.map.PredicatedMap +
  +
put(Object, Object) - +Method in class org.apache.commons.collections.map.SingletonMap +
Puts a key-value mapping into this map where the key must match the existing key. +
put(Object, Object) - +Method in class org.apache.commons.collections.map.StaticBucketMap +
Puts a new key value mapping into the map. +
put(Object, Object) - +Method in class org.apache.commons.collections.map.TransformedMap +
  +
put(Object, Object) - +Method in class org.apache.commons.collections.map.UnmodifiableMap +
  +
put(Object, Object) - +Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap +
  +
put(Object, Object) - +Method in class org.apache.commons.collections.map.UnmodifiableSortedMap +
  +
put(Object, Object) - +Method in class org.apache.commons.collections.MultiHashMap +
Deprecated. Adds the value to the collection associated with the specified key. +
put(Object, Object) - +Method in interface org.apache.commons.collections.MultiMap +
Adds the value to the collection associated with the specified key. +
put(Object, Object) - +Method in class org.apache.commons.collections.ProxyMap +
Deprecated. Invokes the underlying Map.put(Object,Object) method. +
put(Object, Object) - +Method in class org.apache.commons.collections.ReferenceMap +
Deprecated. Associates the given key with the given value. +
put(Object, Object) - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Implements Map.put(Object, Object). +
put(Object, Object) - +Method in class org.apache.commons.collections.StaticBucketMap +
Deprecated. Implements Map.put(Object, Object). +
putAll(Map) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
  +
putAll(Map) - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Puts all the mappings from the specified map into this map. +
putAll(Map) - +Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap +
  +
putAll(Map) - +Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap +
  +
putAll(Map) - +Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +
  +
putAll(Map) - +Method in class org.apache.commons.collections.FastHashMap
Copy all of the mappings from the specified map to this one, replacing - any mappings with the same keys. -
putAll(Map) - -Method in class org.apache.commons.collections.FastTreeMap + any mappings with the same keys. +
putAll(Map) - +Method in class org.apache.commons.collections.FastTreeMap
Copy all of the mappings from the specified map to this one, replacing - any mappings with the same keys. -
putAll(Map) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Puts all the values from the specified map into this map. -
putAll(Map) - -Method in class org.apache.commons.collections.map.AbstractMapDecorator -
  -
putAll(CompositeMap, Map[], Map) - -Method in interface org.apache.commons.collections.map.CompositeMap.MapMutator -
Called when the CompositeMap.putAll() method is invoked. -
putAll(Map) - -Method in class org.apache.commons.collections.map.CompositeMap + any mappings with the same keys. +
putAll(Map) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Puts all the values from the specified map into this map. +
putAll(Map) - +Method in class org.apache.commons.collections.map.AbstractMapDecorator +
  +
putAll(CompositeMap, Map[], Map) - +Method in interface org.apache.commons.collections.map.CompositeMap.MapMutator +
Called when the CompositeMap.putAll() method is invoked. +
putAll(Map) - +Method in class org.apache.commons.collections.map.CompositeMap
Copies all of the mappings from the specified map to this map - (optional operation). -
putAll(Map) - -Method in class org.apache.commons.collections.map.FixedSizeMap -
  -
putAll(Map) - -Method in class org.apache.commons.collections.map.FixedSizeSortedMap -
  -
putAll(Map) - -Method in class org.apache.commons.collections.map.Flat3Map -
Puts all the values from the specified map into this map. -
putAll(Map) - -Method in class org.apache.commons.collections.map.ListOrderedMap -
  -
putAll(Map) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Copies all of the keys and values from the specified map to this map. -
putAll(Map) - -Method in class org.apache.commons.collections.map.MultiValueMap + (optional operation). +
putAll(Map) - +Method in class org.apache.commons.collections.map.FixedSizeMap +
  +
putAll(Map) - +Method in class org.apache.commons.collections.map.FixedSizeSortedMap +
  +
putAll(Map) - +Method in class org.apache.commons.collections.map.Flat3Map +
Puts all the values from the specified map into this map. +
putAll(Map) - +Method in class org.apache.commons.collections.map.ListOrderedMap +
  +
putAll(Map) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Copies all of the keys and values from the specified map to this map. +
putAll(Map) - +Method in class org.apache.commons.collections.map.MultiValueMap
Override superclass to ensure that MultiMap instances are - correctly handled. -
putAll(Object, Collection) - -Method in class org.apache.commons.collections.map.MultiValueMap + correctly handled. +
putAll(Object, Collection) - +Method in class org.apache.commons.collections.map.MultiValueMap
Adds a collection of values to the collection associated with - the specified key. -
putAll(Map) - -Method in class org.apache.commons.collections.map.PredicatedMap -
  -
putAll(Map) - -Method in class org.apache.commons.collections.map.SingletonMap -
Puts the values from the specified map into this map. -
putAll(Map) - -Method in class org.apache.commons.collections.map.StaticBucketMap -
Puts all the entries from the specified map into this map. -
putAll(Map) - -Method in class org.apache.commons.collections.map.TransformedMap -
  -
putAll(Map) - -Method in class org.apache.commons.collections.map.UnmodifiableMap -
  -
putAll(Map) - -Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap -
  -
putAll(Map) - -Method in class org.apache.commons.collections.map.UnmodifiableSortedMap -
  -
putAll(Map, Object[]) - -Static method in class org.apache.commons.collections.MapUtils -
Puts all the keys and values from the specified array into the map. -
putAll(Map) - -Method in class org.apache.commons.collections.MultiHashMap + the specified key. +
putAll(Map) - +Method in class org.apache.commons.collections.map.PredicatedMap +
  +
putAll(Map) - +Method in class org.apache.commons.collections.map.SingletonMap +
Puts the values from the specified map into this map. +
putAll(Map) - +Method in class org.apache.commons.collections.map.StaticBucketMap +
Puts all the entries from the specified map into this map. +
putAll(Map) - +Method in class org.apache.commons.collections.map.TransformedMap +
  +
putAll(Map) - +Method in class org.apache.commons.collections.map.UnmodifiableMap +
  +
putAll(Map) - +Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap +
  +
putAll(Map) - +Method in class org.apache.commons.collections.map.UnmodifiableSortedMap +
  +
putAll(Map, Object[]) - +Static method in class org.apache.commons.collections.MapUtils +
Puts all the keys and values from the specified array into the map. +
putAll(Map) - +Method in class org.apache.commons.collections.MultiHashMap
Deprecated. Override superclass to ensure that MultiMap instances are - correctly handled. -
putAll(Object, Collection) - -Method in class org.apache.commons.collections.MultiHashMap -
Deprecated. Adds a collection of values to the collection associated with the specified key. -
putAll(Map) - -Method in class org.apache.commons.collections.ProxyMap -
Deprecated. Invokes the underlying Map.putAll(Map) method. -
putAll(Map) - -Method in class org.apache.commons.collections.SequencedHashMap + correctly handled. +
putAll(Object, Collection) - +Method in class org.apache.commons.collections.MultiHashMap +
Deprecated. Adds a collection of values to the collection associated with the specified key. +
putAll(Map) - +Method in class org.apache.commons.collections.ProxyMap +
Deprecated. Invokes the underlying Map.putAll(Map) method. +
putAll(Map) - +Method in class org.apache.commons.collections.SequencedHashMap
Deprecated. Adds all the mappings in the specified map to this map, replacing any - mappings that already exist (as per Map.putAll(Map)). -
putAll(Map) - -Method in class org.apache.commons.collections.StaticBucketMap -
Deprecated. Implements Map.putAll(Map). -
putAllWriteable(BeanMap) - -Method in class org.apache.commons.collections.BeanMap + mappings that already exist (as per Map.putAll(Map)). +
putAll(Map) - +Method in class org.apache.commons.collections.StaticBucketMap +
Deprecated. Implements Map.putAll(Map). +
putAllWriteable(BeanMap) - +Method in class org.apache.commons.collections.BeanMap
Deprecated. Puts all of the writable properties from the given BeanMap into this - BeanMap. -
-
-

-R

-
-
rangeCheck(int, int) - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList -
  -
readExternal(ObjectInput) - -Method in class org.apache.commons.collections.LRUMap -
Deprecated.   -
readExternal(ObjectInput) - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Deserializes this map from the given stream. + BeanMap. +
+
+

+R

+
+
rangeCheck(int, int) - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList +
  +
readExternal(ObjectInput) - +Method in class org.apache.commons.collections.LRUMap +
Deprecated.   +
readExternal(ObjectInput) - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Deserializes this map from the given stream.
ReferenceIdentityMap - Class in org.apache.commons.collections.map
A Map implementation that allows mappings to be removed by the garbage collector and matches keys and values based - on == not equals().
ReferenceIdentityMap() - -Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap + on == not equals().
ReferenceIdentityMap() - +Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
Constructs a new ReferenceIdentityMap that will - use hard references to keys and soft references to values. -
ReferenceIdentityMap(int, int) - -Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap + use hard references to keys and soft references to values. +
ReferenceIdentityMap(int, int) - +Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
Constructs a new ReferenceIdentityMap that will - use the specified types of references. -
ReferenceIdentityMap(int, int, boolean) - -Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap + use the specified types of references. +
ReferenceIdentityMap(int, int, boolean) - +Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
Constructs a new ReferenceIdentityMap that will - use the specified types of references. -
ReferenceIdentityMap(int, int, int, float) - -Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap + use the specified types of references. +
ReferenceIdentityMap(int, int, int, float) - +Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
Constructs a new ReferenceIdentityMap with the - specified reference types, load factor and initial capacity. -
ReferenceIdentityMap(int, int, int, float, boolean) - -Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap + specified reference types, load factor and initial capacity. +
ReferenceIdentityMap(int, int, int, float, boolean) - +Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
Constructs a new ReferenceIdentityMap with the - specified reference types, load factor and initial capacity. + specified reference types, load factor and initial capacity.
ReferenceMap - Class in org.apache.commons.collections.map
A Map implementation that allows mappings to be - removed by the garbage collector.
ReferenceMap() - -Constructor for class org.apache.commons.collections.map.ReferenceMap + removed by the garbage collector.
ReferenceMap() - +Constructor for class org.apache.commons.collections.map.ReferenceMap
Constructs a new ReferenceMap that will - use hard references to keys and soft references to values. -
ReferenceMap(int, int) - -Constructor for class org.apache.commons.collections.map.ReferenceMap + use hard references to keys and soft references to values. +
ReferenceMap(int, int) - +Constructor for class org.apache.commons.collections.map.ReferenceMap
Constructs a new ReferenceMap that will - use the specified types of references. -
ReferenceMap(int, int, boolean) - -Constructor for class org.apache.commons.collections.map.ReferenceMap + use the specified types of references. +
ReferenceMap(int, int, boolean) - +Constructor for class org.apache.commons.collections.map.ReferenceMap
Constructs a new ReferenceMap that will - use the specified types of references. -
ReferenceMap(int, int, int, float) - -Constructor for class org.apache.commons.collections.map.ReferenceMap + use the specified types of references. +
ReferenceMap(int, int, int, float) - +Constructor for class org.apache.commons.collections.map.ReferenceMap
Constructs a new ReferenceMap with the specified reference types, load factor and initial - capacity. -
ReferenceMap(int, int, int, float, boolean) - -Constructor for class org.apache.commons.collections.map.ReferenceMap + capacity. +
ReferenceMap(int, int, int, float, boolean) - +Constructor for class org.apache.commons.collections.map.ReferenceMap
Constructs a new ReferenceMap with the specified reference types, load factor and initial - capacity. -
ReferenceMap - Class in org.apache.commons.collections
Deprecated. Moved to map subpackage. Due to be removed in v4.0.
ReferenceMap() - -Constructor for class org.apache.commons.collections.ReferenceMap + capacity. +
ReferenceMap - Class in org.apache.commons.collections
Deprecated. Moved to map subpackage. Due to be removed in v4.0.
ReferenceMap() - +Constructor for class org.apache.commons.collections.ReferenceMap
Deprecated. Constructs a new ReferenceMap that will - use hard references to keys and soft references to values. -
ReferenceMap(int, int, boolean) - -Constructor for class org.apache.commons.collections.ReferenceMap + use hard references to keys and soft references to values. +
ReferenceMap(int, int, boolean) - +Constructor for class org.apache.commons.collections.ReferenceMap
Deprecated. Constructs a new ReferenceMap that will - use the specified types of references. -
ReferenceMap(int, int) - -Constructor for class org.apache.commons.collections.ReferenceMap + use the specified types of references. +
ReferenceMap(int, int) - +Constructor for class org.apache.commons.collections.ReferenceMap
Deprecated. Constructs a new ReferenceMap that will - use the specified types of references. -
ReferenceMap(int, int, int, float, boolean) - -Constructor for class org.apache.commons.collections.ReferenceMap + use the specified types of references. +
ReferenceMap(int, int, int, float, boolean) - +Constructor for class org.apache.commons.collections.ReferenceMap
Deprecated. Constructs a new ReferenceMap with the specified reference types, load factor and initial - capacity. -
ReferenceMap(int, int, int, float) - -Constructor for class org.apache.commons.collections.ReferenceMap + capacity. +
ReferenceMap(int, int, int, float) - +Constructor for class org.apache.commons.collections.ReferenceMap
Deprecated. Constructs a new ReferenceMap with the specified reference types, load factor and initial - capacity. -
registerCursor(CursorableLinkedList.Cursor) - -Method in class org.apache.commons.collections.CursorableLinkedList + capacity. +
registerCursor(CursorableLinkedList.Cursor) - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Registers a CursorableLinkedList.Cursor to be notified - of changes to this list. -
registerCursor(CursorableLinkedList.Cursor) - -Method in class org.apache.commons.collections.list.CursorableLinkedList -
Registers a cursor to be notified of changes to this list. -
reinitialise() - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Reinitializes this bean. -
remove() - -Method in class org.apache.commons.collections.ArrayStack -
Removes the element on the top of the stack. -
remove(Object, int) - -Method in class org.apache.commons.collections.bag.AbstractBagDecorator -
  -
remove(Object) - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Removes all copies of the specified object from the bag. -
remove(Object, int) - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Removes a specified number of copies of an object from the bag. -
remove(Object, int) - -Method in class org.apache.commons.collections.bag.PredicatedBag -
  -
remove(Object) - -Method in interface org.apache.commons.collections.Bag + of changes to this list. +
registerCursor(CursorableLinkedList.Cursor) - +Method in class org.apache.commons.collections.list.CursorableLinkedList +
Registers a cursor to be notified of changes to this list. +
reinitialise() - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Reinitializes this bean. +
remove() - +Method in class org.apache.commons.collections.ArrayStack +
Removes the element on the top of the stack. +
remove(Object, int) - +Method in class org.apache.commons.collections.bag.AbstractBagDecorator +
  +
remove(Object) - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Removes all copies of the specified object from the bag. +
remove(Object, int) - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Removes a specified number of copies of an object from the bag. +
remove(Object, int) - +Method in class org.apache.commons.collections.bag.PredicatedBag +
  +
remove(Object) - +Method in interface org.apache.commons.collections.Bag
(Violation) - Removes all occurrences of the given object from the bag. -
remove(Object, int) - -Method in interface org.apache.commons.collections.Bag -
Removes nCopies copies of the specified object from the Bag. -
remove(Object, int) - -Method in class org.apache.commons.collections.bag.SynchronizedBag -
  -
remove(Object, int) - -Method in class org.apache.commons.collections.bag.TransformedBag -
  -
remove(Object) - -Method in class org.apache.commons.collections.bag.UnmodifiableBag -
  -
remove(Object, int) - -Method in class org.apache.commons.collections.bag.UnmodifiableBag -
  -
remove(Object) - -Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag -
  -
remove(Object, int) - -Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag -
  -
remove() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator -
  -
remove(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet -
  -
remove() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator -
  -
remove(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet -
  -
remove() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator -
  -
remove(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
  -
remove(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values -
  -
remove() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator -
  -
remove() - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator -
  -
remove(Object) - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Removes the mapping for this key from this map if present. -
remove(Object) - -Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap -
  -
remove(Object) - -Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap -
  -
remove(Object) - -Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -
  -
remove() - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Removes the priority element. -
remove() - -Method in class org.apache.commons.collections.BoundedFifoBuffer -
Deprecated. Removes the least recently inserted element from this buffer. -
remove() - -Method in class org.apache.commons.collections.buffer.AbstractBufferDecorator -
  -
remove() - -Method in class org.apache.commons.collections.buffer.BlockingBuffer + Removes all occurrences of the given object from the bag. +
remove(Object, int) - +Method in interface org.apache.commons.collections.Bag +
Removes nCopies copies of the specified object from the Bag. +
remove(Object, int) - +Method in class org.apache.commons.collections.bag.SynchronizedBag +
  +
remove(Object, int) - +Method in class org.apache.commons.collections.bag.TransformedBag +
  +
remove(Object) - +Method in class org.apache.commons.collections.bag.UnmodifiableBag +
  +
remove(Object, int) - +Method in class org.apache.commons.collections.bag.UnmodifiableBag +
  +
remove(Object) - +Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag +
  +
remove(Object, int) - +Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag +
  +
remove() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator +
  +
remove(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet +
  +
remove() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator +
  +
remove(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet +
  +
remove() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator +
  +
remove(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
  +
remove(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values +
  +
remove() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator +
  +
remove() - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator +
  +
remove(Object) - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Removes the mapping for this key from this map if present. +
remove(Object) - +Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap +
  +
remove(Object) - +Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap +
  +
remove(Object) - +Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +
  +
remove() - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Removes the priority element. +
remove() - +Method in class org.apache.commons.collections.BoundedFifoBuffer +
Deprecated. Removes the least recently inserted element from this buffer. +
remove() - +Method in class org.apache.commons.collections.buffer.AbstractBufferDecorator +
  +
remove() - +Method in class org.apache.commons.collections.buffer.BlockingBuffer
Removes the next value from the buffer, waiting until an object is - added if the buffer is empty. -
remove(long) - -Method in class org.apache.commons.collections.buffer.BlockingBuffer + added if the buffer is empty. +
remove(long) - +Method in class org.apache.commons.collections.buffer.BlockingBuffer
Removes the next value from the buffer, waiting until an object is - added for up to the specified timeout value if the buffer is empty. -
remove() - -Method in class org.apache.commons.collections.buffer.BoundedBuffer -
  -
remove() - -Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer -
Removes the least recently inserted element from this buffer. -
remove() - -Method in class org.apache.commons.collections.buffer.PredicatedBuffer -
  -
remove() - -Method in class org.apache.commons.collections.buffer.PriorityBuffer -
Gets and removes the next element (pop). -
remove() - -Method in interface org.apache.commons.collections.Buffer -
Gets and removes the next object from the buffer. -
remove() - -Method in class org.apache.commons.collections.buffer.SynchronizedBuffer -
  -
remove() - -Method in class org.apache.commons.collections.buffer.TransformedBuffer -
  -
remove() - -Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer -
Removes the next object from the buffer -
remove(Object) - -Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer -
  -
remove() - -Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer -
  -
remove(Object) - -Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
  -
remove(CompositeCollection, Collection[], Object) - -Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator -
Called when an object is to be removed to the composite. -
remove(Object) - -Method in class org.apache.commons.collections.collection.CompositeCollection + added for up to the specified timeout value if the buffer is empty. +
remove() - +Method in class org.apache.commons.collections.buffer.BoundedBuffer +
  +
remove() - +Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer +
Removes the least recently inserted element from this buffer. +
remove() - +Method in class org.apache.commons.collections.buffer.PredicatedBuffer +
  +
remove() - +Method in class org.apache.commons.collections.buffer.PriorityBuffer +
Gets and removes the next element (pop). +
remove() - +Method in interface org.apache.commons.collections.Buffer +
Gets and removes the next object from the buffer. +
remove() - +Method in class org.apache.commons.collections.buffer.SynchronizedBuffer +
  +
remove() - +Method in class org.apache.commons.collections.buffer.TransformedBuffer +
  +
remove() - +Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer +
Removes the next object from the buffer +
remove(Object) - +Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer +
  +
remove() - +Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer +
  +
remove(Object) - +Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
  +
remove(CompositeCollection, Collection[], Object) - +Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator +
Called when an object is to be removed to the composite. +
remove(Object) - +Method in class org.apache.commons.collections.collection.CompositeCollection
Removes an object from the collection, throwing UnsupportedOperationException - unless a CollectionMutator strategy is specified. -
remove(Object) - -Method in class org.apache.commons.collections.collection.SynchronizedCollection -
  -
remove(Object) - -Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection -
  -
remove(Object) - -Method in class org.apache.commons.collections.collection.UnmodifiableCollection -
  -
remove(Object) - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Removes the first occurrence in this list of the specified element. -
remove(int) - -Method in class org.apache.commons.collections.CursorableLinkedList + unless a CollectionMutator strategy is specified. +
remove(Object) - +Method in class org.apache.commons.collections.collection.SynchronizedCollection +
  +
remove(Object) - +Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection +
  +
remove(Object) - +Method in class org.apache.commons.collections.collection.UnmodifiableCollection +
  +
remove(Object) - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Removes the first occurrence in this list of the specified element. +
remove(int) - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Removes the element at the specified position in this list (optional - operation). -
remove(Object) - -Method in class org.apache.commons.collections.DefaultMapBag -
Deprecated.   -
remove(Object, int) - -Method in class org.apache.commons.collections.DefaultMapBag -
Deprecated.   -
remove(Object) - -Method in class org.apache.commons.collections.DoubleOrderedMap -
Deprecated. Removes the mapping for this key from this map if present -
remove(int) - -Method in class org.apache.commons.collections.FastArrayList + operation). +
remove(Object) - +Method in class org.apache.commons.collections.DefaultMapBag +
Deprecated.   +
remove(Object, int) - +Method in class org.apache.commons.collections.DefaultMapBag +
Deprecated.   +
remove(Object) - +Method in class org.apache.commons.collections.DoubleOrderedMap +
Deprecated. Removes the mapping for this key from this map if present +
remove(int) - +Method in class org.apache.commons.collections.FastArrayList
Remove the element at the specified position in the list, and shift - any subsequent elements down one position. -
remove(Object) - -Method in class org.apache.commons.collections.FastArrayList + any subsequent elements down one position. +
remove(Object) - +Method in class org.apache.commons.collections.FastArrayList
Remove the first occurrence of the specified element from the list, - and shift any subsequent elements down one position. -
remove(Object) - -Method in class org.apache.commons.collections.FastHashMap + and shift any subsequent elements down one position. +
remove(Object) - +Method in class org.apache.commons.collections.FastHashMap
Remove any mapping for this key, and return any previously - mapped value. -
remove(Object) - -Method in class org.apache.commons.collections.FastTreeMap + mapped value. +
remove(Object) - +Method in class org.apache.commons.collections.FastTreeMap
Remove any mapping for this key, and return any previously - mapped value. -
remove() - -Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator -
  -
remove() - -Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator -
  -
remove() - -Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator -
  -
remove() - -Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator -
  -
remove() - -Method in class org.apache.commons.collections.iterators.ArrayIterator -
Throws UnsupportedOperationException. -
remove() - -Method in class org.apache.commons.collections.iterators.CollatingIterator -
Removes the last returned element from the child iterator that - produced it. -
remove() - -Method in class org.apache.commons.collections.iterators.EntrySetMapIterator -
Removes the last returned key from the underlying Map. -
remove() - -Method in class org.apache.commons.collections.iterators.EnumerationIterator -
Removes the last retrieved element if a collection is attached. -
remove() - -Method in class org.apache.commons.collections.iterators.FilterIterator + mapped value. +
remove() - +Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator +
  +
remove() - +Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator +
  +
remove() - +Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator +
  +
remove() - +Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator +
  +
remove() - +Method in class org.apache.commons.collections.iterators.ArrayIterator +
Throws UnsupportedOperationException. +
remove() - +Method in class org.apache.commons.collections.iterators.CollatingIterator +
Removes the last returned element from the child iterator that + produced it. +
remove() - +Method in class org.apache.commons.collections.iterators.EntrySetMapIterator +
Removes the last returned key from the underlying Map. +
remove() - +Method in class org.apache.commons.collections.iterators.EnumerationIterator +
Removes the last retrieved element if a collection is attached. +
remove() - +Method in class org.apache.commons.collections.iterators.FilterIterator
Removes from the underlying collection of the base iterator the last - element returned by this iterator. -
remove() - -Method in class org.apache.commons.collections.iterators.FilterListIterator -
Not supported. -
remove() - -Method in class org.apache.commons.collections.iterators.IteratorChain + element returned by this iterator. +
remove() - +Method in class org.apache.commons.collections.iterators.FilterListIterator +
Not supported. +
remove() - +Method in class org.apache.commons.collections.iterators.IteratorChain
Removes from the underlying collection the last element - returned by the Iterator. -
remove() - -Method in class org.apache.commons.collections.iterators.ListIteratorWrapper -
Throws UnsupportedOperationException. -
remove() - -Method in class org.apache.commons.collections.iterators.LoopingIterator -
Removes the previously retrieved item from the underlying collection. -
remove() - -Method in class org.apache.commons.collections.iterators.LoopingListIterator -
Removes the previously retrieved item from the underlying list. -
remove() - -Method in class org.apache.commons.collections.iterators.ObjectArrayIterator -
Throws UnsupportedOperationException. -
remove() - -Method in class org.apache.commons.collections.iterators.ObjectGraphIterator -
Removes from the underlying collection the last element returned. -
remove() - -Method in class org.apache.commons.collections.iterators.ProxyIterator + returned by the Iterator. +
remove() - +Method in class org.apache.commons.collections.iterators.ListIteratorWrapper +
Throws UnsupportedOperationException. +
remove() - +Method in class org.apache.commons.collections.iterators.LoopingIterator +
Removes the previously retrieved item from the underlying collection. +
remove() - +Method in class org.apache.commons.collections.iterators.LoopingListIterator +
Removes the previously retrieved item from the underlying list. +
remove() - +Method in class org.apache.commons.collections.iterators.ObjectArrayIterator +
Throws UnsupportedOperationException. +
remove() - +Method in class org.apache.commons.collections.iterators.ObjectGraphIterator +
Removes from the underlying collection the last element returned. +
remove() - +Method in class org.apache.commons.collections.iterators.ProxyIterator
Deprecated. Removes the last returned element from the collection that spawned - the underlying iterator. -
remove() - -Method in class org.apache.commons.collections.iterators.ProxyListIterator -
Deprecated. Invokes the underlying ListIterator.remove() method. -
remove() - -Method in class org.apache.commons.collections.iterators.ReverseListIterator -
Removes the last returned element. -
remove() - -Method in class org.apache.commons.collections.iterators.SingletonIterator -
Remove the object from this iterator. -
remove() - -Method in class org.apache.commons.collections.iterators.SingletonListIterator -
Remove the object from this iterator. -
remove() - -Method in class org.apache.commons.collections.iterators.TransformIterator -
  -
remove() - -Method in class org.apache.commons.collections.iterators.UnmodifiableIterator -
  -
remove() - -Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator -
  -
remove() - -Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator -
  -
remove() - -Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator -
  -
remove() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator -
  -
remove(int) - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList -
  -
remove() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator -
  -
remove(int) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
remove(Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
remove(int) - -Method in class org.apache.commons.collections.list.AbstractListDecorator -
  -
remove() - -Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor -
Removes the item last returned by this iterator. -
remove() - -Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor -
  -
remove(int) - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
remove(Object) - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
remove(int) - -Method in class org.apache.commons.collections.list.PredicatedList -
  -
remove(Object) - -Method in class org.apache.commons.collections.list.SetUniqueList -
  -
remove(int) - -Method in class org.apache.commons.collections.list.SetUniqueList -
  -
remove(int) - -Method in class org.apache.commons.collections.list.SynchronizedList -
  -
remove(int) - -Method in class org.apache.commons.collections.list.TransformedList -
  -
remove(int) - -Method in class org.apache.commons.collections.list.TreeList -
Removes the element at the specified index. -
remove(Object) - -Method in class org.apache.commons.collections.list.UnmodifiableList -
  -
remove(int) - -Method in class org.apache.commons.collections.list.UnmodifiableList -
  -
remove(Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet -
  -
remove() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator -
  -
remove(Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet -
  -
remove(Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Removes the specified mapping from this map. -
remove() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator -
  -
remove(Object) - -Method in class org.apache.commons.collections.map.AbstractMapDecorator -
  -
remove(Object) - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Removes the specified mapping from this map. -
remove(Object) - -Method in class org.apache.commons.collections.map.CompositeMap + the underlying iterator. +
remove() - +Method in class org.apache.commons.collections.iterators.ProxyListIterator +
Deprecated. Invokes the underlying ListIterator.remove() method. +
remove() - +Method in class org.apache.commons.collections.iterators.ReverseListIterator +
Removes the last returned element. +
remove() - +Method in class org.apache.commons.collections.iterators.SingletonIterator +
Remove the object from this iterator. +
remove() - +Method in class org.apache.commons.collections.iterators.SingletonListIterator +
Remove the object from this iterator. +
remove() - +Method in class org.apache.commons.collections.iterators.TransformIterator +
  +
remove() - +Method in class org.apache.commons.collections.iterators.UnmodifiableIterator +
  +
remove() - +Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator +
  +
remove() - +Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator +
  +
remove() - +Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator +
  +
remove() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator +
  +
remove(int) - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList +
  +
remove() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator +
  +
remove(int) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
remove(Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
remove(int) - +Method in class org.apache.commons.collections.list.AbstractListDecorator +
  +
remove() - +Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor +
Removes the item last returned by this iterator. +
remove() - +Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor +
  +
remove(int) - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
remove(Object) - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
remove(int) - +Method in class org.apache.commons.collections.list.PredicatedList +
  +
remove(Object) - +Method in class org.apache.commons.collections.list.SetUniqueList +
  +
remove(int) - +Method in class org.apache.commons.collections.list.SetUniqueList +
  +
remove(int) - +Method in class org.apache.commons.collections.list.SynchronizedList +
  +
remove(int) - +Method in class org.apache.commons.collections.list.TransformedList +
  +
remove(int) - +Method in class org.apache.commons.collections.list.TreeList +
Removes the element at the specified index. +
remove(Object) - +Method in class org.apache.commons.collections.list.UnmodifiableList +
  +
remove(int) - +Method in class org.apache.commons.collections.list.UnmodifiableList +
  +
remove(Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet +
  +
remove() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator +
  +
remove(Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet +
  +
remove(Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Removes the specified mapping from this map. +
remove() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator +
  +
remove(Object) - +Method in class org.apache.commons.collections.map.AbstractMapDecorator +
  +
remove(Object) - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Removes the specified mapping from this map. +
remove(Object) - +Method in class org.apache.commons.collections.map.CompositeMap
Removes the mapping for this key from this map if it is present - (optional operation). -
remove(Object) - -Method in class org.apache.commons.collections.map.FixedSizeMap -
  -
remove(Object) - -Method in class org.apache.commons.collections.map.FixedSizeSortedMap -
  -
remove(Object) - -Method in class org.apache.commons.collections.map.Flat3Map -
Removes the specified mapping from this map. -
remove(int) - -Method in class org.apache.commons.collections.map.LinkedMap -
Removes the element at the specified index. -
remove(Object) - -Method in class org.apache.commons.collections.map.ListOrderedMap -
  -
remove(int) - -Method in class org.apache.commons.collections.map.ListOrderedMap -
Removes the element at the specified index. -
remove(Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Removes the specified multi-key from this map. -
remove(Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Removes the specified multi-key from this map. -
remove(Object, Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Removes the specified multi-key from this map. -
remove(Object, Object, Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Removes the specified multi-key from this map. -
remove(Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
  -
remove(Object, Object) - -Method in class org.apache.commons.collections.map.MultiValueMap -
Removes a specific value from map. -
remove(Object) - -Method in class org.apache.commons.collections.map.SingletonMap -
Unsupported operation. -
remove(Object) - -Method in class org.apache.commons.collections.map.StaticBucketMap -
Removes the specified key from the map. -
remove(Object) - -Method in class org.apache.commons.collections.map.UnmodifiableEntrySet -
  -
remove(Object) - -Method in class org.apache.commons.collections.map.UnmodifiableMap -
  -
remove(Object) - -Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap -
  -
remove(Object) - -Method in class org.apache.commons.collections.map.UnmodifiableSortedMap -
  -
remove() - -Method in interface org.apache.commons.collections.MapIterator -
Removes the last returned key from the underlying Map (optional operation). -
remove(Object, Object) - -Method in class org.apache.commons.collections.MultiHashMap -
Deprecated. Removes a specific value from map. -
remove(Object, Object) - -Method in interface org.apache.commons.collections.MultiMap -
Removes a specific value from map. -
remove(Object) - -Method in interface org.apache.commons.collections.MultiMap -
Removes all values associated with the specified key. -
remove(Object) - -Method in class org.apache.commons.collections.ProxyMap -
Deprecated. Invokes the underlying Map.remove(Object) method. -
remove(Object) - -Method in class org.apache.commons.collections.ReferenceMap -
Deprecated. Removes the key and its associated value from this map. -
remove(Object) - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Implements Map.remove(Object). -
remove(int) - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Removes the element at the specified index. -
remove(Object) - -Method in class org.apache.commons.collections.set.CompositeSet + (optional operation). +
remove(Object) - +Method in class org.apache.commons.collections.map.FixedSizeMap +
  +
remove(Object) - +Method in class org.apache.commons.collections.map.FixedSizeSortedMap +
  +
remove(Object) - +Method in class org.apache.commons.collections.map.Flat3Map +
Removes the specified mapping from this map. +
remove(int) - +Method in class org.apache.commons.collections.map.LinkedMap +
Removes the element at the specified index. +
remove(Object) - +Method in class org.apache.commons.collections.map.ListOrderedMap +
  +
remove(int) - +Method in class org.apache.commons.collections.map.ListOrderedMap +
Removes the element at the specified index. +
remove(Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Removes the specified multi-key from this map. +
remove(Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Removes the specified multi-key from this map. +
remove(Object, Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Removes the specified multi-key from this map. +
remove(Object, Object, Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Removes the specified multi-key from this map. +
remove(Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
  +
remove(Object, Object) - +Method in class org.apache.commons.collections.map.MultiValueMap +
Removes a specific value from map. +
remove(Object) - +Method in class org.apache.commons.collections.map.SingletonMap +
Unsupported operation. +
remove(Object) - +Method in class org.apache.commons.collections.map.StaticBucketMap +
Removes the specified key from the map. +
remove(Object) - +Method in class org.apache.commons.collections.map.UnmodifiableEntrySet +
  +
remove(Object) - +Method in class org.apache.commons.collections.map.UnmodifiableMap +
  +
remove(Object) - +Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap +
  +
remove(Object) - +Method in class org.apache.commons.collections.map.UnmodifiableSortedMap +
  +
remove() - +Method in interface org.apache.commons.collections.MapIterator +
Removes the last returned key from the underlying Map (optional operation). +
remove(Object, Object) - +Method in class org.apache.commons.collections.MultiHashMap +
Deprecated. Removes a specific value from map. +
remove(Object, Object) - +Method in interface org.apache.commons.collections.MultiMap +
Removes a specific value from map. +
remove(Object) - +Method in interface org.apache.commons.collections.MultiMap +
Removes all values associated with the specified key. +
remove(Object) - +Method in class org.apache.commons.collections.ProxyMap +
Deprecated. Invokes the underlying Map.remove(Object) method. +
remove(Object) - +Method in class org.apache.commons.collections.ReferenceMap +
Deprecated. Removes the key and its associated value from this map. +
remove(Object) - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Implements Map.remove(Object). +
remove(int) - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Removes the element at the specified index. +
remove(Object) - +Method in class org.apache.commons.collections.set.CompositeSet
If a CollectionMutator is defined for this CompositeSet then this - method will be called anyway. -
remove(Object) - -Method in class org.apache.commons.collections.set.ListOrderedSet -
  -
remove(int) - -Method in class org.apache.commons.collections.set.ListOrderedSet -
  -
remove(Object) - -Method in class org.apache.commons.collections.set.MapBackedSet -
  -
remove(Object) - -Method in class org.apache.commons.collections.set.UnmodifiableSet -
  -
remove(Object) - -Method in class org.apache.commons.collections.set.UnmodifiableSortedSet -
  -
remove(Object) - -Method in class org.apache.commons.collections.StaticBucketMap -
Deprecated. Implements Map.remove(Object). -
remove() - -Method in class org.apache.commons.collections.UnboundedFifoBuffer -
Deprecated. Removes the next object from the buffer -
REMOVE_INVALID - -Static variable in class org.apache.commons.collections.map.AbstractHashedMap -
  -
removeAll(Collection) - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Removes objects from the bag according to their count in the specified collection. -
removeAll(Collection) - -Method in interface org.apache.commons.collections.Bag + method will be called anyway. +
remove(Object) - +Method in class org.apache.commons.collections.set.ListOrderedSet +
  +
remove(int) - +Method in class org.apache.commons.collections.set.ListOrderedSet +
  +
remove(Object) - +Method in class org.apache.commons.collections.set.MapBackedSet +
  +
remove(Object) - +Method in class org.apache.commons.collections.set.UnmodifiableSet +
  +
remove(Object) - +Method in class org.apache.commons.collections.set.UnmodifiableSortedSet +
  +
remove(Object) - +Method in class org.apache.commons.collections.StaticBucketMap +
Deprecated. Implements Map.remove(Object). +
remove() - +Method in class org.apache.commons.collections.UnboundedFifoBuffer +
Deprecated. Removes the next object from the buffer +
REMOVE_INVALID - +Static variable in class org.apache.commons.collections.map.AbstractHashedMap +
  +
removeAll(Collection) - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Removes objects from the bag according to their count in the specified collection. +
removeAll(Collection) - +Method in interface org.apache.commons.collections.Bag
(Violation) Remove all elements represented in the given collection, - respecting cardinality. -
removeAll(Collection) - -Method in class org.apache.commons.collections.bag.UnmodifiableBag -
  -
removeAll(Collection) - -Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag -
  -
removeAll(Collection) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View -
  -
removeAll(Collection) - -Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer -
  -
removeAll(Collection) - -Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
  -
removeAll(Collection) - -Method in class org.apache.commons.collections.collection.CompositeCollection -
Removes the elements in the specified collection from this composite collection. -
removeAll(Collection) - -Method in class org.apache.commons.collections.collection.SynchronizedCollection -
  -
removeAll(Collection) - -Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection -
  -
removeAll(Collection) - -Method in class org.apache.commons.collections.collection.UnmodifiableCollection -
  -
removeAll(Collection, Collection) - -Static method in class org.apache.commons.collections.CollectionUtils -
Removes the elements in remove from collection. -
removeAll(Collection) - -Method in class org.apache.commons.collections.CursorableLinkedList + respecting cardinality. +
removeAll(Collection) - +Method in class org.apache.commons.collections.bag.UnmodifiableBag +
  +
removeAll(Collection) - +Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag +
  +
removeAll(Collection) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View +
  +
removeAll(Collection) - +Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer +
  +
removeAll(Collection) - +Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
  +
removeAll(Collection) - +Method in class org.apache.commons.collections.collection.CompositeCollection +
Removes the elements in the specified collection from this composite collection. +
removeAll(Collection) - +Method in class org.apache.commons.collections.collection.SynchronizedCollection +
  +
removeAll(Collection) - +Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection +
  +
removeAll(Collection) - +Method in class org.apache.commons.collections.collection.UnmodifiableCollection +
  +
removeAll(Collection, Collection) - +Static method in class org.apache.commons.collections.CollectionUtils +
Removes the elements in remove from collection. +
removeAll(Collection) - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Removes from this list all the elements that are contained in the - specified collection. -
removeAll(Collection) - -Method in class org.apache.commons.collections.DefaultMapBag -
Deprecated.   -
removeAll(Collection) - -Method in class org.apache.commons.collections.FastArrayList + specified collection. +
removeAll(Collection) - +Method in class org.apache.commons.collections.DefaultMapBag +
Deprecated.   +
removeAll(Collection) - +Method in class org.apache.commons.collections.FastArrayList
Remove from this collection all of its elements that are contained - in the specified collection. -
removeAll(Collection) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
removeAll(Collection) - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
removeAll(Collection) - -Method in class org.apache.commons.collections.list.SetUniqueList -
  -
removeAll(Collection) - -Method in class org.apache.commons.collections.list.UnmodifiableList -
  -
removeAll(Collection, Collection) - -Static method in class org.apache.commons.collections.ListUtils -
Removes the elements in remove from collection. -
removeAll(Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Removes all mappings where the first key is that specified. -
removeAll(Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Removes all mappings where the first two keys are those specified. -
removeAll(Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Removes all mappings where the first three keys are those specified. -
removeAll(Object, Object, Object, Object) - -Method in class org.apache.commons.collections.map.MultiKeyMap -
Removes all mappings where the first four keys are those specified. -
removeAll(Collection) - -Method in class org.apache.commons.collections.map.UnmodifiableEntrySet -
  -
removeAll(Collection) - -Method in class org.apache.commons.collections.set.ListOrderedSet -
  -
removeAll(Collection) - -Method in class org.apache.commons.collections.set.MapBackedSet -
  -
removeAll(Collection) - -Method in class org.apache.commons.collections.set.UnmodifiableSet -
  -
removeAll(Collection) - -Method in class org.apache.commons.collections.set.UnmodifiableSortedSet -
  -
removeAllNodes() - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
Removes all nodes by resetting the circular list marker. -
removeAllNodes() - -Method in class org.apache.commons.collections.list.CursorableLinkedList -
Removes all nodes by iteration. -
removeAllNodes() - -Method in class org.apache.commons.collections.list.NodeCachingLinkedList + in the specified collection. +
removeAll(Collection) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
removeAll(Collection) - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
removeAll(Collection) - +Method in class org.apache.commons.collections.list.SetUniqueList +
  +
removeAll(Collection) - +Method in class org.apache.commons.collections.list.UnmodifiableList +
  +
removeAll(Collection, Collection) - +Static method in class org.apache.commons.collections.ListUtils +
Removes the elements in remove from collection. +
removeAll(Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Removes all mappings where the first key is that specified. +
removeAll(Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Removes all mappings where the first two keys are those specified. +
removeAll(Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Removes all mappings where the first three keys are those specified. +
removeAll(Object, Object, Object, Object) - +Method in class org.apache.commons.collections.map.MultiKeyMap +
Removes all mappings where the first four keys are those specified. +
removeAll(Collection) - +Method in class org.apache.commons.collections.map.UnmodifiableEntrySet +
  +
removeAll(Collection) - +Method in class org.apache.commons.collections.set.ListOrderedSet +
  +
removeAll(Collection) - +Method in class org.apache.commons.collections.set.MapBackedSet +
  +
removeAll(Collection) - +Method in class org.apache.commons.collections.set.UnmodifiableSet +
  +
removeAll(Collection) - +Method in class org.apache.commons.collections.set.UnmodifiableSortedSet +
  +
removeAllNodes() - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
Removes all nodes by resetting the circular list marker. +
removeAllNodes() - +Method in class org.apache.commons.collections.list.CursorableLinkedList +
Removes all nodes by iteration. +
removeAllNodes() - +Method in class org.apache.commons.collections.list.NodeCachingLinkedList
Removes all the nodes from the list, storing as many as required in the - cache for reuse. -
removeComposited(Collection) - -Method in class org.apache.commons.collections.collection.CompositeCollection -
Removes a collection from the those being decorated in this composite. -
removeComposited(Map) - -Method in class org.apache.commons.collections.map.CompositeMap -
Remove a Map from the composite. -
removeEntry(AbstractHashedMap.HashEntry, int, AbstractHashedMap.HashEntry) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Removes an entry from the chain stored in a particular index. -
removeEntry(AbstractHashedMap.HashEntry, int, AbstractHashedMap.HashEntry) - -Method in class org.apache.commons.collections.map.AbstractLinkedMap -
Removes an entry from the map and the linked list. -
removeFirst() - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Removes the first element of this list, if any. -
removeFirst() - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
removeLast() - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Removes the last element of this list, if any. -
removeLast() - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
removeListable(CursorableLinkedList.Listable) - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Removes the given - CursorableLinkedList.Listable - from my list. -
removeLRU() - -Method in class org.apache.commons.collections.LRUMap -
Deprecated. This method is used internally by the class for - finding and removing the LRU Object. -
removeLRU(AbstractLinkedMap.LinkEntry) - -Method in class org.apache.commons.collections.map.LRUMap -
Subclass method to control removal of the least recently used entry from the map. -
removeMapping(AbstractHashedMap.HashEntry, int, AbstractHashedMap.HashEntry) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Removes a mapping from the map. -
removeNode(AbstractLinkedList.Node) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
Removes the specified node from the list. -
removeNode(AbstractLinkedList.Node) - -Method in class org.apache.commons.collections.list.CursorableLinkedList -
Removes the specified node from the list. -
removeNode(AbstractLinkedList.Node) - -Method in class org.apache.commons.collections.list.NodeCachingLinkedList + cache for reuse. +
removeComposited(Collection) - +Method in class org.apache.commons.collections.collection.CompositeCollection +
Removes a collection from the those being decorated in this composite. +
removeComposited(Map) - +Method in class org.apache.commons.collections.map.CompositeMap +
Remove a Map from the composite. +
removeEntry(AbstractHashedMap.HashEntry, int, AbstractHashedMap.HashEntry) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Removes an entry from the chain stored in a particular index. +
removeEntry(AbstractHashedMap.HashEntry, int, AbstractHashedMap.HashEntry) - +Method in class org.apache.commons.collections.map.AbstractLinkedMap +
Removes an entry from the map and the linked list. +
removeFirst() - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Removes the first element of this list, if any. +
removeFirst() - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
removeLast() - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Removes the last element of this list, if any. +
removeLast() - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
removeListable(CursorableLinkedList.Listable) - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Removes the given + CursorableLinkedList.Listable + from my list. +
removeLRU() - +Method in class org.apache.commons.collections.LRUMap +
Deprecated. This method is used internally by the class for + finding and removing the LRU Object. +
removeLRU(AbstractLinkedMap.LinkEntry) - +Method in class org.apache.commons.collections.map.LRUMap +
Subclass method to control removal of the least recently used entry from the map. +
removeMapping(AbstractHashedMap.HashEntry, int, AbstractHashedMap.HashEntry) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Removes a mapping from the map. +
removeNode(AbstractLinkedList.Node) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
Removes the specified node from the list. +
removeNode(AbstractLinkedList.Node) - +Method in class org.apache.commons.collections.list.CursorableLinkedList +
Removes the specified node from the list. +
removeNode(AbstractLinkedList.Node) - +Method in class org.apache.commons.collections.list.NodeCachingLinkedList
Removes the node from the list, storing it in the cache for reuse - if the cache is not yet full. -
removeValue(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator -
  -
removeValue(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
  -
removeValue(Object) - -Method in interface org.apache.commons.collections.BidiMap + if the cache is not yet full. +
removeValue(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator +
  +
removeValue(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
  +
removeValue(Object) - +Method in interface org.apache.commons.collections.BidiMap
Removes the key-value pair that is currently mapped to the specified - value (optional operation). -
removeValue(Object) - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Removes the mapping for this value from this map if present. -
removeValue(Object) - -Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap -
  -
removeValue(Object) - -Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap -
  -
removeValue(Object) - -Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -
  -
removeValue(Object) - -Method in class org.apache.commons.collections.DoubleOrderedMap -
Deprecated. Removes the mapping for this value from this map if present -
reset() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator -
  -
reset() - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator -
  -
reset() - -Method in class org.apache.commons.collections.iterators.ArrayIterator -
Resets the iterator back to the start index. -
reset() - -Method in class org.apache.commons.collections.iterators.ArrayListIterator -
Resets the iterator back to the start index. -
reset() - -Method in class org.apache.commons.collections.iterators.EntrySetMapIterator -
Resets the state of the iterator. -
reset() - -Method in class org.apache.commons.collections.iterators.ListIteratorWrapper + value (optional operation). +
removeValue(Object) - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Removes the mapping for this value from this map if present. +
removeValue(Object) - +Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap +
  +
removeValue(Object) - +Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap +
  +
removeValue(Object) - +Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +
  +
removeValue(Object) - +Method in class org.apache.commons.collections.DoubleOrderedMap +
Deprecated. Removes the mapping for this value from this map if present +
reset() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator +
  +
reset() - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator +
  +
reset() - +Method in class org.apache.commons.collections.iterators.ArrayIterator +
Resets the iterator back to the start index. +
reset() - +Method in class org.apache.commons.collections.iterators.ArrayListIterator +
Resets the iterator back to the start index. +
reset() - +Method in class org.apache.commons.collections.iterators.EntrySetMapIterator +
Resets the state of the iterator. +
reset() - +Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
Resets this iterator back to the position at which the iterator - was created. -
reset() - -Method in class org.apache.commons.collections.iterators.LoopingIterator -
Resets the iterator back to the start of the collection. -
reset() - -Method in class org.apache.commons.collections.iterators.LoopingListIterator -
Resets the iterator back to the start of the list. -
reset() - -Method in class org.apache.commons.collections.iterators.ObjectArrayIterator -
Resets the iterator back to the start index. -
reset() - -Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator -
Resets the iterator back to the start index. -
reset() - -Method in class org.apache.commons.collections.iterators.ReverseListIterator + was created. +
reset() - +Method in class org.apache.commons.collections.iterators.LoopingIterator +
Resets the iterator back to the start of the collection. +
reset() - +Method in class org.apache.commons.collections.iterators.LoopingListIterator +
Resets the iterator back to the start of the list. +
reset() - +Method in class org.apache.commons.collections.iterators.ObjectArrayIterator +
Resets the iterator back to the start index. +
reset() - +Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator +
Resets the iterator back to the start index. +
reset() - +Method in class org.apache.commons.collections.iterators.ReverseListIterator
Resets the iterator back to the start (which is the - end of the list as this is a reversed iterator) -
reset() - -Method in class org.apache.commons.collections.iterators.SingletonIterator -
Reset the iterator to the start. -
reset() - -Method in class org.apache.commons.collections.iterators.SingletonListIterator -
Reset the iterator back to the start. -
reset() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator -
  -
reset() - -Method in interface org.apache.commons.collections.ResettableIterator + end of the list as this is a reversed iterator) +
reset() - +Method in class org.apache.commons.collections.iterators.SingletonIterator +
Reset the iterator to the start. +
reset() - +Method in class org.apache.commons.collections.iterators.SingletonListIterator +
Reset the iterator back to the start. +
reset() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator +
  +
reset() - +Method in interface org.apache.commons.collections.ResettableIterator
Resets the iterator back to the position at which the iterator - was created. -
reset() - -Method in interface org.apache.commons.collections.ResettableListIterator + was created. +
reset() - +Method in interface org.apache.commons.collections.ResettableListIterator
Resets the iterator back to the position at which the iterator - was created. -
RESETTABLE_INSTANCE - -Static variable in class org.apache.commons.collections.iterators.EmptyIterator -
Singleton instance of the iterator. -
RESETTABLE_INSTANCE - -Static variable in class org.apache.commons.collections.iterators.EmptyListIterator -
Singleton instance of the iterator. -
ResettableIterator - Interface in org.apache.commons.collections
Defines an iterator that can be reset back to an initial state.
ResettableListIterator - Interface in org.apache.commons.collections
Defines a list iterator that can be reset back to an initial state.
resolveCollision(CompositeMap, Map, Map, Collection) - -Method in interface org.apache.commons.collections.map.CompositeMap.MapMutator + was created. +
RESETTABLE_INSTANCE - +Static variable in class org.apache.commons.collections.iterators.EmptyIterator +
Singleton instance of the iterator. +
RESETTABLE_INSTANCE - +Static variable in class org.apache.commons.collections.iterators.EmptyListIterator +
Singleton instance of the iterator. +
ResettableIterator - Interface in org.apache.commons.collections
Defines an iterator that can be reset back to an initial state.
ResettableListIterator - Interface in org.apache.commons.collections
Defines a list iterator that can be reset back to an initial state.
resolveCollision(CompositeMap, Map, Map, Collection) - +Method in interface org.apache.commons.collections.map.CompositeMap.MapMutator
Called when adding a new Composited Map results in a - key collision. -
resolveCollision(CompositeSet, Set, Set, Collection) - -Method in interface org.apache.commons.collections.set.CompositeSet.SetMutator + key collision. +
resolveCollision(CompositeSet, Set, Set, Collection) - +Method in interface org.apache.commons.collections.set.CompositeSet.SetMutator
Called when a Set is added to the CompositeSet and there is a - collision between existing and added sets. -
retainAll(Collection) - -Method in class org.apache.commons.collections.bag.AbstractMapBag + collision between existing and added sets. +
retainAll(Collection) - +Method in class org.apache.commons.collections.bag.AbstractMapBag
Remove any members of the bag that are not in the given - bag, respecting cardinality. -
retainAll(Collection) - -Method in interface org.apache.commons.collections.Bag + bag, respecting cardinality. +
retainAll(Collection) - +Method in interface org.apache.commons.collections.Bag
(Violation) Remove any members of the bag that are not in the given - collection, respecting cardinality. -
retainAll(Collection) - -Method in class org.apache.commons.collections.bag.UnmodifiableBag -
  -
retainAll(Collection) - -Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag -
  -
retainAll(Collection) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View -
  -
retainAll(Collection) - -Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer -
  -
retainAll(Collection) - -Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
  -
retainAll(Collection) - -Method in class org.apache.commons.collections.collection.CompositeCollection + collection, respecting cardinality. +
retainAll(Collection) - +Method in class org.apache.commons.collections.bag.UnmodifiableBag +
  +
retainAll(Collection) - +Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag +
  +
retainAll(Collection) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View +
  +
retainAll(Collection) - +Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer +
  +
retainAll(Collection) - +Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
  +
retainAll(Collection) - +Method in class org.apache.commons.collections.collection.CompositeCollection
Retains all the elements in the specified collection in this composite collection, - removing all others. -
retainAll(Collection) - -Method in class org.apache.commons.collections.collection.SynchronizedCollection -
  -
retainAll(Collection) - -Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection -
  -
retainAll(Collection) - -Method in class org.apache.commons.collections.collection.UnmodifiableCollection -
  -
retainAll(Collection, Collection) - -Static method in class org.apache.commons.collections.CollectionUtils + removing all others. +
retainAll(Collection) - +Method in class org.apache.commons.collections.collection.SynchronizedCollection +
  +
retainAll(Collection) - +Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection +
  +
retainAll(Collection) - +Method in class org.apache.commons.collections.collection.UnmodifiableCollection +
  +
retainAll(Collection, Collection) - +Static method in class org.apache.commons.collections.CollectionUtils
Returns a collection containing all the elements in collection - that are also in retain. -
retainAll(Collection) - -Method in class org.apache.commons.collections.CursorableLinkedList + that are also in retain. +
retainAll(Collection) - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Retains only the elements in this list that are contained in the - specified collection. -
retainAll(Collection) - -Method in class org.apache.commons.collections.DefaultMapBag + specified collection. +
retainAll(Collection) - +Method in class org.apache.commons.collections.DefaultMapBag
Deprecated. Remove any members of the bag that are not in the given - bag, respecting cardinality. -
retainAll(Bag) - -Method in class org.apache.commons.collections.DefaultMapBag + bag, respecting cardinality. +
retainAll(Bag) - +Method in class org.apache.commons.collections.DefaultMapBag
Deprecated. Remove any members of the bag that are not in the given - bag, respecting cardinality. -
retainAll(Collection) - -Method in class org.apache.commons.collections.FastArrayList + bag, respecting cardinality. +
retainAll(Collection) - +Method in class org.apache.commons.collections.FastArrayList
Remove from this collection all of its elements except those that are - contained in the specified collection. -
retainAll(Collection) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
retainAll(Collection) - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
retainAll(Collection) - -Method in class org.apache.commons.collections.list.SetUniqueList -
  -
retainAll(Collection) - -Method in class org.apache.commons.collections.list.UnmodifiableList -
  -
retainAll(Collection, Collection) - -Static method in class org.apache.commons.collections.ListUtils + contained in the specified collection. +
retainAll(Collection) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
retainAll(Collection) - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
retainAll(Collection) - +Method in class org.apache.commons.collections.list.SetUniqueList +
  +
retainAll(Collection) - +Method in class org.apache.commons.collections.list.UnmodifiableList +
  +
retainAll(Collection, Collection) - +Static method in class org.apache.commons.collections.ListUtils
Returns a List containing all the elements in collection - that are also in retain. -
retainAll(Collection) - -Method in class org.apache.commons.collections.map.UnmodifiableEntrySet -
  -
retainAll(Collection) - -Method in class org.apache.commons.collections.set.ListOrderedSet -
  -
retainAll(Collection) - -Method in class org.apache.commons.collections.set.MapBackedSet -
  -
retainAll(Collection) - -Method in class org.apache.commons.collections.set.UnmodifiableSet -
  -
retainAll(Collection) - -Method in class org.apache.commons.collections.set.UnmodifiableSortedSet -
  -
reuseEntry(AbstractHashedMap.HashEntry, int, int, Object, Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Reuses an existing key-value mapping, storing completely new data. -
reuseMapping(AbstractLinkedMap.LinkEntry, int, int, Object, Object) - -Method in class org.apache.commons.collections.map.LRUMap -
Reuses an entry by removing it and moving it to a new place in the map. -
reverseArray(Object[]) - -Static method in class org.apache.commons.collections.CollectionUtils -
Reverses the order of the given array. + that are also in retain. +
retainAll(Collection) - +Method in class org.apache.commons.collections.map.UnmodifiableEntrySet +
  +
retainAll(Collection) - +Method in class org.apache.commons.collections.set.ListOrderedSet +
  +
retainAll(Collection) - +Method in class org.apache.commons.collections.set.MapBackedSet +
  +
retainAll(Collection) - +Method in class org.apache.commons.collections.set.UnmodifiableSet +
  +
retainAll(Collection) - +Method in class org.apache.commons.collections.set.UnmodifiableSortedSet +
  +
reuseEntry(AbstractHashedMap.HashEntry, int, int, Object, Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Reuses an existing key-value mapping, storing completely new data. +
reuseMapping(AbstractLinkedMap.LinkEntry, int, int, Object, Object) - +Method in class org.apache.commons.collections.map.LRUMap +
Reuses an entry by removing it and moving it to a new place in the map. +
reverseArray(Object[]) - +Static method in class org.apache.commons.collections.CollectionUtils +
Reverses the order of the given array.
ReverseComparator - Class in org.apache.commons.collections.comparators
Reverses the order of another comparator by reversing the arguments - to its compare method.
ReverseComparator() - -Constructor for class org.apache.commons.collections.comparators.ReverseComparator + to its compare method.
ReverseComparator() - +Constructor for class org.apache.commons.collections.comparators.ReverseComparator
Creates a comparator that compares objects based on the inverse of their - natural ordering. -
ReverseComparator(Comparator) - -Constructor for class org.apache.commons.collections.comparators.ReverseComparator + natural ordering. +
ReverseComparator(Comparator) - +Constructor for class org.apache.commons.collections.comparators.ReverseComparator
Creates a comparator that inverts the comparison - of the given comparator. -
reversedComparator(Comparator) - -Static method in class org.apache.commons.collections.ComparatorUtils -
Gets a comparator that reverses the order of the given comparator. + of the given comparator. +
reversedComparator(Comparator) - +Static method in class org.apache.commons.collections.ComparatorUtils +
Gets a comparator that reverses the order of the given comparator.
ReverseListIterator - Class in org.apache.commons.collections.iterators
Iterates backwards through a List, starting with the last element - and continuing to the first.
ReverseListIterator(List) - -Constructor for class org.apache.commons.collections.iterators.ReverseListIterator -
Constructor that wraps a list. -
root - -Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator -
The root object in the tree -
-
-

-S

-
-
safeAddToMap(Map, Object, Object) - -Static method in class org.apache.commons.collections.MapUtils -
Protects against adding null values to a map. -
save(OutputStream, String) - -Method in class org.apache.commons.collections.ExtendedProperties -
Save the properties to the given output stream. -
search(Object) - -Method in class org.apache.commons.collections.ArrayStack + and continuing to the first.
ReverseListIterator(List) - +Constructor for class org.apache.commons.collections.iterators.ReverseListIterator +
Constructor that wraps a list. +
root - +Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator +
The root object in the tree +
+
+

+S

+
+
safeAddToMap(Map, Object, Object) - +Static method in class org.apache.commons.collections.MapUtils +
Protects against adding null values to a map. +
save(OutputStream, String) - +Method in class org.apache.commons.collections.ExtendedProperties +
Save the properties to the given output stream. +
search(Object) - +Method in class org.apache.commons.collections.ArrayStack
Returns the one-based position of the distance from the top that the specified object exists on this stack, where the top-most element is - considered to be at distance 1. -
select(Collection, Predicate) - -Static method in class org.apache.commons.collections.CollectionUtils + considered to be at distance 1. +
select(Collection, Predicate) - +Static method in class org.apache.commons.collections.CollectionUtils
Selects all elements from input collection which match the given predicate - into an output collection. -
select(Collection, Predicate, Collection) - -Static method in class org.apache.commons.collections.CollectionUtils + into an output collection. +
select(Collection, Predicate, Collection) - +Static method in class org.apache.commons.collections.CollectionUtils
Selects all elements from input collection which match the given predicate - and adds them to outputCollection. -
selectRejected(Collection, Predicate) - -Static method in class org.apache.commons.collections.CollectionUtils + and adds them to outputCollection. +
selectRejected(Collection, Predicate) - +Static method in class org.apache.commons.collections.CollectionUtils
Selects all elements from inputCollection which don't match the given predicate - into an output collection. -
selectRejected(Collection, Predicate, Collection) - -Static method in class org.apache.commons.collections.CollectionUtils + into an output collection. +
selectRejected(Collection, Predicate, Collection) - +Static method in class org.apache.commons.collections.CollectionUtils
Selects all elements from inputCollection which don't match the given predicate - and adds them to outputCollection. -
sequence() - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Returns a List view of the keys rather than a set view. -
SequencedHashMap - Class in org.apache.commons.collections
Deprecated. Replaced by LinkedMap and ListOrderedMap in map subpackage. Due to be removed in v4.0.
SequencedHashMap() - -Constructor for class org.apache.commons.collections.SequencedHashMap + and adds them to outputCollection. +
sequence() - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Returns a List view of the keys rather than a set view. +
SequencedHashMap - Class in org.apache.commons.collections
Deprecated. Replaced by LinkedMap and ListOrderedMap in map subpackage. Due to be removed in v4.0.
SequencedHashMap() - +Constructor for class org.apache.commons.collections.SequencedHashMap
Deprecated. Construct a new sequenced hash map with default initial size and load - factor. -
SequencedHashMap(int) - -Constructor for class org.apache.commons.collections.SequencedHashMap + factor. +
SequencedHashMap(int) - +Constructor for class org.apache.commons.collections.SequencedHashMap
Deprecated. Construct a new sequenced hash map with the specified initial size and - default load factor. -
SequencedHashMap(int, float) - -Constructor for class org.apache.commons.collections.SequencedHashMap + default load factor. +
SequencedHashMap(int, float) - +Constructor for class org.apache.commons.collections.SequencedHashMap
Deprecated. Construct a new sequenced hash map with the specified initial size and - load factor. -
SequencedHashMap(Map) - -Constructor for class org.apache.commons.collections.SequencedHashMap + load factor. +
SequencedHashMap(Map) - +Constructor for class org.apache.commons.collections.SequencedHashMap
Deprecated. Construct a new sequenced hash map and add all the elements in the - specified map. -
set(int, Object) - -Method in class org.apache.commons.collections.CursorableLinkedList + specified map. +
set(int, Object) - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Replaces the element at the specified position in this list with the - specified element. -
set(int, Object) - -Method in class org.apache.commons.collections.FastArrayList + specified element. +
set(int, Object) - +Method in class org.apache.commons.collections.FastArrayList
Replace the element at the specified position in this list with - the specified element. -
set(Object) - -Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator -
  -
set(Object) - -Method in class org.apache.commons.collections.iterators.ArrayListIterator -
Sets the element under the cursor. -
set(Object) - -Method in class org.apache.commons.collections.iterators.FilterListIterator -
Not supported. -
set(Object) - -Method in class org.apache.commons.collections.iterators.ListIteratorWrapper -
Throws UnsupportedOperationException. -
set(Object) - -Method in class org.apache.commons.collections.iterators.LoopingListIterator + the specified element. +
set(Object) - +Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator +
  +
set(Object) - +Method in class org.apache.commons.collections.iterators.ArrayListIterator +
Sets the element under the cursor. +
set(Object) - +Method in class org.apache.commons.collections.iterators.FilterListIterator +
Not supported. +
set(Object) - +Method in class org.apache.commons.collections.iterators.ListIteratorWrapper +
Throws UnsupportedOperationException. +
set(Object) - +Method in class org.apache.commons.collections.iterators.LoopingListIterator
Replaces the last element that was returned by LoopingListIterator.next() or - LoopingListIterator.previous(). -
set(Object) - -Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator -
Sets the element under the cursor. -
set(Object) - -Method in class org.apache.commons.collections.iterators.ProxyListIterator -
Deprecated. Invokes the underlying ListIterator.set(Object) method. -
set(Object) - -Method in class org.apache.commons.collections.iterators.ReverseListIterator -
Replaces the last returned element. -
set(Object) - -Method in class org.apache.commons.collections.iterators.SingletonListIterator -
Set sets the value of the singleton. -
set(Object) - -Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator -
  -
set(Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator -
  -
set(int, Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList -
  -
set(int, Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
set(int, Object) - -Method in class org.apache.commons.collections.list.AbstractListDecorator -
  -
set(int, Object) - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
set(int, Object) - -Method in class org.apache.commons.collections.list.GrowthList -
Decorate the set method to perform the growth behaviour. -
set(Object) - -Method in class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator -
  -
set(int, Object) - -Method in class org.apache.commons.collections.list.PredicatedList -
  -
set - -Variable in class org.apache.commons.collections.list.SetUniqueList -
Internal Set to maintain uniqueness. -
set(int, Object) - -Method in class org.apache.commons.collections.list.SetUniqueList -
Sets the value at the specified index avoiding duplicates. -
set(int, Object) - -Method in class org.apache.commons.collections.list.SynchronizedList -
  -
set(int, Object) - -Method in class org.apache.commons.collections.list.TransformedList -
  -
set(Object) - -Method in class org.apache.commons.collections.list.TransformedList.TransformedListIterator -
  -
set(int, Object) - -Method in class org.apache.commons.collections.list.TreeList -
Sets the element at the specified index. -
set(int, Object) - -Method in class org.apache.commons.collections.list.UnmodifiableList -
  -
setArray(Object) - -Method in class org.apache.commons.collections.iterators.ArrayIterator -
Sets the array that the ArrayIterator should iterate over. -
setArray(Object[]) - -Method in class org.apache.commons.collections.iterators.ObjectArrayIterator -
Sets the array that the ArrayIterator should iterate over. -
setBean(Object) - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Sets the bean to be operated on by this map. -
setComparator(int, Comparator) - -Method in class org.apache.commons.collections.comparators.ComparatorChain + LoopingListIterator.previous(). +
set(Object) - +Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator +
Sets the element under the cursor. +
set(Object) - +Method in class org.apache.commons.collections.iterators.ProxyListIterator +
Deprecated. Invokes the underlying ListIterator.set(Object) method. +
set(Object) - +Method in class org.apache.commons.collections.iterators.ReverseListIterator +
Replaces the last returned element. +
set(Object) - +Method in class org.apache.commons.collections.iterators.SingletonListIterator +
Set sets the value of the singleton. +
set(Object) - +Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator +
  +
set(Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator +
  +
set(int, Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList +
  +
set(int, Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
set(int, Object) - +Method in class org.apache.commons.collections.list.AbstractListDecorator +
  +
set(int, Object) - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
set(int, Object) - +Method in class org.apache.commons.collections.list.GrowthList +
Decorate the set method to perform the growth behaviour. +
set(Object) - +Method in class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator +
  +
set(int, Object) - +Method in class org.apache.commons.collections.list.PredicatedList +
  +
set - +Variable in class org.apache.commons.collections.list.SetUniqueList +
Internal Set to maintain uniqueness. +
set(int, Object) - +Method in class org.apache.commons.collections.list.SetUniqueList +
Sets the value at the specified index avoiding duplicates. +
set(int, Object) - +Method in class org.apache.commons.collections.list.SynchronizedList +
  +
set(int, Object) - +Method in class org.apache.commons.collections.list.TransformedList +
  +
set(Object) - +Method in class org.apache.commons.collections.list.TransformedList.TransformedListIterator +
  +
set(int, Object) - +Method in class org.apache.commons.collections.list.TreeList +
Sets the element at the specified index. +
set(int, Object) - +Method in class org.apache.commons.collections.list.UnmodifiableList +
  +
setArray(Object) - +Method in class org.apache.commons.collections.iterators.ArrayIterator +
Sets the array that the ArrayIterator should iterate over. +
setArray(Object[]) - +Method in class org.apache.commons.collections.iterators.ObjectArrayIterator +
Sets the array that the ArrayIterator should iterate over. +
setBean(Object) - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Sets the bean to be operated on by this map. +
setComparator(int, Comparator) - +Method in class org.apache.commons.collections.comparators.ComparatorChain
Replace the Comparator at the given index, maintaining - the existing sort order. -
setComparator(int, Comparator, boolean) - -Method in class org.apache.commons.collections.comparators.ComparatorChain + the existing sort order. +
setComparator(int, Comparator, boolean) - +Method in class org.apache.commons.collections.comparators.ComparatorChain
Replace the Comparator at the given index in the - ComparatorChain, using the given sort order -
setComparator(Comparator) - -Method in class org.apache.commons.collections.iterators.CollatingIterator -
Sets the Comparator by which collation occurs. -
setEnumeration(Enumeration) - -Method in class org.apache.commons.collections.iterators.EnumerationIterator -
Sets the underlying enumeration. -
setFast(boolean) - -Method in class org.apache.commons.collections.FastArrayList -
Sets whether this list will operate in fast mode. -
setFast(boolean) - -Method in class org.apache.commons.collections.FastHashMap -
Sets whether this map is operating in fast mode. -
setFast(boolean) - -Method in class org.apache.commons.collections.FastTreeMap -
Sets whether this map is operating in fast mode. -
setForwardSort(int) - -Method in class org.apache.commons.collections.comparators.ComparatorChain + ComparatorChain, using the given sort order +
setComparator(Comparator) - +Method in class org.apache.commons.collections.iterators.CollatingIterator +
Sets the Comparator by which collation occurs. +
setEnumeration(Enumeration) - +Method in class org.apache.commons.collections.iterators.EnumerationIterator +
Sets the underlying enumeration. +
setFast(boolean) - +Method in class org.apache.commons.collections.FastArrayList +
Sets whether this list will operate in fast mode. +
setFast(boolean) - +Method in class org.apache.commons.collections.FastHashMap +
Sets whether this map is operating in fast mode. +
setFast(boolean) - +Method in class org.apache.commons.collections.FastTreeMap +
Sets whether this map is operating in fast mode. +
setForwardSort(int) - +Method in class org.apache.commons.collections.comparators.ComparatorChain
Change the sort order at the given index in the - ComparatorChain to a forward sort. -
setInclude(String) - -Method in class org.apache.commons.collections.ExtendedProperties -
Sets the property value for including other properties files. -
setIterator(int, Iterator) - -Method in class org.apache.commons.collections.iterators.CollatingIterator -
Sets the iterator at the given index. -
setIterator(Iterator) - -Method in class org.apache.commons.collections.iterators.FilterIterator -
Sets the iterator for this iterator to use. -
setIterator(int, Iterator) - -Method in class org.apache.commons.collections.iterators.IteratorChain -
Set the Iterator at the given index -
setIterator(Iterator) - -Method in class org.apache.commons.collections.iterators.IteratorEnumeration -
Sets the underlying iterator. -
setIterator(Iterator) - -Method in class org.apache.commons.collections.iterators.ProxyIterator -
Deprecated. Setter for property iterator. -
setIterator(Iterator) - -Method in class org.apache.commons.collections.iterators.TransformIterator -
Sets the iterator for this iterator to use. -
setKey(Object) - -Method in class org.apache.commons.collections.DefaultMapEntry -
Deprecated. Sets the key stored in this Map Entry. -
setKey(Object) - -Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue -
Sets the key. -
setListIterator(ListIterator) - -Method in class org.apache.commons.collections.iterators.FilterListIterator -
Sets the iterator for this iterator to use. -
setListIterator(ListIterator) - -Method in class org.apache.commons.collections.iterators.ProxyListIterator -
Deprecated. Setter for property iterator. -
setMap(Map) - -Method in class org.apache.commons.collections.DefaultMapBag + ComparatorChain to a forward sort. +
setInclude(String) - +Method in class org.apache.commons.collections.ExtendedProperties +
Sets the property value for including other properties files. +
setIterator(int, Iterator) - +Method in class org.apache.commons.collections.iterators.CollatingIterator +
Sets the iterator at the given index. +
setIterator(Iterator) - +Method in class org.apache.commons.collections.iterators.FilterIterator +
Sets the iterator for this iterator to use. +
setIterator(int, Iterator) - +Method in class org.apache.commons.collections.iterators.IteratorChain +
Set the Iterator at the given index +
setIterator(Iterator) - +Method in class org.apache.commons.collections.iterators.IteratorEnumeration +
Sets the underlying iterator. +
setIterator(Iterator) - +Method in class org.apache.commons.collections.iterators.ProxyIterator +
Deprecated. Setter for property iterator. +
setIterator(Iterator) - +Method in class org.apache.commons.collections.iterators.TransformIterator +
Sets the iterator for this iterator to use. +
setKey(Object) - +Method in class org.apache.commons.collections.DefaultMapEntry +
Deprecated. Sets the key stored in this Map Entry. +
setKey(Object) - +Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue +
Sets the key. +
setListIterator(ListIterator) - +Method in class org.apache.commons.collections.iterators.FilterListIterator +
Sets the iterator for this iterator to use. +
setListIterator(ListIterator) - +Method in class org.apache.commons.collections.iterators.ProxyListIterator +
Deprecated. Setter for property iterator. +
setMap(Map) - +Method in class org.apache.commons.collections.DefaultMapBag
Deprecated. Utility method for implementations to set the map that backs - this bag. -
setMaximumCacheSize(int) - -Method in class org.apache.commons.collections.list.NodeCachingLinkedList -
Sets the maximum size of the cache. -
setMaximumSize(int) - -Method in class org.apache.commons.collections.LRUMap -
Deprecated. Setter for property maximumSize. -
setMutator(CompositeCollection.CollectionMutator) - -Method in class org.apache.commons.collections.collection.CompositeCollection -
Specify a CollectionMutator strategy instance to handle changes. -
setMutator(CompositeMap.MapMutator) - -Method in class org.apache.commons.collections.map.CompositeMap -
Specify the MapMutator to be used by mutation operations. -
setMutator(CompositeCollection.CollectionMutator) - -Method in class org.apache.commons.collections.set.CompositeSet + this bag. +
setMaximumCacheSize(int) - +Method in class org.apache.commons.collections.list.NodeCachingLinkedList +
Sets the maximum size of the cache. +
setMaximumSize(int) - +Method in class org.apache.commons.collections.LRUMap +
Deprecated. Setter for property maximumSize. +
setMutator(CompositeCollection.CollectionMutator) - +Method in class org.apache.commons.collections.collection.CompositeCollection +
Specify a CollectionMutator strategy instance to handle changes. +
setMutator(CompositeMap.MapMutator) - +Method in class org.apache.commons.collections.map.CompositeMap +
Specify the MapMutator to be used by mutation operations. +
setMutator(CompositeCollection.CollectionMutator) - +Method in class org.apache.commons.collections.set.CompositeSet
This can receive either a CompositeCollection.CollectionMutator - or a CompositeSet.SetMutator. -
setNextNode(AbstractLinkedList.Node) - -Method in class org.apache.commons.collections.list.AbstractLinkedList.Node -
Sets the next node. -
setOrder - -Variable in class org.apache.commons.collections.set.ListOrderedSet -
Internal list to hold the sequence of objects -
setPredicate(Predicate) - -Method in class org.apache.commons.collections.iterators.FilterIterator -
Sets the predicate this the iterator to use. -
setPredicate(Predicate) - -Method in class org.apache.commons.collections.iterators.FilterListIterator -
Sets the predicate this the iterator to use. -
setPreviousNode(AbstractLinkedList.Node) - -Method in class org.apache.commons.collections.list.AbstractLinkedList.Node -
Sets the previous node. -
setProperty(String, Object) - -Method in class org.apache.commons.collections.ExtendedProperties + or a CompositeSet.SetMutator. +
setNextNode(AbstractLinkedList.Node) - +Method in class org.apache.commons.collections.list.AbstractLinkedList.Node +
Sets the next node. +
setOrder - +Variable in class org.apache.commons.collections.set.ListOrderedSet +
Internal list to hold the sequence of objects +
setPredicate(Predicate) - +Method in class org.apache.commons.collections.iterators.FilterIterator +
Sets the predicate this the iterator to use. +
setPredicate(Predicate) - +Method in class org.apache.commons.collections.iterators.FilterListIterator +
Sets the predicate this the iterator to use. +
setPreviousNode(AbstractLinkedList.Node) - +Method in class org.apache.commons.collections.list.AbstractLinkedList.Node +
Sets the previous node. +
setProperty(String, Object) - +Method in class org.apache.commons.collections.ExtendedProperties
Set a property, this will replace any previously - set values. -
setReverseSort(int) - -Method in class org.apache.commons.collections.comparators.ComparatorChain + set values. +
setReverseSort(int) - +Method in class org.apache.commons.collections.comparators.ComparatorChain
Change the sort order at the given index in the - ComparatorChain to a reverse sort. -
setTransformer(Transformer) - -Method in class org.apache.commons.collections.iterators.TransformIterator -
Sets the transformer this the iterator to use. + ComparatorChain to a reverse sort. +
setTransformer(Transformer) - +Method in class org.apache.commons.collections.iterators.TransformIterator +
Sets the transformer this the iterator to use.
SetUniqueList - Class in org.apache.commons.collections.list
Decorates a List to ensure that no duplicates are present - much like a Set.
SetUniqueList(List, Set) - -Constructor for class org.apache.commons.collections.list.SetUniqueList -
Constructor that wraps (not copies) the List and specifies the set to use. -
setUnknownObjectBehavior(int) - -Method in class org.apache.commons.collections.comparators.FixedOrderComparator -
Sets the behavior for comparing unknown objects. + much like a Set.
SetUniqueList(List, Set) - +Constructor for class org.apache.commons.collections.list.SetUniqueList +
Constructor that wraps (not copies) the List and specifies the set to use. +
setUnknownObjectBehavior(int) - +Method in class org.apache.commons.collections.comparators.FixedOrderComparator +
Sets the behavior for comparing unknown objects.
SetUtils - Class in org.apache.commons.collections
Provides utility methods and decorators for - Set and SortedSet instances.
SetUtils() - -Constructor for class org.apache.commons.collections.SetUtils -
SetUtils should not normally be instantiated. -
setValue(Object) - -Method in class org.apache.commons.collections.BeanMap.MyMapEntry -
Deprecated. Sets the value. -
setValue(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator -
  -
setValue(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry -
  -
setValue(Object) - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator -
  -
setValue(Object) - -Method in class org.apache.commons.collections.DefaultMapEntry -
Deprecated. Sets the value stored in this Map Entry. -
setValue(Object) - -Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator -
  -
setValue(Object) - -Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator -
  -
setValue(Object) - -Method in class org.apache.commons.collections.iterators.EntrySetMapIterator -
Sets the value associated with the current key. -
setValue(Object) - -Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator -
  -
setValue(Object) - -Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator -
  -
setValue(Object) - -Method in class org.apache.commons.collections.keyvalue.AbstractMapEntry -
Sets the value stored in this Map.Entry. -
setValue(Object) - -Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator -
  -
setValue(Object) - -Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue -
Sets the value. -
setValue(Object) - -Method in class org.apache.commons.collections.keyvalue.TiedMapEntry -
Sets the value associated with the key direct onto the map. -
setValue(Object) - -Method in class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry -
Throws UnsupportedOperationException. -
setValue(Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList.Node -
Sets the value of the node. -
setValue(Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry -
  -
setValue(Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator -
  -
setValue(Object) - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator -
  -
setValue(Object) - -Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry -
Sets the value of the entry. -
setValue(int, Object) - -Method in class org.apache.commons.collections.map.ListOrderedMap -
Sets the value at the specified index. -
setValue(Object) - -Method in class org.apache.commons.collections.map.SingletonMap -
Sets the value. -
setValue(Object) - -Method in interface org.apache.commons.collections.MapIterator -
Sets the value associated with the current key (optional operation). -
SETVALUE_INVALID - -Static variable in class org.apache.commons.collections.map.AbstractHashedMap -
  -
shrinkCacheToMaximumSize() - -Method in class org.apache.commons.collections.list.NodeCachingLinkedList -
Reduce the size of the cache to the maximum, if necessary. -
SingletonIterator - Class in org.apache.commons.collections.iterators
SingletonIterator is an Iterator over a single - object instance.
SingletonIterator(Object) - -Constructor for class org.apache.commons.collections.iterators.SingletonIterator + Set and SortedSet instances.
SetUtils() - +Constructor for class org.apache.commons.collections.SetUtils +
SetUtils should not normally be instantiated. +
setValue(Object) - +Method in class org.apache.commons.collections.BeanMap.MyMapEntry +
Deprecated. Sets the value. +
setValue(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator +
  +
setValue(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry +
  +
setValue(Object) - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator +
  +
setValue(Object) - +Method in class org.apache.commons.collections.DefaultMapEntry +
Deprecated. Sets the value stored in this Map Entry. +
setValue(Object) - +Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator +
  +
setValue(Object) - +Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator +
  +
setValue(Object) - +Method in class org.apache.commons.collections.iterators.EntrySetMapIterator +
Sets the value associated with the current key. +
setValue(Object) - +Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator +
  +
setValue(Object) - +Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator +
  +
setValue(Object) - +Method in class org.apache.commons.collections.keyvalue.AbstractMapEntry +
Sets the value stored in this Map.Entry. +
setValue(Object) - +Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator +
  +
setValue(Object) - +Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue +
Sets the value. +
setValue(Object) - +Method in class org.apache.commons.collections.keyvalue.TiedMapEntry +
Sets the value associated with the key direct onto the map. +
setValue(Object) - +Method in class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry +
Throws UnsupportedOperationException. +
setValue(Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList.Node +
Sets the value of the node. +
setValue(Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry +
  +
setValue(Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator +
  +
setValue(Object) - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator +
  +
setValue(Object) - +Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry +
Sets the value of the entry. +
setValue(int, Object) - +Method in class org.apache.commons.collections.map.ListOrderedMap +
Sets the value at the specified index. +
setValue(Object) - +Method in class org.apache.commons.collections.map.SingletonMap +
Sets the value. +
setValue(Object) - +Method in interface org.apache.commons.collections.MapIterator +
Sets the value associated with the current key (optional operation). +
SETVALUE_INVALID - +Static variable in class org.apache.commons.collections.map.AbstractHashedMap +
  +
shrinkCacheToMaximumSize() - +Method in class org.apache.commons.collections.list.NodeCachingLinkedList +
Reduce the size of the cache to the maximum, if necessary. +
SingletonIterator - Class in org.apache.commons.collections.iterators
SingletonIterator is an Iterator over a single + object instance.
SingletonIterator(Object) - +Constructor for class org.apache.commons.collections.iterators.SingletonIterator
Constructs a new SingletonIterator where remove - is a permitted operation. -
SingletonIterator(Object, boolean) - -Constructor for class org.apache.commons.collections.iterators.SingletonIterator + is a permitted operation. +
SingletonIterator(Object, boolean) - +Constructor for class org.apache.commons.collections.iterators.SingletonIterator
Constructs a new SingletonIterator optionally choosing if - remove is a permitted operation. -
singletonIterator(Object) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets a singleton iterator. -
SingletonListIterator - Class in org.apache.commons.collections.iterators
SingletonIterator is an ListIterator over a single - object instance.
SingletonListIterator(Object) - -Constructor for class org.apache.commons.collections.iterators.SingletonListIterator -
Constructs a new SingletonListIterator. -
singletonListIterator(Object) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets a singleton list iterator. -
SingletonMap - Class in org.apache.commons.collections.map
A Map implementation that holds a single item and is fixed size.
SingletonMap() - -Constructor for class org.apache.commons.collections.map.SingletonMap -
Constructor that creates a map of null to null. -
SingletonMap(Object, Object) - -Constructor for class org.apache.commons.collections.map.SingletonMap -
Constructor specifying the key and value. -
SingletonMap(KeyValue) - -Constructor for class org.apache.commons.collections.map.SingletonMap -
Constructor specifying the key and value as a KeyValue. -
SingletonMap(Map.Entry) - -Constructor for class org.apache.commons.collections.map.SingletonMap -
Constructor specifying the key and value as a MapEntry. -
SingletonMap(Map) - -Constructor for class org.apache.commons.collections.map.SingletonMap -
Constructor copying elements from another map. -
size() - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Returns the number of elements in this bag. -
size() - -Method in interface org.apache.commons.collections.Bag -
Returns the total number of items in the bag across all types. -
size() - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Returns the number of properties defined by the bean. -
size() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
  -
size() - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Returns the number of key-value mappings in this map. -
size() - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Returns the number of elements in this heap. -
size() - -Method in class org.apache.commons.collections.BoundedFifoBuffer -
Deprecated. Returns the number of elements stored in the buffer. -
size() - -Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer -
Returns the number of elements stored in the buffer. -
size - -Variable in class org.apache.commons.collections.buffer.PriorityBuffer -
The number of elements currently in this buffer. -
size() - -Method in class org.apache.commons.collections.buffer.PriorityBuffer -
Returns the number of elements in this buffer. -
size() - -Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer -
Returns the number of elements stored in the buffer. -
size() - -Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
  -
size() - -Method in class org.apache.commons.collections.collection.CompositeCollection -
Gets the size of this composite collection. -
size() - -Method in class org.apache.commons.collections.collection.SynchronizedCollection -
  -
size(Object) - -Static method in class org.apache.commons.collections.CollectionUtils -
Gets the size of the collection/iterator specified. -
size() - -Method in class org.apache.commons.collections.comparators.ComparatorChain -
Number of Comparators in the current ComparatorChain. -
size() - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Returns the number of elements in this list. -
size() - -Method in class org.apache.commons.collections.DefaultMapBag -
Deprecated. Returns the number of elements in this bag. -
size() - -Method in class org.apache.commons.collections.DoubleOrderedMap -
Deprecated. Returns the number of key-value mappings in this map. -
size() - -Method in class org.apache.commons.collections.FastArrayList -
Return the number of elements in this list. -
size() - -Method in class org.apache.commons.collections.FastHashMap -
Return the number of key-value mappings in this map. -
size() - -Method in class org.apache.commons.collections.FastTreeMap -
Return the number of key-value mappings in this map. -
size() - -Method in class org.apache.commons.collections.iterators.IteratorChain -
Number of Iterators in the current IteratorChain. -
size() - -Method in class org.apache.commons.collections.iterators.LoopingIterator -
Gets the size of the collection underlying the iterator. -
size() - -Method in class org.apache.commons.collections.iterators.LoopingListIterator -
Gets the size of the list underlying the iterator. -
size() - -Method in class org.apache.commons.collections.keyvalue.MultiKey -
Gets the size of the list of keys. -
size() - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList -
  -
size - -Variable in class org.apache.commons.collections.list.AbstractLinkedList -
The size of the list -
size() - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
size() - -Method in class org.apache.commons.collections.list.TreeList -
Gets the current size of the list. -
size() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet -
  -
size() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet -
  -
size - -Variable in class org.apache.commons.collections.map.AbstractHashedMap -
The size of the map -
size() - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Gets the size of the map. -
size() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.Values -
  -
size() - -Method in class org.apache.commons.collections.map.AbstractMapDecorator -
  -
size() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Gets the size of the map. -
size() - -Method in class org.apache.commons.collections.map.CompositeMap -
Returns the number of key-value mappings in this map. -
size() - -Method in class org.apache.commons.collections.map.Flat3Map -
Gets the size of the map. -
size() - -Method in class org.apache.commons.collections.map.MultiKeyMap -
  -
size(Object) - -Method in class org.apache.commons.collections.map.MultiValueMap -
Gets the size of the collection mapped to the specified key. -
size() - -Method in class org.apache.commons.collections.map.SingletonMap -
Gets the size of the map, always 1. -
size() - -Method in class org.apache.commons.collections.map.StaticBucketMap -
Gets the current size of the map. -
size(Object) - -Method in class org.apache.commons.collections.MultiHashMap -
Deprecated. Gets the size of the collection mapped to the specified key. -
size() - -Method in interface org.apache.commons.collections.MultiMap -
Gets the number of keys in this map. -
size() - -Method in class org.apache.commons.collections.ProxyMap -
Deprecated. Invokes the underlying Map.size() method. -
size() - -Method in class org.apache.commons.collections.ReferenceMap -
Deprecated. Returns the size of this map. -
size() - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Implements Map.size(). -
size() - -Method in class org.apache.commons.collections.set.MapBackedSet -
  -
size() - -Method in class org.apache.commons.collections.StaticBucketMap -
Deprecated. Implements Map.size(). -
size() - -Method in class org.apache.commons.collections.UnboundedFifoBuffer -
Deprecated. Returns the number of elements stored in the buffer. -
sizeIsEmpty(Object) - -Static method in class org.apache.commons.collections.CollectionUtils -
Checks if the specified collection/array/iterator is empty. -
SOFT - -Static variable in class org.apache.commons.collections.map.AbstractReferenceMap -
Constant indicating that soft references should be used -
SOFT - -Static variable in class org.apache.commons.collections.ReferenceMap -
Deprecated. Constant indicating that soft references should be used. + remove is a permitted operation. +
singletonIterator(Object) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets a singleton iterator. +
SingletonListIterator - Class in org.apache.commons.collections.iterators
SingletonIterator is an ListIterator over a single + object instance.
SingletonListIterator(Object) - +Constructor for class org.apache.commons.collections.iterators.SingletonListIterator +
Constructs a new SingletonListIterator. +
singletonListIterator(Object) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets a singleton list iterator. +
SingletonMap - Class in org.apache.commons.collections.map
A Map implementation that holds a single item and is fixed size.
SingletonMap() - +Constructor for class org.apache.commons.collections.map.SingletonMap +
Constructor that creates a map of null to null. +
SingletonMap(Object, Object) - +Constructor for class org.apache.commons.collections.map.SingletonMap +
Constructor specifying the key and value. +
SingletonMap(KeyValue) - +Constructor for class org.apache.commons.collections.map.SingletonMap +
Constructor specifying the key and value as a KeyValue. +
SingletonMap(Map.Entry) - +Constructor for class org.apache.commons.collections.map.SingletonMap +
Constructor specifying the key and value as a MapEntry. +
SingletonMap(Map) - +Constructor for class org.apache.commons.collections.map.SingletonMap +
Constructor copying elements from another map. +
size() - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Returns the number of elements in this bag. +
size() - +Method in interface org.apache.commons.collections.Bag +
Returns the total number of items in the bag across all types. +
size() - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Returns the number of properties defined by the bean. +
size() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
  +
size() - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Returns the number of key-value mappings in this map. +
size() - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Returns the number of elements in this heap. +
size() - +Method in class org.apache.commons.collections.BoundedFifoBuffer +
Deprecated. Returns the number of elements stored in the buffer. +
size() - +Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer +
Returns the number of elements stored in the buffer. +
size - +Variable in class org.apache.commons.collections.buffer.PriorityBuffer +
The number of elements currently in this buffer. +
size() - +Method in class org.apache.commons.collections.buffer.PriorityBuffer +
Returns the number of elements in this buffer. +
size() - +Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer +
Returns the number of elements stored in the buffer. +
size() - +Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
  +
size() - +Method in class org.apache.commons.collections.collection.CompositeCollection +
Gets the size of this composite collection. +
size() - +Method in class org.apache.commons.collections.collection.SynchronizedCollection +
  +
size(Object) - +Static method in class org.apache.commons.collections.CollectionUtils +
Gets the size of the collection/iterator specified. +
size() - +Method in class org.apache.commons.collections.comparators.ComparatorChain +
Number of Comparators in the current ComparatorChain. +
size() - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Returns the number of elements in this list. +
size() - +Method in class org.apache.commons.collections.DefaultMapBag +
Deprecated. Returns the number of elements in this bag. +
size() - +Method in class org.apache.commons.collections.DoubleOrderedMap +
Deprecated. Returns the number of key-value mappings in this map. +
size() - +Method in class org.apache.commons.collections.FastArrayList +
Return the number of elements in this list. +
size() - +Method in class org.apache.commons.collections.FastHashMap +
Return the number of key-value mappings in this map. +
size() - +Method in class org.apache.commons.collections.FastTreeMap +
Return the number of key-value mappings in this map. +
size() - +Method in class org.apache.commons.collections.iterators.IteratorChain +
Number of Iterators in the current IteratorChain. +
size() - +Method in class org.apache.commons.collections.iterators.LoopingIterator +
Gets the size of the collection underlying the iterator. +
size() - +Method in class org.apache.commons.collections.iterators.LoopingListIterator +
Gets the size of the list underlying the iterator. +
size() - +Method in class org.apache.commons.collections.keyvalue.MultiKey +
Gets the size of the list of keys. +
size() - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList +
  +
size - +Variable in class org.apache.commons.collections.list.AbstractLinkedList +
The size of the list +
size() - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
size() - +Method in class org.apache.commons.collections.list.TreeList +
Gets the current size of the list. +
size() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet +
  +
size() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet +
  +
size - +Variable in class org.apache.commons.collections.map.AbstractHashedMap +
The size of the map +
size() - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Gets the size of the map. +
size() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.Values +
  +
size() - +Method in class org.apache.commons.collections.map.AbstractMapDecorator +
  +
size() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Gets the size of the map. +
size() - +Method in class org.apache.commons.collections.map.CompositeMap +
Returns the number of key-value mappings in this map. +
size() - +Method in class org.apache.commons.collections.map.Flat3Map +
Gets the size of the map. +
size() - +Method in class org.apache.commons.collections.map.MultiKeyMap +
  +
size(Object) - +Method in class org.apache.commons.collections.map.MultiValueMap +
Gets the size of the collection mapped to the specified key. +
size() - +Method in class org.apache.commons.collections.map.SingletonMap +
Gets the size of the map, always 1. +
size() - +Method in class org.apache.commons.collections.map.StaticBucketMap +
Gets the current size of the map. +
size(Object) - +Method in class org.apache.commons.collections.MultiHashMap +
Deprecated. Gets the size of the collection mapped to the specified key. +
size() - +Method in interface org.apache.commons.collections.MultiMap +
Gets the number of keys in this map. +
size() - +Method in class org.apache.commons.collections.ProxyMap +
Deprecated. Invokes the underlying Map.size() method. +
size() - +Method in class org.apache.commons.collections.ReferenceMap +
Deprecated. Returns the size of this map. +
size() - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Implements Map.size(). +
size() - +Method in class org.apache.commons.collections.set.MapBackedSet +
  +
size() - +Method in class org.apache.commons.collections.StaticBucketMap +
Deprecated. Implements Map.size(). +
size() - +Method in class org.apache.commons.collections.UnboundedFifoBuffer +
Deprecated. Returns the number of elements stored in the buffer. +
sizeIsEmpty(Object) - +Static method in class org.apache.commons.collections.CollectionUtils +
Checks if the specified collection/array/iterator is empty. +
SOFT - +Static variable in class org.apache.commons.collections.map.AbstractReferenceMap +
Constant indicating that soft references should be used +
SOFT - +Static variable in class org.apache.commons.collections.ReferenceMap +
Deprecated. Constant indicating that soft references should be used.
SortedBag - Interface in org.apache.commons.collections
Defines a type of Bag that maintains a sorted order among its unique representative members.
SortedBidiMap - Interface in org.apache.commons.collections
Defines a map that allows bidirectional lookup between key and values - and retains both keys and values in sorted order.
sortsTrueFirst() - -Method in class org.apache.commons.collections.comparators.BooleanComparator + and retains both keys and values in sorted order.
sortsTrueFirst() - +Method in class org.apache.commons.collections.comparators.BooleanComparator
Returns true iff - I sort true values before - false values. -
stack - -Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator -
The stack of iterators -
START_TOKEN - -Static variable in class org.apache.commons.collections.ExtendedProperties -
  -
startIndex - -Variable in class org.apache.commons.collections.iterators.ArrayIterator -
The start index to loop from -
startIndex - -Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator -
The start index to loop from + I sort true values before + false values. +
stack - +Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator +
The stack of iterators +
START_TOKEN - +Static variable in class org.apache.commons.collections.ExtendedProperties +
  +
startIndex - +Variable in class org.apache.commons.collections.iterators.ArrayIterator +
The start index to loop from +
startIndex - +Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator +
The start index to loop from
StaticBucketMap - Class in org.apache.commons.collections.map
A StaticBucketMap is an efficient, thread-safe implementation of java.util.Map that performs well in in a highly - thread-contentious environment.
StaticBucketMap() - -Constructor for class org.apache.commons.collections.map.StaticBucketMap -
Initializes the map with the default number of buckets (255). -
StaticBucketMap(int) - -Constructor for class org.apache.commons.collections.map.StaticBucketMap -
Initializes the map with a specified number of buckets. -
StaticBucketMap - Class in org.apache.commons.collections
Deprecated. Moved to map subpackage. Due to be removed in v4.0.
StaticBucketMap() - -Constructor for class org.apache.commons.collections.StaticBucketMap -
Deprecated. Initializes the map with the default number of buckets (255). -
StaticBucketMap(int) - -Constructor for class org.apache.commons.collections.StaticBucketMap -
Deprecated. Initializes the map with a specified number of buckets. + thread-contentious environment.
StaticBucketMap() - +Constructor for class org.apache.commons.collections.map.StaticBucketMap +
Initializes the map with the default number of buckets (255). +
StaticBucketMap(int) - +Constructor for class org.apache.commons.collections.map.StaticBucketMap +
Initializes the map with a specified number of buckets. +
StaticBucketMap - Class in org.apache.commons.collections
Deprecated. Moved to map subpackage. Due to be removed in v4.0.
StaticBucketMap() - +Constructor for class org.apache.commons.collections.StaticBucketMap +
Deprecated. Initializes the map with the default number of buckets (255). +
StaticBucketMap(int) - +Constructor for class org.apache.commons.collections.StaticBucketMap +
Deprecated. Initializes the map with a specified number of buckets.
StringValueTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that returns the result of calling - String.valueOf on the input object.
stringValueTransformer() - -Static method in class org.apache.commons.collections.TransformerUtils + String.valueOf on the input object.
stringValueTransformer() - +Static method in class org.apache.commons.collections.TransformerUtils
Gets a transformer that returns a java.lang.String - representation of the input object. -
sub - -Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator -
The parent list -
sub - -Variable in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor -
The parent list -
subList(int, int) - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Returns a fail-fast sublist. -
subList(int, int) - -Method in class org.apache.commons.collections.FastArrayList + representation of the input object. +
sub - +Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator +
The parent list +
sub - +Variable in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor +
The parent list +
subList(int, int) - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Returns a fail-fast sublist. +
subList(int, int) - +Method in class org.apache.commons.collections.FastArrayList
Return a view of the portion of this list between fromIndex - (inclusive) and toIndex (exclusive). -
subList(int, int) - -Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList -
  -
subList(int, int) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
Gets a sublist of the main list. -
subList(int, int) - -Method in class org.apache.commons.collections.list.AbstractListDecorator -
  -
subList(int, int) - -Method in class org.apache.commons.collections.list.FixedSizeList -
  -
subList(int, int) - -Method in class org.apache.commons.collections.list.LazyList -
  -
subList(int, int) - -Method in class org.apache.commons.collections.list.PredicatedList -
  -
subList(int, int) - -Method in class org.apache.commons.collections.list.SetUniqueList -
  -
subList(int, int) - -Method in class org.apache.commons.collections.list.SynchronizedList -
  -
subList(int, int) - -Method in class org.apache.commons.collections.list.TransformedList -
  -
subList(int, int) - -Method in class org.apache.commons.collections.list.UnmodifiableList -
  -
subMap(Object, Object) - -Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator -
  -
subMap(Object, Object) - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap -
  -
subMap(Object, Object) - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap -
  -
subMap(Object, Object) - -Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -
  -
subMap(Object, Object) - -Method in class org.apache.commons.collections.FastTreeMap + (inclusive) and toIndex (exclusive). +
subList(int, int) - +Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList +
  +
subList(int, int) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
Gets a sublist of the main list. +
subList(int, int) - +Method in class org.apache.commons.collections.list.AbstractListDecorator +
  +
subList(int, int) - +Method in class org.apache.commons.collections.list.FixedSizeList +
  +
subList(int, int) - +Method in class org.apache.commons.collections.list.LazyList +
  +
subList(int, int) - +Method in class org.apache.commons.collections.list.PredicatedList +
  +
subList(int, int) - +Method in class org.apache.commons.collections.list.SetUniqueList +
  +
subList(int, int) - +Method in class org.apache.commons.collections.list.SynchronizedList +
  +
subList(int, int) - +Method in class org.apache.commons.collections.list.TransformedList +
  +
subList(int, int) - +Method in class org.apache.commons.collections.list.UnmodifiableList +
  +
subMap(Object, Object) - +Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator +
  +
subMap(Object, Object) - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap +
  +
subMap(Object, Object) - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap +
  +
subMap(Object, Object) - +Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +
  +
subMap(Object, Object) - +Method in class org.apache.commons.collections.FastTreeMap
Return a view of the portion of this map whose keys are in the - range fromKey (inclusive) to toKey (exclusive). -
subMap(Object, Object) - -Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator -
  -
subMap(Object, Object) - -Method in class org.apache.commons.collections.map.FixedSizeSortedMap -
  -
subMap(Object, Object) - -Method in class org.apache.commons.collections.map.LazySortedMap -
  -
subMap(Object, Object) - -Method in class org.apache.commons.collections.map.PredicatedSortedMap -
  -
subMap(Object, Object) - -Method in class org.apache.commons.collections.map.TransformedSortedMap -
  -
subMap(Object, Object) - -Method in class org.apache.commons.collections.map.UnmodifiableSortedMap -
  -
subset(String) - -Method in class org.apache.commons.collections.ExtendedProperties + range fromKey (inclusive) to toKey (exclusive). +
subMap(Object, Object) - +Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator +
  +
subMap(Object, Object) - +Method in class org.apache.commons.collections.map.FixedSizeSortedMap +
  +
subMap(Object, Object) - +Method in class org.apache.commons.collections.map.LazySortedMap +
  +
subMap(Object, Object) - +Method in class org.apache.commons.collections.map.PredicatedSortedMap +
  +
subMap(Object, Object) - +Method in class org.apache.commons.collections.map.TransformedSortedMap +
  +
subMap(Object, Object) - +Method in class org.apache.commons.collections.map.UnmodifiableSortedMap +
  +
subset(String) - +Method in class org.apache.commons.collections.ExtendedProperties
Create an ExtendedProperties object that is a subset - of this one. -
subSet(Object, Object) - -Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator -
  -
subSet(Object, Object) - -Method in class org.apache.commons.collections.set.PredicatedSortedSet -
  -
subSet(Object, Object) - -Method in class org.apache.commons.collections.set.SynchronizedSortedSet -
  -
subSet(Object, Object) - -Method in class org.apache.commons.collections.set.TransformedSortedSet -
  -
subSet(Object, Object) - -Method in class org.apache.commons.collections.set.UnmodifiableSortedSet -
  -
subtract(Collection, Collection) - -Static method in class org.apache.commons.collections.CollectionUtils -
Returns a new Collection containing a - b. -
subtract(List, List) - -Static method in class org.apache.commons.collections.ListUtils + of this one. +
subSet(Object, Object) - +Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator +
  +
subSet(Object, Object) - +Method in class org.apache.commons.collections.set.PredicatedSortedSet +
  +
subSet(Object, Object) - +Method in class org.apache.commons.collections.set.SynchronizedSortedSet +
  +
subSet(Object, Object) - +Method in class org.apache.commons.collections.set.TransformedSortedSet +
  +
subSet(Object, Object) - +Method in class org.apache.commons.collections.set.UnmodifiableSortedSet +
  +
subtract(Collection, Collection) - +Static method in class org.apache.commons.collections.CollectionUtils +
Returns a new Collection containing a - b. +
subtract(List, List) - +Static method in class org.apache.commons.collections.ListUtils
Subtracts all elements in the second list from the first list, - placing the results in a new list. -
sum(List, List) - -Static method in class org.apache.commons.collections.ListUtils -
Returns the sum of the given lists. -
switchClosure(Predicate[], Closure[]) - -Static method in class org.apache.commons.collections.ClosureUtils -
Create a new Closure that calls one of the closures depending - on the predicates. -
switchClosure(Predicate[], Closure[], Closure) - -Static method in class org.apache.commons.collections.ClosureUtils -
Create a new Closure that calls one of the closures depending - on the predicates. -
switchClosure(Map) - -Static method in class org.apache.commons.collections.ClosureUtils -
Create a new Closure that calls one of the closures depending - on the predicates. + placing the results in a new list. +
sum(List, List) - +Static method in class org.apache.commons.collections.ListUtils +
Returns the sum of the given lists. +
switchClosure(Predicate[], Closure[]) - +Static method in class org.apache.commons.collections.ClosureUtils +
Create a new Closure that calls one of the closures depending + on the predicates. +
switchClosure(Predicate[], Closure[], Closure) - +Static method in class org.apache.commons.collections.ClosureUtils +
Create a new Closure that calls one of the closures depending + on the predicates. +
switchClosure(Map) - +Static method in class org.apache.commons.collections.ClosureUtils +
Create a new Closure that calls one of the closures depending + on the predicates.
SwitchClosure - Class in org.apache.commons.collections.functors
Closure implementation calls the closure whose predicate returns true, - like a switch statement.
SwitchClosure(Predicate[], Closure[], Closure) - -Constructor for class org.apache.commons.collections.functors.SwitchClosure -
Constructor that performs no validation. -
switchMapClosure(Map) - -Static method in class org.apache.commons.collections.ClosureUtils + like a switch statement.
SwitchClosure(Predicate[], Closure[], Closure) - +Constructor for class org.apache.commons.collections.functors.SwitchClosure +
Constructor that performs no validation. +
switchMapClosure(Map) - +Static method in class org.apache.commons.collections.ClosureUtils
Create a new Closure that uses the input object as a key to find the - closure to call. -
switchMapTransformer(Map) - -Static method in class org.apache.commons.collections.TransformerUtils + closure to call. +
switchMapTransformer(Map) - +Static method in class org.apache.commons.collections.TransformerUtils
Create a new Transformer that uses the input object as a key to find the - transformer to call. + transformer to call.
SwitchTransformer - Class in org.apache.commons.collections.functors
Transformer implementation calls the transformer whose predicate returns true, - like a switch statement.
SwitchTransformer(Predicate[], Transformer[], Transformer) - -Constructor for class org.apache.commons.collections.functors.SwitchTransformer -
Constructor that performs no validation. -
switchTransformer(Predicate, Transformer, Transformer) - -Static method in class org.apache.commons.collections.TransformerUtils -
Create a new Transformer that calls one of two transformers depending - on the specified predicate. -
switchTransformer(Predicate[], Transformer[]) - -Static method in class org.apache.commons.collections.TransformerUtils -
Create a new Transformer that calls one of the transformers depending - on the predicates. -
switchTransformer(Predicate[], Transformer[], Transformer) - -Static method in class org.apache.commons.collections.TransformerUtils -
Create a new Transformer that calls one of the transformers depending - on the predicates. -
switchTransformer(Map) - -Static method in class org.apache.commons.collections.TransformerUtils -
Create a new Transformer that calls one of the transformers depending - on the predicates. + like a switch statement.
SwitchTransformer(Predicate[], Transformer[], Transformer) - +Constructor for class org.apache.commons.collections.functors.SwitchTransformer +
Constructor that performs no validation. +
switchTransformer(Predicate, Transformer, Transformer) - +Static method in class org.apache.commons.collections.TransformerUtils +
Create a new Transformer that calls one of two transformers depending + on the specified predicate. +
switchTransformer(Predicate[], Transformer[]) - +Static method in class org.apache.commons.collections.TransformerUtils +
Create a new Transformer that calls one of the transformers depending + on the predicates. +
switchTransformer(Predicate[], Transformer[], Transformer) - +Static method in class org.apache.commons.collections.TransformerUtils +
Create a new Transformer that calls one of the transformers depending + on the predicates. +
switchTransformer(Map) - +Static method in class org.apache.commons.collections.TransformerUtils +
Create a new Transformer that calls one of the transformers depending + on the predicates.
SynchronizedBag - Class in org.apache.commons.collections.bag
Decorates another Bag to synchronize its behaviour - for a multi-threaded environment.
SynchronizedBag(Bag) - -Constructor for class org.apache.commons.collections.bag.SynchronizedBag -
Constructor that wraps (not copies). -
SynchronizedBag(Bag, Object) - -Constructor for class org.apache.commons.collections.bag.SynchronizedBag -
Constructor that wraps (not copies). -
synchronizedBag(Bag) - -Static method in class org.apache.commons.collections.BagUtils -
Returns a synchronized (thread-safe) bag backed by the given bag. + for a multi-threaded environment.
SynchronizedBag(Bag) - +Constructor for class org.apache.commons.collections.bag.SynchronizedBag +
Constructor that wraps (not copies). +
SynchronizedBag(Bag, Object) - +Constructor for class org.apache.commons.collections.bag.SynchronizedBag +
Constructor that wraps (not copies). +
synchronizedBag(Bag) - +Static method in class org.apache.commons.collections.BagUtils +
Returns a synchronized (thread-safe) bag backed by the given bag.
SynchronizedBuffer - Class in org.apache.commons.collections.buffer
Decorates another Buffer to synchronize its behaviour - for a multi-threaded environment.
SynchronizedBuffer(Buffer) - -Constructor for class org.apache.commons.collections.buffer.SynchronizedBuffer -
Constructor that wraps (not copies). -
SynchronizedBuffer(Buffer, Object) - -Constructor for class org.apache.commons.collections.buffer.SynchronizedBuffer -
Constructor that wraps (not copies). -
synchronizedBuffer(Buffer) - -Static method in class org.apache.commons.collections.BufferUtils -
Returns a synchronized buffer backed by the given buffer. + for a multi-threaded environment.
SynchronizedBuffer(Buffer) - +Constructor for class org.apache.commons.collections.buffer.SynchronizedBuffer +
Constructor that wraps (not copies). +
SynchronizedBuffer(Buffer, Object) - +Constructor for class org.apache.commons.collections.buffer.SynchronizedBuffer +
Constructor that wraps (not copies). +
synchronizedBuffer(Buffer) - +Static method in class org.apache.commons.collections.BufferUtils +
Returns a synchronized buffer backed by the given buffer.
SynchronizedCollection - Class in org.apache.commons.collections.collection
Decorates another Collection to synchronize its behaviour - for a multi-threaded environment.
SynchronizedCollection(Collection) - -Constructor for class org.apache.commons.collections.collection.SynchronizedCollection -
Constructor that wraps (not copies). -
SynchronizedCollection(Collection, Object) - -Constructor for class org.apache.commons.collections.collection.SynchronizedCollection -
Constructor that wraps (not copies). -
synchronizedCollection(Collection) - -Static method in class org.apache.commons.collections.CollectionUtils -
Returns a synchronized collection backed by the given collection. + for a multi-threaded environment.
SynchronizedCollection(Collection) - +Constructor for class org.apache.commons.collections.collection.SynchronizedCollection +
Constructor that wraps (not copies). +
SynchronizedCollection(Collection, Object) - +Constructor for class org.apache.commons.collections.collection.SynchronizedCollection +
Constructor that wraps (not copies). +
synchronizedCollection(Collection) - +Static method in class org.apache.commons.collections.CollectionUtils +
Returns a synchronized collection backed by the given collection.
SynchronizedList - Class in org.apache.commons.collections.list
Decorates another List to synchronize its behaviour - for a multi-threaded environment.
SynchronizedList(List) - -Constructor for class org.apache.commons.collections.list.SynchronizedList -
Constructor that wraps (not copies). -
SynchronizedList(List, Object) - -Constructor for class org.apache.commons.collections.list.SynchronizedList -
Constructor that wraps (not copies). -
synchronizedList(List) - -Static method in class org.apache.commons.collections.ListUtils -
Returns a synchronized list backed by the given list. -
synchronizedMap(Map) - -Static method in class org.apache.commons.collections.MapUtils -
Returns a synchronized map backed by the given map. + for a multi-threaded environment.
SynchronizedList(List) - +Constructor for class org.apache.commons.collections.list.SynchronizedList +
Constructor that wraps (not copies). +
SynchronizedList(List, Object) - +Constructor for class org.apache.commons.collections.list.SynchronizedList +
Constructor that wraps (not copies). +
synchronizedList(List) - +Static method in class org.apache.commons.collections.ListUtils +
Returns a synchronized list backed by the given list. +
synchronizedMap(Map) - +Static method in class org.apache.commons.collections.MapUtils +
Returns a synchronized map backed by the given map.
SynchronizedPriorityQueue - Class in org.apache.commons.collections
Deprecated. PriorityQueue is replaced by the Buffer interface, see buffer subpackage. - Due to be removed in v4.0.
SynchronizedPriorityQueue(PriorityQueue) - -Constructor for class org.apache.commons.collections.SynchronizedPriorityQueue -
Deprecated. Constructs a new synchronized priority queue. + Due to be removed in v4.0.
SynchronizedPriorityQueue(PriorityQueue) - +Constructor for class org.apache.commons.collections.SynchronizedPriorityQueue +
Deprecated. Constructs a new synchronized priority queue.
SynchronizedSet - Class in org.apache.commons.collections.set
Decorates another Set to synchronize its behaviour for a - multi-threaded environment.
SynchronizedSet(Set) - -Constructor for class org.apache.commons.collections.set.SynchronizedSet -
Constructor that wraps (not copies). -
SynchronizedSet(Set, Object) - -Constructor for class org.apache.commons.collections.set.SynchronizedSet -
Constructor that wraps (not copies). -
synchronizedSet(Set) - -Static method in class org.apache.commons.collections.SetUtils -
Returns a synchronized set backed by the given set. + multi-threaded environment.
SynchronizedSet(Set) - +Constructor for class org.apache.commons.collections.set.SynchronizedSet +
Constructor that wraps (not copies). +
SynchronizedSet(Set, Object) - +Constructor for class org.apache.commons.collections.set.SynchronizedSet +
Constructor that wraps (not copies). +
synchronizedSet(Set) - +Static method in class org.apache.commons.collections.SetUtils +
Returns a synchronized set backed by the given set.
SynchronizedSortedBag - Class in org.apache.commons.collections.bag
Decorates another SortedBag to synchronize its behaviour - for a multi-threaded environment.
SynchronizedSortedBag(SortedBag) - -Constructor for class org.apache.commons.collections.bag.SynchronizedSortedBag -
Constructor that wraps (not copies). -
SynchronizedSortedBag(Bag, Object) - -Constructor for class org.apache.commons.collections.bag.SynchronizedSortedBag -
Constructor that wraps (not copies). -
synchronizedSortedBag(SortedBag) - -Static method in class org.apache.commons.collections.BagUtils -
Returns a synchronized (thread-safe) sorted bag backed by the given - sorted bag. -
synchronizedSortedMap(SortedMap) - -Static method in class org.apache.commons.collections.MapUtils -
Returns a synchronized sorted map backed by the given sorted map. + for a multi-threaded environment.
SynchronizedSortedBag(SortedBag) - +Constructor for class org.apache.commons.collections.bag.SynchronizedSortedBag +
Constructor that wraps (not copies). +
SynchronizedSortedBag(Bag, Object) - +Constructor for class org.apache.commons.collections.bag.SynchronizedSortedBag +
Constructor that wraps (not copies). +
synchronizedSortedBag(SortedBag) - +Static method in class org.apache.commons.collections.BagUtils +
Returns a synchronized (thread-safe) sorted bag backed by the given + sorted bag. +
synchronizedSortedMap(SortedMap) - +Static method in class org.apache.commons.collections.MapUtils +
Returns a synchronized sorted map backed by the given sorted map.
SynchronizedSortedSet - Class in org.apache.commons.collections.set
Decorates another SortedSet to synchronize its behaviour - for a multi-threaded environment.
SynchronizedSortedSet(SortedSet) - -Constructor for class org.apache.commons.collections.set.SynchronizedSortedSet -
Constructor that wraps (not copies). -
SynchronizedSortedSet(SortedSet, Object) - -Constructor for class org.apache.commons.collections.set.SynchronizedSortedSet -
Constructor that wraps (not copies). -
synchronizedSortedSet(SortedSet) - -Static method in class org.apache.commons.collections.SetUtils -
Returns a synchronized sorted set backed by the given sorted set. -
-
-

-T

-
-
tail - -Variable in class org.apache.commons.collections.buffer.UnboundedFifoBuffer -
The current tail index. -
tailMap(Object) - -Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator -
  -
tailMap(Object) - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap -
  -
tailMap(Object) - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap -
  -
tailMap(Object) - -Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -
  -
tailMap(Object) - -Method in class org.apache.commons.collections.FastTreeMap + for a multi-threaded environment.
SynchronizedSortedSet(SortedSet) - +Constructor for class org.apache.commons.collections.set.SynchronizedSortedSet +
Constructor that wraps (not copies). +
SynchronizedSortedSet(SortedSet, Object) - +Constructor for class org.apache.commons.collections.set.SynchronizedSortedSet +
Constructor that wraps (not copies). +
synchronizedSortedSet(SortedSet) - +Static method in class org.apache.commons.collections.SetUtils +
Returns a synchronized sorted set backed by the given sorted set. +
+
+

+T

+
+
tail - +Variable in class org.apache.commons.collections.buffer.UnboundedFifoBuffer +
The current tail index. +
tailMap(Object) - +Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator +
  +
tailMap(Object) - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap +
  +
tailMap(Object) - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap +
  +
tailMap(Object) - +Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +
  +
tailMap(Object) - +Method in class org.apache.commons.collections.FastTreeMap
Return a view of the portion of this map whose keys are greater than - or equal to the specified key. -
tailMap(Object) - -Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator -
  -
tailMap(Object) - -Method in class org.apache.commons.collections.map.FixedSizeSortedMap -
  -
tailMap(Object) - -Method in class org.apache.commons.collections.map.LazySortedMap -
  -
tailMap(Object) - -Method in class org.apache.commons.collections.map.PredicatedSortedMap -
  -
tailMap(Object) - -Method in class org.apache.commons.collections.map.TransformedSortedMap -
  -
tailMap(Object) - -Method in class org.apache.commons.collections.map.UnmodifiableSortedMap -
  -
tailSet(Object) - -Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator -
  -
tailSet(Object) - -Method in class org.apache.commons.collections.set.PredicatedSortedSet -
  -
tailSet(Object) - -Method in class org.apache.commons.collections.set.SynchronizedSortedSet -
  -
tailSet(Object) - -Method in class org.apache.commons.collections.set.TransformedSortedSet -
  -
tailSet(Object) - -Method in class org.apache.commons.collections.set.UnmodifiableSortedSet -
  -
testBoolean(String) - -Method in class org.apache.commons.collections.ExtendedProperties + or equal to the specified key. +
tailMap(Object) - +Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator +
  +
tailMap(Object) - +Method in class org.apache.commons.collections.map.FixedSizeSortedMap +
  +
tailMap(Object) - +Method in class org.apache.commons.collections.map.LazySortedMap +
  +
tailMap(Object) - +Method in class org.apache.commons.collections.map.PredicatedSortedMap +
  +
tailMap(Object) - +Method in class org.apache.commons.collections.map.TransformedSortedMap +
  +
tailMap(Object) - +Method in class org.apache.commons.collections.map.UnmodifiableSortedMap +
  +
tailSet(Object) - +Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator +
  +
tailSet(Object) - +Method in class org.apache.commons.collections.set.PredicatedSortedSet +
  +
tailSet(Object) - +Method in class org.apache.commons.collections.set.SynchronizedSortedSet +
  +
tailSet(Object) - +Method in class org.apache.commons.collections.set.TransformedSortedSet +
  +
tailSet(Object) - +Method in class org.apache.commons.collections.set.UnmodifiableSortedSet +
  +
testBoolean(String) - +Method in class org.apache.commons.collections.ExtendedProperties
Test whether the string represent by value maps to a boolean - value or not. -
threshold - -Variable in class org.apache.commons.collections.map.AbstractHashedMap -
Size at which to rehash -
TiedMapEntry - Class in org.apache.commons.collections.keyvalue
A Map.Entry tied to a map underneath.
TiedMapEntry(Map, Object) - -Constructor for class org.apache.commons.collections.keyvalue.TiedMapEntry -
Constructs a new entry with the given Map and key. -
toArray() - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Returns an array of all of this bag's elements. -
toArray(Object[]) - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Returns an array of all of this bag's elements. -
toArray() - -Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
  -
toArray(Object[]) - -Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
  -
toArray() - -Method in class org.apache.commons.collections.collection.CompositeCollection -
Returns an array containing all of the elements in this composite. -
toArray(Object[]) - -Method in class org.apache.commons.collections.collection.CompositeCollection -
Returns an object array, populating the supplied array if possible. -
toArray() - -Method in class org.apache.commons.collections.collection.SynchronizedCollection -
  -
toArray(Object[]) - -Method in class org.apache.commons.collections.collection.SynchronizedCollection -
  -
toArray() - -Method in class org.apache.commons.collections.CursorableLinkedList + value or not. +
threshold - +Variable in class org.apache.commons.collections.map.AbstractHashedMap +
Size at which to rehash +
TiedMapEntry - Class in org.apache.commons.collections.keyvalue
A Map.Entry tied to a map underneath.
TiedMapEntry(Map, Object) - +Constructor for class org.apache.commons.collections.keyvalue.TiedMapEntry +
Constructs a new entry with the given Map and key. +
toArray() - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Returns an array of all of this bag's elements. +
toArray(Object[]) - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Returns an array of all of this bag's elements. +
toArray() - +Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
  +
toArray(Object[]) - +Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
  +
toArray() - +Method in class org.apache.commons.collections.collection.CompositeCollection +
Returns an array containing all of the elements in this composite. +
toArray(Object[]) - +Method in class org.apache.commons.collections.collection.CompositeCollection +
Returns an object array, populating the supplied array if possible. +
toArray() - +Method in class org.apache.commons.collections.collection.SynchronizedCollection +
  +
toArray(Object[]) - +Method in class org.apache.commons.collections.collection.SynchronizedCollection +
  +
toArray() - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Returns an array containing all of the elements in this list in proper - sequence. -
toArray(Object[]) - -Method in class org.apache.commons.collections.CursorableLinkedList + sequence. +
toArray(Object[]) - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the - specified array. -
toArray() - -Method in class org.apache.commons.collections.DefaultMapBag -
Deprecated. Returns an array of all of this bag's elements. -
toArray(Object[]) - -Method in class org.apache.commons.collections.DefaultMapBag -
Deprecated. Returns an array of all of this bag's elements. -
toArray() - -Method in class org.apache.commons.collections.FastArrayList + specified array. +
toArray() - +Method in class org.apache.commons.collections.DefaultMapBag +
Deprecated. Returns an array of all of this bag's elements. +
toArray(Object[]) - +Method in class org.apache.commons.collections.DefaultMapBag +
Deprecated. Returns an array of all of this bag's elements. +
toArray() - +Method in class org.apache.commons.collections.FastArrayList
Return an array containing all of the elements in this list in the - correct order. -
toArray(Object[]) - -Method in class org.apache.commons.collections.FastArrayList + correct order. +
toArray(Object[]) - +Method in class org.apache.commons.collections.FastArrayList
Return an array containing all of the elements in this list in the - correct order. -
toArray(Iterator) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an array based on an iterator. -
toArray(Iterator, Class) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an array based on an iterator. -
toArray() - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
toArray(Object[]) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
toArray() - -Method in class org.apache.commons.collections.list.TreeList -
Converts the list into an array. -
toArray() - -Method in class org.apache.commons.collections.map.UnmodifiableEntrySet -
  -
toArray(Object[]) - -Method in class org.apache.commons.collections.map.UnmodifiableEntrySet -
  -
toArray() - -Method in class org.apache.commons.collections.set.ListOrderedSet -
  -
toArray(Object[]) - -Method in class org.apache.commons.collections.set.ListOrderedSet -
  -
toArray() - -Method in class org.apache.commons.collections.set.MapBackedSet -
  -
toArray(Object[]) - -Method in class org.apache.commons.collections.set.MapBackedSet -
  -
toCollection() - -Method in class org.apache.commons.collections.collection.CompositeCollection -
Returns a new collection containing all of the elements -
toList(Enumeration) - -Static method in class org.apache.commons.collections.EnumerationUtils -
Creates a list based on an enumeration. -
toList(Iterator) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets a list based on an iterator. -
toList(Iterator, int) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets a list based on an iterator. -
toListIterator(Iterator) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets a list iterator based on a simple iterator. -
toMap(ResourceBundle) - -Static method in class org.apache.commons.collections.MapUtils -
Creates a new HashMap using data copied from a ResourceBundle. -
toMapEntry() - -Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue -
Returns a new Map.Entry object with key and value from this pair. -
toProperties(Map) - -Static method in class org.apache.commons.collections.MapUtils -
Gets a new Properties object initialised with the values from a Map. -
toReference(int, Object, int) - -Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry -
Constructs a reference of the given type to the given referent. -
toString() - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Implement a toString() method suitable for debugging. -
toString() - -Method in class org.apache.commons.collections.BeanMap -
Deprecated.   -
toString() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator -
  -
toString() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
  -
toString() - -Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator -
  -
toString() - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Returns a string version of this Map in standard format. -
toString() - -Method in class org.apache.commons.collections.BinaryHeap -
Deprecated. Returns a string representation of this heap. -
toString() - -Method in class org.apache.commons.collections.buffer.PriorityBuffer -
Returns a string representation of this heap. -
toString() - -Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator -
  -
toString() - -Method in class org.apache.commons.collections.collection.SynchronizedCollection -
  -
toString() - -Method in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Returns a String representation of this list, suitable for debugging. -
toString() - -Method in class org.apache.commons.collections.DefaultMapBag -
Deprecated. Implement a toString() method suitable for debugging. -
toString() - -Method in class org.apache.commons.collections.DefaultMapEntry -
Deprecated. Written to match the output of the Map.Entry's used in - a HashMap. -
toString() - -Method in class org.apache.commons.collections.FastArrayList -
Return a String representation of this object. -
toString() - -Method in class org.apache.commons.collections.iterators.EntrySetMapIterator -
Gets the iterator as a String. -
toString() - -Method in class org.apache.commons.collections.keyvalue.AbstractKeyValue -
Gets a debugging String view of the pair. -
toString() - -Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator -
  -
toString() - -Method in class org.apache.commons.collections.keyvalue.MultiKey -
Gets a debugging string version of the key. -
toString() - -Method in class org.apache.commons.collections.keyvalue.TiedMapEntry -
Gets a string version of the entry. -
toString() - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
  -
toString() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry -
  -
toString() - -Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator -
  -
toString() - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Gets the map as a String. -
toString() - -Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator -
  -
toString() - -Method in class org.apache.commons.collections.map.AbstractMapDecorator -
  -
toString() - -Method in class org.apache.commons.collections.map.Flat3Map -
Gets the map as a String. -
toString() - -Method in class org.apache.commons.collections.map.ListOrderedMap -
Returns the Map as a string. -
toString() - -Method in class org.apache.commons.collections.map.MultiKeyMap -
  -
toString() - -Method in class org.apache.commons.collections.map.SingletonMap -
Gets the map as a String. -
toString() - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Provides a string representation of the entries within the map. -
toString() - -Method in class org.apache.commons.collections.set.ListOrderedSet -
Uses the underlying List's toString so that order is achieved. -
toString() - -Method in class org.apache.commons.collections.SynchronizedPriorityQueue -
Deprecated. Returns a string representation of the underlying queue. -
totalSize() - -Method in class org.apache.commons.collections.map.MultiValueMap -
Gets the total size of the map by counting all the values. -
totalSize() - -Method in class org.apache.commons.collections.MultiHashMap -
Deprecated. Gets the total size of the map by counting all the values. -
transform(Object) - -Method in class org.apache.commons.collections.collection.TransformedCollection -
Transforms an object. -
transform(Collection) - -Method in class org.apache.commons.collections.collection.TransformedCollection -
Transforms a collection. -
transform(Collection, Transformer) - -Static method in class org.apache.commons.collections.CollectionUtils -
Transform the collection by applying a Transformer to each element. -
transform(Object) - -Method in class org.apache.commons.collections.functors.ChainedTransformer -
Transforms the input to result via each decorated transformer -
transform(Object) - -Method in class org.apache.commons.collections.functors.CloneTransformer -
Transforms the input to result by cloning it. -
transform(Object) - -Method in class org.apache.commons.collections.functors.ClosureTransformer -
Transforms the input to result by executing a closure. -
transform(Object) - -Method in class org.apache.commons.collections.functors.ConstantTransformer -
Transforms the input by ignoring it and returning the stored constant instead. -
transform(Object) - -Method in class org.apache.commons.collections.functors.ExceptionTransformer -
Transforms the input to result by cloning it. -
transform(Object) - -Method in class org.apache.commons.collections.functors.FactoryTransformer + correct order. +
toArray(Iterator) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an array based on an iterator. +
toArray(Iterator, Class) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an array based on an iterator. +
toArray() - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
toArray(Object[]) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
toArray() - +Method in class org.apache.commons.collections.list.TreeList +
Converts the list into an array. +
toArray() - +Method in class org.apache.commons.collections.map.UnmodifiableEntrySet +
  +
toArray(Object[]) - +Method in class org.apache.commons.collections.map.UnmodifiableEntrySet +
  +
toArray() - +Method in class org.apache.commons.collections.set.ListOrderedSet +
  +
toArray(Object[]) - +Method in class org.apache.commons.collections.set.ListOrderedSet +
  +
toArray() - +Method in class org.apache.commons.collections.set.MapBackedSet +
  +
toArray(Object[]) - +Method in class org.apache.commons.collections.set.MapBackedSet +
  +
toCollection() - +Method in class org.apache.commons.collections.collection.CompositeCollection +
Returns a new collection containing all of the elements +
toList(Enumeration) - +Static method in class org.apache.commons.collections.EnumerationUtils +
Creates a list based on an enumeration. +
toList(Iterator) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets a list based on an iterator. +
toList(Iterator, int) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets a list based on an iterator. +
toListIterator(Iterator) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets a list iterator based on a simple iterator. +
toMap(ResourceBundle) - +Static method in class org.apache.commons.collections.MapUtils +
Creates a new HashMap using data copied from a ResourceBundle. +
toMapEntry() - +Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue +
Returns a new Map.Entry object with key and value from this pair. +
toProperties(Map) - +Static method in class org.apache.commons.collections.MapUtils +
Gets a new Properties object initialised with the values from a Map. +
toReference(int, Object, int) - +Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry +
Constructs a reference of the given type to the given referent. +
toString() - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Implement a toString() method suitable for debugging. +
toString() - +Method in class org.apache.commons.collections.BeanMap +
Deprecated.   +
toString() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator +
  +
toString() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
  +
toString() - +Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator +
  +
toString() - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Returns a string version of this Map in standard format. +
toString() - +Method in class org.apache.commons.collections.BinaryHeap +
Deprecated. Returns a string representation of this heap. +
toString() - +Method in class org.apache.commons.collections.buffer.PriorityBuffer +
Returns a string representation of this heap. +
toString() - +Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator +
  +
toString() - +Method in class org.apache.commons.collections.collection.SynchronizedCollection +
  +
toString() - +Method in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Returns a String representation of this list, suitable for debugging. +
toString() - +Method in class org.apache.commons.collections.DefaultMapBag +
Deprecated. Implement a toString() method suitable for debugging. +
toString() - +Method in class org.apache.commons.collections.DefaultMapEntry +
Deprecated. Written to match the output of the Map.Entry's used in + a HashMap. +
toString() - +Method in class org.apache.commons.collections.FastArrayList +
Return a String representation of this object. +
toString() - +Method in class org.apache.commons.collections.iterators.EntrySetMapIterator +
Gets the iterator as a String. +
toString() - +Method in class org.apache.commons.collections.keyvalue.AbstractKeyValue +
Gets a debugging String view of the pair. +
toString() - +Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator +
  +
toString() - +Method in class org.apache.commons.collections.keyvalue.MultiKey +
Gets a debugging string version of the key. +
toString() - +Method in class org.apache.commons.collections.keyvalue.TiedMapEntry +
Gets a string version of the entry. +
toString() - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
  +
toString() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry +
  +
toString() - +Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator +
  +
toString() - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Gets the map as a String. +
toString() - +Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator +
  +
toString() - +Method in class org.apache.commons.collections.map.AbstractMapDecorator +
  +
toString() - +Method in class org.apache.commons.collections.map.Flat3Map +
Gets the map as a String. +
toString() - +Method in class org.apache.commons.collections.map.ListOrderedMap +
Returns the Map as a string. +
toString() - +Method in class org.apache.commons.collections.map.MultiKeyMap +
  +
toString() - +Method in class org.apache.commons.collections.map.SingletonMap +
Gets the map as a String. +
toString() - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Provides a string representation of the entries within the map. +
toString() - +Method in class org.apache.commons.collections.set.ListOrderedSet +
Uses the underlying List's toString so that order is achieved. +
toString() - +Method in class org.apache.commons.collections.SynchronizedPriorityQueue +
Deprecated. Returns a string representation of the underlying queue. +
totalSize() - +Method in class org.apache.commons.collections.map.MultiValueMap +
Gets the total size of the map by counting all the values. +
totalSize() - +Method in class org.apache.commons.collections.MultiHashMap +
Deprecated. Gets the total size of the map by counting all the values. +
transform(Object) - +Method in class org.apache.commons.collections.collection.TransformedCollection +
Transforms an object. +
transform(Collection) - +Method in class org.apache.commons.collections.collection.TransformedCollection +
Transforms a collection. +
transform(Collection, Transformer) - +Static method in class org.apache.commons.collections.CollectionUtils +
Transform the collection by applying a Transformer to each element. +
transform(Object) - +Method in class org.apache.commons.collections.functors.ChainedTransformer +
Transforms the input to result via each decorated transformer +
transform(Object) - +Method in class org.apache.commons.collections.functors.CloneTransformer +
Transforms the input to result by cloning it. +
transform(Object) - +Method in class org.apache.commons.collections.functors.ClosureTransformer +
Transforms the input to result by executing a closure. +
transform(Object) - +Method in class org.apache.commons.collections.functors.ConstantTransformer +
Transforms the input by ignoring it and returning the stored constant instead. +
transform(Object) - +Method in class org.apache.commons.collections.functors.ExceptionTransformer +
Transforms the input to result by cloning it. +
transform(Object) - +Method in class org.apache.commons.collections.functors.FactoryTransformer
Transforms the input by ignoring the input and returning the result of - calling the decorated factory. -
transform(Object) - -Method in class org.apache.commons.collections.functors.InstantiateTransformer -
Transforms the input Class object to a result by instantiation. -
transform(Object) - -Method in class org.apache.commons.collections.functors.InvokerTransformer -
Transforms the input to result by invoking a method on the input. -
transform(Object) - -Method in class org.apache.commons.collections.functors.MapTransformer -
Transforms the input to result by looking it up in a Map. -
transform(Object) - -Method in class org.apache.commons.collections.functors.NOPTransformer -
Transforms the input to result by doing nothing. -
transform(Object) - -Method in class org.apache.commons.collections.functors.PredicateTransformer -
Transforms the input to result by calling a predicate. -
transform(Object) - -Method in class org.apache.commons.collections.functors.StringValueTransformer -
Transforms the input to result by calling String.valueOf. -
transform(Object) - -Method in class org.apache.commons.collections.functors.SwitchTransformer + calling the decorated factory. +
transform(Object) - +Method in class org.apache.commons.collections.functors.InstantiateTransformer +
Transforms the input Class object to a result by instantiation. +
transform(Object) - +Method in class org.apache.commons.collections.functors.InvokerTransformer +
Transforms the input to result by invoking a method on the input. +
transform(Object) - +Method in class org.apache.commons.collections.functors.MapTransformer +
Transforms the input to result by looking it up in a Map. +
transform(Object) - +Method in class org.apache.commons.collections.functors.NOPTransformer +
Transforms the input to result by doing nothing. +
transform(Object) - +Method in class org.apache.commons.collections.functors.PredicateTransformer +
Transforms the input to result by calling a predicate. +
transform(Object) - +Method in class org.apache.commons.collections.functors.StringValueTransformer +
Transforms the input to result by calling String.valueOf. +
transform(Object) - +Method in class org.apache.commons.collections.functors.SwitchTransformer
Transforms the input to result by calling the transformer whose matching - predicate returns true. -
transform(Object) - -Method in class org.apache.commons.collections.iterators.TransformIterator -
Transforms the given object using the transformer. -
transform(Object) - -Method in interface org.apache.commons.collections.Transformer -
Transforms the input object (leaving it unchanged) into some output object. -
TransformedBag - Class in org.apache.commons.collections.bag
Decorates another Bag to transform objects that are added.
TransformedBag(Bag, Transformer) - -Constructor for class org.apache.commons.collections.bag.TransformedBag -
Constructor that wraps (not copies). -
transformedBag(Bag, Transformer) - -Static method in class org.apache.commons.collections.BagUtils -
Returns a transformed bag backed by the given bag. -
TransformedBuffer - Class in org.apache.commons.collections.buffer
Decorates another Buffer to transform objects that are added.
TransformedBuffer(Buffer, Transformer) - -Constructor for class org.apache.commons.collections.buffer.TransformedBuffer -
Constructor that wraps (not copies). -
transformedBuffer(Buffer, Transformer) - -Static method in class org.apache.commons.collections.BufferUtils -
Returns a transformed buffer backed by the given buffer. -
TransformedCollection - Class in org.apache.commons.collections.collection
Decorates another Collection to transform objects that are added.
TransformedCollection(Collection, Transformer) - -Constructor for class org.apache.commons.collections.collection.TransformedCollection -
Constructor that wraps (not copies). -
transformedCollection(Collection, Transformer) - -Static method in class org.apache.commons.collections.CollectionUtils -
Returns a transformed bag backed by the given collection. -
transformedComparator(Comparator, Transformer) - -Static method in class org.apache.commons.collections.ComparatorUtils -
Gets a Comparator that passes transformed objects to the given comparator. -
transformedIterator(Iterator, Transformer) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an iterator that transforms the elements of another iterator. -
TransformedList - Class in org.apache.commons.collections.list
Decorates another List to transform objects that are added.
TransformedList(List, Transformer) - -Constructor for class org.apache.commons.collections.list.TransformedList -
Constructor that wraps (not copies). -
transformedList(List, Transformer) - -Static method in class org.apache.commons.collections.ListUtils -
Returns a transformed list backed by the given list. -
TransformedList.TransformedListIterator - Class in org.apache.commons.collections.list
Inner class Iterator for the TransformedList
TransformedList.TransformedListIterator(ListIterator) - -Constructor for class org.apache.commons.collections.list.TransformedList.TransformedListIterator -
  -
TransformedMap - Class in org.apache.commons.collections.map
Decorates another Map to transform objects that are added.
TransformedMap(Map, Transformer, Transformer) - -Constructor for class org.apache.commons.collections.map.TransformedMap -
Constructor that wraps (not copies). -
transformedMap(Map, Transformer, Transformer) - -Static method in class org.apache.commons.collections.MapUtils -
Returns a transformed map backed by the given map. + predicate returns true. +
transform(Object) - +Method in class org.apache.commons.collections.iterators.TransformIterator +
Transforms the given object using the transformer. +
transform(Object) - +Method in interface org.apache.commons.collections.Transformer +
Transforms the input object (leaving it unchanged) into some output object. +
TransformedBag - Class in org.apache.commons.collections.bag
Decorates another Bag to transform objects that are added.
TransformedBag(Bag, Transformer) - +Constructor for class org.apache.commons.collections.bag.TransformedBag +
Constructor that wraps (not copies). +
transformedBag(Bag, Transformer) - +Static method in class org.apache.commons.collections.BagUtils +
Returns a transformed bag backed by the given bag. +
TransformedBuffer - Class in org.apache.commons.collections.buffer
Decorates another Buffer to transform objects that are added.
TransformedBuffer(Buffer, Transformer) - +Constructor for class org.apache.commons.collections.buffer.TransformedBuffer +
Constructor that wraps (not copies). +
transformedBuffer(Buffer, Transformer) - +Static method in class org.apache.commons.collections.BufferUtils +
Returns a transformed buffer backed by the given buffer. +
TransformedCollection - Class in org.apache.commons.collections.collection
Decorates another Collection to transform objects that are added.
TransformedCollection(Collection, Transformer) - +Constructor for class org.apache.commons.collections.collection.TransformedCollection +
Constructor that wraps (not copies). +
transformedCollection(Collection, Transformer) - +Static method in class org.apache.commons.collections.CollectionUtils +
Returns a transformed bag backed by the given collection. +
transformedComparator(Comparator, Transformer) - +Static method in class org.apache.commons.collections.ComparatorUtils +
Gets a Comparator that passes transformed objects to the given comparator. +
transformedIterator(Iterator, Transformer) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an iterator that transforms the elements of another iterator. +
TransformedList - Class in org.apache.commons.collections.list
Decorates another List to transform objects that are added.
TransformedList(List, Transformer) - +Constructor for class org.apache.commons.collections.list.TransformedList +
Constructor that wraps (not copies). +
transformedList(List, Transformer) - +Static method in class org.apache.commons.collections.ListUtils +
Returns a transformed list backed by the given list. +
TransformedList.TransformedListIterator - Class in org.apache.commons.collections.list
Inner class Iterator for the TransformedList
TransformedList.TransformedListIterator(ListIterator) - +Constructor for class org.apache.commons.collections.list.TransformedList.TransformedListIterator +
  +
TransformedMap - Class in org.apache.commons.collections.map
Decorates another Map to transform objects that are added.
TransformedMap(Map, Transformer, Transformer) - +Constructor for class org.apache.commons.collections.map.TransformedMap +
Constructor that wraps (not copies). +
transformedMap(Map, Transformer, Transformer) - +Static method in class org.apache.commons.collections.MapUtils +
Returns a transformed map backed by the given map.
TransformedPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that transforms the given object before invoking - another Predicate.
TransformedPredicate(Transformer, Predicate) - -Constructor for class org.apache.commons.collections.functors.TransformedPredicate -
Constructor that performs no validation. -
transformedPredicate(Transformer, Predicate) - -Static method in class org.apache.commons.collections.PredicateUtils + another Predicate.
TransformedPredicate(Transformer, Predicate) - +Constructor for class org.apache.commons.collections.functors.TransformedPredicate +
Constructor that performs no validation. +
transformedPredicate(Transformer, Predicate) - +Static method in class org.apache.commons.collections.PredicateUtils
Creates a predicate that transforms the input object before passing it - to the predicate. -
TransformedSet - Class in org.apache.commons.collections.set
Decorates another Set to transform objects that are added.
TransformedSet(Set, Transformer) - -Constructor for class org.apache.commons.collections.set.TransformedSet -
Constructor that wraps (not copies). -
transformedSet(Set, Transformer) - -Static method in class org.apache.commons.collections.SetUtils -
Returns a transformed set backed by the given set. -
TransformedSortedBag - Class in org.apache.commons.collections.bag
Decorates another SortedBag to transform objects that are added.
TransformedSortedBag(SortedBag, Transformer) - -Constructor for class org.apache.commons.collections.bag.TransformedSortedBag -
Constructor that wraps (not copies). -
transformedSortedBag(SortedBag, Transformer) - -Static method in class org.apache.commons.collections.BagUtils -
Returns a transformed sorted bag backed by the given bag. -
TransformedSortedMap - Class in org.apache.commons.collections.map
Decorates another SortedMap to transform objects that are added.
TransformedSortedMap(SortedMap, Transformer, Transformer) - -Constructor for class org.apache.commons.collections.map.TransformedSortedMap -
Constructor that wraps (not copies). -
transformedSortedMap(SortedMap, Transformer, Transformer) - -Static method in class org.apache.commons.collections.MapUtils -
Returns a transformed sorted map backed by the given map. -
TransformedSortedSet - Class in org.apache.commons.collections.set
Decorates another SortedSet to transform objects that are added.
TransformedSortedSet(SortedSet, Transformer) - -Constructor for class org.apache.commons.collections.set.TransformedSortedSet -
Constructor that wraps (not copies). -
transformedSortedSet(SortedSet, Transformer) - -Static method in class org.apache.commons.collections.SetUtils -
Returns a transformed sorted set backed by the given set. -
transformer - -Variable in class org.apache.commons.collections.collection.TransformedCollection -
The transformer to use -
transformer - -Variable in class org.apache.commons.collections.comparators.TransformingComparator -
The transformer being used. -
transformer - -Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator -
The transformer to use + to the predicate. +
TransformedSet - Class in org.apache.commons.collections.set
Decorates another Set to transform objects that are added.
TransformedSet(Set, Transformer) - +Constructor for class org.apache.commons.collections.set.TransformedSet +
Constructor that wraps (not copies). +
transformedSet(Set, Transformer) - +Static method in class org.apache.commons.collections.SetUtils +
Returns a transformed set backed by the given set. +
TransformedSortedBag - Class in org.apache.commons.collections.bag
Decorates another SortedBag to transform objects that are added.
TransformedSortedBag(SortedBag, Transformer) - +Constructor for class org.apache.commons.collections.bag.TransformedSortedBag +
Constructor that wraps (not copies). +
transformedSortedBag(SortedBag, Transformer) - +Static method in class org.apache.commons.collections.BagUtils +
Returns a transformed sorted bag backed by the given bag. +
TransformedSortedMap - Class in org.apache.commons.collections.map
Decorates another SortedMap to transform objects that are added.
TransformedSortedMap(SortedMap, Transformer, Transformer) - +Constructor for class org.apache.commons.collections.map.TransformedSortedMap +
Constructor that wraps (not copies). +
transformedSortedMap(SortedMap, Transformer, Transformer) - +Static method in class org.apache.commons.collections.MapUtils +
Returns a transformed sorted map backed by the given map. +
TransformedSortedSet - Class in org.apache.commons.collections.set
Decorates another SortedSet to transform objects that are added.
TransformedSortedSet(SortedSet, Transformer) - +Constructor for class org.apache.commons.collections.set.TransformedSortedSet +
Constructor that wraps (not copies). +
transformedSortedSet(SortedSet, Transformer) - +Static method in class org.apache.commons.collections.SetUtils +
Returns a transformed sorted set backed by the given set. +
transformer - +Variable in class org.apache.commons.collections.collection.TransformedCollection +
The transformer to use +
transformer - +Variable in class org.apache.commons.collections.comparators.TransformingComparator +
The transformer being used. +
transformer - +Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator +
The transformer to use
Transformer - Interface in org.apache.commons.collections
Defines a functor interface implemented by classes that transform one object into another.
TransformerClosure - Class in org.apache.commons.collections.functors
Closure implementation that calls a Transformer using the input object - and ignore the result.
TransformerClosure(Transformer) - -Constructor for class org.apache.commons.collections.functors.TransformerClosure -
Constructor that performs no validation. -
TransformerPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns the result of a transformer.
TransformerPredicate(Transformer) - -Constructor for class org.apache.commons.collections.functors.TransformerPredicate -
Constructor that performs no validation. -
TransformerUtils - Class in org.apache.commons.collections
TransformerUtils provides reference implementations and - utilities for the Transformer functor interface.
TransformerUtils() - -Constructor for class org.apache.commons.collections.TransformerUtils -
This class is not normally instantiated. -
TransformingComparator - Class in org.apache.commons.collections.comparators
Decorates another Comparator with transformation behavior.
TransformingComparator(Transformer) - -Constructor for class org.apache.commons.collections.comparators.TransformingComparator -
Constructs an instance with the given Transformer and a - ComparableComparator. -
TransformingComparator(Transformer, Comparator) - -Constructor for class org.apache.commons.collections.comparators.TransformingComparator -
Constructs an instance with the given Transformer and Comparator. -
TransformIterator - Class in org.apache.commons.collections.iterators
Decorates an iterator such that each element returned is transformed.
TransformIterator() - -Constructor for class org.apache.commons.collections.iterators.TransformIterator + and ignore the result.
TransformerClosure(Transformer) - +Constructor for class org.apache.commons.collections.functors.TransformerClosure +
Constructor that performs no validation. +
TransformerPredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns the result of a transformer.
TransformerPredicate(Transformer) - +Constructor for class org.apache.commons.collections.functors.TransformerPredicate +
Constructor that performs no validation. +
TransformerUtils - Class in org.apache.commons.collections
TransformerUtils provides reference implementations and + utilities for the Transformer functor interface.
TransformerUtils() - +Constructor for class org.apache.commons.collections.TransformerUtils +
This class is not normally instantiated. +
TransformingComparator - Class in org.apache.commons.collections.comparators
Decorates another Comparator with transformation behavior.
TransformingComparator(Transformer) - +Constructor for class org.apache.commons.collections.comparators.TransformingComparator +
Constructs an instance with the given Transformer and a + ComparableComparator. +
TransformingComparator(Transformer, Comparator) - +Constructor for class org.apache.commons.collections.comparators.TransformingComparator +
Constructs an instance with the given Transformer and Comparator. +
TransformIterator - Class in org.apache.commons.collections.iterators
Decorates an iterator such that each element returned is transformed.
TransformIterator() - +Constructor for class org.apache.commons.collections.iterators.TransformIterator
Constructs a new TransformIterator that will not function - until the setIterator method is - invoked. -
TransformIterator(Iterator) - -Constructor for class org.apache.commons.collections.iterators.TransformIterator + until the setIterator method is + invoked. +
TransformIterator(Iterator) - +Constructor for class org.apache.commons.collections.iterators.TransformIterator
Constructs a new TransformIterator that won't transform - elements from the given iterator. -
TransformIterator(Iterator, Transformer) - -Constructor for class org.apache.commons.collections.iterators.TransformIterator + elements from the given iterator. +
TransformIterator(Iterator, Transformer) - +Constructor for class org.apache.commons.collections.iterators.TransformIterator
Constructs a new TransformIterator that will use the - given iterator and transformer. -
transformKey(Object) - -Method in class org.apache.commons.collections.map.TransformedMap -
Transforms a key. -
transformMap(Map) - -Method in class org.apache.commons.collections.map.TransformedMap -
Transforms a map. -
transformValue(Object) - -Method in class org.apache.commons.collections.map.TransformedMap -
Transforms a value. + given iterator and transformer. +
transformKey(Object) - +Method in class org.apache.commons.collections.map.TransformedMap +
Transforms a key. +
transformMap(Map) - +Method in class org.apache.commons.collections.map.TransformedMap +
Transforms a map. +
transformValue(Object) - +Method in class org.apache.commons.collections.map.TransformedMap +
Transforms a value.
TreeBag - Class in org.apache.commons.collections.bag
Implements SortedBag, using a TreeMap to provide - the data storage.
TreeBag() - -Constructor for class org.apache.commons.collections.bag.TreeBag -
Constructs an empty TreeBag. -
TreeBag(Comparator) - -Constructor for class org.apache.commons.collections.bag.TreeBag + the data storage.
TreeBag() - +Constructor for class org.apache.commons.collections.bag.TreeBag +
Constructs an empty TreeBag. +
TreeBag(Comparator) - +Constructor for class org.apache.commons.collections.bag.TreeBag
Constructs an empty bag that maintains order on its unique - representative members according to the given Comparator. -
TreeBag(Collection) - -Constructor for class org.apache.commons.collections.bag.TreeBag + representative members according to the given Comparator. +
TreeBag(Collection) - +Constructor for class org.apache.commons.collections.bag.TreeBag
Constructs a TreeBag containing all the members of the - specified collection. -
TreeBag - Class in org.apache.commons.collections
Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
TreeBag() - -Constructor for class org.apache.commons.collections.TreeBag -
Deprecated. Constructs an empty TreeBag. -
TreeBag(Comparator) - -Constructor for class org.apache.commons.collections.TreeBag + specified collection. +
TreeBag - Class in org.apache.commons.collections
Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
TreeBag() - +Constructor for class org.apache.commons.collections.TreeBag +
Deprecated. Constructs an empty TreeBag. +
TreeBag(Comparator) - +Constructor for class org.apache.commons.collections.TreeBag
Deprecated. Constructs an empty Bag that maintains order on its unique - representative members according to the given Comparator. -
TreeBag(Collection) - -Constructor for class org.apache.commons.collections.TreeBag + representative members according to the given Comparator. +
TreeBag(Collection) - +Constructor for class org.apache.commons.collections.TreeBag
Deprecated. Constructs a Bag containing all the members of the given - collection. + collection.
TreeBidiMap - Class in org.apache.commons.collections.bidimap
Red-Black tree-based implementation of BidiMap where all objects added - implement the Comparable interface.
TreeBidiMap() - -Constructor for class org.apache.commons.collections.bidimap.TreeBidiMap -
Constructs a new empty TreeBidiMap. -
TreeBidiMap(Map) - -Constructor for class org.apache.commons.collections.bidimap.TreeBidiMap -
Constructs a new TreeBidiMap by copying an existing Map. + implement the Comparable interface.
TreeBidiMap() - +Constructor for class org.apache.commons.collections.bidimap.TreeBidiMap +
Constructs a new empty TreeBidiMap. +
TreeBidiMap(Map) - +Constructor for class org.apache.commons.collections.bidimap.TreeBidiMap +
Constructs a new TreeBidiMap by copying an existing Map.
TreeList - Class in org.apache.commons.collections.list
A List implementation that is optimised for fast insertions and - removals at any index in the list.
TreeList() - -Constructor for class org.apache.commons.collections.list.TreeList -
Constructs a new empty list. -
TreeList(Collection) - -Constructor for class org.apache.commons.collections.list.TreeList -
Constructs a new empty list that copies the specified list. -
trimToSize() - -Method in class org.apache.commons.collections.FastArrayList + removals at any index in the list.
TreeList() - +Constructor for class org.apache.commons.collections.list.TreeList +
Constructs a new empty list. +
TreeList(Collection) - +Constructor for class org.apache.commons.collections.list.TreeList +
Constructs a new empty list that copies the specified list. +
trimToSize() - +Method in class org.apache.commons.collections.FastArrayList
Trim the capacity of this ArrayList instance to be the - list's current size. -
TruePredicate - Class in org.apache.commons.collections.functors
Predicate implementation that always returns true.
truePredicate() - -Static method in class org.apache.commons.collections.PredicateUtils -
Gets a Predicate that always returns true. + list's current size. +
TruePredicate - Class in org.apache.commons.collections.functors
Predicate implementation that always returns true.
truePredicate() - +Static method in class org.apache.commons.collections.PredicateUtils +
Gets a Predicate that always returns true.
TypedBag - Class in org.apache.commons.collections.bag
Decorates another Bag to validate that elements added - are of a specific type.
TypedBag() - -Constructor for class org.apache.commons.collections.bag.TypedBag -
Restrictive constructor. -
typedBag(Bag, Class) - -Static method in class org.apache.commons.collections.BagUtils -
Returns a typed bag backed by the given bag. + are of a specific type.
TypedBag() - +Constructor for class org.apache.commons.collections.bag.TypedBag +
Restrictive constructor. +
typedBag(Bag, Class) - +Static method in class org.apache.commons.collections.BagUtils +
Returns a typed bag backed by the given bag.
TypedBuffer - Class in org.apache.commons.collections.buffer
Decorates another Buffer to validate that elements added - are of a specific type.
TypedBuffer() - -Constructor for class org.apache.commons.collections.buffer.TypedBuffer -
Restrictive constructor. -
typedBuffer(Buffer, Class) - -Static method in class org.apache.commons.collections.BufferUtils -
Returns a typed buffer backed by the given buffer. -
TypedCollection - Class in org.apache.commons.collections.collection
Decorates a Collection to validate that elements added are of a specific type.
TypedCollection() - -Constructor for class org.apache.commons.collections.collection.TypedCollection -
Restrictive constructor. -
typedCollection(Collection, Class) - -Static method in class org.apache.commons.collections.CollectionUtils -
Returns a typed collection backed by the given collection. + are of a specific type.
TypedBuffer() - +Constructor for class org.apache.commons.collections.buffer.TypedBuffer +
Restrictive constructor. +
typedBuffer(Buffer, Class) - +Static method in class org.apache.commons.collections.BufferUtils +
Returns a typed buffer backed by the given buffer. +
TypedCollection - Class in org.apache.commons.collections.collection
Decorates a Collection to validate that elements added are of a specific type.
TypedCollection() - +Constructor for class org.apache.commons.collections.collection.TypedCollection +
Restrictive constructor. +
typedCollection(Collection, Class) - +Static method in class org.apache.commons.collections.CollectionUtils +
Returns a typed collection backed by the given collection.
TypedList - Class in org.apache.commons.collections.list
Decorates another List to validate that elements - added are of a specific type.
TypedList() - -Constructor for class org.apache.commons.collections.list.TypedList -
Restrictive constructor. -
typedList(List, Class) - -Static method in class org.apache.commons.collections.ListUtils -
Returns a typed list backed by the given list. + added are of a specific type.
TypedList() - +Constructor for class org.apache.commons.collections.list.TypedList +
Restrictive constructor. +
typedList(List, Class) - +Static method in class org.apache.commons.collections.ListUtils +
Returns a typed list backed by the given list.
TypedMap - Class in org.apache.commons.collections.map
Decorates another Map to validate that elements added - are of a specific type.
TypedMap() - -Constructor for class org.apache.commons.collections.map.TypedMap -
Restrictive constructor. -
typedMap(Map, Class, Class) - -Static method in class org.apache.commons.collections.MapUtils -
Returns a typed map backed by the given map. + are of a specific type.
TypedMap() - +Constructor for class org.apache.commons.collections.map.TypedMap +
Restrictive constructor. +
typedMap(Map, Class, Class) - +Static method in class org.apache.commons.collections.MapUtils +
Returns a typed map backed by the given map.
TypedSet - Class in org.apache.commons.collections.set
Decorates another Set to validate that elements - added are of a specific type.
TypedSet() - -Constructor for class org.apache.commons.collections.set.TypedSet -
Restrictive constructor. -
typedSet(Set, Class) - -Static method in class org.apache.commons.collections.SetUtils -
Returns a typed set backed by the given set. + added are of a specific type.
TypedSet() - +Constructor for class org.apache.commons.collections.set.TypedSet +
Restrictive constructor. +
typedSet(Set, Class) - +Static method in class org.apache.commons.collections.SetUtils +
Returns a typed set backed by the given set.
TypedSortedBag - Class in org.apache.commons.collections.bag
Decorates another SortedBag to validate that elements added - are of a specific type.
TypedSortedBag() - -Constructor for class org.apache.commons.collections.bag.TypedSortedBag -
Restrictive constructor. -
typedSortedBag(SortedBag, Class) - -Static method in class org.apache.commons.collections.BagUtils -
Returns a typed sorted bag backed by the given bag. + are of a specific type.
TypedSortedBag() - +Constructor for class org.apache.commons.collections.bag.TypedSortedBag +
Restrictive constructor. +
typedSortedBag(SortedBag, Class) - +Static method in class org.apache.commons.collections.BagUtils +
Returns a typed sorted bag backed by the given bag.
TypedSortedMap - Class in org.apache.commons.collections.map
Decorates another SortedMap to validate that elements added - are of a specific type.
TypedSortedMap() - -Constructor for class org.apache.commons.collections.map.TypedSortedMap -
Restrictive constructor. -
typedSortedMap(SortedMap, Class, Class) - -Static method in class org.apache.commons.collections.MapUtils -
Returns a typed sorted map backed by the given map. + are of a specific type.
TypedSortedMap() - +Constructor for class org.apache.commons.collections.map.TypedSortedMap +
Restrictive constructor. +
typedSortedMap(SortedMap, Class, Class) - +Static method in class org.apache.commons.collections.MapUtils +
Returns a typed sorted map backed by the given map.
TypedSortedSet - Class in org.apache.commons.collections.set
Decorates another SortedSet to validate that elements - added are of a specific type.
TypedSortedSet() - -Constructor for class org.apache.commons.collections.set.TypedSortedSet -
Restrictive constructor. -
typedSortedSet(SortedSet, Class) - -Static method in class org.apache.commons.collections.SetUtils -
Returns a typed sorted set backed by the given set. -
-
-

-U

-
+ added are of a specific type.
TypedSortedSet() - +Constructor for class org.apache.commons.collections.set.TypedSortedSet +
Restrictive constructor. +
typedSortedSet(SortedSet, Class) - +Static method in class org.apache.commons.collections.SetUtils +
Returns a typed sorted set backed by the given set. +
+
+

+U

+
UnboundedFifoBuffer - Class in org.apache.commons.collections.buffer
UnboundedFifoBuffer is a very efficient implementation of - Buffer that can grow to any size.
UnboundedFifoBuffer() - -Constructor for class org.apache.commons.collections.buffer.UnboundedFifoBuffer -
Constructs an UnboundedFifoBuffer with the default number of elements. -
UnboundedFifoBuffer(int) - -Constructor for class org.apache.commons.collections.buffer.UnboundedFifoBuffer -
Constructs an UnboundedFifoBuffer with the specified number of elements. -
UnboundedFifoBuffer - Class in org.apache.commons.collections
Deprecated. Moved to buffer subpackage. Due to be removed in v4.0.
UnboundedFifoBuffer() - -Constructor for class org.apache.commons.collections.UnboundedFifoBuffer -
Deprecated. Constructs an UnboundedFifoBuffer with the default number of elements. -
UnboundedFifoBuffer(int) - -Constructor for class org.apache.commons.collections.UnboundedFifoBuffer -
Deprecated. Constructs an UnboundedFifoBuffer with the specified number of elements. -
union(Collection, Collection) - -Static method in class org.apache.commons.collections.CollectionUtils + Buffer that can grow to any size.
UnboundedFifoBuffer() - +Constructor for class org.apache.commons.collections.buffer.UnboundedFifoBuffer +
Constructs an UnboundedFifoBuffer with the default number of elements. +
UnboundedFifoBuffer(int) - +Constructor for class org.apache.commons.collections.buffer.UnboundedFifoBuffer +
Constructs an UnboundedFifoBuffer with the specified number of elements. +
UnboundedFifoBuffer - Class in org.apache.commons.collections
Deprecated. Moved to buffer subpackage. Due to be removed in v4.0.
UnboundedFifoBuffer() - +Constructor for class org.apache.commons.collections.UnboundedFifoBuffer +
Deprecated. Constructs an UnboundedFifoBuffer with the default number of elements. +
UnboundedFifoBuffer(int) - +Constructor for class org.apache.commons.collections.UnboundedFifoBuffer +
Deprecated. Constructs an UnboundedFifoBuffer with the specified number of elements. +
union(Collection, Collection) - +Static method in class org.apache.commons.collections.CollectionUtils
Returns a Collection containing the union - of the given Collections. -
union(List, List) - -Static method in class org.apache.commons.collections.ListUtils + of the given Collections. +
union(List, List) - +Static method in class org.apache.commons.collections.ListUtils
Returns a new list containing the second list appended to the - first list. -
UniqueFilterIterator - Class in org.apache.commons.collections.iterators
A FilterIterator which only returns "unique" Objects.
UniqueFilterIterator(Iterator) - -Constructor for class org.apache.commons.collections.iterators.UniqueFilterIterator -
Constructs a new UniqueFilterIterator. + first list. +
UniqueFilterIterator - Class in org.apache.commons.collections.iterators
A FilterIterator which only returns "unique" Objects.
UniqueFilterIterator(Iterator) - +Constructor for class org.apache.commons.collections.iterators.UniqueFilterIterator +
Constructs a new UniqueFilterIterator.
UniquePredicate - Class in org.apache.commons.collections.functors
Predicate implementation that returns true the first time an object is - passed into the predicate.
UniquePredicate() - -Constructor for class org.apache.commons.collections.functors.UniquePredicate -
Constructor that performs no validation. -
uniquePredicate() - -Static method in class org.apache.commons.collections.PredicateUtils + passed into the predicate.
UniquePredicate() - +Constructor for class org.apache.commons.collections.functors.UniquePredicate +
Constructor that performs no validation. +
uniquePredicate() - +Static method in class org.apache.commons.collections.PredicateUtils
Creates a Predicate that returns true the first time an object is - encountered, and false if the same object is received - again. -
uniqueSet() - -Method in class org.apache.commons.collections.bag.AbstractBagDecorator -
  -
uniqueSet() - -Method in class org.apache.commons.collections.bag.AbstractMapBag -
Returns an unmodifiable view of the underlying map's key set. -
uniqueSet() - -Method in class org.apache.commons.collections.bag.PredicatedBag -
  -
uniqueSet() - -Method in class org.apache.commons.collections.bag.SynchronizedBag -
  -
uniqueSet() - -Method in class org.apache.commons.collections.bag.TransformedBag -
  -
uniqueSet() - -Method in interface org.apache.commons.collections.Bag -
Returns a Set of unique elements in the Bag. -
uniqueSet() - -Method in class org.apache.commons.collections.bag.UnmodifiableBag -
  -
uniqueSet() - -Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag -
  -
uniqueSet() - -Method in class org.apache.commons.collections.DefaultMapBag -
Deprecated. Returns an unmodifiable view of the underlying map's key set. -
UNKNOWN_AFTER - -Static variable in class org.apache.commons.collections.comparators.FixedOrderComparator + encountered, and false if the same object is received + again. +
uniqueSet() - +Method in class org.apache.commons.collections.bag.AbstractBagDecorator +
  +
uniqueSet() - +Method in class org.apache.commons.collections.bag.AbstractMapBag +
Returns an unmodifiable view of the underlying map's key set. +
uniqueSet() - +Method in class org.apache.commons.collections.bag.PredicatedBag +
  +
uniqueSet() - +Method in class org.apache.commons.collections.bag.SynchronizedBag +
  +
uniqueSet() - +Method in class org.apache.commons.collections.bag.TransformedBag +
  +
uniqueSet() - +Method in interface org.apache.commons.collections.Bag +
Returns a Set of unique elements in the Bag. +
uniqueSet() - +Method in class org.apache.commons.collections.bag.UnmodifiableBag +
  +
uniqueSet() - +Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag +
  +
uniqueSet() - +Method in class org.apache.commons.collections.DefaultMapBag +
Deprecated. Returns an unmodifiable view of the underlying map's key set. +
UNKNOWN_AFTER - +Static variable in class org.apache.commons.collections.comparators.FixedOrderComparator
Behavior when comparing unknown Objects: - unknown objects compare as after known Objects. -
UNKNOWN_BEFORE - -Static variable in class org.apache.commons.collections.comparators.FixedOrderComparator + unknown objects compare as after known Objects. +
UNKNOWN_BEFORE - +Static variable in class org.apache.commons.collections.comparators.FixedOrderComparator
Behavior when comparing unknown Objects: - unknown objects compare as before known Objects. -
UNKNOWN_THROW_EXCEPTION - -Static variable in class org.apache.commons.collections.comparators.FixedOrderComparator + unknown objects compare as before known Objects. +
UNKNOWN_THROW_EXCEPTION - +Static variable in class org.apache.commons.collections.comparators.FixedOrderComparator
Behavior when comparing unknown Objects: - unknown objects cause a IllegalArgumentException to be thrown. -
Unmodifiable - Interface in org.apache.commons.collections
Marker interface for collections, maps and iterators that are unmodifiable.
UnmodifiableBag - Class in org.apache.commons.collections.bag
Decorates another Bag to ensure it can't be altered.
unmodifiableBag(Bag) - -Static method in class org.apache.commons.collections.BagUtils -
Returns an unmodifiable view of the given bag. -
UnmodifiableBidiMap - Class in org.apache.commons.collections.bidimap
Decorates another BidiMap to ensure it can't be altered.
UnmodifiableBoundedCollection - Class in org.apache.commons.collections.collection
UnmodifiableBoundedCollection decorates another - BoundedCollection to ensure it can't be altered.
UnmodifiableBuffer - Class in org.apache.commons.collections.buffer
Decorates another Buffer to ensure it can't be altered.
unmodifiableBuffer(Buffer) - -Static method in class org.apache.commons.collections.BufferUtils -
Returns an unmodifiable buffer backed by the given buffer. -
UnmodifiableCollection - Class in org.apache.commons.collections.collection
Decorates another Collection to ensure it can't be altered.
unmodifiableCollection(Collection) - -Static method in class org.apache.commons.collections.CollectionUtils -
Returns an unmodifiable collection backed by the given collection. -
UnmodifiableEntrySet - Class in org.apache.commons.collections.map
Decorates a map entry Set to ensure it can't be altered.
UnmodifiableIterator - Class in org.apache.commons.collections.iterators
Decorates an iterator such that it cannot be modified.
unmodifiableIterator(Iterator) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an immutable version of an Iterator. -
UnmodifiableList - Class in org.apache.commons.collections.list
Decorates another List to ensure it can't be altered.
unmodifiableList(List) - -Static method in class org.apache.commons.collections.ListUtils -
Returns an unmodifiable list backed by the given list. -
UnmodifiableListIterator - Class in org.apache.commons.collections.iterators
Decorates a list iterator such that it cannot be modified.
unmodifiableListIterator(ListIterator) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an immutable version of a ListIterator. -
UnmodifiableMap - Class in org.apache.commons.collections.map
Decorates another Map to ensure it can't be altered.
unmodifiableMap(Map) - -Static method in class org.apache.commons.collections.MapUtils -
Returns an unmodifiable map backed by the given map. + unknown objects cause a IllegalArgumentException to be thrown. +
Unmodifiable - Interface in org.apache.commons.collections
Marker interface for collections, maps and iterators that are unmodifiable.
UnmodifiableBag - Class in org.apache.commons.collections.bag
Decorates another Bag to ensure it can't be altered.
unmodifiableBag(Bag) - +Static method in class org.apache.commons.collections.BagUtils +
Returns an unmodifiable view of the given bag. +
UnmodifiableBidiMap - Class in org.apache.commons.collections.bidimap
Decorates another BidiMap to ensure it can't be altered.
UnmodifiableBoundedCollection - Class in org.apache.commons.collections.collection
UnmodifiableBoundedCollection decorates another + BoundedCollection to ensure it can't be altered.
UnmodifiableBuffer - Class in org.apache.commons.collections.buffer
Decorates another Buffer to ensure it can't be altered.
unmodifiableBuffer(Buffer) - +Static method in class org.apache.commons.collections.BufferUtils +
Returns an unmodifiable buffer backed by the given buffer. +
UnmodifiableCollection - Class in org.apache.commons.collections.collection
Decorates another Collection to ensure it can't be altered.
unmodifiableCollection(Collection) - +Static method in class org.apache.commons.collections.CollectionUtils +
Returns an unmodifiable collection backed by the given collection. +
UnmodifiableEntrySet - Class in org.apache.commons.collections.map
Decorates a map entry Set to ensure it can't be altered.
UnmodifiableIterator - Class in org.apache.commons.collections.iterators
Decorates an iterator such that it cannot be modified.
unmodifiableIterator(Iterator) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an immutable version of an Iterator. +
UnmodifiableList - Class in org.apache.commons.collections.list
Decorates another List to ensure it can't be altered.
unmodifiableList(List) - +Static method in class org.apache.commons.collections.ListUtils +
Returns an unmodifiable list backed by the given list. +
UnmodifiableListIterator - Class in org.apache.commons.collections.iterators
Decorates a list iterator such that it cannot be modified.
unmodifiableListIterator(ListIterator) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an immutable version of a ListIterator. +
UnmodifiableMap - Class in org.apache.commons.collections.map
Decorates another Map to ensure it can't be altered.
unmodifiableMap(Map) - +Static method in class org.apache.commons.collections.MapUtils +
Returns an unmodifiable map backed by the given map.
UnmodifiableMapEntry - Class in org.apache.commons.collections.keyvalue
A Map.Entry that throws - UnsupportedOperationException when setValue is called.
UnmodifiableMapEntry(Object, Object) - -Constructor for class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry -
Constructs a new entry with the specified key and given value. -
UnmodifiableMapEntry(KeyValue) - -Constructor for class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry -
Constructs a new entry from the specified KeyValue. -
UnmodifiableMapEntry(Map.Entry) - -Constructor for class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry -
Constructs a new entry from the specified Map.Entry. -
UnmodifiableMapIterator - Class in org.apache.commons.collections.iterators
Decorates a map iterator such that it cannot be modified.
unmodifiableMapIterator(MapIterator) - -Static method in class org.apache.commons.collections.IteratorUtils -
Gets an immutable version of a MapIterator. -
UnmodifiableOrderedBidiMap - Class in org.apache.commons.collections.bidimap
Decorates another OrderedBidiMap to ensure it can't be altered.
UnmodifiableOrderedMap - Class in org.apache.commons.collections.map
Decorates another OrderedMap to ensure it can't be altered.
UnmodifiableOrderedMapIterator - Class in org.apache.commons.collections.iterators
Decorates an ordered map iterator such that it cannot be modified.
UnmodifiableSet - Class in org.apache.commons.collections.set
Decorates another Set to ensure it can't be altered.
unmodifiableSet(Set) - -Static method in class org.apache.commons.collections.SetUtils -
Returns an unmodifiable set backed by the given set. -
UnmodifiableSortedBag - Class in org.apache.commons.collections.bag
Decorates another SortedBag to ensure it can't be altered.
unmodifiableSortedBag(SortedBag) - -Static method in class org.apache.commons.collections.BagUtils -
Returns an unmodifiable view of the given sorted bag. -
UnmodifiableSortedBidiMap - Class in org.apache.commons.collections.bidimap
Decorates another SortedBidiMap to ensure it can't be altered.
UnmodifiableSortedMap - Class in org.apache.commons.collections.map
Decorates another SortedMap to ensure it can't be altered.
unmodifiableSortedMap(SortedMap) - -Static method in class org.apache.commons.collections.MapUtils -
Returns an unmodifiable sorted map backed by the given sorted map. -
UnmodifiableSortedSet - Class in org.apache.commons.collections.set
Decorates another SortedSet to ensure it can't be altered.
unmodifiableSortedSet(SortedSet) - -Static method in class org.apache.commons.collections.SetUtils -
Returns an unmodifiable sorted set backed by the given sorted set. -
unregisterCursor(CursorableLinkedList.Cursor) - -Method in class org.apache.commons.collections.CursorableLinkedList + UnsupportedOperationException when setValue is called.
UnmodifiableMapEntry(Object, Object) - +Constructor for class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry +
Constructs a new entry with the specified key and given value. +
UnmodifiableMapEntry(KeyValue) - +Constructor for class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry +
Constructs a new entry from the specified KeyValue. +
UnmodifiableMapEntry(Map.Entry) - +Constructor for class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry +
Constructs a new entry from the specified Map.Entry. +
UnmodifiableMapIterator - Class in org.apache.commons.collections.iterators
Decorates a map iterator such that it cannot be modified.
unmodifiableMapIterator(MapIterator) - +Static method in class org.apache.commons.collections.IteratorUtils +
Gets an immutable version of a MapIterator. +
UnmodifiableOrderedBidiMap - Class in org.apache.commons.collections.bidimap
Decorates another OrderedBidiMap to ensure it can't be altered.
UnmodifiableOrderedMap - Class in org.apache.commons.collections.map
Decorates another OrderedMap to ensure it can't be altered.
UnmodifiableOrderedMapIterator - Class in org.apache.commons.collections.iterators
Decorates an ordered map iterator such that it cannot be modified.
UnmodifiableSet - Class in org.apache.commons.collections.set
Decorates another Set to ensure it can't be altered.
unmodifiableSet(Set) - +Static method in class org.apache.commons.collections.SetUtils +
Returns an unmodifiable set backed by the given set. +
UnmodifiableSortedBag - Class in org.apache.commons.collections.bag
Decorates another SortedBag to ensure it can't be altered.
unmodifiableSortedBag(SortedBag) - +Static method in class org.apache.commons.collections.BagUtils +
Returns an unmodifiable view of the given sorted bag. +
UnmodifiableSortedBidiMap - Class in org.apache.commons.collections.bidimap
Decorates another SortedBidiMap to ensure it can't be altered.
UnmodifiableSortedMap - Class in org.apache.commons.collections.map
Decorates another SortedMap to ensure it can't be altered.
unmodifiableSortedMap(SortedMap) - +Static method in class org.apache.commons.collections.MapUtils +
Returns an unmodifiable sorted map backed by the given sorted map. +
UnmodifiableSortedSet - Class in org.apache.commons.collections.set
Decorates another SortedSet to ensure it can't be altered.
unmodifiableSortedSet(SortedSet) - +Static method in class org.apache.commons.collections.SetUtils +
Returns an unmodifiable sorted set backed by the given sorted set. +
unregisterCursor(CursorableLinkedList.Cursor) - +Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Removes a CursorableLinkedList.Cursor from - the set of cursors to be notified of changes to this list. -
unregisterCursor(CursorableLinkedList.Cursor) - -Method in class org.apache.commons.collections.list.CursorableLinkedList -
Deregisters a cursor from the list to be notified of changes. -
updateCurrentIterator() - -Method in class org.apache.commons.collections.iterators.IteratorChain + the set of cursors to be notified of changes to this list. +
unregisterCursor(CursorableLinkedList.Cursor) - +Method in class org.apache.commons.collections.list.CursorableLinkedList +
Deregisters a cursor from the list to be notified of changes. +
updateCurrentIterator() - +Method in class org.apache.commons.collections.iterators.IteratorChain
Updates the current iterator field to ensure that the current Iterator - is not exhausted -
updateCurrentIterator() - -Method in class org.apache.commons.collections.iterators.ObjectGraphIterator -
Loops around the iterators to find the next value to return. -
updateEntry(AbstractHashedMap.HashEntry, Object) - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Updates an existing key-value mapping to change the value. -
updateEntry(AbstractHashedMap.HashEntry, Object) - -Method in class org.apache.commons.collections.map.LRUMap -
Updates an existing key-value mapping. -
updateNode(AbstractLinkedList.Node, Object) - -Method in class org.apache.commons.collections.list.AbstractLinkedList -
Updates the node with a new value. -
updateNode(AbstractLinkedList.Node, Object) - -Method in class org.apache.commons.collections.list.CursorableLinkedList -
Updates the node with a new value. -
-
-

-V

-
-
validate(Object) - -Method in class org.apache.commons.collections.collection.PredicatedCollection -
Validates the object being added to ensure it matches the predicate. -
validate(Object, Object) - -Method in class org.apache.commons.collections.map.PredicatedMap -
Validates a key value pair. -
value - -Variable in class org.apache.commons.collections.bag.AbstractMapBag.MutableInteger -
The value of this mutable. -
value - -Variable in class org.apache.commons.collections.keyvalue.AbstractKeyValue -
The value -
value - -Variable in class org.apache.commons.collections.list.AbstractLinkedList.Node -
The object contained within this node -
value - -Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry -
The value -
value - -Variable in class org.apache.commons.collections.map.DefaultedMap -
The transformer to use if the map does not contain a key -
valueIterator() - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Convenience method for getting an iterator over the values. -
valueList() - -Method in class org.apache.commons.collections.map.ListOrderedMap -
Gets a view over the values in the map as a List. -
valuePredicate - -Variable in class org.apache.commons.collections.map.PredicatedMap -
The value predicate to use -
values() - -Method in class org.apache.commons.collections.BeanMap -
Deprecated. Returns the values for the BeanMap. -
values - -Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
View of the values. -
values() - -Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap -
Gets a values view of the map. -
values() - -Method in class org.apache.commons.collections.bidimap.TreeBidiMap -
Returns a set view of the values contained in this map in key order. -
values() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap -
  -
values() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap -
  -
values() - -Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -
  -
values() - -Method in class org.apache.commons.collections.DoubleOrderedMap + is not exhausted +
updateCurrentIterator() - +Method in class org.apache.commons.collections.iterators.ObjectGraphIterator +
Loops around the iterators to find the next value to return. +
updateEntry(AbstractHashedMap.HashEntry, Object) - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Updates an existing key-value mapping to change the value. +
updateEntry(AbstractHashedMap.HashEntry, Object) - +Method in class org.apache.commons.collections.map.LRUMap +
Updates an existing key-value mapping. +
updateNode(AbstractLinkedList.Node, Object) - +Method in class org.apache.commons.collections.list.AbstractLinkedList +
Updates the node with a new value. +
updateNode(AbstractLinkedList.Node, Object) - +Method in class org.apache.commons.collections.list.CursorableLinkedList +
Updates the node with a new value. +
+
+

+V

+
+
validate(Object) - +Method in class org.apache.commons.collections.collection.PredicatedCollection +
Validates the object being added to ensure it matches the predicate. +
validate(Object, Object) - +Method in class org.apache.commons.collections.map.PredicatedMap +
Validates a key value pair. +
value - +Variable in class org.apache.commons.collections.bag.AbstractMapBag.MutableInteger +
The value of this mutable. +
value - +Variable in class org.apache.commons.collections.keyvalue.AbstractKeyValue +
The value +
value - +Variable in class org.apache.commons.collections.list.AbstractLinkedList.Node +
The object contained within this node +
value - +Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry +
The value +
value - +Variable in class org.apache.commons.collections.map.DefaultedMap +
The transformer to use if the map does not contain a key +
valueIterator() - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Convenience method for getting an iterator over the values. +
valueList() - +Method in class org.apache.commons.collections.map.ListOrderedMap +
Gets a view over the values in the map as a List. +
valuePredicate - +Variable in class org.apache.commons.collections.map.PredicatedMap +
The value predicate to use +
values() - +Method in class org.apache.commons.collections.BeanMap +
Deprecated. Returns the values for the BeanMap. +
values - +Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
View of the values. +
values() - +Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap +
Gets a values view of the map. +
values() - +Method in class org.apache.commons.collections.bidimap.TreeBidiMap +
Returns a set view of the values contained in this map in key order. +
values() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap +
  +
values() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap +
  +
values() - +Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +
  +
values() - +Method in class org.apache.commons.collections.DoubleOrderedMap
Deprecated. Returns a collection view of the values contained in this - map. -
values() - -Method in class org.apache.commons.collections.FastHashMap -
Return a collection view of the values contained in this map. -
values() - -Method in class org.apache.commons.collections.FastTreeMap -
Return a collection view of the values contained in this map. -
values - -Variable in class org.apache.commons.collections.map.AbstractHashedMap -
Values -
values() - -Method in class org.apache.commons.collections.map.AbstractHashedMap -
Gets the values view of the map. -
values() - -Method in class org.apache.commons.collections.map.AbstractMapDecorator -
  -
values() - -Method in class org.apache.commons.collections.map.AbstractReferenceMap -
Returns a collection view of this map's values. -
values() - -Method in class org.apache.commons.collections.map.CompositeMap -
Returns a collection view of the values contained in this map. -
values() - -Method in class org.apache.commons.collections.map.FixedSizeMap -
  -
values() - -Method in class org.apache.commons.collections.map.FixedSizeSortedMap -
  -
values() - -Method in class org.apache.commons.collections.map.Flat3Map -
Gets the values view of the map. -
values() - -Method in class org.apache.commons.collections.map.ListOrderedMap -
Gets a view over the values in the map. -
values() - -Method in class org.apache.commons.collections.map.MultiKeyMap -
  -
values() - -Method in class org.apache.commons.collections.map.MultiValueMap -
Gets a collection containing all the values in the map. -
values() - -Method in class org.apache.commons.collections.map.SingletonMap -
Gets the unmodifiable values view of the map. -
values() - -Method in class org.apache.commons.collections.map.StaticBucketMap -
Gets the values. -
values() - -Method in class org.apache.commons.collections.map.UnmodifiableMap -
  -
values() - -Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap -
  -
values() - -Method in class org.apache.commons.collections.map.UnmodifiableSortedMap -
  -
values() - -Method in class org.apache.commons.collections.MultiHashMap -
Deprecated. Gets a collection containing all the values in the map. -
values() - -Method in interface org.apache.commons.collections.MultiMap -
Gets a collection containing all the values in the map. -
values() - -Method in class org.apache.commons.collections.ProxyMap -
Deprecated. Invokes the underlying Map.values() method. -
values() - -Method in class org.apache.commons.collections.ReferenceMap -
Deprecated. Returns a collection view of this map's values. -
values() - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Implements Map.values(). -
values() - -Method in class org.apache.commons.collections.StaticBucketMap -
Deprecated. Implements Map.values(). -
valuesByValue() - -Method in class org.apache.commons.collections.DoubleOrderedMap + map. +
values() - +Method in class org.apache.commons.collections.FastHashMap +
Return a collection view of the values contained in this map. +
values() - +Method in class org.apache.commons.collections.FastTreeMap +
Return a collection view of the values contained in this map. +
values - +Variable in class org.apache.commons.collections.map.AbstractHashedMap +
Values +
values() - +Method in class org.apache.commons.collections.map.AbstractHashedMap +
Gets the values view of the map. +
values() - +Method in class org.apache.commons.collections.map.AbstractMapDecorator +
  +
values() - +Method in class org.apache.commons.collections.map.AbstractReferenceMap +
Returns a collection view of this map's values. +
values() - +Method in class org.apache.commons.collections.map.CompositeMap +
Returns a collection view of the values contained in this map. +
values() - +Method in class org.apache.commons.collections.map.FixedSizeMap +
  +
values() - +Method in class org.apache.commons.collections.map.FixedSizeSortedMap +
  +
values() - +Method in class org.apache.commons.collections.map.Flat3Map +
Gets the values view of the map. +
values() - +Method in class org.apache.commons.collections.map.ListOrderedMap +
Gets a view over the values in the map. +
values() - +Method in class org.apache.commons.collections.map.MultiKeyMap +
  +
values() - +Method in class org.apache.commons.collections.map.MultiValueMap +
Gets a collection containing all the values in the map. +
values() - +Method in class org.apache.commons.collections.map.SingletonMap +
Gets the unmodifiable values view of the map. +
values() - +Method in class org.apache.commons.collections.map.StaticBucketMap +
Gets the values. +
values() - +Method in class org.apache.commons.collections.map.UnmodifiableMap +
  +
values() - +Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap +
  +
values() - +Method in class org.apache.commons.collections.map.UnmodifiableSortedMap +
  +
values() - +Method in class org.apache.commons.collections.MultiHashMap +
Deprecated. Gets a collection containing all the values in the map. +
values() - +Method in interface org.apache.commons.collections.MultiMap +
Gets a collection containing all the values in the map. +
values() - +Method in class org.apache.commons.collections.ProxyMap +
Deprecated. Invokes the underlying Map.values() method. +
values() - +Method in class org.apache.commons.collections.ReferenceMap +
Deprecated. Returns a collection view of this map's values. +
values() - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Implements Map.values(). +
values() - +Method in class org.apache.commons.collections.StaticBucketMap +
Deprecated. Implements Map.values(). +
valuesByValue() - +Method in class org.apache.commons.collections.DoubleOrderedMap
Deprecated. Returns a collection view of the values contained in this - map. -
valueTransformer - -Variable in class org.apache.commons.collections.map.TransformedMap -
The transformer to use for the value -
valueType - -Variable in class org.apache.commons.collections.map.AbstractReferenceMap -
The reference type for values. -
verbosePrint(PrintStream, Object, Map) - -Static method in class org.apache.commons.collections.MapUtils -
Prints the given map with nice line breaks. -
-
-

-W

-
-
WEAK - -Static variable in class org.apache.commons.collections.map.AbstractReferenceMap -
Constant indicating that weak references should be used -
WEAK - -Static variable in class org.apache.commons.collections.ReferenceMap -
Deprecated. Constant indicating that weak references should be used. -
whileClosure(Predicate, Closure) - -Static method in class org.apache.commons.collections.ClosureUtils -
Creates a Closure that will call the closure repeatedly until the - predicate returns false. + map. +
valueTransformer - +Variable in class org.apache.commons.collections.map.TransformedMap +
The transformer to use for the value +
valueType - +Variable in class org.apache.commons.collections.map.AbstractReferenceMap +
The reference type for values. +
verbosePrint(PrintStream, Object, Map) - +Static method in class org.apache.commons.collections.MapUtils +
Prints the given map with nice line breaks. +
+
+

+W

+
+
WEAK - +Static variable in class org.apache.commons.collections.map.AbstractReferenceMap +
Constant indicating that weak references should be used +
WEAK - +Static variable in class org.apache.commons.collections.ReferenceMap +
Deprecated. Constant indicating that weak references should be used. +
whileClosure(Predicate, Closure) - +Static method in class org.apache.commons.collections.ClosureUtils +
Creates a Closure that will call the closure repeatedly until the + predicate returns false.
WhileClosure - Class in org.apache.commons.collections.functors
Closure implementation that executes a closure repeatedly until a condition is met, - like a do-while or while loop.
WhileClosure(Predicate, Closure, boolean) - -Constructor for class org.apache.commons.collections.functors.WhileClosure -
Constructor that performs no validation. -
writeExternal(ObjectOutput) - -Method in class org.apache.commons.collections.LRUMap -
Deprecated.   -
writeExternal(ObjectOutput) - -Method in class org.apache.commons.collections.SequencedHashMap -
Deprecated. Serializes this map to the given stream. -
-
-

-_

-
-
_cursors - -Variable in class org.apache.commons.collections.CursorableLinkedList + like a do-while or while loop.
WhileClosure(Predicate, Closure, boolean) - +Constructor for class org.apache.commons.collections.functors.WhileClosure +
Constructor that performs no validation. +
writeExternal(ObjectOutput) - +Method in class org.apache.commons.collections.LRUMap +
Deprecated.   +
writeExternal(ObjectOutput) - +Method in class org.apache.commons.collections.SequencedHashMap +
Deprecated. Serializes this map to the given stream. +
+
+

+_

+
+
_cursors - +Variable in class org.apache.commons.collections.CursorableLinkedList
Deprecated. A list of the currently CursorableLinkedList.Cursors currently - open in this list. -
_head - -Variable in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. A sentry node. -
_modCount - -Variable in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. Tracks the number of structural modifications to me. -
_size - -Variable in class org.apache.commons.collections.CursorableLinkedList -
Deprecated. The number of elements in me. -
-
-A B C D E F G H I K L M N O P R S T U V W _ - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + open in this list. +
_head - +Variable in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. A sentry node. +
_modCount - +Variable in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. Tracks the number of structural modifications to me. +
_size - +Variable in class org.apache.commons.collections.CursorableLinkedList +
Deprecated. The number of elements in me. +
+
+A B C D E F G H I K L M N O P R S T U V W _ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/index.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/index.html index 5645a1a..fe54a91 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/index.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/index.html @@ -1,38 +1,38 @@ - - - - - - - -Commons Collections 3.2.1 API - - - - - - - - - - - -<H2> -Frame Alert</H2> - -<P> -This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. -<BR> -Link to<A HREF="overview-summary.html">Non-frame version.</A> - - - + + + + + + + +Commons Collections 3.2.1 API + + + + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/options b/KezvhLib/lib/org.apache.commons.collections/apidocs/options index a9e373f..56bec5b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/options +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/options @@ -1,21 +1,21 @@ --classpath 'C:/svn/commons/COLLECTIONS_3_2_1_RC1/target/classes' - -encoding -'iso-8859-1' --protected --source -'1.2' --sourcepath -'C:/svn/commons/COLLECTIONS_3_2_1_RC1/src/java' --author --bottom -'Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.' --charset -'ISO-8859-1' --d -'C:/svn/commons/COLLECTIONS_3_2_1_RC1/target/site/apidocs' --doctitle -'Commons Collections 3.2.1 API' --use --version --windowtitle +-classpath 'C:/svn/commons/COLLECTIONS_3_2_1_RC1/target/classes' + -encoding +'iso-8859-1' +-protected +-source +'1.2' +-sourcepath +'C:/svn/commons/COLLECTIONS_3_2_1_RC1/src/java' +-author +-bottom +'Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.' +-charset +'ISO-8859-1' +-d +'C:/svn/commons/COLLECTIONS_3_2_1_RC1/target/site/apidocs' +-doctitle +'Commons Collections 3.2.1 API' +-use +-version +-windowtitle 'Commons Collections 3.2.1 API' \ No newline at end of file diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ArrayStack.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ArrayStack.html index 88aae88..a5ce811 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ArrayStack.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ArrayStack.html @@ -1,576 +1,576 @@ - - - - - - - -ArrayStack (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.commons.collections -
-Class ArrayStack

-
-java.lang.Object
-  extended by java.util.AbstractCollection
-      extended by java.util.AbstractList
-          extended by java.util.ArrayList
-              extended by org.apache.commons.collections.ArrayStack
-
-
-
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess, Buffer
-
-
-
-
public class ArrayStack
extends java.util.ArrayList
implements Buffer
- - -

+ + + + + + + +ArrayStack (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +


+ +

+ +org.apache.commons.collections +
+Class ArrayStack

+
+java.lang.Object
+  extended by java.util.AbstractCollection
+      extended by java.util.AbstractList
+          extended by java.util.ArrayList
+              extended by org.apache.commons.collections.ArrayStack
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess, Buffer
+
+
+
+
public class ArrayStack
extends java.util.ArrayList
implements Buffer
+ + +

An implementation of the Stack API that is based on an ArrayList instead of a Vector, so it is not synchronized to protect against multi-threaded access. The implementation is therefore operates faster in environments where you do not need to worry about multiple thread contention.

- The removal order of an ArrayStack is based on insertion + The removal order of an ArrayStack is based on insertion order: The most recently added element is removed first. The iteration order is not the same as the removal order. The iterator returns elements from the bottom up, whereas the remove() method removes them from the top down.

- Unlike Stack, ArrayStack accepts null entries. -

- -

-

-
Since:
-
Commons Collections 1.0
-
Version:
-
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
-
Author:
-
Craig R. McClanahan, Paul Jack, Stephen Colebourne
-
See Also:
Stack, -Serialized Form
-
- -

- - - - - - - -
-Field Summary
- - - - - - - -
Fields inherited from class java.util.AbstractList
modCount
-  - - - - - - - - - - - - - -
-Constructor Summary
ArrayStack() - -
-          Constructs a new empty ArrayStack.
ArrayStack(int initialSize) - -
-          Constructs a new empty ArrayStack with an initial size.
-  - - - - - - - - - - - - - - - - - - - - - - + +
-Method Summary
- booleanempty() - -
-          Return true if this stack is currently empty.
- java.lang.Objectget() - -
-          Returns the element on the top of the stack.
- java.lang.Objectpeek() - -
-          Returns the top item off of this stack without removing it.
- java.lang.Objectpeek(int n) - -
+ Unlike Stack, ArrayStack accepts null entries. +

+ +

+

+
Since:
+
Commons Collections 1.0
+
Version:
+
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
+
Author:
+
Craig R. McClanahan, Paul Jack, Stephen Colebourne
+
See Also:
Stack, +Serialized Form
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class java.util.AbstractList
modCount
+  + + + + + + + + + + + + + +
+Constructor Summary
ArrayStack() + +
+          Constructs a new empty ArrayStack.
ArrayStack(int initialSize) + +
+          Constructs a new empty ArrayStack with an initial size.
+  + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - -
+Method Summary
+ booleanempty() + +
+          Return true if this stack is currently empty.
+ java.lang.Objectget() + +
+          Returns the element on the top of the stack.
+ java.lang.Objectpeek() + +
+          Returns the top item off of this stack without removing it.
+ java.lang.Objectpeek(int n) + +
          Returns the n'th item down (zero-relative) from the top of this - stack without removing it.
- java.lang.Objectpop() - -
-          Pops the top item off of this stack and return it.
- java.lang.Objectpush(java.lang.Object item) - -
-          Pushes a new item onto the top of this stack.
- java.lang.Objectremove() - -
-          Removes the element on the top of the stack.
- intsearch(java.lang.Object object) - -
+ stack without removing it.
+ java.lang.Objectpop() + +
+          Pops the top item off of this stack and return it.
+ java.lang.Objectpush(java.lang.Object item) + +
+          Pushes a new item onto the top of this stack.
+ java.lang.Objectremove() + +
+          Removes the element on the top of the stack.
+ intsearch(java.lang.Object object) + +
          Returns the one-based position of the distance from the top that the specified object exists on this stack, where the top-most element is - considered to be at distance 1.
- - - - - - - -
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
- - - - - - - -
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
- - - - - - - -
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
- - - - - - - -
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
- - - - - - - -
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
- - - - - - - -
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
-  -

- - - - - - - - -
-Constructor Detail
- -

-ArrayStack

-
-public ArrayStack()
-
+ considered to be at distance 1.
+ + + + + + + +
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
+ + + + + + + +
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
+ + + + + + + +
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
+ + + + + + + +
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ArrayStack

+
+public ArrayStack()
+
Constructs a new empty ArrayStack. The initial size - is controlled by ArrayList and is currently 10. -

-

-
- -

-ArrayStack

-
-public ArrayStack(int initialSize)
-
-
Constructs a new empty ArrayStack with an initial size. -

-

-
Parameters:
initialSize - the initial size to use -
Throws: + is controlled by ArrayList and is currently 10. +

+

+
+ +

+ArrayStack

+
+public ArrayStack(int initialSize)
+
+
Constructs a new empty ArrayStack with an initial size. +

+

+
Parameters:
initialSize - the initial size to use +
Throws:
java.lang.IllegalArgumentException - if the specified initial size - is negative
-
- - - - - - - - -
-Method Detail
- -

-empty

-
-public boolean empty()
-
+ is negative
+
+ + + + + + + + +
+Method Detail
+ +

+empty

+
+public boolean empty()
+
Return true if this stack is currently empty.

This method exists for compatibility with java.util.Stack. - New users of this class should use isEmpty instead. -

-

-
-
-
- -
Returns:
true if the stack is currently empty
-
-
-
- -

-peek

-
-public java.lang.Object peek()
-                      throws java.util.EmptyStackException
-
-
Returns the top item off of this stack without removing it. -

-

-
-
-
- -
Returns:
the top item on the stack -
Throws: -
java.util.EmptyStackException - if the stack is empty
-
-
-
- -

-peek

-
-public java.lang.Object peek(int n)
-                      throws java.util.EmptyStackException
-
+ New users of this class should use isEmpty instead. +

+

+
+
+
+ +
Returns:
true if the stack is currently empty
+
+
+
+ +

+peek

+
+public java.lang.Object peek()
+                      throws java.util.EmptyStackException
+
+
Returns the top item off of this stack without removing it. +

+

+
+
+
+ +
Returns:
the top item on the stack +
Throws: +
java.util.EmptyStackException - if the stack is empty
+
+
+
+ +

+peek

+
+public java.lang.Object peek(int n)
+                      throws java.util.EmptyStackException
+
Returns the n'th item down (zero-relative) from the top of this - stack without removing it. -

-

-
-
-
-
Parameters:
n - the number of items down to go -
Returns:
the n'th item on the stack, zero relative -
Throws: + stack without removing it. +

+

+
+
+
+
Parameters:
n - the number of items down to go +
Returns:
the n'th item on the stack, zero relative +
Throws:
java.util.EmptyStackException - if there are not enough items on the - stack to satisfy this request
-
-
-
- -

-pop

-
-public java.lang.Object pop()
-                     throws java.util.EmptyStackException
-
-
Pops the top item off of this stack and return it. -

-

-
-
-
- -
Returns:
the top item on the stack -
Throws: -
java.util.EmptyStackException - if the stack is empty
-
-
-
- -

-push

-
-public java.lang.Object push(java.lang.Object item)
-
+ stack to satisfy this request
+
+
+
+ +

+pop

+
+public java.lang.Object pop()
+                     throws java.util.EmptyStackException
+
+
Pops the top item off of this stack and return it. +

+

+
+
+
+ +
Returns:
the top item on the stack +
Throws: +
java.util.EmptyStackException - if the stack is empty
+
+
+
+ +

+push

+
+public java.lang.Object push(java.lang.Object item)
+
Pushes a new item onto the top of this stack. The pushed item is also - returned. This is equivalent to calling add. -

-

-
-
-
-
Parameters:
item - the item to be added -
Returns:
the item just pushed
-
-
-
- -

-search

-
-public int search(java.lang.Object object)
-
+ returned. This is equivalent to calling add. +

+

+
+
+
+
Parameters:
item - the item to be added +
Returns:
the item just pushed
+
+
+
+ +

+search

+
+public int search(java.lang.Object object)
+
Returns the one-based position of the distance from the top that the specified object exists on this stack, where the top-most element is considered to be at distance 1. If the object is not present on the stack, return -1 instead. The equals() method is used to compare to the items - in this stack. -

-

-
-
-
-
Parameters:
object - the object to be searched for -
Returns:
the 1-based depth into the stack of the object, or -1 if not found
-
-
-
- -

-get

-
-public java.lang.Object get()
-
-
Returns the element on the top of the stack. -

-

-
Specified by:
get in interface Buffer
-
-
- -
Returns:
the element on the top of the stack -
Throws: -
BufferUnderflowException - if the stack is empty
-
-
-
- -

-remove

-
-public java.lang.Object remove()
-
-
Removes the element on the top of the stack. -

-

-
Specified by:
remove in interface Buffer
-
-
- -
Returns:
the removed element -
Throws: -
BufferUnderflowException - if the stack is empty
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + in this stack. +

+

+
+
+
+
Parameters:
object - the object to be searched for +
Returns:
the 1-based depth into the stack of the object, or -1 if not found
+
+
+
+ +

+get

+
+public java.lang.Object get()
+
+
Returns the element on the top of the stack. +

+

+
Specified by:
get in interface Buffer
+
+
+ +
Returns:
the element on the top of the stack +
Throws: +
BufferUnderflowException - if the stack is empty
+
+
+
+ +

+remove

+
+public java.lang.Object remove()
+
+
Removes the element on the top of the stack. +

+

+
Specified by:
remove in interface Buffer
+
+
+ +
Returns:
the removed element +
Throws: +
BufferUnderflowException - if the stack is empty
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Bag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Bag.html index 5bdf958..3986c89 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Bag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Bag.html @@ -1,109 +1,109 @@ - - - - - - - -Bag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.commons.collections -
-Interface Bag

-
-
All Superinterfaces:
java.util.Collection, java.lang.Iterable
-
-
-
All Known Subinterfaces:
SortedBag
-
-
-
All Known Implementing Classes:
AbstractBagDecorator, AbstractMapBag, AbstractSortedBagDecorator, DefaultMapBag, HashBag, HashBag, PredicatedBag, PredicatedSortedBag, SynchronizedBag, SynchronizedSortedBag, TransformedBag, TransformedSortedBag, TreeBag, TreeBag, UnmodifiableBag, UnmodifiableSortedBag
-
-
-
-
public interface Bag
extends java.util.Collection
- - -

+ + + + + + + +Bag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +


+ +

+ +org.apache.commons.collections +
+Interface Bag

+
+
All Superinterfaces:
java.util.Collection, java.lang.Iterable
+
+
+
All Known Subinterfaces:
SortedBag
+
+
+
All Known Implementing Classes:
AbstractBagDecorator, AbstractMapBag, AbstractSortedBagDecorator, DefaultMapBag, HashBag, HashBag, PredicatedBag, PredicatedSortedBag, SynchronizedBag, SynchronizedSortedBag, TransformedBag, TransformedSortedBag, TreeBag, TreeBag, UnmodifiableBag, UnmodifiableSortedBag
+
+
+
+
public interface Bag
extends java.util.Collection
+ + +

Defines a collection that counts the number of times an object appears in the collection.

@@ -111,7 +111,7 @@ Defines a collection that counts the number of times an object appears in Calling getCount(Object) on a would return 2, while calling uniqueSet() would return {a, b, c}.

- NOTE: This interface violates the Collection contract. + NOTE: This interface violates the Collection contract. The behavior specified in many of these methods is not the same as the behavior specified by Collection. The noncompliant methods are clearly marked with "(Violation)". @@ -119,177 +119,177 @@ Defines a collection that counts the number of times an object appears in

This violation resulted from the original specification of this interface. In an ideal world, the interface would be changed to fix the problems, however - it has been decided to maintain backwards compatibility instead. -

- -

-

-
Since:
-
Commons Collections 2.0
-
Version:
-
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
-
Author:
-
Chuck Burdick, Stephen Colebourne
-
-
- -

- - - - - - - - - - - + + + + + + + + + +
-Method Summary
- booleanadd(java.lang.Object object) - -
+ it has been decided to maintain backwards compatibility instead. +

+ +

+

+
Since:
+
Commons Collections 2.0
+
Version:
+
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
+
Author:
+
Chuck Burdick, Stephen Colebourne
+
+
+ +

+ + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - -
+Method Summary
+ booleanadd(java.lang.Object object) + +
          (Violation) - Adds one copy the specified object to the Bag.
- booleanadd(java.lang.Object object, - int nCopies) - -
-          Adds nCopies copies of the specified object to the Bag.
- booleancontainsAll(java.util.Collection coll) - -
+ Adds one copy the specified object to the Bag.
+ booleanadd(java.lang.Object object, + int nCopies) + +
+          Adds nCopies copies of the specified object to the Bag.
+ booleancontainsAll(java.util.Collection coll) + +
          (Violation) Returns true if the bag contains all elements in - the given collection, respecting cardinality.
- intgetCount(java.lang.Object object) - -
+ the given collection, respecting cardinality.
+ intgetCount(java.lang.Object object) + +
          Returns the number of occurrences (cardinality) of the given - object currently in the bag.
- java.util.Iteratoriterator() - -
+ object currently in the bag.
+ java.util.Iteratoriterator() + +
          Returns an Iterator over the entire set of members, - including copies due to cardinality.
- booleanremove(java.lang.Object object) - -
+ including copies due to cardinality.
+ booleanremove(java.lang.Object object) + +
          (Violation) - Removes all occurrences of the given object from the bag.
- booleanremove(java.lang.Object object, - int nCopies) - -
-          Removes nCopies copies of the specified object from the Bag.
- booleanremoveAll(java.util.Collection coll) - -
+ Removes all occurrences of the given object from the bag.
+ booleanremove(java.lang.Object object, + int nCopies) + +
+          Removes nCopies copies of the specified object from the Bag.
+ booleanremoveAll(java.util.Collection coll) + +
          (Violation) Remove all elements represented in the given collection, - respecting cardinality.
- booleanretainAll(java.util.Collection coll) - -
+ respecting cardinality.
+ booleanretainAll(java.util.Collection coll) + +
          (Violation) Remove any members of the bag that are not in the given - collection, respecting cardinality.
- intsize() - -
-          Returns the total number of items in the bag across all types.
- java.util.SetuniqueSet() - -
-          Returns a Set of unique elements in the Bag.
- - - - - - - -
Methods inherited from interface java.util.Collection
addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
-  -

- - - - - - - - -
-Method Detail
- -

-getCount

-
-int getCount(java.lang.Object object)
-
+ collection, respecting cardinality.
+ intsize() + +
+          Returns the total number of items in the bag across all types.
+ java.util.SetuniqueSet() + +
+          Returns a Set of unique elements in the Bag.
+ + + + + + + +
Methods inherited from interface java.util.Collection
addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
+  +

+ + + + + + + + +
+Method Detail
+ +

+getCount

+
+int getCount(java.lang.Object object)
+
Returns the number of occurrences (cardinality) of the given object currently in the bag. If the object does not exist in the - bag, return 0. -

-

-
-
-
-
Parameters:
object - the object to search for -
Returns:
the number of occurrences of the object, zero if not found
-
-
-
- -

-add

-
-boolean add(java.lang.Object object)
-
+ bag, return 0. +

+

+
+
+
+
Parameters:
object - the object to search for +
Returns:
the number of occurrences of the object, zero if not found
+
+
+
+ +

+add

+
+boolean add(java.lang.Object object)
+
(Violation) Adds one copy the specified object to the Bag.

@@ -298,47 +298,47 @@ boolean add(java.lang.Object object) uniqueSet() and report its count as 1.

Since this method always increases the size of the bag, - according to the Collection.add(Object) contract, it + according to the Collection.add(Object) contract, it should always return true. Since it sometimes returns - false, this method violates the contract. -

-

-
Specified by:
add in interface java.util.Collection
-
-
-
Parameters:
object - the object to add -
Returns:
true if the object was not already in the uniqueSet
-
-
-
- -

-add

-
-boolean add(java.lang.Object object,
-            int nCopies)
-
+ false, this method violates the contract. +

+

+
Specified by:
add in interface java.util.Collection
+
+
+
Parameters:
object - the object to add +
Returns:
true if the object was not already in the uniqueSet
+
+
+
+ +

+add

+
+boolean add(java.lang.Object object,
+            int nCopies)
+
Adds nCopies copies of the specified object to the Bag.

If the object is already in the uniqueSet() then increment its count as reported by getCount(Object). Otherwise add it to the - uniqueSet() and report its count as nCopies. -

-

-
-
-
-
Parameters:
object - the object to add
nCopies - the number of copies to add -
Returns:
true if the object was not already in the uniqueSet
-
-
-
- -

-remove

-
-boolean remove(java.lang.Object object)
-
+ uniqueSet() and report its count as nCopies. +

+

+
+
+
+
Parameters:
object - the object to add
nCopies - the number of copies to add +
Returns:
true if the object was not already in the uniqueSet
+
+
+
+ +

+remove

+
+boolean remove(java.lang.Object object)
+
(Violation) Removes all occurrences of the given object from the bag.

@@ -346,80 +346,80 @@ boolean remove(java.lang.Object object)

According to the Collection.remove(Object) method, this method should only remove the first occurrence of the - given object, not all occurrences. -

-

-
Specified by:
remove in interface java.util.Collection
-
-
- -
Returns:
true if this call changed the collection
-
-
-
- -

-remove

-
-boolean remove(java.lang.Object object,
-               int nCopies)
-
+ given object, not all occurrences. +

+

+
Specified by:
remove in interface java.util.Collection
+
+
+ +
Returns:
true if this call changed the collection
+
+
+
+ +

+remove

+
+boolean remove(java.lang.Object object,
+               int nCopies)
+
Removes nCopies copies of the specified object from the Bag.

If the number of copies to remove is greater than the actual number of - copies in the Bag, no error is thrown. -

-

-
-
-
-
Parameters:
object - the object to remove
nCopies - the number of copies to remove -
Returns:
true if this call changed the collection
-
-
-
- -

-uniqueSet

-
-java.util.Set uniqueSet()
-
+ copies in the Bag, no error is thrown. +

+

+
+
+
+
Parameters:
object - the object to remove
nCopies - the number of copies to remove +
Returns:
true if this call changed the collection
+
+
+
+ +

+uniqueSet

+
+java.util.Set uniqueSet()
+
Returns a Set of unique elements in the Bag.

- Uniqueness constraints are the same as those in Set. -

-

-
-
-
- -
Returns:
the Set of unique Bag elements
-
-
-
- -

-size

-
-int size()
-
-
Returns the total number of items in the bag across all types. -

-

-
Specified by:
size in interface java.util.Collection
-
-
- -
Returns:
the total size of the Bag
-
-
-
- -

-containsAll

-
-boolean containsAll(java.util.Collection coll)
-
+ Uniqueness constraints are the same as those in Set. +

+

+
+
+
+ +
Returns:
the Set of unique Bag elements
+
+
+
+ +

+size

+
+int size()
+
+
Returns the total number of items in the bag across all types. +

+

+
Specified by:
size in interface java.util.Collection
+
+
+ +
Returns:
the total size of the Bag
+
+
+
+ +

+containsAll

+
+boolean containsAll(java.util.Collection coll)
+
(Violation) Returns true if the bag contains all elements in the given collection, respecting cardinality. That is, if the @@ -430,23 +430,23 @@ boolean containsAll(java.util.Collection coll) The Collection.containsAll(Collection) method specifies that cardinality should not be respected; this method should return true if the bag contains at least one of every object contained - in the given collection. -

-

-
Specified by:
containsAll in interface java.util.Collection
-
-
-
Parameters:
coll - the collection to check against -
Returns:
true if the Bag contains all the collection
-
-
-
- -

-removeAll

-
-boolean removeAll(java.util.Collection coll)
-
+ in the given collection. +

+

+
Specified by:
containsAll in interface java.util.Collection
+
+
+
Parameters:
coll - the collection to check against +
Returns:
true if the Bag contains all the collection
+
+
+
+ +

+removeAll

+
+boolean removeAll(java.util.Collection coll)
+
(Violation) Remove all elements represented in the given collection, respecting cardinality. That is, if the given collection @@ -456,24 +456,24 @@ boolean removeAll(java.util.Collection coll)

The Collection.removeAll(Collection) method specifies that cardinality should not be respected; this method should - remove all occurrences of every object contained in the - given collection. -

-

-
Specified by:
removeAll in interface java.util.Collection
-
-
-
Parameters:
coll - the collection to remove -
Returns:
true if this call changed the collection
-
-
-
- -

-retainAll

-
-boolean retainAll(java.util.Collection coll)
-
+ remove all occurrences of every object contained in the + given collection. +

+

+
Specified by:
removeAll in interface java.util.Collection
+
+
+
Parameters:
coll - the collection to remove +
Returns:
true if this call changed the collection
+
+
+
+ +

+retainAll

+
+boolean retainAll(java.util.Collection coll)
+
(Violation) Remove any members of the bag that are not in the given collection, respecting cardinality. That is, if the given @@ -486,97 +486,97 @@ boolean retainAll(java.util.Collection coll)

The Collection.retainAll(Collection) method specifies that cardinality should not be respected; this method should - keep all occurrences of every object contained in the - given collection. -

-

-
Specified by:
retainAll in interface java.util.Collection
-
-
-
Parameters:
coll - the collection to retain -
Returns:
true if this call changed the collection
-
-
-
- -

-iterator

-
-java.util.Iterator iterator()
-
+ keep all occurrences of every object contained in the + given collection. +

+

+
Specified by:
retainAll in interface java.util.Collection
+
+
+
Parameters:
coll - the collection to retain +
Returns:
true if this call changed the collection
+
+
+
+ +

+iterator

+
+java.util.Iterator iterator()
+
Returns an Iterator over the entire set of members, including copies due to cardinality. This iterator is fail-fast - and will not tolerate concurrent modifications. -

-

-
Specified by:
iterator in interface java.util.Collection
Specified by:
iterator in interface java.lang.Iterable
-
-
- -
Returns:
iterator over all elements in the Bag
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + and will not tolerate concurrent modifications. +

+

+
Specified by:
iterator in interface java.util.Collection
Specified by:
iterator in interface java.lang.Iterable
+
+
+ +
Returns:
iterator over all elements in the Bag
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BagUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BagUtils.html index 9ed75ee..e023613 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BagUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BagUtils.html @@ -1,340 +1,340 @@ - - - - - - - -BagUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.commons.collections -
-Class BagUtils

-
-java.lang.Object
-  extended by org.apache.commons.collections.BagUtils
-
-
-
-
public class BagUtils
extends java.lang.Object
- - -

+ + + + + + + +BagUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +


+ +

+ +org.apache.commons.collections +
+Class BagUtils

+
+java.lang.Object
+  extended by org.apache.commons.collections.BagUtils
+
+
+
+
public class BagUtils
extends java.lang.Object
+ + +

Provides utility methods and decorators for - Bag and SortedBag instances. -

- -

-

-
Since:
-
Commons Collections 2.1
-
Version:
-
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
-
Author:
-
Paul Jack, Stephen Colebourne, Andrew Freeman, Matthew Hawthorne
-
-
- -

- - - - - - - - - - - - - - - -
-Field Summary
-static BagEMPTY_BAG - -
-          An empty unmodifiable bag.
-static BagEMPTY_SORTED_BAG - -
-          An empty unmodifiable sorted bag.
-  - - - - - - - - - - -
-Constructor Summary
BagUtils() - -
-          Instantiation of BagUtils is not intended or required.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
-static BagpredicatedBag(Bag bag, - Predicate predicate) - -
-          Returns a predicated (validating) bag backed by the given bag.
-static SortedBagpredicatedSortedBag(SortedBag bag, - Predicate predicate) - -
-          Returns a predicated (validating) sorted bag backed by the given sorted bag.
-static BagsynchronizedBag(Bag bag) - -
-          Returns a synchronized (thread-safe) bag backed by the given bag.
-static SortedBagsynchronizedSortedBag(SortedBag bag) - -
-          Returns a synchronized (thread-safe) sorted bag backed by the given - sorted bag.
-static BagtransformedBag(Bag bag, - Transformer transformer) - -
-          Returns a transformed bag backed by the given bag.
-static SortedBagtransformedSortedBag(SortedBag bag, - Transformer transformer) - -
-          Returns a transformed sorted bag backed by the given bag.
-static BagtypedBag(Bag bag, - java.lang.Class type) - -
-          Returns a typed bag backed by the given bag.
-static SortedBagtypedSortedBag(SortedBag bag, - java.lang.Class type) - -
-          Returns a typed sorted bag backed by the given bag.
-static BagunmodifiableBag(Bag bag) - -
-          Returns an unmodifiable view of the given bag.
-static SortedBagunmodifiableSortedBag(SortedBag bag) - -
-          Returns an unmodifiable view of the given sorted bag.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-EMPTY_BAG

-
-public static final Bag EMPTY_BAG
-
-
An empty unmodifiable bag. -

-

-
-
-
- -

-EMPTY_SORTED_BAG

-
-public static final Bag EMPTY_SORTED_BAG
-
-
An empty unmodifiable sorted bag. -

-

-
-
- - - - - - - - -
-Constructor Detail
- -

-BagUtils

-
-public BagUtils()
-
+ Bag and SortedBag instances. +

+ +

+

+
Since:
+
Commons Collections 2.1
+
Version:
+
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
+
Author:
+
Paul Jack, Stephen Colebourne, Andrew Freeman, Matthew Hawthorne
+
+
+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+static BagEMPTY_BAG + +
+          An empty unmodifiable bag.
+static BagEMPTY_SORTED_BAG + +
+          An empty unmodifiable sorted bag.
+  + + + + + + + + + + +
+Constructor Summary
BagUtils() + +
+          Instantiation of BagUtils is not intended or required.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static BagpredicatedBag(Bag bag, + Predicate predicate) + +
+          Returns a predicated (validating) bag backed by the given bag.
+static SortedBagpredicatedSortedBag(SortedBag bag, + Predicate predicate) + +
+          Returns a predicated (validating) sorted bag backed by the given sorted bag.
+static BagsynchronizedBag(Bag bag) + +
+          Returns a synchronized (thread-safe) bag backed by the given bag.
+static SortedBagsynchronizedSortedBag(SortedBag bag) + +
+          Returns a synchronized (thread-safe) sorted bag backed by the given + sorted bag.
+static BagtransformedBag(Bag bag, + Transformer transformer) + +
+          Returns a transformed bag backed by the given bag.
+static SortedBagtransformedSortedBag(SortedBag bag, + Transformer transformer) + +
+          Returns a transformed sorted bag backed by the given bag.
+static BagtypedBag(Bag bag, + java.lang.Class type) + +
+          Returns a typed bag backed by the given bag.
+static SortedBagtypedSortedBag(SortedBag bag, + java.lang.Class type) + +
+          Returns a typed sorted bag backed by the given bag.
+static BagunmodifiableBag(Bag bag) + +
+          Returns an unmodifiable view of the given bag.
+static SortedBagunmodifiableSortedBag(SortedBag bag) + +
+          Returns an unmodifiable view of the given sorted bag.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+EMPTY_BAG

+
+public static final Bag EMPTY_BAG
+
+
An empty unmodifiable bag. +

+

+
+
+
+ +

+EMPTY_SORTED_BAG

+
+public static final Bag EMPTY_SORTED_BAG
+
+
An empty unmodifiable sorted bag. +

+

+
+
+ + + + + + + + +
+Constructor Detail
+ +

+BagUtils

+
+public BagUtils()
+
Instantiation of BagUtils is not intended or required. - However, some tools require an instance to operate. -

-

- - - - - - - - -
-Method Detail
- -

-synchronizedBag

-
-public static Bag synchronizedBag(Bag bag)
-
+ However, some tools require an instance to operate. +

+

+ + + + + + + + +
+Method Detail
+ +

+synchronizedBag

+
+public static Bag synchronizedBag(Bag bag)
+
Returns a synchronized (thread-safe) bag backed by the given bag. - In order to guarantee serial access, it is critical that all + In order to guarantee serial access, it is critical that all access to the backing bag is accomplished through the returned bag.

It is imperative that the user manually synchronize on the returned @@ -351,104 +351,104 @@ public static - Failure to follow this advice may result in non-deterministic - behavior. -

-

-
Parameters:
bag - the bag to synchronize, must not be null -
Returns:
a synchronized bag backed by that bag -
Throws: -
java.lang.IllegalArgumentException - if the Bag is null
-
-
-
- -

-unmodifiableBag

-
-public static Bag unmodifiableBag(Bag bag)
-
+ Failure to follow this advice may result in non-deterministic + behavior. +

+

+
Parameters:
bag - the bag to synchronize, must not be null +
Returns:
a synchronized bag backed by that bag +
Throws: +
java.lang.IllegalArgumentException - if the Bag is null
+
+
+
+ +

+unmodifiableBag

+
+public static Bag unmodifiableBag(Bag bag)
+
Returns an unmodifiable view of the given bag. Any modification - attempts to the returned bag will raise an - UnsupportedOperationException. -

-

-
Parameters:
bag - the bag whose unmodifiable view is to be returned, must not be null -
Returns:
an unmodifiable view of that bag -
Throws: -
java.lang.IllegalArgumentException - if the Bag is null
-
-
-
- -

-predicatedBag

-
-public static Bag predicatedBag(Bag bag,
-                                Predicate predicate)
-
+ attempts to the returned bag will raise an + UnsupportedOperationException. +

+

+
Parameters:
bag - the bag whose unmodifiable view is to be returned, must not be null +
Returns:
an unmodifiable view of that bag +
Throws: +
java.lang.IllegalArgumentException - if the Bag is null
+
+
+
+ +

+predicatedBag

+
+public static Bag predicatedBag(Bag bag,
+                                Predicate predicate)
+
Returns a predicated (validating) bag backed by the given bag.

Only objects that pass the test in the given predicate can be added to the bag. Trying to add an invalid object results in an IllegalArgumentException. It is important not to use the original bag after invoking this method, - as it is a backdoor for adding invalid objects. -

-

-
Parameters:
bag - the bag to predicate, must not be null
predicate - the predicate for the bag, must not be null -
Returns:
a predicated bag backed by the given bag -
Throws: -
java.lang.IllegalArgumentException - if the Bag or Predicate is null
-
-
-
- -

-typedBag

-
-public static Bag typedBag(Bag bag,
-                           java.lang.Class type)
-
+ as it is a backdoor for adding invalid objects. +

+

+
Parameters:
bag - the bag to predicate, must not be null
predicate - the predicate for the bag, must not be null +
Returns:
a predicated bag backed by the given bag +
Throws: +
java.lang.IllegalArgumentException - if the Bag or Predicate is null
+
+
+
+ +

+typedBag

+
+public static Bag typedBag(Bag bag,
+                           java.lang.Class type)
+
Returns a typed bag backed by the given bag.

- Only objects of the specified type can be added to the bag. -

-

-
Parameters:
bag - the bag to limit to a specific type, must not be null
type - the type of objects which may be added to the bag -
Returns:
a typed bag backed by the specified bag
-
-
-
- -

-transformedBag

-
-public static Bag transformedBag(Bag bag,
-                                 Transformer transformer)
-
+ Only objects of the specified type can be added to the bag. +

+

+
Parameters:
bag - the bag to limit to a specific type, must not be null
type - the type of objects which may be added to the bag +
Returns:
a typed bag backed by the specified bag
+
+
+
+ +

+transformedBag

+
+public static Bag transformedBag(Bag bag,
+                                 Transformer transformer)
+
Returns a transformed bag backed by the given bag.

Each object is passed through the transformer as it is added to the - Bag. It is important not to use the original bag after invoking this - method, as it is a backdoor for adding untransformed objects. -

-

-
Parameters:
bag - the bag to predicate, must not be null
transformer - the transformer for the bag, must not be null -
Returns:
a transformed bag backed by the given bag -
Throws: -
java.lang.IllegalArgumentException - if the Bag or Transformer is null
-
-
-
- -

-synchronizedSortedBag

-
-public static SortedBag synchronizedSortedBag(SortedBag bag)
-
-
Returns a synchronized (thread-safe) sorted bag backed by the given + Bag. It is important not to use the original bag after invoking this + method, as it is a backdoor for adding untransformed objects. +

+

+
Parameters:
bag - the bag to predicate, must not be null
transformer - the transformer for the bag, must not be null +
Returns:
a transformed bag backed by the given bag +
Throws: +
java.lang.IllegalArgumentException - if the Bag or Transformer is null
+
+
+
+ +

+synchronizedSortedBag

+
+public static SortedBag synchronizedSortedBag(SortedBag bag)
+
+
Returns a synchronized (thread-safe) sorted bag backed by the given sorted bag. - In order to guarantee serial access, it is critical that all + In order to guarantee serial access, it is critical that all access to the backing bag is accomplished through the returned bag.

It is imperative that the user manually synchronize on the returned @@ -465,155 +465,155 @@ public static

-unmodifiableSortedBag

-
-public static SortedBag unmodifiableSortedBag(SortedBag bag)
-
+ Failure to follow this advice may result in non-deterministic + behavior. +

+

+
Parameters:
bag - the bag to synchronize, must not be null +
Returns:
a synchronized bag backed by that bag +
Throws: +
java.lang.IllegalArgumentException - if the SortedBag is null
+
+
+
+ +

+unmodifiableSortedBag

+
+public static SortedBag unmodifiableSortedBag(SortedBag bag)
+
Returns an unmodifiable view of the given sorted bag. Any modification - attempts to the returned bag will raise an - UnsupportedOperationException. -

-

-
Parameters:
bag - the bag whose unmodifiable view is to be returned, must not be null -
Returns:
an unmodifiable view of that bag -
Throws: -
java.lang.IllegalArgumentException - if the SortedBag is null
-
-
-
- -

-predicatedSortedBag

-
-public static SortedBag predicatedSortedBag(SortedBag bag,
-                                            Predicate predicate)
-
+ attempts to the returned bag will raise an + UnsupportedOperationException. +

+

+
Parameters:
bag - the bag whose unmodifiable view is to be returned, must not be null +
Returns:
an unmodifiable view of that bag +
Throws: +
java.lang.IllegalArgumentException - if the SortedBag is null
+
+
+
+ +

+predicatedSortedBag

+
+public static SortedBag predicatedSortedBag(SortedBag bag,
+                                            Predicate predicate)
+
Returns a predicated (validating) sorted bag backed by the given sorted bag.

Only objects that pass the test in the given predicate can be added to the bag. Trying to add an invalid object results in an IllegalArgumentException. It is important not to use the original bag after invoking this method, - as it is a backdoor for adding invalid objects. -

-

-
Parameters:
bag - the sorted bag to predicate, must not be null
predicate - the predicate for the bag, must not be null -
Returns:
a predicated bag backed by the given bag -
Throws: -
java.lang.IllegalArgumentException - if the SortedBag or Predicate is null
-
-
-
- -

-typedSortedBag

-
-public static SortedBag typedSortedBag(SortedBag bag,
-                                       java.lang.Class type)
-
+ as it is a backdoor for adding invalid objects. +

+

+
Parameters:
bag - the sorted bag to predicate, must not be null
predicate - the predicate for the bag, must not be null +
Returns:
a predicated bag backed by the given bag +
Throws: +
java.lang.IllegalArgumentException - if the SortedBag or Predicate is null
+
+
+
+ +

+typedSortedBag

+
+public static SortedBag typedSortedBag(SortedBag bag,
+                                       java.lang.Class type)
+
Returns a typed sorted bag backed by the given bag.

- Only objects of the specified type can be added to the bag. -

-

-
Parameters:
bag - the bag to limit to a specific type, must not be null
type - the type of objects which may be added to the bag -
Returns:
a typed bag backed by the specified bag
-
-
-
- -

-transformedSortedBag

-
-public static SortedBag transformedSortedBag(SortedBag bag,
-                                             Transformer transformer)
-
+ Only objects of the specified type can be added to the bag. +

+

+
Parameters:
bag - the bag to limit to a specific type, must not be null
type - the type of objects which may be added to the bag +
Returns:
a typed bag backed by the specified bag
+
+
+
+ +

+transformedSortedBag

+
+public static SortedBag transformedSortedBag(SortedBag bag,
+                                             Transformer transformer)
+
Returns a transformed sorted bag backed by the given bag.

Each object is passed through the transformer as it is added to the - Bag. It is important not to use the original bag after invoking this - method, as it is a backdoor for adding untransformed objects. -

-

-
Parameters:
bag - the bag to predicate, must not be null
transformer - the transformer for the bag, must not be null -
Returns:
a transformed bag backed by the given bag -
Throws: -
java.lang.IllegalArgumentException - if the Bag or Transformer is null
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Bag. It is important not to use the original bag after invoking this + method, as it is a backdoor for adding untransformed objects. +

+

+
Parameters:
bag - the bag to predicate, must not be null
transformer - the transformer for the bag, must not be null +
Returns:
a transformed bag backed by the given bag +
Throws: +
java.lang.IllegalArgumentException - if the Bag or Transformer is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BeanMap.MyMapEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BeanMap.MyMapEntry.html index e534dce..34a7d4e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BeanMap.MyMapEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BeanMap.MyMapEntry.html @@ -1,323 +1,323 @@ - - - - - - - -BeanMap.MyMapEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.commons.collections -
-Class BeanMap.MyMapEntry

-
-java.lang.Object
-  extended by org.apache.commons.collections.keyvalue.AbstractKeyValue
-      extended by org.apache.commons.collections.keyvalue.AbstractMapEntry
-          extended by org.apache.commons.collections.BeanMap.MyMapEntry
-
-
-
All Implemented Interfaces:
java.util.Map.Entry, KeyValue
-
-
-
Enclosing class:
BeanMap
-
-
-
-
protected static class BeanMap.MyMapEntry
extends AbstractMapEntry
- - -

-Map entry used by BeanMap. -

- -

-


- -

- - - - - - - -
-Field Summary
- - - - - - - -
Fields inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
key, value
-  - - - - - - - - - - - -
-Constructor Summary
-protected BeanMap.MyMapEntry(BeanMap owner, - java.lang.Object key, - java.lang.Object value) - -
-          Constructs a new MyMapEntry.
-  - - - - - - - - - - - -
-Method Summary
- java.lang.ObjectsetValue(java.lang.Object value) - -
-          Sets the value.
- - - - - - - -
Methods inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntry
equals, hashCode
- - - - - - - -
Methods inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
getKey, getValue, toString
- - - - - - - -
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
- - - - - - - -
Methods inherited from interface java.util.Map.Entry
getKey, getValue
-  -

- - - - - - - - -
-Constructor Detail
- -

-BeanMap.MyMapEntry

-
-protected BeanMap.MyMapEntry(BeanMap owner,
-                             java.lang.Object key,
-                             java.lang.Object value)
-
-
Constructs a new MyMapEntry. -

-

-
Parameters:
owner - the BeanMap this entry belongs to
key - the key for this entry
value - the value for this entry
-
- - - - - - - - -
-Method Detail
- -

-setValue

-
-public java.lang.Object setValue(java.lang.Object value)
-
-
Sets the value. -

-

-
Specified by:
setValue in interface java.util.Map.Entry
Overrides:
setValue in class AbstractMapEntry
-
-
-
Parameters:
value - the new value for the entry -
Returns:
the old value for the entry
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +BeanMap.MyMapEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.commons.collections +
+Class BeanMap.MyMapEntry

+
+java.lang.Object
+  extended by org.apache.commons.collections.keyvalue.AbstractKeyValue
+      extended by org.apache.commons.collections.keyvalue.AbstractMapEntry
+          extended by org.apache.commons.collections.BeanMap.MyMapEntry
+
+
+
All Implemented Interfaces:
java.util.Map.Entry, KeyValue
+
+
+
Enclosing class:
BeanMap
+
+
+
+
protected static class BeanMap.MyMapEntry
extends AbstractMapEntry
+ + +

+Map entry used by BeanMap. +

+ +

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
key, value
+  + + + + + + + + + + + +
+Constructor Summary
+protected BeanMap.MyMapEntry(BeanMap owner, + java.lang.Object key, + java.lang.Object value) + +
+          Constructs a new MyMapEntry.
+  + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectsetValue(java.lang.Object value) + +
+          Sets the value.
+ + + + + + + +
Methods inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntry
equals, hashCode
+ + + + + + + +
Methods inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
getKey, getValue, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.util.Map.Entry
getKey, getValue
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+BeanMap.MyMapEntry

+
+protected BeanMap.MyMapEntry(BeanMap owner,
+                             java.lang.Object key,
+                             java.lang.Object value)
+
+
Constructs a new MyMapEntry. +

+

+
Parameters:
owner - the BeanMap this entry belongs to
key - the key for this entry
value - the value for this entry
+
+ + + + + + + + +
+Method Detail
+ +

+setValue

+
+public java.lang.Object setValue(java.lang.Object value)
+
+
Sets the value. +

+

+
Specified by:
setValue in interface java.util.Map.Entry
Overrides:
setValue in class AbstractMapEntry
+
+
+
Parameters:
value - the new value for the entry +
Returns:
the old value for the entry
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BeanMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BeanMap.html index 1229ce6..4dd3d05 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BeanMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BeanMap.html @@ -1,578 +1,578 @@ - - - - - - - -BeanMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.commons.collections -
-Class BeanMap

-
-java.lang.Object
-  extended by java.util.AbstractMap
-      extended by org.apache.commons.collections.BeanMap
-
-
-
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map
-
-
+ + + + + + + +BeanMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.commons.collections +
+Class BeanMap

+
+java.lang.Object
+  extended by java.util.AbstractMap
+      extended by org.apache.commons.collections.BeanMap
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map
+
+
Deprecated. Identical class now available in commons-beanutils (full jar version). - This version is due to be removed in collections v4.0. -

-

-
public class BeanMap
extends java.util.AbstractMap
implements java.lang.Cloneable
- - -

+ This version is due to be removed in collections v4.0. +

+

+
public class BeanMap
extends java.util.AbstractMap
implements java.lang.Cloneable
+ + +

An implementation of Map for JavaBeans which uses introspection to get and put properties in the bean.

If an exception occurs during attempts to get or set a property then the - property is considered non existent in the Map -

- -

-

-
Since:
-
Commons Collections 1.0
-
Version:
-
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
-
Author:
-
James Strachan, Stephen Colebourne, Dimiter Dimitrov
-
-
- -

- - - - - - - - - - - -
-Nested Class Summary
-protected static classBeanMap.MyMapEntry - -
-          Deprecated. Map entry used by BeanMap.
- - - - - - - -
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry
-  - - - - - - - - - - - - - - - -
-Field Summary
-static java.util.HashMapdefaultTransformers - -
-          Deprecated. Maps primitive Class types to transformers.
-static java.lang.Object[]NULL_ARGUMENTS - -
-          Deprecated. An empty array.
-  - - - - - - - - - - - - - -
-Constructor Summary
BeanMap() - -
-          Deprecated. Constructs a new empty BeanMap.
BeanMap(java.lang.Object bean) - -
-          Deprecated. Constructs a new BeanMap that operates on the - specified bean.
-  - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +
-Method Summary
- voidclear() - -
+ property is considered non existent in the Map +

+ +

+

+
Since:
+
Commons Collections 1.0
+
Version:
+
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
+
Author:
+
James Strachan, Stephen Colebourne, Dimiter Dimitrov
+
+
+ +

+ + + + + + + + + + + +
+Nested Class Summary
+protected static classBeanMap.MyMapEntry + +
+          Deprecated. Map entry used by BeanMap.
+ + + + + + + +
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry
+  + + + + + + + + + + + + + + + +
+Field Summary
+static java.util.HashMapdefaultTransformers + +
+          Deprecated. Maps primitive Class types to transformers.
+static java.lang.Object[]NULL_ARGUMENTS + +
+          Deprecated. An empty array.
+  + + + + + + + + + + + + + +
+Constructor Summary
BeanMap() + +
+          Deprecated. Constructs a new empty BeanMap.
BeanMap(java.lang.Object bean) + +
+          Deprecated. Constructs a new BeanMap that operates on the + specified bean.
+  + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - -
+Method Summary
+ voidclear() + +
          Deprecated. This method reinitializes the bean map to have default values for the - bean's properties.
- java.lang.Objectclone() - -
-          Deprecated. Clone this bean map using the following process: - - + bean's properties.
+ java.lang.Objectclone() + +
+          Deprecated. Clone this bean map using the following process: + + If there is no underlying bean, return a cloned BeanMap without a - bean.
- booleancontainsKey(java.lang.Object name) - -
-          Deprecated. Returns true if the bean defines a property with the given name.
- booleancontainsValue(java.lang.Object value) - -
+ bean.
+ booleancontainsKey(java.lang.Object name) + +
+          Deprecated. Returns true if the bean defines a property with the given name.
+ booleancontainsValue(java.lang.Object value) + +
          Deprecated. Returns true if the bean defines a property whose current value is - the given object.
-protected  java.lang.ObjectconvertType(java.lang.Class newType, - java.lang.Object value) - -
-          Deprecated. Converts the given value to the given type.
-protected  java.lang.Object[]createWriteMethodArguments(java.lang.reflect.Method method, - java.lang.Object value) - -
-          Deprecated. Creates an array of parameters to pass to the given mutator method.
- java.util.IteratorentryIterator() - -
-          Deprecated. Convenience method for getting an iterator over the entries.
- java.util.SetentrySet() - -
-          Deprecated. Gets a Set of MapEntry objects that are the mappings for this BeanMap.
-protected  voidfirePropertyChange(java.lang.Object key, - java.lang.Object oldValue, - java.lang.Object newValue) - -
-          Deprecated. Called during a successful put(Object,Object) operation.
- java.lang.Objectget(java.lang.Object name) - -
-          Deprecated. Returns the value of the bean's property with the given name.
- java.lang.ObjectgetBean() - -
-          Deprecated. Returns the bean currently being operated on.
-protected  java.lang.reflect.MethodgetReadMethod(java.lang.Object name) - -
-          Deprecated. Returns the accessor for the property with the given name.
- java.lang.reflect.MethodgetReadMethod(java.lang.String name) - -
-          Deprecated. Returns the accessor for the property with the given name.
- java.lang.ClassgetType(java.lang.String name) - -
-          Deprecated. Returns the type of the property with the given name.
-protected  TransformergetTypeTransformer(java.lang.Class aType) - -
-          Deprecated. Returns a transformer for the given primitive type.
-protected  java.lang.reflect.MethodgetWriteMethod(java.lang.Object name) - -
-          Deprecated. Returns the mutator for the property with the given name.
- java.lang.reflect.MethodgetWriteMethod(java.lang.String name) - -
-          Deprecated. Returns the mutator for the property with the given name.
- java.util.IteratorkeyIterator() - -
-          Deprecated. Convenience method for getting an iterator over the keys.
- java.util.SetkeySet() - -
-          Deprecated. Get the keys for this BeanMap.
-protected  voidlogInfo(java.lang.Exception ex) - -
-          Deprecated. Logs the given exception to System.out.
-protected  voidlogWarn(java.lang.Exception ex) - -
-          Deprecated. Logs the given exception to System.err.
- java.lang.Objectput(java.lang.Object name, - java.lang.Object value) - -
-          Deprecated. Sets the bean property with the given name to the given value.
- voidputAllWriteable(BeanMap map) - -
+ the given object.
+protected  java.lang.ObjectconvertType(java.lang.Class newType, + java.lang.Object value) + +
+          Deprecated. Converts the given value to the given type.
+protected  java.lang.Object[]createWriteMethodArguments(java.lang.reflect.Method method, + java.lang.Object value) + +
+          Deprecated. Creates an array of parameters to pass to the given mutator method.
+ java.util.IteratorentryIterator() + +
+          Deprecated. Convenience method for getting an iterator over the entries.
+ java.util.SetentrySet() + +
+          Deprecated. Gets a Set of MapEntry objects that are the mappings for this BeanMap.
+protected  voidfirePropertyChange(java.lang.Object key, + java.lang.Object oldValue, + java.lang.Object newValue) + +
+          Deprecated. Called during a successful put(Object,Object) operation.
+ java.lang.Objectget(java.lang.Object name) + +
+          Deprecated. Returns the value of the bean's property with the given name.
+ java.lang.ObjectgetBean() + +
+          Deprecated. Returns the bean currently being operated on.
+protected  java.lang.reflect.MethodgetReadMethod(java.lang.Object name) + +
+          Deprecated. Returns the accessor for the property with the given name.
+ java.lang.reflect.MethodgetReadMethod(java.lang.String name) + +
+          Deprecated. Returns the accessor for the property with the given name.
+ java.lang.ClassgetType(java.lang.String name) + +
+          Deprecated. Returns the type of the property with the given name.
+protected  TransformergetTypeTransformer(java.lang.Class aType) + +
+          Deprecated. Returns a transformer for the given primitive type.
+protected  java.lang.reflect.MethodgetWriteMethod(java.lang.Object name) + +
+          Deprecated. Returns the mutator for the property with the given name.
+ java.lang.reflect.MethodgetWriteMethod(java.lang.String name) + +
+          Deprecated. Returns the mutator for the property with the given name.
+ java.util.IteratorkeyIterator() + +
+          Deprecated. Convenience method for getting an iterator over the keys.
+ java.util.SetkeySet() + +
+          Deprecated. Get the keys for this BeanMap.
+protected  voidlogInfo(java.lang.Exception ex) + +
+          Deprecated. Logs the given exception to System.out.
+protected  voidlogWarn(java.lang.Exception ex) + +
+          Deprecated. Logs the given exception to System.err.
+ java.lang.Objectput(java.lang.Object name, + java.lang.Object value) + +
+          Deprecated. Sets the bean property with the given name to the given value.
+ voidputAllWriteable(BeanMap map) + +
          Deprecated. Puts all of the writable properties from the given BeanMap into this - BeanMap.
-protected  voidreinitialise() - -
-          Deprecated. Reinitializes this bean.
- voidsetBean(java.lang.Object newBean) - -
-          Deprecated. Sets the bean to be operated on by this map.
- intsize() - -
-          Deprecated. Returns the number of properties defined by the bean.
- java.lang.StringtoString() - -
-          Deprecated.  
- java.util.IteratorvalueIterator() - -
-          Deprecated. Convenience method for getting an iterator over the values.
- java.util.Collectionvalues() - -
-          Deprecated. Returns the values for the BeanMap.
- - - - - - - -
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, putAll, remove
- - - - - - - -
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-NULL_ARGUMENTS

-
-public static final java.lang.Object[] NULL_ARGUMENTS
-
-
Deprecated. 
An empty array. Used to invoke accessors via reflection. -

-

-
-
-
- -

-defaultTransformers

-
-public static java.util.HashMap defaultTransformers
-
+ BeanMap.
+protected  voidreinitialise() + +
+          Deprecated. Reinitializes this bean.
+ voidsetBean(java.lang.Object newBean) + +
+          Deprecated. Sets the bean to be operated on by this map.
+ intsize() + +
+          Deprecated. Returns the number of properties defined by the bean.
+ java.lang.StringtoString() + +
+          Deprecated.  
+ java.util.IteratorvalueIterator() + +
+          Deprecated. Convenience method for getting an iterator over the values.
+ java.util.Collectionvalues() + +
+          Deprecated. Returns the values for the BeanMap.
+ + + + + + + +
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, putAll, remove
+ + + + + + + +
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+NULL_ARGUMENTS

+
+public static final java.lang.Object[] NULL_ARGUMENTS
+
+
Deprecated. 
An empty array. Used to invoke accessors via reflection. +

+

+
+
+
+ +

+defaultTransformers

+
+public static java.util.HashMap defaultTransformers
+
Deprecated. 
Maps primitive Class types to transformers. The transformer - transform strings into the appropriate primitive wrapper. -

-

-
-
- - - - - - - - -
-Constructor Detail
- -

-BeanMap

-
-public BeanMap()
-
-
Deprecated. 
Constructs a new empty BeanMap. -

-

-
- -

-BeanMap

-
-public BeanMap(java.lang.Object bean)
-
-
Deprecated. 
Constructs a new BeanMap that operates on the + transform strings into the appropriate primitive wrapper. +

+

+
+
+ + + + + + + + +
+Constructor Detail
+ +

+BeanMap

+
+public BeanMap()
+
+
Deprecated. 
Constructs a new empty BeanMap. +

+

+
+ +

+BeanMap

+
+public BeanMap(java.lang.Object bean)
+
+
Deprecated. 
Constructs a new BeanMap that operates on the specified bean. If the given bean is null, then - this map will be empty. -

-

-
Parameters:
bean - the bean for this map to operate on
-
- - - - - - - - -
-Method Detail
- -

-toString

-
-public java.lang.String toString()
-
-
Deprecated. 
-
Overrides:
toString in class java.util.AbstractMap
-
-
-
-
-
-
- -

-clone

-
-public java.lang.Object clone()
-                       throws java.lang.CloneNotSupportedException
-
-
Deprecated. 
Clone this bean map using the following process: + this map will be empty. +

+

+
Parameters:
bean - the bean for this map to operate on
+
+ + + + + + + + +
+Method Detail
+ +

+toString

+
+public java.lang.String toString()
+
+
Deprecated. 
+
Overrides:
toString in class java.util.AbstractMap
+
+
+
+
+
+
+ +

+clone

+
+public java.lang.Object clone()
+                       throws java.lang.CloneNotSupportedException
+
+
Deprecated. 
Clone this bean map using the following process:
  • If there is no underlying bean, return a cloned BeanMap without a @@ -580,74 +580,74 @@ public java.lang.Object clone()
  • Since there is an underlying bean, try to instantiate a new bean of the same type using Class.newInstance(). - +
  • If the instantiation fails, throw a CloneNotSupportedException
  • Clone the bean map and set the newly instantiated bean as the underlying bean for the bean map.
  • Copy each property that is both readable and writable from the - existing object to a cloned bean map. + existing object to a cloned bean map.
  • If anything fails along the way, throw a CloneNotSupportedException. -
      -

      -

      -
      Overrides:
      clone in class java.util.AbstractMap
      -
      -
      - -
      Throws: -
      java.lang.CloneNotSupportedException
      -
      -
-
- -

-putAllWriteable

-
-public void putAllWriteable(BeanMap map)
-
+
    +

    +

    +
    Overrides:
    clone in class java.util.AbstractMap
    +
    +
    + +
    Throws: +
    java.lang.CloneNotSupportedException
    +
    +
+
+ +

+putAllWriteable

+
+public void putAllWriteable(BeanMap map)
+
Deprecated. 
Puts all of the writable properties from the given BeanMap into this - BeanMap. Read-only and Write-only properties will be ignored. -

-

-
-
-
-
Parameters:
map - the BeanMap whose properties to put
-
-
-
- -

-clear

-
-public void clear()
-
+ BeanMap. Read-only and Write-only properties will be ignored. +

+

+
+
+
+
Parameters:
map - the BeanMap whose properties to put
+
+
+
+ +

+clear

+
+public void clear()
+
Deprecated. 
This method reinitializes the bean map to have default values for the bean's properties. This is accomplished by constructing a new instance of the bean which the map uses as its underlying data source. This behavior for clear() differs from the Map contract in that the mappings are not actually removed from the map (the mappings for a - BeanMap are fixed). -

-

-
Specified by:
clear in interface java.util.Map
Overrides:
clear in class java.util.AbstractMap
-
-
-
-
-
-
- -

-containsKey

-
-public boolean containsKey(java.lang.Object name)
-
+ BeanMap are fixed). +

+

+
Specified by:
clear in interface java.util.Map
Overrides:
clear in class java.util.AbstractMap
+
+
+
+
+
+
+ +

+containsKey

+
+public boolean containsKey(java.lang.Object name)
+
Deprecated. 
Returns true if the bean defines a property with the given name.

The given name must be a String; if not, this method @@ -655,569 +655,569 @@ public boolean containsKey(java.lang.Object name) does not define a property with that name.

Write-only properties will not be matched as the test operates against - property read methods. -

-

-
Specified by:
containsKey in interface java.util.Map
Overrides:
containsKey in class java.util.AbstractMap
-
-
-
Parameters:
name - the name of the property to check + property read methods. +

+

+
Specified by:
containsKey in interface java.util.Map
Overrides:
containsKey in class java.util.AbstractMap
+
+
+
Parameters:
name - the name of the property to check
Returns:
false if the given name is null or is not a String; false if the bean does not define a property with that name; or - true if the bean does define a property with that name
-
-
-
- -

-containsValue

-
-public boolean containsValue(java.lang.Object value)
-
+ true if the bean does define a property with that name
+
+
+
+ +

+containsValue

+
+public boolean containsValue(java.lang.Object value)
+
Deprecated. 
Returns true if the bean defines a property whose current value is - the given object. -

-

-
Specified by:
containsValue in interface java.util.Map
Overrides:
containsValue in class java.util.AbstractMap
-
-
-
Parameters:
value - the value to check -
Returns:
false true if the bean has at least one property whose - current value is that object, false otherwise
-
-
-
- -

-get

-
-public java.lang.Object get(java.lang.Object name)
-
+ the given object. +

+

+
Specified by:
containsValue in interface java.util.Map
Overrides:
containsValue in class java.util.AbstractMap
+
+
+
Parameters:
value - the value to check +
Returns:
false true if the bean has at least one property whose + current value is that object, false otherwise
+
+
+
+ +

+get

+
+public java.lang.Object get(java.lang.Object name)
+
Deprecated. 
Returns the value of the bean's property with the given name.

- The given name must be a String and must not be + The given name must be a String and must not be null; otherwise, this method returns null. If the bean defines a property with the given name, the value of - that property is returned. Otherwise, null is + that property is returned. Otherwise, null is returned.

Write-only properties will not be matched as the test operates against - property read methods. -

-

-
Specified by:
get in interface java.util.Map
Overrides:
get in class java.util.AbstractMap
-
-
-
Parameters:
name - the name of the property whose value to return -
Returns:
the value of the property with that name
-
-
-
- -

-put

-
-public java.lang.Object put(java.lang.Object name,
-                            java.lang.Object value)
-                     throws java.lang.IllegalArgumentException,
-                            java.lang.ClassCastException
-
-
Deprecated. 
Sets the bean property with the given name to the given value. -

-

-
Specified by:
put in interface java.util.Map
Overrides:
put in class java.util.AbstractMap
-
-
-
Parameters:
name - the name of the property to set
value - the value to set that property to -
Returns:
the previous value of that property -
Throws: + property read methods. +

+

+
Specified by:
get in interface java.util.Map
Overrides:
get in class java.util.AbstractMap
+
+
+
Parameters:
name - the name of the property whose value to return +
Returns:
the value of the property with that name
+
+
+
+ +

+put

+
+public java.lang.Object put(java.lang.Object name,
+                            java.lang.Object value)
+                     throws java.lang.IllegalArgumentException,
+                            java.lang.ClassCastException
+
+
Deprecated. 
Sets the bean property with the given name to the given value. +

+

+
Specified by:
put in interface java.util.Map
Overrides:
put in class java.util.AbstractMap
+
+
+
Parameters:
name - the name of the property to set
value - the value to set that property to +
Returns:
the previous value of that property +
Throws:
java.lang.IllegalArgumentException - if the given name is null; if the given name is not a String; if the bean doesn't define a property with that name; or if the bean property with - that name is read-only -
java.lang.ClassCastException
-
-
-
- -

-size

-
-public int size()
-
-
Deprecated. 
Returns the number of properties defined by the bean. -

-

-
Specified by:
size in interface java.util.Map
Overrides:
size in class java.util.AbstractMap
-
-
- -
Returns:
the number of properties defined by the bean
-
-
-
- -

-keySet

-
-public java.util.Set keySet()
-
+ that name is read-only +
java.lang.ClassCastException
+
+
+
+ +

+size

+
+public int size()
+
+
Deprecated. 
Returns the number of properties defined by the bean. +

+

+
Specified by:
size in interface java.util.Map
Overrides:
size in class java.util.AbstractMap
+
+
+ +
Returns:
the number of properties defined by the bean
+
+
+
+ +

+keySet

+
+public java.util.Set keySet()
+
Deprecated. 
Get the keys for this BeanMap.

Write-only properties are not included in the returned set of - property names, although it is possible to set their value and to get - their type. -

-

-
Specified by:
keySet in interface java.util.Map
Overrides:
keySet in class java.util.AbstractMap
-
-
- + property names, although it is possible to set their value and to get + their type. +

+

+
Specified by:
keySet in interface java.util.Map
Overrides:
keySet in class java.util.AbstractMap
+
+
+
Returns:
BeanMap keys. The Set returned by this method is not - modifiable.
-
-
-
- -

-entrySet

-
-public java.util.Set entrySet()
-
+ modifiable.
+
+
+
+ +

+entrySet

+
+public java.util.Set entrySet()
+
Deprecated. 
Gets a Set of MapEntry objects that are the mappings for this BeanMap.

- Each MapEntry can be set but not removed. -

-

-
Specified by:
entrySet in interface java.util.Map
Specified by:
entrySet in class java.util.AbstractMap
-
-
- -
Returns:
the unmodifiable set of mappings
-
-
-
- -

-values

-
-public java.util.Collection values()
-
-
Deprecated. 
Returns the values for the BeanMap. -

-

-
Specified by:
values in interface java.util.Map
Overrides:
values in class java.util.AbstractMap
-
-
- + Each MapEntry can be set but not removed. +

+

+
Specified by:
entrySet in interface java.util.Map
Specified by:
entrySet in class java.util.AbstractMap
+
+
+ +
Returns:
the unmodifiable set of mappings
+
+
+
+ +

+values

+
+public java.util.Collection values()
+
+
Deprecated. 
Returns the values for the BeanMap. +

+

+
Specified by:
values in interface java.util.Map
Overrides:
values in class java.util.AbstractMap
+
+
+
Returns:
values for the BeanMap. The returned collection is not - modifiable.
-
-
-
- -

-getType

-
-public java.lang.Class getType(java.lang.String name)
-
-
Deprecated. 
Returns the type of the property with the given name. -

-

-
-
-
-
Parameters:
name - the name of the property + modifiable.
+
+
+
+ +

+getType

+
+public java.lang.Class getType(java.lang.String name)
+
+
Deprecated. 
Returns the type of the property with the given name. +

+

+
+
+
+
Parameters:
name - the name of the property
Returns:
the type of the property, or null if no such - property exists
-
-
-
- -

-keyIterator

-
-public java.util.Iterator keyIterator()
-
+ property exists
+
+
+
+ +

+keyIterator

+
+public java.util.Iterator keyIterator()
+
Deprecated. 
Convenience method for getting an iterator over the keys.

- Write-only properties will not be returned in the iterator. -

-

-
-
-
- -
Returns:
an iterator over the keys
-
-
-
- -

-valueIterator

-
-public java.util.Iterator valueIterator()
-
-
Deprecated. 
Convenience method for getting an iterator over the values. -

-

-
-
-
- -
Returns:
an iterator over the values
-
-
-
- -

-entryIterator

-
-public java.util.Iterator entryIterator()
-
-
Deprecated. 
Convenience method for getting an iterator over the entries. -

-

-
-
-
- -
Returns:
an iterator over the entries
-
-
-
- -

-getBean

-
-public java.lang.Object getBean()
-
+ Write-only properties will not be returned in the iterator. +

+

+
+
+
+ +
Returns:
an iterator over the keys
+
+
+
+ +

+valueIterator

+
+public java.util.Iterator valueIterator()
+
+
Deprecated. 
Convenience method for getting an iterator over the values. +

+

+
+
+
+ +
Returns:
an iterator over the values
+
+
+
+ +

+entryIterator

+
+public java.util.Iterator entryIterator()
+
+
Deprecated. 
Convenience method for getting an iterator over the entries. +

+

+
+
+
+ +
Returns:
an iterator over the entries
+
+
+
+ +

+getBean

+
+public java.lang.Object getBean()
+
Deprecated. 
Returns the bean currently being operated on. The return value may - be null if this map is empty. -

-

-
-
-
- -
Returns:
the bean being operated on by this map
-
-
-
- -

-setBean

-
-public void setBean(java.lang.Object newBean)
-
+ be null if this map is empty. +

+

+
+
+
+ +
Returns:
the bean being operated on by this map
+
+
+
+ +

+setBean

+
+public void setBean(java.lang.Object newBean)
+
Deprecated. 
Sets the bean to be operated on by this map. The given value may - be null, in which case this map will be empty. -

-

-
-
-
-
Parameters:
newBean - the new bean to operate on
-
-
-
- -

-getReadMethod

-
-public java.lang.reflect.Method getReadMethod(java.lang.String name)
-
-
Deprecated. 
Returns the accessor for the property with the given name. -

-

-
-
-
-
Parameters:
name - the name of the property -
Returns:
the accessor method for the property, or null
-
-
-
- -

-getWriteMethod

-
-public java.lang.reflect.Method getWriteMethod(java.lang.String name)
-
-
Deprecated. 
Returns the mutator for the property with the given name. -

-

-
-
-
-
Parameters:
name - the name of the property -
Returns:
the mutator method for the property, or null
-
-
-
- -

-getReadMethod

-
-protected java.lang.reflect.Method getReadMethod(java.lang.Object name)
-
-
Deprecated. 
Returns the accessor for the property with the given name. -

-

-
-
-
-
Parameters:
name - the name of the property -
Returns:
null if the name is null; null if the name is not a + be null, in which case this map will be empty. +

+

+
+
+
+
Parameters:
newBean - the new bean to operate on
+
+
+
+ +

+getReadMethod

+
+public java.lang.reflect.Method getReadMethod(java.lang.String name)
+
+
Deprecated. 
Returns the accessor for the property with the given name. +

+

+
+
+
+
Parameters:
name - the name of the property +
Returns:
the accessor method for the property, or null
+
+
+
+ +

+getWriteMethod

+
+public java.lang.reflect.Method getWriteMethod(java.lang.String name)
+
+
Deprecated. 
Returns the mutator for the property with the given name. +

+

+
+
+
+
Parameters:
name - the name of the property +
Returns:
the mutator method for the property, or null
+
+
+
+ +

+getReadMethod

+
+protected java.lang.reflect.Method getReadMethod(java.lang.Object name)
+
+
Deprecated. 
Returns the accessor for the property with the given name. +

+

+
+
+
+
Parameters:
name - the name of the property +
Returns:
null if the name is null; null if the name is not a String; null if no such property exists; or the accessor - method for that property
-
-
-
- -

-getWriteMethod

-
-protected java.lang.reflect.Method getWriteMethod(java.lang.Object name)
-
-
Deprecated. 
Returns the mutator for the property with the given name. -

-

-
-
-
-
Parameters:
name - the name of the -
Returns:
null if the name is null; null if the name is not a - String; null if no such property exists; null if the - property is read-only; or the mutator method for that property
-
-
-
- -

-reinitialise

-
-protected void reinitialise()
-
+ method for that property
+
+
+
+ +

+getWriteMethod

+
+protected java.lang.reflect.Method getWriteMethod(java.lang.Object name)
+
+
Deprecated. 
Returns the mutator for the property with the given name. +

+

+
+
+
+
Parameters:
name - the name of the +
Returns:
null if the name is null; null if the name is not a + String; null if no such property exists; null if the + property is read-only; or the mutator method for that property
+
+
+
+ +

+reinitialise

+
+protected void reinitialise()
+
Deprecated. 
Reinitializes this bean. Called during setBean(Object). - Does introspection to find properties. -

-

-
-
-
-
-
-
-
- -

-firePropertyChange

-
-protected void firePropertyChange(java.lang.Object key,
-                                  java.lang.Object oldValue,
-                                  java.lang.Object newValue)
-
+ Does introspection to find properties. +

+

+
+
+
+
+
+
+
+ +

+firePropertyChange

+
+protected void firePropertyChange(java.lang.Object key,
+                                  java.lang.Object oldValue,
+                                  java.lang.Object newValue)
+
Deprecated. 
Called during a successful put(Object,Object) operation. Default implementation does nothing. Override to be notified of - property changes in the bean caused by this map. -

-

-
-
-
-
Parameters:
key - the name of the property that changed
oldValue - the old value for that property
newValue - the new value for that property
-
-
-
- -

-createWriteMethodArguments

-
-protected java.lang.Object[] createWriteMethodArguments(java.lang.reflect.Method method,
-                                                        java.lang.Object value)
-                                                 throws java.lang.IllegalAccessException,
-                                                        java.lang.ClassCastException
-
+ property changes in the bean caused by this map. +

+

+
+
+
+
Parameters:
key - the name of the property that changed
oldValue - the old value for that property
newValue - the new value for that property
+
+
+
+ +

+createWriteMethodArguments

+
+protected java.lang.Object[] createWriteMethodArguments(java.lang.reflect.Method method,
+                                                        java.lang.Object value)
+                                                 throws java.lang.IllegalAccessException,
+                                                        java.lang.ClassCastException
+
Deprecated. 
Creates an array of parameters to pass to the given mutator method. - If the given object is not the right type to pass to the method - directly, it will be converted using convertType(Class,Object). -

-

-
-
-
-
Parameters:
method - the mutator method
value - the value to pass to the mutator method + If the given object is not the right type to pass to the method + directly, it will be converted using convertType(Class,Object). +

+

+
+
+
+
Parameters:
method - the mutator method
value - the value to pass to the mutator method
Returns:
an array containing one object that is either the given value - or a transformed value -
Throws: + or a transformed value +
Throws:
java.lang.IllegalAccessException - if convertType(Class,Object) - raises it + raises it
java.lang.IllegalArgumentException - if any other exception is raised - by convertType(Class,Object) -
java.lang.ClassCastException
-
-
-
- -

-convertType

-
-protected java.lang.Object convertType(java.lang.Class newType,
-                                       java.lang.Object value)
-                                throws java.lang.InstantiationException,
-                                       java.lang.IllegalAccessException,
-                                       java.lang.IllegalArgumentException,
-                                       java.lang.reflect.InvocationTargetException
-
+ by convertType(Class,Object) +
java.lang.ClassCastException
+
+
+
+ +

+convertType

+
+protected java.lang.Object convertType(java.lang.Class newType,
+                                       java.lang.Object value)
+                                throws java.lang.InstantiationException,
+                                       java.lang.IllegalAccessException,
+                                       java.lang.IllegalArgumentException,
+                                       java.lang.reflect.InvocationTargetException
+
Deprecated. 
Converts the given value to the given type. First, reflection is - is used to find a public constructor declared by the given class - that takes one argument, which must be the precise type of the + is used to find a public constructor declared by the given class + that takes one argument, which must be the precise type of the given value. If such a constructor is found, a new object is created by passing the given value to that constructor, and the newly constructed object is returned.

If no such constructor exists, and the given type is a primitive - type, then the given value is converted to a string using its + type, then the given value is converted to a string using its toString() method, and that string is - parsed into the correct primitive type using, for instance, + parsed into the correct primitive type using, for instance, Integer.valueOf(String) to convert the string into an int.

- If no special constructor exists and the given type is not a - primitive type, this method returns the original value. -

-

-
-
-
-
Parameters:
newType - the type to convert the value to
value - the value to convert -
Returns:
the converted value -
Throws: -
java.lang.NumberFormatException - if newType is a primitive type, and + If no special constructor exists and the given type is not a + primitive type, this method returns the original value. +

+

+
+
+
+
Parameters:
newType - the type to convert the value to
value - the value to convert +
Returns:
the converted value +
Throws: +
java.lang.NumberFormatException - if newType is a primitive type, and the string representation of the given value cannot be converted - to that type -
java.lang.InstantiationException - if the constructor found with - reflection raises it + to that type +
java.lang.InstantiationException - if the constructor found with + reflection raises it
java.lang.reflect.InvocationTargetException - if the constructor found with - reflection raises it -
java.lang.IllegalAccessException - never -
java.lang.IllegalArgumentException - never
-
-
-
- -

-getTypeTransformer

-
-protected Transformer getTypeTransformer(java.lang.Class aType)
-
-
Deprecated. 
Returns a transformer for the given primitive type. -

-

-
-
-
-
Parameters:
aType - the primitive type whose transformer to return + reflection raises it +
java.lang.IllegalAccessException - never +
java.lang.IllegalArgumentException - never
+
+
+
+ +

+getTypeTransformer

+
+protected Transformer getTypeTransformer(java.lang.Class aType)
+
+
Deprecated. 
Returns a transformer for the given primitive type. +

+

+
+
+
+
Parameters:
aType - the primitive type whose transformer to return
Returns:
a transformer that will convert strings into that type, - or null if the given type is not a primitive type
-
-
-
- -

-logInfo

-
-protected void logInfo(java.lang.Exception ex)
-
+ or null if the given type is not a primitive type
+
+
+
+ +

+logInfo

+
+protected void logInfo(java.lang.Exception ex)
+
Deprecated. 
Logs the given exception to System.out. Used to display - warnings while accessing/mutating the bean. -

-

-
-
-
-
Parameters:
ex - the exception to log
-
-
-
- -

-logWarn

-
-protected void logWarn(java.lang.Exception ex)
-
+ warnings while accessing/mutating the bean. +

+

+
+
+
+
Parameters:
ex - the exception to log
+
+
+
+ +

+logWarn

+
+protected void logWarn(java.lang.Exception ex)
+
Deprecated. 
Logs the given exception to System.err. Used to display - errors while accessing/mutating the bean. -

-

-
-
-
-
Parameters:
ex - the exception to log
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + errors while accessing/mutating the bean. +

+

+
+
+
+
Parameters:
ex - the exception to log
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BidiMap.html index 8602af6..95a3d5f 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BidiMap.html @@ -1,109 +1,109 @@ - - - - - - - -BidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.commons.collections -
-Interface BidiMap

-
-
All Superinterfaces:
IterableMap, java.util.Map
-
-
-
All Known Subinterfaces:
OrderedBidiMap, SortedBidiMap
-
-
-
All Known Implementing Classes:
AbstractBidiMapDecorator, AbstractDualBidiMap, AbstractOrderedBidiMapDecorator, AbstractSortedBidiMapDecorator, DualHashBidiMap, DualTreeBidiMap, TreeBidiMap, UnmodifiableBidiMap, UnmodifiableOrderedBidiMap, UnmodifiableSortedBidiMap
-
-
-
-
public interface BidiMap
extends IterableMap
- - -

+ + + + + + + +BidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +


+ +

+ +org.apache.commons.collections +
+Interface BidiMap

+
+
All Superinterfaces:
IterableMap, java.util.Map
+
+
+
All Known Subinterfaces:
OrderedBidiMap, SortedBidiMap
+
+
+
All Known Implementing Classes:
AbstractBidiMapDecorator, AbstractDualBidiMap, AbstractOrderedBidiMapDecorator, AbstractSortedBidiMapDecorator, DualHashBidiMap, DualTreeBidiMap, TreeBidiMap, UnmodifiableBidiMap, UnmodifiableOrderedBidiMap, UnmodifiableSortedBidiMap
+
+
+
+
public interface BidiMap
extends IterableMap
+ + +

Defines a map that allows bidirectional lookup between key and values.

This extended Map represents a mapping where a key may @@ -116,121 +116,121 @@ Defines a map that allows bidirectional lookup between key and values. a key to be looked up from a value with equal performance.

This map enforces the restriction that there is a 1:1 relation between - keys and values, meaning that multiple keys cannot map to the same value. - This is required so that "inverting" the map results in a map without - duplicate keys. See the put(java.lang.Object, java.lang.Object) method description for more information. -

- -

-

-
Since:
-
Commons Collections 3.0
-
Version:
-
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
-
Author:
-
Stephen Colebourne
-
-
- -

- - - - - - - -
-Nested Class Summary
- - - - - - - -
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - + +
-Method Summary
- java.lang.ObjectgetKey(java.lang.Object value) - -
-          Gets the key that is currently mapped to the specified value.
- BidiMapinverseBidiMap() - -
-          Gets a view of this map where the keys and values are reversed.
- MapIteratormapIterator() - -
-          Obtains a MapIterator over the map.
- java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
-          Puts the key-value pair into the map, replacing any previous pair.
- java.lang.ObjectremoveValue(java.lang.Object value) - -
+ keys and values, meaning that multiple keys cannot map to the same value. + This is required so that "inverting" the map results in a map without + duplicate keys. See the put(java.lang.Object, java.lang.Object) method description for more information. +

+ +

+

+
Since:
+
Commons Collections 3.0
+
Version:
+
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
+
Author:
+
Stephen Colebourne
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + - -
+Method Summary
+ java.lang.ObjectgetKey(java.lang.Object value) + +
+          Gets the key that is currently mapped to the specified value.
+ BidiMapinverseBidiMap() + +
+          Gets a view of this map where the keys and values are reversed.
+ MapIteratormapIterator() + +
+          Obtains a MapIterator over the map.
+ java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
+          Puts the key-value pair into the map, replacing any previous pair.
+ java.lang.ObjectremoveValue(java.lang.Object value) + +
          Removes the key-value pair that is currently mapped to the specified - value (optional operation).
- - - - - - - -
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
-  -

- - - - - - - - -
-Method Detail
- -

-mapIterator

-
-MapIterator mapIterator()
-
+ value (optional operation).
+ + + + + + + +
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
+  +

+ + + + + + + + +
+Method Detail
+ +

+mapIterator

+
+MapIterator mapIterator()
+
Obtains a MapIterator over the map.

A map iterator is an efficient way of iterating over maps. @@ -244,24 +244,24 @@ mapIterator Object value = it.getValue(); it.setValue("newValue"); } - -

-

-
Specified by:
mapIterator in interface IterableMap
-
-
- -
Returns:
a map iterator
-
-
-
- -

-put

-
-java.lang.Object put(java.lang.Object key,
-                     java.lang.Object value)
-
+ +

+

+
Specified by:
mapIterator in interface IterableMap
+
+
+ +
Returns:
a map iterator
+
+
+
+ +

+put

+
+java.lang.Object put(java.lang.Object key,
+                     java.lang.Object value)
+
Puts the key-value pair into the map, replacing any previous pair.

When adding a key-value pair, the value may already exist in the map @@ -271,92 +271,92 @@ java.lang.Object put(java.lang.Object key, BidiMap map1 = new DualHashBidiMap(); map.put("A","B"); // contains A mapped to B, as per Map map.put("A","C"); // contains A mapped to C, as per Map - + BidiMap map2 = new DualHashBidiMap(); map.put("A","B"); // contains A mapped to B, as per Map map.put("C","B"); // contains C mapped to B, key A is removed - -

-

-
Specified by:
put in interface java.util.Map
-
-
-
Parameters:
key - the key to store
value - the value to store -
Returns:
the previous value mapped to this key -
Throws: -
java.lang.UnsupportedOperationException - if the put method is not supported -
java.lang.ClassCastException - (optional) if the map limits the type of the - value and the specified value is inappropriate + +

+

+
Specified by:
put in interface java.util.Map
+
+
+
Parameters:
key - the key to store
value - the value to store +
Returns:
the previous value mapped to this key +
Throws: +
java.lang.UnsupportedOperationException - if the put method is not supported +
java.lang.ClassCastException - (optional) if the map limits the type of the + value and the specified value is inappropriate
java.lang.IllegalArgumentException - (optional) if the map limits the values - in some way and the value was invalid + in some way and the value was invalid
java.lang.NullPointerException - (optional) if the map limits the values to - non-null and null was specified
-
-
-
- -

-getKey

-
-java.lang.Object getKey(java.lang.Object value)
-
+ non-null and null was specified
+
+
+
+ +

+getKey

+
+java.lang.Object getKey(java.lang.Object value)
+
Gets the key that is currently mapped to the specified value.

If the value is not contained in the map, null is returned.

Implementations should seek to make this method perform equally as well - as get(Object). -

-

-
-
-
-
Parameters:
value - the value to find the key for -
Returns:
the mapped key, or null if not found -
Throws: -
java.lang.ClassCastException - (optional) if the map limits the type of the - value and the specified value is inappropriate + as get(Object). +

+

+
+
+
+
Parameters:
value - the value to find the key for +
Returns:
the mapped key, or null if not found +
Throws: +
java.lang.ClassCastException - (optional) if the map limits the type of the + value and the specified value is inappropriate
java.lang.NullPointerException - (optional) if the map limits the values to - non-null and null was specified
-
-
-
- -

-removeValue

-
-java.lang.Object removeValue(java.lang.Object value)
-
+ non-null and null was specified
+
+
+
+ +

+removeValue

+
+java.lang.Object removeValue(java.lang.Object value)
+
Removes the key-value pair that is currently mapped to the specified value (optional operation).

If the value is not contained in the map, null is returned.

Implementations should seek to make this method perform equally as well - as remove(Object). -

-

-
-
-
-
Parameters:
value - the value to find the key-value pair for -
Returns:
the key that was removed, null if nothing removed -
Throws: -
java.lang.ClassCastException - (optional) if the map limits the type of the - value and the specified value is inappropriate + as remove(Object). +

+

+
+
+
+
Parameters:
value - the value to find the key-value pair for +
Returns:
the key that was removed, null if nothing removed +
Throws: +
java.lang.ClassCastException - (optional) if the map limits the type of the + value and the specified value is inappropriate
java.lang.NullPointerException - (optional) if the map limits the values to - non-null and null was specified + non-null and null was specified
java.lang.UnsupportedOperationException - if this method is not supported - by the implementation
-
-
-
- -

-inverseBidiMap

-
-BidiMap inverseBidiMap()
-
+ by the implementation
+
+
+
+ +

+inverseBidiMap

+
+BidiMap inverseBidiMap()
+
Gets a view of this map where the keys and values are reversed.

Changes to one map will be visible in the other and vice versa. @@ -364,77 +364,77 @@ inverseBidiMap

Implementations should seek to avoid creating a new object every time this method is called. See AbstractMap.values() etc. Calling this - method on the inverse map should return the original. -

-

-
-
-
- -
Returns:
an inverted bidirectional map
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + method on the inverse map should return the original. +

+

+
+
+
+ +
Returns:
an inverted bidirectional map
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BinaryHeap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BinaryHeap.html index 430d508..8f393f7 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BinaryHeap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BinaryHeap.html @@ -1,111 +1,111 @@ - - - - - - - -BinaryHeap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.commons.collections -
-Class BinaryHeap

-
-java.lang.Object
-  extended by java.util.AbstractCollection
-      extended by org.apache.commons.collections.BinaryHeap
-
-
-
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, Buffer, PriorityQueue
-
-
+ + + + + + + +BinaryHeap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.commons.collections +
+Class BinaryHeap

+
+java.lang.Object
+  extended by java.util.AbstractCollection
+      extended by org.apache.commons.collections.BinaryHeap
+
+
+
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, Buffer, PriorityQueue
+
+
Deprecated. Replaced by PriorityBuffer in buffer subpackage. - Due to be removed in v4.0. -

-

-
public final class BinaryHeap
extends java.util.AbstractCollection
implements PriorityQueue, Buffer
- - -

+ Due to be removed in v4.0. +

+

+
public final class BinaryHeap
extends java.util.AbstractCollection
implements PriorityQueue, Buffer
+ + +

Binary heap implementation of PriorityQueue.

The PriorityQueue interface has now been replaced for most uses @@ -114,11 +114,11 @@ Binary heap implementation of PriorityQueue. PriorityBuffer.

The removal order of a binary heap is based on either the natural sort - order of its elements or a specified Comparator. The + order of its elements or a specified Comparator. The pop() method always returns the first element as determined by the sort order. (The isMinHeap flag in the constructors can be used to reverse the sort order, in which case pop() - will always remove the last element.) The removal order is + will always remove the last element.) The removal order is not the same as the order of iteration; elements are returned by the iterator in no particular order.

@@ -131,814 +131,814 @@ Binary heap implementation of PriorityQueue.

  PriorityQueue heap = new SynchronizedPriorityQueue(new BinaryHeap());
- 
-

- -

-

-
Since:
-
Commons Collections 1.0
-
Version:
-
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
-
Author:
-
Peter Donald, Ram Chidambaram, Michael A. Smith, Paul Jack, Stephen Colebourne
-
-
- -

- - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + +
-Constructor Summary
BinaryHeap() - -
-          Deprecated. Constructs a new minimum binary heap.
BinaryHeap(boolean isMinHeap) - -
-          Deprecated. Constructs a new minimum or maximum binary heap
BinaryHeap(boolean isMinHeap, - java.util.Comparator comparator) - -
-          Deprecated. Constructs a new BinaryHeap.
BinaryHeap(java.util.Comparator comparator) - -
+ +

+ +

+

+
Since:
+
Commons Collections 1.0
+
Version:
+
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
+
Author:
+
Peter Donald, Ram Chidambaram, Michael A. Smith, Paul Jack, Stephen Colebourne
+
+
+ +

+ + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - -
+Constructor Summary
BinaryHeap() + +
+          Deprecated. Constructs a new minimum binary heap.
BinaryHeap(boolean isMinHeap) + +
+          Deprecated. Constructs a new minimum or maximum binary heap
BinaryHeap(boolean isMinHeap, + java.util.Comparator comparator) + +
+          Deprecated. Constructs a new BinaryHeap.
BinaryHeap(java.util.Comparator comparator) + +
          Deprecated. Constructs a new BinaryHeap that will use the given - comparator to order its elements.
BinaryHeap(int capacity) - -
-          Deprecated. Constructs a new minimum binary heap with the specified initial capacity.
BinaryHeap(int capacity, - boolean isMinHeap) - -
-          Deprecated. Constructs a new minimum or maximum binary heap with the specified - initial capacity.
BinaryHeap(int capacity, - boolean isMinHeap, - java.util.Comparator comparator) - -
-          Deprecated. Constructs a new BinaryHeap.
BinaryHeap(int capacity, - java.util.Comparator comparator) - -
-          Deprecated. Constructs a new BinaryHeap.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- booleanadd(java.lang.Object object) - -
-          Deprecated. Adds an object to this heap.
- voidclear() - -
-          Deprecated. Clears all elements from queue.
- java.lang.Objectget() - -
-          Deprecated. Returns the priority element.
-protected  voidgrow() - -
-          Deprecated. Increases the size of the heap to support additional elements
- voidinsert(java.lang.Object element) - -
-          Deprecated. Inserts an element into queue.
- booleanisEmpty() - -
-          Deprecated. Tests if queue is empty.
- booleanisFull() - -
-          Deprecated. Tests if queue is full.
- java.util.Iteratoriterator() - -
-          Deprecated. Returns an iterator over this heap's elements.
- java.lang.Objectpeek() - -
-          Deprecated. Returns the element on top of heap but don't remove it.
-protected  voidpercolateDownMaxHeap(int index) - -
-          Deprecated. Percolates element down heap from the position given by the index.
-protected  voidpercolateDownMinHeap(int index) - -
-          Deprecated. Percolates element down heap from the position given by the index.
-protected  voidpercolateUpMaxHeap(int index) - -
-          Deprecated. Percolates element up heap from from the position given by the index.
-protected  voidpercolateUpMaxHeap(java.lang.Object element) - -
-          Deprecated. Percolates a new element up heap from the bottom.
-protected  voidpercolateUpMinHeap(int index) - -
-          Deprecated. Percolates element up heap from the position given by the index.
-protected  voidpercolateUpMinHeap(java.lang.Object element) - -
-          Deprecated. Percolates a new element up heap from the bottom.
- java.lang.Objectpop() - -
-          Deprecated. Returns the element on top of heap and remove it.
- java.lang.Objectremove() - -
-          Deprecated. Removes the priority element.
- intsize() - -
-          Deprecated. Returns the number of elements in this heap.
- java.lang.StringtoString() - -
-          Deprecated. Returns a string representation of this heap.
- - - - - - - -
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- - - - - - - -
Methods inherited from interface java.util.Collection
addAll, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
-  -

- - - - - - - - -
-Constructor Detail
- -

-BinaryHeap

-
-public BinaryHeap()
-
-
Deprecated. 
Constructs a new minimum binary heap. -

-

-
- -

-BinaryHeap

-
-public BinaryHeap(java.util.Comparator comparator)
-
+ comparator to order its elements.
BinaryHeap(int capacity) + +
+          Deprecated. Constructs a new minimum binary heap with the specified initial capacity.
BinaryHeap(int capacity, + boolean isMinHeap) + +
+          Deprecated. Constructs a new minimum or maximum binary heap with the specified + initial capacity.
BinaryHeap(int capacity, + boolean isMinHeap, + java.util.Comparator comparator) + +
+          Deprecated. Constructs a new BinaryHeap.
BinaryHeap(int capacity, + java.util.Comparator comparator) + +
+          Deprecated. Constructs a new BinaryHeap.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanadd(java.lang.Object object) + +
+          Deprecated. Adds an object to this heap.
+ voidclear() + +
+          Deprecated. Clears all elements from queue.
+ java.lang.Objectget() + +
+          Deprecated. Returns the priority element.
+protected  voidgrow() + +
+          Deprecated. Increases the size of the heap to support additional elements
+ voidinsert(java.lang.Object element) + +
+          Deprecated. Inserts an element into queue.
+ booleanisEmpty() + +
+          Deprecated. Tests if queue is empty.
+ booleanisFull() + +
+          Deprecated. Tests if queue is full.
+ java.util.Iteratoriterator() + +
+          Deprecated. Returns an iterator over this heap's elements.
+ java.lang.Objectpeek() + +
+          Deprecated. Returns the element on top of heap but don't remove it.
+protected  voidpercolateDownMaxHeap(int index) + +
+          Deprecated. Percolates element down heap from the position given by the index.
+protected  voidpercolateDownMinHeap(int index) + +
+          Deprecated. Percolates element down heap from the position given by the index.
+protected  voidpercolateUpMaxHeap(int index) + +
+          Deprecated. Percolates element up heap from from the position given by the index.
+protected  voidpercolateUpMaxHeap(java.lang.Object element) + +
+          Deprecated. Percolates a new element up heap from the bottom.
+protected  voidpercolateUpMinHeap(int index) + +
+          Deprecated. Percolates element up heap from the position given by the index.
+protected  voidpercolateUpMinHeap(java.lang.Object element) + +
+          Deprecated. Percolates a new element up heap from the bottom.
+ java.lang.Objectpop() + +
+          Deprecated. Returns the element on top of heap and remove it.
+ java.lang.Objectremove() + +
+          Deprecated. Removes the priority element.
+ intsize() + +
+          Deprecated. Returns the number of elements in this heap.
+ java.lang.StringtoString() + +
+          Deprecated. Returns a string representation of this heap.
+ + + + + + + +
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.util.Collection
addAll, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+BinaryHeap

+
+public BinaryHeap()
+
+
Deprecated. 
Constructs a new minimum binary heap. +

+

+
+ +

+BinaryHeap

+
+public BinaryHeap(java.util.Comparator comparator)
+
Deprecated. 
Constructs a new BinaryHeap that will use the given - comparator to order its elements. -

-

+ comparator to order its elements. +

+

Parameters:
comparator - the comparator used to order the elements, null - means use natural order
-
-
- -

-BinaryHeap

-
-public BinaryHeap(int capacity)
-
-
Deprecated. 
Constructs a new minimum binary heap with the specified initial capacity. -

-

+ means use natural order
+
+
+ +

+BinaryHeap

+
+public BinaryHeap(int capacity)
+
+
Deprecated. 
Constructs a new minimum binary heap with the specified initial capacity. +

+

Parameters:
capacity - The initial capacity for the heap. This value must - be greater than zero. -
Throws: -
java.lang.IllegalArgumentException - if capacity is <= 0
-
-
- -

-BinaryHeap

-
-public BinaryHeap(int capacity,
-                  java.util.Comparator comparator)
-
-
Deprecated. 
Constructs a new BinaryHeap. -

-

+ be greater than zero. +
Throws: +
java.lang.IllegalArgumentException - if capacity is <= 0
+
+
+ +

+BinaryHeap

+
+public BinaryHeap(int capacity,
+                  java.util.Comparator comparator)
+
+
Deprecated. 
Constructs a new BinaryHeap. +

+

Parameters:
capacity - the initial capacity for the heap
comparator - the comparator used to order the elements, null - means use natural order -
Throws: -
java.lang.IllegalArgumentException - if capacity is <= 0
-
-
- -

-BinaryHeap

-
-public BinaryHeap(boolean isMinHeap)
-
-
Deprecated. 
Constructs a new minimum or maximum binary heap -

-

-
Parameters:
isMinHeap - if true the heap is created as a - minimum heap; otherwise, the heap is created as a maximum heap
-
-
- -

-BinaryHeap

-
-public BinaryHeap(boolean isMinHeap,
-                  java.util.Comparator comparator)
-
-
Deprecated. 
Constructs a new BinaryHeap. -

-

-
Parameters:
isMinHeap - true to use the order imposed by the given + means use natural order +
Throws: +
java.lang.IllegalArgumentException - if capacity is <= 0
+
+
+ +

+BinaryHeap

+
+public BinaryHeap(boolean isMinHeap)
+
+
Deprecated. 
Constructs a new minimum or maximum binary heap +

+

+
Parameters:
isMinHeap - if true the heap is created as a + minimum heap; otherwise, the heap is created as a maximum heap
+
+
+ +

+BinaryHeap

+
+public BinaryHeap(boolean isMinHeap,
+                  java.util.Comparator comparator)
+
+
Deprecated. 
Constructs a new BinaryHeap. +

+

+
Parameters:
isMinHeap - true to use the order imposed by the given comparator; false to reverse that order
comparator - the comparator used to order the elements, null - means use natural order
-
-
- -

-BinaryHeap

-
-public BinaryHeap(int capacity,
-                  boolean isMinHeap)
-
-
Deprecated. 
Constructs a new minimum or maximum binary heap with the specified - initial capacity. -

-

-
Parameters:
capacity - the initial capacity for the heap. This value must - be greater than zero.
isMinHeap - if true the heap is created as a - minimum heap; otherwise, the heap is created as a maximum heap. -
Throws: -
java.lang.IllegalArgumentException - if capacity is <= 0
-
-
- -

-BinaryHeap

-
-public BinaryHeap(int capacity,
-                  boolean isMinHeap,
-                  java.util.Comparator comparator)
-
-
Deprecated. 
Constructs a new BinaryHeap. -

-

-
Parameters:
capacity - the initial capacity for the heap
isMinHeap - true to use the order imposed by the given + means use natural order
+
+
+ +

+BinaryHeap

+
+public BinaryHeap(int capacity,
+                  boolean isMinHeap)
+
+
Deprecated. 
Constructs a new minimum or maximum binary heap with the specified + initial capacity. +

+

+
Parameters:
capacity - the initial capacity for the heap. This value must + be greater than zero.
isMinHeap - if true the heap is created as a + minimum heap; otherwise, the heap is created as a maximum heap. +
Throws: +
java.lang.IllegalArgumentException - if capacity is <= 0
+
+
+ +

+BinaryHeap

+
+public BinaryHeap(int capacity,
+                  boolean isMinHeap,
+                  java.util.Comparator comparator)
+
+
Deprecated. 
Constructs a new BinaryHeap. +

+

+
Parameters:
capacity - the initial capacity for the heap
isMinHeap - true to use the order imposed by the given comparator; false to reverse that order
comparator - the comparator used to order the elements, null - means use natural order -
Throws: -
java.lang.IllegalArgumentException - if capacity is <= 0
-
- - - - - - - - -
-Method Detail
- -

-clear

-
-public void clear()
-
-
Deprecated. 
Clears all elements from queue. -

-

-
Specified by:
clear in interface java.util.Collection
Specified by:
clear in interface PriorityQueue
Overrides:
clear in class java.util.AbstractCollection
-
-
-
-
-
-
- -

-isEmpty

-
-public boolean isEmpty()
-
-
Deprecated. 
Tests if queue is empty. -

-

-
Specified by:
isEmpty in interface java.util.Collection
Specified by:
isEmpty in interface PriorityQueue
Overrides:
isEmpty in class java.util.AbstractCollection
-
-
- -
Returns:
true if queue is empty; false - otherwise.
-
-
-
- -

-isFull

-
-public boolean isFull()
-
-
Deprecated. 
Tests if queue is full. -

-

-
-
-
- + means use natural order +
Throws: +
java.lang.IllegalArgumentException - if capacity is <= 0
+
+ + + + + + + + +
+Method Detail
+ +

+clear

+
+public void clear()
+
+
Deprecated. 
Clears all elements from queue. +

+

+
Specified by:
clear in interface java.util.Collection
Specified by:
clear in interface PriorityQueue
Overrides:
clear in class java.util.AbstractCollection
+
+
+
+
+
+
+ +

+isEmpty

+
+public boolean isEmpty()
+
+
Deprecated. 
Tests if queue is empty. +

+

+
Specified by:
isEmpty in interface java.util.Collection
Specified by:
isEmpty in interface PriorityQueue
Overrides:
isEmpty in class java.util.AbstractCollection
+
+
+ +
Returns:
true if queue is empty; false + otherwise.
+
+
+
+ +

+isFull

+
+public boolean isFull()
+
+
Deprecated. 
Tests if queue is full. +

+

+
+
+
+
Returns:
true if queue is full; false - otherwise.
-
-
-
- -

-insert

-
-public void insert(java.lang.Object element)
-
-
Deprecated. 
Inserts an element into queue. -

-

-
Specified by:
insert in interface PriorityQueue
-
-
-
Parameters:
element - the element to be inserted
-
-
-
- -

-peek

-
-public java.lang.Object peek()
-                      throws java.util.NoSuchElementException
-
-
Deprecated. 
Returns the element on top of heap but don't remove it. -

-

-
Specified by:
peek in interface PriorityQueue
-
-
- -
Returns:
the element at top of heap -
Throws: -
java.util.NoSuchElementException - if isEmpty() == true
-
-
-
- -

-pop

-
-public java.lang.Object pop()
-                     throws java.util.NoSuchElementException
-
-
Deprecated. 
Returns the element on top of heap and remove it. -

-

-
Specified by:
pop in interface PriorityQueue
-
-
- -
Returns:
the element at top of heap -
Throws: -
java.util.NoSuchElementException - if isEmpty() == true
-
-
-
- -

-percolateDownMinHeap

-
-protected void percolateDownMinHeap(int index)
-
+ otherwise.
+
+
+
+ +

+insert

+
+public void insert(java.lang.Object element)
+
+
Deprecated. 
Inserts an element into queue. +

+

+
Specified by:
insert in interface PriorityQueue
+
+
+
Parameters:
element - the element to be inserted
+
+
+
+ +

+peek

+
+public java.lang.Object peek()
+                      throws java.util.NoSuchElementException
+
+
Deprecated. 
Returns the element on top of heap but don't remove it. +

+

+
Specified by:
peek in interface PriorityQueue
+
+
+ +
Returns:
the element at top of heap +
Throws: +
java.util.NoSuchElementException - if isEmpty() == true
+
+
+
+ +

+pop

+
+public java.lang.Object pop()
+                     throws java.util.NoSuchElementException
+
+
Deprecated. 
Returns the element on top of heap and remove it. +

+

+
Specified by:
pop in interface PriorityQueue
+
+
+ +
Returns:
the element at top of heap +
Throws: +
java.util.NoSuchElementException - if isEmpty() == true
+
+
+
+ +

+percolateDownMinHeap

+
+protected void percolateDownMinHeap(int index)
+
Deprecated. 
Percolates element down heap from the position given by the index.

- Assumes it is a minimum heap. -

-

-
-
-
-
Parameters:
index - the index for the element
-
-
-
- -

-percolateDownMaxHeap

-
-protected void percolateDownMaxHeap(int index)
-
+ Assumes it is a minimum heap. +

+

+
+
+
+
Parameters:
index - the index for the element
+
+
+
+ +

+percolateDownMaxHeap

+
+protected void percolateDownMaxHeap(int index)
+
Deprecated. 
Percolates element down heap from the position given by the index.

- Assumes it is a maximum heap. -

-

-
-
-
-
Parameters:
index - the index of the element
-
-
-
- -

-percolateUpMinHeap

-
-protected void percolateUpMinHeap(int index)
-
+ Assumes it is a maximum heap. +

+

+
+
+
+
Parameters:
index - the index of the element
+
+
+
+ +

+percolateUpMinHeap

+
+protected void percolateUpMinHeap(int index)
+
Deprecated. 
Percolates element up heap from the position given by the index.

- Assumes it is a minimum heap. -

-

-
-
-
-
Parameters:
index - the index of the element to be percolated up
-
-
-
- -

-percolateUpMinHeap

-
-protected void percolateUpMinHeap(java.lang.Object element)
-
+ Assumes it is a minimum heap. +

+

+
+
+
+
Parameters:
index - the index of the element to be percolated up
+
+
+
+ +

+percolateUpMinHeap

+
+protected void percolateUpMinHeap(java.lang.Object element)
+
Deprecated. 
Percolates a new element up heap from the bottom.

- Assumes it is a minimum heap. -

-

-
-
-
-
Parameters:
element - the element
-
-
-
- -

-percolateUpMaxHeap

-
-protected void percolateUpMaxHeap(int index)
-
+ Assumes it is a minimum heap. +

+

+
+
+
+
Parameters:
element - the element
+
+
+
+ +

+percolateUpMaxHeap

+
+protected void percolateUpMaxHeap(int index)
+
Deprecated. 
Percolates element up heap from from the position given by the index.

- Assume it is a maximum heap. -

-

-
-
-
-
Parameters:
index - the index of the element to be percolated up
-
-
-
- -

-percolateUpMaxHeap

-
-protected void percolateUpMaxHeap(java.lang.Object element)
-
+ Assume it is a maximum heap. +

+

+
+
+
+
Parameters:
index - the index of the element to be percolated up
+
+
+
+ +

+percolateUpMaxHeap

+
+protected void percolateUpMaxHeap(java.lang.Object element)
+
Deprecated. 
Percolates a new element up heap from the bottom.

- Assume it is a maximum heap. -

-

-
-
-
-
Parameters:
element - the element
-
-
-
- -

-grow

-
-protected void grow()
-
-
Deprecated. 
Increases the size of the heap to support additional elements -

-

-
-
-
-
-
-
-
- -

-toString

-
-public java.lang.String toString()
-
+ Assume it is a maximum heap. +

+

+
+
+
+
Parameters:
element - the element
+
+
+
+ +

+grow

+
+protected void grow()
+
+
Deprecated. 
Increases the size of the heap to support additional elements +

+

+
+
+
+
+
+
+
+ +

+toString

+
+public java.lang.String toString()
+
Deprecated. 
Returns a string representation of this heap. The returned string - is similar to those produced by standard JDK collections. -

-

-
Overrides:
toString in class java.util.AbstractCollection
-
-
- -
Returns:
a string representation of this heap
-
-
-
- -

-iterator

-
-public java.util.Iterator iterator()
-
-
Deprecated. 
Returns an iterator over this heap's elements. -

-

-
Specified by:
iterator in interface java.lang.Iterable
Specified by:
iterator in interface java.util.Collection
Specified by:
iterator in class java.util.AbstractCollection
-
-
- -
Returns:
an iterator over this heap's elements
-
-
-
- -

-add

-
-public boolean add(java.lang.Object object)
-
-
Deprecated. 
Adds an object to this heap. Same as insert(Object). -

-

-
Specified by:
add in interface java.util.Collection
Overrides:
add in class java.util.AbstractCollection
-
-
-
Parameters:
object - the object to add -
Returns:
true, always
-
-
-
- -

-get

-
-public java.lang.Object get()
-
-
Deprecated. 
Returns the priority element. Same as peek(). -

-

-
Specified by:
get in interface Buffer
-
-
- -
Returns:
the priority element -
Throws: -
BufferUnderflowException - if this heap is empty
-
-
-
- -

-remove

-
-public java.lang.Object remove()
-
-
Deprecated. 
Removes the priority element. Same as pop(). -

-

-
Specified by:
remove in interface Buffer
-
-
- -
Returns:
the removed priority element -
Throws: -
BufferUnderflowException - if this heap is empty
-
-
-
- -

-size

-
-public int size()
-
-
Deprecated. 
Returns the number of elements in this heap. -

-

-
Specified by:
size in interface java.util.Collection
Specified by:
size in class java.util.AbstractCollection
-
-
- -
Returns:
the number of elements in this heap
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + is similar to those produced by standard JDK collections. +

+

+
Overrides:
toString in class java.util.AbstractCollection
+
+
+ +
Returns:
a string representation of this heap
+
+ +
+ +

+iterator

+
+public java.util.Iterator iterator()
+
+
Deprecated. 
Returns an iterator over this heap's elements. +

+

+
Specified by:
iterator in interface java.lang.Iterable
Specified by:
iterator in interface java.util.Collection
Specified by:
iterator in class java.util.AbstractCollection
+
+
+ +
Returns:
an iterator over this heap's elements
+
+
+
+ +

+add

+
+public boolean add(java.lang.Object object)
+
+
Deprecated. 
Adds an object to this heap. Same as insert(Object). +

+

+
Specified by:
add in interface java.util.Collection
Overrides:
add in class java.util.AbstractCollection
+
+
+
Parameters:
object - the object to add +
Returns:
true, always
+
+
+
+ +

+get

+
+public java.lang.Object get()
+
+
Deprecated. 
Returns the priority element. Same as peek(). +

+

+
Specified by:
get in interface Buffer
+
+
+ +
Returns:
the priority element +
Throws: +
BufferUnderflowException - if this heap is empty
+
+
+
+ +

+remove

+
+public java.lang.Object remove()
+
+
Deprecated. 
Removes the priority element. Same as pop(). +

+

+
Specified by:
remove in interface Buffer
+
+
+ +
Returns:
the removed priority element +
Throws: +
BufferUnderflowException - if this heap is empty
+
+
+
+ +

+size

+
+public int size()
+
+
Deprecated. 
Returns the number of elements in this heap. +

+

+
Specified by:
size in interface java.util.Collection
Specified by:
size in class java.util.AbstractCollection
+
+
+ +
Returns:
the number of elements in this heap
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BoundedCollection.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BoundedCollection.html index 32ee578..51115f4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BoundedCollection.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BoundedCollection.html @@ -1,267 +1,267 @@ - - - - - - - -BoundedCollection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.commons.collections -
-Interface BoundedCollection

-
-
All Superinterfaces:
java.util.Collection, java.lang.Iterable
-
-
-
All Known Implementing Classes:
BoundedBuffer, BoundedFifoBuffer, BoundedFifoBuffer, CircularFifoBuffer, FixedSizeList, UnmodifiableBoundedCollection
-
-
-
-
public interface BoundedCollection
extends java.util.Collection
- - -

+ + + + + + + +BoundedCollection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +


+ +

+ +org.apache.commons.collections +
+Interface BoundedCollection

+
+
All Superinterfaces:
java.util.Collection, java.lang.Iterable
+
+
+
All Known Implementing Classes:
BoundedBuffer, BoundedFifoBuffer, BoundedFifoBuffer, CircularFifoBuffer, FixedSizeList, UnmodifiableBoundedCollection
+
+
+
+
public interface BoundedCollection
extends java.util.Collection
+ + +

Defines a collection that is bounded in size.

- The size of the collection can vary, but it can never exceed a preset + The size of the collection can vary, but it can never exceed a preset maximum number of elements. This interface allows the querying of details - associated with the maximum number of elements. -

- -

-

-
Since:
-
Commons Collections 3.0
-
Version:
-
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
-
Author:
-
Herve Quiroz, Stephen Colebourne
-
See Also:
CollectionUtils.isFull(java.util.Collection), -CollectionUtils.maxSize(java.util.Collection)
-
- -

- - - - - - - - - - - - - - - - -
-Method Summary
- booleanisFull() - -
-          Returns true if this collection is full and no new elements can be added.
- intmaxSize() - -
-          Gets the maximum size of the collection (the bound).
- - - - - - - -
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
-  -

- - - - - - - - -
-Method Detail
- -

-isFull

-
-boolean isFull()
-
-
Returns true if this collection is full and no new elements can be added. -

-

-
-
-
- -
Returns:
true if the collection is full
-
-
-
- -

-maxSize

-
-int maxSize()
-
-
Gets the maximum size of the collection (the bound). -

-

-
-
-
- -
Returns:
the maximum number of elements the collection can hold
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + associated with the maximum number of elements. +

+ +

+

+
Since:
+
Commons Collections 3.0
+
Version:
+
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
+
Author:
+
Herve Quiroz, Stephen Colebourne
+
See Also:
CollectionUtils.isFull(java.util.Collection), +CollectionUtils.maxSize(java.util.Collection)
+
+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ booleanisFull() + +
+          Returns true if this collection is full and no new elements can be added.
+ intmaxSize() + +
+          Gets the maximum size of the collection (the bound).
+ + + + + + + +
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
+  +

+ + + + + + + + +
+Method Detail
+ +

+isFull

+
+boolean isFull()
+
+
Returns true if this collection is full and no new elements can be added. +

+

+
+
+
+ +
Returns:
true if the collection is full
+
+
+
+ +

+maxSize

+
+int maxSize()
+
+
Gets the maximum size of the collection (the bound). +

+

+
+
+
+ +
Returns:
the maximum number of elements the collection can hold
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BoundedFifoBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BoundedFifoBuffer.html index 422fa50..9cfb903 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BoundedFifoBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BoundedFifoBuffer.html @@ -1,114 +1,114 @@ - - - - - - - -BoundedFifoBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.commons.collections -
-Class BoundedFifoBuffer

-
-java.lang.Object
-  extended by java.util.AbstractCollection
-      extended by org.apache.commons.collections.BoundedFifoBuffer
-
-
-
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, BoundedCollection, Buffer
-
-
-Deprecated. Moved to buffer subpackage. Due to be removed in v4.0. -

-

-
public class BoundedFifoBuffer
extends java.util.AbstractCollection
implements Buffer, BoundedCollection
- - -

+ + + + + + + +BoundedFifoBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +


+ +

+ +org.apache.commons.collections +
+Class BoundedFifoBuffer

+
+java.lang.Object
+  extended by java.util.AbstractCollection
+      extended by org.apache.commons.collections.BoundedFifoBuffer
+
+
+
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, BoundedCollection, Buffer
+
+
+Deprecated. Moved to buffer subpackage. Due to be removed in v4.0. +

+

+
public class BoundedFifoBuffer
extends java.util.AbstractCollection
implements Buffer, BoundedCollection
+ + +

The BoundedFifoBuffer is a very efficient implementation of Buffer that does not alter the size of the buffer at runtime.

- The removal order of a BoundedFifoBuffer is based on the + The removal order of a BoundedFifoBuffer is based on the insertion order; elements are removed in the same order in which they were added. The iteration order is the same as the removal order.

@@ -122,452 +122,452 @@ The BoundedFifoBuffer is a very efficient implementation of Buffer fifo = BufferUtils.synchronizedBuffer(new BoundedFifoBuffer());

- This buffer prevents null objects from being added. -

- -

-

-
Since:
-
2.1
-
Version:
-
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
-
Author:
-
Avalon, Berin Loritsch, Paul Jack, Stephen Colebourne, Herve Quiroz
-
-
- -

- - - - - - - - - - + +
-Constructor Summary
BoundedFifoBuffer() - -
+ This buffer prevents null objects from being added. +

+ +

+

+
Since:
+
2.1
+
Version:
+
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
+
Author:
+
Avalon, Berin Loritsch, Paul Jack, Stephen Colebourne, Herve Quiroz
+
+
+ +

+ + + + + + + + + + - - - + + + - - - + + + - -
+Constructor Summary
BoundedFifoBuffer() + +
          Deprecated. Constructs a new BoundedFifoBuffer big enough to hold - 32 elements.
BoundedFifoBuffer(java.util.Collection coll) - -
+ 32 elements.
BoundedFifoBuffer(java.util.Collection coll) + +
          Deprecated. Constructs a new BoundedFifoBuffer big enough to hold all - of the elements in the specified collection.
BoundedFifoBuffer(int size) - -
+ of the elements in the specified collection.
BoundedFifoBuffer(int size) + +
          Deprecated. Constructs a new BoundedFifoBuffer big enough to hold - the specified number of elements.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- booleanadd(java.lang.Object element) - -
-          Deprecated. Adds the given element to this buffer.
- voidclear() - -
-          Deprecated. Clears this buffer.
- java.lang.Objectget() - -
-          Deprecated. Returns the least recently inserted element in this buffer.
- booleanisEmpty() - -
-          Deprecated. Returns true if this buffer is empty; false otherwise.
- booleanisFull() - -
-          Deprecated. Returns true if this collection is full and no new elements can be added.
- java.util.Iteratoriterator() - -
-          Deprecated. Returns an iterator over this buffer's elements.
- intmaxSize() - -
-          Deprecated. Gets the maximum size of the collection (the bound).
- java.lang.Objectremove() - -
-          Deprecated. Removes the least recently inserted element from this buffer.
- intsize() - -
-          Deprecated. Returns the number of elements stored in the buffer.
- - - - - - - -
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- - - - - - - -
Methods inherited from interface java.util.Collection
addAll, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
- - - - - - - -
Methods inherited from interface java.util.Collection
addAll, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
-  -

- - - - - - - - -
-Constructor Detail
- -

-BoundedFifoBuffer

-
-public BoundedFifoBuffer()
-
+ the specified number of elements.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanadd(java.lang.Object element) + +
+          Deprecated. Adds the given element to this buffer.
+ voidclear() + +
+          Deprecated. Clears this buffer.
+ java.lang.Objectget() + +
+          Deprecated. Returns the least recently inserted element in this buffer.
+ booleanisEmpty() + +
+          Deprecated. Returns true if this buffer is empty; false otherwise.
+ booleanisFull() + +
+          Deprecated. Returns true if this collection is full and no new elements can be added.
+ java.util.Iteratoriterator() + +
+          Deprecated. Returns an iterator over this buffer's elements.
+ intmaxSize() + +
+          Deprecated. Gets the maximum size of the collection (the bound).
+ java.lang.Objectremove() + +
+          Deprecated. Removes the least recently inserted element from this buffer.
+ intsize() + +
+          Deprecated. Returns the number of elements stored in the buffer.
+ + + + + + + +
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.util.Collection
addAll, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
+ + + + + + + +
Methods inherited from interface java.util.Collection
addAll, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+BoundedFifoBuffer

+
+public BoundedFifoBuffer()
+
Deprecated. 
Constructs a new BoundedFifoBuffer big enough to hold - 32 elements. -

-

-
- -

-BoundedFifoBuffer

-
-public BoundedFifoBuffer(int size)
-
+ 32 elements. +

+

+
+ +

+BoundedFifoBuffer

+
+public BoundedFifoBuffer(int size)
+
Deprecated. 
Constructs a new BoundedFifoBuffer big enough to hold - the specified number of elements. -

-

-
Parameters:
size - the maximum number of elements for this fifo -
Throws: -
java.lang.IllegalArgumentException - if the size is less than 1
-
-
- -

-BoundedFifoBuffer

-
-public BoundedFifoBuffer(java.util.Collection coll)
-
+ the specified number of elements. +

+

+
Parameters:
size - the maximum number of elements for this fifo +
Throws: +
java.lang.IllegalArgumentException - if the size is less than 1
+
+
+ +

+BoundedFifoBuffer

+
+public BoundedFifoBuffer(java.util.Collection coll)
+
Deprecated. 
Constructs a new BoundedFifoBuffer big enough to hold all of the elements in the specified collection. That collection's - elements will also be added to the buffer. -

-

-
Parameters:
coll - the collection whose elements to add, may not be null -
Throws: -
java.lang.NullPointerException - if the collection is null
-
- - - - - - - - -
-Method Detail
- -

-size

-
-public int size()
-
-
Deprecated. 
Returns the number of elements stored in the buffer. -

-

-
Specified by:
size in interface java.util.Collection
Specified by:
size in class java.util.AbstractCollection
-
-
- -
Returns:
this buffer's size
-
-
-
- -

-isEmpty

-
-public boolean isEmpty()
-
-
Deprecated. 
Returns true if this buffer is empty; false otherwise. -

-

-
Specified by:
isEmpty in interface java.util.Collection
Overrides:
isEmpty in class java.util.AbstractCollection
-
-
- -
Returns:
true if this buffer is empty
-
-
-
- -

-isFull

-
-public boolean isFull()
-
-
Deprecated. 
Returns true if this collection is full and no new elements can be added. -

-

-
Specified by:
isFull in interface BoundedCollection
-
-
- -
Returns:
true if the collection is full
-
-
-
- -

-maxSize

-
-public int maxSize()
-
-
Deprecated. 
Gets the maximum size of the collection (the bound). -

-

-
Specified by:
maxSize in interface BoundedCollection
-
-
- -
Returns:
the maximum number of elements the collection can hold
-
-
-
- -

-clear

-
-public void clear()
-
-
Deprecated. 
Clears this buffer. -

-

-
Specified by:
clear in interface java.util.Collection
Overrides:
clear in class java.util.AbstractCollection
-
-
-
-
-
-
- -

-add

-
-public boolean add(java.lang.Object element)
-
-
Deprecated. 
Adds the given element to this buffer. -

-

-
Specified by:
add in interface java.util.Collection
Overrides:
add in class java.util.AbstractCollection
-
-
-
Parameters:
element - the element to add -
Returns:
true, always -
Throws: -
java.lang.NullPointerException - if the given element is null -
BufferOverflowException - if this buffer is full
-
-
-
- -

-get

-
-public java.lang.Object get()
-
-
Deprecated. 
Returns the least recently inserted element in this buffer. -

-

-
Specified by:
get in interface Buffer
-
-
- -
Returns:
the least recently inserted element -
Throws: -
BufferUnderflowException - if the buffer is empty
-
-
-
- -

-remove

-
-public java.lang.Object remove()
-
-
Deprecated. 
Removes the least recently inserted element from this buffer. -

-

-
Specified by:
remove in interface Buffer
-
-
- -
Returns:
the least recently inserted element -
Throws: -
BufferUnderflowException - if the buffer is empty
-
-
-
- -

-iterator

-
-public java.util.Iterator iterator()
-
-
Deprecated. 
Returns an iterator over this buffer's elements. -

-

-
Specified by:
iterator in interface java.lang.Iterable
Specified by:
iterator in interface java.util.Collection
Specified by:
iterator in class java.util.AbstractCollection
-
-
- -
Returns:
an iterator over this buffer's elements
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + elements will also be added to the buffer. +

+

+
Parameters:
coll - the collection whose elements to add, may not be null +
Throws: +
java.lang.NullPointerException - if the collection is null
+ + + + + + + + + +
+Method Detail
+ +

+size

+
+public int size()
+
+
Deprecated. 
Returns the number of elements stored in the buffer. +

+

+
Specified by:
size in interface java.util.Collection
Specified by:
size in class java.util.AbstractCollection
+
+
+ +
Returns:
this buffer's size
+
+
+
+ +

+isEmpty

+
+public boolean isEmpty()
+
+
Deprecated. 
Returns true if this buffer is empty; false otherwise. +

+

+
Specified by:
isEmpty in interface java.util.Collection
Overrides:
isEmpty in class java.util.AbstractCollection
+
+
+ +
Returns:
true if this buffer is empty
+
+
+
+ +

+isFull

+
+public boolean isFull()
+
+
Deprecated. 
Returns true if this collection is full and no new elements can be added. +

+

+
Specified by:
isFull in interface BoundedCollection
+
+
+ +
Returns:
true if the collection is full
+
+
+
+ +

+maxSize

+
+public int maxSize()
+
+
Deprecated. 
Gets the maximum size of the collection (the bound). +

+

+
Specified by:
maxSize in interface BoundedCollection
+
+
+ +
Returns:
the maximum number of elements the collection can hold
+
+
+
+ +

+clear

+
+public void clear()
+
+
Deprecated. 
Clears this buffer. +

+

+
Specified by:
clear in interface java.util.Collection
Overrides:
clear in class java.util.AbstractCollection
+
+
+
+
+
+
+ +

+add

+
+public boolean add(java.lang.Object element)
+
+
Deprecated. 
Adds the given element to this buffer. +

+

+
Specified by:
add in interface java.util.Collection
Overrides:
add in class java.util.AbstractCollection
+
+
+
Parameters:
element - the element to add +
Returns:
true, always +
Throws: +
java.lang.NullPointerException - if the given element is null +
BufferOverflowException - if this buffer is full
+
+
+
+ +

+get

+
+public java.lang.Object get()
+
+
Deprecated. 
Returns the least recently inserted element in this buffer. +

+

+
Specified by:
get in interface Buffer
+
+
+ +
Returns:
the least recently inserted element +
Throws: +
BufferUnderflowException - if the buffer is empty
+
+
+
+ +

+remove

+
+public java.lang.Object remove()
+
+
Deprecated. 
Removes the least recently inserted element from this buffer. +

+

+
Specified by:
remove in interface Buffer
+
+
+ +
Returns:
the least recently inserted element +
Throws: +
BufferUnderflowException - if the buffer is empty
+
+
+
+ +

+iterator

+
+public java.util.Iterator iterator()
+
+
Deprecated. 
Returns an iterator over this buffer's elements. +

+

+
Specified by:
iterator in interface java.lang.Iterable
Specified by:
iterator in interface java.util.Collection
Specified by:
iterator in class java.util.AbstractCollection
+
+
+ +
Returns:
an iterator over this buffer's elements
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BoundedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BoundedMap.html index 44ef84b..3390499 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BoundedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BoundedMap.html @@ -1,285 +1,285 @@ - - - - - - - -BoundedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.commons.collections -
-Interface BoundedMap

-
-
All Superinterfaces:
java.util.Map
-
-
-
All Known Implementing Classes:
FixedSizeMap, FixedSizeSortedMap, LRUMap, SingletonMap
-
-
-
-
public interface BoundedMap
extends java.util.Map
- - -

+ + + + + + + +BoundedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +


+ +

+ +org.apache.commons.collections +
+Interface BoundedMap

+
+
All Superinterfaces:
java.util.Map
+
+
+
All Known Implementing Classes:
FixedSizeMap, FixedSizeSortedMap, LRUMap, SingletonMap
+
+
+
+
public interface BoundedMap
extends java.util.Map
+ + +

Defines a map that is bounded in size.

- The size of the map can vary, but it can never exceed a preset + The size of the map can vary, but it can never exceed a preset maximum number of elements. This interface allows the querying of details - associated with the maximum number of elements. -

- -

-

-
Since:
-
Commons Collections 3.0
-
Version:
-
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
-
Author:
-
Stephen Colebourne
-
-
- -

- - - - - - - -
-Nested Class Summary
- - - - - - - -
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry
-  - - - - - - - - - - - - - - - - -
-Method Summary
- booleanisFull() - -
-          Returns true if this map is full and no new elements can be added.
- intmaxSize() - -
-          Gets the maximum size of the map (the bound).
- - - - - - - -
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
-  -

- - - - - - - - -
-Method Detail
- -

-isFull

-
-boolean isFull()
-
-
Returns true if this map is full and no new elements can be added. -

-

-
-
-
- -
Returns:
true if the map is full
-
-
-
- -

-maxSize

-
-int maxSize()
-
-
Gets the maximum size of the map (the bound). -

-

-
-
-
- -
Returns:
the maximum number of elements the map can hold
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + associated with the maximum number of elements. +

+ +

+

+
Since:
+
Commons Collections 3.0
+
Version:
+
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
+
Author:
+
Stephen Colebourne
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry
+  + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanisFull() + +
+          Returns true if this map is full and no new elements can be added.
+ intmaxSize() + +
+          Gets the maximum size of the map (the bound).
+ + + + + + + +
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
+  +

+ + + + + + + + +
+Method Detail
+ +

+isFull

+
+boolean isFull()
+
+
Returns true if this map is full and no new elements can be added. +

+

+
+
+
+ +
Returns:
true if the map is full
+
+
+
+ +

+maxSize

+
+int maxSize()
+
+
Gets the maximum size of the map (the bound). +

+

+
+
+
+ +
Returns:
the maximum number of elements the map can hold
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Buffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Buffer.html index 4ec640d..419d7eb 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Buffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Buffer.html @@ -1,106 +1,106 @@ - - - - - - - -Buffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.commons.collections -
-Interface Buffer

-
-
All Superinterfaces:
java.util.Collection, java.lang.Iterable
-
-
-
All Known Implementing Classes:
AbstractBufferDecorator, ArrayStack, BinaryHeap, BlockingBuffer, BoundedBuffer, BoundedFifoBuffer, BoundedFifoBuffer, CircularFifoBuffer, PredicatedBuffer, PriorityBuffer, SynchronizedBuffer, TransformedBuffer, UnboundedFifoBuffer, UnboundedFifoBuffer, UnmodifiableBuffer
-
-
-
-
public interface Buffer
extends java.util.Collection
- - -

+ + + + + + + +Buffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +


+ +

+ +org.apache.commons.collections +
+Interface Buffer

+
+
All Superinterfaces:
java.util.Collection, java.lang.Iterable
+
+
+
All Known Implementing Classes:
AbstractBufferDecorator, ArrayStack, BinaryHeap, BlockingBuffer, BoundedBuffer, BoundedFifoBuffer, BoundedFifoBuffer, CircularFifoBuffer, PredicatedBuffer, PriorityBuffer, SynchronizedBuffer, TransformedBuffer, UnboundedFifoBuffer, UnboundedFifoBuffer, UnmodifiableBuffer
+
+
+
+
public interface Buffer
extends java.util.Collection
+ + +

Defines a collection that allows objects to be removed in some well-defined order.

The removal order can be based on insertion order (eg, a FIFO queue or a @@ -111,170 +111,170 @@ Defines a collection that allows objects to be removed in some well-defined orde order. A Buffer implementation may have equivalent removal and iteration orders, but this is not required.

- This interface does not specify any behavior for + This interface does not specify any behavior for Object.equals(Object) and Object.hashCode() methods. It is therefore possible for a Buffer implementation to also - also implement List, Set or - Bag. -

- -

-

-
Since:
-
Commons Collections 2.1
-
Version:
-
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
-
Author:
-
Avalon, Berin Loritsch, Paul Jack, Stephen Colebourne
-
-
- -

- - - - - - - - - - - - - - - - -
-Method Summary
- java.lang.Objectget() - -
-          Gets the next object from the buffer without removing it.
- java.lang.Objectremove() - -
-          Gets and removes the next object from the buffer.
- - - - - - - -
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
-  -

- - - - - - - - -
-Method Detail
- -

-remove

-
-java.lang.Object remove()
-
-
Gets and removes the next object from the buffer. -

-

-
-
-
- -
Returns:
the next object in the buffer, which is also removed -
Throws: -
BufferUnderflowException - if the buffer is already empty
-
-
-
- -

-get

-
-java.lang.Object get()
-
-
Gets the next object from the buffer without removing it. -

-

-
-
-
- -
Returns:
the next object in the buffer, which is not removed -
Throws: -
BufferUnderflowException - if the buffer is empty
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + also implement List, Set or + Bag. +

+ +

+

+
Since:
+
Commons Collections 2.1
+
Version:
+
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
+
Author:
+
Avalon, Berin Loritsch, Paul Jack, Stephen Colebourne
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.Objectget() + +
+          Gets the next object from the buffer without removing it.
+ java.lang.Objectremove() + +
+          Gets and removes the next object from the buffer.
+ + + + + + + +
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
+  +

+ + + + + + + + +
+Method Detail
+ +

+remove

+
+java.lang.Object remove()
+
+
Gets and removes the next object from the buffer. +

+

+
+
+
+ +
Returns:
the next object in the buffer, which is also removed +
Throws: +
BufferUnderflowException - if the buffer is already empty
+
+
+
+ +

+get

+
+java.lang.Object get()
+
+
Gets the next object from the buffer without removing it. +

+

+
+
+
+ +
Returns:
the next object in the buffer, which is not removed +
Throws: +
BufferUnderflowException - if the buffer is empty
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BufferOverflowException.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BufferOverflowException.html index 40100f9..f02cf17 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BufferOverflowException.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BufferOverflowException.html @@ -1,324 +1,324 @@ - - - - - - - -BufferOverflowException (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.commons.collections -
-Class BufferOverflowException

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by java.lang.RuntimeException
-              extended by org.apache.commons.collections.BufferOverflowException
-
-
-
All Implemented Interfaces:
java.io.Serializable
-
-
-
-
public class BufferOverflowException
extends java.lang.RuntimeException
- - -

+ + + + + + + +BufferOverflowException (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +


+ +

+ +org.apache.commons.collections +
+Class BufferOverflowException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by java.lang.RuntimeException
+              extended by org.apache.commons.collections.BufferOverflowException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class BufferOverflowException
extends java.lang.RuntimeException
+ + +

The BufferOverflowException is used when the buffer's capacity has been - exceeded. -

- -

-

-
Since:
-
Commons Collections 2.1
-
Version:
-
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
-
Author:
-
Avalon, Berin Loritsch, Jeff Turner, Paul Jack, Stephen Colebourne
-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - - - - - - - -
-Constructor Summary
BufferOverflowException() - -
-          Constructs a new BufferOverflowException.
BufferOverflowException(java.lang.String message) - -
-          Construct a new BufferOverflowException.
BufferOverflowException(java.lang.String message, - java.lang.Throwable exception) - -
-          Construct a new BufferOverflowException.
-  - - - - - - - - - - - -
-Method Summary
- java.lang.ThrowablegetCause() - -
-          Gets the root cause of the exception.
- - - - - - - -
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-BufferOverflowException

-
-public BufferOverflowException()
-
-
Constructs a new BufferOverflowException. -

-

-
- -

-BufferOverflowException

-
-public BufferOverflowException(java.lang.String message)
-
-
Construct a new BufferOverflowException. -

-

-
Parameters:
message - the detail message for this exception
-
-
- -

-BufferOverflowException

-
-public BufferOverflowException(java.lang.String message,
-                               java.lang.Throwable exception)
-
-
Construct a new BufferOverflowException. -

-

-
Parameters:
message - the detail message for this exception
exception - the root cause of the exception
-
- - - - - - - - -
-Method Detail
- -

-getCause

-
-public final java.lang.Throwable getCause()
-
-
Gets the root cause of the exception. -

-

-
Overrides:
getCause in class java.lang.Throwable
-
-
- -
Returns:
the root cause
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + exceeded. +

+ +

+

+
Since:
+
Commons Collections 2.1
+
Version:
+
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
+
Author:
+
Avalon, Berin Loritsch, Jeff Turner, Paul Jack, Stephen Colebourne
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + +
+Constructor Summary
BufferOverflowException() + +
+          Constructs a new BufferOverflowException.
BufferOverflowException(java.lang.String message) + +
+          Construct a new BufferOverflowException.
BufferOverflowException(java.lang.String message, + java.lang.Throwable exception) + +
+          Construct a new BufferOverflowException.
+  + + + + + + + + + + + +
+Method Summary
+ java.lang.ThrowablegetCause() + +
+          Gets the root cause of the exception.
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+BufferOverflowException

+
+public BufferOverflowException()
+
+
Constructs a new BufferOverflowException. +

+

+
+ +

+BufferOverflowException

+
+public BufferOverflowException(java.lang.String message)
+
+
Construct a new BufferOverflowException. +

+

+
Parameters:
message - the detail message for this exception
+
+
+ +

+BufferOverflowException

+
+public BufferOverflowException(java.lang.String message,
+                               java.lang.Throwable exception)
+
+
Construct a new BufferOverflowException. +

+

+
Parameters:
message - the detail message for this exception
exception - the root cause of the exception
+
+ + + + + + + + +
+Method Detail
+ +

+getCause

+
+public final java.lang.Throwable getCause()
+
+
Gets the root cause of the exception. +

+

+
Overrides:
getCause in class java.lang.Throwable
+
+
+ +
Returns:
the root cause
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BufferUnderflowException.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BufferUnderflowException.html index 1f071c9..486261a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BufferUnderflowException.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BufferUnderflowException.html @@ -1,326 +1,326 @@ - - - - - - - -BufferUnderflowException (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.commons.collections -
-Class BufferUnderflowException

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by java.lang.RuntimeException
-              extended by java.util.NoSuchElementException
-                  extended by org.apache.commons.collections.BufferUnderflowException
-
-
-
All Implemented Interfaces:
java.io.Serializable
-
-
-
-
public class BufferUnderflowException
extends java.util.NoSuchElementException
- - -

+ + + + + + + +BufferUnderflowException (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +


+ +

+ +org.apache.commons.collections +
+Class BufferUnderflowException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by java.lang.RuntimeException
+              extended by java.util.NoSuchElementException
+                  extended by org.apache.commons.collections.BufferUnderflowException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class BufferUnderflowException
extends java.util.NoSuchElementException
+ + +

The BufferUnderflowException is used when the buffer is already empty.

- NOTE: From version 3.0, this exception extends NoSuchElementException. -

- -

-

-
Since:
-
Commons Collections 2.1
-
Version:
-
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
-
Author:
-
Avalon, Berin Loritsch, Jeff Turner, Paul Jack, Stephen Colebourne
-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - - - - - - - -
-Constructor Summary
BufferUnderflowException() - -
-          Constructs a new BufferUnderflowException.
BufferUnderflowException(java.lang.String message) - -
-          Construct a new BufferUnderflowException.
BufferUnderflowException(java.lang.String message, - java.lang.Throwable exception) - -
-          Construct a new BufferUnderflowException.
-  - - - - - - - - - - - -
-Method Summary
- java.lang.ThrowablegetCause() - -
-          Gets the root cause of the exception.
- - - - - - - -
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-BufferUnderflowException

-
-public BufferUnderflowException()
-
-
Constructs a new BufferUnderflowException. -

-

-
- -

-BufferUnderflowException

-
-public BufferUnderflowException(java.lang.String message)
-
-
Construct a new BufferUnderflowException. -

-

-
Parameters:
message - the detail message for this exception
-
-
- -

-BufferUnderflowException

-
-public BufferUnderflowException(java.lang.String message,
-                                java.lang.Throwable exception)
-
-
Construct a new BufferUnderflowException. -

-

-
Parameters:
message - the detail message for this exception
exception - the root cause of the exception
-
- - - - - - - - -
-Method Detail
- -

-getCause

-
-public final java.lang.Throwable getCause()
-
-
Gets the root cause of the exception. -

-

-
Overrides:
getCause in class java.lang.Throwable
-
-
- -
Returns:
the root cause
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + NOTE: From version 3.0, this exception extends NoSuchElementException. +

+ +

+

+
Since:
+
Commons Collections 2.1
+
Version:
+
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
+
Author:
+
Avalon, Berin Loritsch, Jeff Turner, Paul Jack, Stephen Colebourne
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + +
+Constructor Summary
BufferUnderflowException() + +
+          Constructs a new BufferUnderflowException.
BufferUnderflowException(java.lang.String message) + +
+          Construct a new BufferUnderflowException.
BufferUnderflowException(java.lang.String message, + java.lang.Throwable exception) + +
+          Construct a new BufferUnderflowException.
+  + + + + + + + + + + + +
+Method Summary
+ java.lang.ThrowablegetCause() + +
+          Gets the root cause of the exception.
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+BufferUnderflowException

+
+public BufferUnderflowException()
+
+
Constructs a new BufferUnderflowException. +

+

+
+ +

+BufferUnderflowException

+
+public BufferUnderflowException(java.lang.String message)
+
+
Construct a new BufferUnderflowException. +

+

+
Parameters:
message - the detail message for this exception
+
+
+ +

+BufferUnderflowException

+
+public BufferUnderflowException(java.lang.String message,
+                                java.lang.Throwable exception)
+
+
Construct a new BufferUnderflowException. +

+

+
Parameters:
message - the detail message for this exception
exception - the root cause of the exception
+
+ + + + + + + + +
+Method Detail
+ +

+getCause

+
+public final java.lang.Throwable getCause()
+
+
Gets the root cause of the exception. +

+

+
Overrides:
getCause in class java.lang.Throwable
+
+
+ +
Returns:
the root cause
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BufferUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BufferUtils.html index 0dfa349..296dbe1 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BufferUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/BufferUtils.html @@ -1,319 +1,319 @@ - - - - - - - -BufferUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.commons.collections -
-Class BufferUtils

-
-java.lang.Object
-  extended by org.apache.commons.collections.BufferUtils
-
-
-
-
public class BufferUtils
extends java.lang.Object
- - -

-Provides utility methods and decorators for Buffer instances. -

- -

-

-
Since:
-
Commons Collections 2.1
-
Version:
-
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
-
Author:
-
Paul Jack, Stephen Colebourne
-
-
- -

- - - - - - - - - - - -
-Field Summary
-static BufferEMPTY_BUFFER - -
-          An empty unmodifiable buffer.
-  - - - - - - - - - - -
-Constructor Summary
BufferUtils() - -
-          BufferUtils should not normally be instantiated.
-  - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
-Method Summary
-static BufferblockingBuffer(Buffer buffer) - -
+ + + + + + + +BufferUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.commons.collections +
+Class BufferUtils

+
+java.lang.Object
+  extended by org.apache.commons.collections.BufferUtils
+
+
+
+
public class BufferUtils
extends java.lang.Object
+ + +

+Provides utility methods and decorators for Buffer instances. +

+ +

+

+
Since:
+
Commons Collections 2.1
+
Version:
+
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
+
Author:
+
Paul Jack, Stephen Colebourne
+
+
+ +

+ + + + + + + + + + + +
+Field Summary
+static BufferEMPTY_BUFFER + +
+          An empty unmodifiable buffer.
+  + + + + + + + + + + +
+Constructor Summary
BufferUtils() + +
+          BufferUtils should not normally be instantiated.
+  + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - -
+Method Summary
+static BufferblockingBuffer(Buffer buffer) + +
          Returns a synchronized buffer backed by the given buffer that will - block on Buffer.get() and Buffer.remove() operations.
-static BufferblockingBuffer(Buffer buffer, - long timeoutMillis) - -
+ block on Buffer.get() and Buffer.remove() operations.
+static BufferblockingBuffer(Buffer buffer, + long timeoutMillis) + +
          Returns a synchronized buffer backed by the given buffer that will block on Buffer.get() and Buffer.remove() operations - until timeout expires.
-static BufferboundedBuffer(Buffer buffer, - int maximumSize) - -
+ until timeout expires.
+static BufferboundedBuffer(Buffer buffer, + int maximumSize) + +
          Returns a synchronized buffer backed by the given buffer that will block on Collection.add(Object) and Collection.addAll(java.util.Collection) until enough object(s) are removed from the buffer to allow the object(s) to be added and still - maintain the maximum size.
-static BufferboundedBuffer(Buffer buffer, - int maximumSize, - long timeoutMillis) - -
+ maintain the maximum size.
+static BufferboundedBuffer(Buffer buffer, + int maximumSize, + long timeoutMillis) + +
          Returns a synchronized buffer backed by the given buffer that will block on Collection.add(Object) and Collection.addAll(java.util.Collection) until enough object(s) are removed from the buffer to allow the object(s) to be added and still - maintain the maximum size or the timeout expires.
-static BufferpredicatedBuffer(Buffer buffer, - Predicate predicate) - -
-          Returns a predicated (validating) buffer backed by the given buffer.
-static BuffersynchronizedBuffer(Buffer buffer) - -
-          Returns a synchronized buffer backed by the given buffer.
-static BuffertransformedBuffer(Buffer buffer, - Transformer transformer) - -
-          Returns a transformed buffer backed by the given buffer.
-static BuffertypedBuffer(Buffer buffer, - java.lang.Class type) - -
-          Returns a typed buffer backed by the given buffer.
-static BufferunmodifiableBuffer(Buffer buffer) - -
-          Returns an unmodifiable buffer backed by the given buffer.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-EMPTY_BUFFER

-
-public static final Buffer EMPTY_BUFFER
-
-
An empty unmodifiable buffer. -

-

-
-
- - - - - - - - -
-Constructor Detail
- -

-BufferUtils

-
-public BufferUtils()
-
-
BufferUtils should not normally be instantiated. -

-

- - - - - - - - -
-Method Detail
- -

-synchronizedBuffer

-
-public static Buffer synchronizedBuffer(Buffer buffer)
-
+ maintain the maximum size or the timeout expires.
+static BufferpredicatedBuffer(Buffer buffer, + Predicate predicate) + +
+          Returns a predicated (validating) buffer backed by the given buffer.
+static BuffersynchronizedBuffer(Buffer buffer) + +
+          Returns a synchronized buffer backed by the given buffer.
+static BuffertransformedBuffer(Buffer buffer, + Transformer transformer) + +
+          Returns a transformed buffer backed by the given buffer.
+static BuffertypedBuffer(Buffer buffer, + java.lang.Class type) + +
+          Returns a typed buffer backed by the given buffer.
+static BufferunmodifiableBuffer(Buffer buffer) + +
+          Returns an unmodifiable buffer backed by the given buffer.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+EMPTY_BUFFER

+
+public static final Buffer EMPTY_BUFFER
+
+
An empty unmodifiable buffer. +

+

+
+
+ + + + + + + + +
+Constructor Detail
+ +

+BufferUtils

+
+public BufferUtils()
+
+
BufferUtils should not normally be instantiated. +

+

+ + + + + + + + +
+Method Detail
+ +

+synchronizedBuffer

+
+public static Buffer synchronizedBuffer(Buffer buffer)
+
Returns a synchronized buffer backed by the given buffer. Much like the synchronized collections returned by Collections, you must manually synchronize on @@ -327,246 +327,246 @@ public static -

-

-
Parameters:
buffer - the buffer to synchronize, must not be null -
Returns:
a synchronized buffer backed by that buffer -
Throws: -
java.lang.IllegalArgumentException - if the Buffer is null
-
-
-
- -

-blockingBuffer

-
-public static Buffer blockingBuffer(Buffer buffer)
-
+ +

+

+
Parameters:
buffer - the buffer to synchronize, must not be null +
Returns:
a synchronized buffer backed by that buffer +
Throws: +
java.lang.IllegalArgumentException - if the Buffer is null
+
+
+
+ +

+blockingBuffer

+
+public static Buffer blockingBuffer(Buffer buffer)
+
Returns a synchronized buffer backed by the given buffer that will block on Buffer.get() and Buffer.remove() operations. If the buffer is empty, then the Buffer.get() and Buffer.remove() operations will block until new elements are added to the buffer, rather than immediately throwing a - BufferUnderflowException. -

-

-
Parameters:
buffer - the buffer to synchronize, must not be null -
Returns:
a blocking buffer backed by that buffer -
Throws: -
java.lang.IllegalArgumentException - if the Buffer is null
-
-
-
- -

-blockingBuffer

-
-public static Buffer blockingBuffer(Buffer buffer,
-                                    long timeoutMillis)
-
+ BufferUnderflowException. +

+

+
Parameters:
buffer - the buffer to synchronize, must not be null +
Returns:
a blocking buffer backed by that buffer +
Throws: +
java.lang.IllegalArgumentException - if the Buffer is null
+
+
+
+ +

+blockingBuffer

+
+public static Buffer blockingBuffer(Buffer buffer,
+                                    long timeoutMillis)
+
Returns a synchronized buffer backed by the given buffer that will block on Buffer.get() and Buffer.remove() operations until timeout expires. If the buffer is empty, then the Buffer.get() and Buffer.remove() operations will block until new elements are added to the buffer, rather than immediately - throwing a BufferUnderflowException. -

-

-
Parameters:
buffer - the buffer to synchronize, must not be null
timeoutMillis - the timeout value in milliseconds, zero or less for no timeout -
Returns:
a blocking buffer backed by that buffer -
Throws: -
java.lang.IllegalArgumentException - if the Buffer is null
Since:
-
Commons Collections 3.2
-
-
-
-
- -

-boundedBuffer

-
-public static Buffer boundedBuffer(Buffer buffer,
-                                   int maximumSize)
-
+ throwing a BufferUnderflowException. +

+

+
Parameters:
buffer - the buffer to synchronize, must not be null
timeoutMillis - the timeout value in milliseconds, zero or less for no timeout +
Returns:
a blocking buffer backed by that buffer +
Throws: +
java.lang.IllegalArgumentException - if the Buffer is null
Since:
+
Commons Collections 3.2
+
+
+
+
+ +

+boundedBuffer

+
+public static Buffer boundedBuffer(Buffer buffer,
+                                   int maximumSize)
+
Returns a synchronized buffer backed by the given buffer that will block on Collection.add(Object) and Collection.addAll(java.util.Collection) until enough object(s) are removed from the buffer to allow the object(s) to be added and still - maintain the maximum size. -

-

-
Parameters:
buffer - the buffer to make bounded, must not be null
maximumSize - the maximum size -
Returns:
a bounded buffer backed by the given buffer -
Throws: -
java.lang.IllegalArgumentException - if the given buffer is null
Since:
-
Commons Collections 3.2
-
-
-
-
- -

-boundedBuffer

-
-public static Buffer boundedBuffer(Buffer buffer,
-                                   int maximumSize,
-                                   long timeoutMillis)
-
+ maintain the maximum size. +

+

+
Parameters:
buffer - the buffer to make bounded, must not be null
maximumSize - the maximum size +
Returns:
a bounded buffer backed by the given buffer +
Throws: +
java.lang.IllegalArgumentException - if the given buffer is null
Since:
+
Commons Collections 3.2
+
+
+
+
+ +

+boundedBuffer

+
+public static Buffer boundedBuffer(Buffer buffer,
+                                   int maximumSize,
+                                   long timeoutMillis)
+
Returns a synchronized buffer backed by the given buffer that will block on Collection.add(Object) and Collection.addAll(java.util.Collection) until enough object(s) are removed from the buffer to allow the object(s) to be added and still - maintain the maximum size or the timeout expires. -

-

-
Parameters:
buffer - the buffer to make bounded, must not be null
maximumSize - the maximum size
timeoutMillis - the timeout value in milliseconds, zero or less for no timeout -
Returns:
a bounded buffer backed by the given buffer -
Throws: -
java.lang.IllegalArgumentException - if the given buffer is null
Since:
-
Commons Collections 3.2
-
-
-
-
- -

-unmodifiableBuffer

-
-public static Buffer unmodifiableBuffer(Buffer buffer)
-
-
Returns an unmodifiable buffer backed by the given buffer. -

-

-
Parameters:
buffer - the buffer to make unmodifiable, must not be null -
Returns:
an unmodifiable buffer backed by that buffer -
Throws: -
java.lang.IllegalArgumentException - if the Buffer is null
-
-
-
- -

-predicatedBuffer

-
-public static Buffer predicatedBuffer(Buffer buffer,
-                                      Predicate predicate)
-
+ maintain the maximum size or the timeout expires. +

+

+
Parameters:
buffer - the buffer to make bounded, must not be null
maximumSize - the maximum size
timeoutMillis - the timeout value in milliseconds, zero or less for no timeout +
Returns:
a bounded buffer backed by the given buffer +
Throws: +
java.lang.IllegalArgumentException - if the given buffer is null
Since:
+
Commons Collections 3.2
+
+
+
+
+ +

+unmodifiableBuffer

+
+public static Buffer unmodifiableBuffer(Buffer buffer)
+
+
Returns an unmodifiable buffer backed by the given buffer. +

+

+
Parameters:
buffer - the buffer to make unmodifiable, must not be null +
Returns:
an unmodifiable buffer backed by that buffer +
Throws: +
java.lang.IllegalArgumentException - if the Buffer is null
+
+
+
+ +

+predicatedBuffer

+
+public static Buffer predicatedBuffer(Buffer buffer,
+                                      Predicate predicate)
+
Returns a predicated (validating) buffer backed by the given buffer.

Only objects that pass the test in the given predicate can be added to the buffer. Trying to add an invalid object results in an IllegalArgumentException. It is important not to use the original buffer after invoking this method, - as it is a backdoor for adding invalid objects. -

-

-
Parameters:
buffer - the buffer to predicate, must not be null
predicate - the predicate used to evaluate new elements, must not be null -
Returns:
a predicated buffer -
Throws: -
java.lang.IllegalArgumentException - if the Buffer or Predicate is null
-
-
-
- -

-typedBuffer

-
-public static Buffer typedBuffer(Buffer buffer,
-                                 java.lang.Class type)
-
+ as it is a backdoor for adding invalid objects. +

+

+
Parameters:
buffer - the buffer to predicate, must not be null
predicate - the predicate used to evaluate new elements, must not be null +
Returns:
a predicated buffer +
Throws: +
java.lang.IllegalArgumentException - if the Buffer or Predicate is null
+
+
+
+ +

+typedBuffer

+
+public static Buffer typedBuffer(Buffer buffer,
+                                 java.lang.Class type)
+
Returns a typed buffer backed by the given buffer.

- Only elements of the specified type can be added to the buffer. -

-

-
Parameters:
buffer - the buffer to predicate, must not be null
type - the type to allow into the buffer, must not be null -
Returns:
a typed buffer -
Throws: -
java.lang.IllegalArgumentException - if the buffer or type is null
-
-
-
- -

-transformedBuffer

-
-public static Buffer transformedBuffer(Buffer buffer,
-                                       Transformer transformer)
-
+ Only elements of the specified type can be added to the buffer. +

+

+
Parameters:
buffer - the buffer to predicate, must not be null
type - the type to allow into the buffer, must not be null +
Returns:
a typed buffer +
Throws: +
java.lang.IllegalArgumentException - if the buffer or type is null
+
+
+
+ +

+transformedBuffer

+
+public static Buffer transformedBuffer(Buffer buffer,
+                                       Transformer transformer)
+
Returns a transformed buffer backed by the given buffer.

Each object is passed through the transformer as it is added to the - Buffer. It is important not to use the original buffer after invoking this - method, as it is a backdoor for adding untransformed objects. -

-

-
Parameters:
buffer - the buffer to predicate, must not be null
transformer - the transformer for the buffer, must not be null -
Returns:
a transformed buffer backed by the given buffer -
Throws: -
java.lang.IllegalArgumentException - if the Buffer or Transformer is null
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Buffer. It is important not to use the original buffer after invoking this + method, as it is a backdoor for adding untransformed objects. +

+

+
Parameters:
buffer - the buffer to predicate, must not be null
transformer - the transformer for the buffer, must not be null +
Returns:
a transformed buffer backed by the given buffer +
Throws: +
java.lang.IllegalArgumentException - if the Buffer or Transformer is null
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Closure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Closure.html index 6ff67b0..7c4ffbc 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Closure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Closure.html @@ -1,231 +1,231 @@ - - - - - - - -Closure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.commons.collections -
-Interface Closure

-
-
All Known Implementing Classes:
ChainedClosure, ExceptionClosure, ForClosure, IfClosure, NOPClosure, SwitchClosure, TransformerClosure, WhileClosure
-
-
-
-
public interface Closure
- - -

+ + + + + + + +Closure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +


+ +

+ +org.apache.commons.collections +
+Interface Closure

+
+
All Known Implementing Classes:
ChainedClosure, ExceptionClosure, ForClosure, IfClosure, NOPClosure, SwitchClosure, TransformerClosure, WhileClosure
+
+
+
+
public interface Closure
+ + +

Defines a functor interface implemented by classes that do something.

A Closure represents a block of code which is executed from inside some block, function or iteration. It operates an input object.

Standard implementations of common closures are provided by - ClosureUtils. These include method invokation and for/while loops. -

- -

-

-
Since:
-
Commons Collections 1.0
-
Version:
-
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
-
Author:
-
James Strachan, Nicola Ken Barozzi, Stephen Colebourne
-
-
- -

- - - - - - - - - - - - -
-Method Summary
- voidexecute(java.lang.Object input) - -
-          Performs an action on the specified input object.
-  -

- - - - - - - - -
-Method Detail
- -

-execute

-
-void execute(java.lang.Object input)
-
-
Performs an action on the specified input object. -

-

-
Parameters:
input - the input to execute on -
Throws: -
java.lang.ClassCastException - (runtime) if the input is the wrong class -
java.lang.IllegalArgumentException - (runtime) if the input is invalid -
FunctorException - (runtime) if any other error occurs
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + ClosureUtils. These include method invokation and for/while loops. +

+ +

+

+
Since:
+
Commons Collections 1.0
+
Version:
+
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
+
Author:
+
James Strachan, Nicola Ken Barozzi, Stephen Colebourne
+
+
+ +

+ + + + + + + + + + + + +
+Method Summary
+ voidexecute(java.lang.Object input) + +
+          Performs an action on the specified input object.
+  +

+ + + + + + + + +
+Method Detail
+ +

+execute

+
+void execute(java.lang.Object input)
+
+
Performs an action on the specified input object. +

+

+
Parameters:
input - the input to execute on +
Throws: +
java.lang.ClassCastException - (runtime) if the input is the wrong class +
java.lang.IllegalArgumentException - (runtime) if the input is invalid +
FunctorException - (runtime) if any other error occurs
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ClosureUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ClosureUtils.html index f134f42..756465a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ClosureUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ClosureUtils.html @@ -1,104 +1,104 @@ - - - - - - - -ClosureUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.commons.collections -
-Class ClosureUtils

-
-java.lang.Object
-  extended by org.apache.commons.collections.ClosureUtils
-
-
-
-
public class ClosureUtils
extends java.lang.Object
- - -

+ + + + + + + +ClosureUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +


+ +

+ +org.apache.commons.collections +
+Class ClosureUtils

+
+java.lang.Object
+  extended by org.apache.commons.collections.ClosureUtils
+
+
+
+
public class ClosureUtils
extends java.lang.Object
+ + +

ClosureUtils provides reference implementations and utilities for the Closure functor interface. The supplied closures are:

    @@ -113,644 +113,644 @@ java.lang.Object
  • NOP - does nothing
  • Exception - always throws an exception
- All the supplied closures are Serializable. -

- -

-

-
Since:
-
Commons Collections 3.0
-
Version:
-
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
-
Author:
-
Stephen Colebourne, Matt Benson
-
-
- -

- - - - - - - - - - - -
-Constructor Summary
ClosureUtils() - -
-          This class is not normally instantiated.
-  - - - - - - - - - - - - - - - - - - + + + + + +
-Method Summary
-static ClosureasClosure(Transformer transformer) - -
-          Creates a Closure that calls a Transformer each time it is called.
-static ClosurechainedClosure(Closure[] closures) - -
-          Create a new Closure that calls each closure in turn, passing the - result into the next closure.
-static ClosurechainedClosure(Closure closure1, - Closure closure2) - -
+ All the supplied closures are Serializable. +

+ +

+

+
Since:
+
Commons Collections 3.0
+
Version:
+
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
+
Author:
+
Stephen Colebourne, Matt Benson
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ClosureUtils() + +
+          This class is not normally instantiated.
+  + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - -
+Method Summary
+static ClosureasClosure(Transformer transformer) + +
+          Creates a Closure that calls a Transformer each time it is called.
+static ClosurechainedClosure(Closure[] closures) + +
+          Create a new Closure that calls each closure in turn, passing the + result into the next closure.
+static ClosurechainedClosure(Closure closure1, + Closure closure2) + +
          Create a new Closure that calls two Closures, passing the result of - the first into the second.
-static ClosurechainedClosure(java.util.Collection closures) - -
-          Create a new Closure that calls each closure in turn, passing the - result into the next closure.
-static ClosuredoWhileClosure(Closure closure, - Predicate predicate) - -
+ the first into the second.
+static ClosurechainedClosure(java.util.Collection closures) + +
+          Create a new Closure that calls each closure in turn, passing the + result into the next closure.
+static ClosuredoWhileClosure(Closure closure, + Predicate predicate) + +
          Creates a Closure that will call the closure once and then repeatedly - until the predicate returns false.
-static ClosureexceptionClosure() - -
-          Gets a Closure that always throws an exception.
-static ClosureforClosure(int count, - Closure closure) - -
-          Creates a Closure that will call the closure count times.
-static ClosureifClosure(Predicate predicate, - Closure trueClosure) - -
+ until the predicate returns false.
+static ClosureexceptionClosure() + +
+          Gets a Closure that always throws an exception.
+static ClosureforClosure(int count, + Closure closure) + +
+          Creates a Closure that will call the closure count times.
+static ClosureifClosure(Predicate predicate, + Closure trueClosure) + +
          Create a new Closure that calls another closure based on the - result of the specified predicate.
-static ClosureifClosure(Predicate predicate, - Closure trueClosure, - Closure falseClosure) - -
-          Create a new Closure that calls one of two closures depending - on the specified predicate.
-static ClosureinvokerClosure(java.lang.String methodName) - -
+ result of the specified predicate.
+static ClosureifClosure(Predicate predicate, + Closure trueClosure, + Closure falseClosure) + +
+          Create a new Closure that calls one of two closures depending + on the specified predicate.
+static ClosureinvokerClosure(java.lang.String methodName) + +
          Creates a Closure that will invoke a specific method on the closure's - input object by reflection.
-static ClosureinvokerClosure(java.lang.String methodName, - java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
+ input object by reflection.
+static ClosureinvokerClosure(java.lang.String methodName, + java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
          Creates a Closure that will invoke a specific method on the closure's - input object by reflection.
-static ClosurenopClosure() - -
-          Gets a Closure that will do nothing.
-static ClosureswitchClosure(java.util.Map predicatesAndClosures) - -
-          Create a new Closure that calls one of the closures depending - on the predicates.
-static ClosureswitchClosure(Predicate[] predicates, - Closure[] closures) - -
-          Create a new Closure that calls one of the closures depending - on the predicates.
-static ClosureswitchClosure(Predicate[] predicates, - Closure[] closures, - Closure defaultClosure) - -
-          Create a new Closure that calls one of the closures depending - on the predicates.
-static ClosureswitchMapClosure(java.util.Map objectsAndClosures) - -
+ input object by reflection.
+static ClosurenopClosure() + +
+          Gets a Closure that will do nothing.
+static ClosureswitchClosure(java.util.Map predicatesAndClosures) + +
+          Create a new Closure that calls one of the closures depending + on the predicates.
+static ClosureswitchClosure(Predicate[] predicates, + Closure[] closures) + +
+          Create a new Closure that calls one of the closures depending + on the predicates.
+static ClosureswitchClosure(Predicate[] predicates, + Closure[] closures, + Closure defaultClosure) + +
+          Create a new Closure that calls one of the closures depending + on the predicates.
+static ClosureswitchMapClosure(java.util.Map objectsAndClosures) + +
          Create a new Closure that uses the input object as a key to find the - closure to call.
-static ClosurewhileClosure(Predicate predicate, - Closure closure) - -
-          Creates a Closure that will call the closure repeatedly until the - predicate returns false.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-ClosureUtils

-
-public ClosureUtils()
-
-
This class is not normally instantiated. -

-

- - - - - - - - -
-Method Detail
- -

-exceptionClosure

-
-public static Closure exceptionClosure()
-
+ closure to call.
+static ClosurewhileClosure(Predicate predicate, + Closure closure) + +
+          Creates a Closure that will call the closure repeatedly until the + predicate returns false.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ClosureUtils

+
+public ClosureUtils()
+
+
This class is not normally instantiated. +

+

+ + + + + + + + +
+Method Detail
+ +

+exceptionClosure

+
+public static Closure exceptionClosure()
+
Gets a Closure that always throws an exception. - This could be useful during testing as a placeholder. -

-

- -
Returns:
the closure
See Also:
ExceptionClosure
-
-
-
- -

-nopClosure

-
-public static Closure nopClosure()
-
+ This could be useful during testing as a placeholder. +

+

+ +
Returns:
the closure
See Also:
ExceptionClosure
+
+
+
+ +

+nopClosure

+
+public static Closure nopClosure()
+
Gets a Closure that will do nothing. - This could be useful during testing as a placeholder. -

-

- -
Returns:
the closure
See Also:
NOPClosure
-
-
-
- -

-asClosure

-
-public static Closure asClosure(Transformer transformer)
-
+ This could be useful during testing as a placeholder. +

+

+ +
Returns:
the closure
See Also:
NOPClosure
+
+
+
+ +

+asClosure

+
+public static Closure asClosure(Transformer transformer)
+
Creates a Closure that calls a Transformer each time it is called. The transformer will be called using the closure's input object. - The transformer's result will be ignored. -

-

-
Parameters:
transformer - the transformer to run each time in the closure, null means nop -
Returns:
the closure
See Also:
TransformerClosure
-
-
-
- -

-forClosure

-
-public static Closure forClosure(int count,
-                                 Closure closure)
-
+ The transformer's result will be ignored. +

+

+
Parameters:
transformer - the transformer to run each time in the closure, null means nop +
Returns:
the closure
See Also:
TransformerClosure
+
+
+
+ +

+forClosure

+
+public static Closure forClosure(int count,
+                                 Closure closure)
+
Creates a Closure that will call the closure count times.

- A null closure or zero count returns the NOPClosure. -

-

-
Parameters:
count - the number of times to loop
closure - the closure to call repeatedly -
Returns:
the for closure
See Also:
ForClosure
-
-
-
- -

-whileClosure

-
-public static Closure whileClosure(Predicate predicate,
-                                   Closure closure)
-
-
Creates a Closure that will call the closure repeatedly until the - predicate returns false. -

-

-
Parameters:
predicate - the predicate to use as an end of loop test, not null
closure - the closure to call repeatedly, not null -
Returns:
the while closure -
Throws: -
java.lang.IllegalArgumentException - if either argument is null
See Also:
WhileClosure
-
-
-
- -

-doWhileClosure

-
-public static Closure doWhileClosure(Closure closure,
-                                     Predicate predicate)
-
+ A null closure or zero count returns the NOPClosure. +

+

+
Parameters:
count - the number of times to loop
closure - the closure to call repeatedly +
Returns:
the for closure
See Also:
ForClosure
+
+
+
+ +

+whileClosure

+
+public static Closure whileClosure(Predicate predicate,
+                                   Closure closure)
+
+
Creates a Closure that will call the closure repeatedly until the + predicate returns false. +

+

+
Parameters:
predicate - the predicate to use as an end of loop test, not null
closure - the closure to call repeatedly, not null +
Returns:
the while closure +
Throws: +
java.lang.IllegalArgumentException - if either argument is null
See Also:
WhileClosure
+
+
+
+ +

+doWhileClosure

+
+public static Closure doWhileClosure(Closure closure,
+                                     Predicate predicate)
+
Creates a Closure that will call the closure once and then repeatedly - until the predicate returns false. -

-

-
Parameters:
closure - the closure to call repeatedly, not null
predicate - the predicate to use as an end of loop test, not null -
Returns:
the do-while closure -
Throws: -
java.lang.IllegalArgumentException - if either argument is null
See Also:
WhileClosure
-
-
-
- -

-invokerClosure

-
-public static Closure invokerClosure(java.lang.String methodName)
-
+ until the predicate returns false. +

+

+
Parameters:
closure - the closure to call repeatedly, not null
predicate - the predicate to use as an end of loop test, not null +
Returns:
the do-while closure +
Throws: +
java.lang.IllegalArgumentException - if either argument is null
See Also:
WhileClosure
+
+
+
+ +

+invokerClosure

+
+public static Closure invokerClosure(java.lang.String methodName)
+
Creates a Closure that will invoke a specific method on the closure's - input object by reflection. -

-

-
Parameters:
methodName - the name of the method -
Returns:
the invoker closure -
Throws: -
java.lang.IllegalArgumentException - if the method name is null
See Also:
InvokerTransformer, -TransformerClosure
-
-
-
- -

-invokerClosure

-
-public static Closure invokerClosure(java.lang.String methodName,
-                                     java.lang.Class[] paramTypes,
-                                     java.lang.Object[] args)
-
+ input object by reflection. +

+

+
Parameters:
methodName - the name of the method +
Returns:
the invoker closure +
Throws: +
java.lang.IllegalArgumentException - if the method name is null
See Also:
InvokerTransformer, +TransformerClosure
+
+
+
+ +

+invokerClosure

+
+public static Closure invokerClosure(java.lang.String methodName,
+                                     java.lang.Class[] paramTypes,
+                                     java.lang.Object[] args)
+
Creates a Closure that will invoke a specific method on the closure's - input object by reflection. -

-

-
Parameters:
methodName - the name of the method
paramTypes - the parameter types
args - the arguments -
Returns:
the invoker closure -
Throws: -
java.lang.IllegalArgumentException - if the method name is null -
java.lang.IllegalArgumentException - if the paramTypes and args don't match
See Also:
InvokerTransformer, -TransformerClosure
-
-
-
- -

-chainedClosure

-
-public static Closure chainedClosure(Closure closure1,
-                                     Closure closure2)
-
+ input object by reflection. +

+

+
Parameters:
methodName - the name of the method
paramTypes - the parameter types
args - the arguments +
Returns:
the invoker closure +
Throws: +
java.lang.IllegalArgumentException - if the method name is null +
java.lang.IllegalArgumentException - if the paramTypes and args don't match
See Also:
InvokerTransformer, +TransformerClosure
+
+
+
+ +

+chainedClosure

+
+public static Closure chainedClosure(Closure closure1,
+                                     Closure closure2)
+
Create a new Closure that calls two Closures, passing the result of - the first into the second. -

-

-
Parameters:
closure1 - the first closure
closure2 - the second closure -
Returns:
the chained closure -
Throws: -
java.lang.IllegalArgumentException - if either closure is null
See Also:
ChainedClosure
-
-
-
- -

-chainedClosure

-
-public static Closure chainedClosure(Closure[] closures)
-
-
Create a new Closure that calls each closure in turn, passing the - result into the next closure. -

-

-
Parameters:
closures - an array of closures to chain -
Returns:
the chained closure -
Throws: -
java.lang.IllegalArgumentException - if the closures array is null -
java.lang.IllegalArgumentException - if any closure in the array is null
See Also:
ChainedClosure
-
-
-
- -

-chainedClosure

-
-public static Closure chainedClosure(java.util.Collection closures)
-
-
Create a new Closure that calls each closure in turn, passing the + the first into the second. +

+

+
Parameters:
closure1 - the first closure
closure2 - the second closure +
Returns:
the chained closure +
Throws: +
java.lang.IllegalArgumentException - if either closure is null
See Also:
ChainedClosure
+
+
+
+ +

+chainedClosure

+
+public static Closure chainedClosure(Closure[] closures)
+
+
Create a new Closure that calls each closure in turn, passing the + result into the next closure. +

+

+
Parameters:
closures - an array of closures to chain +
Returns:
the chained closure +
Throws: +
java.lang.IllegalArgumentException - if the closures array is null +
java.lang.IllegalArgumentException - if any closure in the array is null
See Also:
ChainedClosure
+
+
+
+ +

+chainedClosure

+
+public static Closure chainedClosure(java.util.Collection closures)
+
+
Create a new Closure that calls each closure in turn, passing the result into the next closure. The ordering is that of the iterator() - method on the collection. -

-

-
Parameters:
closures - a collection of closures to chain -
Returns:
the chained closure -
Throws: -
java.lang.IllegalArgumentException - if the closures collection is null -
java.lang.IllegalArgumentException - if the closures collection is empty -
java.lang.IllegalArgumentException - if any closure in the collection is null
See Also:
ChainedClosure
-
-
-
- -

-ifClosure

-
-public static Closure ifClosure(Predicate predicate,
-                                Closure trueClosure)
-
+ method on the collection. +

+

+
Parameters:
closures - a collection of closures to chain +
Returns:
the chained closure +
Throws: +
java.lang.IllegalArgumentException - if the closures collection is null +
java.lang.IllegalArgumentException - if the closures collection is empty +
java.lang.IllegalArgumentException - if any closure in the collection is null
See Also:
ChainedClosure
+
+
+
+ +

+ifClosure

+
+public static Closure ifClosure(Predicate predicate,
+                                Closure trueClosure)
+
Create a new Closure that calls another closure based on the - result of the specified predicate. -

-

-
Parameters:
predicate - the validating predicate
trueClosure - the closure called if the predicate is true -
Returns:
the if closure -
Throws: -
java.lang.IllegalArgumentException - if the predicate is null -
java.lang.IllegalArgumentException - if the closure is null
Since:
-
Commons Collections 3.2
-
See Also:
IfClosure
-
-
-
- -

-ifClosure

-
-public static Closure ifClosure(Predicate predicate,
-                                Closure trueClosure,
-                                Closure falseClosure)
-
-
Create a new Closure that calls one of two closures depending - on the specified predicate. -

-

-
Parameters:
predicate - the predicate to switch on
trueClosure - the closure called if the predicate is true
falseClosure - the closure called if the predicate is false -
Returns:
the switch closure -
Throws: -
java.lang.IllegalArgumentException - if the predicate is null -
java.lang.IllegalArgumentException - if either closure is null
See Also:
IfClosure
-
-
-
- -

-switchClosure

-
-public static Closure switchClosure(Predicate[] predicates,
-                                    Closure[] closures)
-
-
Create a new Closure that calls one of the closures depending + result of the specified predicate. +

+

+
Parameters:
predicate - the validating predicate
trueClosure - the closure called if the predicate is true +
Returns:
the if closure +
Throws: +
java.lang.IllegalArgumentException - if the predicate is null +
java.lang.IllegalArgumentException - if the closure is null
Since:
+
Commons Collections 3.2
+
See Also:
IfClosure
+
+
+
+ +

+ifClosure

+
+public static Closure ifClosure(Predicate predicate,
+                                Closure trueClosure,
+                                Closure falseClosure)
+
+
Create a new Closure that calls one of two closures depending + on the specified predicate. +

+

+
Parameters:
predicate - the predicate to switch on
trueClosure - the closure called if the predicate is true
falseClosure - the closure called if the predicate is false +
Returns:
the switch closure +
Throws: +
java.lang.IllegalArgumentException - if the predicate is null +
java.lang.IllegalArgumentException - if either closure is null
See Also:
IfClosure
+
+
+
+ +

+switchClosure

+
+public static Closure switchClosure(Predicate[] predicates,
+                                    Closure[] closures)
+
+
Create a new Closure that calls one of the closures depending on the predicates.

- The closure at array location 0 is called if the predicate at array + The closure at array location 0 is called if the predicate at array location 0 returned true. Each predicate is evaluated - until one returns true. -

-

-
Parameters:
predicates - an array of predicates to check, not null
closures - an array of closures to call, not null -
Returns:
the switch closure -
Throws: -
java.lang.IllegalArgumentException - if the either array is null -
java.lang.IllegalArgumentException - if any element in the arrays is null -
java.lang.IllegalArgumentException - if the arrays are different sizes
See Also:
SwitchClosure
-
-
-
- -

-switchClosure

-
-public static Closure switchClosure(Predicate[] predicates,
-                                    Closure[] closures,
-                                    Closure defaultClosure)
-
-
Create a new Closure that calls one of the closures depending + until one returns true. +

+

+
Parameters:
predicates - an array of predicates to check, not null
closures - an array of closures to call, not null +
Returns:
the switch closure +
Throws: +
java.lang.IllegalArgumentException - if the either array is null +
java.lang.IllegalArgumentException - if any element in the arrays is null +
java.lang.IllegalArgumentException - if the arrays are different sizes
See Also:
SwitchClosure
+
+
+
+ +

+switchClosure

+
+public static Closure switchClosure(Predicate[] predicates,
+                                    Closure[] closures,
+                                    Closure defaultClosure)
+
+
Create a new Closure that calls one of the closures depending on the predicates.

The closure at array location 0 is called if the predicate at array location 0 returned true. Each predicate is evaluated until one returns true. If no predicates evaluate to true, the default - closure is called. -

-

-
Parameters:
predicates - an array of predicates to check, not null
closures - an array of closures to call, not null
defaultClosure - the default to call if no predicate matches -
Returns:
the switch closure -
Throws: -
java.lang.IllegalArgumentException - if the either array is null -
java.lang.IllegalArgumentException - if any element in the arrays is null -
java.lang.IllegalArgumentException - if the arrays are different sizes
See Also:
SwitchClosure
-
-
-
- -

-switchClosure

-
-public static Closure switchClosure(java.util.Map predicatesAndClosures)
-
-
Create a new Closure that calls one of the closures depending - on the predicates. + closure is called. +

+

+
Parameters:
predicates - an array of predicates to check, not null
closures - an array of closures to call, not null
defaultClosure - the default to call if no predicate matches +
Returns:
the switch closure +
Throws: +
java.lang.IllegalArgumentException - if the either array is null +
java.lang.IllegalArgumentException - if any element in the arrays is null +
java.lang.IllegalArgumentException - if the arrays are different sizes
See Also:
SwitchClosure
+
+
+
+ +

+switchClosure

+
+public static Closure switchClosure(java.util.Map predicatesAndClosures)
+
+
Create a new Closure that calls one of the closures depending + on the predicates.

- The Map consists of Predicate keys and Closure values. A closure + The Map consists of Predicate keys and Closure values. A closure is called if its matching predicate returns true. Each predicate is evaluated until one returns true. If no predicates evaluate to true, the default - closure is called. The default closure is set in the map with a - null key. The ordering is that of the iterator() method on the entryset - collection of the map. -

-

-
Parameters:
predicatesAndClosures - a map of predicates to closures -
Returns:
the switch closure -
Throws: -
java.lang.IllegalArgumentException - if the map is null -
java.lang.IllegalArgumentException - if the map is empty -
java.lang.IllegalArgumentException - if any closure in the map is null -
java.lang.ClassCastException - if the map elements are of the wrong type
See Also:
SwitchClosure
-
-
-
- -

-switchMapClosure

-
-public static Closure switchMapClosure(java.util.Map objectsAndClosures)
-
+ closure is called. The default closure is set in the map with a + null key. The ordering is that of the iterator() method on the entryset + collection of the map. +

+

+
Parameters:
predicatesAndClosures - a map of predicates to closures +
Returns:
the switch closure +
Throws: +
java.lang.IllegalArgumentException - if the map is null +
java.lang.IllegalArgumentException - if the map is empty +
java.lang.IllegalArgumentException - if any closure in the map is null +
java.lang.ClassCastException - if the map elements are of the wrong type
See Also:
SwitchClosure
+
+
+
+ +

+switchMapClosure

+
+public static Closure switchMapClosure(java.util.Map objectsAndClosures)
+
Create a new Closure that uses the input object as a key to find the - closure to call. + closure to call.

- The Map consists of object keys and Closure values. A closure + The Map consists of object keys and Closure values. A closure is called if the input object equals the key. If there is no match, the default closure is called. The default closure is set in the map - using a null key. -

-

-
Parameters:
objectsAndClosures - a map of objects to closures -
Returns:
the closure -
Throws: -
java.lang.IllegalArgumentException - if the map is null -
java.lang.IllegalArgumentException - if the map is empty -
java.lang.IllegalArgumentException - if any closure in the map is null
See Also:
SwitchClosure
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + using a null key. +

+

+
Parameters:
objectsAndClosures - a map of objects to closures +
Returns:
the closure +
Throws: +
java.lang.IllegalArgumentException - if the map is null +
java.lang.IllegalArgumentException - if the map is empty +
java.lang.IllegalArgumentException - if any closure in the map is null
See Also:
SwitchClosure
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/CollectionUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/CollectionUtils.html index 43a65d2..93fd8a3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/CollectionUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/CollectionUtils.html @@ -1,699 +1,699 @@ - - - - - - - -CollectionUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.commons.collections -
-Class CollectionUtils

-
-java.lang.Object
-  extended by org.apache.commons.collections.CollectionUtils
-
-
-
-
public class CollectionUtils
extends java.lang.Object
- - -

-Provides utility methods and decorators for Collection instances. -

- -

-

-
Since:
-
Commons Collections 1.0
-
Version:
-
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
-
Author:
-
Rodney Waldhoff, Paul Jack, Stephen Colebourne, Steve Downey, Herve Quiroz, Peter KoBek, Matthew Hawthorne, Janek Bogucki, Phil Steitz, Steven Melzer, Jon Schewe, Neil O'Toole, Stephen Smith
-
-
- -

- - - - - - - - - - - -
-Field Summary
-static java.util.CollectionEMPTY_COLLECTION - -
-          An empty unmodifiable collection.
-  - - - - - - - - - - -
-Constructor Summary
CollectionUtils() - -
-          CollectionUtils should not normally be instantiated.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +
-Method Summary
-static voidaddAll(java.util.Collection collection, - java.util.Enumeration enumeration) - -
-          Adds all elements in the enumeration to the given collection.
-static voidaddAll(java.util.Collection collection, - java.util.Iterator iterator) - -
-          Adds all elements in the iteration to the given collection.
-static voidaddAll(java.util.Collection collection, - java.lang.Object[] elements) - -
-          Adds all elements in the array to the given collection.
-static booleanaddIgnoreNull(java.util.Collection collection, - java.lang.Object object) - -
-          Adds an element to the collection unless the element is null.
-static intcardinality(java.lang.Object obj, - java.util.Collection coll) - -
-          Returns the number of occurrences of obj in coll.
-static java.util.Collectioncollect(java.util.Collection inputCollection, - Transformer transformer) - -
+ + + + + + + +CollectionUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.commons.collections +
+Class CollectionUtils

+
+java.lang.Object
+  extended by org.apache.commons.collections.CollectionUtils
+
+
+
+
public class CollectionUtils
extends java.lang.Object
+ + +

+Provides utility methods and decorators for Collection instances. +

+ +

+

+
Since:
+
Commons Collections 1.0
+
Version:
+
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
+
Author:
+
Rodney Waldhoff, Paul Jack, Stephen Colebourne, Steve Downey, Herve Quiroz, Peter KoBek, Matthew Hawthorne, Janek Bogucki, Phil Steitz, Steven Melzer, Jon Schewe, Neil O'Toole, Stephen Smith
+
+
+ +

+ + + + + + + + + + + +
+Field Summary
+static java.util.CollectionEMPTY_COLLECTION + +
+          An empty unmodifiable collection.
+  + + + + + + + + + + +
+Constructor Summary
CollectionUtils() + +
+          CollectionUtils should not normally be instantiated.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - -
+Method Summary
+static voidaddAll(java.util.Collection collection, + java.util.Enumeration enumeration) + +
+          Adds all elements in the enumeration to the given collection.
+static voidaddAll(java.util.Collection collection, + java.util.Iterator iterator) + +
+          Adds all elements in the iteration to the given collection.
+static voidaddAll(java.util.Collection collection, + java.lang.Object[] elements) + +
+          Adds all elements in the array to the given collection.
+static booleanaddIgnoreNull(java.util.Collection collection, + java.lang.Object object) + +
+          Adds an element to the collection unless the element is null.
+static intcardinality(java.lang.Object obj, + java.util.Collection coll) + +
+          Returns the number of occurrences of obj in coll.
+static java.util.Collectioncollect(java.util.Collection inputCollection, + Transformer transformer) + +
          Returns a new Collection consisting of the elements of inputCollection transformed - by the given transformer.
-static java.util.Collectioncollect(java.util.Collection inputCollection, - Transformer transformer, - java.util.Collection outputCollection) - -
-          Transforms all elements from inputCollection with the given transformer - and adds them to the outputCollection.
-static java.util.Collectioncollect(java.util.Iterator inputIterator, - Transformer transformer) - -
-          Transforms all elements from the inputIterator with the given transformer - and adds them to the outputCollection.
-static java.util.Collectioncollect(java.util.Iterator inputIterator, - Transformer transformer, - java.util.Collection outputCollection) - -
-          Transforms all elements from the inputIterator with the given transformer - and adds them to the outputCollection.
-static booleancontainsAny(java.util.Collection coll1, - java.util.Collection coll2) - -
-          Returns true iff at least one element is in both collections.
-static intcountMatches(java.util.Collection inputCollection, - Predicate predicate) - -
-          Counts the number of elements in the input collection that match the predicate.
-static java.util.Collectiondisjunction(java.util.Collection a, - java.util.Collection b) - -
+ by the given transformer.
+static java.util.Collectioncollect(java.util.Collection inputCollection, + Transformer transformer, + java.util.Collection outputCollection) + +
+          Transforms all elements from inputCollection with the given transformer + and adds them to the outputCollection.
+static java.util.Collectioncollect(java.util.Iterator inputIterator, + Transformer transformer) + +
+          Transforms all elements from the inputIterator with the given transformer + and adds them to the outputCollection.
+static java.util.Collectioncollect(java.util.Iterator inputIterator, + Transformer transformer, + java.util.Collection outputCollection) + +
+          Transforms all elements from the inputIterator with the given transformer + and adds them to the outputCollection.
+static booleancontainsAny(java.util.Collection coll1, + java.util.Collection coll2) + +
+          Returns true iff at least one element is in both collections.
+static intcountMatches(java.util.Collection inputCollection, + Predicate predicate) + +
+          Counts the number of elements in the input collection that match the predicate.
+static java.util.Collectiondisjunction(java.util.Collection a, + java.util.Collection b) + +
          Returns a Collection containing the exclusive disjunction - (symmetric difference) of the given Collections.
-static booleanexists(java.util.Collection collection, - Predicate predicate) - -
-          Answers true if a predicate is true for at least one element of a collection.
-static voidfilter(java.util.Collection collection, - Predicate predicate) - -
-          Filter the collection by applying a Predicate to each element.
-static java.lang.Objectfind(java.util.Collection collection, - Predicate predicate) - -
-          Finds the first element in the given collection which matches the given predicate.
-static voidforAllDo(java.util.Collection collection, - Closure closure) - -
-          Executes the given closure on each element in the collection.
-static java.lang.Objectget(java.lang.Object object, - int index) - -
+ (symmetric difference) of the given Collections.
+static booleanexists(java.util.Collection collection, + Predicate predicate) + +
+          Answers true if a predicate is true for at least one element of a collection.
+static voidfilter(java.util.Collection collection, + Predicate predicate) + +
+          Filter the collection by applying a Predicate to each element.
+static java.lang.Objectfind(java.util.Collection collection, + Predicate predicate) + +
+          Finds the first element in the given collection which matches the given predicate.
+static voidforAllDo(java.util.Collection collection, + Closure closure) + +
+          Executes the given closure on each element in the collection.
+static java.lang.Objectget(java.lang.Object object, + int index) + +
          Returns the index-th value in object, throwing - IndexOutOfBoundsException if there is no such element or - IllegalArgumentException if object is not an - instance of one of the supported types.
-static java.util.MapgetCardinalityMap(java.util.Collection coll) - -
+ IndexOutOfBoundsException if there is no such element or + IllegalArgumentException if object is not an + instance of one of the supported types.
+static java.util.MapgetCardinalityMap(java.util.Collection coll) + +
          Returns a Map mapping each unique element in the given Collection to an Integer representing the number - of occurrences of that element in the Collection.
-static java.lang.Objectindex(java.lang.Object obj, - int idx) - -
-          Deprecated. use get(Object, int) instead. Will be removed in v4.0
-static java.lang.Objectindex(java.lang.Object obj, - java.lang.Object index) - -
-          Deprecated. use get(Object, int) instead. Will be removed in v4.0
-static java.util.Collectionintersection(java.util.Collection a, - java.util.Collection b) - -
+ of occurrences of that element in the Collection.
+static java.lang.Objectindex(java.lang.Object obj, + int idx) + +
+          Deprecated. use get(Object, int) instead. Will be removed in v4.0
+static java.lang.Objectindex(java.lang.Object obj, + java.lang.Object index) + +
+          Deprecated. use get(Object, int) instead. Will be removed in v4.0
+static java.util.Collectionintersection(java.util.Collection a, + java.util.Collection b) + +
          Returns a Collection containing the intersection - of the given Collections.
-static booleanisEmpty(java.util.Collection coll) - -
-          Null-safe check if the specified collection is empty.
-static booleanisEqualCollection(java.util.Collection a, - java.util.Collection b) - -
+ of the given Collections.
+static booleanisEmpty(java.util.Collection coll) + +
+          Null-safe check if the specified collection is empty.
+static booleanisEqualCollection(java.util.Collection a, + java.util.Collection b) + +
          Returns true iff the given Collections contain - exactly the same elements with exactly the same cardinalities.
-static booleanisFull(java.util.Collection coll) - -
-          Returns true if no more elements can be added to the Collection.
-static booleanisNotEmpty(java.util.Collection coll) - -
-          Null-safe check if the specified collection is not empty.
-static booleanisProperSubCollection(java.util.Collection a, - java.util.Collection b) - -
+ exactly the same elements with exactly the same cardinalities.
+static booleanisFull(java.util.Collection coll) + +
+          Returns true if no more elements can be added to the Collection.
+static booleanisNotEmpty(java.util.Collection coll) + +
+          Null-safe check if the specified collection is not empty.
+static booleanisProperSubCollection(java.util.Collection a, + java.util.Collection b) + +
          Returns true iff a is a proper sub-collection of b, that is, iff the cardinality of e in a is less than or equal to the cardinality of e in b, for each element e in a, and there is at least one element f such that the cardinality of f in b - is strictly greater than the cardinality of f in a.
-static booleanisSubCollection(java.util.Collection a, - java.util.Collection b) - -
+ is strictly greater than the cardinality of f in a.
+static booleanisSubCollection(java.util.Collection a, + java.util.Collection b) + +
          Returns true iff a is a sub-collection of b, that is, iff the cardinality of e in a is less than or equal to the cardinality of e in b, - for each element e in a.
-static intmaxSize(java.util.Collection coll) - -
-          Get the maximum number of elements that the Collection can contain.
-static java.util.CollectionpredicatedCollection(java.util.Collection collection, - Predicate predicate) - -
-          Returns a predicated (validating) collection backed by the given collection.
-static java.util.CollectionremoveAll(java.util.Collection collection, - java.util.Collection remove) - -
-          Removes the elements in remove from collection.
-static java.util.CollectionretainAll(java.util.Collection collection, - java.util.Collection retain) - -
+ for each element e in a.
+static intmaxSize(java.util.Collection coll) + +
+          Get the maximum number of elements that the Collection can contain.
+static java.util.CollectionpredicatedCollection(java.util.Collection collection, + Predicate predicate) + +
+          Returns a predicated (validating) collection backed by the given collection.
+static java.util.CollectionremoveAll(java.util.Collection collection, + java.util.Collection remove) + +
+          Removes the elements in remove from collection.
+static java.util.CollectionretainAll(java.util.Collection collection, + java.util.Collection retain) + +
          Returns a collection containing all the elements in collection - that are also in retain.
-static voidreverseArray(java.lang.Object[] array) - -
-          Reverses the order of the given array.
-static java.util.Collectionselect(java.util.Collection inputCollection, - Predicate predicate) - -
+ that are also in retain.
+static voidreverseArray(java.lang.Object[] array) + +
+          Reverses the order of the given array.
+static java.util.Collectionselect(java.util.Collection inputCollection, + Predicate predicate) + +
          Selects all elements from input collection which match the given predicate - into an output collection.
-static voidselect(java.util.Collection inputCollection, - Predicate predicate, - java.util.Collection outputCollection) - -
+ into an output collection.
+static voidselect(java.util.Collection inputCollection, + Predicate predicate, + java.util.Collection outputCollection) + +
          Selects all elements from input collection which match the given predicate - and adds them to outputCollection.
-static java.util.CollectionselectRejected(java.util.Collection inputCollection, - Predicate predicate) - -
+ and adds them to outputCollection.
+static java.util.CollectionselectRejected(java.util.Collection inputCollection, + Predicate predicate) + +
          Selects all elements from inputCollection which don't match the given predicate - into an output collection.
-static voidselectRejected(java.util.Collection inputCollection, - Predicate predicate, - java.util.Collection outputCollection) - -
+ into an output collection.
+static voidselectRejected(java.util.Collection inputCollection, + Predicate predicate, + java.util.Collection outputCollection) + +
          Selects all elements from inputCollection which don't match the given predicate - and adds them to outputCollection.
-static intsize(java.lang.Object object) - -
-          Gets the size of the collection/iterator specified.
-static booleansizeIsEmpty(java.lang.Object object) - -
-          Checks if the specified collection/array/iterator is empty.
-static java.util.Collectionsubtract(java.util.Collection a, - java.util.Collection b) - -
-          Returns a new Collection containing a - b.
-static java.util.CollectionsynchronizedCollection(java.util.Collection collection) - -
-          Returns a synchronized collection backed by the given collection.
-static voidtransform(java.util.Collection collection, - Transformer transformer) - -
-          Transform the collection by applying a Transformer to each element.
-static java.util.CollectiontransformedCollection(java.util.Collection collection, - Transformer transformer) - -
-          Returns a transformed bag backed by the given collection.
-static java.util.CollectiontypedCollection(java.util.Collection collection, - java.lang.Class type) - -
-          Returns a typed collection backed by the given collection.
-static java.util.Collectionunion(java.util.Collection a, - java.util.Collection b) - -
+ and adds them to outputCollection.
+static intsize(java.lang.Object object) + +
+          Gets the size of the collection/iterator specified.
+static booleansizeIsEmpty(java.lang.Object object) + +
+          Checks if the specified collection/array/iterator is empty.
+static java.util.Collectionsubtract(java.util.Collection a, + java.util.Collection b) + +
+          Returns a new Collection containing a - b.
+static java.util.CollectionsynchronizedCollection(java.util.Collection collection) + +
+          Returns a synchronized collection backed by the given collection.
+static voidtransform(java.util.Collection collection, + Transformer transformer) + +
+          Transform the collection by applying a Transformer to each element.
+static java.util.CollectiontransformedCollection(java.util.Collection collection, + Transformer transformer) + +
+          Returns a transformed bag backed by the given collection.
+static java.util.CollectiontypedCollection(java.util.Collection collection, + java.lang.Class type) + +
+          Returns a typed collection backed by the given collection.
+static java.util.Collectionunion(java.util.Collection a, + java.util.Collection b) + +
          Returns a Collection containing the union - of the given Collections.
-static java.util.CollectionunmodifiableCollection(java.util.Collection collection) - -
-          Returns an unmodifiable collection backed by the given collection.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-EMPTY_COLLECTION

-
-public static final java.util.Collection EMPTY_COLLECTION
-
+ of the given Collections.
+static java.util.CollectionunmodifiableCollection(java.util.Collection collection) + +
+          Returns an unmodifiable collection backed by the given collection.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+EMPTY_COLLECTION

+
+public static final java.util.Collection EMPTY_COLLECTION
+
An empty unmodifiable collection. The JDK provides empty Set and List implementations which could be used for this purpose. However they could be cast to Set or List which might be - undesirable. This implementation only implements Collection. -

-

-
-
- - - - - - - - -
-Constructor Detail
- -

-CollectionUtils

-
-public CollectionUtils()
-
-
CollectionUtils should not normally be instantiated. -

-

- - - - - - - - -
-Method Detail
- -

-union

-
-public static java.util.Collection union(java.util.Collection a,
-                                         java.util.Collection b)
-
+ undesirable. This implementation only implements Collection. +

+

+
+
+ + + + + + + + +
+Constructor Detail
+ +

+CollectionUtils

+
+public CollectionUtils()
+
+
CollectionUtils should not normally be instantiated. +

+

+ + + + + + + + +
+Method Detail
+ +

+union

+
+public static java.util.Collection union(java.util.Collection a,
+                                         java.util.Collection b)
+
Returns a Collection containing the union of the given Collections.

The cardinality of each element in the returned Collection will be equal to the maximum of the cardinality of that element - in the two given Collections. -

-

-
Parameters:
a - the first collection, must not be null
b - the second collection, must not be null -
Returns:
the union of the two collections
See Also:
Collection.addAll(java.util.Collection)
-
-
-
- -

-intersection

-
-public static java.util.Collection intersection(java.util.Collection a,
-                                                java.util.Collection b)
-
+ in the two given Collections. +

+

+
Parameters:
a - the first collection, must not be null
b - the second collection, must not be null +
Returns:
the union of the two collections
See Also:
Collection.addAll(java.util.Collection)
+
+
+
+ +

+intersection

+
+public static java.util.Collection intersection(java.util.Collection a,
+                                                java.util.Collection b)
+
Returns a Collection containing the intersection of the given Collections.

The cardinality of each element in the returned Collection will be equal to the minimum of the cardinality of that element - in the two given Collections. -

-

-
Parameters:
a - the first collection, must not be null
b - the second collection, must not be null -
Returns:
the intersection of the two collections
See Also:
Collection.retainAll(java.util.Collection), -containsAny(java.util.Collection, java.util.Collection)
-
-
-
- -

-disjunction

-
-public static java.util.Collection disjunction(java.util.Collection a,
-                                               java.util.Collection b)
-
+ in the two given Collections. +

+

+
Parameters:
a - the first collection, must not be null
b - the second collection, must not be null +
Returns:
the intersection of the two collections
See Also:
Collection.retainAll(java.util.Collection), +containsAny(java.util.Collection, java.util.Collection)
+
+
+
+ +

+disjunction

+
+public static java.util.Collection disjunction(java.util.Collection a,
+                                               java.util.Collection b)
+
Returns a Collection containing the exclusive disjunction (symmetric difference) of the given Collections.

@@ -704,97 +704,97 @@ public static java.util.Collection disjunction(java.util.Collection  This is equivalent to subtract(union(a,b),intersection(a,b)) or - union(subtract(a,b),subtract(b,a)). -

-

-
Parameters:
a - the first collection, must not be null
b - the second collection, must not be null -
Returns:
the symmetric difference of the two collections
-
-
-
- -

-subtract

-
-public static java.util.Collection subtract(java.util.Collection a,
-                                            java.util.Collection b)
-
+ union(subtract(a,b),subtract(b,a)). +

+

+
Parameters:
a - the first collection, must not be null
b - the second collection, must not be null +
Returns:
the symmetric difference of the two collections
+
+
+
+ +

+subtract

+
+public static java.util.Collection subtract(java.util.Collection a,
+                                            java.util.Collection b)
+
Returns a new Collection containing a - b. The cardinality of each element e in the returned Collection will be the cardinality of e in a minus the cardinality - of e in b, or zero, whichever is greater. -

-

-
Parameters:
a - the collection to subtract from, must not be null
b - the collection to subtract, must not be null -
Returns:
a new collection with the results
See Also:
Collection.removeAll(java.util.Collection)
-
-
-
- -

-containsAny

-
-public static boolean containsAny(java.util.Collection coll1,
-                                  java.util.Collection coll2)
-
+ of e in b, or zero, whichever is greater. +

+

+
Parameters:
a - the collection to subtract from, must not be null
b - the collection to subtract, must not be null +
Returns:
a new collection with the results
See Also:
Collection.removeAll(java.util.Collection)
+
+
+
+ +

+containsAny

+
+public static boolean containsAny(java.util.Collection coll1,
+                                  java.util.Collection coll2)
+
Returns true iff at least one element is in both collections.

In other words, this method returns true iff the - intersection(java.util.Collection, java.util.Collection) of coll1 and coll2 is not empty. -

-

-
Parameters:
coll1 - the first collection, must not be null
coll2 - the first collection, must not be null -
Returns:
true iff the intersection of the collections is non-empty
Since:
-
2.1
-
See Also:
intersection(java.util.Collection, java.util.Collection)
-
-
-
- -

-getCardinalityMap

-
-public static java.util.Map getCardinalityMap(java.util.Collection coll)
-
+ intersection(java.util.Collection, java.util.Collection) of coll1 and coll2 is not empty. +

+

+
Parameters:
coll1 - the first collection, must not be null
coll2 - the first collection, must not be null +
Returns:
true iff the intersection of the collections is non-empty
Since:
+
2.1
+
See Also:
intersection(java.util.Collection, java.util.Collection)
+
+
+
+ +

+getCardinalityMap

+
+public static java.util.Map getCardinalityMap(java.util.Collection coll)
+
Returns a Map mapping each unique element in the given Collection to an Integer representing the number of occurrences of that element in the Collection.

Only those elements present in the collection will appear as - keys in the map. -

-

-
Parameters:
coll - the collection to get the cardinality map for, must not be null -
Returns:
the populated cardinality map
-
-
-
- -

-isSubCollection

-
-public static boolean isSubCollection(java.util.Collection a,
-                                      java.util.Collection b)
-
+ keys in the map. +

+

+
Parameters:
coll - the collection to get the cardinality map for, must not be null +
Returns:
the populated cardinality map
+
+
+
+ +

+isSubCollection

+
+public static boolean isSubCollection(java.util.Collection a,
+                                      java.util.Collection b)
+
Returns true iff a is a sub-collection of b, that is, iff the cardinality of e in a is less than or equal to the cardinality of e in b, - for each element e in a. -

-

-
Parameters:
a - the first (sub?) collection, must not be null
b - the second (super?) collection, must not be null -
Returns:
true iff a is a sub-collection of b
See Also:
isProperSubCollection(java.util.Collection, java.util.Collection), -Collection.containsAll(java.util.Collection)
-
-
-
- -

-isProperSubCollection

-
-public static boolean isProperSubCollection(java.util.Collection a,
-                                            java.util.Collection b)
-
+ for each element e in a. +

+

+
Parameters:
a - the first (sub?) collection, must not be null
b - the second (super?) collection, must not be null +
Returns:
true iff a is a sub-collection of b
See Also:
isProperSubCollection(java.util.Collection, java.util.Collection), +Collection.containsAll(java.util.Collection)
+
+
+
+ +

+isProperSubCollection

+
+public static boolean isProperSubCollection(java.util.Collection a,
+                                            java.util.Collection b)
+
Returns true iff a is a proper sub-collection of b, that is, iff the cardinality of e in a is less than or equal to the cardinality of e in b, @@ -804,401 +804,401 @@ public static boolean isProperSubCollection(java.util.Collection a,

The implementation assumes

    -
  • a.size() and b.size() represent the +
  • a.size() and b.size() represent the total cardinality of a and b, resp.
  • a.size() < Integer.MAXVALUE
  • -
-

-

-
Parameters:
a - the first (sub?) collection, must not be null
b - the second (super?) collection, must not be null -
Returns:
true iff a is a proper sub-collection of b
See Also:
isSubCollection(java.util.Collection, java.util.Collection), -Collection.containsAll(java.util.Collection)
-
-
-
- -

-isEqualCollection

-
-public static boolean isEqualCollection(java.util.Collection a,
-                                        java.util.Collection b)
-
+ +

+

+
Parameters:
a - the first (sub?) collection, must not be null
b - the second (super?) collection, must not be null +
Returns:
true iff a is a proper sub-collection of b
See Also:
isSubCollection(java.util.Collection, java.util.Collection), +Collection.containsAll(java.util.Collection)
+
+
+
+ +

+isEqualCollection

+
+public static boolean isEqualCollection(java.util.Collection a,
+                                        java.util.Collection b)
+
Returns true iff the given Collections contain exactly the same elements with exactly the same cardinalities.

That is, iff the cardinality of e in a is equal to the cardinality of e in b, - for each element e in a or b. -

-

-
Parameters:
a - the first collection, must not be null
b - the second collection, must not be null -
Returns:
true iff the collections contain the same elements with the same cardinalities.
-
-
-
- -

-cardinality

-
-public static int cardinality(java.lang.Object obj,
-                              java.util.Collection coll)
-
-
Returns the number of occurrences of obj in coll. -

-

-
Parameters:
obj - the object to find the cardinality of
coll - the collection to search -
Returns:
the the number of occurrences of obj in coll
-
-
-
- -

-find

-
-public static java.lang.Object find(java.util.Collection collection,
-                                    Predicate predicate)
-
+ for each element e in a or b. +

+

+
Parameters:
a - the first collection, must not be null
b - the second collection, must not be null +
Returns:
true iff the collections contain the same elements with the same cardinalities.
+
+
+
+ +

+cardinality

+
+public static int cardinality(java.lang.Object obj,
+                              java.util.Collection coll)
+
+
Returns the number of occurrences of obj in coll. +

+

+
Parameters:
obj - the object to find the cardinality of
coll - the collection to search +
Returns:
the the number of occurrences of obj in coll
+
+
+
+ +

+find

+
+public static java.lang.Object find(java.util.Collection collection,
+                                    Predicate predicate)
+
Finds the first element in the given collection which matches the given predicate.

- If the input collection or predicate is null, or no element of the collection - matches the predicate, null is returned. -

-

-
Parameters:
collection - the collection to search, may be null
predicate - the predicate to use, may be null -
Returns:
the first element of the collection which matches the predicate or null if none could be found
-
-
-
- -

-forAllDo

-
-public static void forAllDo(java.util.Collection collection,
-                            Closure closure)
-
+ If the input collection or predicate is null, or no element of the collection + matches the predicate, null is returned. +

+

+
Parameters:
collection - the collection to search, may be null
predicate - the predicate to use, may be null +
Returns:
the first element of the collection which matches the predicate or null if none could be found
+
+
+
+ +

+forAllDo

+
+public static void forAllDo(java.util.Collection collection,
+                            Closure closure)
+
Executes the given closure on each element in the collection.

- If the input collection or closure is null, there is no change made. -

-

-
Parameters:
collection - the collection to get the input from, may be null
closure - the closure to perform, may be null
-
-
-
- -

-filter

-
-public static void filter(java.util.Collection collection,
-                          Predicate predicate)
-
+ If the input collection or closure is null, there is no change made. +

+

+
Parameters:
collection - the collection to get the input from, may be null
closure - the closure to perform, may be null
+
+
+
+ +

+filter

+
+public static void filter(java.util.Collection collection,
+                          Predicate predicate)
+
Filter the collection by applying a Predicate to each element. If the predicate returns false, remove the element.

- If the input collection or predicate is null, there is no change made. -

-

-
Parameters:
collection - the collection to get the input from, may be null
predicate - the predicate to use as a filter, may be null
-
-
-
- -

-transform

-
-public static void transform(java.util.Collection collection,
-                             Transformer transformer)
-
+ If the input collection or predicate is null, there is no change made. +

+

+
Parameters:
collection - the collection to get the input from, may be null
predicate - the predicate to use as a filter, may be null
+
+
+
+ +

+transform

+
+public static void transform(java.util.Collection collection,
+                             Transformer transformer)
+
Transform the collection by applying a Transformer to each element.

If the input collection or transformer is null, there is no change made.

- This routine is best for Lists, for which set() is used to do the + This routine is best for Lists, for which set() is used to do the transformations "in place." For other Collections, clear() and addAll() - are used to replace elements. + are used to replace elements.

If the input collection controls its input, such as a Set, and the - Transformer creates duplicates (or are otherwise invalid), the - collection may reduce in size due to calling this method. -

-

-
Parameters:
collection - the collection to get the input from, may be null
transformer - the transformer to perform, may be null
-
-
-
- -

-countMatches

-
-public static int countMatches(java.util.Collection inputCollection,
-                               Predicate predicate)
-
+ Transformer creates duplicates (or are otherwise invalid), the + collection may reduce in size due to calling this method. +

+

+
Parameters:
collection - the collection to get the input from, may be null
transformer - the transformer to perform, may be null
+
+
+
+ +

+countMatches

+
+public static int countMatches(java.util.Collection inputCollection,
+                               Predicate predicate)
+
Counts the number of elements in the input collection that match the predicate.

- A null collection or predicate matches no elements. -

-

-
Parameters:
inputCollection - the collection to get the input from, may be null
predicate - the predicate to use, may be null -
Returns:
the number of matches for the predicate in the collection
-
-
-
- -

-exists

-
-public static boolean exists(java.util.Collection collection,
-                             Predicate predicate)
-
+ A null collection or predicate matches no elements. +

+

+
Parameters:
inputCollection - the collection to get the input from, may be null
predicate - the predicate to use, may be null +
Returns:
the number of matches for the predicate in the collection
+
+
+
+ +

+exists

+
+public static boolean exists(java.util.Collection collection,
+                             Predicate predicate)
+
Answers true if a predicate is true for at least one element of a collection.

- A null collection or predicate returns false. -

-

-
Parameters:
collection - the collection to get the input from, may be null
predicate - the predicate to use, may be null -
Returns:
true if at least one element of the collection matches the predicate
-
-
-
- -

-select

-
-public static java.util.Collection select(java.util.Collection inputCollection,
-                                          Predicate predicate)
-
+ A null collection or predicate returns false. +

+

+
Parameters:
collection - the collection to get the input from, may be null
predicate - the predicate to use, may be null +
Returns:
true if at least one element of the collection matches the predicate
+
+
+
+ +

+select

+
+public static java.util.Collection select(java.util.Collection inputCollection,
+                                          Predicate predicate)
+
Selects all elements from input collection which match the given predicate into an output collection.

- A null predicate matches no elements. -

-

-
Parameters:
inputCollection - the collection to get the input from, may not be null
predicate - the predicate to use, may be null -
Returns:
the elements matching the predicate (new list) -
Throws: -
java.lang.NullPointerException - if the input collection is null
-
-
-
- -

-select

-
-public static void select(java.util.Collection inputCollection,
-                          Predicate predicate,
-                          java.util.Collection outputCollection)
-
+ A null predicate matches no elements. +

+

+
Parameters:
inputCollection - the collection to get the input from, may not be null
predicate - the predicate to use, may be null +
Returns:
the elements matching the predicate (new list) +
Throws: +
java.lang.NullPointerException - if the input collection is null
+
+
+
+ +

+select

+
+public static void select(java.util.Collection inputCollection,
+                          Predicate predicate,
+                          java.util.Collection outputCollection)
+
Selects all elements from input collection which match the given predicate and adds them to outputCollection.

- If the input collection or predicate is null, there is no change to the - output collection. -

-

-
Parameters:
inputCollection - the collection to get the input from, may be null
predicate - the predicate to use, may be null
outputCollection - the collection to output into, may not be null
-
-
-
- -

-selectRejected

-
-public static java.util.Collection selectRejected(java.util.Collection inputCollection,
-                                                  Predicate predicate)
-
+ If the input collection or predicate is null, there is no change to the + output collection. +

+

+
Parameters:
inputCollection - the collection to get the input from, may be null
predicate - the predicate to use, may be null
outputCollection - the collection to output into, may not be null
+
+
+
+ +

+selectRejected

+
+public static java.util.Collection selectRejected(java.util.Collection inputCollection,
+                                                  Predicate predicate)
+
Selects all elements from inputCollection which don't match the given predicate into an output collection.

- If the input predicate is null, the result is an empty list. -

-

-
Parameters:
inputCollection - the collection to get the input from, may not be null
predicate - the predicate to use, may be null -
Returns:
the elements not matching the predicate (new list) -
Throws: -
java.lang.NullPointerException - if the input collection is null
-
-
-
- -

-selectRejected

-
-public static void selectRejected(java.util.Collection inputCollection,
-                                  Predicate predicate,
-                                  java.util.Collection outputCollection)
-
+ If the input predicate is null, the result is an empty list. +

+

+
Parameters:
inputCollection - the collection to get the input from, may not be null
predicate - the predicate to use, may be null +
Returns:
the elements not matching the predicate (new list) +
Throws: +
java.lang.NullPointerException - if the input collection is null
+
+
+
+ +

+selectRejected

+
+public static void selectRejected(java.util.Collection inputCollection,
+                                  Predicate predicate,
+                                  java.util.Collection outputCollection)
+
Selects all elements from inputCollection which don't match the given predicate and adds them to outputCollection.

- If the input predicate is null, no elements are added to outputCollection. -

-

-
Parameters:
inputCollection - the collection to get the input from, may be null
predicate - the predicate to use, may be null
outputCollection - the collection to output into, may not be null
-
-
-
- -

-collect

-
-public static java.util.Collection collect(java.util.Collection inputCollection,
-                                           Transformer transformer)
-
+ If the input predicate is null, no elements are added to outputCollection. +

+

+
Parameters:
inputCollection - the collection to get the input from, may be null
predicate - the predicate to use, may be null
outputCollection - the collection to output into, may not be null
+
+
+
+ +

+collect

+
+public static java.util.Collection collect(java.util.Collection inputCollection,
+                                           Transformer transformer)
+
Returns a new Collection consisting of the elements of inputCollection transformed by the given transformer.

- If the input transformer is null, the result is an empty list. -

-

-
Parameters:
inputCollection - the collection to get the input from, may not be null
transformer - the transformer to use, may be null -
Returns:
the transformed result (new list) -
Throws: -
java.lang.NullPointerException - if the input collection is null
-
-
-
- -

-collect

-
-public static java.util.Collection collect(java.util.Iterator inputIterator,
-                                           Transformer transformer)
-
-
Transforms all elements from the inputIterator with the given transformer + If the input transformer is null, the result is an empty list. +

+

+
Parameters:
inputCollection - the collection to get the input from, may not be null
transformer - the transformer to use, may be null +
Returns:
the transformed result (new list) +
Throws: +
java.lang.NullPointerException - if the input collection is null
+
+
+
+ +

+collect

+
+public static java.util.Collection collect(java.util.Iterator inputIterator,
+                                           Transformer transformer)
+
+
Transforms all elements from the inputIterator with the given transformer and adds them to the outputCollection.

- If the input iterator or transformer is null, the result is an empty list. -

-

-
Parameters:
inputIterator - the iterator to get the input from, may be null
transformer - the transformer to use, may be null -
Returns:
the transformed result (new list)
-
-
-
- -

-collect

-
-public static java.util.Collection collect(java.util.Collection inputCollection,
-                                           Transformer transformer,
-                                           java.util.Collection outputCollection)
-
-
Transforms all elements from inputCollection with the given transformer + If the input iterator or transformer is null, the result is an empty list. +

+

+
Parameters:
inputIterator - the iterator to get the input from, may be null
transformer - the transformer to use, may be null +
Returns:
the transformed result (new list)
+
+
+
+ +

+collect

+
+public static java.util.Collection collect(java.util.Collection inputCollection,
+                                           Transformer transformer,
+                                           java.util.Collection outputCollection)
+
+
Transforms all elements from inputCollection with the given transformer and adds them to the outputCollection.

- If the input collection or transformer is null, there is no change to the - output collection. -

-

-
Parameters:
inputCollection - the collection to get the input from, may be null
transformer - the transformer to use, may be null
outputCollection - the collection to output into, may not be null -
Returns:
the outputCollection with the transformed input added -
Throws: -
java.lang.NullPointerException - if the output collection is null
-
-
-
- -

-collect

-
-public static java.util.Collection collect(java.util.Iterator inputIterator,
-                                           Transformer transformer,
-                                           java.util.Collection outputCollection)
-
-
Transforms all elements from the inputIterator with the given transformer + If the input collection or transformer is null, there is no change to the + output collection. +

+

+
Parameters:
inputCollection - the collection to get the input from, may be null
transformer - the transformer to use, may be null
outputCollection - the collection to output into, may not be null +
Returns:
the outputCollection with the transformed input added +
Throws: +
java.lang.NullPointerException - if the output collection is null
+
+
+
+ +

+collect

+
+public static java.util.Collection collect(java.util.Iterator inputIterator,
+                                           Transformer transformer,
+                                           java.util.Collection outputCollection)
+
+
Transforms all elements from the inputIterator with the given transformer and adds them to the outputCollection.

- If the input iterator or transformer is null, there is no change to the - output collection. -

-

-
Parameters:
inputIterator - the iterator to get the input from, may be null
transformer - the transformer to use, may be null
outputCollection - the collection to output into, may not be null -
Returns:
the outputCollection with the transformed input added -
Throws: -
java.lang.NullPointerException - if the output collection is null
-
-
-
- -

-addIgnoreNull

-
-public static boolean addIgnoreNull(java.util.Collection collection,
-                                    java.lang.Object object)
-
-
Adds an element to the collection unless the element is null. -

-

-
Parameters:
collection - the collection to add to, must not be null
object - the object to add, if null it will not be added -
Returns:
true if the collection changed -
Throws: -
java.lang.NullPointerException - if the collection is null
Since:
-
Commons Collections 3.2
-
-
-
-
- -

-addAll

-
-public static void addAll(java.util.Collection collection,
-                          java.util.Iterator iterator)
-
-
Adds all elements in the iteration to the given collection. -

-

-
Parameters:
collection - the collection to add to, must not be null
iterator - the iterator of elements to add, must not be null -
Throws: -
java.lang.NullPointerException - if the collection or iterator is null
-
-
-
- -

-addAll

-
-public static void addAll(java.util.Collection collection,
-                          java.util.Enumeration enumeration)
-
-
Adds all elements in the enumeration to the given collection. -

-

-
Parameters:
collection - the collection to add to, must not be null
enumeration - the enumeration of elements to add, must not be null -
Throws: -
java.lang.NullPointerException - if the collection or enumeration is null
-
-
-
- -

-addAll

-
-public static void addAll(java.util.Collection collection,
-                          java.lang.Object[] elements)
-
-
Adds all elements in the array to the given collection. -

-

-
Parameters:
collection - the collection to add to, must not be null
elements - the array of elements to add, must not be null -
Throws: -
java.lang.NullPointerException - if the collection or array is null
-
-
-
- -

-index

-
-public static java.lang.Object index(java.lang.Object obj,
-                                     int idx)
-
-
Deprecated. use get(Object, int) instead. Will be removed in v4.0 -

+ If the input iterator or transformer is null, there is no change to the + output collection. +

+

+
Parameters:
inputIterator - the iterator to get the input from, may be null
transformer - the transformer to use, may be null
outputCollection - the collection to output into, may not be null +
Returns:
the outputCollection with the transformed input added +
Throws: +
java.lang.NullPointerException - if the output collection is null
+
+
+
+ +

+addIgnoreNull

+
+public static boolean addIgnoreNull(java.util.Collection collection,
+                                    java.lang.Object object)
+
+
Adds an element to the collection unless the element is null. +

+

+
Parameters:
collection - the collection to add to, must not be null
object - the object to add, if null it will not be added +
Returns:
true if the collection changed +
Throws: +
java.lang.NullPointerException - if the collection is null
Since:
+
Commons Collections 3.2
+
+
+
+
+ +

+addAll

+
+public static void addAll(java.util.Collection collection,
+                          java.util.Iterator iterator)
+
+
Adds all elements in the iteration to the given collection. +

+

+
Parameters:
collection - the collection to add to, must not be null
iterator - the iterator of elements to add, must not be null +
Throws: +
java.lang.NullPointerException - if the collection or iterator is null
+
+
+
+ +

+addAll

+
+public static void addAll(java.util.Collection collection,
+                          java.util.Enumeration enumeration)
+
+
Adds all elements in the enumeration to the given collection. +

+

+
Parameters:
collection - the collection to add to, must not be null
enumeration - the enumeration of elements to add, must not be null +
Throws: +
java.lang.NullPointerException - if the collection or enumeration is null
+
+
+
+ +

+addAll

+
+public static void addAll(java.util.Collection collection,
+                          java.lang.Object[] elements)
+
+
Adds all elements in the array to the given collection. +

+

+
Parameters:
collection - the collection to add to, must not be null
elements - the array of elements to add, must not be null +
Throws: +
java.lang.NullPointerException - if the collection or array is null
+
+
+
+ +

+index

+
+public static java.lang.Object index(java.lang.Object obj,
+                                     int idx)
+
+
Deprecated. use get(Object, int) instead. Will be removed in v4.0 +

Given an Object, and an index, returns the nth value in the object.
    -
  • If obj is a Map, returns the nth value from the keySet iterator, unless +
  • If obj is a Map, returns the nth value from the keySet iterator, unless the Map contains an Integer key with integer value = idx, in which case the corresponding map entry value is returned. If idx exceeds the number of entries in the map, an empty Iterator is returned. @@ -1207,25 +1207,25 @@ public static java.lang.Object index(java.lang.Object obj,
  • If obj is an iterator, enumeration or Collection, returns the nth value from the iterator, returning an empty Iterator (resp. Enumeration) if the nth value does not exist.
  • Returns the original obj if it is null or not a Collection or Iterator. -
-

-

-
Parameters:
obj - the object to get an index of, may be null
idx - the index to get -
Throws: -
java.lang.IndexOutOfBoundsException -
java.lang.ArrayIndexOutOfBoundsException
-
-
-
- -

-index

-
-public static java.lang.Object index(java.lang.Object obj,
-                                     java.lang.Object index)
-
-
Deprecated. use get(Object, int) instead. Will be removed in v4.0 -

+ +

+

+
Parameters:
obj - the object to get an index of, may be null
idx - the index to get +
Throws: +
java.lang.IndexOutOfBoundsException +
java.lang.ArrayIndexOutOfBoundsException
+
+
+
+ +

+index

+
+public static java.lang.Object index(java.lang.Object obj,
+                                     java.lang.Object index)
+
+
Deprecated. use get(Object, int) instead. Will be removed in v4.0 +

Given an Object, and a key (index), returns the value associated with that key in the Object. The following checks are made:
    @@ -1238,62 +1238,62 @@ public static java.lang.Object index(java.lang.Object obj,
  • If obj is an iterator, enumeration or Collection, get the nth value from the iterator, returning an empty Iterator (resp. Enumeration) if the nth value does not exist.
  • Return the original obj. -
-

-

-
Parameters:
obj - the object to get an index of
index - the index to get -
Returns:
the object at the specified index -
Throws: -
java.lang.IndexOutOfBoundsException -
java.lang.ArrayIndexOutOfBoundsException
-
-
-
- -

-get

-
-public static java.lang.Object get(java.lang.Object object,
-                                   int index)
-
+ +

+

+
Parameters:
obj - the object to get an index of
index - the index to get +
Returns:
the object at the specified index +
Throws: +
java.lang.IndexOutOfBoundsException +
java.lang.ArrayIndexOutOfBoundsException
+
+
+
+ +

+get

+
+public static java.lang.Object get(java.lang.Object object,
+                                   int index)
+
Returns the index-th value in object, throwing - IndexOutOfBoundsException if there is no such element or - IllegalArgumentException if object is not an + IndexOutOfBoundsException if there is no such element or + IllegalArgumentException if object is not an instance of one of the supported types.

The supported types, and associated semantics are:

    -
  • Map -- the value returned is the Map.Entry in position - index in the map's entrySet iterator, +
  • Map -- the value returned is the Map.Entry in position + index in the map's entrySet iterator, if there is such an entry.
  • List -- this method is equivalent to the list's get method.
  • -
  • Array -- the index-th array entry is returned, +
  • Array -- the index-th array entry is returned, if there is such an entry; otherwise an IndexOutOfBoundsException is thrown.
  • -
  • Collection -- the value returned is the index-th object +
  • Collection -- the value returned is the index-th object returned by the collection's default iterator, if there is such an element.
  • Iterator or Enumeration -- the value returned is the index-th object in the Iterator/Enumeration, if there - is such an element. The Iterator/Enumeration is advanced to - index (or to the end, if index exceeds the + is such an element. The Iterator/Enumeration is advanced to + index (or to the end, if index exceeds the number of entries) as a side effect of this method.
  • -
-

-

-
Parameters:
object - the object to get a value from
index - the index to get -
Returns:
the object at the specified index -
Throws: -
java.lang.IndexOutOfBoundsException - if the index is invalid -
java.lang.IllegalArgumentException - if the object type is invalid
-
-
-
- -

-size

-
-public static int size(java.lang.Object object)
-
+ +

+

+
Parameters:
object - the object to get a value from
index - the index to get +
Returns:
the object at the specified index +
Throws: +
java.lang.IndexOutOfBoundsException - if the index is invalid +
java.lang.IllegalArgumentException - if the object type is invalid
+
+
+
+ +

+size

+
+public static int size(java.lang.Object object)
+
Gets the size of the collection/iterator specified.

This method can handles objects as follows @@ -1303,24 +1303,24 @@ public static int size(java.lang.Object object)

  • Array - the array size
  • Iterator - the number of elements remaining in the iterator
  • Enumeration - the number of elements remaining in the enumeration - -

    -

    -
    Parameters:
    object - the object to get the size of -
    Returns:
    the size of the specified collection -
    Throws: -
    java.lang.IllegalArgumentException - thrown if object is not recognised or null
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
  • -
    - -

    -sizeIsEmpty

    -
    -public static boolean sizeIsEmpty(java.lang.Object object)
    -
    + +

    +

    +
    Parameters:
    object - the object to get the size of +
    Returns:
    the size of the specified collection +
    Throws: +
    java.lang.IllegalArgumentException - thrown if object is not recognised or null
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +sizeIsEmpty

    +
    +public static boolean sizeIsEmpty(java.lang.Object object)
    +
    Checks if the specified collection/array/iterator is empty.

    This method can handles objects as follows @@ -1333,73 +1333,73 @@ public static boolean sizeIsEmpty(java.lang.Object object)

    Note: This method is named to avoid clashing with - isEmpty(Collection). -

    -

    -
    Parameters:
    object - the object to get the size of, not null -
    Returns:
    true if empty -
    Throws: -
    java.lang.IllegalArgumentException - thrown if object is not recognised or null
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -isEmpty

    -
    -public static boolean isEmpty(java.util.Collection coll)
    -
    + isEmpty(Collection). +

    +

    +
    Parameters:
    object - the object to get the size of, not null +
    Returns:
    true if empty +
    Throws: +
    java.lang.IllegalArgumentException - thrown if object is not recognised or null
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public static boolean isEmpty(java.util.Collection coll)
    +
    Null-safe check if the specified collection is empty.

    - Null returns true. -

    -

    -
    Parameters:
    coll - the collection to check, may be null -
    Returns:
    true if empty or null
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -isNotEmpty

    -
    -public static boolean isNotEmpty(java.util.Collection coll)
    -
    + Null returns true. +

    +

    +
    Parameters:
    coll - the collection to check, may be null +
    Returns:
    true if empty or null
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +isNotEmpty

    +
    +public static boolean isNotEmpty(java.util.Collection coll)
    +
    Null-safe check if the specified collection is not empty.

    - Null returns false. -

    -

    -
    Parameters:
    coll - the collection to check, may be null -
    Returns:
    true if non-null and non-empty
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -reverseArray

    -
    -public static void reverseArray(java.lang.Object[] array)
    -
    -
    Reverses the order of the given array. -

    -

    -
    Parameters:
    array - the array to reverse
    -
    -
    -
    - -

    -isFull

    -
    -public static boolean isFull(java.util.Collection coll)
    -
    + Null returns false. +

    +

    +
    Parameters:
    coll - the collection to check, may be null +
    Returns:
    true if non-null and non-empty
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +reverseArray

    +
    +public static void reverseArray(java.lang.Object[] array)
    +
    +
    Reverses the order of the given array. +

    +

    +
    Parameters:
    array - the array to reverse
    +
    +
    +
    + +

    +isFull

    +
    +public static boolean isFull(java.util.Collection coll)
    +
    Returns true if no more elements can be added to the Collection.

    This method uses the BoundedCollection interface to determine the @@ -1408,22 +1408,22 @@ public static boolean isFull(java.util.Collection coll)

    The collection does not have to implement this interface directly. If the collection has been decorated using the decorators subpackage - then these will be removed to access the BoundedCollection. -

    -

    -
    Parameters:
    coll - the collection to check -
    Returns:
    true if the BoundedCollection is full -
    Throws: -
    java.lang.NullPointerException - if the collection is null
    -
    -
    -
    - -

    -maxSize

    -
    -public static int maxSize(java.util.Collection coll)
    -
    + then these will be removed to access the BoundedCollection. +

    +

    +
    Parameters:
    coll - the collection to check +
    Returns:
    true if the BoundedCollection is full +
    Throws: +
    java.lang.NullPointerException - if the collection is null
    +
    +
    +
    + +

    +maxSize

    +
    +public static int maxSize(java.util.Collection coll)
    +
    Get the maximum number of elements that the Collection can contain.

    This method uses the BoundedCollection interface to determine the @@ -1432,78 +1432,78 @@ public static int maxSize(java.util.Collection coll)

    The collection does not have to implement this interface directly. If the collection has been decorated using the decorators subpackage - then these will be removed to access the BoundedCollection. -

    -

    -
    Parameters:
    coll - the collection to check -
    Returns:
    the maximum size of the BoundedCollection, -1 if no maximum size -
    Throws: -
    java.lang.NullPointerException - if the collection is null
    -
    -
    -
    - -

    -retainAll

    -
    -public static java.util.Collection retainAll(java.util.Collection collection,
    -                                             java.util.Collection retain)
    -
    + then these will be removed to access the BoundedCollection. +

    +

    +
    Parameters:
    coll - the collection to check +
    Returns:
    the maximum size of the BoundedCollection, -1 if no maximum size +
    Throws: +
    java.lang.NullPointerException - if the collection is null
    +
    +
    +
    + +

    +retainAll

    +
    +public static java.util.Collection retainAll(java.util.Collection collection,
    +                                             java.util.Collection retain)
    +
    Returns a collection containing all the elements in collection that are also in retain. The cardinality of an element e in the returned collection is the same as the cardinality of e in collection unless retain does not contain e, in which case the cardinality is zero. This method is useful if you do not wish to modify - the collection c and thus cannot call c.retainAll(retain);. -

    -

    -
    Parameters:
    collection - the collection whose contents are the target of the #retailAll operation
    retain - the collection containing the elements to be retained in the returned collection + the collection c and thus cannot call c.retainAll(retain);. +

    +

    +
    Parameters:
    collection - the collection whose contents are the target of the #retailAll operation
    retain - the collection containing the elements to be retained in the returned collection
    Returns:
    a Collection containing all the elements of collection - that occur at least once in retain. -
    Throws: -
    java.lang.NullPointerException - if either parameter is null
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -removeAll

    -
    -public static java.util.Collection removeAll(java.util.Collection collection,
    -                                             java.util.Collection remove)
    -
    + that occur at least once in retain. +
    Throws: +
    java.lang.NullPointerException - if either parameter is null
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +removeAll

    +
    +public static java.util.Collection removeAll(java.util.Collection collection,
    +                                             java.util.Collection remove)
    +
    Removes the elements in remove from collection. That is, this method returns a collection containing all the elements in c that are not in remove. The cardinality of an element e in the returned collection is the same as the cardinality of e in collection unless remove contains e, in which case the cardinality is zero. This method is useful if you do not wish to modify - the collection c and thus cannot call collection.removeAll(remove);. -

    -

    -
    Parameters:
    collection - the collection from which items are removed (in the returned collection)
    remove - the items to be removed from the returned collection + the collection c and thus cannot call collection.removeAll(remove);. +

    +

    +
    Parameters:
    collection - the collection from which items are removed (in the returned collection)
    remove - the items to be removed from the returned collection
    Returns:
    a Collection containing all the elements of collection except - any elements that also occur in remove. -
    Throws: -
    java.lang.NullPointerException - if either parameter is null
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -synchronizedCollection

    -
    -public static java.util.Collection synchronizedCollection(java.util.Collection collection)
    -
    + any elements that also occur in remove. +
    Throws: +
    java.lang.NullPointerException - if either parameter is null
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +synchronizedCollection

    +
    +public static java.util.Collection synchronizedCollection(java.util.Collection collection)
    +
    Returns a synchronized collection backed by the given collection.

    - You must manually synchronize on the returned buffer's iterator to + You must manually synchronize on the returned buffer's iterator to avoid non-deterministic behavior: - +

      Collection c = CollectionUtils.synchronizedCollection(myCollection);
      synchronized (c) {
    @@ -1513,155 +1513,155 @@ public static java.util.Collection synchronizedCollection(java.util.Colle
          }
      }
      
    - - This method uses the implementation in the decorators subpackage. -

    -

    -
    Parameters:
    collection - the collection to synchronize, must not be null -
    Returns:
    a synchronized collection backed by the given collection -
    Throws: -
    java.lang.IllegalArgumentException - if the collection is null
    -
    -
    -
    - -

    -unmodifiableCollection

    -
    -public static java.util.Collection unmodifiableCollection(java.util.Collection collection)
    -
    + + This method uses the implementation in the decorators subpackage. +

    +

    +
    Parameters:
    collection - the collection to synchronize, must not be null +
    Returns:
    a synchronized collection backed by the given collection +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is null
    +
    +
    +
    + +

    +unmodifiableCollection

    +
    +public static java.util.Collection unmodifiableCollection(java.util.Collection collection)
    +
    Returns an unmodifiable collection backed by the given collection.

    - This method uses the implementation in the decorators subpackage. -

    -

    -
    Parameters:
    collection - the collection to make unmodifiable, must not be null -
    Returns:
    an unmodifiable collection backed by the given collection -
    Throws: -
    java.lang.IllegalArgumentException - if the collection is null
    -
    -
    -
    - -

    -predicatedCollection

    -
    -public static java.util.Collection predicatedCollection(java.util.Collection collection,
    -                                                        Predicate predicate)
    -
    + This method uses the implementation in the decorators subpackage. +

    +

    +
    Parameters:
    collection - the collection to make unmodifiable, must not be null +
    Returns:
    an unmodifiable collection backed by the given collection +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is null
    +
    +
    +
    + +

    +predicatedCollection

    +
    +public static java.util.Collection predicatedCollection(java.util.Collection collection,
    +                                                        Predicate predicate)
    +
    Returns a predicated (validating) collection backed by the given collection.

    Only objects that pass the test in the given predicate can be added to the collection. Trying to add an invalid object results in an IllegalArgumentException. It is important not to use the original collection after invoking this method, - as it is a backdoor for adding invalid objects. -

    -

    -
    Parameters:
    collection - the collection to predicate, must not be null
    predicate - the predicate for the collection, must not be null -
    Returns:
    a predicated collection backed by the given collection -
    Throws: -
    java.lang.IllegalArgumentException - if the Collection is null
    -
    -
    -
    - -

    -typedCollection

    -
    -public static java.util.Collection typedCollection(java.util.Collection collection,
    -                                                   java.lang.Class type)
    -
    + as it is a backdoor for adding invalid objects. +

    +

    +
    Parameters:
    collection - the collection to predicate, must not be null
    predicate - the predicate for the collection, must not be null +
    Returns:
    a predicated collection backed by the given collection +
    Throws: +
    java.lang.IllegalArgumentException - if the Collection is null
    +
    +
    +
    + +

    +typedCollection

    +
    +public static java.util.Collection typedCollection(java.util.Collection collection,
    +                                                   java.lang.Class type)
    +
    Returns a typed collection backed by the given collection.

    - Only objects of the specified type can be added to the collection. -

    -

    -
    Parameters:
    collection - the collection to limit to a specific type, must not be null
    type - the type of objects which may be added to the collection -
    Returns:
    a typed collection backed by the specified collection
    -
    -
    -
    - -

    -transformedCollection

    -
    -public static java.util.Collection transformedCollection(java.util.Collection collection,
    -                                                         Transformer transformer)
    -
    + Only objects of the specified type can be added to the collection. +

    +

    +
    Parameters:
    collection - the collection to limit to a specific type, must not be null
    type - the type of objects which may be added to the collection +
    Returns:
    a typed collection backed by the specified collection
    +
    +
    +
    + +

    +transformedCollection

    +
    +public static java.util.Collection transformedCollection(java.util.Collection collection,
    +                                                         Transformer transformer)
    +
    Returns a transformed bag backed by the given collection.

    Each object is passed through the transformer as it is added to the - Collection. It is important not to use the original collection after invoking this - method, as it is a backdoor for adding untransformed objects. -

    -

    -
    Parameters:
    collection - the collection to predicate, must not be null
    transformer - the transformer for the collection, must not be null -
    Returns:
    a transformed collection backed by the given collection -
    Throws: -
    java.lang.IllegalArgumentException - if the Collection or Transformer is null
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Collection. It is important not to use the original collection after invoking this + method, as it is a backdoor for adding untransformed objects. +

    +

    +
    Parameters:
    collection - the collection to predicate, must not be null
    transformer - the transformer for the collection, must not be null +
    Returns:
    a transformed collection backed by the given collection +
    Throws: +
    java.lang.IllegalArgumentException - if the Collection or Transformer is null
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ComparatorUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ComparatorUtils.html index 53b2b9f..a750b35 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ComparatorUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ComparatorUtils.html @@ -1,584 +1,584 @@ - - - - - - - -ComparatorUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class ComparatorUtils

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.ComparatorUtils
    -
    -
    -
    -
    public class ComparatorUtils
    extends java.lang.Object
    - - -

    + + + + + + + +ComparatorUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class ComparatorUtils

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.ComparatorUtils
    +
    +
    +
    +
    public class ComparatorUtils
    extends java.lang.Object
    + + +

    Provides convenient static utility methods for Comparator objects.

    - Most of the functionality in this class can also be found in the - comparators package. This class merely provides a + Most of the functionality in this class can also be found in the + comparators package. This class merely provides a convenient central place if you have use for more than one class - in the comparators subpackage. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Paul Jack, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static java.util.ComparatorNATURAL_COMPARATOR - -
    -          Comparator for natural sort order.
    -  - - - - - - - - - - -
    -Constructor Summary
    ComparatorUtils() - -
    -          ComparatorUtils should not normally be instantiated.
    -  - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    -static java.util.ComparatorbooleanComparator(boolean trueFirst) - -
    -          Gets a Comparator that can sort Boolean objects.
    -static java.util.ComparatorchainedComparator(java.util.Collection comparators) - -
    + in the comparators subpackage. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Paul Jack, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static java.util.ComparatorNATURAL_COMPARATOR + +
    +          Comparator for natural sort order.
    +  + + + + + + + + + + +
    +Constructor Summary
    ComparatorUtils() + +
    +          ComparatorUtils should not normally be instantiated.
    +  + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    +static java.util.ComparatorbooleanComparator(boolean trueFirst) + +
    +          Gets a Comparator that can sort Boolean objects.
    +static java.util.ComparatorchainedComparator(java.util.Collection comparators) + +
              Gets a comparator that compares using a collection of Comparators, - applied in (default iterator) sequence until one returns not equal or the - collection is exhausted.
    -static java.util.ComparatorchainedComparator(java.util.Comparator[] comparators) - -
    + applied in (default iterator) sequence until one returns not equal or the + collection is exhausted.
    +static java.util.ComparatorchainedComparator(java.util.Comparator[] comparators) + +
              Gets a comparator that compares using an array of Comparators, applied - in sequence until one returns not equal or the array is exhausted.
    -static java.util.ComparatorchainedComparator(java.util.Comparator comparator1, - java.util.Comparator comparator2) - -
    -          Gets a comparator that compares using two Comparators.
    -static java.lang.Objectmax(java.lang.Object o1, - java.lang.Object o2, - java.util.Comparator comparator) - -
    -          Returns the larger of the given objects according to the given - comparator, returning the second object if the comparator - returns equal.
    -static java.lang.Objectmin(java.lang.Object o1, - java.lang.Object o2, - java.util.Comparator comparator) - -
    -          Returns the smaller of the given objects according to the given + in sequence until one returns not equal or the array is exhausted.
    +static java.util.ComparatorchainedComparator(java.util.Comparator comparator1, + java.util.Comparator comparator2) + +
    +          Gets a comparator that compares using two Comparators.
    +static java.lang.Objectmax(java.lang.Object o1, + java.lang.Object o2, + java.util.Comparator comparator) + +
    +          Returns the larger of the given objects according to the given comparator, returning the second object if the comparator - returns equal.
    -static java.util.ComparatornaturalComparator() - -
    -          Gets a comparator that uses the natural order of the objects.
    -static java.util.ComparatornullHighComparator(java.util.Comparator comparator) - -
    -          Gets a Comparator that controls the comparison of null values.
    -static java.util.ComparatornullLowComparator(java.util.Comparator comparator) - -
    -          Gets a Comparator that controls the comparison of null values.
    -static java.util.ComparatorreversedComparator(java.util.Comparator comparator) - -
    -          Gets a comparator that reverses the order of the given comparator.
    -static java.util.ComparatortransformedComparator(java.util.Comparator comparator, - Transformer transformer) - -
    -          Gets a Comparator that passes transformed objects to the given comparator.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -NATURAL_COMPARATOR

    -
    -public static final java.util.Comparator NATURAL_COMPARATOR
    -
    -
    Comparator for natural sort order. -

    -

    -
    See Also:
    ComparableComparator.getInstance()
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -ComparatorUtils

    -
    -public ComparatorUtils()
    -
    -
    ComparatorUtils should not normally be instantiated. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -naturalComparator

    -
    -public static java.util.Comparator naturalComparator()
    -
    -
    Gets a comparator that uses the natural order of the objects. -

    -

    - -
    Returns:
    a comparator which uses natural order
    -
    -
    -
    - -

    -chainedComparator

    -
    -public static java.util.Comparator chainedComparator(java.util.Comparator comparator1,
    -                                                     java.util.Comparator comparator2)
    -
    + returns equal.
    +static java.lang.Objectmin(java.lang.Object o1, + java.lang.Object o2, + java.util.Comparator comparator) + +
    +          Returns the smaller of the given objects according to the given + comparator, returning the second object if the comparator + returns equal.
    +static java.util.ComparatornaturalComparator() + +
    +          Gets a comparator that uses the natural order of the objects.
    +static java.util.ComparatornullHighComparator(java.util.Comparator comparator) + +
    +          Gets a Comparator that controls the comparison of null values.
    +static java.util.ComparatornullLowComparator(java.util.Comparator comparator) + +
    +          Gets a Comparator that controls the comparison of null values.
    +static java.util.ComparatorreversedComparator(java.util.Comparator comparator) + +
    +          Gets a comparator that reverses the order of the given comparator.
    +static java.util.ComparatortransformedComparator(java.util.Comparator comparator, + Transformer transformer) + +
    +          Gets a Comparator that passes transformed objects to the given comparator.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +NATURAL_COMPARATOR

    +
    +public static final java.util.Comparator NATURAL_COMPARATOR
    +
    +
    Comparator for natural sort order. +

    +

    +
    See Also:
    ComparableComparator.getInstance()
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ComparatorUtils

    +
    +public ComparatorUtils()
    +
    +
    ComparatorUtils should not normally be instantiated. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +naturalComparator

    +
    +public static java.util.Comparator naturalComparator()
    +
    +
    Gets a comparator that uses the natural order of the objects. +

    +

    + +
    Returns:
    a comparator which uses natural order
    +
    +
    +
    + +

    +chainedComparator

    +
    +public static java.util.Comparator chainedComparator(java.util.Comparator comparator1,
    +                                                     java.util.Comparator comparator2)
    +
    Gets a comparator that compares using two Comparators.

    - The second comparator is used if the first comparator returns equal. -

    -

    -
    Parameters:
    comparator1 - the first comparator to use, not null
    comparator2 - the first comparator to use, not null -
    Returns:
    a ComparatorChain formed from the two comparators -
    Throws: -
    java.lang.NullPointerException - if either comparator is null
    See Also:
    ComparatorChain
    -
    -
    -
    - -

    -chainedComparator

    -
    -public static java.util.Comparator chainedComparator(java.util.Comparator[] comparators)
    -
    + The second comparator is used if the first comparator returns equal. +

    +

    +
    Parameters:
    comparator1 - the first comparator to use, not null
    comparator2 - the first comparator to use, not null +
    Returns:
    a ComparatorChain formed from the two comparators +
    Throws: +
    java.lang.NullPointerException - if either comparator is null
    See Also:
    ComparatorChain
    +
    +
    +
    + +

    +chainedComparator

    +
    +public static java.util.Comparator chainedComparator(java.util.Comparator[] comparators)
    +
    Gets a comparator that compares using an array of Comparators, applied - in sequence until one returns not equal or the array is exhausted. -

    -

    -
    Parameters:
    comparators - the comparators to use, not null or empty or containing nulls -
    Returns:
    a ComparatorChain formed from the input comparators -
    Throws: -
    java.lang.NullPointerException - if comparators array is null or contains a null
    See Also:
    ComparatorChain
    -
    -
    -
    - -

    -chainedComparator

    -
    -public static java.util.Comparator chainedComparator(java.util.Collection comparators)
    -
    + in sequence until one returns not equal or the array is exhausted. +

    +

    +
    Parameters:
    comparators - the comparators to use, not null or empty or containing nulls +
    Returns:
    a ComparatorChain formed from the input comparators +
    Throws: +
    java.lang.NullPointerException - if comparators array is null or contains a null
    See Also:
    ComparatorChain
    +
    +
    +
    + +

    +chainedComparator

    +
    +public static java.util.Comparator chainedComparator(java.util.Collection comparators)
    +
    Gets a comparator that compares using a collection of Comparators, - applied in (default iterator) sequence until one returns not equal or the - collection is exhausted. -

    -

    -
    Parameters:
    comparators - the comparators to use, not null or empty or containing nulls -
    Returns:
    a ComparatorChain formed from the input comparators -
    Throws: -
    java.lang.NullPointerException - if comparators collection is null or contains a null -
    java.lang.ClassCastException - if the comparators collection contains the wrong object type
    See Also:
    ComparatorChain
    -
    -
    -
    - -

    -reversedComparator

    -
    -public static java.util.Comparator reversedComparator(java.util.Comparator comparator)
    -
    -
    Gets a comparator that reverses the order of the given comparator. -

    -

    -
    Parameters:
    comparator - the comparator to reverse -
    Returns:
    a comparator that reverses the order of the input comparator
    See Also:
    ReverseComparator
    -
    -
    -
    - -

    -booleanComparator

    -
    -public static java.util.Comparator booleanComparator(boolean trueFirst)
    -
    + applied in (default iterator) sequence until one returns not equal or the + collection is exhausted. +

    +

    +
    Parameters:
    comparators - the comparators to use, not null or empty or containing nulls +
    Returns:
    a ComparatorChain formed from the input comparators +
    Throws: +
    java.lang.NullPointerException - if comparators collection is null or contains a null +
    java.lang.ClassCastException - if the comparators collection contains the wrong object type
    See Also:
    ComparatorChain
    +
    +
    +
    + +

    +reversedComparator

    +
    +public static java.util.Comparator reversedComparator(java.util.Comparator comparator)
    +
    +
    Gets a comparator that reverses the order of the given comparator. +

    +

    +
    Parameters:
    comparator - the comparator to reverse +
    Returns:
    a comparator that reverses the order of the input comparator
    See Also:
    ReverseComparator
    +
    +
    +
    + +

    +booleanComparator

    +
    +public static java.util.Comparator booleanComparator(boolean trueFirst)
    +
    Gets a Comparator that can sort Boolean objects.

    The parameter specifies whether true or false is sorted first.

    - The comparator throws NullPointerException if a null value is compared. -

    -

    -
    Parameters:
    trueFirst - when true, sort + The comparator throws NullPointerException if a null value is compared. +

    +

    +
    Parameters:
    trueFirst - when true, sort true Booleans before - false Booleans. -
    Returns:
    a comparator that sorts booleans
    -
    -
    -
    - -

    -nullLowComparator

    -
    -public static java.util.Comparator nullLowComparator(java.util.Comparator comparator)
    -
    + false Booleans. +
    Returns:
    a comparator that sorts booleans
    +
    +
    +
    + +

    +nullLowComparator

    +
    +public static java.util.Comparator nullLowComparator(java.util.Comparator comparator)
    +
    Gets a Comparator that controls the comparison of null values.

    The returned comparator will consider a null value to be less than any nonnull value, and equal to any other null value. Two nonnull - values will be evaluated with the given comparator. -

    -

    -
    Parameters:
    comparator - the comparator that wants to allow nulls -
    Returns:
    a version of that comparator that allows nulls
    See Also:
    NullComparator
    -
    -
    -
    - -

    -nullHighComparator

    -
    -public static java.util.Comparator nullHighComparator(java.util.Comparator comparator)
    -
    + values will be evaluated with the given comparator. +

    +

    +
    Parameters:
    comparator - the comparator that wants to allow nulls +
    Returns:
    a version of that comparator that allows nulls
    See Also:
    NullComparator
    +
    +
    +
    + +

    +nullHighComparator

    +
    +public static java.util.Comparator nullHighComparator(java.util.Comparator comparator)
    +
    Gets a Comparator that controls the comparison of null values.

    The returned comparator will consider a null value to be greater than any nonnull value, and equal to any other null value. Two nonnull - values will be evaluated with the given comparator. -

    -

    -
    Parameters:
    comparator - the comparator that wants to allow nulls -
    Returns:
    a version of that comparator that allows nulls
    See Also:
    NullComparator
    -
    -
    -
    - -

    -transformedComparator

    -
    -public static java.util.Comparator transformedComparator(java.util.Comparator comparator,
    -                                                         Transformer transformer)
    -
    + values will be evaluated with the given comparator. +

    +

    +
    Parameters:
    comparator - the comparator that wants to allow nulls +
    Returns:
    a version of that comparator that allows nulls
    See Also:
    NullComparator
    +
    +
    +
    + +

    +transformedComparator

    +
    +public static java.util.Comparator transformedComparator(java.util.Comparator comparator,
    +                                                         Transformer transformer)
    +
    Gets a Comparator that passes transformed objects to the given comparator.

    Objects passed to the returned comparator will first be transformed by the given transformer before they are compared by the given - comparator. -

    -

    -
    Parameters:
    comparator - the sort order to use
    transformer - the transformer to use -
    Returns:
    a comparator that transforms its input objects before comparing them
    See Also:
    TransformingComparator
    -
    -
    -
    - -

    -min

    -
    -public static java.lang.Object min(java.lang.Object o1,
    -                                   java.lang.Object o2,
    -                                   java.util.Comparator comparator)
    -
    -
    Returns the smaller of the given objects according to the given + comparator. +

    +

    +
    Parameters:
    comparator - the sort order to use
    transformer - the transformer to use +
    Returns:
    a comparator that transforms its input objects before comparing them
    See Also:
    TransformingComparator
    +
    +
    +
    + +

    +min

    +
    +public static java.lang.Object min(java.lang.Object o1,
    +                                   java.lang.Object o2,
    +                                   java.util.Comparator comparator)
    +
    +
    Returns the smaller of the given objects according to the given + comparator, returning the second object if the comparator + returns equal. +

    +

    +
    Parameters:
    o1 - the first object to compare
    o2 - the second object to compare
    comparator - the sort order to use +
    Returns:
    the smaller of the two objects
    +
    +
    +
    + +

    +max

    +
    +public static java.lang.Object max(java.lang.Object o1,
    +                                   java.lang.Object o2,
    +                                   java.util.Comparator comparator)
    +
    +
    Returns the larger of the given objects according to the given comparator, returning the second object if the comparator - returns equal. -

    -

    -
    Parameters:
    o1 - the first object to compare
    o2 - the second object to compare
    comparator - the sort order to use -
    Returns:
    the smaller of the two objects
    -
    -
    -
    - -

    -max

    -
    -public static java.lang.Object max(java.lang.Object o1,
    -                                   java.lang.Object o2,
    -                                   java.util.Comparator comparator)
    -
    -
    Returns the larger of the given objects according to the given - comparator, returning the second object if the comparator - returns equal. -

    -

    -
    Parameters:
    o1 - the first object to compare
    o2 - the second object to compare
    comparator - the sort order to use -
    Returns:
    the larger of the two objects
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + returns equal. +

    +

    +
    Parameters:
    o1 - the first object to compare
    o2 - the second object to compare
    comparator - the sort order to use +
    Returns:
    the larger of the two objects
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/CursorableLinkedList.Cursor.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/CursorableLinkedList.Cursor.html index 7299d00..072958d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/CursorableLinkedList.Cursor.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/CursorableLinkedList.Cursor.html @@ -1,550 +1,550 @@ - - - - - - - -CursorableLinkedList.Cursor (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class CursorableLinkedList.Cursor

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.CursorableLinkedList.Cursor
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator
    -
    -
    -
    Enclosing class:
    CursorableLinkedList
    -
    -
    -
    -
    public class CursorableLinkedList.Cursor
    extends java.lang.Object
    implements java.util.ListIterator
    - - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(java.lang.Object o) - -
    -           
    -protected  voidcheckForComod() - -
    -           
    - voidclose() - -
    -          Mark this cursor as no longer being needed.
    - booleanhasNext() - -
    -           
    - booleanhasPrevious() - -
    -           
    -protected  voidinvalidate() - -
    -           
    -protected  voidlistableChanged(org.apache.commons.collections.CursorableLinkedList.Listable elt) - -
    -           
    -protected  voidlistableInserted(org.apache.commons.collections.CursorableLinkedList.Listable elt) - -
    -           
    -protected  voidlistableRemoved(org.apache.commons.collections.CursorableLinkedList.Listable elt) - -
    -           
    - java.lang.Objectnext() - -
    -           
    - intnextIndex() - -
    -           
    - java.lang.Objectprevious() - -
    -           
    - intpreviousIndex() - -
    -           
    - voidremove() - -
    -           
    - voidset(java.lang.Object o) - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.ListIterator
    hasNext, hasPrevious, next, previous, remove, set
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -previousIndex

    -
    -public int previousIndex()
    -
    -
    -
    Specified by:
    previousIndex in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    -
    Specified by:
    nextIndex in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public void add(java.lang.Object o)
    -
    -
    -
    Specified by:
    add in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -listableRemoved

    -
    -protected void listableRemoved(org.apache.commons.collections.CursorableLinkedList.Listable elt)
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -listableInserted

    -
    -protected void listableInserted(org.apache.commons.collections.CursorableLinkedList.Listable elt)
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -listableChanged

    -
    -protected void listableChanged(org.apache.commons.collections.CursorableLinkedList.Listable elt)
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -checkForComod

    -
    -protected void checkForComod()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -invalidate

    -
    -protected void invalidate()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -close

    -
    -public void close()
    -
    + + + + + + + +CursorableLinkedList.Cursor (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections +
    +Class CursorableLinkedList.Cursor

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.CursorableLinkedList.Cursor
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator
    +
    +
    +
    Enclosing class:
    CursorableLinkedList
    +
    +
    +
    +
    public class CursorableLinkedList.Cursor
    extends java.lang.Object
    implements java.util.ListIterator
    + + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(java.lang.Object o) + +
    +           
    +protected  voidcheckForComod() + +
    +           
    + voidclose() + +
    +          Mark this cursor as no longer being needed.
    + booleanhasNext() + +
    +           
    + booleanhasPrevious() + +
    +           
    +protected  voidinvalidate() + +
    +           
    +protected  voidlistableChanged(org.apache.commons.collections.CursorableLinkedList.Listable elt) + +
    +           
    +protected  voidlistableInserted(org.apache.commons.collections.CursorableLinkedList.Listable elt) + +
    +           
    +protected  voidlistableRemoved(org.apache.commons.collections.CursorableLinkedList.Listable elt) + +
    +           
    + java.lang.Objectnext() + +
    +           
    + intnextIndex() + +
    +           
    + java.lang.Objectprevious() + +
    +           
    + intpreviousIndex() + +
    +           
    + voidremove() + +
    +           
    + voidset(java.lang.Object o) + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.ListIterator
    hasNext, hasPrevious, next, previous, remove, set
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    +
    +
    Specified by:
    previousIndex in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    +
    Specified by:
    nextIndex in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Object o)
    +
    +
    +
    Specified by:
    add in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +listableRemoved

    +
    +protected void listableRemoved(org.apache.commons.collections.CursorableLinkedList.Listable elt)
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +listableInserted

    +
    +protected void listableInserted(org.apache.commons.collections.CursorableLinkedList.Listable elt)
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +listableChanged

    +
    +protected void listableChanged(org.apache.commons.collections.CursorableLinkedList.Listable elt)
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +checkForComod

    +
    +protected void checkForComod()
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +invalidate

    +
    +protected void invalidate()
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +close

    +
    +public void close()
    +
    Mark this cursor as no longer being needed. Any resources associated with this cursor are immediately released. In previous versions of this class, it was mandatory to close all cursor objects to avoid memory leaks. It is no longer necessary to call this close method; an instance of this class - can now be treated exactly like a normal iterator. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    -
    Specified by:
    previous in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    -
    Specified by:
    hasPrevious in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object o)
    -
    -
    -
    Specified by:
    set in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + can now be treated exactly like a normal iterator. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    +
    Specified by:
    previous in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    +
    Specified by:
    hasPrevious in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object o)
    +
    +
    +
    Specified by:
    set in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/CursorableLinkedList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/CursorableLinkedList.html index 3a7d3a7..56e8f9d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/CursorableLinkedList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/CursorableLinkedList.html @@ -1,110 +1,110 @@ - - - - - - - -CursorableLinkedList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class CursorableLinkedList

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.CursorableLinkedList
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    -
    -
    + + + + + + + +CursorableLinkedList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections +
    +Class CursorableLinkedList

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.CursorableLinkedList
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    +
    +
    Deprecated. Use new version in list subpackage, which has been rewritten - and now returns the cursor from the listIterator method. Will be removed in v4.0 -

    -

    -
    public class CursorableLinkedList
    extends java.lang.Object
    implements java.util.List, java.io.Serializable
    - - -

    + and now returns the cursor from the listIterator method. Will be removed in v4.0 +

    +

    +
    public class CursorableLinkedList
    extends java.lang.Object
    implements java.util.List, java.io.Serializable
    + + +

    A doubly-linked list implementation of the List interface, supporting a ListIterator that allows concurrent modifications to the underlying list. @@ -114,526 +114,526 @@ A doubly-linked list implementation of the List interface, and supports a ListIterator that allows concurrent modifications to the underlying list (see cursor()).

    - Note that this implementation is not synchronized. -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    -
    Author:
    -
    Rodney Waldhoff, Janek Bogucki, Simon Kitching
    -
    See Also:
    LinkedList, -Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Nested Class Summary
    - classCursorableLinkedList.Cursor - -
    -          Deprecated.  
    - - - - - - - - - + +
    -Field Summary
    -protected  java.util.List_cursors - -
    + Note that this implementation is not synchronized. +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    +
    Author:
    +
    Rodney Waldhoff, Janek Bogucki, Simon Kitching
    +
    See Also:
    LinkedList, +Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Nested Class Summary
    + classCursorableLinkedList.Cursor + +
    +          Deprecated.  
    + + + + + + + + + - - - - - - - - - - - - - -
    +Field Summary
    +protected  java.util.List_cursors + +
              Deprecated. A list of the currently CursorableLinkedList.Cursors currently - open in this list.
    -protected  org.apache.commons.collections.CursorableLinkedList.Listable_head - -
    -          Deprecated. A sentry node.
    -protected  int_modCount - -
    -          Deprecated. Tracks the number of structural modifications to me.
    -protected  int_size - -
    -          Deprecated. The number of elements in me.
    -  - - - - - - - - - - -
    -Constructor Summary
    CursorableLinkedList() - -
    -          Deprecated.  
    -  - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + +
    -Method Summary
    - voidadd(int index, - java.lang.Object element) - -
    -          Deprecated. Inserts the specified element at the specified position in this list.
    - booleanadd(java.lang.Object o) - -
    -          Deprecated. Appends the specified element to the end of this list.
    - booleanaddAll(java.util.Collection c) - -
    + open in this list.
    +protected  org.apache.commons.collections.CursorableLinkedList.Listable_head + +
    +          Deprecated. A sentry node.
    +protected  int_modCount + +
    +          Deprecated. Tracks the number of structural modifications to me.
    +protected  int_size + +
    +          Deprecated. The number of elements in me.
    +  + + + + + + + + + + +
    +Constructor Summary
    CursorableLinkedList() + +
    +          Deprecated.  
    +  + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - -
    +Method Summary
    + voidadd(int index, + java.lang.Object element) + +
    +          Deprecated. Inserts the specified element at the specified position in this list.
    + booleanadd(java.lang.Object o) + +
    +          Deprecated. Appends the specified element to the end of this list.
    + booleanaddAll(java.util.Collection c) + +
              Deprecated. Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified - Collection's Iterator.
    - booleanaddAll(int index, - java.util.Collection c) - -
    + Collection's Iterator.
    + booleanaddAll(int index, + java.util.Collection c) + +
              Deprecated. Inserts all of the elements in the specified collection into this - list at the specified position.
    - booleanaddFirst(java.lang.Object o) - -
    -          Deprecated. Inserts the specified element at the beginning of this list.
    - booleanaddLast(java.lang.Object o) - -
    -          Deprecated. Inserts the specified element at the end of this list.
    -protected  voidbroadcastListableChanged(org.apache.commons.collections.CursorableLinkedList.Listable elt) - -
    + list at the specified position.
    + booleanaddFirst(java.lang.Object o) + +
    +          Deprecated. Inserts the specified element at the beginning of this list.
    + booleanaddLast(java.lang.Object o) + +
    +          Deprecated. Inserts the specified element at the end of this list.
    +protected  voidbroadcastListableChanged(org.apache.commons.collections.CursorableLinkedList.Listable elt) + +
              Deprecated. Informs all of my registered cursors that the specified - element was changed.
    -protected  voidbroadcastListableInserted(org.apache.commons.collections.CursorableLinkedList.Listable elt) - -
    + element was changed.
    +protected  voidbroadcastListableInserted(org.apache.commons.collections.CursorableLinkedList.Listable elt) + +
              Deprecated. Informs all of my registered cursors that the specified - element was just added to my list.
    -protected  voidbroadcastListableRemoved(org.apache.commons.collections.CursorableLinkedList.Listable elt) - -
    + element was just added to my list.
    +protected  voidbroadcastListableRemoved(org.apache.commons.collections.CursorableLinkedList.Listable elt) + +
              Deprecated. Informs all of my registered cursors that the specified - element was just removed from my list.
    - voidclear() - -
    -          Deprecated. Removes all of the elements from this list.
    - booleancontains(java.lang.Object o) - -
    -          Deprecated. Returns true if this list contains the specified element.
    - booleancontainsAll(java.util.Collection c) - -
    + element was just removed from my list.
    + voidclear() + +
    +          Deprecated. Removes all of the elements from this list.
    + booleancontains(java.lang.Object o) + +
    +          Deprecated. Returns true if this list contains the specified element.
    + booleancontainsAll(java.util.Collection c) + +
              Deprecated. Returns true if this list contains all of the elements of the - specified collection.
    - CursorableLinkedList.Cursorcursor() - -
    + specified collection.
    + CursorableLinkedList.Cursorcursor() + +
              Deprecated. Returns a ListIterator for iterating through the - elements of this list.
    - CursorableLinkedList.Cursorcursor(int i) - -
    + elements of this list.
    + CursorableLinkedList.Cursorcursor(int i) + +
              Deprecated. Returns a ListIterator for iterating through the elements of this list, initialized such that ListIterator.next() will return the element at the specified index (if any) and ListIterator.previous() - will return the element immediately preceding it (if any).
    - booleanequals(java.lang.Object o) - -
    -          Deprecated. Compares the specified object with this list for equality.
    - java.lang.Objectget(int index) - -
    -          Deprecated. Returns the element at the specified position in this list.
    - java.lang.ObjectgetFirst() - -
    -          Deprecated. Returns the element at the beginning of this list.
    - java.lang.ObjectgetLast() - -
    -          Deprecated. Returns the element at the end of this list.
    -protected  org.apache.commons.collections.CursorableLinkedList.ListablegetListableAt(int index) - -
    -          Deprecated. Returns the - CursorableLinkedList.Listable - at the specified index.
    - inthashCode() - -
    -          Deprecated. Returns the hash code value for this list.
    - intindexOf(java.lang.Object o) - -
    + will return the element immediately preceding it (if any).
    + booleanequals(java.lang.Object o) + +
    +          Deprecated. Compares the specified object with this list for equality.
    + java.lang.Objectget(int index) + +
    +          Deprecated. Returns the element at the specified position in this list.
    + java.lang.ObjectgetFirst() + +
    +          Deprecated. Returns the element at the beginning of this list.
    + java.lang.ObjectgetLast() + +
    +          Deprecated. Returns the element at the end of this list.
    +protected  org.apache.commons.collections.CursorableLinkedList.ListablegetListableAt(int index) + +
    +          Deprecated. Returns the + CursorableLinkedList.Listable + at the specified index.
    + inthashCode() + +
    +          Deprecated. Returns the hash code value for this list.
    + intindexOf(java.lang.Object o) + +
              Deprecated. Returns the index in this list of the first occurrence of the specified - element, or -1 if this list does not contain this element.
    -protected  org.apache.commons.collections.CursorableLinkedList.ListableinsertListable(org.apache.commons.collections.CursorableLinkedList.Listable before, - org.apache.commons.collections.CursorableLinkedList.Listable after, - java.lang.Object value) - -
    + element, or -1 if this list does not contain this element.
    +protected  org.apache.commons.collections.CursorableLinkedList.ListableinsertListable(org.apache.commons.collections.CursorableLinkedList.Listable before, + org.apache.commons.collections.CursorableLinkedList.Listable after, + java.lang.Object value) + +
              Deprecated. Inserts a new value into my list, after the specified before element, and before the - specified after element
    -protected  voidinvalidateCursors() - -
    + specified after element
    +protected  voidinvalidateCursors() + +
              Deprecated. Informs all of my registered cursors that they are now - invalid.
    - booleanisEmpty() - -
    -          Deprecated. Returns true if this list contains no elements.
    - java.util.Iteratoriterator() - -
    -          Deprecated. Returns a fail-fast iterator.
    - intlastIndexOf(java.lang.Object o) - -
    + invalid.
    + booleanisEmpty() + +
    +          Deprecated. Returns true if this list contains no elements.
    + java.util.Iteratoriterator() + +
    +          Deprecated. Returns a fail-fast iterator.
    + intlastIndexOf(java.lang.Object o) + +
              Deprecated. Returns the index in this list of the last occurrence of the specified - element, or -1 if this list does not contain this element.
    - java.util.ListIteratorlistIterator() - -
    -          Deprecated. Returns a fail-fast ListIterator.
    - java.util.ListIteratorlistIterator(int index) - -
    -          Deprecated. Returns a fail-fast ListIterator.
    -protected  voidregisterCursor(CursorableLinkedList.Cursor cur) - -
    + element, or -1 if this list does not contain this element.
    + java.util.ListIteratorlistIterator() + +
    +          Deprecated. Returns a fail-fast ListIterator.
    + java.util.ListIteratorlistIterator(int index) + +
    +          Deprecated. Returns a fail-fast ListIterator.
    +protected  voidregisterCursor(CursorableLinkedList.Cursor cur) + +
              Deprecated. Registers a CursorableLinkedList.Cursor to be notified - of changes to this list.
    - java.lang.Objectremove(int index) - -
    + of changes to this list.
    + java.lang.Objectremove(int index) + +
              Deprecated. Removes the element at the specified position in this list (optional - operation).
    - booleanremove(java.lang.Object o) - -
    -          Deprecated. Removes the first occurrence in this list of the specified element.
    - booleanremoveAll(java.util.Collection c) - -
    + operation).
    + booleanremove(java.lang.Object o) + +
    +          Deprecated. Removes the first occurrence in this list of the specified element.
    + booleanremoveAll(java.util.Collection c) + +
              Deprecated. Removes from this list all the elements that are contained in the - specified collection.
    - java.lang.ObjectremoveFirst() - -
    -          Deprecated. Removes the first element of this list, if any.
    - java.lang.ObjectremoveLast() - -
    -          Deprecated. Removes the last element of this list, if any.
    -protected  voidremoveListable(org.apache.commons.collections.CursorableLinkedList.Listable elt) - -
    -          Deprecated. Removes the given - CursorableLinkedList.Listable - from my list.
    - booleanretainAll(java.util.Collection c) - -
    + specified collection.
    + java.lang.ObjectremoveFirst() + +
    +          Deprecated. Removes the first element of this list, if any.
    + java.lang.ObjectremoveLast() + +
    +          Deprecated. Removes the last element of this list, if any.
    +protected  voidremoveListable(org.apache.commons.collections.CursorableLinkedList.Listable elt) + +
    +          Deprecated. Removes the given + CursorableLinkedList.Listable + from my list.
    + booleanretainAll(java.util.Collection c) + +
              Deprecated. Retains only the elements in this list that are contained in the - specified collection.
    - java.lang.Objectset(int index, - java.lang.Object element) - -
    + specified collection.
    + java.lang.Objectset(int index, + java.lang.Object element) + +
              Deprecated. Replaces the element at the specified position in this list with the - specified element.
    - intsize() - -
    -          Deprecated. Returns the number of elements in this list.
    - java.util.ListsubList(int i, - int j) - -
    -          Deprecated. Returns a fail-fast sublist.
    - java.lang.Object[]toArray() - -
    + specified element.
    + intsize() + +
    +          Deprecated. Returns the number of elements in this list.
    + java.util.ListsubList(int i, + int j) + +
    +          Deprecated. Returns a fail-fast sublist.
    + java.lang.Object[]toArray() + +
              Deprecated. Returns an array containing all of the elements in this list in proper - sequence.
    - java.lang.Object[]toArray(java.lang.Object[] a) - -
    + sequence.
    + java.lang.Object[]toArray(java.lang.Object[] a) + +
              Deprecated. Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the - specified array.
    - java.lang.StringtoString() - -
    -          Deprecated. Returns a String representation of this list, suitable for debugging.
    -protected  voidunregisterCursor(CursorableLinkedList.Cursor cur) - -
    + specified array.
    + java.lang.StringtoString() + +
    +          Deprecated. Returns a String representation of this list, suitable for debugging.
    +protected  voidunregisterCursor(CursorableLinkedList.Cursor cur) + +
              Deprecated. Removes a CursorableLinkedList.Cursor from - the set of cursors to be notified of changes to this list.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -_size

    -
    -protected transient int _size
    -
    -
    Deprecated. 
    The number of elements in me. -

    -

    -
    -
    -
    - -

    -_head

    -
    -protected transient org.apache.commons.collections.CursorableLinkedList.Listable _head
    -
    + the set of cursors to be notified of changes to this list.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +_size

    +
    +protected transient int _size
    +
    +
    Deprecated. 
    The number of elements in me. +

    +

    +
    +
    +
    + +

    +_head

    +
    +protected transient org.apache.commons.collections.CursorableLinkedList.Listable _head
    +
    Deprecated. 
    A sentry node.

    _head.next() points to the first element in the list, @@ -641,143 +641,143 @@ protected transient org.apache.commons.collections.CursorableLinkedList.Listable _head.next().prev() and _head.prev().next() to be non-null, as when I am a sublist for some larger list. Use == _head.next() and == _head.prev() to determine - if a given - CursorableLinkedList.Listable - is the first or last element in the list. -

    -

    -
    -
    -
    - -

    -_modCount

    -
    -protected transient int _modCount
    -
    -
    Deprecated. 
    Tracks the number of structural modifications to me. -

    -

    -
    -
    -
    - -

    -_cursors

    -
    -protected transient java.util.List _cursors
    -
    + if a given + CursorableLinkedList.Listable + is the first or last element in the list. +

    +

    +
    +
    +
    + +

    +_modCount

    +
    +protected transient int _modCount
    +
    +
    Deprecated. 
    Tracks the number of structural modifications to me. +

    +

    +
    +
    +
    + +

    +_cursors

    +
    +protected transient java.util.List _cursors
    +
    Deprecated. 
    A list of the currently CursorableLinkedList.Cursors currently - open in this list. -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -CursorableLinkedList

    -
    -public CursorableLinkedList()
    -
    -
    Deprecated. 
    - - - - - - - - -
    -Method Detail
    - -

    -add

    -
    -public boolean add(java.lang.Object o)
    -
    -
    Deprecated. 
    Appends the specified element to the end of this list. -

    -

    -
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.List
    -
    -
    -
    Parameters:
    o - element to be appended to this list. -
    Returns:
    true
    -
    -
    -
    - -

    -add

    -
    -public void add(int index,
    -                java.lang.Object element)
    -
    + open in this list. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +CursorableLinkedList

    +
    +public CursorableLinkedList()
    +
    +
    Deprecated. 
    + + + + + + + + +
    +Method Detail
    + +

    +add

    +
    +public boolean add(java.lang.Object o)
    +
    +
    Deprecated. 
    Appends the specified element to the end of this list. +

    +

    +
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.List
    +
    +
    +
    Parameters:
    o - element to be appended to this list. +
    Returns:
    true
    +
    +
    +
    + +

    +add

    +
    +public void add(int index,
    +                java.lang.Object element)
    +
    Deprecated. 
    Inserts the specified element at the specified position in this list. Shifts the element currently at that position (if any) and any subsequent - elements to the right (adds one to their indices). -

    -

    -
    Specified by:
    add in interface java.util.List
    -
    -
    -
    Parameters:
    index - index at which the specified element is to be inserted.
    element - element to be inserted. -
    Throws: + elements to the right (adds one to their indices). +

    +

    +
    Specified by:
    add in interface java.util.List
    +
    +
    +
    Parameters:
    index - index at which the specified element is to be inserted.
    element - element to be inserted. +
    Throws:
    java.lang.ClassCastException - if the class of the specified element - prevents it from being added to this list. + prevents it from being added to this list.
    java.lang.IllegalArgumentException - if some aspect of the specified - element prevents it from being added to this list. + element prevents it from being added to this list.
    java.lang.IndexOutOfBoundsException - if the index is out of range - (index < 0 || index > size()).
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection c)
    -
    + (index < 0 || index > size()).
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection c)
    +
    Deprecated. 
    Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified Collection's Iterator. The behavior of this operation is unspecified if the specified collection is modified while the operation is in progress. (Note that this will occur if the - specified collection is this list, and it's nonempty.) -

    -

    -
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.List
    -
    -
    -
    Parameters:
    c - collection whose elements are to be added to this list. -
    Returns:
    true if this list changed as a result of the call. -
    Throws: + specified collection is this list, and it's nonempty.) +

    +

    +
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.List
    +
    +
    +
    Parameters:
    c - collection whose elements are to be added to this list. +
    Returns:
    true if this list changed as a result of the call. +
    Throws:
    java.lang.ClassCastException - if the class of an element in the specified - collection prevents it from being added to this list. + collection prevents it from being added to this list.
    java.lang.IllegalArgumentException - if some aspect of an element in the specified collection prevents it from being added to this - list.
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(int index,
    -                      java.util.Collection c)
    -
    + list.
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(int index,
    +                      java.util.Collection c)
    +
    Deprecated. 
    Inserts all of the elements in the specified collection into this list at the specified position. Shifts the element currently at that position (if any) and any subsequent elements to the right @@ -786,126 +786,126 @@ public boolean addAll(int index, Collection's Iterator. The behavior of this operation is unspecified if the specified collection is modified while the operation is in progress. (Note that this will occur if the specified - collection is this list, and it's nonempty.) -

    -

    -
    Specified by:
    addAll in interface java.util.List
    -
    -
    + collection is this list, and it's nonempty.) +

    +

    +
    Specified by:
    addAll in interface java.util.List
    +
    +
    Parameters:
    index - index at which to insert first element from the specified - collection.
    c - elements to be inserted into this list. -
    Returns:
    true if this list changed as a result of the call. -
    Throws: + collection.
    c - elements to be inserted into this list. +
    Returns:
    true if this list changed as a result of the call. +
    Throws:
    java.lang.ClassCastException - if the class of one of elements of the specified collection prevents it from being added to this - list. + list.
    java.lang.IllegalArgumentException - if some aspect of one of elements of the specified collection prevents it from being added to - this list. + this list.
    java.lang.IndexOutOfBoundsException - if the index is out of range (index - < 0 || index > size()).
    -
    -
    -
    - -

    -addFirst

    -
    -public boolean addFirst(java.lang.Object o)
    -
    + < 0 || index > size()).
    +
    +
    +
    + +

    +addFirst

    +
    +public boolean addFirst(java.lang.Object o)
    +
    Deprecated. 
    Inserts the specified element at the beginning of this list. - (Equivalent to add(0,o)). -

    -

    -
    -
    -
    -
    Parameters:
    o - element to be prepended to this list. -
    Returns:
    true
    -
    -
    -
    - -

    -addLast

    -
    -public boolean addLast(java.lang.Object o)
    -
    + (Equivalent to add(0,o)). +

    +

    +
    +
    +
    +
    Parameters:
    o - element to be prepended to this list. +
    Returns:
    true
    +
    +
    +
    + +

    +addLast

    +
    +public boolean addLast(java.lang.Object o)
    +
    Deprecated. 
    Inserts the specified element at the end of this list. - (Equivalent to add(java.lang.Object)). -

    -

    -
    -
    -
    -
    Parameters:
    o - element to be appended to this list. -
    Returns:
    true
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    + (Equivalent to add(java.lang.Object)). +

    +

    +
    +
    +
    +
    Parameters:
    o - element to be appended to this list. +
    Returns:
    true
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    Deprecated. 
    Removes all of the elements from this list. This list will be empty after this call returns (unless - it throws an exception). -

    -

    -
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -contains

    -
    -public boolean contains(java.lang.Object o)
    -
    + it throws an exception). +

    +

    +
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(java.lang.Object o)
    +
    Deprecated. 
    Returns true if this list contains the specified element. More formally, returns true if and only if this list contains at least one element e such that - (o==null ? e==null : o.equals(e)). -

    -

    -
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.List
    -
    -
    -
    Parameters:
    o - element whose presence in this list is to be tested. -
    Returns:
    true if this list contains the specified element.
    -
    -
    -
    - -

    -containsAll

    -
    -public boolean containsAll(java.util.Collection c)
    -
    + (o==null ? e==null : o.equals(e)). +

    +

    +
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.List
    +
    +
    +
    Parameters:
    o - element whose presence in this list is to be tested. +
    Returns:
    true if this list contains the specified element.
    +
    +
    +
    + +

    +containsAll

    +
    +public boolean containsAll(java.util.Collection c)
    +
    Deprecated. 
    Returns true if this list contains all of the elements of the - specified collection. -

    -

    -
    Specified by:
    containsAll in interface java.util.Collection
    Specified by:
    containsAll in interface java.util.List
    -
    -
    -
    Parameters:
    c - collection to be checked for containment in this list. + specified collection. +

    +

    +
    Specified by:
    containsAll in interface java.util.Collection
    Specified by:
    containsAll in interface java.util.List
    +
    +
    +
    Parameters:
    c - collection to be checked for containment in this list.
    Returns:
    true if this list contains all of the elements of the - specified collection.
    -
    -
    -
    - -

    -cursor

    -
    -public CursorableLinkedList.Cursor cursor()
    -
    + specified collection.
    +
    +
    +
    + +

    +cursor

    +
    +public CursorableLinkedList.Cursor cursor()
    +
    Deprecated. 
    Returns a ListIterator for iterating through the elements of this list. Unlike iterator(), a cursor is not bothered by concurrent modifications to the @@ -922,26 +922,26 @@ public cursor(int), -listIterator(), -CursorableLinkedList.Cursor
    - - -
    - -

    -cursor

    -
    -public CursorableLinkedList.Cursor cursor(int i)
    -
    + Historical Note: In previous versions of this class, the object + returned from this method was required to be explicitly closed. This + is no longer necessary. +

    +

    +
    +
    +
    +
    See Also:
    cursor(int), +listIterator(), +CursorableLinkedList.Cursor
    +
    +
    +
    + +

    +cursor

    +
    +public CursorableLinkedList.Cursor cursor(int i)
    +
    Deprecated. 
    Returns a ListIterator for iterating through the elements of this list, initialized such that ListIterator.next() will return the element at @@ -949,27 +949,27 @@ public iterator(), a cursor is not bothered by concurrent modifications to the - underlying list. -

    -

    -
    -
    -
    - -
    Throws: + underlying list. +

    +

    +
    +
    +
    + +
    Throws:
    java.lang.IndexOutOfBoundsException - if the index is out of range (index - < 0 || index > size()).
    See Also:
    cursor(), -listIterator(int), -CursorableLinkedList.Cursor
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object o)
    -
    + < 0 || index > size()).
    See Also:
    cursor(), +listIterator(int), +CursorableLinkedList.Cursor
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object o)
    +
    Deprecated. 
    Compares the specified object with this list for equality. Returns true if and only if the specified object is also a list, both lists have the same size, and all corresponding pairs of elements in @@ -978,75 +978,75 @@ public boolean equals(java.lang.Object o) e1.equals(e2)).) In other words, two lists are defined to be equal if they contain the same elements in the same order. This definition ensures that the equals method works properly across - different implementations of the List interface. -

    -

    -
    Specified by:
    equals in interface java.util.Collection
    Specified by:
    equals in interface java.util.List
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    o - the object to be compared for equality with this list. -
    Returns:
    true if the specified object is equal to this list.
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(int index)
    -
    -
    Deprecated. 
    Returns the element at the specified position in this list. -

    -

    -
    Specified by:
    get in interface java.util.List
    -
    -
    -
    Parameters:
    index - index of element to return. -
    Returns:
    the element at the specified position in this list. -
    Throws: + different implementations of the List interface. +

    +

    +
    Specified by:
    equals in interface java.util.Collection
    Specified by:
    equals in interface java.util.List
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    o - the object to be compared for equality with this list. +
    Returns:
    true if the specified object is equal to this list.
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(int index)
    +
    +
    Deprecated. 
    Returns the element at the specified position in this list. +

    +

    +
    Specified by:
    get in interface java.util.List
    +
    +
    +
    Parameters:
    index - index of element to return. +
    Returns:
    the element at the specified position in this list. +
    Throws:
    java.lang.IndexOutOfBoundsException - if the index is out of range (index - < 0 || index >= size()).
    -
    -
    -
    - -

    -getFirst

    -
    -public java.lang.Object getFirst()
    -
    -
    Deprecated. 
    Returns the element at the beginning of this list. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -getLast

    -
    -public java.lang.Object getLast()
    -
    -
    Deprecated. 
    Returns the element at the end of this list. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    + < 0 || index >= size()).
    +
    +
    +
    + +

    +getFirst

    +
    +public java.lang.Object getFirst()
    +
    +
    Deprecated. 
    Returns the element at the beginning of this list. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +getLast

    +
    +public java.lang.Object getLast()
    +
    +
    Deprecated. 
    Returns the element at the end of this list. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    Deprecated. 
    Returns the hash code value for this list. The hash code of a list is defined to be the result of the following calculation:
    @@ -1060,588 +1060,588 @@ public int hashCode()
    This ensures that list1.equals(list2) implies that list1.hashCode()==list2.hashCode() for any two lists, list1 and list2, as required by the general - contract of Object.hashCode. -

    -

    -
    Specified by:
    hashCode in interface java.util.Collection
    Specified by:
    hashCode in interface java.util.List
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    - -
    Returns:
    the hash code value for this list.
    See Also:
    Object.hashCode(), -Object.equals(Object), -equals(Object)
    -
    -
    -
    - -

    -indexOf

    -
    -public int indexOf(java.lang.Object o)
    -
    + contract of Object.hashCode. +

    +

    +
    Specified by:
    hashCode in interface java.util.Collection
    Specified by:
    hashCode in interface java.util.List
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    + +
    Returns:
    the hash code value for this list.
    See Also:
    Object.hashCode(), +Object.equals(Object), +equals(Object)
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(java.lang.Object o)
    +
    Deprecated. 
    Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element. More formally, returns the lowest index i such that (o==null ? get(i)==null : o.equals(get(i))), - or -1 if there is no such index. -

    -

    -
    Specified by:
    indexOf in interface java.util.List
    -
    -
    -
    Parameters:
    o - element to search for. + or -1 if there is no such index. +

    +

    +
    Specified by:
    indexOf in interface java.util.List
    +
    +
    +
    Parameters:
    o - element to search for.
    Returns:
    the index in this list of the first occurrence of the specified - element, or -1 if this list does not contain this element.
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Deprecated. 
    Returns true if this list contains no elements. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Collection
    Specified by:
    isEmpty in interface java.util.List
    -
    -
    - -
    Returns:
    true if this list contains no elements.
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    Deprecated. 
    Returns a fail-fast iterator. -

    -

    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    -
    -
    -
    See Also:
    List.iterator()
    -
    -
    -
    - -

    -lastIndexOf

    -
    -public int lastIndexOf(java.lang.Object o)
    -
    + element, or -1 if this list does not contain this element.
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Deprecated. 
    Returns true if this list contains no elements. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Collection
    Specified by:
    isEmpty in interface java.util.List
    +
    +
    + +
    Returns:
    true if this list contains no elements.
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    Deprecated. 
    Returns a fail-fast iterator. +

    +

    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    +
    +
    +
    See Also:
    List.iterator()
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public int lastIndexOf(java.lang.Object o)
    +
    Deprecated. 
    Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element. More formally, returns the highest index i such that (o==null ? get(i)==null : o.equals(get(i))), - or -1 if there is no such index. -

    -

    -
    Specified by:
    lastIndexOf in interface java.util.List
    -
    -
    -
    Parameters:
    o - element to search for. + or -1 if there is no such index. +

    +

    +
    Specified by:
    lastIndexOf in interface java.util.List
    +
    +
    +
    Parameters:
    o - element to search for.
    Returns:
    the index in this list of the last occurrence of the specified - element, or -1 if this list does not contain this element.
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator()
    -
    -
    Deprecated. 
    Returns a fail-fast ListIterator. -

    -

    -
    Specified by:
    listIterator in interface java.util.List
    -
    -
    -
    See Also:
    List.listIterator()
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator(int index)
    -
    -
    Deprecated. 
    Returns a fail-fast ListIterator. -

    -

    -
    Specified by:
    listIterator in interface java.util.List
    -
    -
    -
    See Also:
    List.listIterator(int)
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object o)
    -
    + element, or -1 if this list does not contain this element.
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator()
    +
    +
    Deprecated. 
    Returns a fail-fast ListIterator. +

    +

    +
    Specified by:
    listIterator in interface java.util.List
    +
    +
    +
    See Also:
    List.listIterator()
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator(int index)
    +
    +
    Deprecated. 
    Returns a fail-fast ListIterator. +

    +

    +
    Specified by:
    listIterator in interface java.util.List
    +
    +
    +
    See Also:
    List.listIterator(int)
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object o)
    +
    Deprecated. 
    Removes the first occurrence in this list of the specified element. If this list does not contain the element, it is unchanged. More formally, removes the element with the lowest index i such that (o==null ? get(i)==null : o.equals(get(i))) (if - such an element exists). -

    -

    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.List
    -
    -
    -
    Parameters:
    o - element to be removed from this list, if present. -
    Returns:
    true if this list contained the specified element.
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(int index)
    -
    + such an element exists). +

    +

    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.List
    +
    +
    +
    Parameters:
    o - element to be removed from this list, if present. +
    Returns:
    true if this list contained the specified element.
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(int index)
    +
    Deprecated. 
    Removes the element at the specified position in this list (optional operation). Shifts any subsequent elements to the left (subtracts one from their indices). Returns the element that was removed from the - list. -

    -

    -
    Specified by:
    remove in interface java.util.List
    -
    -
    -
    Parameters:
    index - the index of the element to removed. -
    Returns:
    the element previously at the specified position. -
    Throws: + list. +

    +

    +
    Specified by:
    remove in interface java.util.List
    +
    +
    +
    Parameters:
    index - the index of the element to removed. +
    Returns:
    the element previously at the specified position. +
    Throws:
    java.lang.IndexOutOfBoundsException - if the index is out of range (index - < 0 || index >= size()).
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection c)
    -
    + < 0 || index >= size()).
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection c)
    +
    Deprecated. 
    Removes from this list all the elements that are contained in the - specified collection. -

    -

    -
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.List
    -
    -
    + specified collection. +

    +

    +
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.List
    +
    +
    Parameters:
    c - collection that defines which elements will be removed from - this list. -
    Returns:
    true if this list changed as a result of the call.
    -
    -
    -
    - -

    -removeFirst

    -
    -public java.lang.Object removeFirst()
    -
    -
    Deprecated. 
    Removes the first element of this list, if any. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -removeLast

    -
    -public java.lang.Object removeLast()
    -
    -
    Deprecated. 
    Removes the last element of this list, if any. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection c)
    -
    + this list. +
    Returns:
    true if this list changed as a result of the call.
    +
    +
    +
    + +

    +removeFirst

    +
    +public java.lang.Object removeFirst()
    +
    +
    Deprecated. 
    Removes the first element of this list, if any. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +removeLast

    +
    +public java.lang.Object removeLast()
    +
    +
    Deprecated. 
    Removes the last element of this list, if any. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection c)
    +
    Deprecated. 
    Retains only the elements in this list that are contained in the specified collection. In other words, removes from this list all the elements that are not contained in the specified - collection. -

    -

    -
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.List
    -
    -
    -
    Parameters:
    c - collection that defines which elements this set will retain. -
    Returns:
    true if this list changed as a result of the call.
    -
    -
    -
    - -

    -set

    -
    -public java.lang.Object set(int index,
    -                            java.lang.Object element)
    -
    + collection. +

    +

    +
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.List
    +
    +
    +
    Parameters:
    c - collection that defines which elements this set will retain. +
    Returns:
    true if this list changed as a result of the call.
    +
    +
    +
    + +

    +set

    +
    +public java.lang.Object set(int index,
    +                            java.lang.Object element)
    +
    Deprecated. 
    Replaces the element at the specified position in this list with the - specified element. -

    -

    -
    Specified by:
    set in interface java.util.List
    -
    -
    -
    Parameters:
    index - index of element to replace.
    element - element to be stored at the specified position. -
    Returns:
    the element previously at the specified position. -
    Throws: + specified element. +

    +

    +
    Specified by:
    set in interface java.util.List
    +
    +
    +
    Parameters:
    index - index of element to replace.
    element - element to be stored at the specified position. +
    Returns:
    the element previously at the specified position. +
    Throws:
    java.lang.ClassCastException - if the class of the specified element - prevents it from being added to this list. + prevents it from being added to this list.
    java.lang.IllegalArgumentException - if some aspect of the specified - element prevents it from being added to this list. + element prevents it from being added to this list.
    java.lang.IndexOutOfBoundsException - if the index is out of range - (index < 0 || index >= size()).
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Deprecated. 
    Returns the number of elements in this list. -

    -

    -
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface java.util.List
    -
    -
    - -
    Returns:
    the number of elements in this list.
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray()
    -
    + (index < 0 || index >= size()).
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Deprecated. 
    Returns the number of elements in this list. +

    +

    +
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface java.util.List
    +
    +
    + +
    Returns:
    the number of elements in this list.
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray()
    +
    Deprecated. 
    Returns an array containing all of the elements in this list in proper - sequence. Obeys the general contract of the Collection.toArray() method. -

    -

    -
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.List
    -
    -
    - + sequence. Obeys the general contract of the Collection.toArray() method. +

    +

    +
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.List
    +
    +
    +
    Returns:
    an array containing all of the elements in this list in proper - sequence.
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray(java.lang.Object[] a)
    -
    + sequence.
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray(java.lang.Object[] a)
    +
    Deprecated. 
    Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array. Obeys the general contract of the - Collection.toArray() method. -

    -

    -
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.List
    -
    -
    + Collection.toArray() method. +

    +

    +
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.List
    +
    +
    Parameters:
    a - the array into which the elements of this list are to be stored, if it is big enough; otherwise, a new array of the - same runtime type is allocated for this purpose. -
    Returns:
    an array containing the elements of this list. -
    Throws: + same runtime type is allocated for this purpose. +
    Returns:
    an array containing the elements of this list. +
    Throws:
    java.lang.ArrayStoreException - if the runtime type of the specified array is not a supertype of the runtime type of every element in - this list.
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    Deprecated. 
    Returns a String representation of this list, suitable for debugging. -

    -

    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    - -
    Returns:
    a String representation of this list, suitable for debugging.
    -
    -
    -
    - -

    -subList

    -
    -public java.util.List subList(int i,
    -                              int j)
    -
    -
    Deprecated. 
    Returns a fail-fast sublist. -

    -

    -
    Specified by:
    subList in interface java.util.List
    -
    -
    -
    See Also:
    List.subList(int,int)
    -
    -
    -
    - -

    -insertListable

    -
    -protected org.apache.commons.collections.CursorableLinkedList.Listable insertListable(org.apache.commons.collections.CursorableLinkedList.Listable before,
    -                                                                                      org.apache.commons.collections.CursorableLinkedList.Listable after,
    -                                                                                      java.lang.Object value)
    -
    + this list.
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Deprecated. 
    Returns a String representation of this list, suitable for debugging. +

    +

    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    + +
    Returns:
    a String representation of this list, suitable for debugging.
    +
    +
    +
    + +

    +subList

    +
    +public java.util.List subList(int i,
    +                              int j)
    +
    +
    Deprecated. 
    Returns a fail-fast sublist. +

    +

    +
    Specified by:
    subList in interface java.util.List
    +
    +
    +
    See Also:
    List.subList(int,int)
    +
    +
    +
    + +

    +insertListable

    +
    +protected org.apache.commons.collections.CursorableLinkedList.Listable insertListable(org.apache.commons.collections.CursorableLinkedList.Listable before,
    +                                                                                      org.apache.commons.collections.CursorableLinkedList.Listable after,
    +                                                                                      java.lang.Object value)
    +
    Deprecated. 
    Inserts a new value into my list, after the specified before element, and before the - specified after element -

    -

    -
    -
    -
    - -
    Returns:
    the newly created - CursorableLinkedList.Listable
    -
    -
    -
    - -

    -removeListable

    -
    -protected void removeListable(org.apache.commons.collections.CursorableLinkedList.Listable elt)
    -
    -
    Deprecated. 
    Removes the given - CursorableLinkedList.Listable - from my list. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -getListableAt

    -
    -protected org.apache.commons.collections.CursorableLinkedList.Listable getListableAt(int index)
    -
    -
    Deprecated. 
    Returns the - CursorableLinkedList.Listable - at the specified index. -

    -

    -
    -
    -
    - -
    Throws: + specified after element +

    +

    +
    +
    +
    + +
    Returns:
    the newly created + CursorableLinkedList.Listable
    +
    +
    +
    + +

    +removeListable

    +
    +protected void removeListable(org.apache.commons.collections.CursorableLinkedList.Listable elt)
    +
    +
    Deprecated. 
    Removes the given + CursorableLinkedList.Listable + from my list. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +getListableAt

    +
    +protected org.apache.commons.collections.CursorableLinkedList.Listable getListableAt(int index)
    +
    +
    Deprecated. 
    Returns the + CursorableLinkedList.Listable + at the specified index. +

    +

    +
    +
    +
    + +
    Throws:
    java.lang.IndexOutOfBoundsException - if index is less than zero or - greater than or equal to the size of this list.
    -
    -
    -
    - -

    -registerCursor

    -
    -protected void registerCursor(CursorableLinkedList.Cursor cur)
    -
    + greater than or equal to the size of this list.
    +
    +
    +
    + +

    +registerCursor

    +
    +protected void registerCursor(CursorableLinkedList.Cursor cur)
    +
    Deprecated. 
    Registers a CursorableLinkedList.Cursor to be notified - of changes to this list. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -unregisterCursor

    -
    -protected void unregisterCursor(CursorableLinkedList.Cursor cur)
    -
    + of changes to this list. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +unregisterCursor

    +
    +protected void unregisterCursor(CursorableLinkedList.Cursor cur)
    +
    Deprecated. 
    Removes a CursorableLinkedList.Cursor from - the set of cursors to be notified of changes to this list. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -invalidateCursors

    -
    -protected void invalidateCursors()
    -
    + the set of cursors to be notified of changes to this list. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +invalidateCursors

    +
    +protected void invalidateCursors()
    +
    Deprecated. 
    Informs all of my registered cursors that they are now - invalid. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -broadcastListableChanged

    -
    -protected void broadcastListableChanged(org.apache.commons.collections.CursorableLinkedList.Listable elt)
    -
    + invalid. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +broadcastListableChanged

    +
    +protected void broadcastListableChanged(org.apache.commons.collections.CursorableLinkedList.Listable elt)
    +
    Deprecated. 
    Informs all of my registered cursors that the specified - element was changed. -

    -

    -
    -
    -
    -
    See Also:
    set(int,java.lang.Object)
    -
    -
    -
    - -

    -broadcastListableRemoved

    -
    -protected void broadcastListableRemoved(org.apache.commons.collections.CursorableLinkedList.Listable elt)
    -
    + element was changed. +

    +

    +
    +
    +
    +
    See Also:
    set(int,java.lang.Object)
    +
    +
    +
    + +

    +broadcastListableRemoved

    +
    +protected void broadcastListableRemoved(org.apache.commons.collections.CursorableLinkedList.Listable elt)
    +
    Deprecated. 
    Informs all of my registered cursors that the specified - element was just removed from my list. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -broadcastListableInserted

    -
    -protected void broadcastListableInserted(org.apache.commons.collections.CursorableLinkedList.Listable elt)
    -
    + element was just removed from my list. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +broadcastListableInserted

    +
    +protected void broadcastListableInserted(org.apache.commons.collections.CursorableLinkedList.Listable elt)
    +
    Deprecated. 
    Informs all of my registered cursors that the specified - element was just added to my list. -

    -

    -
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + element was just added to my list. +

    +

    +
    +
    +
    +
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/DefaultMapBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/DefaultMapBag.html index 0951d06..095c8ce 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/DefaultMapBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/DefaultMapBag.html @@ -1,644 +1,644 @@ - - - - - - - -DefaultMapBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class DefaultMapBag

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.DefaultMapBag
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, Bag
    -
    -
    -
    Direct Known Subclasses:
    HashBag, TreeBag
    -
    -
    -Deprecated. Moved to bag subpackage as AbstractMapBag. Due to be removed in v4.0. -

    -

    -
    public abstract class DefaultMapBag
    extends java.lang.Object
    implements Bag
    - - -

    + + + + + + + +DefaultMapBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class DefaultMapBag

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.DefaultMapBag
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, Bag
    +
    +
    +
    Direct Known Subclasses:
    HashBag, TreeBag
    +
    +
    +Deprecated. Moved to bag subpackage as AbstractMapBag. Due to be removed in v4.0. +

    +

    +
    public abstract class DefaultMapBag
    extends java.lang.Object
    implements Bag
    + + +

    A skeletal implementation of the Bag interface to minimize the effort required for target implementations. - Subclasses need only to call setMap(Map) in their constructor + Subclasses need only to call setMap(Map) in their constructor (or invoke the Map constructor) specifying a map instance that will be used to store the contents of the bag.

    The map will be used to map bag elements to a number; the number represents - the number of occurrences of that element in the bag. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Chuck Burdick, Michael A. Smith, Stephen Colebourne, Janek Bogucki
    -
    -
    - -

    - - - - - - - - - - - - - - - - -
    -Constructor Summary
    - DefaultMapBag() - -
    -          Deprecated. No-argument constructor.
    -protected DefaultMapBag(java.util.Map map) - -
    -          Deprecated. Constructor that assigns the specified Map as the backing store.
    -  - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    - booleanadd(java.lang.Object object) - -
    -          Deprecated. Adds a new element to the bag by incrementing its count in the - underlying map.
    - booleanadd(java.lang.Object object, - int nCopies) - -
    -          Deprecated. Adds a new element to the bag by incrementing its count in the map.
    - booleanaddAll(java.util.Collection coll) - -
    -          Deprecated. Invokes add(Object) for each element in the given collection.
    -protected  intcalcTotalSize() - -
    + the number of occurrences of that element in the bag. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Chuck Burdick, Michael A. Smith, Stephen Colebourne, Janek Bogucki
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    + DefaultMapBag() + +
    +          Deprecated. No-argument constructor.
    +protected DefaultMapBag(java.util.Map map) + +
    +          Deprecated. Constructor that assigns the specified Map as the backing store.
    +  + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    + booleanadd(java.lang.Object object) + +
    +          Deprecated. Adds a new element to the bag by incrementing its count in the + underlying map.
    + booleanadd(java.lang.Object object, + int nCopies) + +
    +          Deprecated. Adds a new element to the bag by incrementing its count in the map.
    + booleanaddAll(java.util.Collection coll) + +
    +          Deprecated. Invokes add(Object) for each element in the given collection.
    +protected  intcalcTotalSize() + +
              Deprecated. Actually walks the bag to make sure the count is correct and - resets the running total
    - voidclear() - -
    -          Deprecated. Clears the bag by clearing the underlying map.
    - booleancontains(java.lang.Object object) - -
    + resets the running total
    + voidclear() + +
    +          Deprecated. Clears the bag by clearing the underlying map.
    + booleancontains(java.lang.Object object) + +
              Deprecated. Determines if the bag contains the given element by checking if the - underlying map contains the element as a key.
    - booleancontainsAll(Bag other) - -
    + underlying map contains the element as a key.
    + booleancontainsAll(Bag other) + +
              Deprecated. Returns true if the bag contains all elements in - the given collection, respecting cardinality.
    - booleancontainsAll(java.util.Collection coll) - -
    -          Deprecated. Determines if the bag contains the given elements.
    - booleanequals(java.lang.Object object) - -
    -          Deprecated. Returns true if the given object is not null, has the precise type + the given collection, respecting cardinality.
    + booleancontainsAll(java.util.Collection coll) + +
    +          Deprecated. Determines if the bag contains the given elements.
    + booleanequals(java.lang.Object object) + +
    +          Deprecated. Returns true if the given object is not null, has the precise type of this bag, and contains the same number of occurrences of all the - same elements.
    - intgetCount(java.lang.Object object) - -
    + same elements.
    + intgetCount(java.lang.Object object) + +
              Deprecated. Returns the number of occurrence of the given element in this bag - by looking up its count in the underlying map.
    -protected  java.util.MapgetMap() - -
    + by looking up its count in the underlying map.
    +protected  java.util.MapgetMap() + +
              Deprecated. Utility method for implementations to access the map that backs - this bag.
    - inthashCode() - -
    -          Deprecated. Returns the hash code of the underlying map.
    - booleanisEmpty() - -
    -          Deprecated. Returns true if the underlying map is empty.
    - java.util.Iteratoriterator() - -
    + this bag.
    + inthashCode() + +
    +          Deprecated. Returns the hash code of the underlying map.
    + booleanisEmpty() + +
    +          Deprecated. Returns true if the underlying map is empty.
    + java.util.Iteratoriterator() + +
              Deprecated. Returns an Iterator over the entire set of members, - including copies due to cardinality.
    - booleanremove(java.lang.Object object) - -
    + including copies due to cardinality.
    + booleanremove(java.lang.Object object) + +
              Deprecated. (Violation) - Removes all occurrences of the given object from the bag.
    - booleanremove(java.lang.Object object, - int nCopies) - -
    -          Deprecated. Removes nCopies copies of the specified object from the Bag.
    - booleanremoveAll(java.util.Collection coll) - -
    + Removes all occurrences of the given object from the bag.
    + booleanremove(java.lang.Object object, + int nCopies) + +
    +          Deprecated. Removes nCopies copies of the specified object from the Bag.
    + booleanremoveAll(java.util.Collection coll) + +
              Deprecated. (Violation) Remove all elements represented in the given collection, - respecting cardinality.
    - booleanretainAll(Bag other) - -
    + respecting cardinality.
    + booleanretainAll(Bag other) + +
              Deprecated. Remove any members of the bag that are not in the given - bag, respecting cardinality.
    - booleanretainAll(java.util.Collection coll) - -
    + bag, respecting cardinality.
    + booleanretainAll(java.util.Collection coll) + +
              Deprecated. Remove any members of the bag that are not in the given - bag, respecting cardinality.
    -protected  voidsetMap(java.util.Map map) - -
    + bag, respecting cardinality.
    +protected  voidsetMap(java.util.Map map) + +
              Deprecated. Utility method for implementations to set the map that backs - this bag.
    - intsize() - -
    -          Deprecated. Returns the number of elements in this bag.
    - java.lang.Object[]toArray() - -
    -          Deprecated. Returns an array of all of this bag's elements.
    - java.lang.Object[]toArray(java.lang.Object[] array) - -
    -          Deprecated. Returns an array of all of this bag's elements.
    - java.lang.StringtoString() - -
    -          Deprecated. Implement a toString() method suitable for debugging.
    - java.util.SetuniqueSet() - -
    -          Deprecated. Returns an unmodifiable view of the underlying map's key set.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -DefaultMapBag

    -
    -public DefaultMapBag()
    -
    -
    Deprecated. 
    No-argument constructor. + this bag.
    + intsize() + +
    +          Deprecated. Returns the number of elements in this bag.
    + java.lang.Object[]toArray() + +
    +          Deprecated. Returns an array of all of this bag's elements.
    + java.lang.Object[]toArray(java.lang.Object[] array) + +
    +          Deprecated. Returns an array of all of this bag's elements.
    + java.lang.StringtoString() + +
    +          Deprecated. Implement a toString() method suitable for debugging.
    + java.util.SetuniqueSet() + +
    +          Deprecated. Returns an unmodifiable view of the underlying map's key set.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +DefaultMapBag

    +
    +public DefaultMapBag()
    +
    +
    Deprecated. 
    No-argument constructor. Subclasses should invoke setMap(Map) in - their constructors. -

    -

    -
    - -

    -DefaultMapBag

    -
    -protected DefaultMapBag(java.util.Map map)
    -
    + their constructors. +

    +

    +
    + +

    +DefaultMapBag

    +
    +protected DefaultMapBag(java.util.Map map)
    +
    Deprecated. 
    Constructor that assigns the specified Map as the backing store. - The map must be empty. -

    -

    -
    Parameters:
    map - the map to assign
    -
    - - - - - - - - -
    -Method Detail
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    -
    Deprecated. 
    Adds a new element to the bag by incrementing its count in the - underlying map. -

    -

    -
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface Bag
    -
    -
    -
    Parameters:
    object - the object to add -
    Returns:
    true if the object was not already in the uniqueSet
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object,
    -                   int nCopies)
    -
    -
    Deprecated. 
    Adds a new element to the bag by incrementing its count in the map. -

    -

    -
    Specified by:
    add in interface Bag
    -
    -
    -
    Parameters:
    object - the object to search for
    nCopies - the number of copies to add -
    Returns:
    true if the object was not already in the uniqueSet
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    Deprecated. 
    Invokes add(Object) for each element in the given collection. -

    -

    -
    Specified by:
    addAll in interface java.util.Collection
    -
    -
    -
    Parameters:
    coll - the collection to add -
    Returns:
    true if this call changed the bag
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    Deprecated. 
    Clears the bag by clearing the underlying map. -

    -

    -
    Specified by:
    clear in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -contains

    -
    -public boolean contains(java.lang.Object object)
    -
    + The map must be empty. +

    +

    +
    Parameters:
    map - the map to assign
    +
    + + + + + + + + +
    +Method Detail
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    +
    Deprecated. 
    Adds a new element to the bag by incrementing its count in the + underlying map. +

    +

    +
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface Bag
    +
    +
    +
    Parameters:
    object - the object to add +
    Returns:
    true if the object was not already in the uniqueSet
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object,
    +                   int nCopies)
    +
    +
    Deprecated. 
    Adds a new element to the bag by incrementing its count in the map. +

    +

    +
    Specified by:
    add in interface Bag
    +
    +
    +
    Parameters:
    object - the object to search for
    nCopies - the number of copies to add +
    Returns:
    true if the object was not already in the uniqueSet
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    Deprecated. 
    Invokes add(Object) for each element in the given collection. +

    +

    +
    Specified by:
    addAll in interface java.util.Collection
    +
    +
    +
    Parameters:
    coll - the collection to add +
    Returns:
    true if this call changed the bag
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    Deprecated. 
    Clears the bag by clearing the underlying map. +

    +

    +
    Specified by:
    clear in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(java.lang.Object object)
    +
    Deprecated. 
    Determines if the bag contains the given element by checking if the - underlying map contains the element as a key. -

    -

    -
    Specified by:
    contains in interface java.util.Collection
    -
    -
    -
    Parameters:
    object - the object to search for -
    Returns:
    true if the bag contains the given element
    -
    -
    -
    - -

    -containsAll

    -
    -public boolean containsAll(java.util.Collection coll)
    -
    -
    Deprecated. 
    Determines if the bag contains the given elements. -

    -

    -
    Specified by:
    containsAll in interface java.util.Collection
    Specified by:
    containsAll in interface Bag
    -
    -
    -
    Parameters:
    coll - the collection to check against -
    Returns:
    true if the Bag contains all the collection
    -
    -
    -
    - -

    -containsAll

    -
    -public boolean containsAll(Bag other)
    -
    + underlying map contains the element as a key. +

    +

    +
    Specified by:
    contains in interface java.util.Collection
    +
    +
    +
    Parameters:
    object - the object to search for +
    Returns:
    true if the bag contains the given element
    +
    +
    +
    + +

    +containsAll

    +
    +public boolean containsAll(java.util.Collection coll)
    +
    +
    Deprecated. 
    Determines if the bag contains the given elements. +

    +

    +
    Specified by:
    containsAll in interface java.util.Collection
    Specified by:
    containsAll in interface Bag
    +
    +
    +
    Parameters:
    coll - the collection to check against +
    Returns:
    true if the Bag contains all the collection
    +
    +
    +
    + +

    +containsAll

    +
    +public boolean containsAll(Bag other)
    +
    Deprecated. 
    Returns true if the bag contains all elements in - the given collection, respecting cardinality. -

    -

    -
    -
    -
    -
    Parameters:
    other - the bag to check against -
    Returns:
    true if the Bag contains all the collection
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object object)
    -
    -
    Deprecated. 
    Returns true if the given object is not null, has the precise type + the given collection, respecting cardinality. +

    +

    +
    +
    +
    +
    Parameters:
    other - the bag to check against +
    Returns:
    true if the Bag contains all the collection
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object object)
    +
    +
    Deprecated. 
    Returns true if the given object is not null, has the precise type of this bag, and contains the same number of occurrences of all the - same elements. -

    -

    -
    Specified by:
    equals in interface java.util.Collection
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    object - the object to test for equality -
    Returns:
    true if that object equals this bag
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    Deprecated. 
    Returns the hash code of the underlying map. -

    -

    -
    Specified by:
    hashCode in interface java.util.Collection
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    - -
    Returns:
    the hash code of the underlying map
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Deprecated. 
    Returns true if the underlying map is empty. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Collection
    -
    -
    - -
    Returns:
    true if there are no elements in this bag
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    Deprecated. 
    Description copied from interface: Bag
    + same elements. +

    +

    +
    Specified by:
    equals in interface java.util.Collection
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    object - the object to test for equality +
    Returns:
    true if that object equals this bag
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Deprecated. 
    Returns the hash code of the underlying map. +

    +

    +
    Specified by:
    hashCode in interface java.util.Collection
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    + +
    Returns:
    the hash code of the underlying map
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Deprecated. 
    Returns true if the underlying map is empty. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Collection
    +
    +
    + +
    Returns:
    true if there are no elements in this bag
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    Deprecated. 
    Description copied from interface: Bag
    Returns an Iterator over the entire set of members, including copies due to cardinality. This iterator is fail-fast - and will not tolerate concurrent modifications. -

    -

    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface Bag
    -
    -
    - -
    Returns:
    iterator over all elements in the Bag
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object)
    -
    -
    Deprecated. 
    Description copied from interface: Bag
    + and will not tolerate concurrent modifications. +

    +

    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface Bag
    +
    +
    + +
    Returns:
    iterator over all elements in the Bag
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object)
    +
    +
    Deprecated. 
    Description copied from interface: Bag
    (Violation) Removes all occurrences of the given object from the bag.

    @@ -646,46 +646,46 @@ public boolean remove(java.lang.Object object)

    According to the Collection.remove(Object) method, this method should only remove the first occurrence of the - given object, not all occurrences. -

    -

    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface Bag
    -
    -
    - -
    Returns:
    true if this call changed the collection
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object,
    -                      int nCopies)
    -
    -
    Deprecated. 
    Description copied from interface: Bag
    + given object, not all occurrences. +

    +

    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface Bag
    +
    +
    + +
    Returns:
    true if this call changed the collection
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object,
    +                      int nCopies)
    +
    +
    Deprecated. 
    Description copied from interface: Bag
    Removes nCopies copies of the specified object from the Bag.

    If the number of copies to remove is greater than the actual number of - copies in the Bag, no error is thrown. -

    -

    -
    Specified by:
    remove in interface Bag
    -
    -
    -
    Parameters:
    object - the object to remove
    nCopies - the number of copies to remove -
    Returns:
    true if this call changed the collection
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    Deprecated. 
    Description copied from interface: Bag
    + copies in the Bag, no error is thrown. +

    +

    +
    Specified by:
    remove in interface Bag
    +
    +
    +
    Parameters:
    object - the object to remove
    nCopies - the number of copies to remove +
    Returns:
    true if this call changed the collection
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    Deprecated. 
    Description copied from interface: Bag
    (Violation) Remove all elements represented in the given collection, respecting cardinality. That is, if the given collection @@ -695,271 +695,271 @@ public boolean removeAll(java.util.Collection coll)

    The Collection.removeAll(Collection) method specifies that cardinality should not be respected; this method should - remove all occurrences of every object contained in the - given collection. -

    -

    -
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface Bag
    -
    -
    -
    Parameters:
    coll - the collection to remove -
    Returns:
    true if this call changed the collection
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    + remove all occurrences of every object contained in the + given collection. +

    +

    +
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface Bag
    +
    +
    +
    Parameters:
    coll - the collection to remove +
    Returns:
    true if this call changed the collection
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    Deprecated. 
    Remove any members of the bag that are not in the given - bag, respecting cardinality. -

    -

    -
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface Bag
    -
    -
    -
    Parameters:
    coll - the collection to retain -
    Returns:
    true if this call changed the collection
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(Bag other)
    -
    + bag, respecting cardinality. +

    +

    +
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface Bag
    +
    +
    +
    Parameters:
    coll - the collection to retain +
    Returns:
    true if this call changed the collection
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(Bag other)
    +
    Deprecated. 
    Remove any members of the bag that are not in the given - bag, respecting cardinality. -

    -

    -
    -
    -
    -
    Parameters:
    other - the bag to retain -
    Returns:
    true if this call changed the collection
    See Also:
    retainAll(Collection)
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray()
    -
    -
    Deprecated. 
    Returns an array of all of this bag's elements. -

    -

    -
    Specified by:
    toArray in interface java.util.Collection
    -
    -
    - -
    Returns:
    an array of all of this bag's elements
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray(java.lang.Object[] array)
    -
    -
    Deprecated. 
    Returns an array of all of this bag's elements. -

    -

    -
    Specified by:
    toArray in interface java.util.Collection
    -
    -
    -
    Parameters:
    array - the array to populate -
    Returns:
    an array of all of this bag's elements
    -
    -
    -
    - -

    -getCount

    -
    -public int getCount(java.lang.Object object)
    -
    + bag, respecting cardinality. +

    +

    +
    +
    +
    +
    Parameters:
    other - the bag to retain +
    Returns:
    true if this call changed the collection
    See Also:
    retainAll(Collection)
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray()
    +
    +
    Deprecated. 
    Returns an array of all of this bag's elements. +

    +

    +
    Specified by:
    toArray in interface java.util.Collection
    +
    +
    + +
    Returns:
    an array of all of this bag's elements
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray(java.lang.Object[] array)
    +
    +
    Deprecated. 
    Returns an array of all of this bag's elements. +

    +

    +
    Specified by:
    toArray in interface java.util.Collection
    +
    +
    +
    Parameters:
    array - the array to populate +
    Returns:
    an array of all of this bag's elements
    +
    +
    +
    + +

    +getCount

    +
    +public int getCount(java.lang.Object object)
    +
    Deprecated. 
    Returns the number of occurrence of the given element in this bag - by looking up its count in the underlying map. -

    -

    -
    Specified by:
    getCount in interface Bag
    -
    -
    -
    Parameters:
    object - the object to search for -
    Returns:
    the number of occurrences of the object, zero if not found
    -
    -
    -
    - -

    -uniqueSet

    -
    -public java.util.Set uniqueSet()
    -
    -
    Deprecated. 
    Returns an unmodifiable view of the underlying map's key set. -

    -

    -
    Specified by:
    uniqueSet in interface Bag
    -
    -
    - -
    Returns:
    the set of unique elements in this bag
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Deprecated. 
    Returns the number of elements in this bag. -

    -

    -
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface Bag
    -
    -
    - -
    Returns:
    the number of elements in this bag
    -
    -
    -
    - -

    -calcTotalSize

    -
    -protected int calcTotalSize()
    -
    + by looking up its count in the underlying map. +

    +

    +
    Specified by:
    getCount in interface Bag
    +
    +
    +
    Parameters:
    object - the object to search for +
    Returns:
    the number of occurrences of the object, zero if not found
    +
    +
    +
    + +

    +uniqueSet

    +
    +public java.util.Set uniqueSet()
    +
    +
    Deprecated. 
    Returns an unmodifiable view of the underlying map's key set. +

    +

    +
    Specified by:
    uniqueSet in interface Bag
    +
    +
    + +
    Returns:
    the set of unique elements in this bag
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Deprecated. 
    Returns the number of elements in this bag. +

    +

    +
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface Bag
    +
    +
    + +
    Returns:
    the number of elements in this bag
    +
    +
    +
    + +

    +calcTotalSize

    +
    +protected int calcTotalSize()
    +
    Deprecated. 
    Actually walks the bag to make sure the count is correct and - resets the running total -

    -

    -
    -
    -
    - -
    Returns:
    the current total size
    -
    -
    -
    - -

    -setMap

    -
    -protected void setMap(java.util.Map map)
    -
    + resets the running total +

    +

    +
    +
    +
    + +
    Returns:
    the current total size
    +
    +
    +
    + +

    +setMap

    +
    +protected void setMap(java.util.Map map)
    +
    Deprecated. 
    Utility method for implementations to set the map that backs this bag. Not intended for interactive use outside of - subclasses. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -getMap

    -
    -protected java.util.Map getMap()
    -
    + subclasses. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +getMap

    +
    +protected java.util.Map getMap()
    +
    Deprecated. 
    Utility method for implementations to access the map that backs this bag. Not intended for interactive use outside of - subclasses. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    Deprecated. 
    Implement a toString() method suitable for debugging. -

    -

    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    - -
    Returns:
    a debugging toString
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + subclasses. +

    +

    +
    +
    +
    +
    +
    + +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Deprecated. 
    Implement a toString() method suitable for debugging. +

    +

    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    + +
    Returns:
    a debugging toString
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/DefaultMapEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/DefaultMapEntry.html index d4ba21a..b0910b6 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/DefaultMapEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/DefaultMapEntry.html @@ -1,481 +1,481 @@ - - - - - - - -DefaultMapEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class DefaultMapEntry

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.DefaultMapEntry
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    -
    -
    -Deprecated. Use the version in the keyvalue subpackage. Will be removed in v4.0 -

    -

    -
    public class DefaultMapEntry
    extends java.lang.Object
    implements java.util.Map.Entry, KeyValue
    - - -

    -A default implementation of Map.Entry -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Strachan, Michael A. Smith, Neil O'Toole, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - + +
    -Constructor Summary
    DefaultMapEntry() - -
    + + + + + + + +DefaultMapEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections +
    +Class DefaultMapEntry

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.DefaultMapEntry
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    +
    +
    +Deprecated. Use the version in the keyvalue subpackage. Will be removed in v4.0 +

    +

    +
    public class DefaultMapEntry
    extends java.lang.Object
    implements java.util.Map.Entry, KeyValue
    + + +

    +A default implementation of Map.Entry +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Strachan, Michael A. Smith, Neil O'Toole, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + - - - + + + - - - + + + - -
    +Constructor Summary
    DefaultMapEntry() + +
              Deprecated. Constructs a new DefaultMapEntry with a null key - and null value.
    DefaultMapEntry(java.util.Map.Entry entry) - -
    + and null value.
    DefaultMapEntry(java.util.Map.Entry entry) + +
              Deprecated. Constructs a new DefaultMapEntry with the given - key and given value.
    DefaultMapEntry(java.lang.Object key, - java.lang.Object value) - -
    + key and given value.
    DefaultMapEntry(java.lang.Object key, + java.lang.Object value) + +
              Deprecated. Constructs a new DefaultMapEntry with the given - key and given value.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanequals(java.lang.Object obj) - -
    -          Deprecated. Compares this Map Entry with another Map Entry.
    - java.lang.ObjectgetKey() - -
    -          Deprecated. Gets the key from the Map Entry.
    - java.lang.ObjectgetValue() - -
    -          Deprecated. Gets the value from the Map Entry.
    - inthashCode() - -
    -          Deprecated. Gets a hashCode compatible with the equals method.
    - voidsetKey(java.lang.Object key) - -
    -          Deprecated. Sets the key stored in this Map Entry.
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -          Deprecated. Sets the value stored in this Map Entry.
    - java.lang.StringtoString() - -
    -          Deprecated. Written to match the output of the Map.Entry's used in - a HashMap.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -DefaultMapEntry

    -
    -public DefaultMapEntry()
    -
    + key and given value.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanequals(java.lang.Object obj) + +
    +          Deprecated. Compares this Map Entry with another Map Entry.
    + java.lang.ObjectgetKey() + +
    +          Deprecated. Gets the key from the Map Entry.
    + java.lang.ObjectgetValue() + +
    +          Deprecated. Gets the value from the Map Entry.
    + inthashCode() + +
    +          Deprecated. Gets a hashCode compatible with the equals method.
    + voidsetKey(java.lang.Object key) + +
    +          Deprecated. Sets the key stored in this Map Entry.
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +          Deprecated. Sets the value stored in this Map Entry.
    + java.lang.StringtoString() + +
    +          Deprecated. Written to match the output of the Map.Entry's used in + a HashMap.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +DefaultMapEntry

    +
    +public DefaultMapEntry()
    +
    Deprecated. 
    Constructs a new DefaultMapEntry with a null key - and null value. -

    -

    -
    - -

    -DefaultMapEntry

    -
    -public DefaultMapEntry(java.util.Map.Entry entry)
    -
    + and null value. +

    +

    +
    + +

    +DefaultMapEntry

    +
    +public DefaultMapEntry(java.util.Map.Entry entry)
    +
    Deprecated. 
    Constructs a new DefaultMapEntry with the given - key and given value. -

    -

    -
    Parameters:
    entry - the entry to copy, must not be null -
    Throws: -
    java.lang.NullPointerException - if the entry is null
    -
    -
    - -

    -DefaultMapEntry

    -
    -public DefaultMapEntry(java.lang.Object key,
    -                       java.lang.Object value)
    -
    + key and given value. +

    +

    +
    Parameters:
    entry - the entry to copy, must not be null +
    Throws: +
    java.lang.NullPointerException - if the entry is null
    +
    +
    + +

    +DefaultMapEntry

    +
    +public DefaultMapEntry(java.lang.Object key,
    +                       java.lang.Object value)
    +
    Deprecated. 
    Constructs a new DefaultMapEntry with the given - key and given value. -

    -

    -
    Parameters:
    key - the key for the entry, may be null
    value - the value for the entry, may be null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    Deprecated. 
    Gets the key from the Map Entry. -

    -

    -
    Specified by:
    getKey in interface java.util.Map.Entry
    Specified by:
    getKey in interface KeyValue
    -
    -
    - -
    Returns:
    the key
    -
    -
    -
    - -

    -setKey

    -
    -public void setKey(java.lang.Object key)
    -
    + key and given value. +

    +

    +
    Parameters:
    key - the key for the entry, may be null
    value - the value for the entry, may be null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    Deprecated. 
    Gets the key from the Map Entry. +

    +

    +
    Specified by:
    getKey in interface java.util.Map.Entry
    Specified by:
    getKey in interface KeyValue
    +
    +
    + +
    Returns:
    the key
    +
    +
    +
    + +

    +setKey

    +
    +public void setKey(java.lang.Object key)
    +
    Deprecated. 
    Sets the key stored in this Map Entry.

    - This Map Entry is not connected to a Map, so only the local data is changed. -

    -

    -
    -
    -
    -
    Parameters:
    key - the new key
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    Deprecated. 
    Gets the value from the Map Entry. -

    -

    -
    Specified by:
    getValue in interface java.util.Map.Entry
    Specified by:
    getValue in interface KeyValue
    -
    -
    - -
    Returns:
    the value
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    + This Map Entry is not connected to a Map, so only the local data is changed. +

    +

    +
    +
    +
    +
    Parameters:
    key - the new key
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Deprecated. 
    Gets the value from the Map Entry. +

    +

    +
    Specified by:
    getValue in interface java.util.Map.Entry
    Specified by:
    getValue in interface KeyValue
    +
    +
    + +
    Returns:
    the value
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    Deprecated. 
    Sets the value stored in this Map Entry.

    - This Map Entry is not connected to a Map, so only the local data is changed. -

    -

    -
    Specified by:
    setValue in interface java.util.Map.Entry
    -
    -
    -
    Parameters:
    value - the new value -
    Returns:
    the previous value
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    + This Map Entry is not connected to a Map, so only the local data is changed. +

    +

    +
    Specified by:
    setValue in interface java.util.Map.Entry
    +
    +
    +
    Parameters:
    value - the new value +
    Returns:
    the previous value
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    Deprecated. 
    Compares this Map Entry with another Map Entry.

    - Implemented per API documentation of Map.Entry.equals(Object) -

    -

    -
    Specified by:
    equals in interface java.util.Map.Entry
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    obj - the object to compare to -
    Returns:
    true if equal key and value
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    + Implemented per API documentation of Map.Entry.equals(Object) +

    +

    +
    Specified by:
    equals in interface java.util.Map.Entry
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    obj - the object to compare to +
    Returns:
    true if equal key and value
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    Deprecated. 
    Gets a hashCode compatible with the equals method.

    - Implemented per API documentation of Map.Entry.hashCode() -

    -

    -
    Specified by:
    hashCode in interface java.util.Map.Entry
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    - -
    Returns:
    a suitable hash code
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    Deprecated. 
    Written to match the output of the Map.Entry's used in - a HashMap. -

    -

    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    -
    Since:
    -
    3.0
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Implemented per API documentation of Map.Entry.hashCode() +

    +

    +
    Specified by:
    hashCode in interface java.util.Map.Entry
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    + +
    Returns:
    a suitable hash code
    +
    + +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Deprecated. 
    Written to match the output of the Map.Entry's used in + a HashMap. +

    +

    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    +
    Since:
    +
    3.0
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/DoubleOrderedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/DoubleOrderedMap.html index 5da4979..2be508c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/DoubleOrderedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/DoubleOrderedMap.html @@ -1,110 +1,110 @@ - - - - - - - -DoubleOrderedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class DoubleOrderedMap

    -
    -java.lang.Object
    -  extended by java.util.AbstractMap
    -      extended by org.apache.commons.collections.DoubleOrderedMap
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map
    -
    -
    -Deprecated. Replaced by TreeBidiMap in bidimap subpackage. Due to be removed in v4.0. -

    -

    -
    public final class DoubleOrderedMap
    extends java.util.AbstractMap
    - - -

    + + + + + + + +DoubleOrderedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class DoubleOrderedMap

    +
    +java.lang.Object
    +  extended by java.util.AbstractMap
    +      extended by org.apache.commons.collections.DoubleOrderedMap
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map
    +
    +
    +Deprecated. Replaced by TreeBidiMap in bidimap subpackage. Due to be removed in v4.0. +

    +

    +
    public final class DoubleOrderedMap
    extends java.util.AbstractMap
    + + +

    Red-Black tree-based implementation of Map. This class guarantees that the map will be in both ascending key order and ascending value order, sorted according to the natural order for the key's @@ -171,321 +171,321 @@ Red-Black tree-based implementation of Map. This class guarantees values.

    Collection valuesByValue() returns the values in a Collection whose - iterator will iterate over the values in ascending order. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Marc Johnson
    -
    See Also:
    BidiMap, -DualTreeBidiMap, -DualHashBidiMap
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - - + +
    -Constructor Summary
    DoubleOrderedMap() - -
    -          Deprecated. Construct a new DoubleOrderedMap
    DoubleOrderedMap(java.util.Map map) - -
    + iterator will iterate over the values in ascending order. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Marc Johnson
    +
    See Also:
    BidiMap, +DualTreeBidiMap, +DualHashBidiMap
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + + - -
    +Constructor Summary
    DoubleOrderedMap() + +
    +          Deprecated. Construct a new DoubleOrderedMap
    DoubleOrderedMap(java.util.Map map) + +
              Deprecated. Constructs a new DoubleOrderedMap from an existing Map, with keys and - values sorted
    -  - - - - - - - - - - - - - - + +
    -Method Summary
    - voidclear() - -
    -          Deprecated. Removes all mappings from this map
    - booleancontainsKey(java.lang.Object key) - -
    + values sorted
    +  + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - -
    +Method Summary
    + voidclear() + +
    +          Deprecated. Removes all mappings from this map
    + booleancontainsKey(java.lang.Object key) + +
              Deprecated. Returns true if this map contains a mapping for the specified - key.
    - booleancontainsValue(java.lang.Object value) - -
    + key.
    + booleancontainsValue(java.lang.Object value) + +
              Deprecated. Returns true if this map maps one or more keys to the - specified value.
    - java.util.SetentrySet() - -
    -          Deprecated. Returns a set view of the mappings contained in this map.
    - java.util.SetentrySetByValue() - -
    -          Deprecated. Returns a set view of the mappings contained in this map.
    - java.lang.Objectget(java.lang.Object key) - -
    + specified value.
    + java.util.SetentrySet() + +
    +          Deprecated. Returns a set view of the mappings contained in this map.
    + java.util.SetentrySetByValue() + +
    +          Deprecated. Returns a set view of the mappings contained in this map.
    + java.lang.Objectget(java.lang.Object key) + +
              Deprecated. Returns the value to which this map maps the specified - key.
    - java.lang.ObjectgetKeyForValue(java.lang.Object value) - -
    -          Deprecated. Returns the key to which this map maps the specified value.
    - java.util.SetkeySet() - -
    -          Deprecated. Returns a set view of the keys contained in this map.
    - java.util.SetkeySetByValue() - -
    -          Deprecated. Returns a set view of the keys contained in this map.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    + key.
    + java.lang.ObjectgetKeyForValue(java.lang.Object value) + +
    +          Deprecated. Returns the key to which this map maps the specified value.
    + java.util.SetkeySet() + +
    +          Deprecated. Returns a set view of the keys contained in this map.
    + java.util.SetkeySetByValue() + +
    +          Deprecated. Returns a set view of the keys contained in this map.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
              Deprecated. Associates the specified value with the specified key in this - map.
    - java.lang.Objectremove(java.lang.Object key) - -
    -          Deprecated. Removes the mapping for this key from this map if present
    - java.lang.ObjectremoveValue(java.lang.Object value) - -
    -          Deprecated. Removes the mapping for this value from this map if present
    - intsize() - -
    -          Deprecated. Returns the number of key-value mappings in this map.
    - java.util.Collectionvalues() - -
    + map.
    + java.lang.Objectremove(java.lang.Object key) + +
    +          Deprecated. Removes the mapping for this key from this map if present
    + java.lang.ObjectremoveValue(java.lang.Object value) + +
    +          Deprecated. Removes the mapping for this value from this map if present
    + intsize() + +
    +          Deprecated. Returns the number of key-value mappings in this map.
    + java.util.Collectionvalues() + +
              Deprecated. Returns a collection view of the values contained in this - map.
    - java.util.CollectionvaluesByValue() - -
    + map.
    + java.util.CollectionvaluesByValue() + +
              Deprecated. Returns a collection view of the values contained in this - map.
    - - - - - - - -
    Methods inherited from class java.util.AbstractMap
    clone, equals, hashCode, isEmpty, putAll, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -DoubleOrderedMap

    -
    -public DoubleOrderedMap()
    -
    -
    Deprecated. 
    Construct a new DoubleOrderedMap -

    -

    -
    - -

    -DoubleOrderedMap

    -
    -public DoubleOrderedMap(java.util.Map map)
    -                 throws java.lang.ClassCastException,
    -                        java.lang.NullPointerException,
    -                        java.lang.IllegalArgumentException
    -
    + map.
    + + + + + + + +
    Methods inherited from class java.util.AbstractMap
    clone, equals, hashCode, isEmpty, putAll, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +DoubleOrderedMap

    +
    +public DoubleOrderedMap()
    +
    +
    Deprecated. 
    Construct a new DoubleOrderedMap +

    +

    +
    + +

    +DoubleOrderedMap

    +
    +public DoubleOrderedMap(java.util.Map map)
    +                 throws java.lang.ClassCastException,
    +                        java.lang.NullPointerException,
    +                        java.lang.IllegalArgumentException
    +
    Deprecated. 
    Constructs a new DoubleOrderedMap from an existing Map, with keys and - values sorted -

    -

    -
    Parameters:
    map - the map whose mappings are to be placed in this map. -
    Throws: + values sorted +

    +

    +
    Parameters:
    map - the map whose mappings are to be placed in this map. +
    Throws:
    java.lang.ClassCastException - if the keys in the map are not Comparable, or are not mutually comparable; also if the values in the map are not Comparable, or - are not mutually Comparable + are not mutually Comparable
    java.lang.NullPointerException - if any key or value in the map - is null + is null
    java.lang.IllegalArgumentException - if there are duplicate keys or duplicate values in the - map
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getKeyForValue

    -
    -public java.lang.Object getKeyForValue(java.lang.Object value)
    -                                throws java.lang.ClassCastException,
    -                                       java.lang.NullPointerException
    -
    + map
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getKeyForValue

    +
    +public java.lang.Object getKeyForValue(java.lang.Object value)
    +                                throws java.lang.ClassCastException,
    +                                       java.lang.NullPointerException
    +
    Deprecated. 
    Returns the key to which this map maps the specified value. - Returns null if the map contains no mapping for this value. -

    -

    -
    Parameters:
    value - value whose associated key is to be returned. + Returns null if the map contains no mapping for this value. +

    +

    +
    Parameters:
    value - value whose associated key is to be returned.
    Returns:
    the key to which this map maps the specified value, or - null if the map contains no mapping for this value. -
    Throws: + null if the map contains no mapping for this value. +
    Throws:
    java.lang.ClassCastException - if the value is of an - inappropriate type for this map. -
    java.lang.NullPointerException - if the value is null
    -
    -
    -
    - -

    -removeValue

    -
    -public java.lang.Object removeValue(java.lang.Object value)
    -
    -
    Deprecated. 
    Removes the mapping for this value from this map if present -

    -

    -
    Parameters:
    value - value whose mapping is to be removed from the map. + inappropriate type for this map. +
    java.lang.NullPointerException - if the value is null
    +
    +
    +
    + +

    +removeValue

    +
    +public java.lang.Object removeValue(java.lang.Object value)
    +
    +
    Deprecated. 
    Removes the mapping for this value from this map if present +

    +

    +
    Parameters:
    value - value whose mapping is to be removed from the map.
    Returns:
    previous key associated with specified value, or null - if there was no mapping for value.
    -
    -
    -
    - -

    -entrySetByValue

    -
    -public java.util.Set entrySetByValue()
    -
    + if there was no mapping for value.
    +
    +
    +
    + +

    +entrySetByValue

    +
    +public java.util.Set entrySetByValue()
    +
    Deprecated. 
    Returns a set view of the mappings contained in this map. Each element in the returned set is a Map.Entry. The set is backed by the map, so changes to the map are reflected in the set, and @@ -500,20 +500,20 @@ public java.util.Set entrySetByValue() entrySet's iterator() method returns an iterator that iterates over the mappings in ascending order by key. This method's iterator method iterates over the mappings in ascending order - by value. -

    -

    - -
    Returns:
    a set view of the mappings contained in this map.
    -
    -
    -
    - -

    -keySetByValue

    -
    -public java.util.Set keySetByValue()
    -
    + by value. +

    +

    + +
    Returns:
    a set view of the mappings contained in this map.
    +
    +
    +
    + +

    +keySetByValue

    +
    +public java.util.Set keySetByValue()
    +
    Deprecated. 
    Returns a set view of the keys contained in this map. The set is backed by the map, so changes to the map are reflected in the set, and vice-versa. If the map is modified while an @@ -527,20 +527,20 @@ public java.util.Set keySetByValue() The difference between this method and keySet is that keySet's iterator() method returns an iterator that iterates over the keys in ascending order by key. This method's iterator method - iterates over the keys in ascending order by value. -

    -

    - -
    Returns:
    a set view of the keys contained in this map.
    -
    -
    -
    - -

    -valuesByValue

    -
    -public java.util.Collection valuesByValue()
    -
    + iterates over the keys in ascending order by value. +

    +

    + +
    Returns:
    a set view of the keys contained in this map.
    +
    +
    +
    + +

    +valuesByValue

    +
    +public java.util.Collection valuesByValue()
    +
    Deprecated. 
    Returns a collection view of the values contained in this map. The collection is backed by the map, so changes to the map are reflected in the collection, and vice-versa. If the map is @@ -554,175 +554,175 @@ public java.util.Collection valuesByValue() The difference between this method and values is that values's iterator() method returns an iterator that iterates over the values in ascending order by key. This method's iterator method - iterates over the values in ascending order by key. -

    -

    - -
    Returns:
    a collection view of the values contained in this map.
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    + iterates over the values in ascending order by key. +

    +

    + +
    Returns:
    a collection view of the values contained in this map.
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    Deprecated. 
    Returns the number of key-value mappings in this map. If the map contains more than Integer.MAXVALUE elements, returns - Integer.MAXVALUE. -

    -

    -
    Specified by:
    size in interface java.util.Map
    Overrides:
    size in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    the number of key-value mappings in this map.
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key)
    -                    throws java.lang.ClassCastException,
    -                           java.lang.NullPointerException
    -
    + Integer.MAXVALUE. +

    +

    +
    Specified by:
    size in interface java.util.Map
    Overrides:
    size in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    the number of key-value mappings in this map.
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key)
    +                    throws java.lang.ClassCastException,
    +                           java.lang.NullPointerException
    +
    Deprecated. 
    Returns true if this map contains a mapping for the specified - key. -

    -

    -
    Specified by:
    containsKey in interface java.util.Map
    Overrides:
    containsKey in class java.util.AbstractMap
    -
    -
    -
    Parameters:
    key - key whose presence in this map is to be tested. + key. +

    +

    +
    Specified by:
    containsKey in interface java.util.Map
    Overrides:
    containsKey in class java.util.AbstractMap
    +
    +
    +
    Parameters:
    key - key whose presence in this map is to be tested.
    Returns:
    true if this map contains a mapping for the specified - key. -
    Throws: + key. +
    Throws:
    java.lang.ClassCastException - if the key is of an inappropriate - type for this map. -
    java.lang.NullPointerException - if the key is null
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    + type for this map. +
    java.lang.NullPointerException - if the key is null
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    Deprecated. 
    Returns true if this map maps one or more keys to the - specified value. -

    -

    -
    Specified by:
    containsValue in interface java.util.Map
    Overrides:
    containsValue in class java.util.AbstractMap
    -
    -
    -
    Parameters:
    value - value whose presence in this map is to be tested. + specified value. +

    +

    +
    Specified by:
    containsValue in interface java.util.Map
    Overrides:
    containsValue in class java.util.AbstractMap
    +
    +
    +
    Parameters:
    value - value whose presence in this map is to be tested.
    Returns:
    true if this map maps one or more keys to the specified - value.
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -                     throws java.lang.ClassCastException,
    -                            java.lang.NullPointerException
    -
    + value.
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +                     throws java.lang.ClassCastException,
    +                            java.lang.NullPointerException
    +
    Deprecated. 
    Returns the value to which this map maps the specified - key. Returns null if the map contains no mapping for this key. -

    -

    -
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class java.util.AbstractMap
    -
    -
    -
    Parameters:
    key - key whose associated value is to be returned. + key. Returns null if the map contains no mapping for this key. +

    +

    +
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class java.util.AbstractMap
    +
    +
    +
    Parameters:
    key - key whose associated value is to be returned.
    Returns:
    the value to which this map maps the specified key, or - null if the map contains no mapping for this key. -
    Throws: + null if the map contains no mapping for this key. +
    Throws:
    java.lang.ClassCastException - if the key is of an inappropriate - type for this map. -
    java.lang.NullPointerException - if the key is null
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -                     throws java.lang.ClassCastException,
    -                            java.lang.NullPointerException,
    -                            java.lang.IllegalArgumentException
    -
    + type for this map. +
    java.lang.NullPointerException - if the key is null
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +                     throws java.lang.ClassCastException,
    +                            java.lang.NullPointerException,
    +                            java.lang.IllegalArgumentException
    +
    Deprecated. 
    Associates the specified value with the specified key in this - map. -

    -

    -
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class java.util.AbstractMap
    -
    -
    + map. +

    +

    +
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class java.util.AbstractMap
    +
    +
    Parameters:
    key - key with which the specified value is to be - associated.
    value - value to be associated with the specified key. -
    Returns:
    null -
    Throws: + associated.
    value - value to be associated with the specified key. +
    Returns:
    null +
    Throws:
    java.lang.ClassCastException - if the class of the specified key or value prevents it from being - stored in this map. + stored in this map.
    java.lang.NullPointerException - if the specified key or value - is null + is null
    java.lang.IllegalArgumentException - if the key duplicates an existing key, or if the value duplicates an - existing value
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    Deprecated. 
    Removes the mapping for this key from this map if present -

    -

    -
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class java.util.AbstractMap
    -
    -
    -
    Parameters:
    key - key whose mapping is to be removed from the map. + existing value
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    Deprecated. 
    Removes the mapping for this key from this map if present +

    +

    +
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class java.util.AbstractMap
    +
    +
    +
    Parameters:
    key - key whose mapping is to be removed from the map.
    Returns:
    previous value associated with specified key, or null - if there was no mapping for key.
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    Deprecated. 
    Removes all mappings from this map -

    -

    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class java.util.AbstractMap
    -
    -
    -
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    + if there was no mapping for key.
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    Deprecated. 
    Removes all mappings from this map +

    +

    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class java.util.AbstractMap
    +
    +
    +
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    Deprecated. 
    Returns a set view of the keys contained in this map. The set is backed by the map, so changes to the map are reflected in the set, and vice-versa. If the map is modified while an @@ -730,23 +730,23 @@ public java.util.Set keySet() iteration are undefined. The set supports element removal, which removes the corresponding mapping from the map, via the Iterator.remove, Set.remove, removeAll, retainAll, and clear - operations. It does not support the add or addAll operations. -

    -

    -
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    a set view of the keys contained in this map.
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    + operations. It does not support the add or addAll operations. +

    +

    +
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    a set view of the keys contained in this map.
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    Deprecated. 
    Returns a collection view of the values contained in this map. The collection is backed by the map, so changes to the map are reflected in the collection, and vice-versa. If the map is @@ -755,23 +755,23 @@ public java.util.Collection values() supports element removal, which removes the corresponding mapping from the map, via the Iterator.remove, Collection.remove, removeAll, retainAll and clear operations. - It does not support the add or addAll operations. -

    -

    -
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    a collection view of the values contained in this map.
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    + It does not support the add or addAll operations. +

    +

    +
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    a collection view of the values contained in this map.
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    Deprecated. 
    Returns a set view of the mappings contained in this map. Each element in the returned set is a Map.Entry. The set is backed by the map, so changes to the map are reflected in the set, and @@ -783,77 +783,77 @@ public java.util.Set entrySet() mapping from the map, via the Iterator.remove, Set.remove, removeAll, retainAll and clear operations. It does not support the add or addAll operations. - The setValue method is not supported on the Map Entry. -

    -

    -
    Specified by:
    entrySet in interface java.util.Map
    Specified by:
    entrySet in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    a set view of the mappings contained in this map.
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + The setValue method is not supported on the Map Entry. +

    +

    +
    Specified by:
    entrySet in interface java.util.Map
    Specified by:
    entrySet in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    a set view of the mappings contained in this map.
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/EnumerationUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/EnumerationUtils.html index b5fc601..ad05c09 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/EnumerationUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/EnumerationUtils.html @@ -1,271 +1,271 @@ - - - - - - - -EnumerationUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class EnumerationUtils

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.EnumerationUtils
    -
    -
    -
    -
    public class EnumerationUtils
    extends java.lang.Object
    - - -

    -Provides utility methods for Enumeration instances. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Id: EnumerationUtils.java 646777 2008-04-10 12:33:15Z niallp $
    -
    Author:
    -
    Gary Gregory
    -
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    EnumerationUtils() - -
    -          EnumerationUtils is not normally instantiated.
    -  - - - - - - - - - - - -
    -Method Summary
    -static java.util.ListtoList(java.util.Enumeration enumeration) - -
    -          Creates a list based on an enumeration.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -EnumerationUtils

    -
    -public EnumerationUtils()
    -
    -
    EnumerationUtils is not normally instantiated. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -toList

    -
    -public static java.util.List toList(java.util.Enumeration enumeration)
    -
    + + + + + + + +EnumerationUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections +
    +Class EnumerationUtils

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.EnumerationUtils
    +
    +
    +
    +
    public class EnumerationUtils
    extends java.lang.Object
    + + +

    +Provides utility methods for Enumeration instances. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Id: EnumerationUtils.java 646777 2008-04-10 12:33:15Z niallp $
    +
    Author:
    +
    Gary Gregory
    +
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    EnumerationUtils() + +
    +          EnumerationUtils is not normally instantiated.
    +  + + + + + + + + + + + +
    +Method Summary
    +static java.util.ListtoList(java.util.Enumeration enumeration) + +
    +          Creates a list based on an enumeration.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +EnumerationUtils

    +
    +public EnumerationUtils()
    +
    +
    EnumerationUtils is not normally instantiated. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +toList

    +
    +public static java.util.List toList(java.util.Enumeration enumeration)
    +
    Creates a list based on an enumeration. - +

    As the enumeration is traversed, an ArrayList of its values is - created. The new list is returned.

    -

    -

    -
    Parameters:
    enumeration - the enumeration to traverse, which should not be null. -
    Throws: -
    java.lang.NullPointerException - if the enumeration parameter is null.
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + created. The new list is returned.

    +

    +

    +
    Parameters:
    enumeration - the enumeration to traverse, which should not be null. +
    Throws: +
    java.lang.NullPointerException - if the enumeration parameter is null.
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ExtendedProperties.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ExtendedProperties.html index 78f4cde..dd542ef 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ExtendedProperties.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ExtendedProperties.html @@ -1,109 +1,109 @@ - - - - - - - -ExtendedProperties (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class ExtendedProperties

    -
    -java.lang.Object
    -  extended by java.util.Dictionary
    -      extended by java.util.Hashtable
    -          extended by org.apache.commons.collections.ExtendedProperties
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map
    -
    -
    -
    -
    public class ExtendedProperties
    extends java.util.Hashtable
    - - -

    + + + + + + + +ExtendedProperties (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class ExtendedProperties

    +
    +java.lang.Object
    +  extended by java.util.Dictionary
    +      extended by java.util.Hashtable
    +          extended by org.apache.commons.collections.ExtendedProperties
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map
    +
    +
    +
    +
    public class ExtendedProperties
    extends java.util.Hashtable
    + + +

    This class extends normal Java properties by adding the possibility to use the same key many times concatenating the value strings instead of overwriting them. @@ -154,7 +154,7 @@ This class extends normal Java properties by adding the possibility Then "additional.properties" is expected to be in the same directory as the parent configuration file. - + Duplicate name values will be replaced, so be careful. @@ -188,903 +188,903 @@ This class extends normal Java properties by adding the possibility could be and generates too much memory garbage. But since performance is not an issue during intialization (and there is not much time to improve it), I wrote it this way. If you don't like - it, go ahead and tune it up! -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stefano Mazzocchi, Jon S. Stevens, Dave Bryson, Jason van Zyl, Geir Magnusson Jr., Leon Messerschmidt, Kent Johnson, Daniel Rall, Ilkka Priha, Janek Bogucki, Mohan Kishore, Stephen Colebourne, Shinobu Kawai, Henning P. Schmiedehausen
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - + +
    -Field Summary
    -protected  java.lang.StringbasePath - -
    + it, go ahead and tune it up! +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stefano Mazzocchi, Jon S. Stevens, Dave Bryson, Jason van Zyl, Geir Magnusson Jr., Leon Messerschmidt, Kent Johnson, Daniel Rall, Ilkka Priha, Janek Bogucki, Mohan Kishore, Stephen Colebourne, Shinobu Kawai, Henning P. Schmiedehausen
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - -
    +Field Summary
    +protected  java.lang.StringbasePath + +
              Base path of the configuration file used to create - this ExtendedProperties object.
    -protected static java.lang.StringEND_TOKEN - -
    -           
    -protected  java.lang.Stringfile - -
    + this ExtendedProperties object.
    +protected static java.lang.StringEND_TOKEN + +
    +           
    +protected  java.lang.Stringfile + +
              The file connected to this repository (holding comments and - such).
    -protected  java.lang.StringfileSeparator - -
    -          File separator.
    -protected static java.lang.Stringinclude - -
    + such).
    +protected  java.lang.StringfileSeparator + +
    +          File separator.
    +protected static java.lang.Stringinclude + +
              This is the name of the property that can point to other - properties file for including other properties files.
    -protected  booleanisInitialized - -
    -          Has this configuration been intialized.
    -protected  java.util.ArrayListkeysAsListed - -
    + properties file for including other properties files.
    +protected  booleanisInitialized + +
    +          Has this configuration been intialized.
    +protected  java.util.ArrayListkeysAsListed + +
              These are the keys in the order they listed - in the configuration file.
    -protected static java.lang.StringSTART_TOKEN - -
    -           
    -  - - - - - - - - - - - - - - - - -
    -Constructor Summary
    ExtendedProperties() - -
    -          Creates an empty extended properties object.
    ExtendedProperties(java.lang.String file) - -
    -          Creates and loads the extended properties from the specified file.
    ExtendedProperties(java.lang.String file, - java.lang.String defaultFile) - -
    -          Creates and loads the extended properties from the specified file.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +
    -Method Summary
    - voidaddProperty(java.lang.String key, - java.lang.Object value) - -
    -          Add a property to the configuration.
    - voidclearProperty(java.lang.String key) - -
    -          Clear a property in the configuration.
    - voidcombine(ExtendedProperties props) - -
    -          Combines an existing Hashtable with this Hashtable.
    -static ExtendedPropertiesconvertProperties(java.util.Properties props) - -
    -          Convert a standard properties class into a configuration class.
    - voiddisplay() - -
    -          Display the configuration for debugging purposes to System.out.
    - booleangetBoolean(java.lang.String key) - -
    -          Get a boolean associated with the given configuration key.
    - booleangetBoolean(java.lang.String key, - boolean defaultValue) - -
    -          Get a boolean associated with the given configuration key.
    - java.lang.BooleangetBoolean(java.lang.String key, - java.lang.Boolean defaultValue) - -
    -          Get a boolean associated with the given configuration key.
    - bytegetByte(java.lang.String key) - -
    -          Get a byte associated with the given configuration key.
    - bytegetByte(java.lang.String key, - byte defaultValue) - -
    -          Get a byte associated with the given configuration key.
    - java.lang.BytegetByte(java.lang.String key, - java.lang.Byte defaultValue) - -
    -          Get a byte associated with the given configuration key.
    - doublegetDouble(java.lang.String key) - -
    -          Get a double associated with the given configuration key.
    - doublegetDouble(java.lang.String key, - double defaultValue) - -
    -          Get a double associated with the given configuration key.
    - java.lang.DoublegetDouble(java.lang.String key, - java.lang.Double defaultValue) - -
    -          Get a double associated with the given configuration key.
    - floatgetFloat(java.lang.String key) - -
    -          Get a float associated with the given configuration key.
    - floatgetFloat(java.lang.String key, - float defaultValue) - -
    -          Get a float associated with the given configuration key.
    - java.lang.FloatgetFloat(java.lang.String key, - java.lang.Float defaultValue) - -
    -          Get a float associated with the given configuration key.
    - java.lang.StringgetInclude() - -
    -          Gets the property value for including other properties files.
    - intgetInt(java.lang.String name) - -
    + in the configuration file.
    +protected static java.lang.StringSTART_TOKEN + +
    +           
    +  + + + + + + + + + + + + + + + + +
    +Constructor Summary
    ExtendedProperties() + +
    +          Creates an empty extended properties object.
    ExtendedProperties(java.lang.String file) + +
    +          Creates and loads the extended properties from the specified file.
    ExtendedProperties(java.lang.String file, + java.lang.String defaultFile) + +
    +          Creates and loads the extended properties from the specified file.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - + + + + - -
    +Method Summary
    + voidaddProperty(java.lang.String key, + java.lang.Object value) + +
    +          Add a property to the configuration.
    + voidclearProperty(java.lang.String key) + +
    +          Clear a property in the configuration.
    + voidcombine(ExtendedProperties props) + +
    +          Combines an existing Hashtable with this Hashtable.
    +static ExtendedPropertiesconvertProperties(java.util.Properties props) + +
    +          Convert a standard properties class into a configuration class.
    + voiddisplay() + +
    +          Display the configuration for debugging purposes to System.out.
    + booleangetBoolean(java.lang.String key) + +
    +          Get a boolean associated with the given configuration key.
    + booleangetBoolean(java.lang.String key, + boolean defaultValue) + +
    +          Get a boolean associated with the given configuration key.
    + java.lang.BooleangetBoolean(java.lang.String key, + java.lang.Boolean defaultValue) + +
    +          Get a boolean associated with the given configuration key.
    + bytegetByte(java.lang.String key) + +
    +          Get a byte associated with the given configuration key.
    + bytegetByte(java.lang.String key, + byte defaultValue) + +
    +          Get a byte associated with the given configuration key.
    + java.lang.BytegetByte(java.lang.String key, + java.lang.Byte defaultValue) + +
    +          Get a byte associated with the given configuration key.
    + doublegetDouble(java.lang.String key) + +
    +          Get a double associated with the given configuration key.
    + doublegetDouble(java.lang.String key, + double defaultValue) + +
    +          Get a double associated with the given configuration key.
    + java.lang.DoublegetDouble(java.lang.String key, + java.lang.Double defaultValue) + +
    +          Get a double associated with the given configuration key.
    + floatgetFloat(java.lang.String key) + +
    +          Get a float associated with the given configuration key.
    + floatgetFloat(java.lang.String key, + float defaultValue) + +
    +          Get a float associated with the given configuration key.
    + java.lang.FloatgetFloat(java.lang.String key, + java.lang.Float defaultValue) + +
    +          Get a float associated with the given configuration key.
    + java.lang.StringgetInclude() + +
    +          Gets the property value for including other properties files.
    + intgetInt(java.lang.String name) + +
              The purpose of this method is to get the configuration resource - with the given name as an integer.
    - intgetInt(java.lang.String name, - int def) - -
    + with the given name as an integer.
    + intgetInt(java.lang.String name, + int def) + +
              The purpose of this method is to get the configuration resource - with the given name as an integer, or a default value.
    - intgetInteger(java.lang.String key) - -
    -          Get a int associated with the given configuration key.
    - intgetInteger(java.lang.String key, - int defaultValue) - -
    -          Get a int associated with the given configuration key.
    - java.lang.IntegergetInteger(java.lang.String key, - java.lang.Integer defaultValue) - -
    -          Get a int associated with the given configuration key.
    - java.util.IteratorgetKeys() - -
    + with the given name as an integer, or a default value.
    + intgetInteger(java.lang.String key) + +
    +          Get a int associated with the given configuration key.
    + intgetInteger(java.lang.String key, + int defaultValue) + +
    +          Get a int associated with the given configuration key.
    + java.lang.IntegergetInteger(java.lang.String key, + java.lang.Integer defaultValue) + +
    +          Get a int associated with the given configuration key.
    + java.util.IteratorgetKeys() + +
              Get the list of the keys contained in the configuration - repository.
    - java.util.IteratorgetKeys(java.lang.String prefix) - -
    + repository.
    + java.util.IteratorgetKeys(java.lang.String prefix) + +
              Get the list of the keys contained in the configuration - repository that match the specified prefix.
    - java.util.ListgetList(java.lang.String key) - -
    -          Get a List of strings associated with the given configuration key.
    - java.util.ListgetList(java.lang.String key, - java.util.List defaultValue) - -
    -          Get a List of strings associated with the given configuration key.
    - longgetLong(java.lang.String key) - -
    -          Get a long associated with the given configuration key.
    - longgetLong(java.lang.String key, - long defaultValue) - -
    -          Get a long associated with the given configuration key.
    - java.lang.LonggetLong(java.lang.String key, - java.lang.Long defaultValue) - -
    -          Get a long associated with the given configuration key.
    - java.util.PropertiesgetProperties(java.lang.String key) - -
    + repository that match the specified prefix.
    + java.util.ListgetList(java.lang.String key) + +
    +          Get a List of strings associated with the given configuration key.
    + java.util.ListgetList(java.lang.String key, + java.util.List defaultValue) + +
    +          Get a List of strings associated with the given configuration key.
    + longgetLong(java.lang.String key) + +
    +          Get a long associated with the given configuration key.
    + longgetLong(java.lang.String key, + long defaultValue) + +
    +          Get a long associated with the given configuration key.
    + java.lang.LonggetLong(java.lang.String key, + java.lang.Long defaultValue) + +
    +          Get a long associated with the given configuration key.
    + java.util.PropertiesgetProperties(java.lang.String key) + +
              Get a list of properties associated with the given - configuration key.
    - java.util.PropertiesgetProperties(java.lang.String key, - java.util.Properties defaults) - -
    + configuration key.
    + java.util.PropertiesgetProperties(java.lang.String key, + java.util.Properties defaults) + +
              Get a list of properties associated with the given - configuration key.
    - java.lang.ObjectgetProperty(java.lang.String key) - -
    -          Gets a property from the configuration.
    - shortgetShort(java.lang.String key) - -
    -          Get a short associated with the given configuration key.
    - shortgetShort(java.lang.String key, - short defaultValue) - -
    -          Get a short associated with the given configuration key.
    - java.lang.ShortgetShort(java.lang.String key, - java.lang.Short defaultValue) - -
    -          Get a short associated with the given configuration key.
    - java.lang.StringgetString(java.lang.String key) - -
    -          Get a string associated with the given configuration key.
    - java.lang.StringgetString(java.lang.String key, - java.lang.String defaultValue) - -
    -          Get a string associated with the given configuration key.
    - java.lang.String[]getStringArray(java.lang.String key) - -
    + configuration key.
    + java.lang.ObjectgetProperty(java.lang.String key) + +
    +          Gets a property from the configuration.
    + shortgetShort(java.lang.String key) + +
    +          Get a short associated with the given configuration key.
    + shortgetShort(java.lang.String key, + short defaultValue) + +
    +          Get a short associated with the given configuration key.
    + java.lang.ShortgetShort(java.lang.String key, + java.lang.Short defaultValue) + +
    +          Get a short associated with the given configuration key.
    + java.lang.StringgetString(java.lang.String key) + +
    +          Get a string associated with the given configuration key.
    + java.lang.StringgetString(java.lang.String key, + java.lang.String defaultValue) + +
    +          Get a string associated with the given configuration key.
    + java.lang.String[]getStringArray(java.lang.String key) + +
              Get an array of strings associated with the given configuration - key.
    - java.util.VectorgetVector(java.lang.String key) - -
    + key.
    + java.util.VectorgetVector(java.lang.String key) + +
              Get a Vector of strings associated with the given configuration - key.
    - java.util.VectorgetVector(java.lang.String key, - java.util.Vector defaultValue) - -
    -          Get a Vector of strings associated with the given configuration key.
    -protected  java.lang.Stringinterpolate(java.lang.String base) - -
    -          Interpolate key names to handle ${key} stuff
    -protected  java.lang.StringinterpolateHelper(java.lang.String base, - java.util.List priorVariables) - -
    -          Recursive handler for multiple levels of interpolation.
    - booleanisInitialized() - -
    + key.
    + java.util.VectorgetVector(java.lang.String key, + java.util.Vector defaultValue) + +
    +          Get a Vector of strings associated with the given configuration key.
    +protected  java.lang.Stringinterpolate(java.lang.String base) + +
    +          Interpolate key names to handle ${key} stuff
    +protected  java.lang.StringinterpolateHelper(java.lang.String base, + java.util.List priorVariables) + +
    +          Recursive handler for multiple levels of interpolation.
    + booleanisInitialized() + +
              Indicate to client code whether property - resources have been initialized or not.
    - voidload(java.io.InputStream input) - -
    -          Load the properties from the given input stream.
    - voidload(java.io.InputStream input, - java.lang.String enc) - -
    + resources have been initialized or not.
    + voidload(java.io.InputStream input) + +
    +          Load the properties from the given input stream.
    + voidload(java.io.InputStream input, + java.lang.String enc) + +
              Load the properties from the given input stream - and using the specified encoding.
    - voidsave(java.io.OutputStream output, - java.lang.String header) - -
    -          Save the properties to the given output stream.
    - voidsetInclude(java.lang.String inc) - -
    -          Sets the property value for including other properties files.
    - voidsetProperty(java.lang.String key, - java.lang.Object value) - -
    + and using the specified encoding.
    + voidsave(java.io.OutputStream output, + java.lang.String header) + +
    +          Save the properties to the given output stream.
    + voidsetInclude(java.lang.String inc) + +
    +          Sets the property value for including other properties files.
    + voidsetProperty(java.lang.String key, + java.lang.Object value) + +
              Set a property, this will replace any previously - set values.
    - ExtendedPropertiessubset(java.lang.String prefix) - -
    + set values.
    + ExtendedPropertiessubset(java.lang.String prefix) + +
              Create an ExtendedProperties object that is a subset - of this one.
    - java.lang.StringtestBoolean(java.lang.String value) - -
    + of this one.
    + java.lang.StringtestBoolean(java.lang.String value) + +
              Test whether the string represent by value maps to a boolean - value or not.
    - - - - - - - -
    Methods inherited from class java.util.Hashtable
    clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -file

    -
    -protected java.lang.String file
    -
    + value or not.
    + + + + + + + +
    Methods inherited from class java.util.Hashtable
    clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +file

    +
    +protected java.lang.String file
    +
    The file connected to this repository (holding comments and - such). -

    -

    -
    -
    -
    - -

    -basePath

    -
    -protected java.lang.String basePath
    -
    + such). +

    +

    +
    +
    +
    + +

    +basePath

    +
    +protected java.lang.String basePath
    +
    Base path of the configuration file used to create - this ExtendedProperties object. -

    -

    -
    -
    -
    - -

    -fileSeparator

    -
    -protected java.lang.String fileSeparator
    -
    -
    File separator. -

    -

    -
    -
    -
    - -

    -isInitialized

    -
    -protected boolean isInitialized
    -
    -
    Has this configuration been intialized. -

    -

    -
    -
    -
    - -

    -include

    -
    -protected static java.lang.String include
    -
    + this ExtendedProperties object. +

    +

    +
    +
    +
    + +

    +fileSeparator

    +
    +protected java.lang.String fileSeparator
    +
    +
    File separator. +

    +

    +
    +
    +
    + +

    +isInitialized

    +
    +protected boolean isInitialized
    +
    +
    Has this configuration been intialized. +

    +

    +
    +
    +
    + +

    +include

    +
    +protected static java.lang.String include
    +
    This is the name of the property that can point to other - properties file for including other properties files. -

    -

    -
    -
    -
    - -

    -keysAsListed

    -
    -protected java.util.ArrayList keysAsListed
    -
    + properties file for including other properties files. +

    +

    +
    +
    +
    + +

    +keysAsListed

    +
    +protected java.util.ArrayList keysAsListed
    +
    These are the keys in the order they listed in the configuration file. This is useful when you wish to perform operations with configuration - information in a particular order. -

    -

    -
    -
    -
    - -

    -START_TOKEN

    -
    -protected static final java.lang.String START_TOKEN
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -END_TOKEN

    -
    -protected static final java.lang.String END_TOKEN
    -
    -
    -
    See Also:
    Constant Field Values
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -ExtendedProperties

    -
    -public ExtendedProperties()
    -
    -
    Creates an empty extended properties object. -

    -

    -
    - -

    -ExtendedProperties

    -
    -public ExtendedProperties(java.lang.String file)
    -                   throws java.io.IOException
    -
    -
    Creates and loads the extended properties from the specified file. -

    -

    -
    Parameters:
    file - the filename to load -
    Throws: -
    java.io.IOException - if a file error occurs
    -
    -
    - -

    -ExtendedProperties

    -
    -public ExtendedProperties(java.lang.String file,
    -                          java.lang.String defaultFile)
    -                   throws java.io.IOException
    -
    -
    Creates and loads the extended properties from the specified file. -

    -

    -
    Parameters:
    file - the filename to load
    defaultFile - a second filename to load default values from -
    Throws: -
    java.io.IOException - if a file error occurs
    -
    - - - - - - - - -
    -Method Detail
    - -

    -interpolate

    -
    -protected java.lang.String interpolate(java.lang.String base)
    -
    -
    Interpolate key names to handle ${key} stuff -

    -

    -
    Parameters:
    base - string to interpolate -
    Returns:
    returns the key name with the ${key} substituted
    -
    -
    -
    - -

    -interpolateHelper

    -
    -protected java.lang.String interpolateHelper(java.lang.String base,
    -                                             java.util.List priorVariables)
    -
    + information in a particular order. +

    +

    +
    +
    +
    + +

    +START_TOKEN

    +
    +protected static final java.lang.String START_TOKEN
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +END_TOKEN

    +
    +protected static final java.lang.String END_TOKEN
    +
    +
    +
    See Also:
    Constant Field Values
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ExtendedProperties

    +
    +public ExtendedProperties()
    +
    +
    Creates an empty extended properties object. +

    +

    +
    + +

    +ExtendedProperties

    +
    +public ExtendedProperties(java.lang.String file)
    +                   throws java.io.IOException
    +
    +
    Creates and loads the extended properties from the specified file. +

    +

    +
    Parameters:
    file - the filename to load +
    Throws: +
    java.io.IOException - if a file error occurs
    +
    +
    + +

    +ExtendedProperties

    +
    +public ExtendedProperties(java.lang.String file,
    +                          java.lang.String defaultFile)
    +                   throws java.io.IOException
    +
    +
    Creates and loads the extended properties from the specified file. +

    +

    +
    Parameters:
    file - the filename to load
    defaultFile - a second filename to load default values from +
    Throws: +
    java.io.IOException - if a file error occurs
    +
    + + + + + + + + +
    +Method Detail
    + +

    +interpolate

    +
    +protected java.lang.String interpolate(java.lang.String base)
    +
    +
    Interpolate key names to handle ${key} stuff +

    +

    +
    Parameters:
    base - string to interpolate +
    Returns:
    returns the key name with the ${key} substituted
    +
    +
    +
    + +

    +interpolateHelper

    +
    +protected java.lang.String interpolateHelper(java.lang.String base,
    +                                             java.util.List priorVariables)
    +
    Recursive handler for multiple levels of interpolation. - When called the first time, priorVariables should be null. -

    -

    + When called the first time, priorVariables should be null. +

    +

    Parameters:
    base - string with the ${key} variables
    priorVariables - serves two purposes: to allow checking for loops, and creating a meaningful exception message should a loop occur. It's 0'th element will be set to the value of base from the first call. All subsequent interpolated variables are added - afterward. -
    Returns:
    the string with the interpolation taken care of
    -
    -
    -
    - -

    -isInitialized

    -
    -public boolean isInitialized()
    -
    + afterward. +
    Returns:
    the string with the interpolation taken care of
    +
    +
    +
    + +

    +isInitialized

    +
    +public boolean isInitialized()
    +
    Indicate to client code whether property - resources have been initialized or not. -

    -

    -
    -
    -
    -
    - -

    -getInclude

    -
    -public java.lang.String getInclude()
    -
    + resources have been initialized or not. +

    +

    +
    +
    +
    +
    + +

    +getInclude

    +
    +public java.lang.String getInclude()
    +
    Gets the property value for including other properties files. - By default it is "include". -

    -

    - -
    Returns:
    A String.
    -
    -
    -
    - -

    -setInclude

    -
    -public void setInclude(java.lang.String inc)
    -
    + By default it is "include". +

    +

    + +
    Returns:
    A String.
    +
    +
    +
    + +

    +setInclude

    +
    +public void setInclude(java.lang.String inc)
    +
    Sets the property value for including other properties files. - By default it is "include". -

    -

    -
    Parameters:
    inc - A String.
    -
    -
    -
    - -

    -load

    -
    -public void load(java.io.InputStream input)
    -          throws java.io.IOException
    -
    -
    Load the properties from the given input stream. -

    -

    -
    Parameters:
    input - the InputStream to load from -
    Throws: -
    java.io.IOException - if an IO error occurs
    -
    -
    -
    - -

    -load

    -
    -public void load(java.io.InputStream input,
    -                 java.lang.String enc)
    -          throws java.io.IOException
    -
    + By default it is "include". +

    +

    +
    Parameters:
    inc - A String.
    +
    +
    +
    + +

    +load

    +
    +public void load(java.io.InputStream input)
    +          throws java.io.IOException
    +
    +
    Load the properties from the given input stream. +

    +

    +
    Parameters:
    input - the InputStream to load from +
    Throws: +
    java.io.IOException - if an IO error occurs
    +
    +
    +
    + +

    +load

    +
    +public void load(java.io.InputStream input,
    +                 java.lang.String enc)
    +          throws java.io.IOException
    +
    Load the properties from the given input stream - and using the specified encoding. -

    -

    -
    Parameters:
    input - the InputStream to load from
    enc - the encoding to use -
    Throws: -
    java.io.IOException - if an IO error occurs
    -
    -
    -
    - -

    -getProperty

    -
    -public java.lang.Object getProperty(java.lang.String key)
    -
    -
    Gets a property from the configuration. -

    -

    -
    Parameters:
    key - property to retrieve + and using the specified encoding. +

    +

    +
    Parameters:
    input - the InputStream to load from
    enc - the encoding to use +
    Throws: +
    java.io.IOException - if an IO error occurs
    +
    +
    +
    + +

    +getProperty

    +
    +public java.lang.Object getProperty(java.lang.String key)
    +
    +
    Gets a property from the configuration. +

    +

    +
    Parameters:
    key - property to retrieve
    Returns:
    value as object. Will return user value if exists, - if not then default value if exists, otherwise null
    -
    -
    -
    - -

    -addProperty

    -
    -public void addProperty(java.lang.String key,
    -                        java.lang.Object value)
    -
    + if not then default value if exists, otherwise null
    +
    +
    +
    + +

    +addProperty

    +
    +public void addProperty(java.lang.String key,
    +                        java.lang.Object value)
    +
    Add a property to the configuration. If it already exists then the value stated here will be added to the configuration entry. For example, if @@ -1098,870 +1098,870 @@ public void addProperty(java.lang.String key, Then you will end up with a Vector like the following: - ["file", "classpath"] -

    -

    -
    Parameters:
    key - the key to add
    value - the value to add
    -
    -
    -
    - -

    -setProperty

    -
    -public void setProperty(java.lang.String key,
    -                        java.lang.Object value)
    -
    + ["file", "classpath"] +

    +

    +
    Parameters:
    key - the key to add
    value - the value to add
    +
    +
    +
    + +

    +setProperty

    +
    +public void setProperty(java.lang.String key,
    +                        java.lang.Object value)
    +
    Set a property, this will replace any previously set values. Set values is implicitly a call - to clearProperty(key), addProperty(key,value). -

    -

    -
    Parameters:
    key - the key to set
    value - the value to set
    -
    -
    -
    - -

    -save

    -
    -public void save(java.io.OutputStream output,
    -                 java.lang.String header)
    -          throws java.io.IOException
    -
    + to clearProperty(key), addProperty(key,value). +

    +

    +
    Parameters:
    key - the key to set
    value - the value to set
    +
    +
    +
    + +

    +save

    +
    +public void save(java.io.OutputStream output,
    +                 java.lang.String header)
    +          throws java.io.IOException
    +
    Save the properties to the given output stream.

    - The stream is not closed, but it is flushed. -

    -

    -
    Parameters:
    output - an OutputStream, may be null
    header - a textual comment to act as a file header -
    Throws: -
    java.io.IOException - if an IO error occurs
    -
    -
    -
    - -

    -combine

    -
    -public void combine(ExtendedProperties props)
    -
    + The stream is not closed, but it is flushed. +

    +

    +
    Parameters:
    output - an OutputStream, may be null
    header - a textual comment to act as a file header +
    Throws: +
    java.io.IOException - if an IO error occurs
    +
    +
    +
    + +

    +combine

    +
    +public void combine(ExtendedProperties props)
    +
    Combines an existing Hashtable with this Hashtable.

    - Warning: It will overwrite previous entries without warning. -

    -

    -
    Parameters:
    props - the properties to combine
    -
    -
    -
    - -

    -clearProperty

    -
    -public void clearProperty(java.lang.String key)
    -
    -
    Clear a property in the configuration. -

    -

    -
    Parameters:
    key - the property key to remove along with corresponding value
    -
    -
    -
    - -

    -getKeys

    -
    -public java.util.Iterator getKeys()
    -
    + Warning: It will overwrite previous entries without warning. +

    +

    +
    Parameters:
    props - the properties to combine
    +
    +
    +
    + +

    +clearProperty

    +
    +public void clearProperty(java.lang.String key)
    +
    +
    Clear a property in the configuration. +

    +

    +
    Parameters:
    key - the property key to remove along with corresponding value
    +
    +
    +
    + +

    +getKeys

    +
    +public java.util.Iterator getKeys()
    +
    Get the list of the keys contained in the configuration - repository. -

    -

    - -
    Returns:
    an Iterator over the keys
    -
    -
    -
    - -

    -getKeys

    -
    -public java.util.Iterator getKeys(java.lang.String prefix)
    -
    + repository. +

    +

    + +
    Returns:
    an Iterator over the keys
    +
    +
    +
    + +

    +getKeys

    +
    +public java.util.Iterator getKeys(java.lang.String prefix)
    +
    Get the list of the keys contained in the configuration - repository that match the specified prefix. -

    -

    -
    Parameters:
    prefix - the prefix to match -
    Returns:
    an Iterator of keys that match the prefix
    -
    -
    -
    - -

    -subset

    -
    -public ExtendedProperties subset(java.lang.String prefix)
    -
    + repository that match the specified prefix. +

    +

    +
    Parameters:
    prefix - the prefix to match +
    Returns:
    an Iterator of keys that match the prefix
    +
    +
    +
    + +

    +subset

    +
    +public ExtendedProperties subset(java.lang.String prefix)
    +
    Create an ExtendedProperties object that is a subset of this one. Take into account duplicate keys - by using the setProperty() in ExtendedProperties. -

    -

    -
    Parameters:
    prefix - the prefix to get a subset for -
    Returns:
    a new independent ExtendedProperties
    -
    -
    -
    - -

    -display

    -
    -public void display()
    -
    -
    Display the configuration for debugging purposes to System.out. -

    -

    -
    -
    -
    -
    - -

    -getString

    -
    -public java.lang.String getString(java.lang.String key)
    -
    -
    Get a string associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key. -
    Returns:
    The associated string. -
    Throws: + by using the setProperty() in ExtendedProperties. +

    +

    +
    Parameters:
    prefix - the prefix to get a subset for +
    Returns:
    a new independent ExtendedProperties
    +
    +
    +
    + +

    +display

    +
    +public void display()
    +
    +
    Display the configuration for debugging purposes to System.out. +

    +

    +
    +
    +
    +
    + +

    +getString

    +
    +public java.lang.String getString(java.lang.String key)
    +
    +
    Get a string associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key. +
    Returns:
    The associated string. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a String.
    -
    -
    -
    - -

    -getString

    -
    -public java.lang.String getString(java.lang.String key,
    -                                  java.lang.String defaultValue)
    -
    -
    Get a string associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key.
    defaultValue - The default value. + object that is not a String.
    +
    +
    +
    + +

    +getString

    +
    +public java.lang.String getString(java.lang.String key,
    +                                  java.lang.String defaultValue)
    +
    +
    Get a string associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key.
    defaultValue - The default value.
    Returns:
    The associated string if key is found, - default value otherwise. -
    Throws: + default value otherwise. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a String.
    -
    -
    -
    - -

    -getProperties

    -
    -public java.util.Properties getProperties(java.lang.String key)
    -
    + object that is not a String.
    +
    +
    +
    + +

    +getProperties

    +
    +public java.util.Properties getProperties(java.lang.String key)
    +
    Get a list of properties associated with the given - configuration key. -

    -

    -
    Parameters:
    key - The configuration key. -
    Returns:
    The associated properties if key is found. -
    Throws: + configuration key. +

    +

    +
    Parameters:
    key - The configuration key. +
    Returns:
    The associated properties if key is found. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a String/List. + object that is not a String/List.
    java.lang.IllegalArgumentException - if one of the tokens is - malformed (does not contain an equals sign).
    -
    -
    -
    - -

    -getProperties

    -
    -public java.util.Properties getProperties(java.lang.String key,
    -                                          java.util.Properties defaults)
    -
    + malformed (does not contain an equals sign).
    +
    +
    +
    + +

    +getProperties

    +
    +public java.util.Properties getProperties(java.lang.String key,
    +                                          java.util.Properties defaults)
    +
    Get a list of properties associated with the given - configuration key. -

    -

    -
    Parameters:
    key - The configuration key. -
    Returns:
    The associated properties if key is found. -
    Throws: + configuration key. +

    +

    +
    Parameters:
    key - The configuration key. +
    Returns:
    The associated properties if key is found. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a String/List. + object that is not a String/List.
    java.lang.IllegalArgumentException - if one of the tokens is - malformed (does not contain an equals sign).
    -
    -
    -
    - -

    -getStringArray

    -
    -public java.lang.String[] getStringArray(java.lang.String key)
    -
    + malformed (does not contain an equals sign).
    +
    +
    +
    + +

    +getStringArray

    +
    +public java.lang.String[] getStringArray(java.lang.String key)
    +
    Get an array of strings associated with the given configuration - key. -

    -

    -
    Parameters:
    key - The configuration key. -
    Returns:
    The associated string array if key is found. -
    Throws: + key. +

    +

    +
    Parameters:
    key - The configuration key. +
    Returns:
    The associated string array if key is found. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a String/List.
    -
    -
    -
    - -

    -getVector

    -
    -public java.util.Vector getVector(java.lang.String key)
    -
    + object that is not a String/List.
    +
    +
    +
    + +

    +getVector

    +
    +public java.util.Vector getVector(java.lang.String key)
    +
    Get a Vector of strings associated with the given configuration - key. -

    -

    -
    Parameters:
    key - The configuration key. -
    Returns:
    The associated Vector. -
    Throws: + key. +

    +

    +
    Parameters:
    key - The configuration key. +
    Returns:
    The associated Vector. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Vector.
    -
    -
    -
    - -

    -getVector

    -
    -public java.util.Vector getVector(java.lang.String key,
    -                                  java.util.Vector defaultValue)
    -
    + object that is not a Vector.
    +
    +
    +
    + +

    +getVector

    +
    +public java.util.Vector getVector(java.lang.String key,
    +                                  java.util.Vector defaultValue)
    +
    Get a Vector of strings associated with the given configuration key.

    The list is a copy of the internal data of this object, and as - such you may alter it freely. -

    -

    -
    Parameters:
    key - The configuration key.
    defaultValue - The default value. -
    Returns:
    The associated Vector. -
    Throws: + such you may alter it freely. +

    +

    +
    Parameters:
    key - The configuration key.
    defaultValue - The default value. +
    Returns:
    The associated Vector. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Vector.
    -
    -
    -
    - -

    -getList

    -
    -public java.util.List getList(java.lang.String key)
    -
    + object that is not a Vector.
    +
    +
    +
    + +

    +getList

    +
    +public java.util.List getList(java.lang.String key)
    +
    Get a List of strings associated with the given configuration key.

    The list is a copy of the internal data of this object, and as - such you may alter it freely. -

    -

    -
    Parameters:
    key - The configuration key. -
    Returns:
    The associated List object. -
    Throws: + such you may alter it freely. +

    +

    +
    Parameters:
    key - The configuration key. +
    Returns:
    The associated List object. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a List.
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -getList

    -
    -public java.util.List getList(java.lang.String key,
    -                              java.util.List defaultValue)
    -
    + object that is not a List.
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +getList

    +
    +public java.util.List getList(java.lang.String key,
    +                              java.util.List defaultValue)
    +
    Get a List of strings associated with the given configuration key.

    The list is a copy of the internal data of this object, and as - such you may alter it freely. -

    -

    -
    Parameters:
    key - The configuration key.
    defaultValue - The default value. -
    Returns:
    The associated List. -
    Throws: + such you may alter it freely. +

    +

    +
    Parameters:
    key - The configuration key.
    defaultValue - The default value. +
    Returns:
    The associated List. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a List.
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -getBoolean

    -
    -public boolean getBoolean(java.lang.String key)
    -
    -
    Get a boolean associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key. -
    Returns:
    The associated boolean. -
    Throws: + object that is not a List.
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +getBoolean

    +
    +public boolean getBoolean(java.lang.String key)
    +
    +
    Get a boolean associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key. +
    Returns:
    The associated boolean. +
    Throws:
    java.util.NoSuchElementException - is thrown if the key doesn't - map to an existing object. + map to an existing object.
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Boolean.
    -
    -
    -
    - -

    -getBoolean

    -
    -public boolean getBoolean(java.lang.String key,
    -                          boolean defaultValue)
    -
    -
    Get a boolean associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key.
    defaultValue - The default value. -
    Returns:
    The associated boolean. -
    Throws: + object that is not a Boolean.
    +
    +
    +
    + +

    +getBoolean

    +
    +public boolean getBoolean(java.lang.String key,
    +                          boolean defaultValue)
    +
    +
    Get a boolean associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key.
    defaultValue - The default value. +
    Returns:
    The associated boolean. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Boolean.
    -
    -
    -
    - -

    -getBoolean

    -
    -public java.lang.Boolean getBoolean(java.lang.String key,
    -                                    java.lang.Boolean defaultValue)
    -
    -
    Get a boolean associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key.
    defaultValue - The default value. + object that is not a Boolean.
    +
    +
    +
    + +

    +getBoolean

    +
    +public java.lang.Boolean getBoolean(java.lang.String key,
    +                                    java.lang.Boolean defaultValue)
    +
    +
    Get a boolean associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key.
    defaultValue - The default value.
    Returns:
    The associated boolean if key is found and has valid - format, default value otherwise. -
    Throws: + format, default value otherwise. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Boolean.
    -
    -
    -
    - -

    -testBoolean

    -
    -public java.lang.String testBoolean(java.lang.String value)
    -
    + object that is not a Boolean.
    +
    +
    +
    + +

    +testBoolean

    +
    +public java.lang.String testBoolean(java.lang.String value)
    +
    Test whether the string represent by value maps to a boolean value or not. We will allow true, on, and yes for a true boolean value, and false, off, and no for false boolean values. Case of value to test for - boolean status is ignored. -

    -

    -
    Parameters:
    value - the value to test for boolean state + boolean status is ignored. +

    +

    +
    Parameters:
    value - the value to test for boolean state
    Returns:
    true or false if the supplied - text maps to a boolean value, or null otherwise.
    -
    -
    -
    - -

    -getByte

    -
    -public byte getByte(java.lang.String key)
    -
    -
    Get a byte associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key. -
    Returns:
    The associated byte. -
    Throws: + text maps to a boolean value, or null otherwise.
    +
    +
    +
    + +

    +getByte

    +
    +public byte getByte(java.lang.String key)
    +
    +
    Get a byte associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key. +
    Returns:
    The associated byte. +
    Throws:
    java.util.NoSuchElementException - is thrown if the key doesn't - map to an existing object. + map to an existing object.
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Byte. + object that is not a Byte.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -getByte

    -
    -public byte getByte(java.lang.String key,
    -                    byte defaultValue)
    -
    -
    Get a byte associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key.
    defaultValue - The default value. -
    Returns:
    The associated byte. -
    Throws: + by the key has not a valid number format.
    +
    +
    +
    + +

    +getByte

    +
    +public byte getByte(java.lang.String key,
    +                    byte defaultValue)
    +
    +
    Get a byte associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key.
    defaultValue - The default value. +
    Returns:
    The associated byte. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Byte. + object that is not a Byte.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -getByte

    -
    -public java.lang.Byte getByte(java.lang.String key,
    -                              java.lang.Byte defaultValue)
    -
    -
    Get a byte associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key.
    defaultValue - The default value. + by the key has not a valid number format.
    +
    +
    +
    + +

    +getByte

    +
    +public java.lang.Byte getByte(java.lang.String key,
    +                              java.lang.Byte defaultValue)
    +
    +
    Get a byte associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key.
    defaultValue - The default value.
    Returns:
    The associated byte if key is found and has valid - format, default value otherwise. -
    Throws: + format, default value otherwise. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Byte. + object that is not a Byte.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -getShort

    -
    -public short getShort(java.lang.String key)
    -
    -
    Get a short associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key. -
    Returns:
    The associated short. -
    Throws: + by the key has not a valid number format.
    +
    +
    +
    + +

    +getShort

    +
    +public short getShort(java.lang.String key)
    +
    +
    Get a short associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key. +
    Returns:
    The associated short. +
    Throws:
    java.util.NoSuchElementException - is thrown if the key doesn't - map to an existing object. + map to an existing object.
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Short. + object that is not a Short.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -getShort

    -
    -public short getShort(java.lang.String key,
    -                      short defaultValue)
    -
    -
    Get a short associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key.
    defaultValue - The default value. -
    Returns:
    The associated short. -
    Throws: + by the key has not a valid number format.
    +
    +
    +
    + +

    +getShort

    +
    +public short getShort(java.lang.String key,
    +                      short defaultValue)
    +
    +
    Get a short associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key.
    defaultValue - The default value. +
    Returns:
    The associated short. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Short. + object that is not a Short.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -getShort

    -
    -public java.lang.Short getShort(java.lang.String key,
    -                                java.lang.Short defaultValue)
    -
    -
    Get a short associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key.
    defaultValue - The default value. + by the key has not a valid number format.
    +
    +
    +
    + +

    +getShort

    +
    +public java.lang.Short getShort(java.lang.String key,
    +                                java.lang.Short defaultValue)
    +
    +
    Get a short associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key.
    defaultValue - The default value.
    Returns:
    The associated short if key is found and has valid - format, default value otherwise. -
    Throws: + format, default value otherwise. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Short. + object that is not a Short.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -getInt

    -
    -public int getInt(java.lang.String name)
    -
    + by the key has not a valid number format.
    +
    +
    +
    + +

    +getInt

    +
    +public int getInt(java.lang.String name)
    +
    The purpose of this method is to get the configuration resource - with the given name as an integer. -

    -

    -
    Parameters:
    name - The resource name. -
    Returns:
    The value of the resource as an integer.
    -
    -
    -
    - -

    -getInt

    -
    -public int getInt(java.lang.String name,
    -                  int def)
    -
    + with the given name as an integer. +

    +

    +
    Parameters:
    name - The resource name. +
    Returns:
    The value of the resource as an integer.
    +
    +
    +
    + +

    +getInt

    +
    +public int getInt(java.lang.String name,
    +                  int def)
    +
    The purpose of this method is to get the configuration resource - with the given name as an integer, or a default value. -

    -

    -
    Parameters:
    name - The resource name
    def - The default value of the resource. -
    Returns:
    The value of the resource as an integer.
    -
    -
    -
    - -

    -getInteger

    -
    -public int getInteger(java.lang.String key)
    -
    -
    Get a int associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key. -
    Returns:
    The associated int. -
    Throws: + with the given name as an integer, or a default value. +

    +

    +
    Parameters:
    name - The resource name
    def - The default value of the resource. +
    Returns:
    The value of the resource as an integer.
    +
    +
    +
    + +

    +getInteger

    +
    +public int getInteger(java.lang.String key)
    +
    +
    Get a int associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key. +
    Returns:
    The associated int. +
    Throws:
    java.util.NoSuchElementException - is thrown if the key doesn't - map to an existing object. + map to an existing object.
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Integer. + object that is not a Integer.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -getInteger

    -
    -public int getInteger(java.lang.String key,
    -                      int defaultValue)
    -
    -
    Get a int associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key.
    defaultValue - The default value. -
    Returns:
    The associated int. -
    Throws: + by the key has not a valid number format.
    +
    +
    +
    + +

    +getInteger

    +
    +public int getInteger(java.lang.String key,
    +                      int defaultValue)
    +
    +
    Get a int associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key.
    defaultValue - The default value. +
    Returns:
    The associated int. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Integer. + object that is not a Integer.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -getInteger

    -
    -public java.lang.Integer getInteger(java.lang.String key,
    -                                    java.lang.Integer defaultValue)
    -
    -
    Get a int associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key.
    defaultValue - The default value. + by the key has not a valid number format.
    +
    +
    +
    + +

    +getInteger

    +
    +public java.lang.Integer getInteger(java.lang.String key,
    +                                    java.lang.Integer defaultValue)
    +
    +
    Get a int associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key.
    defaultValue - The default value.
    Returns:
    The associated int if key is found and has valid - format, default value otherwise. -
    Throws: + format, default value otherwise. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Integer. + object that is not a Integer.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -getLong

    -
    -public long getLong(java.lang.String key)
    -
    -
    Get a long associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key. -
    Returns:
    The associated long. -
    Throws: + by the key has not a valid number format.
    +
    +
    +
    + +

    +getLong

    +
    +public long getLong(java.lang.String key)
    +
    +
    Get a long associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key. +
    Returns:
    The associated long. +
    Throws:
    java.util.NoSuchElementException - is thrown if the key doesn't - map to an existing object. + map to an existing object.
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Long. + object that is not a Long.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -getLong

    -
    -public long getLong(java.lang.String key,
    -                    long defaultValue)
    -
    -
    Get a long associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key.
    defaultValue - The default value. -
    Returns:
    The associated long. -
    Throws: + by the key has not a valid number format.
    +
    +
    +
    + +

    +getLong

    +
    +public long getLong(java.lang.String key,
    +                    long defaultValue)
    +
    +
    Get a long associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key.
    defaultValue - The default value. +
    Returns:
    The associated long. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Long. + object that is not a Long.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -getLong

    -
    -public java.lang.Long getLong(java.lang.String key,
    -                              java.lang.Long defaultValue)
    -
    -
    Get a long associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key.
    defaultValue - The default value. + by the key has not a valid number format.
    +
    +
    +
    + +

    +getLong

    +
    +public java.lang.Long getLong(java.lang.String key,
    +                              java.lang.Long defaultValue)
    +
    +
    Get a long associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key.
    defaultValue - The default value.
    Returns:
    The associated long if key is found and has valid - format, default value otherwise. -
    Throws: + format, default value otherwise. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Long. + object that is not a Long.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -getFloat

    -
    -public float getFloat(java.lang.String key)
    -
    -
    Get a float associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key. -
    Returns:
    The associated float. -
    Throws: + by the key has not a valid number format.
    +
    +
    +
    + +

    +getFloat

    +
    +public float getFloat(java.lang.String key)
    +
    +
    Get a float associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key. +
    Returns:
    The associated float. +
    Throws:
    java.util.NoSuchElementException - is thrown if the key doesn't - map to an existing object. + map to an existing object.
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Float. + object that is not a Float.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -getFloat

    -
    -public float getFloat(java.lang.String key,
    -                      float defaultValue)
    -
    -
    Get a float associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key.
    defaultValue - The default value. -
    Returns:
    The associated float. -
    Throws: + by the key has not a valid number format.
    +
    +
    +
    + +

    +getFloat

    +
    +public float getFloat(java.lang.String key,
    +                      float defaultValue)
    +
    +
    Get a float associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key.
    defaultValue - The default value. +
    Returns:
    The associated float. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Float. + object that is not a Float.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -getFloat

    -
    -public java.lang.Float getFloat(java.lang.String key,
    -                                java.lang.Float defaultValue)
    -
    -
    Get a float associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key.
    defaultValue - The default value. + by the key has not a valid number format.
    +
    +
    +
    + +

    +getFloat

    +
    +public java.lang.Float getFloat(java.lang.String key,
    +                                java.lang.Float defaultValue)
    +
    +
    Get a float associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key.
    defaultValue - The default value.
    Returns:
    The associated float if key is found and has valid - format, default value otherwise. -
    Throws: + format, default value otherwise. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Float. + object that is not a Float.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -getDouble

    -
    -public double getDouble(java.lang.String key)
    -
    -
    Get a double associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key. -
    Returns:
    The associated double. -
    Throws: + by the key has not a valid number format.
    +
    +
    +
    + +

    +getDouble

    +
    +public double getDouble(java.lang.String key)
    +
    +
    Get a double associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key. +
    Returns:
    The associated double. +
    Throws:
    java.util.NoSuchElementException - is thrown if the key doesn't - map to an existing object. + map to an existing object.
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Double. + object that is not a Double.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -getDouble

    -
    -public double getDouble(java.lang.String key,
    -                        double defaultValue)
    -
    -
    Get a double associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key.
    defaultValue - The default value. -
    Returns:
    The associated double. -
    Throws: + by the key has not a valid number format.
    +
    +
    +
    + +

    +getDouble

    +
    +public double getDouble(java.lang.String key,
    +                        double defaultValue)
    +
    +
    Get a double associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key.
    defaultValue - The default value. +
    Returns:
    The associated double. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Double. + object that is not a Double.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -getDouble

    -
    -public java.lang.Double getDouble(java.lang.String key,
    -                                  java.lang.Double defaultValue)
    -
    -
    Get a double associated with the given configuration key. -

    -

    -
    Parameters:
    key - The configuration key.
    defaultValue - The default value. + by the key has not a valid number format.
    +
    +
    +
    + +

    +getDouble

    +
    +public java.lang.Double getDouble(java.lang.String key,
    +                                  java.lang.Double defaultValue)
    +
    +
    Get a double associated with the given configuration key. +

    +

    +
    Parameters:
    key - The configuration key.
    defaultValue - The default value.
    Returns:
    The associated double if key is found and has valid - format, default value otherwise. -
    Throws: + format, default value otherwise. +
    Throws:
    java.lang.ClassCastException - is thrown if the key maps to an - object that is not a Double. + object that is not a Double.
    java.lang.NumberFormatException - is thrown if the value mapped - by the key has not a valid number format.
    -
    -
    -
    - -

    -convertProperties

    -
    -public static ExtendedProperties convertProperties(java.util.Properties props)
    -
    + by the key has not a valid number format.
    +
    +
    +
    + +

    +convertProperties

    +
    +public static ExtendedProperties convertProperties(java.util.Properties props)
    +
    Convert a standard properties class into a configuration class.

    NOTE: From Commons Collections 3.2 this method will pick up - any default parent Properties of the specified input object. -

    -

    -
    Parameters:
    props - the properties object to convert -
    Returns:
    new ExtendedProperties created from props
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + any default parent Properties of the specified input object. +

    +

    +
    Parameters:
    props - the properties object to convert +
    Returns:
    new ExtendedProperties created from props
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Factory.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Factory.html index adf8b65..706668b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Factory.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Factory.html @@ -1,103 +1,103 @@ - - - - - - - -Factory (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Interface Factory

    -
    -
    All Known Implementing Classes:
    ConstantFactory, ExceptionFactory, InstantiateFactory
    -
    -
    -
    -
    public interface Factory
    - - -

    + + + + + + + +Factory (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Interface Factory

    +
    +
    All Known Implementing Classes:
    ConstantFactory, ExceptionFactory, InstantiateFactory
    +
    +
    +
    +
    public interface Factory
    + + +

    Defines a functor interface implemented by classes that create objects.

    A Factory creates an object without using an input parameter. @@ -105,127 +105,127 @@ Defines a functor interface implemented by classes that create objects.

    Standard implementations of common factories are provided by FactoryUtils. These include factories that return a constant, - a copy of a prototype or a new instance. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Arron Bates, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objectcreate() - -
    -          Create a new object.
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -create

    -
    -java.lang.Object create()
    -
    -
    Create a new object. -

    -

    - -
    Returns:
    a new object -
    Throws: -
    FunctorException - (runtime) if the factory cannot create an object
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + a copy of a prototype or a new instance. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Arron Bates, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objectcreate() + +
    +          Create a new object.
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +create

    +
    +java.lang.Object create()
    +
    +
    Create a new object. +

    +

    + +
    Returns:
    a new object +
    Throws: +
    FunctorException - (runtime) if the factory cannot create an object
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FactoryUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FactoryUtils.html index 5318117..32524f1 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FactoryUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FactoryUtils.html @@ -1,104 +1,104 @@ - - - - - - - -FactoryUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class FactoryUtils

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.FactoryUtils
    -
    -
    -
    -
    public class FactoryUtils
    extends java.lang.Object
    - - -

    + + + + + + + +FactoryUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class FactoryUtils

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.FactoryUtils
    +
    +
    +
    +
    public class FactoryUtils
    extends java.lang.Object
    + + +

    FactoryUtils provides reference implementations and utilities for the Factory functor interface. The supplied factories are:

      @@ -108,194 +108,194 @@ java.lang.Object
    • Null - always returns null
    • Exception - always throws an exception
    - All the supplied factories are Serializable. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    FactoryUtils() - -
    -          This class is not normally instantiated.
    -  - - - - - - - - - - + +
    -Method Summary
    -static FactoryconstantFactory(java.lang.Object constantToReturn) - -
    + All the supplied factories are Serializable. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    FactoryUtils() + +
    +          This class is not normally instantiated.
    +  + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - -
    +Method Summary
    +static FactoryconstantFactory(java.lang.Object constantToReturn) + +
              Creates a Factory that will return the same object each time the factory - is used.
    -static FactoryexceptionFactory() - -
    -          Gets a Factory that always throws an exception.
    -static FactoryinstantiateFactory(java.lang.Class classToInstantiate) - -
    + is used.
    +static FactoryexceptionFactory() + +
    +          Gets a Factory that always throws an exception.
    +static FactoryinstantiateFactory(java.lang.Class classToInstantiate) + +
              Creates a Factory that can create objects of a specific type using - a no-args constructor.
    -static FactoryinstantiateFactory(java.lang.Class classToInstantiate, - java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    + a no-args constructor.
    +static FactoryinstantiateFactory(java.lang.Class classToInstantiate, + java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
              Creates a Factory that can create objects of a specific type using - the arguments specified to this method.
    -static FactorynullFactory() - -
    -          Gets a Factory that will return null each time the factory is used.
    -static FactoryprototypeFactory(java.lang.Object prototype) - -
    + the arguments specified to this method.
    +static FactorynullFactory() + +
    +          Gets a Factory that will return null each time the factory is used.
    +static FactoryprototypeFactory(java.lang.Object prototype) + +
              Creates a Factory that will return a clone of the same prototype object - each time the factory is used.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -FactoryUtils

    -
    -public FactoryUtils()
    -
    -
    This class is not normally instantiated. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -exceptionFactory

    -
    -public static Factory exceptionFactory()
    -
    + each time the factory is used.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +FactoryUtils

    +
    +public FactoryUtils()
    +
    +
    This class is not normally instantiated. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +exceptionFactory

    +
    +public static Factory exceptionFactory()
    +
    Gets a Factory that always throws an exception. - This could be useful during testing as a placeholder. -

    -

    - -
    Returns:
    the factory
    See Also:
    ExceptionFactory
    -
    -
    -
    - -

    -nullFactory

    -
    -public static Factory nullFactory()
    -
    + This could be useful during testing as a placeholder. +

    +

    + +
    Returns:
    the factory
    See Also:
    ExceptionFactory
    +
    +
    +
    + +

    +nullFactory

    +
    +public static Factory nullFactory()
    +
    Gets a Factory that will return null each time the factory is used. - This could be useful during testing as a placeholder. -

    -

    - -
    Returns:
    the factory
    See Also:
    ConstantFactory
    -
    -
    -
    - -

    -constantFactory

    -
    -public static Factory constantFactory(java.lang.Object constantToReturn)
    -
    + This could be useful during testing as a placeholder. +

    +

    + +
    Returns:
    the factory
    See Also:
    ConstantFactory
    +
    +
    +
    + +

    +constantFactory

    +
    +public static Factory constantFactory(java.lang.Object constantToReturn)
    +
    Creates a Factory that will return the same object each time the factory is used. No check is made that the object is immutable. In general, only immutable objects should use the constant factory. Mutable objects should - use the prototype factory. -

    -

    -
    Parameters:
    constantToReturn - the constant object to return each time in the factory -
    Returns:
    the constant factory.
    See Also:
    ConstantFactory
    -
    -
    -
    - -

    -prototypeFactory

    -
    -public static Factory prototypeFactory(java.lang.Object prototype)
    -
    + use the prototype factory. +

    +

    +
    Parameters:
    constantToReturn - the constant object to return each time in the factory +
    Returns:
    the constant factory.
    See Also:
    ConstantFactory
    +
    +
    +
    + +

    +prototypeFactory

    +
    +public static Factory prototypeFactory(java.lang.Object prototype)
    +
    Creates a Factory that will return a clone of the same prototype object each time the factory is used. The prototype will be cloned using one of these techniques (in order): @@ -303,115 +303,115 @@ public static public clone method
  • public copy constructor
  • serialization clone -
  • -
    - -

    -instantiateFactory

    -
    -public static Factory instantiateFactory(java.lang.Class classToInstantiate)
    -
    +
      +

      +

      +
      Parameters:
      prototype - the object to clone each time in the factory +
      Returns:
      the prototype factory +
      Throws: +
      java.lang.IllegalArgumentException - if the prototype is null +
      java.lang.IllegalArgumentException - if the prototype cannot be cloned
      See Also:
      PrototypeFactory
      +
      +
    +
    + +

    +instantiateFactory

    +
    +public static Factory instantiateFactory(java.lang.Class classToInstantiate)
    +
    Creates a Factory that can create objects of a specific type using - a no-args constructor. -

    -

    -
    Parameters:
    classToInstantiate - the Class to instantiate each time in the factory -
    Returns:
    the reflection factory -
    Throws: -
    java.lang.IllegalArgumentException - if the classToInstantiate is null
    See Also:
    InstantiateFactory
    -
    -
    -
    - -

    -instantiateFactory

    -
    -public static Factory instantiateFactory(java.lang.Class classToInstantiate,
    -                                         java.lang.Class[] paramTypes,
    -                                         java.lang.Object[] args)
    -
    + a no-args constructor. +

    +

    +
    Parameters:
    classToInstantiate - the Class to instantiate each time in the factory +
    Returns:
    the reflection factory +
    Throws: +
    java.lang.IllegalArgumentException - if the classToInstantiate is null
    See Also:
    InstantiateFactory
    +
    +
    +
    + +

    +instantiateFactory

    +
    +public static Factory instantiateFactory(java.lang.Class classToInstantiate,
    +                                         java.lang.Class[] paramTypes,
    +                                         java.lang.Object[] args)
    +
    Creates a Factory that can create objects of a specific type using - the arguments specified to this method. -

    -

    -
    Parameters:
    classToInstantiate - the Class to instantiate each time in the factory
    paramTypes - parameter types for the constructor, can be null
    args - the arguments to pass to the constructor, can be null -
    Returns:
    the reflection factory -
    Throws: -
    java.lang.IllegalArgumentException - if the classToInstantiate is null -
    java.lang.IllegalArgumentException - if the paramTypes and args don't match -
    java.lang.IllegalArgumentException - if the constructor doesn't exist
    See Also:
    InstantiateFactory
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + the arguments specified to this method. +

    +

    +
    Parameters:
    classToInstantiate - the Class to instantiate each time in the factory
    paramTypes - parameter types for the constructor, can be null
    args - the arguments to pass to the constructor, can be null +
    Returns:
    the reflection factory +
    Throws: +
    java.lang.IllegalArgumentException - if the classToInstantiate is null +
    java.lang.IllegalArgumentException - if the paramTypes and args don't match +
    java.lang.IllegalArgumentException - if the constructor doesn't exist
    See Also:
    InstantiateFactory
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FastArrayList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FastArrayList.html index 1c7f814..6c9b7be 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FastArrayList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FastArrayList.html @@ -1,110 +1,110 @@ - - - - - - - -FastArrayList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class FastArrayList

    -
    -java.lang.Object
    -  extended by java.util.AbstractCollection
    -      extended by java.util.AbstractList
    -          extended by java.util.ArrayList
    -              extended by org.apache.commons.collections.FastArrayList
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess
    -
    -
    -
    -
    public class FastArrayList
    extends java.util.ArrayList
    - - -

    + + + + + + + +FastArrayList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class FastArrayList

    +
    +java.lang.Object
    +  extended by java.util.AbstractCollection
    +      extended by java.util.AbstractList
    +          extended by java.util.ArrayList
    +              extended by org.apache.commons.collections.FastArrayList
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess
    +
    +
    +
    +
    public class FastArrayList
    extends java.util.ArrayList
    + + +

    A customized implementation of java.util.ArrayList designed to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes. When operating @@ -128,769 +128,769 @@ java.lang.Object

    NOTE: This class is not cross-platform. Using it may cause unexpected failures on some architectures. - It suffers from the same problems as the double-checked locking idiom. - In particular, the instruction that clones the internal collection and the - instruction that sets the internal reference to the clone can be executed - or perceived out-of-order. This means that any read operation might fail + It suffers from the same problems as the double-checked locking idiom. + In particular, the instruction that clones the internal collection and the + instruction that sets the internal reference to the clone can be executed + or perceived out-of-order. This means that any read operation might fail unexpectedly, as it may be reading the state of the internal collection before the internal collection is fully formed. For more information on the double-checked locking idiom, see the - Double-Checked Locking Idiom Is Broken Declaration.

    -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Craig R. McClanahan, Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  booleanfast - -
    -          Are we operating in "fast" mode?
    -protected  java.util.ArrayListlist - -
    -          The underlying list we are managing.
    - - - - - - - -
    Fields inherited from class java.util.AbstractList
    modCount
    -  - - - - - - - - - - - - + +
    -Constructor Summary
    FastArrayList() - -
    -          Construct a an empty list.
    FastArrayList(java.util.Collection collection) - -
    + Double-Checked Locking Idiom Is Broken Declaration.

    +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Craig R. McClanahan, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  booleanfast + +
    +          Are we operating in "fast" mode?
    +protected  java.util.ArrayListlist + +
    +          The underlying list we are managing.
    + + + + + + + +
    Fields inherited from class java.util.AbstractList
    modCount
    +  + + + + + + + + + + + + - - - - -
    +Constructor Summary
    FastArrayList() + +
    +          Construct a an empty list.
    FastArrayList(java.util.Collection collection) + +
              Construct a list containing the elements of the specified collection, - in the order they are returned by the collection's iterator.
    FastArrayList(int capacity) - -
    -          Construct an empty list with the specified capacity.
    -  - - - - - - - - - - + + + + +
    -Method Summary
    - voidadd(int index, - java.lang.Object element) - -
    + in the order they are returned by the collection's iterator.
    FastArrayList(int capacity) + +
    +          Construct an empty list with the specified capacity.
    +  + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - -
    +Method Summary
    + voidadd(int index, + java.lang.Object element) + +
              Insert the specified element at the specified position in this list, - and shift all remaining elements up one position.
    - booleanadd(java.lang.Object element) - -
    -          Appends the specified element to the end of this list.
    - booleanaddAll(java.util.Collection collection) - -
    + and shift all remaining elements up one position.
    + booleanadd(java.lang.Object element) + +
    +          Appends the specified element to the end of this list.
    + booleanaddAll(java.util.Collection collection) + +
              Append all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified - Collection's Iterator.
    - booleanaddAll(int index, - java.util.Collection collection) - -
    + Collection's Iterator.
    + booleanaddAll(int index, + java.util.Collection collection) + +
              Insert all of the elements in the specified Collection at the specified position in this list, and shift any previous elements upwards as - needed.
    - voidclear() - -
    -          Remove all of the elements from this list.
    - java.lang.Objectclone() - -
    -          Return a shallow copy of this FastArrayList instance.
    - booleancontains(java.lang.Object element) - -
    -          Return true if this list contains the specified element.
    - booleancontainsAll(java.util.Collection collection) - -
    + needed.
    + voidclear() + +
    +          Remove all of the elements from this list.
    + java.lang.Objectclone() + +
    +          Return a shallow copy of this FastArrayList instance.
    + booleancontains(java.lang.Object element) + +
    +          Return true if this list contains the specified element.
    + booleancontainsAll(java.util.Collection collection) + +
              Return true if this list contains all of the elements - in the specified Collection.
    - voidensureCapacity(int capacity) - -
    + in the specified Collection.
    + voidensureCapacity(int capacity) + +
              Increase the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements - specified by the minimum capacity argument.
    - booleanequals(java.lang.Object o) - -
    -          Compare the specified object with this list for equality.
    - java.lang.Objectget(int index) - -
    -          Return the element at the specified position in the list.
    - booleangetFast() - -
    -          Returns true if this list is operating in fast mode.
    - inthashCode() - -
    -          Return the hash code value for this list.
    - intindexOf(java.lang.Object element) - -
    + specified by the minimum capacity argument.
    + booleanequals(java.lang.Object o) + +
    +          Compare the specified object with this list for equality.
    + java.lang.Objectget(int index) + +
    +          Return the element at the specified position in the list.
    + booleangetFast() + +
    +          Returns true if this list is operating in fast mode.
    + inthashCode() + +
    +          Return the hash code value for this list.
    + intindexOf(java.lang.Object element) + +
              Search for the first occurrence of the given argument, testing for equality using the equals() method, and return - the corresponding index, or -1 if the object is not found.
    - booleanisEmpty() - -
    -          Test if this list has no elements.
    - java.util.Iteratoriterator() - -
    -          Return an iterator over the elements in this list in proper sequence.
    - intlastIndexOf(java.lang.Object element) - -
    + the corresponding index, or -1 if the object is not found.
    + booleanisEmpty() + +
    +          Test if this list has no elements.
    + java.util.Iteratoriterator() + +
    +          Return an iterator over the elements in this list in proper sequence.
    + intlastIndexOf(java.lang.Object element) + +
              Search for the last occurrence of the given argument, testing for equality using the equals() method, and return - the corresponding index, or -1 if the object is not found.
    - java.util.ListIteratorlistIterator() - -
    -          Return an iterator of the elements of this list, in proper sequence.
    - java.util.ListIteratorlistIterator(int index) - -
    + the corresponding index, or -1 if the object is not found.
    + java.util.ListIteratorlistIterator() + +
    +          Return an iterator of the elements of this list, in proper sequence.
    + java.util.ListIteratorlistIterator(int index) + +
              Return an iterator of the elements of this list, in proper sequence, - starting at the specified position.
    - java.lang.Objectremove(int index) - -
    + starting at the specified position.
    + java.lang.Objectremove(int index) + +
              Remove the element at the specified position in the list, and shift - any subsequent elements down one position.
    - booleanremove(java.lang.Object element) - -
    + any subsequent elements down one position.
    + booleanremove(java.lang.Object element) + +
              Remove the first occurrence of the specified element from the list, - and shift any subsequent elements down one position.
    - booleanremoveAll(java.util.Collection collection) - -
    + and shift any subsequent elements down one position.
    + booleanremoveAll(java.util.Collection collection) + +
              Remove from this collection all of its elements that are contained - in the specified collection.
    - booleanretainAll(java.util.Collection collection) - -
    + in the specified collection.
    + booleanretainAll(java.util.Collection collection) + +
              Remove from this collection all of its elements except those that are - contained in the specified collection.
    - java.lang.Objectset(int index, - java.lang.Object element) - -
    + contained in the specified collection.
    + java.lang.Objectset(int index, + java.lang.Object element) + +
              Replace the element at the specified position in this list with - the specified element.
    - voidsetFast(boolean fast) - -
    -          Sets whether this list will operate in fast mode.
    - intsize() - -
    -          Return the number of elements in this list.
    - java.util.ListsubList(int fromIndex, - int toIndex) - -
    + the specified element.
    + voidsetFast(boolean fast) + +
    +          Sets whether this list will operate in fast mode.
    + intsize() + +
    +          Return the number of elements in this list.
    + java.util.ListsubList(int fromIndex, + int toIndex) + +
              Return a view of the portion of this list between fromIndex - (inclusive) and toIndex (exclusive).
    - java.lang.Object[]toArray() - -
    + (inclusive) and toIndex (exclusive).
    + java.lang.Object[]toArray() + +
              Return an array containing all of the elements in this list in the - correct order.
    - java.lang.Object[]toArray(java.lang.Object[] array) - -
    + correct order.
    + java.lang.Object[]toArray(java.lang.Object[] array) + +
              Return an array containing all of the elements in this list in the - correct order.
    - java.lang.StringtoString() - -
    -          Return a String representation of this object.
    - voidtrimToSize() - -
    + correct order.
    + java.lang.StringtoString() + +
    +          Return a String representation of this object.
    + voidtrimToSize() + +
              Trim the capacity of this ArrayList instance to be the - list's current size.
    - - - - - - - -
    Methods inherited from class java.util.ArrayList
    removeRange
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -list

    -
    -protected java.util.ArrayList list
    -
    -
    The underlying list we are managing. -

    -

    -
    -
    -
    - -

    -fast

    -
    -protected boolean fast
    -
    -
    Are we operating in "fast" mode? -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -FastArrayList

    -
    -public FastArrayList()
    -
    -
    Construct a an empty list. -

    -

    -
    - -

    -FastArrayList

    -
    -public FastArrayList(int capacity)
    -
    -
    Construct an empty list with the specified capacity. -

    -

    -
    Parameters:
    capacity - The initial capacity of the empty list
    -
    -
    - -

    -FastArrayList

    -
    -public FastArrayList(java.util.Collection collection)
    -
    + list's current size.
    + + + + + + + +
    Methods inherited from class java.util.ArrayList
    removeRange
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +list

    +
    +protected java.util.ArrayList list
    +
    +
    The underlying list we are managing. +

    +

    +
    +
    +
    + +

    +fast

    +
    +protected boolean fast
    +
    +
    Are we operating in "fast" mode? +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +FastArrayList

    +
    +public FastArrayList()
    +
    +
    Construct a an empty list. +

    +

    +
    + +

    +FastArrayList

    +
    +public FastArrayList(int capacity)
    +
    +
    Construct an empty list with the specified capacity. +

    +

    +
    Parameters:
    capacity - The initial capacity of the empty list
    +
    +
    + +

    +FastArrayList

    +
    +public FastArrayList(java.util.Collection collection)
    +
    Construct a list containing the elements of the specified collection, - in the order they are returned by the collection's iterator. -

    -

    + in the order they are returned by the collection's iterator. +

    +

    Parameters:
    collection - The collection whose elements initialize the contents - of this list
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getFast

    -
    -public boolean getFast()
    -
    -
    Returns true if this list is operating in fast mode. -

    -

    - -
    Returns:
    true if this list is operating in fast mode
    -
    -
    -
    - -

    -setFast

    -
    -public void setFast(boolean fast)
    -
    -
    Sets whether this list will operate in fast mode. -

    -

    -
    Parameters:
    fast - true if the list should operate in fast mode
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object element)
    -
    -
    Appends the specified element to the end of this list. -

    -

    -
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class java.util.ArrayList
    -
    -
    -
    Parameters:
    element - The element to be appended
    -
    -
    -
    - -

    -add

    -
    -public void add(int index,
    -                java.lang.Object element)
    -
    + of this list
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getFast

    +
    +public boolean getFast()
    +
    +
    Returns true if this list is operating in fast mode. +

    +

    + +
    Returns:
    true if this list is operating in fast mode
    +
    +
    +
    + +

    +setFast

    +
    +public void setFast(boolean fast)
    +
    +
    Sets whether this list will operate in fast mode. +

    +

    +
    Parameters:
    fast - true if the list should operate in fast mode
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object element)
    +
    +
    Appends the specified element to the end of this list. +

    +

    +
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class java.util.ArrayList
    +
    +
    +
    Parameters:
    element - The element to be appended
    +
    +
    +
    + +

    +add

    +
    +public void add(int index,
    +                java.lang.Object element)
    +
    Insert the specified element at the specified position in this list, - and shift all remaining elements up one position. -

    -

    -
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class java.util.ArrayList
    -
    -
    -
    Parameters:
    index - Index at which to insert this element
    element - The element to be inserted -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is out of range
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection collection)
    -
    + and shift all remaining elements up one position. +

    +

    +
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class java.util.ArrayList
    +
    +
    +
    Parameters:
    index - Index at which to insert this element
    element - The element to be inserted +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection collection)
    +
    Append all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified - Collection's Iterator. -

    -

    -
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class java.util.ArrayList
    -
    -
    -
    Parameters:
    collection - The collection to be appended
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(int index,
    -                      java.util.Collection collection)
    -
    + Collection's Iterator. +

    +

    +
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class java.util.ArrayList
    +
    +
    +
    Parameters:
    collection - The collection to be appended
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(int index,
    +                      java.util.Collection collection)
    +
    Insert all of the elements in the specified Collection at the specified position in this list, and shift any previous elements upwards as - needed. -

    -

    -
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class java.util.ArrayList
    -
    -
    -
    Parameters:
    index - Index at which insertion takes place
    collection - The collection to be added -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is out of range
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    + needed. +

    +

    +
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class java.util.ArrayList
    +
    +
    +
    Parameters:
    index - Index at which insertion takes place
    collection - The collection to be added +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    Remove all of the elements from this list. The list will be empty - after this call returns. -

    -

    -
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.List
    Overrides:
    clear in class java.util.ArrayList
    -
    -
    - -
    Throws: + after this call returns. +

    +

    +
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.List
    Overrides:
    clear in class java.util.ArrayList
    +
    +
    + +
    Throws:
    java.lang.UnsupportedOperationException - if clear() - is not supported by this list
    -
    -
    -
    - -

    -clone

    -
    -public java.lang.Object clone()
    -
    + is not supported by this list
    +
    +
    +
    + +

    +clone

    +
    +public java.lang.Object clone()
    +
    Return a shallow copy of this FastArrayList instance. - The elements themselves are not copied. -

    -

    -
    Overrides:
    clone in class java.util.ArrayList
    -
    -
    -
    -
    -
    -
    - -

    -contains

    -
    -public boolean contains(java.lang.Object element)
    -
    -
    Return true if this list contains the specified element. -

    -

    -
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.List
    Overrides:
    contains in class java.util.ArrayList
    -
    -
    -
    Parameters:
    element - The element to test for
    -
    -
    -
    - -

    -containsAll

    -
    -public boolean containsAll(java.util.Collection collection)
    -
    + The elements themselves are not copied. +

    +

    +
    Overrides:
    clone in class java.util.ArrayList
    +
    +
    +
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(java.lang.Object element)
    +
    +
    Return true if this list contains the specified element. +

    +

    +
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.List
    Overrides:
    contains in class java.util.ArrayList
    +
    +
    +
    Parameters:
    element - The element to test for
    +
    +
    +
    + +

    +containsAll

    +
    +public boolean containsAll(java.util.Collection collection)
    +
    Return true if this list contains all of the elements - in the specified Collection. -

    -

    -
    Specified by:
    containsAll in interface java.util.Collection
    Specified by:
    containsAll in interface java.util.List
    Overrides:
    containsAll in class java.util.AbstractCollection
    -
    -
    -
    Parameters:
    collection - Collection whose elements are to be checked
    -
    -
    -
    - -

    -ensureCapacity

    -
    -public void ensureCapacity(int capacity)
    -
    + in the specified Collection. +

    +

    +
    Specified by:
    containsAll in interface java.util.Collection
    Specified by:
    containsAll in interface java.util.List
    Overrides:
    containsAll in class java.util.AbstractCollection
    +
    +
    +
    Parameters:
    collection - Collection whose elements are to be checked
    +
    +
    +
    + +

    +ensureCapacity

    +
    +public void ensureCapacity(int capacity)
    +
    Increase the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements - specified by the minimum capacity argument. -

    -

    -
    Overrides:
    ensureCapacity in class java.util.ArrayList
    -
    -
    -
    Parameters:
    capacity - The new minimum capacity
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object o)
    -
    + specified by the minimum capacity argument. +

    +

    +
    Overrides:
    ensureCapacity in class java.util.ArrayList
    +
    +
    +
    Parameters:
    capacity - The new minimum capacity
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object o)
    +
    Compare the specified object with this list for equality. This implementation uses exactly the code that is used to define the list equals function in the documentation for the - List.equals method. -

    -

    -
    Specified by:
    equals in interface java.util.Collection
    Specified by:
    equals in interface java.util.List
    Overrides:
    equals in class java.util.AbstractList
    -
    -
    -
    Parameters:
    o - Object to be compared to this list
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(int index)
    -
    -
    Return the element at the specified position in the list. -

    -

    -
    Specified by:
    get in interface java.util.List
    Overrides:
    get in class java.util.ArrayList
    -
    -
    -
    Parameters:
    index - The index of the element to return -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is out of range
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    + List.equals method. +

    +

    +
    Specified by:
    equals in interface java.util.Collection
    Specified by:
    equals in interface java.util.List
    Overrides:
    equals in class java.util.AbstractList
    +
    +
    +
    Parameters:
    o - Object to be compared to this list
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(int index)
    +
    +
    Return the element at the specified position in the list. +

    +

    +
    Specified by:
    get in interface java.util.List
    Overrides:
    get in class java.util.ArrayList
    +
    +
    +
    Parameters:
    index - The index of the element to return +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    Return the hash code value for this list. This implementation uses exactly the code that is used to define the list hash function in the - documentation for the List.hashCode method. -

    -

    -
    Specified by:
    hashCode in interface java.util.Collection
    Specified by:
    hashCode in interface java.util.List
    Overrides:
    hashCode in class java.util.AbstractList
    -
    -
    -
    -
    -
    -
    - -

    -indexOf

    -
    -public int indexOf(java.lang.Object element)
    -
    + documentation for the List.hashCode method. +

    +

    +
    Specified by:
    hashCode in interface java.util.Collection
    Specified by:
    hashCode in interface java.util.List
    Overrides:
    hashCode in class java.util.AbstractList
    +
    +
    +
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(java.lang.Object element)
    +
    Search for the first occurrence of the given argument, testing for equality using the equals() method, and return - the corresponding index, or -1 if the object is not found. -

    -

    -
    Specified by:
    indexOf in interface java.util.List
    Overrides:
    indexOf in class java.util.ArrayList
    -
    -
    -
    Parameters:
    element - The element to search for
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Test if this list has no elements. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Collection
    Specified by:
    isEmpty in interface java.util.List
    Overrides:
    isEmpty in class java.util.ArrayList
    -
    -
    -
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    + the corresponding index, or -1 if the object is not found. +

    +

    +
    Specified by:
    indexOf in interface java.util.List
    Overrides:
    indexOf in class java.util.ArrayList
    +
    +
    +
    Parameters:
    element - The element to search for
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Test if this list has no elements. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Collection
    Specified by:
    isEmpty in interface java.util.List
    Overrides:
    isEmpty in class java.util.ArrayList
    +
    +
    +
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    Return an iterator over the elements in this list in proper sequence.

    Thread safety
    @@ -903,41 +903,41 @@ public java.util.Iterator iterator() methods is used a ConcurrentModificationException is thrown from the iterator modification method. If the List modification methods are used the changes are NOT visible in the iterator (it shows the list contents at the time the iterator - was created). -

    -

    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    Overrides:
    iterator in class java.util.AbstractList
    -
    -
    - -
    Returns:
    the iterator
    -
    -
    -
    - -

    -lastIndexOf

    -
    -public int lastIndexOf(java.lang.Object element)
    -
    + was created). +

    +

    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    Overrides:
    iterator in class java.util.AbstractList
    +
    +
    + +
    Returns:
    the iterator
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public int lastIndexOf(java.lang.Object element)
    +
    Search for the last occurrence of the given argument, testing for equality using the equals() method, and return - the corresponding index, or -1 if the object is not found. -

    -

    -
    Specified by:
    lastIndexOf in interface java.util.List
    Overrides:
    lastIndexOf in class java.util.ArrayList
    -
    -
    -
    Parameters:
    element - The element to search for
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator()
    -
    + the corresponding index, or -1 if the object is not found. +

    +

    +
    Specified by:
    lastIndexOf in interface java.util.List
    Overrides:
    lastIndexOf in class java.util.ArrayList
    +
    +
    +
    Parameters:
    element - The element to search for
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator()
    +
    Return an iterator of the elements of this list, in proper sequence.

    Thread safety
    @@ -950,23 +950,23 @@ public java.util.ListIterator listIterator() methods is used a ConcurrentModificationException is thrown from the iterator modification method. If the List modification methods are used the changes are NOT visible in the iterator (it shows the list contents at the time the iterator - was created). -

    -

    -
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class java.util.AbstractList
    -
    -
    - -
    Returns:
    the list iterator
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator(int index)
    -
    + was created). +

    +

    +
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class java.util.AbstractList
    +
    +
    + +
    Returns:
    the list iterator
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator(int index)
    +
    Return an iterator of the elements of this list, in proper sequence, starting at the specified position.

    @@ -980,292 +980,292 @@ public java.util.ListIterator listIterator(int index) methods is used a ConcurrentModificationException is thrown from the iterator modification method. If the List modification methods are used the changes are NOT visible in the iterator (it shows the list contents at the time the iterator - was created). -

    -

    -
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class java.util.AbstractList
    -
    -
    -
    Parameters:
    index - The starting position of the iterator to return -
    Returns:
    the list iterator -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is out of range
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(int index)
    -
    + was created). +

    +

    +
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class java.util.AbstractList
    +
    +
    +
    Parameters:
    index - The starting position of the iterator to return +
    Returns:
    the list iterator +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(int index)
    +
    Remove the element at the specified position in the list, and shift - any subsequent elements down one position. -

    -

    -
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class java.util.ArrayList
    -
    -
    -
    Parameters:
    index - Index of the element to be removed -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is out of range
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object element)
    -
    + any subsequent elements down one position. +

    +

    +
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class java.util.ArrayList
    +
    +
    +
    Parameters:
    index - Index of the element to be removed +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object element)
    +
    Remove the first occurrence of the specified element from the list, - and shift any subsequent elements down one position. -

    -

    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class java.util.ArrayList
    -
    -
    -
    Parameters:
    element - Element to be removed
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection collection)
    -
    + and shift any subsequent elements down one position. +

    +

    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class java.util.ArrayList
    +
    +
    +
    Parameters:
    element - Element to be removed
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection collection)
    +
    Remove from this collection all of its elements that are contained - in the specified collection. -

    -

    -
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.List
    Overrides:
    removeAll in class java.util.AbstractCollection
    -
    -
    -
    Parameters:
    collection - Collection containing elements to be removed -
    Throws: + in the specified collection. +

    +

    +
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.List
    Overrides:
    removeAll in class java.util.AbstractCollection
    +
    +
    +
    Parameters:
    collection - Collection containing elements to be removed +
    Throws:
    java.lang.UnsupportedOperationException - if this optional operation - is not supported by this list
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection collection)
    -
    + is not supported by this list
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection collection)
    +
    Remove from this collection all of its elements except those that are - contained in the specified collection. -

    -

    -
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.List
    Overrides:
    retainAll in class java.util.AbstractCollection
    -
    -
    -
    Parameters:
    collection - Collection containing elements to be retained -
    Throws: + contained in the specified collection. +

    +

    +
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.List
    Overrides:
    retainAll in class java.util.AbstractCollection
    +
    +
    +
    Parameters:
    collection - Collection containing elements to be retained +
    Throws:
    java.lang.UnsupportedOperationException - if this optional operation - is not supported by this list
    -
    -
    -
    - -

    -set

    -
    -public java.lang.Object set(int index,
    -                            java.lang.Object element)
    -
    + is not supported by this list
    +
    +
    +
    + +

    +set

    +
    +public java.lang.Object set(int index,
    +                            java.lang.Object element)
    +
    Replace the element at the specified position in this list with the specified element. Returns the previous object at that position.

    IMPLEMENTATION NOTE - This operation is specifically documented to not be a structural change, so it is safe to be performed - without cloning. -

    -

    -
    Specified by:
    set in interface java.util.List
    Overrides:
    set in class java.util.ArrayList
    -
    -
    -
    Parameters:
    index - Index of the element to replace
    element - The new element to be stored -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is out of range
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Return the number of elements in this list. -

    -

    -
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface java.util.List
    Overrides:
    size in class java.util.ArrayList
    -
    -
    -
    -
    -
    -
    - -

    -subList

    -
    -public java.util.List subList(int fromIndex,
    -                              int toIndex)
    -
    + without cloning. +

    +

    +
    Specified by:
    set in interface java.util.List
    Overrides:
    set in class java.util.ArrayList
    +
    +
    +
    Parameters:
    index - Index of the element to replace
    element - The new element to be stored +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Return the number of elements in this list. +

    +

    +
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface java.util.List
    Overrides:
    size in class java.util.ArrayList
    +
    +
    +
    +
    +
    +
    + +

    +subList

    +
    +public java.util.List subList(int fromIndex,
    +                              int toIndex)
    +
    Return a view of the portion of this list between fromIndex (inclusive) and toIndex (exclusive). The returned list is backed by this list, so non-structural changes in the returned list are reflected in this list. The returned list supports - all of the optional list operations supported by this list. -

    -

    -
    Specified by:
    subList in interface java.util.List
    Overrides:
    subList in class java.util.AbstractList
    -
    -
    -
    Parameters:
    fromIndex - The starting index of the sublist view
    toIndex - The index after the end of the sublist view -
    Throws: -
    java.lang.IndexOutOfBoundsException - if an index is out of range
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray()
    -
    + all of the optional list operations supported by this list. +

    +

    +
    Specified by:
    subList in interface java.util.List
    Overrides:
    subList in class java.util.AbstractList
    +
    +
    +
    Parameters:
    fromIndex - The starting index of the sublist view
    toIndex - The index after the end of the sublist view +
    Throws: +
    java.lang.IndexOutOfBoundsException - if an index is out of range
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray()
    +
    Return an array containing all of the elements in this list in the - correct order. -

    -

    -
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.List
    Overrides:
    toArray in class java.util.ArrayList
    -
    -
    -
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray(java.lang.Object[] array)
    -
    + correct order. +

    +

    +
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.List
    Overrides:
    toArray in class java.util.ArrayList
    +
    +
    +
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray(java.lang.Object[] array)
    +
    Return an array containing all of the elements in this list in the correct order. The runtime type of the returned array is that of the specified array. If the list fits in the specified array, it is returned therein. Otherwise, a new array is allocated with the - runtime type of the specified array, and the size of this list. -

    -

    -
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.List
    Overrides:
    toArray in class java.util.ArrayList
    -
    -
    -
    Parameters:
    array - Array defining the element type of the returned list -
    Throws: + runtime type of the specified array, and the size of this list. +

    +

    +
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.List
    Overrides:
    toArray in class java.util.ArrayList
    +
    +
    +
    Parameters:
    array - Array defining the element type of the returned list +
    Throws:
    java.lang.ArrayStoreException - if the runtime type of array - is not a supertype of the runtime type of every element in this list
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    Return a String representation of this object. -

    -

    -
    Overrides:
    toString in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    -
    - -

    -trimToSize

    -
    -public void trimToSize()
    -
    + is not a supertype of the runtime type of every element in this list
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Return a String representation of this object. +

    +

    +
    Overrides:
    toString in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    +
    + +

    +trimToSize

    +
    +public void trimToSize()
    +
    Trim the capacity of this ArrayList instance to be the list's current size. An application can use this operation to minimize - the storage of an ArrayList instance. -

    -

    -
    Overrides:
    trimToSize in class java.util.ArrayList
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + the storage of an ArrayList instance. +

    +

    +
    Overrides:
    trimToSize in class java.util.ArrayList
    +
    +
    +
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FastHashMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FastHashMap.html index 8d18b84..7c2097b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FastHashMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FastHashMap.html @@ -1,109 +1,109 @@ - - - - - - - -FastHashMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class FastHashMap

    -
    -java.lang.Object
    -  extended by java.util.AbstractMap
    -      extended by java.util.HashMap
    -          extended by org.apache.commons.collections.FastHashMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map
    -
    -
    -
    -
    public class FastHashMap
    extends java.util.HashMap
    - - -

    + + + + + + + +FastHashMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class FastHashMap

    +
    +java.lang.Object
    +  extended by java.util.AbstractMap
    +      extended by java.util.HashMap
    +          extended by org.apache.commons.collections.FastHashMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map
    +
    +
    +
    +
    public class FastHashMap
    extends java.util.HashMap
    + + +

    A customized implementation of java.util.HashMap designed to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes. When operating @@ -125,715 +125,715 @@ java.lang.Object java.util.HashMap directly (with no synchronization), for maximum performance.

    -

    NOTE: This class is not cross-platform. +

    NOTE: This class is not cross-platform. Using it may cause unexpected failures on some architectures. - It suffers from the same problems as the double-checked locking idiom. - In particular, the instruction that clones the internal collection and the - instruction that sets the internal reference to the clone can be executed - or perceived out-of-order. This means that any read operation might fail + It suffers from the same problems as the double-checked locking idiom. + In particular, the instruction that clones the internal collection and the + instruction that sets the internal reference to the clone can be executed + or perceived out-of-order. This means that any read operation might fail unexpectedly, as it may be reading the state of the internal collection before the internal collection is fully formed. For more information on the double-checked locking idiom, see the - Double-Checked Locking Idiom Is Broken Declaration.

    -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Craig R. McClanahan, Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  booleanfast - -
    -          Are we currently operating in "fast" mode?
    -protected  java.util.HashMapmap - -
    -          The underlying map we are managing.
    -  - - - - - - - - - - - - - - - - - - - -
    -Constructor Summary
    FastHashMap() - -
    -          Construct an empty map.
    FastHashMap(int capacity) - -
    -          Construct an empty map with the specified capacity.
    FastHashMap(int capacity, - float factor) - -
    -          Construct an empty map with the specified capacity and load factor.
    FastHashMap(java.util.Map map) - -
    -          Construct a new map with the same mappings as the specified map.
    -  - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + +
    -Method Summary
    - voidclear() - -
    -          Remove all mappings from this map.
    - java.lang.Objectclone() - -
    -          Return a shallow copy of this FastHashMap instance.
    - booleancontainsKey(java.lang.Object key) - -
    + Double-Checked Locking Idiom Is Broken Declaration.

    +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Craig R. McClanahan, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  booleanfast + +
    +          Are we currently operating in "fast" mode?
    +protected  java.util.HashMapmap + +
    +          The underlying map we are managing.
    +  + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    FastHashMap() + +
    +          Construct an empty map.
    FastHashMap(int capacity) + +
    +          Construct an empty map with the specified capacity.
    FastHashMap(int capacity, + float factor) + +
    +          Construct an empty map with the specified capacity and load factor.
    FastHashMap(java.util.Map map) + +
    +          Construct a new map with the same mappings as the specified map.
    +  + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - -
    +Method Summary
    + voidclear() + +
    +          Remove all mappings from this map.
    + java.lang.Objectclone() + +
    +          Return a shallow copy of this FastHashMap instance.
    + booleancontainsKey(java.lang.Object key) + +
              Return true if this map contains a mapping for the - specified key.
    - booleancontainsValue(java.lang.Object value) - -
    + specified key.
    + booleancontainsValue(java.lang.Object value) + +
              Return true if this map contains one or more keys mapping - to the specified value.
    - java.util.SetentrySet() - -
    -          Return a collection view of the mappings contained in this map.
    - booleanequals(java.lang.Object o) - -
    -          Compare the specified object with this list for equality.
    - java.lang.Objectget(java.lang.Object key) - -
    -          Return the value to which this map maps the specified key.
    - booleangetFast() - -
    -          Returns true if this map is operating in fast mode.
    - inthashCode() - -
    -          Return the hash code value for this map.
    - booleanisEmpty() - -
    -          Return true if this map contains no mappings.
    - java.util.SetkeySet() - -
    -          Return a set view of the keys contained in this map.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Associate the specified value with the specified key in this map.
    - voidputAll(java.util.Map in) - -
    + to the specified value.
    + java.util.SetentrySet() + +
    +          Return a collection view of the mappings contained in this map.
    + booleanequals(java.lang.Object o) + +
    +          Compare the specified object with this list for equality.
    + java.lang.Objectget(java.lang.Object key) + +
    +          Return the value to which this map maps the specified key.
    + booleangetFast() + +
    +          Returns true if this map is operating in fast mode.
    + inthashCode() + +
    +          Return the hash code value for this map.
    + booleanisEmpty() + +
    +          Return true if this map contains no mappings.
    + java.util.SetkeySet() + +
    +          Return a set view of the keys contained in this map.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Associate the specified value with the specified key in this map.
    + voidputAll(java.util.Map in) + +
              Copy all of the mappings from the specified map to this one, replacing - any mappings with the same keys.
    - java.lang.Objectremove(java.lang.Object key) - -
    + any mappings with the same keys.
    + java.lang.Objectremove(java.lang.Object key) + +
              Remove any mapping for this key, and return any previously - mapped value.
    - voidsetFast(boolean fast) - -
    -          Sets whether this map is operating in fast mode.
    - intsize() - -
    -          Return the number of key-value mappings in this map.
    - java.util.Collectionvalues() - -
    -          Return a collection view of the values contained in this map.
    - - - - - - - -
    Methods inherited from class java.util.AbstractMap
    toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -map

    -
    -protected java.util.HashMap map
    -
    -
    The underlying map we are managing. -

    -

    -
    -
    -
    - -

    -fast

    -
    -protected boolean fast
    -
    -
    Are we currently operating in "fast" mode? -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -FastHashMap

    -
    -public FastHashMap()
    -
    -
    Construct an empty map. -

    -

    -
    - -

    -FastHashMap

    -
    -public FastHashMap(int capacity)
    -
    -
    Construct an empty map with the specified capacity. -

    -

    -
    Parameters:
    capacity - the initial capacity of the empty map
    -
    -
    - -

    -FastHashMap

    -
    -public FastHashMap(int capacity,
    -                   float factor)
    -
    -
    Construct an empty map with the specified capacity and load factor. -

    -

    -
    Parameters:
    capacity - the initial capacity of the empty map
    factor - the load factor of the new map
    -
    -
    - -

    -FastHashMap

    -
    -public FastHashMap(java.util.Map map)
    -
    -
    Construct a new map with the same mappings as the specified map. -

    -

    -
    Parameters:
    map - the map whose mappings are to be copied
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getFast

    -
    -public boolean getFast()
    -
    -
    Returns true if this map is operating in fast mode. -

    -

    - -
    Returns:
    true if this map is operating in fast mode
    -
    -
    -
    - -

    -setFast

    -
    -public void setFast(boolean fast)
    -
    -
    Sets whether this map is operating in fast mode. -

    -

    -
    Parameters:
    fast - true if this map should operate in fast mode
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    + mapped value.
    + voidsetFast(boolean fast) + +
    +          Sets whether this map is operating in fast mode.
    + intsize() + +
    +          Return the number of key-value mappings in this map.
    + java.util.Collectionvalues() + +
    +          Return a collection view of the values contained in this map.
    + + + + + + + +
    Methods inherited from class java.util.AbstractMap
    toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +map

    +
    +protected java.util.HashMap map
    +
    +
    The underlying map we are managing. +

    +

    +
    +
    +
    + +

    +fast

    +
    +protected boolean fast
    +
    +
    Are we currently operating in "fast" mode? +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +FastHashMap

    +
    +public FastHashMap()
    +
    +
    Construct an empty map. +

    +

    +
    + +

    +FastHashMap

    +
    +public FastHashMap(int capacity)
    +
    +
    Construct an empty map with the specified capacity. +

    +

    +
    Parameters:
    capacity - the initial capacity of the empty map
    +
    +
    + +

    +FastHashMap

    +
    +public FastHashMap(int capacity,
    +                   float factor)
    +
    +
    Construct an empty map with the specified capacity and load factor. +

    +

    +
    Parameters:
    capacity - the initial capacity of the empty map
    factor - the load factor of the new map
    +
    +
    + +

    +FastHashMap

    +
    +public FastHashMap(java.util.Map map)
    +
    +
    Construct a new map with the same mappings as the specified map. +

    +

    +
    Parameters:
    map - the map whose mappings are to be copied
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getFast

    +
    +public boolean getFast()
    +
    +
    Returns true if this map is operating in fast mode. +

    +

    + +
    Returns:
    true if this map is operating in fast mode
    +
    +
    +
    + +

    +setFast

    +
    +public void setFast(boolean fast)
    +
    +
    Sets whether this map is operating in fast mode. +

    +

    +
    Parameters:
    fast - true if this map should operate in fast mode
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    Return the value to which this map maps the specified key. Returns null if the map contains no mapping for this key, or if there is a mapping with a value of null. Use the - containsKey() method to disambiguate these cases. -

    -

    -
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class java.util.HashMap
    -
    -
    -
    Parameters:
    key - the key whose value is to be returned -
    Returns:
    the value mapped to that key, or null
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Return the number of key-value mappings in this map. -

    -

    -
    Specified by:
    size in interface java.util.Map
    Overrides:
    size in class java.util.HashMap
    -
    -
    - -
    Returns:
    the current size of the map
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Return true if this map contains no mappings. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Map
    Overrides:
    isEmpty in class java.util.HashMap
    -
    -
    - -
    Returns:
    is the map currently empty
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key)
    -
    + containsKey() method to disambiguate these cases. +

    +

    +
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class java.util.HashMap
    +
    +
    +
    Parameters:
    key - the key whose value is to be returned +
    Returns:
    the value mapped to that key, or null
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Return the number of key-value mappings in this map. +

    +

    +
    Specified by:
    size in interface java.util.Map
    Overrides:
    size in class java.util.HashMap
    +
    +
    + +
    Returns:
    the current size of the map
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Return true if this map contains no mappings. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Map
    Overrides:
    isEmpty in class java.util.HashMap
    +
    +
    + +
    Returns:
    is the map currently empty
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key)
    +
    Return true if this map contains a mapping for the - specified key. -

    -

    -
    Specified by:
    containsKey in interface java.util.Map
    Overrides:
    containsKey in class java.util.HashMap
    -
    -
    -
    Parameters:
    key - the key to be searched for -
    Returns:
    true if the map contains the key
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    + specified key. +

    +

    +
    Specified by:
    containsKey in interface java.util.Map
    Overrides:
    containsKey in class java.util.HashMap
    +
    +
    +
    Parameters:
    key - the key to be searched for +
    Returns:
    true if the map contains the key
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    Return true if this map contains one or more keys mapping - to the specified value. -

    -

    -
    Specified by:
    containsValue in interface java.util.Map
    Overrides:
    containsValue in class java.util.HashMap
    -
    -
    -
    Parameters:
    value - the value to be searched for -
    Returns:
    true if the map contains the value
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    + to the specified value. +

    +

    +
    Specified by:
    containsValue in interface java.util.Map
    Overrides:
    containsValue in class java.util.HashMap
    +
    +
    +
    Parameters:
    value - the value to be searched for +
    Returns:
    true if the map contains the value
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    Associate the specified value with the specified key in this map. If the map previously contained a mapping for this key, the old - value is replaced and returned. -

    -

    -
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class java.util.HashMap
    -
    -
    -
    Parameters:
    key - the key with which the value is to be associated
    value - the value to be associated with this key -
    Returns:
    the value previously mapped to the key, or null
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map in)
    -
    + value is replaced and returned. +

    +

    +
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class java.util.HashMap
    +
    +
    +
    Parameters:
    key - the key with which the value is to be associated
    value - the value to be associated with this key +
    Returns:
    the value previously mapped to the key, or null
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map in)
    +
    Copy all of the mappings from the specified map to this one, replacing - any mappings with the same keys. -

    -

    -
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class java.util.HashMap
    -
    -
    -
    Parameters:
    in - the map whose mappings are to be copied
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    + any mappings with the same keys. +

    +

    +
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class java.util.HashMap
    +
    +
    +
    Parameters:
    in - the map whose mappings are to be copied
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    Remove any mapping for this key, and return any previously - mapped value. -

    -

    -
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class java.util.HashMap
    -
    -
    -
    Parameters:
    key - the key whose mapping is to be removed -
    Returns:
    the value removed, or null
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    Remove all mappings from this map. -

    -

    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class java.util.HashMap
    -
    -
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object o)
    -
    + mapped value. +

    +

    +
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class java.util.HashMap
    +
    +
    +
    Parameters:
    key - the key whose mapping is to be removed +
    Returns:
    the value removed, or null
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    Remove all mappings from this map. +

    +

    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class java.util.HashMap
    +
    +
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object o)
    +
    Compare the specified object with this list for equality. This implementation uses exactly the code that is used to define the list equals function in the documentation for the - Map.equals method. -

    -

    -
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.util.AbstractMap
    -
    -
    -
    Parameters:
    o - the object to be compared to this list -
    Returns:
    true if the two maps are equal
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    + Map.equals method. +

    +

    +
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.util.AbstractMap
    +
    +
    +
    Parameters:
    o - the object to be compared to this list +
    Returns:
    true if the two maps are equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    Return the hash code value for this map. This implementation uses exactly the code that is used to define the list hash function in the - documentation for the Map.hashCode method. -

    -

    -
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    suitable integer hash code
    -
    -
    -
    - -

    -clone

    -
    -public java.lang.Object clone()
    -
    + documentation for the Map.hashCode method. +

    +

    +
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    suitable integer hash code
    +
    +
    +
    + +

    +clone

    +
    +public java.lang.Object clone()
    +
    Return a shallow copy of this FastHashMap instance. - The keys and values themselves are not copied. -

    -

    -
    Overrides:
    clone in class java.util.HashMap
    -
    -
    - -
    Returns:
    a clone of this map
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    + The keys and values themselves are not copied. +

    +

    +
    Overrides:
    clone in class java.util.HashMap
    +
    +
    + +
    Returns:
    a clone of this map
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    Return a collection view of the mappings contained in this map. Each - element in the returned collection is a Map.Entry. -

    -

    -
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class java.util.HashMap
    -
    -
    -
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    Return a set view of the keys contained in this map. -

    -

    -
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class java.util.HashMap
    -
    -
    -
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    Return a collection view of the values contained in this map. -

    -

    -
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class java.util.HashMap
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + element in the returned collection is a Map.Entry. +

    +

    +
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class java.util.HashMap
    +
    +
    +
    +
    + +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    Return a set view of the keys contained in this map. +

    +

    +
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class java.util.HashMap
    +
    +
    +
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    Return a collection view of the values contained in this map. +

    +

    +
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class java.util.HashMap
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FastTreeMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FastTreeMap.html index 73b3322..0199aee 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FastTreeMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FastTreeMap.html @@ -1,109 +1,109 @@ - - - - - - - -FastTreeMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class FastTreeMap

    -
    -java.lang.Object
    -  extended by java.util.AbstractMap
    -      extended by java.util.TreeMap
    -          extended by org.apache.commons.collections.FastTreeMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, java.util.SortedMap
    -
    -
    -
    -
    public class FastTreeMap
    extends java.util.TreeMap
    - - -

    + + + + + + + +FastTreeMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class FastTreeMap

    +
    +java.lang.Object
    +  extended by java.util.AbstractMap
    +      extended by java.util.TreeMap
    +          extended by org.apache.commons.collections.FastTreeMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, java.util.SortedMap
    +
    +
    +
    +
    public class FastTreeMap
    extends java.util.TreeMap
    + + +

    A customized implementation of java.util.TreeMap designed to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes. When operating @@ -125,877 +125,877 @@ java.lang.Object java.util.TreeMap directly (with no synchronization), for maximum performance.

    -

    NOTE: This class is not cross-platform. +

    NOTE: This class is not cross-platform. Using it may cause unexpected failures on some architectures. - It suffers from the same problems as the double-checked locking idiom. - In particular, the instruction that clones the internal collection and the - instruction that sets the internal reference to the clone can be executed - or perceived out-of-order. This means that any read operation might fail + It suffers from the same problems as the double-checked locking idiom. + In particular, the instruction that clones the internal collection and the + instruction that sets the internal reference to the clone can be executed + or perceived out-of-order. This means that any read operation might fail unexpectedly, as it may be reading the state of the internal collection before the internal collection is fully formed. For more information on the double-checked locking idiom, see the - Double-Checked Locking Idiom Is Broken Declaration.

    -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Craig R. McClanahan, Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  booleanfast - -
    -          Are we operating in "fast" mode?
    -protected  java.util.TreeMapmap - -
    -          The underlying map we are managing.
    -  - - - - - - - - - - - - - - - + + + + + +
    -Constructor Summary
    FastTreeMap() - -
    -          Construct a an empty map.
    FastTreeMap(java.util.Comparator comparator) - -
    -          Construct an empty map with the specified comparator.
    FastTreeMap(java.util.Map map) - -
    + Double-Checked Locking Idiom Is Broken Declaration.

    +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Craig R. McClanahan, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  booleanfast + +
    +          Are we operating in "fast" mode?
    +protected  java.util.TreeMapmap + +
    +          The underlying map we are managing.
    +  + + + + + + + + + + + + + + + - - - + + + - -
    +Constructor Summary
    FastTreeMap() + +
    +          Construct a an empty map.
    FastTreeMap(java.util.Comparator comparator) + +
    +          Construct an empty map with the specified comparator.
    FastTreeMap(java.util.Map map) + +
              Construct a new map with the same mappings as the specified map, - sorted according to the keys's natural order
    FastTreeMap(java.util.SortedMap map) - -
    + sorted according to the keys's natural order
    FastTreeMap(java.util.SortedMap map) + +
              Construct a new map with the same mappings as the specified map, - sorted according to the same ordering
    -  - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - voidclear() - -
    -          Remove all mappings from this map.
    - java.lang.Objectclone() - -
    -          Return a shallow copy of this FastTreeMap instance.
    - java.util.Comparatorcomparator() - -
    + sorted according to the same ordering
    +  + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - -
    +Method Summary
    + voidclear() + +
    +          Remove all mappings from this map.
    + java.lang.Objectclone() + +
    +          Return a shallow copy of this FastTreeMap instance.
    + java.util.Comparatorcomparator() + +
              Return the comparator used to order this map, or null - if this map uses its keys' natural order.
    - booleancontainsKey(java.lang.Object key) - -
    + if this map uses its keys' natural order.
    + booleancontainsKey(java.lang.Object key) + +
              Return true if this map contains a mapping for the - specified key.
    - booleancontainsValue(java.lang.Object value) - -
    + specified key.
    + booleancontainsValue(java.lang.Object value) + +
              Return true if this map contains one or more keys mapping - to the specified value.
    - java.util.SetentrySet() - -
    -          Return a collection view of the mappings contained in this map.
    - booleanequals(java.lang.Object o) - -
    -          Compare the specified object with this list for equality.
    - java.lang.ObjectfirstKey() - -
    -          Return the first (lowest) key currently in this sorted map.
    - java.lang.Objectget(java.lang.Object key) - -
    -          Return the value to which this map maps the specified key.
    - booleangetFast() - -
    -          Returns true if this map is operating in fast mode.
    - inthashCode() - -
    -          Return the hash code value for this map.
    - java.util.SortedMapheadMap(java.lang.Object key) - -
    + to the specified value.
    + java.util.SetentrySet() + +
    +          Return a collection view of the mappings contained in this map.
    + booleanequals(java.lang.Object o) + +
    +          Compare the specified object with this list for equality.
    + java.lang.ObjectfirstKey() + +
    +          Return the first (lowest) key currently in this sorted map.
    + java.lang.Objectget(java.lang.Object key) + +
    +          Return the value to which this map maps the specified key.
    + booleangetFast() + +
    +          Returns true if this map is operating in fast mode.
    + inthashCode() + +
    +          Return the hash code value for this map.
    + java.util.SortedMapheadMap(java.lang.Object key) + +
              Return a view of the portion of this map whose keys are strictly - less than the specified key.
    - booleanisEmpty() - -
    -          Return true if this map contains no mappings.
    - java.util.SetkeySet() - -
    -          Return a set view of the keys contained in this map.
    - java.lang.ObjectlastKey() - -
    -          Return the last (highest) key currently in this sorted map.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Associate the specified value with the specified key in this map.
    - voidputAll(java.util.Map in) - -
    + less than the specified key.
    + booleanisEmpty() + +
    +          Return true if this map contains no mappings.
    + java.util.SetkeySet() + +
    +          Return a set view of the keys contained in this map.
    + java.lang.ObjectlastKey() + +
    +          Return the last (highest) key currently in this sorted map.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Associate the specified value with the specified key in this map.
    + voidputAll(java.util.Map in) + +
              Copy all of the mappings from the specified map to this one, replacing - any mappings with the same keys.
    - java.lang.Objectremove(java.lang.Object key) - -
    + any mappings with the same keys.
    + java.lang.Objectremove(java.lang.Object key) + +
              Remove any mapping for this key, and return any previously - mapped value.
    - voidsetFast(boolean fast) - -
    -          Sets whether this map is operating in fast mode.
    - intsize() - -
    -          Return the number of key-value mappings in this map.
    - java.util.SortedMapsubMap(java.lang.Object fromKey, - java.lang.Object toKey) - -
    + mapped value.
    + voidsetFast(boolean fast) + +
    +          Sets whether this map is operating in fast mode.
    + intsize() + +
    +          Return the number of key-value mappings in this map.
    + java.util.SortedMapsubMap(java.lang.Object fromKey, + java.lang.Object toKey) + +
              Return a view of the portion of this map whose keys are in the - range fromKey (inclusive) to toKey (exclusive).
    - java.util.SortedMaptailMap(java.lang.Object key) - -
    + range fromKey (inclusive) to toKey (exclusive).
    + java.util.SortedMaptailMap(java.lang.Object key) + +
              Return a view of the portion of this map whose keys are greater than - or equal to the specified key.
    - java.util.Collectionvalues() - -
    -          Return a collection view of the values contained in this map.
    - - - - - - - -
    Methods inherited from class java.util.AbstractMap
    toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -map

    -
    -protected java.util.TreeMap map
    -
    -
    The underlying map we are managing. -

    -

    -
    -
    -
    - -

    -fast

    -
    -protected boolean fast
    -
    -
    Are we operating in "fast" mode? -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -FastTreeMap

    -
    -public FastTreeMap()
    -
    -
    Construct a an empty map. -

    -

    -
    - -

    -FastTreeMap

    -
    -public FastTreeMap(java.util.Comparator comparator)
    -
    -
    Construct an empty map with the specified comparator. -

    -

    -
    Parameters:
    comparator - the comparator to use for ordering tree elements
    -
    -
    - -

    -FastTreeMap

    -
    -public FastTreeMap(java.util.Map map)
    -
    + or equal to the specified key.
    + java.util.Collectionvalues() + +
    +          Return a collection view of the values contained in this map.
    + + + + + + + +
    Methods inherited from class java.util.AbstractMap
    toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +map

    +
    +protected java.util.TreeMap map
    +
    +
    The underlying map we are managing. +

    +

    +
    +
    +
    + +

    +fast

    +
    +protected boolean fast
    +
    +
    Are we operating in "fast" mode? +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +FastTreeMap

    +
    +public FastTreeMap()
    +
    +
    Construct a an empty map. +

    +

    +
    + +

    +FastTreeMap

    +
    +public FastTreeMap(java.util.Comparator comparator)
    +
    +
    Construct an empty map with the specified comparator. +

    +

    +
    Parameters:
    comparator - the comparator to use for ordering tree elements
    +
    +
    + +

    +FastTreeMap

    +
    +public FastTreeMap(java.util.Map map)
    +
    Construct a new map with the same mappings as the specified map, - sorted according to the keys's natural order -

    -

    -
    Parameters:
    map - the map whose mappings are to be copied
    -
    -
    - -

    -FastTreeMap

    -
    -public FastTreeMap(java.util.SortedMap map)
    -
    + sorted according to the keys's natural order +

    +

    +
    Parameters:
    map - the map whose mappings are to be copied
    +
    +
    + +

    +FastTreeMap

    +
    +public FastTreeMap(java.util.SortedMap map)
    +
    Construct a new map with the same mappings as the specified map, - sorted according to the same ordering -

    -

    -
    Parameters:
    map - the map whose mappings are to be copied
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getFast

    -
    -public boolean getFast()
    -
    -
    Returns true if this map is operating in fast mode. -

    -

    - -
    Returns:
    true if this map is operating in fast mode
    -
    -
    -
    - -

    -setFast

    -
    -public void setFast(boolean fast)
    -
    -
    Sets whether this map is operating in fast mode. -

    -

    -
    Parameters:
    fast - true if this map should operate in fast mode
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    + sorted according to the same ordering +

    +

    +
    Parameters:
    map - the map whose mappings are to be copied
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getFast

    +
    +public boolean getFast()
    +
    +
    Returns true if this map is operating in fast mode. +

    +

    + +
    Returns:
    true if this map is operating in fast mode
    +
    +
    +
    + +

    +setFast

    +
    +public void setFast(boolean fast)
    +
    +
    Sets whether this map is operating in fast mode. +

    +

    +
    Parameters:
    fast - true if this map should operate in fast mode
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    Return the value to which this map maps the specified key. Returns null if the map contains no mapping for this key, or if there is a mapping with a value of null. Use the - containsKey() method to disambiguate these cases. -

    -

    -
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class java.util.TreeMap
    -
    -
    -
    Parameters:
    key - the key whose value is to be returned -
    Returns:
    the value mapped to that key, or null
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Return the number of key-value mappings in this map. -

    -

    -
    Specified by:
    size in interface java.util.Map
    Overrides:
    size in class java.util.TreeMap
    -
    -
    - -
    Returns:
    the current size of the map
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Return true if this map contains no mappings. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Map
    Overrides:
    isEmpty in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    is the map currently empty
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key)
    -
    + containsKey() method to disambiguate these cases. +

    +

    +
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class java.util.TreeMap
    +
    +
    +
    Parameters:
    key - the key whose value is to be returned +
    Returns:
    the value mapped to that key, or null
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Return the number of key-value mappings in this map. +

    +

    +
    Specified by:
    size in interface java.util.Map
    Overrides:
    size in class java.util.TreeMap
    +
    +
    + +
    Returns:
    the current size of the map
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Return true if this map contains no mappings. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Map
    Overrides:
    isEmpty in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    is the map currently empty
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key)
    +
    Return true if this map contains a mapping for the - specified key. -

    -

    -
    Specified by:
    containsKey in interface java.util.Map
    Overrides:
    containsKey in class java.util.TreeMap
    -
    -
    -
    Parameters:
    key - the key to be searched for -
    Returns:
    true if the map contains the key
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    + specified key. +

    +

    +
    Specified by:
    containsKey in interface java.util.Map
    Overrides:
    containsKey in class java.util.TreeMap
    +
    +
    +
    Parameters:
    key - the key to be searched for +
    Returns:
    true if the map contains the key
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    Return true if this map contains one or more keys mapping - to the specified value. -

    -

    -
    Specified by:
    containsValue in interface java.util.Map
    Overrides:
    containsValue in class java.util.TreeMap
    -
    -
    -
    Parameters:
    value - the value to be searched for -
    Returns:
    true if the map contains the value
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    + to the specified value. +

    +

    +
    Specified by:
    containsValue in interface java.util.Map
    Overrides:
    containsValue in class java.util.TreeMap
    +
    +
    +
    Parameters:
    value - the value to be searched for +
    Returns:
    true if the map contains the value
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    Return the comparator used to order this map, or null - if this map uses its keys' natural order. -

    -

    -
    Specified by:
    comparator in interface java.util.SortedMap
    Overrides:
    comparator in class java.util.TreeMap
    -
    -
    - -
    Returns:
    the comparator used to order the map, or null if natural order
    -
    -
    -
    - -

    -firstKey

    -
    -public java.lang.Object firstKey()
    -
    -
    Return the first (lowest) key currently in this sorted map. -

    -

    -
    Specified by:
    firstKey in interface java.util.SortedMap
    Overrides:
    firstKey in class java.util.TreeMap
    -
    -
    - -
    Returns:
    the first key in the map
    -
    -
    -
    - -

    -lastKey

    -
    -public java.lang.Object lastKey()
    -
    -
    Return the last (highest) key currently in this sorted map. -

    -

    -
    Specified by:
    lastKey in interface java.util.SortedMap
    Overrides:
    lastKey in class java.util.TreeMap
    -
    -
    - -
    Returns:
    the last key in the map
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    + if this map uses its keys' natural order. +

    +

    +
    Specified by:
    comparator in interface java.util.SortedMap
    Overrides:
    comparator in class java.util.TreeMap
    +
    +
    + +
    Returns:
    the comparator used to order the map, or null if natural order
    +
    +
    +
    + +

    +firstKey

    +
    +public java.lang.Object firstKey()
    +
    +
    Return the first (lowest) key currently in this sorted map. +

    +

    +
    Specified by:
    firstKey in interface java.util.SortedMap
    Overrides:
    firstKey in class java.util.TreeMap
    +
    +
    + +
    Returns:
    the first key in the map
    +
    +
    +
    + +

    +lastKey

    +
    +public java.lang.Object lastKey()
    +
    +
    Return the last (highest) key currently in this sorted map. +

    +

    +
    Specified by:
    lastKey in interface java.util.SortedMap
    Overrides:
    lastKey in class java.util.TreeMap
    +
    +
    + +
    Returns:
    the last key in the map
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    Associate the specified value with the specified key in this map. If the map previously contained a mapping for this key, the old - value is replaced and returned. -

    -

    -
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class java.util.TreeMap
    -
    -
    -
    Parameters:
    key - the key with which the value is to be associated
    value - the value to be associated with this key -
    Returns:
    the value previously mapped to the key, or null
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map in)
    -
    + value is replaced and returned. +

    +

    +
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class java.util.TreeMap
    +
    +
    +
    Parameters:
    key - the key with which the value is to be associated
    value - the value to be associated with this key +
    Returns:
    the value previously mapped to the key, or null
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map in)
    +
    Copy all of the mappings from the specified map to this one, replacing - any mappings with the same keys. -

    -

    -
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class java.util.TreeMap
    -
    -
    -
    Parameters:
    in - the map whose mappings are to be copied
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    + any mappings with the same keys. +

    +

    +
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class java.util.TreeMap
    +
    +
    +
    Parameters:
    in - the map whose mappings are to be copied
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    Remove any mapping for this key, and return any previously - mapped value. -

    -

    -
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class java.util.TreeMap
    -
    -
    -
    Parameters:
    key - the key whose mapping is to be removed -
    Returns:
    the value removed, or null
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    Remove all mappings from this map. -

    -

    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class java.util.TreeMap
    -
    -
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object o)
    -
    + mapped value. +

    +

    +
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class java.util.TreeMap
    +
    +
    +
    Parameters:
    key - the key whose mapping is to be removed +
    Returns:
    the value removed, or null
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    Remove all mappings from this map. +

    +

    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class java.util.TreeMap
    +
    +
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object o)
    +
    Compare the specified object with this list for equality. This implementation uses exactly the code that is used to define the list equals function in the documentation for the - Map.equals method. -

    -

    -
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.util.AbstractMap
    -
    -
    -
    Parameters:
    o - the object to be compared to this list -
    Returns:
    true if the two maps are equal
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    + Map.equals method. +

    +

    +
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.util.AbstractMap
    +
    +
    +
    Parameters:
    o - the object to be compared to this list +
    Returns:
    true if the two maps are equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    Return the hash code value for this map. This implementation uses exactly the code that is used to define the list hash function in the - documentation for the Map.hashCode method. -

    -

    -
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    a suitable integer hash code
    -
    -
    -
    - -

    -clone

    -
    -public java.lang.Object clone()
    -
    + documentation for the Map.hashCode method. +

    +

    +
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    a suitable integer hash code
    +
    +
    +
    + +

    +clone

    +
    +public java.lang.Object clone()
    +
    Return a shallow copy of this FastTreeMap instance. - The keys and values themselves are not copied. -

    -

    -
    Overrides:
    clone in class java.util.TreeMap
    -
    -
    - -
    Returns:
    a clone of this map
    -
    -
    -
    - -

    -headMap

    -
    -public java.util.SortedMap headMap(java.lang.Object key)
    -
    + The keys and values themselves are not copied. +

    +

    +
    Overrides:
    clone in class java.util.TreeMap
    +
    +
    + +
    Returns:
    a clone of this map
    +
    +
    +
    + +

    +headMap

    +
    +public java.util.SortedMap headMap(java.lang.Object key)
    +
    Return a view of the portion of this map whose keys are strictly - less than the specified key. -

    -

    -
    Specified by:
    headMap in interface java.util.SortedMap
    Overrides:
    headMap in class java.util.TreeMap
    -
    -
    -
    Parameters:
    key - Key higher than any in the returned map -
    Returns:
    a head map
    -
    -
    -
    - -

    -subMap

    -
    -public java.util.SortedMap subMap(java.lang.Object fromKey,
    -                                  java.lang.Object toKey)
    -
    + less than the specified key. +

    +

    +
    Specified by:
    headMap in interface java.util.SortedMap
    Overrides:
    headMap in class java.util.TreeMap
    +
    +
    +
    Parameters:
    key - Key higher than any in the returned map +
    Returns:
    a head map
    +
    +
    +
    + +

    +subMap

    +
    +public java.util.SortedMap subMap(java.lang.Object fromKey,
    +                                  java.lang.Object toKey)
    +
    Return a view of the portion of this map whose keys are in the - range fromKey (inclusive) to toKey (exclusive). -

    -

    -
    Specified by:
    subMap in interface java.util.SortedMap
    Overrides:
    subMap in class java.util.TreeMap
    -
    -
    -
    Parameters:
    fromKey - Lower limit of keys for the returned map
    toKey - Upper limit of keys for the returned map -
    Returns:
    a sub map
    -
    -
    -
    - -

    -tailMap

    -
    -public java.util.SortedMap tailMap(java.lang.Object key)
    -
    + range fromKey (inclusive) to toKey (exclusive). +

    +

    +
    Specified by:
    subMap in interface java.util.SortedMap
    Overrides:
    subMap in class java.util.TreeMap
    +
    +
    +
    Parameters:
    fromKey - Lower limit of keys for the returned map
    toKey - Upper limit of keys for the returned map +
    Returns:
    a sub map
    +
    +
    +
    + +

    +tailMap

    +
    +public java.util.SortedMap tailMap(java.lang.Object key)
    +
    Return a view of the portion of this map whose keys are greater than - or equal to the specified key. -

    -

    -
    Specified by:
    tailMap in interface java.util.SortedMap
    Overrides:
    tailMap in class java.util.TreeMap
    -
    -
    -
    Parameters:
    key - Key less than or equal to any in the returned map -
    Returns:
    a tail map
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    + or equal to the specified key. +

    +

    +
    Specified by:
    tailMap in interface java.util.SortedMap
    Overrides:
    tailMap in class java.util.TreeMap
    +
    +
    +
    Parameters:
    key - Key less than or equal to any in the returned map +
    Returns:
    a tail map
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    Return a collection view of the mappings contained in this map. Each - element in the returned collection is a Map.Entry. -

    -

    -
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class java.util.TreeMap
    -
    -
    -
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    Return a set view of the keys contained in this map. -

    -

    -
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class java.util.TreeMap
    -
    -
    -
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    Return a collection view of the values contained in this map. -

    -

    -
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class java.util.TreeMap
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + element in the returned collection is a Map.Entry. +

    +

    +
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class java.util.TreeMap
    +
    +
    +
    +
    + +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    Return a set view of the keys contained in this map. +

    +

    +
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class java.util.TreeMap
    +
    +
    +
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    Return a collection view of the values contained in this map. +

    +

    +
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class java.util.TreeMap
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FunctorException.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FunctorException.html index e36ad93..372ec9a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FunctorException.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/FunctorException.html @@ -1,424 +1,424 @@ - - - - - - - -FunctorException (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class FunctorException

    -
    -java.lang.Object
    -  extended by java.lang.Throwable
    -      extended by java.lang.Exception
    -          extended by java.lang.RuntimeException
    -              extended by org.apache.commons.collections.FunctorException
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable
    -
    -
    -
    -
    public class FunctorException
    extends java.lang.RuntimeException
    - - -

    + + + + + + + +FunctorException (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class FunctorException

    +
    +java.lang.Object
    +  extended by java.lang.Throwable
    +      extended by java.lang.Exception
    +          extended by java.lang.RuntimeException
    +              extended by org.apache.commons.collections.FunctorException
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    +
    public class FunctorException
    extends java.lang.RuntimeException
    + + +

    Runtime exception thrown from functors. - If required, a root cause error can be wrapped within this one. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - + +
    -Constructor Summary
    FunctorException() - -
    + If required, a root cause error can be wrapped within this one. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + - - - + + + - - - + + + - - - + + + - -
    +Constructor Summary
    FunctorException() + +
              Constructs a new FunctorException without specified - detail message.
    FunctorException(java.lang.String msg) - -
    + detail message.
    FunctorException(java.lang.String msg) + +
              Constructs a new FunctorException with specified - detail message.
    FunctorException(java.lang.String msg, - java.lang.Throwable rootCause) - -
    + detail message.
    FunctorException(java.lang.String msg, + java.lang.Throwable rootCause) + +
              Constructs a new FunctorException with specified - detail message and nested Throwable root cause.
    FunctorException(java.lang.Throwable rootCause) - -
    + detail message and nested Throwable root cause.
    FunctorException(java.lang.Throwable rootCause) + +
              Constructs a new FunctorException with specified - nested Throwable root cause.
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.ThrowablegetCause() - -
    -          Gets the cause of this throwable.
    - voidprintStackTrace() - -
    -          Prints the stack trace of this exception to the standard error stream.
    - voidprintStackTrace(java.io.PrintStream out) - -
    -          Prints the stack trace of this exception to the specified stream.
    - voidprintStackTrace(java.io.PrintWriter out) - -
    -          Prints the stack trace of this exception to the specified writer.
    - - - - - - - -
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -FunctorException

    -
    -public FunctorException()
    -
    + nested Throwable root cause.
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.ThrowablegetCause() + +
    +          Gets the cause of this throwable.
    + voidprintStackTrace() + +
    +          Prints the stack trace of this exception to the standard error stream.
    + voidprintStackTrace(java.io.PrintStream out) + +
    +          Prints the stack trace of this exception to the specified stream.
    + voidprintStackTrace(java.io.PrintWriter out) + +
    +          Prints the stack trace of this exception to the specified writer.
    + + + + + + + +
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +FunctorException

    +
    +public FunctorException()
    +
    Constructs a new FunctorException without specified - detail message. -

    -

    -
    - -

    -FunctorException

    -
    -public FunctorException(java.lang.String msg)
    -
    + detail message. +

    +

    +
    + +

    +FunctorException

    +
    +public FunctorException(java.lang.String msg)
    +
    Constructs a new FunctorException with specified - detail message. -

    -

    -
    Parameters:
    msg - the error message.
    -
    -
    - -

    -FunctorException

    -
    -public FunctorException(java.lang.Throwable rootCause)
    -
    + detail message. +

    +

    +
    Parameters:
    msg - the error message.
    +
    +
    + +

    +FunctorException

    +
    +public FunctorException(java.lang.Throwable rootCause)
    +
    Constructs a new FunctorException with specified - nested Throwable root cause. -

    -

    + nested Throwable root cause. +

    +

    Parameters:
    rootCause - the exception or error that caused this exception - to be thrown.
    -
    -
    - -

    -FunctorException

    -
    -public FunctorException(java.lang.String msg,
    -                        java.lang.Throwable rootCause)
    -
    + to be thrown.
    +
    +
    + +

    +FunctorException

    +
    +public FunctorException(java.lang.String msg,
    +                        java.lang.Throwable rootCause)
    +
    Constructs a new FunctorException with specified - detail message and nested Throwable root cause. -

    -

    + detail message and nested Throwable root cause. +

    +

    Parameters:
    msg - the error message.
    rootCause - the exception or error that caused this exception - to be thrown.
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getCause

    -
    -public java.lang.Throwable getCause()
    -
    -
    Gets the cause of this throwable. -

    -

    -
    Overrides:
    getCause in class java.lang.Throwable
    -
    -
    - -
    Returns:
    the cause of this throwable, or null
    -
    -
    -
    - -

    -printStackTrace

    -
    -public void printStackTrace()
    -
    -
    Prints the stack trace of this exception to the standard error stream. -

    -

    -
    Overrides:
    printStackTrace in class java.lang.Throwable
    -
    -
    -
    -
    -
    -
    - -

    -printStackTrace

    -
    -public void printStackTrace(java.io.PrintStream out)
    -
    -
    Prints the stack trace of this exception to the specified stream. -

    -

    -
    Overrides:
    printStackTrace in class java.lang.Throwable
    -
    -
    -
    Parameters:
    out - the PrintStream to use for output
    -
    -
    -
    - -

    -printStackTrace

    -
    -public void printStackTrace(java.io.PrintWriter out)
    -
    -
    Prints the stack trace of this exception to the specified writer. -

    -

    -
    Overrides:
    printStackTrace in class java.lang.Throwable
    -
    -
    -
    Parameters:
    out - the PrintWriter to use for output
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + to be thrown.
    + + + + + + + + + +
    +Method Detail
    + +

    +getCause

    +
    +public java.lang.Throwable getCause()
    +
    +
    Gets the cause of this throwable. +

    +

    +
    Overrides:
    getCause in class java.lang.Throwable
    +
    +
    + +
    Returns:
    the cause of this throwable, or null
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace()
    +
    +
    Prints the stack trace of this exception to the standard error stream. +

    +

    +
    Overrides:
    printStackTrace in class java.lang.Throwable
    +
    +
    +
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace(java.io.PrintStream out)
    +
    +
    Prints the stack trace of this exception to the specified stream. +

    +

    +
    Overrides:
    printStackTrace in class java.lang.Throwable
    +
    +
    +
    Parameters:
    out - the PrintStream to use for output
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace(java.io.PrintWriter out)
    +
    +
    Prints the stack trace of this exception to the specified writer. +

    +

    +
    Overrides:
    printStackTrace in class java.lang.Throwable
    +
    +
    +
    Parameters:
    out - the PrintWriter to use for output
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/HashBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/HashBag.html index 2617747..84f9138 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/HashBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/HashBag.html @@ -1,289 +1,289 @@ - - - - - - - -HashBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class HashBag

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.DefaultMapBag
    -      extended by org.apache.commons.collections.HashBag
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, Bag
    -
    -
    -Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0. -

    -

    -
    public class HashBag
    extends DefaultMapBag
    implements Bag
    - - -

    -A Bag that is backed by a HashMap. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Chuck Burdick
    -
    -
    - -

    - - - - - - - - - - - - - + +
    -Constructor Summary
    HashBag() - -
    -          Deprecated. Constructs an empty HashBag.
    HashBag(java.util.Collection coll) - -
    + + + + + + + +HashBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections +
    +Class HashBag

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.DefaultMapBag
    +      extended by org.apache.commons.collections.HashBag
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, Bag
    +
    +
    +Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0. +

    +

    +
    public class HashBag
    extends DefaultMapBag
    implements Bag
    + + +

    +A Bag that is backed by a HashMap. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Chuck Burdick
    +
    +
    + +

    + + + + + + + + + + + + + - -
    +Constructor Summary
    HashBag() + +
    +          Deprecated. Constructs an empty HashBag.
    HashBag(java.util.Collection coll) + +
              Deprecated. Constructs a Bag containing all the members of the given - collection.
    -  - - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.DefaultMapBag
    add, add, addAll, calcTotalSize, clear, contains, containsAll, containsAll, equals, getCount, getMap, hashCode, isEmpty, iterator, remove, remove, removeAll, retainAll, retainAll, setMap, size, toArray, toArray, toString, uniqueSet
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -HashBag

    -
    -public HashBag()
    -
    -
    Deprecated. 
    Constructs an empty HashBag. -

    -

    -
    - -

    -HashBag

    -
    -public HashBag(java.util.Collection coll)
    -
    + collection.
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.DefaultMapBag
    add, add, addAll, calcTotalSize, clear, contains, containsAll, containsAll, equals, getCount, getMap, hashCode, isEmpty, iterator, remove, remove, removeAll, retainAll, retainAll, setMap, size, toArray, toArray, toString, uniqueSet
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +HashBag

    +
    +public HashBag()
    +
    +
    Deprecated. 
    Constructs an empty HashBag. +

    +

    +
    + +

    +HashBag

    +
    +public HashBag(java.util.Collection coll)
    +
    Deprecated. 
    Constructs a Bag containing all the members of the given - collection. -

    -

    -
    Parameters:
    coll - a collection to copy into this bag
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + collection. +

    +

    +
    Parameters:
    coll - a collection to copy into this bag
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/IterableMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/IterableMap.html index 7fa0186..e6340ce 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/IterableMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/IterableMap.html @@ -1,109 +1,109 @@ - - - - - - - -IterableMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Interface IterableMap

    -
    -
    All Superinterfaces:
    java.util.Map
    -
    -
    -
    All Known Subinterfaces:
    BidiMap, OrderedBidiMap, OrderedMap, SortedBidiMap
    -
    -
    -
    All Known Implementing Classes:
    AbstractBidiMapDecorator, AbstractDualBidiMap, AbstractHashedMap, AbstractLinkedMap, AbstractOrderedBidiMapDecorator, AbstractOrderedMapDecorator, AbstractReferenceMap, AbstractSortedBidiMapDecorator, CaseInsensitiveMap, DualHashBidiMap, DualTreeBidiMap, Flat3Map, HashedMap, IdentityMap, LinkedMap, ListOrderedMap, LRUMap, MultiKeyMap, ReferenceIdentityMap, ReferenceMap, SingletonMap, TreeBidiMap, UnmodifiableBidiMap, UnmodifiableMap, UnmodifiableOrderedBidiMap, UnmodifiableOrderedMap, UnmodifiableSortedBidiMap
    -
    -
    -
    -
    public interface IterableMap
    extends java.util.Map
    - - -

    + + + + + + + +IterableMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Interface IterableMap

    +
    +
    All Superinterfaces:
    java.util.Map
    +
    +
    +
    All Known Subinterfaces:
    BidiMap, OrderedBidiMap, OrderedMap, SortedBidiMap
    +
    +
    +
    All Known Implementing Classes:
    AbstractBidiMapDecorator, AbstractDualBidiMap, AbstractHashedMap, AbstractLinkedMap, AbstractOrderedBidiMapDecorator, AbstractOrderedMapDecorator, AbstractReferenceMap, AbstractSortedBidiMapDecorator, CaseInsensitiveMap, DualHashBidiMap, DualTreeBidiMap, Flat3Map, HashedMap, IdentityMap, LinkedMap, ListOrderedMap, LRUMap, MultiKeyMap, ReferenceIdentityMap, ReferenceMap, SingletonMap, TreeBidiMap, UnmodifiableBidiMap, UnmodifiableMap, UnmodifiableOrderedBidiMap, UnmodifiableOrderedMap, UnmodifiableSortedBidiMap
    +
    +
    +
    +
    public interface IterableMap
    extends java.util.Map
    + + +

    Defines a map that can be iterated directly without needing to create an entry set.

    A map iterator is an efficient way of iterating over maps. @@ -116,85 +116,85 @@ Defines a map that can be iterated directly without needing to create an entry s Object value = it.getValue(); it.setValue("newValue"); } - -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - -
    -Method Summary
    - MapIteratormapIterator() - -
    -          Obtains a MapIterator over the map.
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -mapIterator

    -
    -MapIterator mapIterator()
    -
    + +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + +
    +Method Summary
    + MapIteratormapIterator() + +
    +          Obtains a MapIterator over the map.
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +mapIterator

    +
    +MapIterator mapIterator()
    +
    Obtains a MapIterator over the map.

    A map iterator is an efficient way of iterating over maps. @@ -207,77 +207,77 @@ mapIterator Object value = it.getValue(); it.setValue("newValue"); } - -

    -

    -
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + +

    +

    +
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/IteratorUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/IteratorUtils.html index e6a3178..6707622 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/IteratorUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/IteratorUtils.html @@ -1,105 +1,105 @@ - - - - - - - -IteratorUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class IteratorUtils

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.IteratorUtils
    -
    -
    -
    -
    public class IteratorUtils
    extends java.lang.Object
    - - -

    -Provides static utility methods and decorators for Iterator + + + + + + + +IteratorUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class IteratorUtils

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.IteratorUtils
    +
    +
    +
    +
    public class IteratorUtils
    extends java.lang.Object
    + + +

    +Provides static utility methods and decorators for Iterator instances. The implementations are provided in the iterators subpackage.

    WARNING: Due to human error certain binary incompatabilities were introduced @@ -107,1148 +107,1148 @@ Provides static utility methods and decorators for Iterator compatible, so if you can recompile all your classes and dependencies everything is OK. Those methods which are binary incompatible are marked as such, together with alternate solutions that are binary compatible - against versions 2.1.1 and 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Phil Steitz
    -
    -
    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -static ResettableIteratorEMPTY_ITERATOR - -
    -          An iterator over no elements.
    -static ResettableListIteratorEMPTY_LIST_ITERATOR - -
    -          A list iterator over no elements.
    -static MapIteratorEMPTY_MAP_ITERATOR - -
    -          A map iterator over no elements.
    -static OrderedIteratorEMPTY_ORDERED_ITERATOR - -
    -          An ordered iterator over no elements.
    -static OrderedMapIteratorEMPTY_ORDERED_MAP_ITERATOR - -
    -          An ordered map iterator over no elements.
    -  - - - - - - - - - - -
    -Constructor Summary
    IteratorUtils() - -
    -          IteratorUtils is not normally instantiated.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    -static ResettableIteratorarrayIterator(java.lang.Object array) - -
    -          Gets an iterator over an object or primitive array.
    -static ResettableIteratorarrayIterator(java.lang.Object[] array) - -
    -          Gets an iterator over an object array.
    -static ResettableIteratorarrayIterator(java.lang.Object[] array, - int start) - -
    -          Gets an iterator over the end part of an object array.
    -static ResettableIteratorarrayIterator(java.lang.Object[] array, - int start, - int end) - -
    -          Gets an iterator over part of an object array.
    -static ResettableIteratorarrayIterator(java.lang.Object array, - int start) - -
    -          Gets an iterator over the end part of an object or primitive array.
    -static ResettableIteratorarrayIterator(java.lang.Object array, - int start, - int end) - -
    -          Gets an iterator over part of an object or primitive array.
    -static ResettableListIteratorarrayListIterator(java.lang.Object array) - -
    -          Gets a list iterator over an object or primitive array.
    -static ResettableListIteratorarrayListIterator(java.lang.Object[] array) - -
    -          Gets a list iterator over an object array.
    -static ResettableListIteratorarrayListIterator(java.lang.Object[] array, - int start) - -
    -          Gets a list iterator over the end part of an object array.
    -static ResettableListIteratorarrayListIterator(java.lang.Object[] array, - int start, - int end) - -
    -          Gets a list iterator over part of an object array.
    -static ResettableListIteratorarrayListIterator(java.lang.Object array, - int start) - -
    -          Gets a list iterator over the end part of an object or primitive array.
    -static ResettableListIteratorarrayListIterator(java.lang.Object array, - int start, - int end) - -
    -          Gets a list iterator over part of an object or primitive array.
    -static java.util.EnumerationasEnumeration(java.util.Iterator iterator) - -
    -          Gets an enumeration that wraps an iterator.
    -static java.util.IteratorasIterator(java.util.Enumeration enumeration) - -
    -          Gets an iterator that provides an iterator view of the given enumeration.
    -static java.util.IteratorasIterator(java.util.Enumeration enumeration, - java.util.Collection removeCollection) - -
    -          Gets an iterator that provides an iterator view of the given enumeration - that will remove elements from the specified collection.
    -static java.util.IteratorchainedIterator(java.util.Collection iterators) - -
    -          Gets an iterator that iterates through a collections of Iterators - one after another.
    -static java.util.IteratorchainedIterator(java.util.Iterator[] iterators) - -
    -          Gets an iterator that iterates through an array of Iterators - one after another.
    -static java.util.IteratorchainedIterator(java.util.Iterator iterator1, - java.util.Iterator iterator2) - -
    -          Gets an iterator that iterates through two Iterators - one after another.
    -static java.util.IteratorcollatedIterator(java.util.Comparator comparator, - java.util.Collection iterators) - -
    + against versions 2.1.1 and 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Phil Steitz
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static ResettableIteratorEMPTY_ITERATOR + +
    +          An iterator over no elements.
    +static ResettableListIteratorEMPTY_LIST_ITERATOR + +
    +          A list iterator over no elements.
    +static MapIteratorEMPTY_MAP_ITERATOR + +
    +          A map iterator over no elements.
    +static OrderedIteratorEMPTY_ORDERED_ITERATOR + +
    +          An ordered iterator over no elements.
    +static OrderedMapIteratorEMPTY_ORDERED_MAP_ITERATOR + +
    +          An ordered map iterator over no elements.
    +  + + + + + + + + + + +
    +Constructor Summary
    IteratorUtils() + +
    +          IteratorUtils is not normally instantiated.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    +static ResettableIteratorarrayIterator(java.lang.Object array) + +
    +          Gets an iterator over an object or primitive array.
    +static ResettableIteratorarrayIterator(java.lang.Object[] array) + +
    +          Gets an iterator over an object array.
    +static ResettableIteratorarrayIterator(java.lang.Object[] array, + int start) + +
    +          Gets an iterator over the end part of an object array.
    +static ResettableIteratorarrayIterator(java.lang.Object[] array, + int start, + int end) + +
    +          Gets an iterator over part of an object array.
    +static ResettableIteratorarrayIterator(java.lang.Object array, + int start) + +
    +          Gets an iterator over the end part of an object or primitive array.
    +static ResettableIteratorarrayIterator(java.lang.Object array, + int start, + int end) + +
    +          Gets an iterator over part of an object or primitive array.
    +static ResettableListIteratorarrayListIterator(java.lang.Object array) + +
    +          Gets a list iterator over an object or primitive array.
    +static ResettableListIteratorarrayListIterator(java.lang.Object[] array) + +
    +          Gets a list iterator over an object array.
    +static ResettableListIteratorarrayListIterator(java.lang.Object[] array, + int start) + +
    +          Gets a list iterator over the end part of an object array.
    +static ResettableListIteratorarrayListIterator(java.lang.Object[] array, + int start, + int end) + +
    +          Gets a list iterator over part of an object array.
    +static ResettableListIteratorarrayListIterator(java.lang.Object array, + int start) + +
    +          Gets a list iterator over the end part of an object or primitive array.
    +static ResettableListIteratorarrayListIterator(java.lang.Object array, + int start, + int end) + +
    +          Gets a list iterator over part of an object or primitive array.
    +static java.util.EnumerationasEnumeration(java.util.Iterator iterator) + +
    +          Gets an enumeration that wraps an iterator.
    +static java.util.IteratorasIterator(java.util.Enumeration enumeration) + +
    +          Gets an iterator that provides an iterator view of the given enumeration.
    +static java.util.IteratorasIterator(java.util.Enumeration enumeration, + java.util.Collection removeCollection) + +
    +          Gets an iterator that provides an iterator view of the given enumeration + that will remove elements from the specified collection.
    +static java.util.IteratorchainedIterator(java.util.Collection iterators) + +
    +          Gets an iterator that iterates through a collections of Iterators + one after another.
    +static java.util.IteratorchainedIterator(java.util.Iterator[] iterators) + +
    +          Gets an iterator that iterates through an array of Iterators + one after another.
    +static java.util.IteratorchainedIterator(java.util.Iterator iterator1, + java.util.Iterator iterator2) + +
    +          Gets an iterator that iterates through two Iterators + one after another.
    +static java.util.IteratorcollatedIterator(java.util.Comparator comparator, + java.util.Collection iterators) + +
              Gets an iterator that provides an ordered iteration over the elements - contained in a collection of Iterators.
    -static java.util.IteratorcollatedIterator(java.util.Comparator comparator, - java.util.Iterator[] iterators) - -
    + contained in a collection of Iterators.
    +static java.util.IteratorcollatedIterator(java.util.Comparator comparator, + java.util.Iterator[] iterators) + +
              Gets an iterator that provides an ordered iteration over the elements - contained in an array of Iterators.
    -static java.util.IteratorcollatedIterator(java.util.Comparator comparator, - java.util.Iterator iterator1, - java.util.Iterator iterator2) - -
    + contained in an array of Iterators.
    +static java.util.IteratorcollatedIterator(java.util.Comparator comparator, + java.util.Iterator iterator1, + java.util.Iterator iterator2) + +
              Gets an iterator that provides an ordered iteration over the elements - contained in a collection of ordered Iterators.
    -static ResettableIteratoremptyIterator() - -
    -          Gets an empty iterator.
    -static ResettableListIteratoremptyListIterator() - -
    -          Gets an empty list iterator.
    -static MapIteratoremptyMapIterator() - -
    -          Gets an empty map iterator.
    -static OrderedIteratoremptyOrderedIterator() - -
    -          Gets an empty ordered iterator.
    -static OrderedMapIteratoremptyOrderedMapIterator() - -
    -          Gets an empty ordered map iterator.
    -static java.util.IteratorfilteredIterator(java.util.Iterator iterator, - Predicate predicate) - -
    -          Gets an iterator that filters another iterator.
    -static java.util.ListIteratorfilteredListIterator(java.util.ListIterator listIterator, - Predicate predicate) - -
    -          Gets a list iterator that filters another list iterator.
    -static java.util.IteratorgetIterator(java.lang.Object obj) - -
    -          Gets a suitable Iterator for the given object.
    -static ResettableIteratorloopingIterator(java.util.Collection coll) - -
    -          Gets an iterator that loops continuously over the supplied collection.
    -static ResettableListIteratorloopingListIterator(java.util.List list) - -
    -          Gets an iterator that loops continuously over the supplied list.
    -static java.util.IteratorobjectGraphIterator(java.lang.Object root, - Transformer transformer) - -
    -          Gets an iterator that operates over an object graph.
    -static ResettableIteratorsingletonIterator(java.lang.Object object) - -
    -          Gets a singleton iterator.
    -static java.util.ListIteratorsingletonListIterator(java.lang.Object object) - -
    -          Gets a singleton list iterator.
    -static java.lang.Object[]toArray(java.util.Iterator iterator) - -
    -          Gets an array based on an iterator.
    -static java.lang.Object[]toArray(java.util.Iterator iterator, - java.lang.Class arrayClass) - -
    -          Gets an array based on an iterator.
    -static java.util.ListtoList(java.util.Iterator iterator) - -
    -          Gets a list based on an iterator.
    -static java.util.ListtoList(java.util.Iterator iterator, - int estimatedSize) - -
    -          Gets a list based on an iterator.
    -static java.util.ListIteratortoListIterator(java.util.Iterator iterator) - -
    -          Gets a list iterator based on a simple iterator.
    -static java.util.IteratortransformedIterator(java.util.Iterator iterator, - Transformer transform) - -
    -          Gets an iterator that transforms the elements of another iterator.
    -static java.util.IteratorunmodifiableIterator(java.util.Iterator iterator) - -
    -          Gets an immutable version of an Iterator.
    -static java.util.ListIteratorunmodifiableListIterator(java.util.ListIterator listIterator) - -
    -          Gets an immutable version of a ListIterator.
    -static MapIteratorunmodifiableMapIterator(MapIterator mapIterator) - -
    -          Gets an immutable version of a MapIterator.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -EMPTY_ITERATOR

    -
    -public static final ResettableIterator EMPTY_ITERATOR
    -
    + contained in a collection of ordered Iterators.
    +static ResettableIteratoremptyIterator() + +
    +          Gets an empty iterator.
    +static ResettableListIteratoremptyListIterator() + +
    +          Gets an empty list iterator.
    +static MapIteratoremptyMapIterator() + +
    +          Gets an empty map iterator.
    +static OrderedIteratoremptyOrderedIterator() + +
    +          Gets an empty ordered iterator.
    +static OrderedMapIteratoremptyOrderedMapIterator() + +
    +          Gets an empty ordered map iterator.
    +static java.util.IteratorfilteredIterator(java.util.Iterator iterator, + Predicate predicate) + +
    +          Gets an iterator that filters another iterator.
    +static java.util.ListIteratorfilteredListIterator(java.util.ListIterator listIterator, + Predicate predicate) + +
    +          Gets a list iterator that filters another list iterator.
    +static java.util.IteratorgetIterator(java.lang.Object obj) + +
    +          Gets a suitable Iterator for the given object.
    +static ResettableIteratorloopingIterator(java.util.Collection coll) + +
    +          Gets an iterator that loops continuously over the supplied collection.
    +static ResettableListIteratorloopingListIterator(java.util.List list) + +
    +          Gets an iterator that loops continuously over the supplied list.
    +static java.util.IteratorobjectGraphIterator(java.lang.Object root, + Transformer transformer) + +
    +          Gets an iterator that operates over an object graph.
    +static ResettableIteratorsingletonIterator(java.lang.Object object) + +
    +          Gets a singleton iterator.
    +static java.util.ListIteratorsingletonListIterator(java.lang.Object object) + +
    +          Gets a singleton list iterator.
    +static java.lang.Object[]toArray(java.util.Iterator iterator) + +
    +          Gets an array based on an iterator.
    +static java.lang.Object[]toArray(java.util.Iterator iterator, + java.lang.Class arrayClass) + +
    +          Gets an array based on an iterator.
    +static java.util.ListtoList(java.util.Iterator iterator) + +
    +          Gets a list based on an iterator.
    +static java.util.ListtoList(java.util.Iterator iterator, + int estimatedSize) + +
    +          Gets a list based on an iterator.
    +static java.util.ListIteratortoListIterator(java.util.Iterator iterator) + +
    +          Gets a list iterator based on a simple iterator.
    +static java.util.IteratortransformedIterator(java.util.Iterator iterator, + Transformer transform) + +
    +          Gets an iterator that transforms the elements of another iterator.
    +static java.util.IteratorunmodifiableIterator(java.util.Iterator iterator) + +
    +          Gets an immutable version of an Iterator.
    +static java.util.ListIteratorunmodifiableListIterator(java.util.ListIterator listIterator) + +
    +          Gets an immutable version of a ListIterator.
    +static MapIteratorunmodifiableMapIterator(MapIterator mapIterator) + +
    +          Gets an immutable version of a MapIterator.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +EMPTY_ITERATOR

    +
    +public static final ResettableIterator EMPTY_ITERATOR
    +
    An iterator over no elements.

    WARNING: This constant is binary incompatible with Commons Collections 2.1 and 2.1.1. - Use EmptyIterator.INSTANCE for compatability with Commons Collections 2.1.1. -

    -

    -
    -
    -
    - -

    -EMPTY_LIST_ITERATOR

    -
    -public static final ResettableListIterator EMPTY_LIST_ITERATOR
    -
    + Use EmptyIterator.INSTANCE for compatability with Commons Collections 2.1.1. +

    +

    +
    +
    +
    + +

    +EMPTY_LIST_ITERATOR

    +
    +public static final ResettableListIterator EMPTY_LIST_ITERATOR
    +
    A list iterator over no elements.

    WARNING: This constant is binary incompatible with Commons Collections 2.1 and 2.1.1. - Use EmptyListIterator.INSTANCE for compatability with Commons Collections 2.1.1. -

    -

    -
    -
    -
    - -

    -EMPTY_ORDERED_ITERATOR

    -
    -public static final OrderedIterator EMPTY_ORDERED_ITERATOR
    -
    -
    An ordered iterator over no elements. -

    -

    -
    -
    -
    - -

    -EMPTY_MAP_ITERATOR

    -
    -public static final MapIterator EMPTY_MAP_ITERATOR
    -
    -
    A map iterator over no elements. -

    -

    -
    -
    -
    - -

    -EMPTY_ORDERED_MAP_ITERATOR

    -
    -public static final OrderedMapIterator EMPTY_ORDERED_MAP_ITERATOR
    -
    -
    An ordered map iterator over no elements. -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -IteratorUtils

    -
    -public IteratorUtils()
    -
    -
    IteratorUtils is not normally instantiated. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -emptyIterator

    -
    -public static ResettableIterator emptyIterator()
    -
    + Use EmptyListIterator.INSTANCE for compatability with Commons Collections 2.1.1. +

    +

    +
    +
    +
    + +

    +EMPTY_ORDERED_ITERATOR

    +
    +public static final OrderedIterator EMPTY_ORDERED_ITERATOR
    +
    +
    An ordered iterator over no elements. +

    +

    +
    +
    +
    + +

    +EMPTY_MAP_ITERATOR

    +
    +public static final MapIterator EMPTY_MAP_ITERATOR
    +
    +
    A map iterator over no elements. +

    +

    +
    +
    +
    + +

    +EMPTY_ORDERED_MAP_ITERATOR

    +
    +public static final OrderedMapIterator EMPTY_ORDERED_MAP_ITERATOR
    +
    +
    An ordered map iterator over no elements. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +IteratorUtils

    +
    +public IteratorUtils()
    +
    +
    IteratorUtils is not normally instantiated. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +emptyIterator

    +
    +public static ResettableIterator emptyIterator()
    +
    Gets an empty iterator.

    This iterator is a valid iterator object that will iterate over nothing.

    WARNING: This method is binary incompatible with Commons Collections 2.1 and 2.1.1. - Use EmptyIterator.INSTANCE for compatability with Commons Collections 2.1.1. -

    -

    - -
    Returns:
    an iterator over nothing
    -
    -
    -
    - -

    -emptyListIterator

    -
    -public static ResettableListIterator emptyListIterator()
    -
    + Use EmptyIterator.INSTANCE for compatability with Commons Collections 2.1.1. +

    +

    + +
    Returns:
    an iterator over nothing
    +
    +
    +
    + +

    +emptyListIterator

    +
    +public static ResettableListIterator emptyListIterator()
    +
    Gets an empty list iterator.

    - This iterator is a valid list iterator object that will iterate + This iterator is a valid list iterator object that will iterate over nothing.

    WARNING: This method is binary incompatible with Commons Collections 2.1 and 2.1.1. - Use EmptyListIterator.INSTANCE for compatability with Commons Collections 2.1.1. -

    -

    - -
    Returns:
    a list iterator over nothing
    -
    -
    -
    - -

    -emptyOrderedIterator

    -
    -public static OrderedIterator emptyOrderedIterator()
    -
    + Use EmptyListIterator.INSTANCE for compatability with Commons Collections 2.1.1. +

    +

    + +
    Returns:
    a list iterator over nothing
    +
    +
    +
    + +

    +emptyOrderedIterator

    +
    +public static OrderedIterator emptyOrderedIterator()
    +
    Gets an empty ordered iterator.

    - This iterator is a valid iterator object that will iterate - over nothing. -

    -

    - -
    Returns:
    an ordered iterator over nothing
    -
    -
    -
    - -

    -emptyMapIterator

    -
    -public static MapIterator emptyMapIterator()
    -
    + This iterator is a valid iterator object that will iterate + over nothing. +

    +

    + +
    Returns:
    an ordered iterator over nothing
    +
    +
    +
    + +

    +emptyMapIterator

    +
    +public static MapIterator emptyMapIterator()
    +
    Gets an empty map iterator.

    - This iterator is a valid map iterator object that will iterate - over nothing. -

    -

    - -
    Returns:
    a map iterator over nothing
    -
    -
    -
    - -

    -emptyOrderedMapIterator

    -
    -public static OrderedMapIterator emptyOrderedMapIterator()
    -
    + This iterator is a valid map iterator object that will iterate + over nothing. +

    +

    + +
    Returns:
    a map iterator over nothing
    +
    +
    +
    + +

    +emptyOrderedMapIterator

    +
    +public static OrderedMapIterator emptyOrderedMapIterator()
    +
    Gets an empty ordered map iterator.

    - This iterator is a valid map iterator object that will iterate - over nothing. -

    -

    - -
    Returns:
    a map iterator over nothing
    -
    -
    -
    - -

    -singletonIterator

    -
    -public static ResettableIterator singletonIterator(java.lang.Object object)
    -
    + This iterator is a valid map iterator object that will iterate + over nothing. +

    +

    + +
    Returns:
    a map iterator over nothing
    +
    +
    +
    + +

    +singletonIterator

    +
    +public static ResettableIterator singletonIterator(java.lang.Object object)
    +
    Gets a singleton iterator.

    This iterator is a valid iterator object that will iterate over the specified object.

    WARNING: This method is binary incompatible with Commons Collections 2.1 and 2.1.1. - Use new SingletonIterator(object) for compatability. -

    -

    -
    Parameters:
    object - the single object over which to iterate -
    Returns:
    a singleton iterator over the object
    -
    -
    -
    - -

    -singletonListIterator

    -
    -public static java.util.ListIterator singletonListIterator(java.lang.Object object)
    -
    + Use new SingletonIterator(object) for compatability. +

    +

    +
    Parameters:
    object - the single object over which to iterate +
    Returns:
    a singleton iterator over the object
    +
    +
    +
    + +

    +singletonListIterator

    +
    +public static java.util.ListIterator singletonListIterator(java.lang.Object object)
    +
    Gets a singleton list iterator.

    This iterator is a valid list iterator object that will iterate over - the specified object. -

    -

    -
    Parameters:
    object - the single object over which to iterate -
    Returns:
    a singleton list iterator over the object
    -
    -
    -
    - -

    -arrayIterator

    -
    -public static ResettableIterator arrayIterator(java.lang.Object[] array)
    -
    + the specified object. +

    +

    +
    Parameters:
    object - the single object over which to iterate +
    Returns:
    a singleton list iterator over the object
    +
    +
    +
    + +

    +arrayIterator

    +
    +public static ResettableIterator arrayIterator(java.lang.Object[] array)
    +
    Gets an iterator over an object array.

    WARNING: This method is binary incompatible with Commons Collections 2.1 and 2.1.1. - Use new ArrayIterator(array) for compatability. -

    -

    -
    Parameters:
    array - the array over which to iterate -
    Returns:
    an iterator over the array -
    Throws: -
    java.lang.NullPointerException - if array is null
    -
    -
    -
    - -

    -arrayIterator

    -
    -public static ResettableIterator arrayIterator(java.lang.Object array)
    -
    + Use new ArrayIterator(array) for compatability. +

    +

    +
    Parameters:
    array - the array over which to iterate +
    Returns:
    an iterator over the array +
    Throws: +
    java.lang.NullPointerException - if array is null
    +
    +
    +
    + +

    +arrayIterator

    +
    +public static ResettableIterator arrayIterator(java.lang.Object array)
    +
    Gets an iterator over an object or primitive array.

    This method will handle primitive arrays as well as object arrays. - The primitives will be wrapped in the appropriate wrapper class. -

    -

    -
    Parameters:
    array - the array over which to iterate -
    Returns:
    an iterator over the array -
    Throws: -
    java.lang.IllegalArgumentException - if the array is not an array -
    java.lang.NullPointerException - if array is null
    -
    -
    -
    - -

    -arrayIterator

    -
    -public static ResettableIterator arrayIterator(java.lang.Object[] array,
    -                                               int start)
    -
    + The primitives will be wrapped in the appropriate wrapper class. +

    +

    +
    Parameters:
    array - the array over which to iterate +
    Returns:
    an iterator over the array +
    Throws: +
    java.lang.IllegalArgumentException - if the array is not an array +
    java.lang.NullPointerException - if array is null
    +
    +
    +
    + +

    +arrayIterator

    +
    +public static ResettableIterator arrayIterator(java.lang.Object[] array,
    +                                               int start)
    +
    Gets an iterator over the end part of an object array.

    WARNING: This method is binary incompatible with Commons Collections 2.1 and 2.1.1. - Use new ArrayIterator(array,start) for compatability. -

    -

    -
    Parameters:
    array - the array over which to iterate
    start - the index to start iterating at -
    Returns:
    an iterator over part of the array -
    Throws: + Use new ArrayIterator(array,start) for compatability. +

    +

    +
    Parameters:
    array - the array over which to iterate
    start - the index to start iterating at +
    Returns:
    an iterator over part of the array +
    Throws:
    java.lang.IndexOutOfBoundsException - if start is less than zero or greater - than the length of the array -
    java.lang.NullPointerException - if array is null
    -
    -
    -
    - -

    -arrayIterator

    -
    -public static ResettableIterator arrayIterator(java.lang.Object array,
    -                                               int start)
    -
    + than the length of the array +
    java.lang.NullPointerException - if array is null
    +
    +
    +
    + +

    +arrayIterator

    +
    +public static ResettableIterator arrayIterator(java.lang.Object array,
    +                                               int start)
    +
    Gets an iterator over the end part of an object or primitive array.

    This method will handle primitive arrays as well as object arrays. - The primitives will be wrapped in the appropriate wrapper class. -

    -

    -
    Parameters:
    array - the array over which to iterate
    start - the index to start iterating at -
    Returns:
    an iterator over part of the array -
    Throws: -
    java.lang.IllegalArgumentException - if the array is not an array + The primitives will be wrapped in the appropriate wrapper class. +

    +

    +
    Parameters:
    array - the array over which to iterate
    start - the index to start iterating at +
    Returns:
    an iterator over part of the array +
    Throws: +
    java.lang.IllegalArgumentException - if the array is not an array
    java.lang.IndexOutOfBoundsException - if start is less than zero or greater - than the length of the array -
    java.lang.NullPointerException - if array is null
    -
    -
    -
    - -

    -arrayIterator

    -
    -public static ResettableIterator arrayIterator(java.lang.Object[] array,
    -                                               int start,
    -                                               int end)
    -
    + than the length of the array +
    java.lang.NullPointerException - if array is null
    +
    +
    +
    + +

    +arrayIterator

    +
    +public static ResettableIterator arrayIterator(java.lang.Object[] array,
    +                                               int start,
    +                                               int end)
    +
    Gets an iterator over part of an object array.

    WARNING: This method is binary incompatible with Commons Collections 2.1 and 2.1.1. - Use new ArrayIterator(array,start,end) for compatability. -

    -

    -
    Parameters:
    array - the array over which to iterate
    start - the index to start iterating at
    end - the index to finish iterating at -
    Returns:
    an iterator over part of the array -
    Throws: -
    java.lang.IndexOutOfBoundsException - if array bounds are invalid -
    java.lang.IllegalArgumentException - if end is before start -
    java.lang.NullPointerException - if array is null
    -
    -
    -
    - -

    -arrayIterator

    -
    -public static ResettableIterator arrayIterator(java.lang.Object array,
    -                                               int start,
    -                                               int end)
    -
    + Use new ArrayIterator(array,start,end) for compatability. +

    +

    +
    Parameters:
    array - the array over which to iterate
    start - the index to start iterating at
    end - the index to finish iterating at +
    Returns:
    an iterator over part of the array +
    Throws: +
    java.lang.IndexOutOfBoundsException - if array bounds are invalid +
    java.lang.IllegalArgumentException - if end is before start +
    java.lang.NullPointerException - if array is null
    +
    +
    +
    + +

    +arrayIterator

    +
    +public static ResettableIterator arrayIterator(java.lang.Object array,
    +                                               int start,
    +                                               int end)
    +
    Gets an iterator over part of an object or primitive array.

    This method will handle primitive arrays as well as object arrays. - The primitives will be wrapped in the appropriate wrapper class. -

    -

    -
    Parameters:
    array - the array over which to iterate
    start - the index to start iterating at
    end - the index to finish iterating at -
    Returns:
    an iterator over part of the array -
    Throws: -
    java.lang.IllegalArgumentException - if the array is not an array -
    java.lang.IndexOutOfBoundsException - if array bounds are invalid -
    java.lang.IllegalArgumentException - if end is before start -
    java.lang.NullPointerException - if array is null
    -
    -
    -
    - -

    -arrayListIterator

    -
    -public static ResettableListIterator arrayListIterator(java.lang.Object[] array)
    -
    -
    Gets a list iterator over an object array. -

    -

    -
    Parameters:
    array - the array over which to iterate -
    Returns:
    a list iterator over the array -
    Throws: -
    java.lang.NullPointerException - if array is null
    -
    -
    -
    - -

    -arrayListIterator

    -
    -public static ResettableListIterator arrayListIterator(java.lang.Object array)
    -
    + The primitives will be wrapped in the appropriate wrapper class. +

    +

    +
    Parameters:
    array - the array over which to iterate
    start - the index to start iterating at
    end - the index to finish iterating at +
    Returns:
    an iterator over part of the array +
    Throws: +
    java.lang.IllegalArgumentException - if the array is not an array +
    java.lang.IndexOutOfBoundsException - if array bounds are invalid +
    java.lang.IllegalArgumentException - if end is before start +
    java.lang.NullPointerException - if array is null
    +
    +
    +
    + +

    +arrayListIterator

    +
    +public static ResettableListIterator arrayListIterator(java.lang.Object[] array)
    +
    +
    Gets a list iterator over an object array. +

    +

    +
    Parameters:
    array - the array over which to iterate +
    Returns:
    a list iterator over the array +
    Throws: +
    java.lang.NullPointerException - if array is null
    +
    +
    +
    + +

    +arrayListIterator

    +
    +public static ResettableListIterator arrayListIterator(java.lang.Object array)
    +
    Gets a list iterator over an object or primitive array.

    This method will handle primitive arrays as well as object arrays. - The primitives will be wrapped in the appropriate wrapper class. -

    -

    -
    Parameters:
    array - the array over which to iterate -
    Returns:
    a list iterator over the array -
    Throws: -
    java.lang.IllegalArgumentException - if the array is not an array -
    java.lang.NullPointerException - if array is null
    -
    -
    -
    - -

    -arrayListIterator

    -
    -public static ResettableListIterator arrayListIterator(java.lang.Object[] array,
    -                                                       int start)
    -
    -
    Gets a list iterator over the end part of an object array. -

    -

    -
    Parameters:
    array - the array over which to iterate
    start - the index to start iterating at -
    Returns:
    a list iterator over part of the array -
    Throws: -
    java.lang.IndexOutOfBoundsException - if start is less than zero -
    java.lang.NullPointerException - if array is null
    -
    -
    -
    - -

    -arrayListIterator

    -
    -public static ResettableListIterator arrayListIterator(java.lang.Object array,
    -                                                       int start)
    -
    + The primitives will be wrapped in the appropriate wrapper class. +

    +

    +
    Parameters:
    array - the array over which to iterate +
    Returns:
    a list iterator over the array +
    Throws: +
    java.lang.IllegalArgumentException - if the array is not an array +
    java.lang.NullPointerException - if array is null
    +
    +
    +
    + +

    +arrayListIterator

    +
    +public static ResettableListIterator arrayListIterator(java.lang.Object[] array,
    +                                                       int start)
    +
    +
    Gets a list iterator over the end part of an object array. +

    +

    +
    Parameters:
    array - the array over which to iterate
    start - the index to start iterating at +
    Returns:
    a list iterator over part of the array +
    Throws: +
    java.lang.IndexOutOfBoundsException - if start is less than zero +
    java.lang.NullPointerException - if array is null
    +
    +
    +
    + +

    +arrayListIterator

    +
    +public static ResettableListIterator arrayListIterator(java.lang.Object array,
    +                                                       int start)
    +
    Gets a list iterator over the end part of an object or primitive array.

    This method will handle primitive arrays as well as object arrays. - The primitives will be wrapped in the appropriate wrapper class. -

    -

    -
    Parameters:
    array - the array over which to iterate
    start - the index to start iterating at -
    Returns:
    a list iterator over part of the array -
    Throws: -
    java.lang.IllegalArgumentException - if the array is not an array -
    java.lang.IndexOutOfBoundsException - if start is less than zero -
    java.lang.NullPointerException - if array is null
    -
    -
    -
    - -

    -arrayListIterator

    -
    -public static ResettableListIterator arrayListIterator(java.lang.Object[] array,
    -                                                       int start,
    -                                                       int end)
    -
    -
    Gets a list iterator over part of an object array. -

    -

    -
    Parameters:
    array - the array over which to iterate
    start - the index to start iterating at
    end - the index to finish iterating at -
    Returns:
    a list iterator over part of the array -
    Throws: -
    java.lang.IndexOutOfBoundsException - if array bounds are invalid -
    java.lang.IllegalArgumentException - if end is before start -
    java.lang.NullPointerException - if array is null
    -
    -
    -
    - -

    -arrayListIterator

    -
    -public static ResettableListIterator arrayListIterator(java.lang.Object array,
    -                                                       int start,
    -                                                       int end)
    -
    + The primitives will be wrapped in the appropriate wrapper class. +

    +

    +
    Parameters:
    array - the array over which to iterate
    start - the index to start iterating at +
    Returns:
    a list iterator over part of the array +
    Throws: +
    java.lang.IllegalArgumentException - if the array is not an array +
    java.lang.IndexOutOfBoundsException - if start is less than zero +
    java.lang.NullPointerException - if array is null
    +
    +
    +
    + +

    +arrayListIterator

    +
    +public static ResettableListIterator arrayListIterator(java.lang.Object[] array,
    +                                                       int start,
    +                                                       int end)
    +
    +
    Gets a list iterator over part of an object array. +

    +

    +
    Parameters:
    array - the array over which to iterate
    start - the index to start iterating at
    end - the index to finish iterating at +
    Returns:
    a list iterator over part of the array +
    Throws: +
    java.lang.IndexOutOfBoundsException - if array bounds are invalid +
    java.lang.IllegalArgumentException - if end is before start +
    java.lang.NullPointerException - if array is null
    +
    +
    +
    + +

    +arrayListIterator

    +
    +public static ResettableListIterator arrayListIterator(java.lang.Object array,
    +                                                       int start,
    +                                                       int end)
    +
    Gets a list iterator over part of an object or primitive array.

    This method will handle primitive arrays as well as object arrays. - The primitives will be wrapped in the appropriate wrapper class. -

    -

    -
    Parameters:
    array - the array over which to iterate
    start - the index to start iterating at
    end - the index to finish iterating at -
    Returns:
    a list iterator over part of the array -
    Throws: -
    java.lang.IllegalArgumentException - if the array is not an array -
    java.lang.IndexOutOfBoundsException - if array bounds are invalid -
    java.lang.IllegalArgumentException - if end is before start -
    java.lang.NullPointerException - if array is null
    -
    -
    -
    - -

    -unmodifiableIterator

    -
    -public static java.util.Iterator unmodifiableIterator(java.util.Iterator iterator)
    -
    + The primitives will be wrapped in the appropriate wrapper class. +

    +

    +
    Parameters:
    array - the array over which to iterate
    start - the index to start iterating at
    end - the index to finish iterating at +
    Returns:
    a list iterator over part of the array +
    Throws: +
    java.lang.IllegalArgumentException - if the array is not an array +
    java.lang.IndexOutOfBoundsException - if array bounds are invalid +
    java.lang.IllegalArgumentException - if end is before start +
    java.lang.NullPointerException - if array is null
    +
    +
    +
    + +

    +unmodifiableIterator

    +
    +public static java.util.Iterator unmodifiableIterator(java.util.Iterator iterator)
    +
    Gets an immutable version of an Iterator. The returned object will always throw an UnsupportedOperationException for - the Iterator.remove() method. -

    -

    -
    Parameters:
    iterator - the iterator to make immutable -
    Returns:
    an immutable version of the iterator
    -
    -
    -
    - -

    -unmodifiableListIterator

    -
    -public static java.util.ListIterator unmodifiableListIterator(java.util.ListIterator listIterator)
    -
    + the Iterator.remove() method. +

    +

    +
    Parameters:
    iterator - the iterator to make immutable +
    Returns:
    an immutable version of the iterator
    +
    +
    +
    + +

    +unmodifiableListIterator

    +
    +public static java.util.ListIterator unmodifiableListIterator(java.util.ListIterator listIterator)
    +
    Gets an immutable version of a ListIterator. The returned object will always throw an UnsupportedOperationException for the Iterator.remove(), ListIterator.add(java.lang.Object) and - ListIterator.set(java.lang.Object) methods. -

    -

    -
    Parameters:
    listIterator - the iterator to make immutable -
    Returns:
    an immutable version of the iterator
    -
    -
    -
    - -

    -unmodifiableMapIterator

    -
    -public static MapIterator unmodifiableMapIterator(MapIterator mapIterator)
    -
    + ListIterator.set(java.lang.Object) methods. +

    +

    +
    Parameters:
    listIterator - the iterator to make immutable +
    Returns:
    an immutable version of the iterator
    +
    +
    +
    + +

    +unmodifiableMapIterator

    +
    +public static MapIterator unmodifiableMapIterator(MapIterator mapIterator)
    +
    Gets an immutable version of a MapIterator. The returned object will always throw an UnsupportedOperationException for - the Iterator.remove(), MapIterator.setValue(Object) methods. -

    -

    -
    Parameters:
    mapIterator - the iterator to make immutable -
    Returns:
    an immutable version of the iterator
    -
    -
    -
    - -

    -chainedIterator

    -
    -public static java.util.Iterator chainedIterator(java.util.Iterator iterator1,
    -                                                 java.util.Iterator iterator2)
    -
    -
    Gets an iterator that iterates through two Iterators - one after another. -

    -

    -
    Parameters:
    iterator1 - the first iterators to use, not null
    iterator2 - the first iterators to use, not null -
    Returns:
    a combination iterator over the iterators -
    Throws: -
    java.lang.NullPointerException - if either iterator is null
    -
    -
    -
    - -

    -chainedIterator

    -
    -public static java.util.Iterator chainedIterator(java.util.Iterator[] iterators)
    -
    -
    Gets an iterator that iterates through an array of Iterators - one after another. -

    -

    -
    Parameters:
    iterators - the iterators to use, not null or empty or contain nulls -
    Returns:
    a combination iterator over the iterators -
    Throws: -
    java.lang.NullPointerException - if iterators array is null or contains a null
    -
    -
    -
    - -

    -chainedIterator

    -
    -public static java.util.Iterator chainedIterator(java.util.Collection iterators)
    -
    -
    Gets an iterator that iterates through a collections of Iterators - one after another. -

    -

    -
    Parameters:
    iterators - the iterators to use, not null or empty or contain nulls -
    Returns:
    a combination iterator over the iterators -
    Throws: -
    java.lang.NullPointerException - if iterators collection is null or contains a null -
    java.lang.ClassCastException - if the iterators collection contains the wrong object type
    -
    -
    -
    - -

    -collatedIterator

    -
    -public static java.util.Iterator collatedIterator(java.util.Comparator comparator,
    -                                                  java.util.Iterator iterator1,
    -                                                  java.util.Iterator iterator2)
    -
    + the Iterator.remove(), MapIterator.setValue(Object) methods. +

    +

    +
    Parameters:
    mapIterator - the iterator to make immutable +
    Returns:
    an immutable version of the iterator
    +
    +
    +
    + +

    +chainedIterator

    +
    +public static java.util.Iterator chainedIterator(java.util.Iterator iterator1,
    +                                                 java.util.Iterator iterator2)
    +
    +
    Gets an iterator that iterates through two Iterators + one after another. +

    +

    +
    Parameters:
    iterator1 - the first iterators to use, not null
    iterator2 - the first iterators to use, not null +
    Returns:
    a combination iterator over the iterators +
    Throws: +
    java.lang.NullPointerException - if either iterator is null
    +
    +
    +
    + +

    +chainedIterator

    +
    +public static java.util.Iterator chainedIterator(java.util.Iterator[] iterators)
    +
    +
    Gets an iterator that iterates through an array of Iterators + one after another. +

    +

    +
    Parameters:
    iterators - the iterators to use, not null or empty or contain nulls +
    Returns:
    a combination iterator over the iterators +
    Throws: +
    java.lang.NullPointerException - if iterators array is null or contains a null
    +
    +
    +
    + +

    +chainedIterator

    +
    +public static java.util.Iterator chainedIterator(java.util.Collection iterators)
    +
    +
    Gets an iterator that iterates through a collections of Iterators + one after another. +

    +

    +
    Parameters:
    iterators - the iterators to use, not null or empty or contain nulls +
    Returns:
    a combination iterator over the iterators +
    Throws: +
    java.lang.NullPointerException - if iterators collection is null or contains a null +
    java.lang.ClassCastException - if the iterators collection contains the wrong object type
    +
    +
    +
    + +

    +collatedIterator

    +
    +public static java.util.Iterator collatedIterator(java.util.Comparator comparator,
    +                                                  java.util.Iterator iterator1,
    +                                                  java.util.Iterator iterator2)
    +
    Gets an iterator that provides an ordered iteration over the elements contained in a collection of ordered Iterators.

    Given two ordered Iterators A and B, - the Iterator.next() method will return the lesser of + the Iterator.next() method will return the lesser of A.next() and B.next().

    - The comparator is optional. If null is specified then natural order is used. -

    -

    -
    Parameters:
    comparator - the comparator to use, may be null for natural order
    iterator1 - the first iterators to use, not null
    iterator2 - the first iterators to use, not null -
    Returns:
    a combination iterator over the iterators -
    Throws: -
    java.lang.NullPointerException - if either iterator is null
    -
    -
    -
    - -

    -collatedIterator

    -
    -public static java.util.Iterator collatedIterator(java.util.Comparator comparator,
    -                                                  java.util.Iterator[] iterators)
    -
    + The comparator is optional. If null is specified then natural order is used. +

    +

    +
    Parameters:
    comparator - the comparator to use, may be null for natural order
    iterator1 - the first iterators to use, not null
    iterator2 - the first iterators to use, not null +
    Returns:
    a combination iterator over the iterators +
    Throws: +
    java.lang.NullPointerException - if either iterator is null
    +
    +
    +
    + +

    +collatedIterator

    +
    +public static java.util.Iterator collatedIterator(java.util.Comparator comparator,
    +                                                  java.util.Iterator[] iterators)
    +
    Gets an iterator that provides an ordered iteration over the elements contained in an array of Iterators.

    Given two ordered Iterators A and B, - the Iterator.next() method will return the lesser of + the Iterator.next() method will return the lesser of A.next() and B.next() and so on.

    - The comparator is optional. If null is specified then natural order is used. -

    -

    -
    Parameters:
    comparator - the comparator to use, may be null for natural order
    iterators - the iterators to use, not null or empty or contain nulls -
    Returns:
    a combination iterator over the iterators -
    Throws: -
    java.lang.NullPointerException - if iterators array is null or contains a null
    -
    -
    -
    - -

    -collatedIterator

    -
    -public static java.util.Iterator collatedIterator(java.util.Comparator comparator,
    -                                                  java.util.Collection iterators)
    -
    + The comparator is optional. If null is specified then natural order is used. +

    +

    +
    Parameters:
    comparator - the comparator to use, may be null for natural order
    iterators - the iterators to use, not null or empty or contain nulls +
    Returns:
    a combination iterator over the iterators +
    Throws: +
    java.lang.NullPointerException - if iterators array is null or contains a null
    +
    +
    +
    + +

    +collatedIterator

    +
    +public static java.util.Iterator collatedIterator(java.util.Comparator comparator,
    +                                                  java.util.Collection iterators)
    +
    Gets an iterator that provides an ordered iteration over the elements contained in a collection of Iterators.

    Given two ordered Iterators A and B, - the Iterator.next() method will return the lesser of + the Iterator.next() method will return the lesser of A.next() and B.next() and so on.

    - The comparator is optional. If null is specified then natural order is used. -

    -

    -
    Parameters:
    comparator - the comparator to use, may be null for natural order
    iterators - the iterators to use, not null or empty or contain nulls -
    Returns:
    a combination iterator over the iterators -
    Throws: -
    java.lang.NullPointerException - if iterators collection is null or contains a null -
    java.lang.ClassCastException - if the iterators collection contains the wrong object type
    -
    -
    -
    - -

    -objectGraphIterator

    -
    -public static java.util.Iterator objectGraphIterator(java.lang.Object root,
    -                                                     Transformer transformer)
    -
    + The comparator is optional. If null is specified then natural order is used. +

    +

    +
    Parameters:
    comparator - the comparator to use, may be null for natural order
    iterators - the iterators to use, not null or empty or contain nulls +
    Returns:
    a combination iterator over the iterators +
    Throws: +
    java.lang.NullPointerException - if iterators collection is null or contains a null +
    java.lang.ClassCastException - if the iterators collection contains the wrong object type
    +
    +
    +
    + +

    +objectGraphIterator

    +
    +public static java.util.Iterator objectGraphIterator(java.lang.Object root,
    +                                                     Transformer transformer)
    +
    Gets an iterator that operates over an object graph.

    This iterator can extract multiple objects from a complex tree-like object graph. @@ -1294,269 +1294,269 @@ public static java.util.Iterator objectGraphIterator(java.lang.Object&nbs it is returned.

    Under many circumstances, linking Iterators together in this manner is - more efficient (and convenient) than using nested for loops to extract a list. -

    -

    -
    Parameters:
    root - the root object to start iterating from, null results in an empty iterator
    transformer - the transformer to use, see above, null uses no effect transformer -
    Returns:
    a new object graph iterator
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -transformedIterator

    -
    -public static java.util.Iterator transformedIterator(java.util.Iterator iterator,
    -                                                     Transformer transform)
    -
    + more efficient (and convenient) than using nested for loops to extract a list. +

    +

    +
    Parameters:
    root - the root object to start iterating from, null results in an empty iterator
    transformer - the transformer to use, see above, null uses no effect transformer +
    Returns:
    a new object graph iterator
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +transformedIterator

    +
    +public static java.util.Iterator transformedIterator(java.util.Iterator iterator,
    +                                                     Transformer transform)
    +
    Gets an iterator that transforms the elements of another iterator.

    The transformation occurs during the next() method and the underlying - iterator is unaffected by the transformation. -

    -

    -
    Parameters:
    iterator - the iterator to use, not null
    transform - the transform to use, not null -
    Returns:
    a new transforming iterator -
    Throws: -
    java.lang.NullPointerException - if either parameter is null
    -
    -
    -
    - -

    -filteredIterator

    -
    -public static java.util.Iterator filteredIterator(java.util.Iterator iterator,
    -                                                  Predicate predicate)
    -
    + iterator is unaffected by the transformation. +

    +

    +
    Parameters:
    iterator - the iterator to use, not null
    transform - the transform to use, not null +
    Returns:
    a new transforming iterator +
    Throws: +
    java.lang.NullPointerException - if either parameter is null
    +
    +
    +
    + +

    +filteredIterator

    +
    +public static java.util.Iterator filteredIterator(java.util.Iterator iterator,
    +                                                  Predicate predicate)
    +
    Gets an iterator that filters another iterator.

    The returned iterator will only return objects that match the specified - filtering predicate. -

    -

    -
    Parameters:
    iterator - the iterator to use, not null
    predicate - the predicate to use as a filter, not null -
    Returns:
    a new filtered iterator -
    Throws: -
    java.lang.NullPointerException - if either parameter is null
    -
    -
    -
    - -

    -filteredListIterator

    -
    -public static java.util.ListIterator filteredListIterator(java.util.ListIterator listIterator,
    -                                                          Predicate predicate)
    -
    + filtering predicate. +

    +

    +
    Parameters:
    iterator - the iterator to use, not null
    predicate - the predicate to use as a filter, not null +
    Returns:
    a new filtered iterator +
    Throws: +
    java.lang.NullPointerException - if either parameter is null
    +
    +
    +
    + +

    +filteredListIterator

    +
    +public static java.util.ListIterator filteredListIterator(java.util.ListIterator listIterator,
    +                                                          Predicate predicate)
    +
    Gets a list iterator that filters another list iterator.

    The returned iterator will only return objects that match the specified - filtering predicate. -

    -

    -
    Parameters:
    listIterator - the list iterator to use, not null
    predicate - the predicate to use as a filter, not null -
    Returns:
    a new filtered iterator -
    Throws: -
    java.lang.NullPointerException - if either parameter is null
    -
    -
    -
    - -

    -loopingIterator

    -
    -public static ResettableIterator loopingIterator(java.util.Collection coll)
    -
    + filtering predicate. +

    +

    +
    Parameters:
    listIterator - the list iterator to use, not null
    predicate - the predicate to use as a filter, not null +
    Returns:
    a new filtered iterator +
    Throws: +
    java.lang.NullPointerException - if either parameter is null
    +
    +
    +
    + +

    +loopingIterator

    +
    +public static ResettableIterator loopingIterator(java.util.Collection coll)
    +
    Gets an iterator that loops continuously over the supplied collection.

    The iterator will only stop looping if the remove method is called enough times to empty the collection, or if the collection is empty - to start with. -

    -

    -
    Parameters:
    coll - the collection to iterate over, not null -
    Returns:
    a new looping iterator -
    Throws: -
    java.lang.NullPointerException - if the collection is null
    -
    -
    -
    - -

    -loopingListIterator

    -
    -public static ResettableListIterator loopingListIterator(java.util.List list)
    -
    + to start with. +

    +

    +
    Parameters:
    coll - the collection to iterate over, not null +
    Returns:
    a new looping iterator +
    Throws: +
    java.lang.NullPointerException - if the collection is null
    +
    +
    +
    + +

    +loopingListIterator

    +
    +public static ResettableListIterator loopingListIterator(java.util.List list)
    +
    Gets an iterator that loops continuously over the supplied list.

    The iterator will only stop looping if the remove method is called - enough times to empty the list, or if the list is empty to start with. -

    -

    -
    Parameters:
    list - the list to iterate over, not null -
    Returns:
    a new looping iterator -
    Throws: -
    java.lang.NullPointerException - if the list is null
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -asIterator

    -
    -public static java.util.Iterator asIterator(java.util.Enumeration enumeration)
    -
    -
    Gets an iterator that provides an iterator view of the given enumeration. -

    -

    -
    Parameters:
    enumeration - the enumeration to use -
    Returns:
    a new iterator
    -
    -
    -
    - -

    -asIterator

    -
    -public static java.util.Iterator asIterator(java.util.Enumeration enumeration,
    -                                            java.util.Collection removeCollection)
    -
    -
    Gets an iterator that provides an iterator view of the given enumeration - that will remove elements from the specified collection. -

    -

    -
    Parameters:
    enumeration - the enumeration to use
    removeCollection - the collection to remove elements from -
    Returns:
    a new iterator
    -
    -
    -
    - -

    -asEnumeration

    -
    -public static java.util.Enumeration asEnumeration(java.util.Iterator iterator)
    -
    -
    Gets an enumeration that wraps an iterator. -

    -

    -
    Parameters:
    iterator - the iterator to use, not null -
    Returns:
    a new enumeration -
    Throws: -
    java.lang.NullPointerException - if iterator is null
    -
    -
    -
    - -

    -toListIterator

    -
    -public static java.util.ListIterator toListIterator(java.util.Iterator iterator)
    -
    + enough times to empty the list, or if the list is empty to start with. +

    +

    +
    Parameters:
    list - the list to iterate over, not null +
    Returns:
    a new looping iterator +
    Throws: +
    java.lang.NullPointerException - if the list is null
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +asIterator

    +
    +public static java.util.Iterator asIterator(java.util.Enumeration enumeration)
    +
    +
    Gets an iterator that provides an iterator view of the given enumeration. +

    +

    +
    Parameters:
    enumeration - the enumeration to use +
    Returns:
    a new iterator
    +
    +
    +
    + +

    +asIterator

    +
    +public static java.util.Iterator asIterator(java.util.Enumeration enumeration,
    +                                            java.util.Collection removeCollection)
    +
    +
    Gets an iterator that provides an iterator view of the given enumeration + that will remove elements from the specified collection. +

    +

    +
    Parameters:
    enumeration - the enumeration to use
    removeCollection - the collection to remove elements from +
    Returns:
    a new iterator
    +
    +
    +
    + +

    +asEnumeration

    +
    +public static java.util.Enumeration asEnumeration(java.util.Iterator iterator)
    +
    +
    Gets an enumeration that wraps an iterator. +

    +

    +
    Parameters:
    iterator - the iterator to use, not null +
    Returns:
    a new enumeration +
    Throws: +
    java.lang.NullPointerException - if iterator is null
    +
    +
    +
    + +

    +toListIterator

    +
    +public static java.util.ListIterator toListIterator(java.util.Iterator iterator)
    +
    Gets a list iterator based on a simple iterator.

    As the wrapped Iterator is traversed, a LinkedList of its values is - cached, permitting all required operations of ListIterator. -

    -

    -
    Parameters:
    iterator - the iterator to use, not null -
    Returns:
    a new iterator -
    Throws: -
    java.lang.NullPointerException - if iterator parameter is null
    -
    -
    -
    - -

    -toArray

    -
    -public static java.lang.Object[] toArray(java.util.Iterator iterator)
    -
    + cached, permitting all required operations of ListIterator. +

    +

    +
    Parameters:
    iterator - the iterator to use, not null +
    Returns:
    a new iterator +
    Throws: +
    java.lang.NullPointerException - if iterator parameter is null
    +
    +
    +
    + +

    +toArray

    +
    +public static java.lang.Object[] toArray(java.util.Iterator iterator)
    +
    Gets an array based on an iterator.

    As the wrapped Iterator is traversed, an ArrayList of its values is - created. At the end, this is converted to an array. -

    -

    -
    Parameters:
    iterator - the iterator to use, not null -
    Returns:
    an array of the iterator contents -
    Throws: -
    java.lang.NullPointerException - if iterator parameter is null
    -
    -
    -
    - -

    -toArray

    -
    -public static java.lang.Object[] toArray(java.util.Iterator iterator,
    -                                         java.lang.Class arrayClass)
    -
    + created. At the end, this is converted to an array. +

    +

    +
    Parameters:
    iterator - the iterator to use, not null +
    Returns:
    an array of the iterator contents +
    Throws: +
    java.lang.NullPointerException - if iterator parameter is null
    +
    +
    +
    + +

    +toArray

    +
    +public static java.lang.Object[] toArray(java.util.Iterator iterator,
    +                                         java.lang.Class arrayClass)
    +
    Gets an array based on an iterator.

    As the wrapped Iterator is traversed, an ArrayList of its values is - created. At the end, this is converted to an array. -

    -

    -
    Parameters:
    iterator - the iterator to use, not null
    arrayClass - the class of array to create -
    Returns:
    an array of the iterator contents -
    Throws: -
    java.lang.NullPointerException - if iterator parameter is null -
    java.lang.NullPointerException - if arrayClass is null -
    java.lang.ClassCastException - if the arrayClass is invalid
    -
    -
    -
    - -

    -toList

    -
    -public static java.util.List toList(java.util.Iterator iterator)
    -
    + created. At the end, this is converted to an array. +

    +

    +
    Parameters:
    iterator - the iterator to use, not null
    arrayClass - the class of array to create +
    Returns:
    an array of the iterator contents +
    Throws: +
    java.lang.NullPointerException - if iterator parameter is null +
    java.lang.NullPointerException - if arrayClass is null +
    java.lang.ClassCastException - if the arrayClass is invalid
    +
    +
    +
    + +

    +toList

    +
    +public static java.util.List toList(java.util.Iterator iterator)
    +
    Gets a list based on an iterator.

    As the wrapped Iterator is traversed, an ArrayList of its values is - created. At the end, the list is returned. -

    -

    -
    Parameters:
    iterator - the iterator to use, not null -
    Returns:
    a list of the iterator contents -
    Throws: -
    java.lang.NullPointerException - if iterator parameter is null
    -
    -
    -
    - -

    -toList

    -
    -public static java.util.List toList(java.util.Iterator iterator,
    -                                    int estimatedSize)
    -
    + created. At the end, the list is returned. +

    +

    +
    Parameters:
    iterator - the iterator to use, not null +
    Returns:
    a list of the iterator contents +
    Throws: +
    java.lang.NullPointerException - if iterator parameter is null
    +
    +
    +
    + +

    +toList

    +
    +public static java.util.List toList(java.util.Iterator iterator,
    +                                    int estimatedSize)
    +
    Gets a list based on an iterator.

    As the wrapped Iterator is traversed, an ArrayList of its values is - created. At the end, the list is returned. -

    -

    -
    Parameters:
    iterator - the iterator to use, not null
    estimatedSize - the initial size of the ArrayList -
    Returns:
    a list of the iterator contents -
    Throws: -
    java.lang.NullPointerException - if iterator parameter is null -
    java.lang.IllegalArgumentException - if the size is less than 1
    -
    -
    -
    - -

    -getIterator

    -
    -public static java.util.Iterator getIterator(java.lang.Object obj)
    -
    + created. At the end, the list is returned. +

    +

    +
    Parameters:
    iterator - the iterator to use, not null
    estimatedSize - the initial size of the ArrayList +
    Returns:
    a list of the iterator contents +
    Throws: +
    java.lang.NullPointerException - if iterator parameter is null +
    java.lang.IllegalArgumentException - if the size is less than 1
    +
    +
    +
    + +

    +getIterator

    +
    +public static java.util.Iterator getIterator(java.lang.Object obj)
    +
    Gets a suitable Iterator for the given object.

    This method can handles objects as follows @@ -1570,74 +1570,74 @@ public static java.util.Iterator getIterator(java.lang.Object obj)array - iterator over array returned

  • object with iterator() public method accessed by reflection
  • object - singleton iterator - -

    -

    -
    Parameters:
    obj - the object to convert to an iterator -
    Returns:
    a suitable iterator, never null
    -
    -
  • - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + +

    +

    +
    Parameters:
    obj - the object to convert to an iterator +
    Returns:
    a suitable iterator, never null
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/KeyValue.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/KeyValue.html index 8971572..3af3780 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/KeyValue.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/KeyValue.html @@ -1,248 +1,248 @@ - - - - - - - -KeyValue (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Interface KeyValue

    -
    -
    All Known Implementing Classes:
    AbstractDualBidiMap.MapEntry, AbstractHashedMap.HashEntry, AbstractKeyValue, AbstractLinkedMap.LinkEntry, AbstractMapEntry, AbstractMapEntryDecorator, AbstractReferenceMap.ReferenceEntry, BeanMap.MyMapEntry, DefaultKeyValue, DefaultMapEntry, DefaultMapEntry, IdentityMap.IdentityEntry, SingletonMap, TiedMapEntry, UnmodifiableMapEntry
    -
    -
    -
    -
    public interface KeyValue
    - - -

    + + + + + + + +KeyValue (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Interface KeyValue

    +
    +
    All Known Implementing Classes:
    AbstractDualBidiMap.MapEntry, AbstractHashedMap.HashEntry, AbstractKeyValue, AbstractLinkedMap.LinkEntry, AbstractMapEntry, AbstractMapEntryDecorator, AbstractReferenceMap.ReferenceEntry, BeanMap.MyMapEntry, DefaultKeyValue, DefaultMapEntry, DefaultMapEntry, IdentityMap.IdentityEntry, SingletonMap, TiedMapEntry, UnmodifiableMapEntry
    +
    +
    +
    +
    public interface KeyValue
    + + +

    Defines a simple key value pair.

    A Map Entry has considerable additional semantics over and above a simple key-value pair. This interface defines the minimum key value, with just the - two get methods. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.ObjectgetKey() - -
    -          Gets the key from the pair.
    - java.lang.ObjectgetValue() - -
    -          Gets the value from the pair.
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -getKey

    -
    -java.lang.Object getKey()
    -
    -
    Gets the key from the pair. -

    -

    - -
    Returns:
    the key
    -
    -
    -
    - -

    -getValue

    -
    -java.lang.Object getValue()
    -
    -
    Gets the value from the pair. -

    -

    - -
    Returns:
    the value
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + two get methods. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.ObjectgetKey() + +
    +          Gets the key from the pair.
    + java.lang.ObjectgetValue() + +
    +          Gets the value from the pair.
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +getKey

    +
    +java.lang.Object getKey()
    +
    +
    Gets the key from the pair. +

    +

    + +
    Returns:
    the key
    +
    +
    +
    + +

    +getValue

    +
    +java.lang.Object getValue()
    +
    +
    Gets the value from the pair. +

    +

    + +
    Returns:
    the value
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/LRUMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/LRUMap.html index 541a52a..4f264d9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/LRUMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/LRUMap.html @@ -1,115 +1,115 @@ - - - - - - - -LRUMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class LRUMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.SequencedHashMap
    -      extended by org.apache.commons.collections.LRUMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable, java.lang.Cloneable, java.util.Map
    -
    -
    -Deprecated. Moved to map subpackage. Due to be removed in v4.0. -

    -

    -
    public class LRUMap
    extends SequencedHashMap
    implements java.io.Externalizable
    - - -

    + + + + + + + +LRUMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class LRUMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.SequencedHashMap
    +      extended by org.apache.commons.collections.LRUMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable, java.lang.Cloneable, java.util.Map
    +
    +
    +Deprecated. Moved to map subpackage. Due to be removed in v4.0. +

    +

    +
    public class LRUMap
    extends SequencedHashMap
    implements java.io.Externalizable
    + + +

    An implementation of a Map which has a maximum size and uses a Least Recently Used algorithm to remove items from the Map when the maximum size is reached and new items are added.

    - +

    A synchronized version can be obtained with: Collections.synchronizedMap( theMapToSynchronize ) @@ -117,413 +117,413 @@ java.lang.Object to this Map. Even concurrent get(Object) operations produce indeterminate behaviour.

    - +

    Unlike the Collections 1.0 version, this version of LRUMap does use a true LRU algorithm. The keys for all gets and puts are moved to the front of the list. LRUMap is now a subclass of SequencedHashMap, and the "LRU" key is now equivalent to LRUMap.getFirst(). -

    -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Strachan, Morgan Delagrange
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
    -Constructor Summary
    LRUMap() - -
    +

    +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Strachan, Morgan Delagrange
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + - - - - -
    +Constructor Summary
    LRUMap() + +
              Deprecated. Default constructor, primarily for the purpose of - de-externalization.
    LRUMap(int i) - -
    -          Deprecated. Create a new LRUMap with a maximum capacity of i.
    -  - - - - - - - - - - - - - - - - - - + + + + +
    -Method Summary
    - java.lang.Objectget(java.lang.Object key) - -
    -          Deprecated. Get the value for a key from the Map.
    - intgetMaximumSize() - -
    -          Deprecated. Getter for property maximumSize.
    -protected  voidprocessRemovedLRU(java.lang.Object key, - java.lang.Object value) - -
    + de-externalization.
    LRUMap(int i) + +
    +          Deprecated. Create a new LRUMap with a maximum capacity of i.
    +  + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    + java.lang.Objectget(java.lang.Object key) + +
    +          Deprecated. Get the value for a key from the Map.
    + intgetMaximumSize() + +
    +          Deprecated. Getter for property maximumSize.
    +protected  voidprocessRemovedLRU(java.lang.Object key, + java.lang.Object value) + +
              Deprecated. Subclasses of LRUMap may hook into this method to provide specialized actions whenever an Object is - automatically removed from the cache.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Deprecated. Removes the key and its Object from the Map.
    - voidreadExternal(java.io.ObjectInput in) - -
    -          Deprecated. Deserializes this map from the given stream.
    -protected  voidremoveLRU() - -
    -          Deprecated. This method is used internally by the class for - finding and removing the LRU Object.
    - voidsetMaximumSize(int maximumSize) - -
    -          Deprecated. Setter for property maximumSize.
    - voidwriteExternal(java.io.ObjectOutput out) - -
    -          Deprecated. Serializes this map to the given stream.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.SequencedHashMap
    clear, clone, containsKey, containsValue, entrySet, equals, get, getFirst, getFirstKey, getFirstValue, getLast, getLastKey, getLastValue, getValue, hashCode, indexOf, isEmpty, iterator, keySet, lastIndexOf, putAll, remove, remove, sequence, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -LRUMap

    -
    -public LRUMap()
    -
    + automatically removed from the cache.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Deprecated. Removes the key and its Object from the Map.
    + voidreadExternal(java.io.ObjectInput in) + +
    +          Deprecated. Deserializes this map from the given stream.
    +protected  voidremoveLRU() + +
    +          Deprecated. This method is used internally by the class for + finding and removing the LRU Object.
    + voidsetMaximumSize(int maximumSize) + +
    +          Deprecated. Setter for property maximumSize.
    + voidwriteExternal(java.io.ObjectOutput out) + +
    +          Deprecated. Serializes this map to the given stream.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.SequencedHashMap
    clear, clone, containsKey, containsValue, entrySet, equals, get, getFirst, getFirstKey, getFirstValue, getLast, getLastKey, getLastValue, getValue, hashCode, indexOf, isEmpty, iterator, keySet, lastIndexOf, putAll, remove, remove, sequence, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +LRUMap

    +
    +public LRUMap()
    +
    Deprecated. 
    Default constructor, primarily for the purpose of de-externalization. This constructors sets a default LRU limit of 100 keys, but this value may be overridden - internally as a result of de-externalization. -

    -

    -
    - -

    -LRUMap

    -
    -public LRUMap(int i)
    -
    + internally as a result of de-externalization. +

    +

    +
    + +

    +LRUMap

    +
    +public LRUMap(int i)
    +
    Deprecated. 
    Create a new LRUMap with a maximum capacity of i. Once i capacity is achieved, subsequent gets - and puts will push keys out of the map. See . -

    -

    -
    Parameters:
    i - Maximum capacity of the LRUMap
    -
    - - - - - - - - -
    -Method Detail
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    + and puts will push keys out of the map. See . +

    +

    +
    Parameters:
    i - Maximum capacity of the LRUMap
    +
    + + + + + + + + +
    +Method Detail
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    Deprecated. 

    Get the value for a key from the Map. The key will be promoted to the Most Recently Used position. Note that get(Object) operations will modify the underlying Collection. Calling get(Object) inside of an iteration over keys, values, etc. is - currently unsupported.

    -

    -

    -
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class SequencedHashMap
    -
    -
    -
    Parameters:
    key - Key to retrieve + currently unsupported.

    +

    +

    +
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class SequencedHashMap
    +
    +
    +
    Parameters:
    key - Key to retrieve
    Returns:
    Returns the value. Returns null if the key has a - null value or if the key has no value.
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    + null value or if the key has no value.
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    Deprecated. 

    Removes the key and its Object from the Map.

    - +

    (Note: this may result in the "Least Recently Used" object being removed from the Map. In that case, the removeLRU() method is called. See javadoc for - removeLRU() for more details.)

    -

    -

    -
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class SequencedHashMap
    -
    -
    -
    Parameters:
    key - Key of the Object to add.
    value - Object to add -
    Returns:
    Former value of the key
    -
    -
    -
    - -

    -removeLRU

    -
    -protected void removeLRU()
    -
    -
    Deprecated. 
    This method is used internally by the class for - finding and removing the LRU Object. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -processRemovedLRU

    -
    -protected void processRemovedLRU(java.lang.Object key,
    -                                 java.lang.Object value)
    -
    + removeLRU() for more details.)

    +

    +

    +
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class SequencedHashMap
    +
    +
    +
    Parameters:
    key - Key of the Object to add.
    value - Object to add +
    Returns:
    Former value of the key
    +
    +
    +
    + +

    +removeLRU

    +
    +protected void removeLRU()
    +
    +
    Deprecated. 
    This method is used internally by the class for + finding and removing the LRU Object. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +processRemovedLRU

    +
    +protected void processRemovedLRU(java.lang.Object key,
    +                                 java.lang.Object value)
    +
    Deprecated. 
    Subclasses of LRUMap may hook into this method to provide specialized actions whenever an Object is automatically removed from the cache. By default, - this method does nothing. -

    -

    -
    -
    -
    -
    Parameters:
    key - key that was removed
    value - value of that key (can be null)
    -
    -
    -
    - -

    -readExternal

    -
    -public void readExternal(java.io.ObjectInput in)
    -                  throws java.io.IOException,
    -                         java.lang.ClassNotFoundException
    -
    -
    Deprecated. 
    Description copied from class: SequencedHashMap
    -
    Deserializes this map from the given stream. -

    -

    -
    Specified by:
    readExternal in interface java.io.Externalizable
    Overrides:
    readExternal in class SequencedHashMap
    -
    -
    -
    Parameters:
    in - the stream to deserialize from -
    Throws: -
    java.io.IOException - if the stream raises it -
    java.lang.ClassNotFoundException - if the stream raises it
    -
    -
    -
    - -

    -writeExternal

    -
    -public void writeExternal(java.io.ObjectOutput out)
    -                   throws java.io.IOException
    -
    -
    Deprecated. 
    Description copied from class: SequencedHashMap
    -
    Serializes this map to the given stream. -

    -

    -
    Specified by:
    writeExternal in interface java.io.Externalizable
    Overrides:
    writeExternal in class SequencedHashMap
    -
    -
    -
    Parameters:
    out - the stream to serialize to -
    Throws: -
    java.io.IOException - if the stream raises it
    -
    -
    -
    - -

    -getMaximumSize

    -
    -public int getMaximumSize()
    -
    -
    Deprecated. 
    Getter for property maximumSize. -

    -

    -
    -
    -
    - -
    Returns:
    Value of property maximumSize.
    -
    -
    -
    - -

    -setMaximumSize

    -
    -public void setMaximumSize(int maximumSize)
    -
    -
    Deprecated. 
    Setter for property maximumSize. -

    -

    -
    -
    -
    -
    Parameters:
    maximumSize - New value of property maximumSize.
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + this method does nothing. +

    +

    +
    +
    +
    +
    Parameters:
    key - key that was removed
    value - value of that key (can be null)
    +
    + +
    + +

    +readExternal

    +
    +public void readExternal(java.io.ObjectInput in)
    +                  throws java.io.IOException,
    +                         java.lang.ClassNotFoundException
    +
    +
    Deprecated. 
    Description copied from class: SequencedHashMap
    +
    Deserializes this map from the given stream. +

    +

    +
    Specified by:
    readExternal in interface java.io.Externalizable
    Overrides:
    readExternal in class SequencedHashMap
    +
    +
    +
    Parameters:
    in - the stream to deserialize from +
    Throws: +
    java.io.IOException - if the stream raises it +
    java.lang.ClassNotFoundException - if the stream raises it
    +
    +
    +
    + +

    +writeExternal

    +
    +public void writeExternal(java.io.ObjectOutput out)
    +                   throws java.io.IOException
    +
    +
    Deprecated. 
    Description copied from class: SequencedHashMap
    +
    Serializes this map to the given stream. +

    +

    +
    Specified by:
    writeExternal in interface java.io.Externalizable
    Overrides:
    writeExternal in class SequencedHashMap
    +
    +
    +
    Parameters:
    out - the stream to serialize to +
    Throws: +
    java.io.IOException - if the stream raises it
    +
    +
    +
    + +

    +getMaximumSize

    +
    +public int getMaximumSize()
    +
    +
    Deprecated. 
    Getter for property maximumSize. +

    +

    +
    +
    +
    + +
    Returns:
    Value of property maximumSize.
    +
    +
    +
    + +

    +setMaximumSize

    +
    +public void setMaximumSize(int maximumSize)
    +
    +
    Deprecated. 
    Setter for property maximumSize. +

    +

    +
    +
    +
    +
    Parameters:
    maximumSize - New value of property maximumSize.
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ListUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ListUtils.html index 045ce38..a6d3be7 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ListUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ListUtils.html @@ -1,387 +1,387 @@ - - - - - - - -ListUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class ListUtils

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.ListUtils
    -
    -
    -
    -
    public class ListUtils
    extends java.lang.Object
    - - -

    -Provides utility methods and decorators for List instances. -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Federico Barbieri, Peter Donald, Paul Jack, Stephen Colebourne, Neil O'Toole, Matthew Hawthorne
    -
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static java.util.ListEMPTY_LIST - -
    -          An empty unmodifiable list.
    -  - - - - - - - - - - -
    -Constructor Summary
    ListUtils() - -
    -          ListUtils should not normally be instantiated.
    -  - - - - - - - - - - - - - - - - - - + + + + + +
    -Method Summary
    -static java.util.ListfixedSizeList(java.util.List list) - -
    -          Returns a fixed-sized list backed by the given list.
    -static inthashCodeForList(java.util.Collection list) - -
    -          Generates a hash code using the algorithm specified in - List.hashCode().
    -static java.util.Listintersection(java.util.List list1, - java.util.List list2) - -
    + + + + + + + +ListUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections +
    +Class ListUtils

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.ListUtils
    +
    +
    +
    +
    public class ListUtils
    extends java.lang.Object
    + + +

    +Provides utility methods and decorators for List instances. +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Federico Barbieri, Peter Donald, Paul Jack, Stephen Colebourne, Neil O'Toole, Matthew Hawthorne
    +
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static java.util.ListEMPTY_LIST + +
    +          An empty unmodifiable list.
    +  + + + + + + + + + + +
    +Constructor Summary
    ListUtils() + +
    +          ListUtils should not normally be instantiated.
    +  + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - -
    +Method Summary
    +static java.util.ListfixedSizeList(java.util.List list) + +
    +          Returns a fixed-sized list backed by the given list.
    +static inthashCodeForList(java.util.Collection list) + +
    +          Generates a hash code using the algorithm specified in + List.hashCode().
    +static java.util.Listintersection(java.util.List list1, + java.util.List list2) + +
              Returns a new list containing all elements that are contained in - both given lists.
    -static booleanisEqualList(java.util.Collection list1, - java.util.Collection list2) - -
    + both given lists.
    +static booleanisEqualList(java.util.Collection list1, + java.util.Collection list2) + +
              Tests two lists for value-equality as per the equality contract in - List.equals(java.lang.Object).
    -static java.util.ListlazyList(java.util.List list, - Factory factory) - -
    -          Returns a "lazy" list whose elements will be created on demand.
    -static java.util.ListpredicatedList(java.util.List list, - Predicate predicate) - -
    -          Returns a predicated (validating) list backed by the given list.
    -static java.util.ListremoveAll(java.util.Collection collection, - java.util.Collection remove) - -
    -          Removes the elements in remove from collection.
    -static java.util.ListretainAll(java.util.Collection collection, - java.util.Collection retain) - -
    + List.equals(java.lang.Object).
    +static java.util.ListlazyList(java.util.List list, + Factory factory) + +
    +          Returns a "lazy" list whose elements will be created on demand.
    +static java.util.ListpredicatedList(java.util.List list, + Predicate predicate) + +
    +          Returns a predicated (validating) list backed by the given list.
    +static java.util.ListremoveAll(java.util.Collection collection, + java.util.Collection remove) + +
    +          Removes the elements in remove from collection.
    +static java.util.ListretainAll(java.util.Collection collection, + java.util.Collection retain) + +
              Returns a List containing all the elements in collection - that are also in retain.
    -static java.util.Listsubtract(java.util.List list1, - java.util.List list2) - -
    + that are also in retain.
    +static java.util.Listsubtract(java.util.List list1, + java.util.List list2) + +
              Subtracts all elements in the second list from the first list, - placing the results in a new list.
    -static java.util.Listsum(java.util.List list1, - java.util.List list2) - -
    -          Returns the sum of the given lists.
    -static java.util.ListsynchronizedList(java.util.List list) - -
    -          Returns a synchronized list backed by the given list.
    -static java.util.ListtransformedList(java.util.List list, - Transformer transformer) - -
    -          Returns a transformed list backed by the given list.
    -static java.util.ListtypedList(java.util.List list, - java.lang.Class type) - -
    -          Returns a typed list backed by the given list.
    -static java.util.Listunion(java.util.List list1, - java.util.List list2) - -
    + placing the results in a new list.
    +static java.util.Listsum(java.util.List list1, + java.util.List list2) + +
    +          Returns the sum of the given lists.
    +static java.util.ListsynchronizedList(java.util.List list) + +
    +          Returns a synchronized list backed by the given list.
    +static java.util.ListtransformedList(java.util.List list, + Transformer transformer) + +
    +          Returns a transformed list backed by the given list.
    +static java.util.ListtypedList(java.util.List list, + java.lang.Class type) + +
    +          Returns a typed list backed by the given list.
    +static java.util.Listunion(java.util.List list1, + java.util.List list2) + +
              Returns a new list containing the second list appended to the - first list.
    -static java.util.ListunmodifiableList(java.util.List list) - -
    -          Returns an unmodifiable list backed by the given list.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -EMPTY_LIST

    -
    -public static final java.util.List EMPTY_LIST
    -
    + first list.
    +static java.util.ListunmodifiableList(java.util.List list) + +
    +          Returns an unmodifiable list backed by the given list.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +EMPTY_LIST

    +
    +public static final java.util.List EMPTY_LIST
    +
    An empty unmodifiable list. - This uses the Collections implementation - and is provided for completeness. -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -ListUtils

    -
    -public ListUtils()
    -
    -
    ListUtils should not normally be instantiated. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -intersection

    -
    -public static java.util.List intersection(java.util.List list1,
    -                                          java.util.List list2)
    -
    + This uses the Collections implementation + and is provided for completeness. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ListUtils

    +
    +public ListUtils()
    +
    +
    ListUtils should not normally be instantiated. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +intersection

    +
    +public static java.util.List intersection(java.util.List list1,
    +                                          java.util.List list2)
    +
    Returns a new list containing all elements that are contained in - both given lists. -

    -

    -
    Parameters:
    list1 - the first list
    list2 - the second list -
    Returns:
    the intersection of those two lists -
    Throws: -
    java.lang.NullPointerException - if either list is null
    -
    -
    -
    - -

    -subtract

    -
    -public static java.util.List subtract(java.util.List list1,
    -                                      java.util.List list2)
    -
    + both given lists. +

    +

    +
    Parameters:
    list1 - the first list
    list2 - the second list +
    Returns:
    the intersection of those two lists +
    Throws: +
    java.lang.NullPointerException - if either list is null
    +
    +
    +
    + +

    +subtract

    +
    +public static java.util.List subtract(java.util.List list1,
    +                                      java.util.List list2)
    +
    Subtracts all elements in the second list from the first list, placing the results in a new list.

    @@ -389,60 +389,60 @@ public static java.util.List subtract(java.util.List list1, cardinality is respected; if list1 contains two occurrences of null and list2 only contains one occurrence, then the returned list will still contain - one occurrence. -

    -

    -
    Parameters:
    list1 - the list to subtract from
    list2 - the list to subtract -
    Returns:
    a new list containing the results -
    Throws: -
    java.lang.NullPointerException - if either list is null
    -
    -
    -
    - -

    -sum

    -
    -public static java.util.List sum(java.util.List list1,
    -                                 java.util.List list2)
    -
    + one occurrence. +

    +

    +
    Parameters:
    list1 - the list to subtract from
    list2 - the list to subtract +
    Returns:
    a new list containing the results +
    Throws: +
    java.lang.NullPointerException - if either list is null
    +
    +
    +
    + +

    +sum

    +
    +public static java.util.List sum(java.util.List list1,
    +                                 java.util.List list2)
    +
    Returns the sum of the given lists. This is their intersection - subtracted from their union. -

    -

    -
    Parameters:
    list1 - the first list
    list2 - the second list -
    Returns:
    a new list containing the sum of those lists -
    Throws: -
    java.lang.NullPointerException - if either list is null
    -
    -
    -
    - -

    -union

    -
    -public static java.util.List union(java.util.List list1,
    -                                   java.util.List list2)
    -
    + subtracted from their union. +

    +

    +
    Parameters:
    list1 - the first list
    list2 - the second list +
    Returns:
    a new list containing the sum of those lists +
    Throws: +
    java.lang.NullPointerException - if either list is null
    +
    +
    +
    + +

    +union

    +
    +public static java.util.List union(java.util.List list1,
    +                                   java.util.List list2)
    +
    Returns a new list containing the second list appended to the first list. The List.addAll(Collection) operation is - used to append the two given lists into a new list. -

    -

    -
    Parameters:
    list1 - the first list
    list2 - the second list -
    Returns:
    a new list containing the union of those lists -
    Throws: -
    java.lang.NullPointerException - if either list is null
    -
    -
    -
    - -

    -isEqualList

    -
    -public static boolean isEqualList(java.util.Collection list1,
    -                                  java.util.Collection list2)
    -
    + used to append the two given lists into a new list. +

    +

    +
    Parameters:
    list1 - the first list
    list2 - the second list +
    Returns:
    a new list containing the union of those lists +
    Throws: +
    java.lang.NullPointerException - if either list is null
    +
    +
    +
    + +

    +isEqualList

    +
    +public static boolean isEqualList(java.util.Collection list1,
    +                                  java.util.Collection list2)
    +
    Tests two lists for value-equality as per the equality contract in List.equals(java.lang.Object).

    @@ -464,95 +464,95 @@ public static boolean isEqualList(java.util.Collection list1, Note: The behaviour of this method is undefined if the lists are - modified during the equals comparison. -

    -

    -
    Parameters:
    list1 - the first list, may be null
    list2 - the second list, may be null -
    Returns:
    whether the lists are equal by value comparison
    See Also:
    List
    -
    -
    -
    - -

    -hashCodeForList

    -
    -public static int hashCodeForList(java.util.Collection list)
    -
    -
    Generates a hash code using the algorithm specified in + modified during the equals comparison. +

    +

    +
    Parameters:
    list1 - the first list, may be null
    list2 - the second list, may be null +
    Returns:
    whether the lists are equal by value comparison
    See Also:
    List
    +
    +
    +
    + +

    +hashCodeForList

    +
    +public static int hashCodeForList(java.util.Collection list)
    +
    +
    Generates a hash code using the algorithm specified in List.hashCode().

    This method is useful for implementing List when you cannot extend AbstractList. The method takes Collection instances to enable other - collection types to use the List implementation algorithm. -

    -

    -
    Parameters:
    list - the list to generate the hashCode for, may be null -
    Returns:
    the hash code
    See Also:
    List.hashCode()
    -
    -
    -
    - -

    -retainAll

    -
    -public static java.util.List retainAll(java.util.Collection collection,
    -                                       java.util.Collection retain)
    -
    + collection types to use the List implementation algorithm. +

    +

    +
    Parameters:
    list - the list to generate the hashCode for, may be null +
    Returns:
    the hash code
    See Also:
    List.hashCode()
    +
    +
    +
    + +

    +retainAll

    +
    +public static java.util.List retainAll(java.util.Collection collection,
    +                                       java.util.Collection retain)
    +
    Returns a List containing all the elements in collection that are also in retain. The cardinality of an element e in the returned list is the same as the cardinality of e in collection unless retain does not contain e, in which case the cardinality is zero. This method is useful if you do not wish to modify - the collection c and thus cannot call collection.retainAll(retain);. -

    -

    -
    Parameters:
    collection - the collection whose contents are the target of the #retailAll operation
    retain - the collection containing the elements to be retained in the returned collection + the collection c and thus cannot call collection.retainAll(retain);. +

    +

    +
    Parameters:
    collection - the collection whose contents are the target of the #retailAll operation
    retain - the collection containing the elements to be retained in the returned collection
    Returns:
    a List containing all the elements of c - that occur at least once in retain. -
    Throws: -
    java.lang.NullPointerException - if either parameter is null
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -removeAll

    -
    -public static java.util.List removeAll(java.util.Collection collection,
    -                                       java.util.Collection remove)
    -
    + that occur at least once in retain. +
    Throws: +
    java.lang.NullPointerException - if either parameter is null
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +removeAll

    +
    +public static java.util.List removeAll(java.util.Collection collection,
    +                                       java.util.Collection remove)
    +
    Removes the elements in remove from collection. That is, this method returns a list containing all the elements in c that are not in remove. The cardinality of an element e in the returned collection is the same as the cardinality of e in collection unless remove contains e, in which case the cardinality is zero. This method is useful if you do not wish to modify - collection and thus cannot call collection.removeAll(remove);. -

    -

    -
    Parameters:
    collection - the collection from which items are removed (in the returned collection)
    remove - the items to be removed from the returned collection + collection and thus cannot call collection.removeAll(remove);. +

    +

    +
    Parameters:
    collection - the collection from which items are removed (in the returned collection)
    remove - the items to be removed from the returned collection
    Returns:
    a List containing all the elements of c except - any elements that also occur in remove. -
    Throws: -
    java.lang.NullPointerException - if either parameter is null
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -synchronizedList

    -
    -public static java.util.List synchronizedList(java.util.List list)
    -
    + any elements that also occur in remove. +
    Throws: +
    java.lang.NullPointerException - if either parameter is null
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +synchronizedList

    +
    +public static java.util.List synchronizedList(java.util.List list)
    +
    Returns a synchronized list backed by the given list.

    - You must manually synchronize on the returned buffer's iterator to + You must manually synchronize on the returned buffer's iterator to avoid non-deterministic behavior: - +

      List list = ListUtils.synchronizedList(myList);
      synchronized (list) {
    @@ -562,102 +562,102 @@ public static java.util.List synchronizedList(java.util.List list)
    - 
    - This method uses the implementation in the decorators subpackage.
    -

    -

    -
    Parameters:
    list - the list to synchronize, must not be null -
    Returns:
    a synchronized list backed by the given list -
    Throws: -
    java.lang.IllegalArgumentException - if the list is null
    -
    -
    -
    - -

    -unmodifiableList

    -
    -public static java.util.List unmodifiableList(java.util.List list)
    -
    + + This method uses the implementation in the decorators subpackage. +

    +

    +
    Parameters:
    list - the list to synchronize, must not be null +
    Returns:
    a synchronized list backed by the given list +
    Throws: +
    java.lang.IllegalArgumentException - if the list is null
    +
    +
    +
    + +

    +unmodifiableList

    +
    +public static java.util.List unmodifiableList(java.util.List list)
    +
    Returns an unmodifiable list backed by the given list.

    - This method uses the implementation in the decorators subpackage. -

    -

    -
    Parameters:
    list - the list to make unmodifiable, must not be null -
    Returns:
    an unmodifiable list backed by the given list -
    Throws: -
    java.lang.IllegalArgumentException - if the list is null
    -
    -
    -
    - -

    -predicatedList

    -
    -public static java.util.List predicatedList(java.util.List list,
    -                                            Predicate predicate)
    -
    + This method uses the implementation in the decorators subpackage. +

    +

    +
    Parameters:
    list - the list to make unmodifiable, must not be null +
    Returns:
    an unmodifiable list backed by the given list +
    Throws: +
    java.lang.IllegalArgumentException - if the list is null
    +
    +
    +
    + +

    +predicatedList

    +
    +public static java.util.List predicatedList(java.util.List list,
    +                                            Predicate predicate)
    +
    Returns a predicated (validating) list backed by the given list.

    Only objects that pass the test in the given predicate can be added to the list. Trying to add an invalid object results in an IllegalArgumentException. It is important not to use the original list after invoking this method, - as it is a backdoor for adding invalid objects. -

    -

    -
    Parameters:
    list - the list to predicate, must not be null
    predicate - the predicate for the list, must not be null -
    Returns:
    a predicated list backed by the given list -
    Throws: -
    java.lang.IllegalArgumentException - if the List or Predicate is null
    -
    -
    -
    - -

    -typedList

    -
    -public static java.util.List typedList(java.util.List list,
    -                                       java.lang.Class type)
    -
    + as it is a backdoor for adding invalid objects. +

    +

    +
    Parameters:
    list - the list to predicate, must not be null
    predicate - the predicate for the list, must not be null +
    Returns:
    a predicated list backed by the given list +
    Throws: +
    java.lang.IllegalArgumentException - if the List or Predicate is null
    +
    +
    +
    + +

    +typedList

    +
    +public static java.util.List typedList(java.util.List list,
    +                                       java.lang.Class type)
    +
    Returns a typed list backed by the given list.

    - Only objects of the specified type can be added to the list. -

    -

    -
    Parameters:
    list - the list to limit to a specific type, must not be null
    type - the type of objects which may be added to the list -
    Returns:
    a typed list backed by the specified list
    -
    -
    -
    - -

    -transformedList

    -
    -public static java.util.List transformedList(java.util.List list,
    -                                             Transformer transformer)
    -
    + Only objects of the specified type can be added to the list. +

    +

    +
    Parameters:
    list - the list to limit to a specific type, must not be null
    type - the type of objects which may be added to the list +
    Returns:
    a typed list backed by the specified list
    +
    +
    +
    + +

    +transformedList

    +
    +public static java.util.List transformedList(java.util.List list,
    +                                             Transformer transformer)
    +
    Returns a transformed list backed by the given list.

    Each object is passed through the transformer as it is added to the - List. It is important not to use the original list after invoking this - method, as it is a backdoor for adding untransformed objects. -

    -

    -
    Parameters:
    list - the list to predicate, must not be null
    transformer - the transformer for the list, must not be null -
    Returns:
    a transformed list backed by the given list -
    Throws: -
    java.lang.IllegalArgumentException - if the List or Transformer is null
    -
    -
    -
    - -

    -lazyList

    -
    -public static java.util.List lazyList(java.util.List list,
    -                                      Factory factory)
    -
    + List. It is important not to use the original list after invoking this + method, as it is a backdoor for adding untransformed objects. +

    +

    +
    Parameters:
    list - the list to predicate, must not be null
    transformer - the transformer for the list, must not be null +
    Returns:
    a transformed list backed by the given list +
    Throws: +
    java.lang.IllegalArgumentException - if the List or Transformer is null
    +
    +
    +
    + +

    +lazyList

    +
    +public static java.util.List lazyList(java.util.List list,
    +                                      Factory factory)
    +
    Returns a "lazy" list whose elements will be created on demand.

    When the index passed to the returned list's get @@ -678,96 +678,96 @@ public static java.util.List lazyList(java.util.List list, After the above code is executed, obj will contain a new Date instance. Furthermore, that Date - instance is the fourth element in the list. The first, second, - and third element are all set to null. -

    -

    -
    Parameters:
    list - the list to make lazy, must not be null
    factory - the factory for creating new objects, must not be null -
    Returns:
    a lazy list backed by the given list -
    Throws: -
    java.lang.IllegalArgumentException - if the List or Factory is null
    -
    -
    -
    - -

    -fixedSizeList

    -
    -public static java.util.List fixedSizeList(java.util.List list)
    -
    + instance is the fourth element in the list. The first, second, + and third element are all set to null. +

    +

    +
    Parameters:
    list - the list to make lazy, must not be null
    factory - the factory for creating new objects, must not be null +
    Returns:
    a lazy list backed by the given list +
    Throws: +
    java.lang.IllegalArgumentException - if the List or Factory is null
    +
    +
    +
    + +

    +fixedSizeList

    +
    +public static java.util.List fixedSizeList(java.util.List list)
    +
    Returns a fixed-sized list backed by the given list. - Elements may not be added or removed from the returned list, but - existing elements can be changed (for instance, via the - List.set(int,Object) method). -

    -

    -
    Parameters:
    list - the list whose size to fix, must not be null -
    Returns:
    a fixed-size list backed by that list -
    Throws: -
    java.lang.IllegalArgumentException - if the List is null
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Elements may not be added or removed from the returned list, but + existing elements can be changed (for instance, via the + List.set(int,Object) method). +

    +

    +
    Parameters:
    list - the list whose size to fix, must not be null +
    Returns:
    a fixed-size list backed by that list +
    Throws: +
    java.lang.IllegalArgumentException - if the List is null
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/MapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/MapIterator.html index 5007fab..3ca9fed 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/MapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/MapIterator.html @@ -1,109 +1,109 @@ - - - - - - - -MapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Interface MapIterator

    -
    -
    All Superinterfaces:
    java.util.Iterator
    -
    -
    -
    All Known Subinterfaces:
    OrderedMapIterator
    -
    -
    -
    All Known Implementing Classes:
    AbstractDualBidiMap.BidiMapIterator, AbstractHashedMap.HashMapIterator, AbstractLinkedMap.LinkMapIterator, AbstractMapIteratorDecorator, AbstractOrderedMapIteratorDecorator, DualTreeBidiMap.BidiOrderedMapIterator, EmptyMapIterator, EmptyOrderedMapIterator, EntrySetMapIterator, UnmodifiableMapIterator, UnmodifiableOrderedMapIterator
    -
    -
    -
    -
    public interface MapIterator
    extends java.util.Iterator
    - - -

    + + + + + + + +MapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Interface MapIterator

    +
    +
    All Superinterfaces:
    java.util.Iterator
    +
    +
    +
    All Known Subinterfaces:
    OrderedMapIterator
    +
    +
    +
    All Known Implementing Classes:
    AbstractDualBidiMap.BidiMapIterator, AbstractHashedMap.HashMapIterator, AbstractLinkedMap.LinkMapIterator, AbstractMapIteratorDecorator, AbstractOrderedMapIteratorDecorator, DualTreeBidiMap.BidiOrderedMapIterator, EmptyMapIterator, EmptyOrderedMapIterator, EntrySetMapIterator, UnmodifiableMapIterator, UnmodifiableOrderedMapIterator
    +
    +
    +
    +
    public interface MapIterator
    extends java.util.Iterator
    + + +

    Defines an iterator that operates over a Map.

    This iterator is a special version designed for maps. It can be more @@ -123,274 +123,274 @@ Defines an iterator that operates over a Map. Object value = it.getValue(); it.setValue(newValue); } - -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    -Method Summary
    - java.lang.ObjectgetKey() - -
    + +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - -
    +Method Summary
    + java.lang.ObjectgetKey() + +
              Gets the current key, which is the key returned by the last call - to next().
    - java.lang.ObjectgetValue() - -
    + to next().
    + java.lang.ObjectgetValue() + +
              Gets the current value, which is the value associated with the last key - returned by next().
    - booleanhasNext() - -
    -          Checks to see if there are more entries still to be iterated.
    - java.lang.Objectnext() - -
    -          Gets the next key from the Map.
    - voidremove() - -
    -          Removes the last returned key from the underlying Map (optional operation).
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -          Sets the value associated with the current key (optional operation).
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -boolean hasNext()
    -
    -
    Checks to see if there are more entries still to be iterated. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    -
    -
    - -
    Returns:
    true if the iterator has more elements
    -
    -
    -
    - -

    -next

    -
    -java.lang.Object next()
    -
    -
    Gets the next key from the Map. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    -
    -
    - -
    Returns:
    the next key in the iteration -
    Throws: -
    java.util.NoSuchElementException - if the iteration is finished
    -
    -
    -
    - -

    -getKey

    -
    -java.lang.Object getKey()
    -
    + returned by next().
    + booleanhasNext() + +
    +          Checks to see if there are more entries still to be iterated.
    + java.lang.Objectnext() + +
    +          Gets the next key from the Map.
    + voidremove() + +
    +          Removes the last returned key from the underlying Map (optional operation).
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +          Sets the value associated with the current key (optional operation).
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +boolean hasNext()
    +
    +
    Checks to see if there are more entries still to be iterated. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    +
    +
    + +
    Returns:
    true if the iterator has more elements
    +
    +
    +
    + +

    +next

    +
    +java.lang.Object next()
    +
    +
    Gets the next key from the Map. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    +
    +
    + +
    Returns:
    the next key in the iteration +
    Throws: +
    java.util.NoSuchElementException - if the iteration is finished
    +
    +
    +
    + +

    +getKey

    +
    +java.lang.Object getKey()
    +
    Gets the current key, which is the key returned by the last call - to next(). -

    -

    -
    -
    -
    - -
    Returns:
    the current key -
    Throws: -
    java.lang.IllegalStateException - if next() has not yet been called
    -
    -
    -
    - -

    -getValue

    -
    -java.lang.Object getValue()
    -
    + to next(). +

    +

    +
    +
    +
    + +
    Returns:
    the current key +
    Throws: +
    java.lang.IllegalStateException - if next() has not yet been called
    +
    +
    +
    + +

    +getValue

    +
    +java.lang.Object getValue()
    +
    Gets the current value, which is the value associated with the last key - returned by next(). -

    -

    -
    -
    -
    - -
    Returns:
    the current value -
    Throws: -
    java.lang.IllegalStateException - if next() has not yet been called
    -
    -
    -
    - -

    -remove

    -
    -void remove()
    -
    + returned by next(). +

    +

    +
    +
    +
    + +
    Returns:
    the current value +
    Throws: +
    java.lang.IllegalStateException - if next() has not yet been called
    +
    +
    +
    + +

    +remove

    +
    +void remove()
    +
    Removes the last returned key from the underlying Map (optional operation).

    - This method can be called once per call to next(). -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    -
    -
    - -
    Throws: -
    java.lang.UnsupportedOperationException - if remove is not supported by the map -
    java.lang.IllegalStateException - if next() has not yet been called + This method can be called once per call to next(). +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    +
    +
    + +
    Throws: +
    java.lang.UnsupportedOperationException - if remove is not supported by the map +
    java.lang.IllegalStateException - if next() has not yet been called
    java.lang.IllegalStateException - if remove() has already been called - since the last call to next()
    -
    -
    -
    - -

    -setValue

    -
    -java.lang.Object setValue(java.lang.Object value)
    -
    -
    Sets the value associated with the current key (optional operation). -

    -

    -
    -
    -
    -
    Parameters:
    value - the new value -
    Returns:
    the previous value -
    Throws: -
    java.lang.UnsupportedOperationException - if setValue is not supported by the map -
    java.lang.IllegalStateException - if next() has not yet been called + since the last call to next()
    +
    +
    +
    + +

    +setValue

    +
    +java.lang.Object setValue(java.lang.Object value)
    +
    +
    Sets the value associated with the current key (optional operation). +

    +

    +
    +
    +
    +
    Parameters:
    value - the new value +
    Returns:
    the previous value +
    Throws: +
    java.lang.UnsupportedOperationException - if setValue is not supported by the map +
    java.lang.IllegalStateException - if next() has not yet been called
    java.lang.IllegalStateException - if remove() has been called since the - last call to next()
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + last call to next()
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/MapUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/MapUtils.html index 26ff29a..480d6bd 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/MapUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/MapUtils.html @@ -1,104 +1,104 @@ - - - - - - - -MapUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class MapUtils

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.MapUtils
    -
    -
    -
    -
    public class MapUtils
    extends java.lang.Object
    - - -

    + + + + + + + +MapUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class MapUtils

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.MapUtils
    +
    +
    +
    +
    public class MapUtils
    extends java.lang.Object
    + + +

    Provides utility methods and decorators for Map and SortedMap instances.

    @@ -123,816 +123,816 @@ Provides utility methods and decorators for

  • multiValueMap( Map )
  • multiValueMap( Map, Class )
  • multiValueMap( Map, Factory ) - -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Strachan, Nissim Karpenstein, Kasper Nielsen, Paul Jack, Stephen Colebourne, Matthew Hawthorne, Arun Mammen Thomas, Janek Bogucki, Max Rydahl Andersen, Ashwin S, James Carman, Neil O'Toole
    -
    -
    - -

    - - - - - - - - - - - - - - - -
    -Field Summary
    -static java.util.MapEMPTY_MAP - -
    -          An empty unmodifiable map.
    -static java.util.SortedMapEMPTY_SORTED_MAP - -
    -          An empty unmodifiable sorted map.
    -  - - - - - - - - - - -
    -Constructor Summary
    MapUtils() - -
    -          MapUtils should not normally be instantiated.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    -static voiddebugPrint(java.io.PrintStream out, - java.lang.Object label, - java.util.Map map) - -
    -          Prints the given map with nice line breaks.
    -static java.util.MapfixedSizeMap(java.util.Map map) - -
    -          Returns a fixed-sized map backed by the given map.
    -static java.util.SortedMapfixedSizeSortedMap(java.util.SortedMap map) - -
    -          Returns a fixed-sized sorted map backed by the given sorted map.
    -static java.lang.BooleangetBoolean(java.util.Map map, - java.lang.Object key) - -
    -          Gets a Boolean from a Map in a null-safe manner.
    -static java.lang.BooleangetBoolean(java.util.Map map, - java.lang.Object key, - java.lang.Boolean defaultValue) - -
    + +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Strachan, Nissim Karpenstein, Kasper Nielsen, Paul Jack, Stephen Colebourne, Matthew Hawthorne, Arun Mammen Thomas, Janek Bogucki, Max Rydahl Andersen, Ashwin S, James Carman, Neil O'Toole
    +
    +
    + +

    + + + + + + + + + + + + + + + +
    +Field Summary
    +static java.util.MapEMPTY_MAP + +
    +          An empty unmodifiable map.
    +static java.util.SortedMapEMPTY_SORTED_MAP + +
    +          An empty unmodifiable sorted map.
    +  + + + + + + + + + + +
    +Constructor Summary
    MapUtils() + +
    +          MapUtils should not normally be instantiated.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    +static voiddebugPrint(java.io.PrintStream out, + java.lang.Object label, + java.util.Map map) + +
    +          Prints the given map with nice line breaks.
    +static java.util.MapfixedSizeMap(java.util.Map map) + +
    +          Returns a fixed-sized map backed by the given map.
    +static java.util.SortedMapfixedSizeSortedMap(java.util.SortedMap map) + +
    +          Returns a fixed-sized sorted map backed by the given sorted map.
    +static java.lang.BooleangetBoolean(java.util.Map map, + java.lang.Object key) + +
    +          Gets a Boolean from a Map in a null-safe manner.
    +static java.lang.BooleangetBoolean(java.util.Map map, + java.lang.Object key, + java.lang.Boolean defaultValue) + +
              Looks up the given key in the given map, converting the result into - a boolean, using the default value if the the conversion fails.
    -static booleangetBooleanValue(java.util.Map map, - java.lang.Object key) - -
    -          Gets a boolean from a Map in a null-safe manner.
    -static booleangetBooleanValue(java.util.Map map, - java.lang.Object key, - boolean defaultValue) - -
    + a boolean, using the default value if the the conversion fails.
    +static booleangetBooleanValue(java.util.Map map, + java.lang.Object key) + +
    +          Gets a boolean from a Map in a null-safe manner.
    +static booleangetBooleanValue(java.util.Map map, + java.lang.Object key, + boolean defaultValue) + +
              Gets a boolean from a Map in a null-safe manner, - using the default value if the the conversion fails.
    -static java.lang.BytegetByte(java.util.Map map, - java.lang.Object key) - -
    -          Gets a Byte from a Map in a null-safe manner.
    -static java.lang.BytegetByte(java.util.Map map, - java.lang.Object key, - java.lang.Byte defaultValue) - -
    + using the default value if the the conversion fails.
    +static java.lang.BytegetByte(java.util.Map map, + java.lang.Object key) + +
    +          Gets a Byte from a Map in a null-safe manner.
    +static java.lang.BytegetByte(java.util.Map map, + java.lang.Object key, + java.lang.Byte defaultValue) + +
              Looks up the given key in the given map, converting the result into - a byte, using the default value if the the conversion fails.
    -static bytegetByteValue(java.util.Map map, - java.lang.Object key) - -
    -          Gets a byte from a Map in a null-safe manner.
    -static bytegetByteValue(java.util.Map map, - java.lang.Object key, - byte defaultValue) - -
    + a byte, using the default value if the the conversion fails.
    +static bytegetByteValue(java.util.Map map, + java.lang.Object key) + +
    +          Gets a byte from a Map in a null-safe manner.
    +static bytegetByteValue(java.util.Map map, + java.lang.Object key, + byte defaultValue) + +
              Gets a byte from a Map in a null-safe manner, - using the default value if the the conversion fails.
    -static java.lang.DoublegetDouble(java.util.Map map, - java.lang.Object key) - -
    -          Gets a Double from a Map in a null-safe manner.
    -static java.lang.DoublegetDouble(java.util.Map map, - java.lang.Object key, - java.lang.Double defaultValue) - -
    + using the default value if the the conversion fails.
    +static java.lang.DoublegetDouble(java.util.Map map, + java.lang.Object key) + +
    +          Gets a Double from a Map in a null-safe manner.
    +static java.lang.DoublegetDouble(java.util.Map map, + java.lang.Object key, + java.lang.Double defaultValue) + +
              Looks up the given key in the given map, converting the result into - a double, using the default value if the the conversion fails.
    -static doublegetDoubleValue(java.util.Map map, - java.lang.Object key) - -
    -          Gets a double from a Map in a null-safe manner.
    -static doublegetDoubleValue(java.util.Map map, - java.lang.Object key, - double defaultValue) - -
    + a double, using the default value if the the conversion fails.
    +static doublegetDoubleValue(java.util.Map map, + java.lang.Object key) + +
    +          Gets a double from a Map in a null-safe manner.
    +static doublegetDoubleValue(java.util.Map map, + java.lang.Object key, + double defaultValue) + +
              Gets a double from a Map in a null-safe manner, - using the default value if the the conversion fails.
    -static java.lang.FloatgetFloat(java.util.Map map, - java.lang.Object key) - -
    -          Gets a Float from a Map in a null-safe manner.
    -static java.lang.FloatgetFloat(java.util.Map map, - java.lang.Object key, - java.lang.Float defaultValue) - -
    + using the default value if the the conversion fails.
    +static java.lang.FloatgetFloat(java.util.Map map, + java.lang.Object key) + +
    +          Gets a Float from a Map in a null-safe manner.
    +static java.lang.FloatgetFloat(java.util.Map map, + java.lang.Object key, + java.lang.Float defaultValue) + +
              Looks up the given key in the given map, converting the result into - a float, using the default value if the the conversion fails.
    -static floatgetFloatValue(java.util.Map map, - java.lang.Object key) - -
    -          Gets a float from a Map in a null-safe manner.
    -static floatgetFloatValue(java.util.Map map, - java.lang.Object key, - float defaultValue) - -
    + a float, using the default value if the the conversion fails.
    +static floatgetFloatValue(java.util.Map map, + java.lang.Object key) + +
    +          Gets a float from a Map in a null-safe manner.
    +static floatgetFloatValue(java.util.Map map, + java.lang.Object key, + float defaultValue) + +
              Gets a float from a Map in a null-safe manner, - using the default value if the the conversion fails.
    -static java.lang.IntegergetInteger(java.util.Map map, - java.lang.Object key) - -
    -          Gets a Integer from a Map in a null-safe manner.
    -static java.lang.IntegergetInteger(java.util.Map map, - java.lang.Object key, - java.lang.Integer defaultValue) - -
    + using the default value if the the conversion fails.
    +static java.lang.IntegergetInteger(java.util.Map map, + java.lang.Object key) + +
    +          Gets a Integer from a Map in a null-safe manner.
    +static java.lang.IntegergetInteger(java.util.Map map, + java.lang.Object key, + java.lang.Integer defaultValue) + +
              Looks up the given key in the given map, converting the result into - an integer, using the default value if the the conversion fails.
    -static intgetIntValue(java.util.Map map, - java.lang.Object key) - -
    -          Gets an int from a Map in a null-safe manner.
    -static intgetIntValue(java.util.Map map, - java.lang.Object key, - int defaultValue) - -
    + an integer, using the default value if the the conversion fails.
    +static intgetIntValue(java.util.Map map, + java.lang.Object key) + +
    +          Gets an int from a Map in a null-safe manner.
    +static intgetIntValue(java.util.Map map, + java.lang.Object key, + int defaultValue) + +
              Gets an int from a Map in a null-safe manner, - using the default value if the the conversion fails.
    -static java.lang.LonggetLong(java.util.Map map, - java.lang.Object key) - -
    -          Gets a Long from a Map in a null-safe manner.
    -static java.lang.LonggetLong(java.util.Map map, - java.lang.Object key, - java.lang.Long defaultValue) - -
    + using the default value if the the conversion fails.
    +static java.lang.LonggetLong(java.util.Map map, + java.lang.Object key) + +
    +          Gets a Long from a Map in a null-safe manner.
    +static java.lang.LonggetLong(java.util.Map map, + java.lang.Object key, + java.lang.Long defaultValue) + +
              Looks up the given key in the given map, converting the result into - a long, using the default value if the the conversion fails.
    -static longgetLongValue(java.util.Map map, - java.lang.Object key) - -
    -          Gets a long from a Map in a null-safe manner.
    -static longgetLongValue(java.util.Map map, - java.lang.Object key, - long defaultValue) - -
    + a long, using the default value if the the conversion fails.
    +static longgetLongValue(java.util.Map map, + java.lang.Object key) + +
    +          Gets a long from a Map in a null-safe manner.
    +static longgetLongValue(java.util.Map map, + java.lang.Object key, + long defaultValue) + +
              Gets a long from a Map in a null-safe manner, - using the default value if the the conversion fails.
    -static java.util.MapgetMap(java.util.Map map, - java.lang.Object key) - -
    -          Gets a Map from a Map in a null-safe manner.
    -static java.util.MapgetMap(java.util.Map map, - java.lang.Object key, - java.util.Map defaultValue) - -
    + using the default value if the the conversion fails.
    +static java.util.MapgetMap(java.util.Map map, + java.lang.Object key) + +
    +          Gets a Map from a Map in a null-safe manner.
    +static java.util.MapgetMap(java.util.Map map, + java.lang.Object key, + java.util.Map defaultValue) + +
              Looks up the given key in the given map, converting the result into - a map, using the default value if the the conversion fails.
    -static java.lang.NumbergetNumber(java.util.Map map, - java.lang.Object key) - -
    -          Gets a Number from a Map in a null-safe manner.
    -static java.lang.NumbergetNumber(java.util.Map map, - java.lang.Object key, - java.lang.Number defaultValue) - -
    + a map, using the default value if the the conversion fails.
    +static java.lang.NumbergetNumber(java.util.Map map, + java.lang.Object key) + +
    +          Gets a Number from a Map in a null-safe manner.
    +static java.lang.NumbergetNumber(java.util.Map map, + java.lang.Object key, + java.lang.Number defaultValue) + +
              Looks up the given key in the given map, converting the result into - a number, using the default value if the the conversion fails.
    -static java.lang.ObjectgetObject(java.util.Map map, - java.lang.Object key) - -
    -          Gets from a Map in a null-safe manner.
    -static java.lang.ObjectgetObject(java.util.Map map, - java.lang.Object key, - java.lang.Object defaultValue) - -
    + a number, using the default value if the the conversion fails.
    +static java.lang.ObjectgetObject(java.util.Map map, + java.lang.Object key) + +
    +          Gets from a Map in a null-safe manner.
    +static java.lang.ObjectgetObject(java.util.Map map, + java.lang.Object key, + java.lang.Object defaultValue) + +
              Looks up the given key in the given map, converting null into the - given default value.
    -static java.lang.ShortgetShort(java.util.Map map, - java.lang.Object key) - -
    -          Gets a Short from a Map in a null-safe manner.
    -static java.lang.ShortgetShort(java.util.Map map, - java.lang.Object key, - java.lang.Short defaultValue) - -
    + given default value.
    +static java.lang.ShortgetShort(java.util.Map map, + java.lang.Object key) + +
    +          Gets a Short from a Map in a null-safe manner.
    +static java.lang.ShortgetShort(java.util.Map map, + java.lang.Object key, + java.lang.Short defaultValue) + +
              Looks up the given key in the given map, converting the result into - a short, using the default value if the the conversion fails.
    -static shortgetShortValue(java.util.Map map, - java.lang.Object key) - -
    -          Gets a short from a Map in a null-safe manner.
    -static shortgetShortValue(java.util.Map map, - java.lang.Object key, - short defaultValue) - -
    + a short, using the default value if the the conversion fails.
    +static shortgetShortValue(java.util.Map map, + java.lang.Object key) + +
    +          Gets a short from a Map in a null-safe manner.
    +static shortgetShortValue(java.util.Map map, + java.lang.Object key, + short defaultValue) + +
              Gets a short from a Map in a null-safe manner, - using the default value if the the conversion fails.
    -static java.lang.StringgetString(java.util.Map map, - java.lang.Object key) - -
    -          Gets a String from a Map in a null-safe manner.
    -static java.lang.StringgetString(java.util.Map map, - java.lang.Object key, - java.lang.String defaultValue) - -
    + using the default value if the the conversion fails.
    +static java.lang.StringgetString(java.util.Map map, + java.lang.Object key) + +
    +          Gets a String from a Map in a null-safe manner.
    +static java.lang.StringgetString(java.util.Map map, + java.lang.Object key, + java.lang.String defaultValue) + +
              Looks up the given key in the given map, converting the result into - a string, using the default value if the the conversion fails.
    -static java.util.MapinvertMap(java.util.Map map) - -
    + a string, using the default value if the the conversion fails.
    +static java.util.MapinvertMap(java.util.Map map) + +
              Inverts the supplied map returning a new HashMap such that the keys of - the input are swapped with the values.
    -static booleanisEmpty(java.util.Map map) - -
    -          Null-safe check if the specified map is empty.
    -static booleanisNotEmpty(java.util.Map map) - -
    -          Null-safe check if the specified map is not empty.
    -static java.util.MaplazyMap(java.util.Map map, - Factory factory) - -
    -          Returns a "lazy" map whose values will be created on demand.
    -static java.util.MaplazyMap(java.util.Map map, - Transformer transformerFactory) - -
    -          Returns a "lazy" map whose values will be created on demand.
    -static java.util.SortedMaplazySortedMap(java.util.SortedMap map, - Factory factory) - -
    -          Returns a "lazy" sorted map whose values will be created on demand.
    -static java.util.SortedMaplazySortedMap(java.util.SortedMap map, - Transformer transformerFactory) - -
    -          Returns a "lazy" sorted map whose values will be created on demand.
    -protected static voidlogInfo(java.lang.Exception ex) - -
    -          Logs the given exception to System.out.
    -static java.util.MapmultiValueMap(java.util.Map map) - -
    + the input are swapped with the values.
    +static booleanisEmpty(java.util.Map map) + +
    +          Null-safe check if the specified map is empty.
    +static booleanisNotEmpty(java.util.Map map) + +
    +          Null-safe check if the specified map is not empty.
    +static java.util.MaplazyMap(java.util.Map map, + Factory factory) + +
    +          Returns a "lazy" map whose values will be created on demand.
    +static java.util.MaplazyMap(java.util.Map map, + Transformer transformerFactory) + +
    +          Returns a "lazy" map whose values will be created on demand.
    +static java.util.SortedMaplazySortedMap(java.util.SortedMap map, + Factory factory) + +
    +          Returns a "lazy" sorted map whose values will be created on demand.
    +static java.util.SortedMaplazySortedMap(java.util.SortedMap map, + Transformer transformerFactory) + +
    +          Returns a "lazy" sorted map whose values will be created on demand.
    +protected static voidlogInfo(java.lang.Exception ex) + +
    +          Logs the given exception to System.out.
    +static java.util.MapmultiValueMap(java.util.Map map) + +
              Creates a mult-value map backed by the given map which returns - collections of type ArrayList.
    -static java.util.MapmultiValueMap(java.util.Map map, - java.lang.Class collectionClass) - -
    + collections of type ArrayList.
    +static java.util.MapmultiValueMap(java.util.Map map, + java.lang.Class collectionClass) + +
              Creates a multi-value map backed by the given map which returns - collections of the specified type.
    -static java.util.MapmultiValueMap(java.util.Map map, - Factory collectionFactory) - -
    + collections of the specified type.
    +static java.util.MapmultiValueMap(java.util.Map map, + Factory collectionFactory) + +
              Creates a multi-value map backed by the given map which returns - collections created by the specified collection factory.
    -static java.util.MaporderedMap(java.util.Map map) - -
    + collections created by the specified collection factory.
    +static java.util.MaporderedMap(java.util.Map map) + +
              Returns a map that maintains the order of keys that are added - backed by the given map.
    -static java.util.MappredicatedMap(java.util.Map map, - Predicate keyPred, - Predicate valuePred) - -
    -          Returns a predicated (validating) map backed by the given map.
    -static java.util.SortedMappredicatedSortedMap(java.util.SortedMap map, - Predicate keyPred, - Predicate valuePred) - -
    -          Returns a predicated (validating) sorted map backed by the given map.
    -static java.util.MapputAll(java.util.Map map, - java.lang.Object[] array) - -
    -          Puts all the keys and values from the specified array into the map.
    -static voidsafeAddToMap(java.util.Map map, - java.lang.Object key, - java.lang.Object value) - -
    -          Protects against adding null values to a map.
    -static java.util.MapsynchronizedMap(java.util.Map map) - -
    -          Returns a synchronized map backed by the given map.
    -static java.util.MapsynchronizedSortedMap(java.util.SortedMap map) - -
    -          Returns a synchronized sorted map backed by the given sorted map.
    -static java.util.MaptoMap(java.util.ResourceBundle resourceBundle) - -
    -          Creates a new HashMap using data copied from a ResourceBundle.
    -static java.util.PropertiestoProperties(java.util.Map map) - -
    -          Gets a new Properties object initialised with the values from a Map.
    -static java.util.MaptransformedMap(java.util.Map map, - Transformer keyTransformer, - Transformer valueTransformer) - -
    -          Returns a transformed map backed by the given map.
    -static java.util.SortedMaptransformedSortedMap(java.util.SortedMap map, - Transformer keyTransformer, - Transformer valueTransformer) - -
    -          Returns a transformed sorted map backed by the given map.
    -static java.util.MaptypedMap(java.util.Map map, - java.lang.Class keyType, - java.lang.Class valueType) - -
    -          Returns a typed map backed by the given map.
    -static java.util.SortedMaptypedSortedMap(java.util.SortedMap map, - java.lang.Class keyType, - java.lang.Class valueType) - -
    -          Returns a typed sorted map backed by the given map.
    -static java.util.MapunmodifiableMap(java.util.Map map) - -
    -          Returns an unmodifiable map backed by the given map.
    -static java.util.MapunmodifiableSortedMap(java.util.SortedMap map) - -
    -          Returns an unmodifiable sorted map backed by the given sorted map.
    -static voidverbosePrint(java.io.PrintStream out, - java.lang.Object label, - java.util.Map map) - -
    -          Prints the given map with nice line breaks.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -EMPTY_MAP

    -
    -public static final java.util.Map EMPTY_MAP
    -
    + backed by the given map.
    +static java.util.MappredicatedMap(java.util.Map map, + Predicate keyPred, + Predicate valuePred) + +
    +          Returns a predicated (validating) map backed by the given map.
    +static java.util.SortedMappredicatedSortedMap(java.util.SortedMap map, + Predicate keyPred, + Predicate valuePred) + +
    +          Returns a predicated (validating) sorted map backed by the given map.
    +static java.util.MapputAll(java.util.Map map, + java.lang.Object[] array) + +
    +          Puts all the keys and values from the specified array into the map.
    +static voidsafeAddToMap(java.util.Map map, + java.lang.Object key, + java.lang.Object value) + +
    +          Protects against adding null values to a map.
    +static java.util.MapsynchronizedMap(java.util.Map map) + +
    +          Returns a synchronized map backed by the given map.
    +static java.util.MapsynchronizedSortedMap(java.util.SortedMap map) + +
    +          Returns a synchronized sorted map backed by the given sorted map.
    +static java.util.MaptoMap(java.util.ResourceBundle resourceBundle) + +
    +          Creates a new HashMap using data copied from a ResourceBundle.
    +static java.util.PropertiestoProperties(java.util.Map map) + +
    +          Gets a new Properties object initialised with the values from a Map.
    +static java.util.MaptransformedMap(java.util.Map map, + Transformer keyTransformer, + Transformer valueTransformer) + +
    +          Returns a transformed map backed by the given map.
    +static java.util.SortedMaptransformedSortedMap(java.util.SortedMap map, + Transformer keyTransformer, + Transformer valueTransformer) + +
    +          Returns a transformed sorted map backed by the given map.
    +static java.util.MaptypedMap(java.util.Map map, + java.lang.Class keyType, + java.lang.Class valueType) + +
    +          Returns a typed map backed by the given map.
    +static java.util.SortedMaptypedSortedMap(java.util.SortedMap map, + java.lang.Class keyType, + java.lang.Class valueType) + +
    +          Returns a typed sorted map backed by the given map.
    +static java.util.MapunmodifiableMap(java.util.Map map) + +
    +          Returns an unmodifiable map backed by the given map.
    +static java.util.MapunmodifiableSortedMap(java.util.SortedMap map) + +
    +          Returns an unmodifiable sorted map backed by the given sorted map.
    +static voidverbosePrint(java.io.PrintStream out, + java.lang.Object label, + java.util.Map map) + +
    +          Prints the given map with nice line breaks.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +EMPTY_MAP

    +
    +public static final java.util.Map EMPTY_MAP
    +
    An empty unmodifiable map. - This was not provided in JDK1.2. -

    -

    -
    -
    -
    - -

    -EMPTY_SORTED_MAP

    -
    -public static final java.util.SortedMap EMPTY_SORTED_MAP
    -
    + This was not provided in JDK1.2. +

    +

    +
    +
    +
    + +

    +EMPTY_SORTED_MAP

    +
    +public static final java.util.SortedMap EMPTY_SORTED_MAP
    +
    An empty unmodifiable sorted map. - This is not provided in the JDK. -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -MapUtils

    -
    -public MapUtils()
    -
    -
    MapUtils should not normally be instantiated. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -getObject

    -
    -public static java.lang.Object getObject(java.util.Map map,
    -                                         java.lang.Object key)
    -
    -
    Gets from a Map in a null-safe manner. -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map, null if null map input
    -
    -
    -
    - -

    -getString

    -
    -public static java.lang.String getString(java.util.Map map,
    -                                         java.lang.Object key)
    -
    + This is not provided in the JDK. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +MapUtils

    +
    +public MapUtils()
    +
    +
    MapUtils should not normally be instantiated. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +getObject

    +
    +public static java.lang.Object getObject(java.util.Map map,
    +                                         java.lang.Object key)
    +
    +
    Gets from a Map in a null-safe manner. +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map, null if null map input
    +
    +
    +
    + +

    +getString

    +
    +public static java.lang.String getString(java.util.Map map,
    +                                         java.lang.Object key)
    +
    Gets a String from a Map in a null-safe manner.

    - The String is obtained via toString. -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map as a String, null if null map input
    -
    -
    -
    - -

    -getBoolean

    -
    -public static java.lang.Boolean getBoolean(java.util.Map map,
    -                                           java.lang.Object key)
    -
    + The String is obtained via toString. +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map as a String, null if null map input
    +
    +
    +
    + +

    +getBoolean

    +
    +public static java.lang.Boolean getBoolean(java.util.Map map,
    +                                           java.lang.Object key)
    +
    Gets a Boolean from a Map in a null-safe manner.

    If the value is a Boolean it is returned directly. @@ -940,380 +940,380 @@ public static java.lang.Boolean getBoolean(java.util.Map map, then true is returned, otherwise false. If the value is a Number an integer zero value returns false and non-zero returns true. - Otherwise, null is returned. -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map as a Boolean, null if null map input
    -
    -
    -
    - -

    -getNumber

    -
    -public static java.lang.Number getNumber(java.util.Map map,
    -                                         java.lang.Object key)
    -
    + Otherwise, null is returned. +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map as a Boolean, null if null map input
    +
    +
    +
    + +

    +getNumber

    +
    +public static java.lang.Number getNumber(java.util.Map map,
    +                                         java.lang.Object key)
    +
    Gets a Number from a Map in a null-safe manner.

    If the value is a Number it is returned directly. If the value is a String it is converted using NumberFormat.parse(String) on the system default formatter returning null if the conversion fails. - Otherwise, null is returned. -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map as a Number, null if null map input
    -
    -
    -
    - -

    -getByte

    -
    -public static java.lang.Byte getByte(java.util.Map map,
    -                                     java.lang.Object key)
    -
    + Otherwise, null is returned. +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map as a Number, null if null map input
    +
    +
    +
    + +

    +getByte

    +
    +public static java.lang.Byte getByte(java.util.Map map,
    +                                     java.lang.Object key)
    +
    Gets a Byte from a Map in a null-safe manner.

    - The Byte is obtained from the results of getNumber(Map,Object). -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map as a Byte, null if null map input
    -
    -
    -
    - -

    -getShort

    -
    -public static java.lang.Short getShort(java.util.Map map,
    -                                       java.lang.Object key)
    -
    + The Byte is obtained from the results of getNumber(Map,Object). +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map as a Byte, null if null map input
    +
    +
    +
    + +

    +getShort

    +
    +public static java.lang.Short getShort(java.util.Map map,
    +                                       java.lang.Object key)
    +
    Gets a Short from a Map in a null-safe manner.

    - The Short is obtained from the results of getNumber(Map,Object). -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map as a Short, null if null map input
    -
    -
    -
    - -

    -getInteger

    -
    -public static java.lang.Integer getInteger(java.util.Map map,
    -                                           java.lang.Object key)
    -
    + The Short is obtained from the results of getNumber(Map,Object). +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map as a Short, null if null map input
    +
    +
    +
    + +

    +getInteger

    +
    +public static java.lang.Integer getInteger(java.util.Map map,
    +                                           java.lang.Object key)
    +
    Gets a Integer from a Map in a null-safe manner.

    - The Integer is obtained from the results of getNumber(Map,Object). -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map as a Integer, null if null map input
    -
    -
    -
    - -

    -getLong

    -
    -public static java.lang.Long getLong(java.util.Map map,
    -                                     java.lang.Object key)
    -
    + The Integer is obtained from the results of getNumber(Map,Object). +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map as a Integer, null if null map input
    +
    +
    +
    + +

    +getLong

    +
    +public static java.lang.Long getLong(java.util.Map map,
    +                                     java.lang.Object key)
    +
    Gets a Long from a Map in a null-safe manner.

    - The Long is obtained from the results of getNumber(Map,Object). -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map as a Long, null if null map input
    -
    -
    -
    - -

    -getFloat

    -
    -public static java.lang.Float getFloat(java.util.Map map,
    -                                       java.lang.Object key)
    -
    + The Long is obtained from the results of getNumber(Map,Object). +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map as a Long, null if null map input
    +
    +
    +
    + +

    +getFloat

    +
    +public static java.lang.Float getFloat(java.util.Map map,
    +                                       java.lang.Object key)
    +
    Gets a Float from a Map in a null-safe manner.

    - The Float is obtained from the results of getNumber(Map,Object). -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map as a Float, null if null map input
    -
    -
    -
    - -

    -getDouble

    -
    -public static java.lang.Double getDouble(java.util.Map map,
    -                                         java.lang.Object key)
    -
    + The Float is obtained from the results of getNumber(Map,Object). +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map as a Float, null if null map input
    +
    +
    +
    + +

    +getDouble

    +
    +public static java.lang.Double getDouble(java.util.Map map,
    +                                         java.lang.Object key)
    +
    Gets a Double from a Map in a null-safe manner.

    - The Double is obtained from the results of getNumber(Map,Object). -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map as a Double, null if null map input
    -
    -
    -
    - -

    -getMap

    -
    -public static java.util.Map getMap(java.util.Map map,
    -                                   java.lang.Object key)
    -
    + The Double is obtained from the results of getNumber(Map,Object). +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map as a Double, null if null map input
    +
    +
    +
    + +

    +getMap

    +
    +public static java.util.Map getMap(java.util.Map map,
    +                                   java.lang.Object key)
    +
    Gets a Map from a Map in a null-safe manner.

    If the value returned from the specified map is not a Map then - null is returned. -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map as a Map, null if null map input
    -
    -
    -
    - -

    -getObject

    -
    -public static java.lang.Object getObject(java.util.Map map,
    -                                         java.lang.Object key,
    -                                         java.lang.Object defaultValue)
    -
    + null is returned. +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map as a Map, null if null map input
    +
    +
    +
    + +

    +getObject

    +
    +public static java.lang.Object getObject(java.util.Map map,
    +                                         java.lang.Object key,
    +                                         java.lang.Object defaultValue)
    +
    Looks up the given key in the given map, converting null into the - given default value. -

    -

    -
    Parameters:
    map - the map whose value to look up
    key - the key of the value to look up in that map
    defaultValue - what to return if the value is null + given default value. +

    +

    +
    Parameters:
    map - the map whose value to look up
    key - the key of the value to look up in that map
    defaultValue - what to return if the value is null
    Returns:
    the value in the map, or defaultValue if the original value - is null or the map is null
    -
    -
    -
    - -

    -getString

    -
    -public static java.lang.String getString(java.util.Map map,
    -                                         java.lang.Object key,
    -                                         java.lang.String defaultValue)
    -
    + is null or the map is null
    +
    +
    +
    + +

    +getString

    +
    +public static java.lang.String getString(java.util.Map map,
    +                                         java.lang.Object key,
    +                                         java.lang.String defaultValue)
    +
    Looks up the given key in the given map, converting the result into - a string, using the default value if the the conversion fails. -

    -

    + a string, using the default value if the the conversion fails. +

    +

    Parameters:
    map - the map whose value to look up
    key - the key of the value to look up in that map
    defaultValue - what to return if the value is null or if the - conversion fails -
    Returns:
    the value in the map as a string, or defaultValue if the + conversion fails +
    Returns:
    the value in the map as a string, or defaultValue if the original value is null, the map is null or the string conversion - fails
    -
    -
    -
    - -

    -getBoolean

    -
    -public static java.lang.Boolean getBoolean(java.util.Map map,
    -                                           java.lang.Object key,
    -                                           java.lang.Boolean defaultValue)
    -
    + fails
    +
    +
    +
    + +

    +getBoolean

    +
    +public static java.lang.Boolean getBoolean(java.util.Map map,
    +                                           java.lang.Object key,
    +                                           java.lang.Boolean defaultValue)
    +
    Looks up the given key in the given map, converting the result into - a boolean, using the default value if the the conversion fails. -

    -

    + a boolean, using the default value if the the conversion fails. +

    +

    Parameters:
    map - the map whose value to look up
    key - the key of the value to look up in that map
    defaultValue - what to return if the value is null or if the - conversion fails -
    Returns:
    the value in the map as a boolean, or defaultValue if the + conversion fails +
    Returns:
    the value in the map as a boolean, or defaultValue if the original value is null, the map is null or the boolean conversion - fails
    -
    -
    -
    - -

    -getNumber

    -
    -public static java.lang.Number getNumber(java.util.Map map,
    -                                         java.lang.Object key,
    -                                         java.lang.Number defaultValue)
    -
    + fails
    +
    +
    +
    + +

    +getNumber

    +
    +public static java.lang.Number getNumber(java.util.Map map,
    +                                         java.lang.Object key,
    +                                         java.lang.Number defaultValue)
    +
    Looks up the given key in the given map, converting the result into - a number, using the default value if the the conversion fails. -

    -

    + a number, using the default value if the the conversion fails. +

    +

    Parameters:
    map - the map whose value to look up
    key - the key of the value to look up in that map
    defaultValue - what to return if the value is null or if the - conversion fails -
    Returns:
    the value in the map as a number, or defaultValue if the + conversion fails +
    Returns:
    the value in the map as a number, or defaultValue if the original value is null, the map is null or the number conversion - fails
    -
    -
    -
    - -

    -getByte

    -
    -public static java.lang.Byte getByte(java.util.Map map,
    -                                     java.lang.Object key,
    -                                     java.lang.Byte defaultValue)
    -
    + fails
    +
    +
    +
    + +

    +getByte

    +
    +public static java.lang.Byte getByte(java.util.Map map,
    +                                     java.lang.Object key,
    +                                     java.lang.Byte defaultValue)
    +
    Looks up the given key in the given map, converting the result into - a byte, using the default value if the the conversion fails. -

    -

    + a byte, using the default value if the the conversion fails. +

    +

    Parameters:
    map - the map whose value to look up
    key - the key of the value to look up in that map
    defaultValue - what to return if the value is null or if the - conversion fails -
    Returns:
    the value in the map as a number, or defaultValue if the + conversion fails +
    Returns:
    the value in the map as a number, or defaultValue if the original value is null, the map is null or the number conversion - fails
    -
    -
    -
    - -

    -getShort

    -
    -public static java.lang.Short getShort(java.util.Map map,
    -                                       java.lang.Object key,
    -                                       java.lang.Short defaultValue)
    -
    + fails
    +
    +
    +
    + +

    +getShort

    +
    +public static java.lang.Short getShort(java.util.Map map,
    +                                       java.lang.Object key,
    +                                       java.lang.Short defaultValue)
    +
    Looks up the given key in the given map, converting the result into - a short, using the default value if the the conversion fails. -

    -

    + a short, using the default value if the the conversion fails. +

    +

    Parameters:
    map - the map whose value to look up
    key - the key of the value to look up in that map
    defaultValue - what to return if the value is null or if the - conversion fails -
    Returns:
    the value in the map as a number, or defaultValue if the + conversion fails +
    Returns:
    the value in the map as a number, or defaultValue if the original value is null, the map is null or the number conversion - fails
    -
    -
    -
    - -

    -getInteger

    -
    -public static java.lang.Integer getInteger(java.util.Map map,
    -                                           java.lang.Object key,
    -                                           java.lang.Integer defaultValue)
    -
    + fails
    +
    +
    +
    + +

    +getInteger

    +
    +public static java.lang.Integer getInteger(java.util.Map map,
    +                                           java.lang.Object key,
    +                                           java.lang.Integer defaultValue)
    +
    Looks up the given key in the given map, converting the result into - an integer, using the default value if the the conversion fails. -

    -

    + an integer, using the default value if the the conversion fails. +

    +

    Parameters:
    map - the map whose value to look up
    key - the key of the value to look up in that map
    defaultValue - what to return if the value is null or if the - conversion fails -
    Returns:
    the value in the map as a number, or defaultValue if the + conversion fails +
    Returns:
    the value in the map as a number, or defaultValue if the original value is null, the map is null or the number conversion - fails
    -
    -
    -
    - -

    -getLong

    -
    -public static java.lang.Long getLong(java.util.Map map,
    -                                     java.lang.Object key,
    -                                     java.lang.Long defaultValue)
    -
    + fails
    +
    +
    +
    + +

    +getLong

    +
    +public static java.lang.Long getLong(java.util.Map map,
    +                                     java.lang.Object key,
    +                                     java.lang.Long defaultValue)
    +
    Looks up the given key in the given map, converting the result into - a long, using the default value if the the conversion fails. -

    -

    + a long, using the default value if the the conversion fails. +

    +

    Parameters:
    map - the map whose value to look up
    key - the key of the value to look up in that map
    defaultValue - what to return if the value is null or if the - conversion fails -
    Returns:
    the value in the map as a number, or defaultValue if the + conversion fails +
    Returns:
    the value in the map as a number, or defaultValue if the original value is null, the map is null or the number conversion - fails
    -
    -
    -
    - -

    -getFloat

    -
    -public static java.lang.Float getFloat(java.util.Map map,
    -                                       java.lang.Object key,
    -                                       java.lang.Float defaultValue)
    -
    + fails
    +
    +
    +
    + +

    +getFloat

    +
    +public static java.lang.Float getFloat(java.util.Map map,
    +                                       java.lang.Object key,
    +                                       java.lang.Float defaultValue)
    +
    Looks up the given key in the given map, converting the result into - a float, using the default value if the the conversion fails. -

    -

    + a float, using the default value if the the conversion fails. +

    +

    Parameters:
    map - the map whose value to look up
    key - the key of the value to look up in that map
    defaultValue - what to return if the value is null or if the - conversion fails -
    Returns:
    the value in the map as a number, or defaultValue if the + conversion fails +
    Returns:
    the value in the map as a number, or defaultValue if the original value is null, the map is null or the number conversion - fails
    -
    -
    -
    - -

    -getDouble

    -
    -public static java.lang.Double getDouble(java.util.Map map,
    -                                         java.lang.Object key,
    -                                         java.lang.Double defaultValue)
    -
    + fails
    +
    +
    +
    + +

    +getDouble

    +
    +public static java.lang.Double getDouble(java.util.Map map,
    +                                         java.lang.Object key,
    +                                         java.lang.Double defaultValue)
    +
    Looks up the given key in the given map, converting the result into - a double, using the default value if the the conversion fails. -

    -

    + a double, using the default value if the the conversion fails. +

    +

    Parameters:
    map - the map whose value to look up
    key - the key of the value to look up in that map
    defaultValue - what to return if the value is null or if the - conversion fails -
    Returns:
    the value in the map as a number, or defaultValue if the + conversion fails +
    Returns:
    the value in the map as a number, or defaultValue if the original value is null, the map is null or the number conversion - fails
    -
    -
    -
    - -

    -getMap

    -
    -public static java.util.Map getMap(java.util.Map map,
    -                                   java.lang.Object key,
    -                                   java.util.Map defaultValue)
    -
    + fails
    +
    +
    +
    + +

    +getMap

    +
    +public static java.util.Map getMap(java.util.Map map,
    +                                   java.lang.Object key,
    +                                   java.util.Map defaultValue)
    +
    Looks up the given key in the given map, converting the result into - a map, using the default value if the the conversion fails. -

    -

    + a map, using the default value if the the conversion fails. +

    +

    Parameters:
    map - the map whose value to look up
    key - the key of the value to look up in that map
    defaultValue - what to return if the value is null or if the - conversion fails -
    Returns:
    the value in the map as a number, or defaultValue if the + conversion fails +
    Returns:
    the value in the map as a number, or defaultValue if the original value is null, the map is null or the map conversion - fails
    -
    -
    -
    - -

    -getBooleanValue

    -
    -public static boolean getBooleanValue(java.util.Map map,
    -                                      java.lang.Object key)
    -
    + fails
    +
    +
    +
    + +

    +getBooleanValue

    +
    +public static boolean getBooleanValue(java.util.Map map,
    +                                      java.lang.Object key)
    +
    Gets a boolean from a Map in a null-safe manner.

    If the value is a Boolean its value is returned. @@ -1321,124 +1321,124 @@ public static boolean getBooleanValue(java.util.Map map, then true is returned, otherwise false. If the value is a Number an integer zero value returns false and non-zero returns true. - Otherwise, false is returned. -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map as a Boolean, false if null map input
    -
    -
    -
    - -

    -getByteValue

    -
    -public static byte getByteValue(java.util.Map map,
    -                                java.lang.Object key)
    -
    + Otherwise, false is returned. +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map as a Boolean, false if null map input
    +
    +
    +
    + +

    +getByteValue

    +
    +public static byte getByteValue(java.util.Map map,
    +                                java.lang.Object key)
    +
    Gets a byte from a Map in a null-safe manner.

    - The byte is obtained from the results of getNumber(Map,Object). -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map as a byte, 0 if null map input
    -
    -
    -
    - -

    -getShortValue

    -
    -public static short getShortValue(java.util.Map map,
    -                                  java.lang.Object key)
    -
    + The byte is obtained from the results of getNumber(Map,Object). +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map as a byte, 0 if null map input
    +
    +
    +
    + +

    +getShortValue

    +
    +public static short getShortValue(java.util.Map map,
    +                                  java.lang.Object key)
    +
    Gets a short from a Map in a null-safe manner.

    - The short is obtained from the results of getNumber(Map,Object). -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map as a short, 0 if null map input
    -
    -
    -
    - -

    -getIntValue

    -
    -public static int getIntValue(java.util.Map map,
    -                              java.lang.Object key)
    -
    + The short is obtained from the results of getNumber(Map,Object). +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map as a short, 0 if null map input
    +
    +
    +
    + +

    +getIntValue

    +
    +public static int getIntValue(java.util.Map map,
    +                              java.lang.Object key)
    +
    Gets an int from a Map in a null-safe manner.

    - The int is obtained from the results of getNumber(Map,Object). -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map as an int, 0 if null map input
    -
    -
    -
    - -

    -getLongValue

    -
    -public static long getLongValue(java.util.Map map,
    -                                java.lang.Object key)
    -
    + The int is obtained from the results of getNumber(Map,Object). +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map as an int, 0 if null map input
    +
    +
    +
    + +

    +getLongValue

    +
    +public static long getLongValue(java.util.Map map,
    +                                java.lang.Object key)
    +
    Gets a long from a Map in a null-safe manner.

    - The long is obtained from the results of getNumber(Map,Object). -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map as a long, 0L if null map input
    -
    -
    -
    - -

    -getFloatValue

    -
    -public static float getFloatValue(java.util.Map map,
    -                                  java.lang.Object key)
    -
    + The long is obtained from the results of getNumber(Map,Object). +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map as a long, 0L if null map input
    +
    +
    +
    + +

    +getFloatValue

    +
    +public static float getFloatValue(java.util.Map map,
    +                                  java.lang.Object key)
    +
    Gets a float from a Map in a null-safe manner.

    - The float is obtained from the results of getNumber(Map,Object). -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map as a float, 0.0F if null map input
    -
    -
    -
    - -

    -getDoubleValue

    -
    -public static double getDoubleValue(java.util.Map map,
    -                                    java.lang.Object key)
    -
    + The float is obtained from the results of getNumber(Map,Object). +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map as a float, 0.0F if null map input
    +
    +
    +
    + +

    +getDoubleValue

    +
    +public static double getDoubleValue(java.util.Map map,
    +                                    java.lang.Object key)
    +
    Gets a double from a Map in a null-safe manner.

    - The double is obtained from the results of getNumber(Map,Object). -

    -

    -
    Parameters:
    map - the map to use
    key - the key to look up -
    Returns:
    the value in the Map as a double, 0.0 if null map input
    -
    -
    -
    - -

    -getBooleanValue

    -
    -public static boolean getBooleanValue(java.util.Map map,
    -                                      java.lang.Object key,
    -                                      boolean defaultValue)
    -
    + The double is obtained from the results of getNumber(Map,Object). +

    +

    +
    Parameters:
    map - the map to use
    key - the key to look up +
    Returns:
    the value in the Map as a double, 0.0 if null map input
    +
    +
    +
    + +

    +getBooleanValue

    +
    +public static boolean getBooleanValue(java.util.Map map,
    +                                      java.lang.Object key,
    +                                      boolean defaultValue)
    +
    Gets a boolean from a Map in a null-safe manner, using the default value if the the conversion fails.

    @@ -1447,174 +1447,174 @@ public static boolean getBooleanValue(java.util.Map map, then true is returned, otherwise false. If the value is a Number an integer zero value returns false and non-zero returns true. - Otherwise, defaultValue is returned. -

    -

    + Otherwise, defaultValue is returned. +

    +

    Parameters:
    map - the map to use
    key - the key to look up
    defaultValue - return if the value is null or if the - conversion fails -
    Returns:
    the value in the Map as a Boolean, defaultValue if null map input
    -
    -
    -
    - -

    -getByteValue

    -
    -public static byte getByteValue(java.util.Map map,
    -                                java.lang.Object key,
    -                                byte defaultValue)
    -
    + conversion fails +
    Returns:
    the value in the Map as a Boolean, defaultValue if null map input
    +
    +
    +
    + +

    +getByteValue

    +
    +public static byte getByteValue(java.util.Map map,
    +                                java.lang.Object key,
    +                                byte defaultValue)
    +
    Gets a byte from a Map in a null-safe manner, - using the default value if the the conversion fails. + using the default value if the the conversion fails.

    - The byte is obtained from the results of getNumber(Map,Object). -

    -

    + The byte is obtained from the results of getNumber(Map,Object). +

    +

    Parameters:
    map - the map to use
    key - the key to look up
    defaultValue - return if the value is null or if the - conversion fails -
    Returns:
    the value in the Map as a byte, defaultValue if null map input
    -
    -
    -
    - -

    -getShortValue

    -
    -public static short getShortValue(java.util.Map map,
    -                                  java.lang.Object key,
    -                                  short defaultValue)
    -
    + conversion fails +
    Returns:
    the value in the Map as a byte, defaultValue if null map input
    +
    +
    +
    + +

    +getShortValue

    +
    +public static short getShortValue(java.util.Map map,
    +                                  java.lang.Object key,
    +                                  short defaultValue)
    +
    Gets a short from a Map in a null-safe manner, - using the default value if the the conversion fails. + using the default value if the the conversion fails.

    - The short is obtained from the results of getNumber(Map,Object). -

    -

    + The short is obtained from the results of getNumber(Map,Object). +

    +

    Parameters:
    map - the map to use
    key - the key to look up
    defaultValue - return if the value is null or if the - conversion fails -
    Returns:
    the value in the Map as a short, defaultValue if null map input
    -
    -
    -
    - -

    -getIntValue

    -
    -public static int getIntValue(java.util.Map map,
    -                              java.lang.Object key,
    -                              int defaultValue)
    -
    + conversion fails +
    Returns:
    the value in the Map as a short, defaultValue if null map input
    +
    +
    +
    + +

    +getIntValue

    +
    +public static int getIntValue(java.util.Map map,
    +                              java.lang.Object key,
    +                              int defaultValue)
    +
    Gets an int from a Map in a null-safe manner, - using the default value if the the conversion fails. + using the default value if the the conversion fails.

    - The int is obtained from the results of getNumber(Map,Object). -

    -

    + The int is obtained from the results of getNumber(Map,Object). +

    +

    Parameters:
    map - the map to use
    key - the key to look up
    defaultValue - return if the value is null or if the - conversion fails -
    Returns:
    the value in the Map as an int, defaultValue if null map input
    -
    -
    -
    - -

    -getLongValue

    -
    -public static long getLongValue(java.util.Map map,
    -                                java.lang.Object key,
    -                                long defaultValue)
    -
    + conversion fails +
    Returns:
    the value in the Map as an int, defaultValue if null map input
    +
    +
    +
    + +

    +getLongValue

    +
    +public static long getLongValue(java.util.Map map,
    +                                java.lang.Object key,
    +                                long defaultValue)
    +
    Gets a long from a Map in a null-safe manner, - using the default value if the the conversion fails. + using the default value if the the conversion fails.

    - The long is obtained from the results of getNumber(Map,Object). -

    -

    + The long is obtained from the results of getNumber(Map,Object). +

    +

    Parameters:
    map - the map to use
    key - the key to look up
    defaultValue - return if the value is null or if the - conversion fails -
    Returns:
    the value in the Map as a long, defaultValue if null map input
    -
    -
    -
    - -

    -getFloatValue

    -
    -public static float getFloatValue(java.util.Map map,
    -                                  java.lang.Object key,
    -                                  float defaultValue)
    -
    + conversion fails +
    Returns:
    the value in the Map as a long, defaultValue if null map input
    +
    +
    +
    + +

    +getFloatValue

    +
    +public static float getFloatValue(java.util.Map map,
    +                                  java.lang.Object key,
    +                                  float defaultValue)
    +
    Gets a float from a Map in a null-safe manner, - using the default value if the the conversion fails. + using the default value if the the conversion fails.

    - The float is obtained from the results of getNumber(Map,Object). -

    -

    + The float is obtained from the results of getNumber(Map,Object). +

    +

    Parameters:
    map - the map to use
    key - the key to look up
    defaultValue - return if the value is null or if the - conversion fails -
    Returns:
    the value in the Map as a float, defaultValue if null map input
    -
    -
    -
    - -

    -getDoubleValue

    -
    -public static double getDoubleValue(java.util.Map map,
    -                                    java.lang.Object key,
    -                                    double defaultValue)
    -
    + conversion fails +
    Returns:
    the value in the Map as a float, defaultValue if null map input
    +
    +
    +
    + +

    +getDoubleValue

    +
    +public static double getDoubleValue(java.util.Map map,
    +                                    java.lang.Object key,
    +                                    double defaultValue)
    +
    Gets a double from a Map in a null-safe manner, - using the default value if the the conversion fails. + using the default value if the the conversion fails.

    - The double is obtained from the results of getNumber(Map,Object). -

    -

    + The double is obtained from the results of getNumber(Map,Object). +

    +

    Parameters:
    map - the map to use
    key - the key to look up
    defaultValue - return if the value is null or if the - conversion fails -
    Returns:
    the value in the Map as a double, defaultValue if null map input
    -
    -
    -
    - -

    -toProperties

    -
    -public static java.util.Properties toProperties(java.util.Map map)
    -
    + conversion fails +
    Returns:
    the value in the Map as a double, defaultValue if null map input
    +
    +
    +
    + +

    +toProperties

    +
    +public static java.util.Properties toProperties(java.util.Map map)
    +
    Gets a new Properties object initialised with the values from a Map. - A null input will return an empty properties object. -

    -

    -
    Parameters:
    map - the map to convert to a Properties object, may not be null -
    Returns:
    the properties object
    -
    -
    -
    - -

    -toMap

    -
    -public static java.util.Map toMap(java.util.ResourceBundle resourceBundle)
    -
    -
    Creates a new HashMap using data copied from a ResourceBundle. -

    -

    -
    Parameters:
    resourceBundle - the resource bundle to convert, may not be null -
    Returns:
    the hashmap containing the data -
    Throws: -
    java.lang.NullPointerException - if the bundle is null
    -
    -
    -
    - -

    -verbosePrint

    -
    -public static void verbosePrint(java.io.PrintStream out,
    -                                java.lang.Object label,
    -                                java.util.Map map)
    -
    + A null input will return an empty properties object. +

    +

    +
    Parameters:
    map - the map to convert to a Properties object, may not be null +
    Returns:
    the properties object
    +
    +
    +
    + +

    +toMap

    +
    +public static java.util.Map toMap(java.util.ResourceBundle resourceBundle)
    +
    +
    Creates a new HashMap using data copied from a ResourceBundle. +

    +

    +
    Parameters:
    resourceBundle - the resource bundle to convert, may not be null +
    Returns:
    the hashmap containing the data +
    Throws: +
    java.lang.NullPointerException - if the bundle is null
    +
    +
    +
    + +

    +verbosePrint

    +
    +public static void verbosePrint(java.io.PrintStream out,
    +                                java.lang.Object label,
    +                                java.util.Map map)
    +
    Prints the given map with nice line breaks.

    This method prints a nicely formatted String describing the Map. @@ -1622,26 +1622,26 @@ public static void verbosePrint(java.io.PrintStream out, When the value is a Map, recursive behaviour occurs.

    This method is NOT thread-safe in any special way. You must manually - synchronize on either this class or the stream as required. -

    -

    + synchronize on either this class or the stream as required. +

    +

    Parameters:
    out - the stream to print to, must not be null
    label - The label to be used, may be null. If null, the label is not output. It typically represents the name of the property in a bean or similar.
    map - The map to print, may be null. - If null, the text 'null' is output. -
    Throws: -
    java.lang.NullPointerException - if the stream is null
    -
    -
    -
    - -

    -debugPrint

    -
    -public static void debugPrint(java.io.PrintStream out,
    -                              java.lang.Object label,
    -                              java.util.Map map)
    -
    + If null, the text 'null' is output. +
    Throws: +
    java.lang.NullPointerException - if the stream is null
    +
    +
    +
    + +

    +debugPrint

    +
    +public static void debugPrint(java.io.PrintStream out,
    +                              java.lang.Object label,
    +                              java.util.Map map)
    +
    Prints the given map with nice line breaks.

    This method prints a nicely formatted String describing the Map. @@ -1649,64 +1649,64 @@ public static void debugPrint(java.io.PrintStream out, When the value is a Map, recursive behaviour occurs.

    This method is NOT thread-safe in any special way. You must manually - synchronize on either this class or the stream as required. -

    -

    + synchronize on either this class or the stream as required. +

    +

    Parameters:
    out - the stream to print to, must not be null
    label - The label to be used, may be null. If null, the label is not output. It typically represents the name of the property in a bean or similar.
    map - The map to print, may be null. - If null, the text 'null' is output. -
    Throws: -
    java.lang.NullPointerException - if the stream is null
    -
    -
    -
    - -

    -logInfo

    -
    -protected static void logInfo(java.lang.Exception ex)
    -
    + If null, the text 'null' is output. +
    Throws: +
    java.lang.NullPointerException - if the stream is null
    +
    +
    +
    + +

    +logInfo

    +
    +protected static void logInfo(java.lang.Exception ex)
    +
    Logs the given exception to System.out.

    - This method exists as Jakarta Collections does not depend on logging. -

    -

    -
    Parameters:
    ex - the exception to log
    -
    -
    -
    - -

    -invertMap

    -
    -public static java.util.Map invertMap(java.util.Map map)
    -
    + This method exists as Jakarta Collections does not depend on logging. +

    +

    +
    Parameters:
    ex - the exception to log
    +
    +
    +
    + +

    +invertMap

    +
    +public static java.util.Map invertMap(java.util.Map map)
    +
    Inverts the supplied map returning a new HashMap such that the keys of the input are swapped with the values.

    This operation assumes that the inverse mapping is well defined. If the input map had multiple entries with the same value mapped to - different keys, the returned map will map one of those keys to the - value, but the exact key which will be mapped is undefined. -

    -

    -
    Parameters:
    map - the map to invert, may not be null -
    Returns:
    a new HashMap containing the inverted data -
    Throws: -
    java.lang.NullPointerException - if the map is null
    -
    -
    -
    - -

    -safeAddToMap

    -
    -public static void safeAddToMap(java.util.Map map,
    -                                java.lang.Object key,
    -                                java.lang.Object value)
    -                         throws java.lang.NullPointerException
    -
    + different keys, the returned map will map one of those keys to the + value, but the exact key which will be mapped is undefined. +

    +

    +
    Parameters:
    map - the map to invert, may not be null +
    Returns:
    a new HashMap containing the inverted data +
    Throws: +
    java.lang.NullPointerException - if the map is null
    +
    +
    +
    + +

    +safeAddToMap

    +
    +public static void safeAddToMap(java.util.Map map,
    +                                java.lang.Object key,
    +                                java.lang.Object value)
    +                         throws java.lang.NullPointerException
    +
    Protects against adding null values to a map.

    This method checks the value being added to the map, and if it is null @@ -1716,22 +1716,22 @@ public static void safeAddToMap(java.util.Map map, receiving data from a source that may provide null or empty string which should be held in the same way in the map.

    - Keys are not validated. -

    -

    -
    Parameters:
    map - the map to add to, may not be null
    key - the key
    value - the value, null converted to "" -
    Throws: -
    java.lang.NullPointerException - if the map is null
    -
    -
    -
    - -

    -putAll

    -
    -public static java.util.Map putAll(java.util.Map map,
    -                                   java.lang.Object[] array)
    -
    + Keys are not validated. +

    +

    +
    Parameters:
    map - the map to add to, may not be null
    key - the key
    value - the value, null converted to "" +
    Throws: +
    java.lang.NullPointerException - if the map is null
    +
    +
    +
    + +

    +putAll

    +
    +public static java.util.Map putAll(java.util.Map map,
    +                                   java.lang.Object[] array)
    +
    Puts all the keys and values from the specified array into the map.

    This method is an alternative to the Map.putAll(java.util.Map) @@ -1767,68 +1767,68 @@ public static java.util.Map putAll(java.util.Map map, new DefaultMapEntry("GREEN", "#00FF00"), new DefaultMapEntry("BLUE", "#0000FF") }); - -

    -

    -
    Parameters:
    map - the map to populate, must not be null
    array - an array to populate from, null ignored -
    Returns:
    the input map -
    Throws: -
    java.lang.NullPointerException - if map is null + +

    +

    +
    Parameters:
    map - the map to populate, must not be null
    array - an array to populate from, null ignored +
    Returns:
    the input map +
    Throws: +
    java.lang.NullPointerException - if map is null
    java.lang.IllegalArgumentException - if sub-array or entry matching used and an - entry is invalid -
    java.lang.ClassCastException - if the array contents is mixed
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -isEmpty

    -
    -public static boolean isEmpty(java.util.Map map)
    -
    + entry is invalid +
    java.lang.ClassCastException - if the array contents is mixed
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public static boolean isEmpty(java.util.Map map)
    +
    Null-safe check if the specified map is empty.

    - Null returns true. -

    -

    -
    Parameters:
    map - the map to check, may be null -
    Returns:
    true if empty or null
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -isNotEmpty

    -
    -public static boolean isNotEmpty(java.util.Map map)
    -
    + Null returns true. +

    +

    +
    Parameters:
    map - the map to check, may be null +
    Returns:
    true if empty or null
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +isNotEmpty

    +
    +public static boolean isNotEmpty(java.util.Map map)
    +
    Null-safe check if the specified map is not empty.

    - Null returns false. -

    -

    -
    Parameters:
    map - the map to check, may be null -
    Returns:
    true if non-null and non-empty
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -synchronizedMap

    -
    -public static java.util.Map synchronizedMap(java.util.Map map)
    -
    + Null returns false. +

    +

    +
    Parameters:
    map - the map to check, may be null +
    Returns:
    true if non-null and non-empty
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +synchronizedMap

    +
    +public static java.util.Map synchronizedMap(java.util.Map map)
    +
    Returns a synchronized map backed by the given map.

    - You must manually synchronize on the returned buffer's iterator to + You must manually synchronize on the returned buffer's iterator to avoid non-deterministic behavior: - +

      Map m = MapUtils.synchronizedMap(myMap);
      Set s = m.keySet();  // outside synchronized block
    @@ -1839,87 +1839,87 @@ public static java.util.Map synchronizedMap(java.util.Map map)
    } } - - This method uses the implementation in Collections. -

    -

    -
    Parameters:
    map - the map to synchronize, must not be null -
    Returns:
    a synchronized map backed by the given map -
    Throws: -
    java.lang.IllegalArgumentException - if the map is null
    -
    -
    -
    - -

    -unmodifiableMap

    -
    -public static java.util.Map unmodifiableMap(java.util.Map map)
    -
    + + This method uses the implementation in Collections. +

    +

    +
    Parameters:
    map - the map to synchronize, must not be null +
    Returns:
    a synchronized map backed by the given map +
    Throws: +
    java.lang.IllegalArgumentException - if the map is null
    +
    +
    +
    + +

    +unmodifiableMap

    +
    +public static java.util.Map unmodifiableMap(java.util.Map map)
    +
    Returns an unmodifiable map backed by the given map.

    - This method uses the implementation in the decorators subpackage. -

    -

    -
    Parameters:
    map - the map to make unmodifiable, must not be null -
    Returns:
    an unmodifiable map backed by the given map -
    Throws: -
    java.lang.IllegalArgumentException - if the map is null
    -
    -
    -
    - -

    -predicatedMap

    -
    -public static java.util.Map predicatedMap(java.util.Map map,
    -                                          Predicate keyPred,
    -                                          Predicate valuePred)
    -
    + This method uses the implementation in the decorators subpackage. +

    +

    +
    Parameters:
    map - the map to make unmodifiable, must not be null +
    Returns:
    an unmodifiable map backed by the given map +
    Throws: +
    java.lang.IllegalArgumentException - if the map is null
    +
    +
    +
    + +

    +predicatedMap

    +
    +public static java.util.Map predicatedMap(java.util.Map map,
    +                                          Predicate keyPred,
    +                                          Predicate valuePred)
    +
    Returns a predicated (validating) map backed by the given map.

    Only objects that pass the tests in the given predicates can be added to the map. Trying to add an invalid object results in an IllegalArgumentException. Keys must pass the key predicate, values must pass the value predicate. It is important not to use the original map after invoking this method, - as it is a backdoor for adding invalid objects. -

    -

    -
    Parameters:
    map - the map to predicate, must not be null
    keyPred - the predicate for keys, null means no check
    valuePred - the predicate for values, null means no check -
    Returns:
    a predicated map backed by the given map -
    Throws: -
    java.lang.IllegalArgumentException - if the Map is null
    -
    -
    -
    - -

    -typedMap

    -
    -public static java.util.Map typedMap(java.util.Map map,
    -                                     java.lang.Class keyType,
    -                                     java.lang.Class valueType)
    -
    + as it is a backdoor for adding invalid objects. +

    +

    +
    Parameters:
    map - the map to predicate, must not be null
    keyPred - the predicate for keys, null means no check
    valuePred - the predicate for values, null means no check +
    Returns:
    a predicated map backed by the given map +
    Throws: +
    java.lang.IllegalArgumentException - if the Map is null
    +
    +
    +
    + +

    +typedMap

    +
    +public static java.util.Map typedMap(java.util.Map map,
    +                                     java.lang.Class keyType,
    +                                     java.lang.Class valueType)
    +
    Returns a typed map backed by the given map.

    - Only keys and values of the specified types can be added to the map. -

    -

    -
    Parameters:
    map - the map to limit to a specific type, must not be null
    keyType - the type of keys which may be added to the map, must not be null
    valueType - the type of values which may be added to the map, must not be null -
    Returns:
    a typed map backed by the specified map -
    Throws: -
    java.lang.IllegalArgumentException - if the Map or Class is null
    -
    -
    -
    - -

    -transformedMap

    -
    -public static java.util.Map transformedMap(java.util.Map map,
    -                                           Transformer keyTransformer,
    -                                           Transformer valueTransformer)
    -
    + Only keys and values of the specified types can be added to the map. +

    +

    +
    Parameters:
    map - the map to limit to a specific type, must not be null
    keyType - the type of keys which may be added to the map, must not be null
    valueType - the type of values which may be added to the map, must not be null +
    Returns:
    a typed map backed by the specified map +
    Throws: +
    java.lang.IllegalArgumentException - if the Map or Class is null
    +
    +
    +
    + +

    +transformedMap

    +
    +public static java.util.Map transformedMap(java.util.Map map,
    +                                           Transformer keyTransformer,
    +                                           Transformer valueTransformer)
    +
    Returns a transformed map backed by the given map.

    This method returns a new map (decorating the specified map) that @@ -1928,46 +1928,46 @@ public static java.util.Map transformedMap(java.util.Map map, If you want that behaviour, see TransformedMap.decorateTransform(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer).

    Each object is passed through the transformers as it is added to the - Map. It is important not to use the original map after invoking this + Map. It is important not to use the original map after invoking this method, as it is a backdoor for adding untransformed objects.

    If there are any elements already in the map being decorated, they - are NOT transformed. -

    -

    -
    Parameters:
    map - the map to transform, must not be null, typically empty
    keyTransformer - the transformer for the map keys, null means no transformation
    valueTransformer - the transformer for the map values, null means no transformation -
    Returns:
    a transformed map backed by the given map -
    Throws: -
    java.lang.IllegalArgumentException - if the Map is null
    -
    -
    -
    - -

    -fixedSizeMap

    -
    -public static java.util.Map fixedSizeMap(java.util.Map map)
    -
    + are NOT transformed. +

    +

    +
    Parameters:
    map - the map to transform, must not be null, typically empty
    keyTransformer - the transformer for the map keys, null means no transformation
    valueTransformer - the transformer for the map values, null means no transformation +
    Returns:
    a transformed map backed by the given map +
    Throws: +
    java.lang.IllegalArgumentException - if the Map is null
    +
    +
    +
    + +

    +fixedSizeMap

    +
    +public static java.util.Map fixedSizeMap(java.util.Map map)
    +
    Returns a fixed-sized map backed by the given map. - Elements may not be added or removed from the returned map, but - existing elements can be changed (for instance, via the - Map.put(Object,Object) method). -

    -

    -
    Parameters:
    map - the map whose size to fix, must not be null -
    Returns:
    a fixed-size map backed by that map -
    Throws: -
    java.lang.IllegalArgumentException - if the Map is null
    -
    -
    -
    - -

    -lazyMap

    -
    -public static java.util.Map lazyMap(java.util.Map map,
    -                                    Factory factory)
    -
    + Elements may not be added or removed from the returned map, but + existing elements can be changed (for instance, via the + Map.put(Object,Object) method). +

    +

    +
    Parameters:
    map - the map whose size to fix, must not be null +
    Returns:
    a fixed-size map backed by that map +
    Throws: +
    java.lang.IllegalArgumentException - if the Map is null
    +
    +
    +
    + +

    +lazyMap

    +
    +public static java.util.Map lazyMap(java.util.Map map,
    +                                    Factory factory)
    +
    Returns a "lazy" map whose values will be created on demand.

    When the key passed to the returned map's Map.get(Object) @@ -1988,23 +1988,23 @@ public static java.util.Map lazyMap(java.util.Map map, After the above code is executed, obj will contain a new Date instance. Furthermore, that Date - instance is the value for the "test" key in the map. -

    -

    -
    Parameters:
    map - the map to make lazy, must not be null
    factory - the factory for creating new objects, must not be null -
    Returns:
    a lazy map backed by the given map -
    Throws: -
    java.lang.IllegalArgumentException - if the Map or Factory is null
    -
    -
    -
    - -

    -lazyMap

    -
    -public static java.util.Map lazyMap(java.util.Map map,
    -                                    Transformer transformerFactory)
    -
    + instance is the value for the "test" key in the map. +

    +

    +
    Parameters:
    map - the map to make lazy, must not be null
    factory - the factory for creating new objects, must not be null +
    Returns:
    a lazy map backed by the given map +
    Throws: +
    java.lang.IllegalArgumentException - if the Map or Factory is null
    +
    +
    +
    + +

    +lazyMap

    +
    +public static java.util.Map lazyMap(java.util.Map map,
    +                                    Transformer transformerFactory)
    +
    Returns a "lazy" map whose values will be created on demand.

    When the key passed to the returned map's Map.get(Object) @@ -2032,102 +2032,102 @@ public static java.util.Map lazyMap(java.util.Map map, If a lazy map is wrapped by a synchronized map, the result is a simple synchronized cache. When an object is not is the cache, the cache itself calls back to the factory Transformer to populate itself, all within the - same synchronized block. -

    -

    -
    Parameters:
    map - the map to make lazy, must not be null
    transformerFactory - the factory for creating new objects, must not be null -
    Returns:
    a lazy map backed by the given map -
    Throws: -
    java.lang.IllegalArgumentException - if the Map or Transformer is null
    -
    -
    -
    - -

    -orderedMap

    -
    -public static java.util.Map orderedMap(java.util.Map map)
    -
    + same synchronized block. +

    +

    +
    Parameters:
    map - the map to make lazy, must not be null
    transformerFactory - the factory for creating new objects, must not be null +
    Returns:
    a lazy map backed by the given map +
    Throws: +
    java.lang.IllegalArgumentException - if the Map or Transformer is null
    +
    +
    +
    + +

    +orderedMap

    +
    +public static java.util.Map orderedMap(java.util.Map map)
    +
    Returns a map that maintains the order of keys that are added backed by the given map.

    If a key is added twice, the order is determined by the first add. - The order is observed through the keySet, values and entrySet. -

    -

    -
    Parameters:
    map - the map to order, must not be null -
    Returns:
    an ordered map backed by the given map -
    Throws: -
    java.lang.IllegalArgumentException - if the Map is null
    -
    -
    -
    - -

    -multiValueMap

    -
    -public static java.util.Map multiValueMap(java.util.Map map)
    -
    + The order is observed through the keySet, values and entrySet. +

    +

    +
    Parameters:
    map - the map to order, must not be null +
    Returns:
    an ordered map backed by the given map +
    Throws: +
    java.lang.IllegalArgumentException - if the Map is null
    +
    +
    +
    + +

    +multiValueMap

    +
    +public static java.util.Map multiValueMap(java.util.Map map)
    +
    Creates a mult-value map backed by the given map which returns - collections of type ArrayList. -

    -

    -
    Parameters:
    map - the map to decorate -
    Returns:
    a multi-value map backed by the given map which returns ArrayLists of values.
    Since:
    -
    Commons Collections 3.2
    -
    See Also:
    MultiValueMap
    -
    -
    -
    - -

    -multiValueMap

    -
    -public static java.util.Map multiValueMap(java.util.Map map,
    -                                          java.lang.Class collectionClass)
    -
    + collections of type ArrayList. +

    +

    +
    Parameters:
    map - the map to decorate +
    Returns:
    a multi-value map backed by the given map which returns ArrayLists of values.
    Since:
    +
    Commons Collections 3.2
    +
    See Also:
    MultiValueMap
    +
    +
    +
    + +

    +multiValueMap

    +
    +public static java.util.Map multiValueMap(java.util.Map map,
    +                                          java.lang.Class collectionClass)
    +
    Creates a multi-value map backed by the given map which returns - collections of the specified type. -

    -

    + collections of the specified type. +

    +

    Parameters:
    map - the map to decorate
    collectionClass - the type of collections to return from the map (must contain public no-arg constructor - and extend Collection). -
    Returns:
    a multi-value map backed by the given map which returns collections of the specified type
    Since:
    -
    Commons Collections 3.2
    -
    See Also:
    MultiValueMap
    -
    -
    -
    - -

    -multiValueMap

    -
    -public static java.util.Map multiValueMap(java.util.Map map,
    -                                          Factory collectionFactory)
    -
    + and extend Collection). +
    Returns:
    a multi-value map backed by the given map which returns collections of the specified type
    Since:
    +
    Commons Collections 3.2
    +
    See Also:
    MultiValueMap
    +
    +
    +
    + +

    +multiValueMap

    +
    +public static java.util.Map multiValueMap(java.util.Map map,
    +                                          Factory collectionFactory)
    +
    Creates a multi-value map backed by the given map which returns - collections created by the specified collection factory. -

    -

    -
    Parameters:
    map - the map to decorate
    collectionFactory - a factor which creates collection objects + collections created by the specified collection factory. +

    +

    +
    Parameters:
    map - the map to decorate
    collectionFactory - a factor which creates collection objects
    Returns:
    a multi-value map backed by the given map which returns collections - created by the specified collection factory
    Since:
    -
    Commons Collections 3.2
    -
    See Also:
    MultiValueMap
    -
    -
    -
    - -

    -synchronizedSortedMap

    -
    -public static java.util.Map synchronizedSortedMap(java.util.SortedMap map)
    -
    + created by the specified collection factory
    Since:
    +
    Commons Collections 3.2
    +
    See Also:
    MultiValueMap
    +
    +
    +
    + +

    +synchronizedSortedMap

    +
    +public static java.util.Map synchronizedSortedMap(java.util.SortedMap map)
    +
    Returns a synchronized sorted map backed by the given sorted map.

    - You must manually synchronize on the returned buffer's iterator to + You must manually synchronize on the returned buffer's iterator to avoid non-deterministic behavior: - +

      Map m = MapUtils.synchronizedSortedMap(myMap);
      Set s = m.keySet();  // outside synchronized block
    @@ -2138,85 +2138,85 @@ public static java.util.Map synchronizedSortedMap(java.util.SortedMap&nbs
          }
      }
      
    - - This method uses the implementation in Collections. -

    -

    -
    Parameters:
    map - the map to synchronize, must not be null -
    Returns:
    a synchronized map backed by the given map -
    Throws: -
    java.lang.IllegalArgumentException - if the map is null
    -
    -
    -
    - -

    -unmodifiableSortedMap

    -
    -public static java.util.Map unmodifiableSortedMap(java.util.SortedMap map)
    -
    + + This method uses the implementation in Collections. +

    +

    +
    Parameters:
    map - the map to synchronize, must not be null +
    Returns:
    a synchronized map backed by the given map +
    Throws: +
    java.lang.IllegalArgumentException - if the map is null
    +
    +
    +
    + +

    +unmodifiableSortedMap

    +
    +public static java.util.Map unmodifiableSortedMap(java.util.SortedMap map)
    +
    Returns an unmodifiable sorted map backed by the given sorted map.

    - This method uses the implementation in the decorators subpackage. -

    -

    -
    Parameters:
    map - the sorted map to make unmodifiable, must not be null -
    Returns:
    an unmodifiable map backed by the given map -
    Throws: -
    java.lang.IllegalArgumentException - if the map is null
    -
    -
    -
    - -

    -predicatedSortedMap

    -
    -public static java.util.SortedMap predicatedSortedMap(java.util.SortedMap map,
    -                                                      Predicate keyPred,
    -                                                      Predicate valuePred)
    -
    + This method uses the implementation in the decorators subpackage. +

    +

    +
    Parameters:
    map - the sorted map to make unmodifiable, must not be null +
    Returns:
    an unmodifiable map backed by the given map +
    Throws: +
    java.lang.IllegalArgumentException - if the map is null
    +
    +
    +
    + +

    +predicatedSortedMap

    +
    +public static java.util.SortedMap predicatedSortedMap(java.util.SortedMap map,
    +                                                      Predicate keyPred,
    +                                                      Predicate valuePred)
    +
    Returns a predicated (validating) sorted map backed by the given map.

    Only objects that pass the tests in the given predicates can be added to the map. Trying to add an invalid object results in an IllegalArgumentException. Keys must pass the key predicate, values must pass the value predicate. It is important not to use the original map after invoking this method, - as it is a backdoor for adding invalid objects. -

    -

    -
    Parameters:
    map - the map to predicate, must not be null
    keyPred - the predicate for keys, null means no check
    valuePred - the predicate for values, null means no check -
    Returns:
    a predicated map backed by the given map -
    Throws: -
    java.lang.IllegalArgumentException - if the SortedMap is null
    -
    -
    -
    - -

    -typedSortedMap

    -
    -public static java.util.SortedMap typedSortedMap(java.util.SortedMap map,
    -                                                 java.lang.Class keyType,
    -                                                 java.lang.Class valueType)
    -
    + as it is a backdoor for adding invalid objects. +

    +

    +
    Parameters:
    map - the map to predicate, must not be null
    keyPred - the predicate for keys, null means no check
    valuePred - the predicate for values, null means no check +
    Returns:
    a predicated map backed by the given map +
    Throws: +
    java.lang.IllegalArgumentException - if the SortedMap is null
    +
    +
    +
    + +

    +typedSortedMap

    +
    +public static java.util.SortedMap typedSortedMap(java.util.SortedMap map,
    +                                                 java.lang.Class keyType,
    +                                                 java.lang.Class valueType)
    +
    Returns a typed sorted map backed by the given map.

    - Only keys and values of the specified types can be added to the map. -

    -

    -
    Parameters:
    map - the map to limit to a specific type, must not be null
    keyType - the type of keys which may be added to the map, must not be null
    valueType - the type of values which may be added to the map, must not be null -
    Returns:
    a typed map backed by the specified map
    -
    -
    -
    - -

    -transformedSortedMap

    -
    -public static java.util.SortedMap transformedSortedMap(java.util.SortedMap map,
    -                                                       Transformer keyTransformer,
    -                                                       Transformer valueTransformer)
    -
    + Only keys and values of the specified types can be added to the map. +

    +

    +
    Parameters:
    map - the map to limit to a specific type, must not be null
    keyType - the type of keys which may be added to the map, must not be null
    valueType - the type of values which may be added to the map, must not be null +
    Returns:
    a typed map backed by the specified map
    +
    +
    +
    + +

    +transformedSortedMap

    +
    +public static java.util.SortedMap transformedSortedMap(java.util.SortedMap map,
    +                                                       Transformer keyTransformer,
    +                                                       Transformer valueTransformer)
    +
    Returns a transformed sorted map backed by the given map.

    This method returns a new sorted map (decorating the specified map) that @@ -2225,46 +2225,46 @@ public static java.util.SortedMap transformedSortedMap(java.util.SortedMa If you want that behaviour, see TransformedSortedMap.decorateTransform(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer).

    Each object is passed through the transformers as it is added to the - Map. It is important not to use the original map after invoking this + Map. It is important not to use the original map after invoking this method, as it is a backdoor for adding untransformed objects.

    If there are any elements already in the map being decorated, they - are NOT transformed. -

    -

    -
    Parameters:
    map - the map to transform, must not be null, typically empty
    keyTransformer - the transformer for the map keys, null means no transformation
    valueTransformer - the transformer for the map values, null means no transformation -
    Returns:
    a transformed map backed by the given map -
    Throws: -
    java.lang.IllegalArgumentException - if the SortedMap is null
    -
    -
    -
    - -

    -fixedSizeSortedMap

    -
    -public static java.util.SortedMap fixedSizeSortedMap(java.util.SortedMap map)
    -
    + are NOT transformed. +

    +

    +
    Parameters:
    map - the map to transform, must not be null, typically empty
    keyTransformer - the transformer for the map keys, null means no transformation
    valueTransformer - the transformer for the map values, null means no transformation +
    Returns:
    a transformed map backed by the given map +
    Throws: +
    java.lang.IllegalArgumentException - if the SortedMap is null
    +
    +
    +
    + +

    +fixedSizeSortedMap

    +
    +public static java.util.SortedMap fixedSizeSortedMap(java.util.SortedMap map)
    +
    Returns a fixed-sized sorted map backed by the given sorted map. - Elements may not be added or removed from the returned map, but - existing elements can be changed (for instance, via the - Map.put(Object,Object) method). -

    -

    -
    Parameters:
    map - the map whose size to fix, must not be null -
    Returns:
    a fixed-size map backed by that map -
    Throws: -
    java.lang.IllegalArgumentException - if the SortedMap is null
    -
    -
    -
    - -

    -lazySortedMap

    -
    -public static java.util.SortedMap lazySortedMap(java.util.SortedMap map,
    -                                                Factory factory)
    -
    + Elements may not be added or removed from the returned map, but + existing elements can be changed (for instance, via the + Map.put(Object,Object) method). +

    +

    +
    Parameters:
    map - the map whose size to fix, must not be null +
    Returns:
    a fixed-size map backed by that map +
    Throws: +
    java.lang.IllegalArgumentException - if the SortedMap is null
    +
    +
    +
    + +

    +lazySortedMap

    +
    +public static java.util.SortedMap lazySortedMap(java.util.SortedMap map,
    +                                                Factory factory)
    +
    Returns a "lazy" sorted map whose values will be created on demand.

    When the key passed to the returned map's Map.get(Object) @@ -2286,23 +2286,23 @@ public static java.util.SortedMap lazySortedMap(java.util.SortedMap  After the above code is executed, obj will contain a new Date instance. Furthermore, that Date - instance is the value for the "test" key. -

    -

    -
    Parameters:
    map - the map to make lazy, must not be null
    factory - the factory for creating new objects, must not be null -
    Returns:
    a lazy map backed by the given map -
    Throws: -
    java.lang.IllegalArgumentException - if the SortedMap or Factory is null
    -
    -
    -
    - -

    -lazySortedMap

    -
    -public static java.util.SortedMap lazySortedMap(java.util.SortedMap map,
    -                                                Transformer transformerFactory)
    -
    + instance is the value for the "test" key. +

    +

    +
    Parameters:
    map - the map to make lazy, must not be null
    factory - the factory for creating new objects, must not be null +
    Returns:
    a lazy map backed by the given map +
    Throws: +
    java.lang.IllegalArgumentException - if the SortedMap or Factory is null
    +
    +
    +
    + +

    +lazySortedMap

    +
    +public static java.util.SortedMap lazySortedMap(java.util.SortedMap map,
    +                                                Transformer transformerFactory)
    +
    Returns a "lazy" sorted map whose values will be created on demand.

    When the key passed to the returned map's Map.get(Object) @@ -2330,76 +2330,76 @@ public static java.util.SortedMap lazySortedMap(java.util.SortedMap  If a lazy map is wrapped by a synchronized map, the result is a simple synchronized cache. When an object is not is the cache, the cache itself calls back to the factory Transformer to populate itself, all within the - same synchronized block. -

    -

    -
    Parameters:
    map - the map to make lazy, must not be null
    transformerFactory - the factory for creating new objects, must not be null -
    Returns:
    a lazy map backed by the given map -
    Throws: -
    java.lang.IllegalArgumentException - if the Map or Transformer is null
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + same synchronized block. +

    +

    +
    Parameters:
    map - the map to make lazy, must not be null
    transformerFactory - the factory for creating new objects, must not be null +
    Returns:
    a lazy map backed by the given map +
    Throws: +
    java.lang.IllegalArgumentException - if the Map or Transformer is null
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/MultiHashMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/MultiHashMap.html index 0cc7ce3..3a5acc2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/MultiHashMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/MultiHashMap.html @@ -1,113 +1,113 @@ - - - - - - - -MultiHashMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class MultiHashMap

    -
    -java.lang.Object
    -  extended by java.util.AbstractMap
    -      extended by java.util.HashMap
    -          extended by org.apache.commons.collections.MultiHashMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, MultiMap
    -
    -
    + + + + + + + +MultiHashMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections +
    +Class MultiHashMap

    +
    +java.lang.Object
    +  extended by java.util.AbstractMap
    +      extended by java.util.HashMap
    +          extended by org.apache.commons.collections.MultiHashMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, MultiMap
    +
    +
    Deprecated. Class now available as MultiValueMap in map subpackage. - This version is due to be removed in collections v4.0. -

    -

    -
    public class MultiHashMap
    extends java.util.HashMap
    implements MultiMap
    - - -

    -MultiHashMap is the default implementation of the + This version is due to be removed in collections v4.0. +

    +

    +
    public class MultiHashMap
    extends java.util.HashMap
    implements MultiMap
    + + +

    +MultiHashMap is the default implementation of the MultiMap interface.

    A MultiMap is a Map with slightly different semantics. @@ -127,300 +127,300 @@ java.lang.Object mhm.put(key, "C"); List list = (List) mhm.get(key);

    - list will be a list containing "A", "B", "C". -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Christopher Berry, James Strachan, Steve Downey, Stephen Colebourne, Julien Buret, Serhiy Yevtushenko, Robert Ribnitz
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - - - - - - - - - -
    -Constructor Summary
    MultiHashMap() - -
    -          Deprecated. Constructor.
    MultiHashMap(int initialCapacity) - -
    -          Deprecated. Constructor.
    MultiHashMap(int initialCapacity, - float loadFactor) - -
    -          Deprecated. Constructor.
    MultiHashMap(java.util.Map mapToCopy) - -
    -          Deprecated. Constructor that copies the input map creating an independent copy.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    - voidclear() - -
    -          Deprecated. Clear the map.
    - java.lang.Objectclone() - -
    -          Deprecated. Clones the map creating an independent copy.
    - booleancontainsValue(java.lang.Object value) - -
    -          Deprecated. Checks whether the map contains the value specified.
    - booleancontainsValue(java.lang.Object key, - java.lang.Object value) - -
    -          Deprecated. Checks whether the collection at the specified key contains the value.
    -protected  java.util.CollectioncreateCollection(java.util.Collection coll) - -
    -          Deprecated. Creates a new instance of the map value Collection container.
    - java.util.CollectiongetCollection(java.lang.Object key) - -
    -          Deprecated. Gets the collection mapped to the specified key.
    - java.util.Iteratoriterator(java.lang.Object key) - -
    -          Deprecated. Gets an iterator for the collection mapped to the specified key.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Deprecated. Adds the value to the collection associated with the specified key.
    - voidputAll(java.util.Map map) - -
    + list will be a list containing "A", "B", "C". +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Christopher Berry, James Strachan, Steve Downey, Stephen Colebourne, Julien Buret, Serhiy Yevtushenko, Robert Ribnitz
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    MultiHashMap() + +
    +          Deprecated. Constructor.
    MultiHashMap(int initialCapacity) + +
    +          Deprecated. Constructor.
    MultiHashMap(int initialCapacity, + float loadFactor) + +
    +          Deprecated. Constructor.
    MultiHashMap(java.util.Map mapToCopy) + +
    +          Deprecated. Constructor that copies the input map creating an independent copy.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    + voidclear() + +
    +          Deprecated. Clear the map.
    + java.lang.Objectclone() + +
    +          Deprecated. Clones the map creating an independent copy.
    + booleancontainsValue(java.lang.Object value) + +
    +          Deprecated. Checks whether the map contains the value specified.
    + booleancontainsValue(java.lang.Object key, + java.lang.Object value) + +
    +          Deprecated. Checks whether the collection at the specified key contains the value.
    +protected  java.util.CollectioncreateCollection(java.util.Collection coll) + +
    +          Deprecated. Creates a new instance of the map value Collection container.
    + java.util.CollectiongetCollection(java.lang.Object key) + +
    +          Deprecated. Gets the collection mapped to the specified key.
    + java.util.Iteratoriterator(java.lang.Object key) + +
    +          Deprecated. Gets an iterator for the collection mapped to the specified key.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Deprecated. Adds the value to the collection associated with the specified key.
    + voidputAll(java.util.Map map) + +
              Deprecated. Override superclass to ensure that MultiMap instances are - correctly handled.
    - booleanputAll(java.lang.Object key, - java.util.Collection values) - -
    -          Deprecated. Adds a collection of values to the collection associated with the specified key.
    - java.lang.Objectremove(java.lang.Object key, - java.lang.Object item) - -
    -          Deprecated. Removes a specific value from map.
    - intsize(java.lang.Object key) - -
    -          Deprecated. Gets the size of the collection mapped to the specified key.
    - inttotalSize() - -
    -          Deprecated. Gets the total size of the map by counting all the values.
    - java.util.Collectionvalues() - -
    -          Deprecated. Gets a collection containing all the values in the map.
    - - - - - - - -
    Methods inherited from class java.util.HashMap
    containsKey, entrySet, get, isEmpty, keySet, remove, size
    - - - - - - - -
    Methods inherited from class java.util.AbstractMap
    equals, hashCode, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.MultiMap
    get, remove, size
    - - - - - - - -
    Methods inherited from interface java.util.Map
    containsKey, entrySet, equals, hashCode, isEmpty, keySet
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -MultiHashMap

    -
    -public MultiHashMap()
    -
    -
    Deprecated. 
    Constructor. -

    -

    -
    - -

    -MultiHashMap

    -
    -public MultiHashMap(int initialCapacity)
    -
    -
    Deprecated. 
    Constructor. -

    -

    -
    Parameters:
    initialCapacity - the initial map capacity
    -
    -
    - -

    -MultiHashMap

    -
    -public MultiHashMap(int initialCapacity,
    -                    float loadFactor)
    -
    -
    Deprecated. 
    Constructor. -

    -

    -
    Parameters:
    initialCapacity - the initial map capacity
    loadFactor - the amount 0.0-1.0 at which to resize the map
    -
    -
    - -

    -MultiHashMap

    -
    -public MultiHashMap(java.util.Map mapToCopy)
    -
    + correctly handled.
    + booleanputAll(java.lang.Object key, + java.util.Collection values) + +
    +          Deprecated. Adds a collection of values to the collection associated with the specified key.
    + java.lang.Objectremove(java.lang.Object key, + java.lang.Object item) + +
    +          Deprecated. Removes a specific value from map.
    + intsize(java.lang.Object key) + +
    +          Deprecated. Gets the size of the collection mapped to the specified key.
    + inttotalSize() + +
    +          Deprecated. Gets the total size of the map by counting all the values.
    + java.util.Collectionvalues() + +
    +          Deprecated. Gets a collection containing all the values in the map.
    + + + + + + + +
    Methods inherited from class java.util.HashMap
    containsKey, entrySet, get, isEmpty, keySet, remove, size
    + + + + + + + +
    Methods inherited from class java.util.AbstractMap
    equals, hashCode, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.MultiMap
    get, remove, size
    + + + + + + + +
    Methods inherited from interface java.util.Map
    containsKey, entrySet, equals, hashCode, isEmpty, keySet
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +MultiHashMap

    +
    +public MultiHashMap()
    +
    +
    Deprecated. 
    Constructor. +

    +

    +
    + +

    +MultiHashMap

    +
    +public MultiHashMap(int initialCapacity)
    +
    +
    Deprecated. 
    Constructor. +

    +

    +
    Parameters:
    initialCapacity - the initial map capacity
    +
    +
    + +

    +MultiHashMap

    +
    +public MultiHashMap(int initialCapacity,
    +                    float loadFactor)
    +
    +
    Deprecated. 
    Constructor. +

    +

    +
    Parameters:
    initialCapacity - the initial map capacity
    loadFactor - the amount 0.0-1.0 at which to resize the map
    +
    +
    + +

    +MultiHashMap

    +
    +public MultiHashMap(java.util.Map mapToCopy)
    +
    Deprecated. 
    Constructor that copies the input map creating an independent copy.

    This method performs different behaviour depending on whether the map @@ -431,357 +431,357 @@ public MultiHashMap(java.util.Map mapToCopy) NOTE: From Commons Collections 3.1 this method correctly copies a MultiMap to form a truly independent new map. NOTE: From Commons Collections 3.2 this method delegates to the newly - added putAll(Map) override method. -

    -

    -
    Parameters:
    mapToCopy - a Map to copy
    -
    - - - - - - - - -
    -Method Detail
    - -

    -totalSize

    -
    -public int totalSize()
    -
    -
    Deprecated. 
    Gets the total size of the map by counting all the values. -

    -

    -
    -
    -
    - -
    Returns:
    the total size of the map counting all values
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -getCollection

    -
    -public java.util.Collection getCollection(java.lang.Object key)
    -
    + added putAll(Map) override method. +

    +

    +
    Parameters:
    mapToCopy - a Map to copy
    +
    + + + + + + + + +
    +Method Detail
    + +

    +totalSize

    +
    +public int totalSize()
    +
    +
    Deprecated. 
    Gets the total size of the map by counting all the values. +

    +

    +
    +
    +
    + +
    Returns:
    the total size of the map counting all values
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +getCollection

    +
    +public java.util.Collection getCollection(java.lang.Object key)
    +
    Deprecated. 
    Gets the collection mapped to the specified key. - This method is a convenience method to typecast the result of get(key). -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to retrieve -
    Returns:
    the collection mapped to the key, null if no mapping
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -size

    -
    -public int size(java.lang.Object key)
    -
    -
    Deprecated. 
    Gets the size of the collection mapped to the specified key. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to get size for -
    Returns:
    the size of the collection at the key, zero if key not in map
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator(java.lang.Object key)
    -
    -
    Deprecated. 
    Gets an iterator for the collection mapped to the specified key. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to get an iterator for -
    Returns:
    the iterator of the collection at the key, empty iterator if key not in map
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    + This method is a convenience method to typecast the result of get(key). +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to retrieve +
    Returns:
    the collection mapped to the key, null if no mapping
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +size

    +
    +public int size(java.lang.Object key)
    +
    +
    Deprecated. 
    Gets the size of the collection mapped to the specified key. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to get size for +
    Returns:
    the size of the collection at the key, zero if key not in map
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator(java.lang.Object key)
    +
    +
    Deprecated. 
    Gets an iterator for the collection mapped to the specified key. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to get an iterator for +
    Returns:
    the iterator of the collection at the key, empty iterator if key not in map
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    Deprecated. 
    Adds the value to the collection associated with the specified key.

    Unlike a normal Map the previous value is not replaced. - Instead the new value is added to the collection stored against the key. -

    -

    -
    Specified by:
    put in interface java.util.Map
    Specified by:
    put in interface MultiMap
    Overrides:
    put in class java.util.HashMap
    -
    -
    -
    Parameters:
    key - the key to store against
    value - the value to add to the collection at the key -
    Returns:
    the value added if the map changed and null if the map did not change
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map map)
    -
    + Instead the new value is added to the collection stored against the key. +

    +

    +
    Specified by:
    put in interface java.util.Map
    Specified by:
    put in interface MultiMap
    Overrides:
    put in class java.util.HashMap
    +
    +
    +
    Parameters:
    key - the key to store against
    value - the value to add to the collection at the key +
    Returns:
    the value added if the map changed and null if the map did not change
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map map)
    +
    Deprecated. 
    Override superclass to ensure that MultiMap instances are correctly handled.

    NOTE: Prior to version 3.2, putAll(map) did not work properly - when passed a MultiMap. -

    -

    -
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class java.util.HashMap
    -
    -
    -
    Parameters:
    map - the map to copy (either a normal or multi map)
    -
    -
    -
    - -

    -putAll

    -
    -public boolean putAll(java.lang.Object key,
    -                      java.util.Collection values)
    -
    -
    Deprecated. 
    Adds a collection of values to the collection associated with the specified key. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to store against
    values - the values to add to the collection at the key, null ignored -
    Returns:
    true if this map changed
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    + when passed a MultiMap. +

    +

    +
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class java.util.HashMap
    +
    +
    +
    Parameters:
    map - the map to copy (either a normal or multi map)
    +
    +
    +
    + +

    +putAll

    +
    +public boolean putAll(java.lang.Object key,
    +                      java.util.Collection values)
    +
    +
    Deprecated. 
    Adds a collection of values to the collection associated with the specified key. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to store against
    values - the values to add to the collection at the key, null ignored +
    Returns:
    true if this map changed
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    Deprecated. 
    Checks whether the map contains the value specified.

    - This checks all collections against all keys for the value, and thus could be slow. -

    -

    -
    Specified by:
    containsValue in interface java.util.Map
    Specified by:
    containsValue in interface MultiMap
    Overrides:
    containsValue in class java.util.HashMap
    -
    -
    -
    Parameters:
    value - the value to search for -
    Returns:
    true if the map contains the value
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object key,
    -                             java.lang.Object value)
    -
    -
    Deprecated. 
    Checks whether the collection at the specified key contains the value. -

    -

    -
    -
    -
    -
    Parameters:
    value - the value to search for -
    Returns:
    true if the map contains the value
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key,
    -                               java.lang.Object item)
    -
    + This checks all collections against all keys for the value, and thus could be slow. +

    +

    +
    Specified by:
    containsValue in interface java.util.Map
    Specified by:
    containsValue in interface MultiMap
    Overrides:
    containsValue in class java.util.HashMap
    +
    +
    +
    Parameters:
    value - the value to search for +
    Returns:
    true if the map contains the value
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object key,
    +                             java.lang.Object value)
    +
    +
    Deprecated. 
    Checks whether the collection at the specified key contains the value. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to search for +
    Returns:
    true if the map contains the value
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key,
    +                               java.lang.Object item)
    +
    Deprecated. 
    Removes a specific value from map.

    The item is removed from the collection mapped to the specified key. Other values attached to that key are unaffected.

    If the last value for a key is removed, null will be returned - from a subsequant get(key). -

    -

    -
    Specified by:
    remove in interface MultiMap
    -
    -
    -
    Parameters:
    key - the key to remove from
    item - the value to remove -
    Returns:
    the value removed (which was passed in), null if nothing removed
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    + from a subsequant get(key). +

    +

    +
    Specified by:
    remove in interface MultiMap
    +
    +
    +
    Parameters:
    key - the key to remove from
    item - the value to remove +
    Returns:
    the value removed (which was passed in), null if nothing removed
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    Deprecated. 
    Clear the map.

    - This clears each collection in the map, and so may be slow. -

    -

    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class java.util.HashMap
    -
    -
    -
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    + This clears each collection in the map, and so may be slow. +

    +

    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class java.util.HashMap
    +
    +
    +
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    Deprecated. 
    Gets a collection containing all the values in the map.

    - This returns a collection containing the combination of values from all keys. -

    -

    -
    Specified by:
    values in interface java.util.Map
    Specified by:
    values in interface MultiMap
    Overrides:
    values in class java.util.HashMap
    -
    -
    - -
    Returns:
    a collection view of the values contained in this map
    -
    -
    -
    - -

    -clone

    -
    -public java.lang.Object clone()
    -
    + This returns a collection containing the combination of values from all keys. +

    +

    +
    Specified by:
    values in interface java.util.Map
    Specified by:
    values in interface MultiMap
    Overrides:
    values in class java.util.HashMap
    +
    +
    + +
    Returns:
    a collection view of the values contained in this map
    +
    +
    +
    + +

    +clone

    +
    +public java.lang.Object clone()
    +
    Deprecated. 
    Clones the map creating an independent copy.

    - The clone will shallow clone the collections as well as the map. -

    -

    -
    Overrides:
    clone in class java.util.HashMap
    -
    -
    - -
    Returns:
    the cloned map
    -
    -
    -
    - -

    -createCollection

    -
    -protected java.util.Collection createCollection(java.util.Collection coll)
    -
    + The clone will shallow clone the collections as well as the map. +

    +

    +
    Overrides:
    clone in class java.util.HashMap
    +
    +
    + +
    Returns:
    the cloned map
    +
    +
    +
    + +

    +createCollection

    +
    +protected java.util.Collection createCollection(java.util.Collection coll)
    +
    Deprecated. 
    Creates a new instance of the map value Collection container.

    - This method can be overridden to use your own collection type. -

    -

    -
    -
    -
    -
    Parameters:
    coll - the collection to copy, may be null -
    Returns:
    the new collection
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This method can be overridden to use your own collection type. +

    +

    +
    +
    +
    +
    Parameters:
    coll - the collection to copy, may be null +
    Returns:
    the new collection
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/MultiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/MultiMap.html index ec8dc0f..d0adfb6 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/MultiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/MultiMap.html @@ -1,106 +1,106 @@ - - - - - - - -MultiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Interface MultiMap

    -
    -
    All Superinterfaces:
    java.util.Map
    -
    -
    -
    All Known Implementing Classes:
    MultiHashMap, MultiValueMap
    -
    -
    -
    -
    public interface MultiMap
    extends java.util.Map
    - - -

    + + + + + + + +MultiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Interface MultiMap

    +
    +
    All Superinterfaces:
    java.util.Map
    +
    +
    +
    All Known Implementing Classes:
    MultiHashMap, MultiValueMap
    +
    +
    +
    +
    public interface MultiMap
    extends java.util.Map
    + + +

    Defines a map that holds a collection of values against each key.

    A MultiMap is a Map with slightly different semantics. @@ -119,136 +119,136 @@ Defines a map that holds a collection of values against each key.

    NOTE: Additional methods were added to this interface in Commons Collections 3.1. These were added solely for documentation purposes and do not change the interface - as they were defined in the superinterface Map anyway. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Christopher Berry, James Strachan, Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleancontainsValue(java.lang.Object value) - -
    -          Checks whether the map contains the value specified.
    - java.lang.Objectget(java.lang.Object key) - -
    -          Gets the collection of values associated with the specified key.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Adds the value to the collection associated with the specified key.
    - java.lang.Objectremove(java.lang.Object key) - -
    -          Removes all values associated with the specified key.
    - java.lang.Objectremove(java.lang.Object key, - java.lang.Object item) - -
    -          Removes a specific value from map.
    - intsize() - -
    -          Gets the number of keys in this map.
    - java.util.Collectionvalues() - -
    -          Gets a collection containing all the values in the map.
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, entrySet, equals, hashCode, isEmpty, keySet, putAll
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -remove

    -
    -java.lang.Object remove(java.lang.Object key,
    -                        java.lang.Object item)
    -
    + as they were defined in the superinterface Map anyway. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Christopher Berry, James Strachan, Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleancontainsValue(java.lang.Object value) + +
    +          Checks whether the map contains the value specified.
    + java.lang.Objectget(java.lang.Object key) + +
    +          Gets the collection of values associated with the specified key.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Adds the value to the collection associated with the specified key.
    + java.lang.Objectremove(java.lang.Object key) + +
    +          Removes all values associated with the specified key.
    + java.lang.Objectremove(java.lang.Object key, + java.lang.Object item) + +
    +          Removes a specific value from map.
    + intsize() + +
    +          Gets the number of keys in this map.
    + java.util.Collectionvalues() + +
    +          Gets a collection containing all the values in the map.
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, entrySet, equals, hashCode, isEmpty, keySet, putAll
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +remove

    +
    +java.lang.Object remove(java.lang.Object key,
    +                        java.lang.Object item)
    +
    Removes a specific value from map.

    The item is removed from the collection mapped to the specified key. @@ -256,47 +256,47 @@ java.lang.Object remove(java.lang.Object key,

    If the last value for a key is removed, implementations typically return null from a subsequant get(Object), however - they may choose to return an empty collection. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to remove from
    item - the item to remove -
    Returns:
    the value removed (which was passed in), null if nothing removed -
    Throws: -
    java.lang.UnsupportedOperationException - if the map is unmodifiable -
    java.lang.ClassCastException - if the key or value is of an invalid type -
    java.lang.NullPointerException - if the key or value is null and null is invalid
    -
    -
    -
    - -

    -size

    -
    -int size()
    -
    + they may choose to return an empty collection. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to remove from
    item - the item to remove +
    Returns:
    the value removed (which was passed in), null if nothing removed +
    Throws: +
    java.lang.UnsupportedOperationException - if the map is unmodifiable +
    java.lang.ClassCastException - if the key or value is of an invalid type +
    java.lang.NullPointerException - if the key or value is null and null is invalid
    +
    +
    +
    + +

    +size

    +
    +int size()
    +
    Gets the number of keys in this map.

    Implementations typically return only the count of keys in the map - This cannot be mandated due to backwards compatability of this interface. -

    -

    -
    Specified by:
    size in interface java.util.Map
    -
    -
    - -
    Returns:
    the number of key-collection mappings in this map
    -
    -
    -
    - -

    -get

    -
    -java.lang.Object get(java.lang.Object key)
    -
    + This cannot be mandated due to backwards compatability of this interface. +

    +

    +
    Specified by:
    size in interface java.util.Map
    +
    +
    + +
    Returns:
    the number of key-collection mappings in this map
    +
    +
    +
    + +

    +get

    +
    +java.lang.Object get(java.lang.Object key)
    +
    Gets the collection of values associated with the specified key.

    The returned value will implement Collection. Implementations @@ -307,178 +307,178 @@ java.lang.Object get(java.lang.Object key) been mapped to the key, however the implementation may choose to return an empty collection.

    - Implementations may choose to return a clone of the internal collection. -

    -

    -
    Specified by:
    get in interface java.util.Map
    -
    -
    -
    Parameters:
    key - the key to retrieve + Implementations may choose to return a clone of the internal collection. +

    +

    +
    Specified by:
    get in interface java.util.Map
    +
    +
    +
    Parameters:
    key - the key to retrieve
    Returns:
    the Collection of values, implementations should - return null for no mapping, but may return an empty collection -
    Throws: -
    java.lang.ClassCastException - if the key is of an invalid type -
    java.lang.NullPointerException - if the key is null and null keys are invalid
    -
    -
    -
    - -

    -containsValue

    -
    -boolean containsValue(java.lang.Object value)
    -
    + return null for no mapping, but may return an empty collection +
    Throws: +
    java.lang.ClassCastException - if the key is of an invalid type +
    java.lang.NullPointerException - if the key is null and null keys are invalid
    +
    +
    +
    + +

    +containsValue

    +
    +boolean containsValue(java.lang.Object value)
    +
    Checks whether the map contains the value specified.

    Implementations typically check all collections against all keys for the value. - This cannot be mandated due to backwards compatability of this interface. -

    -

    -
    Specified by:
    containsValue in interface java.util.Map
    -
    -
    -
    Parameters:
    value - the value to search for -
    Returns:
    true if the map contains the value -
    Throws: -
    java.lang.ClassCastException - if the value is of an invalid type -
    java.lang.NullPointerException - if the value is null and null value are invalid
    -
    -
    -
    - -

    -put

    -
    -java.lang.Object put(java.lang.Object key,
    -                     java.lang.Object value)
    -
    + This cannot be mandated due to backwards compatability of this interface. +

    +

    +
    Specified by:
    containsValue in interface java.util.Map
    +
    +
    +
    Parameters:
    value - the value to search for +
    Returns:
    true if the map contains the value +
    Throws: +
    java.lang.ClassCastException - if the value is of an invalid type +
    java.lang.NullPointerException - if the value is null and null value are invalid
    +
    +
    +
    + +

    +put

    +
    +java.lang.Object put(java.lang.Object key,
    +                     java.lang.Object value)
    +
    Adds the value to the collection associated with the specified key.

    Unlike a normal Map the previous value is not replaced. Instead the new value is added to the collection stored against the key. The collection may be a List, Set or other - collection dependent on implementation. -

    -

    -
    Specified by:
    put in interface java.util.Map
    -
    -
    -
    Parameters:
    key - the key to store against
    value - the value to add to the collection at the key -
    Returns:
    typically the value added if the map changed and null if the map did not change -
    Throws: -
    java.lang.UnsupportedOperationException - if the map is unmodifiable -
    java.lang.ClassCastException - if the key or value is of an invalid type -
    java.lang.NullPointerException - if the key or value is null and null is invalid -
    java.lang.IllegalArgumentException - if the key or value is invalid
    -
    -
    -
    - -

    -remove

    -
    -java.lang.Object remove(java.lang.Object key)
    -
    + collection dependent on implementation. +

    +

    +
    Specified by:
    put in interface java.util.Map
    +
    +
    +
    Parameters:
    key - the key to store against
    value - the value to add to the collection at the key +
    Returns:
    typically the value added if the map changed and null if the map did not change +
    Throws: +
    java.lang.UnsupportedOperationException - if the map is unmodifiable +
    java.lang.ClassCastException - if the key or value is of an invalid type +
    java.lang.NullPointerException - if the key or value is null and null is invalid +
    java.lang.IllegalArgumentException - if the key or value is invalid
    +
    +
    +
    + +

    +remove

    +
    +java.lang.Object remove(java.lang.Object key)
    +
    Removes all values associated with the specified key.

    Implementations typically return null from a subsequant - get(Object), however they may choose to return an empty collection. -

    -

    -
    Specified by:
    remove in interface java.util.Map
    -
    -
    -
    Parameters:
    key - the key to remove values from + get(Object), however they may choose to return an empty collection. +

    +

    +
    Specified by:
    remove in interface java.util.Map
    +
    +
    +
    Parameters:
    key - the key to remove values from
    Returns:
    the Collection of values removed, implementations should - return null for no mapping found, but may return an empty collection -
    Throws: -
    java.lang.UnsupportedOperationException - if the map is unmodifiable -
    java.lang.ClassCastException - if the key is of an invalid type -
    java.lang.NullPointerException - if the key is null and null keys are invalid
    -
    -
    -
    - -

    -values

    -
    -java.util.Collection values()
    -
    + return null for no mapping found, but may return an empty collection +
    Throws: +
    java.lang.UnsupportedOperationException - if the map is unmodifiable +
    java.lang.ClassCastException - if the key is of an invalid type +
    java.lang.NullPointerException - if the key is null and null keys are invalid
    +
    +
    +
    + +

    +values

    +
    +java.util.Collection values()
    +
    Gets a collection containing all the values in the map.

    Inplementations typically return a collection containing the combination of values from all keys. - This cannot be mandated due to backwards compatability of this interface. -

    -

    -
    Specified by:
    values in interface java.util.Map
    -
    -
    - -
    Returns:
    a collection view of the values contained in this map
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This cannot be mandated due to backwards compatability of this interface. +

    +

    +
    Specified by:
    values in interface java.util.Map
    +
    +
    + +
    Returns:
    a collection view of the values contained in this map
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/OrderedBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/OrderedBidiMap.html index 43595d0..acb87a0 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/OrderedBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/OrderedBidiMap.html @@ -1,237 +1,237 @@ - - - - - - - -OrderedBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Interface OrderedBidiMap

    -
    -
    All Superinterfaces:
    BidiMap, IterableMap, java.util.Map, OrderedMap
    -
    -
    -
    All Known Subinterfaces:
    SortedBidiMap
    -
    -
    -
    All Known Implementing Classes:
    AbstractOrderedBidiMapDecorator, AbstractSortedBidiMapDecorator, DualTreeBidiMap, TreeBidiMap, UnmodifiableOrderedBidiMap, UnmodifiableSortedBidiMap
    -
    -
    -
    -
    public interface OrderedBidiMap
    extends BidiMap, OrderedMap
    - - -

    + + + + + + + +OrderedBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Interface OrderedBidiMap

    +
    +
    All Superinterfaces:
    BidiMap, IterableMap, java.util.Map, OrderedMap
    +
    +
    +
    All Known Subinterfaces:
    SortedBidiMap
    +
    +
    +
    All Known Implementing Classes:
    AbstractOrderedBidiMapDecorator, AbstractSortedBidiMapDecorator, DualTreeBidiMap, TreeBidiMap, UnmodifiableOrderedBidiMap, UnmodifiableSortedBidiMap
    +
    +
    +
    +
    public interface OrderedBidiMap
    extends BidiMap, OrderedMap
    + + +

    Defines a map that allows bidirectional lookup between key and values and retains and provides access to an ordering.

    Implementations should allow a value to be looked up from a key and - a key to be looked up from a value with equal performance. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - - - - - -
    -Method Summary
    - BidiMapinverseBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - OrderedBidiMapinverseOrderedBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.BidiMap
    getKey, mapIterator, put, removeValue
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.OrderedMap
    firstKey, lastKey, nextKey, orderedMapIterator, previousKey
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -inverseBidiMap

    -
    -BidiMap inverseBidiMap()
    -
    + a key to be looked up from a value with equal performance. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + + + + + +
    +Method Summary
    + BidiMapinverseBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + OrderedBidiMapinverseOrderedBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.BidiMap
    getKey, mapIterator, put, removeValue
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.OrderedMap
    firstKey, lastKey, nextKey, orderedMapIterator, previousKey
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +inverseBidiMap

    +
    +BidiMap inverseBidiMap()
    +
    Gets a view of this map where the keys and values are reversed.

    Changes to one map will be visible in the other and vice versa. @@ -242,23 +242,23 @@ inverseBidiMap method on the inverse map should return the original.

    Implementations must return an OrderedBidiMap instance, - usually by forwarding to inverseOrderedBidiMap(). -

    -

    -
    Specified by:
    inverseBidiMap in interface BidiMap
    -
    -
    - -
    Returns:
    an inverted bidirectional map
    -
    -
    -
    - -

    -inverseOrderedBidiMap

    -
    -OrderedBidiMap inverseOrderedBidiMap()
    -
    + usually by forwarding to inverseOrderedBidiMap(). +

    +

    +
    Specified by:
    inverseBidiMap in interface BidiMap
    +
    +
    + +
    Returns:
    an inverted bidirectional map
    +
    +
    +
    + +

    +inverseOrderedBidiMap

    +
    +OrderedBidiMap inverseOrderedBidiMap()
    +
    Gets a view of this map where the keys and values are reversed.

    Changes to one map will be visible in the other and vice versa. @@ -266,77 +266,77 @@ inverseOrderedBidiMap

    Implementations should seek to avoid creating a new object every time this method is called. See AbstractMap.values() etc. Calling this - method on the inverse map should return the original. -

    -

    -
    -
    -
    - -
    Returns:
    an inverted bidirectional map
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + method on the inverse map should return the original. +

    +

    +
    +
    +
    + +
    Returns:
    an inverted bidirectional map
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/OrderedIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/OrderedIterator.html index aec1990..3f29cc9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/OrderedIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/OrderedIterator.html @@ -1,269 +1,269 @@ - - - - - - - -OrderedIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Interface OrderedIterator

    -
    -
    All Superinterfaces:
    java.util.Iterator
    -
    -
    -
    All Known Subinterfaces:
    OrderedMapIterator
    -
    -
    -
    All Known Implementing Classes:
    AbstractLinkedList.LinkedListIterator, AbstractLinkedList.LinkedSubListIterator, AbstractLinkedMap.EntrySetIterator, AbstractLinkedMap.KeySetIterator, AbstractLinkedMap.LinkIterator, AbstractLinkedMap.LinkMapIterator, AbstractLinkedMap.ValuesIterator, AbstractOrderedMapIteratorDecorator, CursorableLinkedList.Cursor, CursorableLinkedList.SubCursor, DualTreeBidiMap.BidiOrderedMapIterator, EmptyOrderedIterator, EmptyOrderedMapIterator, UnmodifiableOrderedMapIterator
    -
    -
    -
    -
    public interface OrderedIterator
    extends java.util.Iterator
    - - -

    + + + + + + + +OrderedIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Interface OrderedIterator

    +
    +
    All Superinterfaces:
    java.util.Iterator
    +
    +
    +
    All Known Subinterfaces:
    OrderedMapIterator
    +
    +
    +
    All Known Implementing Classes:
    AbstractLinkedList.LinkedListIterator, AbstractLinkedList.LinkedSubListIterator, AbstractLinkedMap.EntrySetIterator, AbstractLinkedMap.KeySetIterator, AbstractLinkedMap.LinkIterator, AbstractLinkedMap.LinkMapIterator, AbstractLinkedMap.ValuesIterator, AbstractOrderedMapIteratorDecorator, CursorableLinkedList.Cursor, CursorableLinkedList.SubCursor, DualTreeBidiMap.BidiOrderedMapIterator, EmptyOrderedIterator, EmptyOrderedMapIterator, UnmodifiableOrderedMapIterator
    +
    +
    +
    +
    public interface OrderedIterator
    extends java.util.Iterator
    + + +

    Defines an iterator that operates over an ordered collection.

    - This iterator allows both forward and reverse iteration through the collection. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanhasPrevious() - -
    -          Checks to see if there is a previous element that can be iterated to.
    - java.lang.Objectprevious() - -
    -          Gets the previous element from the collection.
    - - - - - - - -
    Methods inherited from interface java.util.Iterator
    hasNext, next, remove
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -hasPrevious

    -
    -boolean hasPrevious()
    -
    -
    Checks to see if there is a previous element that can be iterated to. -

    -

    -
    -
    -
    - -
    Returns:
    true if the iterator has a previous element
    -
    -
    -
    - -

    -previous

    -
    -java.lang.Object previous()
    -
    -
    Gets the previous element from the collection. -

    -

    -
    -
    -
    - -
    Returns:
    the previous element in the iteration -
    Throws: -
    java.util.NoSuchElementException - if the iteration is finished
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This iterator allows both forward and reverse iteration through the collection. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanhasPrevious() + +
    +          Checks to see if there is a previous element that can be iterated to.
    + java.lang.Objectprevious() + +
    +          Gets the previous element from the collection.
    + + + + + + + +
    Methods inherited from interface java.util.Iterator
    hasNext, next, remove
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +hasPrevious

    +
    +boolean hasPrevious()
    +
    +
    Checks to see if there is a previous element that can be iterated to. +

    +

    +
    +
    +
    + +
    Returns:
    true if the iterator has a previous element
    +
    +
    +
    + +

    +previous

    +
    +java.lang.Object previous()
    +
    +
    Gets the previous element from the collection. +

    +

    +
    +
    +
    + +
    Returns:
    the previous element in the iteration +
    Throws: +
    java.util.NoSuchElementException - if the iteration is finished
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/OrderedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/OrderedMap.html index 06a84a6..59de39b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/OrderedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/OrderedMap.html @@ -1,230 +1,230 @@ - - - - - - - -OrderedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Interface OrderedMap

    -
    -
    All Superinterfaces:
    IterableMap, java.util.Map
    -
    -
    -
    All Known Subinterfaces:
    OrderedBidiMap, SortedBidiMap
    -
    -
    -
    All Known Implementing Classes:
    AbstractLinkedMap, AbstractOrderedBidiMapDecorator, AbstractOrderedMapDecorator, AbstractSortedBidiMapDecorator, DualTreeBidiMap, LinkedMap, ListOrderedMap, LRUMap, SingletonMap, TreeBidiMap, UnmodifiableOrderedBidiMap, UnmodifiableOrderedMap, UnmodifiableSortedBidiMap
    -
    -
    -
    -
    public interface OrderedMap
    extends IterableMap
    - - -

    + + + + + + + +OrderedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Interface OrderedMap

    +
    +
    All Superinterfaces:
    IterableMap, java.util.Map
    +
    +
    +
    All Known Subinterfaces:
    OrderedBidiMap, SortedBidiMap
    +
    +
    +
    All Known Implementing Classes:
    AbstractLinkedMap, AbstractOrderedBidiMapDecorator, AbstractOrderedMapDecorator, AbstractSortedBidiMapDecorator, DualTreeBidiMap, LinkedMap, ListOrderedMap, LRUMap, SingletonMap, TreeBidiMap, UnmodifiableOrderedBidiMap, UnmodifiableOrderedMap, UnmodifiableSortedBidiMap
    +
    +
    +
    +
    public interface OrderedMap
    extends IterableMap
    + + +

    Defines a map that maintains order and allows both forward and backward - iteration through that order. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.ObjectfirstKey() - -
    -          Gets the first key currently in this map.
    - java.lang.ObjectlastKey() - -
    -          Gets the last key currently in this map.
    - java.lang.ObjectnextKey(java.lang.Object key) - -
    -          Gets the next key after the one specified.
    - OrderedMapIteratororderedMapIterator() - -
    -          Obtains an OrderedMapIterator over the map.
    - java.lang.ObjectpreviousKey(java.lang.Object key) - -
    -          Gets the previous key before the one specified.
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.IterableMap
    mapIterator
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -orderedMapIterator

    -
    -OrderedMapIterator orderedMapIterator()
    -
    + iteration through that order. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.ObjectfirstKey() + +
    +          Gets the first key currently in this map.
    + java.lang.ObjectlastKey() + +
    +          Gets the last key currently in this map.
    + java.lang.ObjectnextKey(java.lang.Object key) + +
    +          Gets the next key after the one specified.
    + OrderedMapIteratororderedMapIterator() + +
    +          Obtains an OrderedMapIterator over the map.
    + java.lang.ObjectpreviousKey(java.lang.Object key) + +
    +          Gets the previous key before the one specified.
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.IterableMap
    mapIterator
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +orderedMapIterator

    +
    +OrderedMapIterator orderedMapIterator()
    +
    Obtains an OrderedMapIterator over the map.

    A ordered map iterator is an efficient way of iterating over maps @@ -238,149 +238,149 @@ orderedMapIterator it.setValue("newValue"); Object previousKey = it.previous(); } - -

    -

    -
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    -
    - -

    -firstKey

    -
    -java.lang.Object firstKey()
    -
    -
    Gets the first key currently in this map. -

    -

    -
    -
    -
    - -
    Returns:
    the first key currently in this map -
    Throws: -
    java.util.NoSuchElementException - if this map is empty
    -
    -
    -
    - -

    -lastKey

    -
    -java.lang.Object lastKey()
    -
    -
    Gets the last key currently in this map. -

    -

    -
    -
    -
    - -
    Returns:
    the last key currently in this map -
    Throws: -
    java.util.NoSuchElementException - if this map is empty
    -
    -
    -
    - -

    -nextKey

    -
    -java.lang.Object nextKey(java.lang.Object key)
    -
    -
    Gets the next key after the one specified. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to search for next from -
    Returns:
    the next key, null if no match or at end
    -
    -
    -
    - -

    -previousKey

    -
    -java.lang.Object previousKey(java.lang.Object key)
    -
    -
    Gets the previous key before the one specified. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to search for previous from -
    Returns:
    the previous key, null if no match or at start
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + +

    +

    +
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    +
    + +

    +firstKey

    +
    +java.lang.Object firstKey()
    +
    +
    Gets the first key currently in this map. +

    +

    +
    +
    +
    + +
    Returns:
    the first key currently in this map +
    Throws: +
    java.util.NoSuchElementException - if this map is empty
    +
    +
    +
    + +

    +lastKey

    +
    +java.lang.Object lastKey()
    +
    +
    Gets the last key currently in this map. +

    +

    +
    +
    +
    + +
    Returns:
    the last key currently in this map +
    Throws: +
    java.util.NoSuchElementException - if this map is empty
    +
    +
    +
    + +

    +nextKey

    +
    +java.lang.Object nextKey(java.lang.Object key)
    +
    +
    Gets the next key after the one specified. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to search for next from +
    Returns:
    the next key, null if no match or at end
    +
    +
    +
    + +

    +previousKey

    +
    +java.lang.Object previousKey(java.lang.Object key)
    +
    +
    Gets the previous key before the one specified. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to search for previous from +
    Returns:
    the previous key, null if no match or at start
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/OrderedMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/OrderedMapIterator.html index 7cd736e..ae8c37c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/OrderedMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/OrderedMapIterator.html @@ -1,266 +1,266 @@ - - - - - - - -OrderedMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Interface OrderedMapIterator

    -
    -
    All Superinterfaces:
    java.util.Iterator, MapIterator, OrderedIterator
    -
    -
    -
    All Known Implementing Classes:
    AbstractLinkedMap.LinkMapIterator, AbstractOrderedMapIteratorDecorator, DualTreeBidiMap.BidiOrderedMapIterator, EmptyOrderedMapIterator, UnmodifiableOrderedMapIterator
    -
    -
    -
    -
    public interface OrderedMapIterator
    extends MapIterator, OrderedIterator
    - - -

    + + + + + + + +OrderedMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Interface OrderedMapIterator

    +
    +
    All Superinterfaces:
    java.util.Iterator, MapIterator, OrderedIterator
    +
    +
    +
    All Known Implementing Classes:
    AbstractLinkedMap.LinkMapIterator, AbstractOrderedMapIteratorDecorator, DualTreeBidiMap.BidiOrderedMapIterator, EmptyOrderedMapIterator, UnmodifiableOrderedMapIterator
    +
    +
    +
    +
    public interface OrderedMapIterator
    extends MapIterator, OrderedIterator
    + + +

    Defines an iterator that operates over an ordered Map.

    - This iterator allows both forward and reverse iteration through the map. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanhasPrevious() - -
    -          Checks to see if there is a previous entry that can be iterated to.
    - java.lang.Objectprevious() - -
    -          Gets the previous key from the Map.
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.MapIterator
    getKey, getValue, hasNext, next, remove, setValue
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -hasPrevious

    -
    -boolean hasPrevious()
    -
    -
    Checks to see if there is a previous entry that can be iterated to. -

    -

    -
    Specified by:
    hasPrevious in interface OrderedIterator
    -
    -
    - -
    Returns:
    true if the iterator has a previous element
    -
    -
    -
    - -

    -previous

    -
    -java.lang.Object previous()
    -
    -
    Gets the previous key from the Map. -

    -

    -
    Specified by:
    previous in interface OrderedIterator
    -
    -
    - -
    Returns:
    the previous key in the iteration -
    Throws: -
    java.util.NoSuchElementException - if the iteration is finished
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This iterator allows both forward and reverse iteration through the map. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanhasPrevious() + +
    +          Checks to see if there is a previous entry that can be iterated to.
    + java.lang.Objectprevious() + +
    +          Gets the previous key from the Map.
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.MapIterator
    getKey, getValue, hasNext, next, remove, setValue
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +hasPrevious

    +
    +boolean hasPrevious()
    +
    +
    Checks to see if there is a previous entry that can be iterated to. +

    +

    +
    Specified by:
    hasPrevious in interface OrderedIterator
    +
    +
    + +
    Returns:
    true if the iterator has a previous element
    +
    +
    +
    + +

    +previous

    +
    +java.lang.Object previous()
    +
    +
    Gets the previous key from the Map. +

    +

    +
    Specified by:
    previous in interface OrderedIterator
    +
    +
    + +
    Returns:
    the previous key in the iteration +
    Throws: +
    java.util.NoSuchElementException - if the iteration is finished
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Predicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Predicate.html index 8fd46eb..81b5275 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Predicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Predicate.html @@ -1,106 +1,106 @@ - - - - - - - -Predicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Interface Predicate

    -
    -
    All Known Subinterfaces:
    PredicateDecorator
    -
    -
    -
    All Known Implementing Classes:
    AllPredicate, AndPredicate, AnyPredicate, EqualPredicate, ExceptionPredicate, FalsePredicate, IdentityPredicate, InstanceofPredicate, NonePredicate, NotNullPredicate, NotPredicate, NullIsExceptionPredicate, NullIsFalsePredicate, NullIsTruePredicate, NullPredicate, OnePredicate, OrPredicate, TransformedPredicate, TransformerPredicate, TruePredicate, UniquePredicate
    -
    -
    -
    -
    public interface Predicate
    - - -

    + + + + + + + +Predicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Interface Predicate

    +
    +
    All Known Subinterfaces:
    PredicateDecorator
    +
    +
    +
    All Known Implementing Classes:
    AllPredicate, AndPredicate, AnyPredicate, EqualPredicate, ExceptionPredicate, FalsePredicate, IdentityPredicate, InstanceofPredicate, NonePredicate, NotNullPredicate, NotPredicate, NullIsExceptionPredicate, NullIsFalsePredicate, NullIsTruePredicate, NullPredicate, OnePredicate, OrPredicate, TransformedPredicate, TransformerPredicate, TruePredicate, UniquePredicate
    +
    +
    +
    +
    public interface Predicate
    + + +

    Defines a functor interface implemented by classes that perform a predicate test on an object.

    @@ -110,129 +110,129 @@ Defines a functor interface implemented by classes that perform a predicate

    Standard implementations of common predicates are provided by PredicateUtils. These include true, false, instanceof, equals, and, - or, not, method invokation and null testing. -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Strachan, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - -
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    -          Use the specified parameter to perform a test that returns true or false.
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -evaluate

    -
    -boolean evaluate(java.lang.Object object)
    -
    -
    Use the specified parameter to perform a test that returns true or false. -

    -

    -
    Parameters:
    object - the object to evaluate, should not be changed -
    Returns:
    true or false -
    Throws: -
    java.lang.ClassCastException - (runtime) if the input is the wrong class -
    java.lang.IllegalArgumentException - (runtime) if the input is invalid -
    FunctorException - (runtime) if the predicate encounters a problem
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + or, not, method invokation and null testing. +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Strachan, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + +
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
    +          Use the specified parameter to perform a test that returns true or false.
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +evaluate

    +
    +boolean evaluate(java.lang.Object object)
    +
    +
    Use the specified parameter to perform a test that returns true or false. +

    +

    +
    Parameters:
    object - the object to evaluate, should not be changed +
    Returns:
    true or false +
    Throws: +
    java.lang.ClassCastException - (runtime) if the input is the wrong class +
    java.lang.IllegalArgumentException - (runtime) if the input is invalid +
    FunctorException - (runtime) if the predicate encounters a problem
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/PredicateUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/PredicateUtils.html index 2c091be..38696ef 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/PredicateUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/PredicateUtils.html @@ -1,104 +1,104 @@ - - - - - - - -PredicateUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class PredicateUtils

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.PredicateUtils
    -
    -
    -
    -
    public class PredicateUtils
    extends java.lang.Object
    - - -

    + + + + + + + +PredicateUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class PredicateUtils

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.PredicateUtils
    +
    +
    +
    +
    public class PredicateUtils
    extends java.lang.Object
    + + +

    PredicateUtils provides reference implementations and utilities for the Predicate functor interface. The supplied predicates are:

      @@ -121,929 +121,929 @@ java.lang.Object
    • NullIsException/NullIsFalse/NullIsTrue - check for null input
    • Transformed - transforms the input before calling the predicate
    - All the supplied predicates are Serializable. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Ola Berg
    -
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    PredicateUtils() - -
    -          This class is not normally instantiated.
    -  - - - - - - - - - - + +
    -Method Summary
    -static PredicateallPredicate(java.util.Collection predicates) - -
    + All the supplied predicates are Serializable. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Ola Berg
    +
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    PredicateUtils() + +
    +          This class is not normally instantiated.
    +  + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - -
    +Method Summary
    +static PredicateallPredicate(java.util.Collection predicates) + +
              Create a new Predicate that returns true only if all of the specified - predicates are true.
    -static PredicateallPredicate(Predicate[] predicates) - -
    + predicates are true.
    +static PredicateallPredicate(Predicate[] predicates) + +
              Create a new Predicate that returns true only if all of the specified - predicates are true.
    -static PredicateandPredicate(Predicate predicate1, - Predicate predicate2) - -
    + predicates are true.
    +static PredicateandPredicate(Predicate predicate1, + Predicate predicate2) + +
              Create a new Predicate that returns true only if both of the specified - predicates are true.
    -static PredicateanyPredicate(java.util.Collection predicates) - -
    + predicates are true.
    +static PredicateanyPredicate(java.util.Collection predicates) + +
              Create a new Predicate that returns true if any of the specified - predicates are true.
    -static PredicateanyPredicate(Predicate[] predicates) - -
    + predicates are true.
    +static PredicateanyPredicate(Predicate[] predicates) + +
              Create a new Predicate that returns true if any of the specified - predicates are true.
    -static PredicateasPredicate(Transformer transformer) - -
    -          Create a new Predicate that wraps a Transformer.
    -static PredicateeitherPredicate(Predicate predicate1, - Predicate predicate2) - -
    + predicates are true.
    +static PredicateasPredicate(Transformer transformer) + +
    +          Create a new Predicate that wraps a Transformer.
    +static PredicateeitherPredicate(Predicate predicate1, + Predicate predicate2) + +
              Create a new Predicate that returns true if one, but not both, of the - specified predicates are true.
    -static PredicateequalPredicate(java.lang.Object value) - -
    + specified predicates are true.
    +static PredicateequalPredicate(java.lang.Object value) + +
              Creates a Predicate that checks if the input object is equal to the - specified object using equals().
    -static PredicateexceptionPredicate() - -
    -          Gets a Predicate that always throws an exception.
    -static PredicatefalsePredicate() - -
    -          Gets a Predicate that always returns false.
    -static PredicateidentityPredicate(java.lang.Object value) - -
    + specified object using equals().
    +static PredicateexceptionPredicate() + +
    +          Gets a Predicate that always throws an exception.
    +static PredicatefalsePredicate() + +
    +          Gets a Predicate that always returns false.
    +static PredicateidentityPredicate(java.lang.Object value) + +
              Creates a Predicate that checks if the input object is equal to the - specified object by identity.
    -static PredicateinstanceofPredicate(java.lang.Class type) - -
    + specified object by identity.
    +static PredicateinstanceofPredicate(java.lang.Class type) + +
              Creates a Predicate that checks if the object passed in is of - a particular type, using instanceof.
    -static PredicateinvokerPredicate(java.lang.String methodName) - -
    -          Creates a Predicate that invokes a method on the input object.
    -static PredicateinvokerPredicate(java.lang.String methodName, - java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    -          Creates a Predicate that invokes a method on the input object.
    -static PredicateneitherPredicate(Predicate predicate1, - Predicate predicate2) - -
    -          Create a new Predicate that returns true if neither of the specified - predicates are true.
    -static PredicatenonePredicate(java.util.Collection predicates) - -
    + a particular type, using instanceof.
    +static PredicateinvokerPredicate(java.lang.String methodName) + +
    +          Creates a Predicate that invokes a method on the input object.
    +static PredicateinvokerPredicate(java.lang.String methodName, + java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
    +          Creates a Predicate that invokes a method on the input object.
    +static PredicateneitherPredicate(Predicate predicate1, + Predicate predicate2) + +
    +          Create a new Predicate that returns true if neither of the specified + predicates are true.
    +static PredicatenonePredicate(java.util.Collection predicates) + +
              Create a new Predicate that returns true if none of the specified - predicates are true.
    -static PredicatenonePredicate(Predicate[] predicates) - -
    + predicates are true.
    +static PredicatenonePredicate(Predicate[] predicates) + +
              Create a new Predicate that returns true if none of the specified - predicates are true.
    -static PredicatenotNullPredicate() - -
    -          Gets a Predicate that checks if the input object passed in is not null.
    -static PredicatenotPredicate(Predicate predicate) - -
    + predicates are true.
    +static PredicatenotNullPredicate() + +
    +          Gets a Predicate that checks if the input object passed in is not null.
    +static PredicatenotPredicate(Predicate predicate) + +
              Create a new Predicate that returns true if the specified predicate - returns false and vice versa.
    -static PredicatenullIsExceptionPredicate(Predicate predicate) - -
    -          Gets a Predicate that throws an exception if the input object is null, - otherwise it calls the specified Predicate.
    -static PredicatenullIsFalsePredicate(Predicate predicate) - -
    + returns false and vice versa.
    +static PredicatenullIsExceptionPredicate(Predicate predicate) + +
    +          Gets a Predicate that throws an exception if the input object is null, + otherwise it calls the specified Predicate.
    +static PredicatenullIsFalsePredicate(Predicate predicate) + +
              Gets a Predicate that returns false if the input object is null, otherwise - it calls the specified Predicate.
    -static PredicatenullIsTruePredicate(Predicate predicate) - -
    + it calls the specified Predicate.
    +static PredicatenullIsTruePredicate(Predicate predicate) + +
              Gets a Predicate that returns true if the input object is null, otherwise - it calls the specified Predicate.
    -static PredicatenullPredicate() - -
    -          Gets a Predicate that checks if the input object passed in is null.
    -static PredicateonePredicate(java.util.Collection predicates) - -
    + it calls the specified Predicate.
    +static PredicatenullPredicate() + +
    +          Gets a Predicate that checks if the input object passed in is null.
    +static PredicateonePredicate(java.util.Collection predicates) + +
              Create a new Predicate that returns true if only one of the specified - predicates are true.
    -static PredicateonePredicate(Predicate[] predicates) - -
    + predicates are true.
    +static PredicateonePredicate(Predicate[] predicates) + +
              Create a new Predicate that returns true if only one of the specified - predicates are true.
    -static PredicateorPredicate(Predicate predicate1, - Predicate predicate2) - -
    + predicates are true.
    +static PredicateorPredicate(Predicate predicate1, + Predicate predicate2) + +
              Create a new Predicate that returns true if either of the specified - predicates are true.
    -static PredicatetransformedPredicate(Transformer transformer, - Predicate predicate) - -
    + predicates are true.
    +static PredicatetransformedPredicate(Transformer transformer, + Predicate predicate) + +
              Creates a predicate that transforms the input object before passing it - to the predicate.
    -static PredicatetruePredicate() - -
    -          Gets a Predicate that always returns true.
    -static PredicateuniquePredicate() - -
    + to the predicate.
    +static PredicatetruePredicate() + +
    +          Gets a Predicate that always returns true.
    +static PredicateuniquePredicate() + +
              Creates a Predicate that returns true the first time an object is - encountered, and false if the same object is received - again.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -PredicateUtils

    -
    -public PredicateUtils()
    -
    -
    This class is not normally instantiated. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -exceptionPredicate

    -
    -public static Predicate exceptionPredicate()
    -
    + encountered, and false if the same object is received + again.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +PredicateUtils

    +
    +public PredicateUtils()
    +
    +
    This class is not normally instantiated. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +exceptionPredicate

    +
    +public static Predicate exceptionPredicate()
    +
    Gets a Predicate that always throws an exception. - This could be useful during testing as a placeholder. -

    -

    - -
    Returns:
    the predicate
    See Also:
    ExceptionPredicate
    -
    -
    -
    - -

    -truePredicate

    -
    -public static Predicate truePredicate()
    -
    -
    Gets a Predicate that always returns true. -

    -

    - -
    Returns:
    the predicate
    See Also:
    TruePredicate
    -
    -
    -
    - -

    -falsePredicate

    -
    -public static Predicate falsePredicate()
    -
    -
    Gets a Predicate that always returns false. -

    -

    - -
    Returns:
    the predicate
    See Also:
    FalsePredicate
    -
    -
    -
    - -

    -nullPredicate

    -
    -public static Predicate nullPredicate()
    -
    -
    Gets a Predicate that checks if the input object passed in is null. -

    -

    - -
    Returns:
    the predicate
    See Also:
    NullPredicate
    -
    -
    -
    - -

    -notNullPredicate

    -
    -public static Predicate notNullPredicate()
    -
    -
    Gets a Predicate that checks if the input object passed in is not null. -

    -

    - -
    Returns:
    the predicate
    See Also:
    NotNullPredicate
    -
    -
    -
    - -

    -equalPredicate

    -
    -public static Predicate equalPredicate(java.lang.Object value)
    -
    + This could be useful during testing as a placeholder. +

    +

    + +
    Returns:
    the predicate
    See Also:
    ExceptionPredicate
    +
    +
    +
    + +

    +truePredicate

    +
    +public static Predicate truePredicate()
    +
    +
    Gets a Predicate that always returns true. +

    +

    + +
    Returns:
    the predicate
    See Also:
    TruePredicate
    +
    +
    +
    + +

    +falsePredicate

    +
    +public static Predicate falsePredicate()
    +
    +
    Gets a Predicate that always returns false. +

    +

    + +
    Returns:
    the predicate
    See Also:
    FalsePredicate
    +
    +
    +
    + +

    +nullPredicate

    +
    +public static Predicate nullPredicate()
    +
    +
    Gets a Predicate that checks if the input object passed in is null. +

    +

    + +
    Returns:
    the predicate
    See Also:
    NullPredicate
    +
    +
    +
    + +

    +notNullPredicate

    +
    +public static Predicate notNullPredicate()
    +
    +
    Gets a Predicate that checks if the input object passed in is not null. +

    +

    + +
    Returns:
    the predicate
    See Also:
    NotNullPredicate
    +
    +
    +
    + +

    +equalPredicate

    +
    +public static Predicate equalPredicate(java.lang.Object value)
    +
    Creates a Predicate that checks if the input object is equal to the - specified object using equals(). -

    -

    -
    Parameters:
    value - the value to compare against -
    Returns:
    the predicate
    See Also:
    EqualPredicate
    -
    -
    -
    - -

    -identityPredicate

    -
    -public static Predicate identityPredicate(java.lang.Object value)
    -
    + specified object using equals(). +

    +

    +
    Parameters:
    value - the value to compare against +
    Returns:
    the predicate
    See Also:
    EqualPredicate
    +
    +
    +
    + +

    +identityPredicate

    +
    +public static Predicate identityPredicate(java.lang.Object value)
    +
    Creates a Predicate that checks if the input object is equal to the - specified object by identity. -

    -

    -
    Parameters:
    value - the value to compare against -
    Returns:
    the predicate
    See Also:
    IdentityPredicate
    -
    -
    -
    - -

    -instanceofPredicate

    -
    -public static Predicate instanceofPredicate(java.lang.Class type)
    -
    + specified object by identity. +

    +

    +
    Parameters:
    value - the value to compare against +
    Returns:
    the predicate
    See Also:
    IdentityPredicate
    +
    +
    +
    + +

    +instanceofPredicate

    +
    +public static Predicate instanceofPredicate(java.lang.Class type)
    +
    Creates a Predicate that checks if the object passed in is of a particular type, using instanceof. A null input - object will return false. -

    -

    -
    Parameters:
    type - the type to check for, may not be null -
    Returns:
    the predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the class is null
    See Also:
    InstanceofPredicate
    -
    -
    -
    - -

    -uniquePredicate

    -
    -public static Predicate uniquePredicate()
    -
    + object will return false. +

    +

    +
    Parameters:
    type - the type to check for, may not be null +
    Returns:
    the predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the class is null
    See Also:
    InstanceofPredicate
    +
    +
    +
    + +

    +uniquePredicate

    +
    +public static Predicate uniquePredicate()
    +
    Creates a Predicate that returns true the first time an object is - encountered, and false if the same object is received + encountered, and false if the same object is received again. The comparison is by equals(). A null input object is accepted and will return true the first time, and false subsequently - as well. -

    -

    - -
    Returns:
    the predicate
    See Also:
    UniquePredicate
    -
    -
    -
    - -

    -invokerPredicate

    -
    -public static Predicate invokerPredicate(java.lang.String methodName)
    -
    + as well. +

    +

    + +
    Returns:
    the predicate
    See Also:
    UniquePredicate
    +
    +
    +
    + +

    +invokerPredicate

    +
    +public static Predicate invokerPredicate(java.lang.String methodName)
    +
    Creates a Predicate that invokes a method on the input object. The method must return either a boolean or a non-null Boolean, - and have no parameters. If the input object is null, a + and have no parameters. If the input object is null, a PredicateException is thrown.

    For example, PredicateUtils.invokerPredicate("isEmpty"); - will call the isEmpty method on the input object to - determine the predicate result. -

    -

    -
    Parameters:
    methodName - the method name to call on the input object, may not be null -
    Returns:
    the predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the methodName is null.
    See Also:
    InvokerTransformer, -TransformerPredicate
    -
    -
    -
    - -

    -invokerPredicate

    -
    -public static Predicate invokerPredicate(java.lang.String methodName,
    -                                         java.lang.Class[] paramTypes,
    -                                         java.lang.Object[] args)
    -
    + will call the isEmpty method on the input object to + determine the predicate result. +

    +

    +
    Parameters:
    methodName - the method name to call on the input object, may not be null +
    Returns:
    the predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the methodName is null.
    See Also:
    InvokerTransformer, +TransformerPredicate
    +
    +
    +
    + +

    +invokerPredicate

    +
    +public static Predicate invokerPredicate(java.lang.String methodName,
    +                                         java.lang.Class[] paramTypes,
    +                                         java.lang.Object[] args)
    +
    Creates a Predicate that invokes a method on the input object. The method must return either a boolean or a non-null Boolean, - and have no parameters. If the input object is null, a + and have no parameters. If the input object is null, a PredicateException is thrown.

    For example, PredicateUtils.invokerPredicate("isEmpty"); - will call the isEmpty method on the input object to - determine the predicate result. -

    -

    -
    Parameters:
    methodName - the method name to call on the input object, may not be null
    paramTypes - the parameter types
    args - the arguments -
    Returns:
    the predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the method name is null -
    java.lang.IllegalArgumentException - if the paramTypes and args don't match
    See Also:
    InvokerTransformer, -TransformerPredicate
    -
    -
    -
    - -

    -andPredicate

    -
    -public static Predicate andPredicate(Predicate predicate1,
    -                                     Predicate predicate2)
    -
    + will call the isEmpty method on the input object to + determine the predicate result. +

    +

    +
    Parameters:
    methodName - the method name to call on the input object, may not be null
    paramTypes - the parameter types
    args - the arguments +
    Returns:
    the predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the method name is null +
    java.lang.IllegalArgumentException - if the paramTypes and args don't match
    See Also:
    InvokerTransformer, +TransformerPredicate
    +
    +
    +
    + +

    +andPredicate

    +
    +public static Predicate andPredicate(Predicate predicate1,
    +                                     Predicate predicate2)
    +
    Create a new Predicate that returns true only if both of the specified - predicates are true. -

    -

    -
    Parameters:
    predicate1 - the first predicate, may not be null
    predicate2 - the second predicate, may not be null -
    Returns:
    the and predicate -
    Throws: -
    java.lang.IllegalArgumentException - if either predicate is null
    See Also:
    AndPredicate
    -
    -
    -
    - -

    -allPredicate

    -
    -public static Predicate allPredicate(Predicate[] predicates)
    -
    + predicates are true. +

    +

    +
    Parameters:
    predicate1 - the first predicate, may not be null
    predicate2 - the second predicate, may not be null +
    Returns:
    the and predicate +
    Throws: +
    java.lang.IllegalArgumentException - if either predicate is null
    See Also:
    AndPredicate
    +
    +
    +
    + +

    +allPredicate

    +
    +public static Predicate allPredicate(Predicate[] predicates)
    +
    Create a new Predicate that returns true only if all of the specified predicates are true. - If the array of predicates is empty, then this predicate returns true. -

    -

    -
    Parameters:
    predicates - an array of predicates to check, may not be null -
    Returns:
    the all predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicates array is null -
    java.lang.IllegalArgumentException - if any predicate in the array is null
    See Also:
    AllPredicate
    -
    -
    -
    - -

    -allPredicate

    -
    -public static Predicate allPredicate(java.util.Collection predicates)
    -
    + If the array of predicates is empty, then this predicate returns true. +

    +

    +
    Parameters:
    predicates - an array of predicates to check, may not be null +
    Returns:
    the all predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicates array is null +
    java.lang.IllegalArgumentException - if any predicate in the array is null
    See Also:
    AllPredicate
    +
    +
    +
    + +

    +allPredicate

    +
    +public static Predicate allPredicate(java.util.Collection predicates)
    +
    Create a new Predicate that returns true only if all of the specified predicates are true. The predicates are checked in iterator order. - If the collection of predicates is empty, then this predicate returns true. -

    -

    -
    Parameters:
    predicates - a collection of predicates to check, may not be null -
    Returns:
    the all predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicates collection is null -
    java.lang.IllegalArgumentException - if any predicate in the collection is null
    See Also:
    AllPredicate
    -
    -
    -
    - -

    -orPredicate

    -
    -public static Predicate orPredicate(Predicate predicate1,
    -                                    Predicate predicate2)
    -
    + If the collection of predicates is empty, then this predicate returns true. +

    +

    +
    Parameters:
    predicates - a collection of predicates to check, may not be null +
    Returns:
    the all predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicates collection is null +
    java.lang.IllegalArgumentException - if any predicate in the collection is null
    See Also:
    AllPredicate
    +
    +
    +
    + +

    +orPredicate

    +
    +public static Predicate orPredicate(Predicate predicate1,
    +                                    Predicate predicate2)
    +
    Create a new Predicate that returns true if either of the specified - predicates are true. -

    -

    -
    Parameters:
    predicate1 - the first predicate, may not be null
    predicate2 - the second predicate, may not be null -
    Returns:
    the or predicate -
    Throws: -
    java.lang.IllegalArgumentException - if either predicate is null
    See Also:
    OrPredicate
    -
    -
    -
    - -

    -anyPredicate

    -
    -public static Predicate anyPredicate(Predicate[] predicates)
    -
    + predicates are true. +

    +

    +
    Parameters:
    predicate1 - the first predicate, may not be null
    predicate2 - the second predicate, may not be null +
    Returns:
    the or predicate +
    Throws: +
    java.lang.IllegalArgumentException - if either predicate is null
    See Also:
    OrPredicate
    +
    +
    +
    + +

    +anyPredicate

    +
    +public static Predicate anyPredicate(Predicate[] predicates)
    +
    Create a new Predicate that returns true if any of the specified predicates are true. - If the array of predicates is empty, then this predicate returns false. -

    -

    -
    Parameters:
    predicates - an array of predicates to check, may not be null -
    Returns:
    the any predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicates array is null -
    java.lang.IllegalArgumentException - if any predicate in the array is null
    See Also:
    AnyPredicate
    -
    -
    -
    - -

    -anyPredicate

    -
    -public static Predicate anyPredicate(java.util.Collection predicates)
    -
    + If the array of predicates is empty, then this predicate returns false. +

    +

    +
    Parameters:
    predicates - an array of predicates to check, may not be null +
    Returns:
    the any predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicates array is null +
    java.lang.IllegalArgumentException - if any predicate in the array is null
    See Also:
    AnyPredicate
    +
    +
    +
    + +

    +anyPredicate

    +
    +public static Predicate anyPredicate(java.util.Collection predicates)
    +
    Create a new Predicate that returns true if any of the specified predicates are true. The predicates are checked in iterator order. - If the collection of predicates is empty, then this predicate returns false. -

    -

    -
    Parameters:
    predicates - a collection of predicates to check, may not be null -
    Returns:
    the any predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicates collection is null -
    java.lang.IllegalArgumentException - if any predicate in the collection is null
    See Also:
    AnyPredicate
    -
    -
    -
    - -

    -eitherPredicate

    -
    -public static Predicate eitherPredicate(Predicate predicate1,
    -                                        Predicate predicate2)
    -
    + If the collection of predicates is empty, then this predicate returns false. +

    +

    +
    Parameters:
    predicates - a collection of predicates to check, may not be null +
    Returns:
    the any predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicates collection is null +
    java.lang.IllegalArgumentException - if any predicate in the collection is null
    See Also:
    AnyPredicate
    +
    +
    +
    + +

    +eitherPredicate

    +
    +public static Predicate eitherPredicate(Predicate predicate1,
    +                                        Predicate predicate2)
    +
    Create a new Predicate that returns true if one, but not both, of the - specified predicates are true. -

    -

    -
    Parameters:
    predicate1 - the first predicate, may not be null
    predicate2 - the second predicate, may not be null -
    Returns:
    the either predicate -
    Throws: -
    java.lang.IllegalArgumentException - if either predicate is null
    See Also:
    OnePredicate
    -
    -
    -
    - -

    -onePredicate

    -
    -public static Predicate onePredicate(Predicate[] predicates)
    -
    + specified predicates are true. +

    +

    +
    Parameters:
    predicate1 - the first predicate, may not be null
    predicate2 - the second predicate, may not be null +
    Returns:
    the either predicate +
    Throws: +
    java.lang.IllegalArgumentException - if either predicate is null
    See Also:
    OnePredicate
    +
    +
    +
    + +

    +onePredicate

    +
    +public static Predicate onePredicate(Predicate[] predicates)
    +
    Create a new Predicate that returns true if only one of the specified predicates are true. - If the array of predicates is empty, then this predicate returns false. -

    -

    -
    Parameters:
    predicates - an array of predicates to check, may not be null -
    Returns:
    the one predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicates array is null -
    java.lang.IllegalArgumentException - if any predicate in the array is null
    See Also:
    OnePredicate
    -
    -
    -
    - -

    -onePredicate

    -
    -public static Predicate onePredicate(java.util.Collection predicates)
    -
    + If the array of predicates is empty, then this predicate returns false. +

    +

    +
    Parameters:
    predicates - an array of predicates to check, may not be null +
    Returns:
    the one predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicates array is null +
    java.lang.IllegalArgumentException - if any predicate in the array is null
    See Also:
    OnePredicate
    +
    +
    +
    + +

    +onePredicate

    +
    +public static Predicate onePredicate(java.util.Collection predicates)
    +
    Create a new Predicate that returns true if only one of the specified predicates are true. The predicates are checked in iterator order. - If the collection of predicates is empty, then this predicate returns false. -

    -

    -
    Parameters:
    predicates - a collection of predicates to check, may not be null -
    Returns:
    the one predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicates collection is null -
    java.lang.IllegalArgumentException - if any predicate in the collection is null
    See Also:
    OnePredicate
    -
    -
    -
    - -

    -neitherPredicate

    -
    -public static Predicate neitherPredicate(Predicate predicate1,
    -                                         Predicate predicate2)
    -
    -
    Create a new Predicate that returns true if neither of the specified - predicates are true. -

    -

    -
    Parameters:
    predicate1 - the first predicate, may not be null
    predicate2 - the second predicate, may not be null -
    Returns:
    the neither predicate -
    Throws: -
    java.lang.IllegalArgumentException - if either predicate is null
    See Also:
    NonePredicate
    -
    -
    -
    - -

    -nonePredicate

    -
    -public static Predicate nonePredicate(Predicate[] predicates)
    -
    + If the collection of predicates is empty, then this predicate returns false. +

    +

    +
    Parameters:
    predicates - a collection of predicates to check, may not be null +
    Returns:
    the one predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicates collection is null +
    java.lang.IllegalArgumentException - if any predicate in the collection is null
    See Also:
    OnePredicate
    +
    +
    +
    + +

    +neitherPredicate

    +
    +public static Predicate neitherPredicate(Predicate predicate1,
    +                                         Predicate predicate2)
    +
    +
    Create a new Predicate that returns true if neither of the specified + predicates are true. +

    +

    +
    Parameters:
    predicate1 - the first predicate, may not be null
    predicate2 - the second predicate, may not be null +
    Returns:
    the neither predicate +
    Throws: +
    java.lang.IllegalArgumentException - if either predicate is null
    See Also:
    NonePredicate
    +
    +
    +
    + +

    +nonePredicate

    +
    +public static Predicate nonePredicate(Predicate[] predicates)
    +
    Create a new Predicate that returns true if none of the specified predicates are true. - If the array of predicates is empty, then this predicate returns true. -

    -

    -
    Parameters:
    predicates - an array of predicates to check, may not be null -
    Returns:
    the none predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicates array is null -
    java.lang.IllegalArgumentException - if any predicate in the array is null
    See Also:
    NonePredicate
    -
    -
    -
    - -

    -nonePredicate

    -
    -public static Predicate nonePredicate(java.util.Collection predicates)
    -
    + If the array of predicates is empty, then this predicate returns true. +

    +

    +
    Parameters:
    predicates - an array of predicates to check, may not be null +
    Returns:
    the none predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicates array is null +
    java.lang.IllegalArgumentException - if any predicate in the array is null
    See Also:
    NonePredicate
    +
    +
    +
    + +

    +nonePredicate

    +
    +public static Predicate nonePredicate(java.util.Collection predicates)
    +
    Create a new Predicate that returns true if none of the specified predicates are true. The predicates are checked in iterator order. - If the collection of predicates is empty, then this predicate returns true. -

    -

    -
    Parameters:
    predicates - a collection of predicates to check, may not be null -
    Returns:
    the none predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicates collection is null -
    java.lang.IllegalArgumentException - if any predicate in the collection is null
    See Also:
    NonePredicate
    -
    -
    -
    - -

    -notPredicate

    -
    -public static Predicate notPredicate(Predicate predicate)
    -
    + If the collection of predicates is empty, then this predicate returns true. +

    +

    +
    Parameters:
    predicates - a collection of predicates to check, may not be null +
    Returns:
    the none predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicates collection is null +
    java.lang.IllegalArgumentException - if any predicate in the collection is null
    See Also:
    NonePredicate
    +
    +
    +
    + +

    +notPredicate

    +
    +public static Predicate notPredicate(Predicate predicate)
    +
    Create a new Predicate that returns true if the specified predicate - returns false and vice versa. -

    -

    -
    Parameters:
    predicate - the predicate to not -
    Returns:
    the not predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicate is null
    See Also:
    NotPredicate
    -
    -
    -
    - -

    -asPredicate

    -
    -public static Predicate asPredicate(Transformer transformer)
    -
    + returns false and vice versa. +

    +

    +
    Parameters:
    predicate - the predicate to not +
    Returns:
    the not predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicate is null
    See Also:
    NotPredicate
    +
    +
    +
    + +

    +asPredicate

    +
    +public static Predicate asPredicate(Transformer transformer)
    +
    Create a new Predicate that wraps a Transformer. The Transformer must return either Boolean.TRUE or Boolean.FALSE otherwise a PredicateException - will be thrown. -

    -

    -
    Parameters:
    transformer - the transformer to wrap, may not be null -
    Returns:
    the transformer wrapping predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the transformer is null
    See Also:
    TransformerPredicate
    -
    -
    -
    - -

    -nullIsExceptionPredicate

    -
    -public static Predicate nullIsExceptionPredicate(Predicate predicate)
    -
    -
    Gets a Predicate that throws an exception if the input object is null, - otherwise it calls the specified Predicate. This allows null handling - behaviour to be added to Predicates that don't support nulls. -

    -

    -
    Parameters:
    predicate - the predicate to wrap, may not be null -
    Returns:
    the predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicate is null.
    See Also:
    NullIsExceptionPredicate
    -
    -
    -
    - -

    -nullIsFalsePredicate

    -
    -public static Predicate nullIsFalsePredicate(Predicate predicate)
    -
    + will be thrown. +

    +

    +
    Parameters:
    transformer - the transformer to wrap, may not be null +
    Returns:
    the transformer wrapping predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the transformer is null
    See Also:
    TransformerPredicate
    +
    +
    +
    + +

    +nullIsExceptionPredicate

    +
    +public static Predicate nullIsExceptionPredicate(Predicate predicate)
    +
    +
    Gets a Predicate that throws an exception if the input object is null, + otherwise it calls the specified Predicate. This allows null handling + behaviour to be added to Predicates that don't support nulls. +

    +

    +
    Parameters:
    predicate - the predicate to wrap, may not be null +
    Returns:
    the predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicate is null.
    See Also:
    NullIsExceptionPredicate
    +
    +
    +
    + +

    +nullIsFalsePredicate

    +
    +public static Predicate nullIsFalsePredicate(Predicate predicate)
    +
    Gets a Predicate that returns false if the input object is null, otherwise it calls the specified Predicate. This allows null handling behaviour to - be added to Predicates that don't support nulls. -

    -

    -
    Parameters:
    predicate - the predicate to wrap, may not be null -
    Returns:
    the predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicate is null.
    See Also:
    NullIsFalsePredicate
    -
    -
    -
    - -

    -nullIsTruePredicate

    -
    -public static Predicate nullIsTruePredicate(Predicate predicate)
    -
    + be added to Predicates that don't support nulls. +

    +

    +
    Parameters:
    predicate - the predicate to wrap, may not be null +
    Returns:
    the predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicate is null.
    See Also:
    NullIsFalsePredicate
    +
    +
    +
    + +

    +nullIsTruePredicate

    +
    +public static Predicate nullIsTruePredicate(Predicate predicate)
    +
    Gets a Predicate that returns true if the input object is null, otherwise it calls the specified Predicate. This allows null handling behaviour to - be added to Predicates that don't support nulls. -

    -

    -
    Parameters:
    predicate - the predicate to wrap, may not be null -
    Returns:
    the predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicate is null.
    See Also:
    NullIsTruePredicate
    -
    -
    -
    - -

    -transformedPredicate

    -
    -public static Predicate transformedPredicate(Transformer transformer,
    -                                             Predicate predicate)
    -
    + be added to Predicates that don't support nulls. +

    +

    +
    Parameters:
    predicate - the predicate to wrap, may not be null +
    Returns:
    the predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicate is null.
    See Also:
    NullIsTruePredicate
    +
    +
    +
    + +

    +transformedPredicate

    +
    +public static Predicate transformedPredicate(Transformer transformer,
    +                                             Predicate predicate)
    +
    Creates a predicate that transforms the input object before passing it - to the predicate. -

    -

    -
    Parameters:
    transformer - the transformer to call first
    predicate - the predicate to call with the result of the transform -
    Returns:
    the predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the transformer or the predicate is null
    Since:
    -
    Commons Collections 3.1
    -
    See Also:
    TransformedPredicate
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + to the predicate. +

    +

    +
    Parameters:
    transformer - the transformer to call first
    predicate - the predicate to call with the result of the transform +
    Returns:
    the predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the transformer or the predicate is null
    Since:
    +
    Commons Collections 3.1
    +
    See Also:
    TransformedPredicate
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/PriorityQueue.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/PriorityQueue.html index 1a7feb4..4266d07 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/PriorityQueue.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/PriorityQueue.html @@ -1,321 +1,321 @@ - - - - - - - -PriorityQueue (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Interface PriorityQueue

    -
    -
    All Known Implementing Classes:
    BinaryHeap, SynchronizedPriorityQueue
    -
    -
    + + + + + + + +PriorityQueue (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections +
    +Interface PriorityQueue

    +
    +
    All Known Implementing Classes:
    BinaryHeap, SynchronizedPriorityQueue
    +
    +
    Deprecated. Replaced by the Buffer interface and implementations in buffer subpackage. - Due to be removed in v4.0. -

    -

    -
    public interface PriorityQueue
    - - -

    + Due to be removed in v4.0. +

    +

    +
    public interface PriorityQueue
    + + +

    Defines a collection for priority queues, which can insert, peek and pop.

    - This interface is now replaced by the Buffer interface. -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Peter Donald
    -
    -
    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -          Deprecated. Clear all elements from queue.
    - voidinsert(java.lang.Object element) - -
    -          Deprecated. Insert an element into queue.
    - booleanisEmpty() - -
    -          Deprecated. Test if queue is empty.
    - java.lang.Objectpeek() - -
    -          Deprecated. Return element on top of heap but don't remove it.
    - java.lang.Objectpop() - -
    -          Deprecated. Return element on top of heap and remove it.
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -clear

    -
    -void clear()
    -
    -
    Deprecated. 
    Clear all elements from queue. -

    -

    -
    -
    -
    -
    - -

    -isEmpty

    -
    -boolean isEmpty()
    -
    -
    Deprecated. 
    Test if queue is empty. -

    -

    - -
    Returns:
    true if queue is empty else false.
    -
    -
    -
    - -

    -insert

    -
    -void insert(java.lang.Object element)
    -
    -
    Deprecated. 
    Insert an element into queue. -

    -

    -
    Parameters:
    element - the element to be inserted -
    Throws: + This interface is now replaced by the Buffer interface. +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Peter Donald
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +          Deprecated. Clear all elements from queue.
    + voidinsert(java.lang.Object element) + +
    +          Deprecated. Insert an element into queue.
    + booleanisEmpty() + +
    +          Deprecated. Test if queue is empty.
    + java.lang.Objectpeek() + +
    +          Deprecated. Return element on top of heap but don't remove it.
    + java.lang.Objectpop() + +
    +          Deprecated. Return element on top of heap and remove it.
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +clear

    +
    +void clear()
    +
    +
    Deprecated. 
    Clear all elements from queue. +

    +

    +
    +
    +
    +
    + +

    +isEmpty

    +
    +boolean isEmpty()
    +
    +
    Deprecated. 
    Test if queue is empty. +

    +

    + +
    Returns:
    true if queue is empty else false.
    +
    +
    +
    + +

    +insert

    +
    +void insert(java.lang.Object element)
    +
    +
    Deprecated. 
    Insert an element into queue. +

    +

    +
    Parameters:
    element - the element to be inserted +
    Throws:
    java.lang.ClassCastException - if the specified element's type prevents it from being compared to other items in the queue to - determine its relative priority.
    -
    -
    -
    - -

    -peek

    -
    -java.lang.Object peek()
    -
    -
    Deprecated. 
    Return element on top of heap but don't remove it. -

    -

    - -
    Returns:
    the element at top of heap -
    Throws: -
    java.util.NoSuchElementException - if isEmpty() == true
    -
    -
    -
    - -

    -pop

    -
    -java.lang.Object pop()
    -
    -
    Deprecated. 
    Return element on top of heap and remove it. -

    -

    - -
    Returns:
    the element at top of heap -
    Throws: -
    java.util.NoSuchElementException - if isEmpty() == true
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + determine its relative priority.
    +
    +
    +
    + +

    +peek

    +
    +java.lang.Object peek()
    +
    +
    Deprecated. 
    Return element on top of heap but don't remove it. +

    +

    + +
    Returns:
    the element at top of heap +
    Throws: +
    java.util.NoSuchElementException - if isEmpty() == true
    +
    +
    +
    + +

    +pop

    +
    +java.lang.Object pop()
    +
    +
    Deprecated. 
    Return element on top of heap and remove it. +

    +

    + +
    Returns:
    the element at top of heap +
    Throws: +
    java.util.NoSuchElementException - if isEmpty() == true
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ProxyMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ProxyMap.html index 1657052..b4b2d47 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ProxyMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ProxyMap.html @@ -1,663 +1,663 @@ - - - - - - - -ProxyMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class ProxyMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.ProxyMap
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map
    -
    -
    -Deprecated. Moved to map subpackage as AbstractMapDecorator. It will be removed in v4.0. -

    -

    -
    public abstract class ProxyMap
    extends java.lang.Object
    implements java.util.Map
    - - -

    + + + + + + + +ProxyMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class ProxyMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.ProxyMap
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map
    +
    +
    +Deprecated. Moved to map subpackage as AbstractMapDecorator. It will be removed in v4.0. +

    +

    +
    public abstract class ProxyMap
    extends java.lang.Object
    implements java.util.Map
    + + +

    This Map wraps another Map implementation, using the wrapped instance for its default implementation. This class is used as a framework on which to build to extensions for its wrapped Map object which would be unavailable or inconvenient via sub-classing (but usable via composition).

    - +

    This implementation does not perform any special processing with entrySet(), keySet() or values(). Instead it simply returns the set/collection from the wrapped map. This may be undesirable, for example if you are trying to write a validating implementation it would provide a loophole around the validation. But, - you might want that loophole, so this class is kept simple.

    -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Daniel Rall, Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.Mapmap - -
    -          Deprecated. The Map to delegate to.
    -  - - - - - - - - - - -
    -Constructor Summary
    ProxyMap(java.util.Map map) - -
    -          Deprecated. Constructor that uses the specified map to delegate to.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -          Deprecated. Invokes the underlying Map.clear() method.
    - booleancontainsKey(java.lang.Object key) - -
    -          Deprecated. Invokes the underlying Map.containsKey(Object) method.
    - booleancontainsValue(java.lang.Object value) - -
    -          Deprecated. Invokes the underlying Map.containsValue(Object) method.
    - java.util.SetentrySet() - -
    -          Deprecated. Invokes the underlying Map.entrySet() method.
    - booleanequals(java.lang.Object m) - -
    -          Deprecated. Invokes the underlying Map.equals(Object) method.
    - java.lang.Objectget(java.lang.Object key) - -
    -          Deprecated. Invokes the underlying Map.get(Object) method.
    - inthashCode() - -
    -          Deprecated. Invokes the underlying Map.hashCode() method.
    - booleanisEmpty() - -
    -          Deprecated. Invokes the underlying Map.isEmpty() method.
    - java.util.SetkeySet() - -
    -          Deprecated. Invokes the underlying Map.keySet() method.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Deprecated. Invokes the underlying Map.put(Object,Object) method.
    - voidputAll(java.util.Map t) - -
    -          Deprecated. Invokes the underlying Map.putAll(Map) method.
    - java.lang.Objectremove(java.lang.Object key) - -
    -          Deprecated. Invokes the underlying Map.remove(Object) method.
    - intsize() - -
    -          Deprecated. Invokes the underlying Map.size() method.
    - java.util.Collectionvalues() - -
    -          Deprecated. Invokes the underlying Map.values() method.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -map

    -
    -protected java.util.Map map
    -
    -
    Deprecated. 
    The Map to delegate to. -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -ProxyMap

    -
    -public ProxyMap(java.util.Map map)
    -
    + you might want that loophole, so this class is kept simple.

    +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Daniel Rall, Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.Mapmap + +
    +          Deprecated. The Map to delegate to.
    +  + + + + + + + + + + +
    +Constructor Summary
    ProxyMap(java.util.Map map) + +
    +          Deprecated. Constructor that uses the specified map to delegate to.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +          Deprecated. Invokes the underlying Map.clear() method.
    + booleancontainsKey(java.lang.Object key) + +
    +          Deprecated. Invokes the underlying Map.containsKey(Object) method.
    + booleancontainsValue(java.lang.Object value) + +
    +          Deprecated. Invokes the underlying Map.containsValue(Object) method.
    + java.util.SetentrySet() + +
    +          Deprecated. Invokes the underlying Map.entrySet() method.
    + booleanequals(java.lang.Object m) + +
    +          Deprecated. Invokes the underlying Map.equals(Object) method.
    + java.lang.Objectget(java.lang.Object key) + +
    +          Deprecated. Invokes the underlying Map.get(Object) method.
    + inthashCode() + +
    +          Deprecated. Invokes the underlying Map.hashCode() method.
    + booleanisEmpty() + +
    +          Deprecated. Invokes the underlying Map.isEmpty() method.
    + java.util.SetkeySet() + +
    +          Deprecated. Invokes the underlying Map.keySet() method.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Deprecated. Invokes the underlying Map.put(Object,Object) method.
    + voidputAll(java.util.Map t) + +
    +          Deprecated. Invokes the underlying Map.putAll(Map) method.
    + java.lang.Objectremove(java.lang.Object key) + +
    +          Deprecated. Invokes the underlying Map.remove(Object) method.
    + intsize() + +
    +          Deprecated. Invokes the underlying Map.size() method.
    + java.util.Collectionvalues() + +
    +          Deprecated. Invokes the underlying Map.values() method.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +map

    +
    +protected java.util.Map map
    +
    +
    Deprecated. 
    The Map to delegate to. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ProxyMap

    +
    +public ProxyMap(java.util.Map map)
    +
    Deprecated. 
    Constructor that uses the specified map to delegate to.

    Note that the map is used for delegation, and is not copied. This is different to the normal use of a Map parameter in - collections constructors. -

    -

    -
    Parameters:
    map - the Map to delegate to
    -
    - - - - - - - - -
    -Method Detail
    - -

    -clear

    -
    -public void clear()
    -
    -
    Deprecated. 
    Invokes the underlying Map.clear() method. -

    -

    -
    Specified by:
    clear in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key)
    -
    -
    Deprecated. 
    Invokes the underlying Map.containsKey(Object) method. -

    -

    -
    Specified by:
    containsKey in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    -
    Deprecated. 
    Invokes the underlying Map.containsValue(Object) method. -

    -

    -
    Specified by:
    containsValue in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    Deprecated. 
    Invokes the underlying Map.entrySet() method. -

    -

    -
    Specified by:
    entrySet in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object m)
    -
    -
    Deprecated. 
    Invokes the underlying Map.equals(Object) method. -

    -

    -
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    -
    Deprecated. 
    Invokes the underlying Map.get(Object) method. -

    -

    -
    Specified by:
    get in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    Deprecated. 
    Invokes the underlying Map.hashCode() method. -

    -

    -
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Deprecated. 
    Invokes the underlying Map.isEmpty() method. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    Deprecated. 
    Invokes the underlying Map.keySet() method. -

    -

    -
    Specified by:
    keySet in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    Deprecated. 
    Invokes the underlying Map.put(Object,Object) method. -

    -

    -
    Specified by:
    put in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map t)
    -
    -
    Deprecated. 
    Invokes the underlying Map.putAll(Map) method. -

    -

    -
    Specified by:
    putAll in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    Deprecated. 
    Invokes the underlying Map.remove(Object) method. -

    -

    -
    Specified by:
    remove in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Deprecated. 
    Invokes the underlying Map.size() method. -

    -

    -
    Specified by:
    size in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    Deprecated. 
    Invokes the underlying Map.values() method. -

    -

    -
    Specified by:
    values in interface java.util.Map
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + collections constructors. +

    +

    +
    Parameters:
    map - the Map to delegate to
    +
    + + + + + + + + +
    +Method Detail
    + +

    +clear

    +
    +public void clear()
    +
    +
    Deprecated. 
    Invokes the underlying Map.clear() method. +

    +

    +
    Specified by:
    clear in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key)
    +
    +
    Deprecated. 
    Invokes the underlying Map.containsKey(Object) method. +

    +

    +
    Specified by:
    containsKey in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    +
    Deprecated. 
    Invokes the underlying Map.containsValue(Object) method. +

    +

    +
    Specified by:
    containsValue in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    Deprecated. 
    Invokes the underlying Map.entrySet() method. +

    +

    +
    Specified by:
    entrySet in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object m)
    +
    +
    Deprecated. 
    Invokes the underlying Map.equals(Object) method. +

    +

    +
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    +
    Deprecated. 
    Invokes the underlying Map.get(Object) method. +

    +

    +
    Specified by:
    get in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Deprecated. 
    Invokes the underlying Map.hashCode() method. +

    +

    +
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Deprecated. 
    Invokes the underlying Map.isEmpty() method. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    Deprecated. 
    Invokes the underlying Map.keySet() method. +

    +

    +
    Specified by:
    keySet in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    Deprecated. 
    Invokes the underlying Map.put(Object,Object) method. +

    +

    +
    Specified by:
    put in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map t)
    +
    +
    Deprecated. 
    Invokes the underlying Map.putAll(Map) method. +

    +

    +
    Specified by:
    putAll in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    Deprecated. 
    Invokes the underlying Map.remove(Object) method. +

    +

    +
    Specified by:
    remove in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Deprecated. 
    Invokes the underlying Map.size() method. +

    +

    +
    Specified by:
    size in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    Deprecated. 
    Invokes the underlying Map.values() method. +

    +

    +
    Specified by:
    values in interface java.util.Map
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ReferenceMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ReferenceMap.html index d9bf4da..0f04f49 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ReferenceMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ReferenceMap.html @@ -1,118 +1,118 @@ - - - - - - - -ReferenceMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class ReferenceMap

    -
    -java.lang.Object
    -  extended by java.util.AbstractMap
    -      extended by org.apache.commons.collections.ReferenceMap
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map
    -
    -
    -Deprecated. Moved to map subpackage. Due to be removed in v4.0. -

    -

    -
    public class ReferenceMap
    extends java.util.AbstractMap
    - - -

    + + + + + + + +ReferenceMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class ReferenceMap

    +
    +java.lang.Object
    +  extended by java.util.AbstractMap
    +      extended by org.apache.commons.collections.ReferenceMap
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map
    +
    +
    +Deprecated. Moved to map subpackage. Due to be removed in v4.0. +

    +

    +
    public class ReferenceMap
    extends java.util.AbstractMap
    + + +

    Hash-based Map implementation that allows mappings to be removed by the garbage collector.

    - When you construct a ReferenceMap, you can + When you construct a ReferenceMap, you can specify what kind of references are used to store the - map's keys and values. If non-hard references are + map's keys and values. If non-hard references are used, then the garbage collector can remove mappings - if a key or value becomes unreachable, or if the + if a key or value becomes unreachable, or if the JVM's memory is running low. For information on how the different reference types behave, see Reference.

    @@ -127,620 +127,620 @@ Hash-based Map implementation that allows and soft values, providing a memory-sensitive cache.

    The algorithms used are basically the same as those - in HashMap. In particular, you + in HashMap. In particular, you can specify a load factor and capacity to suit your - needs. All optional Map operations are + needs. All optional Map operations are supported.

    However, this Map implementation does not allow null elements. Attempting to add a null key or - or a null value to the map will raise a + or a null value to the map will raise a NullPointerException.

    As usual, this implementation is not synchronized. You - can use Collections.synchronizedMap(java.util.Map) to - provide synchronized access to a ReferenceMap. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Paul Jack
    -
    See Also:
    Reference
    -
    - -

    - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -static intHARD - -
    -          Deprecated. Constant indicating that hard references should be used.
    -static intSOFT - -
    -          Deprecated. Constant indicating that soft references should be used.
    -static intWEAK - -
    -          Deprecated. Constant indicating that weak references should be used.
    -  - - - - - - - - - + +
    -Constructor Summary
    ReferenceMap() - -
    + can use Collections.synchronizedMap(java.util.Map) to + provide synchronized access to a ReferenceMap. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Paul Jack
    +
    See Also:
    Reference
    +
    + +

    + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static intHARD + +
    +          Deprecated. Constant indicating that hard references should be used.
    +static intSOFT + +
    +          Deprecated. Constant indicating that soft references should be used.
    +static intWEAK + +
    +          Deprecated. Constant indicating that weak references should be used.
    +  + + + + + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - -
    +Constructor Summary
    ReferenceMap() + +
              Deprecated. Constructs a new ReferenceMap that will - use hard references to keys and soft references to values.
    ReferenceMap(int keyType, - int valueType) - -
    + use hard references to keys and soft references to values.
    ReferenceMap(int keyType, + int valueType) + +
              Deprecated. Constructs a new ReferenceMap that will - use the specified types of references.
    ReferenceMap(int keyType, - int valueType, - boolean purgeValues) - -
    + use the specified types of references.
    ReferenceMap(int keyType, + int valueType, + boolean purgeValues) + +
              Deprecated. Constructs a new ReferenceMap that will - use the specified types of references.
    ReferenceMap(int keyType, - int valueType, - int capacity, - float loadFactor) - -
    + use the specified types of references.
    ReferenceMap(int keyType, + int valueType, + int capacity, + float loadFactor) + +
              Deprecated. Constructs a new ReferenceMap with the specified reference types, load factor and initial - capacity.
    ReferenceMap(int keyType, - int valueType, - int capacity, - float loadFactor, - boolean purgeValues) - -
    + capacity.
    ReferenceMap(int keyType, + int valueType, + int capacity, + float loadFactor, + boolean purgeValues) + +
              Deprecated. Constructs a new ReferenceMap with the specified reference types, load factor and initial - capacity.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -          Deprecated. Clears this map.
    - booleancontainsKey(java.lang.Object key) - -
    -          Deprecated. Returns true if this map contains the given key.
    - java.util.SetentrySet() - -
    -          Deprecated. Returns a set view of this map's entries.
    - java.lang.Objectget(java.lang.Object key) - -
    -          Deprecated. Returns the value associated with the given key, if any.
    - booleanisEmpty() - -
    -          Deprecated. Returns true if this map is empty.
    - java.util.SetkeySet() - -
    -          Deprecated. Returns a set view of this map's keys.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Deprecated. Associates the given key with the given value.
    - java.lang.Objectremove(java.lang.Object key) - -
    -          Deprecated. Removes the key and its associated value from this map.
    - intsize() - -
    -          Deprecated. Returns the size of this map.
    - java.util.Collectionvalues() - -
    -          Deprecated. Returns a collection view of this map's values.
    - - - - - - - -
    Methods inherited from class java.util.AbstractMap
    clone, containsValue, equals, hashCode, putAll, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -HARD

    -
    -public static final int HARD
    -
    -
    Deprecated. 
    Constant indicating that hard references should be used. -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -SOFT

    -
    -public static final int SOFT
    -
    -
    Deprecated. 
    Constant indicating that soft references should be used. -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -WEAK

    -
    -public static final int WEAK
    -
    -
    Deprecated. 
    Constant indicating that weak references should be used. -

    -

    -
    See Also:
    Constant Field Values
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -ReferenceMap

    -
    -public ReferenceMap()
    -
    + capacity.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +          Deprecated. Clears this map.
    + booleancontainsKey(java.lang.Object key) + +
    +          Deprecated. Returns true if this map contains the given key.
    + java.util.SetentrySet() + +
    +          Deprecated. Returns a set view of this map's entries.
    + java.lang.Objectget(java.lang.Object key) + +
    +          Deprecated. Returns the value associated with the given key, if any.
    + booleanisEmpty() + +
    +          Deprecated. Returns true if this map is empty.
    + java.util.SetkeySet() + +
    +          Deprecated. Returns a set view of this map's keys.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Deprecated. Associates the given key with the given value.
    + java.lang.Objectremove(java.lang.Object key) + +
    +          Deprecated. Removes the key and its associated value from this map.
    + intsize() + +
    +          Deprecated. Returns the size of this map.
    + java.util.Collectionvalues() + +
    +          Deprecated. Returns a collection view of this map's values.
    + + + + + + + +
    Methods inherited from class java.util.AbstractMap
    clone, containsValue, equals, hashCode, putAll, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +HARD

    +
    +public static final int HARD
    +
    +
    Deprecated. 
    Constant indicating that hard references should be used. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +SOFT

    +
    +public static final int SOFT
    +
    +
    Deprecated. 
    Constant indicating that soft references should be used. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +WEAK

    +
    +public static final int WEAK
    +
    +
    Deprecated. 
    Constant indicating that weak references should be used. +

    +

    +
    See Also:
    Constant Field Values
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ReferenceMap

    +
    +public ReferenceMap()
    +
    Deprecated. 
    Constructs a new ReferenceMap that will - use hard references to keys and soft references to values. -

    -

    -
    - -

    -ReferenceMap

    -
    -public ReferenceMap(int keyType,
    -                    int valueType,
    -                    boolean purgeValues)
    -
    + use hard references to keys and soft references to values. +

    +

    +
    + +

    +ReferenceMap

    +
    +public ReferenceMap(int keyType,
    +                    int valueType,
    +                    boolean purgeValues)
    +
    Deprecated. 
    Constructs a new ReferenceMap that will - use the specified types of references. -

    -

    + use the specified types of references. +

    +

    Parameters:
    keyType - the type of reference to use for keys; must be HARD, SOFT, WEAK
    valueType - the type of reference to use for values; - must be HARD, SOFT, WEAK
    purgeValues - should the value be automatically purged when the - key is garbage collected
    -
    -
    - -

    -ReferenceMap

    -
    -public ReferenceMap(int keyType,
    -                    int valueType)
    -
    + must be HARD, SOFT, WEAK
    purgeValues - should the value be automatically purged when the + key is garbage collected
    +
    +
    + +

    +ReferenceMap

    +
    +public ReferenceMap(int keyType,
    +                    int valueType)
    +
    Deprecated. 
    Constructs a new ReferenceMap that will - use the specified types of references. -

    -

    + use the specified types of references. +

    +

    Parameters:
    keyType - the type of reference to use for keys; must be HARD, SOFT, WEAK
    valueType - the type of reference to use for values; - must be HARD, SOFT, WEAK
    -
    -
    - -

    -ReferenceMap

    -
    -public ReferenceMap(int keyType,
    -                    int valueType,
    -                    int capacity,
    -                    float loadFactor,
    -                    boolean purgeValues)
    -
    + must be HARD, SOFT, WEAK
    +
    +
    + +

    +ReferenceMap

    +
    +public ReferenceMap(int keyType,
    +                    int valueType,
    +                    int capacity,
    +                    float loadFactor,
    +                    boolean purgeValues)
    +
    Deprecated. 
    Constructs a new ReferenceMap with the specified reference types, load factor and initial - capacity. -

    -

    + capacity. +

    +

    Parameters:
    keyType - the type of reference to use for keys; must be HARD, SOFT, WEAK
    valueType - the type of reference to use for values; - must be HARD, SOFT, WEAK
    capacity - the initial capacity for the map
    loadFactor - the load factor for the map
    purgeValues - should the value be automatically purged when the - key is garbage collected
    -
    -
    - -

    -ReferenceMap

    -
    -public ReferenceMap(int keyType,
    -                    int valueType,
    -                    int capacity,
    -                    float loadFactor)
    -
    + must be HARD, SOFT, WEAK
    capacity - the initial capacity for the map
    loadFactor - the load factor for the map
    purgeValues - should the value be automatically purged when the + key is garbage collected
    +
    +
    + +

    +ReferenceMap

    +
    +public ReferenceMap(int keyType,
    +                    int valueType,
    +                    int capacity,
    +                    float loadFactor)
    +
    Deprecated. 
    Constructs a new ReferenceMap with the specified reference types, load factor and initial - capacity. -

    -

    + capacity. +

    +

    Parameters:
    keyType - the type of reference to use for keys; must be HARD, SOFT, WEAK
    valueType - the type of reference to use for values; - must be HARD, SOFT, WEAK
    capacity - the initial capacity for the map
    loadFactor - the load factor for the map
    -
    - - - - - - - - -
    -Method Detail
    - -

    -size

    -
    -public int size()
    -
    -
    Deprecated. 
    Returns the size of this map. -

    -

    -
    Specified by:
    size in interface java.util.Map
    Overrides:
    size in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    the size of this map
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Deprecated. 
    Returns true if this map is empty. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Map
    Overrides:
    isEmpty in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    true if this map is empty
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key)
    -
    -
    Deprecated. 
    Returns true if this map contains the given key. -

    -

    -
    Specified by:
    containsKey in interface java.util.Map
    Overrides:
    containsKey in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    true if the given key is in this map
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    -
    Deprecated. 
    Returns the value associated with the given key, if any. -

    -

    -
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class java.util.AbstractMap
    -
    -
    - + must be HARD, SOFT, WEAK
    capacity - the initial capacity for the map
    loadFactor - the load factor for the map
    +
    + + + + + + + + +
    +Method Detail
    + +

    +size

    +
    +public int size()
    +
    +
    Deprecated. 
    Returns the size of this map. +

    +

    +
    Specified by:
    size in interface java.util.Map
    Overrides:
    size in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    the size of this map
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Deprecated. 
    Returns true if this map is empty. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Map
    Overrides:
    isEmpty in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    true if this map is empty
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key)
    +
    +
    Deprecated. 
    Returns true if this map contains the given key. +

    +

    +
    Specified by:
    containsKey in interface java.util.Map
    Overrides:
    containsKey in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    true if the given key is in this map
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    +
    Deprecated. 
    Returns the value associated with the given key, if any. +

    +

    +
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class java.util.AbstractMap
    +
    +
    +
    Returns:
    the value associated with the given key, or null - if the key maps to no value
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    + if the key maps to no value
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    Deprecated. 
    Associates the given key with the given value.

    - Neither the key nor the value may be null. -

    -

    -
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class java.util.AbstractMap
    -
    -
    -
    Parameters:
    key - the key of the mapping
    value - the value of the mapping -
    Returns:
    the last value associated with that key, or - null if no value was associated with the key -
    Throws: + Neither the key nor the value may be null. +

    +

    +
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class java.util.AbstractMap
    +
    +
    +
    Parameters:
    key - the key of the mapping
    value - the value of the mapping +
    Returns:
    the last value associated with that key, or + null if no value was associated with the key +
    Throws:
    java.lang.NullPointerException - if either the key or value - is null
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    Deprecated. 
    Removes the key and its associated value from this map. -

    -

    -
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class java.util.AbstractMap
    -
    -
    -
    Parameters:
    key - the key to remove + is null
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    Deprecated. 
    Removes the key and its associated value from this map. +

    +

    +
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class java.util.AbstractMap
    +
    +
    +
    Parameters:
    key - the key to remove
    Returns:
    the value associated with that key, or null if - the key was not in the map
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    Deprecated. 
    Clears this map. -

    -

    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class java.util.AbstractMap
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    Deprecated. 
    Returns a set view of this map's entries. -

    -

    -
    Specified by:
    entrySet in interface java.util.Map
    Specified by:
    entrySet in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    a set view of this map's entries
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    Deprecated. 
    Returns a set view of this map's keys. -

    -

    -
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    a set view of this map's keys
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    Deprecated. 
    Returns a collection view of this map's values. -

    -

    -
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    a collection view of this map's values.
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + the key was not in the map
    + + +
    + +

    +clear

    +
    +public void clear()
    +
    +
    Deprecated. 
    Clears this map. +

    +

    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class java.util.AbstractMap
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    Deprecated. 
    Returns a set view of this map's entries. +

    +

    +
    Specified by:
    entrySet in interface java.util.Map
    Specified by:
    entrySet in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    a set view of this map's entries
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    Deprecated. 
    Returns a set view of this map's keys. +

    +

    +
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    a set view of this map's keys
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    Deprecated. 
    Returns a collection view of this map's values. +

    +

    +
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    a collection view of this map's values.
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ResettableIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ResettableIterator.html index 8c6002d..1ff15d9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ResettableIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ResettableIterator.html @@ -1,243 +1,243 @@ - - - - - - - -ResettableIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Interface ResettableIterator

    -
    -
    All Superinterfaces:
    java.util.Iterator
    -
    -
    -
    All Known Subinterfaces:
    ResettableListIterator
    -
    -
    -
    All Known Implementing Classes:
    AbstractDualBidiMap.BidiMapIterator, AbstractLinkedMap.EntrySetIterator, AbstractLinkedMap.KeySetIterator, AbstractLinkedMap.LinkIterator, AbstractLinkedMap.LinkMapIterator, AbstractLinkedMap.ValuesIterator, ArrayIterator, ArrayListIterator, DualTreeBidiMap.BidiOrderedMapIterator, EmptyIterator, EmptyListIterator, EmptyMapIterator, EmptyOrderedIterator, EmptyOrderedMapIterator, EntrySetMapIterator, ListIteratorWrapper, LoopingIterator, LoopingListIterator, ObjectArrayIterator, ObjectArrayListIterator, ReverseListIterator, SingletonIterator, SingletonListIterator
    -
    -
    -
    -
    public interface ResettableIterator
    extends java.util.Iterator
    - - -

    + + + + + + + +ResettableIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Interface ResettableIterator

    +
    +
    All Superinterfaces:
    java.util.Iterator
    +
    +
    +
    All Known Subinterfaces:
    ResettableListIterator
    +
    +
    +
    All Known Implementing Classes:
    AbstractDualBidiMap.BidiMapIterator, AbstractLinkedMap.EntrySetIterator, AbstractLinkedMap.KeySetIterator, AbstractLinkedMap.LinkIterator, AbstractLinkedMap.LinkMapIterator, AbstractLinkedMap.ValuesIterator, ArrayIterator, ArrayListIterator, DualTreeBidiMap.BidiOrderedMapIterator, EmptyIterator, EmptyListIterator, EmptyMapIterator, EmptyOrderedIterator, EmptyOrderedMapIterator, EntrySetMapIterator, ListIteratorWrapper, LoopingIterator, LoopingListIterator, ObjectArrayIterator, ObjectArrayListIterator, ReverseListIterator, SingletonIterator, SingletonListIterator
    +
    +
    +
    +
    public interface ResettableIterator
    extends java.util.Iterator
    + + +

    Defines an iterator that can be reset back to an initial state.

    - This interface allows an iterator to be repeatedly reused. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - + +
    -Method Summary
    - voidreset() - -
    + This interface allows an iterator to be repeatedly reused. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + - -
    +Method Summary
    + voidreset() + +
              Resets the iterator back to the position at which the iterator - was created.
    - - - - - - - -
    Methods inherited from interface java.util.Iterator
    hasNext, next, remove
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -reset

    -
    -void reset()
    -
    + was created.
    + + + + + + + +
    Methods inherited from interface java.util.Iterator
    hasNext, next, remove
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +reset

    +
    +void reset()
    +
    Resets the iterator back to the position at which the iterator - was created. -

    -

    -
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + was created. +

    +

    +
    +
    +
    +
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ResettableListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ResettableListIterator.html index 0c8d949..1b3ec3e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ResettableListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/ResettableListIterator.html @@ -1,240 +1,240 @@ - - - - - - - -ResettableListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Interface ResettableListIterator

    -
    -
    All Superinterfaces:
    java.util.Iterator, java.util.ListIterator, ResettableIterator
    -
    -
    -
    All Known Implementing Classes:
    ArrayListIterator, EmptyListIterator, ListIteratorWrapper, LoopingListIterator, ObjectArrayListIterator, ReverseListIterator, SingletonListIterator
    -
    -
    -
    -
    public interface ResettableListIterator
    extends java.util.ListIterator, ResettableIterator
    - - -

    + + + + + + + +ResettableListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Interface ResettableListIterator

    +
    +
    All Superinterfaces:
    java.util.Iterator, java.util.ListIterator, ResettableIterator
    +
    +
    +
    All Known Implementing Classes:
    ArrayListIterator, EmptyListIterator, ListIteratorWrapper, LoopingListIterator, ObjectArrayListIterator, ReverseListIterator, SingletonListIterator
    +
    +
    +
    +
    public interface ResettableListIterator
    extends java.util.ListIterator, ResettableIterator
    + + +

    Defines a list iterator that can be reset back to an initial state.

    - This interface allows an iterator to be repeatedly reused. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - + +
    -Method Summary
    - voidreset() - -
    + This interface allows an iterator to be repeatedly reused. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + - -
    +Method Summary
    + voidreset() + +
              Resets the iterator back to the position at which the iterator - was created.
    - - - - - - - -
    Methods inherited from interface java.util.ListIterator
    add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -reset

    -
    -void reset()
    -
    + was created.
    + + + + + + + +
    Methods inherited from interface java.util.ListIterator
    add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +reset

    +
    +void reset()
    +
    Resets the iterator back to the position at which the iterator - was created. -

    -

    -
    Specified by:
    reset in interface ResettableIterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + was created. +

    +

    +
    Specified by:
    reset in interface ResettableIterator
    +
    +
    +
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SequencedHashMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SequencedHashMap.html index 344b7e9..a30ee22 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SequencedHashMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SequencedHashMap.html @@ -1,672 +1,672 @@ - - - - - - - -SequencedHashMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class SequencedHashMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.SequencedHashMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable, java.lang.Cloneable, java.util.Map
    -
    -
    -
    Direct Known Subclasses:
    LRUMap
    -
    -
    -Deprecated. Replaced by LinkedMap and ListOrderedMap in map subpackage. Due to be removed in v4.0. -

    -

    -
    public class SequencedHashMap
    extends java.lang.Object
    implements java.util.Map, java.lang.Cloneable, java.io.Externalizable
    - - -

    + + + + + + + +SequencedHashMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class SequencedHashMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.SequencedHashMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable, java.lang.Cloneable, java.util.Map
    +
    +
    +
    Direct Known Subclasses:
    LRUMap
    +
    +
    +Deprecated. Replaced by LinkedMap and ListOrderedMap in map subpackage. Due to be removed in v4.0. +

    +

    +
    public class SequencedHashMap
    extends java.lang.Object
    implements java.util.Map, java.lang.Cloneable, java.io.Externalizable
    + + +

    A map of objects whose mapping entries are sequenced based on the order in which they were added. This data structure has fast O(1) search time, deletion time, and insertion time.

    Although this map is sequenced, it cannot implement List because of incompatible interface definitions. - The remove methods in List and Map have different return values + The remove methods in List and Map have different return values (see: List.remove(Object) and Map.remove(Object)).

    This class is not thread safe. When a thread safe implementation is required, use Collections.synchronizedMap(Map) as it is documented, - or use explicit synchronization controls. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Michael A. Smith, Daniel Rall, Henning P. Schmiedehausen, Stephen Colebourne
    -
    See Also:
    LinkedMap, -ListOrderedMap, -Serialized Form
    -
    - -

    - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Constructor Summary
    SequencedHashMap() - -
    + or use explicit synchronization controls. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Michael A. Smith, Daniel Rall, Henning P. Schmiedehausen, Stephen Colebourne
    +
    See Also:
    LinkedMap, +ListOrderedMap, +Serialized Form
    +
    + +

    + + + + + + + + + + - - - + + + - - - + + + - - - + + + - -
    +Constructor Summary
    SequencedHashMap() + +
              Deprecated. Construct a new sequenced hash map with default initial size and load - factor.
    SequencedHashMap(int initialSize) - -
    + factor.
    SequencedHashMap(int initialSize) + +
              Deprecated. Construct a new sequenced hash map with the specified initial size and - default load factor.
    SequencedHashMap(int initialSize, - float loadFactor) - -
    + default load factor.
    SequencedHashMap(int initialSize, + float loadFactor) + +
              Deprecated. Construct a new sequenced hash map with the specified initial size and - load factor.
    SequencedHashMap(java.util.Map m) - -
    + load factor.
    SequencedHashMap(java.util.Map m) + +
              Deprecated. Construct a new sequenced hash map and add all the elements in the - specified map.
    -  - - - - - - - - - - - - - - + +
    -Method Summary
    - voidclear() - -
    -          Deprecated. Implements Map.clear().
    - java.lang.Objectclone() - -
    + specified map.
    +  + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    + voidclear() + +
    +          Deprecated. Implements Map.clear().
    + java.lang.Objectclone() + +
              Deprecated. Creates a shallow copy of this object, preserving the internal structure - by copying only references.
    - booleancontainsKey(java.lang.Object key) - -
    -          Deprecated. Implements Map.containsKey(Object).
    - booleancontainsValue(java.lang.Object value) - -
    -          Deprecated. Implements Map.containsValue(Object).
    - java.util.SetentrySet() - -
    -          Deprecated. Implements Map.entrySet().
    - booleanequals(java.lang.Object obj) - -
    -          Deprecated. Implements Map.equals(Object).
    - java.lang.Objectget(int index) - -
    -          Deprecated. Gets the key at the specified index.
    - java.lang.Objectget(java.lang.Object o) - -
    -          Deprecated. Implements Map.get(Object).
    - java.util.Map.EntrygetFirst() - -
    -          Deprecated. Return the entry for the "oldest" mapping.
    - java.lang.ObjectgetFirstKey() - -
    -          Deprecated. Return the key for the "oldest" mapping.
    - java.lang.ObjectgetFirstValue() - -
    -          Deprecated. Return the value for the "oldest" mapping.
    - java.util.Map.EntrygetLast() - -
    -          Deprecated. Return the entry for the "newest" mapping.
    - java.lang.ObjectgetLastKey() - -
    -          Deprecated. Return the key for the "newest" mapping.
    - java.lang.ObjectgetLastValue() - -
    -          Deprecated. Return the value for the "newest" mapping.
    - java.lang.ObjectgetValue(int index) - -
    -          Deprecated. Gets the value at the specified index.
    - inthashCode() - -
    -          Deprecated. Implements Map.hashCode().
    - intindexOf(java.lang.Object key) - -
    -          Deprecated. Gets the index of the specified key.
    - booleanisEmpty() - -
    -          Deprecated. Implements Map.isEmpty().
    - java.util.Iteratoriterator() - -
    -          Deprecated. Gets an iterator over the keys.
    - java.util.SetkeySet() - -
    -          Deprecated. Implements Map.keySet().
    - intlastIndexOf(java.lang.Object key) - -
    -          Deprecated. Gets the last index of the specified key.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Deprecated. Implements Map.put(Object, Object).
    - voidputAll(java.util.Map t) - -
    + by copying only references.
    + booleancontainsKey(java.lang.Object key) + +
    +          Deprecated. Implements Map.containsKey(Object).
    + booleancontainsValue(java.lang.Object value) + +
    +          Deprecated. Implements Map.containsValue(Object).
    + java.util.SetentrySet() + +
    +          Deprecated. Implements Map.entrySet().
    + booleanequals(java.lang.Object obj) + +
    +          Deprecated. Implements Map.equals(Object).
    + java.lang.Objectget(int index) + +
    +          Deprecated. Gets the key at the specified index.
    + java.lang.Objectget(java.lang.Object o) + +
    +          Deprecated. Implements Map.get(Object).
    + java.util.Map.EntrygetFirst() + +
    +          Deprecated. Return the entry for the "oldest" mapping.
    + java.lang.ObjectgetFirstKey() + +
    +          Deprecated. Return the key for the "oldest" mapping.
    + java.lang.ObjectgetFirstValue() + +
    +          Deprecated. Return the value for the "oldest" mapping.
    + java.util.Map.EntrygetLast() + +
    +          Deprecated. Return the entry for the "newest" mapping.
    + java.lang.ObjectgetLastKey() + +
    +          Deprecated. Return the key for the "newest" mapping.
    + java.lang.ObjectgetLastValue() + +
    +          Deprecated. Return the value for the "newest" mapping.
    + java.lang.ObjectgetValue(int index) + +
    +          Deprecated. Gets the value at the specified index.
    + inthashCode() + +
    +          Deprecated. Implements Map.hashCode().
    + intindexOf(java.lang.Object key) + +
    +          Deprecated. Gets the index of the specified key.
    + booleanisEmpty() + +
    +          Deprecated. Implements Map.isEmpty().
    + java.util.Iteratoriterator() + +
    +          Deprecated. Gets an iterator over the keys.
    + java.util.SetkeySet() + +
    +          Deprecated. Implements Map.keySet().
    + intlastIndexOf(java.lang.Object key) + +
    +          Deprecated. Gets the last index of the specified key.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Deprecated. Implements Map.put(Object, Object).
    + voidputAll(java.util.Map t) + +
              Deprecated. Adds all the mappings in the specified map to this map, replacing any - mappings that already exist (as per Map.putAll(Map)).
    - voidreadExternal(java.io.ObjectInput in) - -
    -          Deprecated. Deserializes this map from the given stream.
    - java.lang.Objectremove(int index) - -
    -          Deprecated. Removes the element at the specified index.
    - java.lang.Objectremove(java.lang.Object key) - -
    -          Deprecated. Implements Map.remove(Object).
    - java.util.Listsequence() - -
    -          Deprecated. Returns a List view of the keys rather than a set view.
    - intsize() - -
    -          Deprecated. Implements Map.size().
    - java.lang.StringtoString() - -
    -          Deprecated. Provides a string representation of the entries within the map.
    - java.util.Collectionvalues() - -
    -          Deprecated. Implements Map.values().
    - voidwriteExternal(java.io.ObjectOutput out) - -
    -          Deprecated. Serializes this map to the given stream.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -SequencedHashMap

    -
    -public SequencedHashMap()
    -
    + mappings that already exist (as per Map.putAll(Map)).
    + voidreadExternal(java.io.ObjectInput in) + +
    +          Deprecated. Deserializes this map from the given stream.
    + java.lang.Objectremove(int index) + +
    +          Deprecated. Removes the element at the specified index.
    + java.lang.Objectremove(java.lang.Object key) + +
    +          Deprecated. Implements Map.remove(Object).
    + java.util.Listsequence() + +
    +          Deprecated. Returns a List view of the keys rather than a set view.
    + intsize() + +
    +          Deprecated. Implements Map.size().
    + java.lang.StringtoString() + +
    +          Deprecated. Provides a string representation of the entries within the map.
    + java.util.Collectionvalues() + +
    +          Deprecated. Implements Map.values().
    + voidwriteExternal(java.io.ObjectOutput out) + +
    +          Deprecated. Serializes this map to the given stream.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +SequencedHashMap

    +
    +public SequencedHashMap()
    +
    Deprecated. 
    Construct a new sequenced hash map with default initial size and load - factor. -

    -

    -
    - -

    -SequencedHashMap

    -
    -public SequencedHashMap(int initialSize)
    -
    + factor. +

    +

    +
    + +

    +SequencedHashMap

    +
    +public SequencedHashMap(int initialSize)
    +
    Deprecated. 
    Construct a new sequenced hash map with the specified initial size and - default load factor. -

    -

    -
    Parameters:
    initialSize - the initial size for the hash table
    See Also:
    HashMap.HashMap(int)
    -
    -
    - -

    -SequencedHashMap

    -
    -public SequencedHashMap(int initialSize,
    -                        float loadFactor)
    -
    + default load factor. +

    +

    +
    Parameters:
    initialSize - the initial size for the hash table
    See Also:
    HashMap.HashMap(int)
    +
    +
    + +

    +SequencedHashMap

    +
    +public SequencedHashMap(int initialSize,
    +                        float loadFactor)
    +
    Deprecated. 
    Construct a new sequenced hash map with the specified initial size and - load factor. -

    -

    -
    Parameters:
    initialSize - the initial size for the hash table
    loadFactor - the load factor for the hash table.
    See Also:
    HashMap.HashMap(int,float)
    -
    -
    - -

    -SequencedHashMap

    -
    -public SequencedHashMap(java.util.Map m)
    -
    + load factor. +

    +

    +
    Parameters:
    initialSize - the initial size for the hash table
    loadFactor - the load factor for the hash table.
    See Also:
    HashMap.HashMap(int,float)
    +
    +
    + +

    +SequencedHashMap

    +
    +public SequencedHashMap(java.util.Map m)
    +
    Deprecated. 
    Construct a new sequenced hash map and add all the elements in the specified map. The order in which the mappings in the specified map are - added is defined by putAll(Map). -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -size

    -
    -public int size()
    -
    -
    Deprecated. 
    Implements Map.size(). -

    -

    -
    Specified by:
    size in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Deprecated. 
    Implements Map.isEmpty(). -

    -

    -
    Specified by:
    isEmpty in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key)
    -
    -
    Deprecated. 
    Implements Map.containsKey(Object). -

    -

    -
    Specified by:
    containsKey in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    -
    Deprecated. 
    Implements Map.containsValue(Object). -

    -

    -
    Specified by:
    containsValue in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object o)
    -
    -
    Deprecated. 
    Implements Map.get(Object). -

    -

    -
    Specified by:
    get in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -getFirst

    -
    -public java.util.Map.Entry getFirst()
    -
    + added is defined by putAll(Map). +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +size

    +
    +public int size()
    +
    +
    Deprecated. 
    Implements Map.size(). +

    +

    +
    Specified by:
    size in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Deprecated. 
    Implements Map.isEmpty(). +

    +

    +
    Specified by:
    isEmpty in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key)
    +
    +
    Deprecated. 
    Implements Map.containsKey(Object). +

    +

    +
    Specified by:
    containsKey in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    +
    Deprecated. 
    Implements Map.containsValue(Object). +

    +

    +
    Specified by:
    containsValue in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object o)
    +
    +
    Deprecated. 
    Implements Map.get(Object). +

    +

    +
    Specified by:
    get in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +getFirst

    +
    +public java.util.Map.Entry getFirst()
    +
    Deprecated. 
    Return the entry for the "oldest" mapping. That is, return the Map.Entry for the key-value pair that was first put into the map when compared to all the other pairings in the map. This behavior is equivalent to using entrySet().iterator().next(), but this method provides an - optimized implementation. -

    -

    -
    -
    -
    - + optimized implementation. +

    +

    +
    +
    +
    +
    Returns:
    The first entry in the sequence, or null if the - map is empty.
    -
    -
    -
    - -

    -getFirstKey

    -
    -public java.lang.Object getFirstKey()
    -
    + map is empty.
    +
    +
    +
    + +

    +getFirstKey

    +
    +public java.lang.Object getFirstKey()
    +
    Deprecated. 
    Return the key for the "oldest" mapping. That is, return the key for the mapping that was first put into the map when compared to all the other objects in the map. This behavior is equivalent to using getFirst().getKey(), but this method provides a slightly - optimized implementation. -

    -

    -
    -
    -
    - + optimized implementation. +

    +

    +
    +
    +
    +
    Returns:
    The first key in the sequence, or null if the - map is empty.
    -
    -
    -
    - -

    -getFirstValue

    -
    -public java.lang.Object getFirstValue()
    -
    + map is empty.
    +
    +
    +
    + +

    +getFirstValue

    +
    +public java.lang.Object getFirstValue()
    +
    Deprecated. 
    Return the value for the "oldest" mapping. That is, return the value for the mapping that was first put into the map when compared to all the other objects in the map. This behavior is equivalent to using getFirst().getValue(), but this method provides a slightly - optimized implementation. -

    -

    -
    -
    -
    - + optimized implementation. +

    +

    +
    +
    +
    +
    Returns:
    The first value in the sequence, or null if the - map is empty.
    -
    -
    -
    - -

    -getLast

    -
    -public java.util.Map.Entry getLast()
    -
    + map is empty.
    +
    +
    +
    + +

    +getLast

    +
    +public java.util.Map.Entry getLast()
    +
    Deprecated. 
    Return the entry for the "newest" mapping. That is, return the Map.Entry for the key-value pair that was first put into the map when compared to all the other pairings in the map. The behavior is equivalent to: @@ -681,352 +681,352 @@ public java.util.Map.Entry getLast() However, the implementation of this method ensures an O(1) lookup of the - last key rather than O(n). -

    -

    -
    -
    -
    - + last key rather than O(n). +

    +

    +
    +
    +
    +
    Returns:
    The last entry in the sequence, or null if the map - is empty.
    -
    -
    -
    - -

    -getLastKey

    -
    -public java.lang.Object getLastKey()
    -
    + is empty.
    +
    +
    +
    + +

    +getLastKey

    +
    +public java.lang.Object getLastKey()
    +
    Deprecated. 
    Return the key for the "newest" mapping. That is, return the key for the mapping that was last put into the map when compared to all the other objects in the map. This behavior is equivalent to using getLast().getKey(), but this method provides a slightly - optimized implementation. -

    -

    -
    -
    -
    - + optimized implementation. +

    +

    +
    +
    +
    +
    Returns:
    The last key in the sequence, or null if the map is - empty.
    -
    -
    -
    - -

    -getLastValue

    -
    -public java.lang.Object getLastValue()
    -
    + empty.
    +
    +
    +
    + +

    +getLastValue

    +
    +public java.lang.Object getLastValue()
    +
    Deprecated. 
    Return the value for the "newest" mapping. That is, return the value for the mapping that was last put into the map when compared to all the other objects in the map. This behavior is equivalent to using getLast().getValue(), but this method provides a slightly - optimized implementation. -

    -

    -
    -
    -
    - + optimized implementation. +

    +

    +
    +
    +
    +
    Returns:
    The last value in the sequence, or null if the map - is empty.
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    Deprecated. 
    Implements Map.put(Object, Object). -

    -

    -
    Specified by:
    put in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    Deprecated. 
    Implements Map.remove(Object). -

    -

    -
    Specified by:
    remove in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map t)
    -
    + is empty.
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    Deprecated. 
    Implements Map.put(Object, Object). +

    +

    +
    Specified by:
    put in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    Deprecated. 
    Implements Map.remove(Object). +

    +

    +
    Specified by:
    remove in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map t)
    +
    Deprecated. 
    Adds all the mappings in the specified map to this map, replacing any mappings that already exist (as per Map.putAll(Map)). The order in which the entries are added is determined by the iterator returned - from Map.entrySet() for the specified map. -

    -

    -
    Specified by:
    putAll in interface java.util.Map
    -
    -
    -
    Parameters:
    t - the mappings that should be added to this map. -
    Throws: -
    java.lang.NullPointerException - if t is null
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    Deprecated. 
    Implements Map.clear(). -

    -

    -
    Specified by:
    clear in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    -
    Deprecated. 
    Implements Map.equals(Object). -

    -

    -
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    Deprecated. 
    Implements Map.hashCode(). -

    -

    -
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    + from Map.entrySet() for the specified map. +

    +

    +
    Specified by:
    putAll in interface java.util.Map
    +
    +
    +
    Parameters:
    t - the mappings that should be added to this map. +
    Throws: +
    java.lang.NullPointerException - if t is null
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    Deprecated. 
    Implements Map.clear(). +

    +

    +
    Specified by:
    clear in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    Deprecated. 
    Implements Map.equals(Object). +

    +

    +
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Deprecated. 
    Implements Map.hashCode(). +

    +

    +
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    Deprecated. 
    Provides a string representation of the entries within the map. The format of the returned string may change with different releases, so this method is suitable for debugging purposes only. If a specific format is required, use entrySet().iterator() and - iterate over the entries in the map formatting them as appropriate. -

    -

    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    Deprecated. 
    Implements Map.keySet(). -

    -

    -
    Specified by:
    keySet in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    Deprecated. 
    Implements Map.values(). -

    -

    -
    Specified by:
    values in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    Deprecated. 
    Implements Map.entrySet(). -

    -

    -
    Specified by:
    entrySet in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -clone

    -
    -public java.lang.Object clone()
    -                       throws java.lang.CloneNotSupportedException
    -
    + iterate over the entries in the map formatting them as appropriate. +

    +

    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    Deprecated. 
    Implements Map.keySet(). +

    +

    +
    Specified by:
    keySet in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    Deprecated. 
    Implements Map.values(). +

    +

    +
    Specified by:
    values in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    Deprecated. 
    Implements Map.entrySet(). +

    +

    +
    Specified by:
    entrySet in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +clone

    +
    +public java.lang.Object clone()
    +                       throws java.lang.CloneNotSupportedException
    +
    Deprecated. 
    Creates a shallow copy of this object, preserving the internal structure by copying only references. The keys and values themselves are not - clone()'d. The cloned object maintains the same sequence. -

    -

    -
    Overrides:
    clone in class java.lang.Object
    -
    -
    - -
    Returns:
    A clone of this instance. -
    Throws: + clone()'d. The cloned object maintains the same sequence. +

    +

    +
    Overrides:
    clone in class java.lang.Object
    +
    +
    + +
    Returns:
    A clone of this instance. +
    Throws:
    java.lang.CloneNotSupportedException - if clone is not supported by a - subclass.
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(int index)
    -
    -
    Deprecated. 
    Gets the key at the specified index. -

    -

    -
    -
    -
    -
    Parameters:
    index - the index to retrieve -
    Returns:
    the key at the specified index, or null -
    Throws: + subclass.
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(int index)
    +
    +
    Deprecated. 
    Gets the key at the specified index. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to retrieve +
    Returns:
    the key at the specified index, or null +
    Throws:
    java.lang.ArrayIndexOutOfBoundsException - if the index is - < 0 or > the size of the map.
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue(int index)
    -
    -
    Deprecated. 
    Gets the value at the specified index. -

    -

    -
    -
    -
    -
    Parameters:
    index - the index to retrieve -
    Returns:
    the value at the specified index, or null -
    Throws: + < 0 or > the size of the map.
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue(int index)
    +
    +
    Deprecated. 
    Gets the value at the specified index. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to retrieve +
    Returns:
    the value at the specified index, or null +
    Throws:
    java.lang.ArrayIndexOutOfBoundsException - if the index is - < 0 or > the size of the map.
    -
    -
    -
    - -

    -indexOf

    -
    -public int indexOf(java.lang.Object key)
    -
    -
    Deprecated. 
    Gets the index of the specified key. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to find the index of -
    Returns:
    the index, or -1 if not found
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    Deprecated. 
    Gets an iterator over the keys. -

    -

    -
    -
    -
    - -
    Returns:
    an iterator over the keys
    -
    -
    -
    - -

    -lastIndexOf

    -
    -public int lastIndexOf(java.lang.Object key)
    -
    -
    Deprecated. 
    Gets the last index of the specified key. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to find the index of -
    Returns:
    the index, or -1 if not found
    -
    -
    -
    - -

    -sequence

    -
    -public java.util.List sequence()
    -
    + < 0 or > the size of the map.
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(java.lang.Object key)
    +
    +
    Deprecated. 
    Gets the index of the specified key. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to find the index of +
    Returns:
    the index, or -1 if not found
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    Deprecated. 
    Gets an iterator over the keys. +

    +

    +
    +
    +
    + +
    Returns:
    an iterator over the keys
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public int lastIndexOf(java.lang.Object key)
    +
    +
    Deprecated. 
    Gets the last index of the specified key. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to find the index of +
    Returns:
    the index, or -1 if not found
    +
    +
    +
    + +

    +sequence

    +
    +public java.util.List sequence()
    +
    Deprecated. 
    Returns a List view of the keys rather than a set view. The returned list is unmodifiable. This is required because changes to the values of the list (using ListIterator.set(Object)) will @@ -1035,138 +1035,138 @@ public java.util.List sequence() value of a list. This occurs because changing the key, changes when the mapping is added to the map and thus where it appears in the list. -

    An alternative to this method is to use keySet() -

    -

    -
    -
    -
    - -
    Returns:
    The ordered list of keys.
    See Also:
    keySet()
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(int index)
    -
    -
    Deprecated. 
    Removes the element at the specified index. -

    -

    -
    -
    -
    -
    Parameters:
    index - The index of the object to remove. +

    An alternative to this method is to use keySet() +

    +

    +
    +
    +
    + +
    Returns:
    The ordered list of keys.
    See Also:
    keySet()
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(int index)
    +
    +
    Deprecated. 
    Removes the element at the specified index. +

    +

    +
    +
    +
    +
    Parameters:
    index - The index of the object to remove.
    Returns:
    The previous value corresponding the key, or - null if none existed. -
    Throws: + null if none existed. +
    Throws:
    java.lang.ArrayIndexOutOfBoundsException - if the index is - < 0 or > the size of the map.
    -
    -
    -
    - -

    -readExternal

    -
    -public void readExternal(java.io.ObjectInput in)
    -                  throws java.io.IOException,
    -                         java.lang.ClassNotFoundException
    -
    -
    Deprecated. 
    Deserializes this map from the given stream. -

    -

    -
    Specified by:
    readExternal in interface java.io.Externalizable
    -
    -
    -
    Parameters:
    in - the stream to deserialize from -
    Throws: -
    java.io.IOException - if the stream raises it -
    java.lang.ClassNotFoundException - if the stream raises it
    -
    -
    -
    - -

    -writeExternal

    -
    -public void writeExternal(java.io.ObjectOutput out)
    -                   throws java.io.IOException
    -
    -
    Deprecated. 
    Serializes this map to the given stream. -

    -

    -
    Specified by:
    writeExternal in interface java.io.Externalizable
    -
    -
    -
    Parameters:
    out - the stream to serialize to -
    Throws: -
    java.io.IOException - if the stream raises it
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + < 0 or > the size of the map.
    + + +
    + +

    +readExternal

    +
    +public void readExternal(java.io.ObjectInput in)
    +                  throws java.io.IOException,
    +                         java.lang.ClassNotFoundException
    +
    +
    Deprecated. 
    Deserializes this map from the given stream. +

    +

    +
    Specified by:
    readExternal in interface java.io.Externalizable
    +
    +
    +
    Parameters:
    in - the stream to deserialize from +
    Throws: +
    java.io.IOException - if the stream raises it +
    java.lang.ClassNotFoundException - if the stream raises it
    +
    +
    +
    + +

    +writeExternal

    +
    +public void writeExternal(java.io.ObjectOutput out)
    +                   throws java.io.IOException
    +
    +
    Deprecated. 
    Serializes this map to the given stream. +

    +

    +
    Specified by:
    writeExternal in interface java.io.Externalizable
    +
    +
    +
    Parameters:
    out - the stream to serialize to +
    Throws: +
    java.io.IOException - if the stream raises it
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SetUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SetUtils.html index 1dab3e4..9ea2eb2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SetUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SetUtils.html @@ -1,368 +1,368 @@ - - - - - - - -SetUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class SetUtils

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.SetUtils
    -
    -
    -
    -
    public class SetUtils
    extends java.lang.Object
    - - -

    + + + + + + + +SetUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class SetUtils

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.SetUtils
    +
    +
    +
    +
    public class SetUtils
    extends java.lang.Object
    + + +

    Provides utility methods and decorators for - Set and SortedSet instances. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Paul Jack, Stephen Colebourne, Neil O'Toole, Matthew Hawthorne
    -
    -
    - -

    - - - - - - - - - - - - - - - -
    -Field Summary
    -static java.util.SetEMPTY_SET - -
    -          An empty unmodifiable set.
    -static java.util.SortedSetEMPTY_SORTED_SET - -
    -          An empty unmodifiable sorted set.
    -  - - - - - - - - - - -
    -Constructor Summary
    SetUtils() - -
    -          SetUtils should not normally be instantiated.
    -  - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    -static inthashCodeForSet(java.util.Collection set) - -
    -          Generates a hash code using the algorithm specified in - Set.hashCode().
    -static booleanisEqualSet(java.util.Collection set1, - java.util.Collection set2) - -
    + Set and SortedSet instances. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Paul Jack, Stephen Colebourne, Neil O'Toole, Matthew Hawthorne
    +
    +
    + +

    + + + + + + + + + + + + + + + +
    +Field Summary
    +static java.util.SetEMPTY_SET + +
    +          An empty unmodifiable set.
    +static java.util.SortedSetEMPTY_SORTED_SET + +
    +          An empty unmodifiable sorted set.
    +  + + + + + + + + + + +
    +Constructor Summary
    SetUtils() + +
    +          SetUtils should not normally be instantiated.
    +  + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    +static inthashCodeForSet(java.util.Collection set) + +
    +          Generates a hash code using the algorithm specified in + Set.hashCode().
    +static booleanisEqualSet(java.util.Collection set1, + java.util.Collection set2) + +
              Tests two sets for equality as per the equals() contract - in Set.equals(java.lang.Object).
    -static java.util.SetorderedSet(java.util.Set set) - -
    + in Set.equals(java.lang.Object).
    +static java.util.SetorderedSet(java.util.Set set) + +
              Returns a set that maintains the order of elements that are added - backed by the given set.
    -static java.util.SetpredicatedSet(java.util.Set set, - Predicate predicate) - -
    -          Returns a predicated (validating) set backed by the given set.
    -static java.util.SortedSetpredicatedSortedSet(java.util.SortedSet set, - Predicate predicate) - -
    -          Returns a predicated (validating) sorted set backed by the given sorted set.
    -static java.util.SetsynchronizedSet(java.util.Set set) - -
    -          Returns a synchronized set backed by the given set.
    -static java.util.SortedSetsynchronizedSortedSet(java.util.SortedSet set) - -
    -          Returns a synchronized sorted set backed by the given sorted set.
    -static java.util.SettransformedSet(java.util.Set set, - Transformer transformer) - -
    -          Returns a transformed set backed by the given set.
    -static java.util.SortedSettransformedSortedSet(java.util.SortedSet set, - Transformer transformer) - -
    -          Returns a transformed sorted set backed by the given set.
    -static java.util.SettypedSet(java.util.Set set, - java.lang.Class type) - -
    -          Returns a typed set backed by the given set.
    -static java.util.SortedSettypedSortedSet(java.util.SortedSet set, - java.lang.Class type) - -
    -          Returns a typed sorted set backed by the given set.
    -static java.util.SetunmodifiableSet(java.util.Set set) - -
    -          Returns an unmodifiable set backed by the given set.
    -static java.util.SortedSetunmodifiableSortedSet(java.util.SortedSet set) - -
    -          Returns an unmodifiable sorted set backed by the given sorted set.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -EMPTY_SET

    -
    -public static final java.util.Set EMPTY_SET
    -
    + backed by the given set.
    +static java.util.SetpredicatedSet(java.util.Set set, + Predicate predicate) + +
    +          Returns a predicated (validating) set backed by the given set.
    +static java.util.SortedSetpredicatedSortedSet(java.util.SortedSet set, + Predicate predicate) + +
    +          Returns a predicated (validating) sorted set backed by the given sorted set.
    +static java.util.SetsynchronizedSet(java.util.Set set) + +
    +          Returns a synchronized set backed by the given set.
    +static java.util.SortedSetsynchronizedSortedSet(java.util.SortedSet set) + +
    +          Returns a synchronized sorted set backed by the given sorted set.
    +static java.util.SettransformedSet(java.util.Set set, + Transformer transformer) + +
    +          Returns a transformed set backed by the given set.
    +static java.util.SortedSettransformedSortedSet(java.util.SortedSet set, + Transformer transformer) + +
    +          Returns a transformed sorted set backed by the given set.
    +static java.util.SettypedSet(java.util.Set set, + java.lang.Class type) + +
    +          Returns a typed set backed by the given set.
    +static java.util.SortedSettypedSortedSet(java.util.SortedSet set, + java.lang.Class type) + +
    +          Returns a typed sorted set backed by the given set.
    +static java.util.SetunmodifiableSet(java.util.Set set) + +
    +          Returns an unmodifiable set backed by the given set.
    +static java.util.SortedSetunmodifiableSortedSet(java.util.SortedSet set) + +
    +          Returns an unmodifiable sorted set backed by the given sorted set.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +EMPTY_SET

    +
    +public static final java.util.Set EMPTY_SET
    +
    An empty unmodifiable set. - This uses the Collections implementation - and is provided for completeness. -

    -

    -
    -
    -
    - -

    -EMPTY_SORTED_SET

    -
    -public static final java.util.SortedSet EMPTY_SORTED_SET
    -
    + This uses the Collections implementation + and is provided for completeness. +

    +

    +
    +
    +
    + +

    +EMPTY_SORTED_SET

    +
    +public static final java.util.SortedSet EMPTY_SORTED_SET
    +
    An empty unmodifiable sorted set. - This is not provided in the JDK. -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -SetUtils

    -
    -public SetUtils()
    -
    -
    SetUtils should not normally be instantiated. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -isEqualSet

    -
    -public static boolean isEqualSet(java.util.Collection set1,
    -                                 java.util.Collection set2)
    -
    + This is not provided in the JDK. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +SetUtils

    +
    +public SetUtils()
    +
    +
    SetUtils should not normally be instantiated. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +isEqualSet

    +
    +public static boolean isEqualSet(java.util.Collection set1,
    +                                 java.util.Collection set2)
    +
    Tests two sets for equality as per the equals() contract in Set.equals(java.lang.Object).

    @@ -377,50 +377,50 @@ public static boolean isEqualSet(java.util.Collection set1, the second. This ensures that the equals method works properly across different implementations of the Set interface.

    - +

    - This implementation first checks if the two sets are the same object: + This implementation first checks if the two sets are the same object: if so it returns true. Then, it checks if the two sets are identical in size; if not, it returns false. If so, it returns a.containsAll((Collection) b).

    - -

    -

    -
    Parameters:
    set1 - the first set, may be null
    set2 - the second set, may be null -
    Returns:
    whether the sets are equal by value comparison
    See Also:
    Set
    -
    -
    -
    - -

    -hashCodeForSet

    -
    -public static int hashCodeForSet(java.util.Collection set)
    -
    -
    Generates a hash code using the algorithm specified in + +

    +

    +
    Parameters:
    set1 - the first set, may be null
    set2 - the second set, may be null +
    Returns:
    whether the sets are equal by value comparison
    See Also:
    Set
    +
    +
    +
    + +

    +hashCodeForSet

    +
    +public static int hashCodeForSet(java.util.Collection set)
    +
    +
    Generates a hash code using the algorithm specified in Set.hashCode().

    This method is useful for implementing Set when you cannot extend AbstractSet. The method takes Collection instances to enable other - collection types to use the Set implementation algorithm. -

    -

    -
    Parameters:
    set - the set to calculate the hash code for, may be null -
    Returns:
    the hash code
    See Also:
    Set.hashCode()
    -
    -
    -
    - -

    -synchronizedSet

    -
    -public static java.util.Set synchronizedSet(java.util.Set set)
    -
    + collection types to use the Set implementation algorithm. +

    +

    +
    Parameters:
    set - the set to calculate the hash code for, may be null +
    Returns:
    the hash code
    See Also:
    Set.hashCode()
    +
    +
    +
    + +

    +synchronizedSet

    +
    +public static java.util.Set synchronizedSet(java.util.Set set)
    +
    Returns a synchronized set backed by the given set.

    - You must manually synchronize on the returned buffer's iterator to + You must manually synchronize on the returned buffer's iterator to avoid non-deterministic behavior: - +

      Set s = SetUtils.synchronizedSet(mySet);
      synchronized (s) {
    @@ -430,126 +430,126 @@ public static java.util.Set synchronizedSet(java.util.Set set)
    } } - - This method uses the implementation in the decorators subpackage. -

    -

    -
    Parameters:
    set - the set to synchronize, must not be null -
    Returns:
    a synchronized set backed by the given set -
    Throws: -
    java.lang.IllegalArgumentException - if the set is null
    -
    -
    -
    - -

    -unmodifiableSet

    -
    -public static java.util.Set unmodifiableSet(java.util.Set set)
    -
    + + This method uses the implementation in the decorators subpackage. +

    +

    +
    Parameters:
    set - the set to synchronize, must not be null +
    Returns:
    a synchronized set backed by the given set +
    Throws: +
    java.lang.IllegalArgumentException - if the set is null
    +
    +
    +
    + +

    +unmodifiableSet

    +
    +public static java.util.Set unmodifiableSet(java.util.Set set)
    +
    Returns an unmodifiable set backed by the given set.

    - This method uses the implementation in the decorators subpackage. -

    -

    -
    Parameters:
    set - the set to make unmodifiable, must not be null -
    Returns:
    an unmodifiable set backed by the given set -
    Throws: -
    java.lang.IllegalArgumentException - if the set is null
    -
    -
    -
    - -

    -predicatedSet

    -
    -public static java.util.Set predicatedSet(java.util.Set set,
    -                                          Predicate predicate)
    -
    + This method uses the implementation in the decorators subpackage. +

    +

    +
    Parameters:
    set - the set to make unmodifiable, must not be null +
    Returns:
    an unmodifiable set backed by the given set +
    Throws: +
    java.lang.IllegalArgumentException - if the set is null
    +
    +
    +
    + +

    +predicatedSet

    +
    +public static java.util.Set predicatedSet(java.util.Set set,
    +                                          Predicate predicate)
    +
    Returns a predicated (validating) set backed by the given set.

    Only objects that pass the test in the given predicate can be added to the set. Trying to add an invalid object results in an IllegalArgumentException. It is important not to use the original set after invoking this method, - as it is a backdoor for adding invalid objects. -

    -

    -
    Parameters:
    set - the set to predicate, must not be null
    predicate - the predicate for the set, must not be null -
    Returns:
    a predicated set backed by the given set -
    Throws: -
    java.lang.IllegalArgumentException - if the Set or Predicate is null
    -
    -
    -
    - -

    -typedSet

    -
    -public static java.util.Set typedSet(java.util.Set set,
    -                                     java.lang.Class type)
    -
    + as it is a backdoor for adding invalid objects. +

    +

    +
    Parameters:
    set - the set to predicate, must not be null
    predicate - the predicate for the set, must not be null +
    Returns:
    a predicated set backed by the given set +
    Throws: +
    java.lang.IllegalArgumentException - if the Set or Predicate is null
    +
    +
    +
    + +

    +typedSet

    +
    +public static java.util.Set typedSet(java.util.Set set,
    +                                     java.lang.Class type)
    +
    Returns a typed set backed by the given set.

    - Only objects of the specified type can be added to the set. -

    -

    -
    Parameters:
    set - the set to limit to a specific type, must not be null
    type - the type of objects which may be added to the set -
    Returns:
    a typed set backed by the specified set
    -
    -
    -
    - -

    -transformedSet

    -
    -public static java.util.Set transformedSet(java.util.Set set,
    -                                           Transformer transformer)
    -
    + Only objects of the specified type can be added to the set. +

    +

    +
    Parameters:
    set - the set to limit to a specific type, must not be null
    type - the type of objects which may be added to the set +
    Returns:
    a typed set backed by the specified set
    +
    +
    +
    + +

    +transformedSet

    +
    +public static java.util.Set transformedSet(java.util.Set set,
    +                                           Transformer transformer)
    +
    Returns a transformed set backed by the given set.

    Each object is passed through the transformer as it is added to the - Set. It is important not to use the original set after invoking this - method, as it is a backdoor for adding untransformed objects. -

    -

    -
    Parameters:
    set - the set to transform, must not be null
    transformer - the transformer for the set, must not be null -
    Returns:
    a transformed set backed by the given set -
    Throws: -
    java.lang.IllegalArgumentException - if the Set or Transformer is null
    -
    -
    -
    - -

    -orderedSet

    -
    -public static java.util.Set orderedSet(java.util.Set set)
    -
    + Set. It is important not to use the original set after invoking this + method, as it is a backdoor for adding untransformed objects. +

    +

    +
    Parameters:
    set - the set to transform, must not be null
    transformer - the transformer for the set, must not be null +
    Returns:
    a transformed set backed by the given set +
    Throws: +
    java.lang.IllegalArgumentException - if the Set or Transformer is null
    +
    +
    +
    + +

    +orderedSet

    +
    +public static java.util.Set orderedSet(java.util.Set set)
    +
    Returns a set that maintains the order of elements that are added backed by the given set.

    If an element is added twice, the order is determined by the first add. - The order is observed through the iterator or toArray. -

    -

    -
    Parameters:
    set - the set to order, must not be null -
    Returns:
    an ordered set backed by the given set -
    Throws: -
    java.lang.IllegalArgumentException - if the Set is null
    -
    -
    -
    - -

    -synchronizedSortedSet

    -
    -public static java.util.SortedSet synchronizedSortedSet(java.util.SortedSet set)
    -
    + The order is observed through the iterator or toArray. +

    +

    +
    Parameters:
    set - the set to order, must not be null +
    Returns:
    an ordered set backed by the given set +
    Throws: +
    java.lang.IllegalArgumentException - if the Set is null
    +
    +
    +
    + +

    +synchronizedSortedSet

    +
    +public static java.util.SortedSet synchronizedSortedSet(java.util.SortedSet set)
    +
    Returns a synchronized sorted set backed by the given sorted set.

    - You must manually synchronize on the returned buffer's iterator to + You must manually synchronize on the returned buffer's iterator to avoid non-deterministic behavior: - +

      Set s = SetUtils.synchronizedSet(mySet);
      synchronized (s) {
    @@ -559,155 +559,155 @@ public static java.util.SortedSet synchronizedSortedSet(java.util.SortedS
          }
      }
      
    - - This method uses the implementation in the decorators subpackage. -

    -

    -
    Parameters:
    set - the sorted set to synchronize, must not be null -
    Returns:
    a synchronized set backed by the given set -
    Throws: -
    java.lang.IllegalArgumentException - if the set is null
    -
    -
    -
    - -

    -unmodifiableSortedSet

    -
    -public static java.util.SortedSet unmodifiableSortedSet(java.util.SortedSet set)
    -
    + + This method uses the implementation in the decorators subpackage. +

    +

    +
    Parameters:
    set - the sorted set to synchronize, must not be null +
    Returns:
    a synchronized set backed by the given set +
    Throws: +
    java.lang.IllegalArgumentException - if the set is null
    +
    +
    +
    + +

    +unmodifiableSortedSet

    +
    +public static java.util.SortedSet unmodifiableSortedSet(java.util.SortedSet set)
    +
    Returns an unmodifiable sorted set backed by the given sorted set.

    - This method uses the implementation in the decorators subpackage. -

    -

    -
    Parameters:
    set - the sorted set to make unmodifiable, must not be null -
    Returns:
    an unmodifiable set backed by the given set -
    Throws: -
    java.lang.IllegalArgumentException - if the set is null
    -
    -
    -
    - -

    -predicatedSortedSet

    -
    -public static java.util.SortedSet predicatedSortedSet(java.util.SortedSet set,
    -                                                      Predicate predicate)
    -
    -
    Returns a predicated (validating) sorted set backed by the given sorted set. + This method uses the implementation in the decorators subpackage. +

    +

    +
    Parameters:
    set - the sorted set to make unmodifiable, must not be null +
    Returns:
    an unmodifiable set backed by the given set +
    Throws: +
    java.lang.IllegalArgumentException - if the set is null
    +
    +
    +
    + +

    +predicatedSortedSet

    +
    +public static java.util.SortedSet predicatedSortedSet(java.util.SortedSet set,
    +                                                      Predicate predicate)
    +
    +
    Returns a predicated (validating) sorted set backed by the given sorted set.

    Only objects that pass the test in the given predicate can be added to the set. Trying to add an invalid object results in an IllegalArgumentException. It is important not to use the original set after invoking this method, - as it is a backdoor for adding invalid objects. -

    -

    -
    Parameters:
    set - the sorted set to predicate, must not be null
    predicate - the predicate for the sorted set, must not be null -
    Returns:
    a predicated sorted set backed by the given sorted set -
    Throws: -
    java.lang.IllegalArgumentException - if the Set or Predicate is null
    -
    -
    -
    - -

    -typedSortedSet

    -
    -public static java.util.SortedSet typedSortedSet(java.util.SortedSet set,
    -                                                 java.lang.Class type)
    -
    + as it is a backdoor for adding invalid objects. +

    +

    +
    Parameters:
    set - the sorted set to predicate, must not be null
    predicate - the predicate for the sorted set, must not be null +
    Returns:
    a predicated sorted set backed by the given sorted set +
    Throws: +
    java.lang.IllegalArgumentException - if the Set or Predicate is null
    +
    +
    +
    + +

    +typedSortedSet

    +
    +public static java.util.SortedSet typedSortedSet(java.util.SortedSet set,
    +                                                 java.lang.Class type)
    +
    Returns a typed sorted set backed by the given set.

    - Only objects of the specified type can be added to the set. -

    -

    -
    Parameters:
    set - the set to limit to a specific type, must not be null
    type - the type of objects which may be added to the set -
    Returns:
    a typed set backed by the specified set
    -
    -
    -
    - -

    -transformedSortedSet

    -
    -public static java.util.SortedSet transformedSortedSet(java.util.SortedSet set,
    -                                                       Transformer transformer)
    -
    + Only objects of the specified type can be added to the set. +

    +

    +
    Parameters:
    set - the set to limit to a specific type, must not be null
    type - the type of objects which may be added to the set +
    Returns:
    a typed set backed by the specified set
    +
    +
    +
    + +

    +transformedSortedSet

    +
    +public static java.util.SortedSet transformedSortedSet(java.util.SortedSet set,
    +                                                       Transformer transformer)
    +
    Returns a transformed sorted set backed by the given set.

    Each object is passed through the transformer as it is added to the - Set. It is important not to use the original set after invoking this - method, as it is a backdoor for adding untransformed objects. -

    -

    -
    Parameters:
    set - the set to transform, must not be null
    transformer - the transformer for the set, must not be null -
    Returns:
    a transformed set backed by the given set -
    Throws: -
    java.lang.IllegalArgumentException - if the Set or Transformer is null
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Set. It is important not to use the original set after invoking this + method, as it is a backdoor for adding untransformed objects. +

    +

    +
    Parameters:
    set - the set to transform, must not be null
    transformer - the transformer for the set, must not be null +
    Returns:
    a transformed set backed by the given set +
    Throws: +
    java.lang.IllegalArgumentException - if the Set or Transformer is null
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SortedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SortedBag.html index 9263b62..2d76fba 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SortedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SortedBag.html @@ -1,299 +1,299 @@ - - - - - - - -SortedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Interface SortedBag

    -
    -
    All Superinterfaces:
    Bag, java.util.Collection, java.lang.Iterable
    -
    -
    -
    All Known Implementing Classes:
    AbstractSortedBagDecorator, PredicatedSortedBag, SynchronizedSortedBag, TransformedSortedBag, TreeBag, TreeBag, UnmodifiableSortedBag
    -
    -
    -
    -
    public interface SortedBag
    extends Bag
    - - -

    + + + + + + + +SortedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Interface SortedBag

    +
    +
    All Superinterfaces:
    Bag, java.util.Collection, java.lang.Iterable
    +
    +
    +
    All Known Implementing Classes:
    AbstractSortedBagDecorator, PredicatedSortedBag, SynchronizedSortedBag, TransformedSortedBag, TreeBag, TreeBag, UnmodifiableSortedBag
    +
    +
    +
    +
    public interface SortedBag
    extends Bag
    + + +

    Defines a type of Bag that maintains a sorted order among - its unique representative members. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Chuck Burdick
    -
    -
    - -

    - - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    - java.util.Comparatorcomparator() - -
    + its unique representative members. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Chuck Burdick
    +
    +
    + +

    + + + + + + + + + + + - - - - - - - - - -
    +Method Summary
    + java.util.Comparatorcomparator() + +
              Returns the comparator associated with this sorted set, or null - if it uses its elements' natural ordering.
    - java.lang.Objectfirst() - -
    -          Returns the first (lowest) member.
    - java.lang.Objectlast() - -
    -          Returns the last (highest) member.
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -comparator

    -
    -java.util.Comparator comparator()
    -
    + if it uses its elements' natural ordering.
    + java.lang.Objectfirst() + +
    +          Returns the first (lowest) member.
    + java.lang.Objectlast() + +
    +          Returns the last (highest) member.
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +comparator

    +
    +java.util.Comparator comparator()
    +
    Returns the comparator associated with this sorted set, or null - if it uses its elements' natural ordering. -

    -

    -
    -
    -
    - -
    Returns:
    the comparator in use, or null if natural ordering
    -
    -
    -
    - -

    -first

    -
    -java.lang.Object first()
    -
    -
    Returns the first (lowest) member. -

    -

    -
    -
    -
    - -
    Returns:
    the first element in the sorted bag
    -
    -
    -
    - -

    -last

    -
    -java.lang.Object last()
    -
    -
    Returns the last (highest) member. -

    -

    -
    -
    -
    - -
    Returns:
    the last element in the sorted bag
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + if it uses its elements' natural ordering. +

    +

    +
    +
    +
    + +
    Returns:
    the comparator in use, or null if natural ordering
    +
    + +
    + +

    +first

    +
    +java.lang.Object first()
    +
    +
    Returns the first (lowest) member. +

    +

    +
    +
    +
    + +
    Returns:
    the first element in the sorted bag
    +
    +
    +
    + +

    +last

    +
    +java.lang.Object last()
    +
    +
    Returns the last (highest) member. +

    +

    +
    +
    +
    + +
    Returns:
    the last element in the sorted bag
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SortedBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SortedBidiMap.html index df2ef12..d4d1ffb 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SortedBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SortedBidiMap.html @@ -1,252 +1,252 @@ - - - - - - - -SortedBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Interface SortedBidiMap

    -
    -
    All Superinterfaces:
    BidiMap, IterableMap, java.util.Map, OrderedBidiMap, OrderedMap, java.util.SortedMap
    -
    -
    -
    All Known Implementing Classes:
    AbstractSortedBidiMapDecorator, DualTreeBidiMap, UnmodifiableSortedBidiMap
    -
    -
    -
    -
    public interface SortedBidiMap
    extends OrderedBidiMap, java.util.SortedMap
    - - -

    + + + + + + + +SortedBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Interface SortedBidiMap

    +
    +
    All Superinterfaces:
    BidiMap, IterableMap, java.util.Map, OrderedBidiMap, OrderedMap, java.util.SortedMap
    +
    +
    +
    All Known Implementing Classes:
    AbstractSortedBidiMapDecorator, DualTreeBidiMap, UnmodifiableSortedBidiMap
    +
    +
    +
    +
    public interface SortedBidiMap
    extends OrderedBidiMap, java.util.SortedMap
    + + +

    Defines a map that allows bidirectional lookup between key and values and retains both keys and values in sorted order.

    Implementations should allow a value to be looked up from a key and - a key to be looked up from a value with equal performance. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - - - - - -
    -Method Summary
    - BidiMapinverseBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - SortedBidiMapinverseSortedBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.OrderedBidiMap
    inverseOrderedBidiMap
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.BidiMap
    getKey, mapIterator, put, removeValue
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.OrderedMap
    firstKey, lastKey, nextKey, orderedMapIterator, previousKey
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    - - - - - - - -
    Methods inherited from interface java.util.SortedMap
    comparator, firstKey, headMap, lastKey, subMap, tailMap
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -inverseBidiMap

    -
    -BidiMap inverseBidiMap()
    -
    + a key to be looked up from a value with equal performance. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + + + + + +
    +Method Summary
    + BidiMapinverseBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + SortedBidiMapinverseSortedBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.OrderedBidiMap
    inverseOrderedBidiMap
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.BidiMap
    getKey, mapIterator, put, removeValue
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.OrderedMap
    firstKey, lastKey, nextKey, orderedMapIterator, previousKey
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    + + + + + + + +
    Methods inherited from interface java.util.SortedMap
    comparator, firstKey, headMap, lastKey, subMap, tailMap
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +inverseBidiMap

    +
    +BidiMap inverseBidiMap()
    +
    Gets a view of this map where the keys and values are reversed.

    Changes to one map will be visible in the other and vice versa. @@ -257,23 +257,23 @@ inverseBidiMap method on the inverse map should return the original.

    Implementations must return a SortedBidiMap instance, - usually by forwarding to inverseSortedBidiMap(). -

    -

    -
    Specified by:
    inverseBidiMap in interface BidiMap
    Specified by:
    inverseBidiMap in interface OrderedBidiMap
    -
    -
    - -
    Returns:
    an inverted bidirectional map
    -
    -
    -
    - -

    -inverseSortedBidiMap

    -
    -SortedBidiMap inverseSortedBidiMap()
    -
    + usually by forwarding to inverseSortedBidiMap(). +

    +

    +
    Specified by:
    inverseBidiMap in interface BidiMap
    Specified by:
    inverseBidiMap in interface OrderedBidiMap
    +
    +
    + +
    Returns:
    an inverted bidirectional map
    +
    +
    +
    + +

    +inverseSortedBidiMap

    +
    +SortedBidiMap inverseSortedBidiMap()
    +
    Gets a view of this map where the keys and values are reversed.

    Changes to one map will be visible in the other and vice versa. @@ -284,77 +284,77 @@ inverseSortedBidiMap method on the inverse map should return the original.

    The inverse map returned by inverseBidiMap() should be the - same object as returned by this method. -

    -

    -
    -
    -
    - -
    Returns:
    an inverted bidirectional map
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + same object as returned by this method. +

    +

    +
    +
    +
    + +
    Returns:
    an inverted bidirectional map
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/StaticBucketMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/StaticBucketMap.html index 3e64455..0b34489 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/StaticBucketMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/StaticBucketMap.html @@ -1,113 +1,113 @@ - - - - - - - -StaticBucketMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class StaticBucketMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.StaticBucketMap
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map
    -
    -
    -Deprecated. Moved to map subpackage. Due to be removed in v4.0. -

    -

    -
    public final class StaticBucketMap
    extends java.lang.Object
    implements java.util.Map
    - - -

    + + + + + + + +StaticBucketMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class StaticBucketMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.StaticBucketMap
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map
    +
    +
    +Deprecated. Moved to map subpackage. Due to be removed in v4.0. +

    +

    +
    public final class StaticBucketMap
    extends java.lang.Object
    implements java.util.Map
    + + +

    A StaticBucketMap is an efficient, thread-safe implementation of java.util.Map that performs well in in a highly thread-contentious environment. The map supports very efficient - get, put, + get, put, remove and containsKey operations, assuming (approximate) uniform hashing and that the number of entries does not exceed the number of buckets. If the @@ -116,16 +116,16 @@ A StaticBucketMap is an efficient, thread-safe implementation of scenario that is proportional to the number of elements in the map (O(n)).

    - Each bucket in the hash table has its own monitor, so two threads can - safely operate on the map at the same time, often without incurring any + Each bucket in the hash table has its own monitor, so two threads can + safely operate on the map at the same time, often without incurring any monitor contention. This means that you don't have to wrap instances of this class with Collections.synchronizedMap(Map); - instances are already thread-safe. Unfortunately, however, this means - that this map implementation behaves in ways you may find disconcerting. + instances are already thread-safe. Unfortunately, however, this means + that this map implementation behaves in ways you may find disconcerting. Bulk operations, such as putAll or the - retainAll operation in collection - views, are not atomic. If two threads are simultaneously - executing + retainAll operation in collection + views, are not atomic. If two threads are simultaneously + executing

        staticBucketMapInstance.putAll(map);
    @@ -138,23 +138,23 @@ A StaticBucketMap is an efficient, thread-safe implementation of
      
    then the results are generally random. Those two statement could cancel - each other out, leaving staticBucketMapInstance essentially - unchanged, or they could leave some random subset of map in + each other out, leaving staticBucketMapInstance essentially + unchanged, or they could leave some random subset of map in staticBucketMapInstance.

    - Also, much like an encyclopedia, the results of size() and + Also, much like an encyclopedia, the results of size() and isEmpty() are out-of-date as soon as they are produced.

    The iterators returned by the collection views of this class are not - fail-fast. They will never raise a - ConcurrentModificationException. Keys and values + fail-fast. They will never raise a + ConcurrentModificationException. Keys and values added to the map after the iterator is created do not necessarily appear - during iteration. Similarly, the iterator does not necessarily fail to + during iteration. Similarly, the iterator does not necessarily fail to return keys and values that were removed after the iterator was created.

    Finally, unlike HashMap-style implementations, this - class never rehashes the map. The number of buckets is fixed - at construction time and never altered. Performance may degrade if + class never rehashes the map. The number of buckets is fixed + at construction time and never altered. Performance may degrade if you do not allocate enough buckets upfront.

    The atomic(Runnable) method is provided to allow atomic iterations @@ -162,487 +162,487 @@ A StaticBucketMap is an efficient, thread-safe implementation of will basically result in a map that's slower than an ordinary synchronized HashMap. - Use this class if you do not require reliable bulk operations and - iterations, or if you can make your own guarantees about how bulk - operations will affect the map.

    -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Berin Loritsch, Gerhard Froehlich, Michael A. Smith, Paul Jack, Leo Sutic, Janek Bogucki, Kazuya Ujihara
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - - - -
    -Constructor Summary
    StaticBucketMap() - -
    -          Deprecated. Initializes the map with the default number of buckets (255).
    StaticBucketMap(int numBuckets) - -
    -          Deprecated. Initializes the map with a specified number of buckets.
    -  - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    - voidatomic(java.lang.Runnable r) - -
    + Use this class if you do not require reliable bulk operations and + iterations, or if you can make your own guarantees about how bulk + operations will affect the map.

    +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Berin Loritsch, Gerhard Froehlich, Michael A. Smith, Paul Jack, Leo Sutic, Janek Bogucki, Kazuya Ujihara
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + + + +
    +Constructor Summary
    StaticBucketMap() + +
    +          Deprecated. Initializes the map with the default number of buckets (255).
    StaticBucketMap(int numBuckets) + +
    +          Deprecated. Initializes the map with a specified number of buckets.
    +  + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    + voidatomic(java.lang.Runnable r) + +
              Deprecated. Prevents any operations from occurring on this map while the - given Runnable executes.
    - voidclear() - -
    -          Deprecated. Implements Map.clear().
    - booleancontainsKey(java.lang.Object key) - -
    -          Deprecated. Implements Map.containsKey(Object).
    - booleancontainsValue(java.lang.Object value) - -
    -          Deprecated. Implements Map.containsValue(Object).
    - java.util.SetentrySet() - -
    -          Deprecated. Implements Map.entrySet().
    - booleanequals(java.lang.Object obj) - -
    -          Deprecated. Implements Map.equals(Object).
    - java.lang.Objectget(java.lang.Object key) - -
    -          Deprecated. Implements Map.get(Object).
    - inthashCode() - -
    -          Deprecated. Implements Map.hashCode().
    - booleanisEmpty() - -
    -          Deprecated. Implements Map.isEmpty().
    - java.util.SetkeySet() - -
    -          Deprecated. Implements Map.keySet().
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Deprecated. Implements Map.put(Object, Object).
    - voidputAll(java.util.Map other) - -
    -          Deprecated. Implements Map.putAll(Map).
    - java.lang.Objectremove(java.lang.Object key) - -
    -          Deprecated. Implements Map.remove(Object).
    - intsize() - -
    -          Deprecated. Implements Map.size().
    - java.util.Collectionvalues() - -
    -          Deprecated. Implements Map.values().
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -StaticBucketMap

    -
    -public StaticBucketMap()
    -
    -
    Deprecated. 
    Initializes the map with the default number of buckets (255). -

    -

    -
    - -

    -StaticBucketMap

    -
    -public StaticBucketMap(int numBuckets)
    -
    + given Runnable executes.
    + voidclear() + +
    +          Deprecated. Implements Map.clear().
    + booleancontainsKey(java.lang.Object key) + +
    +          Deprecated. Implements Map.containsKey(Object).
    + booleancontainsValue(java.lang.Object value) + +
    +          Deprecated. Implements Map.containsValue(Object).
    + java.util.SetentrySet() + +
    +          Deprecated. Implements Map.entrySet().
    + booleanequals(java.lang.Object obj) + +
    +          Deprecated. Implements Map.equals(Object).
    + java.lang.Objectget(java.lang.Object key) + +
    +          Deprecated. Implements Map.get(Object).
    + inthashCode() + +
    +          Deprecated. Implements Map.hashCode().
    + booleanisEmpty() + +
    +          Deprecated. Implements Map.isEmpty().
    + java.util.SetkeySet() + +
    +          Deprecated. Implements Map.keySet().
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Deprecated. Implements Map.put(Object, Object).
    + voidputAll(java.util.Map other) + +
    +          Deprecated. Implements Map.putAll(Map).
    + java.lang.Objectremove(java.lang.Object key) + +
    +          Deprecated. Implements Map.remove(Object).
    + intsize() + +
    +          Deprecated. Implements Map.size().
    + java.util.Collectionvalues() + +
    +          Deprecated. Implements Map.values().
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +StaticBucketMap

    +
    +public StaticBucketMap()
    +
    +
    Deprecated. 
    Initializes the map with the default number of buckets (255). +

    +

    +
    + +

    +StaticBucketMap

    +
    +public StaticBucketMap(int numBuckets)
    +
    Deprecated. 
    Initializes the map with a specified number of buckets. The number of buckets is never below 17, and is always an odd number (StaticBucketMap ensures this). The number of buckets is inversely proportional to the chances for thread contention. The fewer buckets, the more chances for thread contention. The more buckets the fewer chances for thread - contention. -

    -

    -
    Parameters:
    numBuckets - the number of buckets for this map
    -
    - - - - - - - - -
    -Method Detail
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    Deprecated. 
    Implements Map.keySet(). -

    -

    -
    Specified by:
    keySet in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Deprecated. 
    Implements Map.size(). -

    -

    -
    Specified by:
    size in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    Deprecated. 
    Implements Map.put(Object, Object). -

    -

    -
    Specified by:
    put in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    -
    Deprecated. 
    Implements Map.get(Object). -

    -

    -
    Specified by:
    get in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key)
    -
    -
    Deprecated. 
    Implements Map.containsKey(Object). -

    -

    -
    Specified by:
    containsKey in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    -
    Deprecated. 
    Implements Map.containsValue(Object). -

    -

    -
    Specified by:
    containsValue in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    Deprecated. 
    Implements Map.values(). -

    -

    -
    Specified by:
    values in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    Deprecated. 
    Implements Map.entrySet(). -

    -

    -
    Specified by:
    entrySet in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map other)
    -
    -
    Deprecated. 
    Implements Map.putAll(Map). -

    -

    -
    Specified by:
    putAll in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    Deprecated. 
    Implements Map.remove(Object). -

    -

    -
    Specified by:
    remove in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -isEmpty

    -
    -public final boolean isEmpty()
    -
    -
    Deprecated. 
    Implements Map.isEmpty(). -

    -

    -
    Specified by:
    isEmpty in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public final void clear()
    -
    -
    Deprecated. 
    Implements Map.clear(). -

    -

    -
    Specified by:
    clear in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -equals

    -
    -public final boolean equals(java.lang.Object obj)
    -
    -
    Deprecated. 
    Implements Map.equals(Object). -

    -

    -
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public final int hashCode()
    -
    -
    Deprecated. 
    Implements Map.hashCode(). -

    -

    -
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -atomic

    -
    -public void atomic(java.lang.Runnable r)
    -
    + contention. +

    +

    +
    Parameters:
    numBuckets - the number of buckets for this map
    +
    + + + + + + + + +
    +Method Detail
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    Deprecated. 
    Implements Map.keySet(). +

    +

    +
    Specified by:
    keySet in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Deprecated. 
    Implements Map.size(). +

    +

    +
    Specified by:
    size in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    Deprecated. 
    Implements Map.put(Object, Object). +

    +

    +
    Specified by:
    put in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    +
    Deprecated. 
    Implements Map.get(Object). +

    +

    +
    Specified by:
    get in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key)
    +
    +
    Deprecated. 
    Implements Map.containsKey(Object). +

    +

    +
    Specified by:
    containsKey in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    +
    Deprecated. 
    Implements Map.containsValue(Object). +

    +

    +
    Specified by:
    containsValue in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    Deprecated. 
    Implements Map.values(). +

    +

    +
    Specified by:
    values in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    Deprecated. 
    Implements Map.entrySet(). +

    +

    +
    Specified by:
    entrySet in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map other)
    +
    +
    Deprecated. 
    Implements Map.putAll(Map). +

    +

    +
    Specified by:
    putAll in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    Deprecated. 
    Implements Map.remove(Object). +

    +

    +
    Specified by:
    remove in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public final boolean isEmpty()
    +
    +
    Deprecated. 
    Implements Map.isEmpty(). +

    +

    +
    Specified by:
    isEmpty in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public final void clear()
    +
    +
    Deprecated. 
    Implements Map.clear(). +

    +

    +
    Specified by:
    clear in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +equals

    +
    +public final boolean equals(java.lang.Object obj)
    +
    +
    Deprecated. 
    Implements Map.equals(Object). +

    +

    +
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +hashCode

    +
    +public final int hashCode()
    +
    +
    Deprecated. 
    Implements Map.hashCode(). +

    +

    +
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +atomic

    +
    +public void atomic(java.lang.Runnable r)
    +
    Deprecated. 
    Prevents any operations from occurring on this map while the given Runnable executes. This method can be used, for - instance, to execute a bulk operation atomically: + instance, to execute a bulk operation atomically:
         staticBucketMapInstance.atomic(new Runnable() {
    @@ -669,76 +669,76 @@ public void atomic(java.lang.Runnable r)
    and a ton of stack space. Essentially a recursive algorithm is used to enter each bucket's monitor. If you have twenty thousand buckets in your map, then the recursive method will be invoked twenty thousand - times. You have been warned. -

    -

    -
    -
    -
    -
    Parameters:
    r - the code to execute atomically
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + times. You have been warned. +

    +

    +
    +
    +
    +
    Parameters:
    r - the code to execute atomically
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SynchronizedPriorityQueue.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SynchronizedPriorityQueue.html index 7f1f251..e62ae12 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SynchronizedPriorityQueue.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/SynchronizedPriorityQueue.html @@ -1,447 +1,447 @@ - - - - - - - -SynchronizedPriorityQueue (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class SynchronizedPriorityQueue

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.SynchronizedPriorityQueue
    -
    -
    -
    All Implemented Interfaces:
    PriorityQueue
    -
    -
    + + + + + + + +SynchronizedPriorityQueue (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections +
    +Class SynchronizedPriorityQueue

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.SynchronizedPriorityQueue
    +
    +
    +
    All Implemented Interfaces:
    PriorityQueue
    +
    +
    Deprecated. PriorityQueue is replaced by the Buffer interface, see buffer subpackage. - Due to be removed in v4.0. -

    -

    -
    public final class SynchronizedPriorityQueue
    extends java.lang.Object
    implements PriorityQueue
    - - -

    + Due to be removed in v4.0. +

    +

    +
    public final class SynchronizedPriorityQueue
    extends java.lang.Object
    implements PriorityQueue
    + + +

    A thread safe version of the PriorityQueue. - Provides synchronized wrapper methods for all the methods - defined in the PriorityQueue interface. -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Ram Chidambaram
    -
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  PriorityQueuem_priorityQueue - -
    -          Deprecated. The underlying priority queue.
    -  - - - - - - - - - - -
    -Constructor Summary
    SynchronizedPriorityQueue(PriorityQueue priorityQueue) - -
    -          Deprecated. Constructs a new synchronized priority queue.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -          Deprecated. Clear all elements from queue.
    - voidinsert(java.lang.Object element) - -
    -          Deprecated. Insert an element into queue.
    - booleanisEmpty() - -
    -          Deprecated. Test if queue is empty.
    - java.lang.Objectpeek() - -
    -          Deprecated. Return element on top of heap but don't remove it.
    - java.lang.Objectpop() - -
    -          Deprecated. Return element on top of heap and remove it.
    - java.lang.StringtoString() - -
    -          Deprecated. Returns a string representation of the underlying queue.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -m_priorityQueue

    -
    -protected final PriorityQueue m_priorityQueue
    -
    -
    Deprecated. 
    The underlying priority queue. -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -SynchronizedPriorityQueue

    -
    -public SynchronizedPriorityQueue(PriorityQueue priorityQueue)
    -
    -
    Deprecated. 
    Constructs a new synchronized priority queue. -

    -

    -
    Parameters:
    priorityQueue - the priority queue to synchronize
    -
    - - - - - - - - -
    -Method Detail
    - -

    -clear

    -
    -public void clear()
    -
    -
    Deprecated. 
    Clear all elements from queue. -

    -

    -
    Specified by:
    clear in interface PriorityQueue
    -
    -
    -
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Deprecated. 
    Test if queue is empty. -

    -

    -
    Specified by:
    isEmpty in interface PriorityQueue
    -
    -
    - -
    Returns:
    true if queue is empty else false.
    -
    -
    -
    - -

    -insert

    -
    -public void insert(java.lang.Object element)
    -
    -
    Deprecated. 
    Insert an element into queue. -

    -

    -
    Specified by:
    insert in interface PriorityQueue
    -
    -
    -
    Parameters:
    element - the element to be inserted
    -
    -
    -
    - -

    -peek

    -
    -public java.lang.Object peek()
    -                      throws java.util.NoSuchElementException
    -
    -
    Deprecated. 
    Return element on top of heap but don't remove it. -

    -

    -
    Specified by:
    peek in interface PriorityQueue
    -
    -
    - -
    Returns:
    the element at top of heap -
    Throws: -
    java.util.NoSuchElementException - if isEmpty() == true
    -
    -
    -
    - -

    -pop

    -
    -public java.lang.Object pop()
    -                     throws java.util.NoSuchElementException
    -
    -
    Deprecated. 
    Return element on top of heap and remove it. -

    -

    -
    Specified by:
    pop in interface PriorityQueue
    -
    -
    - -
    Returns:
    the element at top of heap -
    Throws: -
    java.util.NoSuchElementException - if isEmpty() == true
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    Deprecated. 
    Returns a string representation of the underlying queue. -

    -

    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    - -
    Returns:
    a string representation of the underlying queue
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Provides synchronized wrapper methods for all the methods + defined in the PriorityQueue interface. +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Ram Chidambaram
    +
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  PriorityQueuem_priorityQueue + +
    +          Deprecated. The underlying priority queue.
    +  + + + + + + + + + + +
    +Constructor Summary
    SynchronizedPriorityQueue(PriorityQueue priorityQueue) + +
    +          Deprecated. Constructs a new synchronized priority queue.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +          Deprecated. Clear all elements from queue.
    + voidinsert(java.lang.Object element) + +
    +          Deprecated. Insert an element into queue.
    + booleanisEmpty() + +
    +          Deprecated. Test if queue is empty.
    + java.lang.Objectpeek() + +
    +          Deprecated. Return element on top of heap but don't remove it.
    + java.lang.Objectpop() + +
    +          Deprecated. Return element on top of heap and remove it.
    + java.lang.StringtoString() + +
    +          Deprecated. Returns a string representation of the underlying queue.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +m_priorityQueue

    +
    +protected final PriorityQueue m_priorityQueue
    +
    +
    Deprecated. 
    The underlying priority queue. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +SynchronizedPriorityQueue

    +
    +public SynchronizedPriorityQueue(PriorityQueue priorityQueue)
    +
    +
    Deprecated. 
    Constructs a new synchronized priority queue. +

    +

    +
    Parameters:
    priorityQueue - the priority queue to synchronize
    +
    + + + + + + + + +
    +Method Detail
    + +

    +clear

    +
    +public void clear()
    +
    +
    Deprecated. 
    Clear all elements from queue. +

    +

    +
    Specified by:
    clear in interface PriorityQueue
    +
    +
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Deprecated. 
    Test if queue is empty. +

    +

    +
    Specified by:
    isEmpty in interface PriorityQueue
    +
    +
    + +
    Returns:
    true if queue is empty else false.
    +
    +
    +
    + +

    +insert

    +
    +public void insert(java.lang.Object element)
    +
    +
    Deprecated. 
    Insert an element into queue. +

    +

    +
    Specified by:
    insert in interface PriorityQueue
    +
    +
    +
    Parameters:
    element - the element to be inserted
    +
    +
    +
    + +

    +peek

    +
    +public java.lang.Object peek()
    +                      throws java.util.NoSuchElementException
    +
    +
    Deprecated. 
    Return element on top of heap but don't remove it. +

    +

    +
    Specified by:
    peek in interface PriorityQueue
    +
    +
    + +
    Returns:
    the element at top of heap +
    Throws: +
    java.util.NoSuchElementException - if isEmpty() == true
    +
    +
    +
    + +

    +pop

    +
    +public java.lang.Object pop()
    +                     throws java.util.NoSuchElementException
    +
    +
    Deprecated. 
    Return element on top of heap and remove it. +

    +

    +
    Specified by:
    pop in interface PriorityQueue
    +
    +
    + +
    Returns:
    the element at top of heap +
    Throws: +
    java.util.NoSuchElementException - if isEmpty() == true
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Deprecated. 
    Returns a string representation of the underlying queue. +

    +

    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    + +
    Returns:
    a string representation of the underlying queue
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Transformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Transformer.html index 916b403..29526ae 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Transformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Transformer.html @@ -1,103 +1,103 @@ - - - - - - - -Transformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Interface Transformer

    -
    -
    All Known Implementing Classes:
    ChainedTransformer, CloneTransformer, ClosureTransformer, ConstantTransformer, ExceptionTransformer, FactoryTransformer, InstantiateTransformer, InvokerTransformer, MapTransformer, NOPTransformer, PredicateTransformer, StringValueTransformer, SwitchTransformer
    -
    -
    -
    -
    public interface Transformer
    - - -

    + + + + + + + +Transformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Interface Transformer

    +
    +
    All Known Implementing Classes:
    ChainedTransformer, CloneTransformer, ClosureTransformer, ConstantTransformer, ExceptionTransformer, FactoryTransformer, InstantiateTransformer, InvokerTransformer, MapTransformer, NOPTransformer, PredicateTransformer, StringValueTransformer, SwitchTransformer
    +
    +
    +
    +
    public interface Transformer
    + + +

    Defines a functor interface implemented by classes that transform one object into another.

    @@ -108,129 +108,129 @@ Defines a functor interface implemented by classes that transform one

    Standard implementations of common transformers are provided by TransformerUtils. These include method invokation, returning a constant, - cloning and returning the string value. -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Strachan, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objecttransform(java.lang.Object input) - -
    -          Transforms the input object (leaving it unchanged) into some output object.
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -transform

    -
    -java.lang.Object transform(java.lang.Object input)
    -
    -
    Transforms the input object (leaving it unchanged) into some output object. -

    -

    -
    Parameters:
    input - the object to be transformed, should be left unchanged -
    Returns:
    a transformed object -
    Throws: -
    java.lang.ClassCastException - (runtime) if the input is the wrong class -
    java.lang.IllegalArgumentException - (runtime) if the input is invalid -
    FunctorException - (runtime) if the transform cannot be completed
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + cloning and returning the string value. +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Strachan, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objecttransform(java.lang.Object input) + +
    +          Transforms the input object (leaving it unchanged) into some output object.
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +transform

    +
    +java.lang.Object transform(java.lang.Object input)
    +
    +
    Transforms the input object (leaving it unchanged) into some output object. +

    +

    +
    Parameters:
    input - the object to be transformed, should be left unchanged +
    Returns:
    a transformed object +
    Throws: +
    java.lang.ClassCastException - (runtime) if the input is the wrong class +
    java.lang.IllegalArgumentException - (runtime) if the input is invalid +
    FunctorException - (runtime) if the transform cannot be completed
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/TransformerUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/TransformerUtils.html index b3a2c00..12b9703 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/TransformerUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/TransformerUtils.html @@ -1,105 +1,105 @@ - - - - - - - -TransformerUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class TransformerUtils

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.TransformerUtils
    -
    -
    -
    -
    public class TransformerUtils
    extends java.lang.Object
    - - -

    -TransformerUtils provides reference implementations and + + + + + + + +TransformerUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class TransformerUtils

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.TransformerUtils
    +
    +
    +
    +
    public class TransformerUtils
    extends java.lang.Object
    + + +

    +TransformerUtils provides reference implementations and utilities for the Transformer functor interface. The supplied transformers are:

    • Invoker - returns the result of a method call on the input object @@ -118,336 +118,336 @@ java.lang.Object
    • Exception - always throws an exception
    • StringValue - returns a java.lang.String representation of the input object
    - All the supplied transformers are Serializable. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, James Carman
    -
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    TransformerUtils() - -
    -          This class is not normally instantiated.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    -Method Summary
    -static TransformerasTransformer(Closure closure) - -
    -          Creates a Transformer that calls a Closure each time the transformer is used.
    -static TransformerasTransformer(Factory factory) - -
    -          Creates a Transformer that calls a Factory each time the transformer is used.
    -static TransformerasTransformer(Predicate predicate) - -
    -          Creates a Transformer that calls a Predicate each time the transformer is used.
    -static TransformerchainedTransformer(java.util.Collection transformers) - -
    -          Create a new Transformer that calls each transformer in turn, passing the - result into the next transformer.
    -static TransformerchainedTransformer(Transformer[] transformers) - -
    -          Create a new Transformer that calls each transformer in turn, passing the - result into the next transformer.
    -static TransformerchainedTransformer(Transformer transformer1, - Transformer transformer2) - -
    + All the supplied transformers are Serializable. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, James Carman
    +
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    TransformerUtils() + +
    +          This class is not normally instantiated.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - -
    +Method Summary
    +static TransformerasTransformer(Closure closure) + +
    +          Creates a Transformer that calls a Closure each time the transformer is used.
    +static TransformerasTransformer(Factory factory) + +
    +          Creates a Transformer that calls a Factory each time the transformer is used.
    +static TransformerasTransformer(Predicate predicate) + +
    +          Creates a Transformer that calls a Predicate each time the transformer is used.
    +static TransformerchainedTransformer(java.util.Collection transformers) + +
    +          Create a new Transformer that calls each transformer in turn, passing the + result into the next transformer.
    +static TransformerchainedTransformer(Transformer[] transformers) + +
    +          Create a new Transformer that calls each transformer in turn, passing the + result into the next transformer.
    +static TransformerchainedTransformer(Transformer transformer1, + Transformer transformer2) + +
              Create a new Transformer that calls two transformers, passing the result of - the first into the second.
    -static TransformercloneTransformer() - -
    + the first into the second.
    +static TransformercloneTransformer() + +
              Gets a transformer that returns a clone of the input - object.
    -static TransformerconstantTransformer(java.lang.Object constantToReturn) - -
    -          Creates a Transformer that will return the same object each time the - transformer is used.
    -static TransformerexceptionTransformer() - -
    -          Gets a transformer that always throws an exception.
    -static TransformerinstantiateTransformer() - -
    -          Gets a Transformer that expects an input Class object that it will instantiate.
    -static TransformerinstantiateTransformer(java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    -          Creates a Transformer that expects an input Class object that it will - instantiate.
    -static TransformerinvokerTransformer(java.lang.String methodName) - -
    -          Gets a Transformer that invokes a method on the input object.
    -static TransformerinvokerTransformer(java.lang.String methodName, - java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    -          Gets a Transformer that invokes a method on the input object.
    -static TransformermapTransformer(java.util.Map map) - -
    -          Creates a Transformer that uses the passed in Map to transform the input - object (as a simple lookup).
    -static TransformernopTransformer() - -
    -          Gets a transformer that returns the input object.
    -static TransformernullTransformer() - -
    -          Gets a transformer that always returns null.
    -static TransformerstringValueTransformer() - -
    + object.
    +static TransformerconstantTransformer(java.lang.Object constantToReturn) + +
    +          Creates a Transformer that will return the same object each time the + transformer is used.
    +static TransformerexceptionTransformer() + +
    +          Gets a transformer that always throws an exception.
    +static TransformerinstantiateTransformer() + +
    +          Gets a Transformer that expects an input Class object that it will instantiate.
    +static TransformerinstantiateTransformer(java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
    +          Creates a Transformer that expects an input Class object that it will + instantiate.
    +static TransformerinvokerTransformer(java.lang.String methodName) + +
    +          Gets a Transformer that invokes a method on the input object.
    +static TransformerinvokerTransformer(java.lang.String methodName, + java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
    +          Gets a Transformer that invokes a method on the input object.
    +static TransformermapTransformer(java.util.Map map) + +
    +          Creates a Transformer that uses the passed in Map to transform the input + object (as a simple lookup).
    +static TransformernopTransformer() + +
    +          Gets a transformer that returns the input object.
    +static TransformernullTransformer() + +
    +          Gets a transformer that always returns null.
    +static TransformerstringValueTransformer() + +
              Gets a transformer that returns a java.lang.String - representation of the input object.
    -static TransformerswitchMapTransformer(java.util.Map objectsAndTransformers) - -
    + representation of the input object.
    +static TransformerswitchMapTransformer(java.util.Map objectsAndTransformers) + +
              Create a new Transformer that uses the input object as a key to find the - transformer to call.
    -static TransformerswitchTransformer(java.util.Map predicatesAndTransformers) - -
    -          Create a new Transformer that calls one of the transformers depending - on the predicates.
    -static TransformerswitchTransformer(Predicate[] predicates, - Transformer[] transformers) - -
    -          Create a new Transformer that calls one of the transformers depending - on the predicates.
    -static TransformerswitchTransformer(Predicate[] predicates, - Transformer[] transformers, - Transformer defaultTransformer) - -
    -          Create a new Transformer that calls one of the transformers depending - on the predicates.
    -static TransformerswitchTransformer(Predicate predicate, - Transformer trueTransformer, - Transformer falseTransformer) - -
    -          Create a new Transformer that calls one of two transformers depending - on the specified predicate.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TransformerUtils

    -
    -public TransformerUtils()
    -
    -
    This class is not normally instantiated. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -exceptionTransformer

    -
    -public static Transformer exceptionTransformer()
    -
    + transformer to call.
    +static TransformerswitchTransformer(java.util.Map predicatesAndTransformers) + +
    +          Create a new Transformer that calls one of the transformers depending + on the predicates.
    +static TransformerswitchTransformer(Predicate[] predicates, + Transformer[] transformers) + +
    +          Create a new Transformer that calls one of the transformers depending + on the predicates.
    +static TransformerswitchTransformer(Predicate[] predicates, + Transformer[] transformers, + Transformer defaultTransformer) + +
    +          Create a new Transformer that calls one of the transformers depending + on the predicates.
    +static TransformerswitchTransformer(Predicate predicate, + Transformer trueTransformer, + Transformer falseTransformer) + +
    +          Create a new Transformer that calls one of two transformers depending + on the specified predicate.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TransformerUtils

    +
    +public TransformerUtils()
    +
    +
    This class is not normally instantiated. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +exceptionTransformer

    +
    +public static Transformer exceptionTransformer()
    +
    Gets a transformer that always throws an exception. - This could be useful during testing as a placeholder. -

    -

    - -
    Returns:
    the transformer
    See Also:
    ExceptionTransformer
    -
    -
    -
    - -

    -nullTransformer

    -
    -public static Transformer nullTransformer()
    -
    -
    Gets a transformer that always returns null. -

    -

    - -
    Returns:
    the transformer
    See Also:
    ConstantTransformer
    -
    -
    -
    - -

    -nopTransformer

    -
    -public static Transformer nopTransformer()
    -
    + This could be useful during testing as a placeholder. +

    +

    + +
    Returns:
    the transformer
    See Also:
    ExceptionTransformer
    +
    +
    +
    + +

    +nullTransformer

    +
    +public static Transformer nullTransformer()
    +
    +
    Gets a transformer that always returns null. +

    +

    + +
    Returns:
    the transformer
    See Also:
    ConstantTransformer
    +
    +
    +
    + +

    +nopTransformer

    +
    +public static Transformer nopTransformer()
    +
    Gets a transformer that returns the input object. The input object should be immutable to maintain the - contract of Transformer (although this is not checked). -

    -

    - -
    Returns:
    the transformer
    See Also:
    NOPTransformer
    -
    -
    -
    - -

    -cloneTransformer

    -
    -public static Transformer cloneTransformer()
    -
    + contract of Transformer (although this is not checked). +

    +

    + +
    Returns:
    the transformer
    See Also:
    NOPTransformer
    +
    +
    +
    + +

    +cloneTransformer

    +
    +public static Transformer cloneTransformer()
    +
    Gets a transformer that returns a clone of the input object. The input object will be cloned using one of these techniques (in order): @@ -455,424 +455,424 @@ public static CloneTransformer
    - - -
    - -

    -constantTransformer

    -
    -public static Transformer constantTransformer(java.lang.Object constantToReturn)
    -
    -
    Creates a Transformer that will return the same object each time the - transformer is used. -

    -

    -
    Parameters:
    constantToReturn - the constant object to return each time in the transformer -
    Returns:
    the transformer.
    See Also:
    ConstantTransformer
    -
    -
    -
    - -

    -asTransformer

    -
    -public static Transformer asTransformer(Closure closure)
    -
    +
    +
    + +

    +constantTransformer

    +
    +public static Transformer constantTransformer(java.lang.Object constantToReturn)
    +
    +
    Creates a Transformer that will return the same object each time the + transformer is used. +

    +

    +
    Parameters:
    constantToReturn - the constant object to return each time in the transformer +
    Returns:
    the transformer.
    See Also:
    ConstantTransformer
    +
    +
    +
    + +

    +asTransformer

    +
    +public static Transformer asTransformer(Closure closure)
    +
    Creates a Transformer that calls a Closure each time the transformer is used. - The transformer returns the input object. -

    -

    -
    Parameters:
    closure - the closure to run each time in the transformer, not null -
    Returns:
    the transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the closure is null
    See Also:
    ClosureTransformer
    -
    -
    -
    - -

    -asTransformer

    -
    -public static Transformer asTransformer(Predicate predicate)
    -
    + The transformer returns the input object. +

    +

    +
    Parameters:
    closure - the closure to run each time in the transformer, not null +
    Returns:
    the transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the closure is null
    See Also:
    ClosureTransformer
    +
    +
    +
    + +

    +asTransformer

    +
    +public static Transformer asTransformer(Predicate predicate)
    +
    Creates a Transformer that calls a Predicate each time the transformer is used. - The transformer will return either Boolean.TRUE or Boolean.FALSE. -

    -

    -
    Parameters:
    predicate - the predicate to run each time in the transformer, not null -
    Returns:
    the transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the predicate is null
    See Also:
    PredicateTransformer
    -
    -
    -
    - -

    -asTransformer

    -
    -public static Transformer asTransformer(Factory factory)
    -
    + The transformer will return either Boolean.TRUE or Boolean.FALSE. +

    +

    +
    Parameters:
    predicate - the predicate to run each time in the transformer, not null +
    Returns:
    the transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the predicate is null
    See Also:
    PredicateTransformer
    +
    +
    +
    + +

    +asTransformer

    +
    +public static Transformer asTransformer(Factory factory)
    +
    Creates a Transformer that calls a Factory each time the transformer is used. - The transformer will return the value returned by the factory. -

    -

    -
    Parameters:
    factory - the factory to run each time in the transformer, not null -
    Returns:
    the transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the factory is null
    See Also:
    FactoryTransformer
    -
    -
    -
    - -

    -chainedTransformer

    -
    -public static Transformer chainedTransformer(Transformer transformer1,
    -                                             Transformer transformer2)
    -
    + The transformer will return the value returned by the factory. +

    +

    +
    Parameters:
    factory - the factory to run each time in the transformer, not null +
    Returns:
    the transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the factory is null
    See Also:
    FactoryTransformer
    +
    +
    +
    + +

    +chainedTransformer

    +
    +public static Transformer chainedTransformer(Transformer transformer1,
    +                                             Transformer transformer2)
    +
    Create a new Transformer that calls two transformers, passing the result of - the first into the second. -

    -

    -
    Parameters:
    transformer1 - the first transformer
    transformer2 - the second transformer -
    Returns:
    the transformer -
    Throws: -
    java.lang.IllegalArgumentException - if either transformer is null
    See Also:
    ChainedTransformer
    -
    -
    -
    - -

    -chainedTransformer

    -
    -public static Transformer chainedTransformer(Transformer[] transformers)
    -
    -
    Create a new Transformer that calls each transformer in turn, passing the - result into the next transformer. -

    -

    -
    Parameters:
    transformers - an array of transformers to chain -
    Returns:
    the transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the transformers array is null -
    java.lang.IllegalArgumentException - if any transformer in the array is null
    See Also:
    ChainedTransformer
    -
    -
    -
    - -

    -chainedTransformer

    -
    -public static Transformer chainedTransformer(java.util.Collection transformers)
    -
    -
    Create a new Transformer that calls each transformer in turn, passing the + the first into the second. +

    +

    +
    Parameters:
    transformer1 - the first transformer
    transformer2 - the second transformer +
    Returns:
    the transformer +
    Throws: +
    java.lang.IllegalArgumentException - if either transformer is null
    See Also:
    ChainedTransformer
    +
    +
    +
    + +

    +chainedTransformer

    +
    +public static Transformer chainedTransformer(Transformer[] transformers)
    +
    +
    Create a new Transformer that calls each transformer in turn, passing the + result into the next transformer. +

    +

    +
    Parameters:
    transformers - an array of transformers to chain +
    Returns:
    the transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the transformers array is null +
    java.lang.IllegalArgumentException - if any transformer in the array is null
    See Also:
    ChainedTransformer
    +
    +
    +
    + +

    +chainedTransformer

    +
    +public static Transformer chainedTransformer(java.util.Collection transformers)
    +
    +
    Create a new Transformer that calls each transformer in turn, passing the result into the next transformer. The ordering is that of the iterator() - method on the collection. -

    -

    -
    Parameters:
    transformers - a collection of transformers to chain -
    Returns:
    the transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the transformers collection is null -
    java.lang.IllegalArgumentException - if any transformer in the collection is null
    See Also:
    ChainedTransformer
    -
    -
    -
    - -

    -switchTransformer

    -
    -public static Transformer switchTransformer(Predicate predicate,
    -                                            Transformer trueTransformer,
    -                                            Transformer falseTransformer)
    -
    -
    Create a new Transformer that calls one of two transformers depending - on the specified predicate. -

    -

    -
    Parameters:
    predicate - the predicate to switch on
    trueTransformer - the transformer called if the predicate is true
    falseTransformer - the transformer called if the predicate is false -
    Returns:
    the transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the predicate is null -
    java.lang.IllegalArgumentException - if either transformer is null
    See Also:
    SwitchTransformer
    -
    -
    -
    - -

    -switchTransformer

    -
    -public static Transformer switchTransformer(Predicate[] predicates,
    -                                            Transformer[] transformers)
    -
    -
    Create a new Transformer that calls one of the transformers depending + method on the collection. +

    +

    +
    Parameters:
    transformers - a collection of transformers to chain +
    Returns:
    the transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the transformers collection is null +
    java.lang.IllegalArgumentException - if any transformer in the collection is null
    See Also:
    ChainedTransformer
    +
    +
    +
    + +

    +switchTransformer

    +
    +public static Transformer switchTransformer(Predicate predicate,
    +                                            Transformer trueTransformer,
    +                                            Transformer falseTransformer)
    +
    +
    Create a new Transformer that calls one of two transformers depending + on the specified predicate. +

    +

    +
    Parameters:
    predicate - the predicate to switch on
    trueTransformer - the transformer called if the predicate is true
    falseTransformer - the transformer called if the predicate is false +
    Returns:
    the transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the predicate is null +
    java.lang.IllegalArgumentException - if either transformer is null
    See Also:
    SwitchTransformer
    +
    +
    +
    + +

    +switchTransformer

    +
    +public static Transformer switchTransformer(Predicate[] predicates,
    +                                            Transformer[] transformers)
    +
    +
    Create a new Transformer that calls one of the transformers depending on the predicates. The transformer at array location 0 is called if the predicate at array location 0 returned true. Each predicate is evaluated - until one returns true. If no predicates evaluate to true, null is returned. -

    -

    -
    Parameters:
    predicates - an array of predicates to check
    transformers - an array of transformers to call -
    Returns:
    the transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the either array is null -
    java.lang.IllegalArgumentException - if the either array has 0 elements -
    java.lang.IllegalArgumentException - if any element in the arrays is null -
    java.lang.IllegalArgumentException - if the arrays are different sizes
    See Also:
    SwitchTransformer
    -
    -
    -
    - -

    -switchTransformer

    -
    -public static Transformer switchTransformer(Predicate[] predicates,
    -                                            Transformer[] transformers,
    -                                            Transformer defaultTransformer)
    -
    -
    Create a new Transformer that calls one of the transformers depending + until one returns true. If no predicates evaluate to true, null is returned. +

    +

    +
    Parameters:
    predicates - an array of predicates to check
    transformers - an array of transformers to call +
    Returns:
    the transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the either array is null +
    java.lang.IllegalArgumentException - if the either array has 0 elements +
    java.lang.IllegalArgumentException - if any element in the arrays is null +
    java.lang.IllegalArgumentException - if the arrays are different sizes
    See Also:
    SwitchTransformer
    +
    +
    +
    + +

    +switchTransformer

    +
    +public static Transformer switchTransformer(Predicate[] predicates,
    +                                            Transformer[] transformers,
    +                                            Transformer defaultTransformer)
    +
    +
    Create a new Transformer that calls one of the transformers depending on the predicates. The transformer at array location 0 is called if the predicate at array location 0 returned true. Each predicate is evaluated until one returns true. If no predicates evaluate to true, the default - transformer is called. If the default transformer is null, null is returned. -

    -

    -
    Parameters:
    predicates - an array of predicates to check
    transformers - an array of transformers to call
    defaultTransformer - the default to call if no predicate matches, null means return null -
    Returns:
    the transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the either array is null -
    java.lang.IllegalArgumentException - if the either array has 0 elements -
    java.lang.IllegalArgumentException - if any element in the arrays is null -
    java.lang.IllegalArgumentException - if the arrays are different sizes
    See Also:
    SwitchTransformer
    -
    -
    -
    - -

    -switchTransformer

    -
    -public static Transformer switchTransformer(java.util.Map predicatesAndTransformers)
    -
    -
    Create a new Transformer that calls one of the transformers depending - on the predicates. + transformer is called. If the default transformer is null, null is returned. +

    +

    +
    Parameters:
    predicates - an array of predicates to check
    transformers - an array of transformers to call
    defaultTransformer - the default to call if no predicate matches, null means return null +
    Returns:
    the transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the either array is null +
    java.lang.IllegalArgumentException - if the either array has 0 elements +
    java.lang.IllegalArgumentException - if any element in the arrays is null +
    java.lang.IllegalArgumentException - if the arrays are different sizes
    See Also:
    SwitchTransformer
    +
    +
    +
    + +

    +switchTransformer

    +
    +public static Transformer switchTransformer(java.util.Map predicatesAndTransformers)
    +
    +
    Create a new Transformer that calls one of the transformers depending + on the predicates.

    - The Map consists of Predicate keys and Transformer values. A transformer + The Map consists of Predicate keys and Transformer values. A transformer is called if its matching predicate returns true. Each predicate is evaluated until one returns true. If no predicates evaluate to true, the default - transformer is called. The default transformer is set in the map with a + transformer is called. The default transformer is set in the map with a null key. If no default transformer is set, null will be returned in a default - case. The ordering is that of the iterator() method on the entryset collection - of the map. -

    -

    -
    Parameters:
    predicatesAndTransformers - a map of predicates to transformers -
    Returns:
    the transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the map is null -
    java.lang.IllegalArgumentException - if the map is empty -
    java.lang.IllegalArgumentException - if any transformer in the map is null -
    java.lang.ClassCastException - if the map elements are of the wrong type
    See Also:
    SwitchTransformer
    -
    -
    -
    - -

    -switchMapTransformer

    -
    -public static Transformer switchMapTransformer(java.util.Map objectsAndTransformers)
    -
    + case. The ordering is that of the iterator() method on the entryset collection + of the map. +

    +

    +
    Parameters:
    predicatesAndTransformers - a map of predicates to transformers +
    Returns:
    the transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the map is null +
    java.lang.IllegalArgumentException - if the map is empty +
    java.lang.IllegalArgumentException - if any transformer in the map is null +
    java.lang.ClassCastException - if the map elements are of the wrong type
    See Also:
    SwitchTransformer
    +
    +
    +
    + +

    +switchMapTransformer

    +
    +public static Transformer switchMapTransformer(java.util.Map objectsAndTransformers)
    +
    Create a new Transformer that uses the input object as a key to find the - transformer to call. + transformer to call.

    - The Map consists of object keys and Transformer values. A transformer + The Map consists of object keys and Transformer values. A transformer is called if the input object equals the key. If there is no match, the default transformer is called. The default transformer is set in the map - using a null key. If no default is set, null will be returned in a default case. -

    -

    -
    Parameters:
    objectsAndTransformers - a map of objects to transformers -
    Returns:
    the transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the map is null -
    java.lang.IllegalArgumentException - if the map is empty -
    java.lang.IllegalArgumentException - if any transformer in the map is null
    See Also:
    SwitchTransformer
    -
    -
    -
    - -

    -instantiateTransformer

    -
    -public static Transformer instantiateTransformer()
    -
    -
    Gets a Transformer that expects an input Class object that it will instantiate. -

    -

    - -
    Returns:
    the transformer
    See Also:
    InstantiateTransformer
    -
    -
    -
    - -

    -instantiateTransformer

    -
    -public static Transformer instantiateTransformer(java.lang.Class[] paramTypes,
    -                                                 java.lang.Object[] args)
    -
    -
    Creates a Transformer that expects an input Class object that it will + using a null key. If no default is set, null will be returned in a default case. +

    +

    +
    Parameters:
    objectsAndTransformers - a map of objects to transformers +
    Returns:
    the transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the map is null +
    java.lang.IllegalArgumentException - if the map is empty +
    java.lang.IllegalArgumentException - if any transformer in the map is null
    See Also:
    SwitchTransformer
    +
    +
    +
    + +

    +instantiateTransformer

    +
    +public static Transformer instantiateTransformer()
    +
    +
    Gets a Transformer that expects an input Class object that it will instantiate. +

    +

    + +
    Returns:
    the transformer
    See Also:
    InstantiateTransformer
    +
    +
    +
    + +

    +instantiateTransformer

    +
    +public static Transformer instantiateTransformer(java.lang.Class[] paramTypes,
    +                                                 java.lang.Object[] args)
    +
    +
    Creates a Transformer that expects an input Class object that it will instantiate. The constructor used is determined by the arguments specified - to this method. -

    -

    -
    Parameters:
    paramTypes - parameter types for the constructor, can be null
    args - the arguments to pass to the constructor, can be null -
    Returns:
    the transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the paramTypes and args don't match
    See Also:
    InstantiateTransformer
    -
    -
    -
    - -

    -mapTransformer

    -
    -public static Transformer mapTransformer(java.util.Map map)
    -
    -
    Creates a Transformer that uses the passed in Map to transform the input - object (as a simple lookup). -

    -

    -
    Parameters:
    map - the map to use to transform the objects -
    Returns:
    the transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the map is null
    See Also:
    MapTransformer
    -
    -
    -
    - -

    -invokerTransformer

    -
    -public static Transformer invokerTransformer(java.lang.String methodName)
    -
    + to this method. +

    +

    +
    Parameters:
    paramTypes - parameter types for the constructor, can be null
    args - the arguments to pass to the constructor, can be null +
    Returns:
    the transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the paramTypes and args don't match
    See Also:
    InstantiateTransformer
    +
    +
    +
    + +

    +mapTransformer

    +
    +public static Transformer mapTransformer(java.util.Map map)
    +
    +
    Creates a Transformer that uses the passed in Map to transform the input + object (as a simple lookup). +

    +

    +
    Parameters:
    map - the map to use to transform the objects +
    Returns:
    the transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the map is null
    See Also:
    MapTransformer
    +
    +
    +
    + +

    +invokerTransformer

    +
    +public static Transformer invokerTransformer(java.lang.String methodName)
    +
    Gets a Transformer that invokes a method on the input object. - The method must have no parameters. If the input object is null, + The method must have no parameters. If the input object is null, null is returned.

    For example, TransformerUtils.invokerTransformer("getName"); - will call the getName/code> method on the input object to - determine the transformer result. -

    -

    -
    Parameters:
    methodName - the method name to call on the input object, may not be null -
    Returns:
    the transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the methodName is null.
    See Also:
    InvokerTransformer
    -
    -
    -
    - -

    -invokerTransformer

    -
    -public static Transformer invokerTransformer(java.lang.String methodName,
    -                                             java.lang.Class[] paramTypes,
    -                                             java.lang.Object[] args)
    -
    + will call the getName/code> method on the input object to + determine the transformer result. +

    +

    +
    Parameters:
    methodName - the method name to call on the input object, may not be null +
    Returns:
    the transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the methodName is null.
    See Also:
    InvokerTransformer
    +
    +
    +
    + +

    +invokerTransformer

    +
    +public static Transformer invokerTransformer(java.lang.String methodName,
    +                                             java.lang.Class[] paramTypes,
    +                                             java.lang.Object[] args)
    +
    Gets a Transformer that invokes a method on the input object. - The method parameters are specified. If the input object is null, - null is returned. -

    -

    -
    Parameters:
    methodName - the name of the method
    paramTypes - the parameter types
    args - the arguments -
    Returns:
    the transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the method name is null -
    java.lang.IllegalArgumentException - if the paramTypes and args don't match
    See Also:
    InvokerTransformer
    -
    -
    -
    - -

    -stringValueTransformer

    -
    -public static Transformer stringValueTransformer()
    -
    + The method parameters are specified. If the input object is null, + null is returned. +

    +

    +
    Parameters:
    methodName - the name of the method
    paramTypes - the parameter types
    args - the arguments +
    Returns:
    the transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the method name is null +
    java.lang.IllegalArgumentException - if the paramTypes and args don't match
    See Also:
    InvokerTransformer
    +
    +
    +
    + +

    +stringValueTransformer

    +
    +public static Transformer stringValueTransformer()
    +
    Gets a transformer that returns a java.lang.String representation of the input object. This is achieved via the - toString method, null returns 'null'. -

    -

    - -
    Returns:
    the transformer
    See Also:
    StringValueTransformer
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + toString method, null returns 'null'. +

    +

    + +
    Returns:
    the transformer
    See Also:
    StringValueTransformer
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/TreeBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/TreeBag.html index b9cc9c2..80aec41 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/TreeBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/TreeBag.html @@ -1,400 +1,400 @@ - - - - - - - -TreeBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class TreeBag

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.DefaultMapBag
    -      extended by org.apache.commons.collections.TreeBag
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, Bag, SortedBag
    -
    -
    -Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0. -

    -

    -
    public class TreeBag
    extends DefaultMapBag
    implements SortedBag
    - - -

    -A Bag that is backed by a TreeMap. + + + + + + + +TreeBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class TreeBag

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.DefaultMapBag
    +      extended by org.apache.commons.collections.TreeBag
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, Bag, SortedBag
    +
    +
    +Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0. +

    +

    +
    public class TreeBag
    extends DefaultMapBag
    implements SortedBag
    + + +

    +A Bag that is backed by a TreeMap. Order will be maintained among the unique representative - members. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Chuck Burdick
    -
    -
    - -

    - - - - - - - - - - - - - + + + + + + + + + +
    -Constructor Summary
    TreeBag() - -
    -          Deprecated. Constructs an empty TreeBag.
    TreeBag(java.util.Collection coll) - -
    + members. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Chuck Burdick
    +
    +
    + +

    + + + + + + + + + + + + + - - - + + + - -
    +Constructor Summary
    TreeBag() + +
    +          Deprecated. Constructs an empty TreeBag.
    TreeBag(java.util.Collection coll) + +
              Deprecated. Constructs a Bag containing all the members of the given - collection.
    TreeBag(java.util.Comparator comparator) - -
    + collection.
    TreeBag(java.util.Comparator comparator) + +
              Deprecated. Constructs an empty Bag that maintains order on its unique - representative members according to the given Comparator.
    -  - - - - - - - - - - + +
    -Method Summary
    - java.util.Comparatorcomparator() - -
    + representative members according to the given Comparator.
    +  + + + + + + + + + + - - - - - - - - - -
    +Method Summary
    + java.util.Comparatorcomparator() + +
              Deprecated. Returns the comparator associated with this sorted set, or null - if it uses its elements' natural ordering.
    - java.lang.Objectfirst() - -
    -          Deprecated. Returns the first (lowest) member.
    - java.lang.Objectlast() - -
    -          Deprecated. Returns the last (highest) member.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.DefaultMapBag
    add, add, addAll, calcTotalSize, clear, contains, containsAll, containsAll, equals, getCount, getMap, hashCode, isEmpty, iterator, remove, remove, removeAll, retainAll, retainAll, setMap, size, toArray, toArray, toString, uniqueSet
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TreeBag

    -
    -public TreeBag()
    -
    -
    Deprecated. 
    Constructs an empty TreeBag. -

    -

    -
    - -

    -TreeBag

    -
    -public TreeBag(java.util.Comparator comparator)
    -
    + if it uses its elements' natural ordering.
    + java.lang.Objectfirst() + +
    +          Deprecated. Returns the first (lowest) member.
    + java.lang.Objectlast() + +
    +          Deprecated. Returns the last (highest) member.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.DefaultMapBag
    add, add, addAll, calcTotalSize, clear, contains, containsAll, containsAll, equals, getCount, getMap, hashCode, isEmpty, iterator, remove, remove, removeAll, retainAll, retainAll, setMap, size, toArray, toArray, toString, uniqueSet
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TreeBag

    +
    +public TreeBag()
    +
    +
    Deprecated. 
    Constructs an empty TreeBag. +

    +

    +
    + +

    +TreeBag

    +
    +public TreeBag(java.util.Comparator comparator)
    +
    Deprecated. 
    Constructs an empty Bag that maintains order on its unique - representative members according to the given Comparator. -

    -

    -
    Parameters:
    comparator - the comparator to use
    -
    -
    - -

    -TreeBag

    -
    -public TreeBag(java.util.Collection coll)
    -
    + representative members according to the given Comparator. +

    +

    +
    Parameters:
    comparator - the comparator to use
    +
    +
    + +

    +TreeBag

    +
    +public TreeBag(java.util.Collection coll)
    +
    Deprecated. 
    Constructs a Bag containing all the members of the given - collection. -

    -

    -
    Parameters:
    coll - the collection to copy into the bag
    -
    - - - - - - - - -
    -Method Detail
    - -

    -first

    -
    -public java.lang.Object first()
    -
    -
    Deprecated. 
    Description copied from interface: SortedBag
    -
    Returns the first (lowest) member. -

    -

    -
    Specified by:
    first in interface SortedBag
    -
    -
    - -
    Returns:
    the first element in the sorted bag
    -
    -
    -
    - -

    -last

    -
    -public java.lang.Object last()
    -
    -
    Deprecated. 
    Description copied from interface: SortedBag
    -
    Returns the last (highest) member. -

    -

    -
    Specified by:
    last in interface SortedBag
    -
    -
    - -
    Returns:
    the last element in the sorted bag
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    Deprecated. 
    Description copied from interface: SortedBag
    + collection. +

    +

    +
    Parameters:
    coll - the collection to copy into the bag
    +
    + + + + + + + + +
    +Method Detail
    + +

    +first

    +
    +public java.lang.Object first()
    +
    +
    Deprecated. 
    Description copied from interface: SortedBag
    +
    Returns the first (lowest) member. +

    +

    +
    Specified by:
    first in interface SortedBag
    +
    +
    + +
    Returns:
    the first element in the sorted bag
    +
    +
    +
    + +

    +last

    +
    +public java.lang.Object last()
    +
    +
    Deprecated. 
    Description copied from interface: SortedBag
    +
    Returns the last (highest) member. +

    +

    +
    Specified by:
    last in interface SortedBag
    +
    +
    + +
    Returns:
    the last element in the sorted bag
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    Deprecated. 
    Description copied from interface: SortedBag
    Returns the comparator associated with this sorted set, or null - if it uses its elements' natural ordering. -

    -

    -
    Specified by:
    comparator in interface SortedBag
    -
    -
    - -
    Returns:
    the comparator in use, or null if natural ordering
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + if it uses its elements' natural ordering. +

    +

    +
    Specified by:
    comparator in interface SortedBag
    +
    +
    + +
    Returns:
    the comparator in use, or null if natural ordering
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/UnboundedFifoBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/UnboundedFifoBuffer.html index 8e83e9b..5f33a47 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/UnboundedFifoBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/UnboundedFifoBuffer.html @@ -1,110 +1,110 @@ - - - - - - - -UnboundedFifoBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Class UnboundedFifoBuffer

    -
    -java.lang.Object
    -  extended by java.util.AbstractCollection
    -      extended by org.apache.commons.collections.UnboundedFifoBuffer
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, Buffer
    -
    -
    -Deprecated. Moved to buffer subpackage. Due to be removed in v4.0. -

    -

    -
    public class UnboundedFifoBuffer
    extends java.util.AbstractCollection
    implements Buffer
    - - -

    + + + + + + + +UnboundedFifoBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Class UnboundedFifoBuffer

    +
    +java.lang.Object
    +  extended by java.util.AbstractCollection
    +      extended by org.apache.commons.collections.UnboundedFifoBuffer
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, Buffer
    +
    +
    +Deprecated. Moved to buffer subpackage. Due to be removed in v4.0. +

    +

    +
    public class UnboundedFifoBuffer
    extends java.util.AbstractCollection
    implements Buffer
    + + +

    UnboundedFifoBuffer is a very efficient buffer implementation. According to performance testing, it exhibits a constant access time, but it also outperforms ArrayList when used for the same purpose. @@ -123,420 +123,420 @@ UnboundedFifoBuffer is a very efficient buffer implementation. Buffer fifo = BufferUtils.synchronizedBuffer(new UnboundedFifoBuffer());

    - This buffer prevents null objects from being added. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Avalon, Federico Barbieri, Berin Loritsch, Paul Jack, Stephen Colebourne, Andreas Schlosser
    -
    -
    - -

    - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  java.lang.Object[]m_buffer - -
    -          Deprecated.  
    -protected  intm_head - -
    -          Deprecated.  
    -protected  intm_tail - -
    -          Deprecated.  
    -  - - - - - - - - - - - - - -
    -Constructor Summary
    UnboundedFifoBuffer() - -
    -          Deprecated. Constructs an UnboundedFifoBuffer with the default number of elements.
    UnboundedFifoBuffer(int initialSize) - -
    -          Deprecated. Constructs an UnboundedFifoBuffer with the specified number of elements.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanadd(java.lang.Object obj) - -
    -          Deprecated. Adds the given element to this buffer.
    - java.lang.Objectget() - -
    -          Deprecated. Returns the next object in the buffer.
    - booleanisEmpty() - -
    -          Deprecated. Returns true if this buffer is empty; false otherwise.
    - java.util.Iteratoriterator() - -
    -          Deprecated. Returns an iterator over this buffer's elements.
    - java.lang.Objectremove() - -
    -          Deprecated. Removes the next object from the buffer
    - intsize() - -
    -          Deprecated. Returns the number of elements stored in the buffer.
    - - - - - - - -
    Methods inherited from class java.util.AbstractCollection
    addAll, clear, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -m_buffer

    -
    -protected java.lang.Object[] m_buffer
    -
    -
    Deprecated. 
    -
    -
    -
    - -

    -m_head

    -
    -protected int m_head
    -
    -
    Deprecated. 
    -
    -
    -
    - -

    -m_tail

    -
    -protected int m_tail
    -
    -
    Deprecated. 
    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -UnboundedFifoBuffer

    -
    -public UnboundedFifoBuffer()
    -
    + This buffer prevents null objects from being added. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Avalon, Federico Barbieri, Berin Loritsch, Paul Jack, Stephen Colebourne, Andreas Schlosser
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  java.lang.Object[]m_buffer + +
    +          Deprecated.  
    +protected  intm_head + +
    +          Deprecated.  
    +protected  intm_tail + +
    +          Deprecated.  
    +  + + + + + + + + + + + + + +
    +Constructor Summary
    UnboundedFifoBuffer() + +
    +          Deprecated. Constructs an UnboundedFifoBuffer with the default number of elements.
    UnboundedFifoBuffer(int initialSize) + +
    +          Deprecated. Constructs an UnboundedFifoBuffer with the specified number of elements.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanadd(java.lang.Object obj) + +
    +          Deprecated. Adds the given element to this buffer.
    + java.lang.Objectget() + +
    +          Deprecated. Returns the next object in the buffer.
    + booleanisEmpty() + +
    +          Deprecated. Returns true if this buffer is empty; false otherwise.
    + java.util.Iteratoriterator() + +
    +          Deprecated. Returns an iterator over this buffer's elements.
    + java.lang.Objectremove() + +
    +          Deprecated. Removes the next object from the buffer
    + intsize() + +
    +          Deprecated. Returns the number of elements stored in the buffer.
    + + + + + + + +
    Methods inherited from class java.util.AbstractCollection
    addAll, clear, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +m_buffer

    +
    +protected java.lang.Object[] m_buffer
    +
    +
    Deprecated. 
    +
    +
    +
    + +

    +m_head

    +
    +protected int m_head
    +
    +
    Deprecated. 
    +
    +
    +
    + +

    +m_tail

    +
    +protected int m_tail
    +
    +
    Deprecated. 
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +UnboundedFifoBuffer

    +
    +public UnboundedFifoBuffer()
    +
    Deprecated. 
    Constructs an UnboundedFifoBuffer with the default number of elements. It is exactly the same as performing the following:
        new UnboundedFifoBuffer(32);
    - 
    -

    -

    -
    - -

    -UnboundedFifoBuffer

    -
    -public UnboundedFifoBuffer(int initialSize)
    -
    + +

    +

    +
    + +

    +UnboundedFifoBuffer

    +
    +public UnboundedFifoBuffer(int initialSize)
    +
    Deprecated. 
    Constructs an UnboundedFifoBuffer with the specified number of elements. - The integer must be a positive integer. -

    -

    -
    Parameters:
    initialSize - the initial size of the buffer -
    Throws: -
    java.lang.IllegalArgumentException - if the size is less than 1
    -
    - - - - - - - - -
    -Method Detail
    - -

    -size

    -
    -public int size()
    -
    -
    Deprecated. 
    Returns the number of elements stored in the buffer. -

    -

    -
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in class java.util.AbstractCollection
    -
    -
    - -
    Returns:
    this buffer's size
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Deprecated. 
    Returns true if this buffer is empty; false otherwise. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Collection
    Overrides:
    isEmpty in class java.util.AbstractCollection
    -
    -
    - -
    Returns:
    true if this buffer is empty
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object obj)
    -
    -
    Deprecated. 
    Adds the given element to this buffer. -

    -

    -
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class java.util.AbstractCollection
    -
    -
    -
    Parameters:
    obj - the element to add -
    Returns:
    true, always -
    Throws: -
    java.lang.NullPointerException - if the given element is null -
    BufferOverflowException - if this buffer is full
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get()
    -
    -
    Deprecated. 
    Returns the next object in the buffer. -

    -

    -
    Specified by:
    get in interface Buffer
    -
    -
    - -
    Returns:
    the next object in the buffer -
    Throws: -
    BufferUnderflowException - if this buffer is empty
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove()
    -
    -
    Deprecated. 
    Removes the next object from the buffer -

    -

    -
    Specified by:
    remove in interface Buffer
    -
    -
    - -
    Returns:
    the removed object -
    Throws: -
    BufferUnderflowException - if this buffer is empty
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    Deprecated. 
    Returns an iterator over this buffer's elements. -

    -

    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in class java.util.AbstractCollection
    -
    -
    - -
    Returns:
    an iterator over this buffer's elements
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + The integer must be a positive integer. +

    +

    +
    Parameters:
    initialSize - the initial size of the buffer +
    Throws: +
    java.lang.IllegalArgumentException - if the size is less than 1
    +
    + + + + + + + + +
    +Method Detail
    + +

    +size

    +
    +public int size()
    +
    +
    Deprecated. 
    Returns the number of elements stored in the buffer. +

    +

    +
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in class java.util.AbstractCollection
    +
    +
    + +
    Returns:
    this buffer's size
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Deprecated. 
    Returns true if this buffer is empty; false otherwise. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Collection
    Overrides:
    isEmpty in class java.util.AbstractCollection
    +
    +
    + +
    Returns:
    true if this buffer is empty
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object obj)
    +
    +
    Deprecated. 
    Adds the given element to this buffer. +

    +

    +
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class java.util.AbstractCollection
    +
    +
    +
    Parameters:
    obj - the element to add +
    Returns:
    true, always +
    Throws: +
    java.lang.NullPointerException - if the given element is null +
    BufferOverflowException - if this buffer is full
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get()
    +
    +
    Deprecated. 
    Returns the next object in the buffer. +

    +

    +
    Specified by:
    get in interface Buffer
    +
    +
    + +
    Returns:
    the next object in the buffer +
    Throws: +
    BufferUnderflowException - if this buffer is empty
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove()
    +
    +
    Deprecated. 
    Removes the next object from the buffer +

    +

    +
    Specified by:
    remove in interface Buffer
    +
    +
    + +
    Returns:
    the removed object +
    Throws: +
    BufferUnderflowException - if this buffer is empty
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    Deprecated. 
    Returns an iterator over this buffer's elements. +

    +

    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in class java.util.AbstractCollection
    +
    +
    + +
    Returns:
    an iterator over this buffer's elements
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Unmodifiable.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Unmodifiable.html index 5f7ede4..08d3ba2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Unmodifiable.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/Unmodifiable.html @@ -1,103 +1,103 @@ - - - - - - - -Unmodifiable (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections -
    -Interface Unmodifiable

    -
    -
    All Known Implementing Classes:
    UnmodifiableBag, UnmodifiableBidiMap, UnmodifiableBuffer, UnmodifiableCollection, UnmodifiableEntrySet, UnmodifiableIterator, UnmodifiableList, UnmodifiableListIterator, UnmodifiableMap, UnmodifiableMapEntry, UnmodifiableMapIterator, UnmodifiableOrderedBidiMap, UnmodifiableOrderedMap, UnmodifiableOrderedMapIterator, UnmodifiableSet, UnmodifiableSortedBag, UnmodifiableSortedBidiMap, UnmodifiableSortedMap, UnmodifiableSortedSet
    -
    -
    -
    -
    public interface Unmodifiable
    - - -

    + + + + + + + +Unmodifiable (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections +
    +Interface Unmodifiable

    +
    +
    All Known Implementing Classes:
    UnmodifiableBag, UnmodifiableBidiMap, UnmodifiableBuffer, UnmodifiableCollection, UnmodifiableEntrySet, UnmodifiableIterator, UnmodifiableList, UnmodifiableListIterator, UnmodifiableMap, UnmodifiableMapEntry, UnmodifiableMapIterator, UnmodifiableOrderedBidiMap, UnmodifiableOrderedMap, UnmodifiableOrderedMapIterator, UnmodifiableSet, UnmodifiableSortedBag, UnmodifiableSortedBidiMap, UnmodifiableSortedMap, UnmodifiableSortedSet
    +
    +
    +
    +
    public interface Unmodifiable
    + + +

    Marker interface for collections, maps and iterators that are unmodifiable.

    This interface enables testing such as: @@ -109,84 +109,84 @@ Marker interface for collections, maps and iterators that are unmodifiable. Of course all this only works if you use the Unmodifiable classes defined in this library. If you use the JDK unmodifiable class via java util Collections - then the interface won't be there. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - -

    - -


    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + then the interface won't be there. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + +

    + +


    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/AbstractBagDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/AbstractBagDecorator.html index e278c7a..b258c40 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/AbstractBagDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/AbstractBagDecorator.html @@ -1,472 +1,472 @@ - - - - - - - -AbstractBagDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bag -
    -Class AbstractBagDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.bag.AbstractBagDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, Bag
    -
    -
    -
    Direct Known Subclasses:
    AbstractSortedBagDecorator, UnmodifiableBag
    -
    -
    -
    -
    public abstract class AbstractBagDecorator
    extends AbstractCollectionDecorator
    implements Bag
    - - -

    + + + + + + + +AbstractBagDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bag +
    +Class AbstractBagDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.bag.AbstractBagDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, Bag
    +
    +
    +
    Direct Known Subclasses:
    AbstractSortedBagDecorator, UnmodifiableBag
    +
    +
    +
    +
    public abstract class AbstractBagDecorator
    extends AbstractCollectionDecorator
    implements Bag
    + + +

    Decorates another Bag to provide additional behaviour.

    - Methods are forwarded directly to the decorated bag. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractBagDecorator() - -
    -          Constructor only used in deserialization, do not use otherwise.
    -protected AbstractBagDecorator(Bag bag) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    - booleanadd(java.lang.Object object, - int count) - -
    -          Adds nCopies copies of the specified object to the Bag.
    -protected  BaggetBag() - -
    -          Gets the bag being decorated.
    - intgetCount(java.lang.Object object) - -
    + Methods are forwarded directly to the decorated bag. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractBagDecorator() + +
    +          Constructor only used in deserialization, do not use otherwise.
    +protected AbstractBagDecorator(Bag bag) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + - - - - - - - - - -
    +Method Summary
    + booleanadd(java.lang.Object object, + int count) + +
    +          Adds nCopies copies of the specified object to the Bag.
    +protected  BaggetBag() + +
    +          Gets the bag being decorated.
    + intgetCount(java.lang.Object object) + +
              Returns the number of occurrences (cardinality) of the given - object currently in the bag.
    - booleanremove(java.lang.Object object, - int count) - -
    -          Removes nCopies copies of the specified object from the Bag.
    - java.util.SetuniqueSet() - -
    -          Returns a Set of unique elements in the Bag.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.Bag
    add, containsAll, iterator, remove, removeAll, retainAll, size
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractBagDecorator

    -
    -protected AbstractBagDecorator()
    -
    -
    Constructor only used in deserialization, do not use otherwise. -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -

    -AbstractBagDecorator

    -
    -protected AbstractBagDecorator(Bag bag)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    bag - the bag to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getBag

    -
    -protected Bag getBag()
    -
    -
    Gets the bag being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated bag
    -
    -
    -
    - -

    -getCount

    -
    -public int getCount(java.lang.Object object)
    -
    -
    Description copied from interface: Bag
    + object currently in the bag.
    + booleanremove(java.lang.Object object, + int count) + +
    +          Removes nCopies copies of the specified object from the Bag.
    + java.util.SetuniqueSet() + +
    +          Returns a Set of unique elements in the Bag.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.Bag
    add, containsAll, iterator, remove, removeAll, retainAll, size
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractBagDecorator

    +
    +protected AbstractBagDecorator()
    +
    +
    Constructor only used in deserialization, do not use otherwise. +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +

    +AbstractBagDecorator

    +
    +protected AbstractBagDecorator(Bag bag)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    bag - the bag to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getBag

    +
    +protected Bag getBag()
    +
    +
    Gets the bag being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated bag
    +
    +
    +
    + +

    +getCount

    +
    +public int getCount(java.lang.Object object)
    +
    +
    Description copied from interface: Bag
    Returns the number of occurrences (cardinality) of the given object currently in the bag. If the object does not exist in the - bag, return 0. -

    -

    -
    Specified by:
    getCount in interface Bag
    -
    -
    -
    Parameters:
    object - the object to search for -
    Returns:
    the number of occurrences of the object, zero if not found
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object,
    -                   int count)
    -
    -
    Description copied from interface: Bag
    + bag, return 0. +

    +

    +
    Specified by:
    getCount in interface Bag
    +
    +
    +
    Parameters:
    object - the object to search for +
    Returns:
    the number of occurrences of the object, zero if not found
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object,
    +                   int count)
    +
    +
    Description copied from interface: Bag
    Adds nCopies copies of the specified object to the Bag.

    If the object is already in the Bag.uniqueSet() then increment its count as reported by Bag.getCount(Object). Otherwise add it to the - Bag.uniqueSet() and report its count as nCopies. -

    -

    -
    Specified by:
    add in interface Bag
    -
    -
    -
    Parameters:
    object - the object to add
    count - the number of copies to add -
    Returns:
    true if the object was not already in the uniqueSet
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object,
    -                      int count)
    -
    -
    Description copied from interface: Bag
    + Bag.uniqueSet() and report its count as nCopies. +

    +

    +
    Specified by:
    add in interface Bag
    +
    +
    +
    Parameters:
    object - the object to add
    count - the number of copies to add +
    Returns:
    true if the object was not already in the uniqueSet
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object,
    +                      int count)
    +
    +
    Description copied from interface: Bag
    Removes nCopies copies of the specified object from the Bag.

    If the number of copies to remove is greater than the actual number of - copies in the Bag, no error is thrown. -

    -

    -
    Specified by:
    remove in interface Bag
    -
    -
    -
    Parameters:
    object - the object to remove
    count - the number of copies to remove -
    Returns:
    true if this call changed the collection
    -
    -
    -
    - -

    -uniqueSet

    -
    -public java.util.Set uniqueSet()
    -
    -
    Description copied from interface: Bag
    + copies in the Bag, no error is thrown. +

    +

    +
    Specified by:
    remove in interface Bag
    +
    +
    +
    Parameters:
    object - the object to remove
    count - the number of copies to remove +
    Returns:
    true if this call changed the collection
    +
    +
    +
    + +

    +uniqueSet

    +
    +public java.util.Set uniqueSet()
    +
    +
    Description copied from interface: Bag
    Returns a Set of unique elements in the Bag.

    - Uniqueness constraints are the same as those in Set. -

    -

    -
    Specified by:
    uniqueSet in interface Bag
    -
    -
    - -
    Returns:
    the Set of unique Bag elements
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Uniqueness constraints are the same as those in Set. +

    +

    +
    Specified by:
    uniqueSet in interface Bag
    +
    +
    + +
    Returns:
    the Set of unique Bag elements
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/AbstractMapBag.MutableInteger.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/AbstractMapBag.MutableInteger.html index ce35746..a6822bf 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/AbstractMapBag.MutableInteger.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/AbstractMapBag.MutableInteger.html @@ -1,287 +1,287 @@ - - - - - - - -AbstractMapBag.MutableInteger (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bag -
    -Class AbstractMapBag.MutableInteger

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.bag.AbstractMapBag.MutableInteger
    -
    -
    -
    Enclosing class:
    AbstractMapBag
    -
    -
    -
    -
    protected static class AbstractMapBag.MutableInteger
    extends java.lang.Object
    - - -

    -Mutable integer class for storing the data. -

    - -

    -


    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  intvalue - -
    -          The value of this mutable.
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanequals(java.lang.Object obj) - -
    -           
    - inthashCode() - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -value

    -
    -protected int value
    -
    -
    The value of this mutable. -

    -

    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    -
    -
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    -
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractMapBag.MutableInteger (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.bag +
    +Class AbstractMapBag.MutableInteger

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.bag.AbstractMapBag.MutableInteger
    +
    +
    +
    Enclosing class:
    AbstractMapBag
    +
    +
    +
    +
    protected static class AbstractMapBag.MutableInteger
    extends java.lang.Object
    + + +

    +Mutable integer class for storing the data. +

    + +

    +


    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  intvalue + +
    +          The value of this mutable.
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanequals(java.lang.Object obj) + +
    +           
    + inthashCode() + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +value

    +
    +protected int value
    +
    +
    The value of this mutable. +

    +

    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    +
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    +
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/AbstractMapBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/AbstractMapBag.html index c8a9f11..4793d5e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/AbstractMapBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/AbstractMapBag.html @@ -1,897 +1,897 @@ - - - - - - - -AbstractMapBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bag -
    -Class AbstractMapBag

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.bag.AbstractMapBag
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, Bag
    -
    -
    -
    Direct Known Subclasses:
    HashBag, TreeBag
    -
    -
    -
    -
    public abstract class AbstractMapBag
    extends java.lang.Object
    implements Bag
    - - -

    + + + + + + + +AbstractMapBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bag +
    +Class AbstractMapBag

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.bag.AbstractMapBag
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, Bag
    +
    +
    +
    Direct Known Subclasses:
    HashBag, TreeBag
    +
    +
    +
    +
    public abstract class AbstractMapBag
    extends java.lang.Object
    implements Bag
    + + +

    Abstract implementation of the Bag interface to simplify the creation of subclass implementations.

    Subclasses specify a Map implementation to use as the internal storage. The map will be used to map bag elements to a number; the number represents - the number of occurrences of that element in the bag. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0 (previously DefaultMapBag v2.0)
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Chuck Burdick, Michael A. Smith, Stephen Colebourne, Janek Bogucki, Steve Clark
    -
    -
    - -

    - - - - - - - - - - - -
    -Nested Class Summary
    -protected static classAbstractMapBag.MutableInteger - -
    -          Mutable integer class for storing the data.
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractMapBag() - -
    -          Constructor needed for subclass serialisation.
    -protected AbstractMapBag(java.util.Map map) - -
    -          Constructor that assigns the specified Map as the backing store.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    - booleanadd(java.lang.Object object) - -
    -          Adds a new element to the bag, incrementing its count in the underlying map.
    - booleanadd(java.lang.Object object, - int nCopies) - -
    -          Adds a new element to the bag, incrementing its count in the map.
    - booleanaddAll(java.util.Collection coll) - -
    -          Invokes add(Object) for each element in the given collection.
    - voidclear() - -
    -          Clears the bag by clearing the underlying map.
    - booleancontains(java.lang.Object object) - -
    + the number of occurrences of that element in the bag. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0 (previously DefaultMapBag v2.0)
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Chuck Burdick, Michael A. Smith, Stephen Colebourne, Janek Bogucki, Steve Clark
    +
    +
    + +

    + + + + + + + + + + + +
    +Nested Class Summary
    +protected static classAbstractMapBag.MutableInteger + +
    +          Mutable integer class for storing the data.
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractMapBag() + +
    +          Constructor needed for subclass serialisation.
    +protected AbstractMapBag(java.util.Map map) + +
    +          Constructor that assigns the specified Map as the backing store.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    + booleanadd(java.lang.Object object) + +
    +          Adds a new element to the bag, incrementing its count in the underlying map.
    + booleanadd(java.lang.Object object, + int nCopies) + +
    +          Adds a new element to the bag, incrementing its count in the map.
    + booleanaddAll(java.util.Collection coll) + +
    +          Invokes add(Object) for each element in the given collection.
    + voidclear() + +
    +          Clears the bag by clearing the underlying map.
    + booleancontains(java.lang.Object object) + +
              Determines if the bag contains the given element by checking if the - underlying map contains the element as a key.
    - booleancontainsAll(java.util.Collection coll) - -
    -          Determines if the bag contains the given elements.
    -protected  voiddoReadObject(java.util.Map map, - java.io.ObjectInputStream in) - -
    -          Read the map in using a custom routine.
    -protected  voiddoWriteObject(java.io.ObjectOutputStream out) - -
    -          Write the map out using a custom routine.
    - booleanequals(java.lang.Object object) - -
    -          Compares this Bag to another.
    - intgetCount(java.lang.Object object) - -
    + underlying map contains the element as a key.
    + booleancontainsAll(java.util.Collection coll) + +
    +          Determines if the bag contains the given elements.
    +protected  voiddoReadObject(java.util.Map map, + java.io.ObjectInputStream in) + +
    +          Read the map in using a custom routine.
    +protected  voiddoWriteObject(java.io.ObjectOutputStream out) + +
    +          Write the map out using a custom routine.
    + booleanequals(java.lang.Object object) + +
    +          Compares this Bag to another.
    + intgetCount(java.lang.Object object) + +
              Returns the number of occurrence of the given element in this bag - by looking up its count in the underlying map.
    -protected  java.util.MapgetMap() - -
    + by looking up its count in the underlying map.
    +protected  java.util.MapgetMap() + +
              Utility method for implementations to access the map that backs - this bag.
    - inthashCode() - -
    -          Gets a hash code for the Bag compatible with the definition of equals.
    - booleanisEmpty() - -
    -          Returns true if the underlying map is empty.
    - java.util.Iteratoriterator() - -
    -          Gets an iterator over the bag elements.
    - booleanremove(java.lang.Object object) - -
    -          Removes all copies of the specified object from the bag.
    - booleanremove(java.lang.Object object, - int nCopies) - -
    -          Removes a specified number of copies of an object from the bag.
    - booleanremoveAll(java.util.Collection coll) - -
    -          Removes objects from the bag according to their count in the specified collection.
    - booleanretainAll(java.util.Collection coll) - -
    + this bag.
    + inthashCode() + +
    +          Gets a hash code for the Bag compatible with the definition of equals.
    + booleanisEmpty() + +
    +          Returns true if the underlying map is empty.
    + java.util.Iteratoriterator() + +
    +          Gets an iterator over the bag elements.
    + booleanremove(java.lang.Object object) + +
    +          Removes all copies of the specified object from the bag.
    + booleanremove(java.lang.Object object, + int nCopies) + +
    +          Removes a specified number of copies of an object from the bag.
    + booleanremoveAll(java.util.Collection coll) + +
    +          Removes objects from the bag according to their count in the specified collection.
    + booleanretainAll(java.util.Collection coll) + +
              Remove any members of the bag that are not in the given - bag, respecting cardinality.
    - intsize() - -
    -          Returns the number of elements in this bag.
    - java.lang.Object[]toArray() - -
    -          Returns an array of all of this bag's elements.
    - java.lang.Object[]toArray(java.lang.Object[] array) - -
    -          Returns an array of all of this bag's elements.
    - java.lang.StringtoString() - -
    -          Implement a toString() method suitable for debugging.
    - java.util.SetuniqueSet() - -
    -          Returns an unmodifiable view of the underlying map's key set.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractMapBag

    -
    -protected AbstractMapBag()
    -
    -
    Constructor needed for subclass serialisation. -

    -

    -
    - -

    -AbstractMapBag

    -
    -protected AbstractMapBag(java.util.Map map)
    -
    + bag, respecting cardinality.
    + intsize() + +
    +          Returns the number of elements in this bag.
    + java.lang.Object[]toArray() + +
    +          Returns an array of all of this bag's elements.
    + java.lang.Object[]toArray(java.lang.Object[] array) + +
    +          Returns an array of all of this bag's elements.
    + java.lang.StringtoString() + +
    +          Implement a toString() method suitable for debugging.
    + java.util.SetuniqueSet() + +
    +          Returns an unmodifiable view of the underlying map's key set.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractMapBag

    +
    +protected AbstractMapBag()
    +
    +
    Constructor needed for subclass serialisation. +

    +

    +
    + +

    +AbstractMapBag

    +
    +protected AbstractMapBag(java.util.Map map)
    +
    Constructor that assigns the specified Map as the backing store. - The map must be empty and non-null. -

    -

    -
    Parameters:
    map - the map to assign
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getMap

    -
    -protected java.util.Map getMap()
    -
    + The map must be empty and non-null. +

    +

    +
    Parameters:
    map - the map to assign
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getMap

    +
    +protected java.util.Map getMap()
    +
    Utility method for implementations to access the map that backs - this bag. Not intended for interactive use outside of subclasses. -

    -

    -
    -
    -
    - -
    Returns:
    the map being used by the Bag
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Returns the number of elements in this bag. -

    -

    -
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface Bag
    -
    -
    - -
    Returns:
    current size of the bag
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Returns true if the underlying map is empty. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Collection
    -
    -
    - -
    Returns:
    true if bag is empty
    -
    -
    -
    - -

    -getCount

    -
    -public int getCount(java.lang.Object object)
    -
    + this bag. Not intended for interactive use outside of subclasses. +

    +

    +
    +
    +
    + +
    Returns:
    the map being used by the Bag
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Returns the number of elements in this bag. +

    +

    +
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface Bag
    +
    +
    + +
    Returns:
    current size of the bag
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Returns true if the underlying map is empty. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Collection
    +
    +
    + +
    Returns:
    true if bag is empty
    +
    +
    +
    + +

    +getCount

    +
    +public int getCount(java.lang.Object object)
    +
    Returns the number of occurrence of the given element in this bag - by looking up its count in the underlying map. -

    -

    -
    Specified by:
    getCount in interface Bag
    -
    -
    -
    Parameters:
    object - the object to search for -
    Returns:
    the number of occurrences of the object, zero if not found
    -
    -
    -
    - -

    -contains

    -
    -public boolean contains(java.lang.Object object)
    -
    + by looking up its count in the underlying map. +

    +

    +
    Specified by:
    getCount in interface Bag
    +
    +
    +
    Parameters:
    object - the object to search for +
    Returns:
    the number of occurrences of the object, zero if not found
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(java.lang.Object object)
    +
    Determines if the bag contains the given element by checking if the - underlying map contains the element as a key. -

    -

    -
    Specified by:
    contains in interface java.util.Collection
    -
    -
    -
    Parameters:
    object - the object to search for -
    Returns:
    true if the bag contains the given element
    -
    -
    -
    - -

    -containsAll

    -
    -public boolean containsAll(java.util.Collection coll)
    -
    -
    Determines if the bag contains the given elements. -

    -

    -
    Specified by:
    containsAll in interface java.util.Collection
    Specified by:
    containsAll in interface Bag
    -
    -
    -
    Parameters:
    coll - the collection to check against -
    Returns:
    true if the Bag contains all the collection
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    + underlying map contains the element as a key. +

    +

    +
    Specified by:
    contains in interface java.util.Collection
    +
    +
    +
    Parameters:
    object - the object to search for +
    Returns:
    true if the bag contains the given element
    +
    +
    +
    + +

    +containsAll

    +
    +public boolean containsAll(java.util.Collection coll)
    +
    +
    Determines if the bag contains the given elements. +

    +

    +
    Specified by:
    containsAll in interface java.util.Collection
    Specified by:
    containsAll in interface Bag
    +
    +
    +
    Parameters:
    coll - the collection to check against +
    Returns:
    true if the Bag contains all the collection
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    Gets an iterator over the bag elements. - Elements present in the Bag more than once will be returned repeatedly. -

    -

    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface Bag
    -
    -
    - -
    Returns:
    the iterator
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    -
    Adds a new element to the bag, incrementing its count in the underlying map. -

    -

    -
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface Bag
    -
    -
    -
    Parameters:
    object - the object to add -
    Returns:
    true if the object was not already in the uniqueSet
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object,
    -                   int nCopies)
    -
    -
    Adds a new element to the bag, incrementing its count in the map. -

    -

    -
    Specified by:
    add in interface Bag
    -
    -
    -
    Parameters:
    object - the object to search for
    nCopies - the number of copies to add -
    Returns:
    true if the object was not already in the uniqueSet
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    Invokes add(Object) for each element in the given collection. -

    -

    -
    Specified by:
    addAll in interface java.util.Collection
    -
    -
    -
    Parameters:
    coll - the collection to add -
    Returns:
    true if this call changed the bag
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    Clears the bag by clearing the underlying map. -

    -

    -
    Specified by:
    clear in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object)
    -
    -
    Removes all copies of the specified object from the bag. -

    -

    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface Bag
    -
    -
    -
    Parameters:
    object - the object to remove -
    Returns:
    true if the bag changed
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object,
    -                      int nCopies)
    -
    -
    Removes a specified number of copies of an object from the bag. -

    -

    -
    Specified by:
    remove in interface Bag
    -
    -
    -
    Parameters:
    object - the object to remove
    nCopies - the number of copies to remove -
    Returns:
    true if the bag changed
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    Removes objects from the bag according to their count in the specified collection. -

    -

    -
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface Bag
    -
    -
    -
    Parameters:
    coll - the collection to use -
    Returns:
    true if the bag changed
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    + Elements present in the Bag more than once will be returned repeatedly. +

    +

    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface Bag
    +
    +
    + +
    Returns:
    the iterator
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    +
    Adds a new element to the bag, incrementing its count in the underlying map. +

    +

    +
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface Bag
    +
    +
    +
    Parameters:
    object - the object to add +
    Returns:
    true if the object was not already in the uniqueSet
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object,
    +                   int nCopies)
    +
    +
    Adds a new element to the bag, incrementing its count in the map. +

    +

    +
    Specified by:
    add in interface Bag
    +
    +
    +
    Parameters:
    object - the object to search for
    nCopies - the number of copies to add +
    Returns:
    true if the object was not already in the uniqueSet
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    Invokes add(Object) for each element in the given collection. +

    +

    +
    Specified by:
    addAll in interface java.util.Collection
    +
    +
    +
    Parameters:
    coll - the collection to add +
    Returns:
    true if this call changed the bag
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    Clears the bag by clearing the underlying map. +

    +

    +
    Specified by:
    clear in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object)
    +
    +
    Removes all copies of the specified object from the bag. +

    +

    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface Bag
    +
    +
    +
    Parameters:
    object - the object to remove +
    Returns:
    true if the bag changed
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object,
    +                      int nCopies)
    +
    +
    Removes a specified number of copies of an object from the bag. +

    +

    +
    Specified by:
    remove in interface Bag
    +
    +
    +
    Parameters:
    object - the object to remove
    nCopies - the number of copies to remove +
    Returns:
    true if the bag changed
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    Removes objects from the bag according to their count in the specified collection. +

    +

    +
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface Bag
    +
    +
    +
    Parameters:
    coll - the collection to use +
    Returns:
    true if the bag changed
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    Remove any members of the bag that are not in the given - bag, respecting cardinality. -

    -

    -
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface Bag
    -
    -
    -
    Parameters:
    coll - the collection to retain -
    Returns:
    true if this call changed the collection
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray()
    -
    -
    Returns an array of all of this bag's elements. -

    -

    -
    Specified by:
    toArray in interface java.util.Collection
    -
    -
    - -
    Returns:
    an array of all of this bag's elements
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray(java.lang.Object[] array)
    -
    -
    Returns an array of all of this bag's elements. -

    -

    -
    Specified by:
    toArray in interface java.util.Collection
    -
    -
    -
    Parameters:
    array - the array to populate -
    Returns:
    an array of all of this bag's elements
    -
    -
    -
    - -

    -uniqueSet

    -
    -public java.util.Set uniqueSet()
    -
    -
    Returns an unmodifiable view of the underlying map's key set. -

    -

    -
    Specified by:
    uniqueSet in interface Bag
    -
    -
    - -
    Returns:
    the set of unique elements in this bag
    -
    -
    -
    - -

    -doWriteObject

    -
    -protected void doWriteObject(java.io.ObjectOutputStream out)
    -                      throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    -
    -
    -
    -
    Parameters:
    out - the output stream -
    Throws: -
    java.io.IOException
    -
    -
    -
    - -

    -doReadObject

    -
    -protected void doReadObject(java.util.Map map,
    -                            java.io.ObjectInputStream in)
    -                     throws java.io.IOException,
    -                            java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to use
    in - the input stream -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object object)
    -
    + bag, respecting cardinality. +

    +

    +
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface Bag
    +
    +
    +
    Parameters:
    coll - the collection to retain +
    Returns:
    true if this call changed the collection
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray()
    +
    +
    Returns an array of all of this bag's elements. +

    +

    +
    Specified by:
    toArray in interface java.util.Collection
    +
    +
    + +
    Returns:
    an array of all of this bag's elements
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray(java.lang.Object[] array)
    +
    +
    Returns an array of all of this bag's elements. +

    +

    +
    Specified by:
    toArray in interface java.util.Collection
    +
    +
    +
    Parameters:
    array - the array to populate +
    Returns:
    an array of all of this bag's elements
    +
    +
    +
    + +

    +uniqueSet

    +
    +public java.util.Set uniqueSet()
    +
    +
    Returns an unmodifiable view of the underlying map's key set. +

    +

    +
    Specified by:
    uniqueSet in interface Bag
    +
    +
    + +
    Returns:
    the set of unique elements in this bag
    +
    +
    +
    + +

    +doWriteObject

    +
    +protected void doWriteObject(java.io.ObjectOutputStream out)
    +                      throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    +
    +
    +
    +
    Parameters:
    out - the output stream +
    Throws: +
    java.io.IOException
    +
    +
    +
    + +

    +doReadObject

    +
    +protected void doReadObject(java.util.Map map,
    +                            java.io.ObjectInputStream in)
    +                     throws java.io.IOException,
    +                            java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to use
    in - the input stream +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object object)
    +
    Compares this Bag to another. This Bag equals another Bag if it contains the same number of occurrences of - the same elements. -

    -

    -
    Specified by:
    equals in interface java.util.Collection
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    object - the Bag to compare to -
    Returns:
    true if equal
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    + the same elements. +

    +

    +
    Specified by:
    equals in interface java.util.Collection
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    object - the Bag to compare to +
    Returns:
    true if equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    Gets a hash code for the Bag compatible with the definition of equals. The hash code is defined as the sum total of a hash code for each element. The per element hash code is defined as (e==null ? 0 : e.hashCode()) ^ noOccurances). - This hash code is compatible with the Set interface. -

    -

    -
    Specified by:
    hashCode in interface java.util.Collection
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    - -
    Returns:
    the hash code of the Bag
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    Implement a toString() method suitable for debugging. -

    -

    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    - -
    Returns:
    a debugging toString
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This hash code is compatible with the Set interface. +

    +

    +
    Specified by:
    hashCode in interface java.util.Collection
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    + +
    Returns:
    the hash code of the Bag
    +
    + +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Implement a toString() method suitable for debugging. +

    +

    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    + +
    Returns:
    a debugging toString
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/AbstractSortedBagDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/AbstractSortedBagDecorator.html index 986145a..4f9fa3d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/AbstractSortedBagDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/AbstractSortedBagDecorator.html @@ -1,442 +1,442 @@ - - - - - - - -AbstractSortedBagDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bag -
    -Class AbstractSortedBagDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.bag.AbstractBagDecorator
    -          extended by org.apache.commons.collections.bag.AbstractSortedBagDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, Bag, SortedBag
    -
    -
    -
    Direct Known Subclasses:
    UnmodifiableSortedBag
    -
    -
    -
    -
    public abstract class AbstractSortedBagDecorator
    extends AbstractBagDecorator
    implements SortedBag
    - - -

    + + + + + + + +AbstractSortedBagDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bag +
    +Class AbstractSortedBagDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.bag.AbstractBagDecorator
    +          extended by org.apache.commons.collections.bag.AbstractSortedBagDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, Bag, SortedBag
    +
    +
    +
    Direct Known Subclasses:
    UnmodifiableSortedBag
    +
    +
    +
    +
    public abstract class AbstractSortedBagDecorator
    extends AbstractBagDecorator
    implements SortedBag
    + + +

    Decorates another SortedBag to provide additional behaviour.

    - Methods are forwarded directly to the decorated bag. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractSortedBagDecorator() - -
    -          Constructor only used in deserialization, do not use otherwise.
    -protected AbstractSortedBagDecorator(SortedBag bag) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - + + + + + + + + + + + + + +
    -Method Summary
    - java.util.Comparatorcomparator() - -
    + Methods are forwarded directly to the decorated bag. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractSortedBagDecorator() + +
    +          Constructor only used in deserialization, do not use otherwise.
    +protected AbstractSortedBagDecorator(SortedBag bag) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + - - - - - - - - - - - - - -
    +Method Summary
    + java.util.Comparatorcomparator() + +
              Returns the comparator associated with this sorted set, or null - if it uses its elements' natural ordering.
    - java.lang.Objectfirst() - -
    -          Returns the first (lowest) member.
    -protected  SortedBaggetSortedBag() - -
    -          Gets the bag being decorated.
    - java.lang.Objectlast() - -
    -          Returns the last (highest) member.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bag.AbstractBagDecorator
    add, getBag, getCount, remove, uniqueSet
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractSortedBagDecorator

    -
    -protected AbstractSortedBagDecorator()
    -
    -
    Constructor only used in deserialization, do not use otherwise. -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -

    -AbstractSortedBagDecorator

    -
    -protected AbstractSortedBagDecorator(SortedBag bag)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    bag - the bag to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getSortedBag

    -
    -protected SortedBag getSortedBag()
    -
    -
    Gets the bag being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated bag
    -
    -
    -
    - -

    -first

    -
    -public java.lang.Object first()
    -
    -
    Description copied from interface: SortedBag
    -
    Returns the first (lowest) member. -

    -

    -
    Specified by:
    first in interface SortedBag
    -
    -
    - -
    Returns:
    the first element in the sorted bag
    -
    -
    -
    - -

    -last

    -
    -public java.lang.Object last()
    -
    -
    Description copied from interface: SortedBag
    -
    Returns the last (highest) member. -

    -

    -
    Specified by:
    last in interface SortedBag
    -
    -
    - -
    Returns:
    the last element in the sorted bag
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    Description copied from interface: SortedBag
    + if it uses its elements' natural ordering.
    + java.lang.Objectfirst() + +
    +          Returns the first (lowest) member.
    +protected  SortedBaggetSortedBag() + +
    +          Gets the bag being decorated.
    + java.lang.Objectlast() + +
    +          Returns the last (highest) member.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bag.AbstractBagDecorator
    add, getBag, getCount, remove, uniqueSet
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractSortedBagDecorator

    +
    +protected AbstractSortedBagDecorator()
    +
    +
    Constructor only used in deserialization, do not use otherwise. +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +

    +AbstractSortedBagDecorator

    +
    +protected AbstractSortedBagDecorator(SortedBag bag)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    bag - the bag to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getSortedBag

    +
    +protected SortedBag getSortedBag()
    +
    +
    Gets the bag being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated bag
    +
    +
    +
    + +

    +first

    +
    +public java.lang.Object first()
    +
    +
    Description copied from interface: SortedBag
    +
    Returns the first (lowest) member. +

    +

    +
    Specified by:
    first in interface SortedBag
    +
    +
    + +
    Returns:
    the first element in the sorted bag
    +
    +
    +
    + +

    +last

    +
    +public java.lang.Object last()
    +
    +
    Description copied from interface: SortedBag
    +
    Returns the last (highest) member. +

    +

    +
    Specified by:
    last in interface SortedBag
    +
    +
    + +
    Returns:
    the last element in the sorted bag
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    Description copied from interface: SortedBag
    Returns the comparator associated with this sorted set, or null - if it uses its elements' natural ordering. -

    -

    -
    Specified by:
    comparator in interface SortedBag
    -
    -
    - -
    Returns:
    the comparator in use, or null if natural ordering
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + if it uses its elements' natural ordering. +

    +

    +
    Specified by:
    comparator in interface SortedBag
    +
    +
    + +
    Returns:
    the comparator in use, or null if natural ordering
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/HashBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/HashBag.html index 48efb85..d264bbf 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/HashBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/HashBag.html @@ -1,108 +1,108 @@ - - - - - - - -HashBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bag -
    -Class HashBag

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.bag.AbstractMapBag
    -      extended by org.apache.commons.collections.bag.HashBag
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag
    -
    -
    -
    -
    public class HashBag
    extends AbstractMapBag
    implements Bag, java.io.Serializable
    - - -

    + + + + + + + +HashBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bag +
    +Class HashBag

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.bag.AbstractMapBag
    +      extended by org.apache.commons.collections.bag.HashBag
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag
    +
    +
    +
    +
    public class HashBag
    extends AbstractMapBag
    implements Bag, java.io.Serializable
    + + +

    Implements Bag, using a HashMap to provide the data storage. This is the standard implementation of a bag.

    @@ -110,202 +110,202 @@ Implements Bag, using a HashMap to provide the count of occurrences. Extra methods on the interface allow multiple copies of an object to be added or removed at once. It is important to read the interface javadoc carefully as several methods violate the - Collection interface specification. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0 (previously in main package v2.0)
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Chuck Burdick, Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.bag.AbstractMapBag
    AbstractMapBag.MutableInteger
    -  - - - - - - - - - - - - - - -
    -Constructor Summary
    HashBag() - -
    -          Constructs an empty HashBag.
    HashBag(java.util.Collection coll) - -
    -          Constructs a bag containing all the members of the given collection.
    -  - - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bag.AbstractMapBag
    add, add, addAll, clear, contains, containsAll, doReadObject, doWriteObject, equals, getCount, getMap, hashCode, isEmpty, iterator, remove, remove, removeAll, retainAll, size, toArray, toArray, toString, uniqueSet
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -HashBag

    -
    -public HashBag()
    -
    -
    Constructs an empty HashBag. -

    -

    -
    - -

    -HashBag

    -
    -public HashBag(java.util.Collection coll)
    -
    -
    Constructs a bag containing all the members of the given collection. -

    -

    -
    Parameters:
    coll - a collection to copy into this bag
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Collection interface specification. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0 (previously in main package v2.0)
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Chuck Burdick, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.bag.AbstractMapBag
    AbstractMapBag.MutableInteger
    +  + + + + + + + + + + + + + + +
    +Constructor Summary
    HashBag() + +
    +          Constructs an empty HashBag.
    HashBag(java.util.Collection coll) + +
    +          Constructs a bag containing all the members of the given collection.
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bag.AbstractMapBag
    add, add, addAll, clear, contains, containsAll, doReadObject, doWriteObject, equals, getCount, getMap, hashCode, isEmpty, iterator, remove, remove, removeAll, retainAll, size, toArray, toArray, toString, uniqueSet
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +HashBag

    +
    +public HashBag()
    +
    +
    Constructs an empty HashBag. +

    +

    +
    + +

    +HashBag

    +
    +public HashBag(java.util.Collection coll)
    +
    +
    Constructs a bag containing all the members of the given collection. +

    +

    +
    Parameters:
    coll - a collection to copy into this bag
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/PredicatedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/PredicatedBag.html index 988a39f..c098e65 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/PredicatedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/PredicatedBag.html @@ -1,113 +1,113 @@ - - - - - - - -PredicatedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bag -
    -Class PredicatedBag

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    -          extended by org.apache.commons.collections.collection.PredicatedCollection
    -              extended by org.apache.commons.collections.bag.PredicatedBag
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag
    -
    -
    -
    Direct Known Subclasses:
    PredicatedSortedBag
    -
    -
    -
    -
    public class PredicatedBag
    extends PredicatedCollection
    implements Bag
    - - -

    + + + + + + + +PredicatedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bag +
    +Class PredicatedBag

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    +          extended by org.apache.commons.collections.collection.PredicatedCollection
    +              extended by org.apache.commons.collections.bag.PredicatedBag
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag
    +
    +
    +
    Direct Known Subclasses:
    PredicatedSortedBag
    +
    +
    +
    +
    public class PredicatedBag
    extends PredicatedCollection
    implements Bag
    + + +

    Decorates another Bag to validate that additions match a specified predicate.

    @@ -118,400 +118,400 @@ Decorates another Bag to validate that additions One usage would be to ensure that no null entries are added to the bag.

    Bag bag = PredicatedBag.decorate(new HashBag(), NotNullPredicate.INSTANCE);

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Paul Jack
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.PredicatedCollection
    predicate
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected PredicatedBag(Bag bag, - Predicate predicate) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    - booleanadd(java.lang.Object object, - int count) - -
    -          Adds nCopies copies of the specified object to the Bag.
    -static Bagdecorate(Bag bag, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) bag.
    -protected  BaggetBag() - -
    -          Gets the decorated bag.
    - intgetCount(java.lang.Object object) - -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Paul Jack
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.PredicatedCollection
    predicate
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected PredicatedBag(Bag bag, + Predicate predicate) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - -
    +Method Summary
    + booleanadd(java.lang.Object object, + int count) + +
    +          Adds nCopies copies of the specified object to the Bag.
    +static Bagdecorate(Bag bag, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) bag.
    +protected  BaggetBag() + +
    +          Gets the decorated bag.
    + intgetCount(java.lang.Object object) + +
              Returns the number of occurrences (cardinality) of the given - object currently in the bag.
    - booleanremove(java.lang.Object object, - int count) - -
    -          Removes nCopies copies of the specified object from the Bag.
    - java.util.SetuniqueSet() - -
    -          Returns a Set of unique elements in the Bag.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.PredicatedCollection
    add, addAll, decorate, validate
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.Bag
    add, containsAll, iterator, remove, removeAll, retainAll, size
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -PredicatedBag

    -
    -protected PredicatedBag(Bag bag,
    -                        Predicate predicate)
    -
    + object currently in the bag.
    + booleanremove(java.lang.Object object, + int count) + +
    +          Removes nCopies copies of the specified object from the Bag.
    + java.util.SetuniqueSet() + +
    +          Returns a Set of unique elements in the Bag.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.PredicatedCollection
    add, addAll, decorate, validate
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.Bag
    add, containsAll, iterator, remove, removeAll, retainAll, size
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +PredicatedBag

    +
    +protected PredicatedBag(Bag bag,
    +                        Predicate predicate)
    +
    Constructor that wraps (not copies).

    If there are any elements already in the bag being decorated, they - are validated. -

    -

    -
    Parameters:
    bag - the bag to decorate, must not be null
    predicate - the predicate to use for validation, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if bag or predicate is null -
    java.lang.IllegalArgumentException - if the bag contains invalid elements
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static Bag decorate(Bag bag,
    -                           Predicate predicate)
    -
    + are validated. +

    +

    +
    Parameters:
    bag - the bag to decorate, must not be null
    predicate - the predicate to use for validation, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if bag or predicate is null +
    java.lang.IllegalArgumentException - if the bag contains invalid elements
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static Bag decorate(Bag bag,
    +                           Predicate predicate)
    +
    Factory method to create a predicated (validating) bag.

    If there are any elements already in the bag being decorated, they - are validated. -

    -

    -
    -
    -
    -
    Parameters:
    bag - the bag to decorate, must not be null
    predicate - the predicate to use for validation, must not be null -
    Returns:
    a new predicated Bag -
    Throws: -
    java.lang.IllegalArgumentException - if bag or predicate is null -
    java.lang.IllegalArgumentException - if the bag contains invalid elements
    -
    -
    -
    - -

    -getBag

    -
    -protected Bag getBag()
    -
    -
    Gets the decorated bag. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated bag
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object,
    -                   int count)
    -
    -
    Description copied from interface: Bag
    + are validated. +

    +

    +
    +
    +
    +
    Parameters:
    bag - the bag to decorate, must not be null
    predicate - the predicate to use for validation, must not be null +
    Returns:
    a new predicated Bag +
    Throws: +
    java.lang.IllegalArgumentException - if bag or predicate is null +
    java.lang.IllegalArgumentException - if the bag contains invalid elements
    +
    +
    +
    + +

    +getBag

    +
    +protected Bag getBag()
    +
    +
    Gets the decorated bag. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated bag
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object,
    +                   int count)
    +
    +
    Description copied from interface: Bag
    Adds nCopies copies of the specified object to the Bag.

    If the object is already in the Bag.uniqueSet() then increment its count as reported by Bag.getCount(Object). Otherwise add it to the - Bag.uniqueSet() and report its count as nCopies. -

    -

    -
    Specified by:
    add in interface Bag
    -
    -
    -
    Parameters:
    object - the object to add
    count - the number of copies to add -
    Returns:
    true if the object was not already in the uniqueSet
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object,
    -                      int count)
    -
    -
    Description copied from interface: Bag
    + Bag.uniqueSet() and report its count as nCopies. +

    +

    +
    Specified by:
    add in interface Bag
    +
    +
    +
    Parameters:
    object - the object to add
    count - the number of copies to add +
    Returns:
    true if the object was not already in the uniqueSet
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object,
    +                      int count)
    +
    +
    Description copied from interface: Bag
    Removes nCopies copies of the specified object from the Bag.

    If the number of copies to remove is greater than the actual number of - copies in the Bag, no error is thrown. -

    -

    -
    Specified by:
    remove in interface Bag
    -
    -
    -
    Parameters:
    object - the object to remove
    count - the number of copies to remove -
    Returns:
    true if this call changed the collection
    -
    -
    -
    - -

    -uniqueSet

    -
    -public java.util.Set uniqueSet()
    -
    -
    Description copied from interface: Bag
    + copies in the Bag, no error is thrown. +

    +

    +
    Specified by:
    remove in interface Bag
    +
    +
    +
    Parameters:
    object - the object to remove
    count - the number of copies to remove +
    Returns:
    true if this call changed the collection
    +
    +
    +
    + +

    +uniqueSet

    +
    +public java.util.Set uniqueSet()
    +
    +
    Description copied from interface: Bag
    Returns a Set of unique elements in the Bag.

    - Uniqueness constraints are the same as those in Set. -

    -

    -
    Specified by:
    uniqueSet in interface Bag
    -
    -
    - -
    Returns:
    the Set of unique Bag elements
    -
    -
    -
    - -

    -getCount

    -
    -public int getCount(java.lang.Object object)
    -
    -
    Description copied from interface: Bag
    + Uniqueness constraints are the same as those in Set. +

    +

    +
    Specified by:
    uniqueSet in interface Bag
    +
    +
    + +
    Returns:
    the Set of unique Bag elements
    +
    +
    +
    + +

    +getCount

    +
    +public int getCount(java.lang.Object object)
    +
    +
    Description copied from interface: Bag
    Returns the number of occurrences (cardinality) of the given object currently in the bag. If the object does not exist in the - bag, return 0. -

    -

    -
    Specified by:
    getCount in interface Bag
    -
    -
    -
    Parameters:
    object - the object to search for -
    Returns:
    the number of occurrences of the object, zero if not found
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + bag, return 0. +

    +

    +
    Specified by:
    getCount in interface Bag
    +
    +
    +
    Parameters:
    object - the object to search for +
    Returns:
    the number of occurrences of the object, zero if not found
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/PredicatedSortedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/PredicatedSortedBag.html index ff12ce0..5422745 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/PredicatedSortedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/PredicatedSortedBag.html @@ -1,111 +1,111 @@ - - - - - - - -PredicatedSortedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bag -
    -Class PredicatedSortedBag

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    -          extended by org.apache.commons.collections.collection.PredicatedCollection
    -              extended by org.apache.commons.collections.bag.PredicatedBag
    -                  extended by org.apache.commons.collections.bag.PredicatedSortedBag
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag, SortedBag
    -
    -
    -
    -
    public class PredicatedSortedBag
    extends PredicatedBag
    implements SortedBag
    - - -

    + + + + + + + +PredicatedSortedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bag +
    +Class PredicatedSortedBag

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    +          extended by org.apache.commons.collections.collection.PredicatedCollection
    +              extended by org.apache.commons.collections.bag.PredicatedBag
    +                  extended by org.apache.commons.collections.bag.PredicatedSortedBag
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag, SortedBag
    +
    +
    +
    +
    public class PredicatedSortedBag
    extends PredicatedBag
    implements SortedBag
    + + +

    Decorates another SortedBag to validate that additions match a specified predicate.

    @@ -116,369 +116,369 @@ Decorates another SortedBag to validate that additions One usage would be to ensure that no null entries are added to the bag.

    SortedBag bag = PredicatedSortedBag.decorate(new TreeBag(), NotNullPredicate.INSTANCE);

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Paul Jack
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.PredicatedCollection
    predicate
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected PredicatedSortedBag(SortedBag bag, - Predicate predicate) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    -Method Summary
    - java.util.Comparatorcomparator() - -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Paul Jack
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.PredicatedCollection
    predicate
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected PredicatedSortedBag(SortedBag bag, + Predicate predicate) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + - - - - - - - - - - - - - - - - - -
    +Method Summary
    + java.util.Comparatorcomparator() + +
              Returns the comparator associated with this sorted set, or null - if it uses its elements' natural ordering.
    -static SortedBagdecorate(SortedBag bag, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) bag.
    - java.lang.Objectfirst() - -
    -          Returns the first (lowest) member.
    -protected  SortedBaggetSortedBag() - -
    -          Gets the decorated sorted bag.
    - java.lang.Objectlast() - -
    -          Returns the last (highest) member.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bag.PredicatedBag
    add, decorate, getBag, getCount, remove, uniqueSet
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.PredicatedCollection
    add, addAll, decorate, validate
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -PredicatedSortedBag

    -
    -protected PredicatedSortedBag(SortedBag bag,
    -                              Predicate predicate)
    -
    + if it uses its elements' natural ordering.
    +static SortedBagdecorate(SortedBag bag, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) bag.
    + java.lang.Objectfirst() + +
    +          Returns the first (lowest) member.
    +protected  SortedBaggetSortedBag() + +
    +          Gets the decorated sorted bag.
    + java.lang.Objectlast() + +
    +          Returns the last (highest) member.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bag.PredicatedBag
    add, decorate, getBag, getCount, remove, uniqueSet
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.PredicatedCollection
    add, addAll, decorate, validate
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +PredicatedSortedBag

    +
    +protected PredicatedSortedBag(SortedBag bag,
    +                              Predicate predicate)
    +
    Constructor that wraps (not copies).

    If there are any elements already in the bag being decorated, they - are validated. -

    -

    -
    Parameters:
    bag - the bag to decorate, must not be null
    predicate - the predicate to use for validation, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if bag or predicate is null -
    java.lang.IllegalArgumentException - if the bag contains invalid elements
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static SortedBag decorate(SortedBag bag,
    -                                 Predicate predicate)
    -
    + are validated. +

    +

    +
    Parameters:
    bag - the bag to decorate, must not be null
    predicate - the predicate to use for validation, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if bag or predicate is null +
    java.lang.IllegalArgumentException - if the bag contains invalid elements
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static SortedBag decorate(SortedBag bag,
    +                                 Predicate predicate)
    +
    Factory method to create a predicated (validating) bag.

    If there are any elements already in the bag being decorated, they - are validated. -

    -

    -
    -
    -
    -
    Parameters:
    bag - the bag to decorate, must not be null
    predicate - the predicate to use for validation, must not be null -
    Returns:
    a new predicated SortedBag -
    Throws: -
    java.lang.IllegalArgumentException - if bag or predicate is null -
    java.lang.IllegalArgumentException - if the bag contains invalid elements
    -
    -
    -
    - -

    -getSortedBag

    -
    -protected SortedBag getSortedBag()
    -
    -
    Gets the decorated sorted bag. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated bag
    -
    -
    -
    - -

    -first

    -
    -public java.lang.Object first()
    -
    -
    Description copied from interface: SortedBag
    -
    Returns the first (lowest) member. -

    -

    -
    Specified by:
    first in interface SortedBag
    -
    -
    - -
    Returns:
    the first element in the sorted bag
    -
    -
    -
    - -

    -last

    -
    -public java.lang.Object last()
    -
    -
    Description copied from interface: SortedBag
    -
    Returns the last (highest) member. -

    -

    -
    Specified by:
    last in interface SortedBag
    -
    -
    - -
    Returns:
    the last element in the sorted bag
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    Description copied from interface: SortedBag
    + are validated. +

    +

    +
    +
    +
    +
    Parameters:
    bag - the bag to decorate, must not be null
    predicate - the predicate to use for validation, must not be null +
    Returns:
    a new predicated SortedBag +
    Throws: +
    java.lang.IllegalArgumentException - if bag or predicate is null +
    java.lang.IllegalArgumentException - if the bag contains invalid elements
    +
    +
    +
    + +

    +getSortedBag

    +
    +protected SortedBag getSortedBag()
    +
    +
    Gets the decorated sorted bag. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated bag
    +
    +
    +
    + +

    +first

    +
    +public java.lang.Object first()
    +
    +
    Description copied from interface: SortedBag
    +
    Returns the first (lowest) member. +

    +

    +
    Specified by:
    first in interface SortedBag
    +
    +
    + +
    Returns:
    the first element in the sorted bag
    +
    +
    +
    + +

    +last

    +
    +public java.lang.Object last()
    +
    +
    Description copied from interface: SortedBag
    +
    Returns the last (highest) member. +

    +

    +
    Specified by:
    last in interface SortedBag
    +
    +
    + +
    Returns:
    the last element in the sorted bag
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    Description copied from interface: SortedBag
    Returns the comparator associated with this sorted set, or null - if it uses its elements' natural ordering. -

    -

    -
    Specified by:
    comparator in interface SortedBag
    -
    -
    - -
    Returns:
    the comparator in use, or null if natural ordering
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + if it uses its elements' natural ordering. +

    +

    +
    Specified by:
    comparator in interface SortedBag
    +
    +
    + +
    Returns:
    the comparator in use, or null if natural ordering
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/SynchronizedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/SynchronizedBag.html index a8f1824..6c1570c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/SynchronizedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/SynchronizedBag.html @@ -1,505 +1,505 @@ - - - - - - - -SynchronizedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bag -
    -Class SynchronizedBag

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.SynchronizedCollection
    -      extended by org.apache.commons.collections.bag.SynchronizedBag
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag
    -
    -
    -
    Direct Known Subclasses:
    SynchronizedSortedBag
    -
    -
    -
    -
    public class SynchronizedBag
    extends SynchronizedCollection
    implements Bag
    - - -

    + + + + + + + +SynchronizedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bag +
    +Class SynchronizedBag

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.SynchronizedCollection
    +      extended by org.apache.commons.collections.bag.SynchronizedBag
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag
    +
    +
    +
    Direct Known Subclasses:
    SynchronizedSortedBag
    +
    +
    +
    +
    public class SynchronizedBag
    extends SynchronizedCollection
    implements Bag
    + + +

    Decorates another Bag to synchronize its behaviour for a multi-threaded environment.

    Methods are synchronized, then forwarded to the decorated bag. Iterators must be separately synchronized around the loop.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    collection, lock
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected SynchronizedBag(Bag bag) - -
    -          Constructor that wraps (not copies).
    -protected SynchronizedBag(Bag bag, - java.lang.Object lock) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    - booleanadd(java.lang.Object object, - int count) - -
    -          Adds nCopies copies of the specified object to the Bag.
    -static Bagdecorate(Bag bag) - -
    -          Factory method to create a synchronized bag.
    -protected  BaggetBag() - -
    -          Gets the bag being decorated.
    - intgetCount(java.lang.Object object) - -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    collection, lock
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected SynchronizedBag(Bag bag) + +
    +          Constructor that wraps (not copies).
    +protected SynchronizedBag(Bag bag, + java.lang.Object lock) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - -
    +Method Summary
    + booleanadd(java.lang.Object object, + int count) + +
    +          Adds nCopies copies of the specified object to the Bag.
    +static Bagdecorate(Bag bag) + +
    +          Factory method to create a synchronized bag.
    +protected  BaggetBag() + +
    +          Gets the bag being decorated.
    + intgetCount(java.lang.Object object) + +
              Returns the number of occurrences (cardinality) of the given - object currently in the bag.
    - booleanremove(java.lang.Object object, - int count) - -
    -          Removes nCopies copies of the specified object from the Bag.
    - java.util.SetuniqueSet() - -
    -          Returns a Set of unique elements in the Bag.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    add, addAll, clear, contains, containsAll, decorate, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.Bag
    add, containsAll, iterator, remove, removeAll, retainAll, size
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -SynchronizedBag

    -
    -protected SynchronizedBag(Bag bag)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    bag - the bag to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if bag is null
    -
    -
    - -

    -SynchronizedBag

    -
    -protected SynchronizedBag(Bag bag,
    -                          java.lang.Object lock)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    bag - the bag to decorate, must not be null
    lock - the lock to use, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if bag is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static Bag decorate(Bag bag)
    -
    -
    Factory method to create a synchronized bag. -

    -

    -
    -
    -
    -
    Parameters:
    bag - the bag to decorate, must not be null -
    Returns:
    a new synchronized Bag -
    Throws: -
    java.lang.IllegalArgumentException - if bag is null
    -
    -
    -
    - -

    -getBag

    -
    -protected Bag getBag()
    -
    -
    Gets the bag being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated bag
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object,
    -                   int count)
    -
    -
    Description copied from interface: Bag
    + object currently in the bag.
    + booleanremove(java.lang.Object object, + int count) + +
    +          Removes nCopies copies of the specified object from the Bag.
    + java.util.SetuniqueSet() + +
    +          Returns a Set of unique elements in the Bag.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    add, addAll, clear, contains, containsAll, decorate, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.Bag
    add, containsAll, iterator, remove, removeAll, retainAll, size
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +SynchronizedBag

    +
    +protected SynchronizedBag(Bag bag)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    bag - the bag to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if bag is null
    +
    +
    + +

    +SynchronizedBag

    +
    +protected SynchronizedBag(Bag bag,
    +                          java.lang.Object lock)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    bag - the bag to decorate, must not be null
    lock - the lock to use, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if bag is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static Bag decorate(Bag bag)
    +
    +
    Factory method to create a synchronized bag. +

    +

    +
    +
    +
    +
    Parameters:
    bag - the bag to decorate, must not be null +
    Returns:
    a new synchronized Bag +
    Throws: +
    java.lang.IllegalArgumentException - if bag is null
    +
    +
    +
    + +

    +getBag

    +
    +protected Bag getBag()
    +
    +
    Gets the bag being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated bag
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object,
    +                   int count)
    +
    +
    Description copied from interface: Bag
    Adds nCopies copies of the specified object to the Bag.

    If the object is already in the Bag.uniqueSet() then increment its count as reported by Bag.getCount(Object). Otherwise add it to the - Bag.uniqueSet() and report its count as nCopies. -

    -

    -
    Specified by:
    add in interface Bag
    -
    -
    -
    Parameters:
    object - the object to add
    count - the number of copies to add -
    Returns:
    true if the object was not already in the uniqueSet
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object,
    -                      int count)
    -
    -
    Description copied from interface: Bag
    + Bag.uniqueSet() and report its count as nCopies. +

    +

    +
    Specified by:
    add in interface Bag
    +
    +
    +
    Parameters:
    object - the object to add
    count - the number of copies to add +
    Returns:
    true if the object was not already in the uniqueSet
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object,
    +                      int count)
    +
    +
    Description copied from interface: Bag
    Removes nCopies copies of the specified object from the Bag.

    If the number of copies to remove is greater than the actual number of - copies in the Bag, no error is thrown. -

    -

    -
    Specified by:
    remove in interface Bag
    -
    -
    -
    Parameters:
    object - the object to remove
    count - the number of copies to remove -
    Returns:
    true if this call changed the collection
    -
    -
    -
    - -

    -uniqueSet

    -
    -public java.util.Set uniqueSet()
    -
    -
    Description copied from interface: Bag
    + copies in the Bag, no error is thrown. +

    +

    +
    Specified by:
    remove in interface Bag
    +
    +
    +
    Parameters:
    object - the object to remove
    count - the number of copies to remove +
    Returns:
    true if this call changed the collection
    +
    +
    +
    + +

    +uniqueSet

    +
    +public java.util.Set uniqueSet()
    +
    +
    Description copied from interface: Bag
    Returns a Set of unique elements in the Bag.

    - Uniqueness constraints are the same as those in Set. -

    -

    -
    Specified by:
    uniqueSet in interface Bag
    -
    -
    - -
    Returns:
    the Set of unique Bag elements
    -
    -
    -
    - -

    -getCount

    -
    -public int getCount(java.lang.Object object)
    -
    -
    Description copied from interface: Bag
    + Uniqueness constraints are the same as those in Set. +

    +

    +
    Specified by:
    uniqueSet in interface Bag
    +
    +
    + +
    Returns:
    the Set of unique Bag elements
    +
    +
    +
    + +

    +getCount

    +
    +public int getCount(java.lang.Object object)
    +
    +
    Description copied from interface: Bag
    Returns the number of occurrences (cardinality) of the given object currently in the bag. If the object does not exist in the - bag, return 0. -

    -

    -
    Specified by:
    getCount in interface Bag
    -
    -
    -
    Parameters:
    object - the object to search for -
    Returns:
    the number of occurrences of the object, zero if not found
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + bag, return 0. +

    +

    +
    Specified by:
    getCount in interface Bag
    +
    +
    +
    Parameters:
    object - the object to search for +
    Returns:
    the number of occurrences of the object, zero if not found
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/SynchronizedSortedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/SynchronizedSortedBag.html index 32458ef..a2ea170 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/SynchronizedSortedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/SynchronizedSortedBag.html @@ -1,472 +1,472 @@ - - - - - - - -SynchronizedSortedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bag -
    -Class SynchronizedSortedBag

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.SynchronizedCollection
    -      extended by org.apache.commons.collections.bag.SynchronizedBag
    -          extended by org.apache.commons.collections.bag.SynchronizedSortedBag
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag, SortedBag
    -
    -
    -
    -
    public class SynchronizedSortedBag
    extends SynchronizedBag
    implements SortedBag
    - - -

    + + + + + + + +SynchronizedSortedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bag +
    +Class SynchronizedSortedBag

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.SynchronizedCollection
    +      extended by org.apache.commons.collections.bag.SynchronizedBag
    +          extended by org.apache.commons.collections.bag.SynchronizedSortedBag
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag, SortedBag
    +
    +
    +
    +
    public class SynchronizedSortedBag
    extends SynchronizedBag
    implements SortedBag
    + + +

    Decorates another SortedBag to synchronize its behaviour for a multi-threaded environment.

    Methods are synchronized, then forwarded to the decorated bag. Iterators must be separately synchronized around the loop.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    collection, lock
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected SynchronizedSortedBag(Bag bag, - java.lang.Object lock) - -
    -          Constructor that wraps (not copies).
    -protected SynchronizedSortedBag(SortedBag bag) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    -Method Summary
    - java.util.Comparatorcomparator() - -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    collection, lock
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected SynchronizedSortedBag(Bag bag, + java.lang.Object lock) + +
    +          Constructor that wraps (not copies).
    +protected SynchronizedSortedBag(SortedBag bag) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + - - - - - - - - - - - - - - - - - -
    +Method Summary
    + java.util.Comparatorcomparator() + +
              Returns the comparator associated with this sorted set, or null - if it uses its elements' natural ordering.
    -static SortedBagdecorate(SortedBag bag) - -
    -          Factory method to create a synchronized sorted bag.
    - java.lang.Objectfirst() - -
    -          Returns the first (lowest) member.
    -protected  SortedBaggetSortedBag() - -
    -          Gets the bag being decorated.
    - java.lang.Objectlast() - -
    -          Returns the last (highest) member.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bag.SynchronizedBag
    add, decorate, getBag, getCount, remove, uniqueSet
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    add, addAll, clear, contains, containsAll, decorate, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -SynchronizedSortedBag

    -
    -protected SynchronizedSortedBag(SortedBag bag)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    bag - the bag to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if bag is null
    -
    -
    - -

    -SynchronizedSortedBag

    -
    -protected SynchronizedSortedBag(Bag bag,
    -                                java.lang.Object lock)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    bag - the bag to decorate, must not be null
    lock - the lock to use, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if bag is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static SortedBag decorate(SortedBag bag)
    -
    -
    Factory method to create a synchronized sorted bag. -

    -

    -
    -
    -
    -
    Parameters:
    bag - the bag to decorate, must not be null -
    Returns:
    a new synchronized SortedBag -
    Throws: -
    java.lang.IllegalArgumentException - if bag is null
    -
    -
    -
    - -

    -getSortedBag

    -
    -protected SortedBag getSortedBag()
    -
    -
    Gets the bag being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated bag
    -
    -
    -
    - -

    -first

    -
    -public java.lang.Object first()
    -
    -
    Description copied from interface: SortedBag
    -
    Returns the first (lowest) member. -

    -

    -
    Specified by:
    first in interface SortedBag
    -
    -
    - -
    Returns:
    the first element in the sorted bag
    -
    -
    -
    - -

    -last

    -
    -public java.lang.Object last()
    -
    -
    Description copied from interface: SortedBag
    -
    Returns the last (highest) member. -

    -

    -
    Specified by:
    last in interface SortedBag
    -
    -
    - -
    Returns:
    the last element in the sorted bag
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    Description copied from interface: SortedBag
    + if it uses its elements' natural ordering.
    +static SortedBagdecorate(SortedBag bag) + +
    +          Factory method to create a synchronized sorted bag.
    + java.lang.Objectfirst() + +
    +          Returns the first (lowest) member.
    +protected  SortedBaggetSortedBag() + +
    +          Gets the bag being decorated.
    + java.lang.Objectlast() + +
    +          Returns the last (highest) member.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bag.SynchronizedBag
    add, decorate, getBag, getCount, remove, uniqueSet
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    add, addAll, clear, contains, containsAll, decorate, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +SynchronizedSortedBag

    +
    +protected SynchronizedSortedBag(SortedBag bag)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    bag - the bag to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if bag is null
    +
    +
    + +

    +SynchronizedSortedBag

    +
    +protected SynchronizedSortedBag(Bag bag,
    +                                java.lang.Object lock)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    bag - the bag to decorate, must not be null
    lock - the lock to use, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if bag is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static SortedBag decorate(SortedBag bag)
    +
    +
    Factory method to create a synchronized sorted bag. +

    +

    +
    +
    +
    +
    Parameters:
    bag - the bag to decorate, must not be null +
    Returns:
    a new synchronized SortedBag +
    Throws: +
    java.lang.IllegalArgumentException - if bag is null
    +
    +
    +
    + +

    +getSortedBag

    +
    +protected SortedBag getSortedBag()
    +
    +
    Gets the bag being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated bag
    +
    +
    +
    + +

    +first

    +
    +public java.lang.Object first()
    +
    +
    Description copied from interface: SortedBag
    +
    Returns the first (lowest) member. +

    +

    +
    Specified by:
    first in interface SortedBag
    +
    +
    + +
    Returns:
    the first element in the sorted bag
    +
    +
    +
    + +

    +last

    +
    +public java.lang.Object last()
    +
    +
    Description copied from interface: SortedBag
    +
    Returns the last (highest) member. +

    +

    +
    Specified by:
    last in interface SortedBag
    +
    +
    + +
    Returns:
    the last element in the sorted bag
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    Description copied from interface: SortedBag
    Returns the comparator associated with this sorted set, or null - if it uses its elements' natural ordering. -

    -

    -
    Specified by:
    comparator in interface SortedBag
    -
    -
    - -
    Returns:
    the comparator in use, or null if natural ordering
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + if it uses its elements' natural ordering. +

    +

    +
    Specified by:
    comparator in interface SortedBag
    +
    +
    + +
    Returns:
    the comparator in use, or null if natural ordering
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TransformedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TransformedBag.html index 6d28035..43b2943 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TransformedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TransformedBag.html @@ -1,113 +1,113 @@ - - - - - - - -TransformedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bag -
    -Class TransformedBag

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    -          extended by org.apache.commons.collections.collection.TransformedCollection
    -              extended by org.apache.commons.collections.bag.TransformedBag
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag
    -
    -
    -
    Direct Known Subclasses:
    TransformedSortedBag
    -
    -
    -
    -
    public class TransformedBag
    extends TransformedCollection
    implements Bag
    - - -

    + + + + + + + +TransformedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bag +
    +Class TransformedBag

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    +          extended by org.apache.commons.collections.collection.TransformedCollection
    +              extended by org.apache.commons.collections.bag.TransformedBag
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag
    +
    +
    +
    Direct Known Subclasses:
    TransformedSortedBag
    +
    +
    +
    +
    public class TransformedBag
    extends TransformedCollection
    implements Bag
    + + +

    Decorates another Bag to transform objects that are added.

    The add methods are affected by this class. @@ -115,398 +115,398 @@ Decorates another Bag to transform objects that are added. For example, if the transformation converts Strings to Integers, you must use the Integer form to remove objects.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.TransformedCollection
    transformer
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected TransformedBag(Bag bag, - Transformer transformer) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    - booleanadd(java.lang.Object object, - int nCopies) - -
    -          Adds nCopies copies of the specified object to the Bag.
    -static Bagdecorate(Bag bag, - Transformer transformer) - -
    -          Factory method to create a transforming bag.
    -protected  BaggetBag() - -
    -          Gets the decorated bag.
    - intgetCount(java.lang.Object object) - -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.TransformedCollection
    transformer
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected TransformedBag(Bag bag, + Transformer transformer) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - -
    +Method Summary
    + booleanadd(java.lang.Object object, + int nCopies) + +
    +          Adds nCopies copies of the specified object to the Bag.
    +static Bagdecorate(Bag bag, + Transformer transformer) + +
    +          Factory method to create a transforming bag.
    +protected  BaggetBag() + +
    +          Gets the decorated bag.
    + intgetCount(java.lang.Object object) + +
              Returns the number of occurrences (cardinality) of the given - object currently in the bag.
    - booleanremove(java.lang.Object object, - int nCopies) - -
    -          Removes nCopies copies of the specified object from the Bag.
    - java.util.SetuniqueSet() - -
    -          Returns a Set of unique elements in the Bag.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.TransformedCollection
    add, addAll, decorate, transform, transform
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.Bag
    add, containsAll, iterator, remove, removeAll, retainAll, size
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TransformedBag

    -
    -protected TransformedBag(Bag bag,
    -                         Transformer transformer)
    -
    + object currently in the bag.
    + booleanremove(java.lang.Object object, + int nCopies) + +
    +          Removes nCopies copies of the specified object from the Bag.
    + java.util.SetuniqueSet() + +
    +          Returns a Set of unique elements in the Bag.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.TransformedCollection
    add, addAll, decorate, transform, transform
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.Bag
    add, containsAll, iterator, remove, removeAll, retainAll, size
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TransformedBag

    +
    +protected TransformedBag(Bag bag,
    +                         Transformer transformer)
    +
    Constructor that wraps (not copies).

    If there are any elements already in the bag being decorated, they - are NOT transformed. -

    -

    -
    Parameters:
    bag - the bag to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if bag or transformer is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static Bag decorate(Bag bag,
    -                           Transformer transformer)
    -
    + are NOT transformed. +

    +

    +
    Parameters:
    bag - the bag to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if bag or transformer is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static Bag decorate(Bag bag,
    +                           Transformer transformer)
    +
    Factory method to create a transforming bag.

    If there are any elements already in the bag being decorated, they - are NOT transformed. -

    -

    -
    -
    -
    -
    Parameters:
    bag - the bag to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null -
    Returns:
    a new transformed Bag -
    Throws: -
    java.lang.IllegalArgumentException - if bag or transformer is null
    -
    -
    -
    - -

    -getBag

    -
    -protected Bag getBag()
    -
    -
    Gets the decorated bag. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated bag
    -
    -
    -
    - -

    -getCount

    -
    -public int getCount(java.lang.Object object)
    -
    -
    Description copied from interface: Bag
    + are NOT transformed. +

    +

    +
    +
    +
    +
    Parameters:
    bag - the bag to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null +
    Returns:
    a new transformed Bag +
    Throws: +
    java.lang.IllegalArgumentException - if bag or transformer is null
    +
    +
    +
    + +

    +getBag

    +
    +protected Bag getBag()
    +
    +
    Gets the decorated bag. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated bag
    +
    +
    +
    + +

    +getCount

    +
    +public int getCount(java.lang.Object object)
    +
    +
    Description copied from interface: Bag
    Returns the number of occurrences (cardinality) of the given object currently in the bag. If the object does not exist in the - bag, return 0. -

    -

    -
    Specified by:
    getCount in interface Bag
    -
    -
    -
    Parameters:
    object - the object to search for -
    Returns:
    the number of occurrences of the object, zero if not found
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object,
    -                      int nCopies)
    -
    -
    Description copied from interface: Bag
    + bag, return 0. +

    +

    +
    Specified by:
    getCount in interface Bag
    +
    +
    +
    Parameters:
    object - the object to search for +
    Returns:
    the number of occurrences of the object, zero if not found
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object,
    +                      int nCopies)
    +
    +
    Description copied from interface: Bag
    Removes nCopies copies of the specified object from the Bag.

    If the number of copies to remove is greater than the actual number of - copies in the Bag, no error is thrown. -

    -

    -
    Specified by:
    remove in interface Bag
    -
    -
    -
    Parameters:
    object - the object to remove
    nCopies - the number of copies to remove -
    Returns:
    true if this call changed the collection
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object,
    -                   int nCopies)
    -
    -
    Description copied from interface: Bag
    + copies in the Bag, no error is thrown. +

    +

    +
    Specified by:
    remove in interface Bag
    +
    +
    +
    Parameters:
    object - the object to remove
    nCopies - the number of copies to remove +
    Returns:
    true if this call changed the collection
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object,
    +                   int nCopies)
    +
    +
    Description copied from interface: Bag
    Adds nCopies copies of the specified object to the Bag.

    If the object is already in the Bag.uniqueSet() then increment its count as reported by Bag.getCount(Object). Otherwise add it to the - Bag.uniqueSet() and report its count as nCopies. -

    -

    -
    Specified by:
    add in interface Bag
    -
    -
    -
    Parameters:
    object - the object to add
    nCopies - the number of copies to add -
    Returns:
    true if the object was not already in the uniqueSet
    -
    -
    -
    - -

    -uniqueSet

    -
    -public java.util.Set uniqueSet()
    -
    -
    Description copied from interface: Bag
    + Bag.uniqueSet() and report its count as nCopies. +

    +

    +
    Specified by:
    add in interface Bag
    +
    +
    +
    Parameters:
    object - the object to add
    nCopies - the number of copies to add +
    Returns:
    true if the object was not already in the uniqueSet
    +
    +
    +
    + +

    +uniqueSet

    +
    +public java.util.Set uniqueSet()
    +
    +
    Description copied from interface: Bag
    Returns a Set of unique elements in the Bag.

    - Uniqueness constraints are the same as those in Set. -

    -

    -
    Specified by:
    uniqueSet in interface Bag
    -
    -
    - -
    Returns:
    the Set of unique Bag elements
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Uniqueness constraints are the same as those in Set. +

    +

    +
    Specified by:
    uniqueSet in interface Bag
    +
    +
    + +
    Returns:
    the Set of unique Bag elements
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TransformedSortedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TransformedSortedBag.html index 1d4e5ec..e117508 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TransformedSortedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TransformedSortedBag.html @@ -1,111 +1,111 @@ - - - - - - - -TransformedSortedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bag -
    -Class TransformedSortedBag

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    -          extended by org.apache.commons.collections.collection.TransformedCollection
    -              extended by org.apache.commons.collections.bag.TransformedBag
    -                  extended by org.apache.commons.collections.bag.TransformedSortedBag
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag, SortedBag
    -
    -
    -
    -
    public class TransformedSortedBag
    extends TransformedBag
    implements SortedBag
    - - -

    + + + + + + + +TransformedSortedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bag +
    +Class TransformedSortedBag

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    +          extended by org.apache.commons.collections.collection.TransformedCollection
    +              extended by org.apache.commons.collections.bag.TransformedBag
    +                  extended by org.apache.commons.collections.bag.TransformedSortedBag
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag, SortedBag
    +
    +
    +
    +
    public class TransformedSortedBag
    extends TransformedBag
    implements SortedBag
    + + +

    Decorates another SortedBag to transform objects that are added.

    The add methods are affected by this class. @@ -113,367 +113,367 @@ Decorates another SortedBag to transform objects that are added. For example, if the transformation converts Strings to Integers, you must use the Integer form to remove objects.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.TransformedCollection
    transformer
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected TransformedSortedBag(SortedBag bag, - Transformer transformer) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    -Method Summary
    - java.util.Comparatorcomparator() - -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.TransformedCollection
    transformer
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected TransformedSortedBag(SortedBag bag, + Transformer transformer) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + - - - - - - - - - - - - - - - - - -
    +Method Summary
    + java.util.Comparatorcomparator() + +
              Returns the comparator associated with this sorted set, or null - if it uses its elements' natural ordering.
    -static SortedBagdecorate(SortedBag bag, - Transformer transformer) - -
    -          Factory method to create a transforming sorted bag.
    - java.lang.Objectfirst() - -
    -          Returns the first (lowest) member.
    -protected  SortedBaggetSortedBag() - -
    -          Gets the decorated bag.
    - java.lang.Objectlast() - -
    -          Returns the last (highest) member.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bag.TransformedBag
    add, decorate, getBag, getCount, remove, uniqueSet
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.TransformedCollection
    add, addAll, decorate, transform, transform
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TransformedSortedBag

    -
    -protected TransformedSortedBag(SortedBag bag,
    -                               Transformer transformer)
    -
    + if it uses its elements' natural ordering.
    +static SortedBagdecorate(SortedBag bag, + Transformer transformer) + +
    +          Factory method to create a transforming sorted bag.
    + java.lang.Objectfirst() + +
    +          Returns the first (lowest) member.
    +protected  SortedBaggetSortedBag() + +
    +          Gets the decorated bag.
    + java.lang.Objectlast() + +
    +          Returns the last (highest) member.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bag.TransformedBag
    add, decorate, getBag, getCount, remove, uniqueSet
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.TransformedCollection
    add, addAll, decorate, transform, transform
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TransformedSortedBag

    +
    +protected TransformedSortedBag(SortedBag bag,
    +                               Transformer transformer)
    +
    Constructor that wraps (not copies).

    If there are any elements already in the bag being decorated, they - are NOT transformed. -

    -

    -
    Parameters:
    bag - the bag to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if bag or transformer is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static SortedBag decorate(SortedBag bag,
    -                                 Transformer transformer)
    -
    + are NOT transformed. +

    +

    +
    Parameters:
    bag - the bag to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if bag or transformer is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static SortedBag decorate(SortedBag bag,
    +                                 Transformer transformer)
    +
    Factory method to create a transforming sorted bag.

    If there are any elements already in the bag being decorated, they - are NOT transformed. -

    -

    -
    -
    -
    -
    Parameters:
    bag - the bag to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null -
    Returns:
    a new transformed SortedBag -
    Throws: -
    java.lang.IllegalArgumentException - if bag or transformer is null
    -
    -
    -
    - -

    -getSortedBag

    -
    -protected SortedBag getSortedBag()
    -
    -
    Gets the decorated bag. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated bag
    -
    -
    -
    - -

    -first

    -
    -public java.lang.Object first()
    -
    -
    Description copied from interface: SortedBag
    -
    Returns the first (lowest) member. -

    -

    -
    Specified by:
    first in interface SortedBag
    -
    -
    - -
    Returns:
    the first element in the sorted bag
    -
    -
    -
    - -

    -last

    -
    -public java.lang.Object last()
    -
    -
    Description copied from interface: SortedBag
    -
    Returns the last (highest) member. -

    -

    -
    Specified by:
    last in interface SortedBag
    -
    -
    - -
    Returns:
    the last element in the sorted bag
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    Description copied from interface: SortedBag
    + are NOT transformed. +

    +

    +
    +
    +
    +
    Parameters:
    bag - the bag to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null +
    Returns:
    a new transformed SortedBag +
    Throws: +
    java.lang.IllegalArgumentException - if bag or transformer is null
    +
    +
    +
    + +

    +getSortedBag

    +
    +protected SortedBag getSortedBag()
    +
    +
    Gets the decorated bag. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated bag
    +
    +
    +
    + +

    +first

    +
    +public java.lang.Object first()
    +
    +
    Description copied from interface: SortedBag
    +
    Returns the first (lowest) member. +

    +

    +
    Specified by:
    first in interface SortedBag
    +
    +
    + +
    Returns:
    the first element in the sorted bag
    +
    +
    +
    + +

    +last

    +
    +public java.lang.Object last()
    +
    +
    Description copied from interface: SortedBag
    +
    Returns the last (highest) member. +

    +

    +
    Specified by:
    last in interface SortedBag
    +
    +
    + +
    Returns:
    the last element in the sorted bag
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    Description copied from interface: SortedBag
    Returns the comparator associated with this sorted set, or null - if it uses its elements' natural ordering. -

    -

    -
    Specified by:
    comparator in interface SortedBag
    -
    -
    - -
    Returns:
    the comparator in use, or null if natural ordering
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + if it uses its elements' natural ordering. +

    +

    +
    Specified by:
    comparator in interface SortedBag
    +
    +
    + +
    Returns:
    the comparator in use, or null if natural ordering
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TreeBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TreeBag.html index 7f65a72..f600482 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TreeBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TreeBag.html @@ -1,108 +1,108 @@ - - - - - - - -TreeBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bag -
    -Class TreeBag

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.bag.AbstractMapBag
    -      extended by org.apache.commons.collections.bag.TreeBag
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag, SortedBag
    -
    -
    -
    -
    public class TreeBag
    extends AbstractMapBag
    implements SortedBag, java.io.Serializable
    - - -

    + + + + + + + +TreeBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bag +
    +Class TreeBag

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.bag.AbstractMapBag
    +      extended by org.apache.commons.collections.bag.TreeBag
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag, SortedBag
    +
    +
    +
    +
    public class TreeBag
    extends AbstractMapBag
    implements SortedBag, java.io.Serializable
    + + +

    Implements SortedBag, using a TreeMap to provide the data storage. This is the standard implementation of a sorted bag.

    @@ -113,313 +113,313 @@ Implements SortedBag, using a TreeMap to provide count of occurrences. Extra methods on the interface allow multiple copies of an object to be added or removed at once. It is important to read the interface javadoc carefully as several methods violate the - Collection interface specification. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0 (previously in main package v2.0)
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Chuck Burdick, Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.bag.AbstractMapBag
    AbstractMapBag.MutableInteger
    -  - - - - - - - - - - - - - + + + + + + + + + +
    -Constructor Summary
    TreeBag() - -
    -          Constructs an empty TreeBag.
    TreeBag(java.util.Collection coll) - -
    + Collection interface specification. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0 (previously in main package v2.0)
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Chuck Burdick, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.bag.AbstractMapBag
    AbstractMapBag.MutableInteger
    +  + + + + + + + + + + + + + - - - + + + - -
    +Constructor Summary
    TreeBag() + +
    +          Constructs an empty TreeBag.
    TreeBag(java.util.Collection coll) + +
              Constructs a TreeBag containing all the members of the - specified collection.
    TreeBag(java.util.Comparator comparator) - -
    + specified collection.
    TreeBag(java.util.Comparator comparator) + +
              Constructs an empty bag that maintains order on its unique - representative members according to the given Comparator.
    -  - - - - - - - - - - + +
    -Method Summary
    - java.util.Comparatorcomparator() - -
    + representative members according to the given Comparator.
    +  + + + + + + + + + + - - - - - - - - - -
    +Method Summary
    + java.util.Comparatorcomparator() + +
              Returns the comparator associated with this sorted set, or null - if it uses its elements' natural ordering.
    - java.lang.Objectfirst() - -
    -          Returns the first (lowest) member.
    - java.lang.Objectlast() - -
    -          Returns the last (highest) member.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bag.AbstractMapBag
    add, add, addAll, clear, contains, containsAll, doReadObject, doWriteObject, equals, getCount, getMap, hashCode, isEmpty, iterator, remove, remove, removeAll, retainAll, size, toArray, toArray, toString, uniqueSet
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TreeBag

    -
    -public TreeBag()
    -
    -
    Constructs an empty TreeBag. -

    -

    -
    - -

    -TreeBag

    -
    -public TreeBag(java.util.Comparator comparator)
    -
    + if it uses its elements' natural ordering.
    + java.lang.Objectfirst() + +
    +          Returns the first (lowest) member.
    + java.lang.Objectlast() + +
    +          Returns the last (highest) member.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bag.AbstractMapBag
    add, add, addAll, clear, contains, containsAll, doReadObject, doWriteObject, equals, getCount, getMap, hashCode, isEmpty, iterator, remove, remove, removeAll, retainAll, size, toArray, toArray, toString, uniqueSet
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.Bag
    add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TreeBag

    +
    +public TreeBag()
    +
    +
    Constructs an empty TreeBag. +

    +

    +
    + +

    +TreeBag

    +
    +public TreeBag(java.util.Comparator comparator)
    +
    Constructs an empty bag that maintains order on its unique - representative members according to the given Comparator. -

    -

    -
    Parameters:
    comparator - the comparator to use
    -
    -
    - -

    -TreeBag

    -
    -public TreeBag(java.util.Collection coll)
    -
    + representative members according to the given Comparator. +

    +

    +
    Parameters:
    comparator - the comparator to use
    +
    +
    + +

    +TreeBag

    +
    +public TreeBag(java.util.Collection coll)
    +
    Constructs a TreeBag containing all the members of the - specified collection. -

    -

    -
    Parameters:
    coll - the collection to copy into the bag
    -
    - - - - - - - - -
    -Method Detail
    - -

    -first

    -
    -public java.lang.Object first()
    -
    -
    Description copied from interface: SortedBag
    -
    Returns the first (lowest) member. -

    -

    -
    Specified by:
    first in interface SortedBag
    -
    -
    - -
    Returns:
    the first element in the sorted bag
    -
    -
    -
    - -

    -last

    -
    -public java.lang.Object last()
    -
    -
    Description copied from interface: SortedBag
    -
    Returns the last (highest) member. -

    -

    -
    Specified by:
    last in interface SortedBag
    -
    -
    - -
    Returns:
    the last element in the sorted bag
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    Description copied from interface: SortedBag
    + specified collection. +

    +

    +
    Parameters:
    coll - the collection to copy into the bag
    +
    + + + + + + + + +
    +Method Detail
    + +

    +first

    +
    +public java.lang.Object first()
    +
    +
    Description copied from interface: SortedBag
    +
    Returns the first (lowest) member. +

    +

    +
    Specified by:
    first in interface SortedBag
    +
    +
    + +
    Returns:
    the first element in the sorted bag
    +
    +
    +
    + +

    +last

    +
    +public java.lang.Object last()
    +
    +
    Description copied from interface: SortedBag
    +
    Returns the last (highest) member. +

    +

    +
    Specified by:
    last in interface SortedBag
    +
    +
    + +
    Returns:
    the last element in the sorted bag
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    Description copied from interface: SortedBag
    Returns the comparator associated with this sorted set, or null - if it uses its elements' natural ordering. -

    -

    -
    Specified by:
    comparator in interface SortedBag
    -
    -
    - -
    Returns:
    the comparator in use, or null if natural ordering
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + if it uses its elements' natural ordering. +

    +

    +
    Specified by:
    comparator in interface SortedBag
    +
    +
    + +
    Returns:
    the comparator in use, or null if natural ordering
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TypedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TypedBag.html index 35bacb9..7d5cd9b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TypedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TypedBag.html @@ -1,282 +1,282 @@ - - - - - - - -TypedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bag -
    -Class TypedBag

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.bag.TypedBag
    -
    -
    -
    -
    public class TypedBag
    extends java.lang.Object
    - - -

    + + + + + + + +TypedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bag +
    +Class TypedBag

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.bag.TypedBag
    +
    +
    +
    +
    public class TypedBag
    extends java.lang.Object
    + + +

    Decorates another Bag to validate that elements added are of a specific type.

    - The validation of additions is performed via an instanceof test against + The validation of additions is performed via an instanceof test against a specified Class. If an object cannot be added to the - collection, an IllegalArgumentException is thrown. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Matthew Hawthorne
    -
    -
    - -

    - - - - - - - - - - - - -
    -Constructor Summary
    -protected TypedBag() - -
    -          Restrictive constructor.
    -  - - - - - - - - - - - -
    -Method Summary
    -static Bagdecorate(Bag bag, - java.lang.Class type) - -
    -          Factory method to create a typed bag.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TypedBag

    -
    -protected TypedBag()
    -
    -
    Restrictive constructor. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static Bag decorate(Bag bag,
    -                           java.lang.Class type)
    -
    + collection, an IllegalArgumentException is thrown. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Matthew Hawthorne
    +
    +
    + +

    + + + + + + + + + + + + +
    +Constructor Summary
    +protected TypedBag() + +
    +          Restrictive constructor.
    +  + + + + + + + + + + + +
    +Method Summary
    +static Bagdecorate(Bag bag, + java.lang.Class type) + +
    +          Factory method to create a typed bag.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TypedBag

    +
    +protected TypedBag()
    +
    +
    Restrictive constructor. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static Bag decorate(Bag bag,
    +                           java.lang.Class type)
    +
    Factory method to create a typed bag.

    If there are any elements already in the bag being decorated, they - are validated. -

    -

    -
    Parameters:
    bag - the bag to decorate, must not be null
    type - the type to allow into the bag, must not be null -
    Returns:
    a new typed Bag -
    Throws: -
    java.lang.IllegalArgumentException - if bag or type is null -
    java.lang.IllegalArgumentException - if the bag contains invalid elements
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are validated. +

    +

    +
    Parameters:
    bag - the bag to decorate, must not be null
    type - the type to allow into the bag, must not be null +
    Returns:
    a new typed Bag +
    Throws: +
    java.lang.IllegalArgumentException - if bag or type is null +
    java.lang.IllegalArgumentException - if the bag contains invalid elements
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TypedSortedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TypedSortedBag.html index 41b7bbf..1819b0a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TypedSortedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/TypedSortedBag.html @@ -1,282 +1,282 @@ - - - - - - - -TypedSortedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bag -
    -Class TypedSortedBag

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.bag.TypedSortedBag
    -
    -
    -
    -
    public class TypedSortedBag
    extends java.lang.Object
    - - -

    + + + + + + + +TypedSortedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bag +
    +Class TypedSortedBag

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.bag.TypedSortedBag
    +
    +
    +
    +
    public class TypedSortedBag
    extends java.lang.Object
    + + +

    Decorates another SortedBag to validate that elements added are of a specific type.

    - The validation of additions is performed via an instanceof test against + The validation of additions is performed via an instanceof test against a specified Class. If an object cannot be added to the - collection, an IllegalArgumentException is thrown. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Matthew Hawthorne
    -
    -
    - -

    - - - - - - - - - - - - -
    -Constructor Summary
    -protected TypedSortedBag() - -
    -          Restrictive constructor.
    -  - - - - - - - - - - - -
    -Method Summary
    -static SortedBagdecorate(SortedBag bag, - java.lang.Class type) - -
    -          Factory method to create a typed sorted bag.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TypedSortedBag

    -
    -protected TypedSortedBag()
    -
    -
    Restrictive constructor. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static SortedBag decorate(SortedBag bag,
    -                                 java.lang.Class type)
    -
    + collection, an IllegalArgumentException is thrown. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Matthew Hawthorne
    +
    +
    + +

    + + + + + + + + + + + + +
    +Constructor Summary
    +protected TypedSortedBag() + +
    +          Restrictive constructor.
    +  + + + + + + + + + + + +
    +Method Summary
    +static SortedBagdecorate(SortedBag bag, + java.lang.Class type) + +
    +          Factory method to create a typed sorted bag.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TypedSortedBag

    +
    +protected TypedSortedBag()
    +
    +
    Restrictive constructor. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static SortedBag decorate(SortedBag bag,
    +                                 java.lang.Class type)
    +
    Factory method to create a typed sorted bag.

    If there are any elements already in the bag being decorated, they - are validated. -

    -

    -
    Parameters:
    bag - the bag to decorate, must not be null
    type - the type to allow into the bag, must not be null -
    Returns:
    a new transformed SortedBag -
    Throws: -
    java.lang.IllegalArgumentException - if bag or type is null -
    java.lang.IllegalArgumentException - if the bag contains invalid elements
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are validated. +

    +

    +
    Parameters:
    bag - the bag to decorate, must not be null
    type - the type to allow into the bag, must not be null +
    Returns:
    a new transformed SortedBag +
    Throws: +
    java.lang.IllegalArgumentException - if bag or type is null +
    java.lang.IllegalArgumentException - if the bag contains invalid elements
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/UnmodifiableBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/UnmodifiableBag.html index 6fdd4d7..ef5be9f 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/UnmodifiableBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/UnmodifiableBag.html @@ -1,356 +1,356 @@ - - - - - - - -UnmodifiableBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bag -
    -Class UnmodifiableBag

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.bag.AbstractBagDecorator
    -          extended by org.apache.commons.collections.bag.UnmodifiableBag
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableBag
    extends AbstractBagDecorator
    implements Unmodifiable, java.io.Serializable
    - - -

    + + + + + + + +UnmodifiableBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bag +
    +Class UnmodifiableBag

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.bag.AbstractBagDecorator
    +          extended by org.apache.commons.collections.bag.UnmodifiableBag
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableBag
    extends AbstractBagDecorator
    implements Unmodifiable, java.io.Serializable
    + + +

    Decorates another Bag to ensure it can't be altered.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - + + + + + +
    -Method Summary
    - booleanadd(java.lang.Object object) - -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - -
    +Method Summary
    + booleanadd(java.lang.Object object) + +
              (Violation) - Adds one copy the specified object to the Bag.
    - booleanadd(java.lang.Object object, - int count) - -
    -          Adds nCopies copies of the specified object to the Bag.
    - booleanaddAll(java.util.Collection coll) - -
    -           
    - voidclear() - -
    -           
    -static Bagdecorate(Bag bag) - -
    -          Factory method to create an unmodifiable bag.
    - java.util.Iteratoriterator() - -
    + Adds one copy the specified object to the Bag.
    + booleanadd(java.lang.Object object, + int count) + +
    +          Adds nCopies copies of the specified object to the Bag.
    + booleanaddAll(java.util.Collection coll) + +
    +           
    + voidclear() + +
    +           
    +static Bagdecorate(Bag bag) + +
    +          Factory method to create an unmodifiable bag.
    + java.util.Iteratoriterator() + +
              Returns an Iterator over the entire set of members, - including copies due to cardinality.
    - booleanremove(java.lang.Object object) - -
    + including copies due to cardinality.
    + booleanremove(java.lang.Object object) + +
              (Violation) - Removes all occurrences of the given object from the bag.
    - booleanremove(java.lang.Object object, - int count) - -
    -          Removes nCopies copies of the specified object from the Bag.
    - booleanremoveAll(java.util.Collection coll) - -
    + Removes all occurrences of the given object from the bag.
    + booleanremove(java.lang.Object object, + int count) + +
    +          Removes nCopies copies of the specified object from the Bag.
    + booleanremoveAll(java.util.Collection coll) + +
              (Violation) Remove all elements represented in the given collection, - respecting cardinality.
    - booleanretainAll(java.util.Collection coll) - -
    + respecting cardinality.
    + booleanretainAll(java.util.Collection coll) + +
              (Violation) Remove any members of the bag that are not in the given - collection, respecting cardinality.
    - java.util.SetuniqueSet() - -
    -          Returns a Set of unique elements in the Bag.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bag.AbstractBagDecorator
    getBag, getCount
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.Bag
    containsAll, size
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    contains, equals, hashCode, isEmpty, toArray, toArray
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static Bag decorate(Bag bag)
    -
    + collection, respecting cardinality.
    + java.util.SetuniqueSet() + +
    +          Returns a Set of unique elements in the Bag.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bag.AbstractBagDecorator
    getBag, getCount
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.Bag
    containsAll, size
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    contains, equals, hashCode, isEmpty, toArray, toArray
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static Bag decorate(Bag bag)
    +
    Factory method to create an unmodifiable bag.

    - If the bag passed in is already unmodifiable, it is returned. -

    -

    -
    -
    -
    -
    Parameters:
    bag - the bag to decorate, must not be null -
    Returns:
    an unmodifiable Bag -
    Throws: -
    java.lang.IllegalArgumentException - if bag is null
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    Description copied from interface: Bag
    + If the bag passed in is already unmodifiable, it is returned. +

    +

    +
    +
    +
    +
    Parameters:
    bag - the bag to decorate, must not be null +
    Returns:
    an unmodifiable Bag +
    Throws: +
    java.lang.IllegalArgumentException - if bag is null
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    Description copied from interface: Bag
    Returns an Iterator over the entire set of members, including copies due to cardinality. This iterator is fail-fast - and will not tolerate concurrent modifications. -

    -

    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface Bag
    Overrides:
    iterator in class AbstractCollectionDecorator
    -
    -
    - -
    Returns:
    iterator over all elements in the Bag
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    -
    Description copied from interface: Bag
    + and will not tolerate concurrent modifications. +

    +

    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface Bag
    Overrides:
    iterator in class AbstractCollectionDecorator
    +
    +
    + +
    Returns:
    iterator over all elements in the Bag
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    +
    Description copied from interface: Bag
    (Violation) Adds one copy the specified object to the Bag.

    @@ -359,54 +359,54 @@ public boolean add(java.lang.Object object) Bag.uniqueSet() and report its count as 1.

    Since this method always increases the size of the bag, - according to the Collection.add(Object) contract, it + according to the Collection.add(Object) contract, it should always return true. Since it sometimes returns - false, this method violates the contract. -

    -

    -
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface Bag
    Overrides:
    add in class AbstractCollectionDecorator
    -
    -
    -
    Parameters:
    object - the object to add -
    Returns:
    true if the object was not already in the uniqueSet
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object)
    -
    -
    Description copied from interface: Bag
    + false, this method violates the contract. +

    +

    +
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface Bag
    Overrides:
    add in class AbstractCollectionDecorator
    +
    +
    +
    Parameters:
    object - the object to add +
    Returns:
    true if the object was not already in the uniqueSet
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object)
    +
    +
    Description copied from interface: Bag
    (Violation) Removes all occurrences of the given object from the bag.

    @@ -414,24 +414,24 @@ public boolean remove(java.lang.Object object)

    According to the Collection.remove(Object) method, this method should only remove the first occurrence of the - given object, not all occurrences. -

    -

    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface Bag
    Overrides:
    remove in class AbstractCollectionDecorator
    -
    -
    - -
    Returns:
    true if this call changed the collection
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    Description copied from interface: Bag
    + given object, not all occurrences. +

    +

    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface Bag
    Overrides:
    remove in class AbstractCollectionDecorator
    +
    +
    + +
    Returns:
    true if this call changed the collection
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    Description copied from interface: Bag
    (Violation) Remove all elements represented in the given collection, respecting cardinality. That is, if the given collection @@ -441,25 +441,25 @@ public boolean removeAll(java.util.Collection coll)

    The Collection.removeAll(Collection) method specifies that cardinality should not be respected; this method should - remove all occurrences of every object contained in the - given collection. -

    -

    -
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface Bag
    Overrides:
    removeAll in class AbstractCollectionDecorator
    -
    -
    -
    Parameters:
    coll - the collection to remove -
    Returns:
    true if this call changed the collection
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    -
    Description copied from interface: Bag
    + remove all occurrences of every object contained in the + given collection. +

    +

    +
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface Bag
    Overrides:
    removeAll in class AbstractCollectionDecorator
    +
    +
    +
    Parameters:
    coll - the collection to remove +
    Returns:
    true if this call changed the collection
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    +
    Description copied from interface: Bag
    (Violation) Remove any members of the bag that are not in the given collection, respecting cardinality. That is, if the given @@ -472,143 +472,143 @@ public boolean retainAll(java.util.Collection coll)

    The Collection.retainAll(Collection) method specifies that cardinality should not be respected; this method should - keep all occurrences of every object contained in the - given collection. -

    -

    -
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface Bag
    Overrides:
    retainAll in class AbstractCollectionDecorator
    -
    -
    -
    Parameters:
    coll - the collection to retain -
    Returns:
    true if this call changed the collection
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object,
    -                   int count)
    -
    -
    Description copied from interface: Bag
    + keep all occurrences of every object contained in the + given collection. +

    +

    +
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface Bag
    Overrides:
    retainAll in class AbstractCollectionDecorator
    +
    +
    +
    Parameters:
    coll - the collection to retain +
    Returns:
    true if this call changed the collection
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object,
    +                   int count)
    +
    +
    Description copied from interface: Bag
    Adds nCopies copies of the specified object to the Bag.

    If the object is already in the Bag.uniqueSet() then increment its count as reported by Bag.getCount(Object). Otherwise add it to the - Bag.uniqueSet() and report its count as nCopies. -

    -

    -
    Specified by:
    add in interface Bag
    Overrides:
    add in class AbstractBagDecorator
    -
    -
    -
    Parameters:
    object - the object to add
    count - the number of copies to add -
    Returns:
    true if the object was not already in the uniqueSet
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object,
    -                      int count)
    -
    -
    Description copied from interface: Bag
    + Bag.uniqueSet() and report its count as nCopies. +

    +

    +
    Specified by:
    add in interface Bag
    Overrides:
    add in class AbstractBagDecorator
    +
    +
    +
    Parameters:
    object - the object to add
    count - the number of copies to add +
    Returns:
    true if the object was not already in the uniqueSet
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object,
    +                      int count)
    +
    +
    Description copied from interface: Bag
    Removes nCopies copies of the specified object from the Bag.

    If the number of copies to remove is greater than the actual number of - copies in the Bag, no error is thrown. -

    -

    -
    Specified by:
    remove in interface Bag
    Overrides:
    remove in class AbstractBagDecorator
    -
    -
    -
    Parameters:
    object - the object to remove
    count - the number of copies to remove -
    Returns:
    true if this call changed the collection
    -
    -
    -
    - -

    -uniqueSet

    -
    -public java.util.Set uniqueSet()
    -
    -
    Description copied from interface: Bag
    + copies in the Bag, no error is thrown. +

    +

    +
    Specified by:
    remove in interface Bag
    Overrides:
    remove in class AbstractBagDecorator
    +
    +
    +
    Parameters:
    object - the object to remove
    count - the number of copies to remove +
    Returns:
    true if this call changed the collection
    +
    +
    +
    + +

    +uniqueSet

    +
    +public java.util.Set uniqueSet()
    +
    +
    Description copied from interface: Bag
    Returns a Set of unique elements in the Bag.

    - Uniqueness constraints are the same as those in Set. -

    -

    -
    Specified by:
    uniqueSet in interface Bag
    Overrides:
    uniqueSet in class AbstractBagDecorator
    -
    -
    - -
    Returns:
    the Set of unique Bag elements
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Uniqueness constraints are the same as those in Set. +

    +

    +
    Specified by:
    uniqueSet in interface Bag
    Overrides:
    uniqueSet in class AbstractBagDecorator
    +
    +
    + +
    Returns:
    the Set of unique Bag elements
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/UnmodifiableSortedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/UnmodifiableSortedBag.html index 660dcb7..b82188d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/UnmodifiableSortedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/UnmodifiableSortedBag.html @@ -1,366 +1,366 @@ - - - - - - - -UnmodifiableSortedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bag -
    -Class UnmodifiableSortedBag

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.bag.AbstractBagDecorator
    -          extended by org.apache.commons.collections.bag.AbstractSortedBagDecorator
    -              extended by org.apache.commons.collections.bag.UnmodifiableSortedBag
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag, SortedBag, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableSortedBag
    extends AbstractSortedBagDecorator
    implements Unmodifiable, java.io.Serializable
    - - -

    + + + + + + + +UnmodifiableSortedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bag +
    +Class UnmodifiableSortedBag

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.bag.AbstractBagDecorator
    +          extended by org.apache.commons.collections.bag.AbstractSortedBagDecorator
    +              extended by org.apache.commons.collections.bag.UnmodifiableSortedBag
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Bag, SortedBag, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableSortedBag
    extends AbstractSortedBagDecorator
    implements Unmodifiable, java.io.Serializable
    + + +

    Decorates another SortedBag to ensure it can't be altered.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - + + + + + +
    -Method Summary
    - booleanadd(java.lang.Object object) - -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - -
    +Method Summary
    + booleanadd(java.lang.Object object) + +
              (Violation) - Adds one copy the specified object to the Bag.
    - booleanadd(java.lang.Object object, - int count) - -
    -          Adds nCopies copies of the specified object to the Bag.
    - booleanaddAll(java.util.Collection coll) - -
    -           
    - voidclear() - -
    -           
    -static SortedBagdecorate(SortedBag bag) - -
    -          Factory method to create an unmodifiable bag.
    - java.util.Iteratoriterator() - -
    + Adds one copy the specified object to the Bag.
    + booleanadd(java.lang.Object object, + int count) + +
    +          Adds nCopies copies of the specified object to the Bag.
    + booleanaddAll(java.util.Collection coll) + +
    +           
    + voidclear() + +
    +           
    +static SortedBagdecorate(SortedBag bag) + +
    +          Factory method to create an unmodifiable bag.
    + java.util.Iteratoriterator() + +
              Returns an Iterator over the entire set of members, - including copies due to cardinality.
    - booleanremove(java.lang.Object object) - -
    + including copies due to cardinality.
    + booleanremove(java.lang.Object object) + +
              (Violation) - Removes all occurrences of the given object from the bag.
    - booleanremove(java.lang.Object object, - int count) - -
    -          Removes nCopies copies of the specified object from the Bag.
    - booleanremoveAll(java.util.Collection coll) - -
    + Removes all occurrences of the given object from the bag.
    + booleanremove(java.lang.Object object, + int count) + +
    +          Removes nCopies copies of the specified object from the Bag.
    + booleanremoveAll(java.util.Collection coll) + +
              (Violation) Remove all elements represented in the given collection, - respecting cardinality.
    - booleanretainAll(java.util.Collection coll) - -
    + respecting cardinality.
    + booleanretainAll(java.util.Collection coll) + +
              (Violation) Remove any members of the bag that are not in the given - collection, respecting cardinality.
    - java.util.SetuniqueSet() - -
    -          Returns a Set of unique elements in the Bag.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bag.AbstractSortedBagDecorator
    comparator, first, getSortedBag, last
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bag.AbstractBagDecorator
    getBag, getCount
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.Bag
    containsAll, getCount, size
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    contains, equals, hashCode, isEmpty, toArray, toArray
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static SortedBag decorate(SortedBag bag)
    -
    + collection, respecting cardinality.
    + java.util.SetuniqueSet() + +
    +          Returns a Set of unique elements in the Bag.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bag.AbstractSortedBagDecorator
    comparator, first, getSortedBag, last
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bag.AbstractBagDecorator
    getBag, getCount
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.Bag
    containsAll, getCount, size
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    contains, equals, hashCode, isEmpty, toArray, toArray
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static SortedBag decorate(SortedBag bag)
    +
    Factory method to create an unmodifiable bag.

    - If the bag passed in is already unmodifiable, it is returned. -

    -

    -
    -
    -
    -
    Parameters:
    bag - the bag to decorate, must not be null -
    Returns:
    an unmodifiable SortedBag -
    Throws: -
    java.lang.IllegalArgumentException - if bag is null
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    Description copied from interface: Bag
    + If the bag passed in is already unmodifiable, it is returned. +

    +

    +
    +
    +
    +
    Parameters:
    bag - the bag to decorate, must not be null +
    Returns:
    an unmodifiable SortedBag +
    Throws: +
    java.lang.IllegalArgumentException - if bag is null
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    Description copied from interface: Bag
    Returns an Iterator over the entire set of members, including copies due to cardinality. This iterator is fail-fast - and will not tolerate concurrent modifications. -

    -

    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface Bag
    Overrides:
    iterator in class AbstractCollectionDecorator
    -
    -
    - -
    Returns:
    iterator over all elements in the Bag
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    -
    Description copied from interface: Bag
    + and will not tolerate concurrent modifications. +

    +

    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface Bag
    Overrides:
    iterator in class AbstractCollectionDecorator
    +
    +
    + +
    Returns:
    iterator over all elements in the Bag
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    +
    Description copied from interface: Bag
    (Violation) Adds one copy the specified object to the Bag.

    @@ -369,54 +369,54 @@ public boolean add(java.lang.Object object) Bag.uniqueSet() and report its count as 1.

    Since this method always increases the size of the bag, - according to the Collection.add(Object) contract, it + according to the Collection.add(Object) contract, it should always return true. Since it sometimes returns - false, this method violates the contract. -

    -

    -
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface Bag
    Overrides:
    add in class AbstractCollectionDecorator
    -
    -
    -
    Parameters:
    object - the object to add -
    Returns:
    true if the object was not already in the uniqueSet
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object)
    -
    -
    Description copied from interface: Bag
    + false, this method violates the contract. +

    +

    +
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface Bag
    Overrides:
    add in class AbstractCollectionDecorator
    +
    +
    +
    Parameters:
    object - the object to add +
    Returns:
    true if the object was not already in the uniqueSet
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object)
    +
    +
    Description copied from interface: Bag
    (Violation) Removes all occurrences of the given object from the bag.

    @@ -424,24 +424,24 @@ public boolean remove(java.lang.Object object)

    According to the Collection.remove(Object) method, this method should only remove the first occurrence of the - given object, not all occurrences. -

    -

    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface Bag
    Overrides:
    remove in class AbstractCollectionDecorator
    -
    -
    - -
    Returns:
    true if this call changed the collection
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    Description copied from interface: Bag
    + given object, not all occurrences. +

    +

    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface Bag
    Overrides:
    remove in class AbstractCollectionDecorator
    +
    +
    + +
    Returns:
    true if this call changed the collection
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    Description copied from interface: Bag
    (Violation) Remove all elements represented in the given collection, respecting cardinality. That is, if the given collection @@ -451,25 +451,25 @@ public boolean removeAll(java.util.Collection coll)

    The Collection.removeAll(Collection) method specifies that cardinality should not be respected; this method should - remove all occurrences of every object contained in the - given collection. -

    -

    -
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface Bag
    Overrides:
    removeAll in class AbstractCollectionDecorator
    -
    -
    -
    Parameters:
    coll - the collection to remove -
    Returns:
    true if this call changed the collection
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    -
    Description copied from interface: Bag
    + remove all occurrences of every object contained in the + given collection. +

    +

    +
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface Bag
    Overrides:
    removeAll in class AbstractCollectionDecorator
    +
    +
    +
    Parameters:
    coll - the collection to remove +
    Returns:
    true if this call changed the collection
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    +
    Description copied from interface: Bag
    (Violation) Remove any members of the bag that are not in the given collection, respecting cardinality. That is, if the given @@ -482,143 +482,143 @@ public boolean retainAll(java.util.Collection coll)

    The Collection.retainAll(Collection) method specifies that cardinality should not be respected; this method should - keep all occurrences of every object contained in the - given collection. -

    -

    -
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface Bag
    Overrides:
    retainAll in class AbstractCollectionDecorator
    -
    -
    -
    Parameters:
    coll - the collection to retain -
    Returns:
    true if this call changed the collection
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object,
    -                   int count)
    -
    -
    Description copied from interface: Bag
    + keep all occurrences of every object contained in the + given collection. +

    +

    +
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface Bag
    Overrides:
    retainAll in class AbstractCollectionDecorator
    +
    +
    +
    Parameters:
    coll - the collection to retain +
    Returns:
    true if this call changed the collection
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object,
    +                   int count)
    +
    +
    Description copied from interface: Bag
    Adds nCopies copies of the specified object to the Bag.

    If the object is already in the Bag.uniqueSet() then increment its count as reported by Bag.getCount(Object). Otherwise add it to the - Bag.uniqueSet() and report its count as nCopies. -

    -

    -
    Specified by:
    add in interface Bag
    Overrides:
    add in class AbstractBagDecorator
    -
    -
    -
    Parameters:
    object - the object to add
    count - the number of copies to add -
    Returns:
    true if the object was not already in the uniqueSet
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object,
    -                      int count)
    -
    -
    Description copied from interface: Bag
    + Bag.uniqueSet() and report its count as nCopies. +

    +

    +
    Specified by:
    add in interface Bag
    Overrides:
    add in class AbstractBagDecorator
    +
    +
    +
    Parameters:
    object - the object to add
    count - the number of copies to add +
    Returns:
    true if the object was not already in the uniqueSet
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object,
    +                      int count)
    +
    +
    Description copied from interface: Bag
    Removes nCopies copies of the specified object from the Bag.

    If the number of copies to remove is greater than the actual number of - copies in the Bag, no error is thrown. -

    -

    -
    Specified by:
    remove in interface Bag
    Overrides:
    remove in class AbstractBagDecorator
    -
    -
    -
    Parameters:
    object - the object to remove
    count - the number of copies to remove -
    Returns:
    true if this call changed the collection
    -
    -
    -
    - -

    -uniqueSet

    -
    -public java.util.Set uniqueSet()
    -
    -
    Description copied from interface: Bag
    + copies in the Bag, no error is thrown. +

    +

    +
    Specified by:
    remove in interface Bag
    Overrides:
    remove in class AbstractBagDecorator
    +
    +
    +
    Parameters:
    object - the object to remove
    count - the number of copies to remove +
    Returns:
    true if this call changed the collection
    +
    +
    +
    + +

    +uniqueSet

    +
    +public java.util.Set uniqueSet()
    +
    +
    Description copied from interface: Bag
    Returns a Set of unique elements in the Bag.

    - Uniqueness constraints are the same as those in Set. -

    -

    -
    Specified by:
    uniqueSet in interface Bag
    Overrides:
    uniqueSet in class AbstractBagDecorator
    -
    -
    - -
    Returns:
    the Set of unique Bag elements
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Uniqueness constraints are the same as those in Set. +

    +

    +
    Specified by:
    uniqueSet in interface Bag
    Overrides:
    uniqueSet in class AbstractBagDecorator
    +
    +
    + +
    Returns:
    the Set of unique Bag elements
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/AbstractBagDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/AbstractBagDecorator.html index 0200f2f..e40d5f8 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/AbstractBagDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/AbstractBagDecorator.html @@ -1,196 +1,196 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bag.AbstractBagDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bag.AbstractBagDecorator

    -
    - - - - - - - - - -
    -Packages that use AbstractBagDecorator
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractBagDecorator in org.apache.commons.collections.bag
    -  -

    - - - - - - - - - - - - - - - - - -
    Subclasses of AbstractBagDecorator in org.apache.commons.collections.bag
    - classAbstractSortedBagDecorator - -
    -          Decorates another SortedBag to provide additional behaviour.
    - classUnmodifiableBag - -
    -          Decorates another Bag to ensure it can't be altered.
    - classUnmodifiableSortedBag - -
    -          Decorates another SortedBag to ensure it can't be altered.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bag.AbstractBagDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bag.AbstractBagDecorator

    +
    + + + + + + + + + +
    +Packages that use AbstractBagDecorator
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractBagDecorator in org.apache.commons.collections.bag
    +  +

    + + + + + + + + + + + + + + + + + +
    Subclasses of AbstractBagDecorator in org.apache.commons.collections.bag
    + classAbstractSortedBagDecorator + +
    +          Decorates another SortedBag to provide additional behaviour.
    + classUnmodifiableBag + +
    +          Decorates another Bag to ensure it can't be altered.
    + classUnmodifiableSortedBag + +
    +          Decorates another SortedBag to ensure it can't be altered.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/AbstractMapBag.MutableInteger.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/AbstractMapBag.MutableInteger.html index 45138ad..792965a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/AbstractMapBag.MutableInteger.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/AbstractMapBag.MutableInteger.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bag.AbstractMapBag.MutableInteger (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bag.AbstractMapBag.MutableInteger

    -
    -No usage of org.apache.commons.collections.bag.AbstractMapBag.MutableInteger -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bag.AbstractMapBag.MutableInteger (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bag.AbstractMapBag.MutableInteger

    +
    +No usage of org.apache.commons.collections.bag.AbstractMapBag.MutableInteger +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/AbstractMapBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/AbstractMapBag.html index 4a4cac2..abd2000 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/AbstractMapBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/AbstractMapBag.html @@ -1,190 +1,190 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bag.AbstractMapBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bag.AbstractMapBag

    -
    - - - - - - - - - -
    -Packages that use AbstractMapBag
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractMapBag in org.apache.commons.collections.bag
    -  -

    - - - - - - - - + +
    Subclasses of AbstractMapBag in org.apache.commons.collections.bag
    - classHashBag - -
    + + + + + + + +Uses of Class org.apache.commons.collections.bag.AbstractMapBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bag.AbstractMapBag

    +
    + + + + + + + + + +
    +Packages that use AbstractMapBag
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractMapBag in org.apache.commons.collections.bag
    +  +

    + + + + + + + + - - - - + + + + - -
    Subclasses of AbstractMapBag in org.apache.commons.collections.bag
    + classHashBag + +
              Implements Bag, using a HashMap to provide the - data storage.
    - classTreeBag - -
    + data storage.
    + classTreeBag + +
              Implements SortedBag, using a TreeMap to provide - the data storage.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + the data storage.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/AbstractSortedBagDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/AbstractSortedBagDecorator.html index d5e0975..0569aaa 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/AbstractSortedBagDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/AbstractSortedBagDecorator.html @@ -1,180 +1,180 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bag.AbstractSortedBagDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bag.AbstractSortedBagDecorator

    -
    - - - - - - - - - -
    -Packages that use AbstractSortedBagDecorator
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractSortedBagDecorator in org.apache.commons.collections.bag
    -  -

    - - - - - - - - - -
    Subclasses of AbstractSortedBagDecorator in org.apache.commons.collections.bag
    - classUnmodifiableSortedBag - -
    -          Decorates another SortedBag to ensure it can't be altered.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bag.AbstractSortedBagDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bag.AbstractSortedBagDecorator

    +
    + + + + + + + + + +
    +Packages that use AbstractSortedBagDecorator
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractSortedBagDecorator in org.apache.commons.collections.bag
    +  +

    + + + + + + + + + +
    Subclasses of AbstractSortedBagDecorator in org.apache.commons.collections.bag
    + classUnmodifiableSortedBag + +
    +          Decorates another SortedBag to ensure it can't be altered.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/HashBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/HashBag.html index 4351609..6e957af 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/HashBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/HashBag.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bag.HashBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bag.HashBag

    -
    -No usage of org.apache.commons.collections.bag.HashBag -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bag.HashBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bag.HashBag

    +
    +No usage of org.apache.commons.collections.bag.HashBag +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/PredicatedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/PredicatedBag.html index 9505e12..91494bc 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/PredicatedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/PredicatedBag.html @@ -1,181 +1,181 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bag.PredicatedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bag.PredicatedBag

    -
    - - - - - - - - - -
    -Packages that use PredicatedBag
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    -  -

    - - - - - -
    -Uses of PredicatedBag in org.apache.commons.collections.bag
    -  -

    - - - - - - - - + +
    Subclasses of PredicatedBag in org.apache.commons.collections.bag
    - classPredicatedSortedBag - -
    + + + + + + + +Uses of Class org.apache.commons.collections.bag.PredicatedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bag.PredicatedBag

    +
    + + + + + + + + + +
    +Packages that use PredicatedBag
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    +  +

    + + + + + +
    +Uses of PredicatedBag in org.apache.commons.collections.bag
    +  +

    + + + + + + + + - -
    Subclasses of PredicatedBag in org.apache.commons.collections.bag
    + classPredicatedSortedBag + +
              Decorates another SortedBag to validate that additions - match a specified predicate.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + match a specified predicate.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/PredicatedSortedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/PredicatedSortedBag.html index 9f079c4..a5e22e1 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/PredicatedSortedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/PredicatedSortedBag.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bag.PredicatedSortedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bag.PredicatedSortedBag

    -
    -No usage of org.apache.commons.collections.bag.PredicatedSortedBag -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bag.PredicatedSortedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bag.PredicatedSortedBag

    +
    +No usage of org.apache.commons.collections.bag.PredicatedSortedBag +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/SynchronizedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/SynchronizedBag.html index ac6c43f..366ad03 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/SynchronizedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/SynchronizedBag.html @@ -1,181 +1,181 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bag.SynchronizedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bag.SynchronizedBag

    -
    - - - - - - - - - -
    -Packages that use SynchronizedBag
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    -  -

    - - - - - -
    -Uses of SynchronizedBag in org.apache.commons.collections.bag
    -  -

    - - - - - - - - + +
    Subclasses of SynchronizedBag in org.apache.commons.collections.bag
    - classSynchronizedSortedBag - -
    + + + + + + + +Uses of Class org.apache.commons.collections.bag.SynchronizedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bag.SynchronizedBag

    +
    + + + + + + + + + +
    +Packages that use SynchronizedBag
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    +  +

    + + + + + +
    +Uses of SynchronizedBag in org.apache.commons.collections.bag
    +  +

    + + + + + + + + - -
    Subclasses of SynchronizedBag in org.apache.commons.collections.bag
    + classSynchronizedSortedBag + +
              Decorates another SortedBag to synchronize its behaviour - for a multi-threaded environment.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + for a multi-threaded environment.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/SynchronizedSortedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/SynchronizedSortedBag.html index 441d5f2..d950b23 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/SynchronizedSortedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/SynchronizedSortedBag.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bag.SynchronizedSortedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bag.SynchronizedSortedBag

    -
    -No usage of org.apache.commons.collections.bag.SynchronizedSortedBag -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bag.SynchronizedSortedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bag.SynchronizedSortedBag

    +
    +No usage of org.apache.commons.collections.bag.SynchronizedSortedBag +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TransformedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TransformedBag.html index 371a0aa..af920e6 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TransformedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TransformedBag.html @@ -1,180 +1,180 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bag.TransformedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bag.TransformedBag

    -
    - - - - - - - - - -
    -Packages that use TransformedBag
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    -  -

    - - - - - -
    -Uses of TransformedBag in org.apache.commons.collections.bag
    -  -

    - - - - - - - - - -
    Subclasses of TransformedBag in org.apache.commons.collections.bag
    - classTransformedSortedBag - -
    -          Decorates another SortedBag to transform objects that are added.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bag.TransformedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bag.TransformedBag

    +
    + + + + + + + + + +
    +Packages that use TransformedBag
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    +  +

    + + + + + +
    +Uses of TransformedBag in org.apache.commons.collections.bag
    +  +

    + + + + + + + + + +
    Subclasses of TransformedBag in org.apache.commons.collections.bag
    + classTransformedSortedBag + +
    +          Decorates another SortedBag to transform objects that are added.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TransformedSortedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TransformedSortedBag.html index a75c23c..af21a4b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TransformedSortedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TransformedSortedBag.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bag.TransformedSortedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bag.TransformedSortedBag

    -
    -No usage of org.apache.commons.collections.bag.TransformedSortedBag -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bag.TransformedSortedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bag.TransformedSortedBag

    +
    +No usage of org.apache.commons.collections.bag.TransformedSortedBag +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TreeBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TreeBag.html index 196be33..8314699 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TreeBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TreeBag.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bag.TreeBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bag.TreeBag

    -
    -No usage of org.apache.commons.collections.bag.TreeBag -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bag.TreeBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bag.TreeBag

    +
    +No usage of org.apache.commons.collections.bag.TreeBag +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TypedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TypedBag.html index 7a4be8f..34e8c86 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TypedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TypedBag.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bag.TypedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bag.TypedBag

    -
    -No usage of org.apache.commons.collections.bag.TypedBag -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bag.TypedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bag.TypedBag

    +
    +No usage of org.apache.commons.collections.bag.TypedBag +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TypedSortedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TypedSortedBag.html index ee98b5c..1985569 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TypedSortedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/TypedSortedBag.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bag.TypedSortedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bag.TypedSortedBag

    -
    -No usage of org.apache.commons.collections.bag.TypedSortedBag -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bag.TypedSortedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bag.TypedSortedBag

    +
    +No usage of org.apache.commons.collections.bag.TypedSortedBag +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/UnmodifiableBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/UnmodifiableBag.html index d93fb77..d6412f3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/UnmodifiableBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/UnmodifiableBag.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bag.UnmodifiableBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bag.UnmodifiableBag

    -
    -No usage of org.apache.commons.collections.bag.UnmodifiableBag -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bag.UnmodifiableBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bag.UnmodifiableBag

    +
    +No usage of org.apache.commons.collections.bag.UnmodifiableBag +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/UnmodifiableSortedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/UnmodifiableSortedBag.html index f7847cb..46d483d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/UnmodifiableSortedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/class-use/UnmodifiableSortedBag.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bag.UnmodifiableSortedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bag.UnmodifiableSortedBag

    -
    -No usage of org.apache.commons.collections.bag.UnmodifiableSortedBag -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bag.UnmodifiableSortedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bag.UnmodifiableSortedBag

    +
    +No usage of org.apache.commons.collections.bag.UnmodifiableSortedBag +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/package-frame.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/package-frame.html index d8dbacd..062afbf 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/package-frame.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/package-frame.html @@ -1,63 +1,63 @@ - - - - - - - -org.apache.commons.collections.bag (Commons Collections 3.2.1 API) - - - - - - - - - - - -org.apache.commons.collections.bag - - - - -
    -Classes  - -
    -AbstractBagDecorator -
    -AbstractMapBag -
    -AbstractMapBag.MutableInteger -
    -AbstractSortedBagDecorator -
    -HashBag -
    -PredicatedBag -
    -PredicatedSortedBag -
    -SynchronizedBag -
    -SynchronizedSortedBag -
    -TransformedBag -
    -TransformedSortedBag -
    -TreeBag -
    -TypedBag -
    -TypedSortedBag -
    -UnmodifiableBag -
    -UnmodifiableSortedBag
    - - - - + + + + + + + +org.apache.commons.collections.bag (Commons Collections 3.2.1 API) + + + + + + + + + + + +org.apache.commons.collections.bag + + + + +
    +Classes  + +
    +AbstractBagDecorator +
    +AbstractMapBag +
    +AbstractMapBag.MutableInteger +
    +AbstractSortedBagDecorator +
    +HashBag +
    +PredicatedBag +
    +PredicatedSortedBag +
    +SynchronizedBag +
    +SynchronizedSortedBag +
    +TransformedBag +
    +TransformedSortedBag +
    +TreeBag +
    +TypedBag +
    +TypedSortedBag +
    +UnmodifiableBag +
    +UnmodifiableSortedBag
    + + + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/package-summary.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/package-summary.html index f7480f6..1ca1eed 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/package-summary.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/package-summary.html @@ -1,262 +1,262 @@ - - - - - - - -org.apache.commons.collections.bag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package org.apache.commons.collections.bag -

    - -This package contains implementations of the -Bag and -SortedBag interfaces. -

    -See: -
    -          Description -

    - - - - - - - - - - - + + + + + + + +org.apache.commons.collections.bag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + +
    -Class Summary
    AbstractBagDecoratorDecorates another Bag to provide additional behaviour.
    AbstractMapBag
    + + + + + + + + + +
    + +
    + + + +


    +

    +Package org.apache.commons.collections.bag +

    + +This package contains implementations of the +Bag and +SortedBag interfaces. +

    +See: +
    +          Description +

    + + + + + + + + + + + - - - - - - - - - - - + of subclass implementations. + + + + + + + + + + + - - - + data storage. + + + - - - + match a specified predicate. + + + - - - + match a specified predicate. + + + - - - + for a multi-threaded environment. + + + - - - - - - - - - - - + for a multi-threaded environment. + + + + + + + + + + + - - - + the data storage. + + + - - - + are of a specific type. + + + - - - - - - - - - -
    +Class Summary
    AbstractBagDecoratorDecorates another Bag to provide additional behaviour.
    AbstractMapBag Abstract implementation of the Bag interface to simplify the creation - of subclass implementations.
    AbstractMapBag.MutableIntegerMutable integer class for storing the data.
    AbstractSortedBagDecoratorDecorates another SortedBag to provide additional behaviour.
    HashBag
    AbstractMapBag.MutableIntegerMutable integer class for storing the data.
    AbstractSortedBagDecoratorDecorates another SortedBag to provide additional behaviour.
    HashBag Implements Bag, using a HashMap to provide the - data storage.
    PredicatedBag
    PredicatedBag Decorates another Bag to validate that additions - match a specified predicate.
    PredicatedSortedBag
    PredicatedSortedBag Decorates another SortedBag to validate that additions - match a specified predicate.
    SynchronizedBag
    SynchronizedBag Decorates another Bag to synchronize its behaviour - for a multi-threaded environment.
    SynchronizedSortedBag
    SynchronizedSortedBag Decorates another SortedBag to synchronize its behaviour - for a multi-threaded environment.
    TransformedBagDecorates another Bag to transform objects that are added.
    TransformedSortedBagDecorates another SortedBag to transform objects that are added.
    TreeBag
    TransformedBagDecorates another Bag to transform objects that are added.
    TransformedSortedBagDecorates another SortedBag to transform objects that are added.
    TreeBag Implements SortedBag, using a TreeMap to provide - the data storage.
    TypedBag
    TypedBag Decorates another Bag to validate that elements added - are of a specific type.
    TypedSortedBag
    TypedSortedBag Decorates another SortedBag to validate that elements added - are of a specific type.
    UnmodifiableBagDecorates another Bag to ensure it can't be altered.
    UnmodifiableSortedBagDecorates another SortedBag to ensure it can't be altered.
    -  - -

    -

    -Package org.apache.commons.collections.bag Description -

    - -

    -

    -This package contains implementations of the -Bag and -SortedBag interfaces. -A bag stores an object and a count of the number of occurences of the object. -

    -The following implementations are provided in the package: -

      -
    • HashBag - implementation that uses a HashMap to store the data -
    • TreeBag - implementation that uses a TreeMap to store the data -
    -

    -The following decorators are provided in the package: -

      -
    • Synchronized - synchronizes method access for multi-threaded environments -
    • Unmodifiable - ensures the bag cannot be altered -
    • Predicated - ensures that only elements that are valid according to a predicate can be added -
    • Typed - ensures that only elements that are of a specific type can be added -
    • Transformed - transforms each element added to the bag -
    - -

    - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are of a specific type. + + +UnmodifiableBag +Decorates another Bag to ensure it can't be altered. + + +UnmodifiableSortedBag +Decorates another SortedBag to ensure it can't be altered. + + +  + +

    +

    +Package org.apache.commons.collections.bag Description +

    + +

    +

    +This package contains implementations of the +Bag and +SortedBag interfaces. +A bag stores an object and a count of the number of occurences of the object. +

    +The following implementations are provided in the package: +

      +
    • HashBag - implementation that uses a HashMap to store the data +
    • TreeBag - implementation that uses a TreeMap to store the data +
    +

    +The following decorators are provided in the package: +

      +
    • Synchronized - synchronizes method access for multi-threaded environments +
    • Unmodifiable - ensures the bag cannot be altered +
    • Predicated - ensures that only elements that are valid according to a predicate can be added +
    • Typed - ensures that only elements that are of a specific type can be added +
    • Transformed - transforms each element added to the bag +
    + +

    + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/package-tree.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/package-tree.html index cbc77db..a81f570 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/package-tree.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/package-tree.html @@ -1,188 +1,188 @@ - - - - - - - -org.apache.commons.collections.bag Class Hierarchy (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package org.apache.commons.collections.bag -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +org.apache.commons.collections.bag Class Hierarchy (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.collections.bag +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/package-use.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/package-use.html index c9199e7..df210cb 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/package-use.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bag/package-use.html @@ -1,203 +1,203 @@ - - - - - - - -Uses of Package org.apache.commons.collections.bag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    org.apache.commons.collections.bag

    -
    - - - - - - - - - -
    -Packages that use org.apache.commons.collections.bag
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    -  -

    - - - - - - - - - - + + + + +
    -Classes in org.apache.commons.collections.bag used by org.apache.commons.collections.bag
    AbstractBagDecorator - -
    -          Decorates another Bag to provide additional behaviour.
    AbstractMapBag - -
    + + + + + + + +Uses of Package org.apache.commons.collections.bag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.collections.bag

    +
    + + + + + + + + + +
    +Packages that use org.apache.commons.collections.bag
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    +  +

    + + + + + + + + + + - - - - - - + + + + + + - - - + + + - - - - -
    +Classes in org.apache.commons.collections.bag used by org.apache.commons.collections.bag
    AbstractBagDecorator + +
    +          Decorates another Bag to provide additional behaviour.
    AbstractMapBag + +
              Abstract implementation of the Bag interface to simplify the creation - of subclass implementations.
    AbstractSortedBagDecorator - -
    -          Decorates another SortedBag to provide additional behaviour.
    PredicatedBag - -
    + of subclass implementations.
    AbstractSortedBagDecorator + +
    +          Decorates another SortedBag to provide additional behaviour.
    PredicatedBag + +
              Decorates another Bag to validate that additions - match a specified predicate.
    SynchronizedBag - -
    + match a specified predicate.
    SynchronizedBag + +
              Decorates another Bag to synchronize its behaviour - for a multi-threaded environment.
    TransformedBag - -
    -          Decorates another Bag to transform objects that are added.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + for a multi-threaded environment.
    TransformedBag + +
    +          Decorates another Bag to transform objects that are added.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractBidiMapDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractBidiMapDecorator.html index 4e373b1..70c44e9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractBidiMapDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractBidiMapDecorator.html @@ -1,111 +1,111 @@ - - - - - - - -AbstractBidiMapDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class AbstractBidiMapDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map, BidiMap, IterableMap
    -
    -
    -
    Direct Known Subclasses:
    AbstractOrderedBidiMapDecorator, UnmodifiableBidiMap
    -
    -
    -
    -
    public abstract class AbstractBidiMapDecorator
    extends AbstractMapDecorator
    implements BidiMap
    - - -

    + + + + + + + +AbstractBidiMapDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bidimap +
    +Class AbstractBidiMapDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map, BidiMap, IterableMap
    +
    +
    +
    Direct Known Subclasses:
    AbstractOrderedBidiMapDecorator, UnmodifiableBidiMap
    +
    +
    +
    +
    public abstract class AbstractBidiMapDecorator
    extends AbstractMapDecorator
    implements BidiMap
    + + +

    Provides a base decorator that enables additional functionality to be added to a BidiMap via decoration.

    @@ -115,222 +115,222 @@ Provides a base decorator that enables additional functionality to be added Instead it simply returns the set/collection from the wrapped map. This may be undesirable, for example if you are trying to write a validating implementation it would provide a loophole around the validation. - But, you might want that loophole, so this class is kept simple. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractBidiMapDecorator(BidiMap map) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    -protected  BidiMapgetBidiMap() - -
    -          Gets the map being decorated.
    - java.lang.ObjectgetKey(java.lang.Object value) - -
    -          Gets the key that is currently mapped to the specified value.
    - BidiMapinverseBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - MapIteratormapIterator() - -
    -          Obtains a MapIterator over the map.
    - java.lang.ObjectremoveValue(java.lang.Object value) - -
    + But, you might want that loophole, so this class is kept simple. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractBidiMapDecorator(BidiMap map) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + - -
    +Method Summary
    +protected  BidiMapgetBidiMap() + +
    +          Gets the map being decorated.
    + java.lang.ObjectgetKey(java.lang.Object value) + +
    +          Gets the key that is currently mapped to the specified value.
    + BidiMapinverseBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + MapIteratormapIterator() + +
    +          Obtains a MapIterator over the map.
    + java.lang.ObjectremoveValue(java.lang.Object value) + +
              Removes the key-value pair that is currently mapped to the specified - value (optional operation).
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.BidiMap
    put
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractBidiMapDecorator

    -
    -protected AbstractBidiMapDecorator(BidiMap map)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    map - the map to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if the collection is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getBidiMap

    -
    -protected BidiMap getBidiMap()
    -
    -
    Gets the map being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated map
    -
    -
    -
    - -

    -mapIterator

    -
    -public MapIterator mapIterator()
    -
    -
    Description copied from interface: BidiMap
    + value (optional operation).
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.BidiMap
    put
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractBidiMapDecorator

    +
    +protected AbstractBidiMapDecorator(BidiMap map)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    map - the map to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getBidiMap

    +
    +protected BidiMap getBidiMap()
    +
    +
    Gets the map being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated map
    +
    +
    +
    + +

    +mapIterator

    +
    +public MapIterator mapIterator()
    +
    +
    Description copied from interface: BidiMap
    Obtains a MapIterator over the map.

    A map iterator is an efficient way of iterating over maps. @@ -344,71 +344,71 @@ public -

    -

    -
    Specified by:
    mapIterator in interface BidiMap
    Specified by:
    mapIterator in interface IterableMap
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey(java.lang.Object value)
    -
    -
    Description copied from interface: BidiMap
    + +

    +

    +
    Specified by:
    mapIterator in interface BidiMap
    Specified by:
    mapIterator in interface IterableMap
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey(java.lang.Object value)
    +
    +
    Description copied from interface: BidiMap
    Gets the key that is currently mapped to the specified value.

    If the value is not contained in the map, null is returned.

    Implementations should seek to make this method perform equally as well - as get(Object). -

    -

    -
    Specified by:
    getKey in interface BidiMap
    -
    -
    -
    Parameters:
    value - the value to find the key for -
    Returns:
    the mapped key, or null if not found
    -
    -
    -
    - -

    -removeValue

    -
    -public java.lang.Object removeValue(java.lang.Object value)
    -
    -
    Description copied from interface: BidiMap
    + as get(Object). +

    +

    +
    Specified by:
    getKey in interface BidiMap
    +
    +
    +
    Parameters:
    value - the value to find the key for +
    Returns:
    the mapped key, or null if not found
    +
    +
    +
    + +

    +removeValue

    +
    +public java.lang.Object removeValue(java.lang.Object value)
    +
    +
    Description copied from interface: BidiMap
    Removes the key-value pair that is currently mapped to the specified value (optional operation).

    If the value is not contained in the map, null is returned.

    Implementations should seek to make this method perform equally as well - as remove(Object). -

    -

    -
    Specified by:
    removeValue in interface BidiMap
    -
    -
    -
    Parameters:
    value - the value to find the key-value pair for -
    Returns:
    the key that was removed, null if nothing removed
    -
    -
    -
    - -

    -inverseBidiMap

    -
    -public BidiMap inverseBidiMap()
    -
    -
    Description copied from interface: BidiMap
    + as remove(Object). +

    +

    +
    Specified by:
    removeValue in interface BidiMap
    +
    +
    +
    Parameters:
    value - the value to find the key-value pair for +
    Returns:
    the key that was removed, null if nothing removed
    +
    +
    +
    + +

    +inverseBidiMap

    +
    +public BidiMap inverseBidiMap()
    +
    +
    Description copied from interface: BidiMap
    Gets a view of this map where the keys and values are reversed.

    Changes to one map will be visible in the other and vice versa. @@ -416,77 +416,77 @@ public Implementations should seek to avoid creating a new object every time this method is called. See AbstractMap.values() etc. Calling this - method on the inverse map should return the original. -

    -

    -
    Specified by:
    inverseBidiMap in interface BidiMap
    -
    -
    - -
    Returns:
    an inverted bidirectional map
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + method on the inverse map should return the original. +

    +

    +
    Specified by:
    inverseBidiMap in interface BidiMap
    +
    +
    + +
    Returns:
    an inverted bidirectional map
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.BidiMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.BidiMapIterator.html index bebc54b..b58e265 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.BidiMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.BidiMapIterator.html @@ -1,555 +1,555 @@ - - - - - - - -AbstractDualBidiMap.BidiMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class AbstractDualBidiMap.BidiMapIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, ResettableIterator
    -
    -
    -
    Enclosing class:
    AbstractDualBidiMap
    -
    -
    -
    -
    protected static class AbstractDualBidiMap.BidiMapIterator
    extends java.lang.Object
    implements MapIterator, ResettableIterator
    - - -

    -Inner class MapIterator. -

    - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  booleancanRemove - -
    -          Whether remove is allowed at present
    -protected  java.util.Iteratoriterator - -
    -          The iterator being wrapped
    -protected  java.util.Map.Entrylast - -
    -          The last returned entry
    -protected  AbstractDualBidiMapparent - -
    -          The parent map
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractDualBidiMap.BidiMapIterator(AbstractDualBidiMap parent) - -
    -          Constructor.
    -  - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    - java.lang.ObjectgetKey() - -
    + + + + + + + +AbstractDualBidiMap.BidiMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.bidimap +
    +Class AbstractDualBidiMap.BidiMapIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, ResettableIterator
    +
    +
    +
    Enclosing class:
    AbstractDualBidiMap
    +
    +
    +
    +
    protected static class AbstractDualBidiMap.BidiMapIterator
    extends java.lang.Object
    implements MapIterator, ResettableIterator
    + + +

    +Inner class MapIterator. +

    + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  booleancanRemove + +
    +          Whether remove is allowed at present
    +protected  java.util.Iteratoriterator + +
    +          The iterator being wrapped
    +protected  java.util.Map.Entrylast + +
    +          The last returned entry
    +protected  AbstractDualBidiMapparent + +
    +          The parent map
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractDualBidiMap.BidiMapIterator(AbstractDualBidiMap parent) + +
    +          Constructor.
    +  + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - -
    +Method Summary
    + java.lang.ObjectgetKey() + +
              Gets the current key, which is the key returned by the last call - to next().
    - java.lang.ObjectgetValue() - -
    + to next().
    + java.lang.ObjectgetValue() + +
              Gets the current value, which is the value associated with the last key - returned by next().
    - booleanhasNext() - -
    -          Checks to see if there are more entries still to be iterated.
    - java.lang.Objectnext() - -
    -          Gets the next key from the Map.
    - voidremove() - -
    -          Removes the last returned key from the underlying Map (optional operation).
    - voidreset() - -
    + returned by next().
    + booleanhasNext() + +
    +          Checks to see if there are more entries still to be iterated.
    + java.lang.Objectnext() + +
    +          Gets the next key from the Map.
    + voidremove() + +
    +          Removes the last returned key from the underlying Map (optional operation).
    + voidreset() + +
              Resets the iterator back to the position at which the iterator - was created.
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -          Sets the value associated with the current key (optional operation).
    - java.lang.StringtoString() - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -parent

    -
    -protected final AbstractDualBidiMap parent
    -
    -
    The parent map -

    -

    -
    -
    -
    - -

    -iterator

    -
    -protected java.util.Iterator iterator
    -
    -
    The iterator being wrapped -

    -

    -
    -
    -
    - -

    -last

    -
    -protected java.util.Map.Entry last
    -
    -
    The last returned entry -

    -

    -
    -
    -
    - -

    -canRemove

    -
    -protected boolean canRemove
    -
    -
    Whether remove is allowed at present -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractDualBidiMap.BidiMapIterator

    -
    -protected AbstractDualBidiMap.BidiMapIterator(AbstractDualBidiMap parent)
    -
    -
    Constructor. -

    -

    -
    Parameters:
    parent - the parent map
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Description copied from interface: MapIterator
    -
    Checks to see if there are more entries still to be iterated. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface MapIterator
    -
    -
    - -
    Returns:
    true if the iterator has more elements
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Description copied from interface: MapIterator
    -
    Gets the next key from the Map. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    -
    -
    - -
    Returns:
    the next key in the iteration
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    Description copied from interface: MapIterator
    + was created.
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +          Sets the value associated with the current key (optional operation).
    + java.lang.StringtoString() + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +parent

    +
    +protected final AbstractDualBidiMap parent
    +
    +
    The parent map +

    +

    +
    +
    +
    + +

    +iterator

    +
    +protected java.util.Iterator iterator
    +
    +
    The iterator being wrapped +

    +

    +
    +
    +
    + +

    +last

    +
    +protected java.util.Map.Entry last
    +
    +
    The last returned entry +

    +

    +
    +
    +
    + +

    +canRemove

    +
    +protected boolean canRemove
    +
    +
    Whether remove is allowed at present +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractDualBidiMap.BidiMapIterator

    +
    +protected AbstractDualBidiMap.BidiMapIterator(AbstractDualBidiMap parent)
    +
    +
    Constructor. +

    +

    +
    Parameters:
    parent - the parent map
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Description copied from interface: MapIterator
    +
    Checks to see if there are more entries still to be iterated. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface MapIterator
    +
    +
    + +
    Returns:
    true if the iterator has more elements
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Description copied from interface: MapIterator
    +
    Gets the next key from the Map. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    +
    +
    + +
    Returns:
    the next key in the iteration
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    Description copied from interface: MapIterator
    Removes the last returned key from the underlying Map (optional operation).

    - This method can be called once per call to next(). -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface MapIterator
    -
    -
    -
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    Description copied from interface: MapIterator
    + This method can be called once per call to next(). +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface MapIterator
    +
    +
    +
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    Description copied from interface: MapIterator
    Gets the current key, which is the key returned by the last call - to next(). -

    -

    -
    Specified by:
    getKey in interface MapIterator
    -
    -
    - -
    Returns:
    the current key
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    Description copied from interface: MapIterator
    + to next(). +

    +

    +
    Specified by:
    getKey in interface MapIterator
    +
    +
    + +
    Returns:
    the current key
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Description copied from interface: MapIterator
    Gets the current value, which is the value associated with the last key - returned by next(). -

    -

    -
    Specified by:
    getValue in interface MapIterator
    -
    -
    - -
    Returns:
    the current value
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    Description copied from interface: MapIterator
    -
    Sets the value associated with the current key (optional operation). -

    -

    -
    Specified by:
    setValue in interface MapIterator
    -
    -
    -
    Parameters:
    value - the new value -
    Returns:
    the previous value
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    -
    Description copied from interface: ResettableIterator
    + returned by next(). +

    +

    +
    Specified by:
    getValue in interface MapIterator
    +
    +
    + +
    Returns:
    the current value
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    Description copied from interface: MapIterator
    +
    Sets the value associated with the current key (optional operation). +

    +

    +
    Specified by:
    setValue in interface MapIterator
    +
    +
    +
    Parameters:
    value - the new value +
    Returns:
    the previous value
    +
    +
    +
    + +

    +reset

    +
    +public void reset()
    +
    +
    Description copied from interface: ResettableIterator
    Resets the iterator back to the position at which the iterator - was created. -

    -

    -
    Specified by:
    reset in interface ResettableIterator
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + was created. +

    +

    +
    Specified by:
    reset in interface ResettableIterator
    +
    +
    +
    +
    + +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.EntrySet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.EntrySet.html index 89c70ae..d60b9a2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.EntrySet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.EntrySet.html @@ -1,347 +1,347 @@ - - - - - - - -AbstractDualBidiMap.EntrySet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class AbstractDualBidiMap.EntrySet

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    -          extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set
    -
    -
    -
    Enclosing class:
    AbstractDualBidiMap
    -
    -
    -
    -
    protected static class AbstractDualBidiMap.EntrySet
    extends AbstractDualBidiMap.View
    implements java.util.Set
    - - -

    -Inner class EntrySet. -

    - -

    -


    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    parent
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractDualBidiMap.EntrySet(AbstractDualBidiMap parent) - -
    -          Constructs a new view of the BidiMap.
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - java.util.Iteratoriterator() - -
    -           
    - booleanremove(java.lang.Object obj) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    clear, removeAll, retainAll
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractDualBidiMap.EntrySet

    -
    -protected AbstractDualBidiMap.EntrySet(AbstractDualBidiMap parent)
    -
    -
    Constructs a new view of the BidiMap. -

    -

    -
    Parameters:
    parent - the parent BidiMap
    -
    - - - - - - - - -
    -Method Detail
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Overrides:
    iterator in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object obj)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractDualBidiMap.EntrySet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.bidimap +
    +Class AbstractDualBidiMap.EntrySet

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    +          extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set
    +
    +
    +
    Enclosing class:
    AbstractDualBidiMap
    +
    +
    +
    +
    protected static class AbstractDualBidiMap.EntrySet
    extends AbstractDualBidiMap.View
    implements java.util.Set
    + + +

    +Inner class EntrySet. +

    + +

    +


    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    parent
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractDualBidiMap.EntrySet(AbstractDualBidiMap parent) + +
    +          Constructs a new view of the BidiMap.
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + java.util.Iteratoriterator() + +
    +           
    + booleanremove(java.lang.Object obj) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    clear, removeAll, retainAll
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractDualBidiMap.EntrySet

    +
    +protected AbstractDualBidiMap.EntrySet(AbstractDualBidiMap parent)
    +
    +
    Constructs a new view of the BidiMap. +

    +

    +
    Parameters:
    parent - the parent BidiMap
    +
    + + + + + + + + +
    +Method Detail
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Overrides:
    iterator in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object obj)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.EntrySetIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.EntrySetIterator.html index a0cb10e..f0cff44 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.EntrySetIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.EntrySetIterator.html @@ -1,390 +1,390 @@ - - - - - - - -AbstractDualBidiMap.EntrySetIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class AbstractDualBidiMap.EntrySetIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.AbstractIteratorDecorator
    -      extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator
    -
    -
    -
    Enclosing class:
    AbstractDualBidiMap
    -
    -
    -
    -
    protected static class AbstractDualBidiMap.EntrySetIterator
    extends AbstractIteratorDecorator
    - - -

    -Inner class EntrySetIterator. -

    - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  booleancanRemove - -
    -          Whether remove is allowed at present
    -protected  java.util.Map.Entrylast - -
    -          The last returned entry
    -protected  AbstractDualBidiMapparent - -
    -          The parent map
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
    iterator
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractDualBidiMap.EntrySetIterator(java.util.Iterator iterator, - AbstractDualBidiMap parent) - -
    -          Constructor.
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objectnext() - -
    -           
    - voidremove() - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
    getIterator, hasNext
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -parent

    -
    -protected final AbstractDualBidiMap parent
    -
    -
    The parent map -

    -

    -
    -
    -
    - -

    -last

    -
    -protected java.util.Map.Entry last
    -
    -
    The last returned entry -

    -

    -
    -
    -
    - -

    -canRemove

    -
    -protected boolean canRemove
    -
    -
    Whether remove is allowed at present -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractDualBidiMap.EntrySetIterator

    -
    -protected AbstractDualBidiMap.EntrySetIterator(java.util.Iterator iterator,
    -                                               AbstractDualBidiMap parent)
    -
    -
    Constructor. -

    -

    -
    Parameters:
    iterator - the iterator to decorate
    parent - the parent map
    -
    - - - - - - - - -
    -Method Detail
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    Specified by:
    next in interface java.util.Iterator
    Overrides:
    next in class AbstractIteratorDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    Specified by:
    remove in interface java.util.Iterator
    Overrides:
    remove in class AbstractIteratorDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractDualBidiMap.EntrySetIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.bidimap +
    +Class AbstractDualBidiMap.EntrySetIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.AbstractIteratorDecorator
    +      extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator
    +
    +
    +
    Enclosing class:
    AbstractDualBidiMap
    +
    +
    +
    +
    protected static class AbstractDualBidiMap.EntrySetIterator
    extends AbstractIteratorDecorator
    + + +

    +Inner class EntrySetIterator. +

    + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  booleancanRemove + +
    +          Whether remove is allowed at present
    +protected  java.util.Map.Entrylast + +
    +          The last returned entry
    +protected  AbstractDualBidiMapparent + +
    +          The parent map
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
    iterator
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractDualBidiMap.EntrySetIterator(java.util.Iterator iterator, + AbstractDualBidiMap parent) + +
    +          Constructor.
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objectnext() + +
    +           
    + voidremove() + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
    getIterator, hasNext
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +parent

    +
    +protected final AbstractDualBidiMap parent
    +
    +
    The parent map +

    +

    +
    +
    +
    + +

    +last

    +
    +protected java.util.Map.Entry last
    +
    +
    The last returned entry +

    +

    +
    +
    +
    + +

    +canRemove

    +
    +protected boolean canRemove
    +
    +
    Whether remove is allowed at present +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractDualBidiMap.EntrySetIterator

    +
    +protected AbstractDualBidiMap.EntrySetIterator(java.util.Iterator iterator,
    +                                               AbstractDualBidiMap parent)
    +
    +
    Constructor. +

    +

    +
    Parameters:
    iterator - the iterator to decorate
    parent - the parent map
    +
    + + + + + + + + +
    +Method Detail
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    Specified by:
    next in interface java.util.Iterator
    Overrides:
    next in class AbstractIteratorDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    Specified by:
    remove in interface java.util.Iterator
    Overrides:
    remove in class AbstractIteratorDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.KeySet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.KeySet.html index 75df70d..093a6fc 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.KeySet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.KeySet.html @@ -1,369 +1,369 @@ - - - - - - - -AbstractDualBidiMap.KeySet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class AbstractDualBidiMap.KeySet

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    -          extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set
    -
    -
    -
    Enclosing class:
    AbstractDualBidiMap
    -
    -
    -
    -
    protected static class AbstractDualBidiMap.KeySet
    extends AbstractDualBidiMap.View
    implements java.util.Set
    - - -

    -Inner class KeySet. -

    - -

    -


    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    parent
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractDualBidiMap.KeySet(AbstractDualBidiMap parent) - -
    -          Constructs a new view of the BidiMap.
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleancontains(java.lang.Object key) - -
    -           
    - java.util.Iteratoriterator() - -
    -           
    - booleanremove(java.lang.Object key) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    clear, removeAll, retainAll
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    add, addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractDualBidiMap.KeySet

    -
    -protected AbstractDualBidiMap.KeySet(AbstractDualBidiMap parent)
    -
    -
    Constructs a new view of the BidiMap. -

    -

    -
    Parameters:
    parent - the parent BidiMap
    -
    - - - - - - - - -
    -Method Detail
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Overrides:
    iterator in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -contains

    -
    -public boolean contains(java.lang.Object key)
    -
    -
    -
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.Set
    Overrides:
    contains in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object key)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractDualBidiMap.KeySet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.bidimap +
    +Class AbstractDualBidiMap.KeySet

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    +          extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set
    +
    +
    +
    Enclosing class:
    AbstractDualBidiMap
    +
    +
    +
    +
    protected static class AbstractDualBidiMap.KeySet
    extends AbstractDualBidiMap.View
    implements java.util.Set
    + + +

    +Inner class KeySet. +

    + +

    +


    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    parent
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractDualBidiMap.KeySet(AbstractDualBidiMap parent) + +
    +          Constructs a new view of the BidiMap.
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleancontains(java.lang.Object key) + +
    +           
    + java.util.Iteratoriterator() + +
    +           
    + booleanremove(java.lang.Object key) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    clear, removeAll, retainAll
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    add, addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractDualBidiMap.KeySet

    +
    +protected AbstractDualBidiMap.KeySet(AbstractDualBidiMap parent)
    +
    +
    Constructs a new view of the BidiMap. +

    +

    +
    Parameters:
    parent - the parent BidiMap
    +
    + + + + + + + + +
    +Method Detail
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Overrides:
    iterator in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(java.lang.Object key)
    +
    +
    +
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.Set
    Overrides:
    contains in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object key)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.KeySetIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.KeySetIterator.html index e20fb70..f6f2e25 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.KeySetIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.KeySetIterator.html @@ -1,390 +1,390 @@ - - - - - - - -AbstractDualBidiMap.KeySetIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class AbstractDualBidiMap.KeySetIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.AbstractIteratorDecorator
    -      extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator
    -
    -
    -
    Enclosing class:
    AbstractDualBidiMap
    -
    -
    -
    -
    protected static class AbstractDualBidiMap.KeySetIterator
    extends AbstractIteratorDecorator
    - - -

    -Inner class KeySetIterator. -

    - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  booleancanRemove - -
    -          Whether remove is allowed at present
    -protected  java.lang.ObjectlastKey - -
    -          The last returned key
    -protected  AbstractDualBidiMapparent - -
    -          The parent map
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
    iterator
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractDualBidiMap.KeySetIterator(java.util.Iterator iterator, - AbstractDualBidiMap parent) - -
    -          Constructor.
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objectnext() - -
    -           
    - voidremove() - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
    getIterator, hasNext
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -parent

    -
    -protected final AbstractDualBidiMap parent
    -
    -
    The parent map -

    -

    -
    -
    -
    - -

    -lastKey

    -
    -protected java.lang.Object lastKey
    -
    -
    The last returned key -

    -

    -
    -
    -
    - -

    -canRemove

    -
    -protected boolean canRemove
    -
    -
    Whether remove is allowed at present -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractDualBidiMap.KeySetIterator

    -
    -protected AbstractDualBidiMap.KeySetIterator(java.util.Iterator iterator,
    -                                             AbstractDualBidiMap parent)
    -
    -
    Constructor. -

    -

    -
    Parameters:
    iterator - the iterator to decorate
    parent - the parent map
    -
    - - - - - - - - -
    -Method Detail
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    Specified by:
    next in interface java.util.Iterator
    Overrides:
    next in class AbstractIteratorDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    Specified by:
    remove in interface java.util.Iterator
    Overrides:
    remove in class AbstractIteratorDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractDualBidiMap.KeySetIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.bidimap +
    +Class AbstractDualBidiMap.KeySetIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.AbstractIteratorDecorator
    +      extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator
    +
    +
    +
    Enclosing class:
    AbstractDualBidiMap
    +
    +
    +
    +
    protected static class AbstractDualBidiMap.KeySetIterator
    extends AbstractIteratorDecorator
    + + +

    +Inner class KeySetIterator. +

    + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  booleancanRemove + +
    +          Whether remove is allowed at present
    +protected  java.lang.ObjectlastKey + +
    +          The last returned key
    +protected  AbstractDualBidiMapparent + +
    +          The parent map
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
    iterator
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractDualBidiMap.KeySetIterator(java.util.Iterator iterator, + AbstractDualBidiMap parent) + +
    +          Constructor.
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objectnext() + +
    +           
    + voidremove() + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
    getIterator, hasNext
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +parent

    +
    +protected final AbstractDualBidiMap parent
    +
    +
    The parent map +

    +

    +
    +
    +
    + +

    +lastKey

    +
    +protected java.lang.Object lastKey
    +
    +
    The last returned key +

    +

    +
    +
    +
    + +

    +canRemove

    +
    +protected boolean canRemove
    +
    +
    Whether remove is allowed at present +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractDualBidiMap.KeySetIterator

    +
    +protected AbstractDualBidiMap.KeySetIterator(java.util.Iterator iterator,
    +                                             AbstractDualBidiMap parent)
    +
    +
    Constructor. +

    +

    +
    Parameters:
    iterator - the iterator to decorate
    parent - the parent map
    +
    + + + + + + + + +
    +Method Detail
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    Specified by:
    next in interface java.util.Iterator
    Overrides:
    next in class AbstractIteratorDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    Specified by:
    remove in interface java.util.Iterator
    Overrides:
    remove in class AbstractIteratorDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.MapEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.MapEntry.html index ae4c0df..12f970f 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.MapEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.MapEntry.html @@ -1,328 +1,328 @@ - - - - - - - -AbstractDualBidiMap.MapEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class AbstractDualBidiMap.MapEntry

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
    -      extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    -
    -
    -
    Enclosing class:
    AbstractDualBidiMap
    -
    -
    -
    -
    protected static class AbstractDualBidiMap.MapEntry
    extends AbstractMapEntryDecorator
    - - -

    -Inner class MapEntry. -

    - -

    -


    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  AbstractDualBidiMapparent - -
    -          The parent map
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
    entry
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractDualBidiMap.MapEntry(java.util.Map.Entry entry, - AbstractDualBidiMap parent) - -
    -          Constructor.
    -  - - - - - - - - - - - -
    -Method Summary
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
    equals, getKey, getMapEntry, getValue, hashCode, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -parent

    -
    -protected final AbstractDualBidiMap parent
    -
    -
    The parent map -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractDualBidiMap.MapEntry

    -
    -protected AbstractDualBidiMap.MapEntry(java.util.Map.Entry entry,
    -                                       AbstractDualBidiMap parent)
    -
    -
    Constructor. -

    -

    -
    Parameters:
    entry - the entry to decorate
    parent - the parent map
    -
    - - - - - - - - -
    -Method Detail
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    -
    Specified by:
    setValue in interface java.util.Map.Entry
    Overrides:
    setValue in class AbstractMapEntryDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractDualBidiMap.MapEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.bidimap +
    +Class AbstractDualBidiMap.MapEntry

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
    +      extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    +
    +
    +
    Enclosing class:
    AbstractDualBidiMap
    +
    +
    +
    +
    protected static class AbstractDualBidiMap.MapEntry
    extends AbstractMapEntryDecorator
    + + +

    +Inner class MapEntry. +

    + +

    +


    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  AbstractDualBidiMapparent + +
    +          The parent map
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
    entry
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractDualBidiMap.MapEntry(java.util.Map.Entry entry, + AbstractDualBidiMap parent) + +
    +          Constructor.
    +  + + + + + + + + + + + +
    +Method Summary
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
    equals, getKey, getMapEntry, getValue, hashCode, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +parent

    +
    +protected final AbstractDualBidiMap parent
    +
    +
    The parent map +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractDualBidiMap.MapEntry

    +
    +protected AbstractDualBidiMap.MapEntry(java.util.Map.Entry entry,
    +                                       AbstractDualBidiMap parent)
    +
    +
    Constructor. +

    +

    +
    Parameters:
    entry - the entry to decorate
    parent - the parent map
    +
    + + + + + + + + +
    +Method Detail
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    +
    Specified by:
    setValue in interface java.util.Map.Entry
    Overrides:
    setValue in class AbstractMapEntryDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.Values.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.Values.html index e845e07..c1ff7eb 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.Values.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.Values.html @@ -1,369 +1,369 @@ - - - - - - - -AbstractDualBidiMap.Values (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class AbstractDualBidiMap.Values

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    -          extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set
    -
    -
    -
    Enclosing class:
    AbstractDualBidiMap
    -
    -
    -
    -
    protected static class AbstractDualBidiMap.Values
    extends AbstractDualBidiMap.View
    implements java.util.Set
    - - -

    -Inner class Values. -

    - -

    -


    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    parent
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractDualBidiMap.Values(AbstractDualBidiMap parent) - -
    -          Constructs a new view of the BidiMap.
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleancontains(java.lang.Object value) - -
    -           
    - java.util.Iteratoriterator() - -
    -           
    - booleanremove(java.lang.Object value) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    clear, removeAll, retainAll
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    add, addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractDualBidiMap.Values

    -
    -protected AbstractDualBidiMap.Values(AbstractDualBidiMap parent)
    -
    -
    Constructs a new view of the BidiMap. -

    -

    -
    Parameters:
    parent - the parent BidiMap
    -
    - - - - - - - - -
    -Method Detail
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Overrides:
    iterator in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -contains

    -
    -public boolean contains(java.lang.Object value)
    -
    -
    -
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.Set
    Overrides:
    contains in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object value)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractDualBidiMap.Values (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.bidimap +
    +Class AbstractDualBidiMap.Values

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    +          extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set
    +
    +
    +
    Enclosing class:
    AbstractDualBidiMap
    +
    +
    +
    +
    protected static class AbstractDualBidiMap.Values
    extends AbstractDualBidiMap.View
    implements java.util.Set
    + + +

    +Inner class Values. +

    + +

    +


    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    parent
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractDualBidiMap.Values(AbstractDualBidiMap parent) + +
    +          Constructs a new view of the BidiMap.
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleancontains(java.lang.Object value) + +
    +           
    + java.util.Iteratoriterator() + +
    +           
    + booleanremove(java.lang.Object value) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    clear, removeAll, retainAll
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    add, addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractDualBidiMap.Values

    +
    +protected AbstractDualBidiMap.Values(AbstractDualBidiMap parent)
    +
    +
    Constructs a new view of the BidiMap. +

    +

    +
    Parameters:
    parent - the parent BidiMap
    +
    + + + + + + + + +
    +Method Detail
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Overrides:
    iterator in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(java.lang.Object value)
    +
    +
    +
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.Set
    Overrides:
    contains in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object value)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.ValuesIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.ValuesIterator.html index 03b6bdd..ff69757 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.ValuesIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.ValuesIterator.html @@ -1,390 +1,390 @@ - - - - - - - -AbstractDualBidiMap.ValuesIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class AbstractDualBidiMap.ValuesIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.AbstractIteratorDecorator
    -      extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator
    -
    -
    -
    Enclosing class:
    AbstractDualBidiMap
    -
    -
    -
    -
    protected static class AbstractDualBidiMap.ValuesIterator
    extends AbstractIteratorDecorator
    - - -

    -Inner class ValuesIterator. -

    - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  booleancanRemove - -
    -          Whether remove is allowed at present
    -protected  java.lang.ObjectlastValue - -
    -          The last returned value
    -protected  AbstractDualBidiMapparent - -
    -          The parent map
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
    iterator
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractDualBidiMap.ValuesIterator(java.util.Iterator iterator, - AbstractDualBidiMap parent) - -
    -          Constructor.
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objectnext() - -
    -           
    - voidremove() - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
    getIterator, hasNext
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -parent

    -
    -protected final AbstractDualBidiMap parent
    -
    -
    The parent map -

    -

    -
    -
    -
    - -

    -lastValue

    -
    -protected java.lang.Object lastValue
    -
    -
    The last returned value -

    -

    -
    -
    -
    - -

    -canRemove

    -
    -protected boolean canRemove
    -
    -
    Whether remove is allowed at present -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractDualBidiMap.ValuesIterator

    -
    -protected AbstractDualBidiMap.ValuesIterator(java.util.Iterator iterator,
    -                                             AbstractDualBidiMap parent)
    -
    -
    Constructor. -

    -

    -
    Parameters:
    iterator - the iterator to decorate
    parent - the parent map
    -
    - - - - - - - - -
    -Method Detail
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    Specified by:
    next in interface java.util.Iterator
    Overrides:
    next in class AbstractIteratorDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    Specified by:
    remove in interface java.util.Iterator
    Overrides:
    remove in class AbstractIteratorDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractDualBidiMap.ValuesIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.bidimap +
    +Class AbstractDualBidiMap.ValuesIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.AbstractIteratorDecorator
    +      extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator
    +
    +
    +
    Enclosing class:
    AbstractDualBidiMap
    +
    +
    +
    +
    protected static class AbstractDualBidiMap.ValuesIterator
    extends AbstractIteratorDecorator
    + + +

    +Inner class ValuesIterator. +

    + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  booleancanRemove + +
    +          Whether remove is allowed at present
    +protected  java.lang.ObjectlastValue + +
    +          The last returned value
    +protected  AbstractDualBidiMapparent + +
    +          The parent map
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
    iterator
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractDualBidiMap.ValuesIterator(java.util.Iterator iterator, + AbstractDualBidiMap parent) + +
    +          Constructor.
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objectnext() + +
    +           
    + voidremove() + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
    getIterator, hasNext
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +parent

    +
    +protected final AbstractDualBidiMap parent
    +
    +
    The parent map +

    +

    +
    +
    +
    + +

    +lastValue

    +
    +protected java.lang.Object lastValue
    +
    +
    The last returned value +

    +

    +
    +
    +
    + +

    +canRemove

    +
    +protected boolean canRemove
    +
    +
    Whether remove is allowed at present +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractDualBidiMap.ValuesIterator

    +
    +protected AbstractDualBidiMap.ValuesIterator(java.util.Iterator iterator,
    +                                             AbstractDualBidiMap parent)
    +
    +
    Constructor. +

    +

    +
    Parameters:
    iterator - the iterator to decorate
    parent - the parent map
    +
    + + + + + + + + +
    +Method Detail
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    Specified by:
    next in interface java.util.Iterator
    Overrides:
    next in class AbstractIteratorDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    Specified by:
    remove in interface java.util.Iterator
    Overrides:
    remove in class AbstractIteratorDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.View.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.View.html index 915e57d..e8750a9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.View.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.View.html @@ -1,375 +1,375 @@ - - - - - - - -AbstractDualBidiMap.View (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class AbstractDualBidiMap.View

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection
    -
    -
    -
    Direct Known Subclasses:
    AbstractDualBidiMap.EntrySet, AbstractDualBidiMap.KeySet, AbstractDualBidiMap.Values
    -
    -
    -
    Enclosing class:
    AbstractDualBidiMap
    -
    -
    -
    -
    protected abstract static class AbstractDualBidiMap.View
    extends AbstractCollectionDecorator
    - - -

    -Inner class View. -

    - -

    -


    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  AbstractDualBidiMapparent - -
    -          The parent map
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractDualBidiMap.View(java.util.Collection coll, - AbstractDualBidiMap parent) - -
    -          Constructs a new view of the BidiMap.
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -           
    - booleanremoveAll(java.util.Collection coll) - -
    -           
    - booleanretainAll(java.util.Collection coll) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -parent

    -
    -protected final AbstractDualBidiMap parent
    -
    -
    The parent map -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractDualBidiMap.View

    -
    -protected AbstractDualBidiMap.View(java.util.Collection coll,
    -                                   AbstractDualBidiMap parent)
    -
    -
    Constructs a new view of the BidiMap. -

    -

    -
    Parameters:
    coll - the collection view being decorated
    parent - the parent BidiMap
    -
    - - - - - - - - -
    -Method Detail
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    removeAll in interface java.util.Collection
    Overrides:
    removeAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    retainAll in interface java.util.Collection
    Overrides:
    retainAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractDualBidiMap.View (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.bidimap +
    +Class AbstractDualBidiMap.View

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection
    +
    +
    +
    Direct Known Subclasses:
    AbstractDualBidiMap.EntrySet, AbstractDualBidiMap.KeySet, AbstractDualBidiMap.Values
    +
    +
    +
    Enclosing class:
    AbstractDualBidiMap
    +
    +
    +
    +
    protected abstract static class AbstractDualBidiMap.View
    extends AbstractCollectionDecorator
    + + +

    +Inner class View. +

    + +

    +


    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  AbstractDualBidiMapparent + +
    +          The parent map
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractDualBidiMap.View(java.util.Collection coll, + AbstractDualBidiMap parent) + +
    +          Constructs a new view of the BidiMap.
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +           
    + booleanremoveAll(java.util.Collection coll) + +
    +           
    + booleanretainAll(java.util.Collection coll) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +parent

    +
    +protected final AbstractDualBidiMap parent
    +
    +
    The parent map +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractDualBidiMap.View

    +
    +protected AbstractDualBidiMap.View(java.util.Collection coll,
    +                                   AbstractDualBidiMap parent)
    +
    +
    Constructs a new view of the BidiMap. +

    +

    +
    Parameters:
    coll - the collection view being decorated
    parent - the parent BidiMap
    +
    + + + + + + + + +
    +Method Detail
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    removeAll in interface java.util.Collection
    Overrides:
    removeAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    retainAll in interface java.util.Collection
    Overrides:
    retainAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.html index 64a67ac..379f22c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractDualBidiMap.html @@ -1,626 +1,626 @@ - - - - - - - -AbstractDualBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class AbstractDualBidiMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map, BidiMap, IterableMap
    -
    -
    -
    Direct Known Subclasses:
    DualHashBidiMap, DualTreeBidiMap
    -
    -
    -
    -
    public abstract class AbstractDualBidiMap
    extends java.lang.Object
    implements BidiMap
    - - -

    + + + + + + + +AbstractDualBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bidimap +
    +Class AbstractDualBidiMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map, BidiMap, IterableMap
    +
    +
    +
    Direct Known Subclasses:
    DualHashBidiMap, DualTreeBidiMap
    +
    +
    +
    +
    public abstract class AbstractDualBidiMap
    extends java.lang.Object
    implements BidiMap
    + + +

    Abstract BidiMap implemented using two maps.

    An implementation can be written simply by implementing the - createMap method. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Id: AbstractDualBidiMap.java 646777 2008-04-10 12:33:15Z niallp $
    -
    Author:
    -
    Matthew Hawthorne, Stephen Colebourne
    -
    See Also:
    DualHashBidiMap, -DualTreeBidiMap
    -
    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Nested Class Summary
    -protected static classAbstractDualBidiMap.BidiMapIterator - -
    -          Inner class MapIterator.
    -protected static classAbstractDualBidiMap.EntrySet - -
    -          Inner class EntrySet.
    -protected static classAbstractDualBidiMap.EntrySetIterator - -
    -          Inner class EntrySetIterator.
    -protected static classAbstractDualBidiMap.KeySet - -
    -          Inner class KeySet.
    -protected static classAbstractDualBidiMap.KeySetIterator - -
    -          Inner class KeySetIterator.
    -protected static classAbstractDualBidiMap.MapEntry - -
    -          Inner class MapEntry.
    -protected static classAbstractDualBidiMap.Values - -
    -          Inner class Values.
    -protected static classAbstractDualBidiMap.ValuesIterator - -
    -          Inner class ValuesIterator.
    -protected static classAbstractDualBidiMap.View - -
    -          Inner class View.
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.SetentrySet - -
    -          View of the entries.
    -protected  BidiMapinverseBidiMap - -
    -          Inverse view of this map.
    -protected  java.util.SetkeySet - -
    -          View of the keys.
    -protected  java.util.Map[]maps - -
    -          Delegate map array.
    -protected  java.util.Collectionvalues - -
    -          View of the values.
    -  - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + +
    -Constructor Summary
    -protected AbstractDualBidiMap() - -
    -          Creates an empty map, initialised by createMap.
    -protected AbstractDualBidiMap(java.util.Map normalMap, - java.util.Map reverseMap) - -
    -          Creates an empty map using the two maps specified as storage.
    -protected AbstractDualBidiMap(java.util.Map normalMap, - java.util.Map reverseMap, - BidiMap inverseBidiMap) - -
    + createMap method. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Id: AbstractDualBidiMap.java 646777 2008-04-10 12:33:15Z niallp $
    +
    Author:
    +
    Matthew Hawthorne, Stephen Colebourne
    +
    See Also:
    DualHashBidiMap, +DualTreeBidiMap
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Nested Class Summary
    +protected static classAbstractDualBidiMap.BidiMapIterator + +
    +          Inner class MapIterator.
    +protected static classAbstractDualBidiMap.EntrySet + +
    +          Inner class EntrySet.
    +protected static classAbstractDualBidiMap.EntrySetIterator + +
    +          Inner class EntrySetIterator.
    +protected static classAbstractDualBidiMap.KeySet + +
    +          Inner class KeySet.
    +protected static classAbstractDualBidiMap.KeySetIterator + +
    +          Inner class KeySetIterator.
    +protected static classAbstractDualBidiMap.MapEntry + +
    +          Inner class MapEntry.
    +protected static classAbstractDualBidiMap.Values + +
    +          Inner class Values.
    +protected static classAbstractDualBidiMap.ValuesIterator + +
    +          Inner class ValuesIterator.
    +protected static classAbstractDualBidiMap.View + +
    +          Inner class View.
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.SetentrySet + +
    +          View of the entries.
    +protected  BidiMapinverseBidiMap + +
    +          Inverse view of this map.
    +protected  java.util.SetkeySet + +
    +          View of the keys.
    +protected  java.util.Map[]maps + +
    +          Delegate map array.
    +protected  java.util.Collectionvalues + +
    +          View of the values.
    +  + + + + + + + + + + + + + + + + + + - -
    +Constructor Summary
    +protected AbstractDualBidiMap() + +
    +          Creates an empty map, initialised by createMap.
    +protected AbstractDualBidiMap(java.util.Map normalMap, + java.util.Map reverseMap) + +
    +          Creates an empty map using the two maps specified as storage.
    +protected AbstractDualBidiMap(java.util.Map normalMap, + java.util.Map reverseMap, + BidiMap inverseBidiMap) + +
              Constructs a map that decorates the specified maps, - used by the subclass createBidiMap implementation.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - voidclear() - -
    -           
    - booleancontainsKey(java.lang.Object key) - -
    -           
    - booleancontainsValue(java.lang.Object value) - -
    -           
    -protected abstract  BidiMapcreateBidiMap(java.util.Map normalMap, - java.util.Map reverseMap, - BidiMap inverseMap) - -
    -          Creates a new instance of the subclass.
    -protected  java.util.IteratorcreateEntrySetIterator(java.util.Iterator iterator) - -
    -          Creates an entry set iterator.
    -protected  java.util.IteratorcreateKeySetIterator(java.util.Iterator iterator) - -
    -          Creates a key set iterator.
    -protected  java.util.MapcreateMap() - -
    + used by the subclass createBidiMap implementation.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - -
    +Method Summary
    + voidclear() + +
    +           
    + booleancontainsKey(java.lang.Object key) + +
    +           
    + booleancontainsValue(java.lang.Object value) + +
    +           
    +protected abstract  BidiMapcreateBidiMap(java.util.Map normalMap, + java.util.Map reverseMap, + BidiMap inverseMap) + +
    +          Creates a new instance of the subclass.
    +protected  java.util.IteratorcreateEntrySetIterator(java.util.Iterator iterator) + +
    +          Creates an entry set iterator.
    +protected  java.util.IteratorcreateKeySetIterator(java.util.Iterator iterator) + +
    +          Creates a key set iterator.
    +protected  java.util.MapcreateMap() + +
              Deprecated. For constructors, use the new two map constructor. - For deserialization, populate the maps array directly in readObject.
    -protected  java.util.IteratorcreateValuesIterator(java.util.Iterator iterator) - -
    -          Creates a values iterator.
    - java.util.SetentrySet() - -
    -          Gets an entrySet view of the map.
    - booleanequals(java.lang.Object obj) - -
    -           
    - java.lang.Objectget(java.lang.Object key) - -
    -           
    - java.lang.ObjectgetKey(java.lang.Object value) - -
    -          Gets the key that is currently mapped to the specified value.
    - inthashCode() - -
    -           
    - BidiMapinverseBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - booleanisEmpty() - -
    -           
    - java.util.SetkeySet() - -
    -          Gets a keySet view of the map.
    - MapIteratormapIterator() - -
    -          Obtains a MapIterator over the map.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Puts the key-value pair into the map, replacing any previous pair.
    - voidputAll(java.util.Map map) - -
    -           
    - java.lang.Objectremove(java.lang.Object key) - -
    -           
    - java.lang.ObjectremoveValue(java.lang.Object value) - -
    + For deserialization, populate the maps array directly in readObject.
    +protected  java.util.IteratorcreateValuesIterator(java.util.Iterator iterator) + +
    +          Creates a values iterator.
    + java.util.SetentrySet() + +
    +          Gets an entrySet view of the map.
    + booleanequals(java.lang.Object obj) + +
    +           
    + java.lang.Objectget(java.lang.Object key) + +
    +           
    + java.lang.ObjectgetKey(java.lang.Object value) + +
    +          Gets the key that is currently mapped to the specified value.
    + inthashCode() + +
    +           
    + BidiMapinverseBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + booleanisEmpty() + +
    +           
    + java.util.SetkeySet() + +
    +          Gets a keySet view of the map.
    + MapIteratormapIterator() + +
    +          Obtains a MapIterator over the map.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Puts the key-value pair into the map, replacing any previous pair.
    + voidputAll(java.util.Map map) + +
    +           
    + java.lang.Objectremove(java.lang.Object key) + +
    +           
    + java.lang.ObjectremoveValue(java.lang.Object value) + +
              Removes the key-value pair that is currently mapped to the specified - value (optional operation).
    - intsize() - -
    -           
    - java.lang.StringtoString() - -
    -           
    - java.util.Collectionvalues() - -
    -          Gets a values view of the map.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -maps

    -
    -protected final transient java.util.Map[] maps
    -
    -
    Delegate map array. The first map contains standard entries, and the - second contains inverses. -

    -

    -
    -
    -
    - -

    -inverseBidiMap

    -
    -protected transient BidiMap inverseBidiMap
    -
    -
    Inverse view of this map. -

    -

    -
    -
    -
    - -

    -keySet

    -
    -protected transient java.util.Set keySet
    -
    -
    View of the keys. -

    -

    -
    -
    -
    - -

    -values

    -
    -protected transient java.util.Collection values
    -
    -
    View of the values. -

    -

    -
    -
    -
    - -

    -entrySet

    -
    -protected transient java.util.Set entrySet
    -
    -
    View of the entries. -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractDualBidiMap

    -
    -protected AbstractDualBidiMap()
    -
    + value (optional operation).
    + intsize() + +
    +           
    + java.lang.StringtoString() + +
    +           
    + java.util.Collectionvalues() + +
    +          Gets a values view of the map.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +maps

    +
    +protected final transient java.util.Map[] maps
    +
    +
    Delegate map array. The first map contains standard entries, and the + second contains inverses. +

    +

    +
    +
    +
    + +

    +inverseBidiMap

    +
    +protected transient BidiMap inverseBidiMap
    +
    +
    Inverse view of this map. +

    +

    +
    +
    +
    + +

    +keySet

    +
    +protected transient java.util.Set keySet
    +
    +
    View of the keys. +

    +

    +
    +
    +
    + +

    +values

    +
    +protected transient java.util.Collection values
    +
    +
    View of the values. +

    +

    +
    +
    +
    + +

    +entrySet

    +
    +protected transient java.util.Set entrySet
    +
    +
    View of the entries. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractDualBidiMap

    +
    +protected AbstractDualBidiMap()
    +
    Creates an empty map, initialised by createMap.

    This constructor remains in place for deserialization. All other usage is deprecated in favour of - AbstractDualBidiMap(Map, Map). -

    -

    -
    - -

    -AbstractDualBidiMap

    -
    -protected AbstractDualBidiMap(java.util.Map normalMap,
    -                              java.util.Map reverseMap)
    -
    + AbstractDualBidiMap(Map, Map). +

    +

    +
    + +

    +AbstractDualBidiMap

    +
    +protected AbstractDualBidiMap(java.util.Map normalMap,
    +                              java.util.Map reverseMap)
    +
    Creates an empty map using the two maps specified as storage.

    The two maps must be a matching pair, normal and reverse. @@ -628,186 +628,186 @@ protected AbstractDualBidiMap(java.util.Map normalMap,

    Neither map is validated, so nulls may be passed in. If you choose to do this then the subclass constructor must populate - the maps[] instance variable itself. -

    -

    -
    Parameters:
    normalMap - the normal direction map
    reverseMap - the reverse direction map
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -

    -AbstractDualBidiMap

    -
    -protected AbstractDualBidiMap(java.util.Map normalMap,
    -                              java.util.Map reverseMap,
    -                              BidiMap inverseBidiMap)
    -
    + the maps[] instance variable itself. +

    +

    +
    Parameters:
    normalMap - the normal direction map
    reverseMap - the reverse direction map
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +

    +AbstractDualBidiMap

    +
    +protected AbstractDualBidiMap(java.util.Map normalMap,
    +                              java.util.Map reverseMap,
    +                              BidiMap inverseBidiMap)
    +
    Constructs a map that decorates the specified maps, - used by the subclass createBidiMap implementation. -

    -

    -
    Parameters:
    normalMap - the normal direction map
    reverseMap - the reverse direction map
    inverseBidiMap - the inverse BidiMap
    -
    - - - - - - - - -
    -Method Detail
    - -

    -createMap

    -
    -protected java.util.Map createMap()
    -
    + used by the subclass createBidiMap implementation. +

    +

    +
    Parameters:
    normalMap - the normal direction map
    reverseMap - the reverse direction map
    inverseBidiMap - the inverse BidiMap
    +
    + + + + + + + + +
    +Method Detail
    + +

    +createMap

    +
    +protected java.util.Map createMap()
    +
    Deprecated. For constructors, use the new two map constructor. - For deserialization, populate the maps array directly in readObject. -

    + For deserialization, populate the maps array directly in readObject. +

    Creates a new instance of the map used by the subclass to store data.

    This design is deeply flawed and has been deprecated. - It relied on subclass data being used during a superclass constructor. -

    -

    -
    -
    -
    - -
    Returns:
    the map to be used for internal storage
    -
    -
    -
    - -

    -createBidiMap

    -
    -protected abstract BidiMap createBidiMap(java.util.Map normalMap,
    -                                         java.util.Map reverseMap,
    -                                         BidiMap inverseMap)
    -
    -
    Creates a new instance of the subclass. -

    -

    -
    -
    -
    -
    Parameters:
    normalMap - the normal direction map
    reverseMap - the reverse direction map
    inverseMap - this map, which is the inverse in the new map -
    Returns:
    the inverse map
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    -
    -
    Specified by:
    get in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    -
    Specified by:
    size in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    -
    Specified by:
    isEmpty in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key)
    -
    -
    -
    Specified by:
    containsKey in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    -
    -
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    -
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    Description copied from interface: BidiMap
    + It relied on subclass data being used during a superclass constructor. +

    +

    +
    +
    +
    + +
    Returns:
    the map to be used for internal storage
    +
    +
    +
    + +

    +createBidiMap

    +
    +protected abstract BidiMap createBidiMap(java.util.Map normalMap,
    +                                         java.util.Map reverseMap,
    +                                         BidiMap inverseMap)
    +
    +
    Creates a new instance of the subclass. +

    +

    +
    +
    +
    +
    Parameters:
    normalMap - the normal direction map
    reverseMap - the reverse direction map
    inverseMap - this map, which is the inverse in the new map +
    Returns:
    the inverse map
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    +
    +
    Specified by:
    get in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    +
    Specified by:
    size in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    +
    Specified by:
    isEmpty in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key)
    +
    +
    +
    Specified by:
    containsKey in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    +
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    +
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    Description copied from interface: BidiMap
    Puts the key-value pair into the map, replacing any previous pair.

    When adding a key-value pair, the value may already exist in the map @@ -817,154 +817,154 @@ public java.lang.Object put(java.lang.Object key, BidiMap map1 = new DualHashBidiMap(); map.put("A","B"); // contains A mapped to B, as per Map map.put("A","C"); // contains A mapped to C, as per Map - + BidiMap map2 = new DualHashBidiMap(); map.put("A","B"); // contains A mapped to B, as per Map map.put("C","B"); // contains C mapped to B, key A is removed - -

    -

    -
    Specified by:
    put in interface java.util.Map
    Specified by:
    put in interface BidiMap
    -
    -
    -
    Parameters:
    key - the key to store
    value - the value to store -
    Returns:
    the previous value mapped to this key
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map map)
    -
    -
    -
    Specified by:
    putAll in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    -
    Specified by:
    remove in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    -
    -
    Specified by:
    containsValue in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -mapIterator

    -
    -public MapIterator mapIterator()
    -
    + +

    +

    +
    Specified by:
    put in interface java.util.Map
    Specified by:
    put in interface BidiMap
    +
    +
    +
    Parameters:
    key - the key to store
    value - the value to store +
    Returns:
    the previous value mapped to this key
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map map)
    +
    +
    +
    Specified by:
    putAll in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    +
    Specified by:
    remove in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    +
    +
    Specified by:
    containsValue in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +mapIterator

    +
    +public MapIterator mapIterator()
    +
    Obtains a MapIterator over the map. The iterator implements ResetableMapIterator. This implementation relies on the entrySet iterator.

    The setValue() methods only allow a new value to be set. If the value being set is already in the map, an IllegalArgumentException - is thrown (as setValue cannot change the size of the map). -

    -

    -
    Specified by:
    mapIterator in interface BidiMap
    Specified by:
    mapIterator in interface IterableMap
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey(java.lang.Object value)
    -
    -
    Description copied from interface: BidiMap
    + is thrown (as setValue cannot change the size of the map). +

    +

    +
    Specified by:
    mapIterator in interface BidiMap
    Specified by:
    mapIterator in interface IterableMap
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey(java.lang.Object value)
    +
    +
    Description copied from interface: BidiMap
    Gets the key that is currently mapped to the specified value.

    If the value is not contained in the map, null is returned.

    Implementations should seek to make this method perform equally as well - as get(Object). -

    -

    -
    Specified by:
    getKey in interface BidiMap
    -
    -
    -
    Parameters:
    value - the value to find the key for -
    Returns:
    the mapped key, or null if not found
    -
    -
    -
    - -

    -removeValue

    -
    -public java.lang.Object removeValue(java.lang.Object value)
    -
    -
    Description copied from interface: BidiMap
    + as get(Object). +

    +

    +
    Specified by:
    getKey in interface BidiMap
    +
    +
    +
    Parameters:
    value - the value to find the key for +
    Returns:
    the mapped key, or null if not found
    +
    +
    +
    + +

    +removeValue

    +
    +public java.lang.Object removeValue(java.lang.Object value)
    +
    +
    Description copied from interface: BidiMap
    Removes the key-value pair that is currently mapped to the specified value (optional operation).

    If the value is not contained in the map, null is returned.

    Implementations should seek to make this method perform equally as well - as remove(Object). -

    -

    -
    Specified by:
    removeValue in interface BidiMap
    -
    -
    -
    Parameters:
    value - the value to find the key-value pair for -
    Returns:
    the key that was removed, null if nothing removed
    -
    -
    -
    - -

    -inverseBidiMap

    -
    -public BidiMap inverseBidiMap()
    -
    -
    Description copied from interface: BidiMap
    + as remove(Object). +

    +

    +
    Specified by:
    removeValue in interface BidiMap
    +
    +
    +
    Parameters:
    value - the value to find the key-value pair for +
    Returns:
    the key that was removed, null if nothing removed
    +
    +
    +
    + +

    +inverseBidiMap

    +
    +public BidiMap inverseBidiMap()
    +
    +
    Description copied from interface: BidiMap
    Gets a view of this map where the keys and values are reversed.

    Changes to one map will be visible in the other and vice versa. @@ -972,192 +972,192 @@ public Implementations should seek to avoid creating a new object every time this method is called. See AbstractMap.values() etc. Calling this - method on the inverse map should return the original. -

    -

    -
    Specified by:
    inverseBidiMap in interface BidiMap
    -
    -
    - -
    Returns:
    an inverted bidirectional map
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    + method on the inverse map should return the original. +

    +

    +
    Specified by:
    inverseBidiMap in interface BidiMap
    +
    +
    + +
    Returns:
    an inverted bidirectional map
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    Gets a keySet view of the map. Changes made on the view are reflected in the map. - The set supports remove and clear but not add. -

    -

    -
    Specified by:
    keySet in interface java.util.Map
    -
    -
    - -
    Returns:
    the keySet view
    -
    -
    -
    - -

    -createKeySetIterator

    -
    -protected java.util.Iterator createKeySetIterator(java.util.Iterator iterator)
    -
    + The set supports remove and clear but not add. +

    +

    +
    Specified by:
    keySet in interface java.util.Map
    +
    +
    + +
    Returns:
    the keySet view
    +
    +
    +
    + +

    +createKeySetIterator

    +
    +protected java.util.Iterator createKeySetIterator(java.util.Iterator iterator)
    +
    Creates a key set iterator. - Subclasses can override this to return iterators with different properties. -

    -

    -
    -
    -
    -
    Parameters:
    iterator - the iterator to decorate -
    Returns:
    the keySet iterator
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    + Subclasses can override this to return iterators with different properties. +

    +

    +
    +
    +
    +
    Parameters:
    iterator - the iterator to decorate +
    Returns:
    the keySet iterator
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    Gets a values view of the map. Changes made on the view are reflected in the map. - The set supports remove and clear but not add. -

    -

    -
    Specified by:
    values in interface java.util.Map
    -
    -
    - -
    Returns:
    the values view
    -
    -
    -
    - -

    -createValuesIterator

    -
    -protected java.util.Iterator createValuesIterator(java.util.Iterator iterator)
    -
    + The set supports remove and clear but not add. +

    +

    +
    Specified by:
    values in interface java.util.Map
    +
    +
    + +
    Returns:
    the values view
    +
    +
    +
    + +

    +createValuesIterator

    +
    +protected java.util.Iterator createValuesIterator(java.util.Iterator iterator)
    +
    Creates a values iterator. - Subclasses can override this to return iterators with different properties. -

    -

    -
    -
    -
    -
    Parameters:
    iterator - the iterator to decorate -
    Returns:
    the values iterator
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    + Subclasses can override this to return iterators with different properties. +

    +

    +
    +
    +
    +
    Parameters:
    iterator - the iterator to decorate +
    Returns:
    the values iterator
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    Gets an entrySet view of the map. Changes made on the set are reflected in the map. The set supports remove and clear but not add.

    The Map Entry setValue() method only allow a new value to be set. If the value being set is already in the map, an IllegalArgumentException - is thrown (as setValue cannot change the size of the map). -

    -

    -
    Specified by:
    entrySet in interface java.util.Map
    -
    -
    - -
    Returns:
    the entrySet view
    -
    -
    -
    - -

    -createEntrySetIterator

    -
    -protected java.util.Iterator createEntrySetIterator(java.util.Iterator iterator)
    -
    + is thrown (as setValue cannot change the size of the map). +

    +

    +
    Specified by:
    entrySet in interface java.util.Map
    +
    +
    + +
    Returns:
    the entrySet view
    +
    +
    +
    + +

    +createEntrySetIterator

    +
    +protected java.util.Iterator createEntrySetIterator(java.util.Iterator iterator)
    +
    Creates an entry set iterator. - Subclasses can override this to return iterators with different properties. -

    -

    -
    -
    -
    -
    Parameters:
    iterator - the iterator to decorate -
    Returns:
    the entrySet iterator
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Subclasses can override this to return iterators with different properties. +

    +

    +
    +
    +
    +
    Parameters:
    iterator - the iterator to decorate +
    Returns:
    the entrySet iterator
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractOrderedBidiMapDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractOrderedBidiMapDecorator.html index 11d3e22..b29659e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractOrderedBidiMapDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractOrderedBidiMapDecorator.html @@ -1,112 +1,112 @@ - - - - - - - -AbstractOrderedBidiMapDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class AbstractOrderedBidiMapDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    -          extended by org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map, BidiMap, IterableMap, OrderedBidiMap, OrderedMap
    -
    -
    -
    Direct Known Subclasses:
    AbstractSortedBidiMapDecorator, UnmodifiableOrderedBidiMap
    -
    -
    -
    -
    public abstract class AbstractOrderedBidiMapDecorator
    extends AbstractBidiMapDecorator
    implements OrderedBidiMap
    - - -

    + + + + + + + +AbstractOrderedBidiMapDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bidimap +
    +Class AbstractOrderedBidiMapDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    +          extended by org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map, BidiMap, IterableMap, OrderedBidiMap, OrderedMap
    +
    +
    +
    Direct Known Subclasses:
    AbstractSortedBidiMapDecorator, UnmodifiableOrderedBidiMap
    +
    +
    +
    +
    public abstract class AbstractOrderedBidiMapDecorator
    extends AbstractBidiMapDecorator
    implements OrderedBidiMap
    + + +

    Provides a base decorator that enables additional functionality to be added to an OrderedBidiMap via decoration.

    @@ -116,274 +116,274 @@ Provides a base decorator that enables additional functionality to be added Instead it simply returns the inverse from the wrapped map. This may be undesirable, for example if you are trying to write a validating implementation it would provide a loophole around the validation. - But, you might want that loophole, so this class is kept simple. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractOrderedBidiMapDecorator(OrderedBidiMap map) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.ObjectfirstKey() - -
    -          Gets the first key currently in this map.
    -protected  OrderedBidiMapgetOrderedBidiMap() - -
    -          Gets the map being decorated.
    - OrderedBidiMapinverseOrderedBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - java.lang.ObjectlastKey() - -
    -          Gets the last key currently in this map.
    - java.lang.ObjectnextKey(java.lang.Object key) - -
    -          Gets the next key after the one specified.
    - OrderedMapIteratororderedMapIterator() - -
    -          Obtains an OrderedMapIterator over the map.
    - java.lang.ObjectpreviousKey(java.lang.Object key) - -
    -          Gets the previous key before the one specified.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    getBidiMap, getKey, inverseBidiMap, mapIterator, removeValue
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.OrderedBidiMap
    inverseBidiMap
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.BidiMap
    getKey, mapIterator, put, removeValue
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractOrderedBidiMapDecorator

    -
    -protected AbstractOrderedBidiMapDecorator(OrderedBidiMap map)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    map - the map to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if the collection is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getOrderedBidiMap

    -
    -protected OrderedBidiMap getOrderedBidiMap()
    -
    -
    Gets the map being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated map
    -
    -
    -
    - -

    -orderedMapIterator

    -
    -public OrderedMapIterator orderedMapIterator()
    -
    -
    Description copied from interface: OrderedMap
    + But, you might want that loophole, so this class is kept simple. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractOrderedBidiMapDecorator(OrderedBidiMap map) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.ObjectfirstKey() + +
    +          Gets the first key currently in this map.
    +protected  OrderedBidiMapgetOrderedBidiMap() + +
    +          Gets the map being decorated.
    + OrderedBidiMapinverseOrderedBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + java.lang.ObjectlastKey() + +
    +          Gets the last key currently in this map.
    + java.lang.ObjectnextKey(java.lang.Object key) + +
    +          Gets the next key after the one specified.
    + OrderedMapIteratororderedMapIterator() + +
    +          Obtains an OrderedMapIterator over the map.
    + java.lang.ObjectpreviousKey(java.lang.Object key) + +
    +          Gets the previous key before the one specified.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    getBidiMap, getKey, inverseBidiMap, mapIterator, removeValue
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.OrderedBidiMap
    inverseBidiMap
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.BidiMap
    getKey, mapIterator, put, removeValue
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractOrderedBidiMapDecorator

    +
    +protected AbstractOrderedBidiMapDecorator(OrderedBidiMap map)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    map - the map to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getOrderedBidiMap

    +
    +protected OrderedBidiMap getOrderedBidiMap()
    +
    +
    Gets the map being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated map
    +
    +
    +
    + +

    +orderedMapIterator

    +
    +public OrderedMapIterator orderedMapIterator()
    +
    +
    Description copied from interface: OrderedMap
    Obtains an OrderedMapIterator over the map.

    A ordered map iterator is an efficient way of iterating over maps @@ -397,96 +397,96 @@ public -

    -

    -
    Specified by:
    orderedMapIterator in interface OrderedMap
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    -
    - -

    -firstKey

    -
    -public java.lang.Object firstKey()
    -
    -
    Description copied from interface: OrderedMap
    -
    Gets the first key currently in this map. -

    -

    -
    Specified by:
    firstKey in interface OrderedMap
    -
    -
    - -
    Returns:
    the first key currently in this map
    -
    -
    -
    - -

    -lastKey

    -
    -public java.lang.Object lastKey()
    -
    -
    Description copied from interface: OrderedMap
    -
    Gets the last key currently in this map. -

    -

    -
    Specified by:
    lastKey in interface OrderedMap
    -
    -
    - -
    Returns:
    the last key currently in this map
    -
    -
    -
    - -

    -nextKey

    -
    -public java.lang.Object nextKey(java.lang.Object key)
    -
    -
    Description copied from interface: OrderedMap
    -
    Gets the next key after the one specified. -

    -

    -
    Specified by:
    nextKey in interface OrderedMap
    -
    -
    -
    Parameters:
    key - the key to search for next from -
    Returns:
    the next key, null if no match or at end
    -
    -
    -
    - -

    -previousKey

    -
    -public java.lang.Object previousKey(java.lang.Object key)
    -
    -
    Description copied from interface: OrderedMap
    -
    Gets the previous key before the one specified. -

    -

    -
    Specified by:
    previousKey in interface OrderedMap
    -
    -
    -
    Parameters:
    key - the key to search for previous from -
    Returns:
    the previous key, null if no match or at start
    -
    -
    -
    - -

    -inverseOrderedBidiMap

    -
    -public OrderedBidiMap inverseOrderedBidiMap()
    -
    -
    Description copied from interface: OrderedBidiMap
    + +

    +

    +
    Specified by:
    orderedMapIterator in interface OrderedMap
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    +
    + +

    +firstKey

    +
    +public java.lang.Object firstKey()
    +
    +
    Description copied from interface: OrderedMap
    +
    Gets the first key currently in this map. +

    +

    +
    Specified by:
    firstKey in interface OrderedMap
    +
    +
    + +
    Returns:
    the first key currently in this map
    +
    +
    +
    + +

    +lastKey

    +
    +public java.lang.Object lastKey()
    +
    +
    Description copied from interface: OrderedMap
    +
    Gets the last key currently in this map. +

    +

    +
    Specified by:
    lastKey in interface OrderedMap
    +
    +
    + +
    Returns:
    the last key currently in this map
    +
    +
    +
    + +

    +nextKey

    +
    +public java.lang.Object nextKey(java.lang.Object key)
    +
    +
    Description copied from interface: OrderedMap
    +
    Gets the next key after the one specified. +

    +

    +
    Specified by:
    nextKey in interface OrderedMap
    +
    +
    +
    Parameters:
    key - the key to search for next from +
    Returns:
    the next key, null if no match or at end
    +
    +
    +
    + +

    +previousKey

    +
    +public java.lang.Object previousKey(java.lang.Object key)
    +
    +
    Description copied from interface: OrderedMap
    +
    Gets the previous key before the one specified. +

    +

    +
    Specified by:
    previousKey in interface OrderedMap
    +
    +
    +
    Parameters:
    key - the key to search for previous from +
    Returns:
    the previous key, null if no match or at start
    +
    +
    +
    + +

    +inverseOrderedBidiMap

    +
    +public OrderedBidiMap inverseOrderedBidiMap()
    +
    +
    Description copied from interface: OrderedBidiMap
    Gets a view of this map where the keys and values are reversed.

    Changes to one map will be visible in the other and vice versa. @@ -494,77 +494,77 @@ public inverseOrderedBidiMap in interface OrderedBidiMap

    - -
    - -
    Returns:
    an inverted bidirectional map
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + method on the inverse map should return the original. +

    +

    +
    Specified by:
    inverseOrderedBidiMap in interface OrderedBidiMap
    +
    +
    + +
    Returns:
    an inverted bidirectional map
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractSortedBidiMapDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractSortedBidiMapDecorator.html index 4b219af..ea0172e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractSortedBidiMapDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/AbstractSortedBidiMapDecorator.html @@ -1,113 +1,113 @@ - - - - - - - -AbstractSortedBidiMapDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class AbstractSortedBidiMapDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    -          extended by org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
    -              extended by org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map, java.util.SortedMap, BidiMap, IterableMap, OrderedBidiMap, OrderedMap, SortedBidiMap
    -
    -
    -
    Direct Known Subclasses:
    UnmodifiableSortedBidiMap
    -
    -
    -
    -
    public abstract class AbstractSortedBidiMapDecorator
    extends AbstractOrderedBidiMapDecorator
    implements SortedBidiMap
    - - -

    + + + + + + + +AbstractSortedBidiMapDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bidimap +
    +Class AbstractSortedBidiMapDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    +          extended by org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
    +              extended by org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map, java.util.SortedMap, BidiMap, IterableMap, OrderedBidiMap, OrderedMap, SortedBidiMap
    +
    +
    +
    Direct Known Subclasses:
    UnmodifiableSortedBidiMap
    +
    +
    +
    +
    public abstract class AbstractSortedBidiMapDecorator
    extends AbstractOrderedBidiMapDecorator
    implements SortedBidiMap
    + + +

    Provides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration.

    @@ -117,301 +117,301 @@ Provides a base decorator that enables additional functionality to be added Instead it simply returns the inverse from the wrapped map. This may be undesirable, for example if you are trying to write a validating implementation it would provide a loophole around the validation. - But, you might want that loophole, so this class is kept simple. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - -
    -Constructor Summary
    AbstractSortedBidiMapDecorator(SortedBidiMap map) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.util.Comparatorcomparator() - -
    -           
    -protected  SortedBidiMapgetSortedBidiMap() - -
    -          Gets the map being decorated.
    - java.util.SortedMapheadMap(java.lang.Object toKey) - -
    -           
    - SortedBidiMapinverseSortedBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - java.util.SortedMapsubMap(java.lang.Object fromKey, - java.lang.Object toKey) - -
    -           
    - java.util.SortedMaptailMap(java.lang.Object fromKey) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
    firstKey, getOrderedBidiMap, inverseOrderedBidiMap, lastKey, nextKey, orderedMapIterator, previousKey
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    getBidiMap, getKey, inverseBidiMap, mapIterator, removeValue
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.SortedBidiMap
    inverseBidiMap
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.OrderedBidiMap
    inverseOrderedBidiMap
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.BidiMap
    getKey, mapIterator, put, removeValue
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.OrderedMap
    firstKey, lastKey, nextKey, orderedMapIterator, previousKey
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    - - - - - - - -
    Methods inherited from interface java.util.SortedMap
    firstKey, lastKey
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractSortedBidiMapDecorator

    -
    -public AbstractSortedBidiMapDecorator(SortedBidiMap map)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    map - the map to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if the collection is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getSortedBidiMap

    -
    -protected SortedBidiMap getSortedBidiMap()
    -
    -
    Gets the map being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated map
    -
    -
    -
    - -

    -inverseSortedBidiMap

    -
    -public SortedBidiMap inverseSortedBidiMap()
    -
    -
    Description copied from interface: SortedBidiMap
    + But, you might want that loophole, so this class is kept simple. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + +
    +Constructor Summary
    AbstractSortedBidiMapDecorator(SortedBidiMap map) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.util.Comparatorcomparator() + +
    +           
    +protected  SortedBidiMapgetSortedBidiMap() + +
    +          Gets the map being decorated.
    + java.util.SortedMapheadMap(java.lang.Object toKey) + +
    +           
    + SortedBidiMapinverseSortedBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + java.util.SortedMapsubMap(java.lang.Object fromKey, + java.lang.Object toKey) + +
    +           
    + java.util.SortedMaptailMap(java.lang.Object fromKey) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
    firstKey, getOrderedBidiMap, inverseOrderedBidiMap, lastKey, nextKey, orderedMapIterator, previousKey
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    getBidiMap, getKey, inverseBidiMap, mapIterator, removeValue
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.SortedBidiMap
    inverseBidiMap
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.OrderedBidiMap
    inverseOrderedBidiMap
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.BidiMap
    getKey, mapIterator, put, removeValue
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.OrderedMap
    firstKey, lastKey, nextKey, orderedMapIterator, previousKey
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    + + + + + + + +
    Methods inherited from interface java.util.SortedMap
    firstKey, lastKey
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractSortedBidiMapDecorator

    +
    +public AbstractSortedBidiMapDecorator(SortedBidiMap map)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    map - the map to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getSortedBidiMap

    +
    +protected SortedBidiMap getSortedBidiMap()
    +
    +
    Gets the map being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated map
    +
    +
    +
    + +

    +inverseSortedBidiMap

    +
    +public SortedBidiMap inverseSortedBidiMap()
    +
    +
    Description copied from interface: SortedBidiMap
    Gets a view of this map where the keys and values are reversed.

    Changes to one map will be visible in the other and vice versa. @@ -422,134 +422,134 @@ public inverseSortedBidiMap in interface SortedBidiMap

    - -
    - -
    Returns:
    an inverted bidirectional map
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    -
    Specified by:
    comparator in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -subMap

    -
    -public java.util.SortedMap subMap(java.lang.Object fromKey,
    -                                  java.lang.Object toKey)
    -
    -
    -
    Specified by:
    subMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -headMap

    -
    -public java.util.SortedMap headMap(java.lang.Object toKey)
    -
    -
    -
    Specified by:
    headMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -tailMap

    -
    -public java.util.SortedMap tailMap(java.lang.Object fromKey)
    -
    -
    -
    Specified by:
    tailMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + same object as returned by this method. +

    +

    +
    Specified by:
    inverseSortedBidiMap in interface SortedBidiMap
    +
    +
    + +
    Returns:
    an inverted bidirectional map
    +
    + +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    +
    Specified by:
    comparator in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +subMap

    +
    +public java.util.SortedMap subMap(java.lang.Object fromKey,
    +                                  java.lang.Object toKey)
    +
    +
    +
    Specified by:
    subMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +headMap

    +
    +public java.util.SortedMap headMap(java.lang.Object toKey)
    +
    +
    +
    Specified by:
    headMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +tailMap

    +
    +public java.util.SortedMap tailMap(java.lang.Object fromKey)
    +
    +
    +
    Specified by:
    tailMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/DualHashBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/DualHashBidiMap.html index b42274c..0c0e208 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/DualHashBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/DualHashBidiMap.html @@ -1,108 +1,108 @@ - - - - - - - -DualHashBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class DualHashBidiMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap
    -      extended by org.apache.commons.collections.bidimap.DualHashBidiMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, BidiMap, IterableMap
    -
    -
    -
    -
    public class DualHashBidiMap
    extends AbstractDualBidiMap
    implements java.io.Serializable
    - - -

    + + + + + + + +DualHashBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bidimap +
    +Class DualHashBidiMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap
    +      extended by org.apache.commons.collections.bidimap.DualHashBidiMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, BidiMap, IterableMap
    +
    +
    +
    +
    public class DualHashBidiMap
    extends AbstractDualBidiMap
    implements java.io.Serializable
    + + +

    Implementation of BidiMap that uses two HashMap instances.

    Two HashMap instances are used in this class. @@ -111,280 +111,280 @@ Implementation of BidiMap that uses two HashMap instan implementation of the BidiMap interface.

    NOTE: From Commons Collections 3.1, all subclasses will use HashMap - and the flawed createMap method is ignored. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Id: DualHashBidiMap.java 646777 2008-04-10 12:33:15Z niallp $
    -
    Author:
    -
    Matthew Hawthorne, Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap
    AbstractDualBidiMap.BidiMapIterator, AbstractDualBidiMap.EntrySet, AbstractDualBidiMap.EntrySetIterator, AbstractDualBidiMap.KeySet, AbstractDualBidiMap.KeySetIterator, AbstractDualBidiMap.MapEntry, AbstractDualBidiMap.Values, AbstractDualBidiMap.ValuesIterator, AbstractDualBidiMap.View
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap
    entrySet, inverseBidiMap, keySet, maps, values
    -  - - - - - - - - - - - - - - + + + + + +
    -Constructor Summary
    - DualHashBidiMap() - -
    -          Creates an empty HashBidiMap.
    - DualHashBidiMap(java.util.Map map) - -
    + and the flawed createMap method is ignored. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Id: DualHashBidiMap.java 646777 2008-04-10 12:33:15Z niallp $
    +
    Author:
    +
    Matthew Hawthorne, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap
    AbstractDualBidiMap.BidiMapIterator, AbstractDualBidiMap.EntrySet, AbstractDualBidiMap.EntrySetIterator, AbstractDualBidiMap.KeySet, AbstractDualBidiMap.KeySetIterator, AbstractDualBidiMap.MapEntry, AbstractDualBidiMap.Values, AbstractDualBidiMap.ValuesIterator, AbstractDualBidiMap.View
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap
    entrySet, inverseBidiMap, keySet, maps, values
    +  + + + + + + + + + + + + + + - - - - - -
    +Constructor Summary
    + DualHashBidiMap() + +
    +          Creates an empty HashBidiMap.
    + DualHashBidiMap(java.util.Map map) + +
              Constructs a HashBidiMap and copies the mappings from - specified Map.
    -protected DualHashBidiMap(java.util.Map normalMap, - java.util.Map reverseMap, - BidiMap inverseBidiMap) - -
    -          Constructs a HashBidiMap that decorates the specified maps.
    -  - - - - - - - - - - - -
    -Method Summary
    -protected  BidiMapcreateBidiMap(java.util.Map normalMap, - java.util.Map reverseMap, - BidiMap inverseBidiMap) - -
    -          Creates a new instance of this object.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap
    clear, containsKey, containsValue, createEntrySetIterator, createKeySetIterator, createMap, createValuesIterator, entrySet, equals, get, getKey, hashCode, inverseBidiMap, isEmpty, keySet, mapIterator, put, putAll, remove, removeValue, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -DualHashBidiMap

    -
    -public DualHashBidiMap()
    -
    -
    Creates an empty HashBidiMap. -

    -

    -
    - -

    -DualHashBidiMap

    -
    -public DualHashBidiMap(java.util.Map map)
    -
    + specified Map.
    +protected DualHashBidiMap(java.util.Map normalMap, + java.util.Map reverseMap, + BidiMap inverseBidiMap) + +
    +          Constructs a HashBidiMap that decorates the specified maps.
    +  + + + + + + + + + + + +
    +Method Summary
    +protected  BidiMapcreateBidiMap(java.util.Map normalMap, + java.util.Map reverseMap, + BidiMap inverseBidiMap) + +
    +          Creates a new instance of this object.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap
    clear, containsKey, containsValue, createEntrySetIterator, createKeySetIterator, createMap, createValuesIterator, entrySet, equals, get, getKey, hashCode, inverseBidiMap, isEmpty, keySet, mapIterator, put, putAll, remove, removeValue, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +DualHashBidiMap

    +
    +public DualHashBidiMap()
    +
    +
    Creates an empty HashBidiMap. +

    +

    +
    + +

    +DualHashBidiMap

    +
    +public DualHashBidiMap(java.util.Map map)
    +
    Constructs a HashBidiMap and copies the mappings from - specified Map. -

    -

    -
    Parameters:
    map - the map whose mappings are to be placed in this map
    -
    -
    - -

    -DualHashBidiMap

    -
    -protected DualHashBidiMap(java.util.Map normalMap,
    -                          java.util.Map reverseMap,
    -                          BidiMap inverseBidiMap)
    -
    -
    Constructs a HashBidiMap that decorates the specified maps. -

    -

    -
    Parameters:
    normalMap - the normal direction map
    reverseMap - the reverse direction map
    inverseBidiMap - the inverse BidiMap
    -
    - - - - - - - - -
    -Method Detail
    - -

    -createBidiMap

    -
    -protected BidiMap createBidiMap(java.util.Map normalMap,
    -                                java.util.Map reverseMap,
    -                                BidiMap inverseBidiMap)
    -
    -
    Creates a new instance of this object. -

    -

    -
    Specified by:
    createBidiMap in class AbstractDualBidiMap
    -
    -
    -
    Parameters:
    normalMap - the normal direction map
    reverseMap - the reverse direction map
    inverseBidiMap - the inverse BidiMap -
    Returns:
    new bidi map
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + specified Map. +

    +

    +
    Parameters:
    map - the map whose mappings are to be placed in this map
    + +
    + +

    +DualHashBidiMap

    +
    +protected DualHashBidiMap(java.util.Map normalMap,
    +                          java.util.Map reverseMap,
    +                          BidiMap inverseBidiMap)
    +
    +
    Constructs a HashBidiMap that decorates the specified maps. +

    +

    +
    Parameters:
    normalMap - the normal direction map
    reverseMap - the reverse direction map
    inverseBidiMap - the inverse BidiMap
    +
    + + + + + + + + +
    +Method Detail
    + +

    +createBidiMap

    +
    +protected BidiMap createBidiMap(java.util.Map normalMap,
    +                                java.util.Map reverseMap,
    +                                BidiMap inverseBidiMap)
    +
    +
    Creates a new instance of this object. +

    +

    +
    Specified by:
    createBidiMap in class AbstractDualBidiMap
    +
    +
    +
    Parameters:
    normalMap - the normal direction map
    reverseMap - the reverse direction map
    inverseBidiMap - the inverse BidiMap +
    Returns:
    new bidi map
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/DualTreeBidiMap.BidiOrderedMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/DualTreeBidiMap.BidiOrderedMapIterator.html index 7027721..6c4cf79 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/DualTreeBidiMap.BidiOrderedMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/DualTreeBidiMap.BidiOrderedMapIterator.html @@ -1,567 +1,567 @@ - - - - - - - -DualTreeBidiMap.BidiOrderedMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class DualTreeBidiMap.BidiOrderedMapIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, OrderedIterator, OrderedMapIterator, ResettableIterator
    -
    -
    -
    Enclosing class:
    DualTreeBidiMap
    -
    -
    -
    -
    protected static class DualTreeBidiMap.BidiOrderedMapIterator
    extends java.lang.Object
    implements OrderedMapIterator, ResettableIterator
    - - -

    -Inner class MapIterator. -

    - -

    -


    - -

    - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.ListIteratoriterator - -
    -          The iterator being decorated
    -protected  AbstractDualBidiMapparent - -
    -          The parent map
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected DualTreeBidiMap.BidiOrderedMapIterator(AbstractDualBidiMap parent) - -
    -          Constructor.
    -  - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    - java.lang.ObjectgetKey() - -
    + + + + + + + +DualTreeBidiMap.BidiOrderedMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.bidimap +
    +Class DualTreeBidiMap.BidiOrderedMapIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, OrderedIterator, OrderedMapIterator, ResettableIterator
    +
    +
    +
    Enclosing class:
    DualTreeBidiMap
    +
    +
    +
    +
    protected static class DualTreeBidiMap.BidiOrderedMapIterator
    extends java.lang.Object
    implements OrderedMapIterator, ResettableIterator
    + + +

    +Inner class MapIterator. +

    + +

    +


    + +

    + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.ListIteratoriterator + +
    +          The iterator being decorated
    +protected  AbstractDualBidiMapparent + +
    +          The parent map
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected DualTreeBidiMap.BidiOrderedMapIterator(AbstractDualBidiMap parent) + +
    +          Constructor.
    +  + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - -
    +Method Summary
    + java.lang.ObjectgetKey() + +
              Gets the current key, which is the key returned by the last call - to next().
    - java.lang.ObjectgetValue() - -
    + to next().
    + java.lang.ObjectgetValue() + +
              Gets the current value, which is the value associated with the last key - returned by next().
    - booleanhasNext() - -
    -          Checks to see if there are more entries still to be iterated.
    - booleanhasPrevious() - -
    -          Checks to see if there is a previous element that can be iterated to.
    - java.lang.Objectnext() - -
    -          Gets the next key from the Map.
    - java.lang.Objectprevious() - -
    -          Gets the previous element from the collection.
    - voidremove() - -
    -          Removes the last returned key from the underlying Map (optional operation).
    - voidreset() - -
    + returned by next().
    + booleanhasNext() + +
    +          Checks to see if there are more entries still to be iterated.
    + booleanhasPrevious() + +
    +          Checks to see if there is a previous element that can be iterated to.
    + java.lang.Objectnext() + +
    +          Gets the next key from the Map.
    + java.lang.Objectprevious() + +
    +          Gets the previous element from the collection.
    + voidremove() + +
    +          Removes the last returned key from the underlying Map (optional operation).
    + voidreset() + +
              Resets the iterator back to the position at which the iterator - was created.
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -          Sets the value associated with the current key (optional operation).
    - java.lang.StringtoString() - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -parent

    -
    -protected final AbstractDualBidiMap parent
    -
    -
    The parent map -

    -

    -
    -
    -
    - -

    -iterator

    -
    -protected java.util.ListIterator iterator
    -
    -
    The iterator being decorated -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -DualTreeBidiMap.BidiOrderedMapIterator

    -
    -protected DualTreeBidiMap.BidiOrderedMapIterator(AbstractDualBidiMap parent)
    -
    -
    Constructor. -

    -

    -
    Parameters:
    parent - the parent map
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Description copied from interface: MapIterator
    -
    Checks to see if there are more entries still to be iterated. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface MapIterator
    -
    -
    - -
    Returns:
    true if the iterator has more elements
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Description copied from interface: MapIterator
    -
    Gets the next key from the Map. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    -
    -
    - -
    Returns:
    the next key in the iteration
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    Description copied from interface: OrderedIterator
    -
    Checks to see if there is a previous element that can be iterated to. -

    -

    -
    Specified by:
    hasPrevious in interface OrderedIterator
    Specified by:
    hasPrevious in interface OrderedMapIterator
    -
    -
    - -
    Returns:
    true if the iterator has a previous element
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    Description copied from interface: OrderedIterator
    -
    Gets the previous element from the collection. -

    -

    -
    Specified by:
    previous in interface OrderedIterator
    Specified by:
    previous in interface OrderedMapIterator
    -
    -
    - -
    Returns:
    the previous element in the iteration
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    Description copied from interface: MapIterator
    + was created.
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +          Sets the value associated with the current key (optional operation).
    + java.lang.StringtoString() + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +parent

    +
    +protected final AbstractDualBidiMap parent
    +
    +
    The parent map +

    +

    +
    +
    +
    + +

    +iterator

    +
    +protected java.util.ListIterator iterator
    +
    +
    The iterator being decorated +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +DualTreeBidiMap.BidiOrderedMapIterator

    +
    +protected DualTreeBidiMap.BidiOrderedMapIterator(AbstractDualBidiMap parent)
    +
    +
    Constructor. +

    +

    +
    Parameters:
    parent - the parent map
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Description copied from interface: MapIterator
    +
    Checks to see if there are more entries still to be iterated. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface MapIterator
    +
    +
    + +
    Returns:
    true if the iterator has more elements
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Description copied from interface: MapIterator
    +
    Gets the next key from the Map. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    +
    +
    + +
    Returns:
    the next key in the iteration
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    Description copied from interface: OrderedIterator
    +
    Checks to see if there is a previous element that can be iterated to. +

    +

    +
    Specified by:
    hasPrevious in interface OrderedIterator
    Specified by:
    hasPrevious in interface OrderedMapIterator
    +
    +
    + +
    Returns:
    true if the iterator has a previous element
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    Description copied from interface: OrderedIterator
    +
    Gets the previous element from the collection. +

    +

    +
    Specified by:
    previous in interface OrderedIterator
    Specified by:
    previous in interface OrderedMapIterator
    +
    +
    + +
    Returns:
    the previous element in the iteration
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    Description copied from interface: MapIterator
    Removes the last returned key from the underlying Map (optional operation).

    - This method can be called once per call to next(). -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface MapIterator
    -
    -
    -
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    Description copied from interface: MapIterator
    + This method can be called once per call to next(). +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface MapIterator
    +
    +
    +
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    Description copied from interface: MapIterator
    Gets the current key, which is the key returned by the last call - to next(). -

    -

    -
    Specified by:
    getKey in interface MapIterator
    -
    -
    - -
    Returns:
    the current key
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    Description copied from interface: MapIterator
    + to next(). +

    +

    +
    Specified by:
    getKey in interface MapIterator
    +
    +
    + +
    Returns:
    the current key
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Description copied from interface: MapIterator
    Gets the current value, which is the value associated with the last key - returned by next(). -

    -

    -
    Specified by:
    getValue in interface MapIterator
    -
    -
    - -
    Returns:
    the current value
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    Description copied from interface: MapIterator
    -
    Sets the value associated with the current key (optional operation). -

    -

    -
    Specified by:
    setValue in interface MapIterator
    -
    -
    -
    Parameters:
    value - the new value -
    Returns:
    the previous value
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    -
    Description copied from interface: ResettableIterator
    + returned by next(). +

    +

    +
    Specified by:
    getValue in interface MapIterator
    +
    +
    + +
    Returns:
    the current value
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    Description copied from interface: MapIterator
    +
    Sets the value associated with the current key (optional operation). +

    +

    +
    Specified by:
    setValue in interface MapIterator
    +
    +
    +
    Parameters:
    value - the new value +
    Returns:
    the previous value
    +
    +
    +
    + +

    +reset

    +
    +public void reset()
    +
    +
    Description copied from interface: ResettableIterator
    Resets the iterator back to the position at which the iterator - was created. -

    -

    -
    Specified by:
    reset in interface ResettableIterator
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + was created. +

    +

    +
    Specified by:
    reset in interface ResettableIterator
    +
    +
    +
    +
    + +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/DualTreeBidiMap.ViewMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/DualTreeBidiMap.ViewMap.html index 34223f1..cf90c84 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/DualTreeBidiMap.ViewMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/DualTreeBidiMap.ViewMap.html @@ -1,427 +1,427 @@ - - - - - - - -DualTreeBidiMap.ViewMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class DualTreeBidiMap.ViewMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.map.AbstractSortedMapDecorator
    -          extended by org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map, java.util.SortedMap
    -
    -
    -
    Enclosing class:
    DualTreeBidiMap
    -
    -
    -
    -
    protected static class DualTreeBidiMap.ViewMap
    extends AbstractSortedMapDecorator
    - - -

    -Internal sorted map view. -

    - -

    -


    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected DualTreeBidiMap.ViewMap(DualTreeBidiMap bidi, - java.util.SortedMap sm) - -
    -          Constructor.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -           
    - booleancontainsValue(java.lang.Object value) - -
    -           
    - java.util.SortedMapheadMap(java.lang.Object toKey) - -
    -           
    - java.util.SortedMapsubMap(java.lang.Object fromKey, - java.lang.Object toKey) - -
    -           
    - java.util.SortedMaptailMap(java.lang.Object fromKey) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractSortedMapDecorator
    comparator, firstKey, getSortedMap, lastKey
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map
    containsKey, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -DualTreeBidiMap.ViewMap

    -
    -protected DualTreeBidiMap.ViewMap(DualTreeBidiMap bidi,
    -                                  java.util.SortedMap sm)
    -
    -
    Constructor. -

    -

    -
    Parameters:
    bidi - the parent bidi map
    sm - the subMap sorted map
    -
    - - - - - - - - -
    -Method Detail
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    -
    -
    Specified by:
    containsValue in interface java.util.Map
    Overrides:
    containsValue in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -headMap

    -
    -public java.util.SortedMap headMap(java.lang.Object toKey)
    -
    -
    -
    Specified by:
    headMap in interface java.util.SortedMap
    Overrides:
    headMap in class AbstractSortedMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -tailMap

    -
    -public java.util.SortedMap tailMap(java.lang.Object fromKey)
    -
    -
    -
    Specified by:
    tailMap in interface java.util.SortedMap
    Overrides:
    tailMap in class AbstractSortedMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -subMap

    -
    -public java.util.SortedMap subMap(java.lang.Object fromKey,
    -                                  java.lang.Object toKey)
    -
    -
    -
    Specified by:
    subMap in interface java.util.SortedMap
    Overrides:
    subMap in class AbstractSortedMapDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +DualTreeBidiMap.ViewMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.bidimap +
    +Class DualTreeBidiMap.ViewMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.map.AbstractSortedMapDecorator
    +          extended by org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map, java.util.SortedMap
    +
    +
    +
    Enclosing class:
    DualTreeBidiMap
    +
    +
    +
    +
    protected static class DualTreeBidiMap.ViewMap
    extends AbstractSortedMapDecorator
    + + +

    +Internal sorted map view. +

    + +

    +


    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected DualTreeBidiMap.ViewMap(DualTreeBidiMap bidi, + java.util.SortedMap sm) + +
    +          Constructor.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +           
    + booleancontainsValue(java.lang.Object value) + +
    +           
    + java.util.SortedMapheadMap(java.lang.Object toKey) + +
    +           
    + java.util.SortedMapsubMap(java.lang.Object fromKey, + java.lang.Object toKey) + +
    +           
    + java.util.SortedMaptailMap(java.lang.Object fromKey) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractSortedMapDecorator
    comparator, firstKey, getSortedMap, lastKey
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map
    containsKey, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +DualTreeBidiMap.ViewMap

    +
    +protected DualTreeBidiMap.ViewMap(DualTreeBidiMap bidi,
    +                                  java.util.SortedMap sm)
    +
    +
    Constructor. +

    +

    +
    Parameters:
    bidi - the parent bidi map
    sm - the subMap sorted map
    +
    + + + + + + + + +
    +Method Detail
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    +
    +
    Specified by:
    containsValue in interface java.util.Map
    Overrides:
    containsValue in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +headMap

    +
    +public java.util.SortedMap headMap(java.lang.Object toKey)
    +
    +
    +
    Specified by:
    headMap in interface java.util.SortedMap
    Overrides:
    headMap in class AbstractSortedMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +tailMap

    +
    +public java.util.SortedMap tailMap(java.lang.Object fromKey)
    +
    +
    +
    Specified by:
    tailMap in interface java.util.SortedMap
    Overrides:
    tailMap in class AbstractSortedMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +subMap

    +
    +public java.util.SortedMap subMap(java.lang.Object fromKey,
    +                                  java.lang.Object toKey)
    +
    +
    +
    Specified by:
    subMap in interface java.util.SortedMap
    Overrides:
    subMap in class AbstractSortedMapDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/DualTreeBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/DualTreeBidiMap.html index d7ae746..401d5a7 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/DualTreeBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/DualTreeBidiMap.html @@ -1,108 +1,108 @@ - - - - - - - -DualTreeBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class DualTreeBidiMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap
    -      extended by org.apache.commons.collections.bidimap.DualTreeBidiMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, java.util.SortedMap, BidiMap, IterableMap, OrderedBidiMap, OrderedMap, SortedBidiMap
    -
    -
    -
    -
    public class DualTreeBidiMap
    extends AbstractDualBidiMap
    implements SortedBidiMap, java.io.Serializable
    - - -

    + + + + + + + +DualTreeBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bidimap +
    +Class DualTreeBidiMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap
    +      extended by org.apache.commons.collections.bidimap.DualTreeBidiMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, java.util.SortedMap, BidiMap, IterableMap, OrderedBidiMap, OrderedMap, SortedBidiMap
    +
    +
    +
    +
    public class DualTreeBidiMap
    extends AbstractDualBidiMap
    implements SortedBidiMap, java.io.Serializable
    + + +

    Implementation of BidiMap that uses two TreeMap instances.

    The setValue() method on iterators will succeed only if the new value being set is @@ -113,533 +113,533 @@ Implementation of BidiMap that uses two TreeMap instan not store each object twice, which can save on memory use.

    NOTE: From Commons Collections 3.1, all subclasses will use TreeMap - and the flawed createMap method is ignored. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Id: DualTreeBidiMap.java 646777 2008-04-10 12:33:15Z niallp $
    -
    Author:
    -
    Matthew Hawthorne, Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - - - - - -
    -Nested Class Summary
    -protected static classDualTreeBidiMap.BidiOrderedMapIterator - -
    -          Inner class MapIterator.
    -protected static classDualTreeBidiMap.ViewMap - -
    -          Internal sorted map view.
    - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap
    AbstractDualBidiMap.BidiMapIterator, AbstractDualBidiMap.EntrySet, AbstractDualBidiMap.EntrySetIterator, AbstractDualBidiMap.KeySet, AbstractDualBidiMap.KeySetIterator, AbstractDualBidiMap.MapEntry, AbstractDualBidiMap.Values, AbstractDualBidiMap.ValuesIterator, AbstractDualBidiMap.View
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.Comparatorcomparator - -
    -          The comparator to use
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap
    entrySet, inverseBidiMap, keySet, maps, values
    -  - - - - - - - - - - - - - - - - - - + + + + + +
    -Constructor Summary
    - DualTreeBidiMap() - -
    -          Creates an empty DualTreeBidiMap
    - DualTreeBidiMap(java.util.Comparator comparator) - -
    -          Constructs a DualTreeBidiMap using the specified Comparator.
    - DualTreeBidiMap(java.util.Map map) - -
    + and the flawed createMap method is ignored. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Id: DualTreeBidiMap.java 646777 2008-04-10 12:33:15Z niallp $
    +
    Author:
    +
    Matthew Hawthorne, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + +
    +Nested Class Summary
    +protected static classDualTreeBidiMap.BidiOrderedMapIterator + +
    +          Inner class MapIterator.
    +protected static classDualTreeBidiMap.ViewMap + +
    +          Internal sorted map view.
    + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap
    AbstractDualBidiMap.BidiMapIterator, AbstractDualBidiMap.EntrySet, AbstractDualBidiMap.EntrySetIterator, AbstractDualBidiMap.KeySet, AbstractDualBidiMap.KeySetIterator, AbstractDualBidiMap.MapEntry, AbstractDualBidiMap.Values, AbstractDualBidiMap.ValuesIterator, AbstractDualBidiMap.View
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.Comparatorcomparator + +
    +          The comparator to use
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap
    entrySet, inverseBidiMap, keySet, maps, values
    +  + + + + + + + + + + + + + + + + + + - - - - - -
    +Constructor Summary
    + DualTreeBidiMap() + +
    +          Creates an empty DualTreeBidiMap
    + DualTreeBidiMap(java.util.Comparator comparator) + +
    +          Constructs a DualTreeBidiMap using the specified Comparator.
    + DualTreeBidiMap(java.util.Map map) + +
              Constructs a DualTreeBidiMap and copies the mappings from - specified Map.
    -protected DualTreeBidiMap(java.util.Map normalMap, - java.util.Map reverseMap, - BidiMap inverseBidiMap) - -
    -          Constructs a DualTreeBidiMap that decorates the specified maps.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.util.Comparatorcomparator() - -
    -           
    -protected  BidiMapcreateBidiMap(java.util.Map normalMap, - java.util.Map reverseMap, - BidiMap inverseMap) - -
    -          Creates a new instance of this object.
    - java.lang.ObjectfirstKey() - -
    -          Gets the first key currently in this map.
    - java.util.SortedMapheadMap(java.lang.Object toKey) - -
    -           
    - OrderedBidiMapinverseOrderedBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - SortedBidiMapinverseSortedBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - java.lang.ObjectlastKey() - -
    -          Gets the last key currently in this map.
    - java.lang.ObjectnextKey(java.lang.Object key) - -
    -          Gets the next key after the one specified.
    - OrderedMapIteratororderedMapIterator() - -
    -          Obtains an ordered map iterator.
    - java.lang.ObjectpreviousKey(java.lang.Object key) - -
    -          Gets the previous key before the one specified.
    - java.util.SortedMapsubMap(java.lang.Object fromKey, - java.lang.Object toKey) - -
    -           
    - java.util.SortedMaptailMap(java.lang.Object fromKey) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap
    clear, containsKey, containsValue, createEntrySetIterator, createKeySetIterator, createMap, createValuesIterator, entrySet, equals, get, getKey, hashCode, inverseBidiMap, isEmpty, keySet, mapIterator, put, putAll, remove, removeValue, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.SortedBidiMap
    inverseBidiMap
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.BidiMap
    getKey, mapIterator, put, removeValue
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -comparator

    -
    -protected final java.util.Comparator comparator
    -
    -
    The comparator to use -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -DualTreeBidiMap

    -
    -public DualTreeBidiMap()
    -
    -
    Creates an empty DualTreeBidiMap -

    -

    -
    - -

    -DualTreeBidiMap

    -
    -public DualTreeBidiMap(java.util.Map map)
    -
    + specified Map.
    +protected DualTreeBidiMap(java.util.Map normalMap, + java.util.Map reverseMap, + BidiMap inverseBidiMap) + +
    +          Constructs a DualTreeBidiMap that decorates the specified maps.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.util.Comparatorcomparator() + +
    +           
    +protected  BidiMapcreateBidiMap(java.util.Map normalMap, + java.util.Map reverseMap, + BidiMap inverseMap) + +
    +          Creates a new instance of this object.
    + java.lang.ObjectfirstKey() + +
    +          Gets the first key currently in this map.
    + java.util.SortedMapheadMap(java.lang.Object toKey) + +
    +           
    + OrderedBidiMapinverseOrderedBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + SortedBidiMapinverseSortedBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + java.lang.ObjectlastKey() + +
    +          Gets the last key currently in this map.
    + java.lang.ObjectnextKey(java.lang.Object key) + +
    +          Gets the next key after the one specified.
    + OrderedMapIteratororderedMapIterator() + +
    +          Obtains an ordered map iterator.
    + java.lang.ObjectpreviousKey(java.lang.Object key) + +
    +          Gets the previous key before the one specified.
    + java.util.SortedMapsubMap(java.lang.Object fromKey, + java.lang.Object toKey) + +
    +           
    + java.util.SortedMaptailMap(java.lang.Object fromKey) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap
    clear, containsKey, containsValue, createEntrySetIterator, createKeySetIterator, createMap, createValuesIterator, entrySet, equals, get, getKey, hashCode, inverseBidiMap, isEmpty, keySet, mapIterator, put, putAll, remove, removeValue, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.SortedBidiMap
    inverseBidiMap
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.BidiMap
    getKey, mapIterator, put, removeValue
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +comparator

    +
    +protected final java.util.Comparator comparator
    +
    +
    The comparator to use +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +DualTreeBidiMap

    +
    +public DualTreeBidiMap()
    +
    +
    Creates an empty DualTreeBidiMap +

    +

    +
    + +

    +DualTreeBidiMap

    +
    +public DualTreeBidiMap(java.util.Map map)
    +
    Constructs a DualTreeBidiMap and copies the mappings from - specified Map. -

    -

    -
    Parameters:
    map - the map whose mappings are to be placed in this map
    -
    -
    - -

    -DualTreeBidiMap

    -
    -public DualTreeBidiMap(java.util.Comparator comparator)
    -
    -
    Constructs a DualTreeBidiMap using the specified Comparator. -

    -

    -
    Parameters:
    comparator - the Comparator
    -
    -
    - -

    -DualTreeBidiMap

    -
    -protected DualTreeBidiMap(java.util.Map normalMap,
    -                          java.util.Map reverseMap,
    -                          BidiMap inverseBidiMap)
    -
    -
    Constructs a DualTreeBidiMap that decorates the specified maps. -

    -

    -
    Parameters:
    normalMap - the normal direction map
    reverseMap - the reverse direction map
    inverseBidiMap - the inverse BidiMap
    -
    - - - - - - - - -
    -Method Detail
    - -

    -createBidiMap

    -
    -protected BidiMap createBidiMap(java.util.Map normalMap,
    -                                java.util.Map reverseMap,
    -                                BidiMap inverseMap)
    -
    -
    Creates a new instance of this object. -

    -

    -
    Specified by:
    createBidiMap in class AbstractDualBidiMap
    -
    -
    -
    Parameters:
    normalMap - the normal direction map
    reverseMap - the reverse direction map
    inverseMap - the inverse BidiMap -
    Returns:
    new bidi map
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    -
    Specified by:
    comparator in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -firstKey

    -
    -public java.lang.Object firstKey()
    -
    -
    Description copied from interface: OrderedMap
    -
    Gets the first key currently in this map. -

    -

    -
    Specified by:
    firstKey in interface java.util.SortedMap
    Specified by:
    firstKey in interface OrderedMap
    -
    -
    - -
    Returns:
    the first key currently in this map
    -
    -
    -
    - -

    -lastKey

    -
    -public java.lang.Object lastKey()
    -
    -
    Description copied from interface: OrderedMap
    -
    Gets the last key currently in this map. -

    -

    -
    Specified by:
    lastKey in interface java.util.SortedMap
    Specified by:
    lastKey in interface OrderedMap
    -
    -
    - -
    Returns:
    the last key currently in this map
    -
    -
    -
    - -

    -nextKey

    -
    -public java.lang.Object nextKey(java.lang.Object key)
    -
    -
    Description copied from interface: OrderedMap
    -
    Gets the next key after the one specified. -

    -

    -
    Specified by:
    nextKey in interface OrderedMap
    -
    -
    -
    Parameters:
    key - the key to search for next from -
    Returns:
    the next key, null if no match or at end
    -
    -
    -
    - -

    -previousKey

    -
    -public java.lang.Object previousKey(java.lang.Object key)
    -
    -
    Description copied from interface: OrderedMap
    -
    Gets the previous key before the one specified. -

    -

    -
    Specified by:
    previousKey in interface OrderedMap
    -
    -
    -
    Parameters:
    key - the key to search for previous from -
    Returns:
    the previous key, null if no match or at start
    -
    -
    -
    - -

    -orderedMapIterator

    -
    -public OrderedMapIterator orderedMapIterator()
    -
    + specified Map. +

    +

    +
    Parameters:
    map - the map whose mappings are to be placed in this map
    +
    +
    + +

    +DualTreeBidiMap

    +
    +public DualTreeBidiMap(java.util.Comparator comparator)
    +
    +
    Constructs a DualTreeBidiMap using the specified Comparator. +

    +

    +
    Parameters:
    comparator - the Comparator
    +
    +
    + +

    +DualTreeBidiMap

    +
    +protected DualTreeBidiMap(java.util.Map normalMap,
    +                          java.util.Map reverseMap,
    +                          BidiMap inverseBidiMap)
    +
    +
    Constructs a DualTreeBidiMap that decorates the specified maps. +

    +

    +
    Parameters:
    normalMap - the normal direction map
    reverseMap - the reverse direction map
    inverseBidiMap - the inverse BidiMap
    +
    + + + + + + + + +
    +Method Detail
    + +

    +createBidiMap

    +
    +protected BidiMap createBidiMap(java.util.Map normalMap,
    +                                java.util.Map reverseMap,
    +                                BidiMap inverseMap)
    +
    +
    Creates a new instance of this object. +

    +

    +
    Specified by:
    createBidiMap in class AbstractDualBidiMap
    +
    +
    +
    Parameters:
    normalMap - the normal direction map
    reverseMap - the reverse direction map
    inverseMap - the inverse BidiMap +
    Returns:
    new bidi map
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    +
    Specified by:
    comparator in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +firstKey

    +
    +public java.lang.Object firstKey()
    +
    +
    Description copied from interface: OrderedMap
    +
    Gets the first key currently in this map. +

    +

    +
    Specified by:
    firstKey in interface java.util.SortedMap
    Specified by:
    firstKey in interface OrderedMap
    +
    +
    + +
    Returns:
    the first key currently in this map
    +
    +
    +
    + +

    +lastKey

    +
    +public java.lang.Object lastKey()
    +
    +
    Description copied from interface: OrderedMap
    +
    Gets the last key currently in this map. +

    +

    +
    Specified by:
    lastKey in interface java.util.SortedMap
    Specified by:
    lastKey in interface OrderedMap
    +
    +
    + +
    Returns:
    the last key currently in this map
    +
    +
    +
    + +

    +nextKey

    +
    +public java.lang.Object nextKey(java.lang.Object key)
    +
    +
    Description copied from interface: OrderedMap
    +
    Gets the next key after the one specified. +

    +

    +
    Specified by:
    nextKey in interface OrderedMap
    +
    +
    +
    Parameters:
    key - the key to search for next from +
    Returns:
    the next key, null if no match or at end
    +
    +
    +
    + +

    +previousKey

    +
    +public java.lang.Object previousKey(java.lang.Object key)
    +
    +
    Description copied from interface: OrderedMap
    +
    Gets the previous key before the one specified. +

    +

    +
    Specified by:
    previousKey in interface OrderedMap
    +
    +
    +
    Parameters:
    key - the key to search for previous from +
    Returns:
    the previous key, null if no match or at start
    +
    +
    +
    + +

    +orderedMapIterator

    +
    +public OrderedMapIterator orderedMapIterator()
    +
    Obtains an ordered map iterator.

    This implementation copies the elements to an ArrayList in order to - provide the forward/backward behaviour. -

    -

    -
    Specified by:
    orderedMapIterator in interface OrderedMap
    -
    -
    - -
    Returns:
    a new ordered map iterator
    -
    -
    -
    - -

    -inverseSortedBidiMap

    -
    -public SortedBidiMap inverseSortedBidiMap()
    -
    -
    Description copied from interface: SortedBidiMap
    + provide the forward/backward behaviour. +

    +

    +
    Specified by:
    orderedMapIterator in interface OrderedMap
    +
    +
    + +
    Returns:
    a new ordered map iterator
    +
    +
    +
    + +

    +inverseSortedBidiMap

    +
    +public SortedBidiMap inverseSortedBidiMap()
    +
    +
    Description copied from interface: SortedBidiMap
    Gets a view of this map where the keys and values are reversed.

    Changes to one map will be visible in the other and vice versa. @@ -650,24 +650,24 @@ public inverseSortedBidiMap in interface SortedBidiMap

    - -
    - -
    Returns:
    an inverted bidirectional map
    -
    - -
    - -

    -inverseOrderedBidiMap

    -
    -public OrderedBidiMap inverseOrderedBidiMap()
    -
    -
    Description copied from interface: OrderedBidiMap
    + same object as returned by this method. +

    +

    +
    Specified by:
    inverseSortedBidiMap in interface SortedBidiMap
    +
    +
    + +
    Returns:
    an inverted bidirectional map
    +
    +
    +
    + +

    +inverseOrderedBidiMap

    +
    +public OrderedBidiMap inverseOrderedBidiMap()
    +
    +
    Description copied from interface: OrderedBidiMap
    Gets a view of this map where the keys and values are reversed.

    Changes to one map will be visible in the other and vice versa. @@ -675,120 +675,120 @@ public inverseOrderedBidiMap in interface OrderedBidiMap

    - -
    - -
    Returns:
    an inverted bidirectional map
    -
    - -
    - -

    -headMap

    -
    -public java.util.SortedMap headMap(java.lang.Object toKey)
    -
    -
    -
    Specified by:
    headMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -tailMap

    -
    -public java.util.SortedMap tailMap(java.lang.Object fromKey)
    -
    -
    -
    Specified by:
    tailMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -subMap

    -
    -public java.util.SortedMap subMap(java.lang.Object fromKey,
    -                                  java.lang.Object toKey)
    -
    -
    -
    Specified by:
    subMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + method on the inverse map should return the original. +

    +

    +
    Specified by:
    inverseOrderedBidiMap in interface OrderedBidiMap
    +
    +
    + +
    Returns:
    an inverted bidirectional map
    +
    + +
    + +

    +headMap

    +
    +public java.util.SortedMap headMap(java.lang.Object toKey)
    +
    +
    +
    Specified by:
    headMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +tailMap

    +
    +public java.util.SortedMap tailMap(java.lang.Object fromKey)
    +
    +
    +
    Specified by:
    tailMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +subMap

    +
    +public java.util.SortedMap subMap(java.lang.Object fromKey,
    +                                  java.lang.Object toKey)
    +
    +
    +
    Specified by:
    subMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/TreeBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/TreeBidiMap.html index 503ec9f..47bea45 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/TreeBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/TreeBidiMap.html @@ -1,107 +1,107 @@ - - - - - - - -TreeBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class TreeBidiMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.bidimap.TreeBidiMap
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map, BidiMap, IterableMap, OrderedBidiMap, OrderedMap
    -
    -
    -
    -
    public class TreeBidiMap
    extends java.lang.Object
    implements OrderedBidiMap
    - - -

    + + + + + + + +TreeBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.bidimap +
    +Class TreeBidiMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.bidimap.TreeBidiMap
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map, BidiMap, IterableMap, OrderedBidiMap, OrderedMap
    +
    +
    +
    +
    public class TreeBidiMap
    extends java.lang.Object
    implements OrderedBidiMap
    + + +

    Red-Black tree-based implementation of BidiMap where all objects added implement the Comparable interface.

    @@ -133,448 +133,448 @@ Red-Black tree-based implementation of BidiMap where all objects added

    The Map.Entry instances returned by the appropriate methods will not allow setValue() and will throw an - UnsupportedOperationException on attempts to call that method. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0 (previously DoubleOrderedMap v2.0)
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Marc Johnson, Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - - - -
    -Constructor Summary
    TreeBidiMap() - -
    -          Constructs a new empty TreeBidiMap.
    TreeBidiMap(java.util.Map map) - -
    -          Constructs a new TreeBidiMap by copying an existing Map.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -          Removes all mappings from this map.
    - booleancontainsKey(java.lang.Object key) - -
    -          Checks whether this map contains the a mapping for the specified key.
    - booleancontainsValue(java.lang.Object value) - -
    -          Checks whether this map contains the a mapping for the specified value.
    - java.util.SetentrySet() - -
    -          Returns a set view of the entries contained in this map in key order.
    - booleanequals(java.lang.Object obj) - -
    -          Compares for equals as per the API.
    - java.lang.ObjectfirstKey() - -
    -          Gets the first (lowest) key currently in this map.
    - java.lang.Objectget(java.lang.Object key) - -
    -          Gets the value to which this map maps the specified key.
    - java.lang.ObjectgetKey(java.lang.Object value) - -
    -          Returns the key to which this map maps the specified value.
    - inthashCode() - -
    -          Gets the hash code value for this map as per the API.
    - BidiMapinverseBidiMap() - -
    -          Gets the inverse map for comparison.
    - OrderedBidiMapinverseOrderedBidiMap() - -
    -          Gets the inverse map for comparison.
    - booleanisEmpty() - -
    -          Checks whether the map is empty or not.
    - java.util.SetkeySet() - -
    -          Returns a set view of the keys contained in this map in key order.
    - java.lang.ObjectlastKey() - -
    -          Gets the last (highest) key currently in this map.
    - MapIteratormapIterator() - -
    -          Gets an iterator over the map entries.
    - java.lang.ObjectnextKey(java.lang.Object key) - -
    -          Gets the next key after the one specified.
    - OrderedMapIteratororderedMapIterator() - -
    -          Gets an ordered iterator over the map entries.
    - java.lang.ObjectpreviousKey(java.lang.Object key) - -
    -          Gets the previous key before the one specified.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Puts the key-value pair into the map, replacing any previous pair.
    - voidputAll(java.util.Map map) - -
    -          Puts all the mappings from the specified map into this map.
    - java.lang.Objectremove(java.lang.Object key) - -
    -          Removes the mapping for this key from this map if present.
    - java.lang.ObjectremoveValue(java.lang.Object value) - -
    -          Removes the mapping for this value from this map if present.
    - intsize() - -
    -          Returns the number of key-value mappings in this map.
    - java.lang.StringtoString() - -
    -          Returns a string version of this Map in standard format.
    - java.util.Collectionvalues() - -
    -          Returns a set view of the values contained in this map in key order.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TreeBidiMap

    -
    -public TreeBidiMap()
    -
    -
    Constructs a new empty TreeBidiMap. -

    -

    -
    - -

    -TreeBidiMap

    -
    -public TreeBidiMap(java.util.Map map)
    -
    -
    Constructs a new TreeBidiMap by copying an existing Map. -

    -

    -
    Parameters:
    map - the map to copy -
    Throws: + UnsupportedOperationException on attempts to call that method. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0 (previously DoubleOrderedMap v2.0)
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Marc Johnson, Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + + + +
    +Constructor Summary
    TreeBidiMap() + +
    +          Constructs a new empty TreeBidiMap.
    TreeBidiMap(java.util.Map map) + +
    +          Constructs a new TreeBidiMap by copying an existing Map.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +          Removes all mappings from this map.
    + booleancontainsKey(java.lang.Object key) + +
    +          Checks whether this map contains the a mapping for the specified key.
    + booleancontainsValue(java.lang.Object value) + +
    +          Checks whether this map contains the a mapping for the specified value.
    + java.util.SetentrySet() + +
    +          Returns a set view of the entries contained in this map in key order.
    + booleanequals(java.lang.Object obj) + +
    +          Compares for equals as per the API.
    + java.lang.ObjectfirstKey() + +
    +          Gets the first (lowest) key currently in this map.
    + java.lang.Objectget(java.lang.Object key) + +
    +          Gets the value to which this map maps the specified key.
    + java.lang.ObjectgetKey(java.lang.Object value) + +
    +          Returns the key to which this map maps the specified value.
    + inthashCode() + +
    +          Gets the hash code value for this map as per the API.
    + BidiMapinverseBidiMap() + +
    +          Gets the inverse map for comparison.
    + OrderedBidiMapinverseOrderedBidiMap() + +
    +          Gets the inverse map for comparison.
    + booleanisEmpty() + +
    +          Checks whether the map is empty or not.
    + java.util.SetkeySet() + +
    +          Returns a set view of the keys contained in this map in key order.
    + java.lang.ObjectlastKey() + +
    +          Gets the last (highest) key currently in this map.
    + MapIteratormapIterator() + +
    +          Gets an iterator over the map entries.
    + java.lang.ObjectnextKey(java.lang.Object key) + +
    +          Gets the next key after the one specified.
    + OrderedMapIteratororderedMapIterator() + +
    +          Gets an ordered iterator over the map entries.
    + java.lang.ObjectpreviousKey(java.lang.Object key) + +
    +          Gets the previous key before the one specified.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Puts the key-value pair into the map, replacing any previous pair.
    + voidputAll(java.util.Map map) + +
    +          Puts all the mappings from the specified map into this map.
    + java.lang.Objectremove(java.lang.Object key) + +
    +          Removes the mapping for this key from this map if present.
    + java.lang.ObjectremoveValue(java.lang.Object value) + +
    +          Removes the mapping for this value from this map if present.
    + intsize() + +
    +          Returns the number of key-value mappings in this map.
    + java.lang.StringtoString() + +
    +          Returns a string version of this Map in standard format.
    + java.util.Collectionvalues() + +
    +          Returns a set view of the values contained in this map in key order.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TreeBidiMap

    +
    +public TreeBidiMap()
    +
    +
    Constructs a new empty TreeBidiMap. +

    +

    +
    + +

    +TreeBidiMap

    +
    +public TreeBidiMap(java.util.Map map)
    +
    +
    Constructs a new TreeBidiMap by copying an existing Map. +

    +

    +
    Parameters:
    map - the map to copy +
    Throws:
    java.lang.ClassCastException - if the keys/values in the map are - not Comparable or are not mutually comparable -
    java.lang.NullPointerException - if any key or value in the map is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -size

    -
    -public int size()
    -
    -
    Returns the number of key-value mappings in this map. -

    -

    -
    Specified by:
    size in interface java.util.Map
    -
    -
    - -
    Returns:
    the number of key-value mappings in this map
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Checks whether the map is empty or not. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Map
    -
    -
    - -
    Returns:
    true if the map is empty
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key)
    -
    + not Comparable or are not mutually comparable +
    java.lang.NullPointerException - if any key or value in the map is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +size

    +
    +public int size()
    +
    +
    Returns the number of key-value mappings in this map. +

    +

    +
    Specified by:
    size in interface java.util.Map
    +
    +
    + +
    Returns:
    the number of key-value mappings in this map
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Checks whether the map is empty or not. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Map
    +
    +
    + +
    Returns:
    true if the map is empty
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key)
    +
    Checks whether this map contains the a mapping for the specified key.

    - The key must implement Comparable. -

    -

    -
    Specified by:
    containsKey in interface java.util.Map
    -
    -
    -
    Parameters:
    key - key whose presence in this map is to be tested -
    Returns:
    true if this map contains a mapping for the specified key -
    Throws: -
    java.lang.ClassCastException - if the key is of an inappropriate type -
    java.lang.NullPointerException - if the key is null
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    + The key must implement Comparable. +

    +

    +
    Specified by:
    containsKey in interface java.util.Map
    +
    +
    +
    Parameters:
    key - key whose presence in this map is to be tested +
    Returns:
    true if this map contains a mapping for the specified key +
    Throws: +
    java.lang.ClassCastException - if the key is of an inappropriate type +
    java.lang.NullPointerException - if the key is null
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    Checks whether this map contains the a mapping for the specified value.

    - The value must implement Comparable. -

    -

    -
    Specified by:
    containsValue in interface java.util.Map
    -
    -
    -
    Parameters:
    value - value whose presence in this map is to be tested -
    Returns:
    true if this map contains a mapping for the specified value -
    Throws: -
    java.lang.ClassCastException - if the value is of an inappropriate type -
    java.lang.NullPointerException - if the value is null
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    + The value must implement Comparable. +

    +

    +
    Specified by:
    containsValue in interface java.util.Map
    +
    +
    +
    Parameters:
    value - value whose presence in this map is to be tested +
    Returns:
    true if this map contains a mapping for the specified value +
    Throws: +
    java.lang.ClassCastException - if the value is of an inappropriate type +
    java.lang.NullPointerException - if the value is null
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    Gets the value to which this map maps the specified key. Returns null if the map contains no mapping for this key.

    - The key must implement Comparable. -

    -

    -
    Specified by:
    get in interface java.util.Map
    -
    -
    -
    Parameters:
    key - key whose associated value is to be returned + The key must implement Comparable. +

    +

    +
    Specified by:
    get in interface java.util.Map
    +
    +
    +
    Parameters:
    key - key whose associated value is to be returned
    Returns:
    the value to which this map maps the specified key, - or null if the map contains no mapping for this key -
    Throws: -
    java.lang.ClassCastException - if the key is of an inappropriate type -
    java.lang.NullPointerException - if the key is null
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    + or null if the map contains no mapping for this key +
    Throws: +
    java.lang.ClassCastException - if the key is of an inappropriate type +
    java.lang.NullPointerException - if the key is null
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    Puts the key-value pair into the map, replacing any previous pair.

    When adding a key-value pair, the value may already exist in the map @@ -584,212 +584,212 @@ public java.lang.Object put(java.lang.Object key, BidiMap map1 = new TreeBidiMap(); map.put("A","B"); // contains A mapped to B, as per Map map.put("A","C"); // contains A mapped to C, as per Map - + BidiMap map2 = new TreeBidiMap(); map.put("A","B"); // contains A mapped to B, as per Map map.put("C","B"); // contains C mapped to B, key A is removed

    - Both key and value must implement Comparable. -

    -

    -
    Specified by:
    put in interface java.util.Map
    Specified by:
    put in interface BidiMap
    -
    -
    -
    Parameters:
    key - key with which the specified value is to be associated
    value - value to be associated with the specified key -
    Returns:
    the previous value for the key -
    Throws: -
    java.lang.ClassCastException - if the key is of an inappropriate type -
    java.lang.NullPointerException - if the key is null
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map map)
    -
    + Both key and value must implement Comparable. +

    +

    +
    Specified by:
    put in interface java.util.Map
    Specified by:
    put in interface BidiMap
    +
    +
    +
    Parameters:
    key - key with which the specified value is to be associated
    value - value to be associated with the specified key +
    Returns:
    the previous value for the key +
    Throws: +
    java.lang.ClassCastException - if the key is of an inappropriate type +
    java.lang.NullPointerException - if the key is null
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map map)
    +
    Puts all the mappings from the specified map into this map.

    - All keys and values must implement Comparable. -

    -

    -
    Specified by:
    putAll in interface java.util.Map
    -
    -
    -
    Parameters:
    map - the map to copy from
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    + All keys and values must implement Comparable. +

    +

    +
    Specified by:
    putAll in interface java.util.Map
    +
    +
    +
    Parameters:
    map - the map to copy from
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    Removes the mapping for this key from this map if present.

    - The key must implement Comparable. -

    -

    -
    Specified by:
    remove in interface java.util.Map
    -
    -
    -
    Parameters:
    key - key whose mapping is to be removed from the map. + The key must implement Comparable. +

    +

    +
    Specified by:
    remove in interface java.util.Map
    +
    +
    +
    Parameters:
    key - key whose mapping is to be removed from the map.
    Returns:
    previous value associated with specified key, - or null if there was no mapping for key. -
    Throws: -
    java.lang.ClassCastException - if the key is of an inappropriate type -
    java.lang.NullPointerException - if the key is null
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    Removes all mappings from this map. -

    -

    -
    Specified by:
    clear in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey(java.lang.Object value)
    -
    + or null if there was no mapping for key. +
    Throws: +
    java.lang.ClassCastException - if the key is of an inappropriate type +
    java.lang.NullPointerException - if the key is null
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    Removes all mappings from this map. +

    +

    +
    Specified by:
    clear in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey(java.lang.Object value)
    +
    Returns the key to which this map maps the specified value. Returns null if the map contains no mapping for this value.

    - The value must implement Comparable. -

    -

    -
    Specified by:
    getKey in interface BidiMap
    -
    -
    -
    Parameters:
    value - value whose associated key is to be returned. + The value must implement Comparable. +

    +

    +
    Specified by:
    getKey in interface BidiMap
    +
    +
    +
    Parameters:
    value - value whose associated key is to be returned.
    Returns:
    the key to which this map maps the specified value, - or null if the map contains no mapping for this value. -
    Throws: -
    java.lang.ClassCastException - if the value is of an inappropriate type -
    java.lang.NullPointerException - if the value is null
    -
    -
    -
    - -

    -removeValue

    -
    -public java.lang.Object removeValue(java.lang.Object value)
    -
    + or null if the map contains no mapping for this value. +
    Throws: +
    java.lang.ClassCastException - if the value is of an inappropriate type +
    java.lang.NullPointerException - if the value is null
    +
    +
    +
    + +

    +removeValue

    +
    +public java.lang.Object removeValue(java.lang.Object value)
    +
    Removes the mapping for this value from this map if present.

    - The value must implement Comparable. -

    -

    -
    Specified by:
    removeValue in interface BidiMap
    -
    -
    -
    Parameters:
    value - value whose mapping is to be removed from the map + The value must implement Comparable. +

    +

    +
    Specified by:
    removeValue in interface BidiMap
    +
    +
    +
    Parameters:
    value - value whose mapping is to be removed from the map
    Returns:
    previous key associated with specified value, - or null if there was no mapping for value. -
    Throws: -
    java.lang.ClassCastException - if the value is of an inappropriate type -
    java.lang.NullPointerException - if the value is null
    -
    -
    -
    - -

    -firstKey

    -
    -public java.lang.Object firstKey()
    -
    -
    Gets the first (lowest) key currently in this map. -

    -

    -
    Specified by:
    firstKey in interface OrderedMap
    -
    -
    - -
    Returns:
    the first (lowest) key currently in this sorted map -
    Throws: -
    java.util.NoSuchElementException - if this map is empty
    -
    -
    -
    - -

    -lastKey

    -
    -public java.lang.Object lastKey()
    -
    -
    Gets the last (highest) key currently in this map. -

    -

    -
    Specified by:
    lastKey in interface OrderedMap
    -
    -
    - -
    Returns:
    the last (highest) key currently in this sorted map -
    Throws: -
    java.util.NoSuchElementException - if this map is empty
    -
    -
    -
    - -

    -nextKey

    -
    -public java.lang.Object nextKey(java.lang.Object key)
    -
    + or null if there was no mapping for value. +
    Throws: +
    java.lang.ClassCastException - if the value is of an inappropriate type +
    java.lang.NullPointerException - if the value is null
    +
    +
    +
    + +

    +firstKey

    +
    +public java.lang.Object firstKey()
    +
    +
    Gets the first (lowest) key currently in this map. +

    +

    +
    Specified by:
    firstKey in interface OrderedMap
    +
    +
    + +
    Returns:
    the first (lowest) key currently in this sorted map +
    Throws: +
    java.util.NoSuchElementException - if this map is empty
    +
    +
    +
    + +

    +lastKey

    +
    +public java.lang.Object lastKey()
    +
    +
    Gets the last (highest) key currently in this map. +

    +

    +
    Specified by:
    lastKey in interface OrderedMap
    +
    +
    + +
    Returns:
    the last (highest) key currently in this sorted map +
    Throws: +
    java.util.NoSuchElementException - if this map is empty
    +
    +
    +
    + +

    +nextKey

    +
    +public java.lang.Object nextKey(java.lang.Object key)
    +
    Gets the next key after the one specified.

    - The key must implement Comparable. -

    -

    -
    Specified by:
    nextKey in interface OrderedMap
    -
    -
    -
    Parameters:
    key - the key to search for next from -
    Returns:
    the next key, null if no match or at end
    -
    -
    -
    - -

    -previousKey

    -
    -public java.lang.Object previousKey(java.lang.Object key)
    -
    + The key must implement Comparable. +

    +

    +
    Specified by:
    nextKey in interface OrderedMap
    +
    +
    +
    Parameters:
    key - the key to search for next from +
    Returns:
    the next key, null if no match or at end
    +
    +
    +
    + +

    +previousKey

    +
    +public java.lang.Object previousKey(java.lang.Object key)
    +
    Gets the previous key before the one specified.

    - The key must implement Comparable. -

    -

    -
    Specified by:
    previousKey in interface OrderedMap
    -
    -
    -
    Parameters:
    key - the key to search for previous from -
    Returns:
    the previous key, null if no match or at start
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    + The key must implement Comparable. +

    +

    +
    Specified by:
    previousKey in interface OrderedMap
    +
    +
    +
    Parameters:
    key - the key to search for previous from +
    Returns:
    the previous key, null if no match or at start
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    Returns a set view of the keys contained in this map in key order.

    The set is backed by the map, so changes to the map are reflected in @@ -797,23 +797,23 @@ public java.util.Set keySet() the set is in progress, the results of the iteration are undefined.

    The set supports element removal, which removes the corresponding mapping - from the map. It does not support the add or addAll operations. -

    -

    -
    Specified by:
    keySet in interface java.util.Map
    -
    -
    - -
    Returns:
    a set view of the keys contained in this map.
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    + from the map. It does not support the add or addAll operations. +

    +

    +
    Specified by:
    keySet in interface java.util.Map
    +
    +
    + +
    Returns:
    a set view of the keys contained in this map.
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    Returns a set view of the values contained in this map in key order. The returned object can be cast to a Set.

    @@ -822,23 +822,23 @@ public java.util.Collection values() the set is in progress, the results of the iteration are undefined.

    The set supports element removal, which removes the corresponding mapping - from the map. It does not support the add or addAll operations. -

    -

    -
    Specified by:
    values in interface java.util.Map
    -
    -
    - -
    Returns:
    a set view of the values contained in this map.
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    + from the map. It does not support the add or addAll operations. +

    +

    +
    Specified by:
    values in interface java.util.Map
    +
    +
    + +
    Returns:
    a set view of the values contained in this map.
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    Returns a set view of the entries contained in this map in key order. For simple iteration through the map, the MapIterator is quicker.

    @@ -848,200 +848,200 @@ public java.util.Set entrySet()

    The set supports element removal, which removes the corresponding mapping from the map. It does not support the add or addAll operations. - The returned MapEntry objects do not support setValue. -

    -

    -
    Specified by:
    entrySet in interface java.util.Map
    -
    -
    - -
    Returns:
    a set view of the values contained in this map.
    -
    -
    -
    - -

    -mapIterator

    -
    -public MapIterator mapIterator()
    -
    + The returned MapEntry objects do not support setValue. +

    +

    +
    Specified by:
    entrySet in interface java.util.Map
    +
    +
    + +
    Returns:
    a set view of the values contained in this map.
    +
    +
    +
    + +

    +mapIterator

    +
    +public MapIterator mapIterator()
    +
    Gets an iterator over the map entries.

    - For this map, this iterator is the fastest way to iterate over the entries. -

    -

    -
    Specified by:
    mapIterator in interface BidiMap
    Specified by:
    mapIterator in interface IterableMap
    -
    -
    - -
    Returns:
    an iterator
    -
    -
    -
    - -

    -orderedMapIterator

    -
    -public OrderedMapIterator orderedMapIterator()
    -
    + For this map, this iterator is the fastest way to iterate over the entries. +

    +

    +
    Specified by:
    mapIterator in interface BidiMap
    Specified by:
    mapIterator in interface IterableMap
    +
    +
    + +
    Returns:
    an iterator
    +
    +
    +
    + +

    +orderedMapIterator

    +
    +public OrderedMapIterator orderedMapIterator()
    +
    Gets an ordered iterator over the map entries.

    - This iterator allows both forward and reverse iteration over the entries. -

    -

    -
    Specified by:
    orderedMapIterator in interface OrderedMap
    -
    -
    - -
    Returns:
    an iterator
    -
    -
    -
    - -

    -inverseBidiMap

    -
    -public BidiMap inverseBidiMap()
    -
    -
    Gets the inverse map for comparison. -

    -

    -
    Specified by:
    inverseBidiMap in interface BidiMap
    Specified by:
    inverseBidiMap in interface OrderedBidiMap
    -
    -
    - -
    Returns:
    the inverse map
    -
    -
    -
    - -

    -inverseOrderedBidiMap

    -
    -public OrderedBidiMap inverseOrderedBidiMap()
    -
    -
    Gets the inverse map for comparison. -

    -

    -
    Specified by:
    inverseOrderedBidiMap in interface OrderedBidiMap
    -
    -
    - -
    Returns:
    the inverse map
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    -
    Compares for equals as per the API. -

    -

    -
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    obj - the object to compare to -
    Returns:
    true if equal
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    Gets the hash code value for this map as per the API. -

    -

    -
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    - -
    Returns:
    the hash code value for this map
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    Returns a string version of this Map in standard format. -

    -

    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    - -
    Returns:
    a standard format string version of the map
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This iterator allows both forward and reverse iteration over the entries. +

    +

    +
    Specified by:
    orderedMapIterator in interface OrderedMap
    +
    +
    + +
    Returns:
    an iterator
    +
    +
    +
    + +

    +inverseBidiMap

    +
    +public BidiMap inverseBidiMap()
    +
    +
    Gets the inverse map for comparison. +

    +

    +
    Specified by:
    inverseBidiMap in interface BidiMap
    Specified by:
    inverseBidiMap in interface OrderedBidiMap
    +
    +
    + +
    Returns:
    the inverse map
    +
    +
    +
    + +

    +inverseOrderedBidiMap

    +
    +public OrderedBidiMap inverseOrderedBidiMap()
    +
    +
    Gets the inverse map for comparison. +

    +

    +
    Specified by:
    inverseOrderedBidiMap in interface OrderedBidiMap
    +
    +
    + +
    Returns:
    the inverse map
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    Compares for equals as per the API. +

    +

    +
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    obj - the object to compare to +
    Returns:
    true if equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Gets the hash code value for this map as per the API. +

    +

    +
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    + +
    Returns:
    the hash code value for this map
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Returns a string version of this Map in standard format. +

    +

    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    + +
    Returns:
    a standard format string version of the map
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/UnmodifiableBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/UnmodifiableBidiMap.html index 0d8ebdc..fbabb81 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/UnmodifiableBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/UnmodifiableBidiMap.html @@ -1,352 +1,352 @@ - - - - - - - -UnmodifiableBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class UnmodifiableBidiMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    -          extended by org.apache.commons.collections.bidimap.UnmodifiableBidiMap
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map, BidiMap, IterableMap, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableBidiMap
    extends AbstractBidiMapDecorator
    implements Unmodifiable
    - - -

    -Decorates another BidiMap to ensure it can't be altered. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +
    -Method Summary
    - voidclear() - -
    -           
    -static BidiMapdecorate(BidiMap map) - -
    -          Factory method to create an unmodifiable map.
    - java.util.SetentrySet() - -
    -           
    - BidiMapinverseBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - java.util.SetkeySet() - -
    -           
    - MapIteratormapIterator() - -
    -          Obtains a MapIterator over the map.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Puts the key-value pair into the map, replacing any previous pair.
    - voidputAll(java.util.Map mapToCopy) - -
    -           
    - java.lang.Objectremove(java.lang.Object key) - -
    -           
    - java.lang.ObjectremoveValue(java.lang.Object value) - -
    + + + + + + + +UnmodifiableBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.bidimap +
    +Class UnmodifiableBidiMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    +          extended by org.apache.commons.collections.bidimap.UnmodifiableBidiMap
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map, BidiMap, IterableMap, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableBidiMap
    extends AbstractBidiMapDecorator
    implements Unmodifiable
    + + +

    +Decorates another BidiMap to ensure it can't be altered. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - -
    +Method Summary
    + voidclear() + +
    +           
    +static BidiMapdecorate(BidiMap map) + +
    +          Factory method to create an unmodifiable map.
    + java.util.SetentrySet() + +
    +           
    + BidiMapinverseBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + java.util.SetkeySet() + +
    +           
    + MapIteratormapIterator() + +
    +          Obtains a MapIterator over the map.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Puts the key-value pair into the map, replacing any previous pair.
    + voidputAll(java.util.Map mapToCopy) + +
    +           
    + java.lang.Objectremove(java.lang.Object key) + +
    +           
    + java.lang.ObjectremoveValue(java.lang.Object value) + +
              Removes the key-value pair that is currently mapped to the specified - value (optional operation).
    - java.util.Collectionvalues() - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    getBidiMap, getKey
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static BidiMap decorate(BidiMap map)
    -
    + value (optional operation).
    + java.util.Collectionvalues() + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    getBidiMap, getKey
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static BidiMap decorate(BidiMap map)
    +
    Factory method to create an unmodifiable map.

    - If the map passed in is already unmodifiable, it is returned. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null -
    Returns:
    an unmodifiable BidiMap -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    Description copied from interface: BidiMap
    + If the map passed in is already unmodifiable, it is returned. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null +
    Returns:
    an unmodifiable BidiMap +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    Description copied from interface: BidiMap
    Puts the key-value pair into the map, replacing any previous pair.

    When adding a key-value pair, the value may already exist in the map @@ -356,122 +356,122 @@ public java.lang.Object put(java.lang.Object key, BidiMap map1 = new DualHashBidiMap(); map.put("A","B"); // contains A mapped to B, as per Map map.put("A","C"); // contains A mapped to C, as per Map - + BidiMap map2 = new DualHashBidiMap(); map.put("A","B"); // contains A mapped to B, as per Map map.put("C","B"); // contains C mapped to B, key A is removed - -

    -

    -
    Specified by:
    put in interface java.util.Map
    Specified by:
    put in interface BidiMap
    Overrides:
    put in class AbstractMapDecorator
    -
    -
    -
    Parameters:
    key - the key to store
    value - the value to store -
    Returns:
    the previous value mapped to this key
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map mapToCopy)
    -
    -
    -
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    -
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    -
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    -
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    -
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -removeValue

    -
    -public java.lang.Object removeValue(java.lang.Object value)
    -
    -
    Description copied from interface: BidiMap
    + +

    +

    +
    Specified by:
    put in interface java.util.Map
    Specified by:
    put in interface BidiMap
    Overrides:
    put in class AbstractMapDecorator
    +
    +
    +
    Parameters:
    key - the key to store
    value - the value to store +
    Returns:
    the previous value mapped to this key
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map mapToCopy)
    +
    +
    +
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    +
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    +
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    +
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    +
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +removeValue

    +
    +public java.lang.Object removeValue(java.lang.Object value)
    +
    +
    Description copied from interface: BidiMap
    Removes the key-value pair that is currently mapped to the specified value (optional operation).

    If the value is not contained in the map, null is returned.

    Implementations should seek to make this method perform equally as well - as remove(Object). -

    -

    -
    Specified by:
    removeValue in interface BidiMap
    Overrides:
    removeValue in class AbstractBidiMapDecorator
    -
    -
    -
    Parameters:
    value - the value to find the key-value pair for -
    Returns:
    the key that was removed, null if nothing removed
    -
    -
    -
    - -

    -mapIterator

    -
    -public MapIterator mapIterator()
    -
    -
    Description copied from interface: BidiMap
    + as remove(Object). +

    +

    +
    Specified by:
    removeValue in interface BidiMap
    Overrides:
    removeValue in class AbstractBidiMapDecorator
    +
    +
    +
    Parameters:
    value - the value to find the key-value pair for +
    Returns:
    the key that was removed, null if nothing removed
    +
    +
    +
    + +

    +mapIterator

    +
    +public MapIterator mapIterator()
    +
    +
    Description copied from interface: BidiMap
    Obtains a MapIterator over the map.

    A map iterator is an efficient way of iterating over maps. @@ -485,24 +485,24 @@ public -

    -

    -
    Specified by:
    mapIterator in interface BidiMap
    Specified by:
    mapIterator in interface IterableMap
    Overrides:
    mapIterator in class AbstractBidiMapDecorator
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    -
    - -

    -inverseBidiMap

    -
    -public BidiMap inverseBidiMap()
    -
    -
    Description copied from interface: BidiMap
    + +

    +

    +
    Specified by:
    mapIterator in interface BidiMap
    Specified by:
    mapIterator in interface IterableMap
    Overrides:
    mapIterator in class AbstractBidiMapDecorator
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    +
    + +

    +inverseBidiMap

    +
    +public BidiMap inverseBidiMap()
    +
    +
    Description copied from interface: BidiMap
    Gets a view of this map where the keys and values are reversed.

    Changes to one map will be visible in the other and vice versa. @@ -510,77 +510,77 @@ public Implementations should seek to avoid creating a new object every time this method is called. See AbstractMap.values() etc. Calling this - method on the inverse map should return the original. -

    -

    -
    Specified by:
    inverseBidiMap in interface BidiMap
    Overrides:
    inverseBidiMap in class AbstractBidiMapDecorator
    -
    -
    - -
    Returns:
    an inverted bidirectional map
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + method on the inverse map should return the original. +

    +

    +
    Specified by:
    inverseBidiMap in interface BidiMap
    Overrides:
    inverseBidiMap in class AbstractBidiMapDecorator
    +
    +
    + +
    Returns:
    an inverted bidirectional map
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/UnmodifiableOrderedBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/UnmodifiableOrderedBidiMap.html index 8bb6b81..2226455 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/UnmodifiableOrderedBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/UnmodifiableOrderedBidiMap.html @@ -1,406 +1,406 @@ - - - - - - - -UnmodifiableOrderedBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class UnmodifiableOrderedBidiMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    -          extended by org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
    -              extended by org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map, BidiMap, IterableMap, OrderedBidiMap, OrderedMap, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableOrderedBidiMap
    extends AbstractOrderedBidiMapDecorator
    implements Unmodifiable
    - - -

    -Decorates another OrderedBidiMap to ensure it can't be altered. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +
    -Method Summary
    - voidclear() - -
    -           
    -static OrderedBidiMapdecorate(OrderedBidiMap map) - -
    -          Factory method to create an unmodifiable map.
    - java.util.SetentrySet() - -
    -           
    - BidiMapinverseBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - OrderedBidiMapinverseOrderedBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - java.util.SetkeySet() - -
    -           
    - MapIteratormapIterator() - -
    -          Obtains a MapIterator over the map.
    - OrderedMapIteratororderedMapIterator() - -
    -          Obtains an OrderedMapIterator over the map.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Puts the key-value pair into the map, replacing any previous pair.
    - voidputAll(java.util.Map mapToCopy) - -
    -           
    - java.lang.Objectremove(java.lang.Object key) - -
    -           
    - java.lang.ObjectremoveValue(java.lang.Object value) - -
    + + + + + + + +UnmodifiableOrderedBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.bidimap +
    +Class UnmodifiableOrderedBidiMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    +          extended by org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
    +              extended by org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map, BidiMap, IterableMap, OrderedBidiMap, OrderedMap, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableOrderedBidiMap
    extends AbstractOrderedBidiMapDecorator
    implements Unmodifiable
    + + +

    +Decorates another OrderedBidiMap to ensure it can't be altered. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - -
    +Method Summary
    + voidclear() + +
    +           
    +static OrderedBidiMapdecorate(OrderedBidiMap map) + +
    +          Factory method to create an unmodifiable map.
    + java.util.SetentrySet() + +
    +           
    + BidiMapinverseBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + OrderedBidiMapinverseOrderedBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + java.util.SetkeySet() + +
    +           
    + MapIteratormapIterator() + +
    +          Obtains a MapIterator over the map.
    + OrderedMapIteratororderedMapIterator() + +
    +          Obtains an OrderedMapIterator over the map.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Puts the key-value pair into the map, replacing any previous pair.
    + voidputAll(java.util.Map mapToCopy) + +
    +           
    + java.lang.Objectremove(java.lang.Object key) + +
    +           
    + java.lang.ObjectremoveValue(java.lang.Object value) + +
              Removes the key-value pair that is currently mapped to the specified - value (optional operation).
    - java.util.Collectionvalues() - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
    firstKey, getOrderedBidiMap, lastKey, nextKey, previousKey
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    getBidiMap, getKey
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.BidiMap
    getKey
    - - - - - - - -
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    - - - - - - - -
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static OrderedBidiMap decorate(OrderedBidiMap map)
    -
    + value (optional operation).
    + java.util.Collectionvalues() + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
    firstKey, getOrderedBidiMap, lastKey, nextKey, previousKey
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    getBidiMap, getKey
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.BidiMap
    getKey
    + + + + + + + +
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    + + + + + + + +
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static OrderedBidiMap decorate(OrderedBidiMap map)
    +
    Factory method to create an unmodifiable map.

    - If the map passed in is already unmodifiable, it is returned. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null -
    Returns:
    an unmodifiable OrderedBidiMap -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    Description copied from interface: BidiMap
    + If the map passed in is already unmodifiable, it is returned. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null +
    Returns:
    an unmodifiable OrderedBidiMap +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    Description copied from interface: BidiMap
    Puts the key-value pair into the map, replacing any previous pair.

    When adding a key-value pair, the value may already exist in the map @@ -410,122 +410,122 @@ public java.lang.Object put(java.lang.Object key, BidiMap map1 = new DualHashBidiMap(); map.put("A","B"); // contains A mapped to B, as per Map map.put("A","C"); // contains A mapped to C, as per Map - + BidiMap map2 = new DualHashBidiMap(); map.put("A","B"); // contains A mapped to B, as per Map map.put("C","B"); // contains C mapped to B, key A is removed - -

    -

    -
    Specified by:
    put in interface java.util.Map
    Specified by:
    put in interface BidiMap
    Overrides:
    put in class AbstractMapDecorator
    -
    -
    -
    Parameters:
    key - the key to store
    value - the value to store -
    Returns:
    the previous value mapped to this key
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map mapToCopy)
    -
    -
    -
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    -
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    -
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    -
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    -
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -removeValue

    -
    -public java.lang.Object removeValue(java.lang.Object value)
    -
    -
    Description copied from interface: BidiMap
    + +

    +

    +
    Specified by:
    put in interface java.util.Map
    Specified by:
    put in interface BidiMap
    Overrides:
    put in class AbstractMapDecorator
    +
    +
    +
    Parameters:
    key - the key to store
    value - the value to store +
    Returns:
    the previous value mapped to this key
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map mapToCopy)
    +
    +
    +
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    +
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    +
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    +
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    +
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +removeValue

    +
    +public java.lang.Object removeValue(java.lang.Object value)
    +
    +
    Description copied from interface: BidiMap
    Removes the key-value pair that is currently mapped to the specified value (optional operation).

    If the value is not contained in the map, null is returned.

    Implementations should seek to make this method perform equally as well - as remove(Object). -

    -

    -
    Specified by:
    removeValue in interface BidiMap
    Overrides:
    removeValue in class AbstractBidiMapDecorator
    -
    -
    -
    Parameters:
    value - the value to find the key-value pair for -
    Returns:
    the key that was removed, null if nothing removed
    -
    -
    -
    - -

    -mapIterator

    -
    -public MapIterator mapIterator()
    -
    -
    Description copied from interface: BidiMap
    + as remove(Object). +

    +

    +
    Specified by:
    removeValue in interface BidiMap
    Overrides:
    removeValue in class AbstractBidiMapDecorator
    +
    +
    +
    Parameters:
    value - the value to find the key-value pair for +
    Returns:
    the key that was removed, null if nothing removed
    +
    +
    +
    + +

    +mapIterator

    +
    +public MapIterator mapIterator()
    +
    +
    Description copied from interface: BidiMap
    Obtains a MapIterator over the map.

    A map iterator is an efficient way of iterating over maps. @@ -539,24 +539,24 @@ public -

    -

    -
    Specified by:
    mapIterator in interface BidiMap
    Specified by:
    mapIterator in interface IterableMap
    Overrides:
    mapIterator in class AbstractBidiMapDecorator
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    -
    - -

    -inverseBidiMap

    -
    -public BidiMap inverseBidiMap()
    -
    -
    Description copied from interface: BidiMap
    + +

    +

    +
    Specified by:
    mapIterator in interface BidiMap
    Specified by:
    mapIterator in interface IterableMap
    Overrides:
    mapIterator in class AbstractBidiMapDecorator
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    +
    + +

    +inverseBidiMap

    +
    +public BidiMap inverseBidiMap()
    +
    +
    Description copied from interface: BidiMap
    Gets a view of this map where the keys and values are reversed.

    Changes to one map will be visible in the other and vice versa. @@ -564,24 +564,24 @@ public Implementations should seek to avoid creating a new object every time this method is called. See AbstractMap.values() etc. Calling this - method on the inverse map should return the original. -

    -

    -
    Specified by:
    inverseBidiMap in interface BidiMap
    Specified by:
    inverseBidiMap in interface OrderedBidiMap
    Overrides:
    inverseBidiMap in class AbstractBidiMapDecorator
    -
    -
    - -
    Returns:
    an inverted bidirectional map
    -
    -
    -
    - -

    -orderedMapIterator

    -
    -public OrderedMapIterator orderedMapIterator()
    -
    -
    Description copied from interface: OrderedMap
    + method on the inverse map should return the original. +

    +

    +
    Specified by:
    inverseBidiMap in interface BidiMap
    Specified by:
    inverseBidiMap in interface OrderedBidiMap
    Overrides:
    inverseBidiMap in class AbstractBidiMapDecorator
    +
    +
    + +
    Returns:
    an inverted bidirectional map
    +
    +
    +
    + +

    +orderedMapIterator

    +
    +public OrderedMapIterator orderedMapIterator()
    +
    +
    Description copied from interface: OrderedMap
    Obtains an OrderedMapIterator over the map.

    A ordered map iterator is an efficient way of iterating over maps @@ -595,24 +595,24 @@ public -

    -

    -
    Specified by:
    orderedMapIterator in interface OrderedMap
    Overrides:
    orderedMapIterator in class AbstractOrderedBidiMapDecorator
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    -
    - -

    -inverseOrderedBidiMap

    -
    -public OrderedBidiMap inverseOrderedBidiMap()
    -
    -
    Description copied from interface: OrderedBidiMap
    + +

    +

    +
    Specified by:
    orderedMapIterator in interface OrderedMap
    Overrides:
    orderedMapIterator in class AbstractOrderedBidiMapDecorator
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    +
    + +

    +inverseOrderedBidiMap

    +
    +public OrderedBidiMap inverseOrderedBidiMap()
    +
    +
    Description copied from interface: OrderedBidiMap
    Gets a view of this map where the keys and values are reversed.

    Changes to one map will be visible in the other and vice versa. @@ -620,77 +620,77 @@ public inverseOrderedBidiMap in interface OrderedBidiMap

    Overrides:
    inverseOrderedBidiMap in class AbstractOrderedBidiMapDecorator
    - -
    - -
    Returns:
    an inverted bidirectional map
    -
    - - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + method on the inverse map should return the original. +

    +

    +
    Specified by:
    inverseOrderedBidiMap in interface OrderedBidiMap
    Overrides:
    inverseOrderedBidiMap in class AbstractOrderedBidiMapDecorator
    +
    +
    + +
    Returns:
    an inverted bidirectional map
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/UnmodifiableSortedBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/UnmodifiableSortedBidiMap.html index 892a41d..2f0347a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/UnmodifiableSortedBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/UnmodifiableSortedBidiMap.html @@ -1,467 +1,467 @@ - - - - - - - -UnmodifiableSortedBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.bidimap -
    -Class UnmodifiableSortedBidiMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    -          extended by org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
    -              extended by org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
    -                  extended by org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map, java.util.SortedMap, BidiMap, IterableMap, OrderedBidiMap, OrderedMap, SortedBidiMap, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableSortedBidiMap
    extends AbstractSortedBidiMapDecorator
    implements Unmodifiable
    - - -

    -Decorates another SortedBidiMap to ensure it can't be altered. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + +
    -Method Summary
    - voidclear() - -
    -           
    -static SortedBidiMapdecorate(SortedBidiMap map) - -
    -          Factory method to create an unmodifiable map.
    - java.util.SetentrySet() - -
    -           
    - java.util.SortedMapheadMap(java.lang.Object toKey) - -
    -           
    - BidiMapinverseBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - OrderedBidiMapinverseOrderedBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - SortedBidiMapinverseSortedBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - java.util.SetkeySet() - -
    -           
    - MapIteratormapIterator() - -
    -          Obtains a MapIterator over the map.
    - OrderedMapIteratororderedMapIterator() - -
    -          Obtains an OrderedMapIterator over the map.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Puts the key-value pair into the map, replacing any previous pair.
    - voidputAll(java.util.Map mapToCopy) - -
    -           
    - java.lang.Objectremove(java.lang.Object key) - -
    -           
    - java.lang.ObjectremoveValue(java.lang.Object value) - -
    + + + + + + + +UnmodifiableSortedBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.bidimap +
    +Class UnmodifiableSortedBidiMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    +          extended by org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
    +              extended by org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
    +                  extended by org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map, java.util.SortedMap, BidiMap, IterableMap, OrderedBidiMap, OrderedMap, SortedBidiMap, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableSortedBidiMap
    extends AbstractSortedBidiMapDecorator
    implements Unmodifiable
    + + +

    +Decorates another SortedBidiMap to ensure it can't be altered. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - -
    +Method Summary
    + voidclear() + +
    +           
    +static SortedBidiMapdecorate(SortedBidiMap map) + +
    +          Factory method to create an unmodifiable map.
    + java.util.SetentrySet() + +
    +           
    + java.util.SortedMapheadMap(java.lang.Object toKey) + +
    +           
    + BidiMapinverseBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + OrderedBidiMapinverseOrderedBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + SortedBidiMapinverseSortedBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + java.util.SetkeySet() + +
    +           
    + MapIteratormapIterator() + +
    +          Obtains a MapIterator over the map.
    + OrderedMapIteratororderedMapIterator() + +
    +          Obtains an OrderedMapIterator over the map.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Puts the key-value pair into the map, replacing any previous pair.
    + voidputAll(java.util.Map mapToCopy) + +
    +           
    + java.lang.Objectremove(java.lang.Object key) + +
    +           
    + java.lang.ObjectremoveValue(java.lang.Object value) + +
              Removes the key-value pair that is currently mapped to the specified - value (optional operation).
    - java.util.SortedMapsubMap(java.lang.Object fromKey, - java.lang.Object toKey) - -
    -           
    - java.util.SortedMaptailMap(java.lang.Object fromKey) - -
    -           
    - java.util.Collectionvalues() - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
    comparator, getSortedBidiMap
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
    firstKey, getOrderedBidiMap, lastKey, nextKey, previousKey
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    getBidiMap, getKey
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.BidiMap
    getKey
    - - - - - - - -
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.OrderedMap
    firstKey, lastKey, nextKey, previousKey
    - - - - - - - -
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    - - - - - - - -
    Methods inherited from interface java.util.SortedMap
    firstKey, lastKey
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static SortedBidiMap decorate(SortedBidiMap map)
    -
    + value (optional operation).
    + java.util.SortedMapsubMap(java.lang.Object fromKey, + java.lang.Object toKey) + +
    +           
    + java.util.SortedMaptailMap(java.lang.Object fromKey) + +
    +           
    + java.util.Collectionvalues() + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
    comparator, getSortedBidiMap
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
    firstKey, getOrderedBidiMap, lastKey, nextKey, previousKey
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
    getBidiMap, getKey
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.BidiMap
    getKey
    + + + + + + + +
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.OrderedMap
    firstKey, lastKey, nextKey, previousKey
    + + + + + + + +
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    + + + + + + + +
    Methods inherited from interface java.util.SortedMap
    firstKey, lastKey
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static SortedBidiMap decorate(SortedBidiMap map)
    +
    Factory method to create an unmodifiable map.

    - If the map passed in is already unmodifiable, it is returned. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null -
    Returns:
    an unmodifiable SortedBidiMap -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    Description copied from interface: BidiMap
    + If the map passed in is already unmodifiable, it is returned. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null +
    Returns:
    an unmodifiable SortedBidiMap +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    Description copied from interface: BidiMap
    Puts the key-value pair into the map, replacing any previous pair.

    When adding a key-value pair, the value may already exist in the map @@ -471,122 +471,122 @@ public java.lang.Object put(java.lang.Object key, BidiMap map1 = new DualHashBidiMap(); map.put("A","B"); // contains A mapped to B, as per Map map.put("A","C"); // contains A mapped to C, as per Map - + BidiMap map2 = new DualHashBidiMap(); map.put("A","B"); // contains A mapped to B, as per Map map.put("C","B"); // contains C mapped to B, key A is removed - -

    -

    -
    Specified by:
    put in interface java.util.Map
    Specified by:
    put in interface BidiMap
    Overrides:
    put in class AbstractMapDecorator
    -
    -
    -
    Parameters:
    key - the key to store
    value - the value to store -
    Returns:
    the previous value mapped to this key
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map mapToCopy)
    -
    -
    -
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    -
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    -
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    -
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    -
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -removeValue

    -
    -public java.lang.Object removeValue(java.lang.Object value)
    -
    -
    Description copied from interface: BidiMap
    + +

    +

    +
    Specified by:
    put in interface java.util.Map
    Specified by:
    put in interface BidiMap
    Overrides:
    put in class AbstractMapDecorator
    +
    +
    +
    Parameters:
    key - the key to store
    value - the value to store +
    Returns:
    the previous value mapped to this key
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map mapToCopy)
    +
    +
    +
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    +
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    +
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    +
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    +
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +removeValue

    +
    +public java.lang.Object removeValue(java.lang.Object value)
    +
    +
    Description copied from interface: BidiMap
    Removes the key-value pair that is currently mapped to the specified value (optional operation).

    If the value is not contained in the map, null is returned.

    Implementations should seek to make this method perform equally as well - as remove(Object). -

    -

    -
    Specified by:
    removeValue in interface BidiMap
    Overrides:
    removeValue in class AbstractBidiMapDecorator
    -
    -
    -
    Parameters:
    value - the value to find the key-value pair for -
    Returns:
    the key that was removed, null if nothing removed
    -
    -
    -
    - -

    -mapIterator

    -
    -public MapIterator mapIterator()
    -
    -
    Description copied from interface: BidiMap
    + as remove(Object). +

    +

    +
    Specified by:
    removeValue in interface BidiMap
    Overrides:
    removeValue in class AbstractBidiMapDecorator
    +
    +
    +
    Parameters:
    value - the value to find the key-value pair for +
    Returns:
    the key that was removed, null if nothing removed
    +
    +
    +
    + +

    +mapIterator

    +
    +public MapIterator mapIterator()
    +
    +
    Description copied from interface: BidiMap
    Obtains a MapIterator over the map.

    A map iterator is an efficient way of iterating over maps. @@ -600,24 +600,24 @@ public -

    -

    -
    Specified by:
    mapIterator in interface BidiMap
    Specified by:
    mapIterator in interface IterableMap
    Overrides:
    mapIterator in class AbstractBidiMapDecorator
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    -
    - -

    -inverseBidiMap

    -
    -public BidiMap inverseBidiMap()
    -
    -
    Description copied from interface: BidiMap
    + +

    +

    +
    Specified by:
    mapIterator in interface BidiMap
    Specified by:
    mapIterator in interface IterableMap
    Overrides:
    mapIterator in class AbstractBidiMapDecorator
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    +
    + +

    +inverseBidiMap

    +
    +public BidiMap inverseBidiMap()
    +
    +
    Description copied from interface: BidiMap
    Gets a view of this map where the keys and values are reversed.

    Changes to one map will be visible in the other and vice versa. @@ -625,24 +625,24 @@ public Implementations should seek to avoid creating a new object every time this method is called. See AbstractMap.values() etc. Calling this - method on the inverse map should return the original. -

    -

    -
    Specified by:
    inverseBidiMap in interface BidiMap
    Specified by:
    inverseBidiMap in interface OrderedBidiMap
    Specified by:
    inverseBidiMap in interface SortedBidiMap
    Overrides:
    inverseBidiMap in class AbstractBidiMapDecorator
    -
    -
    - -
    Returns:
    an inverted bidirectional map
    -
    -
    -
    - -

    -orderedMapIterator

    -
    -public OrderedMapIterator orderedMapIterator()
    -
    -
    Description copied from interface: OrderedMap
    + method on the inverse map should return the original. +

    +

    +
    Specified by:
    inverseBidiMap in interface BidiMap
    Specified by:
    inverseBidiMap in interface OrderedBidiMap
    Specified by:
    inverseBidiMap in interface SortedBidiMap
    Overrides:
    inverseBidiMap in class AbstractBidiMapDecorator
    +
    +
    + +
    Returns:
    an inverted bidirectional map
    +
    +
    +
    + +

    +orderedMapIterator

    +
    +public OrderedMapIterator orderedMapIterator()
    +
    +
    Description copied from interface: OrderedMap
    Obtains an OrderedMapIterator over the map.

    A ordered map iterator is an efficient way of iterating over maps @@ -656,24 +656,24 @@ public -

    -

    -
    Specified by:
    orderedMapIterator in interface OrderedMap
    Overrides:
    orderedMapIterator in class AbstractOrderedBidiMapDecorator
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    -
    - -

    -inverseOrderedBidiMap

    -
    -public OrderedBidiMap inverseOrderedBidiMap()
    -
    -
    Description copied from interface: OrderedBidiMap
    + +

    +

    +
    Specified by:
    orderedMapIterator in interface OrderedMap
    Overrides:
    orderedMapIterator in class AbstractOrderedBidiMapDecorator
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    +
    + +

    +inverseOrderedBidiMap

    +
    +public OrderedBidiMap inverseOrderedBidiMap()
    +
    +
    Description copied from interface: OrderedBidiMap
    Gets a view of this map where the keys and values are reversed.

    Changes to one map will be visible in the other and vice versa. @@ -681,24 +681,24 @@ public inverseOrderedBidiMap in interface OrderedBidiMap

    Overrides:
    inverseOrderedBidiMap in class AbstractOrderedBidiMapDecorator
    - -
    - -
    Returns:
    an inverted bidirectional map
    -
    - -
    - -

    -inverseSortedBidiMap

    -
    -public SortedBidiMap inverseSortedBidiMap()
    -
    -
    Description copied from interface: SortedBidiMap
    + method on the inverse map should return the original. +

    +

    +
    Specified by:
    inverseOrderedBidiMap in interface OrderedBidiMap
    Overrides:
    inverseOrderedBidiMap in class AbstractOrderedBidiMapDecorator
    +
    +
    + +
    Returns:
    an inverted bidirectional map
    +
    +
    +
    + +

    +inverseSortedBidiMap

    +
    +public SortedBidiMap inverseSortedBidiMap()
    +
    +
    Description copied from interface: SortedBidiMap
    Gets a view of this map where the keys and values are reversed.

    Changes to one map will be visible in the other and vice versa. @@ -709,120 +709,120 @@ public inverseSortedBidiMap in interface SortedBidiMap

    Overrides:
    inverseSortedBidiMap in class AbstractSortedBidiMapDecorator
    - -
    - -
    Returns:
    an inverted bidirectional map
    -
    - -
    - -

    -subMap

    -
    -public java.util.SortedMap subMap(java.lang.Object fromKey,
    -                                  java.lang.Object toKey)
    -
    -
    -
    Specified by:
    subMap in interface java.util.SortedMap
    Overrides:
    subMap in class AbstractSortedBidiMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -headMap

    -
    -public java.util.SortedMap headMap(java.lang.Object toKey)
    -
    -
    -
    Specified by:
    headMap in interface java.util.SortedMap
    Overrides:
    headMap in class AbstractSortedBidiMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -tailMap

    -
    -public java.util.SortedMap tailMap(java.lang.Object fromKey)
    -
    -
    -
    Specified by:
    tailMap in interface java.util.SortedMap
    Overrides:
    tailMap in class AbstractSortedBidiMapDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + same object as returned by this method. +

    +

    +
    Specified by:
    inverseSortedBidiMap in interface SortedBidiMap
    Overrides:
    inverseSortedBidiMap in class AbstractSortedBidiMapDecorator
    +
    +
    + +
    Returns:
    an inverted bidirectional map
    +
    + +
    + +

    +subMap

    +
    +public java.util.SortedMap subMap(java.lang.Object fromKey,
    +                                  java.lang.Object toKey)
    +
    +
    +
    Specified by:
    subMap in interface java.util.SortedMap
    Overrides:
    subMap in class AbstractSortedBidiMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +headMap

    +
    +public java.util.SortedMap headMap(java.lang.Object toKey)
    +
    +
    +
    Specified by:
    headMap in interface java.util.SortedMap
    Overrides:
    headMap in class AbstractSortedBidiMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +tailMap

    +
    +public java.util.SortedMap tailMap(java.lang.Object fromKey)
    +
    +
    +
    Specified by:
    tailMap in interface java.util.SortedMap
    Overrides:
    tailMap in class AbstractSortedBidiMapDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractBidiMapDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractBidiMapDecorator.html index 216e51a..7834e3a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractBidiMapDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractBidiMapDecorator.html @@ -1,215 +1,215 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.AbstractBidiMapDecorator

    -
    - - - - - - - - - -
    -Packages that use AbstractBidiMapDecorator
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractBidiMapDecorator in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - + + + + + + + + + + + + + +
    Subclasses of AbstractBidiMapDecorator in org.apache.commons.collections.bidimap
    - classAbstractOrderedBidiMapDecorator - -
    + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.AbstractBidiMapDecorator

    +
    + + + + + + + + + +
    +Packages that use AbstractBidiMapDecorator
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractBidiMapDecorator in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + - - - - + + + + - - - - - - - - - - - - - -
    Subclasses of AbstractBidiMapDecorator in org.apache.commons.collections.bidimap
    + classAbstractOrderedBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to an OrderedBidiMap via decoration.
    - classAbstractSortedBidiMapDecorator - -
    + to an OrderedBidiMap via decoration.
    + classAbstractSortedBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a SortedBidiMap via decoration.
    - classUnmodifiableBidiMap - -
    -          Decorates another BidiMap to ensure it can't be altered.
    - classUnmodifiableOrderedBidiMap - -
    -          Decorates another OrderedBidiMap to ensure it can't be altered.
    - classUnmodifiableSortedBidiMap - -
    -          Decorates another SortedBidiMap to ensure it can't be altered.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + to a SortedBidiMap via decoration.
    + classUnmodifiableBidiMap + +
    +          Decorates another BidiMap to ensure it can't be altered.
    + classUnmodifiableOrderedBidiMap + +
    +          Decorates another OrderedBidiMap to ensure it can't be altered.
    + classUnmodifiableSortedBidiMap + +
    +          Decorates another SortedBidiMap to ensure it can't be altered.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.BidiMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.BidiMapIterator.html index a8742aa..b508415 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.BidiMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.BidiMapIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator

    -
    -No usage of org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator

    +
    +No usage of org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.EntrySet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.EntrySet.html index cade89a..d166734 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.EntrySet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.EntrySet.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet

    -
    -No usage of org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet

    +
    +No usage of org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.EntrySetIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.EntrySetIterator.html index f8ac763..3cf2233 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.EntrySetIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.EntrySetIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator

    -
    -No usage of org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator

    +
    +No usage of org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.KeySet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.KeySet.html index 206f903..313dd0c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.KeySet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.KeySet.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet

    -
    -No usage of org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet

    +
    +No usage of org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.KeySetIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.KeySetIterator.html index 48a01bd..bf62d98 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.KeySetIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.KeySetIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator

    -
    -No usage of org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator

    +
    +No usage of org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.MapEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.MapEntry.html index 8bb9b4c..5d99589 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.MapEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.MapEntry.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry

    -
    -No usage of org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry

    +
    +No usage of org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.Values.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.Values.html index 4c46fb0..4ff969c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.Values.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.Values.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values

    -
    -No usage of org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values

    +
    +No usage of org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.ValuesIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.ValuesIterator.html index 24aa3ad..41de10c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.ValuesIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.ValuesIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator

    -
    -No usage of org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator

    +
    +No usage of org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.View.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.View.html index 9d80fd2..d821462 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.View.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.View.html @@ -1,197 +1,197 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.View

    -
    - - - - - - - - - -
    -Packages that use AbstractDualBidiMap.View
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractDualBidiMap.View in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - - - - - - - - - - -
    Subclasses of AbstractDualBidiMap.View in org.apache.commons.collections.bidimap
    -protected static classAbstractDualBidiMap.EntrySet - -
    -          Inner class EntrySet.
    -protected static classAbstractDualBidiMap.KeySet - -
    -          Inner class KeySet.
    -protected static classAbstractDualBidiMap.Values - -
    -          Inner class Values.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap.View

    +
    + + + + + + + + + +
    +Packages that use AbstractDualBidiMap.View
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractDualBidiMap.View in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + + + + + + + + + + +
    Subclasses of AbstractDualBidiMap.View in org.apache.commons.collections.bidimap
    +protected static classAbstractDualBidiMap.EntrySet + +
    +          Inner class EntrySet.
    +protected static classAbstractDualBidiMap.KeySet + +
    +          Inner class KeySet.
    +protected static classAbstractDualBidiMap.Values + +
    +          Inner class Values.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.html index 5403cf3..2646d5d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractDualBidiMap.html @@ -1,326 +1,326 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap

    -
    - - - - - - - - - -
    -Packages that use AbstractDualBidiMap
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractDualBidiMap in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - - - - - - -
    Subclasses of AbstractDualBidiMap in org.apache.commons.collections.bidimap
    - classDualHashBidiMap - -
    -          Implementation of BidiMap that uses two HashMap instances.
    - classDualTreeBidiMap - -
    -          Implementation of BidiMap that uses two TreeMap instances.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Fields in org.apache.commons.collections.bidimap declared as AbstractDualBidiMap
    -protected  AbstractDualBidiMapDualTreeBidiMap.BidiOrderedMapIterator.parent - -
    -          The parent map
    -protected  AbstractDualBidiMapAbstractDualBidiMap.View.parent - -
    -          The parent map
    -protected  AbstractDualBidiMapAbstractDualBidiMap.KeySetIterator.parent - -
    -          The parent map
    -protected  AbstractDualBidiMapAbstractDualBidiMap.ValuesIterator.parent - -
    -          The parent map
    -protected  AbstractDualBidiMapAbstractDualBidiMap.EntrySetIterator.parent - -
    -          The parent map
    -protected  AbstractDualBidiMapAbstractDualBidiMap.MapEntry.parent - -
    -          The parent map
    -protected  AbstractDualBidiMapAbstractDualBidiMap.BidiMapIterator.parent - -
    -          The parent map
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.bidimap with parameters of type AbstractDualBidiMap
    AbstractDualBidiMap.BidiMapIterator(AbstractDualBidiMap parent) - -
    -          Constructor.
    AbstractDualBidiMap.EntrySet(AbstractDualBidiMap parent) - -
    -          Constructs a new view of the BidiMap.
    AbstractDualBidiMap.EntrySetIterator(java.util.Iterator iterator, - AbstractDualBidiMap parent) - -
    -          Constructor.
    AbstractDualBidiMap.KeySet(AbstractDualBidiMap parent) - -
    -          Constructs a new view of the BidiMap.
    AbstractDualBidiMap.KeySetIterator(java.util.Iterator iterator, - AbstractDualBidiMap parent) - -
    -          Constructor.
    AbstractDualBidiMap.MapEntry(java.util.Map.Entry entry, - AbstractDualBidiMap parent) - -
    -          Constructor.
    AbstractDualBidiMap.Values(AbstractDualBidiMap parent) - -
    -          Constructs a new view of the BidiMap.
    AbstractDualBidiMap.ValuesIterator(java.util.Iterator iterator, - AbstractDualBidiMap parent) - -
    -          Constructor.
    AbstractDualBidiMap.View(java.util.Collection coll, - AbstractDualBidiMap parent) - -
    -          Constructs a new view of the BidiMap.
    DualTreeBidiMap.BidiOrderedMapIterator(AbstractDualBidiMap parent) - -
    -          Constructor.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.AbstractDualBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.AbstractDualBidiMap

    +
    + + + + + + + + + +
    +Packages that use AbstractDualBidiMap
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractDualBidiMap in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + + + + + + +
    Subclasses of AbstractDualBidiMap in org.apache.commons.collections.bidimap
    + classDualHashBidiMap + +
    +          Implementation of BidiMap that uses two HashMap instances.
    + classDualTreeBidiMap + +
    +          Implementation of BidiMap that uses two TreeMap instances.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Fields in org.apache.commons.collections.bidimap declared as AbstractDualBidiMap
    +protected  AbstractDualBidiMapDualTreeBidiMap.BidiOrderedMapIterator.parent + +
    +          The parent map
    +protected  AbstractDualBidiMapAbstractDualBidiMap.View.parent + +
    +          The parent map
    +protected  AbstractDualBidiMapAbstractDualBidiMap.KeySetIterator.parent + +
    +          The parent map
    +protected  AbstractDualBidiMapAbstractDualBidiMap.ValuesIterator.parent + +
    +          The parent map
    +protected  AbstractDualBidiMapAbstractDualBidiMap.EntrySetIterator.parent + +
    +          The parent map
    +protected  AbstractDualBidiMapAbstractDualBidiMap.MapEntry.parent + +
    +          The parent map
    +protected  AbstractDualBidiMapAbstractDualBidiMap.BidiMapIterator.parent + +
    +          The parent map
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.bidimap with parameters of type AbstractDualBidiMap
    AbstractDualBidiMap.BidiMapIterator(AbstractDualBidiMap parent) + +
    +          Constructor.
    AbstractDualBidiMap.EntrySet(AbstractDualBidiMap parent) + +
    +          Constructs a new view of the BidiMap.
    AbstractDualBidiMap.EntrySetIterator(java.util.Iterator iterator, + AbstractDualBidiMap parent) + +
    +          Constructor.
    AbstractDualBidiMap.KeySet(AbstractDualBidiMap parent) + +
    +          Constructs a new view of the BidiMap.
    AbstractDualBidiMap.KeySetIterator(java.util.Iterator iterator, + AbstractDualBidiMap parent) + +
    +          Constructor.
    AbstractDualBidiMap.MapEntry(java.util.Map.Entry entry, + AbstractDualBidiMap parent) + +
    +          Constructor.
    AbstractDualBidiMap.Values(AbstractDualBidiMap parent) + +
    +          Constructs a new view of the BidiMap.
    AbstractDualBidiMap.ValuesIterator(java.util.Iterator iterator, + AbstractDualBidiMap parent) + +
    +          Constructor.
    AbstractDualBidiMap.View(java.util.Collection coll, + AbstractDualBidiMap parent) + +
    +          Constructs a new view of the BidiMap.
    DualTreeBidiMap.BidiOrderedMapIterator(AbstractDualBidiMap parent) + +
    +          Constructor.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractOrderedBidiMapDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractOrderedBidiMapDecorator.html index 9b48278..dbd289a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractOrderedBidiMapDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractOrderedBidiMapDecorator.html @@ -1,198 +1,198 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator

    -
    - - - - - - - - - -
    -Packages that use AbstractOrderedBidiMapDecorator
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractOrderedBidiMapDecorator in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - + + + + + + + + + +
    Subclasses of AbstractOrderedBidiMapDecorator in org.apache.commons.collections.bidimap
    - classAbstractSortedBidiMapDecorator - -
    + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator

    +
    + + + + + + + + + +
    +Packages that use AbstractOrderedBidiMapDecorator
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractOrderedBidiMapDecorator in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + - - - - - - - - - -
    Subclasses of AbstractOrderedBidiMapDecorator in org.apache.commons.collections.bidimap
    + classAbstractSortedBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a SortedBidiMap via decoration.
    - classUnmodifiableOrderedBidiMap - -
    -          Decorates another OrderedBidiMap to ensure it can't be altered.
    - classUnmodifiableSortedBidiMap - -
    -          Decorates another SortedBidiMap to ensure it can't be altered.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + to a SortedBidiMap via decoration.
    + classUnmodifiableOrderedBidiMap + +
    +          Decorates another OrderedBidiMap to ensure it can't be altered.
    + classUnmodifiableSortedBidiMap + +
    +          Decorates another SortedBidiMap to ensure it can't be altered.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractSortedBidiMapDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractSortedBidiMapDecorator.html index d5af130..05e7a99 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractSortedBidiMapDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/AbstractSortedBidiMapDecorator.html @@ -1,181 +1,181 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator

    -
    - - - - - - - - - -
    -Packages that use AbstractSortedBidiMapDecorator
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractSortedBidiMapDecorator in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - - -
    Subclasses of AbstractSortedBidiMapDecorator in org.apache.commons.collections.bidimap
    - classUnmodifiableSortedBidiMap - -
    -          Decorates another SortedBidiMap to ensure it can't be altered.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator

    +
    + + + + + + + + + +
    +Packages that use AbstractSortedBidiMapDecorator
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractSortedBidiMapDecorator in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + + +
    Subclasses of AbstractSortedBidiMapDecorator in org.apache.commons.collections.bidimap
    + classUnmodifiableSortedBidiMap + +
    +          Decorates another SortedBidiMap to ensure it can't be altered.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/DualHashBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/DualHashBidiMap.html index 9c5a7a5..dedcace 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/DualHashBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/DualHashBidiMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.DualHashBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.DualHashBidiMap

    -
    -No usage of org.apache.commons.collections.bidimap.DualHashBidiMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.DualHashBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.DualHashBidiMap

    +
    +No usage of org.apache.commons.collections.bidimap.DualHashBidiMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/DualTreeBidiMap.BidiOrderedMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/DualTreeBidiMap.BidiOrderedMapIterator.html index 3cf78a7..8ca1917 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/DualTreeBidiMap.BidiOrderedMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/DualTreeBidiMap.BidiOrderedMapIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator

    -
    -No usage of org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator

    +
    +No usage of org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/DualTreeBidiMap.ViewMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/DualTreeBidiMap.ViewMap.html index f440ba0..ff6bbf1 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/DualTreeBidiMap.ViewMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/DualTreeBidiMap.ViewMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap

    -
    -No usage of org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap

    +
    +No usage of org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/DualTreeBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/DualTreeBidiMap.html index d4e3ebc..886ca2f 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/DualTreeBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/DualTreeBidiMap.html @@ -1,180 +1,180 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.DualTreeBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.DualTreeBidiMap

    -
    - - - - - - - - - -
    -Packages that use DualTreeBidiMap
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    -  -

    - - - - - -
    -Uses of DualTreeBidiMap in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.bidimap with parameters of type DualTreeBidiMap
    DualTreeBidiMap.ViewMap(DualTreeBidiMap bidi, - java.util.SortedMap sm) - -
    -          Constructor.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.DualTreeBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.DualTreeBidiMap

    +
    + + + + + + + + + +
    +Packages that use DualTreeBidiMap
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    +  +

    + + + + + +
    +Uses of DualTreeBidiMap in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.bidimap with parameters of type DualTreeBidiMap
    DualTreeBidiMap.ViewMap(DualTreeBidiMap bidi, + java.util.SortedMap sm) + +
    +          Constructor.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/TreeBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/TreeBidiMap.html index 9cade27..699bcce 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/TreeBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/TreeBidiMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.TreeBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.TreeBidiMap

    -
    -No usage of org.apache.commons.collections.bidimap.TreeBidiMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.TreeBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.TreeBidiMap

    +
    +No usage of org.apache.commons.collections.bidimap.TreeBidiMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/UnmodifiableBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/UnmodifiableBidiMap.html index 46c84be..8530a2a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/UnmodifiableBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/UnmodifiableBidiMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.UnmodifiableBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.UnmodifiableBidiMap

    -
    -No usage of org.apache.commons.collections.bidimap.UnmodifiableBidiMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.UnmodifiableBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.UnmodifiableBidiMap

    +
    +No usage of org.apache.commons.collections.bidimap.UnmodifiableBidiMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/UnmodifiableOrderedBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/UnmodifiableOrderedBidiMap.html index 08f335b..acd24bc 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/UnmodifiableOrderedBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/UnmodifiableOrderedBidiMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap

    -
    -No usage of org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap

    +
    +No usage of org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/UnmodifiableSortedBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/UnmodifiableSortedBidiMap.html index a079d88..446ddde 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/UnmodifiableSortedBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/class-use/UnmodifiableSortedBidiMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap

    -
    -No usage of org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap

    +
    +No usage of org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/package-frame.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/package-frame.html index cf68394..692adba 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/package-frame.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/package-frame.html @@ -1,73 +1,73 @@ - - - - - - - -org.apache.commons.collections.bidimap (Commons Collections 3.2.1 API) - - - - - - - - - - - -org.apache.commons.collections.bidimap - - - - -
    -Classes  - -
    -AbstractBidiMapDecorator -
    -AbstractDualBidiMap -
    -AbstractDualBidiMap.BidiMapIterator -
    -AbstractDualBidiMap.EntrySet -
    -AbstractDualBidiMap.EntrySetIterator -
    -AbstractDualBidiMap.KeySet -
    -AbstractDualBidiMap.KeySetIterator -
    -AbstractDualBidiMap.MapEntry -
    -AbstractDualBidiMap.Values -
    -AbstractDualBidiMap.ValuesIterator -
    -AbstractDualBidiMap.View -
    -AbstractOrderedBidiMapDecorator -
    -AbstractSortedBidiMapDecorator -
    -DualHashBidiMap -
    -DualTreeBidiMap -
    -DualTreeBidiMap.BidiOrderedMapIterator -
    -DualTreeBidiMap.ViewMap -
    -TreeBidiMap -
    -UnmodifiableBidiMap -
    -UnmodifiableOrderedBidiMap -
    -UnmodifiableSortedBidiMap
    - - - - + + + + + + + +org.apache.commons.collections.bidimap (Commons Collections 3.2.1 API) + + + + + + + + + + + +org.apache.commons.collections.bidimap + + + + +
    +Classes  + +
    +AbstractBidiMapDecorator +
    +AbstractDualBidiMap +
    +AbstractDualBidiMap.BidiMapIterator +
    +AbstractDualBidiMap.EntrySet +
    +AbstractDualBidiMap.EntrySetIterator +
    +AbstractDualBidiMap.KeySet +
    +AbstractDualBidiMap.KeySetIterator +
    +AbstractDualBidiMap.MapEntry +
    +AbstractDualBidiMap.Values +
    +AbstractDualBidiMap.ValuesIterator +
    +AbstractDualBidiMap.View +
    +AbstractOrderedBidiMapDecorator +
    +AbstractSortedBidiMapDecorator +
    +DualHashBidiMap +
    +DualTreeBidiMap +
    +DualTreeBidiMap.BidiOrderedMapIterator +
    +DualTreeBidiMap.ViewMap +
    +TreeBidiMap +
    +UnmodifiableBidiMap +
    +UnmodifiableOrderedBidiMap +
    +UnmodifiableSortedBidiMap
    + + + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/package-summary.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/package-summary.html index aa6c1b2..a5244bc 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/package-summary.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/package-summary.html @@ -1,286 +1,286 @@ - - - - - - - -org.apache.commons.collections.bidimap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package org.apache.commons.collections.bidimap -

    - -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. -

    -See: -
    -          Description -

    - - - - - - - + + + + + + + +org.apache.commons.collections.bidimap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + +
    -Class Summary
    AbstractBidiMapDecorator
    + + + + + + + + + +
    + +
    + + + +


    +

    +Package org.apache.commons.collections.bidimap +

    + +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. +

    +See: +
    +          Description +

    + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + to a BidiMap via decoration. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + to an OrderedBidiMap via decoration. + + + - - - - - - - - - - - - - - - - - - - + to a SortedBidiMap via decoration. + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - -
    +Class Summary
    AbstractBidiMapDecorator Provides a base decorator that enables additional functionality to be added - to a BidiMap via decoration.
    AbstractDualBidiMapAbstract BidiMap implemented using two maps.
    AbstractDualBidiMap.BidiMapIteratorInner class MapIterator.
    AbstractDualBidiMap.EntrySetInner class EntrySet.
    AbstractDualBidiMap.EntrySetIteratorInner class EntrySetIterator.
    AbstractDualBidiMap.KeySetInner class KeySet.
    AbstractDualBidiMap.KeySetIteratorInner class KeySetIterator.
    AbstractDualBidiMap.MapEntryInner class MapEntry.
    AbstractDualBidiMap.ValuesInner class Values.
    AbstractDualBidiMap.ValuesIteratorInner class ValuesIterator.
    AbstractDualBidiMap.ViewInner class View.
    AbstractOrderedBidiMapDecorator
    AbstractDualBidiMapAbstract BidiMap implemented using two maps.
    AbstractDualBidiMap.BidiMapIteratorInner class MapIterator.
    AbstractDualBidiMap.EntrySetInner class EntrySet.
    AbstractDualBidiMap.EntrySetIteratorInner class EntrySetIterator.
    AbstractDualBidiMap.KeySetInner class KeySet.
    AbstractDualBidiMap.KeySetIteratorInner class KeySetIterator.
    AbstractDualBidiMap.MapEntryInner class MapEntry.
    AbstractDualBidiMap.ValuesInner class Values.
    AbstractDualBidiMap.ValuesIteratorInner class ValuesIterator.
    AbstractDualBidiMap.ViewInner class View.
    AbstractOrderedBidiMapDecorator Provides a base decorator that enables additional functionality to be added - to an OrderedBidiMap via decoration.
    AbstractSortedBidiMapDecorator
    AbstractSortedBidiMapDecorator Provides a base decorator that enables additional functionality to be added - to a SortedBidiMap via decoration.
    DualHashBidiMapImplementation of BidiMap that uses two HashMap instances.
    DualTreeBidiMapImplementation of BidiMap that uses two TreeMap instances.
    DualTreeBidiMap.BidiOrderedMapIteratorInner class MapIterator.
    DualTreeBidiMap.ViewMapInternal sorted map view.
    TreeBidiMap
    DualHashBidiMapImplementation of BidiMap that uses two HashMap instances.
    DualTreeBidiMapImplementation of BidiMap that uses two TreeMap instances.
    DualTreeBidiMap.BidiOrderedMapIteratorInner class MapIterator.
    DualTreeBidiMap.ViewMapInternal sorted map view.
    TreeBidiMap Red-Black tree-based implementation of BidiMap where all objects added - implement the Comparable interface.
    UnmodifiableBidiMapDecorates another BidiMap to ensure it can't be altered.
    UnmodifiableOrderedBidiMapDecorates another OrderedBidiMap to ensure it can't be altered.
    UnmodifiableSortedBidiMapDecorates another SortedBidiMap to ensure it can't be altered.
    -  - -

    -

    -Package org.apache.commons.collections.bidimap Description -

    - -

    -

    -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. -A BidiMap is an extension to Map that allows keys and values to be looked up with equal ease. -One example usage is a system communicating to a legacy datasource that must convert codes -from the new format to the old format and vice versa. -

    -The following implementations are provided in the package: -

      -
    • DualHashBidiMap - uses two HashMaps to implement BidiMap -
    • DualTreeBidiMap - uses two TreeMaps to implement SortedBidiMap -
    • TreeBidiMap - red-black tree implementation of OrderedBidiMap -
    -

    -The following decorators are provided in the package: -

      -
    • Unmodifiable - ensures the map cannot be altered - -
    - -

    - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + implement the Comparable interface. + + +UnmodifiableBidiMap +Decorates another BidiMap to ensure it can't be altered. + + +UnmodifiableOrderedBidiMap +Decorates another OrderedBidiMap to ensure it can't be altered. + + +UnmodifiableSortedBidiMap +Decorates another SortedBidiMap to ensure it can't be altered. + + +  + +

    +

    +Package org.apache.commons.collections.bidimap Description +

    + +

    +

    +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. +A BidiMap is an extension to Map that allows keys and values to be looked up with equal ease. +One example usage is a system communicating to a legacy datasource that must convert codes +from the new format to the old format and vice versa. +

    +The following implementations are provided in the package: +

      +
    • DualHashBidiMap - uses two HashMaps to implement BidiMap +
    • DualTreeBidiMap - uses two TreeMaps to implement SortedBidiMap +
    • TreeBidiMap - red-black tree implementation of OrderedBidiMap +
    +

    +The following decorators are provided in the package: +

      +
    • Unmodifiable - ensures the map cannot be altered + +
    + +

    + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/package-tree.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/package-tree.html index e738772..728c0c0 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/package-tree.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/package-tree.html @@ -1,190 +1,190 @@ - - - - - - - -org.apache.commons.collections.bidimap Class Hierarchy (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package org.apache.commons.collections.bidimap -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +org.apache.commons.collections.bidimap Class Hierarchy (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.collections.bidimap +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/package-use.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/package-use.html index ae310a1..f46e23d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/package-use.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/bidimap/package-use.html @@ -1,204 +1,204 @@ - - - - - - - -Uses of Package org.apache.commons.collections.bidimap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    org.apache.commons.collections.bidimap

    -
    - - - - - - - - - -
    -Packages that use org.apache.commons.collections.bidimap
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    -  -

    - - - - - - - + + + + +
    -Classes in org.apache.commons.collections.bidimap used by org.apache.commons.collections.bidimap
    AbstractBidiMapDecorator - -
    + + + + + + + +Uses of Package org.apache.commons.collections.bidimap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.collections.bidimap

    +
    + + + + + + + + + +
    +Packages that use org.apache.commons.collections.bidimap
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    +  +

    + + + + + + + - - - - - - - - - + + + + + + + + + - - - + + + - - - - -
    +Classes in org.apache.commons.collections.bidimap used by org.apache.commons.collections.bidimap
    AbstractBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a BidiMap via decoration.
    AbstractDualBidiMap - -
    -          Abstract BidiMap implemented using two maps.
    AbstractDualBidiMap.View - -
    -          Inner class View.
    AbstractOrderedBidiMapDecorator - -
    + to a BidiMap via decoration.
    AbstractDualBidiMap + +
    +          Abstract BidiMap implemented using two maps.
    AbstractDualBidiMap.View + +
    +          Inner class View.
    AbstractOrderedBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to an OrderedBidiMap via decoration.
    AbstractSortedBidiMapDecorator - -
    + to an OrderedBidiMap via decoration.
    AbstractSortedBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a SortedBidiMap via decoration.
    DualTreeBidiMap - -
    -          Implementation of BidiMap that uses two TreeMap instances.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + to a SortedBidiMap via decoration.
    DualTreeBidiMap + +
    +          Implementation of BidiMap that uses two TreeMap instances.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/AbstractBufferDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/AbstractBufferDecorator.html index 8c2a699..6cde62d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/AbstractBufferDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/AbstractBufferDecorator.html @@ -1,395 +1,395 @@ - - - - - - - -AbstractBufferDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.buffer -
    -Class AbstractBufferDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.buffer.AbstractBufferDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, Buffer
    -
    -
    -
    Direct Known Subclasses:
    UnmodifiableBuffer
    -
    -
    -
    -
    public abstract class AbstractBufferDecorator
    extends AbstractCollectionDecorator
    implements Buffer
    - - -

    + + + + + + + +AbstractBufferDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.buffer +
    +Class AbstractBufferDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.buffer.AbstractBufferDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, Buffer
    +
    +
    +
    Direct Known Subclasses:
    UnmodifiableBuffer
    +
    +
    +
    +
    public abstract class AbstractBufferDecorator
    extends AbstractCollectionDecorator
    implements Buffer
    + + +

    Decorates another Buffer to provide additional behaviour.

    - Methods are forwarded directly to the decorated buffer. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractBufferDecorator() - -
    -          Constructor only used in deserialization, do not use otherwise.
    -protected AbstractBufferDecorator(Buffer buffer) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objectget() - -
    -          Gets the next object from the buffer without removing it.
    -protected  BuffergetBuffer() - -
    -          Gets the buffer being decorated.
    - java.lang.Objectremove() - -
    -          Gets and removes the next object from the buffer.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractBufferDecorator

    -
    -protected AbstractBufferDecorator()
    -
    -
    Constructor only used in deserialization, do not use otherwise. -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -

    -AbstractBufferDecorator

    -
    -protected AbstractBufferDecorator(Buffer buffer)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    buffer - the buffer to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getBuffer

    -
    -protected Buffer getBuffer()
    -
    -
    Gets the buffer being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated buffer
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get()
    -
    -
    Description copied from interface: Buffer
    -
    Gets the next object from the buffer without removing it. -

    -

    -
    Specified by:
    get in interface Buffer
    -
    -
    - -
    Returns:
    the next object in the buffer, which is not removed
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove()
    -
    -
    Description copied from interface: Buffer
    -
    Gets and removes the next object from the buffer. -

    -

    -
    Specified by:
    remove in interface Buffer
    -
    -
    - -
    Returns:
    the next object in the buffer, which is also removed
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Methods are forwarded directly to the decorated buffer. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractBufferDecorator() + +
    +          Constructor only used in deserialization, do not use otherwise.
    +protected AbstractBufferDecorator(Buffer buffer) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objectget() + +
    +          Gets the next object from the buffer without removing it.
    +protected  BuffergetBuffer() + +
    +          Gets the buffer being decorated.
    + java.lang.Objectremove() + +
    +          Gets and removes the next object from the buffer.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractBufferDecorator

    +
    +protected AbstractBufferDecorator()
    +
    +
    Constructor only used in deserialization, do not use otherwise. +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +

    +AbstractBufferDecorator

    +
    +protected AbstractBufferDecorator(Buffer buffer)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    buffer - the buffer to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getBuffer

    +
    +protected Buffer getBuffer()
    +
    +
    Gets the buffer being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated buffer
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get()
    +
    +
    Description copied from interface: Buffer
    +
    Gets the next object from the buffer without removing it. +

    +

    +
    Specified by:
    get in interface Buffer
    +
    +
    + +
    Returns:
    the next object in the buffer, which is not removed
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove()
    +
    +
    Description copied from interface: Buffer
    +
    Gets and removes the next object from the buffer. +

    +

    +
    Specified by:
    remove in interface Buffer
    +
    +
    + +
    Returns:
    the next object in the buffer, which is also removed
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/BlockingBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/BlockingBuffer.html index 60900dc..4e7c465 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/BlockingBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/BlockingBuffer.html @@ -1,109 +1,109 @@ - - - - - - - -BlockingBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.buffer -
    -Class BlockingBuffer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.SynchronizedCollection
    -      extended by org.apache.commons.collections.buffer.SynchronizedBuffer
    -          extended by org.apache.commons.collections.buffer.BlockingBuffer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Buffer
    -
    -
    -
    -
    public class BlockingBuffer
    extends SynchronizedBuffer
    - - -

    + + + + + + + +BlockingBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.buffer +
    +Class BlockingBuffer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.SynchronizedCollection
    +      extended by org.apache.commons.collections.buffer.SynchronizedBuffer
    +          extended by org.apache.commons.collections.buffer.BlockingBuffer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Buffer
    +
    +
    +
    +
    public class BlockingBuffer
    extends SynchronizedBuffer
    + + +

    Decorates another Buffer to make get() and remove() block when the Buffer is empty.

    @@ -119,436 +119,436 @@ Decorates another Buffer to make Serialized Form -


    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    collection, lock
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected BlockingBuffer(Buffer buffer) - -
    -          Constructor that wraps (not copies).
    -protected BlockingBuffer(Buffer buffer, - long timeoutMillis) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - booleanadd(java.lang.Object o) - -
    -           
    - booleanaddAll(java.util.Collection c) - -
    -           
    -static Bufferdecorate(Buffer buffer) - -
    -          Factory method to create a blocking buffer.
    -static Bufferdecorate(Buffer buffer, - long timeoutMillis) - -
    -          Factory method to create a blocking buffer with a timeout value.
    - java.lang.Objectget() - -
    + specification will handle this gracefully. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Janek Bogucki, Phil Steitz, James Carman
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    collection, lock
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected BlockingBuffer(Buffer buffer) + +
    +          Constructor that wraps (not copies).
    +protected BlockingBuffer(Buffer buffer, + long timeoutMillis) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - -
    +Method Summary
    + booleanadd(java.lang.Object o) + +
    +           
    + booleanaddAll(java.util.Collection c) + +
    +           
    +static Bufferdecorate(Buffer buffer) + +
    +          Factory method to create a blocking buffer.
    +static Bufferdecorate(Buffer buffer, + long timeoutMillis) + +
    +          Factory method to create a blocking buffer with a timeout value.
    + java.lang.Objectget() + +
              Gets the next value from the buffer, waiting until an object is - added if the buffer is empty.
    - java.lang.Objectget(long timeout) - -
    + added if the buffer is empty.
    + java.lang.Objectget(long timeout) + +
              Gets the next value from the buffer, waiting until an object is - added for up to the specified timeout value if the buffer is empty.
    - java.lang.Objectremove() - -
    + added for up to the specified timeout value if the buffer is empty.
    + java.lang.Objectremove() + +
              Removes the next value from the buffer, waiting until an object is - added if the buffer is empty.
    - java.lang.Objectremove(long timeout) - -
    + added if the buffer is empty.
    + java.lang.Objectremove(long timeout) + +
              Removes the next value from the buffer, waiting until an object is - added for up to the specified timeout value if the buffer is empty.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.buffer.SynchronizedBuffer
    getBuffer
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    clear, contains, containsAll, decorate, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -BlockingBuffer

    -
    -protected BlockingBuffer(Buffer buffer)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    buffer - the buffer to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if the buffer is null
    -
    -
    - -

    -BlockingBuffer

    -
    -protected BlockingBuffer(Buffer buffer,
    -                         long timeoutMillis)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    buffer - the buffer to decorate, must not be null
    timeoutMillis - the timeout value in milliseconds, zero or less for no timeout -
    Throws: -
    java.lang.IllegalArgumentException - if the buffer is null
    Since:
    -
    Commons Collections 3.2
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static Buffer decorate(Buffer buffer)
    -
    -
    Factory method to create a blocking buffer. -

    -

    -
    Parameters:
    buffer - the buffer to decorate, must not be null -
    Returns:
    a new blocking Buffer -
    Throws: -
    java.lang.IllegalArgumentException - if buffer is null
    -
    -
    -
    - -

    -decorate

    -
    -public static Buffer decorate(Buffer buffer,
    -                              long timeoutMillis)
    -
    -
    Factory method to create a blocking buffer with a timeout value. -

    -

    -
    Parameters:
    buffer - the buffer to decorate, must not be null
    timeoutMillis - the timeout value in milliseconds, zero or less for no timeout -
    Returns:
    a new blocking buffer -
    Throws: -
    java.lang.IllegalArgumentException - if the buffer is null
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object o)
    -
    -
    -
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class SynchronizedCollection
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection c)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class SynchronizedCollection
    -
    -
    -
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get()
    -
    + added for up to the specified timeout value if the buffer is empty.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.buffer.SynchronizedBuffer
    getBuffer
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    clear, contains, containsAll, decorate, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +BlockingBuffer

    +
    +protected BlockingBuffer(Buffer buffer)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    buffer - the buffer to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the buffer is null
    +
    +
    + +

    +BlockingBuffer

    +
    +protected BlockingBuffer(Buffer buffer,
    +                         long timeoutMillis)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    buffer - the buffer to decorate, must not be null
    timeoutMillis - the timeout value in milliseconds, zero or less for no timeout +
    Throws: +
    java.lang.IllegalArgumentException - if the buffer is null
    Since:
    +
    Commons Collections 3.2
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static Buffer decorate(Buffer buffer)
    +
    +
    Factory method to create a blocking buffer. +

    +

    +
    Parameters:
    buffer - the buffer to decorate, must not be null +
    Returns:
    a new blocking Buffer +
    Throws: +
    java.lang.IllegalArgumentException - if buffer is null
    +
    +
    +
    + +

    +decorate

    +
    +public static Buffer decorate(Buffer buffer,
    +                              long timeoutMillis)
    +
    +
    Factory method to create a blocking buffer with a timeout value. +

    +

    +
    Parameters:
    buffer - the buffer to decorate, must not be null
    timeoutMillis - the timeout value in milliseconds, zero or less for no timeout +
    Returns:
    a new blocking buffer +
    Throws: +
    java.lang.IllegalArgumentException - if the buffer is null
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object o)
    +
    +
    +
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class SynchronizedCollection
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection c)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class SynchronizedCollection
    +
    +
    +
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get()
    +
    Gets the next value from the buffer, waiting until an object is added if the buffer is empty. This method uses the default timeout - set in the constructor. -

    -

    -
    Specified by:
    get in interface Buffer
    Overrides:
    get in class SynchronizedBuffer
    -
    -
    - -
    Returns:
    the next object in the buffer, which is not removed -
    Throws: -
    BufferUnderflowException - if an interrupt is received
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(long timeout)
    -
    + set in the constructor. +

    +

    +
    Specified by:
    get in interface Buffer
    Overrides:
    get in class SynchronizedBuffer
    +
    +
    + +
    Returns:
    the next object in the buffer, which is not removed +
    Throws: +
    BufferUnderflowException - if an interrupt is received
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(long timeout)
    +
    Gets the next value from the buffer, waiting until an object is - added for up to the specified timeout value if the buffer is empty. -

    -

    -
    Parameters:
    timeout - the timeout value in milliseconds -
    Throws: -
    BufferUnderflowException - if an interrupt is received -
    BufferUnderflowException - if the timeout expires
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove()
    -
    + added for up to the specified timeout value if the buffer is empty. +

    +

    +
    Parameters:
    timeout - the timeout value in milliseconds +
    Throws: +
    BufferUnderflowException - if an interrupt is received +
    BufferUnderflowException - if the timeout expires
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove()
    +
    Removes the next value from the buffer, waiting until an object is added if the buffer is empty. This method uses the default timeout - set in the constructor. -

    -

    -
    Specified by:
    remove in interface Buffer
    Overrides:
    remove in class SynchronizedBuffer
    -
    -
    - -
    Returns:
    the next object in the buffer, which is also removed -
    Throws: -
    BufferUnderflowException - if an interrupt is received
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(long timeout)
    -
    + set in the constructor. +

    +

    +
    Specified by:
    remove in interface Buffer
    Overrides:
    remove in class SynchronizedBuffer
    +
    +
    + +
    Returns:
    the next object in the buffer, which is also removed +
    Throws: +
    BufferUnderflowException - if an interrupt is received
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(long timeout)
    +
    Removes the next value from the buffer, waiting until an object is - added for up to the specified timeout value if the buffer is empty. -

    -

    -
    Parameters:
    timeout - the timeout value in milliseconds -
    Throws: -
    BufferUnderflowException - if an interrupt is received -
    BufferUnderflowException - if the timeout expires
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + added for up to the specified timeout value if the buffer is empty. +

    +

    +
    Parameters:
    timeout - the timeout value in milliseconds +
    Throws: +
    BufferUnderflowException - if an interrupt is received +
    BufferUnderflowException - if the timeout expires
    Since:
    +
    Commons Collections 3.2
    +
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/BoundedBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/BoundedBuffer.html index e50de77..f4beca4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/BoundedBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/BoundedBuffer.html @@ -1,109 +1,109 @@ - - - - - - - -BoundedBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.buffer -
    -Class BoundedBuffer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.SynchronizedCollection
    -      extended by org.apache.commons.collections.buffer.SynchronizedBuffer
    -          extended by org.apache.commons.collections.buffer.BoundedBuffer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, BoundedCollection, Buffer
    -
    -
    -
    -
    public class BoundedBuffer
    extends SynchronizedBuffer
    implements BoundedCollection
    - - -

    + + + + + + + +BoundedBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.buffer +
    +Class BoundedBuffer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.SynchronizedCollection
    +      extended by org.apache.commons.collections.buffer.SynchronizedBuffer
    +          extended by org.apache.commons.collections.buffer.BoundedBuffer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, BoundedCollection, Buffer
    +
    +
    +
    +
    public class BoundedBuffer
    extends SynchronizedBuffer
    implements BoundedCollection
    + + +

    Decorates another Buffer to ensure a fixed maximum size.

    Note: This class should only be used if you need to add bounded @@ -114,425 +114,425 @@ Decorates another Buffer to ensure a fixed maximum size. This alters the behaviour of the add methods when the buffer is full. Normally, when the buffer is full, the add method will throw an exception. With a timeout, the add methods will wait for up to the timeout period - to try and add the elements. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.2
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Carman, Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    collection, lock
    -  - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    -Constructor Summary
    -protected BoundedBuffer(Buffer buffer, - int maximumSize, - long timeout) - -
    + to try and add the elements. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.2
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Carman, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    collection, lock
    +  + + + + + + + + + + - -
    +Constructor Summary
    +protected BoundedBuffer(Buffer buffer, + int maximumSize, + long timeout) + +
              Constructor that wraps (not copies) another buffer, making it bounded - waiting only up to a maximum amount of time.
    -  - - - - - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - booleanadd(java.lang.Object o) - -
    -           
    - booleanaddAll(java.util.Collection c) - -
    -           
    -static BoundedBufferdecorate(Buffer buffer, - int maximumSize) - -
    -          Factory method to create a bounded buffer.
    -static BoundedBufferdecorate(Buffer buffer, - int maximumSize, - long timeout) - -
    + waiting only up to a maximum amount of time.
    +  + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - -
    +Method Summary
    + booleanadd(java.lang.Object o) + +
    +           
    + booleanaddAll(java.util.Collection c) + +
    +           
    +static BoundedBufferdecorate(Buffer buffer, + int maximumSize) + +
    +          Factory method to create a bounded buffer.
    +static BoundedBufferdecorate(Buffer buffer, + int maximumSize, + long timeout) + +
              Factory method to create a bounded buffer that blocks for a maximum - amount of time.
    - booleanisFull() - -
    -          Returns true if this collection is full and no new elements can be added.
    - java.util.Iteratoriterator() - -
    -          Iterators must be manually synchronized.
    - intmaxSize() - -
    -          Gets the maximum size of the collection (the bound).
    - java.lang.Objectremove() - -
    -          Gets and removes the next object from the buffer.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.buffer.SynchronizedBuffer
    decorate, get, getBuffer
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    clear, contains, containsAll, decorate, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -BoundedBuffer

    -
    -protected BoundedBuffer(Buffer buffer,
    -                        int maximumSize,
    -                        long timeout)
    -
    + amount of time.
    + booleanisFull() + +
    +          Returns true if this collection is full and no new elements can be added.
    + java.util.Iteratoriterator() + +
    +          Iterators must be manually synchronized.
    + intmaxSize() + +
    +          Gets the maximum size of the collection (the bound).
    + java.lang.Objectremove() + +
    +          Gets and removes the next object from the buffer.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.buffer.SynchronizedBuffer
    decorate, get, getBuffer
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    clear, contains, containsAll, decorate, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +BoundedBuffer

    +
    +protected BoundedBuffer(Buffer buffer,
    +                        int maximumSize,
    +                        long timeout)
    +
    Constructor that wraps (not copies) another buffer, making it bounded - waiting only up to a maximum amount of time. -

    -

    -
    Parameters:
    buffer - the buffer to wrap, must not be null
    maximumSize - the maximum size, must be size one or greater
    timeout - the maximum amount of time to wait -
    Throws: -
    java.lang.IllegalArgumentException - if the buffer is null -
    java.lang.IllegalArgumentException - if the maximum size is zero or less
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static BoundedBuffer decorate(Buffer buffer,
    -                                     int maximumSize)
    -
    + waiting only up to a maximum amount of time. +

    +

    +
    Parameters:
    buffer - the buffer to wrap, must not be null
    maximumSize - the maximum size, must be size one or greater
    timeout - the maximum amount of time to wait +
    Throws: +
    java.lang.IllegalArgumentException - if the buffer is null +
    java.lang.IllegalArgumentException - if the maximum size is zero or less
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static BoundedBuffer decorate(Buffer buffer,
    +                                     int maximumSize)
    +
    Factory method to create a bounded buffer.

    When the buffer is full, it will immediately throw a - BufferOverflowException on calling add(). -

    -

    -
    -
    -
    -
    Parameters:
    buffer - the buffer to decorate, must not be null
    maximumSize - the maximum size, must be size one or greater -
    Returns:
    a new bounded buffer -
    Throws: -
    java.lang.IllegalArgumentException - if the buffer is null -
    java.lang.IllegalArgumentException - if the maximum size is zero or less
    -
    -
    -
    - -

    -decorate

    -
    -public static BoundedBuffer decorate(Buffer buffer,
    -                                     int maximumSize,
    -                                     long timeout)
    -
    + BufferOverflowException on calling add(). +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the buffer to decorate, must not be null
    maximumSize - the maximum size, must be size one or greater +
    Returns:
    a new bounded buffer +
    Throws: +
    java.lang.IllegalArgumentException - if the buffer is null +
    java.lang.IllegalArgumentException - if the maximum size is zero or less
    +
    +
    +
    + +

    +decorate

    +
    +public static BoundedBuffer decorate(Buffer buffer,
    +                                     int maximumSize,
    +                                     long timeout)
    +
    Factory method to create a bounded buffer that blocks for a maximum - amount of time. -

    -

    -
    -
    -
    -
    Parameters:
    buffer - the buffer to decorate, must not be null
    maximumSize - the maximum size, must be size one or greater
    timeout - the maximum amount of time to wait in milliseconds -
    Returns:
    a new bounded buffer -
    Throws: -
    java.lang.IllegalArgumentException - if the buffer is null -
    java.lang.IllegalArgumentException - if the maximum size is zero or less
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove()
    -
    -
    Description copied from interface: Buffer
    -
    Gets and removes the next object from the buffer. -

    -

    -
    Specified by:
    remove in interface Buffer
    Overrides:
    remove in class SynchronizedBuffer
    -
    -
    - -
    Returns:
    the next object in the buffer, which is also removed
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object o)
    -
    -
    -
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class SynchronizedCollection
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection c)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class SynchronizedCollection
    -
    -
    -
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    Description copied from class: SynchronizedCollection
    + amount of time. +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the buffer to decorate, must not be null
    maximumSize - the maximum size, must be size one or greater
    timeout - the maximum amount of time to wait in milliseconds +
    Returns:
    a new bounded buffer +
    Throws: +
    java.lang.IllegalArgumentException - if the buffer is null +
    java.lang.IllegalArgumentException - if the maximum size is zero or less
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove()
    +
    +
    Description copied from interface: Buffer
    +
    Gets and removes the next object from the buffer. +

    +

    +
    Specified by:
    remove in interface Buffer
    Overrides:
    remove in class SynchronizedBuffer
    +
    +
    + +
    Returns:
    the next object in the buffer, which is also removed
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object o)
    +
    +
    +
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class SynchronizedCollection
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection c)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class SynchronizedCollection
    +
    +
    +
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    Description copied from class: SynchronizedCollection
    Iterators must be manually synchronized.
      synchronized (coll) {
        Iterator it = coll.iterator();
        // do stuff with iterator
    - }
    -

    -

    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Overrides:
    iterator in class SynchronizedCollection
    -
    -
    - -
    Returns:
    an iterator that must be manually synchronized on the collection
    -
    -
    -
    - -

    -isFull

    -
    -public boolean isFull()
    -
    -
    Description copied from interface: BoundedCollection
    -
    Returns true if this collection is full and no new elements can be added. -

    -

    -
    Specified by:
    isFull in interface BoundedCollection
    -
    -
    - -
    Returns:
    true if the collection is full
    -
    -
    -
    - -

    -maxSize

    -
    -public int maxSize()
    -
    -
    Description copied from interface: BoundedCollection
    -
    Gets the maximum size of the collection (the bound). -

    -

    -
    Specified by:
    maxSize in interface BoundedCollection
    -
    -
    - -
    Returns:
    the maximum number of elements the collection can hold
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + } +

    +

    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Overrides:
    iterator in class SynchronizedCollection
    +
    +
    + +
    Returns:
    an iterator that must be manually synchronized on the collection
    +
    + +
    + +

    +isFull

    +
    +public boolean isFull()
    +
    +
    Description copied from interface: BoundedCollection
    +
    Returns true if this collection is full and no new elements can be added. +

    +

    +
    Specified by:
    isFull in interface BoundedCollection
    +
    +
    + +
    Returns:
    true if the collection is full
    +
    +
    +
    + +

    +maxSize

    +
    +public int maxSize()
    +
    +
    Description copied from interface: BoundedCollection
    +
    Gets the maximum size of the collection (the bound). +

    +

    +
    Specified by:
    maxSize in interface BoundedCollection
    +
    +
    + +
    Returns:
    the maximum number of elements the collection can hold
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/BoundedFifoBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/BoundedFifoBuffer.html index d4c2cdd..343297c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/BoundedFifoBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/BoundedFifoBuffer.html @@ -1,115 +1,115 @@ - - - - - - - -BoundedFifoBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.buffer -
    -Class BoundedFifoBuffer

    -
    -java.lang.Object
    -  extended by java.util.AbstractCollection
    -      extended by org.apache.commons.collections.buffer.BoundedFifoBuffer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, BoundedCollection, Buffer
    -
    -
    -
    Direct Known Subclasses:
    CircularFifoBuffer
    -
    -
    -
    -
    public class BoundedFifoBuffer
    extends java.util.AbstractCollection
    implements Buffer, BoundedCollection, java.io.Serializable
    - - -

    + + + + + + + +BoundedFifoBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.buffer +
    +Class BoundedFifoBuffer

    +
    +java.lang.Object
    +  extended by java.util.AbstractCollection
    +      extended by org.apache.commons.collections.buffer.BoundedFifoBuffer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, BoundedCollection, Buffer
    +
    +
    +
    Direct Known Subclasses:
    CircularFifoBuffer
    +
    +
    +
    +
    public class BoundedFifoBuffer
    extends java.util.AbstractCollection
    implements Buffer, BoundedCollection, java.io.Serializable
    + + +

    The BoundedFifoBuffer is a very efficient implementation of Buffer that is of a fixed size.

    - The removal order of a BoundedFifoBuffer is based on the + The removal order of a BoundedFifoBuffer is based on the insertion order; elements are removed in the same order in which they were added. The iteration order is the same as the removal order.

    @@ -125,452 +125,452 @@ The BoundedFifoBuffer is a very efficient implementation of

    This buffer prevents null objects from being added.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0 (previously in main package v2.1)
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Avalon, Berin Loritsch, Paul Jack, Stephen Colebourne, Herve Quiroz
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - + +
    -Constructor Summary
    BoundedFifoBuffer() - -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0 (previously in main package v2.1)
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Avalon, Berin Loritsch, Paul Jack, Stephen Colebourne, Herve Quiroz
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + - - - + + + - - - + + + - -
    +Constructor Summary
    BoundedFifoBuffer() + +
              Constructs a new BoundedFifoBuffer big enough to hold - 32 elements.
    BoundedFifoBuffer(java.util.Collection coll) - -
    + 32 elements.
    BoundedFifoBuffer(java.util.Collection coll) + +
              Constructs a new BoundedFifoBuffer big enough to hold all - of the elements in the specified collection.
    BoundedFifoBuffer(int size) - -
    + of the elements in the specified collection.
    BoundedFifoBuffer(int size) + +
              Constructs a new BoundedFifoBuffer big enough to hold - the specified number of elements.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanadd(java.lang.Object element) - -
    -          Adds the given element to this buffer.
    - voidclear() - -
    -          Clears this buffer.
    - java.lang.Objectget() - -
    -          Returns the least recently inserted element in this buffer.
    - booleanisEmpty() - -
    -          Returns true if this buffer is empty; false otherwise.
    - booleanisFull() - -
    -          Returns true if this collection is full and no new elements can be added.
    - java.util.Iteratoriterator() - -
    -          Returns an iterator over this buffer's elements.
    - intmaxSize() - -
    -          Gets the maximum size of the collection (the bound).
    - java.lang.Objectremove() - -
    -          Removes the least recently inserted element from this buffer.
    - intsize() - -
    -          Returns the number of elements stored in the buffer.
    - - - - - - - -
    Methods inherited from class java.util.AbstractCollection
    addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -BoundedFifoBuffer

    -
    -public BoundedFifoBuffer()
    -
    + the specified number of elements.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanadd(java.lang.Object element) + +
    +          Adds the given element to this buffer.
    + voidclear() + +
    +          Clears this buffer.
    + java.lang.Objectget() + +
    +          Returns the least recently inserted element in this buffer.
    + booleanisEmpty() + +
    +          Returns true if this buffer is empty; false otherwise.
    + booleanisFull() + +
    +          Returns true if this collection is full and no new elements can be added.
    + java.util.Iteratoriterator() + +
    +          Returns an iterator over this buffer's elements.
    + intmaxSize() + +
    +          Gets the maximum size of the collection (the bound).
    + java.lang.Objectremove() + +
    +          Removes the least recently inserted element from this buffer.
    + intsize() + +
    +          Returns the number of elements stored in the buffer.
    + + + + + + + +
    Methods inherited from class java.util.AbstractCollection
    addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +BoundedFifoBuffer

    +
    +public BoundedFifoBuffer()
    +
    Constructs a new BoundedFifoBuffer big enough to hold - 32 elements. -

    -

    -
    - -

    -BoundedFifoBuffer

    -
    -public BoundedFifoBuffer(int size)
    -
    + 32 elements. +

    +

    +
    + +

    +BoundedFifoBuffer

    +
    +public BoundedFifoBuffer(int size)
    +
    Constructs a new BoundedFifoBuffer big enough to hold - the specified number of elements. -

    -

    -
    Parameters:
    size - the maximum number of elements for this fifo -
    Throws: -
    java.lang.IllegalArgumentException - if the size is less than 1
    -
    -
    - -

    -BoundedFifoBuffer

    -
    -public BoundedFifoBuffer(java.util.Collection coll)
    -
    + the specified number of elements. +

    +

    +
    Parameters:
    size - the maximum number of elements for this fifo +
    Throws: +
    java.lang.IllegalArgumentException - if the size is less than 1
    +
    +
    + +

    +BoundedFifoBuffer

    +
    +public BoundedFifoBuffer(java.util.Collection coll)
    +
    Constructs a new BoundedFifoBuffer big enough to hold all of the elements in the specified collection. That collection's - elements will also be added to the buffer. -

    -

    -
    Parameters:
    coll - the collection whose elements to add, may not be null -
    Throws: -
    java.lang.NullPointerException - if the collection is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -size

    -
    -public int size()
    -
    -
    Returns the number of elements stored in the buffer. -

    -

    -
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in class java.util.AbstractCollection
    -
    -
    - -
    Returns:
    this buffer's size
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Returns true if this buffer is empty; false otherwise. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Collection
    Overrides:
    isEmpty in class java.util.AbstractCollection
    -
    -
    - -
    Returns:
    true if this buffer is empty
    -
    -
    -
    - -

    -isFull

    -
    -public boolean isFull()
    -
    -
    Returns true if this collection is full and no new elements can be added. -

    -

    -
    Specified by:
    isFull in interface BoundedCollection
    -
    -
    - -
    Returns:
    true if the collection is full
    -
    -
    -
    - -

    -maxSize

    -
    -public int maxSize()
    -
    -
    Gets the maximum size of the collection (the bound). -

    -

    -
    Specified by:
    maxSize in interface BoundedCollection
    -
    -
    - -
    Returns:
    the maximum number of elements the collection can hold
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    Clears this buffer. -

    -

    -
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object element)
    -
    -
    Adds the given element to this buffer. -

    -

    -
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class java.util.AbstractCollection
    -
    -
    -
    Parameters:
    element - the element to add -
    Returns:
    true, always -
    Throws: -
    java.lang.NullPointerException - if the given element is null -
    BufferOverflowException - if this buffer is full
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get()
    -
    -
    Returns the least recently inserted element in this buffer. -

    -

    -
    Specified by:
    get in interface Buffer
    -
    -
    - -
    Returns:
    the least recently inserted element -
    Throws: -
    BufferUnderflowException - if the buffer is empty
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove()
    -
    -
    Removes the least recently inserted element from this buffer. -

    -

    -
    Specified by:
    remove in interface Buffer
    -
    -
    - -
    Returns:
    the least recently inserted element -
    Throws: -
    BufferUnderflowException - if the buffer is empty
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    Returns an iterator over this buffer's elements. -

    -

    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in class java.util.AbstractCollection
    -
    -
    - -
    Returns:
    an iterator over this buffer's elements
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + elements will also be added to the buffer. +

    +

    +
    Parameters:
    coll - the collection whose elements to add, may not be null +
    Throws: +
    java.lang.NullPointerException - if the collection is null
    + + + + + + + + + +
    +Method Detail
    + +

    +size

    +
    +public int size()
    +
    +
    Returns the number of elements stored in the buffer. +

    +

    +
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in class java.util.AbstractCollection
    +
    +
    + +
    Returns:
    this buffer's size
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Returns true if this buffer is empty; false otherwise. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Collection
    Overrides:
    isEmpty in class java.util.AbstractCollection
    +
    +
    + +
    Returns:
    true if this buffer is empty
    +
    +
    +
    + +

    +isFull

    +
    +public boolean isFull()
    +
    +
    Returns true if this collection is full and no new elements can be added. +

    +

    +
    Specified by:
    isFull in interface BoundedCollection
    +
    +
    + +
    Returns:
    true if the collection is full
    +
    +
    +
    + +

    +maxSize

    +
    +public int maxSize()
    +
    +
    Gets the maximum size of the collection (the bound). +

    +

    +
    Specified by:
    maxSize in interface BoundedCollection
    +
    +
    + +
    Returns:
    the maximum number of elements the collection can hold
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    Clears this buffer. +

    +

    +
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object element)
    +
    +
    Adds the given element to this buffer. +

    +

    +
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class java.util.AbstractCollection
    +
    +
    +
    Parameters:
    element - the element to add +
    Returns:
    true, always +
    Throws: +
    java.lang.NullPointerException - if the given element is null +
    BufferOverflowException - if this buffer is full
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get()
    +
    +
    Returns the least recently inserted element in this buffer. +

    +

    +
    Specified by:
    get in interface Buffer
    +
    +
    + +
    Returns:
    the least recently inserted element +
    Throws: +
    BufferUnderflowException - if the buffer is empty
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove()
    +
    +
    Removes the least recently inserted element from this buffer. +

    +

    +
    Specified by:
    remove in interface Buffer
    +
    +
    + +
    Returns:
    the least recently inserted element +
    Throws: +
    BufferUnderflowException - if the buffer is empty
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    Returns an iterator over this buffer's elements. +

    +

    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in class java.util.AbstractCollection
    +
    +
    + +
    Returns:
    an iterator over this buffer's elements
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/CircularFifoBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/CircularFifoBuffer.html index a947911..3d77174 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/CircularFifoBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/CircularFifoBuffer.html @@ -1,113 +1,113 @@ - - - - - - - -CircularFifoBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.buffer -
    -Class CircularFifoBuffer

    -
    -java.lang.Object
    -  extended by java.util.AbstractCollection
    -      extended by org.apache.commons.collections.buffer.BoundedFifoBuffer
    -          extended by org.apache.commons.collections.buffer.CircularFifoBuffer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, BoundedCollection, Buffer
    -
    -
    -
    -
    public class CircularFifoBuffer
    extends BoundedFifoBuffer
    - - -

    + + + + + + + +CircularFifoBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.buffer +
    +Class CircularFifoBuffer

    +
    +java.lang.Object
    +  extended by java.util.AbstractCollection
    +      extended by org.apache.commons.collections.buffer.BoundedFifoBuffer
    +          extended by org.apache.commons.collections.buffer.CircularFifoBuffer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, BoundedCollection, Buffer
    +
    +
    +
    +
    public class CircularFifoBuffer
    extends BoundedFifoBuffer
    + + +

    CircularFifoBuffer is a first in first out buffer with a fixed size that replaces its oldest element if full.

    - The removal order of a CircularFifoBuffer is based on the + The removal order of a CircularFifoBuffer is based on the insertion order; elements are removed in the same order in which they were added. The iteration order is the same as the removal order.

    @@ -123,251 +123,251 @@ CircularFifoBuffer is a first in first out buffer with a fixed size that

    This buffer prevents null objects from being added.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stefano Fornari, Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - - - - - - - -
    -Constructor Summary
    CircularFifoBuffer() - -
    -          Constructor that creates a buffer with the default size of 32.
    CircularFifoBuffer(java.util.Collection coll) - -
    -          Constructor that creates a buffer from the specified collection.
    CircularFifoBuffer(int size) - -
    -          Constructor that creates a buffer with the specified size.
    -  - - - - - - - - - - + +
    -Method Summary
    - booleanadd(java.lang.Object element) - -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stefano Fornari, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    CircularFifoBuffer() + +
    +          Constructor that creates a buffer with the default size of 32.
    CircularFifoBuffer(java.util.Collection coll) + +
    +          Constructor that creates a buffer from the specified collection.
    CircularFifoBuffer(int size) + +
    +          Constructor that creates a buffer with the specified size.
    +  + + + + + + + + + + - -
    +Method Summary
    + booleanadd(java.lang.Object element) + +
              If the buffer is full, the least recently added element is discarded so - that a new element can be inserted.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.buffer.BoundedFifoBuffer
    clear, get, isEmpty, isFull, iterator, maxSize, remove, size
    - - - - - - - -
    Methods inherited from class java.util.AbstractCollection
    addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -CircularFifoBuffer

    -
    -public CircularFifoBuffer()
    -
    -
    Constructor that creates a buffer with the default size of 32. -

    -

    -
    - -

    -CircularFifoBuffer

    -
    -public CircularFifoBuffer(int size)
    -
    -
    Constructor that creates a buffer with the specified size. -

    -

    -
    Parameters:
    size - the size of the buffer (cannot be changed) -
    Throws: -
    java.lang.IllegalArgumentException - if the size is less than 1
    -
    -
    - -

    -CircularFifoBuffer

    -
    -public CircularFifoBuffer(java.util.Collection coll)
    -
    + that a new element can be inserted.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.buffer.BoundedFifoBuffer
    clear, get, isEmpty, isFull, iterator, maxSize, remove, size
    + + + + + + + +
    Methods inherited from class java.util.AbstractCollection
    addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +CircularFifoBuffer

    +
    +public CircularFifoBuffer()
    +
    +
    Constructor that creates a buffer with the default size of 32. +

    +

    +
    + +

    +CircularFifoBuffer

    +
    +public CircularFifoBuffer(int size)
    +
    +
    Constructor that creates a buffer with the specified size. +

    +

    +
    Parameters:
    size - the size of the buffer (cannot be changed) +
    Throws: +
    java.lang.IllegalArgumentException - if the size is less than 1
    +
    +
    + +

    +CircularFifoBuffer

    +
    +public CircularFifoBuffer(java.util.Collection coll)
    +
    Constructor that creates a buffer from the specified collection. - The collection size also sets the buffer size -

    -

    -
    Parameters:
    coll - the collection to copy into the buffer, may not be null -
    Throws: -
    java.lang.NullPointerException - if the collection is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -add

    -
    -public boolean add(java.lang.Object element)
    -
    + The collection size also sets the buffer size +

    +

    +
    Parameters:
    coll - the collection to copy into the buffer, may not be null +
    Throws: +
    java.lang.NullPointerException - if the collection is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +add

    +
    +public boolean add(java.lang.Object element)
    +
    If the buffer is full, the least recently added element is discarded so - that a new element can be inserted. -

    -

    -
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class BoundedFifoBuffer
    -
    -
    -
    Parameters:
    element - the element to add -
    Returns:
    true, always
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + that a new element can be inserted. +

    +

    +
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class BoundedFifoBuffer
    +
    +
    +
    Parameters:
    element - the element to add +
    Returns:
    true, always
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/PredicatedBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/PredicatedBuffer.html index c607958..2e0ef37 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/PredicatedBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/PredicatedBuffer.html @@ -1,110 +1,110 @@ - - - - - - - -PredicatedBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.buffer -
    -Class PredicatedBuffer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    -          extended by org.apache.commons.collections.collection.PredicatedCollection
    -              extended by org.apache.commons.collections.buffer.PredicatedBuffer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Buffer
    -
    -
    -
    -
    public class PredicatedBuffer
    extends PredicatedCollection
    implements Buffer
    - - -

    + + + + + + + +PredicatedBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.buffer +
    +Class PredicatedBuffer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    +          extended by org.apache.commons.collections.collection.PredicatedCollection
    +              extended by org.apache.commons.collections.buffer.PredicatedBuffer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Buffer
    +
    +
    +
    +
    public class PredicatedBuffer
    extends PredicatedCollection
    implements Buffer
    + + +

    Decorates another Buffer to validate that additions match a specified predicate.

    @@ -115,323 +115,323 @@ Decorates another Buffer to validate that additions One usage would be to ensure that no null entries are added to the buffer.

    Buffer buffer = PredicatedBuffer.decorate(new UnboundedFifoBuffer(), NotNullPredicate.INSTANCE);

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Paul Jack
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.PredicatedCollection
    predicate
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected PredicatedBuffer(Buffer buffer, - Predicate predicate) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -static Bufferdecorate(Buffer buffer, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) buffer.
    - java.lang.Objectget() - -
    -          Gets the next object from the buffer without removing it.
    -protected  BuffergetBuffer() - -
    -          Gets the buffer being decorated.
    - java.lang.Objectremove() - -
    -          Gets and removes the next object from the buffer.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.PredicatedCollection
    add, addAll, decorate, validate
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -PredicatedBuffer

    -
    -protected PredicatedBuffer(Buffer buffer,
    -                           Predicate predicate)
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Paul Jack
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.PredicatedCollection
    predicate
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected PredicatedBuffer(Buffer buffer, + Predicate predicate) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static Bufferdecorate(Buffer buffer, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) buffer.
    + java.lang.Objectget() + +
    +          Gets the next object from the buffer without removing it.
    +protected  BuffergetBuffer() + +
    +          Gets the buffer being decorated.
    + java.lang.Objectremove() + +
    +          Gets and removes the next object from the buffer.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.PredicatedCollection
    add, addAll, decorate, validate
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +PredicatedBuffer

    +
    +protected PredicatedBuffer(Buffer buffer,
    +                           Predicate predicate)
    +
    Constructor that wraps (not copies).

    If there are any elements already in the collection being decorated, they - are validated. -

    -

    -
    Parameters:
    buffer - the buffer to decorate, must not be null
    predicate - the predicate to use for validation, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if buffer or predicate is null -
    java.lang.IllegalArgumentException - if the buffer contains invalid elements
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static Buffer decorate(Buffer buffer,
    -                              Predicate predicate)
    -
    + are validated. +

    +

    +
    Parameters:
    buffer - the buffer to decorate, must not be null
    predicate - the predicate to use for validation, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if buffer or predicate is null +
    java.lang.IllegalArgumentException - if the buffer contains invalid elements
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static Buffer decorate(Buffer buffer,
    +                              Predicate predicate)
    +
    Factory method to create a predicated (validating) buffer.

    If there are any elements already in the buffer being decorated, they - are validated. -

    -

    -
    -
    -
    -
    Parameters:
    buffer - the buffer to decorate, must not be null
    predicate - the predicate to use for validation, must not be null -
    Returns:
    a new predicated Buffer -
    Throws: -
    java.lang.IllegalArgumentException - if buffer or predicate is null -
    java.lang.IllegalArgumentException - if the buffer contains invalid elements
    -
    -
    -
    - -

    -getBuffer

    -
    -protected Buffer getBuffer()
    -
    -
    Gets the buffer being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated buffer
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get()
    -
    -
    Description copied from interface: Buffer
    -
    Gets the next object from the buffer without removing it. -

    -

    -
    Specified by:
    get in interface Buffer
    -
    -
    - -
    Returns:
    the next object in the buffer, which is not removed
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove()
    -
    -
    Description copied from interface: Buffer
    -
    Gets and removes the next object from the buffer. -

    -

    -
    Specified by:
    remove in interface Buffer
    -
    -
    - -
    Returns:
    the next object in the buffer, which is also removed
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are validated. +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the buffer to decorate, must not be null
    predicate - the predicate to use for validation, must not be null +
    Returns:
    a new predicated Buffer +
    Throws: +
    java.lang.IllegalArgumentException - if buffer or predicate is null +
    java.lang.IllegalArgumentException - if the buffer contains invalid elements
    +
    +
    +
    + +

    +getBuffer

    +
    +protected Buffer getBuffer()
    +
    +
    Gets the buffer being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated buffer
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get()
    +
    +
    Description copied from interface: Buffer
    +
    Gets the next object from the buffer without removing it. +

    +

    +
    Specified by:
    get in interface Buffer
    +
    +
    + +
    Returns:
    the next object in the buffer, which is not removed
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove()
    +
    +
    Description copied from interface: Buffer
    +
    Gets and removes the next object from the buffer. +

    +

    +
    Specified by:
    remove in interface Buffer
    +
    +
    + +
    Returns:
    the next object in the buffer, which is also removed
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/PriorityBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/PriorityBuffer.html index fcefff8..41b3130 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/PriorityBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/PriorityBuffer.html @@ -1,117 +1,117 @@ - - - - - - - -PriorityBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.buffer -
    -Class PriorityBuffer

    -
    -java.lang.Object
    -  extended by java.util.AbstractCollection
    -      extended by org.apache.commons.collections.buffer.PriorityBuffer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Buffer
    -
    -
    -
    -
    public class PriorityBuffer
    extends java.util.AbstractCollection
    implements Buffer, java.io.Serializable
    - - -

    + + + + + + + +PriorityBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.buffer +
    +Class PriorityBuffer

    +
    +java.lang.Object
    +  extended by java.util.AbstractCollection
    +      extended by org.apache.commons.collections.buffer.PriorityBuffer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Buffer
    +
    +
    +
    +
    public class PriorityBuffer
    extends java.util.AbstractCollection
    implements Buffer, java.io.Serializable
    + + +

    Binary heap implementation of Buffer that provides for removal based on Comparator ordering.

    The removal order of a binary heap is based on either the natural sort - order of its elements or a specified Comparator. The + order of its elements or a specified Comparator. The remove() method always returns the first element as determined by the sort order. (The ascendingOrder flag in the constructors can be used to reverse the sort order, in which case remove() - will always remove the last element.) The removal order is + will always remove the last element.) The removal order is not the same as the order of iteration; elements are returned by the iterator in no particular order.

    @@ -119,7 +119,7 @@ Binary heap implementation of Buffer that provides for in logarithmic time. The get() operation performs in constant time. All other operations perform in linear time or worse.

    - Note that this implementation is not synchronized. Use + Note that this implementation is not synchronized. Use BufferUtils.synchronizedBuffer(Buffer) or SynchronizedBuffer.decorate(Buffer) to provide synchronized access to a PriorityBuffer: @@ -127,897 +127,897 @@ Binary heap implementation of Buffer that provides for Buffer heap = SynchronizedBuffer.decorate(new PriorityBuffer());

    - This class is Serializable from Commons Collections 3.2. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0 (previously BinaryHeap v1.0)
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Peter Donald, Ram Chidambaram, Michael A. Smith, Paul Jack, Stephen Colebourne, Steve Phelps
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  booleanascendingOrder - -
    -          If true, the first element as determined by the sort order will - be returned.
    -protected  java.util.Comparatorcomparator - -
    -          The comparator used to order the elements
    -protected  java.lang.Object[]elements - -
    -          The elements in this buffer.
    -protected  intsize - -
    -          The number of elements currently in this buffer.
    -  - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Constructor Summary
    PriorityBuffer() - -
    + This class is Serializable from Commons Collections 3.2. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0 (previously BinaryHeap v1.0)
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Peter Donald, Ram Chidambaram, Michael A. Smith, Paul Jack, Stephen Colebourne, Steve Phelps
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  booleanascendingOrder + +
    +          If true, the first element as determined by the sort order will + be returned.
    +protected  java.util.Comparatorcomparator + +
    +          The comparator used to order the elements
    +protected  java.lang.Object[]elements + +
    +          The elements in this buffer.
    +protected  intsize + +
    +          The number of elements currently in this buffer.
    +  + + + + + + + + + - - - + + + - - - - - - + + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - -
    +Constructor Summary
    PriorityBuffer() + +
              Constructs a new empty buffer that sorts in ascending order by the - natural order of the objects added.
    PriorityBuffer(boolean ascendingOrder) - -
    + natural order of the objects added.
    PriorityBuffer(boolean ascendingOrder) + +
              Constructs a new empty buffer specifying the sort order and using the - natural order of the objects added.
    PriorityBuffer(boolean ascendingOrder, - java.util.Comparator comparator) - -
    -          Constructs a new empty buffer specifying the sort order and comparator.
    PriorityBuffer(java.util.Comparator comparator) - -
    + natural order of the objects added.
    PriorityBuffer(boolean ascendingOrder, + java.util.Comparator comparator) + +
    +          Constructs a new empty buffer specifying the sort order and comparator.
    PriorityBuffer(java.util.Comparator comparator) + +
              Constructs a new empty buffer that sorts in ascending order using the - specified comparator.
    PriorityBuffer(int capacity) - -
    + specified comparator.
    PriorityBuffer(int capacity) + +
              Constructs a new empty buffer that sorts in ascending order by the - natural order of the objects added, specifying an initial capacity.
    PriorityBuffer(int capacity, - boolean ascendingOrder) - -
    + natural order of the objects added, specifying an initial capacity.
    PriorityBuffer(int capacity, + boolean ascendingOrder) + +
              Constructs a new empty buffer that specifying initial capacity and - sort order, using the natural order of the objects added.
    PriorityBuffer(int capacity, - boolean ascendingOrder, - java.util.Comparator comparator) - -
    + sort order, using the natural order of the objects added.
    PriorityBuffer(int capacity, + boolean ascendingOrder, + java.util.Comparator comparator) + +
              Constructs a new empty buffer that specifying initial capacity, - sort order and comparator.
    PriorityBuffer(int capacity, - java.util.Comparator comparator) - -
    + sort order and comparator.
    PriorityBuffer(int capacity, + java.util.Comparator comparator) + +
              Constructs a new empty buffer that sorts in ascending order using the - specified comparator and initial capacity.
    -  - - - - - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - booleanadd(java.lang.Object element) - -
    -          Adds an element to the buffer.
    - voidclear() - -
    -          Clears all elements from the buffer.
    - java.util.Comparatorcomparator() - -
    -          Gets the comparator being used for this buffer, null is natural order.
    -protected  intcompare(java.lang.Object a, - java.lang.Object b) - -
    + specified comparator and initial capacity.
    +  + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    + booleanadd(java.lang.Object element) + +
    +          Adds an element to the buffer.
    + voidclear() + +
    +          Clears all elements from the buffer.
    + java.util.Comparatorcomparator() + +
    +          Gets the comparator being used for this buffer, null is natural order.
    +protected  intcompare(java.lang.Object a, + java.lang.Object b) + +
              Compares two objects using the comparator if specified, or the - natural order otherwise.
    - java.lang.Objectget() - -
    -          Gets the next element to be removed without actually removing it (peek).
    -protected  voidgrow() - -
    -          Increases the size of the heap to support additional elements
    - booleanisAscendingOrder() - -
    -          Checks whether the heap is ascending or descending order.
    -protected  booleanisAtCapacity() - -
    -          Tests if the buffer is at capacity.
    - java.util.Iteratoriterator() - -
    -          Returns an iterator over this heap's elements.
    -protected  voidpercolateDownMaxHeap(int index) - -
    -          Percolates element down heap from the position given by the index.
    -protected  voidpercolateDownMinHeap(int index) - -
    -          Percolates element down heap from the position given by the index.
    -protected  voidpercolateUpMaxHeap(int index) - -
    -          Percolates element up heap from from the position given by the index.
    -protected  voidpercolateUpMaxHeap(java.lang.Object element) - -
    -          Percolates a new element up heap from the bottom.
    -protected  voidpercolateUpMinHeap(int index) - -
    -          Percolates element up heap from the position given by the index.
    -protected  voidpercolateUpMinHeap(java.lang.Object element) - -
    -          Percolates a new element up heap from the bottom.
    - java.lang.Objectremove() - -
    -          Gets and removes the next element (pop).
    - intsize() - -
    -          Returns the number of elements in this buffer.
    - java.lang.StringtoString() - -
    -          Returns a string representation of this heap.
    - - - - - - - -
    Methods inherited from class java.util.AbstractCollection
    addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, toArray, toArray
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -elements

    -
    -protected java.lang.Object[] elements
    -
    -
    The elements in this buffer. -

    -

    -
    -
    -
    - -

    -size

    -
    -protected int size
    -
    -
    The number of elements currently in this buffer. -

    -

    -
    -
    -
    - -

    -ascendingOrder

    -
    -protected boolean ascendingOrder
    -
    -
    If true, the first element as determined by the sort order will + natural order otherwise.
    + java.lang.Objectget() + +
    +          Gets the next element to be removed without actually removing it (peek).
    +protected  voidgrow() + +
    +          Increases the size of the heap to support additional elements
    + booleanisAscendingOrder() + +
    +          Checks whether the heap is ascending or descending order.
    +protected  booleanisAtCapacity() + +
    +          Tests if the buffer is at capacity.
    + java.util.Iteratoriterator() + +
    +          Returns an iterator over this heap's elements.
    +protected  voidpercolateDownMaxHeap(int index) + +
    +          Percolates element down heap from the position given by the index.
    +protected  voidpercolateDownMinHeap(int index) + +
    +          Percolates element down heap from the position given by the index.
    +protected  voidpercolateUpMaxHeap(int index) + +
    +          Percolates element up heap from from the position given by the index.
    +protected  voidpercolateUpMaxHeap(java.lang.Object element) + +
    +          Percolates a new element up heap from the bottom.
    +protected  voidpercolateUpMinHeap(int index) + +
    +          Percolates element up heap from the position given by the index.
    +protected  voidpercolateUpMinHeap(java.lang.Object element) + +
    +          Percolates a new element up heap from the bottom.
    + java.lang.Objectremove() + +
    +          Gets and removes the next element (pop).
    + intsize() + +
    +          Returns the number of elements in this buffer.
    + java.lang.StringtoString() + +
    +          Returns a string representation of this heap.
    + + + + + + + +
    Methods inherited from class java.util.AbstractCollection
    addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, toArray, toArray
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +elements

    +
    +protected java.lang.Object[] elements
    +
    +
    The elements in this buffer. +

    +

    +
    +
    +
    + +

    +size

    +
    +protected int size
    +
    +
    The number of elements currently in this buffer. +

    +

    +
    +
    +
    + +

    +ascendingOrder

    +
    +protected boolean ascendingOrder
    +
    +
    If true, the first element as determined by the sort order will be returned. If false, the last element as determined by the - sort order will be returned. -

    -

    -
    -
    -
    - -

    -comparator

    -
    -protected java.util.Comparator comparator
    -
    -
    The comparator used to order the elements -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -PriorityBuffer

    -
    -public PriorityBuffer()
    -
    + sort order will be returned. +

    +

    +
    +
    +
    + +

    +comparator

    +
    +protected java.util.Comparator comparator
    +
    +
    The comparator used to order the elements +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +PriorityBuffer

    +
    +public PriorityBuffer()
    +
    Constructs a new empty buffer that sorts in ascending order by the - natural order of the objects added. -

    -

    -
    - -

    -PriorityBuffer

    -
    -public PriorityBuffer(java.util.Comparator comparator)
    -
    + natural order of the objects added. +

    +

    +
    + +

    +PriorityBuffer

    +
    +public PriorityBuffer(java.util.Comparator comparator)
    +
    Constructs a new empty buffer that sorts in ascending order using the - specified comparator. -

    -

    + specified comparator. +

    +

    Parameters:
    comparator - the comparator used to order the elements, - null means use natural order
    -
    -
    - -

    -PriorityBuffer

    -
    -public PriorityBuffer(boolean ascendingOrder)
    -
    + null means use natural order
    +
    +
    + +

    +PriorityBuffer

    +
    +public PriorityBuffer(boolean ascendingOrder)
    +
    Constructs a new empty buffer specifying the sort order and using the - natural order of the objects added. -

    -

    -
    Parameters:
    ascendingOrder - if true the heap is created as a - minimum heap; otherwise, the heap is created as a maximum heap
    -
    -
    - -

    -PriorityBuffer

    -
    -public PriorityBuffer(boolean ascendingOrder,
    -                      java.util.Comparator comparator)
    -
    -
    Constructs a new empty buffer specifying the sort order and comparator. -

    -

    -
    Parameters:
    ascendingOrder - true to use the order imposed by the given + natural order of the objects added. +

    +

    +
    Parameters:
    ascendingOrder - if true the heap is created as a + minimum heap; otherwise, the heap is created as a maximum heap
    +
    +
    + +

    +PriorityBuffer

    +
    +public PriorityBuffer(boolean ascendingOrder,
    +                      java.util.Comparator comparator)
    +
    +
    Constructs a new empty buffer specifying the sort order and comparator. +

    +

    +
    Parameters:
    ascendingOrder - true to use the order imposed by the given comparator; false to reverse that order
    comparator - the comparator used to order the elements, - null means use natural order
    -
    -
    - -

    -PriorityBuffer

    -
    -public PriorityBuffer(int capacity)
    -
    + null means use natural order
    +
    +
    + +

    +PriorityBuffer

    +
    +public PriorityBuffer(int capacity)
    +
    Constructs a new empty buffer that sorts in ascending order by the - natural order of the objects added, specifying an initial capacity. -

    -

    -
    Parameters:
    capacity - the initial capacity for the buffer, greater than zero -
    Throws: -
    java.lang.IllegalArgumentException - if capacity is <= 0
    -
    -
    - -

    -PriorityBuffer

    -
    -public PriorityBuffer(int capacity,
    -                      java.util.Comparator comparator)
    -
    + natural order of the objects added, specifying an initial capacity. +

    +

    +
    Parameters:
    capacity - the initial capacity for the buffer, greater than zero +
    Throws: +
    java.lang.IllegalArgumentException - if capacity is <= 0
    +
    +
    + +

    +PriorityBuffer

    +
    +public PriorityBuffer(int capacity,
    +                      java.util.Comparator comparator)
    +
    Constructs a new empty buffer that sorts in ascending order using the - specified comparator and initial capacity. -

    -

    + specified comparator and initial capacity. +

    +

    Parameters:
    capacity - the initial capacity for the buffer, greater than zero
    comparator - the comparator used to order the elements, - null means use natural order -
    Throws: -
    java.lang.IllegalArgumentException - if capacity is <= 0
    -
    -
    - -

    -PriorityBuffer

    -
    -public PriorityBuffer(int capacity,
    -                      boolean ascendingOrder)
    -
    + null means use natural order +
    Throws: +
    java.lang.IllegalArgumentException - if capacity is <= 0
    +
    +
    + +

    +PriorityBuffer

    +
    +public PriorityBuffer(int capacity,
    +                      boolean ascendingOrder)
    +
    Constructs a new empty buffer that specifying initial capacity and - sort order, using the natural order of the objects added. -

    -

    -
    Parameters:
    capacity - the initial capacity for the buffer, greater than zero
    ascendingOrder - if true the heap is created as a - minimum heap; otherwise, the heap is created as a maximum heap. -
    Throws: -
    java.lang.IllegalArgumentException - if capacity is <= 0
    -
    -
    - -

    -PriorityBuffer

    -
    -public PriorityBuffer(int capacity,
    -                      boolean ascendingOrder,
    -                      java.util.Comparator comparator)
    -
    + sort order, using the natural order of the objects added. +

    +

    +
    Parameters:
    capacity - the initial capacity for the buffer, greater than zero
    ascendingOrder - if true the heap is created as a + minimum heap; otherwise, the heap is created as a maximum heap. +
    Throws: +
    java.lang.IllegalArgumentException - if capacity is <= 0
    +
    +
    + +

    +PriorityBuffer

    +
    +public PriorityBuffer(int capacity,
    +                      boolean ascendingOrder,
    +                      java.util.Comparator comparator)
    +
    Constructs a new empty buffer that specifying initial capacity, - sort order and comparator. -

    -

    -
    Parameters:
    capacity - the initial capacity for the buffer, greater than zero
    ascendingOrder - true to use the order imposed by the given + sort order and comparator. +

    +

    +
    Parameters:
    capacity - the initial capacity for the buffer, greater than zero
    ascendingOrder - true to use the order imposed by the given comparator; false to reverse that order
    comparator - the comparator used to order the elements, - null means use natural order -
    Throws: -
    java.lang.IllegalArgumentException - if capacity is <= 0
    -
    - - - - - - - - -
    -Method Detail
    - -

    -isAscendingOrder

    -
    -public boolean isAscendingOrder()
    -
    -
    Checks whether the heap is ascending or descending order. -

    -

    -
    -
    -
    - -
    Returns:
    true if ascending order (a min heap)
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    Gets the comparator being used for this buffer, null is natural order. -

    -

    -
    -
    -
    - -
    Returns:
    the comparator in use, null is natural order
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Returns the number of elements in this buffer. -

    -

    -
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in class java.util.AbstractCollection
    -
    -
    - -
    Returns:
    the number of elements in this buffer
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    Clears all elements from the buffer. -

    -

    -
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object element)
    -
    + null means use natural order +
    Throws: +
    java.lang.IllegalArgumentException - if capacity is <= 0
    +
    + + + + + + + + +
    +Method Detail
    + +

    +isAscendingOrder

    +
    +public boolean isAscendingOrder()
    +
    +
    Checks whether the heap is ascending or descending order. +

    +

    +
    +
    +
    + +
    Returns:
    true if ascending order (a min heap)
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    Gets the comparator being used for this buffer, null is natural order. +

    +

    +
    +
    +
    + +
    Returns:
    the comparator in use, null is natural order
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Returns the number of elements in this buffer. +

    +

    +
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in class java.util.AbstractCollection
    +
    +
    + +
    Returns:
    the number of elements in this buffer
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    Clears all elements from the buffer. +

    +

    +
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object element)
    +
    Adds an element to the buffer.

    - The element added will be sorted according to the comparator in use. -

    -

    -
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class java.util.AbstractCollection
    -
    -
    -
    Parameters:
    element - the element to be added -
    Returns:
    true always
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get()
    -
    -
    Gets the next element to be removed without actually removing it (peek). -

    -

    -
    Specified by:
    get in interface Buffer
    -
    -
    - -
    Returns:
    the next element -
    Throws: -
    BufferUnderflowException - if the buffer is empty
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove()
    -
    -
    Gets and removes the next element (pop). -

    -

    -
    Specified by:
    remove in interface Buffer
    -
    -
    - -
    Returns:
    the next element -
    Throws: -
    BufferUnderflowException - if the buffer is empty
    -
    -
    -
    - -

    -isAtCapacity

    -
    -protected boolean isAtCapacity()
    -
    -
    Tests if the buffer is at capacity. -

    -

    -
    -
    -
    - -
    Returns:
    true if buffer is full; false otherwise.
    -
    -
    -
    - -

    -percolateDownMinHeap

    -
    -protected void percolateDownMinHeap(int index)
    -
    + The element added will be sorted according to the comparator in use. +

    +

    +
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class java.util.AbstractCollection
    +
    +
    +
    Parameters:
    element - the element to be added +
    Returns:
    true always
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get()
    +
    +
    Gets the next element to be removed without actually removing it (peek). +

    +

    +
    Specified by:
    get in interface Buffer
    +
    +
    + +
    Returns:
    the next element +
    Throws: +
    BufferUnderflowException - if the buffer is empty
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove()
    +
    +
    Gets and removes the next element (pop). +

    +

    +
    Specified by:
    remove in interface Buffer
    +
    +
    + +
    Returns:
    the next element +
    Throws: +
    BufferUnderflowException - if the buffer is empty
    +
    +
    +
    + +

    +isAtCapacity

    +
    +protected boolean isAtCapacity()
    +
    +
    Tests if the buffer is at capacity. +

    +

    +
    +
    +
    + +
    Returns:
    true if buffer is full; false otherwise.
    +
    +
    +
    + +

    +percolateDownMinHeap

    +
    +protected void percolateDownMinHeap(int index)
    +
    Percolates element down heap from the position given by the index.

    - Assumes it is a minimum heap. -

    -

    -
    -
    -
    -
    Parameters:
    index - the index for the element
    -
    -
    -
    - -

    -percolateDownMaxHeap

    -
    -protected void percolateDownMaxHeap(int index)
    -
    + Assumes it is a minimum heap. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index for the element
    +
    +
    +
    + +

    +percolateDownMaxHeap

    +
    +protected void percolateDownMaxHeap(int index)
    +
    Percolates element down heap from the position given by the index.

    - Assumes it is a maximum heap. -

    -

    -
    -
    -
    -
    Parameters:
    index - the index of the element
    -
    -
    -
    - -

    -percolateUpMinHeap

    -
    -protected void percolateUpMinHeap(int index)
    -
    + Assumes it is a maximum heap. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index of the element
    +
    +
    +
    + +

    +percolateUpMinHeap

    +
    +protected void percolateUpMinHeap(int index)
    +
    Percolates element up heap from the position given by the index.

    - Assumes it is a minimum heap. -

    -

    -
    -
    -
    -
    Parameters:
    index - the index of the element to be percolated up
    -
    -
    -
    - -

    -percolateUpMinHeap

    -
    -protected void percolateUpMinHeap(java.lang.Object element)
    -
    + Assumes it is a minimum heap. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index of the element to be percolated up
    +
    +
    +
    + +

    +percolateUpMinHeap

    +
    +protected void percolateUpMinHeap(java.lang.Object element)
    +
    Percolates a new element up heap from the bottom.

    - Assumes it is a minimum heap. -

    -

    -
    -
    -
    -
    Parameters:
    element - the element
    -
    -
    -
    - -

    -percolateUpMaxHeap

    -
    -protected void percolateUpMaxHeap(int index)
    -
    + Assumes it is a minimum heap. +

    +

    +
    +
    +
    +
    Parameters:
    element - the element
    +
    +
    +
    + +

    +percolateUpMaxHeap

    +
    +protected void percolateUpMaxHeap(int index)
    +
    Percolates element up heap from from the position given by the index.

    - Assume it is a maximum heap. -

    -

    -
    -
    -
    -
    Parameters:
    index - the index of the element to be percolated up
    -
    -
    -
    - -

    -percolateUpMaxHeap

    -
    -protected void percolateUpMaxHeap(java.lang.Object element)
    -
    + Assume it is a maximum heap. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index of the element to be percolated up
    +
    +
    +
    + +

    +percolateUpMaxHeap

    +
    +protected void percolateUpMaxHeap(java.lang.Object element)
    +
    Percolates a new element up heap from the bottom.

    - Assume it is a maximum heap. -

    -

    -
    -
    -
    -
    Parameters:
    element - the element
    -
    -
    -
    - -

    -compare

    -
    -protected int compare(java.lang.Object a,
    -                      java.lang.Object b)
    -
    + Assume it is a maximum heap. +

    +

    +
    +
    +
    +
    Parameters:
    element - the element
    +
    +
    +
    + +

    +compare

    +
    +protected int compare(java.lang.Object a,
    +                      java.lang.Object b)
    +
    Compares two objects using the comparator if specified, or the - natural order otherwise. -

    -

    -
    -
    -
    -
    Parameters:
    a - the first object
    b - the second object -
    Returns:
    -ve if a less than b, 0 if they are equal, +ve if a greater than b
    -
    -
    -
    - -

    -grow

    -
    -protected void grow()
    -
    -
    Increases the size of the heap to support additional elements -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    Returns an iterator over this heap's elements. -

    -

    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in class java.util.AbstractCollection
    -
    -
    - -
    Returns:
    an iterator over this heap's elements
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    + natural order otherwise. +

    +

    +
    +
    +
    +
    Parameters:
    a - the first object
    b - the second object +
    Returns:
    -ve if a less than b, 0 if they are equal, +ve if a greater than b
    +
    +
    +
    + +

    +grow

    +
    +protected void grow()
    +
    +
    Increases the size of the heap to support additional elements +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    Returns an iterator over this heap's elements. +

    +

    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in class java.util.AbstractCollection
    +
    +
    + +
    Returns:
    an iterator over this heap's elements
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    Returns a string representation of this heap. The returned string - is similar to those produced by standard JDK collections. -

    -

    -
    Overrides:
    toString in class java.util.AbstractCollection
    -
    -
    - -
    Returns:
    a string representation of this heap
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + is similar to those produced by standard JDK collections. +

    +

    +
    Overrides:
    toString in class java.util.AbstractCollection
    +
    +
    + +
    Returns:
    a string representation of this heap
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/SynchronizedBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/SynchronizedBuffer.html index 78d050e..4e1f0d8 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/SynchronizedBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/SynchronizedBuffer.html @@ -1,427 +1,427 @@ - - - - - - - -SynchronizedBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.buffer -
    -Class SynchronizedBuffer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.SynchronizedCollection
    -      extended by org.apache.commons.collections.buffer.SynchronizedBuffer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Buffer
    -
    -
    -
    Direct Known Subclasses:
    BlockingBuffer, BoundedBuffer
    -
    -
    -
    -
    public class SynchronizedBuffer
    extends SynchronizedCollection
    implements Buffer
    - - -

    + + + + + + + +SynchronizedBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.buffer +
    +Class SynchronizedBuffer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.SynchronizedCollection
    +      extended by org.apache.commons.collections.buffer.SynchronizedBuffer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Buffer
    +
    +
    +
    Direct Known Subclasses:
    BlockingBuffer, BoundedBuffer
    +
    +
    +
    +
    public class SynchronizedBuffer
    extends SynchronizedCollection
    implements Buffer
    + + +

    Decorates another Buffer to synchronize its behaviour for a multi-threaded environment.

    Methods are synchronized, then forwarded to the decorated buffer.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    collection, lock
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected SynchronizedBuffer(Buffer buffer) - -
    -          Constructor that wraps (not copies).
    -protected SynchronizedBuffer(Buffer buffer, - java.lang.Object lock) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -static Bufferdecorate(Buffer buffer) - -
    -          Factory method to create a synchronized buffer.
    - java.lang.Objectget() - -
    -          Gets the next object from the buffer without removing it.
    -protected  BuffergetBuffer() - -
    -          Gets the buffer being decorated.
    - java.lang.Objectremove() - -
    -          Gets and removes the next object from the buffer.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    add, addAll, clear, contains, containsAll, decorate, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -SynchronizedBuffer

    -
    -protected SynchronizedBuffer(Buffer buffer)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    buffer - the buffer to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if the buffer is null
    -
    -
    - -

    -SynchronizedBuffer

    -
    -protected SynchronizedBuffer(Buffer buffer,
    -                             java.lang.Object lock)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    buffer - the buffer to decorate, must not be null
    lock - the lock object to use, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if the buffer is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static Buffer decorate(Buffer buffer)
    -
    -
    Factory method to create a synchronized buffer. -

    -

    -
    -
    -
    -
    Parameters:
    buffer - the buffer to decorate, must not be null -
    Returns:
    a new synchronized Buffer -
    Throws: -
    java.lang.IllegalArgumentException - if buffer is null
    -
    -
    -
    - -

    -getBuffer

    -
    -protected Buffer getBuffer()
    -
    -
    Gets the buffer being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated buffer
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get()
    -
    -
    Description copied from interface: Buffer
    -
    Gets the next object from the buffer without removing it. -

    -

    -
    Specified by:
    get in interface Buffer
    -
    -
    - -
    Returns:
    the next object in the buffer, which is not removed
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove()
    -
    -
    Description copied from interface: Buffer
    -
    Gets and removes the next object from the buffer. -

    -

    -
    Specified by:
    remove in interface Buffer
    -
    -
    - -
    Returns:
    the next object in the buffer, which is also removed
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    collection, lock
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected SynchronizedBuffer(Buffer buffer) + +
    +          Constructor that wraps (not copies).
    +protected SynchronizedBuffer(Buffer buffer, + java.lang.Object lock) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static Bufferdecorate(Buffer buffer) + +
    +          Factory method to create a synchronized buffer.
    + java.lang.Objectget() + +
    +          Gets the next object from the buffer without removing it.
    +protected  BuffergetBuffer() + +
    +          Gets the buffer being decorated.
    + java.lang.Objectremove() + +
    +          Gets and removes the next object from the buffer.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    add, addAll, clear, contains, containsAll, decorate, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +SynchronizedBuffer

    +
    +protected SynchronizedBuffer(Buffer buffer)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    buffer - the buffer to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the buffer is null
    +
    +
    + +

    +SynchronizedBuffer

    +
    +protected SynchronizedBuffer(Buffer buffer,
    +                             java.lang.Object lock)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    buffer - the buffer to decorate, must not be null
    lock - the lock object to use, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the buffer is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static Buffer decorate(Buffer buffer)
    +
    +
    Factory method to create a synchronized buffer. +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the buffer to decorate, must not be null +
    Returns:
    a new synchronized Buffer +
    Throws: +
    java.lang.IllegalArgumentException - if buffer is null
    +
    +
    +
    + +

    +getBuffer

    +
    +protected Buffer getBuffer()
    +
    +
    Gets the buffer being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated buffer
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get()
    +
    +
    Description copied from interface: Buffer
    +
    Gets the next object from the buffer without removing it. +

    +

    +
    Specified by:
    get in interface Buffer
    +
    +
    + +
    Returns:
    the next object in the buffer, which is not removed
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove()
    +
    +
    Description copied from interface: Buffer
    +
    Gets and removes the next object from the buffer. +

    +

    +
    Specified by:
    remove in interface Buffer
    +
    +
    + +
    Returns:
    the next object in the buffer, which is also removed
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/TransformedBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/TransformedBuffer.html index d29a890..920de93 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/TransformedBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/TransformedBuffer.html @@ -1,110 +1,110 @@ - - - - - - - -TransformedBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.buffer -
    -Class TransformedBuffer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    -          extended by org.apache.commons.collections.collection.TransformedCollection
    -              extended by org.apache.commons.collections.buffer.TransformedBuffer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Buffer
    -
    -
    -
    -
    public class TransformedBuffer
    extends TransformedCollection
    implements Buffer
    - - -

    + + + + + + + +TransformedBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.buffer +
    +Class TransformedBuffer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    +          extended by org.apache.commons.collections.collection.TransformedCollection
    +              extended by org.apache.commons.collections.buffer.TransformedBuffer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Buffer
    +
    +
    +
    +
    public class TransformedBuffer
    extends TransformedCollection
    implements Buffer
    + + +

    Decorates another Buffer to transform objects that are added.

    The add methods are affected by this class. @@ -112,321 +112,321 @@ Decorates another Buffer to transform objects that are added. For example, if the transformation converts Strings to Integers, you must use the Integer form to remove objects.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.TransformedCollection
    transformer
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected TransformedBuffer(Buffer buffer, - Transformer transformer) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -static Bufferdecorate(Buffer buffer, - Transformer transformer) - -
    -          Factory method to create a transforming buffer.
    - java.lang.Objectget() - -
    -          Gets the next object from the buffer without removing it.
    -protected  BuffergetBuffer() - -
    -          Gets the decorated buffer.
    - java.lang.Objectremove() - -
    -          Gets and removes the next object from the buffer.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.TransformedCollection
    add, addAll, decorate, transform, transform
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TransformedBuffer

    -
    -protected TransformedBuffer(Buffer buffer,
    -                            Transformer transformer)
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.TransformedCollection
    transformer
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected TransformedBuffer(Buffer buffer, + Transformer transformer) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static Bufferdecorate(Buffer buffer, + Transformer transformer) + +
    +          Factory method to create a transforming buffer.
    + java.lang.Objectget() + +
    +          Gets the next object from the buffer without removing it.
    +protected  BuffergetBuffer() + +
    +          Gets the decorated buffer.
    + java.lang.Objectremove() + +
    +          Gets and removes the next object from the buffer.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.TransformedCollection
    add, addAll, decorate, transform, transform
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TransformedBuffer

    +
    +protected TransformedBuffer(Buffer buffer,
    +                            Transformer transformer)
    +
    Constructor that wraps (not copies).

    If there are any elements already in the buffer being decorated, they - are NOT transformed. -

    -

    -
    Parameters:
    buffer - the buffer to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if buffer or transformer is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static Buffer decorate(Buffer buffer,
    -                              Transformer transformer)
    -
    + are NOT transformed. +

    +

    +
    Parameters:
    buffer - the buffer to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if buffer or transformer is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static Buffer decorate(Buffer buffer,
    +                              Transformer transformer)
    +
    Factory method to create a transforming buffer.

    If there are any elements already in the buffer being decorated, they - are NOT transformed. -

    -

    -
    -
    -
    -
    Parameters:
    buffer - the buffer to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null -
    Returns:
    a new transformed Buffer -
    Throws: -
    java.lang.IllegalArgumentException - if buffer or transformer is null
    -
    -
    -
    - -

    -getBuffer

    -
    -protected Buffer getBuffer()
    -
    -
    Gets the decorated buffer. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated buffer
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get()
    -
    -
    Description copied from interface: Buffer
    -
    Gets the next object from the buffer without removing it. -

    -

    -
    Specified by:
    get in interface Buffer
    -
    -
    - -
    Returns:
    the next object in the buffer, which is not removed
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove()
    -
    -
    Description copied from interface: Buffer
    -
    Gets and removes the next object from the buffer. -

    -

    -
    Specified by:
    remove in interface Buffer
    -
    -
    - -
    Returns:
    the next object in the buffer, which is also removed
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are NOT transformed. +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the buffer to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null +
    Returns:
    a new transformed Buffer +
    Throws: +
    java.lang.IllegalArgumentException - if buffer or transformer is null
    +
    +
    +
    + +

    +getBuffer

    +
    +protected Buffer getBuffer()
    +
    +
    Gets the decorated buffer. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated buffer
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get()
    +
    +
    Description copied from interface: Buffer
    +
    Gets the next object from the buffer without removing it. +

    +

    +
    Specified by:
    get in interface Buffer
    +
    +
    + +
    Returns:
    the next object in the buffer, which is not removed
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove()
    +
    +
    Description copied from interface: Buffer
    +
    Gets and removes the next object from the buffer. +

    +

    +
    Specified by:
    remove in interface Buffer
    +
    +
    + +
    Returns:
    the next object in the buffer, which is also removed
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/TypedBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/TypedBuffer.html index 4eb031c..726d53b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/TypedBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/TypedBuffer.html @@ -1,282 +1,282 @@ - - - - - - - -TypedBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.buffer -
    -Class TypedBuffer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.buffer.TypedBuffer
    -
    -
    -
    -
    public class TypedBuffer
    extends java.lang.Object
    - - -

    + + + + + + + +TypedBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.buffer +
    +Class TypedBuffer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.buffer.TypedBuffer
    +
    +
    +
    +
    public class TypedBuffer
    extends java.lang.Object
    + + +

    Decorates another Buffer to validate that elements added are of a specific type.

    - The validation of additions is performed via an instanceof test against + The validation of additions is performed via an instanceof test against a specified Class. If an object cannot be added to the - collection, an IllegalArgumentException is thrown. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Matthew Hawthorne
    -
    -
    - -

    - - - - - - - - - - - - -
    -Constructor Summary
    -protected TypedBuffer() - -
    -          Restrictive constructor.
    -  - - - - - - - - - - - -
    -Method Summary
    -static Bufferdecorate(Buffer buffer, - java.lang.Class type) - -
    -          Factory method to create a typed list.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TypedBuffer

    -
    -protected TypedBuffer()
    -
    -
    Restrictive constructor. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static Buffer decorate(Buffer buffer,
    -                              java.lang.Class type)
    -
    + collection, an IllegalArgumentException is thrown. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Matthew Hawthorne
    +
    +
    + +

    + + + + + + + + + + + + +
    +Constructor Summary
    +protected TypedBuffer() + +
    +          Restrictive constructor.
    +  + + + + + + + + + + + +
    +Method Summary
    +static Bufferdecorate(Buffer buffer, + java.lang.Class type) + +
    +          Factory method to create a typed list.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TypedBuffer

    +
    +protected TypedBuffer()
    +
    +
    Restrictive constructor. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static Buffer decorate(Buffer buffer,
    +                              java.lang.Class type)
    +
    Factory method to create a typed list.

    If there are any elements already in the buffer being decorated, they - are validated. -

    -

    -
    Parameters:
    buffer - the buffer to decorate, must not be null
    type - the type to allow into the buffer, must not be null -
    Returns:
    a new typed Buffer -
    Throws: -
    java.lang.IllegalArgumentException - if buffer or type is null -
    java.lang.IllegalArgumentException - if the buffer contains invalid elements
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are validated. +

    +

    +
    Parameters:
    buffer - the buffer to decorate, must not be null
    type - the type to allow into the buffer, must not be null +
    Returns:
    a new typed Buffer +
    Throws: +
    java.lang.IllegalArgumentException - if buffer or type is null +
    java.lang.IllegalArgumentException - if the buffer contains invalid elements
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/UnboundedFifoBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/UnboundedFifoBuffer.html index 01ae69d..29afe27 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/UnboundedFifoBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/UnboundedFifoBuffer.html @@ -1,108 +1,108 @@ - - - - - - - -UnboundedFifoBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.buffer -
    -Class UnboundedFifoBuffer

    -
    -java.lang.Object
    -  extended by java.util.AbstractCollection
    -      extended by org.apache.commons.collections.buffer.UnboundedFifoBuffer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Buffer
    -
    -
    -
    -
    public class UnboundedFifoBuffer
    extends java.util.AbstractCollection
    implements Buffer, java.io.Serializable
    - - -

    + + + + + + + +UnboundedFifoBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.buffer +
    +Class UnboundedFifoBuffer

    +
    +java.lang.Object
    +  extended by java.util.AbstractCollection
    +      extended by org.apache.commons.collections.buffer.UnboundedFifoBuffer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Buffer
    +
    +
    +
    +
    public class UnboundedFifoBuffer
    extends java.util.AbstractCollection
    implements Buffer, java.io.Serializable
    + + +

    UnboundedFifoBuffer is a very efficient implementation of Buffer that can grow to any size. According to performance testing, it exhibits a constant access time, but it @@ -124,425 +124,425 @@ UnboundedFifoBuffer is a very efficient implementation of

    This buffer prevents null objects from being added.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0 (previously in main package v2.1)
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Avalon, Federico Barbieri, Berin Loritsch, Paul Jack, Stephen Colebourne, Andreas Schlosser, Thomas Knych, Jordan Krey
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  java.lang.Object[]buffer - -
    -          The array of objects in the buffer.
    -protected  inthead - -
    -          The current head index.
    -protected  inttail - -
    -          The current tail index.
    -  - - - - - - - - - - - - - -
    -Constructor Summary
    UnboundedFifoBuffer() - -
    -          Constructs an UnboundedFifoBuffer with the default number of elements.
    UnboundedFifoBuffer(int initialSize) - -
    -          Constructs an UnboundedFifoBuffer with the specified number of elements.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanadd(java.lang.Object obj) - -
    -          Adds the given element to this buffer.
    - java.lang.Objectget() - -
    -          Returns the next object in the buffer.
    - booleanisEmpty() - -
    -          Returns true if this buffer is empty; false otherwise.
    - java.util.Iteratoriterator() - -
    -          Returns an iterator over this buffer's elements.
    - java.lang.Objectremove() - -
    -          Removes the next object from the buffer
    - intsize() - -
    -          Returns the number of elements stored in the buffer.
    - - - - - - - -
    Methods inherited from class java.util.AbstractCollection
    addAll, clear, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -buffer

    -
    -protected transient java.lang.Object[] buffer
    -
    -
    The array of objects in the buffer. -

    -

    -
    -
    -
    - -

    -head

    -
    -protected transient int head
    -
    -
    The current head index. -

    -

    -
    -
    -
    - -

    -tail

    -
    -protected transient int tail
    -
    -
    The current tail index. -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -UnboundedFifoBuffer

    -
    -public UnboundedFifoBuffer()
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0 (previously in main package v2.1)
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Avalon, Federico Barbieri, Berin Loritsch, Paul Jack, Stephen Colebourne, Andreas Schlosser, Thomas Knych, Jordan Krey
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  java.lang.Object[]buffer + +
    +          The array of objects in the buffer.
    +protected  inthead + +
    +          The current head index.
    +protected  inttail + +
    +          The current tail index.
    +  + + + + + + + + + + + + + +
    +Constructor Summary
    UnboundedFifoBuffer() + +
    +          Constructs an UnboundedFifoBuffer with the default number of elements.
    UnboundedFifoBuffer(int initialSize) + +
    +          Constructs an UnboundedFifoBuffer with the specified number of elements.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanadd(java.lang.Object obj) + +
    +          Adds the given element to this buffer.
    + java.lang.Objectget() + +
    +          Returns the next object in the buffer.
    + booleanisEmpty() + +
    +          Returns true if this buffer is empty; false otherwise.
    + java.util.Iteratoriterator() + +
    +          Returns an iterator over this buffer's elements.
    + java.lang.Objectremove() + +
    +          Removes the next object from the buffer
    + intsize() + +
    +          Returns the number of elements stored in the buffer.
    + + + + + + + +
    Methods inherited from class java.util.AbstractCollection
    addAll, clear, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    addAll, clear, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +buffer

    +
    +protected transient java.lang.Object[] buffer
    +
    +
    The array of objects in the buffer. +

    +

    +
    +
    +
    + +

    +head

    +
    +protected transient int head
    +
    +
    The current head index. +

    +

    +
    +
    +
    + +

    +tail

    +
    +protected transient int tail
    +
    +
    The current tail index. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +UnboundedFifoBuffer

    +
    +public UnboundedFifoBuffer()
    +
    Constructs an UnboundedFifoBuffer with the default number of elements. It is exactly the same as performing the following:
        new UnboundedFifoBuffer(32);
    - 
    -

    -

    -
    - -

    -UnboundedFifoBuffer

    -
    -public UnboundedFifoBuffer(int initialSize)
    -
    + +

    +

    +
    + +

    +UnboundedFifoBuffer

    +
    +public UnboundedFifoBuffer(int initialSize)
    +
    Constructs an UnboundedFifoBuffer with the specified number of elements. - The integer must be a positive integer. -

    -

    -
    Parameters:
    initialSize - the initial size of the buffer -
    Throws: -
    java.lang.IllegalArgumentException - if the size is less than 1
    -
    - - - - - - - - -
    -Method Detail
    - -

    -size

    -
    -public int size()
    -
    -
    Returns the number of elements stored in the buffer. -

    -

    -
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in class java.util.AbstractCollection
    -
    -
    - -
    Returns:
    this buffer's size
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Returns true if this buffer is empty; false otherwise. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Collection
    Overrides:
    isEmpty in class java.util.AbstractCollection
    -
    -
    - -
    Returns:
    true if this buffer is empty
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object obj)
    -
    -
    Adds the given element to this buffer. -

    -

    -
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class java.util.AbstractCollection
    -
    -
    -
    Parameters:
    obj - the element to add -
    Returns:
    true, always -
    Throws: -
    java.lang.NullPointerException - if the given element is null
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get()
    -
    -
    Returns the next object in the buffer. -

    -

    -
    Specified by:
    get in interface Buffer
    -
    -
    - -
    Returns:
    the next object in the buffer -
    Throws: -
    BufferUnderflowException - if this buffer is empty
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove()
    -
    -
    Removes the next object from the buffer -

    -

    -
    Specified by:
    remove in interface Buffer
    -
    -
    - -
    Returns:
    the removed object -
    Throws: -
    BufferUnderflowException - if this buffer is empty
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    Returns an iterator over this buffer's elements. -

    -

    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in class java.util.AbstractCollection
    -
    -
    - -
    Returns:
    an iterator over this buffer's elements
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + The integer must be a positive integer. +

    +

    +
    Parameters:
    initialSize - the initial size of the buffer +
    Throws: +
    java.lang.IllegalArgumentException - if the size is less than 1
    +
    + + + + + + + + +
    +Method Detail
    + +

    +size

    +
    +public int size()
    +
    +
    Returns the number of elements stored in the buffer. +

    +

    +
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in class java.util.AbstractCollection
    +
    +
    + +
    Returns:
    this buffer's size
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Returns true if this buffer is empty; false otherwise. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Collection
    Overrides:
    isEmpty in class java.util.AbstractCollection
    +
    +
    + +
    Returns:
    true if this buffer is empty
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object obj)
    +
    +
    Adds the given element to this buffer. +

    +

    +
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class java.util.AbstractCollection
    +
    +
    +
    Parameters:
    obj - the element to add +
    Returns:
    true, always +
    Throws: +
    java.lang.NullPointerException - if the given element is null
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get()
    +
    +
    Returns the next object in the buffer. +

    +

    +
    Specified by:
    get in interface Buffer
    +
    +
    + +
    Returns:
    the next object in the buffer +
    Throws: +
    BufferUnderflowException - if this buffer is empty
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove()
    +
    +
    Removes the next object from the buffer +

    +

    +
    Specified by:
    remove in interface Buffer
    +
    +
    + +
    Returns:
    the removed object +
    Throws: +
    BufferUnderflowException - if this buffer is empty
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    Returns an iterator over this buffer's elements. +

    +

    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in class java.util.AbstractCollection
    +
    +
    + +
    Returns:
    an iterator over this buffer's elements
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/UnmodifiableBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/UnmodifiableBuffer.html index 7ae5421..1cd3cd2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/UnmodifiableBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/UnmodifiableBuffer.html @@ -1,471 +1,471 @@ - - - - - - - -UnmodifiableBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.buffer -
    -Class UnmodifiableBuffer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.buffer.AbstractBufferDecorator
    -          extended by org.apache.commons.collections.buffer.UnmodifiableBuffer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Buffer, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableBuffer
    extends AbstractBufferDecorator
    implements Unmodifiable, java.io.Serializable
    - - -

    + + + + + + + +UnmodifiableBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.buffer +
    +Class UnmodifiableBuffer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.buffer.AbstractBufferDecorator
    +          extended by org.apache.commons.collections.buffer.UnmodifiableBuffer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Buffer, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableBuffer
    extends AbstractBufferDecorator
    implements Unmodifiable, java.io.Serializable
    + + +

    Decorates another Buffer to ensure it can't be altered.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanadd(java.lang.Object object) - -
    -           
    - booleanaddAll(java.util.Collection coll) - -
    -           
    - voidclear() - -
    -           
    -static Bufferdecorate(Buffer buffer) - -
    -          Factory method to create an unmodifiable buffer.
    - java.util.Iteratoriterator() - -
    -           
    - java.lang.Objectremove() - -
    -          Gets and removes the next object from the buffer.
    - booleanremove(java.lang.Object object) - -
    -           
    - booleanremoveAll(java.util.Collection coll) - -
    -           
    - booleanretainAll(java.util.Collection coll) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.buffer.AbstractBufferDecorator
    get, getBuffer
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static Buffer decorate(Buffer buffer)
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanadd(java.lang.Object object) + +
    +           
    + booleanaddAll(java.util.Collection coll) + +
    +           
    + voidclear() + +
    +           
    +static Bufferdecorate(Buffer buffer) + +
    +          Factory method to create an unmodifiable buffer.
    + java.util.Iteratoriterator() + +
    +           
    + java.lang.Objectremove() + +
    +          Gets and removes the next object from the buffer.
    + booleanremove(java.lang.Object object) + +
    +           
    + booleanremoveAll(java.util.Collection coll) + +
    +           
    + booleanretainAll(java.util.Collection coll) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.buffer.AbstractBufferDecorator
    get, getBuffer
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static Buffer decorate(Buffer buffer)
    +
    Factory method to create an unmodifiable buffer.

    - If the buffer passed in is already unmodifiable, it is returned. -

    -

    -
    -
    -
    -
    Parameters:
    buffer - the buffer to decorate, must not be null -
    Returns:
    an unmodifiable Buffer -
    Throws: -
    java.lang.IllegalArgumentException - if buffer is null
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Overrides:
    iterator in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    Overrides:
    remove in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    removeAll in interface java.util.Collection
    Overrides:
    removeAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    retainAll in interface java.util.Collection
    Overrides:
    retainAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove()
    -
    -
    Description copied from interface: Buffer
    -
    Gets and removes the next object from the buffer. -

    -

    -
    Specified by:
    remove in interface Buffer
    Overrides:
    remove in class AbstractBufferDecorator
    -
    -
    - -
    Returns:
    the next object in the buffer, which is also removed
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + If the buffer passed in is already unmodifiable, it is returned. +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the buffer to decorate, must not be null +
    Returns:
    an unmodifiable Buffer +
    Throws: +
    java.lang.IllegalArgumentException - if buffer is null
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Overrides:
    iterator in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    Overrides:
    remove in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    removeAll in interface java.util.Collection
    Overrides:
    removeAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    retainAll in interface java.util.Collection
    Overrides:
    retainAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove()
    +
    +
    Description copied from interface: Buffer
    +
    Gets and removes the next object from the buffer. +

    +

    +
    Specified by:
    remove in interface Buffer
    Overrides:
    remove in class AbstractBufferDecorator
    +
    +
    + +
    Returns:
    the next object in the buffer, which is also removed
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/AbstractBufferDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/AbstractBufferDecorator.html index edf1c61..f6da903 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/AbstractBufferDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/AbstractBufferDecorator.html @@ -1,179 +1,179 @@ - - - - - - - -Uses of Class org.apache.commons.collections.buffer.AbstractBufferDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.buffer.AbstractBufferDecorator

    -
    - - - - - - - - - -
    -Packages that use AbstractBufferDecorator
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface. 
    -  -

    - - - - - -
    -Uses of AbstractBufferDecorator in org.apache.commons.collections.buffer
    -  -

    - - - - - - - - - -
    Subclasses of AbstractBufferDecorator in org.apache.commons.collections.buffer
    - classUnmodifiableBuffer - -
    -          Decorates another Buffer to ensure it can't be altered.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.buffer.AbstractBufferDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.buffer.AbstractBufferDecorator

    +
    + + + + + + + + + +
    +Packages that use AbstractBufferDecorator
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface. 
    +  +

    + + + + + +
    +Uses of AbstractBufferDecorator in org.apache.commons.collections.buffer
    +  +

    + + + + + + + + + +
    Subclasses of AbstractBufferDecorator in org.apache.commons.collections.buffer
    + classUnmodifiableBuffer + +
    +          Decorates another Buffer to ensure it can't be altered.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/BlockingBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/BlockingBuffer.html index 16e4916..7094e57 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/BlockingBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/BlockingBuffer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.buffer.BlockingBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.buffer.BlockingBuffer

    -
    -No usage of org.apache.commons.collections.buffer.BlockingBuffer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.buffer.BlockingBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.buffer.BlockingBuffer

    +
    +No usage of org.apache.commons.collections.buffer.BlockingBuffer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/BoundedBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/BoundedBuffer.html index 4119001..b082782 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/BoundedBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/BoundedBuffer.html @@ -1,191 +1,191 @@ - - - - - - - -Uses of Class org.apache.commons.collections.buffer.BoundedBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.buffer.BoundedBuffer

    -
    - - - - - - - - - -
    -Packages that use BoundedBuffer
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface. 
    -  -

    - - - - - -
    -Uses of BoundedBuffer in org.apache.commons.collections.buffer
    -  -

    - - - - - - - - - - - - + +
    Methods in org.apache.commons.collections.buffer that return BoundedBuffer
    -static BoundedBufferBoundedBuffer.decorate(Buffer buffer, - int maximumSize) - -
    -          Factory method to create a bounded buffer.
    -static BoundedBufferBoundedBuffer.decorate(Buffer buffer, - int maximumSize, - long timeout) - -
    + + + + + + + +Uses of Class org.apache.commons.collections.buffer.BoundedBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.buffer.BoundedBuffer

    +
    + + + + + + + + + +
    +Packages that use BoundedBuffer
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface. 
    +  +

    + + + + + +
    +Uses of BoundedBuffer in org.apache.commons.collections.buffer
    +  +

    + + + + + + + + + + + + - -
    Methods in org.apache.commons.collections.buffer that return BoundedBuffer
    +static BoundedBufferBoundedBuffer.decorate(Buffer buffer, + int maximumSize) + +
    +          Factory method to create a bounded buffer.
    +static BoundedBufferBoundedBuffer.decorate(Buffer buffer, + int maximumSize, + long timeout) + +
              Factory method to create a bounded buffer that blocks for a maximum - amount of time.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + amount of time.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/BoundedFifoBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/BoundedFifoBuffer.html index 29c8648..e445185 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/BoundedFifoBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/BoundedFifoBuffer.html @@ -1,180 +1,180 @@ - - - - - - - -Uses of Class org.apache.commons.collections.buffer.BoundedFifoBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.buffer.BoundedFifoBuffer

    -
    - - - - - - - - - -
    -Packages that use BoundedFifoBuffer
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface. 
    -  -

    - - - - - -
    -Uses of BoundedFifoBuffer in org.apache.commons.collections.buffer
    -  -

    - - - - - - - - + +
    Subclasses of BoundedFifoBuffer in org.apache.commons.collections.buffer
    - classCircularFifoBuffer - -
    + + + + + + + +Uses of Class org.apache.commons.collections.buffer.BoundedFifoBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.buffer.BoundedFifoBuffer

    +
    + + + + + + + + + +
    +Packages that use BoundedFifoBuffer
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface. 
    +  +

    + + + + + +
    +Uses of BoundedFifoBuffer in org.apache.commons.collections.buffer
    +  +

    + + + + + + + + - -
    Subclasses of BoundedFifoBuffer in org.apache.commons.collections.buffer
    + classCircularFifoBuffer + +
              CircularFifoBuffer is a first in first out buffer with a fixed size that - replaces its oldest element if full.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + replaces its oldest element if full.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/CircularFifoBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/CircularFifoBuffer.html index 0afa151..792b583 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/CircularFifoBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/CircularFifoBuffer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.buffer.CircularFifoBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.buffer.CircularFifoBuffer

    -
    -No usage of org.apache.commons.collections.buffer.CircularFifoBuffer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.buffer.CircularFifoBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.buffer.CircularFifoBuffer

    +
    +No usage of org.apache.commons.collections.buffer.CircularFifoBuffer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/PredicatedBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/PredicatedBuffer.html index 3c0244b..004a719 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/PredicatedBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/PredicatedBuffer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.buffer.PredicatedBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.buffer.PredicatedBuffer

    -
    -No usage of org.apache.commons.collections.buffer.PredicatedBuffer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.buffer.PredicatedBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.buffer.PredicatedBuffer

    +
    +No usage of org.apache.commons.collections.buffer.PredicatedBuffer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/PriorityBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/PriorityBuffer.html index a324919..4aa0ba3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/PriorityBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/PriorityBuffer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.buffer.PriorityBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.buffer.PriorityBuffer

    -
    -No usage of org.apache.commons.collections.buffer.PriorityBuffer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.buffer.PriorityBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.buffer.PriorityBuffer

    +
    +No usage of org.apache.commons.collections.buffer.PriorityBuffer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/SynchronizedBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/SynchronizedBuffer.html index 82c87ba..717bc91 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/SynchronizedBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/SynchronizedBuffer.html @@ -1,188 +1,188 @@ - - - - - - - -Uses of Class org.apache.commons.collections.buffer.SynchronizedBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.buffer.SynchronizedBuffer

    -
    - - - - - - - - - -
    -Packages that use SynchronizedBuffer
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface. 
    -  -

    - - - - - -
    -Uses of SynchronizedBuffer in org.apache.commons.collections.buffer
    -  -

    - - - - - - - - + + + + + +
    Subclasses of SynchronizedBuffer in org.apache.commons.collections.buffer
    - classBlockingBuffer - -
    + + + + + + + +Uses of Class org.apache.commons.collections.buffer.SynchronizedBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.buffer.SynchronizedBuffer

    +
    + + + + + + + + + +
    +Packages that use SynchronizedBuffer
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface. 
    +  +

    + + + + + +
    +Uses of SynchronizedBuffer in org.apache.commons.collections.buffer
    +  +

    + + + + + + + + - - - - - -
    Subclasses of SynchronizedBuffer in org.apache.commons.collections.buffer
    + classBlockingBuffer + +
              Decorates another Buffer to make BlockingBuffer.get() and - BlockingBuffer.remove() block when the Buffer is empty.
    - classBoundedBuffer - -
    -          Decorates another Buffer to ensure a fixed maximum size.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + BlockingBuffer.remove() block when the Buffer is empty.
    + classBoundedBuffer + +
    +          Decorates another Buffer to ensure a fixed maximum size.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/TransformedBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/TransformedBuffer.html index 3be63fc..c125709 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/TransformedBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/TransformedBuffer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.buffer.TransformedBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.buffer.TransformedBuffer

    -
    -No usage of org.apache.commons.collections.buffer.TransformedBuffer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.buffer.TransformedBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.buffer.TransformedBuffer

    +
    +No usage of org.apache.commons.collections.buffer.TransformedBuffer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/TypedBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/TypedBuffer.html index 11647bd..27101c5 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/TypedBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/TypedBuffer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.buffer.TypedBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.buffer.TypedBuffer

    -
    -No usage of org.apache.commons.collections.buffer.TypedBuffer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.buffer.TypedBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.buffer.TypedBuffer

    +
    +No usage of org.apache.commons.collections.buffer.TypedBuffer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/UnboundedFifoBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/UnboundedFifoBuffer.html index 22d875c..2e2fbf2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/UnboundedFifoBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/UnboundedFifoBuffer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.buffer.UnboundedFifoBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.buffer.UnboundedFifoBuffer

    -
    -No usage of org.apache.commons.collections.buffer.UnboundedFifoBuffer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.buffer.UnboundedFifoBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.buffer.UnboundedFifoBuffer

    +
    +No usage of org.apache.commons.collections.buffer.UnboundedFifoBuffer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/UnmodifiableBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/UnmodifiableBuffer.html index 5bac75f..5ac7cd8 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/UnmodifiableBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/class-use/UnmodifiableBuffer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.buffer.UnmodifiableBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.buffer.UnmodifiableBuffer

    -
    -No usage of org.apache.commons.collections.buffer.UnmodifiableBuffer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.buffer.UnmodifiableBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.buffer.UnmodifiableBuffer

    +
    +No usage of org.apache.commons.collections.buffer.UnmodifiableBuffer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/package-frame.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/package-frame.html index 73e30fe..47f0c63 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/package-frame.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/package-frame.html @@ -1,55 +1,55 @@ - - - - - - - -org.apache.commons.collections.buffer (Commons Collections 3.2.1 API) - - - - - - - - - - - -org.apache.commons.collections.buffer - - - - -
    -Classes  - -
    -AbstractBufferDecorator -
    -BlockingBuffer -
    -BoundedBuffer -
    -BoundedFifoBuffer -
    -CircularFifoBuffer -
    -PredicatedBuffer -
    -PriorityBuffer -
    -SynchronizedBuffer -
    -TransformedBuffer -
    -TypedBuffer -
    -UnboundedFifoBuffer -
    -UnmodifiableBuffer
    - - - - + + + + + + + +org.apache.commons.collections.buffer (Commons Collections 3.2.1 API) + + + + + + + + + + + +org.apache.commons.collections.buffer + + + + +
    +Classes  + +
    +AbstractBufferDecorator +
    +BlockingBuffer +
    +BoundedBuffer +
    +BoundedFifoBuffer +
    +CircularFifoBuffer +
    +PredicatedBuffer +
    +PriorityBuffer +
    +SynchronizedBuffer +
    +TransformedBuffer +
    +TypedBuffer +
    +UnboundedFifoBuffer +
    +UnmodifiableBuffer
    + + + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/package-summary.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/package-summary.html index 39bc972..a394cf2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/package-summary.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/package-summary.html @@ -1,245 +1,245 @@ - - - - - - - -org.apache.commons.collections.buffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package org.apache.commons.collections.buffer -

    - -This package contains implementations of the -Buffer interface. -

    -See: -
    -          Description -

    - - - - - - - - - - - + + + + + + + +org.apache.commons.collections.buffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + +
    -Class Summary
    AbstractBufferDecoratorDecorates another Buffer to provide additional behaviour.
    BlockingBuffer
    + + + + + + + + + +
    + +
    + + + +


    +

    +Package org.apache.commons.collections.buffer +

    + +This package contains implementations of the +Buffer interface. +

    +See: +
    +          Description +

    + + + + + + + + + + + - - - - - - - + BlockingBuffer.remove() block when the Buffer is empty. + + + + + + + - - - + Buffer that is of a fixed size. + + + - - - + replaces its oldest element if full. + + + - - - + match a specified predicate. + + + - - - + removal based on Comparator ordering. + + + - - - - - - - + for a multi-threaded environment. + + + + + + + - - - + are of a specific type. + + + - - - - - -
    +Class Summary
    AbstractBufferDecoratorDecorates another Buffer to provide additional behaviour.
    BlockingBuffer Decorates another Buffer to make BlockingBuffer.get() and - BlockingBuffer.remove() block when the Buffer is empty.
    BoundedBufferDecorates another Buffer to ensure a fixed maximum size.
    BoundedFifoBuffer
    BoundedBufferDecorates another Buffer to ensure a fixed maximum size.
    BoundedFifoBuffer The BoundedFifoBuffer is a very efficient implementation of - Buffer that is of a fixed size.
    CircularFifoBuffer
    CircularFifoBuffer CircularFifoBuffer is a first in first out buffer with a fixed size that - replaces its oldest element if full.
    PredicatedBuffer
    PredicatedBuffer Decorates another Buffer to validate that additions - match a specified predicate.
    PriorityBuffer
    PriorityBuffer Binary heap implementation of Buffer that provides for - removal based on Comparator ordering.
    SynchronizedBuffer
    SynchronizedBuffer Decorates another Buffer to synchronize its behaviour - for a multi-threaded environment.
    TransformedBufferDecorates another Buffer to transform objects that are added.
    TypedBuffer
    TransformedBufferDecorates another Buffer to transform objects that are added.
    TypedBuffer Decorates another Buffer to validate that elements added - are of a specific type.
    UnboundedFifoBuffer
    UnboundedFifoBuffer UnboundedFifoBuffer is a very efficient implementation of - Buffer that can grow to any size.
    UnmodifiableBufferDecorates another Buffer to ensure it can't be altered.
    -  - -

    -

    -Package org.apache.commons.collections.buffer Description -

    - -

    -

    -This package contains implementations of the -Buffer interface. -

    -The following implementations are provided in the package: -

      -
    • PriorityBuffer - provides for removal based on a comparator ordering -
    • BoundedFifoBuffer - implements a buffer with a fixed size that throws exceptions when full -
    • CircularFifoBuffer - implements a buffer with a fixed size that discards oldest when full -
    • UnboundedFifoBuffer - implements a buffer that grows in size if necessary -
    -

    -The following decorators are provided in the package: -

      -
    • Synchronized - synchronizes method access for multi-threaded environments -
    • Unmodifiable - ensures the collection cannot be altered -
    • Predicated - ensures that only elements that are valid according to a predicate can be added -
    • Typed - ensures that only elements that are of a specific type can be added -
    • Transformed - transforms elements added to the buffer -
    • Blocking - blocks on get and remove until an element is available -
    - -

    - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Buffer that can grow to any size. + + +UnmodifiableBuffer +Decorates another Buffer to ensure it can't be altered. + + +  + +

    +

    +Package org.apache.commons.collections.buffer Description +

    + +

    +

    +This package contains implementations of the +Buffer interface. +

    +The following implementations are provided in the package: +

      +
    • PriorityBuffer - provides for removal based on a comparator ordering +
    • BoundedFifoBuffer - implements a buffer with a fixed size that throws exceptions when full +
    • CircularFifoBuffer - implements a buffer with a fixed size that discards oldest when full +
    • UnboundedFifoBuffer - implements a buffer that grows in size if necessary +
    +

    +The following decorators are provided in the package: +

      +
    • Synchronized - synchronizes method access for multi-threaded environments +
    • Unmodifiable - ensures the collection cannot be altered +
    • Predicated - ensures that only elements that are valid according to a predicate can be added +
    • Typed - ensures that only elements that are of a specific type can be added +
    • Transformed - transforms elements added to the buffer +
    • Blocking - blocks on get and remove until an element is available +
    + +

    + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/package-tree.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/package-tree.html index 24e384e..93a5b02 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/package-tree.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/package-tree.html @@ -1,181 +1,181 @@ - - - - - - - -org.apache.commons.collections.buffer Class Hierarchy (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package org.apache.commons.collections.buffer -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +org.apache.commons.collections.buffer Class Hierarchy (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.collections.buffer +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/package-use.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/package-use.html index 1b3fc8b..24be593 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/package-use.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/buffer/package-use.html @@ -1,189 +1,189 @@ - - - - - - - -Uses of Package org.apache.commons.collections.buffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    org.apache.commons.collections.buffer

    -
    - - - - - - - - - -
    -Packages that use org.apache.commons.collections.buffer
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface. 
    -  -

    - - - - - - - - - - - - - + +
    -Classes in org.apache.commons.collections.buffer used by org.apache.commons.collections.buffer
    AbstractBufferDecorator - -
    -          Decorates another Buffer to provide additional behaviour.
    BoundedBuffer - -
    -          Decorates another Buffer to ensure a fixed maximum size.
    BoundedFifoBuffer - -
    + + + + + + + +Uses of Package org.apache.commons.collections.buffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.collections.buffer

    +
    + + + + + + + + + +
    +Packages that use org.apache.commons.collections.buffer
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface. 
    +  +

    + + + + + + + + + + + + + - - - + + + - -
    +Classes in org.apache.commons.collections.buffer used by org.apache.commons.collections.buffer
    AbstractBufferDecorator + +
    +          Decorates another Buffer to provide additional behaviour.
    BoundedBuffer + +
    +          Decorates another Buffer to ensure a fixed maximum size.
    BoundedFifoBuffer + +
              The BoundedFifoBuffer is a very efficient implementation of - Buffer that is of a fixed size.
    SynchronizedBuffer - -
    + Buffer that is of a fixed size.
    SynchronizedBuffer + +
              Decorates another Buffer to synchronize its behaviour - for a multi-threaded environment.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + for a multi-threaded environment.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ArrayStack.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ArrayStack.html index 493de7a..f7eeb45 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ArrayStack.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ArrayStack.html @@ -1,179 +1,179 @@ - - - - - - - -Uses of Class org.apache.commons.collections.ArrayStack (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.ArrayStack

    -
    - - - - - - - - - -
    -Packages that use ArrayStack
    org.apache.commons.collections.iterators -This package contains implementations of the -Iterator interface. 
    -  -

    - - - - - -
    -Uses of ArrayStack in org.apache.commons.collections.iterators
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections.iterators declared as ArrayStack
    -protected  ArrayStackObjectGraphIterator.stack - -
    -          The stack of iterators
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.ArrayStack (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.ArrayStack

    +
    + + + + + + + + + +
    +Packages that use ArrayStack
    org.apache.commons.collections.iterators +This package contains implementations of the +Iterator interface. 
    +  +

    + + + + + +
    +Uses of ArrayStack in org.apache.commons.collections.iterators
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections.iterators declared as ArrayStack
    +protected  ArrayStackObjectGraphIterator.stack + +
    +          The stack of iterators
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Bag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Bag.html index 40e0a09..65e39bd 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Bag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Bag.html @@ -1,654 +1,654 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.Bag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.Bag

    -
    - - - - - - - - - - - - - -
    -Packages that use Bag
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    -  -

    - - - - - -
    -Uses of Bag in org.apache.commons.collections
    -  -

    - - - - - - - - + + + + + + + + + + + + + + + + + +
    Subinterfaces of Bag in org.apache.commons.collections
    - interfaceSortedBag - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.Bag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.Bag

    +
    + + + + + + + + + + + + + +
    +Packages that use Bag
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    +  +

    + + + + + +
    +Uses of Bag in org.apache.commons.collections
    +  +

    + + + + + + + + - -
    Subinterfaces of Bag in org.apache.commons.collections
    + interfaceSortedBag + +
              Defines a type of Bag that maintains a sorted order among - its unique representative members.
    -  -

    - - - - - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections that implement Bag
    - classDefaultMapBag - -
    -          Deprecated. Moved to bag subpackage as AbstractMapBag. Due to be removed in v4.0.
    - classHashBag - -
    -          Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
    - classTreeBag - -
    -          Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
    -  -

    - - - - - - - - - - - - - -
    Fields in org.apache.commons.collections declared as Bag
    -static BagBagUtils.EMPTY_BAG - -
    -          An empty unmodifiable bag.
    -static BagBagUtils.EMPTY_SORTED_BAG - -
    -          An empty unmodifiable sorted bag.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections that return Bag
    -static BagBagUtils.predicatedBag(Bag bag, - Predicate predicate) - -
    -          Returns a predicated (validating) bag backed by the given bag.
    -static BagBagUtils.synchronizedBag(Bag bag) - -
    -          Returns a synchronized (thread-safe) bag backed by the given bag.
    -static BagBagUtils.transformedBag(Bag bag, - Transformer transformer) - -
    -          Returns a transformed bag backed by the given bag.
    -static BagBagUtils.typedBag(Bag bag, - java.lang.Class type) - -
    -          Returns a typed bag backed by the given bag.
    -static BagBagUtils.unmodifiableBag(Bag bag) - -
    -          Returns an unmodifiable view of the given bag.
    -  -

    - - - - - - - - + +
    Methods in org.apache.commons.collections with parameters of type Bag
    - booleanDefaultMapBag.containsAll(Bag other) - -
    + its unique representative members.
    +  +

    + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections that implement Bag
    + classDefaultMapBag + +
    +          Deprecated. Moved to bag subpackage as AbstractMapBag. Due to be removed in v4.0.
    + classHashBag + +
    +          Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
    + classTreeBag + +
    +          Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
    +  +

    + + + + + + + + + + + + + +
    Fields in org.apache.commons.collections declared as Bag
    +static BagBagUtils.EMPTY_BAG + +
    +          An empty unmodifiable bag.
    +static BagBagUtils.EMPTY_SORTED_BAG + +
    +          An empty unmodifiable sorted bag.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections that return Bag
    +static BagBagUtils.predicatedBag(Bag bag, + Predicate predicate) + +
    +          Returns a predicated (validating) bag backed by the given bag.
    +static BagBagUtils.synchronizedBag(Bag bag) + +
    +          Returns a synchronized (thread-safe) bag backed by the given bag.
    +static BagBagUtils.transformedBag(Bag bag, + Transformer transformer) + +
    +          Returns a transformed bag backed by the given bag.
    +static BagBagUtils.typedBag(Bag bag, + java.lang.Class type) + +
    +          Returns a typed bag backed by the given bag.
    +static BagBagUtils.unmodifiableBag(Bag bag) + +
    +          Returns an unmodifiable view of the given bag.
    +  +

    + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections with parameters of type Bag
    + booleanDefaultMapBag.containsAll(Bag other) + +
              Deprecated. Returns true if the bag contains all elements in - the given collection, respecting cardinality.
    -static BagBagUtils.predicatedBag(Bag bag, - Predicate predicate) - -
    -          Returns a predicated (validating) bag backed by the given bag.
    - booleanDefaultMapBag.retainAll(Bag other) - -
    + the given collection, respecting cardinality.
    +static BagBagUtils.predicatedBag(Bag bag, + Predicate predicate) + +
    +          Returns a predicated (validating) bag backed by the given bag.
    + booleanDefaultMapBag.retainAll(Bag other) + +
              Deprecated. Remove any members of the bag that are not in the given - bag, respecting cardinality.
    -static BagBagUtils.synchronizedBag(Bag bag) - -
    -          Returns a synchronized (thread-safe) bag backed by the given bag.
    -static BagBagUtils.transformedBag(Bag bag, - Transformer transformer) - -
    -          Returns a transformed bag backed by the given bag.
    -static BagBagUtils.typedBag(Bag bag, - java.lang.Class type) - -
    -          Returns a typed bag backed by the given bag.
    -static BagBagUtils.unmodifiableBag(Bag bag) - -
    -          Returns an unmodifiable view of the given bag.
    -  -

    - - - - - -
    -Uses of Bag in org.apache.commons.collections.bag
    -  -

    - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.bag that implement Bag
    - classAbstractBagDecorator - -
    -          Decorates another Bag to provide additional behaviour.
    - classAbstractMapBag - -
    + bag, respecting cardinality.
    +static BagBagUtils.synchronizedBag(Bag bag) + +
    +          Returns a synchronized (thread-safe) bag backed by the given bag.
    +static BagBagUtils.transformedBag(Bag bag, + Transformer transformer) + +
    +          Returns a transformed bag backed by the given bag.
    +static BagBagUtils.typedBag(Bag bag, + java.lang.Class type) + +
    +          Returns a typed bag backed by the given bag.
    +static BagBagUtils.unmodifiableBag(Bag bag) + +
    +          Returns an unmodifiable view of the given bag.
    +  +

    + + + + + +
    +Uses of Bag in org.apache.commons.collections.bag
    +  +

    + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.bag that implement Bag
    + classAbstractBagDecorator + +
    +          Decorates another Bag to provide additional behaviour.
    + classAbstractMapBag + +
              Abstract implementation of the Bag interface to simplify the creation - of subclass implementations.
    - classAbstractSortedBagDecorator - -
    -          Decorates another SortedBag to provide additional behaviour.
    - classPredicatedBag - -
    + of subclass implementations.
    + classAbstractSortedBagDecorator + +
    +          Decorates another SortedBag to provide additional behaviour.
    + classPredicatedBag + +
              Decorates another Bag to validate that additions - match a specified predicate.
    - classPredicatedSortedBag - -
    + match a specified predicate.
    + classPredicatedSortedBag + +
              Decorates another SortedBag to validate that additions - match a specified predicate.
    - classSynchronizedBag - -
    + match a specified predicate.
    + classSynchronizedBag + +
              Decorates another Bag to synchronize its behaviour - for a multi-threaded environment.
    - classSynchronizedSortedBag - -
    + for a multi-threaded environment.
    + classSynchronizedSortedBag + +
              Decorates another SortedBag to synchronize its behaviour - for a multi-threaded environment.
    - classTransformedBag - -
    -          Decorates another Bag to transform objects that are added.
    - classTransformedSortedBag - -
    -          Decorates another SortedBag to transform objects that are added.
    - classUnmodifiableBag - -
    -          Decorates another Bag to ensure it can't be altered.
    - classUnmodifiableSortedBag - -
    -          Decorates another SortedBag to ensure it can't be altered.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.bag that return Bag
    -static BagUnmodifiableBag.decorate(Bag bag) - -
    -          Factory method to create an unmodifiable bag.
    -static BagSynchronizedBag.decorate(Bag bag) - -
    -          Factory method to create a synchronized bag.
    -static BagTypedBag.decorate(Bag bag, - java.lang.Class type) - -
    -          Factory method to create a typed bag.
    -static BagPredicatedBag.decorate(Bag bag, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) bag.
    -static BagTransformedBag.decorate(Bag bag, - Transformer transformer) - -
    -          Factory method to create a transforming bag.
    -protected  BagTransformedBag.getBag() - -
    -          Gets the decorated bag.
    -protected  BagSynchronizedBag.getBag() - -
    -          Gets the bag being decorated.
    -protected  BagPredicatedBag.getBag() - -
    -          Gets the decorated bag.
    -protected  BagAbstractBagDecorator.getBag() - -
    -          Gets the bag being decorated.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.bag with parameters of type Bag
    -static BagUnmodifiableBag.decorate(Bag bag) - -
    -          Factory method to create an unmodifiable bag.
    -static BagSynchronizedBag.decorate(Bag bag) - -
    -          Factory method to create a synchronized bag.
    -static BagTypedBag.decorate(Bag bag, - java.lang.Class type) - -
    -          Factory method to create a typed bag.
    -static BagPredicatedBag.decorate(Bag bag, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) bag.
    -static BagTransformedBag.decorate(Bag bag, - Transformer transformer) - -
    -          Factory method to create a transforming bag.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.bag with parameters of type Bag
    AbstractBagDecorator(Bag bag) - -
    -          Constructor that wraps (not copies).
    PredicatedBag(Bag bag, - Predicate predicate) - -
    -          Constructor that wraps (not copies).
    SynchronizedBag(Bag bag) - -
    -          Constructor that wraps (not copies).
    SynchronizedBag(Bag bag, - java.lang.Object lock) - -
    -          Constructor that wraps (not copies).
    SynchronizedSortedBag(Bag bag, - java.lang.Object lock) - -
    -          Constructor that wraps (not copies).
    TransformedBag(Bag bag, - Transformer transformer) - -
    -          Constructor that wraps (not copies).
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + for a multi-threaded environment.
    + classTransformedBag + +
    +          Decorates another Bag to transform objects that are added.
    + classTransformedSortedBag + +
    +          Decorates another SortedBag to transform objects that are added.
    + classUnmodifiableBag + +
    +          Decorates another Bag to ensure it can't be altered.
    + classUnmodifiableSortedBag + +
    +          Decorates another SortedBag to ensure it can't be altered.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.bag that return Bag
    +static BagUnmodifiableBag.decorate(Bag bag) + +
    +          Factory method to create an unmodifiable bag.
    +static BagSynchronizedBag.decorate(Bag bag) + +
    +          Factory method to create a synchronized bag.
    +static BagTypedBag.decorate(Bag bag, + java.lang.Class type) + +
    +          Factory method to create a typed bag.
    +static BagPredicatedBag.decorate(Bag bag, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) bag.
    +static BagTransformedBag.decorate(Bag bag, + Transformer transformer) + +
    +          Factory method to create a transforming bag.
    +protected  BagTransformedBag.getBag() + +
    +          Gets the decorated bag.
    +protected  BagSynchronizedBag.getBag() + +
    +          Gets the bag being decorated.
    +protected  BagPredicatedBag.getBag() + +
    +          Gets the decorated bag.
    +protected  BagAbstractBagDecorator.getBag() + +
    +          Gets the bag being decorated.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.bag with parameters of type Bag
    +static BagUnmodifiableBag.decorate(Bag bag) + +
    +          Factory method to create an unmodifiable bag.
    +static BagSynchronizedBag.decorate(Bag bag) + +
    +          Factory method to create a synchronized bag.
    +static BagTypedBag.decorate(Bag bag, + java.lang.Class type) + +
    +          Factory method to create a typed bag.
    +static BagPredicatedBag.decorate(Bag bag, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) bag.
    +static BagTransformedBag.decorate(Bag bag, + Transformer transformer) + +
    +          Factory method to create a transforming bag.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.bag with parameters of type Bag
    AbstractBagDecorator(Bag bag) + +
    +          Constructor that wraps (not copies).
    PredicatedBag(Bag bag, + Predicate predicate) + +
    +          Constructor that wraps (not copies).
    SynchronizedBag(Bag bag) + +
    +          Constructor that wraps (not copies).
    SynchronizedBag(Bag bag, + java.lang.Object lock) + +
    +          Constructor that wraps (not copies).
    SynchronizedSortedBag(Bag bag, + java.lang.Object lock) + +
    +          Constructor that wraps (not copies).
    TransformedBag(Bag bag, + Transformer transformer) + +
    +          Constructor that wraps (not copies).
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BagUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BagUtils.html index 70ee09e..e32b9b7 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BagUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BagUtils.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.BagUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.BagUtils

    -
    -No usage of org.apache.commons.collections.BagUtils -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.BagUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.BagUtils

    +
    +No usage of org.apache.commons.collections.BagUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BeanMap.MyMapEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BeanMap.MyMapEntry.html index fcc46ed..cba0257 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BeanMap.MyMapEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BeanMap.MyMapEntry.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.BeanMap.MyMapEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.BeanMap.MyMapEntry

    -
    -No usage of org.apache.commons.collections.BeanMap.MyMapEntry -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.BeanMap.MyMapEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.BeanMap.MyMapEntry

    +
    +No usage of org.apache.commons.collections.BeanMap.MyMapEntry +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BeanMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BeanMap.html index 9b1a1d5..cfdb5a3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BeanMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BeanMap.html @@ -1,195 +1,195 @@ - - - - - - - -Uses of Class org.apache.commons.collections.BeanMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.BeanMap

    -
    - - - - - - - - - -
    -Packages that use BeanMap
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    -  -

    - - - - - -
    -Uses of BeanMap in org.apache.commons.collections
    -  -

    - - - - - - - - + +
    Methods in org.apache.commons.collections with parameters of type BeanMap
    - voidBeanMap.putAllWriteable(BeanMap map) - -
    + + + + + + + +Uses of Class org.apache.commons.collections.BeanMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.BeanMap

    +
    + + + + + + + + + +
    +Packages that use BeanMap
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    +  +

    + + + + + +
    +Uses of BeanMap in org.apache.commons.collections
    +  +

    + + + + + + + + - -
    Methods in org.apache.commons.collections with parameters of type BeanMap
    + voidBeanMap.putAllWriteable(BeanMap map) + +
              Deprecated. Puts all of the writable properties from the given BeanMap into this - BeanMap.
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections with parameters of type BeanMap
    BeanMap.MyMapEntry(BeanMap owner, - java.lang.Object key, - java.lang.Object value) - -
    -          Constructs a new MyMapEntry.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + BeanMap.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections with parameters of type BeanMap
    BeanMap.MyMapEntry(BeanMap owner, + java.lang.Object key, + java.lang.Object value) + +
    +          Constructs a new MyMapEntry.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BidiMap.html index 451eb45..5c26735 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BidiMap.html @@ -1,532 +1,532 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.BidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.BidiMap

    -
    - - - - - - - - - - - - - -
    -Packages that use BidiMap
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    -  -

    - - - - - -
    -Uses of BidiMap in org.apache.commons.collections
    -  -

    - - - - - - - - + + + + + + + +
    Subinterfaces of BidiMap in org.apache.commons.collections
    - interfaceOrderedBidiMap - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.BidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.BidiMap

    +
    + + + + + + + + + + + + + +
    +Packages that use BidiMap
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    +  +

    + + + + + +
    +Uses of BidiMap in org.apache.commons.collections
    +  +

    + + + + + + + + - - - - + + + + - -
    Subinterfaces of BidiMap in org.apache.commons.collections
    + interfaceOrderedBidiMap + +
              Defines a map that allows bidirectional lookup between key and values - and retains and provides access to an ordering.
    - interfaceSortedBidiMap - -
    + and retains and provides access to an ordering.
    + interfaceSortedBidiMap + +
              Defines a map that allows bidirectional lookup between key and values - and retains both keys and values in sorted order.
    -  -

    - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections that return BidiMap
    - BidiMapSortedBidiMap.inverseBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - BidiMapOrderedBidiMap.inverseBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    - BidiMapBidiMap.inverseBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    -  -

    - - - - - -
    -Uses of BidiMap in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - + +
    Classes in org.apache.commons.collections.bidimap that implement BidiMap
    - classAbstractBidiMapDecorator - -
    + and retains both keys and values in sorted order.
    +  +

    + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections that return BidiMap
    + BidiMapSortedBidiMap.inverseBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + BidiMapOrderedBidiMap.inverseBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    + BidiMapBidiMap.inverseBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    +  +

    + + + + + +
    +Uses of BidiMap in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.bidimap that implement BidiMap
    + classAbstractBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a BidiMap via decoration.
    - classAbstractDualBidiMap - -
    -          Abstract BidiMap implemented using two maps.
    - classAbstractOrderedBidiMapDecorator - -
    + to a BidiMap via decoration.
    + classAbstractDualBidiMap + +
    +          Abstract BidiMap implemented using two maps.
    + classAbstractOrderedBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to an OrderedBidiMap via decoration.
    - classAbstractSortedBidiMapDecorator - -
    + to an OrderedBidiMap via decoration.
    + classAbstractSortedBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a SortedBidiMap via decoration.
    - classDualHashBidiMap - -
    -          Implementation of BidiMap that uses two HashMap instances.
    - classDualTreeBidiMap - -
    -          Implementation of BidiMap that uses two TreeMap instances.
    - classTreeBidiMap - -
    + to a SortedBidiMap via decoration.
    + classDualHashBidiMap + +
    +          Implementation of BidiMap that uses two HashMap instances.
    + classDualTreeBidiMap + +
    +          Implementation of BidiMap that uses two TreeMap instances.
    + classTreeBidiMap + +
              Red-Black tree-based implementation of BidiMap where all objects added - implement the Comparable interface.
    - classUnmodifiableBidiMap - -
    -          Decorates another BidiMap to ensure it can't be altered.
    - classUnmodifiableOrderedBidiMap - -
    -          Decorates another OrderedBidiMap to ensure it can't be altered.
    - classUnmodifiableSortedBidiMap - -
    -          Decorates another SortedBidiMap to ensure it can't be altered.
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections.bidimap declared as BidiMap
    -protected  BidiMapAbstractDualBidiMap.inverseBidiMap - -
    -          Inverse view of this map.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.bidimap that return BidiMap
    -protected  BidiMapDualTreeBidiMap.createBidiMap(java.util.Map normalMap, - java.util.Map reverseMap, - BidiMap inverseMap) - -
    -          Creates a new instance of this object.
    -protected  BidiMapDualHashBidiMap.createBidiMap(java.util.Map normalMap, - java.util.Map reverseMap, - BidiMap inverseBidiMap) - -
    -          Creates a new instance of this object.
    -protected abstract  BidiMapAbstractDualBidiMap.createBidiMap(java.util.Map normalMap, - java.util.Map reverseMap, - BidiMap inverseMap) - -
    -          Creates a new instance of the subclass.
    -static BidiMapUnmodifiableBidiMap.decorate(BidiMap map) - -
    -          Factory method to create an unmodifiable map.
    -protected  BidiMapAbstractBidiMapDecorator.getBidiMap() - -
    -          Gets the map being decorated.
    - BidiMapUnmodifiableSortedBidiMap.inverseBidiMap() - -
    -           
    - BidiMapUnmodifiableOrderedBidiMap.inverseBidiMap() - -
    -           
    - BidiMapUnmodifiableBidiMap.inverseBidiMap() - -
    -           
    - BidiMapTreeBidiMap.inverseBidiMap() - -
    -          Gets the inverse map for comparison.
    - BidiMapAbstractDualBidiMap.inverseBidiMap() - -
    -           
    - BidiMapAbstractBidiMapDecorator.inverseBidiMap() - -
    -           
    -  -

    - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.bidimap with parameters of type BidiMap
    -protected  BidiMapDualTreeBidiMap.createBidiMap(java.util.Map normalMap, - java.util.Map reverseMap, - BidiMap inverseMap) - -
    -          Creates a new instance of this object.
    -protected  BidiMapDualHashBidiMap.createBidiMap(java.util.Map normalMap, - java.util.Map reverseMap, - BidiMap inverseBidiMap) - -
    -          Creates a new instance of this object.
    -protected abstract  BidiMapAbstractDualBidiMap.createBidiMap(java.util.Map normalMap, - java.util.Map reverseMap, - BidiMap inverseMap) - -
    -          Creates a new instance of the subclass.
    -static BidiMapUnmodifiableBidiMap.decorate(BidiMap map) - -
    -          Factory method to create an unmodifiable map.
    -  -

    - - - - - - - - - - + + + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.bidimap with parameters of type BidiMap
    AbstractBidiMapDecorator(BidiMap map) - -
    -          Constructor that wraps (not copies).
    AbstractDualBidiMap(java.util.Map normalMap, - java.util.Map reverseMap, - BidiMap inverseBidiMap) - -
    + implement the Comparable interface.
    + classUnmodifiableBidiMap + +
    +          Decorates another BidiMap to ensure it can't be altered.
    + classUnmodifiableOrderedBidiMap + +
    +          Decorates another OrderedBidiMap to ensure it can't be altered.
    + classUnmodifiableSortedBidiMap + +
    +          Decorates another SortedBidiMap to ensure it can't be altered.
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections.bidimap declared as BidiMap
    +protected  BidiMapAbstractDualBidiMap.inverseBidiMap + +
    +          Inverse view of this map.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.bidimap that return BidiMap
    +protected  BidiMapDualTreeBidiMap.createBidiMap(java.util.Map normalMap, + java.util.Map reverseMap, + BidiMap inverseMap) + +
    +          Creates a new instance of this object.
    +protected  BidiMapDualHashBidiMap.createBidiMap(java.util.Map normalMap, + java.util.Map reverseMap, + BidiMap inverseBidiMap) + +
    +          Creates a new instance of this object.
    +protected abstract  BidiMapAbstractDualBidiMap.createBidiMap(java.util.Map normalMap, + java.util.Map reverseMap, + BidiMap inverseMap) + +
    +          Creates a new instance of the subclass.
    +static BidiMapUnmodifiableBidiMap.decorate(BidiMap map) + +
    +          Factory method to create an unmodifiable map.
    +protected  BidiMapAbstractBidiMapDecorator.getBidiMap() + +
    +          Gets the map being decorated.
    + BidiMapUnmodifiableSortedBidiMap.inverseBidiMap() + +
    +           
    + BidiMapUnmodifiableOrderedBidiMap.inverseBidiMap() + +
    +           
    + BidiMapUnmodifiableBidiMap.inverseBidiMap() + +
    +           
    + BidiMapTreeBidiMap.inverseBidiMap() + +
    +          Gets the inverse map for comparison.
    + BidiMapAbstractDualBidiMap.inverseBidiMap() + +
    +           
    + BidiMapAbstractBidiMapDecorator.inverseBidiMap() + +
    +           
    +  +

    + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.bidimap with parameters of type BidiMap
    +protected  BidiMapDualTreeBidiMap.createBidiMap(java.util.Map normalMap, + java.util.Map reverseMap, + BidiMap inverseMap) + +
    +          Creates a new instance of this object.
    +protected  BidiMapDualHashBidiMap.createBidiMap(java.util.Map normalMap, + java.util.Map reverseMap, + BidiMap inverseBidiMap) + +
    +          Creates a new instance of this object.
    +protected abstract  BidiMapAbstractDualBidiMap.createBidiMap(java.util.Map normalMap, + java.util.Map reverseMap, + BidiMap inverseMap) + +
    +          Creates a new instance of the subclass.
    +static BidiMapUnmodifiableBidiMap.decorate(BidiMap map) + +
    +          Factory method to create an unmodifiable map.
    +  +

    + + + + + + + + + + - - - - - - - -
    Constructors in org.apache.commons.collections.bidimap with parameters of type BidiMap
    AbstractBidiMapDecorator(BidiMap map) + +
    +          Constructor that wraps (not copies).
    AbstractDualBidiMap(java.util.Map normalMap, + java.util.Map reverseMap, + BidiMap inverseBidiMap) + +
              Constructs a map that decorates the specified maps, - used by the subclass createBidiMap implementation.
    DualHashBidiMap(java.util.Map normalMap, - java.util.Map reverseMap, - BidiMap inverseBidiMap) - -
    -          Constructs a HashBidiMap that decorates the specified maps.
    DualTreeBidiMap(java.util.Map normalMap, - java.util.Map reverseMap, - BidiMap inverseBidiMap) - -
    -          Constructs a DualTreeBidiMap that decorates the specified maps.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + used by the subclass createBidiMap implementation.
    DualHashBidiMap(java.util.Map normalMap, + java.util.Map reverseMap, + BidiMap inverseBidiMap) + +
    +          Constructs a HashBidiMap that decorates the specified maps.
    DualTreeBidiMap(java.util.Map normalMap, + java.util.Map reverseMap, + BidiMap inverseBidiMap) + +
    +          Constructs a DualTreeBidiMap that decorates the specified maps.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BinaryHeap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BinaryHeap.html index f1f332e..8ad5af2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BinaryHeap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BinaryHeap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.BinaryHeap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.BinaryHeap

    -
    -No usage of org.apache.commons.collections.BinaryHeap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.BinaryHeap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.BinaryHeap

    +
    +No usage of org.apache.commons.collections.BinaryHeap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BoundedCollection.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BoundedCollection.html index ae9effa..b0ebda4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BoundedCollection.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BoundedCollection.html @@ -1,321 +1,321 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.BoundedCollection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.BoundedCollection

    -
    - - - - - - - - - - - - - - - - - - - - - -
    -Packages that use BoundedCollection
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface. 
    org.apache.commons.collections.collection -This package contains implementations of the -Collection interface. 
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    -  -

    - - - - - -
    -Uses of BoundedCollection in org.apache.commons.collections
    -  -

    - - - - - - - - - -
    Classes in org.apache.commons.collections that implement BoundedCollection
    - classBoundedFifoBuffer - -
    -          Deprecated. Moved to buffer subpackage. Due to be removed in v4.0.
    -  -

    - - - - - -
    -Uses of BoundedCollection in org.apache.commons.collections.buffer
    -  -

    - - - - - - - - - - - - + +
    Classes in org.apache.commons.collections.buffer that implement BoundedCollection
    - classBoundedBuffer - -
    -          Decorates another Buffer to ensure a fixed maximum size.
    - classCircularFifoBuffer - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.BoundedCollection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.BoundedCollection

    +
    + + + + + + + + + + + + + + + + + + + + + +
    +Packages that use BoundedCollection
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface. 
    org.apache.commons.collections.collection +This package contains implementations of the +Collection interface. 
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    +  +

    + + + + + +
    +Uses of BoundedCollection in org.apache.commons.collections
    +  +

    + + + + + + + + + +
    Classes in org.apache.commons.collections that implement BoundedCollection
    + classBoundedFifoBuffer + +
    +          Deprecated. Moved to buffer subpackage. Due to be removed in v4.0.
    +  +

    + + + + + +
    +Uses of BoundedCollection in org.apache.commons.collections.buffer
    +  +

    + + + + + + + + + + + + - -
    Classes in org.apache.commons.collections.buffer that implement BoundedCollection
    + classBoundedBuffer + +
    +          Decorates another Buffer to ensure a fixed maximum size.
    + classCircularFifoBuffer + +
              CircularFifoBuffer is a first in first out buffer with a fixed size that - replaces its oldest element if full.
    -  -

    - - - - - -
    -Uses of BoundedCollection in org.apache.commons.collections.collection
    -  -

    - - - - - - - - - -
    Classes in org.apache.commons.collections.collection that implement BoundedCollection
    - classUnmodifiableBoundedCollection - -
    -          UnmodifiableBoundedCollection decorates another - BoundedCollection to ensure it can't be altered.
    -  -

    - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.collection that return BoundedCollection
    -static BoundedCollectionUnmodifiableBoundedCollection.decorate(BoundedCollection coll) - -
    -          Factory method to create an unmodifiable bounded collection.
    -static BoundedCollectionUnmodifiableBoundedCollection.decorateUsing(java.util.Collection coll) - -
    -          Factory method to create an unmodifiable bounded collection.
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.collection with parameters of type BoundedCollection
    -static BoundedCollectionUnmodifiableBoundedCollection.decorate(BoundedCollection coll) - -
    -          Factory method to create an unmodifiable bounded collection.
    -  -

    - - - - - -
    -Uses of BoundedCollection in org.apache.commons.collections.list
    -  -

    - - - - - - - - - -
    Classes in org.apache.commons.collections.list that implement BoundedCollection
    - classFixedSizeList - -
    -          Decorates another List to fix the size preventing add/remove.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + replaces its oldest element if full.
    +  +

    + + + + + +
    +Uses of BoundedCollection in org.apache.commons.collections.collection
    +  +

    + + + + + + + + + +
    Classes in org.apache.commons.collections.collection that implement BoundedCollection
    + classUnmodifiableBoundedCollection + +
    +          UnmodifiableBoundedCollection decorates another + BoundedCollection to ensure it can't be altered.
    +  +

    + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.collection that return BoundedCollection
    +static BoundedCollectionUnmodifiableBoundedCollection.decorate(BoundedCollection coll) + +
    +          Factory method to create an unmodifiable bounded collection.
    +static BoundedCollectionUnmodifiableBoundedCollection.decorateUsing(java.util.Collection coll) + +
    +          Factory method to create an unmodifiable bounded collection.
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.collection with parameters of type BoundedCollection
    +static BoundedCollectionUnmodifiableBoundedCollection.decorate(BoundedCollection coll) + +
    +          Factory method to create an unmodifiable bounded collection.
    +  +

    + + + + + +
    +Uses of BoundedCollection in org.apache.commons.collections.list
    +  +

    + + + + + + + + + +
    Classes in org.apache.commons.collections.list that implement BoundedCollection
    + classFixedSizeList + +
    +          Decorates another List to fix the size preventing add/remove.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BoundedFifoBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BoundedFifoBuffer.html index f0effa2..32bbb83 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BoundedFifoBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BoundedFifoBuffer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.BoundedFifoBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.BoundedFifoBuffer

    -
    -No usage of org.apache.commons.collections.BoundedFifoBuffer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.BoundedFifoBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.BoundedFifoBuffer

    +
    +No usage of org.apache.commons.collections.BoundedFifoBuffer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BoundedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BoundedMap.html index 44e63df..85af76e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BoundedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BoundedMap.html @@ -1,207 +1,207 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.BoundedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.BoundedMap

    -
    - - - - - - - - - -
    -Packages that use BoundedMap
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of BoundedMap in org.apache.commons.collections.map
    -  -

    - - - - - - - - - - - - - - - - + + + + + +
    Classes in org.apache.commons.collections.map that implement BoundedMap
    - classFixedSizeMap - -
    -          Decorates another Map to fix the size, preventing add/remove.
    - classFixedSizeSortedMap - -
    -          Decorates another SortedMap to fix the size blocking add/remove.
    - classLRUMap - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.BoundedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.BoundedMap

    +
    + + + + + + + + + +
    +Packages that use BoundedMap
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of BoundedMap in org.apache.commons.collections.map
    +  +

    + + + + + + + + + + + + + + + + - - - - - -
    Classes in org.apache.commons.collections.map that implement BoundedMap
    + classFixedSizeMap + +
    +          Decorates another Map to fix the size, preventing add/remove.
    + classFixedSizeSortedMap + +
    +          Decorates another SortedMap to fix the size blocking add/remove.
    + classLRUMap + +
              A Map implementation with a fixed maximum size which removes - the least recently used entry if an entry is added when full.
    - classSingletonMap - -
    -          A Map implementation that holds a single item and is fixed size.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + the least recently used entry if an entry is added when full.
    + classSingletonMap + +
    +          A Map implementation that holds a single item and is fixed size.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Buffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Buffer.html index 7ca2d93..512361b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Buffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Buffer.html @@ -1,768 +1,768 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.Buffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.Buffer

    -
    - - - - - - - - - - - - - -
    -Packages that use Buffer
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface. 
    -  -

    - - - - - -
    -Uses of Buffer in org.apache.commons.collections
    -  -

    - - - - - - - - + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections that implement Buffer
    - classArrayStack - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.Buffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.Buffer

    +
    + + + + + + + + + + + + + +
    +Packages that use Buffer
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface. 
    +  +

    + + + + + +
    +Uses of Buffer in org.apache.commons.collections
    +  +

    + + + + + + + + - - - - + + + + - - - - - - - - - -
    Classes in org.apache.commons.collections that implement Buffer
    + classArrayStack + +
              An implementation of the Stack API that is based on an ArrayList instead of a Vector, so it is not - synchronized to protect against multi-threaded access.
    - classBinaryHeap - -
    + synchronized to protect against multi-threaded access.
    + classBinaryHeap + +
              Deprecated. Replaced by PriorityBuffer in buffer subpackage. - Due to be removed in v4.0.
    - classBoundedFifoBuffer - -
    -          Deprecated. Moved to buffer subpackage. Due to be removed in v4.0.
    - classUnboundedFifoBuffer - -
    -          Deprecated. Moved to buffer subpackage. Due to be removed in v4.0.
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections declared as Buffer
    -static BufferBufferUtils.EMPTY_BUFFER - -
    -          An empty unmodifiable buffer.
    -  -

    - - - - - - - - + + + + + + + + + +
    Methods in org.apache.commons.collections that return Buffer
    -static BufferBufferUtils.blockingBuffer(Buffer buffer) - -
    + Due to be removed in v4.0.
    + classBoundedFifoBuffer + +
    +          Deprecated. Moved to buffer subpackage. Due to be removed in v4.0.
    + classUnboundedFifoBuffer + +
    +          Deprecated. Moved to buffer subpackage. Due to be removed in v4.0.
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections declared as Buffer
    +static BufferBufferUtils.EMPTY_BUFFER + +
    +          An empty unmodifiable buffer.
    +  +

    + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections that return Buffer
    +static BufferBufferUtils.blockingBuffer(Buffer buffer) + +
              Returns a synchronized buffer backed by the given buffer that will - block on get() and remove() operations.
    -static BufferBufferUtils.blockingBuffer(Buffer buffer, - long timeoutMillis) - -
    + block on get() and remove() operations.
    +static BufferBufferUtils.blockingBuffer(Buffer buffer, + long timeoutMillis) + +
              Returns a synchronized buffer backed by the given buffer that will block on get() and remove() operations - until timeout expires.
    -static BufferBufferUtils.boundedBuffer(Buffer buffer, - int maximumSize) - -
    + until timeout expires.
    +static BufferBufferUtils.boundedBuffer(Buffer buffer, + int maximumSize) + +
              Returns a synchronized buffer backed by the given buffer that will block on Collection.add(Object) and Collection.addAll(java.util.Collection) until enough object(s) are removed from the buffer to allow the object(s) to be added and still - maintain the maximum size.
    -static BufferBufferUtils.boundedBuffer(Buffer buffer, - int maximumSize, - long timeoutMillis) - -
    + maintain the maximum size.
    +static BufferBufferUtils.boundedBuffer(Buffer buffer, + int maximumSize, + long timeoutMillis) + +
              Returns a synchronized buffer backed by the given buffer that will block on Collection.add(Object) and Collection.addAll(java.util.Collection) until enough object(s) are removed from the buffer to allow the object(s) to be added and still - maintain the maximum size or the timeout expires.
    -static BufferBufferUtils.predicatedBuffer(Buffer buffer, - Predicate predicate) - -
    -          Returns a predicated (validating) buffer backed by the given buffer.
    -static BufferBufferUtils.synchronizedBuffer(Buffer buffer) - -
    -          Returns a synchronized buffer backed by the given buffer.
    -static BufferBufferUtils.transformedBuffer(Buffer buffer, - Transformer transformer) - -
    -          Returns a transformed buffer backed by the given buffer.
    -static BufferBufferUtils.typedBuffer(Buffer buffer, - java.lang.Class type) - -
    -          Returns a typed buffer backed by the given buffer.
    -static BufferBufferUtils.unmodifiableBuffer(Buffer buffer) - -
    -          Returns an unmodifiable buffer backed by the given buffer.
    -  -

    - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections with parameters of type Buffer
    -static BufferBufferUtils.blockingBuffer(Buffer buffer) - -
    + maintain the maximum size or the timeout expires.
    +static BufferBufferUtils.predicatedBuffer(Buffer buffer, + Predicate predicate) + +
    +          Returns a predicated (validating) buffer backed by the given buffer.
    +static BufferBufferUtils.synchronizedBuffer(Buffer buffer) + +
    +          Returns a synchronized buffer backed by the given buffer.
    +static BufferBufferUtils.transformedBuffer(Buffer buffer, + Transformer transformer) + +
    +          Returns a transformed buffer backed by the given buffer.
    +static BufferBufferUtils.typedBuffer(Buffer buffer, + java.lang.Class type) + +
    +          Returns a typed buffer backed by the given buffer.
    +static BufferBufferUtils.unmodifiableBuffer(Buffer buffer) + +
    +          Returns an unmodifiable buffer backed by the given buffer.
    +  +

    + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections with parameters of type Buffer
    +static BufferBufferUtils.blockingBuffer(Buffer buffer) + +
              Returns a synchronized buffer backed by the given buffer that will - block on get() and remove() operations.
    -static BufferBufferUtils.blockingBuffer(Buffer buffer, - long timeoutMillis) - -
    + block on get() and remove() operations.
    +static BufferBufferUtils.blockingBuffer(Buffer buffer, + long timeoutMillis) + +
              Returns a synchronized buffer backed by the given buffer that will block on get() and remove() operations - until timeout expires.
    -static BufferBufferUtils.boundedBuffer(Buffer buffer, - int maximumSize) - -
    + until timeout expires.
    +static BufferBufferUtils.boundedBuffer(Buffer buffer, + int maximumSize) + +
              Returns a synchronized buffer backed by the given buffer that will block on Collection.add(Object) and Collection.addAll(java.util.Collection) until enough object(s) are removed from the buffer to allow the object(s) to be added and still - maintain the maximum size.
    -static BufferBufferUtils.boundedBuffer(Buffer buffer, - int maximumSize, - long timeoutMillis) - -
    + maintain the maximum size.
    +static BufferBufferUtils.boundedBuffer(Buffer buffer, + int maximumSize, + long timeoutMillis) + +
              Returns a synchronized buffer backed by the given buffer that will block on Collection.add(Object) and Collection.addAll(java.util.Collection) until enough object(s) are removed from the buffer to allow the object(s) to be added and still - maintain the maximum size or the timeout expires.
    -static BufferBufferUtils.predicatedBuffer(Buffer buffer, - Predicate predicate) - -
    -          Returns a predicated (validating) buffer backed by the given buffer.
    -static BufferBufferUtils.synchronizedBuffer(Buffer buffer) - -
    -          Returns a synchronized buffer backed by the given buffer.
    -static BufferBufferUtils.transformedBuffer(Buffer buffer, - Transformer transformer) - -
    -          Returns a transformed buffer backed by the given buffer.
    -static BufferBufferUtils.typedBuffer(Buffer buffer, - java.lang.Class type) - -
    -          Returns a typed buffer backed by the given buffer.
    -static BufferBufferUtils.unmodifiableBuffer(Buffer buffer) - -
    -          Returns an unmodifiable buffer backed by the given buffer.
    -  -

    - - - - - -
    -Uses of Buffer in org.apache.commons.collections.buffer
    -  -

    - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.buffer that implement Buffer
    - classAbstractBufferDecorator - -
    -          Decorates another Buffer to provide additional behaviour.
    - classBlockingBuffer - -
    + maintain the maximum size or the timeout expires.
    +static BufferBufferUtils.predicatedBuffer(Buffer buffer, + Predicate predicate) + +
    +          Returns a predicated (validating) buffer backed by the given buffer.
    +static BufferBufferUtils.synchronizedBuffer(Buffer buffer) + +
    +          Returns a synchronized buffer backed by the given buffer.
    +static BufferBufferUtils.transformedBuffer(Buffer buffer, + Transformer transformer) + +
    +          Returns a transformed buffer backed by the given buffer.
    +static BufferBufferUtils.typedBuffer(Buffer buffer, + java.lang.Class type) + +
    +          Returns a typed buffer backed by the given buffer.
    +static BufferBufferUtils.unmodifiableBuffer(Buffer buffer) + +
    +          Returns an unmodifiable buffer backed by the given buffer.
    +  +

    + + + + + +
    +Uses of Buffer in org.apache.commons.collections.buffer
    +  +

    + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - -
    Classes in org.apache.commons.collections.buffer that implement Buffer
    + classAbstractBufferDecorator + +
    +          Decorates another Buffer to provide additional behaviour.
    + classBlockingBuffer + +
              Decorates another Buffer to make BlockingBuffer.get() and - BlockingBuffer.remove() block when the Buffer is empty.
    - classBoundedBuffer - -
    -          Decorates another Buffer to ensure a fixed maximum size.
    - classCircularFifoBuffer - -
    + BlockingBuffer.remove() block when the Buffer is empty.
    + classBoundedBuffer + +
    +          Decorates another Buffer to ensure a fixed maximum size.
    + classCircularFifoBuffer + +
              CircularFifoBuffer is a first in first out buffer with a fixed size that - replaces its oldest element if full.
    - classPredicatedBuffer - -
    + replaces its oldest element if full.
    + classPredicatedBuffer + +
              Decorates another Buffer to validate that additions - match a specified predicate.
    - classPriorityBuffer - -
    + match a specified predicate.
    + classPriorityBuffer + +
              Binary heap implementation of Buffer that provides for - removal based on Comparator ordering.
    - classSynchronizedBuffer - -
    + removal based on Comparator ordering.
    + classSynchronizedBuffer + +
              Decorates another Buffer to synchronize its behaviour - for a multi-threaded environment.
    - classTransformedBuffer - -
    -          Decorates another Buffer to transform objects that are added.
    - classUnmodifiableBuffer - -
    -          Decorates another Buffer to ensure it can't be altered.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.buffer that return Buffer
    -static BufferUnmodifiableBuffer.decorate(Buffer buffer) - -
    -          Factory method to create an unmodifiable buffer.
    -static BufferSynchronizedBuffer.decorate(Buffer buffer) - -
    -          Factory method to create a synchronized buffer.
    -static BufferBlockingBuffer.decorate(Buffer buffer) - -
    -          Factory method to create a blocking buffer.
    -static BufferTypedBuffer.decorate(Buffer buffer, - java.lang.Class type) - -
    -          Factory method to create a typed list.
    -static BufferBlockingBuffer.decorate(Buffer buffer, - long timeoutMillis) - -
    -          Factory method to create a blocking buffer with a timeout value.
    -static BufferPredicatedBuffer.decorate(Buffer buffer, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) buffer.
    -static BufferTransformedBuffer.decorate(Buffer buffer, - Transformer transformer) - -
    -          Factory method to create a transforming buffer.
    -protected  BufferTransformedBuffer.getBuffer() - -
    -          Gets the decorated buffer.
    -protected  BufferSynchronizedBuffer.getBuffer() - -
    -          Gets the buffer being decorated.
    -protected  BufferPredicatedBuffer.getBuffer() - -
    -          Gets the buffer being decorated.
    -protected  BufferAbstractBufferDecorator.getBuffer() - -
    -          Gets the buffer being decorated.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + +
    Methods in org.apache.commons.collections.buffer with parameters of type Buffer
    -static BufferUnmodifiableBuffer.decorate(Buffer buffer) - -
    -          Factory method to create an unmodifiable buffer.
    -static BufferSynchronizedBuffer.decorate(Buffer buffer) - -
    -          Factory method to create a synchronized buffer.
    -static BufferBlockingBuffer.decorate(Buffer buffer) - -
    -          Factory method to create a blocking buffer.
    -static BufferTypedBuffer.decorate(Buffer buffer, - java.lang.Class type) - -
    -          Factory method to create a typed list.
    -static BoundedBufferBoundedBuffer.decorate(Buffer buffer, - int maximumSize) - -
    -          Factory method to create a bounded buffer.
    -static BoundedBufferBoundedBuffer.decorate(Buffer buffer, - int maximumSize, - long timeout) - -
    + for a multi-threaded environment.
    + classTransformedBuffer + +
    +          Decorates another Buffer to transform objects that are added.
    + classUnmodifiableBuffer + +
    +          Decorates another Buffer to ensure it can't be altered.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.buffer that return Buffer
    +static BufferUnmodifiableBuffer.decorate(Buffer buffer) + +
    +          Factory method to create an unmodifiable buffer.
    +static BufferSynchronizedBuffer.decorate(Buffer buffer) + +
    +          Factory method to create a synchronized buffer.
    +static BufferBlockingBuffer.decorate(Buffer buffer) + +
    +          Factory method to create a blocking buffer.
    +static BufferTypedBuffer.decorate(Buffer buffer, + java.lang.Class type) + +
    +          Factory method to create a typed list.
    +static BufferBlockingBuffer.decorate(Buffer buffer, + long timeoutMillis) + +
    +          Factory method to create a blocking buffer with a timeout value.
    +static BufferPredicatedBuffer.decorate(Buffer buffer, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) buffer.
    +static BufferTransformedBuffer.decorate(Buffer buffer, + Transformer transformer) + +
    +          Factory method to create a transforming buffer.
    +protected  BufferTransformedBuffer.getBuffer() + +
    +          Gets the decorated buffer.
    +protected  BufferSynchronizedBuffer.getBuffer() + +
    +          Gets the buffer being decorated.
    +protected  BufferPredicatedBuffer.getBuffer() + +
    +          Gets the buffer being decorated.
    +protected  BufferAbstractBufferDecorator.getBuffer() + +
    +          Gets the buffer being decorated.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.buffer with parameters of type Buffer
    +static BufferUnmodifiableBuffer.decorate(Buffer buffer) + +
    +          Factory method to create an unmodifiable buffer.
    +static BufferSynchronizedBuffer.decorate(Buffer buffer) + +
    +          Factory method to create a synchronized buffer.
    +static BufferBlockingBuffer.decorate(Buffer buffer) + +
    +          Factory method to create a blocking buffer.
    +static BufferTypedBuffer.decorate(Buffer buffer, + java.lang.Class type) + +
    +          Factory method to create a typed list.
    +static BoundedBufferBoundedBuffer.decorate(Buffer buffer, + int maximumSize) + +
    +          Factory method to create a bounded buffer.
    +static BoundedBufferBoundedBuffer.decorate(Buffer buffer, + int maximumSize, + long timeout) + +
              Factory method to create a bounded buffer that blocks for a maximum - amount of time.
    -static BufferBlockingBuffer.decorate(Buffer buffer, - long timeoutMillis) - -
    -          Factory method to create a blocking buffer with a timeout value.
    -static BufferPredicatedBuffer.decorate(Buffer buffer, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) buffer.
    -static BufferTransformedBuffer.decorate(Buffer buffer, - Transformer transformer) - -
    -          Factory method to create a transforming buffer.
    -  -

    - - - - - - - - - - - - - - - - + + + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.buffer with parameters of type Buffer
    AbstractBufferDecorator(Buffer buffer) - -
    -          Constructor that wraps (not copies).
    BlockingBuffer(Buffer buffer) - -
    -          Constructor that wraps (not copies).
    BlockingBuffer(Buffer buffer, - long timeoutMillis) - -
    -          Constructor that wraps (not copies).
    BoundedBuffer(Buffer buffer, - int maximumSize, - long timeout) - -
    + amount of time.
    +static BufferBlockingBuffer.decorate(Buffer buffer, + long timeoutMillis) + +
    +          Factory method to create a blocking buffer with a timeout value.
    +static BufferPredicatedBuffer.decorate(Buffer buffer, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) buffer.
    +static BufferTransformedBuffer.decorate(Buffer buffer, + Transformer transformer) + +
    +          Factory method to create a transforming buffer.
    +  +

    + + + + + + + + + + + + + + + + - - - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.buffer with parameters of type Buffer
    AbstractBufferDecorator(Buffer buffer) + +
    +          Constructor that wraps (not copies).
    BlockingBuffer(Buffer buffer) + +
    +          Constructor that wraps (not copies).
    BlockingBuffer(Buffer buffer, + long timeoutMillis) + +
    +          Constructor that wraps (not copies).
    BoundedBuffer(Buffer buffer, + int maximumSize, + long timeout) + +
              Constructor that wraps (not copies) another buffer, making it bounded - waiting only up to a maximum amount of time.
    PredicatedBuffer(Buffer buffer, - Predicate predicate) - -
    -          Constructor that wraps (not copies).
    SynchronizedBuffer(Buffer buffer) - -
    -          Constructor that wraps (not copies).
    SynchronizedBuffer(Buffer buffer, - java.lang.Object lock) - -
    -          Constructor that wraps (not copies).
    TransformedBuffer(Buffer buffer, - Transformer transformer) - -
    -          Constructor that wraps (not copies).
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + waiting only up to a maximum amount of time.
    PredicatedBuffer(Buffer buffer, + Predicate predicate) + +
    +          Constructor that wraps (not copies).
    SynchronizedBuffer(Buffer buffer) + +
    +          Constructor that wraps (not copies).
    SynchronizedBuffer(Buffer buffer, + java.lang.Object lock) + +
    +          Constructor that wraps (not copies).
    TransformedBuffer(Buffer buffer, + Transformer transformer) + +
    +          Constructor that wraps (not copies).
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BufferOverflowException.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BufferOverflowException.html index 4193f77..5636539 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BufferOverflowException.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BufferOverflowException.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.BufferOverflowException (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.BufferOverflowException

    -
    -No usage of org.apache.commons.collections.BufferOverflowException -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.BufferOverflowException (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.BufferOverflowException

    +
    +No usage of org.apache.commons.collections.BufferOverflowException +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BufferUnderflowException.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BufferUnderflowException.html index a5ba612..ec00d2f 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BufferUnderflowException.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BufferUnderflowException.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.BufferUnderflowException (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.BufferUnderflowException

    -
    -No usage of org.apache.commons.collections.BufferUnderflowException -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.BufferUnderflowException (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.BufferUnderflowException

    +
    +No usage of org.apache.commons.collections.BufferUnderflowException +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BufferUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BufferUtils.html index 3524377..8f67e3b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BufferUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/BufferUtils.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.BufferUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.BufferUtils

    -
    -No usage of org.apache.commons.collections.BufferUtils -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.BufferUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.BufferUtils

    +
    +No usage of org.apache.commons.collections.BufferUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Closure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Closure.html index 4013552..f9c9e7d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Closure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Closure.html @@ -1,911 +1,911 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.Closure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.Closure

    -
    - - - - - - - - - - - - - -
    -Packages that use Closure
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.functors -This package contains implementations of the -Closure, -Predicate, -Transformer and -Factory interfaces. 
    -  -

    - - - - - -
    -Uses of Closure in org.apache.commons.collections
    -  -

    - - - - - - - - - - - - - - - - + +
    Methods in org.apache.commons.collections that return Closure
    -static ClosureClosureUtils.asClosure(Transformer transformer) - -
    -          Creates a Closure that calls a Transformer each time it is called.
    -static ClosureClosureUtils.chainedClosure(Closure[] closures) - -
    -          Create a new Closure that calls each closure in turn, passing the - result into the next closure.
    -static ClosureClosureUtils.chainedClosure(Closure closure1, - Closure closure2) - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.Closure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.Closure

    +
    + + + + + + + + + + + + + +
    +Packages that use Closure
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.functors +This package contains implementations of the +Closure, +Predicate, +Transformer and +Factory interfaces. 
    +  +

    + + + + + +
    +Uses of Closure in org.apache.commons.collections
    +  +

    + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - -
    Methods in org.apache.commons.collections that return Closure
    +static ClosureClosureUtils.asClosure(Transformer transformer) + +
    +          Creates a Closure that calls a Transformer each time it is called.
    +static ClosureClosureUtils.chainedClosure(Closure[] closures) + +
    +          Create a new Closure that calls each closure in turn, passing the + result into the next closure.
    +static ClosureClosureUtils.chainedClosure(Closure closure1, + Closure closure2) + +
              Create a new Closure that calls two Closures, passing the result of - the first into the second.
    -static ClosureClosureUtils.chainedClosure(java.util.Collection closures) - -
    -          Create a new Closure that calls each closure in turn, passing the - result into the next closure.
    -static ClosureClosureUtils.doWhileClosure(Closure closure, - Predicate predicate) - -
    + the first into the second.
    +static ClosureClosureUtils.chainedClosure(java.util.Collection closures) + +
    +          Create a new Closure that calls each closure in turn, passing the + result into the next closure.
    +static ClosureClosureUtils.doWhileClosure(Closure closure, + Predicate predicate) + +
              Creates a Closure that will call the closure once and then repeatedly - until the predicate returns false.
    -static ClosureClosureUtils.exceptionClosure() - -
    -          Gets a Closure that always throws an exception.
    -static ClosureClosureUtils.forClosure(int count, - Closure closure) - -
    -          Creates a Closure that will call the closure count times.
    -static ClosureClosureUtils.ifClosure(Predicate predicate, - Closure trueClosure) - -
    + until the predicate returns false.
    +static ClosureClosureUtils.exceptionClosure() + +
    +          Gets a Closure that always throws an exception.
    +static ClosureClosureUtils.forClosure(int count, + Closure closure) + +
    +          Creates a Closure that will call the closure count times.
    +static ClosureClosureUtils.ifClosure(Predicate predicate, + Closure trueClosure) + +
              Create a new Closure that calls another closure based on the - result of the specified predicate.
    -static ClosureClosureUtils.ifClosure(Predicate predicate, - Closure trueClosure, - Closure falseClosure) - -
    -          Create a new Closure that calls one of two closures depending - on the specified predicate.
    -static ClosureClosureUtils.invokerClosure(java.lang.String methodName) - -
    + result of the specified predicate.
    +static ClosureClosureUtils.ifClosure(Predicate predicate, + Closure trueClosure, + Closure falseClosure) + +
    +          Create a new Closure that calls one of two closures depending + on the specified predicate.
    +static ClosureClosureUtils.invokerClosure(java.lang.String methodName) + +
              Creates a Closure that will invoke a specific method on the closure's - input object by reflection.
    -static ClosureClosureUtils.invokerClosure(java.lang.String methodName, - java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    + input object by reflection.
    +static ClosureClosureUtils.invokerClosure(java.lang.String methodName, + java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
              Creates a Closure that will invoke a specific method on the closure's - input object by reflection.
    -static ClosureClosureUtils.nopClosure() - -
    -          Gets a Closure that will do nothing.
    -static ClosureClosureUtils.switchClosure(java.util.Map predicatesAndClosures) - -
    -          Create a new Closure that calls one of the closures depending - on the predicates.
    -static ClosureClosureUtils.switchClosure(Predicate[] predicates, - Closure[] closures) - -
    -          Create a new Closure that calls one of the closures depending - on the predicates.
    -static ClosureClosureUtils.switchClosure(Predicate[] predicates, - Closure[] closures, - Closure defaultClosure) - -
    -          Create a new Closure that calls one of the closures depending - on the predicates.
    -static ClosureClosureUtils.switchMapClosure(java.util.Map objectsAndClosures) - -
    + input object by reflection.
    +static ClosureClosureUtils.nopClosure() + +
    +          Gets a Closure that will do nothing.
    +static ClosureClosureUtils.switchClosure(java.util.Map predicatesAndClosures) + +
    +          Create a new Closure that calls one of the closures depending + on the predicates.
    +static ClosureClosureUtils.switchClosure(Predicate[] predicates, + Closure[] closures) + +
    +          Create a new Closure that calls one of the closures depending + on the predicates.
    +static ClosureClosureUtils.switchClosure(Predicate[] predicates, + Closure[] closures, + Closure defaultClosure) + +
    +          Create a new Closure that calls one of the closures depending + on the predicates.
    +static ClosureClosureUtils.switchMapClosure(java.util.Map objectsAndClosures) + +
              Create a new Closure that uses the input object as a key to find the - closure to call.
    -static ClosureClosureUtils.whileClosure(Predicate predicate, - Closure closure) - -
    -          Creates a Closure that will call the closure repeatedly until the - predicate returns false.
    -  -

    - - - - - - - - - - - - - - - - + + + + + +
    Methods in org.apache.commons.collections with parameters of type Closure
    -static TransformerTransformerUtils.asTransformer(Closure closure) - -
    -          Creates a Transformer that calls a Closure each time the transformer is used.
    -static ClosureClosureUtils.chainedClosure(Closure[] closures) - -
    -          Create a new Closure that calls each closure in turn, passing the - result into the next closure.
    -static ClosureClosureUtils.chainedClosure(Closure closure1, - Closure closure2) - -
    + closure to call.
    +static ClosureClosureUtils.whileClosure(Predicate predicate, + Closure closure) + +
    +          Creates a Closure that will call the closure repeatedly until the + predicate returns false.
    +  +

    + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections with parameters of type Closure
    +static TransformerTransformerUtils.asTransformer(Closure closure) + +
    +          Creates a Transformer that calls a Closure each time the transformer is used.
    +static ClosureClosureUtils.chainedClosure(Closure[] closures) + +
    +          Create a new Closure that calls each closure in turn, passing the + result into the next closure.
    +static ClosureClosureUtils.chainedClosure(Closure closure1, + Closure closure2) + +
              Create a new Closure that calls two Closures, passing the result of - the first into the second.
    -static ClosureClosureUtils.doWhileClosure(Closure closure, - Predicate predicate) - -
    + the first into the second.
    +static ClosureClosureUtils.doWhileClosure(Closure closure, + Predicate predicate) + +
              Creates a Closure that will call the closure once and then repeatedly - until the predicate returns false.
    -static voidCollectionUtils.forAllDo(java.util.Collection collection, - Closure closure) - -
    -          Executes the given closure on each element in the collection.
    -static ClosureClosureUtils.forClosure(int count, - Closure closure) - -
    -          Creates a Closure that will call the closure count times.
    -static ClosureClosureUtils.ifClosure(Predicate predicate, - Closure trueClosure) - -
    + until the predicate returns false.
    +static voidCollectionUtils.forAllDo(java.util.Collection collection, + Closure closure) + +
    +          Executes the given closure on each element in the collection.
    +static ClosureClosureUtils.forClosure(int count, + Closure closure) + +
    +          Creates a Closure that will call the closure count times.
    +static ClosureClosureUtils.ifClosure(Predicate predicate, + Closure trueClosure) + +
              Create a new Closure that calls another closure based on the - result of the specified predicate.
    -static ClosureClosureUtils.ifClosure(Predicate predicate, - Closure trueClosure, - Closure falseClosure) - -
    -          Create a new Closure that calls one of two closures depending - on the specified predicate.
    -static ClosureClosureUtils.switchClosure(Predicate[] predicates, - Closure[] closures) - -
    -          Create a new Closure that calls one of the closures depending - on the predicates.
    -static ClosureClosureUtils.switchClosure(Predicate[] predicates, - Closure[] closures, - Closure defaultClosure) - -
    -          Create a new Closure that calls one of the closures depending - on the predicates.
    -static ClosureClosureUtils.switchClosure(Predicate[] predicates, - Closure[] closures, - Closure defaultClosure) - -
    -          Create a new Closure that calls one of the closures depending - on the predicates.
    -static ClosureClosureUtils.whileClosure(Predicate predicate, - Closure closure) - -
    -          Creates a Closure that will call the closure repeatedly until the - predicate returns false.
    -  -

    - - - - - -
    -Uses of Closure in org.apache.commons.collections.functors
    -  -

    - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.functors that implement Closure
    - classChainedClosure - -
    -          Closure implementation that chains the specified closures together.
    - classExceptionClosure - -
    -          Closure implementation that always throws an exception.
    - classForClosure - -
    -          Closure implementation that calls another closure n times, like a for loop.
    - classIfClosure - -
    + result of the specified predicate.
    +static ClosureClosureUtils.ifClosure(Predicate predicate, + Closure trueClosure, + Closure falseClosure) + +
    +          Create a new Closure that calls one of two closures depending + on the specified predicate.
    +static ClosureClosureUtils.switchClosure(Predicate[] predicates, + Closure[] closures) + +
    +          Create a new Closure that calls one of the closures depending + on the predicates.
    +static ClosureClosureUtils.switchClosure(Predicate[] predicates, + Closure[] closures, + Closure defaultClosure) + +
    +          Create a new Closure that calls one of the closures depending + on the predicates.
    +static ClosureClosureUtils.switchClosure(Predicate[] predicates, + Closure[] closures, + Closure defaultClosure) + +
    +          Create a new Closure that calls one of the closures depending + on the predicates.
    +static ClosureClosureUtils.whileClosure(Predicate predicate, + Closure closure) + +
    +          Creates a Closure that will call the closure repeatedly until the + predicate returns false.
    +  +

    + + + + + +
    +Uses of Closure in org.apache.commons.collections.functors
    +  +

    + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + - -
    Classes in org.apache.commons.collections.functors that implement Closure
    + classChainedClosure + +
    +          Closure implementation that chains the specified closures together.
    + classExceptionClosure + +
    +          Closure implementation that always throws an exception.
    + classForClosure + +
    +          Closure implementation that calls another closure n times, like a for loop.
    + classIfClosure + +
              Closure implementation acts as an if statement calling one or other closure - based on a predicate.
    - classNOPClosure - -
    -          Closure implementation that does nothing.
    - classSwitchClosure - -
    + based on a predicate.
    + classNOPClosure + +
    +          Closure implementation that does nothing.
    + classSwitchClosure + +
              Closure implementation calls the closure whose predicate returns true, - like a switch statement.
    - classTransformerClosure - -
    + like a switch statement.
    + classTransformerClosure + +
              Closure implementation that calls a Transformer using the input object - and ignore the result.
    - classWhileClosure - -
    + and ignore the result.
    + classWhileClosure + +
              Closure implementation that executes a closure repeatedly until a condition is met, - like a do-while or while loop.
    -  -

    - - - - - - - - - - - - - -
    Fields in org.apache.commons.collections.functors declared as Closure
    -static ClosureNOPClosure.INSTANCE - -
    -          Singleton predicate instance
    -static ClosureExceptionClosure.INSTANCE - -
    -          Singleton predicate instance
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.functors that return Closure
    - ClosureWhileClosure.getClosure() - -
    -          Gets the closure.
    - ClosureForClosure.getClosure() - -
    -          Gets the closure.
    - ClosureClosureTransformer.getClosure() - -
    -          Gets the closure.
    - Closure[]SwitchClosure.getClosures() - -
    -          Gets the closures, do not modify the array.
    - Closure[]ChainedClosure.getClosures() - -
    -          Gets the closures, do not modify the array.
    - ClosureSwitchClosure.getDefaultClosure() - -
    -          Gets the default closure.
    - ClosureIfClosure.getFalseClosure() - -
    -          Gets the closure called when false.
    -static ClosureNOPClosure.getInstance() - -
    -          Factory returning the singleton instance.
    -static ClosureExceptionClosure.getInstance() - -
    -          Factory returning the singleton instance.
    -static ClosureChainedClosure.getInstance(Closure[] closures) - -
    -          Factory method that performs validation and copies the parameter array.
    -static ClosureChainedClosure.getInstance(Closure closure1, - Closure closure2) - -
    -          Factory method that performs validation.
    -static ClosureChainedClosure.getInstance(java.util.Collection closures) - -
    -          Create a new Closure that calls each closure in turn, passing the - result into the next closure.
    -static ClosureForClosure.getInstance(int count, - Closure closure) - -
    -          Factory method that performs validation.
    -static ClosureSwitchClosure.getInstance(java.util.Map predicatesAndClosures) - -
    -          Create a new Closure that calls one of the closures depending - on the predicates.
    -static ClosureSwitchClosure.getInstance(Predicate[] predicates, - Closure[] closures, - Closure defaultClosure) - -
    -          Factory method that performs validation and copies the parameter arrays.
    -static ClosureIfClosure.getInstance(Predicate predicate, - Closure trueClosure) - -
    -          Factory method that performs validation.
    -static ClosureWhileClosure.getInstance(Predicate predicate, - Closure closure, - boolean doLoop) - -
    -          Factory method that performs validation.
    -static ClosureIfClosure.getInstance(Predicate predicate, - Closure trueClosure, - Closure falseClosure) - -
    -          Factory method that performs validation.
    -static ClosureTransformerClosure.getInstance(Transformer transformer) - -
    -          Factory method that performs validation.
    - ClosureIfClosure.getTrueClosure() - -
    -          Gets the closure called when true.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.functors with parameters of type Closure
    -static TransformerClosureTransformer.getInstance(Closure closure) - -
    -          Factory method that performs validation.
    -static ClosureChainedClosure.getInstance(Closure[] closures) - -
    -          Factory method that performs validation and copies the parameter array.
    -static ClosureChainedClosure.getInstance(Closure closure1, - Closure closure2) - -
    -          Factory method that performs validation.
    -static ClosureForClosure.getInstance(int count, - Closure closure) - -
    -          Factory method that performs validation.
    -static ClosureSwitchClosure.getInstance(Predicate[] predicates, - Closure[] closures, - Closure defaultClosure) - -
    -          Factory method that performs validation and copies the parameter arrays.
    -static ClosureSwitchClosure.getInstance(Predicate[] predicates, - Closure[] closures, - Closure defaultClosure) - -
    -          Factory method that performs validation and copies the parameter arrays.
    -static ClosureIfClosure.getInstance(Predicate predicate, - Closure trueClosure) - -
    -          Factory method that performs validation.
    -static ClosureWhileClosure.getInstance(Predicate predicate, - Closure closure, - boolean doLoop) - -
    -          Factory method that performs validation.
    -static ClosureIfClosure.getInstance(Predicate predicate, - Closure trueClosure, - Closure falseClosure) - -
    -          Factory method that performs validation.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.functors with parameters of type Closure
    ChainedClosure(Closure[] closures) - -
    -          Constructor that performs no validation.
    ClosureTransformer(Closure closure) - -
    -          Constructor that performs no validation.
    ForClosure(int count, - Closure closure) - -
    -          Constructor that performs no validation.
    IfClosure(Predicate predicate, - Closure trueClosure) - -
    -          Constructor that performs no validation.
    IfClosure(Predicate predicate, - Closure trueClosure, - Closure falseClosure) - -
    -          Constructor that performs no validation.
    SwitchClosure(Predicate[] predicates, - Closure[] closures, - Closure defaultClosure) - -
    -          Constructor that performs no validation.
    SwitchClosure(Predicate[] predicates, - Closure[] closures, - Closure defaultClosure) - -
    -          Constructor that performs no validation.
    WhileClosure(Predicate predicate, - Closure closure, - boolean doLoop) - -
    -          Constructor that performs no validation.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + like a do-while or while loop.
    +  +

    + + + + + + + + + + + + + +
    Fields in org.apache.commons.collections.functors declared as Closure
    +static ClosureNOPClosure.INSTANCE + +
    +          Singleton predicate instance
    +static ClosureExceptionClosure.INSTANCE + +
    +          Singleton predicate instance
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.functors that return Closure
    + ClosureWhileClosure.getClosure() + +
    +          Gets the closure.
    + ClosureForClosure.getClosure() + +
    +          Gets the closure.
    + ClosureClosureTransformer.getClosure() + +
    +          Gets the closure.
    + Closure[]SwitchClosure.getClosures() + +
    +          Gets the closures, do not modify the array.
    + Closure[]ChainedClosure.getClosures() + +
    +          Gets the closures, do not modify the array.
    + ClosureSwitchClosure.getDefaultClosure() + +
    +          Gets the default closure.
    + ClosureIfClosure.getFalseClosure() + +
    +          Gets the closure called when false.
    +static ClosureNOPClosure.getInstance() + +
    +          Factory returning the singleton instance.
    +static ClosureExceptionClosure.getInstance() + +
    +          Factory returning the singleton instance.
    +static ClosureChainedClosure.getInstance(Closure[] closures) + +
    +          Factory method that performs validation and copies the parameter array.
    +static ClosureChainedClosure.getInstance(Closure closure1, + Closure closure2) + +
    +          Factory method that performs validation.
    +static ClosureChainedClosure.getInstance(java.util.Collection closures) + +
    +          Create a new Closure that calls each closure in turn, passing the + result into the next closure.
    +static ClosureForClosure.getInstance(int count, + Closure closure) + +
    +          Factory method that performs validation.
    +static ClosureSwitchClosure.getInstance(java.util.Map predicatesAndClosures) + +
    +          Create a new Closure that calls one of the closures depending + on the predicates.
    +static ClosureSwitchClosure.getInstance(Predicate[] predicates, + Closure[] closures, + Closure defaultClosure) + +
    +          Factory method that performs validation and copies the parameter arrays.
    +static ClosureIfClosure.getInstance(Predicate predicate, + Closure trueClosure) + +
    +          Factory method that performs validation.
    +static ClosureWhileClosure.getInstance(Predicate predicate, + Closure closure, + boolean doLoop) + +
    +          Factory method that performs validation.
    +static ClosureIfClosure.getInstance(Predicate predicate, + Closure trueClosure, + Closure falseClosure) + +
    +          Factory method that performs validation.
    +static ClosureTransformerClosure.getInstance(Transformer transformer) + +
    +          Factory method that performs validation.
    + ClosureIfClosure.getTrueClosure() + +
    +          Gets the closure called when true.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.functors with parameters of type Closure
    +static TransformerClosureTransformer.getInstance(Closure closure) + +
    +          Factory method that performs validation.
    +static ClosureChainedClosure.getInstance(Closure[] closures) + +
    +          Factory method that performs validation and copies the parameter array.
    +static ClosureChainedClosure.getInstance(Closure closure1, + Closure closure2) + +
    +          Factory method that performs validation.
    +static ClosureForClosure.getInstance(int count, + Closure closure) + +
    +          Factory method that performs validation.
    +static ClosureSwitchClosure.getInstance(Predicate[] predicates, + Closure[] closures, + Closure defaultClosure) + +
    +          Factory method that performs validation and copies the parameter arrays.
    +static ClosureSwitchClosure.getInstance(Predicate[] predicates, + Closure[] closures, + Closure defaultClosure) + +
    +          Factory method that performs validation and copies the parameter arrays.
    +static ClosureIfClosure.getInstance(Predicate predicate, + Closure trueClosure) + +
    +          Factory method that performs validation.
    +static ClosureWhileClosure.getInstance(Predicate predicate, + Closure closure, + boolean doLoop) + +
    +          Factory method that performs validation.
    +static ClosureIfClosure.getInstance(Predicate predicate, + Closure trueClosure, + Closure falseClosure) + +
    +          Factory method that performs validation.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.functors with parameters of type Closure
    ChainedClosure(Closure[] closures) + +
    +          Constructor that performs no validation.
    ClosureTransformer(Closure closure) + +
    +          Constructor that performs no validation.
    ForClosure(int count, + Closure closure) + +
    +          Constructor that performs no validation.
    IfClosure(Predicate predicate, + Closure trueClosure) + +
    +          Constructor that performs no validation.
    IfClosure(Predicate predicate, + Closure trueClosure, + Closure falseClosure) + +
    +          Constructor that performs no validation.
    SwitchClosure(Predicate[] predicates, + Closure[] closures, + Closure defaultClosure) + +
    +          Constructor that performs no validation.
    SwitchClosure(Predicate[] predicates, + Closure[] closures, + Closure defaultClosure) + +
    +          Constructor that performs no validation.
    WhileClosure(Predicate predicate, + Closure closure, + boolean doLoop) + +
    +          Constructor that performs no validation.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ClosureUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ClosureUtils.html index 1fbb444..3058ae2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ClosureUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ClosureUtils.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.ClosureUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.ClosureUtils

    -
    -No usage of org.apache.commons.collections.ClosureUtils -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.ClosureUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.ClosureUtils

    +
    +No usage of org.apache.commons.collections.ClosureUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/CollectionUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/CollectionUtils.html index 9281e8c..efe7ddf 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/CollectionUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/CollectionUtils.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.CollectionUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.CollectionUtils

    -
    -No usage of org.apache.commons.collections.CollectionUtils -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.CollectionUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.CollectionUtils

    +
    +No usage of org.apache.commons.collections.CollectionUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ComparatorUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ComparatorUtils.html index 74defce..75ebf80 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ComparatorUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ComparatorUtils.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.ComparatorUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.ComparatorUtils

    -
    -No usage of org.apache.commons.collections.ComparatorUtils -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.ComparatorUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.ComparatorUtils

    +
    +No usage of org.apache.commons.collections.ComparatorUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/CursorableLinkedList.Cursor.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/CursorableLinkedList.Cursor.html index cb4e49c..6a9dfb3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/CursorableLinkedList.Cursor.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/CursorableLinkedList.Cursor.html @@ -1,217 +1,217 @@ - - - - - - - -Uses of Class org.apache.commons.collections.CursorableLinkedList.Cursor (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.CursorableLinkedList.Cursor

    -
    - - - - - - - - - -
    -Packages that use CursorableLinkedList.Cursor
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    -  -

    - - - - - -
    -Uses of CursorableLinkedList.Cursor in org.apache.commons.collections
    -  -

    - - - - - - - - + +
    Methods in org.apache.commons.collections that return CursorableLinkedList.Cursor
    - CursorableLinkedList.CursorCursorableLinkedList.cursor() - -
    + + + + + + + +Uses of Class org.apache.commons.collections.CursorableLinkedList.Cursor (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.CursorableLinkedList.Cursor

    +
    + + + + + + + + + +
    +Packages that use CursorableLinkedList.Cursor
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    +  +

    + + + + + +
    +Uses of CursorableLinkedList.Cursor in org.apache.commons.collections
    +  +

    + + + + + + + + - - - - + + + + - -
    Methods in org.apache.commons.collections that return CursorableLinkedList.Cursor
    + CursorableLinkedList.CursorCursorableLinkedList.cursor() + +
              Deprecated. Returns a ListIterator for iterating through the - elements of this list.
    - CursorableLinkedList.CursorCursorableLinkedList.cursor(int i) - -
    + elements of this list.
    + CursorableLinkedList.CursorCursorableLinkedList.cursor(int i) + +
              Deprecated. Returns a ListIterator for iterating through the elements of this list, initialized such that ListIterator.next() will return the element at the specified index (if any) and ListIterator.previous() - will return the element immediately preceding it (if any).
    -  -

    - - - - - - - - + +
    Methods in org.apache.commons.collections with parameters of type CursorableLinkedList.Cursor
    -protected  voidCursorableLinkedList.registerCursor(CursorableLinkedList.Cursor cur) - -
    + will return the element immediately preceding it (if any).
    +  +

    + + + + + + + + - - - - + + + + - -
    Methods in org.apache.commons.collections with parameters of type CursorableLinkedList.Cursor
    +protected  voidCursorableLinkedList.registerCursor(CursorableLinkedList.Cursor cur) + +
              Deprecated. Registers a CursorableLinkedList.Cursor to be notified - of changes to this list.
    -protected  voidCursorableLinkedList.unregisterCursor(CursorableLinkedList.Cursor cur) - -
    + of changes to this list.
    +protected  voidCursorableLinkedList.unregisterCursor(CursorableLinkedList.Cursor cur) + +
              Deprecated. Removes a CursorableLinkedList.Cursor from - the set of cursors to be notified of changes to this list.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + the set of cursors to be notified of changes to this list.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/CursorableLinkedList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/CursorableLinkedList.html index 819f0bf..1a6d4ea 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/CursorableLinkedList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/CursorableLinkedList.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.CursorableLinkedList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.CursorableLinkedList

    -
    -No usage of org.apache.commons.collections.CursorableLinkedList -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.CursorableLinkedList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.CursorableLinkedList

    +
    +No usage of org.apache.commons.collections.CursorableLinkedList +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/DefaultMapBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/DefaultMapBag.html index 1648c86..d2975f9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/DefaultMapBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/DefaultMapBag.html @@ -1,186 +1,186 @@ - - - - - - - -Uses of Class org.apache.commons.collections.DefaultMapBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.DefaultMapBag

    -
    - - - - - - - - - -
    -Packages that use DefaultMapBag
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    -  -

    - - - - - -
    -Uses of DefaultMapBag in org.apache.commons.collections
    -  -

    - - - - - - - - - - - - - -
    Subclasses of DefaultMapBag in org.apache.commons.collections
    - classHashBag - -
    -          Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
    - classTreeBag - -
    -          Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.DefaultMapBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.DefaultMapBag

    +
    + + + + + + + + + +
    +Packages that use DefaultMapBag
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    +  +

    + + + + + +
    +Uses of DefaultMapBag in org.apache.commons.collections
    +  +

    + + + + + + + + + + + + + +
    Subclasses of DefaultMapBag in org.apache.commons.collections
    + classHashBag + +
    +          Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
    + classTreeBag + +
    +          Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/DefaultMapEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/DefaultMapEntry.html index 8b7ce3c..27ea663 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/DefaultMapEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/DefaultMapEntry.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.DefaultMapEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.DefaultMapEntry

    -
    -No usage of org.apache.commons.collections.DefaultMapEntry -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.DefaultMapEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.DefaultMapEntry

    +
    +No usage of org.apache.commons.collections.DefaultMapEntry +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/DoubleOrderedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/DoubleOrderedMap.html index 1dd0e2f..817c4d6 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/DoubleOrderedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/DoubleOrderedMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.DoubleOrderedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.DoubleOrderedMap

    -
    -No usage of org.apache.commons.collections.DoubleOrderedMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.DoubleOrderedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.DoubleOrderedMap

    +
    +No usage of org.apache.commons.collections.DoubleOrderedMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/EnumerationUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/EnumerationUtils.html index e1ea323..3c29f4e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/EnumerationUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/EnumerationUtils.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.EnumerationUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.EnumerationUtils

    -
    -No usage of org.apache.commons.collections.EnumerationUtils -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.EnumerationUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.EnumerationUtils

    +
    +No usage of org.apache.commons.collections.EnumerationUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ExtendedProperties.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ExtendedProperties.html index ad880fe..48c7c1d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ExtendedProperties.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ExtendedProperties.html @@ -1,203 +1,203 @@ - - - - - - - -Uses of Class org.apache.commons.collections.ExtendedProperties (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.ExtendedProperties

    -
    - - - - - - - - - -
    -Packages that use ExtendedProperties
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    -  -

    - - - - - -
    -Uses of ExtendedProperties in org.apache.commons.collections
    -  -

    - - - - - - - - - - - - + +
    Methods in org.apache.commons.collections that return ExtendedProperties
    -static ExtendedPropertiesExtendedProperties.convertProperties(java.util.Properties props) - -
    -          Convert a standard properties class into a configuration class.
    - ExtendedPropertiesExtendedProperties.subset(java.lang.String prefix) - -
    + + + + + + + +Uses of Class org.apache.commons.collections.ExtendedProperties (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.ExtendedProperties

    +
    + + + + + + + + + +
    +Packages that use ExtendedProperties
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    +  +

    + + + + + +
    +Uses of ExtendedProperties in org.apache.commons.collections
    +  +

    + + + + + + + + + + + + - -
    Methods in org.apache.commons.collections that return ExtendedProperties
    +static ExtendedPropertiesExtendedProperties.convertProperties(java.util.Properties props) + +
    +          Convert a standard properties class into a configuration class.
    + ExtendedPropertiesExtendedProperties.subset(java.lang.String prefix) + +
              Create an ExtendedProperties object that is a subset - of this one.
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections with parameters of type ExtendedProperties
    - voidExtendedProperties.combine(ExtendedProperties props) - -
    -          Combines an existing Hashtable with this Hashtable.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + of this one.
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections with parameters of type ExtendedProperties
    + voidExtendedProperties.combine(ExtendedProperties props) + +
    +          Combines an existing Hashtable with this Hashtable.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Factory.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Factory.html index 51322d5..d091af4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Factory.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Factory.html @@ -1,587 +1,587 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.Factory (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.Factory

    -
    - - - - - - - - - - - - - - - - - - - - - -
    -Packages that use Factory
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.functors -This package contains implementations of the -Closure, -Predicate, -Transformer and -Factory interfaces. 
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of Factory in org.apache.commons.collections
    -  -

    - - - - - - - - + +
    Methods in org.apache.commons.collections that return Factory
    -static FactoryFactoryUtils.constantFactory(java.lang.Object constantToReturn) - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.Factory (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.Factory

    +
    + + + + + + + + + + + + + + + + + + + + + +
    +Packages that use Factory
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.functors +This package contains implementations of the +Closure, +Predicate, +Transformer and +Factory interfaces. 
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of Factory in org.apache.commons.collections
    +  +

    + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - -
    Methods in org.apache.commons.collections that return Factory
    +static FactoryFactoryUtils.constantFactory(java.lang.Object constantToReturn) + +
              Creates a Factory that will return the same object each time the factory - is used.
    -static FactoryFactoryUtils.exceptionFactory() - -
    -          Gets a Factory that always throws an exception.
    -static FactoryFactoryUtils.instantiateFactory(java.lang.Class classToInstantiate) - -
    + is used.
    +static FactoryFactoryUtils.exceptionFactory() + +
    +          Gets a Factory that always throws an exception.
    +static FactoryFactoryUtils.instantiateFactory(java.lang.Class classToInstantiate) + +
              Creates a Factory that can create objects of a specific type using - a no-args constructor.
    -static FactoryFactoryUtils.instantiateFactory(java.lang.Class classToInstantiate, - java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    + a no-args constructor.
    +static FactoryFactoryUtils.instantiateFactory(java.lang.Class classToInstantiate, + java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
              Creates a Factory that can create objects of a specific type using - the arguments specified to this method.
    -static FactoryFactoryUtils.nullFactory() - -
    -          Gets a Factory that will return null each time the factory is used.
    -static FactoryFactoryUtils.prototypeFactory(java.lang.Object prototype) - -
    + the arguments specified to this method.
    +static FactoryFactoryUtils.nullFactory() + +
    +          Gets a Factory that will return null each time the factory is used.
    +static FactoryFactoryUtils.prototypeFactory(java.lang.Object prototype) + +
              Creates a Factory that will return a clone of the same prototype object - each time the factory is used.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - + +
    Methods in org.apache.commons.collections with parameters of type Factory
    -static TransformerTransformerUtils.asTransformer(Factory factory) - -
    -          Creates a Transformer that calls a Factory each time the transformer is used.
    -static java.util.ListListUtils.lazyList(java.util.List list, - Factory factory) - -
    -          Returns a "lazy" list whose elements will be created on demand.
    -static java.util.MapMapUtils.lazyMap(java.util.Map map, - Factory factory) - -
    -          Returns a "lazy" map whose values will be created on demand.
    -static java.util.SortedMapMapUtils.lazySortedMap(java.util.SortedMap map, - Factory factory) - -
    -          Returns a "lazy" sorted map whose values will be created on demand.
    -static java.util.MapMapUtils.multiValueMap(java.util.Map map, - Factory collectionFactory) - -
    + each time the factory is used.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + - -
    Methods in org.apache.commons.collections with parameters of type Factory
    +static TransformerTransformerUtils.asTransformer(Factory factory) + +
    +          Creates a Transformer that calls a Factory each time the transformer is used.
    +static java.util.ListListUtils.lazyList(java.util.List list, + Factory factory) + +
    +          Returns a "lazy" list whose elements will be created on demand.
    +static java.util.MapMapUtils.lazyMap(java.util.Map map, + Factory factory) + +
    +          Returns a "lazy" map whose values will be created on demand.
    +static java.util.SortedMapMapUtils.lazySortedMap(java.util.SortedMap map, + Factory factory) + +
    +          Returns a "lazy" sorted map whose values will be created on demand.
    +static java.util.MapMapUtils.multiValueMap(java.util.Map map, + Factory collectionFactory) + +
              Creates a multi-value map backed by the given map which returns - collections created by the specified collection factory.
    -  -

    - - - - - -
    -Uses of Factory in org.apache.commons.collections.functors
    -  -

    - - - - - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.functors that implement Factory
    - classConstantFactory - -
    -          Factory implementation that returns the same constant each time.
    - classExceptionFactory - -
    -          Factory implementation that always throws an exception.
    - classInstantiateFactory - -
    -          Factory implementation that creates a new object instance by reflection.
    -  -

    - - - - - - - - - - - - - -
    Fields in org.apache.commons.collections.functors declared as Factory
    -static FactoryExceptionFactory.INSTANCE - -
    -          Singleton predicate instance
    -static FactoryConstantFactory.NULL_INSTANCE - -
    -          Returns null each time
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.functors that return Factory
    - FactoryFactoryTransformer.getFactory() - -
    -          Gets the factory.
    -static FactoryExceptionFactory.getInstance() - -
    -          Factory returning the singleton instance.
    -static FactoryInstantiateFactory.getInstance(java.lang.Class classToInstantiate, - java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    -          Factory method that performs validation.
    -static FactoryPrototypeFactory.getInstance(java.lang.Object prototype) - -
    -          Factory method that performs validation.
    -static FactoryConstantFactory.getInstance(java.lang.Object constantToReturn) - -
    -          Factory method that performs validation.
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.functors with parameters of type Factory
    -static TransformerFactoryTransformer.getInstance(Factory factory) - -
    -          Factory method that performs validation.
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.functors with parameters of type Factory
    FactoryTransformer(Factory factory) - -
    -          Constructor that performs no validation.
    -  -

    - - - - - -
    -Uses of Factory in org.apache.commons.collections.list
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections.list declared as Factory
    -protected  FactoryLazyList.factory - -
    -          The factory to use to lazily instantiate the objects
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.list with parameters of type Factory
    -static java.util.ListLazyList.decorate(java.util.List list, - Factory factory) - -
    -          Factory method to create a lazily instantiating list.
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.list with parameters of type Factory
    LazyList(java.util.List list, - Factory factory) - -
    -          Constructor that wraps (not copies).
    -  -

    - - - - - -
    -Uses of Factory in org.apache.commons.collections.map
    -  -

    - - - - - - - - + +
    Methods in org.apache.commons.collections.map with parameters of type Factory
    -static MultiValueMapMultiValueMap.decorate(java.util.Map map, - Factory collectionFactory) - -
    + collections created by the specified collection factory.
    +  +

    + + + + + +
    +Uses of Factory in org.apache.commons.collections.functors
    +  +

    + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.functors that implement Factory
    + classConstantFactory + +
    +          Factory implementation that returns the same constant each time.
    + classExceptionFactory + +
    +          Factory implementation that always throws an exception.
    + classInstantiateFactory + +
    +          Factory implementation that creates a new object instance by reflection.
    +  +

    + + + + + + + + + + + + + +
    Fields in org.apache.commons.collections.functors declared as Factory
    +static FactoryExceptionFactory.INSTANCE + +
    +          Singleton predicate instance
    +static FactoryConstantFactory.NULL_INSTANCE + +
    +          Returns null each time
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.functors that return Factory
    + FactoryFactoryTransformer.getFactory() + +
    +          Gets the factory.
    +static FactoryExceptionFactory.getInstance() + +
    +          Factory returning the singleton instance.
    +static FactoryInstantiateFactory.getInstance(java.lang.Class classToInstantiate, + java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
    +          Factory method that performs validation.
    +static FactoryPrototypeFactory.getInstance(java.lang.Object prototype) + +
    +          Factory method that performs validation.
    +static FactoryConstantFactory.getInstance(java.lang.Object constantToReturn) + +
    +          Factory method that performs validation.
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.functors with parameters of type Factory
    +static TransformerFactoryTransformer.getInstance(Factory factory) + +
    +          Factory method that performs validation.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.functors with parameters of type Factory
    FactoryTransformer(Factory factory) + +
    +          Constructor that performs no validation.
    +  +

    + + + + + +
    +Uses of Factory in org.apache.commons.collections.list
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections.list declared as Factory
    +protected  FactoryLazyList.factory + +
    +          The factory to use to lazily instantiate the objects
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.list with parameters of type Factory
    +static java.util.ListLazyList.decorate(java.util.List list, + Factory factory) + +
    +          Factory method to create a lazily instantiating list.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.list with parameters of type Factory
    LazyList(java.util.List list, + Factory factory) + +
    +          Constructor that wraps (not copies).
    +  +

    + + + + + +
    +Uses of Factory in org.apache.commons.collections.map
    +  +

    + + + + + + + + - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.map with parameters of type Factory
    +static MultiValueMapMultiValueMap.decorate(java.util.Map map, + Factory collectionFactory) + +
              Creates a map which decorates the given map and - creates the value collections using the supplied collectionFactory.
    -static java.util.MapLazyMap.decorate(java.util.Map map, - Factory factory) - -
    -          Factory method to create a lazily instantiated map.
    -static java.util.MapDefaultedMap.decorate(java.util.Map map, - Factory factory) - -
    -          Factory method to create a defaulting map.
    -static java.util.SortedMapLazySortedMap.decorate(java.util.SortedMap map, - Factory factory) - -
    -          Factory method to create a lazily instantiated sorted map.
    -  -

    - - - - - - - - - - - - - + + + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.map with parameters of type Factory
    LazyMap(java.util.Map map, - Factory factory) - -
    -          Constructor that wraps (not copies).
    LazySortedMap(java.util.SortedMap map, - Factory factory) - -
    -          Constructor that wraps (not copies).
    MultiValueMap(java.util.Map map, - Factory collectionFactory) - -
    + creates the value collections using the supplied collectionFactory.
    +static java.util.MapLazyMap.decorate(java.util.Map map, + Factory factory) + +
    +          Factory method to create a lazily instantiated map.
    +static java.util.MapDefaultedMap.decorate(java.util.Map map, + Factory factory) + +
    +          Factory method to create a defaulting map.
    +static java.util.SortedMapLazySortedMap.decorate(java.util.SortedMap map, + Factory factory) + +
    +          Factory method to create a lazily instantiated sorted map.
    +  +

    + + + + + + + + + + + + + - -
    Constructors in org.apache.commons.collections.map with parameters of type Factory
    LazyMap(java.util.Map map, + Factory factory) + +
    +          Constructor that wraps (not copies).
    LazySortedMap(java.util.SortedMap map, + Factory factory) + +
    +          Constructor that wraps (not copies).
    MultiValueMap(java.util.Map map, + Factory collectionFactory) + +
              Creates a MultiValueMap which decorates the given map and - creates the value collections using the supplied collectionFactory.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + creates the value collections using the supplied collectionFactory.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FactoryUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FactoryUtils.html index 2244f57..070a2dd 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FactoryUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FactoryUtils.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.FactoryUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.FactoryUtils

    -
    -No usage of org.apache.commons.collections.FactoryUtils -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.FactoryUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.FactoryUtils

    +
    +No usage of org.apache.commons.collections.FactoryUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FastArrayList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FastArrayList.html index 0004d2d..db7d819 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FastArrayList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FastArrayList.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.FastArrayList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.FastArrayList

    -
    -No usage of org.apache.commons.collections.FastArrayList -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.FastArrayList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.FastArrayList

    +
    +No usage of org.apache.commons.collections.FastArrayList +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FastHashMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FastHashMap.html index f068a15..3c26ac6 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FastHashMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FastHashMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.FastHashMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.FastHashMap

    -
    -No usage of org.apache.commons.collections.FastHashMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.FastHashMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.FastHashMap

    +
    +No usage of org.apache.commons.collections.FastHashMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FastTreeMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FastTreeMap.html index 6a938f7..fa632ea 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FastTreeMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FastTreeMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.FastTreeMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.FastTreeMap

    -
    -No usage of org.apache.commons.collections.FastTreeMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.FastTreeMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.FastTreeMap

    +
    +No usage of org.apache.commons.collections.FastTreeMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FunctorException.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FunctorException.html index e7a922f..6ecd95e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FunctorException.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/FunctorException.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.FunctorException (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.FunctorException

    -
    -No usage of org.apache.commons.collections.FunctorException -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.FunctorException (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.FunctorException

    +
    +No usage of org.apache.commons.collections.FunctorException +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/HashBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/HashBag.html index fce18b1..83747fa 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/HashBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/HashBag.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.HashBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.HashBag

    -
    -No usage of org.apache.commons.collections.HashBag -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.HashBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.HashBag

    +
    +No usage of org.apache.commons.collections.HashBag +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/IterableMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/IterableMap.html index 43248d1..e7db8b0 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/IterableMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/IterableMap.html @@ -1,488 +1,488 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.IterableMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.IterableMap

    -
    - - - - - - - - - - - - - - - - - -
    -Packages that use IterableMap
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of IterableMap in org.apache.commons.collections
    -  -

    - - - - - - - - - - - - + + + + + + + + + + + + + +
    Subinterfaces of IterableMap in org.apache.commons.collections
    - interfaceBidiMap - -
    -          Defines a map that allows bidirectional lookup between key and values.
    - interfaceOrderedBidiMap - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.IterableMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.IterableMap

    +
    + + + + + + + + + + + + + + + + + +
    +Packages that use IterableMap
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of IterableMap in org.apache.commons.collections
    +  +

    + + + + + + + + + + + + - - - - + + + + - - - - + + + + - -
    Subinterfaces of IterableMap in org.apache.commons.collections
    + interfaceBidiMap + +
    +          Defines a map that allows bidirectional lookup between key and values.
    + interfaceOrderedBidiMap + +
              Defines a map that allows bidirectional lookup between key and values - and retains and provides access to an ordering.
    - interfaceOrderedMap - -
    + and retains and provides access to an ordering.
    + interfaceOrderedMap + +
              Defines a map that maintains order and allows both forward and backward - iteration through that order.
    - interfaceSortedBidiMap - -
    + iteration through that order.
    + interfaceSortedBidiMap + +
              Defines a map that allows bidirectional lookup between key and values - and retains both keys and values in sorted order.
    -  -

    - - - - - -
    -Uses of IterableMap in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - + +
    Classes in org.apache.commons.collections.bidimap that implement IterableMap
    - classAbstractBidiMapDecorator - -
    + and retains both keys and values in sorted order.
    +  +

    + + + + + +
    +Uses of IterableMap in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.bidimap that implement IterableMap
    + classAbstractBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a BidiMap via decoration.
    - classAbstractDualBidiMap - -
    -          Abstract BidiMap implemented using two maps.
    - classAbstractOrderedBidiMapDecorator - -
    + to a BidiMap via decoration.
    + classAbstractDualBidiMap + +
    +          Abstract BidiMap implemented using two maps.
    + classAbstractOrderedBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to an OrderedBidiMap via decoration.
    - classAbstractSortedBidiMapDecorator - -
    + to an OrderedBidiMap via decoration.
    + classAbstractSortedBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a SortedBidiMap via decoration.
    - classDualHashBidiMap - -
    -          Implementation of BidiMap that uses two HashMap instances.
    - classDualTreeBidiMap - -
    -          Implementation of BidiMap that uses two TreeMap instances.
    - classTreeBidiMap - -
    + to a SortedBidiMap via decoration.
    + classDualHashBidiMap + +
    +          Implementation of BidiMap that uses two HashMap instances.
    + classDualTreeBidiMap + +
    +          Implementation of BidiMap that uses two TreeMap instances.
    + classTreeBidiMap + +
              Red-Black tree-based implementation of BidiMap where all objects added - implement the Comparable interface.
    - classUnmodifiableBidiMap - -
    -          Decorates another BidiMap to ensure it can't be altered.
    - classUnmodifiableOrderedBidiMap - -
    -          Decorates another OrderedBidiMap to ensure it can't be altered.
    - classUnmodifiableSortedBidiMap - -
    -          Decorates another SortedBidiMap to ensure it can't be altered.
    -  -

    - - - - - -
    -Uses of IterableMap in org.apache.commons.collections.map
    -  -

    - - - - - - - - + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.map that implement IterableMap
    - classAbstractHashedMap - -
    + implement the Comparable interface.
    + classUnmodifiableBidiMap + +
    +          Decorates another BidiMap to ensure it can't be altered.
    + classUnmodifiableOrderedBidiMap + +
    +          Decorates another OrderedBidiMap to ensure it can't be altered.
    + classUnmodifiableSortedBidiMap + +
    +          Decorates another SortedBidiMap to ensure it can't be altered.
    +  +

    + + + + + +
    +Uses of IterableMap in org.apache.commons.collections.map
    +  +

    + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.map that implement IterableMap
    + classAbstractHashedMap + +
              An abstract implementation of a hash-based map which provides numerous points for - subclasses to override.
    - classAbstractLinkedMap - -
    + subclasses to override.
    + classAbstractLinkedMap + +
              An abstract implementation of a hash-based map that links entries to create an - ordered map and which provides numerous points for subclasses to override.
    - classAbstractOrderedMapDecorator - -
    + ordered map and which provides numerous points for subclasses to override.
    + classAbstractOrderedMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to an OrderedMap via decoration.
    - classAbstractReferenceMap - -
    + to an OrderedMap via decoration.
    + classAbstractReferenceMap + +
              An abstract implementation of a hash-based map that allows the entries to - be removed by the garbage collector.
    - classCaseInsensitiveMap - -
    -          A case-insensitive Map.
    - classFlat3Map - -
    + be removed by the garbage collector.
    + classCaseInsensitiveMap + +
    +          A case-insensitive Map.
    + classFlat3Map + +
              A Map implementation that stores data in simple fields until - the size is greater than 3.
    - classHashedMap - -
    + the size is greater than 3.
    + classHashedMap + +
              A Map implementation that is a general purpose alternative - to HashMap.
    - classIdentityMap - -
    + to HashMap.
    + classIdentityMap + +
              A Map implementation that matches keys and values based - on == not equals().
    - classLinkedMap - -
    -          A Map implementation that maintains the order of the entries.
    - classListOrderedMap - -
    + on == not equals().
    + classLinkedMap + +
    +          A Map implementation that maintains the order of the entries.
    + classListOrderedMap + +
              Decorates a Map to ensure that the order of addition is retained - using a List to maintain order.
    - classLRUMap - -
    + using a List to maintain order.
    + classLRUMap + +
              A Map implementation with a fixed maximum size which removes - the least recently used entry if an entry is added when full.
    - classMultiKeyMap - -
    -          A Map implementation that uses multiple keys to map the value.
    - classReferenceIdentityMap - -
    + the least recently used entry if an entry is added when full.
    + classMultiKeyMap + +
    +          A Map implementation that uses multiple keys to map the value.
    + classReferenceIdentityMap + +
              A Map implementation that allows mappings to be removed by the garbage collector and matches keys and values based - on == not equals().
    - classReferenceMap - -
    + on == not equals().
    + classReferenceMap + +
              A Map implementation that allows mappings to be - removed by the garbage collector.
    - classSingletonMap - -
    -          A Map implementation that holds a single item and is fixed size.
    - classUnmodifiableMap - -
    -          Decorates another Map to ensure it can't be altered.
    - classUnmodifiableOrderedMap - -
    -          Decorates another OrderedMap to ensure it can't be altered.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + removed by the garbage collector.
    + classSingletonMap + +
    +          A Map implementation that holds a single item and is fixed size.
    + classUnmodifiableMap + +
    +          Decorates another Map to ensure it can't be altered.
    + classUnmodifiableOrderedMap + +
    +          Decorates another OrderedMap to ensure it can't be altered.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/IteratorUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/IteratorUtils.html index ac2a7f8..e360c34 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/IteratorUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/IteratorUtils.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.IteratorUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.IteratorUtils

    -
    -No usage of org.apache.commons.collections.IteratorUtils -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.IteratorUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.IteratorUtils

    +
    +No usage of org.apache.commons.collections.IteratorUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/KeyValue.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/KeyValue.html index 699d263..06c7ade 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/KeyValue.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/KeyValue.html @@ -1,400 +1,400 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.KeyValue (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.KeyValue

    -
    - - - - - - - - - - - - - - - - - - - - - -
    -Packages that use KeyValue
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    org.apache.commons.collections.keyvalue -This package contains implementations of collection and map related key/value classes. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of KeyValue in org.apache.commons.collections
    -  -

    - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections that implement KeyValue
    -protected static classBeanMap.MyMapEntry - -
    -          Deprecated. Map entry used by BeanMap.
    - classDefaultMapEntry - -
    -          Deprecated. Use the version in the keyvalue subpackage. Will be removed in v4.0
    -  -

    - - - - - -
    -Uses of KeyValue in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - - -
    Classes in org.apache.commons.collections.bidimap that implement KeyValue
    -protected static classAbstractDualBidiMap.MapEntry - -
    -          Inner class MapEntry.
    -  -

    - - - - - -
    -Uses of KeyValue in org.apache.commons.collections.keyvalue
    -  -

    - - - - - - - - + +
    Classes in org.apache.commons.collections.keyvalue that implement KeyValue
    - classAbstractKeyValue - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.KeyValue (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.KeyValue

    +
    + + + + + + + + + + + + + + + + + + + + + +
    +Packages that use KeyValue
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    org.apache.commons.collections.keyvalue +This package contains implementations of collection and map related key/value classes. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of KeyValue in org.apache.commons.collections
    +  +

    + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections that implement KeyValue
    +protected static classBeanMap.MyMapEntry + +
    +          Deprecated. Map entry used by BeanMap.
    + classDefaultMapEntry + +
    +          Deprecated. Use the version in the keyvalue subpackage. Will be removed in v4.0
    +  +

    + + + + + +
    +Uses of KeyValue in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + + +
    Classes in org.apache.commons.collections.bidimap that implement KeyValue
    +protected static classAbstractDualBidiMap.MapEntry + +
    +          Inner class MapEntry.
    +  +

    + + + + + +
    +Uses of KeyValue in org.apache.commons.collections.keyvalue
    +  +

    + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - -
    Classes in org.apache.commons.collections.keyvalue that implement KeyValue
    + classAbstractKeyValue + +
              Abstract pair class to assist with creating KeyValue - and Map.Entry implementations.
    - classAbstractMapEntry - -
    + and Map.Entry implementations.
    + classAbstractMapEntry + +
              Abstract Pair class to assist with creating correct - Map.Entry implementations.
    - classAbstractMapEntryDecorator - -
    + Map.Entry implementations.
    + classAbstractMapEntryDecorator + +
              Provides a base decorator that allows additional functionality to be - added to a Map.Entry.
    - classDefaultKeyValue - -
    + added to a Map.Entry.
    + classDefaultKeyValue + +
              A mutable KeyValue pair that does not implement - Map.Entry.
    - classTiedMapEntry - -
    -          A Map.Entry tied to a map underneath.
    - classUnmodifiableMapEntry - -
    + Map.Entry.
    + classTiedMapEntry + +
    +          A Map.Entry tied to a map underneath.
    + classUnmodifiableMapEntry + +
              A Map.Entry that throws - UnsupportedOperationException when setValue is called.
    -  -

    - - - - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.keyvalue with parameters of type KeyValue
    DefaultKeyValue(KeyValue pair) - -
    -          Constructs a new pair from the specified KeyValue.
    DefaultMapEntry(KeyValue pair) - -
    -          Constructs a new entry from the specified KeyValue.
    UnmodifiableMapEntry(KeyValue pair) - -
    -          Constructs a new entry from the specified KeyValue.
    -  -

    - - - - - -
    -Uses of KeyValue in org.apache.commons.collections.map
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.map that implement KeyValue
    -protected static classAbstractHashedMap.HashEntry - -
    -          HashEntry used to store the data.
    -protected static classAbstractLinkedMap.LinkEntry - -
    -          LinkEntry that stores the data.
    -protected static classAbstractReferenceMap.ReferenceEntry - -
    -          A MapEntry implementation for the map.
    -protected static classIdentityMap.IdentityEntry - -
    -          HashEntry
    - classSingletonMap - -
    -          A Map implementation that holds a single item and is fixed size.
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.map with parameters of type KeyValue
    SingletonMap(KeyValue keyValue) - -
    -          Constructor specifying the key and value as a KeyValue.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + UnsupportedOperationException when setValue is called.
    +  +

    + + + + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.keyvalue with parameters of type KeyValue
    DefaultKeyValue(KeyValue pair) + +
    +          Constructs a new pair from the specified KeyValue.
    DefaultMapEntry(KeyValue pair) + +
    +          Constructs a new entry from the specified KeyValue.
    UnmodifiableMapEntry(KeyValue pair) + +
    +          Constructs a new entry from the specified KeyValue.
    +  +

    + + + + + +
    +Uses of KeyValue in org.apache.commons.collections.map
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.map that implement KeyValue
    +protected static classAbstractHashedMap.HashEntry + +
    +          HashEntry used to store the data.
    +protected static classAbstractLinkedMap.LinkEntry + +
    +          LinkEntry that stores the data.
    +protected static classAbstractReferenceMap.ReferenceEntry + +
    +          A MapEntry implementation for the map.
    +protected static classIdentityMap.IdentityEntry + +
    +          HashEntry
    + classSingletonMap + +
    +          A Map implementation that holds a single item and is fixed size.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.map with parameters of type KeyValue
    SingletonMap(KeyValue keyValue) + +
    +          Constructor specifying the key and value as a KeyValue.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/LRUMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/LRUMap.html index db2f868..1b594d2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/LRUMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/LRUMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.LRUMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.LRUMap

    -
    -No usage of org.apache.commons.collections.LRUMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.LRUMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.LRUMap

    +
    +No usage of org.apache.commons.collections.LRUMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ListUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ListUtils.html index 765b033..a26d82d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ListUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ListUtils.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.ListUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.ListUtils

    -
    -No usage of org.apache.commons.collections.ListUtils -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.ListUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.ListUtils

    +
    +No usage of org.apache.commons.collections.ListUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/MapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/MapIterator.html index f80d755..5c2401e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/MapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/MapIterator.html @@ -1,634 +1,634 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.MapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.MapIterator

    -
    - - - - - - - - - - - - - - - - - - - - - -
    -Packages that use MapIterator
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    org.apache.commons.collections.iterators -This package contains implementations of the -Iterator interface. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of MapIterator in org.apache.commons.collections
    -  -

    - - - - - - - - - -
    Subinterfaces of MapIterator in org.apache.commons.collections
    - interfaceOrderedMapIterator - -
    -          Defines an iterator that operates over an ordered Map.
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections declared as MapIterator
    -static MapIteratorIteratorUtils.EMPTY_MAP_ITERATOR - -
    -          A map iterator over no elements.
    -  -

    - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections that return MapIterator
    -static MapIteratorIteratorUtils.emptyMapIterator() - -
    -          Gets an empty map iterator.
    - MapIteratorIterableMap.mapIterator() - -
    -          Obtains a MapIterator over the map.
    - MapIteratorBidiMap.mapIterator() - -
    -          Obtains a MapIterator over the map.
    -static MapIteratorIteratorUtils.unmodifiableMapIterator(MapIterator mapIterator) - -
    -          Gets an immutable version of a MapIterator.
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections with parameters of type MapIterator
    -static MapIteratorIteratorUtils.unmodifiableMapIterator(MapIterator mapIterator) - -
    -          Gets an immutable version of a MapIterator.
    -  -

    - - - - - -
    -Uses of MapIterator in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.bidimap that implement MapIterator
    -protected static classAbstractDualBidiMap.BidiMapIterator - -
    -          Inner class MapIterator.
    -protected static classDualTreeBidiMap.BidiOrderedMapIterator - -
    -          Inner class MapIterator.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.bidimap that return MapIterator
    - MapIteratorUnmodifiableSortedBidiMap.mapIterator() - -
    -           
    - MapIteratorUnmodifiableOrderedBidiMap.mapIterator() - -
    -           
    - MapIteratorUnmodifiableBidiMap.mapIterator() - -
    -           
    - MapIteratorTreeBidiMap.mapIterator() - -
    -          Gets an iterator over the map entries.
    - MapIteratorAbstractDualBidiMap.mapIterator() - -
    -          Obtains a MapIterator over the map.
    - MapIteratorAbstractBidiMapDecorator.mapIterator() - -
    -           
    -  -

    - - - - - -
    -Uses of MapIterator in org.apache.commons.collections.iterators
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.iterators that implement MapIterator
    - classAbstractMapIteratorDecorator - -
    -          Provides basic behaviour for decorating a map iterator with extra functionality.
    - classAbstractOrderedMapIteratorDecorator - -
    -          Provides basic behaviour for decorating an ordered map iterator with extra functionality.
    - classEmptyMapIterator - -
    -          Provides an implementation of an empty map iterator.
    - classEmptyOrderedMapIterator - -
    -          Provides an implementation of an empty ordered map iterator.
    - classEntrySetMapIterator - -
    -          Implements a MapIterator using a Map entrySet.
    - classUnmodifiableMapIterator - -
    -          Decorates a map iterator such that it cannot be modified.
    - classUnmodifiableOrderedMapIterator - -
    -          Decorates an ordered map iterator such that it cannot be modified.
    -  -

    - - - - - - - - - - - - - -
    Fields in org.apache.commons.collections.iterators declared as MapIterator
    -static MapIteratorEmptyMapIterator.INSTANCE - -
    -          Singleton instance of the iterator.
    -protected  MapIteratorAbstractMapIteratorDecorator.iterator - -
    -          The iterator being decorated
    -  -

    - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.iterators that return MapIterator
    -static MapIteratorUnmodifiableMapIterator.decorate(MapIterator iterator) - -
    -          Decorates the specified iterator such that it cannot be modified.
    -protected  MapIteratorAbstractMapIteratorDecorator.getMapIterator() - -
    -          Gets the iterator being decorated.
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.iterators with parameters of type MapIterator
    -static MapIteratorUnmodifiableMapIterator.decorate(MapIterator iterator) - -
    -          Decorates the specified iterator such that it cannot be modified.
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.iterators with parameters of type MapIterator
    AbstractMapIteratorDecorator(MapIterator iterator) - -
    -          Constructor that decorates the specified iterator.
    -  -

    - - - - - -
    -Uses of MapIterator in org.apache.commons.collections.map
    -  -

    - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.map that implement MapIterator
    -protected static classAbstractHashedMap.HashMapIterator - -
    -          MapIterator implementation.
    -protected static classAbstractLinkedMap.LinkMapIterator - -
    -          MapIterator implementation.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.map that return MapIterator
    - MapIteratorUnmodifiableOrderedMap.mapIterator() - -
    -           
    - MapIteratorUnmodifiableMap.mapIterator() - -
    -           
    - MapIteratorSingletonMap.mapIterator() - -
    -          Gets an iterator over the map.
    - MapIteratorMultiKeyMap.mapIterator() - -
    -           
    - MapIteratorListOrderedMap.mapIterator() - -
    -           
    - MapIteratorFlat3Map.mapIterator() - -
    -          Gets an iterator over the map.
    - MapIteratorAbstractReferenceMap.mapIterator() - -
    -          Gets a MapIterator over the reference map.
    - MapIteratorAbstractOrderedMapDecorator.mapIterator() - -
    -           
    - MapIteratorAbstractLinkedMap.mapIterator() - -
    -          Gets an iterator over the map.
    - MapIteratorAbstractHashedMap.mapIterator() - -
    -          Gets an iterator over the map.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Interface org.apache.commons.collections.MapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.MapIterator

    +
    + + + + + + + + + + + + + + + + + + + + + +
    +Packages that use MapIterator
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    org.apache.commons.collections.iterators +This package contains implementations of the +Iterator interface. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of MapIterator in org.apache.commons.collections
    +  +

    + + + + + + + + + +
    Subinterfaces of MapIterator in org.apache.commons.collections
    + interfaceOrderedMapIterator + +
    +          Defines an iterator that operates over an ordered Map.
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections declared as MapIterator
    +static MapIteratorIteratorUtils.EMPTY_MAP_ITERATOR + +
    +          A map iterator over no elements.
    +  +

    + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections that return MapIterator
    +static MapIteratorIteratorUtils.emptyMapIterator() + +
    +          Gets an empty map iterator.
    + MapIteratorIterableMap.mapIterator() + +
    +          Obtains a MapIterator over the map.
    + MapIteratorBidiMap.mapIterator() + +
    +          Obtains a MapIterator over the map.
    +static MapIteratorIteratorUtils.unmodifiableMapIterator(MapIterator mapIterator) + +
    +          Gets an immutable version of a MapIterator.
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections with parameters of type MapIterator
    +static MapIteratorIteratorUtils.unmodifiableMapIterator(MapIterator mapIterator) + +
    +          Gets an immutable version of a MapIterator.
    +  +

    + + + + + +
    +Uses of MapIterator in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.bidimap that implement MapIterator
    +protected static classAbstractDualBidiMap.BidiMapIterator + +
    +          Inner class MapIterator.
    +protected static classDualTreeBidiMap.BidiOrderedMapIterator + +
    +          Inner class MapIterator.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.bidimap that return MapIterator
    + MapIteratorUnmodifiableSortedBidiMap.mapIterator() + +
    +           
    + MapIteratorUnmodifiableOrderedBidiMap.mapIterator() + +
    +           
    + MapIteratorUnmodifiableBidiMap.mapIterator() + +
    +           
    + MapIteratorTreeBidiMap.mapIterator() + +
    +          Gets an iterator over the map entries.
    + MapIteratorAbstractDualBidiMap.mapIterator() + +
    +          Obtains a MapIterator over the map.
    + MapIteratorAbstractBidiMapDecorator.mapIterator() + +
    +           
    +  +

    + + + + + +
    +Uses of MapIterator in org.apache.commons.collections.iterators
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.iterators that implement MapIterator
    + classAbstractMapIteratorDecorator + +
    +          Provides basic behaviour for decorating a map iterator with extra functionality.
    + classAbstractOrderedMapIteratorDecorator + +
    +          Provides basic behaviour for decorating an ordered map iterator with extra functionality.
    + classEmptyMapIterator + +
    +          Provides an implementation of an empty map iterator.
    + classEmptyOrderedMapIterator + +
    +          Provides an implementation of an empty ordered map iterator.
    + classEntrySetMapIterator + +
    +          Implements a MapIterator using a Map entrySet.
    + classUnmodifiableMapIterator + +
    +          Decorates a map iterator such that it cannot be modified.
    + classUnmodifiableOrderedMapIterator + +
    +          Decorates an ordered map iterator such that it cannot be modified.
    +  +

    + + + + + + + + + + + + + +
    Fields in org.apache.commons.collections.iterators declared as MapIterator
    +static MapIteratorEmptyMapIterator.INSTANCE + +
    +          Singleton instance of the iterator.
    +protected  MapIteratorAbstractMapIteratorDecorator.iterator + +
    +          The iterator being decorated
    +  +

    + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.iterators that return MapIterator
    +static MapIteratorUnmodifiableMapIterator.decorate(MapIterator iterator) + +
    +          Decorates the specified iterator such that it cannot be modified.
    +protected  MapIteratorAbstractMapIteratorDecorator.getMapIterator() + +
    +          Gets the iterator being decorated.
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.iterators with parameters of type MapIterator
    +static MapIteratorUnmodifiableMapIterator.decorate(MapIterator iterator) + +
    +          Decorates the specified iterator such that it cannot be modified.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.iterators with parameters of type MapIterator
    AbstractMapIteratorDecorator(MapIterator iterator) + +
    +          Constructor that decorates the specified iterator.
    +  +

    + + + + + +
    +Uses of MapIterator in org.apache.commons.collections.map
    +  +

    + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.map that implement MapIterator
    +protected static classAbstractHashedMap.HashMapIterator + +
    +          MapIterator implementation.
    +protected static classAbstractLinkedMap.LinkMapIterator + +
    +          MapIterator implementation.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.map that return MapIterator
    + MapIteratorUnmodifiableOrderedMap.mapIterator() + +
    +           
    + MapIteratorUnmodifiableMap.mapIterator() + +
    +           
    + MapIteratorSingletonMap.mapIterator() + +
    +          Gets an iterator over the map.
    + MapIteratorMultiKeyMap.mapIterator() + +
    +           
    + MapIteratorListOrderedMap.mapIterator() + +
    +           
    + MapIteratorFlat3Map.mapIterator() + +
    +          Gets an iterator over the map.
    + MapIteratorAbstractReferenceMap.mapIterator() + +
    +          Gets a MapIterator over the reference map.
    + MapIteratorAbstractOrderedMapDecorator.mapIterator() + +
    +           
    + MapIteratorAbstractLinkedMap.mapIterator() + +
    +          Gets an iterator over the map.
    + MapIteratorAbstractHashedMap.mapIterator() + +
    +          Gets an iterator over the map.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/MapUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/MapUtils.html index 4c48dbd..1c809a9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/MapUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/MapUtils.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.MapUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.MapUtils

    -
    -No usage of org.apache.commons.collections.MapUtils -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.MapUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.MapUtils

    +
    +No usage of org.apache.commons.collections.MapUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/MultiHashMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/MultiHashMap.html index 2ac62a4..35b44ce 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/MultiHashMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/MultiHashMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.MultiHashMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.MultiHashMap

    -
    -No usage of org.apache.commons.collections.MultiHashMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.MultiHashMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.MultiHashMap

    +
    +No usage of org.apache.commons.collections.MultiHashMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/MultiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/MultiMap.html index 38be191..a7e5e09 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/MultiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/MultiMap.html @@ -1,214 +1,214 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.MultiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.MultiMap

    -
    - - - - - - - - - - - - - -
    -Packages that use MultiMap
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of MultiMap in org.apache.commons.collections
    -  -

    - - - - - - - - + +
    Classes in org.apache.commons.collections that implement MultiMap
    - classMultiHashMap - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.MultiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.MultiMap

    +
    + + + + + + + + + + + + + +
    +Packages that use MultiMap
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of MultiMap in org.apache.commons.collections
    +  +

    + + + + + + + + - -
    Classes in org.apache.commons.collections that implement MultiMap
    + classMultiHashMap + +
              Deprecated. Class now available as MultiValueMap in map subpackage. - This version is due to be removed in collections v4.0.
    -  -

    - - - - - -
    -Uses of MultiMap in org.apache.commons.collections.map
    -  -

    - - - - - - - - + +
    Classes in org.apache.commons.collections.map that implement MultiMap
    - classMultiValueMap - -
    + This version is due to be removed in collections v4.0.
    +  +

    + + + + + +
    +Uses of MultiMap in org.apache.commons.collections.map
    +  +

    + + + + + + + + - -
    Classes in org.apache.commons.collections.map that implement MultiMap
    + classMultiValueMap + +
              A MultiValueMap decorates another map, allowing it to have - more than one value for a key.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + more than one value for a key.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/OrderedBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/OrderedBidiMap.html index 9d20d2c..e88d362 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/OrderedBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/OrderedBidiMap.html @@ -1,365 +1,365 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.OrderedBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.OrderedBidiMap

    -
    - - - - - - - - - - - - - -
    -Packages that use OrderedBidiMap
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    -  -

    - - - - - -
    -Uses of OrderedBidiMap in org.apache.commons.collections
    -  -

    - - - - - - - - + + + + + + + + + +
    Subinterfaces of OrderedBidiMap in org.apache.commons.collections
    - interfaceSortedBidiMap - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.OrderedBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.OrderedBidiMap

    +
    + + + + + + + + + + + + + +
    +Packages that use OrderedBidiMap
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    +  +

    + + + + + +
    +Uses of OrderedBidiMap in org.apache.commons.collections
    +  +

    + + + + + + + + - -
    Subinterfaces of OrderedBidiMap in org.apache.commons.collections
    + interfaceSortedBidiMap + +
              Defines a map that allows bidirectional lookup between key and values - and retains both keys and values in sorted order.
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections that return OrderedBidiMap
    - OrderedBidiMapOrderedBidiMap.inverseOrderedBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    -  -

    - - - - - -
    -Uses of OrderedBidiMap in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - + +
    Classes in org.apache.commons.collections.bidimap that implement OrderedBidiMap
    - classAbstractOrderedBidiMapDecorator - -
    + and retains both keys and values in sorted order.
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections that return OrderedBidiMap
    + OrderedBidiMapOrderedBidiMap.inverseOrderedBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    +  +

    + + + + + +
    +Uses of OrderedBidiMap in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - - -
    Classes in org.apache.commons.collections.bidimap that implement OrderedBidiMap
    + classAbstractOrderedBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to an OrderedBidiMap via decoration.
    - classAbstractSortedBidiMapDecorator - -
    + to an OrderedBidiMap via decoration.
    + classAbstractSortedBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a SortedBidiMap via decoration.
    - classDualTreeBidiMap - -
    -          Implementation of BidiMap that uses two TreeMap instances.
    - classTreeBidiMap - -
    + to a SortedBidiMap via decoration.
    + classDualTreeBidiMap + +
    +          Implementation of BidiMap that uses two TreeMap instances.
    + classTreeBidiMap + +
              Red-Black tree-based implementation of BidiMap where all objects added - implement the Comparable interface.
    - classUnmodifiableOrderedBidiMap - -
    -          Decorates another OrderedBidiMap to ensure it can't be altered.
    - classUnmodifiableSortedBidiMap - -
    -          Decorates another SortedBidiMap to ensure it can't be altered.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.bidimap that return OrderedBidiMap
    -static OrderedBidiMapUnmodifiableOrderedBidiMap.decorate(OrderedBidiMap map) - -
    -          Factory method to create an unmodifiable map.
    -protected  OrderedBidiMapAbstractOrderedBidiMapDecorator.getOrderedBidiMap() - -
    -          Gets the map being decorated.
    - OrderedBidiMapUnmodifiableSortedBidiMap.inverseOrderedBidiMap() - -
    -           
    - OrderedBidiMapUnmodifiableOrderedBidiMap.inverseOrderedBidiMap() - -
    -           
    - OrderedBidiMapTreeBidiMap.inverseOrderedBidiMap() - -
    -          Gets the inverse map for comparison.
    - OrderedBidiMapDualTreeBidiMap.inverseOrderedBidiMap() - -
    -           
    - OrderedBidiMapAbstractOrderedBidiMapDecorator.inverseOrderedBidiMap() - -
    -           
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.bidimap with parameters of type OrderedBidiMap
    -static OrderedBidiMapUnmodifiableOrderedBidiMap.decorate(OrderedBidiMap map) - -
    -          Factory method to create an unmodifiable map.
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.bidimap with parameters of type OrderedBidiMap
    AbstractOrderedBidiMapDecorator(OrderedBidiMap map) - -
    -          Constructor that wraps (not copies).
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + implement the Comparable interface.
    + classUnmodifiableOrderedBidiMap + +
    +          Decorates another OrderedBidiMap to ensure it can't be altered.
    + classUnmodifiableSortedBidiMap + +
    +          Decorates another SortedBidiMap to ensure it can't be altered.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.bidimap that return OrderedBidiMap
    +static OrderedBidiMapUnmodifiableOrderedBidiMap.decorate(OrderedBidiMap map) + +
    +          Factory method to create an unmodifiable map.
    +protected  OrderedBidiMapAbstractOrderedBidiMapDecorator.getOrderedBidiMap() + +
    +          Gets the map being decorated.
    + OrderedBidiMapUnmodifiableSortedBidiMap.inverseOrderedBidiMap() + +
    +           
    + OrderedBidiMapUnmodifiableOrderedBidiMap.inverseOrderedBidiMap() + +
    +           
    + OrderedBidiMapTreeBidiMap.inverseOrderedBidiMap() + +
    +          Gets the inverse map for comparison.
    + OrderedBidiMapDualTreeBidiMap.inverseOrderedBidiMap() + +
    +           
    + OrderedBidiMapAbstractOrderedBidiMapDecorator.inverseOrderedBidiMap() + +
    +           
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.bidimap with parameters of type OrderedBidiMap
    +static OrderedBidiMapUnmodifiableOrderedBidiMap.decorate(OrderedBidiMap map) + +
    +          Factory method to create an unmodifiable map.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.bidimap with parameters of type OrderedBidiMap
    AbstractOrderedBidiMapDecorator(OrderedBidiMap map) + +
    +          Constructor that wraps (not copies).
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/OrderedIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/OrderedIterator.html index 1407a7c..0a368c5 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/OrderedIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/OrderedIterator.html @@ -1,436 +1,436 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.OrderedIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.OrderedIterator

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Packages that use OrderedIterator
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    org.apache.commons.collections.iterators -This package contains implementations of the -Iterator interface. 
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of OrderedIterator in org.apache.commons.collections
    -  -

    - - - - - - - - - -
    Subinterfaces of OrderedIterator in org.apache.commons.collections
    - interfaceOrderedMapIterator - -
    -          Defines an iterator that operates over an ordered Map.
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections declared as OrderedIterator
    -static OrderedIteratorIteratorUtils.EMPTY_ORDERED_ITERATOR - -
    -          An ordered iterator over no elements.
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections that return OrderedIterator
    -static OrderedIteratorIteratorUtils.emptyOrderedIterator() - -
    -          Gets an empty ordered iterator.
    -  -

    - - - - - -
    -Uses of OrderedIterator in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - - -
    Classes in org.apache.commons.collections.bidimap that implement OrderedIterator
    -protected static classDualTreeBidiMap.BidiOrderedMapIterator - -
    -          Inner class MapIterator.
    -  -

    - - - - - -
    -Uses of OrderedIterator in org.apache.commons.collections.iterators
    -  -

    - - - - - - - - - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.iterators that implement OrderedIterator
    - classAbstractOrderedMapIteratorDecorator - -
    -          Provides basic behaviour for decorating an ordered map iterator with extra functionality.
    - classEmptyOrderedIterator - -
    -          Provides an implementation of an empty ordered iterator.
    - classEmptyOrderedMapIterator - -
    -          Provides an implementation of an empty ordered map iterator.
    - classUnmodifiableOrderedMapIterator - -
    -          Decorates an ordered map iterator such that it cannot be modified.
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections.iterators declared as OrderedIterator
    -static OrderedIteratorEmptyOrderedIterator.INSTANCE - -
    -          Singleton instance of the iterator.
    -  -

    - - - - - -
    -Uses of OrderedIterator in org.apache.commons.collections.list
    -  -

    - - - - - - - - - - - - - - - - + + + + + +
    Classes in org.apache.commons.collections.list that implement OrderedIterator
    -protected static classAbstractLinkedList.LinkedListIterator - -
    -          A list iterator over the linked list.
    -protected static classAbstractLinkedList.LinkedSubListIterator - -
    -          A list iterator over the linked sub list.
    -static classCursorableLinkedList.Cursor - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.OrderedIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.OrderedIterator

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Packages that use OrderedIterator
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    org.apache.commons.collections.iterators +This package contains implementations of the +Iterator interface. 
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of OrderedIterator in org.apache.commons.collections
    +  +

    + + + + + + + + + +
    Subinterfaces of OrderedIterator in org.apache.commons.collections
    + interfaceOrderedMapIterator + +
    +          Defines an iterator that operates over an ordered Map.
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections declared as OrderedIterator
    +static OrderedIteratorIteratorUtils.EMPTY_ORDERED_ITERATOR + +
    +          An ordered iterator over no elements.
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections that return OrderedIterator
    +static OrderedIteratorIteratorUtils.emptyOrderedIterator() + +
    +          Gets an empty ordered iterator.
    +  +

    + + + + + +
    +Uses of OrderedIterator in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + + +
    Classes in org.apache.commons.collections.bidimap that implement OrderedIterator
    +protected static classDualTreeBidiMap.BidiOrderedMapIterator + +
    +          Inner class MapIterator.
    +  +

    + + + + + +
    +Uses of OrderedIterator in org.apache.commons.collections.iterators
    +  +

    + + + + + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.iterators that implement OrderedIterator
    + classAbstractOrderedMapIteratorDecorator + +
    +          Provides basic behaviour for decorating an ordered map iterator with extra functionality.
    + classEmptyOrderedIterator + +
    +          Provides an implementation of an empty ordered iterator.
    + classEmptyOrderedMapIterator + +
    +          Provides an implementation of an empty ordered map iterator.
    + classUnmodifiableOrderedMapIterator + +
    +          Decorates an ordered map iterator such that it cannot be modified.
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections.iterators declared as OrderedIterator
    +static OrderedIteratorEmptyOrderedIterator.INSTANCE + +
    +          Singleton instance of the iterator.
    +  +

    + + + + + +
    +Uses of OrderedIterator in org.apache.commons.collections.list
    +  +

    + + + + + + + + + + + + + + + + - - - - - -
    Classes in org.apache.commons.collections.list that implement OrderedIterator
    +protected static classAbstractLinkedList.LinkedListIterator + +
    +          A list iterator over the linked list.
    +protected static classAbstractLinkedList.LinkedSubListIterator + +
    +          A list iterator over the linked sub list.
    +static classCursorableLinkedList.Cursor + +
              An extended ListIterator that allows concurrent changes to - the underlying list.
    -protected static classCursorableLinkedList.SubCursor - -
    -          A cursor for the sublist based on LinkedSubListIterator.
    -  -

    - - - - - -
    -Uses of OrderedIterator in org.apache.commons.collections.map
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.map that implement OrderedIterator
    -protected static classAbstractLinkedMap.EntrySetIterator - -
    -          EntrySet iterator.
    -protected static classAbstractLinkedMap.KeySetIterator - -
    -          KeySet iterator.
    -protected static classAbstractLinkedMap.LinkIterator - -
    -          Base Iterator that iterates in link order.
    -protected static classAbstractLinkedMap.LinkMapIterator - -
    -          MapIterator implementation.
    -protected static classAbstractLinkedMap.ValuesIterator - -
    -          Values iterator.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + the underlying list.
    +protected static classCursorableLinkedList.SubCursor + +
    +          A cursor for the sublist based on LinkedSubListIterator.
    +  +

    + + + + + +
    +Uses of OrderedIterator in org.apache.commons.collections.map
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.map that implement OrderedIterator
    +protected static classAbstractLinkedMap.EntrySetIterator + +
    +          EntrySet iterator.
    +protected static classAbstractLinkedMap.KeySetIterator + +
    +          KeySet iterator.
    +protected static classAbstractLinkedMap.LinkIterator + +
    +          Base Iterator that iterates in link order.
    +protected static classAbstractLinkedMap.LinkMapIterator + +
    +          MapIterator implementation.
    +protected static classAbstractLinkedMap.ValuesIterator + +
    +          Values iterator.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/OrderedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/OrderedMap.html index 1ae7ed4..aa0196f 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/OrderedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/OrderedMap.html @@ -1,412 +1,412 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.OrderedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.OrderedMap

    -
    - - - - - - - - - - - - - - - - - -
    -Packages that use OrderedMap
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of OrderedMap in org.apache.commons.collections
    -  -

    - - - - - - - - + + + + + + + + + +
    Subinterfaces of OrderedMap in org.apache.commons.collections
    - interfaceOrderedBidiMap - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.OrderedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.OrderedMap

    +
    + + + + + + + + + + + + + + + + + +
    +Packages that use OrderedMap
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of OrderedMap in org.apache.commons.collections
    +  +

    + + + + + + + + - - - - + + + + - -
    Subinterfaces of OrderedMap in org.apache.commons.collections
    + interfaceOrderedBidiMap + +
              Defines a map that allows bidirectional lookup between key and values - and retains and provides access to an ordering.
    - interfaceSortedBidiMap - -
    + and retains and provides access to an ordering.
    + interfaceSortedBidiMap + +
              Defines a map that allows bidirectional lookup between key and values - and retains both keys and values in sorted order.
    -  -

    - - - - - -
    -Uses of OrderedMap in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - + +
    Classes in org.apache.commons.collections.bidimap that implement OrderedMap
    - classAbstractOrderedBidiMapDecorator - -
    + and retains both keys and values in sorted order.
    +  +

    + + + + + +
    +Uses of OrderedMap in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - - -
    Classes in org.apache.commons.collections.bidimap that implement OrderedMap
    + classAbstractOrderedBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to an OrderedBidiMap via decoration.
    - classAbstractSortedBidiMapDecorator - -
    + to an OrderedBidiMap via decoration.
    + classAbstractSortedBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a SortedBidiMap via decoration.
    - classDualTreeBidiMap - -
    -          Implementation of BidiMap that uses two TreeMap instances.
    - classTreeBidiMap - -
    + to a SortedBidiMap via decoration.
    + classDualTreeBidiMap + +
    +          Implementation of BidiMap that uses two TreeMap instances.
    + classTreeBidiMap + +
              Red-Black tree-based implementation of BidiMap where all objects added - implement the Comparable interface.
    - classUnmodifiableOrderedBidiMap - -
    -          Decorates another OrderedBidiMap to ensure it can't be altered.
    - classUnmodifiableSortedBidiMap - -
    -          Decorates another SortedBidiMap to ensure it can't be altered.
    -  -

    - - - - - -
    -Uses of OrderedMap in org.apache.commons.collections.map
    -  -

    - - - - - - - - + + + + + + + + + +
    Classes in org.apache.commons.collections.map that implement OrderedMap
    - classAbstractLinkedMap - -
    + implement the Comparable interface.
    + classUnmodifiableOrderedBidiMap + +
    +          Decorates another OrderedBidiMap to ensure it can't be altered.
    + classUnmodifiableSortedBidiMap + +
    +          Decorates another SortedBidiMap to ensure it can't be altered.
    +  +

    + + + + + +
    +Uses of OrderedMap in org.apache.commons.collections.map
    +  +

    + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - -
    Classes in org.apache.commons.collections.map that implement OrderedMap
    + classAbstractLinkedMap + +
              An abstract implementation of a hash-based map that links entries to create an - ordered map and which provides numerous points for subclasses to override.
    - classAbstractOrderedMapDecorator - -
    + ordered map and which provides numerous points for subclasses to override.
    + classAbstractOrderedMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to an OrderedMap via decoration.
    - classLinkedMap - -
    -          A Map implementation that maintains the order of the entries.
    - classListOrderedMap - -
    + to an OrderedMap via decoration.
    + classLinkedMap + +
    +          A Map implementation that maintains the order of the entries.
    + classListOrderedMap + +
              Decorates a Map to ensure that the order of addition is retained - using a List to maintain order.
    - classLRUMap - -
    + using a List to maintain order.
    + classLRUMap + +
              A Map implementation with a fixed maximum size which removes - the least recently used entry if an entry is added when full.
    - classSingletonMap - -
    -          A Map implementation that holds a single item and is fixed size.
    - classUnmodifiableOrderedMap - -
    -          Decorates another OrderedMap to ensure it can't be altered.
    -  -

    - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.map that return OrderedMap
    -static OrderedMapListOrderedMap.decorate(java.util.Map map) - -
    -          Factory method to create an ordered map.
    -static OrderedMapUnmodifiableOrderedMap.decorate(OrderedMap map) - -
    -          Factory method to create an unmodifiable sorted map.
    -protected  OrderedMapAbstractOrderedMapDecorator.getOrderedMap() - -
    -          Gets the map being decorated.
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.map with parameters of type OrderedMap
    -static OrderedMapUnmodifiableOrderedMap.decorate(OrderedMap map) - -
    -          Factory method to create an unmodifiable sorted map.
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.map with parameters of type OrderedMap
    AbstractOrderedMapDecorator(OrderedMap map) - -
    -          Constructor that wraps (not copies).
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + the least recently used entry if an entry is added when full.
    + classSingletonMap + +
    +          A Map implementation that holds a single item and is fixed size.
    + classUnmodifiableOrderedMap + +
    +          Decorates another OrderedMap to ensure it can't be altered.
    +  +

    + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.map that return OrderedMap
    +static OrderedMapListOrderedMap.decorate(java.util.Map map) + +
    +          Factory method to create an ordered map.
    +static OrderedMapUnmodifiableOrderedMap.decorate(OrderedMap map) + +
    +          Factory method to create an unmodifiable sorted map.
    +protected  OrderedMapAbstractOrderedMapDecorator.getOrderedMap() + +
    +          Gets the map being decorated.
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.map with parameters of type OrderedMap
    +static OrderedMapUnmodifiableOrderedMap.decorate(OrderedMap map) + +
    +          Factory method to create an unmodifiable sorted map.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.map with parameters of type OrderedMap
    AbstractOrderedMapDecorator(OrderedMap map) + +
    +          Constructor that wraps (not copies).
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/OrderedMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/OrderedMapIterator.html index 900e8b4..c5309a5 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/OrderedMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/OrderedMapIterator.html @@ -1,490 +1,490 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.OrderedMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.OrderedMapIterator

    -
    - - - - - - - - - - - - - - - - - - - - - -
    -Packages that use OrderedMapIterator
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    org.apache.commons.collections.iterators -This package contains implementations of the -Iterator interface. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of OrderedMapIterator in org.apache.commons.collections
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections declared as OrderedMapIterator
    -static OrderedMapIteratorIteratorUtils.EMPTY_ORDERED_MAP_ITERATOR - -
    -          An ordered map iterator over no elements.
    -  -

    - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections that return OrderedMapIterator
    -static OrderedMapIteratorIteratorUtils.emptyOrderedMapIterator() - -
    -          Gets an empty ordered map iterator.
    - OrderedMapIteratorOrderedMap.orderedMapIterator() - -
    -          Obtains an OrderedMapIterator over the map.
    -  -

    - - - - - -
    -Uses of OrderedMapIterator in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - - -
    Classes in org.apache.commons.collections.bidimap that implement OrderedMapIterator
    -protected static classDualTreeBidiMap.BidiOrderedMapIterator - -
    -          Inner class MapIterator.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.bidimap that return OrderedMapIterator
    - OrderedMapIteratorUnmodifiableSortedBidiMap.orderedMapIterator() - -
    -           
    - OrderedMapIteratorUnmodifiableOrderedBidiMap.orderedMapIterator() - -
    -           
    - OrderedMapIteratorTreeBidiMap.orderedMapIterator() - -
    -          Gets an ordered iterator over the map entries.
    - OrderedMapIteratorDualTreeBidiMap.orderedMapIterator() - -
    -          Obtains an ordered map iterator.
    - OrderedMapIteratorAbstractOrderedBidiMapDecorator.orderedMapIterator() - -
    -           
    -  -

    - - - - - -
    -Uses of OrderedMapIterator in org.apache.commons.collections.iterators
    -  -

    - - - - - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.iterators that implement OrderedMapIterator
    - classAbstractOrderedMapIteratorDecorator - -
    -          Provides basic behaviour for decorating an ordered map iterator with extra functionality.
    - classEmptyOrderedMapIterator - -
    -          Provides an implementation of an empty ordered map iterator.
    - classUnmodifiableOrderedMapIterator - -
    -          Decorates an ordered map iterator such that it cannot be modified.
    -  -

    - - - - - - - - - - - - - -
    Fields in org.apache.commons.collections.iterators declared as OrderedMapIterator
    -static OrderedMapIteratorEmptyOrderedMapIterator.INSTANCE - -
    -          Singleton instance of the iterator.
    -protected  OrderedMapIteratorAbstractOrderedMapIteratorDecorator.iterator - -
    -          The iterator being decorated
    -  -

    - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.iterators that return OrderedMapIterator
    -static OrderedMapIteratorUnmodifiableOrderedMapIterator.decorate(OrderedMapIterator iterator) - -
    -          Decorates the specified iterator such that it cannot be modified.
    -protected  OrderedMapIteratorAbstractOrderedMapIteratorDecorator.getOrderedMapIterator() - -
    -          Gets the iterator being decorated.
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.iterators with parameters of type OrderedMapIterator
    -static OrderedMapIteratorUnmodifiableOrderedMapIterator.decorate(OrderedMapIterator iterator) - -
    -          Decorates the specified iterator such that it cannot be modified.
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.iterators with parameters of type OrderedMapIterator
    AbstractOrderedMapIteratorDecorator(OrderedMapIterator iterator) - -
    -          Constructor that decorates the specified iterator.
    -  -

    - - - - - -
    -Uses of OrderedMapIterator in org.apache.commons.collections.map
    -  -

    - - - - - - - - - -
    Classes in org.apache.commons.collections.map that implement OrderedMapIterator
    -protected static classAbstractLinkedMap.LinkMapIterator - -
    -          MapIterator implementation.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.map that return OrderedMapIterator
    - OrderedMapIteratorUnmodifiableOrderedMap.orderedMapIterator() - -
    -           
    - OrderedMapIteratorSingletonMap.orderedMapIterator() - -
    -          Obtains an OrderedMapIterator over the map.
    - OrderedMapIteratorListOrderedMap.orderedMapIterator() - -
    -           
    - OrderedMapIteratorAbstractOrderedMapDecorator.orderedMapIterator() - -
    -           
    - OrderedMapIteratorAbstractLinkedMap.orderedMapIterator() - -
    -          Gets a bidirectional iterator over the map.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Interface org.apache.commons.collections.OrderedMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.OrderedMapIterator

    +
    + + + + + + + + + + + + + + + + + + + + + +
    +Packages that use OrderedMapIterator
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    org.apache.commons.collections.iterators +This package contains implementations of the +Iterator interface. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of OrderedMapIterator in org.apache.commons.collections
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections declared as OrderedMapIterator
    +static OrderedMapIteratorIteratorUtils.EMPTY_ORDERED_MAP_ITERATOR + +
    +          An ordered map iterator over no elements.
    +  +

    + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections that return OrderedMapIterator
    +static OrderedMapIteratorIteratorUtils.emptyOrderedMapIterator() + +
    +          Gets an empty ordered map iterator.
    + OrderedMapIteratorOrderedMap.orderedMapIterator() + +
    +          Obtains an OrderedMapIterator over the map.
    +  +

    + + + + + +
    +Uses of OrderedMapIterator in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + + +
    Classes in org.apache.commons.collections.bidimap that implement OrderedMapIterator
    +protected static classDualTreeBidiMap.BidiOrderedMapIterator + +
    +          Inner class MapIterator.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.bidimap that return OrderedMapIterator
    + OrderedMapIteratorUnmodifiableSortedBidiMap.orderedMapIterator() + +
    +           
    + OrderedMapIteratorUnmodifiableOrderedBidiMap.orderedMapIterator() + +
    +           
    + OrderedMapIteratorTreeBidiMap.orderedMapIterator() + +
    +          Gets an ordered iterator over the map entries.
    + OrderedMapIteratorDualTreeBidiMap.orderedMapIterator() + +
    +          Obtains an ordered map iterator.
    + OrderedMapIteratorAbstractOrderedBidiMapDecorator.orderedMapIterator() + +
    +           
    +  +

    + + + + + +
    +Uses of OrderedMapIterator in org.apache.commons.collections.iterators
    +  +

    + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.iterators that implement OrderedMapIterator
    + classAbstractOrderedMapIteratorDecorator + +
    +          Provides basic behaviour for decorating an ordered map iterator with extra functionality.
    + classEmptyOrderedMapIterator + +
    +          Provides an implementation of an empty ordered map iterator.
    + classUnmodifiableOrderedMapIterator + +
    +          Decorates an ordered map iterator such that it cannot be modified.
    +  +

    + + + + + + + + + + + + + +
    Fields in org.apache.commons.collections.iterators declared as OrderedMapIterator
    +static OrderedMapIteratorEmptyOrderedMapIterator.INSTANCE + +
    +          Singleton instance of the iterator.
    +protected  OrderedMapIteratorAbstractOrderedMapIteratorDecorator.iterator + +
    +          The iterator being decorated
    +  +

    + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.iterators that return OrderedMapIterator
    +static OrderedMapIteratorUnmodifiableOrderedMapIterator.decorate(OrderedMapIterator iterator) + +
    +          Decorates the specified iterator such that it cannot be modified.
    +protected  OrderedMapIteratorAbstractOrderedMapIteratorDecorator.getOrderedMapIterator() + +
    +          Gets the iterator being decorated.
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.iterators with parameters of type OrderedMapIterator
    +static OrderedMapIteratorUnmodifiableOrderedMapIterator.decorate(OrderedMapIterator iterator) + +
    +          Decorates the specified iterator such that it cannot be modified.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.iterators with parameters of type OrderedMapIterator
    AbstractOrderedMapIteratorDecorator(OrderedMapIterator iterator) + +
    +          Constructor that decorates the specified iterator.
    +  +

    + + + + + +
    +Uses of OrderedMapIterator in org.apache.commons.collections.map
    +  +

    + + + + + + + + + +
    Classes in org.apache.commons.collections.map that implement OrderedMapIterator
    +protected static classAbstractLinkedMap.LinkMapIterator + +
    +          MapIterator implementation.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.map that return OrderedMapIterator
    + OrderedMapIteratorUnmodifiableOrderedMap.orderedMapIterator() + +
    +           
    + OrderedMapIteratorSingletonMap.orderedMapIterator() + +
    +          Obtains an OrderedMapIterator over the map.
    + OrderedMapIteratorListOrderedMap.orderedMapIterator() + +
    +           
    + OrderedMapIteratorAbstractOrderedMapDecorator.orderedMapIterator() + +
    +           
    + OrderedMapIteratorAbstractLinkedMap.orderedMapIterator() + +
    +          Gets a bidirectional iterator over the map.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Predicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Predicate.html index a31f244..61c72ad 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Predicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Predicate.html @@ -1,2206 +1,2206 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.Predicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.Predicate

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Packages that use Predicate
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface. 
    org.apache.commons.collections.collection -This package contains implementations of the -Collection interface. 
    org.apache.commons.collections.functors -This package contains implementations of the -Closure, -Predicate, -Transformer and -Factory interfaces. 
    org.apache.commons.collections.iterators -This package contains implementations of the -Iterator interface. 
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - -
    -Uses of Predicate in org.apache.commons.collections
    -  -

    - - - - - - - - + +
    Methods in org.apache.commons.collections that return Predicate
    -static PredicatePredicateUtils.allPredicate(java.util.Collection predicates) - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.Predicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.Predicate

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Packages that use Predicate
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface. 
    org.apache.commons.collections.collection +This package contains implementations of the +Collection interface. 
    org.apache.commons.collections.functors +This package contains implementations of the +Closure, +Predicate, +Transformer and +Factory interfaces. 
    org.apache.commons.collections.iterators +This package contains implementations of the +Iterator interface. 
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + +
    +Uses of Predicate in org.apache.commons.collections
    +  +

    + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - -
    Methods in org.apache.commons.collections that return Predicate
    +static PredicatePredicateUtils.allPredicate(java.util.Collection predicates) + +
              Create a new Predicate that returns true only if all of the specified - predicates are true.
    -static PredicatePredicateUtils.allPredicate(Predicate[] predicates) - -
    + predicates are true.
    +static PredicatePredicateUtils.allPredicate(Predicate[] predicates) + +
              Create a new Predicate that returns true only if all of the specified - predicates are true.
    -static PredicatePredicateUtils.andPredicate(Predicate predicate1, - Predicate predicate2) - -
    + predicates are true.
    +static PredicatePredicateUtils.andPredicate(Predicate predicate1, + Predicate predicate2) + +
              Create a new Predicate that returns true only if both of the specified - predicates are true.
    -static PredicatePredicateUtils.anyPredicate(java.util.Collection predicates) - -
    + predicates are true.
    +static PredicatePredicateUtils.anyPredicate(java.util.Collection predicates) + +
              Create a new Predicate that returns true if any of the specified - predicates are true.
    -static PredicatePredicateUtils.anyPredicate(Predicate[] predicates) - -
    + predicates are true.
    +static PredicatePredicateUtils.anyPredicate(Predicate[] predicates) + +
              Create a new Predicate that returns true if any of the specified - predicates are true.
    -static PredicatePredicateUtils.asPredicate(Transformer transformer) - -
    -          Create a new Predicate that wraps a Transformer.
    -static PredicatePredicateUtils.eitherPredicate(Predicate predicate1, - Predicate predicate2) - -
    + predicates are true.
    +static PredicatePredicateUtils.asPredicate(Transformer transformer) + +
    +          Create a new Predicate that wraps a Transformer.
    +static PredicatePredicateUtils.eitherPredicate(Predicate predicate1, + Predicate predicate2) + +
              Create a new Predicate that returns true if one, but not both, of the - specified predicates are true.
    -static PredicatePredicateUtils.equalPredicate(java.lang.Object value) - -
    + specified predicates are true.
    +static PredicatePredicateUtils.equalPredicate(java.lang.Object value) + +
              Creates a Predicate that checks if the input object is equal to the - specified object using equals().
    -static PredicatePredicateUtils.exceptionPredicate() - -
    -          Gets a Predicate that always throws an exception.
    -static PredicatePredicateUtils.falsePredicate() - -
    -          Gets a Predicate that always returns false.
    -static PredicatePredicateUtils.identityPredicate(java.lang.Object value) - -
    + specified object using equals().
    +static PredicatePredicateUtils.exceptionPredicate() + +
    +          Gets a Predicate that always throws an exception.
    +static PredicatePredicateUtils.falsePredicate() + +
    +          Gets a Predicate that always returns false.
    +static PredicatePredicateUtils.identityPredicate(java.lang.Object value) + +
              Creates a Predicate that checks if the input object is equal to the - specified object by identity.
    -static PredicatePredicateUtils.instanceofPredicate(java.lang.Class type) - -
    + specified object by identity.
    +static PredicatePredicateUtils.instanceofPredicate(java.lang.Class type) + +
              Creates a Predicate that checks if the object passed in is of - a particular type, using instanceof.
    -static PredicatePredicateUtils.invokerPredicate(java.lang.String methodName) - -
    -          Creates a Predicate that invokes a method on the input object.
    -static PredicatePredicateUtils.invokerPredicate(java.lang.String methodName, - java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    -          Creates a Predicate that invokes a method on the input object.
    -static PredicatePredicateUtils.neitherPredicate(Predicate predicate1, - Predicate predicate2) - -
    -          Create a new Predicate that returns true if neither of the specified - predicates are true.
    -static PredicatePredicateUtils.nonePredicate(java.util.Collection predicates) - -
    + a particular type, using instanceof.
    +static PredicatePredicateUtils.invokerPredicate(java.lang.String methodName) + +
    +          Creates a Predicate that invokes a method on the input object.
    +static PredicatePredicateUtils.invokerPredicate(java.lang.String methodName, + java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
    +          Creates a Predicate that invokes a method on the input object.
    +static PredicatePredicateUtils.neitherPredicate(Predicate predicate1, + Predicate predicate2) + +
    +          Create a new Predicate that returns true if neither of the specified + predicates are true.
    +static PredicatePredicateUtils.nonePredicate(java.util.Collection predicates) + +
              Create a new Predicate that returns true if none of the specified - predicates are true.
    -static PredicatePredicateUtils.nonePredicate(Predicate[] predicates) - -
    + predicates are true.
    +static PredicatePredicateUtils.nonePredicate(Predicate[] predicates) + +
              Create a new Predicate that returns true if none of the specified - predicates are true.
    -static PredicatePredicateUtils.notNullPredicate() - -
    -          Gets a Predicate that checks if the input object passed in is not null.
    -static PredicatePredicateUtils.notPredicate(Predicate predicate) - -
    + predicates are true.
    +static PredicatePredicateUtils.notNullPredicate() + +
    +          Gets a Predicate that checks if the input object passed in is not null.
    +static PredicatePredicateUtils.notPredicate(Predicate predicate) + +
              Create a new Predicate that returns true if the specified predicate - returns false and vice versa.
    -static PredicatePredicateUtils.nullIsExceptionPredicate(Predicate predicate) - -
    -          Gets a Predicate that throws an exception if the input object is null, - otherwise it calls the specified Predicate.
    -static PredicatePredicateUtils.nullIsFalsePredicate(Predicate predicate) - -
    + returns false and vice versa.
    +static PredicatePredicateUtils.nullIsExceptionPredicate(Predicate predicate) + +
    +          Gets a Predicate that throws an exception if the input object is null, + otherwise it calls the specified Predicate.
    +static PredicatePredicateUtils.nullIsFalsePredicate(Predicate predicate) + +
              Gets a Predicate that returns false if the input object is null, otherwise - it calls the specified Predicate.
    -static PredicatePredicateUtils.nullIsTruePredicate(Predicate predicate) - -
    + it calls the specified Predicate.
    +static PredicatePredicateUtils.nullIsTruePredicate(Predicate predicate) + +
              Gets a Predicate that returns true if the input object is null, otherwise - it calls the specified Predicate.
    -static PredicatePredicateUtils.nullPredicate() - -
    -          Gets a Predicate that checks if the input object passed in is null.
    -static PredicatePredicateUtils.onePredicate(java.util.Collection predicates) - -
    + it calls the specified Predicate.
    +static PredicatePredicateUtils.nullPredicate() + +
    +          Gets a Predicate that checks if the input object passed in is null.
    +static PredicatePredicateUtils.onePredicate(java.util.Collection predicates) + +
              Create a new Predicate that returns true if only one of the specified - predicates are true.
    -static PredicatePredicateUtils.onePredicate(Predicate[] predicates) - -
    + predicates are true.
    +static PredicatePredicateUtils.onePredicate(Predicate[] predicates) + +
              Create a new Predicate that returns true if only one of the specified - predicates are true.
    -static PredicatePredicateUtils.orPredicate(Predicate predicate1, - Predicate predicate2) - -
    + predicates are true.
    +static PredicatePredicateUtils.orPredicate(Predicate predicate1, + Predicate predicate2) + +
              Create a new Predicate that returns true if either of the specified - predicates are true.
    -static PredicatePredicateUtils.transformedPredicate(Transformer transformer, - Predicate predicate) - -
    + predicates are true.
    +static PredicatePredicateUtils.transformedPredicate(Transformer transformer, + Predicate predicate) + +
              Creates a predicate that transforms the input object before passing it - to the predicate.
    -static PredicatePredicateUtils.truePredicate() - -
    -          Gets a Predicate that always returns true.
    -static PredicatePredicateUtils.uniquePredicate() - -
    + to the predicate.
    +static PredicatePredicateUtils.truePredicate() + +
    +          Gets a Predicate that always returns true.
    +static PredicatePredicateUtils.uniquePredicate() + +
              Creates a Predicate that returns true the first time an object is - encountered, and false if the same object is received - again.
    -  -

    - - - - - - - - + +
    Methods in org.apache.commons.collections with parameters of type Predicate
    -static PredicatePredicateUtils.allPredicate(Predicate[] predicates) - -
    + encountered, and false if the same object is received + again.
    +  +

    + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - -
    Methods in org.apache.commons.collections with parameters of type Predicate
    +static PredicatePredicateUtils.allPredicate(Predicate[] predicates) + +
              Create a new Predicate that returns true only if all of the specified - predicates are true.
    -static PredicatePredicateUtils.andPredicate(Predicate predicate1, - Predicate predicate2) - -
    + predicates are true.
    +static PredicatePredicateUtils.andPredicate(Predicate predicate1, + Predicate predicate2) + +
              Create a new Predicate that returns true only if both of the specified - predicates are true.
    -static PredicatePredicateUtils.anyPredicate(Predicate[] predicates) - -
    + predicates are true.
    +static PredicatePredicateUtils.anyPredicate(Predicate[] predicates) + +
              Create a new Predicate that returns true if any of the specified - predicates are true.
    -static TransformerTransformerUtils.asTransformer(Predicate predicate) - -
    -          Creates a Transformer that calls a Predicate each time the transformer is used.
    -static intCollectionUtils.countMatches(java.util.Collection inputCollection, - Predicate predicate) - -
    -          Counts the number of elements in the input collection that match the predicate.
    -static ClosureClosureUtils.doWhileClosure(Closure closure, - Predicate predicate) - -
    + predicates are true.
    +static TransformerTransformerUtils.asTransformer(Predicate predicate) + +
    +          Creates a Transformer that calls a Predicate each time the transformer is used.
    +static intCollectionUtils.countMatches(java.util.Collection inputCollection, + Predicate predicate) + +
    +          Counts the number of elements in the input collection that match the predicate.
    +static ClosureClosureUtils.doWhileClosure(Closure closure, + Predicate predicate) + +
              Creates a Closure that will call the closure once and then repeatedly - until the predicate returns false.
    -static PredicatePredicateUtils.eitherPredicate(Predicate predicate1, - Predicate predicate2) - -
    + until the predicate returns false.
    +static PredicatePredicateUtils.eitherPredicate(Predicate predicate1, + Predicate predicate2) + +
              Create a new Predicate that returns true if one, but not both, of the - specified predicates are true.
    -static booleanCollectionUtils.exists(java.util.Collection collection, - Predicate predicate) - -
    -          Answers true if a predicate is true for at least one element of a collection.
    -static voidCollectionUtils.filter(java.util.Collection collection, - Predicate predicate) - -
    -          Filter the collection by applying a Predicate to each element.
    -static java.util.IteratorIteratorUtils.filteredIterator(java.util.Iterator iterator, - Predicate predicate) - -
    -          Gets an iterator that filters another iterator.
    -static java.util.ListIteratorIteratorUtils.filteredListIterator(java.util.ListIterator listIterator, - Predicate predicate) - -
    -          Gets a list iterator that filters another list iterator.
    -static java.lang.ObjectCollectionUtils.find(java.util.Collection collection, - Predicate predicate) - -
    -          Finds the first element in the given collection which matches the given predicate.
    -static ClosureClosureUtils.ifClosure(Predicate predicate, - Closure trueClosure) - -
    + specified predicates are true.
    +static booleanCollectionUtils.exists(java.util.Collection collection, + Predicate predicate) + +
    +          Answers true if a predicate is true for at least one element of a collection.
    +static voidCollectionUtils.filter(java.util.Collection collection, + Predicate predicate) + +
    +          Filter the collection by applying a Predicate to each element.
    +static java.util.IteratorIteratorUtils.filteredIterator(java.util.Iterator iterator, + Predicate predicate) + +
    +          Gets an iterator that filters another iterator.
    +static java.util.ListIteratorIteratorUtils.filteredListIterator(java.util.ListIterator listIterator, + Predicate predicate) + +
    +          Gets a list iterator that filters another list iterator.
    +static java.lang.ObjectCollectionUtils.find(java.util.Collection collection, + Predicate predicate) + +
    +          Finds the first element in the given collection which matches the given predicate.
    +static ClosureClosureUtils.ifClosure(Predicate predicate, + Closure trueClosure) + +
              Create a new Closure that calls another closure based on the - result of the specified predicate.
    -static ClosureClosureUtils.ifClosure(Predicate predicate, - Closure trueClosure, - Closure falseClosure) - -
    -          Create a new Closure that calls one of two closures depending - on the specified predicate.
    -static PredicatePredicateUtils.neitherPredicate(Predicate predicate1, - Predicate predicate2) - -
    -          Create a new Predicate that returns true if neither of the specified - predicates are true.
    -static PredicatePredicateUtils.nonePredicate(Predicate[] predicates) - -
    + result of the specified predicate.
    +static ClosureClosureUtils.ifClosure(Predicate predicate, + Closure trueClosure, + Closure falseClosure) + +
    +          Create a new Closure that calls one of two closures depending + on the specified predicate.
    +static PredicatePredicateUtils.neitherPredicate(Predicate predicate1, + Predicate predicate2) + +
    +          Create a new Predicate that returns true if neither of the specified + predicates are true.
    +static PredicatePredicateUtils.nonePredicate(Predicate[] predicates) + +
              Create a new Predicate that returns true if none of the specified - predicates are true.
    -static PredicatePredicateUtils.notPredicate(Predicate predicate) - -
    + predicates are true.
    +static PredicatePredicateUtils.notPredicate(Predicate predicate) + +
              Create a new Predicate that returns true if the specified predicate - returns false and vice versa.
    -static PredicatePredicateUtils.nullIsExceptionPredicate(Predicate predicate) - -
    -          Gets a Predicate that throws an exception if the input object is null, - otherwise it calls the specified Predicate.
    -static PredicatePredicateUtils.nullIsFalsePredicate(Predicate predicate) - -
    + returns false and vice versa.
    +static PredicatePredicateUtils.nullIsExceptionPredicate(Predicate predicate) + +
    +          Gets a Predicate that throws an exception if the input object is null, + otherwise it calls the specified Predicate.
    +static PredicatePredicateUtils.nullIsFalsePredicate(Predicate predicate) + +
              Gets a Predicate that returns false if the input object is null, otherwise - it calls the specified Predicate.
    -static PredicatePredicateUtils.nullIsTruePredicate(Predicate predicate) - -
    + it calls the specified Predicate.
    +static PredicatePredicateUtils.nullIsTruePredicate(Predicate predicate) + +
              Gets a Predicate that returns true if the input object is null, otherwise - it calls the specified Predicate.
    -static PredicatePredicateUtils.onePredicate(Predicate[] predicates) - -
    + it calls the specified Predicate.
    +static PredicatePredicateUtils.onePredicate(Predicate[] predicates) + +
              Create a new Predicate that returns true if only one of the specified - predicates are true.
    -static PredicatePredicateUtils.orPredicate(Predicate predicate1, - Predicate predicate2) - -
    + predicates are true.
    +static PredicatePredicateUtils.orPredicate(Predicate predicate1, + Predicate predicate2) + +
              Create a new Predicate that returns true if either of the specified - predicates are true.
    -static BagBagUtils.predicatedBag(Bag bag, - Predicate predicate) - -
    -          Returns a predicated (validating) bag backed by the given bag.
    -static BufferBufferUtils.predicatedBuffer(Buffer buffer, - Predicate predicate) - -
    -          Returns a predicated (validating) buffer backed by the given buffer.
    -static java.util.CollectionCollectionUtils.predicatedCollection(java.util.Collection collection, - Predicate predicate) - -
    -          Returns a predicated (validating) collection backed by the given collection.
    -static java.util.ListListUtils.predicatedList(java.util.List list, - Predicate predicate) - -
    -          Returns a predicated (validating) list backed by the given list.
    -static java.util.MapMapUtils.predicatedMap(java.util.Map map, - Predicate keyPred, - Predicate valuePred) - -
    -          Returns a predicated (validating) map backed by the given map.
    -static java.util.SetSetUtils.predicatedSet(java.util.Set set, - Predicate predicate) - -
    -          Returns a predicated (validating) set backed by the given set.
    -static SortedBagBagUtils.predicatedSortedBag(SortedBag bag, - Predicate predicate) - -
    -          Returns a predicated (validating) sorted bag backed by the given sorted bag.
    -static java.util.SortedMapMapUtils.predicatedSortedMap(java.util.SortedMap map, - Predicate keyPred, - Predicate valuePred) - -
    -          Returns a predicated (validating) sorted map backed by the given map.
    -static java.util.SortedSetSetUtils.predicatedSortedSet(java.util.SortedSet set, - Predicate predicate) - -
    -          Returns a predicated (validating) sorted set backed by the given sorted set.
    -static java.util.CollectionCollectionUtils.select(java.util.Collection inputCollection, - Predicate predicate) - -
    + predicates are true.
    +static BagBagUtils.predicatedBag(Bag bag, + Predicate predicate) + +
    +          Returns a predicated (validating) bag backed by the given bag.
    +static BufferBufferUtils.predicatedBuffer(Buffer buffer, + Predicate predicate) + +
    +          Returns a predicated (validating) buffer backed by the given buffer.
    +static java.util.CollectionCollectionUtils.predicatedCollection(java.util.Collection collection, + Predicate predicate) + +
    +          Returns a predicated (validating) collection backed by the given collection.
    +static java.util.ListListUtils.predicatedList(java.util.List list, + Predicate predicate) + +
    +          Returns a predicated (validating) list backed by the given list.
    +static java.util.MapMapUtils.predicatedMap(java.util.Map map, + Predicate keyPred, + Predicate valuePred) + +
    +          Returns a predicated (validating) map backed by the given map.
    +static java.util.SetSetUtils.predicatedSet(java.util.Set set, + Predicate predicate) + +
    +          Returns a predicated (validating) set backed by the given set.
    +static SortedBagBagUtils.predicatedSortedBag(SortedBag bag, + Predicate predicate) + +
    +          Returns a predicated (validating) sorted bag backed by the given sorted bag.
    +static java.util.SortedMapMapUtils.predicatedSortedMap(java.util.SortedMap map, + Predicate keyPred, + Predicate valuePred) + +
    +          Returns a predicated (validating) sorted map backed by the given map.
    +static java.util.SortedSetSetUtils.predicatedSortedSet(java.util.SortedSet set, + Predicate predicate) + +
    +          Returns a predicated (validating) sorted set backed by the given sorted set.
    +static java.util.CollectionCollectionUtils.select(java.util.Collection inputCollection, + Predicate predicate) + +
              Selects all elements from input collection which match the given predicate - into an output collection.
    -static voidCollectionUtils.select(java.util.Collection inputCollection, - Predicate predicate, - java.util.Collection outputCollection) - -
    + into an output collection.
    +static voidCollectionUtils.select(java.util.Collection inputCollection, + Predicate predicate, + java.util.Collection outputCollection) + +
              Selects all elements from input collection which match the given predicate - and adds them to outputCollection.
    -static java.util.CollectionCollectionUtils.selectRejected(java.util.Collection inputCollection, - Predicate predicate) - -
    + and adds them to outputCollection.
    +static java.util.CollectionCollectionUtils.selectRejected(java.util.Collection inputCollection, + Predicate predicate) + +
              Selects all elements from inputCollection which don't match the given predicate - into an output collection.
    -static voidCollectionUtils.selectRejected(java.util.Collection inputCollection, - Predicate predicate, - java.util.Collection outputCollection) - -
    + into an output collection.
    +static voidCollectionUtils.selectRejected(java.util.Collection inputCollection, + Predicate predicate, + java.util.Collection outputCollection) + +
              Selects all elements from inputCollection which don't match the given predicate - and adds them to outputCollection.
    -static ClosureClosureUtils.switchClosure(Predicate[] predicates, - Closure[] closures) - -
    -          Create a new Closure that calls one of the closures depending - on the predicates.
    -static ClosureClosureUtils.switchClosure(Predicate[] predicates, - Closure[] closures, - Closure defaultClosure) - -
    -          Create a new Closure that calls one of the closures depending - on the predicates.
    -static TransformerTransformerUtils.switchTransformer(Predicate[] predicates, - Transformer[] transformers) - -
    -          Create a new Transformer that calls one of the transformers depending - on the predicates.
    -static TransformerTransformerUtils.switchTransformer(Predicate[] predicates, - Transformer[] transformers, - Transformer defaultTransformer) - -
    -          Create a new Transformer that calls one of the transformers depending - on the predicates.
    -static TransformerTransformerUtils.switchTransformer(Predicate predicate, - Transformer trueTransformer, - Transformer falseTransformer) - -
    -          Create a new Transformer that calls one of two transformers depending - on the specified predicate.
    -static PredicatePredicateUtils.transformedPredicate(Transformer transformer, - Predicate predicate) - -
    + and adds them to outputCollection.
    +static ClosureClosureUtils.switchClosure(Predicate[] predicates, + Closure[] closures) + +
    +          Create a new Closure that calls one of the closures depending + on the predicates.
    +static ClosureClosureUtils.switchClosure(Predicate[] predicates, + Closure[] closures, + Closure defaultClosure) + +
    +          Create a new Closure that calls one of the closures depending + on the predicates.
    +static TransformerTransformerUtils.switchTransformer(Predicate[] predicates, + Transformer[] transformers) + +
    +          Create a new Transformer that calls one of the transformers depending + on the predicates.
    +static TransformerTransformerUtils.switchTransformer(Predicate[] predicates, + Transformer[] transformers, + Transformer defaultTransformer) + +
    +          Create a new Transformer that calls one of the transformers depending + on the predicates.
    +static TransformerTransformerUtils.switchTransformer(Predicate predicate, + Transformer trueTransformer, + Transformer falseTransformer) + +
    +          Create a new Transformer that calls one of two transformers depending + on the specified predicate.
    +static PredicatePredicateUtils.transformedPredicate(Transformer transformer, + Predicate predicate) + +
              Creates a predicate that transforms the input object before passing it - to the predicate.
    -static ClosureClosureUtils.whileClosure(Predicate predicate, - Closure closure) - -
    -          Creates a Closure that will call the closure repeatedly until the - predicate returns false.
    -  -

    - - - - - -
    -Uses of Predicate in org.apache.commons.collections.bag
    -  -

    - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.bag with parameters of type Predicate
    -static BagPredicatedBag.decorate(Bag bag, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) bag.
    -static SortedBagPredicatedSortedBag.decorate(SortedBag bag, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) bag.
    -  -

    - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.bag with parameters of type Predicate
    PredicatedBag(Bag bag, - Predicate predicate) - -
    -          Constructor that wraps (not copies).
    PredicatedSortedBag(SortedBag bag, - Predicate predicate) - -
    -          Constructor that wraps (not copies).
    -  -

    - - - - - -
    -Uses of Predicate in org.apache.commons.collections.buffer
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.buffer with parameters of type Predicate
    -static BufferPredicatedBuffer.decorate(Buffer buffer, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) buffer.
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.buffer with parameters of type Predicate
    PredicatedBuffer(Buffer buffer, - Predicate predicate) - -
    -          Constructor that wraps (not copies).
    -  -

    - - - - - -
    -Uses of Predicate in org.apache.commons.collections.collection
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections.collection declared as Predicate
    -protected  PredicatePredicatedCollection.predicate - -
    -          The predicate to use
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.collection with parameters of type Predicate
    -static java.util.CollectionPredicatedCollection.decorate(java.util.Collection coll, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) collection.
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.collection with parameters of type Predicate
    PredicatedCollection(java.util.Collection coll, - Predicate predicate) - -
    -          Constructor that wraps (not copies).
    -  -

    - - - - - -
    -Uses of Predicate in org.apache.commons.collections.functors
    -  -

    - - - - - - - - - -
    Subinterfaces of Predicate in org.apache.commons.collections.functors
    - interfacePredicateDecorator - -
    -          Defines a predicate that decorates one or more other predicates.
    -  -

    - - - - - - - - + + + + + +
    Classes in org.apache.commons.collections.functors that implement Predicate
    - classAllPredicate - -
    + to the predicate.
    +static ClosureClosureUtils.whileClosure(Predicate predicate, + Closure closure) + +
    +          Creates a Closure that will call the closure repeatedly until the + predicate returns false.
    +  +

    + + + + + +
    +Uses of Predicate in org.apache.commons.collections.bag
    +  +

    + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.bag with parameters of type Predicate
    +static BagPredicatedBag.decorate(Bag bag, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) bag.
    +static SortedBagPredicatedSortedBag.decorate(SortedBag bag, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) bag.
    +  +

    + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.bag with parameters of type Predicate
    PredicatedBag(Bag bag, + Predicate predicate) + +
    +          Constructor that wraps (not copies).
    PredicatedSortedBag(SortedBag bag, + Predicate predicate) + +
    +          Constructor that wraps (not copies).
    +  +

    + + + + + +
    +Uses of Predicate in org.apache.commons.collections.buffer
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.buffer with parameters of type Predicate
    +static BufferPredicatedBuffer.decorate(Buffer buffer, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) buffer.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.buffer with parameters of type Predicate
    PredicatedBuffer(Buffer buffer, + Predicate predicate) + +
    +          Constructor that wraps (not copies).
    +  +

    + + + + + +
    +Uses of Predicate in org.apache.commons.collections.collection
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections.collection declared as Predicate
    +protected  PredicatePredicatedCollection.predicate + +
    +          The predicate to use
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.collection with parameters of type Predicate
    +static java.util.CollectionPredicatedCollection.decorate(java.util.Collection coll, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) collection.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.collection with parameters of type Predicate
    PredicatedCollection(java.util.Collection coll, + Predicate predicate) + +
    +          Constructor that wraps (not copies).
    +  +

    + + + + + +
    +Uses of Predicate in org.apache.commons.collections.functors
    +  +

    + + + + + + + + + +
    Subinterfaces of Predicate in org.apache.commons.collections.functors
    + interfacePredicateDecorator + +
    +          Defines a predicate that decorates one or more other predicates.
    +  +

    + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - -
    Classes in org.apache.commons.collections.functors that implement Predicate
    + classAllPredicate + +
              Predicate implementation that returns true if all the - predicates return true.
    - classAndPredicate - -
    -          Predicate implementation that returns true if both the predicates return true.
    - classAnyPredicate - -
    + predicates return true.
    + classAndPredicate + +
    +          Predicate implementation that returns true if both the predicates return true.
    + classAnyPredicate + +
              Predicate implementation that returns true if any of the - predicates return true.
    - classEqualPredicate - -
    + predicates return true.
    + classEqualPredicate + +
              Predicate implementation that returns true if the input is the same object - as the one stored in this predicate by equals.
    - classExceptionPredicate - -
    -          Predicate implementation that always throws an exception.
    - classFalsePredicate - -
    -          Predicate implementation that always returns false.
    - classIdentityPredicate - -
    + as the one stored in this predicate by equals.
    + classExceptionPredicate + +
    +          Predicate implementation that always throws an exception.
    + classFalsePredicate + +
    +          Predicate implementation that always returns false.
    + classIdentityPredicate + +
              Predicate implementation that returns true if the input is the same object - as the one stored in this predicate.
    - classInstanceofPredicate - -
    + as the one stored in this predicate.
    + classInstanceofPredicate + +
              Predicate implementation that returns true if the input is an instanceof - the type stored in this predicate.
    - classNonePredicate - -
    + the type stored in this predicate.
    + classNonePredicate + +
              Predicate implementation that returns true if none of the - predicates return true.
    - classNotNullPredicate - -
    -          Predicate implementation that returns true if the input is not null.
    - classNotPredicate - -
    -          Predicate implementation that returns the opposite of the decorated predicate.
    - classNullIsExceptionPredicate - -
    -          Predicate implementation that throws an exception if the input is null.
    - classNullIsFalsePredicate - -
    -          Predicate implementation that returns false if the input is null.
    - classNullIsTruePredicate - -
    -          Predicate implementation that returns true if the input is null.
    - classNullPredicate - -
    -          Predicate implementation that returns true if the input is null.
    - classOnePredicate - -
    + predicates return true.
    + classNotNullPredicate + +
    +          Predicate implementation that returns true if the input is not null.
    + classNotPredicate + +
    +          Predicate implementation that returns the opposite of the decorated predicate.
    + classNullIsExceptionPredicate + +
    +          Predicate implementation that throws an exception if the input is null.
    + classNullIsFalsePredicate + +
    +          Predicate implementation that returns false if the input is null.
    + classNullIsTruePredicate + +
    +          Predicate implementation that returns true if the input is null.
    + classNullPredicate + +
    +          Predicate implementation that returns true if the input is null.
    + classOnePredicate + +
              Predicate implementation that returns true if only one of the - predicates return true.
    - classOrPredicate - -
    -          Predicate implementation that returns true if either of the predicates return true.
    - classTransformedPredicate - -
    + predicates return true.
    + classOrPredicate + +
    +          Predicate implementation that returns true if either of the predicates return true.
    + classTransformedPredicate + +
              Predicate implementation that transforms the given object before invoking - another Predicate.
    - classTransformerPredicate - -
    -          Predicate implementation that returns the result of a transformer.
    - classTruePredicate - -
    -          Predicate implementation that always returns true.
    - classUniquePredicate - -
    + another Predicate.
    + classTransformerPredicate + +
    +          Predicate implementation that returns the result of a transformer.
    + classTruePredicate + +
    +          Predicate implementation that always returns true.
    + classUniquePredicate + +
              Predicate implementation that returns true the first time an object is - passed into the predicate.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Fields in org.apache.commons.collections.functors declared as Predicate
    -static PredicateTruePredicate.INSTANCE - -
    -          Singleton predicate instance
    -static PredicateNullPredicate.INSTANCE - -
    -          Singleton predicate instance
    -static PredicateNotNullPredicate.INSTANCE - -
    -          Singleton predicate instance
    -static PredicateFalsePredicate.INSTANCE - -
    -          Singleton predicate instance
    -static PredicateExceptionPredicate.INSTANCE - -
    -          Singleton predicate instance
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.functors that return Predicate
    -static PredicateUniquePredicate.getInstance() - -
    -          Factory to create the predicate.
    -static PredicateTruePredicate.getInstance() - -
    -          Factory returning the singleton instance.
    -static PredicateNullPredicate.getInstance() - -
    -          Factory returning the singleton instance.
    -static PredicateNotNullPredicate.getInstance() - -
    -          Factory returning the singleton instance.
    -static PredicateFalsePredicate.getInstance() - -
    -          Factory returning the singleton instance.
    -static PredicateExceptionPredicate.getInstance() - -
    -          Factory returning the singleton instance.
    -static PredicateInstanceofPredicate.getInstance(java.lang.Class type) - -
    -          Factory to create the identity predicate.
    -static PredicateOnePredicate.getInstance(java.util.Collection predicates) - -
    -          Factory to create the predicate.
    -static PredicateNonePredicate.getInstance(java.util.Collection predicates) - -
    -          Factory to create the predicate.
    -static PredicateAnyPredicate.getInstance(java.util.Collection predicates) - -
    -          Factory to create the predicate.
    -static PredicateAllPredicate.getInstance(java.util.Collection predicates) - -
    -          Factory to create the predicate.
    -static PredicateIdentityPredicate.getInstance(java.lang.Object object) - -
    -          Factory to create the identity predicate.
    -static PredicateEqualPredicate.getInstance(java.lang.Object object) - -
    -          Factory to create the identity predicate.
    -static PredicateNullIsTruePredicate.getInstance(Predicate predicate) - -
    -          Factory to create the null true predicate.
    -static PredicateNullIsFalsePredicate.getInstance(Predicate predicate) - -
    -          Factory to create the null false predicate.
    -static PredicateNullIsExceptionPredicate.getInstance(Predicate predicate) - -
    -          Factory to create the null exception predicate.
    -static PredicateNotPredicate.getInstance(Predicate predicate) - -
    -          Factory to create the not predicate.
    -static PredicateOnePredicate.getInstance(Predicate[] predicates) - -
    -          Factory to create the predicate.
    -static PredicateNonePredicate.getInstance(Predicate[] predicates) - -
    -          Factory to create the predicate.
    -static PredicateAnyPredicate.getInstance(Predicate[] predicates) - -
    -          Factory to create the predicate.
    -static PredicateAllPredicate.getInstance(Predicate[] predicates) - -
    -          Factory to create the predicate.
    -static PredicateOrPredicate.getInstance(Predicate predicate1, - Predicate predicate2) - -
    -          Factory to create the predicate.
    -static PredicateAndPredicate.getInstance(Predicate predicate1, - Predicate predicate2) - -
    -          Factory to create the predicate.
    -static PredicateTransformerPredicate.getInstance(Transformer transformer) - -
    -          Factory to create the predicate.
    -static PredicateTransformedPredicate.getInstance(Transformer transformer, - Predicate predicate) - -
    -          Factory to create the predicate.
    - PredicateWhileClosure.getPredicate() - -
    -          Gets the predicate in use.
    - PredicatePredicateTransformer.getPredicate() - -
    -          Gets the predicate.
    - PredicateIfClosure.getPredicate() - -
    -          Gets the predicate.
    - Predicate[]TransformedPredicate.getPredicates() - -
    -          Gets the predicate being decorated.
    - Predicate[]SwitchTransformer.getPredicates() - -
    -          Gets the predicates, do not modify the array.
    - Predicate[]SwitchClosure.getPredicates() - -
    -          Gets the predicates, do not modify the array.
    - Predicate[]PredicateDecorator.getPredicates() - -
    -          Gets the predicates being decorated as an array.
    - Predicate[]OrPredicate.getPredicates() - -
    -          Gets the two predicates being decorated as an array.
    - Predicate[]OnePredicate.getPredicates() - -
    -          Gets the predicates, do not modify the array.
    - Predicate[]NullIsTruePredicate.getPredicates() - -
    -          Gets the predicate being decorated.
    - Predicate[]NullIsFalsePredicate.getPredicates() - -
    -          Gets the predicate being decorated.
    - Predicate[]NullIsExceptionPredicate.getPredicates() - -
    -          Gets the predicate being decorated.
    - Predicate[]NotPredicate.getPredicates() - -
    -          Gets the predicate being decorated.
    - Predicate[]NonePredicate.getPredicates() - -
    -          Gets the predicates, do not modify the array.
    - Predicate[]AnyPredicate.getPredicates() - -
    -          Gets the predicates, do not modify the array.
    - Predicate[]AndPredicate.getPredicates() - -
    -          Gets the two predicates being decorated as an array.
    - Predicate[]AllPredicate.getPredicates() - -
    -          Gets the predicates, do not modify the array.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.functors with parameters of type Predicate
    -static TransformerPredicateTransformer.getInstance(Predicate predicate) - -
    -          Factory method that performs validation.
    -static PredicateNullIsTruePredicate.getInstance(Predicate predicate) - -
    -          Factory to create the null true predicate.
    -static PredicateNullIsFalsePredicate.getInstance(Predicate predicate) - -
    -          Factory to create the null false predicate.
    -static PredicateNullIsExceptionPredicate.getInstance(Predicate predicate) - -
    -          Factory to create the null exception predicate.
    -static PredicateNotPredicate.getInstance(Predicate predicate) - -
    -          Factory to create the not predicate.
    -static PredicateOnePredicate.getInstance(Predicate[] predicates) - -
    -          Factory to create the predicate.
    -static PredicateNonePredicate.getInstance(Predicate[] predicates) - -
    -          Factory to create the predicate.
    -static PredicateAnyPredicate.getInstance(Predicate[] predicates) - -
    -          Factory to create the predicate.
    -static PredicateAllPredicate.getInstance(Predicate[] predicates) - -
    -          Factory to create the predicate.
    -static ClosureSwitchClosure.getInstance(Predicate[] predicates, - Closure[] closures, - Closure defaultClosure) - -
    -          Factory method that performs validation and copies the parameter arrays.
    -static TransformerSwitchTransformer.getInstance(Predicate[] predicates, - Transformer[] transformers, - Transformer defaultTransformer) - -
    -          Factory method that performs validation and copies the parameter arrays.
    -static ClosureIfClosure.getInstance(Predicate predicate, - Closure trueClosure) - -
    -          Factory method that performs validation.
    -static ClosureWhileClosure.getInstance(Predicate predicate, - Closure closure, - boolean doLoop) - -
    -          Factory method that performs validation.
    -static ClosureIfClosure.getInstance(Predicate predicate, - Closure trueClosure, - Closure falseClosure) - -
    -          Factory method that performs validation.
    -static PredicateOrPredicate.getInstance(Predicate predicate1, - Predicate predicate2) - -
    -          Factory to create the predicate.
    -static PredicateAndPredicate.getInstance(Predicate predicate1, - Predicate predicate2) - -
    -          Factory to create the predicate.
    -static PredicateTransformedPredicate.getInstance(Transformer transformer, - Predicate predicate) - -
    -          Factory to create the predicate.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.functors with parameters of type Predicate
    AllPredicate(Predicate[] predicates) - -
    -          Constructor that performs no validation.
    AndPredicate(Predicate predicate1, - Predicate predicate2) - -
    -          Constructor that performs no validation.
    AnyPredicate(Predicate[] predicates) - -
    -          Constructor that performs no validation.
    IfClosure(Predicate predicate, - Closure trueClosure) - -
    -          Constructor that performs no validation.
    IfClosure(Predicate predicate, - Closure trueClosure, - Closure falseClosure) - -
    -          Constructor that performs no validation.
    NonePredicate(Predicate[] predicates) - -
    -          Constructor that performs no validation.
    NotPredicate(Predicate predicate) - -
    -          Constructor that performs no validation.
    NullIsExceptionPredicate(Predicate predicate) - -
    -          Constructor that performs no validation.
    NullIsFalsePredicate(Predicate predicate) - -
    -          Constructor that performs no validation.
    NullIsTruePredicate(Predicate predicate) - -
    -          Constructor that performs no validation.
    OnePredicate(Predicate[] predicates) - -
    -          Constructor that performs no validation.
    OrPredicate(Predicate predicate1, - Predicate predicate2) - -
    -          Constructor that performs no validation.
    PredicateTransformer(Predicate predicate) - -
    -          Constructor that performs no validation.
    SwitchClosure(Predicate[] predicates, - Closure[] closures, - Closure defaultClosure) - -
    -          Constructor that performs no validation.
    SwitchTransformer(Predicate[] predicates, - Transformer[] transformers, - Transformer defaultTransformer) - -
    -          Constructor that performs no validation.
    TransformedPredicate(Transformer transformer, - Predicate predicate) - -
    -          Constructor that performs no validation.
    WhileClosure(Predicate predicate, - Closure closure, - boolean doLoop) - -
    -          Constructor that performs no validation.
    -  -

    - - - - - -
    -Uses of Predicate in org.apache.commons.collections.iterators
    -  -

    - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.iterators that return Predicate
    - PredicateFilterListIterator.getPredicate() - -
    -          Gets the predicate this iterator is using.
    - PredicateFilterIterator.getPredicate() - -
    -          Gets the predicate this iterator is using.
    -  -

    - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.iterators with parameters of type Predicate
    - voidFilterListIterator.setPredicate(Predicate predicate) - -
    -          Sets the predicate this the iterator to use.
    - voidFilterIterator.setPredicate(Predicate predicate) - -
    -          Sets the predicate this the iterator to use.
    -  -

    - - - - - - - + +
    Constructors in org.apache.commons.collections.iterators with parameters of type Predicate
    FilterIterator(java.util.Iterator iterator, - Predicate predicate) - -
    + passed into the predicate.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Fields in org.apache.commons.collections.functors declared as Predicate
    +static PredicateTruePredicate.INSTANCE + +
    +          Singleton predicate instance
    +static PredicateNullPredicate.INSTANCE + +
    +          Singleton predicate instance
    +static PredicateNotNullPredicate.INSTANCE + +
    +          Singleton predicate instance
    +static PredicateFalsePredicate.INSTANCE + +
    +          Singleton predicate instance
    +static PredicateExceptionPredicate.INSTANCE + +
    +          Singleton predicate instance
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.functors that return Predicate
    +static PredicateUniquePredicate.getInstance() + +
    +          Factory to create the predicate.
    +static PredicateTruePredicate.getInstance() + +
    +          Factory returning the singleton instance.
    +static PredicateNullPredicate.getInstance() + +
    +          Factory returning the singleton instance.
    +static PredicateNotNullPredicate.getInstance() + +
    +          Factory returning the singleton instance.
    +static PredicateFalsePredicate.getInstance() + +
    +          Factory returning the singleton instance.
    +static PredicateExceptionPredicate.getInstance() + +
    +          Factory returning the singleton instance.
    +static PredicateInstanceofPredicate.getInstance(java.lang.Class type) + +
    +          Factory to create the identity predicate.
    +static PredicateOnePredicate.getInstance(java.util.Collection predicates) + +
    +          Factory to create the predicate.
    +static PredicateNonePredicate.getInstance(java.util.Collection predicates) + +
    +          Factory to create the predicate.
    +static PredicateAnyPredicate.getInstance(java.util.Collection predicates) + +
    +          Factory to create the predicate.
    +static PredicateAllPredicate.getInstance(java.util.Collection predicates) + +
    +          Factory to create the predicate.
    +static PredicateIdentityPredicate.getInstance(java.lang.Object object) + +
    +          Factory to create the identity predicate.
    +static PredicateEqualPredicate.getInstance(java.lang.Object object) + +
    +          Factory to create the identity predicate.
    +static PredicateNullIsTruePredicate.getInstance(Predicate predicate) + +
    +          Factory to create the null true predicate.
    +static PredicateNullIsFalsePredicate.getInstance(Predicate predicate) + +
    +          Factory to create the null false predicate.
    +static PredicateNullIsExceptionPredicate.getInstance(Predicate predicate) + +
    +          Factory to create the null exception predicate.
    +static PredicateNotPredicate.getInstance(Predicate predicate) + +
    +          Factory to create the not predicate.
    +static PredicateOnePredicate.getInstance(Predicate[] predicates) + +
    +          Factory to create the predicate.
    +static PredicateNonePredicate.getInstance(Predicate[] predicates) + +
    +          Factory to create the predicate.
    +static PredicateAnyPredicate.getInstance(Predicate[] predicates) + +
    +          Factory to create the predicate.
    +static PredicateAllPredicate.getInstance(Predicate[] predicates) + +
    +          Factory to create the predicate.
    +static PredicateOrPredicate.getInstance(Predicate predicate1, + Predicate predicate2) + +
    +          Factory to create the predicate.
    +static PredicateAndPredicate.getInstance(Predicate predicate1, + Predicate predicate2) + +
    +          Factory to create the predicate.
    +static PredicateTransformerPredicate.getInstance(Transformer transformer) + +
    +          Factory to create the predicate.
    +static PredicateTransformedPredicate.getInstance(Transformer transformer, + Predicate predicate) + +
    +          Factory to create the predicate.
    + PredicateWhileClosure.getPredicate() + +
    +          Gets the predicate in use.
    + PredicatePredicateTransformer.getPredicate() + +
    +          Gets the predicate.
    + PredicateIfClosure.getPredicate() + +
    +          Gets the predicate.
    + Predicate[]TransformedPredicate.getPredicates() + +
    +          Gets the predicate being decorated.
    + Predicate[]SwitchTransformer.getPredicates() + +
    +          Gets the predicates, do not modify the array.
    + Predicate[]SwitchClosure.getPredicates() + +
    +          Gets the predicates, do not modify the array.
    + Predicate[]PredicateDecorator.getPredicates() + +
    +          Gets the predicates being decorated as an array.
    + Predicate[]OrPredicate.getPredicates() + +
    +          Gets the two predicates being decorated as an array.
    + Predicate[]OnePredicate.getPredicates() + +
    +          Gets the predicates, do not modify the array.
    + Predicate[]NullIsTruePredicate.getPredicates() + +
    +          Gets the predicate being decorated.
    + Predicate[]NullIsFalsePredicate.getPredicates() + +
    +          Gets the predicate being decorated.
    + Predicate[]NullIsExceptionPredicate.getPredicates() + +
    +          Gets the predicate being decorated.
    + Predicate[]NotPredicate.getPredicates() + +
    +          Gets the predicate being decorated.
    + Predicate[]NonePredicate.getPredicates() + +
    +          Gets the predicates, do not modify the array.
    + Predicate[]AnyPredicate.getPredicates() + +
    +          Gets the predicates, do not modify the array.
    + Predicate[]AndPredicate.getPredicates() + +
    +          Gets the two predicates being decorated as an array.
    + Predicate[]AllPredicate.getPredicates() + +
    +          Gets the predicates, do not modify the array.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.functors with parameters of type Predicate
    +static TransformerPredicateTransformer.getInstance(Predicate predicate) + +
    +          Factory method that performs validation.
    +static PredicateNullIsTruePredicate.getInstance(Predicate predicate) + +
    +          Factory to create the null true predicate.
    +static PredicateNullIsFalsePredicate.getInstance(Predicate predicate) + +
    +          Factory to create the null false predicate.
    +static PredicateNullIsExceptionPredicate.getInstance(Predicate predicate) + +
    +          Factory to create the null exception predicate.
    +static PredicateNotPredicate.getInstance(Predicate predicate) + +
    +          Factory to create the not predicate.
    +static PredicateOnePredicate.getInstance(Predicate[] predicates) + +
    +          Factory to create the predicate.
    +static PredicateNonePredicate.getInstance(Predicate[] predicates) + +
    +          Factory to create the predicate.
    +static PredicateAnyPredicate.getInstance(Predicate[] predicates) + +
    +          Factory to create the predicate.
    +static PredicateAllPredicate.getInstance(Predicate[] predicates) + +
    +          Factory to create the predicate.
    +static ClosureSwitchClosure.getInstance(Predicate[] predicates, + Closure[] closures, + Closure defaultClosure) + +
    +          Factory method that performs validation and copies the parameter arrays.
    +static TransformerSwitchTransformer.getInstance(Predicate[] predicates, + Transformer[] transformers, + Transformer defaultTransformer) + +
    +          Factory method that performs validation and copies the parameter arrays.
    +static ClosureIfClosure.getInstance(Predicate predicate, + Closure trueClosure) + +
    +          Factory method that performs validation.
    +static ClosureWhileClosure.getInstance(Predicate predicate, + Closure closure, + boolean doLoop) + +
    +          Factory method that performs validation.
    +static ClosureIfClosure.getInstance(Predicate predicate, + Closure trueClosure, + Closure falseClosure) + +
    +          Factory method that performs validation.
    +static PredicateOrPredicate.getInstance(Predicate predicate1, + Predicate predicate2) + +
    +          Factory to create the predicate.
    +static PredicateAndPredicate.getInstance(Predicate predicate1, + Predicate predicate2) + +
    +          Factory to create the predicate.
    +static PredicateTransformedPredicate.getInstance(Transformer transformer, + Predicate predicate) + +
    +          Factory to create the predicate.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.functors with parameters of type Predicate
    AllPredicate(Predicate[] predicates) + +
    +          Constructor that performs no validation.
    AndPredicate(Predicate predicate1, + Predicate predicate2) + +
    +          Constructor that performs no validation.
    AnyPredicate(Predicate[] predicates) + +
    +          Constructor that performs no validation.
    IfClosure(Predicate predicate, + Closure trueClosure) + +
    +          Constructor that performs no validation.
    IfClosure(Predicate predicate, + Closure trueClosure, + Closure falseClosure) + +
    +          Constructor that performs no validation.
    NonePredicate(Predicate[] predicates) + +
    +          Constructor that performs no validation.
    NotPredicate(Predicate predicate) + +
    +          Constructor that performs no validation.
    NullIsExceptionPredicate(Predicate predicate) + +
    +          Constructor that performs no validation.
    NullIsFalsePredicate(Predicate predicate) + +
    +          Constructor that performs no validation.
    NullIsTruePredicate(Predicate predicate) + +
    +          Constructor that performs no validation.
    OnePredicate(Predicate[] predicates) + +
    +          Constructor that performs no validation.
    OrPredicate(Predicate predicate1, + Predicate predicate2) + +
    +          Constructor that performs no validation.
    PredicateTransformer(Predicate predicate) + +
    +          Constructor that performs no validation.
    SwitchClosure(Predicate[] predicates, + Closure[] closures, + Closure defaultClosure) + +
    +          Constructor that performs no validation.
    SwitchTransformer(Predicate[] predicates, + Transformer[] transformers, + Transformer defaultTransformer) + +
    +          Constructor that performs no validation.
    TransformedPredicate(Transformer transformer, + Predicate predicate) + +
    +          Constructor that performs no validation.
    WhileClosure(Predicate predicate, + Closure closure, + boolean doLoop) + +
    +          Constructor that performs no validation.
    +  +

    + + + + + +
    +Uses of Predicate in org.apache.commons.collections.iterators
    +  +

    + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.iterators that return Predicate
    + PredicateFilterListIterator.getPredicate() + +
    +          Gets the predicate this iterator is using.
    + PredicateFilterIterator.getPredicate() + +
    +          Gets the predicate this iterator is using.
    +  +

    + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.iterators with parameters of type Predicate
    + voidFilterListIterator.setPredicate(Predicate predicate) + +
    +          Sets the predicate this the iterator to use.
    + voidFilterIterator.setPredicate(Predicate predicate) + +
    +          Sets the predicate this the iterator to use.
    +  +

    + + + + + + + - - - - - - + + + + + + - -
    Constructors in org.apache.commons.collections.iterators with parameters of type Predicate
    FilterIterator(java.util.Iterator iterator, + Predicate predicate) + +
              Constructs a new FilterIterator that will use the - given iterator and predicate.
    FilterListIterator(java.util.ListIterator iterator, - Predicate predicate) - -
    -          Constructs a new FilterListIterator.
    FilterListIterator(Predicate predicate) - -
    + given iterator and predicate.
    FilterListIterator(java.util.ListIterator iterator, + Predicate predicate) + +
    +          Constructs a new FilterListIterator.
    FilterListIterator(Predicate predicate) + +
              Constructs a new FilterListIterator that will not function - until setListIterator is invoked.
    -  -

    - - - - - -
    -Uses of Predicate in org.apache.commons.collections.list
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.list with parameters of type Predicate
    -static java.util.ListPredicatedList.decorate(java.util.List list, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) list.
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.list with parameters of type Predicate
    PredicatedList(java.util.List list, - Predicate predicate) - -
    -          Constructor that wraps (not copies).
    -  -

    - - - - - -
    -Uses of Predicate in org.apache.commons.collections.map
    -  -

    - - - - - - - - - - - - - -
    Fields in org.apache.commons.collections.map declared as Predicate
    -protected  PredicatePredicatedMap.keyPredicate - -
    -          The key predicate to use
    -protected  PredicatePredicatedMap.valuePredicate - -
    -          The value predicate to use
    -  -

    - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.map with parameters of type Predicate
    -static java.util.MapPredicatedMap.decorate(java.util.Map map, - Predicate keyPredicate, - Predicate valuePredicate) - -
    -          Factory method to create a predicated (validating) map.
    -static java.util.SortedMapPredicatedSortedMap.decorate(java.util.SortedMap map, - Predicate keyPredicate, - Predicate valuePredicate) - -
    -          Factory method to create a predicated (validating) sorted map.
    -  -

    - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.map with parameters of type Predicate
    PredicatedMap(java.util.Map map, - Predicate keyPredicate, - Predicate valuePredicate) - -
    -          Constructor that wraps (not copies).
    PredicatedSortedMap(java.util.SortedMap map, - Predicate keyPredicate, - Predicate valuePredicate) - -
    -          Constructor that wraps (not copies).
    -  -

    - - - - - -
    -Uses of Predicate in org.apache.commons.collections.set
    -  -

    - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.set with parameters of type Predicate
    -static java.util.SetPredicatedSet.decorate(java.util.Set set, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) set.
    -static java.util.SortedSetPredicatedSortedSet.decorate(java.util.SortedSet set, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) sorted set.
    -  -

    - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.set with parameters of type Predicate
    PredicatedSet(java.util.Set set, - Predicate predicate) - -
    -          Constructor that wraps (not copies).
    PredicatedSortedSet(java.util.SortedSet set, - Predicate predicate) - -
    -          Constructor that wraps (not copies).
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + until setListIterator is invoked.
    +  +

    + + + + + +
    +Uses of Predicate in org.apache.commons.collections.list
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.list with parameters of type Predicate
    +static java.util.ListPredicatedList.decorate(java.util.List list, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) list.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.list with parameters of type Predicate
    PredicatedList(java.util.List list, + Predicate predicate) + +
    +          Constructor that wraps (not copies).
    +  +

    + + + + + +
    +Uses of Predicate in org.apache.commons.collections.map
    +  +

    + + + + + + + + + + + + + +
    Fields in org.apache.commons.collections.map declared as Predicate
    +protected  PredicatePredicatedMap.keyPredicate + +
    +          The key predicate to use
    +protected  PredicatePredicatedMap.valuePredicate + +
    +          The value predicate to use
    +  +

    + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.map with parameters of type Predicate
    +static java.util.MapPredicatedMap.decorate(java.util.Map map, + Predicate keyPredicate, + Predicate valuePredicate) + +
    +          Factory method to create a predicated (validating) map.
    +static java.util.SortedMapPredicatedSortedMap.decorate(java.util.SortedMap map, + Predicate keyPredicate, + Predicate valuePredicate) + +
    +          Factory method to create a predicated (validating) sorted map.
    +  +

    + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.map with parameters of type Predicate
    PredicatedMap(java.util.Map map, + Predicate keyPredicate, + Predicate valuePredicate) + +
    +          Constructor that wraps (not copies).
    PredicatedSortedMap(java.util.SortedMap map, + Predicate keyPredicate, + Predicate valuePredicate) + +
    +          Constructor that wraps (not copies).
    +  +

    + + + + + +
    +Uses of Predicate in org.apache.commons.collections.set
    +  +

    + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.set with parameters of type Predicate
    +static java.util.SetPredicatedSet.decorate(java.util.Set set, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) set.
    +static java.util.SortedSetPredicatedSortedSet.decorate(java.util.SortedSet set, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) sorted set.
    +  +

    + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.set with parameters of type Predicate
    PredicatedSet(java.util.Set set, + Predicate predicate) + +
    +          Constructor that wraps (not copies).
    PredicatedSortedSet(java.util.SortedSet set, + Predicate predicate) + +
    +          Constructor that wraps (not copies).
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/PredicateUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/PredicateUtils.html index 168239f..874270e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/PredicateUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/PredicateUtils.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.PredicateUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.PredicateUtils

    -
    -No usage of org.apache.commons.collections.PredicateUtils -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.PredicateUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.PredicateUtils

    +
    +No usage of org.apache.commons.collections.PredicateUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/PriorityQueue.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/PriorityQueue.html index 532cce4..91328b3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/PriorityQueue.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/PriorityQueue.html @@ -1,218 +1,218 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.PriorityQueue (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.PriorityQueue

    -
    - - - - - - - - - -
    -Packages that use PriorityQueue
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    -  -

    - - - - - -
    -Uses of PriorityQueue in org.apache.commons.collections
    -  -

    - - - - - - - - + +
    Classes in org.apache.commons.collections that implement PriorityQueue
    - classBinaryHeap - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.PriorityQueue (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.PriorityQueue

    +
    + + + + + + + + + +
    +Packages that use PriorityQueue
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    +  +

    + + + + + +
    +Uses of PriorityQueue in org.apache.commons.collections
    +  +

    + + + + + + + + - - - - + + + + - -
    Classes in org.apache.commons.collections that implement PriorityQueue
    + classBinaryHeap + +
              Deprecated. Replaced by PriorityBuffer in buffer subpackage. - Due to be removed in v4.0.
    - classSynchronizedPriorityQueue - -
    + Due to be removed in v4.0.
    + classSynchronizedPriorityQueue + +
              Deprecated. PriorityQueue is replaced by the Buffer interface, see buffer subpackage. - Due to be removed in v4.0.
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections declared as PriorityQueue
    -protected  PriorityQueueSynchronizedPriorityQueue.m_priorityQueue - -
    -          Deprecated. The underlying priority queue.
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections with parameters of type PriorityQueue
    SynchronizedPriorityQueue(PriorityQueue priorityQueue) - -
    -          Deprecated. Constructs a new synchronized priority queue.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Due to be removed in v4.0.
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections declared as PriorityQueue
    +protected  PriorityQueueSynchronizedPriorityQueue.m_priorityQueue + +
    +          Deprecated. The underlying priority queue.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections with parameters of type PriorityQueue
    SynchronizedPriorityQueue(PriorityQueue priorityQueue) + +
    +          Deprecated. Constructs a new synchronized priority queue.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ProxyMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ProxyMap.html index b9f867c..fe99573 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ProxyMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ProxyMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.ProxyMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.ProxyMap

    -
    -No usage of org.apache.commons.collections.ProxyMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.ProxyMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.ProxyMap

    +
    +No usage of org.apache.commons.collections.ProxyMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ReferenceMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ReferenceMap.html index 425120c..60ee8d2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ReferenceMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ReferenceMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.ReferenceMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.ReferenceMap

    -
    -No usage of org.apache.commons.collections.ReferenceMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.ReferenceMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.ReferenceMap

    +
    +No usage of org.apache.commons.collections.ReferenceMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ResettableIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ResettableIterator.html index 826370a..00f0a82 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ResettableIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ResettableIterator.html @@ -1,558 +1,558 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.ResettableIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.ResettableIterator

    -
    - - - - - - - - - - - - - - - - - - - - - -
    -Packages that use ResettableIterator
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    org.apache.commons.collections.iterators -This package contains implementations of the -Iterator interface. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of ResettableIterator in org.apache.commons.collections
    -  -

    - - - - - - - - - -
    Subinterfaces of ResettableIterator in org.apache.commons.collections
    - interfaceResettableListIterator - -
    -          Defines a list iterator that can be reset back to an initial state.
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections declared as ResettableIterator
    -static ResettableIteratorIteratorUtils.EMPTY_ITERATOR - -
    -          An iterator over no elements.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections that return ResettableIterator
    -static ResettableIteratorIteratorUtils.arrayIterator(java.lang.Object array) - -
    -          Gets an iterator over an object or primitive array.
    -static ResettableIteratorIteratorUtils.arrayIterator(java.lang.Object[] array) - -
    -          Gets an iterator over an object array.
    -static ResettableIteratorIteratorUtils.arrayIterator(java.lang.Object[] array, - int start) - -
    -          Gets an iterator over the end part of an object array.
    -static ResettableIteratorIteratorUtils.arrayIterator(java.lang.Object[] array, - int start, - int end) - -
    -          Gets an iterator over part of an object array.
    -static ResettableIteratorIteratorUtils.arrayIterator(java.lang.Object array, - int start) - -
    -          Gets an iterator over the end part of an object or primitive array.
    -static ResettableIteratorIteratorUtils.arrayIterator(java.lang.Object array, - int start, - int end) - -
    -          Gets an iterator over part of an object or primitive array.
    -static ResettableIteratorIteratorUtils.emptyIterator() - -
    -          Gets an empty iterator.
    -static ResettableIteratorIteratorUtils.loopingIterator(java.util.Collection coll) - -
    -          Gets an iterator that loops continuously over the supplied collection.
    -static ResettableIteratorIteratorUtils.singletonIterator(java.lang.Object object) - -
    -          Gets a singleton iterator.
    -  -

    - - - - - -
    -Uses of ResettableIterator in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.bidimap that implement ResettableIterator
    -protected static classAbstractDualBidiMap.BidiMapIterator - -
    -          Inner class MapIterator.
    -protected static classDualTreeBidiMap.BidiOrderedMapIterator - -
    -          Inner class MapIterator.
    -  -

    - - - - - -
    -Uses of ResettableIterator in org.apache.commons.collections.iterators
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + +
    Classes in org.apache.commons.collections.iterators that implement ResettableIterator
    - classArrayIterator - -
    -          Implements an Iterator over any array.
    - classArrayListIterator - -
    -          Implements a ListIterator over an array.
    - classEmptyIterator - -
    -          Provides an implementation of an empty iterator.
    - classEmptyListIterator - -
    -          Provides an implementation of an empty list iterator.
    - classEmptyMapIterator - -
    -          Provides an implementation of an empty map iterator.
    - classEmptyOrderedIterator - -
    -          Provides an implementation of an empty ordered iterator.
    - classEmptyOrderedMapIterator - -
    -          Provides an implementation of an empty ordered map iterator.
    - classEntrySetMapIterator - -
    -          Implements a MapIterator using a Map entrySet.
    - classListIteratorWrapper - -
    -          Converts an iterator into a list iterator by caching the returned entries.
    - classLoopingIterator - -
    -          An Iterator that restarts when it reaches the end.
    - classLoopingListIterator - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.ResettableIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.ResettableIterator

    +
    + + + + + + + + + + + + + + + + + + + + + +
    +Packages that use ResettableIterator
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    org.apache.commons.collections.iterators +This package contains implementations of the +Iterator interface. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of ResettableIterator in org.apache.commons.collections
    +  +

    + + + + + + + + + +
    Subinterfaces of ResettableIterator in org.apache.commons.collections
    + interfaceResettableListIterator + +
    +          Defines a list iterator that can be reset back to an initial state.
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections declared as ResettableIterator
    +static ResettableIteratorIteratorUtils.EMPTY_ITERATOR + +
    +          An iterator over no elements.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections that return ResettableIterator
    +static ResettableIteratorIteratorUtils.arrayIterator(java.lang.Object array) + +
    +          Gets an iterator over an object or primitive array.
    +static ResettableIteratorIteratorUtils.arrayIterator(java.lang.Object[] array) + +
    +          Gets an iterator over an object array.
    +static ResettableIteratorIteratorUtils.arrayIterator(java.lang.Object[] array, + int start) + +
    +          Gets an iterator over the end part of an object array.
    +static ResettableIteratorIteratorUtils.arrayIterator(java.lang.Object[] array, + int start, + int end) + +
    +          Gets an iterator over part of an object array.
    +static ResettableIteratorIteratorUtils.arrayIterator(java.lang.Object array, + int start) + +
    +          Gets an iterator over the end part of an object or primitive array.
    +static ResettableIteratorIteratorUtils.arrayIterator(java.lang.Object array, + int start, + int end) + +
    +          Gets an iterator over part of an object or primitive array.
    +static ResettableIteratorIteratorUtils.emptyIterator() + +
    +          Gets an empty iterator.
    +static ResettableIteratorIteratorUtils.loopingIterator(java.util.Collection coll) + +
    +          Gets an iterator that loops continuously over the supplied collection.
    +static ResettableIteratorIteratorUtils.singletonIterator(java.lang.Object object) + +
    +          Gets a singleton iterator.
    +  +

    + + + + + +
    +Uses of ResettableIterator in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.bidimap that implement ResettableIterator
    +protected static classAbstractDualBidiMap.BidiMapIterator + +
    +          Inner class MapIterator.
    +protected static classDualTreeBidiMap.BidiOrderedMapIterator + +
    +          Inner class MapIterator.
    +  +

    + + + + + +
    +Uses of ResettableIterator in org.apache.commons.collections.iterators
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - -
    Classes in org.apache.commons.collections.iterators that implement ResettableIterator
    + classArrayIterator + +
    +          Implements an Iterator over any array.
    + classArrayListIterator + +
    +          Implements a ListIterator over an array.
    + classEmptyIterator + +
    +          Provides an implementation of an empty iterator.
    + classEmptyListIterator + +
    +          Provides an implementation of an empty list iterator.
    + classEmptyMapIterator + +
    +          Provides an implementation of an empty map iterator.
    + classEmptyOrderedIterator + +
    +          Provides an implementation of an empty ordered iterator.
    + classEmptyOrderedMapIterator + +
    +          Provides an implementation of an empty ordered map iterator.
    + classEntrySetMapIterator + +
    +          Implements a MapIterator using a Map entrySet.
    + classListIteratorWrapper + +
    +          Converts an iterator into a list iterator by caching the returned entries.
    + classLoopingIterator + +
    +          An Iterator that restarts when it reaches the end.
    + classLoopingListIterator + +
              A ListIterator that restarts when it reaches the end or when it - reaches the beginning.
    - classObjectArrayIterator - -
    -          An Iterator over an array of objects.
    - classObjectArrayListIterator - -
    -          Implements a ListIterator over an array of objects.
    - classReverseListIterator - -
    + reaches the beginning.
    + classObjectArrayIterator + +
    +          An Iterator over an array of objects.
    + classObjectArrayListIterator + +
    +          Implements a ListIterator over an array of objects.
    + classReverseListIterator + +
              Iterates backwards through a List, starting with the last element - and continuing to the first.
    - classSingletonIterator - -
    -          SingletonIterator is an Iterator over a single - object instance.
    - classSingletonListIterator - -
    -          SingletonIterator is an ListIterator over a single - object instance.
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections.iterators declared as ResettableIterator
    -static ResettableIteratorEmptyIterator.RESETTABLE_INSTANCE - -
    -          Singleton instance of the iterator.
    -  -

    - - - - - -
    -Uses of ResettableIterator in org.apache.commons.collections.map
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.map that implement ResettableIterator
    -protected static classAbstractLinkedMap.EntrySetIterator - -
    -          EntrySet iterator.
    -protected static classAbstractLinkedMap.KeySetIterator - -
    -          KeySet iterator.
    -protected static classAbstractLinkedMap.LinkIterator - -
    -          Base Iterator that iterates in link order.
    -protected static classAbstractLinkedMap.LinkMapIterator - -
    -          MapIterator implementation.
    -protected static classAbstractLinkedMap.ValuesIterator - -
    -          Values iterator.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + and continuing to the first.
    + classSingletonIterator + +
    +          SingletonIterator is an Iterator over a single + object instance.
    + classSingletonListIterator + +
    +          SingletonIterator is an ListIterator over a single + object instance.
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections.iterators declared as ResettableIterator
    +static ResettableIteratorEmptyIterator.RESETTABLE_INSTANCE + +
    +          Singleton instance of the iterator.
    +  +

    + + + + + +
    +Uses of ResettableIterator in org.apache.commons.collections.map
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.map that implement ResettableIterator
    +protected static classAbstractLinkedMap.EntrySetIterator + +
    +          EntrySet iterator.
    +protected static classAbstractLinkedMap.KeySetIterator + +
    +          KeySet iterator.
    +protected static classAbstractLinkedMap.LinkIterator + +
    +          Base Iterator that iterates in link order.
    +protected static classAbstractLinkedMap.LinkMapIterator + +
    +          MapIterator implementation.
    +protected static classAbstractLinkedMap.ValuesIterator + +
    +          Values iterator.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ResettableListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ResettableListIterator.html index 4224503..e42f463 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ResettableListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/ResettableListIterator.html @@ -1,354 +1,354 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.ResettableListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.ResettableListIterator

    -
    - - - - - - - - - - - - - -
    -Packages that use ResettableListIterator
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.iterators -This package contains implementations of the -Iterator interface. 
    -  -

    - - - - - -
    -Uses of ResettableListIterator in org.apache.commons.collections
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections declared as ResettableListIterator
    -static ResettableListIteratorIteratorUtils.EMPTY_LIST_ITERATOR - -
    -          A list iterator over no elements.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections that return ResettableListIterator
    -static ResettableListIteratorIteratorUtils.arrayListIterator(java.lang.Object array) - -
    -          Gets a list iterator over an object or primitive array.
    -static ResettableListIteratorIteratorUtils.arrayListIterator(java.lang.Object[] array) - -
    -          Gets a list iterator over an object array.
    -static ResettableListIteratorIteratorUtils.arrayListIterator(java.lang.Object[] array, - int start) - -
    -          Gets a list iterator over the end part of an object array.
    -static ResettableListIteratorIteratorUtils.arrayListIterator(java.lang.Object[] array, - int start, - int end) - -
    -          Gets a list iterator over part of an object array.
    -static ResettableListIteratorIteratorUtils.arrayListIterator(java.lang.Object array, - int start) - -
    -          Gets a list iterator over the end part of an object or primitive array.
    -static ResettableListIteratorIteratorUtils.arrayListIterator(java.lang.Object array, - int start, - int end) - -
    -          Gets a list iterator over part of an object or primitive array.
    -static ResettableListIteratorIteratorUtils.emptyListIterator() - -
    -          Gets an empty list iterator.
    -static ResettableListIteratorIteratorUtils.loopingListIterator(java.util.List list) - -
    -          Gets an iterator that loops continuously over the supplied list.
    -  -

    - - - - - -
    -Uses of ResettableListIterator in org.apache.commons.collections.iterators
    -  -

    - - - - - - - - - - - - - - - - - - - - + + + + + +
    Classes in org.apache.commons.collections.iterators that implement ResettableListIterator
    - classArrayListIterator - -
    -          Implements a ListIterator over an array.
    - classEmptyListIterator - -
    -          Provides an implementation of an empty list iterator.
    - classListIteratorWrapper - -
    -          Converts an iterator into a list iterator by caching the returned entries.
    - classLoopingListIterator - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.ResettableListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.ResettableListIterator

    +
    + + + + + + + + + + + + + +
    +Packages that use ResettableListIterator
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.iterators +This package contains implementations of the +Iterator interface. 
    +  +

    + + + + + +
    +Uses of ResettableListIterator in org.apache.commons.collections
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections declared as ResettableListIterator
    +static ResettableListIteratorIteratorUtils.EMPTY_LIST_ITERATOR + +
    +          A list iterator over no elements.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections that return ResettableListIterator
    +static ResettableListIteratorIteratorUtils.arrayListIterator(java.lang.Object array) + +
    +          Gets a list iterator over an object or primitive array.
    +static ResettableListIteratorIteratorUtils.arrayListIterator(java.lang.Object[] array) + +
    +          Gets a list iterator over an object array.
    +static ResettableListIteratorIteratorUtils.arrayListIterator(java.lang.Object[] array, + int start) + +
    +          Gets a list iterator over the end part of an object array.
    +static ResettableListIteratorIteratorUtils.arrayListIterator(java.lang.Object[] array, + int start, + int end) + +
    +          Gets a list iterator over part of an object array.
    +static ResettableListIteratorIteratorUtils.arrayListIterator(java.lang.Object array, + int start) + +
    +          Gets a list iterator over the end part of an object or primitive array.
    +static ResettableListIteratorIteratorUtils.arrayListIterator(java.lang.Object array, + int start, + int end) + +
    +          Gets a list iterator over part of an object or primitive array.
    +static ResettableListIteratorIteratorUtils.emptyListIterator() + +
    +          Gets an empty list iterator.
    +static ResettableListIteratorIteratorUtils.loopingListIterator(java.util.List list) + +
    +          Gets an iterator that loops continuously over the supplied list.
    +  +

    + + + + + +
    +Uses of ResettableListIterator in org.apache.commons.collections.iterators
    +  +

    + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - -
    Classes in org.apache.commons.collections.iterators that implement ResettableListIterator
    + classArrayListIterator + +
    +          Implements a ListIterator over an array.
    + classEmptyListIterator + +
    +          Provides an implementation of an empty list iterator.
    + classListIteratorWrapper + +
    +          Converts an iterator into a list iterator by caching the returned entries.
    + classLoopingListIterator + +
              A ListIterator that restarts when it reaches the end or when it - reaches the beginning.
    - classObjectArrayListIterator - -
    -          Implements a ListIterator over an array of objects.
    - classReverseListIterator - -
    + reaches the beginning.
    + classObjectArrayListIterator + +
    +          Implements a ListIterator over an array of objects.
    + classReverseListIterator + +
              Iterates backwards through a List, starting with the last element - and continuing to the first.
    - classSingletonListIterator - -
    -          SingletonIterator is an ListIterator over a single - object instance.
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections.iterators declared as ResettableListIterator
    -static ResettableListIteratorEmptyListIterator.RESETTABLE_INSTANCE - -
    -          Singleton instance of the iterator.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + and continuing to the first.
    + classSingletonListIterator + +
    +          SingletonIterator is an ListIterator over a single + object instance.
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections.iterators declared as ResettableListIterator
    +static ResettableListIteratorEmptyListIterator.RESETTABLE_INSTANCE + +
    +          Singleton instance of the iterator.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SequencedHashMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SequencedHashMap.html index 7532ee3..969be7c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SequencedHashMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SequencedHashMap.html @@ -1,178 +1,178 @@ - - - - - - - -Uses of Class org.apache.commons.collections.SequencedHashMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.SequencedHashMap

    -
    - - - - - - - - - -
    -Packages that use SequencedHashMap
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    -  -

    - - - - - -
    -Uses of SequencedHashMap in org.apache.commons.collections
    -  -

    - - - - - - - - - -
    Subclasses of SequencedHashMap in org.apache.commons.collections
    - classLRUMap - -
    -          Deprecated. Moved to map subpackage. Due to be removed in v4.0.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.SequencedHashMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.SequencedHashMap

    +
    + + + + + + + + + +
    +Packages that use SequencedHashMap
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    +  +

    + + + + + +
    +Uses of SequencedHashMap in org.apache.commons.collections
    +  +

    + + + + + + + + + +
    Subclasses of SequencedHashMap in org.apache.commons.collections
    + classLRUMap + +
    +          Deprecated. Moved to map subpackage. Due to be removed in v4.0.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SetUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SetUtils.html index d681f5d..d64d379 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SetUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SetUtils.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.SetUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.SetUtils

    -
    -No usage of org.apache.commons.collections.SetUtils -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.SetUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.SetUtils

    +
    +No usage of org.apache.commons.collections.SetUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SortedBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SortedBag.html index 7cf5426..8803f00 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SortedBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SortedBag.html @@ -1,516 +1,516 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.SortedBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.SortedBag

    -
    - - - - - - - - - - - - - -
    -Packages that use SortedBag
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    -  -

    - - - - - -
    -Uses of SortedBag in org.apache.commons.collections
    -  -

    - - - - - - - - - -
    Classes in org.apache.commons.collections that implement SortedBag
    - classTreeBag - -
    -          Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections that return SortedBag
    -static SortedBagBagUtils.predicatedSortedBag(SortedBag bag, - Predicate predicate) - -
    -          Returns a predicated (validating) sorted bag backed by the given sorted bag.
    -static SortedBagBagUtils.synchronizedSortedBag(SortedBag bag) - -
    -          Returns a synchronized (thread-safe) sorted bag backed by the given - sorted bag.
    -static SortedBagBagUtils.transformedSortedBag(SortedBag bag, - Transformer transformer) - -
    -          Returns a transformed sorted bag backed by the given bag.
    -static SortedBagBagUtils.typedSortedBag(SortedBag bag, - java.lang.Class type) - -
    -          Returns a typed sorted bag backed by the given bag.
    -static SortedBagBagUtils.unmodifiableSortedBag(SortedBag bag) - -
    -          Returns an unmodifiable view of the given sorted bag.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections with parameters of type SortedBag
    -static SortedBagBagUtils.predicatedSortedBag(SortedBag bag, - Predicate predicate) - -
    -          Returns a predicated (validating) sorted bag backed by the given sorted bag.
    -static SortedBagBagUtils.synchronizedSortedBag(SortedBag bag) - -
    -          Returns a synchronized (thread-safe) sorted bag backed by the given - sorted bag.
    -static SortedBagBagUtils.transformedSortedBag(SortedBag bag, - Transformer transformer) - -
    -          Returns a transformed sorted bag backed by the given bag.
    -static SortedBagBagUtils.typedSortedBag(SortedBag bag, - java.lang.Class type) - -
    -          Returns a typed sorted bag backed by the given bag.
    -static SortedBagBagUtils.unmodifiableSortedBag(SortedBag bag) - -
    -          Returns an unmodifiable view of the given sorted bag.
    -  -

    - - - - - -
    -Uses of SortedBag in org.apache.commons.collections.bag
    -  -

    - - - - - - - - - - - - + + + + + + + + + +
    Classes in org.apache.commons.collections.bag that implement SortedBag
    - classAbstractSortedBagDecorator - -
    -          Decorates another SortedBag to provide additional behaviour.
    - classPredicatedSortedBag - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.SortedBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.SortedBag

    +
    + + + + + + + + + + + + + +
    +Packages that use SortedBag
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    +  +

    + + + + + +
    +Uses of SortedBag in org.apache.commons.collections
    +  +

    + + + + + + + + + +
    Classes in org.apache.commons.collections that implement SortedBag
    + classTreeBag + +
    +          Deprecated. Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections that return SortedBag
    +static SortedBagBagUtils.predicatedSortedBag(SortedBag bag, + Predicate predicate) + +
    +          Returns a predicated (validating) sorted bag backed by the given sorted bag.
    +static SortedBagBagUtils.synchronizedSortedBag(SortedBag bag) + +
    +          Returns a synchronized (thread-safe) sorted bag backed by the given + sorted bag.
    +static SortedBagBagUtils.transformedSortedBag(SortedBag bag, + Transformer transformer) + +
    +          Returns a transformed sorted bag backed by the given bag.
    +static SortedBagBagUtils.typedSortedBag(SortedBag bag, + java.lang.Class type) + +
    +          Returns a typed sorted bag backed by the given bag.
    +static SortedBagBagUtils.unmodifiableSortedBag(SortedBag bag) + +
    +          Returns an unmodifiable view of the given sorted bag.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections with parameters of type SortedBag
    +static SortedBagBagUtils.predicatedSortedBag(SortedBag bag, + Predicate predicate) + +
    +          Returns a predicated (validating) sorted bag backed by the given sorted bag.
    +static SortedBagBagUtils.synchronizedSortedBag(SortedBag bag) + +
    +          Returns a synchronized (thread-safe) sorted bag backed by the given + sorted bag.
    +static SortedBagBagUtils.transformedSortedBag(SortedBag bag, + Transformer transformer) + +
    +          Returns a transformed sorted bag backed by the given bag.
    +static SortedBagBagUtils.typedSortedBag(SortedBag bag, + java.lang.Class type) + +
    +          Returns a typed sorted bag backed by the given bag.
    +static SortedBagBagUtils.unmodifiableSortedBag(SortedBag bag) + +
    +          Returns an unmodifiable view of the given sorted bag.
    +  +

    + + + + + +
    +Uses of SortedBag in org.apache.commons.collections.bag
    +  +

    + + + + + + + + + + + + - - - - + + + + - - - - - - - - - -
    Classes in org.apache.commons.collections.bag that implement SortedBag
    + classAbstractSortedBagDecorator + +
    +          Decorates another SortedBag to provide additional behaviour.
    + classPredicatedSortedBag + +
              Decorates another SortedBag to validate that additions - match a specified predicate.
    - classSynchronizedSortedBag - -
    + match a specified predicate.
    + classSynchronizedSortedBag + +
              Decorates another SortedBag to synchronize its behaviour - for a multi-threaded environment.
    - classTransformedSortedBag - -
    -          Decorates another SortedBag to transform objects that are added.
    - classUnmodifiableSortedBag - -
    -          Decorates another SortedBag to ensure it can't be altered.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.bag that return SortedBag
    -static SortedBagUnmodifiableSortedBag.decorate(SortedBag bag) - -
    -          Factory method to create an unmodifiable bag.
    -static SortedBagSynchronizedSortedBag.decorate(SortedBag bag) - -
    -          Factory method to create a synchronized sorted bag.
    -static SortedBagTypedSortedBag.decorate(SortedBag bag, - java.lang.Class type) - -
    -          Factory method to create a typed sorted bag.
    -static SortedBagPredicatedSortedBag.decorate(SortedBag bag, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) bag.
    -static SortedBagTransformedSortedBag.decorate(SortedBag bag, - Transformer transformer) - -
    -          Factory method to create a transforming sorted bag.
    -protected  SortedBagTransformedSortedBag.getSortedBag() - -
    -          Gets the decorated bag.
    -protected  SortedBagSynchronizedSortedBag.getSortedBag() - -
    -          Gets the bag being decorated.
    -protected  SortedBagPredicatedSortedBag.getSortedBag() - -
    -          Gets the decorated sorted bag.
    -protected  SortedBagAbstractSortedBagDecorator.getSortedBag() - -
    -          Gets the bag being decorated.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.bag with parameters of type SortedBag
    -static SortedBagUnmodifiableSortedBag.decorate(SortedBag bag) - -
    -          Factory method to create an unmodifiable bag.
    -static SortedBagSynchronizedSortedBag.decorate(SortedBag bag) - -
    -          Factory method to create a synchronized sorted bag.
    -static SortedBagTypedSortedBag.decorate(SortedBag bag, - java.lang.Class type) - -
    -          Factory method to create a typed sorted bag.
    -static SortedBagPredicatedSortedBag.decorate(SortedBag bag, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) bag.
    -static SortedBagTransformedSortedBag.decorate(SortedBag bag, - Transformer transformer) - -
    -          Factory method to create a transforming sorted bag.
    -  -

    - - - - - - - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.bag with parameters of type SortedBag
    AbstractSortedBagDecorator(SortedBag bag) - -
    -          Constructor that wraps (not copies).
    PredicatedSortedBag(SortedBag bag, - Predicate predicate) - -
    -          Constructor that wraps (not copies).
    SynchronizedSortedBag(SortedBag bag) - -
    -          Constructor that wraps (not copies).
    TransformedSortedBag(SortedBag bag, - Transformer transformer) - -
    -          Constructor that wraps (not copies).
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + for a multi-threaded environment.
    + classTransformedSortedBag + +
    +          Decorates another SortedBag to transform objects that are added.
    + classUnmodifiableSortedBag + +
    +          Decorates another SortedBag to ensure it can't be altered.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.bag that return SortedBag
    +static SortedBagUnmodifiableSortedBag.decorate(SortedBag bag) + +
    +          Factory method to create an unmodifiable bag.
    +static SortedBagSynchronizedSortedBag.decorate(SortedBag bag) + +
    +          Factory method to create a synchronized sorted bag.
    +static SortedBagTypedSortedBag.decorate(SortedBag bag, + java.lang.Class type) + +
    +          Factory method to create a typed sorted bag.
    +static SortedBagPredicatedSortedBag.decorate(SortedBag bag, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) bag.
    +static SortedBagTransformedSortedBag.decorate(SortedBag bag, + Transformer transformer) + +
    +          Factory method to create a transforming sorted bag.
    +protected  SortedBagTransformedSortedBag.getSortedBag() + +
    +          Gets the decorated bag.
    +protected  SortedBagSynchronizedSortedBag.getSortedBag() + +
    +          Gets the bag being decorated.
    +protected  SortedBagPredicatedSortedBag.getSortedBag() + +
    +          Gets the decorated sorted bag.
    +protected  SortedBagAbstractSortedBagDecorator.getSortedBag() + +
    +          Gets the bag being decorated.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.bag with parameters of type SortedBag
    +static SortedBagUnmodifiableSortedBag.decorate(SortedBag bag) + +
    +          Factory method to create an unmodifiable bag.
    +static SortedBagSynchronizedSortedBag.decorate(SortedBag bag) + +
    +          Factory method to create a synchronized sorted bag.
    +static SortedBagTypedSortedBag.decorate(SortedBag bag, + java.lang.Class type) + +
    +          Factory method to create a typed sorted bag.
    +static SortedBagPredicatedSortedBag.decorate(SortedBag bag, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) bag.
    +static SortedBagTransformedSortedBag.decorate(SortedBag bag, + Transformer transformer) + +
    +          Factory method to create a transforming sorted bag.
    +  +

    + + + + + + + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.bag with parameters of type SortedBag
    AbstractSortedBagDecorator(SortedBag bag) + +
    +          Constructor that wraps (not copies).
    PredicatedSortedBag(SortedBag bag, + Predicate predicate) + +
    +          Constructor that wraps (not copies).
    SynchronizedSortedBag(SortedBag bag) + +
    +          Constructor that wraps (not copies).
    TransformedSortedBag(SortedBag bag, + Transformer transformer) + +
    +          Constructor that wraps (not copies).
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SortedBidiMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SortedBidiMap.html index d080f4e..67ac19b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SortedBidiMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SortedBidiMap.html @@ -1,306 +1,306 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.SortedBidiMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.SortedBidiMap

    -
    - - - - - - - - - - - - - -
    -Packages that use SortedBidiMap
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    -  -

    - - - - - -
    -Uses of SortedBidiMap in org.apache.commons.collections
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections that return SortedBidiMap
    - SortedBidiMapSortedBidiMap.inverseSortedBidiMap() - -
    -          Gets a view of this map where the keys and values are reversed.
    -  -

    - - - - - -
    -Uses of SortedBidiMap in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - + + + + + + + + + +
    Classes in org.apache.commons.collections.bidimap that implement SortedBidiMap
    - classAbstractSortedBidiMapDecorator - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.SortedBidiMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.SortedBidiMap

    +
    + + + + + + + + + + + + + +
    +Packages that use SortedBidiMap
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    +  +

    + + + + + +
    +Uses of SortedBidiMap in org.apache.commons.collections
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections that return SortedBidiMap
    + SortedBidiMapSortedBidiMap.inverseSortedBidiMap() + +
    +          Gets a view of this map where the keys and values are reversed.
    +  +

    + + + + + +
    +Uses of SortedBidiMap in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + - - - - - - - - - -
    Classes in org.apache.commons.collections.bidimap that implement SortedBidiMap
    + classAbstractSortedBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a SortedBidiMap via decoration.
    - classDualTreeBidiMap - -
    -          Implementation of BidiMap that uses two TreeMap instances.
    - classUnmodifiableSortedBidiMap - -
    -          Decorates another SortedBidiMap to ensure it can't be altered.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.bidimap that return SortedBidiMap
    -static SortedBidiMapUnmodifiableSortedBidiMap.decorate(SortedBidiMap map) - -
    -          Factory method to create an unmodifiable map.
    -protected  SortedBidiMapAbstractSortedBidiMapDecorator.getSortedBidiMap() - -
    -          Gets the map being decorated.
    - SortedBidiMapUnmodifiableSortedBidiMap.inverseSortedBidiMap() - -
    -           
    - SortedBidiMapDualTreeBidiMap.inverseSortedBidiMap() - -
    -           
    - SortedBidiMapAbstractSortedBidiMapDecorator.inverseSortedBidiMap() - -
    -           
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.bidimap with parameters of type SortedBidiMap
    -static SortedBidiMapUnmodifiableSortedBidiMap.decorate(SortedBidiMap map) - -
    -          Factory method to create an unmodifiable map.
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.bidimap with parameters of type SortedBidiMap
    AbstractSortedBidiMapDecorator(SortedBidiMap map) - -
    -          Constructor that wraps (not copies).
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + to a SortedBidiMap via decoration.
    + classDualTreeBidiMap + +
    +          Implementation of BidiMap that uses two TreeMap instances.
    + classUnmodifiableSortedBidiMap + +
    +          Decorates another SortedBidiMap to ensure it can't be altered.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.bidimap that return SortedBidiMap
    +static SortedBidiMapUnmodifiableSortedBidiMap.decorate(SortedBidiMap map) + +
    +          Factory method to create an unmodifiable map.
    +protected  SortedBidiMapAbstractSortedBidiMapDecorator.getSortedBidiMap() + +
    +          Gets the map being decorated.
    + SortedBidiMapUnmodifiableSortedBidiMap.inverseSortedBidiMap() + +
    +           
    + SortedBidiMapDualTreeBidiMap.inverseSortedBidiMap() + +
    +           
    + SortedBidiMapAbstractSortedBidiMapDecorator.inverseSortedBidiMap() + +
    +           
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.bidimap with parameters of type SortedBidiMap
    +static SortedBidiMapUnmodifiableSortedBidiMap.decorate(SortedBidiMap map) + +
    +          Factory method to create an unmodifiable map.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.bidimap with parameters of type SortedBidiMap
    AbstractSortedBidiMapDecorator(SortedBidiMap map) + +
    +          Constructor that wraps (not copies).
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/StaticBucketMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/StaticBucketMap.html index 23035c7..a06d802 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/StaticBucketMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/StaticBucketMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.StaticBucketMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.StaticBucketMap

    -
    -No usage of org.apache.commons.collections.StaticBucketMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.StaticBucketMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.StaticBucketMap

    +
    +No usage of org.apache.commons.collections.StaticBucketMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SynchronizedPriorityQueue.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SynchronizedPriorityQueue.html index 5cdbae6..e82434d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SynchronizedPriorityQueue.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/SynchronizedPriorityQueue.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.SynchronizedPriorityQueue (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.SynchronizedPriorityQueue

    -
    -No usage of org.apache.commons.collections.SynchronizedPriorityQueue -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.SynchronizedPriorityQueue (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.SynchronizedPriorityQueue

    +
    +No usage of org.apache.commons.collections.SynchronizedPriorityQueue +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Transformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Transformer.html index 04c8dd2..673d465 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Transformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Transformer.html @@ -1,1750 +1,1750 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.Transformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.Transformer

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Packages that use Transformer
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface. 
    org.apache.commons.collections.collection -This package contains implementations of the -Collection interface. 
    org.apache.commons.collections.comparators -This package contains implementations of the -Comparator interface. 
    org.apache.commons.collections.functors -This package contains implementations of the -Closure, -Predicate, -Transformer and -Factory interfaces. 
    org.apache.commons.collections.iterators -This package contains implementations of the -Iterator interface. 
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - -
    -Uses of Transformer in org.apache.commons.collections
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +
    Methods in org.apache.commons.collections that return Transformer
    -static TransformerTransformerUtils.asTransformer(Closure closure) - -
    -          Creates a Transformer that calls a Closure each time the transformer is used.
    -static TransformerTransformerUtils.asTransformer(Factory factory) - -
    -          Creates a Transformer that calls a Factory each time the transformer is used.
    -static TransformerTransformerUtils.asTransformer(Predicate predicate) - -
    -          Creates a Transformer that calls a Predicate each time the transformer is used.
    -static TransformerTransformerUtils.chainedTransformer(java.util.Collection transformers) - -
    -          Create a new Transformer that calls each transformer in turn, passing the - result into the next transformer.
    -static TransformerTransformerUtils.chainedTransformer(Transformer[] transformers) - -
    -          Create a new Transformer that calls each transformer in turn, passing the - result into the next transformer.
    -static TransformerTransformerUtils.chainedTransformer(Transformer transformer1, - Transformer transformer2) - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.Transformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.Transformer

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Packages that use Transformer
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface. 
    org.apache.commons.collections.collection +This package contains implementations of the +Collection interface. 
    org.apache.commons.collections.comparators +This package contains implementations of the +Comparator interface. 
    org.apache.commons.collections.functors +This package contains implementations of the +Closure, +Predicate, +Transformer and +Factory interfaces. 
    org.apache.commons.collections.iterators +This package contains implementations of the +Iterator interface. 
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + +
    +Uses of Transformer in org.apache.commons.collections
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections that return Transformer
    +static TransformerTransformerUtils.asTransformer(Closure closure) + +
    +          Creates a Transformer that calls a Closure each time the transformer is used.
    +static TransformerTransformerUtils.asTransformer(Factory factory) + +
    +          Creates a Transformer that calls a Factory each time the transformer is used.
    +static TransformerTransformerUtils.asTransformer(Predicate predicate) + +
    +          Creates a Transformer that calls a Predicate each time the transformer is used.
    +static TransformerTransformerUtils.chainedTransformer(java.util.Collection transformers) + +
    +          Create a new Transformer that calls each transformer in turn, passing the + result into the next transformer.
    +static TransformerTransformerUtils.chainedTransformer(Transformer[] transformers) + +
    +          Create a new Transformer that calls each transformer in turn, passing the + result into the next transformer.
    +static TransformerTransformerUtils.chainedTransformer(Transformer transformer1, + Transformer transformer2) + +
              Create a new Transformer that calls two transformers, passing the result of - the first into the second.
    -static TransformerTransformerUtils.cloneTransformer() - -
    + the first into the second.
    +static TransformerTransformerUtils.cloneTransformer() + +
              Gets a transformer that returns a clone of the input - object.
    -static TransformerTransformerUtils.constantTransformer(java.lang.Object constantToReturn) - -
    -          Creates a Transformer that will return the same object each time the - transformer is used.
    -static TransformerTransformerUtils.exceptionTransformer() - -
    -          Gets a transformer that always throws an exception.
    -protected  TransformerBeanMap.getTypeTransformer(java.lang.Class aType) - -
    -          Deprecated. Returns a transformer for the given primitive type.
    -static TransformerTransformerUtils.instantiateTransformer() - -
    -          Gets a Transformer that expects an input Class object that it will instantiate.
    -static TransformerTransformerUtils.instantiateTransformer(java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    -          Creates a Transformer that expects an input Class object that it will - instantiate.
    -static TransformerTransformerUtils.invokerTransformer(java.lang.String methodName) - -
    -          Gets a Transformer that invokes a method on the input object.
    -static TransformerTransformerUtils.invokerTransformer(java.lang.String methodName, - java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    -          Gets a Transformer that invokes a method on the input object.
    -static TransformerTransformerUtils.mapTransformer(java.util.Map map) - -
    -          Creates a Transformer that uses the passed in Map to transform the input - object (as a simple lookup).
    -static TransformerTransformerUtils.nopTransformer() - -
    -          Gets a transformer that returns the input object.
    -static TransformerTransformerUtils.nullTransformer() - -
    -          Gets a transformer that always returns null.
    -static TransformerTransformerUtils.stringValueTransformer() - -
    + object.
    +static TransformerTransformerUtils.constantTransformer(java.lang.Object constantToReturn) + +
    +          Creates a Transformer that will return the same object each time the + transformer is used.
    +static TransformerTransformerUtils.exceptionTransformer() + +
    +          Gets a transformer that always throws an exception.
    +protected  TransformerBeanMap.getTypeTransformer(java.lang.Class aType) + +
    +          Deprecated. Returns a transformer for the given primitive type.
    +static TransformerTransformerUtils.instantiateTransformer() + +
    +          Gets a Transformer that expects an input Class object that it will instantiate.
    +static TransformerTransformerUtils.instantiateTransformer(java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
    +          Creates a Transformer that expects an input Class object that it will + instantiate.
    +static TransformerTransformerUtils.invokerTransformer(java.lang.String methodName) + +
    +          Gets a Transformer that invokes a method on the input object.
    +static TransformerTransformerUtils.invokerTransformer(java.lang.String methodName, + java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
    +          Gets a Transformer that invokes a method on the input object.
    +static TransformerTransformerUtils.mapTransformer(java.util.Map map) + +
    +          Creates a Transformer that uses the passed in Map to transform the input + object (as a simple lookup).
    +static TransformerTransformerUtils.nopTransformer() + +
    +          Gets a transformer that returns the input object.
    +static TransformerTransformerUtils.nullTransformer() + +
    +          Gets a transformer that always returns null.
    +static TransformerTransformerUtils.stringValueTransformer() + +
              Gets a transformer that returns a java.lang.String - representation of the input object.
    -static TransformerTransformerUtils.switchMapTransformer(java.util.Map objectsAndTransformers) - -
    + representation of the input object.
    +static TransformerTransformerUtils.switchMapTransformer(java.util.Map objectsAndTransformers) + +
              Create a new Transformer that uses the input object as a key to find the - transformer to call.
    -static TransformerTransformerUtils.switchTransformer(java.util.Map predicatesAndTransformers) - -
    -          Create a new Transformer that calls one of the transformers depending - on the predicates.
    -static TransformerTransformerUtils.switchTransformer(Predicate[] predicates, - Transformer[] transformers) - -
    -          Create a new Transformer that calls one of the transformers depending - on the predicates.
    -static TransformerTransformerUtils.switchTransformer(Predicate[] predicates, - Transformer[] transformers, - Transformer defaultTransformer) - -
    -          Create a new Transformer that calls one of the transformers depending - on the predicates.
    -static TransformerTransformerUtils.switchTransformer(Predicate predicate, - Transformer trueTransformer, - Transformer falseTransformer) - -
    -          Create a new Transformer that calls one of two transformers depending - on the specified predicate.
    -  -

    - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections with parameters of type Transformer
    -static ClosureClosureUtils.asClosure(Transformer transformer) - -
    -          Creates a Closure that calls a Transformer each time it is called.
    -static PredicatePredicateUtils.asPredicate(Transformer transformer) - -
    -          Create a new Predicate that wraps a Transformer.
    -static TransformerTransformerUtils.chainedTransformer(Transformer[] transformers) - -
    -          Create a new Transformer that calls each transformer in turn, passing the - result into the next transformer.
    -static TransformerTransformerUtils.chainedTransformer(Transformer transformer1, - Transformer transformer2) - -
    + transformer to call.
    +static TransformerTransformerUtils.switchTransformer(java.util.Map predicatesAndTransformers) + +
    +          Create a new Transformer that calls one of the transformers depending + on the predicates.
    +static TransformerTransformerUtils.switchTransformer(Predicate[] predicates, + Transformer[] transformers) + +
    +          Create a new Transformer that calls one of the transformers depending + on the predicates.
    +static TransformerTransformerUtils.switchTransformer(Predicate[] predicates, + Transformer[] transformers, + Transformer defaultTransformer) + +
    +          Create a new Transformer that calls one of the transformers depending + on the predicates.
    +static TransformerTransformerUtils.switchTransformer(Predicate predicate, + Transformer trueTransformer, + Transformer falseTransformer) + +
    +          Create a new Transformer that calls one of two transformers depending + on the specified predicate.
    +  +

    + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections with parameters of type Transformer
    +static ClosureClosureUtils.asClosure(Transformer transformer) + +
    +          Creates a Closure that calls a Transformer each time it is called.
    +static PredicatePredicateUtils.asPredicate(Transformer transformer) + +
    +          Create a new Predicate that wraps a Transformer.
    +static TransformerTransformerUtils.chainedTransformer(Transformer[] transformers) + +
    +          Create a new Transformer that calls each transformer in turn, passing the + result into the next transformer.
    +static TransformerTransformerUtils.chainedTransformer(Transformer transformer1, + Transformer transformer2) + +
              Create a new Transformer that calls two transformers, passing the result of - the first into the second.
    -static java.util.CollectionCollectionUtils.collect(java.util.Collection inputCollection, - Transformer transformer) - -
    + the first into the second.
    +static java.util.CollectionCollectionUtils.collect(java.util.Collection inputCollection, + Transformer transformer) + +
              Returns a new Collection consisting of the elements of inputCollection transformed - by the given transformer.
    -static java.util.CollectionCollectionUtils.collect(java.util.Collection inputCollection, - Transformer transformer, - java.util.Collection outputCollection) - -
    -          Transforms all elements from inputCollection with the given transformer - and adds them to the outputCollection.
    -static java.util.CollectionCollectionUtils.collect(java.util.Iterator inputIterator, - Transformer transformer) - -
    -          Transforms all elements from the inputIterator with the given transformer - and adds them to the outputCollection.
    -static java.util.CollectionCollectionUtils.collect(java.util.Iterator inputIterator, - Transformer transformer, - java.util.Collection outputCollection) - -
    -          Transforms all elements from the inputIterator with the given transformer - and adds them to the outputCollection.
    -static java.util.MapMapUtils.lazyMap(java.util.Map map, - Transformer transformerFactory) - -
    -          Returns a "lazy" map whose values will be created on demand.
    -static java.util.SortedMapMapUtils.lazySortedMap(java.util.SortedMap map, - Transformer transformerFactory) - -
    -          Returns a "lazy" sorted map whose values will be created on demand.
    -static java.util.IteratorIteratorUtils.objectGraphIterator(java.lang.Object root, - Transformer transformer) - -
    -          Gets an iterator that operates over an object graph.
    -static TransformerTransformerUtils.switchTransformer(Predicate[] predicates, - Transformer[] transformers) - -
    -          Create a new Transformer that calls one of the transformers depending - on the predicates.
    -static TransformerTransformerUtils.switchTransformer(Predicate[] predicates, - Transformer[] transformers, - Transformer defaultTransformer) - -
    -          Create a new Transformer that calls one of the transformers depending - on the predicates.
    -static TransformerTransformerUtils.switchTransformer(Predicate[] predicates, - Transformer[] transformers, - Transformer defaultTransformer) - -
    -          Create a new Transformer that calls one of the transformers depending - on the predicates.
    -static TransformerTransformerUtils.switchTransformer(Predicate predicate, - Transformer trueTransformer, - Transformer falseTransformer) - -
    -          Create a new Transformer that calls one of two transformers depending - on the specified predicate.
    -static voidCollectionUtils.transform(java.util.Collection collection, - Transformer transformer) - -
    -          Transform the collection by applying a Transformer to each element.
    -static BagBagUtils.transformedBag(Bag bag, - Transformer transformer) - -
    -          Returns a transformed bag backed by the given bag.
    -static BufferBufferUtils.transformedBuffer(Buffer buffer, - Transformer transformer) - -
    -          Returns a transformed buffer backed by the given buffer.
    -static java.util.CollectionCollectionUtils.transformedCollection(java.util.Collection collection, - Transformer transformer) - -
    -          Returns a transformed bag backed by the given collection.
    -static java.util.ComparatorComparatorUtils.transformedComparator(java.util.Comparator comparator, - Transformer transformer) - -
    -          Gets a Comparator that passes transformed objects to the given comparator.
    -static java.util.IteratorIteratorUtils.transformedIterator(java.util.Iterator iterator, - Transformer transform) - -
    -          Gets an iterator that transforms the elements of another iterator.
    -static java.util.ListListUtils.transformedList(java.util.List list, - Transformer transformer) - -
    -          Returns a transformed list backed by the given list.
    -static java.util.MapMapUtils.transformedMap(java.util.Map map, - Transformer keyTransformer, - Transformer valueTransformer) - -
    -          Returns a transformed map backed by the given map.
    -static PredicatePredicateUtils.transformedPredicate(Transformer transformer, - Predicate predicate) - -
    + by the given transformer.
    +static java.util.CollectionCollectionUtils.collect(java.util.Collection inputCollection, + Transformer transformer, + java.util.Collection outputCollection) + +
    +          Transforms all elements from inputCollection with the given transformer + and adds them to the outputCollection.
    +static java.util.CollectionCollectionUtils.collect(java.util.Iterator inputIterator, + Transformer transformer) + +
    +          Transforms all elements from the inputIterator with the given transformer + and adds them to the outputCollection.
    +static java.util.CollectionCollectionUtils.collect(java.util.Iterator inputIterator, + Transformer transformer, + java.util.Collection outputCollection) + +
    +          Transforms all elements from the inputIterator with the given transformer + and adds them to the outputCollection.
    +static java.util.MapMapUtils.lazyMap(java.util.Map map, + Transformer transformerFactory) + +
    +          Returns a "lazy" map whose values will be created on demand.
    +static java.util.SortedMapMapUtils.lazySortedMap(java.util.SortedMap map, + Transformer transformerFactory) + +
    +          Returns a "lazy" sorted map whose values will be created on demand.
    +static java.util.IteratorIteratorUtils.objectGraphIterator(java.lang.Object root, + Transformer transformer) + +
    +          Gets an iterator that operates over an object graph.
    +static TransformerTransformerUtils.switchTransformer(Predicate[] predicates, + Transformer[] transformers) + +
    +          Create a new Transformer that calls one of the transformers depending + on the predicates.
    +static TransformerTransformerUtils.switchTransformer(Predicate[] predicates, + Transformer[] transformers, + Transformer defaultTransformer) + +
    +          Create a new Transformer that calls one of the transformers depending + on the predicates.
    +static TransformerTransformerUtils.switchTransformer(Predicate[] predicates, + Transformer[] transformers, + Transformer defaultTransformer) + +
    +          Create a new Transformer that calls one of the transformers depending + on the predicates.
    +static TransformerTransformerUtils.switchTransformer(Predicate predicate, + Transformer trueTransformer, + Transformer falseTransformer) + +
    +          Create a new Transformer that calls one of two transformers depending + on the specified predicate.
    +static voidCollectionUtils.transform(java.util.Collection collection, + Transformer transformer) + +
    +          Transform the collection by applying a Transformer to each element.
    +static BagBagUtils.transformedBag(Bag bag, + Transformer transformer) + +
    +          Returns a transformed bag backed by the given bag.
    +static BufferBufferUtils.transformedBuffer(Buffer buffer, + Transformer transformer) + +
    +          Returns a transformed buffer backed by the given buffer.
    +static java.util.CollectionCollectionUtils.transformedCollection(java.util.Collection collection, + Transformer transformer) + +
    +          Returns a transformed bag backed by the given collection.
    +static java.util.ComparatorComparatorUtils.transformedComparator(java.util.Comparator comparator, + Transformer transformer) + +
    +          Gets a Comparator that passes transformed objects to the given comparator.
    +static java.util.IteratorIteratorUtils.transformedIterator(java.util.Iterator iterator, + Transformer transform) + +
    +          Gets an iterator that transforms the elements of another iterator.
    +static java.util.ListListUtils.transformedList(java.util.List list, + Transformer transformer) + +
    +          Returns a transformed list backed by the given list.
    +static java.util.MapMapUtils.transformedMap(java.util.Map map, + Transformer keyTransformer, + Transformer valueTransformer) + +
    +          Returns a transformed map backed by the given map.
    +static PredicatePredicateUtils.transformedPredicate(Transformer transformer, + Predicate predicate) + +
              Creates a predicate that transforms the input object before passing it - to the predicate.
    -static java.util.SetSetUtils.transformedSet(java.util.Set set, - Transformer transformer) - -
    -          Returns a transformed set backed by the given set.
    -static SortedBagBagUtils.transformedSortedBag(SortedBag bag, - Transformer transformer) - -
    -          Returns a transformed sorted bag backed by the given bag.
    -static java.util.SortedMapMapUtils.transformedSortedMap(java.util.SortedMap map, - Transformer keyTransformer, - Transformer valueTransformer) - -
    -          Returns a transformed sorted map backed by the given map.
    -static java.util.SortedSetSetUtils.transformedSortedSet(java.util.SortedSet set, - Transformer transformer) - -
    -          Returns a transformed sorted set backed by the given set.
    -  -

    - - - - - -
    -Uses of Transformer in org.apache.commons.collections.bag
    -  -

    - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.bag with parameters of type Transformer
    -static BagTransformedBag.decorate(Bag bag, - Transformer transformer) - -
    -          Factory method to create a transforming bag.
    -static SortedBagTransformedSortedBag.decorate(SortedBag bag, - Transformer transformer) - -
    -          Factory method to create a transforming sorted bag.
    -  -

    - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.bag with parameters of type Transformer
    TransformedBag(Bag bag, - Transformer transformer) - -
    -          Constructor that wraps (not copies).
    TransformedSortedBag(SortedBag bag, - Transformer transformer) - -
    -          Constructor that wraps (not copies).
    -  -

    - - - - - -
    -Uses of Transformer in org.apache.commons.collections.buffer
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.buffer with parameters of type Transformer
    -static BufferTransformedBuffer.decorate(Buffer buffer, - Transformer transformer) - -
    -          Factory method to create a transforming buffer.
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.buffer with parameters of type Transformer
    TransformedBuffer(Buffer buffer, - Transformer transformer) - -
    -          Constructor that wraps (not copies).
    -  -

    - - - - - -
    -Uses of Transformer in org.apache.commons.collections.collection
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections.collection declared as Transformer
    -protected  TransformerTransformedCollection.transformer - -
    -          The transformer to use
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.collection with parameters of type Transformer
    -static java.util.CollectionTransformedCollection.decorate(java.util.Collection coll, - Transformer transformer) - -
    -          Factory method to create a transforming collection.
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.collection with parameters of type Transformer
    TransformedCollection(java.util.Collection coll, - Transformer transformer) - -
    -          Constructor that wraps (not copies).
    -  -

    - - - - - -
    -Uses of Transformer in org.apache.commons.collections.comparators
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections.comparators declared as Transformer
    -protected  TransformerTransformingComparator.transformer - -
    -          The transformer being used.
    -  -

    - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.comparators with parameters of type Transformer
    TransformingComparator(Transformer transformer) - -
    -          Constructs an instance with the given Transformer and a - ComparableComparator.
    TransformingComparator(Transformer transformer, - java.util.Comparator decorated) - -
    -          Constructs an instance with the given Transformer and Comparator.
    -  -

    - - - - - -
    -Uses of Transformer in org.apache.commons.collections.functors
    -  -

    - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.functors that implement Transformer
    - classChainedTransformer - -
    -          Transformer implementation that chains the specified transformers together.
    - classCloneTransformer - -
    -          Transformer implementation that returns a clone of the input object.
    - classClosureTransformer - -
    + to the predicate.
    +static java.util.SetSetUtils.transformedSet(java.util.Set set, + Transformer transformer) + +
    +          Returns a transformed set backed by the given set.
    +static SortedBagBagUtils.transformedSortedBag(SortedBag bag, + Transformer transformer) + +
    +          Returns a transformed sorted bag backed by the given bag.
    +static java.util.SortedMapMapUtils.transformedSortedMap(java.util.SortedMap map, + Transformer keyTransformer, + Transformer valueTransformer) + +
    +          Returns a transformed sorted map backed by the given map.
    +static java.util.SortedSetSetUtils.transformedSortedSet(java.util.SortedSet set, + Transformer transformer) + +
    +          Returns a transformed sorted set backed by the given set.
    +  +

    + + + + + +
    +Uses of Transformer in org.apache.commons.collections.bag
    +  +

    + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.bag with parameters of type Transformer
    +static BagTransformedBag.decorate(Bag bag, + Transformer transformer) + +
    +          Factory method to create a transforming bag.
    +static SortedBagTransformedSortedBag.decorate(SortedBag bag, + Transformer transformer) + +
    +          Factory method to create a transforming sorted bag.
    +  +

    + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.bag with parameters of type Transformer
    TransformedBag(Bag bag, + Transformer transformer) + +
    +          Constructor that wraps (not copies).
    TransformedSortedBag(SortedBag bag, + Transformer transformer) + +
    +          Constructor that wraps (not copies).
    +  +

    + + + + + +
    +Uses of Transformer in org.apache.commons.collections.buffer
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.buffer with parameters of type Transformer
    +static BufferTransformedBuffer.decorate(Buffer buffer, + Transformer transformer) + +
    +          Factory method to create a transforming buffer.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.buffer with parameters of type Transformer
    TransformedBuffer(Buffer buffer, + Transformer transformer) + +
    +          Constructor that wraps (not copies).
    +  +

    + + + + + +
    +Uses of Transformer in org.apache.commons.collections.collection
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections.collection declared as Transformer
    +protected  TransformerTransformedCollection.transformer + +
    +          The transformer to use
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.collection with parameters of type Transformer
    +static java.util.CollectionTransformedCollection.decorate(java.util.Collection coll, + Transformer transformer) + +
    +          Factory method to create a transforming collection.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.collection with parameters of type Transformer
    TransformedCollection(java.util.Collection coll, + Transformer transformer) + +
    +          Constructor that wraps (not copies).
    +  +

    + + + + + +
    +Uses of Transformer in org.apache.commons.collections.comparators
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections.comparators declared as Transformer
    +protected  TransformerTransformingComparator.transformer + +
    +          The transformer being used.
    +  +

    + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.comparators with parameters of type Transformer
    TransformingComparator(Transformer transformer) + +
    +          Constructs an instance with the given Transformer and a + ComparableComparator.
    TransformingComparator(Transformer transformer, + java.util.Comparator decorated) + +
    +          Constructs an instance with the given Transformer and Comparator.
    +  +

    + + + + + +
    +Uses of Transformer in org.apache.commons.collections.functors
    +  +

    + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + - -
    Classes in org.apache.commons.collections.functors that implement Transformer
    + classChainedTransformer + +
    +          Transformer implementation that chains the specified transformers together.
    + classCloneTransformer + +
    +          Transformer implementation that returns a clone of the input object.
    + classClosureTransformer + +
              Transformer implementation that calls a Closure using the input object - and then returns the input.
    - classConstantTransformer - -
    -          Transformer implementation that returns the same constant each time.
    - classExceptionTransformer - -
    -          Transformer implementation that always throws an exception.
    - classFactoryTransformer - -
    -          Transformer implementation that calls a Factory and returns the result.
    - classInstantiateTransformer - -
    -          Transformer implementation that creates a new object instance by reflection.
    - classInvokerTransformer - -
    -          Transformer implementation that creates a new object instance by reflection.
    - classMapTransformer - -
    + and then returns the input.
    + classConstantTransformer + +
    +          Transformer implementation that returns the same constant each time.
    + classExceptionTransformer + +
    +          Transformer implementation that always throws an exception.
    + classFactoryTransformer + +
    +          Transformer implementation that calls a Factory and returns the result.
    + classInstantiateTransformer + +
    +          Transformer implementation that creates a new object instance by reflection.
    + classInvokerTransformer + +
    +          Transformer implementation that creates a new object instance by reflection.
    + classMapTransformer + +
              Transformer implementation that returns the value held in a specified map - using the input parameter as a key.
    - classNOPTransformer - -
    -          Transformer implementation that does nothing.
    - classPredicateTransformer - -
    + using the input parameter as a key.
    + classNOPTransformer + +
    +          Transformer implementation that does nothing.
    + classPredicateTransformer + +
              Transformer implementation that calls a Predicate using the input object - and then returns the input.
    - classStringValueTransformer - -
    + and then returns the input.
    + classStringValueTransformer + +
              Transformer implementation that returns the result of calling - String.valueOf on the input object.
    - classSwitchTransformer - -
    + String.valueOf on the input object.
    + classSwitchTransformer + +
              Transformer implementation calls the transformer whose predicate returns true, - like a switch statement.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Fields in org.apache.commons.collections.functors declared as Transformer
    -static TransformerStringValueTransformer.INSTANCE - -
    -          Singleton predicate instance
    -static TransformerNOPTransformer.INSTANCE - -
    -          Singleton predicate instance
    -static TransformerExceptionTransformer.INSTANCE - -
    -          Singleton predicate instance
    -static TransformerCloneTransformer.INSTANCE - -
    -          Singleton predicate instance
    -static TransformerInstantiateTransformer.NO_ARG_INSTANCE - -
    -          Singleton instance that uses the no arg constructor
    -static TransformerConstantTransformer.NULL_INSTANCE - -
    -          Returns null each time
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.functors that return Transformer
    - TransformerSwitchTransformer.getDefaultTransformer() - -
    -          Gets the default transformer.
    -static TransformerStringValueTransformer.getInstance() - -
    -          Factory returning the singleton instance.
    -static TransformerNOPTransformer.getInstance() - -
    -          Factory returning the singleton instance.
    -static TransformerExceptionTransformer.getInstance() - -
    -          Factory returning the singleton instance.
    -static TransformerCloneTransformer.getInstance() - -
    -          Factory returning the singleton instance.
    -static TransformerInstantiateTransformer.getInstance(java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    -          Transformer method that performs validation.
    -static TransformerClosureTransformer.getInstance(Closure closure) - -
    -          Factory method that performs validation.
    -static TransformerChainedTransformer.getInstance(java.util.Collection transformers) - -
    -          Create a new Transformer that calls each transformer in turn, passing the - result into the next transformer.
    -static TransformerFactoryTransformer.getInstance(Factory factory) - -
    -          Factory method that performs validation.
    -static TransformerSwitchTransformer.getInstance(java.util.Map predicatesAndTransformers) - -
    -          Create a new Transformer that calls one of the transformers depending - on the predicates.
    -static TransformerMapTransformer.getInstance(java.util.Map map) - -
    -          Factory to create the transformer.
    -static TransformerConstantTransformer.getInstance(java.lang.Object constantToReturn) - -
    -          Transformer method that performs validation.
    -static TransformerPredicateTransformer.getInstance(Predicate predicate) - -
    -          Factory method that performs validation.
    -static TransformerSwitchTransformer.getInstance(Predicate[] predicates, - Transformer[] transformers, - Transformer defaultTransformer) - -
    -          Factory method that performs validation and copies the parameter arrays.
    -static TransformerInvokerTransformer.getInstance(java.lang.String methodName) - -
    -          Gets an instance of this transformer calling a specific method with no arguments.
    -static TransformerInvokerTransformer.getInstance(java.lang.String methodName, - java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    -          Gets an instance of this transformer calling a specific method with specific values.
    -static TransformerChainedTransformer.getInstance(Transformer[] transformers) - -
    -          Factory method that performs validation and copies the parameter array.
    -static TransformerChainedTransformer.getInstance(Transformer transformer1, - Transformer transformer2) - -
    -          Factory method that performs validation.
    - TransformerTransformerPredicate.getTransformer() - -
    -          Gets the transformer.
    - TransformerTransformerClosure.getTransformer() - -
    -          Gets the transformer.
    - TransformerTransformedPredicate.getTransformer() - -
    -          Gets the transformer in use.
    - Transformer[]SwitchTransformer.getTransformers() - -
    -          Gets the transformers, do not modify the array.
    - Transformer[]ChainedTransformer.getTransformers() - -
    -          Gets the transformers, do not modify the array.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.functors with parameters of type Transformer
    -static TransformerSwitchTransformer.getInstance(Predicate[] predicates, - Transformer[] transformers, - Transformer defaultTransformer) - -
    -          Factory method that performs validation and copies the parameter arrays.
    -static TransformerSwitchTransformer.getInstance(Predicate[] predicates, - Transformer[] transformers, - Transformer defaultTransformer) - -
    -          Factory method that performs validation and copies the parameter arrays.
    -static PredicateTransformerPredicate.getInstance(Transformer transformer) - -
    -          Factory to create the predicate.
    -static ClosureTransformerClosure.getInstance(Transformer transformer) - -
    -          Factory method that performs validation.
    -static TransformerChainedTransformer.getInstance(Transformer[] transformers) - -
    -          Factory method that performs validation and copies the parameter array.
    -static PredicateTransformedPredicate.getInstance(Transformer transformer, - Predicate predicate) - -
    -          Factory to create the predicate.
    -static TransformerChainedTransformer.getInstance(Transformer transformer1, - Transformer transformer2) - -
    -          Factory method that performs validation.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.functors with parameters of type Transformer
    ChainedTransformer(Transformer[] transformers) - -
    -          Constructor that performs no validation.
    SwitchTransformer(Predicate[] predicates, - Transformer[] transformers, - Transformer defaultTransformer) - -
    -          Constructor that performs no validation.
    SwitchTransformer(Predicate[] predicates, - Transformer[] transformers, - Transformer defaultTransformer) - -
    -          Constructor that performs no validation.
    TransformedPredicate(Transformer transformer, - Predicate predicate) - -
    -          Constructor that performs no validation.
    TransformerClosure(Transformer transformer) - -
    -          Constructor that performs no validation.
    TransformerPredicate(Transformer transformer) - -
    -          Constructor that performs no validation.
    -  -

    - - - - - -
    -Uses of Transformer in org.apache.commons.collections.iterators
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections.iterators declared as Transformer
    -protected  TransformerObjectGraphIterator.transformer - -
    -          The transformer to use
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.iterators that return Transformer
    - TransformerTransformIterator.getTransformer() - -
    -          Gets the transformer this iterator is using.
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.iterators with parameters of type Transformer
    - voidTransformIterator.setTransformer(Transformer transformer) - -
    -          Sets the transformer this the iterator to use.
    -  -

    - - - - - - - - - - + +
    Constructors in org.apache.commons.collections.iterators with parameters of type Transformer
    ObjectGraphIterator(java.lang.Object root, - Transformer transformer) - -
    -          Constructs an ObjectGraphIterator using a root object and transformer.
    TransformIterator(java.util.Iterator iterator, - Transformer transformer) - -
    + like a switch statement.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Fields in org.apache.commons.collections.functors declared as Transformer
    +static TransformerStringValueTransformer.INSTANCE + +
    +          Singleton predicate instance
    +static TransformerNOPTransformer.INSTANCE + +
    +          Singleton predicate instance
    +static TransformerExceptionTransformer.INSTANCE + +
    +          Singleton predicate instance
    +static TransformerCloneTransformer.INSTANCE + +
    +          Singleton predicate instance
    +static TransformerInstantiateTransformer.NO_ARG_INSTANCE + +
    +          Singleton instance that uses the no arg constructor
    +static TransformerConstantTransformer.NULL_INSTANCE + +
    +          Returns null each time
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.functors that return Transformer
    + TransformerSwitchTransformer.getDefaultTransformer() + +
    +          Gets the default transformer.
    +static TransformerStringValueTransformer.getInstance() + +
    +          Factory returning the singleton instance.
    +static TransformerNOPTransformer.getInstance() + +
    +          Factory returning the singleton instance.
    +static TransformerExceptionTransformer.getInstance() + +
    +          Factory returning the singleton instance.
    +static TransformerCloneTransformer.getInstance() + +
    +          Factory returning the singleton instance.
    +static TransformerInstantiateTransformer.getInstance(java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
    +          Transformer method that performs validation.
    +static TransformerClosureTransformer.getInstance(Closure closure) + +
    +          Factory method that performs validation.
    +static TransformerChainedTransformer.getInstance(java.util.Collection transformers) + +
    +          Create a new Transformer that calls each transformer in turn, passing the + result into the next transformer.
    +static TransformerFactoryTransformer.getInstance(Factory factory) + +
    +          Factory method that performs validation.
    +static TransformerSwitchTransformer.getInstance(java.util.Map predicatesAndTransformers) + +
    +          Create a new Transformer that calls one of the transformers depending + on the predicates.
    +static TransformerMapTransformer.getInstance(java.util.Map map) + +
    +          Factory to create the transformer.
    +static TransformerConstantTransformer.getInstance(java.lang.Object constantToReturn) + +
    +          Transformer method that performs validation.
    +static TransformerPredicateTransformer.getInstance(Predicate predicate) + +
    +          Factory method that performs validation.
    +static TransformerSwitchTransformer.getInstance(Predicate[] predicates, + Transformer[] transformers, + Transformer defaultTransformer) + +
    +          Factory method that performs validation and copies the parameter arrays.
    +static TransformerInvokerTransformer.getInstance(java.lang.String methodName) + +
    +          Gets an instance of this transformer calling a specific method with no arguments.
    +static TransformerInvokerTransformer.getInstance(java.lang.String methodName, + java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
    +          Gets an instance of this transformer calling a specific method with specific values.
    +static TransformerChainedTransformer.getInstance(Transformer[] transformers) + +
    +          Factory method that performs validation and copies the parameter array.
    +static TransformerChainedTransformer.getInstance(Transformer transformer1, + Transformer transformer2) + +
    +          Factory method that performs validation.
    + TransformerTransformerPredicate.getTransformer() + +
    +          Gets the transformer.
    + TransformerTransformerClosure.getTransformer() + +
    +          Gets the transformer.
    + TransformerTransformedPredicate.getTransformer() + +
    +          Gets the transformer in use.
    + Transformer[]SwitchTransformer.getTransformers() + +
    +          Gets the transformers, do not modify the array.
    + Transformer[]ChainedTransformer.getTransformers() + +
    +          Gets the transformers, do not modify the array.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.functors with parameters of type Transformer
    +static TransformerSwitchTransformer.getInstance(Predicate[] predicates, + Transformer[] transformers, + Transformer defaultTransformer) + +
    +          Factory method that performs validation and copies the parameter arrays.
    +static TransformerSwitchTransformer.getInstance(Predicate[] predicates, + Transformer[] transformers, + Transformer defaultTransformer) + +
    +          Factory method that performs validation and copies the parameter arrays.
    +static PredicateTransformerPredicate.getInstance(Transformer transformer) + +
    +          Factory to create the predicate.
    +static ClosureTransformerClosure.getInstance(Transformer transformer) + +
    +          Factory method that performs validation.
    +static TransformerChainedTransformer.getInstance(Transformer[] transformers) + +
    +          Factory method that performs validation and copies the parameter array.
    +static PredicateTransformedPredicate.getInstance(Transformer transformer, + Predicate predicate) + +
    +          Factory to create the predicate.
    +static TransformerChainedTransformer.getInstance(Transformer transformer1, + Transformer transformer2) + +
    +          Factory method that performs validation.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.functors with parameters of type Transformer
    ChainedTransformer(Transformer[] transformers) + +
    +          Constructor that performs no validation.
    SwitchTransformer(Predicate[] predicates, + Transformer[] transformers, + Transformer defaultTransformer) + +
    +          Constructor that performs no validation.
    SwitchTransformer(Predicate[] predicates, + Transformer[] transformers, + Transformer defaultTransformer) + +
    +          Constructor that performs no validation.
    TransformedPredicate(Transformer transformer, + Predicate predicate) + +
    +          Constructor that performs no validation.
    TransformerClosure(Transformer transformer) + +
    +          Constructor that performs no validation.
    TransformerPredicate(Transformer transformer) + +
    +          Constructor that performs no validation.
    +  +

    + + + + + +
    +Uses of Transformer in org.apache.commons.collections.iterators
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections.iterators declared as Transformer
    +protected  TransformerObjectGraphIterator.transformer + +
    +          The transformer to use
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.iterators that return Transformer
    + TransformerTransformIterator.getTransformer() + +
    +          Gets the transformer this iterator is using.
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.iterators with parameters of type Transformer
    + voidTransformIterator.setTransformer(Transformer transformer) + +
    +          Sets the transformer this the iterator to use.
    +  +

    + + + + + + + + + + - -
    Constructors in org.apache.commons.collections.iterators with parameters of type Transformer
    ObjectGraphIterator(java.lang.Object root, + Transformer transformer) + +
    +          Constructs an ObjectGraphIterator using a root object and transformer.
    TransformIterator(java.util.Iterator iterator, + Transformer transformer) + +
              Constructs a new TransformIterator that will use the - given iterator and transformer.
    -  -

    - - - - - -
    -Uses of Transformer in org.apache.commons.collections.list
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.list with parameters of type Transformer
    -static java.util.ListTransformedList.decorate(java.util.List list, - Transformer transformer) - -
    -          Factory method to create a transforming list.
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.list with parameters of type Transformer
    TransformedList(java.util.List list, - Transformer transformer) - -
    -          Constructor that wraps (not copies).
    -  -

    - - - - - -
    -Uses of Transformer in org.apache.commons.collections.map
    -  -

    - - - - - - - - - - - - - - - - - -
    Fields in org.apache.commons.collections.map declared as Transformer
    -protected  TransformerLazyMap.factory - -
    -          The factory to use to construct elements
    -protected  TransformerTransformedMap.keyTransformer - -
    -          The transformer to use for the key
    -protected  TransformerTransformedMap.valueTransformer - -
    -          The transformer to use for the value
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +
    Methods in org.apache.commons.collections.map with parameters of type Transformer
    -static java.util.MapLazyMap.decorate(java.util.Map map, - Transformer factory) - -
    -          Factory method to create a lazily instantiated map.
    -static java.util.MapDefaultedMap.decorate(java.util.Map map, - Transformer factory) - -
    -          Factory method to create a defaulting map.
    -static java.util.MapTransformedMap.decorate(java.util.Map map, - Transformer keyTransformer, - Transformer valueTransformer) - -
    -          Factory method to create a transforming map.
    -static java.util.SortedMapLazySortedMap.decorate(java.util.SortedMap map, - Transformer factory) - -
    -          Factory method to create a lazily instantiated sorted map.
    -static java.util.SortedMapTransformedSortedMap.decorate(java.util.SortedMap map, - Transformer keyTransformer, - Transformer valueTransformer) - -
    -          Factory method to create a transforming sorted map.
    -static java.util.MapTransformedMap.decorateTransform(java.util.Map map, - Transformer keyTransformer, - Transformer valueTransformer) - -
    + given iterator and transformer.
    +  +

    + + + + + +
    +Uses of Transformer in org.apache.commons.collections.list
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.list with parameters of type Transformer
    +static java.util.ListTransformedList.decorate(java.util.List list, + Transformer transformer) + +
    +          Factory method to create a transforming list.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.list with parameters of type Transformer
    TransformedList(java.util.List list, + Transformer transformer) + +
    +          Constructor that wraps (not copies).
    +  +

    + + + + + +
    +Uses of Transformer in org.apache.commons.collections.map
    +  +

    + + + + + + + + + + + + + + + + + +
    Fields in org.apache.commons.collections.map declared as Transformer
    +protected  TransformerLazyMap.factory + +
    +          The factory to use to construct elements
    +protected  TransformerTransformedMap.keyTransformer + +
    +          The transformer to use for the key
    +protected  TransformerTransformedMap.valueTransformer + +
    +          The transformer to use for the value
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - -
    Methods in org.apache.commons.collections.map with parameters of type Transformer
    +static java.util.MapLazyMap.decorate(java.util.Map map, + Transformer factory) + +
    +          Factory method to create a lazily instantiated map.
    +static java.util.MapDefaultedMap.decorate(java.util.Map map, + Transformer factory) + +
    +          Factory method to create a defaulting map.
    +static java.util.MapTransformedMap.decorate(java.util.Map map, + Transformer keyTransformer, + Transformer valueTransformer) + +
    +          Factory method to create a transforming map.
    +static java.util.SortedMapLazySortedMap.decorate(java.util.SortedMap map, + Transformer factory) + +
    +          Factory method to create a lazily instantiated sorted map.
    +static java.util.SortedMapTransformedSortedMap.decorate(java.util.SortedMap map, + Transformer keyTransformer, + Transformer valueTransformer) + +
    +          Factory method to create a transforming sorted map.
    +static java.util.MapTransformedMap.decorateTransform(java.util.Map map, + Transformer keyTransformer, + Transformer valueTransformer) + +
              Factory method to create a transforming map that will transform - existing contents of the specified map.
    -static java.util.SortedMapTransformedSortedMap.decorateTransform(java.util.SortedMap map, - Transformer keyTransformer, - Transformer valueTransformer) - -
    + existing contents of the specified map.
    +static java.util.SortedMapTransformedSortedMap.decorateTransform(java.util.SortedMap map, + Transformer keyTransformer, + Transformer valueTransformer) + +
              Factory method to create a transforming sorted map that will transform - existing contents of the specified map.
    -  -

    - - - - - - - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.map with parameters of type Transformer
    LazyMap(java.util.Map map, - Transformer factory) - -
    -          Constructor that wraps (not copies).
    LazySortedMap(java.util.SortedMap map, - Transformer factory) - -
    -          Constructor that wraps (not copies).
    TransformedMap(java.util.Map map, - Transformer keyTransformer, - Transformer valueTransformer) - -
    -          Constructor that wraps (not copies).
    TransformedSortedMap(java.util.SortedMap map, - Transformer keyTransformer, - Transformer valueTransformer) - -
    -          Constructor that wraps (not copies).
    -  -

    - - - - - -
    -Uses of Transformer in org.apache.commons.collections.set
    -  -

    - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.set with parameters of type Transformer
    -static java.util.SetTransformedSet.decorate(java.util.Set set, - Transformer transformer) - -
    -          Factory method to create a transforming set.
    -static java.util.SortedSetTransformedSortedSet.decorate(java.util.SortedSet set, - Transformer transformer) - -
    -          Factory method to create a transforming sorted set.
    -  -

    - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.set with parameters of type Transformer
    TransformedSet(java.util.Set set, - Transformer transformer) - -
    -          Constructor that wraps (not copies).
    TransformedSortedSet(java.util.SortedSet set, - Transformer transformer) - -
    -          Constructor that wraps (not copies).
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + existing contents of the specified map.
    +  +

    + + + + + + + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.map with parameters of type Transformer
    LazyMap(java.util.Map map, + Transformer factory) + +
    +          Constructor that wraps (not copies).
    LazySortedMap(java.util.SortedMap map, + Transformer factory) + +
    +          Constructor that wraps (not copies).
    TransformedMap(java.util.Map map, + Transformer keyTransformer, + Transformer valueTransformer) + +
    +          Constructor that wraps (not copies).
    TransformedSortedMap(java.util.SortedMap map, + Transformer keyTransformer, + Transformer valueTransformer) + +
    +          Constructor that wraps (not copies).
    +  +

    + + + + + +
    +Uses of Transformer in org.apache.commons.collections.set
    +  +

    + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.set with parameters of type Transformer
    +static java.util.SetTransformedSet.decorate(java.util.Set set, + Transformer transformer) + +
    +          Factory method to create a transforming set.
    +static java.util.SortedSetTransformedSortedSet.decorate(java.util.SortedSet set, + Transformer transformer) + +
    +          Factory method to create a transforming sorted set.
    +  +

    + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.set with parameters of type Transformer
    TransformedSet(java.util.Set set, + Transformer transformer) + +
    +          Constructor that wraps (not copies).
    TransformedSortedSet(java.util.SortedSet set, + Transformer transformer) + +
    +          Constructor that wraps (not copies).
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/TransformerUtils.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/TransformerUtils.html index ec41ef0..bc7097e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/TransformerUtils.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/TransformerUtils.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.TransformerUtils (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.TransformerUtils

    -
    -No usage of org.apache.commons.collections.TransformerUtils -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.TransformerUtils (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.TransformerUtils

    +
    +No usage of org.apache.commons.collections.TransformerUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/TreeBag.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/TreeBag.html index 46ae1ab..14bc507 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/TreeBag.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/TreeBag.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.TreeBag (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.TreeBag

    -
    -No usage of org.apache.commons.collections.TreeBag -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.TreeBag (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.TreeBag

    +
    +No usage of org.apache.commons.collections.TreeBag +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/UnboundedFifoBuffer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/UnboundedFifoBuffer.html index 2258fba..96af053 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/UnboundedFifoBuffer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/UnboundedFifoBuffer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.UnboundedFifoBuffer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.UnboundedFifoBuffer

    -
    -No usage of org.apache.commons.collections.UnboundedFifoBuffer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.UnboundedFifoBuffer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.UnboundedFifoBuffer

    +
    +No usage of org.apache.commons.collections.UnboundedFifoBuffer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Unmodifiable.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Unmodifiable.html index 0ec4726..2a0218c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Unmodifiable.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/class-use/Unmodifiable.html @@ -1,514 +1,514 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.Unmodifiable (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.Unmodifiable

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Packages that use Unmodifiable
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface. 
    org.apache.commons.collections.collection -This package contains implementations of the -Collection interface. 
    org.apache.commons.collections.iterators -This package contains implementations of the -Iterator interface. 
    org.apache.commons.collections.keyvalue -This package contains implementations of collection and map related key/value classes. 
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - -
    -Uses of Unmodifiable in org.apache.commons.collections.bag
    -  -

    - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.bag that implement Unmodifiable
    - classUnmodifiableBag - -
    -          Decorates another Bag to ensure it can't be altered.
    - classUnmodifiableSortedBag - -
    -          Decorates another SortedBag to ensure it can't be altered.
    -  -

    - - - - - -
    -Uses of Unmodifiable in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.bidimap that implement Unmodifiable
    - classUnmodifiableBidiMap - -
    -          Decorates another BidiMap to ensure it can't be altered.
    - classUnmodifiableOrderedBidiMap - -
    -          Decorates another OrderedBidiMap to ensure it can't be altered.
    - classUnmodifiableSortedBidiMap - -
    -          Decorates another SortedBidiMap to ensure it can't be altered.
    -  -

    - - - - - -
    -Uses of Unmodifiable in org.apache.commons.collections.buffer
    -  -

    - - - - - - - - - -
    Classes in org.apache.commons.collections.buffer that implement Unmodifiable
    - classUnmodifiableBuffer - -
    -          Decorates another Buffer to ensure it can't be altered.
    -  -

    - - - - - -
    -Uses of Unmodifiable in org.apache.commons.collections.collection
    -  -

    - - - - - - - - - -
    Classes in org.apache.commons.collections.collection that implement Unmodifiable
    - classUnmodifiableCollection - -
    -          Decorates another Collection to ensure it can't be altered.
    -  -

    - - - - - -
    -Uses of Unmodifiable in org.apache.commons.collections.iterators
    -  -

    - - - - - - - - - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.iterators that implement Unmodifiable
    - classUnmodifiableIterator - -
    -          Decorates an iterator such that it cannot be modified.
    - classUnmodifiableListIterator - -
    -          Decorates a list iterator such that it cannot be modified.
    - classUnmodifiableMapIterator - -
    -          Decorates a map iterator such that it cannot be modified.
    - classUnmodifiableOrderedMapIterator - -
    -          Decorates an ordered map iterator such that it cannot be modified.
    -  -

    - - - - - -
    -Uses of Unmodifiable in org.apache.commons.collections.keyvalue
    -  -

    - - - - - - - - + +
    Classes in org.apache.commons.collections.keyvalue that implement Unmodifiable
    - classUnmodifiableMapEntry - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.Unmodifiable (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.Unmodifiable

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Packages that use Unmodifiable
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface. 
    org.apache.commons.collections.collection +This package contains implementations of the +Collection interface. 
    org.apache.commons.collections.iterators +This package contains implementations of the +Iterator interface. 
    org.apache.commons.collections.keyvalue +This package contains implementations of collection and map related key/value classes. 
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + +
    +Uses of Unmodifiable in org.apache.commons.collections.bag
    +  +

    + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.bag that implement Unmodifiable
    + classUnmodifiableBag + +
    +          Decorates another Bag to ensure it can't be altered.
    + classUnmodifiableSortedBag + +
    +          Decorates another SortedBag to ensure it can't be altered.
    +  +

    + + + + + +
    +Uses of Unmodifiable in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.bidimap that implement Unmodifiable
    + classUnmodifiableBidiMap + +
    +          Decorates another BidiMap to ensure it can't be altered.
    + classUnmodifiableOrderedBidiMap + +
    +          Decorates another OrderedBidiMap to ensure it can't be altered.
    + classUnmodifiableSortedBidiMap + +
    +          Decorates another SortedBidiMap to ensure it can't be altered.
    +  +

    + + + + + +
    +Uses of Unmodifiable in org.apache.commons.collections.buffer
    +  +

    + + + + + + + + + +
    Classes in org.apache.commons.collections.buffer that implement Unmodifiable
    + classUnmodifiableBuffer + +
    +          Decorates another Buffer to ensure it can't be altered.
    +  +

    + + + + + +
    +Uses of Unmodifiable in org.apache.commons.collections.collection
    +  +

    + + + + + + + + + +
    Classes in org.apache.commons.collections.collection that implement Unmodifiable
    + classUnmodifiableCollection + +
    +          Decorates another Collection to ensure it can't be altered.
    +  +

    + + + + + +
    +Uses of Unmodifiable in org.apache.commons.collections.iterators
    +  +

    + + + + + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.iterators that implement Unmodifiable
    + classUnmodifiableIterator + +
    +          Decorates an iterator such that it cannot be modified.
    + classUnmodifiableListIterator + +
    +          Decorates a list iterator such that it cannot be modified.
    + classUnmodifiableMapIterator + +
    +          Decorates a map iterator such that it cannot be modified.
    + classUnmodifiableOrderedMapIterator + +
    +          Decorates an ordered map iterator such that it cannot be modified.
    +  +

    + + + + + +
    +Uses of Unmodifiable in org.apache.commons.collections.keyvalue
    +  +

    + + + + + + + + - -
    Classes in org.apache.commons.collections.keyvalue that implement Unmodifiable
    + classUnmodifiableMapEntry + +
              A Map.Entry that throws - UnsupportedOperationException when setValue is called.
    -  -

    - - - - - -
    -Uses of Unmodifiable in org.apache.commons.collections.list
    -  -

    - - - - - - - - - -
    Classes in org.apache.commons.collections.list that implement Unmodifiable
    - classUnmodifiableList - -
    -          Decorates another List to ensure it can't be altered.
    -  -

    - - - - - -
    -Uses of Unmodifiable in org.apache.commons.collections.map
    -  -

    - - - - - - - - - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.map that implement Unmodifiable
    - classUnmodifiableEntrySet - -
    -          Decorates a map entry Set to ensure it can't be altered.
    - classUnmodifiableMap - -
    -          Decorates another Map to ensure it can't be altered.
    - classUnmodifiableOrderedMap - -
    -          Decorates another OrderedMap to ensure it can't be altered.
    - classUnmodifiableSortedMap - -
    -          Decorates another SortedMap to ensure it can't be altered.
    -  -

    - - - - - -
    -Uses of Unmodifiable in org.apache.commons.collections.set
    -  -

    - - - - - - - - - - - - - -
    Classes in org.apache.commons.collections.set that implement Unmodifiable
    - classUnmodifiableSet - -
    -          Decorates another Set to ensure it can't be altered.
    - classUnmodifiableSortedSet - -
    -          Decorates another SortedSet to ensure it can't be altered.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + UnsupportedOperationException when setValue is called.
    +  +

    + + + + + +
    +Uses of Unmodifiable in org.apache.commons.collections.list
    +  +

    + + + + + + + + + +
    Classes in org.apache.commons.collections.list that implement Unmodifiable
    + classUnmodifiableList + +
    +          Decorates another List to ensure it can't be altered.
    +  +

    + + + + + +
    +Uses of Unmodifiable in org.apache.commons.collections.map
    +  +

    + + + + + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.map that implement Unmodifiable
    + classUnmodifiableEntrySet + +
    +          Decorates a map entry Set to ensure it can't be altered.
    + classUnmodifiableMap + +
    +          Decorates another Map to ensure it can't be altered.
    + classUnmodifiableOrderedMap + +
    +          Decorates another OrderedMap to ensure it can't be altered.
    + classUnmodifiableSortedMap + +
    +          Decorates another SortedMap to ensure it can't be altered.
    +  +

    + + + + + +
    +Uses of Unmodifiable in org.apache.commons.collections.set
    +  +

    + + + + + + + + + + + + + +
    Classes in org.apache.commons.collections.set that implement Unmodifiable
    + classUnmodifiableSet + +
    +          Decorates another Set to ensure it can't be altered.
    + classUnmodifiableSortedSet + +
    +          Decorates another SortedSet to ensure it can't be altered.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/AbstractCollectionDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/AbstractCollectionDecorator.html index ce73e6b..de9e4c7 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/AbstractCollectionDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/AbstractCollectionDecorator.html @@ -1,110 +1,110 @@ - - - - - - - -AbstractCollectionDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.collection -
    -Class AbstractCollectionDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection
    -
    -
    -
    Direct Known Subclasses:
    AbstractBagDecorator, AbstractBufferDecorator, AbstractDualBidiMap.View, AbstractListDecorator, AbstractSerializableCollectionDecorator, AbstractSetDecorator
    -
    -
    -
    -
    public abstract class AbstractCollectionDecorator
    extends java.lang.Object
    implements java.util.Collection
    - - -

    + + + + + + + +AbstractCollectionDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.collection +
    +Class AbstractCollectionDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection
    +
    +
    +
    Direct Known Subclasses:
    AbstractBagDecorator, AbstractBufferDecorator, AbstractDualBidiMap.View, AbstractListDecorator, AbstractSerializableCollectionDecorator, AbstractSetDecorator
    +
    +
    +
    +
    public abstract class AbstractCollectionDecorator
    extends java.lang.Object
    implements java.util.Collection
    + + +

    Decorates another Collection to provide additional behaviour.

    Each method call made on this Collection is forwarded to the @@ -115,592 +115,592 @@ Decorates another Collection to provide additional behaviour. written for each implementation.

    This implementation does not perform any special processing with - iterator(). Instead it simply returns the value from the + iterator(). Instead it simply returns the value from the wrapped collection. This may be undesirable, for example if you are trying - to write an unmodifiable implementation it might provide a loophole. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Paul Jack
    -
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.Collectioncollection - -
    -          The collection being decorated
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractCollectionDecorator() - -
    -          Constructor only used in deserialization, do not use otherwise.
    -protected AbstractCollectionDecorator(java.util.Collection coll) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanadd(java.lang.Object object) - -
    -           
    - booleanaddAll(java.util.Collection coll) - -
    -           
    - voidclear() - -
    -           
    - booleancontains(java.lang.Object object) - -
    -           
    - booleancontainsAll(java.util.Collection coll) - -
    -           
    - booleanequals(java.lang.Object object) - -
    -           
    -protected  java.util.CollectiongetCollection() - -
    -          Gets the collection being decorated.
    - inthashCode() - -
    -           
    - booleanisEmpty() - -
    -           
    - java.util.Iteratoriterator() - -
    -           
    - booleanremove(java.lang.Object object) - -
    -           
    - booleanremoveAll(java.util.Collection coll) - -
    -           
    - booleanretainAll(java.util.Collection coll) - -
    -           
    - intsize() - -
    -           
    - java.lang.Object[]toArray() - -
    -           
    - java.lang.Object[]toArray(java.lang.Object[] object) - -
    -           
    - java.lang.StringtoString() - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -collection

    -
    -protected java.util.Collection collection
    -
    -
    The collection being decorated -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractCollectionDecorator

    -
    -protected AbstractCollectionDecorator()
    -
    -
    Constructor only used in deserialization, do not use otherwise. -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -

    -AbstractCollectionDecorator

    -
    -protected AbstractCollectionDecorator(java.util.Collection coll)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    coll - the collection to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if the collection is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getCollection

    -
    -protected java.util.Collection getCollection()
    -
    -
    Gets the collection being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated collection
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -contains

    -
    -public boolean contains(java.lang.Object object)
    -
    -
    -
    Specified by:
    contains in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    -
    Specified by:
    isEmpty in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    -
    Specified by:
    size in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray()
    -
    -
    -
    Specified by:
    toArray in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray(java.lang.Object[] object)
    -
    -
    -
    Specified by:
    toArray in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -containsAll

    -
    -public boolean containsAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    containsAll in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    removeAll in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    retainAll in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object object)
    -
    -
    -
    Specified by:
    equals in interface java.util.Collection
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    -
    Specified by:
    hashCode in interface java.util.Collection
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + to write an unmodifiable implementation it might provide a loophole. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Paul Jack
    +
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.Collectioncollection + +
    +          The collection being decorated
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractCollectionDecorator() + +
    +          Constructor only used in deserialization, do not use otherwise.
    +protected AbstractCollectionDecorator(java.util.Collection coll) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanadd(java.lang.Object object) + +
    +           
    + booleanaddAll(java.util.Collection coll) + +
    +           
    + voidclear() + +
    +           
    + booleancontains(java.lang.Object object) + +
    +           
    + booleancontainsAll(java.util.Collection coll) + +
    +           
    + booleanequals(java.lang.Object object) + +
    +           
    +protected  java.util.CollectiongetCollection() + +
    +          Gets the collection being decorated.
    + inthashCode() + +
    +           
    + booleanisEmpty() + +
    +           
    + java.util.Iteratoriterator() + +
    +           
    + booleanremove(java.lang.Object object) + +
    +           
    + booleanremoveAll(java.util.Collection coll) + +
    +           
    + booleanretainAll(java.util.Collection coll) + +
    +           
    + intsize() + +
    +           
    + java.lang.Object[]toArray() + +
    +           
    + java.lang.Object[]toArray(java.lang.Object[] object) + +
    +           
    + java.lang.StringtoString() + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +collection

    +
    +protected java.util.Collection collection
    +
    +
    The collection being decorated +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractCollectionDecorator

    +
    +protected AbstractCollectionDecorator()
    +
    +
    Constructor only used in deserialization, do not use otherwise. +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +

    +AbstractCollectionDecorator

    +
    +protected AbstractCollectionDecorator(java.util.Collection coll)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    coll - the collection to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getCollection

    +
    +protected java.util.Collection getCollection()
    +
    +
    Gets the collection being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated collection
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(java.lang.Object object)
    +
    +
    +
    Specified by:
    contains in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    +
    Specified by:
    isEmpty in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    +
    Specified by:
    size in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray()
    +
    +
    +
    Specified by:
    toArray in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray(java.lang.Object[] object)
    +
    +
    +
    Specified by:
    toArray in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +containsAll

    +
    +public boolean containsAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    containsAll in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    removeAll in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    retainAll in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object object)
    +
    +
    +
    Specified by:
    equals in interface java.util.Collection
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    +
    Specified by:
    hashCode in interface java.util.Collection
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/AbstractSerializableCollectionDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/AbstractSerializableCollectionDecorator.html index cf5a56b..b17bab8 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/AbstractSerializableCollectionDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/AbstractSerializableCollectionDecorator.html @@ -1,270 +1,270 @@ - - - - - - - -AbstractSerializableCollectionDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.collection -
    -Class AbstractSerializableCollectionDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection
    -
    -
    -
    Direct Known Subclasses:
    PredicatedCollection, TransformedCollection, UnmodifiableBoundedCollection, UnmodifiableCollection
    -
    -
    -
    -
    public abstract class AbstractSerializableCollectionDecorator
    extends AbstractCollectionDecorator
    implements java.io.Serializable
    - - -

    -Serializable subclass of AbstractCollectionDecorator. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractSerializableCollectionDecorator(java.util.Collection coll) - -
    -          Constructor.
    -  - - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractSerializableCollectionDecorator

    -
    -protected AbstractSerializableCollectionDecorator(java.util.Collection coll)
    -
    -
    Constructor. -

    -

    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractSerializableCollectionDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.collection +
    +Class AbstractSerializableCollectionDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection
    +
    +
    +
    Direct Known Subclasses:
    PredicatedCollection, TransformedCollection, UnmodifiableBoundedCollection, UnmodifiableCollection
    +
    +
    +
    +
    public abstract class AbstractSerializableCollectionDecorator
    extends AbstractCollectionDecorator
    implements java.io.Serializable
    + + +

    +Serializable subclass of AbstractCollectionDecorator. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractSerializableCollectionDecorator(java.util.Collection coll) + +
    +          Constructor.
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractSerializableCollectionDecorator

    +
    +protected AbstractSerializableCollectionDecorator(java.util.Collection coll)
    +
    +
    Constructor. +

    +

    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/CompositeCollection.CollectionMutator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/CompositeCollection.CollectionMutator.html index 59ea351..2eed5d6 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/CompositeCollection.CollectionMutator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/CompositeCollection.CollectionMutator.html @@ -1,288 +1,288 @@ - - - - - - - -CompositeCollection.CollectionMutator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.collection -
    -Interface CompositeCollection.CollectionMutator

    -
    -
    All Known Subinterfaces:
    CompositeSet.SetMutator
    -
    -
    -
    Enclosing class:
    CompositeCollection
    -
    -
    -
    -
    public static interface CompositeCollection.CollectionMutator
    - - -

    -Pluggable strategy to handle changes to the composite. -

    - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanadd(CompositeCollection composite, - java.util.Collection[] collections, - java.lang.Object obj) - -
    -          Called when an object is to be added to the composite.
    - booleanaddAll(CompositeCollection composite, - java.util.Collection[] collections, - java.util.Collection coll) - -
    -          Called when a collection is to be added to the composite.
    - booleanremove(CompositeCollection composite, - java.util.Collection[] collections, - java.lang.Object obj) - -
    -          Called when an object is to be removed to the composite.
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -add

    -
    -boolean add(CompositeCollection composite,
    -            java.util.Collection[] collections,
    -            java.lang.Object obj)
    -
    -
    Called when an object is to be added to the composite. -

    -

    -
    Parameters:
    composite - the CompositeCollection being changed
    collections - all of the Collection instances in this CompositeCollection
    obj - the object being added -
    Returns:
    true if the collection is changed -
    Throws: -
    java.lang.UnsupportedOperationException - if add is unsupported -
    java.lang.ClassCastException - if the object cannot be added due to its type -
    java.lang.NullPointerException - if the object cannot be added because its null -
    java.lang.IllegalArgumentException - if the object cannot be added
    -
    -
    -
    - -

    -addAll

    -
    -boolean addAll(CompositeCollection composite,
    -               java.util.Collection[] collections,
    -               java.util.Collection coll)
    -
    -
    Called when a collection is to be added to the composite. -

    -

    -
    Parameters:
    composite - the CompositeCollection being changed
    collections - all of the Collection instances in this CompositeCollection
    coll - the collection being added -
    Returns:
    true if the collection is changed -
    Throws: -
    java.lang.UnsupportedOperationException - if add is unsupported -
    java.lang.ClassCastException - if the object cannot be added due to its type -
    java.lang.NullPointerException - if the object cannot be added because its null -
    java.lang.IllegalArgumentException - if the object cannot be added
    -
    -
    -
    - -

    -remove

    -
    -boolean remove(CompositeCollection composite,
    -               java.util.Collection[] collections,
    -               java.lang.Object obj)
    -
    -
    Called when an object is to be removed to the composite. -

    -

    -
    Parameters:
    composite - the CompositeCollection being changed
    collections - all of the Collection instances in this CompositeCollection
    obj - the object being removed -
    Returns:
    true if the collection is changed -
    Throws: -
    java.lang.UnsupportedOperationException - if removed is unsupported -
    java.lang.ClassCastException - if the object cannot be removed due to its type -
    java.lang.NullPointerException - if the object cannot be removed because its null -
    java.lang.IllegalArgumentException - if the object cannot be removed
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +CompositeCollection.CollectionMutator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.collection +
    +Interface CompositeCollection.CollectionMutator

    +
    +
    All Known Subinterfaces:
    CompositeSet.SetMutator
    +
    +
    +
    Enclosing class:
    CompositeCollection
    +
    +
    +
    +
    public static interface CompositeCollection.CollectionMutator
    + + +

    +Pluggable strategy to handle changes to the composite. +

    + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanadd(CompositeCollection composite, + java.util.Collection[] collections, + java.lang.Object obj) + +
    +          Called when an object is to be added to the composite.
    + booleanaddAll(CompositeCollection composite, + java.util.Collection[] collections, + java.util.Collection coll) + +
    +          Called when a collection is to be added to the composite.
    + booleanremove(CompositeCollection composite, + java.util.Collection[] collections, + java.lang.Object obj) + +
    +          Called when an object is to be removed to the composite.
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +add

    +
    +boolean add(CompositeCollection composite,
    +            java.util.Collection[] collections,
    +            java.lang.Object obj)
    +
    +
    Called when an object is to be added to the composite. +

    +

    +
    Parameters:
    composite - the CompositeCollection being changed
    collections - all of the Collection instances in this CompositeCollection
    obj - the object being added +
    Returns:
    true if the collection is changed +
    Throws: +
    java.lang.UnsupportedOperationException - if add is unsupported +
    java.lang.ClassCastException - if the object cannot be added due to its type +
    java.lang.NullPointerException - if the object cannot be added because its null +
    java.lang.IllegalArgumentException - if the object cannot be added
    +
    +
    +
    + +

    +addAll

    +
    +boolean addAll(CompositeCollection composite,
    +               java.util.Collection[] collections,
    +               java.util.Collection coll)
    +
    +
    Called when a collection is to be added to the composite. +

    +

    +
    Parameters:
    composite - the CompositeCollection being changed
    collections - all of the Collection instances in this CompositeCollection
    coll - the collection being added +
    Returns:
    true if the collection is changed +
    Throws: +
    java.lang.UnsupportedOperationException - if add is unsupported +
    java.lang.ClassCastException - if the object cannot be added due to its type +
    java.lang.NullPointerException - if the object cannot be added because its null +
    java.lang.IllegalArgumentException - if the object cannot be added
    +
    +
    +
    + +

    +remove

    +
    +boolean remove(CompositeCollection composite,
    +               java.util.Collection[] collections,
    +               java.lang.Object obj)
    +
    +
    Called when an object is to be removed to the composite. +

    +

    +
    Parameters:
    composite - the CompositeCollection being changed
    collections - all of the Collection instances in this CompositeCollection
    obj - the object being removed +
    Returns:
    true if the collection is changed +
    Throws: +
    java.lang.UnsupportedOperationException - if removed is unsupported +
    java.lang.ClassCastException - if the object cannot be removed due to its type +
    java.lang.NullPointerException - if the object cannot be removed because its null +
    java.lang.IllegalArgumentException - if the object cannot be removed
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/CompositeCollection.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/CompositeCollection.html index 392a45a..63a0f75 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/CompositeCollection.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/CompositeCollection.html @@ -1,925 +1,925 @@ - - - - - - - -CompositeCollection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.collection -
    -Class CompositeCollection

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.CompositeCollection
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection
    -
    -
    -
    Direct Known Subclasses:
    CompositeSet
    -
    -
    -
    -
    public class CompositeCollection
    extends java.lang.Object
    implements java.util.Collection
    - - -

    + + + + + + + +CompositeCollection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.collection +
    +Class CompositeCollection

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.CompositeCollection
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection
    +
    +
    +
    Direct Known Subclasses:
    CompositeSet
    +
    +
    +
    +
    public class CompositeCollection
    extends java.lang.Object
    implements java.util.Collection
    + + +

    Decorates a collection of other collections to provide a single unified view.

    Changes made to this collection will actually be made on the decorated collection. - Add and remove operations require the use of a pluggable strategy. If no - strategy is provided then add and remove are unsupported. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Brian McCallister, Stephen Colebourne, Phil Steitz
    -
    -
    - -

    - - - - - - - - - - - -
    -Nested Class Summary
    -static interfaceCompositeCollection.CollectionMutator - -
    -          Pluggable strategy to handle changes to the composite.
    - - - - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.Collection[]all - -
    -          Collections in the composite
    -protected  CompositeCollection.CollectionMutatormutator - -
    -          CollectionMutator to handle changes to the collection
    -  - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
    -Constructor Summary
    CompositeCollection() - -
    -          Create an empty CompositeCollection.
    CompositeCollection(java.util.Collection coll) - -
    -          Create a Composite Collection with only coll composited.
    CompositeCollection(java.util.Collection[] colls) - -
    + Add and remove operations require the use of a pluggable strategy. If no + strategy is provided then add and remove are unsupported. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Brian McCallister, Stephen Colebourne, Phil Steitz
    +
    +
    + +

    + + + + + + + + + + + +
    +Nested Class Summary
    +static interfaceCompositeCollection.CollectionMutator + +
    +          Pluggable strategy to handle changes to the composite.
    + + + + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.Collection[]all + +
    +          Collections in the composite
    +protected  CompositeCollection.CollectionMutatormutator + +
    +          CollectionMutator to handle changes to the collection
    +  + + + + + + + + + + + + + + + - -
    +Constructor Summary
    CompositeCollection() + +
    +          Create an empty CompositeCollection.
    CompositeCollection(java.util.Collection coll) + +
    +          Create a Composite Collection with only coll composited.
    CompositeCollection(java.util.Collection[] colls) + +
              Create a CompositeCollection with colls as the initial list of - composited collections.
    -  - - - - - - - - - - + +
    -Method Summary
    - booleanadd(java.lang.Object obj) - -
    + composited collections.
    +  + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    + booleanadd(java.lang.Object obj) + +
              Adds an object to the collection, throwing UnsupportedOperationException - unless a CollectionMutator strategy is specified.
    - booleanaddAll(java.util.Collection coll) - -
    + unless a CollectionMutator strategy is specified.
    + booleanaddAll(java.util.Collection coll) + +
              Adds a collection of elements to this collection, throwing - UnsupportedOperationException unless a CollectionMutator strategy is specified.
    - voidaddComposited(java.util.Collection c) - -
    -          Add an additional collection to this composite.
    - voidaddComposited(java.util.Collection[] comps) - -
    -          Add these Collections to the list of collections in this composite
    - voidaddComposited(java.util.Collection c, - java.util.Collection d) - -
    -          Add two additional collections to this composite.
    - voidclear() - -
    -          Removes all of the elements from this collection .
    - booleancontains(java.lang.Object obj) - -
    -          Checks whether this composite collection contains the object.
    - booleancontainsAll(java.util.Collection coll) - -
    -          Checks whether this composite contains all the elements in the specified collection.
    - java.util.CollectiongetCollections() - -
    -          Gets the collections being decorated.
    - booleanisEmpty() - -
    -          Checks whether this composite collection is empty.
    - java.util.Iteratoriterator() - -
    -          Gets an iterator over all the collections in this composite.
    - booleanremove(java.lang.Object obj) - -
    + UnsupportedOperationException unless a CollectionMutator strategy is specified.
    + voidaddComposited(java.util.Collection c) + +
    +          Add an additional collection to this composite.
    + voidaddComposited(java.util.Collection[] comps) + +
    +          Add these Collections to the list of collections in this composite
    + voidaddComposited(java.util.Collection c, + java.util.Collection d) + +
    +          Add two additional collections to this composite.
    + voidclear() + +
    +          Removes all of the elements from this collection .
    + booleancontains(java.lang.Object obj) + +
    +          Checks whether this composite collection contains the object.
    + booleancontainsAll(java.util.Collection coll) + +
    +          Checks whether this composite contains all the elements in the specified collection.
    + java.util.CollectiongetCollections() + +
    +          Gets the collections being decorated.
    + booleanisEmpty() + +
    +          Checks whether this composite collection is empty.
    + java.util.Iteratoriterator() + +
    +          Gets an iterator over all the collections in this composite.
    + booleanremove(java.lang.Object obj) + +
              Removes an object from the collection, throwing UnsupportedOperationException - unless a CollectionMutator strategy is specified.
    - booleanremoveAll(java.util.Collection coll) - -
    -          Removes the elements in the specified collection from this composite collection.
    - voidremoveComposited(java.util.Collection coll) - -
    -          Removes a collection from the those being decorated in this composite.
    - booleanretainAll(java.util.Collection coll) - -
    + unless a CollectionMutator strategy is specified.
    + booleanremoveAll(java.util.Collection coll) + +
    +          Removes the elements in the specified collection from this composite collection.
    + voidremoveComposited(java.util.Collection coll) + +
    +          Removes a collection from the those being decorated in this composite.
    + booleanretainAll(java.util.Collection coll) + +
              Retains all the elements in the specified collection in this composite collection, - removing all others.
    - voidsetMutator(CompositeCollection.CollectionMutator mutator) - -
    -          Specify a CollectionMutator strategy instance to handle changes.
    - intsize() - -
    -          Gets the size of this composite collection.
    - java.lang.Object[]toArray() - -
    -          Returns an array containing all of the elements in this composite.
    - java.lang.Object[]toArray(java.lang.Object[] array) - -
    -          Returns an object array, populating the supplied array if possible.
    - java.util.CollectiontoCollection() - -
    -          Returns a new collection containing all of the elements
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    equals, hashCode
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -mutator

    -
    -protected CompositeCollection.CollectionMutator mutator
    -
    -
    CollectionMutator to handle changes to the collection -

    -

    -
    -
    -
    - -

    -all

    -
    -protected java.util.Collection[] all
    -
    -
    Collections in the composite -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -CompositeCollection

    -
    -public CompositeCollection()
    -
    -
    Create an empty CompositeCollection. -

    -

    -
    - -

    -CompositeCollection

    -
    -public CompositeCollection(java.util.Collection coll)
    -
    -
    Create a Composite Collection with only coll composited. -

    -

    -
    Parameters:
    coll - a collection to decorate
    -
    -
    - -

    -CompositeCollection

    -
    -public CompositeCollection(java.util.Collection[] colls)
    -
    + removing all others.
    + voidsetMutator(CompositeCollection.CollectionMutator mutator) + +
    +          Specify a CollectionMutator strategy instance to handle changes.
    + intsize() + +
    +          Gets the size of this composite collection.
    + java.lang.Object[]toArray() + +
    +          Returns an array containing all of the elements in this composite.
    + java.lang.Object[]toArray(java.lang.Object[] array) + +
    +          Returns an object array, populating the supplied array if possible.
    + java.util.CollectiontoCollection() + +
    +          Returns a new collection containing all of the elements
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    equals, hashCode
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +mutator

    +
    +protected CompositeCollection.CollectionMutator mutator
    +
    +
    CollectionMutator to handle changes to the collection +

    +

    +
    +
    +
    + +

    +all

    +
    +protected java.util.Collection[] all
    +
    +
    Collections in the composite +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +CompositeCollection

    +
    +public CompositeCollection()
    +
    +
    Create an empty CompositeCollection. +

    +

    +
    + +

    +CompositeCollection

    +
    +public CompositeCollection(java.util.Collection coll)
    +
    +
    Create a Composite Collection with only coll composited. +

    +

    +
    Parameters:
    coll - a collection to decorate
    +
    +
    + +

    +CompositeCollection

    +
    +public CompositeCollection(java.util.Collection[] colls)
    +
    Create a CompositeCollection with colls as the initial list of - composited collections. -

    -

    -
    Parameters:
    colls - an array of collections to decorate
    -
    - - - - - - - - -
    -Method Detail
    - -

    -size

    -
    -public int size()
    -
    + composited collections. +

    +

    +
    Parameters:
    colls - an array of collections to decorate
    +
    + + + + + + + + +
    +Method Detail
    + +

    +size

    +
    +public int size()
    +
    Gets the size of this composite collection.

    - This implementation calls size() on each collection. -

    -

    -
    Specified by:
    size in interface java.util.Collection
    -
    -
    - -
    Returns:
    total number of elements in all contained containers
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    + This implementation calls size() on each collection. +

    +

    +
    Specified by:
    size in interface java.util.Collection
    +
    +
    + +
    Returns:
    total number of elements in all contained containers
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    Checks whether this composite collection is empty.

    - This implementation calls isEmpty() on each collection. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Collection
    -
    -
    - -
    Returns:
    true if all of the contained collections are empty
    -
    -
    -
    - -

    -contains

    -
    -public boolean contains(java.lang.Object obj)
    -
    + This implementation calls isEmpty() on each collection. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Collection
    +
    +
    + +
    Returns:
    true if all of the contained collections are empty
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(java.lang.Object obj)
    +
    Checks whether this composite collection contains the object.

    - This implementation calls contains() on each collection. -

    -

    -
    Specified by:
    contains in interface java.util.Collection
    -
    -
    -
    Parameters:
    obj - the object to search for -
    Returns:
    true if obj is contained in any of the contained collections
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    + This implementation calls contains() on each collection. +

    +

    +
    Specified by:
    contains in interface java.util.Collection
    +
    +
    +
    Parameters:
    obj - the object to search for +
    Returns:
    true if obj is contained in any of the contained collections
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    Gets an iterator over all the collections in this composite.

    - This implementation uses an IteratorChain. -

    -

    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    -
    -
    - + This implementation uses an IteratorChain. +

    +

    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    +
    +
    +
    Returns:
    an IteratorChain instance which supports remove(). Iteration occurs over contained collections in - the order they were added, but this behavior should not be relied upon.
    See Also:
    IteratorChain
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray()
    -
    -
    Returns an array containing all of the elements in this composite. -

    -

    -
    Specified by:
    toArray in interface java.util.Collection
    -
    -
    - -
    Returns:
    an object array of all the elements in the collection
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray(java.lang.Object[] array)
    -
    + the order they were added, but this behavior should not be relied upon.
    See Also:
    IteratorChain
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray()
    +
    +
    Returns an array containing all of the elements in this composite. +

    +

    +
    Specified by:
    toArray in interface java.util.Collection
    +
    +
    + +
    Returns:
    an object array of all the elements in the collection
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray(java.lang.Object[] array)
    +
    Returns an object array, populating the supplied array if possible. - See Collection interface for full details. -

    -

    -
    Specified by:
    toArray in interface java.util.Collection
    -
    -
    -
    Parameters:
    array - the array to use, populating if possible -
    Returns:
    an array of all the elements in the collection
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object obj)
    -
    + See Collection interface for full details. +

    +

    +
    Specified by:
    toArray in interface java.util.Collection
    +
    +
    +
    Parameters:
    array - the array to use, populating if possible +
    Returns:
    an array of all the elements in the collection
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object obj)
    +
    Adds an object to the collection, throwing UnsupportedOperationException - unless a CollectionMutator strategy is specified. -

    -

    -
    Specified by:
    add in interface java.util.Collection
    -
    -
    -
    Parameters:
    obj - the object to add -
    Returns:
    true if the collection was modified -
    Throws: -
    java.lang.UnsupportedOperationException - if CollectionMutator hasn't been set -
    java.lang.UnsupportedOperationException - if add is unsupported -
    java.lang.ClassCastException - if the object cannot be added due to its type -
    java.lang.NullPointerException - if the object cannot be added because its null -
    java.lang.IllegalArgumentException - if the object cannot be added
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object obj)
    -
    + unless a CollectionMutator strategy is specified. +

    +

    +
    Specified by:
    add in interface java.util.Collection
    +
    +
    +
    Parameters:
    obj - the object to add +
    Returns:
    true if the collection was modified +
    Throws: +
    java.lang.UnsupportedOperationException - if CollectionMutator hasn't been set +
    java.lang.UnsupportedOperationException - if add is unsupported +
    java.lang.ClassCastException - if the object cannot be added due to its type +
    java.lang.NullPointerException - if the object cannot be added because its null +
    java.lang.IllegalArgumentException - if the object cannot be added
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object obj)
    +
    Removes an object from the collection, throwing UnsupportedOperationException - unless a CollectionMutator strategy is specified. -

    -

    -
    Specified by:
    remove in interface java.util.Collection
    -
    -
    -
    Parameters:
    obj - the object being removed -
    Returns:
    true if the collection is changed -
    Throws: -
    java.lang.UnsupportedOperationException - if removed is unsupported -
    java.lang.ClassCastException - if the object cannot be removed due to its type -
    java.lang.NullPointerException - if the object cannot be removed because its null -
    java.lang.IllegalArgumentException - if the object cannot be removed
    -
    -
    -
    - -

    -containsAll

    -
    -public boolean containsAll(java.util.Collection coll)
    -
    + unless a CollectionMutator strategy is specified. +

    +

    +
    Specified by:
    remove in interface java.util.Collection
    +
    +
    +
    Parameters:
    obj - the object being removed +
    Returns:
    true if the collection is changed +
    Throws: +
    java.lang.UnsupportedOperationException - if removed is unsupported +
    java.lang.ClassCastException - if the object cannot be removed due to its type +
    java.lang.NullPointerException - if the object cannot be removed because its null +
    java.lang.IllegalArgumentException - if the object cannot be removed
    +
    +
    +
    + +

    +containsAll

    +
    +public boolean containsAll(java.util.Collection coll)
    +
    Checks whether this composite contains all the elements in the specified collection.

    This implementation calls contains() for each element in the - specified collection. -

    -

    -
    Specified by:
    containsAll in interface java.util.Collection
    -
    -
    -
    Parameters:
    coll - the collection to check for -
    Returns:
    true if all elements contained
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    + specified collection. +

    +

    +
    Specified by:
    containsAll in interface java.util.Collection
    +
    +
    +
    Parameters:
    coll - the collection to check for +
    Returns:
    true if all elements contained
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    Adds a collection of elements to this collection, throwing - UnsupportedOperationException unless a CollectionMutator strategy is specified. -

    -

    -
    Specified by:
    addAll in interface java.util.Collection
    -
    -
    -
    Parameters:
    coll - the collection to add -
    Returns:
    true if the collection was modified -
    Throws: -
    java.lang.UnsupportedOperationException - if CollectionMutator hasn't been set -
    java.lang.UnsupportedOperationException - if add is unsupported -
    java.lang.ClassCastException - if the object cannot be added due to its type -
    java.lang.NullPointerException - if the object cannot be added because its null -
    java.lang.IllegalArgumentException - if the object cannot be added
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    + UnsupportedOperationException unless a CollectionMutator strategy is specified. +

    +

    +
    Specified by:
    addAll in interface java.util.Collection
    +
    +
    +
    Parameters:
    coll - the collection to add +
    Returns:
    true if the collection was modified +
    Throws: +
    java.lang.UnsupportedOperationException - if CollectionMutator hasn't been set +
    java.lang.UnsupportedOperationException - if add is unsupported +
    java.lang.ClassCastException - if the object cannot be added due to its type +
    java.lang.NullPointerException - if the object cannot be added because its null +
    java.lang.IllegalArgumentException - if the object cannot be added
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    Removes the elements in the specified collection from this composite collection.

    - This implementation calls removeAll on each collection. -

    -

    -
    Specified by:
    removeAll in interface java.util.Collection
    -
    -
    -
    Parameters:
    coll - the collection to remove -
    Returns:
    true if the collection was modified -
    Throws: -
    java.lang.UnsupportedOperationException - if removeAll is unsupported
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    + This implementation calls removeAll on each collection. +

    +

    +
    Specified by:
    removeAll in interface java.util.Collection
    +
    +
    +
    Parameters:
    coll - the collection to remove +
    Returns:
    true if the collection was modified +
    Throws: +
    java.lang.UnsupportedOperationException - if removeAll is unsupported
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    Retains all the elements in the specified collection in this composite collection, removing all others.

    - This implementation calls retainAll() on each collection. -

    -

    -
    Specified by:
    retainAll in interface java.util.Collection
    -
    -
    -
    Parameters:
    coll - the collection to remove -
    Returns:
    true if the collection was modified -
    Throws: -
    java.lang.UnsupportedOperationException - if retainAll is unsupported
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    + This implementation calls retainAll() on each collection. +

    +

    +
    Specified by:
    retainAll in interface java.util.Collection
    +
    +
    +
    Parameters:
    coll - the collection to remove +
    Returns:
    true if the collection was modified +
    Throws: +
    java.lang.UnsupportedOperationException - if retainAll is unsupported
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    Removes all of the elements from this collection .

    - This implementation calls clear() on each collection. -

    -

    -
    Specified by:
    clear in interface java.util.Collection
    -
    -
    - -
    Throws: -
    java.lang.UnsupportedOperationException - if clear is unsupported
    -
    -
    -
    - -

    -setMutator

    -
    -public void setMutator(CompositeCollection.CollectionMutator mutator)
    -
    -
    Specify a CollectionMutator strategy instance to handle changes. -

    -

    -
    -
    -
    -
    Parameters:
    mutator - the mutator to use
    -
    -
    -
    - -

    -addComposited

    -
    -public void addComposited(java.util.Collection[] comps)
    -
    -
    Add these Collections to the list of collections in this composite -

    -

    -
    -
    -
    -
    Parameters:
    comps - Collections to be appended to the composite
    -
    -
    -
    - -

    -addComposited

    -
    -public void addComposited(java.util.Collection c)
    -
    -
    Add an additional collection to this composite. -

    -

    -
    -
    -
    -
    Parameters:
    c - the collection to add
    -
    -
    -
    - -

    -addComposited

    -
    -public void addComposited(java.util.Collection c,
    -                          java.util.Collection d)
    -
    -
    Add two additional collections to this composite. -

    -

    -
    -
    -
    -
    Parameters:
    c - the first collection to add
    d - the second collection to add
    -
    -
    -
    - -

    -removeComposited

    -
    -public void removeComposited(java.util.Collection coll)
    -
    -
    Removes a collection from the those being decorated in this composite. -

    -

    -
    -
    -
    -
    Parameters:
    coll - collection to be removed
    -
    -
    -
    - -

    -toCollection

    -
    -public java.util.Collection toCollection()
    -
    -
    Returns a new collection containing all of the elements -

    -

    -
    -
    -
    - + This implementation calls clear() on each collection. +

    +

    +
    Specified by:
    clear in interface java.util.Collection
    +
    +
    + +
    Throws: +
    java.lang.UnsupportedOperationException - if clear is unsupported
    +
    +
    +
    + +

    +setMutator

    +
    +public void setMutator(CompositeCollection.CollectionMutator mutator)
    +
    +
    Specify a CollectionMutator strategy instance to handle changes. +

    +

    +
    +
    +
    +
    Parameters:
    mutator - the mutator to use
    +
    +
    +
    + +

    +addComposited

    +
    +public void addComposited(java.util.Collection[] comps)
    +
    +
    Add these Collections to the list of collections in this composite +

    +

    +
    +
    +
    +
    Parameters:
    comps - Collections to be appended to the composite
    +
    +
    +
    + +

    +addComposited

    +
    +public void addComposited(java.util.Collection c)
    +
    +
    Add an additional collection to this composite. +

    +

    +
    +
    +
    +
    Parameters:
    c - the collection to add
    +
    +
    +
    + +

    +addComposited

    +
    +public void addComposited(java.util.Collection c,
    +                          java.util.Collection d)
    +
    +
    Add two additional collections to this composite. +

    +

    +
    +
    +
    +
    Parameters:
    c - the first collection to add
    d - the second collection to add
    +
    +
    +
    + +

    +removeComposited

    +
    +public void removeComposited(java.util.Collection coll)
    +
    +
    Removes a collection from the those being decorated in this composite. +

    +

    +
    +
    +
    +
    Parameters:
    coll - collection to be removed
    +
    +
    +
    + +

    +toCollection

    +
    +public java.util.Collection toCollection()
    +
    +
    Returns a new collection containing all of the elements +

    +

    +
    +
    +
    +
    Returns:
    A new ArrayList containing all of the elements in this composite. - The new collection is not backed by this composite.
    -
    -
    -
    - -

    -getCollections

    -
    -public java.util.Collection getCollections()
    -
    -
    Gets the collections being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    Unmodifiable collection of all collections in this composite.
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + The new collection is not backed by this composite.
    + + +
    + +

    +getCollections

    +
    +public java.util.Collection getCollections()
    +
    +
    Gets the collections being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    Unmodifiable collection of all collections in this composite.
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/PredicatedCollection.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/PredicatedCollection.html index 968bdcf..060ed19 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/PredicatedCollection.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/PredicatedCollection.html @@ -1,112 +1,112 @@ - - - - - - - -PredicatedCollection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.collection -
    -Class PredicatedCollection

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    -          extended by org.apache.commons.collections.collection.PredicatedCollection
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection
    -
    -
    -
    Direct Known Subclasses:
    PredicatedBag, PredicatedBuffer, PredicatedList, PredicatedSet
    -
    -
    -
    -
    public class PredicatedCollection
    extends AbstractSerializableCollectionDecorator
    - - -

    + + + + + + + +PredicatedCollection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.collection +
    +Class PredicatedCollection

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    +          extended by org.apache.commons.collections.collection.PredicatedCollection
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection
    +
    +
    +
    Direct Known Subclasses:
    PredicatedBag, PredicatedBuffer, PredicatedList, PredicatedSet
    +
    +
    +
    +
    public class PredicatedCollection
    extends AbstractSerializableCollectionDecorator
    + + +

    Decorates another Collection to validate that additions match a specified predicate.

    @@ -117,330 +117,330 @@ Decorates another Collection to validate that additions One usage would be to ensure that no null entries are added to the collection.

    Collection coll = PredicatedCollection.decorate(new ArrayList(), NotNullPredicate.INSTANCE);

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Paul Jack
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  Predicatepredicate - -
    -          The predicate to use
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected PredicatedCollection(java.util.Collection coll, - Predicate predicate) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    - booleanadd(java.lang.Object object) - -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Paul Jack
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  Predicatepredicate + +
    +          The predicate to use
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected PredicatedCollection(java.util.Collection coll, + Predicate predicate) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + - - - - + + + + - - - - - - - - - -
    +Method Summary
    + booleanadd(java.lang.Object object) + +
              Override to validate the object being added to ensure it matches - the predicate.
    - booleanaddAll(java.util.Collection coll) - -
    + the predicate.
    + booleanaddAll(java.util.Collection coll) + +
              Override to validate the objects being added to ensure they match - the predicate.
    -static java.util.Collectiondecorate(java.util.Collection coll, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) collection.
    -protected  voidvalidate(java.lang.Object object) - -
    -          Validates the object being added to ensure it matches the predicate.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -predicate

    -
    -protected final Predicate predicate
    -
    -
    The predicate to use -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -PredicatedCollection

    -
    -protected PredicatedCollection(java.util.Collection coll,
    -                               Predicate predicate)
    -
    + the predicate.
    +static java.util.Collectiondecorate(java.util.Collection coll, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) collection.
    +protected  voidvalidate(java.lang.Object object) + +
    +          Validates the object being added to ensure it matches the predicate.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +predicate

    +
    +protected final Predicate predicate
    +
    +
    The predicate to use +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +PredicatedCollection

    +
    +protected PredicatedCollection(java.util.Collection coll,
    +                               Predicate predicate)
    +
    Constructor that wraps (not copies).

    If there are any elements already in the collection being decorated, they - are validated. -

    -

    -
    Parameters:
    coll - the collection to decorate, must not be null
    predicate - the predicate to use for validation, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if collection or predicate is null -
    java.lang.IllegalArgumentException - if the collection contains invalid elements
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Collection decorate(java.util.Collection coll,
    -                                            Predicate predicate)
    -
    + are validated. +

    +

    +
    Parameters:
    coll - the collection to decorate, must not be null
    predicate - the predicate to use for validation, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if collection or predicate is null +
    java.lang.IllegalArgumentException - if the collection contains invalid elements
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Collection decorate(java.util.Collection coll,
    +                                            Predicate predicate)
    +
    Factory method to create a predicated (validating) collection.

    If there are any elements already in the collection being decorated, they - are validated. -

    -

    -
    Parameters:
    coll - the collection to decorate, must not be null
    predicate - the predicate to use for validation, must not be null -
    Returns:
    a new predicated collection -
    Throws: -
    java.lang.IllegalArgumentException - if collection or predicate is null -
    java.lang.IllegalArgumentException - if the collection contains invalid elements
    -
    -
    -
    - -

    -validate

    -
    -protected void validate(java.lang.Object object)
    -
    + are validated. +

    +

    +
    Parameters:
    coll - the collection to decorate, must not be null
    predicate - the predicate to use for validation, must not be null +
    Returns:
    a new predicated collection +
    Throws: +
    java.lang.IllegalArgumentException - if collection or predicate is null +
    java.lang.IllegalArgumentException - if the collection contains invalid elements
    +
    +
    +
    + +

    +validate

    +
    +protected void validate(java.lang.Object object)
    +
    Validates the object being added to ensure it matches the predicate.

    The predicate itself should not throw an exception, but return false to - indicate that the object cannot be added. -

    -

    -
    Parameters:
    object - the object being added -
    Throws: -
    java.lang.IllegalArgumentException - if the add is invalid
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    + indicate that the object cannot be added. +

    +

    +
    Parameters:
    object - the object being added +
    Throws: +
    java.lang.IllegalArgumentException - if the add is invalid
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    Override to validate the object being added to ensure it matches - the predicate. -

    -

    -
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class AbstractCollectionDecorator
    -
    -
    -
    Parameters:
    object - the object being added -
    Returns:
    the result of adding to the underlying collection -
    Throws: -
    java.lang.IllegalArgumentException - if the add is invalid
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    + the predicate. +

    +

    +
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class AbstractCollectionDecorator
    +
    +
    +
    Parameters:
    object - the object being added +
    Returns:
    the result of adding to the underlying collection +
    Throws: +
    java.lang.IllegalArgumentException - if the add is invalid
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    Override to validate the objects being added to ensure they match the predicate. If any one fails, no update is made to the underlying - collection. -

    -

    -
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class AbstractCollectionDecorator
    -
    -
    -
    Parameters:
    coll - the collection being added -
    Returns:
    the result of adding to the underlying collection -
    Throws: -
    java.lang.IllegalArgumentException - if the add is invalid
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + collection. +

    +

    +
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class AbstractCollectionDecorator
    +
    +
    +
    Parameters:
    coll - the collection being added +
    Returns:
    the result of adding to the underlying collection +
    Throws: +
    java.lang.IllegalArgumentException - if the add is invalid
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/SynchronizedCollection.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/SynchronizedCollection.html index a3d347a..7bc6c44 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/SynchronizedCollection.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/SynchronizedCollection.html @@ -1,110 +1,110 @@ - - - - - - - -SynchronizedCollection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.collection -
    -Class SynchronizedCollection

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.SynchronizedCollection
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection
    -
    -
    -
    Direct Known Subclasses:
    SynchronizedBag, SynchronizedBuffer, SynchronizedList, SynchronizedSet, SynchronizedSortedSet
    -
    -
    -
    -
    public class SynchronizedCollection
    extends java.lang.Object
    implements java.util.Collection, java.io.Serializable
    - - -

    + + + + + + + +SynchronizedCollection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.collection +
    +Class SynchronizedCollection

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.SynchronizedCollection
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection
    +
    +
    +
    Direct Known Subclasses:
    SynchronizedBag, SynchronizedBuffer, SynchronizedList, SynchronizedSet, SynchronizedSortedSet
    +
    +
    +
    +
    public class SynchronizedCollection
    extends java.lang.Object
    implements java.util.Collection, java.io.Serializable
    + + +

    Decorates another Collection to synchronize its behaviour for a multi-threaded environment.

    @@ -116,622 +116,622 @@ Decorates another Collection to synchronize its behaviour }

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.Collectioncollection - -
    -          The collection to decorate
    -protected  java.lang.Objectlock - -
    -          The object to lock on, needed for List/SortedSet views
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected SynchronizedCollection(java.util.Collection collection) - -
    -          Constructor that wraps (not copies).
    -protected SynchronizedCollection(java.util.Collection collection, - java.lang.Object lock) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanadd(java.lang.Object object) - -
    -           
    - booleanaddAll(java.util.Collection coll) - -
    -           
    - voidclear() - -
    -           
    - booleancontains(java.lang.Object object) - -
    -           
    - booleancontainsAll(java.util.Collection coll) - -
    -           
    -static java.util.Collectiondecorate(java.util.Collection coll) - -
    -          Factory method to create a synchronized collection.
    - booleanequals(java.lang.Object object) - -
    -           
    - inthashCode() - -
    -           
    - booleanisEmpty() - -
    -           
    - java.util.Iteratoriterator() - -
    -          Iterators must be manually synchronized.
    - booleanremove(java.lang.Object object) - -
    -           
    - booleanremoveAll(java.util.Collection coll) - -
    -           
    - booleanretainAll(java.util.Collection coll) - -
    -           
    - intsize() - -
    -           
    - java.lang.Object[]toArray() - -
    -           
    - java.lang.Object[]toArray(java.lang.Object[] object) - -
    -           
    - java.lang.StringtoString() - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -collection

    -
    -protected final java.util.Collection collection
    -
    -
    The collection to decorate -

    -

    -
    -
    -
    - -

    -lock

    -
    -protected final java.lang.Object lock
    -
    -
    The object to lock on, needed for List/SortedSet views -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -SynchronizedCollection

    -
    -protected SynchronizedCollection(java.util.Collection collection)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    collection - the collection to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if the collection is null
    -
    -
    - -

    -SynchronizedCollection

    -
    -protected SynchronizedCollection(java.util.Collection collection,
    -                                 java.lang.Object lock)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    collection - the collection to decorate, must not be null
    lock - the lock object to use, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if the collection is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Collection decorate(java.util.Collection coll)
    -
    -
    Factory method to create a synchronized collection. -

    -

    -
    -
    -
    -
    Parameters:
    coll - the collection to decorate, must not be null -
    Returns:
    a new synchronized collection -
    Throws: -
    java.lang.IllegalArgumentException - if collection is null
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -contains

    -
    -public boolean contains(java.lang.Object object)
    -
    -
    -
    Specified by:
    contains in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -containsAll

    -
    -public boolean containsAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    containsAll in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    -
    Specified by:
    isEmpty in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.Collectioncollection + +
    +          The collection to decorate
    +protected  java.lang.Objectlock + +
    +          The object to lock on, needed for List/SortedSet views
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected SynchronizedCollection(java.util.Collection collection) + +
    +          Constructor that wraps (not copies).
    +protected SynchronizedCollection(java.util.Collection collection, + java.lang.Object lock) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanadd(java.lang.Object object) + +
    +           
    + booleanaddAll(java.util.Collection coll) + +
    +           
    + voidclear() + +
    +           
    + booleancontains(java.lang.Object object) + +
    +           
    + booleancontainsAll(java.util.Collection coll) + +
    +           
    +static java.util.Collectiondecorate(java.util.Collection coll) + +
    +          Factory method to create a synchronized collection.
    + booleanequals(java.lang.Object object) + +
    +           
    + inthashCode() + +
    +           
    + booleanisEmpty() + +
    +           
    + java.util.Iteratoriterator() + +
    +          Iterators must be manually synchronized.
    + booleanremove(java.lang.Object object) + +
    +           
    + booleanremoveAll(java.util.Collection coll) + +
    +           
    + booleanretainAll(java.util.Collection coll) + +
    +           
    + intsize() + +
    +           
    + java.lang.Object[]toArray() + +
    +           
    + java.lang.Object[]toArray(java.lang.Object[] object) + +
    +           
    + java.lang.StringtoString() + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +collection

    +
    +protected final java.util.Collection collection
    +
    +
    The collection to decorate +

    +

    +
    +
    +
    + +

    +lock

    +
    +protected final java.lang.Object lock
    +
    +
    The object to lock on, needed for List/SortedSet views +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +SynchronizedCollection

    +
    +protected SynchronizedCollection(java.util.Collection collection)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    collection - the collection to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is null
    +
    +
    + +

    +SynchronizedCollection

    +
    +protected SynchronizedCollection(java.util.Collection collection,
    +                                 java.lang.Object lock)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    collection - the collection to decorate, must not be null
    lock - the lock object to use, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Collection decorate(java.util.Collection coll)
    +
    +
    Factory method to create a synchronized collection. +

    +

    +
    +
    +
    +
    Parameters:
    coll - the collection to decorate, must not be null +
    Returns:
    a new synchronized collection +
    Throws: +
    java.lang.IllegalArgumentException - if collection is null
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(java.lang.Object object)
    +
    +
    +
    Specified by:
    contains in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +containsAll

    +
    +public boolean containsAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    containsAll in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    +
    Specified by:
    isEmpty in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    Iterators must be manually synchronized.
      synchronized (coll) {
        Iterator it = coll.iterator();
        // do stuff with iterator
    - }
    -

    -

    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    -
    -
    - -
    Returns:
    an iterator that must be manually synchronized on the collection
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray()
    -
    -
    -
    Specified by:
    toArray in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray(java.lang.Object[] object)
    -
    -
    -
    Specified by:
    toArray in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    removeAll in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    retainAll in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    -
    Specified by:
    size in interface java.util.Collection
    -
    -
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object object)
    -
    -
    -
    Specified by:
    equals in interface java.util.Collection
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    -
    Specified by:
    hashCode in interface java.util.Collection
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + } +

    +

    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    +
    +
    + +
    Returns:
    an iterator that must be manually synchronized on the collection
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray()
    +
    +
    +
    Specified by:
    toArray in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray(java.lang.Object[] object)
    +
    +
    +
    Specified by:
    toArray in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    removeAll in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    retainAll in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    +
    Specified by:
    size in interface java.util.Collection
    +
    +
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object object)
    +
    +
    +
    Specified by:
    equals in interface java.util.Collection
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    +
    Specified by:
    hashCode in interface java.util.Collection
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/TransformedCollection.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/TransformedCollection.html index 526875c..5f4cdc9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/TransformedCollection.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/TransformedCollection.html @@ -1,112 +1,112 @@ - - - - - - - -TransformedCollection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.collection -
    -Class TransformedCollection

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    -          extended by org.apache.commons.collections.collection.TransformedCollection
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection
    -
    -
    -
    Direct Known Subclasses:
    TransformedBag, TransformedBuffer, TransformedList, TransformedSet
    -
    -
    -
    -
    public class TransformedCollection
    extends AbstractSerializableCollectionDecorator
    - - -

    + + + + + + + +TransformedCollection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.collection +
    +Class TransformedCollection

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    +          extended by org.apache.commons.collections.collection.TransformedCollection
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection
    +
    +
    +
    Direct Known Subclasses:
    TransformedBag, TransformedBuffer, TransformedList, TransformedSet
    +
    +
    +
    +
    public class TransformedCollection
    extends AbstractSerializableCollectionDecorator
    + + +

    Decorates another Collection to transform objects that are added.

    The add methods are affected by this class. @@ -114,335 +114,335 @@ Decorates another Collection to transform objects that are added. For example, if the transformation converts Strings to Integers, you must use the Integer form to remove objects.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  Transformertransformer - -
    -          The transformer to use
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected TransformedCollection(java.util.Collection coll, - Transformer transformer) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanadd(java.lang.Object object) - -
    -           
    - booleanaddAll(java.util.Collection coll) - -
    -           
    -static java.util.Collectiondecorate(java.util.Collection coll, - Transformer transformer) - -
    -          Factory method to create a transforming collection.
    -protected  java.util.Collectiontransform(java.util.Collection coll) - -
    -          Transforms a collection.
    -protected  java.lang.Objecttransform(java.lang.Object object) - -
    -          Transforms an object.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -transformer

    -
    -protected final Transformer transformer
    -
    -
    The transformer to use -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -TransformedCollection

    -
    -protected TransformedCollection(java.util.Collection coll,
    -                                Transformer transformer)
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  Transformertransformer + +
    +          The transformer to use
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected TransformedCollection(java.util.Collection coll, + Transformer transformer) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanadd(java.lang.Object object) + +
    +           
    + booleanaddAll(java.util.Collection coll) + +
    +           
    +static java.util.Collectiondecorate(java.util.Collection coll, + Transformer transformer) + +
    +          Factory method to create a transforming collection.
    +protected  java.util.Collectiontransform(java.util.Collection coll) + +
    +          Transforms a collection.
    +protected  java.lang.Objecttransform(java.lang.Object object) + +
    +          Transforms an object.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +transformer

    +
    +protected final Transformer transformer
    +
    +
    The transformer to use +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +TransformedCollection

    +
    +protected TransformedCollection(java.util.Collection coll,
    +                                Transformer transformer)
    +
    Constructor that wraps (not copies).

    If there are any elements already in the collection being decorated, they - are NOT transformed. -

    -

    -
    Parameters:
    coll - the collection to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if collection or transformer is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Collection decorate(java.util.Collection coll,
    -                                            Transformer transformer)
    -
    + are NOT transformed. +

    +

    +
    Parameters:
    coll - the collection to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if collection or transformer is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Collection decorate(java.util.Collection coll,
    +                                            Transformer transformer)
    +
    Factory method to create a transforming collection.

    If there are any elements already in the collection being decorated, they - are NOT transformed. -

    -

    -
    Parameters:
    coll - the collection to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null -
    Returns:
    a new transformed collection -
    Throws: -
    java.lang.IllegalArgumentException - if collection or transformer is null
    -
    -
    -
    - -

    -transform

    -
    -protected java.lang.Object transform(java.lang.Object object)
    -
    + are NOT transformed. +

    +

    +
    Parameters:
    coll - the collection to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null +
    Returns:
    a new transformed collection +
    Throws: +
    java.lang.IllegalArgumentException - if collection or transformer is null
    +
    +
    +
    + +

    +transform

    +
    +protected java.lang.Object transform(java.lang.Object object)
    +
    Transforms an object.

    - The transformer itself may throw an exception if necessary. -

    -

    -
    Parameters:
    object - the object to transform -
    Returns:
    a transformed object
    -
    -
    -
    - -

    -transform

    -
    -protected java.util.Collection transform(java.util.Collection coll)
    -
    + The transformer itself may throw an exception if necessary. +

    +

    +
    Parameters:
    object - the object to transform +
    Returns:
    a transformed object
    +
    +
    +
    + +

    +transform

    +
    +protected java.util.Collection transform(java.util.Collection coll)
    +
    Transforms a collection.

    - The transformer itself may throw an exception if necessary. -

    -

    -
    Parameters:
    coll - the collection to transform -
    Returns:
    a transformed object
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + The transformer itself may throw an exception if necessary. +

    +

    +
    Parameters:
    coll - the collection to transform +
    Returns:
    a transformed object
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/TypedCollection.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/TypedCollection.html index f9c0e9d..e5cf6ca 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/TypedCollection.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/TypedCollection.html @@ -1,281 +1,281 @@ - - - - - - - -TypedCollection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.collection -
    -Class TypedCollection

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.TypedCollection
    -
    -
    -
    -
    public class TypedCollection
    extends java.lang.Object
    - - -

    + + + + + + + +TypedCollection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.collection +
    +Class TypedCollection

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.TypedCollection
    +
    +
    +
    +
    public class TypedCollection
    extends java.lang.Object
    + + +

    Decorates a Collection to validate that elements added are of a specific type.

    - The validation of additions is performed via an instanceof test against + The validation of additions is performed via an instanceof test against a specified Class. If an object cannot be added to the - collection, an IllegalArgumentException is thrown. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Matthew Hawthorne
    -
    -
    - -

    - - - - - - - - - - - - -
    -Constructor Summary
    -protected TypedCollection() - -
    -          Restrictive constructor.
    -  - - - - - - - - - - - -
    -Method Summary
    -static java.util.Collectiondecorate(java.util.Collection coll, - java.lang.Class type) - -
    -          Factory method to create a typed collection.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TypedCollection

    -
    -protected TypedCollection()
    -
    -
    Restrictive constructor. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Collection decorate(java.util.Collection coll,
    -                                            java.lang.Class type)
    -
    + collection, an IllegalArgumentException is thrown. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Matthew Hawthorne
    +
    +
    + +

    + + + + + + + + + + + + +
    +Constructor Summary
    +protected TypedCollection() + +
    +          Restrictive constructor.
    +  + + + + + + + + + + + +
    +Method Summary
    +static java.util.Collectiondecorate(java.util.Collection coll, + java.lang.Class type) + +
    +          Factory method to create a typed collection.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TypedCollection

    +
    +protected TypedCollection()
    +
    +
    Restrictive constructor. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Collection decorate(java.util.Collection coll,
    +                                            java.lang.Class type)
    +
    Factory method to create a typed collection.

    If there are any elements already in the collection being decorated, they - are validated. -

    -

    -
    Parameters:
    coll - the collection to decorate, must not be null
    type - the type to allow into the collection, must not be null -
    Returns:
    a new typed collection -
    Throws: -
    java.lang.IllegalArgumentException - if collection or type is null -
    java.lang.IllegalArgumentException - if the collection contains invalid elements
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are validated. +

    +

    +
    Parameters:
    coll - the collection to decorate, must not be null
    type - the type to allow into the collection, must not be null +
    Returns:
    a new typed collection +
    Throws: +
    java.lang.IllegalArgumentException - if collection or type is null +
    java.lang.IllegalArgumentException - if the collection contains invalid elements
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/UnmodifiableBoundedCollection.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/UnmodifiableBoundedCollection.html index 43c2dcf..60328f2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/UnmodifiableBoundedCollection.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/UnmodifiableBoundedCollection.html @@ -1,523 +1,523 @@ - - - - - - - -UnmodifiableBoundedCollection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.collection -
    -Class UnmodifiableBoundedCollection

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    -          extended by org.apache.commons.collections.collection.UnmodifiableBoundedCollection
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, BoundedCollection
    -
    -
    -
    -
    public final class UnmodifiableBoundedCollection
    extends AbstractSerializableCollectionDecorator
    implements BoundedCollection
    - - -

    -UnmodifiableBoundedCollection decorates another + + + + + + + +UnmodifiableBoundedCollection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.collection +
    +Class UnmodifiableBoundedCollection

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    +          extended by org.apache.commons.collections.collection.UnmodifiableBoundedCollection
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, BoundedCollection
    +
    +
    +
    +
    public final class UnmodifiableBoundedCollection
    extends AbstractSerializableCollectionDecorator
    implements BoundedCollection
    + + +

    +UnmodifiableBoundedCollection decorates another BoundedCollection to ensure it can't be altered.

    If a BoundedCollection is first wrapped in some other collection decorator, - such as synchronized or predicated, the BoundedCollection methods are no + such as synchronized or predicated, the BoundedCollection methods are no longer accessible. The factory on this class will attempt to retrieve the bounded nature by examining the package scope variables.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanadd(java.lang.Object object) - -
    -           
    - booleanaddAll(java.util.Collection coll) - -
    -           
    - voidclear() - -
    -           
    -static BoundedCollectiondecorate(BoundedCollection coll) - -
    -          Factory method to create an unmodifiable bounded collection.
    -static BoundedCollectiondecorateUsing(java.util.Collection coll) - -
    -          Factory method to create an unmodifiable bounded collection.
    - booleanisFull() - -
    -          Returns true if this collection is full and no new elements can be added.
    - java.util.Iteratoriterator() - -
    -           
    - intmaxSize() - -
    -          Gets the maximum size of the collection (the bound).
    - booleanremove(java.lang.Object object) - -
    -           
    - booleanremoveAll(java.util.Collection coll) - -
    -           
    - booleanretainAll(java.util.Collection coll) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static BoundedCollection decorate(BoundedCollection coll)
    -
    -
    Factory method to create an unmodifiable bounded collection. -

    -

    -
    -
    -
    -
    Parameters:
    coll - the BoundedCollection to decorate, must not be null -
    Returns:
    a new unmodifiable bounded collection -
    Throws: -
    java.lang.IllegalArgumentException - if bag is null
    -
    -
    -
    - -

    -decorateUsing

    -
    -public static BoundedCollection decorateUsing(java.util.Collection coll)
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanadd(java.lang.Object object) + +
    +           
    + booleanaddAll(java.util.Collection coll) + +
    +           
    + voidclear() + +
    +           
    +static BoundedCollectiondecorate(BoundedCollection coll) + +
    +          Factory method to create an unmodifiable bounded collection.
    +static BoundedCollectiondecorateUsing(java.util.Collection coll) + +
    +          Factory method to create an unmodifiable bounded collection.
    + booleanisFull() + +
    +          Returns true if this collection is full and no new elements can be added.
    + java.util.Iteratoriterator() + +
    +           
    + intmaxSize() + +
    +          Gets the maximum size of the collection (the bound).
    + booleanremove(java.lang.Object object) + +
    +           
    + booleanremoveAll(java.util.Collection coll) + +
    +           
    + booleanretainAll(java.util.Collection coll) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static BoundedCollection decorate(BoundedCollection coll)
    +
    +
    Factory method to create an unmodifiable bounded collection. +

    +

    +
    +
    +
    +
    Parameters:
    coll - the BoundedCollection to decorate, must not be null +
    Returns:
    a new unmodifiable bounded collection +
    Throws: +
    java.lang.IllegalArgumentException - if bag is null
    +
    +
    +
    + +

    +decorateUsing

    +
    +public static BoundedCollection decorateUsing(java.util.Collection coll)
    +
    Factory method to create an unmodifiable bounded collection.

    - This method is capable of drilling down through up to 1000 other decorators - to find a suitable BoundedCollection. -

    -

    -
    -
    -
    -
    Parameters:
    coll - the BoundedCollection to decorate, must not be null -
    Returns:
    a new unmodifiable bounded collection -
    Throws: -
    java.lang.IllegalArgumentException - if bag is null
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Overrides:
    iterator in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    Overrides:
    remove in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    removeAll in interface java.util.Collection
    Overrides:
    removeAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    retainAll in interface java.util.Collection
    Overrides:
    retainAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -isFull

    -
    -public boolean isFull()
    -
    -
    Description copied from interface: BoundedCollection
    -
    Returns true if this collection is full and no new elements can be added. -

    -

    -
    Specified by:
    isFull in interface BoundedCollection
    -
    -
    - -
    Returns:
    true if the collection is full
    -
    -
    -
    - -

    -maxSize

    -
    -public int maxSize()
    -
    -
    Description copied from interface: BoundedCollection
    -
    Gets the maximum size of the collection (the bound). -

    -

    -
    Specified by:
    maxSize in interface BoundedCollection
    -
    -
    - -
    Returns:
    the maximum number of elements the collection can hold
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This method is capable of drilling down through up to 1000 other decorators + to find a suitable BoundedCollection. +

    +

    +
    +
    +
    +
    Parameters:
    coll - the BoundedCollection to decorate, must not be null +
    Returns:
    a new unmodifiable bounded collection +
    Throws: +
    java.lang.IllegalArgumentException - if bag is null
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Overrides:
    iterator in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    Overrides:
    remove in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    removeAll in interface java.util.Collection
    Overrides:
    removeAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    retainAll in interface java.util.Collection
    Overrides:
    retainAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +isFull

    +
    +public boolean isFull()
    +
    +
    Description copied from interface: BoundedCollection
    +
    Returns true if this collection is full and no new elements can be added. +

    +

    +
    Specified by:
    isFull in interface BoundedCollection
    +
    +
    + +
    Returns:
    true if the collection is full
    +
    +
    +
    + +

    +maxSize

    +
    +public int maxSize()
    +
    +
    Description copied from interface: BoundedCollection
    +
    Gets the maximum size of the collection (the bound). +

    +

    +
    Specified by:
    maxSize in interface BoundedCollection
    +
    +
    + +
    Returns:
    the maximum number of elements the collection can hold
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/UnmodifiableCollection.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/UnmodifiableCollection.html index fc5372b..e6c8242 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/UnmodifiableCollection.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/UnmodifiableCollection.html @@ -1,427 +1,427 @@ - - - - - - - -UnmodifiableCollection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.collection -
    -Class UnmodifiableCollection

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    -          extended by org.apache.commons.collections.collection.UnmodifiableCollection
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableCollection
    extends AbstractSerializableCollectionDecorator
    implements Unmodifiable
    - - -

    + + + + + + + +UnmodifiableCollection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.collection +
    +Class UnmodifiableCollection

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    +          extended by org.apache.commons.collections.collection.UnmodifiableCollection
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableCollection
    extends AbstractSerializableCollectionDecorator
    implements Unmodifiable
    + + +

    Decorates another Collection to ensure it can't be altered.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanadd(java.lang.Object object) - -
    -           
    - booleanaddAll(java.util.Collection coll) - -
    -           
    - voidclear() - -
    -           
    -static java.util.Collectiondecorate(java.util.Collection coll) - -
    -          Factory method to create an unmodifiable collection.
    - java.util.Iteratoriterator() - -
    -           
    - booleanremove(java.lang.Object object) - -
    -           
    - booleanremoveAll(java.util.Collection coll) - -
    -           
    - booleanretainAll(java.util.Collection coll) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Collection decorate(java.util.Collection coll)
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanadd(java.lang.Object object) + +
    +           
    + booleanaddAll(java.util.Collection coll) + +
    +           
    + voidclear() + +
    +           
    +static java.util.Collectiondecorate(java.util.Collection coll) + +
    +          Factory method to create an unmodifiable collection.
    + java.util.Iteratoriterator() + +
    +           
    + booleanremove(java.lang.Object object) + +
    +           
    + booleanremoveAll(java.util.Collection coll) + +
    +           
    + booleanretainAll(java.util.Collection coll) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Collection decorate(java.util.Collection coll)
    +
    Factory method to create an unmodifiable collection.

    - If the collection passed in is already unmodifiable, it is returned. -

    -

    -
    -
    -
    -
    Parameters:
    coll - the collection to decorate, must not be null -
    Returns:
    an unmodifiable collection -
    Throws: -
    java.lang.IllegalArgumentException - if collection is null
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Overrides:
    iterator in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    Overrides:
    remove in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    removeAll in interface java.util.Collection
    Overrides:
    removeAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    retainAll in interface java.util.Collection
    Overrides:
    retainAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + If the collection passed in is already unmodifiable, it is returned. +

    +

    +
    +
    +
    +
    Parameters:
    coll - the collection to decorate, must not be null +
    Returns:
    an unmodifiable collection +
    Throws: +
    java.lang.IllegalArgumentException - if collection is null
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Overrides:
    iterator in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.Collection
    Overrides:
    add in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    Overrides:
    addAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    Overrides:
    remove in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    removeAll in interface java.util.Collection
    Overrides:
    removeAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    retainAll in interface java.util.Collection
    Overrides:
    retainAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/AbstractCollectionDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/AbstractCollectionDecorator.html index 0225a12..5b470c0 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/AbstractCollectionDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/AbstractCollectionDecorator.html @@ -1,656 +1,656 @@ - - - - - - - -Uses of Class org.apache.commons.collections.collection.AbstractCollectionDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.collection.AbstractCollectionDecorator

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Packages that use AbstractCollectionDecorator
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface. 
    org.apache.commons.collections.collection -This package contains implementations of the -Collection interface. 
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractCollectionDecorator in org.apache.commons.collections.bag
    -  -

    - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.bag
    - classAbstractBagDecorator - -
    -          Decorates another Bag to provide additional behaviour.
    - classAbstractSortedBagDecorator - -
    -          Decorates another SortedBag to provide additional behaviour.
    - classPredicatedBag - -
    + + + + + + + +Uses of Class org.apache.commons.collections.collection.AbstractCollectionDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.collection.AbstractCollectionDecorator

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Packages that use AbstractCollectionDecorator
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface. 
    org.apache.commons.collections.collection +This package contains implementations of the +Collection interface. 
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractCollectionDecorator in org.apache.commons.collections.bag
    +  +

    + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - -
    Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.bag
    + classAbstractBagDecorator + +
    +          Decorates another Bag to provide additional behaviour.
    + classAbstractSortedBagDecorator + +
    +          Decorates another SortedBag to provide additional behaviour.
    + classPredicatedBag + +
              Decorates another Bag to validate that additions - match a specified predicate.
    - classPredicatedSortedBag - -
    + match a specified predicate.
    + classPredicatedSortedBag + +
              Decorates another SortedBag to validate that additions - match a specified predicate.
    - classTransformedBag - -
    -          Decorates another Bag to transform objects that are added.
    - classTransformedSortedBag - -
    -          Decorates another SortedBag to transform objects that are added.
    - classUnmodifiableBag - -
    -          Decorates another Bag to ensure it can't be altered.
    - classUnmodifiableSortedBag - -
    -          Decorates another SortedBag to ensure it can't be altered.
    -  -

    - - - - - -
    -Uses of AbstractCollectionDecorator in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - - - - - - - - - - - - - - -
    Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.bidimap
    -protected static classAbstractDualBidiMap.EntrySet - -
    -          Inner class EntrySet.
    -protected static classAbstractDualBidiMap.KeySet - -
    -          Inner class KeySet.
    -protected static classAbstractDualBidiMap.Values - -
    -          Inner class Values.
    -protected static classAbstractDualBidiMap.View - -
    -          Inner class View.
    -  -

    - - - - - -
    -Uses of AbstractCollectionDecorator in org.apache.commons.collections.buffer
    -  -

    - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.buffer
    - classAbstractBufferDecorator - -
    -          Decorates another Buffer to provide additional behaviour.
    - classPredicatedBuffer - -
    + match a specified predicate.
    + classTransformedBag + +
    +          Decorates another Bag to transform objects that are added.
    + classTransformedSortedBag + +
    +          Decorates another SortedBag to transform objects that are added.
    + classUnmodifiableBag + +
    +          Decorates another Bag to ensure it can't be altered.
    + classUnmodifiableSortedBag + +
    +          Decorates another SortedBag to ensure it can't be altered.
    +  +

    + + + + + +
    +Uses of AbstractCollectionDecorator in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + + + + + + + + + + + + + + +
    Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.bidimap
    +protected static classAbstractDualBidiMap.EntrySet + +
    +          Inner class EntrySet.
    +protected static classAbstractDualBidiMap.KeySet + +
    +          Inner class KeySet.
    +protected static classAbstractDualBidiMap.Values + +
    +          Inner class Values.
    +protected static classAbstractDualBidiMap.View + +
    +          Inner class View.
    +  +

    + + + + + +
    +Uses of AbstractCollectionDecorator in org.apache.commons.collections.buffer
    +  +

    + + + + + + + + + + + + - - - - - - - - - -
    Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.buffer
    + classAbstractBufferDecorator + +
    +          Decorates another Buffer to provide additional behaviour.
    + classPredicatedBuffer + +
              Decorates another Buffer to validate that additions - match a specified predicate.
    - classTransformedBuffer - -
    -          Decorates another Buffer to transform objects that are added.
    - classUnmodifiableBuffer - -
    -          Decorates another Buffer to ensure it can't be altered.
    -  -

    - - - - - -
    -Uses of AbstractCollectionDecorator in org.apache.commons.collections.collection
    -  -

    - - - - - - - - - - - - + + + + + + + + + +
    Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.collection
    - classAbstractSerializableCollectionDecorator - -
    -          Serializable subclass of AbstractCollectionDecorator.
    - classPredicatedCollection - -
    + match a specified predicate.
    + classTransformedBuffer + +
    +          Decorates another Buffer to transform objects that are added.
    + classUnmodifiableBuffer + +
    +          Decorates another Buffer to ensure it can't be altered.
    +  +

    + + + + + +
    +Uses of AbstractCollectionDecorator in org.apache.commons.collections.collection
    +  +

    + + + + + + + + + + + + - - - - - - - - - - - - - -
    Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.collection
    + classAbstractSerializableCollectionDecorator + +
    +          Serializable subclass of AbstractCollectionDecorator.
    + classPredicatedCollection + +
              Decorates another Collection to validate that additions - match a specified predicate.
    - classTransformedCollection - -
    -          Decorates another Collection to transform objects that are added.
    - classUnmodifiableBoundedCollection - -
    -          UnmodifiableBoundedCollection decorates another - BoundedCollection to ensure it can't be altered.
    - classUnmodifiableCollection - -
    -          Decorates another Collection to ensure it can't be altered.
    -  -

    - - - - - -
    -Uses of AbstractCollectionDecorator in org.apache.commons.collections.list
    -  -

    - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + +
    Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.list
    - classAbstractListDecorator - -
    -          Decorates another List to provide additional behaviour.
    - classAbstractSerializableListDecorator - -
    -          Serializable subclass of AbstractListDecorator.
    - classFixedSizeList - -
    -          Decorates another List to fix the size preventing add/remove.
    - classGrowthList - -
    + match a specified predicate.
    + classTransformedCollection + +
    +          Decorates another Collection to transform objects that are added.
    + classUnmodifiableBoundedCollection + +
    +          UnmodifiableBoundedCollection decorates another + BoundedCollection to ensure it can't be altered.
    + classUnmodifiableCollection + +
    +          Decorates another Collection to ensure it can't be altered.
    +  +

    + + + + + +
    +Uses of AbstractCollectionDecorator in org.apache.commons.collections.list
    +  +

    + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - -
    Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.list
    + classAbstractListDecorator + +
    +          Decorates another List to provide additional behaviour.
    + classAbstractSerializableListDecorator + +
    +          Serializable subclass of AbstractListDecorator.
    + classFixedSizeList + +
    +          Decorates another List to fix the size preventing add/remove.
    + classGrowthList + +
              Decorates another List to make it seamlessly grow when indices larger than the list size are used on add and set, - avoiding most IndexOutOfBoundsExceptions.
    - classLazyList - -
    -          Decorates another List to create objects in the list on demand.
    - classPredicatedList - -
    + avoiding most IndexOutOfBoundsExceptions.
    + classLazyList + +
    +          Decorates another List to create objects in the list on demand.
    + classPredicatedList + +
              Decorates another List to validate that all additions - match a specified predicate.
    - classSetUniqueList - -
    + match a specified predicate.
    + classSetUniqueList + +
              Decorates a List to ensure that no duplicates are present - much like a Set.
    - classTransformedList - -
    -          Decorates another List to transform objects that are added.
    - classUnmodifiableList - -
    -          Decorates another List to ensure it can't be altered.
    -  -

    - - - - - -
    -Uses of AbstractCollectionDecorator in org.apache.commons.collections.map
    -  -

    - - - - - - - - - -
    Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.map
    - classUnmodifiableEntrySet - -
    -          Decorates a map entry Set to ensure it can't be altered.
    -  -

    - - - - - -
    -Uses of AbstractCollectionDecorator in org.apache.commons.collections.set
    -  -

    - - - - - - - - - - - - - - - - - - - - + + + + + + + + + +
    Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.set
    - classAbstractSerializableSetDecorator - -
    -          Serializable subclass of AbstractSetDecorator.
    - classAbstractSetDecorator - -
    -          Decorates another Set to provide additional behaviour.
    - classAbstractSortedSetDecorator - -
    -          Decorates another SortedSet to provide additional behaviour.
    - classListOrderedSet - -
    + much like a Set.
    + classTransformedList + +
    +          Decorates another List to transform objects that are added.
    + classUnmodifiableList + +
    +          Decorates another List to ensure it can't be altered.
    +  +

    + + + + + +
    +Uses of AbstractCollectionDecorator in org.apache.commons.collections.map
    +  +

    + + + + + + + + + +
    Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.map
    + classUnmodifiableEntrySet + +
    +          Decorates a map entry Set to ensure it can't be altered.
    +  +

    + + + + + +
    +Uses of AbstractCollectionDecorator in org.apache.commons.collections.set
    +  +

    + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - -
    Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.set
    + classAbstractSerializableSetDecorator + +
    +          Serializable subclass of AbstractSetDecorator.
    + classAbstractSetDecorator + +
    +          Decorates another Set to provide additional behaviour.
    + classAbstractSortedSetDecorator + +
    +          Decorates another SortedSet to provide additional behaviour.
    + classListOrderedSet + +
              Decorates another Set to ensure that the order of addition - is retained and used by the iterator.
    - classPredicatedSet - -
    + is retained and used by the iterator.
    + classPredicatedSet + +
              Decorates another Set to validate that all additions - match a specified predicate.
    - classPredicatedSortedSet - -
    + match a specified predicate.
    + classPredicatedSortedSet + +
              Decorates another SortedSet to validate that all additions - match a specified predicate.
    - classTransformedSet - -
    -          Decorates another Set to transform objects that are added.
    - classTransformedSortedSet - -
    -          Decorates another SortedSet to transform objects that are added.
    - classUnmodifiableSet - -
    -          Decorates another Set to ensure it can't be altered.
    - classUnmodifiableSortedSet - -
    -          Decorates another SortedSet to ensure it can't be altered.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + match a specified predicate.
    + classTransformedSet + +
    +          Decorates another Set to transform objects that are added.
    + classTransformedSortedSet + +
    +          Decorates another SortedSet to transform objects that are added.
    + classUnmodifiableSet + +
    +          Decorates another Set to ensure it can't be altered.
    + classUnmodifiableSortedSet + +
    +          Decorates another SortedSet to ensure it can't be altered.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/AbstractSerializableCollectionDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/AbstractSerializableCollectionDecorator.html index da303d8..901a955 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/AbstractSerializableCollectionDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/AbstractSerializableCollectionDecorator.html @@ -1,401 +1,401 @@ - - - - - - - -Uses of Class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Packages that use AbstractSerializableCollectionDecorator
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface. 
    org.apache.commons.collections.collection -This package contains implementations of the -Collection interface. 
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.bag
    -  -

    - - - - - - - - + + + + + + + + + +
    Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.bag
    - classPredicatedBag - -
    + + + + + + + +Uses of Class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Packages that use AbstractSerializableCollectionDecorator
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface. 
    org.apache.commons.collections.collection +This package contains implementations of the +Collection interface. 
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.bag
    +  +

    + + + + + + + + - - - - + + + + - - - - - - - - - -
    Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.bag
    + classPredicatedBag + +
              Decorates another Bag to validate that additions - match a specified predicate.
    - classPredicatedSortedBag - -
    + match a specified predicate.
    + classPredicatedSortedBag + +
              Decorates another SortedBag to validate that additions - match a specified predicate.
    - classTransformedBag - -
    -          Decorates another Bag to transform objects that are added.
    - classTransformedSortedBag - -
    -          Decorates another SortedBag to transform objects that are added.
    -  -

    - - - - - -
    -Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.buffer
    -  -

    - - - - - - - - + + + + + + + + + +
    Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.buffer
    - classPredicatedBuffer - -
    + match a specified predicate.
    + classTransformedBag + +
    +          Decorates another Bag to transform objects that are added.
    + classTransformedSortedBag + +
    +          Decorates another SortedBag to transform objects that are added.
    +  +

    + + + + + +
    +Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.buffer
    +  +

    + + + + + + + + - - - - - -
    Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.buffer
    + classPredicatedBuffer + +
              Decorates another Buffer to validate that additions - match a specified predicate.
    - classTransformedBuffer - -
    -          Decorates another Buffer to transform objects that are added.
    -  -

    - - - - - -
    -Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.collection
    -  -

    - - - - - - - - + + + + + +
    Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.collection
    - classPredicatedCollection - -
    + match a specified predicate.
    + classTransformedBuffer + +
    +          Decorates another Buffer to transform objects that are added.
    +  +

    + + + + + +
    +Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.collection
    +  +

    + + + + + + + + - - - - - - - - - - - - - -
    Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.collection
    + classPredicatedCollection + +
              Decorates another Collection to validate that additions - match a specified predicate.
    - classTransformedCollection - -
    -          Decorates another Collection to transform objects that are added.
    - classUnmodifiableBoundedCollection - -
    -          UnmodifiableBoundedCollection decorates another - BoundedCollection to ensure it can't be altered.
    - classUnmodifiableCollection - -
    -          Decorates another Collection to ensure it can't be altered.
    -  -

    - - - - - -
    -Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.list
    -  -

    - - - - - - - - + + + + + + + + + + + + + +
    Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.list
    - classPredicatedList - -
    + match a specified predicate.
    + classTransformedCollection + +
    +          Decorates another Collection to transform objects that are added.
    + classUnmodifiableBoundedCollection + +
    +          UnmodifiableBoundedCollection decorates another + BoundedCollection to ensure it can't be altered.
    + classUnmodifiableCollection + +
    +          Decorates another Collection to ensure it can't be altered.
    +  +

    + + + + + +
    +Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.list
    +  +

    + + + + + + + + - - - - - -
    Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.list
    + classPredicatedList + +
              Decorates another List to validate that all additions - match a specified predicate.
    - classTransformedList - -
    -          Decorates another List to transform objects that are added.
    -  -

    - - - - - -
    -Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.set
    -  -

    - - - - - - - - + + + + + +
    Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.set
    - classPredicatedSet - -
    + match a specified predicate.
    + classTransformedList + +
    +          Decorates another List to transform objects that are added.
    +  +

    + + + + + +
    +Uses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.set
    +  +

    + + + + + + + + - - - - + + + + - - - - - - - - - -
    Subclasses of AbstractSerializableCollectionDecorator in org.apache.commons.collections.set
    + classPredicatedSet + +
              Decorates another Set to validate that all additions - match a specified predicate.
    - classPredicatedSortedSet - -
    + match a specified predicate.
    + classPredicatedSortedSet + +
              Decorates another SortedSet to validate that all additions - match a specified predicate.
    - classTransformedSet - -
    -          Decorates another Set to transform objects that are added.
    - classTransformedSortedSet - -
    -          Decorates another SortedSet to transform objects that are added.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + match a specified predicate.
    + classTransformedSet + +
    +          Decorates another Set to transform objects that are added.
    + classTransformedSortedSet + +
    +          Decorates another SortedSet to transform objects that are added.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/CompositeCollection.CollectionMutator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/CompositeCollection.CollectionMutator.html index 1ca603d..b4c2b66 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/CompositeCollection.CollectionMutator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/CompositeCollection.CollectionMutator.html @@ -1,244 +1,244 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.collection.CompositeCollection.CollectionMutator

    -
    - - - - - - - - - - - - - -
    -Packages that use CompositeCollection.CollectionMutator
    org.apache.commons.collections.collection -This package contains implementations of the -Collection interface. 
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - -
    -Uses of CompositeCollection.CollectionMutator in org.apache.commons.collections.collection
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections.collection declared as CompositeCollection.CollectionMutator
    -protected  CompositeCollection.CollectionMutatorCompositeCollection.mutator - -
    -          CollectionMutator to handle changes to the collection
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.collection with parameters of type CompositeCollection.CollectionMutator
    - voidCompositeCollection.setMutator(CompositeCollection.CollectionMutator mutator) - -
    -          Specify a CollectionMutator strategy instance to handle changes.
    -  -

    - - - - - -
    -Uses of CompositeCollection.CollectionMutator in org.apache.commons.collections.set
    -  -

    - - - - - - - - - -
    Subinterfaces of CompositeCollection.CollectionMutator in org.apache.commons.collections.set
    -static interfaceCompositeSet.SetMutator - -
    -          Define callbacks for mutation operations.
    -  -

    - - - - - - - - + +
    Methods in org.apache.commons.collections.set with parameters of type CompositeCollection.CollectionMutator
    - voidCompositeSet.setMutator(CompositeCollection.CollectionMutator mutator) - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.collection.CompositeCollection.CollectionMutator

    +
    + + + + + + + + + + + + + +
    +Packages that use CompositeCollection.CollectionMutator
    org.apache.commons.collections.collection +This package contains implementations of the +Collection interface. 
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + +
    +Uses of CompositeCollection.CollectionMutator in org.apache.commons.collections.collection
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections.collection declared as CompositeCollection.CollectionMutator
    +protected  CompositeCollection.CollectionMutatorCompositeCollection.mutator + +
    +          CollectionMutator to handle changes to the collection
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.collection with parameters of type CompositeCollection.CollectionMutator
    + voidCompositeCollection.setMutator(CompositeCollection.CollectionMutator mutator) + +
    +          Specify a CollectionMutator strategy instance to handle changes.
    +  +

    + + + + + +
    +Uses of CompositeCollection.CollectionMutator in org.apache.commons.collections.set
    +  +

    + + + + + + + + + +
    Subinterfaces of CompositeCollection.CollectionMutator in org.apache.commons.collections.set
    +static interfaceCompositeSet.SetMutator + +
    +          Define callbacks for mutation operations.
    +  +

    + + + + + + + + - -
    Methods in org.apache.commons.collections.set with parameters of type CompositeCollection.CollectionMutator
    + voidCompositeSet.setMutator(CompositeCollection.CollectionMutator mutator) + +
              This can receive either a CompositeCollection.CollectionMutator - or a CompositeSet.SetMutator.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + or a CompositeSet.SetMutator.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/CompositeCollection.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/CompositeCollection.html index 08932b1..d5db17e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/CompositeCollection.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/CompositeCollection.html @@ -1,233 +1,233 @@ - - - - - - - -Uses of Class org.apache.commons.collections.collection.CompositeCollection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.collection.CompositeCollection

    -
    - - - - - - - - - - - - - -
    -Packages that use CompositeCollection
    org.apache.commons.collections.collection -This package contains implementations of the -Collection interface. 
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - -
    -Uses of CompositeCollection in org.apache.commons.collections.collection
    -  -

    - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.collection with parameters of type CompositeCollection
    - booleanCompositeCollection.CollectionMutator.add(CompositeCollection composite, - java.util.Collection[] collections, - java.lang.Object obj) - -
    -          Called when an object is to be added to the composite.
    - booleanCompositeCollection.CollectionMutator.addAll(CompositeCollection composite, - java.util.Collection[] collections, - java.util.Collection coll) - -
    -          Called when a collection is to be added to the composite.
    - booleanCompositeCollection.CollectionMutator.remove(CompositeCollection composite, - java.util.Collection[] collections, - java.lang.Object obj) - -
    -          Called when an object is to be removed to the composite.
    -  -

    - - - - - -
    -Uses of CompositeCollection in org.apache.commons.collections.set
    -  -

    - - - - - - - - - -
    Subclasses of CompositeCollection in org.apache.commons.collections.set
    - classCompositeSet - -
    -          Decorates a set of other sets to provide a single unified view.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.collection.CompositeCollection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.collection.CompositeCollection

    +
    + + + + + + + + + + + + + +
    +Packages that use CompositeCollection
    org.apache.commons.collections.collection +This package contains implementations of the +Collection interface. 
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + +
    +Uses of CompositeCollection in org.apache.commons.collections.collection
    +  +

    + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.collection with parameters of type CompositeCollection
    + booleanCompositeCollection.CollectionMutator.add(CompositeCollection composite, + java.util.Collection[] collections, + java.lang.Object obj) + +
    +          Called when an object is to be added to the composite.
    + booleanCompositeCollection.CollectionMutator.addAll(CompositeCollection composite, + java.util.Collection[] collections, + java.util.Collection coll) + +
    +          Called when a collection is to be added to the composite.
    + booleanCompositeCollection.CollectionMutator.remove(CompositeCollection composite, + java.util.Collection[] collections, + java.lang.Object obj) + +
    +          Called when an object is to be removed to the composite.
    +  +

    + + + + + +
    +Uses of CompositeCollection in org.apache.commons.collections.set
    +  +

    + + + + + + + + + +
    Subclasses of CompositeCollection in org.apache.commons.collections.set
    + classCompositeSet + +
    +          Decorates a set of other sets to provide a single unified view.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/PredicatedCollection.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/PredicatedCollection.html index ef3f9d5..d7aaad3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/PredicatedCollection.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/PredicatedCollection.html @@ -1,296 +1,296 @@ - - - - - - - -Uses of Class org.apache.commons.collections.collection.PredicatedCollection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.collection.PredicatedCollection

    -
    - - - - - - - - - - - - - - - - - - - - - -
    -Packages that use PredicatedCollection
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface. 
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - -
    -Uses of PredicatedCollection in org.apache.commons.collections.bag
    -  -

    - - - - - - - - + +
    Subclasses of PredicatedCollection in org.apache.commons.collections.bag
    - classPredicatedBag - -
    + + + + + + + +Uses of Class org.apache.commons.collections.collection.PredicatedCollection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.collection.PredicatedCollection

    +
    + + + + + + + + + + + + + + + + + + + + + +
    +Packages that use PredicatedCollection
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface. 
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + +
    +Uses of PredicatedCollection in org.apache.commons.collections.bag
    +  +

    + + + + + + + + - - - - + + + + - -
    Subclasses of PredicatedCollection in org.apache.commons.collections.bag
    + classPredicatedBag + +
              Decorates another Bag to validate that additions - match a specified predicate.
    - classPredicatedSortedBag - -
    + match a specified predicate.
    + classPredicatedSortedBag + +
              Decorates another SortedBag to validate that additions - match a specified predicate.
    -  -

    - - - - - -
    -Uses of PredicatedCollection in org.apache.commons.collections.buffer
    -  -

    - - - - - - - - + +
    Subclasses of PredicatedCollection in org.apache.commons.collections.buffer
    - classPredicatedBuffer - -
    + match a specified predicate.
    +  +

    + + + + + +
    +Uses of PredicatedCollection in org.apache.commons.collections.buffer
    +  +

    + + + + + + + + - -
    Subclasses of PredicatedCollection in org.apache.commons.collections.buffer
    + classPredicatedBuffer + +
              Decorates another Buffer to validate that additions - match a specified predicate.
    -  -

    - - - - - -
    -Uses of PredicatedCollection in org.apache.commons.collections.list
    -  -

    - - - - - - - - + +
    Subclasses of PredicatedCollection in org.apache.commons.collections.list
    - classPredicatedList - -
    + match a specified predicate.
    +  +

    + + + + + +
    +Uses of PredicatedCollection in org.apache.commons.collections.list
    +  +

    + + + + + + + + - -
    Subclasses of PredicatedCollection in org.apache.commons.collections.list
    + classPredicatedList + +
              Decorates another List to validate that all additions - match a specified predicate.
    -  -

    - - - - - -
    -Uses of PredicatedCollection in org.apache.commons.collections.set
    -  -

    - - - - - - - - + +
    Subclasses of PredicatedCollection in org.apache.commons.collections.set
    - classPredicatedSet - -
    + match a specified predicate.
    +  +

    + + + + + +
    +Uses of PredicatedCollection in org.apache.commons.collections.set
    +  +

    + + + + + + + + - - - - + + + + - -
    Subclasses of PredicatedCollection in org.apache.commons.collections.set
    + classPredicatedSet + +
              Decorates another Set to validate that all additions - match a specified predicate.
    - classPredicatedSortedSet - -
    + match a specified predicate.
    + classPredicatedSortedSet + +
              Decorates another SortedSet to validate that all additions - match a specified predicate.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + match a specified predicate.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/SynchronizedCollection.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/SynchronizedCollection.html index af31527..5cca676 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/SynchronizedCollection.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/SynchronizedCollection.html @@ -1,313 +1,313 @@ - - - - - - - -Uses of Class org.apache.commons.collections.collection.SynchronizedCollection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.collection.SynchronizedCollection

    -
    - - - - - - - - - - - - - - - - - - - - - -
    -Packages that use SynchronizedCollection
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface. 
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - -
    -Uses of SynchronizedCollection in org.apache.commons.collections.bag
    -  -

    - - - - - - - - + +
    Subclasses of SynchronizedCollection in org.apache.commons.collections.bag
    - classSynchronizedBag - -
    + + + + + + + +Uses of Class org.apache.commons.collections.collection.SynchronizedCollection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.collection.SynchronizedCollection

    +
    + + + + + + + + + + + + + + + + + + + + + +
    +Packages that use SynchronizedCollection
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface. 
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + +
    +Uses of SynchronizedCollection in org.apache.commons.collections.bag
    +  +

    + + + + + + + + - - - - + + + + - -
    Subclasses of SynchronizedCollection in org.apache.commons.collections.bag
    + classSynchronizedBag + +
              Decorates another Bag to synchronize its behaviour - for a multi-threaded environment.
    - classSynchronizedSortedBag - -
    + for a multi-threaded environment.
    + classSynchronizedSortedBag + +
              Decorates another SortedBag to synchronize its behaviour - for a multi-threaded environment.
    -  -

    - - - - - -
    -Uses of SynchronizedCollection in org.apache.commons.collections.buffer
    -  -

    - - - - - - - - + +
    Subclasses of SynchronizedCollection in org.apache.commons.collections.buffer
    - classBlockingBuffer - -
    + for a multi-threaded environment.
    +  +

    + + + + + +
    +Uses of SynchronizedCollection in org.apache.commons.collections.buffer
    +  +

    + + + + + + + + - - - - - - - - + + + + + + + + - -
    Subclasses of SynchronizedCollection in org.apache.commons.collections.buffer
    + classBlockingBuffer + +
              Decorates another Buffer to make BlockingBuffer.get() and - BlockingBuffer.remove() block when the Buffer is empty.
    - classBoundedBuffer - -
    -          Decorates another Buffer to ensure a fixed maximum size.
    - classSynchronizedBuffer - -
    + BlockingBuffer.remove() block when the Buffer is empty.
    + classBoundedBuffer + +
    +          Decorates another Buffer to ensure a fixed maximum size.
    + classSynchronizedBuffer + +
              Decorates another Buffer to synchronize its behaviour - for a multi-threaded environment.
    -  -

    - - - - - -
    -Uses of SynchronizedCollection in org.apache.commons.collections.list
    -  -

    - - - - - - - - + +
    Subclasses of SynchronizedCollection in org.apache.commons.collections.list
    - classSynchronizedList - -
    + for a multi-threaded environment.
    +  +

    + + + + + +
    +Uses of SynchronizedCollection in org.apache.commons.collections.list
    +  +

    + + + + + + + + - -
    Subclasses of SynchronizedCollection in org.apache.commons.collections.list
    + classSynchronizedList + +
              Decorates another List to synchronize its behaviour - for a multi-threaded environment.
    -  -

    - - - - - -
    -Uses of SynchronizedCollection in org.apache.commons.collections.set
    -  -

    - - - - - - - - + +
    Subclasses of SynchronizedCollection in org.apache.commons.collections.set
    - classSynchronizedSet - -
    + for a multi-threaded environment.
    +  +

    + + + + + +
    +Uses of SynchronizedCollection in org.apache.commons.collections.set
    +  +

    + + + + + + + + - - - - + + + + - -
    Subclasses of SynchronizedCollection in org.apache.commons.collections.set
    + classSynchronizedSet + +
              Decorates another Set to synchronize its behaviour for a - multi-threaded environment.
    - classSynchronizedSortedSet - -
    + multi-threaded environment.
    + classSynchronizedSortedSet + +
              Decorates another SortedSet to synchronize its behaviour - for a multi-threaded environment.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + for a multi-threaded environment.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/TransformedCollection.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/TransformedCollection.html index 101031a..d1f346e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/TransformedCollection.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/TransformedCollection.html @@ -1,290 +1,290 @@ - - - - - - - -Uses of Class org.apache.commons.collections.collection.TransformedCollection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.collection.TransformedCollection

    -
    - - - - - - - - - - - - - - - - - - - - - -
    -Packages that use TransformedCollection
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface. 
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - -
    -Uses of TransformedCollection in org.apache.commons.collections.bag
    -  -

    - - - - - - - - - - - - - -
    Subclasses of TransformedCollection in org.apache.commons.collections.bag
    - classTransformedBag - -
    -          Decorates another Bag to transform objects that are added.
    - classTransformedSortedBag - -
    -          Decorates another SortedBag to transform objects that are added.
    -  -

    - - - - - -
    -Uses of TransformedCollection in org.apache.commons.collections.buffer
    -  -

    - - - - - - - - - -
    Subclasses of TransformedCollection in org.apache.commons.collections.buffer
    - classTransformedBuffer - -
    -          Decorates another Buffer to transform objects that are added.
    -  -

    - - - - - -
    -Uses of TransformedCollection in org.apache.commons.collections.list
    -  -

    - - - - - - - - - -
    Subclasses of TransformedCollection in org.apache.commons.collections.list
    - classTransformedList - -
    -          Decorates another List to transform objects that are added.
    -  -

    - - - - - -
    -Uses of TransformedCollection in org.apache.commons.collections.set
    -  -

    - - - - - - - - - - - - - -
    Subclasses of TransformedCollection in org.apache.commons.collections.set
    - classTransformedSet - -
    -          Decorates another Set to transform objects that are added.
    - classTransformedSortedSet - -
    -          Decorates another SortedSet to transform objects that are added.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.collection.TransformedCollection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.collection.TransformedCollection

    +
    + + + + + + + + + + + + + + + + + + + + + +
    +Packages that use TransformedCollection
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface. 
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + +
    +Uses of TransformedCollection in org.apache.commons.collections.bag
    +  +

    + + + + + + + + + + + + + +
    Subclasses of TransformedCollection in org.apache.commons.collections.bag
    + classTransformedBag + +
    +          Decorates another Bag to transform objects that are added.
    + classTransformedSortedBag + +
    +          Decorates another SortedBag to transform objects that are added.
    +  +

    + + + + + +
    +Uses of TransformedCollection in org.apache.commons.collections.buffer
    +  +

    + + + + + + + + + +
    Subclasses of TransformedCollection in org.apache.commons.collections.buffer
    + classTransformedBuffer + +
    +          Decorates another Buffer to transform objects that are added.
    +  +

    + + + + + +
    +Uses of TransformedCollection in org.apache.commons.collections.list
    +  +

    + + + + + + + + + +
    Subclasses of TransformedCollection in org.apache.commons.collections.list
    + classTransformedList + +
    +          Decorates another List to transform objects that are added.
    +  +

    + + + + + +
    +Uses of TransformedCollection in org.apache.commons.collections.set
    +  +

    + + + + + + + + + + + + + +
    Subclasses of TransformedCollection in org.apache.commons.collections.set
    + classTransformedSet + +
    +          Decorates another Set to transform objects that are added.
    + classTransformedSortedSet + +
    +          Decorates another SortedSet to transform objects that are added.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/TypedCollection.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/TypedCollection.html index 1f38658..6b61f6a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/TypedCollection.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/TypedCollection.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.collection.TypedCollection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.collection.TypedCollection

    -
    -No usage of org.apache.commons.collections.collection.TypedCollection -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.collection.TypedCollection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.collection.TypedCollection

    +
    +No usage of org.apache.commons.collections.collection.TypedCollection +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/UnmodifiableBoundedCollection.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/UnmodifiableBoundedCollection.html index beb5999..66a9c61 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/UnmodifiableBoundedCollection.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/UnmodifiableBoundedCollection.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.collection.UnmodifiableBoundedCollection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.collection.UnmodifiableBoundedCollection

    -
    -No usage of org.apache.commons.collections.collection.UnmodifiableBoundedCollection -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.collection.UnmodifiableBoundedCollection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.collection.UnmodifiableBoundedCollection

    +
    +No usage of org.apache.commons.collections.collection.UnmodifiableBoundedCollection +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/UnmodifiableCollection.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/UnmodifiableCollection.html index 49290ec..16ce584 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/UnmodifiableCollection.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/class-use/UnmodifiableCollection.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.collection.UnmodifiableCollection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.collection.UnmodifiableCollection

    -
    -No usage of org.apache.commons.collections.collection.UnmodifiableCollection -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.collection.UnmodifiableCollection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.collection.UnmodifiableCollection

    +
    +No usage of org.apache.commons.collections.collection.UnmodifiableCollection +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/package-frame.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/package-frame.html index 2830946..b151409 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/package-frame.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/package-frame.html @@ -1,60 +1,60 @@ - - - - - - - -org.apache.commons.collections.collection (Commons Collections 3.2.1 API) - - - - - - - - - - - -org.apache.commons.collections.collection - - - - -
    -Interfaces  - -
    -CompositeCollection.CollectionMutator
    - - - - - - -
    -Classes  - -
    -AbstractCollectionDecorator -
    -AbstractSerializableCollectionDecorator -
    -CompositeCollection -
    -PredicatedCollection -
    -SynchronizedCollection -
    -TransformedCollection -
    -TypedCollection -
    -UnmodifiableBoundedCollection -
    -UnmodifiableCollection
    - - - - + + + + + + + +org.apache.commons.collections.collection (Commons Collections 3.2.1 API) + + + + + + + + + + + +org.apache.commons.collections.collection + + + + +
    +Interfaces  + +
    +CompositeCollection.CollectionMutator
    + + + + + + +
    +Classes  + +
    +AbstractCollectionDecorator +
    +AbstractSerializableCollectionDecorator +
    +CompositeCollection +
    +PredicatedCollection +
    +SynchronizedCollection +
    +TransformedCollection +
    +TypedCollection +
    +UnmodifiableBoundedCollection +
    +UnmodifiableCollection
    + + + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/package-summary.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/package-summary.html index 5b830b1..da9146e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/package-summary.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/package-summary.html @@ -1,237 +1,237 @@ - - - - - - - -org.apache.commons.collections.collection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package org.apache.commons.collections.collection -

    - -This package contains implementations of the -Collection interface. -

    -See: -
    -          Description -

    - - - - - - - - - -
    -Interface Summary
    CompositeCollection.CollectionMutatorPluggable strategy to handle changes to the composite.
    -  - -

    - - - - - - - - - - - - - - - - - - - + + + + + + + +org.apache.commons.collections.collection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + +
    -Class Summary
    AbstractCollectionDecoratorDecorates another Collection to provide additional behaviour.
    AbstractSerializableCollectionDecoratorSerializable subclass of AbstractCollectionDecorator.
    CompositeCollectionDecorates a collection of other collections to provide a single unified view.
    PredicatedCollection
    + + + + + + + + + +
    + +
    + + + +


    +

    +Package org.apache.commons.collections.collection +

    + +This package contains implementations of the +Collection interface. +

    +See: +
    +          Description +

    + + + + + + + + + +
    +Interface Summary
    CompositeCollection.CollectionMutatorPluggable strategy to handle changes to the composite.
    +  + +

    + + + + + + + + + + + + + + + + + + + - - - + match a specified predicate. + + + - - - - - - - - - - - - - - - - - -
    +Class Summary
    AbstractCollectionDecoratorDecorates another Collection to provide additional behaviour.
    AbstractSerializableCollectionDecoratorSerializable subclass of AbstractCollectionDecorator.
    CompositeCollectionDecorates a collection of other collections to provide a single unified view.
    PredicatedCollection Decorates another Collection to validate that additions - match a specified predicate.
    SynchronizedCollection
    SynchronizedCollection Decorates another Collection to synchronize its behaviour - for a multi-threaded environment.
    TransformedCollectionDecorates another Collection to transform objects that are added.
    TypedCollectionDecorates a Collection to validate that elements added are of a specific type.
    UnmodifiableBoundedCollectionUnmodifiableBoundedCollection decorates another - BoundedCollection to ensure it can't be altered.
    UnmodifiableCollectionDecorates another Collection to ensure it can't be altered.
    -  - -

    -

    -Package org.apache.commons.collections.collection Description -

    - -

    -

    -This package contains implementations of the -Collection interface. -

    -The following implementations are provided in the package: -

      -
    • CompositeCollection - a collection that combines multiple collections into one -
    -The following decorators are provided in the package: -
      -
    • Synchronized - synchronizes method access for multi-threaded environments -
    • Unmodifiable - ensures the collection cannot be altered -
    • Predicated - ensures that only elements that are valid according to a predicate can be added -
    • Typed - ensures that only elements that are of a specific type can be added -
    • Transformed - transforms elements as they are added -
    - -

    - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + for a multi-threaded environment. + + +TransformedCollection +Decorates another Collection to transform objects that are added. + + +TypedCollection +Decorates a Collection to validate that elements added are of a specific type. + + +UnmodifiableBoundedCollection +UnmodifiableBoundedCollection decorates another + BoundedCollection to ensure it can't be altered. + + +UnmodifiableCollection +Decorates another Collection to ensure it can't be altered. + + +  + +

    +

    +Package org.apache.commons.collections.collection Description +

    + +

    +

    +This package contains implementations of the +Collection interface. +

    +The following implementations are provided in the package: +

      +
    • CompositeCollection - a collection that combines multiple collections into one +
    +The following decorators are provided in the package: +
      +
    • Synchronized - synchronizes method access for multi-threaded environments +
    • Unmodifiable - ensures the collection cannot be altered +
    • Predicated - ensures that only elements that are valid according to a predicate can be added +
    • Typed - ensures that only elements that are of a specific type can be added +
    • Transformed - transforms elements as they are added +
    + +

    + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/package-tree.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/package-tree.html index fc6a4ec..11947f4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/package-tree.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/package-tree.html @@ -1,165 +1,165 @@ - - - - - - - -org.apache.commons.collections.collection Class Hierarchy (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package org.apache.commons.collections.collection -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -

    -Interface Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +org.apache.commons.collections.collection Class Hierarchy (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.collections.collection +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +

    +Interface Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/package-use.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/package-use.html index 72486bc..9603bd4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/package-use.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/collection/package-use.html @@ -1,436 +1,436 @@ - - - - - - - -Uses of Package org.apache.commons.collections.collection (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    org.apache.commons.collections.collection

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Packages that use org.apache.commons.collections.collection
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface. 
    org.apache.commons.collections.collection -This package contains implementations of the -Collection interface. 
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - - - - - - - - - + + + + +
    -Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.bag
    AbstractCollectionDecorator - -
    -          Decorates another Collection to provide additional behaviour.
    AbstractSerializableCollectionDecorator - -
    -          Serializable subclass of AbstractCollectionDecorator.
    PredicatedCollection - -
    + + + + + + + +Uses of Package org.apache.commons.collections.collection (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.collections.collection

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Packages that use org.apache.commons.collections.collection
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface. 
    org.apache.commons.collections.collection +This package contains implementations of the +Collection interface. 
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + + + + + + + + + - - - + + + - - - - -
    +Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.bag
    AbstractCollectionDecorator + +
    +          Decorates another Collection to provide additional behaviour.
    AbstractSerializableCollectionDecorator + +
    +          Serializable subclass of AbstractCollectionDecorator.
    PredicatedCollection + +
              Decorates another Collection to validate that additions - match a specified predicate.
    SynchronizedCollection - -
    + match a specified predicate.
    SynchronizedCollection + +
              Decorates another Collection to synchronize its behaviour - for a multi-threaded environment.
    TransformedCollection - -
    -          Decorates another Collection to transform objects that are added.
    -  -

    - - - - - - - - -
    -Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.bidimap
    AbstractCollectionDecorator - -
    -          Decorates another Collection to provide additional behaviour.
    -  -

    - - - - - - - - - - - - - + + + + +
    -Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.buffer
    AbstractCollectionDecorator - -
    -          Decorates another Collection to provide additional behaviour.
    AbstractSerializableCollectionDecorator - -
    -          Serializable subclass of AbstractCollectionDecorator.
    PredicatedCollection - -
    + for a multi-threaded environment.
    TransformedCollection + +
    +          Decorates another Collection to transform objects that are added.
    +  +

    + + + + + + + + +
    +Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.bidimap
    AbstractCollectionDecorator + +
    +          Decorates another Collection to provide additional behaviour.
    +  +

    + + + + + + + + + + + + + - - - + + + - - - - -
    +Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.buffer
    AbstractCollectionDecorator + +
    +          Decorates another Collection to provide additional behaviour.
    AbstractSerializableCollectionDecorator + +
    +          Serializable subclass of AbstractCollectionDecorator.
    PredicatedCollection + +
              Decorates another Collection to validate that additions - match a specified predicate.
    SynchronizedCollection - -
    + match a specified predicate.
    SynchronizedCollection + +
              Decorates another Collection to synchronize its behaviour - for a multi-threaded environment.
    TransformedCollection - -
    -          Decorates another Collection to transform objects that are added.
    -  -

    - - - - - - - - - - - - - - - - - -
    -Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.collection
    AbstractCollectionDecorator - -
    -          Decorates another Collection to provide additional behaviour.
    AbstractSerializableCollectionDecorator - -
    -          Serializable subclass of AbstractCollectionDecorator.
    CompositeCollection - -
    -          Decorates a collection of other collections to provide a single unified view.
    CompositeCollection.CollectionMutator - -
    -          Pluggable strategy to handle changes to the composite.
    -  -

    - - - - - - - - - - - - - + + + + +
    -Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.list
    AbstractCollectionDecorator - -
    -          Decorates another Collection to provide additional behaviour.
    AbstractSerializableCollectionDecorator - -
    -          Serializable subclass of AbstractCollectionDecorator.
    PredicatedCollection - -
    + for a multi-threaded environment.
    TransformedCollection + +
    +          Decorates another Collection to transform objects that are added.
    +  +

    + + + + + + + + + + + + + + + + + +
    +Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.collection
    AbstractCollectionDecorator + +
    +          Decorates another Collection to provide additional behaviour.
    AbstractSerializableCollectionDecorator + +
    +          Serializable subclass of AbstractCollectionDecorator.
    CompositeCollection + +
    +          Decorates a collection of other collections to provide a single unified view.
    CompositeCollection.CollectionMutator + +
    +          Pluggable strategy to handle changes to the composite.
    +  +

    + + + + + + + + + + + + + - - - + + + - - - - -
    +Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.list
    AbstractCollectionDecorator + +
    +          Decorates another Collection to provide additional behaviour.
    AbstractSerializableCollectionDecorator + +
    +          Serializable subclass of AbstractCollectionDecorator.
    PredicatedCollection + +
              Decorates another Collection to validate that additions - match a specified predicate.
    SynchronizedCollection - -
    + match a specified predicate.
    SynchronizedCollection + +
              Decorates another Collection to synchronize its behaviour - for a multi-threaded environment.
    TransformedCollection - -
    -          Decorates another Collection to transform objects that are added.
    -  -

    - - - - - - - - -
    -Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.map
    AbstractCollectionDecorator - -
    -          Decorates another Collection to provide additional behaviour.
    -  -

    - - - - - - - - - - - - - - - - - - - + + + + +
    -Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.set
    AbstractCollectionDecorator - -
    -          Decorates another Collection to provide additional behaviour.
    AbstractSerializableCollectionDecorator - -
    -          Serializable subclass of AbstractCollectionDecorator.
    CompositeCollection - -
    -          Decorates a collection of other collections to provide a single unified view.
    CompositeCollection.CollectionMutator - -
    -          Pluggable strategy to handle changes to the composite.
    PredicatedCollection - -
    + for a multi-threaded environment.
    TransformedCollection + +
    +          Decorates another Collection to transform objects that are added.
    +  +

    + + + + + + + + +
    +Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.map
    AbstractCollectionDecorator + +
    +          Decorates another Collection to provide additional behaviour.
    +  +

    + + + + + + + + + + + + + + + + + + + - - - + + + - - - - -
    +Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.set
    AbstractCollectionDecorator + +
    +          Decorates another Collection to provide additional behaviour.
    AbstractSerializableCollectionDecorator + +
    +          Serializable subclass of AbstractCollectionDecorator.
    CompositeCollection + +
    +          Decorates a collection of other collections to provide a single unified view.
    CompositeCollection.CollectionMutator + +
    +          Pluggable strategy to handle changes to the composite.
    PredicatedCollection + +
              Decorates another Collection to validate that additions - match a specified predicate.
    SynchronizedCollection - -
    + match a specified predicate.
    SynchronizedCollection + +
              Decorates another Collection to synchronize its behaviour - for a multi-threaded environment.
    TransformedCollection - -
    -          Decorates another Collection to transform objects that are added.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + for a multi-threaded environment.
    TransformedCollection + +
    +          Decorates another Collection to transform objects that are added.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/BooleanComparator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/BooleanComparator.html index 35cc4ba..c6daed7 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/BooleanComparator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/BooleanComparator.html @@ -1,542 +1,542 @@ - - - - - - - -BooleanComparator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.comparators -
    -Class BooleanComparator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.comparators.BooleanComparator
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Comparator
    -
    -
    -
    -
    public final class BooleanComparator
    extends java.lang.Object
    implements java.util.Comparator, java.io.Serializable
    - - -

    + + + + + + + +BooleanComparator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.comparators +
    +Class BooleanComparator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.comparators.BooleanComparator
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Comparator
    +
    +
    +
    +
    public final class BooleanComparator
    extends java.lang.Object
    implements java.util.Comparator, java.io.Serializable
    + + +

    A Comparator for Boolean objects that can sort either true or false first. -

    -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Rodney Waldhoff
    -
    See Also:
    getTrueFirstComparator(), -getFalseFirstComparator(), -getBooleanComparator(boolean), -Serialized Form
    -
    - -

    - - - - - - - - - - + +
    -Constructor Summary
    BooleanComparator() - -
    +

    +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Rodney Waldhoff
    +
    See Also:
    getTrueFirstComparator(), +getFalseFirstComparator(), +getBooleanComparator(boolean), +Serialized Form
    +
    + +

    + + + + + + + + + + - - - + + + - -
    +Constructor Summary
    BooleanComparator() + +
              Creates a BooleanComparator that sorts - false values before true values.
    BooleanComparator(boolean trueFirst) - -
    + false values before true values.
    BooleanComparator(boolean trueFirst) + +
              Creates a BooleanComparator that sorts - trueFirst values before - !trueFirst values.
    -  - - - - - - - - - - + +
    -Method Summary
    - intcompare(java.lang.Boolean b1, - java.lang.Boolean b2) - -
    + trueFirst values before + !trueFirst values.
    +  + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - -
    +Method Summary
    + intcompare(java.lang.Boolean b1, + java.lang.Boolean b2) + +
              Compares two non-null Boolean objects - according to the value of sortsTrueFirst().
    - intcompare(java.lang.Object obj1, - java.lang.Object obj2) - -
    -          Compares two arbitrary Objects.
    - booleanequals(java.lang.Object object) - -
    -          Returns true iff that Object is - is a Comparator whose ordering is known to be - equivalent to mine.
    -static BooleanComparatorgetBooleanComparator(boolean trueFirst) - -
    -          Returns a BooleanComparator instance that sorts - trueFirst values before - !trueFirst values.
    -static BooleanComparatorgetFalseFirstComparator() - -
    -          Returns a BooleanComparator instance that sorts - false values before true values.
    -static BooleanComparatorgetTrueFirstComparator() - -
    -          Returns a BooleanComparator instance that sorts - true values before false values.
    - inthashCode() - -
    + according to the value of sortsTrueFirst().
    + intcompare(java.lang.Object obj1, + java.lang.Object obj2) + +
    +          Compares two arbitrary Objects.
    + booleanequals(java.lang.Object object) + +
    +          Returns true iff that Object is + is a Comparator whose ordering is known to be + equivalent to mine.
    +static BooleanComparatorgetBooleanComparator(boolean trueFirst) + +
    +          Returns a BooleanComparator instance that sorts + trueFirst values before + !trueFirst values.
    +static BooleanComparatorgetFalseFirstComparator() + +
    +          Returns a BooleanComparator instance that sorts + false values before true values.
    +static BooleanComparatorgetTrueFirstComparator() + +
    +          Returns a BooleanComparator instance that sorts + true values before false values.
    + inthashCode() + +
              Implement a hash code for this comparator that is consistent with - equals.
    - booleansortsTrueFirst() - -
    + equals.
    + booleansortsTrueFirst() + +
              Returns true iff - I sort true values before - false values.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -BooleanComparator

    -
    -public BooleanComparator()
    -
    + I sort true values before + false values.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +BooleanComparator

    +
    +public BooleanComparator()
    +
    Creates a BooleanComparator that sorts false values before true values.

    Equivalent to BooleanComparator(false).

    - Please use the static factory instead whenever possible. -

    -

    -
    - -

    -BooleanComparator

    -
    -public BooleanComparator(boolean trueFirst)
    -
    + Please use the static factory instead whenever possible. +

    +

    +
    + +

    +BooleanComparator

    +
    +public BooleanComparator(boolean trueFirst)
    +
    Creates a BooleanComparator that sorts - trueFirst values before + trueFirst values before !trueFirst values.

    - Please use the static factories instead whenever possible. -

    -

    -
    Parameters:
    trueFirst - when true, sort - true boolean values before false
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getTrueFirstComparator

    -
    -public static BooleanComparator getTrueFirstComparator()
    -
    -
    Returns a BooleanComparator instance that sorts + Please use the static factories instead whenever possible. +

    +

    +
    Parameters:
    trueFirst - when true, sort + true boolean values before false
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getTrueFirstComparator

    +
    +public static BooleanComparator getTrueFirstComparator()
    +
    +
    Returns a BooleanComparator instance that sorts true values before false values.

    - Clients are encouraged to use the value returned from - this method instead of constructing a new instance + Clients are encouraged to use the value returned from + this method instead of constructing a new instance to reduce allocation and garbage collection overhead when - multiple BooleanComparators may be used in the same - virtual machine. -

    -

    -
    -
    -
    - -
    Returns:
    the true first singleton BooleanComparator
    -
    -
    -
    - -

    -getFalseFirstComparator

    -
    -public static BooleanComparator getFalseFirstComparator()
    -
    -
    Returns a BooleanComparator instance that sorts + multiple BooleanComparators may be used in the same + virtual machine. +

    +

    +
    +
    +
    + +
    Returns:
    the true first singleton BooleanComparator
    +
    +
    +
    + +

    +getFalseFirstComparator

    +
    +public static BooleanComparator getFalseFirstComparator()
    +
    +
    Returns a BooleanComparator instance that sorts false values before true values.

    - Clients are encouraged to use the value returned from - this method instead of constructing a new instance + Clients are encouraged to use the value returned from + this method instead of constructing a new instance to reduce allocation and garbage collection overhead when - multiple BooleanComparators may be used in the same - virtual machine. -

    -

    -
    -
    -
    - -
    Returns:
    the false first singleton BooleanComparator
    -
    -
    -
    - -

    -getBooleanComparator

    -
    -public static BooleanComparator getBooleanComparator(boolean trueFirst)
    -
    -
    Returns a BooleanComparator instance that sorts - trueFirst values before + multiple BooleanComparators may be used in the same + virtual machine. +

    +

    +
    +
    +
    + +
    Returns:
    the false first singleton BooleanComparator
    +
    +
    +
    + +

    +getBooleanComparator

    +
    +public static BooleanComparator getBooleanComparator(boolean trueFirst)
    +
    +
    Returns a BooleanComparator instance that sorts + trueFirst values before !trueFirst values.

    - Clients are encouraged to use the value returned from - this method instead of constructing a new instance + Clients are encouraged to use the value returned from + this method instead of constructing a new instance to reduce allocation and garbage collection overhead when - multiple BooleanComparators may be used in the same - virtual machine. -

    -

    -
    -
    -
    -
    Parameters:
    trueFirst - when true, sort - true Booleans before false -
    Returns:
    a singleton BooleanComparator instance
    -
    -
    -
    - -

    -compare

    -
    -public int compare(java.lang.Object obj1,
    -                   java.lang.Object obj2)
    -
    + multiple BooleanComparators may be used in the same + virtual machine. +

    +

    +
    +
    +
    +
    Parameters:
    trueFirst - when true, sort + true Booleans before false +
    Returns:
    a singleton BooleanComparator instance
    +
    +
    +
    + +

    +compare

    +
    +public int compare(java.lang.Object obj1,
    +                   java.lang.Object obj2)
    +
    Compares two arbitrary Objects. - When both arguments are Boolean, this method is equivalent to + When both arguments are Boolean, this method is equivalent to compare((Boolean)obj1,(Boolean)obj2). When either argument is not a Boolean, this methods throws - a ClassCastException. -

    -

    -
    Specified by:
    compare in interface java.util.Comparator
    -
    -
    -
    Parameters:
    obj1 - the first object to compare
    obj2 - the second object to compare -
    Returns:
    negative if obj1 is less, positive if greater, zero if equal -
    Throws: -
    java.lang.ClassCastException - when either argument is not Boolean
    -
    -
    -
    - -

    -compare

    -
    -public int compare(java.lang.Boolean b1,
    -                   java.lang.Boolean b2)
    -
    + a ClassCastException. +

    +

    +
    Specified by:
    compare in interface java.util.Comparator
    +
    +
    +
    Parameters:
    obj1 - the first object to compare
    obj2 - the second object to compare +
    Returns:
    negative if obj1 is less, positive if greater, zero if equal +
    Throws: +
    java.lang.ClassCastException - when either argument is not Boolean
    +
    +
    +
    + +

    +compare

    +
    +public int compare(java.lang.Boolean b1,
    +                   java.lang.Boolean b2)
    +
    Compares two non-null Boolean objects - according to the value of sortsTrueFirst(). -

    -

    -
    -
    -
    -
    Parameters:
    b1 - the first boolean to compare
    b2 - the second boolean to compare -
    Returns:
    negative if obj1 is less, positive if greater, zero if equal -
    Throws: -
    java.lang.NullPointerException - when either argument null
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    + according to the value of sortsTrueFirst(). +

    +

    +
    +
    +
    +
    Parameters:
    b1 - the first boolean to compare
    b2 - the second boolean to compare +
    Returns:
    negative if obj1 is less, positive if greater, zero if equal +
    Throws: +
    java.lang.NullPointerException - when either argument null
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    Implement a hash code for this comparator that is consistent with - equals. -

    -

    -
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    - -
    Returns:
    a hash code for this comparator.
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object object)
    -
    -
    Returns true iff that Object is - is a Comparator whose ordering is known to be + equals. +

    +

    +
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    + +
    Returns:
    a hash code for this comparator.
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object object)
    +
    +
    Returns true iff that Object is + is a Comparator whose ordering is known to be equivalent to mine.

    This implementation returns true - iff that is a BooleanComparator - whose value of sortsTrueFirst() is equal to mine. -

    -

    -
    Specified by:
    equals in interface java.util.Comparator
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    object - the object to compare to -
    Returns:
    true if equal
    -
    -
    -
    - -

    -sortsTrueFirst

    -
    -public boolean sortsTrueFirst()
    -
    + iff that is a BooleanComparator + whose value of sortsTrueFirst() is equal to mine. +

    +

    +
    Specified by:
    equals in interface java.util.Comparator
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    object - the object to compare to +
    Returns:
    true if equal
    +
    +
    +
    + +

    +sortsTrueFirst

    +
    +public boolean sortsTrueFirst()
    +
    Returns true iff - I sort true values before + I sort true values before false values. In other words, returns true iff compare(Boolean.FALSE,Boolean.TRUE) - returns a positive value. -

    -

    -
    -
    -
    - -
    Returns:
    the trueFirst flag
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + returns a positive value. +

    +

    +
    +
    +
    + +
    Returns:
    the trueFirst flag
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/ComparableComparator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/ComparableComparator.html index 63ac657..ffa3e17 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/ComparableComparator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/ComparableComparator.html @@ -1,393 +1,393 @@ - - - - - - - -ComparableComparator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.comparators -
    -Class ComparableComparator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.comparators.ComparableComparator
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Comparator
    -
    -
    -
    -
    public class ComparableComparator
    extends java.lang.Object
    implements java.util.Comparator, java.io.Serializable
    - - -

    -A Comparator that compares + + + + + + + +ComparableComparator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.comparators +
    +Class ComparableComparator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.comparators.ComparableComparator
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Comparator
    +
    +
    +
    +
    public class ComparableComparator
    extends java.lang.Object
    implements java.util.Comparator, java.io.Serializable
    + + +

    +A Comparator that compares Comparable objects.

    This Comparator is useful, for example, for enforcing the natural order in custom implementations of SortedSet and SortedMap.

    - Note: In the 2.0 and 2.1 releases of Commons Collections, + Note: In the 2.0 and 2.1 releases of Commons Collections, this class would throw a ClassCastException if either of the arguments to compare were null, not Comparable, or for which compareTo gave inconsistent results. This is no longer the case. See - compare for details. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Henri Yandell
    -
    See Also:
    Collections.reverseOrder(), -Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    ComparableComparator() - -
    -          Constructor whose use should be avoided.
    -  - - - - - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - intcompare(java.lang.Object obj1, - java.lang.Object obj2) - -
    -          Compare the two Comparable arguments.
    - booleanequals(java.lang.Object object) - -
    -          Returns true iff that Object is - is a Comparator whose ordering is - known to be equivalent to mine.
    -static ComparableComparatorgetInstance() - -
    -          Gets the singleton instance of a ComparableComparator.
    - inthashCode() - -
    + compare for details. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Henri Yandell
    +
    See Also:
    Collections.reverseOrder(), +Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    ComparableComparator() + +
    +          Constructor whose use should be avoided.
    +  + + + + + + + + + + + + + + + + + + + + + + - -
    +Method Summary
    + intcompare(java.lang.Object obj1, + java.lang.Object obj2) + +
    +          Compare the two Comparable arguments.
    + booleanequals(java.lang.Object object) + +
    +          Returns true iff that Object is + is a Comparator whose ordering is + known to be equivalent to mine.
    +static ComparableComparatorgetInstance() + +
    +          Gets the singleton instance of a ComparableComparator.
    + inthashCode() + +
              Implement a hash code for this comparator that is consistent with - equals.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -ComparableComparator

    -
    -public ComparableComparator()
    -
    + equals.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +ComparableComparator

    +
    +public ComparableComparator()
    +
    Constructor whose use should be avoided.

    - Please use the getInstance() method whenever possible. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static ComparableComparator getInstance()
    -
    + Please use the getInstance() method whenever possible. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static ComparableComparator getInstance()
    +
    Gets the singleton instance of a ComparableComparator.

    Developers are encouraged to use the comparator returned from this method instead of constructing a new instance to reduce allocation and GC overhead - when multiple comparable comparators may be used in the same VM. -

    -

    -
    -
    -
    - -
    Returns:
    the singleton ComparableComparator
    -
    -
    -
    - -

    -compare

    -
    -public int compare(java.lang.Object obj1,
    -                   java.lang.Object obj2)
    -
    + when multiple comparable comparators may be used in the same VM. +

    +

    +
    +
    +
    + +
    Returns:
    the singleton ComparableComparator
    +
    +
    +
    + +

    +compare

    +
    +public int compare(java.lang.Object obj1,
    +                   java.lang.Object obj2)
    +
    Compare the two Comparable arguments. This method is equivalent to: -
    ((Comparable)obj1).compareTo(obj2)
    -

    -

    -
    Specified by:
    compare in interface java.util.Comparator
    -
    -
    -
    Parameters:
    obj1 - the first object to compare
    obj2 - the second object to compare -
    Returns:
    negative if obj1 is less, positive if greater, zero if equal -
    Throws: -
    java.lang.NullPointerException - when obj1 is null, - or when ((Comparable)obj1).compareTo(obj2) does +
    ((Comparable)obj1).compareTo(obj2)
    +

    +

    +
    Specified by:
    compare in interface java.util.Comparator
    +
    +
    +
    Parameters:
    obj1 - the first object to compare
    obj2 - the second object to compare +
    Returns:
    negative if obj1 is less, positive if greater, zero if equal +
    Throws: +
    java.lang.NullPointerException - when obj1 is null, + or when ((Comparable)obj1).compareTo(obj2) does
    java.lang.ClassCastException - when obj1 is not a Comparable, - or when ((Comparable)obj1).compareTo(obj2) does
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    + or when ((Comparable)obj1).compareTo(obj2) does
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    Implement a hash code for this comparator that is consistent with - equals. -

    -

    -
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    - -
    Returns:
    a hash code for this comparator.
    Since:
    -
    Commons Collections 3.0
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object object)
    -
    -
    Returns true iff that Object is - is a Comparator whose ordering is + equals. +

    +

    +
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    + +
    Returns:
    a hash code for this comparator.
    Since:
    +
    Commons Collections 3.0
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object object)
    +
    +
    Returns true iff that Object is + is a Comparator whose ordering is known to be equivalent to mine.

    This implementation returns true iff object.getClass() equals this.getClass(). Subclasses may want to override this behavior to remain consistent - with the Comparator.equals(Object) contract. -

    -

    -
    Specified by:
    equals in interface java.util.Comparator
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    object - the object to compare with -
    Returns:
    true if equal
    Since:
    -
    Commons Collections 3.0
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + with the Comparator.equals(Object) contract. +

    +

    +
    Specified by:
    equals in interface java.util.Comparator
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    object - the object to compare with +
    Returns:
    true if equal
    Since:
    +
    Commons Collections 3.0
    +
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/ComparatorChain.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/ComparatorChain.html index ca1f5f0..e263551 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/ComparatorChain.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/ComparatorChain.html @@ -1,107 +1,107 @@ - - - - - - - -ComparatorChain (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.comparators -
    -Class ComparatorChain

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.comparators.ComparatorChain
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Comparator
    -
    -
    -
    -
    public class ComparatorChain
    extends java.lang.Object
    implements java.util.Comparator, java.io.Serializable
    - - -

    + + + + + + + +ComparatorChain (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.comparators +
    +Class ComparatorChain

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.comparators.ComparatorChain
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Comparator
    +
    +
    +
    +
    public class ComparatorChain
    extends java.lang.Object
    implements java.util.Comparator, java.io.Serializable
    + + +

    A ComparatorChain is a Comparator that wraps one or more Comparators in sequence. The ComparatorChain calls each Comparator in sequence until either 1) @@ -112,355 +112,355 @@ java.lang.Object to multi-column sorting in SQL, and this class allows Java classes to emulate that kind of behaviour when sorting a List.

    - +

    To further facilitate SQL-like sorting, the order of any single Comparator in the list can be reversed.

    - +

    Calling a method that adds new Comparators or changes the ascend/descend sort after compare(Object, Object) has been called will result in an UnsupportedOperationException. However, take care to not alter the underlying List of Comparators or the BitSet that defines the sort order.

    - +

    Instances of ComparatorChain are not synchronized. The class is not thread-safe at construction time, but it is thread-safe to perform multiple comparisons - after all the setup operations are complete.

    -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Morgan Delagrange
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.ListcomparatorChain - -
    -          The list of comparators in the chain.
    -protected  booleanisLocked - -
    -          Whether the chain has been "locked".
    -protected  java.util.BitSetorderingBits - -
    -          Order - false (clear) = ascend; true (set) = descend.
    -  - - - - - - - - - - - - + + + + + +
    -Constructor Summary
    ComparatorChain() - -
    -          Construct a ComparatorChain with no Comparators.
    ComparatorChain(java.util.Comparator comparator) - -
    + after all the setup operations are complete.

    +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Morgan Delagrange
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.ListcomparatorChain + +
    +          The list of comparators in the chain.
    +protected  booleanisLocked + +
    +          Whether the chain has been "locked".
    +protected  java.util.BitSetorderingBits + +
    +          Order - false (clear) = ascend; true (set) = descend.
    +  + + + + + + + + + + + + - - - + + + - - - + + + - - - + + + - -
    +Constructor Summary
    ComparatorChain() + +
    +          Construct a ComparatorChain with no Comparators.
    ComparatorChain(java.util.Comparator comparator) + +
              Construct a ComparatorChain with a single Comparator, - sorting in the forward order
    ComparatorChain(java.util.Comparator comparator, - boolean reverse) - -
    + sorting in the forward order
    ComparatorChain(java.util.Comparator comparator, + boolean reverse) + +
              Construct a Comparator chain with a single Comparator, - sorting in the given order
    ComparatorChain(java.util.List list) - -
    + sorting in the given order
    ComparatorChain(java.util.List list) + +
              Construct a ComparatorChain from the Comparators in the - List.
    ComparatorChain(java.util.List list, - java.util.BitSet bits) - -
    + List.
    ComparatorChain(java.util.List list, + java.util.BitSet bits) + +
              Construct a ComparatorChain from the Comparators in the - given List.
    -  - - - - - - - - - - + +
    -Method Summary
    - voidaddComparator(java.util.Comparator comparator) - -
    + given List.
    +  + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - -
    +Method Summary
    + voidaddComparator(java.util.Comparator comparator) + +
              Add a Comparator to the end of the chain using the - forward sort order
    - voidaddComparator(java.util.Comparator comparator, - boolean reverse) - -
    + forward sort order
    + voidaddComparator(java.util.Comparator comparator, + boolean reverse) + +
              Add a Comparator to the end of the chain using the - given sort order
    - intcompare(java.lang.Object o1, - java.lang.Object o2) - -
    + given sort order
    + intcompare(java.lang.Object o1, + java.lang.Object o2) + +
              Perform comparisons on the Objects as per - Comparator.compare(o1,o2).
    - booleanequals(java.lang.Object object) - -
    -          Returns true iff that Object is - is a Comparator whose ordering is known to be - equivalent to mine.
    - inthashCode() - -
    + Comparator.compare(o1,o2).
    + booleanequals(java.lang.Object object) + +
    +          Returns true iff that Object is + is a Comparator whose ordering is known to be + equivalent to mine.
    + inthashCode() + +
              Implement a hash code for this comparator that is consistent with - equals.
    - booleanisLocked() - -
    + equals.
    + booleanisLocked() + +
              Determine if modifications can still be made to the - ComparatorChain.
    - voidsetComparator(int index, - java.util.Comparator comparator) - -
    + ComparatorChain.
    + voidsetComparator(int index, + java.util.Comparator comparator) + +
              Replace the Comparator at the given index, maintaining - the existing sort order.
    - voidsetComparator(int index, - java.util.Comparator comparator, - boolean reverse) - -
    + the existing sort order.
    + voidsetComparator(int index, + java.util.Comparator comparator, + boolean reverse) + +
              Replace the Comparator at the given index in the - ComparatorChain, using the given sort order
    - voidsetForwardSort(int index) - -
    + ComparatorChain, using the given sort order
    + voidsetForwardSort(int index) + +
              Change the sort order at the given index in the - ComparatorChain to a forward sort.
    - voidsetReverseSort(int index) - -
    + ComparatorChain to a forward sort.
    + voidsetReverseSort(int index) + +
              Change the sort order at the given index in the - ComparatorChain to a reverse sort.
    - intsize() - -
    -          Number of Comparators in the current ComparatorChain.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -comparatorChain

    -
    -protected java.util.List comparatorChain
    -
    -
    The list of comparators in the chain. -

    -

    -
    -
    -
    - -

    -orderingBits

    -
    -protected java.util.BitSet orderingBits
    -
    -
    Order - false (clear) = ascend; true (set) = descend. -

    -

    -
    -
    -
    - -

    -isLocked

    -
    -protected boolean isLocked
    -
    -
    Whether the chain has been "locked". -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -ComparatorChain

    -
    -public ComparatorChain()
    -
    + ComparatorChain to a reverse sort.
    + intsize() + +
    +          Number of Comparators in the current ComparatorChain.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +comparatorChain

    +
    +protected java.util.List comparatorChain
    +
    +
    The list of comparators in the chain. +

    +

    +
    +
    +
    + +

    +orderingBits

    +
    +protected java.util.BitSet orderingBits
    +
    +
    Order - false (clear) = ascend; true (set) = descend. +

    +

    +
    +
    +
    + +

    +isLocked

    +
    +protected boolean isLocked
    +
    +
    Whether the chain has been "locked". +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ComparatorChain

    +
    +public ComparatorChain()
    +
    Construct a ComparatorChain with no Comparators. You must add at least one Comparator before calling - the compare(Object,Object) method, or an - UnsupportedOperationException is thrown -

    -

    -
    - -

    -ComparatorChain

    -
    -public ComparatorChain(java.util.Comparator comparator)
    -
    + the compare(Object,Object) method, or an + UnsupportedOperationException is thrown +

    +

    +
    + +

    +ComparatorChain

    +
    +public ComparatorChain(java.util.Comparator comparator)
    +
    Construct a ComparatorChain with a single Comparator, - sorting in the forward order -

    -

    -
    Parameters:
    comparator - First comparator in the Comparator chain
    -
    -
    - -

    -ComparatorChain

    -
    -public ComparatorChain(java.util.Comparator comparator,
    -                       boolean reverse)
    -
    + sorting in the forward order +

    +

    +
    Parameters:
    comparator - First comparator in the Comparator chain
    +
    +
    + +

    +ComparatorChain

    +
    +public ComparatorChain(java.util.Comparator comparator,
    +                       boolean reverse)
    +
    Construct a Comparator chain with a single Comparator, - sorting in the given order -

    -

    -
    Parameters:
    comparator - First Comparator in the ComparatorChain
    reverse - false = forward sort; true = reverse sort
    -
    -
    - -

    -ComparatorChain

    -
    -public ComparatorChain(java.util.List list)
    -
    + sorting in the given order +

    +

    +
    Parameters:
    comparator - First Comparator in the ComparatorChain
    reverse - false = forward sort; true = reverse sort
    +
    +
    + +

    +ComparatorChain

    +
    +public ComparatorChain(java.util.List list)
    +
    Construct a ComparatorChain from the Comparators in the - List. All Comparators will default to the forward - sort order. -

    -

    -
    Parameters:
    list - List of Comparators
    See Also:
    ComparatorChain(List,BitSet)
    -
    -
    - -

    -ComparatorChain

    -
    -public ComparatorChain(java.util.List list,
    -                       java.util.BitSet bits)
    -
    + List. All Comparators will default to the forward + sort order. +

    +

    +
    Parameters:
    list - List of Comparators
    See Also:
    ComparatorChain(List,BitSet)
    +
    +
    + +

    +ComparatorChain

    +
    +public ComparatorChain(java.util.List list,
    +                       java.util.BitSet bits)
    +
    Construct a ComparatorChain from the Comparators in the given List. The sort order of each column will be drawn from the given BitSet. When determining the sort @@ -468,300 +468,300 @@ public ComparatorChain(java.util.List list, the ComparatorChain will call BitSet.get(i). If that method returns false, the forward sort order is used; a return value of true - indicates reverse sort order. -

    -

    + indicates reverse sort order. +

    +

    Parameters:
    list - List of Comparators. NOTE: This constructor does not perform a defensive copy of the list
    bits - Sort order for each Comparator. Extra bits are ignored, - unless extra Comparators are added by another method.
    -
    - - - - - - - - -
    -Method Detail
    - -

    -addComparator

    -
    -public void addComparator(java.util.Comparator comparator)
    -
    + unless extra Comparators are added by another method.
    +
    + + + + + + + + +
    +Method Detail
    + +

    +addComparator

    +
    +public void addComparator(java.util.Comparator comparator)
    +
    Add a Comparator to the end of the chain using the - forward sort order -

    -

    -
    -
    -
    -
    Parameters:
    comparator - Comparator with the forward sort order
    -
    -
    -
    - -

    -addComparator

    -
    -public void addComparator(java.util.Comparator comparator,
    -                          boolean reverse)
    -
    + forward sort order +

    +

    +
    +
    +
    +
    Parameters:
    comparator - Comparator with the forward sort order
    +
    +
    +
    + +

    +addComparator

    +
    +public void addComparator(java.util.Comparator comparator,
    +                          boolean reverse)
    +
    Add a Comparator to the end of the chain using the - given sort order -

    -

    -
    -
    -
    -
    Parameters:
    comparator - Comparator to add to the end of the chain
    reverse - false = forward sort order; true = reverse sort order
    -
    -
    -
    - -

    -setComparator

    -
    -public void setComparator(int index,
    -                          java.util.Comparator comparator)
    -                   throws java.lang.IndexOutOfBoundsException
    -
    + given sort order +

    +

    +
    +
    +
    +
    Parameters:
    comparator - Comparator to add to the end of the chain
    reverse - false = forward sort order; true = reverse sort order
    +
    +
    +
    + +

    +setComparator

    +
    +public void setComparator(int index,
    +                          java.util.Comparator comparator)
    +                   throws java.lang.IndexOutOfBoundsException
    +
    Replace the Comparator at the given index, maintaining - the existing sort order. -

    -

    -
    -
    -
    -
    Parameters:
    index - index of the Comparator to replace
    comparator - Comparator to place at the given index -
    Throws: -
    java.lang.IndexOutOfBoundsException - if index < 0 or index >= size()
    -
    -
    -
    - -

    -setComparator

    -
    -public void setComparator(int index,
    -                          java.util.Comparator comparator,
    -                          boolean reverse)
    -
    + the existing sort order. +

    +

    +
    +
    +
    +
    Parameters:
    index - index of the Comparator to replace
    comparator - Comparator to place at the given index +
    Throws: +
    java.lang.IndexOutOfBoundsException - if index < 0 or index >= size()
    +
    +
    +
    + +

    +setComparator

    +
    +public void setComparator(int index,
    +                          java.util.Comparator comparator,
    +                          boolean reverse)
    +
    Replace the Comparator at the given index in the - ComparatorChain, using the given sort order -

    -

    -
    -
    -
    -
    Parameters:
    index - index of the Comparator to replace
    comparator - Comparator to set
    reverse - false = forward sort order; true = reverse sort order
    -
    -
    -
    - -

    -setForwardSort

    -
    -public void setForwardSort(int index)
    -
    + ComparatorChain, using the given sort order +

    +

    +
    +
    +
    +
    Parameters:
    index - index of the Comparator to replace
    comparator - Comparator to set
    reverse - false = forward sort order; true = reverse sort order
    +
    +
    +
    + +

    +setForwardSort

    +
    +public void setForwardSort(int index)
    +
    Change the sort order at the given index in the - ComparatorChain to a forward sort. -

    -

    -
    -
    -
    -
    Parameters:
    index - Index of the ComparatorChain
    -
    -
    -
    - -

    -setReverseSort

    -
    -public void setReverseSort(int index)
    -
    + ComparatorChain to a forward sort. +

    +

    +
    +
    +
    +
    Parameters:
    index - Index of the ComparatorChain
    +
    +
    +
    + +

    +setReverseSort

    +
    +public void setReverseSort(int index)
    +
    Change the sort order at the given index in the - ComparatorChain to a reverse sort. -

    -

    -
    -
    -
    -
    Parameters:
    index - Index of the ComparatorChain
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Number of Comparators in the current ComparatorChain. -

    -

    -
    -
    -
    - -
    Returns:
    Comparator count
    -
    -
    -
    - -

    -isLocked

    -
    -public boolean isLocked()
    -
    + ComparatorChain to a reverse sort. +

    +

    +
    +
    +
    +
    Parameters:
    index - Index of the ComparatorChain
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Number of Comparators in the current ComparatorChain. +

    +

    +
    +
    +
    + +
    Returns:
    Comparator count
    +
    +
    +
    + +

    +isLocked

    +
    +public boolean isLocked()
    +
    Determine if modifications can still be made to the ComparatorChain. ComparatorChains cannot be modified - once they have performed a comparison. -

    -

    -
    -
    -
    - -
    Returns:
    true = ComparatorChain cannot be modified; false = - ComparatorChain can still be modified.
    -
    -
    -
    - -

    -compare

    -
    -public int compare(java.lang.Object o1,
    -                   java.lang.Object o2)
    -            throws java.lang.UnsupportedOperationException
    -
    + once they have performed a comparison. +

    +

    +
    +
    +
    + +
    Returns:
    true = ComparatorChain cannot be modified; false = + ComparatorChain can still be modified.
    +
    +
    +
    + +

    +compare

    +
    +public int compare(java.lang.Object o1,
    +                   java.lang.Object o2)
    +            throws java.lang.UnsupportedOperationException
    +
    Perform comparisons on the Objects as per - Comparator.compare(o1,o2). -

    -

    -
    Specified by:
    compare in interface java.util.Comparator
    -
    -
    -
    Parameters:
    o1 - the first object to compare
    o2 - the second object to compare -
    Returns:
    -1, 0, or 1 -
    Throws: + Comparator.compare(o1,o2). +

    +

    +
    Specified by:
    compare in interface java.util.Comparator
    +
    +
    +
    Parameters:
    o1 - the first object to compare
    o2 - the second object to compare +
    Returns:
    -1, 0, or 1 +
    Throws:
    java.lang.UnsupportedOperationException - if the ComparatorChain does not contain at least one - Comparator
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    + Comparator
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    Implement a hash code for this comparator that is consistent with - equals. -

    -

    -
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    - -
    Returns:
    a suitable hash code
    Since:
    -
    Commons Collections 3.0
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object object)
    -
    -
    Returns true iff that Object is - is a Comparator whose ordering is known to be + equals. +

    +

    +
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    + +
    Returns:
    a suitable hash code
    Since:
    +
    Commons Collections 3.0
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object object)
    +
    +
    Returns true iff that Object is + is a Comparator whose ordering is known to be equivalent to mine.

    This implementation returns true iff object.getClass() - equals this.getClass(), and the underlying + equals this.getClass(), and the underlying comparators and order bits are equal. Subclasses may want to override this behavior to remain consistent - with the Comparator.equals(Object) contract. -

    -

    -
    Specified by:
    equals in interface java.util.Comparator
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    object - the object to compare with -
    Returns:
    true if equal
    Since:
    -
    Commons Collections 3.0
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + with the Comparator.equals(Object) contract. +

    +

    +
    Specified by:
    equals in interface java.util.Comparator
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    object - the object to compare with +
    Returns:
    true if equal
    Since:
    +
    Commons Collections 3.0
    +
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/FixedOrderComparator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/FixedOrderComparator.html index 819ba52..099535c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/FixedOrderComparator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/FixedOrderComparator.html @@ -1,107 +1,107 @@ - - - - - - - -FixedOrderComparator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.comparators -
    -Class FixedOrderComparator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.comparators.FixedOrderComparator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Comparator
    -
    -
    -
    -
    public class FixedOrderComparator
    extends java.lang.Object
    implements java.util.Comparator
    - - -

    + + + + + + + +FixedOrderComparator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.comparators +
    +Class FixedOrderComparator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.comparators.FixedOrderComparator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Comparator
    +
    +
    +
    +
    public class FixedOrderComparator
    extends java.lang.Object
    implements java.util.Comparator
    + + +

    A Comparator which imposes a specific order on a specific set of Objects. Objects are presented to the FixedOrderComparator in a specified order and subsequent calls to compare yield that order. @@ -118,495 +118,495 @@ A Comparator which imposes a specific order on a specific set of Objects.

    Instances of FixedOrderComparator are not synchronized. The class is not thread-safe at construction time, but it is thread-safe to perform - multiple comparisons after all the setup operations are complete. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    David Leppik, Stephen Colebourne, Janek Bogucki
    -
    -
    - -

    - - - - - - - - - - + +
    -Field Summary
    -static intUNKNOWN_AFTER - -
    + multiple comparisons after all the setup operations are complete. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    David Leppik, Stephen Colebourne, Janek Bogucki
    +
    +
    + +

    + + + + + + + + + + - - - - + + + + - - - - + + + + - -
    +Field Summary
    +static intUNKNOWN_AFTER + +
              Behavior when comparing unknown Objects: - unknown objects compare as after known Objects.
    -static intUNKNOWN_BEFORE - -
    + unknown objects compare as after known Objects.
    +static intUNKNOWN_BEFORE + +
              Behavior when comparing unknown Objects: - unknown objects compare as before known Objects.
    -static intUNKNOWN_THROW_EXCEPTION - -
    + unknown objects compare as before known Objects.
    +static intUNKNOWN_THROW_EXCEPTION + +
              Behavior when comparing unknown Objects: - unknown objects cause a IllegalArgumentException to be thrown.
    -  - - - - - - - - - - - - + +
    -Constructor Summary
    FixedOrderComparator() - -
    -          Constructs an empty FixedOrderComparator.
    FixedOrderComparator(java.util.List items) - -
    + unknown objects cause a IllegalArgumentException to be thrown.
    +  + + + + + + + + + + + + - - - + + + - -
    +Constructor Summary
    FixedOrderComparator() + +
    +          Constructs an empty FixedOrderComparator.
    FixedOrderComparator(java.util.List items) + +
              Constructs a FixedOrderComparator which uses the order of the given list - to compare the objects.
    FixedOrderComparator(java.lang.Object[] items) - -
    + to compare the objects.
    FixedOrderComparator(java.lang.Object[] items) + +
              Constructs a FixedOrderComparator which uses the order of the given array - to compare the objects.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanadd(java.lang.Object obj) - -
    -          Adds an item, which compares as after all items known to the Comparator.
    - booleanaddAsEqual(java.lang.Object existingObj, - java.lang.Object newObj) - -
    -          Adds a new item, which compares as equal to the given existing item.
    -protected  voidcheckLocked() - -
    -          Checks to see whether the comparator is now locked against further changes.
    - intcompare(java.lang.Object obj1, - java.lang.Object obj2) - -
    -          Compares two objects according to the order of this Comparator.
    - intgetUnknownObjectBehavior() - -
    -          Gets the behavior for comparing unknown objects.
    - booleanisLocked() - -
    -          Returns true if modifications cannot be made to the FixedOrderComparator.
    - voidsetUnknownObjectBehavior(int unknownObjectBehavior) - -
    -          Sets the behavior for comparing unknown objects.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Comparator
    equals
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -UNKNOWN_BEFORE

    -
    -public static final int UNKNOWN_BEFORE
    -
    + to compare the objects.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanadd(java.lang.Object obj) + +
    +          Adds an item, which compares as after all items known to the Comparator.
    + booleanaddAsEqual(java.lang.Object existingObj, + java.lang.Object newObj) + +
    +          Adds a new item, which compares as equal to the given existing item.
    +protected  voidcheckLocked() + +
    +          Checks to see whether the comparator is now locked against further changes.
    + intcompare(java.lang.Object obj1, + java.lang.Object obj2) + +
    +          Compares two objects according to the order of this Comparator.
    + intgetUnknownObjectBehavior() + +
    +          Gets the behavior for comparing unknown objects.
    + booleanisLocked() + +
    +          Returns true if modifications cannot be made to the FixedOrderComparator.
    + voidsetUnknownObjectBehavior(int unknownObjectBehavior) + +
    +          Sets the behavior for comparing unknown objects.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Comparator
    equals
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +UNKNOWN_BEFORE

    +
    +public static final int UNKNOWN_BEFORE
    +
    Behavior when comparing unknown Objects: - unknown objects compare as before known Objects. -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -UNKNOWN_AFTER

    -
    -public static final int UNKNOWN_AFTER
    -
    + unknown objects compare as before known Objects. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +UNKNOWN_AFTER

    +
    +public static final int UNKNOWN_AFTER
    +
    Behavior when comparing unknown Objects: - unknown objects compare as after known Objects. -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -UNKNOWN_THROW_EXCEPTION

    -
    -public static final int UNKNOWN_THROW_EXCEPTION
    -
    + unknown objects compare as after known Objects. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +UNKNOWN_THROW_EXCEPTION

    +
    +public static final int UNKNOWN_THROW_EXCEPTION
    +
    Behavior when comparing unknown Objects: unknown objects cause a IllegalArgumentException to be thrown. - This is the default behavior. -

    -

    -
    See Also:
    Constant Field Values
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -FixedOrderComparator

    -
    -public FixedOrderComparator()
    -
    -
    Constructs an empty FixedOrderComparator. -

    -

    -
    - -

    -FixedOrderComparator

    -
    -public FixedOrderComparator(java.lang.Object[] items)
    -
    + This is the default behavior. +

    +

    +
    See Also:
    Constant Field Values
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +FixedOrderComparator

    +
    +public FixedOrderComparator()
    +
    +
    Constructs an empty FixedOrderComparator. +

    +

    +
    + +

    +FixedOrderComparator

    +
    +public FixedOrderComparator(java.lang.Object[] items)
    +
    Constructs a FixedOrderComparator which uses the order of the given array to compare the objects.

    - The array is copied, so later changes will not affect the comparator. -

    -

    -
    Parameters:
    items - the items that the comparator can compare in order -
    Throws: -
    java.lang.IllegalArgumentException - if the array is null
    -
    -
    - -

    -FixedOrderComparator

    -
    -public FixedOrderComparator(java.util.List items)
    -
    + The array is copied, so later changes will not affect the comparator. +

    +

    +
    Parameters:
    items - the items that the comparator can compare in order +
    Throws: +
    java.lang.IllegalArgumentException - if the array is null
    +
    +
    + +

    +FixedOrderComparator

    +
    +public FixedOrderComparator(java.util.List items)
    +
    Constructs a FixedOrderComparator which uses the order of the given list to compare the objects.

    - The list is copied, so later changes will not affect the comparator. -

    -

    -
    Parameters:
    items - the items that the comparator can compare in order -
    Throws: -
    java.lang.IllegalArgumentException - if the list is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -isLocked

    -
    -public boolean isLocked()
    -
    + The list is copied, so later changes will not affect the comparator. +

    +

    +
    Parameters:
    items - the items that the comparator can compare in order +
    Throws: +
    java.lang.IllegalArgumentException - if the list is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +isLocked

    +
    +public boolean isLocked()
    +
    Returns true if modifications cannot be made to the FixedOrderComparator. - FixedOrderComparators cannot be modified once they have performed a comparison. -

    -

    -
    -
    -
    - + FixedOrderComparators cannot be modified once they have performed a comparison. +

    +

    +
    +
    +
    +
    Returns:
    true if attempts to change the FixedOrderComparator yield an - UnsupportedOperationException, false if it can be changed.
    -
    -
    -
    - -

    -checkLocked

    -
    -protected void checkLocked()
    -
    -
    Checks to see whether the comparator is now locked against further changes. -

    -

    -
    -
    -
    - -
    Throws: -
    java.lang.UnsupportedOperationException - if the comparator is locked
    -
    -
    -
    - -

    -getUnknownObjectBehavior

    -
    -public int getUnknownObjectBehavior()
    -
    -
    Gets the behavior for comparing unknown objects. -

    -

    -
    -
    -
    - + UnsupportedOperationException, false if it can be changed.
    +
    +
    +
    + +

    +checkLocked

    +
    +protected void checkLocked()
    +
    +
    Checks to see whether the comparator is now locked against further changes. +

    +

    +
    +
    +
    + +
    Throws: +
    java.lang.UnsupportedOperationException - if the comparator is locked
    +
    +
    +
    + +

    +getUnknownObjectBehavior

    +
    +public int getUnknownObjectBehavior()
    +
    +
    Gets the behavior for comparing unknown objects. +

    +

    +
    +
    +
    +
    Returns:
    the flag for unknown behaviour - UNKNOWN_AFTER, - UNKNOWN_BEFORE or UNKNOWN_THROW_EXCEPTION
    -
    -
    -
    - -

    -setUnknownObjectBehavior

    -
    -public void setUnknownObjectBehavior(int unknownObjectBehavior)
    -
    -
    Sets the behavior for comparing unknown objects. -

    -

    -
    -
    -
    + UNKNOWN_BEFORE or UNKNOWN_THROW_EXCEPTION
    +
    +
    +
    + +

    +setUnknownObjectBehavior

    +
    +public void setUnknownObjectBehavior(int unknownObjectBehavior)
    +
    +
    Sets the behavior for comparing unknown objects. +

    +

    +
    +
    +
    Parameters:
    unknownObjectBehavior - the flag for unknown behaviour - - UNKNOWN_AFTER, UNKNOWN_BEFORE or UNKNOWN_THROW_EXCEPTION -
    Throws: -
    java.lang.UnsupportedOperationException - if a comparison has been performed -
    java.lang.IllegalArgumentException - if the unknown flag is not valid
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object obj)
    -
    + UNKNOWN_AFTER, UNKNOWN_BEFORE or UNKNOWN_THROW_EXCEPTION +
    Throws: +
    java.lang.UnsupportedOperationException - if a comparison has been performed +
    java.lang.IllegalArgumentException - if the unknown flag is not valid
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object obj)
    +
    Adds an item, which compares as after all items known to the Comparator. If the item is already known to the Comparator, its old position is - replaced with the new position. -

    -

    -
    -
    -
    -
    Parameters:
    obj - the item to be added to the Comparator. + replaced with the new position. +

    +

    +
    +
    +
    +
    Parameters:
    obj - the item to be added to the Comparator.
    Returns:
    true if obj has been added for the first time, false if - it was already known to the Comparator. -
    Throws: -
    java.lang.UnsupportedOperationException - if a comparison has already been made
    -
    -
    -
    - -

    -addAsEqual

    -
    -public boolean addAsEqual(java.lang.Object existingObj,
    -                          java.lang.Object newObj)
    -
    -
    Adds a new item, which compares as equal to the given existing item. -

    -

    -
    -
    -
    -
    Parameters:
    existingObj - an item already in the Comparator's set of + it was already known to the Comparator. +
    Throws: +
    java.lang.UnsupportedOperationException - if a comparison has already been made
    +
    +
    +
    + +

    +addAsEqual

    +
    +public boolean addAsEqual(java.lang.Object existingObj,
    +                          java.lang.Object newObj)
    +
    +
    Adds a new item, which compares as equal to the given existing item. +

    +

    +
    +
    +
    +
    Parameters:
    existingObj - an item already in the Comparator's set of known objects
    newObj - an item to be added to the Comparator's set of - known objects + known objects
    Returns:
    true if newObj has been added for the first time, false if - it was already known to the Comparator. -
    Throws: -
    java.lang.IllegalArgumentException - if existingObject is not in the - Comparator's set of known objects. -
    java.lang.UnsupportedOperationException - if a comparison has already been made
    -
    -
    -
    - -

    -compare

    -
    -public int compare(java.lang.Object obj1,
    -                   java.lang.Object obj2)
    -
    + it was already known to the Comparator. +
    Throws: +
    java.lang.IllegalArgumentException - if existingObject is not in the + Comparator's set of known objects. +
    java.lang.UnsupportedOperationException - if a comparison has already been made
    +
    +
    +
    + +

    +compare

    +
    +public int compare(java.lang.Object obj1,
    +                   java.lang.Object obj2)
    +
    Compares two objects according to the order of this Comparator.

    It is important to note that this class will throw an IllegalArgumentException - in the case of an unrecognised object. This is not specified in the - Comparator interface, but is the most appropriate exception. -

    -

    -
    Specified by:
    compare in interface java.util.Comparator
    -
    -
    -
    Parameters:
    obj1 - the first object to compare
    obj2 - the second object to compare -
    Returns:
    negative if obj1 is less, positive if greater, zero if equal -
    Throws: -
    java.lang.IllegalArgumentException - if obj1 or obj2 are not known + in the case of an unrecognised object. This is not specified in the + Comparator interface, but is the most appropriate exception. +

    +

    +
    Specified by:
    compare in interface java.util.Comparator
    +
    +
    +
    Parameters:
    obj1 - the first object to compare
    obj2 - the second object to compare +
    Returns:
    negative if obj1 is less, positive if greater, zero if equal +
    Throws: +
    java.lang.IllegalArgumentException - if obj1 or obj2 are not known to this Comparator and an alternative behavior has not been set - via setUnknownObjectBehavior(int).
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + via setUnknownObjectBehavior(int).
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/NullComparator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/NullComparator.html index 6a056e7..b252412 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/NullComparator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/NullComparator.html @@ -1,432 +1,432 @@ - - - - - - - -NullComparator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.comparators -
    -Class NullComparator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.comparators.NullComparator
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Comparator
    -
    -
    -
    -
    public class NullComparator
    extends java.lang.Object
    implements java.util.Comparator, java.io.Serializable
    - - -

    + + + + + + + +NullComparator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.comparators +
    +Class NullComparator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.comparators.NullComparator
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Comparator
    +
    +
    +
    +
    public class NullComparator
    extends java.lang.Object
    implements java.util.Comparator, java.io.Serializable
    + + +

    A Comparator that will compare nulls to be either lower or higher than - other objects. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.0
    -
    Version:
    -
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    -
    Author:
    -
    Michael A. Smith
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - + +
    -Constructor Summary
    NullComparator() - -
    + other objects. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.0
    +
    Version:
    +
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    +
    Author:
    +
    Michael A. Smith
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + - - - + + + - - - + + + - - - + + + - -
    +Constructor Summary
    NullComparator() + +
              Construct an instance that sorts null higher than any - non-null object it is compared with.
    NullComparator(boolean nullsAreHigh) - -
    + non-null object it is compared with.
    NullComparator(boolean nullsAreHigh) + +
              Construct an instance that sorts null higher or lower than - any non-null object it is compared with.
    NullComparator(java.util.Comparator nonNullComparator) - -
    + any non-null object it is compared with.
    NullComparator(java.util.Comparator nonNullComparator) + +
              Construct an instance that sorts null higher than any - non-null object it is compared with.
    NullComparator(java.util.Comparator nonNullComparator, - boolean nullsAreHigh) - -
    + non-null object it is compared with.
    NullComparator(java.util.Comparator nonNullComparator, + boolean nullsAreHigh) + +
              Construct an instance that sorts null higher or lower than - any non-null object it is compared with.
    -  - - - - - - - - - - - - - - + +
    -Method Summary
    - intcompare(java.lang.Object o1, - java.lang.Object o2) - -
    -          Perform a comparison between two objects.
    - booleanequals(java.lang.Object obj) - -
    + any non-null object it is compared with.
    +  + + + + + + + + + + + + + + - - - - + + + + - -
    +Method Summary
    + intcompare(java.lang.Object o1, + java.lang.Object o2) + +
    +          Perform a comparison between two objects.
    + booleanequals(java.lang.Object obj) + +
              Determines whether the specified object represents a comparator that is - equal to this comparator.
    - inthashCode() - -
    + equal to this comparator.
    + inthashCode() + +
              Implement a hash code for this comparator that is consistent with - equals(Object).
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -NullComparator

    -
    -public NullComparator()
    -
    + equals(Object).
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +NullComparator

    +
    +public NullComparator()
    +
    Construct an instance that sorts null higher than any non-null object it is compared with. When comparing two non-null objects, the ComparableComparator is - used. -

    -

    -
    - -

    -NullComparator

    -
    -public NullComparator(java.util.Comparator nonNullComparator)
    -
    + used. +

    +

    +
    + +

    +NullComparator

    +
    +public NullComparator(java.util.Comparator nonNullComparator)
    +
    Construct an instance that sorts null higher than any non-null object it is compared with. When comparing two non-null objects, the specified Comparator is - used. -

    -

    + used. +

    +

    Parameters:
    nonNullComparator - the comparator to use when comparing two non-null objects. This argument cannot be - null -
    Throws: + null +
    Throws:
    java.lang.NullPointerException - if nonNullComparator is - null
    -
    -
    - -

    -NullComparator

    -
    -public NullComparator(boolean nullsAreHigh)
    -
    + null
    +
    +
    + +

    +NullComparator

    +
    +public NullComparator(boolean nullsAreHigh)
    +
    Construct an instance that sorts null higher or lower than any non-null object it is compared with. When comparing two non-null objects, the ComparableComparator is - used. -

    -

    + used. +

    +

    Parameters:
    nullsAreHigh - a true value indicates that null should be compared as higher than a non-null object. A false value indicates that null should be compared as lower than a - non-null object.
    -
    -
    - -

    -NullComparator

    -
    -public NullComparator(java.util.Comparator nonNullComparator,
    -                      boolean nullsAreHigh)
    -
    + non-null object.
    +
    +
    + +

    +NullComparator

    +
    +public NullComparator(java.util.Comparator nonNullComparator,
    +                      boolean nullsAreHigh)
    +
    Construct an instance that sorts null higher or lower than any non-null object it is compared with. When comparing two non-null objects, the specified Comparator is - used. -

    -

    + used. +

    +

    Parameters:
    nonNullComparator - the comparator to use when comparing two non-null objects. This argument cannot be null
    nullsAreHigh - a true value indicates that null should be compared as higher than a non-null object. A false value indicates that null should be compared as lower than a - non-null object. -
    Throws: + non-null object. +
    Throws:
    java.lang.NullPointerException - if nonNullComparator is - null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -compare

    -
    -public int compare(java.lang.Object o1,
    -                   java.lang.Object o2)
    -
    + null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +compare

    +
    +public int compare(java.lang.Object o1,
    +                   java.lang.Object o2)
    +
    Perform a comparison between two objects. If both objects are null, a 0 value is returned. If one object is null and the other is not, the result is determined on whether the Comparator was constructed to have nulls as higher or lower than other objects. If neither object is null, an underlying comparator specified in the constructor (or the default) is - used to compare the non-null objects. -

    -

    -
    Specified by:
    compare in interface java.util.Comparator
    -
    -
    -
    Parameters:
    o1 - the first object to compare
    o2 - the object to compare it to. + used to compare the non-null objects. +

    +

    +
    Specified by:
    compare in interface java.util.Comparator
    +
    +
    +
    Parameters:
    o1 - the first object to compare
    o2 - the object to compare it to.
    Returns:
    -1 if o1 is "lower" than (less than, before, etc.) o2; 1 if o1 is "higher" than (greater than, after, etc.) o2; or - 0 if o1 and o2 are equal.
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    + 0 if o1 and o2 are equal.
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    Implement a hash code for this comparator that is consistent with - equals(Object). -

    -

    -
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    - -
    Returns:
    a hash code for this comparator.
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    + equals(Object). +

    +

    +
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    + +
    Returns:
    a hash code for this comparator.
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    Determines whether the specified object represents a comparator that is - equal to this comparator. -

    -

    -
    Specified by:
    equals in interface java.util.Comparator
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    obj - the object to compare this comparator with. + equal to this comparator. +

    +

    +
    Specified by:
    equals in interface java.util.Comparator
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    obj - the object to compare this comparator with.
    Returns:
    true if the specified object is a NullComparator with equivalent null comparison behavior (i.e. null high or low) and with equivalent underlying - non-null object comparators.
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + non-null object comparators.
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/ReverseComparator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/ReverseComparator.html index f0260be..d9e4721 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/ReverseComparator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/ReverseComparator.html @@ -1,373 +1,373 @@ - - - - - - - -ReverseComparator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.comparators -
    -Class ReverseComparator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.comparators.ReverseComparator
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Comparator
    -
    -
    -
    -
    public class ReverseComparator
    extends java.lang.Object
    implements java.util.Comparator, java.io.Serializable
    - - -

    + + + + + + + +ReverseComparator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.comparators +
    +Class ReverseComparator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.comparators.ReverseComparator
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Comparator
    +
    +
    +
    +
    public class ReverseComparator
    extends java.lang.Object
    implements java.util.Comparator, java.io.Serializable
    + + +

    Reverses the order of another comparator by reversing the arguments - to its compare method. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Henri Yandell, Michael A. Smith
    -
    See Also:
    Collections.reverseOrder(), -Serialized Form
    -
    - -

    - - - - - - - - - - + +
    -Constructor Summary
    ReverseComparator() - -
    + to its compare method. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Henri Yandell, Michael A. Smith
    +
    See Also:
    Collections.reverseOrder(), +Serialized Form
    +
    + +

    + + + + + + + + + + - - - + + + - -
    +Constructor Summary
    ReverseComparator() + +
              Creates a comparator that compares objects based on the inverse of their - natural ordering.
    ReverseComparator(java.util.Comparator comparator) - -
    + natural ordering.
    ReverseComparator(java.util.Comparator comparator) + +
              Creates a comparator that inverts the comparison - of the given comparator.
    -  - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - intcompare(java.lang.Object obj1, - java.lang.Object obj2) - -
    -          Compares two objects in reverse order.
    - booleanequals(java.lang.Object object) - -
    -          Returns true iff that Object is - is a Comparator whose ordering is known to be - equivalent to mine.
    - inthashCode() - -
    + of the given comparator.
    +  + + + + + + + + + + + + + + + + + + - -
    +Method Summary
    + intcompare(java.lang.Object obj1, + java.lang.Object obj2) + +
    +          Compares two objects in reverse order.
    + booleanequals(java.lang.Object object) + +
    +          Returns true iff that Object is + is a Comparator whose ordering is known to be + equivalent to mine.
    + inthashCode() + +
              Implement a hash code for this comparator that is consistent with - equals.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -ReverseComparator

    -
    -public ReverseComparator()
    -
    + equals.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +ReverseComparator

    +
    +public ReverseComparator()
    +
    Creates a comparator that compares objects based on the inverse of their natural ordering. Using this Constructor will create a ReverseComparator that is functionally identical to the Comparator returned by - java.util.Collections.reverseOrder(). -

    -

    -
    See Also:
    Collections.reverseOrder()
    -
    -
    - -

    -ReverseComparator

    -
    -public ReverseComparator(java.util.Comparator comparator)
    -
    + java.util.Collections.reverseOrder(). +

    +

    +
    See Also:
    Collections.reverseOrder()
    +
    +
    + +

    +ReverseComparator

    +
    +public ReverseComparator(java.util.Comparator comparator)
    +
    Creates a comparator that inverts the comparison of the given comparator. If you pass in null, the ReverseComparator defaults to reversing the - natural order, as per - Collections.reverseOrder(). -

    -

    -
    Parameters:
    comparator - Comparator to reverse
    -
    - - - - - - - - -
    -Method Detail
    - -

    -compare

    -
    -public int compare(java.lang.Object obj1,
    -                   java.lang.Object obj2)
    -
    -
    Compares two objects in reverse order. -

    -

    -
    Specified by:
    compare in interface java.util.Comparator
    -
    -
    -
    Parameters:
    obj1 - the first object to compare
    obj2 - the second object to compare -
    Returns:
    negative if obj1 is less, positive if greater, zero if equal
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    + natural order, as per + Collections.reverseOrder(). +

    +

    +
    Parameters:
    comparator - Comparator to reverse
    +
    + + + + + + + + +
    +Method Detail
    + +

    +compare

    +
    +public int compare(java.lang.Object obj1,
    +                   java.lang.Object obj2)
    +
    +
    Compares two objects in reverse order. +

    +

    +
    Specified by:
    compare in interface java.util.Comparator
    +
    +
    +
    Parameters:
    obj1 - the first object to compare
    obj2 - the second object to compare +
    Returns:
    negative if obj1 is less, positive if greater, zero if equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    Implement a hash code for this comparator that is consistent with - equals. -

    -

    -
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    - -
    Returns:
    a suitable hash code
    Since:
    -
    Commons Collections 3.0
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object object)
    -
    -
    Returns true iff that Object is - is a Comparator whose ordering is known to be + equals. +

    +

    +
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    + +
    Returns:
    a suitable hash code
    Since:
    +
    Commons Collections 3.0
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object object)
    +
    +
    Returns true iff that Object is + is a Comparator whose ordering is known to be equivalent to mine.

    This implementation returns true iff object.getClass() - equals this.getClass(), and the underlying + equals this.getClass(), and the underlying comparators are equal. Subclasses may want to override this behavior to remain consistent - with the equals contract. -

    -

    -
    Specified by:
    equals in interface java.util.Comparator
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    object - the object to compare to -
    Returns:
    true if equal
    Since:
    -
    Commons Collections 3.0
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + with the equals contract. +

    +

    +
    Specified by:
    equals in interface java.util.Comparator
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    object - the object to compare to +
    Returns:
    true if equal
    Since:
    +
    Commons Collections 3.0
    +
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/TransformingComparator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/TransformingComparator.html index c9475e2..584b662 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/TransformingComparator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/TransformingComparator.html @@ -1,367 +1,367 @@ - - - - - - - -TransformingComparator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.comparators -
    -Class TransformingComparator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.comparators.TransformingComparator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Comparator
    -
    -
    -
    -
    public class TransformingComparator
    extends java.lang.Object
    implements java.util.Comparator
    - - -

    + + + + + + + +TransformingComparator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.comparators +
    +Class TransformingComparator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.comparators.TransformingComparator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Comparator
    +
    +
    +
    +
    public class TransformingComparator
    extends java.lang.Object
    implements java.util.Comparator
    + + +

    Decorates another Comparator with transformation behavior. That is, the return value from the transform operation will be passed to the decorated - compare method. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.0 (?)
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    See Also:
    Transformer, -ComparableComparator
    -
    - -

    - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.Comparatordecorated - -
    -          The decorated comparator.
    -protected  Transformertransformer - -
    -          The transformer being used.
    -  - - - - - - - - - - - - - -
    -Constructor Summary
    TransformingComparator(Transformer transformer) - -
    -          Constructs an instance with the given Transformer and a - ComparableComparator.
    TransformingComparator(Transformer transformer, - java.util.Comparator decorated) - -
    -          Constructs an instance with the given Transformer and Comparator.
    -  - - - - - - - - - - - -
    -Method Summary
    - intcompare(java.lang.Object obj1, - java.lang.Object obj2) - -
    -          Returns the result of comparing the values from the transform operation.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Comparator
    equals
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -decorated

    -
    -protected java.util.Comparator decorated
    -
    -
    The decorated comparator. -

    -

    -
    -
    -
    - -

    -transformer

    -
    -protected Transformer transformer
    -
    -
    The transformer being used. -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -TransformingComparator

    -
    -public TransformingComparator(Transformer transformer)
    -
    -
    Constructs an instance with the given Transformer and a - ComparableComparator. -

    -

    -
    Parameters:
    transformer - what will transform the arguments to compare
    -
    -
    - -

    -TransformingComparator

    -
    -public TransformingComparator(Transformer transformer,
    -                              java.util.Comparator decorated)
    -
    -
    Constructs an instance with the given Transformer and Comparator. -

    -

    -
    Parameters:
    transformer - what will transform the arguments to compare
    decorated - the decorated Comparator
    -
    - - - - - - - - -
    -Method Detail
    - -

    -compare

    -
    -public int compare(java.lang.Object obj1,
    -                   java.lang.Object obj2)
    -
    -
    Returns the result of comparing the values from the transform operation. -

    -

    -
    Specified by:
    compare in interface java.util.Comparator
    -
    -
    -
    Parameters:
    obj1 - the first object to transform then compare
    obj2 - the second object to transform then compare -
    Returns:
    negative if obj1 is less, positive if greater, zero if equal
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + compare method. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.0 (?)
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    See Also:
    Transformer, +ComparableComparator
    +
    + +

    + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.Comparatordecorated + +
    +          The decorated comparator.
    +protected  Transformertransformer + +
    +          The transformer being used.
    +  + + + + + + + + + + + + + +
    +Constructor Summary
    TransformingComparator(Transformer transformer) + +
    +          Constructs an instance with the given Transformer and a + ComparableComparator.
    TransformingComparator(Transformer transformer, + java.util.Comparator decorated) + +
    +          Constructs an instance with the given Transformer and Comparator.
    +  + + + + + + + + + + + +
    +Method Summary
    + intcompare(java.lang.Object obj1, + java.lang.Object obj2) + +
    +          Returns the result of comparing the values from the transform operation.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Comparator
    equals
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +decorated

    +
    +protected java.util.Comparator decorated
    +
    +
    The decorated comparator. +

    +

    +
    +
    +
    + +

    +transformer

    +
    +protected Transformer transformer
    +
    +
    The transformer being used. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +TransformingComparator

    +
    +public TransformingComparator(Transformer transformer)
    +
    +
    Constructs an instance with the given Transformer and a + ComparableComparator. +

    +

    +
    Parameters:
    transformer - what will transform the arguments to compare
    +
    +
    + +

    +TransformingComparator

    +
    +public TransformingComparator(Transformer transformer,
    +                              java.util.Comparator decorated)
    +
    +
    Constructs an instance with the given Transformer and Comparator. +

    +

    +
    Parameters:
    transformer - what will transform the arguments to compare
    decorated - the decorated Comparator
    +
    + + + + + + + + +
    +Method Detail
    + +

    +compare

    +
    +public int compare(java.lang.Object obj1,
    +                   java.lang.Object obj2)
    +
    +
    Returns the result of comparing the values from the transform operation. +

    +

    +
    Specified by:
    compare in interface java.util.Comparator
    +
    +
    +
    Parameters:
    obj1 - the first object to transform then compare
    obj2 - the second object to transform then compare +
    Returns:
    negative if obj1 is less, positive if greater, zero if equal
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/BooleanComparator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/BooleanComparator.html index b36ed41..f955d53 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/BooleanComparator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/BooleanComparator.html @@ -1,199 +1,199 @@ - - - - - - - -Uses of Class org.apache.commons.collections.comparators.BooleanComparator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.comparators.BooleanComparator

    -
    - - - - - - - - - -
    -Packages that use BooleanComparator
    org.apache.commons.collections.comparators -This package contains implementations of the -Comparator interface. 
    -  -

    - - - - - -
    -Uses of BooleanComparator in org.apache.commons.collections.comparators
    -  -

    - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.comparators that return BooleanComparator
    -static BooleanComparatorBooleanComparator.getBooleanComparator(boolean trueFirst) - -
    -          Returns a BooleanComparator instance that sorts - trueFirst values before - !trueFirst values.
    -static BooleanComparatorBooleanComparator.getFalseFirstComparator() - -
    -          Returns a BooleanComparator instance that sorts - false values before true values.
    -static BooleanComparatorBooleanComparator.getTrueFirstComparator() - -
    -          Returns a BooleanComparator instance that sorts - true values before false values.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.comparators.BooleanComparator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.comparators.BooleanComparator

    +
    + + + + + + + + + +
    +Packages that use BooleanComparator
    org.apache.commons.collections.comparators +This package contains implementations of the +Comparator interface. 
    +  +

    + + + + + +
    +Uses of BooleanComparator in org.apache.commons.collections.comparators
    +  +

    + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.comparators that return BooleanComparator
    +static BooleanComparatorBooleanComparator.getBooleanComparator(boolean trueFirst) + +
    +          Returns a BooleanComparator instance that sorts + trueFirst values before + !trueFirst values.
    +static BooleanComparatorBooleanComparator.getFalseFirstComparator() + +
    +          Returns a BooleanComparator instance that sorts + false values before true values.
    +static BooleanComparatorBooleanComparator.getTrueFirstComparator() + +
    +          Returns a BooleanComparator instance that sorts + true values before false values.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/ComparableComparator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/ComparableComparator.html index d3e0988..98799f9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/ComparableComparator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/ComparableComparator.html @@ -1,179 +1,179 @@ - - - - - - - -Uses of Class org.apache.commons.collections.comparators.ComparableComparator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.comparators.ComparableComparator

    -
    - - - - - - - - - -
    -Packages that use ComparableComparator
    org.apache.commons.collections.comparators -This package contains implementations of the -Comparator interface. 
    -  -

    - - - - - -
    -Uses of ComparableComparator in org.apache.commons.collections.comparators
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.comparators that return ComparableComparator
    -static ComparableComparatorComparableComparator.getInstance() - -
    -          Gets the singleton instance of a ComparableComparator.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.comparators.ComparableComparator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.comparators.ComparableComparator

    +
    + + + + + + + + + +
    +Packages that use ComparableComparator
    org.apache.commons.collections.comparators +This package contains implementations of the +Comparator interface. 
    +  +

    + + + + + +
    +Uses of ComparableComparator in org.apache.commons.collections.comparators
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.comparators that return ComparableComparator
    +static ComparableComparatorComparableComparator.getInstance() + +
    +          Gets the singleton instance of a ComparableComparator.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/ComparatorChain.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/ComparatorChain.html index b8402f4..9702795 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/ComparatorChain.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/ComparatorChain.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.comparators.ComparatorChain (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.comparators.ComparatorChain

    -
    -No usage of org.apache.commons.collections.comparators.ComparatorChain -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.comparators.ComparatorChain (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.comparators.ComparatorChain

    +
    +No usage of org.apache.commons.collections.comparators.ComparatorChain +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/FixedOrderComparator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/FixedOrderComparator.html index 0d75067..235c170 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/FixedOrderComparator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/FixedOrderComparator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.comparators.FixedOrderComparator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.comparators.FixedOrderComparator

    -
    -No usage of org.apache.commons.collections.comparators.FixedOrderComparator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.comparators.FixedOrderComparator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.comparators.FixedOrderComparator

    +
    +No usage of org.apache.commons.collections.comparators.FixedOrderComparator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/NullComparator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/NullComparator.html index 9f686b1..1f9eed9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/NullComparator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/NullComparator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.comparators.NullComparator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.comparators.NullComparator

    -
    -No usage of org.apache.commons.collections.comparators.NullComparator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.comparators.NullComparator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.comparators.NullComparator

    +
    +No usage of org.apache.commons.collections.comparators.NullComparator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/ReverseComparator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/ReverseComparator.html index be3ac01..df03606 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/ReverseComparator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/ReverseComparator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.comparators.ReverseComparator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.comparators.ReverseComparator

    -
    -No usage of org.apache.commons.collections.comparators.ReverseComparator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.comparators.ReverseComparator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.comparators.ReverseComparator

    +
    +No usage of org.apache.commons.collections.comparators.ReverseComparator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/TransformingComparator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/TransformingComparator.html index 2b69383..fd49fa7 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/TransformingComparator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/class-use/TransformingComparator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.comparators.TransformingComparator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.comparators.TransformingComparator

    -
    -No usage of org.apache.commons.collections.comparators.TransformingComparator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.comparators.TransformingComparator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.comparators.TransformingComparator

    +
    +No usage of org.apache.commons.collections.comparators.TransformingComparator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/package-frame.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/package-frame.html index 946cad0..b738543 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/package-frame.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/package-frame.html @@ -1,45 +1,45 @@ - - - - - - - -org.apache.commons.collections.comparators (Commons Collections 3.2.1 API) - - - - - - - - - - - -org.apache.commons.collections.comparators - - - - -
    -Classes  - -
    -BooleanComparator -
    -ComparableComparator -
    -ComparatorChain -
    -FixedOrderComparator -
    -NullComparator -
    -ReverseComparator -
    -TransformingComparator
    - - - - + + + + + + + +org.apache.commons.collections.comparators (Commons Collections 3.2.1 API) + + + + + + + + + + + +org.apache.commons.collections.comparators + + + + +
    +Classes  + +
    +BooleanComparator +
    +ComparableComparator +
    +ComparatorChain +
    +FixedOrderComparator +
    +NullComparator +
    +ReverseComparator +
    +TransformingComparator
    + + + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/package-summary.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/package-summary.html index 25a8604..9fd053a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/package-summary.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/package-summary.html @@ -1,208 +1,208 @@ - - - - - - - -org.apache.commons.collections.comparators (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package org.apache.commons.collections.comparators -

    - -This package contains implementations of the -Comparator interface. -

    -See: -
    -          Description -

    - - - - - - - + + + + + + + +org.apache.commons.collections.comparators (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + +
    -Class Summary
    BooleanComparator
    + + + + + + + + + +
    + +
    + + + +


    +

    +Package org.apache.commons.collections.comparators +

    + +This package contains implementations of the +Comparator interface. +

    +See: +
    +          Description +

    + + + + + + + - - - - - - - + true or false first. + + + + + + + - - - - - - - + more Comparators in sequence. + + + + + + + - - - + other objects. + + + - - - - - -
    +Class Summary
    BooleanComparator A Comparator for Boolean objects that can sort either - true or false first.
    ComparableComparatorA Comparator that compares - Comparable objects.
    ComparatorChain
    ComparableComparatorA Comparator that compares + Comparable objects.
    ComparatorChain A ComparatorChain is a Comparator that wraps one or - more Comparators in sequence.
    FixedOrderComparatorA Comparator which imposes a specific order on a specific set of Objects.
    NullComparator
    FixedOrderComparatorA Comparator which imposes a specific order on a specific set of Objects.
    NullComparator A Comparator that will compare nulls to be either lower or higher than - other objects.
    ReverseComparator
    ReverseComparator Reverses the order of another comparator by reversing the arguments - to its compare method.
    TransformingComparatorDecorates another Comparator with transformation behavior.
    -  - -

    -

    -Package org.apache.commons.collections.comparators Description -

    - -

    -

    -This package contains implementations of the -Comparator interface. -

    -You may also consider using -ComparatorUtils, -which is a single class that uses static methods to construct instances -of the classes in this package. -

    - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + to its compare method. + + +TransformingComparator +Decorates another Comparator with transformation behavior. + + +  + +

    +

    +Package org.apache.commons.collections.comparators Description +

    + +

    +

    +This package contains implementations of the +Comparator interface. +

    +You may also consider using +ComparatorUtils, +which is a single class that uses static methods to construct instances +of the classes in this package. +

    + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/package-tree.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/package-tree.html index c88f534..3e619e3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/package-tree.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/package-tree.html @@ -1,157 +1,157 @@ - - - - - - - -org.apache.commons.collections.comparators Class Hierarchy (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package org.apache.commons.collections.comparators -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    -
      -
    • java.lang.Object
        -
      • org.apache.commons.collections.comparators.BooleanComparator (implements java.util.Comparator, java.io.Serializable) -
      • org.apache.commons.collections.comparators.ComparableComparator (implements java.util.Comparator, java.io.Serializable) -
      • org.apache.commons.collections.comparators.ComparatorChain (implements java.util.Comparator, java.io.Serializable) -
      • org.apache.commons.collections.comparators.FixedOrderComparator (implements java.util.Comparator) -
      • org.apache.commons.collections.comparators.NullComparator (implements java.util.Comparator, java.io.Serializable) -
      • org.apache.commons.collections.comparators.ReverseComparator (implements java.util.Comparator, java.io.Serializable) -
      • org.apache.commons.collections.comparators.TransformingComparator (implements java.util.Comparator) -
      -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +org.apache.commons.collections.comparators Class Hierarchy (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.collections.comparators +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    +
      +
    • java.lang.Object
        +
      • org.apache.commons.collections.comparators.BooleanComparator (implements java.util.Comparator, java.io.Serializable) +
      • org.apache.commons.collections.comparators.ComparableComparator (implements java.util.Comparator, java.io.Serializable) +
      • org.apache.commons.collections.comparators.ComparatorChain (implements java.util.Comparator, java.io.Serializable) +
      • org.apache.commons.collections.comparators.FixedOrderComparator (implements java.util.Comparator) +
      • org.apache.commons.collections.comparators.NullComparator (implements java.util.Comparator, java.io.Serializable) +
      • org.apache.commons.collections.comparators.ReverseComparator (implements java.util.Comparator, java.io.Serializable) +
      • org.apache.commons.collections.comparators.TransformingComparator (implements java.util.Comparator) +
      +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/package-use.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/package-use.html index 5bdab86..87c6f59 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/package-use.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/comparators/package-use.html @@ -1,177 +1,177 @@ - - - - - - - -Uses of Package org.apache.commons.collections.comparators (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    org.apache.commons.collections.comparators

    -
    - - - - - - - - - -
    -Packages that use org.apache.commons.collections.comparators
    org.apache.commons.collections.comparators -This package contains implementations of the -Comparator interface. 
    -  -

    - - - - - - - + + + + +
    -Classes in org.apache.commons.collections.comparators used by org.apache.commons.collections.comparators
    BooleanComparator - -
    + + + + + + + +Uses of Package org.apache.commons.collections.comparators (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.collections.comparators

    +
    + + + + + + + + + +
    +Packages that use org.apache.commons.collections.comparators
    org.apache.commons.collections.comparators +This package contains implementations of the +Comparator interface. 
    +  +

    + + + + + + + - - - - -
    +Classes in org.apache.commons.collections.comparators used by org.apache.commons.collections.comparators
    BooleanComparator + +
              A Comparator for Boolean objects that can sort either - true or false first.
    ComparableComparator - -
    -          A Comparator that compares - Comparable objects.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + true or false first.
    ComparableComparator + +
    +          A Comparator that compares + Comparable objects.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/AllPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/AllPredicate.html index 6a49116..1ad54c4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/AllPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/AllPredicate.html @@ -1,370 +1,370 @@ - - - - - - - -AllPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class AllPredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.AllPredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    -
    -
    -
    -
    public final class AllPredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    - - -

    + + + + + + + +AllPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class AllPredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.AllPredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    +
    +
    +
    +
    public final class AllPredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    + + +

    Predicate implementation that returns true if all the predicates return true. If the array of predicates is empty, then this predicate returns true.

    NOTE: In versions prior to 3.2 an array size of zero or one - threw an exception. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Matt Benson
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    AllPredicate(Predicate[] predicates) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    -          Evaluates the predicate returning true if all predicates return true.
    -static PredicategetInstance(java.util.Collection predicates) - -
    -          Factory to create the predicate.
    -static PredicategetInstance(Predicate[] predicates) - -
    -          Factory to create the predicate.
    - Predicate[]getPredicates() - -
    -          Gets the predicates, do not modify the array.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AllPredicate

    -
    -public AllPredicate(Predicate[] predicates)
    -
    + threw an exception. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Matt Benson
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    AllPredicate(Predicate[] predicates) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
    +          Evaluates the predicate returning true if all predicates return true.
    +static PredicategetInstance(java.util.Collection predicates) + +
    +          Factory to create the predicate.
    +static PredicategetInstance(Predicate[] predicates) + +
    +          Factory to create the predicate.
    + Predicate[]getPredicates() + +
    +          Gets the predicates, do not modify the array.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AllPredicate

    +
    +public AllPredicate(Predicate[] predicates)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    predicates - the predicates to check, not cloned, not null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance(Predicate[] predicates)
    -
    + Use getInstance if you want that. +

    +

    +
    Parameters:
    predicates - the predicates to check, not cloned, not null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance(Predicate[] predicates)
    +
    Factory to create the predicate.

    If the array is size zero, the predicate always returns true. - If the array is size one, then that predicate is returned. -

    -

    -
    -
    -
    -
    Parameters:
    predicates - the predicates to check, cloned, not null -
    Returns:
    the all predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicates array is null -
    java.lang.IllegalArgumentException - if any predicate in the array is null
    -
    -
    -
    - -

    -getInstance

    -
    -public static Predicate getInstance(java.util.Collection predicates)
    -
    + If the array is size one, then that predicate is returned. +

    +

    +
    +
    +
    +
    Parameters:
    predicates - the predicates to check, cloned, not null +
    Returns:
    the all predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicates array is null +
    java.lang.IllegalArgumentException - if any predicate in the array is null
    +
    +
    +
    + +

    +getInstance

    +
    +public static Predicate getInstance(java.util.Collection predicates)
    +
    Factory to create the predicate.

    If the collection is size zero, the predicate always returns true. - If the collection is size one, then that predicate is returned. -

    -

    -
    -
    -
    -
    Parameters:
    predicates - the predicates to check, cloned, not null -
    Returns:
    the all predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicates array is null -
    java.lang.IllegalArgumentException - if any predicate in the array is null
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    -
    Evaluates the predicate returning true if all predicates return true. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    true if all decorated predicates return true
    -
    -
    -
    - -

    -getPredicates

    -
    -public Predicate[] getPredicates()
    -
    -
    Gets the predicates, do not modify the array. -

    -

    -
    Specified by:
    getPredicates in interface PredicateDecorator
    -
    -
    - -
    Returns:
    the predicates
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + If the collection is size one, then that predicate is returned. +

    +

    +
    +
    +
    +
    Parameters:
    predicates - the predicates to check, cloned, not null +
    Returns:
    the all predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicates array is null +
    java.lang.IllegalArgumentException - if any predicate in the array is null
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    +
    Evaluates the predicate returning true if all predicates return true. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    true if all decorated predicates return true
    +
    +
    +
    + +

    +getPredicates

    +
    +public Predicate[] getPredicates()
    +
    +
    Gets the predicates, do not modify the array. +

    +

    +
    Specified by:
    getPredicates in interface PredicateDecorator
    +
    +
    + +
    Returns:
    the predicates
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/AndPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/AndPredicate.html index 378cfb1..a507739 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/AndPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/AndPredicate.html @@ -1,334 +1,334 @@ - - - - - - - -AndPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class AndPredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.AndPredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    -
    -
    -
    -
    public final class AndPredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    - - -

    -Predicate implementation that returns true if both the predicates return true. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    AndPredicate(Predicate predicate1, - Predicate predicate2) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    -          Evaluates the predicate returning true if both predicates return true.
    -static PredicategetInstance(Predicate predicate1, - Predicate predicate2) - -
    -          Factory to create the predicate.
    - Predicate[]getPredicates() - -
    -          Gets the two predicates being decorated as an array.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AndPredicate

    -
    -public AndPredicate(Predicate predicate1,
    -                    Predicate predicate2)
    -
    + + + + + + + +AndPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class AndPredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.AndPredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    +
    +
    +
    +
    public final class AndPredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    + + +

    +Predicate implementation that returns true if both the predicates return true. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    AndPredicate(Predicate predicate1, + Predicate predicate2) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
    +          Evaluates the predicate returning true if both predicates return true.
    +static PredicategetInstance(Predicate predicate1, + Predicate predicate2) + +
    +          Factory to create the predicate.
    + Predicate[]getPredicates() + +
    +          Gets the two predicates being decorated as an array.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AndPredicate

    +
    +public AndPredicate(Predicate predicate1,
    +                    Predicate predicate2)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    predicate1 - the first predicate to check, not null
    predicate2 - the second predicate to check, not null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance(Predicate predicate1,
    -                                    Predicate predicate2)
    -
    -
    Factory to create the predicate. -

    -

    -
    -
    -
    -
    Parameters:
    predicate1 - the first predicate to check, not null
    predicate2 - the second predicate to check, not null -
    Returns:
    the and predicate -
    Throws: -
    java.lang.IllegalArgumentException - if either predicate is null
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    -
    Evaluates the predicate returning true if both predicates return true. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    true if both decorated predicates return true
    -
    -
    -
    - -

    -getPredicates

    -
    -public Predicate[] getPredicates()
    -
    -
    Gets the two predicates being decorated as an array. -

    -

    -
    Specified by:
    getPredicates in interface PredicateDecorator
    -
    -
    - -
    Returns:
    the predicates
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Use getInstance if you want that. +

    +

    +
    Parameters:
    predicate1 - the first predicate to check, not null
    predicate2 - the second predicate to check, not null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance(Predicate predicate1,
    +                                    Predicate predicate2)
    +
    +
    Factory to create the predicate. +

    +

    +
    +
    +
    +
    Parameters:
    predicate1 - the first predicate to check, not null
    predicate2 - the second predicate to check, not null +
    Returns:
    the and predicate +
    Throws: +
    java.lang.IllegalArgumentException - if either predicate is null
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    +
    Evaluates the predicate returning true if both predicates return true. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    true if both decorated predicates return true
    +
    +
    +
    + +

    +getPredicates

    +
    +public Predicate[] getPredicates()
    +
    +
    Gets the two predicates being decorated as an array. +

    +

    +
    Specified by:
    getPredicates in interface PredicateDecorator
    +
    +
    + +
    Returns:
    the predicates
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/AnyPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/AnyPredicate.html index 5c9cc6c..64b02e8 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/AnyPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/AnyPredicate.html @@ -1,370 +1,370 @@ - - - - - - - -AnyPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class AnyPredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.AnyPredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    -
    -
    -
    -
    public final class AnyPredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    - - -

    + + + + + + + +AnyPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class AnyPredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.AnyPredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    +
    +
    +
    +
    public final class AnyPredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    + + +

    Predicate implementation that returns true if any of the predicates return true. If the array of predicates is empty, then this predicate returns false.

    NOTE: In versions prior to 3.2 an array size of zero or one - threw an exception. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Matt Benson
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    AnyPredicate(Predicate[] predicates) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    -          Evaluates the predicate returning true if any predicate returns true.
    -static PredicategetInstance(java.util.Collection predicates) - -
    -          Factory to create the predicate.
    -static PredicategetInstance(Predicate[] predicates) - -
    -          Factory to create the predicate.
    - Predicate[]getPredicates() - -
    -          Gets the predicates, do not modify the array.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AnyPredicate

    -
    -public AnyPredicate(Predicate[] predicates)
    -
    + threw an exception. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Matt Benson
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    AnyPredicate(Predicate[] predicates) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
    +          Evaluates the predicate returning true if any predicate returns true.
    +static PredicategetInstance(java.util.Collection predicates) + +
    +          Factory to create the predicate.
    +static PredicategetInstance(Predicate[] predicates) + +
    +          Factory to create the predicate.
    + Predicate[]getPredicates() + +
    +          Gets the predicates, do not modify the array.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AnyPredicate

    +
    +public AnyPredicate(Predicate[] predicates)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    predicates - the predicates to check, not cloned, not null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance(Predicate[] predicates)
    -
    + Use getInstance if you want that. +

    +

    +
    Parameters:
    predicates - the predicates to check, not cloned, not null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance(Predicate[] predicates)
    +
    Factory to create the predicate.

    If the array is size zero, the predicate always returns false. - If the array is size one, then that predicate is returned. -

    -

    -
    -
    -
    -
    Parameters:
    predicates - the predicates to check, cloned, not null -
    Returns:
    the any predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicates array is null -
    java.lang.IllegalArgumentException - if any predicate in the array is null
    -
    -
    -
    - -

    -getInstance

    -
    -public static Predicate getInstance(java.util.Collection predicates)
    -
    + If the array is size one, then that predicate is returned. +

    +

    +
    +
    +
    +
    Parameters:
    predicates - the predicates to check, cloned, not null +
    Returns:
    the any predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicates array is null +
    java.lang.IllegalArgumentException - if any predicate in the array is null
    +
    +
    +
    + +

    +getInstance

    +
    +public static Predicate getInstance(java.util.Collection predicates)
    +
    Factory to create the predicate.

    If the collection is size zero, the predicate always returns false. - If the collection is size one, then that predicate is returned. -

    -

    -
    -
    -
    -
    Parameters:
    predicates - the predicates to check, cloned, not null -
    Returns:
    the all predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicates array is null -
    java.lang.IllegalArgumentException - if any predicate in the array is null
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    -
    Evaluates the predicate returning true if any predicate returns true. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    true if any decorated predicate return true
    -
    -
    -
    - -

    -getPredicates

    -
    -public Predicate[] getPredicates()
    -
    -
    Gets the predicates, do not modify the array. -

    -

    -
    Specified by:
    getPredicates in interface PredicateDecorator
    -
    -
    - -
    Returns:
    the predicates
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + If the collection is size one, then that predicate is returned. +

    +

    +
    +
    +
    +
    Parameters:
    predicates - the predicates to check, cloned, not null +
    Returns:
    the all predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicates array is null +
    java.lang.IllegalArgumentException - if any predicate in the array is null
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    +
    Evaluates the predicate returning true if any predicate returns true. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    true if any decorated predicate return true
    +
    +
    +
    + +

    +getPredicates

    +
    +public Predicate[] getPredicates()
    +
    +
    Gets the predicates, do not modify the array. +

    +

    +
    Specified by:
    getPredicates in interface PredicateDecorator
    +
    +
    + +
    Returns:
    the predicates
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ChainedClosure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ChainedClosure.html index 827c052..8bc1892 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ChainedClosure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ChainedClosure.html @@ -1,390 +1,390 @@ - - - - - - - -ChainedClosure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class ChainedClosure

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.ChainedClosure
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Closure
    -
    -
    -
    -
    public class ChainedClosure
    extends java.lang.Object
    implements Closure, java.io.Serializable
    - - -

    -Closure implementation that chains the specified closures together. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    ChainedClosure(Closure[] closures) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidexecute(java.lang.Object input) - -
    -          Execute a list of closures.
    - Closure[]getClosures() - -
    -          Gets the closures, do not modify the array.
    -static ClosuregetInstance(Closure[] closures) - -
    -          Factory method that performs validation and copies the parameter array.
    -static ClosuregetInstance(Closure closure1, - Closure closure2) - -
    -          Factory method that performs validation.
    -static ClosuregetInstance(java.util.Collection closures) - -
    -          Create a new Closure that calls each closure in turn, passing the - result into the next closure.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -ChainedClosure

    -
    -public ChainedClosure(Closure[] closures)
    -
    + + + + + + + +ChainedClosure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class ChainedClosure

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.ChainedClosure
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Closure
    +
    +
    +
    +
    public class ChainedClosure
    extends java.lang.Object
    implements Closure, java.io.Serializable
    + + +

    +Closure implementation that chains the specified closures together. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    ChainedClosure(Closure[] closures) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidexecute(java.lang.Object input) + +
    +          Execute a list of closures.
    + Closure[]getClosures() + +
    +          Gets the closures, do not modify the array.
    +static ClosuregetInstance(Closure[] closures) + +
    +          Factory method that performs validation and copies the parameter array.
    +static ClosuregetInstance(Closure closure1, + Closure closure2) + +
    +          Factory method that performs validation.
    +static ClosuregetInstance(java.util.Collection closures) + +
    +          Create a new Closure that calls each closure in turn, passing the + result into the next closure.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +ChainedClosure

    +
    +public ChainedClosure(Closure[] closures)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    closures - the closures to chain, not copied, no nulls
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Closure getInstance(Closure[] closures)
    -
    -
    Factory method that performs validation and copies the parameter array. -

    -

    -
    -
    -
    -
    Parameters:
    closures - the closures to chain, copied, no nulls -
    Returns:
    the chained closure -
    Throws: -
    java.lang.IllegalArgumentException - if the closures array is null -
    java.lang.IllegalArgumentException - if any closure in the array is null
    -
    -
    -
    - -

    -getInstance

    -
    -public static Closure getInstance(java.util.Collection closures)
    -
    -
    Create a new Closure that calls each closure in turn, passing the + Use getInstance if you want that. +

    +

    +
    Parameters:
    closures - the closures to chain, not copied, no nulls
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Closure getInstance(Closure[] closures)
    +
    +
    Factory method that performs validation and copies the parameter array. +

    +

    +
    +
    +
    +
    Parameters:
    closures - the closures to chain, copied, no nulls +
    Returns:
    the chained closure +
    Throws: +
    java.lang.IllegalArgumentException - if the closures array is null +
    java.lang.IllegalArgumentException - if any closure in the array is null
    +
    +
    +
    + +

    +getInstance

    +
    +public static Closure getInstance(java.util.Collection closures)
    +
    +
    Create a new Closure that calls each closure in turn, passing the result into the next closure. The ordering is that of the iterator() - method on the collection. -

    -

    -
    -
    -
    -
    Parameters:
    closures - a collection of closures to chain -
    Returns:
    the chained closure -
    Throws: -
    java.lang.IllegalArgumentException - if the closures collection is null -
    java.lang.IllegalArgumentException - if any closure in the collection is null
    -
    -
    -
    - -

    -getInstance

    -
    -public static Closure getInstance(Closure closure1,
    -                                  Closure closure2)
    -
    -
    Factory method that performs validation. -

    -

    -
    -
    -
    -
    Parameters:
    closure1 - the first closure, not null
    closure2 - the second closure, not null -
    Returns:
    the chained closure -
    Throws: -
    java.lang.IllegalArgumentException - if either closure is null
    -
    -
    -
    - -

    -execute

    -
    -public void execute(java.lang.Object input)
    -
    -
    Execute a list of closures. -

    -

    -
    Specified by:
    execute in interface Closure
    -
    -
    -
    Parameters:
    input - the input object passed to each closure
    -
    -
    -
    - -

    -getClosures

    -
    -public Closure[] getClosures()
    -
    -
    Gets the closures, do not modify the array. -

    -

    -
    -
    -
    - -
    Returns:
    the closures
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + method on the collection. +

    +

    +
    +
    +
    +
    Parameters:
    closures - a collection of closures to chain +
    Returns:
    the chained closure +
    Throws: +
    java.lang.IllegalArgumentException - if the closures collection is null +
    java.lang.IllegalArgumentException - if any closure in the collection is null
    +
    +
    +
    + +

    +getInstance

    +
    +public static Closure getInstance(Closure closure1,
    +                                  Closure closure2)
    +
    +
    Factory method that performs validation. +

    +

    +
    +
    +
    +
    Parameters:
    closure1 - the first closure, not null
    closure2 - the second closure, not null +
    Returns:
    the chained closure +
    Throws: +
    java.lang.IllegalArgumentException - if either closure is null
    +
    +
    +
    + +

    +execute

    +
    +public void execute(java.lang.Object input)
    +
    +
    Execute a list of closures. +

    +

    +
    Specified by:
    execute in interface Closure
    +
    +
    +
    Parameters:
    input - the input object passed to each closure
    +
    +
    +
    + +

    +getClosures

    +
    +public Closure[] getClosures()
    +
    +
    Gets the closures, do not modify the array. +

    +

    +
    +
    +
    + +
    Returns:
    the closures
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ChainedTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ChainedTransformer.html index bb20352..85c0a12 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ChainedTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ChainedTransformer.html @@ -1,394 +1,394 @@ - - - - - - - -ChainedTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class ChainedTransformer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.ChainedTransformer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    -
    -
    -
    -
    public class ChainedTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    - - -

    + + + + + + + +ChainedTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class ChainedTransformer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.ChainedTransformer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    +
    +
    +
    +
    public class ChainedTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    + + +

    Transformer implementation that chains the specified transformers together.

    The input object is passed to the first transformer. The transformed result - is passed to the second transformer and so on. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    ChainedTransformer(Transformer[] transformers) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -static TransformergetInstance(java.util.Collection transformers) - -
    -          Create a new Transformer that calls each transformer in turn, passing the - result into the next transformer.
    -static TransformergetInstance(Transformer[] transformers) - -
    -          Factory method that performs validation and copies the parameter array.
    -static TransformergetInstance(Transformer transformer1, - Transformer transformer2) - -
    -          Factory method that performs validation.
    - Transformer[]getTransformers() - -
    -          Gets the transformers, do not modify the array.
    - java.lang.Objecttransform(java.lang.Object object) - -
    -          Transforms the input to result via each decorated transformer
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -ChainedTransformer

    -
    -public ChainedTransformer(Transformer[] transformers)
    -
    + is passed to the second transformer and so on. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    ChainedTransformer(Transformer[] transformers) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static TransformergetInstance(java.util.Collection transformers) + +
    +          Create a new Transformer that calls each transformer in turn, passing the + result into the next transformer.
    +static TransformergetInstance(Transformer[] transformers) + +
    +          Factory method that performs validation and copies the parameter array.
    +static TransformergetInstance(Transformer transformer1, + Transformer transformer2) + +
    +          Factory method that performs validation.
    + Transformer[]getTransformers() + +
    +          Gets the transformers, do not modify the array.
    + java.lang.Objecttransform(java.lang.Object object) + +
    +          Transforms the input to result via each decorated transformer
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +ChainedTransformer

    +
    +public ChainedTransformer(Transformer[] transformers)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    transformers - the transformers to chain, not copied, no nulls
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Transformer getInstance(Transformer[] transformers)
    -
    -
    Factory method that performs validation and copies the parameter array. -

    -

    -
    -
    -
    -
    Parameters:
    transformers - the transformers to chain, copied, no nulls -
    Returns:
    the chained transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the transformers array is null -
    java.lang.IllegalArgumentException - if any transformer in the array is null
    -
    -
    -
    - -

    -getInstance

    -
    -public static Transformer getInstance(java.util.Collection transformers)
    -
    -
    Create a new Transformer that calls each transformer in turn, passing the + Use getInstance if you want that. +

    +

    +
    Parameters:
    transformers - the transformers to chain, not copied, no nulls
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Transformer getInstance(Transformer[] transformers)
    +
    +
    Factory method that performs validation and copies the parameter array. +

    +

    +
    +
    +
    +
    Parameters:
    transformers - the transformers to chain, copied, no nulls +
    Returns:
    the chained transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the transformers array is null +
    java.lang.IllegalArgumentException - if any transformer in the array is null
    +
    +
    +
    + +

    +getInstance

    +
    +public static Transformer getInstance(java.util.Collection transformers)
    +
    +
    Create a new Transformer that calls each transformer in turn, passing the result into the next transformer. The ordering is that of the iterator() - method on the collection. -

    -

    -
    -
    -
    -
    Parameters:
    transformers - a collection of transformers to chain -
    Returns:
    the chained transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the transformers collection is null -
    java.lang.IllegalArgumentException - if any transformer in the collection is null
    -
    -
    -
    - -

    -getInstance

    -
    -public static Transformer getInstance(Transformer transformer1,
    -                                      Transformer transformer2)
    -
    -
    Factory method that performs validation. -

    -

    -
    -
    -
    -
    Parameters:
    transformer1 - the first transformer, not null
    transformer2 - the second transformer, not null -
    Returns:
    the chained transformer -
    Throws: -
    java.lang.IllegalArgumentException - if either transformer is null
    -
    -
    -
    - -

    -transform

    -
    -public java.lang.Object transform(java.lang.Object object)
    -
    -
    Transforms the input to result via each decorated transformer -

    -

    -
    Specified by:
    transform in interface Transformer
    -
    -
    -
    Parameters:
    object - the input object passed to the first transformer -
    Returns:
    the transformed result
    -
    -
    -
    - -

    -getTransformers

    -
    -public Transformer[] getTransformers()
    -
    -
    Gets the transformers, do not modify the array. -

    -

    -
    -
    -
    - -
    Returns:
    the transformers
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + method on the collection. +

    +

    +
    +
    +
    +
    Parameters:
    transformers - a collection of transformers to chain +
    Returns:
    the chained transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the transformers collection is null +
    java.lang.IllegalArgumentException - if any transformer in the collection is null
    +
    +
    +
    + +

    +getInstance

    +
    +public static Transformer getInstance(Transformer transformer1,
    +                                      Transformer transformer2)
    +
    +
    Factory method that performs validation. +

    +

    +
    +
    +
    +
    Parameters:
    transformer1 - the first transformer, not null
    transformer2 - the second transformer, not null +
    Returns:
    the chained transformer +
    Throws: +
    java.lang.IllegalArgumentException - if either transformer is null
    +
    +
    +
    + +

    +transform

    +
    +public java.lang.Object transform(java.lang.Object object)
    +
    +
    Transforms the input to result via each decorated transformer +

    +

    +
    Specified by:
    transform in interface Transformer
    +
    +
    +
    Parameters:
    object - the input object passed to the first transformer +
    Returns:
    the transformed result
    +
    +
    +
    + +

    +getTransformers

    +
    +public Transformer[] getTransformers()
    +
    +
    Gets the transformers, do not modify the array. +

    +

    +
    +
    +
    + +
    Returns:
    the transformers
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/CloneTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/CloneTransformer.html index 90b5ebd..33eb55e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/CloneTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/CloneTransformer.html @@ -1,305 +1,305 @@ - - - - - - - -CloneTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class CloneTransformer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.CloneTransformer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    -
    -
    -
    -
    public class CloneTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    - - -

    + + + + + + + +CloneTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class CloneTransformer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.CloneTransformer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    +
    +
    +
    +
    public class CloneTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    + + +

    Transformer implementation that returns a clone of the input object.

    - Clone is performed using PrototypeFactory.getInstance(input).create(). -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static TransformerINSTANCE - -
    -          Singleton predicate instance
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    -static TransformergetInstance() - -
    -          Factory returning the singleton instance.
    - java.lang.Objecttransform(java.lang.Object input) - -
    -          Transforms the input to result by cloning it.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -INSTANCE

    -
    -public static final Transformer INSTANCE
    -
    -
    Singleton predicate instance -

    -

    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Transformer getInstance()
    -
    -
    Factory returning the singleton instance. -

    -

    -
    -
    -
    - -
    Returns:
    the singleton instance
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -transform

    -
    -public java.lang.Object transform(java.lang.Object input)
    -
    -
    Transforms the input to result by cloning it. -

    -

    -
    Specified by:
    transform in interface Transformer
    -
    -
    -
    Parameters:
    input - the input object to transform -
    Returns:
    the transformed result
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Clone is performed using PrototypeFactory.getInstance(input).create(). +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static TransformerINSTANCE + +
    +          Singleton predicate instance
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    +static TransformergetInstance() + +
    +          Factory returning the singleton instance.
    + java.lang.Objecttransform(java.lang.Object input) + +
    +          Transforms the input to result by cloning it.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +INSTANCE

    +
    +public static final Transformer INSTANCE
    +
    +
    Singleton predicate instance +

    +

    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Transformer getInstance()
    +
    +
    Factory returning the singleton instance. +

    +

    +
    +
    +
    + +
    Returns:
    the singleton instance
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +transform

    +
    +public java.lang.Object transform(java.lang.Object input)
    +
    +
    Transforms the input to result by cloning it. +

    +

    +
    Specified by:
    transform in interface Transformer
    +
    +
    +
    Parameters:
    input - the input object to transform +
    Returns:
    the transformed result
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ClosureTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ClosureTransformer.html index cc3f713..0691d6e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ClosureTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ClosureTransformer.html @@ -1,331 +1,331 @@ - - - - - - - -ClosureTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class ClosureTransformer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.ClosureTransformer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    -
    -
    -
    -
    public class ClosureTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    - - -

    + + + + + + + +ClosureTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class ClosureTransformer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.ClosureTransformer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    +
    +
    +
    +
    public class ClosureTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    + + +

    Transformer implementation that calls a Closure using the input object - and then returns the input. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    ClosureTransformer(Closure closure) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - ClosuregetClosure() - -
    -          Gets the closure.
    -static TransformergetInstance(Closure closure) - -
    -          Factory method that performs validation.
    - java.lang.Objecttransform(java.lang.Object input) - -
    -          Transforms the input to result by executing a closure.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -ClosureTransformer

    -
    -public ClosureTransformer(Closure closure)
    -
    + and then returns the input. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    ClosureTransformer(Closure closure) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + ClosuregetClosure() + +
    +          Gets the closure.
    +static TransformergetInstance(Closure closure) + +
    +          Factory method that performs validation.
    + java.lang.Objecttransform(java.lang.Object input) + +
    +          Transforms the input to result by executing a closure.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +ClosureTransformer

    +
    +public ClosureTransformer(Closure closure)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    closure - the closure to call, not null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Transformer getInstance(Closure closure)
    -
    -
    Factory method that performs validation. -

    -

    -
    -
    -
    -
    Parameters:
    closure - the closure to call, not null -
    Returns:
    the closure transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the closure is null
    -
    -
    -
    - -

    -transform

    -
    -public java.lang.Object transform(java.lang.Object input)
    -
    -
    Transforms the input to result by executing a closure. -

    -

    -
    Specified by:
    transform in interface Transformer
    -
    -
    -
    Parameters:
    input - the input object to transform -
    Returns:
    the transformed result
    -
    -
    -
    - -

    -getClosure

    -
    -public Closure getClosure()
    -
    -
    Gets the closure. -

    -

    -
    -
    -
    - -
    Returns:
    the closure
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Use getInstance if you want that. +

    +

    +
    Parameters:
    closure - the closure to call, not null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Transformer getInstance(Closure closure)
    +
    +
    Factory method that performs validation. +

    +

    +
    +
    +
    +
    Parameters:
    closure - the closure to call, not null +
    Returns:
    the closure transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the closure is null
    +
    +
    +
    + +

    +transform

    +
    +public java.lang.Object transform(java.lang.Object input)
    +
    +
    Transforms the input to result by executing a closure. +

    +

    +
    Specified by:
    transform in interface Transformer
    +
    +
    +
    Parameters:
    input - the input object to transform +
    Returns:
    the transformed result
    +
    +
    +
    + +

    +getClosure

    +
    +public Closure getClosure()
    +
    +
    Gets the closure. +

    +

    +
    +
    +
    + +
    Returns:
    the closure
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ConstantFactory.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ConstantFactory.html index 4432767..0a3a648 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ConstantFactory.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ConstantFactory.html @@ -1,370 +1,370 @@ - - - - - - - -ConstantFactory (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class ConstantFactory

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.ConstantFactory
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Factory
    -
    -
    -
    -
    public class ConstantFactory
    extends java.lang.Object
    implements Factory, java.io.Serializable
    - - -

    + + + + + + + +ConstantFactory (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class ConstantFactory

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.ConstantFactory
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Factory
    +
    +
    +
    +
    public class ConstantFactory
    extends java.lang.Object
    implements Factory, java.io.Serializable
    + + +

    Factory implementation that returns the same constant each time.

    No check is made that the object is immutable. In general, only immutable objects should use the constant factory. Mutable objects should - use the prototype factory. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static FactoryNULL_INSTANCE - -
    -          Returns null each time
    -  - - - - - - - - - - -
    -Constructor Summary
    ConstantFactory(java.lang.Object constantToReturn) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objectcreate() - -
    -          Always return constant.
    - java.lang.ObjectgetConstant() - -
    -          Gets the constant.
    -static FactorygetInstance(java.lang.Object constantToReturn) - -
    -          Factory method that performs validation.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -NULL_INSTANCE

    -
    -public static final Factory NULL_INSTANCE
    -
    -
    Returns null each time -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -ConstantFactory

    -
    -public ConstantFactory(java.lang.Object constantToReturn)
    -
    + use the prototype factory. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static FactoryNULL_INSTANCE + +
    +          Returns null each time
    +  + + + + + + + + + + +
    +Constructor Summary
    ConstantFactory(java.lang.Object constantToReturn) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objectcreate() + +
    +          Always return constant.
    + java.lang.ObjectgetConstant() + +
    +          Gets the constant.
    +static FactorygetInstance(java.lang.Object constantToReturn) + +
    +          Factory method that performs validation.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +NULL_INSTANCE

    +
    +public static final Factory NULL_INSTANCE
    +
    +
    Returns null each time +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ConstantFactory

    +
    +public ConstantFactory(java.lang.Object constantToReturn)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    constantToReturn - the constant to return each time
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Factory getInstance(java.lang.Object constantToReturn)
    -
    -
    Factory method that performs validation. -

    -

    -
    -
    -
    -
    Parameters:
    constantToReturn - the constant object to return each time in the factory -
    Returns:
    the constant factory.
    -
    -
    -
    - -

    -create

    -
    -public java.lang.Object create()
    -
    -
    Always return constant. -

    -

    -
    Specified by:
    create in interface Factory
    -
    -
    - -
    Returns:
    the stored constant value
    -
    -
    -
    - -

    -getConstant

    -
    -public java.lang.Object getConstant()
    -
    -
    Gets the constant. -

    -

    -
    -
    -
    - -
    Returns:
    the constant
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Use getInstance if you want that. +

    +

    +
    Parameters:
    constantToReturn - the constant to return each time
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Factory getInstance(java.lang.Object constantToReturn)
    +
    +
    Factory method that performs validation. +

    +

    +
    +
    +
    +
    Parameters:
    constantToReturn - the constant object to return each time in the factory +
    Returns:
    the constant factory.
    +
    +
    +
    + +

    +create

    +
    +public java.lang.Object create()
    +
    +
    Always return constant. +

    +

    +
    Specified by:
    create in interface Factory
    +
    +
    + +
    Returns:
    the stored constant value
    +
    +
    +
    + +

    +getConstant

    +
    +public java.lang.Object getConstant()
    +
    +
    Gets the constant. +

    +

    +
    +
    +
    + +
    Returns:
    the constant
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ConstantTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ConstantTransformer.html index 2e1918f..3f6596e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ConstantTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ConstantTransformer.html @@ -1,370 +1,370 @@ - - - - - - - -ConstantTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class ConstantTransformer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.ConstantTransformer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    -
    -
    -
    -
    public class ConstantTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    - - -

    + + + + + + + +ConstantTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class ConstantTransformer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.ConstantTransformer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    +
    +
    +
    +
    public class ConstantTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    + + +

    Transformer implementation that returns the same constant each time.

    No check is made that the object is immutable. In general, only immutable objects should use the constant factory. Mutable objects should - use the prototype factory. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static TransformerNULL_INSTANCE - -
    -          Returns null each time
    -  - - - - - - - - - - -
    -Constructor Summary
    ConstantTransformer(java.lang.Object constantToReturn) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.ObjectgetConstant() - -
    -          Gets the constant.
    -static TransformergetInstance(java.lang.Object constantToReturn) - -
    -          Transformer method that performs validation.
    - java.lang.Objecttransform(java.lang.Object input) - -
    -          Transforms the input by ignoring it and returning the stored constant instead.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -NULL_INSTANCE

    -
    -public static final Transformer NULL_INSTANCE
    -
    -
    Returns null each time -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -ConstantTransformer

    -
    -public ConstantTransformer(java.lang.Object constantToReturn)
    -
    + use the prototype factory. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static TransformerNULL_INSTANCE + +
    +          Returns null each time
    +  + + + + + + + + + + +
    +Constructor Summary
    ConstantTransformer(java.lang.Object constantToReturn) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.ObjectgetConstant() + +
    +          Gets the constant.
    +static TransformergetInstance(java.lang.Object constantToReturn) + +
    +          Transformer method that performs validation.
    + java.lang.Objecttransform(java.lang.Object input) + +
    +          Transforms the input by ignoring it and returning the stored constant instead.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +NULL_INSTANCE

    +
    +public static final Transformer NULL_INSTANCE
    +
    +
    Returns null each time +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ConstantTransformer

    +
    +public ConstantTransformer(java.lang.Object constantToReturn)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    constantToReturn - the constant to return each time
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Transformer getInstance(java.lang.Object constantToReturn)
    -
    -
    Transformer method that performs validation. -

    -

    -
    -
    -
    -
    Parameters:
    constantToReturn - the constant object to return each time in the factory -
    Returns:
    the constant factory.
    -
    -
    -
    - -

    -transform

    -
    -public java.lang.Object transform(java.lang.Object input)
    -
    -
    Transforms the input by ignoring it and returning the stored constant instead. -

    -

    -
    Specified by:
    transform in interface Transformer
    -
    -
    -
    Parameters:
    input - the input object which is ignored -
    Returns:
    the stored constant
    -
    -
    -
    - -

    -getConstant

    -
    -public java.lang.Object getConstant()
    -
    -
    Gets the constant. -

    -

    -
    -
    -
    - -
    Returns:
    the constant
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Use getInstance if you want that. +

    +

    +
    Parameters:
    constantToReturn - the constant to return each time
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Transformer getInstance(java.lang.Object constantToReturn)
    +
    +
    Transformer method that performs validation. +

    +

    +
    +
    +
    +
    Parameters:
    constantToReturn - the constant object to return each time in the factory +
    Returns:
    the constant factory.
    +
    +
    +
    + +

    +transform

    +
    +public java.lang.Object transform(java.lang.Object input)
    +
    +
    Transforms the input by ignoring it and returning the stored constant instead. +

    +

    +
    Specified by:
    transform in interface Transformer
    +
    +
    +
    Parameters:
    input - the input object which is ignored +
    Returns:
    the stored constant
    +
    +
    +
    + +

    +getConstant

    +
    +public java.lang.Object getConstant()
    +
    +
    Gets the constant. +

    +

    +
    +
    +
    + +
    Returns:
    the constant
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/EqualPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/EqualPredicate.html index 9af92f9..309a201 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/EqualPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/EqualPredicate.html @@ -1,331 +1,331 @@ - - - - - - - -EqualPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class EqualPredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.EqualPredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    -
    -
    -
    -
    public final class EqualPredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    - - -

    + + + + + + + +EqualPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class EqualPredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.EqualPredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    +
    +
    +
    +
    public final class EqualPredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    + + +

    Predicate implementation that returns true if the input is the same object - as the one stored in this predicate by equals. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    EqualPredicate(java.lang.Object object) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    -          Evaluates the predicate returning true if the input equals the stored value.
    -static PredicategetInstance(java.lang.Object object) - -
    -          Factory to create the identity predicate.
    - java.lang.ObjectgetValue() - -
    -          Gets the value.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -EqualPredicate

    -
    -public EqualPredicate(java.lang.Object object)
    -
    + as the one stored in this predicate by equals. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    EqualPredicate(java.lang.Object object) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
    +          Evaluates the predicate returning true if the input equals the stored value.
    +static PredicategetInstance(java.lang.Object object) + +
    +          Factory to create the identity predicate.
    + java.lang.ObjectgetValue() + +
    +          Gets the value.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +EqualPredicate

    +
    +public EqualPredicate(java.lang.Object object)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    object - the object to compare to
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance(java.lang.Object object)
    -
    -
    Factory to create the identity predicate. -

    -

    -
    -
    -
    -
    Parameters:
    object - the object to compare to -
    Returns:
    the predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicate is null
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    -
    Evaluates the predicate returning true if the input equals the stored value. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    true if input object equals stored value
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    Gets the value. -

    -

    -
    -
    -
    - -
    Returns:
    the value
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Use getInstance if you want that. +

    +

    +
    Parameters:
    object - the object to compare to
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance(java.lang.Object object)
    +
    +
    Factory to create the identity predicate. +

    +

    +
    +
    +
    +
    Parameters:
    object - the object to compare to +
    Returns:
    the predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicate is null
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    +
    Evaluates the predicate returning true if the input equals the stored value. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    true if input object equals stored value
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Gets the value. +

    +

    +
    +
    +
    + +
    Returns:
    the value
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ExceptionClosure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ExceptionClosure.html index 6a2ad71..ab95009 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ExceptionClosure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ExceptionClosure.html @@ -1,304 +1,304 @@ - - - - - - - -ExceptionClosure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class ExceptionClosure

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.ExceptionClosure
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Closure
    -
    -
    -
    -
    public final class ExceptionClosure
    extends java.lang.Object
    implements Closure, java.io.Serializable
    - - -

    -Closure implementation that always throws an exception. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static ClosureINSTANCE - -
    -          Singleton predicate instance
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - voidexecute(java.lang.Object input) - -
    -          Always throw an exception.
    -static ClosuregetInstance() - -
    -          Factory returning the singleton instance.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -INSTANCE

    -
    -public static final Closure INSTANCE
    -
    -
    Singleton predicate instance -

    -

    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Closure getInstance()
    -
    -
    Factory returning the singleton instance. -

    -

    -
    -
    -
    - -
    Returns:
    the singleton instance
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -execute

    -
    -public void execute(java.lang.Object input)
    -
    -
    Always throw an exception. -

    -

    -
    Specified by:
    execute in interface Closure
    -
    -
    -
    Parameters:
    input - the input object -
    Throws: -
    FunctorException - always
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +ExceptionClosure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class ExceptionClosure

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.ExceptionClosure
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Closure
    +
    +
    +
    +
    public final class ExceptionClosure
    extends java.lang.Object
    implements Closure, java.io.Serializable
    + + +

    +Closure implementation that always throws an exception. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static ClosureINSTANCE + +
    +          Singleton predicate instance
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + voidexecute(java.lang.Object input) + +
    +          Always throw an exception.
    +static ClosuregetInstance() + +
    +          Factory returning the singleton instance.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +INSTANCE

    +
    +public static final Closure INSTANCE
    +
    +
    Singleton predicate instance +

    +

    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Closure getInstance()
    +
    +
    Factory returning the singleton instance. +

    +

    +
    +
    +
    + +
    Returns:
    the singleton instance
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +execute

    +
    +public void execute(java.lang.Object input)
    +
    +
    Always throw an exception. +

    +

    +
    Specified by:
    execute in interface Closure
    +
    +
    +
    Parameters:
    input - the input object +
    Throws: +
    FunctorException - always
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ExceptionFactory.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ExceptionFactory.html index 4623328..b50e1a8 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ExceptionFactory.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ExceptionFactory.html @@ -1,305 +1,305 @@ - - - - - - - -ExceptionFactory (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class ExceptionFactory

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.ExceptionFactory
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Factory
    -
    -
    -
    -
    public final class ExceptionFactory
    extends java.lang.Object
    implements Factory, java.io.Serializable
    - - -

    -Factory implementation that always throws an exception. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static FactoryINSTANCE - -
    -          Singleton predicate instance
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objectcreate() - -
    -          Always throws an exception.
    -static FactorygetInstance() - -
    -          Factory returning the singleton instance.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -INSTANCE

    -
    -public static final Factory INSTANCE
    -
    -
    Singleton predicate instance -

    -

    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Factory getInstance()
    -
    -
    Factory returning the singleton instance. -

    -

    -
    -
    -
    - -
    Returns:
    the singleton instance
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -create

    -
    -public java.lang.Object create()
    -
    -
    Always throws an exception. -

    -

    -
    Specified by:
    create in interface Factory
    -
    -
    - -
    Returns:
    never -
    Throws: -
    FunctorException - always
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +ExceptionFactory (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class ExceptionFactory

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.ExceptionFactory
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Factory
    +
    +
    +
    +
    public final class ExceptionFactory
    extends java.lang.Object
    implements Factory, java.io.Serializable
    + + +

    +Factory implementation that always throws an exception. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static FactoryINSTANCE + +
    +          Singleton predicate instance
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objectcreate() + +
    +          Always throws an exception.
    +static FactorygetInstance() + +
    +          Factory returning the singleton instance.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +INSTANCE

    +
    +public static final Factory INSTANCE
    +
    +
    Singleton predicate instance +

    +

    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Factory getInstance()
    +
    +
    Factory returning the singleton instance. +

    +

    +
    +
    +
    + +
    Returns:
    the singleton instance
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +create

    +
    +public java.lang.Object create()
    +
    +
    Always throws an exception. +

    +

    +
    Specified by:
    create in interface Factory
    +
    +
    + +
    Returns:
    never +
    Throws: +
    FunctorException - always
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ExceptionPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ExceptionPredicate.html index ad7e250..2df86e4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ExceptionPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ExceptionPredicate.html @@ -1,305 +1,305 @@ - - - - - - - -ExceptionPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class ExceptionPredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.ExceptionPredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    -
    -
    -
    -
    public final class ExceptionPredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    - - -

    -Predicate implementation that always throws an exception. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static PredicateINSTANCE - -
    -          Singleton predicate instance
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    -          Evaluates the predicate always throwing an exception.
    -static PredicategetInstance() - -
    -          Factory returning the singleton instance.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -INSTANCE

    -
    -public static final Predicate INSTANCE
    -
    -
    Singleton predicate instance -

    -

    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance()
    -
    -
    Factory returning the singleton instance. -

    -

    -
    -
    -
    - -
    Returns:
    the singleton instance
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    -
    Evaluates the predicate always throwing an exception. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    never -
    Throws: -
    FunctorException - always
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +ExceptionPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class ExceptionPredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.ExceptionPredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    +
    +
    +
    +
    public final class ExceptionPredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    + + +

    +Predicate implementation that always throws an exception. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static PredicateINSTANCE + +
    +          Singleton predicate instance
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
    +          Evaluates the predicate always throwing an exception.
    +static PredicategetInstance() + +
    +          Factory returning the singleton instance.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +INSTANCE

    +
    +public static final Predicate INSTANCE
    +
    +
    Singleton predicate instance +

    +

    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance()
    +
    +
    Factory returning the singleton instance. +

    +

    +
    +
    +
    + +
    Returns:
    the singleton instance
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    +
    Evaluates the predicate always throwing an exception. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    never +
    Throws: +
    FunctorException - always
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ExceptionTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ExceptionTransformer.html index f9708be..a889a33 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ExceptionTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ExceptionTransformer.html @@ -1,305 +1,305 @@ - - - - - - - -ExceptionTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class ExceptionTransformer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.ExceptionTransformer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    -
    -
    -
    -
    public final class ExceptionTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    - - -

    -Transformer implementation that always throws an exception. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static TransformerINSTANCE - -
    -          Singleton predicate instance
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    -static TransformergetInstance() - -
    -          Factory returning the singleton instance.
    - java.lang.Objecttransform(java.lang.Object input) - -
    -          Transforms the input to result by cloning it.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -INSTANCE

    -
    -public static final Transformer INSTANCE
    -
    -
    Singleton predicate instance -

    -

    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Transformer getInstance()
    -
    -
    Factory returning the singleton instance. -

    -

    -
    -
    -
    - -
    Returns:
    the singleton instance
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -transform

    -
    -public java.lang.Object transform(java.lang.Object input)
    -
    -
    Transforms the input to result by cloning it. -

    -

    -
    Specified by:
    transform in interface Transformer
    -
    -
    -
    Parameters:
    input - the input object to transform -
    Returns:
    never -
    Throws: -
    FunctorException - always
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +ExceptionTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class ExceptionTransformer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.ExceptionTransformer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    +
    +
    +
    +
    public final class ExceptionTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    + + +

    +Transformer implementation that always throws an exception. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static TransformerINSTANCE + +
    +          Singleton predicate instance
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    +static TransformergetInstance() + +
    +          Factory returning the singleton instance.
    + java.lang.Objecttransform(java.lang.Object input) + +
    +          Transforms the input to result by cloning it.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +INSTANCE

    +
    +public static final Transformer INSTANCE
    +
    +
    Singleton predicate instance +

    +

    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Transformer getInstance()
    +
    +
    Factory returning the singleton instance. +

    +

    +
    +
    +
    + +
    Returns:
    the singleton instance
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +transform

    +
    +public java.lang.Object transform(java.lang.Object input)
    +
    +
    Transforms the input to result by cloning it. +

    +

    +
    Specified by:
    transform in interface Transformer
    +
    +
    +
    Parameters:
    input - the input object to transform +
    Returns:
    never +
    Throws: +
    FunctorException - always
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/FactoryTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/FactoryTransformer.html index d7a2973..8fb5e90 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/FactoryTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/FactoryTransformer.html @@ -1,332 +1,332 @@ - - - - - - - -FactoryTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class FactoryTransformer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.FactoryTransformer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    -
    -
    -
    -
    public class FactoryTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    - - -

    -Transformer implementation that calls a Factory and returns the result. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    FactoryTransformer(Factory factory) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - FactorygetFactory() - -
    -          Gets the factory.
    -static TransformergetInstance(Factory factory) - -
    -          Factory method that performs validation.
    - java.lang.Objecttransform(java.lang.Object input) - -
    + + + + + + + +FactoryTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class FactoryTransformer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.FactoryTransformer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    +
    +
    +
    +
    public class FactoryTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    + + +

    +Transformer implementation that calls a Factory and returns the result. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    FactoryTransformer(Factory factory) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + - -
    +Method Summary
    + FactorygetFactory() + +
    +          Gets the factory.
    +static TransformergetInstance(Factory factory) + +
    +          Factory method that performs validation.
    + java.lang.Objecttransform(java.lang.Object input) + +
              Transforms the input by ignoring the input and returning the result of - calling the decorated factory.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -FactoryTransformer

    -
    -public FactoryTransformer(Factory factory)
    -
    + calling the decorated factory.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +FactoryTransformer

    +
    +public FactoryTransformer(Factory factory)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    factory - the factory to call, not null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Transformer getInstance(Factory factory)
    -
    -
    Factory method that performs validation. -

    -

    -
    -
    -
    -
    Parameters:
    factory - the factory to call, not null -
    Returns:
    the factory transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the factory is null
    -
    -
    -
    - -

    -transform

    -
    -public java.lang.Object transform(java.lang.Object input)
    -
    + Use getInstance if you want that. +

    +

    +
    Parameters:
    factory - the factory to call, not null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Transformer getInstance(Factory factory)
    +
    +
    Factory method that performs validation. +

    +

    +
    +
    +
    +
    Parameters:
    factory - the factory to call, not null +
    Returns:
    the factory transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the factory is null
    +
    +
    +
    + +

    +transform

    +
    +public java.lang.Object transform(java.lang.Object input)
    +
    Transforms the input by ignoring the input and returning the result of - calling the decorated factory. -

    -

    -
    Specified by:
    transform in interface Transformer
    -
    -
    -
    Parameters:
    input - the input object to transform -
    Returns:
    the transformed result
    -
    -
    -
    - -

    -getFactory

    -
    -public Factory getFactory()
    -
    -
    Gets the factory. -

    -

    -
    -
    -
    - -
    Returns:
    the factory
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + calling the decorated factory. +

    +

    +
    Specified by:
    transform in interface Transformer
    +
    +
    +
    Parameters:
    input - the input object to transform +
    Returns:
    the transformed result
    +
    + +
    + +

    +getFactory

    +
    +public Factory getFactory()
    +
    +
    Gets the factory. +

    +

    +
    +
    +
    + +
    Returns:
    the factory
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/FalsePredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/FalsePredicate.html index b9936dd..d6995cb 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/FalsePredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/FalsePredicate.html @@ -1,303 +1,303 @@ - - - - - - - -FalsePredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class FalsePredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.FalsePredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    -
    -
    -
    -
    public final class FalsePredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    - - -

    -Predicate implementation that always returns false. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static PredicateINSTANCE - -
    -          Singleton predicate instance
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    -          Evaluates the predicate returning false always.
    -static PredicategetInstance() - -
    -          Factory returning the singleton instance.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -INSTANCE

    -
    -public static final Predicate INSTANCE
    -
    -
    Singleton predicate instance -

    -

    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance()
    -
    -
    Factory returning the singleton instance. -

    -

    -
    -
    -
    - -
    Returns:
    the singleton instance
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    -
    Evaluates the predicate returning false always. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    false always
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +FalsePredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class FalsePredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.FalsePredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    +
    +
    +
    +
    public final class FalsePredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    + + +

    +Predicate implementation that always returns false. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static PredicateINSTANCE + +
    +          Singleton predicate instance
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
    +          Evaluates the predicate returning false always.
    +static PredicategetInstance() + +
    +          Factory returning the singleton instance.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +INSTANCE

    +
    +public static final Predicate INSTANCE
    +
    +
    Singleton predicate instance +

    +

    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance()
    +
    +
    Factory returning the singleton instance. +

    +

    +
    +
    +
    + +
    Returns:
    the singleton instance
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    +
    Evaluates the predicate returning false always. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    false always
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ForClosure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ForClosure.html index 2272714..348b981 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ForClosure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/ForClosure.html @@ -1,361 +1,361 @@ - - - - - - - -ForClosure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class ForClosure

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.ForClosure
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Closure
    -
    -
    -
    -
    public class ForClosure
    extends java.lang.Object
    implements Closure, java.io.Serializable
    - - -

    -Closure implementation that calls another closure n times, like a for loop. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    ForClosure(int count, - Closure closure) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidexecute(java.lang.Object input) - -
    -          Executes the closure count times.
    - ClosuregetClosure() - -
    -          Gets the closure.
    - intgetCount() - -
    -          Gets the count.
    -static ClosuregetInstance(int count, - Closure closure) - -
    -          Factory method that performs validation.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -ForClosure

    -
    -public ForClosure(int count,
    -                  Closure closure)
    -
    + + + + + + + +ForClosure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class ForClosure

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.ForClosure
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Closure
    +
    +
    +
    +
    public class ForClosure
    extends java.lang.Object
    implements Closure, java.io.Serializable
    + + +

    +Closure implementation that calls another closure n times, like a for loop. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    ForClosure(int count, + Closure closure) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidexecute(java.lang.Object input) + +
    +          Executes the closure count times.
    + ClosuregetClosure() + +
    +          Gets the closure.
    + intgetCount() + +
    +          Gets the count.
    +static ClosuregetInstance(int count, + Closure closure) + +
    +          Factory method that performs validation.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +ForClosure

    +
    +public ForClosure(int count,
    +                  Closure closure)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    count - the number of times to execute the closure
    closure - the closure to execute, not null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Closure getInstance(int count,
    -                                  Closure closure)
    -
    + Use getInstance if you want that. +

    +

    +
    Parameters:
    count - the number of times to execute the closure
    closure - the closure to execute, not null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Closure getInstance(int count,
    +                                  Closure closure)
    +
    Factory method that performs validation.

    A null closure or zero count returns the NOPClosure. - A count of one returns the specified closure. -

    -

    -
    -
    -
    -
    Parameters:
    count - the number of times to execute the closure
    closure - the closure to execute, not null -
    Returns:
    the for closure
    -
    -
    -
    - -

    -execute

    -
    -public void execute(java.lang.Object input)
    -
    -
    Executes the closure count times. -

    -

    -
    Specified by:
    execute in interface Closure
    -
    -
    -
    Parameters:
    input - the input object
    -
    -
    -
    - -

    -getClosure

    -
    -public Closure getClosure()
    -
    -
    Gets the closure. -

    -

    -
    -
    -
    - -
    Returns:
    the closure
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -getCount

    -
    -public int getCount()
    -
    -
    Gets the count. -

    -

    -
    -
    -
    - -
    Returns:
    the count
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + A count of one returns the specified closure. +

    +

    +
    +
    +
    +
    Parameters:
    count - the number of times to execute the closure
    closure - the closure to execute, not null +
    Returns:
    the for closure
    +
    +
    +
    + +

    +execute

    +
    +public void execute(java.lang.Object input)
    +
    +
    Executes the closure count times. +

    +

    +
    Specified by:
    execute in interface Closure
    +
    +
    +
    Parameters:
    input - the input object
    +
    +
    +
    + +

    +getClosure

    +
    +public Closure getClosure()
    +
    +
    Gets the closure. +

    +

    +
    +
    +
    + +
    Returns:
    the closure
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +getCount

    +
    +public int getCount()
    +
    +
    Gets the count. +

    +

    +
    +
    +
    + +
    Returns:
    the count
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/IdentityPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/IdentityPredicate.html index 55c686c..e2f5aeb 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/IdentityPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/IdentityPredicate.html @@ -1,333 +1,333 @@ - - - - - - - -IdentityPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class IdentityPredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.IdentityPredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    -
    -
    -
    -
    public final class IdentityPredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    - - -

    + + + + + + + +IdentityPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class IdentityPredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.IdentityPredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    +
    +
    +
    +
    public final class IdentityPredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    + + +

    Predicate implementation that returns true if the input is the same object - as the one stored in this predicate. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    IdentityPredicate(java.lang.Object object) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    + as the one stored in this predicate. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    IdentityPredicate(java.lang.Object object) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + - - - - - - - - - -
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
              Evaluates the predicate returning true if the input object is identical to - the stored object.
    -static PredicategetInstance(java.lang.Object object) - -
    -          Factory to create the identity predicate.
    - java.lang.ObjectgetValue() - -
    -          Gets the value.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -IdentityPredicate

    -
    -public IdentityPredicate(java.lang.Object object)
    -
    + the stored object.
    +static PredicategetInstance(java.lang.Object object) + +
    +          Factory to create the identity predicate.
    + java.lang.ObjectgetValue() + +
    +          Gets the value.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +IdentityPredicate

    +
    +public IdentityPredicate(java.lang.Object object)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    object - the object to compare to
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance(java.lang.Object object)
    -
    -
    Factory to create the identity predicate. -

    -

    -
    -
    -
    -
    Parameters:
    object - the object to compare to -
    Returns:
    the predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicate is null
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    + Use getInstance if you want that. +

    +

    +
    Parameters:
    object - the object to compare to
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance(java.lang.Object object)
    +
    +
    Factory to create the identity predicate. +

    +

    +
    +
    +
    +
    Parameters:
    object - the object to compare to +
    Returns:
    the predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicate is null
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    Evaluates the predicate returning true if the input object is identical to - the stored object. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    true if input is the same object as the stored value
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    Gets the value. -

    -

    -
    -
    -
    - -
    Returns:
    the value
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + the stored object. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    true if input is the same object as the stored value
    +
    + +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Gets the value. +

    +

    +
    +
    +
    + +
    Returns:
    the value
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/IfClosure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/IfClosure.html index 793b266..a2dc470 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/IfClosure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/IfClosure.html @@ -1,452 +1,452 @@ - - - - - - - -IfClosure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class IfClosure

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.IfClosure
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Closure
    -
    -
    -
    -
    public class IfClosure
    extends java.lang.Object
    implements Closure, java.io.Serializable
    - - -

    + + + + + + + +IfClosure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class IfClosure

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.IfClosure
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Closure
    +
    +
    +
    +
    public class IfClosure
    extends java.lang.Object
    implements Closure, java.io.Serializable
    + + +

    Closure implementation acts as an if statement calling one or other closure - based on a predicate. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Matt Benson
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - - - - -
    -Constructor Summary
    IfClosure(Predicate predicate, - Closure trueClosure) - -
    -          Constructor that performs no validation.
    IfClosure(Predicate predicate, - Closure trueClosure, - Closure falseClosure) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidexecute(java.lang.Object input) - -
    -          Executes the true or false closure accoring to the result of the predicate.
    - ClosuregetFalseClosure() - -
    -          Gets the closure called when false.
    -static ClosuregetInstance(Predicate predicate, - Closure trueClosure) - -
    -          Factory method that performs validation.
    -static ClosuregetInstance(Predicate predicate, - Closure trueClosure, - Closure falseClosure) - -
    -          Factory method that performs validation.
    - PredicategetPredicate() - -
    -          Gets the predicate.
    - ClosuregetTrueClosure() - -
    -          Gets the closure called when true.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -IfClosure

    -
    -public IfClosure(Predicate predicate,
    -                 Closure trueClosure)
    -
    + based on a predicate. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Matt Benson
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + +
    +Constructor Summary
    IfClosure(Predicate predicate, + Closure trueClosure) + +
    +          Constructor that performs no validation.
    IfClosure(Predicate predicate, + Closure trueClosure, + Closure falseClosure) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidexecute(java.lang.Object input) + +
    +          Executes the true or false closure accoring to the result of the predicate.
    + ClosuregetFalseClosure() + +
    +          Gets the closure called when false.
    +static ClosuregetInstance(Predicate predicate, + Closure trueClosure) + +
    +          Factory method that performs validation.
    +static ClosuregetInstance(Predicate predicate, + Closure trueClosure, + Closure falseClosure) + +
    +          Factory method that performs validation.
    + PredicategetPredicate() + +
    +          Gets the predicate.
    + ClosuregetTrueClosure() + +
    +          Gets the closure called when true.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +IfClosure

    +
    +public IfClosure(Predicate predicate,
    +                 Closure trueClosure)
    +
    Constructor that performs no validation. Use getInstance if you want that.

    This constructor creates a closure that performs no action when - the predicate is false. -

    -

    -
    Parameters:
    predicate - predicate to switch on, not null
    trueClosure - closure used if true, not null
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    - -

    -IfClosure

    -
    -public IfClosure(Predicate predicate,
    -                 Closure trueClosure,
    -                 Closure falseClosure)
    -
    + the predicate is false. +

    +

    +
    Parameters:
    predicate - predicate to switch on, not null
    trueClosure - closure used if true, not null
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    + +

    +IfClosure

    +
    +public IfClosure(Predicate predicate,
    +                 Closure trueClosure,
    +                 Closure falseClosure)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    predicate - predicate to switch on, not null
    trueClosure - closure used if true, not null
    falseClosure - closure used if false, not null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Closure getInstance(Predicate predicate,
    -                                  Closure trueClosure)
    -
    + Use getInstance if you want that. +

    +

    +
    Parameters:
    predicate - predicate to switch on, not null
    trueClosure - closure used if true, not null
    falseClosure - closure used if false, not null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Closure getInstance(Predicate predicate,
    +                                  Closure trueClosure)
    +
    Factory method that performs validation.

    This factory creates a closure that performs no action when - the predicate is false. -

    -

    -
    -
    -
    -
    Parameters:
    predicate - predicate to switch on
    trueClosure - closure used if true -
    Returns:
    the if closure -
    Throws: -
    java.lang.IllegalArgumentException - if either argument is null
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -getInstance

    -
    -public static Closure getInstance(Predicate predicate,
    -                                  Closure trueClosure,
    -                                  Closure falseClosure)
    -
    -
    Factory method that performs validation. -

    -

    -
    -
    -
    -
    Parameters:
    predicate - predicate to switch on
    trueClosure - closure used if true
    falseClosure - closure used if false -
    Returns:
    the if closure -
    Throws: -
    java.lang.IllegalArgumentException - if any argument is null
    -
    -
    -
    - -

    -execute

    -
    -public void execute(java.lang.Object input)
    -
    -
    Executes the true or false closure accoring to the result of the predicate. -

    -

    -
    Specified by:
    execute in interface Closure
    -
    -
    -
    Parameters:
    input - the input object
    -
    -
    -
    - -

    -getPredicate

    -
    -public Predicate getPredicate()
    -
    -
    Gets the predicate. -

    -

    -
    -
    -
    - -
    Returns:
    the predicate
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -getTrueClosure

    -
    -public Closure getTrueClosure()
    -
    -
    Gets the closure called when true. -

    -

    -
    -
    -
    - -
    Returns:
    the closure
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -getFalseClosure

    -
    -public Closure getFalseClosure()
    -
    -
    Gets the closure called when false. -

    -

    -
    -
    -
    - -
    Returns:
    the closure
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + the predicate is false. +

    +

    +
    +
    +
    +
    Parameters:
    predicate - predicate to switch on
    trueClosure - closure used if true +
    Returns:
    the if closure +
    Throws: +
    java.lang.IllegalArgumentException - if either argument is null
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +getInstance

    +
    +public static Closure getInstance(Predicate predicate,
    +                                  Closure trueClosure,
    +                                  Closure falseClosure)
    +
    +
    Factory method that performs validation. +

    +

    +
    +
    +
    +
    Parameters:
    predicate - predicate to switch on
    trueClosure - closure used if true
    falseClosure - closure used if false +
    Returns:
    the if closure +
    Throws: +
    java.lang.IllegalArgumentException - if any argument is null
    +
    +
    +
    + +

    +execute

    +
    +public void execute(java.lang.Object input)
    +
    +
    Executes the true or false closure accoring to the result of the predicate. +

    +

    +
    Specified by:
    execute in interface Closure
    +
    +
    +
    Parameters:
    input - the input object
    +
    +
    +
    + +

    +getPredicate

    +
    +public Predicate getPredicate()
    +
    +
    Gets the predicate. +

    +

    +
    +
    +
    + +
    Returns:
    the predicate
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +getTrueClosure

    +
    +public Closure getTrueClosure()
    +
    +
    Gets the closure called when true. +

    +

    +
    +
    +
    + +
    Returns:
    the closure
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +getFalseClosure

    +
    +public Closure getFalseClosure()
    +
    +
    Gets the closure called when false. +

    +

    +
    +
    +
    + +
    Returns:
    the closure
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/InstanceofPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/InstanceofPredicate.html index ed45e17..36a4d68 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/InstanceofPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/InstanceofPredicate.html @@ -1,331 +1,331 @@ - - - - - - - -InstanceofPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class InstanceofPredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.InstanceofPredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    -
    -
    -
    -
    public final class InstanceofPredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    - - -

    + + + + + + + +InstanceofPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class InstanceofPredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.InstanceofPredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    +
    +
    +
    +
    public final class InstanceofPredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    + + +

    Predicate implementation that returns true if the input is an instanceof - the type stored in this predicate. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    InstanceofPredicate(java.lang.Class type) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    -          Evaluates the predicate returning true if the input object is of the correct type.
    -static PredicategetInstance(java.lang.Class type) - -
    -          Factory to create the identity predicate.
    - java.lang.ClassgetType() - -
    -          Gets the type to compare to.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -InstanceofPredicate

    -
    -public InstanceofPredicate(java.lang.Class type)
    -
    + the type stored in this predicate. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    InstanceofPredicate(java.lang.Class type) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
    +          Evaluates the predicate returning true if the input object is of the correct type.
    +static PredicategetInstance(java.lang.Class type) + +
    +          Factory to create the identity predicate.
    + java.lang.ClassgetType() + +
    +          Gets the type to compare to.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +InstanceofPredicate

    +
    +public InstanceofPredicate(java.lang.Class type)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    type - the type to check for
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance(java.lang.Class type)
    -
    -
    Factory to create the identity predicate. -

    -

    -
    -
    -
    -
    Parameters:
    type - the type to check for, may not be null -
    Returns:
    the predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the class is null
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    -
    Evaluates the predicate returning true if the input object is of the correct type. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    true if input is of stored type
    -
    -
    -
    - -

    -getType

    -
    -public java.lang.Class getType()
    -
    -
    Gets the type to compare to. -

    -

    -
    -
    -
    - -
    Returns:
    the type
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Use getInstance if you want that. +

    +

    +
    Parameters:
    type - the type to check for
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance(java.lang.Class type)
    +
    +
    Factory to create the identity predicate. +

    +

    +
    +
    +
    +
    Parameters:
    type - the type to check for, may not be null +
    Returns:
    the predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the class is null
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    +
    Evaluates the predicate returning true if the input object is of the correct type. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    true if input is of stored type
    +
    +
    +
    + +

    +getType

    +
    +public java.lang.Class getType()
    +
    +
    Gets the type to compare to. +

    +

    +
    +
    +
    + +
    Returns:
    the type
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/InstantiateFactory.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/InstantiateFactory.html index e2fd9af..7d173d4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/InstantiateFactory.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/InstantiateFactory.html @@ -1,328 +1,328 @@ - - - - - - - -InstantiateFactory (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class InstantiateFactory

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.InstantiateFactory
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Factory
    -
    -
    -
    -
    public class InstantiateFactory
    extends java.lang.Object
    implements Factory, java.io.Serializable
    - - -

    -Factory implementation that creates a new object instance by reflection. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - - - - -
    -Constructor Summary
    InstantiateFactory(java.lang.Class classToInstantiate) - -
    -          Constructor that performs no validation.
    InstantiateFactory(java.lang.Class classToInstantiate, - java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objectcreate() - -
    -          Creates an object using the stored constructor.
    -static FactorygetInstance(java.lang.Class classToInstantiate, - java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    -          Factory method that performs validation.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -InstantiateFactory

    -
    -public InstantiateFactory(java.lang.Class classToInstantiate)
    -
    + + + + + + + +InstantiateFactory (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class InstantiateFactory

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.InstantiateFactory
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Factory
    +
    +
    +
    +
    public class InstantiateFactory
    extends java.lang.Object
    implements Factory, java.io.Serializable
    + + +

    +Factory implementation that creates a new object instance by reflection. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + +
    +Constructor Summary
    InstantiateFactory(java.lang.Class classToInstantiate) + +
    +          Constructor that performs no validation.
    InstantiateFactory(java.lang.Class classToInstantiate, + java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objectcreate() + +
    +          Creates an object using the stored constructor.
    +static FactorygetInstance(java.lang.Class classToInstantiate, + java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
    +          Factory method that performs validation.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +InstantiateFactory

    +
    +public InstantiateFactory(java.lang.Class classToInstantiate)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    classToInstantiate - the class to instantiate
    -
    -
    - -

    -InstantiateFactory

    -
    -public InstantiateFactory(java.lang.Class classToInstantiate,
    -                          java.lang.Class[] paramTypes,
    -                          java.lang.Object[] args)
    -
    + Use getInstance if you want that. +

    +

    +
    Parameters:
    classToInstantiate - the class to instantiate
    +
    +
    + +

    +InstantiateFactory

    +
    +public InstantiateFactory(java.lang.Class classToInstantiate,
    +                          java.lang.Class[] paramTypes,
    +                          java.lang.Object[] args)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    classToInstantiate - the class to instantiate
    paramTypes - the constructor parameter types, not cloned
    args - the constructor arguments, not cloned
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Factory getInstance(java.lang.Class classToInstantiate,
    -                                  java.lang.Class[] paramTypes,
    -                                  java.lang.Object[] args)
    -
    -
    Factory method that performs validation. -

    -

    -
    -
    -
    -
    Parameters:
    classToInstantiate - the class to instantiate, not null
    paramTypes - the constructor parameter types
    args - the constructor arguments -
    Returns:
    a new instantiate factory
    -
    -
    -
    - -

    -create

    -
    -public java.lang.Object create()
    -
    -
    Creates an object using the stored constructor. -

    -

    -
    Specified by:
    create in interface Factory
    -
    -
    - -
    Returns:
    the new object
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Use getInstance if you want that. +

    +

    +
    Parameters:
    classToInstantiate - the class to instantiate
    paramTypes - the constructor parameter types, not cloned
    args - the constructor arguments, not cloned
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Factory getInstance(java.lang.Class classToInstantiate,
    +                                  java.lang.Class[] paramTypes,
    +                                  java.lang.Object[] args)
    +
    +
    Factory method that performs validation. +

    +

    +
    +
    +
    +
    Parameters:
    classToInstantiate - the class to instantiate, not null
    paramTypes - the constructor parameter types
    args - the constructor arguments +
    Returns:
    a new instantiate factory
    +
    +
    +
    + +

    +create

    +
    +public java.lang.Object create()
    +
    +
    Creates an object using the stored constructor. +

    +

    +
    Specified by:
    create in interface Factory
    +
    +
    + +
    Returns:
    the new object
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/InstantiateTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/InstantiateTransformer.html index 361f2af..97fac36 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/InstantiateTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/InstantiateTransformer.html @@ -1,343 +1,343 @@ - - - - - - - -InstantiateTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class InstantiateTransformer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.InstantiateTransformer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    -
    -
    -
    -
    public class InstantiateTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    - - -

    -Transformer implementation that creates a new object instance by reflection. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static TransformerNO_ARG_INSTANCE - -
    -          Singleton instance that uses the no arg constructor
    -  - - - - - - - - - - -
    -Constructor Summary
    InstantiateTransformer(java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    -static TransformergetInstance(java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    -          Transformer method that performs validation.
    - java.lang.Objecttransform(java.lang.Object input) - -
    -          Transforms the input Class object to a result by instantiation.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -NO_ARG_INSTANCE

    -
    -public static final Transformer NO_ARG_INSTANCE
    -
    -
    Singleton instance that uses the no arg constructor -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -InstantiateTransformer

    -
    -public InstantiateTransformer(java.lang.Class[] paramTypes,
    -                              java.lang.Object[] args)
    -
    + + + + + + + +InstantiateTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class InstantiateTransformer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.InstantiateTransformer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    +
    +
    +
    +
    public class InstantiateTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    + + +

    +Transformer implementation that creates a new object instance by reflection. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static TransformerNO_ARG_INSTANCE + +
    +          Singleton instance that uses the no arg constructor
    +  + + + + + + + + + + +
    +Constructor Summary
    InstantiateTransformer(java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    +static TransformergetInstance(java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
    +          Transformer method that performs validation.
    + java.lang.Objecttransform(java.lang.Object input) + +
    +          Transforms the input Class object to a result by instantiation.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +NO_ARG_INSTANCE

    +
    +public static final Transformer NO_ARG_INSTANCE
    +
    +
    Singleton instance that uses the no arg constructor +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +InstantiateTransformer

    +
    +public InstantiateTransformer(java.lang.Class[] paramTypes,
    +                              java.lang.Object[] args)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    paramTypes - the constructor parameter types, not cloned
    args - the constructor arguments, not cloned
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Transformer getInstance(java.lang.Class[] paramTypes,
    -                                      java.lang.Object[] args)
    -
    -
    Transformer method that performs validation. -

    -

    -
    -
    -
    -
    Parameters:
    paramTypes - the constructor parameter types
    args - the constructor arguments -
    Returns:
    an instantiate transformer
    -
    -
    -
    - -

    -transform

    -
    -public java.lang.Object transform(java.lang.Object input)
    -
    -
    Transforms the input Class object to a result by instantiation. -

    -

    -
    Specified by:
    transform in interface Transformer
    -
    -
    -
    Parameters:
    input - the input object to transform -
    Returns:
    the transformed result
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Use getInstance if you want that. +

    +

    +
    Parameters:
    paramTypes - the constructor parameter types, not cloned
    args - the constructor arguments, not cloned
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Transformer getInstance(java.lang.Class[] paramTypes,
    +                                      java.lang.Object[] args)
    +
    +
    Transformer method that performs validation. +

    +

    +
    +
    +
    +
    Parameters:
    paramTypes - the constructor parameter types
    args - the constructor arguments +
    Returns:
    an instantiate transformer
    +
    +
    +
    + +

    +transform

    +
    +public java.lang.Object transform(java.lang.Object input)
    +
    +
    Transforms the input Class object to a result by instantiation. +

    +

    +
    Specified by:
    transform in interface Transformer
    +
    +
    +
    Parameters:
    input - the input object to transform +
    Returns:
    the transformed result
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/InvokerTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/InvokerTransformer.html index 3557683..f657157 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/InvokerTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/InvokerTransformer.html @@ -1,336 +1,336 @@ - - - - - - - -InvokerTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class InvokerTransformer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.InvokerTransformer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    -
    -
    -
    -
    public class InvokerTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    - - -

    -Transformer implementation that creates a new object instance by reflection. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    InvokerTransformer(java.lang.String methodName, - java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -static TransformergetInstance(java.lang.String methodName) - -
    -          Gets an instance of this transformer calling a specific method with no arguments.
    -static TransformergetInstance(java.lang.String methodName, - java.lang.Class[] paramTypes, - java.lang.Object[] args) - -
    -          Gets an instance of this transformer calling a specific method with specific values.
    - java.lang.Objecttransform(java.lang.Object input) - -
    -          Transforms the input to result by invoking a method on the input.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -InvokerTransformer

    -
    -public InvokerTransformer(java.lang.String methodName,
    -                          java.lang.Class[] paramTypes,
    -                          java.lang.Object[] args)
    -
    + + + + + + + +InvokerTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class InvokerTransformer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.InvokerTransformer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    +
    +
    +
    +
    public class InvokerTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    + + +

    +Transformer implementation that creates a new object instance by reflection. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    InvokerTransformer(java.lang.String methodName, + java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static TransformergetInstance(java.lang.String methodName) + +
    +          Gets an instance of this transformer calling a specific method with no arguments.
    +static TransformergetInstance(java.lang.String methodName, + java.lang.Class[] paramTypes, + java.lang.Object[] args) + +
    +          Gets an instance of this transformer calling a specific method with specific values.
    + java.lang.Objecttransform(java.lang.Object input) + +
    +          Transforms the input to result by invoking a method on the input.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +InvokerTransformer

    +
    +public InvokerTransformer(java.lang.String methodName,
    +                          java.lang.Class[] paramTypes,
    +                          java.lang.Object[] args)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    methodName - the method to call
    paramTypes - the constructor parameter types, not cloned
    args - the constructor arguments, not cloned
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Transformer getInstance(java.lang.String methodName)
    -
    -
    Gets an instance of this transformer calling a specific method with no arguments. -

    -

    -
    -
    -
    -
    Parameters:
    methodName - the method name to call -
    Returns:
    an invoker transformer
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -getInstance

    -
    -public static Transformer getInstance(java.lang.String methodName,
    -                                      java.lang.Class[] paramTypes,
    -                                      java.lang.Object[] args)
    -
    -
    Gets an instance of this transformer calling a specific method with specific values. -

    -

    -
    -
    -
    -
    Parameters:
    methodName - the method name to call
    paramTypes - the parameter types of the method
    args - the arguments to pass to the method -
    Returns:
    an invoker transformer
    -
    -
    -
    - -

    -transform

    -
    -public java.lang.Object transform(java.lang.Object input)
    -
    -
    Transforms the input to result by invoking a method on the input. -

    -

    -
    Specified by:
    transform in interface Transformer
    -
    -
    -
    Parameters:
    input - the input object to transform -
    Returns:
    the transformed result, null if null input
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Use getInstance if you want that. +

    +

    +
    Parameters:
    methodName - the method to call
    paramTypes - the constructor parameter types, not cloned
    args - the constructor arguments, not cloned
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Transformer getInstance(java.lang.String methodName)
    +
    +
    Gets an instance of this transformer calling a specific method with no arguments. +

    +

    +
    +
    +
    +
    Parameters:
    methodName - the method name to call +
    Returns:
    an invoker transformer
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +getInstance

    +
    +public static Transformer getInstance(java.lang.String methodName,
    +                                      java.lang.Class[] paramTypes,
    +                                      java.lang.Object[] args)
    +
    +
    Gets an instance of this transformer calling a specific method with specific values. +

    +

    +
    +
    +
    +
    Parameters:
    methodName - the method name to call
    paramTypes - the parameter types of the method
    args - the arguments to pass to the method +
    Returns:
    an invoker transformer
    +
    +
    +
    + +

    +transform

    +
    +public java.lang.Object transform(java.lang.Object input)
    +
    +
    Transforms the input to result by invoking a method on the input. +

    +

    +
    Specified by:
    transform in interface Transformer
    +
    +
    +
    Parameters:
    input - the input object to transform +
    Returns:
    the transformed result, null if null input
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/MapTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/MapTransformer.html index 7d20ef7..2f4c7f4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/MapTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/MapTransformer.html @@ -1,293 +1,293 @@ - - - - - - - -MapTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class MapTransformer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.MapTransformer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    -
    -
    -
    -
    public final class MapTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    - - -

    + + + + + + + +MapTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class MapTransformer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.MapTransformer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    +
    +
    +
    +
    public final class MapTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    + + +

    Transformer implementation that returns the value held in a specified map - using the input parameter as a key. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -static TransformergetInstance(java.util.Map map) - -
    -          Factory to create the transformer.
    - java.util.MapgetMap() - -
    -          Gets the map to lookup in.
    - java.lang.Objecttransform(java.lang.Object input) - -
    -          Transforms the input to result by looking it up in a Map.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Transformer getInstance(java.util.Map map)
    -
    + using the input parameter as a key. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static TransformergetInstance(java.util.Map map) + +
    +          Factory to create the transformer.
    + java.util.MapgetMap() + +
    +          Gets the map to lookup in.
    + java.lang.Objecttransform(java.lang.Object input) + +
    +          Transforms the input to result by looking it up in a Map.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Transformer getInstance(java.util.Map map)
    +
    Factory to create the transformer.

    - If the map is null, a transformer that always returns null is returned. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map, not cloned -
    Returns:
    the transformer
    -
    -
    -
    - -

    -transform

    -
    -public java.lang.Object transform(java.lang.Object input)
    -
    -
    Transforms the input to result by looking it up in a Map. -

    -

    -
    Specified by:
    transform in interface Transformer
    -
    -
    -
    Parameters:
    input - the input object to transform -
    Returns:
    the transformed result
    -
    -
    -
    - -

    -getMap

    -
    -public java.util.Map getMap()
    -
    -
    Gets the map to lookup in. -

    -

    -
    -
    -
    - -
    Returns:
    the map
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + If the map is null, a transformer that always returns null is returned. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map, not cloned +
    Returns:
    the transformer
    +
    +
    +
    + +

    +transform

    +
    +public java.lang.Object transform(java.lang.Object input)
    +
    +
    Transforms the input to result by looking it up in a Map. +

    +

    +
    Specified by:
    transform in interface Transformer
    +
    +
    +
    Parameters:
    input - the input object to transform +
    Returns:
    the transformed result
    +
    +
    +
    + +

    +getMap

    +
    +public java.util.Map getMap()
    +
    +
    Gets the map to lookup in. +

    +

    +
    +
    +
    + +
    Returns:
    the map
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NOPClosure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NOPClosure.html index 42b630f..a0fc82b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NOPClosure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NOPClosure.html @@ -1,302 +1,302 @@ - - - - - - - -NOPClosure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class NOPClosure

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.NOPClosure
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Closure
    -
    -
    -
    -
    public class NOPClosure
    extends java.lang.Object
    implements Closure, java.io.Serializable
    - - -

    -Closure implementation that does nothing. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static ClosureINSTANCE - -
    -          Singleton predicate instance
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - voidexecute(java.lang.Object input) - -
    -          Do nothing.
    -static ClosuregetInstance() - -
    -          Factory returning the singleton instance.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -INSTANCE

    -
    -public static final Closure INSTANCE
    -
    -
    Singleton predicate instance -

    -

    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Closure getInstance()
    -
    -
    Factory returning the singleton instance. -

    -

    -
    -
    -
    - -
    Returns:
    the singleton instance
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -execute

    -
    -public void execute(java.lang.Object input)
    -
    -
    Do nothing. -

    -

    -
    Specified by:
    execute in interface Closure
    -
    -
    -
    Parameters:
    input - the input object
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +NOPClosure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class NOPClosure

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.NOPClosure
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Closure
    +
    +
    +
    +
    public class NOPClosure
    extends java.lang.Object
    implements Closure, java.io.Serializable
    + + +

    +Closure implementation that does nothing. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static ClosureINSTANCE + +
    +          Singleton predicate instance
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + voidexecute(java.lang.Object input) + +
    +          Do nothing.
    +static ClosuregetInstance() + +
    +          Factory returning the singleton instance.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +INSTANCE

    +
    +public static final Closure INSTANCE
    +
    +
    Singleton predicate instance +

    +

    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Closure getInstance()
    +
    +
    Factory returning the singleton instance. +

    +

    +
    +
    +
    + +
    Returns:
    the singleton instance
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +execute

    +
    +public void execute(java.lang.Object input)
    +
    +
    Do nothing. +

    +

    +
    Specified by:
    execute in interface Closure
    +
    +
    +
    Parameters:
    input - the input object
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NOPTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NOPTransformer.html index 47d501c..7cb284e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NOPTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NOPTransformer.html @@ -1,303 +1,303 @@ - - - - - - - -NOPTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class NOPTransformer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.NOPTransformer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    -
    -
    -
    -
    public class NOPTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    - - -

    -Transformer implementation that does nothing. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static TransformerINSTANCE - -
    -          Singleton predicate instance
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    -static TransformergetInstance() - -
    -          Factory returning the singleton instance.
    - java.lang.Objecttransform(java.lang.Object input) - -
    -          Transforms the input to result by doing nothing.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -INSTANCE

    -
    -public static final Transformer INSTANCE
    -
    -
    Singleton predicate instance -

    -

    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Transformer getInstance()
    -
    -
    Factory returning the singleton instance. -

    -

    -
    -
    -
    - -
    Returns:
    the singleton instance
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -transform

    -
    -public java.lang.Object transform(java.lang.Object input)
    -
    -
    Transforms the input to result by doing nothing. -

    -

    -
    Specified by:
    transform in interface Transformer
    -
    -
    -
    Parameters:
    input - the input object to transform -
    Returns:
    the transformed result which is the input
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +NOPTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class NOPTransformer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.NOPTransformer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    +
    +
    +
    +
    public class NOPTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    + + +

    +Transformer implementation that does nothing. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static TransformerINSTANCE + +
    +          Singleton predicate instance
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    +static TransformergetInstance() + +
    +          Factory returning the singleton instance.
    + java.lang.Objecttransform(java.lang.Object input) + +
    +          Transforms the input to result by doing nothing.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +INSTANCE

    +
    +public static final Transformer INSTANCE
    +
    +
    Singleton predicate instance +

    +

    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Transformer getInstance()
    +
    +
    Factory returning the singleton instance. +

    +

    +
    +
    +
    + +
    Returns:
    the singleton instance
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +transform

    +
    +public java.lang.Object transform(java.lang.Object input)
    +
    +
    Transforms the input to result by doing nothing. +

    +

    +
    Specified by:
    transform in interface Transformer
    +
    +
    +
    Parameters:
    input - the input object to transform +
    Returns:
    the transformed result which is the input
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NonePredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NonePredicate.html index 4e092b1..92132f5 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NonePredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NonePredicate.html @@ -1,368 +1,368 @@ - - - - - - - -NonePredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class NonePredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.NonePredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    -
    -
    -
    -
    public final class NonePredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    - - -

    + + + + + + + +NonePredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class NonePredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.NonePredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    +
    +
    +
    +
    public final class NonePredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    + + +

    Predicate implementation that returns true if none of the predicates return true. If the array of predicates is empty, then this predicate returns true.

    NOTE: In versions prior to 3.2 an array size of zero or one - threw an exception. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Matt Benson
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    NonePredicate(Predicate[] predicates) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    -          Evaluates the predicate returning false if any stored predicate returns false.
    -static PredicategetInstance(java.util.Collection predicates) - -
    -          Factory to create the predicate.
    -static PredicategetInstance(Predicate[] predicates) - -
    -          Factory to create the predicate.
    - Predicate[]getPredicates() - -
    -          Gets the predicates, do not modify the array.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -NonePredicate

    -
    -public NonePredicate(Predicate[] predicates)
    -
    + threw an exception. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Matt Benson
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    NonePredicate(Predicate[] predicates) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
    +          Evaluates the predicate returning false if any stored predicate returns false.
    +static PredicategetInstance(java.util.Collection predicates) + +
    +          Factory to create the predicate.
    +static PredicategetInstance(Predicate[] predicates) + +
    +          Factory to create the predicate.
    + Predicate[]getPredicates() + +
    +          Gets the predicates, do not modify the array.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +NonePredicate

    +
    +public NonePredicate(Predicate[] predicates)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    predicates - the predicates to check, not cloned, not null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance(Predicate[] predicates)
    -
    + Use getInstance if you want that. +

    +

    +
    Parameters:
    predicates - the predicates to check, not cloned, not null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance(Predicate[] predicates)
    +
    Factory to create the predicate.

    - If the array is size zero, the predicate always returns true. -

    -

    -
    -
    -
    -
    Parameters:
    predicates - the predicates to check, cloned, not null -
    Returns:
    the any predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicates array is null -
    java.lang.IllegalArgumentException - if any predicate in the array is null
    -
    -
    -
    - -

    -getInstance

    -
    -public static Predicate getInstance(java.util.Collection predicates)
    -
    + If the array is size zero, the predicate always returns true. +

    +

    +
    +
    +
    +
    Parameters:
    predicates - the predicates to check, cloned, not null +
    Returns:
    the any predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicates array is null +
    java.lang.IllegalArgumentException - if any predicate in the array is null
    +
    +
    +
    + +

    +getInstance

    +
    +public static Predicate getInstance(java.util.Collection predicates)
    +
    Factory to create the predicate.

    - If the collection is size zero, the predicate always returns true. -

    -

    -
    -
    -
    -
    Parameters:
    predicates - the predicates to check, cloned, not null -
    Returns:
    the one predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicates array is null -
    java.lang.IllegalArgumentException - if any predicate in the array is null
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    -
    Evaluates the predicate returning false if any stored predicate returns false. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    true if none of decorated predicates return true
    -
    -
    -
    - -

    -getPredicates

    -
    -public Predicate[] getPredicates()
    -
    -
    Gets the predicates, do not modify the array. -

    -

    -
    Specified by:
    getPredicates in interface PredicateDecorator
    -
    -
    - -
    Returns:
    the predicates
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + If the collection is size zero, the predicate always returns true. +

    +

    +
    +
    +
    +
    Parameters:
    predicates - the predicates to check, cloned, not null +
    Returns:
    the one predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicates array is null +
    java.lang.IllegalArgumentException - if any predicate in the array is null
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    +
    Evaluates the predicate returning false if any stored predicate returns false. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    true if none of decorated predicates return true
    +
    +
    +
    + +

    +getPredicates

    +
    +public Predicate[] getPredicates()
    +
    +
    Gets the predicates, do not modify the array. +

    +

    +
    Specified by:
    getPredicates in interface PredicateDecorator
    +
    +
    + +
    Returns:
    the predicates
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NotNullPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NotNullPredicate.html index 6492c42..674b155 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NotNullPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NotNullPredicate.html @@ -1,303 +1,303 @@ - - - - - - - -NotNullPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class NotNullPredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.NotNullPredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    -
    -
    -
    -
    public final class NotNullPredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    - - -

    -Predicate implementation that returns true if the input is not null. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static PredicateINSTANCE - -
    -          Singleton predicate instance
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    -          Evaluates the predicate returning true if the object does not equal null.
    -static PredicategetInstance() - -
    -          Factory returning the singleton instance.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -INSTANCE

    -
    -public static final Predicate INSTANCE
    -
    -
    Singleton predicate instance -

    -

    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance()
    -
    -
    Factory returning the singleton instance. -

    -

    -
    -
    -
    - -
    Returns:
    the singleton instance
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    -
    Evaluates the predicate returning true if the object does not equal null. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the object to evaluate -
    Returns:
    true if not null
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +NotNullPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class NotNullPredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.NotNullPredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    +
    +
    +
    +
    public final class NotNullPredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    + + +

    +Predicate implementation that returns true if the input is not null. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static PredicateINSTANCE + +
    +          Singleton predicate instance
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
    +          Evaluates the predicate returning true if the object does not equal null.
    +static PredicategetInstance() + +
    +          Factory returning the singleton instance.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +INSTANCE

    +
    +public static final Predicate INSTANCE
    +
    +
    Singleton predicate instance +

    +

    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance()
    +
    +
    Factory returning the singleton instance. +

    +

    +
    +
    +
    + +
    Returns:
    the singleton instance
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    +
    Evaluates the predicate returning true if the object does not equal null. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the object to evaluate +
    Returns:
    true if not null
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NotPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NotPredicate.html index 64ae8c0..f735efe 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NotPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NotPredicate.html @@ -1,330 +1,330 @@ - - - - - - - -NotPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class NotPredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.NotPredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    -
    -
    -
    -
    public final class NotPredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    - - -

    -Predicate implementation that returns the opposite of the decorated predicate. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    NotPredicate(Predicate predicate) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    -          Evaluates the predicate returning the opposite to the stored predicate.
    -static PredicategetInstance(Predicate predicate) - -
    -          Factory to create the not predicate.
    - Predicate[]getPredicates() - -
    -          Gets the predicate being decorated.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -NotPredicate

    -
    -public NotPredicate(Predicate predicate)
    -
    + + + + + + + +NotPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class NotPredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.NotPredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    +
    +
    +
    +
    public final class NotPredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    + + +

    +Predicate implementation that returns the opposite of the decorated predicate. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    NotPredicate(Predicate predicate) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
    +          Evaluates the predicate returning the opposite to the stored predicate.
    +static PredicategetInstance(Predicate predicate) + +
    +          Factory to create the not predicate.
    + Predicate[]getPredicates() + +
    +          Gets the predicate being decorated.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +NotPredicate

    +
    +public NotPredicate(Predicate predicate)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    predicate - the predicate to call after the null check
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance(Predicate predicate)
    -
    -
    Factory to create the not predicate. -

    -

    -
    -
    -
    -
    Parameters:
    predicate - the predicate to decorate, not null -
    Returns:
    the predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicate is null
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    -
    Evaluates the predicate returning the opposite to the stored predicate. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    true if predicate returns false
    -
    -
    -
    - -

    -getPredicates

    -
    -public Predicate[] getPredicates()
    -
    -
    Gets the predicate being decorated. -

    -

    -
    Specified by:
    getPredicates in interface PredicateDecorator
    -
    -
    - -
    Returns:
    the predicate as the only element in an array
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Use getInstance if you want that. +

    +

    +
    Parameters:
    predicate - the predicate to call after the null check
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance(Predicate predicate)
    +
    +
    Factory to create the not predicate. +

    +

    +
    +
    +
    +
    Parameters:
    predicate - the predicate to decorate, not null +
    Returns:
    the predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicate is null
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    +
    Evaluates the predicate returning the opposite to the stored predicate. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    true if predicate returns false
    +
    +
    +
    + +

    +getPredicates

    +
    +public Predicate[] getPredicates()
    +
    +
    Gets the predicate being decorated. +

    +

    +
    Specified by:
    getPredicates in interface PredicateDecorator
    +
    +
    + +
    Returns:
    the predicate as the only element in an array
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NullIsExceptionPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NullIsExceptionPredicate.html index 0716152..b1dbf8e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NullIsExceptionPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NullIsExceptionPredicate.html @@ -1,334 +1,334 @@ - - - - - - - -NullIsExceptionPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class NullIsExceptionPredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.NullIsExceptionPredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    -
    -
    -
    -
    public final class NullIsExceptionPredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    - - -

    -Predicate implementation that throws an exception if the input is null. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    NullIsExceptionPredicate(Predicate predicate) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    + + + + + + + +NullIsExceptionPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class NullIsExceptionPredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.NullIsExceptionPredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    +
    +
    +
    +
    public final class NullIsExceptionPredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    + + +

    +Predicate implementation that throws an exception if the input is null. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    NullIsExceptionPredicate(Predicate predicate) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + - - - - - - - - - -
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
              Evaluates the predicate returning the result of the decorated predicate - once a null check is performed.
    -static PredicategetInstance(Predicate predicate) - -
    -          Factory to create the null exception predicate.
    - Predicate[]getPredicates() - -
    -          Gets the predicate being decorated.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -NullIsExceptionPredicate

    -
    -public NullIsExceptionPredicate(Predicate predicate)
    -
    + once a null check is performed.
    +static PredicategetInstance(Predicate predicate) + +
    +          Factory to create the null exception predicate.
    + Predicate[]getPredicates() + +
    +          Gets the predicate being decorated.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +NullIsExceptionPredicate

    +
    +public NullIsExceptionPredicate(Predicate predicate)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    predicate - the predicate to call after the null check
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance(Predicate predicate)
    -
    -
    Factory to create the null exception predicate. -

    -

    -
    -
    -
    -
    Parameters:
    predicate - the predicate to decorate, not null -
    Returns:
    the predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicate is null
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    + Use getInstance if you want that. +

    +

    +
    Parameters:
    predicate - the predicate to call after the null check
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance(Predicate predicate)
    +
    +
    Factory to create the null exception predicate. +

    +

    +
    +
    +
    +
    Parameters:
    predicate - the predicate to decorate, not null +
    Returns:
    the predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicate is null
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    Evaluates the predicate returning the result of the decorated predicate - once a null check is performed. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    true if decorated predicate returns true -
    Throws: -
    FunctorException - if input is null
    -
    -
    -
    - -

    -getPredicates

    -
    -public Predicate[] getPredicates()
    -
    -
    Gets the predicate being decorated. -

    -

    -
    Specified by:
    getPredicates in interface PredicateDecorator
    -
    -
    - -
    Returns:
    the predicate as the only element in an array
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + once a null check is performed. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    true if decorated predicate returns true +
    Throws: +
    FunctorException - if input is null
    +
    + +
    + +

    +getPredicates

    +
    +public Predicate[] getPredicates()
    +
    +
    Gets the predicate being decorated. +

    +

    +
    Specified by:
    getPredicates in interface PredicateDecorator
    +
    +
    + +
    Returns:
    the predicate as the only element in an array
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NullIsFalsePredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NullIsFalsePredicate.html index e09a208..b055e20 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NullIsFalsePredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NullIsFalsePredicate.html @@ -1,332 +1,332 @@ - - - - - - - -NullIsFalsePredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class NullIsFalsePredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.NullIsFalsePredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    -
    -
    -
    -
    public final class NullIsFalsePredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    - - -

    -Predicate implementation that returns false if the input is null. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    NullIsFalsePredicate(Predicate predicate) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    + + + + + + + +NullIsFalsePredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class NullIsFalsePredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.NullIsFalsePredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    +
    +
    +
    +
    public final class NullIsFalsePredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    + + +

    +Predicate implementation that returns false if the input is null. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    NullIsFalsePredicate(Predicate predicate) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + - - - - - - - - - -
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
              Evaluates the predicate returning the result of the decorated predicate - once a null check is performed.
    -static PredicategetInstance(Predicate predicate) - -
    -          Factory to create the null false predicate.
    - Predicate[]getPredicates() - -
    -          Gets the predicate being decorated.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -NullIsFalsePredicate

    -
    -public NullIsFalsePredicate(Predicate predicate)
    -
    + once a null check is performed.
    +static PredicategetInstance(Predicate predicate) + +
    +          Factory to create the null false predicate.
    + Predicate[]getPredicates() + +
    +          Gets the predicate being decorated.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +NullIsFalsePredicate

    +
    +public NullIsFalsePredicate(Predicate predicate)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    predicate - the predicate to call after the null check
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance(Predicate predicate)
    -
    -
    Factory to create the null false predicate. -

    -

    -
    -
    -
    -
    Parameters:
    predicate - the predicate to decorate, not null -
    Returns:
    the predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicate is null
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    + Use getInstance if you want that. +

    +

    +
    Parameters:
    predicate - the predicate to call after the null check
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance(Predicate predicate)
    +
    +
    Factory to create the null false predicate. +

    +

    +
    +
    +
    +
    Parameters:
    predicate - the predicate to decorate, not null +
    Returns:
    the predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicate is null
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    Evaluates the predicate returning the result of the decorated predicate - once a null check is performed. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    true if decorated predicate returns true, false if input is null
    -
    -
    -
    - -

    -getPredicates

    -
    -public Predicate[] getPredicates()
    -
    -
    Gets the predicate being decorated. -

    -

    -
    Specified by:
    getPredicates in interface PredicateDecorator
    -
    -
    - -
    Returns:
    the predicate as the only element in an array
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + once a null check is performed. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    true if decorated predicate returns true, false if input is null
    +
    + +
    + +

    +getPredicates

    +
    +public Predicate[] getPredicates()
    +
    +
    Gets the predicate being decorated. +

    +

    +
    Specified by:
    getPredicates in interface PredicateDecorator
    +
    +
    + +
    Returns:
    the predicate as the only element in an array
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NullIsTruePredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NullIsTruePredicate.html index 469b7a4..de7d210 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NullIsTruePredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NullIsTruePredicate.html @@ -1,332 +1,332 @@ - - - - - - - -NullIsTruePredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class NullIsTruePredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.NullIsTruePredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    -
    -
    -
    -
    public final class NullIsTruePredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    - - -

    -Predicate implementation that returns true if the input is null. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    NullIsTruePredicate(Predicate predicate) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    + + + + + + + +NullIsTruePredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class NullIsTruePredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.NullIsTruePredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    +
    +
    +
    +
    public final class NullIsTruePredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    + + +

    +Predicate implementation that returns true if the input is null. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    NullIsTruePredicate(Predicate predicate) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + - - - - - - - - - -
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
              Evaluates the predicate returning the result of the decorated predicate - once a null check is performed.
    -static PredicategetInstance(Predicate predicate) - -
    -          Factory to create the null true predicate.
    - Predicate[]getPredicates() - -
    -          Gets the predicate being decorated.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -NullIsTruePredicate

    -
    -public NullIsTruePredicate(Predicate predicate)
    -
    + once a null check is performed.
    +static PredicategetInstance(Predicate predicate) + +
    +          Factory to create the null true predicate.
    + Predicate[]getPredicates() + +
    +          Gets the predicate being decorated.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +NullIsTruePredicate

    +
    +public NullIsTruePredicate(Predicate predicate)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    predicate - the predicate to call after the null check
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance(Predicate predicate)
    -
    -
    Factory to create the null true predicate. -

    -

    -
    -
    -
    -
    Parameters:
    predicate - the predicate to decorate, not null -
    Returns:
    the predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicate is null
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    + Use getInstance if you want that. +

    +

    +
    Parameters:
    predicate - the predicate to call after the null check
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance(Predicate predicate)
    +
    +
    Factory to create the null true predicate. +

    +

    +
    +
    +
    +
    Parameters:
    predicate - the predicate to decorate, not null +
    Returns:
    the predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicate is null
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    Evaluates the predicate returning the result of the decorated predicate - once a null check is performed. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    true if decorated predicate returns true or input is null
    -
    -
    -
    - -

    -getPredicates

    -
    -public Predicate[] getPredicates()
    -
    -
    Gets the predicate being decorated. -

    -

    -
    Specified by:
    getPredicates in interface PredicateDecorator
    -
    -
    - -
    Returns:
    the predicate as the only element in an array
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + once a null check is performed. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    true if decorated predicate returns true or input is null
    +
    + +
    + +

    +getPredicates

    +
    +public Predicate[] getPredicates()
    +
    +
    Gets the predicate being decorated. +

    +

    +
    Specified by:
    getPredicates in interface PredicateDecorator
    +
    +
    + +
    Returns:
    the predicate as the only element in an array
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NullPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NullPredicate.html index 0c09651..e7066df 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NullPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/NullPredicate.html @@ -1,303 +1,303 @@ - - - - - - - -NullPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class NullPredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.NullPredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    -
    -
    -
    -
    public final class NullPredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    - - -

    -Predicate implementation that returns true if the input is null. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static PredicateINSTANCE - -
    -          Singleton predicate instance
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    -          Evaluates the predicate returning true if the input is null.
    -static PredicategetInstance() - -
    -          Factory returning the singleton instance.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -INSTANCE

    -
    -public static final Predicate INSTANCE
    -
    -
    Singleton predicate instance -

    -

    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance()
    -
    -
    Factory returning the singleton instance. -

    -

    -
    -
    -
    - -
    Returns:
    the singleton instance
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    -
    Evaluates the predicate returning true if the input is null. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    true if input is null
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +NullPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class NullPredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.NullPredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    +
    +
    +
    +
    public final class NullPredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    + + +

    +Predicate implementation that returns true if the input is null. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static PredicateINSTANCE + +
    +          Singleton predicate instance
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
    +          Evaluates the predicate returning true if the input is null.
    +static PredicategetInstance() + +
    +          Factory returning the singleton instance.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +INSTANCE

    +
    +public static final Predicate INSTANCE
    +
    +
    Singleton predicate instance +

    +

    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance()
    +
    +
    Factory returning the singleton instance. +

    +

    +
    +
    +
    + +
    Returns:
    the singleton instance
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    +
    Evaluates the predicate returning true if the input is null. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    true if input is null
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/OnePredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/OnePredicate.html index d37a573..677a424 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/OnePredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/OnePredicate.html @@ -1,369 +1,369 @@ - - - - - - - -OnePredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class OnePredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.OnePredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    -
    -
    -
    -
    public final class OnePredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    - - -

    + + + + + + + +OnePredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class OnePredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.OnePredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    +
    +
    +
    +
    public final class OnePredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    + + +

    Predicate implementation that returns true if only one of the predicates return true. If the array of predicates is empty, then this predicate returns false.

    NOTE: In versions prior to 3.2 an array size of zero or one - threw an exception. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Matt Benson
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    OnePredicate(Predicate[] predicates) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - + + + + + + + + + + + + + +
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    + threw an exception. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Matt Benson
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    OnePredicate(Predicate[] predicates) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + - - - - - - - - - - - - - -
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
              Evaluates the predicate returning true if only one decorated predicate - returns true.
    -static PredicategetInstance(java.util.Collection predicates) - -
    -          Factory to create the predicate.
    -static PredicategetInstance(Predicate[] predicates) - -
    -          Factory to create the predicate.
    - Predicate[]getPredicates() - -
    -          Gets the predicates, do not modify the array.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -OnePredicate

    -
    -public OnePredicate(Predicate[] predicates)
    -
    + returns true.
    +static PredicategetInstance(java.util.Collection predicates) + +
    +          Factory to create the predicate.
    +static PredicategetInstance(Predicate[] predicates) + +
    +          Factory to create the predicate.
    + Predicate[]getPredicates() + +
    +          Gets the predicates, do not modify the array.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +OnePredicate

    +
    +public OnePredicate(Predicate[] predicates)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    predicates - the predicates to check, not cloned, not null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance(Predicate[] predicates)
    -
    + Use getInstance if you want that. +

    +

    +
    Parameters:
    predicates - the predicates to check, not cloned, not null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance(Predicate[] predicates)
    +
    Factory to create the predicate.

    If the array is size zero, the predicate always returns false. - If the array is size one, then that predicate is returned. -

    -

    -
    -
    -
    -
    Parameters:
    predicates - the predicates to check, cloned, not null -
    Returns:
    the any predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicates array is null -
    java.lang.IllegalArgumentException - if any predicate in the array is null
    -
    -
    -
    - -

    -getInstance

    -
    -public static Predicate getInstance(java.util.Collection predicates)
    -
    -
    Factory to create the predicate. -

    -

    -
    -
    -
    -
    Parameters:
    predicates - the predicates to check, cloned, not null -
    Returns:
    the one predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicates array is null -
    java.lang.IllegalArgumentException - if any predicate in the array is null
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    + If the array is size one, then that predicate is returned. +

    +

    +
    +
    +
    +
    Parameters:
    predicates - the predicates to check, cloned, not null +
    Returns:
    the any predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicates array is null +
    java.lang.IllegalArgumentException - if any predicate in the array is null
    +
    +
    +
    + +

    +getInstance

    +
    +public static Predicate getInstance(java.util.Collection predicates)
    +
    +
    Factory to create the predicate. +

    +

    +
    +
    +
    +
    Parameters:
    predicates - the predicates to check, cloned, not null +
    Returns:
    the one predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicates array is null +
    java.lang.IllegalArgumentException - if any predicate in the array is null
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    Evaluates the predicate returning true if only one decorated predicate - returns true. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    true if only one decorated predicate returns true
    -
    -
    -
    - -

    -getPredicates

    -
    -public Predicate[] getPredicates()
    -
    -
    Gets the predicates, do not modify the array. -

    -

    -
    Specified by:
    getPredicates in interface PredicateDecorator
    -
    -
    - -
    Returns:
    the predicates
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + returns true. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    true if only one decorated predicate returns true
    +
    + +
    + +

    +getPredicates

    +
    +public Predicate[] getPredicates()
    +
    +
    Gets the predicates, do not modify the array. +

    +

    +
    Specified by:
    getPredicates in interface PredicateDecorator
    +
    +
    + +
    Returns:
    the predicates
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/OrPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/OrPredicate.html index 61df50c..9bca1d4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/OrPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/OrPredicate.html @@ -1,334 +1,334 @@ - - - - - - - -OrPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class OrPredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.OrPredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    -
    -
    -
    -
    public final class OrPredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    - - -

    -Predicate implementation that returns true if either of the predicates return true. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    OrPredicate(Predicate predicate1, - Predicate predicate2) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    -          Evaluates the predicate returning true if either predicate returns true.
    -static PredicategetInstance(Predicate predicate1, - Predicate predicate2) - -
    -          Factory to create the predicate.
    - Predicate[]getPredicates() - -
    -          Gets the two predicates being decorated as an array.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -OrPredicate

    -
    -public OrPredicate(Predicate predicate1,
    -                   Predicate predicate2)
    -
    + + + + + + + +OrPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class OrPredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.OrPredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    +
    +
    +
    +
    public final class OrPredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    + + +

    +Predicate implementation that returns true if either of the predicates return true. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    OrPredicate(Predicate predicate1, + Predicate predicate2) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
    +          Evaluates the predicate returning true if either predicate returns true.
    +static PredicategetInstance(Predicate predicate1, + Predicate predicate2) + +
    +          Factory to create the predicate.
    + Predicate[]getPredicates() + +
    +          Gets the two predicates being decorated as an array.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +OrPredicate

    +
    +public OrPredicate(Predicate predicate1,
    +                   Predicate predicate2)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    predicate1 - the first predicate to check, not null
    predicate2 - the second predicate to check, not null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance(Predicate predicate1,
    -                                    Predicate predicate2)
    -
    -
    Factory to create the predicate. -

    -

    -
    -
    -
    -
    Parameters:
    predicate1 - the first predicate to check, not null
    predicate2 - the second predicate to check, not null -
    Returns:
    the and predicate -
    Throws: -
    java.lang.IllegalArgumentException - if either predicate is null
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    -
    Evaluates the predicate returning true if either predicate returns true. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    true if either decorated predicate returns true
    -
    -
    -
    - -

    -getPredicates

    -
    -public Predicate[] getPredicates()
    -
    -
    Gets the two predicates being decorated as an array. -

    -

    -
    Specified by:
    getPredicates in interface PredicateDecorator
    -
    -
    - -
    Returns:
    the predicates
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Use getInstance if you want that. +

    +

    +
    Parameters:
    predicate1 - the first predicate to check, not null
    predicate2 - the second predicate to check, not null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance(Predicate predicate1,
    +                                    Predicate predicate2)
    +
    +
    Factory to create the predicate. +

    +

    +
    +
    +
    +
    Parameters:
    predicate1 - the first predicate to check, not null
    predicate2 - the second predicate to check, not null +
    Returns:
    the and predicate +
    Throws: +
    java.lang.IllegalArgumentException - if either predicate is null
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    +
    Evaluates the predicate returning true if either predicate returns true. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    true if either decorated predicate returns true
    +
    +
    +
    + +

    +getPredicates

    +
    +public Predicate[] getPredicates()
    +
    +
    Gets the two predicates being decorated as an array. +

    +

    +
    Specified by:
    getPredicates in interface PredicateDecorator
    +
    +
    + +
    Returns:
    the predicates
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/PredicateDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/PredicateDecorator.html index c7b4e83..a095dde 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/PredicateDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/PredicateDecorator.html @@ -1,242 +1,242 @@ - - - - - - - -PredicateDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Interface PredicateDecorator

    -
    -
    All Superinterfaces:
    Predicate
    -
    -
    -
    All Known Implementing Classes:
    AllPredicate, AndPredicate, AnyPredicate, NonePredicate, NotPredicate, NullIsExceptionPredicate, NullIsFalsePredicate, NullIsTruePredicate, OnePredicate, OrPredicate, TransformedPredicate
    -
    -
    -
    -
    public interface PredicateDecorator
    extends Predicate
    - - -

    + + + + + + + +PredicateDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Interface PredicateDecorator

    +
    +
    All Superinterfaces:
    Predicate
    +
    +
    +
    All Known Implementing Classes:
    AllPredicate, AndPredicate, AnyPredicate, NonePredicate, NotPredicate, NullIsExceptionPredicate, NullIsFalsePredicate, NullIsTruePredicate, OnePredicate, OrPredicate, TransformedPredicate
    +
    +
    +
    +
    public interface PredicateDecorator
    extends Predicate
    + + +

    Defines a predicate that decorates one or more other predicates.

    - This interface enables tools to access the decorated predicates. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - -
    -Method Summary
    - Predicate[]getPredicates() - -
    -          Gets the predicates being decorated as an array.
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.Predicate
    evaluate
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -getPredicates

    -
    -Predicate[] getPredicates()
    -
    + This interface enables tools to access the decorated predicates. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + +
    +Method Summary
    + Predicate[]getPredicates() + +
    +          Gets the predicates being decorated as an array.
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.Predicate
    evaluate
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +getPredicates

    +
    +Predicate[] getPredicates()
    +
    Gets the predicates being decorated as an array.

    The array may be the internal data structure of the predicate and thus - should not be altered. -

    -

    -
    -
    -
    - -
    Returns:
    the predicates being decorated
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + should not be altered. +

    +

    +
    +
    +
    + +
    Returns:
    the predicates being decorated
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/PredicateTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/PredicateTransformer.html index 18fbfe2..2182f23 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/PredicateTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/PredicateTransformer.html @@ -1,331 +1,331 @@ - - - - - - - -PredicateTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class PredicateTransformer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.PredicateTransformer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    -
    -
    -
    -
    public class PredicateTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    - - -

    + + + + + + + +PredicateTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class PredicateTransformer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.PredicateTransformer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    +
    +
    +
    +
    public class PredicateTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    + + +

    Transformer implementation that calls a Predicate using the input object - and then returns the input. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    PredicateTransformer(Predicate predicate) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -static TransformergetInstance(Predicate predicate) - -
    -          Factory method that performs validation.
    - PredicategetPredicate() - -
    -          Gets the predicate.
    - java.lang.Objecttransform(java.lang.Object input) - -
    -          Transforms the input to result by calling a predicate.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -PredicateTransformer

    -
    -public PredicateTransformer(Predicate predicate)
    -
    + and then returns the input. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    PredicateTransformer(Predicate predicate) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static TransformergetInstance(Predicate predicate) + +
    +          Factory method that performs validation.
    + PredicategetPredicate() + +
    +          Gets the predicate.
    + java.lang.Objecttransform(java.lang.Object input) + +
    +          Transforms the input to result by calling a predicate.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +PredicateTransformer

    +
    +public PredicateTransformer(Predicate predicate)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    predicate - the predicate to call, not null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Transformer getInstance(Predicate predicate)
    -
    -
    Factory method that performs validation. -

    -

    -
    -
    -
    -
    Parameters:
    predicate - the predicate to call, not null -
    Returns:
    the predicate transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the predicate is null
    -
    -
    -
    - -

    -transform

    -
    -public java.lang.Object transform(java.lang.Object input)
    -
    -
    Transforms the input to result by calling a predicate. -

    -

    -
    Specified by:
    transform in interface Transformer
    -
    -
    -
    Parameters:
    input - the input object to transform -
    Returns:
    the transformed result
    -
    -
    -
    - -

    -getPredicate

    -
    -public Predicate getPredicate()
    -
    -
    Gets the predicate. -

    -

    -
    -
    -
    - -
    Returns:
    the predicate
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Use getInstance if you want that. +

    +

    +
    Parameters:
    predicate - the predicate to call, not null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Transformer getInstance(Predicate predicate)
    +
    +
    Factory method that performs validation. +

    +

    +
    +
    +
    +
    Parameters:
    predicate - the predicate to call, not null +
    Returns:
    the predicate transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the predicate is null
    +
    +
    +
    + +

    +transform

    +
    +public java.lang.Object transform(java.lang.Object input)
    +
    +
    Transforms the input to result by calling a predicate. +

    +

    +
    Specified by:
    transform in interface Transformer
    +
    +
    +
    Parameters:
    input - the input object to transform +
    Returns:
    the transformed result
    +
    +
    +
    + +

    +getPredicate

    +
    +public Predicate getPredicate()
    +
    +
    Gets the predicate. +

    +

    +
    +
    +
    + +
    Returns:
    the predicate
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/PrototypeFactory.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/PrototypeFactory.html index f92418e..461d95f 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/PrototypeFactory.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/PrototypeFactory.html @@ -1,164 +1,164 @@ - - - - - - - -PrototypeFactory (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class PrototypeFactory

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.PrototypeFactory
    -
    -
    -
    -
    public class PrototypeFactory
    extends java.lang.Object
    - - -

    -Factory implementation that creates a new instance each time based on a prototype. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - -
    -Method Summary
    -static FactorygetInstance(java.lang.Object prototype) - -
    -          Factory method that performs validation.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Factory getInstance(java.lang.Object prototype)
    -
    + + + + + + + +PrototypeFactory (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class PrototypeFactory

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.PrototypeFactory
    +
    +
    +
    +
    public class PrototypeFactory
    extends java.lang.Object
    + + +

    +Factory implementation that creates a new instance each time based on a prototype. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + +
    +Method Summary
    +static FactorygetInstance(java.lang.Object prototype) + +
    +          Factory method that performs validation.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Factory getInstance(java.lang.Object prototype)
    +
    Factory method that performs validation.

    Creates a Factory that will return a clone of the same prototype object @@ -168,77 +168,77 @@ public static - - - - - - - - - - - - - - - -
    - -
    - - - -


    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - +
      +

      +

      +
      Parameters:
      prototype - the object to clone each time in the factory +
      Returns:
      the prototype factory +
      Throws: +
      java.lang.IllegalArgumentException - if the prototype is null +
      java.lang.IllegalArgumentException - if the prototype cannot be cloned
      +
      +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/StringValueTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/StringValueTransformer.html index a6dbb9a..192cb11 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/StringValueTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/StringValueTransformer.html @@ -1,304 +1,304 @@ - - - - - - - -StringValueTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class StringValueTransformer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.StringValueTransformer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    -
    -
    -
    -
    public final class StringValueTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    - - -

    + + + + + + + +StringValueTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class StringValueTransformer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.StringValueTransformer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    +
    +
    +
    +
    public final class StringValueTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    + + +

    Transformer implementation that returns the result of calling - String.valueOf on the input object. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static TransformerINSTANCE - -
    -          Singleton predicate instance
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    -static TransformergetInstance() - -
    -          Factory returning the singleton instance.
    - java.lang.Objecttransform(java.lang.Object input) - -
    -          Transforms the input to result by calling String.valueOf.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -INSTANCE

    -
    -public static final Transformer INSTANCE
    -
    -
    Singleton predicate instance -

    -

    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Transformer getInstance()
    -
    -
    Factory returning the singleton instance. -

    -

    -
    -
    -
    - -
    Returns:
    the singleton instance
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -transform

    -
    -public java.lang.Object transform(java.lang.Object input)
    -
    -
    Transforms the input to result by calling String.valueOf. -

    -

    -
    Specified by:
    transform in interface Transformer
    -
    -
    -
    Parameters:
    input - the input object to transform -
    Returns:
    the transformed result
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + String.valueOf on the input object. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static TransformerINSTANCE + +
    +          Singleton predicate instance
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    +static TransformergetInstance() + +
    +          Factory returning the singleton instance.
    + java.lang.Objecttransform(java.lang.Object input) + +
    +          Transforms the input to result by calling String.valueOf.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +INSTANCE

    +
    +public static final Transformer INSTANCE
    +
    +
    Singleton predicate instance +

    +

    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Transformer getInstance()
    +
    +
    Factory returning the singleton instance. +

    +

    +
    +
    +
    + +
    Returns:
    the singleton instance
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +transform

    +
    +public java.lang.Object transform(java.lang.Object input)
    +
    +
    Transforms the input to result by calling String.valueOf. +

    +

    +
    Specified by:
    transform in interface Transformer
    +
    +
    +
    Parameters:
    input - the input object to transform +
    Returns:
    the transformed result
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/SwitchClosure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/SwitchClosure.html index a3acd7d..3a2dcb4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/SwitchClosure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/SwitchClosure.html @@ -1,431 +1,431 @@ - - - - - - - -SwitchClosure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class SwitchClosure

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.SwitchClosure
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Closure
    -
    -
    -
    -
    public class SwitchClosure
    extends java.lang.Object
    implements Closure, java.io.Serializable
    - - -

    + + + + + + + +SwitchClosure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class SwitchClosure

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.SwitchClosure
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Closure
    +
    +
    +
    +
    public class SwitchClosure
    extends java.lang.Object
    implements Closure, java.io.Serializable
    + + +

    Closure implementation calls the closure whose predicate returns true, - like a switch statement. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    SwitchClosure(Predicate[] predicates, - Closure[] closures, - Closure defaultClosure) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidexecute(java.lang.Object input) - -
    -          Executes the closure whose matching predicate returns true
    - Closure[]getClosures() - -
    -          Gets the closures, do not modify the array.
    - ClosuregetDefaultClosure() - -
    -          Gets the default closure.
    -static ClosuregetInstance(java.util.Map predicatesAndClosures) - -
    -          Create a new Closure that calls one of the closures depending - on the predicates.
    -static ClosuregetInstance(Predicate[] predicates, - Closure[] closures, - Closure defaultClosure) - -
    -          Factory method that performs validation and copies the parameter arrays.
    - Predicate[]getPredicates() - -
    -          Gets the predicates, do not modify the array.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -SwitchClosure

    -
    -public SwitchClosure(Predicate[] predicates,
    -                     Closure[] closures,
    -                     Closure defaultClosure)
    -
    + like a switch statement. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    SwitchClosure(Predicate[] predicates, + Closure[] closures, + Closure defaultClosure) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidexecute(java.lang.Object input) + +
    +          Executes the closure whose matching predicate returns true
    + Closure[]getClosures() + +
    +          Gets the closures, do not modify the array.
    + ClosuregetDefaultClosure() + +
    +          Gets the default closure.
    +static ClosuregetInstance(java.util.Map predicatesAndClosures) + +
    +          Create a new Closure that calls one of the closures depending + on the predicates.
    +static ClosuregetInstance(Predicate[] predicates, + Closure[] closures, + Closure defaultClosure) + +
    +          Factory method that performs validation and copies the parameter arrays.
    + Predicate[]getPredicates() + +
    +          Gets the predicates, do not modify the array.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +SwitchClosure

    +
    +public SwitchClosure(Predicate[] predicates,
    +                     Closure[] closures,
    +                     Closure defaultClosure)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    predicates - array of predicates, not cloned, no nulls
    closures - matching array of closures, not cloned, no nulls
    defaultClosure - the closure to use if no match, null means nop
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Closure getInstance(Predicate[] predicates,
    -                                  Closure[] closures,
    -                                  Closure defaultClosure)
    -
    -
    Factory method that performs validation and copies the parameter arrays. -

    -

    -
    -
    -
    -
    Parameters:
    predicates - array of predicates, cloned, no nulls
    closures - matching array of closures, cloned, no nulls
    defaultClosure - the closure to use if no match, null means nop -
    Returns:
    the chained closure -
    Throws: -
    java.lang.IllegalArgumentException - if array is null -
    java.lang.IllegalArgumentException - if any element in the array is null
    -
    -
    -
    - -

    -getInstance

    -
    -public static Closure getInstance(java.util.Map predicatesAndClosures)
    -
    -
    Create a new Closure that calls one of the closures depending - on the predicates. + Use getInstance if you want that. +

    +

    +
    Parameters:
    predicates - array of predicates, not cloned, no nulls
    closures - matching array of closures, not cloned, no nulls
    defaultClosure - the closure to use if no match, null means nop
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Closure getInstance(Predicate[] predicates,
    +                                  Closure[] closures,
    +                                  Closure defaultClosure)
    +
    +
    Factory method that performs validation and copies the parameter arrays. +

    +

    +
    +
    +
    +
    Parameters:
    predicates - array of predicates, cloned, no nulls
    closures - matching array of closures, cloned, no nulls
    defaultClosure - the closure to use if no match, null means nop +
    Returns:
    the chained closure +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if any element in the array is null
    +
    +
    +
    + +

    +getInstance

    +
    +public static Closure getInstance(java.util.Map predicatesAndClosures)
    +
    +
    Create a new Closure that calls one of the closures depending + on the predicates.

    - The Map consists of Predicate keys and Closure values. A closure + The Map consists of Predicate keys and Closure values. A closure is called if its matching predicate returns true. Each predicate is evaluated until one returns true. If no predicates evaluate to true, the default - closure is called. The default closure is set in the map with a - null key. The ordering is that of the iterator() method on the entryset - collection of the map. -

    -

    -
    -
    -
    -
    Parameters:
    predicatesAndClosures - a map of predicates to closures -
    Returns:
    the switch closure -
    Throws: -
    java.lang.IllegalArgumentException - if the map is null -
    java.lang.IllegalArgumentException - if any closure in the map is null -
    java.lang.ClassCastException - if the map elements are of the wrong type
    -
    -
    -
    - -

    -execute

    -
    -public void execute(java.lang.Object input)
    -
    -
    Executes the closure whose matching predicate returns true -

    -

    -
    Specified by:
    execute in interface Closure
    -
    -
    -
    Parameters:
    input - the input object
    -
    -
    -
    - -

    -getPredicates

    -
    -public Predicate[] getPredicates()
    -
    -
    Gets the predicates, do not modify the array. -

    -

    -
    -
    -
    - -
    Returns:
    the predicates
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -getClosures

    -
    -public Closure[] getClosures()
    -
    -
    Gets the closures, do not modify the array. -

    -

    -
    -
    -
    - -
    Returns:
    the closures
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -getDefaultClosure

    -
    -public Closure getDefaultClosure()
    -
    -
    Gets the default closure. -

    -

    -
    -
    -
    - -
    Returns:
    the default closure
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + closure is called. The default closure is set in the map with a + null key. The ordering is that of the iterator() method on the entryset + collection of the map. +

    +

    +
    +
    +
    +
    Parameters:
    predicatesAndClosures - a map of predicates to closures +
    Returns:
    the switch closure +
    Throws: +
    java.lang.IllegalArgumentException - if the map is null +
    java.lang.IllegalArgumentException - if any closure in the map is null +
    java.lang.ClassCastException - if the map elements are of the wrong type
    +
    +
    +
    + +

    +execute

    +
    +public void execute(java.lang.Object input)
    +
    +
    Executes the closure whose matching predicate returns true +

    +

    +
    Specified by:
    execute in interface Closure
    +
    +
    +
    Parameters:
    input - the input object
    +
    +
    +
    + +

    +getPredicates

    +
    +public Predicate[] getPredicates()
    +
    +
    Gets the predicates, do not modify the array. +

    +

    +
    +
    +
    + +
    Returns:
    the predicates
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +getClosures

    +
    +public Closure[] getClosures()
    +
    +
    Gets the closures, do not modify the array. +

    +

    +
    +
    +
    + +
    Returns:
    the closures
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +getDefaultClosure

    +
    +public Closure getDefaultClosure()
    +
    +
    Gets the default closure. +

    +

    +
    +
    +
    + +
    Returns:
    the default closure
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/SwitchTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/SwitchTransformer.html index bbd0ae3..41ca8b4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/SwitchTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/SwitchTransformer.html @@ -1,434 +1,434 @@ - - - - - - - -SwitchTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class SwitchTransformer

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.SwitchTransformer
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    -
    -
    -
    -
    public class SwitchTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    - - -

    + + + + + + + +SwitchTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class SwitchTransformer

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.SwitchTransformer
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Transformer
    +
    +
    +
    +
    public class SwitchTransformer
    extends java.lang.Object
    implements Transformer, java.io.Serializable
    + + +

    Transformer implementation calls the transformer whose predicate returns true, - like a switch statement. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    SwitchTransformer(Predicate[] predicates, - Transformer[] transformers, - Transformer defaultTransformer) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - TransformergetDefaultTransformer() - -
    -          Gets the default transformer.
    -static TransformergetInstance(java.util.Map predicatesAndTransformers) - -
    -          Create a new Transformer that calls one of the transformers depending - on the predicates.
    -static TransformergetInstance(Predicate[] predicates, - Transformer[] transformers, - Transformer defaultTransformer) - -
    -          Factory method that performs validation and copies the parameter arrays.
    - Predicate[]getPredicates() - -
    -          Gets the predicates, do not modify the array.
    - Transformer[]getTransformers() - -
    -          Gets the transformers, do not modify the array.
    - java.lang.Objecttransform(java.lang.Object input) - -
    + like a switch statement. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    SwitchTransformer(Predicate[] predicates, + Transformer[] transformers, + Transformer defaultTransformer) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - -
    +Method Summary
    + TransformergetDefaultTransformer() + +
    +          Gets the default transformer.
    +static TransformergetInstance(java.util.Map predicatesAndTransformers) + +
    +          Create a new Transformer that calls one of the transformers depending + on the predicates.
    +static TransformergetInstance(Predicate[] predicates, + Transformer[] transformers, + Transformer defaultTransformer) + +
    +          Factory method that performs validation and copies the parameter arrays.
    + Predicate[]getPredicates() + +
    +          Gets the predicates, do not modify the array.
    + Transformer[]getTransformers() + +
    +          Gets the transformers, do not modify the array.
    + java.lang.Objecttransform(java.lang.Object input) + +
              Transforms the input to result by calling the transformer whose matching - predicate returns true.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -SwitchTransformer

    -
    -public SwitchTransformer(Predicate[] predicates,
    -                         Transformer[] transformers,
    -                         Transformer defaultTransformer)
    -
    + predicate returns true.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +SwitchTransformer

    +
    +public SwitchTransformer(Predicate[] predicates,
    +                         Transformer[] transformers,
    +                         Transformer defaultTransformer)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    predicates - array of predicates, not cloned, no nulls
    transformers - matching array of transformers, not cloned, no nulls
    defaultTransformer - the transformer to use if no match, null means return null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Transformer getInstance(Predicate[] predicates,
    -                                      Transformer[] transformers,
    -                                      Transformer defaultTransformer)
    -
    -
    Factory method that performs validation and copies the parameter arrays. -

    -

    -
    -
    -
    -
    Parameters:
    predicates - array of predicates, cloned, no nulls
    transformers - matching array of transformers, cloned, no nulls
    defaultTransformer - the transformer to use if no match, null means return null -
    Returns:
    the chained transformer -
    Throws: -
    java.lang.IllegalArgumentException - if array is null -
    java.lang.IllegalArgumentException - if any element in the array is null
    -
    -
    -
    - -

    -getInstance

    -
    -public static Transformer getInstance(java.util.Map predicatesAndTransformers)
    -
    -
    Create a new Transformer that calls one of the transformers depending - on the predicates. + Use getInstance if you want that. +

    +

    +
    Parameters:
    predicates - array of predicates, not cloned, no nulls
    transformers - matching array of transformers, not cloned, no nulls
    defaultTransformer - the transformer to use if no match, null means return null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Transformer getInstance(Predicate[] predicates,
    +                                      Transformer[] transformers,
    +                                      Transformer defaultTransformer)
    +
    +
    Factory method that performs validation and copies the parameter arrays. +

    +

    +
    +
    +
    +
    Parameters:
    predicates - array of predicates, cloned, no nulls
    transformers - matching array of transformers, cloned, no nulls
    defaultTransformer - the transformer to use if no match, null means return null +
    Returns:
    the chained transformer +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if any element in the array is null
    +
    +
    +
    + +

    +getInstance

    +
    +public static Transformer getInstance(java.util.Map predicatesAndTransformers)
    +
    +
    Create a new Transformer that calls one of the transformers depending + on the predicates.

    - The Map consists of Predicate keys and Transformer values. A transformer + The Map consists of Predicate keys and Transformer values. A transformer is called if its matching predicate returns true. Each predicate is evaluated until one returns true. If no predicates evaluate to true, the default - transformer is called. The default transformer is set in the map with a - null key. The ordering is that of the iterator() method on the entryset - collection of the map. -

    -

    -
    -
    -
    -
    Parameters:
    predicatesAndTransformers - a map of predicates to transformers -
    Returns:
    the switch transformer -
    Throws: -
    java.lang.IllegalArgumentException - if the map is null -
    java.lang.IllegalArgumentException - if any transformer in the map is null -
    java.lang.ClassCastException - if the map elements are of the wrong type
    -
    -
    -
    - -

    -transform

    -
    -public java.lang.Object transform(java.lang.Object input)
    -
    + transformer is called. The default transformer is set in the map with a + null key. The ordering is that of the iterator() method on the entryset + collection of the map. +

    +

    +
    +
    +
    +
    Parameters:
    predicatesAndTransformers - a map of predicates to transformers +
    Returns:
    the switch transformer +
    Throws: +
    java.lang.IllegalArgumentException - if the map is null +
    java.lang.IllegalArgumentException - if any transformer in the map is null +
    java.lang.ClassCastException - if the map elements are of the wrong type
    +
    +
    +
    + +

    +transform

    +
    +public java.lang.Object transform(java.lang.Object input)
    +
    Transforms the input to result by calling the transformer whose matching - predicate returns true. -

    -

    -
    Specified by:
    transform in interface Transformer
    -
    -
    -
    Parameters:
    input - the input object to transform -
    Returns:
    the transformed result
    -
    -
    -
    - -

    -getPredicates

    -
    -public Predicate[] getPredicates()
    -
    -
    Gets the predicates, do not modify the array. -

    -

    -
    -
    -
    - -
    Returns:
    the predicates
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -getTransformers

    -
    -public Transformer[] getTransformers()
    -
    -
    Gets the transformers, do not modify the array. -

    -

    -
    -
    -
    - -
    Returns:
    the transformers
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -getDefaultTransformer

    -
    -public Transformer getDefaultTransformer()
    -
    -
    Gets the default transformer. -

    -

    -
    -
    -
    - -
    Returns:
    the default transformer
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + predicate returns true. +

    +

    +
    Specified by:
    transform in interface Transformer
    +
    +
    +
    Parameters:
    input - the input object to transform +
    Returns:
    the transformed result
    +
    +
    +
    + +

    +getPredicates

    +
    +public Predicate[] getPredicates()
    +
    +
    Gets the predicates, do not modify the array. +

    +

    +
    +
    +
    + +
    Returns:
    the predicates
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +getTransformers

    +
    +public Transformer[] getTransformers()
    +
    +
    Gets the transformers, do not modify the array. +

    +

    +
    +
    +
    + +
    Returns:
    the transformers
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +getDefaultTransformer

    +
    +public Transformer getDefaultTransformer()
    +
    +
    Gets the default transformer. +

    +

    +
    +
    +
    + +
    Returns:
    the default transformer
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/TransformedPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/TransformedPredicate.html index d5c98fd..e45f00f 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/TransformedPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/TransformedPredicate.html @@ -1,362 +1,362 @@ - - - - - - - -TransformedPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class TransformedPredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.TransformedPredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    -
    -
    -
    -
    public final class TransformedPredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    - - -

    + + + + + + + +TransformedPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class TransformedPredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.TransformedPredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, PredicateDecorator, Predicate
    +
    +
    +
    +
    public final class TransformedPredicate
    extends java.lang.Object
    implements Predicate, PredicateDecorator, java.io.Serializable
    + + +

    Predicate implementation that transforms the given object before invoking - another Predicate. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Alban Peignier, Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    TransformedPredicate(Transformer transformer, - Predicate predicate) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - + + + + + + + + + + + + + +
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    + another Predicate. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Alban Peignier, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    TransformedPredicate(Transformer transformer, + Predicate predicate) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + - - - - - - - - - - - - - -
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
              Evaluates the predicate returning the result of the decorated predicate - once the input has been transformed
    -static PredicategetInstance(Transformer transformer, - Predicate predicate) - -
    -          Factory to create the predicate.
    - Predicate[]getPredicates() - -
    -          Gets the predicate being decorated.
    - TransformergetTransformer() - -
    -          Gets the transformer in use.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TransformedPredicate

    -
    -public TransformedPredicate(Transformer transformer,
    -                            Predicate predicate)
    -
    + once the input has been transformed
    +static PredicategetInstance(Transformer transformer, + Predicate predicate) + +
    +          Factory to create the predicate.
    + Predicate[]getPredicates() + +
    +          Gets the predicate being decorated.
    + TransformergetTransformer() + +
    +          Gets the transformer in use.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TransformedPredicate

    +
    +public TransformedPredicate(Transformer transformer,
    +                            Predicate predicate)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    transformer - the transformer to use
    predicate - the predicate to decorate
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance(Transformer transformer,
    -                                    Predicate predicate)
    -
    -
    Factory to create the predicate. -

    -

    -
    -
    -
    -
    Parameters:
    transformer - the transformer to call
    predicate - the predicate to call with the result of the transform -
    Returns:
    the predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the transformer or the predicate is null
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    + Use getInstance if you want that. +

    +

    +
    Parameters:
    transformer - the transformer to use
    predicate - the predicate to decorate
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance(Transformer transformer,
    +                                    Predicate predicate)
    +
    +
    Factory to create the predicate. +

    +

    +
    +
    +
    +
    Parameters:
    transformer - the transformer to call
    predicate - the predicate to call with the result of the transform +
    Returns:
    the predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the transformer or the predicate is null
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    Evaluates the predicate returning the result of the decorated predicate - once the input has been transformed -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object which will be transformed -
    Returns:
    true if decorated predicate returns true
    -
    -
    -
    - -

    -getPredicates

    -
    -public Predicate[] getPredicates()
    -
    -
    Gets the predicate being decorated. -

    -

    -
    Specified by:
    getPredicates in interface PredicateDecorator
    -
    -
    - -
    Returns:
    the predicate as the only element in an array
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -getTransformer

    -
    -public Transformer getTransformer()
    -
    -
    Gets the transformer in use. -

    -

    -
    -
    -
    - -
    Returns:
    the transformer
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + once the input has been transformed +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object which will be transformed +
    Returns:
    true if decorated predicate returns true
    +
    + +
    + +

    +getPredicates

    +
    +public Predicate[] getPredicates()
    +
    +
    Gets the predicate being decorated. +

    +

    +
    Specified by:
    getPredicates in interface PredicateDecorator
    +
    +
    + +
    Returns:
    the predicate as the only element in an array
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +getTransformer

    +
    +public Transformer getTransformer()
    +
    +
    Gets the transformer in use. +

    +

    +
    +
    +
    + +
    Returns:
    the transformer
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/TransformerClosure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/TransformerClosure.html index a102f02..6afa5d4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/TransformerClosure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/TransformerClosure.html @@ -1,330 +1,330 @@ - - - - - - - -TransformerClosure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class TransformerClosure

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.TransformerClosure
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Closure
    -
    -
    -
    -
    public class TransformerClosure
    extends java.lang.Object
    implements Closure, java.io.Serializable
    - - -

    + + + + + + + +TransformerClosure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class TransformerClosure

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.TransformerClosure
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Closure
    +
    +
    +
    +
    public class TransformerClosure
    extends java.lang.Object
    implements Closure, java.io.Serializable
    + + +

    Closure implementation that calls a Transformer using the input object - and ignore the result. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    TransformerClosure(Transformer transformer) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidexecute(java.lang.Object input) - -
    -          Executes the closure by calling the decorated transformer.
    -static ClosuregetInstance(Transformer transformer) - -
    -          Factory method that performs validation.
    - TransformergetTransformer() - -
    -          Gets the transformer.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TransformerClosure

    -
    -public TransformerClosure(Transformer transformer)
    -
    + and ignore the result. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    TransformerClosure(Transformer transformer) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidexecute(java.lang.Object input) + +
    +          Executes the closure by calling the decorated transformer.
    +static ClosuregetInstance(Transformer transformer) + +
    +          Factory method that performs validation.
    + TransformergetTransformer() + +
    +          Gets the transformer.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TransformerClosure

    +
    +public TransformerClosure(Transformer transformer)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    transformer - the transformer to call, not null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Closure getInstance(Transformer transformer)
    -
    + Use getInstance if you want that. +

    +

    +
    Parameters:
    transformer - the transformer to call, not null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Closure getInstance(Transformer transformer)
    +
    Factory method that performs validation.

    - A null transformer will return the NOPClosure. -

    -

    -
    -
    -
    -
    Parameters:
    transformer - the transformer to call, null means nop -
    Returns:
    the transformer closure
    -
    -
    -
    - -

    -execute

    -
    -public void execute(java.lang.Object input)
    -
    -
    Executes the closure by calling the decorated transformer. -

    -

    -
    Specified by:
    execute in interface Closure
    -
    -
    -
    Parameters:
    input - the input object
    -
    -
    -
    - -

    -getTransformer

    -
    -public Transformer getTransformer()
    -
    -
    Gets the transformer. -

    -

    -
    -
    -
    - -
    Returns:
    the transformer
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + A null transformer will return the NOPClosure. +

    +

    +
    +
    +
    +
    Parameters:
    transformer - the transformer to call, null means nop +
    Returns:
    the transformer closure
    +
    +
    +
    + +

    +execute

    +
    +public void execute(java.lang.Object input)
    +
    +
    Executes the closure by calling the decorated transformer. +

    +

    +
    Specified by:
    execute in interface Closure
    +
    +
    +
    Parameters:
    input - the input object
    +
    +
    +
    + +

    +getTransformer

    +
    +public Transformer getTransformer()
    +
    +
    Gets the transformer. +

    +

    +
    +
    +
    + +
    Returns:
    the transformer
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/TransformerPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/TransformerPredicate.html index 3f6a1fc..11d0b63 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/TransformerPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/TransformerPredicate.html @@ -1,332 +1,332 @@ - - - - - - - -TransformerPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class TransformerPredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.TransformerPredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    -
    -
    -
    -
    public final class TransformerPredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    - - -

    -Predicate implementation that returns the result of a transformer. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    TransformerPredicate(Transformer transformer) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    -          Evaluates the predicate returning the result of the decorated transformer.
    -static PredicategetInstance(Transformer transformer) - -
    -          Factory to create the predicate.
    - TransformergetTransformer() - -
    -          Gets the transformer.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TransformerPredicate

    -
    -public TransformerPredicate(Transformer transformer)
    -
    + + + + + + + +TransformerPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class TransformerPredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.TransformerPredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    +
    +
    +
    +
    public final class TransformerPredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    + + +

    +Predicate implementation that returns the result of a transformer. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    TransformerPredicate(Transformer transformer) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
    +          Evaluates the predicate returning the result of the decorated transformer.
    +static PredicategetInstance(Transformer transformer) + +
    +          Factory to create the predicate.
    + TransformergetTransformer() + +
    +          Gets the transformer.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TransformerPredicate

    +
    +public TransformerPredicate(Transformer transformer)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    transformer - the transformer to decorate
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance(Transformer transformer)
    -
    -
    Factory to create the predicate. -

    -

    -
    -
    -
    -
    Parameters:
    transformer - the transformer to decorate -
    Returns:
    the predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the transformer is null
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    -
    Evaluates the predicate returning the result of the decorated transformer. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    true if decorated transformer returns Boolean.TRUE -
    Throws: -
    FunctorException - if the transformer returns an invalid type
    -
    -
    -
    - -

    -getTransformer

    -
    -public Transformer getTransformer()
    -
    -
    Gets the transformer. -

    -

    -
    -
    -
    - -
    Returns:
    the transformer
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Use getInstance if you want that. +

    +

    +
    Parameters:
    transformer - the transformer to decorate
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance(Transformer transformer)
    +
    +
    Factory to create the predicate. +

    +

    +
    +
    +
    +
    Parameters:
    transformer - the transformer to decorate +
    Returns:
    the predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the transformer is null
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    +
    Evaluates the predicate returning the result of the decorated transformer. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    true if decorated transformer returns Boolean.TRUE +
    Throws: +
    FunctorException - if the transformer returns an invalid type
    +
    +
    +
    + +

    +getTransformer

    +
    +public Transformer getTransformer()
    +
    +
    Gets the transformer. +

    +

    +
    +
    +
    + +
    Returns:
    the transformer
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/TruePredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/TruePredicate.html index 650a636..63c256d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/TruePredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/TruePredicate.html @@ -1,303 +1,303 @@ - - - - - - - -TruePredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class TruePredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.TruePredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    -
    -
    -
    -
    public final class TruePredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    - - -

    -Predicate implementation that always returns true. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static PredicateINSTANCE - -
    -          Singleton predicate instance
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    -          Evaluates the predicate returning true always.
    -static PredicategetInstance() - -
    -          Factory returning the singleton instance.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -INSTANCE

    -
    -public static final Predicate INSTANCE
    -
    -
    Singleton predicate instance -

    -

    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance()
    -
    -
    Factory returning the singleton instance. -

    -

    -
    -
    -
    - -
    Returns:
    the singleton instance
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    -
    Evaluates the predicate returning true always. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    true always
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +TruePredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.functors +
    +Class TruePredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.TruePredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    +
    +
    +
    +
    public final class TruePredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    + + +

    +Predicate implementation that always returns true. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static PredicateINSTANCE + +
    +          Singleton predicate instance
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
    +          Evaluates the predicate returning true always.
    +static PredicategetInstance() + +
    +          Factory returning the singleton instance.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +INSTANCE

    +
    +public static final Predicate INSTANCE
    +
    +
    Singleton predicate instance +

    +

    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance()
    +
    +
    Factory returning the singleton instance. +

    +

    +
    +
    +
    + +
    Returns:
    the singleton instance
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    +
    Evaluates the predicate returning true always. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    true always
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/UniquePredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/UniquePredicate.html index 2dd234a..9b59097 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/UniquePredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/UniquePredicate.html @@ -1,304 +1,304 @@ - - - - - - - -UniquePredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class UniquePredicate

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.UniquePredicate
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    -
    -
    -
    -
    public final class UniquePredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    - - -

    + + + + + + + +UniquePredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class UniquePredicate

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.UniquePredicate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Predicate
    +
    +
    +
    +
    public final class UniquePredicate
    extends java.lang.Object
    implements Predicate, java.io.Serializable
    + + +

    Predicate implementation that returns true the first time an object is - passed into the predicate. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    UniquePredicate() - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - + + + + + +
    -Method Summary
    - booleanevaluate(java.lang.Object object) - -
    + passed into the predicate. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    UniquePredicate() + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + - - - - - -
    +Method Summary
    + booleanevaluate(java.lang.Object object) + +
              Evaluates the predicate returning true if the input object hasn't been - received yet.
    -static PredicategetInstance() - -
    -          Factory to create the predicate.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -UniquePredicate

    -
    -public UniquePredicate()
    -
    + received yet.
    +static PredicategetInstance() + +
    +          Factory to create the predicate.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +UniquePredicate

    +
    +public UniquePredicate()
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Predicate getInstance()
    -
    -
    Factory to create the predicate. -

    -

    -
    -
    -
    - -
    Returns:
    the predicate -
    Throws: -
    java.lang.IllegalArgumentException - if the predicate is null
    -
    -
    -
    - -

    -evaluate

    -
    -public boolean evaluate(java.lang.Object object)
    -
    + Use getInstance if you want that. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Predicate getInstance()
    +
    +
    Factory to create the predicate. +

    +

    +
    +
    +
    + +
    Returns:
    the predicate +
    Throws: +
    java.lang.IllegalArgumentException - if the predicate is null
    +
    +
    +
    + +

    +evaluate

    +
    +public boolean evaluate(java.lang.Object object)
    +
    Evaluates the predicate returning true if the input object hasn't been - received yet. -

    -

    -
    Specified by:
    evaluate in interface Predicate
    -
    -
    -
    Parameters:
    object - the input object -
    Returns:
    true if this is the first time the object is seen
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + received yet. +

    +

    +
    Specified by:
    evaluate in interface Predicate
    +
    +
    +
    Parameters:
    object - the input object +
    Returns:
    true if this is the first time the object is seen
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/WhileClosure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/WhileClosure.html index ca0e1cb..98279b8 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/WhileClosure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/WhileClosure.html @@ -1,392 +1,392 @@ - - - - - - - -WhileClosure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.functors -
    -Class WhileClosure

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.functors.WhileClosure
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, Closure
    -
    -
    -
    -
    public class WhileClosure
    extends java.lang.Object
    implements Closure, java.io.Serializable
    - - -

    + + + + + + + +WhileClosure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.functors +
    +Class WhileClosure

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.functors.WhileClosure
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, Closure
    +
    +
    +
    +
    public class WhileClosure
    extends java.lang.Object
    implements Closure, java.io.Serializable
    + + +

    Closure implementation that executes a closure repeatedly until a condition is met, - like a do-while or while loop. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    WhileClosure(Predicate predicate, - Closure closure, - boolean doLoop) - -
    -          Constructor that performs no validation.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidexecute(java.lang.Object input) - -
    -          Executes the closure until the predicate is false.
    - ClosuregetClosure() - -
    -          Gets the closure.
    -static ClosuregetInstance(Predicate predicate, - Closure closure, - boolean doLoop) - -
    -          Factory method that performs validation.
    - PredicategetPredicate() - -
    -          Gets the predicate in use.
    - booleanisDoLoop() - -
    -          Is the loop a do-while loop.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -WhileClosure

    -
    -public WhileClosure(Predicate predicate,
    -                    Closure closure,
    -                    boolean doLoop)
    -
    + like a do-while or while loop. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    WhileClosure(Predicate predicate, + Closure closure, + boolean doLoop) + +
    +          Constructor that performs no validation.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidexecute(java.lang.Object input) + +
    +          Executes the closure until the predicate is false.
    + ClosuregetClosure() + +
    +          Gets the closure.
    +static ClosuregetInstance(Predicate predicate, + Closure closure, + boolean doLoop) + +
    +          Factory method that performs validation.
    + PredicategetPredicate() + +
    +          Gets the predicate in use.
    + booleanisDoLoop() + +
    +          Is the loop a do-while loop.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +WhileClosure

    +
    +public WhileClosure(Predicate predicate,
    +                    Closure closure,
    +                    boolean doLoop)
    +
    Constructor that performs no validation. - Use getInstance if you want that. -

    -

    -
    Parameters:
    predicate - the predicate used to evaluate when the loop terminates, not null
    closure - the closure the execute, not null
    doLoop - true to act as a do-while loop, always executing the closure once
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getInstance

    -
    -public static Closure getInstance(Predicate predicate,
    -                                  Closure closure,
    -                                  boolean doLoop)
    -
    -
    Factory method that performs validation. -

    -

    -
    -
    -
    -
    Parameters:
    predicate - the predicate used to evaluate when the loop terminates, not null
    closure - the closure the execute, not null
    doLoop - true to act as a do-while loop, always executing the closure once -
    Returns:
    the while closure -
    Throws: -
    java.lang.IllegalArgumentException - if the predicate or closure is null
    -
    -
    -
    - -

    -execute

    -
    -public void execute(java.lang.Object input)
    -
    -
    Executes the closure until the predicate is false. -

    -

    -
    Specified by:
    execute in interface Closure
    -
    -
    -
    Parameters:
    input - the input object
    -
    -
    -
    - -

    -getPredicate

    -
    -public Predicate getPredicate()
    -
    -
    Gets the predicate in use. -

    -

    -
    -
    -
    - -
    Returns:
    the predicate
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -getClosure

    -
    -public Closure getClosure()
    -
    -
    Gets the closure. -

    -

    -
    -
    -
    - -
    Returns:
    the closure
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -isDoLoop

    -
    -public boolean isDoLoop()
    -
    -
    Is the loop a do-while loop. -

    -

    -
    -
    -
    - -
    Returns:
    true is do-while, false if while
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Use getInstance if you want that. +

    +

    +
    Parameters:
    predicate - the predicate used to evaluate when the loop terminates, not null
    closure - the closure the execute, not null
    doLoop - true to act as a do-while loop, always executing the closure once
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static Closure getInstance(Predicate predicate,
    +                                  Closure closure,
    +                                  boolean doLoop)
    +
    +
    Factory method that performs validation. +

    +

    +
    +
    +
    +
    Parameters:
    predicate - the predicate used to evaluate when the loop terminates, not null
    closure - the closure the execute, not null
    doLoop - true to act as a do-while loop, always executing the closure once +
    Returns:
    the while closure +
    Throws: +
    java.lang.IllegalArgumentException - if the predicate or closure is null
    +
    +
    +
    + +

    +execute

    +
    +public void execute(java.lang.Object input)
    +
    +
    Executes the closure until the predicate is false. +

    +

    +
    Specified by:
    execute in interface Closure
    +
    +
    +
    Parameters:
    input - the input object
    +
    +
    +
    + +

    +getPredicate

    +
    +public Predicate getPredicate()
    +
    +
    Gets the predicate in use. +

    +

    +
    +
    +
    + +
    Returns:
    the predicate
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +getClosure

    +
    +public Closure getClosure()
    +
    +
    Gets the closure. +

    +

    +
    +
    +
    + +
    Returns:
    the closure
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +isDoLoop

    +
    +public boolean isDoLoop()
    +
    +
    Is the loop a do-while loop. +

    +

    +
    +
    +
    + +
    Returns:
    true is do-while, false if while
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/AllPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/AllPredicate.html index b8e2c39..105ef4d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/AllPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/AllPredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.AllPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.AllPredicate

    -
    -No usage of org.apache.commons.collections.functors.AllPredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.AllPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.AllPredicate

    +
    +No usage of org.apache.commons.collections.functors.AllPredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/AndPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/AndPredicate.html index cd9b25c..355a5d2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/AndPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/AndPredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.AndPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.AndPredicate

    -
    -No usage of org.apache.commons.collections.functors.AndPredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.AndPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.AndPredicate

    +
    +No usage of org.apache.commons.collections.functors.AndPredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/AnyPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/AnyPredicate.html index 6d27a66..2274c73 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/AnyPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/AnyPredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.AnyPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.AnyPredicate

    -
    -No usage of org.apache.commons.collections.functors.AnyPredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.AnyPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.AnyPredicate

    +
    +No usage of org.apache.commons.collections.functors.AnyPredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ChainedClosure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ChainedClosure.html index 6fb4384..5f81742 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ChainedClosure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ChainedClosure.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.ChainedClosure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.ChainedClosure

    -
    -No usage of org.apache.commons.collections.functors.ChainedClosure -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.ChainedClosure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.ChainedClosure

    +
    +No usage of org.apache.commons.collections.functors.ChainedClosure +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ChainedTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ChainedTransformer.html index 00ad7ab..00f4e0a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ChainedTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ChainedTransformer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.ChainedTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.ChainedTransformer

    -
    -No usage of org.apache.commons.collections.functors.ChainedTransformer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.ChainedTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.ChainedTransformer

    +
    +No usage of org.apache.commons.collections.functors.ChainedTransformer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/CloneTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/CloneTransformer.html index 0fce618..0fe9054 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/CloneTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/CloneTransformer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.CloneTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.CloneTransformer

    -
    -No usage of org.apache.commons.collections.functors.CloneTransformer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.CloneTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.CloneTransformer

    +
    +No usage of org.apache.commons.collections.functors.CloneTransformer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ClosureTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ClosureTransformer.html index 3f0173f..ff20915 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ClosureTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ClosureTransformer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.ClosureTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.ClosureTransformer

    -
    -No usage of org.apache.commons.collections.functors.ClosureTransformer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.ClosureTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.ClosureTransformer

    +
    +No usage of org.apache.commons.collections.functors.ClosureTransformer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ConstantFactory.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ConstantFactory.html index 2112f6d..60688ba 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ConstantFactory.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ConstantFactory.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.ConstantFactory (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.ConstantFactory

    -
    -No usage of org.apache.commons.collections.functors.ConstantFactory -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.ConstantFactory (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.ConstantFactory

    +
    +No usage of org.apache.commons.collections.functors.ConstantFactory +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ConstantTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ConstantTransformer.html index f76f1e5..95fc56d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ConstantTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ConstantTransformer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.ConstantTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.ConstantTransformer

    -
    -No usage of org.apache.commons.collections.functors.ConstantTransformer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.ConstantTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.ConstantTransformer

    +
    +No usage of org.apache.commons.collections.functors.ConstantTransformer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/EqualPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/EqualPredicate.html index ca92158..1c092e0 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/EqualPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/EqualPredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.EqualPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.EqualPredicate

    -
    -No usage of org.apache.commons.collections.functors.EqualPredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.EqualPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.EqualPredicate

    +
    +No usage of org.apache.commons.collections.functors.EqualPredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ExceptionClosure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ExceptionClosure.html index 5bb8b3a..98eb820 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ExceptionClosure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ExceptionClosure.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.ExceptionClosure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.ExceptionClosure

    -
    -No usage of org.apache.commons.collections.functors.ExceptionClosure -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.ExceptionClosure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.ExceptionClosure

    +
    +No usage of org.apache.commons.collections.functors.ExceptionClosure +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ExceptionFactory.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ExceptionFactory.html index d4c280b..5e8b7a3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ExceptionFactory.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ExceptionFactory.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.ExceptionFactory (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.ExceptionFactory

    -
    -No usage of org.apache.commons.collections.functors.ExceptionFactory -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.ExceptionFactory (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.ExceptionFactory

    +
    +No usage of org.apache.commons.collections.functors.ExceptionFactory +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ExceptionPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ExceptionPredicate.html index dacad44..44dc477 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ExceptionPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ExceptionPredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.ExceptionPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.ExceptionPredicate

    -
    -No usage of org.apache.commons.collections.functors.ExceptionPredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.ExceptionPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.ExceptionPredicate

    +
    +No usage of org.apache.commons.collections.functors.ExceptionPredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ExceptionTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ExceptionTransformer.html index e3f47e7..f5af8d3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ExceptionTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ExceptionTransformer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.ExceptionTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.ExceptionTransformer

    -
    -No usage of org.apache.commons.collections.functors.ExceptionTransformer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.ExceptionTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.ExceptionTransformer

    +
    +No usage of org.apache.commons.collections.functors.ExceptionTransformer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/FactoryTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/FactoryTransformer.html index ead8a08..8a9390f 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/FactoryTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/FactoryTransformer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.FactoryTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.FactoryTransformer

    -
    -No usage of org.apache.commons.collections.functors.FactoryTransformer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.FactoryTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.FactoryTransformer

    +
    +No usage of org.apache.commons.collections.functors.FactoryTransformer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/FalsePredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/FalsePredicate.html index 1f914e3..1377151 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/FalsePredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/FalsePredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.FalsePredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.FalsePredicate

    -
    -No usage of org.apache.commons.collections.functors.FalsePredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.FalsePredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.FalsePredicate

    +
    +No usage of org.apache.commons.collections.functors.FalsePredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ForClosure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ForClosure.html index bead8d9..01d5e25 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ForClosure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/ForClosure.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.ForClosure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.ForClosure

    -
    -No usage of org.apache.commons.collections.functors.ForClosure -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.ForClosure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.ForClosure

    +
    +No usage of org.apache.commons.collections.functors.ForClosure +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/IdentityPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/IdentityPredicate.html index 5f366d0..2c4a737 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/IdentityPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/IdentityPredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.IdentityPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.IdentityPredicate

    -
    -No usage of org.apache.commons.collections.functors.IdentityPredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.IdentityPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.IdentityPredicate

    +
    +No usage of org.apache.commons.collections.functors.IdentityPredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/IfClosure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/IfClosure.html index e96d2ed..7a5476e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/IfClosure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/IfClosure.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.IfClosure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.IfClosure

    -
    -No usage of org.apache.commons.collections.functors.IfClosure -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.IfClosure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.IfClosure

    +
    +No usage of org.apache.commons.collections.functors.IfClosure +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/InstanceofPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/InstanceofPredicate.html index ed96e7b..bce581a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/InstanceofPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/InstanceofPredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.InstanceofPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.InstanceofPredicate

    -
    -No usage of org.apache.commons.collections.functors.InstanceofPredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.InstanceofPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.InstanceofPredicate

    +
    +No usage of org.apache.commons.collections.functors.InstanceofPredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/InstantiateFactory.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/InstantiateFactory.html index c8e810d..86e9884 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/InstantiateFactory.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/InstantiateFactory.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.InstantiateFactory (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.InstantiateFactory

    -
    -No usage of org.apache.commons.collections.functors.InstantiateFactory -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.InstantiateFactory (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.InstantiateFactory

    +
    +No usage of org.apache.commons.collections.functors.InstantiateFactory +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/InstantiateTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/InstantiateTransformer.html index b9a9686..1b300db 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/InstantiateTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/InstantiateTransformer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.InstantiateTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.InstantiateTransformer

    -
    -No usage of org.apache.commons.collections.functors.InstantiateTransformer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.InstantiateTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.InstantiateTransformer

    +
    +No usage of org.apache.commons.collections.functors.InstantiateTransformer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/InvokerTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/InvokerTransformer.html index e27446a..5d15570 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/InvokerTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/InvokerTransformer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.InvokerTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.InvokerTransformer

    -
    -No usage of org.apache.commons.collections.functors.InvokerTransformer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.InvokerTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.InvokerTransformer

    +
    +No usage of org.apache.commons.collections.functors.InvokerTransformer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/MapTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/MapTransformer.html index 0887031..c4a42b9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/MapTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/MapTransformer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.MapTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.MapTransformer

    -
    -No usage of org.apache.commons.collections.functors.MapTransformer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.MapTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.MapTransformer

    +
    +No usage of org.apache.commons.collections.functors.MapTransformer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NOPClosure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NOPClosure.html index 2bd6456..4c33c85 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NOPClosure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NOPClosure.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.NOPClosure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.NOPClosure

    -
    -No usage of org.apache.commons.collections.functors.NOPClosure -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.NOPClosure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.NOPClosure

    +
    +No usage of org.apache.commons.collections.functors.NOPClosure +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NOPTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NOPTransformer.html index 2c5c448..2c82af9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NOPTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NOPTransformer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.NOPTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.NOPTransformer

    -
    -No usage of org.apache.commons.collections.functors.NOPTransformer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.NOPTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.NOPTransformer

    +
    +No usage of org.apache.commons.collections.functors.NOPTransformer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NonePredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NonePredicate.html index c9a9b71..1910bc5 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NonePredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NonePredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.NonePredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.NonePredicate

    -
    -No usage of org.apache.commons.collections.functors.NonePredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.NonePredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.NonePredicate

    +
    +No usage of org.apache.commons.collections.functors.NonePredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NotNullPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NotNullPredicate.html index 26e8b1a..fba9777 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NotNullPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NotNullPredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.NotNullPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.NotNullPredicate

    -
    -No usage of org.apache.commons.collections.functors.NotNullPredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.NotNullPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.NotNullPredicate

    +
    +No usage of org.apache.commons.collections.functors.NotNullPredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NotPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NotPredicate.html index 47539c4..e38ca15 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NotPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NotPredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.NotPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.NotPredicate

    -
    -No usage of org.apache.commons.collections.functors.NotPredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.NotPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.NotPredicate

    +
    +No usage of org.apache.commons.collections.functors.NotPredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NullIsExceptionPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NullIsExceptionPredicate.html index 480e5f4..98711fa 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NullIsExceptionPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NullIsExceptionPredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.NullIsExceptionPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.NullIsExceptionPredicate

    -
    -No usage of org.apache.commons.collections.functors.NullIsExceptionPredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.NullIsExceptionPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.NullIsExceptionPredicate

    +
    +No usage of org.apache.commons.collections.functors.NullIsExceptionPredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NullIsFalsePredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NullIsFalsePredicate.html index e631c5e..a1b66cc 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NullIsFalsePredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NullIsFalsePredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.NullIsFalsePredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.NullIsFalsePredicate

    -
    -No usage of org.apache.commons.collections.functors.NullIsFalsePredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.NullIsFalsePredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.NullIsFalsePredicate

    +
    +No usage of org.apache.commons.collections.functors.NullIsFalsePredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NullIsTruePredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NullIsTruePredicate.html index 88ac023..e6fa9f0 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NullIsTruePredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NullIsTruePredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.NullIsTruePredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.NullIsTruePredicate

    -
    -No usage of org.apache.commons.collections.functors.NullIsTruePredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.NullIsTruePredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.NullIsTruePredicate

    +
    +No usage of org.apache.commons.collections.functors.NullIsTruePredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NullPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NullPredicate.html index 883aee9..51622de 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NullPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/NullPredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.NullPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.NullPredicate

    -
    -No usage of org.apache.commons.collections.functors.NullPredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.NullPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.NullPredicate

    +
    +No usage of org.apache.commons.collections.functors.NullPredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/OnePredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/OnePredicate.html index ba6951d..d5e710b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/OnePredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/OnePredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.OnePredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.OnePredicate

    -
    -No usage of org.apache.commons.collections.functors.OnePredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.OnePredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.OnePredicate

    +
    +No usage of org.apache.commons.collections.functors.OnePredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/OrPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/OrPredicate.html index e609cce..0947dfd 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/OrPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/OrPredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.OrPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.OrPredicate

    -
    -No usage of org.apache.commons.collections.functors.OrPredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.OrPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.OrPredicate

    +
    +No usage of org.apache.commons.collections.functors.OrPredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/PredicateDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/PredicateDecorator.html index 2a582b0..b5ead99 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/PredicateDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/PredicateDecorator.html @@ -1,267 +1,267 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.functors.PredicateDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.functors.PredicateDecorator

    -
    - - - - - - - - - -
    -Packages that use PredicateDecorator
    org.apache.commons.collections.functors -This package contains implementations of the -Closure, -Predicate, -Transformer and -Factory interfaces. 
    -  -

    - - - - - -
    -Uses of PredicateDecorator in org.apache.commons.collections.functors
    -  -

    - - - - - - - - + +
    Classes in org.apache.commons.collections.functors that implement PredicateDecorator
    - classAllPredicate - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.functors.PredicateDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.functors.PredicateDecorator

    +
    + + + + + + + + + +
    +Packages that use PredicateDecorator
    org.apache.commons.collections.functors +This package contains implementations of the +Closure, +Predicate, +Transformer and +Factory interfaces. 
    +  +

    + + + + + +
    +Uses of PredicateDecorator in org.apache.commons.collections.functors
    +  +

    + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - -
    Classes in org.apache.commons.collections.functors that implement PredicateDecorator
    + classAllPredicate + +
              Predicate implementation that returns true if all the - predicates return true.
    - classAndPredicate - -
    -          Predicate implementation that returns true if both the predicates return true.
    - classAnyPredicate - -
    + predicates return true.
    + classAndPredicate + +
    +          Predicate implementation that returns true if both the predicates return true.
    + classAnyPredicate + +
              Predicate implementation that returns true if any of the - predicates return true.
    - classNonePredicate - -
    + predicates return true.
    + classNonePredicate + +
              Predicate implementation that returns true if none of the - predicates return true.
    - classNotPredicate - -
    -          Predicate implementation that returns the opposite of the decorated predicate.
    - classNullIsExceptionPredicate - -
    -          Predicate implementation that throws an exception if the input is null.
    - classNullIsFalsePredicate - -
    -          Predicate implementation that returns false if the input is null.
    - classNullIsTruePredicate - -
    -          Predicate implementation that returns true if the input is null.
    - classOnePredicate - -
    + predicates return true.
    + classNotPredicate + +
    +          Predicate implementation that returns the opposite of the decorated predicate.
    + classNullIsExceptionPredicate + +
    +          Predicate implementation that throws an exception if the input is null.
    + classNullIsFalsePredicate + +
    +          Predicate implementation that returns false if the input is null.
    + classNullIsTruePredicate + +
    +          Predicate implementation that returns true if the input is null.
    + classOnePredicate + +
              Predicate implementation that returns true if only one of the - predicates return true.
    - classOrPredicate - -
    -          Predicate implementation that returns true if either of the predicates return true.
    - classTransformedPredicate - -
    + predicates return true.
    + classOrPredicate + +
    +          Predicate implementation that returns true if either of the predicates return true.
    + classTransformedPredicate + +
              Predicate implementation that transforms the given object before invoking - another Predicate.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + another Predicate.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/PredicateTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/PredicateTransformer.html index ce612c7..3f6c15b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/PredicateTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/PredicateTransformer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.PredicateTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.PredicateTransformer

    -
    -No usage of org.apache.commons.collections.functors.PredicateTransformer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.PredicateTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.PredicateTransformer

    +
    +No usage of org.apache.commons.collections.functors.PredicateTransformer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/PrototypeFactory.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/PrototypeFactory.html index fe4187c..2e9e743 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/PrototypeFactory.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/PrototypeFactory.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.PrototypeFactory (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.PrototypeFactory

    -
    -No usage of org.apache.commons.collections.functors.PrototypeFactory -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.PrototypeFactory (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.PrototypeFactory

    +
    +No usage of org.apache.commons.collections.functors.PrototypeFactory +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/StringValueTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/StringValueTransformer.html index 6f6cda0..d8bbf02 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/StringValueTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/StringValueTransformer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.StringValueTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.StringValueTransformer

    -
    -No usage of org.apache.commons.collections.functors.StringValueTransformer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.StringValueTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.StringValueTransformer

    +
    +No usage of org.apache.commons.collections.functors.StringValueTransformer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/SwitchClosure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/SwitchClosure.html index 8b2b692..08761eb 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/SwitchClosure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/SwitchClosure.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.SwitchClosure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.SwitchClosure

    -
    -No usage of org.apache.commons.collections.functors.SwitchClosure -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.SwitchClosure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.SwitchClosure

    +
    +No usage of org.apache.commons.collections.functors.SwitchClosure +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/SwitchTransformer.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/SwitchTransformer.html index 5f0ccd4..a813b8b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/SwitchTransformer.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/SwitchTransformer.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.SwitchTransformer (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.SwitchTransformer

    -
    -No usage of org.apache.commons.collections.functors.SwitchTransformer -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.SwitchTransformer (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.SwitchTransformer

    +
    +No usage of org.apache.commons.collections.functors.SwitchTransformer +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/TransformedPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/TransformedPredicate.html index eed0fd3..58fd0ea 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/TransformedPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/TransformedPredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.TransformedPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.TransformedPredicate

    -
    -No usage of org.apache.commons.collections.functors.TransformedPredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.TransformedPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.TransformedPredicate

    +
    +No usage of org.apache.commons.collections.functors.TransformedPredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/TransformerClosure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/TransformerClosure.html index d7b1d6d..0e15625 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/TransformerClosure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/TransformerClosure.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.TransformerClosure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.TransformerClosure

    -
    -No usage of org.apache.commons.collections.functors.TransformerClosure -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.TransformerClosure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.TransformerClosure

    +
    +No usage of org.apache.commons.collections.functors.TransformerClosure +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/TransformerPredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/TransformerPredicate.html index 4bdb7df..ba0cb33 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/TransformerPredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/TransformerPredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.TransformerPredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.TransformerPredicate

    -
    -No usage of org.apache.commons.collections.functors.TransformerPredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.TransformerPredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.TransformerPredicate

    +
    +No usage of org.apache.commons.collections.functors.TransformerPredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/TruePredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/TruePredicate.html index 0c6e3a8..8a5a7e4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/TruePredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/TruePredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.TruePredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.TruePredicate

    -
    -No usage of org.apache.commons.collections.functors.TruePredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.TruePredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.TruePredicate

    +
    +No usage of org.apache.commons.collections.functors.TruePredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/UniquePredicate.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/UniquePredicate.html index e988f81..bd6ddac 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/UniquePredicate.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/UniquePredicate.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.UniquePredicate (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.UniquePredicate

    -
    -No usage of org.apache.commons.collections.functors.UniquePredicate -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.UniquePredicate (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.UniquePredicate

    +
    +No usage of org.apache.commons.collections.functors.UniquePredicate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/WhileClosure.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/WhileClosure.html index 5896e1a..e7bb4e6 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/WhileClosure.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/class-use/WhileClosure.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.functors.WhileClosure (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.functors.WhileClosure

    -
    -No usage of org.apache.commons.collections.functors.WhileClosure -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.functors.WhileClosure (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.functors.WhileClosure

    +
    +No usage of org.apache.commons.collections.functors.WhileClosure +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/package-frame.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/package-frame.html index f8e6ad2..8fc8ee9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/package-frame.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/package-frame.html @@ -1,134 +1,134 @@ - - - - - - - -org.apache.commons.collections.functors (Commons Collections 3.2.1 API) - - - - - - - - - - - -org.apache.commons.collections.functors - - - - -
    -Interfaces  - -
    -PredicateDecorator
    - - - - - - -
    -Classes  - -
    -AllPredicate -
    -AndPredicate -
    -AnyPredicate -
    -ChainedClosure -
    -ChainedTransformer -
    -CloneTransformer -
    -ClosureTransformer -
    -ConstantFactory -
    -ConstantTransformer -
    -EqualPredicate -
    -ExceptionClosure -
    -ExceptionFactory -
    -ExceptionPredicate -
    -ExceptionTransformer -
    -FactoryTransformer -
    -FalsePredicate -
    -ForClosure -
    -IdentityPredicate -
    -IfClosure -
    -InstanceofPredicate -
    -InstantiateFactory -
    -InstantiateTransformer -
    -InvokerTransformer -
    -MapTransformer -
    -NonePredicate -
    -NOPClosure -
    -NOPTransformer -
    -NotNullPredicate -
    -NotPredicate -
    -NullIsExceptionPredicate -
    -NullIsFalsePredicate -
    -NullIsTruePredicate -
    -NullPredicate -
    -OnePredicate -
    -OrPredicate -
    -PredicateTransformer -
    -PrototypeFactory -
    -StringValueTransformer -
    -SwitchClosure -
    -SwitchTransformer -
    -TransformedPredicate -
    -TransformerClosure -
    -TransformerPredicate -
    -TruePredicate -
    -UniquePredicate -
    -WhileClosure
    - - - - + + + + + + + +org.apache.commons.collections.functors (Commons Collections 3.2.1 API) + + + + + + + + + + + +org.apache.commons.collections.functors + + + + +
    +Interfaces  + +
    +PredicateDecorator
    + + + + + + +
    +Classes  + +
    +AllPredicate +
    +AndPredicate +
    +AnyPredicate +
    +ChainedClosure +
    +ChainedTransformer +
    +CloneTransformer +
    +ClosureTransformer +
    +ConstantFactory +
    +ConstantTransformer +
    +EqualPredicate +
    +ExceptionClosure +
    +ExceptionFactory +
    +ExceptionPredicate +
    +ExceptionTransformer +
    +FactoryTransformer +
    +FalsePredicate +
    +ForClosure +
    +IdentityPredicate +
    +IfClosure +
    +InstanceofPredicate +
    +InstantiateFactory +
    +InstantiateTransformer +
    +InvokerTransformer +
    +MapTransformer +
    +NonePredicate +
    +NOPClosure +
    +NOPTransformer +
    +NotNullPredicate +
    +NotPredicate +
    +NullIsExceptionPredicate +
    +NullIsFalsePredicate +
    +NullIsTruePredicate +
    +NullPredicate +
    +OnePredicate +
    +OrPredicate +
    +PredicateTransformer +
    +PrototypeFactory +
    +StringValueTransformer +
    +SwitchClosure +
    +SwitchTransformer +
    +TransformedPredicate +
    +TransformerClosure +
    +TransformerPredicate +
    +TruePredicate +
    +UniquePredicate +
    +WhileClosure
    + + + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/package-summary.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/package-summary.html index b87a82b..8381269 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/package-summary.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/package-summary.html @@ -1,394 +1,394 @@ - - - - - - - -org.apache.commons.collections.functors (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package org.apache.commons.collections.functors -

    - -This package contains implementations of the -Closure, -Predicate, -Transformer and -Factory interfaces. -

    -See: -
    -          Description -

    - - - - - - - - - -
    -Interface Summary
    PredicateDecoratorDefines a predicate that decorates one or more other predicates.
    -  - -

    - - - - - - - + + + + + + + +org.apache.commons.collections.functors (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + +
    -Class Summary
    AllPredicate
    + + + + + + + + + +
    + +
    + + + +


    +

    +Package org.apache.commons.collections.functors +

    + +This package contains implementations of the +Closure, +Predicate, +Transformer and +Factory interfaces. +

    +See: +
    +          Description +

    + + + + + + + + + +
    +Interface Summary
    PredicateDecoratorDefines a predicate that decorates one or more other predicates.
    +  + +

    + + + + + + + - - - - - - - + predicates return true. + + + + + + + - - - - - - - - - - - - - - - + predicates return true. + + + + + + + + + + + + + + + - - - - - - - - - - - + and then returns the input. + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + as the one stored in this predicate by equals. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + as the one stored in this predicate. + + + - - - + based on a predicate. + + + - - - - - - - - - - - - - - - + the type stored in this predicate. + + + + + + + + + + + + + + + - - - + using the input parameter as a key. + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + predicates return true. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + predicates return true. + + + + + + + - - - - - - - + and then returns the input. + + + + + + + - - - + String.valueOf on the input object. + + + - - - + like a switch statement. + + + - - - + like a switch statement. + + + - - - + another Predicate. + + + - - - - - - - - - - - + and ignore the result. + + + + + + + + + + + - - - + passed into the predicate. + + + - -
    +Class Summary
    AllPredicate Predicate implementation that returns true if all the - predicates return true.
    AndPredicatePredicate implementation that returns true if both the predicates return true.
    AnyPredicate
    AndPredicatePredicate implementation that returns true if both the predicates return true.
    AnyPredicate Predicate implementation that returns true if any of the - predicates return true.
    ChainedClosureClosure implementation that chains the specified closures together.
    ChainedTransformerTransformer implementation that chains the specified transformers together.
    CloneTransformerTransformer implementation that returns a clone of the input object.
    ClosureTransformer
    ChainedClosureClosure implementation that chains the specified closures together.
    ChainedTransformerTransformer implementation that chains the specified transformers together.
    CloneTransformerTransformer implementation that returns a clone of the input object.
    ClosureTransformer Transformer implementation that calls a Closure using the input object - and then returns the input.
    ConstantFactoryFactory implementation that returns the same constant each time.
    ConstantTransformerTransformer implementation that returns the same constant each time.
    EqualPredicate
    ConstantFactoryFactory implementation that returns the same constant each time.
    ConstantTransformerTransformer implementation that returns the same constant each time.
    EqualPredicate Predicate implementation that returns true if the input is the same object - as the one stored in this predicate by equals.
    ExceptionClosureClosure implementation that always throws an exception.
    ExceptionFactoryFactory implementation that always throws an exception.
    ExceptionPredicatePredicate implementation that always throws an exception.
    ExceptionTransformerTransformer implementation that always throws an exception.
    FactoryTransformerTransformer implementation that calls a Factory and returns the result.
    FalsePredicatePredicate implementation that always returns false.
    ForClosureClosure implementation that calls another closure n times, like a for loop.
    IdentityPredicate
    ExceptionClosureClosure implementation that always throws an exception.
    ExceptionFactoryFactory implementation that always throws an exception.
    ExceptionPredicatePredicate implementation that always throws an exception.
    ExceptionTransformerTransformer implementation that always throws an exception.
    FactoryTransformerTransformer implementation that calls a Factory and returns the result.
    FalsePredicatePredicate implementation that always returns false.
    ForClosureClosure implementation that calls another closure n times, like a for loop.
    IdentityPredicate Predicate implementation that returns true if the input is the same object - as the one stored in this predicate.
    IfClosure
    IfClosure Closure implementation acts as an if statement calling one or other closure - based on a predicate.
    InstanceofPredicate
    InstanceofPredicate Predicate implementation that returns true if the input is an instanceof - the type stored in this predicate.
    InstantiateFactoryFactory implementation that creates a new object instance by reflection.
    InstantiateTransformerTransformer implementation that creates a new object instance by reflection.
    InvokerTransformerTransformer implementation that creates a new object instance by reflection.
    MapTransformer
    InstantiateFactoryFactory implementation that creates a new object instance by reflection.
    InstantiateTransformerTransformer implementation that creates a new object instance by reflection.
    InvokerTransformerTransformer implementation that creates a new object instance by reflection.
    MapTransformer Transformer implementation that returns the value held in a specified map - using the input parameter as a key.
    NonePredicate
    NonePredicate Predicate implementation that returns true if none of the - predicates return true.
    NOPClosureClosure implementation that does nothing.
    NOPTransformerTransformer implementation that does nothing.
    NotNullPredicatePredicate implementation that returns true if the input is not null.
    NotPredicatePredicate implementation that returns the opposite of the decorated predicate.
    NullIsExceptionPredicatePredicate implementation that throws an exception if the input is null.
    NullIsFalsePredicatePredicate implementation that returns false if the input is null.
    NullIsTruePredicatePredicate implementation that returns true if the input is null.
    NullPredicatePredicate implementation that returns true if the input is null.
    OnePredicate
    NOPClosureClosure implementation that does nothing.
    NOPTransformerTransformer implementation that does nothing.
    NotNullPredicatePredicate implementation that returns true if the input is not null.
    NotPredicatePredicate implementation that returns the opposite of the decorated predicate.
    NullIsExceptionPredicatePredicate implementation that throws an exception if the input is null.
    NullIsFalsePredicatePredicate implementation that returns false if the input is null.
    NullIsTruePredicatePredicate implementation that returns true if the input is null.
    NullPredicatePredicate implementation that returns true if the input is null.
    OnePredicate Predicate implementation that returns true if only one of the - predicates return true.
    OrPredicatePredicate implementation that returns true if either of the predicates return true.
    PredicateTransformer
    OrPredicatePredicate implementation that returns true if either of the predicates return true.
    PredicateTransformer Transformer implementation that calls a Predicate using the input object - and then returns the input.
    PrototypeFactoryFactory implementation that creates a new instance each time based on a prototype.
    StringValueTransformer
    PrototypeFactoryFactory implementation that creates a new instance each time based on a prototype.
    StringValueTransformer Transformer implementation that returns the result of calling - String.valueOf on the input object.
    SwitchClosure
    SwitchClosure Closure implementation calls the closure whose predicate returns true, - like a switch statement.
    SwitchTransformer
    SwitchTransformer Transformer implementation calls the transformer whose predicate returns true, - like a switch statement.
    TransformedPredicate
    TransformedPredicate Predicate implementation that transforms the given object before invoking - another Predicate.
    TransformerClosure
    TransformerClosure Closure implementation that calls a Transformer using the input object - and ignore the result.
    TransformerPredicatePredicate implementation that returns the result of a transformer.
    TruePredicatePredicate implementation that always returns true.
    UniquePredicate
    TransformerPredicatePredicate implementation that returns the result of a transformer.
    TruePredicatePredicate implementation that always returns true.
    UniquePredicate Predicate implementation that returns true the first time an object is - passed into the predicate.
    WhileClosure
    WhileClosure Closure implementation that executes a closure repeatedly until a condition is met, - like a do-while or while loop.
    -  - -

    -

    -Package org.apache.commons.collections.functors Description -

    - -

    -

    -This package contains implementations of the -Closure, -Predicate, -Transformer and -Factory interfaces. -These provide simple callbacks for processing with collections. -

    -

    - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + like a do-while or while loop. + + +  + +

    +

    +Package org.apache.commons.collections.functors Description +

    + +

    +

    +This package contains implementations of the +Closure, +Predicate, +Transformer and +Factory interfaces. +These provide simple callbacks for processing with collections. +

    +

    + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/package-tree.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/package-tree.html index edfe46d..8bb35b5 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/package-tree.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/package-tree.html @@ -1,202 +1,202 @@ - - - - - - - -org.apache.commons.collections.functors Class Hierarchy (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package org.apache.commons.collections.functors -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    -
      -
    • java.lang.Object
        -
      • org.apache.commons.collections.functors.AllPredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) -
      • org.apache.commons.collections.functors.AndPredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) -
      • org.apache.commons.collections.functors.AnyPredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) -
      • org.apache.commons.collections.functors.ChainedClosure (implements org.apache.commons.collections.Closure, java.io.Serializable) -
      • org.apache.commons.collections.functors.ChainedTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) -
      • org.apache.commons.collections.functors.CloneTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) -
      • org.apache.commons.collections.functors.ClosureTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) -
      • org.apache.commons.collections.functors.ConstantFactory (implements org.apache.commons.collections.Factory, java.io.Serializable) -
      • org.apache.commons.collections.functors.ConstantTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) -
      • org.apache.commons.collections.functors.EqualPredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) -
      • org.apache.commons.collections.functors.ExceptionClosure (implements org.apache.commons.collections.Closure, java.io.Serializable) -
      • org.apache.commons.collections.functors.ExceptionFactory (implements org.apache.commons.collections.Factory, java.io.Serializable) -
      • org.apache.commons.collections.functors.ExceptionPredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) -
      • org.apache.commons.collections.functors.ExceptionTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) -
      • org.apache.commons.collections.functors.FactoryTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) -
      • org.apache.commons.collections.functors.FalsePredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) -
      • org.apache.commons.collections.functors.ForClosure (implements org.apache.commons.collections.Closure, java.io.Serializable) -
      • org.apache.commons.collections.functors.IdentityPredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) -
      • org.apache.commons.collections.functors.IfClosure (implements org.apache.commons.collections.Closure, java.io.Serializable) -
      • org.apache.commons.collections.functors.InstanceofPredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) -
      • org.apache.commons.collections.functors.InstantiateFactory (implements org.apache.commons.collections.Factory, java.io.Serializable) -
      • org.apache.commons.collections.functors.InstantiateTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) -
      • org.apache.commons.collections.functors.InvokerTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) -
      • org.apache.commons.collections.functors.MapTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) -
      • org.apache.commons.collections.functors.NonePredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) -
      • org.apache.commons.collections.functors.NOPClosure (implements org.apache.commons.collections.Closure, java.io.Serializable) -
      • org.apache.commons.collections.functors.NOPTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) -
      • org.apache.commons.collections.functors.NotNullPredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) -
      • org.apache.commons.collections.functors.NotPredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) -
      • org.apache.commons.collections.functors.NullIsExceptionPredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) -
      • org.apache.commons.collections.functors.NullIsFalsePredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) -
      • org.apache.commons.collections.functors.NullIsTruePredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) -
      • org.apache.commons.collections.functors.NullPredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) -
      • org.apache.commons.collections.functors.OnePredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) -
      • org.apache.commons.collections.functors.OrPredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) -
      • org.apache.commons.collections.functors.PredicateTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) -
      • org.apache.commons.collections.functors.PrototypeFactory
      • org.apache.commons.collections.functors.StringValueTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) -
      • org.apache.commons.collections.functors.SwitchClosure (implements org.apache.commons.collections.Closure, java.io.Serializable) -
      • org.apache.commons.collections.functors.SwitchTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) -
      • org.apache.commons.collections.functors.TransformedPredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) -
      • org.apache.commons.collections.functors.TransformerClosure (implements org.apache.commons.collections.Closure, java.io.Serializable) -
      • org.apache.commons.collections.functors.TransformerPredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) -
      • org.apache.commons.collections.functors.TruePredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) -
      • org.apache.commons.collections.functors.UniquePredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) -
      • org.apache.commons.collections.functors.WhileClosure (implements org.apache.commons.collections.Closure, java.io.Serializable) -
      -
    -

    -Interface Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +org.apache.commons.collections.functors Class Hierarchy (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.collections.functors +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    +
      +
    • java.lang.Object
        +
      • org.apache.commons.collections.functors.AllPredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) +
      • org.apache.commons.collections.functors.AndPredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) +
      • org.apache.commons.collections.functors.AnyPredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) +
      • org.apache.commons.collections.functors.ChainedClosure (implements org.apache.commons.collections.Closure, java.io.Serializable) +
      • org.apache.commons.collections.functors.ChainedTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) +
      • org.apache.commons.collections.functors.CloneTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) +
      • org.apache.commons.collections.functors.ClosureTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) +
      • org.apache.commons.collections.functors.ConstantFactory (implements org.apache.commons.collections.Factory, java.io.Serializable) +
      • org.apache.commons.collections.functors.ConstantTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) +
      • org.apache.commons.collections.functors.EqualPredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) +
      • org.apache.commons.collections.functors.ExceptionClosure (implements org.apache.commons.collections.Closure, java.io.Serializable) +
      • org.apache.commons.collections.functors.ExceptionFactory (implements org.apache.commons.collections.Factory, java.io.Serializable) +
      • org.apache.commons.collections.functors.ExceptionPredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) +
      • org.apache.commons.collections.functors.ExceptionTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) +
      • org.apache.commons.collections.functors.FactoryTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) +
      • org.apache.commons.collections.functors.FalsePredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) +
      • org.apache.commons.collections.functors.ForClosure (implements org.apache.commons.collections.Closure, java.io.Serializable) +
      • org.apache.commons.collections.functors.IdentityPredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) +
      • org.apache.commons.collections.functors.IfClosure (implements org.apache.commons.collections.Closure, java.io.Serializable) +
      • org.apache.commons.collections.functors.InstanceofPredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) +
      • org.apache.commons.collections.functors.InstantiateFactory (implements org.apache.commons.collections.Factory, java.io.Serializable) +
      • org.apache.commons.collections.functors.InstantiateTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) +
      • org.apache.commons.collections.functors.InvokerTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) +
      • org.apache.commons.collections.functors.MapTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) +
      • org.apache.commons.collections.functors.NonePredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) +
      • org.apache.commons.collections.functors.NOPClosure (implements org.apache.commons.collections.Closure, java.io.Serializable) +
      • org.apache.commons.collections.functors.NOPTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) +
      • org.apache.commons.collections.functors.NotNullPredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) +
      • org.apache.commons.collections.functors.NotPredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) +
      • org.apache.commons.collections.functors.NullIsExceptionPredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) +
      • org.apache.commons.collections.functors.NullIsFalsePredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) +
      • org.apache.commons.collections.functors.NullIsTruePredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) +
      • org.apache.commons.collections.functors.NullPredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) +
      • org.apache.commons.collections.functors.OnePredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) +
      • org.apache.commons.collections.functors.OrPredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) +
      • org.apache.commons.collections.functors.PredicateTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) +
      • org.apache.commons.collections.functors.PrototypeFactory
      • org.apache.commons.collections.functors.StringValueTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) +
      • org.apache.commons.collections.functors.SwitchClosure (implements org.apache.commons.collections.Closure, java.io.Serializable) +
      • org.apache.commons.collections.functors.SwitchTransformer (implements java.io.Serializable, org.apache.commons.collections.Transformer) +
      • org.apache.commons.collections.functors.TransformedPredicate (implements org.apache.commons.collections.Predicate, org.apache.commons.collections.functors.PredicateDecorator, java.io.Serializable) +
      • org.apache.commons.collections.functors.TransformerClosure (implements org.apache.commons.collections.Closure, java.io.Serializable) +
      • org.apache.commons.collections.functors.TransformerPredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) +
      • org.apache.commons.collections.functors.TruePredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) +
      • org.apache.commons.collections.functors.UniquePredicate (implements org.apache.commons.collections.Predicate, java.io.Serializable) +
      • org.apache.commons.collections.functors.WhileClosure (implements org.apache.commons.collections.Closure, java.io.Serializable) +
      +
    +

    +Interface Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/package-use.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/package-use.html index 35810b6..1d2fa36 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/package-use.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/functors/package-use.html @@ -1,172 +1,172 @@ - - - - - - - -Uses of Package org.apache.commons.collections.functors (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    org.apache.commons.collections.functors

    -
    - - - - - - - - - -
    -Packages that use org.apache.commons.collections.functors
    org.apache.commons.collections.functors -This package contains implementations of the -Closure, -Predicate, -Transformer and -Factory interfaces. 
    -  -

    - - - - - - - - -
    -Classes in org.apache.commons.collections.functors used by org.apache.commons.collections.functors
    PredicateDecorator - -
    -          Defines a predicate that decorates one or more other predicates.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Package org.apache.commons.collections.functors (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.collections.functors

    +
    + + + + + + + + + +
    +Packages that use org.apache.commons.collections.functors
    org.apache.commons.collections.functors +This package contains implementations of the +Closure, +Predicate, +Transformer and +Factory interfaces. 
    +  +

    + + + + + + + + +
    +Classes in org.apache.commons.collections.functors used by org.apache.commons.collections.functors
    PredicateDecorator + +
    +          Defines a predicate that decorates one or more other predicates.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/AbstractIteratorDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/AbstractIteratorDecorator.html index 0cc76b4..6d6e98a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/AbstractIteratorDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/AbstractIteratorDecorator.html @@ -1,386 +1,386 @@ - - - - - - - -AbstractIteratorDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class AbstractIteratorDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.AbstractIteratorDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator
    -
    -
    -
    Direct Known Subclasses:
    AbstractDualBidiMap.EntrySetIterator, AbstractDualBidiMap.KeySetIterator, AbstractDualBidiMap.ValuesIterator
    -
    -
    -
    -
    public class AbstractIteratorDecorator
    extends java.lang.Object
    implements java.util.Iterator
    - - -

    + + + + + + + +AbstractIteratorDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class AbstractIteratorDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.AbstractIteratorDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator
    +
    +
    +
    Direct Known Subclasses:
    AbstractDualBidiMap.EntrySetIterator, AbstractDualBidiMap.KeySetIterator, AbstractDualBidiMap.ValuesIterator
    +
    +
    +
    +
    public class AbstractIteratorDecorator
    extends java.lang.Object
    implements java.util.Iterator
    + + +

    Provides basic behaviour for decorating an iterator with extra functionality.

    - All methods are forwarded to the decorated iterator. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Strachan, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.Iteratoriterator - -
    -          The iterator being decorated
    -  - - - - - - - - - - -
    -Constructor Summary
    AbstractIteratorDecorator(java.util.Iterator iterator) - -
    -          Constructor that decorates the specified iterator.
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -protected  java.util.IteratorgetIterator() - -
    -          Gets the iterator being decorated.
    - booleanhasNext() - -
    -           
    - java.lang.Objectnext() - -
    -           
    - voidremove() - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -iterator

    -
    -protected final java.util.Iterator iterator
    -
    -
    The iterator being decorated -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractIteratorDecorator

    -
    -public AbstractIteratorDecorator(java.util.Iterator iterator)
    -
    -
    Constructor that decorates the specified iterator. -

    -

    -
    Parameters:
    iterator - the iterator to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if the collection is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getIterator

    -
    -protected java.util.Iterator getIterator()
    -
    -
    Gets the iterator being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated iterator
    -
    -
    -
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    -
    Specified by:
    hasNext in interface java.util.Iterator
    -
    -
    -
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    Specified by:
    next in interface java.util.Iterator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    Specified by:
    remove in interface java.util.Iterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + All methods are forwarded to the decorated iterator. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Strachan, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.Iteratoriterator + +
    +          The iterator being decorated
    +  + + + + + + + + + + +
    +Constructor Summary
    AbstractIteratorDecorator(java.util.Iterator iterator) + +
    +          Constructor that decorates the specified iterator.
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +protected  java.util.IteratorgetIterator() + +
    +          Gets the iterator being decorated.
    + booleanhasNext() + +
    +           
    + java.lang.Objectnext() + +
    +           
    + voidremove() + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +iterator

    +
    +protected final java.util.Iterator iterator
    +
    +
    The iterator being decorated +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractIteratorDecorator

    +
    +public AbstractIteratorDecorator(java.util.Iterator iterator)
    +
    +
    Constructor that decorates the specified iterator. +

    +

    +
    Parameters:
    iterator - the iterator to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getIterator

    +
    +protected java.util.Iterator getIterator()
    +
    +
    Gets the iterator being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated iterator
    +
    +
    +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    +
    Specified by:
    hasNext in interface java.util.Iterator
    +
    +
    +
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    Specified by:
    next in interface java.util.Iterator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    Specified by:
    remove in interface java.util.Iterator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/AbstractListIteratorDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/AbstractListIteratorDecorator.html index 95554a9..1441a57 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/AbstractListIteratorDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/AbstractListIteratorDecorator.html @@ -1,518 +1,518 @@ - - - - - - - -AbstractListIteratorDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class AbstractListIteratorDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.AbstractListIteratorDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator
    -
    -
    -
    Direct Known Subclasses:
    PredicatedList.PredicatedListIterator, TransformedList.TransformedListIterator
    -
    -
    -
    -
    public class AbstractListIteratorDecorator
    extends java.lang.Object
    implements java.util.ListIterator
    - - -

    + + + + + + + +AbstractListIteratorDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class AbstractListIteratorDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.AbstractListIteratorDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator
    +
    +
    +
    Direct Known Subclasses:
    PredicatedList.PredicatedListIterator, TransformedList.TransformedListIterator
    +
    +
    +
    +
    public class AbstractListIteratorDecorator
    extends java.lang.Object
    implements java.util.ListIterator
    + + +

    Provides basic behaviour for decorating a list iterator with extra functionality.

    - All methods are forwarded to the decorated list iterator. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Rodney Waldhoff, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.ListIteratoriterator - -
    -          The iterator being decorated
    -  - - - - - - - - - - -
    -Constructor Summary
    AbstractListIteratorDecorator(java.util.ListIterator iterator) - -
    -          Constructor that decorates the specified iterator.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(java.lang.Object obj) - -
    -           
    -protected  java.util.ListIteratorgetListIterator() - -
    -          Gets the iterator being decorated.
    - booleanhasNext() - -
    -           
    - booleanhasPrevious() - -
    -           
    - java.lang.Objectnext() - -
    -           
    - intnextIndex() - -
    -           
    - java.lang.Objectprevious() - -
    -           
    - intpreviousIndex() - -
    -           
    - voidremove() - -
    -           
    - voidset(java.lang.Object obj) - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -iterator

    -
    -protected final java.util.ListIterator iterator
    -
    -
    The iterator being decorated -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractListIteratorDecorator

    -
    -public AbstractListIteratorDecorator(java.util.ListIterator iterator)
    -
    -
    Constructor that decorates the specified iterator. -

    -

    -
    Parameters:
    iterator - the iterator to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if the collection is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getListIterator

    -
    -protected java.util.ListIterator getListIterator()
    -
    -
    Gets the iterator being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated iterator
    -
    -
    -
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    -
    Specified by:
    nextIndex in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    -
    Specified by:
    hasPrevious in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    -
    Specified by:
    previous in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -previousIndex

    -
    -public int previousIndex()
    -
    -
    -
    Specified by:
    previousIndex in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object obj)
    -
    -
    -
    Specified by:
    set in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public void add(java.lang.Object obj)
    -
    -
    -
    Specified by:
    add in interface java.util.ListIterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + All methods are forwarded to the decorated list iterator. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Rodney Waldhoff, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.ListIteratoriterator + +
    +          The iterator being decorated
    +  + + + + + + + + + + +
    +Constructor Summary
    AbstractListIteratorDecorator(java.util.ListIterator iterator) + +
    +          Constructor that decorates the specified iterator.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(java.lang.Object obj) + +
    +           
    +protected  java.util.ListIteratorgetListIterator() + +
    +          Gets the iterator being decorated.
    + booleanhasNext() + +
    +           
    + booleanhasPrevious() + +
    +           
    + java.lang.Objectnext() + +
    +           
    + intnextIndex() + +
    +           
    + java.lang.Objectprevious() + +
    +           
    + intpreviousIndex() + +
    +           
    + voidremove() + +
    +           
    + voidset(java.lang.Object obj) + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +iterator

    +
    +protected final java.util.ListIterator iterator
    +
    +
    The iterator being decorated +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractListIteratorDecorator

    +
    +public AbstractListIteratorDecorator(java.util.ListIterator iterator)
    +
    +
    Constructor that decorates the specified iterator. +

    +

    +
    Parameters:
    iterator - the iterator to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getListIterator

    +
    +protected java.util.ListIterator getListIterator()
    +
    +
    Gets the iterator being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated iterator
    +
    +
    +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    +
    Specified by:
    nextIndex in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    +
    Specified by:
    hasPrevious in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    +
    Specified by:
    previous in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    +
    +
    Specified by:
    previousIndex in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object obj)
    +
    +
    +
    Specified by:
    set in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Object obj)
    +
    +
    +
    Specified by:
    add in interface java.util.ListIterator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/AbstractMapIteratorDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/AbstractMapIteratorDecorator.html index b5f56b5..a0aa1f2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/AbstractMapIteratorDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/AbstractMapIteratorDecorator.html @@ -1,478 +1,478 @@ - - - - - - - -AbstractMapIteratorDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class AbstractMapIteratorDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, MapIterator
    -
    -
    -
    -
    public class AbstractMapIteratorDecorator
    extends java.lang.Object
    implements MapIterator
    - - -

    + + + + + + + +AbstractMapIteratorDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class AbstractMapIteratorDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, MapIterator
    +
    +
    +
    +
    public class AbstractMapIteratorDecorator
    extends java.lang.Object
    implements MapIterator
    + + +

    Provides basic behaviour for decorating a map iterator with extra functionality.

    - All methods are forwarded to the decorated map iterator. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  MapIteratoriterator - -
    -          The iterator being decorated
    -  - - - - - - - - - - -
    -Constructor Summary
    AbstractMapIteratorDecorator(MapIterator iterator) - -
    -          Constructor that decorates the specified iterator.
    -  - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    -Method Summary
    - java.lang.ObjectgetKey() - -
    + All methods are forwarded to the decorated map iterator. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  MapIteratoriterator + +
    +          The iterator being decorated
    +  + + + + + + + + + + +
    +Constructor Summary
    AbstractMapIteratorDecorator(MapIterator iterator) + +
    +          Constructor that decorates the specified iterator.
    +  + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - -
    +Method Summary
    + java.lang.ObjectgetKey() + +
              Gets the current key, which is the key returned by the last call - to next().
    -protected  MapIteratorgetMapIterator() - -
    -          Gets the iterator being decorated.
    - java.lang.ObjectgetValue() - -
    + to next().
    +protected  MapIteratorgetMapIterator() + +
    +          Gets the iterator being decorated.
    + java.lang.ObjectgetValue() + +
              Gets the current value, which is the value associated with the last key - returned by next().
    - booleanhasNext() - -
    -          Checks to see if there are more entries still to be iterated.
    - java.lang.Objectnext() - -
    -          Gets the next key from the Map.
    - voidremove() - -
    -          Removes the last returned key from the underlying Map (optional operation).
    - java.lang.ObjectsetValue(java.lang.Object obj) - -
    -          Sets the value associated with the current key (optional operation).
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -iterator

    -
    -protected final MapIterator iterator
    -
    -
    The iterator being decorated -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractMapIteratorDecorator

    -
    -public AbstractMapIteratorDecorator(MapIterator iterator)
    -
    -
    Constructor that decorates the specified iterator. -

    -

    -
    Parameters:
    iterator - the iterator to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if the collection is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getMapIterator

    -
    -protected MapIterator getMapIterator()
    -
    -
    Gets the iterator being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated iterator
    -
    -
    -
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Description copied from interface: MapIterator
    -
    Checks to see if there are more entries still to be iterated. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface MapIterator
    -
    -
    - -
    Returns:
    true if the iterator has more elements
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Description copied from interface: MapIterator
    -
    Gets the next key from the Map. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    -
    -
    - -
    Returns:
    the next key in the iteration
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    Description copied from interface: MapIterator
    + returned by next().
    + booleanhasNext() + +
    +          Checks to see if there are more entries still to be iterated.
    + java.lang.Objectnext() + +
    +          Gets the next key from the Map.
    + voidremove() + +
    +          Removes the last returned key from the underlying Map (optional operation).
    + java.lang.ObjectsetValue(java.lang.Object obj) + +
    +          Sets the value associated with the current key (optional operation).
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +iterator

    +
    +protected final MapIterator iterator
    +
    +
    The iterator being decorated +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractMapIteratorDecorator

    +
    +public AbstractMapIteratorDecorator(MapIterator iterator)
    +
    +
    Constructor that decorates the specified iterator. +

    +

    +
    Parameters:
    iterator - the iterator to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getMapIterator

    +
    +protected MapIterator getMapIterator()
    +
    +
    Gets the iterator being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated iterator
    +
    +
    +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Description copied from interface: MapIterator
    +
    Checks to see if there are more entries still to be iterated. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface MapIterator
    +
    +
    + +
    Returns:
    true if the iterator has more elements
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Description copied from interface: MapIterator
    +
    Gets the next key from the Map. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    +
    +
    + +
    Returns:
    the next key in the iteration
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    Description copied from interface: MapIterator
    Removes the last returned key from the underlying Map (optional operation).

    - This method can be called once per call to next(). -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface MapIterator
    -
    -
    -
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    Description copied from interface: MapIterator
    + This method can be called once per call to next(). +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface MapIterator
    +
    +
    +
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    Description copied from interface: MapIterator
    Gets the current key, which is the key returned by the last call - to next(). -

    -

    -
    Specified by:
    getKey in interface MapIterator
    -
    -
    - -
    Returns:
    the current key
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    Description copied from interface: MapIterator
    + to next(). +

    +

    +
    Specified by:
    getKey in interface MapIterator
    +
    +
    + +
    Returns:
    the current key
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Description copied from interface: MapIterator
    Gets the current value, which is the value associated with the last key - returned by next(). -

    -

    -
    Specified by:
    getValue in interface MapIterator
    -
    -
    - -
    Returns:
    the current value
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object obj)
    -
    -
    Description copied from interface: MapIterator
    -
    Sets the value associated with the current key (optional operation). -

    -

    -
    Specified by:
    setValue in interface MapIterator
    -
    -
    -
    Parameters:
    obj - the new value -
    Returns:
    the previous value
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + returned by next(). +

    +

    +
    Specified by:
    getValue in interface MapIterator
    +
    +
    + +
    Returns:
    the current value
    +
    + +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object obj)
    +
    +
    Description copied from interface: MapIterator
    +
    Sets the value associated with the current key (optional operation). +

    +

    +
    Specified by:
    setValue in interface MapIterator
    +
    +
    +
    Parameters:
    obj - the new value +
    Returns:
    the previous value
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/AbstractOrderedMapIteratorDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/AbstractOrderedMapIteratorDecorator.html index a14d32a..e9f8987 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/AbstractOrderedMapIteratorDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/AbstractOrderedMapIteratorDecorator.html @@ -1,530 +1,530 @@ - - - - - - - -AbstractOrderedMapIteratorDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class AbstractOrderedMapIteratorDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, OrderedIterator, OrderedMapIterator
    -
    -
    -
    -
    public class AbstractOrderedMapIteratorDecorator
    extends java.lang.Object
    implements OrderedMapIterator
    - - -

    + + + + + + + +AbstractOrderedMapIteratorDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class AbstractOrderedMapIteratorDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, OrderedIterator, OrderedMapIterator
    +
    +
    +
    +
    public class AbstractOrderedMapIteratorDecorator
    extends java.lang.Object
    implements OrderedMapIterator
    + + +

    Provides basic behaviour for decorating an ordered map iterator with extra functionality.

    - All methods are forwarded to the decorated map iterator. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  OrderedMapIteratoriterator - -
    -          The iterator being decorated
    -  - - - - - - - - - - -
    -Constructor Summary
    AbstractOrderedMapIteratorDecorator(OrderedMapIterator iterator) - -
    -          Constructor that decorates the specified iterator.
    -  - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    - java.lang.ObjectgetKey() - -
    + All methods are forwarded to the decorated map iterator. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  OrderedMapIteratoriterator + +
    +          The iterator being decorated
    +  + + + + + + + + + + +
    +Constructor Summary
    AbstractOrderedMapIteratorDecorator(OrderedMapIterator iterator) + +
    +          Constructor that decorates the specified iterator.
    +  + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    + java.lang.ObjectgetKey() + +
              Gets the current key, which is the key returned by the last call - to next().
    -protected  OrderedMapIteratorgetOrderedMapIterator() - -
    -          Gets the iterator being decorated.
    - java.lang.ObjectgetValue() - -
    + to next().
    +protected  OrderedMapIteratorgetOrderedMapIterator() + +
    +          Gets the iterator being decorated.
    + java.lang.ObjectgetValue() + +
              Gets the current value, which is the value associated with the last key - returned by next().
    - booleanhasNext() - -
    -          Checks to see if there are more entries still to be iterated.
    - booleanhasPrevious() - -
    -          Checks to see if there is a previous element that can be iterated to.
    - java.lang.Objectnext() - -
    -          Gets the next key from the Map.
    - java.lang.Objectprevious() - -
    -          Gets the previous element from the collection.
    - voidremove() - -
    -          Removes the last returned key from the underlying Map (optional operation).
    - java.lang.ObjectsetValue(java.lang.Object obj) - -
    -          Sets the value associated with the current key (optional operation).
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -iterator

    -
    -protected final OrderedMapIterator iterator
    -
    -
    The iterator being decorated -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractOrderedMapIteratorDecorator

    -
    -public AbstractOrderedMapIteratorDecorator(OrderedMapIterator iterator)
    -
    -
    Constructor that decorates the specified iterator. -

    -

    -
    Parameters:
    iterator - the iterator to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if the collection is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getOrderedMapIterator

    -
    -protected OrderedMapIterator getOrderedMapIterator()
    -
    -
    Gets the iterator being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated iterator
    -
    -
    -
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Description copied from interface: MapIterator
    -
    Checks to see if there are more entries still to be iterated. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface MapIterator
    -
    -
    - -
    Returns:
    true if the iterator has more elements
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Description copied from interface: MapIterator
    -
    Gets the next key from the Map. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    -
    -
    - -
    Returns:
    the next key in the iteration
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    Description copied from interface: OrderedIterator
    -
    Checks to see if there is a previous element that can be iterated to. -

    -

    -
    Specified by:
    hasPrevious in interface OrderedIterator
    Specified by:
    hasPrevious in interface OrderedMapIterator
    -
    -
    - -
    Returns:
    true if the iterator has a previous element
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    Description copied from interface: OrderedIterator
    -
    Gets the previous element from the collection. -

    -

    -
    Specified by:
    previous in interface OrderedIterator
    Specified by:
    previous in interface OrderedMapIterator
    -
    -
    - -
    Returns:
    the previous element in the iteration
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    Description copied from interface: MapIterator
    + returned by next().
    + booleanhasNext() + +
    +          Checks to see if there are more entries still to be iterated.
    + booleanhasPrevious() + +
    +          Checks to see if there is a previous element that can be iterated to.
    + java.lang.Objectnext() + +
    +          Gets the next key from the Map.
    + java.lang.Objectprevious() + +
    +          Gets the previous element from the collection.
    + voidremove() + +
    +          Removes the last returned key from the underlying Map (optional operation).
    + java.lang.ObjectsetValue(java.lang.Object obj) + +
    +          Sets the value associated with the current key (optional operation).
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +iterator

    +
    +protected final OrderedMapIterator iterator
    +
    +
    The iterator being decorated +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractOrderedMapIteratorDecorator

    +
    +public AbstractOrderedMapIteratorDecorator(OrderedMapIterator iterator)
    +
    +
    Constructor that decorates the specified iterator. +

    +

    +
    Parameters:
    iterator - the iterator to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getOrderedMapIterator

    +
    +protected OrderedMapIterator getOrderedMapIterator()
    +
    +
    Gets the iterator being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated iterator
    +
    +
    +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Description copied from interface: MapIterator
    +
    Checks to see if there are more entries still to be iterated. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface MapIterator
    +
    +
    + +
    Returns:
    true if the iterator has more elements
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Description copied from interface: MapIterator
    +
    Gets the next key from the Map. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    +
    +
    + +
    Returns:
    the next key in the iteration
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    Description copied from interface: OrderedIterator
    +
    Checks to see if there is a previous element that can be iterated to. +

    +

    +
    Specified by:
    hasPrevious in interface OrderedIterator
    Specified by:
    hasPrevious in interface OrderedMapIterator
    +
    +
    + +
    Returns:
    true if the iterator has a previous element
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    Description copied from interface: OrderedIterator
    +
    Gets the previous element from the collection. +

    +

    +
    Specified by:
    previous in interface OrderedIterator
    Specified by:
    previous in interface OrderedMapIterator
    +
    +
    + +
    Returns:
    the previous element in the iteration
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    Description copied from interface: MapIterator
    Removes the last returned key from the underlying Map (optional operation).

    - This method can be called once per call to next(). -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface MapIterator
    -
    -
    -
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    Description copied from interface: MapIterator
    + This method can be called once per call to next(). +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface MapIterator
    +
    +
    +
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    Description copied from interface: MapIterator
    Gets the current key, which is the key returned by the last call - to next(). -

    -

    -
    Specified by:
    getKey in interface MapIterator
    -
    -
    - -
    Returns:
    the current key
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    Description copied from interface: MapIterator
    + to next(). +

    +

    +
    Specified by:
    getKey in interface MapIterator
    +
    +
    + +
    Returns:
    the current key
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Description copied from interface: MapIterator
    Gets the current value, which is the value associated with the last key - returned by next(). -

    -

    -
    Specified by:
    getValue in interface MapIterator
    -
    -
    - -
    Returns:
    the current value
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object obj)
    -
    -
    Description copied from interface: MapIterator
    -
    Sets the value associated with the current key (optional operation). -

    -

    -
    Specified by:
    setValue in interface MapIterator
    -
    -
    -
    Parameters:
    obj - the new value -
    Returns:
    the previous value
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + returned by next(). +

    +

    +
    Specified by:
    getValue in interface MapIterator
    +
    +
    + +
    Returns:
    the current value
    +
    + +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object obj)
    +
    +
    Description copied from interface: MapIterator
    +
    Sets the value associated with the current key (optional operation). +

    +

    +
    Specified by:
    setValue in interface MapIterator
    +
    +
    +
    Parameters:
    obj - the new value +
    Returns:
    the previous value
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ArrayIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ArrayIterator.html index 95e4f80..06225f1 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ArrayIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ArrayIterator.html @@ -1,628 +1,628 @@ - - - - - - - -ArrayIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class ArrayIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.ArrayIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, ResettableIterator
    -
    -
    -
    Direct Known Subclasses:
    ArrayListIterator
    -
    -
    -
    -
    public class ArrayIterator
    extends java.lang.Object
    implements ResettableIterator
    - - -

    + + + + + + + +ArrayIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class ArrayIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.ArrayIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, ResettableIterator
    +
    +
    +
    Direct Known Subclasses:
    ArrayListIterator
    +
    +
    +
    +
    public class ArrayIterator
    extends java.lang.Object
    implements ResettableIterator
    + + +

    Implements an Iterator over any array.

    - The array can be either an array of object or of primitives. If you know - that you have an object array, the + The array can be either an array of object or of primitives. If you know + that you have an object array, the ObjectArrayIterator class is a better choice, as it will perform better.

    - The iterator implements a reset() method, allowing the reset of - the iterator back to the start if required. -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    -
    Author:
    -
    James Strachan, Mauricio S. Moura, Michael A. Smith, Neil O'Toole, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  java.lang.Objectarray - -
    -          The array to iterate over
    -protected  intendIndex - -
    -          The end index to loop to
    -protected  intindex - -
    -          The current iterator index
    -protected  intstartIndex - -
    -          The start index to loop from
    -  - - - - - - - - - - - - + + + + +
    -Constructor Summary
    ArrayIterator() - -
    -          Constructor for use with setArray.
    ArrayIterator(java.lang.Object array) - -
    + The iterator implements a reset() method, allowing the reset of + the iterator back to the start if required. +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    +
    Author:
    +
    James Strachan, Mauricio S. Moura, Michael A. Smith, Neil O'Toole, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  java.lang.Objectarray + +
    +          The array to iterate over
    +protected  intendIndex + +
    +          The end index to loop to
    +protected  intindex + +
    +          The current iterator index
    +protected  intstartIndex + +
    +          The start index to loop from
    +  + + + + + + + + + + + + - - - + + + - - - - -
    +Constructor Summary
    ArrayIterator() + +
    +          Constructor for use with setArray.
    ArrayIterator(java.lang.Object array) + +
              Constructs an ArrayIterator that will iterate over the values in the - specified array.
    ArrayIterator(java.lang.Object array, - int startIndex) - -
    + specified array.
    ArrayIterator(java.lang.Object array, + int startIndex) + +
              Constructs an ArrayIterator that will iterate over the values in the - specified array from a specific start index.
    ArrayIterator(java.lang.Object array, - int startIndex, - int endIndex) - -
    -          Construct an ArrayIterator that will iterate over a range of values - in the specified array.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -protected  voidcheckBound(int bound, - java.lang.String type) - -
    -          Checks whether the index is valid or not.
    - java.lang.ObjectgetArray() - -
    -          Gets the array that this iterator is iterating over.
    - booleanhasNext() - -
    -          Returns true if there are more elements to return from the array.
    - java.lang.Objectnext() - -
    -          Returns the next element in the array.
    - voidremove() - -
    -          Throws UnsupportedOperationException.
    - voidreset() - -
    -          Resets the iterator back to the start index.
    - voidsetArray(java.lang.Object array) - -
    -          Sets the array that the ArrayIterator should iterate over.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -array

    -
    -protected java.lang.Object array
    -
    -
    The array to iterate over -

    -

    -
    -
    -
    - -

    -startIndex

    -
    -protected int startIndex
    -
    -
    The start index to loop from -

    -

    -
    -
    -
    - -

    -endIndex

    -
    -protected int endIndex
    -
    -
    The end index to loop to -

    -

    -
    -
    -
    - -

    -index

    -
    -protected int index
    -
    -
    The current iterator index -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -ArrayIterator

    -
    -public ArrayIterator()
    -
    + specified array from a specific start index.
    ArrayIterator(java.lang.Object array, + int startIndex, + int endIndex) + +
    +          Construct an ArrayIterator that will iterate over a range of values + in the specified array.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +protected  voidcheckBound(int bound, + java.lang.String type) + +
    +          Checks whether the index is valid or not.
    + java.lang.ObjectgetArray() + +
    +          Gets the array that this iterator is iterating over.
    + booleanhasNext() + +
    +          Returns true if there are more elements to return from the array.
    + java.lang.Objectnext() + +
    +          Returns the next element in the array.
    + voidremove() + +
    +          Throws UnsupportedOperationException.
    + voidreset() + +
    +          Resets the iterator back to the start index.
    + voidsetArray(java.lang.Object array) + +
    +          Sets the array that the ArrayIterator should iterate over.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +array

    +
    +protected java.lang.Object array
    +
    +
    The array to iterate over +

    +

    +
    +
    +
    + +

    +startIndex

    +
    +protected int startIndex
    +
    +
    The start index to loop from +

    +

    +
    +
    +
    + +

    +endIndex

    +
    +protected int endIndex
    +
    +
    The end index to loop to +

    +

    +
    +
    +
    + +

    +index

    +
    +protected int index
    +
    +
    The current iterator index +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ArrayIterator

    +
    +public ArrayIterator()
    +
    Constructor for use with setArray.

    Using this constructor, the iterator is equivalent to an empty iterator - until setArray(Object) is called to establish the array to iterate over. -

    -

    -
    - -

    -ArrayIterator

    -
    -public ArrayIterator(java.lang.Object array)
    -
    + until setArray(Object) is called to establish the array to iterate over. +

    +

    +
    + +

    +ArrayIterator

    +
    +public ArrayIterator(java.lang.Object array)
    +
    Constructs an ArrayIterator that will iterate over the values in the - specified array. -

    -

    -
    Parameters:
    array - the array to iterate over. -
    Throws: -
    java.lang.IllegalArgumentException - if array is not an array. -
    java.lang.NullPointerException - if array is null
    -
    -
    - -

    -ArrayIterator

    -
    -public ArrayIterator(java.lang.Object array,
    -                     int startIndex)
    -
    + specified array. +

    +

    +
    Parameters:
    array - the array to iterate over. +
    Throws: +
    java.lang.IllegalArgumentException - if array is not an array. +
    java.lang.NullPointerException - if array is null
    +
    +
    + +

    +ArrayIterator

    +
    +public ArrayIterator(java.lang.Object array,
    +                     int startIndex)
    +
    Constructs an ArrayIterator that will iterate over the values in the - specified array from a specific start index. -

    -

    -
    Parameters:
    array - the array to iterate over.
    startIndex - the index to start iterating at. -
    Throws: -
    java.lang.IllegalArgumentException - if array is not an array. -
    java.lang.NullPointerException - if array is null -
    java.lang.IndexOutOfBoundsException - if the index is invalid
    -
    -
    - -

    -ArrayIterator

    -
    -public ArrayIterator(java.lang.Object array,
    -                     int startIndex,
    -                     int endIndex)
    -
    -
    Construct an ArrayIterator that will iterate over a range of values - in the specified array. -

    -

    -
    Parameters:
    array - the array to iterate over.
    startIndex - the index to start iterating at.
    endIndex - the index to finish iterating at. -
    Throws: -
    java.lang.IllegalArgumentException - if array is not an array. -
    java.lang.NullPointerException - if array is null -
    java.lang.IndexOutOfBoundsException - if either index is invalid
    -
    - - - - - - - - -
    -Method Detail
    - -

    -checkBound

    -
    -protected void checkBound(int bound,
    -                          java.lang.String type)
    -
    -
    Checks whether the index is valid or not. -

    -

    -
    -
    -
    -
    Parameters:
    bound - the index to check
    type - the index type (for error messages) -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is invalid
    -
    -
    -
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Returns true if there are more elements to return from the array. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    -
    -
    - -
    Returns:
    true if there is a next element to return
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Returns the next element in the array. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    -
    -
    - -
    Returns:
    the next element in the array -
    Throws: + specified array from a specific start index. +

    +

    +
    Parameters:
    array - the array to iterate over.
    startIndex - the index to start iterating at. +
    Throws: +
    java.lang.IllegalArgumentException - if array is not an array. +
    java.lang.NullPointerException - if array is null +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    + +

    +ArrayIterator

    +
    +public ArrayIterator(java.lang.Object array,
    +                     int startIndex,
    +                     int endIndex)
    +
    +
    Construct an ArrayIterator that will iterate over a range of values + in the specified array. +

    +

    +
    Parameters:
    array - the array to iterate over.
    startIndex - the index to start iterating at.
    endIndex - the index to finish iterating at. +
    Throws: +
    java.lang.IllegalArgumentException - if array is not an array. +
    java.lang.NullPointerException - if array is null +
    java.lang.IndexOutOfBoundsException - if either index is invalid
    +
    + + + + + + + + +
    +Method Detail
    + +

    +checkBound

    +
    +protected void checkBound(int bound,
    +                          java.lang.String type)
    +
    +
    Checks whether the index is valid or not. +

    +

    +
    +
    +
    +
    Parameters:
    bound - the index to check
    type - the index type (for error messages) +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Returns true if there are more elements to return from the array. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    +
    +
    + +
    Returns:
    true if there is a next element to return
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Returns the next element in the array. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    +
    +
    + +
    Returns:
    the next element in the array +
    Throws:
    java.util.NoSuchElementException - if all the elements in the array - have already been returned
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    Throws UnsupportedOperationException. -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    -
    -
    - -
    Throws: -
    java.lang.UnsupportedOperationException - always
    -
    -
    -
    - -

    -getArray

    -
    -public java.lang.Object getArray()
    -
    -
    Gets the array that this iterator is iterating over. -

    -

    -
    -
    -
    - + have already been returned
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    Throws UnsupportedOperationException. +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    +
    +
    + +
    Throws: +
    java.lang.UnsupportedOperationException - always
    +
    +
    +
    + +

    +getArray

    +
    +public java.lang.Object getArray()
    +
    +
    Gets the array that this iterator is iterating over. +

    +

    +
    +
    +
    +
    Returns:
    the array this iterator iterates over, or null if the no-arg constructor was used and setArray(Object) has never - been called with a valid array.
    -
    -
    -
    - -

    -setArray

    -
    -public void setArray(java.lang.Object array)
    -
    + been called with a valid array.
    +
    +
    +
    + +

    +setArray

    +
    +public void setArray(java.lang.Object array)
    +
    Sets the array that the ArrayIterator should iterate over.

    If an array has previously been set (using the single-arg constructor or this method) then that array is discarded in favour of this one. Iteration is restarted at the start of the new array. Although this can be used to reset iteration, the reset() method - is a more effective choice. -

    -

    -
    -
    -
    -
    Parameters:
    array - the array that the iterator should iterate over. -
    Throws: -
    java.lang.IllegalArgumentException - if array is not an array. -
    java.lang.NullPointerException - if array is null
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    -
    Resets the iterator back to the start index. -

    -

    -
    Specified by:
    reset in interface ResettableIterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + is a more effective choice. +

    +

    +
    +
    +
    +
    Parameters:
    array - the array that the iterator should iterate over. +
    Throws: +
    java.lang.IllegalArgumentException - if array is not an array. +
    java.lang.NullPointerException - if array is null
    +
    + +
    + +

    +reset

    +
    +public void reset()
    +
    +
    Resets the iterator back to the start index. +

    +

    +
    Specified by:
    reset in interface ResettableIterator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ArrayListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ArrayListIterator.html index faa3916..a16a60a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ArrayListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ArrayListIterator.html @@ -1,615 +1,615 @@ - - - - - - - -ArrayListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class ArrayListIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.ArrayIterator
    -      extended by org.apache.commons.collections.iterators.ArrayListIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, ResettableIterator, ResettableListIterator
    -
    -
    -
    -
    public class ArrayListIterator
    extends ArrayIterator
    implements java.util.ListIterator, ResettableListIterator
    - - -

    -Implements a ListIterator over an array. + + + + + + + +ArrayListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class ArrayListIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.ArrayIterator
    +      extended by org.apache.commons.collections.iterators.ArrayListIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, ResettableIterator, ResettableListIterator
    +
    +
    +
    +
    public class ArrayListIterator
    extends ArrayIterator
    implements java.util.ListIterator, ResettableListIterator
    + + +

    +Implements a ListIterator over an array.

    - The array can be either an array of object or of primitives. If you know + The array can be either an array of object or of primitives. If you know that you have an object array, the ObjectArrayListIterator class is a better choice, as it will perform better. - +

    - This iterator does not support add(Object) or ArrayIterator.remove(), as the array - cannot be changed in size. The set(Object) method is supported however. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    -
    Author:
    -
    Neil O'Toole, Stephen Colebourne, Phil Steitz
    -
    See Also:
    ArrayIterator, -Iterator, -ListIterator
    -
    - -

    - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Field Summary
    -protected  intlastItemIndex - -
    + This iterator does not support add(Object) or ArrayIterator.remove(), as the array + cannot be changed in size. The set(Object) method is supported however. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    +
    Author:
    +
    Neil O'Toole, Stephen Colebourne, Phil Steitz
    +
    See Also:
    ArrayIterator, +Iterator, +ListIterator
    +
    + +

    + + + + + + + + + + - -
    +Field Summary
    +protected  intlastItemIndex + +
              Holds the index of the last item returned by a call to next() - or previous().
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.iterators.ArrayIterator
    array, endIndex, index, startIndex
    -  - - - - - - - - - - - - + +
    -Constructor Summary
    ArrayListIterator() - -
    -          Constructor for use with setArray.
    ArrayListIterator(java.lang.Object array) - -
    + or previous().
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.iterators.ArrayIterator
    array, endIndex, index, startIndex
    +  + + + + + + + + + + + + - - - + + + - - - - -
    +Constructor Summary
    ArrayListIterator() + +
    +          Constructor for use with setArray.
    ArrayListIterator(java.lang.Object array) + +
              Constructs an ArrayListIterator that will iterate over the values in the - specified array.
    ArrayListIterator(java.lang.Object array, - int startIndex) - -
    + specified array.
    ArrayListIterator(java.lang.Object array, + int startIndex) + +
              Constructs an ArrayListIterator that will iterate over the values in the - specified array from a specific start index.
    ArrayListIterator(java.lang.Object array, - int startIndex, - int endIndex) - -
    -          Construct an ArrayListIterator that will iterate over a range of values - in the specified array.
    -  - - - - - - - - - - + + + + +
    -Method Summary
    - voidadd(java.lang.Object o) - -
    + specified array from a specific start index.
    ArrayListIterator(java.lang.Object array, + int startIndex, + int endIndex) + +
    +          Construct an ArrayListIterator that will iterate over a range of values + in the specified array.
    +  + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    + voidadd(java.lang.Object o) + +
              This iterator does not support modification of its backing collection, and so will - always throw an UnsupportedOperationException when this method is invoked.
    - booleanhasPrevious() - -
    -          Returns true if there are previous elements to return from the array.
    - java.lang.Objectnext() - -
    -          Gets the next element from the array.
    - intnextIndex() - -
    -          Gets the next index to be retrieved.
    - java.lang.Objectprevious() - -
    -          Gets the previous element from the array.
    - intpreviousIndex() - -
    -          Gets the index of the item to be retrieved if previous() is called.
    - voidreset() - -
    -          Resets the iterator back to the start index.
    - voidset(java.lang.Object o) - -
    -          Sets the element under the cursor.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.iterators.ArrayIterator
    checkBound, getArray, hasNext, remove, setArray
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -lastItemIndex

    -
    -protected int lastItemIndex
    -
    + always throw an UnsupportedOperationException when this method is invoked.
    + booleanhasPrevious() + +
    +          Returns true if there are previous elements to return from the array.
    + java.lang.Objectnext() + +
    +          Gets the next element from the array.
    + intnextIndex() + +
    +          Gets the next index to be retrieved.
    + java.lang.Objectprevious() + +
    +          Gets the previous element from the array.
    + intpreviousIndex() + +
    +          Gets the index of the item to be retrieved if previous() is called.
    + voidreset() + +
    +          Resets the iterator back to the start index.
    + voidset(java.lang.Object o) + +
    +          Sets the element under the cursor.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.iterators.ArrayIterator
    checkBound, getArray, hasNext, remove, setArray
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +lastItemIndex

    +
    +protected int lastItemIndex
    +
    Holds the index of the last item returned by a call to next() or previous(). This is set to -1 if neither method - has yet been invoked. lastItemIndex is used to to implement - the set(java.lang.Object) method. -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -ArrayListIterator

    -
    -public ArrayListIterator()
    -
    + has yet been invoked. lastItemIndex is used to to implement + the set(java.lang.Object) method. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ArrayListIterator

    +
    +public ArrayListIterator()
    +
    Constructor for use with setArray.

    Using this constructor, the iterator is equivalent to an empty iterator - until ArrayIterator.setArray(Object) is called to establish the array to iterate over. -

    -

    -
    - -

    -ArrayListIterator

    -
    -public ArrayListIterator(java.lang.Object array)
    -
    + until ArrayIterator.setArray(Object) is called to establish the array to iterate over. +

    +

    +
    + +

    +ArrayListIterator

    +
    +public ArrayListIterator(java.lang.Object array)
    +
    Constructs an ArrayListIterator that will iterate over the values in the - specified array. -

    -

    -
    Parameters:
    array - the array to iterate over -
    Throws: -
    java.lang.IllegalArgumentException - if array is not an array. -
    java.lang.NullPointerException - if array is null
    -
    -
    - -

    -ArrayListIterator

    -
    -public ArrayListIterator(java.lang.Object array,
    -                         int startIndex)
    -
    + specified array. +

    +

    +
    Parameters:
    array - the array to iterate over +
    Throws: +
    java.lang.IllegalArgumentException - if array is not an array. +
    java.lang.NullPointerException - if array is null
    +
    +
    + +

    +ArrayListIterator

    +
    +public ArrayListIterator(java.lang.Object array,
    +                         int startIndex)
    +
    Constructs an ArrayListIterator that will iterate over the values in the - specified array from a specific start index. -

    -

    -
    Parameters:
    array - the array to iterate over
    startIndex - the index to start iterating at -
    Throws: -
    java.lang.IllegalArgumentException - if array is not an array. -
    java.lang.NullPointerException - if array is null -
    java.lang.IndexOutOfBoundsException - if the start index is out of bounds
    -
    -
    - -

    -ArrayListIterator

    -
    -public ArrayListIterator(java.lang.Object array,
    -                         int startIndex,
    -                         int endIndex)
    -
    -
    Construct an ArrayListIterator that will iterate over a range of values - in the specified array. -

    -

    -
    Parameters:
    array - the array to iterate over
    startIndex - the index to start iterating at
    endIndex - the index (exclusive) to finish iterating at -
    Throws: -
    java.lang.IllegalArgumentException - if array is not an array. -
    java.lang.IndexOutOfBoundsException - if the start or end index is out of bounds -
    java.lang.IllegalArgumentException - if end index is before the start -
    java.lang.NullPointerException - if array is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    Returns true if there are previous elements to return from the array. -

    -

    -
    Specified by:
    hasPrevious in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    true if there is a previous element to return
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    Gets the previous element from the array. -

    -

    -
    Specified by:
    previous in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the previous element -
    Throws: -
    java.util.NoSuchElementException - if there is no previous element
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Gets the next element from the array. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    Overrides:
    next in class ArrayIterator
    -
    -
    - -
    Returns:
    the next element -
    Throws: -
    java.util.NoSuchElementException - if there is no next element
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    Gets the next index to be retrieved. -

    -

    -
    Specified by:
    nextIndex in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the index of the item to be retrieved next
    -
    -
    -
    - -

    -previousIndex

    -
    -public int previousIndex()
    -
    -
    Gets the index of the item to be retrieved if previous() is called. -

    -

    -
    Specified by:
    previousIndex in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the index of the item to be retrieved next
    -
    -
    -
    - -

    -add

    -
    -public void add(java.lang.Object o)
    -
    + specified array from a specific start index. +

    +

    +
    Parameters:
    array - the array to iterate over
    startIndex - the index to start iterating at +
    Throws: +
    java.lang.IllegalArgumentException - if array is not an array. +
    java.lang.NullPointerException - if array is null +
    java.lang.IndexOutOfBoundsException - if the start index is out of bounds
    +
    +
    + +

    +ArrayListIterator

    +
    +public ArrayListIterator(java.lang.Object array,
    +                         int startIndex,
    +                         int endIndex)
    +
    +
    Construct an ArrayListIterator that will iterate over a range of values + in the specified array. +

    +

    +
    Parameters:
    array - the array to iterate over
    startIndex - the index to start iterating at
    endIndex - the index (exclusive) to finish iterating at +
    Throws: +
    java.lang.IllegalArgumentException - if array is not an array. +
    java.lang.IndexOutOfBoundsException - if the start or end index is out of bounds +
    java.lang.IllegalArgumentException - if end index is before the start +
    java.lang.NullPointerException - if array is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    Returns true if there are previous elements to return from the array. +

    +

    +
    Specified by:
    hasPrevious in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    true if there is a previous element to return
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    Gets the previous element from the array. +

    +

    +
    Specified by:
    previous in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the previous element +
    Throws: +
    java.util.NoSuchElementException - if there is no previous element
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Gets the next element from the array. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    Overrides:
    next in class ArrayIterator
    +
    +
    + +
    Returns:
    the next element +
    Throws: +
    java.util.NoSuchElementException - if there is no next element
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    Gets the next index to be retrieved. +

    +

    +
    Specified by:
    nextIndex in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the index of the item to be retrieved next
    +
    +
    +
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    +
    Gets the index of the item to be retrieved if previous() is called. +

    +

    +
    Specified by:
    previousIndex in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the index of the item to be retrieved next
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Object o)
    +
    This iterator does not support modification of its backing collection, and so will - always throw an UnsupportedOperationException when this method is invoked. -

    -

    -
    Specified by:
    add in interface java.util.ListIterator
    -
    -
    - -
    Throws: -
    java.lang.UnsupportedOperationException - always thrown.
    See Also:
    ListIterator.set(java.lang.Object)
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object o)
    -
    + always throw an UnsupportedOperationException when this method is invoked. +

    +

    +
    Specified by:
    add in interface java.util.ListIterator
    +
    +
    + +
    Throws: +
    java.lang.UnsupportedOperationException - always thrown.
    See Also:
    ListIterator.set(java.lang.Object)
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object o)
    +
    Sets the element under the cursor.

    - This method sets the element that was returned by the last call - to next() of previous(). + This method sets the element that was returned by the last call + to next() of previous().

    Note: ListIterator implementations that support add() and remove() only allow set() to be called once per call to next() or previous (see the ListIterator javadoc for more details). Since this implementation does not support add() or remove(), set() may be - called as often as desired. -

    -

    -
    Specified by:
    set in interface java.util.ListIterator
    -
    -
    -
    See Also:
    ListIterator.set(java.lang.Object)
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    -
    Resets the iterator back to the start index. -

    -

    -
    Specified by:
    reset in interface ResettableIterator
    Specified by:
    reset in interface ResettableListIterator
    Overrides:
    reset in class ArrayIterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + called as often as desired. +

    +

    +
    Specified by:
    set in interface java.util.ListIterator
    +
    +
    +
    See Also:
    ListIterator.set(java.lang.Object)
    +
    + +
    + +

    +reset

    +
    +public void reset()
    +
    +
    Resets the iterator back to the start index. +

    +

    +
    Specified by:
    reset in interface ResettableIterator
    Specified by:
    reset in interface ResettableListIterator
    Overrides:
    reset in class ArrayIterator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/CollatingIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/CollatingIterator.html index 37ab58c..e3f5e65 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/CollatingIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/CollatingIterator.html @@ -1,598 +1,598 @@ - - - - - - - -CollatingIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class CollatingIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.CollatingIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator
    -
    -
    -
    -
    public class CollatingIterator
    extends java.lang.Object
    implements java.util.Iterator
    - - -

    + + + + + + + +CollatingIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class CollatingIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.CollatingIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator
    +
    +
    +
    +
    public class CollatingIterator
    extends java.lang.Object
    implements java.util.Iterator
    + + +

    Provides an ordered iteration over the elements contained in a collection of ordered Iterators.

    Given two ordered Iterator instances A and B, - the next() method on this iterator will return the lesser of - A.next() and B.next(). -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Rodney Waldhoff, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - - + +
    -Constructor Summary
    CollatingIterator() - -
    -          Constructs a new CollatingIterator.
    CollatingIterator(java.util.Comparator comp) - -
    + the next() method on this iterator will return the lesser of + A.next() and B.next(). +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Rodney Waldhoff, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - -
    +Constructor Summary
    CollatingIterator() + +
    +          Constructs a new CollatingIterator.
    CollatingIterator(java.util.Comparator comp) + +
              Constructs a new CollatingIterator that will used the - specified comparator for ordering.
    CollatingIterator(java.util.Comparator comp, - java.util.Collection iterators) - -
    + specified comparator for ordering.
    CollatingIterator(java.util.Comparator comp, + java.util.Collection iterators) + +
              Constructs a new CollatingIterator that will use the specified comparator to provide ordered iteration over the collection - of iterators.
    CollatingIterator(java.util.Comparator comp, - int initIterCapacity) - -
    + of iterators.
    CollatingIterator(java.util.Comparator comp, + int initIterCapacity) + +
              Constructs a new CollatingIterator that will used the specified comparator for ordering and have the specified initial - capacity.
    CollatingIterator(java.util.Comparator comp, - java.util.Iterator[] iterators) - -
    + capacity.
    CollatingIterator(java.util.Comparator comp, + java.util.Iterator[] iterators) + +
              Constructs a new CollatingIterator that will use the specified comparator to provide ordered iteration over the array - of iterators.
    CollatingIterator(java.util.Comparator comp, - java.util.Iterator a, - java.util.Iterator b) - -
    + of iterators.
    CollatingIterator(java.util.Comparator comp, + java.util.Iterator a, + java.util.Iterator b) + +
              Constructs a new CollatingIterator that will use the specified comparator to provide ordered iteration over the two - given iterators.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidaddIterator(java.util.Iterator iterator) - -
    -          Adds the given Iterator to the iterators being collated.
    - java.util.ComparatorgetComparator() - -
    -          Gets the Comparator by which collatation occurs.
    - java.util.ListgetIterators() - -
    -          Gets the list of Iterators (unmodifiable).
    - booleanhasNext() - -
    -          Returns true if any child iterator has remaining elements.
    - java.lang.Objectnext() - -
    -          Returns the next ordered element from a child iterator.
    - voidremove() - -
    -          Removes the last returned element from the child iterator that - produced it.
    - voidsetComparator(java.util.Comparator comp) - -
    -          Sets the Comparator by which collation occurs.
    - voidsetIterator(int index, - java.util.Iterator iterator) - -
    -          Sets the iterator at the given index.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -CollatingIterator

    -
    -public CollatingIterator()
    -
    + given iterators.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidaddIterator(java.util.Iterator iterator) + +
    +          Adds the given Iterator to the iterators being collated.
    + java.util.ComparatorgetComparator() + +
    +          Gets the Comparator by which collatation occurs.
    + java.util.ListgetIterators() + +
    +          Gets the list of Iterators (unmodifiable).
    + booleanhasNext() + +
    +          Returns true if any child iterator has remaining elements.
    + java.lang.Objectnext() + +
    +          Returns the next ordered element from a child iterator.
    + voidremove() + +
    +          Removes the last returned element from the child iterator that + produced it.
    + voidsetComparator(java.util.Comparator comp) + +
    +          Sets the Comparator by which collation occurs.
    + voidsetIterator(int index, + java.util.Iterator iterator) + +
    +          Sets the iterator at the given index.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +CollatingIterator

    +
    +public CollatingIterator()
    +
    Constructs a new CollatingIterator. Natural sort order - will be used, and child iterators will have to be manually added - using the addIterator(Iterator) method. -

    -

    -
    - -

    -CollatingIterator

    -
    -public CollatingIterator(java.util.Comparator comp)
    -
    + will be used, and child iterators will have to be manually added + using the addIterator(Iterator) method. +

    +

    +
    + +

    +CollatingIterator

    +
    +public CollatingIterator(java.util.Comparator comp)
    +
    Constructs a new CollatingIterator that will used the - specified comparator for ordering. Child iterators will have to be - manually added using the addIterator(Iterator) method. -

    -

    -
    Parameters:
    comp - the comparator to use to sort, or null to use natural sort order
    -
    -
    - -

    -CollatingIterator

    -
    -public CollatingIterator(java.util.Comparator comp,
    -                         int initIterCapacity)
    -
    + specified comparator for ordering. Child iterators will have to be + manually added using the addIterator(Iterator) method. +

    +

    +
    Parameters:
    comp - the comparator to use to sort, or null to use natural sort order
    +
    +
    + +

    +CollatingIterator

    +
    +public CollatingIterator(java.util.Comparator comp,
    +                         int initIterCapacity)
    +
    Constructs a new CollatingIterator that will used the specified comparator for ordering and have the specified initial - capacity. Child iterators will have to be - manually added using the addIterator(Iterator) method. -

    -

    + capacity. Child iterators will have to be + manually added using the addIterator(Iterator) method. +

    +

    Parameters:
    comp - the comparator to use to sort, or null to use natural sort order
    initIterCapacity - the initial capacity for the internal list - of child iterators
    -
    -
    - -

    -CollatingIterator

    -
    -public CollatingIterator(java.util.Comparator comp,
    -                         java.util.Iterator a,
    -                         java.util.Iterator b)
    -
    + of child iterators
    +
    +
    + +

    +CollatingIterator

    +
    +public CollatingIterator(java.util.Comparator comp,
    +                         java.util.Iterator a,
    +                         java.util.Iterator b)
    +
    Constructs a new CollatingIterator that will use the specified comparator to provide ordered iteration over the two - given iterators. -

    -

    -
    Parameters:
    comp - the comparator to use to sort, or null to use natural sort order
    a - the first child ordered iterator
    b - the second child ordered iterator -
    Throws: -
    java.lang.NullPointerException - if either iterator is null
    -
    -
    - -

    -CollatingIterator

    -
    -public CollatingIterator(java.util.Comparator comp,
    -                         java.util.Iterator[] iterators)
    -
    + given iterators. +

    +

    +
    Parameters:
    comp - the comparator to use to sort, or null to use natural sort order
    a - the first child ordered iterator
    b - the second child ordered iterator +
    Throws: +
    java.lang.NullPointerException - if either iterator is null
    +
    +
    + +

    +CollatingIterator

    +
    +public CollatingIterator(java.util.Comparator comp,
    +                         java.util.Iterator[] iterators)
    +
    Constructs a new CollatingIterator that will use the specified comparator to provide ordered iteration over the array - of iterators. -

    -

    -
    Parameters:
    comp - the comparator to use to sort, or null to use natural sort order
    iterators - the array of iterators -
    Throws: -
    java.lang.NullPointerException - if iterators array is or contains null
    -
    -
    - -

    -CollatingIterator

    -
    -public CollatingIterator(java.util.Comparator comp,
    -                         java.util.Collection iterators)
    -
    + of iterators. +

    +

    +
    Parameters:
    comp - the comparator to use to sort, or null to use natural sort order
    iterators - the array of iterators +
    Throws: +
    java.lang.NullPointerException - if iterators array is or contains null
    +
    +
    + +

    +CollatingIterator

    +
    +public CollatingIterator(java.util.Comparator comp,
    +                         java.util.Collection iterators)
    +
    Constructs a new CollatingIterator that will use the specified comparator to provide ordered iteration over the collection - of iterators. -

    -

    -
    Parameters:
    comp - the comparator to use to sort, or null to use natural sort order
    iterators - the collection of iterators -
    Throws: -
    java.lang.NullPointerException - if the iterators collection is or contains null + of iterators. +

    +

    +
    Parameters:
    comp - the comparator to use to sort, or null to use natural sort order
    iterators - the collection of iterators +
    Throws: +
    java.lang.NullPointerException - if the iterators collection is or contains null
    java.lang.ClassCastException - if the iterators collection contains an - element that's not an Iterator
    -
    - - - - - - - - -
    -Method Detail
    - -

    -addIterator

    -
    -public void addIterator(java.util.Iterator iterator)
    -
    -
    Adds the given Iterator to the iterators being collated. -

    -

    -
    -
    -
    -
    Parameters:
    iterator - the iterator to add to the collation, must not be null -
    Throws: -
    java.lang.IllegalStateException - if iteration has started -
    java.lang.NullPointerException - if the iterator is null
    -
    -
    -
    - -

    -setIterator

    -
    -public void setIterator(int index,
    -                        java.util.Iterator iterator)
    -
    -
    Sets the iterator at the given index. -

    -

    -
    -
    -
    -
    Parameters:
    index - index of the Iterator to replace
    iterator - Iterator to place at the given index -
    Throws: -
    java.lang.IndexOutOfBoundsException - if index < 0 or index > size() -
    java.lang.IllegalStateException - if iteration has started -
    java.lang.NullPointerException - if the iterator is null
    -
    -
    -
    - -

    -getIterators

    -
    -public java.util.List getIterators()
    -
    -
    Gets the list of Iterators (unmodifiable). -

    -

    -
    -
    -
    - -
    Returns:
    the unmodifiable list of iterators added
    -
    -
    -
    - -

    -getComparator

    -
    -public java.util.Comparator getComparator()
    -
    -
    Gets the Comparator by which collatation occurs. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -setComparator

    -
    -public void setComparator(java.util.Comparator comp)
    -
    -
    Sets the Comparator by which collation occurs. -

    -

    -
    -
    -
    - -
    Throws: -
    java.lang.IllegalStateException - if iteration has started
    -
    -
    -
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Returns true if any child iterator has remaining elements. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    -
    -
    - -
    Returns:
    true if this iterator has remaining elements
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -                      throws java.util.NoSuchElementException
    -
    -
    Returns the next ordered element from a child iterator. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    -
    -
    - -
    Returns:
    the next ordered element -
    Throws: -
    java.util.NoSuchElementException - if no child iterator has any more elements
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    Removes the last returned element from the child iterator that - produced it. -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    -
    -
    - -
    Throws: + element that's not an Iterator
    +
    + + + + + + + + +
    +Method Detail
    + +

    +addIterator

    +
    +public void addIterator(java.util.Iterator iterator)
    +
    +
    Adds the given Iterator to the iterators being collated. +

    +

    +
    +
    +
    +
    Parameters:
    iterator - the iterator to add to the collation, must not be null +
    Throws: +
    java.lang.IllegalStateException - if iteration has started +
    java.lang.NullPointerException - if the iterator is null
    +
    +
    +
    + +

    +setIterator

    +
    +public void setIterator(int index,
    +                        java.util.Iterator iterator)
    +
    +
    Sets the iterator at the given index. +

    +

    +
    +
    +
    +
    Parameters:
    index - index of the Iterator to replace
    iterator - Iterator to place at the given index +
    Throws: +
    java.lang.IndexOutOfBoundsException - if index < 0 or index > size() +
    java.lang.IllegalStateException - if iteration has started +
    java.lang.NullPointerException - if the iterator is null
    +
    +
    +
    + +

    +getIterators

    +
    +public java.util.List getIterators()
    +
    +
    Gets the list of Iterators (unmodifiable). +

    +

    +
    +
    +
    + +
    Returns:
    the unmodifiable list of iterators added
    +
    +
    +
    + +

    +getComparator

    +
    +public java.util.Comparator getComparator()
    +
    +
    Gets the Comparator by which collatation occurs. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +setComparator

    +
    +public void setComparator(java.util.Comparator comp)
    +
    +
    Sets the Comparator by which collation occurs. +

    +

    +
    +
    +
    + +
    Throws: +
    java.lang.IllegalStateException - if iteration has started
    +
    +
    +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Returns true if any child iterator has remaining elements. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    +
    +
    + +
    Returns:
    true if this iterator has remaining elements
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +                      throws java.util.NoSuchElementException
    +
    +
    Returns the next ordered element from a child iterator. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    +
    +
    + +
    Returns:
    the next ordered element +
    Throws: +
    java.util.NoSuchElementException - if no child iterator has any more elements
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    Removes the last returned element from the child iterator that + produced it. +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    +
    +
    + +
    Throws:
    java.lang.IllegalStateException - if there is no last returned element, - or if the last returned element has already been removed
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + or if the last returned element has already been removed
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyIterator.html index 477335d..508e24b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyIterator.html @@ -1,581 +1,581 @@ - - - - - - - -EmptyIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class EmptyIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.EmptyIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, ResettableIterator
    -
    -
    -
    -
    public class EmptyIterator
    extends java.lang.Object
    implements ResettableIterator
    - - -

    + + + + + + + +EmptyIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class EmptyIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.EmptyIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, ResettableIterator
    +
    +
    +
    +
    public class EmptyIterator
    extends java.lang.Object
    implements ResettableIterator
    + + +

    Provides an implementation of an empty iterator.

    This class provides an implementation of an empty iterator. This class provides for binary compatability between Commons Collections - 2.1.1 and 3.1 due to issues with IteratorUtils. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.1.1 and 3.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - - - - -
    -Field Summary
    -static java.util.IteratorINSTANCE - -
    -          Singleton instance of the iterator.
    -static ResettableIteratorRESETTABLE_INSTANCE - -
    -          Singleton instance of the iterator.
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected EmptyIterator() - -
    -          Constructor.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(java.lang.Object obj) - -
    -           
    - java.lang.ObjectgetKey() - -
    -           
    - java.lang.ObjectgetValue() - -
    -           
    - booleanhasNext() - -
    -           
    - booleanhasPrevious() - -
    -           
    - java.lang.Objectnext() - -
    -           
    - intnextIndex() - -
    -           
    - java.lang.Objectprevious() - -
    -           
    - intpreviousIndex() - -
    -           
    - voidremove() - -
    -           
    - voidreset() - -
    -           
    - voidset(java.lang.Object obj) - -
    -           
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.ResettableIterator
    reset
    - - - - - - - -
    Methods inherited from interface java.util.Iterator
    hasNext, next, remove
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -RESETTABLE_INSTANCE

    -
    -public static final ResettableIterator RESETTABLE_INSTANCE
    -
    -
    Singleton instance of the iterator. -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -

    -INSTANCE

    -
    -public static final java.util.Iterator INSTANCE
    -
    -
    Singleton instance of the iterator. -

    -

    -
    Since:
    -
    Commons Collections 2.1.1 and 3.1
    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -EmptyIterator

    -
    -protected EmptyIterator()
    -
    -
    Constructor. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    -
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    -
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    -
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    -
    -
    -
    -
    - -

    -previousIndex

    -
    -public int previousIndex()
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public void add(java.lang.Object obj)
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object obj)
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    -
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    -
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    -
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + 2.1.1 and 3.1 due to issues with IteratorUtils. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.1.1 and 3.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + +
    +Field Summary
    +static java.util.IteratorINSTANCE + +
    +          Singleton instance of the iterator.
    +static ResettableIteratorRESETTABLE_INSTANCE + +
    +          Singleton instance of the iterator.
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected EmptyIterator() + +
    +          Constructor.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(java.lang.Object obj) + +
    +           
    + java.lang.ObjectgetKey() + +
    +           
    + java.lang.ObjectgetValue() + +
    +           
    + booleanhasNext() + +
    +           
    + booleanhasPrevious() + +
    +           
    + java.lang.Objectnext() + +
    +           
    + intnextIndex() + +
    +           
    + java.lang.Objectprevious() + +
    +           
    + intpreviousIndex() + +
    +           
    + voidremove() + +
    +           
    + voidreset() + +
    +           
    + voidset(java.lang.Object obj) + +
    +           
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.ResettableIterator
    reset
    + + + + + + + +
    Methods inherited from interface java.util.Iterator
    hasNext, next, remove
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +RESETTABLE_INSTANCE

    +
    +public static final ResettableIterator RESETTABLE_INSTANCE
    +
    +
    Singleton instance of the iterator. +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +

    +INSTANCE

    +
    +public static final java.util.Iterator INSTANCE
    +
    +
    Singleton instance of the iterator. +

    +

    +
    Since:
    +
    Commons Collections 2.1.1 and 3.1
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +EmptyIterator

    +
    +protected EmptyIterator()
    +
    +
    Constructor. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    +
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    +
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    +
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    +
    +
    +
    +
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Object obj)
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object obj)
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    +
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    +
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    +
    +
    +
    +
    + +

    +reset

    +
    +public void reset()
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyListIterator.html index 4a58a9c..1591a70 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyListIterator.html @@ -1,581 +1,581 @@ - - - - - - - -EmptyListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class EmptyListIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.EmptyListIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, ResettableIterator, ResettableListIterator
    -
    -
    -
    -
    public class EmptyListIterator
    extends java.lang.Object
    implements ResettableListIterator
    - - -

    + + + + + + + +EmptyListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class EmptyListIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.EmptyListIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, ResettableIterator, ResettableListIterator
    +
    +
    +
    +
    public class EmptyListIterator
    extends java.lang.Object
    implements ResettableListIterator
    + + +

    Provides an implementation of an empty list iterator.

    This class provides an implementation of an empty list iterator. This class provides for binary compatability between Commons Collections - 2.1.1 and 3.1 due to issues with IteratorUtils. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.1.1 and 3.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - - - - -
    -Field Summary
    -static java.util.ListIteratorINSTANCE - -
    -          Singleton instance of the iterator.
    -static ResettableListIteratorRESETTABLE_INSTANCE - -
    -          Singleton instance of the iterator.
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected EmptyListIterator() - -
    -          Constructor.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(java.lang.Object obj) - -
    -           
    - java.lang.ObjectgetKey() - -
    -           
    - java.lang.ObjectgetValue() - -
    -           
    - booleanhasNext() - -
    -           
    - booleanhasPrevious() - -
    -           
    - java.lang.Objectnext() - -
    -           
    - intnextIndex() - -
    -           
    - java.lang.Objectprevious() - -
    -           
    - intpreviousIndex() - -
    -           
    - voidremove() - -
    -           
    - voidreset() - -
    -           
    - voidset(java.lang.Object obj) - -
    -           
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.ResettableListIterator
    reset
    - - - - - - - -
    Methods inherited from interface java.util.ListIterator
    add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -RESETTABLE_INSTANCE

    -
    -public static final ResettableListIterator RESETTABLE_INSTANCE
    -
    -
    Singleton instance of the iterator. -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -

    -INSTANCE

    -
    -public static final java.util.ListIterator INSTANCE
    -
    -
    Singleton instance of the iterator. -

    -

    -
    Since:
    -
    Commons Collections 2.1.1 and 3.1
    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -EmptyListIterator

    -
    -protected EmptyListIterator()
    -
    -
    Constructor. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    -
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    -
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    -
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    -
    -
    -
    -
    - -

    -previousIndex

    -
    -public int previousIndex()
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public void add(java.lang.Object obj)
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object obj)
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    -
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    -
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    -
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + 2.1.1 and 3.1 due to issues with IteratorUtils. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.1.1 and 3.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + +
    +Field Summary
    +static java.util.ListIteratorINSTANCE + +
    +          Singleton instance of the iterator.
    +static ResettableListIteratorRESETTABLE_INSTANCE + +
    +          Singleton instance of the iterator.
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected EmptyListIterator() + +
    +          Constructor.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(java.lang.Object obj) + +
    +           
    + java.lang.ObjectgetKey() + +
    +           
    + java.lang.ObjectgetValue() + +
    +           
    + booleanhasNext() + +
    +           
    + booleanhasPrevious() + +
    +           
    + java.lang.Objectnext() + +
    +           
    + intnextIndex() + +
    +           
    + java.lang.Objectprevious() + +
    +           
    + intpreviousIndex() + +
    +           
    + voidremove() + +
    +           
    + voidreset() + +
    +           
    + voidset(java.lang.Object obj) + +
    +           
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.ResettableListIterator
    reset
    + + + + + + + +
    Methods inherited from interface java.util.ListIterator
    add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +RESETTABLE_INSTANCE

    +
    +public static final ResettableListIterator RESETTABLE_INSTANCE
    +
    +
    Singleton instance of the iterator. +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +

    +INSTANCE

    +
    +public static final java.util.ListIterator INSTANCE
    +
    +
    Singleton instance of the iterator. +

    +

    +
    Since:
    +
    Commons Collections 2.1.1 and 3.1
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +EmptyListIterator

    +
    +protected EmptyListIterator()
    +
    +
    Constructor. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    +
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    +
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    +
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    +
    +
    +
    +
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Object obj)
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object obj)
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    +
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    +
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    +
    +
    +
    +
    + +

    +reset

    +
    +public void reset()
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyMapIterator.html index 6896918..8e26492 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyMapIterator.html @@ -1,555 +1,555 @@ - - - - - - - -EmptyMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class EmptyMapIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.EmptyMapIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, ResettableIterator
    -
    -
    -
    -
    public class EmptyMapIterator
    extends java.lang.Object
    implements MapIterator, ResettableIterator
    - - -

    -Provides an implementation of an empty map iterator. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static MapIteratorINSTANCE - -
    -          Singleton instance of the iterator.
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected EmptyMapIterator() - -
    -          Constructor.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(java.lang.Object obj) - -
    -           
    - java.lang.ObjectgetKey() - -
    -           
    - java.lang.ObjectgetValue() - -
    -           
    - booleanhasNext() - -
    -           
    - booleanhasPrevious() - -
    -           
    - java.lang.Objectnext() - -
    -           
    - intnextIndex() - -
    -           
    - java.lang.Objectprevious() - -
    -           
    - intpreviousIndex() - -
    -           
    - voidremove() - -
    -           
    - voidreset() - -
    -           
    - voidset(java.lang.Object obj) - -
    -           
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.MapIterator
    getKey, getValue, hasNext, next, remove, setValue
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.ResettableIterator
    reset
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -INSTANCE

    -
    -public static final MapIterator INSTANCE
    -
    -
    Singleton instance of the iterator. -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -EmptyMapIterator

    -
    -protected EmptyMapIterator()
    -
    -
    Constructor. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    -
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    -
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    -
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    -
    -
    -
    -
    - -

    -previousIndex

    -
    -public int previousIndex()
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public void add(java.lang.Object obj)
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object obj)
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    -
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    -
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    -
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +EmptyMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.iterators +
    +Class EmptyMapIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.EmptyMapIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, ResettableIterator
    +
    +
    +
    +
    public class EmptyMapIterator
    extends java.lang.Object
    implements MapIterator, ResettableIterator
    + + +

    +Provides an implementation of an empty map iterator. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static MapIteratorINSTANCE + +
    +          Singleton instance of the iterator.
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected EmptyMapIterator() + +
    +          Constructor.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(java.lang.Object obj) + +
    +           
    + java.lang.ObjectgetKey() + +
    +           
    + java.lang.ObjectgetValue() + +
    +           
    + booleanhasNext() + +
    +           
    + booleanhasPrevious() + +
    +           
    + java.lang.Objectnext() + +
    +           
    + intnextIndex() + +
    +           
    + java.lang.Objectprevious() + +
    +           
    + intpreviousIndex() + +
    +           
    + voidremove() + +
    +           
    + voidreset() + +
    +           
    + voidset(java.lang.Object obj) + +
    +           
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.MapIterator
    getKey, getValue, hasNext, next, remove, setValue
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.ResettableIterator
    reset
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +INSTANCE

    +
    +public static final MapIterator INSTANCE
    +
    +
    Singleton instance of the iterator. +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +EmptyMapIterator

    +
    +protected EmptyMapIterator()
    +
    +
    Constructor. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    +
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    +
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    +
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    +
    +
    +
    +
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Object obj)
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object obj)
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    +
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    +
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    +
    +
    +
    +
    + +

    +reset

    +
    +public void reset()
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyOrderedIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyOrderedIterator.html index f592e23..f1a82c9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyOrderedIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyOrderedIterator.html @@ -1,573 +1,573 @@ - - - - - - - -EmptyOrderedIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class EmptyOrderedIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.EmptyOrderedIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, OrderedIterator, ResettableIterator
    -
    -
    -
    -
    public class EmptyOrderedIterator
    extends java.lang.Object
    implements OrderedIterator, ResettableIterator
    - - -

    -Provides an implementation of an empty ordered iterator. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static OrderedIteratorINSTANCE - -
    -          Singleton instance of the iterator.
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected EmptyOrderedIterator() - -
    -          Constructor.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(java.lang.Object obj) - -
    -           
    - java.lang.ObjectgetKey() - -
    -           
    - java.lang.ObjectgetValue() - -
    -           
    - booleanhasNext() - -
    -           
    - booleanhasPrevious() - -
    -           
    - java.lang.Objectnext() - -
    -           
    - intnextIndex() - -
    -           
    - java.lang.Objectprevious() - -
    -           
    - intpreviousIndex() - -
    -           
    - voidremove() - -
    -           
    - voidreset() - -
    -           
    - voidset(java.lang.Object obj) - -
    -           
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.OrderedIterator
    hasPrevious, previous
    - - - - - - - -
    Methods inherited from interface java.util.Iterator
    hasNext, next, remove
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.ResettableIterator
    reset
    - - - - - - - -
    Methods inherited from interface java.util.Iterator
    hasNext, next, remove
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -INSTANCE

    -
    -public static final OrderedIterator INSTANCE
    -
    -
    Singleton instance of the iterator. -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -EmptyOrderedIterator

    -
    -protected EmptyOrderedIterator()
    -
    -
    Constructor. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    -
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    -
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    -
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    -
    -
    -
    -
    - -

    -previousIndex

    -
    -public int previousIndex()
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public void add(java.lang.Object obj)
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object obj)
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    -
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    -
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    -
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +EmptyOrderedIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.iterators +
    +Class EmptyOrderedIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.EmptyOrderedIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, OrderedIterator, ResettableIterator
    +
    +
    +
    +
    public class EmptyOrderedIterator
    extends java.lang.Object
    implements OrderedIterator, ResettableIterator
    + + +

    +Provides an implementation of an empty ordered iterator. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static OrderedIteratorINSTANCE + +
    +          Singleton instance of the iterator.
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected EmptyOrderedIterator() + +
    +          Constructor.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(java.lang.Object obj) + +
    +           
    + java.lang.ObjectgetKey() + +
    +           
    + java.lang.ObjectgetValue() + +
    +           
    + booleanhasNext() + +
    +           
    + booleanhasPrevious() + +
    +           
    + java.lang.Objectnext() + +
    +           
    + intnextIndex() + +
    +           
    + java.lang.Objectprevious() + +
    +           
    + intpreviousIndex() + +
    +           
    + voidremove() + +
    +           
    + voidreset() + +
    +           
    + voidset(java.lang.Object obj) + +
    +           
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.OrderedIterator
    hasPrevious, previous
    + + + + + + + +
    Methods inherited from interface java.util.Iterator
    hasNext, next, remove
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.ResettableIterator
    reset
    + + + + + + + +
    Methods inherited from interface java.util.Iterator
    hasNext, next, remove
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +INSTANCE

    +
    +public static final OrderedIterator INSTANCE
    +
    +
    Singleton instance of the iterator. +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +EmptyOrderedIterator

    +
    +protected EmptyOrderedIterator()
    +
    +
    Constructor. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    +
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    +
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    +
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    +
    +
    +
    +
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Object obj)
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object obj)
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    +
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    +
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    +
    +
    +
    +
    + +

    +reset

    +
    +public void reset()
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyOrderedMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyOrderedMapIterator.html index 72f4a74..3a2b5c1 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyOrderedMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EmptyOrderedMapIterator.html @@ -1,564 +1,564 @@ - - - - - - - -EmptyOrderedMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class EmptyOrderedMapIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.EmptyOrderedMapIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, OrderedIterator, OrderedMapIterator, ResettableIterator
    -
    -
    -
    -
    public class EmptyOrderedMapIterator
    extends java.lang.Object
    implements OrderedMapIterator, ResettableIterator
    - - -

    -Provides an implementation of an empty ordered map iterator. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -static OrderedMapIteratorINSTANCE - -
    -          Singleton instance of the iterator.
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected EmptyOrderedMapIterator() - -
    -          Constructor.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(java.lang.Object obj) - -
    -           
    - java.lang.ObjectgetKey() - -
    -           
    - java.lang.ObjectgetValue() - -
    -           
    - booleanhasNext() - -
    -           
    - booleanhasPrevious() - -
    -           
    - java.lang.Objectnext() - -
    -           
    - intnextIndex() - -
    -           
    - java.lang.Objectprevious() - -
    -           
    - intpreviousIndex() - -
    -           
    - voidremove() - -
    -           
    - voidreset() - -
    -           
    - voidset(java.lang.Object obj) - -
    -           
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.OrderedMapIterator
    hasPrevious, previous
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.MapIterator
    getKey, getValue, hasNext, next, remove, setValue
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.ResettableIterator
    reset
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -INSTANCE

    -
    -public static final OrderedMapIterator INSTANCE
    -
    -
    Singleton instance of the iterator. -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -EmptyOrderedMapIterator

    -
    -protected EmptyOrderedMapIterator()
    -
    -
    Constructor. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    -
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    -
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    -
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    -
    -
    -
    -
    - -

    -previousIndex

    -
    -public int previousIndex()
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public void add(java.lang.Object obj)
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object obj)
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    -
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    -
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    -
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +EmptyOrderedMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.iterators +
    +Class EmptyOrderedMapIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.EmptyOrderedMapIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, OrderedIterator, OrderedMapIterator, ResettableIterator
    +
    +
    +
    +
    public class EmptyOrderedMapIterator
    extends java.lang.Object
    implements OrderedMapIterator, ResettableIterator
    + + +

    +Provides an implementation of an empty ordered map iterator. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +static OrderedMapIteratorINSTANCE + +
    +          Singleton instance of the iterator.
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected EmptyOrderedMapIterator() + +
    +          Constructor.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(java.lang.Object obj) + +
    +           
    + java.lang.ObjectgetKey() + +
    +           
    + java.lang.ObjectgetValue() + +
    +           
    + booleanhasNext() + +
    +           
    + booleanhasPrevious() + +
    +           
    + java.lang.Objectnext() + +
    +           
    + intnextIndex() + +
    +           
    + java.lang.Objectprevious() + +
    +           
    + intpreviousIndex() + +
    +           
    + voidremove() + +
    +           
    + voidreset() + +
    +           
    + voidset(java.lang.Object obj) + +
    +           
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.OrderedMapIterator
    hasPrevious, previous
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.MapIterator
    getKey, getValue, hasNext, next, remove, setValue
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.ResettableIterator
    reset
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +INSTANCE

    +
    +public static final OrderedMapIterator INSTANCE
    +
    +
    Singleton instance of the iterator. +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +EmptyOrderedMapIterator

    +
    +protected EmptyOrderedMapIterator()
    +
    +
    Constructor. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    +
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    +
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    +
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    +
    +
    +
    +
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Object obj)
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object obj)
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    +
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    +
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    +
    +
    +
    +
    + +

    +reset

    +
    +public void reset()
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EntrySetMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EntrySetMapIterator.html index 3f0a0a6..30ca311 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EntrySetMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EntrySetMapIterator.html @@ -1,107 +1,107 @@ - - - - - - - -EntrySetMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class EntrySetMapIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.EntrySetMapIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, ResettableIterator
    -
    -
    -
    -
    public class EntrySetMapIterator
    extends java.lang.Object
    implements MapIterator, ResettableIterator
    - - -

    + + + + + + + +EntrySetMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class EntrySetMapIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.EntrySetMapIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, ResettableIterator
    +
    +
    +
    +
    public class EntrySetMapIterator
    extends java.lang.Object
    implements MapIterator, ResettableIterator
    + + +

    Implements a MapIterator using a Map entrySet. Reverse iteration is not supported.

    @@ -111,369 +111,369 @@ Implements a MapIterator using a Map entrySet.
        Object value = it.getValue();
        it.setValue(newValue);
      }
    - 
    -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    EntrySetMapIterator(java.util.Map map) - -
    -          Constructor.
    -  - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    - java.lang.ObjectgetKey() - -
    + +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    EntrySetMapIterator(java.util.Map map) + +
    +          Constructor.
    +  + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    + java.lang.ObjectgetKey() + +
              Gets the current key, which is the key returned by the last call - to next().
    - java.lang.ObjectgetValue() - -
    + to next().
    + java.lang.ObjectgetValue() + +
              Gets the current value, which is the value associated with the last key - returned by next().
    - booleanhasNext() - -
    -          Checks to see if there are more entries still to be iterated.
    - java.lang.Objectnext() - -
    -          Gets the next key from the Map.
    - voidremove() - -
    -          Removes the last returned key from the underlying Map.
    - voidreset() - -
    -          Resets the state of the iterator.
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -          Sets the value associated with the current key.
    - java.lang.StringtoString() - -
    -          Gets the iterator as a String.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -EntrySetMapIterator

    -
    -public EntrySetMapIterator(java.util.Map map)
    -
    -
    Constructor. -

    -

    -
    Parameters:
    map - the map to iterate over
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Checks to see if there are more entries still to be iterated. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface MapIterator
    -
    -
    - -
    Returns:
    true if the iterator has more elements
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Gets the next key from the Map. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    -
    -
    - -
    Returns:
    the next key in the iteration -
    Throws: -
    java.util.NoSuchElementException - if the iteration is finished
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    + returned by next().
    + booleanhasNext() + +
    +          Checks to see if there are more entries still to be iterated.
    + java.lang.Objectnext() + +
    +          Gets the next key from the Map.
    + voidremove() + +
    +          Removes the last returned key from the underlying Map.
    + voidreset() + +
    +          Resets the state of the iterator.
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +          Sets the value associated with the current key.
    + java.lang.StringtoString() + +
    +          Gets the iterator as a String.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +EntrySetMapIterator

    +
    +public EntrySetMapIterator(java.util.Map map)
    +
    +
    Constructor. +

    +

    +
    Parameters:
    map - the map to iterate over
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Checks to see if there are more entries still to be iterated. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface MapIterator
    +
    +
    + +
    Returns:
    true if the iterator has more elements
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Gets the next key from the Map. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    +
    +
    + +
    Returns:
    the next key in the iteration +
    Throws: +
    java.util.NoSuchElementException - if the iteration is finished
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    Removes the last returned key from the underlying Map.

    - This method can be called once per call to next(). -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface MapIterator
    -
    -
    - -
    Throws: -
    java.lang.UnsupportedOperationException - if remove is not supported by the map -
    java.lang.IllegalStateException - if next() has not yet been called + This method can be called once per call to next(). +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface MapIterator
    +
    +
    + +
    Throws: +
    java.lang.UnsupportedOperationException - if remove is not supported by the map +
    java.lang.IllegalStateException - if next() has not yet been called
    java.lang.IllegalStateException - if remove() has already been called - since the last call to next()
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    + since the last call to next()
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    Gets the current key, which is the key returned by the last call - to next(). -

    -

    -
    Specified by:
    getKey in interface MapIterator
    -
    -
    - -
    Returns:
    the current key -
    Throws: -
    java.lang.IllegalStateException - if next() has not yet been called
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    + to next(). +

    +

    +
    Specified by:
    getKey in interface MapIterator
    +
    +
    + +
    Returns:
    the current key +
    Throws: +
    java.lang.IllegalStateException - if next() has not yet been called
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    Gets the current value, which is the value associated with the last key - returned by next(). -

    -

    -
    Specified by:
    getValue in interface MapIterator
    -
    -
    - -
    Returns:
    the current value -
    Throws: -
    java.lang.IllegalStateException - if next() has not yet been called
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    Sets the value associated with the current key. -

    -

    -
    Specified by:
    setValue in interface MapIterator
    -
    -
    -
    Parameters:
    value - the new value -
    Returns:
    the previous value -
    Throws: -
    java.lang.UnsupportedOperationException - if setValue is not supported by the map -
    java.lang.IllegalStateException - if next() has not yet been called + returned by next(). +

    +

    +
    Specified by:
    getValue in interface MapIterator
    +
    +
    + +
    Returns:
    the current value +
    Throws: +
    java.lang.IllegalStateException - if next() has not yet been called
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    Sets the value associated with the current key. +

    +

    +
    Specified by:
    setValue in interface MapIterator
    +
    +
    +
    Parameters:
    value - the new value +
    Returns:
    the previous value +
    Throws: +
    java.lang.UnsupportedOperationException - if setValue is not supported by the map +
    java.lang.IllegalStateException - if next() has not yet been called
    java.lang.IllegalStateException - if remove() has been called since the - last call to next()
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    -
    Resets the state of the iterator. -

    -

    -
    Specified by:
    reset in interface ResettableIterator
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    Gets the iterator as a String. -

    -

    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    - -
    Returns:
    a string version of the iterator
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + last call to next()
    + + +
    + +

    +reset

    +
    +public void reset()
    +
    +
    Resets the state of the iterator. +

    +

    +
    Specified by:
    reset in interface ResettableIterator
    +
    +
    +
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Gets the iterator as a String. +

    +

    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    + +
    Returns:
    a string version of the iterator
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EnumerationIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EnumerationIterator.html index 903283b..a8cd3bf 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EnumerationIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/EnumerationIterator.html @@ -1,427 +1,427 @@ - - - - - - - -EnumerationIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class EnumerationIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.EnumerationIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator
    -
    -
    -
    -
    public class EnumerationIterator
    extends java.lang.Object
    implements java.util.Iterator
    - - -

    + + + + + + + +EnumerationIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class EnumerationIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.EnumerationIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator
    +
    +
    +
    +
    public class EnumerationIterator
    extends java.lang.Object
    implements java.util.Iterator
    + + +

    Adapter to make Enumeration instances appear - to be Iterator instances. -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Strachan, Daniel Rall
    -
    -
    - -

    - - - - - - - - - - + +
    -Constructor Summary
    EnumerationIterator() - -
    + to be Iterator instances. +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Strachan, Daniel Rall
    +
    +
    + +

    + + + + + + + + + + - - - + + + - - - + + + - -
    +Constructor Summary
    EnumerationIterator() + +
              Constructs a new EnumerationIterator that will not - function until setEnumeration(Enumeration) is called.
    EnumerationIterator(java.util.Enumeration enumeration) - -
    + function until setEnumeration(Enumeration) is called.
    EnumerationIterator(java.util.Enumeration enumeration) + +
              Constructs a new EnumerationIterator that provides - an iterator view of the given enumeration.
    EnumerationIterator(java.util.Enumeration enumeration, - java.util.Collection collection) - -
    + an iterator view of the given enumeration.
    EnumerationIterator(java.util.Enumeration enumeration, + java.util.Collection collection) + +
              Constructs a new EnumerationIterator that will remove - elements from the specified collection.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.util.EnumerationgetEnumeration() - -
    -          Returns the underlying enumeration.
    - booleanhasNext() - -
    -          Returns true if the underlying enumeration has more elements.
    - java.lang.Objectnext() - -
    -          Returns the next object from the enumeration.
    - voidremove() - -
    -          Removes the last retrieved element if a collection is attached.
    - voidsetEnumeration(java.util.Enumeration enumeration) - -
    -          Sets the underlying enumeration.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -EnumerationIterator

    -
    -public EnumerationIterator()
    -
    + elements from the specified collection.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.util.EnumerationgetEnumeration() + +
    +          Returns the underlying enumeration.
    + booleanhasNext() + +
    +          Returns true if the underlying enumeration has more elements.
    + java.lang.Objectnext() + +
    +          Returns the next object from the enumeration.
    + voidremove() + +
    +          Removes the last retrieved element if a collection is attached.
    + voidsetEnumeration(java.util.Enumeration enumeration) + +
    +          Sets the underlying enumeration.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +EnumerationIterator

    +
    +public EnumerationIterator()
    +
    Constructs a new EnumerationIterator that will not - function until setEnumeration(Enumeration) is called. -

    -

    -
    - -

    -EnumerationIterator

    -
    -public EnumerationIterator(java.util.Enumeration enumeration)
    -
    + function until setEnumeration(Enumeration) is called. +

    +

    +
    + +

    +EnumerationIterator

    +
    +public EnumerationIterator(java.util.Enumeration enumeration)
    +
    Constructs a new EnumerationIterator that provides - an iterator view of the given enumeration. -

    -

    -
    Parameters:
    enumeration - the enumeration to use
    -
    -
    - -

    -EnumerationIterator

    -
    -public EnumerationIterator(java.util.Enumeration enumeration,
    -                           java.util.Collection collection)
    -
    + an iterator view of the given enumeration. +

    +

    +
    Parameters:
    enumeration - the enumeration to use
    +
    +
    + +

    +EnumerationIterator

    +
    +public EnumerationIterator(java.util.Enumeration enumeration,
    +                           java.util.Collection collection)
    +
    Constructs a new EnumerationIterator that will remove - elements from the specified collection. -

    -

    -
    Parameters:
    enumeration - the enumeration to use
    collection - the collection to remove elements form
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Returns true if the underlying enumeration has more elements. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    -
    -
    - -
    Returns:
    true if the underlying enumeration has more elements -
    Throws: -
    java.lang.NullPointerException - if the underlying enumeration is null
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Returns the next object from the enumeration. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    -
    -
    - -
    Returns:
    the next object from the enumeration -
    Throws: -
    java.lang.NullPointerException - if the enumeration is null
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    + elements from the specified collection. +

    +

    +
    Parameters:
    enumeration - the enumeration to use
    collection - the collection to remove elements form
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Returns true if the underlying enumeration has more elements. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    +
    +
    + +
    Returns:
    true if the underlying enumeration has more elements +
    Throws: +
    java.lang.NullPointerException - if the underlying enumeration is null
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Returns the next object from the enumeration. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    +
    +
    + +
    Returns:
    the next object from the enumeration +
    Throws: +
    java.lang.NullPointerException - if the enumeration is null
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    Removes the last retrieved element if a collection is attached.

    Functions if an associated Collection is known. If so, the first occurrence of the last returned object from this - iterator will be removed from the collection. -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    -
    -
    - -
    Throws: -
    java.lang.IllegalStateException - next() not called. -
    java.lang.UnsupportedOperationException - if no associated collection
    -
    -
    -
    - -

    -getEnumeration

    -
    -public java.util.Enumeration getEnumeration()
    -
    -
    Returns the underlying enumeration. -

    -

    -
    -
    -
    - -
    Returns:
    the underlying enumeration
    -
    -
    -
    - -

    -setEnumeration

    -
    -public void setEnumeration(java.util.Enumeration enumeration)
    -
    -
    Sets the underlying enumeration. -

    -

    -
    -
    -
    -
    Parameters:
    enumeration - the new underlying enumeration
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + iterator will be removed from the collection. +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    +
    +
    + +
    Throws: +
    java.lang.IllegalStateException - next() not called. +
    java.lang.UnsupportedOperationException - if no associated collection
    +
    + +
    + +

    +getEnumeration

    +
    +public java.util.Enumeration getEnumeration()
    +
    +
    Returns the underlying enumeration. +

    +

    +
    +
    +
    + +
    Returns:
    the underlying enumeration
    +
    +
    +
    + +

    +setEnumeration

    +
    +public void setEnumeration(java.util.Enumeration enumeration)
    +
    +
    Sets the underlying enumeration. +

    +

    +
    +
    +
    +
    Parameters:
    enumeration - the new underlying enumeration
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/FilterIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/FilterIterator.html index 06b618f..7de116e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/FilterIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/FilterIterator.html @@ -1,488 +1,488 @@ - - - - - - - -FilterIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class FilterIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.FilterIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator
    -
    -
    -
    Direct Known Subclasses:
    UniqueFilterIterator
    -
    -
    -
    -
    public class FilterIterator
    extends java.lang.Object
    implements java.util.Iterator
    - - -

    + + + + + + + +FilterIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class FilterIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.FilterIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator
    +
    +
    +
    Direct Known Subclasses:
    UniqueFilterIterator
    +
    +
    +
    +
    public class FilterIterator
    extends java.lang.Object
    implements java.util.Iterator
    + + +

    Decorates another Iterator using a predicate to filter elements.

    This iterator decorates the underlying iterator, only allowing through - those elements that match the specified Predicate. -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Strachan, Jan Sorensen, Ralph Wagner, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - + + + + + + + + + +
    -Constructor Summary
    FilterIterator() - -
    + those elements that match the specified Predicate. +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Strachan, Jan Sorensen, Ralph Wagner, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + - - - + + + - - - + + + - -
    +Constructor Summary
    FilterIterator() + +
              Constructs a new FilterIterator that will not function - until setIterator is invoked.
    FilterIterator(java.util.Iterator iterator) - -
    + until setIterator is invoked.
    FilterIterator(java.util.Iterator iterator) + +
              Constructs a new FilterIterator that will not function - until setPredicate is invoked.
    FilterIterator(java.util.Iterator iterator, - Predicate predicate) - -
    + until setPredicate is invoked.
    FilterIterator(java.util.Iterator iterator, + Predicate predicate) + +
              Constructs a new FilterIterator that will use the - given iterator and predicate.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - java.util.IteratorgetIterator() - -
    -          Gets the iterator this iterator is using.
    - PredicategetPredicate() - -
    -          Gets the predicate this iterator is using.
    - booleanhasNext() - -
    -          Returns true if the underlying iterator contains an object that - matches the predicate.
    - java.lang.Objectnext() - -
    -          Returns the next object that matches the predicate.
    - voidremove() - -
    + given iterator and predicate.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - -
    +Method Summary
    + java.util.IteratorgetIterator() + +
    +          Gets the iterator this iterator is using.
    + PredicategetPredicate() + +
    +          Gets the predicate this iterator is using.
    + booleanhasNext() + +
    +          Returns true if the underlying iterator contains an object that + matches the predicate.
    + java.lang.Objectnext() + +
    +          Returns the next object that matches the predicate.
    + voidremove() + +
              Removes from the underlying collection of the base iterator the last - element returned by this iterator.
    - voidsetIterator(java.util.Iterator iterator) - -
    -          Sets the iterator for this iterator to use.
    - voidsetPredicate(Predicate predicate) - -
    -          Sets the predicate this the iterator to use.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -FilterIterator

    -
    -public FilterIterator()
    -
    + element returned by this iterator.
    + voidsetIterator(java.util.Iterator iterator) + +
    +          Sets the iterator for this iterator to use.
    + voidsetPredicate(Predicate predicate) + +
    +          Sets the predicate this the iterator to use.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +FilterIterator

    +
    +public FilterIterator()
    +
    Constructs a new FilterIterator that will not function - until setIterator is invoked. -

    -

    -
    - -

    -FilterIterator

    -
    -public FilterIterator(java.util.Iterator iterator)
    -
    + until setIterator is invoked. +

    +

    +
    + +

    +FilterIterator

    +
    +public FilterIterator(java.util.Iterator iterator)
    +
    Constructs a new FilterIterator that will not function - until setPredicate is invoked. -

    -

    -
    Parameters:
    iterator - the iterator to use
    -
    -
    - -

    -FilterIterator

    -
    -public FilterIterator(java.util.Iterator iterator,
    -                      Predicate predicate)
    -
    + until setPredicate is invoked. +

    +

    +
    Parameters:
    iterator - the iterator to use
    +
    +
    + +

    +FilterIterator

    +
    +public FilterIterator(java.util.Iterator iterator,
    +                      Predicate predicate)
    +
    Constructs a new FilterIterator that will use the - given iterator and predicate. -

    -

    -
    Parameters:
    iterator - the iterator to use
    predicate - the predicate to use
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Returns true if the underlying iterator contains an object that - matches the predicate. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    -
    -
    - -
    Returns:
    true if there is another object that matches the predicate -
    Throws: -
    java.lang.NullPointerException - if either the iterator or predicate are null
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Returns the next object that matches the predicate. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    -
    -
    - -
    Returns:
    the next object which matches the given predicate -
    Throws: -
    java.lang.NullPointerException - if either the iterator or predicate are null + given iterator and predicate. +

    +

    +
    Parameters:
    iterator - the iterator to use
    predicate - the predicate to use
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Returns true if the underlying iterator contains an object that + matches the predicate. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    +
    +
    + +
    Returns:
    true if there is another object that matches the predicate +
    Throws: +
    java.lang.NullPointerException - if either the iterator or predicate are null
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Returns the next object that matches the predicate. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    +
    +
    + +
    Returns:
    the next object which matches the given predicate +
    Throws: +
    java.lang.NullPointerException - if either the iterator or predicate are null
    java.util.NoSuchElementException - if there are no more elements that - match the predicate
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    + match the predicate
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    Removes from the underlying collection of the base iterator the last element returned by this iterator. This method can only be called if next() was called, but not after hasNext(), because the hasNext() call - changes the base iterator. -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    -
    -
    - -
    Throws: + changes the base iterator. +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    +
    +
    + +
    Throws:
    java.lang.IllegalStateException - if hasNext() has already - been called.
    -
    -
    -
    - -

    -getIterator

    -
    -public java.util.Iterator getIterator()
    -
    -
    Gets the iterator this iterator is using. -

    -

    -
    -
    -
    - -
    Returns:
    the iterator
    -
    -
    -
    - -

    -setIterator

    -
    -public void setIterator(java.util.Iterator iterator)
    -
    + been called.
    +
    +
    +
    + +

    +getIterator

    +
    +public java.util.Iterator getIterator()
    +
    +
    Gets the iterator this iterator is using. +

    +

    +
    +
    +
    + +
    Returns:
    the iterator
    +
    +
    +
    + +

    +setIterator

    +
    +public void setIterator(java.util.Iterator iterator)
    +
    Sets the iterator for this iterator to use. - If iteration has started, this effectively resets the iterator. -

    -

    -
    -
    -
    -
    Parameters:
    iterator - the iterator to use
    -
    -
    -
    - -

    -getPredicate

    -
    -public Predicate getPredicate()
    -
    -
    Gets the predicate this iterator is using. -

    -

    -
    -
    -
    - -
    Returns:
    the predicate
    -
    -
    -
    - -

    -setPredicate

    -
    -public void setPredicate(Predicate predicate)
    -
    -
    Sets the predicate this the iterator to use. -

    -

    -
    -
    -
    -
    Parameters:
    predicate - the predicate to use
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + If iteration has started, this effectively resets the iterator. +

    +

    +
    +
    +
    +
    Parameters:
    iterator - the iterator to use
    +
    + +
    + +

    +getPredicate

    +
    +public Predicate getPredicate()
    +
    +
    Gets the predicate this iterator is using. +

    +

    +
    +
    +
    + +
    Returns:
    the predicate
    +
    +
    +
    + +

    +setPredicate

    +
    +public void setPredicate(Predicate predicate)
    +
    +
    Sets the predicate this the iterator to use. +

    +

    +
    +
    +
    +
    Parameters:
    predicate - the predicate to use
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/FilterListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/FilterListIterator.html index 9a1cf21..f1cdf25 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/FilterListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/FilterListIterator.html @@ -1,618 +1,618 @@ - - - - - - - -FilterListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class FilterListIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.FilterListIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator
    -
    -
    -
    -
    public class FilterListIterator
    extends java.lang.Object
    implements java.util.ListIterator
    - - -

    + + + + + + + +FilterListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class FilterListIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.FilterListIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator
    +
    +
    +
    +
    public class FilterListIterator
    extends java.lang.Object
    implements java.util.ListIterator
    + + +

    Decorates another ListIterator using a predicate to filter elements.

    This iterator decorates the underlying iterator, only allowing through - those elements that match the specified Predicate. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Rodney Waldhoff
    -
    -
    - -

    - - - - - - - - - - + +
    -Constructor Summary
    FilterListIterator() - -
    + those elements that match the specified Predicate. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Rodney Waldhoff
    +
    +
    + +

    + + + + + + + + + + - - - - - - - - - + + + + + + + + + - -
    +Constructor Summary
    FilterListIterator() + +
              Constructs a new FilterListIterator that will not function until setListIterator - and setPredicate are invoked.
    FilterListIterator(java.util.ListIterator iterator) - -
    -          Constructs a new FilterListIterator that will not - function until setPredicate is invoked.
    FilterListIterator(java.util.ListIterator iterator, - Predicate predicate) - -
    -          Constructs a new FilterListIterator.
    FilterListIterator(Predicate predicate) - -
    + and setPredicate are invoked.
    FilterListIterator(java.util.ListIterator iterator) + +
    +          Constructs a new FilterListIterator that will not + function until setPredicate is invoked.
    FilterListIterator(java.util.ListIterator iterator, + Predicate predicate) + +
    +          Constructs a new FilterListIterator.
    FilterListIterator(Predicate predicate) + +
              Constructs a new FilterListIterator that will not function - until setListIterator is invoked.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(java.lang.Object o) - -
    -          Not supported.
    - java.util.ListIteratorgetListIterator() - -
    -          Gets the iterator this iterator is using.
    - PredicategetPredicate() - -
    -          Gets the predicate this iterator is using.
    - booleanhasNext() - -
    -           
    - booleanhasPrevious() - -
    -           
    - java.lang.Objectnext() - -
    -           
    - intnextIndex() - -
    -           
    - java.lang.Objectprevious() - -
    -           
    - intpreviousIndex() - -
    -           
    - voidremove() - -
    -          Not supported.
    - voidset(java.lang.Object o) - -
    -          Not supported.
    - voidsetListIterator(java.util.ListIterator iterator) - -
    -          Sets the iterator for this iterator to use.
    - voidsetPredicate(Predicate predicate) - -
    -          Sets the predicate this the iterator to use.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -FilterListIterator

    -
    -public FilterListIterator()
    -
    + until setListIterator is invoked.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(java.lang.Object o) + +
    +          Not supported.
    + java.util.ListIteratorgetListIterator() + +
    +          Gets the iterator this iterator is using.
    + PredicategetPredicate() + +
    +          Gets the predicate this iterator is using.
    + booleanhasNext() + +
    +           
    + booleanhasPrevious() + +
    +           
    + java.lang.Objectnext() + +
    +           
    + intnextIndex() + +
    +           
    + java.lang.Objectprevious() + +
    +           
    + intpreviousIndex() + +
    +           
    + voidremove() + +
    +          Not supported.
    + voidset(java.lang.Object o) + +
    +          Not supported.
    + voidsetListIterator(java.util.ListIterator iterator) + +
    +          Sets the iterator for this iterator to use.
    + voidsetPredicate(Predicate predicate) + +
    +          Sets the predicate this the iterator to use.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +FilterListIterator

    +
    +public FilterListIterator()
    +
    Constructs a new FilterListIterator that will not function until setListIterator - and setPredicate are invoked. -

    -

    -
    - -

    -FilterListIterator

    -
    -public FilterListIterator(java.util.ListIterator iterator)
    -
    -
    Constructs a new FilterListIterator that will not - function until setPredicate is invoked. -

    -

    -
    Parameters:
    iterator - the iterator to use
    -
    -
    - -

    -FilterListIterator

    -
    -public FilterListIterator(java.util.ListIterator iterator,
    -                          Predicate predicate)
    -
    -
    Constructs a new FilterListIterator. -

    -

    -
    Parameters:
    iterator - the iterator to use
    predicate - the predicate to use
    -
    -
    - -

    -FilterListIterator

    -
    -public FilterListIterator(Predicate predicate)
    -
    + and setPredicate are invoked. +

    +

    +
    + +

    +FilterListIterator

    +
    +public FilterListIterator(java.util.ListIterator iterator)
    +
    +
    Constructs a new FilterListIterator that will not + function until setPredicate is invoked. +

    +

    +
    Parameters:
    iterator - the iterator to use
    +
    +
    + +

    +FilterListIterator

    +
    +public FilterListIterator(java.util.ListIterator iterator,
    +                          Predicate predicate)
    +
    +
    Constructs a new FilterListIterator. +

    +

    +
    Parameters:
    iterator - the iterator to use
    predicate - the predicate to use
    +
    +
    + +

    +FilterListIterator

    +
    +public FilterListIterator(Predicate predicate)
    +
    Constructs a new FilterListIterator that will not function - until setListIterator is invoked. -

    -

    -
    Parameters:
    predicate - the predicate to use.
    -
    - - - - - - - - -
    -Method Detail
    - -

    -add

    -
    -public void add(java.lang.Object o)
    -
    -
    Not supported. -

    -

    -
    Specified by:
    add in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    -
    Specified by:
    hasPrevious in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    -
    Specified by:
    nextIndex in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    -
    Specified by:
    previous in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -previousIndex

    -
    -public int previousIndex()
    -
    -
    -
    Specified by:
    previousIndex in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    Not supported. -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object o)
    -
    -
    Not supported. -

    -

    -
    Specified by:
    set in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -getListIterator

    -
    -public java.util.ListIterator getListIterator()
    -
    -
    Gets the iterator this iterator is using. -

    -

    -
    -
    -
    - -
    Returns:
    the iterator.
    -
    -
    -
    - -

    -setListIterator

    -
    -public void setListIterator(java.util.ListIterator iterator)
    -
    + until setListIterator is invoked. +

    +

    +
    Parameters:
    predicate - the predicate to use.
    +
    + + + + + + + + +
    +Method Detail
    + +

    +add

    +
    +public void add(java.lang.Object o)
    +
    +
    Not supported. +

    +

    +
    Specified by:
    add in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    +
    Specified by:
    hasPrevious in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    +
    Specified by:
    nextIndex in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    +
    Specified by:
    previous in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    +
    +
    Specified by:
    previousIndex in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    Not supported. +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object o)
    +
    +
    Not supported. +

    +

    +
    Specified by:
    set in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +getListIterator

    +
    +public java.util.ListIterator getListIterator()
    +
    +
    Gets the iterator this iterator is using. +

    +

    +
    +
    +
    + +
    Returns:
    the iterator.
    +
    +
    +
    + +

    +setListIterator

    +
    +public void setListIterator(java.util.ListIterator iterator)
    +
    Sets the iterator for this iterator to use. - If iteration has started, this effectively resets the iterator. -

    -

    -
    -
    -
    -
    Parameters:
    iterator - the iterator to use
    -
    -
    -
    - -

    -getPredicate

    -
    -public Predicate getPredicate()
    -
    -
    Gets the predicate this iterator is using. -

    -

    -
    -
    -
    - -
    Returns:
    the predicate.
    -
    -
    -
    - -

    -setPredicate

    -
    -public void setPredicate(Predicate predicate)
    -
    -
    Sets the predicate this the iterator to use. -

    -

    -
    -
    -
    -
    Parameters:
    predicate - the transformer to use
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + If iteration has started, this effectively resets the iterator. +

    +

    +
    +
    +
    +
    Parameters:
    iterator - the iterator to use
    +
    + +
    + +

    +getPredicate

    +
    +public Predicate getPredicate()
    +
    +
    Gets the predicate this iterator is using. +

    +

    +
    +
    +
    + +
    Returns:
    the predicate.
    +
    +
    +
    + +

    +setPredicate

    +
    +public void setPredicate(Predicate predicate)
    +
    +
    Sets the predicate this the iterator to use. +

    +

    +
    +
    +
    +
    Parameters:
    predicate - the transformer to use
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/IteratorChain.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/IteratorChain.html index 4ccec6c..01bae81 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/IteratorChain.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/IteratorChain.html @@ -1,107 +1,107 @@ - - - - - - - -IteratorChain (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class IteratorChain

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.IteratorChain
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator
    -
    -
    -
    -
    public class IteratorChain
    extends java.lang.Object
    implements java.util.Iterator
    - - -

    + + + + + + + +IteratorChain (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class IteratorChain

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.IteratorChain
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator
    +
    +
    +
    +
    public class IteratorChain
    extends java.lang.Object
    implements java.util.Iterator
    + + +

    An IteratorChain is an Iterator that wraps a number of Iterators.

    This class makes multiple iterators look like one to the caller @@ -118,610 +118,610 @@ An IteratorChain is an Iterator that wraps a number of Iterators. Subclasses should take care to not alter the underlying List of Iterators.

    NOTE: As from version 3.0, the IteratorChain may contain no - iterators. In this case the class will function as an empty iterator. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.1
    -
    Version:
    -
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    -
    Author:
    -
    Morgan Delagrange, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - - - - - - - + +
    -Field Summary
    -protected  java.util.IteratorcurrentIterator - -
    -          The current iterator
    -protected  intcurrentIteratorIndex - -
    -          The index of the current iterator
    -protected  booleanisLocked - -
    + iterators. In this case the class will function as an empty iterator. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.1
    +
    Version:
    +
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    +
    Author:
    +
    Morgan Delagrange, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - -
    +Field Summary
    +protected  java.util.IteratorcurrentIterator + +
    +          The current iterator
    +protected  intcurrentIteratorIndex + +
    +          The index of the current iterator
    +protected  booleanisLocked + +
              ComparatorChain is "locked" after the first time - compare(Object,Object) is called
    -protected  java.util.ListiteratorChain - -
    -          The chain of iterators
    -protected  java.util.IteratorlastUsedIterator - -
    + compare(Object,Object) is called
    +protected  java.util.ListiteratorChain + +
    +          The chain of iterators
    +protected  java.util.IteratorlastUsedIterator + +
              The "last used" Iterator is the Iterator upon which next() or hasNext() was most recently called - used for the remove() operation only
    -  - - - - - - - - - - - - + +
    -Constructor Summary
    IteratorChain() - -
    -          Construct an IteratorChain with no Iterators.
    IteratorChain(java.util.Collection iterators) - -
    + used for the remove() operation only
    +  + + + + + + + + + + + + - - - - - - + + + + + + - - - + + + - -
    +Constructor Summary
    IteratorChain() + +
    +          Construct an IteratorChain with no Iterators.
    IteratorChain(java.util.Collection iterators) + +
              Constructs a new IteratorChain over the collection - of iterators.
    IteratorChain(java.util.Iterator iterator) - -
    -          Construct an IteratorChain with a single Iterator.
    IteratorChain(java.util.Iterator[] iterators) - -
    + of iterators.
    IteratorChain(java.util.Iterator iterator) + +
    +          Construct an IteratorChain with a single Iterator.
    IteratorChain(java.util.Iterator[] iterators) + +
              Constructs a new IteratorChain over the array - of iterators.
    IteratorChain(java.util.Iterator a, - java.util.Iterator b) - -
    + of iterators.
    IteratorChain(java.util.Iterator a, + java.util.Iterator b) + +
              Constructs a new IteratorChain over the two - given iterators.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - voidaddIterator(java.util.Iterator iterator) - -
    -          Add an Iterator to the end of the chain
    - java.util.ListgetIterators() - -
    -          Get the list of Iterators (unmodifiable)
    - booleanhasNext() - -
    -          Return true if any Iterator in the IteratorChain has a remaining element.
    - booleanisLocked() - -
    -          Determine if modifications can still be made to the IteratorChain.
    - java.lang.Objectnext() - -
    -          Returns the next Object of the current Iterator
    - voidremove() - -
    + given iterators.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - -
    +Method Summary
    + voidaddIterator(java.util.Iterator iterator) + +
    +          Add an Iterator to the end of the chain
    + java.util.ListgetIterators() + +
    +          Get the list of Iterators (unmodifiable)
    + booleanhasNext() + +
    +          Return true if any Iterator in the IteratorChain has a remaining element.
    + booleanisLocked() + +
    +          Determine if modifications can still be made to the IteratorChain.
    + java.lang.Objectnext() + +
    +          Returns the next Object of the current Iterator
    + voidremove() + +
              Removes from the underlying collection the last element - returned by the Iterator.
    - voidsetIterator(int index, - java.util.Iterator iterator) - -
    -          Set the Iterator at the given index
    - intsize() - -
    -          Number of Iterators in the current IteratorChain.
    -protected  voidupdateCurrentIterator() - -
    + returned by the Iterator.
    + voidsetIterator(int index, + java.util.Iterator iterator) + +
    +          Set the Iterator at the given index
    + intsize() + +
    +          Number of Iterators in the current IteratorChain.
    +protected  voidupdateCurrentIterator() + +
              Updates the current iterator field to ensure that the current Iterator - is not exhausted
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -iteratorChain

    -
    -protected final java.util.List iteratorChain
    -
    -
    The chain of iterators -

    -

    -
    -
    -
    - -

    -currentIteratorIndex

    -
    -protected int currentIteratorIndex
    -
    -
    The index of the current iterator -

    -

    -
    -
    -
    - -

    -currentIterator

    -
    -protected java.util.Iterator currentIterator
    -
    -
    The current iterator -

    -

    -
    -
    -
    - -

    -lastUsedIterator

    -
    -protected java.util.Iterator lastUsedIterator
    -
    + is not exhausted
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +iteratorChain

    +
    +protected final java.util.List iteratorChain
    +
    +
    The chain of iterators +

    +

    +
    +
    +
    + +

    +currentIteratorIndex

    +
    +protected int currentIteratorIndex
    +
    +
    The index of the current iterator +

    +

    +
    +
    +
    + +

    +currentIterator

    +
    +protected java.util.Iterator currentIterator
    +
    +
    The current iterator +

    +

    +
    +
    +
    + +

    +lastUsedIterator

    +
    +protected java.util.Iterator lastUsedIterator
    +
    The "last used" Iterator is the Iterator upon which next() or hasNext() was most recently called - used for the remove() operation only -

    -

    -
    -
    -
    - -

    -isLocked

    -
    -protected boolean isLocked
    -
    + used for the remove() operation only +

    +

    +
    +
    +
    + +

    +isLocked

    +
    +protected boolean isLocked
    +
    ComparatorChain is "locked" after the first time - compare(Object,Object) is called -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -IteratorChain

    -
    -public IteratorChain()
    -
    + compare(Object,Object) is called +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +IteratorChain

    +
    +public IteratorChain()
    +
    Construct an IteratorChain with no Iterators.

    You will normally use addIterator(Iterator) to add - some iterators after using this constructor. -

    -

    -
    - -

    -IteratorChain

    -
    -public IteratorChain(java.util.Iterator iterator)
    -
    -
    Construct an IteratorChain with a single Iterator. -

    -

    -
    Parameters:
    iterator - first Iterator in the IteratorChain -
    Throws: -
    java.lang.NullPointerException - if the iterator is null
    -
    -
    - -

    -IteratorChain

    -
    -public IteratorChain(java.util.Iterator a,
    -                     java.util.Iterator b)
    -
    + some iterators after using this constructor. +

    +

    +
    + +

    +IteratorChain

    +
    +public IteratorChain(java.util.Iterator iterator)
    +
    +
    Construct an IteratorChain with a single Iterator. +

    +

    +
    Parameters:
    iterator - first Iterator in the IteratorChain +
    Throws: +
    java.lang.NullPointerException - if the iterator is null
    +
    +
    + +

    +IteratorChain

    +
    +public IteratorChain(java.util.Iterator a,
    +                     java.util.Iterator b)
    +
    Constructs a new IteratorChain over the two - given iterators. -

    -

    -
    Parameters:
    a - the first child iterator
    b - the second child iterator -
    Throws: -
    java.lang.NullPointerException - if either iterator is null
    -
    -
    - -

    -IteratorChain

    -
    -public IteratorChain(java.util.Iterator[] iterators)
    -
    + given iterators. +

    +

    +
    Parameters:
    a - the first child iterator
    b - the second child iterator +
    Throws: +
    java.lang.NullPointerException - if either iterator is null
    +
    +
    + +

    +IteratorChain

    +
    +public IteratorChain(java.util.Iterator[] iterators)
    +
    Constructs a new IteratorChain over the array - of iterators. -

    -

    -
    Parameters:
    iterators - the array of iterators -
    Throws: -
    java.lang.NullPointerException - if iterators array is or contains null
    -
    -
    - -

    -IteratorChain

    -
    -public IteratorChain(java.util.Collection iterators)
    -
    + of iterators. +

    +

    +
    Parameters:
    iterators - the array of iterators +
    Throws: +
    java.lang.NullPointerException - if iterators array is or contains null
    +
    +
    + +

    +IteratorChain

    +
    +public IteratorChain(java.util.Collection iterators)
    +
    Constructs a new IteratorChain over the collection - of iterators. -

    -

    -
    Parameters:
    iterators - the collection of iterators -
    Throws: -
    java.lang.NullPointerException - if iterators collection is or contains null -
    java.lang.ClassCastException - if iterators collection doesn't contain an iterator
    -
    - - - - - - - - -
    -Method Detail
    - -

    -addIterator

    -
    -public void addIterator(java.util.Iterator iterator)
    -
    -
    Add an Iterator to the end of the chain -

    -

    -
    -
    -
    -
    Parameters:
    iterator - Iterator to add -
    Throws: -
    java.lang.IllegalStateException - if I've already started iterating -
    java.lang.NullPointerException - if the iterator is null
    -
    -
    -
    - -

    -setIterator

    -
    -public void setIterator(int index,
    -                        java.util.Iterator iterator)
    -                 throws java.lang.IndexOutOfBoundsException
    -
    -
    Set the Iterator at the given index -

    -

    -
    -
    -
    -
    Parameters:
    index - index of the Iterator to replace
    iterator - Iterator to place at the given index -
    Throws: -
    java.lang.IndexOutOfBoundsException - if index < 0 or index > size() -
    java.lang.IllegalStateException - if I've already started iterating -
    java.lang.NullPointerException - if the iterator is null
    -
    -
    -
    - -

    -getIterators

    -
    -public java.util.List getIterators()
    -
    -
    Get the list of Iterators (unmodifiable) -

    -

    -
    -
    -
    - -
    Returns:
    the unmodifiable list of iterators added
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Number of Iterators in the current IteratorChain. -

    -

    -
    -
    -
    - -
    Returns:
    Iterator count
    -
    -
    -
    - -

    -isLocked

    -
    -public boolean isLocked()
    -
    + of iterators. +

    +

    +
    Parameters:
    iterators - the collection of iterators +
    Throws: +
    java.lang.NullPointerException - if iterators collection is or contains null +
    java.lang.ClassCastException - if iterators collection doesn't contain an iterator
    +
    + + + + + + + + +
    +Method Detail
    + +

    +addIterator

    +
    +public void addIterator(java.util.Iterator iterator)
    +
    +
    Add an Iterator to the end of the chain +

    +

    +
    +
    +
    +
    Parameters:
    iterator - Iterator to add +
    Throws: +
    java.lang.IllegalStateException - if I've already started iterating +
    java.lang.NullPointerException - if the iterator is null
    +
    +
    +
    + +

    +setIterator

    +
    +public void setIterator(int index,
    +                        java.util.Iterator iterator)
    +                 throws java.lang.IndexOutOfBoundsException
    +
    +
    Set the Iterator at the given index +

    +

    +
    +
    +
    +
    Parameters:
    index - index of the Iterator to replace
    iterator - Iterator to place at the given index +
    Throws: +
    java.lang.IndexOutOfBoundsException - if index < 0 or index > size() +
    java.lang.IllegalStateException - if I've already started iterating +
    java.lang.NullPointerException - if the iterator is null
    +
    +
    +
    + +

    +getIterators

    +
    +public java.util.List getIterators()
    +
    +
    Get the list of Iterators (unmodifiable) +

    +

    +
    +
    +
    + +
    Returns:
    the unmodifiable list of iterators added
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Number of Iterators in the current IteratorChain. +

    +

    +
    +
    +
    + +
    Returns:
    Iterator count
    +
    +
    +
    + +

    +isLocked

    +
    +public boolean isLocked()
    +
    Determine if modifications can still be made to the IteratorChain. IteratorChains cannot be modified once they have executed a method - from the Iterator interface. -

    -

    -
    -
    -
    - -
    Returns:
    true if IteratorChain cannot be modified, false if it can
    -
    -
    -
    - -

    -updateCurrentIterator

    -
    -protected void updateCurrentIterator()
    -
    + from the Iterator interface. +

    +

    +
    +
    +
    + +
    Returns:
    true if IteratorChain cannot be modified, false if it can
    +
    +
    +
    + +

    +updateCurrentIterator

    +
    +protected void updateCurrentIterator()
    +
    Updates the current iterator field to ensure that the current Iterator - is not exhausted -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Return true if any Iterator in the IteratorChain has a remaining element. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    -
    -
    - -
    Returns:
    true if elements remain
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Returns the next Object of the current Iterator -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    -
    -
    - -
    Returns:
    Object from the current Iterator -
    Throws: -
    java.util.NoSuchElementException - if all the Iterators are exhausted
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    + is not exhausted +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Return true if any Iterator in the IteratorChain has a remaining element. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    +
    +
    + +
    Returns:
    true if elements remain
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Returns the next Object of the current Iterator +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    +
    +
    + +
    Returns:
    Object from the current Iterator +
    Throws: +
    java.util.NoSuchElementException - if all the Iterators are exhausted
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    Removes from the underlying collection the last element returned by the Iterator. As with next() and hasNext(), this method calls remove() on the underlying Iterator. Therefore, this method may throw an UnsupportedOperationException if the underlying - Iterator does not support this method. -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    -
    -
    - -
    Throws: -
    java.lang.UnsupportedOperationException - if the remove operator is not supported by the underlying Iterator + Iterator does not support this method. +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    +
    +
    + +
    Throws: +
    java.lang.UnsupportedOperationException - if the remove operator is not supported by the underlying Iterator
    java.lang.IllegalStateException - if the next method has not yet been called, or the remove method has - already been called after the last call to the next method.
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + already been called after the last call to the next method.
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/IteratorEnumeration.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/IteratorEnumeration.html index d02fc94..68ac116 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/IteratorEnumeration.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/IteratorEnumeration.html @@ -1,375 +1,375 @@ - - - - - - - -IteratorEnumeration (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class IteratorEnumeration

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.IteratorEnumeration
    -
    -
    -
    All Implemented Interfaces:
    java.util.Enumeration
    -
    -
    -
    -
    public class IteratorEnumeration
    extends java.lang.Object
    implements java.util.Enumeration
    - - -

    + + + + + + + +IteratorEnumeration (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class IteratorEnumeration

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.IteratorEnumeration
    +
    +
    +
    All Implemented Interfaces:
    java.util.Enumeration
    +
    +
    +
    +
    public class IteratorEnumeration
    extends java.lang.Object
    implements java.util.Enumeration
    + + +

    Adapter to make an Iterator instance appear to be - an Enumeration instance. -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Strachan
    -
    -
    - -

    - - - - - - - - - - - - - + +
    -Constructor Summary
    IteratorEnumeration() - -
    -          Constructs a new IteratorEnumeration that will not - function until setIterator is - invoked.
    IteratorEnumeration(java.util.Iterator iterator) - -
    + an Enumeration instance. +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Strachan
    +
    +
    + +

    + + + + + + + + + + + + + - -
    +Constructor Summary
    IteratorEnumeration() + +
    +          Constructs a new IteratorEnumeration that will not + function until setIterator is + invoked.
    IteratorEnumeration(java.util.Iterator iterator) + +
              Constructs a new IteratorEnumeration that will use - the given iterator.
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.util.IteratorgetIterator() - -
    -          Returns the underlying iterator.
    - booleanhasMoreElements() - -
    -          Returns true if the underlying iterator has more elements.
    - java.lang.ObjectnextElement() - -
    -          Returns the next element from the underlying iterator.
    - voidsetIterator(java.util.Iterator iterator) - -
    -          Sets the underlying iterator.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -IteratorEnumeration

    -
    -public IteratorEnumeration()
    -
    -
    Constructs a new IteratorEnumeration that will not - function until setIterator is - invoked. -

    -

    -
    - -

    -IteratorEnumeration

    -
    -public IteratorEnumeration(java.util.Iterator iterator)
    -
    + the given iterator.
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.util.IteratorgetIterator() + +
    +          Returns the underlying iterator.
    + booleanhasMoreElements() + +
    +          Returns true if the underlying iterator has more elements.
    + java.lang.ObjectnextElement() + +
    +          Returns the next element from the underlying iterator.
    + voidsetIterator(java.util.Iterator iterator) + +
    +          Sets the underlying iterator.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +IteratorEnumeration

    +
    +public IteratorEnumeration()
    +
    +
    Constructs a new IteratorEnumeration that will not + function until setIterator is + invoked. +

    +

    +
    + +

    +IteratorEnumeration

    +
    +public IteratorEnumeration(java.util.Iterator iterator)
    +
    Constructs a new IteratorEnumeration that will use - the given iterator. -

    -

    -
    Parameters:
    iterator - the iterator to use
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasMoreElements

    -
    -public boolean hasMoreElements()
    -
    -
    Returns true if the underlying iterator has more elements. -

    -

    -
    Specified by:
    hasMoreElements in interface java.util.Enumeration
    -
    -
    - -
    Returns:
    true if the underlying iterator has more elements
    -
    -
    -
    - -

    -nextElement

    -
    -public java.lang.Object nextElement()
    -
    -
    Returns the next element from the underlying iterator. -

    -

    -
    Specified by:
    nextElement in interface java.util.Enumeration
    -
    -
    - -
    Returns:
    the next element from the underlying iterator. -
    Throws: + the given iterator. +

    +

    +
    Parameters:
    iterator - the iterator to use
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasMoreElements

    +
    +public boolean hasMoreElements()
    +
    +
    Returns true if the underlying iterator has more elements. +

    +

    +
    Specified by:
    hasMoreElements in interface java.util.Enumeration
    +
    +
    + +
    Returns:
    true if the underlying iterator has more elements
    +
    +
    +
    + +

    +nextElement

    +
    +public java.lang.Object nextElement()
    +
    +
    Returns the next element from the underlying iterator. +

    +

    +
    Specified by:
    nextElement in interface java.util.Enumeration
    +
    +
    + +
    Returns:
    the next element from the underlying iterator. +
    Throws:
    java.util.NoSuchElementException - if the underlying iterator has no - more elements
    -
    -
    -
    - -

    -getIterator

    -
    -public java.util.Iterator getIterator()
    -
    -
    Returns the underlying iterator. -

    -

    -
    -
    -
    - -
    Returns:
    the underlying iterator
    -
    -
    -
    - -

    -setIterator

    -
    -public void setIterator(java.util.Iterator iterator)
    -
    -
    Sets the underlying iterator. -

    -

    -
    -
    -
    -
    Parameters:
    iterator - the new underlying iterator
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + more elements
    + + +
    + +

    +getIterator

    +
    +public java.util.Iterator getIterator()
    +
    +
    Returns the underlying iterator. +

    +

    +
    +
    +
    + +
    Returns:
    the underlying iterator
    +
    +
    +
    + +

    +setIterator

    +
    +public void setIterator(java.util.Iterator iterator)
    +
    +
    Sets the underlying iterator. +

    +

    +
    +
    +
    +
    Parameters:
    iterator - the new underlying iterator
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ListIteratorWrapper.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ListIteratorWrapper.html index 9187b83..2947551 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ListIteratorWrapper.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ListIteratorWrapper.html @@ -1,107 +1,107 @@ - - - - - - - -ListIteratorWrapper (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class ListIteratorWrapper

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.ListIteratorWrapper
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, ResettableIterator, ResettableListIterator
    -
    -
    -
    -
    public class ListIteratorWrapper
    extends java.lang.Object
    implements ResettableListIterator
    - - -

    + + + + + + + +ListIteratorWrapper (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class ListIteratorWrapper

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.ListIteratorWrapper
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, ResettableIterator, ResettableListIterator
    +
    +
    +
    +
    public class ListIteratorWrapper
    extends java.lang.Object
    implements ResettableListIterator
    + + +

    Converts an iterator into a list iterator by caching the returned entries.

    The ListIterator interface has additional useful methods @@ -112,418 +112,418 @@ Converts an iterator into a list iterator by caching the returned entries.

    The optional operations of ListIterator are not supported.

    - This class implements ResettableListIterator from Commons Collections 3.2. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Morgan Delagrange, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - + + + + + +
    -Constructor Summary
    ListIteratorWrapper(java.util.Iterator iterator) - -
    + This class implements ResettableListIterator from Commons Collections 3.2. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Morgan Delagrange, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + - -
    +Constructor Summary
    ListIteratorWrapper(java.util.Iterator iterator) + +
              Constructs a new ListIteratorWrapper that will wrap - the given iterator.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - voidadd(java.lang.Object obj) - -
    -          Throws UnsupportedOperationException.
    - booleanhasNext() - -
    -          Returns true if there are more elements in the iterator.
    - booleanhasPrevious() - -
    -          Returns true if there are previous elements in the iterator.
    - java.lang.Objectnext() - -
    -          Returns the next element from the iterator.
    - intnextIndex() - -
    -          Returns in the index of the next element.
    - java.lang.Objectprevious() - -
    -          Returns the the previous element.
    - intpreviousIndex() - -
    -          Returns the index of the previous element.
    - voidremove() - -
    -          Throws UnsupportedOperationException.
    - voidreset() - -
    + the given iterator.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - -
    +Method Summary
    + voidadd(java.lang.Object obj) + +
    +          Throws UnsupportedOperationException.
    + booleanhasNext() + +
    +          Returns true if there are more elements in the iterator.
    + booleanhasPrevious() + +
    +          Returns true if there are previous elements in the iterator.
    + java.lang.Objectnext() + +
    +          Returns the next element from the iterator.
    + intnextIndex() + +
    +          Returns in the index of the next element.
    + java.lang.Objectprevious() + +
    +          Returns the the previous element.
    + intpreviousIndex() + +
    +          Returns the index of the previous element.
    + voidremove() + +
    +          Throws UnsupportedOperationException.
    + voidreset() + +
              Resets this iterator back to the position at which the iterator - was created.
    - voidset(java.lang.Object obj) - -
    -          Throws UnsupportedOperationException.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -ListIteratorWrapper

    -
    -public ListIteratorWrapper(java.util.Iterator iterator)
    -
    + was created.
    + voidset(java.lang.Object obj) + +
    +          Throws UnsupportedOperationException.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +ListIteratorWrapper

    +
    +public ListIteratorWrapper(java.util.Iterator iterator)
    +
    Constructs a new ListIteratorWrapper that will wrap - the given iterator. -

    -

    -
    Parameters:
    iterator - the iterator to wrap -
    Throws: -
    java.lang.NullPointerException - if the iterator is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -add

    -
    -public void add(java.lang.Object obj)
    -         throws java.lang.UnsupportedOperationException
    -
    -
    Throws UnsupportedOperationException. -

    -

    -
    Specified by:
    add in interface java.util.ListIterator
    -
    -
    -
    Parameters:
    obj - the object to add, ignored -
    Throws: -
    java.lang.UnsupportedOperationException - always
    -
    -
    -
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Returns true if there are more elements in the iterator. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    true if there are more elements
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    Returns true if there are previous elements in the iterator. -

    -

    -
    Specified by:
    hasPrevious in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    true if there are previous elements
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -                      throws java.util.NoSuchElementException
    -
    -
    Returns the next element from the iterator. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the next element from the iterator -
    Throws: -
    java.util.NoSuchElementException - if there are no more elements
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    Returns in the index of the next element. -

    -

    -
    Specified by:
    nextIndex in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the index of the next element
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -                          throws java.util.NoSuchElementException
    -
    -
    Returns the the previous element. -

    -

    -
    Specified by:
    previous in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the previous element -
    Throws: -
    java.util.NoSuchElementException - if there are no previous elements
    -
    -
    -
    - -

    -previousIndex

    -
    -public int previousIndex()
    -
    -
    Returns the index of the previous element. -

    -

    -
    Specified by:
    previousIndex in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the index of the previous element
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -            throws java.lang.UnsupportedOperationException
    -
    -
    Throws UnsupportedOperationException. -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    -
    -
    - -
    Throws: -
    java.lang.UnsupportedOperationException - always
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object obj)
    -         throws java.lang.UnsupportedOperationException
    -
    -
    Throws UnsupportedOperationException. -

    -

    -
    Specified by:
    set in interface java.util.ListIterator
    -
    -
    -
    Parameters:
    obj - the object to set, ignored -
    Throws: -
    java.lang.UnsupportedOperationException - always
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    + the given iterator. +

    +

    +
    Parameters:
    iterator - the iterator to wrap +
    Throws: +
    java.lang.NullPointerException - if the iterator is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +add

    +
    +public void add(java.lang.Object obj)
    +         throws java.lang.UnsupportedOperationException
    +
    +
    Throws UnsupportedOperationException. +

    +

    +
    Specified by:
    add in interface java.util.ListIterator
    +
    +
    +
    Parameters:
    obj - the object to add, ignored +
    Throws: +
    java.lang.UnsupportedOperationException - always
    +
    +
    +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Returns true if there are more elements in the iterator. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    true if there are more elements
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    Returns true if there are previous elements in the iterator. +

    +

    +
    Specified by:
    hasPrevious in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    true if there are previous elements
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +                      throws java.util.NoSuchElementException
    +
    +
    Returns the next element from the iterator. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the next element from the iterator +
    Throws: +
    java.util.NoSuchElementException - if there are no more elements
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    Returns in the index of the next element. +

    +

    +
    Specified by:
    nextIndex in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the index of the next element
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +                          throws java.util.NoSuchElementException
    +
    +
    Returns the the previous element. +

    +

    +
    Specified by:
    previous in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the previous element +
    Throws: +
    java.util.NoSuchElementException - if there are no previous elements
    +
    +
    +
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    +
    Returns the index of the previous element. +

    +

    +
    Specified by:
    previousIndex in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the index of the previous element
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +            throws java.lang.UnsupportedOperationException
    +
    +
    Throws UnsupportedOperationException. +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    +
    +
    + +
    Throws: +
    java.lang.UnsupportedOperationException - always
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object obj)
    +         throws java.lang.UnsupportedOperationException
    +
    +
    Throws UnsupportedOperationException. +

    +

    +
    Specified by:
    set in interface java.util.ListIterator
    +
    +
    +
    Parameters:
    obj - the object to set, ignored +
    Throws: +
    java.lang.UnsupportedOperationException - always
    +
    +
    +
    + +

    +reset

    +
    +public void reset()
    +
    Resets this iterator back to the position at which the iterator - was created. -

    -

    -
    Specified by:
    reset in interface ResettableIterator
    Specified by:
    reset in interface ResettableListIterator
    -
    -
    -
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + was created. +

    +

    +
    Specified by:
    reset in interface ResettableIterator
    Specified by:
    reset in interface ResettableListIterator
    +
    +
    +
    Since:
    +
    Commons Collections 3.2
    +
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/LoopingIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/LoopingIterator.html index 5193b64..adbb87e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/LoopingIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/LoopingIterator.html @@ -1,401 +1,401 @@ - - - - - - - -LoopingIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class LoopingIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.LoopingIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, ResettableIterator
    -
    -
    -
    -
    public class LoopingIterator
    extends java.lang.Object
    implements ResettableIterator
    - - -

    + + + + + + + +LoopingIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class LoopingIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.LoopingIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, ResettableIterator
    +
    +
    +
    +
    public class LoopingIterator
    extends java.lang.Object
    implements ResettableIterator
    + + +

    An Iterator that restarts when it reaches the end.

    - The iterator will loop continuously around the provided elements, unless + The iterator will loop continuously around the provided elements, unless there are no elements in the collection to begin with, or all the elements have been removed.

    Concurrent modifications are not directly supported, and for most collection - implementations will throw a ConcurrentModificationException. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Jonathan Carlson, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    LoopingIterator(java.util.Collection coll) - -
    -          Constructor that wraps a collection.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanhasNext() - -
    -          Has the iterator any more elements.
    - java.lang.Objectnext() - -
    -          Returns the next object in the collection.
    - voidremove() - -
    -          Removes the previously retrieved item from the underlying collection.
    - voidreset() - -
    -          Resets the iterator back to the start of the collection.
    - intsize() - -
    -          Gets the size of the collection underlying the iterator.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -LoopingIterator

    -
    -public LoopingIterator(java.util.Collection coll)
    -
    + implementations will throw a ConcurrentModificationException. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Jonathan Carlson, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    LoopingIterator(java.util.Collection coll) + +
    +          Constructor that wraps a collection.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanhasNext() + +
    +          Has the iterator any more elements.
    + java.lang.Objectnext() + +
    +          Returns the next object in the collection.
    + voidremove() + +
    +          Removes the previously retrieved item from the underlying collection.
    + voidreset() + +
    +          Resets the iterator back to the start of the collection.
    + intsize() + +
    +          Gets the size of the collection underlying the iterator.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +LoopingIterator

    +
    +public LoopingIterator(java.util.Collection coll)
    +
    Constructor that wraps a collection.

    There is no way to reset an Iterator instance without recreating it from - the original source, so the Collection must be passed in. -

    -

    -
    Parameters:
    coll - the collection to wrap -
    Throws: -
    java.lang.NullPointerException - if the collection is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    + the original source, so the Collection must be passed in. +

    +

    +
    Parameters:
    coll - the collection to wrap +
    Throws: +
    java.lang.NullPointerException - if the collection is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    Has the iterator any more elements.

    Returns false only if the collection originally had zero elements, or - all the elements have been removed. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    -
    -
    - -
    Returns:
    true if there are more elements
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    + all the elements have been removed. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    +
    +
    + +
    Returns:
    true if there are more elements
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    Returns the next object in the collection.

    - If at the end of the collection, return the first element. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    -
    -
    - -
    Throws: + If at the end of the collection, return the first element. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    +
    +
    + +
    Throws:
    java.util.NoSuchElementException - if there are no elements - at all. Use hasNext() to avoid this error.
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    + at all. Use hasNext() to avoid this error.
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    Removes the previously retrieved item from the underlying collection.

    - This feature is only supported if the underlying collection's - iterator method returns an implementation + This feature is only supported if the underlying collection's + iterator method returns an implementation that supports it.

    This method can only be called after at least one next() method call. After a removal, the remove method may not be called again until another next has been performed. If the reset() is called, then remove may - not be called until next() is called again. -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    -
    -
    -
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    -
    Resets the iterator back to the start of the collection. -

    -

    -
    Specified by:
    reset in interface ResettableIterator
    -
    -
    -
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Gets the size of the collection underlying the iterator. -

    -

    -
    -
    -
    - -
    Returns:
    the current collection size
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + not be called until next() is called again. +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    +
    +
    +
    +
    +
    +
    + +

    +reset

    +
    +public void reset()
    +
    +
    Resets the iterator back to the start of the collection. +

    +

    +
    Specified by:
    reset in interface ResettableIterator
    +
    +
    +
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Gets the size of the collection underlying the iterator. +

    +

    +
    +
    +
    + +
    Returns:
    the current collection size
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/LoopingListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/LoopingListIterator.html index 1fe42ef..5421559 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/LoopingListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/LoopingListIterator.html @@ -1,107 +1,107 @@ - - - - - - - -LoopingListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class LoopingListIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.LoopingListIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, ResettableIterator, ResettableListIterator
    -
    -
    -
    -
    public class LoopingListIterator
    extends java.lang.Object
    implements ResettableListIterator
    - - -

    + + + + + + + +LoopingListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class LoopingListIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.LoopingListIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, ResettableIterator, ResettableListIterator
    +
    +
    +
    +
    public class LoopingListIterator
    extends java.lang.Object
    implements ResettableListIterator
    + + +

    A ListIterator that restarts when it reaches the end or when it reaches the beginning.

    @@ -111,323 +111,323 @@ A ListIterator that restarts when it reaches the end or when it

    Concurrent modifications are not directly supported, and for most collection implementations will throw a - ConcurrentModificationException. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.2
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Eric Crampton
    -
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    LoopingListIterator(java.util.List list) - -
    -          Constructor that wraps a list.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +
    -Method Summary
    - voidadd(java.lang.Object obj) - -
    -          Inserts the specified element into the underlying list.
    - booleanhasNext() - -
    -          Returns whether this iterator has any more elements.
    - booleanhasPrevious() - -
    -          Returns whether this iterator has any more previous elements.
    - java.lang.Objectnext() - -
    -          Returns the next object in the list.
    - intnextIndex() - -
    + ConcurrentModificationException. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.2
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Eric Crampton
    +
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    LoopingListIterator(java.util.List list) + +
    +          Constructor that wraps a list.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - -
    +Method Summary
    + voidadd(java.lang.Object obj) + +
    +          Inserts the specified element into the underlying list.
    + booleanhasNext() + +
    +          Returns whether this iterator has any more elements.
    + booleanhasPrevious() + +
    +          Returns whether this iterator has any more previous elements.
    + java.lang.Objectnext() + +
    +          Returns the next object in the list.
    + intnextIndex() + +
              Returns the index of the element that would be returned by a - subsequent call to next().
    - java.lang.Objectprevious() - -
    -          Returns the previous object in the list.
    - intpreviousIndex() - -
    + subsequent call to next().
    + java.lang.Objectprevious() + +
    +          Returns the previous object in the list.
    + intpreviousIndex() + +
              Returns the index of the element that would be returned by a - subsequent call to previous().
    - voidremove() - -
    -          Removes the previously retrieved item from the underlying list.
    - voidreset() - -
    -          Resets the iterator back to the start of the list.
    - voidset(java.lang.Object obj) - -
    + subsequent call to previous().
    + voidremove() + +
    +          Removes the previously retrieved item from the underlying list.
    + voidreset() + +
    +          Resets the iterator back to the start of the list.
    + voidset(java.lang.Object obj) + +
              Replaces the last element that was returned by next() or - previous().
    - intsize() - -
    -          Gets the size of the list underlying the iterator.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -LoopingListIterator

    -
    -public LoopingListIterator(java.util.List list)
    -
    + previous().
    + intsize() + +
    +          Gets the size of the list underlying the iterator.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +LoopingListIterator

    +
    +public LoopingListIterator(java.util.List list)
    +
    Constructor that wraps a list.

    There is no way to reset a ListIterator instance without recreating it from the original source, so the List must be - passed in and a reference to it held. -

    -

    -
    Parameters:
    list - the list to wrap -
    Throws: -
    java.lang.NullPointerException - if the list it null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    + passed in and a reference to it held. +

    +

    +
    Parameters:
    list - the list to wrap +
    Throws: +
    java.lang.NullPointerException - if the list it null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    Returns whether this iterator has any more elements.

    Returns false only if the list originally had zero elements, or - all elements have been removed. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    true if there are more elements
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    + all elements have been removed. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    true if there are more elements
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    Returns the next object in the list.

    - If at the end of the list, returns the first element. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the object after the last element returned -
    Throws: -
    java.util.NoSuchElementException - if there are no elements in the list
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    + If at the end of the list, returns the first element. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the object after the last element returned +
    Throws: +
    java.util.NoSuchElementException - if there are no elements in the list
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    Returns the index of the element that would be returned by a subsequent call to next().

    As would be expected, if the iterator is at the physical end of the underlying list, 0 is returned, signifying the beginning of - the list. -

    -

    -
    Specified by:
    nextIndex in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the index of the element that would be returned if next() were called -
    Throws: -
    java.util.NoSuchElementException - if there are no elements in the list
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    + the list. +

    +

    +
    Specified by:
    nextIndex in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the index of the element that would be returned if next() were called +
    Throws: +
    java.util.NoSuchElementException - if there are no elements in the list
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    Returns whether this iterator has any more previous elements.

    Returns false only if the list originally had zero elements, or - all elements have been removed. -

    -

    -
    Specified by:
    hasPrevious in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    true if there are more elements
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    + all elements have been removed. +

    +

    +
    Specified by:
    hasPrevious in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    true if there are more elements
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    Returns the previous object in the list.

    If at the beginning of the list, return the last element. Note - that in this case, traversal to find that element takes linear time. -

    -

    -
    Specified by:
    previous in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the object before the last element returned -
    Throws: -
    java.util.NoSuchElementException - if there are no elements in the list
    -
    -
    -
    - -

    -previousIndex

    -
    -public int previousIndex()
    -
    + that in this case, traversal to find that element takes linear time. +

    +

    +
    Specified by:
    previous in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the object before the last element returned +
    Throws: +
    java.util.NoSuchElementException - if there are no elements in the list
    +
    +
    +
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    Returns the index of the element that would be returned by a subsequent call to previous().

    As would be expected, if at the iterator is at the physical beginning of the underlying list, the list's size minus one is - returned, signifying the end of the list. -

    -

    -
    Specified by:
    previousIndex in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the index of the element that would be returned if previous() were called -
    Throws: -
    java.util.NoSuchElementException - if there are no elements in the list
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    + returned, signifying the end of the list. +

    +

    +
    Specified by:
    previousIndex in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the index of the element that would be returned if previous() were called +
    Throws: +
    java.util.NoSuchElementException - if there are no elements in the list
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    Removes the previously retrieved item from the underlying list.

    This feature is only supported if the underlying list's @@ -439,26 +439,26 @@ public void remove() method may not be called again until another next() or previous() has been performed. If the reset() is called, then remove may not be called until next() or - previous() is called again. -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    -
    -
    - -
    Throws: + previous() is called again. +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    +
    +
    + +
    Throws:
    java.lang.UnsupportedOperationException - if the remove method is not supported by the iterator implementation of the underlying - list
    -
    -
    -
    - -

    -add

    -
    -public void add(java.lang.Object obj)
    -
    + list
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Object obj)
    +
    Inserts the specified element into the underlying list.

    The element is inserted before the next element that would be @@ -467,136 +467,136 @@ public void add(java.lang.Object obj)

    This feature is only supported if the underlying list's List.listIterator() method returns an implementation - that supports it. -

    -

    -
    Specified by:
    add in interface java.util.ListIterator
    -
    -
    -
    Parameters:
    obj - the element to insert -
    Throws: + that supports it. +

    +

    +
    Specified by:
    add in interface java.util.ListIterator
    +
    +
    +
    Parameters:
    obj - the element to insert +
    Throws:
    java.lang.UnsupportedOperationException - if the add method is not - supported by the iterator implementation of the underlying list
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object obj)
    -
    + supported by the iterator implementation of the underlying list
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object obj)
    +
    Replaces the last element that was returned by next() or previous().

    This feature is only supported if the underlying list's List.listIterator() method returns an implementation - that supports it. -

    -

    -
    Specified by:
    set in interface java.util.ListIterator
    -
    -
    -
    Parameters:
    obj - the element with which to replace the last element returned -
    Throws: + that supports it. +

    +

    +
    Specified by:
    set in interface java.util.ListIterator
    +
    +
    +
    Parameters:
    obj - the element with which to replace the last element returned +
    Throws:
    java.lang.UnsupportedOperationException - if the set method is not - supported by the iterator implementation of the underlying list
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    -
    Resets the iterator back to the start of the list. -

    -

    -
    Specified by:
    reset in interface ResettableIterator
    Specified by:
    reset in interface ResettableListIterator
    -
    -
    -
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Gets the size of the list underlying the iterator. -

    -

    -
    -
    -
    - -
    Returns:
    the current list size
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + supported by the iterator implementation of the underlying list
    + + +
    + +

    +reset

    +
    +public void reset()
    +
    +
    Resets the iterator back to the start of the list. +

    +

    +
    Specified by:
    reset in interface ResettableIterator
    Specified by:
    reset in interface ResettableListIterator
    +
    +
    +
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Gets the size of the list underlying the iterator. +

    +

    +
    +
    +
    + +
    Returns:
    the current list size
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ObjectArrayIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ObjectArrayIterator.html index 9faa771..84cdb51 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ObjectArrayIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ObjectArrayIterator.html @@ -1,645 +1,645 @@ - - - - - - - -ObjectArrayIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class ObjectArrayIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.ObjectArrayIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, ResettableIterator
    -
    -
    -
    Direct Known Subclasses:
    ObjectArrayListIterator
    -
    -
    -
    -
    public class ObjectArrayIterator
    extends java.lang.Object
    implements java.util.Iterator, ResettableIterator
    - - -

    + + + + + + + +ObjectArrayIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class ObjectArrayIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.ObjectArrayIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, ResettableIterator
    +
    +
    +
    Direct Known Subclasses:
    ObjectArrayListIterator
    +
    +
    +
    +
    public class ObjectArrayIterator
    extends java.lang.Object
    implements java.util.Iterator, ResettableIterator
    + + +

    An Iterator over an array of objects.

    This iterator does not support remove(), as the object array cannot be structurally modified.

    The iterator implements a reset() method, allowing the reset of the iterator - back to the start if required. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Strachan, Mauricio S. Moura, Michael A. Smith, Neil O'Toole, Stephen Colebourne, Phil Steitz
    -
    -
    - -

    - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  java.lang.Object[]array - -
    -          The array
    -protected  intendIndex - -
    -          The end index to loop to
    -protected  intindex - -
    -          The current iterator index
    -protected  intstartIndex - -
    -          The start index to loop from
    -  - - - - - - - - - - - - + + + + +
    -Constructor Summary
    ObjectArrayIterator() - -
    -          Constructor for use with setArray.
    ObjectArrayIterator(java.lang.Object[] array) - -
    + back to the start if required. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Strachan, Mauricio S. Moura, Michael A. Smith, Neil O'Toole, Stephen Colebourne, Phil Steitz
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  java.lang.Object[]array + +
    +          The array
    +protected  intendIndex + +
    +          The end index to loop to
    +protected  intindex + +
    +          The current iterator index
    +protected  intstartIndex + +
    +          The start index to loop from
    +  + + + + + + + + + + + + - - - + + + - - - - -
    +Constructor Summary
    ObjectArrayIterator() + +
    +          Constructor for use with setArray.
    ObjectArrayIterator(java.lang.Object[] array) + +
              Constructs an ObjectArrayIterator that will iterate over the values in the - specified array.
    ObjectArrayIterator(java.lang.Object[] array, - int start) - -
    + specified array.
    ObjectArrayIterator(java.lang.Object[] array, + int start) + +
              Constructs an ObjectArrayIterator that will iterate over the values in the - specified array from a specific start index.
    ObjectArrayIterator(java.lang.Object[] array, - int start, - int end) - -
    -          Construct an ObjectArrayIterator that will iterate over a range of values - in the specified array.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.Object[]getArray() - -
    -          Gets the array that this iterator is iterating over.
    - intgetEndIndex() - -
    -          Gets the end index to loop to.
    - intgetStartIndex() - -
    -          Gets the start index to loop from.
    - booleanhasNext() - -
    -          Returns true if there are more elements to return from the array.
    - java.lang.Objectnext() - -
    -          Returns the next element in the array.
    - voidremove() - -
    -          Throws UnsupportedOperationException.
    - voidreset() - -
    -          Resets the iterator back to the start index.
    - voidsetArray(java.lang.Object[] array) - -
    -          Sets the array that the ArrayIterator should iterate over.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -array

    -
    -protected java.lang.Object[] array
    -
    -
    The array -

    -

    -
    -
    -
    - -

    -startIndex

    -
    -protected int startIndex
    -
    -
    The start index to loop from -

    -

    -
    -
    -
    - -

    -endIndex

    -
    -protected int endIndex
    -
    -
    The end index to loop to -

    -

    -
    -
    -
    - -

    -index

    -
    -protected int index
    -
    -
    The current iterator index -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -ObjectArrayIterator

    -
    -public ObjectArrayIterator()
    -
    + specified array from a specific start index.
    ObjectArrayIterator(java.lang.Object[] array, + int start, + int end) + +
    +          Construct an ObjectArrayIterator that will iterate over a range of values + in the specified array.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.Object[]getArray() + +
    +          Gets the array that this iterator is iterating over.
    + intgetEndIndex() + +
    +          Gets the end index to loop to.
    + intgetStartIndex() + +
    +          Gets the start index to loop from.
    + booleanhasNext() + +
    +          Returns true if there are more elements to return from the array.
    + java.lang.Objectnext() + +
    +          Returns the next element in the array.
    + voidremove() + +
    +          Throws UnsupportedOperationException.
    + voidreset() + +
    +          Resets the iterator back to the start index.
    + voidsetArray(java.lang.Object[] array) + +
    +          Sets the array that the ArrayIterator should iterate over.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +array

    +
    +protected java.lang.Object[] array
    +
    +
    The array +

    +

    +
    +
    +
    + +

    +startIndex

    +
    +protected int startIndex
    +
    +
    The start index to loop from +

    +

    +
    +
    +
    + +

    +endIndex

    +
    +protected int endIndex
    +
    +
    The end index to loop to +

    +

    +
    +
    +
    + +

    +index

    +
    +protected int index
    +
    +
    The current iterator index +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ObjectArrayIterator

    +
    +public ObjectArrayIterator()
    +
    Constructor for use with setArray.

    Using this constructor, the iterator is equivalent to an empty iterator - until setArray(java.lang.Object[]) is called to establish the array to iterate over. -

    -

    -
    - -

    -ObjectArrayIterator

    -
    -public ObjectArrayIterator(java.lang.Object[] array)
    -
    + until setArray(java.lang.Object[]) is called to establish the array to iterate over. +

    +

    +
    + +

    +ObjectArrayIterator

    +
    +public ObjectArrayIterator(java.lang.Object[] array)
    +
    Constructs an ObjectArrayIterator that will iterate over the values in the - specified array. -

    -

    -
    Parameters:
    array - the array to iterate over -
    Throws: -
    java.lang.NullPointerException - if array is null
    -
    -
    - -

    -ObjectArrayIterator

    -
    -public ObjectArrayIterator(java.lang.Object[] array,
    -                           int start)
    -
    + specified array. +

    +

    +
    Parameters:
    array - the array to iterate over +
    Throws: +
    java.lang.NullPointerException - if array is null
    +
    +
    + +

    +ObjectArrayIterator

    +
    +public ObjectArrayIterator(java.lang.Object[] array,
    +                           int start)
    +
    Constructs an ObjectArrayIterator that will iterate over the values in the - specified array from a specific start index. -

    -

    -
    Parameters:
    array - the array to iterate over
    start - the index to start iterating at -
    Throws: -
    java.lang.NullPointerException - if array is null -
    java.lang.IndexOutOfBoundsException - if the start index is out of bounds
    -
    -
    - -

    -ObjectArrayIterator

    -
    -public ObjectArrayIterator(java.lang.Object[] array,
    -                           int start,
    -                           int end)
    -
    -
    Construct an ObjectArrayIterator that will iterate over a range of values - in the specified array. -

    -

    -
    Parameters:
    array - the array to iterate over
    start - the index to start iterating at
    end - the index (exclusive) to finish iterating at -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the start or end index is out of bounds -
    java.lang.IllegalArgumentException - if end index is before the start -
    java.lang.NullPointerException - if array is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Returns true if there are more elements to return from the array. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    -
    -
    - -
    Returns:
    true if there is a next element to return
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Returns the next element in the array. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    -
    -
    - -
    Returns:
    the next element in the array -
    Throws: + specified array from a specific start index. +

    +

    +
    Parameters:
    array - the array to iterate over
    start - the index to start iterating at +
    Throws: +
    java.lang.NullPointerException - if array is null +
    java.lang.IndexOutOfBoundsException - if the start index is out of bounds
    +
    +
    + +

    +ObjectArrayIterator

    +
    +public ObjectArrayIterator(java.lang.Object[] array,
    +                           int start,
    +                           int end)
    +
    +
    Construct an ObjectArrayIterator that will iterate over a range of values + in the specified array. +

    +

    +
    Parameters:
    array - the array to iterate over
    start - the index to start iterating at
    end - the index (exclusive) to finish iterating at +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the start or end index is out of bounds +
    java.lang.IllegalArgumentException - if end index is before the start +
    java.lang.NullPointerException - if array is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Returns true if there are more elements to return from the array. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    +
    +
    + +
    Returns:
    true if there is a next element to return
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Returns the next element in the array. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    +
    +
    + +
    Returns:
    the next element in the array +
    Throws:
    java.util.NoSuchElementException - if all the elements in the array - have already been returned
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    Throws UnsupportedOperationException. -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    -
    -
    - -
    Throws: -
    java.lang.UnsupportedOperationException - always
    -
    -
    -
    - -

    -getArray

    -
    -public java.lang.Object[] getArray()
    -
    -
    Gets the array that this iterator is iterating over. -

    -

    -
    -
    -
    - + have already been returned
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    Throws UnsupportedOperationException. +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    +
    +
    + +
    Throws: +
    java.lang.UnsupportedOperationException - always
    +
    +
    +
    + +

    +getArray

    +
    +public java.lang.Object[] getArray()
    +
    +
    Gets the array that this iterator is iterating over. +

    +

    +
    +
    +
    +
    Returns:
    the array this iterator iterates over, or null if the no-arg constructor was used and setArray(java.lang.Object[]) has never - been called with a valid array.
    -
    -
    -
    - -

    -setArray

    -
    -public void setArray(java.lang.Object[] array)
    -
    + been called with a valid array.
    +
    +
    +
    + +

    +setArray

    +
    +public void setArray(java.lang.Object[] array)
    +
    Sets the array that the ArrayIterator should iterate over.

    This method may only be called once, otherwise an IllegalStateException will occur.

    - The reset() method can be used to reset the iterator if required. -

    -

    -
    -
    -
    -
    Parameters:
    array - the array that the iterator should iterate over -
    Throws: -
    java.lang.IllegalStateException - if the array was set in the constructor -
    java.lang.NullPointerException - if array is null
    -
    -
    -
    - -

    -getStartIndex

    -
    -public int getStartIndex()
    -
    -
    Gets the start index to loop from. -

    -

    -
    -
    -
    - -
    Returns:
    the start index
    -
    -
    -
    - -

    -getEndIndex

    -
    -public int getEndIndex()
    -
    -
    Gets the end index to loop to. -

    -

    -
    -
    -
    - -
    Returns:
    the end index
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    -
    Resets the iterator back to the start index. -

    -

    -
    Specified by:
    reset in interface ResettableIterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + The reset() method can be used to reset the iterator if required. +

    +

    +
    +
    +
    +
    Parameters:
    array - the array that the iterator should iterate over +
    Throws: +
    java.lang.IllegalStateException - if the array was set in the constructor +
    java.lang.NullPointerException - if array is null
    +
    + +
    + +

    +getStartIndex

    +
    +public int getStartIndex()
    +
    +
    Gets the start index to loop from. +

    +

    +
    +
    +
    + +
    Returns:
    the start index
    +
    +
    +
    + +

    +getEndIndex

    +
    +public int getEndIndex()
    +
    +
    Gets the end index to loop to. +

    +

    +
    +
    +
    + +
    Returns:
    the end index
    +
    +
    +
    + +

    +reset

    +
    +public void reset()
    +
    +
    Resets the iterator back to the start index. +

    +

    +
    Specified by:
    reset in interface ResettableIterator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ObjectArrayListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ObjectArrayListIterator.html index 09ad17f..9fbfd3d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ObjectArrayListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ObjectArrayListIterator.html @@ -1,613 +1,613 @@ - - - - - - - -ObjectArrayListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class ObjectArrayListIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.ObjectArrayIterator
    -      extended by org.apache.commons.collections.iterators.ObjectArrayListIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, ResettableIterator, ResettableListIterator
    -
    -
    -
    -
    public class ObjectArrayListIterator
    extends ObjectArrayIterator
    implements java.util.ListIterator, ResettableListIterator
    - - -

    + + + + + + + +ObjectArrayListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class ObjectArrayListIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.ObjectArrayIterator
    +      extended by org.apache.commons.collections.iterators.ObjectArrayListIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, ResettableIterator, ResettableListIterator
    +
    +
    +
    +
    public class ObjectArrayListIterator
    extends ObjectArrayIterator
    implements java.util.ListIterator, ResettableListIterator
    + + +

    Implements a ListIterator over an array of objects.

    - This iterator does not support add(java.lang.Object) or ObjectArrayIterator.remove(), as the object array + This iterator does not support add(java.lang.Object) or ObjectArrayIterator.remove(), as the object array cannot be structurally modified. The set(java.lang.Object) method is supported however.

    The iterator implements a reset() method, allowing the reset of the iterator - back to the start if required. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    -
    Author:
    -
    Neil O'Toole, Stephen Colebourne, Phil Steitz
    -
    See Also:
    ObjectArrayIterator, -Iterator, -ListIterator
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  intlastItemIndex - -
    -          Holds the index of the last item returned by a call to next() - or previous().
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.iterators.ObjectArrayIterator
    array, endIndex, index, startIndex
    -  - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Constructor Summary
    ObjectArrayListIterator() - -
    -          Constructor for use with setArray.
    ObjectArrayListIterator(java.lang.Object[] array) - -
    + back to the start if required. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    +
    Author:
    +
    Neil O'Toole, Stephen Colebourne, Phil Steitz
    +
    See Also:
    ObjectArrayIterator, +Iterator, +ListIterator
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  intlastItemIndex + +
    +          Holds the index of the last item returned by a call to next() + or previous().
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.iterators.ObjectArrayIterator
    array, endIndex, index, startIndex
    +  + + + + + + + + + + + + - - - + + + - - - - -
    +Constructor Summary
    ObjectArrayListIterator() + +
    +          Constructor for use with setArray.
    ObjectArrayListIterator(java.lang.Object[] array) + +
              Constructs an ObjectArrayListIterator that will iterate over the values in the - specified array.
    ObjectArrayListIterator(java.lang.Object[] array, - int start) - -
    + specified array.
    ObjectArrayListIterator(java.lang.Object[] array, + int start) + +
              Constructs an ObjectArrayListIterator that will iterate over the values in the - specified array from a specific start index.
    ObjectArrayListIterator(java.lang.Object[] array, - int start, - int end) - -
    -          Construct an ObjectArrayListIterator that will iterate over a range of values - in the specified array.
    -  - - - - - - - - - - + + + + +
    -Method Summary
    - voidadd(java.lang.Object obj) - -
    + specified array from a specific start index.
    ObjectArrayListIterator(java.lang.Object[] array, + int start, + int end) + +
    +          Construct an ObjectArrayListIterator that will iterate over a range of values + in the specified array.
    +  + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    + voidadd(java.lang.Object obj) + +
              This iterator does not support modification of its backing array's size, and so will - always throw an UnsupportedOperationException when this method is invoked.
    - booleanhasPrevious() - -
    -          Returns true if there are previous elements to return from the array.
    - java.lang.Objectnext() - -
    -          Gets the next element from the array.
    - intnextIndex() - -
    -          Gets the next index to be retrieved.
    - java.lang.Objectprevious() - -
    -          Gets the previous element from the array.
    - intpreviousIndex() - -
    -          Gets the index of the item to be retrieved if previous() is called.
    - voidreset() - -
    -          Resets the iterator back to the start index.
    - voidset(java.lang.Object obj) - -
    -          Sets the element under the cursor.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.iterators.ObjectArrayIterator
    getArray, getEndIndex, getStartIndex, hasNext, remove, setArray
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -lastItemIndex

    -
    -protected int lastItemIndex
    -
    -
    Holds the index of the last item returned by a call to next() + always throw an UnsupportedOperationException when this method is invoked.
    + booleanhasPrevious() + +
    +          Returns true if there are previous elements to return from the array.
    + java.lang.Objectnext() + +
    +          Gets the next element from the array.
    + intnextIndex() + +
    +          Gets the next index to be retrieved.
    + java.lang.Objectprevious() + +
    +          Gets the previous element from the array.
    + intpreviousIndex() + +
    +          Gets the index of the item to be retrieved if previous() is called.
    + voidreset() + +
    +          Resets the iterator back to the start index.
    + voidset(java.lang.Object obj) + +
    +          Sets the element under the cursor.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.iterators.ObjectArrayIterator
    getArray, getEndIndex, getStartIndex, hasNext, remove, setArray
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +lastItemIndex

    +
    +protected int lastItemIndex
    +
    +
    Holds the index of the last item returned by a call to next() or previous(). This is set to -1 if neither method has yet been invoked. lastItemIndex is used to to implement the - set(java.lang.Object) method. -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -ObjectArrayListIterator

    -
    -public ObjectArrayListIterator()
    -
    + set(java.lang.Object) method. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ObjectArrayListIterator

    +
    +public ObjectArrayListIterator()
    +
    Constructor for use with setArray.

    Using this constructor, the iterator is equivalent to an empty iterator - until ObjectArrayIterator.setArray(java.lang.Object[]) is called to establish the array to iterate over. -

    -

    -
    - -

    -ObjectArrayListIterator

    -
    -public ObjectArrayListIterator(java.lang.Object[] array)
    -
    + until ObjectArrayIterator.setArray(java.lang.Object[]) is called to establish the array to iterate over. +

    +

    +
    + +

    +ObjectArrayListIterator

    +
    +public ObjectArrayListIterator(java.lang.Object[] array)
    +
    Constructs an ObjectArrayListIterator that will iterate over the values in the - specified array. -

    -

    -
    Parameters:
    array - the array to iterate over -
    Throws: -
    java.lang.NullPointerException - if array is null
    -
    -
    - -

    -ObjectArrayListIterator

    -
    -public ObjectArrayListIterator(java.lang.Object[] array,
    -                               int start)
    -
    + specified array. +

    +

    +
    Parameters:
    array - the array to iterate over +
    Throws: +
    java.lang.NullPointerException - if array is null
    +
    +
    + +

    +ObjectArrayListIterator

    +
    +public ObjectArrayListIterator(java.lang.Object[] array,
    +                               int start)
    +
    Constructs an ObjectArrayListIterator that will iterate over the values in the - specified array from a specific start index. -

    -

    -
    Parameters:
    array - the array to iterate over
    start - the index to start iterating at -
    Throws: -
    java.lang.NullPointerException - if array is null -
    java.lang.IndexOutOfBoundsException - if the start index is out of bounds
    -
    -
    - -

    -ObjectArrayListIterator

    -
    -public ObjectArrayListIterator(java.lang.Object[] array,
    -                               int start,
    -                               int end)
    -
    -
    Construct an ObjectArrayListIterator that will iterate over a range of values - in the specified array. -

    -

    -
    Parameters:
    array - the array to iterate over
    start - the index to start iterating at
    end - the index (exclusive) to finish iterating at -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the start or end index is out of bounds -
    java.lang.IllegalArgumentException - if end index is before the start -
    java.lang.NullPointerException - if array is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    Returns true if there are previous elements to return from the array. -

    -

    -
    Specified by:
    hasPrevious in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    true if there is a previous element to return
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    Gets the previous element from the array. -

    -

    -
    Specified by:
    previous in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the previous element -
    Throws: -
    java.util.NoSuchElementException - if there is no previous element
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Gets the next element from the array. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    Overrides:
    next in class ObjectArrayIterator
    -
    -
    - -
    Returns:
    the next element -
    Throws: -
    java.util.NoSuchElementException - if there is no next element
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    Gets the next index to be retrieved. -

    -

    -
    Specified by:
    nextIndex in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the index of the item to be retrieved next
    -
    -
    -
    - -

    -previousIndex

    -
    -public int previousIndex()
    -
    -
    Gets the index of the item to be retrieved if previous() is called. -

    -

    -
    Specified by:
    previousIndex in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the index of the item to be retrieved next
    -
    -
    -
    - -

    -add

    -
    -public void add(java.lang.Object obj)
    -
    + specified array from a specific start index. +

    +

    +
    Parameters:
    array - the array to iterate over
    start - the index to start iterating at +
    Throws: +
    java.lang.NullPointerException - if array is null +
    java.lang.IndexOutOfBoundsException - if the start index is out of bounds
    +
    +
    + +

    +ObjectArrayListIterator

    +
    +public ObjectArrayListIterator(java.lang.Object[] array,
    +                               int start,
    +                               int end)
    +
    +
    Construct an ObjectArrayListIterator that will iterate over a range of values + in the specified array. +

    +

    +
    Parameters:
    array - the array to iterate over
    start - the index to start iterating at
    end - the index (exclusive) to finish iterating at +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the start or end index is out of bounds +
    java.lang.IllegalArgumentException - if end index is before the start +
    java.lang.NullPointerException - if array is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    Returns true if there are previous elements to return from the array. +

    +

    +
    Specified by:
    hasPrevious in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    true if there is a previous element to return
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    Gets the previous element from the array. +

    +

    +
    Specified by:
    previous in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the previous element +
    Throws: +
    java.util.NoSuchElementException - if there is no previous element
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Gets the next element from the array. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    Overrides:
    next in class ObjectArrayIterator
    +
    +
    + +
    Returns:
    the next element +
    Throws: +
    java.util.NoSuchElementException - if there is no next element
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    Gets the next index to be retrieved. +

    +

    +
    Specified by:
    nextIndex in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the index of the item to be retrieved next
    +
    +
    +
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    +
    Gets the index of the item to be retrieved if previous() is called. +

    +

    +
    Specified by:
    previousIndex in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the index of the item to be retrieved next
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Object obj)
    +
    This iterator does not support modification of its backing array's size, and so will - always throw an UnsupportedOperationException when this method is invoked. -

    -

    -
    Specified by:
    add in interface java.util.ListIterator
    -
    -
    -
    Parameters:
    obj - the object to add -
    Throws: -
    java.lang.UnsupportedOperationException - always thrown.
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object obj)
    -
    + always throw an UnsupportedOperationException when this method is invoked. +

    +

    +
    Specified by:
    add in interface java.util.ListIterator
    +
    +
    +
    Parameters:
    obj - the object to add +
    Throws: +
    java.lang.UnsupportedOperationException - always thrown.
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object obj)
    +
    Sets the element under the cursor.

    - This method sets the element that was returned by the last call - to next() of previous(). - + This method sets the element that was returned by the last call + to next() of previous(). + Note: ListIterator implementations that support add() - and remove() only allow set() to be called once per call + and remove() only allow set() to be called once per call to next() or previous (see the ListIterator - javadoc for more details). Since this implementation does not support + javadoc for more details). Since this implementation does not support add() or remove(), set() may be - called as often as desired. -

    -

    -
    Specified by:
    set in interface java.util.ListIterator
    -
    -
    -
    Parameters:
    obj - the object to set into the array -
    Throws: -
    java.lang.IllegalStateException - if next() has not yet been called. -
    java.lang.ClassCastException - if the object type is unsuitable for the array
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    -
    Resets the iterator back to the start index. -

    -

    -
    Specified by:
    reset in interface ResettableIterator
    Specified by:
    reset in interface ResettableListIterator
    Overrides:
    reset in class ObjectArrayIterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + called as often as desired. +

    +

    +
    Specified by:
    set in interface java.util.ListIterator
    +
    +
    +
    Parameters:
    obj - the object to set into the array +
    Throws: +
    java.lang.IllegalStateException - if next() has not yet been called. +
    java.lang.ClassCastException - if the object type is unsuitable for the array
    +
    + +
    + +

    +reset

    +
    +public void reset()
    +
    +
    Resets the iterator back to the start index. +

    +

    +
    Specified by:
    reset in interface ResettableIterator
    Specified by:
    reset in interface ResettableListIterator
    Overrides:
    reset in class ObjectArrayIterator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ObjectGraphIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ObjectGraphIterator.html index 8fb1a35..77de63d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ObjectGraphIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ObjectGraphIterator.html @@ -1,107 +1,107 @@ - - - - - - - -ObjectGraphIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class ObjectGraphIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.ObjectGraphIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator
    -
    -
    -
    -
    public class ObjectGraphIterator
    extends java.lang.Object
    implements java.util.Iterator
    - - -

    + + + + + + + +ObjectGraphIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class ObjectGraphIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.ObjectGraphIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator
    +
    +
    +
    +
    public class ObjectGraphIterator
    extends java.lang.Object
    implements java.util.Iterator
    + + +

    An Iterator that can traverse multiple iterators down an object graph.

    This iterator can extract multiple objects from a complex tree-like object graph. @@ -147,491 +147,491 @@ An Iterator that can traverse multiple iterators down an object graph. it is returned.

    Under many circumstances, linking Iterators together in this manner is - more efficient (and convenient) than using nested for loops to extract a list. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    Version:
    -
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.IteratorcurrentIterator - -
    -          The current iterator
    -protected  java.lang.ObjectcurrentValue - -
    -          The current value
    -protected  booleanhasNext - -
    -          Whether there is another element in the iteration
    -protected  java.util.IteratorlastUsedIterator - -
    -          The last used iterator, needed for remove()
    -protected  java.lang.Objectroot - -
    -          The root object in the tree
    -protected  ArrayStackstack - -
    -          The stack of iterators
    -protected  Transformertransformer - -
    -          The transformer to use
    -  - - - - - - - - - - - - - -
    -Constructor Summary
    ObjectGraphIterator(java.util.Iterator rootIterator) - -
    -          Constructs a ObjectGraphIterator that will handle an iterator of iterators.
    ObjectGraphIterator(java.lang.Object root, - Transformer transformer) - -
    -          Constructs an ObjectGraphIterator using a root object and transformer.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -protected  voidfindNext(java.lang.Object value) - -
    -          Finds the next object in the iteration given any start object.
    -protected  voidfindNextByIterator(java.util.Iterator iterator) - -
    -          Finds the next object in the iteration given an iterator.
    - booleanhasNext() - -
    -          Checks whether there are any more elements in the iteration to obtain.
    - java.lang.Objectnext() - -
    -          Gets the next element of the iteration.
    - voidremove() - -
    -          Removes from the underlying collection the last element returned.
    -protected  voidupdateCurrentIterator() - -
    -          Loops around the iterators to find the next value to return.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -stack

    -
    -protected final ArrayStack stack
    -
    -
    The stack of iterators -

    -

    -
    -
    -
    - -

    -root

    -
    -protected java.lang.Object root
    -
    -
    The root object in the tree -

    -

    -
    -
    -
    - -

    -transformer

    -
    -protected Transformer transformer
    -
    -
    The transformer to use -

    -

    -
    -
    -
    - -

    -hasNext

    -
    -protected boolean hasNext
    -
    -
    Whether there is another element in the iteration -

    -

    -
    -
    -
    - -

    -currentIterator

    -
    -protected java.util.Iterator currentIterator
    -
    -
    The current iterator -

    -

    -
    -
    -
    - -

    -currentValue

    -
    -protected java.lang.Object currentValue
    -
    -
    The current value -

    -

    -
    -
    -
    - -

    -lastUsedIterator

    -
    -protected java.util.Iterator lastUsedIterator
    -
    -
    The last used iterator, needed for remove() -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -ObjectGraphIterator

    -
    -public ObjectGraphIterator(java.lang.Object root,
    -                           Transformer transformer)
    -
    + more efficient (and convenient) than using nested for loops to extract a list. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    Version:
    +
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.IteratorcurrentIterator + +
    +          The current iterator
    +protected  java.lang.ObjectcurrentValue + +
    +          The current value
    +protected  booleanhasNext + +
    +          Whether there is another element in the iteration
    +protected  java.util.IteratorlastUsedIterator + +
    +          The last used iterator, needed for remove()
    +protected  java.lang.Objectroot + +
    +          The root object in the tree
    +protected  ArrayStackstack + +
    +          The stack of iterators
    +protected  Transformertransformer + +
    +          The transformer to use
    +  + + + + + + + + + + + + + +
    +Constructor Summary
    ObjectGraphIterator(java.util.Iterator rootIterator) + +
    +          Constructs a ObjectGraphIterator that will handle an iterator of iterators.
    ObjectGraphIterator(java.lang.Object root, + Transformer transformer) + +
    +          Constructs an ObjectGraphIterator using a root object and transformer.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +protected  voidfindNext(java.lang.Object value) + +
    +          Finds the next object in the iteration given any start object.
    +protected  voidfindNextByIterator(java.util.Iterator iterator) + +
    +          Finds the next object in the iteration given an iterator.
    + booleanhasNext() + +
    +          Checks whether there are any more elements in the iteration to obtain.
    + java.lang.Objectnext() + +
    +          Gets the next element of the iteration.
    + voidremove() + +
    +          Removes from the underlying collection the last element returned.
    +protected  voidupdateCurrentIterator() + +
    +          Loops around the iterators to find the next value to return.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +stack

    +
    +protected final ArrayStack stack
    +
    +
    The stack of iterators +

    +

    +
    +
    +
    + +

    +root

    +
    +protected java.lang.Object root
    +
    +
    The root object in the tree +

    +

    +
    +
    +
    + +

    +transformer

    +
    +protected Transformer transformer
    +
    +
    The transformer to use +

    +

    +
    +
    +
    + +

    +hasNext

    +
    +protected boolean hasNext
    +
    +
    Whether there is another element in the iteration +

    +

    +
    +
    +
    + +

    +currentIterator

    +
    +protected java.util.Iterator currentIterator
    +
    +
    The current iterator +

    +

    +
    +
    +
    + +

    +currentValue

    +
    +protected java.lang.Object currentValue
    +
    +
    The current value +

    +

    +
    +
    +
    + +

    +lastUsedIterator

    +
    +protected java.util.Iterator lastUsedIterator
    +
    +
    The last used iterator, needed for remove() +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ObjectGraphIterator

    +
    +public ObjectGraphIterator(java.lang.Object root,
    +                           Transformer transformer)
    +
    Constructs an ObjectGraphIterator using a root object and transformer.

    The root object can be an iterator, in which case it will be immediately - looped around. -

    -

    -
    Parameters:
    root - the root object, null will result in an empty iterator
    transformer - the transformer to use, null will use a no effect transformer
    -
    -
    - -

    -ObjectGraphIterator

    -
    -public ObjectGraphIterator(java.util.Iterator rootIterator)
    -
    + looped around. +

    +

    +
    Parameters:
    root - the root object, null will result in an empty iterator
    transformer - the transformer to use, null will use a no effect transformer
    +
    +
    + +

    +ObjectGraphIterator

    +
    +public ObjectGraphIterator(java.util.Iterator rootIterator)
    +
    Constructs a ObjectGraphIterator that will handle an iterator of iterators.

    This constructor exists for convenience to emphasise that this class can be used to iterate over nested iterators. That is to say that the iterator passed in here contains other iterators, which may in turn contain further - iterators. -

    -

    -
    Parameters:
    rootIterator - the root iterator, null will result in an empty iterator
    -
    - - - - - - - - -
    -Method Detail
    - -

    -updateCurrentIterator

    -
    -protected void updateCurrentIterator()
    -
    -
    Loops around the iterators to find the next value to return. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -findNext

    -
    -protected void findNext(java.lang.Object value)
    -
    -
    Finds the next object in the iteration given any start object. -

    -

    -
    -
    -
    -
    Parameters:
    value - the value to start from
    -
    -
    -
    - -

    -findNextByIterator

    -
    -protected void findNextByIterator(java.util.Iterator iterator)
    -
    -
    Finds the next object in the iteration given an iterator. -

    -

    -
    -
    -
    -
    Parameters:
    iterator - the iterator to start from
    -
    -
    -
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Checks whether there are any more elements in the iteration to obtain. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    -
    -
    - -
    Returns:
    true if elements remain in the iteration
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Gets the next element of the iteration. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    -
    -
    - -
    Returns:
    the next element from the iteration -
    Throws: -
    java.util.NoSuchElementException - if all the Iterators are exhausted
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    + iterators. +

    +

    +
    Parameters:
    rootIterator - the root iterator, null will result in an empty iterator
    +
    + + + + + + + + +
    +Method Detail
    + +

    +updateCurrentIterator

    +
    +protected void updateCurrentIterator()
    +
    +
    Loops around the iterators to find the next value to return. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +findNext

    +
    +protected void findNext(java.lang.Object value)
    +
    +
    Finds the next object in the iteration given any start object. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to start from
    +
    +
    +
    + +

    +findNextByIterator

    +
    +protected void findNextByIterator(java.util.Iterator iterator)
    +
    +
    Finds the next object in the iteration given an iterator. +

    +

    +
    +
    +
    +
    Parameters:
    iterator - the iterator to start from
    +
    +
    +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Checks whether there are any more elements in the iteration to obtain. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    +
    +
    + +
    Returns:
    true if elements remain in the iteration
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Gets the next element of the iteration. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    +
    +
    + +
    Returns:
    the next element from the iteration +
    Throws: +
    java.util.NoSuchElementException - if all the Iterators are exhausted
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    Removes from the underlying collection the last element returned.

    This method calls remove() on the underlying Iterator and it may throw an UnsupportedOperationException if the underlying Iterator - does not support this method. -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    -
    -
    - -
    Throws: -
    java.lang.UnsupportedOperationException - if the remove operator is not supported by the underlying Iterator + does not support this method. +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    +
    +
    + +
    Throws: +
    java.lang.UnsupportedOperationException - if the remove operator is not supported by the underlying Iterator
    java.lang.IllegalStateException - if the next method has not yet been called, or the remove method has - already been called after the last call to the next method.
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + already been called after the last call to the next method.
    + +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ProxyIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ProxyIterator.html index d2d9ceb..5d29488 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ProxyIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ProxyIterator.html @@ -1,400 +1,400 @@ - - - - - - - -ProxyIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class ProxyIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.ProxyIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator
    -
    -
    -Deprecated. Use AbstractIteratorDecorator. Will be removed in v4.0 -

    -

    -
    public class ProxyIterator
    extends java.lang.Object
    implements java.util.Iterator
    - - -

    -A Proxy Iterator which delegates its methods to a proxy instance. -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Strachan
    -
    -
    - -

    - - - - - - - - - - + + + + + +
    -Constructor Summary
    ProxyIterator() - -
    + + + + + + + +ProxyIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.iterators +
    +Class ProxyIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.ProxyIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator
    +
    +
    +Deprecated. Use AbstractIteratorDecorator. Will be removed in v4.0 +

    +

    +
    public class ProxyIterator
    extends java.lang.Object
    implements java.util.Iterator
    + + +

    +A Proxy Iterator which delegates its methods to a proxy instance. +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Strachan
    +
    +
    + +

    + + + + + + + + + + - - - + + + - -
    +Constructor Summary
    ProxyIterator() + +
              Deprecated. Constructs a new ProxyIterator that will not function - until setIterator(Iterator) is called.
    ProxyIterator(java.util.Iterator iterator) - -
    + until setIterator(Iterator) is called.
    ProxyIterator(java.util.Iterator iterator) + +
              Deprecated. Constructs a new ProxyIterator that will use the - given iterator.
    -  - - - - - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - java.util.IteratorgetIterator() - -
    -          Deprecated. Getter for property iterator.
    - booleanhasNext() - -
    -          Deprecated. Returns true if the underlying iterator has more elements.
    - java.lang.Objectnext() - -
    -          Deprecated. Returns the next element from the underlying iterator.
    - voidremove() - -
    + given iterator.
    +  + + + + + + + + + + + + + + + + + + + + + + - - - - - -
    +Method Summary
    + java.util.IteratorgetIterator() + +
    +          Deprecated. Getter for property iterator.
    + booleanhasNext() + +
    +          Deprecated. Returns true if the underlying iterator has more elements.
    + java.lang.Objectnext() + +
    +          Deprecated. Returns the next element from the underlying iterator.
    + voidremove() + +
              Deprecated. Removes the last returned element from the collection that spawned - the underlying iterator.
    - voidsetIterator(java.util.Iterator iterator) - -
    -          Deprecated. Setter for property iterator.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -ProxyIterator

    -
    -public ProxyIterator()
    -
    + the underlying iterator.
    + voidsetIterator(java.util.Iterator iterator) + +
    +          Deprecated. Setter for property iterator.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +ProxyIterator

    +
    +public ProxyIterator()
    +
    Deprecated. 
    Constructs a new ProxyIterator that will not function - until setIterator(Iterator) is called. -

    -

    -
    - -

    -ProxyIterator

    -
    -public ProxyIterator(java.util.Iterator iterator)
    -
    + until setIterator(Iterator) is called. +

    +

    +
    + +

    +ProxyIterator

    +
    +public ProxyIterator(java.util.Iterator iterator)
    +
    Deprecated. 
    Constructs a new ProxyIterator that will use the - given iterator. -

    -

    -
    Parameters:
    iterator - the underlying iterator
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Deprecated. 
    Returns true if the underlying iterator has more elements. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    -
    -
    - -
    Returns:
    true if the underlying iterator has more elements
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Deprecated. 
    Returns the next element from the underlying iterator. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    -
    -
    - -
    Returns:
    the next element from the underlying iterator -
    Throws: -
    java.util.NoSuchElementException - if the underlying iterator - raises it because it has no more elements
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    + given iterator. +

    +

    +
    Parameters:
    iterator - the underlying iterator
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Deprecated. 
    Returns true if the underlying iterator has more elements. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    +
    +
    + +
    Returns:
    true if the underlying iterator has more elements
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Deprecated. 
    Returns the next element from the underlying iterator. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    +
    +
    + +
    Returns:
    the next element from the underlying iterator +
    Throws: +
    java.util.NoSuchElementException - if the underlying iterator + raises it because it has no more elements
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    Deprecated. 
    Removes the last returned element from the collection that spawned - the underlying iterator. -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    -
    -
    -
    -
    -
    -
    - -

    -getIterator

    -
    -public java.util.Iterator getIterator()
    -
    -
    Deprecated. 
    Getter for property iterator. -

    -

    -
    -
    -
    - -
    Returns:
    Value of property iterator.
    -
    -
    -
    - -

    -setIterator

    -
    -public void setIterator(java.util.Iterator iterator)
    -
    -
    Deprecated. 
    Setter for property iterator. -

    -

    -
    -
    -
    -
    Parameters:
    iterator - New value of property iterator.
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + the underlying iterator. +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    +
    +
    +
    +
    + +
    + +

    +getIterator

    +
    +public java.util.Iterator getIterator()
    +
    +
    Deprecated. 
    Getter for property iterator. +

    +

    +
    +
    +
    + +
    Returns:
    Value of property iterator.
    +
    +
    +
    + +

    +setIterator

    +
    +public void setIterator(java.util.Iterator iterator)
    +
    +
    Deprecated. 
    Setter for property iterator. +

    +

    +
    +
    +
    +
    Parameters:
    iterator - New value of property iterator.
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ProxyListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ProxyListIterator.html index 85746be..aa012bc 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ProxyListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ProxyListIterator.html @@ -1,558 +1,558 @@ - - - - - - - -ProxyListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class ProxyListIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.ProxyListIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator
    -
    -
    -Deprecated. Use AbstractListIteratorDecorator. Will be removed in v4.0 -

    -

    -
    public class ProxyListIterator
    extends java.lang.Object
    implements java.util.ListIterator
    - - -

    + + + + + + + +ProxyListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class ProxyListIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.ProxyListIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator
    +
    +
    +Deprecated. Use AbstractListIteratorDecorator. Will be removed in v4.0 +

    +

    +
    public class ProxyListIterator
    extends java.lang.Object
    implements java.util.ListIterator
    + + +

    A proxy ListIterator which delegates its - methods to a proxy instance. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Rodney Waldhoff
    -
    -
    - -

    - - - - - - - - - - + +
    -Constructor Summary
    ProxyListIterator() - -
    -          Deprecated. Constructs a new ProxyListIterator that will not + methods to a proxy instance. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Rodney Waldhoff
    +
    +
    + +

    + + + + + + + + + + - - - + + + - -
    +Constructor Summary
    ProxyListIterator() + +
    +          Deprecated. Constructs a new ProxyListIterator that will not function until setListIterator - is invoked.
    ProxyListIterator(java.util.ListIterator iterator) - -
    + is invoked.
    ProxyListIterator(java.util.ListIterator iterator) + +
              Deprecated. Constructs a new ProxyListIterator that will use the - given list iterator.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(java.lang.Object o) - -
    -          Deprecated. Invokes the underlying ListIterator.add(Object) method.
    - java.util.ListIteratorgetListIterator() - -
    -          Deprecated. Getter for property iterator.
    - booleanhasNext() - -
    -          Deprecated. Invokes the underlying ListIterator.hasNext() method.
    - booleanhasPrevious() - -
    -          Deprecated. Invokes the underlying ListIterator.hasPrevious() method.
    - java.lang.Objectnext() - -
    -          Deprecated. Invokes the underlying ListIterator.next() method.
    - intnextIndex() - -
    -          Deprecated. Invokes the underlying ListIterator.nextIndex() method.
    - java.lang.Objectprevious() - -
    -          Deprecated. Invokes the underlying ListIterator.previous() method.
    - intpreviousIndex() - -
    -          Deprecated. Invokes the underlying ListIterator.previousIndex() method.
    - voidremove() - -
    -          Deprecated. Invokes the underlying ListIterator.remove() method.
    - voidset(java.lang.Object o) - -
    -          Deprecated. Invokes the underlying ListIterator.set(Object) method.
    - voidsetListIterator(java.util.ListIterator iterator) - -
    -          Deprecated. Setter for property iterator.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -ProxyListIterator

    -
    -public ProxyListIterator()
    -
    -
    Deprecated. 
    Constructs a new ProxyListIterator that will not + given list iterator.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(java.lang.Object o) + +
    +          Deprecated. Invokes the underlying ListIterator.add(Object) method.
    + java.util.ListIteratorgetListIterator() + +
    +          Deprecated. Getter for property iterator.
    + booleanhasNext() + +
    +          Deprecated. Invokes the underlying ListIterator.hasNext() method.
    + booleanhasPrevious() + +
    +          Deprecated. Invokes the underlying ListIterator.hasPrevious() method.
    + java.lang.Objectnext() + +
    +          Deprecated. Invokes the underlying ListIterator.next() method.
    + intnextIndex() + +
    +          Deprecated. Invokes the underlying ListIterator.nextIndex() method.
    + java.lang.Objectprevious() + +
    +          Deprecated. Invokes the underlying ListIterator.previous() method.
    + intpreviousIndex() + +
    +          Deprecated. Invokes the underlying ListIterator.previousIndex() method.
    + voidremove() + +
    +          Deprecated. Invokes the underlying ListIterator.remove() method.
    + voidset(java.lang.Object o) + +
    +          Deprecated. Invokes the underlying ListIterator.set(Object) method.
    + voidsetListIterator(java.util.ListIterator iterator) + +
    +          Deprecated. Setter for property iterator.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +ProxyListIterator

    +
    +public ProxyListIterator()
    +
    +
    Deprecated. 
    Constructs a new ProxyListIterator that will not function until setListIterator - is invoked. -

    -

    -
    - -

    -ProxyListIterator

    -
    -public ProxyListIterator(java.util.ListIterator iterator)
    -
    + is invoked. +

    +

    +
    + +

    +ProxyListIterator

    +
    +public ProxyListIterator(java.util.ListIterator iterator)
    +
    Deprecated. 
    Constructs a new ProxyListIterator that will use the - given list iterator. -

    -

    -
    Parameters:
    iterator - the list iterator to use
    -
    - - - - - - - - -
    -Method Detail
    - -

    -add

    -
    -public void add(java.lang.Object o)
    -
    -
    Deprecated. 
    Invokes the underlying ListIterator.add(Object) method. -

    -

    -
    Specified by:
    add in interface java.util.ListIterator
    -
    -
    - -
    Throws: -
    java.lang.NullPointerException - if the underlying iterator is null
    -
    -
    -
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Deprecated. 
    Invokes the underlying ListIterator.hasNext() method. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    -
    -
    - -
    Throws: -
    java.lang.NullPointerException - if the underlying iterator is null
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    Deprecated. 
    Invokes the underlying ListIterator.hasPrevious() method. -

    -

    -
    Specified by:
    hasPrevious in interface java.util.ListIterator
    -
    -
    - -
    Throws: -
    java.lang.NullPointerException - if the underlying iterator is null
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Deprecated. 
    Invokes the underlying ListIterator.next() method. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    -
    -
    - -
    Throws: -
    java.lang.NullPointerException - if the underlying iterator is null
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    Deprecated. 
    Invokes the underlying ListIterator.nextIndex() method. -

    -

    -
    Specified by:
    nextIndex in interface java.util.ListIterator
    -
    -
    - -
    Throws: -
    java.lang.NullPointerException - if the underlying iterator is null
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    Deprecated. 
    Invokes the underlying ListIterator.previous() method. -

    -

    -
    Specified by:
    previous in interface java.util.ListIterator
    -
    -
    - -
    Throws: -
    java.lang.NullPointerException - if the underlying iterator is null
    -
    -
    -
    - -

    -previousIndex

    -
    -public int previousIndex()
    -
    -
    Deprecated. 
    Invokes the underlying ListIterator.previousIndex() method. -

    -

    -
    Specified by:
    previousIndex in interface java.util.ListIterator
    -
    -
    - -
    Throws: -
    java.lang.NullPointerException - if the underlying iterator is null
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    Deprecated. 
    Invokes the underlying ListIterator.remove() method. -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    -
    -
    - -
    Throws: -
    java.lang.NullPointerException - if the underlying iterator is null
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object o)
    -
    -
    Deprecated. 
    Invokes the underlying ListIterator.set(Object) method. -

    -

    -
    Specified by:
    set in interface java.util.ListIterator
    -
    -
    - -
    Throws: -
    java.lang.NullPointerException - if the underlying iterator is null
    -
    -
    -
    - -

    -getListIterator

    -
    -public java.util.ListIterator getListIterator()
    -
    -
    Deprecated. 
    Getter for property iterator. -

    -

    -
    -
    -
    - -
    Returns:
    Value of property iterator.
    -
    -
    -
    - -

    -setListIterator

    -
    -public void setListIterator(java.util.ListIterator iterator)
    -
    -
    Deprecated. 
    Setter for property iterator. -

    -

    -
    -
    -
    -
    Parameters:
    iterator - New value of property iterator.
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + given list iterator. +

    +

    +
    Parameters:
    iterator - the list iterator to use
    + + + + + + + + + +
    +Method Detail
    + +

    +add

    +
    +public void add(java.lang.Object o)
    +
    +
    Deprecated. 
    Invokes the underlying ListIterator.add(Object) method. +

    +

    +
    Specified by:
    add in interface java.util.ListIterator
    +
    +
    + +
    Throws: +
    java.lang.NullPointerException - if the underlying iterator is null
    +
    +
    +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Deprecated. 
    Invokes the underlying ListIterator.hasNext() method. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    +
    +
    + +
    Throws: +
    java.lang.NullPointerException - if the underlying iterator is null
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    Deprecated. 
    Invokes the underlying ListIterator.hasPrevious() method. +

    +

    +
    Specified by:
    hasPrevious in interface java.util.ListIterator
    +
    +
    + +
    Throws: +
    java.lang.NullPointerException - if the underlying iterator is null
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Deprecated. 
    Invokes the underlying ListIterator.next() method. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    +
    +
    + +
    Throws: +
    java.lang.NullPointerException - if the underlying iterator is null
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    Deprecated. 
    Invokes the underlying ListIterator.nextIndex() method. +

    +

    +
    Specified by:
    nextIndex in interface java.util.ListIterator
    +
    +
    + +
    Throws: +
    java.lang.NullPointerException - if the underlying iterator is null
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    Deprecated. 
    Invokes the underlying ListIterator.previous() method. +

    +

    +
    Specified by:
    previous in interface java.util.ListIterator
    +
    +
    + +
    Throws: +
    java.lang.NullPointerException - if the underlying iterator is null
    +
    +
    +
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    +
    Deprecated. 
    Invokes the underlying ListIterator.previousIndex() method. +

    +

    +
    Specified by:
    previousIndex in interface java.util.ListIterator
    +
    +
    + +
    Throws: +
    java.lang.NullPointerException - if the underlying iterator is null
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    Deprecated. 
    Invokes the underlying ListIterator.remove() method. +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    +
    +
    + +
    Throws: +
    java.lang.NullPointerException - if the underlying iterator is null
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object o)
    +
    +
    Deprecated. 
    Invokes the underlying ListIterator.set(Object) method. +

    +

    +
    Specified by:
    set in interface java.util.ListIterator
    +
    +
    + +
    Throws: +
    java.lang.NullPointerException - if the underlying iterator is null
    +
    +
    +
    + +

    +getListIterator

    +
    +public java.util.ListIterator getListIterator()
    +
    +
    Deprecated. 
    Getter for property iterator. +

    +

    +
    +
    +
    + +
    Returns:
    Value of property iterator.
    +
    +
    +
    + +

    +setListIterator

    +
    +public void setListIterator(java.util.ListIterator iterator)
    +
    +
    Deprecated. 
    Setter for property iterator. +

    +

    +
    +
    +
    +
    Parameters:
    iterator - New value of property iterator.
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ReverseListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ReverseListIterator.html index abbb7b5..fca1565 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ReverseListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/ReverseListIterator.html @@ -1,107 +1,107 @@ - - - - - - - -ReverseListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class ReverseListIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.ReverseListIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, ResettableIterator, ResettableListIterator
    -
    -
    -
    -
    public class ReverseListIterator
    extends java.lang.Object
    implements ResettableListIterator
    - - -

    + + + + + + + +ReverseListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class ReverseListIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.ReverseListIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, ResettableIterator, ResettableListIterator
    +
    +
    +
    +
    public class ReverseListIterator
    extends java.lang.Object
    implements ResettableListIterator
    + + +

    Iterates backwards through a List, starting with the last element and continuing to the first. This is useful for looping around a list in reverse order without needing to actually reverse the list. @@ -111,410 +111,410 @@ Iterates backwards through a List, starting with the last element in concert with the next() method as expected. However, the nextIndex() method returns the correct index in the list, thus it starts high and reduces as the iteration - continues. The previous methods work similarly. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.2
    -
    Version:
    -
    $Revision: $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Serge Knystautas, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    ReverseListIterator(java.util.List list) - -
    -          Constructor that wraps a list.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +
    -Method Summary
    - voidadd(java.lang.Object obj) - -
    -          Adds a new element to the list between the next and previous elements.
    - booleanhasNext() - -
    -          Checks whether there is another element.
    - booleanhasPrevious() - -
    -          Checks whether there is a previous element.
    - java.lang.Objectnext() - -
    -          Gets the next element.
    - intnextIndex() - -
    -          Gets the index of the next element.
    - java.lang.Objectprevious() - -
    -          Gets the previous element.
    - intpreviousIndex() - -
    -          Gets the index of the previous element.
    - voidremove() - -
    -          Removes the last returned element.
    - voidreset() - -
    + continues. The previous methods work similarly. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.2
    +
    Version:
    +
    $Revision: $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Serge Knystautas, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    ReverseListIterator(java.util.List list) + +
    +          Constructor that wraps a list.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - -
    +Method Summary
    + voidadd(java.lang.Object obj) + +
    +          Adds a new element to the list between the next and previous elements.
    + booleanhasNext() + +
    +          Checks whether there is another element.
    + booleanhasPrevious() + +
    +          Checks whether there is a previous element.
    + java.lang.Objectnext() + +
    +          Gets the next element.
    + intnextIndex() + +
    +          Gets the index of the next element.
    + java.lang.Objectprevious() + +
    +          Gets the previous element.
    + intpreviousIndex() + +
    +          Gets the index of the previous element.
    + voidremove() + +
    +          Removes the last returned element.
    + voidreset() + +
              Resets the iterator back to the start (which is the - end of the list as this is a reversed iterator)
    - voidset(java.lang.Object obj) - -
    -          Replaces the last returned element.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -ReverseListIterator

    -
    -public ReverseListIterator(java.util.List list)
    -
    -
    Constructor that wraps a list. -

    -

    -
    Parameters:
    list - the list to create a reversed iterator for -
    Throws: -
    java.lang.NullPointerException - if the list is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Checks whether there is another element. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    true if there is another element
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    + end of the list as this is a reversed iterator)
    + voidset(java.lang.Object obj) + +
    +          Replaces the last returned element.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +ReverseListIterator

    +
    +public ReverseListIterator(java.util.List list)
    +
    +
    Constructor that wraps a list. +

    +

    +
    Parameters:
    list - the list to create a reversed iterator for +
    Throws: +
    java.lang.NullPointerException - if the list is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Checks whether there is another element. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    true if there is another element
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    Gets the next element. - The next element is the previous in the list. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the next element in the iterator
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    Gets the index of the next element. -

    -

    -
    Specified by:
    nextIndex in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the index of the next element in the iterator
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    Checks whether there is a previous element. -

    -

    -
    Specified by:
    hasPrevious in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    true if there is a previous element
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    + The next element is the previous in the list. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the next element in the iterator
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    Gets the index of the next element. +

    +

    +
    Specified by:
    nextIndex in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the index of the next element in the iterator
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    Checks whether there is a previous element. +

    +

    +
    Specified by:
    hasPrevious in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    true if there is a previous element
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    Gets the previous element. - The next element is the previous in the list. -

    -

    -
    Specified by:
    previous in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the previous element in the iterator
    -
    -
    -
    - -

    -previousIndex

    -
    -public int previousIndex()
    -
    -
    Gets the index of the previous element. -

    -

    -
    Specified by:
    previousIndex in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the index of the previous element in the iterator
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    Removes the last returned element. -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    -
    -
    - -
    Throws: -
    java.lang.UnsupportedOperationException - if the list is unmodifiable -
    java.lang.IllegalStateException - if there is no element to remove
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object obj)
    -
    -
    Replaces the last returned element. -

    -

    -
    Specified by:
    set in interface java.util.ListIterator
    -
    -
    -
    Parameters:
    obj - the object to set -
    Throws: -
    java.lang.UnsupportedOperationException - if the list is unmodifiable -
    java.lang.IllegalStateException - if the iterator is not in a valid state for set
    -
    -
    -
    - -

    -add

    -
    -public void add(java.lang.Object obj)
    -
    -
    Adds a new element to the list between the next and previous elements. -

    -

    -
    Specified by:
    add in interface java.util.ListIterator
    -
    -
    -
    Parameters:
    obj - the object to add -
    Throws: -
    java.lang.UnsupportedOperationException - if the list is unmodifiable -
    java.lang.IllegalStateException - if the iterator is not in a valid state for set
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    + The next element is the previous in the list. +

    +

    +
    Specified by:
    previous in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the previous element in the iterator
    +
    +
    +
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    +
    Gets the index of the previous element. +

    +

    +
    Specified by:
    previousIndex in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the index of the previous element in the iterator
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    Removes the last returned element. +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    +
    +
    + +
    Throws: +
    java.lang.UnsupportedOperationException - if the list is unmodifiable +
    java.lang.IllegalStateException - if there is no element to remove
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object obj)
    +
    +
    Replaces the last returned element. +

    +

    +
    Specified by:
    set in interface java.util.ListIterator
    +
    +
    +
    Parameters:
    obj - the object to set +
    Throws: +
    java.lang.UnsupportedOperationException - if the list is unmodifiable +
    java.lang.IllegalStateException - if the iterator is not in a valid state for set
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Object obj)
    +
    +
    Adds a new element to the list between the next and previous elements. +

    +

    +
    Specified by:
    add in interface java.util.ListIterator
    +
    +
    +
    Parameters:
    obj - the object to add +
    Throws: +
    java.lang.UnsupportedOperationException - if the list is unmodifiable +
    java.lang.IllegalStateException - if the iterator is not in a valid state for set
    +
    +
    +
    + +

    +reset

    +
    +public void reset()
    +
    Resets the iterator back to the start (which is the - end of the list as this is a reversed iterator) -

    -

    -
    Specified by:
    reset in interface ResettableIterator
    Specified by:
    reset in interface ResettableListIterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + end of the list as this is a reversed iterator) +

    +

    +
    Specified by:
    reset in interface ResettableIterator
    Specified by:
    reset in interface ResettableListIterator
    +
    +
    +
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/SingletonIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/SingletonIterator.html index 1e40000..89f3225 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/SingletonIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/SingletonIterator.html @@ -1,388 +1,388 @@ - - - - - - - -SingletonIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class SingletonIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.SingletonIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, ResettableIterator
    -
    -
    -
    -
    public class SingletonIterator
    extends java.lang.Object
    implements java.util.Iterator, ResettableIterator
    - - -

    -SingletonIterator is an Iterator over a single - object instance. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.0
    -
    Version:
    -
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    -
    Author:
    -
    James Strachan, Stephen Colebourne, Rodney Waldhoff
    -
    -
    - -

    - - - - - - - - - - + +
    -Constructor Summary
    SingletonIterator(java.lang.Object object) - -
    + + + + + + + +SingletonIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.iterators +
    +Class SingletonIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.SingletonIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, ResettableIterator
    +
    +
    +
    +
    public class SingletonIterator
    extends java.lang.Object
    implements java.util.Iterator, ResettableIterator
    + + +

    +SingletonIterator is an Iterator over a single + object instance. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.0
    +
    Version:
    +
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    +
    Author:
    +
    James Strachan, Stephen Colebourne, Rodney Waldhoff
    +
    +
    + +

    + + + + + + + + + + - - - + + + - -
    +Constructor Summary
    SingletonIterator(java.lang.Object object) + +
              Constructs a new SingletonIterator where remove - is a permitted operation.
    SingletonIterator(java.lang.Object object, - boolean removeAllowed) - -
    + is a permitted operation.
    SingletonIterator(java.lang.Object object, + boolean removeAllowed) + +
              Constructs a new SingletonIterator optionally choosing if - remove is a permitted operation.
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanhasNext() - -
    -          Is another object available from the iterator?
    - java.lang.Objectnext() - -
    -          Get the next object from the iterator.
    - voidremove() - -
    -          Remove the object from this iterator.
    - voidreset() - -
    -          Reset the iterator to the start.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -SingletonIterator

    -
    -public SingletonIterator(java.lang.Object object)
    -
    + remove is a permitted operation.
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanhasNext() + +
    +          Is another object available from the iterator?
    + java.lang.Objectnext() + +
    +          Get the next object from the iterator.
    + voidremove() + +
    +          Remove the object from this iterator.
    + voidreset() + +
    +          Reset the iterator to the start.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +SingletonIterator

    +
    +public SingletonIterator(java.lang.Object object)
    +
    Constructs a new SingletonIterator where remove - is a permitted operation. -

    -

    -
    Parameters:
    object - the single object to return from the iterator
    -
    -
    - -

    -SingletonIterator

    -
    -public SingletonIterator(java.lang.Object object,
    -                         boolean removeAllowed)
    -
    + is a permitted operation. +

    +

    +
    Parameters:
    object - the single object to return from the iterator
    +
    +
    + +

    +SingletonIterator

    +
    +public SingletonIterator(java.lang.Object object,
    +                         boolean removeAllowed)
    +
    Constructs a new SingletonIterator optionally choosing if - remove is a permitted operation. -

    -

    -
    Parameters:
    object - the single object to return from the iterator
    removeAllowed - true if remove is allowed
    Since:
    -
    Commons Collections 3.1
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    + remove is a permitted operation. +

    +

    +
    Parameters:
    object - the single object to return from the iterator
    removeAllowed - true if remove is allowed
    Since:
    +
    Commons Collections 3.1
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    Is another object available from the iterator?

    - This returns true if the single object hasn't been returned yet. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    -
    -
    - -
    Returns:
    true if the single object hasn't been returned yet
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    + This returns true if the single object hasn't been returned yet. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    +
    +
    + +
    Returns:
    true if the single object hasn't been returned yet
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    Get the next object from the iterator.

    - This returns the single object if it hasn't been returned yet. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    -
    -
    - -
    Returns:
    the single object -
    Throws: -
    java.util.NoSuchElementException - if the single object has already - been returned
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    Remove the object from this iterator. -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    -
    -
    - -
    Throws: + This returns the single object if it hasn't been returned yet. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    +
    +
    + +
    Returns:
    the single object +
    Throws: +
    java.util.NoSuchElementException - if the single object has already + been returned
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    Remove the object from this iterator. +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    +
    +
    + +
    Throws:
    java.lang.IllegalStateException - if the next method has not yet been called, or the remove method has already been called after the last call to the next - method. -
    java.lang.UnsupportedOperationException - if remove is not supported
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    -
    Reset the iterator to the start. -

    -

    -
    Specified by:
    reset in interface ResettableIterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + method. +
    java.lang.UnsupportedOperationException - if remove is not supported
    + + +
    + +

    +reset

    +
    +public void reset()
    +
    +
    Reset the iterator to the start. +

    +

    +
    Specified by:
    reset in interface ResettableIterator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/SingletonListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/SingletonListIterator.html index 2bb3ee9..cbc728e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/SingletonListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/SingletonListIterator.html @@ -1,526 +1,526 @@ - - - - - - - -SingletonListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class SingletonListIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.SingletonListIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, ResettableIterator, ResettableListIterator
    -
    -
    -
    -
    public class SingletonListIterator
    extends java.lang.Object
    implements java.util.ListIterator, ResettableListIterator
    - - -

    -SingletonIterator is an ListIterator over a single - object instance. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Rodney Waldhoff
    -
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    SingletonListIterator(java.lang.Object object) - -
    -          Constructs a new SingletonListIterator.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + +
    -Method Summary
    - voidadd(java.lang.Object obj) - -
    -          Add always throws UnsupportedOperationException.
    - booleanhasNext() - -
    -          Is another object available from the iterator?
    - booleanhasPrevious() - -
    -          Is a previous object available from the iterator?
    - java.lang.Objectnext() - -
    -          Get the next object from the iterator.
    - intnextIndex() - -
    + + + + + + + +SingletonListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.iterators +
    +Class SingletonListIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.SingletonListIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, ResettableIterator, ResettableListIterator
    +
    +
    +
    +
    public class SingletonListIterator
    extends java.lang.Object
    implements java.util.ListIterator, ResettableListIterator
    + + +

    +SingletonIterator is an ListIterator over a single + object instance. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Rodney Waldhoff
    +
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    SingletonListIterator(java.lang.Object object) + +
    +          Constructs a new SingletonListIterator.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - -
    +Method Summary
    + voidadd(java.lang.Object obj) + +
    +          Add always throws UnsupportedOperationException.
    + booleanhasNext() + +
    +          Is another object available from the iterator?
    + booleanhasPrevious() + +
    +          Is a previous object available from the iterator?
    + java.lang.Objectnext() + +
    +          Get the next object from the iterator.
    + intnextIndex() + +
              Returns the index of the element that would be returned by a subsequent - call to next.
    - java.lang.Objectprevious() - -
    -          Get the previous object from the iterator.
    - intpreviousIndex() - -
    + call to next.
    + java.lang.Objectprevious() + +
    +          Get the previous object from the iterator.
    + intpreviousIndex() + +
              Returns the index of the element that would be returned by a subsequent - call to previous.
    - voidremove() - -
    -          Remove the object from this iterator.
    - voidreset() - -
    -          Reset the iterator back to the start.
    - voidset(java.lang.Object obj) - -
    -          Set sets the value of the singleton.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -SingletonListIterator

    -
    -public SingletonListIterator(java.lang.Object object)
    -
    -
    Constructs a new SingletonListIterator. -

    -

    -
    Parameters:
    object - the single object to return from the iterator
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    + call to previous.
    + voidremove() + +
    +          Remove the object from this iterator.
    + voidreset() + +
    +          Reset the iterator back to the start.
    + voidset(java.lang.Object obj) + +
    +          Set sets the value of the singleton.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +SingletonListIterator

    +
    +public SingletonListIterator(java.lang.Object object)
    +
    +
    Constructs a new SingletonListIterator. +

    +

    +
    Parameters:
    object - the single object to return from the iterator
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    Is another object available from the iterator?

    - This returns true if the single object hasn't been returned yet. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    true if the single object hasn't been returned yet
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    + This returns true if the single object hasn't been returned yet. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    true if the single object hasn't been returned yet
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    Is a previous object available from the iterator?

    - This returns true if the single object has been returned. -

    -

    -
    Specified by:
    hasPrevious in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    true if the single object has been returned
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    + This returns true if the single object has been returned. +

    +

    +
    Specified by:
    hasPrevious in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    true if the single object has been returned
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    Returns the index of the element that would be returned by a subsequent - call to next. -

    -

    -
    Specified by:
    nextIndex in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    0 or 1 depending on current state.
    -
    -
    -
    - -

    -previousIndex

    -
    -public int previousIndex()
    -
    + call to next. +

    +

    +
    Specified by:
    nextIndex in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    0 or 1 depending on current state.
    +
    +
    +
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    Returns the index of the element that would be returned by a subsequent call to previous. A return value of -1 indicates that the iterator is currently at - the start. -

    -

    -
    Specified by:
    previousIndex in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    0 or -1 depending on current state.
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    + the start. +

    +

    +
    Specified by:
    previousIndex in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    0 or -1 depending on current state.
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    Get the next object from the iterator.

    - This returns the single object if it hasn't been returned yet. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the single object -
    Throws: -
    java.util.NoSuchElementException - if the single object has already - been returned
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    + This returns the single object if it hasn't been returned yet. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the single object +
    Throws: +
    java.util.NoSuchElementException - if the single object has already + been returned
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    Get the previous object from the iterator.

    - This returns the single object if it has been returned. -

    -

    -
    Specified by:
    previous in interface java.util.ListIterator
    -
    -
    - -
    Returns:
    the single object -
    Throws: -
    java.util.NoSuchElementException - if the single object has not already - been returned
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    Remove the object from this iterator. -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    -
    -
    - -
    Throws: -
    java.lang.IllegalStateException - if the next or previous - method has not yet been called, or the remove method + This returns the single object if it has been returned. +

    +

    +
    Specified by:
    previous in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the single object +
    Throws: +
    java.util.NoSuchElementException - if the single object has not already + been returned
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    Remove the object from this iterator. +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    +
    +
    + +
    Throws: +
    java.lang.IllegalStateException - if the next or previous + method has not yet been called, or the remove method has already been called after the last call to next - or previous.
    -
    -
    -
    - -

    -add

    -
    -public void add(java.lang.Object obj)
    -
    -
    Add always throws UnsupportedOperationException. -

    -

    -
    Specified by:
    add in interface java.util.ListIterator
    -
    -
    - -
    Throws: -
    java.lang.UnsupportedOperationException - always
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object obj)
    -
    -
    Set sets the value of the singleton. -

    -

    -
    Specified by:
    set in interface java.util.ListIterator
    -
    -
    -
    Parameters:
    obj - the object to set -
    Throws: -
    java.lang.IllegalStateException - if next has not been called - or the object has been removed
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    -
    Reset the iterator back to the start. -

    -

    -
    Specified by:
    reset in interface ResettableIterator
    Specified by:
    reset in interface ResettableListIterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + or previous.
    + + +
    + +

    +add

    +
    +public void add(java.lang.Object obj)
    +
    +
    Add always throws UnsupportedOperationException. +

    +

    +
    Specified by:
    add in interface java.util.ListIterator
    +
    +
    + +
    Throws: +
    java.lang.UnsupportedOperationException - always
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object obj)
    +
    +
    Set sets the value of the singleton. +

    +

    +
    Specified by:
    set in interface java.util.ListIterator
    +
    +
    +
    Parameters:
    obj - the object to set +
    Throws: +
    java.lang.IllegalStateException - if next has not been called + or the object has been removed
    +
    +
    +
    + +

    +reset

    +
    +public void reset()
    +
    +
    Reset the iterator back to the start. +

    +

    +
    Specified by:
    reset in interface ResettableIterator
    Specified by:
    reset in interface ResettableListIterator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/TransformIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/TransformIterator.html index e55dce3..500fe80 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/TransformIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/TransformIterator.html @@ -1,495 +1,495 @@ - - - - - - - -TransformIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class TransformIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.TransformIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator
    -
    -
    -
    -
    public class TransformIterator
    extends java.lang.Object
    implements java.util.Iterator
    - - -

    -Decorates an iterator such that each element returned is transformed. -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Strachan, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    -Constructor Summary
    TransformIterator() - -
    + + + + + + + +TransformIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.iterators +
    +Class TransformIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.TransformIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator
    +
    +
    +
    +
    public class TransformIterator
    extends java.lang.Object
    implements java.util.Iterator
    + + +

    +Decorates an iterator such that each element returned is transformed. +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Strachan, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + - - - + + + - - - + + + - -
    +Constructor Summary
    TransformIterator() + +
              Constructs a new TransformIterator that will not function - until the setIterator method is - invoked.
    TransformIterator(java.util.Iterator iterator) - -
    + until the setIterator method is + invoked.
    TransformIterator(java.util.Iterator iterator) + +
              Constructs a new TransformIterator that won't transform - elements from the given iterator.
    TransformIterator(java.util.Iterator iterator, - Transformer transformer) - -
    + elements from the given iterator.
    TransformIterator(java.util.Iterator iterator, + Transformer transformer) + +
              Constructs a new TransformIterator that will use the - given iterator and transformer.
    -  - - - - - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - java.util.IteratorgetIterator() - -
    -          Gets the iterator this iterator is using.
    - TransformergetTransformer() - -
    -          Gets the transformer this iterator is using.
    - booleanhasNext() - -
    -           
    - java.lang.Objectnext() - -
    + given iterator and transformer.
    +  + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - -
    +Method Summary
    + java.util.IteratorgetIterator() + +
    +          Gets the iterator this iterator is using.
    + TransformergetTransformer() + +
    +          Gets the transformer this iterator is using.
    + booleanhasNext() + +
    +           
    + java.lang.Objectnext() + +
              Gets the next object from the iteration, transforming it using the - current transformer.
    - voidremove() - -
    -           
    - voidsetIterator(java.util.Iterator iterator) - -
    -          Sets the iterator for this iterator to use.
    - voidsetTransformer(Transformer transformer) - -
    -          Sets the transformer this the iterator to use.
    -protected  java.lang.Objecttransform(java.lang.Object source) - -
    -          Transforms the given object using the transformer.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TransformIterator

    -
    -public TransformIterator()
    -
    + current transformer.
    + voidremove() + +
    +           
    + voidsetIterator(java.util.Iterator iterator) + +
    +          Sets the iterator for this iterator to use.
    + voidsetTransformer(Transformer transformer) + +
    +          Sets the transformer this the iterator to use.
    +protected  java.lang.Objecttransform(java.lang.Object source) + +
    +          Transforms the given object using the transformer.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TransformIterator

    +
    +public TransformIterator()
    +
    Constructs a new TransformIterator that will not function - until the setIterator method is - invoked. -

    -

    -
    - -

    -TransformIterator

    -
    -public TransformIterator(java.util.Iterator iterator)
    -
    + until the setIterator method is + invoked. +

    +

    +
    + +

    +TransformIterator

    +
    +public TransformIterator(java.util.Iterator iterator)
    +
    Constructs a new TransformIterator that won't transform - elements from the given iterator. -

    -

    -
    Parameters:
    iterator - the iterator to use
    -
    -
    - -

    -TransformIterator

    -
    -public TransformIterator(java.util.Iterator iterator,
    -                         Transformer transformer)
    -
    + elements from the given iterator. +

    +

    +
    Parameters:
    iterator - the iterator to use
    +
    +
    + +

    +TransformIterator

    +
    +public TransformIterator(java.util.Iterator iterator,
    +                         Transformer transformer)
    +
    Constructs a new TransformIterator that will use the given iterator and transformer. If the given transformer is null, - then objects will not be transformed. -

    -

    -
    Parameters:
    iterator - the iterator to use
    transformer - the transformer to use
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    -
    Specified by:
    hasNext in interface java.util.Iterator
    -
    -
    -
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    + then objects will not be transformed. +

    +

    +
    Parameters:
    iterator - the iterator to use
    transformer - the transformer to use
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    +
    Specified by:
    hasNext in interface java.util.Iterator
    +
    +
    +
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    Gets the next object from the iteration, transforming it using the current transformer. If the transformer is null, no transformation - occurs and the object from the iterator is returned directly. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    -
    -
    - -
    Returns:
    the next object -
    Throws: -
    java.util.NoSuchElementException - if there are no more elements
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    Specified by:
    remove in interface java.util.Iterator
    -
    -
    -
    -
    -
    -
    - -

    -getIterator

    -
    -public java.util.Iterator getIterator()
    -
    -
    Gets the iterator this iterator is using. -

    -

    -
    -
    -
    - -
    Returns:
    the iterator.
    -
    -
    -
    - -

    -setIterator

    -
    -public void setIterator(java.util.Iterator iterator)
    -
    + occurs and the object from the iterator is returned directly. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    +
    +
    + +
    Returns:
    the next object +
    Throws: +
    java.util.NoSuchElementException - if there are no more elements
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    Specified by:
    remove in interface java.util.Iterator
    +
    +
    +
    +
    +
    +
    + +

    +getIterator

    +
    +public java.util.Iterator getIterator()
    +
    +
    Gets the iterator this iterator is using. +

    +

    +
    +
    +
    + +
    Returns:
    the iterator.
    +
    +
    +
    + +

    +setIterator

    +
    +public void setIterator(java.util.Iterator iterator)
    +
    Sets the iterator for this iterator to use. - If iteration has started, this effectively resets the iterator. -

    -

    -
    -
    -
    -
    Parameters:
    iterator - the iterator to use
    -
    -
    -
    - -

    -getTransformer

    -
    -public Transformer getTransformer()
    -
    -
    Gets the transformer this iterator is using. -

    -

    -
    -
    -
    - -
    Returns:
    the transformer.
    -
    -
    -
    - -

    -setTransformer

    -
    -public void setTransformer(Transformer transformer)
    -
    + If iteration has started, this effectively resets the iterator. +

    +

    +
    +
    +
    +
    Parameters:
    iterator - the iterator to use
    +
    +
    +
    + +

    +getTransformer

    +
    +public Transformer getTransformer()
    +
    +
    Gets the transformer this iterator is using. +

    +

    +
    +
    +
    + +
    Returns:
    the transformer.
    +
    +
    +
    + +

    +setTransformer

    +
    +public void setTransformer(Transformer transformer)
    +
    Sets the transformer this the iterator to use. - A null transformer is a no-op transformer. -

    -

    -
    -
    -
    -
    Parameters:
    transformer - the transformer to use
    -
    -
    -
    - -

    -transform

    -
    -protected java.lang.Object transform(java.lang.Object source)
    -
    + A null transformer is a no-op transformer. +

    +

    +
    +
    +
    +
    Parameters:
    transformer - the transformer to use
    +
    +
    +
    + +

    +transform

    +
    +protected java.lang.Object transform(java.lang.Object source)
    +
    Transforms the given object using the transformer. - If the transformer is null, the original object is returned as-is. -

    -

    -
    -
    -
    -
    Parameters:
    source - the object to transform -
    Returns:
    the transformed object
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + If the transformer is null, the original object is returned as-is. +

    +

    +
    +
    +
    +
    Parameters:
    source - the object to transform +
    Returns:
    the transformed object
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UniqueFilterIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UniqueFilterIterator.html index a14a2c0..0c2ae5f 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UniqueFilterIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UniqueFilterIterator.html @@ -1,253 +1,253 @@ - - - - - - - -UniqueFilterIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class UniqueFilterIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.FilterIterator
    -      extended by org.apache.commons.collections.iterators.UniqueFilterIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator
    -
    -
    -
    -
    public class UniqueFilterIterator
    extends FilterIterator
    - - -

    + + + + + + + +UniqueFilterIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.iterators +
    +Class UniqueFilterIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.FilterIterator
    +      extended by org.apache.commons.collections.iterators.UniqueFilterIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator
    +
    +
    +
    +
    public class UniqueFilterIterator
    extends FilterIterator
    + + +

    A FilterIterator which only returns "unique" Objects. Internally, the Iterator maintains a Set of objects it has already encountered, - and duplicate Objects are skipped. -

    - -

    -

    -
    Since:
    -
    Commons Collections 2.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Morgan Delagrange
    -
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    UniqueFilterIterator(java.util.Iterator iterator) - -
    -          Constructs a new UniqueFilterIterator.
    -  - - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.iterators.FilterIterator
    getIterator, getPredicate, hasNext, next, remove, setIterator, setPredicate
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -UniqueFilterIterator

    -
    -public UniqueFilterIterator(java.util.Iterator iterator)
    -
    -
    Constructs a new UniqueFilterIterator. -

    -

    -
    Parameters:
    iterator - the iterator to use
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + and duplicate Objects are skipped. +

    + +

    +

    +
    Since:
    +
    Commons Collections 2.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Morgan Delagrange
    +
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    UniqueFilterIterator(java.util.Iterator iterator) + +
    +          Constructs a new UniqueFilterIterator.
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.iterators.FilterIterator
    getIterator, getPredicate, hasNext, next, remove, setIterator, setPredicate
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +UniqueFilterIterator

    +
    +public UniqueFilterIterator(java.util.Iterator iterator)
    +
    +
    Constructs a new UniqueFilterIterator. +

    +

    +
    Parameters:
    iterator - the iterator to use
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UnmodifiableIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UnmodifiableIterator.html index 0109d76..1ca2ae5 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UnmodifiableIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UnmodifiableIterator.html @@ -1,307 +1,307 @@ - - - - - - - -UnmodifiableIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class UnmodifiableIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.UnmodifiableIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableIterator
    extends java.lang.Object
    implements java.util.Iterator, Unmodifiable
    - - -

    -Decorates an iterator such that it cannot be modified. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -static java.util.Iteratordecorate(java.util.Iterator iterator) - -
    -          Decorates the specified iterator such that it cannot be modified.
    - booleanhasNext() - -
    -           
    - java.lang.Objectnext() - -
    -           
    - voidremove() - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Iterator decorate(java.util.Iterator iterator)
    -
    + + + + + + + +UnmodifiableIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.iterators +
    +Class UnmodifiableIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.UnmodifiableIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableIterator
    extends java.lang.Object
    implements java.util.Iterator, Unmodifiable
    + + +

    +Decorates an iterator such that it cannot be modified. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.util.Iteratordecorate(java.util.Iterator iterator) + +
    +          Decorates the specified iterator such that it cannot be modified.
    + booleanhasNext() + +
    +           
    + java.lang.Objectnext() + +
    +           
    + voidremove() + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Iterator decorate(java.util.Iterator iterator)
    +
    Decorates the specified iterator such that it cannot be modified.

    - If the iterator is already unmodifiable it is returned directly. -

    -

    -
    -
    -
    -
    Parameters:
    iterator - the iterator to decorate -
    Throws: -
    java.lang.IllegalArgumentException - if the iterator is null
    -
    -
    -
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    -
    Specified by:
    hasNext in interface java.util.Iterator
    -
    -
    -
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    Specified by:
    next in interface java.util.Iterator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    Specified by:
    remove in interface java.util.Iterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + If the iterator is already unmodifiable it is returned directly. +

    +

    +
    +
    +
    +
    Parameters:
    iterator - the iterator to decorate +
    Throws: +
    java.lang.IllegalArgumentException - if the iterator is null
    +
    +
    +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    +
    Specified by:
    hasNext in interface java.util.Iterator
    +
    +
    +
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    Specified by:
    next in interface java.util.Iterator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    Specified by:
    remove in interface java.util.Iterator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UnmodifiableListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UnmodifiableListIterator.html index 24551f5..53b42fc 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UnmodifiableListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UnmodifiableListIterator.html @@ -1,437 +1,437 @@ - - - - - - - -UnmodifiableListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class UnmodifiableListIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.UnmodifiableListIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableListIterator
    extends java.lang.Object
    implements java.util.ListIterator, Unmodifiable
    - - -

    -Decorates a list iterator such that it cannot be modified. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(java.lang.Object obj) - -
    -           
    -static java.util.ListIteratordecorate(java.util.ListIterator iterator) - -
    -          Decorates the specified iterator such that it cannot be modified.
    - booleanhasNext() - -
    -           
    - booleanhasPrevious() - -
    -           
    - java.lang.Objectnext() - -
    -           
    - intnextIndex() - -
    -           
    - java.lang.Objectprevious() - -
    -           
    - intpreviousIndex() - -
    -           
    - voidremove() - -
    -           
    - voidset(java.lang.Object obj) - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.ListIterator decorate(java.util.ListIterator iterator)
    -
    -
    Decorates the specified iterator such that it cannot be modified. -

    -

    -
    -
    -
    -
    Parameters:
    iterator - the iterator to decorate -
    Throws: -
    java.lang.IllegalArgumentException - if the iterator is null
    -
    -
    -
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    -
    Specified by:
    nextIndex in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    -
    Specified by:
    hasPrevious in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    -
    Specified by:
    previous in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -previousIndex

    -
    -public int previousIndex()
    -
    -
    -
    Specified by:
    previousIndex in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object obj)
    -
    -
    -
    Specified by:
    set in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public void add(java.lang.Object obj)
    -
    -
    -
    Specified by:
    add in interface java.util.ListIterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +UnmodifiableListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.iterators +
    +Class UnmodifiableListIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.UnmodifiableListIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableListIterator
    extends java.lang.Object
    implements java.util.ListIterator, Unmodifiable
    + + +

    +Decorates a list iterator such that it cannot be modified. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(java.lang.Object obj) + +
    +           
    +static java.util.ListIteratordecorate(java.util.ListIterator iterator) + +
    +          Decorates the specified iterator such that it cannot be modified.
    + booleanhasNext() + +
    +           
    + booleanhasPrevious() + +
    +           
    + java.lang.Objectnext() + +
    +           
    + intnextIndex() + +
    +           
    + java.lang.Objectprevious() + +
    +           
    + intpreviousIndex() + +
    +           
    + voidremove() + +
    +           
    + voidset(java.lang.Object obj) + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.ListIterator decorate(java.util.ListIterator iterator)
    +
    +
    Decorates the specified iterator such that it cannot be modified. +

    +

    +
    +
    +
    +
    Parameters:
    iterator - the iterator to decorate +
    Throws: +
    java.lang.IllegalArgumentException - if the iterator is null
    +
    +
    +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    +
    Specified by:
    nextIndex in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    +
    Specified by:
    hasPrevious in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    +
    Specified by:
    previous in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    +
    +
    Specified by:
    previousIndex in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object obj)
    +
    +
    +
    Specified by:
    set in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Object obj)
    +
    +
    +
    Specified by:
    add in interface java.util.ListIterator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UnmodifiableMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UnmodifiableMapIterator.html index bed98ba..43ff0f5 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UnmodifiableMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UnmodifiableMapIterator.html @@ -1,400 +1,400 @@ - - - - - - - -UnmodifiableMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class UnmodifiableMapIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.UnmodifiableMapIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableMapIterator
    extends java.lang.Object
    implements MapIterator, Unmodifiable
    - - -

    -Decorates a map iterator such that it cannot be modified. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    -Method Summary
    -static MapIteratordecorate(MapIterator iterator) - -
    -          Decorates the specified iterator such that it cannot be modified.
    - java.lang.ObjectgetKey() - -
    + + + + + + + +UnmodifiableMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.iterators +
    +Class UnmodifiableMapIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.UnmodifiableMapIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableMapIterator
    extends java.lang.Object
    implements MapIterator, Unmodifiable
    + + +

    +Decorates a map iterator such that it cannot be modified. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - -
    +Method Summary
    +static MapIteratordecorate(MapIterator iterator) + +
    +          Decorates the specified iterator such that it cannot be modified.
    + java.lang.ObjectgetKey() + +
              Gets the current key, which is the key returned by the last call - to next().
    - java.lang.ObjectgetValue() - -
    + to next().
    + java.lang.ObjectgetValue() + +
              Gets the current value, which is the value associated with the last key - returned by next().
    - booleanhasNext() - -
    -          Checks to see if there are more entries still to be iterated.
    - java.lang.Objectnext() - -
    -          Gets the next key from the Map.
    - voidremove() - -
    -          Removes the last returned key from the underlying Map (optional operation).
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -          Sets the value associated with the current key (optional operation).
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static MapIterator decorate(MapIterator iterator)
    -
    -
    Decorates the specified iterator such that it cannot be modified. -

    -

    -
    -
    -
    -
    Parameters:
    iterator - the iterator to decorate -
    Throws: -
    java.lang.IllegalArgumentException - if the iterator is null
    -
    -
    -
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Description copied from interface: MapIterator
    -
    Checks to see if there are more entries still to be iterated. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface MapIterator
    -
    -
    - -
    Returns:
    true if the iterator has more elements
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Description copied from interface: MapIterator
    -
    Gets the next key from the Map. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    -
    -
    - -
    Returns:
    the next key in the iteration
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    Description copied from interface: MapIterator
    + returned by next().
    + booleanhasNext() + +
    +          Checks to see if there are more entries still to be iterated.
    + java.lang.Objectnext() + +
    +          Gets the next key from the Map.
    + voidremove() + +
    +          Removes the last returned key from the underlying Map (optional operation).
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +          Sets the value associated with the current key (optional operation).
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static MapIterator decorate(MapIterator iterator)
    +
    +
    Decorates the specified iterator such that it cannot be modified. +

    +

    +
    +
    +
    +
    Parameters:
    iterator - the iterator to decorate +
    Throws: +
    java.lang.IllegalArgumentException - if the iterator is null
    +
    +
    +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Description copied from interface: MapIterator
    +
    Checks to see if there are more entries still to be iterated. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface MapIterator
    +
    +
    + +
    Returns:
    true if the iterator has more elements
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Description copied from interface: MapIterator
    +
    Gets the next key from the Map. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    +
    +
    + +
    Returns:
    the next key in the iteration
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    Description copied from interface: MapIterator
    Gets the current key, which is the key returned by the last call - to next(). -

    -

    -
    Specified by:
    getKey in interface MapIterator
    -
    -
    - -
    Returns:
    the current key
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    Description copied from interface: MapIterator
    + to next(). +

    +

    +
    Specified by:
    getKey in interface MapIterator
    +
    +
    + +
    Returns:
    the current key
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Description copied from interface: MapIterator
    Gets the current value, which is the value associated with the last key - returned by next(). -

    -

    -
    Specified by:
    getValue in interface MapIterator
    -
    -
    - -
    Returns:
    the current value
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    Description copied from interface: MapIterator
    -
    Sets the value associated with the current key (optional operation). -

    -

    -
    Specified by:
    setValue in interface MapIterator
    -
    -
    -
    Parameters:
    value - the new value -
    Returns:
    the previous value
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    Description copied from interface: MapIterator
    + returned by next(). +

    +

    +
    Specified by:
    getValue in interface MapIterator
    +
    +
    + +
    Returns:
    the current value
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    Description copied from interface: MapIterator
    +
    Sets the value associated with the current key (optional operation). +

    +

    +
    Specified by:
    setValue in interface MapIterator
    +
    +
    +
    Parameters:
    value - the new value +
    Returns:
    the previous value
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    Description copied from interface: MapIterator
    Removes the last returned key from the underlying Map (optional operation).

    - This method can be called once per call to next(). -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface MapIterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This method can be called once per call to next(). +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface MapIterator
    +
    +
    +
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UnmodifiableOrderedMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UnmodifiableOrderedMapIterator.html index dbad18f..7bd6b03 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UnmodifiableOrderedMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/UnmodifiableOrderedMapIterator.html @@ -1,452 +1,452 @@ - - - - - - - -UnmodifiableOrderedMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.iterators -
    -Class UnmodifiableOrderedMapIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, OrderedIterator, OrderedMapIterator, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableOrderedMapIterator
    extends java.lang.Object
    implements OrderedMapIterator, Unmodifiable
    - - -

    -Decorates an ordered map iterator such that it cannot be modified. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    -static OrderedMapIteratordecorate(OrderedMapIterator iterator) - -
    -          Decorates the specified iterator such that it cannot be modified.
    - java.lang.ObjectgetKey() - -
    + + + + + + + +UnmodifiableOrderedMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.iterators +
    +Class UnmodifiableOrderedMapIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, OrderedIterator, OrderedMapIterator, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableOrderedMapIterator
    extends java.lang.Object
    implements OrderedMapIterator, Unmodifiable
    + + +

    +Decorates an ordered map iterator such that it cannot be modified. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    +static OrderedMapIteratordecorate(OrderedMapIterator iterator) + +
    +          Decorates the specified iterator such that it cannot be modified.
    + java.lang.ObjectgetKey() + +
              Gets the current key, which is the key returned by the last call - to next().
    - java.lang.ObjectgetValue() - -
    + to next().
    + java.lang.ObjectgetValue() + +
              Gets the current value, which is the value associated with the last key - returned by next().
    - booleanhasNext() - -
    -          Checks to see if there are more entries still to be iterated.
    - booleanhasPrevious() - -
    -          Checks to see if there is a previous element that can be iterated to.
    - java.lang.Objectnext() - -
    -          Gets the next key from the Map.
    - java.lang.Objectprevious() - -
    -          Gets the previous element from the collection.
    - voidremove() - -
    -          Removes the last returned key from the underlying Map (optional operation).
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -          Sets the value associated with the current key (optional operation).
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static OrderedMapIterator decorate(OrderedMapIterator iterator)
    -
    -
    Decorates the specified iterator such that it cannot be modified. -

    -

    -
    -
    -
    -
    Parameters:
    iterator - the iterator to decorate -
    Throws: -
    java.lang.IllegalArgumentException - if the iterator is null
    -
    -
    -
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    Description copied from interface: MapIterator
    -
    Checks to see if there are more entries still to be iterated. -

    -

    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface MapIterator
    -
    -
    - -
    Returns:
    true if the iterator has more elements
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Description copied from interface: MapIterator
    -
    Gets the next key from the Map. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    -
    -
    - -
    Returns:
    the next key in the iteration
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    Description copied from interface: OrderedIterator
    -
    Checks to see if there is a previous element that can be iterated to. -

    -

    -
    Specified by:
    hasPrevious in interface OrderedIterator
    Specified by:
    hasPrevious in interface OrderedMapIterator
    -
    -
    - -
    Returns:
    true if the iterator has a previous element
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    Description copied from interface: OrderedIterator
    -
    Gets the previous element from the collection. -

    -

    -
    Specified by:
    previous in interface OrderedIterator
    Specified by:
    previous in interface OrderedMapIterator
    -
    -
    - -
    Returns:
    the previous element in the iteration
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    Description copied from interface: MapIterator
    + returned by next().
    + booleanhasNext() + +
    +          Checks to see if there are more entries still to be iterated.
    + booleanhasPrevious() + +
    +          Checks to see if there is a previous element that can be iterated to.
    + java.lang.Objectnext() + +
    +          Gets the next key from the Map.
    + java.lang.Objectprevious() + +
    +          Gets the previous element from the collection.
    + voidremove() + +
    +          Removes the last returned key from the underlying Map (optional operation).
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +          Sets the value associated with the current key (optional operation).
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static OrderedMapIterator decorate(OrderedMapIterator iterator)
    +
    +
    Decorates the specified iterator such that it cannot be modified. +

    +

    +
    +
    +
    +
    Parameters:
    iterator - the iterator to decorate +
    Throws: +
    java.lang.IllegalArgumentException - if the iterator is null
    +
    +
    +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Description copied from interface: MapIterator
    +
    Checks to see if there are more entries still to be iterated. +

    +

    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface MapIterator
    +
    +
    + +
    Returns:
    true if the iterator has more elements
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Description copied from interface: MapIterator
    +
    Gets the next key from the Map. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    +
    +
    + +
    Returns:
    the next key in the iteration
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    Description copied from interface: OrderedIterator
    +
    Checks to see if there is a previous element that can be iterated to. +

    +

    +
    Specified by:
    hasPrevious in interface OrderedIterator
    Specified by:
    hasPrevious in interface OrderedMapIterator
    +
    +
    + +
    Returns:
    true if the iterator has a previous element
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    Description copied from interface: OrderedIterator
    +
    Gets the previous element from the collection. +

    +

    +
    Specified by:
    previous in interface OrderedIterator
    Specified by:
    previous in interface OrderedMapIterator
    +
    +
    + +
    Returns:
    the previous element in the iteration
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    Description copied from interface: MapIterator
    Gets the current key, which is the key returned by the last call - to next(). -

    -

    -
    Specified by:
    getKey in interface MapIterator
    -
    -
    - -
    Returns:
    the current key
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    Description copied from interface: MapIterator
    + to next(). +

    +

    +
    Specified by:
    getKey in interface MapIterator
    +
    +
    + +
    Returns:
    the current key
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Description copied from interface: MapIterator
    Gets the current value, which is the value associated with the last key - returned by next(). -

    -

    -
    Specified by:
    getValue in interface MapIterator
    -
    -
    - -
    Returns:
    the current value
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    Description copied from interface: MapIterator
    -
    Sets the value associated with the current key (optional operation). -

    -

    -
    Specified by:
    setValue in interface MapIterator
    -
    -
    -
    Parameters:
    value - the new value -
    Returns:
    the previous value
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    Description copied from interface: MapIterator
    + returned by next(). +

    +

    +
    Specified by:
    getValue in interface MapIterator
    +
    +
    + +
    Returns:
    the current value
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    Description copied from interface: MapIterator
    +
    Sets the value associated with the current key (optional operation). +

    +

    +
    Specified by:
    setValue in interface MapIterator
    +
    +
    +
    Parameters:
    value - the new value +
    Returns:
    the previous value
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    Description copied from interface: MapIterator
    Removes the last returned key from the underlying Map (optional operation).

    - This method can be called once per call to next(). -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface MapIterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This method can be called once per call to next(). +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface MapIterator
    +
    +
    +
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/AbstractIteratorDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/AbstractIteratorDecorator.html index d15a148..e4cf748 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/AbstractIteratorDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/AbstractIteratorDecorator.html @@ -1,197 +1,197 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.AbstractIteratorDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.AbstractIteratorDecorator

    -
    - - - - - - - - - -
    -Packages that use AbstractIteratorDecorator
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractIteratorDecorator in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - - - - - - - - - - -
    Subclasses of AbstractIteratorDecorator in org.apache.commons.collections.bidimap
    -protected static classAbstractDualBidiMap.EntrySetIterator - -
    -          Inner class EntrySetIterator.
    -protected static classAbstractDualBidiMap.KeySetIterator - -
    -          Inner class KeySetIterator.
    -protected static classAbstractDualBidiMap.ValuesIterator - -
    -          Inner class ValuesIterator.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.AbstractIteratorDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.AbstractIteratorDecorator

    +
    + + + + + + + + + +
    +Packages that use AbstractIteratorDecorator
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractIteratorDecorator in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + + + + + + + + + + +
    Subclasses of AbstractIteratorDecorator in org.apache.commons.collections.bidimap
    +protected static classAbstractDualBidiMap.EntrySetIterator + +
    +          Inner class EntrySetIterator.
    +protected static classAbstractDualBidiMap.KeySetIterator + +
    +          Inner class KeySetIterator.
    +protected static classAbstractDualBidiMap.ValuesIterator + +
    +          Inner class ValuesIterator.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/AbstractListIteratorDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/AbstractListIteratorDecorator.html index f7d9e02..21fd8bd 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/AbstractListIteratorDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/AbstractListIteratorDecorator.html @@ -1,187 +1,187 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.AbstractListIteratorDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.AbstractListIteratorDecorator

    -
    - - - - - - - - - -
    -Packages that use AbstractListIteratorDecorator
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    -  -

    - - - - - -
    -Uses of AbstractListIteratorDecorator in org.apache.commons.collections.list
    -  -

    - - - - - - - - - - - - - -
    Subclasses of AbstractListIteratorDecorator in org.apache.commons.collections.list
    -protected  classPredicatedList.PredicatedListIterator - -
    -          Inner class Iterator for the PredicatedList
    -protected  classTransformedList.TransformedListIterator - -
    -          Inner class Iterator for the TransformedList
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.AbstractListIteratorDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.AbstractListIteratorDecorator

    +
    + + + + + + + + + +
    +Packages that use AbstractListIteratorDecorator
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    +  +

    + + + + + +
    +Uses of AbstractListIteratorDecorator in org.apache.commons.collections.list
    +  +

    + + + + + + + + + + + + + +
    Subclasses of AbstractListIteratorDecorator in org.apache.commons.collections.list
    +protected  classPredicatedList.PredicatedListIterator + +
    +          Inner class Iterator for the PredicatedList
    +protected  classTransformedList.TransformedListIterator + +
    +          Inner class Iterator for the TransformedList
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/AbstractMapIteratorDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/AbstractMapIteratorDecorator.html index c94c4fd..4c036c2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/AbstractMapIteratorDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/AbstractMapIteratorDecorator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.AbstractMapIteratorDecorator

    -
    -No usage of org.apache.commons.collections.iterators.AbstractMapIteratorDecorator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.AbstractMapIteratorDecorator

    +
    +No usage of org.apache.commons.collections.iterators.AbstractMapIteratorDecorator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/AbstractOrderedMapIteratorDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/AbstractOrderedMapIteratorDecorator.html index a6dbcf2..0d41f27 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/AbstractOrderedMapIteratorDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/AbstractOrderedMapIteratorDecorator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator

    -
    -No usage of org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator

    +
    +No usage of org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ArrayIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ArrayIterator.html index 9d326c4..978c891 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ArrayIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ArrayIterator.html @@ -1,179 +1,179 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.ArrayIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.ArrayIterator

    -
    - - - - - - - - - -
    -Packages that use ArrayIterator
    org.apache.commons.collections.iterators -This package contains implementations of the -Iterator interface. 
    -  -

    - - - - - -
    -Uses of ArrayIterator in org.apache.commons.collections.iterators
    -  -

    - - - - - - - - - -
    Subclasses of ArrayIterator in org.apache.commons.collections.iterators
    - classArrayListIterator - -
    -          Implements a ListIterator over an array.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.ArrayIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.ArrayIterator

    +
    + + + + + + + + + +
    +Packages that use ArrayIterator
    org.apache.commons.collections.iterators +This package contains implementations of the +Iterator interface. 
    +  +

    + + + + + +
    +Uses of ArrayIterator in org.apache.commons.collections.iterators
    +  +

    + + + + + + + + + +
    Subclasses of ArrayIterator in org.apache.commons.collections.iterators
    + classArrayListIterator + +
    +          Implements a ListIterator over an array.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ArrayListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ArrayListIterator.html index da3c2bc..13b7db7 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ArrayListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ArrayListIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.ArrayListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.ArrayListIterator

    -
    -No usage of org.apache.commons.collections.iterators.ArrayListIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.ArrayListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.ArrayListIterator

    +
    +No usage of org.apache.commons.collections.iterators.ArrayListIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/CollatingIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/CollatingIterator.html index d4d638d..b9cf424 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/CollatingIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/CollatingIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.CollatingIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.CollatingIterator

    -
    -No usage of org.apache.commons.collections.iterators.CollatingIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.CollatingIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.CollatingIterator

    +
    +No usage of org.apache.commons.collections.iterators.CollatingIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyIterator.html index 79d6e89..667b3a2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.EmptyIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.EmptyIterator

    -
    -No usage of org.apache.commons.collections.iterators.EmptyIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.EmptyIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.EmptyIterator

    +
    +No usage of org.apache.commons.collections.iterators.EmptyIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyListIterator.html index 42554c7..103d7c6 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyListIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.EmptyListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.EmptyListIterator

    -
    -No usage of org.apache.commons.collections.iterators.EmptyListIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.EmptyListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.EmptyListIterator

    +
    +No usage of org.apache.commons.collections.iterators.EmptyListIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyMapIterator.html index be5a5e5..cad91cf 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyMapIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.EmptyMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.EmptyMapIterator

    -
    -No usage of org.apache.commons.collections.iterators.EmptyMapIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.EmptyMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.EmptyMapIterator

    +
    +No usage of org.apache.commons.collections.iterators.EmptyMapIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyOrderedIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyOrderedIterator.html index caaf533..506d337 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyOrderedIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyOrderedIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.EmptyOrderedIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.EmptyOrderedIterator

    -
    -No usage of org.apache.commons.collections.iterators.EmptyOrderedIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.EmptyOrderedIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.EmptyOrderedIterator

    +
    +No usage of org.apache.commons.collections.iterators.EmptyOrderedIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyOrderedMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyOrderedMapIterator.html index 63b38a9..458c0c1 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyOrderedMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EmptyOrderedMapIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.EmptyOrderedMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.EmptyOrderedMapIterator

    -
    -No usage of org.apache.commons.collections.iterators.EmptyOrderedMapIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.EmptyOrderedMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.EmptyOrderedMapIterator

    +
    +No usage of org.apache.commons.collections.iterators.EmptyOrderedMapIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EntrySetMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EntrySetMapIterator.html index ee4d879..cc674ea 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EntrySetMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EntrySetMapIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.EntrySetMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.EntrySetMapIterator

    -
    -No usage of org.apache.commons.collections.iterators.EntrySetMapIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.EntrySetMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.EntrySetMapIterator

    +
    +No usage of org.apache.commons.collections.iterators.EntrySetMapIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EnumerationIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EnumerationIterator.html index 4092165..c58b588 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EnumerationIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/EnumerationIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.EnumerationIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.EnumerationIterator

    -
    -No usage of org.apache.commons.collections.iterators.EnumerationIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.EnumerationIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.EnumerationIterator

    +
    +No usage of org.apache.commons.collections.iterators.EnumerationIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/FilterIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/FilterIterator.html index 307d65e..8ac2372 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/FilterIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/FilterIterator.html @@ -1,179 +1,179 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.FilterIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.FilterIterator

    -
    - - - - - - - - - -
    -Packages that use FilterIterator
    org.apache.commons.collections.iterators -This package contains implementations of the -Iterator interface. 
    -  -

    - - - - - -
    -Uses of FilterIterator in org.apache.commons.collections.iterators
    -  -

    - - - - - - - - - -
    Subclasses of FilterIterator in org.apache.commons.collections.iterators
    - classUniqueFilterIterator - -
    -          A FilterIterator which only returns "unique" Objects.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.FilterIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.FilterIterator

    +
    + + + + + + + + + +
    +Packages that use FilterIterator
    org.apache.commons.collections.iterators +This package contains implementations of the +Iterator interface. 
    +  +

    + + + + + +
    +Uses of FilterIterator in org.apache.commons.collections.iterators
    +  +

    + + + + + + + + + +
    Subclasses of FilterIterator in org.apache.commons.collections.iterators
    + classUniqueFilterIterator + +
    +          A FilterIterator which only returns "unique" Objects.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/FilterListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/FilterListIterator.html index 4a7742d..8ec7020 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/FilterListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/FilterListIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.FilterListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.FilterListIterator

    -
    -No usage of org.apache.commons.collections.iterators.FilterListIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.FilterListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.FilterListIterator

    +
    +No usage of org.apache.commons.collections.iterators.FilterListIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/IteratorChain.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/IteratorChain.html index 3d6da5c..6d0f71a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/IteratorChain.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/IteratorChain.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.IteratorChain (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.IteratorChain

    -
    -No usage of org.apache.commons.collections.iterators.IteratorChain -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.IteratorChain (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.IteratorChain

    +
    +No usage of org.apache.commons.collections.iterators.IteratorChain +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/IteratorEnumeration.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/IteratorEnumeration.html index 8bb6060..8c81d78 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/IteratorEnumeration.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/IteratorEnumeration.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.IteratorEnumeration (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.IteratorEnumeration

    -
    -No usage of org.apache.commons.collections.iterators.IteratorEnumeration -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.IteratorEnumeration (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.IteratorEnumeration

    +
    +No usage of org.apache.commons.collections.iterators.IteratorEnumeration +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ListIteratorWrapper.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ListIteratorWrapper.html index e14b030..1eabda6 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ListIteratorWrapper.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ListIteratorWrapper.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.ListIteratorWrapper (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.ListIteratorWrapper

    -
    -No usage of org.apache.commons.collections.iterators.ListIteratorWrapper -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.ListIteratorWrapper (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.ListIteratorWrapper

    +
    +No usage of org.apache.commons.collections.iterators.ListIteratorWrapper +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/LoopingIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/LoopingIterator.html index d20ab1b..b5ce89e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/LoopingIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/LoopingIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.LoopingIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.LoopingIterator

    -
    -No usage of org.apache.commons.collections.iterators.LoopingIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.LoopingIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.LoopingIterator

    +
    +No usage of org.apache.commons.collections.iterators.LoopingIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/LoopingListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/LoopingListIterator.html index 6040f31..f1bcf54 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/LoopingListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/LoopingListIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.LoopingListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.LoopingListIterator

    -
    -No usage of org.apache.commons.collections.iterators.LoopingListIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.LoopingListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.LoopingListIterator

    +
    +No usage of org.apache.commons.collections.iterators.LoopingListIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ObjectArrayIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ObjectArrayIterator.html index 445e94b..4a86f1c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ObjectArrayIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ObjectArrayIterator.html @@ -1,179 +1,179 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.ObjectArrayIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.ObjectArrayIterator

    -
    - - - - - - - - - -
    -Packages that use ObjectArrayIterator
    org.apache.commons.collections.iterators -This package contains implementations of the -Iterator interface. 
    -  -

    - - - - - -
    -Uses of ObjectArrayIterator in org.apache.commons.collections.iterators
    -  -

    - - - - - - - - - -
    Subclasses of ObjectArrayIterator in org.apache.commons.collections.iterators
    - classObjectArrayListIterator - -
    -          Implements a ListIterator over an array of objects.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.ObjectArrayIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.ObjectArrayIterator

    +
    + + + + + + + + + +
    +Packages that use ObjectArrayIterator
    org.apache.commons.collections.iterators +This package contains implementations of the +Iterator interface. 
    +  +

    + + + + + +
    +Uses of ObjectArrayIterator in org.apache.commons.collections.iterators
    +  +

    + + + + + + + + + +
    Subclasses of ObjectArrayIterator in org.apache.commons.collections.iterators
    + classObjectArrayListIterator + +
    +          Implements a ListIterator over an array of objects.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ObjectArrayListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ObjectArrayListIterator.html index 7e663f1..8b39449 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ObjectArrayListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ObjectArrayListIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.ObjectArrayListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.ObjectArrayListIterator

    -
    -No usage of org.apache.commons.collections.iterators.ObjectArrayListIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.ObjectArrayListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.ObjectArrayListIterator

    +
    +No usage of org.apache.commons.collections.iterators.ObjectArrayListIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ObjectGraphIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ObjectGraphIterator.html index ffaddfc..2255122 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ObjectGraphIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ObjectGraphIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.ObjectGraphIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.ObjectGraphIterator

    -
    -No usage of org.apache.commons.collections.iterators.ObjectGraphIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.ObjectGraphIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.ObjectGraphIterator

    +
    +No usage of org.apache.commons.collections.iterators.ObjectGraphIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ProxyIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ProxyIterator.html index 2ce55e5..233dd49 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ProxyIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ProxyIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.ProxyIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.ProxyIterator

    -
    -No usage of org.apache.commons.collections.iterators.ProxyIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.ProxyIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.ProxyIterator

    +
    +No usage of org.apache.commons.collections.iterators.ProxyIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ProxyListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ProxyListIterator.html index 8fc9712..b3cdba6 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ProxyListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ProxyListIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.ProxyListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.ProxyListIterator

    -
    -No usage of org.apache.commons.collections.iterators.ProxyListIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.ProxyListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.ProxyListIterator

    +
    +No usage of org.apache.commons.collections.iterators.ProxyListIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ReverseListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ReverseListIterator.html index b7ebc9e..9e03a95 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ReverseListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/ReverseListIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.ReverseListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.ReverseListIterator

    -
    -No usage of org.apache.commons.collections.iterators.ReverseListIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.ReverseListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.ReverseListIterator

    +
    +No usage of org.apache.commons.collections.iterators.ReverseListIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/SingletonIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/SingletonIterator.html index a69c74b..7ca1aeb 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/SingletonIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/SingletonIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.SingletonIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.SingletonIterator

    -
    -No usage of org.apache.commons.collections.iterators.SingletonIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.SingletonIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.SingletonIterator

    +
    +No usage of org.apache.commons.collections.iterators.SingletonIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/SingletonListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/SingletonListIterator.html index 3cd0dd0..c4f4a9f 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/SingletonListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/SingletonListIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.SingletonListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.SingletonListIterator

    -
    -No usage of org.apache.commons.collections.iterators.SingletonListIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.SingletonListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.SingletonListIterator

    +
    +No usage of org.apache.commons.collections.iterators.SingletonListIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/TransformIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/TransformIterator.html index 5b6d57a..788e1d7 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/TransformIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/TransformIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.TransformIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.TransformIterator

    -
    -No usage of org.apache.commons.collections.iterators.TransformIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.TransformIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.TransformIterator

    +
    +No usage of org.apache.commons.collections.iterators.TransformIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UniqueFilterIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UniqueFilterIterator.html index 89a9eb2..b20e3c5 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UniqueFilterIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UniqueFilterIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.UniqueFilterIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.UniqueFilterIterator

    -
    -No usage of org.apache.commons.collections.iterators.UniqueFilterIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.UniqueFilterIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.UniqueFilterIterator

    +
    +No usage of org.apache.commons.collections.iterators.UniqueFilterIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UnmodifiableIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UnmodifiableIterator.html index e695330..e0029eb 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UnmodifiableIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UnmodifiableIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.UnmodifiableIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.UnmodifiableIterator

    -
    -No usage of org.apache.commons.collections.iterators.UnmodifiableIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.UnmodifiableIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.UnmodifiableIterator

    +
    +No usage of org.apache.commons.collections.iterators.UnmodifiableIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UnmodifiableListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UnmodifiableListIterator.html index c04c3ff..afb9851 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UnmodifiableListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UnmodifiableListIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.UnmodifiableListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.UnmodifiableListIterator

    -
    -No usage of org.apache.commons.collections.iterators.UnmodifiableListIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.UnmodifiableListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.UnmodifiableListIterator

    +
    +No usage of org.apache.commons.collections.iterators.UnmodifiableListIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UnmodifiableMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UnmodifiableMapIterator.html index 5acf819..977fc7a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UnmodifiableMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UnmodifiableMapIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.UnmodifiableMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.UnmodifiableMapIterator

    -
    -No usage of org.apache.commons.collections.iterators.UnmodifiableMapIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.UnmodifiableMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.UnmodifiableMapIterator

    +
    +No usage of org.apache.commons.collections.iterators.UnmodifiableMapIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UnmodifiableOrderedMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UnmodifiableOrderedMapIterator.html index 877ec24..e30f654 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UnmodifiableOrderedMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/class-use/UnmodifiableOrderedMapIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator

    -
    -No usage of org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator

    +
    +No usage of org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/package-frame.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/package-frame.html index 1854dfe..c0ec99c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/package-frame.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/package-frame.html @@ -1,101 +1,101 @@ - - - - - - - -org.apache.commons.collections.iterators (Commons Collections 3.2.1 API) - - - - - - - - - - - -org.apache.commons.collections.iterators - - - - -
    -Classes  - -
    -AbstractIteratorDecorator -
    -AbstractListIteratorDecorator -
    -AbstractMapIteratorDecorator -
    -AbstractOrderedMapIteratorDecorator -
    -ArrayIterator -
    -ArrayListIterator -
    -CollatingIterator -
    -EmptyIterator -
    -EmptyListIterator -
    -EmptyMapIterator -
    -EmptyOrderedIterator -
    -EmptyOrderedMapIterator -
    -EntrySetMapIterator -
    -EnumerationIterator -
    -FilterIterator -
    -FilterListIterator -
    -IteratorChain -
    -IteratorEnumeration -
    -ListIteratorWrapper -
    -LoopingIterator -
    -LoopingListIterator -
    -ObjectArrayIterator -
    -ObjectArrayListIterator -
    -ObjectGraphIterator -
    -ProxyIterator -
    -ProxyListIterator -
    -ReverseListIterator -
    -SingletonIterator -
    -SingletonListIterator -
    -TransformIterator -
    -UniqueFilterIterator -
    -UnmodifiableIterator -
    -UnmodifiableListIterator -
    -UnmodifiableMapIterator -
    -UnmodifiableOrderedMapIterator
    - - - - + + + + + + + +org.apache.commons.collections.iterators (Commons Collections 3.2.1 API) + + + + + + + + + + + +org.apache.commons.collections.iterators + + + + +
    +Classes  + +
    +AbstractIteratorDecorator +
    +AbstractListIteratorDecorator +
    +AbstractMapIteratorDecorator +
    +AbstractOrderedMapIteratorDecorator +
    +ArrayIterator +
    +ArrayListIterator +
    +CollatingIterator +
    +EmptyIterator +
    +EmptyListIterator +
    +EmptyMapIterator +
    +EmptyOrderedIterator +
    +EmptyOrderedMapIterator +
    +EntrySetMapIterator +
    +EnumerationIterator +
    +FilterIterator +
    +FilterListIterator +
    +IteratorChain +
    +IteratorEnumeration +
    +ListIteratorWrapper +
    +LoopingIterator +
    +LoopingListIterator +
    +ObjectArrayIterator +
    +ObjectArrayListIterator +
    +ObjectGraphIterator +
    +ProxyIterator +
    +ProxyListIterator +
    +ReverseListIterator +
    +SingletonIterator +
    +SingletonListIterator +
    +TransformIterator +
    +UniqueFilterIterator +
    +UnmodifiableIterator +
    +UnmodifiableListIterator +
    +UnmodifiableMapIterator +
    +UnmodifiableOrderedMapIterator
    + + + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/package-summary.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/package-summary.html index c7dffc8..fb17980 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/package-summary.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/package-summary.html @@ -1,322 +1,322 @@ - - - - - - - -org.apache.commons.collections.iterators (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package org.apache.commons.collections.iterators -

    - -This package contains implementations of the -Iterator interface. -

    -See: -
    -          Description -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + +org.apache.commons.collections.iterators (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + +
    -Class Summary
    AbstractIteratorDecoratorProvides basic behaviour for decorating an iterator with extra functionality.
    AbstractListIteratorDecoratorProvides basic behaviour for decorating a list iterator with extra functionality.
    AbstractMapIteratorDecoratorProvides basic behaviour for decorating a map iterator with extra functionality.
    AbstractOrderedMapIteratorDecoratorProvides basic behaviour for decorating an ordered map iterator with extra functionality.
    ArrayIteratorImplements an Iterator over any array.
    ArrayListIteratorImplements a ListIterator over an array.
    CollatingIterator
    + + + + + + + + + +
    + +
    + + + +


    +

    +Package org.apache.commons.collections.iterators +

    + +This package contains implementations of the +Iterator interface. +

    +See: +
    +          Description +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + a collection of ordered Iterators. + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + to be Iterator instances. + + + + + + + + + + + + + + + - - - - - - - - - - - + an Enumeration instance. + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + reaches the beginning. + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Class Summary
    AbstractIteratorDecoratorProvides basic behaviour for decorating an iterator with extra functionality.
    AbstractListIteratorDecoratorProvides basic behaviour for decorating a list iterator with extra functionality.
    AbstractMapIteratorDecoratorProvides basic behaviour for decorating a map iterator with extra functionality.
    AbstractOrderedMapIteratorDecoratorProvides basic behaviour for decorating an ordered map iterator with extra functionality.
    ArrayIteratorImplements an Iterator over any array.
    ArrayListIteratorImplements a ListIterator over an array.
    CollatingIterator Provides an ordered iteration over the elements contained in - a collection of ordered Iterators.
    EmptyIteratorProvides an implementation of an empty iterator.
    EmptyListIteratorProvides an implementation of an empty list iterator.
    EmptyMapIteratorProvides an implementation of an empty map iterator.
    EmptyOrderedIteratorProvides an implementation of an empty ordered iterator.
    EmptyOrderedMapIteratorProvides an implementation of an empty ordered map iterator.
    EntrySetMapIteratorImplements a MapIterator using a Map entrySet.
    EnumerationIterator
    EmptyIteratorProvides an implementation of an empty iterator.
    EmptyListIteratorProvides an implementation of an empty list iterator.
    EmptyMapIteratorProvides an implementation of an empty map iterator.
    EmptyOrderedIteratorProvides an implementation of an empty ordered iterator.
    EmptyOrderedMapIteratorProvides an implementation of an empty ordered map iterator.
    EntrySetMapIteratorImplements a MapIterator using a Map entrySet.
    EnumerationIterator Adapter to make Enumeration instances appear - to be Iterator instances.
    FilterIteratorDecorates another Iterator using a predicate to filter elements.
    FilterListIteratorDecorates another ListIterator using a predicate to filter elements.
    IteratorChainAn IteratorChain is an Iterator that wraps a number of Iterators.
    IteratorEnumeration
    FilterIteratorDecorates another Iterator using a predicate to filter elements.
    FilterListIteratorDecorates another ListIterator using a predicate to filter elements.
    IteratorChainAn IteratorChain is an Iterator that wraps a number of Iterators.
    IteratorEnumeration Adapter to make an Iterator instance appear to be - an Enumeration instance.
    ListIteratorWrapperConverts an iterator into a list iterator by caching the returned entries.
    LoopingIteratorAn Iterator that restarts when it reaches the end.
    LoopingListIterator
    ListIteratorWrapperConverts an iterator into a list iterator by caching the returned entries.
    LoopingIteratorAn Iterator that restarts when it reaches the end.
    LoopingListIterator A ListIterator that restarts when it reaches the end or when it - reaches the beginning.
    ObjectArrayIteratorAn Iterator over an array of objects.
    ObjectArrayListIteratorImplements a ListIterator over an array of objects.
    ObjectGraphIteratorAn Iterator that can traverse multiple iterators down an object graph.
    ProxyIteratorDeprecated. Use AbstractIteratorDecorator.
    ProxyListIteratorDeprecated. Use AbstractListIteratorDecorator.
    ReverseListIterator
    ObjectArrayIteratorAn Iterator over an array of objects.
    ObjectArrayListIteratorImplements a ListIterator over an array of objects.
    ObjectGraphIteratorAn Iterator that can traverse multiple iterators down an object graph.
    ProxyIteratorDeprecated. Use AbstractIteratorDecorator.
    ProxyListIteratorDeprecated. Use AbstractListIteratorDecorator.
    ReverseListIterator Iterates backwards through a List, starting with the last element - and continuing to the first.
    SingletonIteratorSingletonIterator is an Iterator over a single - object instance.
    SingletonListIteratorSingletonIterator is an ListIterator over a single - object instance.
    TransformIteratorDecorates an iterator such that each element returned is transformed.
    UniqueFilterIteratorA FilterIterator which only returns "unique" Objects.
    UnmodifiableIteratorDecorates an iterator such that it cannot be modified.
    UnmodifiableListIteratorDecorates a list iterator such that it cannot be modified.
    UnmodifiableMapIteratorDecorates a map iterator such that it cannot be modified.
    UnmodifiableOrderedMapIteratorDecorates an ordered map iterator such that it cannot be modified.
    -  - -

    -

    -Package org.apache.commons.collections.iterators Description -

    - -

    -

    -This package contains implementations of the -Iterator interface. -

    -You may also consider using -IteratorUtils, -which is a single class that uses static methods to construct instances -of the classes in this package. -

    - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + and continuing to the first. + + +SingletonIterator +SingletonIterator is an Iterator over a single + object instance. + + +SingletonListIterator +SingletonIterator is an ListIterator over a single + object instance. + + +TransformIterator +Decorates an iterator such that each element returned is transformed. + + +UniqueFilterIterator +A FilterIterator which only returns "unique" Objects. + + +UnmodifiableIterator +Decorates an iterator such that it cannot be modified. + + +UnmodifiableListIterator +Decorates a list iterator such that it cannot be modified. + + +UnmodifiableMapIterator +Decorates a map iterator such that it cannot be modified. + + +UnmodifiableOrderedMapIterator +Decorates an ordered map iterator such that it cannot be modified. + + +  + +

    +

    +Package org.apache.commons.collections.iterators Description +

    + +

    +

    +This package contains implementations of the +Iterator interface. +

    +You may also consider using +IteratorUtils, +which is a single class that uses static methods to construct instances +of the classes in this package. +

    + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/package-tree.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/package-tree.html index 1544316..b155224 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/package-tree.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/package-tree.html @@ -1,190 +1,190 @@ - - - - - - - -org.apache.commons.collections.iterators Class Hierarchy (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package org.apache.commons.collections.iterators -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +org.apache.commons.collections.iterators Class Hierarchy (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.collections.iterators +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/package-use.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/package-use.html index 7faec5e..be8d9e7 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/package-use.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/iterators/package-use.html @@ -1,225 +1,225 @@ - - - - - - - -Uses of Package org.apache.commons.collections.iterators (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    org.apache.commons.collections.iterators

    -
    - - - - - - - - - - - - - - - - - -
    -Packages that use org.apache.commons.collections.iterators
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    org.apache.commons.collections.iterators -This package contains implementations of the -Iterator interface. 
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    -  -

    - - - - - - - - -
    -Classes in org.apache.commons.collections.iterators used by org.apache.commons.collections.bidimap
    AbstractIteratorDecorator - -
    -          Provides basic behaviour for decorating an iterator with extra functionality.
    -  -

    - - - - - - - - - - - - - - -
    -Classes in org.apache.commons.collections.iterators used by org.apache.commons.collections.iterators
    ArrayIterator - -
    -          Implements an Iterator over any array.
    FilterIterator - -
    -          Decorates another Iterator using a predicate to filter elements.
    ObjectArrayIterator - -
    -          An Iterator over an array of objects.
    -  -

    - - - - - - - - -
    -Classes in org.apache.commons.collections.iterators used by org.apache.commons.collections.list
    AbstractListIteratorDecorator - -
    -          Provides basic behaviour for decorating a list iterator with extra functionality.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Package org.apache.commons.collections.iterators (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.collections.iterators

    +
    + + + + + + + + + + + + + + + + + +
    +Packages that use org.apache.commons.collections.iterators
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    org.apache.commons.collections.iterators +This package contains implementations of the +Iterator interface. 
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    +  +

    + + + + + + + + +
    +Classes in org.apache.commons.collections.iterators used by org.apache.commons.collections.bidimap
    AbstractIteratorDecorator + +
    +          Provides basic behaviour for decorating an iterator with extra functionality.
    +  +

    + + + + + + + + + + + + + + +
    +Classes in org.apache.commons.collections.iterators used by org.apache.commons.collections.iterators
    ArrayIterator + +
    +          Implements an Iterator over any array.
    FilterIterator + +
    +          Decorates another Iterator using a predicate to filter elements.
    ObjectArrayIterator + +
    +          An Iterator over an array of objects.
    +  +

    + + + + + + + + +
    +Classes in org.apache.commons.collections.iterators used by org.apache.commons.collections.list
    AbstractListIteratorDecorator + +
    +          Provides basic behaviour for decorating a list iterator with extra functionality.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/AbstractKeyValue.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/AbstractKeyValue.html index fbc5562..75f7024 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/AbstractKeyValue.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/AbstractKeyValue.html @@ -1,391 +1,391 @@ - - - - - - - -AbstractKeyValue (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.keyvalue -
    -Class AbstractKeyValue

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.keyvalue.AbstractKeyValue
    -
    -
    -
    All Implemented Interfaces:
    KeyValue
    -
    -
    -
    Direct Known Subclasses:
    AbstractMapEntry, DefaultKeyValue
    -
    -
    -
    -
    public abstract class AbstractKeyValue
    extends java.lang.Object
    implements KeyValue
    - - -

    + + + + + + + +AbstractKeyValue (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.keyvalue +
    +Class AbstractKeyValue

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.keyvalue.AbstractKeyValue
    +
    +
    +
    All Implemented Interfaces:
    KeyValue
    +
    +
    +
    Direct Known Subclasses:
    AbstractMapEntry, DefaultKeyValue
    +
    +
    +
    +
    public abstract class AbstractKeyValue
    extends java.lang.Object
    implements KeyValue
    + + +

    Abstract pair class to assist with creating KeyValue - and Map.Entry implementations. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Strachan, Michael A. Smith, Neil O'Toole, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  java.lang.Objectkey - -
    -          The key
    -protected  java.lang.Objectvalue - -
    -          The value
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractKeyValue(java.lang.Object key, - java.lang.Object value) - -
    -          Constructs a new pair with the specified key and given value.
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.ObjectgetKey() - -
    -          Gets the key from the pair.
    - java.lang.ObjectgetValue() - -
    -          Gets the value from the pair.
    - java.lang.StringtoString() - -
    -          Gets a debugging String view of the pair.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -key

    -
    -protected java.lang.Object key
    -
    -
    The key -

    -

    -
    -
    -
    - -

    -value

    -
    -protected java.lang.Object value
    -
    -
    The value -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractKeyValue

    -
    -protected AbstractKeyValue(java.lang.Object key,
    -                           java.lang.Object value)
    -
    -
    Constructs a new pair with the specified key and given value. -

    -

    -
    Parameters:
    key - the key for the entry, may be null
    value - the value for the entry, may be null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    Gets the key from the pair. -

    -

    -
    Specified by:
    getKey in interface KeyValue
    -
    -
    - -
    Returns:
    the key
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    Gets the value from the pair. -

    -

    -
    Specified by:
    getValue in interface KeyValue
    -
    -
    - -
    Returns:
    the value
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    Gets a debugging String view of the pair. -

    -

    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    - -
    Returns:
    a String view of the entry
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + and Map.Entry implementations. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Strachan, Michael A. Smith, Neil O'Toole, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  java.lang.Objectkey + +
    +          The key
    +protected  java.lang.Objectvalue + +
    +          The value
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractKeyValue(java.lang.Object key, + java.lang.Object value) + +
    +          Constructs a new pair with the specified key and given value.
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.ObjectgetKey() + +
    +          Gets the key from the pair.
    + java.lang.ObjectgetValue() + +
    +          Gets the value from the pair.
    + java.lang.StringtoString() + +
    +          Gets a debugging String view of the pair.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +key

    +
    +protected java.lang.Object key
    +
    +
    The key +

    +

    +
    +
    +
    + +

    +value

    +
    +protected java.lang.Object value
    +
    +
    The value +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractKeyValue

    +
    +protected AbstractKeyValue(java.lang.Object key,
    +                           java.lang.Object value)
    +
    +
    Constructs a new pair with the specified key and given value. +

    +

    +
    Parameters:
    key - the key for the entry, may be null
    value - the value for the entry, may be null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    Gets the key from the pair. +

    +

    +
    Specified by:
    getKey in interface KeyValue
    +
    +
    + +
    Returns:
    the key
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Gets the value from the pair. +

    +

    +
    Specified by:
    getValue in interface KeyValue
    +
    +
    + +
    Returns:
    the value
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Gets a debugging String view of the pair. +

    +

    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    + +
    Returns:
    a String view of the entry
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/AbstractMapEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/AbstractMapEntry.html index adfbd5b..1bc48a1 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/AbstractMapEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/AbstractMapEntry.html @@ -1,377 +1,377 @@ - - - - - - - -AbstractMapEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.keyvalue -
    -Class AbstractMapEntry

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.keyvalue.AbstractKeyValue
    -      extended by org.apache.commons.collections.keyvalue.AbstractMapEntry
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    -
    -
    -
    Direct Known Subclasses:
    BeanMap.MyMapEntry, DefaultMapEntry, UnmodifiableMapEntry
    -
    -
    -
    -
    public abstract class AbstractMapEntry
    extends AbstractKeyValue
    implements java.util.Map.Entry
    - - -

    + + + + + + + +AbstractMapEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.keyvalue +
    +Class AbstractMapEntry

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.keyvalue.AbstractKeyValue
    +      extended by org.apache.commons.collections.keyvalue.AbstractMapEntry
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    +
    +
    +
    Direct Known Subclasses:
    BeanMap.MyMapEntry, DefaultMapEntry, UnmodifiableMapEntry
    +
    +
    +
    +
    public abstract class AbstractMapEntry
    extends AbstractKeyValue
    implements java.util.Map.Entry
    + + +

    Abstract Pair class to assist with creating correct - Map.Entry implementations. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Strachan, Michael A. Smith, Neil O'Toole, Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
    key, value
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractMapEntry(java.lang.Object key, - java.lang.Object value) - -
    -          Constructs a new entry with the given key and given value.
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanequals(java.lang.Object obj) - -
    -          Compares this Map.Entry with another Map.Entry.
    - inthashCode() - -
    -          Gets a hashCode compatible with the equals method.
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -          Sets the value stored in this Map.Entry.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
    getKey, getValue, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map.Entry
    getKey, getValue
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractMapEntry

    -
    -protected AbstractMapEntry(java.lang.Object key,
    -                           java.lang.Object value)
    -
    -
    Constructs a new entry with the given key and given value. -

    -

    -
    Parameters:
    key - the key for the entry, may be null
    value - the value for the entry, may be null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    + Map.Entry implementations. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Strachan, Michael A. Smith, Neil O'Toole, Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
    key, value
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractMapEntry(java.lang.Object key, + java.lang.Object value) + +
    +          Constructs a new entry with the given key and given value.
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanequals(java.lang.Object obj) + +
    +          Compares this Map.Entry with another Map.Entry.
    + inthashCode() + +
    +          Gets a hashCode compatible with the equals method.
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +          Sets the value stored in this Map.Entry.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
    getKey, getValue, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map.Entry
    getKey, getValue
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractMapEntry

    +
    +protected AbstractMapEntry(java.lang.Object key,
    +                           java.lang.Object value)
    +
    +
    Constructs a new entry with the given key and given value. +

    +

    +
    Parameters:
    key - the key for the entry, may be null
    value - the value for the entry, may be null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    Sets the value stored in this Map.Entry.

    This Map.Entry is not connected to a Map, so only the - local data is changed. -

    -

    -
    Specified by:
    setValue in interface java.util.Map.Entry
    -
    -
    -
    Parameters:
    value - the new value -
    Returns:
    the previous value
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    + local data is changed. +

    +

    +
    Specified by:
    setValue in interface java.util.Map.Entry
    +
    +
    +
    Parameters:
    value - the new value +
    Returns:
    the previous value
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    Compares this Map.Entry with another Map.Entry.

    - Implemented per API documentation of Map.Entry.equals(Object) -

    -

    -
    Specified by:
    equals in interface java.util.Map.Entry
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    obj - the object to compare to -
    Returns:
    true if equal key and value
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    + Implemented per API documentation of Map.Entry.equals(Object) +

    +

    +
    Specified by:
    equals in interface java.util.Map.Entry
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    obj - the object to compare to +
    Returns:
    true if equal key and value
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    Gets a hashCode compatible with the equals method.

    - Implemented per API documentation of Map.Entry.hashCode() -

    -

    -
    Specified by:
    hashCode in interface java.util.Map.Entry
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    - -
    Returns:
    a suitable hash code
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Implemented per API documentation of Map.Entry.hashCode() +

    +

    +
    Specified by:
    hashCode in interface java.util.Map.Entry
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    + +
    Returns:
    a suitable hash code
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/AbstractMapEntryDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/AbstractMapEntryDecorator.html index 199803b..d2c60b8 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/AbstractMapEntryDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/AbstractMapEntryDecorator.html @@ -1,459 +1,459 @@ - - - - - - - -AbstractMapEntryDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.keyvalue -
    -Class AbstractMapEntryDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    -
    -
    -
    Direct Known Subclasses:
    AbstractDualBidiMap.MapEntry
    -
    -
    -
    -
    public abstract class AbstractMapEntryDecorator
    extends java.lang.Object
    implements java.util.Map.Entry, KeyValue
    - - -

    + + + + + + + +AbstractMapEntryDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.keyvalue +
    +Class AbstractMapEntryDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    +
    +
    +
    Direct Known Subclasses:
    AbstractDualBidiMap.MapEntry
    +
    +
    +
    +
    public abstract class AbstractMapEntryDecorator
    extends java.lang.Object
    implements java.util.Map.Entry, KeyValue
    + + +

    Provides a base decorator that allows additional functionality to be - added to a Map.Entry. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.Map.Entryentry - -
    -          The Map.Entry to decorate
    -  - - - - - - - - - - -
    -Constructor Summary
    AbstractMapEntryDecorator(java.util.Map.Entry entry) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanequals(java.lang.Object object) - -
    -           
    - java.lang.ObjectgetKey() - -
    -          Gets the key from the pair.
    -protected  java.util.Map.EntrygetMapEntry() - -
    -          Gets the map being decorated.
    - java.lang.ObjectgetValue() - -
    -          Gets the value from the pair.
    - inthashCode() - -
    -           
    - java.lang.ObjectsetValue(java.lang.Object object) - -
    -           
    - java.lang.StringtoString() - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -entry

    -
    -protected final java.util.Map.Entry entry
    -
    -
    The Map.Entry to decorate -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractMapEntryDecorator

    -
    -public AbstractMapEntryDecorator(java.util.Map.Entry entry)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    entry - the Map.Entry to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if the collection is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getMapEntry

    -
    -protected java.util.Map.Entry getMapEntry()
    -
    -
    Gets the map being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated map
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    Description copied from interface: KeyValue
    -
    Gets the key from the pair. -

    -

    -
    Specified by:
    getKey in interface java.util.Map.Entry
    Specified by:
    getKey in interface KeyValue
    -
    -
    - -
    Returns:
    the key
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    Description copied from interface: KeyValue
    -
    Gets the value from the pair. -

    -

    -
    Specified by:
    getValue in interface java.util.Map.Entry
    Specified by:
    getValue in interface KeyValue
    -
    -
    - -
    Returns:
    the value
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object object)
    -
    -
    -
    Specified by:
    setValue in interface java.util.Map.Entry
    -
    -
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object object)
    -
    -
    -
    Specified by:
    equals in interface java.util.Map.Entry
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    -
    Specified by:
    hashCode in interface java.util.Map.Entry
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + added to a Map.Entry. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.Map.Entryentry + +
    +          The Map.Entry to decorate
    +  + + + + + + + + + + +
    +Constructor Summary
    AbstractMapEntryDecorator(java.util.Map.Entry entry) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanequals(java.lang.Object object) + +
    +           
    + java.lang.ObjectgetKey() + +
    +          Gets the key from the pair.
    +protected  java.util.Map.EntrygetMapEntry() + +
    +          Gets the map being decorated.
    + java.lang.ObjectgetValue() + +
    +          Gets the value from the pair.
    + inthashCode() + +
    +           
    + java.lang.ObjectsetValue(java.lang.Object object) + +
    +           
    + java.lang.StringtoString() + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +entry

    +
    +protected final java.util.Map.Entry entry
    +
    +
    The Map.Entry to decorate +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractMapEntryDecorator

    +
    +public AbstractMapEntryDecorator(java.util.Map.Entry entry)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    entry - the Map.Entry to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getMapEntry

    +
    +protected java.util.Map.Entry getMapEntry()
    +
    +
    Gets the map being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated map
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    Description copied from interface: KeyValue
    +
    Gets the key from the pair. +

    +

    +
    Specified by:
    getKey in interface java.util.Map.Entry
    Specified by:
    getKey in interface KeyValue
    +
    +
    + +
    Returns:
    the key
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Description copied from interface: KeyValue
    +
    Gets the value from the pair. +

    +

    +
    Specified by:
    getValue in interface java.util.Map.Entry
    Specified by:
    getValue in interface KeyValue
    +
    +
    + +
    Returns:
    the value
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object object)
    +
    +
    +
    Specified by:
    setValue in interface java.util.Map.Entry
    +
    +
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object object)
    +
    +
    +
    Specified by:
    equals in interface java.util.Map.Entry
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    +
    Specified by:
    hashCode in interface java.util.Map.Entry
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/DefaultKeyValue.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/DefaultKeyValue.html index 79a2d75..2afea47 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/DefaultKeyValue.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/DefaultKeyValue.html @@ -1,466 +1,466 @@ - - - - - - - -DefaultKeyValue (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.keyvalue -
    -Class DefaultKeyValue

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.keyvalue.AbstractKeyValue
    -      extended by org.apache.commons.collections.keyvalue.DefaultKeyValue
    -
    -
    -
    All Implemented Interfaces:
    KeyValue
    -
    -
    -
    -
    public class DefaultKeyValue
    extends AbstractKeyValue
    - - -

    + + + + + + + +DefaultKeyValue (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.keyvalue +
    +Class DefaultKeyValue

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.keyvalue.AbstractKeyValue
    +      extended by org.apache.commons.collections.keyvalue.DefaultKeyValue
    +
    +
    +
    All Implemented Interfaces:
    KeyValue
    +
    +
    +
    +
    public class DefaultKeyValue
    extends AbstractKeyValue
    + + +

    A mutable KeyValue pair that does not implement Map.Entry.

    Note that a DefaultKeyValue instance may not contain - itself as a key or value. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Strachan, Michael A. Smith, Neil O'Toole, Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
    key, value
    -  - - - - - - - - - - - - - - - - - - - -
    -Constructor Summary
    DefaultKeyValue() - -
    -          Constructs a new pair with a null key and null value.
    DefaultKeyValue(KeyValue pair) - -
    -          Constructs a new pair from the specified KeyValue.
    DefaultKeyValue(java.util.Map.Entry entry) - -
    -          Constructs a new pair from the specified Map.Entry.
    DefaultKeyValue(java.lang.Object key, - java.lang.Object value) - -
    -          Constructs a new pair with the specified key and given value.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanequals(java.lang.Object obj) - -
    -          Compares this Map.Entry with another Map.Entry.
    - inthashCode() - -
    -          Gets a hashCode compatible with the equals method.
    - java.lang.ObjectsetKey(java.lang.Object key) - -
    -          Sets the key.
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -          Sets the value.
    - java.util.Map.EntrytoMapEntry() - -
    -          Returns a new Map.Entry object with key and value from this pair.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
    getKey, getValue, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -DefaultKeyValue

    -
    -public DefaultKeyValue()
    -
    -
    Constructs a new pair with a null key and null value. -

    -

    -
    - -

    -DefaultKeyValue

    -
    -public DefaultKeyValue(java.lang.Object key,
    -                       java.lang.Object value)
    -
    -
    Constructs a new pair with the specified key and given value. -

    -

    -
    Parameters:
    key - the key for the entry, may be null
    value - the value for the entry, may be null
    -
    -
    - -

    -DefaultKeyValue

    -
    -public DefaultKeyValue(KeyValue pair)
    -
    -
    Constructs a new pair from the specified KeyValue. -

    -

    -
    Parameters:
    pair - the pair to copy, must not be null -
    Throws: -
    java.lang.NullPointerException - if the entry is null
    -
    -
    - -

    -DefaultKeyValue

    -
    -public DefaultKeyValue(java.util.Map.Entry entry)
    -
    -
    Constructs a new pair from the specified Map.Entry. -

    -

    -
    Parameters:
    entry - the entry to copy, must not be null -
    Throws: -
    java.lang.NullPointerException - if the entry is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -setKey

    -
    -public java.lang.Object setKey(java.lang.Object key)
    -
    -
    Sets the key. -

    -

    -
    Parameters:
    key - the new key -
    Returns:
    the old key -
    Throws: -
    java.lang.IllegalArgumentException - if key is this object
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    Sets the value. -

    -

    -
    Parameters:
    value - the new value -
    Returns:
    the old value of the value -
    Throws: -
    java.lang.IllegalArgumentException - if value is this object
    -
    -
    -
    - -

    -toMapEntry

    -
    -public java.util.Map.Entry toMapEntry()
    -
    -
    Returns a new Map.Entry object with key and value from this pair. -

    -

    - -
    Returns:
    a MapEntry instance
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    + itself as a key or value. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Strachan, Michael A. Smith, Neil O'Toole, Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
    key, value
    +  + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    DefaultKeyValue() + +
    +          Constructs a new pair with a null key and null value.
    DefaultKeyValue(KeyValue pair) + +
    +          Constructs a new pair from the specified KeyValue.
    DefaultKeyValue(java.util.Map.Entry entry) + +
    +          Constructs a new pair from the specified Map.Entry.
    DefaultKeyValue(java.lang.Object key, + java.lang.Object value) + +
    +          Constructs a new pair with the specified key and given value.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanequals(java.lang.Object obj) + +
    +          Compares this Map.Entry with another Map.Entry.
    + inthashCode() + +
    +          Gets a hashCode compatible with the equals method.
    + java.lang.ObjectsetKey(java.lang.Object key) + +
    +          Sets the key.
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +          Sets the value.
    + java.util.Map.EntrytoMapEntry() + +
    +          Returns a new Map.Entry object with key and value from this pair.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
    getKey, getValue, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +DefaultKeyValue

    +
    +public DefaultKeyValue()
    +
    +
    Constructs a new pair with a null key and null value. +

    +

    +
    + +

    +DefaultKeyValue

    +
    +public DefaultKeyValue(java.lang.Object key,
    +                       java.lang.Object value)
    +
    +
    Constructs a new pair with the specified key and given value. +

    +

    +
    Parameters:
    key - the key for the entry, may be null
    value - the value for the entry, may be null
    +
    +
    + +

    +DefaultKeyValue

    +
    +public DefaultKeyValue(KeyValue pair)
    +
    +
    Constructs a new pair from the specified KeyValue. +

    +

    +
    Parameters:
    pair - the pair to copy, must not be null +
    Throws: +
    java.lang.NullPointerException - if the entry is null
    +
    +
    + +

    +DefaultKeyValue

    +
    +public DefaultKeyValue(java.util.Map.Entry entry)
    +
    +
    Constructs a new pair from the specified Map.Entry. +

    +

    +
    Parameters:
    entry - the entry to copy, must not be null +
    Throws: +
    java.lang.NullPointerException - if the entry is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +setKey

    +
    +public java.lang.Object setKey(java.lang.Object key)
    +
    +
    Sets the key. +

    +

    +
    Parameters:
    key - the new key +
    Returns:
    the old key +
    Throws: +
    java.lang.IllegalArgumentException - if key is this object
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    Sets the value. +

    +

    +
    Parameters:
    value - the new value +
    Returns:
    the old value of the value +
    Throws: +
    java.lang.IllegalArgumentException - if value is this object
    +
    +
    +
    + +

    +toMapEntry

    +
    +public java.util.Map.Entry toMapEntry()
    +
    +
    Returns a new Map.Entry object with key and value from this pair. +

    +

    + +
    Returns:
    a MapEntry instance
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    Compares this Map.Entry with another Map.Entry.

    Returns true if the compared object is also a DefaultKeyValue, - and its key and value are equal to this object's key and value. -

    -

    -
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    obj - the object to compare to -
    Returns:
    true if equal key and value
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    + and its key and value are equal to this object's key and value. +

    +

    +
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    obj - the object to compare to +
    Returns:
    true if equal key and value
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    Gets a hashCode compatible with the equals method.

    Implemented per API documentation of Map.Entry.hashCode(), - however subclasses may override this. -

    -

    -
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    - -
    Returns:
    a suitable hash code
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + however subclasses may override this. +

    +

    +
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    + +
    Returns:
    a suitable hash code
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/DefaultMapEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/DefaultMapEntry.html index 779ec73..36ac8dc 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/DefaultMapEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/DefaultMapEntry.html @@ -1,331 +1,331 @@ - - - - - - - -DefaultMapEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.keyvalue -
    -Class DefaultMapEntry

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.keyvalue.AbstractKeyValue
    -      extended by org.apache.commons.collections.keyvalue.AbstractMapEntry
    -          extended by org.apache.commons.collections.keyvalue.DefaultMapEntry
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    -
    -
    -
    -
    public final class DefaultMapEntry
    extends AbstractMapEntry
    - - -

    + + + + + + + +DefaultMapEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.keyvalue +
    +Class DefaultMapEntry

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.keyvalue.AbstractKeyValue
    +      extended by org.apache.commons.collections.keyvalue.AbstractMapEntry
    +          extended by org.apache.commons.collections.keyvalue.DefaultMapEntry
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    +
    +
    +
    +
    public final class DefaultMapEntry
    extends AbstractMapEntry
    + + +

    A restricted implementation of Map.Entry that prevents - the Map.Entry contract from being broken. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Strachan, Michael A. Smith, Neil O'Toole, Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
    key, value
    -  - - - - - - - - - - - - - - - - -
    -Constructor Summary
    DefaultMapEntry(KeyValue pair) - -
    -          Constructs a new entry from the specified KeyValue.
    DefaultMapEntry(java.util.Map.Entry entry) - -
    -          Constructs a new entry from the specified Map.Entry.
    DefaultMapEntry(java.lang.Object key, - java.lang.Object value) - -
    -          Constructs a new entry with the specified key and given value.
    -  - - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntry
    equals, hashCode, setValue
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
    getKey, getValue, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map.Entry
    getKey, getValue
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -DefaultMapEntry

    -
    -public DefaultMapEntry(java.lang.Object key,
    -                       java.lang.Object value)
    -
    -
    Constructs a new entry with the specified key and given value. -

    -

    -
    Parameters:
    key - the key for the entry, may be null
    value - the value for the entry, may be null
    -
    -
    - -

    -DefaultMapEntry

    -
    -public DefaultMapEntry(KeyValue pair)
    -
    -
    Constructs a new entry from the specified KeyValue. -

    -

    -
    Parameters:
    pair - the pair to copy, must not be null -
    Throws: -
    java.lang.NullPointerException - if the entry is null
    -
    -
    - -

    -DefaultMapEntry

    -
    -public DefaultMapEntry(java.util.Map.Entry entry)
    -
    -
    Constructs a new entry from the specified Map.Entry. -

    -

    -
    Parameters:
    entry - the entry to copy, must not be null -
    Throws: -
    java.lang.NullPointerException - if the entry is null
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + the Map.Entry contract from being broken. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Strachan, Michael A. Smith, Neil O'Toole, Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
    key, value
    +  + + + + + + + + + + + + + + + + +
    +Constructor Summary
    DefaultMapEntry(KeyValue pair) + +
    +          Constructs a new entry from the specified KeyValue.
    DefaultMapEntry(java.util.Map.Entry entry) + +
    +          Constructs a new entry from the specified Map.Entry.
    DefaultMapEntry(java.lang.Object key, + java.lang.Object value) + +
    +          Constructs a new entry with the specified key and given value.
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntry
    equals, hashCode, setValue
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
    getKey, getValue, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map.Entry
    getKey, getValue
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +DefaultMapEntry

    +
    +public DefaultMapEntry(java.lang.Object key,
    +                       java.lang.Object value)
    +
    +
    Constructs a new entry with the specified key and given value. +

    +

    +
    Parameters:
    key - the key for the entry, may be null
    value - the value for the entry, may be null
    +
    +
    + +

    +DefaultMapEntry

    +
    +public DefaultMapEntry(KeyValue pair)
    +
    +
    Constructs a new entry from the specified KeyValue. +

    +

    +
    Parameters:
    pair - the pair to copy, must not be null +
    Throws: +
    java.lang.NullPointerException - if the entry is null
    +
    +
    + +

    +DefaultMapEntry

    +
    +public DefaultMapEntry(java.util.Map.Entry entry)
    +
    +
    Constructs a new entry from the specified Map.Entry. +

    +

    +
    Parameters:
    entry - the entry to copy, must not be null +
    Throws: +
    java.lang.NullPointerException - if the entry is null
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/MultiKey.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/MultiKey.html index c4dcad7..b6e206a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/MultiKey.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/MultiKey.html @@ -1,111 +1,111 @@ - - - - - - - -MultiKey (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.keyvalue -
    -Class MultiKey

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.keyvalue.MultiKey
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable
    -
    -
    -
    -
    public class MultiKey
    extends java.lang.Object
    implements java.io.Serializable
    - - -

    + + + + + + + +MultiKey (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.keyvalue +
    +Class MultiKey

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.keyvalue.MultiKey
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    +
    public class MultiKey
    extends java.lang.Object
    implements java.io.Serializable
    + + +

    A MultiKey allows multiple map keys to be merged together.

    The purpose of this class is to avoid the need to write code to handle - maps of maps. An example might be the need to lookup a filename by + maps of maps. An example might be the need to lookup a filename by key and locale. The typical solution might be nested maps. This class can be used instead by creating an instance passing in the key and locale.

    @@ -119,253 +119,253 @@ A MultiKey allows multiple map keys to be merged together. // later retireve the localized text MultiKey multiKey = new MultiKey(key, locale); String localizedText = (String) map.get(multiKey); - -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Howard Lewis Ship, Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Constructor Summary
    MultiKey(java.lang.Object[] keys) - -
    -          Constructor taking an array of keys which is cloned.
    MultiKey(java.lang.Object[] keys, - boolean makeClone) - -
    -          Constructor taking an array of keys, optionally choosing whether to clone.
    MultiKey(java.lang.Object key1, - java.lang.Object key2) - -
    -          Constructor taking two keys.
    MultiKey(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3) - -
    -          Constructor taking three keys.
    MultiKey(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object key4) - -
    -          Constructor taking four keys.
    MultiKey(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object key4, - java.lang.Object key5) - -
    -          Constructor taking five keys.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanequals(java.lang.Object other) - -
    -          Compares this object to another.
    - java.lang.ObjectgetKey(int index) - -
    -          Gets the key at the specified index.
    - java.lang.Object[]getKeys() - -
    -          Gets a clone of the array of keys.
    - inthashCode() - -
    -          Gets the combined hash code that is computed from all the keys.
    - intsize() - -
    -          Gets the size of the list of keys.
    - java.lang.StringtoString() - -
    -          Gets a debugging string version of the key.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -MultiKey

    -
    -public MultiKey(java.lang.Object key1,
    -                java.lang.Object key2)
    -
    + +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Howard Lewis Ship, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    MultiKey(java.lang.Object[] keys) + +
    +          Constructor taking an array of keys which is cloned.
    MultiKey(java.lang.Object[] keys, + boolean makeClone) + +
    +          Constructor taking an array of keys, optionally choosing whether to clone.
    MultiKey(java.lang.Object key1, + java.lang.Object key2) + +
    +          Constructor taking two keys.
    MultiKey(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3) + +
    +          Constructor taking three keys.
    MultiKey(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object key4) + +
    +          Constructor taking four keys.
    MultiKey(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object key4, + java.lang.Object key5) + +
    +          Constructor taking five keys.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanequals(java.lang.Object other) + +
    +          Compares this object to another.
    + java.lang.ObjectgetKey(int index) + +
    +          Gets the key at the specified index.
    + java.lang.Object[]getKeys() + +
    +          Gets a clone of the array of keys.
    + inthashCode() + +
    +          Gets the combined hash code that is computed from all the keys.
    + intsize() + +
    +          Gets the size of the list of keys.
    + java.lang.StringtoString() + +
    +          Gets a debugging string version of the key.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +MultiKey

    +
    +public MultiKey(java.lang.Object key1,
    +                java.lang.Object key2)
    +
    Constructor taking two keys.

    The keys should be immutable - If they are not then they must not be changed after adding to the MultiKey. -

    -

    -
    Parameters:
    key1 - the first key
    key2 - the second key
    -
    -
    - -

    -MultiKey

    -
    -public MultiKey(java.lang.Object key1,
    -                java.lang.Object key2,
    -                java.lang.Object key3)
    -
    + If they are not then they must not be changed after adding to the MultiKey. +

    +

    +
    Parameters:
    key1 - the first key
    key2 - the second key
    +
    +
    + +

    +MultiKey

    +
    +public MultiKey(java.lang.Object key1,
    +                java.lang.Object key2,
    +                java.lang.Object key3)
    +
    Constructor taking three keys.

    The keys should be immutable - If they are not then they must not be changed after adding to the MultiKey. -

    -

    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    -
    -
    - -

    -MultiKey

    -
    -public MultiKey(java.lang.Object key1,
    -                java.lang.Object key2,
    -                java.lang.Object key3,
    -                java.lang.Object key4)
    -
    + If they are not then they must not be changed after adding to the MultiKey. +

    +

    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    +
    +
    + +

    +MultiKey

    +
    +public MultiKey(java.lang.Object key1,
    +                java.lang.Object key2,
    +                java.lang.Object key3,
    +                java.lang.Object key4)
    +
    Constructor taking four keys.

    The keys should be immutable - If they are not then they must not be changed after adding to the MultiKey. -

    -

    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    -
    -
    - -

    -MultiKey

    -
    -public MultiKey(java.lang.Object key1,
    -                java.lang.Object key2,
    -                java.lang.Object key3,
    -                java.lang.Object key4,
    -                java.lang.Object key5)
    -
    + If they are not then they must not be changed after adding to the MultiKey. +

    +

    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    +
    +
    + +

    +MultiKey

    +
    +public MultiKey(java.lang.Object key1,
    +                java.lang.Object key2,
    +                java.lang.Object key3,
    +                java.lang.Object key4,
    +                java.lang.Object key5)
    +
    Constructor taking five keys.

    The keys should be immutable - If they are not then they must not be changed after adding to the MultiKey. -

    -

    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    key5 - the fifth key
    -
    -
    - -

    -MultiKey

    -
    -public MultiKey(java.lang.Object[] keys)
    -
    + If they are not then they must not be changed after adding to the MultiKey. +

    +

    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    key5 - the fifth key
    +
    +
    + +

    +MultiKey

    +
    +public MultiKey(java.lang.Object[] keys)
    +
    Constructor taking an array of keys which is cloned.

    The keys should be immutable If they are not then they must not be changed after adding to the MultiKey.

    - This is equivalent to new MultiKey(keys, true). -

    -

    -
    Parameters:
    keys - the array of keys, not null -
    Throws: -
    java.lang.IllegalArgumentException - if the key array is null
    -
    -
    - -

    -MultiKey

    -
    -public MultiKey(java.lang.Object[] keys,
    -                boolean makeClone)
    -
    + This is equivalent to new MultiKey(keys, true). +

    +

    +
    Parameters:
    keys - the array of keys, not null +
    Throws: +
    java.lang.IllegalArgumentException - if the key array is null
    +
    +
    + +

    +MultiKey

    +
    +public MultiKey(java.lang.Object[] keys,
    +                boolean makeClone)
    +
    Constructor taking an array of keys, optionally choosing whether to clone.

    If the array is not cloned, then it must not be modified. @@ -382,207 +382,207 @@ public MultiKey(java.lang.Object[] keys,

    The keys should be immutable - If they are not then they must not be changed after adding to the MultiKey. -

    -

    -
    Parameters:
    keys - the array of keys, not null
    makeClone - true to clone the array, false to assign it -
    Throws: -
    java.lang.IllegalArgumentException - if the key array is null
    Since:
    -
    Commons Collections 3.1
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getKeys

    -
    -public java.lang.Object[] getKeys()
    -
    + If they are not then they must not be changed after adding to the MultiKey. +

    +

    +
    Parameters:
    keys - the array of keys, not null
    makeClone - true to clone the array, false to assign it +
    Throws: +
    java.lang.IllegalArgumentException - if the key array is null
    Since:
    +
    Commons Collections 3.1
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getKeys

    +
    +public java.lang.Object[] getKeys()
    +
    Gets a clone of the array of keys.

    The keys should be immutable - If they are not then they must not be changed. -

    -

    -
    -
    -
    - -
    Returns:
    the individual keys
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey(int index)
    -
    + If they are not then they must not be changed. +

    +

    +
    +
    +
    + +
    Returns:
    the individual keys
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey(int index)
    +
    Gets the key at the specified index.

    The key should be immutable. - If it is not then it must not be changed. -

    -

    -
    -
    -
    -
    Parameters:
    index - the index to retrieve -
    Returns:
    the key at the index -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is invalid
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Gets the size of the list of keys. -

    -

    -
    -
    -
    - -
    Returns:
    the size of the list of keys
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object other)
    -
    + If it is not then it must not be changed. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to retrieve +
    Returns:
    the key at the index +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Gets the size of the list of keys. +

    +

    +
    +
    +
    + +
    Returns:
    the size of the list of keys
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object other)
    +
    Compares this object to another.

    To be equal, the other object must be a MultiKey with the - same number of keys which are also equal. -

    -

    -
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    other - the other object to compare to -
    Returns:
    true if equal
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    + same number of keys which are also equal. +

    +

    +
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    other - the other object to compare to +
    Returns:
    true if equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    Gets the combined hash code that is computed from all the keys.

    This value is computed once and then cached, so elements should not - change their hash codes once created (note that this is the same + change their hash codes once created (note that this is the same constraint that would be used if the individual keys elements were - themselves Map keys. -

    -

    -
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    - -
    Returns:
    the hash code
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    Gets a debugging string version of the key. -

    -

    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    - -
    Returns:
    a debugging string
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + themselves Map keys. +

    +

    +
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    + +
    Returns:
    the hash code
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Gets a debugging string version of the key. +

    +

    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    + +
    Returns:
    a debugging string
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/TiedMapEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/TiedMapEntry.html index 0a64445..4c5fd9c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/TiedMapEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/TiedMapEntry.html @@ -1,411 +1,411 @@ - - - - - - - -TiedMapEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.keyvalue -
    -Class TiedMapEntry

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.keyvalue.TiedMapEntry
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map.Entry, KeyValue
    -
    -
    -
    -
    public class TiedMapEntry
    extends java.lang.Object
    implements java.util.Map.Entry, KeyValue, java.io.Serializable
    - - -

    + + + + + + + +TiedMapEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.keyvalue +
    +Class TiedMapEntry

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.keyvalue.TiedMapEntry
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map.Entry, KeyValue
    +
    +
    +
    +
    public class TiedMapEntry
    extends java.lang.Object
    implements java.util.Map.Entry, KeyValue, java.io.Serializable
    + + +

    A Map.Entry tied to a map underneath.

    This can be used to enable a map entry to make changes on the underlying - map, however this will probably mess up any iterators. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Constructor Summary
    TiedMapEntry(java.util.Map map, - java.lang.Object key) - -
    -          Constructs a new entry with the given Map and key.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanequals(java.lang.Object obj) - -
    -          Compares this Map.Entry with another Map.Entry.
    - java.lang.ObjectgetKey() - -
    -          Gets the key of this entry
    - java.lang.ObjectgetValue() - -
    -          Gets the value of this entry direct from the map.
    - inthashCode() - -
    -          Gets a hashCode compatible with the equals method.
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -          Sets the value associated with the key direct onto the map.
    - java.lang.StringtoString() - -
    -          Gets a string version of the entry.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TiedMapEntry

    -
    -public TiedMapEntry(java.util.Map map,
    -                    java.lang.Object key)
    -
    -
    Constructs a new entry with the given Map and key. -

    -

    -
    Parameters:
    map - the map
    key - the key
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    Gets the key of this entry -

    -

    -
    Specified by:
    getKey in interface java.util.Map.Entry
    Specified by:
    getKey in interface KeyValue
    -
    -
    - -
    Returns:
    the key
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    Gets the value of this entry direct from the map. -

    -

    -
    Specified by:
    getValue in interface java.util.Map.Entry
    Specified by:
    getValue in interface KeyValue
    -
    -
    - -
    Returns:
    the value
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    Sets the value associated with the key direct onto the map. -

    -

    -
    Specified by:
    setValue in interface java.util.Map.Entry
    -
    -
    -
    Parameters:
    value - the new value -
    Returns:
    the old value -
    Throws: -
    java.lang.IllegalArgumentException - if the value is set to this map entry
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    + map, however this will probably mess up any iterators. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    TiedMapEntry(java.util.Map map, + java.lang.Object key) + +
    +          Constructs a new entry with the given Map and key.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanequals(java.lang.Object obj) + +
    +          Compares this Map.Entry with another Map.Entry.
    + java.lang.ObjectgetKey() + +
    +          Gets the key of this entry
    + java.lang.ObjectgetValue() + +
    +          Gets the value of this entry direct from the map.
    + inthashCode() + +
    +          Gets a hashCode compatible with the equals method.
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +          Sets the value associated with the key direct onto the map.
    + java.lang.StringtoString() + +
    +          Gets a string version of the entry.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TiedMapEntry

    +
    +public TiedMapEntry(java.util.Map map,
    +                    java.lang.Object key)
    +
    +
    Constructs a new entry with the given Map and key. +

    +

    +
    Parameters:
    map - the map
    key - the key
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    Gets the key of this entry +

    +

    +
    Specified by:
    getKey in interface java.util.Map.Entry
    Specified by:
    getKey in interface KeyValue
    +
    +
    + +
    Returns:
    the key
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Gets the value of this entry direct from the map. +

    +

    +
    Specified by:
    getValue in interface java.util.Map.Entry
    Specified by:
    getValue in interface KeyValue
    +
    +
    + +
    Returns:
    the value
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    Sets the value associated with the key direct onto the map. +

    +

    +
    Specified by:
    setValue in interface java.util.Map.Entry
    +
    +
    +
    Parameters:
    value - the new value +
    Returns:
    the old value +
    Throws: +
    java.lang.IllegalArgumentException - if the value is set to this map entry
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    Compares this Map.Entry with another Map.Entry.

    - Implemented per API documentation of Map.Entry.equals(Object) -

    -

    -
    Specified by:
    equals in interface java.util.Map.Entry
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    obj - the object to compare to -
    Returns:
    true if equal key and value
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    + Implemented per API documentation of Map.Entry.equals(Object) +

    +

    +
    Specified by:
    equals in interface java.util.Map.Entry
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    obj - the object to compare to +
    Returns:
    true if equal key and value
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    Gets a hashCode compatible with the equals method.

    - Implemented per API documentation of Map.Entry.hashCode() -

    -

    -
    Specified by:
    hashCode in interface java.util.Map.Entry
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    - -
    Returns:
    a suitable hash code
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    Gets a string version of the entry. -

    -

    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    - -
    Returns:
    entry as a string
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Implemented per API documentation of Map.Entry.hashCode() +

    +

    +
    Specified by:
    hashCode in interface java.util.Map.Entry
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    + +
    Returns:
    a suitable hash code
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Gets a string version of the entry. +

    +

    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    + +
    Returns:
    entry as a string
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/UnmodifiableMapEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/UnmodifiableMapEntry.html index 00941c9..4148036 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/UnmodifiableMapEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/UnmodifiableMapEntry.html @@ -1,367 +1,367 @@ - - - - - - - -UnmodifiableMapEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.keyvalue -
    -Class UnmodifiableMapEntry

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.keyvalue.AbstractKeyValue
    -      extended by org.apache.commons.collections.keyvalue.AbstractMapEntry
    -          extended by org.apache.commons.collections.keyvalue.UnmodifiableMapEntry
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableMapEntry
    extends AbstractMapEntry
    implements Unmodifiable
    - - -

    + + + + + + + +UnmodifiableMapEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.keyvalue +
    +Class UnmodifiableMapEntry

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.keyvalue.AbstractKeyValue
    +      extended by org.apache.commons.collections.keyvalue.AbstractMapEntry
    +          extended by org.apache.commons.collections.keyvalue.UnmodifiableMapEntry
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableMapEntry
    extends AbstractMapEntry
    implements Unmodifiable
    + + +

    A Map.Entry that throws - UnsupportedOperationException when setValue is called. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
    key, value
    -  - - - - - - - - - - - - - - - - -
    -Constructor Summary
    UnmodifiableMapEntry(KeyValue pair) - -
    -          Constructs a new entry from the specified KeyValue.
    UnmodifiableMapEntry(java.util.Map.Entry entry) - -
    -          Constructs a new entry from the specified Map.Entry.
    UnmodifiableMapEntry(java.lang.Object key, - java.lang.Object value) - -
    -          Constructs a new entry with the specified key and given value.
    -  - - - - - - - - - - - -
    -Method Summary
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -          Throws UnsupportedOperationException.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntry
    equals, hashCode
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
    getKey, getValue, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map.Entry
    getKey, getValue
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -UnmodifiableMapEntry

    -
    -public UnmodifiableMapEntry(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    Constructs a new entry with the specified key and given value. -

    -

    -
    Parameters:
    key - the key for the entry, may be null
    value - the value for the entry, may be null
    -
    -
    - -

    -UnmodifiableMapEntry

    -
    -public UnmodifiableMapEntry(KeyValue pair)
    -
    -
    Constructs a new entry from the specified KeyValue. -

    -

    -
    Parameters:
    pair - the pair to copy, must not be null -
    Throws: -
    java.lang.NullPointerException - if the entry is null
    -
    -
    - -

    -UnmodifiableMapEntry

    -
    -public UnmodifiableMapEntry(java.util.Map.Entry entry)
    -
    -
    Constructs a new entry from the specified Map.Entry. -

    -

    -
    Parameters:
    entry - the entry to copy, must not be null -
    Throws: -
    java.lang.NullPointerException - if the entry is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    Throws UnsupportedOperationException. -

    -

    -
    Specified by:
    setValue in interface java.util.Map.Entry
    Overrides:
    setValue in class AbstractMapEntry
    -
    -
    -
    Parameters:
    value - the new value -
    Returns:
    the previous value -
    Throws: -
    java.lang.UnsupportedOperationException - always
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + UnsupportedOperationException when setValue is called. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
    key, value
    +  + + + + + + + + + + + + + + + + +
    +Constructor Summary
    UnmodifiableMapEntry(KeyValue pair) + +
    +          Constructs a new entry from the specified KeyValue.
    UnmodifiableMapEntry(java.util.Map.Entry entry) + +
    +          Constructs a new entry from the specified Map.Entry.
    UnmodifiableMapEntry(java.lang.Object key, + java.lang.Object value) + +
    +          Constructs a new entry with the specified key and given value.
    +  + + + + + + + + + + + +
    +Method Summary
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +          Throws UnsupportedOperationException.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntry
    equals, hashCode
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
    getKey, getValue, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map.Entry
    getKey, getValue
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +UnmodifiableMapEntry

    +
    +public UnmodifiableMapEntry(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    Constructs a new entry with the specified key and given value. +

    +

    +
    Parameters:
    key - the key for the entry, may be null
    value - the value for the entry, may be null
    +
    +
    + +

    +UnmodifiableMapEntry

    +
    +public UnmodifiableMapEntry(KeyValue pair)
    +
    +
    Constructs a new entry from the specified KeyValue. +

    +

    +
    Parameters:
    pair - the pair to copy, must not be null +
    Throws: +
    java.lang.NullPointerException - if the entry is null
    +
    +
    + +

    +UnmodifiableMapEntry

    +
    +public UnmodifiableMapEntry(java.util.Map.Entry entry)
    +
    +
    Constructs a new entry from the specified Map.Entry. +

    +

    +
    Parameters:
    entry - the entry to copy, must not be null +
    Throws: +
    java.lang.NullPointerException - if the entry is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    Throws UnsupportedOperationException. +

    +

    +
    Specified by:
    setValue in interface java.util.Map.Entry
    Overrides:
    setValue in class AbstractMapEntry
    +
    +
    +
    Parameters:
    value - the new value +
    Returns:
    the previous value +
    Throws: +
    java.lang.UnsupportedOperationException - always
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/AbstractKeyValue.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/AbstractKeyValue.html index c5e094e..9410683 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/AbstractKeyValue.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/AbstractKeyValue.html @@ -1,236 +1,236 @@ - - - - - - - -Uses of Class org.apache.commons.collections.keyvalue.AbstractKeyValue (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.keyvalue.AbstractKeyValue

    -
    - - - - - - - - - - - - - -
    -Packages that use AbstractKeyValue
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.keyvalue -This package contains implementations of collection and map related key/value classes. 
    -  -

    - - - - - -
    -Uses of AbstractKeyValue in org.apache.commons.collections
    -  -

    - - - - - - - - - -
    Subclasses of AbstractKeyValue in org.apache.commons.collections
    -protected static classBeanMap.MyMapEntry - -
    -          Deprecated. Map entry used by BeanMap.
    -  -

    - - - - - -
    -Uses of AbstractKeyValue in org.apache.commons.collections.keyvalue
    -  -

    - - - - - - - - + +
    Subclasses of AbstractKeyValue in org.apache.commons.collections.keyvalue
    - classAbstractMapEntry - -
    + + + + + + + +Uses of Class org.apache.commons.collections.keyvalue.AbstractKeyValue (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.keyvalue.AbstractKeyValue

    +
    + + + + + + + + + + + + + +
    +Packages that use AbstractKeyValue
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.keyvalue +This package contains implementations of collection and map related key/value classes. 
    +  +

    + + + + + +
    +Uses of AbstractKeyValue in org.apache.commons.collections
    +  +

    + + + + + + + + + +
    Subclasses of AbstractKeyValue in org.apache.commons.collections
    +protected static classBeanMap.MyMapEntry + +
    +          Deprecated. Map entry used by BeanMap.
    +  +

    + + + + + +
    +Uses of AbstractKeyValue in org.apache.commons.collections.keyvalue
    +  +

    + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - -
    Subclasses of AbstractKeyValue in org.apache.commons.collections.keyvalue
    + classAbstractMapEntry + +
              Abstract Pair class to assist with creating correct - Map.Entry implementations.
    - classDefaultKeyValue - -
    + Map.Entry implementations.
    + classDefaultKeyValue + +
              A mutable KeyValue pair that does not implement - Map.Entry.
    - classDefaultMapEntry - -
    + Map.Entry.
    + classDefaultMapEntry + +
              A restricted implementation of Map.Entry that prevents - the Map.Entry contract from being broken.
    - classUnmodifiableMapEntry - -
    + the Map.Entry contract from being broken.
    + classUnmodifiableMapEntry + +
              A Map.Entry that throws - UnsupportedOperationException when setValue is called.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + UnsupportedOperationException when setValue is called.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/AbstractMapEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/AbstractMapEntry.html index 9bf5c71..21c40bc 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/AbstractMapEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/AbstractMapEntry.html @@ -1,218 +1,218 @@ - - - - - - - -Uses of Class org.apache.commons.collections.keyvalue.AbstractMapEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.keyvalue.AbstractMapEntry

    -
    - - - - - - - - - - - - - -
    -Packages that use AbstractMapEntry
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.keyvalue -This package contains implementations of collection and map related key/value classes. 
    -  -

    - - - - - -
    -Uses of AbstractMapEntry in org.apache.commons.collections
    -  -

    - - - - - - - - - -
    Subclasses of AbstractMapEntry in org.apache.commons.collections
    -protected static classBeanMap.MyMapEntry - -
    -          Deprecated. Map entry used by BeanMap.
    -  -

    - - - - - -
    -Uses of AbstractMapEntry in org.apache.commons.collections.keyvalue
    -  -

    - - - - - - - - + +
    Subclasses of AbstractMapEntry in org.apache.commons.collections.keyvalue
    - classDefaultMapEntry - -
    + + + + + + + +Uses of Class org.apache.commons.collections.keyvalue.AbstractMapEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.keyvalue.AbstractMapEntry

    +
    + + + + + + + + + + + + + +
    +Packages that use AbstractMapEntry
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.keyvalue +This package contains implementations of collection and map related key/value classes. 
    +  +

    + + + + + +
    +Uses of AbstractMapEntry in org.apache.commons.collections
    +  +

    + + + + + + + + + +
    Subclasses of AbstractMapEntry in org.apache.commons.collections
    +protected static classBeanMap.MyMapEntry + +
    +          Deprecated. Map entry used by BeanMap.
    +  +

    + + + + + +
    +Uses of AbstractMapEntry in org.apache.commons.collections.keyvalue
    +  +

    + + + + + + + + - - - - + + + + - -
    Subclasses of AbstractMapEntry in org.apache.commons.collections.keyvalue
    + classDefaultMapEntry + +
              A restricted implementation of Map.Entry that prevents - the Map.Entry contract from being broken.
    - classUnmodifiableMapEntry - -
    + the Map.Entry contract from being broken.
    + classUnmodifiableMapEntry + +
              A Map.Entry that throws - UnsupportedOperationException when setValue is called.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + UnsupportedOperationException when setValue is called.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/AbstractMapEntryDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/AbstractMapEntryDecorator.html index 5497b0a..e0879f6 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/AbstractMapEntryDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/AbstractMapEntryDecorator.html @@ -1,181 +1,181 @@ - - - - - - - -Uses of Class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator

    -
    - - - - - - - - - -
    -Packages that use AbstractMapEntryDecorator
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractMapEntryDecorator in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - - -
    Subclasses of AbstractMapEntryDecorator in org.apache.commons.collections.bidimap
    -protected static classAbstractDualBidiMap.MapEntry - -
    -          Inner class MapEntry.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator

    +
    + + + + + + + + + +
    +Packages that use AbstractMapEntryDecorator
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractMapEntryDecorator in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + + +
    Subclasses of AbstractMapEntryDecorator in org.apache.commons.collections.bidimap
    +protected static classAbstractDualBidiMap.MapEntry + +
    +          Inner class MapEntry.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/DefaultKeyValue.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/DefaultKeyValue.html index 6ec4c99..8f56cb3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/DefaultKeyValue.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/DefaultKeyValue.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.keyvalue.DefaultKeyValue (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.keyvalue.DefaultKeyValue

    -
    -No usage of org.apache.commons.collections.keyvalue.DefaultKeyValue -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.keyvalue.DefaultKeyValue (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.keyvalue.DefaultKeyValue

    +
    +No usage of org.apache.commons.collections.keyvalue.DefaultKeyValue +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/DefaultMapEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/DefaultMapEntry.html index 5513bba..9220e5f 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/DefaultMapEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/DefaultMapEntry.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.keyvalue.DefaultMapEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.keyvalue.DefaultMapEntry

    -
    -No usage of org.apache.commons.collections.keyvalue.DefaultMapEntry -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.keyvalue.DefaultMapEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.keyvalue.DefaultMapEntry

    +
    +No usage of org.apache.commons.collections.keyvalue.DefaultMapEntry +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/MultiKey.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/MultiKey.html index 7144cd8..064dbde 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/MultiKey.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/MultiKey.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.keyvalue.MultiKey (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.keyvalue.MultiKey

    -
    -No usage of org.apache.commons.collections.keyvalue.MultiKey -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.keyvalue.MultiKey (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.keyvalue.MultiKey

    +
    +No usage of org.apache.commons.collections.keyvalue.MultiKey +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/TiedMapEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/TiedMapEntry.html index 53e2fbf..750f606 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/TiedMapEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/TiedMapEntry.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.keyvalue.TiedMapEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.keyvalue.TiedMapEntry

    -
    -No usage of org.apache.commons.collections.keyvalue.TiedMapEntry -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.keyvalue.TiedMapEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.keyvalue.TiedMapEntry

    +
    +No usage of org.apache.commons.collections.keyvalue.TiedMapEntry +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/UnmodifiableMapEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/UnmodifiableMapEntry.html index bc4dce8..0932aa0 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/UnmodifiableMapEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/class-use/UnmodifiableMapEntry.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.keyvalue.UnmodifiableMapEntry

    -
    -No usage of org.apache.commons.collections.keyvalue.UnmodifiableMapEntry -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.keyvalue.UnmodifiableMapEntry

    +
    +No usage of org.apache.commons.collections.keyvalue.UnmodifiableMapEntry +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/package-frame.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/package-frame.html index 3542f99..84db474 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/package-frame.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/package-frame.html @@ -1,47 +1,47 @@ - - - - - - - -org.apache.commons.collections.keyvalue (Commons Collections 3.2.1 API) - - - - - - - - - - - -org.apache.commons.collections.keyvalue - - - - -
    -Classes  - -
    -AbstractKeyValue -
    -AbstractMapEntry -
    -AbstractMapEntryDecorator -
    -DefaultKeyValue -
    -DefaultMapEntry -
    -MultiKey -
    -TiedMapEntry -
    -UnmodifiableMapEntry
    - - - - + + + + + + + +org.apache.commons.collections.keyvalue (Commons Collections 3.2.1 API) + + + + + + + + + + + +org.apache.commons.collections.keyvalue + + + + +
    +Classes  + +
    +AbstractKeyValue +
    +AbstractMapEntry +
    +AbstractMapEntryDecorator +
    +DefaultKeyValue +
    +DefaultMapEntry +
    +MultiKey +
    +TiedMapEntry +
    +UnmodifiableMapEntry
    + + + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/package-summary.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/package-summary.html index 671fbe6..e693d29 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/package-summary.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/package-summary.html @@ -1,215 +1,215 @@ - - - - - - - -org.apache.commons.collections.keyvalue (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package org.apache.commons.collections.keyvalue -

    - -This package contains implementations of collection and map related key/value classes. -

    -See: -
    -          Description -

    - - - - - - - + + + + + + + +org.apache.commons.collections.keyvalue (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + +
    -Class Summary
    AbstractKeyValue
    + + + + + + + + + +
    + +
    + + + +


    +

    +Package org.apache.commons.collections.keyvalue +

    + +This package contains implementations of collection and map related key/value classes. +

    +See: +
    +          Description +

    + + + + + + + - - - + and Map.Entry implementations. + + + - - - + Map.Entry implementations. + + + - - - + added to a Map.Entry. + + + - - - + Map.Entry. + + + - - - - - - - - - - - + the Map.Entry contract from being broken. + + + + + + + + + + + - -
    +Class Summary
    AbstractKeyValue Abstract pair class to assist with creating KeyValue - and Map.Entry implementations.
    AbstractMapEntry
    AbstractMapEntry Abstract Pair class to assist with creating correct - Map.Entry implementations.
    AbstractMapEntryDecorator
    AbstractMapEntryDecorator Provides a base decorator that allows additional functionality to be - added to a Map.Entry.
    DefaultKeyValue
    DefaultKeyValue A mutable KeyValue pair that does not implement - Map.Entry.
    DefaultMapEntry
    DefaultMapEntry A restricted implementation of Map.Entry that prevents - the Map.Entry contract from being broken.
    MultiKeyA MultiKey allows multiple map keys to be merged together.
    TiedMapEntryA Map.Entry tied to a map underneath.
    UnmodifiableMapEntry
    MultiKeyA MultiKey allows multiple map keys to be merged together.
    TiedMapEntryA Map.Entry tied to a map underneath.
    UnmodifiableMapEntry A Map.Entry that throws - UnsupportedOperationException when setValue is called.
    -  - -

    -

    -Package org.apache.commons.collections.keyvalue Description -

    - -

    -

    -This package contains implementations of collection and map related key/value classes. -These are usually used in maps, however they can be used as data holders in any collection. -

    -The following key/value designs are included: -

      -
    • Map Entry - various map entry implementations -
    • KeyValue - a key and value pair, without map entry semantics -
    • MultiKey - a holder of multiple keys tied together -
    - -

    - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + UnsupportedOperationException when setValue is called. + + +  + +

    +

    +Package org.apache.commons.collections.keyvalue Description +

    + +

    +

    +This package contains implementations of collection and map related key/value classes. +These are usually used in maps, however they can be used as data holders in any collection. +

    +The following key/value designs are included: +

      +
    • Map Entry - various map entry implementations +
    • KeyValue - a key and value pair, without map entry semantics +
    • MultiKey - a holder of multiple keys tied together +
    + +

    + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/package-tree.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/package-tree.html index 252a430..78678f3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/package-tree.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/package-tree.html @@ -1,160 +1,160 @@ - - - - - - - -org.apache.commons.collections.keyvalue Class Hierarchy (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package org.apache.commons.collections.keyvalue -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    -
      -
    • java.lang.Object
        -
      • org.apache.commons.collections.keyvalue.AbstractKeyValue (implements org.apache.commons.collections.KeyValue) - -
      • org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator (implements org.apache.commons.collections.KeyValue, java.util.Map.Entry) -
      • org.apache.commons.collections.keyvalue.MultiKey (implements java.io.Serializable) -
      • org.apache.commons.collections.keyvalue.TiedMapEntry (implements org.apache.commons.collections.KeyValue, java.util.Map.Entry, java.io.Serializable) -
      -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +org.apache.commons.collections.keyvalue Class Hierarchy (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.collections.keyvalue +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    +
      +
    • java.lang.Object
        +
      • org.apache.commons.collections.keyvalue.AbstractKeyValue (implements org.apache.commons.collections.KeyValue) + +
      • org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator (implements org.apache.commons.collections.KeyValue, java.util.Map.Entry) +
      • org.apache.commons.collections.keyvalue.MultiKey (implements java.io.Serializable) +
      • org.apache.commons.collections.keyvalue.TiedMapEntry (implements org.apache.commons.collections.KeyValue, java.util.Map.Entry, java.io.Serializable) +
      +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/package-use.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/package-use.html index 29aede8..deceed1 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/package-use.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/keyvalue/package-use.html @@ -1,228 +1,228 @@ - - - - - - - -Uses of Package org.apache.commons.collections.keyvalue (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    org.apache.commons.collections.keyvalue

    -
    - - - - - - - - - - - - - - - - - -
    -Packages that use org.apache.commons.collections.keyvalue
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    org.apache.commons.collections.keyvalue -This package contains implementations of collection and map related key/value classes. 
    -  -

    - - - - - - - + +
    -Classes in org.apache.commons.collections.keyvalue used by org.apache.commons.collections
    AbstractKeyValue - -
    + + + + + + + +Uses of Package org.apache.commons.collections.keyvalue (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.collections.keyvalue

    +
    + + + + + + + + + + + + + + + + + +
    +Packages that use org.apache.commons.collections.keyvalue
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    org.apache.commons.collections.keyvalue +This package contains implementations of collection and map related key/value classes. 
    +  +

    + + + + + + + - - - + + + - -
    +Classes in org.apache.commons.collections.keyvalue used by org.apache.commons.collections
    AbstractKeyValue + +
              Abstract pair class to assist with creating KeyValue - and Map.Entry implementations.
    AbstractMapEntry - -
    + and Map.Entry implementations.
    AbstractMapEntry + +
              Abstract Pair class to assist with creating correct - Map.Entry implementations.
    -  -

    - - - - - - - + +
    -Classes in org.apache.commons.collections.keyvalue used by org.apache.commons.collections.bidimap
    AbstractMapEntryDecorator - -
    + Map.Entry implementations.
    +  +

    + + + + + + + - -
    +Classes in org.apache.commons.collections.keyvalue used by org.apache.commons.collections.bidimap
    AbstractMapEntryDecorator + +
              Provides a base decorator that allows additional functionality to be - added to a Map.Entry.
    -  -

    - - - - - - - + +
    -Classes in org.apache.commons.collections.keyvalue used by org.apache.commons.collections.keyvalue
    AbstractKeyValue - -
    + added to a Map.Entry.
    +  +

    + + + + + + + - - - + + + - -
    +Classes in org.apache.commons.collections.keyvalue used by org.apache.commons.collections.keyvalue
    AbstractKeyValue + +
              Abstract pair class to assist with creating KeyValue - and Map.Entry implementations.
    AbstractMapEntry - -
    + and Map.Entry implementations.
    AbstractMapEntry + +
              Abstract Pair class to assist with creating correct - Map.Entry implementations.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Map.Entry implementations.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.LinkedListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.LinkedListIterator.html index c92a55b..f34c4a8 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.LinkedListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.LinkedListIterator.html @@ -1,644 +1,644 @@ - - - - - - - -AbstractLinkedList.LinkedListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class AbstractLinkedList.LinkedListIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, OrderedIterator
    -
    -
    -
    Direct Known Subclasses:
    AbstractLinkedList.LinkedSubListIterator, CursorableLinkedList.Cursor
    -
    -
    -
    Enclosing class:
    AbstractLinkedList
    -
    -
    -
    -
    protected static class AbstractLinkedList.LinkedListIterator
    extends java.lang.Object
    implements java.util.ListIterator, OrderedIterator
    - - -

    -A list iterator over the linked list. -

    - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  AbstractLinkedList.Nodecurrent - -
    -          The last node that was returned by next() or previous().
    -protected  intexpectedModCount - -
    -          The modification count that the list is expected to have.
    -protected  AbstractLinkedList.Nodenext - -
    -          The node that will be returned by next().
    -protected  intnextIndex - -
    -          The index of next.
    -protected  AbstractLinkedListparent - -
    -          The parent list
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractLinkedList.LinkedListIterator(AbstractLinkedList parent, - int fromIndex) - -
    -          Create a ListIterator for a list.
    -  - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    - voidadd(java.lang.Object obj) - -
    -           
    -protected  voidcheckModCount() - -
    + + + + + + + +AbstractLinkedList.LinkedListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.list +
    +Class AbstractLinkedList.LinkedListIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, OrderedIterator
    +
    +
    +
    Direct Known Subclasses:
    AbstractLinkedList.LinkedSubListIterator, CursorableLinkedList.Cursor
    +
    +
    +
    Enclosing class:
    AbstractLinkedList
    +
    +
    +
    +
    protected static class AbstractLinkedList.LinkedListIterator
    extends java.lang.Object
    implements java.util.ListIterator, OrderedIterator
    + + +

    +A list iterator over the linked list. +

    + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  AbstractLinkedList.Nodecurrent + +
    +          The last node that was returned by next() or previous().
    +protected  intexpectedModCount + +
    +          The modification count that the list is expected to have.
    +protected  AbstractLinkedList.Nodenext + +
    +          The node that will be returned by next().
    +protected  intnextIndex + +
    +          The index of next.
    +protected  AbstractLinkedListparent + +
    +          The parent list
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractLinkedList.LinkedListIterator(AbstractLinkedList parent, + int fromIndex) + +
    +          Create a ListIterator for a list.
    +  + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    + voidadd(java.lang.Object obj) + +
    +           
    +protected  voidcheckModCount() + +
              Checks the modification count of the list is the value that this - object expects.
    -protected  AbstractLinkedList.NodegetLastNodeReturned() - -
    -          Gets the last node returned.
    - booleanhasNext() - -
    -           
    - booleanhasPrevious() - -
    -          Checks to see if there is a previous element that can be iterated to.
    - java.lang.Objectnext() - -
    -           
    - intnextIndex() - -
    -           
    - java.lang.Objectprevious() - -
    -          Gets the previous element from the collection.
    - intpreviousIndex() - -
    -           
    - voidremove() - -
    -           
    - voidset(java.lang.Object obj) - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -parent

    -
    -protected final AbstractLinkedList parent
    -
    -
    The parent list -

    -

    -
    -
    -
    - -

    -next

    -
    -protected AbstractLinkedList.Node next
    -
    + object expects.
    +protected  AbstractLinkedList.NodegetLastNodeReturned() + +
    +          Gets the last node returned.
    + booleanhasNext() + +
    +           
    + booleanhasPrevious() + +
    +          Checks to see if there is a previous element that can be iterated to.
    + java.lang.Objectnext() + +
    +           
    + intnextIndex() + +
    +           
    + java.lang.Objectprevious() + +
    +          Gets the previous element from the collection.
    + intpreviousIndex() + +
    +           
    + voidremove() + +
    +           
    + voidset(java.lang.Object obj) + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +parent

    +
    +protected final AbstractLinkedList parent
    +
    +
    The parent list +

    +

    +
    +
    +
    + +

    +next

    +
    +protected AbstractLinkedList.Node next
    +
    The node that will be returned by next(). If this is equal - to AbstractLinkedList.header then there are no more values to return. -

    -

    -
    -
    -
    - -

    -nextIndex

    -
    -protected int nextIndex
    -
    -
    The index of next. -

    -

    -
    -
    -
    - -

    -current

    -
    -protected AbstractLinkedList.Node current
    -
    + to AbstractLinkedList.header then there are no more values to return. +

    +

    +
    +
    +
    + +

    +nextIndex

    +
    +protected int nextIndex
    +
    +
    The index of next. +

    +

    +
    +
    +
    + +

    +current

    +
    +protected AbstractLinkedList.Node current
    +
    The last node that was returned by next() or previous(). Set to null if next() or previous() haven't been called, or if the node has been removed with remove() or a new node added with add(Object). Should be accessed through getLastNodeReturned() to enforce - this behaviour. -

    -

    -
    -
    -
    - -

    -expectedModCount

    -
    -protected int expectedModCount
    -
    + this behaviour. +

    +

    +
    +
    +
    + +

    +expectedModCount

    +
    +protected int expectedModCount
    +
    The modification count that the list is expected to have. If the list doesn't have this count, then a ConcurrentModificationException may be thrown by - the operations. -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractLinkedList.LinkedListIterator

    -
    -protected AbstractLinkedList.LinkedListIterator(AbstractLinkedList parent,
    -                                                int fromIndex)
    -                                         throws java.lang.IndexOutOfBoundsException
    -
    -
    Create a ListIterator for a list. -

    -

    -
    Parameters:
    parent - the parent list
    fromIndex - the index to start at -
    Throws: -
    java.lang.IndexOutOfBoundsException
    -
    - - - - - - - - -
    -Method Detail
    - -

    -checkModCount

    -
    -protected void checkModCount()
    -
    + the operations. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractLinkedList.LinkedListIterator

    +
    +protected AbstractLinkedList.LinkedListIterator(AbstractLinkedList parent,
    +                                                int fromIndex)
    +                                         throws java.lang.IndexOutOfBoundsException
    +
    +
    Create a ListIterator for a list. +

    +

    +
    Parameters:
    parent - the parent list
    fromIndex - the index to start at +
    Throws: +
    java.lang.IndexOutOfBoundsException
    +
    + + + + + + + + +
    +Method Detail
    + +

    +checkModCount

    +
    +protected void checkModCount()
    +
    Checks the modification count of the list is the value that this - object expects. -

    -

    -
    -
    -
    - -
    Throws: + object expects. +

    +

    +
    +
    +
    + +
    Throws:
    java.util.ConcurrentModificationException - If the list's modification - count isn't the value that was expected.
    -
    -
    -
    - -

    -getLastNodeReturned

    -
    -protected AbstractLinkedList.Node getLastNodeReturned()
    -                                               throws java.lang.IllegalStateException
    -
    -
    Gets the last node returned. -

    -

    -
    -
    -
    - -
    Throws: + count isn't the value that was expected.
    +
    +
    +
    + +

    +getLastNodeReturned

    +
    +protected AbstractLinkedList.Node getLastNodeReturned()
    +                                               throws java.lang.IllegalStateException
    +
    +
    Gets the last node returned. +

    +

    +
    +
    +
    + +
    Throws:
    java.lang.IllegalStateException - If next() or previous() haven't been called, or if the node has been removed - with remove() or a new node added with add(Object).
    -
    -
    -
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    Description copied from interface: OrderedIterator
    -
    Checks to see if there is a previous element that can be iterated to. -

    -

    -
    Specified by:
    hasPrevious in interface java.util.ListIterator
    Specified by:
    hasPrevious in interface OrderedIterator
    -
    -
    - -
    Returns:
    true if the iterator has a previous element
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    Description copied from interface: OrderedIterator
    -
    Gets the previous element from the collection. -

    -

    -
    Specified by:
    previous in interface java.util.ListIterator
    Specified by:
    previous in interface OrderedIterator
    -
    -
    - -
    Returns:
    the previous element in the iteration
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    -
    Specified by:
    nextIndex in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -previousIndex

    -
    -public int previousIndex()
    -
    -
    -
    Specified by:
    previousIndex in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object obj)
    -
    -
    -
    Specified by:
    set in interface java.util.ListIterator
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public void add(java.lang.Object obj)
    -
    -
    -
    Specified by:
    add in interface java.util.ListIterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + with remove() or a new node added with add(Object).
    + + +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    Description copied from interface: OrderedIterator
    +
    Checks to see if there is a previous element that can be iterated to. +

    +

    +
    Specified by:
    hasPrevious in interface java.util.ListIterator
    Specified by:
    hasPrevious in interface OrderedIterator
    +
    +
    + +
    Returns:
    true if the iterator has a previous element
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    Description copied from interface: OrderedIterator
    +
    Gets the previous element from the collection. +

    +

    +
    Specified by:
    previous in interface java.util.ListIterator
    Specified by:
    previous in interface OrderedIterator
    +
    +
    + +
    Returns:
    the previous element in the iteration
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    +
    Specified by:
    nextIndex in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    +
    +
    Specified by:
    previousIndex in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object obj)
    +
    +
    +
    Specified by:
    set in interface java.util.ListIterator
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Object obj)
    +
    +
    +
    Specified by:
    add in interface java.util.ListIterator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.LinkedSubList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.LinkedSubList.html index 8416e23..726e648 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.LinkedSubList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.LinkedSubList.html @@ -1,584 +1,584 @@ - - - - - - - -AbstractLinkedList.LinkedSubList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class AbstractLinkedList.LinkedSubList

    -
    -java.lang.Object
    -  extended by java.util.AbstractCollection
    -      extended by java.util.AbstractList
    -          extended by org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.List
    -
    -
    -
    Enclosing class:
    AbstractLinkedList
    -
    -
    -
    -
    protected static class AbstractLinkedList.LinkedSubList
    extends java.util.AbstractList
    - - -

    -The sublist implementation for AbstractLinkedList. -

    - -

    -


    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class java.util.AbstractList
    modCount
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractLinkedList.LinkedSubList(AbstractLinkedList parent, - int fromIndex, - int toIndex) - -
    -           
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(int index, - java.lang.Object obj) - -
    -           
    - booleanaddAll(java.util.Collection coll) - -
    -           
    - booleanaddAll(int index, - java.util.Collection coll) - -
    -           
    -protected  voidcheckModCount() - -
    -           
    - voidclear() - -
    -           
    - java.lang.Objectget(int index) - -
    -           
    - java.util.Iteratoriterator() - -
    -           
    - java.util.ListIteratorlistIterator(int index) - -
    -           
    -protected  voidrangeCheck(int index, - int beyond) - -
    -           
    - java.lang.Objectremove(int index) - -
    -           
    - java.lang.Objectset(int index, - java.lang.Object obj) - -
    -           
    - intsize() - -
    -           
    - java.util.ListsubList(int fromIndexInclusive, - int toIndexExclusive) - -
    -           
    - - - - - - - -
    Methods inherited from class java.util.AbstractList
    add, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange
    - - - - - - - -
    Methods inherited from class java.util.AbstractCollection
    contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.List
    contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractLinkedList.LinkedSubList

    -
    -protected AbstractLinkedList.LinkedSubList(AbstractLinkedList parent,
    -                                           int fromIndex,
    -                                           int toIndex)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -size

    -
    -public int size()
    -
    -
    -
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface java.util.List
    Specified by:
    size in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(int index)
    -
    -
    -
    Specified by:
    get in interface java.util.List
    Specified by:
    get in class java.util.AbstractList
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public void add(int index,
    -                java.lang.Object obj)
    -
    -
    -
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class java.util.AbstractList
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(int index)
    -
    -
    -
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class java.util.AbstractList
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(int index,
    -                      java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class java.util.AbstractList
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public java.lang.Object set(int index,
    -                            java.lang.Object obj)
    -
    -
    -
    Specified by:
    set in interface java.util.List
    Overrides:
    set in class java.util.AbstractList
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.List
    Overrides:
    clear in class java.util.AbstractList
    -
    -
    -
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    Overrides:
    iterator in class java.util.AbstractList
    -
    -
    -
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator(int index)
    -
    -
    -
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class java.util.AbstractList
    -
    -
    -
    -
    -
    -
    - -

    -subList

    -
    -public java.util.List subList(int fromIndexInclusive,
    -                              int toIndexExclusive)
    -
    -
    -
    Specified by:
    subList in interface java.util.List
    Overrides:
    subList in class java.util.AbstractList
    -
    -
    -
    -
    -
    -
    - -

    -rangeCheck

    -
    -protected void rangeCheck(int index,
    -                          int beyond)
    -
    -
    -
    -
    -
    -
    - -

    -checkModCount

    -
    -protected void checkModCount()
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractLinkedList.LinkedSubList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.list +
    +Class AbstractLinkedList.LinkedSubList

    +
    +java.lang.Object
    +  extended by java.util.AbstractCollection
    +      extended by java.util.AbstractList
    +          extended by org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.List
    +
    +
    +
    Enclosing class:
    AbstractLinkedList
    +
    +
    +
    +
    protected static class AbstractLinkedList.LinkedSubList
    extends java.util.AbstractList
    + + +

    +The sublist implementation for AbstractLinkedList. +

    + +

    +


    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class java.util.AbstractList
    modCount
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractLinkedList.LinkedSubList(AbstractLinkedList parent, + int fromIndex, + int toIndex) + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(int index, + java.lang.Object obj) + +
    +           
    + booleanaddAll(java.util.Collection coll) + +
    +           
    + booleanaddAll(int index, + java.util.Collection coll) + +
    +           
    +protected  voidcheckModCount() + +
    +           
    + voidclear() + +
    +           
    + java.lang.Objectget(int index) + +
    +           
    + java.util.Iteratoriterator() + +
    +           
    + java.util.ListIteratorlistIterator(int index) + +
    +           
    +protected  voidrangeCheck(int index, + int beyond) + +
    +           
    + java.lang.Objectremove(int index) + +
    +           
    + java.lang.Objectset(int index, + java.lang.Object obj) + +
    +           
    + intsize() + +
    +           
    + java.util.ListsubList(int fromIndexInclusive, + int toIndexExclusive) + +
    +           
    + + + + + + + +
    Methods inherited from class java.util.AbstractList
    add, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange
    + + + + + + + +
    Methods inherited from class java.util.AbstractCollection
    contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.List
    contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractLinkedList.LinkedSubList

    +
    +protected AbstractLinkedList.LinkedSubList(AbstractLinkedList parent,
    +                                           int fromIndex,
    +                                           int toIndex)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +size

    +
    +public int size()
    +
    +
    +
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface java.util.List
    Specified by:
    size in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(int index)
    +
    +
    +
    Specified by:
    get in interface java.util.List
    Specified by:
    get in class java.util.AbstractList
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(int index,
    +                java.lang.Object obj)
    +
    +
    +
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class java.util.AbstractList
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(int index)
    +
    +
    +
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class java.util.AbstractList
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(int index,
    +                      java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class java.util.AbstractList
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public java.lang.Object set(int index,
    +                            java.lang.Object obj)
    +
    +
    +
    Specified by:
    set in interface java.util.List
    Overrides:
    set in class java.util.AbstractList
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.List
    Overrides:
    clear in class java.util.AbstractList
    +
    +
    +
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    Overrides:
    iterator in class java.util.AbstractList
    +
    +
    +
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator(int index)
    +
    +
    +
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class java.util.AbstractList
    +
    +
    +
    +
    +
    +
    + +

    +subList

    +
    +public java.util.List subList(int fromIndexInclusive,
    +                              int toIndexExclusive)
    +
    +
    +
    Specified by:
    subList in interface java.util.List
    Overrides:
    subList in class java.util.AbstractList
    +
    +
    +
    +
    +
    +
    + +

    +rangeCheck

    +
    +protected void rangeCheck(int index,
    +                          int beyond)
    +
    +
    +
    +
    +
    +
    + +

    +checkModCount

    +
    +protected void checkModCount()
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.LinkedSubListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.LinkedSubListIterator.html index d47c00e..d137b38 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.LinkedSubListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.LinkedSubListIterator.html @@ -1,416 +1,416 @@ - - - - - - - -AbstractLinkedList.LinkedSubListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class AbstractLinkedList.LinkedSubListIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    -      extended by org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, OrderedIterator
    -
    -
    -
    Enclosing class:
    AbstractLinkedList
    -
    -
    -
    -
    protected static class AbstractLinkedList.LinkedSubListIterator
    extends AbstractLinkedList.LinkedListIterator
    - - -

    -A list iterator over the linked sub list. -

    - -

    -


    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  AbstractLinkedList.LinkedSubListsub - -
    -          The parent list
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    current, expectedModCount, next, nextIndex, parent
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractLinkedList.LinkedSubListIterator(AbstractLinkedList.LinkedSubList sub, - int startIndex) - -
    -           
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(java.lang.Object obj) - -
    -           
    - booleanhasNext() - -
    -           
    - booleanhasPrevious() - -
    -          Checks to see if there is a previous element that can be iterated to.
    - intnextIndex() - -
    -           
    - voidremove() - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    checkModCount, getLastNodeReturned, next, previous, previousIndex, set
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -sub

    -
    -protected final AbstractLinkedList.LinkedSubList sub
    -
    -
    The parent list -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractLinkedList.LinkedSubListIterator

    -
    -protected AbstractLinkedList.LinkedSubListIterator(AbstractLinkedList.LinkedSubList sub,
    -                                                   int startIndex)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    Overrides:
    hasNext in class AbstractLinkedList.LinkedListIterator
    -
    -
    -
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    Description copied from interface: OrderedIterator
    -
    Checks to see if there is a previous element that can be iterated to. -

    -

    -
    Specified by:
    hasPrevious in interface java.util.ListIterator
    Specified by:
    hasPrevious in interface OrderedIterator
    Overrides:
    hasPrevious in class AbstractLinkedList.LinkedListIterator
    -
    -
    - -
    Returns:
    true if the iterator has a previous element
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    -
    Specified by:
    nextIndex in interface java.util.ListIterator
    Overrides:
    nextIndex in class AbstractLinkedList.LinkedListIterator
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public void add(java.lang.Object obj)
    -
    -
    -
    Specified by:
    add in interface java.util.ListIterator
    Overrides:
    add in class AbstractLinkedList.LinkedListIterator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    Overrides:
    remove in class AbstractLinkedList.LinkedListIterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractLinkedList.LinkedSubListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.list +
    +Class AbstractLinkedList.LinkedSubListIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    +      extended by org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, OrderedIterator
    +
    +
    +
    Enclosing class:
    AbstractLinkedList
    +
    +
    +
    +
    protected static class AbstractLinkedList.LinkedSubListIterator
    extends AbstractLinkedList.LinkedListIterator
    + + +

    +A list iterator over the linked sub list. +

    + +

    +


    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  AbstractLinkedList.LinkedSubListsub + +
    +          The parent list
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    current, expectedModCount, next, nextIndex, parent
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractLinkedList.LinkedSubListIterator(AbstractLinkedList.LinkedSubList sub, + int startIndex) + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(java.lang.Object obj) + +
    +           
    + booleanhasNext() + +
    +           
    + booleanhasPrevious() + +
    +          Checks to see if there is a previous element that can be iterated to.
    + intnextIndex() + +
    +           
    + voidremove() + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    checkModCount, getLastNodeReturned, next, previous, previousIndex, set
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +sub

    +
    +protected final AbstractLinkedList.LinkedSubList sub
    +
    +
    The parent list +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractLinkedList.LinkedSubListIterator

    +
    +protected AbstractLinkedList.LinkedSubListIterator(AbstractLinkedList.LinkedSubList sub,
    +                                                   int startIndex)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    Overrides:
    hasNext in class AbstractLinkedList.LinkedListIterator
    +
    +
    +
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    Description copied from interface: OrderedIterator
    +
    Checks to see if there is a previous element that can be iterated to. +

    +

    +
    Specified by:
    hasPrevious in interface java.util.ListIterator
    Specified by:
    hasPrevious in interface OrderedIterator
    Overrides:
    hasPrevious in class AbstractLinkedList.LinkedListIterator
    +
    +
    + +
    Returns:
    true if the iterator has a previous element
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    +
    Specified by:
    nextIndex in interface java.util.ListIterator
    Overrides:
    nextIndex in class AbstractLinkedList.LinkedListIterator
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Object obj)
    +
    +
    +
    Specified by:
    add in interface java.util.ListIterator
    Overrides:
    add in class AbstractLinkedList.LinkedListIterator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    Overrides:
    remove in class AbstractLinkedList.LinkedListIterator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.Node.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.Node.html index 03fa0b8..fd3249b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.Node.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.Node.html @@ -1,508 +1,508 @@ - - - - - - - -AbstractLinkedList.Node (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class AbstractLinkedList.Node

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.list.AbstractLinkedList.Node
    -
    -
    -
    Enclosing class:
    AbstractLinkedList
    -
    -
    -
    -
    protected static class AbstractLinkedList.Node
    extends java.lang.Object
    - - -

    + + + + + + + +AbstractLinkedList.Node (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.list +
    +Class AbstractLinkedList.Node

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.list.AbstractLinkedList.Node
    +
    +
    +
    Enclosing class:
    AbstractLinkedList
    +
    +
    +
    +
    protected static class AbstractLinkedList.Node
    extends java.lang.Object
    + + +

    A node within the linked list.

    From Commons Collections 3.1, all access to the value property - is via the methods on this class. -

    - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  AbstractLinkedList.Nodenext - -
    -          A pointer to the node after this node
    -protected  AbstractLinkedList.Nodeprevious - -
    -          A pointer to the node before this node
    -protected  java.lang.Objectvalue - -
    -          The object contained within this node
    -  - - - - - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractLinkedList.Node() - -
    -          Constructs a new header node.
    -protected AbstractLinkedList.Node(AbstractLinkedList.Node previous, - AbstractLinkedList.Node next, - java.lang.Object value) - -
    -          Constructs a new node.
    -protected AbstractLinkedList.Node(java.lang.Object value) - -
    -          Constructs a new node.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -protected  AbstractLinkedList.NodegetNextNode() - -
    -          Gets the next node.
    -protected  AbstractLinkedList.NodegetPreviousNode() - -
    -          Gets the previous node.
    -protected  java.lang.ObjectgetValue() - -
    -          Gets the value of the node.
    -protected  voidsetNextNode(AbstractLinkedList.Node next) - -
    -          Sets the next node.
    -protected  voidsetPreviousNode(AbstractLinkedList.Node previous) - -
    -          Sets the previous node.
    -protected  voidsetValue(java.lang.Object value) - -
    -          Sets the value of the node.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -previous

    -
    -protected AbstractLinkedList.Node previous
    -
    -
    A pointer to the node before this node -

    -

    -
    -
    -
    - -

    -next

    -
    -protected AbstractLinkedList.Node next
    -
    -
    A pointer to the node after this node -

    -

    -
    -
    -
    - -

    -value

    -
    -protected java.lang.Object value
    -
    -
    The object contained within this node -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractLinkedList.Node

    -
    -protected AbstractLinkedList.Node()
    -
    -
    Constructs a new header node. -

    -

    -
    - -

    -AbstractLinkedList.Node

    -
    -protected AbstractLinkedList.Node(java.lang.Object value)
    -
    -
    Constructs a new node. -

    -

    -
    Parameters:
    value - the value to store
    -
    -
    - -

    -AbstractLinkedList.Node

    -
    -protected AbstractLinkedList.Node(AbstractLinkedList.Node previous,
    -                                  AbstractLinkedList.Node next,
    -                                  java.lang.Object value)
    -
    -
    Constructs a new node. -

    -

    -
    Parameters:
    previous - the previous node in the list
    next - the next node in the list
    value - the value to store
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getValue

    -
    -protected java.lang.Object getValue()
    -
    -
    Gets the value of the node. -

    -

    - -
    Returns:
    the value
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -setValue

    -
    -protected void setValue(java.lang.Object value)
    -
    -
    Sets the value of the node. -

    -

    -
    Parameters:
    value - the value
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -getPreviousNode

    -
    -protected AbstractLinkedList.Node getPreviousNode()
    -
    -
    Gets the previous node. -

    -

    - -
    Returns:
    the previous node
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -setPreviousNode

    -
    -protected void setPreviousNode(AbstractLinkedList.Node previous)
    -
    -
    Sets the previous node. -

    -

    -
    Parameters:
    previous - the previous node
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -getNextNode

    -
    -protected AbstractLinkedList.Node getNextNode()
    -
    -
    Gets the next node. -

    -

    - -
    Returns:
    the next node
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -setNextNode

    -
    -protected void setNextNode(AbstractLinkedList.Node next)
    -
    -
    Sets the next node. -

    -

    -
    Parameters:
    next - the next node
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + is via the methods on this class. +

    + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  AbstractLinkedList.Nodenext + +
    +          A pointer to the node after this node
    +protected  AbstractLinkedList.Nodeprevious + +
    +          A pointer to the node before this node
    +protected  java.lang.Objectvalue + +
    +          The object contained within this node
    +  + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractLinkedList.Node() + +
    +          Constructs a new header node.
    +protected AbstractLinkedList.Node(AbstractLinkedList.Node previous, + AbstractLinkedList.Node next, + java.lang.Object value) + +
    +          Constructs a new node.
    +protected AbstractLinkedList.Node(java.lang.Object value) + +
    +          Constructs a new node.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +protected  AbstractLinkedList.NodegetNextNode() + +
    +          Gets the next node.
    +protected  AbstractLinkedList.NodegetPreviousNode() + +
    +          Gets the previous node.
    +protected  java.lang.ObjectgetValue() + +
    +          Gets the value of the node.
    +protected  voidsetNextNode(AbstractLinkedList.Node next) + +
    +          Sets the next node.
    +protected  voidsetPreviousNode(AbstractLinkedList.Node previous) + +
    +          Sets the previous node.
    +protected  voidsetValue(java.lang.Object value) + +
    +          Sets the value of the node.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +previous

    +
    +protected AbstractLinkedList.Node previous
    +
    +
    A pointer to the node before this node +

    +

    +
    +
    +
    + +

    +next

    +
    +protected AbstractLinkedList.Node next
    +
    +
    A pointer to the node after this node +

    +

    +
    +
    +
    + +

    +value

    +
    +protected java.lang.Object value
    +
    +
    The object contained within this node +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractLinkedList.Node

    +
    +protected AbstractLinkedList.Node()
    +
    +
    Constructs a new header node. +

    +

    +
    + +

    +AbstractLinkedList.Node

    +
    +protected AbstractLinkedList.Node(java.lang.Object value)
    +
    +
    Constructs a new node. +

    +

    +
    Parameters:
    value - the value to store
    +
    +
    + +

    +AbstractLinkedList.Node

    +
    +protected AbstractLinkedList.Node(AbstractLinkedList.Node previous,
    +                                  AbstractLinkedList.Node next,
    +                                  java.lang.Object value)
    +
    +
    Constructs a new node. +

    +

    +
    Parameters:
    previous - the previous node in the list
    next - the next node in the list
    value - the value to store
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getValue

    +
    +protected java.lang.Object getValue()
    +
    +
    Gets the value of the node. +

    +

    + +
    Returns:
    the value
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +setValue

    +
    +protected void setValue(java.lang.Object value)
    +
    +
    Sets the value of the node. +

    +

    +
    Parameters:
    value - the value
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +getPreviousNode

    +
    +protected AbstractLinkedList.Node getPreviousNode()
    +
    +
    Gets the previous node. +

    +

    + +
    Returns:
    the previous node
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +setPreviousNode

    +
    +protected void setPreviousNode(AbstractLinkedList.Node previous)
    +
    +
    Sets the previous node. +

    +

    +
    Parameters:
    previous - the previous node
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +getNextNode

    +
    +protected AbstractLinkedList.Node getNextNode()
    +
    +
    Gets the next node. +

    +

    + +
    Returns:
    the next node
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +setNextNode

    +
    +protected void setNextNode(AbstractLinkedList.Node next)
    +
    +
    Sets the next node. +

    +

    +
    Parameters:
    next - the next node
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.html index 65187d0..29ac106 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractLinkedList.html @@ -1,1544 +1,1544 @@ - - - - - - - -AbstractLinkedList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class AbstractLinkedList

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.list.AbstractLinkedList
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.List
    -
    -
    -
    Direct Known Subclasses:
    CursorableLinkedList, NodeCachingLinkedList
    -
    -
    -
    -
    public abstract class AbstractLinkedList
    extends java.lang.Object
    implements java.util.List
    - - -

    + + + + + + + +AbstractLinkedList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.list +
    +Class AbstractLinkedList

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.list.AbstractLinkedList
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.List
    +
    +
    +
    Direct Known Subclasses:
    CursorableLinkedList, NodeCachingLinkedList
    +
    +
    +
    +
    public abstract class AbstractLinkedList
    extends java.lang.Object
    implements java.util.List
    + + +

    An abstract implementation of a linked list which provides numerous points for subclasses to override.

    Overridable methods are provided to change the storage node and to change how nodes are added to and removed. Hopefully, all you need for unusual subclasses - is here. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Rich Dougherty, Phil Steitz, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - - - - - - - - - - - - -
    -Nested Class Summary
    -protected static classAbstractLinkedList.LinkedListIterator - -
    -          A list iterator over the linked list.
    -protected static classAbstractLinkedList.LinkedSubList - -
    -          The sublist implementation for AbstractLinkedList.
    -protected static classAbstractLinkedList.LinkedSubListIterator - -
    -          A list iterator over the linked sub list.
    -protected static classAbstractLinkedList.Node - -
    -          A node within the linked list.
    - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Field Summary
    -protected  AbstractLinkedList.Nodeheader - -
    + is here. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Rich Dougherty, Phil Steitz, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + +
    +Nested Class Summary
    +protected static classAbstractLinkedList.LinkedListIterator + +
    +          A list iterator over the linked list.
    +protected static classAbstractLinkedList.LinkedSubList + +
    +          The sublist implementation for AbstractLinkedList.
    +protected static classAbstractLinkedList.LinkedSubListIterator + +
    +          A list iterator over the linked sub list.
    +protected static classAbstractLinkedList.Node + +
    +          A node within the linked list.
    + + + + + + + + + - - - - - - - - - -
    +Field Summary
    +protected  AbstractLinkedList.Nodeheader + +
              A AbstractLinkedList.Node which indicates the start and end of the list and does not - hold a value.
    -protected  intmodCount - -
    -          Modification count for iterators
    -protected  intsize - -
    -          The size of the list
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractLinkedList() - -
    -          Constructor that does nothing intended for deserialization.
    -protected AbstractLinkedList(java.util.Collection coll) - -
    -          Constructs a list copying data from the specified collection.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    - voidadd(int index, - java.lang.Object value) - -
    -           
    - booleanadd(java.lang.Object value) - -
    -           
    - booleanaddAll(java.util.Collection coll) - -
    -           
    - booleanaddAll(int index, - java.util.Collection coll) - -
    -           
    - booleanaddFirst(java.lang.Object o) - -
    -           
    - booleanaddLast(java.lang.Object o) - -
    -           
    -protected  voidaddNode(AbstractLinkedList.Node nodeToInsert, - AbstractLinkedList.Node insertBeforeNode) - -
    -          Inserts a new node into the list.
    -protected  voidaddNodeAfter(AbstractLinkedList.Node node, - java.lang.Object value) - -
    -          Creates a new node with the specified object as its - value and inserts it after node.
    -protected  voidaddNodeBefore(AbstractLinkedList.Node node, - java.lang.Object value) - -
    -          Creates a new node with the specified object as its - value and inserts it before node.
    - voidclear() - -
    -           
    - booleancontains(java.lang.Object value) - -
    -           
    - booleancontainsAll(java.util.Collection coll) - -
    -           
    -protected  AbstractLinkedList.NodecreateHeaderNode() - -
    -          Creates a new node with previous, next and element all set to null.
    -protected  AbstractLinkedList.NodecreateNode(java.lang.Object value) - -
    -          Creates a new node with the specified properties.
    -protected  java.util.IteratorcreateSubListIterator(AbstractLinkedList.LinkedSubList subList) - -
    -          Creates an iterator for the sublist.
    -protected  java.util.ListIteratorcreateSubListListIterator(AbstractLinkedList.LinkedSubList subList, - int fromIndex) - -
    -          Creates a list iterator for the sublist.
    -protected  voiddoReadObject(java.io.ObjectInputStream inputStream) - -
    -          Deserializes the data held in this object to the stream specified.
    -protected  voiddoWriteObject(java.io.ObjectOutputStream outputStream) - -
    -          Serializes the data held in this object to the stream specified.
    - booleanequals(java.lang.Object obj) - -
    -           
    - java.lang.Objectget(int index) - -
    -           
    - java.lang.ObjectgetFirst() - -
    -           
    - java.lang.ObjectgetLast() - -
    -           
    -protected  AbstractLinkedList.NodegetNode(int index, - boolean endMarkerAllowed) - -
    -          Gets the node at a particular index.
    - inthashCode() - -
    -           
    - intindexOf(java.lang.Object value) - -
    -           
    -protected  voidinit() - -
    + hold a value.
    +protected  intmodCount + +
    +          Modification count for iterators
    +protected  intsize + +
    +          The size of the list
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractLinkedList() + +
    +          Constructor that does nothing intended for deserialization.
    +protected AbstractLinkedList(java.util.Collection coll) + +
    +          Constructs a list copying data from the specified collection.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    + voidadd(int index, + java.lang.Object value) + +
    +           
    + booleanadd(java.lang.Object value) + +
    +           
    + booleanaddAll(java.util.Collection coll) + +
    +           
    + booleanaddAll(int index, + java.util.Collection coll) + +
    +           
    + booleanaddFirst(java.lang.Object o) + +
    +           
    + booleanaddLast(java.lang.Object o) + +
    +           
    +protected  voidaddNode(AbstractLinkedList.Node nodeToInsert, + AbstractLinkedList.Node insertBeforeNode) + +
    +          Inserts a new node into the list.
    +protected  voidaddNodeAfter(AbstractLinkedList.Node node, + java.lang.Object value) + +
    +          Creates a new node with the specified object as its + value and inserts it after node.
    +protected  voidaddNodeBefore(AbstractLinkedList.Node node, + java.lang.Object value) + +
    +          Creates a new node with the specified object as its + value and inserts it before node.
    + voidclear() + +
    +           
    + booleancontains(java.lang.Object value) + +
    +           
    + booleancontainsAll(java.util.Collection coll) + +
    +           
    +protected  AbstractLinkedList.NodecreateHeaderNode() + +
    +          Creates a new node with previous, next and element all set to null.
    +protected  AbstractLinkedList.NodecreateNode(java.lang.Object value) + +
    +          Creates a new node with the specified properties.
    +protected  java.util.IteratorcreateSubListIterator(AbstractLinkedList.LinkedSubList subList) + +
    +          Creates an iterator for the sublist.
    +protected  java.util.ListIteratorcreateSubListListIterator(AbstractLinkedList.LinkedSubList subList, + int fromIndex) + +
    +          Creates a list iterator for the sublist.
    +protected  voiddoReadObject(java.io.ObjectInputStream inputStream) + +
    +          Deserializes the data held in this object to the stream specified.
    +protected  voiddoWriteObject(java.io.ObjectOutputStream outputStream) + +
    +          Serializes the data held in this object to the stream specified.
    + booleanequals(java.lang.Object obj) + +
    +           
    + java.lang.Objectget(int index) + +
    +           
    + java.lang.ObjectgetFirst() + +
    +           
    + java.lang.ObjectgetLast() + +
    +           
    +protected  AbstractLinkedList.NodegetNode(int index, + boolean endMarkerAllowed) + +
    +          Gets the node at a particular index.
    + inthashCode() + +
    +           
    + intindexOf(java.lang.Object value) + +
    +           
    +protected  voidinit() + +
              The equivalent of a default constructor, broken out so it can be called - by any constructor and by readObject.
    - booleanisEmpty() - -
    -           
    -protected  booleanisEqualValue(java.lang.Object value1, - java.lang.Object value2) - -
    -          Compares two values for equals.
    - java.util.Iteratoriterator() - -
    -           
    - intlastIndexOf(java.lang.Object value) - -
    -           
    - java.util.ListIteratorlistIterator() - -
    -           
    - java.util.ListIteratorlistIterator(int fromIndex) - -
    -           
    - java.lang.Objectremove(int index) - -
    -           
    - booleanremove(java.lang.Object value) - -
    -           
    - booleanremoveAll(java.util.Collection coll) - -
    -           
    -protected  voidremoveAllNodes() - -
    -          Removes all nodes by resetting the circular list marker.
    - java.lang.ObjectremoveFirst() - -
    -           
    - java.lang.ObjectremoveLast() - -
    -           
    -protected  voidremoveNode(AbstractLinkedList.Node node) - -
    -          Removes the specified node from the list.
    - booleanretainAll(java.util.Collection coll) - -
    -           
    - java.lang.Objectset(int index, - java.lang.Object value) - -
    -           
    - intsize() - -
    -           
    - java.util.ListsubList(int fromIndexInclusive, - int toIndexExclusive) - -
    -          Gets a sublist of the main list.
    - java.lang.Object[]toArray() - -
    -           
    - java.lang.Object[]toArray(java.lang.Object[] array) - -
    -           
    - java.lang.StringtoString() - -
    -           
    -protected  voidupdateNode(AbstractLinkedList.Node node, - java.lang.Object value) - -
    -          Updates the node with a new value.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -header

    -
    -protected transient AbstractLinkedList.Node header
    -
    + by any constructor and by readObject.
    + booleanisEmpty() + +
    +           
    +protected  booleanisEqualValue(java.lang.Object value1, + java.lang.Object value2) + +
    +          Compares two values for equals.
    + java.util.Iteratoriterator() + +
    +           
    + intlastIndexOf(java.lang.Object value) + +
    +           
    + java.util.ListIteratorlistIterator() + +
    +           
    + java.util.ListIteratorlistIterator(int fromIndex) + +
    +           
    + java.lang.Objectremove(int index) + +
    +           
    + booleanremove(java.lang.Object value) + +
    +           
    + booleanremoveAll(java.util.Collection coll) + +
    +           
    +protected  voidremoveAllNodes() + +
    +          Removes all nodes by resetting the circular list marker.
    + java.lang.ObjectremoveFirst() + +
    +           
    + java.lang.ObjectremoveLast() + +
    +           
    +protected  voidremoveNode(AbstractLinkedList.Node node) + +
    +          Removes the specified node from the list.
    + booleanretainAll(java.util.Collection coll) + +
    +           
    + java.lang.Objectset(int index, + java.lang.Object value) + +
    +           
    + intsize() + +
    +           
    + java.util.ListsubList(int fromIndexInclusive, + int toIndexExclusive) + +
    +          Gets a sublist of the main list.
    + java.lang.Object[]toArray() + +
    +           
    + java.lang.Object[]toArray(java.lang.Object[] array) + +
    +           
    + java.lang.StringtoString() + +
    +           
    +protected  voidupdateNode(AbstractLinkedList.Node node, + java.lang.Object value) + +
    +          Updates the node with a new value.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +header

    +
    +protected transient AbstractLinkedList.Node header
    +
    A AbstractLinkedList.Node which indicates the start and end of the list and does not hold a value. The value of next is the first item in the - list. The value of of previous is the last item in the list. -

    -

    -
    -
    -
    - -

    -size

    -
    -protected transient int size
    -
    -
    The size of the list -

    -

    -
    -
    -
    - -

    -modCount

    -
    -protected transient int modCount
    -
    -
    Modification count for iterators -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractLinkedList

    -
    -protected AbstractLinkedList()
    -
    + list. The value of of previous is the last item in the list. +

    +

    +
    +
    +
    + +

    +size

    +
    +protected transient int size
    +
    +
    The size of the list +

    +

    +
    +
    +
    + +

    +modCount

    +
    +protected transient int modCount
    +
    +
    Modification count for iterators +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractLinkedList

    +
    +protected AbstractLinkedList()
    +
    Constructor that does nothing intended for deserialization.

    If this constructor is used by a serializable subclass then the init() - method must be called. -

    -

    -
    - -

    -AbstractLinkedList

    -
    -protected AbstractLinkedList(java.util.Collection coll)
    -
    -
    Constructs a list copying data from the specified collection. -

    -

    -
    Parameters:
    coll - the collection to copy
    -
    - - - - - - - - -
    -Method Detail
    - -

    -init

    -
    -protected void init()
    -
    + method must be called. +

    +

    +
    + +

    +AbstractLinkedList

    +
    +protected AbstractLinkedList(java.util.Collection coll)
    +
    +
    Constructs a list copying data from the specified collection. +

    +

    +
    Parameters:
    coll - the collection to copy
    +
    + + + + + + + + +
    +Method Detail
    + +

    +init

    +
    +protected void init()
    +
    The equivalent of a default constructor, broken out so it can be called by any constructor and by readObject. Subclasses which override this method should make sure they call super, - so the list is initialised properly. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    -
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    -
    Specified by:
    isEmpty in interface java.util.Collection
    Specified by:
    isEmpty in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(int index)
    -
    -
    -
    Specified by:
    get in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator()
    -
    -
    -
    Specified by:
    listIterator in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator(int fromIndex)
    -
    -
    -
    Specified by:
    listIterator in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -indexOf

    -
    -public int indexOf(java.lang.Object value)
    -
    -
    -
    Specified by:
    indexOf in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -lastIndexOf

    -
    -public int lastIndexOf(java.lang.Object value)
    -
    -
    -
    Specified by:
    lastIndexOf in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -contains

    -
    -public boolean contains(java.lang.Object value)
    -
    -
    -
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -containsAll

    -
    -public boolean containsAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    containsAll in interface java.util.Collection
    Specified by:
    containsAll in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray()
    -
    -
    -
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray(java.lang.Object[] array)
    -
    -
    -
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -subList

    -
    -public java.util.List subList(int fromIndexInclusive,
    -                              int toIndexExclusive)
    -
    -
    Gets a sublist of the main list. -

    -

    -
    Specified by:
    subList in interface java.util.List
    -
    -
    -
    Parameters:
    fromIndexInclusive - the index to start from
    toIndexExclusive - the index to end at -
    Returns:
    the new sublist
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object value)
    -
    -
    -
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public void add(int index,
    -                java.lang.Object value)
    -
    -
    -
    Specified by:
    add in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(int index,
    -                      java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(int index)
    -
    -
    -
    Specified by:
    remove in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object value)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public java.lang.Object set(int index,
    -                            java.lang.Object value)
    -
    -
    -
    Specified by:
    set in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -getFirst

    -
    -public java.lang.Object getFirst()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -getLast

    -
    -public java.lang.Object getLast()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -addFirst

    -
    -public boolean addFirst(java.lang.Object o)
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -addLast

    -
    -public boolean addLast(java.lang.Object o)
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -removeFirst

    -
    -public java.lang.Object removeFirst()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -removeLast

    -
    -public java.lang.Object removeLast()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    -
    -
    Specified by:
    equals in interface java.util.Collection
    Specified by:
    equals in interface java.util.List
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    -
    Specified by:
    hashCode in interface java.util.Collection
    Specified by:
    hashCode in interface java.util.List
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -isEqualValue

    -
    -protected boolean isEqualValue(java.lang.Object value1,
    -                               java.lang.Object value2)
    -
    + so the list is initialised properly. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    +
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    +
    Specified by:
    isEmpty in interface java.util.Collection
    Specified by:
    isEmpty in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(int index)
    +
    +
    +
    Specified by:
    get in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator()
    +
    +
    +
    Specified by:
    listIterator in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator(int fromIndex)
    +
    +
    +
    Specified by:
    listIterator in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(java.lang.Object value)
    +
    +
    +
    Specified by:
    indexOf in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public int lastIndexOf(java.lang.Object value)
    +
    +
    +
    Specified by:
    lastIndexOf in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(java.lang.Object value)
    +
    +
    +
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +containsAll

    +
    +public boolean containsAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    containsAll in interface java.util.Collection
    Specified by:
    containsAll in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray()
    +
    +
    +
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray(java.lang.Object[] array)
    +
    +
    +
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +subList

    +
    +public java.util.List subList(int fromIndexInclusive,
    +                              int toIndexExclusive)
    +
    +
    Gets a sublist of the main list. +

    +

    +
    Specified by:
    subList in interface java.util.List
    +
    +
    +
    Parameters:
    fromIndexInclusive - the index to start from
    toIndexExclusive - the index to end at +
    Returns:
    the new sublist
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object value)
    +
    +
    +
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(int index,
    +                java.lang.Object value)
    +
    +
    +
    Specified by:
    add in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(int index,
    +                      java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(int index)
    +
    +
    +
    Specified by:
    remove in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object value)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public java.lang.Object set(int index,
    +                            java.lang.Object value)
    +
    +
    +
    Specified by:
    set in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +getFirst

    +
    +public java.lang.Object getFirst()
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +getLast

    +
    +public java.lang.Object getLast()
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +addFirst

    +
    +public boolean addFirst(java.lang.Object o)
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +addLast

    +
    +public boolean addLast(java.lang.Object o)
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +removeFirst

    +
    +public java.lang.Object removeFirst()
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +removeLast

    +
    +public java.lang.Object removeLast()
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    +
    Specified by:
    equals in interface java.util.Collection
    Specified by:
    equals in interface java.util.List
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    +
    Specified by:
    hashCode in interface java.util.Collection
    Specified by:
    hashCode in interface java.util.List
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +isEqualValue

    +
    +protected boolean isEqualValue(java.lang.Object value1,
    +                               java.lang.Object value2)
    +
    Compares two values for equals. This implementation uses the equals method. - Subclasses can override this to match differently. -

    -

    -
    -
    -
    -
    Parameters:
    value1 - the first value to compare, may be null
    value2 - the second value to compare, may be null -
    Returns:
    true if equal
    -
    -
    -
    - -

    -updateNode

    -
    -protected void updateNode(AbstractLinkedList.Node node,
    -                          java.lang.Object value)
    -
    + Subclasses can override this to match differently. +

    +

    +
    +
    +
    +
    Parameters:
    value1 - the first value to compare, may be null
    value2 - the second value to compare, may be null +
    Returns:
    true if equal
    +
    +
    +
    + +

    +updateNode

    +
    +protected void updateNode(AbstractLinkedList.Node node,
    +                          java.lang.Object value)
    +
    Updates the node with a new value. This implementation sets the value on the node. - Subclasses can override this to record the change. -

    -

    -
    -
    -
    -
    Parameters:
    node - node to update
    value - new value of the node
    -
    -
    -
    - -

    -createHeaderNode

    -
    -protected AbstractLinkedList.Node createHeaderNode()
    -
    + Subclasses can override this to record the change. +

    +

    +
    +
    +
    +
    Parameters:
    node - node to update
    value - new value of the node
    +
    +
    +
    + +

    +createHeaderNode

    +
    +protected AbstractLinkedList.Node createHeaderNode()
    +
    Creates a new node with previous, next and element all set to null. This implementation creates a new empty Node. - Subclasses can override this to create a different class. -

    -

    -
    -
    -
    - -
    Returns:
    newly created node
    -
    -
    -
    - -

    -createNode

    -
    -protected AbstractLinkedList.Node createNode(java.lang.Object value)
    -
    + Subclasses can override this to create a different class. +

    +

    +
    +
    +
    + +
    Returns:
    newly created node
    +
    +
    +
    + +

    +createNode

    +
    +protected AbstractLinkedList.Node createNode(java.lang.Object value)
    +
    Creates a new node with the specified properties. This implementation creates a new Node with data. - Subclasses can override this to create a different class. -

    -

    -
    -
    -
    -
    Parameters:
    value - value of the new node
    -
    -
    -
    - -

    -addNodeBefore

    -
    -protected void addNodeBefore(AbstractLinkedList.Node node,
    -                             java.lang.Object value)
    -
    -
    Creates a new node with the specified object as its + Subclasses can override this to create a different class. +

    +

    +
    +
    +
    +
    Parameters:
    value - value of the new node
    +
    +
    +
    + +

    +addNodeBefore

    +
    +protected void addNodeBefore(AbstractLinkedList.Node node,
    +                             java.lang.Object value)
    +
    +
    Creates a new node with the specified object as its value and inserts it before node.

    This implementation uses createNode(Object) and - addNode(AbstractLinkedList.Node,AbstractLinkedList.Node). -

    -

    -
    -
    -
    -
    Parameters:
    node - node to insert before
    value - value of the newly added node -
    Throws: -
    java.lang.NullPointerException - if node is null
    -
    -
    -
    - -

    -addNodeAfter

    -
    -protected void addNodeAfter(AbstractLinkedList.Node node,
    -                            java.lang.Object value)
    -
    -
    Creates a new node with the specified object as its + addNode(AbstractLinkedList.Node,AbstractLinkedList.Node). +

    +

    +
    +
    +
    +
    Parameters:
    node - node to insert before
    value - value of the newly added node +
    Throws: +
    java.lang.NullPointerException - if node is null
    +
    +
    +
    + +

    +addNodeAfter

    +
    +protected void addNodeAfter(AbstractLinkedList.Node node,
    +                            java.lang.Object value)
    +
    +
    Creates a new node with the specified object as its value and inserts it after node.

    This implementation uses createNode(Object) and - addNode(AbstractLinkedList.Node,AbstractLinkedList.Node). -

    -

    -
    -
    -
    -
    Parameters:
    node - node to insert after
    value - value of the newly added node -
    Throws: -
    java.lang.NullPointerException - if node is null
    -
    -
    -
    - -

    -addNode

    -
    -protected void addNode(AbstractLinkedList.Node nodeToInsert,
    -                       AbstractLinkedList.Node insertBeforeNode)
    -
    -
    Inserts a new node into the list. -

    -

    -
    -
    -
    -
    Parameters:
    nodeToInsert - new node to insert
    insertBeforeNode - node to insert before -
    Throws: -
    java.lang.NullPointerException - if either node is null
    -
    -
    -
    - -

    -removeNode

    -
    -protected void removeNode(AbstractLinkedList.Node node)
    -
    -
    Removes the specified node from the list. -

    -

    -
    -
    -
    -
    Parameters:
    node - the node to remove -
    Throws: -
    java.lang.NullPointerException - if node is null
    -
    -
    -
    - -

    -removeAllNodes

    -
    -protected void removeAllNodes()
    -
    -
    Removes all nodes by resetting the circular list marker. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -getNode

    -
    -protected AbstractLinkedList.Node getNode(int index,
    -                                          boolean endMarkerAllowed)
    -                                   throws java.lang.IndexOutOfBoundsException
    -
    -
    Gets the node at a particular index. -

    -

    -
    -
    -
    + addNode(AbstractLinkedList.Node,AbstractLinkedList.Node). +

    +

    +
    +
    +
    +
    Parameters:
    node - node to insert after
    value - value of the newly added node +
    Throws: +
    java.lang.NullPointerException - if node is null
    +
    +
    +
    + +

    +addNode

    +
    +protected void addNode(AbstractLinkedList.Node nodeToInsert,
    +                       AbstractLinkedList.Node insertBeforeNode)
    +
    +
    Inserts a new node into the list. +

    +

    +
    +
    +
    +
    Parameters:
    nodeToInsert - new node to insert
    insertBeforeNode - node to insert before +
    Throws: +
    java.lang.NullPointerException - if either node is null
    +
    +
    +
    + +

    +removeNode

    +
    +protected void removeNode(AbstractLinkedList.Node node)
    +
    +
    Removes the specified node from the list. +

    +

    +
    +
    +
    +
    Parameters:
    node - the node to remove +
    Throws: +
    java.lang.NullPointerException - if node is null
    +
    +
    +
    + +

    +removeAllNodes

    +
    +protected void removeAllNodes()
    +
    +
    Removes all nodes by resetting the circular list marker. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +getNode

    +
    +protected AbstractLinkedList.Node getNode(int index,
    +                                          boolean endMarkerAllowed)
    +                                   throws java.lang.IndexOutOfBoundsException
    +
    +
    Gets the node at a particular index. +

    +

    +
    +
    +
    Parameters:
    index - the index, starting from 0
    endMarkerAllowed - whether or not the end marker can be returned if - startIndex is set to the list's size -
    Throws: + startIndex is set to the list's size +
    Throws:
    java.lang.IndexOutOfBoundsException - if the index is less than 0; equal to the size of the list and endMakerAllowed is false; or greater than the - size of the list
    -
    -
    -
    - -

    -createSubListIterator

    -
    -protected java.util.Iterator createSubListIterator(AbstractLinkedList.LinkedSubList subList)
    -
    -
    Creates an iterator for the sublist. -

    -

    -
    -
    -
    -
    Parameters:
    subList - the sublist to get an iterator for
    -
    -
    -
    - -

    -createSubListListIterator

    -
    -protected java.util.ListIterator createSubListListIterator(AbstractLinkedList.LinkedSubList subList,
    -                                                           int fromIndex)
    -
    -
    Creates a list iterator for the sublist. -

    -

    -
    -
    -
    -
    Parameters:
    subList - the sublist to get an iterator for
    fromIndex - the index to start from, relative to the sublist
    -
    -
    -
    - -

    -doWriteObject

    -
    -protected void doWriteObject(java.io.ObjectOutputStream outputStream)
    -                      throws java.io.IOException
    -
    + size of the list
    +
    +
    +
    + +

    +createSubListIterator

    +
    +protected java.util.Iterator createSubListIterator(AbstractLinkedList.LinkedSubList subList)
    +
    +
    Creates an iterator for the sublist. +

    +

    +
    +
    +
    +
    Parameters:
    subList - the sublist to get an iterator for
    +
    +
    +
    + +

    +createSubListListIterator

    +
    +protected java.util.ListIterator createSubListListIterator(AbstractLinkedList.LinkedSubList subList,
    +                                                           int fromIndex)
    +
    +
    Creates a list iterator for the sublist. +

    +

    +
    +
    +
    +
    Parameters:
    subList - the sublist to get an iterator for
    fromIndex - the index to start from, relative to the sublist
    +
    +
    +
    + +

    +doWriteObject

    +
    +protected void doWriteObject(java.io.ObjectOutputStream outputStream)
    +                      throws java.io.IOException
    +
    Serializes the data held in this object to the stream specified.

    The first serializable subclass must call this method from - writeObject. -

    -

    -
    -
    -
    - -
    Throws: -
    java.io.IOException
    -
    -
    -
    - -

    -doReadObject

    -
    -protected void doReadObject(java.io.ObjectInputStream inputStream)
    -                     throws java.io.IOException,
    -                            java.lang.ClassNotFoundException
    -
    + writeObject. +

    +

    +
    +
    +
    + +
    Throws: +
    java.io.IOException
    +
    +
    +
    + +

    +doReadObject

    +
    +protected void doReadObject(java.io.ObjectInputStream inputStream)
    +                     throws java.io.IOException,
    +                            java.lang.ClassNotFoundException
    +
    Deserializes the data held in this object to the stream specified.

    The first serializable subclass must call this method from - readObject. -

    -

    -
    -
    -
    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + readObject. +

    +

    +
    +
    +
    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractListDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractListDecorator.html index 01f5e1e..429da0d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractListDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractListDecorator.html @@ -1,571 +1,571 @@ - - - - - - - -AbstractListDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class AbstractListDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.list.AbstractListDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.List
    -
    -
    -
    Direct Known Subclasses:
    AbstractSerializableListDecorator
    -
    -
    -
    -
    public abstract class AbstractListDecorator
    extends AbstractCollectionDecorator
    implements java.util.List
    - - -

    + + + + + + + +AbstractListDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.list +
    +Class AbstractListDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.list.AbstractListDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.List
    +
    +
    +
    Direct Known Subclasses:
    AbstractSerializableListDecorator
    +
    +
    +
    +
    public abstract class AbstractListDecorator
    extends AbstractCollectionDecorator
    implements java.util.List
    + + +

    Decorates another List to provide additional behaviour.

    - Methods are forwarded directly to the decorated list. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractListDecorator() - -
    -          Constructor only used in deserialization, do not use otherwise.
    -protected AbstractListDecorator(java.util.List list) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(int index, - java.lang.Object object) - -
    -           
    - booleanaddAll(int index, - java.util.Collection coll) - -
    -           
    - java.lang.Objectget(int index) - -
    -           
    -protected  java.util.ListgetList() - -
    -          Gets the list being decorated.
    - intindexOf(java.lang.Object object) - -
    -           
    - intlastIndexOf(java.lang.Object object) - -
    -           
    - java.util.ListIteratorlistIterator() - -
    -           
    - java.util.ListIteratorlistIterator(int index) - -
    -           
    - java.lang.Objectremove(int index) - -
    -           
    - java.lang.Objectset(int index, - java.lang.Object object) - -
    -           
    - java.util.ListsubList(int fromIndex, - int toIndex) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.List
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractListDecorator

    -
    -protected AbstractListDecorator()
    -
    -
    Constructor only used in deserialization, do not use otherwise. -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -

    -AbstractListDecorator

    -
    -protected AbstractListDecorator(java.util.List list)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    list - the list to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getList

    -
    -protected java.util.List getList()
    -
    -
    Gets the list being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated list
    -
    -
    -
    - -

    -add

    -
    -public void add(int index,
    -                java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(int index,
    -                      java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(int index)
    -
    -
    -
    Specified by:
    get in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -indexOf

    -
    -public int indexOf(java.lang.Object object)
    -
    -
    -
    Specified by:
    indexOf in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -lastIndexOf

    -
    -public int lastIndexOf(java.lang.Object object)
    -
    -
    -
    Specified by:
    lastIndexOf in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator()
    -
    -
    -
    Specified by:
    listIterator in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator(int index)
    -
    -
    -
    Specified by:
    listIterator in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(int index)
    -
    -
    -
    Specified by:
    remove in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public java.lang.Object set(int index,
    -                            java.lang.Object object)
    -
    -
    -
    Specified by:
    set in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -subList

    -
    -public java.util.List subList(int fromIndex,
    -                              int toIndex)
    -
    -
    -
    Specified by:
    subList in interface java.util.List
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Methods are forwarded directly to the decorated list. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractListDecorator() + +
    +          Constructor only used in deserialization, do not use otherwise.
    +protected AbstractListDecorator(java.util.List list) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(int index, + java.lang.Object object) + +
    +           
    + booleanaddAll(int index, + java.util.Collection coll) + +
    +           
    + java.lang.Objectget(int index) + +
    +           
    +protected  java.util.ListgetList() + +
    +          Gets the list being decorated.
    + intindexOf(java.lang.Object object) + +
    +           
    + intlastIndexOf(java.lang.Object object) + +
    +           
    + java.util.ListIteratorlistIterator() + +
    +           
    + java.util.ListIteratorlistIterator(int index) + +
    +           
    + java.lang.Objectremove(int index) + +
    +           
    + java.lang.Objectset(int index, + java.lang.Object object) + +
    +           
    + java.util.ListsubList(int fromIndex, + int toIndex) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.List
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractListDecorator

    +
    +protected AbstractListDecorator()
    +
    +
    Constructor only used in deserialization, do not use otherwise. +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +

    +AbstractListDecorator

    +
    +protected AbstractListDecorator(java.util.List list)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    list - the list to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getList

    +
    +protected java.util.List getList()
    +
    +
    Gets the list being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated list
    +
    +
    +
    + +

    +add

    +
    +public void add(int index,
    +                java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(int index,
    +                      java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(int index)
    +
    +
    +
    Specified by:
    get in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(java.lang.Object object)
    +
    +
    +
    Specified by:
    indexOf in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public int lastIndexOf(java.lang.Object object)
    +
    +
    +
    Specified by:
    lastIndexOf in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator()
    +
    +
    +
    Specified by:
    listIterator in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator(int index)
    +
    +
    +
    Specified by:
    listIterator in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(int index)
    +
    +
    +
    Specified by:
    remove in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public java.lang.Object set(int index,
    +                            java.lang.Object object)
    +
    +
    +
    Specified by:
    set in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +subList

    +
    +public java.util.List subList(int fromIndex,
    +                              int toIndex)
    +
    +
    +
    Specified by:
    subList in interface java.util.List
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractSerializableListDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractSerializableListDecorator.html index 3f5eeb6..8781160 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractSerializableListDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/AbstractSerializableListDecorator.html @@ -1,289 +1,289 @@ - - - - - - - -AbstractSerializableListDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class AbstractSerializableListDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.list.AbstractListDecorator
    -          extended by org.apache.commons.collections.list.AbstractSerializableListDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    -
    -
    -
    Direct Known Subclasses:
    FixedSizeList, GrowthList, LazyList, SetUniqueList, UnmodifiableList
    -
    -
    -
    -
    public abstract class AbstractSerializableListDecorator
    extends AbstractListDecorator
    implements java.io.Serializable
    - - -

    -Serializable subclass of AbstractListDecorator. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractSerializableListDecorator(java.util.List list) - -
    -          Constructor.
    -  - - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.list.AbstractListDecorator
    add, addAll, get, getList, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.List
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractSerializableListDecorator

    -
    -protected AbstractSerializableListDecorator(java.util.List list)
    -
    -
    Constructor. -

    -

    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractSerializableListDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.list +
    +Class AbstractSerializableListDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.list.AbstractListDecorator
    +          extended by org.apache.commons.collections.list.AbstractSerializableListDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    +
    +
    +
    Direct Known Subclasses:
    FixedSizeList, GrowthList, LazyList, SetUniqueList, UnmodifiableList
    +
    +
    +
    +
    public abstract class AbstractSerializableListDecorator
    extends AbstractListDecorator
    implements java.io.Serializable
    + + +

    +Serializable subclass of AbstractListDecorator. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractSerializableListDecorator(java.util.List list) + +
    +          Constructor.
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.list.AbstractListDecorator
    add, addAll, get, getList, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.List
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractSerializableListDecorator

    +
    +protected AbstractSerializableListDecorator(java.util.List list)
    +
    +
    Constructor. +

    +

    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/CursorableLinkedList.Cursor.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/CursorableLinkedList.Cursor.html index e0eae67..f6083d0 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/CursorableLinkedList.Cursor.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/CursorableLinkedList.Cursor.html @@ -1,476 +1,476 @@ - - - - - - - -CursorableLinkedList.Cursor (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class CursorableLinkedList.Cursor

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    -      extended by org.apache.commons.collections.list.CursorableLinkedList.Cursor
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, OrderedIterator
    -
    -
    -
    Direct Known Subclasses:
    CursorableLinkedList.SubCursor
    -
    -
    -
    Enclosing class:
    CursorableLinkedList
    -
    -
    -
    -
    public static class CursorableLinkedList.Cursor
    extends AbstractLinkedList.LinkedListIterator
    - - -

    + + + + + + + +CursorableLinkedList.Cursor (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.list +
    +Class CursorableLinkedList.Cursor

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    +      extended by org.apache.commons.collections.list.CursorableLinkedList.Cursor
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, OrderedIterator
    +
    +
    +
    Direct Known Subclasses:
    CursorableLinkedList.SubCursor
    +
    +
    +
    Enclosing class:
    CursorableLinkedList
    +
    +
    +
    +
    public static class CursorableLinkedList.Cursor
    extends AbstractLinkedList.LinkedListIterator
    + + +

    An extended ListIterator that allows concurrent changes to - the underlying list. -

    - -

    -


    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    current, expectedModCount, next, nextIndex, parent
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected CursorableLinkedList.Cursor(CursorableLinkedList parent, - int index) - -
    -          Constructs a new cursor.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(java.lang.Object obj) - -
    -          Adds an object to the list.
    -protected  voidcheckModCount() - -
    -          Override superclass modCount check, and replace it with our valid flag.
    - voidclose() - -
    -          Mark this cursor as no longer being needed.
    - intnextIndex() - -
    -          Gets the index of the next element to be returned.
    -protected  voidnodeChanged(AbstractLinkedList.Node node) - -
    -          Handle event from the list when a node has changed.
    -protected  voidnodeInserted(AbstractLinkedList.Node node) - -
    -          Handle event from the list when a node has been added.
    -protected  voidnodeRemoved(AbstractLinkedList.Node node) - -
    -          Handle event from the list when a node has been removed.
    - voidremove() - -
    -          Removes the item last returned by this iterator.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    getLastNodeReturned, hasNext, hasPrevious, next, previous, previousIndex, set
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -CursorableLinkedList.Cursor

    -
    -protected CursorableLinkedList.Cursor(CursorableLinkedList parent,
    -                                      int index)
    -
    -
    Constructs a new cursor. -

    -

    -
    Parameters:
    index - the index to start from
    -
    - - - - - - - - -
    -Method Detail
    - -

    -remove

    -
    -public void remove()
    -
    + the underlying list. +

    + +

    +


    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    current, expectedModCount, next, nextIndex, parent
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected CursorableLinkedList.Cursor(CursorableLinkedList parent, + int index) + +
    +          Constructs a new cursor.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(java.lang.Object obj) + +
    +          Adds an object to the list.
    +protected  voidcheckModCount() + +
    +          Override superclass modCount check, and replace it with our valid flag.
    + voidclose() + +
    +          Mark this cursor as no longer being needed.
    + intnextIndex() + +
    +          Gets the index of the next element to be returned.
    +protected  voidnodeChanged(AbstractLinkedList.Node node) + +
    +          Handle event from the list when a node has changed.
    +protected  voidnodeInserted(AbstractLinkedList.Node node) + +
    +          Handle event from the list when a node has been added.
    +protected  voidnodeRemoved(AbstractLinkedList.Node node) + +
    +          Handle event from the list when a node has been removed.
    + voidremove() + +
    +          Removes the item last returned by this iterator.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    getLastNodeReturned, hasNext, hasPrevious, next, previous, previousIndex, set
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +CursorableLinkedList.Cursor

    +
    +protected CursorableLinkedList.Cursor(CursorableLinkedList parent,
    +                                      int index)
    +
    +
    Constructs a new cursor. +

    +

    +
    Parameters:
    index - the index to start from
    +
    + + + + + + + + +
    +Method Detail
    + +

    +remove

    +
    +public void remove()
    +
    Removes the item last returned by this iterator.

    There may have been subsequent alterations to the list since you obtained this item, however you can still remove it. You can even remove it if the item is no longer in the main list. However, you can't call this method on the same iterator more - than once without calling next() or previous(). -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    Overrides:
    remove in class AbstractLinkedList.LinkedListIterator
    -
    -
    - -
    Throws: -
    java.lang.IllegalStateException - if there is no item to remove
    -
    -
    -
    - -

    -add

    -
    -public void add(java.lang.Object obj)
    -
    + than once without calling next() or previous(). +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    Overrides:
    remove in class AbstractLinkedList.LinkedListIterator
    +
    +
    + +
    Throws: +
    java.lang.IllegalStateException - if there is no item to remove
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Object obj)
    +
    Adds an object to the list. - The object added here will be the new 'previous' in the iterator. -

    -

    -
    Specified by:
    add in interface java.util.ListIterator
    Overrides:
    add in class AbstractLinkedList.LinkedListIterator
    -
    -
    -
    Parameters:
    obj - the object to add
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    Gets the index of the next element to be returned. -

    -

    -
    Specified by:
    nextIndex in interface java.util.ListIterator
    Overrides:
    nextIndex in class AbstractLinkedList.LinkedListIterator
    -
    -
    - -
    Returns:
    the next index
    -
    -
    -
    - -

    -nodeChanged

    -
    -protected void nodeChanged(AbstractLinkedList.Node node)
    -
    -
    Handle event from the list when a node has changed. -

    -

    -
    Parameters:
    node - the node that changed
    -
    -
    -
    - -

    -nodeRemoved

    -
    -protected void nodeRemoved(AbstractLinkedList.Node node)
    -
    -
    Handle event from the list when a node has been removed. -

    -

    -
    Parameters:
    node - the node that was removed
    -
    -
    -
    - -

    -nodeInserted

    -
    -protected void nodeInserted(AbstractLinkedList.Node node)
    -
    -
    Handle event from the list when a node has been added. -

    -

    -
    Parameters:
    node - the node that was added
    -
    -
    -
    - -

    -checkModCount

    -
    -protected void checkModCount()
    -
    -
    Override superclass modCount check, and replace it with our valid flag. -

    -

    -
    Overrides:
    checkModCount in class AbstractLinkedList.LinkedListIterator
    -
    -
    -
    -
    -
    -
    - -

    -close

    -
    -public void close()
    -
    + The object added here will be the new 'previous' in the iterator. +

    +

    +
    Specified by:
    add in interface java.util.ListIterator
    Overrides:
    add in class AbstractLinkedList.LinkedListIterator
    +
    +
    +
    Parameters:
    obj - the object to add
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    Gets the index of the next element to be returned. +

    +

    +
    Specified by:
    nextIndex in interface java.util.ListIterator
    Overrides:
    nextIndex in class AbstractLinkedList.LinkedListIterator
    +
    +
    + +
    Returns:
    the next index
    +
    +
    +
    + +

    +nodeChanged

    +
    +protected void nodeChanged(AbstractLinkedList.Node node)
    +
    +
    Handle event from the list when a node has changed. +

    +

    +
    Parameters:
    node - the node that changed
    +
    +
    +
    + +

    +nodeRemoved

    +
    +protected void nodeRemoved(AbstractLinkedList.Node node)
    +
    +
    Handle event from the list when a node has been removed. +

    +

    +
    Parameters:
    node - the node that was removed
    +
    +
    +
    + +

    +nodeInserted

    +
    +protected void nodeInserted(AbstractLinkedList.Node node)
    +
    +
    Handle event from the list when a node has been added. +

    +

    +
    Parameters:
    node - the node that was added
    +
    +
    +
    + +

    +checkModCount

    +
    +protected void checkModCount()
    +
    +
    Override superclass modCount check, and replace it with our valid flag. +

    +

    +
    Overrides:
    checkModCount in class AbstractLinkedList.LinkedListIterator
    +
    +
    +
    +
    +
    +
    + +

    +close

    +
    +public void close()
    +
    Mark this cursor as no longer being needed. Any resources associated with this cursor are immediately released. In previous versions of this class, it was mandatory to close all cursor objects to avoid memory leaks. It is no longer necessary to call this close method; an instance of this class - can now be treated exactly like a normal iterator. -

    -

    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + can now be treated exactly like a normal iterator. +

    +

    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/CursorableLinkedList.SubCursor.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/CursorableLinkedList.SubCursor.html index 1cdbf04..d9881b9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/CursorableLinkedList.SubCursor.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/CursorableLinkedList.SubCursor.html @@ -1,451 +1,451 @@ - - - - - - - -CursorableLinkedList.SubCursor (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class CursorableLinkedList.SubCursor

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    -      extended by org.apache.commons.collections.list.CursorableLinkedList.Cursor
    -          extended by org.apache.commons.collections.list.CursorableLinkedList.SubCursor
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, OrderedIterator
    -
    -
    -
    Enclosing class:
    CursorableLinkedList
    -
    -
    -
    -
    protected static class CursorableLinkedList.SubCursor
    extends CursorableLinkedList.Cursor
    - - -

    -A cursor for the sublist based on LinkedSubListIterator. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.2
    -
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  AbstractLinkedList.LinkedSubListsub - -
    -          The parent list
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    current, expectedModCount, next, nextIndex, parent
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected CursorableLinkedList.SubCursor(AbstractLinkedList.LinkedSubList sub, - int index) - -
    -          Constructs a new cursor.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(java.lang.Object obj) - -
    -          Adds an object to the list.
    - booleanhasNext() - -
    -           
    - booleanhasPrevious() - -
    -          Checks to see if there is a previous element that can be iterated to.
    - intnextIndex() - -
    -          Gets the index of the next element to be returned.
    - voidremove() - -
    -          Removes the item last returned by this iterator.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.list.CursorableLinkedList.Cursor
    checkModCount, close, nodeChanged, nodeInserted, nodeRemoved
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    getLastNodeReturned, next, previous, previousIndex, set
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -sub

    -
    -protected final AbstractLinkedList.LinkedSubList sub
    -
    -
    The parent list -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -CursorableLinkedList.SubCursor

    -
    -protected CursorableLinkedList.SubCursor(AbstractLinkedList.LinkedSubList sub,
    -                                         int index)
    -
    -
    Constructs a new cursor. -

    -

    -
    Parameters:
    index - the index to start from
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    -
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    Overrides:
    hasNext in class AbstractLinkedList.LinkedListIterator
    -
    -
    -
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    Description copied from interface: OrderedIterator
    -
    Checks to see if there is a previous element that can be iterated to. -

    -

    -
    Specified by:
    hasPrevious in interface java.util.ListIterator
    Specified by:
    hasPrevious in interface OrderedIterator
    Overrides:
    hasPrevious in class AbstractLinkedList.LinkedListIterator
    -
    -
    - -
    Returns:
    true if the iterator has a previous element
    -
    -
    -
    - -

    -nextIndex

    -
    -public int nextIndex()
    -
    -
    Description copied from class: CursorableLinkedList.Cursor
    -
    Gets the index of the next element to be returned. -

    -

    -
    Specified by:
    nextIndex in interface java.util.ListIterator
    Overrides:
    nextIndex in class CursorableLinkedList.Cursor
    -
    -
    - -
    Returns:
    the next index
    -
    -
    -
    - -

    -add

    -
    -public void add(java.lang.Object obj)
    -
    -
    Description copied from class: CursorableLinkedList.Cursor
    + + + + + + + +CursorableLinkedList.SubCursor (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.list +
    +Class CursorableLinkedList.SubCursor

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    +      extended by org.apache.commons.collections.list.CursorableLinkedList.Cursor
    +          extended by org.apache.commons.collections.list.CursorableLinkedList.SubCursor
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator, OrderedIterator
    +
    +
    +
    Enclosing class:
    CursorableLinkedList
    +
    +
    +
    +
    protected static class CursorableLinkedList.SubCursor
    extends CursorableLinkedList.Cursor
    + + +

    +A cursor for the sublist based on LinkedSubListIterator. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.2
    +
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  AbstractLinkedList.LinkedSubListsub + +
    +          The parent list
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    current, expectedModCount, next, nextIndex, parent
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected CursorableLinkedList.SubCursor(AbstractLinkedList.LinkedSubList sub, + int index) + +
    +          Constructs a new cursor.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(java.lang.Object obj) + +
    +          Adds an object to the list.
    + booleanhasNext() + +
    +           
    + booleanhasPrevious() + +
    +          Checks to see if there is a previous element that can be iterated to.
    + intnextIndex() + +
    +          Gets the index of the next element to be returned.
    + voidremove() + +
    +          Removes the item last returned by this iterator.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.list.CursorableLinkedList.Cursor
    checkModCount, close, nodeChanged, nodeInserted, nodeRemoved
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
    getLastNodeReturned, next, previous, previousIndex, set
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +sub

    +
    +protected final AbstractLinkedList.LinkedSubList sub
    +
    +
    The parent list +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +CursorableLinkedList.SubCursor

    +
    +protected CursorableLinkedList.SubCursor(AbstractLinkedList.LinkedSubList sub,
    +                                         int index)
    +
    +
    Constructs a new cursor. +

    +

    +
    Parameters:
    index - the index to start from
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    +
    Specified by:
    hasNext in interface java.util.Iterator
    Specified by:
    hasNext in interface java.util.ListIterator
    Overrides:
    hasNext in class AbstractLinkedList.LinkedListIterator
    +
    +
    +
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    Description copied from interface: OrderedIterator
    +
    Checks to see if there is a previous element that can be iterated to. +

    +

    +
    Specified by:
    hasPrevious in interface java.util.ListIterator
    Specified by:
    hasPrevious in interface OrderedIterator
    Overrides:
    hasPrevious in class AbstractLinkedList.LinkedListIterator
    +
    +
    + +
    Returns:
    true if the iterator has a previous element
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    Description copied from class: CursorableLinkedList.Cursor
    +
    Gets the index of the next element to be returned. +

    +

    +
    Specified by:
    nextIndex in interface java.util.ListIterator
    Overrides:
    nextIndex in class CursorableLinkedList.Cursor
    +
    +
    + +
    Returns:
    the next index
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Object obj)
    +
    +
    Description copied from class: CursorableLinkedList.Cursor
    Adds an object to the list. - The object added here will be the new 'previous' in the iterator. -

    -

    -
    Specified by:
    add in interface java.util.ListIterator
    Overrides:
    add in class CursorableLinkedList.Cursor
    -
    -
    -
    Parameters:
    obj - the object to add
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    Description copied from class: CursorableLinkedList.Cursor
    + The object added here will be the new 'previous' in the iterator. +

    +

    +
    Specified by:
    add in interface java.util.ListIterator
    Overrides:
    add in class CursorableLinkedList.Cursor
    +
    +
    +
    Parameters:
    obj - the object to add
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    Description copied from class: CursorableLinkedList.Cursor
    Removes the item last returned by this iterator.

    There may have been subsequent alterations to the list since you obtained this item, however you can still remove it. You can even remove it if the item is no longer in the main list. However, you can't call this method on the same iterator more - than once without calling next() or previous(). -

    -

    -
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    Overrides:
    remove in class CursorableLinkedList.Cursor
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + than once without calling next() or previous(). +

    +

    +
    Specified by:
    remove in interface java.util.Iterator
    Specified by:
    remove in interface java.util.ListIterator
    Overrides:
    remove in class CursorableLinkedList.Cursor
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/CursorableLinkedList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/CursorableLinkedList.html index 36ecabd..f1f370c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/CursorableLinkedList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/CursorableLinkedList.html @@ -1,108 +1,108 @@ - - - - - - - -CursorableLinkedList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class CursorableLinkedList

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.list.AbstractLinkedList
    -      extended by org.apache.commons.collections.list.CursorableLinkedList
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    -
    -
    -
    -
    public class CursorableLinkedList
    extends AbstractLinkedList
    implements java.io.Serializable
    - - -

    + + + + + + + +CursorableLinkedList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.list +
    +Class CursorableLinkedList

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.list.AbstractLinkedList
    +      extended by org.apache.commons.collections.list.CursorableLinkedList
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    +
    +
    +
    +
    public class CursorableLinkedList
    extends AbstractLinkedList
    implements java.io.Serializable
    + + +

    A List implementation with a ListIterator that allows concurrent modifications to the underlying list.

    @@ -123,378 +123,378 @@ A List implementation with a ListIterator that For most purposes, simply modify the iterator and list at will, and then let the garbage collector to the rest.

    - Note that this implementation is not synchronized. -

    - -

    -

    -
    Since:
    -
    Commons Collections 1.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Rodney Waldhoff, Janek Bogucki, Simon Kitching, Stephen Colebourne
    -
    See Also:
    LinkedList, -Serialized Form
    -
    - -

    - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Nested Class Summary
    -static classCursorableLinkedList.Cursor - -
    + Note that this implementation is not synchronized. +

    + +

    +

    +
    Since:
    +
    Commons Collections 1.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Rodney Waldhoff, Janek Bogucki, Simon Kitching, Stephen Colebourne
    +
    See Also:
    LinkedList, +Serialized Form
    +
    + +

    + + + + + + + + + + - - - - - -
    +Nested Class Summary
    +static classCursorableLinkedList.Cursor + +
              An extended ListIterator that allows concurrent changes to - the underlying list.
    -protected static classCursorableLinkedList.SubCursor - -
    -          A cursor for the sublist based on LinkedSubListIterator.
    - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.list.AbstractLinkedList
    AbstractLinkedList.LinkedListIterator, AbstractLinkedList.LinkedSubList, AbstractLinkedList.LinkedSubListIterator, AbstractLinkedList.Node
    -  - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.Listcursors - -
    -          A list of the cursor currently open on this list
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.list.AbstractLinkedList
    header, modCount, size
    -  - - - - - - - - - - - - - -
    -Constructor Summary
    CursorableLinkedList() - -
    -          Constructor that creates.
    CursorableLinkedList(java.util.Collection coll) - -
    -          Constructor that copies the specified collection
    -  - - - - - - - - - - - - - - + + + + + +
    -Method Summary
    -protected  voidaddNode(AbstractLinkedList.Node nodeToInsert, - AbstractLinkedList.Node insertBeforeNode) - -
    -          Inserts a new node into the list.
    -protected  voidbroadcastNodeChanged(AbstractLinkedList.Node node) - -
    + the underlying list.
    +protected static classCursorableLinkedList.SubCursor + +
    +          A cursor for the sublist based on LinkedSubListIterator.
    + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.list.AbstractLinkedList
    AbstractLinkedList.LinkedListIterator, AbstractLinkedList.LinkedSubList, AbstractLinkedList.LinkedSubListIterator, AbstractLinkedList.Node
    +  + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.Listcursors + +
    +          A list of the cursor currently open on this list
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.list.AbstractLinkedList
    header, modCount, size
    +  + + + + + + + + + + + + + +
    +Constructor Summary
    CursorableLinkedList() + +
    +          Constructor that creates.
    CursorableLinkedList(java.util.Collection coll) + +
    +          Constructor that copies the specified collection
    +  + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    +protected  voidaddNode(AbstractLinkedList.Node nodeToInsert, + AbstractLinkedList.Node insertBeforeNode) + +
    +          Inserts a new node into the list.
    +protected  voidbroadcastNodeChanged(AbstractLinkedList.Node node) + +
              Informs all of my registered cursors that the specified - element was changed.
    -protected  voidbroadcastNodeInserted(AbstractLinkedList.Node node) - -
    + element was changed.
    +protected  voidbroadcastNodeInserted(AbstractLinkedList.Node node) + +
              Informs all of my registered cursors that the specified - element was just added to my list.
    -protected  voidbroadcastNodeRemoved(AbstractLinkedList.Node node) - -
    + element was just added to my list.
    +protected  voidbroadcastNodeRemoved(AbstractLinkedList.Node node) + +
              Informs all of my registered cursors that the specified - element was just removed from my list.
    -protected  java.util.ListIteratorcreateSubListListIterator(AbstractLinkedList.LinkedSubList subList, - int fromIndex) - -
    -          Creates a list iterator for the sublist.
    - CursorableLinkedList.Cursorcursor() - -
    -          Returns a CursorableLinkedList.Cursor for iterating through the elements of this list.
    - CursorableLinkedList.Cursorcursor(int fromIndex) - -
    + element was just removed from my list.
    +protected  java.util.ListIteratorcreateSubListListIterator(AbstractLinkedList.LinkedSubList subList, + int fromIndex) + +
    +          Creates a list iterator for the sublist.
    + CursorableLinkedList.Cursorcursor() + +
    +          Returns a CursorableLinkedList.Cursor for iterating through the elements of this list.
    + CursorableLinkedList.Cursorcursor(int fromIndex) + +
              Returns a CursorableLinkedList.Cursor for iterating through the elements of this list - starting from a specified index.
    -protected  voidinit() - -
    + starting from a specified index.
    +protected  voidinit() + +
              The equivalent of a default constructor called - by any constructor and by readObject.
    - java.util.Iteratoriterator() - -
    -          Returns an iterator that does not support concurrent modification.
    - java.util.ListIteratorlistIterator() - -
    -          Returns a cursor iterator that allows changes to the underlying list in parallel.
    - java.util.ListIteratorlistIterator(int fromIndex) - -
    -          Returns a cursor iterator that allows changes to the underlying list in parallel.
    -protected  voidregisterCursor(CursorableLinkedList.Cursor cursor) - -
    -          Registers a cursor to be notified of changes to this list.
    -protected  voidremoveAllNodes() - -
    -          Removes all nodes by iteration.
    -protected  voidremoveNode(AbstractLinkedList.Node node) - -
    -          Removes the specified node from the list.
    -protected  voidunregisterCursor(CursorableLinkedList.Cursor cursor) - -
    -          Deregisters a cursor from the list to be notified of changes.
    -protected  voidupdateNode(AbstractLinkedList.Node node, - java.lang.Object value) - -
    -          Updates the node with a new value.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.list.AbstractLinkedList
    add, add, addAll, addAll, addFirst, addLast, addNodeAfter, addNodeBefore, clear, contains, containsAll, createHeaderNode, createNode, createSubListIterator, doReadObject, doWriteObject, equals, get, getFirst, getLast, getNode, hashCode, indexOf, isEmpty, isEqualValue, lastIndexOf, remove, remove, removeAll, removeFirst, removeLast, retainAll, set, size, subList, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -cursors

    -
    -protected transient java.util.List cursors
    -
    -
    A list of the cursor currently open on this list -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -CursorableLinkedList

    -
    -public CursorableLinkedList()
    -
    -
    Constructor that creates. -

    -

    -
    - -

    -CursorableLinkedList

    -
    -public CursorableLinkedList(java.util.Collection coll)
    -
    -
    Constructor that copies the specified collection -

    -

    -
    Parameters:
    coll - the collection to copy
    -
    - - - - - - - - -
    -Method Detail
    - -

    -init

    -
    -protected void init()
    -
    + by any constructor and by readObject.
    + java.util.Iteratoriterator() + +
    +          Returns an iterator that does not support concurrent modification.
    + java.util.ListIteratorlistIterator() + +
    +          Returns a cursor iterator that allows changes to the underlying list in parallel.
    + java.util.ListIteratorlistIterator(int fromIndex) + +
    +          Returns a cursor iterator that allows changes to the underlying list in parallel.
    +protected  voidregisterCursor(CursorableLinkedList.Cursor cursor) + +
    +          Registers a cursor to be notified of changes to this list.
    +protected  voidremoveAllNodes() + +
    +          Removes all nodes by iteration.
    +protected  voidremoveNode(AbstractLinkedList.Node node) + +
    +          Removes the specified node from the list.
    +protected  voidunregisterCursor(CursorableLinkedList.Cursor cursor) + +
    +          Deregisters a cursor from the list to be notified of changes.
    +protected  voidupdateNode(AbstractLinkedList.Node node, + java.lang.Object value) + +
    +          Updates the node with a new value.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.list.AbstractLinkedList
    add, add, addAll, addAll, addFirst, addLast, addNodeAfter, addNodeBefore, clear, contains, containsAll, createHeaderNode, createNode, createSubListIterator, doReadObject, doWriteObject, equals, get, getFirst, getLast, getNode, hashCode, indexOf, isEmpty, isEqualValue, lastIndexOf, remove, remove, removeAll, removeFirst, removeLast, retainAll, set, size, subList, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +cursors

    +
    +protected transient java.util.List cursors
    +
    +
    A list of the cursor currently open on this list +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +CursorableLinkedList

    +
    +public CursorableLinkedList()
    +
    +
    Constructor that creates. +

    +

    +
    + +

    +CursorableLinkedList

    +
    +public CursorableLinkedList(java.util.Collection coll)
    +
    +
    Constructor that copies the specified collection +

    +

    +
    Parameters:
    coll - the collection to copy
    +
    + + + + + + + + +
    +Method Detail
    + +

    +init

    +
    +protected void init()
    +
    The equivalent of a default constructor called - by any constructor and by readObject. -

    -

    -
    Overrides:
    init in class AbstractLinkedList
    -
    -
    -
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    + by any constructor and by readObject. +

    +

    +
    Overrides:
    init in class AbstractLinkedList
    +
    +
    +
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    Returns an iterator that does not support concurrent modification.

    If the underlying list is modified while iterating using this iterator a ConcurrentModificationException will occur. - The cursor behaviour is available via listIterator(). -

    -

    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    Overrides:
    iterator in class AbstractLinkedList
    -
    -
    - -
    Returns:
    a new iterator that does not support concurrent modification
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator()
    -
    + The cursor behaviour is available via listIterator(). +

    +

    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    Overrides:
    iterator in class AbstractLinkedList
    +
    +
    + +
    Returns:
    a new iterator that does not support concurrent modification
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator()
    +
    Returns a cursor iterator that allows changes to the underlying list in parallel.

    The cursor enables iteration and list changes to occur in any order without @@ -505,23 +505,23 @@ public java.util.ListIterator listIterator() When the "current" (i.e., last returned by ListIterator.next() or ListIterator.previous()) element of the list is removed, the cursor automatically adjusts to the change (invalidating the - last returned value such that it cannot be removed). -

    -

    -
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class AbstractLinkedList
    -
    -
    - -
    Returns:
    a new cursor iterator
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator(int fromIndex)
    -
    + last returned value such that it cannot be removed). +

    +

    +
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class AbstractLinkedList
    +
    +
    + +
    Returns:
    a new cursor iterator
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator(int fromIndex)
    +
    Returns a cursor iterator that allows changes to the underlying list in parallel.

    The cursor enables iteration and list changes to occur in any order without @@ -532,23 +532,23 @@ public java.util.ListIterator listIterator(int fromIndex) When the "current" (i.e., last returned by ListIterator.next() or ListIterator.previous()) element of the list is removed, the cursor automatically adjusts to the change (invalidating the - last returned value such that it cannot be removed). -

    -

    -
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class AbstractLinkedList
    -
    -
    -
    Parameters:
    fromIndex - the index to start from -
    Returns:
    a new cursor iterator
    -
    -
    -
    - -

    -cursor

    -
    -public CursorableLinkedList.Cursor cursor()
    -
    + last returned value such that it cannot be removed). +

    +

    +
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class AbstractLinkedList
    +
    +
    +
    Parameters:
    fromIndex - the index to start from +
    Returns:
    a new cursor iterator
    +
    +
    +
    + +

    +cursor

    +
    +public CursorableLinkedList.Cursor cursor()
    +
    Returns a CursorableLinkedList.Cursor for iterating through the elements of this list.

    A Cursor is a ListIterator with an additional @@ -567,23 +567,23 @@ public listIterator() method returns the same as this method, and can - be cast to a Cursor if the close method is required. -

    -

    -
    -
    -
    - -
    Returns:
    a new cursor iterator
    -
    -
    -
    - -

    -cursor

    -
    -public CursorableLinkedList.Cursor cursor(int fromIndex)
    -
    + be cast to a Cursor if the close method is required. +

    +

    +
    +
    +
    + +
    Returns:
    a new cursor iterator
    +
    +
    +
    + +

    +cursor

    +
    +public CursorableLinkedList.Cursor cursor(int fromIndex)
    +
    Returns a CursorableLinkedList.Cursor for iterating through the elements of this list starting from a specified index.

    @@ -603,252 +603,252 @@ public listIterator(int) method returns the same as this method, and can - be cast to a Cursor if the close method is required. -

    -

    -
    -
    -
    -
    Parameters:
    fromIndex - the index to start from -
    Returns:
    a new cursor iterator -
    Throws: + be cast to a Cursor if the close method is required. +

    +

    +
    +
    +
    +
    Parameters:
    fromIndex - the index to start from +
    Returns:
    a new cursor iterator +
    Throws:
    java.lang.IndexOutOfBoundsException - if the index is out of range - (index < 0 || index > size()).
    -
    -
    -
    - -

    -updateNode

    -
    -protected void updateNode(AbstractLinkedList.Node node,
    -                          java.lang.Object value)
    -
    + (index < 0 || index > size()).
    +
    +
    +
    + +

    +updateNode

    +
    +protected void updateNode(AbstractLinkedList.Node node,
    +                          java.lang.Object value)
    +
    Updates the node with a new value. This implementation sets the value on the node. - Subclasses can override this to record the change. -

    -

    -
    Overrides:
    updateNode in class AbstractLinkedList
    -
    -
    -
    Parameters:
    node - node to update
    value - new value of the node
    -
    -
    -
    - -

    -addNode

    -
    -protected void addNode(AbstractLinkedList.Node nodeToInsert,
    -                       AbstractLinkedList.Node insertBeforeNode)
    -
    -
    Inserts a new node into the list. -

    -

    -
    Overrides:
    addNode in class AbstractLinkedList
    -
    -
    -
    Parameters:
    nodeToInsert - new node to insert
    insertBeforeNode - node to insert before -
    Throws: -
    java.lang.NullPointerException - if either node is null
    -
    -
    -
    - -

    -removeNode

    -
    -protected void removeNode(AbstractLinkedList.Node node)
    -
    -
    Removes the specified node from the list. -

    -

    -
    Overrides:
    removeNode in class AbstractLinkedList
    -
    -
    -
    Parameters:
    node - the node to remove -
    Throws: -
    java.lang.NullPointerException - if node is null
    -
    -
    -
    - -

    -removeAllNodes

    -
    -protected void removeAllNodes()
    -
    -
    Removes all nodes by iteration. -

    -

    -
    Overrides:
    removeAllNodes in class AbstractLinkedList
    -
    -
    -
    -
    -
    -
    - -

    -registerCursor

    -
    -protected void registerCursor(CursorableLinkedList.Cursor cursor)
    -
    -
    Registers a cursor to be notified of changes to this list. -

    -

    -
    -
    -
    -
    Parameters:
    cursor - the cursor to register
    -
    -
    -
    - -

    -unregisterCursor

    -
    -protected void unregisterCursor(CursorableLinkedList.Cursor cursor)
    -
    -
    Deregisters a cursor from the list to be notified of changes. -

    -

    -
    -
    -
    -
    Parameters:
    cursor - the cursor to deregister
    -
    -
    -
    - -

    -broadcastNodeChanged

    -
    -protected void broadcastNodeChanged(AbstractLinkedList.Node node)
    -
    + Subclasses can override this to record the change. +

    +

    +
    Overrides:
    updateNode in class AbstractLinkedList
    +
    +
    +
    Parameters:
    node - node to update
    value - new value of the node
    +
    +
    +
    + +

    +addNode

    +
    +protected void addNode(AbstractLinkedList.Node nodeToInsert,
    +                       AbstractLinkedList.Node insertBeforeNode)
    +
    +
    Inserts a new node into the list. +

    +

    +
    Overrides:
    addNode in class AbstractLinkedList
    +
    +
    +
    Parameters:
    nodeToInsert - new node to insert
    insertBeforeNode - node to insert before +
    Throws: +
    java.lang.NullPointerException - if either node is null
    +
    +
    +
    + +

    +removeNode

    +
    +protected void removeNode(AbstractLinkedList.Node node)
    +
    +
    Removes the specified node from the list. +

    +

    +
    Overrides:
    removeNode in class AbstractLinkedList
    +
    +
    +
    Parameters:
    node - the node to remove +
    Throws: +
    java.lang.NullPointerException - if node is null
    +
    +
    +
    + +

    +removeAllNodes

    +
    +protected void removeAllNodes()
    +
    +
    Removes all nodes by iteration. +

    +

    +
    Overrides:
    removeAllNodes in class AbstractLinkedList
    +
    +
    +
    +
    +
    +
    + +

    +registerCursor

    +
    +protected void registerCursor(CursorableLinkedList.Cursor cursor)
    +
    +
    Registers a cursor to be notified of changes to this list. +

    +

    +
    +
    +
    +
    Parameters:
    cursor - the cursor to register
    +
    +
    +
    + +

    +unregisterCursor

    +
    +protected void unregisterCursor(CursorableLinkedList.Cursor cursor)
    +
    +
    Deregisters a cursor from the list to be notified of changes. +

    +

    +
    +
    +
    +
    Parameters:
    cursor - the cursor to deregister
    +
    +
    +
    + +

    +broadcastNodeChanged

    +
    +protected void broadcastNodeChanged(AbstractLinkedList.Node node)
    +
    Informs all of my registered cursors that the specified - element was changed. -

    -

    -
    -
    -
    -
    Parameters:
    node - the node that was changed
    -
    -
    -
    - -

    -broadcastNodeRemoved

    -
    -protected void broadcastNodeRemoved(AbstractLinkedList.Node node)
    -
    + element was changed. +

    +

    +
    +
    +
    +
    Parameters:
    node - the node that was changed
    +
    +
    +
    + +

    +broadcastNodeRemoved

    +
    +protected void broadcastNodeRemoved(AbstractLinkedList.Node node)
    +
    Informs all of my registered cursors that the specified - element was just removed from my list. -

    -

    -
    -
    -
    -
    Parameters:
    node - the node that was changed
    -
    -
    -
    - -

    -broadcastNodeInserted

    -
    -protected void broadcastNodeInserted(AbstractLinkedList.Node node)
    -
    + element was just removed from my list. +

    +

    +
    +
    +
    +
    Parameters:
    node - the node that was changed
    +
    +
    +
    + +

    +broadcastNodeInserted

    +
    +protected void broadcastNodeInserted(AbstractLinkedList.Node node)
    +
    Informs all of my registered cursors that the specified - element was just added to my list. -

    -

    -
    -
    -
    -
    Parameters:
    node - the node that was changed
    -
    -
    -
    - -

    -createSubListListIterator

    -
    -protected java.util.ListIterator createSubListListIterator(AbstractLinkedList.LinkedSubList subList,
    -                                                           int fromIndex)
    -
    -
    Creates a list iterator for the sublist. -

    -

    -
    Overrides:
    createSubListListIterator in class AbstractLinkedList
    -
    -
    -
    Parameters:
    subList - the sublist to get an iterator for
    fromIndex - the index to start from, relative to the sublist
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + element was just added to my list. +

    +

    +
    +
    +
    +
    Parameters:
    node - the node that was changed
    +
    + +
    + +

    +createSubListListIterator

    +
    +protected java.util.ListIterator createSubListListIterator(AbstractLinkedList.LinkedSubList subList,
    +                                                           int fromIndex)
    +
    +
    Creates a list iterator for the sublist. +

    +

    +
    Overrides:
    createSubListListIterator in class AbstractLinkedList
    +
    +
    +
    Parameters:
    subList - the sublist to get an iterator for
    fromIndex - the index to start from, relative to the sublist
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/FixedSizeList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/FixedSizeList.html index c004111..6811027 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/FixedSizeList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/FixedSizeList.html @@ -1,776 +1,776 @@ - - - - - - - -FixedSizeList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class FixedSizeList

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.list.AbstractListDecorator
    -          extended by org.apache.commons.collections.list.AbstractSerializableListDecorator
    -              extended by org.apache.commons.collections.list.FixedSizeList
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List, BoundedCollection
    -
    -
    -
    -
    public class FixedSizeList
    extends AbstractSerializableListDecorator
    implements BoundedCollection
    - - -

    + + + + + + + +FixedSizeList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.list +
    +Class FixedSizeList

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.list.AbstractListDecorator
    +          extended by org.apache.commons.collections.list.AbstractSerializableListDecorator
    +              extended by org.apache.commons.collections.list.FixedSizeList
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List, BoundedCollection
    +
    +
    +
    +
    public class FixedSizeList
    extends AbstractSerializableListDecorator
    implements BoundedCollection
    + + +

    Decorates another List to fix the size preventing add/remove.

    The add, remove, clear and retain operations are unsupported. The set method is allowed (as it doesn't change the list size).

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Paul Jack
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected FixedSizeList(java.util.List list) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(int index, - java.lang.Object object) - -
    -           
    - booleanadd(java.lang.Object object) - -
    -           
    - booleanaddAll(java.util.Collection coll) - -
    -           
    - booleanaddAll(int index, - java.util.Collection coll) - -
    -           
    - voidclear() - -
    -           
    -static java.util.Listdecorate(java.util.List list) - -
    -          Factory method to create a fixed size list.
    - java.lang.Objectget(int index) - -
    -           
    - intindexOf(java.lang.Object object) - -
    -           
    - booleanisFull() - -
    -          Returns true if this collection is full and no new elements can be added.
    - java.util.Iteratoriterator() - -
    -           
    - intlastIndexOf(java.lang.Object object) - -
    -           
    - java.util.ListIteratorlistIterator() - -
    -           
    - java.util.ListIteratorlistIterator(int index) - -
    -           
    - intmaxSize() - -
    -          Gets the maximum size of the collection (the bound).
    - java.lang.Objectremove(int index) - -
    -           
    - booleanremove(java.lang.Object object) - -
    -           
    - booleanremoveAll(java.util.Collection coll) - -
    -           
    - booleanretainAll(java.util.Collection coll) - -
    -           
    - java.lang.Objectset(int index, - java.lang.Object object) - -
    -           
    - java.util.ListsubList(int fromIndex, - int toIndex) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.list.AbstractListDecorator
    getList
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray
    - - - - - - - -
    Methods inherited from interface java.util.List
    contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -FixedSizeList

    -
    -protected FixedSizeList(java.util.List list)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    list - the list to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.List decorate(java.util.List list)
    -
    -
    Factory method to create a fixed size list. -

    -

    -
    -
    -
    -
    Parameters:
    list - the list to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list is null
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public void add(int index,
    -                java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(int index,
    -                      java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.List
    Overrides:
    clear in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(int index)
    -
    -
    -
    Specified by:
    get in interface java.util.List
    Overrides:
    get in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -indexOf

    -
    -public int indexOf(java.lang.Object object)
    -
    -
    -
    Specified by:
    indexOf in interface java.util.List
    Overrides:
    indexOf in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    Overrides:
    iterator in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -lastIndexOf

    -
    -public int lastIndexOf(java.lang.Object object)
    -
    -
    -
    Specified by:
    lastIndexOf in interface java.util.List
    Overrides:
    lastIndexOf in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator()
    -
    -
    -
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator(int index)
    -
    -
    -
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(int index)
    -
    -
    -
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.List
    Overrides:
    removeAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.List
    Overrides:
    retainAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public java.lang.Object set(int index,
    -                            java.lang.Object object)
    -
    -
    -
    Specified by:
    set in interface java.util.List
    Overrides:
    set in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -subList

    -
    -public java.util.List subList(int fromIndex,
    -                              int toIndex)
    -
    -
    -
    Specified by:
    subList in interface java.util.List
    Overrides:
    subList in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -isFull

    -
    -public boolean isFull()
    -
    -
    Description copied from interface: BoundedCollection
    -
    Returns true if this collection is full and no new elements can be added. -

    -

    -
    Specified by:
    isFull in interface BoundedCollection
    -
    -
    - -
    Returns:
    true if the collection is full
    -
    -
    -
    - -

    -maxSize

    -
    -public int maxSize()
    -
    -
    Description copied from interface: BoundedCollection
    -
    Gets the maximum size of the collection (the bound). -

    -

    -
    Specified by:
    maxSize in interface BoundedCollection
    -
    -
    - -
    Returns:
    the maximum number of elements the collection can hold
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Paul Jack
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected FixedSizeList(java.util.List list) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(int index, + java.lang.Object object) + +
    +           
    + booleanadd(java.lang.Object object) + +
    +           
    + booleanaddAll(java.util.Collection coll) + +
    +           
    + booleanaddAll(int index, + java.util.Collection coll) + +
    +           
    + voidclear() + +
    +           
    +static java.util.Listdecorate(java.util.List list) + +
    +          Factory method to create a fixed size list.
    + java.lang.Objectget(int index) + +
    +           
    + intindexOf(java.lang.Object object) + +
    +           
    + booleanisFull() + +
    +          Returns true if this collection is full and no new elements can be added.
    + java.util.Iteratoriterator() + +
    +           
    + intlastIndexOf(java.lang.Object object) + +
    +           
    + java.util.ListIteratorlistIterator() + +
    +           
    + java.util.ListIteratorlistIterator(int index) + +
    +           
    + intmaxSize() + +
    +          Gets the maximum size of the collection (the bound).
    + java.lang.Objectremove(int index) + +
    +           
    + booleanremove(java.lang.Object object) + +
    +           
    + booleanremoveAll(java.util.Collection coll) + +
    +           
    + booleanretainAll(java.util.Collection coll) + +
    +           
    + java.lang.Objectset(int index, + java.lang.Object object) + +
    +           
    + java.util.ListsubList(int fromIndex, + int toIndex) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.list.AbstractListDecorator
    getList
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray
    + + + + + + + +
    Methods inherited from interface java.util.List
    contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +FixedSizeList

    +
    +protected FixedSizeList(java.util.List list)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    list - the list to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.List decorate(java.util.List list)
    +
    +
    Factory method to create a fixed size list. +

    +

    +
    +
    +
    +
    Parameters:
    list - the list to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list is null
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(int index,
    +                java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(int index,
    +                      java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.List
    Overrides:
    clear in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(int index)
    +
    +
    +
    Specified by:
    get in interface java.util.List
    Overrides:
    get in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(java.lang.Object object)
    +
    +
    +
    Specified by:
    indexOf in interface java.util.List
    Overrides:
    indexOf in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    Overrides:
    iterator in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public int lastIndexOf(java.lang.Object object)
    +
    +
    +
    Specified by:
    lastIndexOf in interface java.util.List
    Overrides:
    lastIndexOf in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator()
    +
    +
    +
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator(int index)
    +
    +
    +
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(int index)
    +
    +
    +
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.List
    Overrides:
    removeAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.List
    Overrides:
    retainAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public java.lang.Object set(int index,
    +                            java.lang.Object object)
    +
    +
    +
    Specified by:
    set in interface java.util.List
    Overrides:
    set in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +subList

    +
    +public java.util.List subList(int fromIndex,
    +                              int toIndex)
    +
    +
    +
    Specified by:
    subList in interface java.util.List
    Overrides:
    subList in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +isFull

    +
    +public boolean isFull()
    +
    +
    Description copied from interface: BoundedCollection
    +
    Returns true if this collection is full and no new elements can be added. +

    +

    +
    Specified by:
    isFull in interface BoundedCollection
    +
    +
    + +
    Returns:
    true if the collection is full
    +
    +
    +
    + +

    +maxSize

    +
    +public int maxSize()
    +
    +
    Description copied from interface: BoundedCollection
    +
    Gets the maximum size of the collection (the bound). +

    +

    +
    Specified by:
    maxSize in interface BoundedCollection
    +
    +
    + +
    Returns:
    the maximum number of elements the collection can hold
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/GrowthList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/GrowthList.html index 382a1f8..170ade9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/GrowthList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/GrowthList.html @@ -1,110 +1,110 @@ - - - - - - - -GrowthList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class GrowthList

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.list.AbstractListDecorator
    -          extended by org.apache.commons.collections.list.AbstractSerializableListDecorator
    -              extended by org.apache.commons.collections.list.GrowthList
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    -
    -
    -
    -
    public class GrowthList
    extends AbstractSerializableListDecorator
    - - -

    + + + + + + + +GrowthList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.list +
    +Class GrowthList

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.list.AbstractListDecorator
    +          extended by org.apache.commons.collections.list.AbstractSerializableListDecorator
    +              extended by org.apache.commons.collections.list.GrowthList
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    +
    +
    +
    +
    public class GrowthList
    extends AbstractSerializableListDecorator
    + + +

    Decorates another List to make it seamlessly grow when indices larger than the list size are used on add and set, avoiding most IndexOutOfBoundsExceptions. @@ -129,236 +129,236 @@ Decorates another List to make it seamlessly grow when

    This class differs from LazyList because here growth occurs on set and add, where LazyList grows on get. However, they - can be used together by decorating twice. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.2
    -
    Version:
    -
    $Revision: 155406 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Paul Legato
    -
    See Also:
    LazyList, -Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - - - - - - - - - -
    -Constructor Summary
    - GrowthList() - -
    -          Constructor that uses an ArrayList internally.
    - GrowthList(int initialSize) - -
    -          Constructor that uses an ArrayList internally.
    -protected GrowthList(java.util.List list) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(int index, - java.lang.Object element) - -
    -          Decorate the add method to perform the growth behaviour.
    - booleanaddAll(int index, - java.util.Collection coll) - -
    -          Decorate the addAll method to perform the growth behaviour.
    -static java.util.Listdecorate(java.util.List list) - -
    -          Factory method to create a growth list.
    - java.lang.Objectset(int index, - java.lang.Object element) - -
    -          Decorate the set method to perform the growth behaviour.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.list.AbstractListDecorator
    get, getList, indexOf, lastIndexOf, listIterator, listIterator, remove, subList
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.List
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -GrowthList

    -
    -public GrowthList()
    -
    -
    Constructor that uses an ArrayList internally. -

    -

    -
    - -

    -GrowthList

    -
    -public GrowthList(int initialSize)
    -
    -
    Constructor that uses an ArrayList internally. -

    -

    -
    Parameters:
    initialSize - the initial size of the ArrayList -
    Throws: -
    java.lang.IllegalArgumentException - if initial size is invalid
    -
    -
    - -

    -GrowthList

    -
    -protected GrowthList(java.util.List list)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    list - the list to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.List decorate(java.util.List list)
    -
    -
    Factory method to create a growth list. -

    -

    -
    Parameters:
    list - the list to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list is null
    -
    -
    -
    - -

    -add

    -
    -public void add(int index,
    -                java.lang.Object element)
    -
    + can be used together by decorating twice. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.2
    +
    Version:
    +
    $Revision: 155406 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Paul Legato
    +
    See Also:
    LazyList, +Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    + GrowthList() + +
    +          Constructor that uses an ArrayList internally.
    + GrowthList(int initialSize) + +
    +          Constructor that uses an ArrayList internally.
    +protected GrowthList(java.util.List list) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(int index, + java.lang.Object element) + +
    +          Decorate the add method to perform the growth behaviour.
    + booleanaddAll(int index, + java.util.Collection coll) + +
    +          Decorate the addAll method to perform the growth behaviour.
    +static java.util.Listdecorate(java.util.List list) + +
    +          Factory method to create a growth list.
    + java.lang.Objectset(int index, + java.lang.Object element) + +
    +          Decorate the set method to perform the growth behaviour.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.list.AbstractListDecorator
    get, getList, indexOf, lastIndexOf, listIterator, listIterator, remove, subList
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.List
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +GrowthList

    +
    +public GrowthList()
    +
    +
    Constructor that uses an ArrayList internally. +

    +

    +
    + +

    +GrowthList

    +
    +public GrowthList(int initialSize)
    +
    +
    Constructor that uses an ArrayList internally. +

    +

    +
    Parameters:
    initialSize - the initial size of the ArrayList +
    Throws: +
    java.lang.IllegalArgumentException - if initial size is invalid
    +
    +
    + +

    +GrowthList

    +
    +protected GrowthList(java.util.List list)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    list - the list to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.List decorate(java.util.List list)
    +
    +
    Factory method to create a growth list. +

    +

    +
    Parameters:
    list - the list to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list is null
    +
    +
    +
    + +

    +add

    +
    +public void add(int index,
    +                java.lang.Object element)
    +
    Decorate the add method to perform the growth behaviour.

    If the requested index is greater than the current size, the list will @@ -368,27 +368,27 @@ public void add(int index, If the index is less than the current size, the value will be added to the underlying list directly. If the index is less than zero, the underlying list is called, which - will probably throw an IndexOutOfBoundsException. -

    -

    -
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class AbstractListDecorator
    -
    -
    -
    Parameters:
    index - the index to add at
    element - the object to add at the specified index -
    Throws: -
    java.lang.UnsupportedOperationException - if the underlying list doesn't implement set -
    java.lang.ClassCastException - if the underlying list rejects the element -
    java.lang.IllegalArgumentException - if the underlying list rejects the element
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(int index,
    -                      java.util.Collection coll)
    -
    + will probably throw an IndexOutOfBoundsException. +

    +

    +
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class AbstractListDecorator
    +
    +
    +
    Parameters:
    index - the index to add at
    element - the object to add at the specified index +
    Throws: +
    java.lang.UnsupportedOperationException - if the underlying list doesn't implement set +
    java.lang.ClassCastException - if the underlying list rejects the element +
    java.lang.IllegalArgumentException - if the underlying list rejects the element
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(int index,
    +                      java.util.Collection coll)
    +
    Decorate the addAll method to perform the growth behaviour.

    If the requested index is greater than the current size, the list will @@ -398,28 +398,28 @@ public boolean addAll(int index, If the index is less than the current size, the values will be added to the underlying list directly. If the index is less than zero, the underlying list is called, which - will probably throw an IndexOutOfBoundsException. -

    -

    -
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class AbstractListDecorator
    -
    -
    -
    Parameters:
    index - the index to add at
    coll - the collection to add at the specified index -
    Returns:
    true if the list changed -
    Throws: -
    java.lang.UnsupportedOperationException - if the underlying list doesn't implement set -
    java.lang.ClassCastException - if the underlying list rejects the element -
    java.lang.IllegalArgumentException - if the underlying list rejects the element
    -
    -
    -
    - -

    -set

    -
    -public java.lang.Object set(int index,
    -                            java.lang.Object element)
    -
    + will probably throw an IndexOutOfBoundsException. +

    +

    +
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class AbstractListDecorator
    +
    +
    +
    Parameters:
    index - the index to add at
    coll - the collection to add at the specified index +
    Returns:
    true if the list changed +
    Throws: +
    java.lang.UnsupportedOperationException - if the underlying list doesn't implement set +
    java.lang.ClassCastException - if the underlying list rejects the element +
    java.lang.IllegalArgumentException - if the underlying list rejects the element
    +
    +
    +
    + +

    +set

    +
    +public java.lang.Object set(int index,
    +                            java.lang.Object element)
    +
    Decorate the set method to perform the growth behaviour.

    If the requested index is greater than the current size, the list will @@ -429,81 +429,81 @@ public java.lang.Object set(int index, If the index is less than the current size, the value will be set onto the underlying list directly. If the index is less than zero, the underlying list is called, which - will probably throw an IndexOutOfBoundsException. -

    -

    -
    Specified by:
    set in interface java.util.List
    Overrides:
    set in class AbstractListDecorator
    -
    -
    -
    Parameters:
    index - the index to set
    element - the object to set at the specified index -
    Returns:
    the object previously at that index -
    Throws: -
    java.lang.UnsupportedOperationException - if the underlying list doesn't implement set -
    java.lang.ClassCastException - if the underlying list rejects the element -
    java.lang.IllegalArgumentException - if the underlying list rejects the element
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + will probably throw an IndexOutOfBoundsException. +

    +

    +
    Specified by:
    set in interface java.util.List
    Overrides:
    set in class AbstractListDecorator
    +
    +
    +
    Parameters:
    index - the index to set
    element - the object to set at the specified index +
    Returns:
    the object previously at that index +
    Throws: +
    java.lang.UnsupportedOperationException - if the underlying list doesn't implement set +
    java.lang.ClassCastException - if the underlying list rejects the element +
    java.lang.IllegalArgumentException - if the underlying list rejects the element
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/LazyList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/LazyList.html index 3574bac..c1e8560 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/LazyList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/LazyList.html @@ -1,110 +1,110 @@ - - - - - - - -LazyList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class LazyList

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.list.AbstractListDecorator
    -          extended by org.apache.commons.collections.list.AbstractSerializableListDecorator
    -              extended by org.apache.commons.collections.list.LazyList
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    -
    -
    -
    -
    public class LazyList
    extends AbstractSerializableListDecorator
    - - -

    + + + + + + + +LazyList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.list +
    +Class LazyList

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.list.AbstractListDecorator
    +          extended by org.apache.commons.collections.list.AbstractSerializableListDecorator
    +              extended by org.apache.commons.collections.list.LazyList
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    +
    +
    +
    +
    public class LazyList
    extends AbstractSerializableListDecorator
    + + +

    Decorates another List to create objects in the list on demand.

    When the get(int) method is called with an index greater than @@ -128,315 +128,315 @@ Decorates another List to create objects in the list on demand. After the above code is executed, obj will contain a new Date instance. Furthermore, that Date - instance is the fourth element in the list. The first, second, + instance is the fourth element in the list. The first, second, and third element are all set to null.

    This class differs from GrowthList because here growth occurs on get, where GrowthList grows on set and add. However, they could easily be used together by decorating twice.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Arron Bates, Paul Jack
    -
    See Also:
    GrowthList, -Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  Factoryfactory - -
    -          The factory to use to lazily instantiate the objects
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected LazyList(java.util.List list, - Factory factory) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -static java.util.Listdecorate(java.util.List list, - Factory factory) - -
    -          Factory method to create a lazily instantiating list.
    - java.lang.Objectget(int index) - -
    -          Decorate the get method to perform the lazy behaviour.
    - java.util.ListsubList(int fromIndex, - int toIndex) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.list.AbstractListDecorator
    add, addAll, getList, indexOf, lastIndexOf, listIterator, listIterator, remove, set
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.List
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -factory

    -
    -protected final Factory factory
    -
    -
    The factory to use to lazily instantiate the objects -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -LazyList

    -
    -protected LazyList(java.util.List list,
    -                   Factory factory)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    list - the list to decorate, must not be null
    factory - the factory to use for creation, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list or factory is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.List decorate(java.util.List list,
    -                                      Factory factory)
    -
    -
    Factory method to create a lazily instantiating list. -

    -

    -
    Parameters:
    list - the list to decorate, must not be null
    factory - the factory to use for creation, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list or factory is null
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(int index)
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Arron Bates, Paul Jack
    +
    See Also:
    GrowthList, +Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  Factoryfactory + +
    +          The factory to use to lazily instantiate the objects
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected LazyList(java.util.List list, + Factory factory) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.util.Listdecorate(java.util.List list, + Factory factory) + +
    +          Factory method to create a lazily instantiating list.
    + java.lang.Objectget(int index) + +
    +          Decorate the get method to perform the lazy behaviour.
    + java.util.ListsubList(int fromIndex, + int toIndex) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.list.AbstractListDecorator
    add, addAll, getList, indexOf, lastIndexOf, listIterator, listIterator, remove, set
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.List
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +factory

    +
    +protected final Factory factory
    +
    +
    The factory to use to lazily instantiate the objects +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +LazyList

    +
    +protected LazyList(java.util.List list,
    +                   Factory factory)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    list - the list to decorate, must not be null
    factory - the factory to use for creation, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list or factory is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.List decorate(java.util.List list,
    +                                      Factory factory)
    +
    +
    Factory method to create a lazily instantiating list. +

    +

    +
    Parameters:
    list - the list to decorate, must not be null
    factory - the factory to use for creation, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list or factory is null
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(int index)
    +
    Decorate the get method to perform the lazy behaviour.

    - If the requested index is greater than the current size, the list will + If the requested index is greater than the current size, the list will grow to the new size and a new object will be returned from the factory. - Indexes in-between the old size and the requested size are left with a - placeholder that is replaced with a factory object when requested. -

    -

    -
    Specified by:
    get in interface java.util.List
    Overrides:
    get in class AbstractListDecorator
    -
    -
    -
    Parameters:
    index - the index to retrieve
    -
    -
    -
    - -

    -subList

    -
    -public java.util.List subList(int fromIndex,
    -                              int toIndex)
    -
    -
    -
    Specified by:
    subList in interface java.util.List
    Overrides:
    subList in class AbstractListDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Indexes in-between the old size and the requested size are left with a + placeholder that is replaced with a factory object when requested. +

    +

    +
    Specified by:
    get in interface java.util.List
    Overrides:
    get in class AbstractListDecorator
    +
    +
    +
    Parameters:
    index - the index to retrieve
    +
    +
    +
    + +

    +subList

    +
    +public java.util.List subList(int fromIndex,
    +                              int toIndex)
    +
    +
    +
    Specified by:
    subList in interface java.util.List
    Overrides:
    subList in class AbstractListDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/NodeCachingLinkedList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/NodeCachingLinkedList.html index 2905302..70e38a1 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/NodeCachingLinkedList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/NodeCachingLinkedList.html @@ -1,108 +1,108 @@ - - - - - - - -NodeCachingLinkedList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class NodeCachingLinkedList

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.list.AbstractLinkedList
    -      extended by org.apache.commons.collections.list.NodeCachingLinkedList
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    -
    -
    -
    -
    public class NodeCachingLinkedList
    extends AbstractLinkedList
    implements java.io.Serializable
    - - -

    + + + + + + + +NodeCachingLinkedList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.list +
    +Class NodeCachingLinkedList

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.list.AbstractLinkedList
    +      extended by org.apache.commons.collections.list.NodeCachingLinkedList
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    +
    +
    +
    +
    public class NodeCachingLinkedList
    extends AbstractLinkedList
    implements java.io.Serializable
    + + +

    A List implementation that stores a cache of internal Node objects in an effort to reduce wasteful object creation.

    @@ -114,549 +114,549 @@ A List implementation that stores a cache of internal Node objects are used. Short-lived lists, or lists which only grow will have worse performance using this class.

    - Note that this implementation is not synchronized. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Jeff Varszegi, Rich Dougherty, Phil Steitz, Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.list.AbstractLinkedList
    AbstractLinkedList.LinkedListIterator, AbstractLinkedList.LinkedSubList, AbstractLinkedList.LinkedSubListIterator, AbstractLinkedList.Node
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  intcacheSize - -
    -          The size of the cache.
    -protected static intDEFAULT_MAXIMUM_CACHE_SIZE - -
    -          The default value for maximumCacheSize.
    -protected  AbstractLinkedList.NodefirstCachedNode - -
    -          The first cached node, or null if no nodes are cached.
    -protected  intmaximumCacheSize - -
    -          The maximum size of the cache.
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.list.AbstractLinkedList
    header, modCount, size
    -  - - - - - - - - - - - - - - - - -
    -Constructor Summary
    NodeCachingLinkedList() - -
    -          Constructor that creates.
    NodeCachingLinkedList(java.util.Collection coll) - -
    -          Constructor that copies the specified collection
    NodeCachingLinkedList(int maximumCacheSize) - -
    -          Constructor that species the maximum cache size.
    -  - - - - - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    -protected  voidaddNodeToCache(AbstractLinkedList.Node node) - -
    -          Adds a node to the cache, if the cache isn't full.
    -protected  AbstractLinkedList.NodecreateNode(java.lang.Object value) - -
    + Note that this implementation is not synchronized. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Jeff Varszegi, Rich Dougherty, Phil Steitz, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.list.AbstractLinkedList
    AbstractLinkedList.LinkedListIterator, AbstractLinkedList.LinkedSubList, AbstractLinkedList.LinkedSubListIterator, AbstractLinkedList.Node
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  intcacheSize + +
    +          The size of the cache.
    +protected static intDEFAULT_MAXIMUM_CACHE_SIZE + +
    +          The default value for maximumCacheSize.
    +protected  AbstractLinkedList.NodefirstCachedNode + +
    +          The first cached node, or null if no nodes are cached.
    +protected  intmaximumCacheSize + +
    +          The maximum size of the cache.
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.list.AbstractLinkedList
    header, modCount, size
    +  + + + + + + + + + + + + + + + + +
    +Constructor Summary
    NodeCachingLinkedList() + +
    +          Constructor that creates.
    NodeCachingLinkedList(java.util.Collection coll) + +
    +          Constructor that copies the specified collection
    NodeCachingLinkedList(int maximumCacheSize) + +
    +          Constructor that species the maximum cache size.
    +  + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - -
    +Method Summary
    +protected  voidaddNodeToCache(AbstractLinkedList.Node node) + +
    +          Adds a node to the cache, if the cache isn't full.
    +protected  AbstractLinkedList.NodecreateNode(java.lang.Object value) + +
              Creates a new node, either by reusing one from the cache or creating - a new one.
    -protected  intgetMaximumCacheSize() - -
    -          Gets the maximum size of the cache.
    -protected  AbstractLinkedList.NodegetNodeFromCache() - -
    -          Gets a node from the cache.
    -protected  booleanisCacheFull() - -
    -          Checks whether the cache is full.
    -protected  voidremoveAllNodes() - -
    + a new one.
    +protected  intgetMaximumCacheSize() + +
    +          Gets the maximum size of the cache.
    +protected  AbstractLinkedList.NodegetNodeFromCache() + +
    +          Gets a node from the cache.
    +protected  booleanisCacheFull() + +
    +          Checks whether the cache is full.
    +protected  voidremoveAllNodes() + +
              Removes all the nodes from the list, storing as many as required in the - cache for reuse.
    -protected  voidremoveNode(AbstractLinkedList.Node node) - -
    + cache for reuse.
    +protected  voidremoveNode(AbstractLinkedList.Node node) + +
              Removes the node from the list, storing it in the cache for reuse - if the cache is not yet full.
    -protected  voidsetMaximumCacheSize(int maximumCacheSize) - -
    -          Sets the maximum size of the cache.
    -protected  voidshrinkCacheToMaximumSize() - -
    -          Reduce the size of the cache to the maximum, if necessary.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.list.AbstractLinkedList
    add, add, addAll, addAll, addFirst, addLast, addNode, addNodeAfter, addNodeBefore, clear, contains, containsAll, createHeaderNode, createSubListIterator, createSubListListIterator, doReadObject, doWriteObject, equals, get, getFirst, getLast, getNode, hashCode, indexOf, init, isEmpty, isEqualValue, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, retainAll, set, size, subList, toArray, toArray, toString, updateNode
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -DEFAULT_MAXIMUM_CACHE_SIZE

    -
    -protected static final int DEFAULT_MAXIMUM_CACHE_SIZE
    -
    -
    The default value for maximumCacheSize. -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -firstCachedNode

    -
    -protected transient AbstractLinkedList.Node firstCachedNode
    -
    + if the cache is not yet full.
    +protected  voidsetMaximumCacheSize(int maximumCacheSize) + +
    +          Sets the maximum size of the cache.
    +protected  voidshrinkCacheToMaximumSize() + +
    +          Reduce the size of the cache to the maximum, if necessary.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.list.AbstractLinkedList
    add, add, addAll, addAll, addFirst, addLast, addNode, addNodeAfter, addNodeBefore, clear, contains, containsAll, createHeaderNode, createSubListIterator, createSubListListIterator, doReadObject, doWriteObject, equals, get, getFirst, getLast, getNode, hashCode, indexOf, init, isEmpty, isEqualValue, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, retainAll, set, size, subList, toArray, toArray, toString, updateNode
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +DEFAULT_MAXIMUM_CACHE_SIZE

    +
    +protected static final int DEFAULT_MAXIMUM_CACHE_SIZE
    +
    +
    The default value for maximumCacheSize. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +firstCachedNode

    +
    +protected transient AbstractLinkedList.Node firstCachedNode
    +
    The first cached node, or null if no nodes are cached. Cached nodes are stored in a singly-linked list with - next pointing to the next element. -

    -

    -
    -
    -
    - -

    -cacheSize

    -
    -protected transient int cacheSize
    -
    -
    The size of the cache. -

    -

    -
    -
    -
    - -

    -maximumCacheSize

    -
    -protected int maximumCacheSize
    -
    -
    The maximum size of the cache. -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -NodeCachingLinkedList

    -
    -public NodeCachingLinkedList()
    -
    -
    Constructor that creates. -

    -

    -
    - -

    -NodeCachingLinkedList

    -
    -public NodeCachingLinkedList(java.util.Collection coll)
    -
    -
    Constructor that copies the specified collection -

    -

    -
    Parameters:
    coll - the collection to copy
    -
    -
    - -

    -NodeCachingLinkedList

    -
    -public NodeCachingLinkedList(int maximumCacheSize)
    -
    -
    Constructor that species the maximum cache size. -

    -

    -
    Parameters:
    maximumCacheSize - the maximum cache size
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getMaximumCacheSize

    -
    -protected int getMaximumCacheSize()
    -
    -
    Gets the maximum size of the cache. -

    -

    -
    -
    -
    - -
    Returns:
    the maximum cache size
    -
    -
    -
    - -

    -setMaximumCacheSize

    -
    -protected void setMaximumCacheSize(int maximumCacheSize)
    -
    -
    Sets the maximum size of the cache. -

    -

    -
    -
    -
    -
    Parameters:
    maximumCacheSize - the new maximum cache size
    -
    -
    -
    - -

    -shrinkCacheToMaximumSize

    -
    -protected void shrinkCacheToMaximumSize()
    -
    -
    Reduce the size of the cache to the maximum, if necessary. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -getNodeFromCache

    -
    -protected AbstractLinkedList.Node getNodeFromCache()
    -
    + next pointing to the next element. +

    +

    +
    +
    +
    + +

    +cacheSize

    +
    +protected transient int cacheSize
    +
    +
    The size of the cache. +

    +

    +
    +
    +
    + +

    +maximumCacheSize

    +
    +protected int maximumCacheSize
    +
    +
    The maximum size of the cache. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +NodeCachingLinkedList

    +
    +public NodeCachingLinkedList()
    +
    +
    Constructor that creates. +

    +

    +
    + +

    +NodeCachingLinkedList

    +
    +public NodeCachingLinkedList(java.util.Collection coll)
    +
    +
    Constructor that copies the specified collection +

    +

    +
    Parameters:
    coll - the collection to copy
    +
    +
    + +

    +NodeCachingLinkedList

    +
    +public NodeCachingLinkedList(int maximumCacheSize)
    +
    +
    Constructor that species the maximum cache size. +

    +

    +
    Parameters:
    maximumCacheSize - the maximum cache size
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getMaximumCacheSize

    +
    +protected int getMaximumCacheSize()
    +
    +
    Gets the maximum size of the cache. +

    +

    +
    +
    +
    + +
    Returns:
    the maximum cache size
    +
    +
    +
    + +

    +setMaximumCacheSize

    +
    +protected void setMaximumCacheSize(int maximumCacheSize)
    +
    +
    Sets the maximum size of the cache. +

    +

    +
    +
    +
    +
    Parameters:
    maximumCacheSize - the new maximum cache size
    +
    +
    +
    + +

    +shrinkCacheToMaximumSize

    +
    +protected void shrinkCacheToMaximumSize()
    +
    +
    Reduce the size of the cache to the maximum, if necessary. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +getNodeFromCache

    +
    +protected AbstractLinkedList.Node getNodeFromCache()
    +
    Gets a node from the cache. If a node is returned, then the value of cacheSize is decreased accordingly. The node that is returned - will have null values for next, previous and element. -

    -

    -
    -
    -
    - -
    Returns:
    a node, or null if there are no nodes in the cache.
    -
    -
    -
    - -

    -isCacheFull

    -
    -protected boolean isCacheFull()
    -
    -
    Checks whether the cache is full. -

    -

    -
    -
    -
    - -
    Returns:
    true if the cache is full
    -
    -
    -
    - -

    -addNodeToCache

    -
    -protected void addNodeToCache(AbstractLinkedList.Node node)
    -
    + will have null values for next, previous and element. +

    +

    +
    +
    +
    + +
    Returns:
    a node, or null if there are no nodes in the cache.
    +
    +
    +
    + +

    +isCacheFull

    +
    +protected boolean isCacheFull()
    +
    +
    Checks whether the cache is full. +

    +

    +
    +
    +
    + +
    Returns:
    true if the cache is full
    +
    +
    +
    + +

    +addNodeToCache

    +
    +protected void addNodeToCache(AbstractLinkedList.Node node)
    +
    Adds a node to the cache, if the cache isn't full. - The node's contents are cleared to so they can be garbage collected. -

    -

    -
    -
    -
    -
    Parameters:
    node - the node to add to the cache
    -
    -
    -
    - -

    -createNode

    -
    -protected AbstractLinkedList.Node createNode(java.lang.Object value)
    -
    + The node's contents are cleared to so they can be garbage collected. +

    +

    +
    +
    +
    +
    Parameters:
    node - the node to add to the cache
    +
    +
    +
    + +

    +createNode

    +
    +protected AbstractLinkedList.Node createNode(java.lang.Object value)
    +
    Creates a new node, either by reusing one from the cache or creating - a new one. -

    -

    -
    Overrides:
    createNode in class AbstractLinkedList
    -
    -
    -
    Parameters:
    value - value of the new node -
    Returns:
    the newly created node
    -
    -
    -
    - -

    -removeNode

    -
    -protected void removeNode(AbstractLinkedList.Node node)
    -
    + a new one. +

    +

    +
    Overrides:
    createNode in class AbstractLinkedList
    +
    +
    +
    Parameters:
    value - value of the new node +
    Returns:
    the newly created node
    +
    +
    +
    + +

    +removeNode

    +
    +protected void removeNode(AbstractLinkedList.Node node)
    +
    Removes the node from the list, storing it in the cache for reuse - if the cache is not yet full. -

    -

    -
    Overrides:
    removeNode in class AbstractLinkedList
    -
    -
    -
    Parameters:
    node - the node to remove
    -
    -
    -
    - -

    -removeAllNodes

    -
    -protected void removeAllNodes()
    -
    + if the cache is not yet full. +

    +

    +
    Overrides:
    removeNode in class AbstractLinkedList
    +
    +
    +
    Parameters:
    node - the node to remove
    +
    +
    +
    + +

    +removeAllNodes

    +
    +protected void removeAllNodes()
    +
    Removes all the nodes from the list, storing as many as required in the - cache for reuse. -

    -

    -
    Overrides:
    removeAllNodes in class AbstractLinkedList
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + cache for reuse. +

    +

    +
    Overrides:
    removeAllNodes in class AbstractLinkedList
    +
    +
    +
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/PredicatedList.PredicatedListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/PredicatedList.PredicatedListIterator.html index 0d7b6a3..384b356 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/PredicatedList.PredicatedListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/PredicatedList.PredicatedListIterator.html @@ -1,315 +1,315 @@ - - - - - - - -PredicatedList.PredicatedListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class PredicatedList.PredicatedListIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.AbstractListIteratorDecorator
    -      extended by org.apache.commons.collections.list.PredicatedList.PredicatedListIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator
    -
    -
    -
    Enclosing class:
    PredicatedList
    -
    -
    -
    -
    protected class PredicatedList.PredicatedListIterator
    extends AbstractListIteratorDecorator
    - - -

    -Inner class Iterator for the PredicatedList -

    - -

    -


    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
    iterator
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected PredicatedList.PredicatedListIterator(java.util.ListIterator iterator) - -
    -           
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(java.lang.Object object) - -
    -           
    - voidset(java.lang.Object object) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
    getListIterator, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -PredicatedList.PredicatedListIterator

    -
    -protected PredicatedList.PredicatedListIterator(java.util.ListIterator iterator)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -add

    -
    -public void add(java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.ListIterator
    Overrides:
    add in class AbstractListIteratorDecorator
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object object)
    -
    -
    -
    Specified by:
    set in interface java.util.ListIterator
    Overrides:
    set in class AbstractListIteratorDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +PredicatedList.PredicatedListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.list +
    +Class PredicatedList.PredicatedListIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.AbstractListIteratorDecorator
    +      extended by org.apache.commons.collections.list.PredicatedList.PredicatedListIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator
    +
    +
    +
    Enclosing class:
    PredicatedList
    +
    +
    +
    +
    protected class PredicatedList.PredicatedListIterator
    extends AbstractListIteratorDecorator
    + + +

    +Inner class Iterator for the PredicatedList +

    + +

    +


    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
    iterator
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected PredicatedList.PredicatedListIterator(java.util.ListIterator iterator) + +
    +           
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(java.lang.Object object) + +
    +           
    + voidset(java.lang.Object object) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
    getListIterator, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +PredicatedList.PredicatedListIterator

    +
    +protected PredicatedList.PredicatedListIterator(java.util.ListIterator iterator)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +add

    +
    +public void add(java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.ListIterator
    Overrides:
    add in class AbstractListIteratorDecorator
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object object)
    +
    +
    +
    Specified by:
    set in interface java.util.ListIterator
    Overrides:
    set in class AbstractListIteratorDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/PredicatedList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/PredicatedList.html index d6ea378..f68c106 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/PredicatedList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/PredicatedList.html @@ -1,110 +1,110 @@ - - - - - - - -PredicatedList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class PredicatedList

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    -          extended by org.apache.commons.collections.collection.PredicatedCollection
    -              extended by org.apache.commons.collections.list.PredicatedList
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    -
    -
    -
    -
    public class PredicatedList
    extends PredicatedCollection
    implements java.util.List
    - - -

    + + + + + + + +PredicatedList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.list +
    +Class PredicatedList

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    +          extended by org.apache.commons.collections.collection.PredicatedCollection
    +              extended by org.apache.commons.collections.list.PredicatedList
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    +
    +
    +
    +
    public class PredicatedList
    extends PredicatedCollection
    implements java.util.List
    + + +

    Decorates another List to validate that all additions match a specified predicate.

    @@ -115,515 +115,515 @@ Decorates another List to validate that all additions One usage would be to ensure that no null entries are added to the list.

    List list = PredicatedList.decorate(new ArrayList(), NotNullPredicate.INSTANCE);

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Paul Jack
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Nested Class Summary
    -protected  classPredicatedList.PredicatedListIterator - -
    -          Inner class Iterator for the PredicatedList
    - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.PredicatedCollection
    predicate
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected PredicatedList(java.util.List list, - Predicate predicate) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(int index, - java.lang.Object object) - -
    -           
    - booleanaddAll(int index, - java.util.Collection coll) - -
    -           
    -static java.util.Listdecorate(java.util.List list, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) list.
    - java.lang.Objectget(int index) - -
    -           
    -protected  java.util.ListgetList() - -
    -          Gets the list being decorated.
    - intindexOf(java.lang.Object object) - -
    -           
    - intlastIndexOf(java.lang.Object object) - -
    -           
    - java.util.ListIteratorlistIterator() - -
    -           
    - java.util.ListIteratorlistIterator(int i) - -
    -           
    - java.lang.Objectremove(int index) - -
    -           
    - java.lang.Objectset(int index, - java.lang.Object object) - -
    -           
    - java.util.ListsubList(int fromIndex, - int toIndex) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.PredicatedCollection
    add, addAll, decorate, validate
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.List
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -PredicatedList

    -
    -protected PredicatedList(java.util.List list,
    -                         Predicate predicate)
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Paul Jack
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Nested Class Summary
    +protected  classPredicatedList.PredicatedListIterator + +
    +          Inner class Iterator for the PredicatedList
    + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.PredicatedCollection
    predicate
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected PredicatedList(java.util.List list, + Predicate predicate) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(int index, + java.lang.Object object) + +
    +           
    + booleanaddAll(int index, + java.util.Collection coll) + +
    +           
    +static java.util.Listdecorate(java.util.List list, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) list.
    + java.lang.Objectget(int index) + +
    +           
    +protected  java.util.ListgetList() + +
    +          Gets the list being decorated.
    + intindexOf(java.lang.Object object) + +
    +           
    + intlastIndexOf(java.lang.Object object) + +
    +           
    + java.util.ListIteratorlistIterator() + +
    +           
    + java.util.ListIteratorlistIterator(int i) + +
    +           
    + java.lang.Objectremove(int index) + +
    +           
    + java.lang.Objectset(int index, + java.lang.Object object) + +
    +           
    + java.util.ListsubList(int fromIndex, + int toIndex) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.PredicatedCollection
    add, addAll, decorate, validate
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.List
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +PredicatedList

    +
    +protected PredicatedList(java.util.List list,
    +                         Predicate predicate)
    +
    Constructor that wraps (not copies).

    If there are any elements already in the list being decorated, they - are validated. -

    -

    -
    Parameters:
    list - the list to decorate, must not be null
    predicate - the predicate to use for validation, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list or predicate is null -
    java.lang.IllegalArgumentException - if the list contains invalid elements
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.List decorate(java.util.List list,
    -                                      Predicate predicate)
    -
    + are validated. +

    +

    +
    Parameters:
    list - the list to decorate, must not be null
    predicate - the predicate to use for validation, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list or predicate is null +
    java.lang.IllegalArgumentException - if the list contains invalid elements
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.List decorate(java.util.List list,
    +                                      Predicate predicate)
    +
    Factory method to create a predicated (validating) list.

    If there are any elements already in the list being decorated, they - are validated. -

    -

    -
    -
    -
    -
    Parameters:
    list - the list to decorate, must not be null
    predicate - the predicate to use for validation, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list or predicate is null -
    java.lang.IllegalArgumentException - if the list contains invalid elements
    -
    -
    -
    - -

    -getList

    -
    -protected java.util.List getList()
    -
    -
    Gets the list being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated list
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(int index)
    -
    -
    -
    Specified by:
    get in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -indexOf

    -
    -public int indexOf(java.lang.Object object)
    -
    -
    -
    Specified by:
    indexOf in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -lastIndexOf

    -
    -public int lastIndexOf(java.lang.Object object)
    -
    -
    -
    Specified by:
    lastIndexOf in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(int index)
    -
    -
    -
    Specified by:
    remove in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public void add(int index,
    -                java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(int index,
    -                      java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator()
    -
    -
    -
    Specified by:
    listIterator in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator(int i)
    -
    -
    -
    Specified by:
    listIterator in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public java.lang.Object set(int index,
    -                            java.lang.Object object)
    -
    -
    -
    Specified by:
    set in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -subList

    -
    -public java.util.List subList(int fromIndex,
    -                              int toIndex)
    -
    -
    -
    Specified by:
    subList in interface java.util.List
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are validated. +

    +

    +
    +
    +
    +
    Parameters:
    list - the list to decorate, must not be null
    predicate - the predicate to use for validation, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list or predicate is null +
    java.lang.IllegalArgumentException - if the list contains invalid elements
    +
    +
    +
    + +

    +getList

    +
    +protected java.util.List getList()
    +
    +
    Gets the list being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated list
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(int index)
    +
    +
    +
    Specified by:
    get in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(java.lang.Object object)
    +
    +
    +
    Specified by:
    indexOf in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public int lastIndexOf(java.lang.Object object)
    +
    +
    +
    Specified by:
    lastIndexOf in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(int index)
    +
    +
    +
    Specified by:
    remove in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(int index,
    +                java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(int index,
    +                      java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator()
    +
    +
    +
    Specified by:
    listIterator in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator(int i)
    +
    +
    +
    Specified by:
    listIterator in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public java.lang.Object set(int index,
    +                            java.lang.Object object)
    +
    +
    +
    Specified by:
    set in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +subList

    +
    +public java.util.List subList(int fromIndex,
    +                              int toIndex)
    +
    +
    +
    Specified by:
    subList in interface java.util.List
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/SetUniqueList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/SetUniqueList.html index 15b377f..e56412d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/SetUniqueList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/SetUniqueList.html @@ -1,110 +1,110 @@ - - - - - - - -SetUniqueList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class SetUniqueList

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.list.AbstractListDecorator
    -          extended by org.apache.commons.collections.list.AbstractSerializableListDecorator
    -              extended by org.apache.commons.collections.list.SetUniqueList
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    -
    -
    -
    -
    public class SetUniqueList
    extends AbstractSerializableListDecorator
    - - -

    + + + + + + + +SetUniqueList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.list +
    +Class SetUniqueList

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.list.AbstractListDecorator
    +          extended by org.apache.commons.collections.list.AbstractSerializableListDecorator
    +              extended by org.apache.commons.collections.list.SetUniqueList
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    +
    +
    +
    +
    public class SetUniqueList
    extends AbstractSerializableListDecorator
    + + +

    Decorates a List to ensure that no duplicates are present much like a Set.

    @@ -118,421 +118,421 @@ Decorates a List to ensure that no duplicates are present class provides an alternative approach, by wrapping an existing Set and retaining insertion order in the iterator.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Matthew Hawthorne, Stephen Colebourne, Tom Dunham
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.Setset - -
    -          Internal Set to maintain uniqueness.
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected SetUniqueList(java.util.List list, - java.util.Set set) - -
    -          Constructor that wraps (not copies) the List and specifies the set to use.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(int index, - java.lang.Object object) - -
    -          Adds an element to a specific index in the list if it is not already present.
    - booleanadd(java.lang.Object object) - -
    -          Adds an element to the list if it is not already present.
    - booleanaddAll(java.util.Collection coll) - -
    -          Adds an element to the end of the list if it is not already present.
    - booleanaddAll(int index, - java.util.Collection coll) - -
    -          Adds a collection of objects to the end of the list avoiding duplicates.
    - java.util.SetasSet() - -
    -          Gets an unmodifiable view as a Set.
    - voidclear() - -
    -           
    - booleancontains(java.lang.Object object) - -
    -           
    - booleancontainsAll(java.util.Collection coll) - -
    -           
    -static SetUniqueListdecorate(java.util.List list) - -
    -          Factory method to create a SetList using the supplied list to retain order.
    - java.util.Iteratoriterator() - -
    -           
    - java.util.ListIteratorlistIterator() - -
    -           
    - java.util.ListIteratorlistIterator(int index) - -
    -           
    - java.lang.Objectremove(int index) - -
    -           
    - booleanremove(java.lang.Object object) - -
    -           
    - booleanremoveAll(java.util.Collection coll) - -
    -           
    - booleanretainAll(java.util.Collection coll) - -
    -           
    - java.lang.Objectset(int index, - java.lang.Object object) - -
    -          Sets the value at the specified index avoiding duplicates.
    - java.util.ListsubList(int fromIndex, - int toIndex) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.list.AbstractListDecorator
    get, getList, indexOf, lastIndexOf
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.List
    equals, hashCode, isEmpty, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -set

    -
    -protected final java.util.Set set
    -
    -
    Internal Set to maintain uniqueness. -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -SetUniqueList

    -
    -protected SetUniqueList(java.util.List list,
    -                        java.util.Set set)
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Matthew Hawthorne, Stephen Colebourne, Tom Dunham
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.Setset + +
    +          Internal Set to maintain uniqueness.
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected SetUniqueList(java.util.List list, + java.util.Set set) + +
    +          Constructor that wraps (not copies) the List and specifies the set to use.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(int index, + java.lang.Object object) + +
    +          Adds an element to a specific index in the list if it is not already present.
    + booleanadd(java.lang.Object object) + +
    +          Adds an element to the list if it is not already present.
    + booleanaddAll(java.util.Collection coll) + +
    +          Adds an element to the end of the list if it is not already present.
    + booleanaddAll(int index, + java.util.Collection coll) + +
    +          Adds a collection of objects to the end of the list avoiding duplicates.
    + java.util.SetasSet() + +
    +          Gets an unmodifiable view as a Set.
    + voidclear() + +
    +           
    + booleancontains(java.lang.Object object) + +
    +           
    + booleancontainsAll(java.util.Collection coll) + +
    +           
    +static SetUniqueListdecorate(java.util.List list) + +
    +          Factory method to create a SetList using the supplied list to retain order.
    + java.util.Iteratoriterator() + +
    +           
    + java.util.ListIteratorlistIterator() + +
    +           
    + java.util.ListIteratorlistIterator(int index) + +
    +           
    + java.lang.Objectremove(int index) + +
    +           
    + booleanremove(java.lang.Object object) + +
    +           
    + booleanremoveAll(java.util.Collection coll) + +
    +           
    + booleanretainAll(java.util.Collection coll) + +
    +           
    + java.lang.Objectset(int index, + java.lang.Object object) + +
    +          Sets the value at the specified index avoiding duplicates.
    + java.util.ListsubList(int fromIndex, + int toIndex) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.list.AbstractListDecorator
    get, getList, indexOf, lastIndexOf
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.List
    equals, hashCode, isEmpty, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +set

    +
    +protected final java.util.Set set
    +
    +
    Internal Set to maintain uniqueness. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +SetUniqueList

    +
    +protected SetUniqueList(java.util.List list,
    +                        java.util.Set set)
    +
    Constructor that wraps (not copies) the List and specifies the set to use.

    - The set and list must both be correctly initialised to the same elements. -

    -

    -
    Parameters:
    set - the set to decorate, must not be null
    list - the list to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set or list is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static SetUniqueList decorate(java.util.List list)
    -
    + The set and list must both be correctly initialised to the same elements. +

    +

    +
    Parameters:
    set - the set to decorate, must not be null
    list - the list to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set or list is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static SetUniqueList decorate(java.util.List list)
    +
    Factory method to create a SetList using the supplied list to retain order.

    If the list contains duplicates, these are removed (first indexed one kept). - A HashSet is used for the set behaviour. -

    -

    -
    Parameters:
    list - the list to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list is null
    -
    -
    -
    - -

    -asSet

    -
    -public java.util.Set asSet()
    -
    -
    Gets an unmodifiable view as a Set. -

    -

    - -
    Returns:
    an unmodifiable set view
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    + A HashSet is used for the set behaviour. +

    +

    +
    Parameters:
    list - the list to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list is null
    +
    +
    +
    + +

    +asSet

    +
    +public java.util.Set asSet()
    +
    +
    Gets an unmodifiable view as a Set. +

    +

    + +
    Returns:
    an unmodifiable set view
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    Adds an element to the list if it is not already present.

    (Violation) The List interface requires that this method returns true always. However this class may return false - because of the Set behaviour. -

    -

    -
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class AbstractCollectionDecorator
    -
    -
    -
    Parameters:
    object - the object to add -
    Returns:
    true if object was added
    -
    -
    -
    - -

    -add

    -
    -public void add(int index,
    -                java.lang.Object object)
    -
    + because of the Set behaviour. +

    +

    +
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class AbstractCollectionDecorator
    +
    +
    +
    Parameters:
    object - the object to add +
    Returns:
    true if object was added
    +
    +
    +
    + +

    +add

    +
    +public void add(int index,
    +                java.lang.Object object)
    +
    Adds an element to a specific index in the list if it is not already present.

    (Violation) The List interface makes the assumption that the element is - always inserted. This may not happen with this implementation. -

    -

    -
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class AbstractListDecorator
    -
    -
    -
    Parameters:
    index - the index to insert at
    object - the object to add
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    + always inserted. This may not happen with this implementation. +

    +

    +
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class AbstractListDecorator
    +
    +
    +
    Parameters:
    index - the index to insert at
    object - the object to add
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    Adds an element to the end of the list if it is not already present.

    (Violation) The List interface makes the assumption that the element is - always inserted. This may not happen with this implementation. -

    -

    -
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class AbstractCollectionDecorator
    -
    -
    -
    Parameters:
    coll - the collection to add
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(int index,
    -                      java.util.Collection coll)
    -
    + always inserted. This may not happen with this implementation. +

    +

    +
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class AbstractCollectionDecorator
    +
    +
    +
    Parameters:
    coll - the collection to add
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(int index,
    +                      java.util.Collection coll)
    +
    Adds a collection of objects to the end of the list avoiding duplicates.

    Only elements that are not already in this list will be added, and @@ -540,255 +540,255 @@ public boolean addAll(int index,

    (Violation) The List interface makes the assumption that the elements - are always inserted. This may not happen with this implementation. -

    -

    -
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class AbstractListDecorator
    -
    -
    -
    Parameters:
    index - the index to insert at
    coll - the collection to add in iterator order -
    Returns:
    true if this collection changed
    -
    -
    -
    - -

    -set

    -
    -public java.lang.Object set(int index,
    -                            java.lang.Object object)
    -
    + are always inserted. This may not happen with this implementation. +

    +

    +
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class AbstractListDecorator
    +
    +
    +
    Parameters:
    index - the index to insert at
    coll - the collection to add in iterator order +
    Returns:
    true if this collection changed
    +
    +
    +
    + +

    +set

    +
    +public java.lang.Object set(int index,
    +                            java.lang.Object object)
    +
    Sets the value at the specified index avoiding duplicates.

    The object is set into the specified index. Afterwards, any previous duplicate is removed If the object is not already in the list then a normal set occurs. - If it is present, then the old version is removed. -

    -

    -
    Specified by:
    set in interface java.util.List
    Overrides:
    set in class AbstractListDecorator
    -
    -
    -
    Parameters:
    index - the index to insert at
    object - the object to set -
    Returns:
    the previous object
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(int index)
    -
    -
    -
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.List
    Overrides:
    removeAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.List
    Overrides:
    retainAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.List
    Overrides:
    clear in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -contains

    -
    -public boolean contains(java.lang.Object object)
    -
    -
    -
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.List
    Overrides:
    contains in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -containsAll

    -
    -public boolean containsAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    containsAll in interface java.util.Collection
    Specified by:
    containsAll in interface java.util.List
    Overrides:
    containsAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    Overrides:
    iterator in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator()
    -
    -
    -
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator(int index)
    -
    -
    -
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -subList

    -
    -public java.util.List subList(int fromIndex,
    -                              int toIndex)
    -
    -
    -
    Specified by:
    subList in interface java.util.List
    Overrides:
    subList in class AbstractListDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + If it is present, then the old version is removed. +

    +

    +
    Specified by:
    set in interface java.util.List
    Overrides:
    set in class AbstractListDecorator
    +
    +
    +
    Parameters:
    index - the index to insert at
    object - the object to set +
    Returns:
    the previous object
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(int index)
    +
    +
    +
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.List
    Overrides:
    removeAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.List
    Overrides:
    retainAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.List
    Overrides:
    clear in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(java.lang.Object object)
    +
    +
    +
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.List
    Overrides:
    contains in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +containsAll

    +
    +public boolean containsAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    containsAll in interface java.util.Collection
    Specified by:
    containsAll in interface java.util.List
    Overrides:
    containsAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    Overrides:
    iterator in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator()
    +
    +
    +
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator(int index)
    +
    +
    +
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +subList

    +
    +public java.util.List subList(int fromIndex,
    +                              int toIndex)
    +
    +
    +
    Specified by:
    subList in interface java.util.List
    Overrides:
    subList in class AbstractListDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/SynchronizedList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/SynchronizedList.html index df5c6b4..c50bb3a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/SynchronizedList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/SynchronizedList.html @@ -1,615 +1,615 @@ - - - - - - - -SynchronizedList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class SynchronizedList

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.SynchronizedCollection
    -      extended by org.apache.commons.collections.list.SynchronizedList
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    -
    -
    -
    -
    public class SynchronizedList
    extends SynchronizedCollection
    implements java.util.List
    - - -

    + + + + + + + +SynchronizedList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.list +
    +Class SynchronizedList

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.SynchronizedCollection
    +      extended by org.apache.commons.collections.list.SynchronizedList
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    +
    +
    +
    +
    public class SynchronizedList
    extends SynchronizedCollection
    implements java.util.List
    + + +

    Decorates another List to synchronize its behaviour for a multi-threaded environment.

    Methods are synchronized, then forwarded to the decorated list.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    collection, lock
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected SynchronizedList(java.util.List list) - -
    -          Constructor that wraps (not copies).
    -protected SynchronizedList(java.util.List list, - java.lang.Object lock) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(int index, - java.lang.Object object) - -
    -           
    - booleanaddAll(int index, - java.util.Collection coll) - -
    -           
    -static java.util.Listdecorate(java.util.List list) - -
    -          Factory method to create a synchronized list.
    - java.lang.Objectget(int index) - -
    -           
    -protected  java.util.ListgetList() - -
    -          Gets the decorated list.
    - intindexOf(java.lang.Object object) - -
    -           
    - intlastIndexOf(java.lang.Object object) - -
    -           
    - java.util.ListIteratorlistIterator() - -
    -          Iterators must be manually synchronized.
    - java.util.ListIteratorlistIterator(int index) - -
    -          Iterators must be manually synchronized.
    - java.lang.Objectremove(int index) - -
    -           
    - java.lang.Objectset(int index, - java.lang.Object object) - -
    -           
    - java.util.ListsubList(int fromIndex, - int toIndex) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    add, addAll, clear, contains, containsAll, decorate, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.List
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -SynchronizedList

    -
    -protected SynchronizedList(java.util.List list)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    list - the list to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list is null
    -
    -
    - -

    -SynchronizedList

    -
    -protected SynchronizedList(java.util.List list,
    -                           java.lang.Object lock)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    list - the list to decorate, must not be null
    lock - the lock to use, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.List decorate(java.util.List list)
    -
    -
    Factory method to create a synchronized list. -

    -

    -
    -
    -
    -
    Parameters:
    list - the list to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list is null
    -
    -
    -
    - -

    -getList

    -
    -protected java.util.List getList()
    -
    -
    Gets the decorated list. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated list
    -
    -
    -
    - -

    -add

    -
    -public void add(int index,
    -                java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(int index,
    -                      java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(int index)
    -
    -
    -
    Specified by:
    get in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -indexOf

    -
    -public int indexOf(java.lang.Object object)
    -
    -
    -
    Specified by:
    indexOf in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -lastIndexOf

    -
    -public int lastIndexOf(java.lang.Object object)
    -
    -
    -
    Specified by:
    lastIndexOf in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator()
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    collection, lock
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected SynchronizedList(java.util.List list) + +
    +          Constructor that wraps (not copies).
    +protected SynchronizedList(java.util.List list, + java.lang.Object lock) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(int index, + java.lang.Object object) + +
    +           
    + booleanaddAll(int index, + java.util.Collection coll) + +
    +           
    +static java.util.Listdecorate(java.util.List list) + +
    +          Factory method to create a synchronized list.
    + java.lang.Objectget(int index) + +
    +           
    +protected  java.util.ListgetList() + +
    +          Gets the decorated list.
    + intindexOf(java.lang.Object object) + +
    +           
    + intlastIndexOf(java.lang.Object object) + +
    +           
    + java.util.ListIteratorlistIterator() + +
    +          Iterators must be manually synchronized.
    + java.util.ListIteratorlistIterator(int index) + +
    +          Iterators must be manually synchronized.
    + java.lang.Objectremove(int index) + +
    +           
    + java.lang.Objectset(int index, + java.lang.Object object) + +
    +           
    + java.util.ListsubList(int fromIndex, + int toIndex) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    add, addAll, clear, contains, containsAll, decorate, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.List
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +SynchronizedList

    +
    +protected SynchronizedList(java.util.List list)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    list - the list to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list is null
    +
    +
    + +

    +SynchronizedList

    +
    +protected SynchronizedList(java.util.List list,
    +                           java.lang.Object lock)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    list - the list to decorate, must not be null
    lock - the lock to use, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.List decorate(java.util.List list)
    +
    +
    Factory method to create a synchronized list. +

    +

    +
    +
    +
    +
    Parameters:
    list - the list to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list is null
    +
    +
    +
    + +

    +getList

    +
    +protected java.util.List getList()
    +
    +
    Gets the decorated list. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated list
    +
    +
    +
    + +

    +add

    +
    +public void add(int index,
    +                java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(int index,
    +                      java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(int index)
    +
    +
    +
    Specified by:
    get in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(java.lang.Object object)
    +
    +
    +
    Specified by:
    indexOf in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public int lastIndexOf(java.lang.Object object)
    +
    +
    +
    Specified by:
    lastIndexOf in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator()
    +
    Iterators must be manually synchronized.
      synchronized (coll) {
        ListIterator it = coll.listIterator();
        // do stuff with iterator
    - }
    -

    -

    -
    Specified by:
    listIterator in interface java.util.List
    -
    -
    - -
    Returns:
    an iterator that must be manually synchronized on the collection
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator(int index)
    -
    + } +

    +

    +
    Specified by:
    listIterator in interface java.util.List
    +
    +
    + +
    Returns:
    an iterator that must be manually synchronized on the collection
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator(int index)
    +
    Iterators must be manually synchronized.
      synchronized (coll) {
        ListIterator it = coll.listIterator(3);
        // do stuff with iterator
    - }
    -

    -

    -
    Specified by:
    listIterator in interface java.util.List
    -
    -
    - -
    Returns:
    an iterator that must be manually synchronized on the collection
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(int index)
    -
    -
    -
    Specified by:
    remove in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public java.lang.Object set(int index,
    -                            java.lang.Object object)
    -
    -
    -
    Specified by:
    set in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -subList

    -
    -public java.util.List subList(int fromIndex,
    -                              int toIndex)
    -
    -
    -
    Specified by:
    subList in interface java.util.List
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + } +

    +

    +
    Specified by:
    listIterator in interface java.util.List
    +
    +
    + +
    Returns:
    an iterator that must be manually synchronized on the collection
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(int index)
    +
    +
    +
    Specified by:
    remove in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public java.lang.Object set(int index,
    +                            java.lang.Object object)
    +
    +
    +
    Specified by:
    set in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +subList

    +
    +public java.util.List subList(int fromIndex,
    +                              int toIndex)
    +
    +
    +
    Specified by:
    subList in interface java.util.List
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/TransformedList.TransformedListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/TransformedList.TransformedListIterator.html index 13d8756..1987279 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/TransformedList.TransformedListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/TransformedList.TransformedListIterator.html @@ -1,315 +1,315 @@ - - - - - - - -TransformedList.TransformedListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class TransformedList.TransformedListIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.iterators.AbstractListIteratorDecorator
    -      extended by org.apache.commons.collections.list.TransformedList.TransformedListIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator
    -
    -
    -
    Enclosing class:
    TransformedList
    -
    -
    -
    -
    protected class TransformedList.TransformedListIterator
    extends AbstractListIteratorDecorator
    - - -

    -Inner class Iterator for the TransformedList -

    - -

    -


    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
    iterator
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected TransformedList.TransformedListIterator(java.util.ListIterator iterator) - -
    -           
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(java.lang.Object object) - -
    -           
    - voidset(java.lang.Object object) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
    getListIterator, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TransformedList.TransformedListIterator

    -
    -protected TransformedList.TransformedListIterator(java.util.ListIterator iterator)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -add

    -
    -public void add(java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.ListIterator
    Overrides:
    add in class AbstractListIteratorDecorator
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public void set(java.lang.Object object)
    -
    -
    -
    Specified by:
    set in interface java.util.ListIterator
    Overrides:
    set in class AbstractListIteratorDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +TransformedList.TransformedListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.list +
    +Class TransformedList.TransformedListIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.iterators.AbstractListIteratorDecorator
    +      extended by org.apache.commons.collections.list.TransformedList.TransformedListIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, java.util.ListIterator
    +
    +
    +
    Enclosing class:
    TransformedList
    +
    +
    +
    +
    protected class TransformedList.TransformedListIterator
    extends AbstractListIteratorDecorator
    + + +

    +Inner class Iterator for the TransformedList +

    + +

    +


    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
    iterator
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected TransformedList.TransformedListIterator(java.util.ListIterator iterator) + +
    +           
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(java.lang.Object object) + +
    +           
    + voidset(java.lang.Object object) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
    getListIterator, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TransformedList.TransformedListIterator

    +
    +protected TransformedList.TransformedListIterator(java.util.ListIterator iterator)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +add

    +
    +public void add(java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.ListIterator
    Overrides:
    add in class AbstractListIteratorDecorator
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object object)
    +
    +
    +
    Specified by:
    set in interface java.util.ListIterator
    Overrides:
    set in class AbstractListIteratorDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/TransformedList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/TransformedList.html index e68b112..3988855 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/TransformedList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/TransformedList.html @@ -1,110 +1,110 @@ - - - - - - - -TransformedList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class TransformedList

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    -          extended by org.apache.commons.collections.collection.TransformedCollection
    -              extended by org.apache.commons.collections.list.TransformedList
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    -
    -
    -
    -
    public class TransformedList
    extends TransformedCollection
    implements java.util.List
    - - -

    + + + + + + + +TransformedList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.list +
    +Class TransformedList

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    +          extended by org.apache.commons.collections.collection.TransformedCollection
    +              extended by org.apache.commons.collections.list.TransformedList
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List
    +
    +
    +
    +
    public class TransformedList
    extends TransformedCollection
    implements java.util.List
    + + +

    Decorates another List to transform objects that are added.

    The add and set methods are affected by this class. @@ -112,513 +112,513 @@ Decorates another List to transform objects that are added. For example, if the transformation converts Strings to Integers, you must use the Integer form to remove objects.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Nested Class Summary
    -protected  classTransformedList.TransformedListIterator - -
    -          Inner class Iterator for the TransformedList
    - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.TransformedCollection
    transformer
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected TransformedList(java.util.List list, - Transformer transformer) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(int index, - java.lang.Object object) - -
    -           
    - booleanaddAll(int index, - java.util.Collection coll) - -
    -           
    -static java.util.Listdecorate(java.util.List list, - Transformer transformer) - -
    -          Factory method to create a transforming list.
    - java.lang.Objectget(int index) - -
    -           
    -protected  java.util.ListgetList() - -
    -          Gets the decorated list.
    - intindexOf(java.lang.Object object) - -
    -           
    - intlastIndexOf(java.lang.Object object) - -
    -           
    - java.util.ListIteratorlistIterator() - -
    -           
    - java.util.ListIteratorlistIterator(int i) - -
    -           
    - java.lang.Objectremove(int index) - -
    -           
    - java.lang.Objectset(int index, - java.lang.Object object) - -
    -           
    - java.util.ListsubList(int fromIndex, - int toIndex) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.TransformedCollection
    add, addAll, decorate, transform, transform
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.List
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TransformedList

    -
    -protected TransformedList(java.util.List list,
    -                          Transformer transformer)
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Nested Class Summary
    +protected  classTransformedList.TransformedListIterator + +
    +          Inner class Iterator for the TransformedList
    + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.TransformedCollection
    transformer
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected TransformedList(java.util.List list, + Transformer transformer) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(int index, + java.lang.Object object) + +
    +           
    + booleanaddAll(int index, + java.util.Collection coll) + +
    +           
    +static java.util.Listdecorate(java.util.List list, + Transformer transformer) + +
    +          Factory method to create a transforming list.
    + java.lang.Objectget(int index) + +
    +           
    +protected  java.util.ListgetList() + +
    +          Gets the decorated list.
    + intindexOf(java.lang.Object object) + +
    +           
    + intlastIndexOf(java.lang.Object object) + +
    +           
    + java.util.ListIteratorlistIterator() + +
    +           
    + java.util.ListIteratorlistIterator(int i) + +
    +           
    + java.lang.Objectremove(int index) + +
    +           
    + java.lang.Objectset(int index, + java.lang.Object object) + +
    +           
    + java.util.ListsubList(int fromIndex, + int toIndex) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.TransformedCollection
    add, addAll, decorate, transform, transform
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.List
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TransformedList

    +
    +protected TransformedList(java.util.List list,
    +                          Transformer transformer)
    +
    Constructor that wraps (not copies).

    If there are any elements already in the list being decorated, they - are NOT transformed. -

    -

    -
    Parameters:
    list - the list to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list or transformer is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.List decorate(java.util.List list,
    -                                      Transformer transformer)
    -
    + are NOT transformed. +

    +

    +
    Parameters:
    list - the list to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list or transformer is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.List decorate(java.util.List list,
    +                                      Transformer transformer)
    +
    Factory method to create a transforming list.

    If there are any elements already in the list being decorated, they - are NOT transformed. -

    -

    -
    -
    -
    -
    Parameters:
    list - the list to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list or transformer is null
    -
    -
    -
    - -

    -getList

    -
    -protected java.util.List getList()
    -
    -
    Gets the decorated list. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated list
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(int index)
    -
    -
    -
    Specified by:
    get in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -indexOf

    -
    -public int indexOf(java.lang.Object object)
    -
    -
    -
    Specified by:
    indexOf in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -lastIndexOf

    -
    -public int lastIndexOf(java.lang.Object object)
    -
    -
    -
    Specified by:
    lastIndexOf in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(int index)
    -
    -
    -
    Specified by:
    remove in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public void add(int index,
    -                java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(int index,
    -                      java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator()
    -
    -
    -
    Specified by:
    listIterator in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator(int i)
    -
    -
    -
    Specified by:
    listIterator in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public java.lang.Object set(int index,
    -                            java.lang.Object object)
    -
    -
    -
    Specified by:
    set in interface java.util.List
    -
    -
    -
    -
    -
    -
    - -

    -subList

    -
    -public java.util.List subList(int fromIndex,
    -                              int toIndex)
    -
    -
    -
    Specified by:
    subList in interface java.util.List
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are NOT transformed. +

    +

    +
    +
    +
    +
    Parameters:
    list - the list to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list or transformer is null
    +
    +
    +
    + +

    +getList

    +
    +protected java.util.List getList()
    +
    +
    Gets the decorated list. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated list
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(int index)
    +
    +
    +
    Specified by:
    get in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(java.lang.Object object)
    +
    +
    +
    Specified by:
    indexOf in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public int lastIndexOf(java.lang.Object object)
    +
    +
    +
    Specified by:
    lastIndexOf in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(int index)
    +
    +
    +
    Specified by:
    remove in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(int index,
    +                java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(int index,
    +                      java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator()
    +
    +
    +
    Specified by:
    listIterator in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator(int i)
    +
    +
    +
    Specified by:
    listIterator in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public java.lang.Object set(int index,
    +                            java.lang.Object object)
    +
    +
    +
    Specified by:
    set in interface java.util.List
    +
    +
    +
    +
    +
    +
    + +

    +subList

    +
    +public java.util.List subList(int fromIndex,
    +                              int toIndex)
    +
    +
    +
    Specified by:
    subList in interface java.util.List
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/TreeList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/TreeList.html index 465cff7..a3fc287 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/TreeList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/TreeList.html @@ -1,109 +1,109 @@ - - - - - - - -TreeList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class TreeList

    -
    -java.lang.Object
    -  extended by java.util.AbstractCollection
    -      extended by java.util.AbstractList
    -          extended by org.apache.commons.collections.list.TreeList
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.List
    -
    -
    -
    -
    public class TreeList
    extends java.util.AbstractList
    - - -

    + + + + + + + +TreeList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.list +
    +Class TreeList

    +
    +java.lang.Object
    +  extended by java.util.AbstractCollection
    +      extended by java.util.AbstractList
    +          extended by org.apache.commons.collections.list.TreeList
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.List
    +
    +
    +
    +
    public class TreeList
    extends java.util.AbstractList
    + + +

    A List implementation that is optimised for fast insertions and removals at any index in the list.

    @@ -126,516 +126,516 @@ A List implementation that is optimised for fast insertions and

    LinkedList is rarely a good choice of implementation. TreeList is almost always a good replacement for it, although it - does use sligtly more memory. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Joerg Schmuecker, Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class java.util.AbstractList
    modCount
    -  - - - - - - - - - - - - - -
    -Constructor Summary
    TreeList() - -
    -          Constructs a new empty list.
    TreeList(java.util.Collection coll) - -
    -          Constructs a new empty list that copies the specified list.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(int index, - java.lang.Object obj) - -
    -          Adds a new element to the list.
    - voidclear() - -
    -          Clears the list, removing all entries.
    - booleancontains(java.lang.Object object) - -
    -          Searches for the presence of an object in the list.
    - java.lang.Objectget(int index) - -
    -          Gets the element at the specified index.
    - intindexOf(java.lang.Object object) - -
    -          Searches for the index of an object in the list.
    - java.util.Iteratoriterator() - -
    -          Gets an iterator over the list.
    - java.util.ListIteratorlistIterator() - -
    -          Gets a ListIterator over the list.
    - java.util.ListIteratorlistIterator(int fromIndex) - -
    -          Gets a ListIterator over the list.
    - java.lang.Objectremove(int index) - -
    -          Removes the element at the specified index.
    - java.lang.Objectset(int index, - java.lang.Object obj) - -
    -          Sets the element at the specified index.
    - intsize() - -
    -          Gets the current size of the list.
    - java.lang.Object[]toArray() - -
    -          Converts the list into an array.
    - - - - - - - -
    Methods inherited from class java.util.AbstractList
    add, addAll, equals, hashCode, lastIndexOf, removeRange, subList
    - - - - - - - -
    Methods inherited from class java.util.AbstractCollection
    addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.List
    addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TreeList

    -
    -public TreeList()
    -
    -
    Constructs a new empty list. -

    -

    -
    - -

    -TreeList

    -
    -public TreeList(java.util.Collection coll)
    -
    -
    Constructs a new empty list that copies the specified list. -

    -

    -
    Parameters:
    coll - the collection to copy -
    Throws: -
    java.lang.NullPointerException - if the collection is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -get

    -
    -public java.lang.Object get(int index)
    -
    -
    Gets the element at the specified index. -

    -

    -
    Specified by:
    get in interface java.util.List
    Specified by:
    get in class java.util.AbstractList
    -
    -
    -
    Parameters:
    index - the index to retrieve -
    Returns:
    the element at the specified index
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Gets the current size of the list. -

    -

    -
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface java.util.List
    Specified by:
    size in class java.util.AbstractCollection
    -
    -
    - -
    Returns:
    the current size
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    Gets an iterator over the list. -

    -

    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    Overrides:
    iterator in class java.util.AbstractList
    -
    -
    - -
    Returns:
    an iterator over the list
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator()
    -
    -
    Gets a ListIterator over the list. -

    -

    -
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class java.util.AbstractList
    -
    -
    - -
    Returns:
    the new iterator
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator(int fromIndex)
    -
    -
    Gets a ListIterator over the list. -

    -

    -
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class java.util.AbstractList
    -
    -
    -
    Parameters:
    fromIndex - the index to start from -
    Returns:
    the new iterator
    -
    -
    -
    - -

    -indexOf

    -
    -public int indexOf(java.lang.Object object)
    -
    -
    Searches for the index of an object in the list. -

    -

    -
    Specified by:
    indexOf in interface java.util.List
    Overrides:
    indexOf in class java.util.AbstractList
    -
    -
    - -
    Returns:
    the index of the object, -1 if not found
    -
    -
    -
    - -

    -contains

    -
    -public boolean contains(java.lang.Object object)
    -
    -
    Searches for the presence of an object in the list. -

    -

    -
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.List
    Overrides:
    contains in class java.util.AbstractCollection
    -
    -
    - -
    Returns:
    true if the object is found
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray()
    -
    -
    Converts the list into an array. -

    -

    -
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.List
    Overrides:
    toArray in class java.util.AbstractCollection
    -
    -
    - -
    Returns:
    the list as an array
    -
    -
    -
    - -

    -add

    -
    -public void add(int index,
    -                java.lang.Object obj)
    -
    -
    Adds a new element to the list. -

    -

    -
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class java.util.AbstractList
    -
    -
    -
    Parameters:
    index - the index to add before
    obj - the element to add
    -
    -
    -
    - -

    -set

    -
    -public java.lang.Object set(int index,
    -                            java.lang.Object obj)
    -
    -
    Sets the element at the specified index. -

    -

    -
    Specified by:
    set in interface java.util.List
    Overrides:
    set in class java.util.AbstractList
    -
    -
    -
    Parameters:
    index - the index to set
    obj - the object to store at the specified index -
    Returns:
    the previous object at that index -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is invalid
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(int index)
    -
    -
    Removes the element at the specified index. -

    -

    -
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class java.util.AbstractList
    -
    -
    -
    Parameters:
    index - the index to remove -
    Returns:
    the previous object at that index
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    Clears the list, removing all entries. -

    -

    -
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.List
    Overrides:
    clear in class java.util.AbstractList
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + does use sligtly more memory. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Joerg Schmuecker, Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class java.util.AbstractList
    modCount
    +  + + + + + + + + + + + + + +
    +Constructor Summary
    TreeList() + +
    +          Constructs a new empty list.
    TreeList(java.util.Collection coll) + +
    +          Constructs a new empty list that copies the specified list.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(int index, + java.lang.Object obj) + +
    +          Adds a new element to the list.
    + voidclear() + +
    +          Clears the list, removing all entries.
    + booleancontains(java.lang.Object object) + +
    +          Searches for the presence of an object in the list.
    + java.lang.Objectget(int index) + +
    +          Gets the element at the specified index.
    + intindexOf(java.lang.Object object) + +
    +          Searches for the index of an object in the list.
    + java.util.Iteratoriterator() + +
    +          Gets an iterator over the list.
    + java.util.ListIteratorlistIterator() + +
    +          Gets a ListIterator over the list.
    + java.util.ListIteratorlistIterator(int fromIndex) + +
    +          Gets a ListIterator over the list.
    + java.lang.Objectremove(int index) + +
    +          Removes the element at the specified index.
    + java.lang.Objectset(int index, + java.lang.Object obj) + +
    +          Sets the element at the specified index.
    + intsize() + +
    +          Gets the current size of the list.
    + java.lang.Object[]toArray() + +
    +          Converts the list into an array.
    + + + + + + + +
    Methods inherited from class java.util.AbstractList
    add, addAll, equals, hashCode, lastIndexOf, removeRange, subList
    + + + + + + + +
    Methods inherited from class java.util.AbstractCollection
    addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.List
    addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TreeList

    +
    +public TreeList()
    +
    +
    Constructs a new empty list. +

    +

    +
    + +

    +TreeList

    +
    +public TreeList(java.util.Collection coll)
    +
    +
    Constructs a new empty list that copies the specified list. +

    +

    +
    Parameters:
    coll - the collection to copy +
    Throws: +
    java.lang.NullPointerException - if the collection is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +get

    +
    +public java.lang.Object get(int index)
    +
    +
    Gets the element at the specified index. +

    +

    +
    Specified by:
    get in interface java.util.List
    Specified by:
    get in class java.util.AbstractList
    +
    +
    +
    Parameters:
    index - the index to retrieve +
    Returns:
    the element at the specified index
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Gets the current size of the list. +

    +

    +
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface java.util.List
    Specified by:
    size in class java.util.AbstractCollection
    +
    +
    + +
    Returns:
    the current size
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    Gets an iterator over the list. +

    +

    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    Overrides:
    iterator in class java.util.AbstractList
    +
    +
    + +
    Returns:
    an iterator over the list
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator()
    +
    +
    Gets a ListIterator over the list. +

    +

    +
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class java.util.AbstractList
    +
    +
    + +
    Returns:
    the new iterator
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator(int fromIndex)
    +
    +
    Gets a ListIterator over the list. +

    +

    +
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class java.util.AbstractList
    +
    +
    +
    Parameters:
    fromIndex - the index to start from +
    Returns:
    the new iterator
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(java.lang.Object object)
    +
    +
    Searches for the index of an object in the list. +

    +

    +
    Specified by:
    indexOf in interface java.util.List
    Overrides:
    indexOf in class java.util.AbstractList
    +
    +
    + +
    Returns:
    the index of the object, -1 if not found
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(java.lang.Object object)
    +
    +
    Searches for the presence of an object in the list. +

    +

    +
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.List
    Overrides:
    contains in class java.util.AbstractCollection
    +
    +
    + +
    Returns:
    true if the object is found
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray()
    +
    +
    Converts the list into an array. +

    +

    +
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.List
    Overrides:
    toArray in class java.util.AbstractCollection
    +
    +
    + +
    Returns:
    the list as an array
    +
    +
    +
    + +

    +add

    +
    +public void add(int index,
    +                java.lang.Object obj)
    +
    +
    Adds a new element to the list. +

    +

    +
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class java.util.AbstractList
    +
    +
    +
    Parameters:
    index - the index to add before
    obj - the element to add
    +
    +
    +
    + +

    +set

    +
    +public java.lang.Object set(int index,
    +                            java.lang.Object obj)
    +
    +
    Sets the element at the specified index. +

    +

    +
    Specified by:
    set in interface java.util.List
    Overrides:
    set in class java.util.AbstractList
    +
    +
    +
    Parameters:
    index - the index to set
    obj - the object to store at the specified index +
    Returns:
    the previous object at that index +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(int index)
    +
    +
    Removes the element at the specified index. +

    +

    +
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class java.util.AbstractList
    +
    +
    +
    Parameters:
    index - the index to remove +
    Returns:
    the previous object at that index
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    Clears the list, removing all entries. +

    +

    +
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.List
    Overrides:
    clear in class java.util.AbstractList
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/TypedList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/TypedList.html index 28c41ba..b7b7bcc 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/TypedList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/TypedList.html @@ -1,281 +1,281 @@ - - - - - - - -TypedList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class TypedList

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.list.TypedList
    -
    -
    -
    -
    public class TypedList
    extends java.lang.Object
    - - -

    + + + + + + + +TypedList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.list +
    +Class TypedList

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.list.TypedList
    +
    +
    +
    +
    public class TypedList
    extends java.lang.Object
    + + +

    Decorates another List to validate that elements added are of a specific type.

    - The validation of additions is performed via an instanceof test against + The validation of additions is performed via an instanceof test against a specified Class. If an object cannot be added to the - collection, an IllegalArgumentException is thrown. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Matthew Hawthorne
    -
    -
    - -

    - - - - - - - - - - - - -
    -Constructor Summary
    -protected TypedList() - -
    -          Restrictive constructor.
    -  - - - - - - - - - - - -
    -Method Summary
    -static java.util.Listdecorate(java.util.List list, - java.lang.Class type) - -
    -          Factory method to create a typed list.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TypedList

    -
    -protected TypedList()
    -
    -
    Restrictive constructor. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.List decorate(java.util.List list,
    -                                      java.lang.Class type)
    -
    + collection, an IllegalArgumentException is thrown. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Matthew Hawthorne
    +
    +
    + +

    + + + + + + + + + + + + +
    +Constructor Summary
    +protected TypedList() + +
    +          Restrictive constructor.
    +  + + + + + + + + + + + +
    +Method Summary
    +static java.util.Listdecorate(java.util.List list, + java.lang.Class type) + +
    +          Factory method to create a typed list.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TypedList

    +
    +protected TypedList()
    +
    +
    Restrictive constructor. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.List decorate(java.util.List list,
    +                                      java.lang.Class type)
    +
    Factory method to create a typed list.

    If there are any elements already in the list being decorated, they - are validated. -

    -

    -
    Parameters:
    list - the list to decorate, must not be null
    type - the type to allow into the collection, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list or type is null -
    java.lang.IllegalArgumentException - if the list contains invalid elements
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are validated. +

    +

    +
    Parameters:
    list - the list to decorate, must not be null
    type - the type to allow into the collection, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list or type is null +
    java.lang.IllegalArgumentException - if the list contains invalid elements
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/UnmodifiableList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/UnmodifiableList.html index 359e098..19c0066 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/UnmodifiableList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/UnmodifiableList.html @@ -1,605 +1,605 @@ - - - - - - - -UnmodifiableList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.list -
    -Class UnmodifiableList

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.list.AbstractListDecorator
    -          extended by org.apache.commons.collections.list.AbstractSerializableListDecorator
    -              extended by org.apache.commons.collections.list.UnmodifiableList
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableList
    extends AbstractSerializableListDecorator
    implements Unmodifiable
    - - -

    + + + + + + + +UnmodifiableList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.list +
    +Class UnmodifiableList

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.list.AbstractListDecorator
    +          extended by org.apache.commons.collections.list.AbstractSerializableListDecorator
    +              extended by org.apache.commons.collections.list.UnmodifiableList
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableList
    extends AbstractSerializableListDecorator
    implements Unmodifiable
    + + +

    Decorates another List to ensure it can't be altered.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(int index, - java.lang.Object object) - -
    -           
    - booleanadd(java.lang.Object object) - -
    -           
    - booleanaddAll(java.util.Collection coll) - -
    -           
    - booleanaddAll(int index, - java.util.Collection coll) - -
    -           
    - voidclear() - -
    -           
    -static java.util.Listdecorate(java.util.List list) - -
    -          Factory method to create an unmodifiable list.
    - java.util.Iteratoriterator() - -
    -           
    - java.util.ListIteratorlistIterator() - -
    -           
    - java.util.ListIteratorlistIterator(int index) - -
    -           
    - java.lang.Objectremove(int index) - -
    -           
    - booleanremove(java.lang.Object object) - -
    -           
    - booleanremoveAll(java.util.Collection coll) - -
    -           
    - booleanretainAll(java.util.Collection coll) - -
    -           
    - java.lang.Objectset(int index, - java.lang.Object object) - -
    -           
    - java.util.ListsubList(int fromIndex, - int toIndex) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.list.AbstractListDecorator
    get, getList, indexOf, lastIndexOf
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.List
    contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.List decorate(java.util.List list)
    -
    -
    Factory method to create an unmodifiable list. -

    -

    -
    -
    -
    -
    Parameters:
    list - the list to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list is null
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    Overrides:
    iterator in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.List
    Overrides:
    clear in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.List
    Overrides:
    removeAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.List
    Overrides:
    retainAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator()
    -
    -
    -
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -listIterator

    -
    -public java.util.ListIterator listIterator(int index)
    -
    -
    -
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public void add(int index,
    -                java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(int index,
    -                      java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(int index)
    -
    -
    -
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -set

    -
    -public java.lang.Object set(int index,
    -                            java.lang.Object object)
    -
    -
    -
    Specified by:
    set in interface java.util.List
    Overrides:
    set in class AbstractListDecorator
    -
    -
    -
    -
    -
    -
    - -

    -subList

    -
    -public java.util.List subList(int fromIndex,
    -                              int toIndex)
    -
    -
    -
    Specified by:
    subList in interface java.util.List
    Overrides:
    subList in class AbstractListDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(int index, + java.lang.Object object) + +
    +           
    + booleanadd(java.lang.Object object) + +
    +           
    + booleanaddAll(java.util.Collection coll) + +
    +           
    + booleanaddAll(int index, + java.util.Collection coll) + +
    +           
    + voidclear() + +
    +           
    +static java.util.Listdecorate(java.util.List list) + +
    +          Factory method to create an unmodifiable list.
    + java.util.Iteratoriterator() + +
    +           
    + java.util.ListIteratorlistIterator() + +
    +           
    + java.util.ListIteratorlistIterator(int index) + +
    +           
    + java.lang.Objectremove(int index) + +
    +           
    + booleanremove(java.lang.Object object) + +
    +           
    + booleanremoveAll(java.util.Collection coll) + +
    +           
    + booleanretainAll(java.util.Collection coll) + +
    +           
    + java.lang.Objectset(int index, + java.lang.Object object) + +
    +           
    + java.util.ListsubList(int fromIndex, + int toIndex) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.list.AbstractListDecorator
    get, getList, indexOf, lastIndexOf
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.List
    contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.List decorate(java.util.List list)
    +
    +
    Factory method to create an unmodifiable list. +

    +

    +
    +
    +
    +
    Parameters:
    list - the list to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list is null
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.List
    Overrides:
    iterator in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.List
    Overrides:
    clear in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.List
    Overrides:
    removeAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.List
    Overrides:
    retainAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator()
    +
    +
    +
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +listIterator

    +
    +public java.util.ListIterator listIterator(int index)
    +
    +
    +
    Specified by:
    listIterator in interface java.util.List
    Overrides:
    listIterator in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(int index,
    +                java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.List
    Overrides:
    add in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(int index,
    +                      java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.List
    Overrides:
    addAll in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(int index)
    +
    +
    +
    Specified by:
    remove in interface java.util.List
    Overrides:
    remove in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +set

    +
    +public java.lang.Object set(int index,
    +                            java.lang.Object object)
    +
    +
    +
    Specified by:
    set in interface java.util.List
    Overrides:
    set in class AbstractListDecorator
    +
    +
    +
    +
    +
    +
    + +

    +subList

    +
    +public java.util.List subList(int fromIndex,
    +                              int toIndex)
    +
    +
    +
    Specified by:
    subList in interface java.util.List
    Overrides:
    subList in class AbstractListDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.LinkedListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.LinkedListIterator.html index 5fa0286..c71dc39 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.LinkedListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.LinkedListIterator.html @@ -1,196 +1,196 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator

    -
    - - - - - - - - - -
    -Packages that use AbstractLinkedList.LinkedListIterator
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    -  -

    - - - - - -
    -Uses of AbstractLinkedList.LinkedListIterator in org.apache.commons.collections.list
    -  -

    - - - - - - - - - - - - + + + + + +
    Subclasses of AbstractLinkedList.LinkedListIterator in org.apache.commons.collections.list
    -protected static classAbstractLinkedList.LinkedSubListIterator - -
    -          A list iterator over the linked sub list.
    -static classCursorableLinkedList.Cursor - -
    + + + + + + + +Uses of Class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator

    +
    + + + + + + + + + +
    +Packages that use AbstractLinkedList.LinkedListIterator
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    +  +

    + + + + + +
    +Uses of AbstractLinkedList.LinkedListIterator in org.apache.commons.collections.list
    +  +

    + + + + + + + + + + + + - - - - - -
    Subclasses of AbstractLinkedList.LinkedListIterator in org.apache.commons.collections.list
    +protected static classAbstractLinkedList.LinkedSubListIterator + +
    +          A list iterator over the linked sub list.
    +static classCursorableLinkedList.Cursor + +
              An extended ListIterator that allows concurrent changes to - the underlying list.
    -protected static classCursorableLinkedList.SubCursor - -
    -          A cursor for the sublist based on LinkedSubListIterator.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + the underlying list.
    +protected static classCursorableLinkedList.SubCursor + +
    +          A cursor for the sublist based on LinkedSubListIterator.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.LinkedSubList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.LinkedSubList.html index fd33c06..f54b509 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.LinkedSubList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.LinkedSubList.html @@ -1,243 +1,243 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList

    -
    - - - - - - - - - -
    -Packages that use AbstractLinkedList.LinkedSubList
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    -  -

    - - - - - -
    -Uses of AbstractLinkedList.LinkedSubList in org.apache.commons.collections.list
    -  -

    - - - - - - - - - - - - - -
    Fields in org.apache.commons.collections.list declared as AbstractLinkedList.LinkedSubList
    -protected  AbstractLinkedList.LinkedSubListCursorableLinkedList.SubCursor.sub - -
    -          The parent list
    -protected  AbstractLinkedList.LinkedSubListAbstractLinkedList.LinkedSubListIterator.sub - -
    -          The parent list
    -  -

    - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.list with parameters of type AbstractLinkedList.LinkedSubList
    -protected  java.util.IteratorAbstractLinkedList.createSubListIterator(AbstractLinkedList.LinkedSubList subList) - -
    -          Creates an iterator for the sublist.
    -protected  java.util.ListIteratorCursorableLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList subList, - int fromIndex) - -
    -          Creates a list iterator for the sublist.
    -protected  java.util.ListIteratorAbstractLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList subList, - int fromIndex) - -
    -          Creates a list iterator for the sublist.
    -  -

    - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.list with parameters of type AbstractLinkedList.LinkedSubList
    AbstractLinkedList.LinkedSubListIterator(AbstractLinkedList.LinkedSubList sub, - int startIndex) - -
    -           
    CursorableLinkedList.SubCursor(AbstractLinkedList.LinkedSubList sub, - int index) - -
    -          Constructs a new cursor.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList

    +
    + + + + + + + + + +
    +Packages that use AbstractLinkedList.LinkedSubList
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    +  +

    + + + + + +
    +Uses of AbstractLinkedList.LinkedSubList in org.apache.commons.collections.list
    +  +

    + + + + + + + + + + + + + +
    Fields in org.apache.commons.collections.list declared as AbstractLinkedList.LinkedSubList
    +protected  AbstractLinkedList.LinkedSubListCursorableLinkedList.SubCursor.sub + +
    +          The parent list
    +protected  AbstractLinkedList.LinkedSubListAbstractLinkedList.LinkedSubListIterator.sub + +
    +          The parent list
    +  +

    + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.list with parameters of type AbstractLinkedList.LinkedSubList
    +protected  java.util.IteratorAbstractLinkedList.createSubListIterator(AbstractLinkedList.LinkedSubList subList) + +
    +          Creates an iterator for the sublist.
    +protected  java.util.ListIteratorCursorableLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList subList, + int fromIndex) + +
    +          Creates a list iterator for the sublist.
    +protected  java.util.ListIteratorAbstractLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList subList, + int fromIndex) + +
    +          Creates a list iterator for the sublist.
    +  +

    + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.list with parameters of type AbstractLinkedList.LinkedSubList
    AbstractLinkedList.LinkedSubListIterator(AbstractLinkedList.LinkedSubList sub, + int startIndex) + +
    +           
    CursorableLinkedList.SubCursor(AbstractLinkedList.LinkedSubList sub, + int index) + +
    +          Constructs a new cursor.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.LinkedSubListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.LinkedSubListIterator.html index a4cdf6d..459af22 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.LinkedSubListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.LinkedSubListIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator

    -
    -No usage of org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator

    +
    +No usage of org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.Node.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.Node.html index efa2b6a..200f48a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.Node.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.Node.html @@ -1,474 +1,474 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.AbstractLinkedList.Node (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.AbstractLinkedList.Node

    -
    - - - - - - - - - -
    -Packages that use AbstractLinkedList.Node
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    -  -

    - - - - - -
    -Uses of AbstractLinkedList.Node in org.apache.commons.collections.list
    -  -

    - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +
    Fields in org.apache.commons.collections.list declared as AbstractLinkedList.Node
    -protected  AbstractLinkedList.NodeAbstractLinkedList.LinkedListIterator.current - -
    -          The last node that was returned by AbstractLinkedList.LinkedListIterator.next() or AbstractLinkedList.LinkedListIterator.previous().
    -protected  AbstractLinkedList.NodeNodeCachingLinkedList.firstCachedNode - -
    -          The first cached node, or null if no nodes are cached.
    -protected  AbstractLinkedList.NodeAbstractLinkedList.header - -
    + + + + + + + +Uses of Class org.apache.commons.collections.list.AbstractLinkedList.Node (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.AbstractLinkedList.Node

    +
    + + + + + + + + + +
    +Packages that use AbstractLinkedList.Node
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    +  +

    + + + + + +
    +Uses of AbstractLinkedList.Node in org.apache.commons.collections.list
    +  +

    + + + + + + + + + + + + + + + + - - - - - - - - - - - - - -
    Fields in org.apache.commons.collections.list declared as AbstractLinkedList.Node
    +protected  AbstractLinkedList.NodeAbstractLinkedList.LinkedListIterator.current + +
    +          The last node that was returned by AbstractLinkedList.LinkedListIterator.next() or AbstractLinkedList.LinkedListIterator.previous().
    +protected  AbstractLinkedList.NodeNodeCachingLinkedList.firstCachedNode + +
    +          The first cached node, or null if no nodes are cached.
    +protected  AbstractLinkedList.NodeAbstractLinkedList.header + +
              A AbstractLinkedList.Node which indicates the start and end of the list and does not - hold a value.
    -protected  AbstractLinkedList.NodeAbstractLinkedList.Node.next - -
    -          A pointer to the node after this node
    -protected  AbstractLinkedList.NodeAbstractLinkedList.LinkedListIterator.next - -
    -          The node that will be returned by AbstractLinkedList.LinkedListIterator.next().
    -protected  AbstractLinkedList.NodeAbstractLinkedList.Node.previous - -
    -          A pointer to the node before this node
    -  -

    - - - - - - - - - - - - + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.list that return AbstractLinkedList.Node
    -protected  AbstractLinkedList.NodeAbstractLinkedList.createHeaderNode() - -
    -          Creates a new node with previous, next and element all set to null.
    -protected  AbstractLinkedList.NodeNodeCachingLinkedList.createNode(java.lang.Object value) - -
    + hold a value.
    +protected  AbstractLinkedList.NodeAbstractLinkedList.Node.next + +
    +          A pointer to the node after this node
    +protected  AbstractLinkedList.NodeAbstractLinkedList.LinkedListIterator.next + +
    +          The node that will be returned by AbstractLinkedList.LinkedListIterator.next().
    +protected  AbstractLinkedList.NodeAbstractLinkedList.Node.previous + +
    +          A pointer to the node before this node
    +  +

    + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.list that return AbstractLinkedList.Node
    +protected  AbstractLinkedList.NodeAbstractLinkedList.createHeaderNode() + +
    +          Creates a new node with previous, next and element all set to null.
    +protected  AbstractLinkedList.NodeNodeCachingLinkedList.createNode(java.lang.Object value) + +
              Creates a new node, either by reusing one from the cache or creating - a new one.
    -protected  AbstractLinkedList.NodeAbstractLinkedList.createNode(java.lang.Object value) - -
    -          Creates a new node with the specified properties.
    -protected  AbstractLinkedList.NodeAbstractLinkedList.LinkedListIterator.getLastNodeReturned() - -
    -          Gets the last node returned.
    -protected  AbstractLinkedList.NodeAbstractLinkedList.Node.getNextNode() - -
    -          Gets the next node.
    -protected  AbstractLinkedList.NodeAbstractLinkedList.getNode(int index, - boolean endMarkerAllowed) - -
    -          Gets the node at a particular index.
    -protected  AbstractLinkedList.NodeNodeCachingLinkedList.getNodeFromCache() - -
    -          Gets a node from the cache.
    -protected  AbstractLinkedList.NodeAbstractLinkedList.Node.getPreviousNode() - -
    -          Gets the previous node.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.list with parameters of type AbstractLinkedList.Node
    -protected  voidCursorableLinkedList.addNode(AbstractLinkedList.Node nodeToInsert, - AbstractLinkedList.Node insertBeforeNode) - -
    -          Inserts a new node into the list.
    -protected  voidAbstractLinkedList.addNode(AbstractLinkedList.Node nodeToInsert, - AbstractLinkedList.Node insertBeforeNode) - -
    -          Inserts a new node into the list.
    -protected  voidAbstractLinkedList.addNodeAfter(AbstractLinkedList.Node node, - java.lang.Object value) - -
    -          Creates a new node with the specified object as its - value and inserts it after node.
    -protected  voidAbstractLinkedList.addNodeBefore(AbstractLinkedList.Node node, - java.lang.Object value) - -
    -          Creates a new node with the specified object as its - value and inserts it before node.
    -protected  voidNodeCachingLinkedList.addNodeToCache(AbstractLinkedList.Node node) - -
    -          Adds a node to the cache, if the cache isn't full.
    -protected  voidCursorableLinkedList.broadcastNodeChanged(AbstractLinkedList.Node node) - -
    + a new one.
    +protected  AbstractLinkedList.NodeAbstractLinkedList.createNode(java.lang.Object value) + +
    +          Creates a new node with the specified properties.
    +protected  AbstractLinkedList.NodeAbstractLinkedList.LinkedListIterator.getLastNodeReturned() + +
    +          Gets the last node returned.
    +protected  AbstractLinkedList.NodeAbstractLinkedList.Node.getNextNode() + +
    +          Gets the next node.
    +protected  AbstractLinkedList.NodeAbstractLinkedList.getNode(int index, + boolean endMarkerAllowed) + +
    +          Gets the node at a particular index.
    +protected  AbstractLinkedList.NodeNodeCachingLinkedList.getNodeFromCache() + +
    +          Gets a node from the cache.
    +protected  AbstractLinkedList.NodeAbstractLinkedList.Node.getPreviousNode() + +
    +          Gets the previous node.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.list with parameters of type AbstractLinkedList.Node
    +protected  voidCursorableLinkedList.addNode(AbstractLinkedList.Node nodeToInsert, + AbstractLinkedList.Node insertBeforeNode) + +
    +          Inserts a new node into the list.
    +protected  voidAbstractLinkedList.addNode(AbstractLinkedList.Node nodeToInsert, + AbstractLinkedList.Node insertBeforeNode) + +
    +          Inserts a new node into the list.
    +protected  voidAbstractLinkedList.addNodeAfter(AbstractLinkedList.Node node, + java.lang.Object value) + +
    +          Creates a new node with the specified object as its + value and inserts it after node.
    +protected  voidAbstractLinkedList.addNodeBefore(AbstractLinkedList.Node node, + java.lang.Object value) + +
    +          Creates a new node with the specified object as its + value and inserts it before node.
    +protected  voidNodeCachingLinkedList.addNodeToCache(AbstractLinkedList.Node node) + +
    +          Adds a node to the cache, if the cache isn't full.
    +protected  voidCursorableLinkedList.broadcastNodeChanged(AbstractLinkedList.Node node) + +
              Informs all of my registered cursors that the specified - element was changed.
    -protected  voidCursorableLinkedList.broadcastNodeInserted(AbstractLinkedList.Node node) - -
    + element was changed.
    +protected  voidCursorableLinkedList.broadcastNodeInserted(AbstractLinkedList.Node node) + +
              Informs all of my registered cursors that the specified - element was just added to my list.
    -protected  voidCursorableLinkedList.broadcastNodeRemoved(AbstractLinkedList.Node node) - -
    + element was just added to my list.
    +protected  voidCursorableLinkedList.broadcastNodeRemoved(AbstractLinkedList.Node node) + +
              Informs all of my registered cursors that the specified - element was just removed from my list.
    -protected  voidCursorableLinkedList.Cursor.nodeChanged(AbstractLinkedList.Node node) - -
    -          Handle event from the list when a node has changed.
    -protected  voidCursorableLinkedList.Cursor.nodeInserted(AbstractLinkedList.Node node) - -
    -          Handle event from the list when a node has been added.
    -protected  voidCursorableLinkedList.Cursor.nodeRemoved(AbstractLinkedList.Node node) - -
    -          Handle event from the list when a node has been removed.
    -protected  voidNodeCachingLinkedList.removeNode(AbstractLinkedList.Node node) - -
    + element was just removed from my list.
    +protected  voidCursorableLinkedList.Cursor.nodeChanged(AbstractLinkedList.Node node) + +
    +          Handle event from the list when a node has changed.
    +protected  voidCursorableLinkedList.Cursor.nodeInserted(AbstractLinkedList.Node node) + +
    +          Handle event from the list when a node has been added.
    +protected  voidCursorableLinkedList.Cursor.nodeRemoved(AbstractLinkedList.Node node) + +
    +          Handle event from the list when a node has been removed.
    +protected  voidNodeCachingLinkedList.removeNode(AbstractLinkedList.Node node) + +
              Removes the node from the list, storing it in the cache for reuse - if the cache is not yet full.
    -protected  voidCursorableLinkedList.removeNode(AbstractLinkedList.Node node) - -
    -          Removes the specified node from the list.
    -protected  voidAbstractLinkedList.removeNode(AbstractLinkedList.Node node) - -
    -          Removes the specified node from the list.
    -protected  voidAbstractLinkedList.Node.setNextNode(AbstractLinkedList.Node next) - -
    -          Sets the next node.
    -protected  voidAbstractLinkedList.Node.setPreviousNode(AbstractLinkedList.Node previous) - -
    -          Sets the previous node.
    -protected  voidCursorableLinkedList.updateNode(AbstractLinkedList.Node node, - java.lang.Object value) - -
    -          Updates the node with a new value.
    -protected  voidAbstractLinkedList.updateNode(AbstractLinkedList.Node node, - java.lang.Object value) - -
    -          Updates the node with a new value.
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.list with parameters of type AbstractLinkedList.Node
    AbstractLinkedList.Node(AbstractLinkedList.Node previous, - AbstractLinkedList.Node next, - java.lang.Object value) - -
    -          Constructs a new node.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + if the cache is not yet full.
    +protected  voidCursorableLinkedList.removeNode(AbstractLinkedList.Node node) + +
    +          Removes the specified node from the list.
    +protected  voidAbstractLinkedList.removeNode(AbstractLinkedList.Node node) + +
    +          Removes the specified node from the list.
    +protected  voidAbstractLinkedList.Node.setNextNode(AbstractLinkedList.Node next) + +
    +          Sets the next node.
    +protected  voidAbstractLinkedList.Node.setPreviousNode(AbstractLinkedList.Node previous) + +
    +          Sets the previous node.
    +protected  voidCursorableLinkedList.updateNode(AbstractLinkedList.Node node, + java.lang.Object value) + +
    +          Updates the node with a new value.
    +protected  voidAbstractLinkedList.updateNode(AbstractLinkedList.Node node, + java.lang.Object value) + +
    +          Updates the node with a new value.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.list with parameters of type AbstractLinkedList.Node
    AbstractLinkedList.Node(AbstractLinkedList.Node previous, + AbstractLinkedList.Node next, + java.lang.Object value) + +
    +          Constructs a new node.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.html index 623a793..9d3ceaf 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractLinkedList.html @@ -1,228 +1,228 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.AbstractLinkedList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.AbstractLinkedList

    -
    - - - - - - - - - -
    -Packages that use AbstractLinkedList
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    -  -

    - - - - - -
    -Uses of AbstractLinkedList in org.apache.commons.collections.list
    -  -

    - - - - - - - - + +
    Subclasses of AbstractLinkedList in org.apache.commons.collections.list
    - classCursorableLinkedList - -
    + + + + + + + +Uses of Class org.apache.commons.collections.list.AbstractLinkedList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.AbstractLinkedList

    +
    + + + + + + + + + +
    +Packages that use AbstractLinkedList
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    +  +

    + + + + + +
    +Uses of AbstractLinkedList in org.apache.commons.collections.list
    +  +

    + + + + + + + + - - - - + + + + - -
    Subclasses of AbstractLinkedList in org.apache.commons.collections.list
    + classCursorableLinkedList + +
              A List implementation with a ListIterator that - allows concurrent modifications to the underlying list.
    - classNodeCachingLinkedList - -
    + allows concurrent modifications to the underlying list.
    + classNodeCachingLinkedList + +
              A List implementation that stores a cache of internal Node objects - in an effort to reduce wasteful object creation.
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections.list declared as AbstractLinkedList
    -protected  AbstractLinkedListAbstractLinkedList.LinkedListIterator.parent - -
    -          The parent list
    -  -

    - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.list with parameters of type AbstractLinkedList
    AbstractLinkedList.LinkedListIterator(AbstractLinkedList parent, - int fromIndex) - -
    -          Create a ListIterator for a list.
    AbstractLinkedList.LinkedSubList(AbstractLinkedList parent, - int fromIndex, - int toIndex) - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + in an effort to reduce wasteful object creation.
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections.list declared as AbstractLinkedList
    +protected  AbstractLinkedListAbstractLinkedList.LinkedListIterator.parent + +
    +          The parent list
    +  +

    + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.list with parameters of type AbstractLinkedList
    AbstractLinkedList.LinkedListIterator(AbstractLinkedList parent, + int fromIndex) + +
    +          Create a ListIterator for a list.
    AbstractLinkedList.LinkedSubList(AbstractLinkedList parent, + int fromIndex, + int toIndex) + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractListDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractListDecorator.html index 87a629f..222674e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractListDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractListDecorator.html @@ -1,222 +1,222 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.AbstractListDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.AbstractListDecorator

    -
    - - - - - - - - - -
    -Packages that use AbstractListDecorator
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    -  -

    - - - - - -
    -Uses of AbstractListDecorator in org.apache.commons.collections.list
    -  -

    - - - - - - - - - - - - - - - - + + + + + +
    Subclasses of AbstractListDecorator in org.apache.commons.collections.list
    - classAbstractSerializableListDecorator - -
    -          Serializable subclass of AbstractListDecorator.
    - classFixedSizeList - -
    -          Decorates another List to fix the size preventing add/remove.
    - classGrowthList - -
    + + + + + + + +Uses of Class org.apache.commons.collections.list.AbstractListDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.AbstractListDecorator

    +
    + + + + + + + + + +
    +Packages that use AbstractListDecorator
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    +  +

    + + + + + +
    +Uses of AbstractListDecorator in org.apache.commons.collections.list
    +  +

    + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - -
    Subclasses of AbstractListDecorator in org.apache.commons.collections.list
    + classAbstractSerializableListDecorator + +
    +          Serializable subclass of AbstractListDecorator.
    + classFixedSizeList + +
    +          Decorates another List to fix the size preventing add/remove.
    + classGrowthList + +
              Decorates another List to make it seamlessly grow when indices larger than the list size are used on add and set, - avoiding most IndexOutOfBoundsExceptions.
    - classLazyList - -
    -          Decorates another List to create objects in the list on demand.
    - classSetUniqueList - -
    + avoiding most IndexOutOfBoundsExceptions.
    + classLazyList + +
    +          Decorates another List to create objects in the list on demand.
    + classSetUniqueList + +
              Decorates a List to ensure that no duplicates are present - much like a Set.
    - classUnmodifiableList - -
    -          Decorates another List to ensure it can't be altered.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + much like a Set.
    + classUnmodifiableList + +
    +          Decorates another List to ensure it can't be altered.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractSerializableListDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractSerializableListDecorator.html index 52e58cc..e245601 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractSerializableListDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/AbstractSerializableListDecorator.html @@ -1,214 +1,214 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.AbstractSerializableListDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.AbstractSerializableListDecorator

    -
    - - - - - - - - - -
    -Packages that use AbstractSerializableListDecorator
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    -  -

    - - - - - -
    -Uses of AbstractSerializableListDecorator in org.apache.commons.collections.list
    -  -

    - - - - - - - - - - - - + + + + + +
    Subclasses of AbstractSerializableListDecorator in org.apache.commons.collections.list
    - classFixedSizeList - -
    -          Decorates another List to fix the size preventing add/remove.
    - classGrowthList - -
    + + + + + + + +Uses of Class org.apache.commons.collections.list.AbstractSerializableListDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.AbstractSerializableListDecorator

    +
    + + + + + + + + + +
    +Packages that use AbstractSerializableListDecorator
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    +  +

    + + + + + +
    +Uses of AbstractSerializableListDecorator in org.apache.commons.collections.list
    +  +

    + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - -
    Subclasses of AbstractSerializableListDecorator in org.apache.commons.collections.list
    + classFixedSizeList + +
    +          Decorates another List to fix the size preventing add/remove.
    + classGrowthList + +
              Decorates another List to make it seamlessly grow when indices larger than the list size are used on add and set, - avoiding most IndexOutOfBoundsExceptions.
    - classLazyList - -
    -          Decorates another List to create objects in the list on demand.
    - classSetUniqueList - -
    + avoiding most IndexOutOfBoundsExceptions.
    + classLazyList + +
    +          Decorates another List to create objects in the list on demand.
    + classSetUniqueList + +
              Decorates a List to ensure that no duplicates are present - much like a Set.
    - classUnmodifiableList - -
    -          Decorates another List to ensure it can't be altered.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + much like a Set.
    + classUnmodifiableList + +
    +          Decorates another List to ensure it can't be altered.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/CursorableLinkedList.Cursor.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/CursorableLinkedList.Cursor.html index b615088..3576e68 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/CursorableLinkedList.Cursor.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/CursorableLinkedList.Cursor.html @@ -1,228 +1,228 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.CursorableLinkedList.Cursor (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.CursorableLinkedList.Cursor

    -
    - - - - - - - - - -
    -Packages that use CursorableLinkedList.Cursor
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    -  -

    - - - - - -
    -Uses of CursorableLinkedList.Cursor in org.apache.commons.collections.list
    -  -

    - - - - - - - - - -
    Subclasses of CursorableLinkedList.Cursor in org.apache.commons.collections.list
    -protected static classCursorableLinkedList.SubCursor - -
    -          A cursor for the sublist based on LinkedSubListIterator.
    -  -

    - - - - - - - - - - - - + +
    Methods in org.apache.commons.collections.list that return CursorableLinkedList.Cursor
    - CursorableLinkedList.CursorCursorableLinkedList.cursor() - -
    -          Returns a CursorableLinkedList.Cursor for iterating through the elements of this list.
    - CursorableLinkedList.CursorCursorableLinkedList.cursor(int fromIndex) - -
    + + + + + + + +Uses of Class org.apache.commons.collections.list.CursorableLinkedList.Cursor (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.CursorableLinkedList.Cursor

    +
    + + + + + + + + + +
    +Packages that use CursorableLinkedList.Cursor
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    +  +

    + + + + + +
    +Uses of CursorableLinkedList.Cursor in org.apache.commons.collections.list
    +  +

    + + + + + + + + + +
    Subclasses of CursorableLinkedList.Cursor in org.apache.commons.collections.list
    +protected static classCursorableLinkedList.SubCursor + +
    +          A cursor for the sublist based on LinkedSubListIterator.
    +  +

    + + + + + + + + + + + + - -
    Methods in org.apache.commons.collections.list that return CursorableLinkedList.Cursor
    + CursorableLinkedList.CursorCursorableLinkedList.cursor() + +
    +          Returns a CursorableLinkedList.Cursor for iterating through the elements of this list.
    + CursorableLinkedList.CursorCursorableLinkedList.cursor(int fromIndex) + +
              Returns a CursorableLinkedList.Cursor for iterating through the elements of this list - starting from a specified index.
    -  -

    - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.list with parameters of type CursorableLinkedList.Cursor
    -protected  voidCursorableLinkedList.registerCursor(CursorableLinkedList.Cursor cursor) - -
    -          Registers a cursor to be notified of changes to this list.
    -protected  voidCursorableLinkedList.unregisterCursor(CursorableLinkedList.Cursor cursor) - -
    -          Deregisters a cursor from the list to be notified of changes.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + starting from a specified index.
    +  +

    + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.list with parameters of type CursorableLinkedList.Cursor
    +protected  voidCursorableLinkedList.registerCursor(CursorableLinkedList.Cursor cursor) + +
    +          Registers a cursor to be notified of changes to this list.
    +protected  voidCursorableLinkedList.unregisterCursor(CursorableLinkedList.Cursor cursor) + +
    +          Deregisters a cursor from the list to be notified of changes.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/CursorableLinkedList.SubCursor.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/CursorableLinkedList.SubCursor.html index ce44bab..280182f 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/CursorableLinkedList.SubCursor.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/CursorableLinkedList.SubCursor.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.CursorableLinkedList.SubCursor (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.CursorableLinkedList.SubCursor

    -
    -No usage of org.apache.commons.collections.list.CursorableLinkedList.SubCursor -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.list.CursorableLinkedList.SubCursor (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.CursorableLinkedList.SubCursor

    +
    +No usage of org.apache.commons.collections.list.CursorableLinkedList.SubCursor +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/CursorableLinkedList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/CursorableLinkedList.html index 0bf9b44..f475748 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/CursorableLinkedList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/CursorableLinkedList.html @@ -1,178 +1,178 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.CursorableLinkedList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.CursorableLinkedList

    -
    - - - - - - - - - -
    -Packages that use CursorableLinkedList
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    -  -

    - - - - - -
    -Uses of CursorableLinkedList in org.apache.commons.collections.list
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.list with parameters of type CursorableLinkedList
    CursorableLinkedList.Cursor(CursorableLinkedList parent, - int index) - -
    -          Constructs a new cursor.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.list.CursorableLinkedList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.CursorableLinkedList

    +
    + + + + + + + + + +
    +Packages that use CursorableLinkedList
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    +  +

    + + + + + +
    +Uses of CursorableLinkedList in org.apache.commons.collections.list
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.list with parameters of type CursorableLinkedList
    CursorableLinkedList.Cursor(CursorableLinkedList parent, + int index) + +
    +          Constructs a new cursor.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/FixedSizeList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/FixedSizeList.html index 31f6f19..8961f23 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/FixedSizeList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/FixedSizeList.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.FixedSizeList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.FixedSizeList

    -
    -No usage of org.apache.commons.collections.list.FixedSizeList -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.list.FixedSizeList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.FixedSizeList

    +
    +No usage of org.apache.commons.collections.list.FixedSizeList +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/GrowthList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/GrowthList.html index c3b087e..bfe36e4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/GrowthList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/GrowthList.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.GrowthList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.GrowthList

    -
    -No usage of org.apache.commons.collections.list.GrowthList -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.list.GrowthList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.GrowthList

    +
    +No usage of org.apache.commons.collections.list.GrowthList +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/LazyList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/LazyList.html index e40baba..3984a23 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/LazyList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/LazyList.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.LazyList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.LazyList

    -
    -No usage of org.apache.commons.collections.list.LazyList -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.list.LazyList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.LazyList

    +
    +No usage of org.apache.commons.collections.list.LazyList +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/NodeCachingLinkedList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/NodeCachingLinkedList.html index 1a4c728..9be4347 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/NodeCachingLinkedList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/NodeCachingLinkedList.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.NodeCachingLinkedList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.NodeCachingLinkedList

    -
    -No usage of org.apache.commons.collections.list.NodeCachingLinkedList -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.list.NodeCachingLinkedList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.NodeCachingLinkedList

    +
    +No usage of org.apache.commons.collections.list.NodeCachingLinkedList +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/PredicatedList.PredicatedListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/PredicatedList.PredicatedListIterator.html index 3b8b148..ab4ae07 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/PredicatedList.PredicatedListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/PredicatedList.PredicatedListIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.PredicatedList.PredicatedListIterator

    -
    -No usage of org.apache.commons.collections.list.PredicatedList.PredicatedListIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.PredicatedList.PredicatedListIterator

    +
    +No usage of org.apache.commons.collections.list.PredicatedList.PredicatedListIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/PredicatedList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/PredicatedList.html index 2bb6e8c..af3faa4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/PredicatedList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/PredicatedList.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.PredicatedList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.PredicatedList

    -
    -No usage of org.apache.commons.collections.list.PredicatedList -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.list.PredicatedList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.PredicatedList

    +
    +No usage of org.apache.commons.collections.list.PredicatedList +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/SetUniqueList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/SetUniqueList.html index 65abae0..156ca13 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/SetUniqueList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/SetUniqueList.html @@ -1,179 +1,179 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.SetUniqueList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.SetUniqueList

    -
    - - - - - - - - - -
    -Packages that use SetUniqueList
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    -  -

    - - - - - -
    -Uses of SetUniqueList in org.apache.commons.collections.list
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.list that return SetUniqueList
    -static SetUniqueListSetUniqueList.decorate(java.util.List list) - -
    -          Factory method to create a SetList using the supplied list to retain order.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.list.SetUniqueList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.SetUniqueList

    +
    + + + + + + + + + +
    +Packages that use SetUniqueList
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    +  +

    + + + + + +
    +Uses of SetUniqueList in org.apache.commons.collections.list
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.list that return SetUniqueList
    +static SetUniqueListSetUniqueList.decorate(java.util.List list) + +
    +          Factory method to create a SetList using the supplied list to retain order.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/SynchronizedList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/SynchronizedList.html index 8c6f67e..eec9f4d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/SynchronizedList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/SynchronizedList.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.SynchronizedList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.SynchronizedList

    -
    -No usage of org.apache.commons.collections.list.SynchronizedList -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.list.SynchronizedList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.SynchronizedList

    +
    +No usage of org.apache.commons.collections.list.SynchronizedList +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/TransformedList.TransformedListIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/TransformedList.TransformedListIterator.html index e30a1ed..91fcc10 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/TransformedList.TransformedListIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/TransformedList.TransformedListIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.TransformedList.TransformedListIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.TransformedList.TransformedListIterator

    -
    -No usage of org.apache.commons.collections.list.TransformedList.TransformedListIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.list.TransformedList.TransformedListIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.TransformedList.TransformedListIterator

    +
    +No usage of org.apache.commons.collections.list.TransformedList.TransformedListIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/TransformedList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/TransformedList.html index 3253d32..1de3fd8 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/TransformedList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/TransformedList.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.TransformedList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.TransformedList

    -
    -No usage of org.apache.commons.collections.list.TransformedList -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.list.TransformedList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.TransformedList

    +
    +No usage of org.apache.commons.collections.list.TransformedList +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/TreeList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/TreeList.html index 01eb62b..be31f4e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/TreeList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/TreeList.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.TreeList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.TreeList

    -
    -No usage of org.apache.commons.collections.list.TreeList -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.list.TreeList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.TreeList

    +
    +No usage of org.apache.commons.collections.list.TreeList +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/TypedList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/TypedList.html index b8440c7..2bf203b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/TypedList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/TypedList.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.TypedList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.TypedList

    -
    -No usage of org.apache.commons.collections.list.TypedList -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.list.TypedList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.TypedList

    +
    +No usage of org.apache.commons.collections.list.TypedList +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/UnmodifiableList.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/UnmodifiableList.html index 222d55b..8a68648 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/UnmodifiableList.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/class-use/UnmodifiableList.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.list.UnmodifiableList (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.list.UnmodifiableList

    -
    -No usage of org.apache.commons.collections.list.UnmodifiableList -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.list.UnmodifiableList (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.list.UnmodifiableList

    +
    +No usage of org.apache.commons.collections.list.UnmodifiableList +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/package-frame.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/package-frame.html index 2404dcc..d3b2251 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/package-frame.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/package-frame.html @@ -1,73 +1,73 @@ - - - - - - - -org.apache.commons.collections.list (Commons Collections 3.2.1 API) - - - - - - - - - - - -org.apache.commons.collections.list - - - - -
    -Classes  - -
    -AbstractLinkedList -
    -AbstractLinkedList.LinkedListIterator -
    -AbstractLinkedList.LinkedSubList -
    -AbstractLinkedList.LinkedSubListIterator -
    -AbstractLinkedList.Node -
    -AbstractListDecorator -
    -AbstractSerializableListDecorator -
    -CursorableLinkedList -
    -CursorableLinkedList.Cursor -
    -CursorableLinkedList.SubCursor -
    -FixedSizeList -
    -GrowthList -
    -LazyList -
    -NodeCachingLinkedList -
    -PredicatedList -
    -SetUniqueList -
    -SynchronizedList -
    -TransformedList -
    -TreeList -
    -TypedList -
    -UnmodifiableList
    - - - - + + + + + + + +org.apache.commons.collections.list (Commons Collections 3.2.1 API) + + + + + + + + + + + +org.apache.commons.collections.list + + + + +
    +Classes  + +
    +AbstractLinkedList +
    +AbstractLinkedList.LinkedListIterator +
    +AbstractLinkedList.LinkedSubList +
    +AbstractLinkedList.LinkedSubListIterator +
    +AbstractLinkedList.Node +
    +AbstractListDecorator +
    +AbstractSerializableListDecorator +
    +CursorableLinkedList +
    +CursorableLinkedList.Cursor +
    +CursorableLinkedList.SubCursor +
    +FixedSizeList +
    +GrowthList +
    +LazyList +
    +NodeCachingLinkedList +
    +PredicatedList +
    +SetUniqueList +
    +SynchronizedList +
    +TransformedList +
    +TreeList +
    +TypedList +
    +UnmodifiableList
    + + + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/package-summary.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/package-summary.html index efad7aa..d564c21 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/package-summary.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/package-summary.html @@ -1,288 +1,288 @@ - - - - - - - -org.apache.commons.collections.list (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package org.apache.commons.collections.list -

    - -This package contains implementations of the -List interface. -

    -See: -
    -          Description -

    - - - - - - - + + + + + + + +org.apache.commons.collections.list (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + +
    -Class Summary
    AbstractLinkedList
    + + + + + + + + + +
    + +
    + + + +


    +

    +Package org.apache.commons.collections.list +

    + +This package contains implementations of the +List interface. +

    +See: +
    +          Description +

    + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + subclasses to override. + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + allows concurrent modifications to the underlying list. + + + - - - - - - - - - - - + the underlying list. + + + + + + + + + + + - - - - - - - + avoiding most IndexOutOfBoundsExceptions. + + + + + + + - - - + in an effort to reduce wasteful object creation. + + + - - - + match a specified predicate. + + + - - - + much like a Set. + + + - - - - - - - + for a multi-threaded environment. + + + + + + + - - - + removals at any index in the list. + + + - - - - - -
    +Class Summary
    AbstractLinkedList An abstract implementation of a linked list which provides numerous points for - subclasses to override.
    AbstractLinkedList.LinkedListIteratorA list iterator over the linked list.
    AbstractLinkedList.LinkedSubListThe sublist implementation for AbstractLinkedList.
    AbstractLinkedList.LinkedSubListIteratorA list iterator over the linked sub list.
    AbstractLinkedList.NodeA node within the linked list.
    AbstractListDecoratorDecorates another List to provide additional behaviour.
    AbstractSerializableListDecoratorSerializable subclass of AbstractListDecorator.
    CursorableLinkedList
    AbstractLinkedList.LinkedListIteratorA list iterator over the linked list.
    AbstractLinkedList.LinkedSubListThe sublist implementation for AbstractLinkedList.
    AbstractLinkedList.LinkedSubListIteratorA list iterator over the linked sub list.
    AbstractLinkedList.NodeA node within the linked list.
    AbstractListDecoratorDecorates another List to provide additional behaviour.
    AbstractSerializableListDecoratorSerializable subclass of AbstractListDecorator.
    CursorableLinkedList A List implementation with a ListIterator that - allows concurrent modifications to the underlying list.
    CursorableLinkedList.Cursor
    CursorableLinkedList.Cursor An extended ListIterator that allows concurrent changes to - the underlying list.
    CursorableLinkedList.SubCursorA cursor for the sublist based on LinkedSubListIterator.
    FixedSizeListDecorates another List to fix the size preventing add/remove.
    GrowthList
    CursorableLinkedList.SubCursorA cursor for the sublist based on LinkedSubListIterator.
    FixedSizeListDecorates another List to fix the size preventing add/remove.
    GrowthList Decorates another List to make it seamlessly grow when indices larger than the list size are used on add and set, - avoiding most IndexOutOfBoundsExceptions.
    LazyListDecorates another List to create objects in the list on demand.
    NodeCachingLinkedList
    LazyListDecorates another List to create objects in the list on demand.
    NodeCachingLinkedList A List implementation that stores a cache of internal Node objects - in an effort to reduce wasteful object creation.
    PredicatedList
    PredicatedList Decorates another List to validate that all additions - match a specified predicate.
    SetUniqueList
    SetUniqueList Decorates a List to ensure that no duplicates are present - much like a Set.
    SynchronizedList
    SynchronizedList Decorates another List to synchronize its behaviour - for a multi-threaded environment.
    TransformedListDecorates another List to transform objects that are added.
    TreeList
    TransformedListDecorates another List to transform objects that are added.
    TreeList A List implementation that is optimised for fast insertions and - removals at any index in the list.
    TypedList
    TypedList Decorates another List to validate that elements - added are of a specific type.
    UnmodifiableListDecorates another List to ensure it can't be altered.
    -  - -

    -

    -Package org.apache.commons.collections.list Description -

    - -

    -

    -This package contains implementations of the -List interface. -

    -

    -The following implementations are provided in the package: -

      -
    • TreeList - a list that is optimised for insertions and removals at any index in the list
    • -
    • CursorableLinkedList - a list that can be modified while the listIterator (cursor) is being used
    • -
    • NodeCachingLinkedList - a linked list that caches the storage nodes for a performance gain
    • -
    -

    -

    -The following decorators are provided in the package: -

      -
    • Synchronized - synchronizes method access for multi-threaded environments
    • -
    • Unmodifiable - ensures the collection cannot be altered
    • -
    • Predicated - ensures that only elements that are valid according to a predicate can be added
    • -
    • Typed - ensures that only elements that are of a specific type can be added
    • -
    • Transformed - transforms each element added
    • -
    • FixedSize - ensures that the size of the list cannot change
    • -
    • Lazy - creates objects in the list on demand
    • -
    • Growth - grows the list instead of erroring when set/add used with index beyond the list size
    • -
    • SetUnique - a list that avoids duplicate entries like a Set
    • -
    -

    -

    - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + added are of a specific type. + + +UnmodifiableList +Decorates another List to ensure it can't be altered. + + +  + +

    +

    +Package org.apache.commons.collections.list Description +

    + +

    +

    +This package contains implementations of the +List interface. +

    +

    +The following implementations are provided in the package: +

      +
    • TreeList - a list that is optimised for insertions and removals at any index in the list
    • +
    • CursorableLinkedList - a list that can be modified while the listIterator (cursor) is being used
    • +
    • NodeCachingLinkedList - a linked list that caches the storage nodes for a performance gain
    • +
    +

    +

    +The following decorators are provided in the package: +

      +
    • Synchronized - synchronizes method access for multi-threaded environments
    • +
    • Unmodifiable - ensures the collection cannot be altered
    • +
    • Predicated - ensures that only elements that are valid according to a predicate can be added
    • +
    • Typed - ensures that only elements that are of a specific type can be added
    • +
    • Transformed - transforms each element added
    • +
    • FixedSize - ensures that the size of the list cannot change
    • +
    • Lazy - creates objects in the list on demand
    • +
    • Growth - grows the list instead of erroring when set/add used with index beyond the list size
    • +
    • SetUnique - a list that avoids duplicate entries like a Set
    • +
    +

    +

    + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/package-tree.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/package-tree.html index af28d2b..2580230 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/package-tree.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/package-tree.html @@ -1,193 +1,193 @@ - - - - - - - -org.apache.commons.collections.list Class Hierarchy (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package org.apache.commons.collections.list -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +org.apache.commons.collections.list Class Hierarchy (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.collections.list +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/package-use.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/package-use.html index e81cacb..b9cdcff 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/package-use.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/list/package-use.html @@ -1,221 +1,221 @@ - - - - - - - -Uses of Package org.apache.commons.collections.list (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    org.apache.commons.collections.list

    -
    - - - - - - - - - -
    -Packages that use org.apache.commons.collections.list
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    -  -

    - - - - - - - + +
    -Classes in org.apache.commons.collections.list used by org.apache.commons.collections.list
    AbstractLinkedList - -
    + + + + + + + +Uses of Package org.apache.commons.collections.list (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.collections.list

    +
    + + + + + + + + + +
    +Packages that use org.apache.commons.collections.list
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    +  +

    + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - + + + - - - + + + - -
    +Classes in org.apache.commons.collections.list used by org.apache.commons.collections.list
    AbstractLinkedList + +
              An abstract implementation of a linked list which provides numerous points for - subclasses to override.
    AbstractLinkedList.LinkedListIterator - -
    -          A list iterator over the linked list.
    AbstractLinkedList.LinkedSubList - -
    -          The sublist implementation for AbstractLinkedList.
    AbstractLinkedList.Node - -
    -          A node within the linked list.
    AbstractListDecorator - -
    -          Decorates another List to provide additional behaviour.
    AbstractSerializableListDecorator - -
    -          Serializable subclass of AbstractListDecorator.
    CursorableLinkedList - -
    + subclasses to override.
    AbstractLinkedList.LinkedListIterator + +
    +          A list iterator over the linked list.
    AbstractLinkedList.LinkedSubList + +
    +          The sublist implementation for AbstractLinkedList.
    AbstractLinkedList.Node + +
    +          A node within the linked list.
    AbstractListDecorator + +
    +          Decorates another List to provide additional behaviour.
    AbstractSerializableListDecorator + +
    +          Serializable subclass of AbstractListDecorator.
    CursorableLinkedList + +
              A List implementation with a ListIterator that - allows concurrent modifications to the underlying list.
    CursorableLinkedList.Cursor - -
    + allows concurrent modifications to the underlying list.
    CursorableLinkedList.Cursor + +
              An extended ListIterator that allows concurrent changes to - the underlying list.
    SetUniqueList - -
    + the underlying list.
    SetUniqueList + +
              Decorates a List to ensure that no duplicates are present - much like a Set.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + much like a Set.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.EntrySet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.EntrySet.html index 39b9153..38a10ef 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.EntrySet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.EntrySet.html @@ -1,420 +1,420 @@ - - - - - - - -AbstractHashedMap.EntrySet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractHashedMap.EntrySet

    -
    -java.lang.Object
    -  extended by java.util.AbstractCollection
    -      extended by java.util.AbstractSet
    -          extended by org.apache.commons.collections.map.AbstractHashedMap.EntrySet
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set
    -
    -
    -
    Enclosing class:
    AbstractHashedMap
    -
    -
    -
    -
    protected static class AbstractHashedMap.EntrySet
    extends java.util.AbstractSet
    - - -

    -EntrySet implementation. -

    - -

    -


    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  AbstractHashedMapparent - -
    -          The parent map
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractHashedMap.EntrySet(AbstractHashedMap parent) - -
    -           
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -           
    - booleancontains(java.lang.Object entry) - -
    -           
    - java.util.Iteratoriterator() - -
    -           
    - booleanremove(java.lang.Object obj) - -
    -           
    - intsize() - -
    -           
    - - - - - - - -
    Methods inherited from class java.util.AbstractSet
    equals, hashCode, removeAll
    - - - - - - - -
    Methods inherited from class java.util.AbstractCollection
    add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    add, addAll, containsAll, isEmpty, retainAll, toArray, toArray
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -parent

    -
    -protected final AbstractHashedMap parent
    -
    -
    The parent map -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractHashedMap.EntrySet

    -
    -protected AbstractHashedMap.EntrySet(AbstractHashedMap parent)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -size

    -
    -public int size()
    -
    -
    -
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface java.util.Set
    Specified by:
    size in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.Set
    Overrides:
    clear in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    -
    - -

    -contains

    -
    -public boolean contains(java.lang.Object entry)
    -
    -
    -
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.Set
    Overrides:
    contains in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object obj)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Specified by:
    iterator in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractHashedMap.EntrySet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.map +
    +Class AbstractHashedMap.EntrySet

    +
    +java.lang.Object
    +  extended by java.util.AbstractCollection
    +      extended by java.util.AbstractSet
    +          extended by org.apache.commons.collections.map.AbstractHashedMap.EntrySet
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set
    +
    +
    +
    Enclosing class:
    AbstractHashedMap
    +
    +
    +
    +
    protected static class AbstractHashedMap.EntrySet
    extends java.util.AbstractSet
    + + +

    +EntrySet implementation. +

    + +

    +


    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  AbstractHashedMapparent + +
    +          The parent map
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractHashedMap.EntrySet(AbstractHashedMap parent) + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +           
    + booleancontains(java.lang.Object entry) + +
    +           
    + java.util.Iteratoriterator() + +
    +           
    + booleanremove(java.lang.Object obj) + +
    +           
    + intsize() + +
    +           
    + + + + + + + +
    Methods inherited from class java.util.AbstractSet
    equals, hashCode, removeAll
    + + + + + + + +
    Methods inherited from class java.util.AbstractCollection
    add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    add, addAll, containsAll, isEmpty, retainAll, toArray, toArray
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +parent

    +
    +protected final AbstractHashedMap parent
    +
    +
    The parent map +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractHashedMap.EntrySet

    +
    +protected AbstractHashedMap.EntrySet(AbstractHashedMap parent)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +size

    +
    +public int size()
    +
    +
    +
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface java.util.Set
    Specified by:
    size in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.Set
    Overrides:
    clear in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(java.lang.Object entry)
    +
    +
    +
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.Set
    Overrides:
    contains in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object obj)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Specified by:
    iterator in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.EntrySetIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.EntrySetIterator.html index 241ace9..78081d9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.EntrySetIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.EntrySetIterator.html @@ -1,293 +1,293 @@ - - - - - - - -AbstractHashedMap.EntrySetIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractHashedMap.EntrySetIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    -      extended by org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator
    -
    -
    -
    Direct Known Subclasses:
    AbstractHashedMap.KeySetIterator
    -
    -
    -
    Enclosing class:
    AbstractHashedMap
    -
    -
    -
    -
    protected static class AbstractHashedMap.EntrySetIterator
    extends AbstractHashedMap.HashIterator
    - - -

    -EntrySet iterator. -

    - -

    -


    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    expectedModCount, hashIndex, last, next, parent
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractHashedMap.EntrySetIterator(AbstractHashedMap parent) - -
    -           
    -  - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objectnext() - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    currentEntry, hasNext, nextEntry, remove, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractHashedMap.EntrySetIterator

    -
    -protected AbstractHashedMap.EntrySetIterator(AbstractHashedMap parent)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractHashedMap.EntrySetIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.map +
    +Class AbstractHashedMap.EntrySetIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    +      extended by org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator
    +
    +
    +
    Direct Known Subclasses:
    AbstractHashedMap.KeySetIterator
    +
    +
    +
    Enclosing class:
    AbstractHashedMap
    +
    +
    +
    +
    protected static class AbstractHashedMap.EntrySetIterator
    extends AbstractHashedMap.HashIterator
    + + +

    +EntrySet iterator. +

    + +

    +


    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    expectedModCount, hashIndex, last, next, parent
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractHashedMap.EntrySetIterator(AbstractHashedMap parent) + +
    +           
    +  + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objectnext() + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    currentEntry, hasNext, nextEntry, remove, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractHashedMap.EntrySetIterator

    +
    +protected AbstractHashedMap.EntrySetIterator(AbstractHashedMap parent)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.HashEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.HashEntry.html index 5ee916d..0ed01c7 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.HashEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.HashEntry.html @@ -1,495 +1,495 @@ - - - - - - - -AbstractHashedMap.HashEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractHashedMap.HashEntry

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    -
    -
    -
    Direct Known Subclasses:
    AbstractLinkedMap.LinkEntry, AbstractReferenceMap.ReferenceEntry, IdentityMap.IdentityEntry
    -
    -
    -
    Enclosing class:
    AbstractHashedMap
    -
    -
    -
    -
    protected static class AbstractHashedMap.HashEntry
    extends java.lang.Object
    implements java.util.Map.Entry, KeyValue
    - - -

    + + + + + + + +AbstractHashedMap.HashEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class AbstractHashedMap.HashEntry

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    +
    +
    +
    Direct Known Subclasses:
    AbstractLinkedMap.LinkEntry, AbstractReferenceMap.ReferenceEntry, IdentityMap.IdentityEntry
    +
    +
    +
    Enclosing class:
    AbstractHashedMap
    +
    +
    +
    +
    protected static class AbstractHashedMap.HashEntry
    extends java.lang.Object
    implements java.util.Map.Entry, KeyValue
    + + +

    HashEntry used to store the data.

    If you subclass AbstractHashedMap but not HashEntry then you will not be able to access the protected fields. The entryXxx() methods on AbstractHashedMap exist - to provide the necessary access. -

    - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  inthashCode - -
    -          The hash code of the key
    -protected  java.lang.Objectkey - -
    -          The key
    -protected  AbstractHashedMap.HashEntrynext - -
    -          The next entry in the hash chain
    -protected  java.lang.Objectvalue - -
    -          The value
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractHashedMap.HashEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -           
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanequals(java.lang.Object obj) - -
    -           
    - java.lang.ObjectgetKey() - -
    -          Gets the key from the pair.
    - java.lang.ObjectgetValue() - -
    -          Gets the value from the pair.
    - inthashCode() - -
    -           
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -           
    - java.lang.StringtoString() - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -next

    -
    -protected AbstractHashedMap.HashEntry next
    -
    -
    The next entry in the hash chain -

    -

    -
    -
    -
    - -

    -hashCode

    -
    -protected int hashCode
    -
    -
    The hash code of the key -

    -

    -
    -
    -
    - -

    -key

    -
    -protected java.lang.Object key
    -
    -
    The key -

    -

    -
    -
    -
    - -

    -value

    -
    -protected java.lang.Object value
    -
    -
    The value -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractHashedMap.HashEntry

    -
    -protected AbstractHashedMap.HashEntry(AbstractHashedMap.HashEntry next,
    -                                      int hashCode,
    -                                      java.lang.Object key,
    -                                      java.lang.Object value)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    Description copied from interface: KeyValue
    -
    Gets the key from the pair. -

    -

    -
    Specified by:
    getKey in interface java.util.Map.Entry
    Specified by:
    getKey in interface KeyValue
    -
    -
    - -
    Returns:
    the key
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    Description copied from interface: KeyValue
    -
    Gets the value from the pair. -

    -

    -
    Specified by:
    getValue in interface java.util.Map.Entry
    Specified by:
    getValue in interface KeyValue
    -
    -
    - -
    Returns:
    the value
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    -
    Specified by:
    setValue in interface java.util.Map.Entry
    -
    -
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    -
    -
    Specified by:
    equals in interface java.util.Map.Entry
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    -
    Specified by:
    hashCode in interface java.util.Map.Entry
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + to provide the necessary access. +

    + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  inthashCode + +
    +          The hash code of the key
    +protected  java.lang.Objectkey + +
    +          The key
    +protected  AbstractHashedMap.HashEntrynext + +
    +          The next entry in the hash chain
    +protected  java.lang.Objectvalue + +
    +          The value
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractHashedMap.HashEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanequals(java.lang.Object obj) + +
    +           
    + java.lang.ObjectgetKey() + +
    +          Gets the key from the pair.
    + java.lang.ObjectgetValue() + +
    +          Gets the value from the pair.
    + inthashCode() + +
    +           
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +           
    + java.lang.StringtoString() + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +next

    +
    +protected AbstractHashedMap.HashEntry next
    +
    +
    The next entry in the hash chain +

    +

    +
    +
    +
    + +

    +hashCode

    +
    +protected int hashCode
    +
    +
    The hash code of the key +

    +

    +
    +
    +
    + +

    +key

    +
    +protected java.lang.Object key
    +
    +
    The key +

    +

    +
    +
    +
    + +

    +value

    +
    +protected java.lang.Object value
    +
    +
    The value +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractHashedMap.HashEntry

    +
    +protected AbstractHashedMap.HashEntry(AbstractHashedMap.HashEntry next,
    +                                      int hashCode,
    +                                      java.lang.Object key,
    +                                      java.lang.Object value)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    Description copied from interface: KeyValue
    +
    Gets the key from the pair. +

    +

    +
    Specified by:
    getKey in interface java.util.Map.Entry
    Specified by:
    getKey in interface KeyValue
    +
    +
    + +
    Returns:
    the key
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Description copied from interface: KeyValue
    +
    Gets the value from the pair. +

    +

    +
    Specified by:
    getValue in interface java.util.Map.Entry
    Specified by:
    getValue in interface KeyValue
    +
    +
    + +
    Returns:
    the value
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    +
    Specified by:
    setValue in interface java.util.Map.Entry
    +
    +
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    +
    Specified by:
    equals in interface java.util.Map.Entry
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    +
    Specified by:
    hashCode in interface java.util.Map.Entry
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.HashIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.HashIterator.html index d3bad57..c19651a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.HashIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.HashIterator.html @@ -1,483 +1,483 @@ - - - - - - - -AbstractHashedMap.HashIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractHashedMap.HashIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator
    -
    -
    -
    Direct Known Subclasses:
    AbstractHashedMap.EntrySetIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.ValuesIterator
    -
    -
    -
    Enclosing class:
    AbstractHashedMap
    -
    -
    -
    -
    protected abstract static class AbstractHashedMap.HashIterator
    extends java.lang.Object
    implements java.util.Iterator
    - - -

    -Base Iterator -

    - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  intexpectedModCount - -
    -          The modification count expected
    -protected  inthashIndex - -
    -          The current index into the array of buckets
    -protected  AbstractHashedMap.HashEntrylast - -
    -          The last returned entry
    -protected  AbstractHashedMap.HashEntrynext - -
    -          The next entry
    -protected  AbstractHashedMapparent - -
    -          The parent map
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractHashedMap.HashIterator(AbstractHashedMap parent) - -
    -           
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -protected  AbstractHashedMap.HashEntrycurrentEntry() - -
    -           
    - booleanhasNext() - -
    -           
    -protected  AbstractHashedMap.HashEntrynextEntry() - -
    -           
    - voidremove() - -
    -           
    - java.lang.StringtoString() - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Iterator
    next
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -parent

    -
    -protected final AbstractHashedMap parent
    -
    -
    The parent map -

    -

    -
    -
    -
    - -

    -hashIndex

    -
    -protected int hashIndex
    -
    -
    The current index into the array of buckets -

    -

    -
    -
    -
    - -

    -last

    -
    -protected AbstractHashedMap.HashEntry last
    -
    -
    The last returned entry -

    -

    -
    -
    -
    - -

    -next

    -
    -protected AbstractHashedMap.HashEntry next
    -
    -
    The next entry -

    -

    -
    -
    -
    - -

    -expectedModCount

    -
    -protected int expectedModCount
    -
    -
    The modification count expected -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractHashedMap.HashIterator

    -
    -protected AbstractHashedMap.HashIterator(AbstractHashedMap parent)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    -
    Specified by:
    hasNext in interface java.util.Iterator
    -
    -
    -
    -
    -
    -
    - -

    -nextEntry

    -
    -protected AbstractHashedMap.HashEntry nextEntry()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -currentEntry

    -
    -protected AbstractHashedMap.HashEntry currentEntry()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    Specified by:
    remove in interface java.util.Iterator
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractHashedMap.HashIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.map +
    +Class AbstractHashedMap.HashIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator
    +
    +
    +
    Direct Known Subclasses:
    AbstractHashedMap.EntrySetIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.ValuesIterator
    +
    +
    +
    Enclosing class:
    AbstractHashedMap
    +
    +
    +
    +
    protected abstract static class AbstractHashedMap.HashIterator
    extends java.lang.Object
    implements java.util.Iterator
    + + +

    +Base Iterator +

    + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  intexpectedModCount + +
    +          The modification count expected
    +protected  inthashIndex + +
    +          The current index into the array of buckets
    +protected  AbstractHashedMap.HashEntrylast + +
    +          The last returned entry
    +protected  AbstractHashedMap.HashEntrynext + +
    +          The next entry
    +protected  AbstractHashedMapparent + +
    +          The parent map
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractHashedMap.HashIterator(AbstractHashedMap parent) + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +protected  AbstractHashedMap.HashEntrycurrentEntry() + +
    +           
    + booleanhasNext() + +
    +           
    +protected  AbstractHashedMap.HashEntrynextEntry() + +
    +           
    + voidremove() + +
    +           
    + java.lang.StringtoString() + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Iterator
    next
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +parent

    +
    +protected final AbstractHashedMap parent
    +
    +
    The parent map +

    +

    +
    +
    +
    + +

    +hashIndex

    +
    +protected int hashIndex
    +
    +
    The current index into the array of buckets +

    +

    +
    +
    +
    + +

    +last

    +
    +protected AbstractHashedMap.HashEntry last
    +
    +
    The last returned entry +

    +

    +
    +
    +
    + +

    +next

    +
    +protected AbstractHashedMap.HashEntry next
    +
    +
    The next entry +

    +

    +
    +
    +
    + +

    +expectedModCount

    +
    +protected int expectedModCount
    +
    +
    The modification count expected +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractHashedMap.HashIterator

    +
    +protected AbstractHashedMap.HashIterator(AbstractHashedMap parent)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    +
    Specified by:
    hasNext in interface java.util.Iterator
    +
    +
    +
    +
    +
    +
    + +

    +nextEntry

    +
    +protected AbstractHashedMap.HashEntry nextEntry()
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +currentEntry

    +
    +protected AbstractHashedMap.HashEntry currentEntry()
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    Specified by:
    remove in interface java.util.Iterator
    +
    +
    +
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.HashMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.HashMapIterator.html index ee4c972..5811e5b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.HashMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.HashMapIterator.html @@ -1,388 +1,388 @@ - - - - - - - -AbstractHashedMap.HashMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractHashedMap.HashMapIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    -      extended by org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, MapIterator
    -
    -
    -
    Enclosing class:
    AbstractHashedMap
    -
    -
    -
    -
    protected static class AbstractHashedMap.HashMapIterator
    extends AbstractHashedMap.HashIterator
    implements MapIterator
    - - -

    -MapIterator implementation. -

    - -

    -


    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    expectedModCount, hashIndex, last, next, parent
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractHashedMap.HashMapIterator(AbstractHashedMap parent) - -
    -           
    -  - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    - java.lang.ObjectgetKey() - -
    + + + + + + + +AbstractHashedMap.HashMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.map +
    +Class AbstractHashedMap.HashMapIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    +      extended by org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, MapIterator
    +
    +
    +
    Enclosing class:
    AbstractHashedMap
    +
    +
    +
    +
    protected static class AbstractHashedMap.HashMapIterator
    extends AbstractHashedMap.HashIterator
    implements MapIterator
    + + +

    +MapIterator implementation. +

    + +

    +


    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    expectedModCount, hashIndex, last, next, parent
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractHashedMap.HashMapIterator(AbstractHashedMap parent) + +
    +           
    +  + + + + + + + + + + - - - - + + + + - - - - - - - - - -
    +Method Summary
    + java.lang.ObjectgetKey() + +
              Gets the current key, which is the key returned by the last call - to next().
    - java.lang.ObjectgetValue() - -
    + to next().
    + java.lang.ObjectgetValue() + +
              Gets the current value, which is the value associated with the last key - returned by next().
    - java.lang.Objectnext() - -
    -          Gets the next key from the Map.
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -          Sets the value associated with the current key (optional operation).
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    currentEntry, hasNext, nextEntry, remove, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.MapIterator
    hasNext, remove
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractHashedMap.HashMapIterator

    -
    -protected AbstractHashedMap.HashMapIterator(AbstractHashedMap parent)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Description copied from interface: MapIterator
    -
    Gets the next key from the Map. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    -
    -
    - -
    Returns:
    the next key in the iteration
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    Description copied from interface: MapIterator
    + returned by next().
    + java.lang.Objectnext() + +
    +          Gets the next key from the Map.
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +          Sets the value associated with the current key (optional operation).
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    currentEntry, hasNext, nextEntry, remove, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.MapIterator
    hasNext, remove
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractHashedMap.HashMapIterator

    +
    +protected AbstractHashedMap.HashMapIterator(AbstractHashedMap parent)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Description copied from interface: MapIterator
    +
    Gets the next key from the Map. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    +
    +
    + +
    Returns:
    the next key in the iteration
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    Description copied from interface: MapIterator
    Gets the current key, which is the key returned by the last call - to next(). -

    -

    -
    Specified by:
    getKey in interface MapIterator
    -
    -
    - -
    Returns:
    the current key
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    Description copied from interface: MapIterator
    + to next(). +

    +

    +
    Specified by:
    getKey in interface MapIterator
    +
    +
    + +
    Returns:
    the current key
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Description copied from interface: MapIterator
    Gets the current value, which is the value associated with the last key - returned by next(). -

    -

    -
    Specified by:
    getValue in interface MapIterator
    -
    -
    - -
    Returns:
    the current value
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    Description copied from interface: MapIterator
    -
    Sets the value associated with the current key (optional operation). -

    -

    -
    Specified by:
    setValue in interface MapIterator
    -
    -
    -
    Parameters:
    value - the new value -
    Returns:
    the previous value
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + returned by next(). +

    +

    +
    Specified by:
    getValue in interface MapIterator
    +
    +
    + +
    Returns:
    the current value
    +
    + +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    Description copied from interface: MapIterator
    +
    Sets the value associated with the current key (optional operation). +

    +

    +
    Specified by:
    setValue in interface MapIterator
    +
    +
    +
    Parameters:
    value - the new value +
    Returns:
    the previous value
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.KeySet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.KeySet.html index 253df93..6ae2f91 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.KeySet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.KeySet.html @@ -1,420 +1,420 @@ - - - - - - - -AbstractHashedMap.KeySet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractHashedMap.KeySet

    -
    -java.lang.Object
    -  extended by java.util.AbstractCollection
    -      extended by java.util.AbstractSet
    -          extended by org.apache.commons.collections.map.AbstractHashedMap.KeySet
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set
    -
    -
    -
    Enclosing class:
    AbstractHashedMap
    -
    -
    -
    -
    protected static class AbstractHashedMap.KeySet
    extends java.util.AbstractSet
    - - -

    -KeySet implementation. -

    - -

    -


    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  AbstractHashedMapparent - -
    -          The parent map
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractHashedMap.KeySet(AbstractHashedMap parent) - -
    -           
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -           
    - booleancontains(java.lang.Object key) - -
    -           
    - java.util.Iteratoriterator() - -
    -           
    - booleanremove(java.lang.Object key) - -
    -           
    - intsize() - -
    -           
    - - - - - - - -
    Methods inherited from class java.util.AbstractSet
    equals, hashCode, removeAll
    - - - - - - - -
    Methods inherited from class java.util.AbstractCollection
    add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    add, addAll, containsAll, isEmpty, retainAll, toArray, toArray
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -parent

    -
    -protected final AbstractHashedMap parent
    -
    -
    The parent map -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractHashedMap.KeySet

    -
    -protected AbstractHashedMap.KeySet(AbstractHashedMap parent)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -size

    -
    -public int size()
    -
    -
    -
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface java.util.Set
    Specified by:
    size in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.Set
    Overrides:
    clear in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    -
    - -

    -contains

    -
    -public boolean contains(java.lang.Object key)
    -
    -
    -
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.Set
    Overrides:
    contains in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object key)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Specified by:
    iterator in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractHashedMap.KeySet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.map +
    +Class AbstractHashedMap.KeySet

    +
    +java.lang.Object
    +  extended by java.util.AbstractCollection
    +      extended by java.util.AbstractSet
    +          extended by org.apache.commons.collections.map.AbstractHashedMap.KeySet
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set
    +
    +
    +
    Enclosing class:
    AbstractHashedMap
    +
    +
    +
    +
    protected static class AbstractHashedMap.KeySet
    extends java.util.AbstractSet
    + + +

    +KeySet implementation. +

    + +

    +


    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  AbstractHashedMapparent + +
    +          The parent map
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractHashedMap.KeySet(AbstractHashedMap parent) + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +           
    + booleancontains(java.lang.Object key) + +
    +           
    + java.util.Iteratoriterator() + +
    +           
    + booleanremove(java.lang.Object key) + +
    +           
    + intsize() + +
    +           
    + + + + + + + +
    Methods inherited from class java.util.AbstractSet
    equals, hashCode, removeAll
    + + + + + + + +
    Methods inherited from class java.util.AbstractCollection
    add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    add, addAll, containsAll, isEmpty, retainAll, toArray, toArray
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +parent

    +
    +protected final AbstractHashedMap parent
    +
    +
    The parent map +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractHashedMap.KeySet

    +
    +protected AbstractHashedMap.KeySet(AbstractHashedMap parent)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +size

    +
    +public int size()
    +
    +
    +
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface java.util.Set
    Specified by:
    size in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.Set
    Overrides:
    clear in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(java.lang.Object key)
    +
    +
    +
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.Set
    Overrides:
    contains in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object key)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Specified by:
    iterator in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.KeySetIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.KeySetIterator.html index dbff1e6..fc07920 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.KeySetIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.KeySetIterator.html @@ -1,294 +1,294 @@ - - - - - - - -AbstractHashedMap.KeySetIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractHashedMap.KeySetIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    -      extended by org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator
    -          extended by org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator
    -
    -
    -
    Enclosing class:
    AbstractHashedMap
    -
    -
    -
    -
    protected static class AbstractHashedMap.KeySetIterator
    extends AbstractHashedMap.EntrySetIterator
    - - -

    -KeySet iterator. -

    - -

    -


    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    expectedModCount, hashIndex, last, next, parent
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractHashedMap.KeySetIterator(AbstractHashedMap parent) - -
    -           
    -  - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objectnext() - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    currentEntry, hasNext, nextEntry, remove, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractHashedMap.KeySetIterator

    -
    -protected AbstractHashedMap.KeySetIterator(AbstractHashedMap parent)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    Specified by:
    next in interface java.util.Iterator
    Overrides:
    next in class AbstractHashedMap.EntrySetIterator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractHashedMap.KeySetIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.map +
    +Class AbstractHashedMap.KeySetIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    +      extended by org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator
    +          extended by org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator
    +
    +
    +
    Enclosing class:
    AbstractHashedMap
    +
    +
    +
    +
    protected static class AbstractHashedMap.KeySetIterator
    extends AbstractHashedMap.EntrySetIterator
    + + +

    +KeySet iterator. +

    + +

    +


    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    expectedModCount, hashIndex, last, next, parent
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractHashedMap.KeySetIterator(AbstractHashedMap parent) + +
    +           
    +  + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objectnext() + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    currentEntry, hasNext, nextEntry, remove, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractHashedMap.KeySetIterator

    +
    +protected AbstractHashedMap.KeySetIterator(AbstractHashedMap parent)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    Specified by:
    next in interface java.util.Iterator
    Overrides:
    next in class AbstractHashedMap.EntrySetIterator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.Values.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.Values.html index 9323614..e9f364b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.Values.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.Values.html @@ -1,388 +1,388 @@ - - - - - - - -AbstractHashedMap.Values (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractHashedMap.Values

    -
    -java.lang.Object
    -  extended by java.util.AbstractCollection
    -      extended by org.apache.commons.collections.map.AbstractHashedMap.Values
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection
    -
    -
    -
    Enclosing class:
    AbstractHashedMap
    -
    -
    -
    -
    protected static class AbstractHashedMap.Values
    extends java.util.AbstractCollection
    - - -

    -Values implementation. -

    - -

    -


    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  AbstractHashedMapparent - -
    -          The parent map
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractHashedMap.Values(AbstractHashedMap parent) - -
    -           
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -           
    - booleancontains(java.lang.Object value) - -
    -           
    - java.util.Iteratoriterator() - -
    -           
    - intsize() - -
    -           
    - - - - - - - -
    Methods inherited from class java.util.AbstractCollection
    add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Collection
    equals, hashCode
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -parent

    -
    -protected final AbstractHashedMap parent
    -
    -
    The parent map -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractHashedMap.Values

    -
    -protected AbstractHashedMap.Values(AbstractHashedMap parent)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -size

    -
    -public int size()
    -
    -
    -
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    -
    - -

    -contains

    -
    -public boolean contains(java.lang.Object value)
    -
    -
    -
    Specified by:
    contains in interface java.util.Collection
    Overrides:
    contains in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in class java.util.AbstractCollection
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractHashedMap.Values (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.map +
    +Class AbstractHashedMap.Values

    +
    +java.lang.Object
    +  extended by java.util.AbstractCollection
    +      extended by org.apache.commons.collections.map.AbstractHashedMap.Values
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection
    +
    +
    +
    Enclosing class:
    AbstractHashedMap
    +
    +
    +
    +
    protected static class AbstractHashedMap.Values
    extends java.util.AbstractCollection
    + + +

    +Values implementation. +

    + +

    +


    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  AbstractHashedMapparent + +
    +          The parent map
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractHashedMap.Values(AbstractHashedMap parent) + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +           
    + booleancontains(java.lang.Object value) + +
    +           
    + java.util.Iteratoriterator() + +
    +           
    + intsize() + +
    +           
    + + + + + + + +
    Methods inherited from class java.util.AbstractCollection
    add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Collection
    equals, hashCode
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +parent

    +
    +protected final AbstractHashedMap parent
    +
    +
    The parent map +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractHashedMap.Values

    +
    +protected AbstractHashedMap.Values(AbstractHashedMap parent)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +size

    +
    +public int size()
    +
    +
    +
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Overrides:
    clear in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(java.lang.Object value)
    +
    +
    +
    Specified by:
    contains in interface java.util.Collection
    Overrides:
    contains in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in class java.util.AbstractCollection
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.ValuesIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.ValuesIterator.html index d4735b7..531c8df 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.ValuesIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.ValuesIterator.html @@ -1,290 +1,290 @@ - - - - - - - -AbstractHashedMap.ValuesIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractHashedMap.ValuesIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    -      extended by org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator
    -
    -
    -
    Enclosing class:
    AbstractHashedMap
    -
    -
    -
    -
    protected static class AbstractHashedMap.ValuesIterator
    extends AbstractHashedMap.HashIterator
    - - -

    -Values iterator. -

    - -

    -


    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    expectedModCount, hashIndex, last, next, parent
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractHashedMap.ValuesIterator(AbstractHashedMap parent) - -
    -           
    -  - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objectnext() - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    currentEntry, hasNext, nextEntry, remove, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractHashedMap.ValuesIterator

    -
    -protected AbstractHashedMap.ValuesIterator(AbstractHashedMap parent)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractHashedMap.ValuesIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.map +
    +Class AbstractHashedMap.ValuesIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    +      extended by org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator
    +
    +
    +
    Enclosing class:
    AbstractHashedMap
    +
    +
    +
    +
    protected static class AbstractHashedMap.ValuesIterator
    extends AbstractHashedMap.HashIterator
    + + +

    +Values iterator. +

    + +

    +


    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    expectedModCount, hashIndex, last, next, parent
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractHashedMap.ValuesIterator(AbstractHashedMap parent) + +
    +           
    +  + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objectnext() + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
    currentEntry, hasNext, nextEntry, remove, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractHashedMap.ValuesIterator

    +
    +protected AbstractHashedMap.ValuesIterator(AbstractHashedMap parent)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.html index 223d6dc..9771300 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractHashedMap.html @@ -1,111 +1,111 @@ - - - - - - - -AbstractHashedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractHashedMap

    -
    -java.lang.Object
    -  extended by java.util.AbstractMap
    -      extended by org.apache.commons.collections.map.AbstractHashedMap
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map, IterableMap
    -
    -
    -
    Direct Known Subclasses:
    AbstractLinkedMap, AbstractReferenceMap, CaseInsensitiveMap, HashedMap, IdentityMap
    -
    -
    -
    -
    public class AbstractHashedMap
    extends java.util.AbstractMap
    implements IterableMap
    - - -

    + + + + + + + +AbstractHashedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class AbstractHashedMap

    +
    +java.lang.Object
    +  extended by java.util.AbstractMap
    +      extended by org.apache.commons.collections.map.AbstractHashedMap
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map, IterableMap
    +
    +
    +
    Direct Known Subclasses:
    AbstractLinkedMap, AbstractReferenceMap, CaseInsensitiveMap, HashedMap, IdentityMap
    +
    +
    +
    +
    public class AbstractHashedMap
    extends java.util.AbstractMap
    implements IterableMap
    + + +

    An abstract implementation of a hash-based map which provides numerous points for subclasses to override.

    @@ -120,1815 +120,1815 @@ An abstract implementation of a hash-based map which provides numerous points fo

    NOTE: From Commons Collections 3.1 this class extends AbstractMap. This is to provide backwards compatibility for ReferenceMap between v3.0 and v3.1. - This extends clause will be removed in v4.0. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    java util HashMap, Stephen Colebourne, Christian Siefkes
    -
    -
    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Nested Class Summary
    -protected static classAbstractHashedMap.EntrySet - -
    -          EntrySet implementation.
    -protected static classAbstractHashedMap.EntrySetIterator - -
    -          EntrySet iterator.
    -protected static classAbstractHashedMap.HashEntry - -
    -          HashEntry used to store the data.
    -protected static classAbstractHashedMap.HashIterator - -
    -          Base Iterator
    -protected static classAbstractHashedMap.HashMapIterator - -
    -          MapIterator implementation.
    -protected static classAbstractHashedMap.KeySet - -
    -          KeySet implementation.
    -protected static classAbstractHashedMap.KeySetIterator - -
    -          KeySet iterator.
    -protected static classAbstractHashedMap.Values - -
    -          Values implementation.
    -protected static classAbstractHashedMap.ValuesIterator - -
    -          Values iterator.
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  AbstractHashedMap.HashEntry[]data - -
    -          Map entries
    -protected static intDEFAULT_CAPACITY - -
    -          The default capacity to use
    -protected static floatDEFAULT_LOAD_FACTOR - -
    -          The default load factor to use
    -protected static intDEFAULT_THRESHOLD - -
    -          The default threshold to use
    -protected  AbstractHashedMap.EntrySetentrySet - -
    -          Entry set
    -protected static java.lang.StringGETKEY_INVALID - -
    -           
    -protected static java.lang.StringGETVALUE_INVALID - -
    -           
    -protected  AbstractHashedMap.KeySetkeySet - -
    -          Key set
    -protected  floatloadFactor - -
    -          Load factor, normally 0.75
    -protected static intMAXIMUM_CAPACITY - -
    -          The maximum capacity allowed
    -protected  intmodCount - -
    -          Modification count for iterators
    -protected static java.lang.StringNO_NEXT_ENTRY - -
    -           
    -protected static java.lang.StringNO_PREVIOUS_ENTRY - -
    -           
    -protected static java.lang.ObjectNULL - -
    -          An object for masking null
    -protected static java.lang.StringREMOVE_INVALID - -
    -           
    -protected static java.lang.StringSETVALUE_INVALID - -
    -           
    -protected  intsize - -
    -          The size of the map
    -protected  intthreshold - -
    -          Size at which to rehash
    -protected  AbstractHashedMap.Valuesvalues - -
    -          Values
    -  - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Constructor Summary
    -protected AbstractHashedMap() - -
    -          Constructor only used in deserialization, do not use otherwise.
    -protected AbstractHashedMap(int initialCapacity) - -
    + This extends clause will be removed in v4.0. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    java util HashMap, Stephen Colebourne, Christian Siefkes
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Nested Class Summary
    +protected static classAbstractHashedMap.EntrySet + +
    +          EntrySet implementation.
    +protected static classAbstractHashedMap.EntrySetIterator + +
    +          EntrySet iterator.
    +protected static classAbstractHashedMap.HashEntry + +
    +          HashEntry used to store the data.
    +protected static classAbstractHashedMap.HashIterator + +
    +          Base Iterator
    +protected static classAbstractHashedMap.HashMapIterator + +
    +          MapIterator implementation.
    +protected static classAbstractHashedMap.KeySet + +
    +          KeySet implementation.
    +protected static classAbstractHashedMap.KeySetIterator + +
    +          KeySet iterator.
    +protected static classAbstractHashedMap.Values + +
    +          Values implementation.
    +protected static classAbstractHashedMap.ValuesIterator + +
    +          Values iterator.
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  AbstractHashedMap.HashEntry[]data + +
    +          Map entries
    +protected static intDEFAULT_CAPACITY + +
    +          The default capacity to use
    +protected static floatDEFAULT_LOAD_FACTOR + +
    +          The default load factor to use
    +protected static intDEFAULT_THRESHOLD + +
    +          The default threshold to use
    +protected  AbstractHashedMap.EntrySetentrySet + +
    +          Entry set
    +protected static java.lang.StringGETKEY_INVALID + +
    +           
    +protected static java.lang.StringGETVALUE_INVALID + +
    +           
    +protected  AbstractHashedMap.KeySetkeySet + +
    +          Key set
    +protected  floatloadFactor + +
    +          Load factor, normally 0.75
    +protected static intMAXIMUM_CAPACITY + +
    +          The maximum capacity allowed
    +protected  intmodCount + +
    +          Modification count for iterators
    +protected static java.lang.StringNO_NEXT_ENTRY + +
    +           
    +protected static java.lang.StringNO_PREVIOUS_ENTRY + +
    +           
    +protected static java.lang.ObjectNULL + +
    +          An object for masking null
    +protected static java.lang.StringREMOVE_INVALID + +
    +           
    +protected static java.lang.StringSETVALUE_INVALID + +
    +           
    +protected  intsize + +
    +          The size of the map
    +protected  intthreshold + +
    +          Size at which to rehash
    +protected  AbstractHashedMap.Valuesvalues + +
    +          Values
    +  + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - -
    +Constructor Summary
    +protected AbstractHashedMap() + +
    +          Constructor only used in deserialization, do not use otherwise.
    +protected AbstractHashedMap(int initialCapacity) + +
              Constructs a new, empty map with the specified initial capacity and - default load factor.
    -protected AbstractHashedMap(int initialCapacity, - float loadFactor) - -
    + default load factor.
    +protected AbstractHashedMap(int initialCapacity, + float loadFactor) + +
              Constructs a new, empty map with the specified initial capacity and - load factor.
    -protected AbstractHashedMap(int initialCapacity, - float loadFactor, - int threshold) - -
    -          Constructor which performs no validation on the passed in parameters.
    -protected AbstractHashedMap(java.util.Map map) - -
    -          Constructor copying elements from another map.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    -protected  voidaddEntry(AbstractHashedMap.HashEntry entry, - int hashIndex) - -
    -          Adds an entry into this map.
    -protected  voidaddMapping(int hashIndex, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Adds a new key-value mapping into this map.
    -protected  intcalculateNewCapacity(int proposedCapacity) - -
    -          Calculates the new capacity of the map.
    -protected  intcalculateThreshold(int newCapacity, - float factor) - -
    -          Calculates the new threshold of the map, where it will be resized.
    -protected  voidcheckCapacity() - -
    -          Checks the capacity of the map and enlarges it if necessary.
    - voidclear() - -
    + load factor.
    +protected AbstractHashedMap(int initialCapacity, + float loadFactor, + int threshold) + +
    +          Constructor which performs no validation on the passed in parameters.
    +protected AbstractHashedMap(java.util.Map map) + +
    +          Constructor copying elements from another map.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    +protected  voidaddEntry(AbstractHashedMap.HashEntry entry, + int hashIndex) + +
    +          Adds an entry into this map.
    +protected  voidaddMapping(int hashIndex, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Adds a new key-value mapping into this map.
    +protected  intcalculateNewCapacity(int proposedCapacity) + +
    +          Calculates the new capacity of the map.
    +protected  intcalculateThreshold(int newCapacity, + float factor) + +
    +          Calculates the new threshold of the map, where it will be resized.
    +protected  voidcheckCapacity() + +
    +          Checks the capacity of the map and enlarges it if necessary.
    + voidclear() + +
              Clears the map, resetting the size to zero and nullifying references - to avoid garbage collection issues.
    -protected  java.lang.Objectclone() - -
    -          Clones the map without cloning the keys or values.
    - booleancontainsKey(java.lang.Object key) - -
    -          Checks whether the map contains the specified key.
    - booleancontainsValue(java.lang.Object value) - -
    -          Checks whether the map contains the specified value.
    -protected  java.lang.ObjectconvertKey(java.lang.Object key) - -
    -          Converts input keys to another object for storage in the map.
    -protected  AbstractHashedMap.HashEntrycreateEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Creates an entry to store the key-value data.
    -protected  java.util.IteratorcreateEntrySetIterator() - -
    -          Creates an entry set iterator.
    -protected  java.util.IteratorcreateKeySetIterator() - -
    -          Creates a key set iterator.
    -protected  java.util.IteratorcreateValuesIterator() - -
    -          Creates a values iterator.
    -protected  voiddestroyEntry(AbstractHashedMap.HashEntry entry) - -
    -          Kills an entry ready for the garbage collector.
    -protected  voiddoReadObject(java.io.ObjectInputStream in) - -
    -          Reads the map data from the stream.
    -protected  voiddoWriteObject(java.io.ObjectOutputStream out) - -
    -          Writes the map data to the stream.
    -protected  voidensureCapacity(int newCapacity) - -
    -          Changes the size of the data structure to the capacity proposed.
    -protected  intentryHashCode(AbstractHashedMap.HashEntry entry) - -
    -          Gets the hashCode field from a HashEntry.
    -protected  java.lang.ObjectentryKey(AbstractHashedMap.HashEntry entry) - -
    -          Gets the key field from a HashEntry.
    -protected  AbstractHashedMap.HashEntryentryNext(AbstractHashedMap.HashEntry entry) - -
    -          Gets the next field from a HashEntry.
    - java.util.SetentrySet() - -
    -          Gets the entrySet view of the map.
    -protected  java.lang.ObjectentryValue(AbstractHashedMap.HashEntry entry) - -
    -          Gets the value field from a HashEntry.
    - booleanequals(java.lang.Object obj) - -
    -          Compares this map with another.
    - java.lang.Objectget(java.lang.Object key) - -
    -          Gets the value mapped to the key specified.
    -protected  AbstractHashedMap.HashEntrygetEntry(java.lang.Object key) - -
    -          Gets the entry mapped to the key specified.
    -protected  inthash(java.lang.Object key) - -
    -          Gets the hash code for the key specified.
    - inthashCode() - -
    -          Gets the standard Map hashCode.
    -protected  inthashIndex(int hashCode, - int dataSize) - -
    -          Gets the index into the data storage for the hashCode specified.
    -protected  voidinit() - -
    -          Initialise subclasses during construction, cloning or deserialization.
    - booleanisEmpty() - -
    -          Checks whether the map is currently empty.
    -protected  booleanisEqualKey(java.lang.Object key1, - java.lang.Object key2) - -
    -          Compares two keys, in internal converted form, to see if they are equal.
    -protected  booleanisEqualValue(java.lang.Object value1, - java.lang.Object value2) - -
    -          Compares two values, in external form, to see if they are equal.
    - java.util.SetkeySet() - -
    -          Gets the keySet view of the map.
    - MapIteratormapIterator() - -
    -          Gets an iterator over the map.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Puts a key-value mapping into this map.
    - voidputAll(java.util.Map map) - -
    -          Puts all the values from the specified map into this map.
    - java.lang.Objectremove(java.lang.Object key) - -
    -          Removes the specified mapping from this map.
    -protected  voidremoveEntry(AbstractHashedMap.HashEntry entry, - int hashIndex, - AbstractHashedMap.HashEntry previous) - -
    -          Removes an entry from the chain stored in a particular index.
    -protected  voidremoveMapping(AbstractHashedMap.HashEntry entry, - int hashIndex, - AbstractHashedMap.HashEntry previous) - -
    -          Removes a mapping from the map.
    -protected  voidreuseEntry(AbstractHashedMap.HashEntry entry, - int hashIndex, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Reuses an existing key-value mapping, storing completely new data.
    - intsize() - -
    -          Gets the size of the map.
    - java.lang.StringtoString() - -
    -          Gets the map as a String.
    -protected  voidupdateEntry(AbstractHashedMap.HashEntry entry, - java.lang.Object newValue) - -
    -          Updates an existing key-value mapping to change the value.
    - java.util.Collectionvalues() - -
    -          Gets the values view of the map.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -NO_NEXT_ENTRY

    -
    -protected static final java.lang.String NO_NEXT_ENTRY
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -NO_PREVIOUS_ENTRY

    -
    -protected static final java.lang.String NO_PREVIOUS_ENTRY
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -REMOVE_INVALID

    -
    -protected static final java.lang.String REMOVE_INVALID
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -GETKEY_INVALID

    -
    -protected static final java.lang.String GETKEY_INVALID
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -GETVALUE_INVALID

    -
    -protected static final java.lang.String GETVALUE_INVALID
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -SETVALUE_INVALID

    -
    -protected static final java.lang.String SETVALUE_INVALID
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -DEFAULT_CAPACITY

    -
    -protected static final int DEFAULT_CAPACITY
    -
    -
    The default capacity to use -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -DEFAULT_THRESHOLD

    -
    -protected static final int DEFAULT_THRESHOLD
    -
    -
    The default threshold to use -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -DEFAULT_LOAD_FACTOR

    -
    -protected static final float DEFAULT_LOAD_FACTOR
    -
    -
    The default load factor to use -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -MAXIMUM_CAPACITY

    -
    -protected static final int MAXIMUM_CAPACITY
    -
    -
    The maximum capacity allowed -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -NULL

    -
    -protected static final java.lang.Object NULL
    -
    -
    An object for masking null -

    -

    -
    -
    -
    - -

    -loadFactor

    -
    -protected transient float loadFactor
    -
    -
    Load factor, normally 0.75 -

    -

    -
    -
    -
    - -

    -size

    -
    -protected transient int size
    -
    -
    The size of the map -

    -

    -
    -
    -
    - -

    -data

    -
    -protected transient AbstractHashedMap.HashEntry[] data
    -
    -
    Map entries -

    -

    -
    -
    -
    - -

    -threshold

    -
    -protected transient int threshold
    -
    -
    Size at which to rehash -

    -

    -
    -
    -
    - -

    -modCount

    -
    -protected transient int modCount
    -
    -
    Modification count for iterators -

    -

    -
    -
    -
    - -

    -entrySet

    -
    -protected transient AbstractHashedMap.EntrySet entrySet
    -
    -
    Entry set -

    -

    -
    -
    -
    - -

    -keySet

    -
    -protected transient AbstractHashedMap.KeySet keySet
    -
    -
    Key set -

    -

    -
    -
    -
    - -

    -values

    -
    -protected transient AbstractHashedMap.Values values
    -
    -
    Values -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractHashedMap

    -
    -protected AbstractHashedMap()
    -
    -
    Constructor only used in deserialization, do not use otherwise. -

    -

    -
    - -

    -AbstractHashedMap

    -
    -protected AbstractHashedMap(int initialCapacity,
    -                            float loadFactor,
    -                            int threshold)
    -
    -
    Constructor which performs no validation on the passed in parameters. -

    -

    -
    Parameters:
    initialCapacity - the initial capacity, must be a power of two
    loadFactor - the load factor, must be > 0.0f and generally < 1.0f
    threshold - the threshold, must be sensible
    -
    -
    - -

    -AbstractHashedMap

    -
    -protected AbstractHashedMap(int initialCapacity)
    -
    + to avoid garbage collection issues.
    +protected  java.lang.Objectclone() + +
    +          Clones the map without cloning the keys or values.
    + booleancontainsKey(java.lang.Object key) + +
    +          Checks whether the map contains the specified key.
    + booleancontainsValue(java.lang.Object value) + +
    +          Checks whether the map contains the specified value.
    +protected  java.lang.ObjectconvertKey(java.lang.Object key) + +
    +          Converts input keys to another object for storage in the map.
    +protected  AbstractHashedMap.HashEntrycreateEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Creates an entry to store the key-value data.
    +protected  java.util.IteratorcreateEntrySetIterator() + +
    +          Creates an entry set iterator.
    +protected  java.util.IteratorcreateKeySetIterator() + +
    +          Creates a key set iterator.
    +protected  java.util.IteratorcreateValuesIterator() + +
    +          Creates a values iterator.
    +protected  voiddestroyEntry(AbstractHashedMap.HashEntry entry) + +
    +          Kills an entry ready for the garbage collector.
    +protected  voiddoReadObject(java.io.ObjectInputStream in) + +
    +          Reads the map data from the stream.
    +protected  voiddoWriteObject(java.io.ObjectOutputStream out) + +
    +          Writes the map data to the stream.
    +protected  voidensureCapacity(int newCapacity) + +
    +          Changes the size of the data structure to the capacity proposed.
    +protected  intentryHashCode(AbstractHashedMap.HashEntry entry) + +
    +          Gets the hashCode field from a HashEntry.
    +protected  java.lang.ObjectentryKey(AbstractHashedMap.HashEntry entry) + +
    +          Gets the key field from a HashEntry.
    +protected  AbstractHashedMap.HashEntryentryNext(AbstractHashedMap.HashEntry entry) + +
    +          Gets the next field from a HashEntry.
    + java.util.SetentrySet() + +
    +          Gets the entrySet view of the map.
    +protected  java.lang.ObjectentryValue(AbstractHashedMap.HashEntry entry) + +
    +          Gets the value field from a HashEntry.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this map with another.
    + java.lang.Objectget(java.lang.Object key) + +
    +          Gets the value mapped to the key specified.
    +protected  AbstractHashedMap.HashEntrygetEntry(java.lang.Object key) + +
    +          Gets the entry mapped to the key specified.
    +protected  inthash(java.lang.Object key) + +
    +          Gets the hash code for the key specified.
    + inthashCode() + +
    +          Gets the standard Map hashCode.
    +protected  inthashIndex(int hashCode, + int dataSize) + +
    +          Gets the index into the data storage for the hashCode specified.
    +protected  voidinit() + +
    +          Initialise subclasses during construction, cloning or deserialization.
    + booleanisEmpty() + +
    +          Checks whether the map is currently empty.
    +protected  booleanisEqualKey(java.lang.Object key1, + java.lang.Object key2) + +
    +          Compares two keys, in internal converted form, to see if they are equal.
    +protected  booleanisEqualValue(java.lang.Object value1, + java.lang.Object value2) + +
    +          Compares two values, in external form, to see if they are equal.
    + java.util.SetkeySet() + +
    +          Gets the keySet view of the map.
    + MapIteratormapIterator() + +
    +          Gets an iterator over the map.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Puts a key-value mapping into this map.
    + voidputAll(java.util.Map map) + +
    +          Puts all the values from the specified map into this map.
    + java.lang.Objectremove(java.lang.Object key) + +
    +          Removes the specified mapping from this map.
    +protected  voidremoveEntry(AbstractHashedMap.HashEntry entry, + int hashIndex, + AbstractHashedMap.HashEntry previous) + +
    +          Removes an entry from the chain stored in a particular index.
    +protected  voidremoveMapping(AbstractHashedMap.HashEntry entry, + int hashIndex, + AbstractHashedMap.HashEntry previous) + +
    +          Removes a mapping from the map.
    +protected  voidreuseEntry(AbstractHashedMap.HashEntry entry, + int hashIndex, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Reuses an existing key-value mapping, storing completely new data.
    + intsize() + +
    +          Gets the size of the map.
    + java.lang.StringtoString() + +
    +          Gets the map as a String.
    +protected  voidupdateEntry(AbstractHashedMap.HashEntry entry, + java.lang.Object newValue) + +
    +          Updates an existing key-value mapping to change the value.
    + java.util.Collectionvalues() + +
    +          Gets the values view of the map.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +NO_NEXT_ENTRY

    +
    +protected static final java.lang.String NO_NEXT_ENTRY
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +NO_PREVIOUS_ENTRY

    +
    +protected static final java.lang.String NO_PREVIOUS_ENTRY
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +REMOVE_INVALID

    +
    +protected static final java.lang.String REMOVE_INVALID
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +GETKEY_INVALID

    +
    +protected static final java.lang.String GETKEY_INVALID
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +GETVALUE_INVALID

    +
    +protected static final java.lang.String GETVALUE_INVALID
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +SETVALUE_INVALID

    +
    +protected static final java.lang.String SETVALUE_INVALID
    +
    +
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +DEFAULT_CAPACITY

    +
    +protected static final int DEFAULT_CAPACITY
    +
    +
    The default capacity to use +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +DEFAULT_THRESHOLD

    +
    +protected static final int DEFAULT_THRESHOLD
    +
    +
    The default threshold to use +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +DEFAULT_LOAD_FACTOR

    +
    +protected static final float DEFAULT_LOAD_FACTOR
    +
    +
    The default load factor to use +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +MAXIMUM_CAPACITY

    +
    +protected static final int MAXIMUM_CAPACITY
    +
    +
    The maximum capacity allowed +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +NULL

    +
    +protected static final java.lang.Object NULL
    +
    +
    An object for masking null +

    +

    +
    +
    +
    + +

    +loadFactor

    +
    +protected transient float loadFactor
    +
    +
    Load factor, normally 0.75 +

    +

    +
    +
    +
    + +

    +size

    +
    +protected transient int size
    +
    +
    The size of the map +

    +

    +
    +
    +
    + +

    +data

    +
    +protected transient AbstractHashedMap.HashEntry[] data
    +
    +
    Map entries +

    +

    +
    +
    +
    + +

    +threshold

    +
    +protected transient int threshold
    +
    +
    Size at which to rehash +

    +

    +
    +
    +
    + +

    +modCount

    +
    +protected transient int modCount
    +
    +
    Modification count for iterators +

    +

    +
    +
    +
    + +

    +entrySet

    +
    +protected transient AbstractHashedMap.EntrySet entrySet
    +
    +
    Entry set +

    +

    +
    +
    +
    + +

    +keySet

    +
    +protected transient AbstractHashedMap.KeySet keySet
    +
    +
    Key set +

    +

    +
    +
    +
    + +

    +values

    +
    +protected transient AbstractHashedMap.Values values
    +
    +
    Values +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractHashedMap

    +
    +protected AbstractHashedMap()
    +
    +
    Constructor only used in deserialization, do not use otherwise. +

    +

    +
    + +

    +AbstractHashedMap

    +
    +protected AbstractHashedMap(int initialCapacity,
    +                            float loadFactor,
    +                            int threshold)
    +
    +
    Constructor which performs no validation on the passed in parameters. +

    +

    +
    Parameters:
    initialCapacity - the initial capacity, must be a power of two
    loadFactor - the load factor, must be > 0.0f and generally < 1.0f
    threshold - the threshold, must be sensible
    +
    +
    + +

    +AbstractHashedMap

    +
    +protected AbstractHashedMap(int initialCapacity)
    +
    Constructs a new, empty map with the specified initial capacity and - default load factor. -

    -

    -
    Parameters:
    initialCapacity - the initial capacity -
    Throws: -
    java.lang.IllegalArgumentException - if the initial capacity is less than one
    -
    -
    - -

    -AbstractHashedMap

    -
    -protected AbstractHashedMap(int initialCapacity,
    -                            float loadFactor)
    -
    + default load factor. +

    +

    +
    Parameters:
    initialCapacity - the initial capacity +
    Throws: +
    java.lang.IllegalArgumentException - if the initial capacity is less than one
    +
    +
    + +

    +AbstractHashedMap

    +
    +protected AbstractHashedMap(int initialCapacity,
    +                            float loadFactor)
    +
    Constructs a new, empty map with the specified initial capacity and - load factor. -

    -

    -
    Parameters:
    initialCapacity - the initial capacity
    loadFactor - the load factor -
    Throws: -
    java.lang.IllegalArgumentException - if the initial capacity is less than one -
    java.lang.IllegalArgumentException - if the load factor is less than or equal to zero
    -
    -
    - -

    -AbstractHashedMap

    -
    -protected AbstractHashedMap(java.util.Map map)
    -
    -
    Constructor copying elements from another map. -

    -

    -
    Parameters:
    map - the map to copy -
    Throws: -
    java.lang.NullPointerException - if the map is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -init

    -
    -protected void init()
    -
    -
    Initialise subclasses during construction, cloning or deserialization. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    -
    Gets the value mapped to the key specified. -

    -

    -
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class java.util.AbstractMap
    -
    -
    -
    Parameters:
    key - the key -
    Returns:
    the mapped value, null if no match
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Gets the size of the map. -

    -

    -
    Specified by:
    size in interface java.util.Map
    Overrides:
    size in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    the size
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Checks whether the map is currently empty. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Map
    Overrides:
    isEmpty in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    true if the map is currently size zero
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key)
    -
    -
    Checks whether the map contains the specified key. -

    -

    -
    Specified by:
    containsKey in interface java.util.Map
    Overrides:
    containsKey in class java.util.AbstractMap
    -
    -
    -
    Parameters:
    key - the key to search for -
    Returns:
    true if the map contains the key
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    -
    Checks whether the map contains the specified value. -

    -

    -
    Specified by:
    containsValue in interface java.util.Map
    Overrides:
    containsValue in class java.util.AbstractMap
    -
    -
    -
    Parameters:
    value - the value to search for -
    Returns:
    true if the map contains the value
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    Puts a key-value mapping into this map. -

    -

    -
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class java.util.AbstractMap
    -
    -
    -
    Parameters:
    key - the key to add
    value - the value to add -
    Returns:
    the value previously mapped to this key, null if none
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map map)
    -
    + load factor. +

    +

    +
    Parameters:
    initialCapacity - the initial capacity
    loadFactor - the load factor +
    Throws: +
    java.lang.IllegalArgumentException - if the initial capacity is less than one +
    java.lang.IllegalArgumentException - if the load factor is less than or equal to zero
    +
    +
    + +

    +AbstractHashedMap

    +
    +protected AbstractHashedMap(java.util.Map map)
    +
    +
    Constructor copying elements from another map. +

    +

    +
    Parameters:
    map - the map to copy +
    Throws: +
    java.lang.NullPointerException - if the map is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +init

    +
    +protected void init()
    +
    +
    Initialise subclasses during construction, cloning or deserialization. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    +
    Gets the value mapped to the key specified. +

    +

    +
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class java.util.AbstractMap
    +
    +
    +
    Parameters:
    key - the key +
    Returns:
    the mapped value, null if no match
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Gets the size of the map. +

    +

    +
    Specified by:
    size in interface java.util.Map
    Overrides:
    size in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    the size
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Checks whether the map is currently empty. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Map
    Overrides:
    isEmpty in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    true if the map is currently size zero
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key)
    +
    +
    Checks whether the map contains the specified key. +

    +

    +
    Specified by:
    containsKey in interface java.util.Map
    Overrides:
    containsKey in class java.util.AbstractMap
    +
    +
    +
    Parameters:
    key - the key to search for +
    Returns:
    true if the map contains the key
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    +
    Checks whether the map contains the specified value. +

    +

    +
    Specified by:
    containsValue in interface java.util.Map
    Overrides:
    containsValue in class java.util.AbstractMap
    +
    +
    +
    Parameters:
    value - the value to search for +
    Returns:
    true if the map contains the value
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    Puts a key-value mapping into this map. +

    +

    +
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class java.util.AbstractMap
    +
    +
    +
    Parameters:
    key - the key to add
    value - the value to add +
    Returns:
    the value previously mapped to this key, null if none
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map map)
    +
    Puts all the values from the specified map into this map.

    This implementation iterates around the specified map and - uses put(Object, Object). -

    -

    -
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class java.util.AbstractMap
    -
    -
    -
    Parameters:
    map - the map to add -
    Throws: -
    java.lang.NullPointerException - if the map is null
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    Removes the specified mapping from this map. -

    -

    -
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class java.util.AbstractMap
    -
    -
    -
    Parameters:
    key - the mapping to remove -
    Returns:
    the value mapped to the removed key, null if key not in map
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    + uses put(Object, Object). +

    +

    +
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class java.util.AbstractMap
    +
    +
    +
    Parameters:
    map - the map to add +
    Throws: +
    java.lang.NullPointerException - if the map is null
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    Removes the specified mapping from this map. +

    +

    +
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class java.util.AbstractMap
    +
    +
    +
    Parameters:
    key - the mapping to remove +
    Returns:
    the value mapped to the removed key, null if key not in map
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    Clears the map, resetting the size to zero and nullifying references - to avoid garbage collection issues. -

    -

    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class java.util.AbstractMap
    -
    -
    -
    -
    -
    -
    - -

    -convertKey

    -
    -protected java.lang.Object convertKey(java.lang.Object key)
    -
    + to avoid garbage collection issues. +

    +

    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class java.util.AbstractMap
    +
    +
    +
    +
    +
    +
    + +

    +convertKey

    +
    +protected java.lang.Object convertKey(java.lang.Object key)
    +
    Converts input keys to another object for storage in the map. This implementation masks nulls. Subclasses can override this to perform alternate key conversions.

    The reverse conversion can be changed, if required, by overriding the - getKey() method in the hash entry. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key convert -
    Returns:
    the converted key
    -
    -
    -
    - -

    -hash

    -
    -protected int hash(java.lang.Object key)
    -
    + getKey() method in the hash entry. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key convert +
    Returns:
    the converted key
    +
    +
    +
    + +

    +hash

    +
    +protected int hash(java.lang.Object key)
    +
    Gets the hash code for the key specified. This implementation uses the additional hashing routine from JDK1.4. - Subclasses can override this to return alternate hash codes. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to get a hash code for -
    Returns:
    the hash code
    -
    -
    -
    - -

    -isEqualKey

    -
    -protected boolean isEqualKey(java.lang.Object key1,
    -                             java.lang.Object key2)
    -
    + Subclasses can override this to return alternate hash codes. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to get a hash code for +
    Returns:
    the hash code
    +
    +
    +
    + +

    +isEqualKey

    +
    +protected boolean isEqualKey(java.lang.Object key1,
    +                             java.lang.Object key2)
    +
    Compares two keys, in internal converted form, to see if they are equal. This implementation uses the equals method and assumes neither key is null. - Subclasses can override this to match differently. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key to compare passed in from outside
    key2 - the second key extracted from the entry via entry.key -
    Returns:
    true if equal
    -
    -
    -
    - -

    -isEqualValue

    -
    -protected boolean isEqualValue(java.lang.Object value1,
    -                               java.lang.Object value2)
    -
    + Subclasses can override this to match differently. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key to compare passed in from outside
    key2 - the second key extracted from the entry via entry.key +
    Returns:
    true if equal
    +
    +
    +
    + +

    +isEqualValue

    +
    +protected boolean isEqualValue(java.lang.Object value1,
    +                               java.lang.Object value2)
    +
    Compares two values, in external form, to see if they are equal. This implementation uses the equals method and assumes neither value is null. - Subclasses can override this to match differently. -

    -

    -
    -
    -
    -
    Parameters:
    value1 - the first value to compare passed in from outside
    value2 - the second value extracted from the entry via getValue() -
    Returns:
    true if equal
    -
    -
    -
    - -

    -hashIndex

    -
    -protected int hashIndex(int hashCode,
    -                        int dataSize)
    -
    + Subclasses can override this to match differently. +

    +

    +
    +
    +
    +
    Parameters:
    value1 - the first value to compare passed in from outside
    value2 - the second value extracted from the entry via getValue() +
    Returns:
    true if equal
    +
    +
    +
    + +

    +hashIndex

    +
    +protected int hashIndex(int hashCode,
    +                        int dataSize)
    +
    Gets the index into the data storage for the hashCode specified. This implementation uses the least significant bits of the hashCode. - Subclasses can override this to return alternate bucketing. -

    -

    -
    -
    -
    -
    Parameters:
    hashCode - the hash code to use
    dataSize - the size of the data to pick a bucket from -
    Returns:
    the bucket index
    -
    -
    -
    - -

    -getEntry

    -
    -protected AbstractHashedMap.HashEntry getEntry(java.lang.Object key)
    -
    + Subclasses can override this to return alternate bucketing. +

    +

    +
    +
    +
    +
    Parameters:
    hashCode - the hash code to use
    dataSize - the size of the data to pick a bucket from +
    Returns:
    the bucket index
    +
    +
    +
    + +

    +getEntry

    +
    +protected AbstractHashedMap.HashEntry getEntry(java.lang.Object key)
    +
    Gets the entry mapped to the key specified.

    This method exists for subclasses that may need to perform a multi-step process accessing the entry. The public methods in this class don't use this - method to gain a small performance boost. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key -
    Returns:
    the entry, null if no match
    -
    -
    -
    - -

    -updateEntry

    -
    -protected void updateEntry(AbstractHashedMap.HashEntry entry,
    -                           java.lang.Object newValue)
    -
    + method to gain a small performance boost. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key +
    Returns:
    the entry, null if no match
    +
    +
    +
    + +

    +updateEntry

    +
    +protected void updateEntry(AbstractHashedMap.HashEntry entry,
    +                           java.lang.Object newValue)
    +
    Updates an existing key-value mapping to change the value.

    This implementation calls setValue() on the entry. - Subclasses could override to handle changes to the map. -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to update
    newValue - the new value to store
    -
    -
    -
    - -

    -reuseEntry

    -
    -protected void reuseEntry(AbstractHashedMap.HashEntry entry,
    -                          int hashIndex,
    -                          int hashCode,
    -                          java.lang.Object key,
    -                          java.lang.Object value)
    -
    + Subclasses could override to handle changes to the map. +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to update
    newValue - the new value to store
    +
    +
    +
    + +

    +reuseEntry

    +
    +protected void reuseEntry(AbstractHashedMap.HashEntry entry,
    +                          int hashIndex,
    +                          int hashCode,
    +                          java.lang.Object key,
    +                          java.lang.Object value)
    +
    Reuses an existing key-value mapping, storing completely new data.

    This implementation sets all the data fields on the entry. - Subclasses could populate additional entry fields. -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to update, not null
    hashIndex - the index in the data array
    hashCode - the hash code of the key to add
    key - the key to add
    value - the value to add
    -
    -
    -
    - -

    -addMapping

    -
    -protected void addMapping(int hashIndex,
    -                          int hashCode,
    -                          java.lang.Object key,
    -                          java.lang.Object value)
    -
    + Subclasses could populate additional entry fields. +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to update, not null
    hashIndex - the index in the data array
    hashCode - the hash code of the key to add
    key - the key to add
    value - the value to add
    +
    +
    +
    + +

    +addMapping

    +
    +protected void addMapping(int hashIndex,
    +                          int hashCode,
    +                          java.lang.Object key,
    +                          java.lang.Object value)
    +
    Adds a new key-value mapping into this map.

    This implementation calls createEntry(), addEntry() and checkCapacity(). It also handles changes to modCount and size. - Subclasses could override to fully control adds to the map. -

    -

    -
    -
    -
    -
    Parameters:
    hashIndex - the index into the data array to store at
    hashCode - the hash code of the key to add
    key - the key to add
    value - the value to add
    -
    -
    -
    - -

    -createEntry

    -
    -protected AbstractHashedMap.HashEntry createEntry(AbstractHashedMap.HashEntry next,
    -                                                  int hashCode,
    -                                                  java.lang.Object key,
    -                                                  java.lang.Object value)
    -
    + Subclasses could override to fully control adds to the map. +

    +

    +
    +
    +
    +
    Parameters:
    hashIndex - the index into the data array to store at
    hashCode - the hash code of the key to add
    key - the key to add
    value - the value to add
    +
    +
    +
    + +

    +createEntry

    +
    +protected AbstractHashedMap.HashEntry createEntry(AbstractHashedMap.HashEntry next,
    +                                                  int hashCode,
    +                                                  java.lang.Object key,
    +                                                  java.lang.Object value)
    +
    Creates an entry to store the key-value data.

    This implementation creates a new HashEntry instance. Subclasses can override this to return a different storage class, - or implement caching. -

    -

    -
    -
    -
    -
    Parameters:
    next - the next entry in sequence
    hashCode - the hash code to use
    key - the key to store
    value - the value to store -
    Returns:
    the newly created entry
    -
    -
    -
    - -

    -addEntry

    -
    -protected void addEntry(AbstractHashedMap.HashEntry entry,
    -                        int hashIndex)
    -
    + or implement caching. +

    +

    +
    +
    +
    +
    Parameters:
    next - the next entry in sequence
    hashCode - the hash code to use
    key - the key to store
    value - the value to store +
    Returns:
    the newly created entry
    +
    +
    +
    + +

    +addEntry

    +
    +protected void addEntry(AbstractHashedMap.HashEntry entry,
    +                        int hashIndex)
    +
    Adds an entry into this map.

    This implementation adds the entry to the data storage table. - Subclasses could override to handle changes to the map. -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to add
    hashIndex - the index into the data array to store at
    -
    -
    -
    - -

    -removeMapping

    -
    -protected void removeMapping(AbstractHashedMap.HashEntry entry,
    -                             int hashIndex,
    -                             AbstractHashedMap.HashEntry previous)
    -
    + Subclasses could override to handle changes to the map. +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to add
    hashIndex - the index into the data array to store at
    +
    +
    +
    + +

    +removeMapping

    +
    +protected void removeMapping(AbstractHashedMap.HashEntry entry,
    +                             int hashIndex,
    +                             AbstractHashedMap.HashEntry previous)
    +
    Removes a mapping from the map.

    This implementation calls removeEntry() and destroyEntry(). It also handles changes to modCount and size. - Subclasses could override to fully control removals from the map. -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to remove
    hashIndex - the index into the data structure
    previous - the previous entry in the chain
    -
    -
    -
    - -

    -removeEntry

    -
    -protected void removeEntry(AbstractHashedMap.HashEntry entry,
    -                           int hashIndex,
    -                           AbstractHashedMap.HashEntry previous)
    -
    + Subclasses could override to fully control removals from the map. +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to remove
    hashIndex - the index into the data structure
    previous - the previous entry in the chain
    +
    +
    +
    + +

    +removeEntry

    +
    +protected void removeEntry(AbstractHashedMap.HashEntry entry,
    +                           int hashIndex,
    +                           AbstractHashedMap.HashEntry previous)
    +
    Removes an entry from the chain stored in a particular index.

    This implementation removes the entry from the data storage table. The size is not updated. - Subclasses could override to handle changes to the map. -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to remove
    hashIndex - the index into the data structure
    previous - the previous entry in the chain
    -
    -
    -
    - -

    -destroyEntry

    -
    -protected void destroyEntry(AbstractHashedMap.HashEntry entry)
    -
    + Subclasses could override to handle changes to the map. +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to remove
    hashIndex - the index into the data structure
    previous - the previous entry in the chain
    +
    +
    +
    + +

    +destroyEntry

    +
    +protected void destroyEntry(AbstractHashedMap.HashEntry entry)
    +
    Kills an entry ready for the garbage collector.

    This implementation prepares the HashEntry for garbage collection. - Subclasses can override this to implement caching (override clear as well). -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to destroy
    -
    -
    -
    - -

    -checkCapacity

    -
    -protected void checkCapacity()
    -
    + Subclasses can override this to implement caching (override clear as well). +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to destroy
    +
    +
    +
    + +

    +checkCapacity

    +
    +protected void checkCapacity()
    +
    Checks the capacity of the map and enlarges it if necessary.

    - This implementation uses the threshold to check if the map needs enlarging -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -ensureCapacity

    -
    -protected void ensureCapacity(int newCapacity)
    -
    -
    Changes the size of the data structure to the capacity proposed. -

    -

    -
    -
    -
    -
    Parameters:
    newCapacity - the new capacity of the array (a power of two, less or equal to max)
    -
    -
    -
    - -

    -calculateNewCapacity

    -
    -protected int calculateNewCapacity(int proposedCapacity)
    -
    + This implementation uses the threshold to check if the map needs enlarging +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +ensureCapacity

    +
    +protected void ensureCapacity(int newCapacity)
    +
    +
    Changes the size of the data structure to the capacity proposed. +

    +

    +
    +
    +
    +
    Parameters:
    newCapacity - the new capacity of the array (a power of two, less or equal to max)
    +
    +
    +
    + +

    +calculateNewCapacity

    +
    +protected int calculateNewCapacity(int proposedCapacity)
    +
    Calculates the new capacity of the map. - This implementation normalizes the capacity to a power of two. -

    -

    -
    -
    -
    -
    Parameters:
    proposedCapacity - the proposed capacity -
    Returns:
    the normalized new capacity
    -
    -
    -
    - -

    -calculateThreshold

    -
    -protected int calculateThreshold(int newCapacity,
    -                                 float factor)
    -
    + This implementation normalizes the capacity to a power of two. +

    +

    +
    +
    +
    +
    Parameters:
    proposedCapacity - the proposed capacity +
    Returns:
    the normalized new capacity
    +
    +
    +
    + +

    +calculateThreshold

    +
    +protected int calculateThreshold(int newCapacity,
    +                                 float factor)
    +
    Calculates the new threshold of the map, where it will be resized. - This implementation uses the load factor. -

    -

    -
    -
    -
    -
    Parameters:
    newCapacity - the new capacity
    factor - the load factor -
    Returns:
    the new resize threshold
    -
    -
    -
    - -

    -entryNext

    -
    -protected AbstractHashedMap.HashEntry entryNext(AbstractHashedMap.HashEntry entry)
    -
    + This implementation uses the load factor. +

    +

    +
    +
    +
    +
    Parameters:
    newCapacity - the new capacity
    factor - the load factor +
    Returns:
    the new resize threshold
    +
    +
    +
    + +

    +entryNext

    +
    +protected AbstractHashedMap.HashEntry entryNext(AbstractHashedMap.HashEntry entry)
    +
    Gets the next field from a HashEntry. - Used in subclasses that have no visibility of the field. -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to query, must not be null -
    Returns:
    the next field of the entry -
    Throws: -
    java.lang.NullPointerException - if the entry is null
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -entryHashCode

    -
    -protected int entryHashCode(AbstractHashedMap.HashEntry entry)
    -
    + Used in subclasses that have no visibility of the field. +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to query, must not be null +
    Returns:
    the next field of the entry +
    Throws: +
    java.lang.NullPointerException - if the entry is null
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +entryHashCode

    +
    +protected int entryHashCode(AbstractHashedMap.HashEntry entry)
    +
    Gets the hashCode field from a HashEntry. - Used in subclasses that have no visibility of the field. -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to query, must not be null -
    Returns:
    the hashCode field of the entry -
    Throws: -
    java.lang.NullPointerException - if the entry is null
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -entryKey

    -
    -protected java.lang.Object entryKey(AbstractHashedMap.HashEntry entry)
    -
    + Used in subclasses that have no visibility of the field. +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to query, must not be null +
    Returns:
    the hashCode field of the entry +
    Throws: +
    java.lang.NullPointerException - if the entry is null
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +entryKey

    +
    +protected java.lang.Object entryKey(AbstractHashedMap.HashEntry entry)
    +
    Gets the key field from a HashEntry. - Used in subclasses that have no visibility of the field. -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to query, must not be null -
    Returns:
    the key field of the entry -
    Throws: -
    java.lang.NullPointerException - if the entry is null
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -entryValue

    -
    -protected java.lang.Object entryValue(AbstractHashedMap.HashEntry entry)
    -
    + Used in subclasses that have no visibility of the field. +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to query, must not be null +
    Returns:
    the key field of the entry +
    Throws: +
    java.lang.NullPointerException - if the entry is null
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +entryValue

    +
    +protected java.lang.Object entryValue(AbstractHashedMap.HashEntry entry)
    +
    Gets the value field from a HashEntry. - Used in subclasses that have no visibility of the field. -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to query, must not be null -
    Returns:
    the value field of the entry -
    Throws: -
    java.lang.NullPointerException - if the entry is null
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -mapIterator

    -
    -public MapIterator mapIterator()
    -
    + Used in subclasses that have no visibility of the field. +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to query, must not be null +
    Returns:
    the value field of the entry +
    Throws: +
    java.lang.NullPointerException - if the entry is null
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +mapIterator

    +
    +public MapIterator mapIterator()
    +
    Gets an iterator over the map. Changes made to the iterator affect this map.

    A MapIterator returns the keys in the map. It also provides convenient methods to get the key and value, and set the value. It avoids the need to create an entrySet/keySet/values object. - It also avoids creating the Map.Entry object. -

    -

    -
    Specified by:
    mapIterator in interface IterableMap
    -
    -
    - -
    Returns:
    the map iterator
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    + It also avoids creating the Map.Entry object. +

    +

    +
    Specified by:
    mapIterator in interface IterableMap
    +
    +
    + +
    Returns:
    the map iterator
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    Gets the entrySet view of the map. Changes made to the view affect this map. - To simply iterate through the entries, use mapIterator(). -

    -

    -
    Specified by:
    entrySet in interface java.util.Map
    Specified by:
    entrySet in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    the entrySet view
    -
    -
    -
    - -

    -createEntrySetIterator

    -
    -protected java.util.Iterator createEntrySetIterator()
    -
    + To simply iterate through the entries, use mapIterator(). +

    +

    +
    Specified by:
    entrySet in interface java.util.Map
    Specified by:
    entrySet in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    the entrySet view
    +
    +
    +
    + +

    +createEntrySetIterator

    +
    +protected java.util.Iterator createEntrySetIterator()
    +
    Creates an entry set iterator. - Subclasses can override this to return iterators with different properties. -

    -

    -
    -
    -
    - -
    Returns:
    the entrySet iterator
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    + Subclasses can override this to return iterators with different properties. +

    +

    +
    +
    +
    + +
    Returns:
    the entrySet iterator
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    Gets the keySet view of the map. Changes made to the view affect this map. - To simply iterate through the keys, use mapIterator(). -

    -

    -
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    the keySet view
    -
    -
    -
    - -

    -createKeySetIterator

    -
    -protected java.util.Iterator createKeySetIterator()
    -
    + To simply iterate through the keys, use mapIterator(). +

    +

    +
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    the keySet view
    +
    +
    +
    + +

    +createKeySetIterator

    +
    +protected java.util.Iterator createKeySetIterator()
    +
    Creates a key set iterator. - Subclasses can override this to return iterators with different properties. -

    -

    -
    -
    -
    - -
    Returns:
    the keySet iterator
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    + Subclasses can override this to return iterators with different properties. +

    +

    +
    +
    +
    + +
    Returns:
    the keySet iterator
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    Gets the values view of the map. Changes made to the view affect this map. - To simply iterate through the values, use mapIterator(). -

    -

    -
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    the values view
    -
    -
    -
    - -

    -createValuesIterator

    -
    -protected java.util.Iterator createValuesIterator()
    -
    + To simply iterate through the values, use mapIterator(). +

    +

    +
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    the values view
    +
    +
    +
    + +

    +createValuesIterator

    +
    +protected java.util.Iterator createValuesIterator()
    +
    Creates a values iterator. - Subclasses can override this to return iterators with different properties. -

    -

    -
    -
    -
    - -
    Returns:
    the values iterator
    -
    -
    -
    - -

    -doWriteObject

    -
    -protected void doWriteObject(java.io.ObjectOutputStream out)
    -                      throws java.io.IOException
    -
    + Subclasses can override this to return iterators with different properties. +

    +

    +
    +
    +
    + +
    Returns:
    the values iterator
    +
    +
    +
    + +

    +doWriteObject

    +
    +protected void doWriteObject(java.io.ObjectOutputStream out)
    +                      throws java.io.IOException
    +
    Writes the map data to the stream. This method must be overridden if a subclass must be setup before put() is used.

    @@ -1943,26 +1943,26 @@ protected void doWriteObject(java.io.ObjectOutputStream out)

    Subclasses may override if they have a specific field that must be present on read before this implementation will work. Generally, the read determines - what must be serialized here, if anything. -

    -

    -
    -
    -
    -
    Parameters:
    out - the output stream -
    Throws: -
    java.io.IOException
    -
    -
    -
    - -

    -doReadObject

    -
    -protected void doReadObject(java.io.ObjectInputStream in)
    -                     throws java.io.IOException,
    -                            java.lang.ClassNotFoundException
    -
    + what must be serialized here, if anything. +

    +

    +
    +
    +
    +
    Parameters:
    out - the output stream +
    Throws: +
    java.io.IOException
    +
    +
    +
    + +

    +doReadObject

    +
    +protected void doReadObject(java.io.ObjectInputStream in)
    +                     throws java.io.IOException,
    +                            java.lang.ClassNotFoundException
    +
    Reads the map data from the stream. This method must be overridden if a subclass must be setup before put() is used.

    @@ -1976,150 +1976,150 @@ protected void doReadObject(java.io.ObjectInputStream in) readObject() of the first serializable subclass.

    Subclasses may override if the subclass has a specific field that must be present - before put() or calculateThreshold() will work correctly. -

    -

    -
    -
    -
    -
    Parameters:
    in - the input stream -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    - -

    -clone

    -
    -protected java.lang.Object clone()
    -
    + before put() or calculateThreshold() will work correctly. +

    +

    +
    +
    +
    +
    Parameters:
    in - the input stream +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    + +

    +clone

    +
    +protected java.lang.Object clone()
    +
    Clones the map without cloning the keys or values.

    To implement clone(), a subclass must implement the - Cloneable interface and make this method public. -

    -

    -
    Overrides:
    clone in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    a shallow clone
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    -
    Compares this map with another. -

    -

    -
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.util.AbstractMap
    -
    -
    -
    Parameters:
    obj - the object to compare to -
    Returns:
    true if equal
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    Gets the standard Map hashCode. -

    -

    -
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    the hash code defined in the Map interface
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    Gets the map as a String. -

    -

    -
    Overrides:
    toString in class java.util.AbstractMap
    -
    -
    - -
    Returns:
    a string version of the map
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Cloneable interface and make this method public. +

    +

    +
    Overrides:
    clone in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    a shallow clone
    +
    + +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    Compares this map with another. +

    +

    +
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.util.AbstractMap
    +
    +
    +
    Parameters:
    obj - the object to compare to +
    Returns:
    true if equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Gets the standard Map hashCode. +

    +

    +
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    the hash code defined in the Map interface
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Gets the map as a String. +

    +

    +
    Overrides:
    toString in class java.util.AbstractMap
    +
    +
    + +
    Returns:
    a string version of the map
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.EntrySetIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.EntrySetIterator.html index 5c1c0c4..d03e955 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.EntrySetIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.EntrySetIterator.html @@ -1,316 +1,316 @@ - - - - - - - -AbstractLinkedMap.EntrySetIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractLinkedMap.EntrySetIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    -      extended by org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, OrderedIterator, ResettableIterator
    -
    -
    -
    Direct Known Subclasses:
    AbstractLinkedMap.KeySetIterator
    -
    -
    -
    Enclosing class:
    AbstractLinkedMap
    -
    -
    -
    -
    protected static class AbstractLinkedMap.EntrySetIterator
    extends AbstractLinkedMap.LinkIterator
    - - -

    -EntrySet iterator. -

    - -

    -


    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    expectedModCount, last, next, parent
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractLinkedMap.EntrySetIterator(AbstractLinkedMap parent) - -
    -           
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objectnext() - -
    -           
    - java.lang.Objectprevious() - -
    -          Gets the previous element from the collection.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractLinkedMap.EntrySetIterator

    -
    -protected AbstractLinkedMap.EntrySetIterator(AbstractLinkedMap parent)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    Description copied from interface: OrderedIterator
    -
    Gets the previous element from the collection. -

    -

    - -
    Returns:
    the previous element in the iteration
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractLinkedMap.EntrySetIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.map +
    +Class AbstractLinkedMap.EntrySetIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    +      extended by org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, OrderedIterator, ResettableIterator
    +
    +
    +
    Direct Known Subclasses:
    AbstractLinkedMap.KeySetIterator
    +
    +
    +
    Enclosing class:
    AbstractLinkedMap
    +
    +
    +
    +
    protected static class AbstractLinkedMap.EntrySetIterator
    extends AbstractLinkedMap.LinkIterator
    + + +

    +EntrySet iterator. +

    + +

    +


    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    expectedModCount, last, next, parent
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractLinkedMap.EntrySetIterator(AbstractLinkedMap parent) + +
    +           
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objectnext() + +
    +           
    + java.lang.Objectprevious() + +
    +          Gets the previous element from the collection.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractLinkedMap.EntrySetIterator

    +
    +protected AbstractLinkedMap.EntrySetIterator(AbstractLinkedMap parent)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    Description copied from interface: OrderedIterator
    +
    Gets the previous element from the collection. +

    +

    + +
    Returns:
    the previous element in the iteration
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.KeySetIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.KeySetIterator.html index e99eb60..498405e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.KeySetIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.KeySetIterator.html @@ -1,320 +1,320 @@ - - - - - - - -AbstractLinkedMap.KeySetIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractLinkedMap.KeySetIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    -      extended by org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
    -          extended by org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, OrderedIterator, ResettableIterator
    -
    -
    -
    Enclosing class:
    AbstractLinkedMap
    -
    -
    -
    -
    protected static class AbstractLinkedMap.KeySetIterator
    extends AbstractLinkedMap.EntrySetIterator
    - - -

    -KeySet iterator. -

    - -

    -


    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    expectedModCount, last, next, parent
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractLinkedMap.KeySetIterator(AbstractLinkedMap parent) - -
    -           
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objectnext() - -
    -           
    - java.lang.Objectprevious() - -
    -          Gets the previous element from the collection.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractLinkedMap.KeySetIterator

    -
    -protected AbstractLinkedMap.KeySetIterator(AbstractLinkedMap parent)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    Specified by:
    next in interface java.util.Iterator
    Overrides:
    next in class AbstractLinkedMap.EntrySetIterator
    -
    -
    -
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    Description copied from interface: OrderedIterator
    -
    Gets the previous element from the collection. -

    -

    -
    Specified by:
    previous in interface OrderedIterator
    Overrides:
    previous in class AbstractLinkedMap.EntrySetIterator
    -
    -
    - -
    Returns:
    the previous element in the iteration
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractLinkedMap.KeySetIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.map +
    +Class AbstractLinkedMap.KeySetIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    +      extended by org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
    +          extended by org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, OrderedIterator, ResettableIterator
    +
    +
    +
    Enclosing class:
    AbstractLinkedMap
    +
    +
    +
    +
    protected static class AbstractLinkedMap.KeySetIterator
    extends AbstractLinkedMap.EntrySetIterator
    + + +

    +KeySet iterator. +

    + +

    +


    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    expectedModCount, last, next, parent
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractLinkedMap.KeySetIterator(AbstractLinkedMap parent) + +
    +           
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objectnext() + +
    +           
    + java.lang.Objectprevious() + +
    +          Gets the previous element from the collection.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractLinkedMap.KeySetIterator

    +
    +protected AbstractLinkedMap.KeySetIterator(AbstractLinkedMap parent)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    Specified by:
    next in interface java.util.Iterator
    Overrides:
    next in class AbstractLinkedMap.EntrySetIterator
    +
    +
    +
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    Description copied from interface: OrderedIterator
    +
    Gets the previous element from the collection. +

    +

    +
    Specified by:
    previous in interface OrderedIterator
    Overrides:
    previous in class AbstractLinkedMap.EntrySetIterator
    +
    +
    + +
    Returns:
    the previous element in the iteration
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.LinkEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.LinkEntry.html index fa004b8..e975c86 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.LinkEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.LinkEntry.html @@ -1,326 +1,326 @@ - - - - - - - -AbstractLinkedMap.LinkEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractLinkedMap.LinkEntry

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    -      extended by org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    -
    -
    -
    Enclosing class:
    AbstractLinkedMap
    -
    -
    -
    -
    protected static class AbstractLinkedMap.LinkEntry
    extends AbstractHashedMap.HashEntry
    - - -

    + + + + + + + +AbstractLinkedMap.LinkEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class AbstractLinkedMap.LinkEntry

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    +      extended by org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    +
    +
    +
    Enclosing class:
    AbstractLinkedMap
    +
    +
    +
    +
    protected static class AbstractLinkedMap.LinkEntry
    extends AbstractHashedMap.HashEntry
    + + +

    LinkEntry that stores the data.

    If you subclass AbstractLinkedMap but not LinkEntry then you will not be able to access the protected fields. The entryXxx() methods on AbstractLinkedMap exist - to provide the necessary access. -

    - -

    -


    - -

    - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  AbstractLinkedMap.LinkEntryafter - -
    -          The entry after this one in the order
    -protected  AbstractLinkedMap.LinkEntrybefore - -
    -          The entry before this one in the order
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    hashCode, key, next, value
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractLinkedMap.LinkEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Constructs a new entry.
    -  - - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    equals, getKey, getValue, hashCode, setValue, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -before

    -
    -protected AbstractLinkedMap.LinkEntry before
    -
    -
    The entry before this one in the order -

    -

    -
    -
    -
    - -

    -after

    -
    -protected AbstractLinkedMap.LinkEntry after
    -
    -
    The entry after this one in the order -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractLinkedMap.LinkEntry

    -
    -protected AbstractLinkedMap.LinkEntry(AbstractHashedMap.HashEntry next,
    -                                      int hashCode,
    -                                      java.lang.Object key,
    -                                      java.lang.Object value)
    -
    -
    Constructs a new entry. -

    -

    -
    Parameters:
    next - the next entry in the hash bucket sequence
    hashCode - the hash code
    key - the key
    value - the value
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + to provide the necessary access. +

    + +

    +


    + +

    + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  AbstractLinkedMap.LinkEntryafter + +
    +          The entry after this one in the order
    +protected  AbstractLinkedMap.LinkEntrybefore + +
    +          The entry before this one in the order
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    hashCode, key, next, value
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractLinkedMap.LinkEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Constructs a new entry.
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    equals, getKey, getValue, hashCode, setValue, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +before

    +
    +protected AbstractLinkedMap.LinkEntry before
    +
    +
    The entry before this one in the order +

    +

    +
    +
    +
    + +

    +after

    +
    +protected AbstractLinkedMap.LinkEntry after
    +
    +
    The entry after this one in the order +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractLinkedMap.LinkEntry

    +
    +protected AbstractLinkedMap.LinkEntry(AbstractHashedMap.HashEntry next,
    +                                      int hashCode,
    +                                      java.lang.Object key,
    +                                      java.lang.Object value)
    +
    +
    Constructs a new entry. +

    +

    +
    Parameters:
    next - the next entry in the hash bucket sequence
    hashCode - the hash code
    key - the key
    value - the value
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.LinkIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.LinkIterator.html index 64c9342..06e9d1a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.LinkIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.LinkIterator.html @@ -1,556 +1,556 @@ - - - - - - - -AbstractLinkedMap.LinkIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractLinkedMap.LinkIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, OrderedIterator, ResettableIterator
    -
    -
    -
    Direct Known Subclasses:
    AbstractLinkedMap.EntrySetIterator, AbstractLinkedMap.LinkMapIterator, AbstractLinkedMap.ValuesIterator
    -
    -
    -
    Enclosing class:
    AbstractLinkedMap
    -
    -
    -
    -
    protected abstract static class AbstractLinkedMap.LinkIterator
    extends java.lang.Object
    implements OrderedIterator, ResettableIterator
    - - -

    -Base Iterator that iterates in link order. -

    - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  intexpectedModCount - -
    -          The modification count expected
    -protected  AbstractLinkedMap.LinkEntrylast - -
    -          The current (last returned) entry
    -protected  AbstractLinkedMap.LinkEntrynext - -
    -          The next entry
    -protected  AbstractLinkedMapparent - -
    -          The parent map
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractLinkedMap.LinkIterator(AbstractLinkedMap parent) - -
    -           
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +
    -Method Summary
    -protected  AbstractLinkedMap.LinkEntrycurrentEntry() - -
    -           
    - booleanhasNext() - -
    -           
    - booleanhasPrevious() - -
    -          Checks to see if there is a previous element that can be iterated to.
    -protected  AbstractLinkedMap.LinkEntrynextEntry() - -
    -           
    -protected  AbstractLinkedMap.LinkEntrypreviousEntry() - -
    -           
    - voidremove() - -
    -           
    - voidreset() - -
    + + + + + + + +AbstractLinkedMap.LinkIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.map +
    +Class AbstractLinkedMap.LinkIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, OrderedIterator, ResettableIterator
    +
    +
    +
    Direct Known Subclasses:
    AbstractLinkedMap.EntrySetIterator, AbstractLinkedMap.LinkMapIterator, AbstractLinkedMap.ValuesIterator
    +
    +
    +
    Enclosing class:
    AbstractLinkedMap
    +
    +
    +
    +
    protected abstract static class AbstractLinkedMap.LinkIterator
    extends java.lang.Object
    implements OrderedIterator, ResettableIterator
    + + +

    +Base Iterator that iterates in link order. +

    + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  intexpectedModCount + +
    +          The modification count expected
    +protected  AbstractLinkedMap.LinkEntrylast + +
    +          The current (last returned) entry
    +protected  AbstractLinkedMap.LinkEntrynext + +
    +          The next entry
    +protected  AbstractLinkedMapparent + +
    +          The parent map
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractLinkedMap.LinkIterator(AbstractLinkedMap parent) + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - -
    +Method Summary
    +protected  AbstractLinkedMap.LinkEntrycurrentEntry() + +
    +           
    + booleanhasNext() + +
    +           
    + booleanhasPrevious() + +
    +          Checks to see if there is a previous element that can be iterated to.
    +protected  AbstractLinkedMap.LinkEntrynextEntry() + +
    +           
    +protected  AbstractLinkedMap.LinkEntrypreviousEntry() + +
    +           
    + voidremove() + +
    +           
    + voidreset() + +
              Resets the iterator back to the position at which the iterator - was created.
    - java.lang.StringtoString() - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.OrderedIterator
    previous
    - - - - - - - -
    Methods inherited from interface java.util.Iterator
    next
    - - - - - - - -
    Methods inherited from interface java.util.Iterator
    next
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -parent

    -
    -protected final AbstractLinkedMap parent
    -
    -
    The parent map -

    -

    -
    -
    -
    - -

    -last

    -
    -protected AbstractLinkedMap.LinkEntry last
    -
    -
    The current (last returned) entry -

    -

    -
    -
    -
    - -

    -next

    -
    -protected AbstractLinkedMap.LinkEntry next
    -
    -
    The next entry -

    -

    -
    -
    -
    - -

    -expectedModCount

    -
    -protected int expectedModCount
    -
    -
    The modification count expected -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractLinkedMap.LinkIterator

    -
    -protected AbstractLinkedMap.LinkIterator(AbstractLinkedMap parent)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hasNext

    -
    -public boolean hasNext()
    -
    -
    -
    Specified by:
    hasNext in interface java.util.Iterator
    -
    -
    -
    -
    -
    -
    - -

    -hasPrevious

    -
    -public boolean hasPrevious()
    -
    -
    Description copied from interface: OrderedIterator
    -
    Checks to see if there is a previous element that can be iterated to. -

    -

    -
    Specified by:
    hasPrevious in interface OrderedIterator
    -
    -
    - -
    Returns:
    true if the iterator has a previous element
    -
    -
    -
    - -

    -nextEntry

    -
    -protected AbstractLinkedMap.LinkEntry nextEntry()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -previousEntry

    -
    -protected AbstractLinkedMap.LinkEntry previousEntry()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -currentEntry

    -
    -protected AbstractLinkedMap.LinkEntry currentEntry()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public void remove()
    -
    -
    -
    Specified by:
    remove in interface java.util.Iterator
    -
    -
    -
    -
    -
    -
    - -

    -reset

    -
    -public void reset()
    -
    -
    Description copied from interface: ResettableIterator
    + was created.
    + java.lang.StringtoString() + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.OrderedIterator
    previous
    + + + + + + + +
    Methods inherited from interface java.util.Iterator
    next
    + + + + + + + +
    Methods inherited from interface java.util.Iterator
    next
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +parent

    +
    +protected final AbstractLinkedMap parent
    +
    +
    The parent map +

    +

    +
    +
    +
    + +

    +last

    +
    +protected AbstractLinkedMap.LinkEntry last
    +
    +
    The current (last returned) entry +

    +

    +
    +
    +
    + +

    +next

    +
    +protected AbstractLinkedMap.LinkEntry next
    +
    +
    The next entry +

    +

    +
    +
    +
    + +

    +expectedModCount

    +
    +protected int expectedModCount
    +
    +
    The modification count expected +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractLinkedMap.LinkIterator

    +
    +protected AbstractLinkedMap.LinkIterator(AbstractLinkedMap parent)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    +
    Specified by:
    hasNext in interface java.util.Iterator
    +
    +
    +
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    Description copied from interface: OrderedIterator
    +
    Checks to see if there is a previous element that can be iterated to. +

    +

    +
    Specified by:
    hasPrevious in interface OrderedIterator
    +
    +
    + +
    Returns:
    true if the iterator has a previous element
    +
    +
    +
    + +

    +nextEntry

    +
    +protected AbstractLinkedMap.LinkEntry nextEntry()
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +previousEntry

    +
    +protected AbstractLinkedMap.LinkEntry previousEntry()
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +currentEntry

    +
    +protected AbstractLinkedMap.LinkEntry currentEntry()
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    +
    Specified by:
    remove in interface java.util.Iterator
    +
    +
    +
    +
    +
    +
    + +

    +reset

    +
    +public void reset()
    +
    +
    Description copied from interface: ResettableIterator
    Resets the iterator back to the position at which the iterator - was created. -

    -

    -
    Specified by:
    reset in interface ResettableIterator
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + was created. +

    +

    +
    Specified by:
    reset in interface ResettableIterator
    +
    +
    +
    +
    + +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.LinkMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.LinkMapIterator.html index 61d6de1..6796b00 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.LinkMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.LinkMapIterator.html @@ -1,423 +1,423 @@ - - - - - - - -AbstractLinkedMap.LinkMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractLinkedMap.LinkMapIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    -      extended by org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, OrderedIterator, OrderedMapIterator, ResettableIterator
    -
    -
    -
    Enclosing class:
    AbstractLinkedMap
    -
    -
    -
    -
    protected static class AbstractLinkedMap.LinkMapIterator
    extends AbstractLinkedMap.LinkIterator
    implements OrderedMapIterator
    - - -

    -MapIterator implementation. -

    - -

    -


    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    expectedModCount, last, next, parent
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap parent) - -
    -           
    -  - - - - - - - - - - + + + + + + + + + + + + + +
    -Method Summary
    - java.lang.ObjectgetKey() - -
    + + + + + + + +AbstractLinkedMap.LinkMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.map +
    +Class AbstractLinkedMap.LinkMapIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    +      extended by org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, MapIterator, OrderedIterator, OrderedMapIterator, ResettableIterator
    +
    +
    +
    Enclosing class:
    AbstractLinkedMap
    +
    +
    +
    +
    protected static class AbstractLinkedMap.LinkMapIterator
    extends AbstractLinkedMap.LinkIterator
    implements OrderedMapIterator
    + + +

    +MapIterator implementation. +

    + +

    +


    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    expectedModCount, last, next, parent
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap parent) + +
    +           
    +  + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - -
    +Method Summary
    + java.lang.ObjectgetKey() + +
              Gets the current key, which is the key returned by the last call - to next().
    - java.lang.ObjectgetValue() - -
    + to next().
    + java.lang.ObjectgetValue() + +
              Gets the current value, which is the value associated with the last key - returned by next().
    - java.lang.Objectnext() - -
    -          Gets the next key from the Map.
    - java.lang.Objectprevious() - -
    -          Gets the previous element from the collection.
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -          Sets the value associated with the current key (optional operation).
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.OrderedMapIterator
    hasPrevious
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.MapIterator
    hasNext, remove
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractLinkedMap.LinkMapIterator

    -
    -protected AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap parent)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    Description copied from interface: MapIterator
    -
    Gets the next key from the Map. -

    -

    -
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    -
    -
    - -
    Returns:
    the next key in the iteration
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    Description copied from interface: OrderedIterator
    -
    Gets the previous element from the collection. -

    -

    -
    Specified by:
    previous in interface OrderedIterator
    Specified by:
    previous in interface OrderedMapIterator
    -
    -
    - -
    Returns:
    the previous element in the iteration
    -
    -
    -
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    Description copied from interface: MapIterator
    + returned by next().
    + java.lang.Objectnext() + +
    +          Gets the next key from the Map.
    + java.lang.Objectprevious() + +
    +          Gets the previous element from the collection.
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +          Sets the value associated with the current key (optional operation).
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.OrderedMapIterator
    hasPrevious
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.MapIterator
    hasNext, remove
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractLinkedMap.LinkMapIterator

    +
    +protected AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap parent)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Description copied from interface: MapIterator
    +
    Gets the next key from the Map. +

    +

    +
    Specified by:
    next in interface java.util.Iterator
    Specified by:
    next in interface MapIterator
    +
    +
    + +
    Returns:
    the next key in the iteration
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    Description copied from interface: OrderedIterator
    +
    Gets the previous element from the collection. +

    +

    +
    Specified by:
    previous in interface OrderedIterator
    Specified by:
    previous in interface OrderedMapIterator
    +
    +
    + +
    Returns:
    the previous element in the iteration
    +
    +
    +
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    Description copied from interface: MapIterator
    Gets the current key, which is the key returned by the last call - to next(). -

    -

    -
    Specified by:
    getKey in interface MapIterator
    -
    -
    - -
    Returns:
    the current key
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    Description copied from interface: MapIterator
    + to next(). +

    +

    +
    Specified by:
    getKey in interface MapIterator
    +
    +
    + +
    Returns:
    the current key
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Description copied from interface: MapIterator
    Gets the current value, which is the value associated with the last key - returned by next(). -

    -

    -
    Specified by:
    getValue in interface MapIterator
    -
    -
    - -
    Returns:
    the current value
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    Description copied from interface: MapIterator
    -
    Sets the value associated with the current key (optional operation). -

    -

    -
    Specified by:
    setValue in interface MapIterator
    -
    -
    -
    Parameters:
    value - the new value -
    Returns:
    the previous value
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + returned by next(). +

    +

    +
    Specified by:
    getValue in interface MapIterator
    +
    +
    + +
    Returns:
    the current value
    +
    + +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    Description copied from interface: MapIterator
    +
    Sets the value associated with the current key (optional operation). +

    +

    +
    Specified by:
    setValue in interface MapIterator
    +
    +
    +
    Parameters:
    value - the new value +
    Returns:
    the previous value
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.ValuesIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.ValuesIterator.html index 78cdfbf..c70ee76 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.ValuesIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.ValuesIterator.html @@ -1,313 +1,313 @@ - - - - - - - -AbstractLinkedMap.ValuesIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractLinkedMap.ValuesIterator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    -      extended by org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Iterator, OrderedIterator, ResettableIterator
    -
    -
    -
    Enclosing class:
    AbstractLinkedMap
    -
    -
    -
    -
    protected static class AbstractLinkedMap.ValuesIterator
    extends AbstractLinkedMap.LinkIterator
    - - -

    -Values iterator. -

    - -

    -


    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    expectedModCount, last, next, parent
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractLinkedMap.ValuesIterator(AbstractLinkedMap parent) - -
    -           
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objectnext() - -
    -           
    - java.lang.Objectprevious() - -
    -          Gets the previous element from the collection.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractLinkedMap.ValuesIterator

    -
    -protected AbstractLinkedMap.ValuesIterator(AbstractLinkedMap parent)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -next

    -
    -public java.lang.Object next()
    -
    -
    -
    -
    -
    -
    - -

    -previous

    -
    -public java.lang.Object previous()
    -
    -
    Description copied from interface: OrderedIterator
    -
    Gets the previous element from the collection. -

    -

    - -
    Returns:
    the previous element in the iteration
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractLinkedMap.ValuesIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.map +
    +Class AbstractLinkedMap.ValuesIterator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    +      extended by org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Iterator, OrderedIterator, ResettableIterator
    +
    +
    +
    Enclosing class:
    AbstractLinkedMap
    +
    +
    +
    +
    protected static class AbstractLinkedMap.ValuesIterator
    extends AbstractLinkedMap.LinkIterator
    + + +

    +Values iterator. +

    + +

    +


    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    expectedModCount, last, next, parent
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractLinkedMap.ValuesIterator(AbstractLinkedMap parent) + +
    +           
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objectnext() + +
    +           
    + java.lang.Objectprevious() + +
    +          Gets the previous element from the collection.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
    currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractLinkedMap.ValuesIterator

    +
    +protected AbstractLinkedMap.ValuesIterator(AbstractLinkedMap parent)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    +
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    Description copied from interface: OrderedIterator
    +
    Gets the previous element from the collection. +

    +

    + +
    Returns:
    the previous element in the iteration
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.html index d40b36f..f591fde 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractLinkedMap.html @@ -1,112 +1,112 @@ - - - - - - - -AbstractLinkedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractLinkedMap

    -
    -java.lang.Object
    -  extended by java.util.AbstractMap
    -      extended by org.apache.commons.collections.map.AbstractHashedMap
    -          extended by org.apache.commons.collections.map.AbstractLinkedMap
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map, IterableMap, OrderedMap
    -
    -
    -
    Direct Known Subclasses:
    LinkedMap, LRUMap
    -
    -
    -
    -
    public class AbstractLinkedMap
    extends AbstractHashedMap
    implements OrderedMap
    - - -

    + + + + + + + +AbstractLinkedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class AbstractLinkedMap

    +
    +java.lang.Object
    +  extended by java.util.AbstractMap
    +      extended by org.apache.commons.collections.map.AbstractHashedMap
    +          extended by org.apache.commons.collections.map.AbstractLinkedMap
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map, IterableMap, OrderedMap
    +
    +
    +
    Direct Known Subclasses:
    LinkedMap, LRUMap
    +
    +
    +
    +
    public class AbstractLinkedMap
    extends AbstractHashedMap
    implements OrderedMap
    + + +

    An abstract implementation of a hash-based map that links entries to create an ordered map and which provides numerous points for subclasses to override.

    @@ -132,883 +132,883 @@ An abstract implementation of a hash-based map that links entries to create an ResettableIterator and calling reset().

    The implementation is also designed to be subclassed, with lots of useful - methods exposed. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    java util LinkedHashMap, Stephen Colebourne
    -
    -
    - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Nested Class Summary
    -protected static classAbstractLinkedMap.EntrySetIterator - -
    -          EntrySet iterator.
    -protected static classAbstractLinkedMap.KeySetIterator - -
    -          KeySet iterator.
    -protected static classAbstractLinkedMap.LinkEntry - -
    -          LinkEntry that stores the data.
    -protected static classAbstractLinkedMap.LinkIterator - -
    -          Base Iterator that iterates in link order.
    -protected static classAbstractLinkedMap.LinkMapIterator - -
    -          MapIterator implementation.
    -protected static classAbstractLinkedMap.ValuesIterator - -
    -          Values iterator.
    - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.Values
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - -
    -Field Summary
    -protected  AbstractLinkedMap.LinkEntryheader - -
    -          Header in the linked list
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    -  - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Constructor Summary
    -protected AbstractLinkedMap() - -
    -          Constructor only used in deserialization, do not use otherwise.
    -protected AbstractLinkedMap(int initialCapacity) - -
    -          Constructs a new, empty map with the specified initial capacity.
    -protected AbstractLinkedMap(int initialCapacity, - float loadFactor) - -
    + methods exposed. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    java util LinkedHashMap, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Nested Class Summary
    +protected static classAbstractLinkedMap.EntrySetIterator + +
    +          EntrySet iterator.
    +protected static classAbstractLinkedMap.KeySetIterator + +
    +          KeySet iterator.
    +protected static classAbstractLinkedMap.LinkEntry + +
    +          LinkEntry that stores the data.
    +protected static classAbstractLinkedMap.LinkIterator + +
    +          Base Iterator that iterates in link order.
    +protected static classAbstractLinkedMap.LinkMapIterator + +
    +          MapIterator implementation.
    +protected static classAbstractLinkedMap.ValuesIterator + +
    +          Values iterator.
    + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.Values
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + +
    +Field Summary
    +protected  AbstractLinkedMap.LinkEntryheader + +
    +          Header in the linked list
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    +  + + + + + + + + + + + + + + + + + + - - - - - - - - - -
    +Constructor Summary
    +protected AbstractLinkedMap() + +
    +          Constructor only used in deserialization, do not use otherwise.
    +protected AbstractLinkedMap(int initialCapacity) + +
    +          Constructs a new, empty map with the specified initial capacity.
    +protected AbstractLinkedMap(int initialCapacity, + float loadFactor) + +
              Constructs a new, empty map with the specified initial capacity and - load factor.
    -protected AbstractLinkedMap(int initialCapacity, - float loadFactor, - int threshold) - -
    -          Constructor which performs no validation on the passed in parameters.
    -protected AbstractLinkedMap(java.util.Map map) - -
    -          Constructor copying elements from another map.
    -  - - - - - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    -protected  voidaddEntry(AbstractHashedMap.HashEntry entry, - int hashIndex) - -
    -          Adds an entry into this map, maintaining insertion order.
    - voidclear() - -
    + load factor.
    +protected AbstractLinkedMap(int initialCapacity, + float loadFactor, + int threshold) + +
    +          Constructor which performs no validation on the passed in parameters.
    +protected AbstractLinkedMap(java.util.Map map) + +
    +          Constructor copying elements from another map.
    +  + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    +protected  voidaddEntry(AbstractHashedMap.HashEntry entry, + int hashIndex) + +
    +          Adds an entry into this map, maintaining insertion order.
    + voidclear() + +
              Clears the map, resetting the size to zero and nullifying references - to avoid garbage collection issues.
    - booleancontainsValue(java.lang.Object value) - -
    -          Checks whether the map contains the specified value.
    -protected  AbstractHashedMap.HashEntrycreateEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Creates an entry to store the data.
    -protected  java.util.IteratorcreateEntrySetIterator() - -
    -          Creates an entry set iterator.
    -protected  java.util.IteratorcreateKeySetIterator() - -
    -          Creates a key set iterator.
    -protected  java.util.IteratorcreateValuesIterator() - -
    -          Creates a values iterator.
    -protected  AbstractLinkedMap.LinkEntryentryAfter(AbstractLinkedMap.LinkEntry entry) - -
    -          Gets the after field from a LinkEntry.
    -protected  AbstractLinkedMap.LinkEntryentryBefore(AbstractLinkedMap.LinkEntry entry) - -
    -          Gets the before field from a LinkEntry.
    - java.lang.ObjectfirstKey() - -
    -          Gets the first key in the map, which is the most recently inserted.
    -protected  AbstractLinkedMap.LinkEntrygetEntry(int index) - -
    -          Gets the key at the specified index.
    -protected  voidinit() - -
    -          Initialise this subclass during construction.
    - java.lang.ObjectlastKey() - -
    -          Gets the last key in the map, which is the first inserted.
    - MapIteratormapIterator() - -
    -          Gets an iterator over the map.
    - java.lang.ObjectnextKey(java.lang.Object key) - -
    -          Gets the next key in sequence.
    - OrderedMapIteratororderedMapIterator() - -
    -          Gets a bidirectional iterator over the map.
    - java.lang.ObjectpreviousKey(java.lang.Object key) - -
    -          Gets the previous key in sequence.
    -protected  voidremoveEntry(AbstractHashedMap.HashEntry entry, - int hashIndex, - AbstractHashedMap.HashEntry previous) - -
    -          Removes an entry from the map and the linked list.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, clone, containsKey, convertKey, destroyEntry, doReadObject, doWriteObject, ensureCapacity, entryHashCode, entryKey, entryNext, entrySet, entryValue, equals, get, getEntry, hash, hashCode, hashIndex, isEmpty, isEqualKey, isEqualValue, keySet, put, putAll, remove, removeMapping, reuseEntry, size, toString, updateEntry, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map
    containsKey, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -header

    -
    -protected transient AbstractLinkedMap.LinkEntry header
    -
    -
    Header in the linked list -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractLinkedMap

    -
    -protected AbstractLinkedMap()
    -
    -
    Constructor only used in deserialization, do not use otherwise. -

    -

    -
    - -

    -AbstractLinkedMap

    -
    -protected AbstractLinkedMap(int initialCapacity,
    -                            float loadFactor,
    -                            int threshold)
    -
    -
    Constructor which performs no validation on the passed in parameters. -

    -

    -
    Parameters:
    initialCapacity - the initial capacity, must be a power of two
    loadFactor - the load factor, must be > 0.0f and generally < 1.0f
    threshold - the threshold, must be sensible
    -
    -
    - -

    -AbstractLinkedMap

    -
    -protected AbstractLinkedMap(int initialCapacity)
    -
    -
    Constructs a new, empty map with the specified initial capacity. -

    -

    -
    Parameters:
    initialCapacity - the initial capacity -
    Throws: -
    java.lang.IllegalArgumentException - if the initial capacity is less than one
    -
    -
    - -

    -AbstractLinkedMap

    -
    -protected AbstractLinkedMap(int initialCapacity,
    -                            float loadFactor)
    -
    + to avoid garbage collection issues.
    + booleancontainsValue(java.lang.Object value) + +
    +          Checks whether the map contains the specified value.
    +protected  AbstractHashedMap.HashEntrycreateEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Creates an entry to store the data.
    +protected  java.util.IteratorcreateEntrySetIterator() + +
    +          Creates an entry set iterator.
    +protected  java.util.IteratorcreateKeySetIterator() + +
    +          Creates a key set iterator.
    +protected  java.util.IteratorcreateValuesIterator() + +
    +          Creates a values iterator.
    +protected  AbstractLinkedMap.LinkEntryentryAfter(AbstractLinkedMap.LinkEntry entry) + +
    +          Gets the after field from a LinkEntry.
    +protected  AbstractLinkedMap.LinkEntryentryBefore(AbstractLinkedMap.LinkEntry entry) + +
    +          Gets the before field from a LinkEntry.
    + java.lang.ObjectfirstKey() + +
    +          Gets the first key in the map, which is the most recently inserted.
    +protected  AbstractLinkedMap.LinkEntrygetEntry(int index) + +
    +          Gets the key at the specified index.
    +protected  voidinit() + +
    +          Initialise this subclass during construction.
    + java.lang.ObjectlastKey() + +
    +          Gets the last key in the map, which is the first inserted.
    + MapIteratormapIterator() + +
    +          Gets an iterator over the map.
    + java.lang.ObjectnextKey(java.lang.Object key) + +
    +          Gets the next key in sequence.
    + OrderedMapIteratororderedMapIterator() + +
    +          Gets a bidirectional iterator over the map.
    + java.lang.ObjectpreviousKey(java.lang.Object key) + +
    +          Gets the previous key in sequence.
    +protected  voidremoveEntry(AbstractHashedMap.HashEntry entry, + int hashIndex, + AbstractHashedMap.HashEntry previous) + +
    +          Removes an entry from the map and the linked list.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, clone, containsKey, convertKey, destroyEntry, doReadObject, doWriteObject, ensureCapacity, entryHashCode, entryKey, entryNext, entrySet, entryValue, equals, get, getEntry, hash, hashCode, hashIndex, isEmpty, isEqualKey, isEqualValue, keySet, put, putAll, remove, removeMapping, reuseEntry, size, toString, updateEntry, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map
    containsKey, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +header

    +
    +protected transient AbstractLinkedMap.LinkEntry header
    +
    +
    Header in the linked list +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractLinkedMap

    +
    +protected AbstractLinkedMap()
    +
    +
    Constructor only used in deserialization, do not use otherwise. +

    +

    +
    + +

    +AbstractLinkedMap

    +
    +protected AbstractLinkedMap(int initialCapacity,
    +                            float loadFactor,
    +                            int threshold)
    +
    +
    Constructor which performs no validation on the passed in parameters. +

    +

    +
    Parameters:
    initialCapacity - the initial capacity, must be a power of two
    loadFactor - the load factor, must be > 0.0f and generally < 1.0f
    threshold - the threshold, must be sensible
    +
    +
    + +

    +AbstractLinkedMap

    +
    +protected AbstractLinkedMap(int initialCapacity)
    +
    +
    Constructs a new, empty map with the specified initial capacity. +

    +

    +
    Parameters:
    initialCapacity - the initial capacity +
    Throws: +
    java.lang.IllegalArgumentException - if the initial capacity is less than one
    +
    +
    + +

    +AbstractLinkedMap

    +
    +protected AbstractLinkedMap(int initialCapacity,
    +                            float loadFactor)
    +
    Constructs a new, empty map with the specified initial capacity and - load factor. -

    -

    -
    Parameters:
    initialCapacity - the initial capacity
    loadFactor - the load factor -
    Throws: -
    java.lang.IllegalArgumentException - if the initial capacity is less than one -
    java.lang.IllegalArgumentException - if the load factor is less than zero
    -
    -
    - -

    -AbstractLinkedMap

    -
    -protected AbstractLinkedMap(java.util.Map map)
    -
    -
    Constructor copying elements from another map. -

    -

    -
    Parameters:
    map - the map to copy -
    Throws: -
    java.lang.NullPointerException - if the map is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -init

    -
    -protected void init()
    -
    + load factor. +

    +

    +
    Parameters:
    initialCapacity - the initial capacity
    loadFactor - the load factor +
    Throws: +
    java.lang.IllegalArgumentException - if the initial capacity is less than one +
    java.lang.IllegalArgumentException - if the load factor is less than zero
    +
    +
    + +

    +AbstractLinkedMap

    +
    +protected AbstractLinkedMap(java.util.Map map)
    +
    +
    Constructor copying elements from another map. +

    +

    +
    Parameters:
    map - the map to copy +
    Throws: +
    java.lang.NullPointerException - if the map is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +init

    +
    +protected void init()
    +
    Initialise this subclass during construction.

    NOTE: As from v3.2 this method calls AbstractHashedMap.createEntry(HashEntry, int, Object, Object) to create - the map entry object. -

    -

    -
    Overrides:
    init in class AbstractHashedMap
    -
    -
    -
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    -
    Checks whether the map contains the specified value. -

    -

    -
    Specified by:
    containsValue in interface java.util.Map
    Overrides:
    containsValue in class AbstractHashedMap
    -
    -
    -
    Parameters:
    value - the value to search for -
    Returns:
    true if the map contains the value
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    + the map entry object. +

    +

    +
    Overrides:
    init in class AbstractHashedMap
    +
    +
    +
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    +
    Checks whether the map contains the specified value. +

    +

    +
    Specified by:
    containsValue in interface java.util.Map
    Overrides:
    containsValue in class AbstractHashedMap
    +
    +
    +
    Parameters:
    value - the value to search for +
    Returns:
    true if the map contains the value
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    Clears the map, resetting the size to zero and nullifying references - to avoid garbage collection issues. -

    -

    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractHashedMap
    -
    -
    -
    -
    -
    -
    - -

    -firstKey

    -
    -public java.lang.Object firstKey()
    -
    -
    Gets the first key in the map, which is the most recently inserted. -

    -

    -
    Specified by:
    firstKey in interface OrderedMap
    -
    -
    - -
    Returns:
    the most recently inserted key
    -
    -
    -
    - -

    -lastKey

    -
    -public java.lang.Object lastKey()
    -
    -
    Gets the last key in the map, which is the first inserted. -

    -

    -
    Specified by:
    lastKey in interface OrderedMap
    -
    -
    - -
    Returns:
    the eldest key
    -
    -
    -
    - -

    -nextKey

    -
    -public java.lang.Object nextKey(java.lang.Object key)
    -
    -
    Gets the next key in sequence. -

    -

    -
    Specified by:
    nextKey in interface OrderedMap
    -
    -
    -
    Parameters:
    key - the key to get after -
    Returns:
    the next key
    -
    -
    -
    - -

    -previousKey

    -
    -public java.lang.Object previousKey(java.lang.Object key)
    -
    -
    Gets the previous key in sequence. -

    -

    -
    Specified by:
    previousKey in interface OrderedMap
    -
    -
    -
    Parameters:
    key - the key to get before -
    Returns:
    the previous key
    -
    -
    -
    - -

    -getEntry

    -
    -protected AbstractLinkedMap.LinkEntry getEntry(int index)
    -
    -
    Gets the key at the specified index. -

    -

    -
    -
    -
    -
    Parameters:
    index - the index to retrieve -
    Returns:
    the key at the specified index -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is invalid
    -
    -
    -
    - -

    -addEntry

    -
    -protected void addEntry(AbstractHashedMap.HashEntry entry,
    -                        int hashIndex)
    -
    + to avoid garbage collection issues. +

    +

    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractHashedMap
    +
    +
    +
    +
    +
    +
    + +

    +firstKey

    +
    +public java.lang.Object firstKey()
    +
    +
    Gets the first key in the map, which is the most recently inserted. +

    +

    +
    Specified by:
    firstKey in interface OrderedMap
    +
    +
    + +
    Returns:
    the most recently inserted key
    +
    +
    +
    + +

    +lastKey

    +
    +public java.lang.Object lastKey()
    +
    +
    Gets the last key in the map, which is the first inserted. +

    +

    +
    Specified by:
    lastKey in interface OrderedMap
    +
    +
    + +
    Returns:
    the eldest key
    +
    +
    +
    + +

    +nextKey

    +
    +public java.lang.Object nextKey(java.lang.Object key)
    +
    +
    Gets the next key in sequence. +

    +

    +
    Specified by:
    nextKey in interface OrderedMap
    +
    +
    +
    Parameters:
    key - the key to get after +
    Returns:
    the next key
    +
    +
    +
    + +

    +previousKey

    +
    +public java.lang.Object previousKey(java.lang.Object key)
    +
    +
    Gets the previous key in sequence. +

    +

    +
    Specified by:
    previousKey in interface OrderedMap
    +
    +
    +
    Parameters:
    key - the key to get before +
    Returns:
    the previous key
    +
    +
    +
    + +

    +getEntry

    +
    +protected AbstractLinkedMap.LinkEntry getEntry(int index)
    +
    +
    Gets the key at the specified index. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to retrieve +
    Returns:
    the key at the specified index +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +addEntry

    +
    +protected void addEntry(AbstractHashedMap.HashEntry entry,
    +                        int hashIndex)
    +
    Adds an entry into this map, maintaining insertion order.

    This implementation adds the entry to the data storage table and - to the end of the linked list. -

    -

    -
    Overrides:
    addEntry in class AbstractHashedMap
    -
    -
    -
    Parameters:
    entry - the entry to add
    hashIndex - the index into the data array to store at
    -
    -
    -
    - -

    -createEntry

    -
    -protected AbstractHashedMap.HashEntry createEntry(AbstractHashedMap.HashEntry next,
    -                                                  int hashCode,
    -                                                  java.lang.Object key,
    -                                                  java.lang.Object value)
    -
    + to the end of the linked list. +

    +

    +
    Overrides:
    addEntry in class AbstractHashedMap
    +
    +
    +
    Parameters:
    entry - the entry to add
    hashIndex - the index into the data array to store at
    +
    +
    +
    + +

    +createEntry

    +
    +protected AbstractHashedMap.HashEntry createEntry(AbstractHashedMap.HashEntry next,
    +                                                  int hashCode,
    +                                                  java.lang.Object key,
    +                                                  java.lang.Object value)
    +
    Creates an entry to store the data.

    - This implementation creates a new LinkEntry instance. -

    -

    -
    Overrides:
    createEntry in class AbstractHashedMap
    -
    -
    -
    Parameters:
    next - the next entry in sequence
    hashCode - the hash code to use
    key - the key to store
    value - the value to store -
    Returns:
    the newly created entry
    -
    -
    -
    - -

    -removeEntry

    -
    -protected void removeEntry(AbstractHashedMap.HashEntry entry,
    -                           int hashIndex,
    -                           AbstractHashedMap.HashEntry previous)
    -
    + This implementation creates a new LinkEntry instance. +

    +

    +
    Overrides:
    createEntry in class AbstractHashedMap
    +
    +
    +
    Parameters:
    next - the next entry in sequence
    hashCode - the hash code to use
    key - the key to store
    value - the value to store +
    Returns:
    the newly created entry
    +
    +
    +
    + +

    +removeEntry

    +
    +protected void removeEntry(AbstractHashedMap.HashEntry entry,
    +                           int hashIndex,
    +                           AbstractHashedMap.HashEntry previous)
    +
    Removes an entry from the map and the linked list.

    This implementation removes the entry from the linked list chain, then - calls the superclass implementation. -

    -

    -
    Overrides:
    removeEntry in class AbstractHashedMap
    -
    -
    -
    Parameters:
    entry - the entry to remove
    hashIndex - the index into the data structure
    previous - the previous entry in the chain
    -
    -
    -
    - -

    -entryBefore

    -
    -protected AbstractLinkedMap.LinkEntry entryBefore(AbstractLinkedMap.LinkEntry entry)
    -
    + calls the superclass implementation. +

    +

    +
    Overrides:
    removeEntry in class AbstractHashedMap
    +
    +
    +
    Parameters:
    entry - the entry to remove
    hashIndex - the index into the data structure
    previous - the previous entry in the chain
    +
    +
    +
    + +

    +entryBefore

    +
    +protected AbstractLinkedMap.LinkEntry entryBefore(AbstractLinkedMap.LinkEntry entry)
    +
    Gets the before field from a LinkEntry. - Used in subclasses that have no visibility of the field. -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to query, must not be null -
    Returns:
    the before field of the entry -
    Throws: -
    java.lang.NullPointerException - if the entry is null
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -entryAfter

    -
    -protected AbstractLinkedMap.LinkEntry entryAfter(AbstractLinkedMap.LinkEntry entry)
    -
    + Used in subclasses that have no visibility of the field. +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to query, must not be null +
    Returns:
    the before field of the entry +
    Throws: +
    java.lang.NullPointerException - if the entry is null
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +entryAfter

    +
    +protected AbstractLinkedMap.LinkEntry entryAfter(AbstractLinkedMap.LinkEntry entry)
    +
    Gets the after field from a LinkEntry. - Used in subclasses that have no visibility of the field. -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to query, must not be null -
    Returns:
    the after field of the entry -
    Throws: -
    java.lang.NullPointerException - if the entry is null
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -mapIterator

    -
    -public MapIterator mapIterator()
    -
    + Used in subclasses that have no visibility of the field. +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to query, must not be null +
    Returns:
    the after field of the entry +
    Throws: +
    java.lang.NullPointerException - if the entry is null
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +mapIterator

    +
    +public MapIterator mapIterator()
    +
    Gets an iterator over the map. Changes made to the iterator affect this map.

    A MapIterator returns the keys in the map. It also provides convenient methods to get the key and value, and set the value. - It avoids the need to create an entrySet/keySet/values object. -

    -

    -
    Specified by:
    mapIterator in interface IterableMap
    Overrides:
    mapIterator in class AbstractHashedMap
    -
    -
    - -
    Returns:
    the map iterator
    -
    -
    -
    - -

    -orderedMapIterator

    -
    -public OrderedMapIterator orderedMapIterator()
    -
    + It avoids the need to create an entrySet/keySet/values object. +

    +

    +
    Specified by:
    mapIterator in interface IterableMap
    Overrides:
    mapIterator in class AbstractHashedMap
    +
    +
    + +
    Returns:
    the map iterator
    +
    +
    +
    + +

    +orderedMapIterator

    +
    +public OrderedMapIterator orderedMapIterator()
    +
    Gets a bidirectional iterator over the map. Changes made to the iterator affect this map.

    A MapIterator returns the keys in the map. It also provides convenient methods to get the key and value, and set the value. - It avoids the need to create an entrySet/keySet/values object. -

    -

    -
    Specified by:
    orderedMapIterator in interface OrderedMap
    -
    -
    - -
    Returns:
    the map iterator
    -
    -
    -
    - -

    -createEntrySetIterator

    -
    -protected java.util.Iterator createEntrySetIterator()
    -
    + It avoids the need to create an entrySet/keySet/values object. +

    +

    +
    Specified by:
    orderedMapIterator in interface OrderedMap
    +
    +
    + +
    Returns:
    the map iterator
    +
    +
    +
    + +

    +createEntrySetIterator

    +
    +protected java.util.Iterator createEntrySetIterator()
    +
    Creates an entry set iterator. - Subclasses can override this to return iterators with different properties. -

    -

    -
    Overrides:
    createEntrySetIterator in class AbstractHashedMap
    -
    -
    - -
    Returns:
    the entrySet iterator
    -
    -
    -
    - -

    -createKeySetIterator

    -
    -protected java.util.Iterator createKeySetIterator()
    -
    + Subclasses can override this to return iterators with different properties. +

    +

    +
    Overrides:
    createEntrySetIterator in class AbstractHashedMap
    +
    +
    + +
    Returns:
    the entrySet iterator
    +
    +
    +
    + +

    +createKeySetIterator

    +
    +protected java.util.Iterator createKeySetIterator()
    +
    Creates a key set iterator. - Subclasses can override this to return iterators with different properties. -

    -

    -
    Overrides:
    createKeySetIterator in class AbstractHashedMap
    -
    -
    - -
    Returns:
    the keySet iterator
    -
    -
    -
    - -

    -createValuesIterator

    -
    -protected java.util.Iterator createValuesIterator()
    -
    + Subclasses can override this to return iterators with different properties. +

    +

    +
    Overrides:
    createKeySetIterator in class AbstractHashedMap
    +
    +
    + +
    Returns:
    the keySet iterator
    +
    +
    +
    + +

    +createValuesIterator

    +
    +protected java.util.Iterator createValuesIterator()
    +
    Creates a values iterator. - Subclasses can override this to return iterators with different properties. -

    -

    -
    Overrides:
    createValuesIterator in class AbstractHashedMap
    -
    -
    - -
    Returns:
    the values iterator
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Subclasses can override this to return iterators with different properties. +

    +

    +
    Overrides:
    createValuesIterator in class AbstractHashedMap
    +
    +
    + +
    Returns:
    the values iterator
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractMapDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractMapDecorator.html index 5dd0d69..42ad062 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractMapDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractMapDecorator.html @@ -1,110 +1,110 @@ - - - - - - - -AbstractMapDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractMapDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map
    -
    -
    -
    Direct Known Subclasses:
    AbstractBidiMapDecorator, AbstractOrderedMapDecorator, AbstractSortedMapDecorator, DefaultedMap, FixedSizeMap, LazyMap, ListOrderedMap, MultiValueMap, PredicatedMap, TransformedMap, UnmodifiableMap
    -
    -
    -
    -
    public abstract class AbstractMapDecorator
    extends java.lang.Object
    implements java.util.Map
    - - -

    + + + + + + + +AbstractMapDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class AbstractMapDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map
    +
    +
    +
    Direct Known Subclasses:
    AbstractBidiMapDecorator, AbstractOrderedMapDecorator, AbstractSortedMapDecorator, DefaultedMap, FixedSizeMap, LazyMap, ListOrderedMap, MultiValueMap, PredicatedMap, TransformedMap, UnmodifiableMap
    +
    +
    +
    +
    public abstract class AbstractMapDecorator
    extends java.lang.Object
    implements java.util.Map
    + + +

    Provides a base decorator that enables additional functionality to be added to a Map via decoration.

    @@ -115,589 +115,589 @@ Provides a base decorator that enables additional functionality to be added it simply returns the set/collection from the wrapped map. This may be undesirable, for example if you are trying to write a validating implementation it would provide a loophole around the validation. - But, you might want that loophole, so this class is kept simple. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Daniel Rall, Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.Mapmap - -
    -          The map to decorate
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractMapDecorator() - -
    -          Constructor only used in deserialization, do not use otherwise.
    - AbstractMapDecorator(java.util.Map map) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -           
    - booleancontainsKey(java.lang.Object key) - -
    -           
    - booleancontainsValue(java.lang.Object value) - -
    -           
    - java.util.SetentrySet() - -
    -           
    - booleanequals(java.lang.Object object) - -
    -           
    - java.lang.Objectget(java.lang.Object key) - -
    -           
    -protected  java.util.MapgetMap() - -
    -          Gets the map being decorated.
    - inthashCode() - -
    -           
    - booleanisEmpty() - -
    -           
    - java.util.SetkeySet() - -
    -           
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -           
    - voidputAll(java.util.Map mapToCopy) - -
    -           
    - java.lang.Objectremove(java.lang.Object key) - -
    -           
    - intsize() - -
    -           
    - java.lang.StringtoString() - -
    -           
    - java.util.Collectionvalues() - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -map

    -
    -protected transient java.util.Map map
    -
    -
    The map to decorate -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractMapDecorator

    -
    -protected AbstractMapDecorator()
    -
    -
    Constructor only used in deserialization, do not use otherwise. -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -

    -AbstractMapDecorator

    -
    -public AbstractMapDecorator(java.util.Map map)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    map - the map to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if the collection is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getMap

    -
    -protected java.util.Map getMap()
    -
    -
    Gets the map being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated map
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key)
    -
    -
    -
    Specified by:
    containsKey in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    -
    -
    Specified by:
    containsValue in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    -
    Specified by:
    entrySet in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    -
    -
    Specified by:
    get in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    -
    Specified by:
    isEmpty in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    -
    Specified by:
    keySet in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    -
    Specified by:
    put in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map mapToCopy)
    -
    -
    -
    Specified by:
    putAll in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    -
    Specified by:
    remove in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    -
    Specified by:
    size in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    -
    Specified by:
    values in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object object)
    -
    -
    -
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    -
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + But, you might want that loophole, so this class is kept simple. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Daniel Rall, Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.Mapmap + +
    +          The map to decorate
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractMapDecorator() + +
    +          Constructor only used in deserialization, do not use otherwise.
    + AbstractMapDecorator(java.util.Map map) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +           
    + booleancontainsKey(java.lang.Object key) + +
    +           
    + booleancontainsValue(java.lang.Object value) + +
    +           
    + java.util.SetentrySet() + +
    +           
    + booleanequals(java.lang.Object object) + +
    +           
    + java.lang.Objectget(java.lang.Object key) + +
    +           
    +protected  java.util.MapgetMap() + +
    +          Gets the map being decorated.
    + inthashCode() + +
    +           
    + booleanisEmpty() + +
    +           
    + java.util.SetkeySet() + +
    +           
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +           
    + voidputAll(java.util.Map mapToCopy) + +
    +           
    + java.lang.Objectremove(java.lang.Object key) + +
    +           
    + intsize() + +
    +           
    + java.lang.StringtoString() + +
    +           
    + java.util.Collectionvalues() + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +map

    +
    +protected transient java.util.Map map
    +
    +
    The map to decorate +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractMapDecorator

    +
    +protected AbstractMapDecorator()
    +
    +
    Constructor only used in deserialization, do not use otherwise. +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +

    +AbstractMapDecorator

    +
    +public AbstractMapDecorator(java.util.Map map)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    map - the map to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getMap

    +
    +protected java.util.Map getMap()
    +
    +
    Gets the map being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated map
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key)
    +
    +
    +
    Specified by:
    containsKey in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    +
    +
    Specified by:
    containsValue in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    +
    Specified by:
    entrySet in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    +
    +
    Specified by:
    get in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    +
    Specified by:
    isEmpty in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    +
    Specified by:
    keySet in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    +
    Specified by:
    put in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map mapToCopy)
    +
    +
    +
    Specified by:
    putAll in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    +
    Specified by:
    remove in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    +
    Specified by:
    size in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    +
    Specified by:
    values in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object object)
    +
    +
    +
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    +
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractOrderedMapDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractOrderedMapDecorator.html index 422f5a7..1b4ad4a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractOrderedMapDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractOrderedMapDecorator.html @@ -1,111 +1,111 @@ - - - - - - - -AbstractOrderedMapDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractOrderedMapDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.map.AbstractOrderedMapDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map, IterableMap, OrderedMap
    -
    -
    -
    Direct Known Subclasses:
    UnmodifiableOrderedMap
    -
    -
    -
    -
    public abstract class AbstractOrderedMapDecorator
    extends AbstractMapDecorator
    implements OrderedMap
    - - -

    + + + + + + + +AbstractOrderedMapDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class AbstractOrderedMapDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.map.AbstractOrderedMapDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map, IterableMap, OrderedMap
    +
    +
    +
    Direct Known Subclasses:
    UnmodifiableOrderedMap
    +
    +
    +
    +
    public abstract class AbstractOrderedMapDecorator
    extends AbstractMapDecorator
    implements OrderedMap
    + + +

    Provides a base decorator that enables additional functionality to be added to an OrderedMap via decoration.

    @@ -115,322 +115,322 @@ Provides a base decorator that enables additional functionality to be added Instead it simply returns the set/collection from the wrapped map. This may be undesirable, for example if you are trying to write a validating implementation it would provide a loophole around the validation. - But, you might want that loophole, so this class is kept simple. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractOrderedMapDecorator() - -
    -          Constructor only used in deserialization, do not use otherwise.
    - AbstractOrderedMapDecorator(OrderedMap map) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.ObjectfirstKey() - -
    -          Gets the first key currently in this map.
    -protected  OrderedMapgetOrderedMap() - -
    -          Gets the map being decorated.
    - java.lang.ObjectlastKey() - -
    -          Gets the last key currently in this map.
    - MapIteratormapIterator() - -
    -          Obtains a MapIterator over the map.
    - java.lang.ObjectnextKey(java.lang.Object key) - -
    -          Gets the next key after the one specified.
    - OrderedMapIteratororderedMapIterator() - -
    -          Obtains an OrderedMapIterator over the map.
    - java.lang.ObjectpreviousKey(java.lang.Object key) - -
    -          Gets the previous key before the one specified.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractOrderedMapDecorator

    -
    -protected AbstractOrderedMapDecorator()
    -
    -
    Constructor only used in deserialization, do not use otherwise. -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -

    -AbstractOrderedMapDecorator

    -
    -public AbstractOrderedMapDecorator(OrderedMap map)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    map - the map to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if the collection is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getOrderedMap

    -
    -protected OrderedMap getOrderedMap()
    -
    -
    Gets the map being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated map
    -
    -
    -
    - -

    -firstKey

    -
    -public java.lang.Object firstKey()
    -
    -
    Description copied from interface: OrderedMap
    -
    Gets the first key currently in this map. -

    -

    -
    Specified by:
    firstKey in interface OrderedMap
    -
    -
    - -
    Returns:
    the first key currently in this map
    -
    -
    -
    - -

    -lastKey

    -
    -public java.lang.Object lastKey()
    -
    -
    Description copied from interface: OrderedMap
    -
    Gets the last key currently in this map. -

    -

    -
    Specified by:
    lastKey in interface OrderedMap
    -
    -
    - -
    Returns:
    the last key currently in this map
    -
    -
    -
    - -

    -nextKey

    -
    -public java.lang.Object nextKey(java.lang.Object key)
    -
    -
    Description copied from interface: OrderedMap
    -
    Gets the next key after the one specified. -

    -

    -
    Specified by:
    nextKey in interface OrderedMap
    -
    -
    -
    Parameters:
    key - the key to search for next from -
    Returns:
    the next key, null if no match or at end
    -
    -
    -
    - -

    -previousKey

    -
    -public java.lang.Object previousKey(java.lang.Object key)
    -
    -
    Description copied from interface: OrderedMap
    -
    Gets the previous key before the one specified. -

    -

    -
    Specified by:
    previousKey in interface OrderedMap
    -
    -
    -
    Parameters:
    key - the key to search for previous from -
    Returns:
    the previous key, null if no match or at start
    -
    -
    -
    - -

    -mapIterator

    -
    -public MapIterator mapIterator()
    -
    -
    Description copied from interface: IterableMap
    + But, you might want that loophole, so this class is kept simple. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractOrderedMapDecorator() + +
    +          Constructor only used in deserialization, do not use otherwise.
    + AbstractOrderedMapDecorator(OrderedMap map) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.ObjectfirstKey() + +
    +          Gets the first key currently in this map.
    +protected  OrderedMapgetOrderedMap() + +
    +          Gets the map being decorated.
    + java.lang.ObjectlastKey() + +
    +          Gets the last key currently in this map.
    + MapIteratormapIterator() + +
    +          Obtains a MapIterator over the map.
    + java.lang.ObjectnextKey(java.lang.Object key) + +
    +          Gets the next key after the one specified.
    + OrderedMapIteratororderedMapIterator() + +
    +          Obtains an OrderedMapIterator over the map.
    + java.lang.ObjectpreviousKey(java.lang.Object key) + +
    +          Gets the previous key before the one specified.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractOrderedMapDecorator

    +
    +protected AbstractOrderedMapDecorator()
    +
    +
    Constructor only used in deserialization, do not use otherwise. +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +

    +AbstractOrderedMapDecorator

    +
    +public AbstractOrderedMapDecorator(OrderedMap map)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    map - the map to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getOrderedMap

    +
    +protected OrderedMap getOrderedMap()
    +
    +
    Gets the map being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated map
    +
    +
    +
    + +

    +firstKey

    +
    +public java.lang.Object firstKey()
    +
    +
    Description copied from interface: OrderedMap
    +
    Gets the first key currently in this map. +

    +

    +
    Specified by:
    firstKey in interface OrderedMap
    +
    +
    + +
    Returns:
    the first key currently in this map
    +
    +
    +
    + +

    +lastKey

    +
    +public java.lang.Object lastKey()
    +
    +
    Description copied from interface: OrderedMap
    +
    Gets the last key currently in this map. +

    +

    +
    Specified by:
    lastKey in interface OrderedMap
    +
    +
    + +
    Returns:
    the last key currently in this map
    +
    +
    +
    + +

    +nextKey

    +
    +public java.lang.Object nextKey(java.lang.Object key)
    +
    +
    Description copied from interface: OrderedMap
    +
    Gets the next key after the one specified. +

    +

    +
    Specified by:
    nextKey in interface OrderedMap
    +
    +
    +
    Parameters:
    key - the key to search for next from +
    Returns:
    the next key, null if no match or at end
    +
    +
    +
    + +

    +previousKey

    +
    +public java.lang.Object previousKey(java.lang.Object key)
    +
    +
    Description copied from interface: OrderedMap
    +
    Gets the previous key before the one specified. +

    +

    +
    Specified by:
    previousKey in interface OrderedMap
    +
    +
    +
    Parameters:
    key - the key to search for previous from +
    Returns:
    the previous key, null if no match or at start
    +
    +
    +
    + +

    +mapIterator

    +
    +public MapIterator mapIterator()
    +
    +
    Description copied from interface: IterableMap
    Obtains a MapIterator over the map.

    A map iterator is an efficient way of iterating over maps. @@ -443,24 +443,24 @@ public -

    -

    -
    Specified by:
    mapIterator in interface IterableMap
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    -
    - -

    -orderedMapIterator

    -
    -public OrderedMapIterator orderedMapIterator()
    -
    -
    Description copied from interface: OrderedMap
    + +

    +

    +
    Specified by:
    mapIterator in interface IterableMap
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    +
    + +

    +orderedMapIterator

    +
    +public OrderedMapIterator orderedMapIterator()
    +
    +
    Description copied from interface: OrderedMap
    Obtains an OrderedMapIterator over the map.

    A ordered map iterator is an efficient way of iterating over maps @@ -474,77 +474,77 @@ public -

    -

    -
    Specified by:
    orderedMapIterator in interface OrderedMap
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + +

    +

    +
    Specified by:
    orderedMapIterator in interface OrderedMap
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractReferenceMap.ReferenceEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractReferenceMap.ReferenceEntry.html index ee99afd..a7e02ba 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractReferenceMap.ReferenceEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractReferenceMap.ReferenceEntry.html @@ -1,499 +1,499 @@ - - - - - - - -AbstractReferenceMap.ReferenceEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractReferenceMap.ReferenceEntry

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    -      extended by org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    -
    -
    -
    Enclosing class:
    AbstractReferenceMap
    -
    -
    -
    -
    protected static class AbstractReferenceMap.ReferenceEntry
    extends AbstractHashedMap.HashEntry
    - - -

    + + + + + + + +AbstractReferenceMap.ReferenceEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class AbstractReferenceMap.ReferenceEntry

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    +      extended by org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    +
    +
    +
    Enclosing class:
    AbstractReferenceMap
    +
    +
    +
    +
    protected static class AbstractReferenceMap.ReferenceEntry
    extends AbstractHashedMap.HashEntry
    + + +

    A MapEntry implementation for the map.

    If getKey() or getValue() returns null, it means - the mapping is stale and should be removed. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  AbstractReferenceMapparent - -
    -          The parent map
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    hashCode, key, next, value
    -  - - - - - - - - - - -
    -Constructor Summary
    AbstractReferenceMap.ReferenceEntry(AbstractReferenceMap parent, - AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Creates a new entry object for the ReferenceMap.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanequals(java.lang.Object obj) - -
    -          Compares this map entry to another.
    - java.lang.ObjectgetKey() - -
    -          Gets the key from the entry.
    - java.lang.ObjectgetValue() - -
    -          Gets the value from the entry.
    - inthashCode() - -
    -          Gets the hashcode of the entry using temporary hard references.
    -protected  AbstractReferenceMap.ReferenceEntrynext() - -
    -          Gets the next entry in the bucket.
    - java.lang.ObjectsetValue(java.lang.Object obj) - -
    -          Sets the value of the entry.
    -protected  java.lang.ObjecttoReference(int type, - java.lang.Object referent, - int hash) - -
    -          Constructs a reference of the given type to the given referent.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -parent

    -
    -protected final AbstractReferenceMap parent
    -
    -
    The parent map -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractReferenceMap.ReferenceEntry

    -
    -public AbstractReferenceMap.ReferenceEntry(AbstractReferenceMap parent,
    -                                           AbstractHashedMap.HashEntry next,
    -                                           int hashCode,
    -                                           java.lang.Object key,
    -                                           java.lang.Object value)
    -
    -
    Creates a new entry object for the ReferenceMap. -

    -

    -
    Parameters:
    parent - the parent map
    next - the next entry in the hash bucket
    hashCode - the hash code of the key
    key - the key
    value - the value
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    + the mapping is stale and should be removed. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  AbstractReferenceMapparent + +
    +          The parent map
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    hashCode, key, next, value
    +  + + + + + + + + + + +
    +Constructor Summary
    AbstractReferenceMap.ReferenceEntry(AbstractReferenceMap parent, + AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Creates a new entry object for the ReferenceMap.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanequals(java.lang.Object obj) + +
    +          Compares this map entry to another.
    + java.lang.ObjectgetKey() + +
    +          Gets the key from the entry.
    + java.lang.ObjectgetValue() + +
    +          Gets the value from the entry.
    + inthashCode() + +
    +          Gets the hashcode of the entry using temporary hard references.
    +protected  AbstractReferenceMap.ReferenceEntrynext() + +
    +          Gets the next entry in the bucket.
    + java.lang.ObjectsetValue(java.lang.Object obj) + +
    +          Sets the value of the entry.
    +protected  java.lang.ObjecttoReference(int type, + java.lang.Object referent, + int hash) + +
    +          Constructs a reference of the given type to the given referent.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +parent

    +
    +protected final AbstractReferenceMap parent
    +
    +
    The parent map +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractReferenceMap.ReferenceEntry

    +
    +public AbstractReferenceMap.ReferenceEntry(AbstractReferenceMap parent,
    +                                           AbstractHashedMap.HashEntry next,
    +                                           int hashCode,
    +                                           java.lang.Object key,
    +                                           java.lang.Object value)
    +
    +
    Creates a new entry object for the ReferenceMap. +

    +

    +
    Parameters:
    parent - the parent map
    next - the next entry in the hash bucket
    hashCode - the hash code of the key
    key - the key
    value - the value
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    Gets the key from the entry. - This method dereferences weak and soft keys and thus may return null. -

    -

    -
    Specified by:
    getKey in interface java.util.Map.Entry
    Specified by:
    getKey in interface KeyValue
    Overrides:
    getKey in class AbstractHashedMap.HashEntry
    -
    -
    - -
    Returns:
    the key, which may be null if it was garbage collected
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    + This method dereferences weak and soft keys and thus may return null. +

    +

    +
    Specified by:
    getKey in interface java.util.Map.Entry
    Specified by:
    getKey in interface KeyValue
    Overrides:
    getKey in class AbstractHashedMap.HashEntry
    +
    +
    + +
    Returns:
    the key, which may be null if it was garbage collected
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    Gets the value from the entry. - This method dereferences weak and soft value and thus may return null. -

    -

    -
    Specified by:
    getValue in interface java.util.Map.Entry
    Specified by:
    getValue in interface KeyValue
    Overrides:
    getValue in class AbstractHashedMap.HashEntry
    -
    -
    - -
    Returns:
    the value, which may be null if it was garbage collected
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object obj)
    -
    -
    Sets the value of the entry. -

    -

    -
    Specified by:
    setValue in interface java.util.Map.Entry
    Overrides:
    setValue in class AbstractHashedMap.HashEntry
    -
    -
    -
    Parameters:
    obj - the object to store -
    Returns:
    the previous value
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    + This method dereferences weak and soft value and thus may return null. +

    +

    +
    Specified by:
    getValue in interface java.util.Map.Entry
    Specified by:
    getValue in interface KeyValue
    Overrides:
    getValue in class AbstractHashedMap.HashEntry
    +
    +
    + +
    Returns:
    the value, which may be null if it was garbage collected
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object obj)
    +
    +
    Sets the value of the entry. +

    +

    +
    Specified by:
    setValue in interface java.util.Map.Entry
    Overrides:
    setValue in class AbstractHashedMap.HashEntry
    +
    +
    +
    Parameters:
    obj - the object to store +
    Returns:
    the previous value
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    Compares this map entry to another.

    This implementation uses isEqualKey and - isEqualValue on the main map for comparison. -

    -

    -
    Specified by:
    equals in interface java.util.Map.Entry
    Overrides:
    equals in class AbstractHashedMap.HashEntry
    -
    -
    -
    Parameters:
    obj - the other map entry to compare to -
    Returns:
    true if equal, false if not
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    + isEqualValue on the main map for comparison. +

    +

    +
    Specified by:
    equals in interface java.util.Map.Entry
    Overrides:
    equals in class AbstractHashedMap.HashEntry
    +
    +
    +
    Parameters:
    obj - the other map entry to compare to +
    Returns:
    true if equal, false if not
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    Gets the hashcode of the entry using temporary hard references.

    - This implementation uses hashEntry on the main map. -

    -

    -
    Specified by:
    hashCode in interface java.util.Map.Entry
    Overrides:
    hashCode in class AbstractHashedMap.HashEntry
    -
    -
    - -
    Returns:
    the hashcode of the entry
    -
    -
    -
    - -

    -toReference

    -
    -protected java.lang.Object toReference(int type,
    -                                       java.lang.Object referent,
    -                                       int hash)
    -
    + This implementation uses hashEntry on the main map. +

    +

    +
    Specified by:
    hashCode in interface java.util.Map.Entry
    Overrides:
    hashCode in class AbstractHashedMap.HashEntry
    +
    +
    + +
    Returns:
    the hashcode of the entry
    +
    +
    +
    + +

    +toReference

    +
    +protected java.lang.Object toReference(int type,
    +                                       java.lang.Object referent,
    +                                       int hash)
    +
    Constructs a reference of the given type to the given referent. - The reference is registered with the queue for later purging. -

    -

    + The reference is registered with the queue for later purging. +

    +

    Parameters:
    type - HARD, SOFT or WEAK
    referent - the object to refer to
    hash - the hash code of the key of the mapping; this number might be different from referent.hashCode() if - the referent represents a value and not a key
    -
    -
    -
    - -

    -next

    -
    -protected AbstractReferenceMap.ReferenceEntry next()
    -
    -
    Gets the next entry in the bucket. -

    -

    - -
    Returns:
    the next entry in the bucket
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + the referent represents a value and not a key
    + +
    +
    + +

    +next

    +
    +protected AbstractReferenceMap.ReferenceEntry next()
    +
    +
    Gets the next entry in the bucket. +

    +

    + +
    Returns:
    the next entry in the bucket
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractReferenceMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractReferenceMap.html index 600c15d..641effc 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractReferenceMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractReferenceMap.html @@ -1,112 +1,112 @@ - - - - - - - -AbstractReferenceMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractReferenceMap

    -
    -java.lang.Object
    -  extended by java.util.AbstractMap
    -      extended by org.apache.commons.collections.map.AbstractHashedMap
    -          extended by org.apache.commons.collections.map.AbstractReferenceMap
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map, IterableMap
    -
    -
    -
    Direct Known Subclasses:
    ReferenceIdentityMap, ReferenceMap
    -
    -
    -
    -
    public abstract class AbstractReferenceMap
    extends AbstractHashedMap
    - - -

    + + + + + + + +AbstractReferenceMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class AbstractReferenceMap

    +
    +java.lang.Object
    +  extended by java.util.AbstractMap
    +      extended by org.apache.commons.collections.map.AbstractHashedMap
    +          extended by org.apache.commons.collections.map.AbstractReferenceMap
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map, IterableMap
    +
    +
    +
    Direct Known Subclasses:
    ReferenceIdentityMap, ReferenceMap
    +
    +
    +
    +
    public abstract class AbstractReferenceMap
    extends AbstractHashedMap
    + + +

    An abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector.

    @@ -143,949 +143,949 @@ An abstract implementation of a hash-based map that allows the entries to ResettableIterator and calling reset().

    This implementation is not synchronized. - You can use Collections.synchronizedMap(java.util.Map) to - provide synchronized access to a ReferenceMap. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.1 (extracted from ReferenceMap in 3.0)
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Paul Jack, Stephen Colebourne
    -
    See Also:
    Reference
    -
    - -

    - - - - - - - - - - - -
    -Nested Class Summary
    -protected static classAbstractReferenceMap.ReferenceEntry - -
    -          A MapEntry implementation for the map.
    - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.EntrySetIterator, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.KeySetIterator, AbstractHashedMap.Values, AbstractHashedMap.ValuesIterator
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -static intHARD - -
    -          Constant indicating that hard references should be used
    -protected  intkeyType - -
    -          The reference type for keys.
    -protected  booleanpurgeValues - -
    -          Should the value be automatically purged when the associated key has been collected?
    -static intSOFT - -
    -          Constant indicating that soft references should be used
    -protected  intvalueType - -
    -          The reference type for values.
    -static intWEAK - -
    -          Constant indicating that weak references should be used
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    -  - - - - - - - - - - - - - - + +
    -Constructor Summary
    -protected AbstractReferenceMap() - -
    -          Constructor used during deserialization.
    -protected AbstractReferenceMap(int keyType, - int valueType, - int capacity, - float loadFactor, - boolean purgeValues) - -
    + You can use Collections.synchronizedMap(java.util.Map) to + provide synchronized access to a ReferenceMap. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.1 (extracted from ReferenceMap in 3.0)
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Paul Jack, Stephen Colebourne
    +
    See Also:
    Reference
    +
    + +

    + + + + + + + + + + + +
    +Nested Class Summary
    +protected static classAbstractReferenceMap.ReferenceEntry + +
    +          A MapEntry implementation for the map.
    + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.EntrySetIterator, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.KeySetIterator, AbstractHashedMap.Values, AbstractHashedMap.ValuesIterator
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static intHARD + +
    +          Constant indicating that hard references should be used
    +protected  intkeyType + +
    +          The reference type for keys.
    +protected  booleanpurgeValues + +
    +          Should the value be automatically purged when the associated key has been collected?
    +static intSOFT + +
    +          Constant indicating that soft references should be used
    +protected  intvalueType + +
    +          The reference type for values.
    +static intWEAK + +
    +          Constant indicating that weak references should be used
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    +  + + + + + + + + + + + + + + - -
    +Constructor Summary
    +protected AbstractReferenceMap() + +
    +          Constructor used during deserialization.
    +protected AbstractReferenceMap(int keyType, + int valueType, + int capacity, + float loadFactor, + boolean purgeValues) + +
              Constructs a new empty map with the specified reference types, - load factor and initial capacity.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -          Clears this map.
    - booleancontainsKey(java.lang.Object key) - -
    -          Checks whether the map contains the specified key.
    - booleancontainsValue(java.lang.Object value) - -
    -          Checks whether the map contains the specified value.
    -protected  AbstractHashedMap.HashEntrycreateEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Creates a ReferenceEntry instead of a HashEntry.
    -protected  java.util.IteratorcreateEntrySetIterator() - -
    -          Creates an entry set iterator.
    -protected  java.util.IteratorcreateKeySetIterator() - -
    -          Creates an key set iterator.
    -protected  java.util.IteratorcreateValuesIterator() - -
    -          Creates an values iterator.
    -protected  voiddoReadObject(java.io.ObjectInputStream in) - -
    -          Replaces the superclassm method to read the state of this class.
    -protected  voiddoWriteObject(java.io.ObjectOutputStream out) - -
    -          Replaces the superclass method to store the state of this class.
    - java.util.SetentrySet() - -
    -          Returns a set view of this map's entries.
    - java.lang.Objectget(java.lang.Object key) - -
    -          Gets the value mapped to the key specified.
    -protected  AbstractHashedMap.HashEntrygetEntry(java.lang.Object key) - -
    -          Gets the entry mapped to the key specified.
    -protected  inthashEntry(java.lang.Object key, - java.lang.Object value) - -
    -          Gets the hash code for a MapEntry.
    -protected  voidinit() - -
    -          Initialise this subclass during construction, cloning or deserialization.
    - booleanisEmpty() - -
    -          Checks whether the map is currently empty.
    -protected  booleanisEqualKey(java.lang.Object key1, - java.lang.Object key2) - -
    -          Compares two keys, in internal converted form, to see if they are equal.
    - java.util.SetkeySet() - -
    -          Returns a set view of this map's keys.
    - MapIteratormapIterator() - -
    -          Gets a MapIterator over the reference map.
    -protected  voidpurge() - -
    -          Purges stale mappings from this map.
    -protected  voidpurge(java.lang.ref.Reference ref) - -
    -          Purges the specified reference.
    -protected  voidpurgeBeforeRead() - -
    -          Purges stale mappings from this map before read operations.
    -protected  voidpurgeBeforeWrite() - -
    -          Purges stale mappings from this map before write operations.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Puts a key-value mapping into this map.
    - java.lang.Objectremove(java.lang.Object key) - -
    -          Removes the specified mapping from this map.
    - intsize() - -
    -          Gets the size of the map.
    - java.util.Collectionvalues() - -
    -          Returns a collection view of this map's values.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    addEntry, addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, clone, convertKey, destroyEntry, ensureCapacity, entryHashCode, entryKey, entryNext, entryValue, equals, hash, hashCode, hashIndex, isEqualValue, putAll, removeEntry, removeMapping, reuseEntry, toString, updateEntry
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -HARD

    -
    -public static final int HARD
    -
    -
    Constant indicating that hard references should be used -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -SOFT

    -
    -public static final int SOFT
    -
    -
    Constant indicating that soft references should be used -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -WEAK

    -
    -public static final int WEAK
    -
    -
    Constant indicating that weak references should be used -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -keyType

    -
    -protected int keyType
    -
    -
    The reference type for keys. Must be HARD, SOFT, WEAK. -

    -

    -
    -
    -
    - -

    -valueType

    -
    -protected int valueType
    -
    -
    The reference type for values. Must be HARD, SOFT, WEAK. -

    -

    -
    -
    -
    - -

    -purgeValues

    -
    -protected boolean purgeValues
    -
    -
    Should the value be automatically purged when the associated key has been collected? -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractReferenceMap

    -
    -protected AbstractReferenceMap()
    -
    -
    Constructor used during deserialization. -

    -

    -
    - -

    -AbstractReferenceMap

    -
    -protected AbstractReferenceMap(int keyType,
    -                               int valueType,
    -                               int capacity,
    -                               float loadFactor,
    -                               boolean purgeValues)
    -
    + load factor and initial capacity.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +          Clears this map.
    + booleancontainsKey(java.lang.Object key) + +
    +          Checks whether the map contains the specified key.
    + booleancontainsValue(java.lang.Object value) + +
    +          Checks whether the map contains the specified value.
    +protected  AbstractHashedMap.HashEntrycreateEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Creates a ReferenceEntry instead of a HashEntry.
    +protected  java.util.IteratorcreateEntrySetIterator() + +
    +          Creates an entry set iterator.
    +protected  java.util.IteratorcreateKeySetIterator() + +
    +          Creates an key set iterator.
    +protected  java.util.IteratorcreateValuesIterator() + +
    +          Creates an values iterator.
    +protected  voiddoReadObject(java.io.ObjectInputStream in) + +
    +          Replaces the superclassm method to read the state of this class.
    +protected  voiddoWriteObject(java.io.ObjectOutputStream out) + +
    +          Replaces the superclass method to store the state of this class.
    + java.util.SetentrySet() + +
    +          Returns a set view of this map's entries.
    + java.lang.Objectget(java.lang.Object key) + +
    +          Gets the value mapped to the key specified.
    +protected  AbstractHashedMap.HashEntrygetEntry(java.lang.Object key) + +
    +          Gets the entry mapped to the key specified.
    +protected  inthashEntry(java.lang.Object key, + java.lang.Object value) + +
    +          Gets the hash code for a MapEntry.
    +protected  voidinit() + +
    +          Initialise this subclass during construction, cloning or deserialization.
    + booleanisEmpty() + +
    +          Checks whether the map is currently empty.
    +protected  booleanisEqualKey(java.lang.Object key1, + java.lang.Object key2) + +
    +          Compares two keys, in internal converted form, to see if they are equal.
    + java.util.SetkeySet() + +
    +          Returns a set view of this map's keys.
    + MapIteratormapIterator() + +
    +          Gets a MapIterator over the reference map.
    +protected  voidpurge() + +
    +          Purges stale mappings from this map.
    +protected  voidpurge(java.lang.ref.Reference ref) + +
    +          Purges the specified reference.
    +protected  voidpurgeBeforeRead() + +
    +          Purges stale mappings from this map before read operations.
    +protected  voidpurgeBeforeWrite() + +
    +          Purges stale mappings from this map before write operations.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Puts a key-value mapping into this map.
    + java.lang.Objectremove(java.lang.Object key) + +
    +          Removes the specified mapping from this map.
    + intsize() + +
    +          Gets the size of the map.
    + java.util.Collectionvalues() + +
    +          Returns a collection view of this map's values.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    addEntry, addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, clone, convertKey, destroyEntry, ensureCapacity, entryHashCode, entryKey, entryNext, entryValue, equals, hash, hashCode, hashIndex, isEqualValue, putAll, removeEntry, removeMapping, reuseEntry, toString, updateEntry
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +HARD

    +
    +public static final int HARD
    +
    +
    Constant indicating that hard references should be used +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +SOFT

    +
    +public static final int SOFT
    +
    +
    Constant indicating that soft references should be used +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +WEAK

    +
    +public static final int WEAK
    +
    +
    Constant indicating that weak references should be used +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +keyType

    +
    +protected int keyType
    +
    +
    The reference type for keys. Must be HARD, SOFT, WEAK. +

    +

    +
    +
    +
    + +

    +valueType

    +
    +protected int valueType
    +
    +
    The reference type for values. Must be HARD, SOFT, WEAK. +

    +

    +
    +
    +
    + +

    +purgeValues

    +
    +protected boolean purgeValues
    +
    +
    Should the value be automatically purged when the associated key has been collected? +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractReferenceMap

    +
    +protected AbstractReferenceMap()
    +
    +
    Constructor used during deserialization. +

    +

    +
    + +

    +AbstractReferenceMap

    +
    +protected AbstractReferenceMap(int keyType,
    +                               int valueType,
    +                               int capacity,
    +                               float loadFactor,
    +                               boolean purgeValues)
    +
    Constructs a new empty map with the specified reference types, - load factor and initial capacity. -

    -

    + load factor and initial capacity. +

    +

    Parameters:
    keyType - the type of reference to use for keys; must be HARD, SOFT, WEAK
    valueType - the type of reference to use for values; - must be HARD, SOFT, WEAK
    capacity - the initial capacity for the map
    loadFactor - the load factor for the map
    purgeValues - should the value be automatically purged when the - key is garbage collected
    -
    - - - - - - - - -
    -Method Detail
    - -

    -init

    -
    -protected void init()
    -
    -
    Initialise this subclass during construction, cloning or deserialization. -

    -

    -
    Overrides:
    init in class AbstractHashedMap
    -
    -
    -
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Gets the size of the map. -

    -

    -
    Specified by:
    size in interface java.util.Map
    Overrides:
    size in class AbstractHashedMap
    -
    -
    - -
    Returns:
    the size
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Checks whether the map is currently empty. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Map
    Overrides:
    isEmpty in class AbstractHashedMap
    -
    -
    - -
    Returns:
    true if the map is currently size zero
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key)
    -
    -
    Checks whether the map contains the specified key. -

    -

    -
    Specified by:
    containsKey in interface java.util.Map
    Overrides:
    containsKey in class AbstractHashedMap
    -
    -
    -
    Parameters:
    key - the key to search for -
    Returns:
    true if the map contains the key
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    -
    Checks whether the map contains the specified value. -

    -

    -
    Specified by:
    containsValue in interface java.util.Map
    Overrides:
    containsValue in class AbstractHashedMap
    -
    -
    -
    Parameters:
    value - the value to search for -
    Returns:
    true if the map contains the value
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    -
    Gets the value mapped to the key specified. -

    -

    -
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class AbstractHashedMap
    -
    -
    -
    Parameters:
    key - the key -
    Returns:
    the mapped value, null if no match
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    + must be HARD, SOFT, WEAK
    capacity - the initial capacity for the map
    loadFactor - the load factor for the map
    purgeValues - should the value be automatically purged when the + key is garbage collected
    +
    + + + + + + + + +
    +Method Detail
    + +

    +init

    +
    +protected void init()
    +
    +
    Initialise this subclass during construction, cloning or deserialization. +

    +

    +
    Overrides:
    init in class AbstractHashedMap
    +
    +
    +
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Gets the size of the map. +

    +

    +
    Specified by:
    size in interface java.util.Map
    Overrides:
    size in class AbstractHashedMap
    +
    +
    + +
    Returns:
    the size
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Checks whether the map is currently empty. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Map
    Overrides:
    isEmpty in class AbstractHashedMap
    +
    +
    + +
    Returns:
    true if the map is currently size zero
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key)
    +
    +
    Checks whether the map contains the specified key. +

    +

    +
    Specified by:
    containsKey in interface java.util.Map
    Overrides:
    containsKey in class AbstractHashedMap
    +
    +
    +
    Parameters:
    key - the key to search for +
    Returns:
    true if the map contains the key
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    +
    Checks whether the map contains the specified value. +

    +

    +
    Specified by:
    containsValue in interface java.util.Map
    Overrides:
    containsValue in class AbstractHashedMap
    +
    +
    +
    Parameters:
    value - the value to search for +
    Returns:
    true if the map contains the value
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    +
    Gets the value mapped to the key specified. +

    +

    +
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class AbstractHashedMap
    +
    +
    +
    Parameters:
    key - the key +
    Returns:
    the mapped value, null if no match
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    Puts a key-value mapping into this map. - Neither the key nor the value may be null. -

    -

    -
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractHashedMap
    -
    -
    -
    Parameters:
    key - the key to add, must not be null
    value - the value to add, must not be null -
    Returns:
    the value previously mapped to this key, null if none -
    Throws: -
    java.lang.NullPointerException - if either the key or value is null
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    Removes the specified mapping from this map. -

    -

    -
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractHashedMap
    -
    -
    -
    Parameters:
    key - the mapping to remove -
    Returns:
    the value mapped to the removed key, null if key not in map
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    Clears this map. -

    -

    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractHashedMap
    -
    -
    -
    -
    -
    -
    - -

    -mapIterator

    -
    -public MapIterator mapIterator()
    -
    + Neither the key nor the value may be null. +

    +

    +
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractHashedMap
    +
    +
    +
    Parameters:
    key - the key to add, must not be null
    value - the value to add, must not be null +
    Returns:
    the value previously mapped to this key, null if none +
    Throws: +
    java.lang.NullPointerException - if either the key or value is null
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    Removes the specified mapping from this map. +

    +

    +
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractHashedMap
    +
    +
    +
    Parameters:
    key - the mapping to remove +
    Returns:
    the value mapped to the removed key, null if key not in map
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    Clears this map. +

    +

    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractHashedMap
    +
    +
    +
    +
    +
    +
    + +

    +mapIterator

    +
    +public MapIterator mapIterator()
    +
    Gets a MapIterator over the reference map. - The iterator only returns valid key/value pairs. -

    -

    -
    Specified by:
    mapIterator in interface IterableMap
    Overrides:
    mapIterator in class AbstractHashedMap
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    + The iterator only returns valid key/value pairs. +

    +

    +
    Specified by:
    mapIterator in interface IterableMap
    Overrides:
    mapIterator in class AbstractHashedMap
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    Returns a set view of this map's entries. An iterator returned entry is valid until next() is called again. - The setValue() method on the toArray entries has no effect. -

    -

    -
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractHashedMap
    -
    -
    - -
    Returns:
    a set view of this map's entries
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    Returns a set view of this map's keys. -

    -

    -
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractHashedMap
    -
    -
    - -
    Returns:
    a set view of this map's keys
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    Returns a collection view of this map's values. -

    -

    -
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractHashedMap
    -
    -
    - -
    Returns:
    a set view of this map's values
    -
    -
    -
    - -

    -purgeBeforeRead

    -
    -protected void purgeBeforeRead()
    -
    + The setValue() method on the toArray entries has no effect. +

    +

    +
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractHashedMap
    +
    +
    + +
    Returns:
    a set view of this map's entries
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    Returns a set view of this map's keys. +

    +

    +
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractHashedMap
    +
    +
    + +
    Returns:
    a set view of this map's keys
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    Returns a collection view of this map's values. +

    +

    +
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractHashedMap
    +
    +
    + +
    Returns:
    a set view of this map's values
    +
    +
    +
    + +

    +purgeBeforeRead

    +
    +protected void purgeBeforeRead()
    +
    Purges stale mappings from this map before read operations.

    - This implementation calls purge() to maintain a consistent state. -

    -

    -
    -
    -
    -
    - -

    -purgeBeforeWrite

    -
    -protected void purgeBeforeWrite()
    -
    + This implementation calls purge() to maintain a consistent state. +

    +

    +
    +
    +
    +
    + +

    +purgeBeforeWrite

    +
    +protected void purgeBeforeWrite()
    +
    Purges stale mappings from this map before write operations.

    - This implementation calls purge() to maintain a consistent state. -

    -

    -
    -
    -
    -
    - -

    -purge

    -
    -protected void purge()
    -
    + This implementation calls purge() to maintain a consistent state. +

    +

    +
    +
    +
    +
    + +

    +purge

    +
    +protected void purge()
    +
    Purges stale mappings from this map.

    Note that this method is not synchronized! Special care must be taken if, for instance, you want stale mappings to be removed on a periodic basis by some - background thread. -

    -

    -
    -
    -
    -
    - -

    -purge

    -
    -protected void purge(java.lang.ref.Reference ref)
    -
    -
    Purges the specified reference. -

    -

    -
    Parameters:
    ref - the reference to purge
    -
    -
    -
    - -

    -getEntry

    -
    -protected AbstractHashedMap.HashEntry getEntry(java.lang.Object key)
    -
    -
    Gets the entry mapped to the key specified. -

    -

    -
    Overrides:
    getEntry in class AbstractHashedMap
    -
    -
    -
    Parameters:
    key - the key -
    Returns:
    the entry, null if no match
    -
    -
    -
    - -

    -hashEntry

    -
    -protected int hashEntry(java.lang.Object key,
    -                        java.lang.Object value)
    -
    + background thread. +

    +

    +
    +
    +
    +
    + +

    +purge

    +
    +protected void purge(java.lang.ref.Reference ref)
    +
    +
    Purges the specified reference. +

    +

    +
    Parameters:
    ref - the reference to purge
    +
    +
    +
    + +

    +getEntry

    +
    +protected AbstractHashedMap.HashEntry getEntry(java.lang.Object key)
    +
    +
    Gets the entry mapped to the key specified. +

    +

    +
    Overrides:
    getEntry in class AbstractHashedMap
    +
    +
    +
    Parameters:
    key - the key +
    Returns:
    the entry, null if no match
    +
    +
    +
    + +

    +hashEntry

    +
    +protected int hashEntry(java.lang.Object key,
    +                        java.lang.Object value)
    +
    Gets the hash code for a MapEntry. - Subclasses can override this, for example to use the identityHashCode. -

    -

    -
    Parameters:
    key - the key to get a hash code for, may be null
    value - the value to get a hash code for, may be null -
    Returns:
    the hash code, as per the MapEntry specification
    -
    -
    -
    - -

    -isEqualKey

    -
    -protected boolean isEqualKey(java.lang.Object key1,
    -                             java.lang.Object key2)
    -
    + Subclasses can override this, for example to use the identityHashCode. +

    +

    +
    Parameters:
    key - the key to get a hash code for, may be null
    value - the value to get a hash code for, may be null +
    Returns:
    the hash code, as per the MapEntry specification
    +
    +
    +
    + +

    +isEqualKey

    +
    +protected boolean isEqualKey(java.lang.Object key1,
    +                             java.lang.Object key2)
    +
    Compares two keys, in internal converted form, to see if they are equal.

    This implementation converts the key from the entry to a real reference - before comparison. -

    -

    -
    Overrides:
    isEqualKey in class AbstractHashedMap
    -
    -
    -
    Parameters:
    key1 - the first key to compare passed in from outside
    key2 - the second key extracted from the entry via entry.key -
    Returns:
    true if equal
    -
    -
    -
    - -

    -createEntry

    -
    -protected AbstractHashedMap.HashEntry createEntry(AbstractHashedMap.HashEntry next,
    -                                                  int hashCode,
    -                                                  java.lang.Object key,
    -                                                  java.lang.Object value)
    -
    -
    Creates a ReferenceEntry instead of a HashEntry. -

    -

    -
    Overrides:
    createEntry in class AbstractHashedMap
    -
    -
    -
    Parameters:
    next - the next entry in sequence
    hashCode - the hash code to use
    key - the key to store
    value - the value to store -
    Returns:
    the newly created entry
    -
    -
    -
    - -

    -createEntrySetIterator

    -
    -protected java.util.Iterator createEntrySetIterator()
    -
    -
    Creates an entry set iterator. -

    -

    -
    Overrides:
    createEntrySetIterator in class AbstractHashedMap
    -
    -
    - -
    Returns:
    the entrySet iterator
    -
    -
    -
    - -

    -createKeySetIterator

    -
    -protected java.util.Iterator createKeySetIterator()
    -
    -
    Creates an key set iterator. -

    -

    -
    Overrides:
    createKeySetIterator in class AbstractHashedMap
    -
    -
    - -
    Returns:
    the keySet iterator
    -
    -
    -
    - -

    -createValuesIterator

    -
    -protected java.util.Iterator createValuesIterator()
    -
    -
    Creates an values iterator. -

    -

    -
    Overrides:
    createValuesIterator in class AbstractHashedMap
    -
    -
    - -
    Returns:
    the values iterator
    -
    -
    -
    - -

    -doWriteObject

    -
    -protected void doWriteObject(java.io.ObjectOutputStream out)
    -                      throws java.io.IOException
    -
    + before comparison. +

    +

    +
    Overrides:
    isEqualKey in class AbstractHashedMap
    +
    +
    +
    Parameters:
    key1 - the first key to compare passed in from outside
    key2 - the second key extracted from the entry via entry.key +
    Returns:
    true if equal
    +
    +
    +
    + +

    +createEntry

    +
    +protected AbstractHashedMap.HashEntry createEntry(AbstractHashedMap.HashEntry next,
    +                                                  int hashCode,
    +                                                  java.lang.Object key,
    +                                                  java.lang.Object value)
    +
    +
    Creates a ReferenceEntry instead of a HashEntry. +

    +

    +
    Overrides:
    createEntry in class AbstractHashedMap
    +
    +
    +
    Parameters:
    next - the next entry in sequence
    hashCode - the hash code to use
    key - the key to store
    value - the value to store +
    Returns:
    the newly created entry
    +
    +
    +
    + +

    +createEntrySetIterator

    +
    +protected java.util.Iterator createEntrySetIterator()
    +
    +
    Creates an entry set iterator. +

    +

    +
    Overrides:
    createEntrySetIterator in class AbstractHashedMap
    +
    +
    + +
    Returns:
    the entrySet iterator
    +
    +
    +
    + +

    +createKeySetIterator

    +
    +protected java.util.Iterator createKeySetIterator()
    +
    +
    Creates an key set iterator. +

    +

    +
    Overrides:
    createKeySetIterator in class AbstractHashedMap
    +
    +
    + +
    Returns:
    the keySet iterator
    +
    +
    +
    + +

    +createValuesIterator

    +
    +protected java.util.Iterator createValuesIterator()
    +
    +
    Creates an values iterator. +

    +

    +
    Overrides:
    createValuesIterator in class AbstractHashedMap
    +
    +
    + +
    Returns:
    the values iterator
    +
    +
    +
    + +

    +doWriteObject

    +
    +protected void doWriteObject(java.io.ObjectOutputStream out)
    +                      throws java.io.IOException
    +
    Replaces the superclass method to store the state of this class.

    Serialization is not one of the JDK's nicest topics. Normal serialization will @@ -1099,26 +1099,26 @@ protected void doWriteObject(java.io.ObjectOutputStream out)

    Subclasses may override if they have a specific field that must be present on read before this implementation will work. Generally, the read determines - what must be serialized here, if anything. -

    -

    -
    Overrides:
    doWriteObject in class AbstractHashedMap
    -
    -
    -
    Parameters:
    out - the output stream -
    Throws: -
    java.io.IOException
    -
    -
    -
    - -

    -doReadObject

    -
    -protected void doReadObject(java.io.ObjectInputStream in)
    -                     throws java.io.IOException,
    -                            java.lang.ClassNotFoundException
    -
    + what must be serialized here, if anything. +

    +

    +
    Overrides:
    doWriteObject in class AbstractHashedMap
    +
    +
    +
    Parameters:
    out - the output stream +
    Throws: +
    java.io.IOException
    +
    +
    +
    + +

    +doReadObject

    +
    +protected void doReadObject(java.io.ObjectInputStream in)
    +                     throws java.io.IOException,
    +                            java.lang.ClassNotFoundException
    +
    Replaces the superclassm method to read the state of this class.

    Serialization is not one of the JDK's nicest topics. Normal serialization will @@ -1131,79 +1131,79 @@ protected void doReadObject(java.io.ObjectInputStream in) readObject() of the first serializable subclass.

    Subclasses may override if the subclass has a specific field that must be present - before put() or calculateThreshold() will work correctly. -

    -

    -
    Overrides:
    doReadObject in class AbstractHashedMap
    -
    -
    -
    Parameters:
    in - the input stream -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + before put() or calculateThreshold() will work correctly. +

    +

    +
    Overrides:
    doReadObject in class AbstractHashedMap
    +
    +
    +
    Parameters:
    in - the input stream +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractSortedMapDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractSortedMapDecorator.html index b2688ae..60cf1a3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractSortedMapDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/AbstractSortedMapDecorator.html @@ -1,111 +1,111 @@ - - - - - - - -AbstractSortedMapDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class AbstractSortedMapDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.map.AbstractSortedMapDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map, java.util.SortedMap
    -
    -
    -
    Direct Known Subclasses:
    DualTreeBidiMap.ViewMap, FixedSizeSortedMap, UnmodifiableSortedMap
    -
    -
    -
    -
    public abstract class AbstractSortedMapDecorator
    extends AbstractMapDecorator
    implements java.util.SortedMap
    - - -

    + + + + + + + +AbstractSortedMapDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class AbstractSortedMapDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.map.AbstractSortedMapDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map, java.util.SortedMap
    +
    +
    +
    Direct Known Subclasses:
    DualTreeBidiMap.ViewMap, FixedSizeSortedMap, UnmodifiableSortedMap
    +
    +
    +
    +
    public abstract class AbstractSortedMapDecorator
    extends AbstractMapDecorator
    implements java.util.SortedMap
    + + +

    Provides a base decorator that enables additional functionality to be added to a Map via decoration.

    @@ -115,389 +115,389 @@ Provides a base decorator that enables additional functionality to be added Instead it simply returns the set/collection from the wrapped map. This may be undesirable, for example if you are trying to write a validating implementation it would provide a loophole around the validation. - But, you might want that loophole, so this class is kept simple. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractSortedMapDecorator() - -
    -          Constructor only used in deserialization, do not use otherwise.
    - AbstractSortedMapDecorator(java.util.SortedMap map) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.util.Comparatorcomparator() - -
    -           
    - java.lang.ObjectfirstKey() - -
    -           
    -protected  java.util.SortedMapgetSortedMap() - -
    -          Gets the map being decorated.
    - java.util.SortedMapheadMap(java.lang.Object toKey) - -
    -           
    - java.lang.ObjectlastKey() - -
    -           
    - java.util.SortedMapsubMap(java.lang.Object fromKey, - java.lang.Object toKey) - -
    -           
    - java.util.SortedMaptailMap(java.lang.Object fromKey) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractSortedMapDecorator

    -
    -protected AbstractSortedMapDecorator()
    -
    -
    Constructor only used in deserialization, do not use otherwise. -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -

    -AbstractSortedMapDecorator

    -
    -public AbstractSortedMapDecorator(java.util.SortedMap map)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    map - the map to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if the collection is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getSortedMap

    -
    -protected java.util.SortedMap getSortedMap()
    -
    -
    Gets the map being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated map
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    -
    Specified by:
    comparator in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -firstKey

    -
    -public java.lang.Object firstKey()
    -
    -
    -
    Specified by:
    firstKey in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -headMap

    -
    -public java.util.SortedMap headMap(java.lang.Object toKey)
    -
    -
    -
    Specified by:
    headMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -lastKey

    -
    -public java.lang.Object lastKey()
    -
    -
    -
    Specified by:
    lastKey in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -subMap

    -
    -public java.util.SortedMap subMap(java.lang.Object fromKey,
    -                                  java.lang.Object toKey)
    -
    -
    -
    Specified by:
    subMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -tailMap

    -
    -public java.util.SortedMap tailMap(java.lang.Object fromKey)
    -
    -
    -
    Specified by:
    tailMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + But, you might want that loophole, so this class is kept simple. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractSortedMapDecorator() + +
    +          Constructor only used in deserialization, do not use otherwise.
    + AbstractSortedMapDecorator(java.util.SortedMap map) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.util.Comparatorcomparator() + +
    +           
    + java.lang.ObjectfirstKey() + +
    +           
    +protected  java.util.SortedMapgetSortedMap() + +
    +          Gets the map being decorated.
    + java.util.SortedMapheadMap(java.lang.Object toKey) + +
    +           
    + java.lang.ObjectlastKey() + +
    +           
    + java.util.SortedMapsubMap(java.lang.Object fromKey, + java.lang.Object toKey) + +
    +           
    + java.util.SortedMaptailMap(java.lang.Object fromKey) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractSortedMapDecorator

    +
    +protected AbstractSortedMapDecorator()
    +
    +
    Constructor only used in deserialization, do not use otherwise. +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +

    +AbstractSortedMapDecorator

    +
    +public AbstractSortedMapDecorator(java.util.SortedMap map)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    map - the map to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getSortedMap

    +
    +protected java.util.SortedMap getSortedMap()
    +
    +
    Gets the map being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated map
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    +
    Specified by:
    comparator in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +firstKey

    +
    +public java.lang.Object firstKey()
    +
    +
    +
    Specified by:
    firstKey in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +headMap

    +
    +public java.util.SortedMap headMap(java.lang.Object toKey)
    +
    +
    +
    Specified by:
    headMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +lastKey

    +
    +public java.lang.Object lastKey()
    +
    +
    +
    Specified by:
    lastKey in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +subMap

    +
    +public java.util.SortedMap subMap(java.lang.Object fromKey,
    +                                  java.lang.Object toKey)
    +
    +
    +
    Specified by:
    subMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +tailMap

    +
    +public java.util.SortedMap tailMap(java.lang.Object fromKey)
    +
    +
    +
    Specified by:
    tailMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/CaseInsensitiveMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/CaseInsensitiveMap.html index e248c80..601168b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/CaseInsensitiveMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/CaseInsensitiveMap.html @@ -1,116 +1,116 @@ - - - - - - - -CaseInsensitiveMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class CaseInsensitiveMap

    -
    -java.lang.Object
    -  extended by java.util.AbstractMap
    -      extended by org.apache.commons.collections.map.AbstractHashedMap
    -          extended by org.apache.commons.collections.map.CaseInsensitiveMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, IterableMap
    -
    -
    -
    -
    public class CaseInsensitiveMap
    extends AbstractHashedMap
    implements java.io.Serializable, java.lang.Cloneable
    - - -

    + + + + + + + +CaseInsensitiveMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class CaseInsensitiveMap

    +
    +java.lang.Object
    +  extended by java.util.AbstractMap
    +      extended by org.apache.commons.collections.map.AbstractHashedMap
    +          extended by org.apache.commons.collections.map.CaseInsensitiveMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, IterableMap
    +
    +
    +
    +
    public class CaseInsensitiveMap
    extends AbstractHashedMap
    implements java.io.Serializable, java.lang.Cloneable
    + + +

    A case-insensitive Map.

    - As entries are added to the map, keys are converted to all lowercase. A new + As entries are added to the map, keys are converted to all lowercase. A new key is compared to existing keys by comparing newKey.toString().toLower() to the lowercase values in the current KeySet.

    - Null keys are supported. + Null keys are supported.

    The keySet() method returns all lowercase keys, or nulls.

    @@ -130,327 +130,327 @@ A case-insensitive Map. Note that CaseInsensitiveMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedMap(Map). This class may throw - exceptions when accessed by concurrent threads without synchronization. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Commons-Collections team
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.EntrySetIterator, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.KeySetIterator, AbstractHashedMap.Values, AbstractHashedMap.ValuesIterator
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    -  - - - - - - - - - - - - - - - + + + + +
    -Constructor Summary
    CaseInsensitiveMap() - -
    -          Constructs a new empty map with default size and load factor.
    CaseInsensitiveMap(int initialCapacity) - -
    -          Constructs a new, empty map with the specified initial capacity.
    CaseInsensitiveMap(int initialCapacity, - float loadFactor) - -
    + using Collections.synchronizedMap(Map). This class may throw + exceptions when accessed by concurrent threads without synchronization. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Commons-Collections team
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.EntrySetIterator, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.KeySetIterator, AbstractHashedMap.Values, AbstractHashedMap.ValuesIterator
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    +  + + + + + + + + + + + + + + + - - - - -
    +Constructor Summary
    CaseInsensitiveMap() + +
    +          Constructs a new empty map with default size and load factor.
    CaseInsensitiveMap(int initialCapacity) + +
    +          Constructs a new, empty map with the specified initial capacity.
    CaseInsensitiveMap(int initialCapacity, + float loadFactor) + +
              Constructs a new, empty map with the specified initial capacity and - load factor.
    CaseInsensitiveMap(java.util.Map map) - -
    -          Constructor copying elements from another map.
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objectclone() - -
    -          Clones the map without cloning the keys or values.
    -protected  java.lang.ObjectconvertKey(java.lang.Object key) - -
    -          Overrides convertKey() from AbstractHashedMap to convert keys to - lower case.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    addEntry, addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, clear, containsKey, containsValue, createEntry, createEntrySetIterator, createKeySetIterator, createValuesIterator, destroyEntry, doReadObject, doWriteObject, ensureCapacity, entryHashCode, entryKey, entryNext, entrySet, entryValue, equals, get, getEntry, hash, hashCode, hashIndex, init, isEmpty, isEqualKey, isEqualValue, keySet, mapIterator, put, putAll, remove, removeEntry, removeMapping, reuseEntry, size, toString, updateEntry, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -CaseInsensitiveMap

    -
    -public CaseInsensitiveMap()
    -
    -
    Constructs a new empty map with default size and load factor. -

    -

    -
    - -

    -CaseInsensitiveMap

    -
    -public CaseInsensitiveMap(int initialCapacity)
    -
    -
    Constructs a new, empty map with the specified initial capacity. -

    -

    -
    Parameters:
    initialCapacity - the initial capacity -
    Throws: -
    java.lang.IllegalArgumentException - if the initial capacity is less than one
    -
    -
    - -

    -CaseInsensitiveMap

    -
    -public CaseInsensitiveMap(int initialCapacity,
    -                          float loadFactor)
    -
    + load factor.
    CaseInsensitiveMap(java.util.Map map) + +
    +          Constructor copying elements from another map.
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objectclone() + +
    +          Clones the map without cloning the keys or values.
    +protected  java.lang.ObjectconvertKey(java.lang.Object key) + +
    +          Overrides convertKey() from AbstractHashedMap to convert keys to + lower case.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    addEntry, addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, clear, containsKey, containsValue, createEntry, createEntrySetIterator, createKeySetIterator, createValuesIterator, destroyEntry, doReadObject, doWriteObject, ensureCapacity, entryHashCode, entryKey, entryNext, entrySet, entryValue, equals, get, getEntry, hash, hashCode, hashIndex, init, isEmpty, isEqualKey, isEqualValue, keySet, mapIterator, put, putAll, remove, removeEntry, removeMapping, reuseEntry, size, toString, updateEntry, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +CaseInsensitiveMap

    +
    +public CaseInsensitiveMap()
    +
    +
    Constructs a new empty map with default size and load factor. +

    +

    +
    + +

    +CaseInsensitiveMap

    +
    +public CaseInsensitiveMap(int initialCapacity)
    +
    +
    Constructs a new, empty map with the specified initial capacity. +

    +

    +
    Parameters:
    initialCapacity - the initial capacity +
    Throws: +
    java.lang.IllegalArgumentException - if the initial capacity is less than one
    +
    +
    + +

    +CaseInsensitiveMap

    +
    +public CaseInsensitiveMap(int initialCapacity,
    +                          float loadFactor)
    +
    Constructs a new, empty map with the specified initial capacity and - load factor. -

    -

    -
    Parameters:
    initialCapacity - the initial capacity
    loadFactor - the load factor -
    Throws: -
    java.lang.IllegalArgumentException - if the initial capacity is less than one -
    java.lang.IllegalArgumentException - if the load factor is less than zero
    -
    -
    - -

    -CaseInsensitiveMap

    -
    -public CaseInsensitiveMap(java.util.Map map)
    -
    + load factor. +

    +

    +
    Parameters:
    initialCapacity - the initial capacity
    loadFactor - the load factor +
    Throws: +
    java.lang.IllegalArgumentException - if the initial capacity is less than one +
    java.lang.IllegalArgumentException - if the load factor is less than zero
    +
    +
    + +

    +CaseInsensitiveMap

    +
    +public CaseInsensitiveMap(java.util.Map map)
    +
    Constructor copying elements from another map.

    Keys will be converted to lower case strings, which may cause some entries to be removed (if string representation of keys differ - only by character case). -

    -

    -
    Parameters:
    map - the map to copy -
    Throws: -
    java.lang.NullPointerException - if the map is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -convertKey

    -
    -protected java.lang.Object convertKey(java.lang.Object key)
    -
    -
    Overrides convertKey() from AbstractHashedMap to convert keys to + only by character case). +

    +

    +
    Parameters:
    map - the map to copy +
    Throws: +
    java.lang.NullPointerException - if the map is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +convertKey

    +
    +protected java.lang.Object convertKey(java.lang.Object key)
    +
    +
    Overrides convertKey() from AbstractHashedMap to convert keys to lower case.

    - Returns null if key is null. -

    -

    -
    Overrides:
    convertKey in class AbstractHashedMap
    -
    -
    -
    Parameters:
    key - the key convert -
    Returns:
    the converted key
    -
    -
    -
    - -

    -clone

    -
    -public java.lang.Object clone()
    -
    -
    Clones the map without cloning the keys or values. -

    -

    -
    Overrides:
    clone in class AbstractHashedMap
    -
    -
    - -
    Returns:
    a shallow clone
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Returns null if key is null. +

    +

    +
    Overrides:
    convertKey in class AbstractHashedMap
    +
    +
    +
    Parameters:
    key - the key convert +
    Returns:
    the converted key
    +
    + +
    + +

    +clone

    +
    +public java.lang.Object clone()
    +
    +
    Clones the map without cloning the keys or values. +

    +

    +
    Overrides:
    clone in class AbstractHashedMap
    +
    +
    + +
    Returns:
    a shallow clone
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/CompositeMap.MapMutator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/CompositeMap.MapMutator.html index 33fb951..1856f24 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/CompositeMap.MapMutator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/CompositeMap.MapMutator.html @@ -1,299 +1,299 @@ - - - - - - - -CompositeMap.MapMutator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Interface CompositeMap.MapMutator

    -
    -
    Enclosing class:
    CompositeMap
    -
    -
    -
    -
    public static interface CompositeMap.MapMutator
    - - -

    + + + + + + + +CompositeMap.MapMutator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Interface CompositeMap.MapMutator

    +
    +
    Enclosing class:
    CompositeMap
    +
    +
    +
    +
    public static interface CompositeMap.MapMutator
    + + +

    This interface allows definition for all of the indeterminate mutators in a CompositeMap, as well as providing a hook for - callbacks on key collisions. -

    - -

    -


    - -

    - - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - java.lang.Objectput(CompositeMap map, - java.util.Map[] composited, - java.lang.Object key, - java.lang.Object value) - -
    -          Called when the CompositeMap.put() method is invoked.
    - voidputAll(CompositeMap map, - java.util.Map[] composited, - java.util.Map mapToAdd) - -
    -          Called when the CompositeMap.putAll() method is invoked.
    - voidresolveCollision(CompositeMap composite, - java.util.Map existing, - java.util.Map added, - java.util.Collection intersect) - -
    + callbacks on key collisions. +

    + +

    +


    + +

    + + + + + + + + + + + + + + + + + + + - -
    +Method Summary
    + java.lang.Objectput(CompositeMap map, + java.util.Map[] composited, + java.lang.Object key, + java.lang.Object value) + +
    +          Called when the CompositeMap.put() method is invoked.
    + voidputAll(CompositeMap map, + java.util.Map[] composited, + java.util.Map mapToAdd) + +
    +          Called when the CompositeMap.putAll() method is invoked.
    + voidresolveCollision(CompositeMap composite, + java.util.Map existing, + java.util.Map added, + java.util.Collection intersect) + +
              Called when adding a new Composited Map results in a - key collision.
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -resolveCollision

    -
    -void resolveCollision(CompositeMap composite,
    -                      java.util.Map existing,
    -                      java.util.Map added,
    -                      java.util.Collection intersect)
    -
    + key collision.
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +resolveCollision

    +
    +void resolveCollision(CompositeMap composite,
    +                      java.util.Map existing,
    +                      java.util.Map added,
    +                      java.util.Collection intersect)
    +
    Called when adding a new Composited Map results in a - key collision. -

    -

    + key collision. +

    +

    Parameters:
    composite - the CompositeMap with the collision
    existing - the Map already in the composite which contains the - offending key
    added - the Map being added
    intersect - the intersection of the keysets of the existing and added maps
    -
    -
    -
    - -

    -put

    -
    -java.lang.Object put(CompositeMap map,
    -                     java.util.Map[] composited,
    -                     java.lang.Object key,
    -                     java.lang.Object value)
    -
    -
    Called when the CompositeMap.put() method is invoked. -

    -

    -
    Parameters:
    map - the CompositeMap which is being modified
    composited - array of Maps in the CompositeMap being modified
    key - key with which the specified value is to be associated.
    value - value to be associated with the specified key. + offending key
    added - the Map being added
    intersect - the intersection of the keysets of the existing and added maps
    +
    +
    +
    + +

    +put

    +
    +java.lang.Object put(CompositeMap map,
    +                     java.util.Map[] composited,
    +                     java.lang.Object key,
    +                     java.lang.Object value)
    +
    +
    Called when the CompositeMap.put() method is invoked. +

    +

    +
    Parameters:
    map - the CompositeMap which is being modified
    composited - array of Maps in the CompositeMap being modified
    key - key with which the specified value is to be associated.
    value - value to be associated with the specified key.
    Returns:
    previous value associated with specified key, or null if there was no mapping for key. A null return can also indicate that the map previously associated null with the specified key, if the implementation supports - null values. -
    Throws: -
    java.lang.UnsupportedOperationException - if not defined + null values. +
    Throws: +
    java.lang.UnsupportedOperationException - if not defined
    java.lang.ClassCastException - if the class of the specified key or value - prevents it from being stored in this map. + prevents it from being stored in this map.
    java.lang.IllegalArgumentException - if some aspect of this key or value - prevents it from being stored in this map. + prevents it from being stored in this map.
    java.lang.NullPointerException - this map does not permit null keys or values, and the specified key or value is - null.
    -
    -
    -
    - -

    -putAll

    -
    -void putAll(CompositeMap map,
    -            java.util.Map[] composited,
    -            java.util.Map mapToAdd)
    -
    -
    Called when the CompositeMap.putAll() method is invoked. -

    -

    -
    Parameters:
    map - the CompositeMap which is being modified
    composited - array of Maps in the CompositeMap being modified
    mapToAdd - Mappings to be stored in this CompositeMap -
    Throws: -
    java.lang.UnsupportedOperationException - if not defined + null.
    +
    +
    +
    + +

    +putAll

    +
    +void putAll(CompositeMap map,
    +            java.util.Map[] composited,
    +            java.util.Map mapToAdd)
    +
    +
    Called when the CompositeMap.putAll() method is invoked. +

    +

    +
    Parameters:
    map - the CompositeMap which is being modified
    composited - array of Maps in the CompositeMap being modified
    mapToAdd - Mappings to be stored in this CompositeMap +
    Throws: +
    java.lang.UnsupportedOperationException - if not defined
    java.lang.ClassCastException - if the class of the specified key or value - prevents it from being stored in this map. + prevents it from being stored in this map.
    java.lang.IllegalArgumentException - if some aspect of this key or value - prevents it from being stored in this map. + prevents it from being stored in this map.
    java.lang.NullPointerException - this map does not permit null keys or values, and the specified key or value is - null.
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + null.
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/CompositeMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/CompositeMap.html index fdffc22..2889321 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/CompositeMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/CompositeMap.html @@ -1,107 +1,107 @@ - - - - - - - -CompositeMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class CompositeMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.CompositeMap
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map
    -
    -
    -
    -
    public class CompositeMap
    extends java.lang.Object
    implements java.util.Map
    - - -

    + + + + + + + +CompositeMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class CompositeMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.CompositeMap
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map
    +
    +
    +
    +
    public class CompositeMap
    extends java.lang.Object
    implements java.util.Map
    + + +

    Decorates a map of other maps to provide a single unified view.

    Changes made to this map will actually be made on the decorated map. @@ -111,479 +111,479 @@ Decorates a map of other maps to provide a single unified view. Note that CompositeMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedMap(Map). This class may throw - exceptions when accessed by concurrent threads without synchronization. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    -
    Author:
    -
    Brian McCallister
    -
    -
    - -

    - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    -Nested Class Summary
    -static interfaceCompositeMap.MapMutator - -
    + using Collections.synchronizedMap(Map). This class may throw + exceptions when accessed by concurrent threads without synchronization. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 647116 $ $Date: 2008-04-11 12:23:08 +0100 (Fri, 11 Apr 2008) $
    +
    Author:
    +
    Brian McCallister
    +
    +
    + +

    + + + + + + + + + + - -
    +Nested Class Summary
    +static interfaceCompositeMap.MapMutator + +
              This interface allows definition for all of the indeterminate mutators in a CompositeMap, as well as providing a hook for - callbacks on key collisions.
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - - + +
    -Constructor Summary
    CompositeMap() - -
    -          Create a new, empty, CompositeMap.
    CompositeMap(java.util.Map[] composite) - -
    + callbacks on key collisions.
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + + - - - + + + - - - - - - - -
    +Constructor Summary
    CompositeMap() + +
    +          Create a new, empty, CompositeMap.
    CompositeMap(java.util.Map[] composite) + +
              Create a new CompositeMap which composites all of the Map instances in the - argument.
    CompositeMap(java.util.Map[] composite, - CompositeMap.MapMutator mutator) - -
    + argument.
    CompositeMap(java.util.Map[] composite, + CompositeMap.MapMutator mutator) + +
              Create a new CompositeMap which composites all of the Map instances in the - argument.
    CompositeMap(java.util.Map one, - java.util.Map two) - -
    -          Create a new CompositeMap with two composited Map instances.
    CompositeMap(java.util.Map one, - java.util.Map two, - CompositeMap.MapMutator mutator) - -
    -          Create a new CompositeMap with two composited Map instances.
    -  - - - - - - - - - - - - - - - - - - + + + + + + + +
    -Method Summary
    - voidaddComposited(java.util.Map map) - -
    -          Add an additional Map to the composite.
    - voidclear() - -
    -          Calls clear() on all composited Maps.
    - booleancontainsKey(java.lang.Object key) - -
    + argument.
    CompositeMap(java.util.Map one, + java.util.Map two) + +
    +          Create a new CompositeMap with two composited Map instances.
    CompositeMap(java.util.Map one, + java.util.Map two, + CompositeMap.MapMutator mutator) + +
    +          Create a new CompositeMap with two composited Map instances.
    +  + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - -
    +Method Summary
    + voidaddComposited(java.util.Map map) + +
    +          Add an additional Map to the composite.
    + voidclear() + +
    +          Calls clear() on all composited Maps.
    + booleancontainsKey(java.lang.Object key) + +
              Returns true if this map contains a mapping for the specified - key.
    - booleancontainsValue(java.lang.Object value) - -
    + key.
    + booleancontainsValue(java.lang.Object value) + +
              Returns true if this map maps one or more keys to the - specified value.
    - java.util.SetentrySet() - -
    -          Returns a set view of the mappings contained in this map.
    - booleanequals(java.lang.Object obj) - -
    -          Checks if this Map equals another as per the Map specification.
    - java.lang.Objectget(java.lang.Object key) - -
    -          Returns the value to which this map maps the specified key.
    - inthashCode() - -
    -          Gets a hash code for the Map as per the Map specification.
    - booleanisEmpty() - -
    -          Returns true if this map contains no key-value mappings.
    - java.util.SetkeySet() - -
    -          Returns a set view of the keys contained in this map.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    + specified value.
    + java.util.SetentrySet() + +
    +          Returns a set view of the mappings contained in this map.
    + booleanequals(java.lang.Object obj) + +
    +          Checks if this Map equals another as per the Map specification.
    + java.lang.Objectget(java.lang.Object key) + +
    +          Returns the value to which this map maps the specified key.
    + inthashCode() + +
    +          Gets a hash code for the Map as per the Map specification.
    + booleanisEmpty() + +
    +          Returns true if this map contains no key-value mappings.
    + java.util.SetkeySet() + +
    +          Returns a set view of the keys contained in this map.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
              Associates the specified value with the specified key in this map - (optional operation).
    - voidputAll(java.util.Map map) - -
    + (optional operation).
    + voidputAll(java.util.Map map) + +
              Copies all of the mappings from the specified map to this map - (optional operation).
    - java.lang.Objectremove(java.lang.Object key) - -
    + (optional operation).
    + java.lang.Objectremove(java.lang.Object key) + +
              Removes the mapping for this key from this map if it is present - (optional operation).
    - java.util.MapremoveComposited(java.util.Map map) - -
    -          Remove a Map from the composite.
    - voidsetMutator(CompositeMap.MapMutator mutator) - -
    -          Specify the MapMutator to be used by mutation operations.
    - intsize() - -
    -          Returns the number of key-value mappings in this map.
    - java.util.Collectionvalues() - -
    -          Returns a collection view of the values contained in this map.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -CompositeMap

    -
    -public CompositeMap()
    -
    -
    Create a new, empty, CompositeMap. -

    -

    -
    - -

    -CompositeMap

    -
    -public CompositeMap(java.util.Map one,
    -                    java.util.Map two)
    -
    -
    Create a new CompositeMap with two composited Map instances. -

    -

    -
    Parameters:
    one - the first Map to be composited
    two - the second Map to be composited -
    Throws: -
    java.lang.IllegalArgumentException - if there is a key collision
    -
    -
    - -

    -CompositeMap

    -
    -public CompositeMap(java.util.Map one,
    -                    java.util.Map two,
    -                    CompositeMap.MapMutator mutator)
    -
    -
    Create a new CompositeMap with two composited Map instances. -

    -

    -
    Parameters:
    one - the first Map to be composited
    two - the second Map to be composited
    mutator - MapMutator to be used for mutation operations
    -
    -
    - -

    -CompositeMap

    -
    -public CompositeMap(java.util.Map[] composite)
    -
    + (optional operation).
    + java.util.MapremoveComposited(java.util.Map map) + +
    +          Remove a Map from the composite.
    + voidsetMutator(CompositeMap.MapMutator mutator) + +
    +          Specify the MapMutator to be used by mutation operations.
    + intsize() + +
    +          Returns the number of key-value mappings in this map.
    + java.util.Collectionvalues() + +
    +          Returns a collection view of the values contained in this map.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +CompositeMap

    +
    +public CompositeMap()
    +
    +
    Create a new, empty, CompositeMap. +

    +

    +
    + +

    +CompositeMap

    +
    +public CompositeMap(java.util.Map one,
    +                    java.util.Map two)
    +
    +
    Create a new CompositeMap with two composited Map instances. +

    +

    +
    Parameters:
    one - the first Map to be composited
    two - the second Map to be composited +
    Throws: +
    java.lang.IllegalArgumentException - if there is a key collision
    +
    +
    + +

    +CompositeMap

    +
    +public CompositeMap(java.util.Map one,
    +                    java.util.Map two,
    +                    CompositeMap.MapMutator mutator)
    +
    +
    Create a new CompositeMap with two composited Map instances. +

    +

    +
    Parameters:
    one - the first Map to be composited
    two - the second Map to be composited
    mutator - MapMutator to be used for mutation operations
    +
    +
    + +

    +CompositeMap

    +
    +public CompositeMap(java.util.Map[] composite)
    +
    Create a new CompositeMap which composites all of the Map instances in the - argument. It copies the argument array, it does not use it directly. -

    -

    -
    Parameters:
    composite - the Maps to be composited -
    Throws: -
    java.lang.IllegalArgumentException - if there is a key collision
    -
    -
    - -

    -CompositeMap

    -
    -public CompositeMap(java.util.Map[] composite,
    -                    CompositeMap.MapMutator mutator)
    -
    + argument. It copies the argument array, it does not use it directly. +

    +

    +
    Parameters:
    composite - the Maps to be composited +
    Throws: +
    java.lang.IllegalArgumentException - if there is a key collision
    +
    +
    + +

    +CompositeMap

    +
    +public CompositeMap(java.util.Map[] composite,
    +                    CompositeMap.MapMutator mutator)
    +
    Create a new CompositeMap which composites all of the Map instances in the - argument. It copies the argument array, it does not use it directly. -

    -

    -
    Parameters:
    composite - Maps to be composited
    mutator - MapMutator to be used for mutation operations
    -
    - - - - - - - - -
    -Method Detail
    - -

    -setMutator

    -
    -public void setMutator(CompositeMap.MapMutator mutator)
    -
    -
    Specify the MapMutator to be used by mutation operations. -

    -

    -
    -
    -
    -
    Parameters:
    mutator - the MapMutator to be used for mutation delegation
    -
    -
    -
    - -

    -addComposited

    -
    -public void addComposited(java.util.Map map)
    -                   throws java.lang.IllegalArgumentException
    -
    -
    Add an additional Map to the composite. -

    -

    -
    -
    -
    -
    Parameters:
    map - the Map to be added to the composite -
    Throws: + argument. It copies the argument array, it does not use it directly. +

    +

    +
    Parameters:
    composite - Maps to be composited
    mutator - MapMutator to be used for mutation operations
    +
    + + + + + + + + +
    +Method Detail
    + +

    +setMutator

    +
    +public void setMutator(CompositeMap.MapMutator mutator)
    +
    +
    Specify the MapMutator to be used by mutation operations. +

    +

    +
    +
    +
    +
    Parameters:
    mutator - the MapMutator to be used for mutation delegation
    +
    +
    +
    + +

    +addComposited

    +
    +public void addComposited(java.util.Map map)
    +                   throws java.lang.IllegalArgumentException
    +
    +
    Add an additional Map to the composite. +

    +

    +
    +
    +
    +
    Parameters:
    map - the Map to be added to the composite +
    Throws:
    java.lang.IllegalArgumentException - if there is a key collision and there is no - MapMutator set to handle it.
    -
    -
    -
    - -

    -removeComposited

    -
    -public java.util.Map removeComposited(java.util.Map map)
    -
    -
    Remove a Map from the composite. -

    -

    -
    -
    -
    -
    Parameters:
    map - the Map to be removed from the composite -
    Returns:
    The removed Map or null if map is not in the composite
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    Calls clear() on all composited Maps. -

    -

    -
    Specified by:
    clear in interface java.util.Map
    -
    -
    - -
    Throws: -
    java.lang.UnsupportedOperationException - if any of the composited Maps do not support clear()
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key)
    -
    + MapMutator set to handle it.
    +
    +
    +
    + +

    +removeComposited

    +
    +public java.util.Map removeComposited(java.util.Map map)
    +
    +
    Remove a Map from the composite. +

    +

    +
    +
    +
    +
    Parameters:
    map - the Map to be removed from the composite +
    Returns:
    The removed Map or null if map is not in the composite
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    Calls clear() on all composited Maps. +

    +

    +
    Specified by:
    clear in interface java.util.Map
    +
    +
    + +
    Throws: +
    java.lang.UnsupportedOperationException - if any of the composited Maps do not support clear()
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key)
    +
    Returns true if this map contains a mapping for the specified key. More formally, returns true if and only if this map contains at a mapping for a key k such that (key==null ? k==null : key.equals(k)). (There can be - at most one such mapping.) -

    -

    -
    Specified by:
    containsKey in interface java.util.Map
    -
    -
    -
    Parameters:
    key - key whose presence in this map is to be tested. + at most one such mapping.) +

    +

    +
    Specified by:
    containsKey in interface java.util.Map
    +
    +
    +
    Parameters:
    key - key whose presence in this map is to be tested.
    Returns:
    true if this map contains a mapping for the specified - key. -
    Throws: + key. +
    Throws:
    java.lang.ClassCastException - if the key is of an inappropriate type for - this map (optional). + this map (optional).
    java.lang.NullPointerException - if the key is null and this map - does not not permit null keys (optional).
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    + does not not permit null keys (optional).
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    Returns true if this map maps one or more keys to the specified value. More formally, returns true if and only if this map contains at least one mapping to a value v such that (value==null ? v==null : value.equals(v)). This operation will probably require time linear in the map size for most - implementations of the Map interface. -

    -

    -
    Specified by:
    containsValue in interface java.util.Map
    -
    -
    -
    Parameters:
    value - value whose presence in this map is to be tested. + implementations of the Map interface. +

    +

    +
    Specified by:
    containsValue in interface java.util.Map
    +
    +
    +
    Parameters:
    value - value whose presence in this map is to be tested.
    Returns:
    true if this map maps one or more keys to the - specified value. -
    Throws: + specified value. +
    Throws:
    java.lang.ClassCastException - if the value is of an inappropriate type for - this map (optional). + this map (optional).
    java.lang.NullPointerException - if the value is null and this map - does not not permit null values (optional).
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    + does not not permit null values (optional).
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    Returns a set view of the mappings contained in this map. Each element in the returned set is a Map.Entry. The set is backed by the map, so changes to the map are reflected in the set, and vice-versa. @@ -595,23 +595,23 @@ public java.util.Set entrySet() the add or addAll operations.

    This implementation returns a CompositeSet which - composites the entry sets from all of the composited maps. -

    -

    -
    Specified by:
    entrySet in interface java.util.Map
    -
    -
    - -
    Returns:
    a set view of the mappings contained in this map.
    See Also:
    CompositeSet
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    + composites the entry sets from all of the composited maps. +

    +

    +
    Specified by:
    entrySet in interface java.util.Map
    +
    +
    + +
    Returns:
    a set view of the mappings contained in this map.
    See Also:
    CompositeSet
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    Returns the value to which this map maps the specified key. Returns null if the map contains no mapping for this key. A return value of null does not necessarily indicate that the @@ -622,46 +622,46 @@ public java.lang.Object get(java.lang.Object key)

    More formally, if this map contains a mapping from a key k to a value v such that (key==null ? k==null : key.equals(k)), then this method returns v; otherwise - it returns null. (There can be at most one such mapping.) -

    -

    -
    Specified by:
    get in interface java.util.Map
    -
    -
    -
    Parameters:
    key - key whose associated value is to be returned. + it returns null. (There can be at most one such mapping.) +

    +

    +
    Specified by:
    get in interface java.util.Map
    +
    +
    +
    Parameters:
    key - key whose associated value is to be returned.
    Returns:
    the value to which this map maps the specified key, or - null if the map contains no mapping for this key. -
    Throws: + null if the map contains no mapping for this key. +
    Throws:
    java.lang.ClassCastException - if the key is of an inappropriate type for - this map (optional). + this map (optional).
    java.lang.NullPointerException - key is null and this map does not - not permit null keys (optional).
    See Also:
    containsKey(Object)
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Returns true if this map contains no key-value mappings. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Map
    -
    -
    - -
    Returns:
    true if this map contains no key-value mappings.
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    + not permit null keys (optional).
    See Also:
    containsKey(Object)
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Returns true if this map contains no key-value mappings. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Map
    +
    +
    + +
    Returns:
    true if this map contains no key-value mappings.
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    Returns a set view of the keys contained in this map. The set is backed by the map, so changes to the map are reflected in the set, and vice-versa. If the map is modified while an iteration over the set is @@ -672,90 +672,90 @@ public java.util.Set keySet() It does not support the add or addAll operations.

    This implementation returns a CompositeSet which - composites the key sets from all of the composited maps. -

    -

    -
    Specified by:
    keySet in interface java.util.Map
    -
    -
    - -
    Returns:
    a set view of the keys contained in this map.
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    + composites the key sets from all of the composited maps. +

    +

    +
    Specified by:
    keySet in interface java.util.Map
    +
    +
    + +
    Returns:
    a set view of the keys contained in this map.
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    Associates the specified value with the specified key in this map (optional operation). If the map previously contained a mapping for this key, the old value is replaced by the specified value. (A map m is said to contain a mapping for a key k if and only if m.containsKey(k) would return - true.)) -

    -

    -
    Specified by:
    put in interface java.util.Map
    -
    -
    -
    Parameters:
    key - key with which the specified value is to be associated.
    value - value to be associated with the specified key. + true.)) +

    +

    +
    Specified by:
    put in interface java.util.Map
    +
    +
    +
    Parameters:
    key - key with which the specified value is to be associated.
    value - value to be associated with the specified key.
    Returns:
    previous value associated with specified key, or null if there was no mapping for key. A null return can also indicate that the map previously associated null with the specified key, if the implementation supports - null values. -
    Throws: -
    java.lang.UnsupportedOperationException - if no MapMutator has been specified + null values. +
    Throws: +
    java.lang.UnsupportedOperationException - if no MapMutator has been specified
    java.lang.ClassCastException - if the class of the specified key or value - prevents it from being stored in this map. + prevents it from being stored in this map.
    java.lang.IllegalArgumentException - if some aspect of this key or value - prevents it from being stored in this map. + prevents it from being stored in this map.
    java.lang.NullPointerException - this map does not permit null keys or values, and the specified key or value is - null.
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map map)
    -
    + null.
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map map)
    +
    Copies all of the mappings from the specified map to this map (optional operation). The effect of this call is equivalent to that of calling put(k, v) on this map once for each mapping from key k to value v in the specified map. The behavior of this operation is unspecified if the - specified map is modified while the operation is in progress. -

    -

    -
    Specified by:
    putAll in interface java.util.Map
    -
    -
    -
    Parameters:
    map - Mappings to be stored in this map. -
    Throws: + specified map is modified while the operation is in progress. +

    +

    +
    Specified by:
    putAll in interface java.util.Map
    +
    +
    +
    Parameters:
    map - Mappings to be stored in this map. +
    Throws:
    java.lang.UnsupportedOperationException - if the putAll method is - not supported by this map. + not supported by this map.
    java.lang.ClassCastException - if the class of a key or value in the - specified map prevents it from being stored in this map. + specified map prevents it from being stored in this map.
    java.lang.IllegalArgumentException - some aspect of a key or value in the - specified map prevents it from being stored in this map. + specified map prevents it from being stored in this map.
    java.lang.NullPointerException - the specified map is null, or if this map does not permit null keys or values, and the - specified map contains null keys or values.
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    + specified map contains null keys or values.
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    Removes the mapping for this key from this map if it is present (optional operation). More formally, if this map contains a mapping from key k to value v such that @@ -767,50 +767,50 @@ public java.lang.Object remove(java.lang.Object key) null return can also indicate that the map previously associated null with the specified key if the implementation supports null values.) The map will not contain a mapping for - the specified key once the call returns. -

    -

    -
    Specified by:
    remove in interface java.util.Map
    -
    -
    -
    Parameters:
    key - key whose mapping is to be removed from the map. + the specified key once the call returns. +

    +

    +
    Specified by:
    remove in interface java.util.Map
    +
    +
    +
    Parameters:
    key - key whose mapping is to be removed from the map.
    Returns:
    previous value associated with specified key, or null - if there was no mapping for key. -
    Throws: + if there was no mapping for key. +
    Throws:
    java.lang.ClassCastException - if the key is of an inappropriate type for - the composited map (optional). + the composited map (optional).
    java.lang.NullPointerException - if the key is null and the composited map - does not not permit null keys (optional). + does not not permit null keys (optional).
    java.lang.UnsupportedOperationException - if the remove method is - not supported by the composited map containing the key
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    + not supported by the composited map containing the key
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    Returns the number of key-value mappings in this map. If the map contains more than Integer.MAX_VALUE elements, returns - Integer.MAX_VALUE. -

    -

    -
    Specified by:
    size in interface java.util.Map
    -
    -
    - -
    Returns:
    the number of key-value mappings in this map.
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    + Integer.MAX_VALUE. +

    +

    +
    Specified by:
    size in interface java.util.Map
    +
    +
    + +
    Returns:
    the number of key-value mappings in this map.
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    Returns a collection view of the values contained in this map. The collection is backed by the map, so changes to the map are reflected in the collection, and vice-versa. If the map is modified while an @@ -819,110 +819,110 @@ public java.util.Collection values() which removes the corresponding mapping from the map, via the Iterator.remove, Collection.remove, removeAll, retainAll and clear operations. - It does not support the add or addAll operations. -

    -

    -
    Specified by:
    values in interface java.util.Map
    -
    -
    - -
    Returns:
    a collection view of the values contained in this map.
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    -
    Checks if this Map equals another as per the Map specification. -

    -

    -
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    obj - the object to compare to -
    Returns:
    true if the maps are equal
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    Gets a hash code for the Map as per the Map specification. -

    -

    -
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + It does not support the add or addAll operations. +

    +

    +
    Specified by:
    values in interface java.util.Map
    +
    +
    + +
    Returns:
    a collection view of the values contained in this map.
    +
    + +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    Checks if this Map equals another as per the Map specification. +

    +

    +
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    obj - the object to compare to +
    Returns:
    true if the maps are equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Gets a hash code for the Map as per the Map specification. +

    +

    +
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/DefaultedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/DefaultedMap.html index fe56a25..52ede24 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/DefaultedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/DefaultedMap.html @@ -1,108 +1,108 @@ - - - - - - - -DefaultedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class DefaultedMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.map.DefaultedMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map
    -
    -
    -
    -
    public class DefaultedMap
    extends AbstractMapDecorator
    implements java.util.Map, java.io.Serializable
    - - -

    + + + + + + + +DefaultedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class DefaultedMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.map.DefaultedMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map
    +
    +
    +
    +
    public class DefaultedMap
    extends AbstractMapDecorator
    implements java.util.Map, java.io.Serializable
    + + +

    Decorates another Map returning a default value if the map does not contain the requested key.

    @@ -127,381 +127,381 @@ Decorates another Map returning a default value if the map Note that DefaultedMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedMap(Map). This class may throw - exceptions when accessed by concurrent threads without synchronization. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.2
    -
    Version:
    -
    $Revision: 1.7 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Rafael U.C. Afonso
    -
    See Also:
    LazyMap, -Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - -
    -Field Summary
    -protected  java.lang.Objectvalue - -
    -          The transformer to use if the map does not contain a key
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - - - - + +
    -Constructor Summary
    -protected DefaultedMap(java.util.Map map, - java.lang.Object value) - -
    -          Constructor that wraps (not copies).
    - DefaultedMap(java.lang.Object defaultValue) - -
    + using Collections.synchronizedMap(Map). This class may throw + exceptions when accessed by concurrent threads without synchronization. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.2
    +
    Version:
    +
    $Revision: 1.7 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Rafael U.C. Afonso
    +
    See Also:
    LazyMap, +Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + +
    +Field Summary
    +protected  java.lang.Objectvalue + +
    +          The transformer to use if the map does not contain a key
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + + + + - -
    +Constructor Summary
    +protected DefaultedMap(java.util.Map map, + java.lang.Object value) + +
    +          Constructor that wraps (not copies).
    + DefaultedMap(java.lang.Object defaultValue) + +
              Constructs a new empty DefaultedMap that decorates - a HashMap.
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -static java.util.Mapdecorate(java.util.Map map, - Factory factory) - -
    -          Factory method to create a defaulting map.
    -static java.util.Mapdecorate(java.util.Map map, - java.lang.Object defaultValue) - -
    -          Factory method to create a defaulting map.
    -static java.util.Mapdecorate(java.util.Map map, - Transformer factory) - -
    -          Factory method to create a defaulting map.
    - java.lang.Objectget(java.lang.Object key) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, entrySet, equals, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -value

    -
    -protected final java.lang.Object value
    -
    -
    The transformer to use if the map does not contain a key -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -DefaultedMap

    -
    -public DefaultedMap(java.lang.Object defaultValue)
    -
    + a HashMap.
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.util.Mapdecorate(java.util.Map map, + Factory factory) + +
    +          Factory method to create a defaulting map.
    +static java.util.Mapdecorate(java.util.Map map, + java.lang.Object defaultValue) + +
    +          Factory method to create a defaulting map.
    +static java.util.Mapdecorate(java.util.Map map, + Transformer factory) + +
    +          Factory method to create a defaulting map.
    + java.lang.Objectget(java.lang.Object key) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, entrySet, equals, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +value

    +
    +protected final java.lang.Object value
    +
    +
    The transformer to use if the map does not contain a key +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +DefaultedMap

    +
    +public DefaultedMap(java.lang.Object defaultValue)
    +
    Constructs a new empty DefaultedMap that decorates a HashMap.

    The object passed in will be returned by the map whenever an - unknown key is requested. -

    -

    -
    Parameters:
    defaultValue - the default value to return when the key is not found
    -
    -
    - -

    -DefaultedMap

    -
    -protected DefaultedMap(java.util.Map map,
    -                       java.lang.Object value)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    map - the map to decorate, must not be null
    value - the value to use -
    Throws: -
    java.lang.IllegalArgumentException - if map or transformer is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Map decorate(java.util.Map map,
    -                                     java.lang.Object defaultValue)
    -
    + unknown key is requested. +

    +

    +
    Parameters:
    defaultValue - the default value to return when the key is not found
    +
    +
    + +

    +DefaultedMap

    +
    +protected DefaultedMap(java.util.Map map,
    +                       java.lang.Object value)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    map - the map to decorate, must not be null
    value - the value to use +
    Throws: +
    java.lang.IllegalArgumentException - if map or transformer is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Map decorate(java.util.Map map,
    +                                     java.lang.Object defaultValue)
    +
    Factory method to create a defaulting map.

    - The value specified is returned when a missing key is found. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null
    defaultValue - the default value to return when the key is not found -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    -
    -
    -
    - -

    -decorate

    -
    -public static java.util.Map decorate(java.util.Map map,
    -                                     Factory factory)
    -
    + The value specified is returned when a missing key is found. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null
    defaultValue - the default value to return when the key is not found +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    +
    +
    +
    + +

    +decorate

    +
    +public static java.util.Map decorate(java.util.Map map,
    +                                     Factory factory)
    +
    Factory method to create a defaulting map.

    The factory specified is called when a missing key is found. - The result will be returned as the result of the map get(key) method. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map or factory is null
    -
    -
    -
    - -

    -decorate

    -
    -public static java.util.Map decorate(java.util.Map map,
    -                                     Transformer factory)
    -
    + The result will be returned as the result of the map get(key) method. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map or factory is null
    +
    +
    +
    + +

    +decorate

    +
    +public static java.util.Map decorate(java.util.Map map,
    +                                     Transformer factory)
    +
    Factory method to create a defaulting map.

    The transformer specified is called when a missing key is found. The key is passed to the transformer as the input, and the result - will be returned as the result of the map get(key) method. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map or factory is null
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    -
    -
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class AbstractMapDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + will be returned as the result of the map get(key) method. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map or factory is null
    +
    + +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    +
    +
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class AbstractMapDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/FixedSizeMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/FixedSizeMap.html index dbbd7e4..f8bd592 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/FixedSizeMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/FixedSizeMap.html @@ -1,108 +1,108 @@ - - - - - - - -FixedSizeMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class FixedSizeMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.map.FixedSizeMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, BoundedMap
    -
    -
    -
    -
    public class FixedSizeMap
    extends AbstractMapDecorator
    implements java.util.Map, BoundedMap, java.io.Serializable
    - - -

    + + + + + + + +FixedSizeMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class FixedSizeMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.map.FixedSizeMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, BoundedMap
    +
    +
    +
    +
    public class FixedSizeMap
    extends AbstractMapDecorator
    implements java.util.Map, BoundedMap, java.io.Serializable
    + + +

    Decorates another Map to fix the size, preventing add/remove.

    Any action that would change the size of the map is disallowed. @@ -110,425 +110,425 @@ Decorates another Map to fix the size, preventing add/remove. key however.

    If trying to remove or clear the map, an UnsupportedOperationException is - thrown. If trying to put a new mapping into the map, an - IllegalArgumentException is thrown. This is because the put method can + thrown. If trying to put a new mapping into the map, an + IllegalArgumentException is thrown. This is because the put method can succeed if the mapping's key already exists in the map, so the put method is not always unsupported.

    Note that FixedSizeMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedMap(Map). This class may throw + using Collections.synchronizedMap(Map). This class may throw exceptions when accessed by concurrent threads without synchronization.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Paul Jack
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected FixedSizeMap(java.util.Map map) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -           
    -static java.util.Mapdecorate(java.util.Map map) - -
    -          Factory method to create a fixed size map.
    - java.util.SetentrySet() - -
    -           
    - booleanisFull() - -
    -          Returns true if this map is full and no new elements can be added.
    - java.util.SetkeySet() - -
    -           
    - intmaxSize() - -
    -          Gets the maximum size of the map (the bound).
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -           
    - voidputAll(java.util.Map mapToCopy) - -
    -           
    - java.lang.Objectremove(java.lang.Object key) - -
    -           
    - java.util.Collectionvalues() - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -FixedSizeMap

    -
    -protected FixedSizeMap(java.util.Map map)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    map - the map to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Map decorate(java.util.Map map)
    -
    -
    Factory method to create a fixed size map. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    -
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map mapToCopy)
    -
    -
    -
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    -
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    -
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    -
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    -
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -isFull

    -
    -public boolean isFull()
    -
    -
    Description copied from interface: BoundedMap
    -
    Returns true if this map is full and no new elements can be added. -

    -

    -
    Specified by:
    isFull in interface BoundedMap
    -
    -
    - -
    Returns:
    true if the map is full
    -
    -
    -
    - -

    -maxSize

    -
    -public int maxSize()
    -
    -
    Description copied from interface: BoundedMap
    -
    Gets the maximum size of the map (the bound). -

    -

    -
    Specified by:
    maxSize in interface BoundedMap
    -
    -
    - -
    Returns:
    the maximum number of elements the map can hold
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Paul Jack
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected FixedSizeMap(java.util.Map map) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +           
    +static java.util.Mapdecorate(java.util.Map map) + +
    +          Factory method to create a fixed size map.
    + java.util.SetentrySet() + +
    +           
    + booleanisFull() + +
    +          Returns true if this map is full and no new elements can be added.
    + java.util.SetkeySet() + +
    +           
    + intmaxSize() + +
    +          Gets the maximum size of the map (the bound).
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +           
    + voidputAll(java.util.Map mapToCopy) + +
    +           
    + java.lang.Objectremove(java.lang.Object key) + +
    +           
    + java.util.Collectionvalues() + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +FixedSizeMap

    +
    +protected FixedSizeMap(java.util.Map map)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    map - the map to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Map decorate(java.util.Map map)
    +
    +
    Factory method to create a fixed size map. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    +
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map mapToCopy)
    +
    +
    +
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    +
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    +
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    +
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    +
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +isFull

    +
    +public boolean isFull()
    +
    +
    Description copied from interface: BoundedMap
    +
    Returns true if this map is full and no new elements can be added. +

    +

    +
    Specified by:
    isFull in interface BoundedMap
    +
    +
    + +
    Returns:
    true if the map is full
    +
    +
    +
    + +

    +maxSize

    +
    +public int maxSize()
    +
    +
    Description copied from interface: BoundedMap
    +
    Gets the maximum size of the map (the bound). +

    +

    +
    Specified by:
    maxSize in interface BoundedMap
    +
    +
    + +
    Returns:
    the maximum number of elements the map can hold
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/FixedSizeSortedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/FixedSizeSortedMap.html index 33ed051..e2c6888 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/FixedSizeSortedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/FixedSizeSortedMap.html @@ -1,109 +1,109 @@ - - - - - - - -FixedSizeSortedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class FixedSizeSortedMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.map.AbstractSortedMapDecorator
    -          extended by org.apache.commons.collections.map.FixedSizeSortedMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, java.util.SortedMap, BoundedMap
    -
    -
    -
    -
    public class FixedSizeSortedMap
    extends AbstractSortedMapDecorator
    implements java.util.SortedMap, BoundedMap, java.io.Serializable
    - - -

    + + + + + + + +FixedSizeSortedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class FixedSizeSortedMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.map.AbstractSortedMapDecorator
    +          extended by org.apache.commons.collections.map.FixedSizeSortedMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, java.util.SortedMap, BoundedMap
    +
    +
    +
    +
    public class FixedSizeSortedMap
    extends AbstractSortedMapDecorator
    implements java.util.SortedMap, BoundedMap, java.io.Serializable
    + + +

    Decorates another SortedMap to fix the size blocking add/remove.

    Any action that would change the size of the map is disallowed. @@ -111,583 +111,583 @@ Decorates another SortedMap to fix the size blocking add/remove. key however.

    If trying to remove or clear the map, an UnsupportedOperationException is - thrown. If trying to put a new mapping into the map, an - IllegalArgumentException is thrown. This is because the put method can + thrown. If trying to put a new mapping into the map, an + IllegalArgumentException is thrown. This is because the put method can succeed if the mapping's key already exists in the map, so the put method is not always unsupported.

    Note that FixedSizeSortedMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedSortedMap(java.util.SortedMap). This class may throw + using Collections.synchronizedSortedMap(java.util.SortedMap). This class may throw exceptions when accessed by concurrent threads without synchronization.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Paul Jack
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected FixedSizeSortedMap(java.util.SortedMap map) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -           
    -static java.util.SortedMapdecorate(java.util.SortedMap map) - -
    -          Factory method to create a fixed size sorted map.
    - java.util.SetentrySet() - -
    -           
    -protected  java.util.SortedMapgetSortedMap() - -
    -          Gets the map being decorated.
    - java.util.SortedMapheadMap(java.lang.Object toKey) - -
    -           
    - booleanisFull() - -
    -          Returns true if this map is full and no new elements can be added.
    - java.util.SetkeySet() - -
    -           
    - intmaxSize() - -
    -          Gets the maximum size of the map (the bound).
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -           
    - voidputAll(java.util.Map mapToCopy) - -
    -           
    - java.lang.Objectremove(java.lang.Object key) - -
    -           
    - java.util.SortedMapsubMap(java.lang.Object fromKey, - java.lang.Object toKey) - -
    -           
    - java.util.SortedMaptailMap(java.lang.Object fromKey) - -
    -           
    - java.util.Collectionvalues() - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractSortedMapDecorator
    comparator, firstKey, lastKey
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.SortedMap
    comparator, firstKey, lastKey
    - - - - - - - -
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    - - - - - - - -
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -FixedSizeSortedMap

    -
    -protected FixedSizeSortedMap(java.util.SortedMap map)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    map - the map to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.SortedMap decorate(java.util.SortedMap map)
    -
    -
    Factory method to create a fixed size sorted map. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    -
    -
    -
    - -

    -getSortedMap

    -
    -protected java.util.SortedMap getSortedMap()
    -
    -
    Gets the map being decorated. -

    -

    -
    Overrides:
    getSortedMap in class AbstractSortedMapDecorator
    -
    -
    - -
    Returns:
    the decorated map
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    -
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map mapToCopy)
    -
    -
    -
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    -
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    -
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    -
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    -
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -subMap

    -
    -public java.util.SortedMap subMap(java.lang.Object fromKey,
    -                                  java.lang.Object toKey)
    -
    -
    -
    Specified by:
    subMap in interface java.util.SortedMap
    Overrides:
    subMap in class AbstractSortedMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -headMap

    -
    -public java.util.SortedMap headMap(java.lang.Object toKey)
    -
    -
    -
    Specified by:
    headMap in interface java.util.SortedMap
    Overrides:
    headMap in class AbstractSortedMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -tailMap

    -
    -public java.util.SortedMap tailMap(java.lang.Object fromKey)
    -
    -
    -
    Specified by:
    tailMap in interface java.util.SortedMap
    Overrides:
    tailMap in class AbstractSortedMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -isFull

    -
    -public boolean isFull()
    -
    -
    Description copied from interface: BoundedMap
    -
    Returns true if this map is full and no new elements can be added. -

    -

    -
    Specified by:
    isFull in interface BoundedMap
    -
    -
    - -
    Returns:
    true if the map is full
    -
    -
    -
    - -

    -maxSize

    -
    -public int maxSize()
    -
    -
    Description copied from interface: BoundedMap
    -
    Gets the maximum size of the map (the bound). -

    -

    -
    Specified by:
    maxSize in interface BoundedMap
    -
    -
    - -
    Returns:
    the maximum number of elements the map can hold
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Paul Jack
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected FixedSizeSortedMap(java.util.SortedMap map) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +           
    +static java.util.SortedMapdecorate(java.util.SortedMap map) + +
    +          Factory method to create a fixed size sorted map.
    + java.util.SetentrySet() + +
    +           
    +protected  java.util.SortedMapgetSortedMap() + +
    +          Gets the map being decorated.
    + java.util.SortedMapheadMap(java.lang.Object toKey) + +
    +           
    + booleanisFull() + +
    +          Returns true if this map is full and no new elements can be added.
    + java.util.SetkeySet() + +
    +           
    + intmaxSize() + +
    +          Gets the maximum size of the map (the bound).
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +           
    + voidputAll(java.util.Map mapToCopy) + +
    +           
    + java.lang.Objectremove(java.lang.Object key) + +
    +           
    + java.util.SortedMapsubMap(java.lang.Object fromKey, + java.lang.Object toKey) + +
    +           
    + java.util.SortedMaptailMap(java.lang.Object fromKey) + +
    +           
    + java.util.Collectionvalues() + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractSortedMapDecorator
    comparator, firstKey, lastKey
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.SortedMap
    comparator, firstKey, lastKey
    + + + + + + + +
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    + + + + + + + +
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +FixedSizeSortedMap

    +
    +protected FixedSizeSortedMap(java.util.SortedMap map)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    map - the map to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.SortedMap decorate(java.util.SortedMap map)
    +
    +
    Factory method to create a fixed size sorted map. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    +
    +
    +
    + +

    +getSortedMap

    +
    +protected java.util.SortedMap getSortedMap()
    +
    +
    Gets the map being decorated. +

    +

    +
    Overrides:
    getSortedMap in class AbstractSortedMapDecorator
    +
    +
    + +
    Returns:
    the decorated map
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    +
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map mapToCopy)
    +
    +
    +
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    +
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    +
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    +
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    +
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +subMap

    +
    +public java.util.SortedMap subMap(java.lang.Object fromKey,
    +                                  java.lang.Object toKey)
    +
    +
    +
    Specified by:
    subMap in interface java.util.SortedMap
    Overrides:
    subMap in class AbstractSortedMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +headMap

    +
    +public java.util.SortedMap headMap(java.lang.Object toKey)
    +
    +
    +
    Specified by:
    headMap in interface java.util.SortedMap
    Overrides:
    headMap in class AbstractSortedMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +tailMap

    +
    +public java.util.SortedMap tailMap(java.lang.Object fromKey)
    +
    +
    +
    Specified by:
    tailMap in interface java.util.SortedMap
    Overrides:
    tailMap in class AbstractSortedMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +isFull

    +
    +public boolean isFull()
    +
    +
    Description copied from interface: BoundedMap
    +
    Returns true if this map is full and no new elements can be added. +

    +

    +
    Specified by:
    isFull in interface BoundedMap
    +
    +
    + +
    Returns:
    true if the map is full
    +
    +
    +
    + +

    +maxSize

    +
    +public int maxSize()
    +
    +
    Description copied from interface: BoundedMap
    +
    Gets the maximum size of the map (the bound). +

    +

    +
    Specified by:
    maxSize in interface BoundedMap
    +
    +
    + +
    Returns:
    the maximum number of elements the map can hold
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/Flat3Map.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/Flat3Map.html index cdf24f1..1d199b9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/Flat3Map.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/Flat3Map.html @@ -1,107 +1,107 @@ - - - - - - - -Flat3Map (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class Flat3Map

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.Flat3Map
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, IterableMap
    -
    -
    -
    -
    public class Flat3Map
    extends java.lang.Object
    implements IterableMap, java.io.Serializable, java.lang.Cloneable
    - - -

    + + + + + + + +Flat3Map (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class Flat3Map

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.Flat3Map
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, IterableMap
    +
    +
    +
    +
    public class Flat3Map
    extends java.lang.Object
    implements IterableMap, java.io.Serializable, java.lang.Cloneable
    + + +

    A Map implementation that stores data in simple fields until the size is greater than 3.

    @@ -131,663 +131,663 @@ A Map implementation that stores data in simple fields until Note that Flat3Map is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedMap(Map). This class may throw - exceptions when accessed by concurrent threads without synchronization. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - - - -
    -Constructor Summary
    Flat3Map() - -
    -          Constructor.
    Flat3Map(java.util.Map map) - -
    -          Constructor copying elements from another map.
    -  - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    - voidclear() - -
    + using Collections.synchronizedMap(Map). This class may throw + exceptions when accessed by concurrent threads without synchronization. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + + + +
    +Constructor Summary
    Flat3Map() + +
    +          Constructor.
    Flat3Map(java.util.Map map) + +
    +          Constructor copying elements from another map.
    +  + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    + voidclear() + +
              Clears the map, resetting the size to zero and nullifying references - to avoid garbage collection issues.
    - java.lang.Objectclone() - -
    -          Clones the map without cloning the keys or values.
    - booleancontainsKey(java.lang.Object key) - -
    -          Checks whether the map contains the specified key.
    - booleancontainsValue(java.lang.Object value) - -
    -          Checks whether the map contains the specified value.
    -protected  AbstractHashedMapcreateDelegateMap() - -
    -          Create an instance of the map used for storage when in delegation mode.
    - java.util.SetentrySet() - -
    -          Gets the entrySet view of the map.
    - booleanequals(java.lang.Object obj) - -
    -          Compares this map with another.
    - java.lang.Objectget(java.lang.Object key) - -
    -          Gets the value mapped to the key specified.
    - inthashCode() - -
    -          Gets the standard Map hashCode.
    - booleanisEmpty() - -
    -          Checks whether the map is currently empty.
    - java.util.SetkeySet() - -
    -          Gets the keySet view of the map.
    - MapIteratormapIterator() - -
    -          Gets an iterator over the map.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Puts a key-value mapping into this map.
    - voidputAll(java.util.Map map) - -
    -          Puts all the values from the specified map into this map.
    - java.lang.Objectremove(java.lang.Object key) - -
    -          Removes the specified mapping from this map.
    - intsize() - -
    -          Gets the size of the map.
    - java.lang.StringtoString() - -
    -          Gets the map as a String.
    - java.util.Collectionvalues() - -
    -          Gets the values view of the map.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -Flat3Map

    -
    -public Flat3Map()
    -
    -
    Constructor. -

    -

    -
    - -

    -Flat3Map

    -
    -public Flat3Map(java.util.Map map)
    -
    -
    Constructor copying elements from another map. -

    -

    -
    Parameters:
    map - the map to copy -
    Throws: -
    java.lang.NullPointerException - if the map is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    -
    Gets the value mapped to the key specified. -

    -

    -
    Specified by:
    get in interface java.util.Map
    -
    -
    -
    Parameters:
    key - the key -
    Returns:
    the mapped value, null if no match
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Gets the size of the map. -

    -

    -
    Specified by:
    size in interface java.util.Map
    -
    -
    - -
    Returns:
    the size
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Checks whether the map is currently empty. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Map
    -
    -
    - -
    Returns:
    true if the map is currently size zero
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key)
    -
    -
    Checks whether the map contains the specified key. -

    -

    -
    Specified by:
    containsKey in interface java.util.Map
    -
    -
    -
    Parameters:
    key - the key to search for -
    Returns:
    true if the map contains the key
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    -
    Checks whether the map contains the specified value. -

    -

    -
    Specified by:
    containsValue in interface java.util.Map
    -
    -
    -
    Parameters:
    value - the value to search for -
    Returns:
    true if the map contains the key
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    Puts a key-value mapping into this map. -

    -

    -
    Specified by:
    put in interface java.util.Map
    -
    -
    -
    Parameters:
    key - the key to add
    value - the value to add -
    Returns:
    the value previously mapped to this key, null if none
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map map)
    -
    -
    Puts all the values from the specified map into this map. -

    -

    -
    Specified by:
    putAll in interface java.util.Map
    -
    -
    -
    Parameters:
    map - the map to add -
    Throws: -
    java.lang.NullPointerException - if the map is null
    -
    -
    -
    - -

    -createDelegateMap

    -
    -protected AbstractHashedMap createDelegateMap()
    -
    + to avoid garbage collection issues.
    + java.lang.Objectclone() + +
    +          Clones the map without cloning the keys or values.
    + booleancontainsKey(java.lang.Object key) + +
    +          Checks whether the map contains the specified key.
    + booleancontainsValue(java.lang.Object value) + +
    +          Checks whether the map contains the specified value.
    +protected  AbstractHashedMapcreateDelegateMap() + +
    +          Create an instance of the map used for storage when in delegation mode.
    + java.util.SetentrySet() + +
    +          Gets the entrySet view of the map.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this map with another.
    + java.lang.Objectget(java.lang.Object key) + +
    +          Gets the value mapped to the key specified.
    + inthashCode() + +
    +          Gets the standard Map hashCode.
    + booleanisEmpty() + +
    +          Checks whether the map is currently empty.
    + java.util.SetkeySet() + +
    +          Gets the keySet view of the map.
    + MapIteratormapIterator() + +
    +          Gets an iterator over the map.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Puts a key-value mapping into this map.
    + voidputAll(java.util.Map map) + +
    +          Puts all the values from the specified map into this map.
    + java.lang.Objectremove(java.lang.Object key) + +
    +          Removes the specified mapping from this map.
    + intsize() + +
    +          Gets the size of the map.
    + java.lang.StringtoString() + +
    +          Gets the map as a String.
    + java.util.Collectionvalues() + +
    +          Gets the values view of the map.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +Flat3Map

    +
    +public Flat3Map()
    +
    +
    Constructor. +

    +

    +
    + +

    +Flat3Map

    +
    +public Flat3Map(java.util.Map map)
    +
    +
    Constructor copying elements from another map. +

    +

    +
    Parameters:
    map - the map to copy +
    Throws: +
    java.lang.NullPointerException - if the map is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    +
    Gets the value mapped to the key specified. +

    +

    +
    Specified by:
    get in interface java.util.Map
    +
    +
    +
    Parameters:
    key - the key +
    Returns:
    the mapped value, null if no match
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Gets the size of the map. +

    +

    +
    Specified by:
    size in interface java.util.Map
    +
    +
    + +
    Returns:
    the size
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Checks whether the map is currently empty. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Map
    +
    +
    + +
    Returns:
    true if the map is currently size zero
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key)
    +
    +
    Checks whether the map contains the specified key. +

    +

    +
    Specified by:
    containsKey in interface java.util.Map
    +
    +
    +
    Parameters:
    key - the key to search for +
    Returns:
    true if the map contains the key
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    +
    Checks whether the map contains the specified value. +

    +

    +
    Specified by:
    containsValue in interface java.util.Map
    +
    +
    +
    Parameters:
    value - the value to search for +
    Returns:
    true if the map contains the key
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    Puts a key-value mapping into this map. +

    +

    +
    Specified by:
    put in interface java.util.Map
    +
    +
    +
    Parameters:
    key - the key to add
    value - the value to add +
    Returns:
    the value previously mapped to this key, null if none
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map map)
    +
    +
    Puts all the values from the specified map into this map. +

    +

    +
    Specified by:
    putAll in interface java.util.Map
    +
    +
    +
    Parameters:
    map - the map to add +
    Throws: +
    java.lang.NullPointerException - if the map is null
    +
    +
    +
    + +

    +createDelegateMap

    +
    +protected AbstractHashedMap createDelegateMap()
    +
    Create an instance of the map used for storage when in delegation mode.

    This can be overridden by subclasses to provide a different map implementation. Not every AbstractHashedMap is suitable, identity and reference based maps - would be poor choices. -

    -

    -
    -
    -
    - -
    Returns:
    a new AbstractHashedMap or subclass
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    Removes the specified mapping from this map. -

    -

    -
    Specified by:
    remove in interface java.util.Map
    -
    -
    -
    Parameters:
    key - the mapping to remove -
    Returns:
    the value mapped to the removed key, null if key not in map
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    + would be poor choices. +

    +

    +
    +
    +
    + +
    Returns:
    a new AbstractHashedMap or subclass
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    Removes the specified mapping from this map. +

    +

    +
    Specified by:
    remove in interface java.util.Map
    +
    +
    +
    Parameters:
    key - the mapping to remove +
    Returns:
    the value mapped to the removed key, null if key not in map
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    Clears the map, resetting the size to zero and nullifying references - to avoid garbage collection issues. -

    -

    -
    Specified by:
    clear in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -mapIterator

    -
    -public MapIterator mapIterator()
    -
    + to avoid garbage collection issues. +

    +

    +
    Specified by:
    clear in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +mapIterator

    +
    +public MapIterator mapIterator()
    +
    Gets an iterator over the map. Changes made to the iterator affect this map.

    A MapIterator returns the keys in the map. It also provides convenient methods to get the key and value, and set the value. It avoids the need to create an entrySet/keySet/values object. - It also avoids creating the Map Entry object. -

    -

    -
    Specified by:
    mapIterator in interface IterableMap
    -
    -
    - -
    Returns:
    the map iterator
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    + It also avoids creating the Map Entry object. +

    +

    +
    Specified by:
    mapIterator in interface IterableMap
    +
    +
    + +
    Returns:
    the map iterator
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    Gets the entrySet view of the map. Changes made to the view affect this map. - The Map Entry is not an independent object and changes as the + The Map Entry is not an independent object and changes as the iterator progresses. - To simply iterate through the entries, use mapIterator(). -

    -

    -
    Specified by:
    entrySet in interface java.util.Map
    -
    -
    - -
    Returns:
    the entrySet view
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    + To simply iterate through the entries, use mapIterator(). +

    +

    +
    Specified by:
    entrySet in interface java.util.Map
    +
    +
    + +
    Returns:
    the entrySet view
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    Gets the keySet view of the map. Changes made to the view affect this map. - To simply iterate through the keys, use mapIterator(). -

    -

    -
    Specified by:
    keySet in interface java.util.Map
    -
    -
    - -
    Returns:
    the keySet view
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    + To simply iterate through the keys, use mapIterator(). +

    +

    +
    Specified by:
    keySet in interface java.util.Map
    +
    +
    + +
    Returns:
    the keySet view
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    Gets the values view of the map. Changes made to the view affect this map. - To simply iterate through the values, use mapIterator(). -

    -

    -
    Specified by:
    values in interface java.util.Map
    -
    -
    - -
    Returns:
    the values view
    -
    -
    -
    - -

    -clone

    -
    -public java.lang.Object clone()
    -
    -
    Clones the map without cloning the keys or values. -

    -

    -
    Overrides:
    clone in class java.lang.Object
    -
    -
    - -
    Returns:
    a shallow clone
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    -
    Compares this map with another. -

    -

    -
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    obj - the object to compare to -
    Returns:
    true if equal
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    Gets the standard Map hashCode. -

    -

    -
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    - -
    Returns:
    the hash code defined in the Map interface
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    Gets the map as a String. -

    -

    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    - -
    Returns:
    a string version of the map
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + To simply iterate through the values, use mapIterator(). +

    +

    +
    Specified by:
    values in interface java.util.Map
    +
    +
    + +
    Returns:
    the values view
    +
    + +
    + +

    +clone

    +
    +public java.lang.Object clone()
    +
    +
    Clones the map without cloning the keys or values. +

    +

    +
    Overrides:
    clone in class java.lang.Object
    +
    +
    + +
    Returns:
    a shallow clone
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    Compares this map with another. +

    +

    +
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    obj - the object to compare to +
    Returns:
    true if equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Gets the standard Map hashCode. +

    +

    +
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    + +
    Returns:
    the hash code defined in the Map interface
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Gets the map as a String. +

    +

    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    + +
    Returns:
    a string version of the map
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/HashedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/HashedMap.html index 353bd56..97fe695 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/HashedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/HashedMap.html @@ -1,407 +1,407 @@ - - - - - - - -HashedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class HashedMap

    -
    -java.lang.Object
    -  extended by java.util.AbstractMap
    -      extended by org.apache.commons.collections.map.AbstractHashedMap
    -          extended by org.apache.commons.collections.map.HashedMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, IterableMap
    -
    -
    -
    -
    public class HashedMap
    extends AbstractHashedMap
    implements java.io.Serializable, java.lang.Cloneable
    - - -

    + + + + + + + +HashedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class HashedMap

    +
    +java.lang.Object
    +  extended by java.util.AbstractMap
    +      extended by org.apache.commons.collections.map.AbstractHashedMap
    +          extended by org.apache.commons.collections.map.HashedMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, IterableMap
    +
    +
    +
    +
    public class HashedMap
    extends AbstractHashedMap
    implements java.io.Serializable, java.lang.Cloneable
    + + +

    A Map implementation that is a general purpose alternative to HashMap.

    - This implementation improves on the JDK1.4 HashMap by adding the + This implementation improves on the JDK1.4 HashMap by adding the MapIterator functionality and many methods for subclassing.

    Note that HashedMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedMap(Map). This class may throw - exceptions when accessed by concurrent threads without synchronization. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.EntrySetIterator, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.KeySetIterator, AbstractHashedMap.Values, AbstractHashedMap.ValuesIterator
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    -  - - - - - - - - - - - - - - - + + + + +
    -Constructor Summary
    HashedMap() - -
    -          Constructs a new empty map with default size and load factor.
    HashedMap(int initialCapacity) - -
    -          Constructs a new, empty map with the specified initial capacity.
    HashedMap(int initialCapacity, - float loadFactor) - -
    + using Collections.synchronizedMap(Map). This class may throw + exceptions when accessed by concurrent threads without synchronization. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.EntrySetIterator, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.KeySetIterator, AbstractHashedMap.Values, AbstractHashedMap.ValuesIterator
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    +  + + + + + + + + + + + + + + + - - - - -
    +Constructor Summary
    HashedMap() + +
    +          Constructs a new empty map with default size and load factor.
    HashedMap(int initialCapacity) + +
    +          Constructs a new, empty map with the specified initial capacity.
    HashedMap(int initialCapacity, + float loadFactor) + +
              Constructs a new, empty map with the specified initial capacity and - load factor.
    HashedMap(java.util.Map map) - -
    -          Constructor copying elements from another map.
    -  - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objectclone() - -
    -          Clones the map without cloning the keys or values.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    addEntry, addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, clear, containsKey, containsValue, convertKey, createEntry, createEntrySetIterator, createKeySetIterator, createValuesIterator, destroyEntry, doReadObject, doWriteObject, ensureCapacity, entryHashCode, entryKey, entryNext, entrySet, entryValue, equals, get, getEntry, hash, hashCode, hashIndex, init, isEmpty, isEqualKey, isEqualValue, keySet, mapIterator, put, putAll, remove, removeEntry, removeMapping, reuseEntry, size, toString, updateEntry, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -HashedMap

    -
    -public HashedMap()
    -
    -
    Constructs a new empty map with default size and load factor. -

    -

    -
    - -

    -HashedMap

    -
    -public HashedMap(int initialCapacity)
    -
    -
    Constructs a new, empty map with the specified initial capacity. -

    -

    -
    Parameters:
    initialCapacity - the initial capacity -
    Throws: -
    java.lang.IllegalArgumentException - if the initial capacity is less than one
    -
    -
    - -

    -HashedMap

    -
    -public HashedMap(int initialCapacity,
    -                 float loadFactor)
    -
    + load factor.
    HashedMap(java.util.Map map) + +
    +          Constructor copying elements from another map.
    +  + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objectclone() + +
    +          Clones the map without cloning the keys or values.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    addEntry, addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, clear, containsKey, containsValue, convertKey, createEntry, createEntrySetIterator, createKeySetIterator, createValuesIterator, destroyEntry, doReadObject, doWriteObject, ensureCapacity, entryHashCode, entryKey, entryNext, entrySet, entryValue, equals, get, getEntry, hash, hashCode, hashIndex, init, isEmpty, isEqualKey, isEqualValue, keySet, mapIterator, put, putAll, remove, removeEntry, removeMapping, reuseEntry, size, toString, updateEntry, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +HashedMap

    +
    +public HashedMap()
    +
    +
    Constructs a new empty map with default size and load factor. +

    +

    +
    + +

    +HashedMap

    +
    +public HashedMap(int initialCapacity)
    +
    +
    Constructs a new, empty map with the specified initial capacity. +

    +

    +
    Parameters:
    initialCapacity - the initial capacity +
    Throws: +
    java.lang.IllegalArgumentException - if the initial capacity is less than one
    +
    +
    + +

    +HashedMap

    +
    +public HashedMap(int initialCapacity,
    +                 float loadFactor)
    +
    Constructs a new, empty map with the specified initial capacity and - load factor. -

    -

    -
    Parameters:
    initialCapacity - the initial capacity
    loadFactor - the load factor -
    Throws: -
    java.lang.IllegalArgumentException - if the initial capacity is less than one -
    java.lang.IllegalArgumentException - if the load factor is less than zero
    -
    -
    - -

    -HashedMap

    -
    -public HashedMap(java.util.Map map)
    -
    -
    Constructor copying elements from another map. -

    -

    -
    Parameters:
    map - the map to copy -
    Throws: -
    java.lang.NullPointerException - if the map is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -clone

    -
    -public java.lang.Object clone()
    -
    -
    Clones the map without cloning the keys or values. -

    -

    -
    Overrides:
    clone in class AbstractHashedMap
    -
    -
    - -
    Returns:
    a shallow clone
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + load factor. +

    +

    +
    Parameters:
    initialCapacity - the initial capacity
    loadFactor - the load factor +
    Throws: +
    java.lang.IllegalArgumentException - if the initial capacity is less than one +
    java.lang.IllegalArgumentException - if the load factor is less than zero
    + +
    + +

    +HashedMap

    +
    +public HashedMap(java.util.Map map)
    +
    +
    Constructor copying elements from another map. +

    +

    +
    Parameters:
    map - the map to copy +
    Throws: +
    java.lang.NullPointerException - if the map is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +clone

    +
    +public java.lang.Object clone()
    +
    +
    Clones the map without cloning the keys or values. +

    +

    +
    Overrides:
    clone in class AbstractHashedMap
    +
    +
    + +
    Returns:
    a shallow clone
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/IdentityMap.IdentityEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/IdentityMap.IdentityEntry.html index daae70d..868bedc 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/IdentityMap.IdentityEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/IdentityMap.IdentityEntry.html @@ -1,321 +1,321 @@ - - - - - - - -IdentityMap.IdentityEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class IdentityMap.IdentityEntry

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    -      extended by org.apache.commons.collections.map.IdentityMap.IdentityEntry
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    -
    -
    -
    Enclosing class:
    IdentityMap
    -
    -
    -
    -
    protected static class IdentityMap.IdentityEntry
    extends AbstractHashedMap.HashEntry
    - - -

    -HashEntry -

    - -

    -


    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    hashCode, key, next, value
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -           
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanequals(java.lang.Object obj) - -
    -           
    - inthashCode() - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    getKey, getValue, setValue, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -IdentityMap.IdentityEntry

    -
    -protected IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry next,
    -                                    int hashCode,
    -                                    java.lang.Object key,
    -                                    java.lang.Object value)
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    -
    -
    Specified by:
    equals in interface java.util.Map.Entry
    Overrides:
    equals in class AbstractHashedMap.HashEntry
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    -
    Specified by:
    hashCode in interface java.util.Map.Entry
    Overrides:
    hashCode in class AbstractHashedMap.HashEntry
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +IdentityMap.IdentityEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.map +
    +Class IdentityMap.IdentityEntry

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    +      extended by org.apache.commons.collections.map.IdentityMap.IdentityEntry
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map.Entry, KeyValue
    +
    +
    +
    Enclosing class:
    IdentityMap
    +
    +
    +
    +
    protected static class IdentityMap.IdentityEntry
    extends AbstractHashedMap.HashEntry
    + + +

    +HashEntry +

    + +

    +


    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    hashCode, key, next, value
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +           
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanequals(java.lang.Object obj) + +
    +           
    + inthashCode() + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
    getKey, getValue, setValue, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +IdentityMap.IdentityEntry

    +
    +protected IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry next,
    +                                    int hashCode,
    +                                    java.lang.Object key,
    +                                    java.lang.Object value)
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    +
    Specified by:
    equals in interface java.util.Map.Entry
    Overrides:
    equals in class AbstractHashedMap.HashEntry
    +
    +
    +
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    +
    Specified by:
    hashCode in interface java.util.Map.Entry
    Overrides:
    hashCode in class AbstractHashedMap.HashEntry
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/IdentityMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/IdentityMap.html index 537dcea..18f4fc8 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/IdentityMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/IdentityMap.html @@ -1,109 +1,109 @@ - - - - - - - -IdentityMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class IdentityMap

    -
    -java.lang.Object
    -  extended by java.util.AbstractMap
    -      extended by org.apache.commons.collections.map.AbstractHashedMap
    -          extended by org.apache.commons.collections.map.IdentityMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, IterableMap
    -
    -
    -
    -
    public class IdentityMap
    extends AbstractHashedMap
    implements java.io.Serializable, java.lang.Cloneable
    - - -

    + + + + + + + +IdentityMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class IdentityMap

    +
    +java.lang.Object
    +  extended by java.util.AbstractMap
    +      extended by org.apache.commons.collections.map.AbstractHashedMap
    +          extended by org.apache.commons.collections.map.IdentityMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, IterableMap
    +
    +
    +
    +
    public class IdentityMap
    extends AbstractHashedMap
    implements java.io.Serializable, java.lang.Cloneable
    + + +

    A Map implementation that matches keys and values based on == not equals().

    @@ -113,416 +113,416 @@ A Map implementation that matches keys and values based Note that IdentityMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedMap(Map). This class may throw - exceptions when accessed by concurrent threads without synchronization. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    java util HashMap, Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Nested Class Summary
    -protected static classIdentityMap.IdentityEntry - -
    -          HashEntry
    - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.EntrySetIterator, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.KeySetIterator, AbstractHashedMap.Values, AbstractHashedMap.ValuesIterator
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    -  - - - - - - - - - - - - - - - + + + + +
    -Constructor Summary
    IdentityMap() - -
    -          Constructs a new empty map with default size and load factor.
    IdentityMap(int initialCapacity) - -
    -          Constructs a new, empty map with the specified initial capacity.
    IdentityMap(int initialCapacity, - float loadFactor) - -
    + using Collections.synchronizedMap(Map). This class may throw + exceptions when accessed by concurrent threads without synchronization. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    java util HashMap, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Nested Class Summary
    +protected static classIdentityMap.IdentityEntry + +
    +          HashEntry
    + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.EntrySetIterator, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.KeySetIterator, AbstractHashedMap.Values, AbstractHashedMap.ValuesIterator
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    +  + + + + + + + + + + + + + + + - - - - -
    +Constructor Summary
    IdentityMap() + +
    +          Constructs a new empty map with default size and load factor.
    IdentityMap(int initialCapacity) + +
    +          Constructs a new, empty map with the specified initial capacity.
    IdentityMap(int initialCapacity, + float loadFactor) + +
              Constructs a new, empty map with the specified initial capacity and - load factor.
    IdentityMap(java.util.Map map) - -
    -          Constructor copying elements from another map.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.lang.Objectclone() - -
    -          Clones the map without cloning the keys or values.
    -protected  AbstractHashedMap.HashEntrycreateEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Creates an entry to store the data.
    -protected  inthash(java.lang.Object key) - -
    -          Gets the hash code for the key specified.
    -protected  booleanisEqualKey(java.lang.Object key1, - java.lang.Object key2) - -
    -          Compares two keys for equals.
    -protected  booleanisEqualValue(java.lang.Object value1, - java.lang.Object value2) - -
    -          Compares two values for equals.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    addEntry, addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, clear, containsKey, containsValue, convertKey, createEntrySetIterator, createKeySetIterator, createValuesIterator, destroyEntry, doReadObject, doWriteObject, ensureCapacity, entryHashCode, entryKey, entryNext, entrySet, entryValue, equals, get, getEntry, hashCode, hashIndex, init, isEmpty, keySet, mapIterator, put, putAll, remove, removeEntry, removeMapping, reuseEntry, size, toString, updateEntry, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -IdentityMap

    -
    -public IdentityMap()
    -
    -
    Constructs a new empty map with default size and load factor. -

    -

    -
    - -

    -IdentityMap

    -
    -public IdentityMap(int initialCapacity)
    -
    -
    Constructs a new, empty map with the specified initial capacity. -

    -

    -
    Parameters:
    initialCapacity - the initial capacity -
    Throws: -
    java.lang.IllegalArgumentException - if the initial capacity is less than one
    -
    -
    - -

    -IdentityMap

    -
    -public IdentityMap(int initialCapacity,
    -                   float loadFactor)
    -
    + load factor.
    IdentityMap(java.util.Map map) + +
    +          Constructor copying elements from another map.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.Objectclone() + +
    +          Clones the map without cloning the keys or values.
    +protected  AbstractHashedMap.HashEntrycreateEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Creates an entry to store the data.
    +protected  inthash(java.lang.Object key) + +
    +          Gets the hash code for the key specified.
    +protected  booleanisEqualKey(java.lang.Object key1, + java.lang.Object key2) + +
    +          Compares two keys for equals.
    +protected  booleanisEqualValue(java.lang.Object value1, + java.lang.Object value2) + +
    +          Compares two values for equals.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    addEntry, addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, clear, containsKey, containsValue, convertKey, createEntrySetIterator, createKeySetIterator, createValuesIterator, destroyEntry, doReadObject, doWriteObject, ensureCapacity, entryHashCode, entryKey, entryNext, entrySet, entryValue, equals, get, getEntry, hashCode, hashIndex, init, isEmpty, keySet, mapIterator, put, putAll, remove, removeEntry, removeMapping, reuseEntry, size, toString, updateEntry, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +IdentityMap

    +
    +public IdentityMap()
    +
    +
    Constructs a new empty map with default size and load factor. +

    +

    +
    + +

    +IdentityMap

    +
    +public IdentityMap(int initialCapacity)
    +
    +
    Constructs a new, empty map with the specified initial capacity. +

    +

    +
    Parameters:
    initialCapacity - the initial capacity +
    Throws: +
    java.lang.IllegalArgumentException - if the initial capacity is less than one
    +
    +
    + +

    +IdentityMap

    +
    +public IdentityMap(int initialCapacity,
    +                   float loadFactor)
    +
    Constructs a new, empty map with the specified initial capacity and - load factor. -

    -

    -
    Parameters:
    initialCapacity - the initial capacity
    loadFactor - the load factor -
    Throws: -
    java.lang.IllegalArgumentException - if the initial capacity is less than one -
    java.lang.IllegalArgumentException - if the load factor is less than zero
    -
    -
    - -

    -IdentityMap

    -
    -public IdentityMap(java.util.Map map)
    -
    -
    Constructor copying elements from another map. -

    -

    -
    Parameters:
    map - the map to copy -
    Throws: -
    java.lang.NullPointerException - if the map is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hash

    -
    -protected int hash(java.lang.Object key)
    -
    + load factor. +

    +

    +
    Parameters:
    initialCapacity - the initial capacity
    loadFactor - the load factor +
    Throws: +
    java.lang.IllegalArgumentException - if the initial capacity is less than one +
    java.lang.IllegalArgumentException - if the load factor is less than zero
    +
    +
    + +

    +IdentityMap

    +
    +public IdentityMap(java.util.Map map)
    +
    +
    Constructor copying elements from another map. +

    +

    +
    Parameters:
    map - the map to copy +
    Throws: +
    java.lang.NullPointerException - if the map is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hash

    +
    +protected int hash(java.lang.Object key)
    +
    Gets the hash code for the key specified. - This implementation uses the identity hash code. -

    -

    -
    Overrides:
    hash in class AbstractHashedMap
    -
    -
    -
    Parameters:
    key - the key to get a hash code for -
    Returns:
    the hash code
    -
    -
    -
    - -

    -isEqualKey

    -
    -protected boolean isEqualKey(java.lang.Object key1,
    -                             java.lang.Object key2)
    -
    + This implementation uses the identity hash code. +

    +

    +
    Overrides:
    hash in class AbstractHashedMap
    +
    +
    +
    Parameters:
    key - the key to get a hash code for +
    Returns:
    the hash code
    +
    +
    +
    + +

    +isEqualKey

    +
    +protected boolean isEqualKey(java.lang.Object key1,
    +                             java.lang.Object key2)
    +
    Compares two keys for equals. - This implementation uses ==. -

    -

    -
    Overrides:
    isEqualKey in class AbstractHashedMap
    -
    -
    -
    Parameters:
    key1 - the first key to compare
    key2 - the second key to compare -
    Returns:
    true if equal by identity
    -
    -
    -
    - -

    -isEqualValue

    -
    -protected boolean isEqualValue(java.lang.Object value1,
    -                               java.lang.Object value2)
    -
    + This implementation uses ==. +

    +

    +
    Overrides:
    isEqualKey in class AbstractHashedMap
    +
    +
    +
    Parameters:
    key1 - the first key to compare
    key2 - the second key to compare +
    Returns:
    true if equal by identity
    +
    +
    +
    + +

    +isEqualValue

    +
    +protected boolean isEqualValue(java.lang.Object value1,
    +                               java.lang.Object value2)
    +
    Compares two values for equals. - This implementation uses ==. -

    -

    -
    Overrides:
    isEqualValue in class AbstractHashedMap
    -
    -
    -
    Parameters:
    value1 - the first value to compare
    value2 - the second value to compare -
    Returns:
    true if equal by identity
    -
    -
    -
    - -

    -createEntry

    -
    -protected AbstractHashedMap.HashEntry createEntry(AbstractHashedMap.HashEntry next,
    -                                                  int hashCode,
    -                                                  java.lang.Object key,
    -                                                  java.lang.Object value)
    -
    + This implementation uses ==. +

    +

    +
    Overrides:
    isEqualValue in class AbstractHashedMap
    +
    +
    +
    Parameters:
    value1 - the first value to compare
    value2 - the second value to compare +
    Returns:
    true if equal by identity
    +
    +
    +
    + +

    +createEntry

    +
    +protected AbstractHashedMap.HashEntry createEntry(AbstractHashedMap.HashEntry next,
    +                                                  int hashCode,
    +                                                  java.lang.Object key,
    +                                                  java.lang.Object value)
    +
    Creates an entry to store the data. - This implementation creates an IdentityEntry instance. -

    -

    -
    Overrides:
    createEntry in class AbstractHashedMap
    -
    -
    -
    Parameters:
    next - the next entry in sequence
    hashCode - the hash code to use
    key - the key to store
    value - the value to store -
    Returns:
    the newly created entry
    -
    -
    -
    - -

    -clone

    -
    -public java.lang.Object clone()
    -
    -
    Clones the map without cloning the keys or values. -

    -

    -
    Overrides:
    clone in class AbstractHashedMap
    -
    -
    - -
    Returns:
    a shallow clone
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This implementation creates an IdentityEntry instance. +

    +

    +
    Overrides:
    createEntry in class AbstractHashedMap
    +
    +
    +
    Parameters:
    next - the next entry in sequence
    hashCode - the hash code to use
    key - the key to store
    value - the value to store +
    Returns:
    the newly created entry
    +
    + +
    + +

    +clone

    +
    +public java.lang.Object clone()
    +
    +
    Clones the map without cloning the keys or values. +

    +

    +
    Overrides:
    clone in class AbstractHashedMap
    +
    +
    + +
    Returns:
    a shallow clone
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/LRUMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/LRUMap.html index 0402f90..f73355e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/LRUMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/LRUMap.html @@ -1,110 +1,110 @@ - - - - - - - -LRUMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class LRUMap

    -
    -java.lang.Object
    -  extended by java.util.AbstractMap
    -      extended by org.apache.commons.collections.map.AbstractHashedMap
    -          extended by org.apache.commons.collections.map.AbstractLinkedMap
    -              extended by org.apache.commons.collections.map.LRUMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, BoundedMap, IterableMap, OrderedMap
    -
    -
    -
    -
    public class LRUMap
    extends AbstractLinkedMap
    implements BoundedMap, java.io.Serializable, java.lang.Cloneable
    - - -

    + + + + + + + +LRUMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class LRUMap

    +
    +java.lang.Object
    +  extended by java.util.AbstractMap
    +      extended by org.apache.commons.collections.map.AbstractHashedMap
    +          extended by org.apache.commons.collections.map.AbstractLinkedMap
    +              extended by org.apache.commons.collections.map.LRUMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, BoundedMap, IterableMap, OrderedMap
    +
    +
    +
    +
    public class LRUMap
    extends AbstractLinkedMap
    implements BoundedMap, java.io.Serializable, java.lang.Cloneable
    + + +

    A Map implementation with a fixed maximum size which removes the least recently used entry if an entry is added when full.

    @@ -115,7 +115,7 @@ A Map implementation with a fixed maximum size which removes

    The map implements OrderedMap and entries may be queried using the bidirectional OrderedMapIterator. The order returned is - least recently used to most recently used. Iterators from map views can + least recently used to most recently used. Iterators from map views can also be cast to OrderedIterator if required.

    All the available iterators can be reset back to the start by casting to @@ -124,530 +124,530 @@ A Map implementation with a fixed maximum size which removes Note that LRUMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedMap(Map). This class may throw - NullPointerException's when accessed by concurrent threads. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0 (previously in main package v1.0)
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Strachan, Morgan Delagrange, Stephen Colebourne, Mike Pettypiece, Mario Ivankovits
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractLinkedMap
    AbstractLinkedMap.EntrySetIterator, AbstractLinkedMap.KeySetIterator, AbstractLinkedMap.LinkEntry, AbstractLinkedMap.LinkIterator, AbstractLinkedMap.LinkMapIterator, AbstractLinkedMap.ValuesIterator
    -  - - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.Values
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - -
    -Field Summary
    -protected static intDEFAULT_MAX_SIZE - -
    -          Default maximum size
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractLinkedMap
    header
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    -  - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
    -Constructor Summary
    LRUMap() - -
    -          Constructs a new empty map with a maximum size of 100.
    LRUMap(int maxSize) - -
    -          Constructs a new, empty map with the specified maximum size.
    LRUMap(int maxSize, - boolean scanUntilRemovable) - -
    -          Constructs a new, empty map with the specified maximum size.
    LRUMap(int maxSize, - float loadFactor) - -
    + using Collections.synchronizedMap(Map). This class may throw + NullPointerException's when accessed by concurrent threads. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0 (previously in main package v1.0)
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Strachan, Morgan Delagrange, Stephen Colebourne, Mike Pettypiece, Mario Ivankovits
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractLinkedMap
    AbstractLinkedMap.EntrySetIterator, AbstractLinkedMap.KeySetIterator, AbstractLinkedMap.LinkEntry, AbstractLinkedMap.LinkIterator, AbstractLinkedMap.LinkMapIterator, AbstractLinkedMap.ValuesIterator
    +  + + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.Values
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + +
    +Field Summary
    +protected static intDEFAULT_MAX_SIZE + +
    +          Default maximum size
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractLinkedMap
    header
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    +  + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - -
    +Constructor Summary
    LRUMap() + +
    +          Constructs a new empty map with a maximum size of 100.
    LRUMap(int maxSize) + +
    +          Constructs a new, empty map with the specified maximum size.
    LRUMap(int maxSize, + boolean scanUntilRemovable) + +
    +          Constructs a new, empty map with the specified maximum size.
    LRUMap(int maxSize, + float loadFactor) + +
              Constructs a new, empty map with the specified initial capacity and - load factor.
    LRUMap(int maxSize, - float loadFactor, - boolean scanUntilRemovable) - -
    + load factor.
    LRUMap(int maxSize, + float loadFactor, + boolean scanUntilRemovable) + +
              Constructs a new, empty map with the specified initial capacity and - load factor.
    LRUMap(java.util.Map map) - -
    -          Constructor copying elements from another map.
    LRUMap(java.util.Map map, - boolean scanUntilRemovable) - -
    -          Constructor copying elements from another map.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + +
    -Method Summary
    -protected  voidaddMapping(int hashIndex, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Adds a new key-value mapping into this map.
    - java.lang.Objectclone() - -
    -          Clones the map without cloning the keys or values.
    -protected  voiddoReadObject(java.io.ObjectInputStream in) - -
    -          Reads the data necessary for put() to work in the superclass.
    -protected  voiddoWriteObject(java.io.ObjectOutputStream out) - -
    -          Writes the data necessary for put() to work in deserialization.
    - java.lang.Objectget(java.lang.Object key) - -
    -          Gets the value mapped to the key specified.
    - booleanisFull() - -
    -          Returns true if this map is full and no new mappings can be added.
    - booleanisScanUntilRemovable() - -
    + load factor.
    LRUMap(java.util.Map map) + +
    +          Constructor copying elements from another map.
    LRUMap(java.util.Map map, + boolean scanUntilRemovable) + +
    +          Constructor copying elements from another map.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    +protected  voidaddMapping(int hashIndex, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Adds a new key-value mapping into this map.
    + java.lang.Objectclone() + +
    +          Clones the map without cloning the keys or values.
    +protected  voiddoReadObject(java.io.ObjectInputStream in) + +
    +          Reads the data necessary for put() to work in the superclass.
    +protected  voiddoWriteObject(java.io.ObjectOutputStream out) + +
    +          Writes the data necessary for put() to work in deserialization.
    + java.lang.Objectget(java.lang.Object key) + +
    +          Gets the value mapped to the key specified.
    + booleanisFull() + +
    +          Returns true if this map is full and no new mappings can be added.
    + booleanisScanUntilRemovable() + +
              Whether this LRUMap will scan until a removable entry is found when the - map is full.
    - intmaxSize() - -
    -          Gets the maximum size of the map (the bound).
    -protected  voidmoveToMRU(AbstractLinkedMap.LinkEntry entry) - -
    -          Moves an entry to the MRU position at the end of the list.
    -protected  booleanremoveLRU(AbstractLinkedMap.LinkEntry entry) - -
    -          Subclass method to control removal of the least recently used entry from the map.
    -protected  voidreuseMapping(AbstractLinkedMap.LinkEntry entry, - int hashIndex, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Reuses an entry by removing it and moving it to a new place in the map.
    -protected  voidupdateEntry(AbstractHashedMap.HashEntry entry, - java.lang.Object newValue) - -
    -          Updates an existing key-value mapping.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractLinkedMap
    addEntry, clear, containsValue, createEntry, createEntrySetIterator, createKeySetIterator, createValuesIterator, entryAfter, entryBefore, firstKey, getEntry, init, lastKey, mapIterator, nextKey, orderedMapIterator, previousKey, removeEntry
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    calculateNewCapacity, calculateThreshold, checkCapacity, containsKey, convertKey, destroyEntry, ensureCapacity, entryHashCode, entryKey, entryNext, entrySet, entryValue, equals, getEntry, hash, hashCode, hashIndex, isEmpty, isEqualKey, isEqualValue, keySet, put, putAll, remove, removeMapping, reuseEntry, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -DEFAULT_MAX_SIZE

    -
    -protected static final int DEFAULT_MAX_SIZE
    -
    -
    Default maximum size -

    -

    -
    See Also:
    Constant Field Values
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -LRUMap

    -
    -public LRUMap()
    -
    -
    Constructs a new empty map with a maximum size of 100. -

    -

    -
    - -

    -LRUMap

    -
    -public LRUMap(int maxSize)
    -
    -
    Constructs a new, empty map with the specified maximum size. -

    -

    -
    Parameters:
    maxSize - the maximum size of the map -
    Throws: -
    java.lang.IllegalArgumentException - if the maximum size is less than one
    -
    -
    - -

    -LRUMap

    -
    -public LRUMap(int maxSize,
    -              boolean scanUntilRemovable)
    -
    -
    Constructs a new, empty map with the specified maximum size. -

    -

    -
    Parameters:
    maxSize - the maximum size of the map
    scanUntilRemovable - scan until a removeable entry is found, default false -
    Throws: -
    java.lang.IllegalArgumentException - if the maximum size is less than one
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -

    -LRUMap

    -
    -public LRUMap(int maxSize,
    -              float loadFactor)
    -
    + map is full.
    + intmaxSize() + +
    +          Gets the maximum size of the map (the bound).
    +protected  voidmoveToMRU(AbstractLinkedMap.LinkEntry entry) + +
    +          Moves an entry to the MRU position at the end of the list.
    +protected  booleanremoveLRU(AbstractLinkedMap.LinkEntry entry) + +
    +          Subclass method to control removal of the least recently used entry from the map.
    +protected  voidreuseMapping(AbstractLinkedMap.LinkEntry entry, + int hashIndex, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Reuses an entry by removing it and moving it to a new place in the map.
    +protected  voidupdateEntry(AbstractHashedMap.HashEntry entry, + java.lang.Object newValue) + +
    +          Updates an existing key-value mapping.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractLinkedMap
    addEntry, clear, containsValue, createEntry, createEntrySetIterator, createKeySetIterator, createValuesIterator, entryAfter, entryBefore, firstKey, getEntry, init, lastKey, mapIterator, nextKey, orderedMapIterator, previousKey, removeEntry
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    calculateNewCapacity, calculateThreshold, checkCapacity, containsKey, convertKey, destroyEntry, ensureCapacity, entryHashCode, entryKey, entryNext, entrySet, entryValue, equals, getEntry, hash, hashCode, hashIndex, isEmpty, isEqualKey, isEqualValue, keySet, put, putAll, remove, removeMapping, reuseEntry, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +DEFAULT_MAX_SIZE

    +
    +protected static final int DEFAULT_MAX_SIZE
    +
    +
    Default maximum size +

    +

    +
    See Also:
    Constant Field Values
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +LRUMap

    +
    +public LRUMap()
    +
    +
    Constructs a new empty map with a maximum size of 100. +

    +

    +
    + +

    +LRUMap

    +
    +public LRUMap(int maxSize)
    +
    +
    Constructs a new, empty map with the specified maximum size. +

    +

    +
    Parameters:
    maxSize - the maximum size of the map +
    Throws: +
    java.lang.IllegalArgumentException - if the maximum size is less than one
    +
    +
    + +

    +LRUMap

    +
    +public LRUMap(int maxSize,
    +              boolean scanUntilRemovable)
    +
    +
    Constructs a new, empty map with the specified maximum size. +

    +

    +
    Parameters:
    maxSize - the maximum size of the map
    scanUntilRemovable - scan until a removeable entry is found, default false +
    Throws: +
    java.lang.IllegalArgumentException - if the maximum size is less than one
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +

    +LRUMap

    +
    +public LRUMap(int maxSize,
    +              float loadFactor)
    +
    Constructs a new, empty map with the specified initial capacity and - load factor. -

    -

    -
    Parameters:
    maxSize - the maximum size of the map, -1 for no limit,
    loadFactor - the load factor -
    Throws: -
    java.lang.IllegalArgumentException - if the maximum size is less than one -
    java.lang.IllegalArgumentException - if the load factor is less than zero
    -
    -
    - -

    -LRUMap

    -
    -public LRUMap(int maxSize,
    -              float loadFactor,
    -              boolean scanUntilRemovable)
    -
    + load factor. +

    +

    +
    Parameters:
    maxSize - the maximum size of the map, -1 for no limit,
    loadFactor - the load factor +
    Throws: +
    java.lang.IllegalArgumentException - if the maximum size is less than one +
    java.lang.IllegalArgumentException - if the load factor is less than zero
    +
    +
    + +

    +LRUMap

    +
    +public LRUMap(int maxSize,
    +              float loadFactor,
    +              boolean scanUntilRemovable)
    +
    Constructs a new, empty map with the specified initial capacity and - load factor. -

    -

    -
    Parameters:
    maxSize - the maximum size of the map, -1 for no limit,
    loadFactor - the load factor
    scanUntilRemovable - scan until a removeable entry is found, default false -
    Throws: -
    java.lang.IllegalArgumentException - if the maximum size is less than one -
    java.lang.IllegalArgumentException - if the load factor is less than zero
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -

    -LRUMap

    -
    -public LRUMap(java.util.Map map)
    -
    + load factor. +

    +

    +
    Parameters:
    maxSize - the maximum size of the map, -1 for no limit,
    loadFactor - the load factor
    scanUntilRemovable - scan until a removeable entry is found, default false +
    Throws: +
    java.lang.IllegalArgumentException - if the maximum size is less than one +
    java.lang.IllegalArgumentException - if the load factor is less than zero
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +

    +LRUMap

    +
    +public LRUMap(java.util.Map map)
    +
    Constructor copying elements from another map.

    - The maximum size is set from the map's size. -

    -

    -
    Parameters:
    map - the map to copy -
    Throws: -
    java.lang.NullPointerException - if the map is null -
    java.lang.IllegalArgumentException - if the map is empty
    -
    -
    - -

    -LRUMap

    -
    -public LRUMap(java.util.Map map,
    -              boolean scanUntilRemovable)
    -
    + The maximum size is set from the map's size. +

    +

    +
    Parameters:
    map - the map to copy +
    Throws: +
    java.lang.NullPointerException - if the map is null +
    java.lang.IllegalArgumentException - if the map is empty
    +
    +
    + +

    +LRUMap

    +
    +public LRUMap(java.util.Map map,
    +              boolean scanUntilRemovable)
    +
    Constructor copying elements from another map.

    - The maximum size is set from the map's size. -

    -

    -
    Parameters:
    map - the map to copy
    scanUntilRemovable - scan until a removeable entry is found, default false -
    Throws: -
    java.lang.NullPointerException - if the map is null -
    java.lang.IllegalArgumentException - if the map is empty
    Since:
    -
    Commons Collections 3.1
    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    + The maximum size is set from the map's size. +

    +

    +
    Parameters:
    map - the map to copy
    scanUntilRemovable - scan until a removeable entry is found, default false +
    Throws: +
    java.lang.NullPointerException - if the map is null +
    java.lang.IllegalArgumentException - if the map is empty
    Since:
    +
    Commons Collections 3.1
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    Gets the value mapped to the key specified.

    This operation changes the position of the key in the map to the - most recently used position (first). -

    -

    -
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class AbstractHashedMap
    -
    -
    -
    Parameters:
    key - the key -
    Returns:
    the mapped value, null if no match
    -
    -
    -
    - -

    -moveToMRU

    -
    -protected void moveToMRU(AbstractLinkedMap.LinkEntry entry)
    -
    + most recently used position (first). +

    +

    +
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class AbstractHashedMap
    +
    +
    +
    Parameters:
    key - the key +
    Returns:
    the mapped value, null if no match
    +
    +
    +
    + +

    +moveToMRU

    +
    +protected void moveToMRU(AbstractLinkedMap.LinkEntry entry)
    +
    Moves an entry to the MRU position at the end of the list.

    - This implementation moves the updated entry to the end of the list. -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to update
    -
    -
    -
    - -

    -updateEntry

    -
    -protected void updateEntry(AbstractHashedMap.HashEntry entry,
    -                           java.lang.Object newValue)
    -
    + This implementation moves the updated entry to the end of the list. +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to update
    +
    +
    +
    + +

    +updateEntry

    +
    +protected void updateEntry(AbstractHashedMap.HashEntry entry,
    +                           java.lang.Object newValue)
    +
    Updates an existing key-value mapping.

    This implementation moves the updated entry to the top of the list - using moveToMRU(AbstractLinkedMap.LinkEntry). -

    -

    -
    Overrides:
    updateEntry in class AbstractHashedMap
    -
    -
    -
    Parameters:
    entry - the entry to update
    newValue - the new value to store
    -
    -
    -
    - -

    -addMapping

    -
    -protected void addMapping(int hashIndex,
    -                          int hashCode,
    -                          java.lang.Object key,
    -                          java.lang.Object value)
    -
    + using moveToMRU(AbstractLinkedMap.LinkEntry). +

    +

    +
    Overrides:
    updateEntry in class AbstractHashedMap
    +
    +
    +
    Parameters:
    entry - the entry to update
    newValue - the new value to store
    +
    +
    +
    + +

    +addMapping

    +
    +protected void addMapping(int hashIndex,
    +                          int hashCode,
    +                          java.lang.Object key,
    +                          java.lang.Object value)
    +
    Adds a new key-value mapping into this map.

    This implementation checks the LRU size and determines whether to @@ -655,44 +655,44 @@ protected void addMapping(int hashIndex,

    From Commons Collections 3.1 this method uses isFull() rather than accessing size and maxSize directly. - It also handles the scanUntilRemovable functionality. -

    -

    -
    Overrides:
    addMapping in class AbstractHashedMap
    -
    -
    -
    Parameters:
    hashIndex - the index into the data array to store at
    hashCode - the hash code of the key to add
    key - the key to add
    value - the value to add
    -
    -
    -
    - -

    -reuseMapping

    -
    -protected void reuseMapping(AbstractLinkedMap.LinkEntry entry,
    -                            int hashIndex,
    -                            int hashCode,
    -                            java.lang.Object key,
    -                            java.lang.Object value)
    -
    + It also handles the scanUntilRemovable functionality. +

    +

    +
    Overrides:
    addMapping in class AbstractHashedMap
    +
    +
    +
    Parameters:
    hashIndex - the index into the data array to store at
    hashCode - the hash code of the key to add
    key - the key to add
    value - the value to add
    +
    +
    +
    + +

    +reuseMapping

    +
    +protected void reuseMapping(AbstractLinkedMap.LinkEntry entry,
    +                            int hashIndex,
    +                            int hashCode,
    +                            java.lang.Object key,
    +                            java.lang.Object value)
    +
    Reuses an entry by removing it and moving it to a new place in the map.

    - This method uses AbstractLinkedMap.removeEntry(org.apache.commons.collections.map.AbstractHashedMap.HashEntry, int, org.apache.commons.collections.map.AbstractHashedMap.HashEntry), AbstractHashedMap.reuseEntry(org.apache.commons.collections.map.AbstractHashedMap.HashEntry, int, int, java.lang.Object, java.lang.Object) and AbstractLinkedMap.addEntry(org.apache.commons.collections.map.AbstractHashedMap.HashEntry, int). -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to reuse
    hashIndex - the index into the data array to store at
    hashCode - the hash code of the key to add
    key - the key to add
    value - the value to add
    -
    -
    -
    - -

    -removeLRU

    -
    -protected boolean removeLRU(AbstractLinkedMap.LinkEntry entry)
    -
    + This method uses AbstractLinkedMap.removeEntry(org.apache.commons.collections.map.AbstractHashedMap.HashEntry, int, org.apache.commons.collections.map.AbstractHashedMap.HashEntry), AbstractHashedMap.reuseEntry(org.apache.commons.collections.map.AbstractHashedMap.HashEntry, int, int, java.lang.Object, java.lang.Object) and AbstractLinkedMap.addEntry(org.apache.commons.collections.map.AbstractHashedMap.HashEntry, int). +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to reuse
    hashIndex - the index into the data array to store at
    hashCode - the hash code of the key to add
    key - the key to add
    value - the value to add
    +
    +
    +
    + +

    +removeLRU

    +
    +protected boolean removeLRU(AbstractLinkedMap.LinkEntry entry)
    +
    Subclass method to control removal of the least recently used entry from the map.

    This method exists for subclasses to override. A subclass may wish to @@ -721,187 +721,187 @@ protected boolean removeLRU(

    -isFull

    -
    -public boolean isFull()
    -
    -
    Returns true if this map is full and no new mappings can be added. -

    -

    -
    Specified by:
    isFull in interface BoundedMap
    -
    -
    - -
    Returns:
    true if the map is full
    -
    -
    -
    - -

    -maxSize

    -
    -public int maxSize()
    -
    -
    Gets the maximum size of the map (the bound). -

    -

    -
    Specified by:
    maxSize in interface BoundedMap
    -
    -
    - -
    Returns:
    the maximum number of elements the map can hold
    -
    -
    -
    - -

    -isScanUntilRemovable

    -
    -public boolean isScanUntilRemovable()
    -
    + This is fixed in version 3.1 onwards. +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to be removed
    +
    +
    +
    + +

    +isFull

    +
    +public boolean isFull()
    +
    +
    Returns true if this map is full and no new mappings can be added. +

    +

    +
    Specified by:
    isFull in interface BoundedMap
    +
    +
    + +
    Returns:
    true if the map is full
    +
    +
    +
    + +

    +maxSize

    +
    +public int maxSize()
    +
    +
    Gets the maximum size of the map (the bound). +

    +

    +
    Specified by:
    maxSize in interface BoundedMap
    +
    +
    + +
    Returns:
    the maximum number of elements the map can hold
    +
    +
    +
    + +

    +isScanUntilRemovable

    +
    +public boolean isScanUntilRemovable()
    +
    Whether this LRUMap will scan until a removable entry is found when the - map is full. -

    -

    -
    -
    -
    - -
    Returns:
    true if this map scans
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -clone

    -
    -public java.lang.Object clone()
    -
    -
    Clones the map without cloning the keys or values. -

    -

    -
    Overrides:
    clone in class AbstractHashedMap
    -
    -
    - -
    Returns:
    a shallow clone
    -
    -
    -
    - -

    -doWriteObject

    -
    -protected void doWriteObject(java.io.ObjectOutputStream out)
    -                      throws java.io.IOException
    -
    -
    Writes the data necessary for put() to work in deserialization. -

    -

    -
    Overrides:
    doWriteObject in class AbstractHashedMap
    -
    -
    -
    Parameters:
    out - the output stream -
    Throws: -
    java.io.IOException
    -
    -
    -
    - -

    -doReadObject

    -
    -protected void doReadObject(java.io.ObjectInputStream in)
    -                     throws java.io.IOException,
    -                            java.lang.ClassNotFoundException
    -
    -
    Reads the data necessary for put() to work in the superclass. -

    -

    -
    Overrides:
    doReadObject in class AbstractHashedMap
    -
    -
    -
    Parameters:
    in - the input stream -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + map is full. +

    +

    +
    +
    +
    + +
    Returns:
    true if this map scans
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +clone

    +
    +public java.lang.Object clone()
    +
    +
    Clones the map without cloning the keys or values. +

    +

    +
    Overrides:
    clone in class AbstractHashedMap
    +
    +
    + +
    Returns:
    a shallow clone
    +
    +
    +
    + +

    +doWriteObject

    +
    +protected void doWriteObject(java.io.ObjectOutputStream out)
    +                      throws java.io.IOException
    +
    +
    Writes the data necessary for put() to work in deserialization. +

    +

    +
    Overrides:
    doWriteObject in class AbstractHashedMap
    +
    +
    +
    Parameters:
    out - the output stream +
    Throws: +
    java.io.IOException
    +
    +
    +
    + +

    +doReadObject

    +
    +protected void doReadObject(java.io.ObjectInputStream in)
    +                     throws java.io.IOException,
    +                            java.lang.ClassNotFoundException
    +
    +
    Reads the data necessary for put() to work in the superclass. +

    +

    +
    Overrides:
    doReadObject in class AbstractHashedMap
    +
    +
    +
    Parameters:
    in - the input stream +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/LazyMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/LazyMap.html index f6544ee..5e0f845 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/LazyMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/LazyMap.html @@ -1,111 +1,111 @@ - - - - - - - -LazyMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class LazyMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.map.LazyMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map
    -
    -
    -
    Direct Known Subclasses:
    LazySortedMap
    -
    -
    -
    -
    public class LazyMap
    extends AbstractMapDecorator
    implements java.util.Map, java.io.Serializable
    - - -

    + + + + + + + +LazyMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class LazyMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.map.LazyMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map
    +
    +
    +
    Direct Known Subclasses:
    LazySortedMap
    +
    +
    +
    +
    public class LazyMap
    extends AbstractMapDecorator
    implements java.util.Map, java.io.Serializable
    + + +

    Decorates another Map to create objects in the map on demand.

    When the get(Object) method is called with a key that does not @@ -130,344 +130,344 @@ Decorates another Map to create objects in the map on demand. Note that LazyMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedMap(Map). This class may throw + using Collections.synchronizedMap(Map). This class may throw exceptions when accessed by concurrent threads without synchronization.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Paul Jack
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - -
    -Field Summary
    -protected  Transformerfactory - -
    -          The factory to use to construct elements
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected LazyMap(java.util.Map map, - Factory factory) - -
    -          Constructor that wraps (not copies).
    -protected LazyMap(java.util.Map map, - Transformer factory) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -static java.util.Mapdecorate(java.util.Map map, - Factory factory) - -
    -          Factory method to create a lazily instantiated map.
    -static java.util.Mapdecorate(java.util.Map map, - Transformer factory) - -
    -          Factory method to create a lazily instantiated map.
    - java.lang.Objectget(java.lang.Object key) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, entrySet, equals, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -factory

    -
    -protected final Transformer factory
    -
    -
    The factory to use to construct elements -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -LazyMap

    -
    -protected LazyMap(java.util.Map map,
    -                  Factory factory)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map or factory is null
    -
    -
    - -

    -LazyMap

    -
    -protected LazyMap(java.util.Map map,
    -                  Transformer factory)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map or factory is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Map decorate(java.util.Map map,
    -                                     Factory factory)
    -
    -
    Factory method to create a lazily instantiated map. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map or factory is null
    -
    -
    -
    - -

    -decorate

    -
    -public static java.util.Map decorate(java.util.Map map,
    -                                     Transformer factory)
    -
    -
    Factory method to create a lazily instantiated map. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map or factory is null
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    -
    -
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class AbstractMapDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Paul Jack
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + +
    +Field Summary
    +protected  Transformerfactory + +
    +          The factory to use to construct elements
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected LazyMap(java.util.Map map, + Factory factory) + +
    +          Constructor that wraps (not copies).
    +protected LazyMap(java.util.Map map, + Transformer factory) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.util.Mapdecorate(java.util.Map map, + Factory factory) + +
    +          Factory method to create a lazily instantiated map.
    +static java.util.Mapdecorate(java.util.Map map, + Transformer factory) + +
    +          Factory method to create a lazily instantiated map.
    + java.lang.Objectget(java.lang.Object key) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, entrySet, equals, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +factory

    +
    +protected final Transformer factory
    +
    +
    The factory to use to construct elements +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +LazyMap

    +
    +protected LazyMap(java.util.Map map,
    +                  Factory factory)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map or factory is null
    +
    +
    + +

    +LazyMap

    +
    +protected LazyMap(java.util.Map map,
    +                  Transformer factory)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map or factory is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Map decorate(java.util.Map map,
    +                                     Factory factory)
    +
    +
    Factory method to create a lazily instantiated map. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map or factory is null
    +
    +
    +
    + +

    +decorate

    +
    +public static java.util.Map decorate(java.util.Map map,
    +                                     Transformer factory)
    +
    +
    Factory method to create a lazily instantiated map. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map or factory is null
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    +
    +
    Specified by:
    get in interface java.util.Map
    Overrides:
    get in class AbstractMapDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/LazySortedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/LazySortedMap.html index 52cba45..82e0208 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/LazySortedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/LazySortedMap.html @@ -1,109 +1,109 @@ - - - - - - - -LazySortedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class LazySortedMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.map.LazyMap
    -          extended by org.apache.commons.collections.map.LazySortedMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, java.util.SortedMap
    -
    -
    -
    -
    public class LazySortedMap
    extends LazyMap
    implements java.util.SortedMap
    - - -

    + + + + + + + +LazySortedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class LazySortedMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.map.LazyMap
    +          extended by org.apache.commons.collections.map.LazySortedMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, java.util.SortedMap
    +
    +
    +
    +
    public class LazySortedMap
    extends LazyMap
    implements java.util.SortedMap
    + + +

    Decorates another SortedMap to create objects in the map on demand.

    When the LazyMap.get(Object) method is called with a key that does not @@ -128,470 +128,470 @@ Decorates another SortedMap to create objects in the map on demand. Note that LazySortedMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedSortedMap(java.util.SortedMap). This class may throw + using Collections.synchronizedSortedMap(java.util.SortedMap). This class may throw exceptions when accessed by concurrent threads without synchronization.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Paul Jack
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.LazyMap
    factory
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected LazySortedMap(java.util.SortedMap map, - Factory factory) - -
    -          Constructor that wraps (not copies).
    -protected LazySortedMap(java.util.SortedMap map, - Transformer factory) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.util.Comparatorcomparator() - -
    -           
    -static java.util.SortedMapdecorate(java.util.SortedMap map, - Factory factory) - -
    -          Factory method to create a lazily instantiated sorted map.
    -static java.util.SortedMapdecorate(java.util.SortedMap map, - Transformer factory) - -
    -          Factory method to create a lazily instantiated sorted map.
    - java.lang.ObjectfirstKey() - -
    -           
    -protected  java.util.SortedMapgetSortedMap() - -
    -          Gets the map being decorated.
    - java.util.SortedMapheadMap(java.lang.Object toKey) - -
    -           
    - java.lang.ObjectlastKey() - -
    -           
    - java.util.SortedMapsubMap(java.lang.Object fromKey, - java.lang.Object toKey) - -
    -           
    - java.util.SortedMaptailMap(java.lang.Object fromKey) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.LazyMap
    decorate, decorate, get
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, entrySet, equals, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -LazySortedMap

    -
    -protected LazySortedMap(java.util.SortedMap map,
    -                        Factory factory)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map or factory is null
    -
    -
    - -

    -LazySortedMap

    -
    -protected LazySortedMap(java.util.SortedMap map,
    -                        Transformer factory)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map or factory is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.SortedMap decorate(java.util.SortedMap map,
    -                                           Factory factory)
    -
    -
    Factory method to create a lazily instantiated sorted map. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map or factory is null
    -
    -
    -
    - -

    -decorate

    -
    -public static java.util.SortedMap decorate(java.util.SortedMap map,
    -                                           Transformer factory)
    -
    -
    Factory method to create a lazily instantiated sorted map. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map or factory is null
    -
    -
    -
    - -

    -getSortedMap

    -
    -protected java.util.SortedMap getSortedMap()
    -
    -
    Gets the map being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated map
    -
    -
    -
    - -

    -firstKey

    -
    -public java.lang.Object firstKey()
    -
    -
    -
    Specified by:
    firstKey in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -lastKey

    -
    -public java.lang.Object lastKey()
    -
    -
    -
    Specified by:
    lastKey in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    -
    Specified by:
    comparator in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -subMap

    -
    -public java.util.SortedMap subMap(java.lang.Object fromKey,
    -                                  java.lang.Object toKey)
    -
    -
    -
    Specified by:
    subMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -headMap

    -
    -public java.util.SortedMap headMap(java.lang.Object toKey)
    -
    -
    -
    Specified by:
    headMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -tailMap

    -
    -public java.util.SortedMap tailMap(java.lang.Object fromKey)
    -
    -
    -
    Specified by:
    tailMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Paul Jack
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.LazyMap
    factory
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected LazySortedMap(java.util.SortedMap map, + Factory factory) + +
    +          Constructor that wraps (not copies).
    +protected LazySortedMap(java.util.SortedMap map, + Transformer factory) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.util.Comparatorcomparator() + +
    +           
    +static java.util.SortedMapdecorate(java.util.SortedMap map, + Factory factory) + +
    +          Factory method to create a lazily instantiated sorted map.
    +static java.util.SortedMapdecorate(java.util.SortedMap map, + Transformer factory) + +
    +          Factory method to create a lazily instantiated sorted map.
    + java.lang.ObjectfirstKey() + +
    +           
    +protected  java.util.SortedMapgetSortedMap() + +
    +          Gets the map being decorated.
    + java.util.SortedMapheadMap(java.lang.Object toKey) + +
    +           
    + java.lang.ObjectlastKey() + +
    +           
    + java.util.SortedMapsubMap(java.lang.Object fromKey, + java.lang.Object toKey) + +
    +           
    + java.util.SortedMaptailMap(java.lang.Object fromKey) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.LazyMap
    decorate, decorate, get
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, entrySet, equals, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +LazySortedMap

    +
    +protected LazySortedMap(java.util.SortedMap map,
    +                        Factory factory)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map or factory is null
    +
    +
    + +

    +LazySortedMap

    +
    +protected LazySortedMap(java.util.SortedMap map,
    +                        Transformer factory)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map or factory is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.SortedMap decorate(java.util.SortedMap map,
    +                                           Factory factory)
    +
    +
    Factory method to create a lazily instantiated sorted map. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map or factory is null
    +
    +
    +
    + +

    +decorate

    +
    +public static java.util.SortedMap decorate(java.util.SortedMap map,
    +                                           Transformer factory)
    +
    +
    Factory method to create a lazily instantiated sorted map. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null
    factory - the factory to use, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map or factory is null
    +
    +
    +
    + +

    +getSortedMap

    +
    +protected java.util.SortedMap getSortedMap()
    +
    +
    Gets the map being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated map
    +
    +
    +
    + +

    +firstKey

    +
    +public java.lang.Object firstKey()
    +
    +
    +
    Specified by:
    firstKey in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +lastKey

    +
    +public java.lang.Object lastKey()
    +
    +
    +
    Specified by:
    lastKey in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    +
    Specified by:
    comparator in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +subMap

    +
    +public java.util.SortedMap subMap(java.lang.Object fromKey,
    +                                  java.lang.Object toKey)
    +
    +
    +
    Specified by:
    subMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +headMap

    +
    +public java.util.SortedMap headMap(java.lang.Object toKey)
    +
    +
    +
    Specified by:
    headMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +tailMap

    +
    +public java.util.SortedMap tailMap(java.lang.Object fromKey)
    +
    +
    +
    Specified by:
    tailMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/LinkedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/LinkedMap.html index f205e01..c60db62 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/LinkedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/LinkedMap.html @@ -1,114 +1,114 @@ - - - - - - - -LinkedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class LinkedMap

    -
    -java.lang.Object
    -  extended by java.util.AbstractMap
    -      extended by org.apache.commons.collections.map.AbstractHashedMap
    -          extended by org.apache.commons.collections.map.AbstractLinkedMap
    -              extended by org.apache.commons.collections.map.LinkedMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, IterableMap, OrderedMap
    -
    -
    -
    -
    public class LinkedMap
    extends AbstractLinkedMap
    implements java.io.Serializable, java.lang.Cloneable
    - - -

    + + + + + + + +LinkedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class LinkedMap

    +
    +java.lang.Object
    +  extended by java.util.AbstractMap
    +      extended by org.apache.commons.collections.map.AbstractHashedMap
    +          extended by org.apache.commons.collections.map.AbstractLinkedMap
    +              extended by org.apache.commons.collections.map.LinkedMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, IterableMap, OrderedMap
    +
    +
    +
    +
    public class LinkedMap
    extends AbstractLinkedMap
    implements java.io.Serializable, java.lang.Cloneable
    + + +

    A Map implementation that maintains the order of the entries. In this implementation order is maintained by original insertion.

    - This implementation improves on the JDK1.4 LinkedHashMap by adding the + This implementation improves on the JDK1.4 LinkedHashMap by adding the MapIterator functionality, additional convenience methods and allowing bidirectional iteration. It also implements OrderedMap. @@ -127,392 +127,392 @@ A Map implementation that maintains the order of the entries. Note that LinkedMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedMap(Map). This class may throw - exceptions when accessed by concurrent threads without synchronization. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractLinkedMap
    AbstractLinkedMap.EntrySetIterator, AbstractLinkedMap.KeySetIterator, AbstractLinkedMap.LinkEntry, AbstractLinkedMap.LinkIterator, AbstractLinkedMap.LinkMapIterator, AbstractLinkedMap.ValuesIterator
    -  - - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.Values
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractLinkedMap
    header
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    -  - - - - - - - - - - - - - - - + + + + +
    -Constructor Summary
    LinkedMap() - -
    -          Constructs a new empty map with default size and load factor.
    LinkedMap(int initialCapacity) - -
    -          Constructs a new, empty map with the specified initial capacity.
    LinkedMap(int initialCapacity, - float loadFactor) - -
    + using Collections.synchronizedMap(Map). This class may throw + exceptions when accessed by concurrent threads without synchronization. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractLinkedMap
    AbstractLinkedMap.EntrySetIterator, AbstractLinkedMap.KeySetIterator, AbstractLinkedMap.LinkEntry, AbstractLinkedMap.LinkIterator, AbstractLinkedMap.LinkMapIterator, AbstractLinkedMap.ValuesIterator
    +  + + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.Values
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractLinkedMap
    header
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    +  + + + + + + + + + + + + + + + - - - - -
    +Constructor Summary
    LinkedMap() + +
    +          Constructs a new empty map with default size and load factor.
    LinkedMap(int initialCapacity) + +
    +          Constructs a new, empty map with the specified initial capacity.
    LinkedMap(int initialCapacity, + float loadFactor) + +
              Constructs a new, empty map with the specified initial capacity and - load factor.
    LinkedMap(java.util.Map map) - -
    -          Constructor copying elements from another map.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.util.ListasList() - -
    -          Gets an unmodifiable List view of the keys.
    - java.lang.Objectclone() - -
    -          Clones the map without cloning the keys or values.
    - java.lang.Objectget(int index) - -
    -          Gets the key at the specified index.
    - java.lang.ObjectgetValue(int index) - -
    -          Gets the value at the specified index.
    - intindexOf(java.lang.Object key) - -
    -          Gets the index of the specified key.
    - java.lang.Objectremove(int index) - -
    -          Removes the element at the specified index.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractLinkedMap
    addEntry, clear, containsValue, createEntry, createEntrySetIterator, createKeySetIterator, createValuesIterator, entryAfter, entryBefore, firstKey, getEntry, init, lastKey, mapIterator, nextKey, orderedMapIterator, previousKey, removeEntry
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, containsKey, convertKey, destroyEntry, doReadObject, doWriteObject, ensureCapacity, entryHashCode, entryKey, entryNext, entrySet, entryValue, equals, get, getEntry, hash, hashCode, hashIndex, isEmpty, isEqualKey, isEqualValue, keySet, put, putAll, remove, removeMapping, reuseEntry, size, toString, updateEntry, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map
    containsKey, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -LinkedMap

    -
    -public LinkedMap()
    -
    -
    Constructs a new empty map with default size and load factor. -

    -

    -
    - -

    -LinkedMap

    -
    -public LinkedMap(int initialCapacity)
    -
    -
    Constructs a new, empty map with the specified initial capacity. -

    -

    -
    Parameters:
    initialCapacity - the initial capacity -
    Throws: -
    java.lang.IllegalArgumentException - if the initial capacity is less than one
    -
    -
    - -

    -LinkedMap

    -
    -public LinkedMap(int initialCapacity,
    -                 float loadFactor)
    -
    + load factor.
    LinkedMap(java.util.Map map) + +
    +          Constructor copying elements from another map.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.util.ListasList() + +
    +          Gets an unmodifiable List view of the keys.
    + java.lang.Objectclone() + +
    +          Clones the map without cloning the keys or values.
    + java.lang.Objectget(int index) + +
    +          Gets the key at the specified index.
    + java.lang.ObjectgetValue(int index) + +
    +          Gets the value at the specified index.
    + intindexOf(java.lang.Object key) + +
    +          Gets the index of the specified key.
    + java.lang.Objectremove(int index) + +
    +          Removes the element at the specified index.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractLinkedMap
    addEntry, clear, containsValue, createEntry, createEntrySetIterator, createKeySetIterator, createValuesIterator, entryAfter, entryBefore, firstKey, getEntry, init, lastKey, mapIterator, nextKey, orderedMapIterator, previousKey, removeEntry
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, containsKey, convertKey, destroyEntry, doReadObject, doWriteObject, ensureCapacity, entryHashCode, entryKey, entryNext, entrySet, entryValue, equals, get, getEntry, hash, hashCode, hashIndex, isEmpty, isEqualKey, isEqualValue, keySet, put, putAll, remove, removeMapping, reuseEntry, size, toString, updateEntry, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map
    containsKey, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +LinkedMap

    +
    +public LinkedMap()
    +
    +
    Constructs a new empty map with default size and load factor. +

    +

    +
    + +

    +LinkedMap

    +
    +public LinkedMap(int initialCapacity)
    +
    +
    Constructs a new, empty map with the specified initial capacity. +

    +

    +
    Parameters:
    initialCapacity - the initial capacity +
    Throws: +
    java.lang.IllegalArgumentException - if the initial capacity is less than one
    +
    +
    + +

    +LinkedMap

    +
    +public LinkedMap(int initialCapacity,
    +                 float loadFactor)
    +
    Constructs a new, empty map with the specified initial capacity and - load factor. -

    -

    -
    Parameters:
    initialCapacity - the initial capacity
    loadFactor - the load factor -
    Throws: -
    java.lang.IllegalArgumentException - if the initial capacity is less than one -
    java.lang.IllegalArgumentException - if the load factor is less than zero
    -
    -
    - -

    -LinkedMap

    -
    -public LinkedMap(java.util.Map map)
    -
    -
    Constructor copying elements from another map. -

    -

    -
    Parameters:
    map - the map to copy -
    Throws: -
    java.lang.NullPointerException - if the map is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -clone

    -
    -public java.lang.Object clone()
    -
    -
    Clones the map without cloning the keys or values. -

    -

    -
    Overrides:
    clone in class AbstractHashedMap
    -
    -
    - -
    Returns:
    a shallow clone
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(int index)
    -
    -
    Gets the key at the specified index. -

    -

    -
    -
    -
    -
    Parameters:
    index - the index to retrieve -
    Returns:
    the key at the specified index -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is invalid
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue(int index)
    -
    -
    Gets the value at the specified index. -

    -

    -
    -
    -
    -
    Parameters:
    index - the index to retrieve -
    Returns:
    the key at the specified index -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is invalid
    -
    -
    -
    - -

    -indexOf

    -
    -public int indexOf(java.lang.Object key)
    -
    -
    Gets the index of the specified key. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to find the index of -
    Returns:
    the index, or -1 if not found
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(int index)
    -
    -
    Removes the element at the specified index. -

    -

    -
    -
    -
    -
    Parameters:
    index - the index of the object to remove + load factor. +

    +

    +
    Parameters:
    initialCapacity - the initial capacity
    loadFactor - the load factor +
    Throws: +
    java.lang.IllegalArgumentException - if the initial capacity is less than one +
    java.lang.IllegalArgumentException - if the load factor is less than zero
    +
    +
    + +

    +LinkedMap

    +
    +public LinkedMap(java.util.Map map)
    +
    +
    Constructor copying elements from another map. +

    +

    +
    Parameters:
    map - the map to copy +
    Throws: +
    java.lang.NullPointerException - if the map is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +clone

    +
    +public java.lang.Object clone()
    +
    +
    Clones the map without cloning the keys or values. +

    +

    +
    Overrides:
    clone in class AbstractHashedMap
    +
    +
    + +
    Returns:
    a shallow clone
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(int index)
    +
    +
    Gets the key at the specified index. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to retrieve +
    Returns:
    the key at the specified index +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue(int index)
    +
    +
    Gets the value at the specified index. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to retrieve +
    Returns:
    the key at the specified index +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(java.lang.Object key)
    +
    +
    Gets the index of the specified key. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to find the index of +
    Returns:
    the index, or -1 if not found
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(int index)
    +
    +
    Removes the element at the specified index. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index of the object to remove
    Returns:
    the previous value corresponding the key, - or null if none existed -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is invalid
    -
    -
    -
    - -

    -asList

    -
    -public java.util.List asList()
    -
    + or null if none existed +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +asList

    +
    +public java.util.List asList()
    +
    Gets an unmodifiable List view of the keys.

    The returned list is unmodifiable because changes to the values of @@ -522,77 +522,77 @@ public java.util.List asList() value of a list. This occurs because changing the key, changes when the mapping is added to the map and thus where it appears in the list.

    - An alternative to this method is to use AbstractHashedMap.keySet(). -

    -

    -
    -
    -
    - -
    Returns:
    The ordered list of keys.
    See Also:
    AbstractHashedMap.keySet()
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + An alternative to this method is to use AbstractHashedMap.keySet(). +

    +

    +
    +
    +
    + +
    Returns:
    The ordered list of keys.
    See Also:
    AbstractHashedMap.keySet()
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/ListOrderedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/ListOrderedMap.html index 4acc29f..bbd293b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/ListOrderedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/ListOrderedMap.html @@ -1,108 +1,108 @@ - - - - - - - -ListOrderedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class ListOrderedMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.map.ListOrderedMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, IterableMap, OrderedMap
    -
    -
    -
    -
    public class ListOrderedMap
    extends AbstractMapDecorator
    implements OrderedMap, java.io.Serializable
    - - -

    + + + + + + + +ListOrderedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class ListOrderedMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.map.ListOrderedMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, IterableMap, OrderedMap
    +
    +
    +
    +
    public class ListOrderedMap
    extends AbstractMapDecorator
    implements OrderedMap, java.io.Serializable
    + + +

    Decorates a Map to ensure that the order of addition is retained using a List to maintain order.

    @@ -118,427 +118,427 @@ Decorates a Map to ensure that the order of addition is retained Note that ListOrderedMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedMap(Map). This class may throw + using Collections.synchronizedMap(Map). This class may throw exceptions when accessed by concurrent threads without synchronization.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Henri Yandell, Stephen Colebourne, Matt Benson
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.ListinsertOrder - -
    -          Internal list to hold the sequence of objects
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - + + + + + +
    -Constructor Summary
    - ListOrderedMap() - -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Henri Yandell, Stephen Colebourne, Matt Benson
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.ListinsertOrder + +
    +          Internal list to hold the sequence of objects
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + - - - - - -
    +Constructor Summary
    + ListOrderedMap() + +
              Constructs a new empty ListOrderedMap that decorates - a HashMap.
    -protected ListOrderedMap(java.util.Map map) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.util.ListasList() - -
    -          Gets an unmodifiable List view of the keys which changes as the map changes.
    - voidclear() - -
    -           
    -static OrderedMapdecorate(java.util.Map map) - -
    -          Factory method to create an ordered map.
    - java.util.SetentrySet() - -
    -          Gets a view over the entries in the map.
    - java.lang.ObjectfirstKey() - -
    -          Gets the first key in this map by insert order.
    - java.lang.Objectget(int index) - -
    -          Gets the key at the specified index.
    - java.lang.ObjectgetValue(int index) - -
    -          Gets the value at the specified index.
    - intindexOf(java.lang.Object key) - -
    -          Gets the index of the specified key.
    - java.util.ListkeyList() - -
    -          Gets a view over the keys in the map as a List.
    - java.util.SetkeySet() - -
    -          Gets a view over the keys in the map.
    - java.lang.ObjectlastKey() - -
    -          Gets the last key in this map by insert order.
    - MapIteratormapIterator() - -
    -          Obtains a MapIterator over the map.
    - java.lang.ObjectnextKey(java.lang.Object key) - -
    -          Gets the next key to the one specified using insert order.
    - OrderedMapIteratororderedMapIterator() - -
    -          Obtains an OrderedMapIterator over the map.
    - java.lang.ObjectpreviousKey(java.lang.Object key) - -
    -          Gets the previous key to the one specified using insert order.
    - java.lang.Objectput(int index, - java.lang.Object key, - java.lang.Object value) - -
    -          Puts a key-value mapping into the map at the specified index.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -           
    - voidputAll(java.util.Map map) - -
    -           
    - java.lang.Objectremove(int index) - -
    -          Removes the element at the specified index.
    - java.lang.Objectremove(java.lang.Object key) - -
    -           
    - java.lang.ObjectsetValue(int index, - java.lang.Object value) - -
    -          Sets the value at the specified index.
    - java.lang.StringtoString() - -
    -          Returns the Map as a string.
    - java.util.ListvalueList() - -
    -          Gets a view over the values in the map as a List.
    - java.util.Collectionvalues() - -
    -          Gets a view over the values in the map.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -insertOrder

    -
    -protected final java.util.List insertOrder
    -
    -
    Internal list to hold the sequence of objects -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -ListOrderedMap

    -
    -public ListOrderedMap()
    -
    + a HashMap.
    +protected ListOrderedMap(java.util.Map map) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.util.ListasList() + +
    +          Gets an unmodifiable List view of the keys which changes as the map changes.
    + voidclear() + +
    +           
    +static OrderedMapdecorate(java.util.Map map) + +
    +          Factory method to create an ordered map.
    + java.util.SetentrySet() + +
    +          Gets a view over the entries in the map.
    + java.lang.ObjectfirstKey() + +
    +          Gets the first key in this map by insert order.
    + java.lang.Objectget(int index) + +
    +          Gets the key at the specified index.
    + java.lang.ObjectgetValue(int index) + +
    +          Gets the value at the specified index.
    + intindexOf(java.lang.Object key) + +
    +          Gets the index of the specified key.
    + java.util.ListkeyList() + +
    +          Gets a view over the keys in the map as a List.
    + java.util.SetkeySet() + +
    +          Gets a view over the keys in the map.
    + java.lang.ObjectlastKey() + +
    +          Gets the last key in this map by insert order.
    + MapIteratormapIterator() + +
    +          Obtains a MapIterator over the map.
    + java.lang.ObjectnextKey(java.lang.Object key) + +
    +          Gets the next key to the one specified using insert order.
    + OrderedMapIteratororderedMapIterator() + +
    +          Obtains an OrderedMapIterator over the map.
    + java.lang.ObjectpreviousKey(java.lang.Object key) + +
    +          Gets the previous key to the one specified using insert order.
    + java.lang.Objectput(int index, + java.lang.Object key, + java.lang.Object value) + +
    +          Puts a key-value mapping into the map at the specified index.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +           
    + voidputAll(java.util.Map map) + +
    +           
    + java.lang.Objectremove(int index) + +
    +          Removes the element at the specified index.
    + java.lang.Objectremove(java.lang.Object key) + +
    +           
    + java.lang.ObjectsetValue(int index, + java.lang.Object value) + +
    +          Sets the value at the specified index.
    + java.lang.StringtoString() + +
    +          Returns the Map as a string.
    + java.util.ListvalueList() + +
    +          Gets a view over the values in the map as a List.
    + java.util.Collectionvalues() + +
    +          Gets a view over the values in the map.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +insertOrder

    +
    +protected final java.util.List insertOrder
    +
    +
    Internal list to hold the sequence of objects +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ListOrderedMap

    +
    +public ListOrderedMap()
    +
    Constructs a new empty ListOrderedMap that decorates - a HashMap. -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -

    -ListOrderedMap

    -
    -protected ListOrderedMap(java.util.Map map)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    map - the map to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static OrderedMap decorate(java.util.Map map)
    -
    + a HashMap. +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +

    +ListOrderedMap

    +
    +protected ListOrderedMap(java.util.Map map)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    map - the map to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static OrderedMap decorate(java.util.Map map)
    +
    Factory method to create an ordered map.

    - An ArrayList is used to retain order. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    -
    -
    -
    - -

    -mapIterator

    -
    -public MapIterator mapIterator()
    -
    -
    Description copied from interface: IterableMap
    + An ArrayList is used to retain order. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    +
    +
    +
    + +

    +mapIterator

    +
    +public MapIterator mapIterator()
    +
    +
    Description copied from interface: IterableMap
    Obtains a MapIterator over the map.

    A map iterator is an efficient way of iterating over maps. @@ -551,24 +551,24 @@ public -

    -

    -
    Specified by:
    mapIterator in interface IterableMap
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    -
    - -

    -orderedMapIterator

    -
    -public OrderedMapIterator orderedMapIterator()
    -
    -
    Description copied from interface: OrderedMap
    + +

    +

    +
    Specified by:
    mapIterator in interface IterableMap
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    +
    + +

    +orderedMapIterator

    +
    +public OrderedMapIterator orderedMapIterator()
    +
    +
    Description copied from interface: OrderedMap
    Obtains an OrderedMapIterator over the map.

    A ordered map iterator is an efficient way of iterating over maps @@ -582,354 +582,354 @@ public -

    -

    -
    Specified by:
    orderedMapIterator in interface OrderedMap
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    -
    - -

    -firstKey

    -
    -public java.lang.Object firstKey()
    -
    -
    Gets the first key in this map by insert order. -

    -

    -
    Specified by:
    firstKey in interface OrderedMap
    -
    -
    - -
    Returns:
    the first key currently in this map -
    Throws: -
    java.util.NoSuchElementException - if this map is empty
    -
    -
    -
    - -

    -lastKey

    -
    -public java.lang.Object lastKey()
    -
    -
    Gets the last key in this map by insert order. -

    -

    -
    Specified by:
    lastKey in interface OrderedMap
    -
    -
    - -
    Returns:
    the last key currently in this map -
    Throws: -
    java.util.NoSuchElementException - if this map is empty
    -
    -
    -
    - -

    -nextKey

    -
    -public java.lang.Object nextKey(java.lang.Object key)
    -
    + +

    +

    +
    Specified by:
    orderedMapIterator in interface OrderedMap
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    +
    + +

    +firstKey

    +
    +public java.lang.Object firstKey()
    +
    +
    Gets the first key in this map by insert order. +

    +

    +
    Specified by:
    firstKey in interface OrderedMap
    +
    +
    + +
    Returns:
    the first key currently in this map +
    Throws: +
    java.util.NoSuchElementException - if this map is empty
    +
    +
    +
    + +

    +lastKey

    +
    +public java.lang.Object lastKey()
    +
    +
    Gets the last key in this map by insert order. +

    +

    +
    Specified by:
    lastKey in interface OrderedMap
    +
    +
    + +
    Returns:
    the last key currently in this map +
    Throws: +
    java.util.NoSuchElementException - if this map is empty
    +
    +
    +
    + +

    +nextKey

    +
    +public java.lang.Object nextKey(java.lang.Object key)
    +
    Gets the next key to the one specified using insert order. - This method performs a list search to find the key and is O(n). -

    -

    -
    Specified by:
    nextKey in interface OrderedMap
    -
    -
    -
    Parameters:
    key - the key to find previous for -
    Returns:
    the next key, null if no match or at start
    -
    -
    -
    - -

    -previousKey

    -
    -public java.lang.Object previousKey(java.lang.Object key)
    -
    + This method performs a list search to find the key and is O(n). +

    +

    +
    Specified by:
    nextKey in interface OrderedMap
    +
    +
    +
    Parameters:
    key - the key to find previous for +
    Returns:
    the next key, null if no match or at start
    +
    +
    +
    + +

    +previousKey

    +
    +public java.lang.Object previousKey(java.lang.Object key)
    +
    Gets the previous key to the one specified using insert order. - This method performs a list search to find the key and is O(n). -

    -

    -
    Specified by:
    previousKey in interface OrderedMap
    -
    -
    -
    Parameters:
    key - the key to find previous for -
    Returns:
    the previous key, null if no match or at start
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    -
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map map)
    -
    -
    -
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    -
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    + This method performs a list search to find the key and is O(n). +

    +

    +
    Specified by:
    previousKey in interface OrderedMap
    +
    +
    +
    Parameters:
    key - the key to find previous for +
    Returns:
    the previous key, null if no match or at start
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    +
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map map)
    +
    +
    +
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    +
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    Gets a view over the keys in the map.

    - The Collection will be ordered by object insertion into the map. -

    -

    -
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    -
    -
    - -
    Returns:
    the fully modifiable collection view over the keys
    See Also:
    keyList()
    -
    -
    -
    - -

    -keyList

    -
    -public java.util.List keyList()
    -
    + The Collection will be ordered by object insertion into the map. +

    +

    +
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    +
    +
    + +
    Returns:
    the fully modifiable collection view over the keys
    See Also:
    keyList()
    +
    +
    +
    + +

    +keyList

    +
    +public java.util.List keyList()
    +
    Gets a view over the keys in the map as a List.

    The List will be ordered by object insertion into the map. - The List is unmodifiable. -

    -

    -
    -
    -
    - -
    Returns:
    the unmodifiable list view over the keys
    Since:
    -
    Commons Collections 3.2
    -
    See Also:
    keySet()
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    + The List is unmodifiable. +

    +

    +
    +
    +
    + +
    Returns:
    the unmodifiable list view over the keys
    Since:
    +
    Commons Collections 3.2
    +
    See Also:
    keySet()
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    Gets a view over the values in the map.

    The Collection will be ordered by object insertion into the map.

    From Commons Collections 3.2, this Collection can be cast - to a list, see valueList() -

    -

    -
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    -
    -
    - -
    Returns:
    the fully modifiable collection view over the values
    See Also:
    valueList()
    -
    -
    -
    - -

    -valueList

    -
    -public java.util.List valueList()
    -
    + to a list, see valueList() +

    +

    +
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    +
    +
    + +
    Returns:
    the fully modifiable collection view over the values
    See Also:
    valueList()
    +
    +
    +
    + +

    +valueList

    +
    +public java.util.List valueList()
    +
    Gets a view over the values in the map as a List.

    The List will be ordered by object insertion into the map. - The List supports remove and set, but does not support add. -

    -

    -
    -
    -
    - -
    Returns:
    the partially modifiable list view over the values
    Since:
    -
    Commons Collections 3.2
    -
    See Also:
    values()
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    + The List supports remove and set, but does not support add. +

    +

    +
    +
    +
    + +
    Returns:
    the partially modifiable list view over the values
    Since:
    +
    Commons Collections 3.2
    +
    See Also:
    values()
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    Gets a view over the entries in the map.

    - The Set will be ordered by object insertion into the map. -

    -

    -
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    -
    -
    - -
    Returns:
    the fully modifiable set view over the entries
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    Returns the Map as a string. -

    -

    -
    Overrides:
    toString in class AbstractMapDecorator
    -
    -
    - -
    Returns:
    the Map as a String
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(int index)
    -
    -
    Gets the key at the specified index. -

    -

    -
    -
    -
    -
    Parameters:
    index - the index to retrieve -
    Returns:
    the key at the specified index -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is invalid
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue(int index)
    -
    -
    Gets the value at the specified index. -

    -

    -
    -
    -
    -
    Parameters:
    index - the index to retrieve -
    Returns:
    the key at the specified index -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is invalid
    -
    -
    -
    - -

    -indexOf

    -
    -public int indexOf(java.lang.Object key)
    -
    -
    Gets the index of the specified key. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to find the index of -
    Returns:
    the index, or -1 if not found
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(int index,
    -                                 java.lang.Object value)
    -
    -
    Sets the value at the specified index. -

    -

    -
    -
    -
    -
    Parameters:
    index - the index of the value to set -
    Returns:
    the previous value at that index -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is invalid
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(int index,
    -                            java.lang.Object key,
    -                            java.lang.Object value)
    -
    + The Set will be ordered by object insertion into the map. +

    +

    +
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    +
    +
    + +
    Returns:
    the fully modifiable set view over the entries
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Returns the Map as a string. +

    +

    +
    Overrides:
    toString in class AbstractMapDecorator
    +
    +
    + +
    Returns:
    the Map as a String
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(int index)
    +
    +
    Gets the key at the specified index. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to retrieve +
    Returns:
    the key at the specified index +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue(int index)
    +
    +
    Gets the value at the specified index. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to retrieve +
    Returns:
    the key at the specified index +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(java.lang.Object key)
    +
    +
    Gets the index of the specified key. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to find the index of +
    Returns:
    the index, or -1 if not found
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(int index,
    +                                 java.lang.Object value)
    +
    +
    Sets the value at the specified index. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index of the value to set +
    Returns:
    the previous value at that index +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(int index,
    +                            java.lang.Object key,
    +                            java.lang.Object value)
    +
    Puts a key-value mapping into the map at the specified index.

    If the map already contains the key, then the original mapping @@ -939,46 +939,46 @@ public java.lang.Object put(int index,

    Thus the steps are: (1) remove the existing key-value mapping, then (2) insert the new key-value mapping at the position it - would have been inserted had the remove not ocurred. -

    -

    -
    -
    -
    -
    Parameters:
    index - the index at which the mapping should be inserted
    key - the key
    value - the value -
    Returns:
    the value previously mapped to the key -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is out of range
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(int index)
    -
    -
    Removes the element at the specified index. -

    -

    -
    -
    -
    -
    Parameters:
    index - the index of the object to remove -
    Returns:
    the removed value, or null if none existed -
    Throws: -
    java.lang.IndexOutOfBoundsException - if the index is invalid
    -
    -
    -
    - -

    -asList

    -
    -public java.util.List asList()
    -
    + would have been inserted had the remove not ocurred. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index at which the mapping should be inserted
    key - the key
    value - the value +
    Returns:
    the value previously mapped to the key +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(int index)
    +
    +
    Removes the element at the specified index. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index of the object to remove +
    Returns:
    the removed value, or null if none existed +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +asList

    +
    +public java.util.List asList()
    +
    Gets an unmodifiable List view of the keys which changes as the map changes.

    The returned list is unmodifiable because changes to the values of @@ -989,78 +989,78 @@ public java.util.List asList() mapping is added to the map and thus where it appears in the list.

    An alternative to this method is to use the better named - keyList() or keySet(). -

    -

    -
    -
    -
    - -
    Returns:
    The ordered list of keys.
    See Also:
    keyList(), -keySet()
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + keyList() or keySet(). +

    +

    +
    +
    +
    + +
    Returns:
    The ordered list of keys.
    See Also:
    keyList(), +keySet()
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/MultiKeyMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/MultiKeyMap.html index 82bab46..7db058d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/MultiKeyMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/MultiKeyMap.html @@ -1,107 +1,107 @@ - - - - - - - -MultiKeyMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class MultiKeyMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.MultiKeyMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, IterableMap
    -
    -
    -
    -
    public class MultiKeyMap
    extends java.lang.Object
    implements IterableMap, java.io.Serializable
    - - -

    + + + + + + + +MultiKeyMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class MultiKeyMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.MultiKeyMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, IterableMap
    +
    +
    +
    +
    public class MultiKeyMap
    extends java.lang.Object
    implements IterableMap, java.io.Serializable
    + + +

    A Map implementation that uses multiple keys to map the value.

    This class is the most efficient way to uses multiple keys to map to a value. @@ -131,7 +131,7 @@ A Map implementation that uses multiple keys to map the value. and a Locale to lookup the airline's name:

      private MultiKeyMap cache = MultiKeyMap.decorate(new LRUMap(50));
    - 
    +
      public String getAirlineName(String code, String locale) {
        String name = (String) cache.get(code, locale);
        if (name == null) {
    @@ -145,1285 +145,1285 @@ A Map implementation that uses multiple keys to map the value.
      Note that MultiKeyMap is not synchronized and is not thread-safe.
      If you wish to use this map from multiple threads concurrently, you must use
      appropriate synchronization. This class may throw exceptions when accessed
    - by concurrent threads without synchronization.
    -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - -
    -Field Summary
    -protected  AbstractHashedMapmap - -
    -          The decorated map
    -  - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Constructor Summary
    - MultiKeyMap() - -
    -          Constructs a new MultiKeyMap that decorates a HashedMap.
    -protected MultiKeyMap(AbstractHashedMap map) - -
    + by concurrent threads without synchronization. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + +
    +Field Summary
    +protected  AbstractHashedMapmap + +
    +          The decorated map
    +  + + + + + + + + + + + + + + - -
    +Constructor Summary
    + MultiKeyMap() + +
    +          Constructs a new MultiKeyMap that decorates a HashedMap.
    +protected MultiKeyMap(AbstractHashedMap map) + +
              Constructor that decorates the specified map and is called from - decorate(AbstractHashedMap).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    -protected  voidcheckKey(java.lang.Object key) - -
    -          Check to ensure that input keys are valid MultiKey objects.
    - voidclear() - -
    -           
    - java.lang.Objectclone() - -
    -          Clones the map without cloning the keys or values.
    - booleancontainsKey(java.lang.Object key) - -
    -           
    - booleancontainsKey(java.lang.Object key1, - java.lang.Object key2) - -
    -          Checks whether the map contains the specified multi-key.
    - booleancontainsKey(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3) - -
    -          Checks whether the map contains the specified multi-key.
    - booleancontainsKey(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object key4) - -
    -          Checks whether the map contains the specified multi-key.
    - booleancontainsKey(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object key4, - java.lang.Object key5) - -
    -          Checks whether the map contains the specified multi-key.
    - booleancontainsValue(java.lang.Object value) - -
    -           
    -static MultiKeyMapdecorate(AbstractHashedMap map) - -
    -          Decorates the specified map to add the MultiKeyMap API and fast query.
    - java.util.SetentrySet() - -
    -           
    - booleanequals(java.lang.Object obj) - -
    -           
    - java.lang.Objectget(java.lang.Object key) - -
    -           
    - java.lang.Objectget(java.lang.Object key1, - java.lang.Object key2) - -
    -          Gets the value mapped to the specified multi-key.
    - java.lang.Objectget(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3) - -
    -          Gets the value mapped to the specified multi-key.
    - java.lang.Objectget(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object key4) - -
    -          Gets the value mapped to the specified multi-key.
    - java.lang.Objectget(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object key4, - java.lang.Object key5) - -
    -          Gets the value mapped to the specified multi-key.
    -protected  inthash(java.lang.Object key1, - java.lang.Object key2) - -
    -          Gets the hash code for the specified multi-key.
    -protected  inthash(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3) - -
    -          Gets the hash code for the specified multi-key.
    -protected  inthash(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object key4) - -
    -          Gets the hash code for the specified multi-key.
    -protected  inthash(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object key4, - java.lang.Object key5) - -
    -          Gets the hash code for the specified multi-key.
    - inthashCode() - -
    -           
    - booleanisEmpty() - -
    -           
    -protected  booleanisEqualKey(AbstractHashedMap.HashEntry entry, - java.lang.Object key1, - java.lang.Object key2) - -
    -          Is the key equal to the combined key.
    -protected  booleanisEqualKey(AbstractHashedMap.HashEntry entry, - java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3) - -
    -          Is the key equal to the combined key.
    -protected  booleanisEqualKey(AbstractHashedMap.HashEntry entry, - java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object key4) - -
    -          Is the key equal to the combined key.
    -protected  booleanisEqualKey(AbstractHashedMap.HashEntry entry, - java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object key4, - java.lang.Object key5) - -
    -          Is the key equal to the combined key.
    - java.util.SetkeySet() - -
    -           
    - MapIteratormapIterator() - -
    -          Obtains a MapIterator over the map.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    + decorate(AbstractHashedMap).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    +protected  voidcheckKey(java.lang.Object key) + +
    +          Check to ensure that input keys are valid MultiKey objects.
    + voidclear() + +
    +           
    + java.lang.Objectclone() + +
    +          Clones the map without cloning the keys or values.
    + booleancontainsKey(java.lang.Object key) + +
    +           
    + booleancontainsKey(java.lang.Object key1, + java.lang.Object key2) + +
    +          Checks whether the map contains the specified multi-key.
    + booleancontainsKey(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3) + +
    +          Checks whether the map contains the specified multi-key.
    + booleancontainsKey(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object key4) + +
    +          Checks whether the map contains the specified multi-key.
    + booleancontainsKey(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object key4, + java.lang.Object key5) + +
    +          Checks whether the map contains the specified multi-key.
    + booleancontainsValue(java.lang.Object value) + +
    +           
    +static MultiKeyMapdecorate(AbstractHashedMap map) + +
    +          Decorates the specified map to add the MultiKeyMap API and fast query.
    + java.util.SetentrySet() + +
    +           
    + booleanequals(java.lang.Object obj) + +
    +           
    + java.lang.Objectget(java.lang.Object key) + +
    +           
    + java.lang.Objectget(java.lang.Object key1, + java.lang.Object key2) + +
    +          Gets the value mapped to the specified multi-key.
    + java.lang.Objectget(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3) + +
    +          Gets the value mapped to the specified multi-key.
    + java.lang.Objectget(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object key4) + +
    +          Gets the value mapped to the specified multi-key.
    + java.lang.Objectget(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object key4, + java.lang.Object key5) + +
    +          Gets the value mapped to the specified multi-key.
    +protected  inthash(java.lang.Object key1, + java.lang.Object key2) + +
    +          Gets the hash code for the specified multi-key.
    +protected  inthash(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3) + +
    +          Gets the hash code for the specified multi-key.
    +protected  inthash(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object key4) + +
    +          Gets the hash code for the specified multi-key.
    +protected  inthash(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object key4, + java.lang.Object key5) + +
    +          Gets the hash code for the specified multi-key.
    + inthashCode() + +
    +           
    + booleanisEmpty() + +
    +           
    +protected  booleanisEqualKey(AbstractHashedMap.HashEntry entry, + java.lang.Object key1, + java.lang.Object key2) + +
    +          Is the key equal to the combined key.
    +protected  booleanisEqualKey(AbstractHashedMap.HashEntry entry, + java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3) + +
    +          Is the key equal to the combined key.
    +protected  booleanisEqualKey(AbstractHashedMap.HashEntry entry, + java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object key4) + +
    +          Is the key equal to the combined key.
    +protected  booleanisEqualKey(AbstractHashedMap.HashEntry entry, + java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object key4, + java.lang.Object key5) + +
    +          Is the key equal to the combined key.
    + java.util.SetkeySet() + +
    +           
    + MapIteratormapIterator() + +
    +          Obtains a MapIterator over the map.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
              Puts the key and value into the map, where the key must be a non-null - MultiKey object.
    - java.lang.Objectput(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object value) - -
    -          Stores the value against the specified multi-key.
    - java.lang.Objectput(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object value) - -
    -          Stores the value against the specified multi-key.
    - java.lang.Objectput(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object key4, - java.lang.Object value) - -
    -          Stores the value against the specified multi-key.
    - java.lang.Objectput(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object key4, - java.lang.Object key5, - java.lang.Object value) - -
    -          Stores the value against the specified multi-key.
    - voidputAll(java.util.Map mapToCopy) - -
    -          Copies all of the keys and values from the specified map to this map.
    - java.lang.Objectremove(java.lang.Object key) - -
    -           
    - java.lang.Objectremove(java.lang.Object key1, - java.lang.Object key2) - -
    -          Removes the specified multi-key from this map.
    - java.lang.Objectremove(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3) - -
    -          Removes the specified multi-key from this map.
    - java.lang.Objectremove(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object key4) - -
    -          Removes the specified multi-key from this map.
    - java.lang.Objectremove(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object key4, - java.lang.Object key5) - -
    -          Removes the specified multi-key from this map.
    - booleanremoveAll(java.lang.Object key1) - -
    -          Removes all mappings where the first key is that specified.
    - booleanremoveAll(java.lang.Object key1, - java.lang.Object key2) - -
    -          Removes all mappings where the first two keys are those specified.
    - booleanremoveAll(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3) - -
    -          Removes all mappings where the first three keys are those specified.
    - booleanremoveAll(java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object key4) - -
    -          Removes all mappings where the first four keys are those specified.
    - intsize() - -
    -           
    - java.lang.StringtoString() - -
    -           
    - java.util.Collectionvalues() - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -map

    -
    -protected final AbstractHashedMap map
    -
    -
    The decorated map -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -MultiKeyMap

    -
    -public MultiKeyMap()
    -
    -
    Constructs a new MultiKeyMap that decorates a HashedMap. -

    -

    -
    - -

    -MultiKeyMap

    -
    -protected MultiKeyMap(AbstractHashedMap map)
    -
    + MultiKey object.
    + java.lang.Objectput(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object value) + +
    +          Stores the value against the specified multi-key.
    + java.lang.Objectput(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object value) + +
    +          Stores the value against the specified multi-key.
    + java.lang.Objectput(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object key4, + java.lang.Object value) + +
    +          Stores the value against the specified multi-key.
    + java.lang.Objectput(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object key4, + java.lang.Object key5, + java.lang.Object value) + +
    +          Stores the value against the specified multi-key.
    + voidputAll(java.util.Map mapToCopy) + +
    +          Copies all of the keys and values from the specified map to this map.
    + java.lang.Objectremove(java.lang.Object key) + +
    +           
    + java.lang.Objectremove(java.lang.Object key1, + java.lang.Object key2) + +
    +          Removes the specified multi-key from this map.
    + java.lang.Objectremove(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3) + +
    +          Removes the specified multi-key from this map.
    + java.lang.Objectremove(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object key4) + +
    +          Removes the specified multi-key from this map.
    + java.lang.Objectremove(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object key4, + java.lang.Object key5) + +
    +          Removes the specified multi-key from this map.
    + booleanremoveAll(java.lang.Object key1) + +
    +          Removes all mappings where the first key is that specified.
    + booleanremoveAll(java.lang.Object key1, + java.lang.Object key2) + +
    +          Removes all mappings where the first two keys are those specified.
    + booleanremoveAll(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3) + +
    +          Removes all mappings where the first three keys are those specified.
    + booleanremoveAll(java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object key4) + +
    +          Removes all mappings where the first four keys are those specified.
    + intsize() + +
    +           
    + java.lang.StringtoString() + +
    +           
    + java.util.Collectionvalues() + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +map

    +
    +protected final AbstractHashedMap map
    +
    +
    The decorated map +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +MultiKeyMap

    +
    +public MultiKeyMap()
    +
    +
    Constructs a new MultiKeyMap that decorates a HashedMap. +

    +

    +
    + +

    +MultiKeyMap

    +
    +protected MultiKeyMap(AbstractHashedMap map)
    +
    Constructor that decorates the specified map and is called from decorate(AbstractHashedMap). The map must not be null and should be empty or only contain valid keys. - This constructor performs no validation. -

    -

    -
    Parameters:
    map - the map to decorate
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static MultiKeyMap decorate(AbstractHashedMap map)
    -
    + This constructor performs no validation. +

    +

    +
    Parameters:
    map - the map to decorate
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static MultiKeyMap decorate(AbstractHashedMap map)
    +
    Decorates the specified map to add the MultiKeyMap API and fast query. - The map must not be null and must be empty. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, not null -
    Throws: -
    java.lang.IllegalArgumentException - if the map is null or not empty
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key1,
    -                            java.lang.Object key2)
    -
    -
    Gets the value mapped to the specified multi-key. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key -
    Returns:
    the mapped value, null if no match
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key1,
    -                           java.lang.Object key2)
    -
    -
    Checks whether the map contains the specified multi-key. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key -
    Returns:
    true if the map contains the key
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key1,
    -                            java.lang.Object key2,
    -                            java.lang.Object value)
    -
    -
    Stores the value against the specified multi-key. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    value - the value to store -
    Returns:
    the value previously mapped to this combined key, null if none
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key1,
    -                               java.lang.Object key2)
    -
    -
    Removes the specified multi-key from this map. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key -
    Returns:
    the value mapped to the removed key, null if key not in map
    -
    -
    -
    - -

    -hash

    -
    -protected int hash(java.lang.Object key1,
    -                   java.lang.Object key2)
    -
    -
    Gets the hash code for the specified multi-key. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key -
    Returns:
    the hash code
    -
    -
    -
    - -

    -isEqualKey

    -
    -protected boolean isEqualKey(AbstractHashedMap.HashEntry entry,
    -                             java.lang.Object key1,
    -                             java.lang.Object key2)
    -
    -
    Is the key equal to the combined key. -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to compare to
    key1 - the first key
    key2 - the second key -
    Returns:
    true if the key matches
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key1,
    -                            java.lang.Object key2,
    -                            java.lang.Object key3)
    -
    -
    Gets the value mapped to the specified multi-key. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key -
    Returns:
    the mapped value, null if no match
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key1,
    -                           java.lang.Object key2,
    -                           java.lang.Object key3)
    -
    -
    Checks whether the map contains the specified multi-key. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key -
    Returns:
    true if the map contains the key
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key1,
    -                            java.lang.Object key2,
    -                            java.lang.Object key3,
    -                            java.lang.Object value)
    -
    -
    Stores the value against the specified multi-key. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    value - the value to store -
    Returns:
    the value previously mapped to this combined key, null if none
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key1,
    -                               java.lang.Object key2,
    -                               java.lang.Object key3)
    -
    -
    Removes the specified multi-key from this map. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key -
    Returns:
    the value mapped to the removed key, null if key not in map
    -
    -
    -
    - -

    -hash

    -
    -protected int hash(java.lang.Object key1,
    -                   java.lang.Object key2,
    -                   java.lang.Object key3)
    -
    -
    Gets the hash code for the specified multi-key. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key -
    Returns:
    the hash code
    -
    -
    -
    - -

    -isEqualKey

    -
    -protected boolean isEqualKey(AbstractHashedMap.HashEntry entry,
    -                             java.lang.Object key1,
    -                             java.lang.Object key2,
    -                             java.lang.Object key3)
    -
    -
    Is the key equal to the combined key. -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to compare to
    key1 - the first key
    key2 - the second key
    key3 - the third key -
    Returns:
    true if the key matches
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key1,
    -                            java.lang.Object key2,
    -                            java.lang.Object key3,
    -                            java.lang.Object key4)
    -
    -
    Gets the value mapped to the specified multi-key. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key -
    Returns:
    the mapped value, null if no match
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key1,
    -                           java.lang.Object key2,
    -                           java.lang.Object key3,
    -                           java.lang.Object key4)
    -
    -
    Checks whether the map contains the specified multi-key. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key -
    Returns:
    true if the map contains the key
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key1,
    -                            java.lang.Object key2,
    -                            java.lang.Object key3,
    -                            java.lang.Object key4,
    -                            java.lang.Object value)
    -
    -
    Stores the value against the specified multi-key. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    value - the value to store -
    Returns:
    the value previously mapped to this combined key, null if none
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key1,
    -                               java.lang.Object key2,
    -                               java.lang.Object key3,
    -                               java.lang.Object key4)
    -
    -
    Removes the specified multi-key from this map. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key -
    Returns:
    the value mapped to the removed key, null if key not in map
    -
    -
    -
    - -

    -hash

    -
    -protected int hash(java.lang.Object key1,
    -                   java.lang.Object key2,
    -                   java.lang.Object key3,
    -                   java.lang.Object key4)
    -
    -
    Gets the hash code for the specified multi-key. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key -
    Returns:
    the hash code
    -
    -
    -
    - -

    -isEqualKey

    -
    -protected boolean isEqualKey(AbstractHashedMap.HashEntry entry,
    -                             java.lang.Object key1,
    -                             java.lang.Object key2,
    -                             java.lang.Object key3,
    -                             java.lang.Object key4)
    -
    -
    Is the key equal to the combined key. -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to compare to
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key -
    Returns:
    true if the key matches
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key1,
    -                            java.lang.Object key2,
    -                            java.lang.Object key3,
    -                            java.lang.Object key4,
    -                            java.lang.Object key5)
    -
    -
    Gets the value mapped to the specified multi-key. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    key5 - the fifth key -
    Returns:
    the mapped value, null if no match
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key1,
    -                           java.lang.Object key2,
    -                           java.lang.Object key3,
    -                           java.lang.Object key4,
    -                           java.lang.Object key5)
    -
    -
    Checks whether the map contains the specified multi-key. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    key5 - the fifth key -
    Returns:
    true if the map contains the key
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key1,
    -                            java.lang.Object key2,
    -                            java.lang.Object key3,
    -                            java.lang.Object key4,
    -                            java.lang.Object key5,
    -                            java.lang.Object value)
    -
    -
    Stores the value against the specified multi-key. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    key5 - the fifth key
    value - the value to store -
    Returns:
    the value previously mapped to this combined key, null if none
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key1,
    -                               java.lang.Object key2,
    -                               java.lang.Object key3,
    -                               java.lang.Object key4,
    -                               java.lang.Object key5)
    -
    -
    Removes the specified multi-key from this map. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    key5 - the fifth key -
    Returns:
    the value mapped to the removed key, null if key not in map
    -
    -
    -
    - -

    -hash

    -
    -protected int hash(java.lang.Object key1,
    -                   java.lang.Object key2,
    -                   java.lang.Object key3,
    -                   java.lang.Object key4,
    -                   java.lang.Object key5)
    -
    -
    Gets the hash code for the specified multi-key. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    key5 - the fifth key -
    Returns:
    the hash code
    -
    -
    -
    - -

    -isEqualKey

    -
    -protected boolean isEqualKey(AbstractHashedMap.HashEntry entry,
    -                             java.lang.Object key1,
    -                             java.lang.Object key2,
    -                             java.lang.Object key3,
    -                             java.lang.Object key4,
    -                             java.lang.Object key5)
    -
    -
    Is the key equal to the combined key. -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry to compare to
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    key5 - the fifth key -
    Returns:
    true if the key matches
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.lang.Object key1)
    -
    + The map must not be null and must be empty. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, not null +
    Throws: +
    java.lang.IllegalArgumentException - if the map is null or not empty
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key1,
    +                            java.lang.Object key2)
    +
    +
    Gets the value mapped to the specified multi-key. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key +
    Returns:
    the mapped value, null if no match
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key1,
    +                           java.lang.Object key2)
    +
    +
    Checks whether the map contains the specified multi-key. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key +
    Returns:
    true if the map contains the key
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key1,
    +                            java.lang.Object key2,
    +                            java.lang.Object value)
    +
    +
    Stores the value against the specified multi-key. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    value - the value to store +
    Returns:
    the value previously mapped to this combined key, null if none
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key1,
    +                               java.lang.Object key2)
    +
    +
    Removes the specified multi-key from this map. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key +
    Returns:
    the value mapped to the removed key, null if key not in map
    +
    +
    +
    + +

    +hash

    +
    +protected int hash(java.lang.Object key1,
    +                   java.lang.Object key2)
    +
    +
    Gets the hash code for the specified multi-key. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key +
    Returns:
    the hash code
    +
    +
    +
    + +

    +isEqualKey

    +
    +protected boolean isEqualKey(AbstractHashedMap.HashEntry entry,
    +                             java.lang.Object key1,
    +                             java.lang.Object key2)
    +
    +
    Is the key equal to the combined key. +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to compare to
    key1 - the first key
    key2 - the second key +
    Returns:
    true if the key matches
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key1,
    +                            java.lang.Object key2,
    +                            java.lang.Object key3)
    +
    +
    Gets the value mapped to the specified multi-key. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key +
    Returns:
    the mapped value, null if no match
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key1,
    +                           java.lang.Object key2,
    +                           java.lang.Object key3)
    +
    +
    Checks whether the map contains the specified multi-key. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key +
    Returns:
    true if the map contains the key
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key1,
    +                            java.lang.Object key2,
    +                            java.lang.Object key3,
    +                            java.lang.Object value)
    +
    +
    Stores the value against the specified multi-key. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    value - the value to store +
    Returns:
    the value previously mapped to this combined key, null if none
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key1,
    +                               java.lang.Object key2,
    +                               java.lang.Object key3)
    +
    +
    Removes the specified multi-key from this map. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key +
    Returns:
    the value mapped to the removed key, null if key not in map
    +
    +
    +
    + +

    +hash

    +
    +protected int hash(java.lang.Object key1,
    +                   java.lang.Object key2,
    +                   java.lang.Object key3)
    +
    +
    Gets the hash code for the specified multi-key. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key +
    Returns:
    the hash code
    +
    +
    +
    + +

    +isEqualKey

    +
    +protected boolean isEqualKey(AbstractHashedMap.HashEntry entry,
    +                             java.lang.Object key1,
    +                             java.lang.Object key2,
    +                             java.lang.Object key3)
    +
    +
    Is the key equal to the combined key. +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to compare to
    key1 - the first key
    key2 - the second key
    key3 - the third key +
    Returns:
    true if the key matches
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key1,
    +                            java.lang.Object key2,
    +                            java.lang.Object key3,
    +                            java.lang.Object key4)
    +
    +
    Gets the value mapped to the specified multi-key. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key +
    Returns:
    the mapped value, null if no match
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key1,
    +                           java.lang.Object key2,
    +                           java.lang.Object key3,
    +                           java.lang.Object key4)
    +
    +
    Checks whether the map contains the specified multi-key. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key +
    Returns:
    true if the map contains the key
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key1,
    +                            java.lang.Object key2,
    +                            java.lang.Object key3,
    +                            java.lang.Object key4,
    +                            java.lang.Object value)
    +
    +
    Stores the value against the specified multi-key. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    value - the value to store +
    Returns:
    the value previously mapped to this combined key, null if none
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key1,
    +                               java.lang.Object key2,
    +                               java.lang.Object key3,
    +                               java.lang.Object key4)
    +
    +
    Removes the specified multi-key from this map. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key +
    Returns:
    the value mapped to the removed key, null if key not in map
    +
    +
    +
    + +

    +hash

    +
    +protected int hash(java.lang.Object key1,
    +                   java.lang.Object key2,
    +                   java.lang.Object key3,
    +                   java.lang.Object key4)
    +
    +
    Gets the hash code for the specified multi-key. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key +
    Returns:
    the hash code
    +
    +
    +
    + +

    +isEqualKey

    +
    +protected boolean isEqualKey(AbstractHashedMap.HashEntry entry,
    +                             java.lang.Object key1,
    +                             java.lang.Object key2,
    +                             java.lang.Object key3,
    +                             java.lang.Object key4)
    +
    +
    Is the key equal to the combined key. +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to compare to
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key +
    Returns:
    true if the key matches
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key1,
    +                            java.lang.Object key2,
    +                            java.lang.Object key3,
    +                            java.lang.Object key4,
    +                            java.lang.Object key5)
    +
    +
    Gets the value mapped to the specified multi-key. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    key5 - the fifth key +
    Returns:
    the mapped value, null if no match
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key1,
    +                           java.lang.Object key2,
    +                           java.lang.Object key3,
    +                           java.lang.Object key4,
    +                           java.lang.Object key5)
    +
    +
    Checks whether the map contains the specified multi-key. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    key5 - the fifth key +
    Returns:
    true if the map contains the key
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key1,
    +                            java.lang.Object key2,
    +                            java.lang.Object key3,
    +                            java.lang.Object key4,
    +                            java.lang.Object key5,
    +                            java.lang.Object value)
    +
    +
    Stores the value against the specified multi-key. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    key5 - the fifth key
    value - the value to store +
    Returns:
    the value previously mapped to this combined key, null if none
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key1,
    +                               java.lang.Object key2,
    +                               java.lang.Object key3,
    +                               java.lang.Object key4,
    +                               java.lang.Object key5)
    +
    +
    Removes the specified multi-key from this map. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    key5 - the fifth key +
    Returns:
    the value mapped to the removed key, null if key not in map
    +
    +
    +
    + +

    +hash

    +
    +protected int hash(java.lang.Object key1,
    +                   java.lang.Object key2,
    +                   java.lang.Object key3,
    +                   java.lang.Object key4,
    +                   java.lang.Object key5)
    +
    +
    Gets the hash code for the specified multi-key. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    key5 - the fifth key +
    Returns:
    the hash code
    +
    +
    +
    + +

    +isEqualKey

    +
    +protected boolean isEqualKey(AbstractHashedMap.HashEntry entry,
    +                             java.lang.Object key1,
    +                             java.lang.Object key2,
    +                             java.lang.Object key3,
    +                             java.lang.Object key4,
    +                             java.lang.Object key5)
    +
    +
    Is the key equal to the combined key. +

    +

    +
    +
    +
    +
    Parameters:
    entry - the entry to compare to
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key
    key5 - the fifth key +
    Returns:
    true if the key matches
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.lang.Object key1)
    +
    Removes all mappings where the first key is that specified.

    This method removes all the mappings where the MultiKey - has one or more keys, and the first matches that specified. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key -
    Returns:
    true if any elements were removed
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.lang.Object key1,
    -                         java.lang.Object key2)
    -
    + has one or more keys, and the first matches that specified. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key +
    Returns:
    true if any elements were removed
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.lang.Object key1,
    +                         java.lang.Object key2)
    +
    Removes all mappings where the first two keys are those specified.

    This method removes all the mappings where the MultiKey - has two or more keys, and the first two match those specified. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key -
    Returns:
    true if any elements were removed
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.lang.Object key1,
    -                         java.lang.Object key2,
    -                         java.lang.Object key3)
    -
    + has two or more keys, and the first two match those specified. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key +
    Returns:
    true if any elements were removed
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.lang.Object key1,
    +                         java.lang.Object key2,
    +                         java.lang.Object key3)
    +
    Removes all mappings where the first three keys are those specified.

    This method removes all the mappings where the MultiKey - has three or more keys, and the first three match those specified. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key -
    Returns:
    true if any elements were removed
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.lang.Object key1,
    -                         java.lang.Object key2,
    -                         java.lang.Object key3,
    -                         java.lang.Object key4)
    -
    + has three or more keys, and the first three match those specified. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key +
    Returns:
    true if any elements were removed
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.lang.Object key1,
    +                         java.lang.Object key2,
    +                         java.lang.Object key3,
    +                         java.lang.Object key4)
    +
    Removes all mappings where the first four keys are those specified.

    This method removes all the mappings where the MultiKey - has four or more keys, and the first four match those specified. -

    -

    -
    -
    -
    -
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key -
    Returns:
    true if any elements were removed
    -
    -
    -
    - -

    -checkKey

    -
    -protected void checkKey(java.lang.Object key)
    -
    -
    Check to ensure that input keys are valid MultiKey objects. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to check
    -
    -
    -
    - -

    -clone

    -
    -public java.lang.Object clone()
    -
    -
    Clones the map without cloning the keys or values. -

    -

    -
    Overrides:
    clone in class java.lang.Object
    -
    -
    - -
    Returns:
    a shallow clone
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    + has four or more keys, and the first four match those specified. +

    +

    +
    +
    +
    +
    Parameters:
    key1 - the first key
    key2 - the second key
    key3 - the third key
    key4 - the fourth key +
    Returns:
    true if any elements were removed
    +
    +
    +
    + +

    +checkKey

    +
    +protected void checkKey(java.lang.Object key)
    +
    +
    Check to ensure that input keys are valid MultiKey objects. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to check
    +
    +
    +
    + +

    +clone

    +
    +public java.lang.Object clone()
    +
    +
    Clones the map without cloning the keys or values. +

    +

    +
    Overrides:
    clone in class java.lang.Object
    +
    +
    + +
    Returns:
    a shallow clone
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    Puts the key and value into the map, where the key must be a non-null - MultiKey object. -

    -

    -
    Specified by:
    put in interface java.util.Map
    -
    -
    -
    Parameters:
    key - the non-null MultiKey object
    value - the value to store -
    Returns:
    the previous value for the key -
    Throws: -
    java.lang.NullPointerException - if the key is null -
    java.lang.ClassCastException - if the key is not a MultiKey
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map mapToCopy)
    -
    + MultiKey object. +

    +

    +
    Specified by:
    put in interface java.util.Map
    +
    +
    +
    Parameters:
    key - the non-null MultiKey object
    value - the value to store +
    Returns:
    the previous value for the key +
    Throws: +
    java.lang.NullPointerException - if the key is null +
    java.lang.ClassCastException - if the key is not a MultiKey
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map mapToCopy)
    +
    Copies all of the keys and values from the specified map to this map. - Each key must be non-null and a MultiKey object. -

    -

    -
    Specified by:
    putAll in interface java.util.Map
    -
    -
    -
    Parameters:
    mapToCopy - to this map -
    Throws: -
    java.lang.NullPointerException - if the mapToCopy or any key within is null -
    java.lang.ClassCastException - if any key in mapToCopy is not a MultiKey
    -
    -
    -
    - -

    -mapIterator

    -
    -public MapIterator mapIterator()
    -
    -
    Description copied from interface: IterableMap
    + Each key must be non-null and a MultiKey object. +

    +

    +
    Specified by:
    putAll in interface java.util.Map
    +
    +
    +
    Parameters:
    mapToCopy - to this map +
    Throws: +
    java.lang.NullPointerException - if the mapToCopy or any key within is null +
    java.lang.ClassCastException - if any key in mapToCopy is not a MultiKey
    +
    +
    +
    + +

    +mapIterator

    +
    +public MapIterator mapIterator()
    +
    +
    Description copied from interface: IterableMap
    Obtains a MapIterator over the map.

    A map iterator is an efficient way of iterating over maps. @@ -1436,259 +1436,259 @@ public -

    -

    -
    Specified by:
    mapIterator in interface IterableMap
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    -
    Specified by:
    size in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    -
    Specified by:
    isEmpty in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key)
    -
    -
    -
    Specified by:
    containsKey in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    -
    -
    Specified by:
    containsValue in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    -
    -
    Specified by:
    get in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    -
    Specified by:
    remove in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    -
    Specified by:
    keySet in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    -
    Specified by:
    values in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    -
    Specified by:
    entrySet in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    -
    -
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    -
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - +
    +

    +

    +
    Specified by:
    mapIterator in interface IterableMap
    +
    +
    + +
    Returns:
    a map iterator
    +
    + +
    + +

    +size

    +
    +public int size()
    +
    +
    +
    Specified by:
    size in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    +
    Specified by:
    isEmpty in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key)
    +
    +
    +
    Specified by:
    containsKey in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    +
    +
    Specified by:
    containsValue in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    +
    +
    Specified by:
    get in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    +
    Specified by:
    remove in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    +
    Specified by:
    keySet in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    +
    Specified by:
    values in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    +
    Specified by:
    entrySet in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    +
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    +
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/MultiValueMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/MultiValueMap.html index 772968b..e9c949c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/MultiValueMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/MultiValueMap.html @@ -1,108 +1,108 @@ - - - - - - - -MultiValueMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class MultiValueMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.map.MultiValueMap
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map, MultiMap
    -
    -
    -
    -
    public class MultiValueMap
    extends AbstractMapDecorator
    implements MultiMap
    - - -

    + + + + + + + +MultiValueMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class MultiValueMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.map.MultiValueMap
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map, MultiMap
    +
    +
    +
    +
    public class MultiValueMap
    extends AbstractMapDecorator
    implements MultiMap
    + + +

    A MultiValueMap decorates another map, allowing it to have more than one value for a key.

    @@ -121,680 +121,680 @@ A MultiValueMap decorates another map, allowing it to have Note that MultiValueMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. This class may throw exceptions when accessed - by concurrent threads without synchronization. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.2
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    James Carman, Christopher Berry, James Strachan, Steve Downey, Stephen Colebourne, Julien Buret, Serhiy Yevtushenko
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    -Constructor Summary
    - MultiValueMap() - -
    + by concurrent threads without synchronization. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.2
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    James Carman, Christopher Berry, James Strachan, Steve Downey, Stephen Colebourne, Julien Buret, Serhiy Yevtushenko
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + - - - - + + + + - -
    +Constructor Summary
    + MultiValueMap() + +
              Creates a MultiValueMap based on a HashMap and - storing the multiple values in an ArrayList.
    -protected MultiValueMap(java.util.Map map, - Factory collectionFactory) - -
    + storing the multiple values in an ArrayList.
    +protected MultiValueMap(java.util.Map map, + Factory collectionFactory) + +
              Creates a MultiValueMap which decorates the given map and - creates the value collections using the supplied collectionFactory.
    -  - - - - - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - voidclear() - -
    -          Clear the map.
    - booleancontainsValue(java.lang.Object value) - -
    -          Checks whether the map contains the value specified.
    - booleancontainsValue(java.lang.Object key, - java.lang.Object value) - -
    -          Checks whether the collection at the specified key contains the value.
    -protected  java.util.CollectioncreateCollection(int size) - -
    + creates the value collections using the supplied collectionFactory.
    +  + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - -
    +Method Summary
    + voidclear() + +
    +          Clear the map.
    + booleancontainsValue(java.lang.Object value) + +
    +          Checks whether the map contains the value specified.
    + booleancontainsValue(java.lang.Object key, + java.lang.Object value) + +
    +          Checks whether the collection at the specified key contains the value.
    +protected  java.util.CollectioncreateCollection(int size) + +
              Creates a new instance of the map value Collection container - using the factory.
    -static MultiValueMapdecorate(java.util.Map map) - -
    + using the factory.
    +static MultiValueMapdecorate(java.util.Map map) + +
              Creates a map which wraps the given map and - maps keys to ArrayLists.
    -static MultiValueMapdecorate(java.util.Map map, - java.lang.Class collectionClass) - -
    + maps keys to ArrayLists.
    +static MultiValueMapdecorate(java.util.Map map, + java.lang.Class collectionClass) + +
              Creates a map which decorates the given map and - maps keys to collections of type collectionClass.
    -static MultiValueMapdecorate(java.util.Map map, - Factory collectionFactory) - -
    + maps keys to collections of type collectionClass.
    +static MultiValueMapdecorate(java.util.Map map, + Factory collectionFactory) + +
              Creates a map which decorates the given map and - creates the value collections using the supplied collectionFactory.
    - java.util.CollectiongetCollection(java.lang.Object key) - -
    -          Gets the collection mapped to the specified key.
    - java.util.Iteratoriterator(java.lang.Object key) - -
    -          Gets an iterator for the collection mapped to the specified key.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Adds the value to the collection associated with the specified key.
    - voidputAll(java.util.Map map) - -
    + creates the value collections using the supplied collectionFactory.
    + java.util.CollectiongetCollection(java.lang.Object key) + +
    +          Gets the collection mapped to the specified key.
    + java.util.Iteratoriterator(java.lang.Object key) + +
    +          Gets an iterator for the collection mapped to the specified key.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Adds the value to the collection associated with the specified key.
    + voidputAll(java.util.Map map) + +
              Override superclass to ensure that MultiMap instances are - correctly handled.
    - booleanputAll(java.lang.Object key, - java.util.Collection values) - -
    + correctly handled.
    + booleanputAll(java.lang.Object key, + java.util.Collection values) + +
              Adds a collection of values to the collection associated with - the specified key.
    - java.lang.Objectremove(java.lang.Object key, - java.lang.Object value) - -
    -          Removes a specific value from map.
    - intsize(java.lang.Object key) - -
    -          Gets the size of the collection mapped to the specified key.
    - inttotalSize() - -
    -          Gets the total size of the map by counting all the values.
    - java.util.Collectionvalues() - -
    -          Gets a collection containing all the values in the map.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, remove, size, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.MultiMap
    get, remove, size
    - - - - - - - -
    Methods inherited from interface java.util.Map
    containsKey, entrySet, equals, hashCode, isEmpty, keySet
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -MultiValueMap

    -
    -public MultiValueMap()
    -
    + the specified key.
    + java.lang.Objectremove(java.lang.Object key, + java.lang.Object value) + +
    +          Removes a specific value from map.
    + intsize(java.lang.Object key) + +
    +          Gets the size of the collection mapped to the specified key.
    + inttotalSize() + +
    +          Gets the total size of the map by counting all the values.
    + java.util.Collectionvalues() + +
    +          Gets a collection containing all the values in the map.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, entrySet, equals, get, getMap, hashCode, isEmpty, keySet, remove, size, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.MultiMap
    get, remove, size
    + + + + + + + +
    Methods inherited from interface java.util.Map
    containsKey, entrySet, equals, hashCode, isEmpty, keySet
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +MultiValueMap

    +
    +public MultiValueMap()
    +
    Creates a MultiValueMap based on a HashMap and - storing the multiple values in an ArrayList. -

    -

    -
    - -

    -MultiValueMap

    -
    -protected MultiValueMap(java.util.Map map,
    -                        Factory collectionFactory)
    -
    + storing the multiple values in an ArrayList. +

    +

    +
    + +

    +MultiValueMap

    +
    +protected MultiValueMap(java.util.Map map,
    +                        Factory collectionFactory)
    +
    Creates a MultiValueMap which decorates the given map and - creates the value collections using the supplied collectionFactory. -

    -

    -
    Parameters:
    map - the map to decorate
    collectionFactory - the collection factory which must return a Collection instance
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static MultiValueMap decorate(java.util.Map map)
    -
    + creates the value collections using the supplied collectionFactory. +

    +

    +
    Parameters:
    map - the map to decorate
    collectionFactory - the collection factory which must return a Collection instance
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static MultiValueMap decorate(java.util.Map map)
    +
    Creates a map which wraps the given map and - maps keys to ArrayLists. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to wrap
    -
    -
    -
    - -

    -decorate

    -
    -public static MultiValueMap decorate(java.util.Map map,
    -                                     java.lang.Class collectionClass)
    -
    + maps keys to ArrayLists. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to wrap
    +
    +
    +
    + +

    +decorate

    +
    +public static MultiValueMap decorate(java.util.Map map,
    +                                     java.lang.Class collectionClass)
    +
    Creates a map which decorates the given map and - maps keys to collections of type collectionClass. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to wrap
    collectionClass - the type of the collection class
    -
    -
    -
    - -

    -decorate

    -
    -public static MultiValueMap decorate(java.util.Map map,
    -                                     Factory collectionFactory)
    -
    + maps keys to collections of type collectionClass. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to wrap
    collectionClass - the type of the collection class
    +
    +
    +
    + +

    +decorate

    +
    +public static MultiValueMap decorate(java.util.Map map,
    +                                     Factory collectionFactory)
    +
    Creates a map which decorates the given map and - creates the value collections using the supplied collectionFactory. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate
    collectionFactory - the collection factory (must return a Collection object).
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    Clear the map. -

    -

    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key,
    -                               java.lang.Object value)
    -
    + creates the value collections using the supplied collectionFactory. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate
    collectionFactory - the collection factory (must return a Collection object).
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    Clear the map. +

    +

    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key,
    +                               java.lang.Object value)
    +
    Removes a specific value from map.

    The item is removed from the collection mapped to the specified key. Other values attached to that key are unaffected.

    If the last value for a key is removed, null will be returned - from a subsequant get(key). -

    -

    -
    Specified by:
    remove in interface MultiMap
    -
    -
    -
    Parameters:
    key - the key to remove from
    value - the value to remove -
    Returns:
    the value removed (which was passed in), null if nothing removed
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    + from a subsequant get(key). +

    +

    +
    Specified by:
    remove in interface MultiMap
    +
    +
    +
    Parameters:
    key - the key to remove from
    value - the value to remove +
    Returns:
    the value removed (which was passed in), null if nothing removed
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    Checks whether the map contains the value specified.

    - This checks all collections against all keys for the value, and thus could be slow. -

    -

    -
    Specified by:
    containsValue in interface java.util.Map
    Specified by:
    containsValue in interface MultiMap
    Overrides:
    containsValue in class AbstractMapDecorator
    -
    -
    -
    Parameters:
    value - the value to search for -
    Returns:
    true if the map contains the value
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    + This checks all collections against all keys for the value, and thus could be slow. +

    +

    +
    Specified by:
    containsValue in interface java.util.Map
    Specified by:
    containsValue in interface MultiMap
    Overrides:
    containsValue in class AbstractMapDecorator
    +
    +
    +
    Parameters:
    value - the value to search for +
    Returns:
    true if the map contains the value
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    Adds the value to the collection associated with the specified key.

    Unlike a normal Map the previous value is not replaced. - Instead the new value is added to the collection stored against the key. -

    -

    -
    Specified by:
    put in interface java.util.Map
    Specified by:
    put in interface MultiMap
    Overrides:
    put in class AbstractMapDecorator
    -
    -
    -
    Parameters:
    key - the key to store against
    value - the value to add to the collection at the key -
    Returns:
    the value added if the map changed and null if the map did not change
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map map)
    -
    + Instead the new value is added to the collection stored against the key. +

    +

    +
    Specified by:
    put in interface java.util.Map
    Specified by:
    put in interface MultiMap
    Overrides:
    put in class AbstractMapDecorator
    +
    +
    +
    Parameters:
    key - the key to store against
    value - the value to add to the collection at the key +
    Returns:
    the value added if the map changed and null if the map did not change
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map map)
    +
    Override superclass to ensure that MultiMap instances are correctly handled.

    If you call this method with a normal map, each entry is added using put(Object,Object). If you call this method with a multi map, each entry is - added using putAll(Object,Collection). -

    -

    -
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    -
    -
    -
    Parameters:
    map - the map to copy (either a normal or multi map)
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    + added using putAll(Object,Collection). +

    +

    +
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    +
    +
    +
    Parameters:
    map - the map to copy (either a normal or multi map)
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    Gets a collection containing all the values in the map.

    - This returns a collection containing the combination of values from all keys. -

    -

    -
    Specified by:
    values in interface java.util.Map
    Specified by:
    values in interface MultiMap
    Overrides:
    values in class AbstractMapDecorator
    -
    -
    - -
    Returns:
    a collection view of the values contained in this map
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object key,
    -                             java.lang.Object value)
    -
    -
    Checks whether the collection at the specified key contains the value. -

    -

    -
    -
    -
    -
    Parameters:
    value - the value to search for -
    Returns:
    true if the map contains the value
    -
    -
    -
    - -

    -getCollection

    -
    -public java.util.Collection getCollection(java.lang.Object key)
    -
    + This returns a collection containing the combination of values from all keys. +

    +

    +
    Specified by:
    values in interface java.util.Map
    Specified by:
    values in interface MultiMap
    Overrides:
    values in class AbstractMapDecorator
    +
    +
    + +
    Returns:
    a collection view of the values contained in this map
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object key,
    +                             java.lang.Object value)
    +
    +
    Checks whether the collection at the specified key contains the value. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to search for +
    Returns:
    true if the map contains the value
    +
    +
    +
    + +

    +getCollection

    +
    +public java.util.Collection getCollection(java.lang.Object key)
    +
    Gets the collection mapped to the specified key. - This method is a convenience method to typecast the result of get(key). -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to retrieve -
    Returns:
    the collection mapped to the key, null if no mapping
    -
    -
    -
    - -

    -size

    -
    -public int size(java.lang.Object key)
    -
    -
    Gets the size of the collection mapped to the specified key. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to get size for -
    Returns:
    the size of the collection at the key, zero if key not in map
    -
    -
    -
    - -

    -putAll

    -
    -public boolean putAll(java.lang.Object key,
    -                      java.util.Collection values)
    -
    + This method is a convenience method to typecast the result of get(key). +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to retrieve +
    Returns:
    the collection mapped to the key, null if no mapping
    +
    +
    +
    + +

    +size

    +
    +public int size(java.lang.Object key)
    +
    +
    Gets the size of the collection mapped to the specified key. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to get size for +
    Returns:
    the size of the collection at the key, zero if key not in map
    +
    +
    +
    + +

    +putAll

    +
    +public boolean putAll(java.lang.Object key,
    +                      java.util.Collection values)
    +
    Adds a collection of values to the collection associated with - the specified key. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to store against
    values - the values to add to the collection at the key, null ignored -
    Returns:
    true if this map changed
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator(java.lang.Object key)
    -
    -
    Gets an iterator for the collection mapped to the specified key. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to get an iterator for -
    Returns:
    the iterator of the collection at the key, empty iterator if key not in map
    -
    -
    -
    - -

    -totalSize

    -
    -public int totalSize()
    -
    -
    Gets the total size of the map by counting all the values. -

    -

    -
    -
    -
    - -
    Returns:
    the total size of the map counting all values
    -
    -
    -
    - -

    -createCollection

    -
    -protected java.util.Collection createCollection(int size)
    -
    + the specified key. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to store against
    values - the values to add to the collection at the key, null ignored +
    Returns:
    true if this map changed
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator(java.lang.Object key)
    +
    +
    Gets an iterator for the collection mapped to the specified key. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to get an iterator for +
    Returns:
    the iterator of the collection at the key, empty iterator if key not in map
    +
    +
    +
    + +

    +totalSize

    +
    +public int totalSize()
    +
    +
    Gets the total size of the map by counting all the values. +

    +

    +
    +
    +
    + +
    Returns:
    the total size of the map counting all values
    +
    +
    +
    + +

    +createCollection

    +
    +protected java.util.Collection createCollection(int size)
    +
    Creates a new instance of the map value Collection container using the factory.

    This method can be overridden to perform your own processing - instead of using the factory. -

    -

    -
    -
    -
    -
    Parameters:
    size - the collection size that is about to be added -
    Returns:
    the new collection
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + instead of using the factory. +

    +

    +
    +
    +
    +
    Parameters:
    size - the collection size that is about to be added +
    Returns:
    the new collection
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/PredicatedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/PredicatedMap.html index 999aeaf..8257fcb 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/PredicatedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/PredicatedMap.html @@ -1,111 +1,111 @@ - - - - - - - -PredicatedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class PredicatedMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.map.PredicatedMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map
    -
    -
    -
    Direct Known Subclasses:
    PredicatedSortedMap
    -
    -
    -
    -
    public class PredicatedMap
    extends AbstractMapDecorator
    implements java.io.Serializable
    - - -

    + + + + + + + +PredicatedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class PredicatedMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.map.PredicatedMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map
    +
    +
    +
    Direct Known Subclasses:
    PredicatedSortedMap
    +
    +
    +
    +
    public class PredicatedMap
    extends AbstractMapDecorator
    implements java.io.Serializable
    + + +

    Decorates another Map to validate that additions match a specified predicate.

    @@ -119,439 +119,439 @@ Decorates another Map to validate that additions Note that PredicatedMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedMap(Map). This class may throw + using Collections.synchronizedMap(Map). This class may throw exceptions when accessed by concurrent threads without synchronization.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Paul Jack
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  PredicatekeyPredicate - -
    -          The key predicate to use
    -protected  PredicatevaluePredicate - -
    -          The value predicate to use
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected PredicatedMap(java.util.Map map, - Predicate keyPredicate, - Predicate valuePredicate) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -protected  java.lang.ObjectcheckSetValue(java.lang.Object value) - -
    -          Override to validate an object set into the map via setValue.
    -static java.util.Mapdecorate(java.util.Map map, - Predicate keyPredicate, - Predicate valuePredicate) - -
    -          Factory method to create a predicated (validating) map.
    - java.util.SetentrySet() - -
    -           
    -protected  booleanisSetValueChecking() - -
    -          Override to only return true when there is a value transformer.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -           
    - voidputAll(java.util.Map mapToCopy) - -
    -           
    -protected  voidvalidate(java.lang.Object key, - java.lang.Object value) - -
    -          Validates a key value pair.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, keySet, remove, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -keyPredicate

    -
    -protected final Predicate keyPredicate
    -
    -
    The key predicate to use -

    -

    -
    -
    -
    - -

    -valuePredicate

    -
    -protected final Predicate valuePredicate
    -
    -
    The value predicate to use -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -PredicatedMap

    -
    -protected PredicatedMap(java.util.Map map,
    -                        Predicate keyPredicate,
    -                        Predicate valuePredicate)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    map - the map to decorate, must not be null
    keyPredicate - the predicate to validate the keys, null means no check
    valuePredicate - the predicate to validate to values, null means no check -
    Throws: -
    java.lang.IllegalArgumentException - if the map is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Map decorate(java.util.Map map,
    -                                     Predicate keyPredicate,
    -                                     Predicate valuePredicate)
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Paul Jack
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  PredicatekeyPredicate + +
    +          The key predicate to use
    +protected  PredicatevaluePredicate + +
    +          The value predicate to use
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected PredicatedMap(java.util.Map map, + Predicate keyPredicate, + Predicate valuePredicate) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +protected  java.lang.ObjectcheckSetValue(java.lang.Object value) + +
    +          Override to validate an object set into the map via setValue.
    +static java.util.Mapdecorate(java.util.Map map, + Predicate keyPredicate, + Predicate valuePredicate) + +
    +          Factory method to create a predicated (validating) map.
    + java.util.SetentrySet() + +
    +           
    +protected  booleanisSetValueChecking() + +
    +          Override to only return true when there is a value transformer.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +           
    + voidputAll(java.util.Map mapToCopy) + +
    +           
    +protected  voidvalidate(java.lang.Object key, + java.lang.Object value) + +
    +          Validates a key value pair.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, keySet, remove, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +keyPredicate

    +
    +protected final Predicate keyPredicate
    +
    +
    The key predicate to use +

    +

    +
    +
    +
    + +

    +valuePredicate

    +
    +protected final Predicate valuePredicate
    +
    +
    The value predicate to use +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +PredicatedMap

    +
    +protected PredicatedMap(java.util.Map map,
    +                        Predicate keyPredicate,
    +                        Predicate valuePredicate)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    map - the map to decorate, must not be null
    keyPredicate - the predicate to validate the keys, null means no check
    valuePredicate - the predicate to validate to values, null means no check +
    Throws: +
    java.lang.IllegalArgumentException - if the map is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Map decorate(java.util.Map map,
    +                                     Predicate keyPredicate,
    +                                     Predicate valuePredicate)
    +
    Factory method to create a predicated (validating) map.

    If there are any elements already in the list being decorated, they - are validated. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null
    keyPredicate - the predicate to validate the keys, null means no check
    valuePredicate - the predicate to validate to values, null means no check -
    Throws: -
    java.lang.IllegalArgumentException - if the map is null
    -
    -
    -
    - -

    -validate

    -
    -protected void validate(java.lang.Object key,
    -                        java.lang.Object value)
    -
    -
    Validates a key value pair. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to validate
    value - the value to validate -
    Throws: -
    java.lang.IllegalArgumentException - if invalid
    -
    -
    -
    - -

    -checkSetValue

    -
    -protected java.lang.Object checkSetValue(java.lang.Object value)
    -
    -
    Override to validate an object set into the map via setValue. -

    -

    -
    -
    -
    -
    Parameters:
    value - the value to validate -
    Throws: -
    java.lang.IllegalArgumentException - if invalid
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -isSetValueChecking

    -
    -protected boolean isSetValueChecking()
    -
    -
    Override to only return true when there is a value transformer. -

    -

    -
    -
    -
    - -
    Returns:
    true if a value predicate is in use
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    -
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map mapToCopy)
    -
    -
    -
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    -
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are validated. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null
    keyPredicate - the predicate to validate the keys, null means no check
    valuePredicate - the predicate to validate to values, null means no check +
    Throws: +
    java.lang.IllegalArgumentException - if the map is null
    +
    +
    +
    + +

    +validate

    +
    +protected void validate(java.lang.Object key,
    +                        java.lang.Object value)
    +
    +
    Validates a key value pair. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to validate
    value - the value to validate +
    Throws: +
    java.lang.IllegalArgumentException - if invalid
    +
    +
    +
    + +

    +checkSetValue

    +
    +protected java.lang.Object checkSetValue(java.lang.Object value)
    +
    +
    Override to validate an object set into the map via setValue. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to validate +
    Throws: +
    java.lang.IllegalArgumentException - if invalid
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +isSetValueChecking

    +
    +protected boolean isSetValueChecking()
    +
    +
    Override to only return true when there is a value transformer. +

    +

    +
    +
    +
    + +
    Returns:
    true if a value predicate is in use
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    +
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map mapToCopy)
    +
    +
    +
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    +
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/PredicatedSortedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/PredicatedSortedMap.html index 0bc7456..c3f0d75 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/PredicatedSortedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/PredicatedSortedMap.html @@ -1,109 +1,109 @@ - - - - - - - -PredicatedSortedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class PredicatedSortedMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.map.PredicatedMap
    -          extended by org.apache.commons.collections.map.PredicatedSortedMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, java.util.SortedMap
    -
    -
    -
    -
    public class PredicatedSortedMap
    extends PredicatedMap
    implements java.util.SortedMap
    - - -

    + + + + + + + +PredicatedSortedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class PredicatedSortedMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.map.PredicatedMap
    +          extended by org.apache.commons.collections.map.PredicatedSortedMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, java.util.SortedMap
    +
    +
    +
    +
    public class PredicatedSortedMap
    extends PredicatedMap
    implements java.util.SortedMap
    + + +

    Decorates another SortedMap to validate that additions match a specified predicate.

    @@ -117,447 +117,447 @@ Decorates another SortedMap to validate that additions Note that PredicatedSortedMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedSortedMap(java.util.SortedMap). This class may throw + using Collections.synchronizedSortedMap(java.util.SortedMap). This class may throw exceptions when accessed by concurrent threads without synchronization.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Paul Jack
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.PredicatedMap
    keyPredicate, valuePredicate
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected PredicatedSortedMap(java.util.SortedMap map, - Predicate keyPredicate, - Predicate valuePredicate) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.util.Comparatorcomparator() - -
    -           
    -static java.util.SortedMapdecorate(java.util.SortedMap map, - Predicate keyPredicate, - Predicate valuePredicate) - -
    -          Factory method to create a predicated (validating) sorted map.
    - java.util.SetentrySet() - -
    -           
    - java.lang.ObjectfirstKey() - -
    -           
    -protected  java.util.SortedMapgetSortedMap() - -
    -          Gets the map being decorated.
    - java.util.SortedMapheadMap(java.lang.Object toKey) - -
    -           
    - java.lang.ObjectlastKey() - -
    -           
    - java.util.SortedMapsubMap(java.lang.Object fromKey, - java.lang.Object toKey) - -
    -           
    - java.util.SortedMaptailMap(java.lang.Object fromKey) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.PredicatedMap
    checkSetValue, decorate, isSetValueChecking, put, putAll, validate
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, keySet, remove, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -PredicatedSortedMap

    -
    -protected PredicatedSortedMap(java.util.SortedMap map,
    -                              Predicate keyPredicate,
    -                              Predicate valuePredicate)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    map - the map to decorate, must not be null
    keyPredicate - the predicate to validate the keys, null means no check
    valuePredicate - the predicate to validate to values, null means no check -
    Throws: -
    java.lang.IllegalArgumentException - if the map is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.SortedMap decorate(java.util.SortedMap map,
    -                                           Predicate keyPredicate,
    -                                           Predicate valuePredicate)
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Paul Jack
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.PredicatedMap
    keyPredicate, valuePredicate
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected PredicatedSortedMap(java.util.SortedMap map, + Predicate keyPredicate, + Predicate valuePredicate) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.util.Comparatorcomparator() + +
    +           
    +static java.util.SortedMapdecorate(java.util.SortedMap map, + Predicate keyPredicate, + Predicate valuePredicate) + +
    +          Factory method to create a predicated (validating) sorted map.
    + java.util.SetentrySet() + +
    +           
    + java.lang.ObjectfirstKey() + +
    +           
    +protected  java.util.SortedMapgetSortedMap() + +
    +          Gets the map being decorated.
    + java.util.SortedMapheadMap(java.lang.Object toKey) + +
    +           
    + java.lang.ObjectlastKey() + +
    +           
    + java.util.SortedMapsubMap(java.lang.Object fromKey, + java.lang.Object toKey) + +
    +           
    + java.util.SortedMaptailMap(java.lang.Object fromKey) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.PredicatedMap
    checkSetValue, decorate, isSetValueChecking, put, putAll, validate
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, keySet, remove, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +PredicatedSortedMap

    +
    +protected PredicatedSortedMap(java.util.SortedMap map,
    +                              Predicate keyPredicate,
    +                              Predicate valuePredicate)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    map - the map to decorate, must not be null
    keyPredicate - the predicate to validate the keys, null means no check
    valuePredicate - the predicate to validate to values, null means no check +
    Throws: +
    java.lang.IllegalArgumentException - if the map is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.SortedMap decorate(java.util.SortedMap map,
    +                                           Predicate keyPredicate,
    +                                           Predicate valuePredicate)
    +
    Factory method to create a predicated (validating) sorted map.

    If there are any elements already in the list being decorated, they - are validated. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null
    keyPredicate - the predicate to validate the keys, null means no check
    valuePredicate - the predicate to validate to values, null means no check -
    Throws: -
    java.lang.IllegalArgumentException - if the map is null
    -
    -
    -
    - -

    -getSortedMap

    -
    -protected java.util.SortedMap getSortedMap()
    -
    -
    Gets the map being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated map
    -
    -
    -
    - -

    -firstKey

    -
    -public java.lang.Object firstKey()
    -
    -
    -
    Specified by:
    firstKey in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -lastKey

    -
    -public java.lang.Object lastKey()
    -
    -
    -
    Specified by:
    lastKey in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    -
    Specified by:
    comparator in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -subMap

    -
    -public java.util.SortedMap subMap(java.lang.Object fromKey,
    -                                  java.lang.Object toKey)
    -
    -
    -
    Specified by:
    subMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -headMap

    -
    -public java.util.SortedMap headMap(java.lang.Object toKey)
    -
    -
    -
    Specified by:
    headMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -tailMap

    -
    -public java.util.SortedMap tailMap(java.lang.Object fromKey)
    -
    -
    -
    Specified by:
    tailMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    -
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are validated. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null
    keyPredicate - the predicate to validate the keys, null means no check
    valuePredicate - the predicate to validate to values, null means no check +
    Throws: +
    java.lang.IllegalArgumentException - if the map is null
    +
    +
    +
    + +

    +getSortedMap

    +
    +protected java.util.SortedMap getSortedMap()
    +
    +
    Gets the map being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated map
    +
    +
    +
    + +

    +firstKey

    +
    +public java.lang.Object firstKey()
    +
    +
    +
    Specified by:
    firstKey in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +lastKey

    +
    +public java.lang.Object lastKey()
    +
    +
    +
    Specified by:
    lastKey in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    +
    Specified by:
    comparator in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +subMap

    +
    +public java.util.SortedMap subMap(java.lang.Object fromKey,
    +                                  java.lang.Object toKey)
    +
    +
    +
    Specified by:
    subMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +headMap

    +
    +public java.util.SortedMap headMap(java.lang.Object toKey)
    +
    +
    +
    Specified by:
    headMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +tailMap

    +
    +public java.util.SortedMap tailMap(java.lang.Object fromKey)
    +
    +
    +
    Specified by:
    tailMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    +
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/ReferenceIdentityMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/ReferenceIdentityMap.html index ecfaaaa..d8635d8 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/ReferenceIdentityMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/ReferenceIdentityMap.html @@ -1,110 +1,110 @@ - - - - - - - -ReferenceIdentityMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class ReferenceIdentityMap

    -
    -java.lang.Object
    -  extended by java.util.AbstractMap
    -      extended by org.apache.commons.collections.map.AbstractHashedMap
    -          extended by org.apache.commons.collections.map.AbstractReferenceMap
    -              extended by org.apache.commons.collections.map.ReferenceIdentityMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, IterableMap
    -
    -
    -
    -
    public class ReferenceIdentityMap
    extends AbstractReferenceMap
    implements java.io.Serializable
    - - -

    + + + + + + + +ReferenceIdentityMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class ReferenceIdentityMap

    +
    +java.lang.Object
    +  extended by java.util.AbstractMap
    +      extended by org.apache.commons.collections.map.AbstractHashedMap
    +          extended by org.apache.commons.collections.map.AbstractReferenceMap
    +              extended by org.apache.commons.collections.map.ReferenceIdentityMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, IterableMap
    +
    +
    +
    +
    public class ReferenceIdentityMap
    extends AbstractReferenceMap
    implements java.io.Serializable
    + + +

    A Map implementation that allows mappings to be removed by the garbage collector and matches keys and values based on == not equals(). @@ -132,7 +132,7 @@ A Map implementation that allows mappings to be Attempting to add a null key or value to the map will raise a NullPointerException.

    This implementation is not synchronized. - You can use Collections.synchronizedMap(java.util.Map) to + You can use Collections.synchronizedMap(java.util.Map) to provide synchronized access to a ReferenceIdentityMap. Remember that synchronization will not stop the garbage collecter removing entries.

    @@ -142,460 +142,460 @@ A Map implementation that allows mappings to be Note that ReferenceIdentityMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedMap(java.util.Map). This class may throw - exceptions when accessed by concurrent threads without synchronization. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0 (previously in main package v2.1)
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Reference, -Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractReferenceMap
    AbstractReferenceMap.ReferenceEntry
    -  - - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.EntrySetIterator, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.KeySetIterator, AbstractHashedMap.Values, AbstractHashedMap.ValuesIterator
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractReferenceMap
    HARD, keyType, purgeValues, SOFT, valueType, WEAK
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    -  - - - - - - - - - + +
    -Constructor Summary
    ReferenceIdentityMap() - -
    + using Collections.synchronizedMap(java.util.Map). This class may throw + exceptions when accessed by concurrent threads without synchronization. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0 (previously in main package v2.1)
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Reference, +Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractReferenceMap
    AbstractReferenceMap.ReferenceEntry
    +  + + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.EntrySetIterator, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.KeySetIterator, AbstractHashedMap.Values, AbstractHashedMap.ValuesIterator
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractReferenceMap
    HARD, keyType, purgeValues, SOFT, valueType, WEAK
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    +  + + + + + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - -
    +Constructor Summary
    ReferenceIdentityMap() + +
              Constructs a new ReferenceIdentityMap that will - use hard references to keys and soft references to values.
    ReferenceIdentityMap(int keyType, - int valueType) - -
    + use hard references to keys and soft references to values.
    ReferenceIdentityMap(int keyType, + int valueType) + +
              Constructs a new ReferenceIdentityMap that will - use the specified types of references.
    ReferenceIdentityMap(int keyType, - int valueType, - boolean purgeValues) - -
    + use the specified types of references.
    ReferenceIdentityMap(int keyType, + int valueType, + boolean purgeValues) + +
              Constructs a new ReferenceIdentityMap that will - use the specified types of references.
    ReferenceIdentityMap(int keyType, - int valueType, - int capacity, - float loadFactor) - -
    + use the specified types of references.
    ReferenceIdentityMap(int keyType, + int valueType, + int capacity, + float loadFactor) + +
              Constructs a new ReferenceIdentityMap with the - specified reference types, load factor and initial capacity.
    ReferenceIdentityMap(int keyType, - int valueType, - int capacity, - float loadFactor, - boolean purgeValues) - -
    + specified reference types, load factor and initial capacity.
    ReferenceIdentityMap(int keyType, + int valueType, + int capacity, + float loadFactor, + boolean purgeValues) + +
              Constructs a new ReferenceIdentityMap with the - specified reference types, load factor and initial capacity.
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    -protected  inthash(java.lang.Object key) - -
    -          Gets the hash code for the key specified.
    -protected  inthashEntry(java.lang.Object key, - java.lang.Object value) - -
    -          Gets the hash code for a MapEntry.
    -protected  booleanisEqualKey(java.lang.Object key1, - java.lang.Object key2) - -
    -          Compares two keys for equals.
    -protected  booleanisEqualValue(java.lang.Object value1, - java.lang.Object value2) - -
    -          Compares two values for equals.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractReferenceMap
    clear, containsKey, containsValue, createEntry, createEntrySetIterator, createKeySetIterator, createValuesIterator, doReadObject, doWriteObject, entrySet, get, getEntry, init, isEmpty, keySet, mapIterator, purge, purge, purgeBeforeRead, purgeBeforeWrite, put, remove, size, values
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    addEntry, addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, clone, convertKey, destroyEntry, ensureCapacity, entryHashCode, entryKey, entryNext, entryValue, equals, hashCode, hashIndex, putAll, removeEntry, removeMapping, reuseEntry, toString, updateEntry
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -ReferenceIdentityMap

    -
    -public ReferenceIdentityMap()
    -
    + specified reference types, load factor and initial capacity.
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +protected  inthash(java.lang.Object key) + +
    +          Gets the hash code for the key specified.
    +protected  inthashEntry(java.lang.Object key, + java.lang.Object value) + +
    +          Gets the hash code for a MapEntry.
    +protected  booleanisEqualKey(java.lang.Object key1, + java.lang.Object key2) + +
    +          Compares two keys for equals.
    +protected  booleanisEqualValue(java.lang.Object value1, + java.lang.Object value2) + +
    +          Compares two values for equals.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractReferenceMap
    clear, containsKey, containsValue, createEntry, createEntrySetIterator, createKeySetIterator, createValuesIterator, doReadObject, doWriteObject, entrySet, get, getEntry, init, isEmpty, keySet, mapIterator, purge, purge, purgeBeforeRead, purgeBeforeWrite, put, remove, size, values
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    addEntry, addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, clone, convertKey, destroyEntry, ensureCapacity, entryHashCode, entryKey, entryNext, entryValue, equals, hashCode, hashIndex, putAll, removeEntry, removeMapping, reuseEntry, toString, updateEntry
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +ReferenceIdentityMap

    +
    +public ReferenceIdentityMap()
    +
    Constructs a new ReferenceIdentityMap that will - use hard references to keys and soft references to values. -

    -

    -
    - -

    -ReferenceIdentityMap

    -
    -public ReferenceIdentityMap(int keyType,
    -                            int valueType)
    -
    + use hard references to keys and soft references to values. +

    +

    +
    + +

    +ReferenceIdentityMap

    +
    +public ReferenceIdentityMap(int keyType,
    +                            int valueType)
    +
    Constructs a new ReferenceIdentityMap that will - use the specified types of references. -

    -

    + use the specified types of references. +

    +

    Parameters:
    keyType - the type of reference to use for keys; must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    valueType - the type of reference to use for values; - must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    -
    -
    - -

    -ReferenceIdentityMap

    -
    -public ReferenceIdentityMap(int keyType,
    -                            int valueType,
    -                            boolean purgeValues)
    -
    + must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    +
    +
    + +

    +ReferenceIdentityMap

    +
    +public ReferenceIdentityMap(int keyType,
    +                            int valueType,
    +                            boolean purgeValues)
    +
    Constructs a new ReferenceIdentityMap that will - use the specified types of references. -

    -

    + use the specified types of references. +

    +

    Parameters:
    keyType - the type of reference to use for keys; must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    valueType - the type of reference to use for values; - must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    purgeValues - should the value be automatically purged when the - key is garbage collected
    -
    -
    - -

    -ReferenceIdentityMap

    -
    -public ReferenceIdentityMap(int keyType,
    -                            int valueType,
    -                            int capacity,
    -                            float loadFactor)
    -
    + must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    purgeValues - should the value be automatically purged when the + key is garbage collected
    +
    +
    + +

    +ReferenceIdentityMap

    +
    +public ReferenceIdentityMap(int keyType,
    +                            int valueType,
    +                            int capacity,
    +                            float loadFactor)
    +
    Constructs a new ReferenceIdentityMap with the - specified reference types, load factor and initial capacity. -

    -

    + specified reference types, load factor and initial capacity. +

    +

    Parameters:
    keyType - the type of reference to use for keys; must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    valueType - the type of reference to use for values; - must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    capacity - the initial capacity for the map
    loadFactor - the load factor for the map
    -
    -
    - -

    -ReferenceIdentityMap

    -
    -public ReferenceIdentityMap(int keyType,
    -                            int valueType,
    -                            int capacity,
    -                            float loadFactor,
    -                            boolean purgeValues)
    -
    + must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    capacity - the initial capacity for the map
    loadFactor - the load factor for the map
    +
    +
    + +

    +ReferenceIdentityMap

    +
    +public ReferenceIdentityMap(int keyType,
    +                            int valueType,
    +                            int capacity,
    +                            float loadFactor,
    +                            boolean purgeValues)
    +
    Constructs a new ReferenceIdentityMap with the - specified reference types, load factor and initial capacity. -

    -

    + specified reference types, load factor and initial capacity. +

    +

    Parameters:
    keyType - the type of reference to use for keys; must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    valueType - the type of reference to use for values; - must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    capacity - the initial capacity for the map
    loadFactor - the load factor for the map
    purgeValues - should the value be automatically purged when the - key is garbage collected
    -
    - - - - - - - - -
    -Method Detail
    - -

    -hash

    -
    -protected int hash(java.lang.Object key)
    -
    + must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    capacity - the initial capacity for the map
    loadFactor - the load factor for the map
    purgeValues - should the value be automatically purged when the + key is garbage collected
    +
    + + + + + + + + +
    +Method Detail
    + +

    +hash

    +
    +protected int hash(java.lang.Object key)
    +
    Gets the hash code for the key specified.

    - This implementation uses the identity hash code. -

    -

    -
    Overrides:
    hash in class AbstractHashedMap
    -
    -
    -
    Parameters:
    key - the key to get a hash code for -
    Returns:
    the hash code
    -
    -
    -
    - -

    -hashEntry

    -
    -protected int hashEntry(java.lang.Object key,
    -                        java.lang.Object value)
    -
    + This implementation uses the identity hash code. +

    +

    +
    Overrides:
    hash in class AbstractHashedMap
    +
    +
    +
    Parameters:
    key - the key to get a hash code for +
    Returns:
    the hash code
    +
    +
    +
    + +

    +hashEntry

    +
    +protected int hashEntry(java.lang.Object key,
    +                        java.lang.Object value)
    +
    Gets the hash code for a MapEntry.

    - This implementation uses the identity hash code. -

    -

    -
    Overrides:
    hashEntry in class AbstractReferenceMap
    -
    -
    -
    Parameters:
    key - the key to get a hash code for, may be null
    value - the value to get a hash code for, may be null -
    Returns:
    the hash code, as per the MapEntry specification
    -
    -
    -
    - -

    -isEqualKey

    -
    -protected boolean isEqualKey(java.lang.Object key1,
    -                             java.lang.Object key2)
    -
    + This implementation uses the identity hash code. +

    +

    +
    Overrides:
    hashEntry in class AbstractReferenceMap
    +
    +
    +
    Parameters:
    key - the key to get a hash code for, may be null
    value - the value to get a hash code for, may be null +
    Returns:
    the hash code, as per the MapEntry specification
    +
    +
    +
    + +

    +isEqualKey

    +
    +protected boolean isEqualKey(java.lang.Object key1,
    +                             java.lang.Object key2)
    +
    Compares two keys for equals.

    This implementation converts the key from the entry to a real reference - before comparison and uses ==. -

    -

    -
    Overrides:
    isEqualKey in class AbstractReferenceMap
    -
    -
    -
    Parameters:
    key1 - the first key to compare passed in from outside
    key2 - the second key extracted from the entry via entry.key -
    Returns:
    true if equal by identity
    -
    -
    -
    - -

    -isEqualValue

    -
    -protected boolean isEqualValue(java.lang.Object value1,
    -                               java.lang.Object value2)
    -
    + before comparison and uses ==. +

    +

    +
    Overrides:
    isEqualKey in class AbstractReferenceMap
    +
    +
    +
    Parameters:
    key1 - the first key to compare passed in from outside
    key2 - the second key extracted from the entry via entry.key +
    Returns:
    true if equal by identity
    +
    +
    +
    + +

    +isEqualValue

    +
    +protected boolean isEqualValue(java.lang.Object value1,
    +                               java.lang.Object value2)
    +
    Compares two values for equals.

    - This implementation uses ==. -

    -

    -
    Overrides:
    isEqualValue in class AbstractHashedMap
    -
    -
    -
    Parameters:
    value1 - the first value to compare passed in from outside
    value2 - the second value extracted from the entry via getValue() -
    Returns:
    true if equal by identity
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This implementation uses ==. +

    +

    +
    Overrides:
    isEqualValue in class AbstractHashedMap
    +
    +
    +
    Parameters:
    value1 - the first value to compare passed in from outside
    value2 - the second value extracted from the entry via getValue() +
    Returns:
    true if equal by identity
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/ReferenceMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/ReferenceMap.html index 90ad7c5..0aa53a7 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/ReferenceMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/ReferenceMap.html @@ -1,110 +1,110 @@ - - - - - - - -ReferenceMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class ReferenceMap

    -
    -java.lang.Object
    -  extended by java.util.AbstractMap
    -      extended by org.apache.commons.collections.map.AbstractHashedMap
    -          extended by org.apache.commons.collections.map.AbstractReferenceMap
    -              extended by org.apache.commons.collections.map.ReferenceMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, IterableMap
    -
    -
    -
    -
    public class ReferenceMap
    extends AbstractReferenceMap
    implements java.io.Serializable
    - - -

    + + + + + + + +ReferenceMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class ReferenceMap

    +
    +java.lang.Object
    +  extended by java.util.AbstractMap
    +      extended by org.apache.commons.collections.map.AbstractHashedMap
    +          extended by org.apache.commons.collections.map.AbstractReferenceMap
    +              extended by org.apache.commons.collections.map.ReferenceMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, IterableMap
    +
    +
    +
    +
    public class ReferenceMap
    extends AbstractReferenceMap
    implements java.io.Serializable
    + + +

    A Map implementation that allows mappings to be removed by the garbage collector.

    @@ -131,7 +131,7 @@ A Map implementation that allows mappings to be Attempting to add a null key or value to the map will raise a NullPointerException.

    This implementation is not synchronized. - You can use Collections.synchronizedMap(java.util.Map) to + You can use Collections.synchronizedMap(java.util.Map) to provide synchronized access to a ReferenceMap. Remember that synchronization will not stop the garbage collecter removing entries.

    @@ -141,344 +141,344 @@ A Map implementation that allows mappings to be Note that ReferenceMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedMap(java.util.Map). This class may throw + using Collections.synchronizedMap(java.util.Map). This class may throw exceptions when accessed by concurrent threads without synchronization.

    NOTE: As from Commons Collections 3.1 this map extends AbstractReferenceMap (previously it extended AbstractMap). As a result, the implementation is now - extensible and provides a MapIterator. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0 (previously in main package v2.1)
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Paul Jack, Stephen Colebourne
    -
    See Also:
    Reference, -Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractReferenceMap
    AbstractReferenceMap.ReferenceEntry
    -  - - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.EntrySetIterator, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.KeySetIterator, AbstractHashedMap.Values, AbstractHashedMap.ValuesIterator
    -  - - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractReferenceMap
    HARD, keyType, purgeValues, SOFT, valueType, WEAK
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    -  - - - - - - - - - + +
    -Constructor Summary
    ReferenceMap() - -
    + extensible and provides a MapIterator. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0 (previously in main package v2.1)
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Paul Jack, Stephen Colebourne
    +
    See Also:
    Reference, +Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractReferenceMap
    AbstractReferenceMap.ReferenceEntry
    +  + + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.map.AbstractHashedMap
    AbstractHashedMap.EntrySet, AbstractHashedMap.EntrySetIterator, AbstractHashedMap.HashEntry, AbstractHashedMap.HashIterator, AbstractHashedMap.HashMapIterator, AbstractHashedMap.KeySet, AbstractHashedMap.KeySetIterator, AbstractHashedMap.Values, AbstractHashedMap.ValuesIterator
    +  + + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractReferenceMap
    HARD, keyType, purgeValues, SOFT, valueType, WEAK
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap
    data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, entrySet, GETKEY_INVALID, GETVALUE_INVALID, keySet, loadFactor, MAXIMUM_CAPACITY, modCount, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID, size, threshold, values
    +  + + + + + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - -
    +Constructor Summary
    ReferenceMap() + +
              Constructs a new ReferenceMap that will - use hard references to keys and soft references to values.
    ReferenceMap(int keyType, - int valueType) - -
    + use hard references to keys and soft references to values.
    ReferenceMap(int keyType, + int valueType) + +
              Constructs a new ReferenceMap that will - use the specified types of references.
    ReferenceMap(int keyType, - int valueType, - boolean purgeValues) - -
    + use the specified types of references.
    ReferenceMap(int keyType, + int valueType, + boolean purgeValues) + +
              Constructs a new ReferenceMap that will - use the specified types of references.
    ReferenceMap(int keyType, - int valueType, - int capacity, - float loadFactor) - -
    + use the specified types of references.
    ReferenceMap(int keyType, + int valueType, + int capacity, + float loadFactor) + +
              Constructs a new ReferenceMap with the specified reference types, load factor and initial - capacity.
    ReferenceMap(int keyType, - int valueType, - int capacity, - float loadFactor, - boolean purgeValues) - -
    + capacity.
    ReferenceMap(int keyType, + int valueType, + int capacity, + float loadFactor, + boolean purgeValues) + +
              Constructs a new ReferenceMap with the specified reference types, load factor and initial - capacity.
    -  - - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractReferenceMap
    clear, containsKey, containsValue, createEntry, createEntrySetIterator, createKeySetIterator, createValuesIterator, doReadObject, doWriteObject, entrySet, get, getEntry, hashEntry, init, isEmpty, isEqualKey, keySet, mapIterator, purge, purge, purgeBeforeRead, purgeBeforeWrite, put, remove, size, values
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    addEntry, addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, clone, convertKey, destroyEntry, ensureCapacity, entryHashCode, entryKey, entryNext, entryValue, equals, hash, hashCode, hashIndex, isEqualValue, putAll, removeEntry, removeMapping, reuseEntry, toString, updateEntry
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -ReferenceMap

    -
    -public ReferenceMap()
    -
    + capacity.
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractReferenceMap
    clear, containsKey, containsValue, createEntry, createEntrySetIterator, createKeySetIterator, createValuesIterator, doReadObject, doWriteObject, entrySet, get, getEntry, hashEntry, init, isEmpty, isEqualKey, keySet, mapIterator, purge, purge, purgeBeforeRead, purgeBeforeWrite, put, remove, size, values
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap
    addEntry, addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, clone, convertKey, destroyEntry, ensureCapacity, entryHashCode, entryKey, entryNext, entryValue, equals, hash, hashCode, hashIndex, isEqualValue, putAll, removeEntry, removeMapping, reuseEntry, toString, updateEntry
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +ReferenceMap

    +
    +public ReferenceMap()
    +
    Constructs a new ReferenceMap that will - use hard references to keys and soft references to values. -

    -

    -
    - -

    -ReferenceMap

    -
    -public ReferenceMap(int keyType,
    -                    int valueType)
    -
    + use hard references to keys and soft references to values. +

    +

    +
    + +

    +ReferenceMap

    +
    +public ReferenceMap(int keyType,
    +                    int valueType)
    +
    Constructs a new ReferenceMap that will - use the specified types of references. -

    -

    + use the specified types of references. +

    +

    Parameters:
    keyType - the type of reference to use for keys; must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    valueType - the type of reference to use for values; - must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    -
    -
    - -

    -ReferenceMap

    -
    -public ReferenceMap(int keyType,
    -                    int valueType,
    -                    boolean purgeValues)
    -
    + must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    +
    +
    + +

    +ReferenceMap

    +
    +public ReferenceMap(int keyType,
    +                    int valueType,
    +                    boolean purgeValues)
    +
    Constructs a new ReferenceMap that will - use the specified types of references. -

    -

    + use the specified types of references. +

    +

    Parameters:
    keyType - the type of reference to use for keys; must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    valueType - the type of reference to use for values; - must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    purgeValues - should the value be automatically purged when the - key is garbage collected
    -
    -
    - -

    -ReferenceMap

    -
    -public ReferenceMap(int keyType,
    -                    int valueType,
    -                    int capacity,
    -                    float loadFactor)
    -
    + must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    purgeValues - should the value be automatically purged when the + key is garbage collected
    +
    +
    + +

    +ReferenceMap

    +
    +public ReferenceMap(int keyType,
    +                    int valueType,
    +                    int capacity,
    +                    float loadFactor)
    +
    Constructs a new ReferenceMap with the specified reference types, load factor and initial - capacity. -

    -

    + capacity. +

    +

    Parameters:
    keyType - the type of reference to use for keys; must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    valueType - the type of reference to use for values; - must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    capacity - the initial capacity for the map
    loadFactor - the load factor for the map
    -
    -
    - -

    -ReferenceMap

    -
    -public ReferenceMap(int keyType,
    -                    int valueType,
    -                    int capacity,
    -                    float loadFactor,
    -                    boolean purgeValues)
    -
    + must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    capacity - the initial capacity for the map
    loadFactor - the load factor for the map
    +
    +
    + +

    +ReferenceMap

    +
    +public ReferenceMap(int keyType,
    +                    int valueType,
    +                    int capacity,
    +                    float loadFactor,
    +                    boolean purgeValues)
    +
    Constructs a new ReferenceMap with the specified reference types, load factor and initial - capacity. -

    -

    + capacity. +

    +

    Parameters:
    keyType - the type of reference to use for keys; must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    valueType - the type of reference to use for values; - must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    capacity - the initial capacity for the map
    loadFactor - the load factor for the map
    purgeValues - should the value be automatically purged when the - key is garbage collected
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + must be AbstractReferenceMap.HARD, AbstractReferenceMap.SOFT, AbstractReferenceMap.WEAK
    capacity - the initial capacity for the map
    loadFactor - the load factor for the map
    purgeValues - should the value be automatically purged when the + key is garbage collected
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/SingletonMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/SingletonMap.html index b63354f..bcca5ce 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/SingletonMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/SingletonMap.html @@ -1,107 +1,107 @@ - - - - - - - -SingletonMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class SingletonMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.SingletonMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, BoundedMap, IterableMap, KeyValue, OrderedMap
    -
    -
    -
    -
    public class SingletonMap
    extends java.lang.Object
    implements OrderedMap, BoundedMap, KeyValue, java.io.Serializable, java.lang.Cloneable
    - - -

    + + + + + + + +SingletonMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class SingletonMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.SingletonMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, BoundedMap, IterableMap, KeyValue, OrderedMap
    +
    +
    +
    +
    public class SingletonMap
    extends java.lang.Object
    implements OrderedMap, BoundedMap, KeyValue, java.io.Serializable, java.lang.Cloneable
    + + +

    A Map implementation that holds a single item and is fixed size.

    The single key/value pair is specified at creation. @@ -111,7 +111,7 @@ A Map implementation that holds a single item and is fixed size.

    If trying to remove or clear the map, an UnsupportedOperationException is thrown. If trying to put a new mapping into the map, an IllegalArgumentException is thrown. - The put method will only suceed if the key specified is the same as the + The put method will only suceed if the key specified is the same as the singleton key.

    The key and value can be obtained by: @@ -119,730 +119,730 @@ A Map implementation that holds a single item and is fixed size.

  • normal Map methods and views
  • the MapIterator, see mapIterator()
  • the KeyValue interface (just cast - no object creation) - -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - - - - - - - - - - - - -
    -Constructor Summary
    SingletonMap() - -
    -          Constructor that creates a map of null to null.
    SingletonMap(KeyValue keyValue) - -
    -          Constructor specifying the key and value as a KeyValue.
    SingletonMap(java.util.Map.Entry mapEntry) - -
    -          Constructor specifying the key and value as a MapEntry.
    SingletonMap(java.util.Map map) - -
    -          Constructor copying elements from another map.
    SingletonMap(java.lang.Object key, - java.lang.Object value) - -
    -          Constructor specifying the key and value.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -          Unsupported operation.
    - java.lang.Objectclone() - -
    -          Clones the map without cloning the key or value.
    - booleancontainsKey(java.lang.Object key) - -
    -          Checks whether the map contains the specified key.
    - booleancontainsValue(java.lang.Object value) - -
    -          Checks whether the map contains the specified value.
    - java.util.SetentrySet() - -
    -          Gets the entrySet view of the map.
    - booleanequals(java.lang.Object obj) - -
    -          Compares this map with another.
    - java.lang.ObjectfirstKey() - -
    -          Gets the first (and only) key in the map.
    - java.lang.Objectget(java.lang.Object key) - -
    -          Gets the value mapped to the key specified.
    - java.lang.ObjectgetKey() - -
    -          Gets the key.
    - java.lang.ObjectgetValue() - -
    -          Gets the value.
    - inthashCode() - -
    -          Gets the standard Map hashCode.
    - booleanisEmpty() - -
    -          Checks whether the map is currently empty, which it never is.
    -protected  booleanisEqualKey(java.lang.Object key) - -
    -          Compares the specified key to the stored key.
    -protected  booleanisEqualValue(java.lang.Object value) - -
    -          Compares the specified value to the stored value.
    - booleanisFull() - -
    -          Is the map currently full, always true.
    - java.util.SetkeySet() - -
    -          Gets the unmodifiable keySet view of the map.
    - java.lang.ObjectlastKey() - -
    -          Gets the last (and only) key in the map.
    - MapIteratormapIterator() - -
    -          Gets an iterator over the map.
    - intmaxSize() - -
    -          Gets the maximum size of the map, always 1.
    - java.lang.ObjectnextKey(java.lang.Object key) - -
    -          Gets the next key after the key specified, always null.
    - OrderedMapIteratororderedMapIterator() - -
    -          Obtains an OrderedMapIterator over the map.
    - java.lang.ObjectpreviousKey(java.lang.Object key) - -
    -          Gets the previous key before the key specified, always null.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Puts a key-value mapping into this map where the key must match the existing key.
    - voidputAll(java.util.Map map) - -
    -          Puts the values from the specified map into this map.
    - java.lang.Objectremove(java.lang.Object key) - -
    -          Unsupported operation.
    - java.lang.ObjectsetValue(java.lang.Object value) - -
    -          Sets the value.
    - intsize() - -
    -          Gets the size of the map, always 1.
    - java.lang.StringtoString() - -
    -          Gets the map as a String.
    - java.util.Collectionvalues() - -
    -          Gets the unmodifiable values view of the map.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -SingletonMap

    -
    -public SingletonMap()
    -
    -
    Constructor that creates a map of null to null. -

    -

    -
    - -

    -SingletonMap

    -
    -public SingletonMap(java.lang.Object key,
    -                    java.lang.Object value)
    -
    -
    Constructor specifying the key and value. -

    -

    -
    Parameters:
    key - the key to use
    value - the value to use
    -
    -
    - -

    -SingletonMap

    -
    -public SingletonMap(KeyValue keyValue)
    -
    -
    Constructor specifying the key and value as a KeyValue. -

    -

    -
    Parameters:
    keyValue - the key value pair to use
    -
    -
    - -

    -SingletonMap

    -
    -public SingletonMap(java.util.Map.Entry mapEntry)
    -
    -
    Constructor specifying the key and value as a MapEntry. -

    -

    -
    Parameters:
    mapEntry - the mapEntry to use
    -
    -
    - -

    -SingletonMap

    -
    -public SingletonMap(java.util.Map map)
    -
    -
    Constructor copying elements from another map. -

    -

    -
    Parameters:
    map - the map to copy, must be size 1 -
    Throws: -
    java.lang.NullPointerException - if the map is null -
    java.lang.IllegalArgumentException - if the size is not 1
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getKey

    -
    -public java.lang.Object getKey()
    -
    -
    Gets the key. -

    -

    -
    Specified by:
    getKey in interface KeyValue
    -
    -
    - -
    Returns:
    the key
    -
    -
    -
    - -

    -getValue

    -
    -public java.lang.Object getValue()
    -
    -
    Gets the value. -

    -

    -
    Specified by:
    getValue in interface KeyValue
    -
    -
    - -
    Returns:
    the value
    -
    -
    -
    - -

    -setValue

    -
    -public java.lang.Object setValue(java.lang.Object value)
    -
    -
    Sets the value. -

    -

    -
    -
    -
    -
    Parameters:
    value - the new value to set -
    Returns:
    the old value
    -
    -
    -
    - -

    -isFull

    -
    -public boolean isFull()
    -
    -
    Is the map currently full, always true. -

    -

    -
    Specified by:
    isFull in interface BoundedMap
    -
    -
    - -
    Returns:
    true always
    -
    -
    -
    - -

    -maxSize

    -
    -public int maxSize()
    -
    -
    Gets the maximum size of the map, always 1. -

    -

    -
    Specified by:
    maxSize in interface BoundedMap
    -
    -
    - -
    Returns:
    1 always
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    -
    Gets the value mapped to the key specified. -

    -

    -
    Specified by:
    get in interface java.util.Map
    -
    -
    -
    Parameters:
    key - the key -
    Returns:
    the mapped value, null if no match
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    Gets the size of the map, always 1. -

    -

    -
    Specified by:
    size in interface java.util.Map
    -
    -
    - -
    Returns:
    the size of 1
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Checks whether the map is currently empty, which it never is. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Map
    -
    -
    - -
    Returns:
    false always
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key)
    -
    -
    Checks whether the map contains the specified key. -

    -

    -
    Specified by:
    containsKey in interface java.util.Map
    -
    -
    -
    Parameters:
    key - the key to search for -
    Returns:
    true if the map contains the key
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    -
    Checks whether the map contains the specified value. -

    -

    -
    Specified by:
    containsValue in interface java.util.Map
    -
    -
    -
    Parameters:
    value - the value to search for -
    Returns:
    true if the map contains the key
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    + +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    SingletonMap() + +
    +          Constructor that creates a map of null to null.
    SingletonMap(KeyValue keyValue) + +
    +          Constructor specifying the key and value as a KeyValue.
    SingletonMap(java.util.Map.Entry mapEntry) + +
    +          Constructor specifying the key and value as a MapEntry.
    SingletonMap(java.util.Map map) + +
    +          Constructor copying elements from another map.
    SingletonMap(java.lang.Object key, + java.lang.Object value) + +
    +          Constructor specifying the key and value.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +          Unsupported operation.
    + java.lang.Objectclone() + +
    +          Clones the map without cloning the key or value.
    + booleancontainsKey(java.lang.Object key) + +
    +          Checks whether the map contains the specified key.
    + booleancontainsValue(java.lang.Object value) + +
    +          Checks whether the map contains the specified value.
    + java.util.SetentrySet() + +
    +          Gets the entrySet view of the map.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this map with another.
    + java.lang.ObjectfirstKey() + +
    +          Gets the first (and only) key in the map.
    + java.lang.Objectget(java.lang.Object key) + +
    +          Gets the value mapped to the key specified.
    + java.lang.ObjectgetKey() + +
    +          Gets the key.
    + java.lang.ObjectgetValue() + +
    +          Gets the value.
    + inthashCode() + +
    +          Gets the standard Map hashCode.
    + booleanisEmpty() + +
    +          Checks whether the map is currently empty, which it never is.
    +protected  booleanisEqualKey(java.lang.Object key) + +
    +          Compares the specified key to the stored key.
    +protected  booleanisEqualValue(java.lang.Object value) + +
    +          Compares the specified value to the stored value.
    + booleanisFull() + +
    +          Is the map currently full, always true.
    + java.util.SetkeySet() + +
    +          Gets the unmodifiable keySet view of the map.
    + java.lang.ObjectlastKey() + +
    +          Gets the last (and only) key in the map.
    + MapIteratormapIterator() + +
    +          Gets an iterator over the map.
    + intmaxSize() + +
    +          Gets the maximum size of the map, always 1.
    + java.lang.ObjectnextKey(java.lang.Object key) + +
    +          Gets the next key after the key specified, always null.
    + OrderedMapIteratororderedMapIterator() + +
    +          Obtains an OrderedMapIterator over the map.
    + java.lang.ObjectpreviousKey(java.lang.Object key) + +
    +          Gets the previous key before the key specified, always null.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Puts a key-value mapping into this map where the key must match the existing key.
    + voidputAll(java.util.Map map) + +
    +          Puts the values from the specified map into this map.
    + java.lang.Objectremove(java.lang.Object key) + +
    +          Unsupported operation.
    + java.lang.ObjectsetValue(java.lang.Object value) + +
    +          Sets the value.
    + intsize() + +
    +          Gets the size of the map, always 1.
    + java.lang.StringtoString() + +
    +          Gets the map as a String.
    + java.util.Collectionvalues() + +
    +          Gets the unmodifiable values view of the map.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +SingletonMap

    +
    +public SingletonMap()
    +
    +
    Constructor that creates a map of null to null. +

    +

    +
    + +

    +SingletonMap

    +
    +public SingletonMap(java.lang.Object key,
    +                    java.lang.Object value)
    +
    +
    Constructor specifying the key and value. +

    +

    +
    Parameters:
    key - the key to use
    value - the value to use
    +
    +
    + +

    +SingletonMap

    +
    +public SingletonMap(KeyValue keyValue)
    +
    +
    Constructor specifying the key and value as a KeyValue. +

    +

    +
    Parameters:
    keyValue - the key value pair to use
    +
    +
    + +

    +SingletonMap

    +
    +public SingletonMap(java.util.Map.Entry mapEntry)
    +
    +
    Constructor specifying the key and value as a MapEntry. +

    +

    +
    Parameters:
    mapEntry - the mapEntry to use
    +
    +
    + +

    +SingletonMap

    +
    +public SingletonMap(java.util.Map map)
    +
    +
    Constructor copying elements from another map. +

    +

    +
    Parameters:
    map - the map to copy, must be size 1 +
    Throws: +
    java.lang.NullPointerException - if the map is null +
    java.lang.IllegalArgumentException - if the size is not 1
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getKey

    +
    +public java.lang.Object getKey()
    +
    +
    Gets the key. +

    +

    +
    Specified by:
    getKey in interface KeyValue
    +
    +
    + +
    Returns:
    the key
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Gets the value. +

    +

    +
    Specified by:
    getValue in interface KeyValue
    +
    +
    + +
    Returns:
    the value
    +
    +
    +
    + +

    +setValue

    +
    +public java.lang.Object setValue(java.lang.Object value)
    +
    +
    Sets the value. +

    +

    +
    +
    +
    +
    Parameters:
    value - the new value to set +
    Returns:
    the old value
    +
    +
    +
    + +

    +isFull

    +
    +public boolean isFull()
    +
    +
    Is the map currently full, always true. +

    +

    +
    Specified by:
    isFull in interface BoundedMap
    +
    +
    + +
    Returns:
    true always
    +
    +
    +
    + +

    +maxSize

    +
    +public int maxSize()
    +
    +
    Gets the maximum size of the map, always 1. +

    +

    +
    Specified by:
    maxSize in interface BoundedMap
    +
    +
    + +
    Returns:
    1 always
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    +
    Gets the value mapped to the key specified. +

    +

    +
    Specified by:
    get in interface java.util.Map
    +
    +
    +
    Parameters:
    key - the key +
    Returns:
    the mapped value, null if no match
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Gets the size of the map, always 1. +

    +

    +
    Specified by:
    size in interface java.util.Map
    +
    +
    + +
    Returns:
    the size of 1
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Checks whether the map is currently empty, which it never is. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Map
    +
    +
    + +
    Returns:
    false always
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key)
    +
    +
    Checks whether the map contains the specified key. +

    +

    +
    Specified by:
    containsKey in interface java.util.Map
    +
    +
    +
    Parameters:
    key - the key to search for +
    Returns:
    true if the map contains the key
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    +
    Checks whether the map contains the specified value. +

    +

    +
    Specified by:
    containsValue in interface java.util.Map
    +
    +
    +
    Parameters:
    value - the value to search for +
    Returns:
    true if the map contains the key
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    Puts a key-value mapping into this map where the key must match the existing key.

    An IllegalArgumentException is thrown if the key does not match as the map - is fixed size. -

    -

    -
    Specified by:
    put in interface java.util.Map
    -
    -
    -
    Parameters:
    key - the key to set, must be the key of the map
    value - the value to set -
    Returns:
    the value previously mapped to this key, null if none -
    Throws: -
    java.lang.IllegalArgumentException - if the key does not match
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map map)
    -
    + is fixed size. +

    +

    +
    Specified by:
    put in interface java.util.Map
    +
    +
    +
    Parameters:
    key - the key to set, must be the key of the map
    value - the value to set +
    Returns:
    the value previously mapped to this key, null if none +
    Throws: +
    java.lang.IllegalArgumentException - if the key does not match
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map map)
    +
    Puts the values from the specified map into this map.

    The map must be of size 0 or size 1. If it is size 1, the key must match the key of this map otherwise an - IllegalArgumentException is thrown. -

    -

    -
    Specified by:
    putAll in interface java.util.Map
    -
    -
    -
    Parameters:
    map - the map to add, must be size 0 or 1, and the key must match -
    Throws: -
    java.lang.NullPointerException - if the map is null -
    java.lang.IllegalArgumentException - if the key does not match
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    Unsupported operation. -

    -

    -
    Specified by:
    remove in interface java.util.Map
    -
    -
    -
    Parameters:
    key - the mapping to remove -
    Returns:
    the value mapped to the removed key, null if key not in map -
    Throws: -
    java.lang.UnsupportedOperationException - always
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    Unsupported operation. -

    -

    -
    Specified by:
    clear in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    + IllegalArgumentException is thrown. +

    +

    +
    Specified by:
    putAll in interface java.util.Map
    +
    +
    +
    Parameters:
    map - the map to add, must be size 0 or 1, and the key must match +
    Throws: +
    java.lang.NullPointerException - if the map is null +
    java.lang.IllegalArgumentException - if the key does not match
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    Unsupported operation. +

    +

    +
    Specified by:
    remove in interface java.util.Map
    +
    +
    +
    Parameters:
    key - the mapping to remove +
    Returns:
    the value mapped to the removed key, null if key not in map +
    Throws: +
    java.lang.UnsupportedOperationException - always
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    Unsupported operation. +

    +

    +
    Specified by:
    clear in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    Gets the entrySet view of the map. Changes made via setValue affect this map. - To simply iterate through the entries, use mapIterator(). -

    -

    -
    Specified by:
    entrySet in interface java.util.Map
    -
    -
    - -
    Returns:
    the entrySet view
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    + To simply iterate through the entries, use mapIterator(). +

    +

    +
    Specified by:
    entrySet in interface java.util.Map
    +
    +
    + +
    Returns:
    the entrySet view
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    Gets the unmodifiable keySet view of the map. Changes made to the view affect this map. - To simply iterate through the keys, use mapIterator(). -

    -

    -
    Specified by:
    keySet in interface java.util.Map
    -
    -
    - -
    Returns:
    the keySet view
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    + To simply iterate through the keys, use mapIterator(). +

    +

    +
    Specified by:
    keySet in interface java.util.Map
    +
    +
    + +
    Returns:
    the keySet view
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    Gets the unmodifiable values view of the map. Changes made to the view affect this map. - To simply iterate through the values, use mapIterator(). -

    -

    -
    Specified by:
    values in interface java.util.Map
    -
    -
    - -
    Returns:
    the values view
    -
    -
    -
    - -

    -mapIterator

    -
    -public MapIterator mapIterator()
    -
    + To simply iterate through the values, use mapIterator(). +

    +

    +
    Specified by:
    values in interface java.util.Map
    +
    +
    + +
    Returns:
    the values view
    +
    +
    +
    + +

    +mapIterator

    +
    +public MapIterator mapIterator()
    +
    Gets an iterator over the map. Changes made to the iterator using setValue affect this map. The remove method is unsupported. @@ -850,267 +850,267 @@ public -
    -
    Specified by:
    mapIterator in interface IterableMap
    -
    -
    - -
    Returns:
    the map iterator
    -
    -
    -
    - -

    -orderedMapIterator

    -
    -public OrderedMapIterator orderedMapIterator()
    -
    + It also avoids creating the Map Entry object. +

    +

    +
    Specified by:
    mapIterator in interface IterableMap
    +
    +
    + +
    Returns:
    the map iterator
    +
    +
    +
    + +

    +orderedMapIterator

    +
    +public OrderedMapIterator orderedMapIterator()
    +
    Obtains an OrderedMapIterator over the map.

    A ordered map iterator is an efficient way of iterating over maps - in both directions. -

    -

    -
    Specified by:
    orderedMapIterator in interface OrderedMap
    -
    -
    - -
    Returns:
    an ordered map iterator
    -
    -
    -
    - -

    -firstKey

    -
    -public java.lang.Object firstKey()
    -
    -
    Gets the first (and only) key in the map. -

    -

    -
    Specified by:
    firstKey in interface OrderedMap
    -
    -
    - -
    Returns:
    the key
    -
    -
    -
    - -

    -lastKey

    -
    -public java.lang.Object lastKey()
    -
    -
    Gets the last (and only) key in the map. -

    -

    -
    Specified by:
    lastKey in interface OrderedMap
    -
    -
    - -
    Returns:
    the key
    -
    -
    -
    - -

    -nextKey

    -
    -public java.lang.Object nextKey(java.lang.Object key)
    -
    -
    Gets the next key after the key specified, always null. -

    -

    -
    Specified by:
    nextKey in interface OrderedMap
    -
    -
    -
    Parameters:
    key - the next key -
    Returns:
    null always
    -
    -
    -
    - -

    -previousKey

    -
    -public java.lang.Object previousKey(java.lang.Object key)
    -
    -
    Gets the previous key before the key specified, always null. -

    -

    -
    Specified by:
    previousKey in interface OrderedMap
    -
    -
    -
    Parameters:
    key - the next key -
    Returns:
    null always
    -
    -
    -
    - -

    -isEqualKey

    -
    -protected boolean isEqualKey(java.lang.Object key)
    -
    -
    Compares the specified key to the stored key. -

    -

    -
    -
    -
    -
    Parameters:
    key - the key to compare -
    Returns:
    true if equal
    -
    -
    -
    - -

    -isEqualValue

    -
    -protected boolean isEqualValue(java.lang.Object value)
    -
    -
    Compares the specified value to the stored value. -

    -

    -
    -
    -
    -
    Parameters:
    value - the value to compare -
    Returns:
    true if equal
    -
    -
    -
    - -

    -clone

    -
    -public java.lang.Object clone()
    -
    -
    Clones the map without cloning the key or value. -

    -

    -
    Overrides:
    clone in class java.lang.Object
    -
    -
    - -
    Returns:
    a shallow clone
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    -
    Compares this map with another. -

    -

    -
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    obj - the object to compare to -
    Returns:
    true if equal
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    Gets the standard Map hashCode. -

    -

    -
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    - -
    Returns:
    the hash code defined in the Map interface
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    Gets the map as a String. -

    -

    -
    Overrides:
    toString in class java.lang.Object
    -
    -
    - -
    Returns:
    a string version of the map
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + in both directions. +

    +

    +
    Specified by:
    orderedMapIterator in interface OrderedMap
    +
    +
    + +
    Returns:
    an ordered map iterator
    +
    +
    +
    + +

    +firstKey

    +
    +public java.lang.Object firstKey()
    +
    +
    Gets the first (and only) key in the map. +

    +

    +
    Specified by:
    firstKey in interface OrderedMap
    +
    +
    + +
    Returns:
    the key
    +
    +
    +
    + +

    +lastKey

    +
    +public java.lang.Object lastKey()
    +
    +
    Gets the last (and only) key in the map. +

    +

    +
    Specified by:
    lastKey in interface OrderedMap
    +
    +
    + +
    Returns:
    the key
    +
    +
    +
    + +

    +nextKey

    +
    +public java.lang.Object nextKey(java.lang.Object key)
    +
    +
    Gets the next key after the key specified, always null. +

    +

    +
    Specified by:
    nextKey in interface OrderedMap
    +
    +
    +
    Parameters:
    key - the next key +
    Returns:
    null always
    +
    +
    +
    + +

    +previousKey

    +
    +public java.lang.Object previousKey(java.lang.Object key)
    +
    +
    Gets the previous key before the key specified, always null. +

    +

    +
    Specified by:
    previousKey in interface OrderedMap
    +
    +
    +
    Parameters:
    key - the next key +
    Returns:
    null always
    +
    +
    +
    + +

    +isEqualKey

    +
    +protected boolean isEqualKey(java.lang.Object key)
    +
    +
    Compares the specified key to the stored key. +

    +

    +
    +
    +
    +
    Parameters:
    key - the key to compare +
    Returns:
    true if equal
    +
    +
    +
    + +

    +isEqualValue

    +
    +protected boolean isEqualValue(java.lang.Object value)
    +
    +
    Compares the specified value to the stored value. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to compare +
    Returns:
    true if equal
    +
    +
    +
    + +

    +clone

    +
    +public java.lang.Object clone()
    +
    +
    Clones the map without cloning the key or value. +

    +

    +
    Overrides:
    clone in class java.lang.Object
    +
    +
    + +
    Returns:
    a shallow clone
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    Compares this map with another. +

    +

    +
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    obj - the object to compare to +
    Returns:
    true if equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Gets the standard Map hashCode. +

    +

    +
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    + +
    Returns:
    the hash code defined in the Map interface
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Gets the map as a String. +

    +

    +
    Overrides:
    toString in class java.lang.Object
    +
    +
    + +
    Returns:
    a string version of the map
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/StaticBucketMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/StaticBucketMap.html index e237787..ebda2a0 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/StaticBucketMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/StaticBucketMap.html @@ -1,111 +1,111 @@ - - - - - - - -StaticBucketMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class StaticBucketMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.StaticBucketMap
    -
    -
    -
    All Implemented Interfaces:
    java.util.Map
    -
    -
    -
    -
    public final class StaticBucketMap
    extends java.lang.Object
    implements java.util.Map
    - - -

    + + + + + + + +StaticBucketMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class StaticBucketMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.StaticBucketMap
    +
    +
    +
    All Implemented Interfaces:
    java.util.Map
    +
    +
    +
    +
    public final class StaticBucketMap
    extends java.lang.Object
    implements java.util.Map
    + + +

    A StaticBucketMap is an efficient, thread-safe implementation of java.util.Map that performs well in in a highly thread-contentious environment. The map supports very efficient - get, put, + get, put, remove and containsKey operations, assuming (approximate) uniform hashing and that the number of entries does not exceed the number of buckets. If the @@ -114,16 +114,16 @@ A StaticBucketMap is an efficient, thread-safe implementation of scenario that is proportional to the number of elements in the map (O(n)).

    - Each bucket in the hash table has its own monitor, so two threads can - safely operate on the map at the same time, often without incurring any + Each bucket in the hash table has its own monitor, so two threads can + safely operate on the map at the same time, often without incurring any monitor contention. This means that you don't have to wrap instances of this class with Collections.synchronizedMap(Map); - instances are already thread-safe. Unfortunately, however, this means - that this map implementation behaves in ways you may find disconcerting. + instances are already thread-safe. Unfortunately, however, this means + that this map implementation behaves in ways you may find disconcerting. Bulk operations, such as putAll or the - retainAll operation in collection - views, are not atomic. If two threads are simultaneously - executing + retainAll operation in collection + views, are not atomic. If two threads are simultaneously + executing

        staticBucketMapInstance.putAll(map);
    @@ -136,23 +136,23 @@ A StaticBucketMap is an efficient, thread-safe implementation of
      
    then the results are generally random. Those two statement could cancel - each other out, leaving staticBucketMapInstance essentially - unchanged, or they could leave some random subset of map in + each other out, leaving staticBucketMapInstance essentially + unchanged, or they could leave some random subset of map in staticBucketMapInstance.

    - Also, much like an encyclopedia, the results of size() and + Also, much like an encyclopedia, the results of size() and isEmpty() are out-of-date as soon as they are produced.

    The iterators returned by the collection views of this class are not - fail-fast. They will never raise a - ConcurrentModificationException. Keys and values + fail-fast. They will never raise a + ConcurrentModificationException. Keys and values added to the map after the iterator is created do not necessarily appear - during iteration. Similarly, the iterator does not necessarily fail to + during iteration. Similarly, the iterator does not necessarily fail to return keys and values that were removed after the iterator was created.

    Finally, unlike HashMap-style implementations, this - class never rehashes the map. The number of buckets is fixed - at construction time and never altered. Performance may degrade if + class never rehashes the map. The number of buckets is fixed + at construction time and never altered. Performance may degrade if you do not allocate enough buckets upfront.

    The atomic(Runnable) method is provided to allow atomic iterations @@ -160,501 +160,501 @@ A StaticBucketMap is an efficient, thread-safe implementation of will basically result in a map that's slower than an ordinary synchronized HashMap. - Use this class if you do not require reliable bulk operations and - iterations, or if you can make your own guarantees about how bulk - operations will affect the map.

    -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0 (previously in main package v2.1)
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Berin Loritsch, Gerhard Froehlich, Michael A. Smith, Paul Jack, Leo Sutic, Janek Bogucki, Kazuya Ujihara
    -
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - - - -
    -Constructor Summary
    StaticBucketMap() - -
    -          Initializes the map with the default number of buckets (255).
    StaticBucketMap(int numBuckets) - -
    -          Initializes the map with a specified number of buckets.
    -  - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    - voidatomic(java.lang.Runnable r) - -
    + Use this class if you do not require reliable bulk operations and + iterations, or if you can make your own guarantees about how bulk + operations will affect the map.

    +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0 (previously in main package v2.1)
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Berin Loritsch, Gerhard Froehlich, Michael A. Smith, Paul Jack, Leo Sutic, Janek Bogucki, Kazuya Ujihara
    +
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + + + +
    +Constructor Summary
    StaticBucketMap() + +
    +          Initializes the map with the default number of buckets (255).
    StaticBucketMap(int numBuckets) + +
    +          Initializes the map with a specified number of buckets.
    +  + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    + voidatomic(java.lang.Runnable r) + +
              Prevents any operations from occurring on this map while the - given Runnable executes.
    - voidclear() - -
    -          Clears the map of all entries.
    - booleancontainsKey(java.lang.Object key) - -
    -          Checks if the map contains the specified key.
    - booleancontainsValue(java.lang.Object value) - -
    -          Checks if the map contains the specified value.
    - java.util.SetentrySet() - -
    -          Gets the entry set.
    - booleanequals(java.lang.Object obj) - -
    -          Compares this map to another, as per the Map specification.
    - java.lang.Objectget(java.lang.Object key) - -
    -          Gets the value associated with the key.
    - inthashCode() - -
    -          Gets the hash code, as per the Map specification.
    - booleanisEmpty() - -
    -          Checks if the size is currently zero.
    - java.util.SetkeySet() - -
    -          Gets the key set.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -          Puts a new key value mapping into the map.
    - voidputAll(java.util.Map map) - -
    -          Puts all the entries from the specified map into this map.
    - java.lang.Objectremove(java.lang.Object key) - -
    -          Removes the specified key from the map.
    - intsize() - -
    -          Gets the current size of the map.
    - java.util.Collectionvalues() - -
    -          Gets the values.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -StaticBucketMap

    -
    -public StaticBucketMap()
    -
    -
    Initializes the map with the default number of buckets (255). -

    -

    -
    - -

    -StaticBucketMap

    -
    -public StaticBucketMap(int numBuckets)
    -
    + given Runnable executes.
    + voidclear() + +
    +          Clears the map of all entries.
    + booleancontainsKey(java.lang.Object key) + +
    +          Checks if the map contains the specified key.
    + booleancontainsValue(java.lang.Object value) + +
    +          Checks if the map contains the specified value.
    + java.util.SetentrySet() + +
    +          Gets the entry set.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this map to another, as per the Map specification.
    + java.lang.Objectget(java.lang.Object key) + +
    +          Gets the value associated with the key.
    + inthashCode() + +
    +          Gets the hash code, as per the Map specification.
    + booleanisEmpty() + +
    +          Checks if the size is currently zero.
    + java.util.SetkeySet() + +
    +          Gets the key set.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +          Puts a new key value mapping into the map.
    + voidputAll(java.util.Map map) + +
    +          Puts all the entries from the specified map into this map.
    + java.lang.Objectremove(java.lang.Object key) + +
    +          Removes the specified key from the map.
    + intsize() + +
    +          Gets the current size of the map.
    + java.util.Collectionvalues() + +
    +          Gets the values.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +StaticBucketMap

    +
    +public StaticBucketMap()
    +
    +
    Initializes the map with the default number of buckets (255). +

    +

    +
    + +

    +StaticBucketMap

    +
    +public StaticBucketMap(int numBuckets)
    +
    Initializes the map with a specified number of buckets. The number of buckets is never below 17, and is always an odd number (StaticBucketMap ensures this). The number of buckets is inversely proportional to the chances for thread contention. The fewer buckets, the more chances for thread contention. The more buckets the fewer chances for thread - contention. -

    -

    -
    Parameters:
    numBuckets - the number of buckets for this map
    -
    - - - - - - - - -
    -Method Detail
    - -

    -size

    -
    -public int size()
    -
    + contention. +

    +

    +
    Parameters:
    numBuckets - the number of buckets for this map
    +
    + + + + + + + + +
    +Method Detail
    + +

    +size

    +
    +public int size()
    +
    Gets the current size of the map. - The value is computed fresh each time the method is called. -

    -

    -
    Specified by:
    size in interface java.util.Map
    -
    -
    - -
    Returns:
    the current size
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    Checks if the size is currently zero. -

    -

    -
    Specified by:
    isEmpty in interface java.util.Map
    -
    -
    - -
    Returns:
    true if empty
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(java.lang.Object key)
    -
    -
    Gets the value associated with the key. -

    -

    -
    Specified by:
    get in interface java.util.Map
    -
    -
    -
    Parameters:
    key - the key to retrieve -
    Returns:
    the associated value
    -
    -
    -
    - -

    -containsKey

    -
    -public boolean containsKey(java.lang.Object key)
    -
    -
    Checks if the map contains the specified key. -

    -

    -
    Specified by:
    containsKey in interface java.util.Map
    -
    -
    -
    Parameters:
    key - the key to check -
    Returns:
    true if found
    -
    -
    -
    - -

    -containsValue

    -
    -public boolean containsValue(java.lang.Object value)
    -
    -
    Checks if the map contains the specified value. -

    -

    -
    Specified by:
    containsValue in interface java.util.Map
    -
    -
    -
    Parameters:
    value - the value to check -
    Returns:
    true if found
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    Puts a new key value mapping into the map. -

    -

    -
    Specified by:
    put in interface java.util.Map
    -
    -
    -
    Parameters:
    key - the key to use
    value - the value to use -
    Returns:
    the previous mapping for the key
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    Removes the specified key from the map. -

    -

    -
    Specified by:
    remove in interface java.util.Map
    -
    -
    -
    Parameters:
    key - the key to remove -
    Returns:
    the previous value at this key
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    Gets the key set. -

    -

    -
    Specified by:
    keySet in interface java.util.Map
    -
    -
    - -
    Returns:
    the key set
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    Gets the values. -

    -

    -
    Specified by:
    values in interface java.util.Map
    -
    -
    - -
    Returns:
    the values
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    Gets the entry set. -

    -

    -
    Specified by:
    entrySet in interface java.util.Map
    -
    -
    - -
    Returns:
    the entry set
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map map)
    -
    + The value is computed fresh each time the method is called. +

    +

    +
    Specified by:
    size in interface java.util.Map
    +
    +
    + +
    Returns:
    the current size
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Checks if the size is currently zero. +

    +

    +
    Specified by:
    isEmpty in interface java.util.Map
    +
    +
    + +
    Returns:
    true if empty
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(java.lang.Object key)
    +
    +
    Gets the value associated with the key. +

    +

    +
    Specified by:
    get in interface java.util.Map
    +
    +
    +
    Parameters:
    key - the key to retrieve +
    Returns:
    the associated value
    +
    +
    +
    + +

    +containsKey

    +
    +public boolean containsKey(java.lang.Object key)
    +
    +
    Checks if the map contains the specified key. +

    +

    +
    Specified by:
    containsKey in interface java.util.Map
    +
    +
    +
    Parameters:
    key - the key to check +
    Returns:
    true if found
    +
    +
    +
    + +

    +containsValue

    +
    +public boolean containsValue(java.lang.Object value)
    +
    +
    Checks if the map contains the specified value. +

    +

    +
    Specified by:
    containsValue in interface java.util.Map
    +
    +
    +
    Parameters:
    value - the value to check +
    Returns:
    true if found
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    Puts a new key value mapping into the map. +

    +

    +
    Specified by:
    put in interface java.util.Map
    +
    +
    +
    Parameters:
    key - the key to use
    value - the value to use +
    Returns:
    the previous mapping for the key
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    Removes the specified key from the map. +

    +

    +
    Specified by:
    remove in interface java.util.Map
    +
    +
    +
    Parameters:
    key - the key to remove +
    Returns:
    the previous value at this key
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    Gets the key set. +

    +

    +
    Specified by:
    keySet in interface java.util.Map
    +
    +
    + +
    Returns:
    the key set
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    Gets the values. +

    +

    +
    Specified by:
    values in interface java.util.Map
    +
    +
    + +
    Returns:
    the values
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    Gets the entry set. +

    +

    +
    Specified by:
    entrySet in interface java.util.Map
    +
    +
    + +
    Returns:
    the entry set
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map map)
    +
    Puts all the entries from the specified map into this map. - This operation is not atomic and may have undesired effects. -

    -

    -
    Specified by:
    putAll in interface java.util.Map
    -
    -
    -
    Parameters:
    map - the map of entries to add
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    Clears the map of all entries. -

    -

    -
    Specified by:
    clear in interface java.util.Map
    -
    -
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    -
    Compares this map to another, as per the Map specification. -

    -

    -
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    Parameters:
    obj - the object to compare to -
    Returns:
    true if equal
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    Gets the hash code, as per the Map specification. -

    -

    -
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    - -
    Returns:
    the hash code
    -
    -
    -
    - -

    -atomic

    -
    -public void atomic(java.lang.Runnable r)
    -
    + This operation is not atomic and may have undesired effects. +

    +

    +
    Specified by:
    putAll in interface java.util.Map
    +
    +
    +
    Parameters:
    map - the map of entries to add
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    Clears the map of all entries. +

    +

    +
    Specified by:
    clear in interface java.util.Map
    +
    +
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    Compares this map to another, as per the Map specification. +

    +

    +
    Specified by:
    equals in interface java.util.Map
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    Parameters:
    obj - the object to compare to +
    Returns:
    true if equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Gets the hash code, as per the Map specification. +

    +

    +
    Specified by:
    hashCode in interface java.util.Map
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    + +
    Returns:
    the hash code
    +
    +
    +
    + +

    +atomic

    +
    +public void atomic(java.lang.Runnable r)
    +
    Prevents any operations from occurring on this map while the given Runnable executes. This method can be used, for - instance, to execute a bulk operation atomically: + instance, to execute a bulk operation atomically:
         staticBucketMapInstance.atomic(new Runnable() {
    @@ -681,76 +681,76 @@ public void atomic(java.lang.Runnable r)
    and a ton of stack space. Essentially a recursive algorithm is used to enter each bucket's monitor. If you have twenty thousand buckets in your map, then the recursive method will be invoked twenty thousand - times. You have been warned. -

    -

    -
    -
    -
    -
    Parameters:
    r - the code to execute atomically
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + times. You have been warned. +

    +

    +
    +
    +
    +
    Parameters:
    r - the code to execute atomically
    +
    + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/TransformedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/TransformedMap.html index 40fc392..d7fe523 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/TransformedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/TransformedMap.html @@ -1,111 +1,111 @@ - - - - - - - -TransformedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class TransformedMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.map.TransformedMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map
    -
    -
    -
    Direct Known Subclasses:
    TransformedSortedMap
    -
    -
    -
    -
    public class TransformedMap
    extends AbstractMapDecorator
    implements java.io.Serializable
    - - -

    + + + + + + + +TransformedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class TransformedMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.map.TransformedMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map
    +
    +
    +
    Direct Known Subclasses:
    TransformedSortedMap
    +
    +
    +
    +
    public class TransformedMap
    extends AbstractMapDecorator
    implements java.io.Serializable
    + + +

    Decorates another Map to transform objects that are added.

    The Map put methods and Map.Entry setValue method are affected by this class. @@ -116,536 +116,536 @@ Decorates another Map to transform objects that are added. Note that TransformedMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedMap(Map). This class may throw + using Collections.synchronizedMap(Map). This class may throw exceptions when accessed by concurrent threads without synchronization.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  TransformerkeyTransformer - -
    -          The transformer to use for the key
    -protected  TransformervalueTransformer - -
    -          The transformer to use for the value
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected TransformedMap(java.util.Map map, - Transformer keyTransformer, - Transformer valueTransformer) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    -protected  java.lang.ObjectcheckSetValue(java.lang.Object value) - -
    -          Override to transform the value when using setValue.
    -static java.util.Mapdecorate(java.util.Map map, - Transformer keyTransformer, - Transformer valueTransformer) - -
    -          Factory method to create a transforming map.
    -static java.util.MapdecorateTransform(java.util.Map map, - Transformer keyTransformer, - Transformer valueTransformer) - -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  TransformerkeyTransformer + +
    +          The transformer to use for the key
    +protected  TransformervalueTransformer + +
    +          The transformer to use for the value
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected TransformedMap(java.util.Map map, + Transformer keyTransformer, + Transformer valueTransformer) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    +protected  java.lang.ObjectcheckSetValue(java.lang.Object value) + +
    +          Override to transform the value when using setValue.
    +static java.util.Mapdecorate(java.util.Map map, + Transformer keyTransformer, + Transformer valueTransformer) + +
    +          Factory method to create a transforming map.
    +static java.util.MapdecorateTransform(java.util.Map map, + Transformer keyTransformer, + Transformer valueTransformer) + +
              Factory method to create a transforming map that will transform - existing contents of the specified map.
    - java.util.SetentrySet() - -
    -           
    -protected  booleanisSetValueChecking() - -
    -          Override to only return true when there is a value transformer.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -           
    - voidputAll(java.util.Map mapToCopy) - -
    -           
    -protected  java.lang.ObjecttransformKey(java.lang.Object object) - -
    -          Transforms a key.
    -protected  java.util.MaptransformMap(java.util.Map map) - -
    -          Transforms a map.
    -protected  java.lang.ObjecttransformValue(java.lang.Object object) - -
    -          Transforms a value.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, keySet, remove, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -keyTransformer

    -
    -protected final Transformer keyTransformer
    -
    -
    The transformer to use for the key -

    -

    -
    -
    -
    - -

    -valueTransformer

    -
    -protected final Transformer valueTransformer
    -
    -
    The transformer to use for the value -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -TransformedMap

    -
    -protected TransformedMap(java.util.Map map,
    -                         Transformer keyTransformer,
    -                         Transformer valueTransformer)
    -
    + existing contents of the specified map.
    + java.util.SetentrySet() + +
    +           
    +protected  booleanisSetValueChecking() + +
    +          Override to only return true when there is a value transformer.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +           
    + voidputAll(java.util.Map mapToCopy) + +
    +           
    +protected  java.lang.ObjecttransformKey(java.lang.Object object) + +
    +          Transforms a key.
    +protected  java.util.MaptransformMap(java.util.Map map) + +
    +          Transforms a map.
    +protected  java.lang.ObjecttransformValue(java.lang.Object object) + +
    +          Transforms a value.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, keySet, remove, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +keyTransformer

    +
    +protected final Transformer keyTransformer
    +
    +
    The transformer to use for the key +

    +

    +
    +
    +
    + +

    +valueTransformer

    +
    +protected final Transformer valueTransformer
    +
    +
    The transformer to use for the value +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +TransformedMap

    +
    +protected TransformedMap(java.util.Map map,
    +                         Transformer keyTransformer,
    +                         Transformer valueTransformer)
    +
    Constructor that wraps (not copies).

    If there are any elements already in the collection being decorated, they - are NOT transformed. -

    -

    -
    Parameters:
    map - the map to decorate, must not be null
    keyTransformer - the transformer to use for key conversion, null means no conversion
    valueTransformer - the transformer to use for value conversion, null means no conversion -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Map decorate(java.util.Map map,
    -                                     Transformer keyTransformer,
    -                                     Transformer valueTransformer)
    -
    + are NOT transformed. +

    +

    +
    Parameters:
    map - the map to decorate, must not be null
    keyTransformer - the transformer to use for key conversion, null means no conversion
    valueTransformer - the transformer to use for value conversion, null means no conversion +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Map decorate(java.util.Map map,
    +                                     Transformer keyTransformer,
    +                                     Transformer valueTransformer)
    +
    Factory method to create a transforming map.

    If there are any elements already in the map being decorated, they are NOT transformed. - Constrast this with decorateTransform(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer). -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null
    keyTransformer - the transformer to use for key conversion, null means no transformation
    valueTransformer - the transformer to use for value conversion, null means no transformation -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    -
    -
    -
    - -

    -decorateTransform

    -
    -public static java.util.Map decorateTransform(java.util.Map map,
    -                                              Transformer keyTransformer,
    -                                              Transformer valueTransformer)
    -
    + Constrast this with decorateTransform(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer). +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null
    keyTransformer - the transformer to use for key conversion, null means no transformation
    valueTransformer - the transformer to use for value conversion, null means no transformation +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    +
    +
    +
    + +

    +decorateTransform

    +
    +public static java.util.Map decorateTransform(java.util.Map map,
    +                                              Transformer keyTransformer,
    +                                              Transformer valueTransformer)
    +
    Factory method to create a transforming map that will transform existing contents of the specified map.

    If there are any elements already in the map being decorated, they will be transformed by this method. - Constrast this with decorate(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer). -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null
    keyTransformer - the transformer to use for key conversion, null means no transformation
    valueTransformer - the transformer to use for value conversion, null means no transformation -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -transformKey

    -
    -protected java.lang.Object transformKey(java.lang.Object object)
    -
    + Constrast this with decorate(java.util.Map, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer). +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null
    keyTransformer - the transformer to use for key conversion, null means no transformation
    valueTransformer - the transformer to use for value conversion, null means no transformation +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    Since:
    +
    Commons Collections 3.2
    +
    +
    +
    +
    + +

    +transformKey

    +
    +protected java.lang.Object transformKey(java.lang.Object object)
    +
    Transforms a key.

    - The transformer itself may throw an exception if necessary. -

    -

    -
    -
    -
    -
    Parameters:
    object - the object to transform -
    Throws: -
    the - transformed object
    -
    -
    -
    - -

    -transformValue

    -
    -protected java.lang.Object transformValue(java.lang.Object object)
    -
    + The transformer itself may throw an exception if necessary. +

    +

    +
    +
    +
    +
    Parameters:
    object - the object to transform +
    Throws: +
    the - transformed object
    +
    +
    +
    + +

    +transformValue

    +
    +protected java.lang.Object transformValue(java.lang.Object object)
    +
    Transforms a value.

    - The transformer itself may throw an exception if necessary. -

    -

    -
    -
    -
    -
    Parameters:
    object - the object to transform -
    Throws: -
    the - transformed object
    -
    -
    -
    - -

    -transformMap

    -
    -protected java.util.Map transformMap(java.util.Map map)
    -
    + The transformer itself may throw an exception if necessary. +

    +

    +
    +
    +
    +
    Parameters:
    object - the object to transform +
    Throws: +
    the - transformed object
    +
    +
    +
    + +

    +transformMap

    +
    +protected java.util.Map transformMap(java.util.Map map)
    +
    Transforms a map.

    - The transformer itself may throw an exception if necessary. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to transform -
    Throws: -
    the - transformed object
    -
    -
    -
    - -

    -checkSetValue

    -
    -protected java.lang.Object checkSetValue(java.lang.Object value)
    -
    -
    Override to transform the value when using setValue. -

    -

    -
    -
    -
    -
    Parameters:
    value - the value to transform -
    Returns:
    the transformed value
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -isSetValueChecking

    -
    -protected boolean isSetValueChecking()
    -
    -
    Override to only return true when there is a value transformer. -

    -

    -
    -
    -
    - -
    Returns:
    true if a value transformer is in use
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    -
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map mapToCopy)
    -
    -
    -
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    -
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + The transformer itself may throw an exception if necessary. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to transform +
    Throws: +
    the - transformed object
    +
    + +
    + +

    +checkSetValue

    +
    +protected java.lang.Object checkSetValue(java.lang.Object value)
    +
    +
    Override to transform the value when using setValue. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to transform +
    Returns:
    the transformed value
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +isSetValueChecking

    +
    +protected boolean isSetValueChecking()
    +
    +
    Override to only return true when there is a value transformer. +

    +

    +
    +
    +
    + +
    Returns:
    true if a value transformer is in use
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    +
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map mapToCopy)
    +
    +
    +
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    +
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/TransformedSortedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/TransformedSortedMap.html index 6c49200..54077d0 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/TransformedSortedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/TransformedSortedMap.html @@ -1,109 +1,109 @@ - - - - - - - -TransformedSortedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class TransformedSortedMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.map.TransformedMap
    -          extended by org.apache.commons.collections.map.TransformedSortedMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, java.util.SortedMap
    -
    -
    -
    -
    public class TransformedSortedMap
    extends TransformedMap
    implements java.util.SortedMap
    - - -

    + + + + + + + +TransformedSortedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class TransformedSortedMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.map.TransformedMap
    +          extended by org.apache.commons.collections.map.TransformedSortedMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, java.util.SortedMap
    +
    +
    +
    +
    public class TransformedSortedMap
    extends TransformedMap
    implements java.util.SortedMap
    + + +

    Decorates another SortedMap to transform objects that are added.

    The Map put methods and Map.Entry setValue method are affected by this class. @@ -114,489 +114,489 @@ Decorates another SortedMap to transform objects that are added. Note that TransformedSortedMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedSortedMap(java.util.SortedMap). This class may throw + using Collections.synchronizedSortedMap(java.util.SortedMap). This class may throw exceptions when accessed by concurrent threads without synchronization.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.TransformedMap
    keyTransformer, valueTransformer
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected TransformedSortedMap(java.util.SortedMap map, - Transformer keyTransformer, - Transformer valueTransformer) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    - java.util.Comparatorcomparator() - -
    -           
    -static java.util.SortedMapdecorate(java.util.SortedMap map, - Transformer keyTransformer, - Transformer valueTransformer) - -
    -          Factory method to create a transforming sorted map.
    -static java.util.SortedMapdecorateTransform(java.util.SortedMap map, - Transformer keyTransformer, - Transformer valueTransformer) - -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.TransformedMap
    keyTransformer, valueTransformer
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected TransformedSortedMap(java.util.SortedMap map, + Transformer keyTransformer, + Transformer valueTransformer) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    +Method Summary
    + java.util.Comparatorcomparator() + +
    +           
    +static java.util.SortedMapdecorate(java.util.SortedMap map, + Transformer keyTransformer, + Transformer valueTransformer) + +
    +          Factory method to create a transforming sorted map.
    +static java.util.SortedMapdecorateTransform(java.util.SortedMap map, + Transformer keyTransformer, + Transformer valueTransformer) + +
              Factory method to create a transforming sorted map that will transform - existing contents of the specified map.
    - java.util.SetentrySet() - -
    -           
    - java.lang.ObjectfirstKey() - -
    -           
    -protected  java.util.SortedMapgetSortedMap() - -
    -          Gets the map being decorated.
    - java.util.SortedMapheadMap(java.lang.Object toKey) - -
    -           
    - java.lang.ObjectlastKey() - -
    -           
    - java.util.SortedMapsubMap(java.lang.Object fromKey, - java.lang.Object toKey) - -
    -           
    - java.util.SortedMaptailMap(java.lang.Object fromKey) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.TransformedMap
    checkSetValue, decorate, decorateTransform, isSetValueChecking, put, putAll, transformKey, transformMap, transformValue
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, keySet, remove, size, toString, values
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TransformedSortedMap

    -
    -protected TransformedSortedMap(java.util.SortedMap map,
    -                               Transformer keyTransformer,
    -                               Transformer valueTransformer)
    -
    + existing contents of the specified map.
    + java.util.SetentrySet() + +
    +           
    + java.lang.ObjectfirstKey() + +
    +           
    +protected  java.util.SortedMapgetSortedMap() + +
    +          Gets the map being decorated.
    + java.util.SortedMapheadMap(java.lang.Object toKey) + +
    +           
    + java.lang.ObjectlastKey() + +
    +           
    + java.util.SortedMapsubMap(java.lang.Object fromKey, + java.lang.Object toKey) + +
    +           
    + java.util.SortedMaptailMap(java.lang.Object fromKey) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.TransformedMap
    checkSetValue, decorate, decorateTransform, isSetValueChecking, put, putAll, transformKey, transformMap, transformValue
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    clear, containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, keySet, remove, size, toString, values
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map
    clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TransformedSortedMap

    +
    +protected TransformedSortedMap(java.util.SortedMap map,
    +                               Transformer keyTransformer,
    +                               Transformer valueTransformer)
    +
    Constructor that wraps (not copies).

    If there are any elements already in the collection being decorated, they - are NOT transformed.

    -

    -

    -
    Parameters:
    map - the map to decorate, must not be null
    keyTransformer - the predicate to validate the keys, null means no transformation
    valueTransformer - the predicate to validate to values, null means no transformation -
    Throws: -
    java.lang.IllegalArgumentException - if the map is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.SortedMap decorate(java.util.SortedMap map,
    -                                           Transformer keyTransformer,
    -                                           Transformer valueTransformer)
    -
    + are NOT transformed.

    +

    +

    +
    Parameters:
    map - the map to decorate, must not be null
    keyTransformer - the predicate to validate the keys, null means no transformation
    valueTransformer - the predicate to validate to values, null means no transformation +
    Throws: +
    java.lang.IllegalArgumentException - if the map is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.SortedMap decorate(java.util.SortedMap map,
    +                                           Transformer keyTransformer,
    +                                           Transformer valueTransformer)
    +
    Factory method to create a transforming sorted map.

    If there are any elements already in the map being decorated, they are NOT transformed. - Constrast this with decorateTransform(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer). -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null
    keyTransformer - the predicate to validate the keys, null means no transformation
    valueTransformer - the predicate to validate to values, null means no transformation -
    Throws: -
    java.lang.IllegalArgumentException - if the map is null
    -
    -
    -
    - -

    -decorateTransform

    -
    -public static java.util.SortedMap decorateTransform(java.util.SortedMap map,
    -                                                    Transformer keyTransformer,
    -                                                    Transformer valueTransformer)
    -
    + Constrast this with decorateTransform(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer). +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null
    keyTransformer - the predicate to validate the keys, null means no transformation
    valueTransformer - the predicate to validate to values, null means no transformation +
    Throws: +
    java.lang.IllegalArgumentException - if the map is null
    +
    +
    +
    + +

    +decorateTransform

    +
    +public static java.util.SortedMap decorateTransform(java.util.SortedMap map,
    +                                                    Transformer keyTransformer,
    +                                                    Transformer valueTransformer)
    +
    Factory method to create a transforming sorted map that will transform existing contents of the specified map.

    If there are any elements already in the map being decorated, they will be transformed by this method. - Constrast this with decorate(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer). -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null
    keyTransformer - the transformer to use for key conversion, null means no transformation
    valueTransformer - the transformer to use for value conversion, null means no transformation -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    Since:
    -
    Commons Collections 3.2
    -
    -
    -
    -
    - -

    -getSortedMap

    -
    -protected java.util.SortedMap getSortedMap()
    -
    -
    Gets the map being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated map
    -
    -
    -
    - -

    -firstKey

    -
    -public java.lang.Object firstKey()
    -
    -
    -
    Specified by:
    firstKey in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -lastKey

    -
    -public java.lang.Object lastKey()
    -
    -
    -
    Specified by:
    lastKey in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    -
    Specified by:
    comparator in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -subMap

    -
    -public java.util.SortedMap subMap(java.lang.Object fromKey,
    -                                  java.lang.Object toKey)
    -
    -
    -
    Specified by:
    subMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -headMap

    -
    -public java.util.SortedMap headMap(java.lang.Object toKey)
    -
    -
    -
    Specified by:
    headMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -tailMap

    -
    -public java.util.SortedMap tailMap(java.lang.Object fromKey)
    -
    -
    -
    Specified by:
    tailMap in interface java.util.SortedMap
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    -
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Constrast this with decorate(java.util.SortedMap, org.apache.commons.collections.Transformer, org.apache.commons.collections.Transformer). +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null
    keyTransformer - the transformer to use for key conversion, null means no transformation
    valueTransformer - the transformer to use for value conversion, null means no transformation +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    Since:
    +
    Commons Collections 3.2
    +
    +
    + +
    + +

    +getSortedMap

    +
    +protected java.util.SortedMap getSortedMap()
    +
    +
    Gets the map being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated map
    +
    +
    +
    + +

    +firstKey

    +
    +public java.lang.Object firstKey()
    +
    +
    +
    Specified by:
    firstKey in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +lastKey

    +
    +public java.lang.Object lastKey()
    +
    +
    +
    Specified by:
    lastKey in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    +
    Specified by:
    comparator in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +subMap

    +
    +public java.util.SortedMap subMap(java.lang.Object fromKey,
    +                                  java.lang.Object toKey)
    +
    +
    +
    Specified by:
    subMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +headMap

    +
    +public java.util.SortedMap headMap(java.lang.Object toKey)
    +
    +
    +
    Specified by:
    headMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +tailMap

    +
    +public java.util.SortedMap tailMap(java.lang.Object fromKey)
    +
    +
    +
    Specified by:
    tailMap in interface java.util.SortedMap
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    +
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/TypedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/TypedMap.html index eee08b8..d07965c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/TypedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/TypedMap.html @@ -1,291 +1,291 @@ - - - - - - - -TypedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class TypedMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.TypedMap
    -
    -
    -
    -
    public class TypedMap
    extends java.lang.Object
    - - -

    + + + + + + + +TypedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class TypedMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.TypedMap
    +
    +
    +
    +
    public class TypedMap
    extends java.lang.Object
    + + +

    Decorates another Map to validate that elements added are of a specific type.

    - The validation of additions is performed via an instanceof test against + The validation of additions is performed via an instanceof test against a specified Class. If an object cannot be added to the collection, an IllegalArgumentException is thrown.

    Note that TypedMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedMap(Map). This class may throw + using Collections.synchronizedMap(Map). This class may throw exceptions when accessed by concurrent threads without synchronization.

    - The returned implementation is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Matthew Hawthorne
    -
    -
    - -

    - - - - - - - - - - - - -
    -Constructor Summary
    -protected TypedMap() - -
    -          Restrictive constructor.
    -  - - - - - - - - - - - -
    -Method Summary
    -static java.util.Mapdecorate(java.util.Map map, - java.lang.Class keyType, - java.lang.Class valueType) - -
    -          Factory method to create a typed map.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TypedMap

    -
    -protected TypedMap()
    -
    -
    Restrictive constructor. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Map decorate(java.util.Map map,
    -                                     java.lang.Class keyType,
    -                                     java.lang.Class valueType)
    -
    + The returned implementation is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Matthew Hawthorne
    +
    +
    + +

    + + + + + + + + + + + + +
    +Constructor Summary
    +protected TypedMap() + +
    +          Restrictive constructor.
    +  + + + + + + + + + + + +
    +Method Summary
    +static java.util.Mapdecorate(java.util.Map map, + java.lang.Class keyType, + java.lang.Class valueType) + +
    +          Factory method to create a typed map.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TypedMap

    +
    +protected TypedMap()
    +
    +
    Restrictive constructor. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Map decorate(java.util.Map map,
    +                                     java.lang.Class keyType,
    +                                     java.lang.Class valueType)
    +
    Factory method to create a typed map.

    If there are any elements already in the map being decorated, they - are validated. -

    -

    -
    Parameters:
    map - the map to decorate, must not be null
    keyType - the type to allow as keys, must not be null
    valueType - the type to allow as values, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list or type is null -
    java.lang.IllegalArgumentException - if the list contains invalid elements
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are validated. +

    +

    +
    Parameters:
    map - the map to decorate, must not be null
    keyType - the type to allow as keys, must not be null
    valueType - the type to allow as values, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list or type is null +
    java.lang.IllegalArgumentException - if the list contains invalid elements
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/TypedSortedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/TypedSortedMap.html index 37f4f54..e2541cc 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/TypedSortedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/TypedSortedMap.html @@ -1,291 +1,291 @@ - - - - - - - -TypedSortedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class TypedSortedMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.TypedSortedMap
    -
    -
    -
    -
    public class TypedSortedMap
    extends java.lang.Object
    - - -

    + + + + + + + +TypedSortedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class TypedSortedMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.TypedSortedMap
    +
    +
    +
    +
    public class TypedSortedMap
    extends java.lang.Object
    + + +

    Decorates another SortedMap to validate that elements added are of a specific type.

    - The validation of additions is performed via an instanceof test against + The validation of additions is performed via an instanceof test against a specified Class. If an object cannot be added to the collection, an IllegalArgumentException is thrown.

    Note that TypedSortedMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map - using Collections.synchronizedSortedMap(java.util.SortedMap). This class may throw + using Collections.synchronizedSortedMap(java.util.SortedMap). This class may throw exceptions when accessed by concurrent threads without synchronization.

    - The returned implementation is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Matthew Hawthorne
    -
    -
    - -

    - - - - - - - - - - - - -
    -Constructor Summary
    -protected TypedSortedMap() - -
    -          Restrictive constructor.
    -  - - - - - - - - - - - -
    -Method Summary
    -static java.util.SortedMapdecorate(java.util.SortedMap map, - java.lang.Class keyType, - java.lang.Class valueType) - -
    -          Factory method to create a typed sorted map.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TypedSortedMap

    -
    -protected TypedSortedMap()
    -
    -
    Restrictive constructor. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.SortedMap decorate(java.util.SortedMap map,
    -                                           java.lang.Class keyType,
    -                                           java.lang.Class valueType)
    -
    + The returned implementation is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Matthew Hawthorne
    +
    +
    + +

    + + + + + + + + + + + + +
    +Constructor Summary
    +protected TypedSortedMap() + +
    +          Restrictive constructor.
    +  + + + + + + + + + + + +
    +Method Summary
    +static java.util.SortedMapdecorate(java.util.SortedMap map, + java.lang.Class keyType, + java.lang.Class valueType) + +
    +          Factory method to create a typed sorted map.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TypedSortedMap

    +
    +protected TypedSortedMap()
    +
    +
    Restrictive constructor. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.SortedMap decorate(java.util.SortedMap map,
    +                                           java.lang.Class keyType,
    +                                           java.lang.Class valueType)
    +
    Factory method to create a typed sorted map.

    If there are any elements already in the map being decorated, they - are validated. -

    -

    -
    Parameters:
    map - the map to decorate, must not be null
    keyType - the type to allow as keys, must not be null
    valueType - the type to allow as values, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list or type is null -
    java.lang.IllegalArgumentException - if the list contains invalid elements
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are validated. +

    +

    +
    Parameters:
    map - the map to decorate, must not be null
    keyType - the type to allow as keys, must not be null
    valueType - the type to allow as values, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list or type is null +
    java.lang.IllegalArgumentException - if the list contains invalid elements
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/UnmodifiableEntrySet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/UnmodifiableEntrySet.html index 357dd6c..eec0351 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/UnmodifiableEntrySet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/UnmodifiableEntrySet.html @@ -1,484 +1,484 @@ - - - - - - - -UnmodifiableEntrySet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class UnmodifiableEntrySet

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.set.AbstractSetDecorator
    -          extended by org.apache.commons.collections.map.UnmodifiableEntrySet
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableEntrySet
    extends AbstractSetDecorator
    implements Unmodifiable
    - - -

    -Decorates a map entry Set to ensure it can't be altered. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanadd(java.lang.Object object) - -
    -           
    - booleanaddAll(java.util.Collection coll) - -
    -           
    - voidclear() - -
    -           
    -static java.util.Setdecorate(java.util.Set set) - -
    -          Factory method to create an unmodifiable set of Map Entry objects.
    - java.util.Iteratoriterator() - -
    -           
    - booleanremove(java.lang.Object object) - -
    -           
    - booleanremoveAll(java.util.Collection coll) - -
    -           
    - booleanretainAll(java.util.Collection coll) - -
    -           
    - java.lang.Object[]toArray() - -
    -           
    - java.lang.Object[]toArray(java.lang.Object[] array) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.set.AbstractSetDecorator
    getSet
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    contains, containsAll, equals, hashCode, isEmpty, size
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Set decorate(java.util.Set set)
    -
    -
    Factory method to create an unmodifiable set of Map Entry objects. -

    -

    -
    -
    -
    -
    Parameters:
    set - the set to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set is null
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.Set
    Overrides:
    add in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.Set
    Overrides:
    addAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.Set
    Overrides:
    clear in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.Set
    Overrides:
    removeAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.Set
    Overrides:
    retainAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Overrides:
    iterator in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray()
    -
    -
    -
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.Set
    Overrides:
    toArray in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray(java.lang.Object[] array)
    -
    -
    -
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.Set
    Overrides:
    toArray in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +UnmodifiableEntrySet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.map +
    +Class UnmodifiableEntrySet

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.set.AbstractSetDecorator
    +          extended by org.apache.commons.collections.map.UnmodifiableEntrySet
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableEntrySet
    extends AbstractSetDecorator
    implements Unmodifiable
    + + +

    +Decorates a map entry Set to ensure it can't be altered. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanadd(java.lang.Object object) + +
    +           
    + booleanaddAll(java.util.Collection coll) + +
    +           
    + voidclear() + +
    +           
    +static java.util.Setdecorate(java.util.Set set) + +
    +          Factory method to create an unmodifiable set of Map Entry objects.
    + java.util.Iteratoriterator() + +
    +           
    + booleanremove(java.lang.Object object) + +
    +           
    + booleanremoveAll(java.util.Collection coll) + +
    +           
    + booleanretainAll(java.util.Collection coll) + +
    +           
    + java.lang.Object[]toArray() + +
    +           
    + java.lang.Object[]toArray(java.lang.Object[] array) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.set.AbstractSetDecorator
    getSet
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    contains, containsAll, equals, hashCode, isEmpty, size
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Set decorate(java.util.Set set)
    +
    +
    Factory method to create an unmodifiable set of Map Entry objects. +

    +

    +
    +
    +
    +
    Parameters:
    set - the set to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set is null
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.Set
    Overrides:
    add in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.Set
    Overrides:
    addAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.Set
    Overrides:
    clear in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.Set
    Overrides:
    removeAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.Set
    Overrides:
    retainAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Overrides:
    iterator in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray()
    +
    +
    +
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.Set
    Overrides:
    toArray in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray(java.lang.Object[] array)
    +
    +
    +
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.Set
    Overrides:
    toArray in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/UnmodifiableMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/UnmodifiableMap.html index 1029c4e..3f307b7 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/UnmodifiableMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/UnmodifiableMap.html @@ -1,366 +1,366 @@ - - - - - - - -UnmodifiableMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class UnmodifiableMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.map.UnmodifiableMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, IterableMap, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableMap
    extends AbstractMapDecorator
    implements IterableMap, Unmodifiable, java.io.Serializable
    - - -

    + + + + + + + +UnmodifiableMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class UnmodifiableMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.map.UnmodifiableMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, IterableMap, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableMap
    extends AbstractMapDecorator
    implements IterableMap, Unmodifiable, java.io.Serializable
    + + +

    Decorates another Map to ensure it can't be altered.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -           
    -static java.util.Mapdecorate(java.util.Map map) - -
    -          Factory method to create an unmodifiable map.
    - java.util.SetentrySet() - -
    -           
    - java.util.SetkeySet() - -
    -           
    - MapIteratormapIterator() - -
    -          Obtains a MapIterator over the map.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -           
    - voidputAll(java.util.Map mapToCopy) - -
    -           
    - java.lang.Objectremove(java.lang.Object key) - -
    -           
    - java.util.Collectionvalues() - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Map decorate(java.util.Map map)
    -
    -
    Factory method to create an unmodifiable map. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    -
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map mapToCopy)
    -
    -
    -
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    -
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -mapIterator

    -
    -public MapIterator mapIterator()
    -
    -
    Description copied from interface: IterableMap
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +           
    +static java.util.Mapdecorate(java.util.Map map) + +
    +          Factory method to create an unmodifiable map.
    + java.util.SetentrySet() + +
    +           
    + java.util.SetkeySet() + +
    +           
    + MapIteratormapIterator() + +
    +          Obtains a MapIterator over the map.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +           
    + voidputAll(java.util.Map mapToCopy) + +
    +           
    + java.lang.Objectremove(java.lang.Object key) + +
    +           
    + java.util.Collectionvalues() + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Map decorate(java.util.Map map)
    +
    +
    Factory method to create an unmodifiable map. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    +
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map mapToCopy)
    +
    +
    +
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    +
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +mapIterator

    +
    +public MapIterator mapIterator()
    +
    +
    Description copied from interface: IterableMap
    Obtains a MapIterator over the map.

    A map iterator is an efficient way of iterating over maps. @@ -373,119 +373,119 @@ public -

    -

    -
    Specified by:
    mapIterator in interface IterableMap
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    -
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    -
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    -
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + +

    +

    +
    Specified by:
    mapIterator in interface IterableMap
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    +
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    +
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    +
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/UnmodifiableOrderedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/UnmodifiableOrderedMap.html index 003d741..091da12 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/UnmodifiableOrderedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/UnmodifiableOrderedMap.html @@ -1,327 +1,327 @@ - - - - - - - -UnmodifiableOrderedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class UnmodifiableOrderedMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.map.AbstractOrderedMapDecorator
    -          extended by org.apache.commons.collections.map.UnmodifiableOrderedMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, IterableMap, OrderedMap, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableOrderedMap
    extends AbstractOrderedMapDecorator
    implements Unmodifiable, java.io.Serializable
    - - -

    + + + + + + + +UnmodifiableOrderedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class UnmodifiableOrderedMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.map.AbstractOrderedMapDecorator
    +          extended by org.apache.commons.collections.map.UnmodifiableOrderedMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, IterableMap, OrderedMap, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableOrderedMap
    extends AbstractOrderedMapDecorator
    implements Unmodifiable, java.io.Serializable
    + + +

    Decorates another OrderedMap to ensure it can't be altered.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -           
    -static OrderedMapdecorate(OrderedMap map) - -
    -          Factory method to create an unmodifiable sorted map.
    - java.util.SetentrySet() - -
    -           
    - java.util.SetkeySet() - -
    -           
    - MapIteratormapIterator() - -
    -          Obtains a MapIterator over the map.
    - OrderedMapIteratororderedMapIterator() - -
    -          Obtains an OrderedMapIterator over the map.
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -           
    - voidputAll(java.util.Map mapToCopy) - -
    -           
    - java.lang.Objectremove(java.lang.Object key) - -
    -           
    - java.util.Collectionvalues() - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractOrderedMapDecorator
    firstKey, getOrderedMap, lastKey, nextKey, previousKey
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static OrderedMap decorate(OrderedMap map)
    -
    -
    Factory method to create an unmodifiable sorted map. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    -
    -
    -
    - -

    -mapIterator

    -
    -public MapIterator mapIterator()
    -
    -
    Description copied from interface: IterableMap
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +           
    +static OrderedMapdecorate(OrderedMap map) + +
    +          Factory method to create an unmodifiable sorted map.
    + java.util.SetentrySet() + +
    +           
    + java.util.SetkeySet() + +
    +           
    + MapIteratormapIterator() + +
    +          Obtains a MapIterator over the map.
    + OrderedMapIteratororderedMapIterator() + +
    +          Obtains an OrderedMapIterator over the map.
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +           
    + voidputAll(java.util.Map mapToCopy) + +
    +           
    + java.lang.Objectremove(java.lang.Object key) + +
    +           
    + java.util.Collectionvalues() + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractOrderedMapDecorator
    firstKey, getOrderedMap, lastKey, nextKey, previousKey
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static OrderedMap decorate(OrderedMap map)
    +
    +
    Factory method to create an unmodifiable sorted map. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    +
    +
    +
    + +

    +mapIterator

    +
    +public MapIterator mapIterator()
    +
    +
    Description copied from interface: IterableMap
    Obtains a MapIterator over the map.

    A map iterator is an efficient way of iterating over maps. @@ -334,24 +334,24 @@ public -

    -

    -
    Specified by:
    mapIterator in interface IterableMap
    Overrides:
    mapIterator in class AbstractOrderedMapDecorator
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    -
    - -

    -orderedMapIterator

    -
    -public OrderedMapIterator orderedMapIterator()
    -
    -
    Description copied from interface: OrderedMap
    + +

    +

    +
    Specified by:
    mapIterator in interface IterableMap
    Overrides:
    mapIterator in class AbstractOrderedMapDecorator
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    +
    + +

    +orderedMapIterator

    +
    +public OrderedMapIterator orderedMapIterator()
    +
    +
    Description copied from interface: OrderedMap
    Obtains an OrderedMapIterator over the map.

    A ordered map iterator is an efficient way of iterating over maps @@ -365,176 +365,176 @@ public -

    -

    -
    Specified by:
    orderedMapIterator in interface OrderedMap
    Overrides:
    orderedMapIterator in class AbstractOrderedMapDecorator
    -
    -
    - -
    Returns:
    a map iterator
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    -
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map mapToCopy)
    -
    -
    -
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    -
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    -
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    -
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    -
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + +

    +

    +
    Specified by:
    orderedMapIterator in interface OrderedMap
    Overrides:
    orderedMapIterator in class AbstractOrderedMapDecorator
    +
    +
    + +
    Returns:
    a map iterator
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    +
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map mapToCopy)
    +
    +
    +
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    +
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    +
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    +
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    +
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/UnmodifiableSortedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/UnmodifiableSortedMap.html index 1065a09..5e21544 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/UnmodifiableSortedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/UnmodifiableSortedMap.html @@ -1,597 +1,597 @@ - - - - - - - -UnmodifiableSortedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.map -
    -Class UnmodifiableSortedMap

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.map.AbstractMapDecorator
    -      extended by org.apache.commons.collections.map.AbstractSortedMapDecorator
    -          extended by org.apache.commons.collections.map.UnmodifiableSortedMap
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, java.util.SortedMap, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableSortedMap
    extends AbstractSortedMapDecorator
    implements Unmodifiable, java.io.Serializable
    - - -

    + + + + + + + +UnmodifiableSortedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.map +
    +Class UnmodifiableSortedMap

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.map.AbstractMapDecorator
    +      extended by org.apache.commons.collections.map.AbstractSortedMapDecorator
    +          extended by org.apache.commons.collections.map.UnmodifiableSortedMap
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.util.Map, java.util.SortedMap, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableSortedMap
    extends AbstractSortedMapDecorator
    implements Unmodifiable, java.io.Serializable
    + + +

    Decorates another SortedMap to ensure it can't be altered.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Nested Class Summary
    - - - - - - - -
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclear() - -
    -           
    - java.util.Comparatorcomparator() - -
    -           
    -static java.util.SortedMapdecorate(java.util.SortedMap map) - -
    -          Factory method to create an unmodifiable sorted map.
    - java.util.SetentrySet() - -
    -           
    - java.lang.ObjectfirstKey() - -
    -           
    - java.util.SortedMapheadMap(java.lang.Object toKey) - -
    -           
    - java.util.SetkeySet() - -
    -           
    - java.lang.ObjectlastKey() - -
    -           
    - java.lang.Objectput(java.lang.Object key, - java.lang.Object value) - -
    -           
    - voidputAll(java.util.Map mapToCopy) - -
    -           
    - java.lang.Objectremove(java.lang.Object key) - -
    -           
    - java.util.SortedMapsubMap(java.lang.Object fromKey, - java.lang.Object toKey) - -
    -           
    - java.util.SortedMaptailMap(java.lang.Object fromKey) - -
    -           
    - java.util.Collectionvalues() - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractSortedMapDecorator
    getSortedMap
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.SortedMap decorate(java.util.SortedMap map)
    -
    -
    Factory method to create an unmodifiable sorted map. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -put

    -
    -public java.lang.Object put(java.lang.Object key,
    -                            java.lang.Object value)
    -
    -
    -
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -putAll

    -
    -public void putAll(java.util.Map mapToCopy)
    -
    -
    -
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(java.lang.Object key)
    -
    -
    -
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -entrySet

    -
    -public java.util.Set entrySet()
    -
    -
    -
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -keySet

    -
    -public java.util.Set keySet()
    -
    -
    -
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -values

    -
    -public java.util.Collection values()
    -
    -
    -
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -firstKey

    -
    -public java.lang.Object firstKey()
    -
    -
    -
    Specified by:
    firstKey in interface java.util.SortedMap
    Overrides:
    firstKey in class AbstractSortedMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -lastKey

    -
    -public java.lang.Object lastKey()
    -
    -
    -
    Specified by:
    lastKey in interface java.util.SortedMap
    Overrides:
    lastKey in class AbstractSortedMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    -
    Specified by:
    comparator in interface java.util.SortedMap
    Overrides:
    comparator in class AbstractSortedMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -subMap

    -
    -public java.util.SortedMap subMap(java.lang.Object fromKey,
    -                                  java.lang.Object toKey)
    -
    -
    -
    Specified by:
    subMap in interface java.util.SortedMap
    Overrides:
    subMap in class AbstractSortedMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -headMap

    -
    -public java.util.SortedMap headMap(java.lang.Object toKey)
    -
    -
    -
    Specified by:
    headMap in interface java.util.SortedMap
    Overrides:
    headMap in class AbstractSortedMapDecorator
    -
    -
    -
    -
    -
    -
    - -

    -tailMap

    -
    -public java.util.SortedMap tailMap(java.lang.Object fromKey)
    -
    -
    -
    Specified by:
    tailMap in interface java.util.SortedMap
    Overrides:
    tailMap in class AbstractSortedMapDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes/interfaces inherited from interface java.util.Map
    java.util.Map.Entry
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    map
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidclear() + +
    +           
    + java.util.Comparatorcomparator() + +
    +           
    +static java.util.SortedMapdecorate(java.util.SortedMap map) + +
    +          Factory method to create an unmodifiable sorted map.
    + java.util.SetentrySet() + +
    +           
    + java.lang.ObjectfirstKey() + +
    +           
    + java.util.SortedMapheadMap(java.lang.Object toKey) + +
    +           
    + java.util.SetkeySet() + +
    +           
    + java.lang.ObjectlastKey() + +
    +           
    + java.lang.Objectput(java.lang.Object key, + java.lang.Object value) + +
    +           
    + voidputAll(java.util.Map mapToCopy) + +
    +           
    + java.lang.Objectremove(java.lang.Object key) + +
    +           
    + java.util.SortedMapsubMap(java.lang.Object fromKey, + java.lang.Object toKey) + +
    +           
    + java.util.SortedMaptailMap(java.lang.Object fromKey) + +
    +           
    + java.util.Collectionvalues() + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractSortedMapDecorator
    getSortedMap
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
    containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Map
    containsKey, containsValue, equals, get, hashCode, isEmpty, size
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.SortedMap decorate(java.util.SortedMap map)
    +
    +
    Factory method to create an unmodifiable sorted map. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Map
    Overrides:
    clear in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +put

    +
    +public java.lang.Object put(java.lang.Object key,
    +                            java.lang.Object value)
    +
    +
    +
    Specified by:
    put in interface java.util.Map
    Overrides:
    put in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +putAll

    +
    +public void putAll(java.util.Map mapToCopy)
    +
    +
    +
    Specified by:
    putAll in interface java.util.Map
    Overrides:
    putAll in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(java.lang.Object key)
    +
    +
    +
    Specified by:
    remove in interface java.util.Map
    Overrides:
    remove in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +entrySet

    +
    +public java.util.Set entrySet()
    +
    +
    +
    Specified by:
    entrySet in interface java.util.Map
    Overrides:
    entrySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +keySet

    +
    +public java.util.Set keySet()
    +
    +
    +
    Specified by:
    keySet in interface java.util.Map
    Overrides:
    keySet in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +values

    +
    +public java.util.Collection values()
    +
    +
    +
    Specified by:
    values in interface java.util.Map
    Overrides:
    values in class AbstractMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +firstKey

    +
    +public java.lang.Object firstKey()
    +
    +
    +
    Specified by:
    firstKey in interface java.util.SortedMap
    Overrides:
    firstKey in class AbstractSortedMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +lastKey

    +
    +public java.lang.Object lastKey()
    +
    +
    +
    Specified by:
    lastKey in interface java.util.SortedMap
    Overrides:
    lastKey in class AbstractSortedMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    +
    Specified by:
    comparator in interface java.util.SortedMap
    Overrides:
    comparator in class AbstractSortedMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +subMap

    +
    +public java.util.SortedMap subMap(java.lang.Object fromKey,
    +                                  java.lang.Object toKey)
    +
    +
    +
    Specified by:
    subMap in interface java.util.SortedMap
    Overrides:
    subMap in class AbstractSortedMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +headMap

    +
    +public java.util.SortedMap headMap(java.lang.Object toKey)
    +
    +
    +
    Specified by:
    headMap in interface java.util.SortedMap
    Overrides:
    headMap in class AbstractSortedMapDecorator
    +
    +
    +
    +
    +
    +
    + +

    +tailMap

    +
    +public java.util.SortedMap tailMap(java.lang.Object fromKey)
    +
    +
    +
    Specified by:
    tailMap in interface java.util.SortedMap
    Overrides:
    tailMap in class AbstractSortedMapDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.EntrySet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.EntrySet.html index 6e7f557..39d2d38 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.EntrySet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.EntrySet.html @@ -1,182 +1,182 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractHashedMap.EntrySet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.EntrySet

    -
    - - - - - - - - - -
    -Packages that use AbstractHashedMap.EntrySet
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractHashedMap.EntrySet in org.apache.commons.collections.map
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections.map declared as AbstractHashedMap.EntrySet
    -protected  AbstractHashedMap.EntrySetAbstractHashedMap.entrySet - -
    -          Entry set
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractHashedMap.EntrySet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.EntrySet

    +
    + + + + + + + + + +
    +Packages that use AbstractHashedMap.EntrySet
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractHashedMap.EntrySet in org.apache.commons.collections.map
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections.map declared as AbstractHashedMap.EntrySet
    +protected  AbstractHashedMap.EntrySetAbstractHashedMap.entrySet + +
    +          Entry set
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.EntrySetIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.EntrySetIterator.html index 4da31bd..e62d08e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.EntrySetIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.EntrySetIterator.html @@ -1,182 +1,182 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator

    -
    - - - - - - - - - -
    -Packages that use AbstractHashedMap.EntrySetIterator
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractHashedMap.EntrySetIterator in org.apache.commons.collections.map
    -  -

    - - - - - - - - - -
    Subclasses of AbstractHashedMap.EntrySetIterator in org.apache.commons.collections.map
    -protected static classAbstractHashedMap.KeySetIterator - -
    -          KeySet iterator.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator

    +
    + + + + + + + + + +
    +Packages that use AbstractHashedMap.EntrySetIterator
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractHashedMap.EntrySetIterator in org.apache.commons.collections.map
    +  +

    + + + + + + + + + +
    Subclasses of AbstractHashedMap.EntrySetIterator in org.apache.commons.collections.map
    +protected static classAbstractHashedMap.KeySetIterator + +
    +          KeySet iterator.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.HashEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.HashEntry.html index f057593..0e43995 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.HashEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.HashEntry.html @@ -1,591 +1,591 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractHashedMap.HashEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.HashEntry

    -
    - - - - - - - - - -
    -Packages that use AbstractHashedMap.HashEntry
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractHashedMap.HashEntry in org.apache.commons.collections.map
    -  -

    - - - - - - - - - - - - - - - - - -
    Subclasses of AbstractHashedMap.HashEntry in org.apache.commons.collections.map
    -protected static classAbstractLinkedMap.LinkEntry - -
    -          LinkEntry that stores the data.
    -protected static classAbstractReferenceMap.ReferenceEntry - -
    -          A MapEntry implementation for the map.
    -protected static classIdentityMap.IdentityEntry - -
    -          HashEntry
    -  -

    - - - - - - - - - - - - - - - - - - - - - -
    Fields in org.apache.commons.collections.map declared as AbstractHashedMap.HashEntry
    -protected  AbstractHashedMap.HashEntry[]AbstractHashedMap.data - -
    -          Map entries
    -protected  AbstractHashedMap.HashEntryAbstractHashedMap.HashIterator.last - -
    -          The last returned entry
    -protected  AbstractHashedMap.HashEntryAbstractHashedMap.HashEntry.next - -
    -          The next entry in the hash chain
    -protected  AbstractHashedMap.HashEntryAbstractHashedMap.HashIterator.next - -
    -          The next entry
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.map that return AbstractHashedMap.HashEntry
    -protected  AbstractHashedMap.HashEntryIdentityMap.createEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Creates an entry to store the data.
    -protected  AbstractHashedMap.HashEntryAbstractReferenceMap.createEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Creates a ReferenceEntry instead of a HashEntry.
    -protected  AbstractHashedMap.HashEntryAbstractLinkedMap.createEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Creates an entry to store the data.
    -protected  AbstractHashedMap.HashEntryAbstractHashedMap.createEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Creates an entry to store the key-value data.
    -protected  AbstractHashedMap.HashEntryAbstractHashedMap.HashIterator.currentEntry() - -
    -           
    -protected  AbstractHashedMap.HashEntryAbstractHashedMap.entryNext(AbstractHashedMap.HashEntry entry) - -
    -          Gets the next field from a HashEntry.
    -protected  AbstractHashedMap.HashEntryAbstractReferenceMap.getEntry(java.lang.Object key) - -
    -          Gets the entry mapped to the key specified.
    -protected  AbstractHashedMap.HashEntryAbstractHashedMap.getEntry(java.lang.Object key) - -
    -          Gets the entry mapped to the key specified.
    -protected  AbstractHashedMap.HashEntryAbstractHashedMap.HashIterator.nextEntry() - -
    -           
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.map with parameters of type AbstractHashedMap.HashEntry
    -protected  voidAbstractLinkedMap.addEntry(AbstractHashedMap.HashEntry entry, - int hashIndex) - -
    -          Adds an entry into this map, maintaining insertion order.
    -protected  voidAbstractHashedMap.addEntry(AbstractHashedMap.HashEntry entry, - int hashIndex) - -
    -          Adds an entry into this map.
    -protected  AbstractHashedMap.HashEntryIdentityMap.createEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Creates an entry to store the data.
    -protected  AbstractHashedMap.HashEntryAbstractReferenceMap.createEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Creates a ReferenceEntry instead of a HashEntry.
    -protected  AbstractHashedMap.HashEntryAbstractLinkedMap.createEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Creates an entry to store the data.
    -protected  AbstractHashedMap.HashEntryAbstractHashedMap.createEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Creates an entry to store the key-value data.
    -protected  voidAbstractHashedMap.destroyEntry(AbstractHashedMap.HashEntry entry) - -
    -          Kills an entry ready for the garbage collector.
    -protected  intAbstractHashedMap.entryHashCode(AbstractHashedMap.HashEntry entry) - -
    -          Gets the hashCode field from a HashEntry.
    -protected  java.lang.ObjectAbstractHashedMap.entryKey(AbstractHashedMap.HashEntry entry) - -
    -          Gets the key field from a HashEntry.
    -protected  AbstractHashedMap.HashEntryAbstractHashedMap.entryNext(AbstractHashedMap.HashEntry entry) - -
    -          Gets the next field from a HashEntry.
    -protected  java.lang.ObjectAbstractHashedMap.entryValue(AbstractHashedMap.HashEntry entry) - -
    -          Gets the value field from a HashEntry.
    -protected  booleanMultiKeyMap.isEqualKey(AbstractHashedMap.HashEntry entry, - java.lang.Object key1, - java.lang.Object key2) - -
    -          Is the key equal to the combined key.
    -protected  booleanMultiKeyMap.isEqualKey(AbstractHashedMap.HashEntry entry, - java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3) - -
    -          Is the key equal to the combined key.
    -protected  booleanMultiKeyMap.isEqualKey(AbstractHashedMap.HashEntry entry, - java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object key4) - -
    -          Is the key equal to the combined key.
    -protected  booleanMultiKeyMap.isEqualKey(AbstractHashedMap.HashEntry entry, - java.lang.Object key1, - java.lang.Object key2, - java.lang.Object key3, - java.lang.Object key4, - java.lang.Object key5) - -
    -          Is the key equal to the combined key.
    -protected  voidAbstractLinkedMap.removeEntry(AbstractHashedMap.HashEntry entry, - int hashIndex, - AbstractHashedMap.HashEntry previous) - -
    -          Removes an entry from the map and the linked list.
    -protected  voidAbstractHashedMap.removeEntry(AbstractHashedMap.HashEntry entry, - int hashIndex, - AbstractHashedMap.HashEntry previous) - -
    -          Removes an entry from the chain stored in a particular index.
    -protected  voidAbstractHashedMap.removeMapping(AbstractHashedMap.HashEntry entry, - int hashIndex, - AbstractHashedMap.HashEntry previous) - -
    -          Removes a mapping from the map.
    -protected  voidAbstractHashedMap.reuseEntry(AbstractHashedMap.HashEntry entry, - int hashIndex, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Reuses an existing key-value mapping, storing completely new data.
    -protected  voidLRUMap.updateEntry(AbstractHashedMap.HashEntry entry, - java.lang.Object newValue) - -
    -          Updates an existing key-value mapping.
    -protected  voidAbstractHashedMap.updateEntry(AbstractHashedMap.HashEntry entry, - java.lang.Object newValue) - -
    -          Updates an existing key-value mapping to change the value.
    -  -

    - - - - - - - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.map with parameters of type AbstractHashedMap.HashEntry
    AbstractHashedMap.HashEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -           
    AbstractLinkedMap.LinkEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Constructs a new entry.
    AbstractReferenceMap.ReferenceEntry(AbstractReferenceMap parent, - AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Creates a new entry object for the ReferenceMap.
    IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractHashedMap.HashEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.HashEntry

    +
    + + + + + + + + + +
    +Packages that use AbstractHashedMap.HashEntry
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractHashedMap.HashEntry in org.apache.commons.collections.map
    +  +

    + + + + + + + + + + + + + + + + + +
    Subclasses of AbstractHashedMap.HashEntry in org.apache.commons.collections.map
    +protected static classAbstractLinkedMap.LinkEntry + +
    +          LinkEntry that stores the data.
    +protected static classAbstractReferenceMap.ReferenceEntry + +
    +          A MapEntry implementation for the map.
    +protected static classIdentityMap.IdentityEntry + +
    +          HashEntry
    +  +

    + + + + + + + + + + + + + + + + + + + + + +
    Fields in org.apache.commons.collections.map declared as AbstractHashedMap.HashEntry
    +protected  AbstractHashedMap.HashEntry[]AbstractHashedMap.data + +
    +          Map entries
    +protected  AbstractHashedMap.HashEntryAbstractHashedMap.HashIterator.last + +
    +          The last returned entry
    +protected  AbstractHashedMap.HashEntryAbstractHashedMap.HashEntry.next + +
    +          The next entry in the hash chain
    +protected  AbstractHashedMap.HashEntryAbstractHashedMap.HashIterator.next + +
    +          The next entry
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.map that return AbstractHashedMap.HashEntry
    +protected  AbstractHashedMap.HashEntryIdentityMap.createEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Creates an entry to store the data.
    +protected  AbstractHashedMap.HashEntryAbstractReferenceMap.createEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Creates a ReferenceEntry instead of a HashEntry.
    +protected  AbstractHashedMap.HashEntryAbstractLinkedMap.createEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Creates an entry to store the data.
    +protected  AbstractHashedMap.HashEntryAbstractHashedMap.createEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Creates an entry to store the key-value data.
    +protected  AbstractHashedMap.HashEntryAbstractHashedMap.HashIterator.currentEntry() + +
    +           
    +protected  AbstractHashedMap.HashEntryAbstractHashedMap.entryNext(AbstractHashedMap.HashEntry entry) + +
    +          Gets the next field from a HashEntry.
    +protected  AbstractHashedMap.HashEntryAbstractReferenceMap.getEntry(java.lang.Object key) + +
    +          Gets the entry mapped to the key specified.
    +protected  AbstractHashedMap.HashEntryAbstractHashedMap.getEntry(java.lang.Object key) + +
    +          Gets the entry mapped to the key specified.
    +protected  AbstractHashedMap.HashEntryAbstractHashedMap.HashIterator.nextEntry() + +
    +           
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.map with parameters of type AbstractHashedMap.HashEntry
    +protected  voidAbstractLinkedMap.addEntry(AbstractHashedMap.HashEntry entry, + int hashIndex) + +
    +          Adds an entry into this map, maintaining insertion order.
    +protected  voidAbstractHashedMap.addEntry(AbstractHashedMap.HashEntry entry, + int hashIndex) + +
    +          Adds an entry into this map.
    +protected  AbstractHashedMap.HashEntryIdentityMap.createEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Creates an entry to store the data.
    +protected  AbstractHashedMap.HashEntryAbstractReferenceMap.createEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Creates a ReferenceEntry instead of a HashEntry.
    +protected  AbstractHashedMap.HashEntryAbstractLinkedMap.createEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Creates an entry to store the data.
    +protected  AbstractHashedMap.HashEntryAbstractHashedMap.createEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Creates an entry to store the key-value data.
    +protected  voidAbstractHashedMap.destroyEntry(AbstractHashedMap.HashEntry entry) + +
    +          Kills an entry ready for the garbage collector.
    +protected  intAbstractHashedMap.entryHashCode(AbstractHashedMap.HashEntry entry) + +
    +          Gets the hashCode field from a HashEntry.
    +protected  java.lang.ObjectAbstractHashedMap.entryKey(AbstractHashedMap.HashEntry entry) + +
    +          Gets the key field from a HashEntry.
    +protected  AbstractHashedMap.HashEntryAbstractHashedMap.entryNext(AbstractHashedMap.HashEntry entry) + +
    +          Gets the next field from a HashEntry.
    +protected  java.lang.ObjectAbstractHashedMap.entryValue(AbstractHashedMap.HashEntry entry) + +
    +          Gets the value field from a HashEntry.
    +protected  booleanMultiKeyMap.isEqualKey(AbstractHashedMap.HashEntry entry, + java.lang.Object key1, + java.lang.Object key2) + +
    +          Is the key equal to the combined key.
    +protected  booleanMultiKeyMap.isEqualKey(AbstractHashedMap.HashEntry entry, + java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3) + +
    +          Is the key equal to the combined key.
    +protected  booleanMultiKeyMap.isEqualKey(AbstractHashedMap.HashEntry entry, + java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object key4) + +
    +          Is the key equal to the combined key.
    +protected  booleanMultiKeyMap.isEqualKey(AbstractHashedMap.HashEntry entry, + java.lang.Object key1, + java.lang.Object key2, + java.lang.Object key3, + java.lang.Object key4, + java.lang.Object key5) + +
    +          Is the key equal to the combined key.
    +protected  voidAbstractLinkedMap.removeEntry(AbstractHashedMap.HashEntry entry, + int hashIndex, + AbstractHashedMap.HashEntry previous) + +
    +          Removes an entry from the map and the linked list.
    +protected  voidAbstractHashedMap.removeEntry(AbstractHashedMap.HashEntry entry, + int hashIndex, + AbstractHashedMap.HashEntry previous) + +
    +          Removes an entry from the chain stored in a particular index.
    +protected  voidAbstractHashedMap.removeMapping(AbstractHashedMap.HashEntry entry, + int hashIndex, + AbstractHashedMap.HashEntry previous) + +
    +          Removes a mapping from the map.
    +protected  voidAbstractHashedMap.reuseEntry(AbstractHashedMap.HashEntry entry, + int hashIndex, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Reuses an existing key-value mapping, storing completely new data.
    +protected  voidLRUMap.updateEntry(AbstractHashedMap.HashEntry entry, + java.lang.Object newValue) + +
    +          Updates an existing key-value mapping.
    +protected  voidAbstractHashedMap.updateEntry(AbstractHashedMap.HashEntry entry, + java.lang.Object newValue) + +
    +          Updates an existing key-value mapping to change the value.
    +  +

    + + + + + + + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.map with parameters of type AbstractHashedMap.HashEntry
    AbstractHashedMap.HashEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +           
    AbstractLinkedMap.LinkEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Constructs a new entry.
    AbstractReferenceMap.ReferenceEntry(AbstractReferenceMap parent, + AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Creates a new entry object for the ReferenceMap.
    IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.HashIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.HashIterator.html index 0a45f86..7dfd778 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.HashIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.HashIterator.html @@ -1,206 +1,206 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractHashedMap.HashIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.HashIterator

    -
    - - - - - - - - - -
    -Packages that use AbstractHashedMap.HashIterator
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractHashedMap.HashIterator in org.apache.commons.collections.map
    -  -

    - - - - - - - - - - - - - - - - - - - - - -
    Subclasses of AbstractHashedMap.HashIterator in org.apache.commons.collections.map
    -protected static classAbstractHashedMap.EntrySetIterator - -
    -          EntrySet iterator.
    -protected static classAbstractHashedMap.HashMapIterator - -
    -          MapIterator implementation.
    -protected static classAbstractHashedMap.KeySetIterator - -
    -          KeySet iterator.
    -protected static classAbstractHashedMap.ValuesIterator - -
    -          Values iterator.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractHashedMap.HashIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.HashIterator

    +
    + + + + + + + + + +
    +Packages that use AbstractHashedMap.HashIterator
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractHashedMap.HashIterator in org.apache.commons.collections.map
    +  +

    + + + + + + + + + + + + + + + + + + + + + +
    Subclasses of AbstractHashedMap.HashIterator in org.apache.commons.collections.map
    +protected static classAbstractHashedMap.EntrySetIterator + +
    +          EntrySet iterator.
    +protected static classAbstractHashedMap.HashMapIterator + +
    +          MapIterator implementation.
    +protected static classAbstractHashedMap.KeySetIterator + +
    +          KeySet iterator.
    +protected static classAbstractHashedMap.ValuesIterator + +
    +          Values iterator.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.HashMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.HashMapIterator.html index 4d98447..ebe78fb 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.HashMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.HashMapIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator

    -
    -No usage of org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator

    +
    +No usage of org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.KeySet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.KeySet.html index c159475..70c93e3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.KeySet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.KeySet.html @@ -1,182 +1,182 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractHashedMap.KeySet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.KeySet

    -
    - - - - - - - - - -
    -Packages that use AbstractHashedMap.KeySet
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractHashedMap.KeySet in org.apache.commons.collections.map
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections.map declared as AbstractHashedMap.KeySet
    -protected  AbstractHashedMap.KeySetAbstractHashedMap.keySet - -
    -          Key set
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractHashedMap.KeySet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.KeySet

    +
    + + + + + + + + + +
    +Packages that use AbstractHashedMap.KeySet
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractHashedMap.KeySet in org.apache.commons.collections.map
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections.map declared as AbstractHashedMap.KeySet
    +protected  AbstractHashedMap.KeySetAbstractHashedMap.keySet + +
    +          Key set
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.KeySetIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.KeySetIterator.html index b80ad8e..28abc9e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.KeySetIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.KeySetIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator

    -
    -No usage of org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator

    +
    +No usage of org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.Values.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.Values.html index cfc13a7..e405676 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.Values.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.Values.html @@ -1,182 +1,182 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractHashedMap.Values (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.Values

    -
    - - - - - - - - - -
    -Packages that use AbstractHashedMap.Values
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractHashedMap.Values in org.apache.commons.collections.map
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections.map declared as AbstractHashedMap.Values
    -protected  AbstractHashedMap.ValuesAbstractHashedMap.values - -
    -          Values
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractHashedMap.Values (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.Values

    +
    + + + + + + + + + +
    +Packages that use AbstractHashedMap.Values
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractHashedMap.Values in org.apache.commons.collections.map
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections.map declared as AbstractHashedMap.Values
    +protected  AbstractHashedMap.ValuesAbstractHashedMap.values + +
    +          Values
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.ValuesIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.ValuesIterator.html index 260b0c7..90f9ead 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.ValuesIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.ValuesIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator

    -
    -No usage of org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator

    +
    +No usage of org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.html index d5f5c76..f4c0f8c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractHashedMap.html @@ -1,397 +1,397 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractHashedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap

    -
    - - - - - - - - - -
    -Packages that use AbstractHashedMap
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractHashedMap in org.apache.commons.collections.map
    -  -

    - - - - - - - - + +
    Subclasses of AbstractHashedMap in org.apache.commons.collections.map
    - classAbstractLinkedMap - -
    + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractHashedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractHashedMap

    +
    + + + + + + + + + +
    +Packages that use AbstractHashedMap
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractHashedMap in org.apache.commons.collections.map
    +  +

    + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + - -
    Subclasses of AbstractHashedMap in org.apache.commons.collections.map
    + classAbstractLinkedMap + +
              An abstract implementation of a hash-based map that links entries to create an - ordered map and which provides numerous points for subclasses to override.
    - classAbstractReferenceMap - -
    + ordered map and which provides numerous points for subclasses to override.
    + classAbstractReferenceMap + +
              An abstract implementation of a hash-based map that allows the entries to - be removed by the garbage collector.
    - classCaseInsensitiveMap - -
    -          A case-insensitive Map.
    - classHashedMap - -
    + be removed by the garbage collector.
    + classCaseInsensitiveMap + +
    +          A case-insensitive Map.
    + classHashedMap + +
              A Map implementation that is a general purpose alternative - to HashMap.
    - classIdentityMap - -
    + to HashMap.
    + classIdentityMap + +
              A Map implementation that matches keys and values based - on == not equals().
    - classLinkedMap - -
    -          A Map implementation that maintains the order of the entries.
    - classLRUMap - -
    + on == not equals().
    + classLinkedMap + +
    +          A Map implementation that maintains the order of the entries.
    + classLRUMap + +
              A Map implementation with a fixed maximum size which removes - the least recently used entry if an entry is added when full.
    - classReferenceIdentityMap - -
    + the least recently used entry if an entry is added when full.
    + classReferenceIdentityMap + +
              A Map implementation that allows mappings to be removed by the garbage collector and matches keys and values based - on == not equals().
    - classReferenceMap - -
    + on == not equals().
    + classReferenceMap + +
              A Map implementation that allows mappings to be - removed by the garbage collector.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Fields in org.apache.commons.collections.map declared as AbstractHashedMap
    -protected  AbstractHashedMapMultiKeyMap.map - -
    -          The decorated map
    -protected  AbstractHashedMapAbstractHashedMap.EntrySet.parent - -
    -          The parent map
    -protected  AbstractHashedMapAbstractHashedMap.KeySet.parent - -
    -          The parent map
    -protected  AbstractHashedMapAbstractHashedMap.Values.parent - -
    -          The parent map
    -protected  AbstractHashedMapAbstractHashedMap.HashIterator.parent - -
    -          The parent map
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.map that return AbstractHashedMap
    -protected  AbstractHashedMapFlat3Map.createDelegateMap() - -
    -          Create an instance of the map used for storage when in delegation mode.
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.map with parameters of type AbstractHashedMap
    -static MultiKeyMapMultiKeyMap.decorate(AbstractHashedMap map) - -
    -          Decorates the specified map to add the MultiKeyMap API and fast query.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +
    Constructors in org.apache.commons.collections.map with parameters of type AbstractHashedMap
    AbstractHashedMap.EntrySet(AbstractHashedMap parent) - -
    -           
    AbstractHashedMap.EntrySetIterator(AbstractHashedMap parent) - -
    -           
    AbstractHashedMap.HashIterator(AbstractHashedMap parent) - -
    -           
    AbstractHashedMap.HashMapIterator(AbstractHashedMap parent) - -
    -           
    AbstractHashedMap.KeySet(AbstractHashedMap parent) - -
    -           
    AbstractHashedMap.KeySetIterator(AbstractHashedMap parent) - -
    -           
    AbstractHashedMap.Values(AbstractHashedMap parent) - -
    -           
    AbstractHashedMap.ValuesIterator(AbstractHashedMap parent) - -
    -           
    MultiKeyMap(AbstractHashedMap map) - -
    + removed by the garbage collector.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Fields in org.apache.commons.collections.map declared as AbstractHashedMap
    +protected  AbstractHashedMapMultiKeyMap.map + +
    +          The decorated map
    +protected  AbstractHashedMapAbstractHashedMap.EntrySet.parent + +
    +          The parent map
    +protected  AbstractHashedMapAbstractHashedMap.KeySet.parent + +
    +          The parent map
    +protected  AbstractHashedMapAbstractHashedMap.Values.parent + +
    +          The parent map
    +protected  AbstractHashedMapAbstractHashedMap.HashIterator.parent + +
    +          The parent map
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.map that return AbstractHashedMap
    +protected  AbstractHashedMapFlat3Map.createDelegateMap() + +
    +          Create an instance of the map used for storage when in delegation mode.
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.map with parameters of type AbstractHashedMap
    +static MultiKeyMapMultiKeyMap.decorate(AbstractHashedMap map) + +
    +          Decorates the specified map to add the MultiKeyMap API and fast query.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - -
    Constructors in org.apache.commons.collections.map with parameters of type AbstractHashedMap
    AbstractHashedMap.EntrySet(AbstractHashedMap parent) + +
    +           
    AbstractHashedMap.EntrySetIterator(AbstractHashedMap parent) + +
    +           
    AbstractHashedMap.HashIterator(AbstractHashedMap parent) + +
    +           
    AbstractHashedMap.HashMapIterator(AbstractHashedMap parent) + +
    +           
    AbstractHashedMap.KeySet(AbstractHashedMap parent) + +
    +           
    AbstractHashedMap.KeySetIterator(AbstractHashedMap parent) + +
    +           
    AbstractHashedMap.Values(AbstractHashedMap parent) + +
    +           
    AbstractHashedMap.ValuesIterator(AbstractHashedMap parent) + +
    +           
    MultiKeyMap(AbstractHashedMap map) + +
              Constructor that decorates the specified map and is called from - MultiKeyMap.decorate(AbstractHashedMap).
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + MultiKeyMap.decorate(AbstractHashedMap).
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.EntrySetIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.EntrySetIterator.html index 88bb680..369a517 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.EntrySetIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.EntrySetIterator.html @@ -1,182 +1,182 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator

    -
    - - - - - - - - - -
    -Packages that use AbstractLinkedMap.EntrySetIterator
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractLinkedMap.EntrySetIterator in org.apache.commons.collections.map
    -  -

    - - - - - - - - - -
    Subclasses of AbstractLinkedMap.EntrySetIterator in org.apache.commons.collections.map
    -protected static classAbstractLinkedMap.KeySetIterator - -
    -          KeySet iterator.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator

    +
    + + + + + + + + + +
    +Packages that use AbstractLinkedMap.EntrySetIterator
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractLinkedMap.EntrySetIterator in org.apache.commons.collections.map
    +  +

    + + + + + + + + + +
    Subclasses of AbstractLinkedMap.EntrySetIterator in org.apache.commons.collections.map
    +protected static classAbstractLinkedMap.KeySetIterator + +
    +          KeySet iterator.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.KeySetIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.KeySetIterator.html index 4173c07..3f12719 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.KeySetIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.KeySetIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator

    -
    -No usage of org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator

    +
    +No usage of org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.LinkEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.LinkEntry.html index 2e354e5..9edf8ff 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.LinkEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.LinkEntry.html @@ -1,322 +1,322 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry

    -
    - - - - - - - - - -
    -Packages that use AbstractLinkedMap.LinkEntry
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractLinkedMap.LinkEntry in org.apache.commons.collections.map
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Fields in org.apache.commons.collections.map declared as AbstractLinkedMap.LinkEntry
    -protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkEntry.after - -
    -          The entry after this one in the order
    -protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkEntry.before - -
    -          The entry before this one in the order
    -protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.header - -
    -          Header in the linked list
    -protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkIterator.last - -
    -          The current (last returned) entry
    -protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkIterator.next - -
    -          The next entry
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.map that return AbstractLinkedMap.LinkEntry
    -protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkIterator.currentEntry() - -
    -           
    -protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.entryAfter(AbstractLinkedMap.LinkEntry entry) - -
    -          Gets the after field from a LinkEntry.
    -protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.entryBefore(AbstractLinkedMap.LinkEntry entry) - -
    -          Gets the before field from a LinkEntry.
    -protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.getEntry(int index) - -
    -          Gets the key at the specified index.
    -protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkIterator.nextEntry() - -
    -           
    -protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkIterator.previousEntry() - -
    -           
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.map with parameters of type AbstractLinkedMap.LinkEntry
    -protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.entryAfter(AbstractLinkedMap.LinkEntry entry) - -
    -          Gets the after field from a LinkEntry.
    -protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.entryBefore(AbstractLinkedMap.LinkEntry entry) - -
    -          Gets the before field from a LinkEntry.
    -protected  voidLRUMap.moveToMRU(AbstractLinkedMap.LinkEntry entry) - -
    -          Moves an entry to the MRU position at the end of the list.
    -protected  booleanLRUMap.removeLRU(AbstractLinkedMap.LinkEntry entry) - -
    -          Subclass method to control removal of the least recently used entry from the map.
    -protected  voidLRUMap.reuseMapping(AbstractLinkedMap.LinkEntry entry, - int hashIndex, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Reuses an entry by removing it and moving it to a new place in the map.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry

    +
    + + + + + + + + + +
    +Packages that use AbstractLinkedMap.LinkEntry
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractLinkedMap.LinkEntry in org.apache.commons.collections.map
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Fields in org.apache.commons.collections.map declared as AbstractLinkedMap.LinkEntry
    +protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkEntry.after + +
    +          The entry after this one in the order
    +protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkEntry.before + +
    +          The entry before this one in the order
    +protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.header + +
    +          Header in the linked list
    +protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkIterator.last + +
    +          The current (last returned) entry
    +protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkIterator.next + +
    +          The next entry
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.map that return AbstractLinkedMap.LinkEntry
    +protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkIterator.currentEntry() + +
    +           
    +protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.entryAfter(AbstractLinkedMap.LinkEntry entry) + +
    +          Gets the after field from a LinkEntry.
    +protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.entryBefore(AbstractLinkedMap.LinkEntry entry) + +
    +          Gets the before field from a LinkEntry.
    +protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.getEntry(int index) + +
    +          Gets the key at the specified index.
    +protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkIterator.nextEntry() + +
    +           
    +protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.LinkIterator.previousEntry() + +
    +           
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.map with parameters of type AbstractLinkedMap.LinkEntry
    +protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.entryAfter(AbstractLinkedMap.LinkEntry entry) + +
    +          Gets the after field from a LinkEntry.
    +protected  AbstractLinkedMap.LinkEntryAbstractLinkedMap.entryBefore(AbstractLinkedMap.LinkEntry entry) + +
    +          Gets the before field from a LinkEntry.
    +protected  voidLRUMap.moveToMRU(AbstractLinkedMap.LinkEntry entry) + +
    +          Moves an entry to the MRU position at the end of the list.
    +protected  booleanLRUMap.removeLRU(AbstractLinkedMap.LinkEntry entry) + +
    +          Subclass method to control removal of the least recently used entry from the map.
    +protected  voidLRUMap.reuseMapping(AbstractLinkedMap.LinkEntry entry, + int hashIndex, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Reuses an entry by removing it and moving it to a new place in the map.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.LinkIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.LinkIterator.html index 9649efc..0d1382b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.LinkIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.LinkIterator.html @@ -1,206 +1,206 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator

    -
    - - - - - - - - - -
    -Packages that use AbstractLinkedMap.LinkIterator
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractLinkedMap.LinkIterator in org.apache.commons.collections.map
    -  -

    - - - - - - - - - - - - - - - - - - - - - -
    Subclasses of AbstractLinkedMap.LinkIterator in org.apache.commons.collections.map
    -protected static classAbstractLinkedMap.EntrySetIterator - -
    -          EntrySet iterator.
    -protected static classAbstractLinkedMap.KeySetIterator - -
    -          KeySet iterator.
    -protected static classAbstractLinkedMap.LinkMapIterator - -
    -          MapIterator implementation.
    -protected static classAbstractLinkedMap.ValuesIterator - -
    -          Values iterator.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator

    +
    + + + + + + + + + +
    +Packages that use AbstractLinkedMap.LinkIterator
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractLinkedMap.LinkIterator in org.apache.commons.collections.map
    +  +

    + + + + + + + + + + + + + + + + + + + + + +
    Subclasses of AbstractLinkedMap.LinkIterator in org.apache.commons.collections.map
    +protected static classAbstractLinkedMap.EntrySetIterator + +
    +          EntrySet iterator.
    +protected static classAbstractLinkedMap.KeySetIterator + +
    +          KeySet iterator.
    +protected static classAbstractLinkedMap.LinkMapIterator + +
    +          MapIterator implementation.
    +protected static classAbstractLinkedMap.ValuesIterator + +
    +          Values iterator.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.LinkMapIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.LinkMapIterator.html index 04bcca8..b0fb8a2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.LinkMapIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.LinkMapIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator

    -
    -No usage of org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator

    +
    +No usage of org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.ValuesIterator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.ValuesIterator.html index 381ce06..46d865f 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.ValuesIterator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.ValuesIterator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator

    -
    -No usage of org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator

    +
    +No usage of org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.html index 5128344..08ca5e2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractLinkedMap.html @@ -1,245 +1,245 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractLinkedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractLinkedMap

    -
    - - - - - - - - - -
    -Packages that use AbstractLinkedMap
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractLinkedMap in org.apache.commons.collections.map
    -  -

    - - - - - - - - - - - - + +
    Subclasses of AbstractLinkedMap in org.apache.commons.collections.map
    - classLinkedMap - -
    -          A Map implementation that maintains the order of the entries.
    - classLRUMap - -
    + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractLinkedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractLinkedMap

    +
    + + + + + + + + + +
    +Packages that use AbstractLinkedMap
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractLinkedMap in org.apache.commons.collections.map
    +  +

    + + + + + + + + + + + + - -
    Subclasses of AbstractLinkedMap in org.apache.commons.collections.map
    + classLinkedMap + +
    +          A Map implementation that maintains the order of the entries.
    + classLRUMap + +
              A Map implementation with a fixed maximum size which removes - the least recently used entry if an entry is added when full.
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections.map declared as AbstractLinkedMap
    -protected  AbstractLinkedMapAbstractLinkedMap.LinkIterator.parent - -
    -          The parent map
    -  -

    - - - - - - - - - - - - - - - - - - - - -
    Constructors in org.apache.commons.collections.map with parameters of type AbstractLinkedMap
    AbstractLinkedMap.EntrySetIterator(AbstractLinkedMap parent) - -
    -           
    AbstractLinkedMap.KeySetIterator(AbstractLinkedMap parent) - -
    -           
    AbstractLinkedMap.LinkIterator(AbstractLinkedMap parent) - -
    -           
    AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap parent) - -
    -           
    AbstractLinkedMap.ValuesIterator(AbstractLinkedMap parent) - -
    -           
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + the least recently used entry if an entry is added when full.
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections.map declared as AbstractLinkedMap
    +protected  AbstractLinkedMapAbstractLinkedMap.LinkIterator.parent + +
    +          The parent map
    +  +

    + + + + + + + + + + + + + + + + + + + + +
    Constructors in org.apache.commons.collections.map with parameters of type AbstractLinkedMap
    AbstractLinkedMap.EntrySetIterator(AbstractLinkedMap parent) + +
    +           
    AbstractLinkedMap.KeySetIterator(AbstractLinkedMap parent) + +
    +           
    AbstractLinkedMap.LinkIterator(AbstractLinkedMap parent) + +
    +           
    AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap parent) + +
    +           
    AbstractLinkedMap.ValuesIterator(AbstractLinkedMap parent) + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractMapDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractMapDecorator.html index b7ae896..8e9b966 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractMapDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractMapDecorator.html @@ -1,393 +1,393 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractMapDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractMapDecorator

    -
    - - - - - - - - - - - - - -
    -Packages that use AbstractMapDecorator
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractMapDecorator in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
    Subclasses of AbstractMapDecorator in org.apache.commons.collections.bidimap
    - classAbstractBidiMapDecorator - -
    + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractMapDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractMapDecorator

    +
    + + + + + + + + + + + + + +
    +Packages that use AbstractMapDecorator
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractMapDecorator in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - -
    Subclasses of AbstractMapDecorator in org.apache.commons.collections.bidimap
    + classAbstractBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a BidiMap via decoration.
    - classAbstractOrderedBidiMapDecorator - -
    + to a BidiMap via decoration.
    + classAbstractOrderedBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to an OrderedBidiMap via decoration.
    - classAbstractSortedBidiMapDecorator - -
    + to an OrderedBidiMap via decoration.
    + classAbstractSortedBidiMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a SortedBidiMap via decoration.
    -protected static classDualTreeBidiMap.ViewMap - -
    -          Internal sorted map view.
    - classUnmodifiableBidiMap - -
    -          Decorates another BidiMap to ensure it can't be altered.
    - classUnmodifiableOrderedBidiMap - -
    -          Decorates another OrderedBidiMap to ensure it can't be altered.
    - classUnmodifiableSortedBidiMap - -
    -          Decorates another SortedBidiMap to ensure it can't be altered.
    -  -

    - - - - - -
    -Uses of AbstractMapDecorator in org.apache.commons.collections.map
    -  -

    - - - - - - - - + + + + + + + + + + + + + + + + + +
    Subclasses of AbstractMapDecorator in org.apache.commons.collections.map
    - classAbstractOrderedMapDecorator - -
    + to a SortedBidiMap via decoration.
    +protected static classDualTreeBidiMap.ViewMap + +
    +          Internal sorted map view.
    + classUnmodifiableBidiMap + +
    +          Decorates another BidiMap to ensure it can't be altered.
    + classUnmodifiableOrderedBidiMap + +
    +          Decorates another OrderedBidiMap to ensure it can't be altered.
    + classUnmodifiableSortedBidiMap + +
    +          Decorates another SortedBidiMap to ensure it can't be altered.
    +  +

    + + + + + +
    +Uses of AbstractMapDecorator in org.apache.commons.collections.map
    +  +

    + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - -
    Subclasses of AbstractMapDecorator in org.apache.commons.collections.map
    + classAbstractOrderedMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to an OrderedMap via decoration.
    - classAbstractSortedMapDecorator - -
    + to an OrderedMap via decoration.
    + classAbstractSortedMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a Map via decoration.
    - classDefaultedMap - -
    + to a Map via decoration.
    + classDefaultedMap + +
              Decorates another Map returning a default value if the map - does not contain the requested key.
    - classFixedSizeMap - -
    -          Decorates another Map to fix the size, preventing add/remove.
    - classFixedSizeSortedMap - -
    -          Decorates another SortedMap to fix the size blocking add/remove.
    - classLazyMap - -
    -          Decorates another Map to create objects in the map on demand.
    - classLazySortedMap - -
    -          Decorates another SortedMap to create objects in the map on demand.
    - classListOrderedMap - -
    + does not contain the requested key.
    + classFixedSizeMap + +
    +          Decorates another Map to fix the size, preventing add/remove.
    + classFixedSizeSortedMap + +
    +          Decorates another SortedMap to fix the size blocking add/remove.
    + classLazyMap + +
    +          Decorates another Map to create objects in the map on demand.
    + classLazySortedMap + +
    +          Decorates another SortedMap to create objects in the map on demand.
    + classListOrderedMap + +
              Decorates a Map to ensure that the order of addition is retained - using a List to maintain order.
    - classMultiValueMap - -
    + using a List to maintain order.
    + classMultiValueMap + +
              A MultiValueMap decorates another map, allowing it to have - more than one value for a key.
    - classPredicatedMap - -
    + more than one value for a key.
    + classPredicatedMap + +
              Decorates another Map to validate that additions - match a specified predicate.
    - classPredicatedSortedMap - -
    + match a specified predicate.
    + classPredicatedSortedMap + +
              Decorates another SortedMap to validate that additions - match a specified predicate.
    - classTransformedMap - -
    -          Decorates another Map to transform objects that are added.
    - classTransformedSortedMap - -
    -          Decorates another SortedMap to transform objects that are added.
    - classUnmodifiableMap - -
    -          Decorates another Map to ensure it can't be altered.
    - classUnmodifiableOrderedMap - -
    -          Decorates another OrderedMap to ensure it can't be altered.
    - classUnmodifiableSortedMap - -
    -          Decorates another SortedMap to ensure it can't be altered.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + match a specified predicate.
    + classTransformedMap + +
    +          Decorates another Map to transform objects that are added.
    + classTransformedSortedMap + +
    +          Decorates another SortedMap to transform objects that are added.
    + classUnmodifiableMap + +
    +          Decorates another Map to ensure it can't be altered.
    + classUnmodifiableOrderedMap + +
    +          Decorates another OrderedMap to ensure it can't be altered.
    + classUnmodifiableSortedMap + +
    +          Decorates another SortedMap to ensure it can't be altered.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractOrderedMapDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractOrderedMapDecorator.html index 36d4f7a..fc08313 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractOrderedMapDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractOrderedMapDecorator.html @@ -1,182 +1,182 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractOrderedMapDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractOrderedMapDecorator

    -
    - - - - - - - - - -
    -Packages that use AbstractOrderedMapDecorator
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractOrderedMapDecorator in org.apache.commons.collections.map
    -  -

    - - - - - - - - - -
    Subclasses of AbstractOrderedMapDecorator in org.apache.commons.collections.map
    - classUnmodifiableOrderedMap - -
    -          Decorates another OrderedMap to ensure it can't be altered.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractOrderedMapDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractOrderedMapDecorator

    +
    + + + + + + + + + +
    +Packages that use AbstractOrderedMapDecorator
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractOrderedMapDecorator in org.apache.commons.collections.map
    +  +

    + + + + + + + + + +
    Subclasses of AbstractOrderedMapDecorator in org.apache.commons.collections.map
    + classUnmodifiableOrderedMap + +
    +          Decorates another OrderedMap to ensure it can't be altered.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractReferenceMap.ReferenceEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractReferenceMap.ReferenceEntry.html index 5c17813..e48a65b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractReferenceMap.ReferenceEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractReferenceMap.ReferenceEntry.html @@ -1,182 +1,182 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry

    -
    - - - - - - - - - -
    -Packages that use AbstractReferenceMap.ReferenceEntry
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractReferenceMap.ReferenceEntry in org.apache.commons.collections.map
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.map that return AbstractReferenceMap.ReferenceEntry
    -protected  AbstractReferenceMap.ReferenceEntryAbstractReferenceMap.ReferenceEntry.next() - -
    -          Gets the next entry in the bucket.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry

    +
    + + + + + + + + + +
    +Packages that use AbstractReferenceMap.ReferenceEntry
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractReferenceMap.ReferenceEntry in org.apache.commons.collections.map
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.map that return AbstractReferenceMap.ReferenceEntry
    +protected  AbstractReferenceMap.ReferenceEntryAbstractReferenceMap.ReferenceEntry.next() + +
    +          Gets the next entry in the bucket.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractReferenceMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractReferenceMap.html index a7d0a55..985022e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractReferenceMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractReferenceMap.html @@ -1,227 +1,227 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractReferenceMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractReferenceMap

    -
    - - - - - - - - - -
    -Packages that use AbstractReferenceMap
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractReferenceMap in org.apache.commons.collections.map
    -  -

    - - - - - - - - + +
    Subclasses of AbstractReferenceMap in org.apache.commons.collections.map
    - classReferenceIdentityMap - -
    + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractReferenceMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractReferenceMap

    +
    + + + + + + + + + +
    +Packages that use AbstractReferenceMap
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractReferenceMap in org.apache.commons.collections.map
    +  +

    + + + + + + + + - - - - + + + + - -
    Subclasses of AbstractReferenceMap in org.apache.commons.collections.map
    + classReferenceIdentityMap + +
              A Map implementation that allows mappings to be removed by the garbage collector and matches keys and values based - on == not equals().
    - classReferenceMap - -
    + on == not equals().
    + classReferenceMap + +
              A Map implementation that allows mappings to be - removed by the garbage collector.
    -  -

    - - - - - - - - - -
    Fields in org.apache.commons.collections.map declared as AbstractReferenceMap
    -protected  AbstractReferenceMapAbstractReferenceMap.ReferenceEntry.parent - -
    -          The parent map
    -  -

    - - - - - - - - -
    Constructors in org.apache.commons.collections.map with parameters of type AbstractReferenceMap
    AbstractReferenceMap.ReferenceEntry(AbstractReferenceMap parent, - AbstractHashedMap.HashEntry next, - int hashCode, - java.lang.Object key, - java.lang.Object value) - -
    -          Creates a new entry object for the ReferenceMap.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + removed by the garbage collector.
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.collections.map declared as AbstractReferenceMap
    +protected  AbstractReferenceMapAbstractReferenceMap.ReferenceEntry.parent + +
    +          The parent map
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.collections.map with parameters of type AbstractReferenceMap
    AbstractReferenceMap.ReferenceEntry(AbstractReferenceMap parent, + AbstractHashedMap.HashEntry next, + int hashCode, + java.lang.Object key, + java.lang.Object value) + +
    +          Creates a new entry object for the ReferenceMap.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractSortedMapDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractSortedMapDecorator.html index 55e52d3..5cbf6a6 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractSortedMapDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/AbstractSortedMapDecorator.html @@ -1,223 +1,223 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.AbstractSortedMapDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.AbstractSortedMapDecorator

    -
    - - - - - - - - - - - - - -
    -Packages that use AbstractSortedMapDecorator
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractSortedMapDecorator in org.apache.commons.collections.bidimap
    -  -

    - - - - - - - - - -
    Subclasses of AbstractSortedMapDecorator in org.apache.commons.collections.bidimap
    -protected static classDualTreeBidiMap.ViewMap - -
    -          Internal sorted map view.
    -  -

    - - - - - -
    -Uses of AbstractSortedMapDecorator in org.apache.commons.collections.map
    -  -

    - - - - - - - - - - - - - -
    Subclasses of AbstractSortedMapDecorator in org.apache.commons.collections.map
    - classFixedSizeSortedMap - -
    -          Decorates another SortedMap to fix the size blocking add/remove.
    - classUnmodifiableSortedMap - -
    -          Decorates another SortedMap to ensure it can't be altered.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.AbstractSortedMapDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.AbstractSortedMapDecorator

    +
    + + + + + + + + + + + + + +
    +Packages that use AbstractSortedMapDecorator
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractSortedMapDecorator in org.apache.commons.collections.bidimap
    +  +

    + + + + + + + + + +
    Subclasses of AbstractSortedMapDecorator in org.apache.commons.collections.bidimap
    +protected static classDualTreeBidiMap.ViewMap + +
    +          Internal sorted map view.
    +  +

    + + + + + +
    +Uses of AbstractSortedMapDecorator in org.apache.commons.collections.map
    +  +

    + + + + + + + + + + + + + +
    Subclasses of AbstractSortedMapDecorator in org.apache.commons.collections.map
    + classFixedSizeSortedMap + +
    +          Decorates another SortedMap to fix the size blocking add/remove.
    + classUnmodifiableSortedMap + +
    +          Decorates another SortedMap to ensure it can't be altered.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/CaseInsensitiveMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/CaseInsensitiveMap.html index 4a512cb..de9f778 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/CaseInsensitiveMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/CaseInsensitiveMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.CaseInsensitiveMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.CaseInsensitiveMap

    -
    -No usage of org.apache.commons.collections.map.CaseInsensitiveMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.CaseInsensitiveMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.CaseInsensitiveMap

    +
    +No usage of org.apache.commons.collections.map.CaseInsensitiveMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/CompositeMap.MapMutator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/CompositeMap.MapMutator.html index 18851af..c8754f0 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/CompositeMap.MapMutator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/CompositeMap.MapMutator.html @@ -1,206 +1,206 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.map.CompositeMap.MapMutator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.map.CompositeMap.MapMutator

    -
    - - - - - - - - - -
    -Packages that use CompositeMap.MapMutator
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of CompositeMap.MapMutator in org.apache.commons.collections.map
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.map with parameters of type CompositeMap.MapMutator
    - voidCompositeMap.setMutator(CompositeMap.MapMutator mutator) - -
    -          Specify the MapMutator to be used by mutation operations.
    -  -

    - - - - - - - + + + + +
    Constructors in org.apache.commons.collections.map with parameters of type CompositeMap.MapMutator
    CompositeMap(java.util.Map[] composite, - CompositeMap.MapMutator mutator) - -
    + + + + + + + +Uses of Interface org.apache.commons.collections.map.CompositeMap.MapMutator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.map.CompositeMap.MapMutator

    +
    + + + + + + + + + +
    +Packages that use CompositeMap.MapMutator
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of CompositeMap.MapMutator in org.apache.commons.collections.map
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.map with parameters of type CompositeMap.MapMutator
    + voidCompositeMap.setMutator(CompositeMap.MapMutator mutator) + +
    +          Specify the MapMutator to be used by mutation operations.
    +  +

    + + + + + + + - - - - -
    Constructors in org.apache.commons.collections.map with parameters of type CompositeMap.MapMutator
    CompositeMap(java.util.Map[] composite, + CompositeMap.MapMutator mutator) + +
              Create a new CompositeMap which composites all of the Map instances in the - argument.
    CompositeMap(java.util.Map one, - java.util.Map two, - CompositeMap.MapMutator mutator) - -
    -          Create a new CompositeMap with two composited Map instances.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + argument.
    CompositeMap(java.util.Map one, + java.util.Map two, + CompositeMap.MapMutator mutator) + +
    +          Create a new CompositeMap with two composited Map instances.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/CompositeMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/CompositeMap.html index 73f8ca7..f340d6c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/CompositeMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/CompositeMap.html @@ -1,207 +1,207 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.CompositeMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.CompositeMap

    -
    - - - - - - - - - -
    -Packages that use CompositeMap
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of CompositeMap in org.apache.commons.collections.map
    -  -

    - - - - - - - - - - - - - - - - + +
    Methods in org.apache.commons.collections.map with parameters of type CompositeMap
    - java.lang.ObjectCompositeMap.MapMutator.put(CompositeMap map, - java.util.Map[] composited, - java.lang.Object key, - java.lang.Object value) - -
    -          Called when the CompositeMap.put() method is invoked.
    - voidCompositeMap.MapMutator.putAll(CompositeMap map, - java.util.Map[] composited, - java.util.Map mapToAdd) - -
    -          Called when the CompositeMap.putAll() method is invoked.
    - voidCompositeMap.MapMutator.resolveCollision(CompositeMap composite, - java.util.Map existing, - java.util.Map added, - java.util.Collection intersect) - -
    + + + + + + + +Uses of Class org.apache.commons.collections.map.CompositeMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.CompositeMap

    +
    + + + + + + + + + +
    +Packages that use CompositeMap
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of CompositeMap in org.apache.commons.collections.map
    +  +

    + + + + + + + + + + + + + + + + - -
    Methods in org.apache.commons.collections.map with parameters of type CompositeMap
    + java.lang.ObjectCompositeMap.MapMutator.put(CompositeMap map, + java.util.Map[] composited, + java.lang.Object key, + java.lang.Object value) + +
    +          Called when the CompositeMap.put() method is invoked.
    + voidCompositeMap.MapMutator.putAll(CompositeMap map, + java.util.Map[] composited, + java.util.Map mapToAdd) + +
    +          Called when the CompositeMap.putAll() method is invoked.
    + voidCompositeMap.MapMutator.resolveCollision(CompositeMap composite, + java.util.Map existing, + java.util.Map added, + java.util.Collection intersect) + +
              Called when adding a new Composited Map results in a - key collision.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + key collision.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/DefaultedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/DefaultedMap.html index a49243f..deae80d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/DefaultedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/DefaultedMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.DefaultedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.DefaultedMap

    -
    -No usage of org.apache.commons.collections.map.DefaultedMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.DefaultedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.DefaultedMap

    +
    +No usage of org.apache.commons.collections.map.DefaultedMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/FixedSizeMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/FixedSizeMap.html index 26290f9..05bfec7 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/FixedSizeMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/FixedSizeMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.FixedSizeMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.FixedSizeMap

    -
    -No usage of org.apache.commons.collections.map.FixedSizeMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.FixedSizeMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.FixedSizeMap

    +
    +No usage of org.apache.commons.collections.map.FixedSizeMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/FixedSizeSortedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/FixedSizeSortedMap.html index 5c37e1b..94e812a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/FixedSizeSortedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/FixedSizeSortedMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.FixedSizeSortedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.FixedSizeSortedMap

    -
    -No usage of org.apache.commons.collections.map.FixedSizeSortedMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.FixedSizeSortedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.FixedSizeSortedMap

    +
    +No usage of org.apache.commons.collections.map.FixedSizeSortedMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/Flat3Map.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/Flat3Map.html index 4c9a94c..84c9d3a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/Flat3Map.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/Flat3Map.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.Flat3Map (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.Flat3Map

    -
    -No usage of org.apache.commons.collections.map.Flat3Map -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.Flat3Map (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.Flat3Map

    +
    +No usage of org.apache.commons.collections.map.Flat3Map +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/HashedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/HashedMap.html index 4ad362f..e1923ef 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/HashedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/HashedMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.HashedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.HashedMap

    -
    -No usage of org.apache.commons.collections.map.HashedMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.HashedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.HashedMap

    +
    +No usage of org.apache.commons.collections.map.HashedMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/IdentityMap.IdentityEntry.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/IdentityMap.IdentityEntry.html index efd8b76..d249dd8 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/IdentityMap.IdentityEntry.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/IdentityMap.IdentityEntry.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.IdentityMap.IdentityEntry (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.IdentityMap.IdentityEntry

    -
    -No usage of org.apache.commons.collections.map.IdentityMap.IdentityEntry -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.IdentityMap.IdentityEntry (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.IdentityMap.IdentityEntry

    +
    +No usage of org.apache.commons.collections.map.IdentityMap.IdentityEntry +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/IdentityMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/IdentityMap.html index b6157c4..5da8f09 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/IdentityMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/IdentityMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.IdentityMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.IdentityMap

    -
    -No usage of org.apache.commons.collections.map.IdentityMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.IdentityMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.IdentityMap

    +
    +No usage of org.apache.commons.collections.map.IdentityMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/LRUMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/LRUMap.html index 1a3d403..aaeb85b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/LRUMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/LRUMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.LRUMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.LRUMap

    -
    -No usage of org.apache.commons.collections.map.LRUMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.LRUMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.LRUMap

    +
    +No usage of org.apache.commons.collections.map.LRUMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/LazyMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/LazyMap.html index 04cc24d..9e46a9f 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/LazyMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/LazyMap.html @@ -1,182 +1,182 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.LazyMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.LazyMap

    -
    - - - - - - - - - -
    -Packages that use LazyMap
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of LazyMap in org.apache.commons.collections.map
    -  -

    - - - - - - - - - -
    Subclasses of LazyMap in org.apache.commons.collections.map
    - classLazySortedMap - -
    -          Decorates another SortedMap to create objects in the map on demand.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.LazyMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.LazyMap

    +
    + + + + + + + + + +
    +Packages that use LazyMap
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of LazyMap in org.apache.commons.collections.map
    +  +

    + + + + + + + + + +
    Subclasses of LazyMap in org.apache.commons.collections.map
    + classLazySortedMap + +
    +          Decorates another SortedMap to create objects in the map on demand.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/LazySortedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/LazySortedMap.html index 5dbaf71..c8f9ce8 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/LazySortedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/LazySortedMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.LazySortedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.LazySortedMap

    -
    -No usage of org.apache.commons.collections.map.LazySortedMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.LazySortedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.LazySortedMap

    +
    +No usage of org.apache.commons.collections.map.LazySortedMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/LinkedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/LinkedMap.html index 89deea2..667ae73 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/LinkedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/LinkedMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.LinkedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.LinkedMap

    -
    -No usage of org.apache.commons.collections.map.LinkedMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.LinkedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.LinkedMap

    +
    +No usage of org.apache.commons.collections.map.LinkedMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/ListOrderedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/ListOrderedMap.html index 5b21fa5..2cabf58 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/ListOrderedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/ListOrderedMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.ListOrderedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.ListOrderedMap

    -
    -No usage of org.apache.commons.collections.map.ListOrderedMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.ListOrderedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.ListOrderedMap

    +
    +No usage of org.apache.commons.collections.map.ListOrderedMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/MultiKeyMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/MultiKeyMap.html index b7bd93d..86a6760 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/MultiKeyMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/MultiKeyMap.html @@ -1,182 +1,182 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.MultiKeyMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.MultiKeyMap

    -
    - - - - - - - - - -
    -Packages that use MultiKeyMap
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of MultiKeyMap in org.apache.commons.collections.map
    -  -

    - - - - - - - - - -
    Methods in org.apache.commons.collections.map that return MultiKeyMap
    -static MultiKeyMapMultiKeyMap.decorate(AbstractHashedMap map) - -
    -          Decorates the specified map to add the MultiKeyMap API and fast query.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.MultiKeyMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.MultiKeyMap

    +
    + + + + + + + + + +
    +Packages that use MultiKeyMap
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of MultiKeyMap in org.apache.commons.collections.map
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.collections.map that return MultiKeyMap
    +static MultiKeyMapMultiKeyMap.decorate(AbstractHashedMap map) + +
    +          Decorates the specified map to add the MultiKeyMap API and fast query.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/MultiValueMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/MultiValueMap.html index 0aa64a7..29168ec 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/MultiValueMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/MultiValueMap.html @@ -1,203 +1,203 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.MultiValueMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.MultiValueMap

    -
    - - - - - - - - - -
    -Packages that use MultiValueMap
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of MultiValueMap in org.apache.commons.collections.map
    -  -

    - - - - - - - - + +
    Methods in org.apache.commons.collections.map that return MultiValueMap
    -static MultiValueMapMultiValueMap.decorate(java.util.Map map) - -
    + + + + + + + +Uses of Class org.apache.commons.collections.map.MultiValueMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.MultiValueMap

    +
    + + + + + + + + + +
    +Packages that use MultiValueMap
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of MultiValueMap in org.apache.commons.collections.map
    +  +

    + + + + + + + + - - - - + + + + - - - - + + + + - -
    Methods in org.apache.commons.collections.map that return MultiValueMap
    +static MultiValueMapMultiValueMap.decorate(java.util.Map map) + +
              Creates a map which wraps the given map and - maps keys to ArrayLists.
    -static MultiValueMapMultiValueMap.decorate(java.util.Map map, - java.lang.Class collectionClass) - -
    + maps keys to ArrayLists.
    +static MultiValueMapMultiValueMap.decorate(java.util.Map map, + java.lang.Class collectionClass) + +
              Creates a map which decorates the given map and - maps keys to collections of type collectionClass.
    -static MultiValueMapMultiValueMap.decorate(java.util.Map map, - Factory collectionFactory) - -
    + maps keys to collections of type collectionClass.
    +static MultiValueMapMultiValueMap.decorate(java.util.Map map, + Factory collectionFactory) + +
              Creates a map which decorates the given map and - creates the value collections using the supplied collectionFactory.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + creates the value collections using the supplied collectionFactory.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/PredicatedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/PredicatedMap.html index 53e5944..2070475 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/PredicatedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/PredicatedMap.html @@ -1,183 +1,183 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.PredicatedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.PredicatedMap

    -
    - - - - - - - - - -
    -Packages that use PredicatedMap
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of PredicatedMap in org.apache.commons.collections.map
    -  -

    - - - - - - - - + +
    Subclasses of PredicatedMap in org.apache.commons.collections.map
    - classPredicatedSortedMap - -
    + + + + + + + +Uses of Class org.apache.commons.collections.map.PredicatedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.PredicatedMap

    +
    + + + + + + + + + +
    +Packages that use PredicatedMap
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of PredicatedMap in org.apache.commons.collections.map
    +  +

    + + + + + + + + - -
    Subclasses of PredicatedMap in org.apache.commons.collections.map
    + classPredicatedSortedMap + +
              Decorates another SortedMap to validate that additions - match a specified predicate.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + match a specified predicate.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/PredicatedSortedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/PredicatedSortedMap.html index b8ee9df..fbd67c8 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/PredicatedSortedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/PredicatedSortedMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.PredicatedSortedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.PredicatedSortedMap

    -
    -No usage of org.apache.commons.collections.map.PredicatedSortedMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.PredicatedSortedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.PredicatedSortedMap

    +
    +No usage of org.apache.commons.collections.map.PredicatedSortedMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/ReferenceIdentityMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/ReferenceIdentityMap.html index 776a823..c14a865 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/ReferenceIdentityMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/ReferenceIdentityMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.ReferenceIdentityMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.ReferenceIdentityMap

    -
    -No usage of org.apache.commons.collections.map.ReferenceIdentityMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.ReferenceIdentityMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.ReferenceIdentityMap

    +
    +No usage of org.apache.commons.collections.map.ReferenceIdentityMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/ReferenceMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/ReferenceMap.html index d9d66bd..6fc51d4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/ReferenceMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/ReferenceMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.ReferenceMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.ReferenceMap

    -
    -No usage of org.apache.commons.collections.map.ReferenceMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.ReferenceMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.ReferenceMap

    +
    +No usage of org.apache.commons.collections.map.ReferenceMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/SingletonMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/SingletonMap.html index 6d9a51f..f936f31 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/SingletonMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/SingletonMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.SingletonMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.SingletonMap

    -
    -No usage of org.apache.commons.collections.map.SingletonMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.SingletonMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.SingletonMap

    +
    +No usage of org.apache.commons.collections.map.SingletonMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/StaticBucketMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/StaticBucketMap.html index ddab326..7f86252 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/StaticBucketMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/StaticBucketMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.StaticBucketMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.StaticBucketMap

    -
    -No usage of org.apache.commons.collections.map.StaticBucketMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.StaticBucketMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.StaticBucketMap

    +
    +No usage of org.apache.commons.collections.map.StaticBucketMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/TransformedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/TransformedMap.html index 999718f..f80cdc8 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/TransformedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/TransformedMap.html @@ -1,182 +1,182 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.TransformedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.TransformedMap

    -
    - - - - - - - - - -
    -Packages that use TransformedMap
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - -
    -Uses of TransformedMap in org.apache.commons.collections.map
    -  -

    - - - - - - - - - -
    Subclasses of TransformedMap in org.apache.commons.collections.map
    - classTransformedSortedMap - -
    -          Decorates another SortedMap to transform objects that are added.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.TransformedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.TransformedMap

    +
    + + + + + + + + + +
    +Packages that use TransformedMap
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + +
    +Uses of TransformedMap in org.apache.commons.collections.map
    +  +

    + + + + + + + + + +
    Subclasses of TransformedMap in org.apache.commons.collections.map
    + classTransformedSortedMap + +
    +          Decorates another SortedMap to transform objects that are added.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/TransformedSortedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/TransformedSortedMap.html index b22bb0e..fdad9e7 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/TransformedSortedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/TransformedSortedMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.TransformedSortedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.TransformedSortedMap

    -
    -No usage of org.apache.commons.collections.map.TransformedSortedMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.TransformedSortedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.TransformedSortedMap

    +
    +No usage of org.apache.commons.collections.map.TransformedSortedMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/TypedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/TypedMap.html index 5326273..6d6be86 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/TypedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/TypedMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.TypedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.TypedMap

    -
    -No usage of org.apache.commons.collections.map.TypedMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.TypedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.TypedMap

    +
    +No usage of org.apache.commons.collections.map.TypedMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/TypedSortedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/TypedSortedMap.html index 2ab278a..08934e3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/TypedSortedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/TypedSortedMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.TypedSortedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.TypedSortedMap

    -
    -No usage of org.apache.commons.collections.map.TypedSortedMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.TypedSortedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.TypedSortedMap

    +
    +No usage of org.apache.commons.collections.map.TypedSortedMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/UnmodifiableEntrySet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/UnmodifiableEntrySet.html index 8bee80a..65d8c7a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/UnmodifiableEntrySet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/UnmodifiableEntrySet.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.UnmodifiableEntrySet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.UnmodifiableEntrySet

    -
    -No usage of org.apache.commons.collections.map.UnmodifiableEntrySet -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.UnmodifiableEntrySet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.UnmodifiableEntrySet

    +
    +No usage of org.apache.commons.collections.map.UnmodifiableEntrySet +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/UnmodifiableMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/UnmodifiableMap.html index abcb461..5c1946d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/UnmodifiableMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/UnmodifiableMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.UnmodifiableMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.UnmodifiableMap

    -
    -No usage of org.apache.commons.collections.map.UnmodifiableMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.UnmodifiableMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.UnmodifiableMap

    +
    +No usage of org.apache.commons.collections.map.UnmodifiableMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/UnmodifiableOrderedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/UnmodifiableOrderedMap.html index f424ee4..b10a1e8 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/UnmodifiableOrderedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/UnmodifiableOrderedMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.UnmodifiableOrderedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.UnmodifiableOrderedMap

    -
    -No usage of org.apache.commons.collections.map.UnmodifiableOrderedMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.UnmodifiableOrderedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.UnmodifiableOrderedMap

    +
    +No usage of org.apache.commons.collections.map.UnmodifiableOrderedMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/UnmodifiableSortedMap.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/UnmodifiableSortedMap.html index e7db3ed..36877e3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/UnmodifiableSortedMap.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/class-use/UnmodifiableSortedMap.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.map.UnmodifiableSortedMap (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.map.UnmodifiableSortedMap

    -
    -No usage of org.apache.commons.collections.map.UnmodifiableSortedMap -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.map.UnmodifiableSortedMap (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.map.UnmodifiableSortedMap

    +
    +No usage of org.apache.commons.collections.map.UnmodifiableSortedMap +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/package-frame.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/package-frame.html index 2426702..644251a 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/package-frame.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/package-frame.html @@ -1,146 +1,146 @@ - - - - - - - -org.apache.commons.collections.map (Commons Collections 3.2.1 API) - - - - - - - - - - - -org.apache.commons.collections.map - - - - -
    -Interfaces  - -
    -CompositeMap.MapMutator
    - - - - - - -
    -Classes  - -
    -AbstractHashedMap -
    -AbstractHashedMap.EntrySet -
    -AbstractHashedMap.EntrySetIterator -
    -AbstractHashedMap.HashEntry -
    -AbstractHashedMap.HashIterator -
    -AbstractHashedMap.HashMapIterator -
    -AbstractHashedMap.KeySet -
    -AbstractHashedMap.KeySetIterator -
    -AbstractHashedMap.Values -
    -AbstractHashedMap.ValuesIterator -
    -AbstractLinkedMap -
    -AbstractLinkedMap.EntrySetIterator -
    -AbstractLinkedMap.KeySetIterator -
    -AbstractLinkedMap.LinkEntry -
    -AbstractLinkedMap.LinkIterator -
    -AbstractLinkedMap.LinkMapIterator -
    -AbstractLinkedMap.ValuesIterator -
    -AbstractMapDecorator -
    -AbstractOrderedMapDecorator -
    -AbstractReferenceMap -
    -AbstractReferenceMap.ReferenceEntry -
    -AbstractSortedMapDecorator -
    -CaseInsensitiveMap -
    -CompositeMap -
    -DefaultedMap -
    -FixedSizeMap -
    -FixedSizeSortedMap -
    -Flat3Map -
    -HashedMap -
    -IdentityMap -
    -IdentityMap.IdentityEntry -
    -LazyMap -
    -LazySortedMap -
    -LinkedMap -
    -ListOrderedMap -
    -LRUMap -
    -MultiKeyMap -
    -MultiValueMap -
    -PredicatedMap -
    -PredicatedSortedMap -
    -ReferenceIdentityMap -
    -ReferenceMap -
    -SingletonMap -
    -StaticBucketMap -
    -TransformedMap -
    -TransformedSortedMap -
    -TypedMap -
    -TypedSortedMap -
    -UnmodifiableEntrySet -
    -UnmodifiableMap -
    -UnmodifiableOrderedMap -
    -UnmodifiableSortedMap
    - - - - + + + + + + + +org.apache.commons.collections.map (Commons Collections 3.2.1 API) + + + + + + + + + + + +org.apache.commons.collections.map + + + + +
    +Interfaces  + +
    +CompositeMap.MapMutator
    + + + + + + +
    +Classes  + +
    +AbstractHashedMap +
    +AbstractHashedMap.EntrySet +
    +AbstractHashedMap.EntrySetIterator +
    +AbstractHashedMap.HashEntry +
    +AbstractHashedMap.HashIterator +
    +AbstractHashedMap.HashMapIterator +
    +AbstractHashedMap.KeySet +
    +AbstractHashedMap.KeySetIterator +
    +AbstractHashedMap.Values +
    +AbstractHashedMap.ValuesIterator +
    +AbstractLinkedMap +
    +AbstractLinkedMap.EntrySetIterator +
    +AbstractLinkedMap.KeySetIterator +
    +AbstractLinkedMap.LinkEntry +
    +AbstractLinkedMap.LinkIterator +
    +AbstractLinkedMap.LinkMapIterator +
    +AbstractLinkedMap.ValuesIterator +
    +AbstractMapDecorator +
    +AbstractOrderedMapDecorator +
    +AbstractReferenceMap +
    +AbstractReferenceMap.ReferenceEntry +
    +AbstractSortedMapDecorator +
    +CaseInsensitiveMap +
    +CompositeMap +
    +DefaultedMap +
    +FixedSizeMap +
    +FixedSizeSortedMap +
    +Flat3Map +
    +HashedMap +
    +IdentityMap +
    +IdentityMap.IdentityEntry +
    +LazyMap +
    +LazySortedMap +
    +LinkedMap +
    +ListOrderedMap +
    +LRUMap +
    +MultiKeyMap +
    +MultiValueMap +
    +PredicatedMap +
    +PredicatedSortedMap +
    +ReferenceIdentityMap +
    +ReferenceMap +
    +SingletonMap +
    +StaticBucketMap +
    +TransformedMap +
    +TransformedSortedMap +
    +TypedMap +
    +TypedSortedMap +
    +UnmodifiableEntrySet +
    +UnmodifiableMap +
    +UnmodifiableOrderedMap +
    +UnmodifiableSortedMap
    + + + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/package-summary.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/package-summary.html index 89570f8..bfc561f 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/package-summary.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/package-summary.html @@ -1,452 +1,452 @@ - - - - - - - -org.apache.commons.collections.map (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package org.apache.commons.collections.map -

    - -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. -

    -See: -
    -          Description -

    - - - - - - - + + + + + + + +org.apache.commons.collections.map (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + +
    -Interface Summary
    CompositeMap.MapMutator
    + + + + + + + + + +
    + +
    + + + +


    +

    +Package org.apache.commons.collections.map +

    + +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. +

    +See: +
    +          Description +

    + + + + + + + - -
    +Interface Summary
    CompositeMap.MapMutator This interface allows definition for all of the indeterminate mutators in a CompositeMap, as well as providing a hook for - callbacks on key collisions.
    -  - -

    - - - - - - - + callbacks on key collisions. + +
    -Class Summary
    AbstractHashedMap
    +  + +

    + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + subclasses to override. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + ordered map and which provides numerous points for subclasses to override. + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + to a Map via decoration. + + + - - - + to an OrderedMap via decoration. + + + - - - - - - - + be removed by the garbage collector. + + + + + + + - - - - - - - - - - - + to a Map via decoration. + + + + + + + + + + + - - - - - - - - - - - + does not contain the requested key. + + + + + + + + + + + - - - + the size is greater than 3. + + + - - - + to HashMap. + + + - - - - - - - - - - - - - - - - - - - + on == not equals(). + + + + + + + + + + + + + + + + + + + - - - + using a List to maintain order. + + + - - - - - - - + the least recently used entry if an entry is added when full. + + + + + + + - - - + more than one value for a key. + + + - - - + match a specified predicate. + + + - - - + match a specified predicate. + + + - - - + on == not equals(). + + + - - - - - - - + removed by the garbage collector. + + + + + + + - - - - - - - - - - - + thread-contentious environment. + + + + + + + + + + + - - - + are of a specific type. + + + - - - - - - - - - - - - - - - - - -
    +Class Summary
    AbstractHashedMap An abstract implementation of a hash-based map which provides numerous points for - subclasses to override.
    AbstractHashedMap.EntrySetEntrySet implementation.
    AbstractHashedMap.EntrySetIteratorEntrySet iterator.
    AbstractHashedMap.HashEntryHashEntry used to store the data.
    AbstractHashedMap.HashIteratorBase Iterator
    AbstractHashedMap.HashMapIteratorMapIterator implementation.
    AbstractHashedMap.KeySetKeySet implementation.
    AbstractHashedMap.KeySetIteratorKeySet iterator.
    AbstractHashedMap.ValuesValues implementation.
    AbstractHashedMap.ValuesIteratorValues iterator.
    AbstractLinkedMap
    AbstractHashedMap.EntrySetEntrySet implementation.
    AbstractHashedMap.EntrySetIteratorEntrySet iterator.
    AbstractHashedMap.HashEntryHashEntry used to store the data.
    AbstractHashedMap.HashIteratorBase Iterator
    AbstractHashedMap.HashMapIteratorMapIterator implementation.
    AbstractHashedMap.KeySetKeySet implementation.
    AbstractHashedMap.KeySetIteratorKeySet iterator.
    AbstractHashedMap.ValuesValues implementation.
    AbstractHashedMap.ValuesIteratorValues iterator.
    AbstractLinkedMap An abstract implementation of a hash-based map that links entries to create an - ordered map and which provides numerous points for subclasses to override.
    AbstractLinkedMap.EntrySetIteratorEntrySet iterator.
    AbstractLinkedMap.KeySetIteratorKeySet iterator.
    AbstractLinkedMap.LinkEntryLinkEntry that stores the data.
    AbstractLinkedMap.LinkIteratorBase Iterator that iterates in link order.
    AbstractLinkedMap.LinkMapIteratorMapIterator implementation.
    AbstractLinkedMap.ValuesIteratorValues iterator.
    AbstractMapDecorator
    AbstractLinkedMap.EntrySetIteratorEntrySet iterator.
    AbstractLinkedMap.KeySetIteratorKeySet iterator.
    AbstractLinkedMap.LinkEntryLinkEntry that stores the data.
    AbstractLinkedMap.LinkIteratorBase Iterator that iterates in link order.
    AbstractLinkedMap.LinkMapIteratorMapIterator implementation.
    AbstractLinkedMap.ValuesIteratorValues iterator.
    AbstractMapDecorator Provides a base decorator that enables additional functionality to be added - to a Map via decoration.
    AbstractOrderedMapDecorator
    AbstractOrderedMapDecorator Provides a base decorator that enables additional functionality to be added - to an OrderedMap via decoration.
    AbstractReferenceMap
    AbstractReferenceMap An abstract implementation of a hash-based map that allows the entries to - be removed by the garbage collector.
    AbstractReferenceMap.ReferenceEntryA MapEntry implementation for the map.
    AbstractSortedMapDecorator
    AbstractReferenceMap.ReferenceEntryA MapEntry implementation for the map.
    AbstractSortedMapDecorator Provides a base decorator that enables additional functionality to be added - to a Map via decoration.
    CaseInsensitiveMapA case-insensitive Map.
    CompositeMapDecorates a map of other maps to provide a single unified view.
    DefaultedMap
    CaseInsensitiveMapA case-insensitive Map.
    CompositeMapDecorates a map of other maps to provide a single unified view.
    DefaultedMap Decorates another Map returning a default value if the map - does not contain the requested key.
    FixedSizeMapDecorates another Map to fix the size, preventing add/remove.
    FixedSizeSortedMapDecorates another SortedMap to fix the size blocking add/remove.
    Flat3Map
    FixedSizeMapDecorates another Map to fix the size, preventing add/remove.
    FixedSizeSortedMapDecorates another SortedMap to fix the size blocking add/remove.
    Flat3Map A Map implementation that stores data in simple fields until - the size is greater than 3.
    HashedMap
    HashedMap A Map implementation that is a general purpose alternative - to HashMap.
    IdentityMap
    IdentityMap A Map implementation that matches keys and values based - on == not equals().
    IdentityMap.IdentityEntryHashEntry
    LazyMapDecorates another Map to create objects in the map on demand.
    LazySortedMapDecorates another SortedMap to create objects in the map on demand.
    LinkedMapA Map implementation that maintains the order of the entries.
    ListOrderedMap
    IdentityMap.IdentityEntryHashEntry
    LazyMapDecorates another Map to create objects in the map on demand.
    LazySortedMapDecorates another SortedMap to create objects in the map on demand.
    LinkedMapA Map implementation that maintains the order of the entries.
    ListOrderedMap Decorates a Map to ensure that the order of addition is retained - using a List to maintain order.
    LRUMap
    LRUMap A Map implementation with a fixed maximum size which removes - the least recently used entry if an entry is added when full.
    MultiKeyMapA Map implementation that uses multiple keys to map the value.
    MultiValueMap
    MultiKeyMapA Map implementation that uses multiple keys to map the value.
    MultiValueMap A MultiValueMap decorates another map, allowing it to have - more than one value for a key.
    PredicatedMap
    PredicatedMap Decorates another Map to validate that additions - match a specified predicate.
    PredicatedSortedMap
    PredicatedSortedMap Decorates another SortedMap to validate that additions - match a specified predicate.
    ReferenceIdentityMap
    ReferenceIdentityMap A Map implementation that allows mappings to be removed by the garbage collector and matches keys and values based - on == not equals().
    ReferenceMap
    ReferenceMap A Map implementation that allows mappings to be - removed by the garbage collector.
    SingletonMapA Map implementation that holds a single item and is fixed size.
    StaticBucketMap
    SingletonMapA Map implementation that holds a single item and is fixed size.
    StaticBucketMap A StaticBucketMap is an efficient, thread-safe implementation of java.util.Map that performs well in in a highly - thread-contentious environment.
    TransformedMapDecorates another Map to transform objects that are added.
    TransformedSortedMapDecorates another SortedMap to transform objects that are added.
    TypedMap
    TransformedMapDecorates another Map to transform objects that are added.
    TransformedSortedMapDecorates another SortedMap to transform objects that are added.
    TypedMap Decorates another Map to validate that elements added - are of a specific type.
    TypedSortedMap
    TypedSortedMap Decorates another SortedMap to validate that elements added - are of a specific type.
    UnmodifiableEntrySetDecorates a map entry Set to ensure it can't be altered.
    UnmodifiableMapDecorates another Map to ensure it can't be altered.
    UnmodifiableOrderedMapDecorates another OrderedMap to ensure it can't be altered.
    UnmodifiableSortedMapDecorates another SortedMap to ensure it can't be altered.
    -  - -

    -

    -Package org.apache.commons.collections.map Description -

    - -

    -

    -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. -A Map provides a lookup from a key to a value. -A number of implementations also support the new MapIterator interface that enables -simple iteration of map keys and values. -

    -The following implementations are provided: -

      -
    • CaseInsensitiveMap - map that compares keys in a case insensitive way -
    • CompositeMap - map that combines multiple maps into a single view -
    • HashedMap - general purpose HashMap replacement supporting MapIterator -
    • IdentityMap - map that uses == for comparison instead of equals() -
    • Flat3Map - designed for good performance at size 3 or less -
    • LinkedMap - a hash map that maintains insertion order, supporting OrderedMapIterator -
    • MultiKeyMap - map that provides special methods for using more than one key to access the value -
    • ReferenceMap - allows the garbage collector to collect keys and values using equals() for comparison -
    • ReferenceIdentityMap - allows the garbage collector to collect keys and values using == for comparison -
    • SingletonMap - a fully featured map to hold one key-value pair -
    • StaticBucketMap - internally synchronized and designed for thread-contentious environments -
    -

    -The following decorators are provided: -

      -
    • Unmodifiable - ensures the collection cannot be altered -
    • Predicated - ensures that only elements that are valid according to a predicate can be added -
    • Typed - ensures that only elements that are of a specific type can be added -
    • Transformed - transforms each element added -
    • FixedSize - ensures that the size of the map cannot change -
    • Lazy - creates objects in the map on demand -
    • ListOrdered - ensures that insertion order is retained -
    - -

    - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are of a specific type. + + +UnmodifiableEntrySet +Decorates a map entry Set to ensure it can't be altered. + + +UnmodifiableMap +Decorates another Map to ensure it can't be altered. + + +UnmodifiableOrderedMap +Decorates another OrderedMap to ensure it can't be altered. + + +UnmodifiableSortedMap +Decorates another SortedMap to ensure it can't be altered. + + +  + +

    +

    +Package org.apache.commons.collections.map Description +

    + +

    +

    +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. +A Map provides a lookup from a key to a value. +A number of implementations also support the new MapIterator interface that enables +simple iteration of map keys and values. +

    +The following implementations are provided: +

      +
    • CaseInsensitiveMap - map that compares keys in a case insensitive way +
    • CompositeMap - map that combines multiple maps into a single view +
    • HashedMap - general purpose HashMap replacement supporting MapIterator +
    • IdentityMap - map that uses == for comparison instead of equals() +
    • Flat3Map - designed for good performance at size 3 or less +
    • LinkedMap - a hash map that maintains insertion order, supporting OrderedMapIterator +
    • MultiKeyMap - map that provides special methods for using more than one key to access the value +
    • ReferenceMap - allows the garbage collector to collect keys and values using equals() for comparison +
    • ReferenceIdentityMap - allows the garbage collector to collect keys and values using == for comparison +
    • SingletonMap - a fully featured map to hold one key-value pair +
    • StaticBucketMap - internally synchronized and designed for thread-contentious environments +
    +

    +The following decorators are provided: +

      +
    • Unmodifiable - ensures the collection cannot be altered +
    • Predicated - ensures that only elements that are valid according to a predicate can be added +
    • Typed - ensures that only elements that are of a specific type can be added +
    • Transformed - transforms each element added +
    • FixedSize - ensures that the size of the map cannot change +
    • Lazy - creates objects in the map on demand +
    • ListOrdered - ensures that insertion order is retained +
    + +

    + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/package-tree.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/package-tree.html index 54977d7..864b3c4 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/package-tree.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/package-tree.html @@ -1,235 +1,235 @@ - - - - - - - -org.apache.commons.collections.map Class Hierarchy (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package org.apache.commons.collections.map -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -

    -Interface Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +org.apache.commons.collections.map Class Hierarchy (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.collections.map +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +

    +Interface Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/package-use.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/package-use.html index b9a6323..86f6a5b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/package-use.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/map/package-use.html @@ -1,345 +1,345 @@ - - - - - - - -Uses of Package org.apache.commons.collections.map (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    org.apache.commons.collections.map

    -
    - - - - - - - - - - - - - -
    -Packages that use org.apache.commons.collections.map
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    -  -

    - - - - - - - + + + + +
    -Classes in org.apache.commons.collections.map used by org.apache.commons.collections.bidimap
    AbstractMapDecorator - -
    + + + + + + + +Uses of Package org.apache.commons.collections.map (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.collections.map

    +
    + + + + + + + + + + + + + +
    +Packages that use org.apache.commons.collections.map
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    +  +

    + + + + + + + - - - + + + - -
    +Classes in org.apache.commons.collections.map used by org.apache.commons.collections.bidimap
    AbstractMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a Map via decoration.
    AbstractSortedMapDecorator - -
    + to a Map via decoration.
    AbstractSortedMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a Map via decoration.
    -  -

    - - - - - - - + +
    -Classes in org.apache.commons.collections.map used by org.apache.commons.collections.map
    AbstractHashedMap - -
    + to a Map via decoration.
    +  +

    + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - + + + - - - + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - - - - + + + + + + + + + - - - + + + - - - - -
    +Classes in org.apache.commons.collections.map used by org.apache.commons.collections.map
    AbstractHashedMap + +
              An abstract implementation of a hash-based map which provides numerous points for - subclasses to override.
    AbstractHashedMap.EntrySet - -
    -          EntrySet implementation.
    AbstractHashedMap.EntrySetIterator - -
    -          EntrySet iterator.
    AbstractHashedMap.HashEntry - -
    -          HashEntry used to store the data.
    AbstractHashedMap.HashIterator - -
    -          Base Iterator
    AbstractHashedMap.KeySet - -
    -          KeySet implementation.
    AbstractHashedMap.Values - -
    -          Values implementation.
    AbstractLinkedMap - -
    + subclasses to override.
    AbstractHashedMap.EntrySet + +
    +          EntrySet implementation.
    AbstractHashedMap.EntrySetIterator + +
    +          EntrySet iterator.
    AbstractHashedMap.HashEntry + +
    +          HashEntry used to store the data.
    AbstractHashedMap.HashIterator + +
    +          Base Iterator
    AbstractHashedMap.KeySet + +
    +          KeySet implementation.
    AbstractHashedMap.Values + +
    +          Values implementation.
    AbstractLinkedMap + +
              An abstract implementation of a hash-based map that links entries to create an - ordered map and which provides numerous points for subclasses to override.
    AbstractLinkedMap.EntrySetIterator - -
    -          EntrySet iterator.
    AbstractLinkedMap.LinkEntry - -
    -          LinkEntry that stores the data.
    AbstractLinkedMap.LinkIterator - -
    -          Base Iterator that iterates in link order.
    AbstractMapDecorator - -
    + ordered map and which provides numerous points for subclasses to override.
    AbstractLinkedMap.EntrySetIterator + +
    +          EntrySet iterator.
    AbstractLinkedMap.LinkEntry + +
    +          LinkEntry that stores the data.
    AbstractLinkedMap.LinkIterator + +
    +          Base Iterator that iterates in link order.
    AbstractMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a Map via decoration.
    AbstractOrderedMapDecorator - -
    + to a Map via decoration.
    AbstractOrderedMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to an OrderedMap via decoration.
    AbstractReferenceMap - -
    + to an OrderedMap via decoration.
    AbstractReferenceMap + +
              An abstract implementation of a hash-based map that allows the entries to - be removed by the garbage collector.
    AbstractReferenceMap.ReferenceEntry - -
    -          A MapEntry implementation for the map.
    AbstractSortedMapDecorator - -
    + be removed by the garbage collector.
    AbstractReferenceMap.ReferenceEntry + +
    +          A MapEntry implementation for the map.
    AbstractSortedMapDecorator + +
              Provides a base decorator that enables additional functionality to be added - to a Map via decoration.
    CompositeMap - -
    -          Decorates a map of other maps to provide a single unified view.
    CompositeMap.MapMutator - -
    + to a Map via decoration.
    CompositeMap + +
    +          Decorates a map of other maps to provide a single unified view.
    CompositeMap.MapMutator + +
              This interface allows definition for all of the indeterminate mutators in a CompositeMap, as well as providing a hook for - callbacks on key collisions.
    LazyMap - -
    -          Decorates another Map to create objects in the map on demand.
    MultiKeyMap - -
    -          A Map implementation that uses multiple keys to map the value.
    MultiValueMap - -
    + callbacks on key collisions.
    LazyMap + +
    +          Decorates another Map to create objects in the map on demand.
    MultiKeyMap + +
    +          A Map implementation that uses multiple keys to map the value.
    MultiValueMap + +
              A MultiValueMap decorates another map, allowing it to have - more than one value for a key.
    PredicatedMap - -
    + more than one value for a key.
    PredicatedMap + +
              Decorates another Map to validate that additions - match a specified predicate.
    TransformedMap - -
    -          Decorates another Map to transform objects that are added.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + match a specified predicate.
    TransformedMap + +
    +          Decorates another Map to transform objects that are added.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/package-frame.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/package-frame.html index aaafe1c..7ba5aef 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/package-frame.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/package-frame.html @@ -1,173 +1,173 @@ - - - - - - - -org.apache.commons.collections (Commons Collections 3.2.1 API) - - - - - - - - - - - -org.apache.commons.collections - - - - -
    -Interfaces  - -
    -Bag -
    -BidiMap -
    -BoundedCollection -
    -BoundedMap -
    -Buffer -
    -Closure -
    -Factory -
    -IterableMap -
    -KeyValue -
    -MapIterator -
    -MultiMap -
    -OrderedBidiMap -
    -OrderedIterator -
    -OrderedMap -
    -OrderedMapIterator -
    -Predicate -
    -PriorityQueue -
    -ResettableIterator -
    -ResettableListIterator -
    -SortedBag -
    -SortedBidiMap -
    -Transformer -
    -Unmodifiable
    - - - - - - -
    -Classes  - -
    -ArrayStack -
    -BagUtils -
    -BeanMap -
    -BeanMap.MyMapEntry -
    -BinaryHeap -
    -BoundedFifoBuffer -
    -BufferUtils -
    -ClosureUtils -
    -CollectionUtils -
    -ComparatorUtils -
    -CursorableLinkedList -
    -DefaultMapBag -
    -DefaultMapEntry -
    -DoubleOrderedMap -
    -EnumerationUtils -
    -ExtendedProperties -
    -FactoryUtils -
    -FastArrayList -
    -FastHashMap -
    -FastTreeMap -
    -HashBag -
    -IteratorUtils -
    -ListUtils -
    -LRUMap -
    -MapUtils -
    -MultiHashMap -
    -PredicateUtils -
    -ProxyMap -
    -ReferenceMap -
    -SequencedHashMap -
    -SetUtils -
    -StaticBucketMap -
    -SynchronizedPriorityQueue -
    -TransformerUtils -
    -TreeBag -
    -UnboundedFifoBuffer
    - - - - - - -
    -Exceptions  - -
    -BufferOverflowException -
    -BufferUnderflowException -
    -FunctorException
    - - - - + + + + + + + +org.apache.commons.collections (Commons Collections 3.2.1 API) + + + + + + + + + + + +org.apache.commons.collections + + + + +
    +Interfaces  + +
    +Bag +
    +BidiMap +
    +BoundedCollection +
    +BoundedMap +
    +Buffer +
    +Closure +
    +Factory +
    +IterableMap +
    +KeyValue +
    +MapIterator +
    +MultiMap +
    +OrderedBidiMap +
    +OrderedIterator +
    +OrderedMap +
    +OrderedMapIterator +
    +Predicate +
    +PriorityQueue +
    +ResettableIterator +
    +ResettableListIterator +
    +SortedBag +
    +SortedBidiMap +
    +Transformer +
    +Unmodifiable
    + + + + + + +
    +Classes  + +
    +ArrayStack +
    +BagUtils +
    +BeanMap +
    +BeanMap.MyMapEntry +
    +BinaryHeap +
    +BoundedFifoBuffer +
    +BufferUtils +
    +ClosureUtils +
    +CollectionUtils +
    +ComparatorUtils +
    +CursorableLinkedList +
    +DefaultMapBag +
    +DefaultMapEntry +
    +DoubleOrderedMap +
    +EnumerationUtils +
    +ExtendedProperties +
    +FactoryUtils +
    +FastArrayList +
    +FastHashMap +
    +FastTreeMap +
    +HashBag +
    +IteratorUtils +
    +ListUtils +
    +LRUMap +
    +MapUtils +
    +MultiHashMap +
    +PredicateUtils +
    +ProxyMap +
    +ReferenceMap +
    +SequencedHashMap +
    +SetUtils +
    +StaticBucketMap +
    +SynchronizedPriorityQueue +
    +TransformerUtils +
    +TreeBag +
    +UnboundedFifoBuffer
    + + + + + + +
    +Exceptions  + +
    +BufferOverflowException +
    +BufferUnderflowException +
    +FunctorException
    + + + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/package-summary.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/package-summary.html index c274bb8..e7a86d9 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/package-summary.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/package-summary.html @@ -1,472 +1,472 @@ - - - - - - - -org.apache.commons.collections (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package org.apache.commons.collections -

    - -This package contains the interfaces and utilities shared across all the subpackages of this component. -

    -See: -
    -          Description -

    - - - - - - - + + + + + + + +org.apache.commons.collections (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + +
    -Interface Summary
    Bag
    + + + + + + + + + +
    + +
    + + + +


    +

    +Package org.apache.commons.collections +

    + +This package contains the interfaces and utilities shared across all the subpackages of this component. +

    +See: +
    +          Description +

    + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + the collection. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + and retains and provides access to an ordering. + + + + + + + - - - - - - - + iteration through that order. + + + + + + + - - - - - - - - - - - - - - - + test on an object. + + + + + + + + + + + + + + + - - - + its unique representative members. + + + - - - + and retains both keys and values in sorted order. + + + - - - - - -
    +Interface Summary
    Bag Defines a collection that counts the number of times an object appears in - the collection.
    BidiMapDefines a map that allows bidirectional lookup between key and values.
    BoundedCollectionDefines a collection that is bounded in size.
    BoundedMapDefines a map that is bounded in size.
    BufferDefines a collection that allows objects to be removed in some well-defined order.
    ClosureDefines a functor interface implemented by classes that do something.
    FactoryDefines a functor interface implemented by classes that create objects.
    IterableMapDefines a map that can be iterated directly without needing to create an entry set.
    KeyValueDefines a simple key value pair.
    MapIteratorDefines an iterator that operates over a Map.
    MultiMapDefines a map that holds a collection of values against each key.
    OrderedBidiMap
    BidiMapDefines a map that allows bidirectional lookup between key and values.
    BoundedCollectionDefines a collection that is bounded in size.
    BoundedMapDefines a map that is bounded in size.
    BufferDefines a collection that allows objects to be removed in some well-defined order.
    ClosureDefines a functor interface implemented by classes that do something.
    FactoryDefines a functor interface implemented by classes that create objects.
    IterableMapDefines a map that can be iterated directly without needing to create an entry set.
    KeyValueDefines a simple key value pair.
    MapIteratorDefines an iterator that operates over a Map.
    MultiMapDefines a map that holds a collection of values against each key.
    OrderedBidiMap Defines a map that allows bidirectional lookup between key and values - and retains and provides access to an ordering.
    OrderedIteratorDefines an iterator that operates over an ordered collection.
    OrderedMap
    OrderedIteratorDefines an iterator that operates over an ordered collection.
    OrderedMap Defines a map that maintains order and allows both forward and backward - iteration through that order.
    OrderedMapIteratorDefines an iterator that operates over an ordered Map.
    Predicate
    OrderedMapIteratorDefines an iterator that operates over an ordered Map.
    Predicate Defines a functor interface implemented by classes that perform a predicate - test on an object.
    PriorityQueueDeprecated. Replaced by the Buffer interface and implementations in buffer subpackage.
    ResettableIteratorDefines an iterator that can be reset back to an initial state.
    ResettableListIteratorDefines a list iterator that can be reset back to an initial state.
    SortedBag
    PriorityQueueDeprecated. Replaced by the Buffer interface and implementations in buffer subpackage.
    ResettableIteratorDefines an iterator that can be reset back to an initial state.
    ResettableListIteratorDefines a list iterator that can be reset back to an initial state.
    SortedBag Defines a type of Bag that maintains a sorted order among - its unique representative members.
    SortedBidiMap
    SortedBidiMap Defines a map that allows bidirectional lookup between key and values - and retains both keys and values in sorted order.
    Transformer
    Transformer Defines a functor interface implemented by classes that transform one - object into another.
    UnmodifiableMarker interface for collections, maps and iterators that are unmodifiable.
    -  - -

    - - - - - - - + object into another. + + + + + +
    -Class Summary
    ArrayStack
    UnmodifiableMarker interface for collections, maps and iterators that are unmodifiable.
    +  + +

    + + + + + + + - - - + synchronized to protect against multi-threaded access. + + + - - - - - - - - - - - - - - - - - - - - - - - + Bag and SortedBag instances. + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + for the Closure functor interface. + + + + + + + - - - + objects. + + + - - - - - - - - - - - - - - - - - - - + and now returns the cursor from the listIterator method. + + + + + + + + + + + + + + + + + + + - - - + instead of overwriting them. + + + - - - + for the Factory functor interface. + + + - - - + method calls are read-only, instead of structural changes. + + + - - - + method calls are read-only, instead of structural changes. + + + - - - - - - - - - - - - - - - - - - - + method calls are read-only, instead of structural changes. + + + + + + + + + + + + + + + + + + + - - - - - - - + Map and SortedMap instances. + + + + + + + - - - - - - - - - - - - - - - + for the Predicate functor interface. + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - -
    +Class Summary
    ArrayStack An implementation of the Stack API that is based on an ArrayList instead of a Vector, so it is not - synchronized to protect against multi-threaded access.
    BagUtils
    BagUtils Provides utility methods and decorators for - Bag and SortedBag instances.
    BeanMapDeprecated. Identical class now available in commons-beanutils (full jar version).
    BeanMap.MyMapEntryMap entry used by BeanMap.
    BinaryHeapDeprecated. Replaced by PriorityBuffer in buffer subpackage.
    BoundedFifoBufferDeprecated. Moved to buffer subpackage.
    BufferUtilsProvides utility methods and decorators for Buffer instances.
    ClosureUtils
    BeanMapDeprecated. Identical class now available in commons-beanutils (full jar version).
    BeanMap.MyMapEntryMap entry used by BeanMap.
    BinaryHeapDeprecated. Replaced by PriorityBuffer in buffer subpackage.
    BoundedFifoBufferDeprecated. Moved to buffer subpackage.
    BufferUtilsProvides utility methods and decorators for Buffer instances.
    ClosureUtils ClosureUtils provides reference implementations and utilities - for the Closure functor interface.
    CollectionUtilsProvides utility methods and decorators for Collection instances.
    ComparatorUtils
    CollectionUtilsProvides utility methods and decorators for Collection instances.
    ComparatorUtils Provides convenient static utility methods for Comparator - objects.
    CursorableLinkedList
    CursorableLinkedList Deprecated. Use new version in list subpackage, which has been rewritten - and now returns the cursor from the listIterator method.
    DefaultMapBagDeprecated. Moved to bag subpackage as AbstractMapBag.
    DefaultMapEntryDeprecated. Use the version in the keyvalue subpackage.
    DoubleOrderedMapDeprecated. Replaced by TreeBidiMap in bidimap subpackage.
    EnumerationUtilsProvides utility methods for Enumeration instances.
    ExtendedProperties
    DefaultMapBagDeprecated. Moved to bag subpackage as AbstractMapBag.
    DefaultMapEntryDeprecated. Use the version in the keyvalue subpackage.
    DoubleOrderedMapDeprecated. Replaced by TreeBidiMap in bidimap subpackage.
    EnumerationUtilsProvides utility methods for Enumeration instances.
    ExtendedProperties This class extends normal Java properties by adding the possibility to use the same key many times concatenating the value strings - instead of overwriting them.
    FactoryUtils
    FactoryUtils FactoryUtils provides reference implementations and utilities - for the Factory functor interface.
    FastArrayList
    FastArrayList A customized implementation of java.util.ArrayList designed to operate in a multithreaded environment where the large majority of - method calls are read-only, instead of structural changes.
    FastHashMap
    FastHashMap A customized implementation of java.util.HashMap designed to operate in a multithreaded environment where the large majority of - method calls are read-only, instead of structural changes.
    FastTreeMap
    FastTreeMap A customized implementation of java.util.TreeMap designed to operate in a multithreaded environment where the large majority of - method calls are read-only, instead of structural changes.
    HashBagDeprecated. Moved to bag subpackage and rewritten internally.
    IteratorUtilsProvides static utility methods and decorators for Iterator - instances.
    ListUtilsProvides utility methods and decorators for List instances.
    LRUMapDeprecated. Moved to map subpackage.
    MapUtils
    HashBagDeprecated. Moved to bag subpackage and rewritten internally.
    IteratorUtilsProvides static utility methods and decorators for Iterator + instances.
    ListUtilsProvides utility methods and decorators for List instances.
    LRUMapDeprecated. Moved to map subpackage.
    MapUtils Provides utility methods and decorators for - Map and SortedMap instances.
    MultiHashMapDeprecated. Class now available as MultiValueMap in map subpackage.
    PredicateUtils
    MultiHashMapDeprecated. Class now available as MultiValueMap in map subpackage.
    PredicateUtils PredicateUtils provides reference implementations and utilities - for the Predicate functor interface.
    ProxyMapDeprecated. Moved to map subpackage as AbstractMapDecorator.
    ReferenceMapDeprecated. Moved to map subpackage.
    SequencedHashMapDeprecated. Replaced by LinkedMap and ListOrderedMap in map subpackage.
    SetUtils
    ProxyMapDeprecated. Moved to map subpackage as AbstractMapDecorator.
    ReferenceMapDeprecated. Moved to map subpackage.
    SequencedHashMapDeprecated. Replaced by LinkedMap and ListOrderedMap in map subpackage.
    SetUtils Provides utility methods and decorators for - Set and SortedSet instances.
    StaticBucketMapDeprecated. Moved to map subpackage.
    SynchronizedPriorityQueueDeprecated. PriorityQueue is replaced by the Buffer interface, see buffer subpackage.
    TransformerUtilsTransformerUtils provides reference implementations and - utilities for the Transformer functor interface.
    TreeBagDeprecated. Moved to bag subpackage and rewritten internally.
    UnboundedFifoBufferDeprecated. Moved to buffer subpackage.
    -  - -

    - - - - - - - + Set and SortedSet instances. + + + + + + + + + + + + + + + + + + + + + +
    -Exception Summary
    BufferOverflowException
    StaticBucketMapDeprecated. Moved to map subpackage.
    SynchronizedPriorityQueueDeprecated. PriorityQueue is replaced by the Buffer interface, see buffer subpackage.
    TransformerUtilsTransformerUtils provides reference implementations and + utilities for the Transformer functor interface.
    TreeBagDeprecated. Moved to bag subpackage and rewritten internally.
    UnboundedFifoBufferDeprecated. Moved to buffer subpackage.
    +  + +

    + + + + + + + - - - - - - - - - -
    +Exception Summary
    BufferOverflowException The BufferOverflowException is used when the buffer's capacity has been - exceeded.
    BufferUnderflowExceptionThe BufferUnderflowException is used when the buffer is already empty.
    FunctorExceptionRuntime exception thrown from functors.
    -  - -

    -

    -Package org.apache.commons.collections Description -

    - -

    -

    -This package contains the interfaces and utilities shared across all the subpackages of this component. -

    -

    -The following collection implementations are provided in the package: -

      -
    • ArrayStack - a non synchronized Stack that follows the same API as java util Stack -
    • ExtendedProperties - extends the Properties class to add extra functionality -
    -

    -

    - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + exceeded. + + +BufferUnderflowException +The BufferUnderflowException is used when the buffer is already empty. + + +FunctorException +Runtime exception thrown from functors. + + +  + +

    +

    +Package org.apache.commons.collections Description +

    + +

    +

    +This package contains the interfaces and utilities shared across all the subpackages of this component. +

    +

    +The following collection implementations are provided in the package: +

      +
    • ArrayStack - a non synchronized Stack that follows the same API as java util Stack +
    • ExtendedProperties - extends the Properties class to add extra functionality +
    +

    +

    + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/package-tree.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/package-tree.html index 9dfc5ba..a848484 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/package-tree.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/package-tree.html @@ -1,253 +1,253 @@ - - - - - - - -org.apache.commons.collections Class Hierarchy (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package org.apache.commons.collections -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    -
      -
    • java.lang.Object
        -
      • java.util.AbstractCollection (implements java.util.Collection) -
          -
        • java.util.AbstractList (implements java.util.List) -
            -
          • java.util.ArrayList (implements java.lang.Cloneable, java.util.List, java.util.RandomAccess, java.io.Serializable) - -
          -
        • org.apache.commons.collections.BinaryHeap (implements org.apache.commons.collections.Buffer, org.apache.commons.collections.PriorityQueue) -
        • org.apache.commons.collections.BoundedFifoBuffer (implements org.apache.commons.collections.BoundedCollection, org.apache.commons.collections.Buffer) -
        • org.apache.commons.collections.UnboundedFifoBuffer (implements org.apache.commons.collections.Buffer) -
        -
      • org.apache.commons.collections.keyvalue.AbstractKeyValue (implements org.apache.commons.collections.KeyValue) - -
      • java.util.AbstractMap (implements java.util.Map) -
          -
        • org.apache.commons.collections.BeanMap (implements java.lang.Cloneable) -
        • org.apache.commons.collections.DoubleOrderedMap
        • java.util.HashMap (implements java.lang.Cloneable, java.util.Map, java.io.Serializable) - -
        • org.apache.commons.collections.ReferenceMap
        • java.util.TreeMap (implements java.lang.Cloneable, java.io.Serializable, java.util.SortedMap) - -
        -
      • org.apache.commons.collections.BagUtils
      • org.apache.commons.collections.BufferUtils
      • org.apache.commons.collections.ClosureUtils
      • org.apache.commons.collections.CollectionUtils
      • org.apache.commons.collections.ComparatorUtils
      • org.apache.commons.collections.CursorableLinkedList (implements java.util.List, java.io.Serializable) -
      • org.apache.commons.collections.CursorableLinkedList.Cursor (implements java.util.ListIterator) -
      • org.apache.commons.collections.DefaultMapBag (implements org.apache.commons.collections.Bag) -
          -
        • org.apache.commons.collections.HashBag (implements org.apache.commons.collections.Bag) -
        • org.apache.commons.collections.TreeBag (implements org.apache.commons.collections.SortedBag) -
        -
      • org.apache.commons.collections.DefaultMapEntry (implements org.apache.commons.collections.KeyValue, java.util.Map.Entry) -
      • java.util.Dictionary
          -
        • java.util.Hashtable (implements java.lang.Cloneable, java.util.Map, java.io.Serializable) - -
        -
      • org.apache.commons.collections.EnumerationUtils
      • org.apache.commons.collections.FactoryUtils
      • org.apache.commons.collections.IteratorUtils
      • org.apache.commons.collections.ListUtils
      • org.apache.commons.collections.MapUtils
      • org.apache.commons.collections.PredicateUtils
      • org.apache.commons.collections.ProxyMap (implements java.util.Map) -
      • org.apache.commons.collections.SequencedHashMap (implements java.lang.Cloneable, java.io.Externalizable, java.util.Map) -
          -
        • org.apache.commons.collections.LRUMap (implements java.io.Externalizable) -
        -
      • org.apache.commons.collections.SetUtils
      • org.apache.commons.collections.StaticBucketMap (implements java.util.Map) -
      • org.apache.commons.collections.SynchronizedPriorityQueue (implements org.apache.commons.collections.PriorityQueue) -
      • java.lang.Throwable (implements java.io.Serializable) - -
      • org.apache.commons.collections.TransformerUtils
      -
    -

    -Interface Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +org.apache.commons.collections Class Hierarchy (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.collections +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    +
      +
    • java.lang.Object
        +
      • java.util.AbstractCollection (implements java.util.Collection) +
          +
        • java.util.AbstractList (implements java.util.List) +
            +
          • java.util.ArrayList (implements java.lang.Cloneable, java.util.List, java.util.RandomAccess, java.io.Serializable) + +
          +
        • org.apache.commons.collections.BinaryHeap (implements org.apache.commons.collections.Buffer, org.apache.commons.collections.PriorityQueue) +
        • org.apache.commons.collections.BoundedFifoBuffer (implements org.apache.commons.collections.BoundedCollection, org.apache.commons.collections.Buffer) +
        • org.apache.commons.collections.UnboundedFifoBuffer (implements org.apache.commons.collections.Buffer) +
        +
      • org.apache.commons.collections.keyvalue.AbstractKeyValue (implements org.apache.commons.collections.KeyValue) + +
      • java.util.AbstractMap (implements java.util.Map) +
          +
        • org.apache.commons.collections.BeanMap (implements java.lang.Cloneable) +
        • org.apache.commons.collections.DoubleOrderedMap
        • java.util.HashMap (implements java.lang.Cloneable, java.util.Map, java.io.Serializable) + +
        • org.apache.commons.collections.ReferenceMap
        • java.util.TreeMap (implements java.lang.Cloneable, java.io.Serializable, java.util.SortedMap) + +
        +
      • org.apache.commons.collections.BagUtils
      • org.apache.commons.collections.BufferUtils
      • org.apache.commons.collections.ClosureUtils
      • org.apache.commons.collections.CollectionUtils
      • org.apache.commons.collections.ComparatorUtils
      • org.apache.commons.collections.CursorableLinkedList (implements java.util.List, java.io.Serializable) +
      • org.apache.commons.collections.CursorableLinkedList.Cursor (implements java.util.ListIterator) +
      • org.apache.commons.collections.DefaultMapBag (implements org.apache.commons.collections.Bag) +
          +
        • org.apache.commons.collections.HashBag (implements org.apache.commons.collections.Bag) +
        • org.apache.commons.collections.TreeBag (implements org.apache.commons.collections.SortedBag) +
        +
      • org.apache.commons.collections.DefaultMapEntry (implements org.apache.commons.collections.KeyValue, java.util.Map.Entry) +
      • java.util.Dictionary
          +
        • java.util.Hashtable (implements java.lang.Cloneable, java.util.Map, java.io.Serializable) + +
        +
      • org.apache.commons.collections.EnumerationUtils
      • org.apache.commons.collections.FactoryUtils
      • org.apache.commons.collections.IteratorUtils
      • org.apache.commons.collections.ListUtils
      • org.apache.commons.collections.MapUtils
      • org.apache.commons.collections.PredicateUtils
      • org.apache.commons.collections.ProxyMap (implements java.util.Map) +
      • org.apache.commons.collections.SequencedHashMap (implements java.lang.Cloneable, java.io.Externalizable, java.util.Map) +
          +
        • org.apache.commons.collections.LRUMap (implements java.io.Externalizable) +
        +
      • org.apache.commons.collections.SetUtils
      • org.apache.commons.collections.StaticBucketMap (implements java.util.Map) +
      • org.apache.commons.collections.SynchronizedPriorityQueue (implements org.apache.commons.collections.PriorityQueue) +
      • java.lang.Throwable (implements java.io.Serializable) + +
      • org.apache.commons.collections.TransformerUtils
      +
    +

    +Interface Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/package-use.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/package-use.html index 7242add..60ecf05 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/package-use.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/package-use.html @@ -1,906 +1,906 @@ - - - - - - - -Uses of Package org.apache.commons.collections (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    org.apache.commons.collections

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Packages that use org.apache.commons.collections
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces. 
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces. 
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface. 
    org.apache.commons.collections.collection -This package contains implementations of the -Collection interface. 
    org.apache.commons.collections.comparators -This package contains implementations of the -Comparator interface. 
    org.apache.commons.collections.functors -This package contains implementations of the -Closure, -Predicate, -Transformer and -Factory interfaces. 
    org.apache.commons.collections.iterators -This package contains implementations of the -Iterator interface. 
    org.apache.commons.collections.keyvalue -This package contains implementations of collection and map related key/value classes. 
    org.apache.commons.collections.list -This package contains implementations of the -List interface. 
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - - - + + + + +
    -Classes in org.apache.commons.collections used by org.apache.commons.collections
    Bag - -
    + + + + + + + +Uses of Package org.apache.commons.collections (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.collections

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Packages that use org.apache.commons.collections
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component. 
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces. 
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces. 
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface. 
    org.apache.commons.collections.collection +This package contains implementations of the +Collection interface. 
    org.apache.commons.collections.comparators +This package contains implementations of the +Comparator interface. 
    org.apache.commons.collections.functors +This package contains implementations of the +Closure, +Predicate, +Transformer and +Factory interfaces. 
    org.apache.commons.collections.iterators +This package contains implementations of the +Iterator interface. 
    org.apache.commons.collections.keyvalue +This package contains implementations of collection and map related key/value classes. 
    org.apache.commons.collections.list +This package contains implementations of the +List interface. 
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - + + + - - - + + + - -
    +Classes in org.apache.commons.collections used by org.apache.commons.collections
    Bag + +
              Defines a collection that counts the number of times an object appears in - the collection.
    BeanMap - -
    + the collection.
    BeanMap + +
              Deprecated. Identical class now available in commons-beanutils (full jar version). - This version is due to be removed in collections v4.0.
    BidiMap - -
    -          Defines a map that allows bidirectional lookup between key and values.
    BoundedCollection - -
    -          Defines a collection that is bounded in size.
    Buffer - -
    -          Defines a collection that allows objects to be removed in some well-defined order.
    Closure - -
    -          Defines a functor interface implemented by classes that do something.
    CursorableLinkedList.Cursor - -
    -          Deprecated.  
    DefaultMapBag - -
    -          Deprecated. Moved to bag subpackage as AbstractMapBag. Due to be removed in v4.0.
    ExtendedProperties - -
    + This version is due to be removed in collections v4.0.
    BidiMap + +
    +          Defines a map that allows bidirectional lookup between key and values.
    BoundedCollection + +
    +          Defines a collection that is bounded in size.
    Buffer + +
    +          Defines a collection that allows objects to be removed in some well-defined order.
    Closure + +
    +          Defines a functor interface implemented by classes that do something.
    CursorableLinkedList.Cursor + +
    +          Deprecated.  
    DefaultMapBag + +
    +          Deprecated. Moved to bag subpackage as AbstractMapBag. Due to be removed in v4.0.
    ExtendedProperties + +
              This class extends normal Java properties by adding the possibility to use the same key many times concatenating the value strings - instead of overwriting them.
    Factory - -
    -          Defines a functor interface implemented by classes that create objects.
    IterableMap - -
    -          Defines a map that can be iterated directly without needing to create an entry set.
    KeyValue - -
    -          Defines a simple key value pair.
    MapIterator - -
    -          Defines an iterator that operates over a Map.
    MultiMap - -
    -          Defines a map that holds a collection of values against each key.
    OrderedBidiMap - -
    + instead of overwriting them.
    Factory + +
    +          Defines a functor interface implemented by classes that create objects.
    IterableMap + +
    +          Defines a map that can be iterated directly without needing to create an entry set.
    KeyValue + +
    +          Defines a simple key value pair.
    MapIterator + +
    +          Defines an iterator that operates over a Map.
    MultiMap + +
    +          Defines a map that holds a collection of values against each key.
    OrderedBidiMap + +
              Defines a map that allows bidirectional lookup between key and values - and retains and provides access to an ordering.
    OrderedIterator - -
    -          Defines an iterator that operates over an ordered collection.
    OrderedMap - -
    + and retains and provides access to an ordering.
    OrderedIterator + +
    +          Defines an iterator that operates over an ordered collection.
    OrderedMap + +
              Defines a map that maintains order and allows both forward and backward - iteration through that order.
    OrderedMapIterator - -
    -          Defines an iterator that operates over an ordered Map.
    Predicate - -
    + iteration through that order.
    OrderedMapIterator + +
    +          Defines an iterator that operates over an ordered Map.
    Predicate + +
              Defines a functor interface implemented by classes that perform a predicate - test on an object.
    PriorityQueue - -
    + test on an object.
    PriorityQueue + +
              Deprecated. Replaced by the Buffer interface and implementations in buffer subpackage. - Due to be removed in v4.0.
    ResettableIterator - -
    -          Defines an iterator that can be reset back to an initial state.
    ResettableListIterator - -
    -          Defines a list iterator that can be reset back to an initial state.
    SequencedHashMap - -
    -          Deprecated. Replaced by LinkedMap and ListOrderedMap in map subpackage. Due to be removed in v4.0.
    SortedBag - -
    + Due to be removed in v4.0.
    ResettableIterator + +
    +          Defines an iterator that can be reset back to an initial state.
    ResettableListIterator + +
    +          Defines a list iterator that can be reset back to an initial state.
    SequencedHashMap + +
    +          Deprecated. Replaced by LinkedMap and ListOrderedMap in map subpackage. Due to be removed in v4.0.
    SortedBag + +
              Defines a type of Bag that maintains a sorted order among - its unique representative members.
    SortedBidiMap - -
    + its unique representative members.
    SortedBidiMap + +
              Defines a map that allows bidirectional lookup between key and values - and retains both keys and values in sorted order.
    Transformer - -
    + and retains both keys and values in sorted order.
    Transformer + +
              Defines a functor interface implemented by classes that transform one - object into another.
    -  -

    - - - - - - - + +
    -Classes in org.apache.commons.collections used by org.apache.commons.collections.bag
    Bag - -
    + object into another.
    +  +

    + + + + + + + - - - + + + - - - + + + - - - + + + - - - - -
    +Classes in org.apache.commons.collections used by org.apache.commons.collections.bag
    Bag + +
              Defines a collection that counts the number of times an object appears in - the collection.
    Predicate - -
    + the collection.
    Predicate + +
              Defines a functor interface implemented by classes that perform a predicate - test on an object.
    SortedBag - -
    + test on an object.
    SortedBag + +
              Defines a type of Bag that maintains a sorted order among - its unique representative members.
    Transformer - -
    + its unique representative members.
    Transformer + +
              Defines a functor interface implemented by classes that transform one - object into another.
    Unmodifiable - -
    -          Marker interface for collections, maps and iterators that are unmodifiable.
    -  -

    - - - - - - - - - - - - - - - - - - - + + + + +
    -Classes in org.apache.commons.collections used by org.apache.commons.collections.bidimap
    BidiMap - -
    -          Defines a map that allows bidirectional lookup between key and values.
    IterableMap - -
    -          Defines a map that can be iterated directly without needing to create an entry set.
    KeyValue - -
    -          Defines a simple key value pair.
    MapIterator - -
    -          Defines an iterator that operates over a Map.
    OrderedBidiMap - -
    + object into another.
    Unmodifiable + +
    +          Marker interface for collections, maps and iterators that are unmodifiable.
    +  +

    + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - - - - + + + + + + + + + - - - - -
    +Classes in org.apache.commons.collections used by org.apache.commons.collections.bidimap
    BidiMap + +
    +          Defines a map that allows bidirectional lookup between key and values.
    IterableMap + +
    +          Defines a map that can be iterated directly without needing to create an entry set.
    KeyValue + +
    +          Defines a simple key value pair.
    MapIterator + +
    +          Defines an iterator that operates over a Map.
    OrderedBidiMap + +
              Defines a map that allows bidirectional lookup between key and values - and retains and provides access to an ordering.
    OrderedIterator - -
    -          Defines an iterator that operates over an ordered collection.
    OrderedMap - -
    + and retains and provides access to an ordering.
    OrderedIterator + +
    +          Defines an iterator that operates over an ordered collection.
    OrderedMap + +
              Defines a map that maintains order and allows both forward and backward - iteration through that order.
    OrderedMapIterator - -
    -          Defines an iterator that operates over an ordered Map.
    ResettableIterator - -
    -          Defines an iterator that can be reset back to an initial state.
    SortedBidiMap - -
    + iteration through that order.
    OrderedMapIterator + +
    +          Defines an iterator that operates over an ordered Map.
    ResettableIterator + +
    +          Defines an iterator that can be reset back to an initial state.
    SortedBidiMap + +
              Defines a map that allows bidirectional lookup between key and values - and retains both keys and values in sorted order.
    Unmodifiable - -
    -          Marker interface for collections, maps and iterators that are unmodifiable.
    -  -

    - - - - - - - - - - - - - + + + + +
    -Classes in org.apache.commons.collections used by org.apache.commons.collections.buffer
    BoundedCollection - -
    -          Defines a collection that is bounded in size.
    Buffer - -
    -          Defines a collection that allows objects to be removed in some well-defined order.
    Predicate - -
    + and retains both keys and values in sorted order.
    Unmodifiable + +
    +          Marker interface for collections, maps and iterators that are unmodifiable.
    +  +

    + + + + + + + + + + + + + - - - + + + - - - - -
    +Classes in org.apache.commons.collections used by org.apache.commons.collections.buffer
    BoundedCollection + +
    +          Defines a collection that is bounded in size.
    Buffer + +
    +          Defines a collection that allows objects to be removed in some well-defined order.
    Predicate + +
              Defines a functor interface implemented by classes that perform a predicate - test on an object.
    Transformer - -
    + test on an object.
    Transformer + +
              Defines a functor interface implemented by classes that transform one - object into another.
    Unmodifiable - -
    -          Marker interface for collections, maps and iterators that are unmodifiable.
    -  -

    - - - - - - - - - - + + + + +
    -Classes in org.apache.commons.collections used by org.apache.commons.collections.collection
    BoundedCollection - -
    -          Defines a collection that is bounded in size.
    Predicate - -
    + object into another.
    Unmodifiable + +
    +          Marker interface for collections, maps and iterators that are unmodifiable.
    +  +

    + + + + + + + + + + - - - + + + - - - - -
    +Classes in org.apache.commons.collections used by org.apache.commons.collections.collection
    BoundedCollection + +
    +          Defines a collection that is bounded in size.
    Predicate + +
              Defines a functor interface implemented by classes that perform a predicate - test on an object.
    Transformer - -
    + test on an object.
    Transformer + +
              Defines a functor interface implemented by classes that transform one - object into another.
    Unmodifiable - -
    -          Marker interface for collections, maps and iterators that are unmodifiable.
    -  -

    - - - - - - - + + + + +
    -Classes in org.apache.commons.collections used by org.apache.commons.collections.comparators
    Transformer - -
    + object into another.
    Unmodifiable + +
    +          Marker interface for collections, maps and iterators that are unmodifiable.
    +  +

    + + + + + + + - -
    +Classes in org.apache.commons.collections used by org.apache.commons.collections.comparators
    Transformer + +
              Defines a functor interface implemented by classes that transform one - object into another.
    -  -

    - - - - - - - - - - - - - + +
    -Classes in org.apache.commons.collections used by org.apache.commons.collections.functors
    Closure - -
    -          Defines a functor interface implemented by classes that do something.
    Factory - -
    -          Defines a functor interface implemented by classes that create objects.
    Predicate - -
    + object into another.
    +  +

    + + + + + + + + + + + + + - - - + + + - -
    +Classes in org.apache.commons.collections used by org.apache.commons.collections.functors
    Closure + +
    +          Defines a functor interface implemented by classes that do something.
    Factory + +
    +          Defines a functor interface implemented by classes that create objects.
    Predicate + +
              Defines a functor interface implemented by classes that perform a predicate - test on an object.
    Transformer - -
    + test on an object.
    Transformer + +
              Defines a functor interface implemented by classes that transform one - object into another.
    -  -

    - - - - - - - + +
    -Classes in org.apache.commons.collections used by org.apache.commons.collections.iterators
    ArrayStack - -
    + object into another.
    +  +

    + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - -
    +Classes in org.apache.commons.collections used by org.apache.commons.collections.iterators
    ArrayStack + +
              An implementation of the Stack API that is based on an ArrayList instead of a Vector, so it is not - synchronized to protect against multi-threaded access.
    MapIterator - -
    -          Defines an iterator that operates over a Map.
    OrderedIterator - -
    -          Defines an iterator that operates over an ordered collection.
    OrderedMapIterator - -
    -          Defines an iterator that operates over an ordered Map.
    Predicate - -
    + synchronized to protect against multi-threaded access.
    MapIterator + +
    +          Defines an iterator that operates over a Map.
    OrderedIterator + +
    +          Defines an iterator that operates over an ordered collection.
    OrderedMapIterator + +
    +          Defines an iterator that operates over an ordered Map.
    Predicate + +
              Defines a functor interface implemented by classes that perform a predicate - test on an object.
    ResettableIterator - -
    -          Defines an iterator that can be reset back to an initial state.
    ResettableListIterator - -
    -          Defines a list iterator that can be reset back to an initial state.
    Transformer - -
    + test on an object.
    ResettableIterator + +
    +          Defines an iterator that can be reset back to an initial state.
    ResettableListIterator + +
    +          Defines a list iterator that can be reset back to an initial state.
    Transformer + +
              Defines a functor interface implemented by classes that transform one - object into another.
    Unmodifiable - -
    -          Marker interface for collections, maps and iterators that are unmodifiable.
    -  -

    - - - - - - - - - - - -
    -Classes in org.apache.commons.collections used by org.apache.commons.collections.keyvalue
    KeyValue - -
    -          Defines a simple key value pair.
    Unmodifiable - -
    -          Marker interface for collections, maps and iterators that are unmodifiable.
    -  -

    - - - - - - - - - - - - - - - - + + + + +
    -Classes in org.apache.commons.collections used by org.apache.commons.collections.list
    BoundedCollection - -
    -          Defines a collection that is bounded in size.
    Factory - -
    -          Defines a functor interface implemented by classes that create objects.
    OrderedIterator - -
    -          Defines an iterator that operates over an ordered collection.
    Predicate - -
    + object into another.
    Unmodifiable + +
    +          Marker interface for collections, maps and iterators that are unmodifiable.
    +  +

    + + + + + + + + + + + +
    +Classes in org.apache.commons.collections used by org.apache.commons.collections.keyvalue
    KeyValue + +
    +          Defines a simple key value pair.
    Unmodifiable + +
    +          Marker interface for collections, maps and iterators that are unmodifiable.
    +  +

    + + + + + + + + + + + + + + + + - - - + + + - - - - -
    +Classes in org.apache.commons.collections used by org.apache.commons.collections.list
    BoundedCollection + +
    +          Defines a collection that is bounded in size.
    Factory + +
    +          Defines a functor interface implemented by classes that create objects.
    OrderedIterator + +
    +          Defines an iterator that operates over an ordered collection.
    Predicate + +
              Defines a functor interface implemented by classes that perform a predicate - test on an object.
    Transformer - -
    + test on an object.
    Transformer + +
              Defines a functor interface implemented by classes that transform one - object into another.
    Unmodifiable - -
    -          Marker interface for collections, maps and iterators that are unmodifiable.
    -  -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
    -Classes in org.apache.commons.collections used by org.apache.commons.collections.map
    BoundedMap - -
    -          Defines a map that is bounded in size.
    Factory - -
    -          Defines a functor interface implemented by classes that create objects.
    IterableMap - -
    -          Defines a map that can be iterated directly without needing to create an entry set.
    KeyValue - -
    -          Defines a simple key value pair.
    MapIterator - -
    -          Defines an iterator that operates over a Map.
    MultiMap - -
    -          Defines a map that holds a collection of values against each key.
    OrderedIterator - -
    -          Defines an iterator that operates over an ordered collection.
    OrderedMap - -
    + object into another.
    Unmodifiable + +
    +          Marker interface for collections, maps and iterators that are unmodifiable.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - -
    +Classes in org.apache.commons.collections used by org.apache.commons.collections.map
    BoundedMap + +
    +          Defines a map that is bounded in size.
    Factory + +
    +          Defines a functor interface implemented by classes that create objects.
    IterableMap + +
    +          Defines a map that can be iterated directly without needing to create an entry set.
    KeyValue + +
    +          Defines a simple key value pair.
    MapIterator + +
    +          Defines an iterator that operates over a Map.
    MultiMap + +
    +          Defines a map that holds a collection of values against each key.
    OrderedIterator + +
    +          Defines an iterator that operates over an ordered collection.
    OrderedMap + +
              Defines a map that maintains order and allows both forward and backward - iteration through that order.
    OrderedMapIterator - -
    -          Defines an iterator that operates over an ordered Map.
    Predicate - -
    + iteration through that order.
    OrderedMapIterator + +
    +          Defines an iterator that operates over an ordered Map.
    Predicate + +
              Defines a functor interface implemented by classes that perform a predicate - test on an object.
    ResettableIterator - -
    -          Defines an iterator that can be reset back to an initial state.
    Transformer - -
    + test on an object.
    ResettableIterator + +
    +          Defines an iterator that can be reset back to an initial state.
    Transformer + +
              Defines a functor interface implemented by classes that transform one - object into another.
    Unmodifiable - -
    -          Marker interface for collections, maps and iterators that are unmodifiable.
    -  -

    - - - - - - - + + + + +
    -Classes in org.apache.commons.collections used by org.apache.commons.collections.set
    Predicate - -
    + object into another.
    Unmodifiable + +
    +          Marker interface for collections, maps and iterators that are unmodifiable.
    +  +

    + + + + + + + - - - + + + - - - - -
    +Classes in org.apache.commons.collections used by org.apache.commons.collections.set
    Predicate + +
              Defines a functor interface implemented by classes that perform a predicate - test on an object.
    Transformer - -
    + test on an object.
    Transformer + +
              Defines a functor interface implemented by classes that transform one - object into another.
    Unmodifiable - -
    -          Marker interface for collections, maps and iterators that are unmodifiable.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + object into another.
    Unmodifiable + +
    +          Marker interface for collections, maps and iterators that are unmodifiable.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/AbstractSerializableSetDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/AbstractSerializableSetDecorator.html index b7e844c..b0b3a5c 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/AbstractSerializableSetDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/AbstractSerializableSetDecorator.html @@ -1,289 +1,289 @@ - - - - - - - -AbstractSerializableSetDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.set -
    -Class AbstractSerializableSetDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.set.AbstractSetDecorator
    -          extended by org.apache.commons.collections.set.AbstractSerializableSetDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set
    -
    -
    -
    Direct Known Subclasses:
    ListOrderedSet, UnmodifiableSet
    -
    -
    -
    -
    public abstract class AbstractSerializableSetDecorator
    extends AbstractSetDecorator
    implements java.io.Serializable
    - - -

    -Serializable subclass of AbstractSetDecorator. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractSerializableSetDecorator(java.util.Set set) - -
    -          Constructor.
    -  - - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.set.AbstractSetDecorator
    getSet
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractSerializableSetDecorator

    -
    -protected AbstractSerializableSetDecorator(java.util.Set set)
    -
    -
    Constructor. -

    -

    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +AbstractSerializableSetDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.collections.set +
    +Class AbstractSerializableSetDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.set.AbstractSetDecorator
    +          extended by org.apache.commons.collections.set.AbstractSerializableSetDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set
    +
    +
    +
    Direct Known Subclasses:
    ListOrderedSet, UnmodifiableSet
    +
    +
    +
    +
    public abstract class AbstractSerializableSetDecorator
    extends AbstractSetDecorator
    implements java.io.Serializable
    + + +

    +Serializable subclass of AbstractSetDecorator. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractSerializableSetDecorator(java.util.Set set) + +
    +          Constructor.
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.set.AbstractSetDecorator
    getSet
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractSerializableSetDecorator

    +
    +protected AbstractSerializableSetDecorator(java.util.Set set)
    +
    +
    Constructor. +

    +

    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/AbstractSetDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/AbstractSetDecorator.html index 20c46e6..c112c24 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/AbstractSetDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/AbstractSetDecorator.html @@ -1,343 +1,343 @@ - - - - - - - -AbstractSetDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.set -
    -Class AbstractSetDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.set.AbstractSetDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set
    -
    -
    -
    Direct Known Subclasses:
    AbstractSerializableSetDecorator, AbstractSortedSetDecorator, UnmodifiableEntrySet
    -
    -
    -
    -
    public abstract class AbstractSetDecorator
    extends AbstractCollectionDecorator
    implements java.util.Set
    - - -

    + + + + + + + +AbstractSetDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.set +
    +Class AbstractSetDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.set.AbstractSetDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set
    +
    +
    +
    Direct Known Subclasses:
    AbstractSerializableSetDecorator, AbstractSortedSetDecorator, UnmodifiableEntrySet
    +
    +
    +
    +
    public abstract class AbstractSetDecorator
    extends AbstractCollectionDecorator
    implements java.util.Set
    + + +

    Decorates another Set to provide additional behaviour.

    - Methods are forwarded directly to the decorated set. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractSetDecorator() - -
    -          Constructor only used in deserialization, do not use otherwise.
    -protected AbstractSetDecorator(java.util.Set set) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - -
    -Method Summary
    -protected  java.util.SetgetSet() - -
    -          Gets the set being decorated.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractSetDecorator

    -
    -protected AbstractSetDecorator()
    -
    -
    Constructor only used in deserialization, do not use otherwise. -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -

    -AbstractSetDecorator

    -
    -protected AbstractSetDecorator(java.util.Set set)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    set - the set to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getSet

    -
    -protected java.util.Set getSet()
    -
    -
    Gets the set being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated set
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Methods are forwarded directly to the decorated set. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractSetDecorator() + +
    +          Constructor only used in deserialization, do not use otherwise.
    +protected AbstractSetDecorator(java.util.Set set) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + +
    +Method Summary
    +protected  java.util.SetgetSet() + +
    +          Gets the set being decorated.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractSetDecorator

    +
    +protected AbstractSetDecorator()
    +
    +
    Constructor only used in deserialization, do not use otherwise. +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +

    +AbstractSetDecorator

    +
    +protected AbstractSetDecorator(java.util.Set set)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    set - the set to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getSet

    +
    +protected java.util.Set getSet()
    +
    +
    Gets the set being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated set
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/AbstractSortedSetDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/AbstractSortedSetDecorator.html index b80d811..bdcde32 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/AbstractSortedSetDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/AbstractSortedSetDecorator.html @@ -1,487 +1,487 @@ - - - - - - - -AbstractSortedSetDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.set -
    -Class AbstractSortedSetDecorator

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.set.AbstractSetDecorator
    -          extended by org.apache.commons.collections.set.AbstractSortedSetDecorator
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set, java.util.SortedSet
    -
    -
    -
    Direct Known Subclasses:
    UnmodifiableSortedSet
    -
    -
    -
    -
    public abstract class AbstractSortedSetDecorator
    extends AbstractSetDecorator
    implements java.util.SortedSet
    - - -

    + + + + + + + +AbstractSortedSetDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.set +
    +Class AbstractSortedSetDecorator

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.set.AbstractSetDecorator
    +          extended by org.apache.commons.collections.set.AbstractSortedSetDecorator
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set, java.util.SortedSet
    +
    +
    +
    Direct Known Subclasses:
    UnmodifiableSortedSet
    +
    +
    +
    +
    public abstract class AbstractSortedSetDecorator
    extends AbstractSetDecorator
    implements java.util.SortedSet
    + + +

    Decorates another SortedSet to provide additional behaviour.

    - Methods are forwarded directly to the decorated set. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected AbstractSortedSetDecorator() - -
    -          Constructor only used in deserialization, do not use otherwise.
    -protected AbstractSortedSetDecorator(java.util.Set set) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.util.Comparatorcomparator() - -
    -           
    - java.lang.Objectfirst() - -
    -           
    -protected  java.util.SortedSetgetSortedSet() - -
    -          Gets the sorted set being decorated.
    - java.util.SortedSetheadSet(java.lang.Object toElement) - -
    -           
    - java.lang.Objectlast() - -
    -           
    - java.util.SortedSetsubSet(java.lang.Object fromElement, - java.lang.Object toElement) - -
    -           
    - java.util.SortedSettailSet(java.lang.Object fromElement) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.set.AbstractSetDecorator
    getSet
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -AbstractSortedSetDecorator

    -
    -protected AbstractSortedSetDecorator()
    -
    -
    Constructor only used in deserialization, do not use otherwise. -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -

    -AbstractSortedSetDecorator

    -
    -protected AbstractSortedSetDecorator(java.util.Set set)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    set - the set to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -getSortedSet

    -
    -protected java.util.SortedSet getSortedSet()
    -
    -
    Gets the sorted set being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated set
    -
    -
    -
    - -

    -subSet

    -
    -public java.util.SortedSet subSet(java.lang.Object fromElement,
    -                                  java.lang.Object toElement)
    -
    -
    -
    Specified by:
    subSet in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -headSet

    -
    -public java.util.SortedSet headSet(java.lang.Object toElement)
    -
    -
    -
    Specified by:
    headSet in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -tailSet

    -
    -public java.util.SortedSet tailSet(java.lang.Object fromElement)
    -
    -
    -
    Specified by:
    tailSet in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -first

    -
    -public java.lang.Object first()
    -
    -
    -
    Specified by:
    first in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -last

    -
    -public java.lang.Object last()
    -
    -
    -
    Specified by:
    last in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    -
    Specified by:
    comparator in interface java.util.SortedSet
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Methods are forwarded directly to the decorated set. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected AbstractSortedSetDecorator() + +
    +          Constructor only used in deserialization, do not use otherwise.
    +protected AbstractSortedSetDecorator(java.util.Set set) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.util.Comparatorcomparator() + +
    +           
    + java.lang.Objectfirst() + +
    +           
    +protected  java.util.SortedSetgetSortedSet() + +
    +          Gets the sorted set being decorated.
    + java.util.SortedSetheadSet(java.lang.Object toElement) + +
    +           
    + java.lang.Objectlast() + +
    +           
    + java.util.SortedSetsubSet(java.lang.Object fromElement, + java.lang.Object toElement) + +
    +           
    + java.util.SortedSettailSet(java.lang.Object fromElement) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.set.AbstractSetDecorator
    getSet
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +AbstractSortedSetDecorator

    +
    +protected AbstractSortedSetDecorator()
    +
    +
    Constructor only used in deserialization, do not use otherwise. +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +

    +AbstractSortedSetDecorator

    +
    +protected AbstractSortedSetDecorator(java.util.Set set)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    set - the set to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getSortedSet

    +
    +protected java.util.SortedSet getSortedSet()
    +
    +
    Gets the sorted set being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated set
    +
    +
    +
    + +

    +subSet

    +
    +public java.util.SortedSet subSet(java.lang.Object fromElement,
    +                                  java.lang.Object toElement)
    +
    +
    +
    Specified by:
    subSet in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +headSet

    +
    +public java.util.SortedSet headSet(java.lang.Object toElement)
    +
    +
    +
    Specified by:
    headSet in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +tailSet

    +
    +public java.util.SortedSet tailSet(java.lang.Object fromElement)
    +
    +
    +
    Specified by:
    tailSet in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +first

    +
    +public java.lang.Object first()
    +
    +
    +
    Specified by:
    first in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +last

    +
    +public java.lang.Object last()
    +
    +
    +
    Specified by:
    last in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    +
    Specified by:
    comparator in interface java.util.SortedSet
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/CompositeSet.SetMutator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/CompositeSet.SetMutator.html index 227333a..576d5a5 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/CompositeSet.SetMutator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/CompositeSet.SetMutator.html @@ -1,169 +1,169 @@ - - - - - - - -CompositeSet.SetMutator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.set -
    -Interface CompositeSet.SetMutator

    -
    -
    All Superinterfaces:
    CompositeCollection.CollectionMutator
    -
    -
    -
    Enclosing class:
    CompositeSet
    -
    -
    -
    -
    public static interface CompositeSet.SetMutator
    extends CompositeCollection.CollectionMutator
    - - -

    + + + + + + + +CompositeSet.SetMutator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.set +
    +Interface CompositeSet.SetMutator

    +
    +
    All Superinterfaces:
    CompositeCollection.CollectionMutator
    +
    +
    +
    Enclosing class:
    CompositeSet
    +
    +
    +
    +
    public static interface CompositeSet.SetMutator
    extends CompositeCollection.CollectionMutator
    + + +

    Define callbacks for mutation operations.

    Defining remove() on implementations of SetMutator is pointless - as they are never called by CompositeSet. -

    - -

    -


    - -

    - - - - - - - - - - - + +
    -Method Summary
    - voidresolveCollision(CompositeSet comp, - java.util.Set existing, - java.util.Set added, - java.util.Collection intersects) - -
    + as they are never called by CompositeSet. +

    + +

    +


    + +

    + + + + + + + + + + + - -
    +Method Summary
    + voidresolveCollision(CompositeSet comp, + java.util.Set existing, + java.util.Set added, + java.util.Collection intersects) + +
               Called when a Set is added to the CompositeSet and there is a - collision between existing and added sets.
    - - - - - - - -
    Methods inherited from interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator
    add, addAll, remove
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -resolveCollision

    -
    -void resolveCollision(CompositeSet comp,
    -                      java.util.Set existing,
    -                      java.util.Set added,
    -                      java.util.Collection intersects)
    -
    + collision between existing and added sets.
    + + + + + + + +
    Methods inherited from interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator
    add, addAll, remove
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +resolveCollision

    +
    +void resolveCollision(CompositeSet comp,
    +                      java.util.Set existing,
    +                      java.util.Set added,
    +                      java.util.Collection intersects)
    +

    Called when a Set is added to the CompositeSet and there is a collision between existing and added sets. @@ -171,76 +171,76 @@ void resolveCollision( - - - - - - - - - - - - - - - -
    - -
    - - - -


    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - +

    +

    +

    +
    +
    +
    +
    Parameters:
    comp - The CompositeSet being modified
    existing - The Set already existing in the composite
    added - the Set being added to the composite
    intersects - the intersection of th existing and added sets
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/CompositeSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/CompositeSet.html index 94ab4bc..52dac60 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/CompositeSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/CompositeSet.html @@ -1,534 +1,534 @@ - - - - - - - -CompositeSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.set -
    -Class CompositeSet

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.CompositeCollection
    -      extended by org.apache.commons.collections.set.CompositeSet
    -
    -
    -
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set
    -
    -
    -
    -
    public class CompositeSet
    extends CompositeCollection
    implements java.util.Set
    - - -

    + + + + + + + +CompositeSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.set +
    +Class CompositeSet

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.CompositeCollection
    +      extended by org.apache.commons.collections.set.CompositeSet
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Iterable, java.util.Collection, java.util.Set
    +
    +
    +
    +
    public class CompositeSet
    extends CompositeCollection
    implements java.util.Set
    + + +

    Decorates a set of other sets to provide a single unified view.

    Changes made to this set will actually be made on the decorated set. Add operations require the use of a pluggable strategy. - If no strategy is provided then add is unsupported. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Brian McCallister
    -
    -
    - -

    - - - - - - - - - - - -
    -Nested Class Summary
    -static interfaceCompositeSet.SetMutator - -
    -          Define callbacks for mutation operations.
    - - - - - - - -
    Nested classes/interfaces inherited from class org.apache.commons.collections.collection.CompositeCollection
    CompositeCollection.CollectionMutator
    -  - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.CompositeCollection
    all, mutator
    -  - - - - - - - - - - - - - - - - -
    -Constructor Summary
    CompositeSet() - -
    -          Create an empty CompositeSet
    CompositeSet(java.util.Set set) - -
    -          Create a CompositeSet with just set composited
    CompositeSet(java.util.Set[] sets) - -
    -          Create a composite set with sets as the initial set of composited Sets
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +
    -Method Summary
    - voidaddComposited(java.util.Collection c) - -
    -          Add a Set to this composite
    - voidaddComposited(java.util.Collection[] comps) - -
    -          Add an array of sets to this composite
    - voidaddComposited(java.util.Collection c, - java.util.Collection d) - -
    -          Add two sets to this composite
    - booleanequals(java.lang.Object obj) - -
    -           
    - inthashCode() - -
    -           
    - booleanremove(java.lang.Object obj) - -
    + If no strategy is provided then add is unsupported. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Brian McCallister
    +
    +
    + +

    + + + + + + + + + + + +
    +Nested Class Summary
    +static interfaceCompositeSet.SetMutator + +
    +          Define callbacks for mutation operations.
    + + + + + + + +
    Nested classes/interfaces inherited from class org.apache.commons.collections.collection.CompositeCollection
    CompositeCollection.CollectionMutator
    +  + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.CompositeCollection
    all, mutator
    +  + + + + + + + + + + + + + + + + +
    +Constructor Summary
    CompositeSet() + +
    +          Create an empty CompositeSet
    CompositeSet(java.util.Set set) + +
    +          Create a CompositeSet with just set composited
    CompositeSet(java.util.Set[] sets) + +
    +          Create a composite set with sets as the initial set of composited Sets
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - -
    +Method Summary
    + voidaddComposited(java.util.Collection c) + +
    +          Add a Set to this composite
    + voidaddComposited(java.util.Collection[] comps) + +
    +          Add an array of sets to this composite
    + voidaddComposited(java.util.Collection c, + java.util.Collection d) + +
    +          Add two sets to this composite
    + booleanequals(java.lang.Object obj) + +
    +           
    + inthashCode() + +
    +           
    + booleanremove(java.lang.Object obj) + +
              If a CollectionMutator is defined for this CompositeSet then this - method will be called anyway.
    - voidsetMutator(CompositeCollection.CollectionMutator mutator) - -
    + method will be called anyway.
    + voidsetMutator(CompositeCollection.CollectionMutator mutator) + +
              This can receive either a CompositeCollection.CollectionMutator - or a CompositeSet.SetMutator.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.CompositeCollection
    add, addAll, clear, contains, containsAll, getCollections, isEmpty, iterator, removeAll, removeComposited, retainAll, size, toArray, toArray, toCollection
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, isEmpty, iterator, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -CompositeSet

    -
    -public CompositeSet()
    -
    -
    Create an empty CompositeSet -

    -

    -
    - -

    -CompositeSet

    -
    -public CompositeSet(java.util.Set set)
    -
    -
    Create a CompositeSet with just set composited -

    -

    -
    Parameters:
    set - The initial set in the composite
    -
    -
    - -

    -CompositeSet

    -
    -public CompositeSet(java.util.Set[] sets)
    -
    -
    Create a composite set with sets as the initial set of composited Sets -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -addComposited

    -
    -public void addComposited(java.util.Collection c)
    -
    -
    Add a Set to this composite -

    -

    -
    Overrides:
    addComposited in class CompositeCollection
    -
    -
    -
    Parameters:
    c - Must implement Set -
    Throws: + or a CompositeSet.SetMutator.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.CompositeCollection
    add, addAll, clear, contains, containsAll, getCollections, isEmpty, iterator, removeAll, removeComposited, retainAll, size, toArray, toArray, toCollection
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, isEmpty, iterator, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +CompositeSet

    +
    +public CompositeSet()
    +
    +
    Create an empty CompositeSet +

    +

    +
    + +

    +CompositeSet

    +
    +public CompositeSet(java.util.Set set)
    +
    +
    Create a CompositeSet with just set composited +

    +

    +
    Parameters:
    set - The initial set in the composite
    +
    +
    + +

    +CompositeSet

    +
    +public CompositeSet(java.util.Set[] sets)
    +
    +
    Create a composite set with sets as the initial set of composited Sets +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +addComposited

    +
    +public void addComposited(java.util.Collection c)
    +
    +
    Add a Set to this composite +

    +

    +
    Overrides:
    addComposited in class CompositeCollection
    +
    +
    +
    Parameters:
    c - Must implement Set +
    Throws:
    java.lang.IllegalArgumentException - if c does not implement java.util.Set - or if a SetMutator is set, but fails to resolve a collision + or if a SetMutator is set, but fails to resolve a collision
    java.lang.UnsupportedOperationException - if there is no SetMutator set, or - a CollectionMutator is set instead of a SetMutator
    See Also:
    CompositeCollection.CollectionMutator, -CompositeSet.SetMutator
    -
    -
    -
    - -

    -addComposited

    -
    -public void addComposited(java.util.Collection c,
    -                          java.util.Collection d)
    -
    -
    Add two sets to this composite -

    -

    -
    Overrides:
    addComposited in class CompositeCollection
    -
    -
    -
    Parameters:
    c - the first collection to add
    d - the second collection to add -
    Throws: -
    java.lang.IllegalArgumentException - if c or d does not implement java.util.Set
    -
    -
    -
    - -

    -addComposited

    -
    -public void addComposited(java.util.Collection[] comps)
    -
    -
    Add an array of sets to this composite -

    -

    -
    Overrides:
    addComposited in class CompositeCollection
    -
    -
    -
    Parameters:
    comps - -
    Throws: -
    java.lang.IllegalArgumentException - if any of the collections in comps do not implement Set
    -
    -
    -
    - -

    -setMutator

    -
    -public void setMutator(CompositeCollection.CollectionMutator mutator)
    -
    + a CollectionMutator is set instead of a SetMutator
    See Also:
    CompositeCollection.CollectionMutator, +CompositeSet.SetMutator
    + + +
    + +

    +addComposited

    +
    +public void addComposited(java.util.Collection c,
    +                          java.util.Collection d)
    +
    +
    Add two sets to this composite +

    +

    +
    Overrides:
    addComposited in class CompositeCollection
    +
    +
    +
    Parameters:
    c - the first collection to add
    d - the second collection to add +
    Throws: +
    java.lang.IllegalArgumentException - if c or d does not implement java.util.Set
    +
    +
    +
    + +

    +addComposited

    +
    +public void addComposited(java.util.Collection[] comps)
    +
    +
    Add an array of sets to this composite +

    +

    +
    Overrides:
    addComposited in class CompositeCollection
    +
    +
    +
    Parameters:
    comps - +
    Throws: +
    java.lang.IllegalArgumentException - if any of the collections in comps do not implement Set
    +
    +
    +
    + +

    +setMutator

    +
    +public void setMutator(CompositeCollection.CollectionMutator mutator)
    +
    This can receive either a CompositeCollection.CollectionMutator or a CompositeSet.SetMutator. If a CompositeCollection.CollectionMutator is used than conflicts when adding composited sets will throw IllegalArgumentException -

    -

    -

    -
    Overrides:
    setMutator in class CompositeCollection
    -
    -
    -
    Parameters:
    mutator - the mutator to use
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object obj)
    -
    +

    +

    +

    +
    Overrides:
    setMutator in class CompositeCollection
    +
    +
    +
    Parameters:
    mutator - the mutator to use
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object obj)
    +
    If a CollectionMutator is defined for this CompositeSet then this - method will be called anyway. -

    -

    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class CompositeCollection
    -
    -
    -
    Parameters:
    obj - Object to be removed -
    Returns:
    true if the object is removed, false otherwise
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    -
    -
    Specified by:
    equals in interface java.util.Collection
    Specified by:
    equals in interface java.util.Set
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    See Also:
    Set.equals(java.lang.Object)
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    -
    Specified by:
    hashCode in interface java.util.Collection
    Specified by:
    hashCode in interface java.util.Set
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    -
    See Also:
    Set.hashCode()
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + method will be called anyway. +

    +

    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class CompositeCollection
    +
    +
    +
    Parameters:
    obj - Object to be removed +
    Returns:
    true if the object is removed, false otherwise
    +
    + +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    +
    Specified by:
    equals in interface java.util.Collection
    Specified by:
    equals in interface java.util.Set
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    See Also:
    Set.equals(java.lang.Object)
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    +
    Specified by:
    hashCode in interface java.util.Collection
    Specified by:
    hashCode in interface java.util.Set
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    +
    See Also:
    Set.hashCode()
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/ListOrderedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/ListOrderedSet.html index 86cface..dedf2c3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/ListOrderedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/ListOrderedSet.html @@ -1,110 +1,110 @@ - - - - - - - -ListOrderedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.set -
    -Class ListOrderedSet

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.set.AbstractSetDecorator
    -          extended by org.apache.commons.collections.set.AbstractSerializableSetDecorator
    -              extended by org.apache.commons.collections.set.ListOrderedSet
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set
    -
    -
    -
    -
    public class ListOrderedSet
    extends AbstractSerializableSetDecorator
    implements java.util.Set
    - - -

    + + + + + + + +ListOrderedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.set +
    +Class ListOrderedSet

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.set.AbstractSetDecorator
    +          extended by org.apache.commons.collections.set.AbstractSerializableSetDecorator
    +              extended by org.apache.commons.collections.set.ListOrderedSet
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set
    +
    +
    +
    +
    public class ListOrderedSet
    extends AbstractSerializableSetDecorator
    implements java.util.Set
    + + +

    Decorates another Set to ensure that the order of addition is retained and used by the iterator.

    @@ -114,738 +114,738 @@ Decorates another Set to ensure that the order of addition

    The ListOrderedSet also has various useful direct methods. These include many from List, such as get(int), remove(int) - and indexOf(int). An unmodifiable List view of + and indexOf(int). An unmodifiable List view of the set can be obtained via asList().

    This class cannot implement the List interface directly as various interface methods (notably equals/hashCode) are incompatable with a set.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Henning P. Schmiedehausen
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - -
    -Field Summary
    -protected  java.util.ListsetOrder - -
    -          Internal list to hold the sequence of objects
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - + + + + + + + + + +
    -Constructor Summary
    - ListOrderedSet() - -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Henning P. Schmiedehausen
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Field Summary
    +protected  java.util.ListsetOrder + +
    +          Internal list to hold the sequence of objects
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + - - - - - - - - - -
    +Constructor Summary
    + ListOrderedSet() + +
              Constructs a new empty ListOrderedSet using - a HashSet and an ArrayList internally.
    -protected ListOrderedSet(java.util.Set set) - -
    -          Constructor that wraps (not copies).
    -protected ListOrderedSet(java.util.Set set, - java.util.List list) - -
    -          Constructor that wraps (not copies) the Set and specifies the list to use.
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidadd(int index, - java.lang.Object object) - -
    -           
    - booleanadd(java.lang.Object object) - -
    -           
    - booleanaddAll(java.util.Collection coll) - -
    -           
    - booleanaddAll(int index, - java.util.Collection coll) - -
    -           
    - java.util.ListasList() - -
    -          Gets an unmodifiable view of the order of the Set.
    - voidclear() - -
    -           
    -static ListOrderedSetdecorate(java.util.List list) - -
    -          Factory method to create an ordered set using the supplied list to retain order.
    -static ListOrderedSetdecorate(java.util.Set set) - -
    -          Factory method to create an ordered set.
    -static ListOrderedSetdecorate(java.util.Set set, - java.util.List list) - -
    -          Factory method to create an ordered set specifying the list and set to use.
    - java.lang.Objectget(int index) - -
    -           
    - intindexOf(java.lang.Object object) - -
    -           
    - java.util.Iteratoriterator() - -
    -           
    - java.lang.Objectremove(int index) - -
    -           
    - booleanremove(java.lang.Object object) - -
    -           
    - booleanremoveAll(java.util.Collection coll) - -
    -           
    - booleanretainAll(java.util.Collection coll) - -
    -           
    - java.lang.Object[]toArray() - -
    -           
    - java.lang.Object[]toArray(java.lang.Object[] a) - -
    -           
    - java.lang.StringtoString() - -
    -          Uses the underlying List's toString so that order is achieved.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.set.AbstractSetDecorator
    getSet
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    contains, containsAll, equals, hashCode, isEmpty, size
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -setOrder

    -
    -protected final java.util.List setOrder
    -
    -
    Internal list to hold the sequence of objects -

    -

    -
    -
    - - - - - - - - -
    -Constructor Detail
    - -

    -ListOrderedSet

    -
    -public ListOrderedSet()
    -
    + a HashSet and an ArrayList internally.
    +protected ListOrderedSet(java.util.Set set) + +
    +          Constructor that wraps (not copies).
    +protected ListOrderedSet(java.util.Set set, + java.util.List list) + +
    +          Constructor that wraps (not copies) the Set and specifies the list to use.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(int index, + java.lang.Object object) + +
    +           
    + booleanadd(java.lang.Object object) + +
    +           
    + booleanaddAll(java.util.Collection coll) + +
    +           
    + booleanaddAll(int index, + java.util.Collection coll) + +
    +           
    + java.util.ListasList() + +
    +          Gets an unmodifiable view of the order of the Set.
    + voidclear() + +
    +           
    +static ListOrderedSetdecorate(java.util.List list) + +
    +          Factory method to create an ordered set using the supplied list to retain order.
    +static ListOrderedSetdecorate(java.util.Set set) + +
    +          Factory method to create an ordered set.
    +static ListOrderedSetdecorate(java.util.Set set, + java.util.List list) + +
    +          Factory method to create an ordered set specifying the list and set to use.
    + java.lang.Objectget(int index) + +
    +           
    + intindexOf(java.lang.Object object) + +
    +           
    + java.util.Iteratoriterator() + +
    +           
    + java.lang.Objectremove(int index) + +
    +           
    + booleanremove(java.lang.Object object) + +
    +           
    + booleanremoveAll(java.util.Collection coll) + +
    +           
    + booleanretainAll(java.util.Collection coll) + +
    +           
    + java.lang.Object[]toArray() + +
    +           
    + java.lang.Object[]toArray(java.lang.Object[] a) + +
    +           
    + java.lang.StringtoString() + +
    +          Uses the underlying List's toString so that order is achieved.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.set.AbstractSetDecorator
    getSet
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    contains, containsAll, equals, hashCode, isEmpty, size
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +setOrder

    +
    +protected final java.util.List setOrder
    +
    +
    Internal list to hold the sequence of objects +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ListOrderedSet

    +
    +public ListOrderedSet()
    +
    Constructs a new empty ListOrderedSet using - a HashSet and an ArrayList internally. -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    - -

    -ListOrderedSet

    -
    -protected ListOrderedSet(java.util.Set set)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    set - the set to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set is null
    -
    -
    - -

    -ListOrderedSet

    -
    -protected ListOrderedSet(java.util.Set set,
    -                         java.util.List list)
    -
    + a HashSet and an ArrayList internally. +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    + +

    +ListOrderedSet

    +
    +protected ListOrderedSet(java.util.Set set)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    set - the set to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set is null
    +
    +
    + +

    +ListOrderedSet

    +
    +protected ListOrderedSet(java.util.Set set,
    +                         java.util.List list)
    +
    Constructor that wraps (not copies) the Set and specifies the list to use.

    - The set and list must both be correctly initialised to the same elements. -

    -

    -
    Parameters:
    set - the set to decorate, must not be null
    list - the list to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set or list is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static ListOrderedSet decorate(java.util.Set set,
    -                                      java.util.List list)
    -
    + The set and list must both be correctly initialised to the same elements. +

    +

    +
    Parameters:
    set - the set to decorate, must not be null
    list - the list to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set or list is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static ListOrderedSet decorate(java.util.Set set,
    +                                      java.util.List list)
    +
    Factory method to create an ordered set specifying the list and set to use.

    - The list and set must both be empty. -

    -

    -
    -
    -
    -
    Parameters:
    set - the set to decorate, must be empty and not null
    list - the list to decorate, must be empty and not null -
    Throws: -
    java.lang.IllegalArgumentException - if set or list is null -
    java.lang.IllegalArgumentException - if either the set or list is not empty
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    - -

    -decorate

    -
    -public static ListOrderedSet decorate(java.util.Set set)
    -
    + The list and set must both be empty. +

    +

    +
    +
    +
    +
    Parameters:
    set - the set to decorate, must be empty and not null
    list - the list to decorate, must be empty and not null +
    Throws: +
    java.lang.IllegalArgumentException - if set or list is null +
    java.lang.IllegalArgumentException - if either the set or list is not empty
    Since:
    +
    Commons Collections 3.1
    +
    +
    +
    +
    + +

    +decorate

    +
    +public static ListOrderedSet decorate(java.util.Set set)
    +
    Factory method to create an ordered set.

    - An ArrayList is used to retain order. -

    -

    -
    -
    -
    -
    Parameters:
    set - the set to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set is null
    -
    -
    -
    - -

    -decorate

    -
    -public static ListOrderedSet decorate(java.util.List list)
    -
    + An ArrayList is used to retain order. +

    +

    +
    +
    +
    +
    Parameters:
    set - the set to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set is null
    +
    +
    +
    + +

    +decorate

    +
    +public static ListOrderedSet decorate(java.util.List list)
    +
    Factory method to create an ordered set using the supplied list to retain order.

    A HashSet is used for the set behaviour.

    NOTE: If the list contains duplicates, the duplicates are removed, - altering the specified list. -

    -

    -
    -
    -
    -
    Parameters:
    list - the list to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if list is null
    -
    -
    -
    - -

    -asList

    -
    -public java.util.List asList()
    -
    -
    Gets an unmodifiable view of the order of the Set. -

    -

    -
    -
    -
    - -
    Returns:
    an unmodifiable list view
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.Set
    Overrides:
    clear in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Overrides:
    iterator in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.Set
    Overrides:
    add in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.Set
    Overrides:
    addAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.Set
    Overrides:
    removeAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.Set
    Overrides:
    retainAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray()
    -
    -
    -
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.Set
    Overrides:
    toArray in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray(java.lang.Object[] a)
    -
    -
    -
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.Set
    Overrides:
    toArray in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -get

    -
    -public java.lang.Object get(int index)
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -indexOf

    -
    -public int indexOf(java.lang.Object object)
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public void add(int index,
    -                java.lang.Object object)
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(int index,
    -                      java.util.Collection coll)
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public java.lang.Object remove(int index)
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public java.lang.String toString()
    -
    -
    Uses the underlying List's toString so that order is achieved. - This means that the decorated Set's toString is not used, so - any custom toStrings will be ignored. -

    -

    -
    Overrides:
    toString in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + altering the specified list. +

    +

    +
    +
    +
    +
    Parameters:
    list - the list to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if list is null
    +
    + +
    + +

    +asList

    +
    +public java.util.List asList()
    +
    +
    Gets an unmodifiable view of the order of the Set. +

    +

    +
    +
    +
    + +
    Returns:
    an unmodifiable list view
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.Set
    Overrides:
    clear in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Overrides:
    iterator in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.Set
    Overrides:
    add in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.Set
    Overrides:
    addAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.Set
    Overrides:
    removeAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.Set
    Overrides:
    retainAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray()
    +
    +
    +
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.Set
    Overrides:
    toArray in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray(java.lang.Object[] a)
    +
    +
    +
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.Set
    Overrides:
    toArray in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +get

    +
    +public java.lang.Object get(int index)
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(java.lang.Object object)
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(int index,
    +                java.lang.Object object)
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(int index,
    +                      java.util.Collection coll)
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public java.lang.Object remove(int index)
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Uses the underlying List's toString so that order is achieved. + This means that the decorated Set's toString is not used, so + any custom toStrings will be ignored. +

    +

    +
    Overrides:
    toString in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/MapBackedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/MapBackedSet.html index 351189d..e538b28 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/MapBackedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/MapBackedSet.html @@ -1,107 +1,107 @@ - - - - - - - -MapBackedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.set -
    -Class MapBackedSet

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.set.MapBackedSet
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set
    -
    -
    -
    -
    public final class MapBackedSet
    extends java.lang.Object
    implements java.util.Set, java.io.Serializable
    - - -

    + + + + + + + +MapBackedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.set +
    +Class MapBackedSet

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.set.MapBackedSet
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set
    +
    +
    +
    +
    public final class MapBackedSet
    extends java.lang.Object
    implements java.util.Set, java.io.Serializable
    + + +

    Decorates a Map to obtain Set behaviour.

    This class is used to create a Set with the same properties as @@ -109,554 +109,554 @@ Decorates a Map to obtain Set behaviour. ReferenceMap in an instance of this class.

    Most map implementation can be used to create a set by passing in dummy values. - Exceptions include BidiMap implementations, as they require unique values. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.1
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - - - - - - - - - -
    -Field Summary
    -protected  java.lang.ObjectdummyValue - -
    -          The dummyValue to use
    -protected  java.util.Mapmap - -
    -          The map being used as the backing store
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanadd(java.lang.Object obj) - -
    -           
    - booleanaddAll(java.util.Collection coll) - -
    -           
    - voidclear() - -
    -           
    - booleancontains(java.lang.Object obj) - -
    -           
    - booleancontainsAll(java.util.Collection coll) - -
    -           
    -static java.util.Setdecorate(java.util.Map map) - -
    -          Factory method to create a set from a map.
    -static java.util.Setdecorate(java.util.Map map, - java.lang.Object dummyValue) - -
    -          Factory method to create a set from a map.
    - booleanequals(java.lang.Object obj) - -
    -           
    - inthashCode() - -
    -           
    - booleanisEmpty() - -
    -           
    - java.util.Iteratoriterator() - -
    -           
    - booleanremove(java.lang.Object obj) - -
    -           
    - booleanremoveAll(java.util.Collection coll) - -
    -           
    - booleanretainAll(java.util.Collection coll) - -
    -           
    - intsize() - -
    -           
    - java.lang.Object[]toArray() - -
    -           
    - java.lang.Object[]toArray(java.lang.Object[] array) - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Field Detail
    - -

    -map

    -
    -protected final java.util.Map map
    -
    -
    The map being used as the backing store -

    -

    -
    -
    -
    - -

    -dummyValue

    -
    -protected final java.lang.Object dummyValue
    -
    -
    The dummyValue to use -

    -

    -
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Set decorate(java.util.Map map)
    -
    -
    Factory method to create a set from a map. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set is null
    -
    -
    -
    - -

    -decorate

    -
    -public static java.util.Set decorate(java.util.Map map,
    -                                     java.lang.Object dummyValue)
    -
    -
    Factory method to create a set from a map. -

    -

    -
    -
    -
    -
    Parameters:
    map - the map to decorate, must not be null
    dummyValue - the dummy value to use -
    Throws: -
    java.lang.IllegalArgumentException - if map is null
    -
    -
    -
    - -

    -size

    -
    -public int size()
    -
    -
    -
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface java.util.Set
    -
    -
    -
    -
    -
    -
    - -

    -isEmpty

    -
    -public boolean isEmpty()
    -
    -
    -
    Specified by:
    isEmpty in interface java.util.Collection
    Specified by:
    isEmpty in interface java.util.Set
    -
    -
    -
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    -
    -
    -
    -
    -
    -
    - -

    -contains

    -
    -public boolean contains(java.lang.Object obj)
    -
    -
    -
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.Set
    -
    -
    -
    -
    -
    -
    - -

    -containsAll

    -
    -public boolean containsAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    containsAll in interface java.util.Collection
    Specified by:
    containsAll in interface java.util.Set
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object obj)
    -
    -
    -
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.Set
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.Set
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object obj)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    -
    -
    -
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.Set
    -
    -
    -
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.Set
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.Set
    -
    -
    -
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray()
    -
    -
    -
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.Set
    -
    -
    -
    -
    -
    -
    - -

    -toArray

    -
    -public java.lang.Object[] toArray(java.lang.Object[] array)
    -
    -
    -
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.Set
    -
    -
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(java.lang.Object obj)
    -
    -
    -
    Specified by:
    equals in interface java.util.Collection
    Specified by:
    equals in interface java.util.Set
    Overrides:
    equals in class java.lang.Object
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    -
    Specified by:
    hashCode in interface java.util.Collection
    Specified by:
    hashCode in interface java.util.Set
    Overrides:
    hashCode in class java.lang.Object
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + Exceptions include BidiMap implementations, as they require unique values. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.1
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  java.lang.ObjectdummyValue + +
    +          The dummyValue to use
    +protected  java.util.Mapmap + +
    +          The map being used as the backing store
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanadd(java.lang.Object obj) + +
    +           
    + booleanaddAll(java.util.Collection coll) + +
    +           
    + voidclear() + +
    +           
    + booleancontains(java.lang.Object obj) + +
    +           
    + booleancontainsAll(java.util.Collection coll) + +
    +           
    +static java.util.Setdecorate(java.util.Map map) + +
    +          Factory method to create a set from a map.
    +static java.util.Setdecorate(java.util.Map map, + java.lang.Object dummyValue) + +
    +          Factory method to create a set from a map.
    + booleanequals(java.lang.Object obj) + +
    +           
    + inthashCode() + +
    +           
    + booleanisEmpty() + +
    +           
    + java.util.Iteratoriterator() + +
    +           
    + booleanremove(java.lang.Object obj) + +
    +           
    + booleanremoveAll(java.util.Collection coll) + +
    +           
    + booleanretainAll(java.util.Collection coll) + +
    +           
    + intsize() + +
    +           
    + java.lang.Object[]toArray() + +
    +           
    + java.lang.Object[]toArray(java.lang.Object[] array) + +
    +           
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +map

    +
    +protected final java.util.Map map
    +
    +
    The map being used as the backing store +

    +

    +
    +
    +
    + +

    +dummyValue

    +
    +protected final java.lang.Object dummyValue
    +
    +
    The dummyValue to use +

    +

    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Set decorate(java.util.Map map)
    +
    +
    Factory method to create a set from a map. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set is null
    +
    +
    +
    + +

    +decorate

    +
    +public static java.util.Set decorate(java.util.Map map,
    +                                     java.lang.Object dummyValue)
    +
    +
    Factory method to create a set from a map. +

    +

    +
    +
    +
    +
    Parameters:
    map - the map to decorate, must not be null
    dummyValue - the dummy value to use +
    Throws: +
    java.lang.IllegalArgumentException - if map is null
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    +
    Specified by:
    size in interface java.util.Collection
    Specified by:
    size in interface java.util.Set
    +
    +
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    +
    Specified by:
    isEmpty in interface java.util.Collection
    Specified by:
    isEmpty in interface java.util.Set
    +
    +
    +
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    +
    +
    +
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(java.lang.Object obj)
    +
    +
    +
    Specified by:
    contains in interface java.util.Collection
    Specified by:
    contains in interface java.util.Set
    +
    +
    +
    +
    +
    +
    + +

    +containsAll

    +
    +public boolean containsAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    containsAll in interface java.util.Collection
    Specified by:
    containsAll in interface java.util.Set
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object obj)
    +
    +
    +
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.Set
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.Set
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object obj)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    +
    +
    +
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.Set
    +
    +
    +
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.Set
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.Set
    +
    +
    +
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray()
    +
    +
    +
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.Set
    +
    +
    +
    +
    +
    +
    + +

    +toArray

    +
    +public java.lang.Object[] toArray(java.lang.Object[] array)
    +
    +
    +
    Specified by:
    toArray in interface java.util.Collection
    Specified by:
    toArray in interface java.util.Set
    +
    +
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    +
    Specified by:
    equals in interface java.util.Collection
    Specified by:
    equals in interface java.util.Set
    Overrides:
    equals in class java.lang.Object
    +
    +
    +
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    +
    Specified by:
    hashCode in interface java.util.Collection
    Specified by:
    hashCode in interface java.util.Set
    Overrides:
    hashCode in class java.lang.Object
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/PredicatedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/PredicatedSet.html index 0936a34..a3389f2 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/PredicatedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/PredicatedSet.html @@ -1,113 +1,113 @@ - - - - - - - -PredicatedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.set -
    -Class PredicatedSet

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    -          extended by org.apache.commons.collections.collection.PredicatedCollection
    -              extended by org.apache.commons.collections.set.PredicatedSet
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set
    -
    -
    -
    Direct Known Subclasses:
    PredicatedSortedSet
    -
    -
    -
    -
    public class PredicatedSet
    extends PredicatedCollection
    implements java.util.Set
    - - -

    + + + + + + + +PredicatedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.set +
    +Class PredicatedSet

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    +          extended by org.apache.commons.collections.collection.PredicatedCollection
    +              extended by org.apache.commons.collections.set.PredicatedSet
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set
    +
    +
    +
    Direct Known Subclasses:
    PredicatedSortedSet
    +
    +
    +
    +
    public class PredicatedSet
    extends PredicatedCollection
    implements java.util.Set
    + + +

    Decorates another Set to validate that all additions match a specified predicate.

    @@ -118,270 +118,270 @@ Decorates another Set to validate that all additions One usage would be to ensure that no null entries are added to the set.

    Set set = PredicatedSet.decorate(new HashSet(), NotNullPredicate.INSTANCE);

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Paul Jack
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.PredicatedCollection
    predicate
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected PredicatedSet(java.util.Set set, - Predicate predicate) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    -static java.util.Setdecorate(java.util.Set set, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) set.
    -protected  java.util.SetgetSet() - -
    -          Gets the set being decorated.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.PredicatedCollection
    add, addAll, decorate, validate
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -PredicatedSet

    -
    -protected PredicatedSet(java.util.Set set,
    -                        Predicate predicate)
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Paul Jack
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.PredicatedCollection
    predicate
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected PredicatedSet(java.util.Set set, + Predicate predicate) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.util.Setdecorate(java.util.Set set, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) set.
    +protected  java.util.SetgetSet() + +
    +          Gets the set being decorated.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.PredicatedCollection
    add, addAll, decorate, validate
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +PredicatedSet

    +
    +protected PredicatedSet(java.util.Set set,
    +                        Predicate predicate)
    +
    Constructor that wraps (not copies).

    If there are any elements already in the set being decorated, they - are validated. -

    -

    -
    Parameters:
    set - the set to decorate, must not be null
    predicate - the predicate to use for validation, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set or predicate is null -
    java.lang.IllegalArgumentException - if the set contains invalid elements
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Set decorate(java.util.Set set,
    -                                     Predicate predicate)
    -
    + are validated. +

    +

    +
    Parameters:
    set - the set to decorate, must not be null
    predicate - the predicate to use for validation, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set or predicate is null +
    java.lang.IllegalArgumentException - if the set contains invalid elements
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Set decorate(java.util.Set set,
    +                                     Predicate predicate)
    +
    Factory method to create a predicated (validating) set.

    If there are any elements already in the set being decorated, they - are validated. -

    -

    -
    -
    -
    -
    Parameters:
    set - the set to decorate, must not be null
    predicate - the predicate to use for validation, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set or predicate is null -
    java.lang.IllegalArgumentException - if the set contains invalid elements
    -
    -
    -
    - -

    -getSet

    -
    -protected java.util.Set getSet()
    -
    -
    Gets the set being decorated. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated set
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are validated. +

    +

    +
    +
    +
    +
    Parameters:
    set - the set to decorate, must not be null
    predicate - the predicate to use for validation, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set or predicate is null +
    java.lang.IllegalArgumentException - if the set contains invalid elements
    +
    +
    +
    + +

    +getSet

    +
    +protected java.util.Set getSet()
    +
    +
    Gets the set being decorated. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated set
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/PredicatedSortedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/PredicatedSortedSet.html index 6369ddb..95d3784 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/PredicatedSortedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/PredicatedSortedSet.html @@ -1,111 +1,111 @@ - - - - - - - -PredicatedSortedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.set -
    -Class PredicatedSortedSet

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    -          extended by org.apache.commons.collections.collection.PredicatedCollection
    -              extended by org.apache.commons.collections.set.PredicatedSet
    -                  extended by org.apache.commons.collections.set.PredicatedSortedSet
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set, java.util.SortedSet
    -
    -
    -
    -
    public class PredicatedSortedSet
    extends PredicatedSet
    implements java.util.SortedSet
    - - -

    + + + + + + + +PredicatedSortedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.set +
    +Class PredicatedSortedSet

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    +          extended by org.apache.commons.collections.collection.PredicatedCollection
    +              extended by org.apache.commons.collections.set.PredicatedSet
    +                  extended by org.apache.commons.collections.set.PredicatedSortedSet
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set, java.util.SortedSet
    +
    +
    +
    +
    public class PredicatedSortedSet
    extends PredicatedSet
    implements java.util.SortedSet
    + + +

    Decorates another SortedSet to validate that all additions match a specified predicate.

    @@ -116,388 +116,388 @@ Decorates another SortedSet to validate that all additions One usage would be to ensure that no null entries are added to the set.

    SortedSet set = PredicatedSortedSet.decorate(new TreeSet(), NotNullPredicate.INSTANCE);

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Paul Jack
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.PredicatedCollection
    predicate
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected PredicatedSortedSet(java.util.SortedSet set, - Predicate predicate) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.util.Comparatorcomparator() - -
    -           
    -static java.util.SortedSetdecorate(java.util.SortedSet set, - Predicate predicate) - -
    -          Factory method to create a predicated (validating) sorted set.
    - java.lang.Objectfirst() - -
    -           
    - java.util.SortedSetheadSet(java.lang.Object toElement) - -
    -           
    - java.lang.Objectlast() - -
    -           
    - java.util.SortedSetsubSet(java.lang.Object fromElement, - java.lang.Object toElement) - -
    -           
    - java.util.SortedSettailSet(java.lang.Object fromElement) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.set.PredicatedSet
    decorate, getSet
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.PredicatedCollection
    add, addAll, decorate, validate
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -PredicatedSortedSet

    -
    -protected PredicatedSortedSet(java.util.SortedSet set,
    -                              Predicate predicate)
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Paul Jack
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.PredicatedCollection
    predicate
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected PredicatedSortedSet(java.util.SortedSet set, + Predicate predicate) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.util.Comparatorcomparator() + +
    +           
    +static java.util.SortedSetdecorate(java.util.SortedSet set, + Predicate predicate) + +
    +          Factory method to create a predicated (validating) sorted set.
    + java.lang.Objectfirst() + +
    +           
    + java.util.SortedSetheadSet(java.lang.Object toElement) + +
    +           
    + java.lang.Objectlast() + +
    +           
    + java.util.SortedSetsubSet(java.lang.Object fromElement, + java.lang.Object toElement) + +
    +           
    + java.util.SortedSettailSet(java.lang.Object fromElement) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.set.PredicatedSet
    decorate, getSet
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.PredicatedCollection
    add, addAll, decorate, validate
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +PredicatedSortedSet

    +
    +protected PredicatedSortedSet(java.util.SortedSet set,
    +                              Predicate predicate)
    +
    Constructor that wraps (not copies).

    If there are any elements already in the set being decorated, they - are validated. -

    -

    -
    Parameters:
    set - the set to decorate, must not be null
    predicate - the predicate to use for validation, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set or predicate is null -
    java.lang.IllegalArgumentException - if the set contains invalid elements
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.SortedSet decorate(java.util.SortedSet set,
    -                                           Predicate predicate)
    -
    + are validated. +

    +

    +
    Parameters:
    set - the set to decorate, must not be null
    predicate - the predicate to use for validation, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set or predicate is null +
    java.lang.IllegalArgumentException - if the set contains invalid elements
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.SortedSet decorate(java.util.SortedSet set,
    +                                           Predicate predicate)
    +
    Factory method to create a predicated (validating) sorted set.

    If there are any elements already in the set being decorated, they - are validated. -

    -

    -
    -
    -
    -
    Parameters:
    set - the set to decorate, must not be null
    predicate - the predicate to use for validation, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set or predicate is null -
    java.lang.IllegalArgumentException - if the set contains invalid elements
    -
    -
    -
    - -

    -subSet

    -
    -public java.util.SortedSet subSet(java.lang.Object fromElement,
    -                                  java.lang.Object toElement)
    -
    -
    -
    Specified by:
    subSet in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -headSet

    -
    -public java.util.SortedSet headSet(java.lang.Object toElement)
    -
    -
    -
    Specified by:
    headSet in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -tailSet

    -
    -public java.util.SortedSet tailSet(java.lang.Object fromElement)
    -
    -
    -
    Specified by:
    tailSet in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -first

    -
    -public java.lang.Object first()
    -
    -
    -
    Specified by:
    first in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -last

    -
    -public java.lang.Object last()
    -
    -
    -
    Specified by:
    last in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    -
    Specified by:
    comparator in interface java.util.SortedSet
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are validated. +

    +

    +
    +
    +
    +
    Parameters:
    set - the set to decorate, must not be null
    predicate - the predicate to use for validation, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set or predicate is null +
    java.lang.IllegalArgumentException - if the set contains invalid elements
    +
    +
    +
    + +

    +subSet

    +
    +public java.util.SortedSet subSet(java.lang.Object fromElement,
    +                                  java.lang.Object toElement)
    +
    +
    +
    Specified by:
    subSet in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +headSet

    +
    +public java.util.SortedSet headSet(java.lang.Object toElement)
    +
    +
    +
    Specified by:
    headSet in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +tailSet

    +
    +public java.util.SortedSet tailSet(java.lang.Object fromElement)
    +
    +
    +
    Specified by:
    tailSet in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +first

    +
    +public java.lang.Object first()
    +
    +
    +
    Specified by:
    first in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +last

    +
    +public java.lang.Object last()
    +
    +
    +
    Specified by:
    last in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    +
    Specified by:
    comparator in interface java.util.SortedSet
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/SynchronizedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/SynchronizedSet.html index c517371..02fe478 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/SynchronizedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/SynchronizedSet.html @@ -1,371 +1,371 @@ - - - - - - - -SynchronizedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.set -
    -Class SynchronizedSet

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.SynchronizedCollection
    -      extended by org.apache.commons.collections.set.SynchronizedSet
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set
    -
    -
    -
    -
    public class SynchronizedSet
    extends SynchronizedCollection
    implements java.util.Set
    - - -

    + + + + + + + +SynchronizedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.set +
    +Class SynchronizedSet

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.SynchronizedCollection
    +      extended by org.apache.commons.collections.set.SynchronizedSet
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set
    +
    +
    +
    +
    public class SynchronizedSet
    extends SynchronizedCollection
    implements java.util.Set
    + + +

    Decorates another Set to synchronize its behaviour for a multi-threaded environment.

    Methods are synchronized, then forwarded to the decorated set.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    collection, lock
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected SynchronizedSet(java.util.Set set) - -
    -          Constructor that wraps (not copies).
    -protected SynchronizedSet(java.util.Set set, - java.lang.Object lock) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - -
    -Method Summary
    -static java.util.Setdecorate(java.util.Set set) - -
    -          Factory method to create a synchronized set.
    -protected  java.util.SetgetSet() - -
    -          Gets the decorated set.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    add, addAll, clear, contains, containsAll, decorate, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -SynchronizedSet

    -
    -protected SynchronizedSet(java.util.Set set)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    set - the set to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set is null
    -
    -
    - -

    -SynchronizedSet

    -
    -protected SynchronizedSet(java.util.Set set,
    -                          java.lang.Object lock)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    set - the set to decorate, must not be null
    lock - the lock object to use, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Set decorate(java.util.Set set)
    -
    -
    Factory method to create a synchronized set. -

    -

    -
    -
    -
    -
    Parameters:
    set - the set to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set is null
    -
    -
    -
    - -

    -getSet

    -
    -protected java.util.Set getSet()
    -
    -
    Gets the decorated set. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated set
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    collection, lock
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected SynchronizedSet(java.util.Set set) + +
    +          Constructor that wraps (not copies).
    +protected SynchronizedSet(java.util.Set set, + java.lang.Object lock) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.util.Setdecorate(java.util.Set set) + +
    +          Factory method to create a synchronized set.
    +protected  java.util.SetgetSet() + +
    +          Gets the decorated set.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    add, addAll, clear, contains, containsAll, decorate, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +SynchronizedSet

    +
    +protected SynchronizedSet(java.util.Set set)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    set - the set to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set is null
    +
    +
    + +

    +SynchronizedSet

    +
    +protected SynchronizedSet(java.util.Set set,
    +                          java.lang.Object lock)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    set - the set to decorate, must not be null
    lock - the lock object to use, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Set decorate(java.util.Set set)
    +
    +
    Factory method to create a synchronized set. +

    +

    +
    +
    +
    +
    Parameters:
    set - the set to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set is null
    +
    +
    +
    + +

    +getSet

    +
    +protected java.util.Set getSet()
    +
    +
    Gets the decorated set. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated set
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/SynchronizedSortedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/SynchronizedSortedSet.html index b9e67f1..00f5a67 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/SynchronizedSortedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/SynchronizedSortedSet.html @@ -1,505 +1,505 @@ - - - - - - - -SynchronizedSortedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.set -
    -Class SynchronizedSortedSet

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.SynchronizedCollection
    -      extended by org.apache.commons.collections.set.SynchronizedSortedSet
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set, java.util.SortedSet
    -
    -
    -
    -
    public class SynchronizedSortedSet
    extends SynchronizedCollection
    implements java.util.SortedSet
    - - -

    + + + + + + + +SynchronizedSortedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.set +
    +Class SynchronizedSortedSet

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.SynchronizedCollection
    +      extended by org.apache.commons.collections.set.SynchronizedSortedSet
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set, java.util.SortedSet
    +
    +
    +
    +
    public class SynchronizedSortedSet
    extends SynchronizedCollection
    implements java.util.SortedSet
    + + +

    Decorates another SortedSet to synchronize its behaviour for a multi-threaded environment.

    Methods are synchronized, then forwarded to the decorated set.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    collection, lock
    -  - - - - - - - - - - - - - - - -
    -Constructor Summary
    -protected SynchronizedSortedSet(java.util.SortedSet set) - -
    -          Constructor that wraps (not copies).
    -protected SynchronizedSortedSet(java.util.SortedSet set, - java.lang.Object lock) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.util.Comparatorcomparator() - -
    -           
    -static java.util.SortedSetdecorate(java.util.SortedSet set) - -
    -          Factory method to create a synchronized set.
    - java.lang.Objectfirst() - -
    -           
    -protected  java.util.SortedSetgetSortedSet() - -
    -          Gets the decorated set.
    - java.util.SortedSetheadSet(java.lang.Object toElement) - -
    -           
    - java.lang.Objectlast() - -
    -           
    - java.util.SortedSetsubSet(java.lang.Object fromElement, - java.lang.Object toElement) - -
    -           
    - java.util.SortedSettailSet(java.lang.Object fromElement) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    add, addAll, clear, contains, containsAll, decorate, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -SynchronizedSortedSet

    -
    -protected SynchronizedSortedSet(java.util.SortedSet set)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    set - the set to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set is null
    -
    -
    - -

    -SynchronizedSortedSet

    -
    -protected SynchronizedSortedSet(java.util.SortedSet set,
    -                                java.lang.Object lock)
    -
    -
    Constructor that wraps (not copies). -

    -

    -
    Parameters:
    set - the set to decorate, must not be null
    lock - the lock object to use, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.SortedSet decorate(java.util.SortedSet set)
    -
    -
    Factory method to create a synchronized set. -

    -

    -
    -
    -
    -
    Parameters:
    set - the set to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set is null
    -
    -
    -
    - -

    -getSortedSet

    -
    -protected java.util.SortedSet getSortedSet()
    -
    -
    Gets the decorated set. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated set
    -
    -
    -
    - -

    -subSet

    -
    -public java.util.SortedSet subSet(java.lang.Object fromElement,
    -                                  java.lang.Object toElement)
    -
    -
    -
    Specified by:
    subSet in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -headSet

    -
    -public java.util.SortedSet headSet(java.lang.Object toElement)
    -
    -
    -
    Specified by:
    headSet in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -tailSet

    -
    -public java.util.SortedSet tailSet(java.lang.Object fromElement)
    -
    -
    -
    Specified by:
    tailSet in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -first

    -
    -public java.lang.Object first()
    -
    -
    -
    Specified by:
    first in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -last

    -
    -public java.lang.Object last()
    -
    -
    -
    Specified by:
    last in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    -
    Specified by:
    comparator in interface java.util.SortedSet
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    collection, lock
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected SynchronizedSortedSet(java.util.SortedSet set) + +
    +          Constructor that wraps (not copies).
    +protected SynchronizedSortedSet(java.util.SortedSet set, + java.lang.Object lock) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.util.Comparatorcomparator() + +
    +           
    +static java.util.SortedSetdecorate(java.util.SortedSet set) + +
    +          Factory method to create a synchronized set.
    + java.lang.Objectfirst() + +
    +           
    +protected  java.util.SortedSetgetSortedSet() + +
    +          Gets the decorated set.
    + java.util.SortedSetheadSet(java.lang.Object toElement) + +
    +           
    + java.lang.Objectlast() + +
    +           
    + java.util.SortedSetsubSet(java.lang.Object fromElement, + java.lang.Object toElement) + +
    +           
    + java.util.SortedSettailSet(java.lang.Object fromElement) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.SynchronizedCollection
    add, addAll, clear, contains, containsAll, decorate, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +SynchronizedSortedSet

    +
    +protected SynchronizedSortedSet(java.util.SortedSet set)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    set - the set to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set is null
    +
    +
    + +

    +SynchronizedSortedSet

    +
    +protected SynchronizedSortedSet(java.util.SortedSet set,
    +                                java.lang.Object lock)
    +
    +
    Constructor that wraps (not copies). +

    +

    +
    Parameters:
    set - the set to decorate, must not be null
    lock - the lock object to use, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.SortedSet decorate(java.util.SortedSet set)
    +
    +
    Factory method to create a synchronized set. +

    +

    +
    +
    +
    +
    Parameters:
    set - the set to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set is null
    +
    +
    +
    + +

    +getSortedSet

    +
    +protected java.util.SortedSet getSortedSet()
    +
    +
    Gets the decorated set. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated set
    +
    +
    +
    + +

    +subSet

    +
    +public java.util.SortedSet subSet(java.lang.Object fromElement,
    +                                  java.lang.Object toElement)
    +
    +
    +
    Specified by:
    subSet in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +headSet

    +
    +public java.util.SortedSet headSet(java.lang.Object toElement)
    +
    +
    +
    Specified by:
    headSet in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +tailSet

    +
    +public java.util.SortedSet tailSet(java.lang.Object fromElement)
    +
    +
    +
    Specified by:
    tailSet in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +first

    +
    +public java.lang.Object first()
    +
    +
    +
    Specified by:
    first in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +last

    +
    +public java.lang.Object last()
    +
    +
    +
    Specified by:
    last in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    +
    Specified by:
    comparator in interface java.util.SortedSet
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/TransformedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/TransformedSet.html index 844ee45..2a1b9a0 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/TransformedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/TransformedSet.html @@ -1,113 +1,113 @@ - - - - - - - -TransformedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.set -
    -Class TransformedSet

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    -          extended by org.apache.commons.collections.collection.TransformedCollection
    -              extended by org.apache.commons.collections.set.TransformedSet
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set
    -
    -
    -
    Direct Known Subclasses:
    TransformedSortedSet
    -
    -
    -
    -
    public class TransformedSet
    extends TransformedCollection
    implements java.util.Set
    - - -

    + + + + + + + +TransformedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.set +
    +Class TransformedSet

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    +          extended by org.apache.commons.collections.collection.TransformedCollection
    +              extended by org.apache.commons.collections.set.TransformedSet
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set
    +
    +
    +
    Direct Known Subclasses:
    TransformedSortedSet
    +
    +
    +
    +
    public class TransformedSet
    extends TransformedCollection
    implements java.util.Set
    + + +

    Decorates another Set to transform objects that are added.

    The add methods are affected by this class. @@ -115,243 +115,243 @@ Decorates another Set to transform objects that are added. For example, if the transformation converts Strings to Integers, you must use the Integer form to remove objects.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.TransformedCollection
    transformer
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected TransformedSet(java.util.Set set, - Transformer transformer) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - -
    -Method Summary
    -static java.util.Setdecorate(java.util.Set set, - Transformer transformer) - -
    -          Factory method to create a transforming set.
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.TransformedCollection
    add, addAll, decorate, transform, transform
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TransformedSet

    -
    -protected TransformedSet(java.util.Set set,
    -                         Transformer transformer)
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.TransformedCollection
    transformer
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected TransformedSet(java.util.Set set, + Transformer transformer) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + +
    +Method Summary
    +static java.util.Setdecorate(java.util.Set set, + Transformer transformer) + +
    +          Factory method to create a transforming set.
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.TransformedCollection
    add, addAll, decorate, transform, transform
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TransformedSet

    +
    +protected TransformedSet(java.util.Set set,
    +                         Transformer transformer)
    +
    Constructor that wraps (not copies).

    If there are any elements already in the set being decorated, they - are NOT transformed. -

    -

    -
    Parameters:
    set - the set to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set or transformer is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Set decorate(java.util.Set set,
    -                                     Transformer transformer)
    -
    + are NOT transformed. +

    +

    +
    Parameters:
    set - the set to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set or transformer is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Set decorate(java.util.Set set,
    +                                     Transformer transformer)
    +
    Factory method to create a transforming set.

    If there are any elements already in the set being decorated, they - are NOT transformed. -

    -

    -
    -
    -
    -
    Parameters:
    set - the set to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set or transformer is null
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are NOT transformed. +

    +

    +
    +
    +
    +
    Parameters:
    set - the set to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set or transformer is null
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/TransformedSortedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/TransformedSortedSet.html index 4f66a2f..4463b00 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/TransformedSortedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/TransformedSortedSet.html @@ -1,111 +1,111 @@ - - - - - - - -TransformedSortedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.set -
    -Class TransformedSortedSet

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    -          extended by org.apache.commons.collections.collection.TransformedCollection
    -              extended by org.apache.commons.collections.set.TransformedSet
    -                  extended by org.apache.commons.collections.set.TransformedSortedSet
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set, java.util.SortedSet
    -
    -
    -
    -
    public class TransformedSortedSet
    extends TransformedSet
    implements java.util.SortedSet
    - - -

    + + + + + + + +TransformedSortedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.set +
    +Class TransformedSortedSet

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
    +          extended by org.apache.commons.collections.collection.TransformedCollection
    +              extended by org.apache.commons.collections.set.TransformedSet
    +                  extended by org.apache.commons.collections.set.TransformedSortedSet
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set, java.util.SortedSet
    +
    +
    +
    +
    public class TransformedSortedSet
    extends TransformedSet
    implements java.util.SortedSet
    + + +

    Decorates another SortedSet to transform objects that are added.

    The add methods are affected by this class. @@ -113,411 +113,411 @@ Decorates another SortedSet to transform objects that are added. For example, if the transformation converts Strings to Integers, you must use the Integer form to remove objects.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.TransformedCollection
    transformer
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - -
    -Constructor Summary
    -protected TransformedSortedSet(java.util.SortedSet set, - Transformer transformer) - -
    -          Constructor that wraps (not copies).
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - java.util.Comparatorcomparator() - -
    -           
    -static java.util.SortedSetdecorate(java.util.SortedSet set, - Transformer transformer) - -
    -          Factory method to create a transforming sorted set.
    - java.lang.Objectfirst() - -
    -           
    -protected  java.util.SortedSetgetSortedSet() - -
    -          Gets the decorated set.
    - java.util.SortedSetheadSet(java.lang.Object toElement) - -
    -           
    - java.lang.Objectlast() - -
    -           
    - java.util.SortedSetsubSet(java.lang.Object fromElement, - java.lang.Object toElement) - -
    -           
    - java.util.SortedSettailSet(java.lang.Object fromElement) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.set.TransformedSet
    decorate
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.TransformedCollection
    add, addAll, decorate, transform, transform
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TransformedSortedSet

    -
    -protected TransformedSortedSet(java.util.SortedSet set,
    -                               Transformer transformer)
    -
    + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.TransformedCollection
    transformer
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected TransformedSortedSet(java.util.SortedSet set, + Transformer transformer) + +
    +          Constructor that wraps (not copies).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.util.Comparatorcomparator() + +
    +           
    +static java.util.SortedSetdecorate(java.util.SortedSet set, + Transformer transformer) + +
    +          Factory method to create a transforming sorted set.
    + java.lang.Objectfirst() + +
    +           
    +protected  java.util.SortedSetgetSortedSet() + +
    +          Gets the decorated set.
    + java.util.SortedSetheadSet(java.lang.Object toElement) + +
    +           
    + java.lang.Objectlast() + +
    +           
    + java.util.SortedSetsubSet(java.lang.Object fromElement, + java.lang.Object toElement) + +
    +           
    + java.util.SortedSettailSet(java.lang.Object fromElement) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.set.TransformedSet
    decorate
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.TransformedCollection
    add, addAll, decorate, transform, transform
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TransformedSortedSet

    +
    +protected TransformedSortedSet(java.util.SortedSet set,
    +                               Transformer transformer)
    +
    Constructor that wraps (not copies).

    If there are any elements already in the set being decorated, they - are NOT transformed. -

    -

    -
    Parameters:
    set - the set to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set or transformer is null
    -
    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.SortedSet decorate(java.util.SortedSet set,
    -                                           Transformer transformer)
    -
    + are NOT transformed. +

    +

    +
    Parameters:
    set - the set to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set or transformer is null
    +
    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.SortedSet decorate(java.util.SortedSet set,
    +                                           Transformer transformer)
    +
    Factory method to create a transforming sorted set.

    If there are any elements already in the set being decorated, they - are NOT transformed. -

    -

    -
    -
    -
    -
    Parameters:
    set - the set to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set or transformer is null
    -
    -
    -
    - -

    -getSortedSet

    -
    -protected java.util.SortedSet getSortedSet()
    -
    -
    Gets the decorated set. -

    -

    -
    -
    -
    - -
    Returns:
    the decorated set
    -
    -
    -
    - -

    -first

    -
    -public java.lang.Object first()
    -
    -
    -
    Specified by:
    first in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -last

    -
    -public java.lang.Object last()
    -
    -
    -
    Specified by:
    last in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -comparator

    -
    -public java.util.Comparator comparator()
    -
    -
    -
    Specified by:
    comparator in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -subSet

    -
    -public java.util.SortedSet subSet(java.lang.Object fromElement,
    -                                  java.lang.Object toElement)
    -
    -
    -
    Specified by:
    subSet in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -headSet

    -
    -public java.util.SortedSet headSet(java.lang.Object toElement)
    -
    -
    -
    Specified by:
    headSet in interface java.util.SortedSet
    -
    -
    -
    -
    -
    -
    - -

    -tailSet

    -
    -public java.util.SortedSet tailSet(java.lang.Object fromElement)
    -
    -
    -
    Specified by:
    tailSet in interface java.util.SortedSet
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are NOT transformed. +

    +

    +
    +
    +
    +
    Parameters:
    set - the set to decorate, must not be null
    transformer - the transformer to use for conversion, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set or transformer is null
    +
    +
    +
    + +

    +getSortedSet

    +
    +protected java.util.SortedSet getSortedSet()
    +
    +
    Gets the decorated set. +

    +

    +
    +
    +
    + +
    Returns:
    the decorated set
    +
    +
    +
    + +

    +first

    +
    +public java.lang.Object first()
    +
    +
    +
    Specified by:
    first in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +last

    +
    +public java.lang.Object last()
    +
    +
    +
    Specified by:
    last in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +comparator

    +
    +public java.util.Comparator comparator()
    +
    +
    +
    Specified by:
    comparator in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +subSet

    +
    +public java.util.SortedSet subSet(java.lang.Object fromElement,
    +                                  java.lang.Object toElement)
    +
    +
    +
    Specified by:
    subSet in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +headSet

    +
    +public java.util.SortedSet headSet(java.lang.Object toElement)
    +
    +
    +
    Specified by:
    headSet in interface java.util.SortedSet
    +
    +
    +
    +
    +
    +
    + +

    +tailSet

    +
    +public java.util.SortedSet tailSet(java.lang.Object fromElement)
    +
    +
    +
    Specified by:
    tailSet in interface java.util.SortedSet
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/TypedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/TypedSet.html index cbf24bf..ad785e3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/TypedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/TypedSet.html @@ -1,281 +1,281 @@ - - - - - - - -TypedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.set -
    -Class TypedSet

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.set.TypedSet
    -
    -
    -
    -
    public class TypedSet
    extends java.lang.Object
    - - -

    + + + + + + + +TypedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.set +
    +Class TypedSet

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.set.TypedSet
    +
    +
    +
    +
    public class TypedSet
    extends java.lang.Object
    + + +

    Decorates another Set to validate that elements added are of a specific type.

    - The validation of additions is performed via an instanceof test against + The validation of additions is performed via an instanceof test against a specified Class. If an object cannot be added to the - collection, an IllegalArgumentException is thrown. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Matthew Hawthorne
    -
    -
    - -

    - - - - - - - - - - - - -
    -Constructor Summary
    -protected TypedSet() - -
    -          Restrictive constructor.
    -  - - - - - - - - - - - -
    -Method Summary
    -static java.util.Setdecorate(java.util.Set set, - java.lang.Class type) - -
    -          Factory method to create a typed set.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TypedSet

    -
    -protected TypedSet()
    -
    -
    Restrictive constructor. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Set decorate(java.util.Set set,
    -                                     java.lang.Class type)
    -
    + collection, an IllegalArgumentException is thrown. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Matthew Hawthorne
    +
    +
    + +

    + + + + + + + + + + + + +
    +Constructor Summary
    +protected TypedSet() + +
    +          Restrictive constructor.
    +  + + + + + + + + + + + +
    +Method Summary
    +static java.util.Setdecorate(java.util.Set set, + java.lang.Class type) + +
    +          Factory method to create a typed set.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TypedSet

    +
    +protected TypedSet()
    +
    +
    Restrictive constructor. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Set decorate(java.util.Set set,
    +                                     java.lang.Class type)
    +
    Factory method to create a typed set.

    If there are any elements already in the set being decorated, they - are validated. -

    -

    -
    Parameters:
    set - the set to decorate, must not be null
    type - the type to allow into the collection, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set or type is null -
    java.lang.IllegalArgumentException - if the set contains invalid elements
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are validated. +

    +

    +
    Parameters:
    set - the set to decorate, must not be null
    type - the type to allow into the collection, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set or type is null +
    java.lang.IllegalArgumentException - if the set contains invalid elements
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/TypedSortedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/TypedSortedSet.html index 2b56998..25843b5 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/TypedSortedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/TypedSortedSet.html @@ -1,281 +1,281 @@ - - - - - - - -TypedSortedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.set -
    -Class TypedSortedSet

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.set.TypedSortedSet
    -
    -
    -
    -
    public class TypedSortedSet
    extends java.lang.Object
    - - -

    + + + + + + + +TypedSortedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.set +
    +Class TypedSortedSet

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.set.TypedSortedSet
    +
    +
    +
    +
    public class TypedSortedSet
    extends java.lang.Object
    + + +

    Decorates another SortedSet to validate that elements added are of a specific type.

    - The validation of additions is performed via an instanceof test against + The validation of additions is performed via an instanceof test against a specified Class. If an object cannot be added to the - collection, an IllegalArgumentException is thrown. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne, Matthew Hawthorne
    -
    -
    - -

    - - - - - - - - - - - - -
    -Constructor Summary
    -protected TypedSortedSet() - -
    -          Restrictive constructor.
    -  - - - - - - - - - - - -
    -Method Summary
    -static java.util.SortedSetdecorate(java.util.SortedSet set, - java.lang.Class type) - -
    -          Factory method to create a typed sorted set.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - - - - - - - - -
    -Constructor Detail
    - -

    -TypedSortedSet

    -
    -protected TypedSortedSet()
    -
    -
    Restrictive constructor. -

    -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.SortedSet decorate(java.util.SortedSet set,
    -                                           java.lang.Class type)
    -
    + collection, an IllegalArgumentException is thrown. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne, Matthew Hawthorne
    +
    +
    + +

    + + + + + + + + + + + + +
    +Constructor Summary
    +protected TypedSortedSet() + +
    +          Restrictive constructor.
    +  + + + + + + + + + + + +
    +Method Summary
    +static java.util.SortedSetdecorate(java.util.SortedSet set, + java.lang.Class type) + +
    +          Factory method to create a typed sorted set.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +TypedSortedSet

    +
    +protected TypedSortedSet()
    +
    +
    Restrictive constructor. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.SortedSet decorate(java.util.SortedSet set,
    +                                           java.lang.Class type)
    +
    Factory method to create a typed sorted set.

    If there are any elements already in the set being decorated, they - are validated. -

    -

    -
    Parameters:
    set - the set to decorate, must not be null
    type - the type to allow into the collection, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set or type is null -
    java.lang.IllegalArgumentException - if the set contains invalid elements
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + are validated. +

    +

    +
    Parameters:
    set - the set to decorate, must not be null
    type - the type to allow into the collection, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set or type is null +
    java.lang.IllegalArgumentException - if the set contains invalid elements
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/UnmodifiableSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/UnmodifiableSet.html index da0951b..9e364d3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/UnmodifiableSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/UnmodifiableSet.html @@ -1,443 +1,443 @@ - - - - - - - -UnmodifiableSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.set -
    -Class UnmodifiableSet

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.set.AbstractSetDecorator
    -          extended by org.apache.commons.collections.set.AbstractSerializableSetDecorator
    -              extended by org.apache.commons.collections.set.UnmodifiableSet
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableSet
    extends AbstractSerializableSetDecorator
    implements Unmodifiable
    - - -

    + + + + + + + +UnmodifiableSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.set +
    +Class UnmodifiableSet

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.set.AbstractSetDecorator
    +          extended by org.apache.commons.collections.set.AbstractSerializableSetDecorator
    +              extended by org.apache.commons.collections.set.UnmodifiableSet
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableSet
    extends AbstractSerializableSetDecorator
    implements Unmodifiable
    + + +

    Decorates another Set to ensure it can't be altered.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanadd(java.lang.Object object) - -
    -           
    - booleanaddAll(java.util.Collection coll) - -
    -           
    - voidclear() - -
    -           
    -static java.util.Setdecorate(java.util.Set set) - -
    -          Factory method to create an unmodifiable set.
    - java.util.Iteratoriterator() - -
    -           
    - booleanremove(java.lang.Object object) - -
    -           
    - booleanremoveAll(java.util.Collection coll) - -
    -           
    - booleanretainAll(java.util.Collection coll) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.set.AbstractSetDecorator
    getSet
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.Set decorate(java.util.Set set)
    -
    -
    Factory method to create an unmodifiable set. -

    -

    -
    -
    -
    -
    Parameters:
    set - the set to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set is null
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Overrides:
    iterator in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.Set
    Overrides:
    add in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.Set
    Overrides:
    addAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.Set
    Overrides:
    clear in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.Set
    Overrides:
    removeAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.Set
    Overrides:
    retainAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanadd(java.lang.Object object) + +
    +           
    + booleanaddAll(java.util.Collection coll) + +
    +           
    + voidclear() + +
    +           
    +static java.util.Setdecorate(java.util.Set set) + +
    +          Factory method to create an unmodifiable set.
    + java.util.Iteratoriterator() + +
    +           
    + booleanremove(java.lang.Object object) + +
    +           
    + booleanremoveAll(java.util.Collection coll) + +
    +           
    + booleanretainAll(java.util.Collection coll) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.set.AbstractSetDecorator
    getSet
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.Set decorate(java.util.Set set)
    +
    +
    Factory method to create an unmodifiable set. +

    +

    +
    +
    +
    +
    Parameters:
    set - the set to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set is null
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Overrides:
    iterator in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.Set
    Overrides:
    add in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.Set
    Overrides:
    addAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.Set
    Overrides:
    clear in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.Set
    Overrides:
    removeAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.Set
    Overrides:
    retainAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/UnmodifiableSortedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/UnmodifiableSortedSet.html index 5bcf1a5..65db156 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/UnmodifiableSortedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/UnmodifiableSortedSet.html @@ -1,520 +1,520 @@ - - - - - - - -UnmodifiableSortedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    - -

    - -org.apache.commons.collections.set -
    -Class UnmodifiableSortedSet

    -
    -java.lang.Object
    -  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    -      extended by org.apache.commons.collections.set.AbstractSetDecorator
    -          extended by org.apache.commons.collections.set.AbstractSortedSetDecorator
    -              extended by org.apache.commons.collections.set.UnmodifiableSortedSet
    -
    -
    -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set, java.util.SortedSet, Unmodifiable
    -
    -
    -
    -
    public final class UnmodifiableSortedSet
    extends AbstractSortedSetDecorator
    implements Unmodifiable, java.io.Serializable
    - - -

    + + + + + + + +UnmodifiableSortedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    + +

    + +org.apache.commons.collections.set +
    +Class UnmodifiableSortedSet

    +
    +java.lang.Object
    +  extended by org.apache.commons.collections.collection.AbstractCollectionDecorator
    +      extended by org.apache.commons.collections.set.AbstractSetDecorator
    +          extended by org.apache.commons.collections.set.AbstractSortedSetDecorator
    +              extended by org.apache.commons.collections.set.UnmodifiableSortedSet
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set, java.util.SortedSet, Unmodifiable
    +
    +
    +
    +
    public final class UnmodifiableSortedSet
    extends AbstractSortedSetDecorator
    implements Unmodifiable, java.io.Serializable
    + + +

    Decorates another SortedSet to ensure it can't be altered.

    - This class is Serializable from Commons Collections 3.1. -

    - -

    -

    -
    Since:
    -
    Commons Collections 3.0
    -
    Version:
    -
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    -
    Author:
    -
    Stephen Colebourne
    -
    See Also:
    Serialized Form
    -
    - -

    - - - - - - - -
    -Field Summary
    - - - - - - - -
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanadd(java.lang.Object object) - -
    -           
    - booleanaddAll(java.util.Collection coll) - -
    -           
    - voidclear() - -
    -           
    -static java.util.SortedSetdecorate(java.util.SortedSet set) - -
    -          Factory method to create an unmodifiable set.
    - java.util.SortedSetheadSet(java.lang.Object toElement) - -
    -           
    - java.util.Iteratoriterator() - -
    -           
    - booleanremove(java.lang.Object object) - -
    -           
    - booleanremoveAll(java.util.Collection coll) - -
    -           
    - booleanretainAll(java.util.Collection coll) - -
    -           
    - java.util.SortedSetsubSet(java.lang.Object fromElement, - java.lang.Object toElement) - -
    -           
    - java.util.SortedSettailSet(java.lang.Object fromElement) - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.set.AbstractSortedSetDecorator
    comparator, first, getSortedSet, last
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.set.AbstractSetDecorator
    getSet
    - - - - - - - -
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    - - - - - - - -
    Methods inherited from interface java.util.Set
    contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray
    -  -

    - - - - - - - - -
    -Method Detail
    - -

    -decorate

    -
    -public static java.util.SortedSet decorate(java.util.SortedSet set)
    -
    -
    Factory method to create an unmodifiable set. -

    -

    -
    -
    -
    -
    Parameters:
    set - the set to decorate, must not be null -
    Throws: -
    java.lang.IllegalArgumentException - if set is null
    -
    -
    -
    - -

    -iterator

    -
    -public java.util.Iterator iterator()
    -
    -
    -
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Overrides:
    iterator in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -add

    -
    -public boolean add(java.lang.Object object)
    -
    -
    -
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.Set
    Overrides:
    add in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -addAll

    -
    -public boolean addAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.Set
    Overrides:
    addAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -clear

    -
    -public void clear()
    -
    -
    -
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.Set
    Overrides:
    clear in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -remove

    -
    -public boolean remove(java.lang.Object object)
    -
    -
    -
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -removeAll

    -
    -public boolean removeAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.Set
    Overrides:
    removeAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -retainAll

    -
    -public boolean retainAll(java.util.Collection coll)
    -
    -
    -
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.Set
    Overrides:
    retainAll in class AbstractCollectionDecorator
    -
    -
    -
    -
    -
    -
    - -

    -subSet

    -
    -public java.util.SortedSet subSet(java.lang.Object fromElement,
    -                                  java.lang.Object toElement)
    -
    -
    -
    Specified by:
    subSet in interface java.util.SortedSet
    Overrides:
    subSet in class AbstractSortedSetDecorator
    -
    -
    -
    -
    -
    -
    - -

    -headSet

    -
    -public java.util.SortedSet headSet(java.lang.Object toElement)
    -
    -
    -
    Specified by:
    headSet in interface java.util.SortedSet
    Overrides:
    headSet in class AbstractSortedSetDecorator
    -
    -
    -
    -
    -
    -
    - -

    -tailSet

    -
    -public java.util.SortedSet tailSet(java.lang.Object fromElement)
    -
    -
    -
    Specified by:
    tailSet in interface java.util.SortedSet
    Overrides:
    tailSet in class AbstractSortedSetDecorator
    -
    -
    -
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + This class is Serializable from Commons Collections 3.1. +

    + +

    +

    +
    Since:
    +
    Commons Collections 3.0
    +
    Version:
    +
    $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    collection
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanadd(java.lang.Object object) + +
    +           
    + booleanaddAll(java.util.Collection coll) + +
    +           
    + voidclear() + +
    +           
    +static java.util.SortedSetdecorate(java.util.SortedSet set) + +
    +          Factory method to create an unmodifiable set.
    + java.util.SortedSetheadSet(java.lang.Object toElement) + +
    +           
    + java.util.Iteratoriterator() + +
    +           
    + booleanremove(java.lang.Object object) + +
    +           
    + booleanremoveAll(java.util.Collection coll) + +
    +           
    + booleanretainAll(java.util.Collection coll) + +
    +           
    + java.util.SortedSetsubSet(java.lang.Object fromElement, + java.lang.Object toElement) + +
    +           
    + java.util.SortedSettailSet(java.lang.Object fromElement) + +
    +           
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.set.AbstractSortedSetDecorator
    comparator, first, getSortedSet, last
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.set.AbstractSetDecorator
    getSet
    + + + + + + + +
    Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator
    contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + + + + + + +
    Methods inherited from interface java.util.Set
    contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray
    +  +

    + + + + + + + + +
    +Method Detail
    + +

    +decorate

    +
    +public static java.util.SortedSet decorate(java.util.SortedSet set)
    +
    +
    Factory method to create an unmodifiable set. +

    +

    +
    +
    +
    +
    Parameters:
    set - the set to decorate, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if set is null
    +
    +
    +
    + +

    +iterator

    +
    +public java.util.Iterator iterator()
    +
    +
    +
    Specified by:
    iterator in interface java.lang.Iterable
    Specified by:
    iterator in interface java.util.Collection
    Specified by:
    iterator in interface java.util.Set
    Overrides:
    iterator in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +add

    +
    +public boolean add(java.lang.Object object)
    +
    +
    +
    Specified by:
    add in interface java.util.Collection
    Specified by:
    add in interface java.util.Set
    Overrides:
    add in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +addAll

    +
    +public boolean addAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    addAll in interface java.util.Collection
    Specified by:
    addAll in interface java.util.Set
    Overrides:
    addAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +clear

    +
    +public void clear()
    +
    +
    +
    Specified by:
    clear in interface java.util.Collection
    Specified by:
    clear in interface java.util.Set
    Overrides:
    clear in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +remove

    +
    +public boolean remove(java.lang.Object object)
    +
    +
    +
    Specified by:
    remove in interface java.util.Collection
    Specified by:
    remove in interface java.util.Set
    Overrides:
    remove in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +removeAll

    +
    +public boolean removeAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    removeAll in interface java.util.Collection
    Specified by:
    removeAll in interface java.util.Set
    Overrides:
    removeAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +retainAll

    +
    +public boolean retainAll(java.util.Collection coll)
    +
    +
    +
    Specified by:
    retainAll in interface java.util.Collection
    Specified by:
    retainAll in interface java.util.Set
    Overrides:
    retainAll in class AbstractCollectionDecorator
    +
    +
    +
    +
    +
    +
    + +

    +subSet

    +
    +public java.util.SortedSet subSet(java.lang.Object fromElement,
    +                                  java.lang.Object toElement)
    +
    +
    +
    Specified by:
    subSet in interface java.util.SortedSet
    Overrides:
    subSet in class AbstractSortedSetDecorator
    +
    +
    +
    +
    +
    +
    + +

    +headSet

    +
    +public java.util.SortedSet headSet(java.lang.Object toElement)
    +
    +
    +
    Specified by:
    headSet in interface java.util.SortedSet
    Overrides:
    headSet in class AbstractSortedSetDecorator
    +
    +
    +
    +
    +
    +
    + +

    +tailSet

    +
    +public java.util.SortedSet tailSet(java.lang.Object fromElement)
    +
    +
    +
    Specified by:
    tailSet in interface java.util.SortedSet
    Overrides:
    tailSet in class AbstractSortedSetDecorator
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/AbstractSerializableSetDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/AbstractSerializableSetDecorator.html index c7b1d7c..76f2179 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/AbstractSerializableSetDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/AbstractSerializableSetDecorator.html @@ -1,189 +1,189 @@ - - - - - - - -Uses of Class org.apache.commons.collections.set.AbstractSerializableSetDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.set.AbstractSerializableSetDecorator

    -
    - - - - - - - - - -
    -Packages that use AbstractSerializableSetDecorator
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractSerializableSetDecorator in org.apache.commons.collections.set
    -  -

    - - - - - - - - + + + + + +
    Subclasses of AbstractSerializableSetDecorator in org.apache.commons.collections.set
    - classListOrderedSet - -
    + + + + + + + +Uses of Class org.apache.commons.collections.set.AbstractSerializableSetDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.set.AbstractSerializableSetDecorator

    +
    + + + + + + + + + +
    +Packages that use AbstractSerializableSetDecorator
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractSerializableSetDecorator in org.apache.commons.collections.set
    +  +

    + + + + + + + + - - - - - -
    Subclasses of AbstractSerializableSetDecorator in org.apache.commons.collections.set
    + classListOrderedSet + +
              Decorates another Set to ensure that the order of addition - is retained and used by the iterator.
    - classUnmodifiableSet - -
    -          Decorates another Set to ensure it can't be altered.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + is retained and used by the iterator.
    + classUnmodifiableSet + +
    +          Decorates another Set to ensure it can't be altered.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/AbstractSetDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/AbstractSetDecorator.html index fd7825e..bc2b90e 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/AbstractSetDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/AbstractSetDecorator.html @@ -1,247 +1,247 @@ - - - - - - - -Uses of Class org.apache.commons.collections.set.AbstractSetDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.set.AbstractSetDecorator

    -
    - - - - - - - - - - - - - -
    -Packages that use AbstractSetDecorator
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractSetDecorator in org.apache.commons.collections.map
    -  -

    - - - - - - - - - -
    Subclasses of AbstractSetDecorator in org.apache.commons.collections.map
    - classUnmodifiableEntrySet - -
    -          Decorates a map entry Set to ensure it can't be altered.
    -  -

    - - - - - -
    -Uses of AbstractSetDecorator in org.apache.commons.collections.set
    -  -

    - - - - - - - - - - - - - - - - + + + + + + + + + +
    Subclasses of AbstractSetDecorator in org.apache.commons.collections.set
    - classAbstractSerializableSetDecorator - -
    -          Serializable subclass of AbstractSetDecorator.
    - classAbstractSortedSetDecorator - -
    -          Decorates another SortedSet to provide additional behaviour.
    - classListOrderedSet - -
    + + + + + + + +Uses of Class org.apache.commons.collections.set.AbstractSetDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.set.AbstractSetDecorator

    +
    + + + + + + + + + + + + + +
    +Packages that use AbstractSetDecorator
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractSetDecorator in org.apache.commons.collections.map
    +  +

    + + + + + + + + + +
    Subclasses of AbstractSetDecorator in org.apache.commons.collections.map
    + classUnmodifiableEntrySet + +
    +          Decorates a map entry Set to ensure it can't be altered.
    +  +

    + + + + + +
    +Uses of AbstractSetDecorator in org.apache.commons.collections.set
    +  +

    + + + + + + + + + + + + + + + + - - - - - - - - - -
    Subclasses of AbstractSetDecorator in org.apache.commons.collections.set
    + classAbstractSerializableSetDecorator + +
    +          Serializable subclass of AbstractSetDecorator.
    + classAbstractSortedSetDecorator + +
    +          Decorates another SortedSet to provide additional behaviour.
    + classListOrderedSet + +
              Decorates another Set to ensure that the order of addition - is retained and used by the iterator.
    - classUnmodifiableSet - -
    -          Decorates another Set to ensure it can't be altered.
    - classUnmodifiableSortedSet - -
    -          Decorates another SortedSet to ensure it can't be altered.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + is retained and used by the iterator.
    + classUnmodifiableSet + +
    +          Decorates another Set to ensure it can't be altered.
    + classUnmodifiableSortedSet + +
    +          Decorates another SortedSet to ensure it can't be altered.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/AbstractSortedSetDecorator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/AbstractSortedSetDecorator.html index cbc61f4..128d32d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/AbstractSortedSetDecorator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/AbstractSortedSetDecorator.html @@ -1,180 +1,180 @@ - - - - - - - -Uses of Class org.apache.commons.collections.set.AbstractSortedSetDecorator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.set.AbstractSortedSetDecorator

    -
    - - - - - - - - - -
    -Packages that use AbstractSortedSetDecorator
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - -
    -Uses of AbstractSortedSetDecorator in org.apache.commons.collections.set
    -  -

    - - - - - - - - - -
    Subclasses of AbstractSortedSetDecorator in org.apache.commons.collections.set
    - classUnmodifiableSortedSet - -
    -          Decorates another SortedSet to ensure it can't be altered.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.set.AbstractSortedSetDecorator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.set.AbstractSortedSetDecorator

    +
    + + + + + + + + + +
    +Packages that use AbstractSortedSetDecorator
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + +
    +Uses of AbstractSortedSetDecorator in org.apache.commons.collections.set
    +  +

    + + + + + + + + + +
    Subclasses of AbstractSortedSetDecorator in org.apache.commons.collections.set
    + classUnmodifiableSortedSet + +
    +          Decorates another SortedSet to ensure it can't be altered.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/CompositeSet.SetMutator.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/CompositeSet.SetMutator.html index 63bb653..8a500cb 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/CompositeSet.SetMutator.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/CompositeSet.SetMutator.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Interface org.apache.commons.collections.set.CompositeSet.SetMutator (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Interface
    org.apache.commons.collections.set.CompositeSet.SetMutator

    -
    -No usage of org.apache.commons.collections.set.CompositeSet.SetMutator -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Interface org.apache.commons.collections.set.CompositeSet.SetMutator (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.collections.set.CompositeSet.SetMutator

    +
    +No usage of org.apache.commons.collections.set.CompositeSet.SetMutator +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/CompositeSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/CompositeSet.html index d6e4a19..904083b 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/CompositeSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/CompositeSet.html @@ -1,185 +1,185 @@ - - - - - - - -Uses of Class org.apache.commons.collections.set.CompositeSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.set.CompositeSet

    -
    - - - - - - - - - -
    -Packages that use CompositeSet
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - -
    -Uses of CompositeSet in org.apache.commons.collections.set
    -  -

    - - - - - - - - + +
    Methods in org.apache.commons.collections.set with parameters of type CompositeSet
    - voidCompositeSet.SetMutator.resolveCollision(CompositeSet comp, - java.util.Set existing, - java.util.Set added, - java.util.Collection intersects) - -
    + + + + + + + +Uses of Class org.apache.commons.collections.set.CompositeSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.set.CompositeSet

    +
    + + + + + + + + + +
    +Packages that use CompositeSet
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + +
    +Uses of CompositeSet in org.apache.commons.collections.set
    +  +

    + + + + + + + + - -
    Methods in org.apache.commons.collections.set with parameters of type CompositeSet
    + voidCompositeSet.SetMutator.resolveCollision(CompositeSet comp, + java.util.Set existing, + java.util.Set added, + java.util.Collection intersects) + +
               Called when a Set is added to the CompositeSet and there is a - collision between existing and added sets.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + collision between existing and added sets.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/ListOrderedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/ListOrderedSet.html index d51285f..787c309 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/ListOrderedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/ListOrderedSet.html @@ -1,197 +1,197 @@ - - - - - - - -Uses of Class org.apache.commons.collections.set.ListOrderedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.set.ListOrderedSet

    -
    - - - - - - - - - -
    -Packages that use ListOrderedSet
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - -
    -Uses of ListOrderedSet in org.apache.commons.collections.set
    -  -

    - - - - - - - - - - - - - - - - - -
    Methods in org.apache.commons.collections.set that return ListOrderedSet
    -static ListOrderedSetListOrderedSet.decorate(java.util.List list) - -
    -          Factory method to create an ordered set using the supplied list to retain order.
    -static ListOrderedSetListOrderedSet.decorate(java.util.Set set) - -
    -          Factory method to create an ordered set.
    -static ListOrderedSetListOrderedSet.decorate(java.util.Set set, - java.util.List list) - -
    -          Factory method to create an ordered set specifying the list and set to use.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.set.ListOrderedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.set.ListOrderedSet

    +
    + + + + + + + + + +
    +Packages that use ListOrderedSet
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + +
    +Uses of ListOrderedSet in org.apache.commons.collections.set
    +  +

    + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.collections.set that return ListOrderedSet
    +static ListOrderedSetListOrderedSet.decorate(java.util.List list) + +
    +          Factory method to create an ordered set using the supplied list to retain order.
    +static ListOrderedSetListOrderedSet.decorate(java.util.Set set) + +
    +          Factory method to create an ordered set.
    +static ListOrderedSetListOrderedSet.decorate(java.util.Set set, + java.util.List list) + +
    +          Factory method to create an ordered set specifying the list and set to use.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/MapBackedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/MapBackedSet.html index 4af07dc..c6c8295 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/MapBackedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/MapBackedSet.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.set.MapBackedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.set.MapBackedSet

    -
    -No usage of org.apache.commons.collections.set.MapBackedSet -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.set.MapBackedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.set.MapBackedSet

    +
    +No usage of org.apache.commons.collections.set.MapBackedSet +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/PredicatedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/PredicatedSet.html index 0cbb2b9..bd4df66 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/PredicatedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/PredicatedSet.html @@ -1,181 +1,181 @@ - - - - - - - -Uses of Class org.apache.commons.collections.set.PredicatedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.set.PredicatedSet

    -
    - - - - - - - - - -
    -Packages that use PredicatedSet
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - -
    -Uses of PredicatedSet in org.apache.commons.collections.set
    -  -

    - - - - - - - - + +
    Subclasses of PredicatedSet in org.apache.commons.collections.set
    - classPredicatedSortedSet - -
    + + + + + + + +Uses of Class org.apache.commons.collections.set.PredicatedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.set.PredicatedSet

    +
    + + + + + + + + + +
    +Packages that use PredicatedSet
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + +
    +Uses of PredicatedSet in org.apache.commons.collections.set
    +  +

    + + + + + + + + - -
    Subclasses of PredicatedSet in org.apache.commons.collections.set
    + classPredicatedSortedSet + +
              Decorates another SortedSet to validate that all additions - match a specified predicate.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + match a specified predicate.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/PredicatedSortedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/PredicatedSortedSet.html index 2eb7412..9fc4891 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/PredicatedSortedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/PredicatedSortedSet.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.set.PredicatedSortedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.set.PredicatedSortedSet

    -
    -No usage of org.apache.commons.collections.set.PredicatedSortedSet -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.set.PredicatedSortedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.set.PredicatedSortedSet

    +
    +No usage of org.apache.commons.collections.set.PredicatedSortedSet +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/SynchronizedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/SynchronizedSet.html index 9ae0361..16e78f6 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/SynchronizedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/SynchronizedSet.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.set.SynchronizedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.set.SynchronizedSet

    -
    -No usage of org.apache.commons.collections.set.SynchronizedSet -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.set.SynchronizedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.set.SynchronizedSet

    +
    +No usage of org.apache.commons.collections.set.SynchronizedSet +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/SynchronizedSortedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/SynchronizedSortedSet.html index 87ddbe2..80071a0 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/SynchronizedSortedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/SynchronizedSortedSet.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.set.SynchronizedSortedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.set.SynchronizedSortedSet

    -
    -No usage of org.apache.commons.collections.set.SynchronizedSortedSet -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.set.SynchronizedSortedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.set.SynchronizedSortedSet

    +
    +No usage of org.apache.commons.collections.set.SynchronizedSortedSet +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/TransformedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/TransformedSet.html index f176950..2c4cd10 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/TransformedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/TransformedSet.html @@ -1,180 +1,180 @@ - - - - - - - -Uses of Class org.apache.commons.collections.set.TransformedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.set.TransformedSet

    -
    - - - - - - - - - -
    -Packages that use TransformedSet
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - -
    -Uses of TransformedSet in org.apache.commons.collections.set
    -  -

    - - - - - - - - - -
    Subclasses of TransformedSet in org.apache.commons.collections.set
    - classTransformedSortedSet - -
    -          Decorates another SortedSet to transform objects that are added.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.set.TransformedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.set.TransformedSet

    +
    + + + + + + + + + +
    +Packages that use TransformedSet
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + +
    +Uses of TransformedSet in org.apache.commons.collections.set
    +  +

    + + + + + + + + + +
    Subclasses of TransformedSet in org.apache.commons.collections.set
    + classTransformedSortedSet + +
    +          Decorates another SortedSet to transform objects that are added.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/TransformedSortedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/TransformedSortedSet.html index cfb2708..4425570 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/TransformedSortedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/TransformedSortedSet.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.set.TransformedSortedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.set.TransformedSortedSet

    -
    -No usage of org.apache.commons.collections.set.TransformedSortedSet -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.set.TransformedSortedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.set.TransformedSortedSet

    +
    +No usage of org.apache.commons.collections.set.TransformedSortedSet +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/TypedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/TypedSet.html index 7524718..32257cb 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/TypedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/TypedSet.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.set.TypedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.set.TypedSet

    -
    -No usage of org.apache.commons.collections.set.TypedSet -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.set.TypedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.set.TypedSet

    +
    +No usage of org.apache.commons.collections.set.TypedSet +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/TypedSortedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/TypedSortedSet.html index ac3c92b..a466703 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/TypedSortedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/TypedSortedSet.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.set.TypedSortedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.set.TypedSortedSet

    -
    -No usage of org.apache.commons.collections.set.TypedSortedSet -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.set.TypedSortedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.set.TypedSortedSet

    +
    +No usage of org.apache.commons.collections.set.TypedSortedSet +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/UnmodifiableSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/UnmodifiableSet.html index 16d40b8..191f4f3 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/UnmodifiableSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/UnmodifiableSet.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.set.UnmodifiableSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.set.UnmodifiableSet

    -
    -No usage of org.apache.commons.collections.set.UnmodifiableSet -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.set.UnmodifiableSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.set.UnmodifiableSet

    +
    +No usage of org.apache.commons.collections.set.UnmodifiableSet +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/UnmodifiableSortedSet.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/UnmodifiableSortedSet.html index 0dca498..b2d002d 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/UnmodifiableSortedSet.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/class-use/UnmodifiableSortedSet.html @@ -1,141 +1,141 @@ - - - - - - - -Uses of Class org.apache.commons.collections.set.UnmodifiableSortedSet (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Class
    org.apache.commons.collections.set.UnmodifiableSortedSet

    -
    -No usage of org.apache.commons.collections.set.UnmodifiableSortedSet -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Uses of Class org.apache.commons.collections.set.UnmodifiableSortedSet (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.collections.set.UnmodifiableSortedSet

    +
    +No usage of org.apache.commons.collections.set.UnmodifiableSortedSet +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/package-frame.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/package-frame.html index 5b46017..d6ab985 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/package-frame.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/package-frame.html @@ -1,74 +1,74 @@ - - - - - - - -org.apache.commons.collections.set (Commons Collections 3.2.1 API) - - - - - - - - - - - -org.apache.commons.collections.set - - - - -
    -Interfaces  - -
    -CompositeSet.SetMutator
    - - - - - - -
    -Classes  - -
    -AbstractSerializableSetDecorator -
    -AbstractSetDecorator -
    -AbstractSortedSetDecorator -
    -CompositeSet -
    -ListOrderedSet -
    -MapBackedSet -
    -PredicatedSet -
    -PredicatedSortedSet -
    -SynchronizedSet -
    -SynchronizedSortedSet -
    -TransformedSet -
    -TransformedSortedSet -
    -TypedSet -
    -TypedSortedSet -
    -UnmodifiableSet -
    -UnmodifiableSortedSet
    - - - - + + + + + + + +org.apache.commons.collections.set (Commons Collections 3.2.1 API) + + + + + + + + + + + +org.apache.commons.collections.set + + + + +
    +Interfaces  + +
    +CompositeSet.SetMutator
    + + + + + + +
    +Classes  + +
    +AbstractSerializableSetDecorator +
    +AbstractSetDecorator +
    +AbstractSortedSetDecorator +
    +CompositeSet +
    +ListOrderedSet +
    +MapBackedSet +
    +PredicatedSet +
    +PredicatedSortedSet +
    +SynchronizedSet +
    +SynchronizedSortedSet +
    +TransformedSet +
    +TransformedSortedSet +
    +TypedSet +
    +TypedSortedSet +
    +UnmodifiableSet +
    +UnmodifiableSortedSet
    + + + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/package-summary.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/package-summary.html index 3b538ef..353d411 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/package-summary.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/package-summary.html @@ -1,277 +1,277 @@ - - - - - - - -org.apache.commons.collections.set (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -

    -Package org.apache.commons.collections.set -

    - -This package contains implementations of the -Set and -SortedSet interfaces. -

    -See: -
    -          Description -

    - - - - - - - - - -
    -Interface Summary
    CompositeSet.SetMutatorDefine callbacks for mutation operations.
    -  - -

    - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + +org.apache.commons.collections.set (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + +
    -Class Summary
    AbstractSerializableSetDecoratorSerializable subclass of AbstractSetDecorator.
    AbstractSetDecoratorDecorates another Set to provide additional behaviour.
    AbstractSortedSetDecoratorDecorates another SortedSet to provide additional behaviour.
    CompositeSetDecorates a set of other sets to provide a single unified view.
    ListOrderedSet
    + + + + + + + + + +
    + +
    + + + +


    +

    +Package org.apache.commons.collections.set +

    + +This package contains implementations of the +Set and +SortedSet interfaces. +

    +See: +
    +          Description +

    + + + + + + + + + +
    +Interface Summary
    CompositeSet.SetMutatorDefine callbacks for mutation operations.
    +  + +

    + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + is retained and used by the iterator. + + + + + + + - - - + match a specified predicate. + + + - - - + match a specified predicate. + + + - - - + multi-threaded environment. + + + - - - - - - - - - - - + for a multi-threaded environment. + + + + + + + + + + + - - - + added are of a specific type. + + + - - - - - - - - - -
    +Class Summary
    AbstractSerializableSetDecoratorSerializable subclass of AbstractSetDecorator.
    AbstractSetDecoratorDecorates another Set to provide additional behaviour.
    AbstractSortedSetDecoratorDecorates another SortedSet to provide additional behaviour.
    CompositeSetDecorates a set of other sets to provide a single unified view.
    ListOrderedSet Decorates another Set to ensure that the order of addition - is retained and used by the iterator.
    MapBackedSetDecorates a Map to obtain Set behaviour.
    PredicatedSet
    MapBackedSetDecorates a Map to obtain Set behaviour.
    PredicatedSet Decorates another Set to validate that all additions - match a specified predicate.
    PredicatedSortedSet
    PredicatedSortedSet Decorates another SortedSet to validate that all additions - match a specified predicate.
    SynchronizedSet
    SynchronizedSet Decorates another Set to synchronize its behaviour for a - multi-threaded environment.
    SynchronizedSortedSet
    SynchronizedSortedSet Decorates another SortedSet to synchronize its behaviour - for a multi-threaded environment.
    TransformedSetDecorates another Set to transform objects that are added.
    TransformedSortedSetDecorates another SortedSet to transform objects that are added.
    TypedSet
    TransformedSetDecorates another Set to transform objects that are added.
    TransformedSortedSetDecorates another SortedSet to transform objects that are added.
    TypedSet Decorates another Set to validate that elements - added are of a specific type.
    TypedSortedSet
    TypedSortedSet Decorates another SortedSet to validate that elements - added are of a specific type.
    UnmodifiableSetDecorates another Set to ensure it can't be altered.
    UnmodifiableSortedSetDecorates another SortedSet to ensure it can't be altered.
    -  - -

    -

    -Package org.apache.commons.collections.set Description -

    - -

    -

    -This package contains implementations of the -Set and -SortedSet interfaces. -

    -The implementations are in the form of direct implementations and decorators. -A decorator wraps another implementation of the interface to add some -specific additional functionality. -

    -The following implementations are provided in the package: -

      -
    • CompositeSet - a set that combines multiple sets into one -
    -The following decorators are provided in the package: -
      -
    • Synchronized - synchronizes method access for multi-threaded environments -
    • Unmodifiable - ensures the collection cannot be altered -
    • Predicated - ensures that only elements that are valid according to a predicate can be added -
    • Typed - ensures that only elements that are of a specific type can be added -
    • Transformed - transforms each element added -
    • ListOrdered - ensures that insertion order is retained -
    • MapBackedSet - a set formed by decorating a Map -
    - -

    - -

    -

    -
    -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + added are of a specific type. + + +UnmodifiableSet +Decorates another Set to ensure it can't be altered. + + +UnmodifiableSortedSet +Decorates another SortedSet to ensure it can't be altered. + + +  + +

    +

    +Package org.apache.commons.collections.set Description +

    + +

    +

    +This package contains implementations of the +Set and +SortedSet interfaces. +

    +The implementations are in the form of direct implementations and decorators. +A decorator wraps another implementation of the interface to add some +specific additional functionality. +

    +The following implementations are provided in the package: +

      +
    • CompositeSet - a set that combines multiple sets into one +
    +The following decorators are provided in the package: +
      +
    • Synchronized - synchronizes method access for multi-threaded environments +
    • Unmodifiable - ensures the collection cannot be altered +
    • Predicated - ensures that only elements that are valid according to a predicate can be added +
    • Typed - ensures that only elements that are of a specific type can be added +
    • Transformed - transforms each element added +
    • ListOrdered - ensures that insertion order is retained +
    • MapBackedSet - a set formed by decorating a Map +
    + +

    + +

    +

    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/package-tree.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/package-tree.html index a04a66c..2c28a84 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/package-tree.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/package-tree.html @@ -1,197 +1,197 @@ - - - - - - - -org.apache.commons.collections.set Class Hierarchy (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For Package org.apache.commons.collections.set -

    -
    -
    -
    Package Hierarchies:
    All Packages
    -
    -

    -Class Hierarchy -

    - -

    -Interface Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +org.apache.commons.collections.set Class Hierarchy (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.collections.set +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +

    +Interface Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/package-use.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/package-use.html index 3f14d3f..f7f33ea 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/package-use.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/org/apache/commons/collections/set/package-use.html @@ -1,232 +1,232 @@ - - - - - - - -Uses of Package org.apache.commons.collections.set (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Uses of Package
    org.apache.commons.collections.set

    -
    - - - - - - - - - - - - - -
    -Packages that use org.apache.commons.collections.set
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces. 
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces. 
    -  -

    - - - - - - - - -
    -Classes in org.apache.commons.collections.set used by org.apache.commons.collections.map
    AbstractSetDecorator - -
    -          Decorates another Set to provide additional behaviour.
    -  -

    - - - - - - - - - - - - - - - - - - - + + + + +
    -Classes in org.apache.commons.collections.set used by org.apache.commons.collections.set
    AbstractSerializableSetDecorator - -
    -          Serializable subclass of AbstractSetDecorator.
    AbstractSetDecorator - -
    -          Decorates another Set to provide additional behaviour.
    AbstractSortedSetDecorator - -
    -          Decorates another SortedSet to provide additional behaviour.
    CompositeSet - -
    -          Decorates a set of other sets to provide a single unified view.
    ListOrderedSet - -
    + + + + + + + +Uses of Package org.apache.commons.collections.set (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.collections.set

    +
    + + + + + + + + + + + + + +
    +Packages that use org.apache.commons.collections.set
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces. 
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces. 
    +  +

    + + + + + + + + +
    +Classes in org.apache.commons.collections.set used by org.apache.commons.collections.map
    AbstractSetDecorator + +
    +          Decorates another Set to provide additional behaviour.
    +  +

    + + + + + + + + + + + + + + + + + + + - - - + + + - - - - -
    +Classes in org.apache.commons.collections.set used by org.apache.commons.collections.set
    AbstractSerializableSetDecorator + +
    +          Serializable subclass of AbstractSetDecorator.
    AbstractSetDecorator + +
    +          Decorates another Set to provide additional behaviour.
    AbstractSortedSetDecorator + +
    +          Decorates another SortedSet to provide additional behaviour.
    CompositeSet + +
    +          Decorates a set of other sets to provide a single unified view.
    ListOrderedSet + +
              Decorates another Set to ensure that the order of addition - is retained and used by the iterator.
    PredicatedSet - -
    + is retained and used by the iterator.
    PredicatedSet + +
              Decorates another Set to validate that all additions - match a specified predicate.
    TransformedSet - -
    -          Decorates another Set to transform objects that are added.
    -  -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + match a specified predicate.
    TransformedSet + +
    +          Decorates another Set to transform objects that are added.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/overview-frame.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/overview-frame.html index bc1c15f..6fef590 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/overview-frame.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/overview-frame.html @@ -1,65 +1,65 @@ - - - - - - - -Overview (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - -
    -
    - - - - - -
    All Classes -

    - -Packages -
    -org.apache.commons.collections -
    -org.apache.commons.collections.bag -
    -org.apache.commons.collections.bidimap -
    -org.apache.commons.collections.buffer -
    -org.apache.commons.collections.collection -
    -org.apache.commons.collections.comparators -
    -org.apache.commons.collections.functors -
    -org.apache.commons.collections.iterators -
    -org.apache.commons.collections.keyvalue -
    -org.apache.commons.collections.list -
    -org.apache.commons.collections.map -
    -org.apache.commons.collections.set -
    -

    - -

    -  - - + + + + + + + +Overview (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + +
    +
    + + + + + +
    All Classes +

    + +Packages +
    +org.apache.commons.collections +
    +org.apache.commons.collections.bag +
    +org.apache.commons.collections.bidimap +
    +org.apache.commons.collections.buffer +
    +org.apache.commons.collections.collection +
    +org.apache.commons.collections.comparators +
    +org.apache.commons.collections.functors +
    +org.apache.commons.collections.iterators +
    +org.apache.commons.collections.keyvalue +
    +org.apache.commons.collections.list +
    +org.apache.commons.collections.map +
    +org.apache.commons.collections.set +
    +

    + +

    +  + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/overview-summary.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/overview-summary.html index f96eb30..1fe5ae1 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/overview-summary.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/overview-summary.html @@ -1,230 +1,230 @@ - - - - - - - -Overview (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -


    -
    -

    -Commons Collections 3.2.1 API -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Packages
    org.apache.commons.collections -This package contains the interfaces and utilities shared across all the subpackages of this component.
    org.apache.commons.collections.bag -This package contains implementations of the -Bag and -SortedBag interfaces.
    org.apache.commons.collections.bidimap -This package contains implementations of the -BidiMap, -OrderedBidiMap and -SortedBidiMap interfaces.
    org.apache.commons.collections.buffer -This package contains implementations of the -Buffer interface.
    org.apache.commons.collections.collection -This package contains implementations of the -Collection interface.
    org.apache.commons.collections.comparators -This package contains implementations of the -Comparator interface.
    org.apache.commons.collections.functors -This package contains implementations of the -Closure, -Predicate, -Transformer and -Factory interfaces.
    org.apache.commons.collections.iterators -This package contains implementations of the -Iterator interface.
    org.apache.commons.collections.keyvalue -This package contains implementations of collection and map related key/value classes.
    org.apache.commons.collections.list -This package contains implementations of the -List interface.
    org.apache.commons.collections.map -This package contains implementations of the -Map, -IterableMap, -OrderedMap and -SortedMap interfaces.
    org.apache.commons.collections.set -This package contains implementations of the -Set and -SortedSet interfaces.
    - -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Overview (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Commons Collections 3.2.1 API +

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Packages
    org.apache.commons.collections +This package contains the interfaces and utilities shared across all the subpackages of this component.
    org.apache.commons.collections.bag +This package contains implementations of the +Bag and +SortedBag interfaces.
    org.apache.commons.collections.bidimap +This package contains implementations of the +BidiMap, +OrderedBidiMap and +SortedBidiMap interfaces.
    org.apache.commons.collections.buffer +This package contains implementations of the +Buffer interface.
    org.apache.commons.collections.collection +This package contains implementations of the +Collection interface.
    org.apache.commons.collections.comparators +This package contains implementations of the +Comparator interface.
    org.apache.commons.collections.functors +This package contains implementations of the +Closure, +Predicate, +Transformer and +Factory interfaces.
    org.apache.commons.collections.iterators +This package contains implementations of the +Iterator interface.
    org.apache.commons.collections.keyvalue +This package contains implementations of collection and map related key/value classes.
    org.apache.commons.collections.list +This package contains implementations of the +List interface.
    org.apache.commons.collections.map +This package contains implementations of the +Map, +IterableMap, +OrderedMap and +SortedMap interfaces.
    org.apache.commons.collections.set +This package contains implementations of the +Set and +SortedSet interfaces.
    + +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/overview-tree.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/overview-tree.html index ac16bcb..00dfadc 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/overview-tree.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/overview-tree.html @@ -1,584 +1,584 @@ - - - - - - - -Class Hierarchy (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Hierarchy For All Packages

    -
    -
    -
    Package Hierarchies:
    org.apache.commons.collections, org.apache.commons.collections.bag, org.apache.commons.collections.bidimap, org.apache.commons.collections.buffer, org.apache.commons.collections.collection, org.apache.commons.collections.comparators, org.apache.commons.collections.functors, org.apache.commons.collections.iterators, org.apache.commons.collections.keyvalue, org.apache.commons.collections.list, org.apache.commons.collections.map, org.apache.commons.collections.set
    -
    -

    -Class Hierarchy -

    - -

    -Interface Hierarchy -

    - -
    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + + + + + + + +Class Hierarchy (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For All Packages

    +
    +
    +
    Package Hierarchies:
    org.apache.commons.collections, org.apache.commons.collections.bag, org.apache.commons.collections.bidimap, org.apache.commons.collections.buffer, org.apache.commons.collections.collection, org.apache.commons.collections.comparators, org.apache.commons.collections.functors, org.apache.commons.collections.iterators, org.apache.commons.collections.keyvalue, org.apache.commons.collections.list, org.apache.commons.collections.map, org.apache.commons.collections.set
    +
    +

    +Class Hierarchy +

    + +

    +Interface Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/package-list b/KezvhLib/lib/org.apache.commons.collections/apidocs/package-list index 1b06042..7530330 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/package-list +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/package-list @@ -1,12 +1,12 @@ -org.apache.commons.collections -org.apache.commons.collections.bag -org.apache.commons.collections.bidimap -org.apache.commons.collections.buffer -org.apache.commons.collections.collection -org.apache.commons.collections.comparators -org.apache.commons.collections.functors -org.apache.commons.collections.iterators -org.apache.commons.collections.keyvalue -org.apache.commons.collections.list -org.apache.commons.collections.map -org.apache.commons.collections.set +org.apache.commons.collections +org.apache.commons.collections.bag +org.apache.commons.collections.bidimap +org.apache.commons.collections.buffer +org.apache.commons.collections.collection +org.apache.commons.collections.comparators +org.apache.commons.collections.functors +org.apache.commons.collections.iterators +org.apache.commons.collections.keyvalue +org.apache.commons.collections.list +org.apache.commons.collections.map +org.apache.commons.collections.set diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/packages b/KezvhLib/lib/org.apache.commons.collections/apidocs/packages index e8ac51e..29b7ef1 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/packages +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/packages @@ -1,12 +1,12 @@ -org.apache.commons.collections -org.apache.commons.collections.bag -org.apache.commons.collections.bidimap -org.apache.commons.collections.buffer -org.apache.commons.collections.collection -org.apache.commons.collections.comparators -org.apache.commons.collections.functors -org.apache.commons.collections.iterators -org.apache.commons.collections.keyvalue -org.apache.commons.collections.list -org.apache.commons.collections.map +org.apache.commons.collections +org.apache.commons.collections.bag +org.apache.commons.collections.bidimap +org.apache.commons.collections.buffer +org.apache.commons.collections.collection +org.apache.commons.collections.comparators +org.apache.commons.collections.functors +org.apache.commons.collections.iterators +org.apache.commons.collections.keyvalue +org.apache.commons.collections.list +org.apache.commons.collections.map org.apache.commons.collections.set \ No newline at end of file diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/serialized-form.html b/KezvhLib/lib/org.apache.commons.collections/apidocs/serialized-form.html index cc09c35..b247671 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/serialized-form.html +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/serialized-form.html @@ -1,5250 +1,5250 @@ - - - - - - - -Serialized Form (Commons Collections 3.2.1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - - - -
    -
    -

    -Serialized Form

    -
    -
    - - - - - -
    -Package org.apache.commons.collections
    - -

    - - - - - -
    -Class org.apache.commons.collections.ArrayStack extends java.util.ArrayList implements Serializable
    - -

    -serialVersionUID: 2130079159931574599L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.BufferOverflowException extends java.lang.RuntimeException implements Serializable
    - -

    - - - - - -
    -Serialized Fields
    - -

    -throwable

    -
    -java.lang.Throwable throwable
    -
    -
    The root cause throwable -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.BufferUnderflowException extends java.util.NoSuchElementException implements Serializable
    - -

    - - - - - -
    -Serialized Fields
    - -

    -throwable

    -
    -java.lang.Throwable throwable
    -
    -
    The root cause throwable -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.CursorableLinkedList extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 8836393098519411393L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Deprecated. 
    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Deprecated. 
    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.ExtendedProperties extends java.util.Hashtable implements Serializable
    - -

    - - - - - -
    -Serialized Fields
    - -

    -defaults

    -
    -ExtendedProperties defaults
    -
    -
    Default configurations repository. -

    -

    -
    -
    -
    -

    -file

    -
    -java.lang.String file
    -
    + + + + + + + +Serialized Form (Commons Collections 3.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Serialized Form

    +
    +
    + + + + + +
    +Package org.apache.commons.collections
    + +

    + + + + + +
    +Class org.apache.commons.collections.ArrayStack extends java.util.ArrayList implements Serializable
    + +

    +serialVersionUID: 2130079159931574599L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.BufferOverflowException extends java.lang.RuntimeException implements Serializable
    + +

    + + + + + +
    +Serialized Fields
    + +

    +throwable

    +
    +java.lang.Throwable throwable
    +
    +
    The root cause throwable +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.BufferUnderflowException extends java.util.NoSuchElementException implements Serializable
    + +

    + + + + + +
    +Serialized Fields
    + +

    +throwable

    +
    +java.lang.Throwable throwable
    +
    +
    The root cause throwable +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.CursorableLinkedList extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 8836393098519411393L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Deprecated. 
    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Deprecated. 
    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.ExtendedProperties extends java.util.Hashtable implements Serializable
    + +

    + + + + + +
    +Serialized Fields
    + +

    +defaults

    +
    +ExtendedProperties defaults
    +
    +
    Default configurations repository. +

    +

    +
    +
    +
    +

    +file

    +
    +java.lang.String file
    +
    The file connected to this repository (holding comments and - such). -

    -

     
    -
    -
    -
    -

    -basePath

    -
    -java.lang.String basePath
    -
    + such). +

    +

     
    +
    +
    +
    +

    +basePath

    +
    +java.lang.String basePath
    +
    Base path of the configuration file used to create - this ExtendedProperties object. -

    -

    -
    -
    -
    -

    -fileSeparator

    -
    -java.lang.String fileSeparator
    -
    -
    File separator. -

    -

    -
    -
    -
    -

    -isInitialized

    -
    -boolean isInitialized
    -
    -
    Has this configuration been intialized. -

    -

    -
    -
    -
    -

    -keysAsListed

    -
    -java.util.ArrayList keysAsListed
    -
    + this ExtendedProperties object. +

    +

    +
    +
    +
    +

    +fileSeparator

    +
    +java.lang.String fileSeparator
    +
    +
    File separator. +

    +

    +
    +
    +
    +

    +isInitialized

    +
    +boolean isInitialized
    +
    +
    Has this configuration been intialized. +

    +

    +
    +
    +
    +

    +keysAsListed

    +
    +java.util.ArrayList keysAsListed
    +
    These are the keys in the order they listed in the configuration file. This is useful when you wish to perform operations with configuration - information in a particular order. -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.FastArrayList extends java.util.ArrayList implements Serializable
    - -

    - - - - - -
    -Serialized Fields
    - -

    -list

    -
    -java.util.ArrayList list
    -
    -
    The underlying list we are managing. -

    -

    -
    -
    -
    -

    -fast

    -
    -boolean fast
    -
    -
    Are we operating in "fast" mode? -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.FastHashMap extends java.util.HashMap implements Serializable
    - -

    - - - - - -
    -Serialized Fields
    - -

    -map

    -
    -java.util.HashMap map
    -
    -
    The underlying map we are managing. -

    -

    -
    -
    -
    -

    -fast

    -
    -boolean fast
    -
    -
    Are we currently operating in "fast" mode? -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.FastTreeMap extends java.util.TreeMap implements Serializable
    - -

    - - - - - -
    -Serialized Fields
    - -

    -map

    -
    -java.util.TreeMap map
    -
    -
    The underlying map we are managing. -

    -

    -
    -
    -
    -

    -fast

    -
    -boolean fast
    -
    -
    Are we operating in "fast" mode? -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.FunctorException extends java.lang.RuntimeException implements Serializable
    - -

    - - - - - -
    -Serialized Fields
    - -

    -rootCause

    -
    -java.lang.Throwable rootCause
    -
    -
    Root cause of the exception -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.LRUMap extends SequencedHashMap implements Serializable
    - -

    -serialVersionUID: 2197433140769957051L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readExternal

    -
    -public void readExternal(java.io.ObjectInput in)
    -                  throws java.io.IOException,
    -                         java.lang.ClassNotFoundException
    -
    -
    Deprecated. 
    - -
    Throws: -
    java.io.IOException - if the stream raises it -
    java.lang.ClassNotFoundException - if the stream raises it
    -
    -
    -
    -

    -writeExternal

    -
    -public void writeExternal(java.io.ObjectOutput out)
    -                   throws java.io.IOException
    -
    -
    Deprecated. 
    - -
    Throws: -
    java.io.IOException - if the stream raises it
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.MultiHashMap extends java.util.HashMap implements Serializable
    - -

    -serialVersionUID: 1943563828307035349L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream s)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Deprecated. 
    Read the object during deserialization. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.SequencedHashMap extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 3380552487888102930L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readExternal

    -
    -public void readExternal(java.io.ObjectInput in)
    -                  throws java.io.IOException,
    -                         java.lang.ClassNotFoundException
    -
    -
    Deprecated. 
    Deserializes this map from the given stream. -

    -

    - -
    Throws: -
    java.io.IOException - if the stream raises it -
    java.lang.ClassNotFoundException - if the stream raises it
    -
    -
    -
    -

    -writeExternal

    -
    -public void writeExternal(java.io.ObjectOutput out)
    -                   throws java.io.IOException
    -
    -
    Deprecated. 
    Serializes this map to the given stream. -

    -

    - -
    Throws: -
    java.io.IOException - if the stream raises it
    -
    -
    -
    - - - - - -
    -Package org.apache.commons.collections.bag
    - -

    - - - - - -
    -Class org.apache.commons.collections.bag.HashBag extends AbstractMapBag implements Serializable
    - -

    -serialVersionUID: -6561115435802554013L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the bag in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the bag out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.bag.PredicatedBag extends PredicatedCollection implements Serializable
    - -

    -serialVersionUID: -2575833140344736876L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.bag.PredicatedSortedBag extends PredicatedBag implements Serializable
    - -

    -serialVersionUID: 3448581314086406616L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.bag.SynchronizedBag extends SynchronizedCollection implements Serializable
    - -

    -serialVersionUID: 8084674570753837109L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.bag.SynchronizedSortedBag extends SynchronizedBag implements Serializable
    - -

    -serialVersionUID: 722374056718497858L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.bag.TransformedBag extends TransformedCollection implements Serializable
    - -

    -serialVersionUID: 5421170911299074185L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.bag.TransformedSortedBag extends TransformedBag implements Serializable
    - -

    -serialVersionUID: -251737742649401930L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.bag.TreeBag extends AbstractMapBag implements Serializable
    - -

    -serialVersionUID: -7740146511091606676L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the bag in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the bag out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.bag.UnmodifiableBag extends AbstractBagDecorator implements Serializable
    - -

    -serialVersionUID: -1873799975157099624L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the collection in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the collection out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.bag.UnmodifiableSortedBag extends AbstractSortedBagDecorator implements Serializable
    - -

    -serialVersionUID: -3190437252665717841L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the collection in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the collection out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    -
    - - - - - -
    -Package org.apache.commons.collections.bidimap
    - -

    - - - - - -
    -Class org.apache.commons.collections.bidimap.DualHashBidiMap extends AbstractDualBidiMap implements Serializable
    - -

    -serialVersionUID: 721969328361808L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.bidimap.DualTreeBidiMap extends AbstractDualBidiMap implements Serializable
    - -

    -serialVersionUID: 721969328361809L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    - -
    Throws: -
    java.io.IOException
    -
    -
    - - - - - -
    -Serialized Fields
    - -

    -comparator

    -
    -java.util.Comparator comparator
    -
    -
    The comparator to use -

    -

    -
    -
    -
    - - - - - -
    -Package org.apache.commons.collections.buffer
    - -

    - - - - - -
    -Class org.apache.commons.collections.buffer.BlockingBuffer extends SynchronizedBuffer implements Serializable
    - -

    -serialVersionUID: 1719328905017860541L - -

    - - - - - -
    -Serialized Fields
    - -

    -timeout

    -
    -long timeout
    -
    -
    The timeout value in milliseconds. -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.buffer.BoundedBuffer extends SynchronizedBuffer implements Serializable
    - -

    -serialVersionUID: 1536432911093974264L - -

    - - - - - -
    -Serialized Fields
    - -

    -maximumSize

    -
    -int maximumSize
    -
    -
    The maximum size. -

    -

    -
    -
    -
    -

    -timeout

    -
    -long timeout
    -
    -
    The timeout milliseconds. -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.buffer.BoundedFifoBuffer extends java.util.AbstractCollection implements Serializable
    - -

    -serialVersionUID: 5603722811189451017L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the buffer in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the buffer out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - - - - - -
    -Serialized Fields
    - -

    -maxElements

    -
    -int maxElements
    -
    -
    Capacity of the buffer -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.buffer.CircularFifoBuffer extends BoundedFifoBuffer implements Serializable
    - -

    -serialVersionUID: -8423413834657610406L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.buffer.PredicatedBuffer extends PredicatedCollection implements Serializable
    - -

    -serialVersionUID: 2307609000539943581L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.buffer.PriorityBuffer extends java.util.AbstractCollection implements Serializable
    - -

    -serialVersionUID: 6891186490470027896L - -

    - - - - - -
    -Serialized Fields
    - -

    -elements

    -
    -java.lang.Object[] elements
    -
    -
    The elements in this buffer. -

    -

    -
    -
    -
    -

    -size

    -
    -int size
    -
    -
    The number of elements currently in this buffer. -

    -

    -
    -
    -
    -

    -ascendingOrder

    -
    -boolean ascendingOrder
    -
    -
    If true, the first element as determined by the sort order will + information in a particular order. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.FastArrayList extends java.util.ArrayList implements Serializable
    + +

    + + + + + +
    +Serialized Fields
    + +

    +list

    +
    +java.util.ArrayList list
    +
    +
    The underlying list we are managing. +

    +

    +
    +
    +
    +

    +fast

    +
    +boolean fast
    +
    +
    Are we operating in "fast" mode? +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.FastHashMap extends java.util.HashMap implements Serializable
    + +

    + + + + + +
    +Serialized Fields
    + +

    +map

    +
    +java.util.HashMap map
    +
    +
    The underlying map we are managing. +

    +

    +
    +
    +
    +

    +fast

    +
    +boolean fast
    +
    +
    Are we currently operating in "fast" mode? +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.FastTreeMap extends java.util.TreeMap implements Serializable
    + +

    + + + + + +
    +Serialized Fields
    + +

    +map

    +
    +java.util.TreeMap map
    +
    +
    The underlying map we are managing. +

    +

    +
    +
    +
    +

    +fast

    +
    +boolean fast
    +
    +
    Are we operating in "fast" mode? +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.FunctorException extends java.lang.RuntimeException implements Serializable
    + +

    + + + + + +
    +Serialized Fields
    + +

    +rootCause

    +
    +java.lang.Throwable rootCause
    +
    +
    Root cause of the exception +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.LRUMap extends SequencedHashMap implements Serializable
    + +

    +serialVersionUID: 2197433140769957051L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readExternal

    +
    +public void readExternal(java.io.ObjectInput in)
    +                  throws java.io.IOException,
    +                         java.lang.ClassNotFoundException
    +
    +
    Deprecated. 
    + +
    Throws: +
    java.io.IOException - if the stream raises it +
    java.lang.ClassNotFoundException - if the stream raises it
    +
    +
    +
    +

    +writeExternal

    +
    +public void writeExternal(java.io.ObjectOutput out)
    +                   throws java.io.IOException
    +
    +
    Deprecated. 
    + +
    Throws: +
    java.io.IOException - if the stream raises it
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.MultiHashMap extends java.util.HashMap implements Serializable
    + +

    +serialVersionUID: 1943563828307035349L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream s)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Deprecated. 
    Read the object during deserialization. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.SequencedHashMap extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 3380552487888102930L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readExternal

    +
    +public void readExternal(java.io.ObjectInput in)
    +                  throws java.io.IOException,
    +                         java.lang.ClassNotFoundException
    +
    +
    Deprecated. 
    Deserializes this map from the given stream. +

    +

    + +
    Throws: +
    java.io.IOException - if the stream raises it +
    java.lang.ClassNotFoundException - if the stream raises it
    +
    +
    +
    +

    +writeExternal

    +
    +public void writeExternal(java.io.ObjectOutput out)
    +                   throws java.io.IOException
    +
    +
    Deprecated. 
    Serializes this map to the given stream. +

    +

    + +
    Throws: +
    java.io.IOException - if the stream raises it
    +
    +
    +
    + + + + + +
    +Package org.apache.commons.collections.bag
    + +

    + + + + + +
    +Class org.apache.commons.collections.bag.HashBag extends AbstractMapBag implements Serializable
    + +

    +serialVersionUID: -6561115435802554013L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the bag in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the bag out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.bag.PredicatedBag extends PredicatedCollection implements Serializable
    + +

    +serialVersionUID: -2575833140344736876L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.bag.PredicatedSortedBag extends PredicatedBag implements Serializable
    + +

    +serialVersionUID: 3448581314086406616L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.bag.SynchronizedBag extends SynchronizedCollection implements Serializable
    + +

    +serialVersionUID: 8084674570753837109L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.bag.SynchronizedSortedBag extends SynchronizedBag implements Serializable
    + +

    +serialVersionUID: 722374056718497858L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.bag.TransformedBag extends TransformedCollection implements Serializable
    + +

    +serialVersionUID: 5421170911299074185L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.bag.TransformedSortedBag extends TransformedBag implements Serializable
    + +

    +serialVersionUID: -251737742649401930L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.bag.TreeBag extends AbstractMapBag implements Serializable
    + +

    +serialVersionUID: -7740146511091606676L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the bag in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the bag out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.bag.UnmodifiableBag extends AbstractBagDecorator implements Serializable
    + +

    +serialVersionUID: -1873799975157099624L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the collection in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the collection out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.bag.UnmodifiableSortedBag extends AbstractSortedBagDecorator implements Serializable
    + +

    +serialVersionUID: -3190437252665717841L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the collection in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the collection out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    +
    + + + + + +
    +Package org.apache.commons.collections.bidimap
    + +

    + + + + + +
    +Class org.apache.commons.collections.bidimap.DualHashBidiMap extends AbstractDualBidiMap implements Serializable
    + +

    +serialVersionUID: 721969328361808L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.bidimap.DualTreeBidiMap extends AbstractDualBidiMap implements Serializable
    + +

    +serialVersionUID: 721969328361809L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    + +
    Throws: +
    java.io.IOException
    +
    +
    + + + + + +
    +Serialized Fields
    + +

    +comparator

    +
    +java.util.Comparator comparator
    +
    +
    The comparator to use +

    +

    +
    +
    +
    + + + + + +
    +Package org.apache.commons.collections.buffer
    + +

    + + + + + +
    +Class org.apache.commons.collections.buffer.BlockingBuffer extends SynchronizedBuffer implements Serializable
    + +

    +serialVersionUID: 1719328905017860541L + +

    + + + + + +
    +Serialized Fields
    + +

    +timeout

    +
    +long timeout
    +
    +
    The timeout value in milliseconds. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.buffer.BoundedBuffer extends SynchronizedBuffer implements Serializable
    + +

    +serialVersionUID: 1536432911093974264L + +

    + + + + + +
    +Serialized Fields
    + +

    +maximumSize

    +
    +int maximumSize
    +
    +
    The maximum size. +

    +

    +
    +
    +
    +

    +timeout

    +
    +long timeout
    +
    +
    The timeout milliseconds. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.buffer.BoundedFifoBuffer extends java.util.AbstractCollection implements Serializable
    + +

    +serialVersionUID: 5603722811189451017L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the buffer in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the buffer out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + + + + + +
    +Serialized Fields
    + +

    +maxElements

    +
    +int maxElements
    +
    +
    Capacity of the buffer +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.buffer.CircularFifoBuffer extends BoundedFifoBuffer implements Serializable
    + +

    +serialVersionUID: -8423413834657610406L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.buffer.PredicatedBuffer extends PredicatedCollection implements Serializable
    + +

    +serialVersionUID: 2307609000539943581L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.buffer.PriorityBuffer extends java.util.AbstractCollection implements Serializable
    + +

    +serialVersionUID: 6891186490470027896L + +

    + + + + + +
    +Serialized Fields
    + +

    +elements

    +
    +java.lang.Object[] elements
    +
    +
    The elements in this buffer. +

    +

    +
    +
    +
    +

    +size

    +
    +int size
    +
    +
    The number of elements currently in this buffer. +

    +

    +
    +
    +
    +

    +ascendingOrder

    +
    +boolean ascendingOrder
    +
    +
    If true, the first element as determined by the sort order will be returned. If false, the last element as determined by the - sort order will be returned. -

    -

    -
    -
    -
    -

    -comparator

    -
    -java.util.Comparator comparator
    -
    -
    The comparator used to order the elements -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.buffer.SynchronizedBuffer extends SynchronizedCollection implements Serializable
    - -

    -serialVersionUID: -6859936183953626253L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.buffer.TransformedBuffer extends TransformedCollection implements Serializable
    - -

    -serialVersionUID: -7901091318986132033L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.buffer.UnboundedFifoBuffer extends java.util.AbstractCollection implements Serializable
    - -

    -serialVersionUID: -3482960336579541419L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the buffer in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the buffer out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.buffer.UnmodifiableBuffer extends AbstractBufferDecorator implements Serializable
    - -

    -serialVersionUID: 1832948656215393357L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the collection in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the collection out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    -
    - - - - - -
    -Package org.apache.commons.collections.collection
    - -

    - - - - - -
    -Class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator extends AbstractCollectionDecorator implements Serializable
    - -

    -serialVersionUID: 6249888059822088500L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the collection in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the collection out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.collection.PredicatedCollection extends AbstractSerializableCollectionDecorator implements Serializable
    - -

    -serialVersionUID: -5259182142076705162L - -

    - - - - - -
    -Serialized Fields
    - -

    -predicate

    -
    -Predicate predicate
    -
    -
    The predicate to use -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.collection.SynchronizedCollection extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 2412805092710877986L - -

    - - - - - -
    -Serialized Fields
    - -

    -collection

    -
    -java.util.Collection collection
    -
    -
    The collection to decorate -

    -

    -
    -
    -
    -

    -lock

    -
    -java.lang.Object lock
    -
    -
    The object to lock on, needed for List/SortedSet views -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.collection.TransformedCollection extends AbstractSerializableCollectionDecorator implements Serializable
    - -

    -serialVersionUID: 8692300188161871514L - -

    - - - - - -
    -Serialized Fields
    - -

    -transformer

    -
    -Transformer transformer
    -
    -
    The transformer to use -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.collection.UnmodifiableBoundedCollection extends AbstractSerializableCollectionDecorator implements Serializable
    - -

    -serialVersionUID: -7112672385450340330L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.collection.UnmodifiableCollection extends AbstractSerializableCollectionDecorator implements Serializable
    - -

    -serialVersionUID: -239892006883819945L - -

    -


    - - - - - -
    -Package org.apache.commons.collections.comparators
    - -

    - - - - - -
    -Class org.apache.commons.collections.comparators.BooleanComparator extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 1830042991606340609L - -

    - - - - - -
    -Serialized Fields
    - -

    -trueFirst

    -
    -boolean trueFirst
    -
    -
    true iff true values sort before false values. -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.comparators.ComparableComparator extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -291439688585137865L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.comparators.ComparatorChain extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -721644942746081630L - -

    - - - - - -
    -Serialized Fields
    - -

    -comparatorChain

    -
    -java.util.List comparatorChain
    -
    -
    The list of comparators in the chain. -

    -

    -
    -
    -
    -

    -orderingBits

    -
    -java.util.BitSet orderingBits
    -
    -
    Order - false (clear) = ascend; true (set) = descend. -

    -

    -
    -
    -
    -

    -isLocked

    -
    -boolean isLocked
    -
    -
    Whether the chain has been "locked". -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.comparators.NullComparator extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -5820772575483504339L - -

    - - - - - -
    -Serialized Fields
    - -

    -nonNullComparator

    -
    -java.util.Comparator nonNullComparator
    -
    -
    The comparator to use when comparing two non-null objects. -

    -

    -
    -
    -
    -

    -nullsAreHigh

    -
    -boolean nullsAreHigh
    -
    + sort order will be returned. +

    +

    +
    +
    +
    +

    +comparator

    +
    +java.util.Comparator comparator
    +
    +
    The comparator used to order the elements +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.buffer.SynchronizedBuffer extends SynchronizedCollection implements Serializable
    + +

    +serialVersionUID: -6859936183953626253L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.buffer.TransformedBuffer extends TransformedCollection implements Serializable
    + +

    +serialVersionUID: -7901091318986132033L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.buffer.UnboundedFifoBuffer extends java.util.AbstractCollection implements Serializable
    + +

    +serialVersionUID: -3482960336579541419L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the buffer in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the buffer out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.buffer.UnmodifiableBuffer extends AbstractBufferDecorator implements Serializable
    + +

    +serialVersionUID: 1832948656215393357L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the collection in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the collection out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    +
    + + + + + +
    +Package org.apache.commons.collections.collection
    + +

    + + + + + +
    +Class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator extends AbstractCollectionDecorator implements Serializable
    + +

    +serialVersionUID: 6249888059822088500L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the collection in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the collection out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.collection.PredicatedCollection extends AbstractSerializableCollectionDecorator implements Serializable
    + +

    +serialVersionUID: -5259182142076705162L + +

    + + + + + +
    +Serialized Fields
    + +

    +predicate

    +
    +Predicate predicate
    +
    +
    The predicate to use +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.collection.SynchronizedCollection extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 2412805092710877986L + +

    + + + + + +
    +Serialized Fields
    + +

    +collection

    +
    +java.util.Collection collection
    +
    +
    The collection to decorate +

    +

    +
    +
    +
    +

    +lock

    +
    +java.lang.Object lock
    +
    +
    The object to lock on, needed for List/SortedSet views +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.collection.TransformedCollection extends AbstractSerializableCollectionDecorator implements Serializable
    + +

    +serialVersionUID: 8692300188161871514L + +

    + + + + + +
    +Serialized Fields
    + +

    +transformer

    +
    +Transformer transformer
    +
    +
    The transformer to use +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.collection.UnmodifiableBoundedCollection extends AbstractSerializableCollectionDecorator implements Serializable
    + +

    +serialVersionUID: -7112672385450340330L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.collection.UnmodifiableCollection extends AbstractSerializableCollectionDecorator implements Serializable
    + +

    +serialVersionUID: -239892006883819945L + +

    +


    + + + + + +
    +Package org.apache.commons.collections.comparators
    + +

    + + + + + +
    +Class org.apache.commons.collections.comparators.BooleanComparator extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 1830042991606340609L + +

    + + + + + +
    +Serialized Fields
    + +

    +trueFirst

    +
    +boolean trueFirst
    +
    +
    true iff true values sort before false values. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.comparators.ComparableComparator extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -291439688585137865L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.comparators.ComparatorChain extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -721644942746081630L + +

    + + + + + +
    +Serialized Fields
    + +

    +comparatorChain

    +
    +java.util.List comparatorChain
    +
    +
    The list of comparators in the chain. +

    +

    +
    +
    +
    +

    +orderingBits

    +
    +java.util.BitSet orderingBits
    +
    +
    Order - false (clear) = ascend; true (set) = descend. +

    +

    +
    +
    +
    +

    +isLocked

    +
    +boolean isLocked
    +
    +
    Whether the chain has been "locked". +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.comparators.NullComparator extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -5820772575483504339L + +

    + + + + + +
    +Serialized Fields
    + +

    +nonNullComparator

    +
    +java.util.Comparator nonNullComparator
    +
    +
    The comparator to use when comparing two non-null objects. +

    +

    +
    +
    +
    +

    +nullsAreHigh

    +
    +boolean nullsAreHigh
    +
    Specifies whether a null are compared as higher than - non-null objects. -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.comparators.ReverseComparator extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 2858887242028539265L - -

    - - - - - -
    -Serialized Fields
    - -

    -comparator

    -
    -java.util.Comparator comparator
    -
    -
    The comparator being decorated. -

    -

    -
    -
    -
    - - - - - -
    -Package org.apache.commons.collections.functors
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.AllPredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -3094696765038308799L - -

    - - - - - -
    -Serialized Fields
    - -

    -iPredicates

    -
    -Predicate[] iPredicates
    -
    -
    The array of predicates to call -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.AndPredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 4189014213763186912L - -

    - - - - - -
    -Serialized Fields
    - -

    -iPredicate1

    -
    -Predicate iPredicate1
    -
    -
    The array of predicates to call -

    -

    -
    -
    -
    -

    -iPredicate2

    -
    -Predicate iPredicate2
    -
    -
    The array of predicates to call -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.AnyPredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 7429999530934647542L - -

    - - - - - -
    -Serialized Fields
    - -

    -iPredicates

    -
    -Predicate[] iPredicates
    -
    -
    The array of predicates to call -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.ChainedClosure extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -3520677225766901240L - -

    - - - - - -
    -Serialized Fields
    - -

    -iClosures

    -
    -Closure[] iClosures
    -
    -
    The closures to call in turn -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.ChainedTransformer extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 3514945074733160196L - -

    - - - - - -
    -Serialized Fields
    - -

    -iTransformers

    -
    -Transformer[] iTransformers
    -
    -
    The transformers to call in turn -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.CloneTransformer extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -8188742709499652567L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.ClosureTransformer extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 478466901448617286L - -

    - - - - - -
    -Serialized Fields
    - -

    -iClosure

    -
    -Closure iClosure
    -
    -
    The closure to wrap -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.ConstantFactory extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -3520677225766901240L - -

    - - - - - -
    -Serialized Fields
    - -

    -iConstant

    -
    -java.lang.Object iConstant
    -
    -
    The closures to call in turn -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.ConstantTransformer extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 6374440726369055124L - -

    - - - - - -
    -Serialized Fields
    - -

    -iConstant

    -
    -java.lang.Object iConstant
    -
    -
    The closures to call in turn -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.EqualPredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 5633766978029907089L - -

    - - - - - -
    -Serialized Fields
    - -

    -iValue

    -
    -java.lang.Object iValue
    -
    -
    The value to compare to -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.ExceptionClosure extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 7179106032121985545L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.ExceptionFactory extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 7179106032121985545L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.ExceptionPredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 7179106032121985545L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.ExceptionTransformer extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 7179106032121985545L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.FactoryTransformer extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -6817674502475353160L - -

    - - - - - -
    -Serialized Fields
    - -

    -iFactory

    -
    -Factory iFactory
    -
    -
    The factory to wrap -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.FalsePredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 7533784454832764388L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.ForClosure extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -1190120533393621674L - -

    - - - - - -
    -Serialized Fields
    - -

    -iCount

    -
    -int iCount
    -
    -
    The number of times to loop -

    -

    -
    -
    -
    -

    -iClosure

    -
    -Closure iClosure
    -
    -
    The closure to call -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.IdentityPredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -89901658494523293L - -

    - - - - - -
    -Serialized Fields
    - -

    -iValue

    -
    -java.lang.Object iValue
    -
    -
    The value to compare to -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.IfClosure extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 3518477308466486130L - -

    - - - - - -
    -Serialized Fields
    - -

    -iPredicate

    -
    -Predicate iPredicate
    -
    -
    The test -

    -

    -
    -
    -
    -

    -iTrueClosure

    -
    -Closure iTrueClosure
    -
    -
    The closure to use if true -

    -

    -
    -
    -
    -

    -iFalseClosure

    -
    -Closure iFalseClosure
    -
    -
    The closure to use if false -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.InstanceofPredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -6682656911025165584L - -

    - - - - - -
    -Serialized Fields
    - -

    -iType

    -
    -java.lang.Class iType
    -
    -
    The type to compare to -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.InstantiateFactory extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -7732226881069447957L - -

    - - - - - -
    -Serialized Fields
    - -

    -iClassToInstantiate

    -
    -java.lang.Class iClassToInstantiate
    -
    -
    The class to create -

    -

    -
    -
    -
    -

    -iParamTypes

    -
    -java.lang.Class[] iParamTypes
    -
    -
    The constructor parameter types -

    -

    -
    -
    -
    -

    -iArgs

    -
    -java.lang.Object[] iArgs
    -
    -
    The constructor arguments -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.InstantiateTransformer extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 3786388740793356347L - -

    - - - - - -
    -Serialized Fields
    - -

    -iParamTypes

    -
    -java.lang.Class[] iParamTypes
    -
    -
    The constructor parameter types -

    -

    -
    -
    -
    -

    -iArgs

    -
    -java.lang.Object[] iArgs
    -
    -
    The constructor arguments -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.InvokerTransformer extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -8653385846894047688L - -

    - - - - - -
    -Serialized Fields
    - -

    -iMethodName

    -
    -java.lang.String iMethodName
    -
    -
    The method name to call -

    -

    -
    -
    -
    -

    -iParamTypes

    -
    -java.lang.Class[] iParamTypes
    -
    -
    The array of reflection parameter types -

    -

    -
    -
    -
    -

    -iArgs

    -
    -java.lang.Object[] iArgs
    -
    -
    The array of reflection arguments -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.MapTransformer extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 862391807045468939L - -

    - - - - - -
    -Serialized Fields
    - -

    -iMap

    -
    -java.util.Map iMap
    -
    -
    The map of data to lookup in -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.NonePredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 2007613066565892961L - -

    - - - - - -
    -Serialized Fields
    - -

    -iPredicates

    -
    -Predicate[] iPredicates
    -
    -
    The array of predicates to call -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.NOPClosure extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 3518477308466486130L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.NOPTransformer extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 2133891748318574490L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.NotNullPredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 7533784454832764388L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.NotPredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -2654603322338049674L - -

    - - - - - -
    -Serialized Fields
    - -

    -iPredicate

    -
    -Predicate iPredicate
    -
    -
    The predicate to decorate -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.NullIsExceptionPredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 3243449850504576071L - -

    - - - - - -
    -Serialized Fields
    - -

    -iPredicate

    -
    -Predicate iPredicate
    -
    -
    The predicate to decorate -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.NullIsFalsePredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -2997501534564735525L - -

    - - - - - -
    -Serialized Fields
    - -

    -iPredicate

    -
    -Predicate iPredicate
    -
    -
    The predicate to decorate -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.NullIsTruePredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -7625133768987126273L - -

    - - - - - -
    -Serialized Fields
    - -

    -iPredicate

    -
    -Predicate iPredicate
    -
    -
    The predicate to decorate -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.NullPredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 7533784454832764388L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.OnePredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -8125389089924745785L - -

    - - - - - -
    -Serialized Fields
    - -

    -iPredicates

    -
    -Predicate[] iPredicates
    -
    -
    The array of predicates to call -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.OrPredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -8791518325735182855L - -

    - - - - - -
    -Serialized Fields
    - -

    -iPredicate1

    -
    -Predicate iPredicate1
    -
    -
    The array of predicates to call -

    -

    -
    -
    -
    -

    -iPredicate2

    -
    -Predicate iPredicate2
    -
    -
    The array of predicates to call -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.PredicateTransformer extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 5278818408044349346L - -

    - - - - - -
    -Serialized Fields
    - -

    -iPredicate

    -
    -Predicate iPredicate
    -
    -
    The closure to wrap -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.StringValueTransformer extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 7511110693171758606L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.SwitchClosure extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 3518477308466486130L - -

    - - - - - -
    -Serialized Fields
    - -

    -iPredicates

    -
    -Predicate[] iPredicates
    -
    -
    The tests to consider -

    -

    -
    -
    -
    -

    -iClosures

    -
    -Closure[] iClosures
    -
    -
    The matching closures to call -

    -

    -
    -
    -
    -

    -iDefault

    -
    -Closure iDefault
    -
    -
    The default closure to call if no tests match -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.SwitchTransformer extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -6404460890903469332L - -

    - - - - - -
    -Serialized Fields
    - -

    -iPredicates

    -
    -Predicate[] iPredicates
    -
    -
    The tests to consider -

    -

    -
    -
    -
    -

    -iTransformers

    -
    -Transformer[] iTransformers
    -
    -
    The matching transformers to call -

    -

    -
    -
    -
    -

    -iDefault

    -
    -Transformer iDefault
    -
    -
    The default transformer to call if no tests match -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.TransformedPredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -5596090919668315834L - -

    - - - - - -
    -Serialized Fields
    - -

    -iTransformer

    -
    -Transformer iTransformer
    -
    -
    The transformer to call -

    -

    -
    -
    -
    -

    -iPredicate

    -
    -Predicate iPredicate
    -
    -
    The predicate to call -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.TransformerClosure extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -5194992589193388969L - -

    - - - - - -
    -Serialized Fields
    - -

    -iTransformer

    -
    -Transformer iTransformer
    -
    -
    The transformer to wrap -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.TransformerPredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -2407966402920578741L - -

    - - - - - -
    -Serialized Fields
    - -

    -iTransformer

    -
    -Transformer iTransformer
    -
    -
    The transformer to call -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.TruePredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 3374767158756189740L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.UniquePredicate extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -3319417438027438040L - -

    - - - - - -
    -Serialized Fields
    - -

    -iSet

    -
    -java.util.Set iSet
    -
    -
    The set of previously seen objects -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.functors.WhileClosure extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -3110538116913760108L - -

    - - - - - -
    -Serialized Fields
    - -

    -iPredicate

    -
    -Predicate iPredicate
    -
    -
    The test condition -

    -

    -
    -
    -
    -

    -iClosure

    -
    -Closure iClosure
    -
    -
    The closure to call -

    -

    -
    -
    -
    -

    -iDoLoop

    -
    -boolean iDoLoop
    -
    -
    The flag, true is a do loop, false is a while -

    -

    -
    -
    -
    - - - - - -
    -Package org.apache.commons.collections.keyvalue
    - -

    - - - - - -
    -Class org.apache.commons.collections.keyvalue.MultiKey extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 4465448607415788805L - -

    - - - - - -
    -Serialized Fields
    - -

    -keys

    -
    -java.lang.Object[] keys
    -
    -
    The individual keys -

    -

    -
    -
    -
    -

    -hashCode

    -
    -int hashCode
    -
    -
    The cached hashCode -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.keyvalue.TiedMapEntry extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -8453869361373831205L - -

    - - - - - -
    -Serialized Fields
    - -

    -map

    -
    -java.util.Map map
    -
    -
    The map underlying the entry/iterator -

    -

    -
    -
    -
    -

    -key

    -
    -java.lang.Object key
    -
    -
    The key -

    -

    -
    -
    -
    - - - - - -
    -Package org.apache.commons.collections.list
    - -

    - - - - - -
    -Class org.apache.commons.collections.list.AbstractSerializableListDecorator extends AbstractListDecorator implements Serializable
    - -

    -serialVersionUID: 2684959196747496299L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the list in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the list out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.list.CursorableLinkedList extends AbstractLinkedList implements Serializable
    - -

    -serialVersionUID: 8836393098519411393L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Deserializes the data held in this object to the stream specified. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Serializes the data held in this object to the stream specified. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.list.FixedSizeList extends AbstractSerializableListDecorator implements Serializable
    - -

    -serialVersionUID: -2218010673611160319L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.list.GrowthList extends AbstractSerializableListDecorator implements Serializable
    - -

    -serialVersionUID: -3620001881672L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.list.LazyList extends AbstractSerializableListDecorator implements Serializable
    - -

    -serialVersionUID: -1708388017160694542L - -

    - - - - - -
    -Serialized Fields
    - -

    -factory

    -
    -Factory factory
    -
    -
    The factory to use to lazily instantiate the objects -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.list.NodeCachingLinkedList extends AbstractLinkedList implements Serializable
    - -

    -serialVersionUID: 6897789178562232073L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Deserializes the data held in this object to the stream specified. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Serializes the data held in this object to the stream specified. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - - - - - -
    -Serialized Fields
    - -

    -maximumCacheSize

    -
    -int maximumCacheSize
    -
    -
    The maximum size of the cache. -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.list.PredicatedList extends PredicatedCollection implements Serializable
    - -

    -serialVersionUID: -5722039223898659102L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.list.SetUniqueList extends AbstractSerializableListDecorator implements Serializable
    - -

    -serialVersionUID: 7196982186153478694L - -

    - - - - - -
    -Serialized Fields
    - -

    -set

    -
    -java.util.Set set
    -
    -
    Internal Set to maintain uniqueness. -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.list.SynchronizedList extends SynchronizedCollection implements Serializable
    - -

    -serialVersionUID: -1403835447328619437L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.list.TransformedList extends TransformedCollection implements Serializable
    - -

    -serialVersionUID: 1077193035000013141L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.list.UnmodifiableList extends AbstractSerializableListDecorator implements Serializable
    - -

    -serialVersionUID: 6595182819922443652L - -

    -


    - - - - - -
    -Package org.apache.commons.collections.map
    - -

    - - - - - -
    -Class org.apache.commons.collections.map.CaseInsensitiveMap extends AbstractHashedMap implements Serializable
    - -

    -serialVersionUID: -7074655917369299456L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.map.DefaultedMap extends AbstractMapDecorator implements Serializable
    - -

    -serialVersionUID: 19698628745827L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - - - - - -
    -Serialized Fields
    - -

    -value

    -
    -java.lang.Object value
    -
    -
    The transformer to use if the map does not contain a key -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.map.FixedSizeMap extends AbstractMapDecorator implements Serializable
    - -

    -serialVersionUID: 7450927208116179316L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    Since:
    -
    Commons Collections 3.1
    -
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    Since:
    -
    Commons Collections 3.1
    -
    -
    - - -

    - - - - - -
    -Class org.apache.commons.collections.map.FixedSizeSortedMap extends AbstractSortedMapDecorator implements Serializable
    - -

    -serialVersionUID: 3126019624511683653L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.map.Flat3Map extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -6701087419741928296L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.map.HashedMap extends AbstractHashedMap implements Serializable
    - -

    -serialVersionUID: -1788199231038721040L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.map.IdentityMap extends AbstractHashedMap implements Serializable
    - -

    -serialVersionUID: 2028493495224302329L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.map.LazyMap extends AbstractMapDecorator implements Serializable
    - -

    -serialVersionUID: 7990956402564206740L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    Since:
    -
    Commons Collections 3.1
    -
    -
    - -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    Since:
    -
    Commons Collections 3.1
    -
    -
    - - - - - - -
    -Serialized Fields
    - -

    -factory

    -
    -Transformer factory
    -
    -
    The factory to use to construct elements -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.map.LazySortedMap extends LazyMap implements Serializable
    - -

    -serialVersionUID: 2715322183617658933L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.map.LinkedMap extends AbstractLinkedMap implements Serializable
    - -

    -serialVersionUID: 9077234323521161066L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.map.ListOrderedMap extends AbstractMapDecorator implements Serializable
    - -

    -serialVersionUID: 2728177751851003750L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    Since:
    -
    Commons Collections 3.1
    -
    -
    - -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    Since:
    -
    Commons Collections 3.1
    -
    -
    - - - - - - -
    -Serialized Fields
    - -

    -insertOrder

    -
    -java.util.List insertOrder
    -
    -
    Internal list to hold the sequence of objects -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.map.LRUMap extends AbstractLinkedMap implements Serializable
    - -

    -serialVersionUID: -612114643488955218L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - - - - - -
    -Serialized Fields
    - -

    -scanUntilRemovable

    -
    -boolean scanUntilRemovable
    -
    -
    Scan behaviour -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.map.MultiKeyMap extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -1788199231038721040L - -

    - - - - - -
    -Serialized Fields
    - -

    -map

    -
    -AbstractHashedMap map
    -
    -
    The decorated map -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.map.PredicatedMap extends org.apache.commons.collections.map.AbstractInputCheckedMapDecorator implements Serializable
    - -

    -serialVersionUID: 7412622456128415156L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    Since:
    -
    Commons Collections 3.1
    -
    -
    - -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    Since:
    -
    Commons Collections 3.1
    -
    -
    - - - - - - -
    -Serialized Fields
    - -

    -keyPredicate

    -
    -Predicate keyPredicate
    -
    -
    The key predicate to use -

    -

    -
    -
    -
    -

    -valuePredicate

    -
    -Predicate valuePredicate
    -
    -
    The value predicate to use -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.map.PredicatedSortedMap extends PredicatedMap implements Serializable
    - -

    -serialVersionUID: 3359846175935304332L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.map.ReferenceIdentityMap extends AbstractReferenceMap implements Serializable
    - -

    -serialVersionUID: -1266190134568365852L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.map.ReferenceMap extends AbstractReferenceMap implements Serializable
    - -

    -serialVersionUID: 1555089888138299607L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.map.SingletonMap extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: -8931271118676803261L - -

    - - - - - -
    -Serialized Fields
    - -

    -key

    -
    -java.lang.Object key
    -
    -
    Singleton key -

    -

    -
    -
    -
    -

    -value

    -
    -java.lang.Object value
    -
    -
    Singleton value -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.map.TransformedMap extends org.apache.commons.collections.map.AbstractInputCheckedMapDecorator implements Serializable
    - -

    -serialVersionUID: 7023152376788900464L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    Since:
    -
    Commons Collections 3.1
    -
    -
    - -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    Since:
    -
    Commons Collections 3.1
    -
    -
    - - - - - - -
    -Serialized Fields
    - -

    -keyTransformer

    -
    -Transformer keyTransformer
    -
    -
    The transformer to use for the key -

    -

    -
    -
    -
    -

    -valueTransformer

    -
    -Transformer valueTransformer
    -
    -
    The transformer to use for the value -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.map.TransformedSortedMap extends TransformedMap implements Serializable
    - -

    -serialVersionUID: -8751771676410385778L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.map.UnmodifiableMap extends AbstractMapDecorator implements Serializable
    - -

    -serialVersionUID: 2737023427269031941L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    Since:
    -
    Commons Collections 3.1
    -
    -
    - -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    Since:
    -
    Commons Collections 3.1
    -
    -
    - - -

    - - - - - -
    -Class org.apache.commons.collections.map.UnmodifiableOrderedMap extends AbstractOrderedMapDecorator implements Serializable
    - -

    -serialVersionUID: 8136428161720526266L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    Since:
    -
    Commons Collections 3.1
    -
    -
    - -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    Since:
    -
    Commons Collections 3.1
    -
    -
    - - -

    - - - - - -
    -Class org.apache.commons.collections.map.UnmodifiableSortedMap extends AbstractSortedMapDecorator implements Serializable
    - -

    -serialVersionUID: 5805344239827376360L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the map in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    Since:
    -
    Commons Collections 3.1
    -
    -
    - -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the map out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    Since:
    -
    Commons Collections 3.1
    -
    -
    - -
    - - - - - -
    -Package org.apache.commons.collections.set
    - -

    - - - - - -
    -Class org.apache.commons.collections.set.AbstractSerializableSetDecorator extends AbstractSetDecorator implements Serializable
    - -

    -serialVersionUID: 1229469966212206107L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the set in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the set out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.set.ListOrderedSet extends AbstractSerializableSetDecorator implements Serializable
    - -

    -serialVersionUID: -228664372470420141L - -

    - - - - - -
    -Serialized Fields
    - -

    -setOrder

    -
    -java.util.List setOrder
    -
    -
    Internal list to hold the sequence of objects -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.set.MapBackedSet extends java.lang.Object implements Serializable
    - -

    -serialVersionUID: 6723912213766056587L - -

    - - - - - -
    -Serialized Fields
    - -

    -map

    -
    -java.util.Map map
    -
    -
    The map being used as the backing store -

    -

    -
    -
    -
    -

    -dummyValue

    -
    -java.lang.Object dummyValue
    -
    -
    The dummyValue to use -

    -

    -
    -
    - -

    - - - - - -
    -Class org.apache.commons.collections.set.PredicatedSet extends PredicatedCollection implements Serializable
    - -

    -serialVersionUID: -684521469108685117L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.set.PredicatedSortedSet extends PredicatedSet implements Serializable
    - -

    -serialVersionUID: -9110948148132275052L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.set.SynchronizedSet extends SynchronizedCollection implements Serializable
    - -

    -serialVersionUID: -8304417378626543635L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.set.SynchronizedSortedSet extends SynchronizedCollection implements Serializable
    - -

    -serialVersionUID: 2775582861954500111L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.set.TransformedSet extends TransformedCollection implements Serializable
    - -

    -serialVersionUID: 306127383500410386L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.set.TransformedSortedSet extends TransformedSet implements Serializable
    - -

    -serialVersionUID: -1675486811351124386L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.set.UnmodifiableSet extends AbstractSerializableSetDecorator implements Serializable
    - -

    -serialVersionUID: 6499119872185240161L - -

    - -

    - - - - - -
    -Class org.apache.commons.collections.set.UnmodifiableSortedSet extends AbstractSortedSetDecorator implements Serializable
    - -

    -serialVersionUID: -725356885467962424L - -

    - - - - - -
    -Serialization Methods
    - -

    -

    -readObject

    -
    -private void readObject(java.io.ObjectInputStream in)
    -                 throws java.io.IOException,
    -                        java.lang.ClassNotFoundException
    -
    -
    Read the collection in using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException -
    java.lang.ClassNotFoundException
    -
    -
    -
    -

    -writeObject

    -
    -private void writeObject(java.io.ObjectOutputStream out)
    -                  throws java.io.IOException
    -
    -
    Write the collection out using a custom routine. -

    -

    - -
    Throws: -
    java.io.IOException
    -
    -
    - -

    -


    - - - - - - - - - - - - - - - -
    - -
    - - - -
    -Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. - - + non-null objects. +

    +

    +
    + + +

    + + + + + +
    +Class org.apache.commons.collections.comparators.ReverseComparator extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 2858887242028539265L + +

    + + + + + +
    +Serialized Fields
    + +

    +comparator

    +
    +java.util.Comparator comparator
    +
    +
    The comparator being decorated. +

    +

    +
    +
    +
    + + + + + +
    +Package org.apache.commons.collections.functors
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.AllPredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -3094696765038308799L + +

    + + + + + +
    +Serialized Fields
    + +

    +iPredicates

    +
    +Predicate[] iPredicates
    +
    +
    The array of predicates to call +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.AndPredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 4189014213763186912L + +

    + + + + + +
    +Serialized Fields
    + +

    +iPredicate1

    +
    +Predicate iPredicate1
    +
    +
    The array of predicates to call +

    +

    +
    +
    +
    +

    +iPredicate2

    +
    +Predicate iPredicate2
    +
    +
    The array of predicates to call +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.AnyPredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 7429999530934647542L + +

    + + + + + +
    +Serialized Fields
    + +

    +iPredicates

    +
    +Predicate[] iPredicates
    +
    +
    The array of predicates to call +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.ChainedClosure extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -3520677225766901240L + +

    + + + + + +
    +Serialized Fields
    + +

    +iClosures

    +
    +Closure[] iClosures
    +
    +
    The closures to call in turn +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.ChainedTransformer extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 3514945074733160196L + +

    + + + + + +
    +Serialized Fields
    + +

    +iTransformers

    +
    +Transformer[] iTransformers
    +
    +
    The transformers to call in turn +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.CloneTransformer extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -8188742709499652567L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.ClosureTransformer extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 478466901448617286L + +

    + + + + + +
    +Serialized Fields
    + +

    +iClosure

    +
    +Closure iClosure
    +
    +
    The closure to wrap +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.ConstantFactory extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -3520677225766901240L + +

    + + + + + +
    +Serialized Fields
    + +

    +iConstant

    +
    +java.lang.Object iConstant
    +
    +
    The closures to call in turn +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.ConstantTransformer extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 6374440726369055124L + +

    + + + + + +
    +Serialized Fields
    + +

    +iConstant

    +
    +java.lang.Object iConstant
    +
    +
    The closures to call in turn +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.EqualPredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 5633766978029907089L + +

    + + + + + +
    +Serialized Fields
    + +

    +iValue

    +
    +java.lang.Object iValue
    +
    +
    The value to compare to +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.ExceptionClosure extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 7179106032121985545L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.ExceptionFactory extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 7179106032121985545L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.ExceptionPredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 7179106032121985545L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.ExceptionTransformer extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 7179106032121985545L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.FactoryTransformer extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -6817674502475353160L + +

    + + + + + +
    +Serialized Fields
    + +

    +iFactory

    +
    +Factory iFactory
    +
    +
    The factory to wrap +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.FalsePredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 7533784454832764388L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.ForClosure extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -1190120533393621674L + +

    + + + + + +
    +Serialized Fields
    + +

    +iCount

    +
    +int iCount
    +
    +
    The number of times to loop +

    +

    +
    +
    +
    +

    +iClosure

    +
    +Closure iClosure
    +
    +
    The closure to call +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.IdentityPredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -89901658494523293L + +

    + + + + + +
    +Serialized Fields
    + +

    +iValue

    +
    +java.lang.Object iValue
    +
    +
    The value to compare to +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.IfClosure extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 3518477308466486130L + +

    + + + + + +
    +Serialized Fields
    + +

    +iPredicate

    +
    +Predicate iPredicate
    +
    +
    The test +

    +

    +
    +
    +
    +

    +iTrueClosure

    +
    +Closure iTrueClosure
    +
    +
    The closure to use if true +

    +

    +
    +
    +
    +

    +iFalseClosure

    +
    +Closure iFalseClosure
    +
    +
    The closure to use if false +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.InstanceofPredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -6682656911025165584L + +

    + + + + + +
    +Serialized Fields
    + +

    +iType

    +
    +java.lang.Class iType
    +
    +
    The type to compare to +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.InstantiateFactory extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -7732226881069447957L + +

    + + + + + +
    +Serialized Fields
    + +

    +iClassToInstantiate

    +
    +java.lang.Class iClassToInstantiate
    +
    +
    The class to create +

    +

    +
    +
    +
    +

    +iParamTypes

    +
    +java.lang.Class[] iParamTypes
    +
    +
    The constructor parameter types +

    +

    +
    +
    +
    +

    +iArgs

    +
    +java.lang.Object[] iArgs
    +
    +
    The constructor arguments +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.InstantiateTransformer extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 3786388740793356347L + +

    + + + + + +
    +Serialized Fields
    + +

    +iParamTypes

    +
    +java.lang.Class[] iParamTypes
    +
    +
    The constructor parameter types +

    +

    +
    +
    +
    +

    +iArgs

    +
    +java.lang.Object[] iArgs
    +
    +
    The constructor arguments +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.InvokerTransformer extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -8653385846894047688L + +

    + + + + + +
    +Serialized Fields
    + +

    +iMethodName

    +
    +java.lang.String iMethodName
    +
    +
    The method name to call +

    +

    +
    +
    +
    +

    +iParamTypes

    +
    +java.lang.Class[] iParamTypes
    +
    +
    The array of reflection parameter types +

    +

    +
    +
    +
    +

    +iArgs

    +
    +java.lang.Object[] iArgs
    +
    +
    The array of reflection arguments +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.MapTransformer extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 862391807045468939L + +

    + + + + + +
    +Serialized Fields
    + +

    +iMap

    +
    +java.util.Map iMap
    +
    +
    The map of data to lookup in +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.NonePredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 2007613066565892961L + +

    + + + + + +
    +Serialized Fields
    + +

    +iPredicates

    +
    +Predicate[] iPredicates
    +
    +
    The array of predicates to call +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.NOPClosure extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 3518477308466486130L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.NOPTransformer extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 2133891748318574490L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.NotNullPredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 7533784454832764388L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.NotPredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -2654603322338049674L + +

    + + + + + +
    +Serialized Fields
    + +

    +iPredicate

    +
    +Predicate iPredicate
    +
    +
    The predicate to decorate +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.NullIsExceptionPredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 3243449850504576071L + +

    + + + + + +
    +Serialized Fields
    + +

    +iPredicate

    +
    +Predicate iPredicate
    +
    +
    The predicate to decorate +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.NullIsFalsePredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -2997501534564735525L + +

    + + + + + +
    +Serialized Fields
    + +

    +iPredicate

    +
    +Predicate iPredicate
    +
    +
    The predicate to decorate +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.NullIsTruePredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -7625133768987126273L + +

    + + + + + +
    +Serialized Fields
    + +

    +iPredicate

    +
    +Predicate iPredicate
    +
    +
    The predicate to decorate +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.NullPredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 7533784454832764388L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.OnePredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -8125389089924745785L + +

    + + + + + +
    +Serialized Fields
    + +

    +iPredicates

    +
    +Predicate[] iPredicates
    +
    +
    The array of predicates to call +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.OrPredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -8791518325735182855L + +

    + + + + + +
    +Serialized Fields
    + +

    +iPredicate1

    +
    +Predicate iPredicate1
    +
    +
    The array of predicates to call +

    +

    +
    +
    +
    +

    +iPredicate2

    +
    +Predicate iPredicate2
    +
    +
    The array of predicates to call +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.PredicateTransformer extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 5278818408044349346L + +

    + + + + + +
    +Serialized Fields
    + +

    +iPredicate

    +
    +Predicate iPredicate
    +
    +
    The closure to wrap +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.StringValueTransformer extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 7511110693171758606L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.SwitchClosure extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 3518477308466486130L + +

    + + + + + +
    +Serialized Fields
    + +

    +iPredicates

    +
    +Predicate[] iPredicates
    +
    +
    The tests to consider +

    +

    +
    +
    +
    +

    +iClosures

    +
    +Closure[] iClosures
    +
    +
    The matching closures to call +

    +

    +
    +
    +
    +

    +iDefault

    +
    +Closure iDefault
    +
    +
    The default closure to call if no tests match +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.SwitchTransformer extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -6404460890903469332L + +

    + + + + + +
    +Serialized Fields
    + +

    +iPredicates

    +
    +Predicate[] iPredicates
    +
    +
    The tests to consider +

    +

    +
    +
    +
    +

    +iTransformers

    +
    +Transformer[] iTransformers
    +
    +
    The matching transformers to call +

    +

    +
    +
    +
    +

    +iDefault

    +
    +Transformer iDefault
    +
    +
    The default transformer to call if no tests match +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.TransformedPredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -5596090919668315834L + +

    + + + + + +
    +Serialized Fields
    + +

    +iTransformer

    +
    +Transformer iTransformer
    +
    +
    The transformer to call +

    +

    +
    +
    +
    +

    +iPredicate

    +
    +Predicate iPredicate
    +
    +
    The predicate to call +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.TransformerClosure extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -5194992589193388969L + +

    + + + + + +
    +Serialized Fields
    + +

    +iTransformer

    +
    +Transformer iTransformer
    +
    +
    The transformer to wrap +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.TransformerPredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -2407966402920578741L + +

    + + + + + +
    +Serialized Fields
    + +

    +iTransformer

    +
    +Transformer iTransformer
    +
    +
    The transformer to call +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.TruePredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 3374767158756189740L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.UniquePredicate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -3319417438027438040L + +

    + + + + + +
    +Serialized Fields
    + +

    +iSet

    +
    +java.util.Set iSet
    +
    +
    The set of previously seen objects +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.functors.WhileClosure extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -3110538116913760108L + +

    + + + + + +
    +Serialized Fields
    + +

    +iPredicate

    +
    +Predicate iPredicate
    +
    +
    The test condition +

    +

    +
    +
    +
    +

    +iClosure

    +
    +Closure iClosure
    +
    +
    The closure to call +

    +

    +
    +
    +
    +

    +iDoLoop

    +
    +boolean iDoLoop
    +
    +
    The flag, true is a do loop, false is a while +

    +

    +
    +
    +
    + + + + + +
    +Package org.apache.commons.collections.keyvalue
    + +

    + + + + + +
    +Class org.apache.commons.collections.keyvalue.MultiKey extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 4465448607415788805L + +

    + + + + + +
    +Serialized Fields
    + +

    +keys

    +
    +java.lang.Object[] keys
    +
    +
    The individual keys +

    +

    +
    +
    +
    +

    +hashCode

    +
    +int hashCode
    +
    +
    The cached hashCode +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.keyvalue.TiedMapEntry extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -8453869361373831205L + +

    + + + + + +
    +Serialized Fields
    + +

    +map

    +
    +java.util.Map map
    +
    +
    The map underlying the entry/iterator +

    +

    +
    +
    +
    +

    +key

    +
    +java.lang.Object key
    +
    +
    The key +

    +

    +
    +
    +
    + + + + + +
    +Package org.apache.commons.collections.list
    + +

    + + + + + +
    +Class org.apache.commons.collections.list.AbstractSerializableListDecorator extends AbstractListDecorator implements Serializable
    + +

    +serialVersionUID: 2684959196747496299L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the list in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the list out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.list.CursorableLinkedList extends AbstractLinkedList implements Serializable
    + +

    +serialVersionUID: 8836393098519411393L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Deserializes the data held in this object to the stream specified. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Serializes the data held in this object to the stream specified. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.list.FixedSizeList extends AbstractSerializableListDecorator implements Serializable
    + +

    +serialVersionUID: -2218010673611160319L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.list.GrowthList extends AbstractSerializableListDecorator implements Serializable
    + +

    +serialVersionUID: -3620001881672L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.list.LazyList extends AbstractSerializableListDecorator implements Serializable
    + +

    +serialVersionUID: -1708388017160694542L + +

    + + + + + +
    +Serialized Fields
    + +

    +factory

    +
    +Factory factory
    +
    +
    The factory to use to lazily instantiate the objects +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.list.NodeCachingLinkedList extends AbstractLinkedList implements Serializable
    + +

    +serialVersionUID: 6897789178562232073L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Deserializes the data held in this object to the stream specified. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Serializes the data held in this object to the stream specified. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + + + + + +
    +Serialized Fields
    + +

    +maximumCacheSize

    +
    +int maximumCacheSize
    +
    +
    The maximum size of the cache. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.list.PredicatedList extends PredicatedCollection implements Serializable
    + +

    +serialVersionUID: -5722039223898659102L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.list.SetUniqueList extends AbstractSerializableListDecorator implements Serializable
    + +

    +serialVersionUID: 7196982186153478694L + +

    + + + + + +
    +Serialized Fields
    + +

    +set

    +
    +java.util.Set set
    +
    +
    Internal Set to maintain uniqueness. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.list.SynchronizedList extends SynchronizedCollection implements Serializable
    + +

    +serialVersionUID: -1403835447328619437L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.list.TransformedList extends TransformedCollection implements Serializable
    + +

    +serialVersionUID: 1077193035000013141L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.list.UnmodifiableList extends AbstractSerializableListDecorator implements Serializable
    + +

    +serialVersionUID: 6595182819922443652L + +

    +


    + + + + + +
    +Package org.apache.commons.collections.map
    + +

    + + + + + +
    +Class org.apache.commons.collections.map.CaseInsensitiveMap extends AbstractHashedMap implements Serializable
    + +

    +serialVersionUID: -7074655917369299456L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.map.DefaultedMap extends AbstractMapDecorator implements Serializable
    + +

    +serialVersionUID: 19698628745827L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + + + + + +
    +Serialized Fields
    + +

    +value

    +
    +java.lang.Object value
    +
    +
    The transformer to use if the map does not contain a key +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.map.FixedSizeMap extends AbstractMapDecorator implements Serializable
    + +

    +serialVersionUID: 7450927208116179316L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    Since:
    +
    Commons Collections 3.1
    +
    +
    + +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    Since:
    +
    Commons Collections 3.1
    +
    +
    + + +

    + + + + + +
    +Class org.apache.commons.collections.map.FixedSizeSortedMap extends AbstractSortedMapDecorator implements Serializable
    + +

    +serialVersionUID: 3126019624511683653L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.map.Flat3Map extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -6701087419741928296L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.map.HashedMap extends AbstractHashedMap implements Serializable
    + +

    +serialVersionUID: -1788199231038721040L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.map.IdentityMap extends AbstractHashedMap implements Serializable
    + +

    +serialVersionUID: 2028493495224302329L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.map.LazyMap extends AbstractMapDecorator implements Serializable
    + +

    +serialVersionUID: 7990956402564206740L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    Since:
    +
    Commons Collections 3.1
    +
    +
    + +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    Since:
    +
    Commons Collections 3.1
    +
    +
    + + + + + + +
    +Serialized Fields
    + +

    +factory

    +
    +Transformer factory
    +
    +
    The factory to use to construct elements +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.map.LazySortedMap extends LazyMap implements Serializable
    + +

    +serialVersionUID: 2715322183617658933L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.map.LinkedMap extends AbstractLinkedMap implements Serializable
    + +

    +serialVersionUID: 9077234323521161066L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.map.ListOrderedMap extends AbstractMapDecorator implements Serializable
    + +

    +serialVersionUID: 2728177751851003750L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    Since:
    +
    Commons Collections 3.1
    +
    +
    + +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    Since:
    +
    Commons Collections 3.1
    +
    +
    + + + + + + +
    +Serialized Fields
    + +

    +insertOrder

    +
    +java.util.List insertOrder
    +
    +
    Internal list to hold the sequence of objects +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.map.LRUMap extends AbstractLinkedMap implements Serializable
    + +

    +serialVersionUID: -612114643488955218L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + + + + + +
    +Serialized Fields
    + +

    +scanUntilRemovable

    +
    +boolean scanUntilRemovable
    +
    +
    Scan behaviour +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.map.MultiKeyMap extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -1788199231038721040L + +

    + + + + + +
    +Serialized Fields
    + +

    +map

    +
    +AbstractHashedMap map
    +
    +
    The decorated map +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.map.PredicatedMap extends org.apache.commons.collections.map.AbstractInputCheckedMapDecorator implements Serializable
    + +

    +serialVersionUID: 7412622456128415156L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    Since:
    +
    Commons Collections 3.1
    +
    +
    + +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    Since:
    +
    Commons Collections 3.1
    +
    +
    + + + + + + +
    +Serialized Fields
    + +

    +keyPredicate

    +
    +Predicate keyPredicate
    +
    +
    The key predicate to use +

    +

    +
    +
    +
    +

    +valuePredicate

    +
    +Predicate valuePredicate
    +
    +
    The value predicate to use +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.map.PredicatedSortedMap extends PredicatedMap implements Serializable
    + +

    +serialVersionUID: 3359846175935304332L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.map.ReferenceIdentityMap extends AbstractReferenceMap implements Serializable
    + +

    +serialVersionUID: -1266190134568365852L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.map.ReferenceMap extends AbstractReferenceMap implements Serializable
    + +

    +serialVersionUID: 1555089888138299607L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.map.SingletonMap extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -8931271118676803261L + +

    + + + + + +
    +Serialized Fields
    + +

    +key

    +
    +java.lang.Object key
    +
    +
    Singleton key +

    +

    +
    +
    +
    +

    +value

    +
    +java.lang.Object value
    +
    +
    Singleton value +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.map.TransformedMap extends org.apache.commons.collections.map.AbstractInputCheckedMapDecorator implements Serializable
    + +

    +serialVersionUID: 7023152376788900464L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    Since:
    +
    Commons Collections 3.1
    +
    +
    + +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    Since:
    +
    Commons Collections 3.1
    +
    +
    + + + + + + +
    +Serialized Fields
    + +

    +keyTransformer

    +
    +Transformer keyTransformer
    +
    +
    The transformer to use for the key +

    +

    +
    +
    +
    +

    +valueTransformer

    +
    +Transformer valueTransformer
    +
    +
    The transformer to use for the value +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.map.TransformedSortedMap extends TransformedMap implements Serializable
    + +

    +serialVersionUID: -8751771676410385778L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.map.UnmodifiableMap extends AbstractMapDecorator implements Serializable
    + +

    +serialVersionUID: 2737023427269031941L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    Since:
    +
    Commons Collections 3.1
    +
    +
    + +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    Since:
    +
    Commons Collections 3.1
    +
    +
    + + +

    + + + + + +
    +Class org.apache.commons.collections.map.UnmodifiableOrderedMap extends AbstractOrderedMapDecorator implements Serializable
    + +

    +serialVersionUID: 8136428161720526266L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    Since:
    +
    Commons Collections 3.1
    +
    +
    + +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    Since:
    +
    Commons Collections 3.1
    +
    +
    + + +

    + + + + + +
    +Class org.apache.commons.collections.map.UnmodifiableSortedMap extends AbstractSortedMapDecorator implements Serializable
    + +

    +serialVersionUID: 5805344239827376360L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the map in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    Since:
    +
    Commons Collections 3.1
    +
    +
    + +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the map out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    Since:
    +
    Commons Collections 3.1
    +
    +
    + +
    + + + + + +
    +Package org.apache.commons.collections.set
    + +

    + + + + + +
    +Class org.apache.commons.collections.set.AbstractSerializableSetDecorator extends AbstractSetDecorator implements Serializable
    + +

    +serialVersionUID: 1229469966212206107L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the set in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the set out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.set.ListOrderedSet extends AbstractSerializableSetDecorator implements Serializable
    + +

    +serialVersionUID: -228664372470420141L + +

    + + + + + +
    +Serialized Fields
    + +

    +setOrder

    +
    +java.util.List setOrder
    +
    +
    Internal list to hold the sequence of objects +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.set.MapBackedSet extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 6723912213766056587L + +

    + + + + + +
    +Serialized Fields
    + +

    +map

    +
    +java.util.Map map
    +
    +
    The map being used as the backing store +

    +

    +
    +
    +
    +

    +dummyValue

    +
    +java.lang.Object dummyValue
    +
    +
    The dummyValue to use +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.collections.set.PredicatedSet extends PredicatedCollection implements Serializable
    + +

    +serialVersionUID: -684521469108685117L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.set.PredicatedSortedSet extends PredicatedSet implements Serializable
    + +

    +serialVersionUID: -9110948148132275052L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.set.SynchronizedSet extends SynchronizedCollection implements Serializable
    + +

    +serialVersionUID: -8304417378626543635L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.set.SynchronizedSortedSet extends SynchronizedCollection implements Serializable
    + +

    +serialVersionUID: 2775582861954500111L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.set.TransformedSet extends TransformedCollection implements Serializable
    + +

    +serialVersionUID: 306127383500410386L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.set.TransformedSortedSet extends TransformedSet implements Serializable
    + +

    +serialVersionUID: -1675486811351124386L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.set.UnmodifiableSet extends AbstractSerializableSetDecorator implements Serializable
    + +

    +serialVersionUID: 6499119872185240161L + +

    + +

    + + + + + +
    +Class org.apache.commons.collections.set.UnmodifiableSortedSet extends AbstractSortedSetDecorator implements Serializable
    + +

    +serialVersionUID: -725356885467962424L + +

    + + + + + +
    +Serialization Methods
    + +

    +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Read the collection in using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException +
    java.lang.ClassNotFoundException
    +
    +
    +
    +

    +writeObject

    +
    +private void writeObject(java.io.ObjectOutputStream out)
    +                  throws java.io.IOException
    +
    +
    Write the collection out using a custom routine. +

    +

    + +
    Throws: +
    java.io.IOException
    +
    +
    + +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/KezvhLib/lib/org.apache.commons.collections/apidocs/stylesheet.css b/KezvhLib/lib/org.apache.commons.collections/apidocs/stylesheet.css index 14c3737..6d31fdb 100755 --- a/KezvhLib/lib/org.apache.commons.collections/apidocs/stylesheet.css +++ b/KezvhLib/lib/org.apache.commons.collections/apidocs/stylesheet.css @@ -1,29 +1,29 @@ -/* Javadoc style sheet */ - -/* Define colors, fonts and other style attributes here to override the defaults */ - -/* Page background color */ -body { background-color: #FFFFFF } - -/* Headings */ -h1 { font-size: 145% } - -/* Table colors */ -.TableHeadingColor { background: #CCCCFF } /* Dark mauve */ -.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */ -.TableRowColor { background: #FFFFFF } /* White */ - -/* Font used in left-hand frame lists */ -.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif } -.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif } -.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif } - -/* Navigation bar fonts and colors */ -.NavBarCell1 { background-color:#EEEEFF;} /* Light mauve */ -.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */ -.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;} -.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;} - -.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} -.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} - +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */ +.TableRowColor { background: #FFFFFF } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF;} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} + diff --git a/KezvhLib/lib/org.apache.commons.collections/commons-collections-3.2.1-javadoc.jar b/KezvhLib/lib/org.apache.commons.collections/commons-collections-3.2.1-javadoc.jar index aeba4577d7d7a524502261bca4155a80c09c0145..e05d2122199370cf1932887dc75b428306878622 100755 GIT binary patch delta 497 zcwPbV0S^9#>wCNEd$8|Uv+!4$7_*9ST?(`4dQuIuJBZdKkp|iwx9F}0XcV_m!v-2Tw`}|diw3v& z0tag;hh!`Vw`42`9ND*l1qo1vx6+CU;7PZ$)Cm_Ix6APfSQfV=2nxDNx8G6<;1IXK zV+!GXx1!(*4TiU{W((^Vhn#*3x14?qbY-^@@X-#d6o;JV4!4}<4;a3ewWJVaw;H7o#uta-yb!nHyb<|Kx7!I4 zb~d+CKoSp&w_?i@{vEer=@MB5hr8|)x4Z5W?>e`uDHOvtw{Kt+WW2Z392KM&w|O)b zRROopH5I8kw|Q_Co{6^@`W4X%x9S8I2LiY91{QlBw{9gC>P)v;au#9*x4d^2_mQ`> z2^aU7hpeL)hpeL*x2&TX>fg7QgBr!Bw_Ph6RUx;tOdIhBx204Yi3YbXTN`2+w~})k n%GS4CN*uMfw-W*#9|pHG2pxuthq{v;x4M%a0UNixt{%!p@c-Re delta 643 zcwQBdZAep59L70&x$|DV+gjV*&AYcSQOOTszK~KFL6Gi4NXuT3Qddd&VJ=(Q<|w4i zDTXCzN~qvWA{xSsgQZbv3Hqf`2EBljNNA!<3QUUV*@wfA=XuWm<(y{;Z(!9so~$Oe zXtKIr1lnCS9PsUW6;JqRN&9jyu~E@Vx=e(nqh+LM7xbqy?bY2cU1CPhU0SRW1H> z+Tzb>J_m2@YewlJ=H^WDYcB~uruV9|P@*4HKiI3`IcrI-@5}IyrnXnnIiAkN)Q_-i z(7mFj?iG#robY`eVXYH=*2CI2sooP)S~@YcZOe|Hk6E3k7|bfyX*$7z1>HY0xaYg> zq>`|~(7KL>*0(29KYlGwKU0jsWoPxyDR9VS2phpeg$76J*Y6b>9+sl^pvy2Ag1@w7 zh;i`86@p3zpE82i0$q?TB?;yXz8aMl~U*m`oN2HA-I}%ICkGEyM z9s{M_l4B?8Ty|+gh5NO~q!0t0I3?AIp#8Em{{a*#Oiw7dK+IMK_Yx{|0B;Mrdd$?- NV<8f(Y+ z#5}hFiv;=xxBQU=BW$-I{se0cw~Pw~)J?ZxSp~Tdw;O2%^QpHF69yIhw38eoBv5Ecx(t`Z#bq|4b{|END=0J5i8XW3=Kz?u;ho}sYpD~HUL6o?KEjsscmPmbzK`>hH2@%pQ=$L> diff --git a/KezvhLib/lib/org.apache.commons.collections/commons-collections-3.2.1.jar b/KezvhLib/lib/org.apache.commons.collections/commons-collections-3.2.1.jar index c35fa1fee145cba638884e41b80a401cbe4924ef..139efda80494299f46911084083672e7fab6016d 100755 GIT binary patch delta 142 zcwPaH0CE4Fk0XnZBe2wpv(<`5EwdcB@(8mJ!JRv^t^9Ijw;*Bx+AD|qjRCj&jRNv% zx9;}>{lK^ExC3)0w_x7`JuhhiEA ww_+LxNh`OkMF%@@0ScF~*a0P%FTV&7mtUa>6NfRj2e&b{2rUV>U%v=G2m^OLx&QzG delta 176 zcwX!7SDxFiyx~e0Bk$%bU2eKSN@~X^4j{#IaIQ5Y=jN4vic%RBwo4~5-qL2|ZU5TK zxczG{)2B>E-tEu7GyOfl$hrN=4(4JtAV2&*v#k-3o+8Ln=>*in8^Ur5XwvrUF)VAY z0_kQWR)1BX_@!{x#zR1}f~DBD2TQSgY6HdQxUyRpF!6FtcDSNCU2Z>zz;wTb9K!7i U+t{}&Y~#@71Zwx)&tb;_0RC(}jQ{`u diff --git a/KezvhLib/src-junit/net/kezvh/collections/dualmaps/DualMapTest.java b/KezvhLib/src-junit/net/kezvh/collections/dualmaps/DualMapTest.java new file mode 100644 index 0000000..15ad7fc --- /dev/null +++ b/KezvhLib/src-junit/net/kezvh/collections/dualmaps/DualMapTest.java @@ -0,0 +1,214 @@ +/** + * + */ +package net.kezvh.collections.dualmaps; + +import java.util.Collection; +import java.util.Map; + +import junit.framework.Assert; +import junit.framework.TestCase; + +import net.kezvh.collections.dualmaps.DualMap; + +import org.junit.Test; + +/** + * @author afflux + */ +public abstract class DualMapTest extends TestCase { + /** + * @param COMMENT + * @param COMMENT + * @param COMMENT + * @return COMMENT + */ + protected abstract DualMap createMap2(); + + /** + * + */ + @Test + public void testCreate() { + final DualMap it = this.createMap2(); + Assert.assertNotNull(it); + } + + /** + * + */ + @Test + public void testPut() { + final DualMap it = this.createMap2(); + final Integer previous = it.put(1, 2, 3); + Assert.assertNull(previous); + } + + /** + * + */ + @Test + public void testReput() { + final DualMap it = this.createMap2(); + it.put(1, 2, 3); + final int previous = it.put(1, 2, 4); + Assert.assertEquals(3, previous); + final int current = it.get(1, 2); + Assert.assertEquals(4, current); + } + + /** + * + */ + @Test + public void testRemove() { + final DualMap it = this.createMap2(); + it.put(1, 2, 3); + final int previous = it.remove(1, 2); + Assert.assertEquals(3, previous); + } + + /** + * + */ + @Test + public void testSize() { + final DualMap it = this.createMap2(); + for (int i = 0; i < 10; i++) + for (int j = 0; j < 10; j++) + for (int k = 0; k < 4; k++) { + it.put(i, j, k); + Assert.assertEquals(i * 10 + j + 1, it.size()); + } + + for (int i = 0; i < 10; i++) + for (int j = 0; j < 10; j++) + for (int k = 0; k < 4; k++) { + it.remove(i, j); + Assert.assertEquals(99 - (i * 10 + j), it.size()); + } + } + + /** + * + */ + @Test + public void test1WayMapSize() { + final DualMap it = this.createMap2(); + for (int i = 0; i < 10; i++) + for (int j = 0; j < 10; j++) + for (int k = 0; k < 4; k++) + it.put(i, j, k); + + for (int i = 0; i < 10; i++) { + final Map map = it.entryMapOnKey1(i); + Assert.assertEquals(10, map.size()); + } + } + + /** + * + */ + @Test + public void test1WayMapContents() { + final DualMap it = this.createMap2(); + for (int i = 0; i < 10; i++) + for (int j = 0; j < 10; j++) + for (int k = 0; k < 4; k++) + it.put(i, j, k); + + for (int i = 0; i < 10; i++) { + final Map map = it.entryMapOnKey1(i); + for (int j = 0; j < 10; j++) { + final int three = map.get(j); + Assert.assertEquals(3, three); + } + } + } + + /** + * + */ + @Test + public void test1WayMapModifications() { + final DualMap it = this.createMap2(); + for (int i = 0; i < 10; i++) + for (int j = 0; j < 10; j++) + for (int k = 0; k < 4; k++) + it.put(i, j, k); + + for (int i = 0; i < 10; i++) { + final Map map = it.entryMapOnKey1(i); + for (int j = 0; j < 10; j++) + for (int k = 2; k >= 0; k--) { + final int previous = map.put(j, k); + Assert.assertEquals(k + 1, previous); + } + } + } + + /** + * + */ + @Test + public void testRemove0() { + final DualMap it = this.createMap2(); + for (int i = 0; i < 10; i++) + for (int j = 0; j < 10; j++) + it.put(i, j, 10 * i + j); + + final int value = it.remove(1, 1); + Assert.assertEquals(11, value); + Assert.assertEquals(99, it.size()); + Assert.assertEquals(9, it.get1(1).size()); + Assert.assertEquals(9, it.get2(1).size()); + Assert.assertEquals(10, it.get1(0).size()); + Assert.assertEquals(10, it.get2(0).size()); + Assert.assertEquals(10, it.get1(2).size()); + Assert.assertEquals(10, it.get2(2).size()); + } + + /** + * + */ + @Test + public void testRemove1() { + final DualMap it = this.createMap2(); + for (int i = 0; i < 10; i++) + for (int j = 0; j < 10; j++) + it.put(i, j, 10 * i + j); + + Assert.assertEquals(100, it.size()); + final Collection> firstRow = it.remove1(1); + for (int i = 0; i < 10; i++) + if (i == 1) + Assert.assertNull("" + i, it.get1(i)); + else + Assert.assertEquals("" + i, 10, it.get1(i).size()); + Assert.assertEquals(10, firstRow.size()); + Assert.assertEquals(90, it.size()); + Assert.assertEquals(9, it.get2(1).size()); + } + + /** + * + */ + @Test + public void testRemove2() { + final DualMap it = this.createMap2(); + for (int i = 0; i < 10; i++) + for (int j = 0; j < 10; j++) + it.put(j, i, 10 * i + j); + + Assert.assertEquals(100, it.size()); + final Collection> firstRow = it.remove2(1); + for (int i = 0; i < 10; i++) + if (i == 1) + Assert.assertNull("" + i, it.get2(i)); + else + Assert.assertEquals("" + i, 10, it.get2(i).size()); + Assert.assertEquals(10, firstRow.size()); + Assert.assertEquals(90, it.size()); + Assert.assertEquals(9, it.get1(1).size()); + } +} diff --git a/KezvhLib/src-junit/net/kezvh/collections/dualmaps/HashDualMapTest.java b/KezvhLib/src-junit/net/kezvh/collections/dualmaps/HashDualMapTest.java new file mode 100644 index 0000000..afd6cc1 --- /dev/null +++ b/KezvhLib/src-junit/net/kezvh/collections/dualmaps/HashDualMapTest.java @@ -0,0 +1,27 @@ +/** + * + */ +package net.kezvh.collections.dualmaps; + +import net.kezvh.collections.dualmaps.DualMap; +import net.kezvh.collections.dualmaps.HashDualMap; + + +/** + * @author afflux + */ +public class HashDualMapTest extends DualMapTest { + + /** + * @see net.kezvh.collections.dualmaps.DualMapTest#createMap2() + * @param COMMENT + * @param COMMENT + * @param COMMENT + * @return COMMENT + */ + @Override + protected DualMap createMap2() { + return new HashDualMap(); + } + +} diff --git a/KezvhLib/src-junit/net/kezvh/collections/graphs/directed/GraphWithEdgeValuesTemplate.java b/KezvhLib/src-junit/net/kezvh/collections/graphs/directed/GraphWithEdgeValuesTemplate.java index 26365a5..9ddb625 100755 --- a/KezvhLib/src-junit/net/kezvh/collections/graphs/directed/GraphWithEdgeValuesTemplate.java +++ b/KezvhLib/src-junit/net/kezvh/collections/graphs/directed/GraphWithEdgeValuesTemplate.java @@ -9,8 +9,8 @@ import java.util.Collections; import java.util.List; import net.kezvh.collections.CollectionsUtilities; -import net.kezvh.collections.DualMap.DualMap; -import net.kezvh.collections.DualMap.HashDualMap; +import net.kezvh.collections.dualmaps.DualMap; +import net.kezvh.collections.dualmaps.HashDualMap; import net.kezvh.functional.Operations; /** diff --git a/KezvhLib/src-junit/net/kezvh/collections/graphs/directed/GraphWithValuesTemplate.java b/KezvhLib/src-junit/net/kezvh/collections/graphs/directed/GraphWithValuesTemplate.java index e4ac5a9..a5a8c8a 100755 --- a/KezvhLib/src-junit/net/kezvh/collections/graphs/directed/GraphWithValuesTemplate.java +++ b/KezvhLib/src-junit/net/kezvh/collections/graphs/directed/GraphWithValuesTemplate.java @@ -9,8 +9,8 @@ import java.util.Map; import java.util.Set; import net.kezvh.collections.IntegerRange; -import net.kezvh.collections.DualMap.DualMap; -import net.kezvh.collections.DualMap.HashDualMap; +import net.kezvh.collections.dualmaps.DualMap; +import net.kezvh.collections.dualmaps.HashDualMap; import net.kezvh.collections.views.MapAsView; import net.kezvh.functional.Operations; import net.kezvh.functional.lambda.L1; diff --git a/KezvhLib/src-junit/net/kezvh/collections/trees/TestListRefTree.java b/KezvhLib/src-junit/net/kezvh/collections/trees/TestListRefTree.java new file mode 100644 index 0000000..9e109fe --- /dev/null +++ b/KezvhLib/src-junit/net/kezvh/collections/trees/TestListRefTree.java @@ -0,0 +1,20 @@ +/** + * + */ +package net.kezvh.collections.trees; + +/** + * @author afflux + * + */ +public class TestListRefTree extends TestTree { + + /** + * @see net.kezvh.collections.trees.TestTree#getTree(java.lang.Integer) + */ + @Override + protected Tree getTree(final Integer rootvalue) { + return new ListRefTree(rootvalue); + } + +} diff --git a/KezvhLib/src-junit/net/kezvh/collections/trees/TestTree.java b/KezvhLib/src-junit/net/kezvh/collections/trees/TestTree.java new file mode 100644 index 0000000..e19c7d9 --- /dev/null +++ b/KezvhLib/src-junit/net/kezvh/collections/trees/TestTree.java @@ -0,0 +1,70 @@ +/** + * + */ +package net.kezvh.collections.trees; + +import junit.framework.Assert; +import junit.framework.TestCase; + +import org.junit.Test; + +/** + * @author afflux + * + */ +public abstract class TestTree extends TestCase { + /** + * @param rootvalue initial root value + * @return a tree + */ + protected abstract Tree getTree(Integer rootvalue); + + /** + * + */ + @Test + public void testSomething() { + final Tree tree = this.getTree(0); + final Tree child = tree.addChild(1); + Assert.assertEquals((Integer) 1, child.value()); + } + + /** + * + */ + @Test + public void testSomething2() { + final Tree tree = this.getTree(0); + final Tree child = tree.addChild(1); + Assert.assertEquals(2, tree.size()); + Assert.assertEquals(1, child.size()); + } + + /** + * + */ + @Test + public void testSomething3() { + final Tree tree = this.getTree(0); + final Tree child = tree.addChild(1); + final Tree child2 = child.addChild(2); + Assert.assertEquals(3, tree.size()); + Assert.assertEquals(2, child.size()); + Assert.assertEquals(1, child2.size()); + } + + /** + * + */ + @Test + public void testSomething4() { + final Tree tree = this.getTree(0); + final Tree child = tree.addChild(1); + final Tree child2 = child.addChild(2); + final Tree chlid3 = child2.addChild(3); + Assert.assertEquals(4, tree.size()); + Assert.assertEquals(3, child.size()); + Assert.assertEquals(2, child2.size()); + Assert.assertEquals(1, chlid3.size()); + } +} diff --git a/KezvhLib/src-lib/net/kezvh/algorithms/graph/FloydWarshall.java b/KezvhLib/src-lib/net/kezvh/algorithms/graph/FloydWarshall.java index f3b806d..738cae1 100644 --- a/KezvhLib/src-lib/net/kezvh/algorithms/graph/FloydWarshall.java +++ b/KezvhLib/src-lib/net/kezvh/algorithms/graph/FloydWarshall.java @@ -9,8 +9,8 @@ import java.util.LinkedList; import java.util.Map; import net.kezvh.collections.IntegerRange; -import net.kezvh.collections.ListSlice; import net.kezvh.collections.graphs.directed.DirectedGraphWithEdgeValues; +import net.kezvh.collections.views.ListSlice; /** * @author afflux diff --git a/KezvhLib/src-lib/net/kezvh/collections/ComparableComparator.java b/KezvhLib/src-lib/net/kezvh/collections/ComparableComparator.java index 69c28aa..4c2c326 100755 --- a/KezvhLib/src-lib/net/kezvh/collections/ComparableComparator.java +++ b/KezvhLib/src-lib/net/kezvh/collections/ComparableComparator.java @@ -5,6 +5,8 @@ import java.util.Comparator; /** * @author mjacob * + * Useful when we can assume our parameter is comparable + * * @param comparable type */ public class ComparableComparator implements Comparator { diff --git a/KezvhLib/src-lib/net/kezvh/collections/CrossIterator.java b/KezvhLib/src-lib/net/kezvh/collections/CrossIterator.java index 07043b1..b80b5d5 100755 --- a/KezvhLib/src-lib/net/kezvh/collections/CrossIterator.java +++ b/KezvhLib/src-lib/net/kezvh/collections/CrossIterator.java @@ -6,6 +6,8 @@ import java.util.NoSuchElementException; /** * @author mjacob * + * takes two iterables, and iterates over pairs of their elements, in dictionary order + * * @param first type * @param second type */ diff --git a/KezvhLib/src-lib/net/kezvh/collections/DisjointSetForrest.java b/KezvhLib/src-lib/net/kezvh/collections/DisjointSetForrest.java index 5e283f1..86c0ab7 100644 --- a/KezvhLib/src-lib/net/kezvh/collections/DisjointSetForrest.java +++ b/KezvhLib/src-lib/net/kezvh/collections/DisjointSetForrest.java @@ -14,7 +14,7 @@ import net.kezvh.development.UnimplementedException; /** * @author afflux * - * @param FIXME comment + * @param COMMENT */ public class DisjointSetForrest implements Forest { private final class Node { @@ -24,7 +24,7 @@ public class DisjointSetForrest implements Forest { private int size = 1; // only has non-zero size if this is a root node /** - * @param element FIXME comment + * @param element COMMENT */ public Node(final T element) { this.element = element; @@ -83,7 +83,7 @@ public class DisjointSetForrest implements Forest { private final Node root; /** - * @param element FIXME comment + * @param element COMMENT */ public DisjointSet(final T element) { final Node node = DisjointSetForrest.this.getNodeFor(element); @@ -101,7 +101,7 @@ public class DisjointSetForrest implements Forest { /** * @see java.util.AbstractCollection#contains(java.lang.Object) - * @param o FIXME comment + * @param o COMMENT * @return true if the set contains the object */ @Override @@ -123,7 +123,7 @@ public class DisjointSetForrest implements Forest { /** * @see java.util.AbstractSet#equals(java.lang.Object) - * @param o FIXME comment + * @param o COMMENT * @return true if the sets have the same root */ @Override @@ -153,7 +153,7 @@ public class DisjointSetForrest implements Forest { private int setCount; /** - * @param elements FIXME comment + * @param elements COMMENT */ public DisjointSetForrest(final T[] elements) { this.setCount = elements.length; @@ -198,7 +198,7 @@ public class DisjointSetForrest implements Forest { * TODO note that iterating the set is currently unimplemented * * @see net.kezvh.collections.Forest#find(java.lang.Object) - * @param element FIXME comment + * @param element COMMENT * @return the number of sets */ @Override @@ -217,8 +217,8 @@ public class DisjointSetForrest implements Forest { /** * @see net.kezvh.collections.Forest#union(java.lang.Object, java.lang.Object) - * @param a FIXME comment - * @param b FIXME comment + * @param a COMMENT + * @param b COMMENT */ @Override public void union(final T a, final T b) { diff --git a/KezvhLib/src-lib/net/kezvh/collections/KezvhArrays.java b/KezvhLib/src-lib/net/kezvh/collections/KezvhArrays.java old mode 100644 new mode 100755 dissimilarity index 89% index 9a3e075..4796fb6 --- a/KezvhLib/src-lib/net/kezvh/collections/KezvhArrays.java +++ b/KezvhLib/src-lib/net/kezvh/collections/KezvhArrays.java @@ -1,94 +1,1294 @@ -package net.kezvh.collections; - -import java.lang.reflect.Array; - -import net.kezvh.lang.UtilityClass; - -/** - * @author afflux - */ -public final class KezvhArrays extends UtilityClass { - - /** - * is actually instance of morphism.anamorphism - * @param start FIXME comment - * @param end FIXME comment - * @return xxx - */ - public static char[] range(final char start, final char end) { - if (start > end) - throw new IllegalArgumentException("end character '" + end + "' is lexically before start char '" + start + "'"); - final char[] range = new char[end - start]; - int i = 0; - char current = start; - while (i < range.length) - range[i++] = current++; - - return range; - } - - /** - * is actually a catamorpishm (fold) - * @param arrays FIXME comment - * @return concatenation - */ - public static char[] toArray(final char[]... arrays) { - int size = 0; - for (final char[] element : arrays) - size += element.length; - - final char[] array = new char[size]; - - for (int i = 0, j = 0; i < size; j++, i += arrays[i].length) - System.arraycopy(arrays[j], i, array, 0, arrays[j].length); - - return array; - } - - /** - * is actually instance of morphism.anamorphism - * @param start FIXME comment - * @param end FIXME comment - * @return xxx - */ - public static int[] range(final int start, final int end) { - if (start > end) - throw new IllegalArgumentException("end character '" + end + "' is lexically before start char '" + start + "'"); - final int[] range = new int[end - start]; - int i = 0; - int current = start; - while (i < range.length) - range[i++] = current++; - - return range; - } - - /** - * is actually a catamorpishm (fold) - * @param arrays FIXME comment - * @return concatenation - */ - public static int[] toArray(final int[]... arrays) { - int size = 0; - for (final int[] element : arrays) - size += element.length; - - final int[] array = new int[size]; - - for (int i = 0, j = 0; i < size; j++, i += arrays[i].length) - System.arraycopy(arrays[j], i, array, 0, arrays[j].length); - - return array; - } - - /** - * @param COMMENT - * @param clazz COMMENT - * @param length COMMENT - * @return COMMENT - */ - @SuppressWarnings("unchecked") - public static T[] createArray(final Class clazz, final int length) { - return (T[]) Array.newInstance(clazz, length); - } -} +package net.kezvh.collections; + +import java.lang.reflect.Array; +import java.util.Arrays; +import java.util.ListIterator; +import java.util.NoSuchElementException; + +import net.kezvh.lang.UtilityClassInstantiationException; +import net.kezvh.text.StringUtilities; + +/** + * @author mjacob + * + */ +public final class KezvhArrays { + private KezvhArrays() { + throw new UtilityClassInstantiationException(KezvhArrays.class); + } + + private static final class ArrayIterator extends AbstractListIterator { + private final T[] array; + private int cursor = 0; + private final int end; + + public ArrayIterator(final T[] array) { + this(array, 0, 0, array.length); + } + + public ArrayIterator(final T[] array, final int firstIndex, final int startIndex, final int lastIndex) { + super(startIndex); + this.array = Arrays.copyOf(array, array.length); + this.cursor = firstIndex; + this.end = lastIndex; + } + + @Override + protected void add0(final T e) { + throw new UnsupportedOperationException(); + } + + @Override + protected T findNext() throws NoSuchElementException { + if (this.cursor >= this.end) + throw new NoSuchElementException(); + return this.array[this.cursor++]; + } + + @Override + protected T findPrevious() throws NoSuchElementException { + if (this.cursor == 0) + throw new NoSuchElementException(); + return this.array[--this.cursor]; + } + + @Override + protected void remove(final boolean previous) { + throw new UnsupportedOperationException(); + } + + @Override + protected void set(final T e, final boolean previous) { + if (previous) + this.array[this.cursor] = e; + else + this.array[this.cursor - 1] = e; + } + } + + /** + * @param COMMENT + * @param array COMMENT + * @return COMMENT + */ + public static ListIterator getIterator(final T[] array) { + return new ArrayIterator(array); + } + + /** + * @param string COMMENT + * @return COMMENT + */ + public static int[] getInts(final String string) { + final String[] numbers = StringUtilities.getAllGroups("([0-9]+)", string); + final int[] ints = new int[numbers.length]; + for (int i = 0; i < numbers.length; i++) + ints[i] = Integer.parseInt(numbers[i]); + return ints; + } + + /** + * @param COMMENT + * @param array COMMENT + */ + public static void reverse(final T[] array) { + final int mid = array.length / 2; + for (int i = 0, j = array.length - 1; i < mid; i++, j--) { + final T tmp = array[i]; + array[i] = array[j]; + array[j] = tmp; + } + } + + /** + * @param array COMMENT + */ + public static void reverse(final long[] array) { + final int mid = array.length / 2; + for (int i = 0, j = array.length - 1; i < mid; i++, j--) { + final long tmp = array[i]; + array[i] = array[j]; + array[j] = tmp; + } + } + + /** + * @param array COMMENT + */ + public static void reverse(final int[] array) { + final int mid = array.length / 2; + for (int i = 0, j = array.length - 1; i < mid; i++, j--) { + final int tmp = array[i]; + array[i] = array[j]; + array[j] = tmp; + } + } + + /** + * @param array COMMENT + */ + public static void reverse(final short[] array) { + final int mid = array.length / 2; + for (int i = 0, j = array.length - 1; i < mid; i++, j--) { + final short tmp = array[i]; + array[i] = array[j]; + array[j] = tmp; + } + } + + /** + * @param array COMMENT + */ + public static void reverse(final byte[] array) { + final int mid = array.length / 2; + for (int i = 0, j = array.length - 1; i < mid; i++, j--) { + final byte tmp = array[i]; + array[i] = array[j]; + array[j] = tmp; + } + } + + /** + * @param array COMMENT + */ + public static void reverse(final boolean[] array) { + final int mid = array.length / 2; + for (int i = 0, j = array.length - 1; i < mid; i++, j--) { + final boolean tmp = array[i]; + array[i] = array[j]; + array[j] = tmp; + } + } + + /** + * @param array COMMENT + */ + public static void reverse(final char[] array) { + final int mid = array.length / 2; + for (int i = 0, j = array.length - 1; i < mid; i++, j--) { + final char tmp = array[i]; + array[i] = array[j]; + array[j] = tmp; + } + } + + /** + * @param array COMMENT + */ + public static void reverse(final float[] array) { + final int mid = array.length / 2; + for (int i = 0, j = array.length - 1; i < mid; i++, j--) { + final float tmp = array[i]; + array[i] = array[j]; + array[j] = tmp; + } + } + + /** + * @param array COMMENT + */ + public static void reverse(final double[] array) { + final int mid = array.length / 2; + for (int i = 0, j = array.length - 1; i < mid; i++, j--) { + final double tmp = array[i]; + array[i] = array[j]; + array[j] = tmp; + } + } + + /** + * @param COMMENT + * @param n COMMENT + * @param o COMMENT + * @return COMMENT + */ + @SuppressWarnings("unchecked") + public static T[] nCopies(final int n, final T o) { + final T[] copies = (T[]) Array.newInstance(o.getClass(), n); + for (int i = 0; i < n; i++) + copies[i] = o; + return copies; + } + + /** + * @param n COMMENT + * @param b COMMENT + * @return COMMENT + */ + public static byte[] nCopies(final int n, final byte b) { + final byte[] copies = new byte[n]; + for (int i = 0; i < n; i++) + copies[i] = b; + return copies; + } + + /** + * @param n COMMENT + * @param b COMMENT + * @return COMMENT + */ + public static short[] nCopies(final int n, final short b) { + final short[] copies = new short[n]; + for (int i = 0; i < n; i++) + copies[i] = b; + return copies; + } + + /** + * @param n COMMENT + * @param b COMMENT + * @return COMMENT + */ + public static int[] nCopies(final int n, final int b) { + final int[] copies = new int[n]; + for (int i = 0; i < n; i++) + copies[i] = b; + return copies; + } + + /** + * @param n COMMENT + * @param b COMMENT + * @return COMMENT + */ + public static long[] nCopies(final int n, final long b) { + final long[] copies = new long[n]; + for (int i = 0; i < n; i++) + copies[i] = b; + return copies; + } + + /** + * @param n COMMENT + * @param b COMMENT + * @return COMMENT + */ + public static float[] nCopies(final int n, final float b) { + final float[] copies = new float[n]; + for (int i = 0; i < n; i++) + copies[i] = b; + return copies; + } + + /** + * @param n COMMENT + * @param b COMMENT + * @return COMMENT + */ + public static double[] nCopies(final int n, final double b) { + final double[] copies = new double[n]; + for (int i = 0; i < n; i++) + copies[i] = b; + return copies; + } + + /** + * @param n COMMENT + * @param b COMMENT + * @return COMMENT + */ + public static boolean[] nCopies(final int n, final boolean b) { + final boolean[] copies = new boolean[n]; + for (int i = 0; i < n; i++) + copies[i] = b; + return copies; + } + + /** + * @param n COMMENT + * @param b COMMENT + * @return COMMENT + */ + public static char[] nCopies(final int n, final char b) { + final char[] copies = new char[n]; + for (int i = 0; i < n; i++) + copies[i] = b; + return copies; + } + + /** + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + // /////////////////////////////////////////////////////////// + public static int indexOf(final int[] array, final int element) { + for (int i = 0; i < array.length; i++) + if (array[i] == element) + return i; + return -1; + } + + /** + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static int indexOf(final long[] array, final long element) { + for (int i = 0; i < array.length; i++) + if (array[i] == element) + return i; + return -1; + } + + /** + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static int indexOf(final short[] array, final short element) { + for (int i = 0; i < array.length; i++) + if (array[i] == element) + return i; + return -1; + } + + /** + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static int indexOf(final byte[] array, final byte element) { + for (int i = 0; i < array.length; i++) + if (array[i] == element) + return i; + return -1; + } + + /** + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static int indexOf(final float[] array, final float element) { + for (int i = 0; i < array.length; i++) + if (array[i] == element) + return i; + return -1; + } + + /** + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static int indexOf(final double[] array, final double element) { + for (int i = 0; i < array.length; i++) + if (array[i] == element) + return i; + return -1; + } + + /** + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static int indexOf(final boolean[] array, final boolean element) { + for (int i = 0; i < array.length; i++) + if (array[i] == element) + return i; + return -1; + } + + /** + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static int indexOf(final char[] array, final char element) { + for (int i = 0; i < array.length; i++) + if (array[i] == element) + return i; + return -1; + } + + /** + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static int indexOf(final Object[] array, final Object element) { + for (int i = 0; i < array.length; i++) + if (array[i].equals(element)) + return i; + return -1; + } + + // /////////////////////////////////////////////////////////// + + /** + * @param array COMMENT + * @param firstIndex COMMENT + * @param secondIndex COMMENT + */ + public static void swap(final int[] array, final int firstIndex, final int secondIndex) { + final int tmp = array[firstIndex]; + array[firstIndex] = array[secondIndex]; + array[secondIndex] = tmp; + } + + /** + * @param array COMMENT + * @param firstIndex COMMENT + * @param secondIndex COMMENT + */ + public static void swap(final long[] array, final int firstIndex, final int secondIndex) { + final long tmp = array[firstIndex]; + array[firstIndex] = array[secondIndex]; + array[secondIndex] = tmp; + } + + /** + * @param array COMMENT + * @param firstIndex COMMENT + * @param secondIndex COMMENT + */ + public static void swap(final short[] array, final int firstIndex, final int secondIndex) { + final short tmp = array[firstIndex]; + array[firstIndex] = array[secondIndex]; + array[secondIndex] = tmp; + } + + /** + * @param array COMMENT + * @param firstIndex COMMENT + * @param secondIndex COMMENT + */ + public static void swap(final byte[] array, final int firstIndex, final int secondIndex) { + final byte tmp = array[firstIndex]; + array[firstIndex] = array[secondIndex]; + array[secondIndex] = tmp; + } + + /** + * @param array COMMENT + * @param firstIndex COMMENT + * @param secondIndex COMMENT + */ + public static void swap(final float[] array, final int firstIndex, final int secondIndex) { + final float tmp = array[firstIndex]; + array[firstIndex] = array[secondIndex]; + array[secondIndex] = tmp; + } + + /** + * @param array COMMENT + * @param firstIndex COMMENT + * @param secondIndex COMMENT + */ + public static void swap(final double[] array, final int firstIndex, final int secondIndex) { + final double tmp = array[firstIndex]; + array[firstIndex] = array[secondIndex]; + array[secondIndex] = tmp; + } + + /** + * @param array COMMENT + * @param firstIndex COMMENT + * @param secondIndex COMMENT + */ + public static void swap(final boolean[] array, final int firstIndex, final int secondIndex) { + final boolean tmp = array[firstIndex]; + array[firstIndex] = array[secondIndex]; + array[secondIndex] = tmp; + } + + /** + * @param array COMMENT + * @param firstIndex COMMENT + * @param secondIndex COMMENT + */ + public static void swap(final char[] array, final int firstIndex, final int secondIndex) { + final char tmp = array[firstIndex]; + array[firstIndex] = array[secondIndex]; + array[secondIndex] = tmp; + } + + /** + * @param array COMMENT + * @param firstIndex COMMENT + * @param secondIndex COMMENT + */ + public static void swap(final Object[] array, final int firstIndex, final int secondIndex) { + final Object tmp = array[firstIndex]; + array[firstIndex] = array[secondIndex]; + array[secondIndex] = tmp; + } + + // /////////////////////////////////////////////////////////// + + /** + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static int[] insert(final int[] array, final int element) { + return KezvhArrays.insert(array, 0, element); + } + + /** + * @param array COMMENT + * @param index COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static int[] insert(final int[] array, final int index, final int element) { + final int[] newArray = new int[array.length + 1]; + if (index != 0) + System.arraycopy(array, 0, newArray, 0, index); + newArray[index] = element; + if (index != array.length) + System.arraycopy(array, index, newArray, index + 1, array.length - index); + return newArray; + } + + /** + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static long[] insert(final long[] array, final long element) { + return KezvhArrays.insert(array, 0, element); + } + + /** + * @param array COMMENT + * @param index COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static long[] insert(final long[] array, final int index, final long element) { + final long[] newArray = new long[array.length + 1]; + if (index != 0) + System.arraycopy(array, 0, newArray, 0, index); + newArray[index] = element; + if (index != array.length) + System.arraycopy(array, index, newArray, index + 1, array.length - index); + return newArray; + } + + /** + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static short[] insert(final short[] array, final short element) { + return KezvhArrays.insert(array, 0, element); + } + + /** + * @param array COMMENT + * @param index COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static short[] insert(final short[] array, final int index, final short element) { + final short[] newArray = new short[array.length + 1]; + if (index != 0) + System.arraycopy(array, 0, newArray, 0, index); + newArray[index] = element; + if (index != array.length) + System.arraycopy(array, index, newArray, index + 1, array.length - index); + return newArray; + } + + /** + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static byte[] insert(final byte[] array, final byte element) { + return KezvhArrays.insert(array, 0, element); + } + + /** + * @param array COMMENT + * @param index COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static byte[] insert(final byte[] array, final int index, final byte element) { + final byte[] newArray = new byte[array.length + 1]; + if (index != 0) + System.arraycopy(array, 0, newArray, 0, index); + newArray[index] = element; + if (index != array.length) + System.arraycopy(array, index, newArray, index + 1, array.length - index); + return newArray; + } + + /** + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static float[] insert(final float[] array, final float element) { + return KezvhArrays.insert(array, 0, element); + } + + /** + * @param array COMMENT + * @param index COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static float[] insert(final float[] array, final int index, final float element) { + final float[] newArray = new float[array.length + 1]; + if (index != 0) + System.arraycopy(array, 0, newArray, 0, index); + newArray[index] = element; + if (index != array.length) + System.arraycopy(array, index, newArray, index + 1, array.length - index); + return newArray; + } + + /** + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static double[] insert(final double[] array, final double element) { + return KezvhArrays.insert(array, 0, element); + } + + /** + * @param array COMMENT + * @param index COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static double[] insert(final double[] array, final int index, final double element) { + final double[] newArray = new double[array.length + 1]; + if (index != 0) + System.arraycopy(array, 0, newArray, 0, index); + newArray[index] = element; + if (index != array.length) + System.arraycopy(array, index, newArray, index + 1, array.length - index); + return newArray; + } + + /** + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static boolean[] insert(final boolean[] array, final boolean element) { + return KezvhArrays.insert(array, 0, element); + } + + /** + * @param array COMMENT + * @param index COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static boolean[] insert(final boolean[] array, final int index, final boolean element) { + final boolean[] newArray = new boolean[array.length + 1]; + if (index != 0) + System.arraycopy(array, 0, newArray, 0, index); + newArray[index] = element; + if (index != array.length) + System.arraycopy(array, index, newArray, index + 1, array.length - index); + return newArray; + } + + /** + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static char[] insert(final char[] array, final char element) { + return KezvhArrays.insert(array, 0, element); + } + + /** + * @param array COMMENT + * @param index COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static char[] insert(final char[] array, final int index, final char element) { + final char[] newArray = new char[array.length + 1]; + if (index != 0) + System.arraycopy(array, 0, newArray, 0, index); + newArray[index] = element; + if (index != array.length) + System.arraycopy(array, index, newArray, index + 1, array.length - index); + return newArray; + } + + /** + * @param COMMENT + * @param array COMMENT + * @param element COMMENT + * @return COMMENT + */ + public static T[] insert(final T[] array, final T element) { + return KezvhArrays.insert(array, 0, element); + } + + /** + * @param COMMENT + * @param array COMMENT + * @param index COMMENT + * @param element COMMENT + * @return COMMENT + */ + @SuppressWarnings("unchecked") + public static T[] insert(final T[] array, final int index, final T element) { + final T[] newArray = (T[]) Array.newInstance(array.getClass().getComponentType(), array.length + 1); + if (index != 0) + System.arraycopy(array, 0, newArray, 0, index); + newArray[index] = element; + if (index != array.length) + System.arraycopy(array, index, newArray, index + 1, array.length - index); + return newArray; + } + + /** + * @param array COMMENT + * @param object COMMENT + * @return COMMENT + */ + public static Object[] add(final Object[] array, final Object object) { + Object concat[]; + if (array == null) { + concat = (Object[]) Array.newInstance(object.getClass(), 1); + concat[0] = object; + } else { + final int newSize = array.length + 1; + concat = (Object[]) Array.newInstance(array.getClass().getComponentType(), newSize); + + System.arraycopy(array, 0, concat, 0, array.length); + concat[array.length] = object; + } + return concat; + } + + /** + * @param array COMMENT + * @param n COMMENT + * @return COMMENT + */ + public static int[] add(final int[] array, final int n) { + if (array == null) + return new int[] { n }; + final int[] concat = new int[array.length + 1]; + System.arraycopy(array, 0, concat, 0, array.length); + concat[array.length] = n; + return concat; + } + + /** + * @param array COMMENT + * @param n COMMENT + * @return COMMENT + */ + public static int[] remove(final int[] array, final int n) { + if (array == null) + return null; + final int[] concat = new int[array.length + 1]; + System.arraycopy(array, 0, concat, 0, array.length); + concat[array.length] = n; + return concat; + } + + /** + * @param array COMMENT + * @param toAppend COMMENT + * @return COMMENT + */ + public static int[] addAll(final int[] array, final int[] toAppend) { + final int[] concat = new int[array.length + toAppend.length]; + System.arraycopy(array, 0, concat, 0, array.length); + System.arraycopy(toAppend, 0, concat, array.length, toAppend.length); + return concat; + } + + // ////////////////////////////////////// + + /** + * @param values COMMENT + * @param value COMMENT + * @return COMMENT + */ + public static boolean contains(final int values[], final int value) { + for (final int element : values) + if (element == value) + return true; + + return false; + } + + /** + * @param values COMMENT + * @param value COMMENT + * @return COMMENT + */ + public static boolean contains(final long values[], final long value) { + for (final long element : values) + if (element == value) + return true; + + return false; + } + + /** + * @param values COMMENT + * @param value COMMENT + * @return COMMENT + */ + public static boolean contains(final short values[], final short value) { + for (final short element : values) + if (element == value) + return true; + + return false; + } + + /** + * @param values COMMENT + * @param value COMMENT + * @return COMMENT + */ + public static boolean contains(final byte values[], final byte value) { + for (final byte element : values) + if (element == value) + return true; + + return false; + } + + /** + * @param values COMMENT + * @param value COMMENT + * @return COMMENT + */ + public static boolean contains(final float values[], final float value) { + for (final float element : values) + if (element == value) + return true; + + return false; + } + + /** + * @param values COMMENT + * @param value COMMENT + * @return COMMENT + */ + public static boolean contains(final double values[], final double value) { + for (final double element : values) + if (element == value) + return true; + + return false; + } + + // /////////////////////////////////// + + /** + * @param array COMMENT + * @param indicies COMMENT + * @return COMMENT + */ + public static int[] slice(final int[] array, final int[] indicies) { + final int[] values = new int[indicies.length]; + for (int i = 0; i < indicies.length; i++) + values[i] = array[indicies[i]]; + return values; + } + + /** + * @param array COMMENT + * @param indicies COMMENT + * @return COMMENT + */ + public static long[] slice(final long[] array, final int[] indicies) { + final long[] values = new long[indicies.length]; + for (int i = 0; i < indicies.length; i++) + values[i] = array[indicies[i]]; + return values; + } + + /** + * @param array COMMENT + * @param indicies COMMENT + * @return COMMENT + */ + public static float[] slice(final float[] array, final int[] indicies) { + final float[] values = new float[indicies.length]; + for (int i = 0; i < indicies.length; i++) + values[i] = array[indicies[i]]; + return values; + } + + /** + * @param array COMMENT + * @param indicies COMMENT + * @return COMMENT + */ + public static double[] slice(final double[] array, final int[] indicies) { + final double[] values = new double[indicies.length]; + for (int i = 0; i < indicies.length; i++) + values[i] = array[indicies[i]]; + return values; + } + + /** + * @param array COMMENT + * @param indicies COMMENT + * @return COMMENT + */ + public static byte[] slice(final byte[] array, final int[] indicies) { + final byte[] values = new byte[indicies.length]; + for (int i = 0; i < indicies.length; i++) + values[i] = array[indicies[i]]; + return values; + } + + /** + * @param array COMMENT + * @param indicies COMMENT + * @return COMMENT + */ + public static short[] slice(final short[] array, final int[] indicies) { + final short[] values = new short[indicies.length]; + for (int i = 0; i < indicies.length; i++) + values[i] = array[indicies[i]]; + return values; + } + + /** + * @param array COMMENT + * @param indicies COMMENT + * @return COMMENT + */ + public static char[] slice(final char[] array, final int[] indicies) { + final char[] values = new char[indicies.length]; + for (int i = 0; i < indicies.length; i++) + values[i] = array[indicies[i]]; + return values; + } + + /** + * @param array COMMENT + * @param indicies COMMENT + * @return COMMENT + */ + public static boolean[] slice(final boolean[] array, final int[] indicies) { + final boolean[] values = new boolean[indicies.length]; + for (int i = 0; i < indicies.length; i++) + values[i] = array[indicies[i]]; + return values; + } + + /** + * @param array COMMENT + * @param indicies COMMENT + * @return COMMENT + */ + public static Object[] slice(final Object[] array, final int[] indicies) { + final Object[] values = new Object[indicies.length]; + for (int i = 0; i < indicies.length; i++) + values[i] = array[indicies[i]]; + return values; + } + + // /////////////////////////////// + + /** + * @param array COMMENT + * @return COMMENT + */ + public static Integer[] toObjects(final int[] array) { + final Integer[] objects = new Integer[array.length]; + + for (int i = 0; i < array.length; i++) + objects[i] = Integer.valueOf(array[i]); + + return objects; + } + + /** + * @param array COMMENT + * @return COMMENT + */ + public static Long[] toObjects(final long[] array) { + final Long[] objects = new Long[array.length]; + + for (int i = 0; i < array.length; i++) + objects[i] = Long.valueOf(array[i]); + + return objects; + } + + /** + * @param array COMMENT + * @return COMMENT + */ + public static Float[] toObjects(final float[] array) { + final Float[] objects = new Float[array.length]; + + for (int i = 0; i < array.length; i++) + objects[i] = Float.valueOf(array[i]); + + return objects; + } + + /** + * @param array COMMENT + * @return COMMENT + */ + public static Double[] toObjects(final double[] array) { + final Double[] objects = new Double[array.length]; + + for (int i = 0; i < array.length; i++) + objects[i] = Double.valueOf(array[i]); + + return objects; + } + + /** + * @param array COMMENT + * @return COMMENT + */ + public static Byte[] toObjects(final byte[] array) { + final Byte[] objects = new Byte[array.length]; + + for (int i = 0; i < array.length; i++) + objects[i] = Byte.valueOf(array[i]); + + return objects; + } + + /** + * @param array COMMENT + * @return COMMENT + */ + public static Short[] toObjects(final short[] array) { + final Short[] objects = new Short[array.length]; + + for (int i = 0; i < array.length; i++) + objects[i] = Short.valueOf(array[i]); + + return objects; + } + + /** + * @param array COMMENT + * @return COMMENT + */ + public static Boolean[] toObjects(final boolean[] array) { + final Boolean[] objects = new Boolean[array.length]; + + for (int i = 0; i < array.length; i++) + objects[i] = Boolean.valueOf(array[i]); + + return objects; + } + + /** + * @param array COMMENT + * @return COMMENT + */ + public static Character[] toObjects(final char[] array) { + final Character[] objects = new Character[array.length]; + + for (int i = 0; i < array.length; i++) + objects[i] = Character.valueOf(array[i]); + + return objects; + } + + // //////////////////////////////// + + /** + * @param array COMMENT + * @return COMMENT + */ + public static int[] toPrimatives(final Integer[] array) { + final int[] objects = new int[array.length]; + + for (int i = 0; i < array.length; i++) + objects[i] = array[i].intValue(); + + return objects; + } + + /** + * @param array COMMENT + * @return COMMENT + */ + public static long[] toPrimatives(final Long[] array) { + final long[] objects = new long[array.length]; + + for (int i = 0; i < array.length; i++) + objects[i] = array[i].longValue(); + + return objects; + } + + /** + * @param array COMMENT + * @return COMMENT + */ + public static short[] toPrimatives(final Short[] array) { + final short[] objects = new short[array.length]; + + for (int i = 0; i < array.length; i++) + objects[i] = array[i].shortValue(); + + return objects; + } + + /** + * @param array COMMENT + * @return COMMENT + */ + public static byte[] toPrimatives(final Byte[] array) { + final byte[] objects = new byte[array.length]; + + for (int i = 0; i < array.length; i++) + objects[i] = array[i].byteValue(); + + return objects; + } + + /** + * @param array COMMENT + * @return COMMENT + */ + public static char[] toPrimatives(final Character[] array) { + final char[] objects = new char[array.length]; + + for (int i = 0; i < array.length; i++) + objects[i] = array[i].charValue(); + + return objects; + } + + /** + * @param array COMMENT + * @return COMMENT + */ + public static boolean[] toPrimatives(final Boolean[] array) { + final boolean[] objects = new boolean[array.length]; + + for (int i = 0; i < array.length; i++) + objects[i] = array[i].booleanValue(); + + return objects; + } + + /** + * @param array COMMENT + * @return COMMENT + */ + public static float[] toPrimatives(final Float[] array) { + final float[] objects = new float[array.length]; + + for (int i = 0; i < array.length; i++) + objects[i] = array[i].floatValue(); + + return objects; + } + + /** + * @param array COMMENT + * @return COMMENT + */ + public static double[] toPrimatives(final Double[] array) { + final double[] objects = new double[array.length]; + + for (int i = 0; i < array.length; i++) + objects[i] = array[i].doubleValue(); + + return objects; + } + + /** + * is actually instance of morphism.anamorphism + * @param start FIXME comment + * @param end FIXME comment + * @return xxx + */ + public static char[] range(final char start, final char end) { + if (start > end) + throw new IllegalArgumentException("end character '" + end + "' is lexically before start char '" + start + "'"); + final char[] range = new char[end - start]; + int i = 0; + char current = start; + while (i < range.length) + range[i++] = current++; + + return range; + } + + /** + * is actually a catamorpishm (fold) + * @param arrays FIXME comment + * @return concatenation + */ + public static char[] toArray(final char[]... arrays) { + int size = 0; + for (final char[] element : arrays) + size += element.length; + + final char[] array = new char[size]; + + for (int i = 0, j = 0; i < size; j++, i += arrays[i].length) + System.arraycopy(arrays[j], i, array, 0, arrays[j].length); + + return array; + } + + /** + * is actually instance of morphism.anamorphism + * @param start FIXME comment + * @param end FIXME comment + * @return xxx + */ + public static int[] range(final int start, final int end) { + if (start > end) + throw new IllegalArgumentException("end character '" + end + "' is lexically before start char '" + start + "'"); + final int[] range = new int[end - start]; + int i = 0; + int current = start; + while (i < range.length) + range[i++] = current++; + + return range; + } + + /** + * is actually a catamorpishm (fold) + * @param arrays FIXME comment + * @return concatenation + */ + public static int[] toArray(final int[]... arrays) { + int size = 0; + for (final int[] element : arrays) + size += element.length; + + final int[] array = new int[size]; + + for (int i = 0, j = 0; i < size; j++, i += arrays[i].length) + System.arraycopy(arrays[j], i, array, 0, arrays[j].length); + + return array; + } + + /** + * @param COMMENT + * @param clazz COMMENT + * @param length COMMENT + * @return COMMENT + */ + @SuppressWarnings("unchecked") + public static T[] createArray(final Class clazz, final int length) { + return (T[]) Array.newInstance(clazz, length); + } + +} diff --git a/KezvhLib/src-lib/net/kezvh/collections/KezvhCollections.java b/KezvhLib/src-lib/net/kezvh/collections/KezvhCollections.java index 51c5251..b62cca6 100644 --- a/KezvhLib/src-lib/net/kezvh/collections/KezvhCollections.java +++ b/KezvhLib/src-lib/net/kezvh/collections/KezvhCollections.java @@ -9,14 +9,17 @@ import net.kezvh.lang.UtilityClass; /** * @author afflux + * + * library class */ -public class KezvhCollections extends UtilityClass { +public final class KezvhCollections extends UtilityClass { /** * @param collection type * @param collection a collection * @return the collection where as a list, where the ith element is the ith - * element from the iterator.. useful for faking some things + * element from the iterator.. useful for faking some things, but in + * general really, really slow */ public static List asList(final Collection collection) { return new AbstractList() { diff --git a/KezvhLib/src-lib/net/kezvh/collections/SortedArrayMap.java b/KezvhLib/src-lib/net/kezvh/collections/SortedArrayMap.java index 9316e4b..2a93a5f 100755 --- a/KezvhLib/src-lib/net/kezvh/collections/SortedArrayMap.java +++ b/KezvhLib/src-lib/net/kezvh/collections/SortedArrayMap.java @@ -90,8 +90,8 @@ public class SortedArrayMap extends AbstractMap implements SortedMap } private void insert(final K key, final V value, final int insertionPoint) { - this.keys = ArrayUtilities.insert(this.keys, insertionPoint, key); - this.values = ArrayUtilities.insert(this.values, insertionPoint, value); + this.keys = KezvhArrays.insert(this.keys, insertionPoint, key); + this.values = KezvhArrays.insert(this.values, insertionPoint, value); } @SuppressWarnings("unchecked") diff --git a/KezvhLib/src-lib/net/kezvh/collections/dualmaps/AbstractDualMap.java b/KezvhLib/src-lib/net/kezvh/collections/dualmaps/AbstractDualMap.java new file mode 100755 index 0000000..0bc8703 --- /dev/null +++ b/KezvhLib/src-lib/net/kezvh/collections/dualmaps/AbstractDualMap.java @@ -0,0 +1,213 @@ +package net.kezvh.collections.dualmaps; + +import java.util.AbstractMap; +import java.util.Collection; +import java.util.Iterator; +import java.util.Map; +import java.util.Set; + +import net.kezvh.collections.Pair; +import net.kezvh.collections.views.ConditionalSetView; +import net.kezvh.collections.views.SetView; +import net.kezvh.functional.lambda.L1; +import net.kezvh.functional.lambda.Predicate1; + +/** + * @author mjacob + * @param key 1 type + * @param key 2 type + * @param value type + */ +public abstract class AbstractDualMap extends AbstractMap, V> implements DualMap { + private static final class AbstractCouple implements Pair { + private final K1 key1; + private final K2 key2; + + public AbstractCouple(final K1 key1, final K2 key2) { + super(); + this.key1 = key1; + this.key2 = key2; + } + + @Override + public K1 get1() { + return this.key1; + } + + @Override + public K2 get2() { + return this.key2; + } + } + + @Override + public boolean containsKey(final K1 key1, final K2 key2) { + return this.containsKey(new AbstractCouple(key1, key2)); + } + + private final class K1Filter implements Predicate1, V>> { + private final K1 key1; + + public K1Filter(final K1 key1) { + this.key1 = key1; + } + + public Boolean op(final Map.Entry, V> entry) { + return this.key1.equals(entry.getKey().get1()); + } + } + + private final class K2Filter implements Predicate1, V>> { + private final K2 key2; + + public K2Filter(final K2 key2) { + this.key2 = key2; + } + + public Boolean op(final Map.Entry, V> entry) { + return this.key2.equals(entry.getKey().get2()); + } + } + + private final L1, Map.Entry, V>> ENTRY_CONVERTER = new L1, Map.Entry, V>>() { + @Override + public DualMap.Entry op(final Map.Entry, V> param) { + return new DualMap.Entry() { + @Override + public Pair getKey() { + return param.getKey(); + } + + @Override + public K1 getKey1() { + return param.getKey().get1(); + } + + @Override + public K2 getKey2() { + return param.getKey().get2(); + } + + @Override + public V getValue() { + return param.getValue(); + } + + public V setValue(final V value) { + return param.setValue(value); + } + + @Override + public int hashCode() { + return param.hashCode(); + } + + @Override + public boolean equals(final Object obj) { + if (obj == null) + return false; + if (obj == this) + return true; + if (this.getClass() != obj.getClass()) + return false; + + final DualMap.Entry other = (DualMap.Entry) obj; + return this.getKey1().equals(other.getKey1()) && this.getKey2().equals(other.getKey2()); + } + }; + } + }; + + @Override + public Set> entrySetOnKey1(final K1 key1) { + final Set, V>> filtered = new ConditionalSetView, V>>(new K1Filter(key1), this.entrySet()); + return new SetView, V>, DualMap.Entry>(filtered, this.ENTRY_CONVERTER); + } + + @Override + public Set> entrySetOnKey2(final K2 key2) { + final Set, V>> filtered = new ConditionalSetView, V>>(new K2Filter(key2), this.entrySet()); + return new SetView, V>, DualMap.Entry>(filtered, this.ENTRY_CONVERTER); + } + + @Override + public V get(final K1 key1, final K2 key2) { + for (final Map.Entry, V> entry : this.entrySet()) + if (key1.equals(entry.getKey().get1()) && key2.equals(entry.getKey().get2())) + return entry.getValue(); + return null; + } + + private final L1> K2VIEW = new L1>() { + @Override + public K2 op(final net.kezvh.collections.dualmaps.DualMap.Entry param) { + return param.getKey2(); + } + }; + + private final L1> K1VIEW = new L1>() { + @Override + public K1 op(final net.kezvh.collections.dualmaps.DualMap.Entry param) { + return param.getKey1(); + } + }; + + private final L1> VVIEW = new L1>() { + @Override + public V op(final net.kezvh.collections.dualmaps.DualMap.Entry param) { + return param.getValue(); + } + }; + + @Override + public Set keySetOnKey1(final K1 key1) { + return new SetView, K2>(this.entrySetOnKey1(key1), this.K2VIEW); + } + + @Override + public Set keySetOnKey2(final K2 key2) { + return new SetView, K1>(this.entrySetOnKey2(key2), this.K1VIEW); + } + + @Override + public V put(final K1 key1, final K2 key2, final V value) { + throw new UnsupportedOperationException(); + } + + /* + * (non-Javadoc) + * @see java.util.AbstractMap#put(java.lang.Object, java.lang.Object) + */ + @Override + public V put(final net.kezvh.collections.Pair key, final V value) { + return this.put(key.get1(), key.get2(), value); + } + + @Override + public void putAll(final DualMap m) { + for (final Map.Entry, V> entry : this.entrySet()) + this.put(entry.getKey(), entry.getValue()); + } + + @Override + public V remove(final K1 key1, final K2 key2) { + for (final Iterator, V>> i = this.entrySet().iterator(); i.hasNext();) { + final Map.Entry, V> entry = i.next(); + if (key1.equals(entry.getKey().get1()) && key2.equals(entry.getKey().get2())) { + i.remove(); + return entry.getValue(); + } + } + return null; + } + + @Override + public Collection valuesOnKey1(final K1 key1) { + return new SetView, V>(this.entrySetOnKey1(key1), this.VVIEW); + } + + @Override + public Collection valuesOnKey2(final K2 key2) { + return new SetView, V>(this.entrySetOnKey2(key2), this.VVIEW); + } +} \ No newline at end of file diff --git a/KezvhLib/src-lib/net/kezvh/collections/dualmaps/DualMap.java b/KezvhLib/src-lib/net/kezvh/collections/dualmaps/DualMap.java new file mode 100755 index 0000000..7aba4ac --- /dev/null +++ b/KezvhLib/src-lib/net/kezvh/collections/dualmaps/DualMap.java @@ -0,0 +1,499 @@ +package net.kezvh.collections.dualmaps; + +import java.util.Collection; +import java.util.Map; +import java.util.Set; + +import net.kezvh.collections.Pair; + +/** + * Renamed from Bimap because google's already using that for "Bijective Map". + * Bastards. + * + * @author mjacob + * @param first key type + * @param second key type + * @param value type + */ +public interface DualMap extends Map, V> { + /** + * Returns the number of key-value mappings in this map. If the map contains + * more than Integer.MAX_VALUE elements, returns + * Integer.MAX_VALUE. + * + * @return the number of key-value mappings in this map + */ + int size(); + + /** + * Returns true if this map contains no key-value mappings. + * + * @return true if this map contains no key-value mappings + */ + boolean isEmpty(); + + /** + * Returns true if this map contains a mapping for the specified + * key. More formally, returns true if and only if this map + * contains a mapping for a key k such that + * (key==null ? k==null : key.equals(k)). (There can be at most one + * such mapping.) + * + * @param key1 key whose presence in this map is to be tested + * @param key2 key whose presence in this map is to be tested + * @return true if this map contains a mapping for the specified + * key + * @throws ClassCastException if the key is of an inappropriate type for + * this map (optional) + * @throws NullPointerException if the specified key is null and this map + * does not permit null keys (optional) + */ + boolean containsKey(K1 key1, K2 key2); + + /** + * @param key1 + * @return true if the map has any keys with key1 specified + */ + boolean containsKey1(K1 key1); + + /** + * @param key2 + * @return true if the map has any keys with key2 specified + */ + boolean containsKey2(K2 key2); + + /** + * Returns the value to which the specified key is mapped, or {@code null} + * if this map contains no mapping for the key. + *

    + * More formally, if this map contains a mapping from a key {@code k} to a + * value {@code v} such that {@code (key==null ? k==null : key.equals(k))}, + * then this method returns {@code v}; otherwise it returns {@code null}. + * (There can be at most one such mapping.) + *

    + * If this map permits null values, then a return value of {@code null} does + * not necessarily indicate that the map contains no mapping for the + * key; it's also possible that the map explicitly maps the key to {@code + * null}. The {@link #containsKey containsKey} operation may be used to + * distinguish these two cases. + * + * @param key1 the key whose associated value is to be returned + * @param key2 the key whose associated value is to be returned + * @return the value to which the specified key is mapped, or {@code null} + * if this map contains no mapping for the key + * @throws ClassCastException if the key is of an inappropriate type for + * this map (optional) + * @throws NullPointerException if the specified key is null and this map + * does not permit null keys (optional) + */ + V get(K1 key1, K2 key2); + + /** + * @param key1 COMMENT + * @return COMMENT + */ + Collection> get1(K1 key1); + + /** + * @param key2 COMMENT + * @return COMMENT + */ + Collection> get2(K2 key2); + + // Modification Operations + + /** + * Associates the specified value with the specified key in this map + * (optional operation). If the map previously contained a mapping for the + * key, the old value is replaced by the specified value. (A map m + * is said to contain a mapping for a key k if and only if + * {@link #containsKey(Object, Object) m.containsKey(k)} would return + * true.) + * + * @param key1 key with which the specified value is to be associated + * @param key2 key with which the specified value is to be associated + * @param value value to be associated with the specified key + * @return the previous value associated with key, or null + * if there was no mapping for key. (A null return + * can also indicate that the map previously associated + * null with key, if the implementation supports + * null values.) + * @throws UnsupportedOperationException if the put operation is + * not supported by this map + * @throws ClassCastException if the class of the specified key or value + * prevents it from being stored in this map + * @throws NullPointerException if the specified key or value is null and + * this map does not permit null keys or values + * @throws IllegalArgumentException if some property of the specified key or + * value prevents it from being stored in this map + */ + V put(K1 key1, K2 key2, V value); + + /** + * Removes the mapping for a key from this map if it is present (optional + * operation). More formally, if this map contains a mapping from key + * k to value v such that + * (key==null ? k==null : key.equals(k)), that mapping is + * removed. (The map can contain at most one such mapping.) + *

    + * Returns the value to which this map previously associated the key, or + * null if the map contained no mapping for the key. + *

    + * If this map permits null values, then a return value of null + * does not necessarily indicate that the map contained no mapping + * for the key; it's also possible that the map explicitly mapped the key to + * null. + *

    + * The map will not contain a mapping for the specified key once the call + * returns. + * + * @param key1 key whose mapping is to be removed from the map + * @param key2 key whose mapping is to be removed from the map + * @return the previous value associated with key, or null + * if there was no mapping for key. + * @throws UnsupportedOperationException if the remove operation is + * not supported by this map + * @throws ClassCastException if the key is of an inappropriate type for + * this map (optional) + * @throws NullPointerException if the specified key is null and this map + * does not permit null keys (optional) + */ + V remove(K1 key1, K2 key2); + + /** + * @param key1 COMMENT + * @return COMMENT + */ + Collection> remove1(K1 key1); + + /** + * @param key2 COMMENT + * @return COMMENT + */ + Collection> remove2(K2 key2); + + // Bulk Operations + + /** + * Copies all of the mappings from the specified map to this map (optional + * operation). The effect of this call is equivalent to that of calling + * {@link #put(Object,Object,Object) put(k, v)} on this map once for each + * mapping from key k to value v in the specified map. The + * behavior of this operation is undefined if the specified map is modified + * while the operation is in progress. + * + * @param m mappings to be stored in this map + * @throws UnsupportedOperationException if the putAll operation is + * not supported by this map + * @throws ClassCastException if the class of a key or value in the + * specified map prevents it from being stored in this map + * @throws NullPointerException if the specified map is null, or if this map + * does not permit null keys or values, and the specified map + * contains null keys or values + * @throws IllegalArgumentException if some property of a key or value in + * the specified map prevents it from being stored in this map + */ + void putAll(DualMap m); + + /** + * Removes all of the mappings from this map (optional operation). The map + * will be empty after this call returns. + * + * @throws UnsupportedOperationException if the clear operation is + * not supported by this map + */ + void clear(); + + // Views + + /** + * Returns a {@link Set} view of the keys contained in this map. The set is + * backed by the map, so changes to the map are reflected in the set, and + * vice-versa. If the map is modified while an iteration over the set is in + * progress (except through the iterator's own remove operation), + * the results of the iteration are undefined. The set supports element + * removal, which removes the corresponding mapping from the map, via the + * Iterator.remove, Set.remove, removeAll, + * retainAll, and clear operations. It does not support + * the add or addAll operations. + * + * @return a set view of the keys contained in this map + */ + Set> keySet(); + + /** + * @param key1 + * @return set of key2s for which there is a value associated with (key1, + * key2) + */ + Set keySetOnKey1(K1 key1); + + /** + * @param key2 + * @return set of key1s for which there is a value associated with (key1, + * key2) + */ + Set keySetOnKey2(K2 key2); + + /** + * Returns a {@link Collection} view of the values contained in this map. + * The collection is backed by the map, so changes to the map are reflected + * in the collection, and vice-versa. If the map is modified while an + * iteration over the collection is in progress (except through the + * iterator's own remove operation), the results of the iteration + * are undefined. The collection supports element removal, which removes the + * corresponding mapping from the map, via the Iterator.remove, + * Collection.remove, removeAll, retainAll and + * clear operations. It does not support the add or + * addAll operations. + * + * @return a collection view of the values contained in this map + */ + Collection values(); + + /** + * Returns a {@link Collection} view of the values contained in this map. + * The collection is backed by the map, so changes to the map are reflected + * in the collection, and vice-versa. If the map is modified while an + * iteration over the collection is in progress (except through the + * iterator's own remove operation), the results of the iteration + * are undefined. The collection supports element removal, which removes the + * corresponding mapping from the map, via the Iterator.remove, + * Collection.remove, removeAll, retainAll and + * clear operations. It does not support the add or + * addAll operations. + * + * @param key1 + * @return values associated with given key1 + */ + Collection valuesOnKey1(K1 key1); + + /** + * Returns a {@link Collection} view of the values contained in this map. + * The collection is backed by the map, so changes to the map are reflected + * in the collection, and vice-versa. If the map is modified while an + * iteration over the collection is in progress (except through the + * iterator's own remove operation), the results of the iteration + * are undefined. The collection supports element removal, which removes the + * corresponding mapping from the map, via the Iterator.remove, + * Collection.remove, removeAll, retainAll and + * clear operations. It does not support the add or + * addAll operations. + * + * @param key2 + * @return values associated with given key2 + */ + Collection valuesOnKey2(K2 key2); + + /** + * Returns a {@link Set} view of the mappings contained in this map. The set + * is backed by the map, so changes to the map are reflected in the set, and + * vice-versa. If the map is modified while an iteration over the set is in + * progress (except through the iterator's own remove operation, or + * through the setValue operation on a map entry returned by the + * iterator) the results of the iteration are undefined. The set supports + * element removal, which removes the corresponding mapping from the map, + * via the Iterator.remove, Set.remove, removeAll + * , retainAll and clear operations. It does not support + * the add or addAll operations. + * + * @return a set view of the mappings contained in this map + */ + @Override + Set, V>> entrySet(); + + /** + * Returns a {@link Set} view of the mappings contained in this map. The set + * is backed by the map, so changes to the map are reflected in the set, and + * vice-versa. If the map is modified while an iteration over the set is in + * progress (except through the iterator's own remove operation, or + * through the setValue operation on a map entry returned by the + * iterator) the results of the iteration are undefined. The set supports + * element removal, which removes the corresponding mapping from the map, + * via the Iterator.remove, Set.remove, removeAll + * , retainAll and clear operations. It does not support + * the add or addAll operations. + * + * @param key1 + * @return entries for which there is a value for (key1, key2) + */ + Set> entrySetOnKey1(K1 key1); + + /** + * Returns a {@link Set} view of the mappings contained in this map. The set + * is backed by the map, so changes to the map are reflected in the set, and + * vice-versa. If the map is modified while an iteration over the set is in + * progress (except through the iterator's own remove operation, or + * through the setValue operation on a map entry returned by the + * iterator) the results of the iteration are undefined. The set supports + * element removal, which removes the corresponding mapping from the map, + * via the Iterator.remove, Set.remove, removeAll + * , retainAll and clear operations. It does not support + * the add or addAll operations. + * + * @param key2 + * @return entries for which there is a value for (key1, key2) + */ + Set> entrySetOnKey2(K2 key2); + + /** + * Returns a map m such that m(key2) == this(key1, key2). It is backed by + * this map. + * + * @param key1 + * @return map + */ + Map entryMapOnKey1(K1 key1); + + /** + * Returns a map m such that m(key1) == this(key1, key2). It is backed by + * this map. + * + * @param key2 + * @return map + */ + Map entryMapOnKey2(K2 key2); + + /** + * A map entry (key-value pair). The Map.entrySet method returns a + * collection-view of the map, whose elements are of this class. The + * only way to obtain a reference to a map entry is from the iterator + * of this collection-view. These Map.Entry objects are valid + * only for the duration of the iteration; more formally, the + * behavior of a map entry is undefined if the backing map has been modified + * after the entry was returned by the iterator, except through the + * setValue operation on the map entry. + * + * @see DualMap#entrySet() + * @author mjacob + * @param + * @param + * @param + */ + interface Entry extends Map.Entry, V> { + /** + * Returns the key corresponding to this entry. + * + * @return the key corresponding to this entry + * @throws IllegalStateException implementations may, but are not + * required to, throw this exception if the entry has been + * removed from the backing map. + */ + K1 getKey1(); + + /** + * Returns the key corresponding to this entry. + * + * @return the key corresponding to this entry + * @throws IllegalStateException implementations may, but are not + * required to, throw this exception if the entry has been + * removed from the backing map. + */ + K2 getKey2(); + + /** + * Returns the value corresponding to this entry. If the mapping has + * been removed from the backing map (by the iterator's remove + * operation), the results of this call are undefined. + * + * @return the value corresponding to this entry + * @throws IllegalStateException implementations may, but are not + * required to, throw this exception if the entry has been + * removed from the backing map. + */ + V getValue(); + + /** + * Replaces the value corresponding to this entry with the specified + * value (optional operation). (Writes through to the map.) The behavior + * of this call is undefined if the mapping has already been removed + * from the map (by the iterator's remove operation). + * + * @param value new value to be stored in this entry + * @return old value corresponding to the entry + * @throws UnsupportedOperationException if the put operation + * is not supported by the backing map + * @throws ClassCastException if the class of the specified value + * prevents it from being stored in the backing map + * @throws NullPointerException if the backing map does not permit null + * values, and the specified value is null + * @throws IllegalArgumentException if some property of this value + * prevents it from being stored in the backing map + * @throws IllegalStateException implementations may, but are not + * required to, throw this exception if the entry has been + * removed from the backing map. + */ + V setValue(V value); + + /** + * Compares the specified object with this entry for equality. Returns + * true if the given object is also a map entry and the two + * entries represent the same mapping. More formally, two entries + * e1 and e2 represent the same mapping if + * + *

    +		 * (e1.getKey() == null ? e2.getKey() == null : e1.getKey().equals(e2.getKey())) && (e1.getValue() == null ? e2.getValue() == null : e1.getValue().equals(e2.getValue()))
    +		 * 
    + * + * This ensures that the equals method works properly across + * different implementations of the Map.Entry interface. + * + * @param o object to be compared for equality with this map entry + * @return true if the specified object is equal to this map + * entry + */ + boolean equals(Object o); + + /** + * Returns the hash code value for this map entry. The hash code of a + * map entry e is defined to be: + * + *
    +		 * (e.getKey() == null ? 0 : e.getKey().hashCode()) ˆ (e.getValue() == null ? 0 : e.getValue().hashCode())
    +		 * 
    + * + * This ensures that e1.equals(e2) implies that + * e1.hashCode()==e2.hashCode() for any two Entries e1 + * and e2, as required by the general contract of + * Object.hashCode. + * + * @return the hash code value for this map entry + * @see Object#hashCode() + * @see Object#equals(Object) + * @see #equals(Object) + */ + int hashCode(); + } + + // Comparison and hashing + + /** + * Compares the specified object with this map for equality. Returns + * true if the given object is also a map and the two maps + * represent the same mappings. More formally, two maps m1 and + * m2 represent the same mappings if + * m1.entrySet().equals(m2.entrySet()). This ensures that the + * equals method works properly across different implementations of + * the Map interface. + * + * @param o object to be compared for equality with this map + * @return true if the specified object is equal to this map + */ + boolean equals(Object o); + + /** + * Returns the hash code value for this map. The hash code of a map is + * defined to be the sum of the hash codes of each entry in the map's + * entrySet() view. This ensures that m1.equals(m2) + * implies that m1.hashCode()==m2.hashCode() for any two maps + * m1 and m2, as required by the general contract of + * {@link Object#hashCode}. + * + * @return the hash code value for this map + * @see Map.Entry#hashCode() + * @see Object#equals(Object) + * @see #equals(Object) + */ + int hashCode(); + +} diff --git a/KezvhLib/src-lib/net/kezvh/collections/dualmaps/HashDualMap.java b/KezvhLib/src-lib/net/kezvh/collections/dualmaps/HashDualMap.java new file mode 100644 index 0000000..3e3a4d2 --- /dev/null +++ b/KezvhLib/src-lib/net/kezvh/collections/dualmaps/HashDualMap.java @@ -0,0 +1,1715 @@ +/** + * + */ +package net.kezvh.collections.dualmaps; + +import java.io.IOException; +import java.lang.reflect.Array; +import java.util.AbstractCollection; +import java.util.AbstractMap; +import java.util.AbstractSet; +import java.util.ArrayList; +import java.util.Collection; +import java.util.ConcurrentModificationException; +import java.util.HashMap; +import java.util.Iterator; +import java.util.Map; +import java.util.NoSuchElementException; +import java.util.Set; + +import net.kezvh.collections.AbstractIterator; +import net.kezvh.collections.MapEntryImpl; +import net.kezvh.collections.Pair; +import net.kezvh.collections.views.SetView; +import net.kezvh.functional.lambda.L1; + +/** + * Sometimes you want a map with 2 keys. While one could just use java's maps + * but with something like Couple as the key, there's an additional + * opperation I often want to do that you just can't do with something like + * that. In particular, this operation is incredibly useful if you use this + * collection to map the edges of a graph, and you want to iterate through all + * the edges into or out of a particular node. That operation is to slice the + * map by 1 key or the other. This class grepped a lot of its guts out of java's + * hashmap implementation (is that an ip issue?). However, each entry in the + * table also maintains connections to other entries which share it's first or + * second key. This way, you've got a linked list of entries for each key along + * each dimension. Time complexity: get(k1, k2) this is operationally identical + * to getting on a hashmap, so O(1) put(k1, k2, v) hashtable put + 2 linked list + * head inserts, so also O(1) amortized remove(k1, k2) hashtable remove + 2 + * doubly linked list remove, so O(1) get(k1) || get(k2) returns a list of + * elements backed by the map in O(1) time remove(k1) || remove(k2) O(n), where + * n is the number of elements in get(k1) or get(k2) respectively. + * + * @author afflux + * @param COMMENT + * @param COMMENT + * @param COMMENT + */ +public class HashDualMap implements DualMap { + /** + * The default initial capacity - MUST be a power of two. + */ + static final int DEFAULT_INITIAL_CAPACITY = 16; + + /** + * The maximum capacity, used if a higher value is implicitly specified by + * either of the constructors with arguments. MUST be a power of two <= + * 1<<30. + */ + static final int MAXIMUM_CAPACITY = 1 << 30; + + /** + * The load factor used when none specified in constructor. + **/ + static final float DEFAULT_LOAD_FACTOR = 0.75f; + + private static final Entry[] createEntries(final Entry[] other, final int capacity) { + return HashDualMap.createEntries(other.getClass().getComponentType(), capacity); + } + + @SuppressWarnings("unchecked") + private static final Entry[] createEntries(final Class clazz, final int capacity) { + return (Entry[]) Array.newInstance(clazz, capacity); + } + + private static final int hash(final K1 k1, final K2 k2) { + int h; + + if (k1 == null) + if (k2 == null) + h = 0; + else + h = k2.hashCode(); + else if (k2 == null || k1.equals(k2)) + h = k1.hashCode(); + else + h = k1.hashCode() ^ k2.hashCode(); + + h ^= (h >>> 20) ^ (h >>> 12); + return h ^ (h >>> 7) ^ (h >>> 4); + } + + private static final int hash(final Pair entry) { + return HashDualMap.hash(entry.get1(), entry.get2()); + } + + private static final int indexFor(final int hash, final int length) { + return hash & (length - 1); + } + + /** + * TODO make this a libary method + * + * @param COMMENT + * @param a COMMENT + * @param b COMMENT + * @return COMMENT + */ + private static final boolean objectsEqual(final T a, final T b) { + if (a == null) + return b == null; + return a.equals(b); + } + + /** + * so the complicated thing is this resides in 3 lists: 1 is the list of + * collisions 1 is the list of all entries matching key 1 1 is the list of + * all entries matching key 2 + * + * @author afflux + * @param + * @param + * @param + */ + private static final class Entry implements DualMap.Entry, Pair { + private final K1 k1; + private final K2 k2; + private V value; + private final int hash; + private Entry nextCollision; + private Entry next1; // next in loop w/ fixed k1 + private Entry next2; // next in loop w/ fixed k2 + private Entry prev1; // prev in loop w/ fixed k1 + private Entry prev2; // prev in loop w/ fixed k2 + + @Override + public String toString() { + return "(" + this.k1 + ", " + this.k2 + ") => " + this.value; + } + + public String specialString() { + return "next1: " + this.next1 + " next2: " + this.next2 + " prev1: " + this.prev1 + " prev2: " + this.prev2; + } + + public Entry(final int hash, final K1 k1, final K2 k2, final V v, final Entry nextCollision) { + this.k1 = k1; + this.k2 = k2; + this.value = v; + this.nextCollision = nextCollision; + this.hash = hash; + } + + /** + * i kind of love this function + * + * @param bimap COMMENT + */ + public void removeSelf(final HashDualMap bimap) { + if (this.next1 != null) + this.next1.setPrev1(this.prev1); + if (this.next2 != null) + this.next2.setPrev2(this.prev2); + if (this.prev1 != null) + this.prev1.setNext1(this.next1); + if (this.prev2 != null) + this.prev2.setNext2(this.next2); + bimap.k1Heads.get(this.k1).removing(this); + if (bimap.k1Heads.get(this.k1).isEmpty()) + bimap.k1Heads.remove(this.k1); + bimap.k2Heads.get(this.k2).removing(this); + if (bimap.k2Heads.get(this.k2).isEmpty()) + bimap.k2Heads.remove(this.k2); + } + + /** + * @return the next1 + */ + public Entry getNext1() { + return this.next1; + } + + /** + * @param next1 the next1 to set + * @return COMMENT + */ + public Entry setNext1(final Entry next1) { + try { + return this.next1; + } finally { + this.next1 = next1; + } + } + + /** + * @return the next2 + */ + public Entry getNext2() { + return this.next2; + } + + /** + * @param next2 the next2 to set + * @return COMMENT + */ + public Entry setNext2(final Entry next2) { + try { + return this.next2; + } finally { + this.next2 = next2; + } + } + + /** + * @return the prev1 + */ + public Entry getPrev1() { + return this.prev1; + } + + /** + * @param prev1 the prev1 to set + * @return COMMENT + */ + public Entry setPrev1(final Entry prev1) { + try { + return this.prev1; + } finally { + this.prev1 = prev1; + } + } + + /** + * @return the prev2 + */ + public Entry getPrev2() { + return this.prev2; + } + + /** + * @param prev2 the prev2 to set + * @return COMMENT + */ + public Entry setPrev2(final Entry prev2) { + try { + return this.prev2; + } finally { + this.prev2 = prev2; + } + } + + public boolean matchesKeys(final K1 key1, final K2 key2) { + return HashDualMap.objectsEqual(this.k1, key1) && HashDualMap.objectsEqual(this.k2, key2); + } + + /** + * @return the nextCollision + */ + public Entry getNextCollision() { + return this.nextCollision; + } + + /** + * @param nextCollision the nextCollision to set + */ + public void setNextCollision(final Entry nextCollision) { + this.nextCollision = nextCollision; + } + + /** + * @see java.lang.Object#hashCode() + * @return COMMENT + */ + @Override + public int hashCode() { + return this.hash; + } + + /** + * @see java.lang.Object#equals(java.lang.Object) + * @param obj COMMENT + * @return COMMENT + */ + @Override + public boolean equals(final Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (this.getClass() != obj.getClass()) + return false; + final Entry other = (Entry) obj; + if (this.k1 == null) { + if (other.k1 != null) + return false; + } else if (!this.k1.equals(other.k1)) + return false; + if (this.k2 == null) { + if (other.k2 != null) + return false; + } else if (!this.k2.equals(other.k2)) + return false; + return true; + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap.Entry#getKey1() + * @return COMMENT + */ + @Override + public K1 getKey1() { + return this.k1; + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap.Entry#getKey2() + * @return COMMENT + */ + @Override + public K2 getKey2() { + return this.k2; + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap.Entry#getValue() + * @return COMMENT + */ + @Override + public V getValue() { + return this.value; + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap.Entry#setValue(java.lang.Object) + * @param value COMMENT + * @return COMMENT + */ + @Override + public V setValue(final V value) { + try { + return this.value; + } finally { + this.value = value; + } + } + + /** + * @see java.util.Map.Entry#getKey() + * @return COMMENT + */ + @Override + public Pair getKey() { + return this; + } + + /** + * @see net.kezvh.collections.Pair#get1() + * @return COMMENT + */ + @Override + public K1 get1() { + return this.k1; + } + + /** + * @see net.kezvh.collections.Pair#get2() + * @return COMMENT + */ + @Override + public K2 get2() { + return this.k2; + } + } + + private abstract class HeadSet extends AbstractSet> { + private int headsetSize; + + private Entry head; + + private final class HeadSetIterator extends AbstractIterator> { + private Entry current = HeadSet.this.head; + + /** + * @see net.kezvh.collections.AbstractIterator#findNext() + * @return COMMENT + * @throws NoSuchElementException COMMENT + */ + @Override + protected Entry findNext() throws NoSuchElementException { + if (this.current == null) + throw new NoSuchElementException(); + try { + return this.current; + } finally { + this.current = HeadSet.this.getNext(this.current); + } + } + + /** + * @see net.kezvh.collections.AbstractIterator#remove() + */ + @Override + public void remove() { + HashDualMap.this.remove(HeadSet.this.getPrev(this.current)); + } + } + + public final void insertNewHead(final Entry newHead) { + this.setNext(newHead, this.head); + if (this.head != null) + this.setPrev(this.head, newHead); + this.head = newHead; + this.headsetSize++; + } + + public final void removing(final Entry removedEntry) { + if (this.head == removedEntry) + this.head = this.getNext(removedEntry); + this.headsetSize--; + } + + protected abstract Entry getNext(Entry entry); + + protected abstract Entry getPrev(Entry entry); + + protected abstract Entry setNext(Entry entry, Entry next); + + protected abstract Entry setPrev(Entry entry, Entry prev); + + /** + * @see java.util.AbstractCollection#iterator() + * @return COMMENT + */ + @Override + public Iterator> iterator() { + return new HeadSetIterator(); + } + + /** + * @see java.util.AbstractCollection#size() + * @return COMMENT + */ + @Override + public int size() { + return this.headsetSize; + } + + /** + * @see java.util.AbstractCollection#add(java.lang.Object) + * @param o COMMENT + * @return COMMENT + */ + @Override + public boolean add(final Entry o) { + return HashDualMap.this.put(o) != null; + } + + /** + * @see java.util.AbstractCollection#addAll(java.util.Collection) + * @param c COMMENT + * @return COMMENT + */ + @Override + public boolean addAll(final Collection> c) { + return HashDualMap.this.putAll(c); + } + + /** + * @see java.util.AbstractCollection#clear() + */ + @Override + public void clear() { + for (final Entry entry : this) + HashDualMap.this.remove(entry); + } + + /** + * @see java.util.AbstractCollection#contains(java.lang.Object) + * @param o COMMENT + * @return COMMENT + */ + @SuppressWarnings("unchecked") + @Override + public boolean contains(final Object o) { + if (!(o instanceof DualMap.Entry)) + return false; + + final DualMap.Entry other = (DualMap.Entry) o; + return HashDualMap.this.containsKey(other.getKey1(), other.getKey2()); + } + + /** + * @see java.util.AbstractCollection#containsAll(java.util.Collection) + * @param c COMMENT + * @return COMMENT + */ + @Override + public boolean containsAll(final Collection c) { + for (final Object entry : c) + if (!this.contains(entry)) + return false; + return true; + } + + /** + * @see java.util.AbstractCollection#isEmpty() + * @return COMMENT + */ + @Override + public boolean isEmpty() { + return this.head == null; + } + + /** + * @see java.util.AbstractCollection#remove(java.lang.Object) + * @param o COMMENT + * @return COMMENT + */ + @Override + public boolean remove(final Object o) { + return HashDualMap.this.remove(o) != null; + } + + /** + * @see java.util.AbstractCollection#retainAll(java.util.Collection) + * @param c COMMENT + * @return COMMENT + */ + @Override + public boolean retainAll(final Collection c) { + boolean modified = false; + for (final Entry entry : this) + if (!c.contains(entry)) + modified |= HashDualMap.this.remove(entry) != null; + + return modified; + } + + /** + * @see java.util.AbstractCollection#toArray() + * @return TOOD COMMENT + */ + @Override + public Object[] toArray() { + final Entry[] array = HashDualMap.createEntries(this.head.getClass(), HashDualMap.this.size); + return this.toArray(array); + } + + @SuppressWarnings("unchecked") + @Override + public T[] toArray(final T[] a) { + final T[] b = a.length >= HashDualMap.this.size ? a : (T[]) HashDualMap.createEntries(a.getClass().getComponentType(), HashDualMap.this.size); + int i = 0; + for (final Entry entry : this) + a[i++] = (T) entry; + return b; + } + } + + private final class HeadSet1 extends HeadSet { + @Override + protected Entry getPrev(final Entry arg0) { + return arg0.getPrev1(); + } + + @Override + protected Entry getNext(final Entry arg0) { + return arg0.getNext1(); + } + + @Override + protected Entry setNext(final Entry entry, final Entry next) { + return entry.setNext1(next); + } + + @Override + protected Entry setPrev(final Entry entry, final Entry prev) { + return entry.setPrev1(prev); + } + } + + private final class HeadSet2 extends HeadSet { + @Override + protected Entry getPrev(final Entry arg0) { + return arg0.getPrev2(); + } + + @Override + protected Entry getNext(final Entry arg0) { + return arg0.getNext2(); + } + + @Override + protected Entry setNext(final Entry entry, final Entry next) { + return entry.setNext2(next); + } + + @Override + protected Entry setPrev(final Entry entry, final Entry prev) { + return entry.setPrev2(prev); + } + } + + private final Map k1Heads = new HashMap(); + private final Map k2Heads = new HashMap(); + private Entry[] entries; + /** + * The number of key-value mappings contained in this identity hash map. + */ + private transient int size; + + /** + * The next size value at which to resize (capacity * load factor). + * + * @serial + */ + private int threshold; + + /** + * The load factor for the hash table. + * + * @serial + */ + private final float loadFactor; + + /** + * The number of times this HashMap has been structurally modified + * Structural modifications are those that change the number of mappings in + * the HashMap or otherwise modify its internal structure (e.g., rehash). + * This field is used to make iterators on Collection-views of the HashMap + * fail-fast. (See ConcurrentModificationException). + */ + private transient volatile int modCount; + + /** + * TODO refactor this so it uses AbstractIterator + * + * @author afflux + * @param + */ + private abstract class HashIterator implements Iterator { + Entry next; // next entry to return + int expectedModCount; // For fast-fail + int index; // current slot + Entry current; // current entry + + public HashIterator() { + this.expectedModCount = HashDualMap.this.modCount; + final Entry[] t = HashDualMap.this.entries; + int i = t.length; + Entry n = null; + if (HashDualMap.this.size != 0) + while (i > 0 && (n = t[--i]) == null) { + // nothing TODO maybe refactor this so it's.. not so ugly + } + this.next = n; + this.index = i; + } + + public boolean hasNext() { + return this.next != null; + } + + protected Entry nextEntry() { + if (HashDualMap.this.modCount != this.expectedModCount) + throw new ConcurrentModificationException(); + final Entry e = this.next; + if (e == null) + throw new NoSuchElementException(); + + Entry n = e.getNextCollision(); + final Entry[] t = HashDualMap.this.entries; + int i = this.index; + while (n == null && i > 0) + n = t[--i]; + this.index = i; + this.next = n; + return this.current = e; + } + + public void remove() { + if (this.current == null) + throw new IllegalStateException(); + if (HashDualMap.this.modCount != this.expectedModCount) + throw new ConcurrentModificationException(); + final Pair k = this.current.getKey(); + this.current = null; + HashDualMap.this.removeEntryForKey(k.get1(), k.get2()); + this.expectedModCount = HashDualMap.this.modCount; + } + + } + + private class ValueIterator extends HashIterator { + public V next() { + return this.nextEntry().getValue(); + } + } + + private class KeyIterator extends HashIterator> { + public Pair next() { + return this.nextEntry().getKey(); + } + } + + private class EntryIterator extends HashIterator, V>> { + public Map.Entry, V> next() { + return this.nextEntry(); + } + } + + // Subclass overrides these to alter behavior of views' iterator() method + Iterator> newKeyIterator() { + return new KeyIterator(); + } + + Iterator newValueIterator() { + return new ValueIterator(); + } + + Iterator, V>> newEntryIterator() { + return new EntryIterator(); + } + + // Views + /** + * Each of these fields are initialized to contain an instance of the + * appropriate view the first time this view is requested. The views are + * stateless, so there's no reason to create more than one of each. + */ + private transient volatile Set> keySet = null; + private transient volatile Collection values = null; + private transient volatile Set, V>> entrySet = null; + + /** + * Returns a set view of the keys contained in this map. The set is backed + * by the map, so changes to the map are reflected in the set, and + * vice-versa. The set supports element removal, which removes the + * corresponding mapping from this map, via the Iterator.remove, + * Set.remove, removeAll, retainAll, and + * clear operations. It does not support the add or + * addAll operations. + * + * @return a set view of the keys contained in this map. + */ + public Set> keySet() { + final Set> ks = this.keySet; + return (ks != null ? ks : (this.keySet = new KeySet())); + } + + private class KeySet extends AbstractSet> { + @Override + public Iterator> iterator() { + return HashDualMap.this.newKeyIterator(); + } + + @Override + public int size() { + return HashDualMap.this.size; + } + + @Override + public boolean contains(final Object o) { + return HashDualMap.this.containsKey(o); + } + + @SuppressWarnings("unchecked") + @Override + public boolean remove(final Object o) { + final Pair other = (Pair) o; + return HashDualMap.this.removeEntryForKey(other.get1(), other.get2()) != null; + } + + @Override + public void clear() { + HashDualMap.this.clear(); + } + } + + /** + * Returns a collection view of the values contained in this map. The + * collection is backed by the map, so changes to the map are reflected in + * the collection, and vice-versa. The collection supports element removal, + * which removes the corresponding mapping from this map, via the + * Iterator.remove, Collection.remove, removeAll, + * retainAll, and clear operations. It does not support + * the add or addAll operations. + * + * @return a collection view of the values contained in this map. + */ + public Collection values() { + final Collection vs = this.values; + return (vs != null ? vs : (this.values = new Values())); + } + + private class Values extends AbstractCollection { + @Override + public Iterator iterator() { + return HashDualMap.this.newValueIterator(); + } + + @Override + public int size() { + return HashDualMap.this.size; + } + + @Override + public boolean contains(final Object o) { + return HashDualMap.this.containsValue(o); + } + + @Override + public void clear() { + HashDualMap.this.clear(); + } + } + + /** + * Returns a collection view of the mappings contained in this map. Each + * element in the returned collection is a Map.Entry. The + * collection is backed by the map, so changes to the map are reflected in + * the collection, and vice-versa. The collection supports element removal, + * which removes the corresponding mapping from the map, via the + * Iterator.remove, Collection.remove, removeAll, + * retainAll, and clear operations. It does not support + * the add or addAll operations. + * + * @return a collection view of the mappings contained in this map. + * @see Map.Entry + */ + public Set, V>> entrySet() { + final Set, V>> es = this.entrySet; + return (es != null ? es : (this.entrySet = new EntrySet())); + } + + private Entry getEntry(final K1 key1, final K2 key2) { + for (Entry entry = this.entries[HashDualMap.indexFor(HashDualMap.hash(key1, key2), this.entries.length)]; entry != null; entry = entry.getNextCollision()) + if (entry.matchesKeys(key1, key2)) + return entry; + return null; + } + + private class EntrySet extends AbstractSet, V>> { + @Override + public Iterator, V>> iterator() { + return HashDualMap.this.newEntryIterator(); + } + + @SuppressWarnings("unchecked") + @Override + public boolean contains(final Object o) { + if (!(o instanceof DualMap.Entry)) + return false; + final DualMap.Entry e = (DualMap.Entry) o; + final Entry candidate = HashDualMap.this.getEntry(e.getKey1(), e.getKey2()); + return candidate != null && candidate.equals(e); + } + + @SuppressWarnings("unchecked") + @Override + public boolean remove(final Object o) { + return HashDualMap.this.removeMapping((Map.Entry, V>) o) != null; + } + + @Override + public int size() { + return HashDualMap.this.size; + } + + @Override + public void clear() { + HashDualMap.this.clear(); + } + } + + /** + * Save the state of the HashMap instance to a stream (i.e., + * serialize it). + * + * @serialData The capacity of the HashMap (the length of the bucket + * array) is emitted (int), followed by the size of the + * HashMap (the number of key-value mappings), followed by the + * key (Object) and value (Object) for each key-value mapping + * represented by the HashMap The key-value mappings are emitted + * in the order that they are returned by + * entrySet().iterator(). + */ + private void writeObject(final java.io.ObjectOutputStream s) throws IOException { + final Iterator, V>> i = this.entrySet().iterator(); + + // Write out the threshold, loadfactor, and any hidden stuff + s.defaultWriteObject(); + + // Write out number of buckets + s.writeInt(this.entries.length); + + // Write out size (number of Mappings) + s.writeInt(this.size); + + // Write out keys and values (alternating) + while (i.hasNext()) { + final Map.Entry, V> e = i.next(); + s.writeObject(e.getKey()); + s.writeObject(e.getValue()); + } + } + + /** + * allow subclasses to do initialization after deserialization + */ + protected void init() { + // do nothing; + } + + private static final long serialVersionUID = 362498820763181265L; + + /** + * Reconstitute the HashMap instance from a stream (i.e., + * deserialize it). + */ + @SuppressWarnings("unchecked") + private void readObject(final java.io.ObjectInputStream s) throws IOException, ClassNotFoundException { + // Read in the threshold, loadfactor, and any hidden stuff + s.defaultReadObject(); + + // Read in number of buckets and allocate the bucket array; + final int numBuckets = s.readInt(); + this.entries = HashDualMap.createEntries(new Entry(0, null, null, null, null).getClass(), numBuckets); + + this.init(); // Give subclass a chance to do its thing. + + // Read in size (number of Mappings) + final int readSize = s.readInt(); + + // Read the keys and values, and put the mappings in the HashMap + for (int i = 0; i < readSize; i++) { + final K1 key1 = (K1) s.readObject(); + final K2 key2 = (K2) s.readObject(); + final V value = (V) s.readObject(); + this.putForCreate(key1, key2, value); + } + } + + // These methods are used when serializing HashSets + int capacity() { + return this.entries.length; + } + + float loadFactor() { + return this.loadFactor; + } + + /** + * + */ + public HashDualMap() { + this.entries = HashDualMap.createEntries(new Entry(0, null, null, null, null).getClass(), HashDualMap.DEFAULT_INITIAL_CAPACITY); + this.loadFactor = HashDualMap.DEFAULT_LOAD_FACTOR; + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap#clear() + */ + @Override + public void clear() { + this.entries = HashDualMap.createEntries(this.entries, HashDualMap.DEFAULT_INITIAL_CAPACITY); + this.k1Heads.clear(); + this.k2Heads.clear(); + } + + /** + * Special version of remove for EntrySet. + */ + private Entry removeMapping(final Map.Entry, V> o) { + if (!(o instanceof DualMap.Entry)) + return null; + + final Map.Entry, V> entry = o; + final Pair k = entry.getKey(); + final int hash = k.hashCode(); + final int i = HashDualMap.indexFor(hash, this.entries.length); + Entry prev = this.entries[i]; + Entry e = prev; + + while (e != null) { + final Entry next = e.getNextCollision(); + if (e.hash == hash && e.equals(entry)) { + this.modCount++; + this.size--; + if (prev == e) + this.entries[i] = next; + else + prev.setNextCollision(next); + e.removeSelf(this); + return e; + } + prev = e; + e = next; + } + + return e; + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap#containsKey(java.lang.Object, + * java.lang.Object) + * @param key1 COMMENT + * @param key2 COMMENT + * @return COMMENT + */ + @Override + public boolean containsKey(final K1 key1, final K2 key2) { + return this.getEntry(key1, key2) != null; + } + + /** + * This method is used instead of put by constructors and pseudoconstructors + * (clone, readObject). It does not resize the table, check for + * comodification, etc. It calls createEntry rather than addEntry. + */ + private void putForCreate(final K1 key1, final K2 key2, final V value) { + final int hash = HashDualMap.hash(key1, key2); + final int i = HashDualMap.indexFor(hash, this.entries.length); + + /** + * Look for preexisting entry for key. This will never happen for clone + * or deserialize. It will only happen for construction if the input Map + * is a sorted map whose ordering is inconsistent w/ equals. + */ + for (Entry e = this.entries[i]; e != null; e = e.nextCollision) + if (e.hash == hash && HashDualMap.objectsEqual(key1, e.get1()) && HashDualMap.objectsEqual(key2, e.get2())) { + e.value = value; + return; + } + + this.createEntry(hash, key1, key2, value, i); + } + + /** + * Like addEntry except that this version is used when creating entries as + * part of Map construction or "pseudo-construction" (cloning, + * deserialization). This version needn't worry about resizing the table. + * Subclass overrides this to alter the behavior of HashMap(Map), clone, and + * readObject. + */ + private void createEntry(final int hash, final K1 key1, final K2 key2, final V value, final int bucketIndex) { + final Entry e = this.entries[bucketIndex]; + this.entries[bucketIndex] = new Entry(hash, key1, key2, value, e); + this.size++; + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap#entrySetOnKey1(java.lang.Object) + * @param key1 COMMENT + * @return COMMENT + */ + @Override + public Set> entrySetOnKey1(final K1 key1) { + return new SetView, DualMap.Entry>(this.k1Heads.get(key1), this.getBimapEntry); + } + + private final L1, Entry> getBimapEntry = new L1, Entry>() { + @Override + public DualMap.Entry op(final Entry param) { + return param; + } + }; + + private final L1> getKey1 = new L1>() { + @Override + public K1 op(final Entry param) { + return param.getKey1(); + } + }; + + private final L1> getKey2 = new L1>() { + @Override + public K2 op(final Entry param) { + return param.getKey2(); + } + }; + + private final L1> getValue = new L1>() { + @Override + public V op(final Entry param) { + return param.getValue(); + } + }; + + /** + * @see net.kezvh.collections.dualmaps.DualMap#entrySetOnKey2(java.lang.Object) + * @param key2 COMMENT + * @return COMMENT + */ + @Override + public Set> entrySetOnKey2(final K2 key2) { + return new SetView, DualMap.Entry>(this.k2Heads.get(key2), this.getBimapEntry); + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap#get(java.lang.Object, + * java.lang.Object) + * @param key1 COMMENT + * @param key2 COMMENT + * @return COMMENT + */ + @Override + public V get(final K1 key1, final K2 key2) { + if (this.containsKey(key1, key2)) + return this.getEntry(key1, key2).value; + return null; + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap#isEmpty() + * @return COMMENT + */ + @Override + public boolean isEmpty() { + return this.size == 0; + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap#keySetOnKey1(java.lang.Object) + * @param key1 COMMENT + * @return COMMENT + */ + @Override + public Set keySetOnKey1(final K1 key1) { + if (!this.k1Heads.containsKey(key1)) + return null; + return new SetView, K2>(this.k1Heads.get(key1), this.getKey2); + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap#keySetOnKey2(java.lang.Object) + * @param key2 COMMENT + * @return COMMENT + */ + @Override + public Set keySetOnKey2(final K2 key2) { + if (!this.k2Heads.containsKey(key2)) + return null; + return new SetView, K1>(this.k2Heads.get(key2), this.getKey1); + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap#put(java.lang.Object, + * java.lang.Object, java.lang.Object) + * @param key1 COMMENT + * @param key2 COMMENT + * @param value COMMENT + * @return COMMENT + */ + @Override + public V put(final K1 key1, final K2 key2, final V value) { + final Entry entry = this.getEntry(key1, key2); + if (entry != null) + return entry.setValue(value); + + this.addEntry(key1, key2, value); + return null; + } + + private void addEntry(final K1 key1, final K2 key2, final V value) { + if (this.size++ >= this.threshold) + this.resize(this.entries.length << 1); + final int hash = HashDualMap.hash(key1, key2); + final int index = HashDualMap.indexFor(hash, this.entries.length); + final Entry e = this.entries[index]; + final Entry newEntry = new Entry(hash, key1, key2, value, e); + this.entries[index] = newEntry; + + HeadSet1 key1Head = this.k1Heads.get(key1); + if (key1Head == null) { + key1Head = new HeadSet1(); + this.k1Heads.put(key1, key1Head); + } + + HeadSet2 key2Head = this.k2Heads.get(key2); + if (key2Head == null) { + key2Head = new HeadSet2(); + this.k2Heads.put(key2, key2Head); + } + + key1Head.insertNewHead(newEntry); + key2Head.insertNewHead(newEntry); + } + + private void resize(final int newSize) { + final Entry[] newTable = HashDualMap.createEntries(this.entries.getClass().getComponentType(), newSize); + for (final Entry entry : this.entries) + if (entry != null) + newTable[HashDualMap.indexFor(HashDualMap.hash(entry), newSize)] = entry; + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap#putAll(net.kezvh.collections.dualmaps.DualMap) + * @param m COMMENT + */ + @Override + public void putAll(final DualMap m) { + if (this.size + m.size() > this.threshold) { + final int newSize = Integer.highestOneBit(this.size + m.size()) << 1; + this.resize(newSize); + } + for (final Map.Entry, ? extends V> o : m.entrySet()) + this.put(o.getKey().get1(), o.getKey().get2(), o.getValue()); + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap#remove(java.lang.Object, + * java.lang.Object) + * @param key1 COMMENT + * @param key2 COMMENT + * @return COMMENT + */ + @Override + public V remove(final K1 key1, final K2 key2) { + final Entry e = this.removeEntryForKey(key1, key2); + return (e == null ? null : e.value); + } + + private Entry removeEntryForKey(final K1 key1, final K2 key2) { + final int hash = HashDualMap.hash(key1, key2); + final int index = HashDualMap.indexFor(hash, this.entries.length); + + Entry prev = this.entries[index]; + Entry e = prev; + + while (e != null) { + final Entry next = e.getNextCollision(); + if (e.hash == hash && e.matchesKeys(key1, key2)) { + this.modCount++; + this.size--; + if (prev == e) + this.entries[index] = next; + else + prev.setNextCollision(next); + e.removeSelf(this); + return e; + } + prev = e; + e = next; + } + + return e; + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap#size() + * @return COMMENT + */ + @Override + public int size() { + return this.size; + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap#valuesOnKey1(java.lang.Object) + * @param key1 COMMENT + * @return COMMENT + */ + @Override + public Collection valuesOnKey1(final K1 key1) { + return new SetView, V>(this.k1Heads.get(key1), this.getValue); + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap#valuesOnKey2(java.lang.Object) + * @param key2 COMMENT + * @return COMMENT + */ + @Override + public Collection valuesOnKey2(final K2 key2) { + return new SetView, V>(this.k2Heads.get(key2), this.getValue); + } + + /** + * @see java.util.Map#containsKey(java.lang.Object) + * @param key COMMENT + * @return COMMENT + */ + @SuppressWarnings("unchecked") + @Override + public boolean containsKey(final Object key) { + if (!(key instanceof Pair)) + return false; + + final Pair keys = (Pair) key; + return this.containsKey(keys.get1(), keys.get2()); + } + + /** + * @see java.util.Map#containsValue(java.lang.Object) + * @param value COMMENT + * @return COMMENT + */ + @Override + public boolean containsValue(final Object value) { + for (final Entry entry : this.entries) + if (entry != null && HashDualMap.objectsEqual(entry.getValue(), value)) + return true; + + return false; + } + + /** + * @see java.util.Map#get(java.lang.Object) + * @param key COMMENT + * @return COMMENT + */ + @SuppressWarnings("unchecked") + @Override + public V get(final Object key) { + if (!(key instanceof Pair)) + return null; + + final Pair keys = (Pair) key; + return this.get(keys.get1(), keys.get2()); + } + + /** + * @see java.util.Map#put(java.lang.Object, java.lang.Object) + * @param key COMMENT + * @param value COMMENT + * @return COMMENT + */ + @Override + public V put(final Pair key, final V value) { + return this.put(key.get1(), key.get2(), value); + } + + /** + * @param entry COMMENT + * @return COMMENT + */ + public V put(final DualMap.Entry entry) { + return this.put(entry.getKey1(), entry.getKey2(), entry.getValue()); + } + + /** + * @see java.util.Map#putAll(java.util.Map) + * @param c COMMENT + * @return COMMENT + */ + public boolean putAll(final Collection> c) { + if (this.size + c.size() > this.threshold) { + final int newSize = Integer.highestOneBit(this.size + c.size()) << 1; + this.resize(newSize); + } + boolean changed = false; + for (final DualMap.Entry o : c) + changed |= this.put(o.getKey().get1(), o.getKey().get2(), o.getValue()) != null; + return changed; + } + + /** + * @see java.util.Map#putAll(java.util.Map) + * @param t COMMENT + */ + @Override + public void putAll(final Map, ? extends V> t) { + if (this.size + t.size() > this.threshold) { + final int newSize = Integer.highestOneBit(this.size + t.size()) << 1; + this.resize(newSize); + } + for (final Map.Entry, ? extends V> o : t.entrySet()) + this.put(o.getKey().get1(), o.getKey().get2(), o.getValue()); + } + + /** + * @see java.util.Map#remove(java.lang.Object) + * @param key COMMENT + * @return COMMENT + */ + @SuppressWarnings("unchecked") + @Override + public V remove(final Object key) { + if (!(key instanceof Pair)) + return null; + + final Pair keys = (Pair) key; + return this.remove(keys.get1(), keys.get2()); + } + + private class EntryMap1 extends AbstractMap { + private final K1 key1; + + private final Set> entryMapSet; + + private final L1, HashDualMap.Entry> forwardMap = new L1, HashDualMap.Entry>() { + /** + * @see net.kezvh.functional.lambda.L1#op(java.lang.Object) + * @param param COMMENT + * @return COMMENT + */ + @Override + public Map.Entry op(final HashDualMap.Entry param) { + return new Map.Entry() { + /** + * @see java.util.Map.Entry#getKey() + * @return COMMENT + */ + @Override + public K2 getKey() { + return param.get2(); + } + + /** + * @see java.util.Map.Entry#getValue() + * @return COMMENT + */ + @Override + public V getValue() { + return param.getValue(); + } + + @Override + public V setValue(final V value) { + return param.setValue(value); + } + }; + } + }; + + /** + * @see java.util.AbstractMap#get(java.lang.Object) + * @param key COMMENT + * @return COMMENT + */ + @SuppressWarnings("unchecked") + @Override + public V get(final Object key) { + return HashDualMap.this.get(this.key1, (K2) key); + } + + @Override + public V put(final K2 key, final V value) { + return HashDualMap.this.put(this.key1, key, value); + } + + /** + * @see java.util.AbstractMap#remove(java.lang.Object) + * @param key COMMENT + * @return COMMENT + */ + @SuppressWarnings("unchecked") + @Override + public V remove(final Object key) { + return HashDualMap.this.remove(this.key1, (K2) key); + } + + public EntryMap1(final K1 key1) { + this.key1 = key1; + this.entryMapSet = new SetView, Map.Entry>(HashDualMap.this.k1Heads.get(key1), this.forwardMap) { + /** + * @see java.util.AbstractCollection#add(java.lang.Object) + * @param o COMMENT + * @return COMMENT + */ + @Override + public boolean add(final java.util.Map.Entry o) { + return HashDualMap.this.put(key1, o.getKey(), o.getValue()) != null; + } + + /** + * @see java.util.AbstractCollection#clear() + */ + @Override + public void clear() { + HashDualMap.this.k1Heads.get(key1).clear(); + } + + /** + * @see java.util.AbstractCollection#contains(java.lang.Object) + * @param o COMMENT + * @return COMENT + */ + @SuppressWarnings("unchecked") + @Override + public boolean contains(final Object o) { + if (!(o instanceof Map.Entry)) + return false; + + final Map.Entry other = (Map.Entry) o; + return HashDualMap.this.containsKey(key1, other.getKey()); + } + + /** + * @see java.util.AbstractCollection#remove(java.lang.Object) + * @param o COMMENT + * @return COMMENT + */ + @SuppressWarnings("unchecked") + @Override + public boolean remove(final Object o) { + final Map.Entry other = (Map.Entry) o; + return HashDualMap.this.remove(key1, other.getKey()) != null; + } + }; + } + + /** + * @see java.util.AbstractMap#entrySet() + * @return COMMENT + */ + @Override + public Set> entrySet() { + return this.entryMapSet; + } + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap#entryMapOnKey1(java.lang.Object) + * @param key1 COMMENT + * @return COMMENT + */ + @Override + public Map entryMapOnKey1(final K1 key1) { + if (this.k1Heads.containsKey(key1)) + return new EntryMap1(key1); + return null; + } + + private class EntryMap2 extends AbstractMap { + private final K2 key2; + private final Set> entryMapSet; + + private final L1, HashDualMap.Entry> forwardMap = new L1, HashDualMap.Entry>() { + /** + * @see net.kezvh.functional.lambda.L1#op(java.lang.Object) + * @param param COMMENT + * @return COMMENT + */ + @Override + public Map.Entry op(final HashDualMap.Entry param) { + return new Map.Entry() { + /** + * @see java.util.Map.Entry#getKey() + * @return COMMENT + */ + @Override + public K1 getKey() { + return param.get1(); + } + + /** + * @see java.util.Map.Entry#getValue() + * @return COMMENT + */ + @Override + public V getValue() { + return param.getValue(); + } + + @Override + public V setValue(final V value) { + return param.setValue(value); + } + }; + } + }; + + public EntryMap2(final K2 key2) { + this.key2 = key2; + this.entryMapSet = new SetView, Map.Entry>(HashDualMap.this.k2Heads.get(key2), this.forwardMap) { + /** + * @see java.util.AbstractCollection#add(java.lang.Object) + * @param o COMMENT + * @return COMMENT + */ + @Override + public boolean add(final java.util.Map.Entry o) { + return HashDualMap.this.put(o.getKey(), key2, o.getValue()) != null; + } + + /** + * @see java.util.AbstractCollection#clear() + */ + @Override + public void clear() { + HashDualMap.this.k2Heads.get(key2).clear(); + } + + /** + * @see java.util.AbstractCollection#contains(java.lang.Object) + * @param o COMMENT + * @return COMENT + */ + @SuppressWarnings("unchecked") + @Override + public boolean contains(final Object o) { + if (!(o instanceof Map.Entry)) + return false; + + final Map.Entry other = (Map.Entry) o; + return HashDualMap.this.containsKey(other.getKey(), key2); + } + + /** + * @see java.util.AbstractCollection#remove(java.lang.Object) + * @param o COMMENT + * @return COMMENT + */ + @SuppressWarnings("unchecked") + @Override + public boolean remove(final Object o) { + final Map.Entry other = (Map.Entry) o; + return HashDualMap.this.remove(other.getKey(), key2) != null; + } + }; + } + + /** + * @see java.util.AbstractMap#entrySet() + * @return COMMENT + */ + @Override + public Set> entrySet() { + return this.entryMapSet; + } + + /** + * @see java.util.AbstractMap#get(java.lang.Object) + * @param key COMMENT + * @return COMMENT + */ + @SuppressWarnings("unchecked") + @Override + public V get(final Object key) { + return HashDualMap.this.get((K1) key, this.key2); + } + + @Override + public V put(final K1 key, final V value) { + return HashDualMap.this.put(key, this.key2, value); + } + + /** + * @see java.util.AbstractMap#remove(java.lang.Object) + * @param key COMMENT + * @return COMMENT + */ + @SuppressWarnings("unchecked") + @Override + public V remove(final Object key) { + return HashDualMap.this.remove((K1) key, this.key2); + } + } + + /** + * @see net.kezvh.collections.dualmaps.DualMap#entryMapOnKey2(java.lang.Object) + * @param key2 COMMENT + * @return COMMENT + */ + @Override + public Map entryMapOnKey2(final K2 key2) { + if (this.k2Heads.containsKey(key2)) + return new EntryMap2(key2); + return null; + } + + @Override + public Collection> get1(final K1 key1) { + if (this.k1Heads.containsKey(key1)) + return this.entryMapOnKey1(key1).entrySet(); + return null; + } + + @Override + public Collection> get2(final K2 key2) { + if (this.k2Heads.containsKey(key2)) + return this.entryMapOnKey2(key2).entrySet(); + return null; + } + + @Override + public Collection> remove1(final K1 key1) { + if (!this.k1Heads.containsKey(key1)) + return null; + final Collection> removedEntries = new ArrayList>(this.k1Heads.get(key1).size()); + + for (final Entry entry : this.k1Heads.get(key1)) + removedEntries.add(new MapEntryImpl(entry.get2(), entry.getValue())); + + for (final Map.Entry removedEntry : removedEntries) + this.remove(key1, removedEntry.getKey()); + + return removedEntries; + } + + @Override + public Collection> remove2(final K2 key2) { + if (!this.k2Heads.containsKey(key2)) + return null; + + final Collection> removedEntries = new ArrayList>(this.k2Heads.get(key2).size()); + + for (final Entry entry : this.k2Heads.get(key2)) + removedEntries.add(new MapEntryImpl(entry.get1(), entry.getValue())); + + for (final Map.Entry removedEntry : removedEntries) + this.remove(removedEntry.getKey(), key2); + + return removedEntries; + } + + public boolean containsKey1(final K1 key1) { + return this.k1Heads.containsKey(key1); + } + + public boolean containsKey2(final K2 key2) { + return this.k2Heads.containsKey(key2); + } +} diff --git a/KezvhLib/src-lib/net/kezvh/collections/graphs/directed/HashDirectedGraph.java b/KezvhLib/src-lib/net/kezvh/collections/graphs/directed/HashDirectedGraph.java index dff7221..35aaf53 100644 --- a/KezvhLib/src-lib/net/kezvh/collections/graphs/directed/HashDirectedGraph.java +++ b/KezvhLib/src-lib/net/kezvh/collections/graphs/directed/HashDirectedGraph.java @@ -10,8 +10,8 @@ import java.util.NoSuchElementException; import java.util.Set; import net.kezvh.collections.Pair; -import net.kezvh.collections.DualMap.DualMap; -import net.kezvh.collections.DualMap.HashDualMap; +import net.kezvh.collections.dualmaps.DualMap; +import net.kezvh.collections.dualmaps.HashDualMap; import net.kezvh.collections.views.MapAsView; import net.kezvh.collections.views.SetView; import net.kezvh.collections.wrappers.WrappedSet; diff --git a/KezvhLib/src-lib/net/kezvh/collections/trees/ChildrenAccessor.java b/KezvhLib/src-lib/net/kezvh/collections/trees/ChildrenAccessor.java new file mode 100644 index 0000000..2a4af3d --- /dev/null +++ b/KezvhLib/src-lib/net/kezvh/collections/trees/ChildrenAccessor.java @@ -0,0 +1,16 @@ +package net.kezvh.collections.trees; + +import java.util.Iterator; + +/** + * @author afflux + * + * @param the type of the tree node + */ +public interface ChildrenAccessor { + /** + * @param node + * @return the children of the node + */ + Iterator getChildren(T node); +} \ No newline at end of file diff --git a/KezvhLib/src-lib/net/kezvh/collections/trees/InOrderTreeIterator.java b/KezvhLib/src-lib/net/kezvh/collections/trees/InOrderTreeIterator.java new file mode 100644 index 0000000..4b7c252 --- /dev/null +++ b/KezvhLib/src-lib/net/kezvh/collections/trees/InOrderTreeIterator.java @@ -0,0 +1,26 @@ +/** + * + */ +package net.kezvh.collections.trees; + +import java.util.NoSuchElementException; + +import net.kezvh.collections.AbstractIterator; +import net.kezvh.development.UnimplementedException; + +/** + * @author afflux + * + * @param type + */ +public class InOrderTreeIterator extends AbstractIterator { + + /** + * @see net.kezvh.collections.AbstractIterator#findNext() + */ + @Override + protected T findNext() throws NoSuchElementException { + throw new UnimplementedException(); + } + +} diff --git a/KezvhLib/src-lib/net/kezvh/collections/trees/LevelOrderTreeIterator.java b/KezvhLib/src-lib/net/kezvh/collections/trees/LevelOrderTreeIterator.java new file mode 100644 index 0000000..2e36cb2 --- /dev/null +++ b/KezvhLib/src-lib/net/kezvh/collections/trees/LevelOrderTreeIterator.java @@ -0,0 +1,26 @@ +/** + * + */ +package net.kezvh.collections.trees; + +import java.util.NoSuchElementException; + +import net.kezvh.collections.AbstractIterator; +import net.kezvh.development.UnimplementedException; + +/** + * @author afflux + * + * Same as BFS + * + * @param type + */ +public class LevelOrderTreeIterator extends AbstractIterator { + /** + * @see net.kezvh.collections.AbstractIterator#findNext() + */ + @Override + protected T findNext() throws NoSuchElementException { + throw new UnimplementedException(); + } +} diff --git a/KezvhLib/src-lib/net/kezvh/collections/trees/ListRefTree.java b/KezvhLib/src-lib/net/kezvh/collections/trees/ListRefTree.java new file mode 100644 index 0000000..37482b5 --- /dev/null +++ b/KezvhLib/src-lib/net/kezvh/collections/trees/ListRefTree.java @@ -0,0 +1,453 @@ +/** + * + */ +package net.kezvh.collections.trees; + +import java.util.AbstractCollection; +import java.util.Collection; +import java.util.Iterator; +import java.util.LinkedList; +import java.util.List; + +/** + * @author afflux + * + * @param element type + */ +public class ListRefTree implements Tree { + private int size; + private E value; + private ChildrenList _children = null; + private int numChildren = 0; + + /** + * @param rootValue initial root value + */ + public ListRefTree(final E rootValue) { + this.value = rootValue; + this.size = 1; + } + + /** + * @see java.util.AbstractCollection#size() + */ + @Override + public int size() { + return this.size; + } + + /** + * @see net.kezvh.collections.trees.Tree#addChild(java.lang.Object) + */ + @Override + public Tree addChild(final E e) { + this.numChildren++; + final Tree newChild = new ChildTree(e); + this.addChild(newChild); + return newChild; + } + + /** + * for internal usage + * + * @param newChild new child + */ + protected void addChild(final Tree newChild) { + this.children().addInternal(newChild); + this.size++; + } + + /** + * @see net.kezvh.collections.trees.Tree#addChild(int, java.lang.Object) + */ + @Override + public Tree addChild(final int index, final E e) { + final Tree newChild = new ListRefTree(e); + final List> children = this.children(); + children.add(index, newChild); + this.size++; + return newChild; + } + + /** + * @see net.kezvh.collections.trees.Tree#children() + */ + @Override + public ChildrenList children() { + if (this._children == null) + this._children = new ChildrenList(); + return this._children; + } + + /** + * @see net.kezvh.collections.trees.Tree#childValue(int) + */ + @Override + public E childValue(final int index) { + return this.children().get(index).value(); + } + + /** + * @see net.kezvh.collections.trees.Tree#inorder() + */ + @Override + public Collection inorder() { + return new TraverseOrderedCollection() { + /** + * @see java.util.AbstractCollection#iterator() + */ + @Override + protected Iterator> treeIterator() { + return new InOrderTreeIterator>(); + } + }; + } + + /** + * @see net.kezvh.collections.trees.Tree#isLeaf() + */ + @Override + public boolean isLeaf() { + return this.size() == 1; + } + + /** + * @see net.kezvh.collections.trees.Tree#levelOrder() + */ + @Override + public Collection levelOrder() { + return new TraverseOrderedCollection() { + /** + * @see java.util.AbstractCollection#iterator() + */ + @Override + protected Iterator> treeIterator() { + return new LevelOrderTreeIterator>(); + } + }; + } + + /** + * @see net.kezvh.collections.trees.Tree#postorder() + */ + @Override + public Collection postorder() { + return new TraverseOrderedCollection() { + /** + * @see java.util.AbstractCollection#iterator() + */ + @Override + protected Iterator> treeIterator() { + return new PostOrderTreeIterator>(); + } + }; + } + + /** + * @see net.kezvh.collections.trees.Tree#preorder() + */ + @Override + public Collection preorder() { + return new TraverseOrderedCollection() { + /** + * @see java.util.AbstractCollection#iterator() + */ + @Override + protected Iterator> treeIterator() { + return new PreOrderTreeIterator>(ListRefTree.this, new ChildrenAccessor>() { + /** + * @see net.kezvh.collections.trees.ChildrenAccessor#getChildren(java.lang.Object) + */ + @Override + public Iterator> getChildren(final Tree node) { + return node.children().iterator(); + } + }); + } + }; + } + + /** + * @see net.kezvh.collections.trees.Tree#value() + */ + @Override + public E value() { + return this.value; + } + + /** + * @see net.kezvh.collections.trees.Tree#setValue(Object) + */ + @Override + public E setValue(final E value) { + try { + return value; + } finally { + this.value = value; + } + } + + /** + * called by child trees after they add a child + * @param count number of children added + */ + protected void childAdded(final int count) { + this.size++; + } + + /** + * called by child trees after they remove a child + * @param count number of children removed + */ + protected void childRemoved(final int count) { + this.size--; + } + + /** + * @author afflux + * + */ + private abstract class TraverseOrderedCollection extends AbstractCollection { + /** + * @see java.util.AbstractCollection#iterator() + */ + @Override + public Iterator iterator() { + return null; + } + + protected abstract Iterator> treeIterator(); + + /** + * @see java.util.AbstractCollection#size() + */ + @Override + public int size() { + return ListRefTree.this.size(); + } + } + + /** + * @see net.kezvh.collections.trees.Tree#parent() + */ + @Override + public Tree parent() { + return null; + } + + private class ChildTree extends ListRefTree { + public ChildTree(final Tree toDuplicate) { + super(toDuplicate.value()); + for (final Tree child : toDuplicate.children()) + this.addChild(new ChildTree(child)); + } + + private void addChild(final ChildTree tree) { + ListRefTree.this.childAdded(1); + super.addChild(tree); + } + + /** + * @see net.kezvh.collections.trees.ListRefTree#parent() + */ + @Override + public Tree parent() { + return ListRefTree.this; + } + + /** + * @see net.kezvh.collections.trees.ListRefTree#addChild(java.lang.Object) + */ + @Override + public Tree addChild(final E e) { + ListRefTree.this.childAdded(1); + return super.addChild(e); + } + + /** + * @see net.kezvh.collections.trees.ListRefTree#addChild(int, java.lang.Object) + */ + @Override + public Tree addChild(final int index, final E e) { + ListRefTree.this.childAdded(1); + return super.addChild(index, e); + } + + /** + * @param rootValue initial root value + */ + public ChildTree(final E rootValue) { + super(rootValue); + } + + /** + * @see net.kezvh.collections.trees.ListRefTree#childAdded(int) + * @param arg0 number added + */ + @Override + protected void childAdded(final int arg0) { + ListRefTree.this.childAdded(arg0); + super.childAdded(arg0); + } + + /** + * @see net.kezvh.collections.trees.ListRefTree#childRemoved(int) + * @param arg0 number removed + */ + @Override + protected void childRemoved(final int arg0) { + ListRefTree.this.childRemoved(arg0); + super.childRemoved(arg0); + } + } + + private class ChildrenList extends LinkedList> { + /** + * @see java.util.LinkedList#addAll(int, java.util.Collection) + */ + @Override + public boolean addAll(final int index, final Collection> c) { + ListRefTree.this.childAdded(c.size()); + return super.addAll(index, c); + } + + /** + * @see java.util.LinkedList#addFirst(java.lang.Object) + */ + @Override + public void addFirst(final Tree e) { + ListRefTree.this.childAdded(1); + super.addFirst(e); + } + + /** + * @see java.util.LinkedList#addLast(java.lang.Object) + */ + @Override + public void addLast(final Tree e) { + ListRefTree.this.childAdded(1); + super.addLast(e); + } + + /** + * @see java.util.LinkedList#remove(int) + */ + @Override + public Tree remove(final int index) { + ListRefTree.this.childRemoved(1); + return super.remove(index); + } + + /** + * @see java.util.LinkedList#remove(java.lang.Object) + */ + @Override + public boolean remove(final Object o) { + final boolean removed = super.remove(o); + if (removed) + ListRefTree.this.childRemoved(1); + return removed; + } + + /** + * @see java.util.LinkedList#removeFirst() + */ + @Override + public Tree removeFirst() { + ListRefTree.this.childRemoved(1); + return super.removeFirst(); + } + + /** + * @see java.util.LinkedList#removeLast() + */ + @Override + public Tree removeLast() { + ListRefTree.this.childRemoved(1); + return super.removeLast(); + } + + /** + * @see java.util.LinkedList#removeLastOccurrence(java.lang.Object) + */ + @Override + public boolean removeLastOccurrence(final Object o) { + final boolean removed = super.removeLastOccurrence(o); + if (removed) + ListRefTree.this.childRemoved(1); + return removed; + } + + /** + * @see java.util.LinkedList#add(java.lang.Object) + */ + @Override + public boolean add(final Tree e) { + throw new UnsupportedOperationException("cannot add bare trees to children list"); + } + + /** + * @see java.util.LinkedList#addAll(java.util.Collection) + */ + @Override + public boolean addAll(final Collection> c) { + throw new UnsupportedOperationException("cannot add bare trees to children list"); + } + + /** + * @see java.util.LinkedList#add(int, java.lang.Object) + */ + @Override + public void add(final int index, final Tree element) { + throw new UnsupportedOperationException("cannot add bare trees to children list"); + } + + /** + * call this to add new nodes + * + * @param e new tree to add + * @return true if something + */ + protected boolean addInternal(final Tree e) { + return super.add(e); + } + } + + /** + * @see net.kezvh.collections.trees.Tree#pruneChild(int) + */ + @Override + public Tree pruneChild(final int index) { + final Tree childTree = this.children().remove(index); + this.size -= childTree.size(); + return childTree; + } + + /** + * @see net.kezvh.collections.trees.Tree#child(int) + */ + @Override + public Tree child(final int index) { + return this.children().get(index); + } + + /** + * @see net.kezvh.collections.trees.Tree#splice(net.kezvh.collections.trees.Tree) + */ + @Override + public Tree splice(final Tree tree) { + final Tree treeAsChild = new ChildTree(tree); + this.children().add(treeAsChild); + return treeAsChild; + } + + /** + * @see net.kezvh.collections.trees.Tree#spliceAt(int, net.kezvh.collections.trees.Tree) + */ + @Override + public Tree spliceAt(final int index, final Tree tree) { + final Tree treeAsChild = new ChildTree(tree); + this.children().add(index, treeAsChild); + return treeAsChild; + } +} diff --git a/KezvhLib/src-lib/net/kezvh/collections/trees/PostOrderTreeIterator.java b/KezvhLib/src-lib/net/kezvh/collections/trees/PostOrderTreeIterator.java new file mode 100644 index 0000000..5775c77 --- /dev/null +++ b/KezvhLib/src-lib/net/kezvh/collections/trees/PostOrderTreeIterator.java @@ -0,0 +1,26 @@ +/** + * + */ +package net.kezvh.collections.trees; + +import java.util.NoSuchElementException; + +import net.kezvh.collections.AbstractIterator; +import net.kezvh.development.UnimplementedException; + +/** + * @author afflux + * + * @param type + */ +public class PostOrderTreeIterator extends AbstractIterator { + + /** + * @see net.kezvh.collections.AbstractIterator#findNext() + */ + @Override + protected T findNext() throws NoSuchElementException { + throw new UnimplementedException(); + } + +} diff --git a/KezvhLib/src-lib/net/kezvh/collections/trees/PreOrderTreeIterator.java b/KezvhLib/src-lib/net/kezvh/collections/trees/PreOrderTreeIterator.java new file mode 100644 index 0000000..9e14b96 --- /dev/null +++ b/KezvhLib/src-lib/net/kezvh/collections/trees/PreOrderTreeIterator.java @@ -0,0 +1,72 @@ +/** + * + */ +package net.kezvh.collections.trees; + +import java.util.Collections; +import java.util.Iterator; +import java.util.LinkedList; + +/** + * @author afflux + * + * same as DFS + * + * @param the type of the tree node + */ +public class PreOrderTreeIterator implements Iterator { + private final ChildrenAccessor childrenAccessor; + + private final LinkedList> iteratorStack = new LinkedList>(); + + /** + * @param rootNode COMMENT + * @param childrenAccessor COMMENT + */ + public PreOrderTreeIterator(final T rootNode, final ChildrenAccessor childrenAccessor) { + this.childrenAccessor = childrenAccessor; + this.iteratorStack.add(Collections.singleton(rootNode).iterator()); + } + + /** + * @see java.util.Iterator#hasNext() + * @return x + */ + @Override + public boolean hasNext() { + for (final Iterator iterator : this.iteratorStack) + if (iterator.hasNext()) + return true; + return false; + } + + /** + * @see java.util.Iterator#next() + * @return x + */ + @Override + public T next() { + while (!this.last().hasNext()) + this.iteratorStack.removeLast(); // will throw a NSEE if hasNext() is false + final T nextNode = this.last().next(); + + final Iterator children = this.childrenAccessor.getChildren(nextNode); + if (children.hasNext()) + this.iteratorStack.addLast(children); + + return nextNode; + } + + private Iterator last() { + return this.iteratorStack.peekLast(); + } + + /** + * @see java.util.Iterator#remove() + */ + @Override + public void remove() { + this.iteratorStack.peekLast().remove(); + } + +} diff --git a/KezvhLib/src-lib/net/kezvh/collections/trees/Tree.java b/KezvhLib/src-lib/net/kezvh/collections/trees/Tree.java new file mode 100644 index 0000000..b714de8 --- /dev/null +++ b/KezvhLib/src-lib/net/kezvh/collections/trees/Tree.java @@ -0,0 +1,118 @@ +/** + * + */ +package net.kezvh.collections.trees; + +import java.util.Collection; +import java.util.List; + +/** + * @author afflux + * + * @param collection element type + */ +public interface Tree { + /** + * @return a value associated with the root node of this tree + */ + E value(); + + /** + * @param value new value + * @return the previous value of the root node + */ + E setValue(E value); + + /** + * you can't add things to this list, though things may be removed + * + * @return a list of children of the tree, backed by the tree + */ + List> children(); + + /** + * backed by the tree + * + * @param index index of the child + * @return child at the index + */ + Tree child(int index); + + /** + * @param e a value to associate with a new child of the tree + * @return the new child node + */ + Tree addChild(E e); + + /** + * @param index index in the list of children to insert the child + * @param e a value to associate with a new child of the tree + * @return the new child node + */ + Tree addChild(int index, E e); + + /** + * remove a child node from the tree + * + * @param index index of a child + * @return tree that exists with that child as the root + */ + Tree pruneChild(int index); + + /** + * like "Collection.addAll", the original tree will not become *part* of this tree + * merely, its elements and structure will become part of this tree. + * + * @param tree + * @return the child tree node of the tree as spliced + */ + Tree splice(Tree tree); + + /** + * @param index index at which to insert the spliced tree + * @param tree + * @return the child tree node of the tree as spliced + */ + Tree spliceAt(int index, Tree tree); + + /** + * @param index in the list of children + * @return the value of the child at the specified index + */ + E childValue(int index); + + /** + * @return true if the node has no children + */ + boolean isLeaf(); + + /** + * @return a collection of elements of the tree backed by the tree. iterates inorder. + */ + Collection inorder(); + + /** + * @return a collection of elements of the tree backed by the tree. iterates preorder (depth first). + */ + Collection preorder(); + + /** + * @return a collection of elements of the tree backed by the tree. iterates postorder. + */ + Collection postorder(); + + /** + * @return a collection of elements of the tree backed by the tree. iterates level order (breadth first). + */ + Collection levelOrder(); + + /** + * @return number of nodes in the tree + */ + int size(); + + /** + * @return the tree to which this is a child, if such exists + */ + Tree parent(); +} diff --git a/KezvhLib/src-lib/net/kezvh/collections/views/ListSlice.java b/KezvhLib/src-lib/net/kezvh/collections/views/ListSlice.java new file mode 100644 index 0000000..2932231 --- /dev/null +++ b/KezvhLib/src-lib/net/kezvh/collections/views/ListSlice.java @@ -0,0 +1,57 @@ +/** + */ +package net.kezvh.collections.views; + +import java.util.AbstractList; +import java.util.Collection; +import java.util.List; + +/** + * @author afflux + * @param FIXME comment + */ +public class ListSlice extends AbstractList { + private final List base; + private final int[] indicies; + + /** + * @param base FIXME comment + * @param indicies FIXME comment + */ + public ListSlice(final List base, final int... indicies) { + this.base = base; + this.indicies = indicies; + } + + /** + * @param base FIXME comment + * @param indicies FIXME comment + */ + public ListSlice(final List base, final Collection indicies) { + this.base = base; + this.indicies = new int[indicies.size()]; + int index = 0; + for (final int i : indicies) + this.indicies[index++] = i; + } + + /** + * @see java.util.AbstractList#get(int) + * @param arg0 FIXME comment + * @return x + */ + @Override + public T get(final int arg0) { + return this.base.get(this.indicies[arg0]); + } + + /** + * @see java.util.AbstractCollection#size() + * @return x + */ + @Override + public int size() { + return this.indicies.length; + } + +} diff --git a/KezvhLib/src-lib/net/kezvh/collections/views/MapSlice.java b/KezvhLib/src-lib/net/kezvh/collections/views/MapSlice.java new file mode 100644 index 0000000..17dcfff --- /dev/null +++ b/KezvhLib/src-lib/net/kezvh/collections/views/MapSlice.java @@ -0,0 +1,65 @@ +/** + */ +package net.kezvh.collections.views; + +import java.util.AbstractMap; +import java.util.AbstractSet; +import java.util.Iterator; +import java.util.Map; +import java.util.Set; + +/** + * @author afflux + * @param FIXME comment + * @param FIXME comment + */ +public class MapSlice extends AbstractMap { + private final class EntrySet extends AbstractSet> { + private final Map base; + private final Set keys; + + EntrySet(final Map base, final Set keys) { + this.base = base; + this.keys = keys; + } + + /** + * @see java.util.AbstractCollection#iterator() + * @return x + */ + @Override + public Iterator> iterator() { + return this.base.entrySet().iterator(); // FIXME this is garbage + } + + /** + * @see java.util.AbstractCollection#size() + * @return x + */ + @Override + public int size() { + return this.keys.size(); + } + + } + + private final EntrySet entrySet; + + /** + * @param base FIXME comment + * @param keys FIXME comment + */ + public MapSlice(final Map base, final Set keys) { + this.entrySet = new EntrySet(base, keys); + } + + /** + * @see java.util.AbstractMap#entrySet() + * @return x + */ + @Override + public Set> entrySet() { + return this.entrySet; + } + +} diff --git a/KezvhLib/src-lib/net/kezvh/functional/Operations.java b/KezvhLib/src-lib/net/kezvh/functional/Operations.java index c440c2f..4af97f0 100644 --- a/KezvhLib/src-lib/net/kezvh/functional/Operations.java +++ b/KezvhLib/src-lib/net/kezvh/functional/Operations.java @@ -5,7 +5,7 @@ import java.util.Iterator; import java.util.Map; import java.util.Map.Entry; -import net.kezvh.collections.DualMap.DualMap; +import net.kezvh.collections.dualmaps.DualMap; import net.kezvh.functional.lambda.L0; import net.kezvh.functional.lambda.L1; import net.kezvh.functional.lambda.L2; diff --git a/KezvhLib/src-lib/net/kezvh/text/SimpleJoiner.java b/KezvhLib/src-lib/net/kezvh/text/SimpleJoiner.java index a6714e3..4213e0d 100755 --- a/KezvhLib/src-lib/net/kezvh/text/SimpleJoiner.java +++ b/KezvhLib/src-lib/net/kezvh/text/SimpleJoiner.java @@ -6,7 +6,7 @@ package net.kezvh.text; import java.util.List; import net.kezvh.collections.KezvhArrays; -import net.kezvh.collections.ListSlice; +import net.kezvh.collections.views.ListSlice; import net.kezvh.collections.wrappers.ArrayAsList; import net.kezvh.functional.lambda.L2; import net.kezvh.functional.morphisms.SimpleListCatamorphism; diff --git a/KezvhLib/src-lib/net/kezvh/ui/menu/SpringMenu.java b/KezvhLib/src-lib/net/kezvh/ui/menu/SpringMenu.java new file mode 100644 index 0000000..c81302a --- /dev/null +++ b/KezvhLib/src-lib/net/kezvh/ui/menu/SpringMenu.java @@ -0,0 +1,87 @@ +/** + * + */ +package net.kezvh.ui.menu; + +import java.awt.event.ActionEvent; +import java.awt.event.ActionListener; + +import javax.swing.JMenu; +import javax.swing.JMenuBar; +import javax.swing.JMenuItem; +import javax.swing.KeyStroke; + +/** + * @author afflux + * + */ +public class SpringMenu extends JMenuBar { + /** + * menu object structure: + * [ "menuName", new Object["menuItemName", [KeyEvent.VK_X, MenuItemActionListener.class, ...], ...], ... ] + * + * + * @param menu complicated + */ + public SpringMenu(final Object menu) { + JMenu currentMenu = null; + JMenuItem currentMenuItem = null; + + for (final Object o : (Object[]) menu) + if (o instanceof String) { + if (currentMenu != null) { + if (currentMenuItem != null) { + currentMenu.add(currentMenuItem); + System.out.println("1: adding " + currentMenuItem.getText() + " to " + currentMenu.getText()); + + } + this.add(currentMenu); + } + currentMenu = new JMenu((String) o); + System.out.println("creating menu " + o); + currentMenu.getAccessibleContext().setAccessibleDescription((String) o); + currentMenuItem = null; + } else + // it's an array of menus + for (final Object p : (Object[]) o) + if (p instanceof String) { + if (currentMenuItem != null) { + if (currentMenu == null) + throw new IllegalArgumentException("Invalid menu object"); + + currentMenu.add(currentMenuItem); + System.out.println("2: adding " + currentMenuItem.getText() + " to " + currentMenu.getText()); + } + currentMenuItem = new JMenuItem((String) p); + currentMenuItem.getAccessibleContext().setAccessibleDescription((String) p); + } else + // it's an array of menu item properties + for (final Object q : (Object[]) p) + if (q instanceof Class) { + if (currentMenuItem == null) + throw new IllegalArgumentException("Invalid menu object"); + + try { + currentMenuItem.addActionListener((ActionListener) ((Class) q).newInstance()); + } catch (final InstantiationException e) { + throw new IllegalArgumentException("could not create action listener", e); + } catch (final IllegalAccessException e) { + throw new IllegalArgumentException("could not create action listener", e); + } + } else if (q instanceof Integer) { // Assume it's a key + if (currentMenuItem == null) + throw new IllegalArgumentException("Invalid menu object"); + + currentMenuItem.setMnemonic((Integer) q); + currentMenuItem.setAccelerator(KeyStroke.getKeyStroke((Integer) q, ActionEvent.META_MASK)); + } else + throw new IllegalArgumentException("Don't know what you're trying to do"); + + if (currentMenu != null && currentMenuItem != null) { + currentMenu.add(currentMenuItem); + System.out.println("3: adding " + currentMenuItem.getText() + " to " + currentMenu.getText()); + + this.add(currentMenu); + } + } +} diff --git a/Primititive/.classpath b/Primititive/.classpath new file mode 100644 index 0000000..90b4838 --- /dev/null +++ b/Primititive/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/Primititive/.project b/Primititive/.project new file mode 100644 index 0000000..726402e --- /dev/null +++ b/Primititive/.project @@ -0,0 +1,17 @@ + + + Primititive + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/Primititive/src/kezvh/primitive/Primitive.java b/Primititive/src/kezvh/primitive/Primitive.java new file mode 100644 index 0000000..7da4c68 --- /dev/null +++ b/Primititive/src/kezvh/primitive/Primitive.java @@ -0,0 +1,443 @@ +/** + * + */ +package kezvh.primitive; + +import java.math.BigInteger; +import java.util.Arrays; +import java.util.HashMap; +import java.util.Iterator; +import java.util.LinkedList; +import java.util.List; +import java.util.Map; +import java.util.Random; + +/** + * @author afflux + * + */ +public class Primitive { + private static LinkedList pfacts = new LinkedList(); + private static LinkedList primes = new LinkedList(); + + private static enum Case { + FACTORIAL, PRIMORIAL, EXPONENTIAL + } + + private static final Case type = Case.PRIMORIAL; + + private static final BigInteger increment(final BigInteger i) { + switch (Primitive.type) { + case FACTORIAL: + return i.add(BigInteger.ONE); + case PRIMORIAL: + return i.nextProbablePrime(); + case EXPONENTIAL: + return i.add(i); + default: + throw new RuntimeException(); + } + } + + static { + final BigInteger max = new BigInteger("5000"); + + for (BigInteger cpf = BigInteger.valueOf(2), i = BigInteger.valueOf(2); i.compareTo(max) < 0; i = Primitive.increment(i), cpf = cpf.multiply(i)) { + Primitive.pfacts.addFirst(cpf); + Primitive.primes.addFirst(i); + } + + System.out.println("number of pfacts: " + Primitive.pfacts.size()); + System.out.println("bits in largest element: " + Primitive.primes.getFirst().toString(2).length()); + System.out.println("bits in largest pfact: " + Primitive.pfacts.getFirst().toString(2).length()); + } + + private static Map rad = new HashMap() { + { + final char[] chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz`~!@#$%^&*()-_=+[{]}\\|;:'\",<.>/?".toCharArray(); + for (int i = 0; i < chars[i]; i++) + this.put(i, chars[i]); + } + }; + + /** + * @param args x + */ + public static void main(final String... args) { + Primitive.six(); + } + + /** + * + */ + public static void two() { + // final Random r = new Random(0); + BigInteger foo = new BigInteger("1").nextProbablePrime(); // 686 + for (int i = 0; i < 100; i++) { + System.out.println(Primitive.format(foo)); + foo = foo.nextProbablePrime(); // 686 + } + System.out.println(Primitive.format(foo)); + } + + /** + * + */ + public static void zero() { + final Random r = new Random(); + System.out.println(Primitive.format(new BigInteger(500, r).nextProbablePrime())); // .nextProbablePrime() + } + + /** + * + */ + public static void pointFive() { + // final Random r = new Random(); + // BigInteger baz = new BigInteger(70, r).nextProbablePrime(); + BigInteger baz = new BigInteger("1107336284477113445057"); + System.out.println(baz.bitLength()); + final LinkedList dfs = Primitive.dfs(baz); + if (dfs == null) { + System.out.println("null..."); + return; + } + final Iterator i = dfs.descendingIterator(); + i.next(); + while (i.hasNext()) { + final BigInteger next = i.next(); + final BigInteger fact = baz.subtract(next); + final int o = Primitive.pfacts.indexOf(fact); + if (o == -1) + throw new RuntimeException(fact + " is not a factorial...? next = " + next + ", baz = " + baz); + System.out.println(baz + " - " + (Primitive.pfacts.size() - o + 1) + "! = " + next); + baz = next; + } + System.out.println(dfs); + } + + /** + * + */ + public static void three() { + System.out.println(Primitive.format(Primitive.pfacts.get(100).nextProbablePrime())); + + System.out.println(Primitive.format(Primitive.pfacts.get(99).nextProbablePrime())); + + System.out.println(Primitive.format(Primitive.pfacts.get(98).nextProbablePrime())); + } + + /** + * + */ + public static void one() { + final Random r = new Random(); + // final BigInteger foo = new BigInteger("59"); + final BigInteger bar = new BigInteger(80, r).nextProbablePrime(); + final BigInteger foo = new BigInteger(80, r).nextProbablePrime(); + // final BigInteger bar = new BigInteger("509"); + final BigInteger baz = foo.multiply(bar); + System.out.println(baz.toString(2).length()); + + // System.out.print(foo + ": "); + // System.out.println(Primitive.format(foo)); + // System.out.print(bar + ": "); + // System.out.println(Primitive.format(bar)); + System.out.println(baz + ": "); + System.out.println(Primitive.format(baz)); + } + + /** + * + */ + public static void four() { + final Random r = new Random(System.nanoTime() + System.currentTimeMillis()); + + int j = 0; + int i = 0; + for (i = 0; i < 100; i++) { + final BigInteger baz = new BigInteger(70, r).nextProbablePrime(); + final List dfs = Primitive.dfs(baz); + if (dfs != null) + j++; + } + + System.out.println(j + " / " + i); + // System.out.println(baz); + // if (dfs != null) + // System.out.println(dfs); + // else + // System.out.println("not"); + } + + /** + * + */ + public static void five() { + BigInteger bucket = BigInteger.valueOf(4); + int bits = 2; + int counts = 0, hits = 0; + for (BigInteger i = BigInteger.valueOf(3); true; i = i.nextProbablePrime()) { + if (i.compareTo(bucket) >= 0) { + System.out.println(bits + ": " + hits + " / " + counts + " = " + (double) hits / counts); + bucket = bucket.shiftLeft(1); + hits = counts = 0; + bits++; + } + counts++; + if (Primitive.hasPropertyOfDifference(i)) + hits++; + } + } + + /** + * + */ + public static void six() { + final Random r = new Random(); + for (int i = 100; i < 101; i++) { + int hits = 0; + for (int j = 0; j < 100; j++) { + final BigInteger bi = new BigInteger(10 * i, r).nextProbablePrime(); + if (Primitive.hasPropertyOfDifference(bi)) + hits++; + } + System.out.println(i * 10 + ": " + hits + " / " + 100); + } + } + + /** + * + */ + public static void seven() { + final Random r = new Random(); + final BigInteger bi = new BigInteger(100, r).nextProbablePrime(); + final int[] partsb = Primitive.moogle2(bi); + + for (int i = 1; i < partsb.length; i++) { + final int tmp = partsb[i]; + partsb[i] = 0; + final BigInteger pp = Primitive.unmoogle(partsb); + if (pp.isProbablePrime(100)) + System.out.println(i); + partsb[i] = tmp; + } + + System.out.println("done"); + } + + /** + * + */ + public static void eight() { + final Random r = new Random(); + final BigInteger bi = new BigInteger(200, r).nextProbablePrime(); + final int[] partsb = Primitive.moogle2(bi); + System.out.println(bi); + System.out.println(Arrays.toString(partsb)); + final List hmm = Primitive.reach(partsb); + System.out.println(hmm); + + } + + /** + * + */ + public static void nine() { + final Random r = new Random(); + final BigInteger bi1 = new BigInteger(501, r).nextProbablePrime(); + final BigInteger bi2 = new BigInteger(501, r).nextProbablePrime(); + final BigInteger bi = bi1.multiply(bi2); + final BigInteger bi3 = Primitive.squareRoot(bi); + System.out.println(bi); + System.out.println(bi3.multiply(bi3)); + System.out.println(bi3.bitLength()); + + } + + private static BigInteger squareRoot(final BigInteger bi) { + final BigInteger two = BigInteger.valueOf(2); + final BigInteger n = bi; + BigInteger i = BigInteger.ONE; + BigInteger g; + do { + g = i; + final BigInteger f = n.divide(g); + final BigInteger h = f.add(g); + i = h.divide(two); + } while (!g.subtract(i).equals(BigInteger.ZERO)); + return g; + } + + private static List reach(final int[] partsb) { + + for (int i = 0; i < partsb.length - 1; i++) { + if (partsb[i] == 0) + continue; + final int tmp = partsb[i]; + while (partsb[i] > 0) { + partsb[i]--; + final BigInteger pp = Primitive.unmoogle(partsb); + if (BigInteger.ONE.equals(pp)) + return new LinkedList() { + { + this.add(BigInteger.ONE); + } + }; + + if (pp.isProbablePrime(100)) { + final List maybe = Primitive.reach(partsb); + if (maybe != null) { + maybe.add(pp); + return maybe; + } + } + } + partsb[i] = tmp; + } + return null; + } + + private static int[] moogle2(final BigInteger bi) { + BigInteger divisor = bi.add(BigInteger.ZERO); + + final int[] values = new int[Primitive.primes.size()]; + int j = 0; + final Iterator i = Primitive.primes.descendingIterator(); + while (i.hasNext()) { + final BigInteger prime = i.next(); + final BigInteger[] divs = divisor.divideAndRemainder(prime); + values[j] = divs[1].intValue(); + divisor = divs[0]; + j++; + } + + int x = values.length - 1; + while (values[x] == 0) + x--; + + final int[] values2 = new int[x + 1]; + for (int y = 0; x >= 0; y++, x--) + values2[y] = values[x]; + + return values2; + } + + private static BigInteger unmoogle(final int[] remainders) { + BigInteger sum = BigInteger.valueOf(remainders[remainders.length - 1]); + final Iterator i = Primitive.pfacts.descendingIterator(); + for (int j = remainders.length - 2; j >= 0; j--) { + final BigInteger pfact = i.next(); + sum = sum.add(pfact.multiply(BigInteger.valueOf(remainders[j]))); + } + return sum; + } + + private static boolean hasPropertyOfDifference(final BigInteger bi) { + final Iterator i = Primitive.pfacts.descendingIterator(); + while (i.hasNext()) { + final BigInteger n = i.next(); + if (n.compareTo(bi) >= 0) + return false; + if (bi.subtract(n).isProbablePrime(100)) + return true; + } + throw new RuntimeException(); + } + + /** + * @param bi + * @return x + */ + public static String format(final BigInteger bi) { + return Primitive.format(bi, " "); + } + + /** + * + */ + public static final BigInteger THREE = BigInteger.valueOf(3); + + private static LinkedList dfs(final BigInteger b) { + final Iterator i = Primitive.pfacts.descendingIterator(); + while (i.hasNext()) { + final BigInteger pfact = i.next(); + // for (int i = 0; i < Primitive.pfacts.size(); i++) { + // final BigInteger pfact = Primitive.pfacts.get(Primitive.pfacts.size() - i - 1); + if (b.compareTo(pfact) < 0) + continue; + + final BigInteger next = b.subtract(pfact); + if (next.equals(BigInteger.ONE)) + return new LinkedList() { + { + this.add(BigInteger.ONE); + this.add(b); + } + }; + if (next.isProbablePrime(100)) { + final LinkedList possible = Primitive.dfs(next); + if (possible != null) { + possible.add(b); + return possible; + } + } + } + return null; + } + + /** + * @param bi + * @param delim + * @return dogs + */ + public static String format(final BigInteger bi, final String delim) { + BigInteger current = bi.abs(); + final StringBuilder sb = new StringBuilder(); + + boolean hasvalues = false; + int i = Primitive.pfacts.size() + 1; + if (!"".equals(delim)) + System.out.println("original is " + bi.isProbablePrime(100)); + for (final BigInteger pfact: Primitive.pfacts) { + i--; + int x = 0; + while (current.compareTo(pfact) >= 0) { + x++; + current = current.subtract(pfact); + } + if (x != 0) + hasvalues = true; + if (hasvalues) { + if (!"".equals(delim)) { + final List haszx = new LinkedList(); + final List haszm = new LinkedList(); + + for (int o = 1; o <= i + 1; o++) + if (current.subtract(Primitive.pfacts.get(Primitive.pfacts.size() - o)).isProbablePrime(100)) + haszx.add(0, o); + + BigInteger blargh = current.abs(); + // System.out.println(Primitive.primes.get(Primitive.pfacts.size() - i).intValue()); + // System.out.println(pfact + " " + Primitive.primes.get(Primitive.pfacts.size() - i)); + for (int q = 0; q <= Primitive.primes.get(Primitive.pfacts.size() - i).intValue(); q++) { + if (blargh.isProbablePrime(100)) + haszm.add(q); + if (!blargh.equals(bi) && !"".equals(delim) && !BigInteger.ONE.equals(blargh) && !BigInteger.ZERO.equals(blargh) && BigInteger.ZERO.equals(bi.remainder(blargh))) + System.out.println("= " + blargh + " * " + bi.divide(blargh)); + blargh = blargh.add(pfact); + } + System.out.println(haszm); + System.out.println(haszx); + System.out.println("- " + x + " * p" + i + "# is " + current.isProbablePrime(100)); + } + if (Primitive.rad.containsKey(x)) + sb.append(Primitive.rad.get(x) + delim); + else + sb.append(Primitive.format(BigInteger.valueOf(x), "") + delim); + } + + } + sb.append(Primitive.rad.get(current.intValue())); + return sb.toString(); + } +} diff --git a/Toady/.classpath b/Toady/.classpath new file mode 100644 index 0000000..b74007d --- /dev/null +++ b/Toady/.classpath @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/Toady/.project b/Toady/.project new file mode 100644 index 0000000..aca77b1 --- /dev/null +++ b/Toady/.project @@ -0,0 +1,17 @@ + + + Toady + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/Toady/build.xml b/Toady/build.xml new file mode 100644 index 0000000..8da56dc --- /dev/null +++ b/Toady/build.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Toady/lib/commons-lang-2.4-bin.tar.gz b/Toady/lib/commons-lang-2.4-bin.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..33cd933d3d47fa69808cbd7d797bad06e2895468 GIT binary patch literal 1658156 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

    7`fgmdDmsL(f9Y*z;a? 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℘ZbF0#JGL@{@Np_{E3aM)nH6~U& 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

    oJg>eLl>7;}j!a={Wc%CAZMaz-t|lukUS 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

    5gE6zb3kGpmY>jlU*B$xd3*==}TAO)V`#sGWRW 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 z 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%0Aj0yN>BnnH1aWR5o1J~l-zIw;9*?0_+bj>55ib;U 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 z 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�`x-YYmO)Z_Dll$*C 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 qt6>_<4{a-lm2^i^pz-KQn5h zGp{fcT&o$PVuT<4&S*o=p)bVoHfT1j*;;%?eT+m+Ff6GM`QvVngM#1~h>JQI>*-Wb z#8FZNz|e%}Q%T6}nrGH~kTozfsGYNDRnieLJ(;GX4W}TX9*tkPm=N;wvHFIh5D*cA ze!6h@?hmuWi$nkniw8ZJD!f^C1$~SMPEKV042JS=?>P^oPXw#9>P8Ms#1Fm@?Txlx zUCj9R#@`zG{@~d4KjeY#p8la7eaZcuP=K|6G)6oY&Xq&nKva5DB7RWd`y#sPnBer2 z7t5`F*LXkCL1yArHJJnh98sbAl<1{xkz}DK_?LZR!Cc?NI=%L??x=7Hrs+%Rj?8PSAY;C%OLV(L`WOx@kYBb_bimj! z8zWS~p&28vryhJWnt{5ObiJlj zyux$IS(MxX54nLnLqlh$Ae6EGzR{k4q)Y1jXb7_ivkIl#|D+i;~VpLkv^e z-CS3zQ@Vt^)f07(G!(jyADcESJliERzD|Y$Uu>?*HIqBQ0ZF_a$qxE9io27NXu816~$lyQqt^}4k~z+=wlT;RwGK=W0NX8azrtht&fb{>zLonB~h!ALfoPs zuO%Kv_GjN2yi=0ZCVwlCXnGR4#TK4o&V~J1$H+KlsZ7kKn9BETwpejzn_!X$s-qxG zc+=>=-|Ki{BS%=Q@glKc@0VA4u+4*6h)QGRD#{{Mk+mt5NpY}u7Hdn%nxbM}tOj9A-JzE@x)1kuQpkhu3#PpgVr3Vjp5=51Uy0!Q3*ny`~Z9OM?rz?uVF z7NFr|8!#WteD7kJMitS7+bpi*EdlUB4)Sh}ku{`B&o~?Az4j>VsE=UfidL8UuA)hX z8X`$O$-)9)SgSA+JIgk40CkFH2w+cj25MCUg3&Nnbv`QV;Hr{p^X1fLfn%40D9brN z_auaodn(FG`=yJ#O1S#)Bb1WuRE|s)9pu6*1YnmN30QZjPxkZOjMb_ZqhWe~rV3%? zCqs=YAW#cZr^Cr~aK^PBi)27K`wJuF8H-yu4t{~{;7C-%q@V5WlM+Q?-P-$Jo9~Az zgKcY8xnu0h{84yJ#VNf!81ch8sD4iHzVY@`V+M^;2$KBSjWt_A3VNR#X<%~D!{b(j z#;M*+>{+&JjYT*!25+I~oE@hn>ChX|Sl|SDBkvbukngHt>QxLJkQM6DOHn&)N) z!D-35g*}A{Je0BXr7GzAl0X~Gqlf+6cWVy!g=~>6_4IVUL|&KdS4U2(y2>fKR9Kx1 z4zrROtOFVKx)d*;uMI4IrS*s9A$wj%E1n!1JDSQyn3pFmc^h64@Oue8S@veEaIqzb z4JiZ^;t5!U-yuY7u=|4cxaSd+yq^y{k%;`*y`UA*DLjbXJL4R|6aNn#_xzk$w*(3} zwr$(SL~m@{*2K1LYhqgy+nyK`+qRSUp6@&7R^4B2)vi^&|A4jj?p{xK{Uuz2{&DPG z&)rtye}3yxcOHfU!Gx8AvASUdK9c=mrBzdjjKMdOUO=Jq4m=Z9aTUz1Tz2k#hNyWi zn7RgnF;+dMGRajfDDW*TTjZ!x1mZcxIOmSa;2&qkeS8S?b@#J@d|t$&$4cQgfHJdTNm+ z1~Ds7?`BYj&4`AiPu58)A^gb`l3>Ci@ykWFqHXiVg_2l8 zL7FF?xROc)YdL4DCobM4%{iB3(g=H-t@T=1fH@ycg6-xP8uU3@!7T+(qxp=0Dak8G zKi`;TwP9`a6N%~n#4 zwr`k1h%(~>0fSCeG%it04`1r#rAV9JWEdR_69Q4xGkfnaS(Mzz%6cg3 zlJ#+HlO(&tS;KZxcp3Vn)=^u^M(VZ5g~h^`@qiokDlhpGWeNXKU6g4~^ATEAzWfU# zOW=THj$j=RymAm}#PZ1E)L(Zk{;D9;tqFPqEfJ&vb$u`89K!~`l`N7K1X+RMoooB! zwUnvrII|&hhq$M473EjA9rBRlqql5o-4&E6cCml!y8-hm*#0Ny>U##dZA%zg3@bzd zUZ;mC2evpLT~-RD8HBg^m6Aph!m6-GdDkK;@G^R6Q1Jt-#w@Vk)g42=H6=$-w3t($ zPJ{SBLEc_zi}6+obO&q&QXo@Ld^*fyjeJ3#>wdQhu#TJQ#)O^8SIpF@rX3?xUaynR za{RWLWt$n&oZM`o&I5BFkA%JnW+f3Ljifw*hc$$&qvDd8%ifHz0?66hI6UFVJs?zms)A&>GsCWH>i zIW3y88|>`oALHAZ)*e{8g#<(zQFQl)L9qz{#|pRbM_Z}vxLLM}**1MdZeL8J?48xI9cMM! zGE&9Q4~3&C;$)Y&XlY_>Y%g4AYI(-&4os2;K>5N{N@rUo??{xLj4yN#ba~(v%(?iE z`K64zp6^4sm@|*^ zl-@-`dZdnM;H_Asq-oV2p1J-RIFt}r2dxKm`-R!2Z0h{v2ngMr&nbhoV{!_p4CYZY zbYdn$spPvsXYKf8Ivzay)%TGntGo$)V?)t)gtDChbuNQ6Y+fQEJI0OoPNHz(<+7M+ z4Y*ZBKfoZBY0{ilM{n;0%=}P&oQLh!eDa@kADA(yC}~& z9?G`#xHq7?R@4I_`5T|<20Eb?*EUQi8Q|CHsr7|oNdsV|}mzT`obAe+SqZ~Fh zfsEnji>jJW?fsWhd*|X*@9p3V&Zy~YTMCK5Y-g<8FZ|+NLF3B7*Y>1{SjG2``R@%A zyESQVY*xeg*TT3v_yhtP>d$IC;DKo88*-D%6?Sk!>&Mt9cJ4!l>6lb>x~?aPylUzgdzz zuFRIsoajYrS6l{b(=a&lk-fQ;yBJ^6EsHXBIf( zwd9QAlW6t3hj?8fy;^w9x}p+=Li5ui12bqfLT){g^1pf7r62fqK2B2vS3!^IX+d3_ zXZ;Qz0^Oy0wjHF;^MqxALxtlx=zq8|FX$EXPBN7f`_Oc5SfJR!?Zp_ekUxZr*{({W z?p}Rcb{xFn$Id{anEGK_QqDIfjcz!cIcVlUIh6h2k~h9xT_;VcLAyQPgIVb-GZ{m1 zy|Chfy*v}i;YB#U&o4bu6`*<~BjY~r3)f0XFZu_({6iGXKY!Zc$;IR&})Fjb$G0meI60CU_ZE%i7NBeN<(Q5spA3 z*j;{1;UZ8XV>%&-iHY0*_CbEeZLjjK406#7HLxj0)&0$&jM=h$jC+hB%RpbmZJ*KI z&&Ag*#G$9FyQAY11_b!fbwF>?TiV#)LS)Yfocb5b{-ExP@B3tW{h7d(BCl-~ffTUO z8=h|jPjty=9pP;IVly`*f8MK~zT{WVR{5b!ru<>xL|O!Yv6p+4?>L6qQsbQQE>4kq z+cS30|F}`9ZC`HDka6O&I)VVB*oswVENtvCqlEVi_@Fv`VyeYZyKxK5&b0id% zsHs0jKfmZRi&#hvGA#R~K<4*#mqf=wiMFOFz#RscA}5*D3v2OU!0*-6v5(9``eZ*) zP!z}XY81OZ{tg+pK>*E97_Qd{n;#<0Wwd_)<2Q35cL23MZAwHn{ycvX{RZ}tZ53S4 zUb}dj=A}5}{_)u+Kjm~TcR_$Z>mwn09n1A$P(KsuAKZHMAdOWKIr)^92HoBHDZa2) z%xy`0NBFkWzAY}73{TfI0>5QPEsJ2H9#_%71wr~PI>oId>q0_lWHdRtxi6Nysh9i3 zKuzT#<1o+h@VXnMG*F&9F|ro0MPZp-SH!awo*vYiS9TNv^Vs?&-ay9i*Bvs4^%u11 zn@@6?^_o8uleU-UUuw;heEZ>C)IxpGfwg1DTqV*5hWwP+{znQ)iw#?6-#j9oJ zbr}7QBj?~agvn94)JfKlAuXlnltuoXmayM2AFm_S)z%ZfkH@*Sw_5q^z~ zS`njANsTL>Lh-F{xCqq012L1BJ2MivVNwLfU%a0klhe=!6r61MVsx#GxwpXT(6In? z&D>~B!Z!(b97gVMa6f6Kj3;mkzIxVoECW!WmamrjY(0RE4%t_>#JxW@*VgzvTi^|^ zde*nzz&8wrp<=;z?GYbS3^v)lwm-+tj$pU_EF(`Z7f(EhXB4%3Tx>2fdQxg@RSVYk zBfhSmk-F{}xf_yPwPsdU*2J^3Qcs)|m2$JI8ABt!7{?yKwyz?-S}DA-Kkv|g(hf$F zR!nB+&%`TYihm|`6@BJJ&Wjm?79`qj#@m(8x_5qTZ87uJ8?ec}+k{;fA2sEI7lhWo zycpc{ndB=tWEMmgxfCpoAyBtQ&C?*0%o%}{K=Fh*Npk!>0T>06!U<4F?pwmV4ZhExF;uq@D58dgdX*eI3kV zz5gFrdpF;#EfxKH`Iwosl3#NJTkhKnzgJ`N6H-+t64ExEk=}F%b+N8?0p3U_r`W4W_cgNuv9kFtilC6 zL3O$PiF})#a1wy3xJbqV7e_ikhbNmycT-?ImyAWke8k*m>#A-7Ql-6QJSoz0&Pu&8 zq*@D20J@tKj2W?_@u)fEL{x(JFdg43F2vxn@?Xw@w{fq7qT)S zd@_C5l)-|VZoEa<2V&kfHZTDCobfwJe$%K+D@5t5rqa!SoX4GECwd&Z+fGl#lQ)2l z8UFMfAHfo8MCs)u@Nr62xQNX7R^T3Bu_qw4EUG%zE2iO$vH3?Je8o}5QGw%h8KW+2%?`Kcty1z zV2a2d5PSc+liTy9*;VD58@7 z7kFu`uw%~DeCMkv*<9mbe&-Jj)c{X!6Yu-}6->q7`8b5*plTi1|CM#uvKm{K-5OGz zd}r4sT`AXs%v%Doc~V}6s>F$2qI?$+I!BMV)8-M@Jg^|<(S>rX)oHY4${>bu{1mAu z#&xi$8Zi`1KyUA%kH(*x%lYQc5N?R8n;TJV6mxb)(FUaGI9dJU5E4`@Y(Yt|v2sQj zeG77*ldgBfM|VVL<^10Vw?;m|G*n>Y?CSN*9?=$1fBb=QIKWrvaDC6gJhFe%1CBiWDZHk5K*=2 zohLGMc{U|(lh1EeTaQrpQE_VU%wk)y_a6*P+au@QYB8OMj8)eFksMdVR)A2kuqv&aIKnh`_r^^4dvW;7c)1KNRrN=U%AD; z{0&A+e_!EzT)e%_JZXA-=8EUsY8D7L3|{ccEO?)9UazuiRh`nE13gn!HzW=BcJyvg zn|CV~Wci2HY)g$j8d=>ynVQt0Xps-IoEJFZgU2~X%vm*Ru*PMuz>@N;5u1wdYE54< z-QXW*z{bYSH4tNgx@rDGQz-Jk; zH$de~Ec!Qb24~=OJDoXm?P~Bmi;F}#j<3PuziksbuKR5CnDWH15|IbqXnumlYhFTK z!n=oCFyMQnZ6SEU8^ouR*21)DfRrN;+v=?rLptsa#G=4;qk7zZ*6Pl+4S#@4Jm+5N z#N!k}ItE*grmbmqyWT(+=A9WT0!JCB`$KWSu0^O;;~>f1*1X2US=JdNgd6ht{)T5Y z|8v&@(#3{17W{2=)C;W&6K9wFvmnQ3m)Dflch(sd`klYwMi1ba*+|%&xot6aM+DBw z?1@Ywe5vAmvTOnRGZetCe?YK(>yvnEKNHwHP`=1I7B|pKR7<_-jH2u#x>jn0PRw78 z3^NXb)8}rq21DuigKS8aI7H&pBb~+Bl9Bc zyu8g}Ib$oG2Y)M7`kBF6>$o6xffR`!MF8l$HVuLf!9AY45=3`7ED95v5^bsuDVq2kM^X$Zz1FPiKIOEuI zM_v~#)#iY){yckLK8&P1BlE8rN8qVWU_HU{G?p)E!ihwGW{Hge<}Ywnk%Az7L=GRY zOiyI=<38=xsf$xjKO}G(FjkaX#vqAMl_>PZP~lHf3g=}#DCx?!{bx1b1$Cy$(Vk9o+uu=CHfXd+@cc zQa@Tq`_K=*yGDKwje%bPDmQ1;thOYUKFyZ|->a$>>VJ+WtVs1C5OXh>;s}*?GMzny zAnq1z56_DCMDLt?_z;n4gEllRN67WfBa7z_0zouTWgwf0;V17--Ep8tX=ySFO4Av( zNKW(0!ZnZ~geX#|)PutG08ApMB^5tQ!i{;QnbEIIm#+;G_hz|T0qpGI+ikqPdwFn7>VRY{=8#vDe}Z|AC6 z2@2iok+9SDr*xjT;GMwx7FEkZ_*eo2}j|hK0E{y3xjLjLncrBtX(TUjZdDDr<&qP=O*kji!Nl zfVyix709I=Gd|Q&9>^;!vqO*FNG1te=~#h5C(IjxWpqaJ(=I|$3hRTw5iw}3AcDm) zrtoC8?Jh6)kcLVVgUp{Iwff4JFlIV<_3+^FNQxHMBr0Ffw^u{!YXTQ~J^^25Qnfwj zRM`G!k(XF&au0p`Vo!<0oRAIM+~`i4CoSUO9h#EI0djg%5HSPl%Zz;-5l5*-fJK`H zG_bA>k$9H5$nVvv3*Aoaw_i`LR6^1k+`Q3B&#K%_SV!{kXIarqv}B~b)F9;t@tyy0 zv!gC$?6+hv8s#y`*(~y?oGMgGFSMa!hwBrrM!n$HK0;GOE`J!t2g=Co!Y28h#2;bj zvh^fFjsYQOZ-;0Sh58+<~yC=EVc_dv( zffWhExDe<5Ma%_R<>!Csb`w#ENFT zvf!Rli-Zd(*aW!_G#Q!QS)6lRp6*~c6{Drf&*|3r-%Sl7k0XF>9<_^mKLq{Z?>)Y2 zo0OzxwQ+8QQaH8DMs%{9P@&f^m{*w2^|tHU`E)_Tr#gQ2LWDw6=HF`4=Hm8--DSFC z7k{UVV=&Jg>rXtN)5imd0f-_;mqi~jQAJ4qC3-7HNi{d*`qxtpHbDZl3!rF!Ah@b zw+*+VE>V#n0hN~548CC~1zkzUMjX2X$-~=jBiqBFy`>Qs?p=REOz%x8PqvXnw`a*J zmp%zXC%OukmLRIY`uS;4aNdaK)_jcrg53&tj4!o9Ztgf6AEp3SWJI*l3~VdyNBFi- zt%M$PdSQL4vOxXo@gb<*${PbX3#59;zjKgZD;6L0PNZ-2O?LLLjYGJ|{q2!M_ts9n zN-9_pxzhUdqm>pzh*c1cZ8Plk10w@v8@xy-Ug5Ev?Rc-NVutdQ6$We`=eyH;zg2O$ z9KF4p7q>L(c-GD>&$1?)KMuTrEj-~&-YTorJwrX3U1Z7b|A3~GK)XKgp0A9*AAG=R z`&#O$n8 zqyA{U)R|rQ$gPvp^P2Mhc~Au*@G+VK-jYz1@P7XISq~u3M_8^nJ%O@jx(~yX7`?}z zg>A^#W6M{xXR3!Q5Cq%bq$#q5n54e@)I=*dLF^1(JH~)aAXh+Z17;|lZSa%2ZWZ?! zNWt;+vVd;e%(m>^)*)YkEU;}>Lro}1_6d*!GNh$6U`CI$SM7NmP%;YPK1VmC#`-~W zB!!Max@;*{c*n>Cv^$zm7k>|xml7)e zAvrH;&Qh#>&J_QH{R2*Q`LLnZ`eB73ZD@jktIl~mlNHYE%tjA)wps3X;`%ZqXrMD> zGdffCX$iKYf+m4ch|NRV>Uv6m@XSR0=Yl-*K)GV?RX(C2g8X003llQi4e98XBC) zj^)7Mjq-GoC03pq0uF{TwW9q;4BQM-pP2I9eZcTrjo_C-W*$d#@E$A(RbJe8_wEqx z2h*r8lquh^otZb@y^L^Hc%O*bBR?EGo^yPRNvBsFmahq}4z4d@RwhPRH@5w~Q{U zBRf7C(bvhL#Y*$Ie|NaP7ZbnE!-)vu9OT9lF~CAyupp2+{WGIu!8q!!J?PtOy1jzy zba=P@<-nWYO_>f5yXgn@W_iX}AobdH~xkD)pt$X!Qsil+$p5r-i1= zhVD(osqUnByf@larWODdFVjA&66V3as*j2DM1U;NJ(yw-M9K#gsHCIzllt7200rE0 zkP1@&;S_*ox)k@xp31N6`#SehAJv@-18Lbeg(!~)HM#C_g*p#9gStI%j=%56*s*ai%;i>Tdyth-}fSeYgBi7-iNzBT?bYq1|2b4Pn6GP$@Ra(GQ_ zJrb0Wlngt)A_NUT%E-gfi3_$NY)Y|GBb&v__8x6_yzd6z#VmHNOT1g$$H~oxO0xro z;rAoagl+W-ucH!d*-Jwz=NM_P3yn2~m5W#$r_|-h{>VfJFiAnld@h=9Blz7Y$N!Cn zj%_>Ei$)sz&K>7 z@MhXg3z3}g0V390PuFo+n723fC-K;q`Ivq9$I);O#-56ZGt?}aiVIO^=^OXH;XWm; zyL_l^H3_?#}R3{RWs^L!z)pxJZMILcOdw}7d-M%0DZ<+jIir$<*tl~4d-Q+4x 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

    DGDibE$mpJ8PDOEE=ZGAS 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%0AlCjHmA~IDsMN?M@&Mxbl?re(Z@Tbb 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

    cyZJvu_j=R5MZKQ5u{+C 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∓X2@Ko(XEm{QJkxH(p-|8y9TW?M&|J2X;q+fYCV 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�qA`bvP6N!d9OHkU=l|pV;VN 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⁢;h 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

    Zj^>Q2$4kXZn;wL5KuC4( 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


    +
    +

    +Constant Field Values

    +
    +
    +Contents + + + + + + +
    +org.apache.*
    + +

    + + + + + + + + + + + + +
    org.apache.commons.lang.ArrayUtils
    +public static final intINDEX_NOT_FOUND-1
    + +

    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    org.apache.commons.lang.CharEncoding
    +public static final java.lang.StringISO_8859_1"ISO-8859-1"
    +public static final java.lang.StringUS_ASCII"US-ASCII"
    +public static final java.lang.StringUTF_16"UTF-16"
    +public static final java.lang.StringUTF_16BE"UTF-16BE"
    +public static final java.lang.StringUTF_16LE"UTF-16LE"
    +public static final java.lang.StringUTF_8"UTF-8"
    + +

    + +

    + + + + + + + + + + + + + + + + + +
    org.apache.commons.lang.CharUtils
    +public static final charCR13
    +public static final charLF10
    + +

    + +

    + + + + + + + + + + + + + + + + + +
    org.apache.commons.lang.ClassUtils
    +public static final charINNER_CLASS_SEPARATOR_CHAR36
    +public static final charPACKAGE_SEPARATOR_CHAR46
    + +

    + +

    + + + + + + + + + + + + + + + + + +
    org.apache.commons.lang.StringUtils
    +public static final java.lang.StringEMPTY""
    +public static final intINDEX_NOT_FOUND-1
    + +

    + +

    + + + + + + + + + + + + +
    org.apache.commons.lang.text.StrSubstitutor
    +public static final charDEFAULT_ESCAPE36
    + +

    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    org.apache.commons.lang.time.DateUtils
    +public static final intMILLIS_IN_DAY86400000
    +public static final intMILLIS_IN_HOUR3600000
    +public static final intMILLIS_IN_MINUTE60000
    +public static final intMILLIS_IN_SECOND1000
    +public static final longMILLIS_PER_DAY86400000l
    +public static final longMILLIS_PER_HOUR3600000l
    +public static final longMILLIS_PER_MINUTE60000l
    +public static final longMILLIS_PER_SECOND1000l
    +public static final intRANGE_MONTH_MONDAY6
    +public static final intRANGE_MONTH_SUNDAY5
    +public static final intRANGE_WEEK_CENTER4
    +public static final intRANGE_WEEK_MONDAY2
    +public static final intRANGE_WEEK_RELATIVE3
    +public static final intRANGE_WEEK_SUNDAY1
    +public static final intSEMI_MONTH1001
    + +

    + +

    + + + + + + + + + + + + +
    org.apache.commons.lang.time.DurationFormatUtils
    +public static final java.lang.StringISO_EXTENDED_FORMAT_PATTERN"\'P\'yyyy\'Y\'M\'M\'d\'DT\'H\'H\'m\'M\'s.S\'S\'"
    + +

    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    org.apache.commons.lang.time.FastDateFormat
    +public static final intFULL0
    +public static final intLONG1
    +public static final intMEDIUM2
    +public static final intSHORT3
    + +

    + +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/deprecated-list.html b/Toady/lib/commons-lang-2.4/apidocs/deprecated-list.html new file mode 100644 index 0000000..7b03bed --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/deprecated-list.html @@ -0,0 +1,406 @@ + + + + + + + +Deprecated List (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Deprecated API

    +
    + + + + + + + + + + + + + + + + + + + + +
    +Deprecated Classes
    org.apache.commons.lang.enum.Enum +
    +          Replaced by org.apache.commons.lang.enums.Enum + and will be removed in version 3.0. All classes in this package are deprecated and repackaged to + org.apache.commons.lang.enums since enum is a Java 1.5 keyword. 
    org.apache.commons.lang.enum.EnumUtils +
    +          Replaced by org.apache.commons.lang.enums.EnumUtils + and will be removed in version 3.0. All classes in this package are deprecated and repackaged to + org.apache.commons.lang.enums since enum is a Java 1.5 keyword. 
    org.apache.commons.lang.NumberRange +
    +          Use one of the Range classes in org.apache.commons.lang.math. + Class will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.NumberUtils +
    +          Moved to org.apache.commons.lang.math. + Class will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.enum.ValuedEnum +
    +          Replaced by org.apache.commons.lang.enums.ValuedEnum + and will be removed in version 3.0. All classes in this package are deprecated and repackaged to + org.apache.commons.lang.enums since enum is a Java 1.5 keyword. 
    +  +

    + + + + + + + + + + + + + + + + + +
    +Deprecated Fields
    org.apache.commons.lang.time.DateUtils.MILLIS_IN_DAY +
    +          Use MILLIS_PER_DAY. This will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.time.DateUtils.MILLIS_IN_HOUR +
    +          Use MILLIS_PER_HOUR. This will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.time.DateUtils.MILLIS_IN_MINUTE +
    +          Use MILLIS_PER_MINUTE. This will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.time.DateUtils.MILLIS_IN_SECOND +
    +          Use MILLIS_PER_SECOND. This will be removed in Commons Lang 3.0. 
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Deprecated Methods
    org.apache.commons.lang.time.DateUtils.add(Date, int, int) +
    +          Will become privately scoped in 3.0 
    org.apache.commons.lang.ObjectUtils.appendIdentityToString(StringBuffer, Object) +
    +          The design of this method is bad - see LANG-360. Instead, use identityToString(StringBuffer, Object). 
    org.apache.commons.lang.StringUtils.capitalise(String) +
    +          Use the standardly named StringUtils.capitalize(String). + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.StringUtils.capitaliseAllWords(String) +
    +          Use the relocated WordUtils.capitalize(String). + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.StringUtils.chompLast(String) +
    +          Use StringUtils.chomp(String) instead. + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.StringUtils.chompLast(String, String) +
    +          Use StringUtils.chomp(String,String) instead. + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.StringUtils.chopNewline(String) +
    +          Use StringUtils.chomp(String) instead. + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.StringUtils.clean(String) +
    +          Use the clearer named StringUtils.trimToEmpty(String). + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.StringUtils.concatenate(Object[]) +
    +          Use the better named StringUtils.join(Object[]) instead. + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.StringUtils.deleteSpaces(String) +
    +          Use the better localized StringUtils.deleteWhitespace(String). + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.StringUtils.escape(String) +
    +          Use StringEscapeUtils.escapeJava(String) + This method will be removed in Commons Lang 3.0 
    org.apache.commons.lang.CharSetUtils.evaluateSet(String[]) +
    +          Use CharSet.getInstance(String[]). + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.StringUtils.getChomp(String, String) +
    +          Use StringUtils.substringAfterLast(String, String) instead + (although this doesn't include the separator) + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.SystemUtils.getJavaVersion() +
    +          Use SystemUtils.JAVA_VERSION_FLOAT instead. + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.StringUtils.getNestedString(String, String) +
    +          Use the better named StringUtils.substringBetween(String, String). + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.StringUtils.getNestedString(String, String, String) +
    +          Use the better named StringUtils.substringBetween(String, String, String). + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.StringUtils.getPrechomp(String, String) +
    +          Use StringUtils.substringBefore(String,String) instead + (although this doesn't include the separator). + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.builder.ToStringStyle.isShortClassName() +
    +          Use ToStringStyle.isUseShortClassName() + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.builder.StandardToStringStyle.isShortClassName() +
    +          Use StandardToStringStyle.isUseShortClassName() + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.StringUtils.overlayString(String, String, int, int) +
    +          Use better named StringUtils.overlay(String, String, int, int) instead. + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.StringUtils.prechomp(String, String) +
    +          Use StringUtils.substringAfter(String,String) instead. + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.StringUtils.reverseDelimitedString(String, String) +
    +          Use StringUtils.reverseDelimited(String, char) instead. + This method is broken as the join doesn't know which char to use. + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.builder.ToStringStyle.setShortClassName(boolean) +
    +          Use ToStringStyle.setUseShortClassName(boolean) + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.builder.StandardToStringStyle.setShortClassName(boolean) +
    +          Use StandardToStringStyle.setUseShortClassName(boolean) + Method will be removed in Commons Lang 3.0. 
    org.apache.commons.lang.math.NumberUtils.stringToInt(String) +
    +          Use NumberUtils.toInt(String) + This method will be removed in Commons Lang 3.0 
    org.apache.commons.lang.math.NumberUtils.stringToInt(String, int) +
    +          Use NumberUtils.toInt(String, int) + This method will be removed in Commons Lang 3.0 
    org.apache.commons.lang.builder.ReflectionToStringBuilder.toString(Object, ToStringStyle, boolean, Class) +
    +          Use ReflectionToStringBuilder.toString(Object,ToStringStyle,boolean,boolean,Class) 
    org.apache.commons.lang.CharSetUtils.translate(String, String, String) +
    +          Use StringUtils.replaceChars(String, String, String). + Method will be removed in Commons Lang 3.0. + NOTE: StringUtils#replaceChars behaves differently when 'searchChars' is longer + than 'replaceChars'. CharSetUtils#translate will use the last char of the replacement + string whereas StringUtils#replaceChars will delete 
    org.apache.commons.lang.StringUtils.uncapitalise(String) +
    +          Use the standardly named StringUtils.uncapitalize(String). + Method will be removed in Commons Lang 3.0. 
    +  +

    + + + + + + + + +
    +Deprecated Constructors
    org.apache.commons.lang.builder.ReflectionToStringBuilder(Object, ToStringStyle, StringBuffer, Class, boolean) +
    +          Use ReflectionToStringBuilder.ReflectionToStringBuilder(Object,ToStringStyle,StringBuffer,Class,boolean,boolean). 
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/help-doc.html b/Toady/lib/commons-lang-2.4/apidocs/help-doc.html new file mode 100644 index 0000000..9bde47a --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/help-doc.html @@ -0,0 +1,194 @@ + + + + + + + +API Help (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +How This API Document Is Organized

    +
    +This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

    +Overview

    +
    + +

    +The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +

    +Package

    +
    + +

    +Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

      +
    • Interfaces (italic)
    • Classes
    • Exceptions
    • Errors
    +
    +

    +Class/Interface

    +
    + +

    +Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

      +
    • Class inheritance diagram
    • Direct Subclasses
    • All Known Subinterfaces
    • All Known Implementing Classes
    • Class/interface declaration
    • Class/interface description +

      +

    • Nested Class Summary
    • Field Summary
    • Constructor Summary
    • Method Summary +

      +

    • Field Detail
    • Constructor Detail
    • Method Detail
    +Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
    +

    +Use

    +
    +Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
    +

    +Tree (Class Hierarchy)

    +
    +There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    +
    +

    +Deprecated API

    +
    +The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
    +

    +Index

    +
    +The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
    +

    +Prev/Next

    +These links take you to the next or previous class, interface, package, or related page.

    +Frames/No Frames

    +These links show and hide the HTML frames. All pages are available with or without frames. +

    +

    +Serialized Form

    +Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

    + + +This help file applies to API documentation generated using the standard doclet. + +
    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/index-all.html b/Toady/lib/commons-lang-2.4/apidocs/index-all.html new file mode 100644 index 0000000..ee906d9 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/index-all.html @@ -0,0 +1,7349 @@ + + + + + + + +Index (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +A B C D E F G H I J K L M N O P Q R S T U V W X Z
    +

    +A

    +
    +
    ASCII_ALPHA - +Static variable in class org.apache.commons.lang.CharSet +
    A CharSet defining ASCII alphabetic characters "a-zA-Z". +
    ASCII_ALPHA_LOWER - +Static variable in class org.apache.commons.lang.CharSet +
    A CharSet defining ASCII alphabetic characters "a-z". +
    ASCII_ALPHA_UPPER - +Static variable in class org.apache.commons.lang.CharSet +
    A CharSet defining ASCII alphabetic characters "A-Z". +
    ASCII_NUMERIC - +Static variable in class org.apache.commons.lang.CharSet +
    A CharSet defining ASCII alphabetic characters "0-9". +
    AWT_TOOLKIT - +Static variable in class org.apache.commons.lang.SystemUtils +
    The awt.toolkit System Property. +
    ArrayUtils - class org.apache.commons.lang.ArrayUtils.
    Operations on arrays, primitive arrays (like int[]) and + primitive wrapper arrays (like Integer[]).
    ArrayUtils() - +Constructor for class org.apache.commons.lang.ArrayUtils +
    ArrayUtils instances should NOT be constructed in standard programming. +
    abbreviate(String, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Abbreviates a String using ellipses. +
    abbreviate(String, int, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Abbreviates a String using ellipses. +
    abbreviate(String, int, int, String) - +Static method in class org.apache.commons.lang.WordUtils +
    Abbreviates a string nicely. +
    abs() - +Method in class org.apache.commons.lang.math.Fraction +
    Gets a fraction that is the positive equivalent of this one. +
    accept(Field) - +Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    Returns whether or not to append the given Field. +
    add(Object[], Object) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Copies the given array and adds the given element at the end of the new array. +
    add(boolean[], boolean) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Copies the given array and adds the given element at the end of the new array. +
    add(byte[], byte) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Copies the given array and adds the given element at the end of the new array. +
    add(char[], char) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Copies the given array and adds the given element at the end of the new array. +
    add(double[], double) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Copies the given array and adds the given element at the end of the new array. +
    add(float[], float) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Copies the given array and adds the given element at the end of the new array. +
    add(int[], int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Copies the given array and adds the given element at the end of the new array. +
    add(long[], long) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Copies the given array and adds the given element at the end of the new array. +
    add(short[], short) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Copies the given array and adds the given element at the end of the new array. +
    add(Object[], int, Object) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Inserts the specified element at the specified position in the array. +
    add(boolean[], int, boolean) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Inserts the specified element at the specified position in the array. +
    add(char[], int, char) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Inserts the specified element at the specified position in the array. +
    add(byte[], int, byte) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Inserts the specified element at the specified position in the array. +
    add(short[], int, short) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Inserts the specified element at the specified position in the array. +
    add(int[], int, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Inserts the specified element at the specified position in the array. +
    add(long[], int, long) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Inserts the specified element at the specified position in the array. +
    add(float[], int, float) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Inserts the specified element at the specified position in the array. +
    add(double[], int, double) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Inserts the specified element at the specified position in the array. +
    add(String) - +Method in class org.apache.commons.lang.CharSet +
    Add a set definition string to the CharSet. +
    add(Fraction) - +Method in class org.apache.commons.lang.math.Fraction +
    Adds the value of this fraction to another, returning the result in reduced form. +
    add(byte) - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Adds a value. +
    add(Number) - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Adds a value. +
    add(double) - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Adds a value. +
    add(Number) - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Adds a value. +
    add(float) - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Adds a value. +
    add(Number) - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Adds a value. +
    add(int) - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Adds a value. +
    add(Number) - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Adds a value. +
    add(long) - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Adds a value. +
    add(Number) - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Adds a value. +
    add(short) - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Adds a value. +
    add(Number) - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Adds a value. +
    add(Object) - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Unsupported ListIterator operation. +
    add(Date, int, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Deprecated. Will become privately scoped in 3.0 +
    addAll(Object[], Object[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Adds all the elements of the given arrays into a new array. +
    addAll(boolean[], boolean[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Adds all the elements of the given arrays into a new array. +
    addAll(char[], char[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Adds all the elements of the given arrays into a new array. +
    addAll(byte[], byte[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Adds all the elements of the given arrays into a new array. +
    addAll(short[], short[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Adds all the elements of the given arrays into a new array. +
    addAll(int[], int[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Adds all the elements of the given arrays into a new array. +
    addAll(long[], long[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Adds all the elements of the given arrays into a new array. +
    addAll(float[], float[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Adds all the elements of the given arrays into a new array. +
    addAll(double[], double[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Adds all the elements of the given arrays into a new array. +
    addCauseMethodName(String) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Adds to the list of method names used in the search for Throwable + objects. +
    addDays(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Adds a number of days to a date returning a new object. +
    addHours(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Adds a number of hours to a date returning a new object. +
    addMilliseconds(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Adds a number of milliseconds to a date returning a new object. +
    addMinutes(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Adds a number of minutes to a date returning a new object. +
    addMonths(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Adds a number of months to a date returning a new object. +
    addSeconds(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Adds a number of seconds to a date returning a new object. +
    addWeeks(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Adds a number of weeks to a date returning a new object. +
    addYears(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Adds a number of years to a date returning a new object. +
    allElementsOfType(Collection, Class, String) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the argument collection is null or has elements that + are not of type clazz or a subclass. +
    allElementsOfType(Collection, Class) - +Static method in class org.apache.commons.lang.Validate +
    + Validate an argument, throwing IllegalArgumentException if the argument collection is + null or has elements that are not of type clazz or a subclass. +
    append(Object, Object) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the comparison of + two Objects. +
    append(Object, Object, Comparator) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the comparison of + two Objects. +
    append(long, long) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the comparison of + two longs. +
    append(int, int) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the comparison of + two ints. +
    append(short, short) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the comparison of + two shorts. +
    append(char, char) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the comparison of + two chars. +
    append(byte, byte) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the comparison of + two bytes. +
    append(double, double) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the comparison of + two doubles. +
    append(float, float) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the comparison of + two floats. +
    append(boolean, boolean) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the comparison of + two booleanss. +
    append(Object[], Object[]) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the deep comparison of + two Object arrays. +
    append(Object[], Object[], Comparator) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the deep comparison of + two Object arrays. +
    append(long[], long[]) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the deep comparison of + two long arrays. +
    append(int[], int[]) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the deep comparison of + two int arrays. +
    append(short[], short[]) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the deep comparison of + two short arrays. +
    append(char[], char[]) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the deep comparison of + two char arrays. +
    append(byte[], byte[]) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the deep comparison of + two byte arrays. +
    append(double[], double[]) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the deep comparison of + two double arrays. +
    append(float[], float[]) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the deep comparison of + two float arrays. +
    append(boolean[], boolean[]) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the deep comparison of + two boolean arrays. +
    append(Object, Object) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Test if two Objects are equal using their + equals method. +
    append(long, long) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    + Test if two long s are equal. +
    append(int, int) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Test if two ints are equal. +
    append(short, short) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Test if two shorts are equal. +
    append(char, char) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Test if two chars are equal. +
    append(byte, byte) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Test if two bytes are equal. +
    append(double, double) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Test if two doubles are equal by testing that the + pattern of bits returned by doubleToLong are equal. +
    append(float, float) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Test if two floats are equal byt testing that the + pattern of bits returned by doubleToLong are equal. +
    append(boolean, boolean) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Test if two booleanss are equal. +
    append(Object[], Object[]) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Performs a deep comparison of two Object arrays. +
    append(long[], long[]) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Deep comparison of array of long. +
    append(int[], int[]) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Deep comparison of array of int. +
    append(short[], short[]) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Deep comparison of array of short. +
    append(char[], char[]) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Deep comparison of array of char. +
    append(byte[], byte[]) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Deep comparison of array of byte. +
    append(double[], double[]) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Deep comparison of array of double. +
    append(float[], float[]) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Deep comparison of array of float. +
    append(boolean[], boolean[]) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Deep comparison of array of boolean. +
    append(boolean) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for a boolean. +
    append(boolean[]) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for a boolean array. +
    append(byte) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for a byte. +
    append(byte[]) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for a byte array. +
    append(char) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for a char. +
    append(char[]) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for a char array. +
    append(double) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for a double. +
    append(double[]) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for a double array. +
    append(float) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for a float. +
    append(float[]) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for a float array. +
    append(int) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for an int. +
    append(int[]) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for an int array. +
    append(long) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for a long. +
    append(long[]) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for a long array. +
    append(Object) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for an Object. +
    append(Object[]) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for an Object array. +
    append(short) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for a short. +
    append(short[]) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Append a hashCode for a short array. +
    append(boolean) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a boolean + value. +
    append(boolean[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a boolean + array. +
    append(byte) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a byte + value. +
    append(byte[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a byte + array. +
    append(char) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a char + value. +
    append(char[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a char + array. +
    append(double) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a double + value. +
    append(double[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a double + array. +
    append(float) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a float + value. +
    append(float[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a float + array. +
    append(int) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString an int + value. +
    append(int[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString an int + array. +
    append(long) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a long + value. +
    append(long[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a long + array. +
    append(Object) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString an Object + value. +
    append(Object[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString an Object + array. +
    append(short) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a short + value. +
    append(short[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a short + array. +
    append(String, boolean) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a boolean + value. +
    append(String, boolean[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a boolean + array. +
    append(String, boolean[], boolean) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a boolean + array. +
    append(String, byte) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString an byte + value. +
    append(String, byte[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a byte array. +
    append(String, byte[], boolean) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a byte + array. +
    append(String, char) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a char + value. +
    append(String, char[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a char + array. +
    append(String, char[], boolean) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a char + array. +
    append(String, double) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a double + value. +
    append(String, double[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a double + array. +
    append(String, double[], boolean) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a double + array. +
    append(String, float) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString an float + value. +
    append(String, float[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a float + array. +
    append(String, float[], boolean) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a float + array. +
    append(String, int) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString an int + value. +
    append(String, int[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString an int + array. +
    append(String, int[], boolean) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString an int + array. +
    append(String, long) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a long + value. +
    append(String, long[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a long + array. +
    append(String, long[], boolean) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a long + array. +
    append(String, Object) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString an Object + value. +
    append(String, Object, boolean) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString an Object + value. +
    append(String, Object[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString an Object + array. +
    append(String, Object[], boolean) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString an Object + array. +
    append(String, short) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString an short + value. +
    append(String, short[]) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a short + array. +
    append(String, short[], boolean) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append to the toString a short + array. +
    append(StringBuffer, String, Object, Boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString an Object + value, printing the full toString of the + Object passed in. +
    append(StringBuffer, String, long) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a long + value. +
    append(StringBuffer, String, int) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString an int + value. +
    append(StringBuffer, String, short) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a short + value. +
    append(StringBuffer, String, byte) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a byte + value. +
    append(StringBuffer, String, char) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a char + value. +
    append(StringBuffer, String, double) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a double + value. +
    append(StringBuffer, String, float) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a float + value. +
    append(StringBuffer, String, boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a boolean + value. +
    append(StringBuffer, String, Object[], Boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString an Object + array. +
    append(StringBuffer, String, long[], Boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a long + array. +
    append(StringBuffer, String, int[], Boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString an int + array. +
    append(StringBuffer, String, short[], Boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a short + array. +
    append(StringBuffer, String, byte[], Boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a byte + array. +
    append(StringBuffer, String, char[], Boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a char + array. +
    append(StringBuffer, String, double[], Boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a double + array. +
    append(StringBuffer, String, float[], Boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a float + array. +
    append(StringBuffer, String, boolean[], Boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a boolean + array. +
    append(Object) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends an object to this string builder. +
    append(String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a string to this string builder. +
    append(String, int, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends part of a string to this string builder. +
    append(StringBuffer) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a string buffer to this string builder. +
    append(StringBuffer, int, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends part of a string buffer to this string builder. +
    append(StrBuilder) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends another string builder to this string builder. +
    append(StrBuilder, int, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends part of a string builder to this string builder. +
    append(char[]) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a char array to the string builder. +
    append(char[], int, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a char array to the string builder. +
    append(boolean) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a boolean value to the string builder. +
    append(char) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a char value to the string builder. +
    append(int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends an int value to the string builder using String.valueOf. +
    append(long) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a long value to the string builder using String.valueOf. +
    append(float) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a float value to the string builder using String.valueOf. +
    append(double) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a double value to the string builder using String.valueOf. +
    appendAll(Object[]) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends each item in an array to the builder without any separators. +
    appendAll(Collection) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends each item in a collection to the builder without any separators. +
    appendAll(Iterator) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends each item in an iterator to the builder without any separators. +
    appendAsObjectToString(Object) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Appends with the same format as the default Object toString() + method. +
    appendClassName(StringBuffer, Object) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the class name. +
    appendContentEnd(StringBuffer) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the content end. +
    appendContentStart(StringBuffer) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the content start. +
    appendCyclicObject(StringBuffer, String, Object) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString an Object + value that has been detected to participate in a cycle. +
    appendDetail(StringBuffer, String, Object) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString an Object + value, printing the full detail of the Object. +
    appendDetail(StringBuffer, String, Collection) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a Collection. +
    appendDetail(StringBuffer, String, Map) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a Map. +
    appendDetail(StringBuffer, String, long) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a long + value. +
    appendDetail(StringBuffer, String, int) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString an int + value. +
    appendDetail(StringBuffer, String, short) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a short + value. +
    appendDetail(StringBuffer, String, byte) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a byte + value. +
    appendDetail(StringBuffer, String, char) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a char + value. +
    appendDetail(StringBuffer, String, double) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a double + value. +
    appendDetail(StringBuffer, String, float) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a float + value. +
    appendDetail(StringBuffer, String, boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a boolean + value. +
    appendDetail(StringBuffer, String, Object[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the detail of an + Object array. +
    appendDetail(StringBuffer, String, long[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the detail of a + long array. +
    appendDetail(StringBuffer, String, int[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the detail of an + int array. +
    appendDetail(StringBuffer, String, short[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the detail of a + short array. +
    appendDetail(StringBuffer, String, byte[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the detail of a + byte array. +
    appendDetail(StringBuffer, String, char[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the detail of a + char array. +
    appendDetail(StringBuffer, String, double[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the detail of a + double array. +
    appendDetail(StringBuffer, String, float[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the detail of a + float array. +
    appendDetail(StringBuffer, String, boolean[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the detail of a + boolean array. +
    appendEnd(StringBuffer, Object) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the end of data indicator. +
    appendFieldEnd(StringBuffer, String) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the field end. +
    appendFieldSeparator(StringBuffer) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the field separator. +
    appendFieldStart(StringBuffer, String) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the field start. +
    appendFieldsIn(Class) - +Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Appends the fields and values defined by the given object of the given Class. +
    appendFixedWidthPadLeft(Object, int, char) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends an object to the builder padding on the left to a fixed width. +
    appendFixedWidthPadLeft(int, int, char) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends an object to the builder padding on the left to a fixed width. +
    appendFixedWidthPadRight(Object, int, char) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends an object to the builder padding on the right to a fixed length. +
    appendFixedWidthPadRight(int, int, char) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends an object to the builder padding on the right to a fixed length. +
    appendIdentityHashCode(StringBuffer, Object) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append the System.identityHashCode(java.lang.Object). +
    appendIdentityToString(StringBuffer, Object) - +Static method in class org.apache.commons.lang.ObjectUtils +
    Deprecated. The design of this method is bad - see LANG-360. Instead, use identityToString(StringBuffer, Object). +
    appendInternal(StringBuffer, String, Object, boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString an Object, + correctly interpreting its type. +
    appendNewLine() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends the new line string to this string builder. +
    appendNull() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends the text representing null to this string builder. +
    appendNullText(StringBuffer, String) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString an indicator for null. +
    appendPadding(int, char) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends the pad character to the builder the specified number of times. +
    appendSeparator(String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a separator if the builder is currently non-empty. +
    appendSeparator(char) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a separator if the builder is currently non-empty. +
    appendSeparator(String, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a separator to the builder if the loop index is greater than zero. +
    appendSeparator(char, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a separator to the builder if the loop index is greater than zero. +
    appendStart(StringBuffer, Object) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the start of data indicator. +
    appendSummary(StringBuffer, String, Object) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString an Object + value, printing a summary of the Object. +
    appendSummary(StringBuffer, String, Object[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a summary of an + Object array. +
    appendSummary(StringBuffer, String, long[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a summary of a + long array. +
    appendSummary(StringBuffer, String, int[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a summary of an + int array. +
    appendSummary(StringBuffer, String, short[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a summary of a + short array. +
    appendSummary(StringBuffer, String, byte[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a summary of a + byte array. +
    appendSummary(StringBuffer, String, char[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a summary of a + char array. +
    appendSummary(StringBuffer, String, double[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a summary of a + double array. +
    appendSummary(StringBuffer, String, float[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a summary of a + float array. +
    appendSummary(StringBuffer, String, boolean[]) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a summary of a + boolean array. +
    appendSummarySize(StringBuffer, String, int) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString a size summary. +
    appendSuper(int) - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Appends to the builder the compareTo(Object) + result of the superclass. +
    appendSuper(boolean) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Adds the result of super.equals() to this builder. +
    appendSuper(int) - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Adds the result of super.hashCode() to this builder. +
    appendSuper(String) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append the toString from the superclass. +
    appendSuper(StringBuffer, String) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the superclass toString. +
    appendToString(String) - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Append the toString from another object. +
    appendToString(StringBuffer, String) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString another toString. +
    appendWithSeparators(Object[], String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends an array placing separators between each value, but + not before the first or after the last. +
    appendWithSeparators(Collection, String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a collection placing separators between each value, but + not before the first or after the last. +
    appendWithSeparators(Iterator, String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends an iterator placing separators between each value, but + not before the first or after the last. +
    appendln(Object) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends an object followed by a new line to this string builder. +
    appendln(String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a string followed by a new line to this string builder. +
    appendln(String, int, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends part of a string followed by a new line to this string builder. +
    appendln(StringBuffer) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a string buffer followed by a new line to this string builder. +
    appendln(StringBuffer, int, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends part of a string buffer followed by a new line to this string builder. +
    appendln(StrBuilder) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends another string builder followed by a new line to this string builder. +
    appendln(StrBuilder, int, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends part of a string builder followed by a new line to this string builder. +
    appendln(char[]) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a char array followed by a new line to the string builder. +
    appendln(char[], int, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a char array followed by a new line to the string builder. +
    appendln(boolean) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a boolean value followed by a new line to the string builder. +
    appendln(char) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a char value followed by a new line to the string builder. +
    appendln(int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends an int value followed by a new line to the string builder using String.valueOf. +
    appendln(long) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a long value followed by a new line to the string builder using String.valueOf. +
    appendln(float) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a float value followed by a new line to the string builder using String.valueOf. +
    appendln(double) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Appends a double value followed by a new line to the string builder using String.valueOf. +
    applyPattern(String) - +Method in class org.apache.commons.lang.text.ExtendedMessageFormat +
    Apply the specified pattern. +
    applyRules(Calendar, StringBuffer) - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Performs the formatting by applying the rules to the + specified calendar. +
    asReader() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Gets the contents of this builder as a Reader. +
    asTokenizer() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Creates a tokenizer that can tokenize the contents of this builder. +
    asWriter() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Gets this builder as a Writer that can be written to. +
    availableLocaleList() - +Static method in class org.apache.commons.lang.LocaleUtils +
    Obtains an unmodifiable list of installed locales. +
    availableLocaleSet() - +Static method in class org.apache.commons.lang.LocaleUtils +
    Obtains an unmodifiable set of installed locales. +
    +
    +

    +B

    +
    +
    BYTE_MINUS_ONE - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Byte constant for minus one. +
    BYTE_ONE - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Byte constant for one. +
    BYTE_ZERO - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Byte constant for zero. +
    BitField - class org.apache.commons.lang.BitField.
    Operations on bit-mapped fields.
    BitField(int) - +Constructor for class org.apache.commons.lang.BitField +
    Creates a BitField instance. +
    BooleanUtils - class org.apache.commons.lang.BooleanUtils.
    Operations on boolean primitives and Boolean objects.
    BooleanUtils() - +Constructor for class org.apache.commons.lang.BooleanUtils +
    BooleanUtils instances should NOT be constructed in standard programming. +
    booleanValue() - +Method in class org.apache.commons.lang.mutable.MutableBoolean +
    Returns the value of this MutableBoolean as a boolean. +
    buffer - +Variable in class org.apache.commons.lang.text.StrBuilder +
    Internal data storage. +
    byteValue() - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Returns the value of this MutableByte as a byte. +
    +
    +

    +C

    +
    +
    COMMON - +Static variable in class org.apache.commons.lang.CharSet +
    A Map of the common cases used in the factory. +
    CR - +Static variable in class org.apache.commons.lang.CharUtils +
    + carriage return CR ('\r'). +
    CharEncoding - class org.apache.commons.lang.CharEncoding.
    + Character encoding names required of every implementation of the Java platform.
    CharEncoding() - +Constructor for class org.apache.commons.lang.CharEncoding +
      +
    CharRange - class org.apache.commons.lang.CharRange.
    A contiguous range of characters, optionally negated.
    CharRange(char) - +Constructor for class org.apache.commons.lang.CharRange +
    Constructs a CharRange over a single character. +
    CharRange(char, boolean) - +Constructor for class org.apache.commons.lang.CharRange +
    Constructs a CharRange over a single character, + optionally negating the range. +
    CharRange(char, char) - +Constructor for class org.apache.commons.lang.CharRange +
    Constructs a CharRange over a set of characters. +
    CharRange(char, char, boolean) - +Constructor for class org.apache.commons.lang.CharRange +
    Constructs a CharRange over a set of characters, + optionally negating the range. +
    CharSet - class org.apache.commons.lang.CharSet.
    A set of characters.
    CharSet(String) - +Constructor for class org.apache.commons.lang.CharSet +
    Constructs a new CharSet using the set syntax. +
    CharSet(String[]) - +Constructor for class org.apache.commons.lang.CharSet +
    Constructs a new CharSet using the set syntax. +
    CharSetUtils - class org.apache.commons.lang.CharSetUtils.
    Operations on CharSets.
    CharSetUtils() - +Constructor for class org.apache.commons.lang.CharSetUtils +
    CharSetUtils instances should NOT be constructed in standard programming. +
    CharUtils - class org.apache.commons.lang.CharUtils.
    Operations on char primitives and Character objects.
    CharUtils() - +Constructor for class org.apache.commons.lang.CharUtils +
    CharUtils instances should NOT be constructed in standard programming. +
    ClassUtils - class org.apache.commons.lang.ClassUtils.
    Operates on classes without using reflection.
    ClassUtils() - +Constructor for class org.apache.commons.lang.ClassUtils +
    ClassUtils instances should NOT be constructed in standard programming. +
    CompareToBuilder - class org.apache.commons.lang.builder.CompareToBuilder.
    Assists in implementing Comparable.compareTo(Object) methods.
    CompareToBuilder() - +Constructor for class org.apache.commons.lang.builder.CompareToBuilder +
    Constructor for CompareToBuilder. +
    CompositeFormat - class org.apache.commons.lang.text.CompositeFormat.
    Formats using one formatter and parses using a different formatter.
    CompositeFormat(Format, Format) - +Constructor for class org.apache.commons.lang.text.CompositeFormat +
    Create a format that points its parseObject method to one implementation + and its format method to another. +
    capacity() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Gets the current size of the internal character array buffer. +
    capitalise(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Deprecated. Use the standardly named StringUtils.capitalize(String). + Method will be removed in Commons Lang 3.0. +
    capitaliseAllWords(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Deprecated. Use the relocated WordUtils.capitalize(String). + Method will be removed in Commons Lang 3.0. +
    capitalize(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Capitalizes a String changing the first letter to title case as + per Character.toTitleCase(char). +
    capitalize(String) - +Static method in class org.apache.commons.lang.WordUtils +
    Capitalizes all the whitespace separated words in a String. +
    capitalize(String, char[]) - +Static method in class org.apache.commons.lang.WordUtils +
    Capitalizes all the delimiter separated words in a String. +
    capitalizeFully(String) - +Static method in class org.apache.commons.lang.WordUtils +
    Converts all the whitespace separated words in a String into capitalized words, + that is each word is made up of a titlecase character and then a series of + lowercase characters. +
    capitalizeFully(String, char[]) - +Static method in class org.apache.commons.lang.WordUtils +
    Converts all the delimiter separated words in a String into capitalized words, + that is each word is made up of a titlecase character and then a series of + lowercase characters. +
    center(String, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Centers a String in a larger String of size size + using the space character (' '). +
    center(String, int, char) - +Static method in class org.apache.commons.lang.StringUtils +
    Centers a String in a larger String of size size. +
    center(String, int, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Centers a String in a larger String of size size. +
    charAt(int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Gets the character at the specified index. +
    charMatcher(char) - +Static method in class org.apache.commons.lang.text.StrMatcher +
    Constructor that creates a matcher from a character. +
    charSetMatcher(char[]) - +Static method in class org.apache.commons.lang.text.StrMatcher +
    Constructor that creates a matcher from a set of characters. +
    charSetMatcher(String) - +Static method in class org.apache.commons.lang.text.StrMatcher +
    Constructor that creates a matcher from a string representing a set of characters. +
    chomp(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Removes one newline from end of a String if it's there, + otherwise leave it alone. +
    chomp(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Removes separator from the end of + str if it's there, otherwise leave it alone. +
    chompLast(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Deprecated. Use StringUtils.chomp(String) instead. + Method will be removed in Commons Lang 3.0. +
    chompLast(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Deprecated. Use StringUtils.chomp(String,String) instead. + Method will be removed in Commons Lang 3.0. +
    chop(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Remove the last character from a String. +
    chopNewline(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Deprecated. Use StringUtils.chomp(String) instead. + Method will be removed in Commons Lang 3.0. +
    clean(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Deprecated. Use the clearer named StringUtils.trimToEmpty(String). + Method will be removed in Commons Lang 3.0. +
    clear(int) - +Method in class org.apache.commons.lang.BitField +
    Clears the bits. +
    clear() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Clears the string builder (convenience Collections API style method). +
    clearByte(byte) - +Method in class org.apache.commons.lang.BitField +
    Clears the bits. +
    clearShort(short) - +Method in class org.apache.commons.lang.BitField +
    Clears the bits. +
    clone(Object[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Shallow clones an array returning a typecast result and handling + null. +
    clone(long[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Clones an array returning a typecast result and handling + null. +
    clone(int[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Clones an array returning a typecast result and handling + null. +
    clone(short[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Clones an array returning a typecast result and handling + null. +
    clone(char[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Clones an array returning a typecast result and handling + null. +
    clone(byte[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Clones an array returning a typecast result and handling + null. +
    clone(double[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Clones an array returning a typecast result and handling + null. +
    clone(float[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Clones an array returning a typecast result and handling + null. +
    clone(boolean[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Clones an array returning a typecast result and handling + null. +
    clone(Serializable) - +Static method in class org.apache.commons.lang.SerializationUtils +
    Deep clone an Object using serialization. +
    clone() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Creates a new instance of this Tokenizer. +
    commaMatcher() - +Static method in class org.apache.commons.lang.text.StrMatcher +
    Returns a matcher which matches the comma character. +
    compare(double, double) - +Static method in class org.apache.commons.lang.NumberUtils +
    Deprecated. Compares two doubles for order. +
    compare(float, float) - +Static method in class org.apache.commons.lang.NumberUtils +
    Deprecated. Compares two floats for order. +
    compare(double, double) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Compares two doubles for order. +
    compare(float, float) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Compares two floats for order. +
    compareTo(Object) - +Method in class org.apache.commons.lang.enum.Enum +
    Deprecated. Tests for order. +
    compareTo(Object) - +Method in class org.apache.commons.lang.enum.ValuedEnum +
    Deprecated. Tests for order. +
    compareTo(Object) - +Method in class org.apache.commons.lang.enums.Enum +
    Tests for order. +
    compareTo(Object) - +Method in class org.apache.commons.lang.enums.ValuedEnum +
    Tests for order. +
    compareTo(Object) - +Method in class org.apache.commons.lang.math.Fraction +
    Compares this object to another based on size. +
    compareTo(Object) - +Method in class org.apache.commons.lang.mutable.MutableBoolean +
    Compares this mutable to another in ascending order. +
    compareTo(Object) - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Compares this mutable to another in ascending order. +
    compareTo(Object) - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Compares this mutable to another in ascending order. +
    compareTo(Object) - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Compares this mutable to another in ascending order. +
    compareTo(Object) - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Compares this mutable to another in ascending order. +
    compareTo(Object) - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Compares this mutable to another in ascending order. +
    compareTo(Object) - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Compares this mutable to another in ascending order. +
    concatenate(Object[]) - +Static method in class org.apache.commons.lang.StringUtils +
    Deprecated. Use the better named StringUtils.join(Object[]) instead. + Method will be removed in Commons Lang 3.0. +
    contains(Object[], Object) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if the object is in the given array. +
    contains(long[], long) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if the value is in the given array. +
    contains(int[], int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if the value is in the given array. +
    contains(short[], short) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if the value is in the given array. +
    contains(char[], char) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if the value is in the given array. +
    contains(byte[], byte) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if the value is in the given array. +
    contains(double[], double) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if the value is in the given array. +
    contains(double[], double, double) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if a value falling within the given tolerance is in the + given array. +
    contains(float[], float) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if the value is in the given array. +
    contains(boolean[], boolean) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if the value is in the given array. +
    contains(char) - +Method in class org.apache.commons.lang.CharRange +
    Is the character specified contained in this range. +
    contains(CharRange) - +Method in class org.apache.commons.lang.CharRange +
    Are all the characters of the passed in range contained in + this range. +
    contains(char) - +Method in class org.apache.commons.lang.CharSet +
    Does the CharSet contain the specified + character ch. +
    contains(String, char) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if String contains a search character, handling null. +
    contains(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if String contains a search String, handling null. +
    contains(char) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Checks if the string builder contains the specified char. +
    contains(String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Checks if the string builder contains the specified string. +
    contains(StrMatcher) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Checks if the string builder contains a string matched using the + specified matcher. +
    containsAny(String, char[]) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if the String contains any character in the given + set of characters. +
    containsAny(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    + Checks if the String contains any character in the given set of characters. +
    containsDouble(double) - +Method in class org.apache.commons.lang.math.DoubleRange +
    Tests whether the specified double occurs within + this range using double comparison. +
    containsDouble(Number) - +Method in class org.apache.commons.lang.math.Range +
    Tests whether the specified Number occurs within + this range using double comparison.. +
    containsDouble(double) - +Method in class org.apache.commons.lang.math.Range +
    Tests whether the specified double occurs within + this range using double comparison. +
    containsFloat(float) - +Method in class org.apache.commons.lang.math.FloatRange +
    Tests whether the specified float occurs within + this range using float comparison. +
    containsFloat(Number) - +Method in class org.apache.commons.lang.math.Range +
    Tests whether the specified Number occurs within + this range using float comparison. +
    containsFloat(float) - +Method in class org.apache.commons.lang.math.Range +
    Tests whether the specified float occurs within + this range using float comparison. +
    containsIgnoreCase(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if String contains a search String irrespective of case, + handling null. +
    containsInteger(int) - +Method in class org.apache.commons.lang.math.IntRange +
    Tests whether the specified int occurs within + this range using int comparison. +
    containsInteger(Number) - +Method in class org.apache.commons.lang.math.Range +
    Tests whether the specified Number occurs within + this range using int comparison.. +
    containsInteger(int) - +Method in class org.apache.commons.lang.math.Range +
    Tests whether the specified int occurs within + this range using int comparison. +
    containsLong(long) - +Method in class org.apache.commons.lang.math.LongRange +
    Tests whether the specified long occurs within + this range using long comparison. +
    containsLong(Number) - +Method in class org.apache.commons.lang.math.Range +
    Tests whether the specified Number occurs within + this range using long comparison.. +
    containsLong(long) - +Method in class org.apache.commons.lang.math.Range +
    Tests whether the specified long occurs within + this range using long comparison. +
    containsNone(String, char[]) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks that the String does not contain certain characters. +
    containsNone(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks that the String does not contain certain characters. +
    containsNumber(Number) - +Method in class org.apache.commons.lang.math.DoubleRange +
    Tests whether the specified number occurs within + this range using double comparison. +
    containsNumber(Number) - +Method in class org.apache.commons.lang.math.FloatRange +
    Tests whether the specified number occurs within + this range using float comparison. +
    containsNumber(Number) - +Method in class org.apache.commons.lang.math.IntRange +
    Tests whether the specified number occurs within + this range using int comparison. +
    containsNumber(Number) - +Method in class org.apache.commons.lang.math.LongRange +
    Tests whether the specified number occurs within + this range using long comparison. +
    containsNumber(Number) - +Method in class org.apache.commons.lang.math.NumberRange +
    Tests whether the specified number occurs within + this range. +
    containsNumber(Number) - +Method in class org.apache.commons.lang.math.Range +
    Tests whether the specified Number occurs within + this range. +
    containsOnly(String, char[]) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if the String contains only certain characters. +
    containsOnly(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if the String contains only certain characters. +
    containsRange(Range) - +Method in class org.apache.commons.lang.math.DoubleRange +
    Tests whether the specified range occurs entirely within this range + using double comparison. +
    containsRange(Range) - +Method in class org.apache.commons.lang.math.FloatRange +
    Tests whether the specified range occurs entirely within this range + using float comparison. +
    containsRange(Range) - +Method in class org.apache.commons.lang.math.IntRange +
    Tests whether the specified range occurs entirely within this range + using int comparison. +
    containsRange(Range) - +Method in class org.apache.commons.lang.math.LongRange +
    Tests whether the specified range occurs entirely within this range + using long comparison. +
    containsRange(Range) - +Method in class org.apache.commons.lang.math.Range +
    Tests whether the specified range occurs entirely within this range. +
    convertClassNamesToClasses(List) - +Static method in class org.apache.commons.lang.ClassUtils +
    Given a List of class names, this method converts them into classes. +
    convertClassesToClassNames(List) - +Static method in class org.apache.commons.lang.ClassUtils +
    Given a List of Class objects, this method converts + them into class names. +
    count(String, String) - +Static method in class org.apache.commons.lang.CharSetUtils +
    Takes an argument in set-syntax, see evaluateSet, + and returns the number of characters present in the specified string. +
    count(String, String[]) - +Static method in class org.apache.commons.lang.CharSetUtils +
    Takes an argument in set-syntax, see evaluateSet, + and returns the number of characters present in the specified string. +
    countMatches(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Counts how many times the substring appears in the larger String. +
    countriesByLanguage(String) - +Static method in class org.apache.commons.lang.LocaleUtils +
    Obtains the list of countries supported for a given language. +
    createBigDecimal(String) - +Static method in class org.apache.commons.lang.NumberUtils +
    Deprecated. Convert a String to a BigDecimal. +
    createBigDecimal(String) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Convert a String to a BigDecimal. +
    createBigInteger(String) - +Static method in class org.apache.commons.lang.NumberUtils +
    Deprecated. Convert a String to a BigInteger. +
    createBigInteger(String) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Convert a String to a BigInteger. +
    createDouble(String) - +Static method in class org.apache.commons.lang.NumberUtils +
    Deprecated. Convert a String to a Double. +
    createDouble(String) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Convert a String to a Double. +
    createFloat(String) - +Static method in class org.apache.commons.lang.NumberUtils +
    Deprecated. Convert a String to a Float. +
    createFloat(String) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Convert a String to a Float. +
    createInteger(String) - +Static method in class org.apache.commons.lang.NumberUtils +
    Deprecated. Convert a String to a Integer, handling + hex and octal notations. +
    createInteger(String) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Convert a String to a Integer, handling + hex and octal notations. +
    createLong(String) - +Static method in class org.apache.commons.lang.NumberUtils +
    Deprecated. Convert a String to a Long. +
    createLong(String) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Convert a String to a Long. +
    createNumber(String) - +Static method in class org.apache.commons.lang.NumberUtils +
    Deprecated. Turns a string value into a java.lang.Number. +
    createNumber(String) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Turns a string value into a java.lang.Number. +
    +
    +

    +D

    +
    +
    DEFAULT_ESCAPE - +Static variable in class org.apache.commons.lang.text.StrSubstitutor +
    Constant for the default escape character. +
    DEFAULT_PREFIX - +Static variable in class org.apache.commons.lang.text.StrSubstitutor +
    Constant for the default variable prefix. +
    DEFAULT_STYLE - +Static variable in class org.apache.commons.lang.builder.ToStringStyle +
    The default toString style. +
    DEFAULT_SUFFIX - +Static variable in class org.apache.commons.lang.text.StrSubstitutor +
    Constant for the default variable suffix. +
    DOUBLE_MINUS_ONE - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Double constant for minus one. +
    DOUBLE_ONE - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Double constant for one. +
    DOUBLE_ZERO - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Double constant for zero. +
    DateFormatUtils - class org.apache.commons.lang.time.DateFormatUtils.
    Date and time formatting utilities and constants.
    DateFormatUtils() - +Constructor for class org.apache.commons.lang.time.DateFormatUtils +
    DateFormatUtils instances should NOT be constructed in standard programming. +
    DateUtils - class org.apache.commons.lang.time.DateUtils.
    A suite of utilities surrounding the use of the + Calendar and Date object.
    DateUtils() - +Constructor for class org.apache.commons.lang.time.DateUtils +
    DateUtils instances should NOT be constructed in + standard programming. +
    DoubleRange - class org.apache.commons.lang.math.DoubleRange.
    DoubleRange represents an inclusive range of doubles.
    DoubleRange(double) - +Constructor for class org.apache.commons.lang.math.DoubleRange +
    Constructs a new DoubleRange using the specified + number as both the minimum and maximum in this range. +
    DoubleRange(Number) - +Constructor for class org.apache.commons.lang.math.DoubleRange +
    Constructs a new DoubleRange using the specified + number as both the minimum and maximum in this range. +
    DoubleRange(double, double) - +Constructor for class org.apache.commons.lang.math.DoubleRange +
    Constructs a new DoubleRange with the specified + minimum and maximum numbers (both inclusive). +
    DoubleRange(Number, Number) - +Constructor for class org.apache.commons.lang.math.DoubleRange +
    Constructs a new DoubleRange with the specified + minimum and maximum numbers (both inclusive). +
    DurationFormatUtils - class org.apache.commons.lang.time.DurationFormatUtils.
    Duration formatting utilities and constants.
    DurationFormatUtils() - +Constructor for class org.apache.commons.lang.time.DurationFormatUtils +
    DurationFormatUtils instances should NOT be constructed in standard programming. +
    decrement() - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Decrements the value. +
    decrement() - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Decrements the value. +
    decrement() - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Decrements the value. +
    decrement() - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Decrements the value. +
    decrement() - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Decrements the value. +
    decrement() - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Decrements the value. +
    defaultIfEmpty(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Returns either the passed in String, or if the String is + empty or null, the value of defaultStr. +
    defaultIfNull(Object, Object) - +Static method in class org.apache.commons.lang.ObjectUtils +
    Returns a default value if the object passed is + null. +
    defaultString(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Returns either the passed in String, + or if the String is null, an empty String (""). +
    defaultString(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Returns either the passed in String, or if the String is + null, the value of defaultStr. +
    delegate - +Variable in class org.apache.commons.lang.exception.NestableError +
    The helper instance which contains much of the code which we + delegate to. +
    delegate - +Variable in class org.apache.commons.lang.exception.NestableException +
    The helper instance which contains much of the code which we + delegate to. +
    delegate - +Variable in class org.apache.commons.lang.exception.NestableRuntimeException +
    The helper instance which contains much of the code which we + delegate to. +
    delete(String, String) - +Static method in class org.apache.commons.lang.CharSetUtils +
    Takes an argument in set-syntax, see evaluateSet, + and deletes any of characters present in the specified string. +
    delete(String, String[]) - +Static method in class org.apache.commons.lang.CharSetUtils +
    Takes an argument in set-syntax, see evaluateSet, + and deletes any of characters present in the specified string. +
    delete(int, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Deletes the characters between the two specified indices. +
    deleteAll(char) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Deletes the character wherever it occurs in the builder. +
    deleteAll(String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Deletes the string wherever it occurs in the builder. +
    deleteAll(StrMatcher) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Deletes all parts of the builder that the matcher matches. +
    deleteCharAt(int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Deletes the character at the specified index. +
    deleteFirst(char) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Deletes the character wherever it occurs in the builder. +
    deleteFirst(String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Deletes the string wherever it occurs in the builder. +
    deleteFirst(StrMatcher) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Deletes the first match within the builder using the specified matcher. +
    deleteSpaces(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Deprecated. Use the better localized StringUtils.deleteWhitespace(String). + Method will be removed in Commons Lang 3.0. +
    deleteWhitespace(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Deletes all whitespaces from a String as defined by + Character.isWhitespace(char). +
    deserialize(InputStream) - +Static method in class org.apache.commons.lang.SerializationUtils +
    Deserializes an Object from the specified stream. +
    deserialize(byte[]) - +Static method in class org.apache.commons.lang.SerializationUtils +
    Deserializes a single Object from an array of bytes. +
    difference(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Compares two Strings, and returns the portion where they differ. +
    divideBy(Fraction) - +Method in class org.apache.commons.lang.math.Fraction +
    Divide the value of this fraction by another. +
    doubleQuoteMatcher() - +Static method in class org.apache.commons.lang.text.StrMatcher +
    Returns a matcher which matches the double quote character. +
    doubleValue() - +Method in class org.apache.commons.lang.math.Fraction +
    Gets the fraction as a double. +
    doubleValue() - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Returns the value of this MutableByte as a double. +
    doubleValue() - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Returns the value of this MutableDouble as a double. +
    doubleValue() - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Returns the value of this MutableFloat as a double. +
    doubleValue() - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Returns the value of this MutableInt as a double. +
    doubleValue() - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Returns the value of this MutableLong as a double. +
    doubleValue() - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Returns the value of this MutableShort as a double. +
    +
    +

    +E

    +
    +
    EMPTY - +Static variable in class org.apache.commons.lang.CharSet +
    A CharSet defining no characters. +
    EMPTY - +Static variable in class org.apache.commons.lang.StringUtils +
    The empty String "". +
    EMPTY_BOOLEAN_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable boolean array. +
    EMPTY_BOOLEAN_OBJECT_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable Boolean array. +
    EMPTY_BYTE_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable byte array. +
    EMPTY_BYTE_OBJECT_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable Byte array. +
    EMPTY_CHARACTER_OBJECT_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable Character array. +
    EMPTY_CHAR_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable char array. +
    EMPTY_CLASS_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable Class array. +
    EMPTY_DOUBLE_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable double array. +
    EMPTY_DOUBLE_OBJECT_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable Double array. +
    EMPTY_FLOAT_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable float array. +
    EMPTY_FLOAT_OBJECT_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable Float array. +
    EMPTY_INTEGER_OBJECT_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable Integer array. +
    EMPTY_INT_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable int array. +
    EMPTY_LONG_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable long array. +
    EMPTY_LONG_OBJECT_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable Long array. +
    EMPTY_OBJECT_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable Object array. +
    EMPTY_SHORT_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable short array. +
    EMPTY_SHORT_OBJECT_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable Short array. +
    EMPTY_STRING_ARRAY - +Static variable in class org.apache.commons.lang.ArrayUtils +
    An empty immutable String array. +
    Enum - class org.apache.commons.lang.enum.Enum.
    Deprecated. Replaced by org.apache.commons.lang.enums.Enum + and will be removed in version 3.0. All classes in this package are deprecated and repackaged to + org.apache.commons.lang.enums since enum is a Java 1.5 keyword.
    Enum(String) - +Constructor for class org.apache.commons.lang.enum.Enum +
    Deprecated. Constructor to add a new named item to the enumeration. +
    Enum - class org.apache.commons.lang.enums.Enum.
    Abstract superclass for type-safe enums.
    Enum(String) - +Constructor for class org.apache.commons.lang.enums.Enum +
    Constructor to add a new named item to the enumeration. +
    EnumUtils - class org.apache.commons.lang.enum.EnumUtils.
    Deprecated. Replaced by org.apache.commons.lang.enums.EnumUtils + and will be removed in version 3.0. All classes in this package are deprecated and repackaged to + org.apache.commons.lang.enums since enum is a Java 1.5 keyword.
    EnumUtils() - +Constructor for class org.apache.commons.lang.enum.EnumUtils +
    Deprecated. Public constructor. +
    EnumUtils - class org.apache.commons.lang.enums.EnumUtils.
    Utility class for accessing and manipulating Enums.
    EnumUtils() - +Constructor for class org.apache.commons.lang.enums.EnumUtils +
    Public constructor. +
    EqualsBuilder - class org.apache.commons.lang.builder.EqualsBuilder.
    Assists in implementing Object.equals(Object) methods.
    EqualsBuilder() - +Constructor for class org.apache.commons.lang.builder.EqualsBuilder +
    Constructor for EqualsBuilder. +
    ExceptionUtils - class org.apache.commons.lang.exception.ExceptionUtils.
    Provides utilities for manipulating and examining + Throwable objects.
    ExceptionUtils() - +Constructor for class org.apache.commons.lang.exception.ExceptionUtils +
    + Public constructor allows an instance of ExceptionUtils to be created, although that is not + normally necessary. +
    ExtendedMessageFormat - class org.apache.commons.lang.text.ExtendedMessageFormat.
    Extends java.text.MessageFormat to allow pluggable/additional formatting + options for embedded format elements.
    ExtendedMessageFormat(String) - +Constructor for class org.apache.commons.lang.text.ExtendedMessageFormat +
    Create a new ExtendedMessageFormat for the default locale. +
    ExtendedMessageFormat(String, Locale) - +Constructor for class org.apache.commons.lang.text.ExtendedMessageFormat +
    Create a new ExtendedMessageFormat. +
    ExtendedMessageFormat(String, Map) - +Constructor for class org.apache.commons.lang.text.ExtendedMessageFormat +
    Create a new ExtendedMessageFormat for the default locale. +
    ExtendedMessageFormat(String, Locale, Map) - +Constructor for class org.apache.commons.lang.text.ExtendedMessageFormat +
    Create a new ExtendedMessageFormat. +
    endsWith(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Check if a String ends with a specified suffix. +
    endsWith(String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Checks whether this builder ends with the specified string. +
    endsWithIgnoreCase(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Case insensitive check if a String ends with a specified suffix. +
    ensureCapacity(int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Checks the capacity and ensures that it is at least the size specified. +
    equals(Object) - +Method in class org.apache.commons.lang.CharRange +
    Compares two CharRange objects, returning true if they represent + exactly the same range of characters defined in the same way. +
    equals(Object) - +Method in class org.apache.commons.lang.CharSet +
    Compares two CharSet objects, returning true if they represent + exactly the same set of characters defined in the same way. +
    equals(Object) - +Method in class org.apache.commons.lang.NumberRange +
    Deprecated. Indicates whether some other Object is + "equal" to this one. +
    equals(Object, Object) - +Static method in class org.apache.commons.lang.ObjectUtils +
    Compares two objects for equality, where either one or both + objects may be null. +
    equals(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Compares two Strings, returning true if they are equal. +
    equals(Object) - +Method in class org.apache.commons.lang.enum.Enum +
    Deprecated. Tests for equality. +
    equals(Object) - +Method in class org.apache.commons.lang.enums.Enum +
    Tests for equality. +
    equals(Object) - +Method in class org.apache.commons.lang.math.DoubleRange +
    Compares this range to another object to test if they are equal. +
    equals(Object) - +Method in class org.apache.commons.lang.math.FloatRange +
    Compares this range to another object to test if they are equal. +
    equals(Object) - +Method in class org.apache.commons.lang.math.Fraction +
    Compares this fraction to another object to test if they are equal. +
    equals(Object) - +Method in class org.apache.commons.lang.math.IntRange +
    Compares this range to another object to test if they are equal. +
    equals(Object) - +Method in class org.apache.commons.lang.math.LongRange +
    Compares this range to another object to test if they are equal. +
    equals(Object) - +Method in class org.apache.commons.lang.math.NumberRange +
    Compares this range to another object to test if they are equal. +
    equals(Object) - +Method in class org.apache.commons.lang.math.Range +
    Compares this range to another object to test if they are equal. +
    equals(Object) - +Method in class org.apache.commons.lang.mutable.MutableBoolean +
    Compares this object to the specified object. +
    equals(Object) - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Compares this object against the specified object. +
    equals(Object) - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Compares this object against the specified object. +
    equals(Object) - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Compares this object against some other object. +
    equals(Object) - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Compares this object to the specified object. +
    equals(Object) - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Compares this object against the specified object. +
    equals(Object) - +Method in class org.apache.commons.lang.mutable.MutableObject +
    Compares this object against the specified object. +
    equals(Object) - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Compares this object against the specified object. +
    equals(StrBuilder) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Checks the contents of this builder against another to see if they + contain the same character content. +
    equals(Object) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Checks the contents of this builder against another to see if they + contain the same character content. +
    equals(Object) - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Compares two objects for equality. +
    equalsIgnoreCase(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Compares two Strings, returning true if they are equal ignoring + the case. +
    equalsIgnoreCase(StrBuilder) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Checks the contents of this builder against another to see if they + contain the same character content ignoring case. +
    escape(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Deprecated. Use StringEscapeUtils.escapeJava(String) + This method will be removed in Commons Lang 3.0 +
    escapeCsv(String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Returns a String value for a CSV column enclosed in double quotes, + if required. +
    escapeCsv(Writer, String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Writes a String value for a CSV column enclosed in double quotes, + if required. +
    escapeHtml(String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Escapes the characters in a String using HTML entities. +
    escapeHtml(Writer, String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Escapes the characters in a String using HTML entities and writes + them to a Writer. +
    escapeJava(String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Escapes the characters in a String using Java String rules. +
    escapeJava(Writer, String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Escapes the characters in a String using Java String rules to + a Writer. +
    escapeJavaScript(String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Escapes the characters in a String using JavaScript String rules. +
    escapeJavaScript(Writer, String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Escapes the characters in a String using JavaScript String rules + to a Writer. +
    escapeSql(String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Escapes the characters in a String to be suitable to pass to + an SQL query. +
    escapeXml(Writer, String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Escapes the characters in a String using XML entities. +
    escapeXml(String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Escapes the characters in a String using XML entities. +
    evaluateSet(String[]) - +Static method in class org.apache.commons.lang.CharSetUtils +
    Deprecated. Use CharSet.getInstance(String[]). + Method will be removed in Commons Lang 3.0. +
    +
    +

    +F

    +
    +
    FILE_ENCODING - +Static variable in class org.apache.commons.lang.SystemUtils +
    The file.encoding System Property. +
    FILE_SEPARATOR - +Static variable in class org.apache.commons.lang.SystemUtils +
    The file.separator System Property. +
    FLOAT_MINUS_ONE - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Float constant for minus one. +
    FLOAT_ONE - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Float constant for one. +
    FLOAT_ZERO - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Float constant for zero. +
    FOUR_FIFTHS - +Static variable in class org.apache.commons.lang.math.Fraction +
    Fraction representation of 4/5. +
    FULL - +Static variable in class org.apache.commons.lang.time.FastDateFormat +
    FULL locale dependent date or time style. +
    FastDateFormat - class org.apache.commons.lang.time.FastDateFormat.
    FastDateFormat is a fast and thread-safe version of + SimpleDateFormat.
    FastDateFormat(String, TimeZone, Locale) - +Constructor for class org.apache.commons.lang.time.FastDateFormat +
    Constructs a new FastDateFormat. +
    FloatRange - class org.apache.commons.lang.math.FloatRange.
    FloatRange represents an inclusive range of floats.
    FloatRange(float) - +Constructor for class org.apache.commons.lang.math.FloatRange +
    Constructs a new FloatRange using the specified + number as both the minimum and maximum in this range. +
    FloatRange(Number) - +Constructor for class org.apache.commons.lang.math.FloatRange +
    Constructs a new FloatRange using the specified + number as both the minimum and maximum in this range. +
    FloatRange(float, float) - +Constructor for class org.apache.commons.lang.math.FloatRange +
    Constructs a new FloatRange with the specified + minimum and maximum numbers (both inclusive). +
    FloatRange(Number, Number) - +Constructor for class org.apache.commons.lang.math.FloatRange +
    Constructs a new FloatRange with the specified + minimum and maximum numbers (both inclusive). +
    FormatFactory - interface org.apache.commons.lang.text.FormatFactory.
    Format factory.
    Fraction - class org.apache.commons.lang.math.Fraction.
    Fraction is a Number implementation that + stores fractions accurately.
    floatValue() - +Method in class org.apache.commons.lang.math.Fraction +
    Gets the fraction as a float. +
    floatValue() - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Returns the value of this MutableByte as a float. +
    floatValue() - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Returns the value of this MutableDouble as a float. +
    floatValue() - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Returns the value of this MutableFloat as a float. +
    floatValue() - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Returns the value of this MutableInt as a float. +
    floatValue() - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Returns the value of this MutableLong as a float. +
    floatValue() - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Returns the value of this MutableShort as a float. +
    format(Object, StringBuffer, FieldPosition) - +Method in class org.apache.commons.lang.text.CompositeFormat +
    Uses the formatter Format instance. +
    format(long, String) - +Static method in class org.apache.commons.lang.time.DateFormatUtils +
    Formats a date/time into a specific pattern. +
    format(Date, String) - +Static method in class org.apache.commons.lang.time.DateFormatUtils +
    Formats a date/time into a specific pattern. +
    format(Calendar, String) - +Static method in class org.apache.commons.lang.time.DateFormatUtils +
    Formats a calendar into a specific pattern. +
    format(long, String, TimeZone) - +Static method in class org.apache.commons.lang.time.DateFormatUtils +
    Formats a date/time into a specific pattern in a time zone. +
    format(Date, String, TimeZone) - +Static method in class org.apache.commons.lang.time.DateFormatUtils +
    Formats a date/time into a specific pattern in a time zone. +
    format(Calendar, String, TimeZone) - +Static method in class org.apache.commons.lang.time.DateFormatUtils +
    Formats a calendar into a specific pattern in a time zone. +
    format(long, String, Locale) - +Static method in class org.apache.commons.lang.time.DateFormatUtils +
    Formats a date/time into a specific pattern in a locale. +
    format(Date, String, Locale) - +Static method in class org.apache.commons.lang.time.DateFormatUtils +
    Formats a date/time into a specific pattern in a locale. +
    format(Calendar, String, Locale) - +Static method in class org.apache.commons.lang.time.DateFormatUtils +
    Formats a calendar into a specific pattern in a locale. +
    format(long, String, TimeZone, Locale) - +Static method in class org.apache.commons.lang.time.DateFormatUtils +
    Formats a date/time into a specific pattern in a time zone and locale. +
    format(Date, String, TimeZone, Locale) - +Static method in class org.apache.commons.lang.time.DateFormatUtils +
    Formats a date/time into a specific pattern in a time zone and locale. +
    format(Calendar, String, TimeZone, Locale) - +Static method in class org.apache.commons.lang.time.DateFormatUtils +
    Formats a calendar into a specific pattern in a time zone and locale. +
    format(Object, StringBuffer, FieldPosition) - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Formats a Date, Calendar or + Long (milliseconds) object. +
    format(long) - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Formats a millisecond long value. +
    format(Date) - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Formats a Date object. +
    format(Calendar) - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Formats a Calendar object. +
    format(long, StringBuffer) - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Formats a milliseond long value into the + supplied StringBuffer. +
    format(Date, StringBuffer) - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Formats a Date object into the + supplied StringBuffer. +
    format(Calendar, StringBuffer) - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Formats a Calendar object into the + supplied StringBuffer. +
    formatDuration(long, String) - +Static method in class org.apache.commons.lang.time.DurationFormatUtils +
    Formats the time gap as a string, using the specified format, and padding with zeros and + using the default timezone. +
    formatDuration(long, String, boolean) - +Static method in class org.apache.commons.lang.time.DurationFormatUtils +
    Formats the time gap as a string, using the specified format. +
    formatDurationHMS(long) - +Static method in class org.apache.commons.lang.time.DurationFormatUtils +
    Formats the time gap as a string. +
    formatDurationISO(long) - +Static method in class org.apache.commons.lang.time.DurationFormatUtils +
    Formats the time gap as a string. +
    formatDurationWords(long, boolean, boolean) - +Static method in class org.apache.commons.lang.time.DurationFormatUtils +
    Formats an elapsed time into a plurialization correct string. +
    formatPeriod(long, long, String) - +Static method in class org.apache.commons.lang.time.DurationFormatUtils +
    Formats the time gap as a string, using the specified format. +
    formatPeriod(long, long, String, boolean, TimeZone) - +Static method in class org.apache.commons.lang.time.DurationFormatUtils +
    Formats the time gap as a string, using the specified format. +
    formatPeriodISO(long, long) - +Static method in class org.apache.commons.lang.time.DurationFormatUtils +
    Formats the time gap as a string. +
    formatUTC(long, String) - +Static method in class org.apache.commons.lang.time.DateFormatUtils +
    Formats a date/time into a specific pattern using the UTC time zone. +
    formatUTC(Date, String) - +Static method in class org.apache.commons.lang.time.DateFormatUtils +
    Formats a date/time into a specific pattern using the UTC time zone. +
    formatUTC(long, String, Locale) - +Static method in class org.apache.commons.lang.time.DateFormatUtils +
    Formats a date/time into a specific pattern using the UTC time zone. +
    formatUTC(Date, String, Locale) - +Static method in class org.apache.commons.lang.time.DateFormatUtils +
    Formats a date/time into a specific pattern using the UTC time zone. +
    +
    +

    +G

    +
    +
    getAllInterfaces(Class) - +Static method in class org.apache.commons.lang.ClassUtils +
    Gets a List of all interfaces implemented by the given + class and its superclasses. +
    getAllSuperclasses(Class) - +Static method in class org.apache.commons.lang.ClassUtils +
    Gets a List of superclasses for the given class. +
    getArrayEnd() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets the array end text. +
    getArrayEnd() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets the array end text. +
    getArraySeparator() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets the array separator text. +
    getArraySeparator() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets the array separator text. +
    getArrayStart() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets the array start text. +
    getArrayStart() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets the array start text. +
    getCSVInstance() - +Static method in class org.apache.commons.lang.text.StrTokenizer +
    Gets a new tokenizer instance which parses Comma Separated Value strings + initializing it with the given input. +
    getCSVInstance(String) - +Static method in class org.apache.commons.lang.text.StrTokenizer +
    Gets a new tokenizer instance which parses Comma Separated Value strings + initializing it with the given input. +
    getCSVInstance(char[]) - +Static method in class org.apache.commons.lang.text.StrTokenizer +
    Gets a new tokenizer instance which parses Comma Separated Value strings + initializing it with the given input. +
    getCause() - +Method in class org.apache.commons.lang.NotImplementedException +
    Gets the root cause of this exception. +
    getCause(Throwable) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Introspects the Throwable to obtain the cause. +
    getCause(Throwable, String[]) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Introspects the Throwable to obtain the cause. +
    getCause() - +Method in interface org.apache.commons.lang.exception.Nestable +
    Returns the reference to the exception or error that caused the + exception implementing the Nestable to be thrown. +
    getCause() - +Method in class org.apache.commons.lang.exception.NestableError +
    +
    getCause() - +Method in class org.apache.commons.lang.exception.NestableException +
    +
    getCause() - +Method in class org.apache.commons.lang.exception.NestableRuntimeException +
    +
    getCharRanges() - +Method in class org.apache.commons.lang.CharSet +
    Gets the internal set as an array of CharRange objects. +
    getChars(char[]) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Copies the character array into the specified array. +
    getChars(int, int, char[], int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Copies the character array into the specified array. +
    getChomp(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Deprecated. Use StringUtils.substringAfterLast(String, String) instead + (although this doesn't include the separator) + Method will be removed in Commons Lang 3.0. +
    getClass(ClassLoader, String, boolean) - +Static method in class org.apache.commons.lang.ClassUtils +
    Returns the class represented by className using the + classLoader. +
    getClass(ClassLoader, String) - +Static method in class org.apache.commons.lang.ClassUtils +
    Returns the (initialized) class represented by className + using the classLoader. +
    getClass(String) - +Static method in class org.apache.commons.lang.ClassUtils +
    Returns the (initialized )class represented by className + using the current thread's context class loader. +
    getClass(String, boolean) - +Static method in class org.apache.commons.lang.ClassUtils +
    Returns the class represented by className using the + current thread's context class loader. +
    getCommonPrefix(String[]) - +Static method in class org.apache.commons.lang.StringUtils +
    Compares all Strings in an array and returns the initial sequence of + characters that is common to all of them. +
    getContent() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Gets the String content that the tokenizer is parsing. +
    getContentEnd() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets the content end text. +
    getContentEnd() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets the content end text. +
    getContentStart() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets the content start text. +
    getContentStart() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets the content start text. +
    getDateInstance(int) - +Static method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a date formatter instance using the specified style in the + default time zone and locale. +
    getDateInstance(int, Locale) - +Static method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a date formatter instance using the specified style and + locale in the default time zone. +
    getDateInstance(int, TimeZone) - +Static method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a date formatter instance using the specified style and + time zone in the default locale. +
    getDateInstance(int, TimeZone, Locale) - +Static method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a date formatter instance using the specified style, time + zone and locale. +
    getDateTimeInstance(int, int) - +Static method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a date/time formatter instance using the specified style + in the default time zone and locale. +
    getDateTimeInstance(int, int, Locale) - +Static method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a date/time formatter instance using the specified style and + locale in the default time zone. +
    getDateTimeInstance(int, int, TimeZone) - +Static method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a date/time formatter instance using the specified style and + time zone in the default locale. +
    getDateTimeInstance(int, int, TimeZone, Locale) - +Static method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a date/time formatter instance using the specified style, + time zone and locale. +
    getDefaultStyle() - +Static method in class org.apache.commons.lang.builder.ToStringBuilder +
    Gets the default ToStringStyle to use. +
    getDelimiterMatcher() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Gets the field delimiter matcher. +
    getDenominator() - +Method in class org.apache.commons.lang.math.Fraction +
    Gets the denominator part of the fraction. +
    getEnd() - +Method in class org.apache.commons.lang.CharRange +
    Gets the end character for this character range. +
    getEnum(Class, String) - +Static method in class org.apache.commons.lang.enum.Enum +
    Deprecated. Gets an Enum object by class and name. +
    getEnum(Class, String) - +Static method in class org.apache.commons.lang.enum.EnumUtils +
    Deprecated. Gets an Enum object by class and name. +
    getEnum(Class, int) - +Static method in class org.apache.commons.lang.enum.EnumUtils +
    Deprecated. Gets a ValuedEnum object by class and value. +
    getEnum(Class, int) - +Static method in class org.apache.commons.lang.enum.ValuedEnum +
    Deprecated. Gets an Enum object by class and value. +
    getEnum(Class, String) - +Static method in class org.apache.commons.lang.enums.Enum +
    Gets an Enum object by class and name. +
    getEnum(Class, String) - +Static method in class org.apache.commons.lang.enums.EnumUtils +
    Gets an Enum object by class and name. +
    getEnum(Class, int) - +Static method in class org.apache.commons.lang.enums.EnumUtils +
    Gets a ValuedEnum object by class and value. +
    getEnum(Class, int) - +Static method in class org.apache.commons.lang.enums.ValuedEnum +
    Gets an Enum object by class and value. +
    getEnumClass() - +Method in class org.apache.commons.lang.enum.Enum +
    Deprecated. Retrieves the Class of this Enum item, set in the constructor. +
    getEnumClass() - +Method in class org.apache.commons.lang.enums.Enum +
    Retrieves the Class of this Enum item, set in the constructor. +
    getEnumList(Class) - +Static method in class org.apache.commons.lang.enum.Enum +
    Deprecated. Gets the List of Enum objects using the + Enum class. +
    getEnumList(Class) - +Static method in class org.apache.commons.lang.enum.EnumUtils +
    Deprecated. Gets the List of Enum objects using + the Enum class. +
    getEnumList(Class) - +Static method in class org.apache.commons.lang.enums.Enum +
    Gets the List of Enum objects using the + Enum class. +
    getEnumList(Class) - +Static method in class org.apache.commons.lang.enums.EnumUtils +
    Gets the List of Enum objects using + the Enum class. +
    getEnumMap(Class) - +Static method in class org.apache.commons.lang.enum.Enum +
    Deprecated. Gets the Map of Enum objects by + name using the Enum class. +
    getEnumMap(Class) - +Static method in class org.apache.commons.lang.enum.EnumUtils +
    Deprecated. Gets the Map of Enum objects by + name using the Enum class. +
    getEnumMap(Class) - +Static method in class org.apache.commons.lang.enums.Enum +
    Gets the Map of Enum objects by + name using the Enum class. +
    getEnumMap(Class) - +Static method in class org.apache.commons.lang.enums.EnumUtils +
    Gets the Map of Enum objects by + name using the Enum class. +
    getEscapeChar() - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Returns the escape character. +
    getExcludeFieldNames() - +Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
      +
    getFieldNameValueSeparator() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets the field name value separator text. +
    getFieldNameValueSeparator() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets the field name value separator text. +
    getFieldSeparator() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets the field separator text. +
    getFieldSeparator() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets the field separator text. +
    getFormat(String, String, Locale) - +Method in interface org.apache.commons.lang.text.FormatFactory +
    Create or retrieve a format instance. +
    getFormatter() - +Method in class org.apache.commons.lang.text.CompositeFormat +
    Provides access to the parser Format implementation. +
    getFraction(int, int) - +Static method in class org.apache.commons.lang.math.Fraction +
    Creates a Fraction instance with the 2 parts + of a fraction Y/Z. +
    getFraction(int, int, int) - +Static method in class org.apache.commons.lang.math.Fraction +
    Creates a Fraction instance with the 3 parts + of a fraction X Y/Z. +
    getFraction(double) - +Static method in class org.apache.commons.lang.math.Fraction +
    Creates a Fraction instance from a double value. +
    getFraction(String) - +Static method in class org.apache.commons.lang.math.Fraction +
    Creates a Fraction from a String. +
    getFragmentInDays(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Returns the number of days within the + fragment. +
    getFragmentInDays(Calendar, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Returns the number of days within the + fragment. +
    getFragmentInHours(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Returns the number of hours within the + fragment. +
    getFragmentInHours(Calendar, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Returns the number of hours within the + fragment. +
    getFragmentInMilliseconds(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Returns the number of milliseconds within the + fragment. +
    getFragmentInMilliseconds(Calendar, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Returns the number of milliseconds within the + fragment. +
    getFragmentInMinutes(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Returns the number of minutes within the + fragment. +
    getFragmentInMinutes(Calendar, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Returns the number of minutes within the + fragment. +
    getFragmentInSeconds(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Returns the number of seconds within the + fragment. +
    getFragmentInSeconds(Calendar, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Returns the number of seconds within the + fragment. +
    getFullStackTrace(Throwable) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    A way to get the entire nested stack-trace of an throwable. +
    getIgnoredMatcher() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Gets the ignored character matcher. +
    getInstance(String) - +Static method in class org.apache.commons.lang.CharSet +
    Factory method to create a new CharSet using a special syntax. +
    getInstance(String[]) - +Static method in class org.apache.commons.lang.CharSet +
    Constructs a new CharSet using the set syntax. +
    getInstance() - +Static method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a formatter instance using the default pattern in the + default locale. +
    getInstance(String) - +Static method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a formatter instance using the specified pattern in the + default locale. +
    getInstance(String, TimeZone) - +Static method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a formatter instance using the specified pattern and + time zone. +
    getInstance(String, Locale) - +Static method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a formatter instance using the specified pattern and + locale. +
    getInstance(String, TimeZone, Locale) - +Static method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a formatter instance using the specified pattern, time zone + and locale. +
    getJavaHome() - +Static method in class org.apache.commons.lang.SystemUtils +
    Gets the Java home directory as a File. +
    getJavaIoTmpDir() - +Static method in class org.apache.commons.lang.SystemUtils +
    Gets the Java IO temporary directory as a File. +
    getJavaVersion() - +Static method in class org.apache.commons.lang.SystemUtils +
    Deprecated. Use SystemUtils.JAVA_VERSION_FLOAT instead. + Method will be removed in Commons Lang 3.0. +
    getLength(Object) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Returns the length of the specified array. +
    getLevenshteinDistance(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Find the Levenshtein distance between two Strings. +
    getLocale() - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Gets the locale used by this formatter. +
    getMaxLengthEstimate() - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Gets an estimate for the maximum string length that the + formatter will produce. +
    getMaximum() - +Method in class org.apache.commons.lang.NumberRange +
    Deprecated. Returns the maximum number in this range. +
    getMaximumDouble() - +Method in class org.apache.commons.lang.math.DoubleRange +
    Gets the maximum number in this range as a double. +
    getMaximumDouble() - +Method in class org.apache.commons.lang.math.FloatRange +
    Gets the maximum number in this range as a double. +
    getMaximumDouble() - +Method in class org.apache.commons.lang.math.IntRange +
    Gets the maximum number in this range as a double. +
    getMaximumDouble() - +Method in class org.apache.commons.lang.math.LongRange +
    Gets the maximum number in this range as a double. +
    getMaximumDouble() - +Method in class org.apache.commons.lang.math.Range +
    Gets the maximum number in this range as a double. +
    getMaximumFloat() - +Method in class org.apache.commons.lang.math.DoubleRange +
    Gets the maximum number in this range as a float. +
    getMaximumFloat() - +Method in class org.apache.commons.lang.math.FloatRange +
    Gets the maximum number in this range as a float. +
    getMaximumFloat() - +Method in class org.apache.commons.lang.math.IntRange +
    Gets the maximum number in this range as a float. +
    getMaximumFloat() - +Method in class org.apache.commons.lang.math.LongRange +
    Gets the maximum number in this range as a float. +
    getMaximumFloat() - +Method in class org.apache.commons.lang.math.Range +
    Gets the maximum number in this range as a float. +
    getMaximumInteger() - +Method in class org.apache.commons.lang.math.DoubleRange +
    Gets the maximum number in this range as a int. +
    getMaximumInteger() - +Method in class org.apache.commons.lang.math.FloatRange +
    Gets the maximum number in this range as a int. +
    getMaximumInteger() - +Method in class org.apache.commons.lang.math.IntRange +
    Gets the maximum number in this range as a int. +
    getMaximumInteger() - +Method in class org.apache.commons.lang.math.LongRange +
    Gets the maximum number in this range cast to an int. +
    getMaximumInteger() - +Method in class org.apache.commons.lang.math.Range +
    Gets the maximum number in this range as a int. +
    getMaximumLong() - +Method in class org.apache.commons.lang.math.DoubleRange +
    Gets the maximum number in this range as a long. +
    getMaximumLong() - +Method in class org.apache.commons.lang.math.FloatRange +
    Gets the maximum number in this range as a long. +
    getMaximumLong() - +Method in class org.apache.commons.lang.math.IntRange +
    Gets the maximum number in this range as a long. +
    getMaximumLong() - +Method in class org.apache.commons.lang.math.LongRange +
    Gets the maximum number in this range as a long. +
    getMaximumLong() - +Method in class org.apache.commons.lang.math.Range +
    Gets the maximum number in this range as a long. +
    getMaximumNumber() - +Method in class org.apache.commons.lang.math.DoubleRange +
    Returns the maximum number in this range. +
    getMaximumNumber() - +Method in class org.apache.commons.lang.math.FloatRange +
    Returns the maximum number in this range. +
    getMaximumNumber() - +Method in class org.apache.commons.lang.math.IntRange +
    Returns the maximum number in this range. +
    getMaximumNumber() - +Method in class org.apache.commons.lang.math.LongRange +
    Returns the maximum number in this range. +
    getMaximumNumber() - +Method in class org.apache.commons.lang.math.NumberRange +
    Returns the maximum number in this range. +
    getMaximumNumber() - +Method in class org.apache.commons.lang.math.Range +
    Gets the maximum number in this range. +
    getMessage() - +Method in class org.apache.commons.lang.NotImplementedException +
    Gets the combined the error message of this and any nested errors. +
    getMessage(int) - +Method in class org.apache.commons.lang.NotImplementedException +
    Returns the error message of the Throwable in the chain + of Throwables at the specified index, numbered from 0. +
    getMessage(Throwable) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Gets a short message summarising the exception. +
    getMessage() - +Method in interface org.apache.commons.lang.exception.Nestable +
    Returns the error message of this and any nested + Throwable. +
    getMessage(int) - +Method in interface org.apache.commons.lang.exception.Nestable +
    Returns the error message of the Throwable in the chain + of Throwables at the specified index, numbered from 0. +
    getMessage(int) - +Method in class org.apache.commons.lang.exception.NestableDelegate +
    Returns the error message of the Throwable in the chain of Throwables at the + specified index, numbered from 0. +
    getMessage(String) - +Method in class org.apache.commons.lang.exception.NestableDelegate +
    Returns the full message contained by the Nestable and any nested Throwables. +
    getMessage() - +Method in class org.apache.commons.lang.exception.NestableError +
    Returns the detail message string of this throwable. +
    getMessage(int) - +Method in class org.apache.commons.lang.exception.NestableError +
    Returns the error message of the Throwable in the chain + of Throwables at the specified index, numbered from 0. +
    getMessage() - +Method in class org.apache.commons.lang.exception.NestableException +
    Returns the detail message string of this throwable. +
    getMessage(int) - +Method in class org.apache.commons.lang.exception.NestableException +
    Returns the error message of the Throwable in the chain + of Throwables at the specified index, numbered from 0. +
    getMessage() - +Method in class org.apache.commons.lang.exception.NestableRuntimeException +
    Returns the detail message string of this throwable. +
    getMessage(int) - +Method in class org.apache.commons.lang.exception.NestableRuntimeException +
    Returns the error message of the Throwable in the chain + of Throwables at the specified index, numbered from 0. +
    getMessages() - +Method in class org.apache.commons.lang.NotImplementedException +
    Returns the error message of this and any nested Throwable objects. +
    getMessages() - +Method in interface org.apache.commons.lang.exception.Nestable +
    Returns the error message of this and any nested Throwables + in an array of Strings, one element for each message. +
    getMessages() - +Method in class org.apache.commons.lang.exception.NestableDelegate +
    Returns the error message of this and any nested Throwables in an array of Strings, one element + for each message. +
    getMessages() - +Method in class org.apache.commons.lang.exception.NestableError +
    Returns the error message of this and any nested Throwables + in an array of Strings, one element for each message. Any + Throwable not containing a message is represented in the + array by a null. This has the effect of cause the length of the returned + array to be equal to the result of the Nestable.getThrowableCount() + operation. +
    getMessages() - +Method in class org.apache.commons.lang.exception.NestableException +
    Returns the error message of this and any nested Throwables + in an array of Strings, one element for each message. Any + Throwable not containing a message is represented in the + array by a null. This has the effect of cause the length of the returned + array to be equal to the result of the Nestable.getThrowableCount() + operation. +
    getMessages() - +Method in class org.apache.commons.lang.exception.NestableRuntimeException +
    Returns the error message of this and any nested Throwables + in an array of Strings, one element for each message. Any + Throwable not containing a message is represented in the + array by a null. This has the effect of cause the length of the returned + array to be equal to the result of the Nestable.getThrowableCount() + operation. +
    getMinimum() - +Method in class org.apache.commons.lang.NumberRange +
    Deprecated. Returns the minimum number in this range. +
    getMinimumDouble() - +Method in class org.apache.commons.lang.math.DoubleRange +
    Gets the minimum number in this range as a double. +
    getMinimumDouble() - +Method in class org.apache.commons.lang.math.FloatRange +
    Gets the minimum number in this range as a double. +
    getMinimumDouble() - +Method in class org.apache.commons.lang.math.IntRange +
    Gets the minimum number in this range as a double. +
    getMinimumDouble() - +Method in class org.apache.commons.lang.math.LongRange +
    Gets the minimum number in this range as a double. +
    getMinimumDouble() - +Method in class org.apache.commons.lang.math.Range +
    Gets the minimum number in this range as a double. +
    getMinimumFloat() - +Method in class org.apache.commons.lang.math.DoubleRange +
    Gets the minimum number in this range as a float. +
    getMinimumFloat() - +Method in class org.apache.commons.lang.math.FloatRange +
    Gets the minimum number in this range as a float. +
    getMinimumFloat() - +Method in class org.apache.commons.lang.math.IntRange +
    Gets the minimum number in this range as a float. +
    getMinimumFloat() - +Method in class org.apache.commons.lang.math.LongRange +
    Gets the minimum number in this range as a float. +
    getMinimumFloat() - +Method in class org.apache.commons.lang.math.Range +
    Gets the minimum number in this range as a float. +
    getMinimumInteger() - +Method in class org.apache.commons.lang.math.DoubleRange +
    Gets the minimum number in this range as a int. +
    getMinimumInteger() - +Method in class org.apache.commons.lang.math.FloatRange +
    Gets the minimum number in this range as a int. +
    getMinimumInteger() - +Method in class org.apache.commons.lang.math.IntRange +
    Gets the minimum number in this range as a int. +
    getMinimumInteger() - +Method in class org.apache.commons.lang.math.LongRange +
    Gets the minimum number in this range as a int. +
    getMinimumInteger() - +Method in class org.apache.commons.lang.math.Range +
    Gets the minimum number in this range as a int. +
    getMinimumLong() - +Method in class org.apache.commons.lang.math.DoubleRange +
    Gets the minimum number in this range as a long. +
    getMinimumLong() - +Method in class org.apache.commons.lang.math.FloatRange +
    Gets the minimum number in this range as a long. +
    getMinimumLong() - +Method in class org.apache.commons.lang.math.IntRange +
    Gets the minimum number in this range as a long. +
    getMinimumLong() - +Method in class org.apache.commons.lang.math.LongRange +
    Gets the minimum number in this range as a long. +
    getMinimumLong() - +Method in class org.apache.commons.lang.math.Range +
    Gets the minimum number in this range as a long. +
    getMinimumNumber() - +Method in class org.apache.commons.lang.math.DoubleRange +
    Returns the minimum number in this range. +
    getMinimumNumber() - +Method in class org.apache.commons.lang.math.FloatRange +
    Returns the minimum number in this range. +
    getMinimumNumber() - +Method in class org.apache.commons.lang.math.IntRange +
    Returns the minimum number in this range. +
    getMinimumNumber() - +Method in class org.apache.commons.lang.math.LongRange +
    Returns the minimum number in this range. +
    getMinimumNumber() - +Method in class org.apache.commons.lang.math.NumberRange +
    Returns the minimum number in this range. +
    getMinimumNumber() - +Method in class org.apache.commons.lang.math.Range +
    Gets the minimum number in this range. +
    getName() - +Method in class org.apache.commons.lang.enum.Enum +
    Deprecated. Retrieve the name of this Enum item, set in the constructor. +
    getName() - +Method in class org.apache.commons.lang.enums.Enum +
    Retrieve the name of this Enum item, set in the constructor. +
    getNestedString(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Deprecated. Use the better named StringUtils.substringBetween(String, String). + Method will be removed in Commons Lang 3.0. +
    getNestedString(String, String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Deprecated. Use the better named StringUtils.substringBetween(String, String, String). + Method will be removed in Commons Lang 3.0. +
    getNewLineText() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Gets the text to be appended when a new line is added. +
    getNullText() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets the text to output when null found. +
    getNullText() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets the text to output when null found. +
    getNullText() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Gets the text to be appended when null is added. +
    getNumerator() - +Method in class org.apache.commons.lang.math.Fraction +
    Gets the numerator part of the fraction. +
    getObject() - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Returns the Object being output. +
    getPackageCanonicalName(Object, String) - +Static method in class org.apache.commons.lang.ClassUtils +
    Gets the package name from the canonical name of an Object. +
    getPackageCanonicalName(Class) - +Static method in class org.apache.commons.lang.ClassUtils +
    Gets the package name from the canonical name of a Class. +
    getPackageCanonicalName(String) - +Static method in class org.apache.commons.lang.ClassUtils +
    Gets the package name from the canonical name. +
    getPackageName(Object, String) - +Static method in class org.apache.commons.lang.ClassUtils +
    Gets the package name of an Object. +
    getPackageName(Class) - +Static method in class org.apache.commons.lang.ClassUtils +
    Gets the package name of a Class. +
    getPackageName(String) - +Static method in class org.apache.commons.lang.ClassUtils +
    Gets the package name from a String. +
    getParser() - +Method in class org.apache.commons.lang.text.CompositeFormat +
    Provides access to the parser Format implementation. +
    getPattern() - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Gets the pattern used by this formatter. +
    getPrechomp(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Deprecated. Use StringUtils.substringBefore(String,String) instead + (although this doesn't include the separator). + Method will be removed in Commons Lang 3.0. +
    getProperNumerator() - +Method in class org.apache.commons.lang.math.Fraction +
    Gets the proper numerator, always positive. +
    getProperWhole() - +Method in class org.apache.commons.lang.math.Fraction +
    Gets the proper whole part of the fraction. +
    getPublicMethod(Class, String, Class[]) - +Static method in class org.apache.commons.lang.ClassUtils +
    Returns the desired Method much like Class.getMethod, however + it ensures that the returned Method is from a public class or interface and not + from an anonymous inner class. +
    getQuoteMatcher() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Gets the quote matcher currently in use. +
    getRawValue(int) - +Method in class org.apache.commons.lang.BitField +
    Obtains the value for the specified BitField, unshifted. +
    getReducedFraction(int, int) - +Static method in class org.apache.commons.lang.math.Fraction +
    Creates a reduced Fraction instance with the 2 parts + of a fraction Y/Z. +
    getRootCause(Throwable) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Introspects the Throwable to obtain the root cause. +
    getRootCauseMessage(Throwable) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Gets a short message summarising the root cause exception. +
    getRootCauseStackTrace(Throwable) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Creates a compact stack trace for the root cause of the supplied + Throwable. +
    getShortCanonicalName(Object, String) - +Static method in class org.apache.commons.lang.ClassUtils +
    Gets the canonical name minus the package name for an Object. +
    getShortCanonicalName(Class) - +Static method in class org.apache.commons.lang.ClassUtils +
    Gets the canonical name minus the package name from a Class. +
    getShortCanonicalName(String) - +Static method in class org.apache.commons.lang.ClassUtils +
    Gets the canonical name minus the package name from a String. +
    getShortClassName(Object, String) - +Static method in class org.apache.commons.lang.ClassUtils +
    Gets the class name minus the package name for an Object. +
    getShortClassName(Class) - +Static method in class org.apache.commons.lang.ClassUtils +
    Gets the class name minus the package name from a Class. +
    getShortClassName(String) - +Static method in class org.apache.commons.lang.ClassUtils +
    Gets the class name minus the package name from a String. +
    getShortClassName(Class) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets the short class name for a class. +
    getShortRawValue(short) - +Method in class org.apache.commons.lang.BitField +
    Obtains the value for the specified BitField, unshifted. +
    getShortValue(short) - +Method in class org.apache.commons.lang.BitField +
    Obtains the value for the specified BitField, appropriately + shifted right, as a short. +
    getSizeEndText() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets the end text to output when a Collection, + Map or Array size is output. +
    getSizeEndText() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets the end text to output when a Collection, + Map or array size is output. +
    getSizeStartText() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets the text to output when a Collection, + Map or Array size is output. +
    getSizeStartText() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets the start text to output when a Collection, + Map or array size is output. +
    getSplitTime() - +Method in class org.apache.commons.lang.time.StopWatch +
    + Get the split time on the stopwatch. +
    getStackFrames(Throwable) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Captures the stack trace associated with the specified + Throwable object, decomposing it into a list of + stack frames. +
    getStackFrames(Throwable) - +Method in class org.apache.commons.lang.exception.NestableDelegate +
    Captures the stack trace associated with the specified + Throwable object, decomposing it into a list of + stack frames. +
    getStackTrace(Throwable) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Gets the stack trace from a Throwable as a String. +
    getStart() - +Method in class org.apache.commons.lang.CharRange +
    Gets the start character for this character range. +
    getStartTime() - +Method in class org.apache.commons.lang.time.StopWatch +
    Returns the time this stopwatch was started. +
    getStringBuffer() - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Gets the StringBuffer being populated. +
    getStyle() - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Gets the ToStringStyle being used. +
    getSummaryObjectEndText() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets the end text to output when an Object is + output in summary mode. +
    getSummaryObjectEndText() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets the end text to output when an Object is + output in summary mode. +
    getSummaryObjectStartText() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets the start text to output when an Object is + output in summary mode. +
    getSummaryObjectStartText() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets the start text to output when an Object is + output in summary mode. +
    getTSVInstance() - +Static method in class org.apache.commons.lang.text.StrTokenizer +
    Gets a new tokenizer instance which parses Tab Separated Value strings. +
    getTSVInstance(String) - +Static method in class org.apache.commons.lang.text.StrTokenizer +
    Gets a new tokenizer instance which parses Tab Separated Value strings. +
    getTSVInstance(char[]) - +Static method in class org.apache.commons.lang.text.StrTokenizer +
    Gets a new tokenizer instance which parses Tab Separated Value strings. +
    getThrowable(int) - +Method in class org.apache.commons.lang.NotImplementedException +
    Returns the Throwable in the chain by index. +
    getThrowable(int) - +Method in interface org.apache.commons.lang.exception.Nestable +
    Returns the Throwable in the chain of + Throwables at the specified index, numbered from 0. +
    getThrowable(int) - +Method in class org.apache.commons.lang.exception.NestableDelegate +
    Returns the Throwable in the chain of + Throwables at the specified index, numbered from 0. +
    getThrowable(int) - +Method in class org.apache.commons.lang.exception.NestableError +
    Returns the Throwable in the chain of + Throwables at the specified index, numbered from 0. +
    getThrowable(int) - +Method in class org.apache.commons.lang.exception.NestableException +
    Returns the Throwable in the chain of + Throwables at the specified index, numbered from 0. +
    getThrowable(int) - +Method in class org.apache.commons.lang.exception.NestableRuntimeException +
    Returns the Throwable in the chain of + Throwables at the specified index, numbered from 0. +
    getThrowableCount() - +Method in class org.apache.commons.lang.NotImplementedException +
    Returns the number of nested Throwables represented by + this Nestable, including this Nestable. +
    getThrowableCount(Throwable) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Counts the number of Throwable objects in the + exception chain. +
    getThrowableCount() - +Method in interface org.apache.commons.lang.exception.Nestable +
    Returns the number of nested Throwables represented by + this Nestable, including this Nestable. +
    getThrowableCount() - +Method in class org.apache.commons.lang.exception.NestableDelegate +
    Returns the number of Throwables contained in the + Nestable contained by this delegate. +
    getThrowableCount() - +Method in class org.apache.commons.lang.exception.NestableError +
    Returns the number of nested Throwables represented by + this Nestable, including this Nestable. +
    getThrowableCount() - +Method in class org.apache.commons.lang.exception.NestableException +
    Returns the number of nested Throwables represented by + this Nestable, including this Nestable. +
    getThrowableCount() - +Method in class org.apache.commons.lang.exception.NestableRuntimeException +
    Returns the number of nested Throwables represented by + this Nestable, including this Nestable. +
    getThrowableList(Throwable) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Returns the list of Throwable objects in the + exception chain. +
    getThrowables() - +Method in class org.apache.commons.lang.NotImplementedException +
    Returns this Nestable and any nested Throwables + in an array of Throwables, one element for each + Throwable. +
    getThrowables(Throwable) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Returns the list of Throwable objects in the + exception chain. +
    getThrowables() - +Method in interface org.apache.commons.lang.exception.Nestable +
    Returns this Nestable and any nested Throwables + in an array of Throwables, one element for each + Throwable. +
    getThrowables() - +Method in class org.apache.commons.lang.exception.NestableDelegate +
    Returns this delegate's Nestable and any nested + Throwables in an array of Throwables, one + element for each Throwable. +
    getThrowables() - +Method in class org.apache.commons.lang.exception.NestableError +
    Returns this Nestable and any nested Throwables + in an array of Throwables, one element for each + Throwable. +
    getThrowables() - +Method in class org.apache.commons.lang.exception.NestableException +
    Returns this Nestable and any nested Throwables + in an array of Throwables, one element for each + Throwable. +
    getThrowables() - +Method in class org.apache.commons.lang.exception.NestableRuntimeException +
    Returns this Nestable and any nested Throwables + in an array of Throwables, one element for each + Throwable. +
    getTime() - +Method in class org.apache.commons.lang.time.StopWatch +
    + Get the time on the stopwatch. +
    getTimeInstance(int) - +Static method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a time formatter instance using the specified style in the + default time zone and locale. +
    getTimeInstance(int, Locale) - +Static method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a time formatter instance using the specified style and + locale in the default time zone. +
    getTimeInstance(int, TimeZone) - +Static method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a time formatter instance using the specified style and + time zone in the default locale. +
    getTimeInstance(int, TimeZone, Locale) - +Static method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a time formatter instance using the specified style, time + zone and locale. +
    getTimeZone() - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Gets the time zone used by this formatter. +
    getTimeZoneOverridesCalendar() - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Returns true if the time zone of the + calendar overrides the time zone of the formatter. +
    getTokenArray() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Gets a copy of the full token list as an independent modifiable array. +
    getTokenList() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Gets a copy of the full token list as an independent modifiable list. +
    getTrimmerMatcher() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Gets the trimmer character matcher. +
    getUpToClass() - +Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Gets the last super class to stop appending fields for. +
    getUserDir() - +Static method in class org.apache.commons.lang.SystemUtils +
    Gets the user directory as a File. +
    getUserHome() - +Static method in class org.apache.commons.lang.SystemUtils +
    Gets the user home directory as a File. +
    getValue(int) - +Method in class org.apache.commons.lang.BitField +
    Obtains the value for the specified BitField, appropriately + shifted right. +
    getValue(Field) - +Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Calls java.lang.reflect.Field.get(Object). +
    getValue() - +Method in class org.apache.commons.lang.enum.ValuedEnum +
    Deprecated. Get value of enum item. +
    getValue() - +Method in class org.apache.commons.lang.enums.ValuedEnum +
    Get value of enum item. +
    getValue() - +Method in interface org.apache.commons.lang.mutable.Mutable +
    Gets the value of this mutable. +
    getValue() - +Method in class org.apache.commons.lang.mutable.MutableBoolean +
    Gets the value as a Boolean instance. +
    getValue() - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Gets the value as a Byte instance. +
    getValue() - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Gets the value as a Double instance. +
    getValue() - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Gets the value as a Float instance. +
    getValue() - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Gets the value as a Integer instance. +
    getValue() - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Gets the value as a Long instance. +
    getValue() - +Method in class org.apache.commons.lang.mutable.MutableObject +
    Gets the value. +
    getValue() - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Gets the value as a Short instance. +
    getVariablePrefixMatcher() - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Gets the variable prefix matcher currently in use. +
    getVariableResolver() - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Gets the VariableResolver that is used to lookup variables. +
    getVariableSuffixMatcher() - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Gets the variable suffix matcher currently in use. +
    +
    +

    +H

    +
    +
    HashCodeBuilder - class org.apache.commons.lang.builder.HashCodeBuilder.
    + Assists in implementing Object.hashCode() methods.
    HashCodeBuilder() - +Constructor for class org.apache.commons.lang.builder.HashCodeBuilder +
    + Uses two hard coded choices for the constants needed to build a hashCode. +
    HashCodeBuilder(int, int) - +Constructor for class org.apache.commons.lang.builder.HashCodeBuilder +
    + Two randomly chosen, non-zero, odd numbers must be passed in. +
    hasNext() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Checks whether there are any more tokens. +
    hasPrevious() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Checks whether there are any previous tokens that can be iterated to. +
    hashCode(Object) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Get a hashCode for an array handling multi-dimensional arrays correctly. +
    hashCode() - +Method in class org.apache.commons.lang.CharRange +
    Gets a hashCode compatible with the equals method. +
    hashCode() - +Method in class org.apache.commons.lang.CharSet +
    Gets a hashCode compatible with the equals method. +
    hashCode() - +Method in class org.apache.commons.lang.NumberRange +
    Deprecated. Returns a hash code value for this object. +
    hashCode(Object) - +Static method in class org.apache.commons.lang.ObjectUtils +
    Gets the hash code of an object returning zero when the + object is null. +
    hashCode() - +Method in class org.apache.commons.lang.enum.Enum +
    Deprecated. Returns a suitable hashCode for the enumeration. +
    hashCode() - +Method in class org.apache.commons.lang.enums.Enum +
    Returns a suitable hashCode for the enumeration. +
    hashCode() - +Method in class org.apache.commons.lang.math.DoubleRange +
    Gets a hashCode for the range. +
    hashCode() - +Method in class org.apache.commons.lang.math.FloatRange +
    Gets a hashCode for the range. +
    hashCode() - +Method in class org.apache.commons.lang.math.Fraction +
    Gets a hashCode for the fraction. +
    hashCode() - +Method in class org.apache.commons.lang.math.IntRange +
    Gets a hashCode for the range. +
    hashCode() - +Method in class org.apache.commons.lang.math.LongRange +
    Gets a hashCode for the range. +
    hashCode() - +Method in class org.apache.commons.lang.math.NumberRange +
    Gets a hashCode for the range. +
    hashCode() - +Method in class org.apache.commons.lang.math.Range +
    Gets a hashCode for the range. +
    hashCode() - +Method in class org.apache.commons.lang.mutable.MutableBoolean +
    Returns a suitable hashcode for this mutable. +
    hashCode() - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Returns a suitable hashcode for this mutable. +
    hashCode() - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Returns a suitable hashcode for this mutable. +
    hashCode() - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Returns a suitable hashcode for this mutable. +
    hashCode() - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Returns a suitable hashcode for this mutable. +
    hashCode() - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Returns a suitable hashcode for this mutable. +
    hashCode() - +Method in class org.apache.commons.lang.mutable.MutableObject +
    Returns the value's hash code or 0 if the value is null. +
    hashCode() - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Returns a suitable hashcode for this mutable. +
    hashCode() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Gets a suitable hash code for this builder. +
    hashCode() - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Returns a hashcode compatible with equals. +
    +
    +

    +I

    +
    +
    IEEE754rUtils - class org.apache.commons.lang.math.IEEE754rUtils.
    Provides IEEE-754r variants of NumberUtils methods.
    IEEE754rUtils() - +Constructor for class org.apache.commons.lang.math.IEEE754rUtils +
      +
    INDEX_NOT_FOUND - +Static variable in class org.apache.commons.lang.ArrayUtils +
    The index value when an element is not found in a list or array: -1. +
    INDEX_NOT_FOUND - +Static variable in class org.apache.commons.lang.StringUtils +
    Represents a failed index search. +
    INNER_CLASS_SEPARATOR - +Static variable in class org.apache.commons.lang.ClassUtils +
    The inner class separator String: "$". +
    INNER_CLASS_SEPARATOR_CHAR - +Static variable in class org.apache.commons.lang.ClassUtils +
    The inner class separator character: '$' == 36. +
    INTEGER_MINUS_ONE - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Integer constant for minus one. +
    INTEGER_ONE - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Integer constant for one. +
    INTEGER_ZERO - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Integer constant for zero. +
    ISO_8859_1 - +Static variable in class org.apache.commons.lang.CharEncoding +
    + ISO Latin Alphabet #1, also known as ISO-LATIN-1. +
    ISO_DATETIME_FORMAT - +Static variable in class org.apache.commons.lang.time.DateFormatUtils +
    ISO8601 formatter for date-time without time zone. +
    ISO_DATETIME_TIME_ZONE_FORMAT - +Static variable in class org.apache.commons.lang.time.DateFormatUtils +
    ISO8601 formatter for date-time with time zone. +
    ISO_DATE_FORMAT - +Static variable in class org.apache.commons.lang.time.DateFormatUtils +
    ISO8601 formatter for date without time zone. +
    ISO_DATE_TIME_ZONE_FORMAT - +Static variable in class org.apache.commons.lang.time.DateFormatUtils +
    ISO8601-like formatter for date with time zone. +
    ISO_EXTENDED_FORMAT_PATTERN - +Static variable in class org.apache.commons.lang.time.DurationFormatUtils +
    Pattern used with FastDateFormat and SimpleDateFormat + for the ISO8601 period format used in durations. +
    ISO_TIME_FORMAT - +Static variable in class org.apache.commons.lang.time.DateFormatUtils +
    ISO8601 formatter for time without time zone. +
    ISO_TIME_NO_T_FORMAT - +Static variable in class org.apache.commons.lang.time.DateFormatUtils +
    ISO8601-like formatter for time without time zone. +
    ISO_TIME_NO_T_TIME_ZONE_FORMAT - +Static variable in class org.apache.commons.lang.time.DateFormatUtils +
    ISO8601-like formatter for time with time zone. +
    ISO_TIME_TIME_ZONE_FORMAT - +Static variable in class org.apache.commons.lang.time.DateFormatUtils +
    ISO8601 formatter for time with time zone. +
    IS_JAVA_1_1 - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Java version 1.1 (also 1.1.x versions). +
    IS_JAVA_1_2 - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Java version 1.2 (also 1.2.x versions). +
    IS_JAVA_1_3 - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Java version 1.3 (also 1.3.x versions). +
    IS_JAVA_1_4 - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Java version 1.4 (also 1.4.x versions). +
    IS_JAVA_1_5 - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Java version 1.5 (also 1.5.x versions). +
    IS_JAVA_1_6 - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Java version 1.6 (also 1.6.x versions). +
    IS_OS_AIX - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is AIX. +
    IS_OS_HP_UX - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is HP-UX. +
    IS_OS_IRIX - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Irix. +
    IS_OS_LINUX - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Linux. +
    IS_OS_MAC - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Mac. +
    IS_OS_MAC_OSX - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Mac. +
    IS_OS_OS2 - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is OS/2. +
    IS_OS_SOLARIS - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Solaris. +
    IS_OS_SUN_OS - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is SunOS. +
    IS_OS_UNIX - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is a POSIX compilant system, + as in any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS. +
    IS_OS_WINDOWS - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Windows. +
    IS_OS_WINDOWS_2000 - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Windows 2000. +
    IS_OS_WINDOWS_95 - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Windows 95. +
    IS_OS_WINDOWS_98 - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Windows 98. +
    IS_OS_WINDOWS_ME - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Windows ME. +
    IS_OS_WINDOWS_NT - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Windows NT. +
    IS_OS_WINDOWS_VISTA - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Windows Vista. +
    IS_OS_WINDOWS_XP - +Static variable in class org.apache.commons.lang.SystemUtils +
    Is true if this is Windows XP. +
    IllegalClassException - exception org.apache.commons.lang.IllegalClassException.
    Thrown when an object is an instance of an unexpected type (a class or interface).
    IllegalClassException(Class, Object) - +Constructor for class org.apache.commons.lang.IllegalClassException +
    Instantiates with the expected type, and actual object. +
    IllegalClassException(Class, Class) - +Constructor for class org.apache.commons.lang.IllegalClassException +
    Instantiates with the expected and actual types. +
    IllegalClassException(String) - +Constructor for class org.apache.commons.lang.IllegalClassException +
    Instantiates with the specified message. +
    IncompleteArgumentException - exception org.apache.commons.lang.IncompleteArgumentException.
    Thrown to indicate an incomplete argument to a method.
    IncompleteArgumentException(String) - +Constructor for class org.apache.commons.lang.IncompleteArgumentException +
    Instantiates with the specified description. +
    IncompleteArgumentException(String, String[]) - +Constructor for class org.apache.commons.lang.IncompleteArgumentException +
    Instantiates with the specified description. +
    IntRange - class org.apache.commons.lang.math.IntRange.
    IntRange represents an inclusive range of ints.
    IntRange(int) - +Constructor for class org.apache.commons.lang.math.IntRange +
    Constructs a new IntRange using the specified + number as both the minimum and maximum in this range. +
    IntRange(Number) - +Constructor for class org.apache.commons.lang.math.IntRange +
    Constructs a new IntRange using the specified + number as both the minimum and maximum in this range. +
    IntRange(int, int) - +Constructor for class org.apache.commons.lang.math.IntRange +
    Constructs a new IntRange with the specified + minimum and maximum numbers (both inclusive). +
    IntRange(Number, Number) - +Constructor for class org.apache.commons.lang.math.IntRange +
    Constructs a new IntRange with the specified + minimum and maximum numbers (both inclusive). +
    iToString - +Variable in class org.apache.commons.lang.enum.Enum +
    Deprecated. The toString representation of the Enum. +
    iToString - +Variable in class org.apache.commons.lang.enums.Enum +
    The toString representation of the Enum. +
    identityToString(Object) - +Static method in class org.apache.commons.lang.ObjectUtils +
    Gets the toString that would be produced by Object + if a class did not override toString itself. +
    identityToString(StringBuffer, Object) - +Static method in class org.apache.commons.lang.ObjectUtils +
    Appends the toString that would be produced by Object + if a class did not override toString itself. +
    includesNumber(Number) - +Method in class org.apache.commons.lang.NumberRange +
    Deprecated. Tests whether the specified number occurs within + this range using double comparison. +
    includesRange(NumberRange) - +Method in class org.apache.commons.lang.NumberRange +
    Deprecated. Tests whether the specified range occurs entirely within this + range using double comparison. +
    increment() - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Increments the value. +
    increment() - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Increments the value. +
    increment() - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Increments the value. +
    increment() - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Increments the value. +
    increment() - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Increments the value. +
    increment() - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Increments the value. +
    indexOf(Object[], Object) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given object in the array. +
    indexOf(Object[], Object, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given object in the array starting at the given index. +
    indexOf(long[], long) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value in the array. +
    indexOf(long[], long, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value in the array starting at the given index. +
    indexOf(int[], int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value in the array. +
    indexOf(int[], int, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value in the array starting at the given index. +
    indexOf(short[], short) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value in the array. +
    indexOf(short[], short, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value in the array starting at the given index. +
    indexOf(char[], char) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value in the array. +
    indexOf(char[], char, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value in the array starting at the given index. +
    indexOf(byte[], byte) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value in the array. +
    indexOf(byte[], byte, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value in the array starting at the given index. +
    indexOf(double[], double) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value in the array. +
    indexOf(double[], double, double) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value within a given tolerance in the array. +
    indexOf(double[], double, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value in the array starting at the given index. +
    indexOf(double[], double, int, double) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value in the array starting at the given index. +
    indexOf(float[], float) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value in the array. +
    indexOf(float[], float, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value in the array starting at the given index. +
    indexOf(boolean[], boolean) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value in the array. +
    indexOf(boolean[], boolean, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the index of the given value in the array starting at the given index. +
    indexOf(String, char) - +Static method in class org.apache.commons.lang.StringUtils +
    Finds the first index within a String, handling null. +
    indexOf(String, char, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Finds the first index within a String from a start position, + handling null. +
    indexOf(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Finds the first index within a String, handling null. +
    indexOf(String, String, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Finds the first index within a String, handling null. +
    indexOf(char) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Searches the string builder to find the first reference to the specified char. +
    indexOf(char, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Searches the string builder to find the first reference to the specified char. +
    indexOf(String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Searches the string builder to find the first reference to the specified string. +
    indexOf(String, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Searches the string builder to find the first reference to the specified + string starting searching from the given index. +
    indexOf(StrMatcher) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Searches the string builder using the matcher to find the first match. +
    indexOf(StrMatcher, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Searches the string builder using the matcher to find the first + match searching from the given index. +
    indexOfAny(String, char[]) - +Static method in class org.apache.commons.lang.StringUtils +
    Search a String to find the first index of any + character in the given set of characters. +
    indexOfAny(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Search a String to find the first index of any + character in the given set of characters. +
    indexOfAny(String, String[]) - +Static method in class org.apache.commons.lang.StringUtils +
    Find the first index of any of a set of potential substrings. +
    indexOfAnyBut(String, char[]) - +Static method in class org.apache.commons.lang.StringUtils +
    Search a String to find the first index of any + character not in the given set of characters. +
    indexOfAnyBut(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Search a String to find the first index of any + character not in the given set of characters. +
    indexOfDifference(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Compares two Strings, and returns the index at which the + Strings begin to differ. +
    indexOfDifference(String[]) - +Static method in class org.apache.commons.lang.StringUtils +
    Compares all Strings in an array and returns the index at which the + Strings begin to differ. +
    indexOfThrowable(Class) - +Method in class org.apache.commons.lang.NotImplementedException +
    Returns the index of the first occurrence of the specified type. +
    indexOfThrowable(Class, int) - +Method in class org.apache.commons.lang.NotImplementedException +
    Returns the index of the first occurrence of the specified type starting + from the specified index. +
    indexOfThrowable(Throwable, Class) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Returns the (zero based) index of the first Throwable + that matches the specified class (exactly) in the exception chain. +
    indexOfThrowable(Throwable, Class, int) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Returns the (zero based) index of the first Throwable + that matches the specified type in the exception chain from + a specified index. +
    indexOfThrowable(Class) - +Method in interface org.apache.commons.lang.exception.Nestable +
    Returns the index, numbered from 0, of the first occurrence of the + specified type, or a subclass, in the chain of Throwables. +
    indexOfThrowable(Class, int) - +Method in interface org.apache.commons.lang.exception.Nestable +
    Returns the index, numbered from 0, of the first Throwable + that matches the specified type, or a subclass, in the chain of Throwables + with an index greater than or equal to the specified index. +
    indexOfThrowable(Class, int) - +Method in class org.apache.commons.lang.exception.NestableDelegate +
    Returns the index, numbered from 0, of the first Throwable + that matches the specified type, or a subclass, in the chain of Throwables + with an index greater than or equal to the specified index. +
    indexOfThrowable(Class) - +Method in class org.apache.commons.lang.exception.NestableError +
    Returns the index, numbered from 0, of the first occurrence of the + specified type, or a subclass, in the chain of Throwables. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class) + (which is avaiable in all versions of lang). +

    indexOfThrowable(Class, int) - +Method in class org.apache.commons.lang.exception.NestableError +
    Returns the index, numbered from 0, of the first Throwable + that matches the specified type, or a subclass, in the chain of Throwables + with an index greater than or equal to the specified index. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class, int) + (which is avaiable in all versions of lang). +

    indexOfThrowable(Class) - +Method in class org.apache.commons.lang.exception.NestableException +
    Returns the index, numbered from 0, of the first occurrence of the + specified type, or a subclass, in the chain of Throwables. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class) + (which is avaiable in all versions of lang). +

    indexOfThrowable(Class, int) - +Method in class org.apache.commons.lang.exception.NestableException +
    Returns the index, numbered from 0, of the first Throwable + that matches the specified type, or a subclass, in the chain of Throwables + with an index greater than or equal to the specified index. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class, int) + (which is avaiable in all versions of lang). +

    indexOfThrowable(Class) - +Method in class org.apache.commons.lang.exception.NestableRuntimeException +
    Returns the index, numbered from 0, of the first occurrence of the + specified type, or a subclass, in the chain of Throwables. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class) + (which is avaiable in all versions of lang). +

    indexOfThrowable(Class, int) - +Method in class org.apache.commons.lang.exception.NestableRuntimeException +
    Returns the index, numbered from 0, of the first Throwable + that matches the specified type, or a subclass, in the chain of Throwables + with an index greater than or equal to the specified index. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class, int) + (which is avaiable in all versions of lang). +

    indexOfType(Throwable, Class) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Returns the (zero based) index of the first Throwable + that matches the specified class or subclass in the exception chain. +
    indexOfType(Throwable, Class, int) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Returns the (zero based) index of the first Throwable + that matches the specified type in the exception chain from + a specified index. +
    init() - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Initializes the instance for first use. +
    initials(String) - +Static method in class org.apache.commons.lang.WordUtils +
    Extracts the initial letters from each word in the String. +
    initials(String, char[]) - +Static method in class org.apache.commons.lang.WordUtils +
    Extracts the initial letters from each word in the String. +
    insert(int, Object) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Inserts the string representation of an object into this builder. +
    insert(int, String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Inserts the string into this builder. +
    insert(int, char[]) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Inserts the character array into this builder. +
    insert(int, char[], int, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Inserts part of the character array into this builder. +
    insert(int, boolean) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Inserts the value into this builder. +
    insert(int, char) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Inserts the value into this builder. +
    insert(int, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Inserts the value into this builder. +
    insert(int, long) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Inserts the value into this builder. +
    insert(int, float) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Inserts the value into this builder. +
    insert(int, double) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Inserts the value into this builder. +
    intValue() - +Method in class org.apache.commons.lang.math.Fraction +
    Gets the fraction as an int. +
    intValue() - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Returns the value of this MutableByte as a int. +
    intValue() - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Returns the value of this MutableDouble as a int. +
    intValue() - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Returns the value of this MutableFloat as a int. +
    intValue() - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Returns the value of this MutableInt as a int. +
    intValue() - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Returns the value of this MutableLong as a int. +
    intValue() - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Returns the value of this MutableShort as a int. +
    invert() - +Method in class org.apache.commons.lang.math.Fraction +
    Gets a fraction that is the inverse (1/fraction) of this one. +
    isAllSet(int) - +Method in class org.apache.commons.lang.BitField +
    Returns whether all of the bits are set or not. +
    isAlpha(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if the String contains only unicode letters. +
    isAlphaSpace(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if the String contains only unicode letters and + space (' '). +
    isAlphanumeric(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if the String contains only unicode letters or digits. +
    isAlphanumericSpace(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if the String contains only unicode letters, digits + or space (' '). +
    isAppendStatics() - +Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Gets whether or not to append static fields. +
    isAppendTransients() - +Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Gets whether or not to append transient fields. +
    isArrayContentDetail() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets whether to output array content detail. +
    isArrayContentDetail() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets whether to output array content detail. +
    isAscii(char) - +Static method in class org.apache.commons.lang.CharUtils +
    Checks whether the character is ASCII 7 bit. +
    isAsciiAlpha(char) - +Static method in class org.apache.commons.lang.CharUtils +
    Checks whether the character is ASCII 7 bit alphabetic. +
    isAsciiAlphaLower(char) - +Static method in class org.apache.commons.lang.CharUtils +
    Checks whether the character is ASCII 7 bit alphabetic lower case. +
    isAsciiAlphaUpper(char) - +Static method in class org.apache.commons.lang.CharUtils +
    Checks whether the character is ASCII 7 bit alphabetic upper case. +
    isAsciiAlphanumeric(char) - +Static method in class org.apache.commons.lang.CharUtils +
    Checks whether the character is ASCII 7 bit numeric. +
    isAsciiControl(char) - +Static method in class org.apache.commons.lang.CharUtils +
    Checks whether the character is ASCII 7 bit control. +
    isAsciiNumeric(char) - +Static method in class org.apache.commons.lang.CharUtils +
    Checks whether the character is ASCII 7 bit numeric. +
    isAsciiPrintable(char) - +Static method in class org.apache.commons.lang.CharUtils +
    Checks whether the character is ASCII 7 bit printable. +
    isAsciiPrintable(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if the string contains only ASCII printable characters. +
    isAssignable(Class[], Class[]) - +Static method in class org.apache.commons.lang.ClassUtils +
    Checks if an array of Classes can be assigned to another array of Classes. +
    isAssignable(Class, Class) - +Static method in class org.apache.commons.lang.ClassUtils +
    Checks if one Class can be assigned to a variable of + another Class. +
    isAvailableLocale(Locale) - +Static method in class org.apache.commons.lang.LocaleUtils +
    Checks if the locale specified is in the list of available locales. +
    isBlank(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if a String is whitespace, empty ("") or null. +
    isCauseMethodName(String) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Tests if the list of method names used in the search for Throwable + objects include the given name. +
    isDefaultFullDetail() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets whether to use full detail when the caller doesn't + specify. +
    isDefaultFullDetail() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets whether to use full detail when the caller doesn't + specify. +
    isDigits(String) - +Static method in class org.apache.commons.lang.NumberUtils +
    Deprecated. Checks whether the String contains only + digit characters. +
    isDigits(String) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Checks whether the String contains only + digit characters. +
    isEmpty(Object[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if an array of Objects is empty or null. +
    isEmpty(long[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if an array of primitive longs is empty or null. +
    isEmpty(int[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if an array of primitive ints is empty or null. +
    isEmpty(short[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if an array of primitive shorts is empty or null. +
    isEmpty(char[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if an array of primitive chars is empty or null. +
    isEmpty(byte[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if an array of primitive bytes is empty or null. +
    isEmpty(double[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if an array of primitive doubles is empty or null. +
    isEmpty(float[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if an array of primitive floats is empty or null. +
    isEmpty(boolean[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks if an array of primitive booleans is empty or null. +
    isEmpty(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if a String is empty ("") or null. +
    isEmpty() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Checks is the string builder is empty (convenience Collections API style method). +
    isEmptyTokenAsNull() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Gets whether the tokenizer currently returns empty tokens as null. +
    isEquals(Object, Object) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Compares two arrays, using equals(), handling multi-dimensional arrays + correctly. +
    isEquals() - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Returns true if the fields that have been checked + are all equal. +
    isFalse(Boolean) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Checks if a Boolean value is false, + handling null by returning false. +
    isFieldSeparatorAtEnd() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets whether the field separator should be added at the end + of each buffer. +
    isFieldSeparatorAtEnd() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets whether the field separator should be added at the end + of each buffer. +
    isFieldSeparatorAtStart() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets whether the field separator should be added at the start + of each buffer. +
    isFieldSeparatorAtStart() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets whether the field separator should be added at the start + of each buffer. +
    isFullDetail(Boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Is this field to be output in full detail. +
    isIgnoreEmptyTokens() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Gets whether the tokenizer currently ignores empty tokens. +
    isInfinite() - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Checks whether the double value is infinite. +
    isInfinite() - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Checks whether the float value is infinite. +
    isInnerClass(Class) - +Static method in class org.apache.commons.lang.ClassUtils +
    Is the specified class an inner class or static nested class. +
    isJavaAwtHeadless() - +Static method in class org.apache.commons.lang.SystemUtils +
    Returns whether the SystemUtils.JAVA_AWT_HEADLESS value is true. +
    isJavaVersionAtLeast(float) - +Static method in class org.apache.commons.lang.SystemUtils +
    Is the Java version at least the requested version. +
    isJavaVersionAtLeast(int) - +Static method in class org.apache.commons.lang.SystemUtils +
    Is the Java version at least the requested version. +
    isMatch(char[], int, int, int) - +Method in class org.apache.commons.lang.text.StrMatcher +
    Returns the number of matching characters, zero for no match. +
    isMatch(char[], int) - +Method in class org.apache.commons.lang.text.StrMatcher +
    Returns the number of matching characters, zero for no match. +
    isNaN() - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Checks whether the double value is the special NaN value. +
    isNaN() - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Checks whether the float value is the special NaN value. +
    isNegated() - +Method in class org.apache.commons.lang.CharRange +
    Is this CharRange negated. +
    isNestedThrowable(Throwable) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Checks whether this Throwable class can store a cause. +
    isNotBlank(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if a String is not empty (""), not null and not whitespace only. +
    isNotEmpty(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if a String is not empty ("") and not null. +
    isNotFalse(Boolean) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Checks if a Boolean value is not false, + handling null by returning true. +
    isNotTrue(Boolean) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Checks if a Boolean value is not true, + handling null by returning true. +
    isNumber(String) - +Static method in class org.apache.commons.lang.NumberUtils +
    Deprecated. Checks whether the String a valid Java number. +
    isNumber(String) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Checks whether the String a valid Java number. +
    isNumeric(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if the String contains only unicode digits. +
    isNumericSpace(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if the String contains only unicode digits or space + (' '). +
    isSameDay(Date, Date) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Checks if two date objects are on the same day ignoring time. +
    isSameDay(Calendar, Calendar) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Checks if two calendar objects are on the same day ignoring time. +
    isSameInstant(Date, Date) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Checks if two date objects represent the same instant in time. +
    isSameInstant(Calendar, Calendar) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Checks if two calendar objects represent the same instant in time. +
    isSameLength(Object[], Object[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks whether two arrays are the same length, treating + null arrays as length 0. +
    isSameLength(long[], long[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks whether two arrays are the same length, treating + null arrays as length 0. +
    isSameLength(int[], int[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks whether two arrays are the same length, treating + null arrays as length 0. +
    isSameLength(short[], short[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks whether two arrays are the same length, treating + null arrays as length 0. +
    isSameLength(char[], char[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks whether two arrays are the same length, treating + null arrays as length 0. +
    isSameLength(byte[], byte[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks whether two arrays are the same length, treating + null arrays as length 0. +
    isSameLength(double[], double[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks whether two arrays are the same length, treating + null arrays as length 0. +
    isSameLength(float[], float[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks whether two arrays are the same length, treating + null arrays as length 0. +
    isSameLength(boolean[], boolean[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks whether two arrays are the same length, treating + null arrays as length 0. +
    isSameLocalTime(Calendar, Calendar) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Checks if two calendar objects represent the same local time. +
    isSameType(Object, Object) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Checks whether two arrays are the same type taking into account + multi-dimensional arrays. +
    isSet(int) - +Method in class org.apache.commons.lang.BitField +
    Returns whether the field is set or not. +
    isShortClassName() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Deprecated. Use StandardToStringStyle.isUseShortClassName() + Method will be removed in Commons Lang 3.0. +
    isShortClassName() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Deprecated. Use ToStringStyle.isUseShortClassName() + Method will be removed in Commons Lang 3.0. +
    isSupported(String) - +Static method in class org.apache.commons.lang.CharEncoding +
    + Returns whether the named charset is supported. +
    isThrowableNested() - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Checks if the Throwable class has a getCause method. +
    isTrue(Boolean) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Checks if a Boolean value is true, + handling null by returning false. +
    isTrue(boolean, String, Object) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the test result is false. +
    isTrue(boolean, String, long) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the test result is false. +
    isTrue(boolean, String, double) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the test result is false. +
    isTrue(boolean, String) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the test result is false. +
    isTrue(boolean) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the test result is false. +
    isUseClassName() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets whether to use the class name. +
    isUseClassName() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets whether to use the class name. +
    isUseFieldNames() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets whether to use the field names passed in. +
    isUseFieldNames() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets whether to use the field names passed in. +
    isUseIdentityHashCode() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets whether to use the identity hash code. +
    isUseIdentityHashCode() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets whether to use the identity hash code. +
    isUseShortClassName() - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Gets whether to output short or long class names. +
    isUseShortClassName() - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Gets whether to output short or long class names. +
    isWhitespace(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Checks if the String contains only whitespace. +
    iterator(Class) - +Static method in class org.apache.commons.lang.enum.Enum +
    Deprecated. Gets an Iterator over the Enum objects in + an Enum class. +
    iterator(Class) - +Static method in class org.apache.commons.lang.enum.EnumUtils +
    Deprecated. Gets an Iterator over the Enum objects + in an Enum class. +
    iterator(Class) - +Static method in class org.apache.commons.lang.enums.Enum +
    Gets an Iterator over the Enum objects in + an Enum class. +
    iterator(Class) - +Static method in class org.apache.commons.lang.enums.EnumUtils +
    Gets an Iterator over the Enum objects + in an Enum class. +
    iterator(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    This constructs an Iterator over each day in a date + range defined by a focus date and range style. +
    iterator(Calendar, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    This constructs an Iterator over each day in a date + range defined by a focus date and range style. +
    iterator(Object, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    This constructs an Iterator over each day in a date + range defined by a focus date and range style. +
    +
    +

    +J

    +
    +
    JAVA_AWT_FONTS - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.awt.fonts System Property. +
    JAVA_AWT_GRAPHICSENV - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.awt.graphicsenv System Property. +
    JAVA_AWT_HEADLESS - +Static variable in class org.apache.commons.lang.SystemUtils +
    + The java.awt.headless System Property. +
    JAVA_AWT_PRINTERJOB - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.awt.printerjob System Property. +
    JAVA_CLASS_PATH - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.class.path System Property. +
    JAVA_CLASS_VERSION - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.class.version System Property. +
    JAVA_COMPILER - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.compiler System Property. +
    JAVA_ENDORSED_DIRS - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.endorsed.dirs System Property. +
    JAVA_EXT_DIRS - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.ext.dirs System Property. +
    JAVA_HOME - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.home System Property. +
    JAVA_IO_TMPDIR - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.io.tmpdir System Property. +
    JAVA_LIBRARY_PATH - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.library.path System Property. +
    JAVA_RUNTIME_NAME - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.runtime.name System Property. +
    JAVA_RUNTIME_VERSION - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.runtime.version System Property. +
    JAVA_SPECIFICATION_NAME - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.specification.name System Property. +
    JAVA_SPECIFICATION_VENDOR - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.specification.vendor System Property. +
    JAVA_SPECIFICATION_VERSION - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.specification.version System Property. +
    JAVA_UTIL_PREFS_PREFERENCES_FACTORY - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.util.prefs.PreferencesFactory System Property. +
    JAVA_VENDOR - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.vendor System Property. +
    JAVA_VENDOR_URL - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.vendor.url System Property. +
    JAVA_VERSION - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.version System Property. +
    JAVA_VERSION_FLOAT - +Static variable in class org.apache.commons.lang.SystemUtils +
    Gets the Java version as a float. +
    JAVA_VERSION_INT - +Static variable in class org.apache.commons.lang.SystemUtils +
    Gets the Java version as an int. +
    JAVA_VERSION_TRIMMED - +Static variable in class org.apache.commons.lang.SystemUtils +
    Gets the Java version as a String trimming leading letters. +
    JAVA_VM_INFO - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.vm.info System Property. +
    JAVA_VM_NAME - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.vm.name System Property. +
    JAVA_VM_SPECIFICATION_NAME - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.vm.specification.name System Property. +
    JAVA_VM_SPECIFICATION_VENDOR - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.vm.specification.vendor System Property. +
    JAVA_VM_SPECIFICATION_VERSION - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.vm.specification.version System Property. +
    JAVA_VM_VENDOR - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.vm.vendor System Property. +
    JAVA_VM_VERSION - +Static variable in class org.apache.commons.lang.SystemUtils +
    The java.vm.version System Property. +
    JVMRandom - class org.apache.commons.lang.math.JVMRandom.
    JVMRandom is a wrapper that supports all possible + Random methods via the Math.random() method + and its system-wide Random object.
    JVMRandom() - +Constructor for class org.apache.commons.lang.math.JVMRandom +
    Constructs a new instance. +
    JVM_RANDOM - +Static variable in class org.apache.commons.lang.math.RandomUtils +
    An instance of JVMRandom. +
    join(Object[]) - +Static method in class org.apache.commons.lang.StringUtils +
    Joins the elements of the provided array into a single String + containing the provided list of elements. +
    join(Object[], char) - +Static method in class org.apache.commons.lang.StringUtils +
    Joins the elements of the provided array into a single String + containing the provided list of elements. +
    join(Object[], char, int, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Joins the elements of the provided array into a single String + containing the provided list of elements. +
    join(Object[], String) - +Static method in class org.apache.commons.lang.StringUtils +
    Joins the elements of the provided array into a single String + containing the provided list of elements. +
    join(Object[], String, int, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Joins the elements of the provided array into a single String + containing the provided list of elements. +
    join(Iterator, char) - +Static method in class org.apache.commons.lang.StringUtils +
    Joins the elements of the provided Iterator into + a single String containing the provided elements. +
    join(Iterator, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Joins the elements of the provided Iterator into + a single String containing the provided elements. +
    join(Collection, char) - +Static method in class org.apache.commons.lang.StringUtils +
    Joins the elements of the provided Collection into + a single String containing the provided elements. +
    join(Collection, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Joins the elements of the provided Collection into + a single String containing the provided elements. +
    +
    +

    +K

    +
    +
    keep(String, String) - +Static method in class org.apache.commons.lang.CharSetUtils +
    Takes an argument in set-syntax, see evaluateSet, + and keeps any of characters present in the specified string. +
    keep(String, String[]) - +Static method in class org.apache.commons.lang.CharSetUtils +
    Takes an argument in set-syntax, see evaluateSet, + and keeps any of characters present in the specified string. +
    +
    +

    +L

    +
    +
    LF - +Static variable in class org.apache.commons.lang.CharUtils +
    + linefeed LF ('\n'). +
    LINE_SEPARATOR - +Static variable in class org.apache.commons.lang.SystemUtils +
    The line.separator System Property. +
    LONG - +Static variable in class org.apache.commons.lang.time.FastDateFormat +
    LONG locale dependent date or time style. +
    LONG_MINUS_ONE - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Long constant for minus one. +
    LONG_ONE - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Long constant for one. +
    LONG_ZERO - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Long constant for zero. +
    LocaleUtils - class org.apache.commons.lang.LocaleUtils.
    Operations to assist when working with a Locale.
    LocaleUtils() - +Constructor for class org.apache.commons.lang.LocaleUtils +
    LocaleUtils instances should NOT be constructed in standard programming. +
    LongRange - class org.apache.commons.lang.math.LongRange.
    LongRange represents an inclusive range of longs.
    LongRange(long) - +Constructor for class org.apache.commons.lang.math.LongRange +
    Constructs a new LongRange using the specified + number as both the minimum and maximum in this range. +
    LongRange(Number) - +Constructor for class org.apache.commons.lang.math.LongRange +
    Constructs a new LongRange using the specified + number as both the minimum and maximum in this range. +
    LongRange(long, long) - +Constructor for class org.apache.commons.lang.math.LongRange +
    Constructs a new LongRange with the specified + minimum and maximum numbers (both inclusive). +
    LongRange(Number, Number) - +Constructor for class org.apache.commons.lang.math.LongRange +
    Constructs a new LongRange with the specified + minimum and maximum numbers (both inclusive). +
    languagesByCountry(String) - +Static method in class org.apache.commons.lang.LocaleUtils +
    Obtains the list of languages supported for a given country. +
    lastIndexOf(Object[], Object) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given object within the array. +
    lastIndexOf(Object[], Object, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given object in the array starting at the given index. +
    lastIndexOf(long[], long) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value within the array. +
    lastIndexOf(long[], long, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value in the array starting at the given index. +
    lastIndexOf(int[], int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value within the array. +
    lastIndexOf(int[], int, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value in the array starting at the given index. +
    lastIndexOf(short[], short) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value within the array. +
    lastIndexOf(short[], short, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value in the array starting at the given index. +
    lastIndexOf(char[], char) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value within the array. +
    lastIndexOf(char[], char, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value in the array starting at the given index. +
    lastIndexOf(byte[], byte) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value within the array. +
    lastIndexOf(byte[], byte, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value in the array starting at the given index. +
    lastIndexOf(double[], double) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value within the array. +
    lastIndexOf(double[], double, double) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value within a given tolerance in the array. +
    lastIndexOf(double[], double, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value in the array starting at the given index. +
    lastIndexOf(double[], double, int, double) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value in the array starting at the given index. +
    lastIndexOf(float[], float) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value within the array. +
    lastIndexOf(float[], float, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value in the array starting at the given index. +
    lastIndexOf(boolean[], boolean) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value within the array. +
    lastIndexOf(boolean[], boolean, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Finds the last index of the given value in the array starting at the given index. +
    lastIndexOf(String, char) - +Static method in class org.apache.commons.lang.StringUtils +
    Finds the last index within a String, handling null. +
    lastIndexOf(String, char, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Finds the last index within a String from a start position, + handling null. +
    lastIndexOf(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Finds the last index within a String, handling null. +
    lastIndexOf(String, String, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Finds the first index within a String, handling null. +
    lastIndexOf(char) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Searches the string builder to find the last reference to the specified char. +
    lastIndexOf(char, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Searches the string builder to find the last reference to the specified char. +
    lastIndexOf(String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Searches the string builder to find the last reference to the specified string. +
    lastIndexOf(String, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Searches the string builder to find the last reference to the specified + string starting searching from the given index. +
    lastIndexOf(StrMatcher) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Searches the string builder using the matcher to find the last match. +
    lastIndexOf(StrMatcher, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Searches the string builder using the matcher to find the last + match searching from the given index. +
    lastIndexOfAny(String, String[]) - +Static method in class org.apache.commons.lang.StringUtils +
    Find the latest index of any of a set of potential substrings. +
    left(String, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Gets the leftmost len characters of a String. +
    leftPad(String, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Left pad a String with spaces (' '). +
    leftPad(String, int, char) - +Static method in class org.apache.commons.lang.StringUtils +
    Left pad a String with a specified character. +
    leftPad(String, int, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Left pad a String with a specified String. +
    leftString(int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Extracts the leftmost characters from the string builder without + throwing an exception. +
    length(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Gets a String's length or 0 if the String is null. +
    length() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Gets the length of the string builder. +
    localeLookupList(Locale) - +Static method in class org.apache.commons.lang.LocaleUtils +
    Obtains the list of locales to search through when performing + a locale search. +
    localeLookupList(Locale, Locale) - +Static method in class org.apache.commons.lang.LocaleUtils +
    Obtains the list of locales to search through when performing + a locale search. +
    longValue() - +Method in class org.apache.commons.lang.math.Fraction +
    Gets the fraction as a long. +
    longValue() - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Returns the value of this MutableByte as a long. +
    longValue() - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Returns the value of this MutableDouble as a long. +
    longValue() - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Returns the value of this MutableFloat as a long. +
    longValue() - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Returns the value of this MutableInt as a long. +
    longValue() - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Returns the value of this MutableLong as a long. +
    longValue() - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Returns the value of this MutableShort as a long. +
    lookup(String) - +Method in class org.apache.commons.lang.text.StrLookup +
    Looks up a String key to a String value. +
    lowerCase(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Converts a String to lower case as per String.toLowerCase(). +
    +
    +

    +M

    +
    +
    MEDIUM - +Static variable in class org.apache.commons.lang.time.FastDateFormat +
    MEDIUM locale dependent date or time style. +
    MILLIS_IN_DAY - +Static variable in class org.apache.commons.lang.time.DateUtils +
    Deprecated. Use MILLIS_PER_DAY. This will be removed in Commons Lang 3.0. +
    MILLIS_IN_HOUR - +Static variable in class org.apache.commons.lang.time.DateUtils +
    Deprecated. Use MILLIS_PER_HOUR. This will be removed in Commons Lang 3.0. +
    MILLIS_IN_MINUTE - +Static variable in class org.apache.commons.lang.time.DateUtils +
    Deprecated. Use MILLIS_PER_MINUTE. This will be removed in Commons Lang 3.0. +
    MILLIS_IN_SECOND - +Static variable in class org.apache.commons.lang.time.DateUtils +
    Deprecated. Use MILLIS_PER_SECOND. This will be removed in Commons Lang 3.0. +
    MILLIS_PER_DAY - +Static variable in class org.apache.commons.lang.time.DateUtils +
    Number of milliseconds in a standard day. +
    MILLIS_PER_HOUR - +Static variable in class org.apache.commons.lang.time.DateUtils +
    Number of milliseconds in a standard hour. +
    MILLIS_PER_MINUTE - +Static variable in class org.apache.commons.lang.time.DateUtils +
    Number of milliseconds in a standard minute. +
    MILLIS_PER_SECOND - +Static variable in class org.apache.commons.lang.time.DateUtils +
    Number of milliseconds in a standard second. +
    MULTI_LINE_STYLE - +Static variable in class org.apache.commons.lang.builder.ToStringStyle +
    The multi line toString style. +
    Mutable - interface org.apache.commons.lang.mutable.Mutable.
    Provides mutable access to a value.
    MutableBoolean - class org.apache.commons.lang.mutable.MutableBoolean.
    A mutable boolean wrapper.
    MutableBoolean() - +Constructor for class org.apache.commons.lang.mutable.MutableBoolean +
    Constructs a new MutableBoolean with the default value of false. +
    MutableBoolean(boolean) - +Constructor for class org.apache.commons.lang.mutable.MutableBoolean +
    Constructs a new MutableBoolean with the specified value. +
    MutableBoolean(Boolean) - +Constructor for class org.apache.commons.lang.mutable.MutableBoolean +
    Constructs a new MutableBoolean with the specified value. +
    MutableByte - class org.apache.commons.lang.mutable.MutableByte.
    A mutable byte wrapper.
    MutableByte() - +Constructor for class org.apache.commons.lang.mutable.MutableByte +
    Constructs a new MutableByte with the default value of zero. +
    MutableByte(byte) - +Constructor for class org.apache.commons.lang.mutable.MutableByte +
    Constructs a new MutableByte with the specified value. +
    MutableByte(Number) - +Constructor for class org.apache.commons.lang.mutable.MutableByte +
    Constructs a new MutableByte with the specified value. +
    MutableDouble - class org.apache.commons.lang.mutable.MutableDouble.
    A mutable double wrapper.
    MutableDouble() - +Constructor for class org.apache.commons.lang.mutable.MutableDouble +
    Constructs a new MutableDouble with the default value of zero. +
    MutableDouble(double) - +Constructor for class org.apache.commons.lang.mutable.MutableDouble +
    Constructs a new MutableDouble with the specified value. +
    MutableDouble(Number) - +Constructor for class org.apache.commons.lang.mutable.MutableDouble +
    Constructs a new MutableDouble with the specified value. +
    MutableFloat - class org.apache.commons.lang.mutable.MutableFloat.
    A mutable float wrapper.
    MutableFloat() - +Constructor for class org.apache.commons.lang.mutable.MutableFloat +
    Constructs a new MutableFloat with the default value of zero. +
    MutableFloat(float) - +Constructor for class org.apache.commons.lang.mutable.MutableFloat +
    Constructs a new MutableFloat with the specified value. +
    MutableFloat(Number) - +Constructor for class org.apache.commons.lang.mutable.MutableFloat +
    Constructs a new MutableFloat with the specified value. +
    MutableInt - class org.apache.commons.lang.mutable.MutableInt.
    A mutable int wrapper.
    MutableInt() - +Constructor for class org.apache.commons.lang.mutable.MutableInt +
    Constructs a new MutableInt with the default value of zero. +
    MutableInt(int) - +Constructor for class org.apache.commons.lang.mutable.MutableInt +
    Constructs a new MutableInt with the specified value. +
    MutableInt(Number) - +Constructor for class org.apache.commons.lang.mutable.MutableInt +
    Constructs a new MutableInt with the specified value. +
    MutableLong - class org.apache.commons.lang.mutable.MutableLong.
    A mutable long wrapper.
    MutableLong() - +Constructor for class org.apache.commons.lang.mutable.MutableLong +
    Constructs a new MutableLong with the default value of zero. +
    MutableLong(long) - +Constructor for class org.apache.commons.lang.mutable.MutableLong +
    Constructs a new MutableLong with the specified value. +
    MutableLong(Number) - +Constructor for class org.apache.commons.lang.mutable.MutableLong +
    Constructs a new MutableLong with the specified value. +
    MutableObject - class org.apache.commons.lang.mutable.MutableObject.
    A mutable Object wrapper.
    MutableObject() - +Constructor for class org.apache.commons.lang.mutable.MutableObject +
    Constructs a new MutableObject with the default value of null. +
    MutableObject(Object) - +Constructor for class org.apache.commons.lang.mutable.MutableObject +
    Constructs a new MutableObject with the specified value. +
    MutableShort - class org.apache.commons.lang.mutable.MutableShort.
    A mutable short wrapper.
    MutableShort() - +Constructor for class org.apache.commons.lang.mutable.MutableShort +
    Constructs a new MutableShort with the default value of zero. +
    MutableShort(short) - +Constructor for class org.apache.commons.lang.mutable.MutableShort +
    Constructs a new MutableShort with the specified value. +
    MutableShort(Number) - +Constructor for class org.apache.commons.lang.mutable.MutableShort +
    Constructs a new MutableShort with the specified value. +
    mapLookup(Map) - +Static method in class org.apache.commons.lang.text.StrLookup +
    Returns a lookup which looks up values using a map. +
    matchSubclasses - +Static variable in class org.apache.commons.lang.exception.NestableDelegate +
    Whether to match subclasses via indexOf. +
    max(Comparable, Comparable) - +Static method in class org.apache.commons.lang.ObjectUtils +
    Null safe comparison of Comparables. +
    max(double[]) - +Static method in class org.apache.commons.lang.math.IEEE754rUtils +
    Returns the maximum value in an array. +
    max(float[]) - +Static method in class org.apache.commons.lang.math.IEEE754rUtils +
    Returns the maximum value in an array. +
    max(double, double, double) - +Static method in class org.apache.commons.lang.math.IEEE754rUtils +
    Gets the maximum of three double values. +
    max(double, double) - +Static method in class org.apache.commons.lang.math.IEEE754rUtils +
    Gets the maximum of two double values. +
    max(float, float, float) - +Static method in class org.apache.commons.lang.math.IEEE754rUtils +
    Gets the maximum of three float values. +
    max(float, float) - +Static method in class org.apache.commons.lang.math.IEEE754rUtils +
    Gets the maximum of two float values. +
    max(long[]) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Returns the maximum value in an array. +
    max(int[]) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Returns the maximum value in an array. +
    max(short[]) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Returns the maximum value in an array. +
    max(byte[]) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Returns the maximum value in an array. +
    max(double[]) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Returns the maximum value in an array. +
    max(float[]) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Returns the maximum value in an array. +
    max(long, long, long) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Gets the maximum of three long values. +
    max(int, int, int) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Gets the maximum of three int values. +
    max(short, short, short) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Gets the maximum of three short values. +
    max(byte, byte, byte) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Gets the maximum of three byte values. +
    max(double, double, double) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Gets the maximum of three double values. +
    max(float, float, float) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Gets the maximum of three float values. +
    maximum(long, long, long) - +Static method in class org.apache.commons.lang.NumberUtils +
    Deprecated. Gets the maximum of three long values. +
    maximum(int, int, int) - +Static method in class org.apache.commons.lang.NumberUtils +
    Deprecated. Gets the maximum of three int values. +
    mid(String, int, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Gets len characters from the middle of a String. +
    midString(int, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Extracts some characters from the middle of the string builder without + throwing an exception. +
    min(Comparable, Comparable) - +Static method in class org.apache.commons.lang.ObjectUtils +
    Null safe comparison of Comparables. +
    min(double[]) - +Static method in class org.apache.commons.lang.math.IEEE754rUtils +
    Returns the minimum value in an array. +
    min(float[]) - +Static method in class org.apache.commons.lang.math.IEEE754rUtils +
    Returns the minimum value in an array. +
    min(double, double, double) - +Static method in class org.apache.commons.lang.math.IEEE754rUtils +
    Gets the minimum of three double values. +
    min(double, double) - +Static method in class org.apache.commons.lang.math.IEEE754rUtils +
    Gets the minimum of two double values. +
    min(float, float, float) - +Static method in class org.apache.commons.lang.math.IEEE754rUtils +
    Gets the minimum of three float values. +
    min(float, float) - +Static method in class org.apache.commons.lang.math.IEEE754rUtils +
    Gets the minimum of two float values. +
    min(long[]) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Returns the minimum value in an array. +
    min(int[]) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Returns the minimum value in an array. +
    min(short[]) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Returns the minimum value in an array. +
    min(byte[]) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Returns the minimum value in an array. +
    min(double[]) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Returns the minimum value in an array. +
    min(float[]) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Returns the minimum value in an array. +
    min(long, long, long) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Gets the minimum of three long values. +
    min(int, int, int) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Gets the minimum of three int values. +
    min(short, short, short) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Gets the minimum of three short values. +
    min(byte, byte, byte) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Gets the minimum of three byte values. +
    min(double, double, double) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Gets the minimum of three double values. +
    min(float, float, float) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Gets the minimum of three float values. +
    minimizeCapacity() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Minimizes the capacity to the actual length of the string. +
    minimum(long, long, long) - +Static method in class org.apache.commons.lang.NumberUtils +
    Deprecated. Gets the minimum of three long values. +
    minimum(int, int, int) - +Static method in class org.apache.commons.lang.NumberUtils +
    Deprecated. Gets the minimum of three int values. +
    multiplyBy(Fraction) - +Method in class org.apache.commons.lang.math.Fraction +
    Multiplies the value of this fraction by another, returning the + result in reduced form. +
    +
    +

    +N

    +
    +
    NO_FIELD_NAMES_STYLE - +Static variable in class org.apache.commons.lang.builder.ToStringStyle +
    The no field names toString style. +
    NULL - +Static variable in class org.apache.commons.lang.ObjectUtils +
    Singleton used as a null placeholder where + null has another meaning. +
    Nestable - interface org.apache.commons.lang.exception.Nestable.
    An interface to be implemented by Throwable + extensions which would like to be able to nest root exceptions + inside themselves.
    NestableDelegate - class org.apache.commons.lang.exception.NestableDelegate.
    A shared implementation of the nestable exception functionality.
    NestableDelegate(Nestable) - +Constructor for class org.apache.commons.lang.exception.NestableDelegate +
    Constructs a new NestableDelegate instance to manage the + specified Nestable. +
    NestableError - error org.apache.commons.lang.exception.NestableError.
    The base class of all errors which can contain other exceptions.
    NestableError() - +Constructor for class org.apache.commons.lang.exception.NestableError +
    Constructs a new NestableError without specified + detail message. +
    NestableError(String) - +Constructor for class org.apache.commons.lang.exception.NestableError +
    Constructs a new NestableError with specified + detail message. +
    NestableError(Throwable) - +Constructor for class org.apache.commons.lang.exception.NestableError +
    Constructs a new NestableError with specified + nested Throwable. +
    NestableError(String, Throwable) - +Constructor for class org.apache.commons.lang.exception.NestableError +
    Constructs a new NestableError with specified + detail message and nested Throwable. +
    NestableException - exception org.apache.commons.lang.exception.NestableException.
    The base class of all exceptions which can contain other exceptions.
    NestableException() - +Constructor for class org.apache.commons.lang.exception.NestableException +
    Constructs a new NestableException without specified + detail message. +
    NestableException(String) - +Constructor for class org.apache.commons.lang.exception.NestableException +
    Constructs a new NestableException with specified + detail message. +
    NestableException(Throwable) - +Constructor for class org.apache.commons.lang.exception.NestableException +
    Constructs a new NestableException with specified + nested Throwable. +
    NestableException(String, Throwable) - +Constructor for class org.apache.commons.lang.exception.NestableException +
    Constructs a new NestableException with specified + detail message and nested Throwable. +
    NestableRuntimeException - exception org.apache.commons.lang.exception.NestableRuntimeException.
    The base class of all runtime exceptions which can contain other + exceptions.
    NestableRuntimeException() - +Constructor for class org.apache.commons.lang.exception.NestableRuntimeException +
    Constructs a new NestableRuntimeException without specified + detail message. +
    NestableRuntimeException(String) - +Constructor for class org.apache.commons.lang.exception.NestableRuntimeException +
    Constructs a new NestableRuntimeException with specified + detail message. +
    NestableRuntimeException(Throwable) - +Constructor for class org.apache.commons.lang.exception.NestableRuntimeException +
    Constructs a new NestableRuntimeException with specified + nested Throwable. +
    NestableRuntimeException(String, Throwable) - +Constructor for class org.apache.commons.lang.exception.NestableRuntimeException +
    Constructs a new NestableRuntimeException with specified + detail message and nested Throwable. +
    NotImplementedException - exception org.apache.commons.lang.NotImplementedException.
    Thrown to indicate that a block of code has not been implemented.
    NotImplementedException() - +Constructor for class org.apache.commons.lang.NotImplementedException +
    Constructs a new NotImplementedException with default message. +
    NotImplementedException(String) - +Constructor for class org.apache.commons.lang.NotImplementedException +
    Constructs a new NotImplementedException with specified + detail message. +
    NotImplementedException(Throwable) - +Constructor for class org.apache.commons.lang.NotImplementedException +
    Constructs a new NotImplementedException with specified + nested Throwable and default message. +
    NotImplementedException(String, Throwable) - +Constructor for class org.apache.commons.lang.NotImplementedException +
    Constructs a new NotImplementedException with specified + detail message and nested Throwable. +
    NotImplementedException(Class) - +Constructor for class org.apache.commons.lang.NotImplementedException +
    Constructs a new NotImplementedException referencing the specified class. +
    NullArgumentException - exception org.apache.commons.lang.NullArgumentException.
    Thrown to indicate that an argument was null and should + not have been.
    NullArgumentException(String) - +Constructor for class org.apache.commons.lang.NullArgumentException +
    Instantiates with the given argument name. +
    NumberRange - class org.apache.commons.lang.NumberRange.
    Deprecated. Use one of the Range classes in org.apache.commons.lang.math. + Class will be removed in Commons Lang 3.0.
    NumberRange(Number) - +Constructor for class org.apache.commons.lang.NumberRange +
    Deprecated. Constructs a new NumberRange using + number as both the minimum and maximum in + this range. +
    NumberRange(Number, Number) - +Constructor for class org.apache.commons.lang.NumberRange +
    Deprecated. Constructs a new NumberRange with the specified + minimum and maximum numbers. +
    NumberRange - class org.apache.commons.lang.math.NumberRange.
    NumberRange represents an inclusive range of + Number objects of the same type.
    NumberRange(Number) - +Constructor for class org.apache.commons.lang.math.NumberRange +
    Constructs a new NumberRange using the specified + number as both the minimum and maximum in this range. +
    NumberRange(Number, Number) - +Constructor for class org.apache.commons.lang.math.NumberRange +
    Constructs a new NumberRange with the specified + minimum and maximum numbers (both inclusive). +
    NumberUtils - class org.apache.commons.lang.NumberUtils.
    Deprecated. Moved to org.apache.commons.lang.math. + Class will be removed in Commons Lang 3.0.
    NumberUtils() - +Constructor for class org.apache.commons.lang.NumberUtils +
    Deprecated. NumberUtils instances should NOT be constructed in standard programming. +
    NumberUtils - class org.apache.commons.lang.math.NumberUtils.
    Provides extra functionality for Java Number classes.
    NumberUtils() - +Constructor for class org.apache.commons.lang.math.NumberUtils +
    NumberUtils instances should NOT be constructed in standard programming. +
    negate(Boolean) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Negates the specified boolean. +
    negate() - +Method in class org.apache.commons.lang.math.Fraction +
    Gets a fraction that is the negative (-fraction) of this one. +
    next() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Gets the next token. +
    nextBoolean() - +Method in class org.apache.commons.lang.math.JVMRandom +
    Returns the next pseudorandom, uniformly distributed boolean value + from the Math.random() sequence. +
    nextBoolean() - +Static method in class org.apache.commons.lang.math.RandomUtils +
    Returns the next pseudorandom, uniformly distributed boolean value + from the Math.random() sequence. +
    nextBoolean(Random) - +Static method in class org.apache.commons.lang.math.RandomUtils +
    Returns the next pseudorandom, uniformly distributed boolean value + from the given random sequence. +
    nextBytes(byte[]) - +Method in class org.apache.commons.lang.math.JVMRandom +
    Unsupported in 2.0. +
    nextDouble() - +Method in class org.apache.commons.lang.math.JVMRandom +
    Synonymous to the Math.random() call. +
    nextDouble() - +Static method in class org.apache.commons.lang.math.RandomUtils +
    Returns the next pseudorandom, uniformly distributed float value + between 0.0 and 1.0 from the Math.random() + sequence. +
    nextDouble(Random) - +Static method in class org.apache.commons.lang.math.RandomUtils +
    Returns the next pseudorandom, uniformly distributed float value + between 0.0 and 1.0 from the given Random + sequence. +
    nextFloat() - +Method in class org.apache.commons.lang.math.JVMRandom +
    Returns the next pseudorandom, uniformly distributed float value + between 0.0 and 1.0 from the Math.random() + sequence. +
    nextFloat() - +Static method in class org.apache.commons.lang.math.RandomUtils +
    Returns the next pseudorandom, uniformly distributed float value + between 0.0 and 1.0 from the Math.random() + sequence. +
    nextFloat(Random) - +Static method in class org.apache.commons.lang.math.RandomUtils +
    Returns the next pseudorandom, uniformly distributed float value + between 0.0 and 1.0 from the given Random + sequence. +
    nextGaussian() - +Method in class org.apache.commons.lang.math.JVMRandom +
    Unsupported in 2.0. +
    nextIndex() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Gets the index of the next token to return. +
    nextInt() - +Method in class org.apache.commons.lang.math.JVMRandom +
    Returns the next pseudorandom, uniformly distributed int value + from the Math.random() sequence. +
    nextInt(int) - +Method in class org.apache.commons.lang.math.JVMRandom +
    Returns a pseudorandom, uniformly distributed int value between + 0 (inclusive) and the specified value (exclusive), from + the Math.random() sequence. +
    nextInt() - +Static method in class org.apache.commons.lang.math.RandomUtils +
    Returns the next pseudorandom, uniformly distributed int value + from the Math.random() sequence. +
    nextInt(Random) - +Static method in class org.apache.commons.lang.math.RandomUtils +
    Returns the next pseudorandom, uniformly distributed int value + from the given random sequence. +
    nextInt(int) - +Static method in class org.apache.commons.lang.math.RandomUtils +
    Returns a pseudorandom, uniformly distributed int value + between 0 (inclusive) and the specified value + (exclusive), from the Math.random() sequence. +
    nextInt(Random, int) - +Static method in class org.apache.commons.lang.math.RandomUtils +
    Returns a pseudorandom, uniformly distributed int value + between 0 (inclusive) and the specified value + (exclusive), from the given Random sequence. +
    nextLong() - +Method in class org.apache.commons.lang.math.JVMRandom +
    Returns the next pseudorandom, uniformly distributed long value + from the Math.random() sequence. +
    nextLong(long) - +Static method in class org.apache.commons.lang.math.JVMRandom +
    Returns a pseudorandom, uniformly distributed long value between + 0 (inclusive) and the specified value (exclusive), from + the Math.random() sequence. +
    nextLong() - +Static method in class org.apache.commons.lang.math.RandomUtils +
    Returns the next pseudorandom, uniformly distributed long value + from the Math.random() sequence. +
    nextLong(Random) - +Static method in class org.apache.commons.lang.math.RandomUtils +
    Returns the next pseudorandom, uniformly distributed long value + from the given Random sequence. +
    nextToken() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Gets the next token from the String. +
    noNullElements(Object[], String) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the argument array has null elements or is + null. +
    noNullElements(Object[]) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the argument array has null elements or is + null. +
    noNullElements(Collection, String) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the argument Collection has null elements or is + null. +
    noNullElements(Collection) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the argument Collection has null elements or is + null. +
    noneLookup() - +Static method in class org.apache.commons.lang.text.StrLookup +
    Returns a lookup which always returns null. +
    noneMatcher() - +Static method in class org.apache.commons.lang.text.StrMatcher +
    Matches no characters. +
    notEmpty(Object[], String) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the argument array is empty (null or no elements). +
    notEmpty(Object[]) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the argument array is empty (null or no elements). +
    notEmpty(Collection, String) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the argument Collection is empty (null or no elements). +
    notEmpty(Collection) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the argument Collection is empty (null or no elements). +
    notEmpty(Map, String) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the argument Map is empty (null or no elements). +
    notEmpty(Map) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the argument Map is empty (null or no elements). +
    notEmpty(String, String) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the argument String is empty (null or zero length). +
    notEmpty(String) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the argument String is empty (null or zero length). +
    notNull(Object, String) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the argument is null. +
    notNull(Object) - +Static method in class org.apache.commons.lang.Validate +
    Validate an argument, throwing IllegalArgumentException + if the argument is null. +
    +
    +

    +O

    +
    +
    ONE - +Static variable in class org.apache.commons.lang.math.Fraction +
    Fraction representation of 1. +
    ONE_FIFTH - +Static variable in class org.apache.commons.lang.math.Fraction +
    Fraction representation of 1/5. +
    ONE_HALF - +Static variable in class org.apache.commons.lang.math.Fraction +
    Fraction representation of 1/2. +
    ONE_QUARTER - +Static variable in class org.apache.commons.lang.math.Fraction +
    Fraction representation of 1/4. +
    ONE_THIRD - +Static variable in class org.apache.commons.lang.math.Fraction +
    Fraction representation of 1/3. +
    OS_ARCH - +Static variable in class org.apache.commons.lang.SystemUtils +
    The os.arch System Property. +
    OS_NAME - +Static variable in class org.apache.commons.lang.SystemUtils +
    The os.name System Property. +
    OS_VERSION - +Static variable in class org.apache.commons.lang.SystemUtils +
    The os.version System Property. +
    ObjectUtils - class org.apache.commons.lang.ObjectUtils.
    Operations on Object.
    ObjectUtils() - +Constructor for class org.apache.commons.lang.ObjectUtils +
    ObjectUtils instances should NOT be constructed in + standard programming. +
    ObjectUtils.Null - class org.apache.commons.lang.ObjectUtils.Null.
    Class used as a null placeholder where null + has another meaning.
    ordinalIndexOf(String, String, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Finds the n-th index within a String, handling null. +
    org.apache.commons.lang - package org.apache.commons.lang
    Provides highly reusable static utility methods, chiefly concerned +with adding value to java.lang and other standard core classes.
    org.apache.commons.lang.builder - package org.apache.commons.lang.builder
    Assists in creating consistent equals(Object), toString(), +hashCode(), and compareTo(Object) methods.
    org.apache.commons.lang.enum - package org.apache.commons.lang.enum
    +Deprecated and replaced by org.apache.commons.lang.enums +and will be removed in version 3.0.
    org.apache.commons.lang.enums - package org.apache.commons.lang.enums
    +Provides an implementation of the C style enum in the Java world.
    org.apache.commons.lang.exception - package org.apache.commons.lang.exception
    Provides JDK 1.4 style Nested Exception functionality for those on prior Java +versions.
    org.apache.commons.lang.math - package org.apache.commons.lang.math
    Extends java.math for business mathematical classes.
    org.apache.commons.lang.mutable - package org.apache.commons.lang.mutable
    Provides typed mutable wrappers to primitive values and Object.
    org.apache.commons.lang.text - package org.apache.commons.lang.text
    +Provides classes for handling and manipulating text, partly as an extension to java.text.
    org.apache.commons.lang.time - package org.apache.commons.lang.time
    +Provides classes and methods to work with dates and durations.
    overlaps(NumberRange) - +Method in class org.apache.commons.lang.NumberRange +
    Deprecated. Tests whether the specified range overlaps with this range + using double comparison. +
    overlapsRange(Range) - +Method in class org.apache.commons.lang.math.DoubleRange +
    Tests whether the specified range overlaps with this range + using double comparison. +
    overlapsRange(Range) - +Method in class org.apache.commons.lang.math.FloatRange +
    Tests whether the specified range overlaps with this range + using float comparison. +
    overlapsRange(Range) - +Method in class org.apache.commons.lang.math.IntRange +
    Tests whether the specified range overlaps with this range + using int comparison. +
    overlapsRange(Range) - +Method in class org.apache.commons.lang.math.LongRange +
    Tests whether the specified range overlaps with this range + using long comparison. +
    overlapsRange(Range) - +Method in class org.apache.commons.lang.math.Range +
    Tests whether the specified range overlaps with this range. +
    overlay(String, String, int, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Overlays part of a String with another String. +
    overlayString(String, String, int, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Deprecated. Use better named StringUtils.overlay(String, String, int, int) instead. + Method will be removed in Commons Lang 3.0. +
    +
    +

    +P

    +
    +
    PACKAGE_SEPARATOR - +Static variable in class org.apache.commons.lang.ClassUtils +
    The package separator String: ".". +
    PACKAGE_SEPARATOR_CHAR - +Static variable in class org.apache.commons.lang.ClassUtils +
    The package separator character: '.' == 46. +
    PATH_SEPARATOR - +Static variable in class org.apache.commons.lang.SystemUtils +
    The path.separator System Property. +
    parseDate(String, String[]) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Parses a string representing a date by trying a variety of different parsers. +
    parseObject(String, ParsePosition) - +Method in class org.apache.commons.lang.text.CompositeFormat +
    Uses the parser Format instance. +
    parseObject(String, ParsePosition) - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Parsing is not supported. +
    parsePattern() - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Returns a list of Rules given a pattern. +
    parseToken(String, int[]) - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Performs the parsing of tokens. +
    pow(int) - +Method in class org.apache.commons.lang.math.Fraction +
    Gets a fraction that is raised to the passed in power. +
    prechomp(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Deprecated. Use StringUtils.substringAfter(String,String) instead. + Method will be removed in Commons Lang 3.0. +
    previous() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Gets the token previous to the last returned token. +
    previousIndex() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Gets the index of the previous token. +
    previousToken() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Gets the previous token from the String. +
    primitiveToWrapper(Class) - +Static method in class org.apache.commons.lang.ClassUtils +
    Converts the specified primitive Class object to its corresponding + wrapper Class object. +
    primitivesToWrappers(Class[]) - +Static method in class org.apache.commons.lang.ClassUtils +
    Converts the specified array of primitive Class objects to an array of + its corresponding wrapper Class objects. +
    printPartialStackTrace(PrintWriter) - +Method in class org.apache.commons.lang.NotImplementedException +
    Prints the stack trace for this exception only (root cause not included) + using the specified writer. +
    printPartialStackTrace(PrintWriter) - +Method in interface org.apache.commons.lang.exception.Nestable +
    Prints the stack trace for this exception only--root cause not + included--using the provided writer. +
    printPartialStackTrace(PrintWriter) - +Method in class org.apache.commons.lang.exception.NestableError +
    Prints the stack trace for this exception only--root cause not + included--using the provided writer. Used by + NestableDelegate to write + individual stack traces to a buffer. The implementation of + this method should call + super.printStackTrace(out); in most cases. +
    printPartialStackTrace(PrintWriter) - +Method in class org.apache.commons.lang.exception.NestableException +
    Prints the stack trace for this exception only--root cause not + included--using the provided writer. Used by + NestableDelegate to write + individual stack traces to a buffer. The implementation of + this method should call + super.printStackTrace(out); in most cases. +
    printPartialStackTrace(PrintWriter) - +Method in class org.apache.commons.lang.exception.NestableRuntimeException +
    Prints the stack trace for this exception only--root cause not + included--using the provided writer. Used by + NestableDelegate to write + individual stack traces to a buffer. The implementation of + this method should call + super.printStackTrace(out); in most cases. +
    printRootCauseStackTrace(Throwable) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Prints a compact stack trace for the root cause of a throwable + to System.err. +
    printRootCauseStackTrace(Throwable, PrintStream) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Prints a compact stack trace for the root cause of a throwable. +
    printRootCauseStackTrace(Throwable, PrintWriter) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Prints a compact stack trace for the root cause of a throwable. +
    printStackTrace() - +Method in class org.apache.commons.lang.NotImplementedException +
    Prints the stack trace of this exception. +
    printStackTrace(PrintStream) - +Method in class org.apache.commons.lang.NotImplementedException +
    Prints the stack trace of this exception to the specified stream. +
    printStackTrace(PrintWriter) - +Method in class org.apache.commons.lang.NotImplementedException +
    Prints the stack trace of this exception to the specified writer. +
    printStackTrace(PrintWriter) - +Method in interface org.apache.commons.lang.exception.Nestable +
    Prints the stack trace of this exception to the specified print + writer. +
    printStackTrace(PrintStream) - +Method in interface org.apache.commons.lang.exception.Nestable +
    Prints the stack trace of this exception to the specified print + stream. +
    printStackTrace() - +Method in class org.apache.commons.lang.exception.NestableDelegate +
    Prints the stack trace of this exception the the standar error + stream. +
    printStackTrace(PrintStream) - +Method in class org.apache.commons.lang.exception.NestableDelegate +
    Prints the stack trace of this exception to the specified + stream. +
    printStackTrace(PrintWriter) - +Method in class org.apache.commons.lang.exception.NestableDelegate +
    Prints the stack trace of this exception to the specified + writer. +
    printStackTrace() - +Method in class org.apache.commons.lang.exception.NestableError +
    +
    printStackTrace(PrintStream) - +Method in class org.apache.commons.lang.exception.NestableError +
    +
    printStackTrace(PrintWriter) - +Method in class org.apache.commons.lang.exception.NestableError +
    +
    printStackTrace() - +Method in class org.apache.commons.lang.exception.NestableException +
    +
    printStackTrace(PrintStream) - +Method in class org.apache.commons.lang.exception.NestableException +
    +
    printStackTrace(PrintWriter) - +Method in class org.apache.commons.lang.exception.NestableException +
    +
    printStackTrace() - +Method in class org.apache.commons.lang.exception.NestableRuntimeException +
    +
    printStackTrace(PrintStream) - +Method in class org.apache.commons.lang.exception.NestableRuntimeException +
    +
    printStackTrace(PrintWriter) - +Method in class org.apache.commons.lang.exception.NestableRuntimeException +
    +
    +
    +

    +Q

    +
    +
    quoteMatcher() - +Static method in class org.apache.commons.lang.text.StrMatcher +
    Returns a matcher which matches the single or double quote character. +
    +
    +

    +R

    +
    +
    RANGE_MONTH_MONDAY - +Static variable in class org.apache.commons.lang.time.DateUtils +
    A month range, the week starting on Monday. +
    RANGE_MONTH_SUNDAY - +Static variable in class org.apache.commons.lang.time.DateUtils +
    A month range, the week starting on Sunday. +
    RANGE_WEEK_CENTER - +Static variable in class org.apache.commons.lang.time.DateUtils +
    A week range, centered around the day focused. +
    RANGE_WEEK_MONDAY - +Static variable in class org.apache.commons.lang.time.DateUtils +
    A week range, starting on Monday. +
    RANGE_WEEK_RELATIVE - +Static variable in class org.apache.commons.lang.time.DateUtils +
    A week range, starting on the day focused. +
    RANGE_WEEK_SUNDAY - +Static variable in class org.apache.commons.lang.time.DateUtils +
    A week range, starting on Sunday. +
    RandomStringUtils - class org.apache.commons.lang.RandomStringUtils.
    Operations for random Strings.
    RandomStringUtils() - +Constructor for class org.apache.commons.lang.RandomStringUtils +
    RandomStringUtils instances should NOT be constructed in + standard programming. +
    RandomUtils - class org.apache.commons.lang.math.RandomUtils.
    RandomUtils is a wrapper that supports all possible + Random methods via the Math.random() + method and its system-wide Random object.
    RandomUtils() - +Constructor for class org.apache.commons.lang.math.RandomUtils +
      +
    Range - class org.apache.commons.lang.math.Range.
    Range represents a range of numbers of the same type.
    Range() - +Constructor for class org.apache.commons.lang.math.Range +
    Constructs a new range. +
    ReflectionToStringBuilder - class org.apache.commons.lang.builder.ReflectionToStringBuilder.
    + Assists in implementing Object.toString() methods using reflection.
    ReflectionToStringBuilder(Object) - +Constructor for class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Constructor. +
    ReflectionToStringBuilder(Object, ToStringStyle) - +Constructor for class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Constructor. +
    ReflectionToStringBuilder(Object, ToStringStyle, StringBuffer) - +Constructor for class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Constructor. +
    ReflectionToStringBuilder(Object, ToStringStyle, StringBuffer, Class, boolean) - +Constructor for class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    Deprecated. Use ReflectionToStringBuilder.ReflectionToStringBuilder(Object,ToStringStyle,StringBuffer,Class,boolean,boolean). +
    ReflectionToStringBuilder(Object, ToStringStyle, StringBuffer, Class, boolean, boolean) - +Constructor for class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    Constructor. +
    random(int) - +Static method in class org.apache.commons.lang.RandomStringUtils +
    Creates a random string whose length is the number of characters + specified. +
    random(int, boolean, boolean) - +Static method in class org.apache.commons.lang.RandomStringUtils +
    Creates a random string whose length is the number of characters + specified. +
    random(int, int, int, boolean, boolean) - +Static method in class org.apache.commons.lang.RandomStringUtils +
    Creates a random string whose length is the number of characters + specified. +
    random(int, int, int, boolean, boolean, char[]) - +Static method in class org.apache.commons.lang.RandomStringUtils +
    Creates a random string based on a variety of options, using + default source of randomness. +
    random(int, int, int, boolean, boolean, char[], Random) - +Static method in class org.apache.commons.lang.RandomStringUtils +
    Creates a random string based on a variety of options, using + supplied source of randomness. +
    random(int, String) - +Static method in class org.apache.commons.lang.RandomStringUtils +
    Creates a random string whose length is the number of characters + specified. +
    random(int, char[]) - +Static method in class org.apache.commons.lang.RandomStringUtils +
    Creates a random string whose length is the number of characters + specified. +
    randomAlphabetic(int) - +Static method in class org.apache.commons.lang.RandomStringUtils +
    Creates a random string whose length is the number of characters + specified. +
    randomAlphanumeric(int) - +Static method in class org.apache.commons.lang.RandomStringUtils +
    Creates a random string whose length is the number of characters + specified. +
    randomAscii(int) - +Static method in class org.apache.commons.lang.RandomStringUtils +
    Creates a random string whose length is the number of characters + specified. +
    randomNumeric(int) - +Static method in class org.apache.commons.lang.RandomStringUtils +
    Creates a random string whose length is the number of characters + specified. +
    readResolve() - +Method in class org.apache.commons.lang.enum.Enum +
    Deprecated. Handle the deserialization of the class to ensure that multiple + copies are not wastefully created, or illegal enum types created. +
    readResolve() - +Method in class org.apache.commons.lang.enums.Enum +
    Handle the deserialization of the class to ensure that multiple + copies are not wastefully created, or illegal enum types created. +
    reduce() - +Method in class org.apache.commons.lang.math.Fraction +
    Reduce the fraction to the smallest values for the numerator and + denominator, returning the result. +
    reflectionAppendArray(Object) - +Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Append to the toString an Object array. +
    reflectionAppendArrayDetail(StringBuffer, String, Object) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Append to the toString the detail of an array type. +
    reflectionCompare(Object, Object) - +Static method in class org.apache.commons.lang.builder.CompareToBuilder +
    Compares two Objects via reflection. +
    reflectionCompare(Object, Object, boolean) - +Static method in class org.apache.commons.lang.builder.CompareToBuilder +
    Compares two Objects via reflection. +
    reflectionCompare(Object, Object, Collection) - +Static method in class org.apache.commons.lang.builder.CompareToBuilder +
    Compares two Objects via reflection. +
    reflectionCompare(Object, Object, String[]) - +Static method in class org.apache.commons.lang.builder.CompareToBuilder +
    Compares two Objects via reflection. +
    reflectionCompare(Object, Object, boolean, Class) - +Static method in class org.apache.commons.lang.builder.CompareToBuilder +
    Compares two Objects via reflection. +
    reflectionCompare(Object, Object, boolean, Class, String[]) - +Static method in class org.apache.commons.lang.builder.CompareToBuilder +
    Compares two Objects via reflection. +
    reflectionEquals(Object, Object) - +Static method in class org.apache.commons.lang.builder.EqualsBuilder +
    This method uses reflection to determine if the two Objects + are equal. +
    reflectionEquals(Object, Object, Collection) - +Static method in class org.apache.commons.lang.builder.EqualsBuilder +
    This method uses reflection to determine if the two Objects + are equal. +
    reflectionEquals(Object, Object, String[]) - +Static method in class org.apache.commons.lang.builder.EqualsBuilder +
    This method uses reflection to determine if the two Objects + are equal. +
    reflectionEquals(Object, Object, boolean) - +Static method in class org.apache.commons.lang.builder.EqualsBuilder +
    This method uses reflection to determine if the two Objects + are equal. +
    reflectionEquals(Object, Object, boolean, Class) - +Static method in class org.apache.commons.lang.builder.EqualsBuilder +
    This method uses reflection to determine if the two Objects + are equal. +
    reflectionEquals(Object, Object, boolean, Class, String[]) - +Static method in class org.apache.commons.lang.builder.EqualsBuilder +
    This method uses reflection to determine if the two Objects + are equal. +
    reflectionHashCode(int, int, Object) - +Static method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + This method uses reflection to build a valid hash code. +
    reflectionHashCode(int, int, Object, boolean) - +Static method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + This method uses reflection to build a valid hash code. +
    reflectionHashCode(int, int, Object, boolean, Class) - +Static method in class org.apache.commons.lang.builder.HashCodeBuilder +
    Calls HashCodeBuilder.reflectionHashCode(int, int, Object, boolean, Class, String[]) with excludeFields set to + null. +
    reflectionHashCode(int, int, Object, boolean, Class, String[]) - +Static method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + This method uses reflection to build a valid hash code. +
    reflectionHashCode(Object) - +Static method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + This method uses reflection to build a valid hash code. +
    reflectionHashCode(Object, boolean) - +Static method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + This method uses reflection to build a valid hash code. +
    reflectionHashCode(Object, Collection) - +Static method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + This method uses reflection to build a valid hash code. +
    reflectionHashCode(Object, String[]) - +Static method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + This method uses reflection to build a valid hash code. +
    reflectionToString(Object) - +Static method in class org.apache.commons.lang.builder.ToStringBuilder +
    Forwards to ReflectionToStringBuilder. +
    reflectionToString(Object, ToStringStyle) - +Static method in class org.apache.commons.lang.builder.ToStringBuilder +
    Forwards to ReflectionToStringBuilder. +
    reflectionToString(Object, ToStringStyle, boolean) - +Static method in class org.apache.commons.lang.builder.ToStringBuilder +
    Forwards to ReflectionToStringBuilder. +
    reflectionToString(Object, ToStringStyle, boolean, Class) - +Static method in class org.apache.commons.lang.builder.ToStringBuilder +
    Forwards to ReflectionToStringBuilder. +
    reformat(String) - +Method in class org.apache.commons.lang.text.CompositeFormat +
    Utility method to parse and then reformat a String. +
    remove(Object[], int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the element at the specified position from the specified array. +
    remove(boolean[], int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the element at the specified position from the specified array. +
    remove(byte[], int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the element at the specified position from the specified array. +
    remove(char[], int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the element at the specified position from the specified array. +
    remove(double[], int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the element at the specified position from the specified array. +
    remove(float[], int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the element at the specified position from the specified array. +
    remove(int[], int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the element at the specified position from the specified array. +
    remove(long[], int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the element at the specified position from the specified array. +
    remove(short[], int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the element at the specified position from the specified array. +
    remove(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Removes all occurrences of a substring from within the source string. +
    remove(String, char) - +Static method in class org.apache.commons.lang.StringUtils +
    Removes all occurrences of a character from within the source string. +
    remove() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Unsupported ListIterator operation. +
    removeCauseMethodName(String) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Removes from the list of method names used in the search for Throwable + objects. +
    removeCommonFrames(List, List) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Removes common frames from the cause trace given the two stack traces. +
    removeElement(Object[], Object) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the first occurrence of the specified element from the + specified array. +
    removeElement(boolean[], boolean) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the first occurrence of the specified element from the + specified array. +
    removeElement(byte[], byte) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the first occurrence of the specified element from the + specified array. +
    removeElement(char[], char) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the first occurrence of the specified element from the + specified array. +
    removeElement(double[], double) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the first occurrence of the specified element from the + specified array. +
    removeElement(float[], float) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the first occurrence of the specified element from the + specified array. +
    removeElement(int[], int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the first occurrence of the specified element from the + specified array. +
    removeElement(long[], long) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the first occurrence of the specified element from the + specified array. +
    removeElement(short[], short) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Removes the first occurrence of the specified element from the + specified array. +
    removeEnd(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Removes a substring only if it is at the end of a source string, + otherwise returns the source string. +
    removeEndIgnoreCase(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Case insensitive removal of a substring if it is at the end of a source string, + otherwise returns the source string. +
    removeLastFieldSeparator(StringBuffer) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Remove the last field separator from the buffer. +
    removeStart(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Removes a substring only if it is at the begining of a source string, + otherwise returns the source string. +
    removeStartIgnoreCase(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Case insensitive removal of a substring if it is at the begining of a source string, + otherwise returns the source string. +
    repeat(String, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Repeat a String repeat times to form a + new String. +
    replace(String, String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Replaces all occurrences of a String within another String. +
    replace(String, String, String, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Replaces a String with another String inside a larger String, + for the first max values of the search String. +
    replace(int, int, String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Replaces a portion of the string builder with another string. +
    replace(StrMatcher, String, int, int, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Advanced search and replaces within the builder using a matcher. +
    replace(Object, Map) - +Static method in class org.apache.commons.lang.text.StrSubstitutor +
    Replaces all the occurrences of variables in the given source object with + their matching values from the map. +
    replace(Object, Map, String, String) - +Static method in class org.apache.commons.lang.text.StrSubstitutor +
    Replaces all the occurrences of variables in the given source object with + their matching values from the map. +
    replace(String) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Replaces all the occurrences of variables with their matching values + from the resolver using the given source string as a template. +
    replace(String, int, int) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Replaces all the occurrences of variables with their matching values + from the resolver using the given source string as a template. +
    replace(char[]) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Replaces all the occurrences of variables with their matching values + from the resolver using the given source array as a template. +
    replace(char[], int, int) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Replaces all the occurrences of variables with their matching values + from the resolver using the given source array as a template. +
    replace(StringBuffer) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Replaces all the occurrences of variables with their matching values + from the resolver using the given source buffer as a template. +
    replace(StringBuffer, int, int) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Replaces all the occurrences of variables with their matching values + from the resolver using the given source buffer as a template. +
    replace(StrBuilder) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Replaces all the occurrences of variables with their matching values + from the resolver using the given source builder as a template. +
    replace(StrBuilder, int, int) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Replaces all the occurrences of variables with their matching values + from the resolver using the given source builder as a template. +
    replace(Object) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Replaces all the occurrences of variables in the given source object with + their matching values from the resolver. +
    replaceAll(char, char) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Replaces the search character with the replace character + throughout the builder. +
    replaceAll(String, String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Replaces the search string with the replace string throughout the builder. +
    replaceAll(StrMatcher, String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Replaces all matches within the builder with the replace string. +
    replaceChars(String, char, char) - +Static method in class org.apache.commons.lang.StringUtils +
    Replaces all occurrences of a character in a String with another. +
    replaceChars(String, String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Replaces multiple characters in a String in one go. +
    replaceEach(String, String[], String[]) - +Static method in class org.apache.commons.lang.StringUtils +
    + Replaces all occurrences of Strings within another String. +
    replaceEachRepeatedly(String, String[], String[]) - +Static method in class org.apache.commons.lang.StringUtils +
    + Replaces all occurrences of Strings within another String. +
    replaceFirst(char, char) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Replaces the first instance of the search character with the + replace character in the builder. +
    replaceFirst(String, String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Replaces the first instance of the search string with the replace string. +
    replaceFirst(StrMatcher, String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Replaces the first match within the builder with the replace string. +
    replaceIn(StringBuffer) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Replaces all the occurrences of variables within the given source buffer + with their matching values from the resolver. +
    replaceIn(StringBuffer, int, int) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Replaces all the occurrences of variables within the given source buffer + with their matching values from the resolver. +
    replaceIn(StrBuilder) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Replaces all the occurrences of variables within the given source + builder with their matching values from the resolver. +
    replaceIn(StrBuilder, int, int) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Replaces all the occurrences of variables within the given source + builder with their matching values from the resolver. +
    replaceOnce(String, String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Replaces a String with another String inside a larger String, once. +
    replaceSystemProperties(Object) - +Static method in class org.apache.commons.lang.text.StrSubstitutor +
    Replaces all the occurrences of variables in the given source object with + their matching values from the system properties. +
    reset() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Resets this tokenizer, forgetting all parsing and iteration already completed. +
    reset(String) - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Reset this tokenizer, giving it a new input string to parse. +
    reset(char[]) - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Reset this tokenizer, giving it a new input string to parse. +
    reset() - +Method in class org.apache.commons.lang.time.StopWatch +
    + Resets the stopwatch. +
    resolveVariable(String, StrBuilder, int, int) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Internal method that resolves the value of a variable. +
    resume() - +Method in class org.apache.commons.lang.time.StopWatch +
    + Resume the stopwatch after a suspend. +
    reverse(Object[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Reverses the order of the given array. +
    reverse(long[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Reverses the order of the given array. +
    reverse(int[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Reverses the order of the given array. +
    reverse(short[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Reverses the order of the given array. +
    reverse(char[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Reverses the order of the given array. +
    reverse(byte[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Reverses the order of the given array. +
    reverse(double[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Reverses the order of the given array. +
    reverse(float[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Reverses the order of the given array. +
    reverse(boolean[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Reverses the order of the given array. +
    reverse(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Reverses a String as per StringBuffer.reverse(). +
    reverse() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Reverses the string builder placing each character in the opposite index. +
    reverseDelimited(String, char) - +Static method in class org.apache.commons.lang.StringUtils +
    Reverses a String that is delimited by a specific character. +
    reverseDelimitedString(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Deprecated. Use StringUtils.reverseDelimited(String, char) instead. + This method is broken as the join doesn't know which char to use. + Method will be removed in Commons Lang 3.0. +
    right(String, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Gets the rightmost len characters of a String. +
    rightPad(String, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Right pad a String with spaces (' '). +
    rightPad(String, int, char) - +Static method in class org.apache.commons.lang.StringUtils +
    Right pad a String with a specified character. +
    rightPad(String, int, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Right pad a String with a specified String. +
    rightString(int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Extracts the rightmost characters from the string builder without + throwing an exception. +
    round(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Round this date, leaving the field specified as the most + significant field. +
    round(Calendar, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Round this date, leaving the field specified as the most + significant field. +
    round(Object, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Round this date, leaving the field specified as the most + significant field. +
    +
    +

    +S

    +
    +
    SEMI_MONTH - +Static variable in class org.apache.commons.lang.time.DateUtils +
    This is half a month, so this represents whether a date is in the top + or bottom half of the month. +
    SHORT - +Static variable in class org.apache.commons.lang.time.FastDateFormat +
    SHORT locale dependent date or time style. +
    SHORT_MINUS_ONE - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Short constant for minus one. +
    SHORT_ONE - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Short constant for one. +
    SHORT_PREFIX_STYLE - +Static variable in class org.apache.commons.lang.builder.ToStringStyle +
    The short prefix toString style. +
    SHORT_ZERO - +Static variable in class org.apache.commons.lang.math.NumberUtils +
    Reusable Short constant for zero. +
    SIMPLE_STYLE - +Static variable in class org.apache.commons.lang.builder.ToStringStyle +
    The simple toString style. +
    SMTP_DATETIME_FORMAT - +Static variable in class org.apache.commons.lang.time.DateFormatUtils +
    SMTP (and probably other) date headers. +
    SerializationException - exception org.apache.commons.lang.SerializationException.
    Exception thrown when the Serialization process fails.
    SerializationException() - +Constructor for class org.apache.commons.lang.SerializationException +
    Constructs a new SerializationException without specified + detail message. +
    SerializationException(String) - +Constructor for class org.apache.commons.lang.SerializationException +
    Constructs a new SerializationException with specified + detail message. +
    SerializationException(Throwable) - +Constructor for class org.apache.commons.lang.SerializationException +
    Constructs a new SerializationException with specified + nested Throwable. +
    SerializationException(String, Throwable) - +Constructor for class org.apache.commons.lang.SerializationException +
    Constructs a new SerializationException with specified + detail message and nested Throwable. +
    SerializationUtils - class org.apache.commons.lang.SerializationUtils.
    Assists with the serialization process and performs additional functionality based + on serialization.
    SerializationUtils() - +Constructor for class org.apache.commons.lang.SerializationUtils +
    SerializationUtils instances should NOT be constructed in standard programming. +
    StandardToStringStyle - class org.apache.commons.lang.builder.StandardToStringStyle.
    Works with ToStringBuilder to create a toString.
    StandardToStringStyle() - +Constructor for class org.apache.commons.lang.builder.StandardToStringStyle +
    Constructor. +
    StopWatch - class org.apache.commons.lang.time.StopWatch.
    + StopWatch provides a convenient API for timings.
    StopWatch() - +Constructor for class org.apache.commons.lang.time.StopWatch +
    + Constructor. +
    StrBuilder - class org.apache.commons.lang.text.StrBuilder.
    Builds a string from constituent parts providing a more flexible and powerful API + than StringBuffer.
    StrBuilder() - +Constructor for class org.apache.commons.lang.text.StrBuilder +
    Constructor that creates an empty builder initial capacity 32 characters. +
    StrBuilder(int) - +Constructor for class org.apache.commons.lang.text.StrBuilder +
    Constructor that creates an empty builder the specified initial capacity. +
    StrBuilder(String) - +Constructor for class org.apache.commons.lang.text.StrBuilder +
    Constructor that creates a builder from the string, allocating + 32 extra characters for growth. +
    StrLookup - class org.apache.commons.lang.text.StrLookup.
    Lookup a String key to a String value.
    StrLookup() - +Constructor for class org.apache.commons.lang.text.StrLookup +
    Constructor. +
    StrMatcher - class org.apache.commons.lang.text.StrMatcher.
    A matcher class that can be queried to determine if a character array + portion matches.
    StrMatcher() - +Constructor for class org.apache.commons.lang.text.StrMatcher +
    Constructor. +
    StrSubstitutor - class org.apache.commons.lang.text.StrSubstitutor.
    Substitutes variables within a string by values.
    StrSubstitutor() - +Constructor for class org.apache.commons.lang.text.StrSubstitutor +
    Creates a new instance with defaults for variable prefix and suffix + and the escaping character. +
    StrSubstitutor(Map) - +Constructor for class org.apache.commons.lang.text.StrSubstitutor +
    Creates a new instance and initializes it. +
    StrSubstitutor(Map, String, String) - +Constructor for class org.apache.commons.lang.text.StrSubstitutor +
    Creates a new instance and initializes it. +
    StrSubstitutor(Map, String, String, char) - +Constructor for class org.apache.commons.lang.text.StrSubstitutor +
    Creates a new instance and initializes it. +
    StrSubstitutor(StrLookup) - +Constructor for class org.apache.commons.lang.text.StrSubstitutor +
    Creates a new instance and initializes it. +
    StrSubstitutor(StrLookup, String, String, char) - +Constructor for class org.apache.commons.lang.text.StrSubstitutor +
    Creates a new instance and initializes it. +
    StrSubstitutor(StrLookup, StrMatcher, StrMatcher, char) - +Constructor for class org.apache.commons.lang.text.StrSubstitutor +
    Creates a new instance and initializes it. +
    StrTokenizer - class org.apache.commons.lang.text.StrTokenizer.
    Tokenizes a string based based on delimiters (separators) + and supporting quoting and ignored character concepts.
    StrTokenizer() - +Constructor for class org.apache.commons.lang.text.StrTokenizer +
    Constructs a tokenizer splitting on space, tab, newline and formfeed + as per StringTokenizer, but with no text to tokenize. +
    StrTokenizer(String) - +Constructor for class org.apache.commons.lang.text.StrTokenizer +
    Constructs a tokenizer splitting on space, tab, newline and formfeed + as per StringTokenizer. +
    StrTokenizer(String, char) - +Constructor for class org.apache.commons.lang.text.StrTokenizer +
    Constructs a tokenizer splitting on the specified delimiter character. +
    StrTokenizer(String, String) - +Constructor for class org.apache.commons.lang.text.StrTokenizer +
    Constructs a tokenizer splitting on the specified delimiter string. +
    StrTokenizer(String, StrMatcher) - +Constructor for class org.apache.commons.lang.text.StrTokenizer +
    Constructs a tokenizer splitting using the specified delimiter matcher. +
    StrTokenizer(String, char, char) - +Constructor for class org.apache.commons.lang.text.StrTokenizer +
    Constructs a tokenizer splitting on the specified delimiter character + and handling quotes using the specified quote character. +
    StrTokenizer(String, StrMatcher, StrMatcher) - +Constructor for class org.apache.commons.lang.text.StrTokenizer +
    Constructs a tokenizer splitting using the specified delimiter matcher + and handling quotes using the specified quote matcher. +
    StrTokenizer(char[]) - +Constructor for class org.apache.commons.lang.text.StrTokenizer +
    Constructs a tokenizer splitting on space, tab, newline and formfeed + as per StringTokenizer. +
    StrTokenizer(char[], char) - +Constructor for class org.apache.commons.lang.text.StrTokenizer +
    Constructs a tokenizer splitting on the specified character. +
    StrTokenizer(char[], String) - +Constructor for class org.apache.commons.lang.text.StrTokenizer +
    Constructs a tokenizer splitting on the specified string. +
    StrTokenizer(char[], StrMatcher) - +Constructor for class org.apache.commons.lang.text.StrTokenizer +
    Constructs a tokenizer splitting using the specified delimiter matcher. +
    StrTokenizer(char[], char, char) - +Constructor for class org.apache.commons.lang.text.StrTokenizer +
    Constructs a tokenizer splitting on the specified delimiter character + and handling quotes using the specified quote character. +
    StrTokenizer(char[], StrMatcher, StrMatcher) - +Constructor for class org.apache.commons.lang.text.StrTokenizer +
    Constructs a tokenizer splitting using the specified delimiter matcher + and handling quotes using the specified quote matcher. +
    StringEscapeUtils - class org.apache.commons.lang.StringEscapeUtils.
    Escapes and unescapes Strings for + Java, Java Script, HTML, XML, and SQL.
    StringEscapeUtils() - +Constructor for class org.apache.commons.lang.StringEscapeUtils +
    StringEscapeUtils instances should NOT be constructed in + standard programming. +
    StringUtils - class org.apache.commons.lang.StringUtils.
    Operations on String that are + null safe.
    StringUtils() - +Constructor for class org.apache.commons.lang.StringUtils +
    StringUtils instances should NOT be constructed in + standard programming. +
    SystemUtils - class org.apache.commons.lang.SystemUtils.
    Helpers for java.lang.System.
    SystemUtils() - +Constructor for class org.apache.commons.lang.SystemUtils +
    SystemUtils instances should NOT be constructed in standard + programming. +
    selectNumberRule(int, int) - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Gets an appropriate rule for the padding required. +
    serialize(Serializable, OutputStream) - +Static method in class org.apache.commons.lang.SerializationUtils +
    Serializes an Object to the specified stream. +
    serialize(Serializable) - +Static method in class org.apache.commons.lang.SerializationUtils +
    Serializes an Object to a byte array for + storage/serialization. +
    set(int) - +Method in class org.apache.commons.lang.BitField +
    Sets the bits. +
    set(Object) - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Unsupported ListIterator operation. +
    setAppendStatics(boolean) - +Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Sets whether or not to append static fields. +
    setAppendTransients(boolean) - +Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Sets whether or not to append transient fields. +
    setArrayContentDetail(boolean) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets whether to output array content detail. +
    setArrayContentDetail(boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets whether to output array content detail. +
    setArrayEnd(String) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets the array end text. +
    setArrayEnd(String) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets the array end text. +
    setArraySeparator(String) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets the array separator text. +
    setArraySeparator(String) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets the array separator text. +
    setArrayStart(String) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets the array start text. +
    setArrayStart(String) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets the array start text. +
    setBoolean(int, boolean) - +Method in class org.apache.commons.lang.BitField +
    Sets a boolean BitField. +
    setByte(byte) - +Method in class org.apache.commons.lang.BitField +
    Sets the bits. +
    setByteBoolean(byte, boolean) - +Method in class org.apache.commons.lang.BitField +
    Sets a boolean BitField. +
    setCause(Throwable, Throwable) - +Static method in class org.apache.commons.lang.exception.ExceptionUtils +
    Sets the cause of a Throwable using introspection, allowing + source code compatibility between pre-1.4 and post-1.4 Java releases. +
    setCharAt(int, char) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Sets the character at the specified index. +
    setContentEnd(String) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets the content end text. +
    setContentEnd(String) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets the content end text. +
    setContentStart(String) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets the content start text. +
    setContentStart(String) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets the content start text. +
    setDays(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Sets the day of month field to a date returning a new object. +
    setDefaultFullDetail(boolean) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets whether to use full detail when the caller doesn't + specify. +
    setDefaultFullDetail(boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets whether to use full detail when the caller doesn't + specify. +
    setDefaultStyle(ToStringStyle) - +Static method in class org.apache.commons.lang.builder.ToStringBuilder +
    Sets the default ToStringStyle to use. +
    setDelimiterChar(char) - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Sets the field delimiter character. +
    setDelimiterMatcher(StrMatcher) - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Sets the field delimiter matcher. +
    setDelimiterString(String) - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Sets the field delimiter string. +
    setEmptyTokenAsNull(boolean) - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Sets whether the tokenizer should return empty tokens as null. +
    setEquals(boolean) - +Method in class org.apache.commons.lang.builder.EqualsBuilder +
    Sets the isEquals value. +
    setEscapeChar(char) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Sets the escape character. +
    setExcludeFieldNames(String[]) - +Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    Sets the field names to exclude. +
    setFieldNameValueSeparator(String) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets the field name value separator text. +
    setFieldNameValueSeparator(String) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets the field name value separator text. +
    setFieldSeparator(String) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets the field separator text. +
    setFieldSeparator(String) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets the field separator text. +
    setFieldSeparatorAtEnd(boolean) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets whether the field separator should be added at the end + of each buffer. +
    setFieldSeparatorAtEnd(boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets whether the field separator should be added at the end + of each buffer. +
    setFieldSeparatorAtStart(boolean) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets whether the field separator should be added at the start + of each buffer. +
    setFieldSeparatorAtStart(boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets whether the field separator should be added at the start + of each buffer. +
    setFormat(int, Format) - +Method in class org.apache.commons.lang.text.ExtendedMessageFormat +
    +
    setFormatByArgumentIndex(int, Format) - +Method in class org.apache.commons.lang.text.ExtendedMessageFormat +
    +
    setFormats(Format[]) - +Method in class org.apache.commons.lang.text.ExtendedMessageFormat +
    +
    setFormatsByArgumentIndex(Format[]) - +Method in class org.apache.commons.lang.text.ExtendedMessageFormat +
    +
    setHours(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Sets the hours field to a date returning a new object. +
    setIgnoreEmptyTokens(boolean) - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Sets whether the tokenizer should ignore and not return empty tokens. +
    setIgnoredChar(char) - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Set the character to ignore. +
    setIgnoredMatcher(StrMatcher) - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Set the matcher for characters to ignore. +
    setLength(int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Updates the length of the builder by either dropping the last characters + or adding filler of unicode zero. +
    setMilliseconds(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Sets the miliseconds field to a date returning a new object. +
    setMinutes(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Sets the minute field to a date returning a new object. +
    setMonths(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Sets the months field to a date returning a new object. +
    setNewLineText(String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Sets the text to be appended when a new line is added. +
    setNullText(String) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets the text to output when null found. +
    setNullText(String) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets the text to output when null found. +
    setNullText(String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Sets the text to be appended when null is added. +
    setQuoteChar(char) - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Sets the quote character to use. +
    setQuoteMatcher(StrMatcher) - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Set the quote matcher to use. +
    setSeconds(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Sets the seconds field to a date returning a new object. +
    setSeed(long) - +Method in class org.apache.commons.lang.math.JVMRandom +
    Unsupported in 2.0. +
    setShort(short) - +Method in class org.apache.commons.lang.BitField +
    Sets the bits. +
    setShortBoolean(short, boolean) - +Method in class org.apache.commons.lang.BitField +
    Sets a boolean BitField. +
    setShortClassName(boolean) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Deprecated. Use StandardToStringStyle.setUseShortClassName(boolean) + Method will be removed in Commons Lang 3.0. +
    setShortClassName(boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Deprecated. Use ToStringStyle.setUseShortClassName(boolean) + Method will be removed in Commons Lang 3.0. +
    setShortValue(short, short) - +Method in class org.apache.commons.lang.BitField +
    Replaces the bits with new values. +
    setSizeEndText(String) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets the end text to output when a Collection, + Map or Array size is output. +
    setSizeEndText(String) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets the end text to output when a Collection, + Map or array size is output. +
    setSizeStartText(String) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets the start text to output when a Collection, + Map or Array size is output. +
    setSizeStartText(String) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets the start text to output when a Collection, + Map or array size is output. +
    setSummaryObjectEndText(String) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets the end text to output when an Object is + output in summary mode. +
    setSummaryObjectEndText(String) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets the end text to output when an Object is + output in summary mode. +
    setSummaryObjectStartText(String) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets the start text to output when an Object is + output in summary mode. +
    setSummaryObjectStartText(String) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets the start text to output when an Object is + output in summary mode. +
    setTrimmerMatcher(StrMatcher) - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Sets the matcher for characters to trim. +
    setUpToClass(Class) - +Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Sets the last super class to stop appending fields for. +
    setUseClassName(boolean) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets whether to use the class name. +
    setUseClassName(boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets whether to use the class name. +
    setUseFieldNames(boolean) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets whether to use the field names passed in. +
    setUseFieldNames(boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets whether to use the field names passed in. +
    setUseIdentityHashCode(boolean) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets whether to use the identity hash code. +
    setUseIdentityHashCode(boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets whether to use the identity hash code. +
    setUseShortClassName(boolean) - +Method in class org.apache.commons.lang.builder.StandardToStringStyle +
    Sets whether to output short or long class names. +
    setUseShortClassName(boolean) - +Method in class org.apache.commons.lang.builder.ToStringStyle +
    Sets whether to output short or long class names. +
    setValue(int, int) - +Method in class org.apache.commons.lang.BitField +
    Replaces the bits with new values. +
    setValue(Object) - +Method in interface org.apache.commons.lang.mutable.Mutable +
    Sets the value of this mutable. +
    setValue(boolean) - +Method in class org.apache.commons.lang.mutable.MutableBoolean +
    Sets the value. +
    setValue(Object) - +Method in class org.apache.commons.lang.mutable.MutableBoolean +
    Sets the value from any Boolean instance. +
    setValue(byte) - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Sets the value. +
    setValue(Object) - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Sets the value from any Number instance. +
    setValue(double) - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Sets the value. +
    setValue(Object) - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Sets the value from any Number instance. +
    setValue(float) - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Sets the value. +
    setValue(Object) - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Sets the value from any Number instance. +
    setValue(int) - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Sets the value. +
    setValue(Object) - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Sets the value from any Number instance. +
    setValue(long) - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Sets the value. +
    setValue(Object) - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Sets the value from any Number instance. +
    setValue(Object) - +Method in class org.apache.commons.lang.mutable.MutableObject +
    Sets the value. +
    setValue(short) - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Sets the value. +
    setValue(Object) - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Sets the value from any Number instance. +
    setVariablePrefix(char) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Sets the variable prefix to use. +
    setVariablePrefix(String) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Sets the variable prefix to use. +
    setVariablePrefixMatcher(StrMatcher) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Sets the variable prefix matcher currently in use. +
    setVariableResolver(StrLookup) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Sets the VariableResolver that is used to lookup variables. +
    setVariableSuffix(char) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Sets the variable suffix to use. +
    setVariableSuffix(String) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Sets the variable suffix to use. +
    setVariableSuffixMatcher(StrMatcher) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Sets the variable suffix matcher currently in use. +
    setYears(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Sets the years field to a date returning a new object. +
    shortValue() - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Returns the value of this MutableShort as a short. +
    singleQuoteMatcher() - +Static method in class org.apache.commons.lang.text.StrMatcher +
    Returns a matcher which matches the single quote character. +
    size - +Variable in class org.apache.commons.lang.text.StrBuilder +
    Current size of the buffer. +
    size() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Gets the length of the string builder. +
    size() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Gets the number of tokens found in the String. +
    spaceMatcher() - +Static method in class org.apache.commons.lang.text.StrMatcher +
    Returns a matcher which matches the space character. +
    split(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Splits the provided text into an array, using whitespace as the + separator. +
    split(String, char) - +Static method in class org.apache.commons.lang.StringUtils +
    Splits the provided text into an array, separator specified. +
    split(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Splits the provided text into an array, separators specified. +
    split(String, String, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Splits the provided text into an array with a maximum length, + separators specified. +
    split() - +Method in class org.apache.commons.lang.time.StopWatch +
    + Split the time. +
    splitByCharacterType(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Splits a String by Character type as returned by + java.lang.Character.getType(char). +
    splitByCharacterTypeCamelCase(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Splits a String by Character type as returned by + java.lang.Character.getType(char). +
    splitByWholeSeparator(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Splits the provided text into an array, separator string specified. +
    splitByWholeSeparator(String, String, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Splits the provided text into an array, separator string specified. +
    splitByWholeSeparatorPreserveAllTokens(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Splits the provided text into an array, separator string specified. +
    splitByWholeSeparatorPreserveAllTokens(String, String, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Splits the provided text into an array, separator string specified. +
    splitMatcher() - +Static method in class org.apache.commons.lang.text.StrMatcher +
    Matches the same characters as StringTokenizer, + namely space, tab, newline and formfeed. +
    splitPreserveAllTokens(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Splits the provided text into an array, using whitespace as the + separator, preserving all tokens, including empty tokens created by + adjacent separators. +
    splitPreserveAllTokens(String, char) - +Static method in class org.apache.commons.lang.StringUtils +
    Splits the provided text into an array, separator specified, + preserving all tokens, including empty tokens created by adjacent + separators. +
    splitPreserveAllTokens(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Splits the provided text into an array, separators specified, + preserving all tokens, including empty tokens created by adjacent + separators. +
    splitPreserveAllTokens(String, String, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Splits the provided text into an array with a maximum length, + separators specified, preserving all tokens, including empty tokens + created by adjacent separators. +
    squeeze(String, String) - +Static method in class org.apache.commons.lang.CharSetUtils +
    Squeezes any repetitions of a character that is mentioned in the + supplied set. +
    squeeze(String, String[]) - +Static method in class org.apache.commons.lang.CharSetUtils +
    Squeezes any repetitions of a character that is mentioned in the + supplied set. +
    start() - +Method in class org.apache.commons.lang.time.StopWatch +
    + Start the stopwatch. +
    startsWith(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Check if a String starts with a specified prefix. +
    startsWith(String) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Checks whether this builder starts with the specified string. +
    startsWithIgnoreCase(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Case insensitive check if a String starts with a specified prefix. +
    stop() - +Method in class org.apache.commons.lang.time.StopWatch +
    + Stop the stopwatch. +
    stringMatcher(String) - +Static method in class org.apache.commons.lang.text.StrMatcher +
    Constructor that creates a matcher from a string. +
    stringToInt(String) - +Static method in class org.apache.commons.lang.NumberUtils +
    Deprecated. Convert a String to an int, returning + zero if the conversion fails. +
    stringToInt(String, int) - +Static method in class org.apache.commons.lang.NumberUtils +
    Deprecated. Convert a String to an int, returning a + default value if the conversion fails. +
    stringToInt(String) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Deprecated. Use NumberUtils.toInt(String) + This method will be removed in Commons Lang 3.0 +
    stringToInt(String, int) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Deprecated. Use NumberUtils.toInt(String, int) + This method will be removed in Commons Lang 3.0 +
    strip(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Strips whitespace from the start and end of a String. +
    strip(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Strips any of a set of characters from the start and end of a String. +
    stripAll(String[]) - +Static method in class org.apache.commons.lang.StringUtils +
    Strips whitespace from the start and end of every String in an array. +
    stripAll(String[], String) - +Static method in class org.apache.commons.lang.StringUtils +
    Strips any of a set of characters from the start and end of every + String in an array. +
    stripEnd(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Strips any of a set of characters from the end of a String. +
    stripStart(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Strips any of a set of characters from the start of a String. +
    stripToEmpty(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Strips whitespace from the start and end of a String returning + an empty String if null input. +
    stripToNull(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Strips whitespace from the start and end of a String returning + null if the String is empty ("") after the strip. +
    subarray(Object[], int, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Produces a new array containing the elements between + the start and end indices. +
    subarray(long[], int, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Produces a new long array containing the elements + between the start and end indices. +
    subarray(int[], int, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Produces a new int array containing the elements + between the start and end indices. +
    subarray(short[], int, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Produces a new short array containing the elements + between the start and end indices. +
    subarray(char[], int, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Produces a new char array containing the elements + between the start and end indices. +
    subarray(byte[], int, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Produces a new byte array containing the elements + between the start and end indices. +
    subarray(double[], int, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Produces a new double array containing the elements + between the start and end indices. +
    subarray(float[], int, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Produces a new float array containing the elements + between the start and end indices. +
    subarray(boolean[], int, int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Produces a new boolean array containing the elements + between the start and end indices. +
    substitute(StrBuilder, int, int) - +Method in class org.apache.commons.lang.text.StrSubstitutor +
    Internal method that substitutes the variables. +
    substring(String, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Gets a substring from the specified String avoiding exceptions. +
    substring(String, int, int) - +Static method in class org.apache.commons.lang.StringUtils +
    Gets a substring from the specified String avoiding exceptions. +
    substring(int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Extracts a portion of this string builder as a string. +
    substring(int, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Extracts a portion of this string builder as a string. +
    substringAfter(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Gets the substring after the first occurrence of a separator. +
    substringAfterLast(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Gets the substring after the last occurrence of a separator. +
    substringBefore(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Gets the substring before the first occurrence of a separator. +
    substringBeforeLast(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Gets the substring before the last occurrence of a separator. +
    substringBetween(String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Gets the String that is nested in between two instances of the + same String. +
    substringBetween(String, String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Gets the String that is nested in between two Strings. +
    substringsBetween(String, String, String) - +Static method in class org.apache.commons.lang.StringUtils +
    Searches a String for substrings delimited by a start and end tag, + returning all matching substrings in an array. +
    subtract(Fraction) - +Method in class org.apache.commons.lang.math.Fraction +
    Subtracts the value of another fraction from the value of this one, + returning the result in reduced form. +
    subtract(byte) - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Subtracts a value. +
    subtract(Number) - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Subtracts a value. +
    subtract(double) - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Subtracts a value. +
    subtract(Number) - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Subtracts a value. +
    subtract(float) - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Subtracts a value. +
    subtract(Number) - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Subtracts a value. +
    subtract(int) - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Subtracts a value. +
    subtract(Number) - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Subtracts a value. +
    subtract(long) - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Subtracts a value. +
    subtract(Number) - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Subtracts a value. +
    subtract(short) - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Subtracts a value. +
    subtract(Number) - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Subtracts a value. +
    suspend() - +Method in class org.apache.commons.lang.time.StopWatch +
    + Suspend the stopwatch for later resumption. +
    swapCase(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Swaps the case of a String changing upper and title case to + lower case, and lower case to upper case. +
    swapCase(String) - +Static method in class org.apache.commons.lang.WordUtils +
    Swaps the case of a String using a word based algorithm. +
    systemPropertiesLookup() - +Static method in class org.apache.commons.lang.text.StrLookup +
    Returns a lookup which uses System properties + to lookup the key to value. +
    +
    +

    +T

    +
    +
    THREE_FIFTHS - +Static variable in class org.apache.commons.lang.math.Fraction +
    Fraction representation of 3/5. +
    THREE_QUARTERS - +Static variable in class org.apache.commons.lang.math.Fraction +
    Fraction representation of 3/4. +
    TWO_FIFTHS - +Static variable in class org.apache.commons.lang.math.Fraction +
    Fraction representation of 2/5. +
    TWO_QUARTERS - +Static variable in class org.apache.commons.lang.math.Fraction +
    Fraction representation of 2/4. +
    TWO_THIRDS - +Static variable in class org.apache.commons.lang.math.Fraction +
    Fraction representation of 2/3. +
    ToStringBuilder - class org.apache.commons.lang.builder.ToStringBuilder.
    Assists in implementing Object.toString() methods.
    ToStringBuilder(Object) - +Constructor for class org.apache.commons.lang.builder.ToStringBuilder +
    Constructor for ToStringBuilder. +
    ToStringBuilder(Object, ToStringStyle) - +Constructor for class org.apache.commons.lang.builder.ToStringBuilder +
    Constructor for ToStringBuilder specifying the + output style. +
    ToStringBuilder(Object, ToStringStyle, StringBuffer) - +Constructor for class org.apache.commons.lang.builder.ToStringBuilder +
    Constructor for ToStringBuilder. +
    ToStringStyle - class org.apache.commons.lang.builder.ToStringStyle.
    Controls String formatting for ToStringBuilder.
    ToStringStyle() - +Constructor for class org.apache.commons.lang.builder.ToStringStyle +
    Constructor. +
    tabMatcher() - +Static method in class org.apache.commons.lang.text.StrMatcher +
    Returns a matcher which matches the tab character. +
    toArray() - +Method in class org.apache.commons.lang.math.IntRange +
    Returns an array containing all the integer values in the range. +
    toArray() - +Method in class org.apache.commons.lang.math.LongRange +
    Returns an array containing all the long values in the range. +
    toBoolean(Boolean) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a Boolean to a boolean handling null + by returning false. +
    toBoolean(int) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts an int to a boolean using the convention that zero + is false. +
    toBoolean(int, int, int) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts an int to a boolean specifying the conversion values. +
    toBoolean(Integer, Integer, Integer) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts an Integer to a boolean specifying the conversion values. +
    toBoolean(String) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a String to a boolean (optimised for performance). +
    toBoolean(String, String, String) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a String to a Boolean throwing an exception if no match found. +
    toBooleanDefaultIfNull(Boolean, boolean) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a Boolean to a boolean handling null. +
    toBooleanObject(boolean) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Boolean factory that avoids creating new Boolean objecs all the time. +
    toBooleanObject(int) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts an int to a Boolean using the convention that zero + is false. +
    toBooleanObject(Integer) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts an Integer to a Boolean using the convention that zero + is false. +
    toBooleanObject(int, int, int, int) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts an int to a Boolean specifying the conversion values. +
    toBooleanObject(Integer, Integer, Integer, Integer) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts an Integer to a Boolean specifying the conversion values. +
    toBooleanObject(String) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a String to a Boolean. +
    toBooleanObject(String, String, String, String) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a String to a Boolean throwing an exception if no match. +
    toByte() - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Gets this mutable as an instance of Byte. +
    toChar(Character) - +Static method in class org.apache.commons.lang.CharUtils +
    Converts the Character to a char throwing an exception for null. +
    toChar(Character, char) - +Static method in class org.apache.commons.lang.CharUtils +
    Converts the Character to a char handling null. +
    toChar(String) - +Static method in class org.apache.commons.lang.CharUtils +
    Converts the String to a char using the first character, throwing + an exception on empty Strings. +
    toChar(String, char) - +Static method in class org.apache.commons.lang.CharUtils +
    Converts the String to a char using the first character, defaulting + the value on empty Strings. +
    toCharArray() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Copies the builder's character array into a new character array. +
    toCharArray(int, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Copies part of the builder's character array into a new character array. +
    toCharacterObject(char) - +Static method in class org.apache.commons.lang.CharUtils +
    Converts the character to a Character. +
    toCharacterObject(String) - +Static method in class org.apache.commons.lang.CharUtils +
    Converts the String to a Character using the first character, returning + null for empty Strings. +
    toClass(Object[]) - +Static method in class org.apache.commons.lang.ClassUtils +
    Converts an array of Object in to an array of Class objects. +
    toComparison() - +Method in class org.apache.commons.lang.builder.CompareToBuilder +
    Returns a negative integer, a positive integer, or zero as + the builder has judged the "left-hand" side + as less than, greater than, or equal to the "right-hand" + side. +
    toDouble(String) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Convert a String to a double, returning + 0.0d if the conversion fails. +
    toDouble(String, double) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Convert a String to a double, returning a + default value if the conversion fails. +
    toDouble() - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Gets this mutable as an instance of Double. +
    toFloat(String) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Convert a String to a float, returning + 0.0f if the conversion fails. +
    toFloat(String, float) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Convert a String to a float, returning a + default value if the conversion fails. +
    toFloat() - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Gets this mutable as an instance of Float. +
    toHashCode() - +Method in class org.apache.commons.lang.builder.HashCodeBuilder +
    + Return the computed hashCode. +
    toInt(String) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Convert a String to an int, returning + zero if the conversion fails. +
    toInt(String, int) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Convert a String to an int, returning a + default value if the conversion fails. +
    toIntValue(char) - +Static method in class org.apache.commons.lang.CharUtils +
    Converts the character to the Integer it represents, throwing an + exception if the character is not numeric. +
    toIntValue(char, int) - +Static method in class org.apache.commons.lang.CharUtils +
    Converts the character to the Integer it represents, throwing an + exception if the character is not numeric. +
    toIntValue(Character) - +Static method in class org.apache.commons.lang.CharUtils +
    Converts the character to the Integer it represents, throwing an + exception if the character is not numeric. +
    toIntValue(Character, int) - +Static method in class org.apache.commons.lang.CharUtils +
    Converts the character to the Integer it represents, throwing an + exception if the character is not numeric. +
    toInteger(boolean) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a boolean to an int using the convention that + zero is false. +
    toInteger(boolean, int, int) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a boolean to an int specifying the conversion values. +
    toInteger(Boolean, int, int, int) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a Boolean to an int specifying the conversion values. +
    toInteger() - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Gets this mutable as an instance of Integer. +
    toIntegerObject(boolean) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a boolean to an Integer using the convention that + zero is false. +
    toIntegerObject(Boolean) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a Boolean to a Integer using the convention that + zero is false. +
    toIntegerObject(boolean, Integer, Integer) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a boolean to an Integer specifying the conversion values. +
    toIntegerObject(Boolean, Integer, Integer, Integer) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a Boolean to an Integer specifying the conversion values. +
    toLocale(String) - +Static method in class org.apache.commons.lang.LocaleUtils +
    Converts a String to a Locale. +
    toLong(String) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Convert a String to a long, returning + zero if the conversion fails. +
    toLong(String, long) - +Static method in class org.apache.commons.lang.math.NumberUtils +
    Convert a String to a long, returning a + default value if the conversion fails. +
    toLong() - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Gets this mutable as an instance of Long. +
    toMap(Object[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts the given array into a Map. +
    toObject(char[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of primitive chars to objects. +
    toObject(long[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of primitive longs to objects. +
    toObject(int[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of primitive ints to objects. +
    toObject(short[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of primitive shorts to objects. +
    toObject(byte[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of primitive bytes to objects. +
    toObject(double[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of primitive doubles to objects. +
    toObject(float[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of primitive floats to objects. +
    toObject(boolean[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of primitive booleans to objects. +
    toPattern() - +Method in class org.apache.commons.lang.text.ExtendedMessageFormat +
    +
    toPrimitive(Character[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of object Characters to primitives. +
    toPrimitive(Character[], char) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of object Character to primitives handling null. +
    toPrimitive(Long[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of object Longs to primitives. +
    toPrimitive(Long[], long) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of object Long to primitives handling null. +
    toPrimitive(Integer[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of object Integers to primitives. +
    toPrimitive(Integer[], int) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of object Integer to primitives handling null. +
    toPrimitive(Short[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of object Shorts to primitives. +
    toPrimitive(Short[], short) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of object Short to primitives handling null. +
    toPrimitive(Byte[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of object Bytes to primitives. +
    toPrimitive(Byte[], byte) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of object Bytes to primitives handling null. +
    toPrimitive(Double[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of object Doubles to primitives. +
    toPrimitive(Double[], double) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of object Doubles to primitives handling null. +
    toPrimitive(Float[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of object Floats to primitives. +
    toPrimitive(Float[], float) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of object Floats to primitives handling null. +
    toPrimitive(Boolean[]) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of object Booleans to primitives. +
    toPrimitive(Boolean[], boolean) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Converts an array of object Booleans to primitives handling null. +
    toProperString() - +Method in class org.apache.commons.lang.math.Fraction +
    Gets the fraction as a proper String in the format X Y/Z. +
    toShort() - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Gets this mutable as an instance of Short. +
    toSplitString() - +Method in class org.apache.commons.lang.time.StopWatch +
    + Gets a summary of the split time that the stopwatch recorded as a string. +
    toString(Object) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Outputs an array as a String, treating null as an empty array. +
    toString(Object, String) - +Static method in class org.apache.commons.lang.ArrayUtils +
    Outputs an array as a String handling nulls. +
    toString(Boolean, String, String, String) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a Boolean to a String returning one of the input Strings. +
    toString(boolean, String, String) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a boolean to a String returning one of the input Strings. +
    toString() - +Method in class org.apache.commons.lang.CharRange +
    Gets a string representation of the character range. +
    toString() - +Method in class org.apache.commons.lang.CharSet +
    Gets a string representation of the set. +
    toString(char) - +Static method in class org.apache.commons.lang.CharUtils +
    Converts the character to a String that contains the one character. +
    toString(Character) - +Static method in class org.apache.commons.lang.CharUtils +
    Converts the character to a String that contains the one character. +
    toString() - +Method in class org.apache.commons.lang.NumberRange +
    Deprecated. Returns the string representation of this range. +
    toString(Object) - +Static method in class org.apache.commons.lang.ObjectUtils +
    Gets the toString of an Object returning + an empty string ("") if null input. +
    toString(Object, String) - +Static method in class org.apache.commons.lang.ObjectUtils +
    Gets the toString of an Object returning + a specified text if null input. +
    toString(Object) - +Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Builds a toString value using the default ToStringStyle through reflection. +
    toString(Object, ToStringStyle) - +Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Builds a toString value through reflection. +
    toString(Object, ToStringStyle, boolean) - +Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Builds a toString value through reflection. +
    toString(Object, ToStringStyle, boolean, boolean) - +Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Builds a toString value through reflection. +
    toString(Object, ToStringStyle, boolean, boolean, Class) - +Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Builds a toString value through reflection. +
    toString(Object, ToStringStyle, boolean, Class) - +Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    Deprecated. Use ReflectionToStringBuilder.toString(Object,ToStringStyle,boolean,boolean,Class) +
    toString() - +Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    + Gets the String built by this builder. +
    toString() - +Method in class org.apache.commons.lang.builder.ToStringBuilder +
    Returns the built toString. +
    toString() - +Method in class org.apache.commons.lang.enum.Enum +
    Deprecated. Human readable description of this Enum item. +
    toString() - +Method in class org.apache.commons.lang.enum.ValuedEnum +
    Deprecated. Human readable description of this Enum item. +
    toString() - +Method in class org.apache.commons.lang.enums.Enum +
    Human readable description of this Enum item. +
    toString() - +Method in class org.apache.commons.lang.enums.ValuedEnum +
    Human readable description of this Enum item. +
    toString() - +Method in class org.apache.commons.lang.math.DoubleRange +
    Gets the range as a String. +
    toString() - +Method in class org.apache.commons.lang.math.FloatRange +
    Gets the range as a String. +
    toString() - +Method in class org.apache.commons.lang.math.Fraction +
    Gets the fraction as a String. +
    toString() - +Method in class org.apache.commons.lang.math.IntRange +
    Gets the range as a String. +
    toString() - +Method in class org.apache.commons.lang.math.LongRange +
    Gets the range as a String. +
    toString() - +Method in class org.apache.commons.lang.math.NumberRange +
    Gets the range as a String. +
    toString() - +Method in class org.apache.commons.lang.math.Range +
    Gets the range as a String. +
    toString() - +Method in class org.apache.commons.lang.mutable.MutableBoolean +
    Returns the String value of this mutable. +
    toString() - +Method in class org.apache.commons.lang.mutable.MutableByte +
    Returns the String value of this mutable. +
    toString() - +Method in class org.apache.commons.lang.mutable.MutableDouble +
    Returns the String value of this mutable. +
    toString() - +Method in class org.apache.commons.lang.mutable.MutableFloat +
    Returns the String value of this mutable. +
    toString() - +Method in class org.apache.commons.lang.mutable.MutableInt +
    Returns the String value of this mutable. +
    toString() - +Method in class org.apache.commons.lang.mutable.MutableLong +
    Returns the String value of this mutable. +
    toString() - +Method in class org.apache.commons.lang.mutable.MutableObject +
    Returns the String value of this mutable. +
    toString() - +Method in class org.apache.commons.lang.mutable.MutableShort +
    Returns the String value of this mutable. +
    toString() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Gets a String version of the string builder, creating a new instance + each time the method is called. +
    toString() - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Gets the String content that the tokenizer is parsing. +
    toString() - +Method in class org.apache.commons.lang.time.FastDateFormat +
    Gets a debugging string version of this formatter. +
    toString() - +Method in class org.apache.commons.lang.time.StopWatch +
    + Gets a summary of the time that the stopwatch recorded as a string. +
    toStringBuffer() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Gets a StringBuffer version of the string builder, creating a + new instance each time the method is called. +
    toStringExclude(Object, String) - +Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    Builds a String for a toString method excluding the given field name. +
    toStringExclude(Object, Collection) - +Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    Builds a String for a toString method excluding the given field names. +
    toStringExclude(Object, String[]) - +Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder +
    Builds a String for a toString method excluding the given field names. +
    toStringOnOff(Boolean) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a Boolean to a String returning 'on', + 'off', or null. +
    toStringOnOff(boolean) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a boolean to a String returning 'on' + or 'off'. +
    toStringTrueFalse(Boolean) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a Boolean to a String returning 'true', + 'false', or null. +
    toStringTrueFalse(boolean) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a boolean to a String returning 'true' + or 'false'. +
    toStringYesNo(Boolean) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a Boolean to a String returning 'yes', + 'no', or null. +
    toStringYesNo(boolean) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Converts a boolean to a String returning 'yes' + or 'no'. +
    tokenize(char[], int, int) - +Method in class org.apache.commons.lang.text.StrTokenizer +
    Internal method to performs the tokenization. +
    topDown - +Static variable in class org.apache.commons.lang.exception.NestableDelegate +
    Whether to print the stack trace top-down. +
    translate(String, String, String) - +Static method in class org.apache.commons.lang.CharSetUtils +
    Deprecated. Use StringUtils.replaceChars(String, String, String). + Method will be removed in Commons Lang 3.0. + NOTE: StringUtils#replaceChars behaves differently when 'searchChars' is longer + than 'replaceChars'. CharSetUtils#translate will use the last char of the replacement + string whereas StringUtils#replaceChars will delete +
    trim(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Removes control characters (char <= 32) from both + ends of this String, handling null by returning + null. +
    trim() - +Method in class org.apache.commons.lang.text.StrBuilder +
    Trims the builder by removing characters less than or equal to a space + from the beginning and end. +
    trimMatcher() - +Static method in class org.apache.commons.lang.text.StrMatcher +
    Matches the String trim() whitespace characters. +
    trimStackFrames - +Static variable in class org.apache.commons.lang.exception.NestableDelegate +
    Whether to trim the repeated stack trace. +
    trimStackFrames(List) - +Method in class org.apache.commons.lang.exception.NestableDelegate +
    Trims the stack frames. +
    trimToEmpty(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Removes control characters (char <= 32) from both + ends of this String returning an empty String ("") if the String + is empty ("") after the trim or if it is null. +
    trimToNull(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Removes control characters (char <= 32) from both + ends of this String returning null if the String is + empty ("") after the trim or if it is null. +
    truncate(Date, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Truncate this date, leaving the field specified as the most + significant field. +
    truncate(Calendar, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Truncate this date, leaving the field specified as the most + significant field. +
    truncate(Object, int) - +Static method in class org.apache.commons.lang.time.DateUtils +
    Truncate this date, leaving the field specified as the most + significant field. +
    +
    +

    +U

    +
    +
    USER_COUNTRY - +Static variable in class org.apache.commons.lang.SystemUtils +
    The user.country or user.region System Property. +
    USER_DIR - +Static variable in class org.apache.commons.lang.SystemUtils +
    The user.dir System Property. +
    USER_HOME - +Static variable in class org.apache.commons.lang.SystemUtils +
    The user.home System Property. +
    USER_LANGUAGE - +Static variable in class org.apache.commons.lang.SystemUtils +
    The user.language System Property. +
    USER_NAME - +Static variable in class org.apache.commons.lang.SystemUtils +
    The user.name System Property. +
    USER_TIMEZONE - +Static variable in class org.apache.commons.lang.SystemUtils +
    The user.timezone System Property. +
    US_ASCII - +Static variable in class org.apache.commons.lang.CharEncoding +
    + Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set. +
    UTC_TIME_ZONE - +Static variable in class org.apache.commons.lang.time.DateUtils +
    The UTC time zone (often referred to as GMT). +
    UTF_16 - +Static variable in class org.apache.commons.lang.CharEncoding +
    + Sixteen-bit Unicode Transformation Format, byte order specified by a mandatory initial byte-order mark (either + order accepted on input, big-endian used on output). +
    UTF_16BE - +Static variable in class org.apache.commons.lang.CharEncoding +
    + Sixteen-bit Unicode Transformation Format, big-endian byte order. +
    UTF_16LE - +Static variable in class org.apache.commons.lang.CharEncoding +
    + Sixteen-bit Unicode Transformation Format, little-endian byte order. +
    UTF_8 - +Static variable in class org.apache.commons.lang.CharEncoding +
    + Eight-bit Unicode Transformation Format. +
    UnhandledException - exception org.apache.commons.lang.UnhandledException.
    Thrown when it is impossible or undesirable to consume or throw a checked exception.
    UnhandledException(Throwable) - +Constructor for class org.apache.commons.lang.UnhandledException +
    Constructs the exception using a cause. +
    UnhandledException(String, Throwable) - +Constructor for class org.apache.commons.lang.UnhandledException +
    Constructs the exception using a message and cause. +
    uncapitalise(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Deprecated. Use the standardly named StringUtils.uncapitalize(String). + Method will be removed in Commons Lang 3.0. +
    uncapitalize(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Uncapitalizes a String changing the first letter to title case as + per Character.toLowerCase(char). +
    uncapitalize(String) - +Static method in class org.apache.commons.lang.WordUtils +
    Uncapitalizes all the whitespace separated words in a String. +
    uncapitalize(String, char[]) - +Static method in class org.apache.commons.lang.WordUtils +
    Uncapitalizes all the whitespace separated words in a String. +
    unescapeCsv(String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Returns a String value for an unescaped CSV column. +
    unescapeCsv(Writer, String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Returns a String value for an unescaped CSV column. +
    unescapeHtml(String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Unescapes a string containing entity escapes to a string + containing the actual Unicode characters corresponding to the + escapes. +
    unescapeHtml(Writer, String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Unescapes a string containing entity escapes to a string + containing the actual Unicode characters corresponding to the + escapes. +
    unescapeJava(String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Unescapes any Java literals found in the String. +
    unescapeJava(Writer, String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Unescapes any Java literals found in the String to a + Writer. +
    unescapeJavaScript(String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Unescapes any JavaScript literals found in the String. +
    unescapeJavaScript(Writer, String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Unescapes any JavaScript literals found in the String to a + Writer. +
    unescapeXml(Writer, String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Unescapes a string containing XML entity escapes to a string + containing the actual Unicode characters corresponding to the + escapes. +
    unescapeXml(String) - +Static method in class org.apache.commons.lang.StringEscapeUtils +
    Unescapes a string containing XML entity escapes to a string + containing the actual Unicode characters corresponding to the + escapes. +
    unicodeEscaped(char) - +Static method in class org.apache.commons.lang.CharUtils +
    Converts the string to the unicode format ' '. +
    unicodeEscaped(Character) - +Static method in class org.apache.commons.lang.CharUtils +
    Converts the string to the unicode format ' '. +
    unsplit() - +Method in class org.apache.commons.lang.time.StopWatch +
    + Remove a split. +
    upperCase(String) - +Static method in class org.apache.commons.lang.StringUtils +
    Converts a String to upper case as per String.toUpperCase(). +
    +
    +

    +V

    +
    +
    Validate - class org.apache.commons.lang.Validate.
    Assists in validating arguments.
    Validate() - +Constructor for class org.apache.commons.lang.Validate +
    Constructor. +
    ValuedEnum - class org.apache.commons.lang.enum.ValuedEnum.
    Deprecated. Replaced by org.apache.commons.lang.enums.ValuedEnum + and will be removed in version 3.0. All classes in this package are deprecated and repackaged to + org.apache.commons.lang.enums since enum is a Java 1.5 keyword.
    ValuedEnum(String, int) - +Constructor for class org.apache.commons.lang.enum.ValuedEnum +
    Deprecated. Constructor for enum item. +
    ValuedEnum - class org.apache.commons.lang.enums.ValuedEnum.
    Abstract superclass for type-safe enums with integer values suitable + for use in switch statements.
    ValuedEnum(String, int) - +Constructor for class org.apache.commons.lang.enums.ValuedEnum +
    Constructor for enum item. +
    validateIndex(int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Validates parameters defining a single index in the builder. +
    validateRange(int, int) - +Method in class org.apache.commons.lang.text.StrBuilder +
    Validates parameters defining a range of the builder. +
    +
    +

    +W

    +
    +
    WordUtils - class org.apache.commons.lang.WordUtils.
    Operations on Strings that contain words.
    WordUtils() - +Constructor for class org.apache.commons.lang.WordUtils +
    WordUtils instances should NOT be constructed in + standard programming. +
    wrap(String, int) - +Static method in class org.apache.commons.lang.WordUtils +
    Wraps a single line of text, identifying words by ' '. +
    wrap(String, int, String, boolean) - +Static method in class org.apache.commons.lang.WordUtils +
    Wraps a single line of text, identifying words by ' '. +
    wrapperToPrimitive(Class) - +Static method in class org.apache.commons.lang.ClassUtils +
    Converts the specified wrapper class to its corresponding primitive + class. +
    wrappersToPrimitives(Class[]) - +Static method in class org.apache.commons.lang.ClassUtils +
    Converts the specified array of wrapper Class objects to an array of + its corresponding primitive Class objects. +
    +
    +

    +X

    +
    +
    xor(boolean[]) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Performs an xor on a set of booleans. +
    xor(Boolean[]) - +Static method in class org.apache.commons.lang.BooleanUtils +
    Performs an xor on an array of Booleans. +
    +
    +

    +Z

    +
    +
    ZERO - +Static variable in class org.apache.commons.lang.math.Fraction +
    Fraction representation of 0. +
    +
    +A B C D E F G H I J K L M N O P Q R S T U V W X Z + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/index.html b/Toady/lib/commons-lang-2.4/apidocs/index.html new file mode 100644 index 0000000..d21f0d9 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/index.html @@ -0,0 +1,27 @@ + + + + + + + +Commons Lang 2.4 API + + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/options b/Toady/lib/commons-lang-2.4/apidocs/options new file mode 100644 index 0000000..cbe3054 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/options @@ -0,0 +1,21 @@ +-classpath '/Users/hen/apache/commons-proper/lang/LANG_2_4_RC3/target/classes' + -encoding +'iso-8859-1' +-protected +-source +'1.3' +-sourcepath +'/Users/hen/apache/commons-proper/lang/LANG_2_4_RC3/src/java' +-author +-bottom +'Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.' +-charset +'ISO-8859-1' +-d +'/Users/hen/apache/commons-proper/lang/LANG_2_4_RC3/target/site/apidocs' +-doctitle +'Commons Lang 2.4 API' +-use +-version +-windowtitle +'Commons Lang 2.4 API' \ No newline at end of file diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/ArrayUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/ArrayUtils.html new file mode 100644 index 0000000..96ffc6f --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/ArrayUtils.html @@ -0,0 +1,6144 @@ + + + + + + + +ArrayUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class ArrayUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.ArrayUtils
    +
    +
    +
    +
    public class ArrayUtils
    extends java.lang.Object
    + +

    +

    Operations on arrays, primitive arrays (like int[]) and + primitive wrapper arrays (like Integer[]).

    + +

    This class tries to handle null input gracefully. + An exception will not be thrown for a null + array input. However, an Object array that contains a null + element may throw an exception. Each method documents its behaviour.

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: ArrayUtils.java 632503 2008-03-01 00:21:52Z ggregory $
    +
    Author:
    +
    Stephen Colebourne, Moritz Petersen, Fredrik Westermarck, Nikolay Metchev, Matthew Hawthorne, Tim O'Brien, Pete Gieser, Gary Gregory, Ashwin S, Maarten Coene
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static boolean[]EMPTY_BOOLEAN_ARRAY + +
    +          An empty immutable boolean array.
    +static java.lang.Boolean[]EMPTY_BOOLEAN_OBJECT_ARRAY + +
    +          An empty immutable Boolean array.
    +static byte[]EMPTY_BYTE_ARRAY + +
    +          An empty immutable byte array.
    +static java.lang.Byte[]EMPTY_BYTE_OBJECT_ARRAY + +
    +          An empty immutable Byte array.
    +static char[]EMPTY_CHAR_ARRAY + +
    +          An empty immutable char array.
    +static java.lang.Character[]EMPTY_CHARACTER_OBJECT_ARRAY + +
    +          An empty immutable Character array.
    +static java.lang.Class[]EMPTY_CLASS_ARRAY + +
    +          An empty immutable Class array.
    +static double[]EMPTY_DOUBLE_ARRAY + +
    +          An empty immutable double array.
    +static java.lang.Double[]EMPTY_DOUBLE_OBJECT_ARRAY + +
    +          An empty immutable Double array.
    +static float[]EMPTY_FLOAT_ARRAY + +
    +          An empty immutable float array.
    +static java.lang.Float[]EMPTY_FLOAT_OBJECT_ARRAY + +
    +          An empty immutable Float array.
    +static int[]EMPTY_INT_ARRAY + +
    +          An empty immutable int array.
    +static java.lang.Integer[]EMPTY_INTEGER_OBJECT_ARRAY + +
    +          An empty immutable Integer array.
    +static long[]EMPTY_LONG_ARRAY + +
    +          An empty immutable long array.
    +static java.lang.Long[]EMPTY_LONG_OBJECT_ARRAY + +
    +          An empty immutable Long array.
    +static java.lang.Object[]EMPTY_OBJECT_ARRAY + +
    +          An empty immutable Object array.
    +static short[]EMPTY_SHORT_ARRAY + +
    +          An empty immutable short array.
    +static java.lang.Short[]EMPTY_SHORT_OBJECT_ARRAY + +
    +          An empty immutable Short array.
    +static java.lang.String[]EMPTY_STRING_ARRAY + +
    +          An empty immutable String array.
    +static intINDEX_NOT_FOUND + +
    +          The index value when an element is not found in a list or array: -1.
    +  + + + + + + + + + + +
    +Constructor Summary
    ArrayUtils() + +
    +          ArrayUtils instances should NOT be constructed in standard programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static boolean[]add(boolean[] array, + boolean element) + +
    +          Copies the given array and adds the given element at the end of the new array.
    +static boolean[]add(boolean[] array, + int index, + boolean element) + +
    +          Inserts the specified element at the specified position in the array.
    +static byte[]add(byte[] array, + byte element) + +
    +          Copies the given array and adds the given element at the end of the new array.
    +static byte[]add(byte[] array, + int index, + byte element) + +
    +          Inserts the specified element at the specified position in the array.
    +static char[]add(char[] array, + char element) + +
    +          Copies the given array and adds the given element at the end of the new array.
    +static char[]add(char[] array, + int index, + char element) + +
    +          Inserts the specified element at the specified position in the array.
    +static double[]add(double[] array, + double element) + +
    +          Copies the given array and adds the given element at the end of the new array.
    +static double[]add(double[] array, + int index, + double element) + +
    +          Inserts the specified element at the specified position in the array.
    +static float[]add(float[] array, + float element) + +
    +          Copies the given array and adds the given element at the end of the new array.
    +static float[]add(float[] array, + int index, + float element) + +
    +          Inserts the specified element at the specified position in the array.
    +static int[]add(int[] array, + int element) + +
    +          Copies the given array and adds the given element at the end of the new array.
    +static int[]add(int[] array, + int index, + int element) + +
    +          Inserts the specified element at the specified position in the array.
    +static long[]add(long[] array, + int index, + long element) + +
    +          Inserts the specified element at the specified position in the array.
    +static long[]add(long[] array, + long element) + +
    +          Copies the given array and adds the given element at the end of the new array.
    +static java.lang.Object[]add(java.lang.Object[] array, + int index, + java.lang.Object element) + +
    +          Inserts the specified element at the specified position in the array.
    +static java.lang.Object[]add(java.lang.Object[] array, + java.lang.Object element) + +
    +          Copies the given array and adds the given element at the end of the new array.
    +static short[]add(short[] array, + int index, + short element) + +
    +          Inserts the specified element at the specified position in the array.
    +static short[]add(short[] array, + short element) + +
    +          Copies the given array and adds the given element at the end of the new array.
    +static boolean[]addAll(boolean[] array1, + boolean[] array2) + +
    +          Adds all the elements of the given arrays into a new array.
    +static byte[]addAll(byte[] array1, + byte[] array2) + +
    +          Adds all the elements of the given arrays into a new array.
    +static char[]addAll(char[] array1, + char[] array2) + +
    +          Adds all the elements of the given arrays into a new array.
    +static double[]addAll(double[] array1, + double[] array2) + +
    +          Adds all the elements of the given arrays into a new array.
    +static float[]addAll(float[] array1, + float[] array2) + +
    +          Adds all the elements of the given arrays into a new array.
    +static int[]addAll(int[] array1, + int[] array2) + +
    +          Adds all the elements of the given arrays into a new array.
    +static long[]addAll(long[] array1, + long[] array2) + +
    +          Adds all the elements of the given arrays into a new array.
    +static java.lang.Object[]addAll(java.lang.Object[] array1, + java.lang.Object[] array2) + +
    +          Adds all the elements of the given arrays into a new array.
    +static short[]addAll(short[] array1, + short[] array2) + +
    +          Adds all the elements of the given arrays into a new array.
    +static boolean[]clone(boolean[] array) + +
    +          Clones an array returning a typecast result and handling + null.
    +static byte[]clone(byte[] array) + +
    +          Clones an array returning a typecast result and handling + null.
    +static char[]clone(char[] array) + +
    +          Clones an array returning a typecast result and handling + null.
    +static double[]clone(double[] array) + +
    +          Clones an array returning a typecast result and handling + null.
    +static float[]clone(float[] array) + +
    +          Clones an array returning a typecast result and handling + null.
    +static int[]clone(int[] array) + +
    +          Clones an array returning a typecast result and handling + null.
    +static long[]clone(long[] array) + +
    +          Clones an array returning a typecast result and handling + null.
    +static java.lang.Object[]clone(java.lang.Object[] array) + +
    +          Shallow clones an array returning a typecast result and handling + null.
    +static short[]clone(short[] array) + +
    +          Clones an array returning a typecast result and handling + null.
    +static booleancontains(boolean[] array, + boolean valueToFind) + +
    +          Checks if the value is in the given array.
    +static booleancontains(byte[] array, + byte valueToFind) + +
    +          Checks if the value is in the given array.
    +static booleancontains(char[] array, + char valueToFind) + +
    +          Checks if the value is in the given array.
    +static booleancontains(double[] array, + double valueToFind) + +
    +          Checks if the value is in the given array.
    +static booleancontains(double[] array, + double valueToFind, + double tolerance) + +
    +          Checks if a value falling within the given tolerance is in the + given array.
    +static booleancontains(float[] array, + float valueToFind) + +
    +          Checks if the value is in the given array.
    +static booleancontains(int[] array, + int valueToFind) + +
    +          Checks if the value is in the given array.
    +static booleancontains(long[] array, + long valueToFind) + +
    +          Checks if the value is in the given array.
    +static booleancontains(java.lang.Object[] array, + java.lang.Object objectToFind) + +
    +          Checks if the object is in the given array.
    +static booleancontains(short[] array, + short valueToFind) + +
    +          Checks if the value is in the given array.
    +static intgetLength(java.lang.Object array) + +
    +          Returns the length of the specified array.
    +static inthashCode(java.lang.Object array) + +
    +          Get a hashCode for an array handling multi-dimensional arrays correctly.
    +static intindexOf(boolean[] array, + boolean valueToFind) + +
    +          Finds the index of the given value in the array.
    +static intindexOf(boolean[] array, + boolean valueToFind, + int startIndex) + +
    +          Finds the index of the given value in the array starting at the given index.
    +static intindexOf(byte[] array, + byte valueToFind) + +
    +          Finds the index of the given value in the array.
    +static intindexOf(byte[] array, + byte valueToFind, + int startIndex) + +
    +          Finds the index of the given value in the array starting at the given index.
    +static intindexOf(char[] array, + char valueToFind) + +
    +          Finds the index of the given value in the array.
    +static intindexOf(char[] array, + char valueToFind, + int startIndex) + +
    +          Finds the index of the given value in the array starting at the given index.
    +static intindexOf(double[] array, + double valueToFind) + +
    +          Finds the index of the given value in the array.
    +static intindexOf(double[] array, + double valueToFind, + double tolerance) + +
    +          Finds the index of the given value within a given tolerance in the array.
    +static intindexOf(double[] array, + double valueToFind, + int startIndex) + +
    +          Finds the index of the given value in the array starting at the given index.
    +static intindexOf(double[] array, + double valueToFind, + int startIndex, + double tolerance) + +
    +          Finds the index of the given value in the array starting at the given index.
    +static intindexOf(float[] array, + float valueToFind) + +
    +          Finds the index of the given value in the array.
    +static intindexOf(float[] array, + float valueToFind, + int startIndex) + +
    +          Finds the index of the given value in the array starting at the given index.
    +static intindexOf(int[] array, + int valueToFind) + +
    +          Finds the index of the given value in the array.
    +static intindexOf(int[] array, + int valueToFind, + int startIndex) + +
    +          Finds the index of the given value in the array starting at the given index.
    +static intindexOf(long[] array, + long valueToFind) + +
    +          Finds the index of the given value in the array.
    +static intindexOf(long[] array, + long valueToFind, + int startIndex) + +
    +          Finds the index of the given value in the array starting at the given index.
    +static intindexOf(java.lang.Object[] array, + java.lang.Object objectToFind) + +
    +          Finds the index of the given object in the array.
    +static intindexOf(java.lang.Object[] array, + java.lang.Object objectToFind, + int startIndex) + +
    +          Finds the index of the given object in the array starting at the given index.
    +static intindexOf(short[] array, + short valueToFind) + +
    +          Finds the index of the given value in the array.
    +static intindexOf(short[] array, + short valueToFind, + int startIndex) + +
    +          Finds the index of the given value in the array starting at the given index.
    +static booleanisEmpty(boolean[] array) + +
    +          Checks if an array of primitive booleans is empty or null.
    +static booleanisEmpty(byte[] array) + +
    +          Checks if an array of primitive bytes is empty or null.
    +static booleanisEmpty(char[] array) + +
    +          Checks if an array of primitive chars is empty or null.
    +static booleanisEmpty(double[] array) + +
    +          Checks if an array of primitive doubles is empty or null.
    +static booleanisEmpty(float[] array) + +
    +          Checks if an array of primitive floats is empty or null.
    +static booleanisEmpty(int[] array) + +
    +          Checks if an array of primitive ints is empty or null.
    +static booleanisEmpty(long[] array) + +
    +          Checks if an array of primitive longs is empty or null.
    +static booleanisEmpty(java.lang.Object[] array) + +
    +          Checks if an array of Objects is empty or null.
    +static booleanisEmpty(short[] array) + +
    +          Checks if an array of primitive shorts is empty or null.
    +static booleanisEquals(java.lang.Object array1, + java.lang.Object array2) + +
    +          Compares two arrays, using equals(), handling multi-dimensional arrays + correctly.
    +static booleanisSameLength(boolean[] array1, + boolean[] array2) + +
    +          Checks whether two arrays are the same length, treating + null arrays as length 0.
    +static booleanisSameLength(byte[] array1, + byte[] array2) + +
    +          Checks whether two arrays are the same length, treating + null arrays as length 0.
    +static booleanisSameLength(char[] array1, + char[] array2) + +
    +          Checks whether two arrays are the same length, treating + null arrays as length 0.
    +static booleanisSameLength(double[] array1, + double[] array2) + +
    +          Checks whether two arrays are the same length, treating + null arrays as length 0.
    +static booleanisSameLength(float[] array1, + float[] array2) + +
    +          Checks whether two arrays are the same length, treating + null arrays as length 0.
    +static booleanisSameLength(int[] array1, + int[] array2) + +
    +          Checks whether two arrays are the same length, treating + null arrays as length 0.
    +static booleanisSameLength(long[] array1, + long[] array2) + +
    +          Checks whether two arrays are the same length, treating + null arrays as length 0.
    +static booleanisSameLength(java.lang.Object[] array1, + java.lang.Object[] array2) + +
    +          Checks whether two arrays are the same length, treating + null arrays as length 0.
    +static booleanisSameLength(short[] array1, + short[] array2) + +
    +          Checks whether two arrays are the same length, treating + null arrays as length 0.
    +static booleanisSameType(java.lang.Object array1, + java.lang.Object array2) + +
    +          Checks whether two arrays are the same type taking into account + multi-dimensional arrays.
    +static intlastIndexOf(boolean[] array, + boolean valueToFind) + +
    +          Finds the last index of the given value within the array.
    +static intlastIndexOf(boolean[] array, + boolean valueToFind, + int startIndex) + +
    +          Finds the last index of the given value in the array starting at the given index.
    +static intlastIndexOf(byte[] array, + byte valueToFind) + +
    +          Finds the last index of the given value within the array.
    +static intlastIndexOf(byte[] array, + byte valueToFind, + int startIndex) + +
    +          Finds the last index of the given value in the array starting at the given index.
    +static intlastIndexOf(char[] array, + char valueToFind) + +
    +          Finds the last index of the given value within the array.
    +static intlastIndexOf(char[] array, + char valueToFind, + int startIndex) + +
    +          Finds the last index of the given value in the array starting at the given index.
    +static intlastIndexOf(double[] array, + double valueToFind) + +
    +          Finds the last index of the given value within the array.
    +static intlastIndexOf(double[] array, + double valueToFind, + double tolerance) + +
    +          Finds the last index of the given value within a given tolerance in the array.
    +static intlastIndexOf(double[] array, + double valueToFind, + int startIndex) + +
    +          Finds the last index of the given value in the array starting at the given index.
    +static intlastIndexOf(double[] array, + double valueToFind, + int startIndex, + double tolerance) + +
    +          Finds the last index of the given value in the array starting at the given index.
    +static intlastIndexOf(float[] array, + float valueToFind) + +
    +          Finds the last index of the given value within the array.
    +static intlastIndexOf(float[] array, + float valueToFind, + int startIndex) + +
    +          Finds the last index of the given value in the array starting at the given index.
    +static intlastIndexOf(int[] array, + int valueToFind) + +
    +          Finds the last index of the given value within the array.
    +static intlastIndexOf(int[] array, + int valueToFind, + int startIndex) + +
    +          Finds the last index of the given value in the array starting at the given index.
    +static intlastIndexOf(long[] array, + long valueToFind) + +
    +          Finds the last index of the given value within the array.
    +static intlastIndexOf(long[] array, + long valueToFind, + int startIndex) + +
    +          Finds the last index of the given value in the array starting at the given index.
    +static intlastIndexOf(java.lang.Object[] array, + java.lang.Object objectToFind) + +
    +          Finds the last index of the given object within the array.
    +static intlastIndexOf(java.lang.Object[] array, + java.lang.Object objectToFind, + int startIndex) + +
    +          Finds the last index of the given object in the array starting at the given index.
    +static intlastIndexOf(short[] array, + short valueToFind) + +
    +          Finds the last index of the given value within the array.
    +static intlastIndexOf(short[] array, + short valueToFind, + int startIndex) + +
    +          Finds the last index of the given value in the array starting at the given index.
    +static boolean[]remove(boolean[] array, + int index) + +
    +          Removes the element at the specified position from the specified array.
    +static byte[]remove(byte[] array, + int index) + +
    +          Removes the element at the specified position from the specified array.
    +static char[]remove(char[] array, + int index) + +
    +          Removes the element at the specified position from the specified array.
    +static double[]remove(double[] array, + int index) + +
    +          Removes the element at the specified position from the specified array.
    +static float[]remove(float[] array, + int index) + +
    +          Removes the element at the specified position from the specified array.
    +static int[]remove(int[] array, + int index) + +
    +          Removes the element at the specified position from the specified array.
    +static long[]remove(long[] array, + int index) + +
    +          Removes the element at the specified position from the specified array.
    +static java.lang.Object[]remove(java.lang.Object[] array, + int index) + +
    +          Removes the element at the specified position from the specified array.
    +static short[]remove(short[] array, + int index) + +
    +          Removes the element at the specified position from the specified array.
    +static boolean[]removeElement(boolean[] array, + boolean element) + +
    +          Removes the first occurrence of the specified element from the + specified array.
    +static byte[]removeElement(byte[] array, + byte element) + +
    +          Removes the first occurrence of the specified element from the + specified array.
    +static char[]removeElement(char[] array, + char element) + +
    +          Removes the first occurrence of the specified element from the + specified array.
    +static double[]removeElement(double[] array, + double element) + +
    +          Removes the first occurrence of the specified element from the + specified array.
    +static float[]removeElement(float[] array, + float element) + +
    +          Removes the first occurrence of the specified element from the + specified array.
    +static int[]removeElement(int[] array, + int element) + +
    +          Removes the first occurrence of the specified element from the + specified array.
    +static long[]removeElement(long[] array, + long element) + +
    +          Removes the first occurrence of the specified element from the + specified array.
    +static java.lang.Object[]removeElement(java.lang.Object[] array, + java.lang.Object element) + +
    +          Removes the first occurrence of the specified element from the + specified array.
    +static short[]removeElement(short[] array, + short element) + +
    +          Removes the first occurrence of the specified element from the + specified array.
    +static voidreverse(boolean[] array) + +
    +          Reverses the order of the given array.
    +static voidreverse(byte[] array) + +
    +          Reverses the order of the given array.
    +static voidreverse(char[] array) + +
    +          Reverses the order of the given array.
    +static voidreverse(double[] array) + +
    +          Reverses the order of the given array.
    +static voidreverse(float[] array) + +
    +          Reverses the order of the given array.
    +static voidreverse(int[] array) + +
    +          Reverses the order of the given array.
    +static voidreverse(long[] array) + +
    +          Reverses the order of the given array.
    +static voidreverse(java.lang.Object[] array) + +
    +          Reverses the order of the given array.
    +static voidreverse(short[] array) + +
    +          Reverses the order of the given array.
    +static boolean[]subarray(boolean[] array, + int startIndexInclusive, + int endIndexExclusive) + +
    +          Produces a new boolean array containing the elements + between the start and end indices.
    +static byte[]subarray(byte[] array, + int startIndexInclusive, + int endIndexExclusive) + +
    +          Produces a new byte array containing the elements + between the start and end indices.
    +static char[]subarray(char[] array, + int startIndexInclusive, + int endIndexExclusive) + +
    +          Produces a new char array containing the elements + between the start and end indices.
    +static double[]subarray(double[] array, + int startIndexInclusive, + int endIndexExclusive) + +
    +          Produces a new double array containing the elements + between the start and end indices.
    +static float[]subarray(float[] array, + int startIndexInclusive, + int endIndexExclusive) + +
    +          Produces a new float array containing the elements + between the start and end indices.
    +static int[]subarray(int[] array, + int startIndexInclusive, + int endIndexExclusive) + +
    +          Produces a new int array containing the elements + between the start and end indices.
    +static long[]subarray(long[] array, + int startIndexInclusive, + int endIndexExclusive) + +
    +          Produces a new long array containing the elements + between the start and end indices.
    +static java.lang.Object[]subarray(java.lang.Object[] array, + int startIndexInclusive, + int endIndexExclusive) + +
    +          Produces a new array containing the elements between + the start and end indices.
    +static short[]subarray(short[] array, + int startIndexInclusive, + int endIndexExclusive) + +
    +          Produces a new short array containing the elements + between the start and end indices.
    +static java.util.MaptoMap(java.lang.Object[] array) + +
    +          Converts the given array into a Map.
    +static java.lang.Boolean[]toObject(boolean[] array) + +
    +          Converts an array of primitive booleans to objects.
    +static java.lang.Byte[]toObject(byte[] array) + +
    +          Converts an array of primitive bytes to objects.
    +static java.lang.Character[]toObject(char[] array) + +
    +          Converts an array of primitive chars to objects.
    +static java.lang.Double[]toObject(double[] array) + +
    +          Converts an array of primitive doubles to objects.
    +static java.lang.Float[]toObject(float[] array) + +
    +          Converts an array of primitive floats to objects.
    +static java.lang.Integer[]toObject(int[] array) + +
    +          Converts an array of primitive ints to objects.
    +static java.lang.Long[]toObject(long[] array) + +
    +          Converts an array of primitive longs to objects.
    +static java.lang.Short[]toObject(short[] array) + +
    +          Converts an array of primitive shorts to objects.
    +static boolean[]toPrimitive(java.lang.Boolean[] array) + +
    +          Converts an array of object Booleans to primitives.
    +static boolean[]toPrimitive(java.lang.Boolean[] array, + boolean valueForNull) + +
    +          Converts an array of object Booleans to primitives handling null.
    +static byte[]toPrimitive(java.lang.Byte[] array) + +
    +          Converts an array of object Bytes to primitives.
    +static byte[]toPrimitive(java.lang.Byte[] array, + byte valueForNull) + +
    +          Converts an array of object Bytes to primitives handling null.
    +static char[]toPrimitive(java.lang.Character[] array) + +
    +          Converts an array of object Characters to primitives.
    +static char[]toPrimitive(java.lang.Character[] array, + char valueForNull) + +
    +          Converts an array of object Character to primitives handling null.
    +static double[]toPrimitive(java.lang.Double[] array) + +
    +          Converts an array of object Doubles to primitives.
    +static double[]toPrimitive(java.lang.Double[] array, + double valueForNull) + +
    +          Converts an array of object Doubles to primitives handling null.
    +static float[]toPrimitive(java.lang.Float[] array) + +
    +          Converts an array of object Floats to primitives.
    +static float[]toPrimitive(java.lang.Float[] array, + float valueForNull) + +
    +          Converts an array of object Floats to primitives handling null.
    +static int[]toPrimitive(java.lang.Integer[] array) + +
    +          Converts an array of object Integers to primitives.
    +static int[]toPrimitive(java.lang.Integer[] array, + int valueForNull) + +
    +          Converts an array of object Integer to primitives handling null.
    +static long[]toPrimitive(java.lang.Long[] array) + +
    +          Converts an array of object Longs to primitives.
    +static long[]toPrimitive(java.lang.Long[] array, + long valueForNull) + +
    +          Converts an array of object Long to primitives handling null.
    +static short[]toPrimitive(java.lang.Short[] array) + +
    +          Converts an array of object Shorts to primitives.
    +static short[]toPrimitive(java.lang.Short[] array, + short valueForNull) + +
    +          Converts an array of object Short to primitives handling null.
    +static java.lang.StringtoString(java.lang.Object array) + +
    +          Outputs an array as a String, treating null as an empty array.
    +static java.lang.StringtoString(java.lang.Object array, + java.lang.String stringIfNull) + +
    +          Outputs an array as a String handling nulls.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +EMPTY_OBJECT_ARRAY

    +
    +public static final java.lang.Object[] EMPTY_OBJECT_ARRAY
    +
    +
    An empty immutable Object array. +

    +

    +
    +
    +
    + +

    +EMPTY_CLASS_ARRAY

    +
    +public static final java.lang.Class[] EMPTY_CLASS_ARRAY
    +
    +
    An empty immutable Class array. +

    +

    +
    +
    +
    + +

    +EMPTY_STRING_ARRAY

    +
    +public static final java.lang.String[] EMPTY_STRING_ARRAY
    +
    +
    An empty immutable String array. +

    +

    +
    +
    +
    + +

    +EMPTY_LONG_ARRAY

    +
    +public static final long[] EMPTY_LONG_ARRAY
    +
    +
    An empty immutable long array. +

    +

    +
    +
    +
    + +

    +EMPTY_LONG_OBJECT_ARRAY

    +
    +public static final java.lang.Long[] EMPTY_LONG_OBJECT_ARRAY
    +
    +
    An empty immutable Long array. +

    +

    +
    +
    +
    + +

    +EMPTY_INT_ARRAY

    +
    +public static final int[] EMPTY_INT_ARRAY
    +
    +
    An empty immutable int array. +

    +

    +
    +
    +
    + +

    +EMPTY_INTEGER_OBJECT_ARRAY

    +
    +public static final java.lang.Integer[] EMPTY_INTEGER_OBJECT_ARRAY
    +
    +
    An empty immutable Integer array. +

    +

    +
    +
    +
    + +

    +EMPTY_SHORT_ARRAY

    +
    +public static final short[] EMPTY_SHORT_ARRAY
    +
    +
    An empty immutable short array. +

    +

    +
    +
    +
    + +

    +EMPTY_SHORT_OBJECT_ARRAY

    +
    +public static final java.lang.Short[] EMPTY_SHORT_OBJECT_ARRAY
    +
    +
    An empty immutable Short array. +

    +

    +
    +
    +
    + +

    +EMPTY_BYTE_ARRAY

    +
    +public static final byte[] EMPTY_BYTE_ARRAY
    +
    +
    An empty immutable byte array. +

    +

    +
    +
    +
    + +

    +EMPTY_BYTE_OBJECT_ARRAY

    +
    +public static final java.lang.Byte[] EMPTY_BYTE_OBJECT_ARRAY
    +
    +
    An empty immutable Byte array. +

    +

    +
    +
    +
    + +

    +EMPTY_DOUBLE_ARRAY

    +
    +public static final double[] EMPTY_DOUBLE_ARRAY
    +
    +
    An empty immutable double array. +

    +

    +
    +
    +
    + +

    +EMPTY_DOUBLE_OBJECT_ARRAY

    +
    +public static final java.lang.Double[] EMPTY_DOUBLE_OBJECT_ARRAY
    +
    +
    An empty immutable Double array. +

    +

    +
    +
    +
    + +

    +EMPTY_FLOAT_ARRAY

    +
    +public static final float[] EMPTY_FLOAT_ARRAY
    +
    +
    An empty immutable float array. +

    +

    +
    +
    +
    + +

    +EMPTY_FLOAT_OBJECT_ARRAY

    +
    +public static final java.lang.Float[] EMPTY_FLOAT_OBJECT_ARRAY
    +
    +
    An empty immutable Float array. +

    +

    +
    +
    +
    + +

    +EMPTY_BOOLEAN_ARRAY

    +
    +public static final boolean[] EMPTY_BOOLEAN_ARRAY
    +
    +
    An empty immutable boolean array. +

    +

    +
    +
    +
    + +

    +EMPTY_BOOLEAN_OBJECT_ARRAY

    +
    +public static final java.lang.Boolean[] EMPTY_BOOLEAN_OBJECT_ARRAY
    +
    +
    An empty immutable Boolean array. +

    +

    +
    +
    +
    + +

    +EMPTY_CHAR_ARRAY

    +
    +public static final char[] EMPTY_CHAR_ARRAY
    +
    +
    An empty immutable char array. +

    +

    +
    +
    +
    + +

    +EMPTY_CHARACTER_OBJECT_ARRAY

    +
    +public static final java.lang.Character[] EMPTY_CHARACTER_OBJECT_ARRAY
    +
    +
    An empty immutable Character array. +

    +

    +
    +
    +
    + +

    +INDEX_NOT_FOUND

    +
    +public static final int INDEX_NOT_FOUND
    +
    +
    The index value when an element is not found in a list or array: -1. + This value is returned by methods in this class and can also be used in comparisons with values returned by + various method from List. +

    +

    +
    See Also:
    Constant Field Values
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ArrayUtils

    +
    +public ArrayUtils()
    +
    +

    ArrayUtils instances should NOT be constructed in standard programming. + Instead, the class should be used as ArrayUtils.clone(new int[] {2}).

    + +

    This constructor is public to permit tools that require a JavaBean instance + to operate.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +toString

    +
    +public static java.lang.String toString(java.lang.Object array)
    +
    +

    Outputs an array as a String, treating null as an empty array.

    + +

    Multi-dimensional arrays are handled correctly, including + multi-dimensional primitive arrays.

    + +

    The format is that of Java source code, for example {a,b}.

    +

    +

    +
    Parameters:
    array - the array to get a toString for, may be null +
    Returns:
    a String representation of the array, '{}' if null array input
    +
    +
    +
    + +

    +toString

    +
    +public static java.lang.String toString(java.lang.Object array,
    +                                        java.lang.String stringIfNull)
    +
    +

    Outputs an array as a String handling nulls.

    + +

    Multi-dimensional arrays are handled correctly, including + multi-dimensional primitive arrays.

    + +

    The format is that of Java source code, for example {a,b}.

    +

    +

    +
    Parameters:
    array - the array to get a toString for, may be null
    stringIfNull - the String to return if the array is null +
    Returns:
    a String representation of the array
    +
    +
    +
    + +

    +hashCode

    +
    +public static int hashCode(java.lang.Object array)
    +
    +

    Get a hashCode for an array handling multi-dimensional arrays correctly.

    + +

    Multi-dimensional primitive arrays are also handled correctly by this method.

    +

    +

    +
    Parameters:
    array - the array to get a hashCode for, may be null +
    Returns:
    a hashCode for the array, zero if null array input
    +
    +
    +
    + +

    +isEquals

    +
    +public static boolean isEquals(java.lang.Object array1,
    +                               java.lang.Object array2)
    +
    +

    Compares two arrays, using equals(), handling multi-dimensional arrays + correctly.

    + +

    Multi-dimensional primitive arrays are also handled correctly by this method.

    +

    +

    +
    Parameters:
    array1 - the left hand array to compare, may be null
    array2 - the right hand array to compare, may be null +
    Returns:
    true if the arrays are equal
    +
    +
    +
    + +

    +toMap

    +
    +public static java.util.Map toMap(java.lang.Object[] array)
    +
    +

    Converts the given array into a Map. Each element of the array + must be either a Map.Entry or an Array, containing at least two + elements, where the first element is used as key and the second as + value.

    + +

    This method can be used to initialize:

    +
    + // Create a Map mapping colors.
    + Map colorMap = MapUtils.toMap(new String[][] {{
    +     {"RED", "#FF0000"},
    +     {"GREEN", "#00FF00"},
    +     {"BLUE", "#0000FF"}});
    + 
    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - an array whose elements are either a Map.Entry or + an Array containing at least two elements, may be null +
    Returns:
    a Map that was created from the array +
    Throws: +
    java.lang.IllegalArgumentException - if one element of this Array is + itself an Array containing less then two elements +
    java.lang.IllegalArgumentException - if the array contains elements other + than Map.Entry and an Array
    +
    +
    +
    + +

    +clone

    +
    +public static java.lang.Object[] clone(java.lang.Object[] array)
    +
    +

    Shallow clones an array returning a typecast result and handling + null.

    + +

    The objects in the array are not cloned, thus there is no special + handling for multi-dimensional arrays.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - the array to shallow clone, may be null +
    Returns:
    the cloned array, null if null input
    +
    +
    +
    + +

    +clone

    +
    +public static long[] clone(long[] array)
    +
    +

    Clones an array returning a typecast result and handling + null.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - the array to clone, may be null +
    Returns:
    the cloned array, null if null input
    +
    +
    +
    + +

    +clone

    +
    +public static int[] clone(int[] array)
    +
    +

    Clones an array returning a typecast result and handling + null.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - the array to clone, may be null +
    Returns:
    the cloned array, null if null input
    +
    +
    +
    + +

    +clone

    +
    +public static short[] clone(short[] array)
    +
    +

    Clones an array returning a typecast result and handling + null.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - the array to clone, may be null +
    Returns:
    the cloned array, null if null input
    +
    +
    +
    + +

    +clone

    +
    +public static char[] clone(char[] array)
    +
    +

    Clones an array returning a typecast result and handling + null.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - the array to clone, may be null +
    Returns:
    the cloned array, null if null input
    +
    +
    +
    + +

    +clone

    +
    +public static byte[] clone(byte[] array)
    +
    +

    Clones an array returning a typecast result and handling + null.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - the array to clone, may be null +
    Returns:
    the cloned array, null if null input
    +
    +
    +
    + +

    +clone

    +
    +public static double[] clone(double[] array)
    +
    +

    Clones an array returning a typecast result and handling + null.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - the array to clone, may be null +
    Returns:
    the cloned array, null if null input
    +
    +
    +
    + +

    +clone

    +
    +public static float[] clone(float[] array)
    +
    +

    Clones an array returning a typecast result and handling + null.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - the array to clone, may be null +
    Returns:
    the cloned array, null if null input
    +
    +
    +
    + +

    +clone

    +
    +public static boolean[] clone(boolean[] array)
    +
    +

    Clones an array returning a typecast result and handling + null.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - the array to clone, may be null +
    Returns:
    the cloned array, null if null input
    +
    +
    +
    + +

    +subarray

    +
    +public static java.lang.Object[] subarray(java.lang.Object[] array,
    +                                          int startIndexInclusive,
    +                                          int endIndexExclusive)
    +
    +

    Produces a new array containing the elements between + the start and end indices.

    + +

    The start index is inclusive, the end index exclusive. + Null array input produces null output.

    + +

    The component type of the subarray is always the same as + that of the input array. Thus, if the input is an array of type + Date, the following usage is envisaged:

    + +
    + Date[] someDates = (Date[])ArrayUtils.subarray(allDates, 2, 5);
    + 
    +

    +

    +
    Parameters:
    array - the array
    startIndexInclusive - the starting index. Undervalue (<0) + is promoted to 0, overvalue (>array.length) results + in an empty array.
    endIndexExclusive - elements up to endIndex-1 are present in the + returned subarray. Undervalue (< startIndex) produces + empty array, overvalue (>array.length) is demoted to + array length. +
    Returns:
    a new array containing the elements between + the start and end indices.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +subarray

    +
    +public static long[] subarray(long[] array,
    +                              int startIndexInclusive,
    +                              int endIndexExclusive)
    +
    +

    Produces a new long array containing the elements + between the start and end indices.

    + +

    The start index is inclusive, the end index exclusive. + Null array input produces null output.

    +

    +

    +
    Parameters:
    array - the array
    startIndexInclusive - the starting index. Undervalue (<0) + is promoted to 0, overvalue (>array.length) results + in an empty array.
    endIndexExclusive - elements up to endIndex-1 are present in the + returned subarray. Undervalue (< startIndex) produces + empty array, overvalue (>array.length) is demoted to + array length. +
    Returns:
    a new array containing the elements between + the start and end indices.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +subarray

    +
    +public static int[] subarray(int[] array,
    +                             int startIndexInclusive,
    +                             int endIndexExclusive)
    +
    +

    Produces a new int array containing the elements + between the start and end indices.

    + +

    The start index is inclusive, the end index exclusive. + Null array input produces null output.

    +

    +

    +
    Parameters:
    array - the array
    startIndexInclusive - the starting index. Undervalue (<0) + is promoted to 0, overvalue (>array.length) results + in an empty array.
    endIndexExclusive - elements up to endIndex-1 are present in the + returned subarray. Undervalue (< startIndex) produces + empty array, overvalue (>array.length) is demoted to + array length. +
    Returns:
    a new array containing the elements between + the start and end indices.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +subarray

    +
    +public static short[] subarray(short[] array,
    +                               int startIndexInclusive,
    +                               int endIndexExclusive)
    +
    +

    Produces a new short array containing the elements + between the start and end indices.

    + +

    The start index is inclusive, the end index exclusive. + Null array input produces null output.

    +

    +

    +
    Parameters:
    array - the array
    startIndexInclusive - the starting index. Undervalue (<0) + is promoted to 0, overvalue (>array.length) results + in an empty array.
    endIndexExclusive - elements up to endIndex-1 are present in the + returned subarray. Undervalue (< startIndex) produces + empty array, overvalue (>array.length) is demoted to + array length. +
    Returns:
    a new array containing the elements between + the start and end indices.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +subarray

    +
    +public static char[] subarray(char[] array,
    +                              int startIndexInclusive,
    +                              int endIndexExclusive)
    +
    +

    Produces a new char array containing the elements + between the start and end indices.

    + +

    The start index is inclusive, the end index exclusive. + Null array input produces null output.

    +

    +

    +
    Parameters:
    array - the array
    startIndexInclusive - the starting index. Undervalue (<0) + is promoted to 0, overvalue (>array.length) results + in an empty array.
    endIndexExclusive - elements up to endIndex-1 are present in the + returned subarray. Undervalue (< startIndex) produces + empty array, overvalue (>array.length) is demoted to + array length. +
    Returns:
    a new array containing the elements between + the start and end indices.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +subarray

    +
    +public static byte[] subarray(byte[] array,
    +                              int startIndexInclusive,
    +                              int endIndexExclusive)
    +
    +

    Produces a new byte array containing the elements + between the start and end indices.

    + +

    The start index is inclusive, the end index exclusive. + Null array input produces null output.

    +

    +

    +
    Parameters:
    array - the array
    startIndexInclusive - the starting index. Undervalue (<0) + is promoted to 0, overvalue (>array.length) results + in an empty array.
    endIndexExclusive - elements up to endIndex-1 are present in the + returned subarray. Undervalue (< startIndex) produces + empty array, overvalue (>array.length) is demoted to + array length. +
    Returns:
    a new array containing the elements between + the start and end indices.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +subarray

    +
    +public static double[] subarray(double[] array,
    +                                int startIndexInclusive,
    +                                int endIndexExclusive)
    +
    +

    Produces a new double array containing the elements + between the start and end indices.

    + +

    The start index is inclusive, the end index exclusive. + Null array input produces null output.

    +

    +

    +
    Parameters:
    array - the array
    startIndexInclusive - the starting index. Undervalue (<0) + is promoted to 0, overvalue (>array.length) results + in an empty array.
    endIndexExclusive - elements up to endIndex-1 are present in the + returned subarray. Undervalue (< startIndex) produces + empty array, overvalue (>array.length) is demoted to + array length. +
    Returns:
    a new array containing the elements between + the start and end indices.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +subarray

    +
    +public static float[] subarray(float[] array,
    +                               int startIndexInclusive,
    +                               int endIndexExclusive)
    +
    +

    Produces a new float array containing the elements + between the start and end indices.

    + +

    The start index is inclusive, the end index exclusive. + Null array input produces null output.

    +

    +

    +
    Parameters:
    array - the array
    startIndexInclusive - the starting index. Undervalue (<0) + is promoted to 0, overvalue (>array.length) results + in an empty array.
    endIndexExclusive - elements up to endIndex-1 are present in the + returned subarray. Undervalue (< startIndex) produces + empty array, overvalue (>array.length) is demoted to + array length. +
    Returns:
    a new array containing the elements between + the start and end indices.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +subarray

    +
    +public static boolean[] subarray(boolean[] array,
    +                                 int startIndexInclusive,
    +                                 int endIndexExclusive)
    +
    +

    Produces a new boolean array containing the elements + between the start and end indices.

    + +

    The start index is inclusive, the end index exclusive. + Null array input produces null output.

    +

    +

    +
    Parameters:
    array - the array
    startIndexInclusive - the starting index. Undervalue (<0) + is promoted to 0, overvalue (>array.length) results + in an empty array.
    endIndexExclusive - elements up to endIndex-1 are present in the + returned subarray. Undervalue (< startIndex) produces + empty array, overvalue (>array.length) is demoted to + array length. +
    Returns:
    a new array containing the elements between + the start and end indices.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isSameLength

    +
    +public static boolean isSameLength(java.lang.Object[] array1,
    +                                   java.lang.Object[] array2)
    +
    +

    Checks whether two arrays are the same length, treating + null arrays as length 0. + +

    Any multi-dimensional aspects of the arrays are ignored.

    +

    +

    +
    Parameters:
    array1 - the first array, may be null
    array2 - the second array, may be null +
    Returns:
    true if length of arrays matches, treating + null as an empty array
    +
    +
    +
    + +

    +isSameLength

    +
    +public static boolean isSameLength(long[] array1,
    +                                   long[] array2)
    +
    +

    Checks whether two arrays are the same length, treating + null arrays as length 0.

    +

    +

    +
    Parameters:
    array1 - the first array, may be null
    array2 - the second array, may be null +
    Returns:
    true if length of arrays matches, treating + null as an empty array
    +
    +
    +
    + +

    +isSameLength

    +
    +public static boolean isSameLength(int[] array1,
    +                                   int[] array2)
    +
    +

    Checks whether two arrays are the same length, treating + null arrays as length 0.

    +

    +

    +
    Parameters:
    array1 - the first array, may be null
    array2 - the second array, may be null +
    Returns:
    true if length of arrays matches, treating + null as an empty array
    +
    +
    +
    + +

    +isSameLength

    +
    +public static boolean isSameLength(short[] array1,
    +                                   short[] array2)
    +
    +

    Checks whether two arrays are the same length, treating + null arrays as length 0.

    +

    +

    +
    Parameters:
    array1 - the first array, may be null
    array2 - the second array, may be null +
    Returns:
    true if length of arrays matches, treating + null as an empty array
    +
    +
    +
    + +

    +isSameLength

    +
    +public static boolean isSameLength(char[] array1,
    +                                   char[] array2)
    +
    +

    Checks whether two arrays are the same length, treating + null arrays as length 0.

    +

    +

    +
    Parameters:
    array1 - the first array, may be null
    array2 - the second array, may be null +
    Returns:
    true if length of arrays matches, treating + null as an empty array
    +
    +
    +
    + +

    +isSameLength

    +
    +public static boolean isSameLength(byte[] array1,
    +                                   byte[] array2)
    +
    +

    Checks whether two arrays are the same length, treating + null arrays as length 0.

    +

    +

    +
    Parameters:
    array1 - the first array, may be null
    array2 - the second array, may be null +
    Returns:
    true if length of arrays matches, treating + null as an empty array
    +
    +
    +
    + +

    +isSameLength

    +
    +public static boolean isSameLength(double[] array1,
    +                                   double[] array2)
    +
    +

    Checks whether two arrays are the same length, treating + null arrays as length 0.

    +

    +

    +
    Parameters:
    array1 - the first array, may be null
    array2 - the second array, may be null +
    Returns:
    true if length of arrays matches, treating + null as an empty array
    +
    +
    +
    + +

    +isSameLength

    +
    +public static boolean isSameLength(float[] array1,
    +                                   float[] array2)
    +
    +

    Checks whether two arrays are the same length, treating + null arrays as length 0.

    +

    +

    +
    Parameters:
    array1 - the first array, may be null
    array2 - the second array, may be null +
    Returns:
    true if length of arrays matches, treating + null as an empty array
    +
    +
    +
    + +

    +isSameLength

    +
    +public static boolean isSameLength(boolean[] array1,
    +                                   boolean[] array2)
    +
    +

    Checks whether two arrays are the same length, treating + null arrays as length 0.

    +

    +

    +
    Parameters:
    array1 - the first array, may be null
    array2 - the second array, may be null +
    Returns:
    true if length of arrays matches, treating + null as an empty array
    +
    +
    +
    + +

    +getLength

    +
    +public static int getLength(java.lang.Object array)
    +
    +

    Returns the length of the specified array. + This method can deal with Object arrays and with primitive arrays.

    + +

    If the input array is null, 0 is returned.

    + +
    + ArrayUtils.getLength(null)            = 0
    + ArrayUtils.getLength([])              = 0
    + ArrayUtils.getLength([null])          = 1
    + ArrayUtils.getLength([true, false])   = 2
    + ArrayUtils.getLength([1, 2, 3])       = 3
    + ArrayUtils.getLength(["a", "b", "c"]) = 3
    + 
    +

    +

    +
    Parameters:
    array - the array to retrieve the length from, may be null +
    Returns:
    The length of the array, or 0 if the array is null +
    Throws: +
    java.lang.IllegalArgumentException - if the object arguement is not an array.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isSameType

    +
    +public static boolean isSameType(java.lang.Object array1,
    +                                 java.lang.Object array2)
    +
    +

    Checks whether two arrays are the same type taking into account + multi-dimensional arrays.

    +

    +

    +
    Parameters:
    array1 - the first array, must not be null
    array2 - the second array, must not be null +
    Returns:
    true if type of arrays matches +
    Throws: +
    java.lang.IllegalArgumentException - if either array is null
    +
    +
    +
    + +

    +reverse

    +
    +public static void reverse(java.lang.Object[] array)
    +
    +

    Reverses the order of the given array.

    + +

    There is no special handling for multi-dimensional arrays.

    + +

    This method does nothing for a null input array.

    +

    +

    +
    Parameters:
    array - the array to reverse, may be null
    +
    +
    +
    + +

    +reverse

    +
    +public static void reverse(long[] array)
    +
    +

    Reverses the order of the given array.

    + +

    This method does nothing for a null input array.

    +

    +

    +
    Parameters:
    array - the array to reverse, may be null
    +
    +
    +
    + +

    +reverse

    +
    +public static void reverse(int[] array)
    +
    +

    Reverses the order of the given array.

    + +

    This method does nothing for a null input array.

    +

    +

    +
    Parameters:
    array - the array to reverse, may be null
    +
    +
    +
    + +

    +reverse

    +
    +public static void reverse(short[] array)
    +
    +

    Reverses the order of the given array.

    + +

    This method does nothing for a null input array.

    +

    +

    +
    Parameters:
    array - the array to reverse, may be null
    +
    +
    +
    + +

    +reverse

    +
    +public static void reverse(char[] array)
    +
    +

    Reverses the order of the given array.

    + +

    This method does nothing for a null input array.

    +

    +

    +
    Parameters:
    array - the array to reverse, may be null
    +
    +
    +
    + +

    +reverse

    +
    +public static void reverse(byte[] array)
    +
    +

    Reverses the order of the given array.

    + +

    This method does nothing for a null input array.

    +

    +

    +
    Parameters:
    array - the array to reverse, may be null
    +
    +
    +
    + +

    +reverse

    +
    +public static void reverse(double[] array)
    +
    +

    Reverses the order of the given array.

    + +

    This method does nothing for a null input array.

    +

    +

    +
    Parameters:
    array - the array to reverse, may be null
    +
    +
    +
    + +

    +reverse

    +
    +public static void reverse(float[] array)
    +
    +

    Reverses the order of the given array.

    + +

    This method does nothing for a null input array.

    +

    +

    +
    Parameters:
    array - the array to reverse, may be null
    +
    +
    +
    + +

    +reverse

    +
    +public static void reverse(boolean[] array)
    +
    +

    Reverses the order of the given array.

    + +

    This method does nothing for a null input array.

    +

    +

    +
    Parameters:
    array - the array to reverse, may be null
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(java.lang.Object[] array,
    +                          java.lang.Object objectToFind)
    +
    +

    Finds the index of the given object in the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    objectToFind - the object to find, may be null +
    Returns:
    the index of the object within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(java.lang.Object[] array,
    +                          java.lang.Object objectToFind,
    +                          int startIndex)
    +
    +

    Finds the index of the given object in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex is treated as zero. A startIndex larger than the array + length will return INDEX_NOT_FOUND (-1).

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    objectToFind - the object to find, may be null
    startIndex - the index to start searching at +
    Returns:
    the index of the object within the array starting at the index, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(java.lang.Object[] array,
    +                              java.lang.Object objectToFind)
    +
    +

    Finds the last index of the given object within the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to travers backwords looking for the object, may be null
    objectToFind - the object to find, may be null +
    Returns:
    the last index of the object within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(java.lang.Object[] array,
    +                              java.lang.Object objectToFind,
    +                              int startIndex)
    +
    +

    Finds the last index of the given object in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex will return INDEX_NOT_FOUND (-1). A startIndex larger than + the array length will search from the end of the array.

    +

    +

    +
    Parameters:
    array - the array to traverse for looking for the object, may be null
    objectToFind - the object to find, may be null
    startIndex - the start index to travers backwards from +
    Returns:
    the last index of the object within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +contains

    +
    +public static boolean contains(java.lang.Object[] array,
    +                               java.lang.Object objectToFind)
    +
    +

    Checks if the object is in the given array.

    + +

    The method returns false if a null array is passed in.

    +

    +

    +
    Parameters:
    array - the array to search through
    objectToFind - the object to find +
    Returns:
    true if the array contains the object
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(long[] array,
    +                          long valueToFind)
    +
    +

    Finds the index of the given value in the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(long[] array,
    +                          long valueToFind,
    +                          int startIndex)
    +
    +

    Finds the index of the given value in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex is treated as zero. A startIndex larger than the array + length will return INDEX_NOT_FOUND (-1).

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find
    startIndex - the index to start searching at +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(long[] array,
    +                              long valueToFind)
    +
    +

    Finds the last index of the given value within the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to travers backwords looking for the object, may be null
    valueToFind - the object to find +
    Returns:
    the last index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(long[] array,
    +                              long valueToFind,
    +                              int startIndex)
    +
    +

    Finds the last index of the given value in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex will return INDEX_NOT_FOUND (-1). A startIndex larger than the + array length will search from the end of the array.

    +

    +

    +
    Parameters:
    array - the array to traverse for looking for the object, may be null
    valueToFind - the value to find
    startIndex - the start index to travers backwards from +
    Returns:
    the last index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +contains

    +
    +public static boolean contains(long[] array,
    +                               long valueToFind)
    +
    +

    Checks if the value is in the given array.

    + +

    The method returns false if a null array is passed in.

    +

    +

    +
    Parameters:
    array - the array to search through
    valueToFind - the value to find +
    Returns:
    true if the array contains the object
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(int[] array,
    +                          int valueToFind)
    +
    +

    Finds the index of the given value in the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(int[] array,
    +                          int valueToFind,
    +                          int startIndex)
    +
    +

    Finds the index of the given value in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex is treated as zero. A startIndex larger than the array + length will return INDEX_NOT_FOUND (-1).

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find
    startIndex - the index to start searching at +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(int[] array,
    +                              int valueToFind)
    +
    +

    Finds the last index of the given value within the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to travers backwords looking for the object, may be null
    valueToFind - the object to find +
    Returns:
    the last index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(int[] array,
    +                              int valueToFind,
    +                              int startIndex)
    +
    +

    Finds the last index of the given value in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex will return INDEX_NOT_FOUND (-1). A startIndex larger than the + array length will search from the end of the array.

    +

    +

    +
    Parameters:
    array - the array to traverse for looking for the object, may be null
    valueToFind - the value to find
    startIndex - the start index to travers backwards from +
    Returns:
    the last index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +contains

    +
    +public static boolean contains(int[] array,
    +                               int valueToFind)
    +
    +

    Checks if the value is in the given array.

    + +

    The method returns false if a null array is passed in.

    +

    +

    +
    Parameters:
    array - the array to search through
    valueToFind - the value to find +
    Returns:
    true if the array contains the object
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(short[] array,
    +                          short valueToFind)
    +
    +

    Finds the index of the given value in the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(short[] array,
    +                          short valueToFind,
    +                          int startIndex)
    +
    +

    Finds the index of the given value in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex is treated as zero. A startIndex larger than the array + length will return INDEX_NOT_FOUND (-1).

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find
    startIndex - the index to start searching at +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(short[] array,
    +                              short valueToFind)
    +
    +

    Finds the last index of the given value within the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to travers backwords looking for the object, may be null
    valueToFind - the object to find +
    Returns:
    the last index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(short[] array,
    +                              short valueToFind,
    +                              int startIndex)
    +
    +

    Finds the last index of the given value in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex will return INDEX_NOT_FOUND (-1). A startIndex larger than the + array length will search from the end of the array.

    +

    +

    +
    Parameters:
    array - the array to traverse for looking for the object, may be null
    valueToFind - the value to find
    startIndex - the start index to travers backwards from +
    Returns:
    the last index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +contains

    +
    +public static boolean contains(short[] array,
    +                               short valueToFind)
    +
    +

    Checks if the value is in the given array.

    + +

    The method returns false if a null array is passed in.

    +

    +

    +
    Parameters:
    array - the array to search through
    valueToFind - the value to find +
    Returns:
    true if the array contains the object
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(char[] array,
    +                          char valueToFind)
    +
    +

    Finds the index of the given value in the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(char[] array,
    +                          char valueToFind,
    +                          int startIndex)
    +
    +

    Finds the index of the given value in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex is treated as zero. A startIndex larger than the array + length will return INDEX_NOT_FOUND (-1).

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find
    startIndex - the index to start searching at +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(char[] array,
    +                              char valueToFind)
    +
    +

    Finds the last index of the given value within the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to travers backwords looking for the object, may be null
    valueToFind - the object to find +
    Returns:
    the last index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(char[] array,
    +                              char valueToFind,
    +                              int startIndex)
    +
    +

    Finds the last index of the given value in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex will return INDEX_NOT_FOUND (-1). A startIndex larger than the + array length will search from the end of the array.

    +

    +

    +
    Parameters:
    array - the array to traverse for looking for the object, may be null
    valueToFind - the value to find
    startIndex - the start index to travers backwards from +
    Returns:
    the last index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +contains

    +
    +public static boolean contains(char[] array,
    +                               char valueToFind)
    +
    +

    Checks if the value is in the given array.

    + +

    The method returns false if a null array is passed in.

    +

    +

    +
    Parameters:
    array - the array to search through
    valueToFind - the value to find +
    Returns:
    true if the array contains the object
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(byte[] array,
    +                          byte valueToFind)
    +
    +

    Finds the index of the given value in the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(byte[] array,
    +                          byte valueToFind,
    +                          int startIndex)
    +
    +

    Finds the index of the given value in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex is treated as zero. A startIndex larger than the array + length will return INDEX_NOT_FOUND (-1).

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find
    startIndex - the index to start searching at +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(byte[] array,
    +                              byte valueToFind)
    +
    +

    Finds the last index of the given value within the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to travers backwords looking for the object, may be null
    valueToFind - the object to find +
    Returns:
    the last index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(byte[] array,
    +                              byte valueToFind,
    +                              int startIndex)
    +
    +

    Finds the last index of the given value in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex will return INDEX_NOT_FOUND (-1). A startIndex larger than the + array length will search from the end of the array.

    +

    +

    +
    Parameters:
    array - the array to traverse for looking for the object, may be null
    valueToFind - the value to find
    startIndex - the start index to travers backwards from +
    Returns:
    the last index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +contains

    +
    +public static boolean contains(byte[] array,
    +                               byte valueToFind)
    +
    +

    Checks if the value is in the given array.

    + +

    The method returns false if a null array is passed in.

    +

    +

    +
    Parameters:
    array - the array to search through
    valueToFind - the value to find +
    Returns:
    true if the array contains the object
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(double[] array,
    +                          double valueToFind)
    +
    +

    Finds the index of the given value in the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(double[] array,
    +                          double valueToFind,
    +                          double tolerance)
    +
    +

    Finds the index of the given value within a given tolerance in the array. + This method will return the index of the first value which falls between the region + defined by valueToFind - tolerance and valueToFind + tolerance.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find
    tolerance - tolerance of the search +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(double[] array,
    +                          double valueToFind,
    +                          int startIndex)
    +
    +

    Finds the index of the given value in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex is treated as zero. A startIndex larger than the array + length will return INDEX_NOT_FOUND (-1).

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find
    startIndex - the index to start searching at +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(double[] array,
    +                          double valueToFind,
    +                          int startIndex,
    +                          double tolerance)
    +
    +

    Finds the index of the given value in the array starting at the given index. + This method will return the index of the first value which falls between the region + defined by valueToFind - tolerance and valueToFind + tolerance.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex is treated as zero. A startIndex larger than the array + length will return INDEX_NOT_FOUND (-1).

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find
    startIndex - the index to start searching at
    tolerance - tolerance of the search +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(double[] array,
    +                              double valueToFind)
    +
    +

    Finds the last index of the given value within the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to travers backwords looking for the object, may be null
    valueToFind - the object to find +
    Returns:
    the last index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(double[] array,
    +                              double valueToFind,
    +                              double tolerance)
    +
    +

    Finds the last index of the given value within a given tolerance in the array. + This method will return the index of the last value which falls between the region + defined by valueToFind - tolerance and valueToFind + tolerance.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find
    tolerance - tolerance of the search +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(double[] array,
    +                              double valueToFind,
    +                              int startIndex)
    +
    +

    Finds the last index of the given value in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex will return INDEX_NOT_FOUND (-1). A startIndex larger than the + array length will search from the end of the array.

    +

    +

    +
    Parameters:
    array - the array to traverse for looking for the object, may be null
    valueToFind - the value to find
    startIndex - the start index to travers backwards from +
    Returns:
    the last index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(double[] array,
    +                              double valueToFind,
    +                              int startIndex,
    +                              double tolerance)
    +
    +

    Finds the last index of the given value in the array starting at the given index. + This method will return the index of the last value which falls between the region + defined by valueToFind - tolerance and valueToFind + tolerance.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex will return INDEX_NOT_FOUND (-1). A startIndex larger than the + array length will search from the end of the array.

    +

    +

    +
    Parameters:
    array - the array to traverse for looking for the object, may be null
    valueToFind - the value to find
    startIndex - the start index to travers backwards from
    tolerance - search for value within plus/minus this amount +
    Returns:
    the last index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +contains

    +
    +public static boolean contains(double[] array,
    +                               double valueToFind)
    +
    +

    Checks if the value is in the given array.

    + +

    The method returns false if a null array is passed in.

    +

    +

    +
    Parameters:
    array - the array to search through
    valueToFind - the value to find +
    Returns:
    true if the array contains the object
    +
    +
    +
    + +

    +contains

    +
    +public static boolean contains(double[] array,
    +                               double valueToFind,
    +                               double tolerance)
    +
    +

    Checks if a value falling within the given tolerance is in the + given array. If the array contains a value within the inclusive range + defined by (value - tolerance) to (value + tolerance).

    + +

    The method returns false if a null array + is passed in.

    +

    +

    +
    Parameters:
    array - the array to search
    valueToFind - the value to find
    tolerance - the array contains the tolerance of the search +
    Returns:
    true if value falling within tolerance is in array
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(float[] array,
    +                          float valueToFind)
    +
    +

    Finds the index of the given value in the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(float[] array,
    +                          float valueToFind,
    +                          int startIndex)
    +
    +

    Finds the index of the given value in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex is treated as zero. A startIndex larger than the array + length will return INDEX_NOT_FOUND (-1).

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find
    startIndex - the index to start searching at +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(float[] array,
    +                              float valueToFind)
    +
    +

    Finds the last index of the given value within the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to travers backwords looking for the object, may be null
    valueToFind - the object to find +
    Returns:
    the last index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(float[] array,
    +                              float valueToFind,
    +                              int startIndex)
    +
    +

    Finds the last index of the given value in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex will return INDEX_NOT_FOUND (-1). A startIndex larger than the + array length will search from the end of the array.

    +

    +

    +
    Parameters:
    array - the array to traverse for looking for the object, may be null
    valueToFind - the value to find
    startIndex - the start index to travers backwards from +
    Returns:
    the last index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +contains

    +
    +public static boolean contains(float[] array,
    +                               float valueToFind)
    +
    +

    Checks if the value is in the given array.

    + +

    The method returns false if a null array is passed in.

    +

    +

    +
    Parameters:
    array - the array to search through
    valueToFind - the value to find +
    Returns:
    true if the array contains the object
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(boolean[] array,
    +                          boolean valueToFind)
    +
    +

    Finds the index of the given value in the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(boolean[] array,
    +                          boolean valueToFind,
    +                          int startIndex)
    +
    +

    Finds the index of the given value in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex is treated as zero. A startIndex larger than the array + length will return INDEX_NOT_FOUND (-1).

    +

    +

    +
    Parameters:
    array - the array to search through for the object, may be null
    valueToFind - the value to find
    startIndex - the index to start searching at +
    Returns:
    the index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null + array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(boolean[] array,
    +                              boolean valueToFind)
    +
    +

    Finds the last index of the given value within the array.

    + +

    This method returns INDEX_NOT_FOUND (-1) if + null array input.

    +

    +

    +
    Parameters:
    array - the array to travers backwords looking for the object, may be null
    valueToFind - the object to find +
    Returns:
    the last index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(boolean[] array,
    +                              boolean valueToFind,
    +                              int startIndex)
    +
    +

    Finds the last index of the given value in the array starting at the given index.

    + +

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    + +

    A negative startIndex will return INDEX_NOT_FOUND (-1). A startIndex larger than + the array length will search from the end of the array.

    +

    +

    +
    Parameters:
    array - the array to traverse for looking for the object, may be null
    valueToFind - the value to find
    startIndex - the start index to travers backwards from +
    Returns:
    the last index of the value within the array, + INDEX_NOT_FOUND (-1) if not found or null array input
    +
    +
    +
    + +

    +contains

    +
    +public static boolean contains(boolean[] array,
    +                               boolean valueToFind)
    +
    +

    Checks if the value is in the given array.

    + +

    The method returns false if a null array is passed in.

    +

    +

    +
    Parameters:
    array - the array to search through
    valueToFind - the value to find +
    Returns:
    true if the array contains the object
    +
    +
    +
    + +

    +toPrimitive

    +
    +public static char[] toPrimitive(java.lang.Character[] array)
    +
    +

    Converts an array of object Characters to primitives.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a Character array, may be null +
    Returns:
    a char array, null if null array input +
    Throws: +
    java.lang.NullPointerException - if array content is null
    +
    +
    +
    + +

    +toPrimitive

    +
    +public static char[] toPrimitive(java.lang.Character[] array,
    +                                 char valueForNull)
    +
    +

    Converts an array of object Character to primitives handling null.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a Character array, may be null
    valueForNull - the value to insert if null found +
    Returns:
    a char array, null if null array input
    +
    +
    +
    + +

    +toObject

    +
    +public static java.lang.Character[] toObject(char[] array)
    +
    +

    Converts an array of primitive chars to objects.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a char array +
    Returns:
    a Character array, null if null array input
    +
    +
    +
    + +

    +toPrimitive

    +
    +public static long[] toPrimitive(java.lang.Long[] array)
    +
    +

    Converts an array of object Longs to primitives.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a Long array, may be null +
    Returns:
    a long array, null if null array input +
    Throws: +
    java.lang.NullPointerException - if array content is null
    +
    +
    +
    + +

    +toPrimitive

    +
    +public static long[] toPrimitive(java.lang.Long[] array,
    +                                 long valueForNull)
    +
    +

    Converts an array of object Long to primitives handling null.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a Long array, may be null
    valueForNull - the value to insert if null found +
    Returns:
    a long array, null if null array input
    +
    +
    +
    + +

    +toObject

    +
    +public static java.lang.Long[] toObject(long[] array)
    +
    +

    Converts an array of primitive longs to objects.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a long array +
    Returns:
    a Long array, null if null array input
    +
    +
    +
    + +

    +toPrimitive

    +
    +public static int[] toPrimitive(java.lang.Integer[] array)
    +
    +

    Converts an array of object Integers to primitives.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a Integer array, may be null +
    Returns:
    an int array, null if null array input +
    Throws: +
    java.lang.NullPointerException - if array content is null
    +
    +
    +
    + +

    +toPrimitive

    +
    +public static int[] toPrimitive(java.lang.Integer[] array,
    +                                int valueForNull)
    +
    +

    Converts an array of object Integer to primitives handling null.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a Integer array, may be null
    valueForNull - the value to insert if null found +
    Returns:
    an int array, null if null array input
    +
    +
    +
    + +

    +toObject

    +
    +public static java.lang.Integer[] toObject(int[] array)
    +
    +

    Converts an array of primitive ints to objects.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - an int array +
    Returns:
    an Integer array, null if null array input
    +
    +
    +
    + +

    +toPrimitive

    +
    +public static short[] toPrimitive(java.lang.Short[] array)
    +
    +

    Converts an array of object Shorts to primitives.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a Short array, may be null +
    Returns:
    a byte array, null if null array input +
    Throws: +
    java.lang.NullPointerException - if array content is null
    +
    +
    +
    + +

    +toPrimitive

    +
    +public static short[] toPrimitive(java.lang.Short[] array,
    +                                  short valueForNull)
    +
    +

    Converts an array of object Short to primitives handling null.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a Short array, may be null
    valueForNull - the value to insert if null found +
    Returns:
    a byte array, null if null array input
    +
    +
    +
    + +

    +toObject

    +
    +public static java.lang.Short[] toObject(short[] array)
    +
    +

    Converts an array of primitive shorts to objects.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a short array +
    Returns:
    a Short array, null if null array input
    +
    +
    +
    + +

    +toPrimitive

    +
    +public static byte[] toPrimitive(java.lang.Byte[] array)
    +
    +

    Converts an array of object Bytes to primitives.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a Byte array, may be null +
    Returns:
    a byte array, null if null array input +
    Throws: +
    java.lang.NullPointerException - if array content is null
    +
    +
    +
    + +

    +toPrimitive

    +
    +public static byte[] toPrimitive(java.lang.Byte[] array,
    +                                 byte valueForNull)
    +
    +

    Converts an array of object Bytes to primitives handling null.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a Byte array, may be null
    valueForNull - the value to insert if null found +
    Returns:
    a byte array, null if null array input
    +
    +
    +
    + +

    +toObject

    +
    +public static java.lang.Byte[] toObject(byte[] array)
    +
    +

    Converts an array of primitive bytes to objects.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a byte array +
    Returns:
    a Byte array, null if null array input
    +
    +
    +
    + +

    +toPrimitive

    +
    +public static double[] toPrimitive(java.lang.Double[] array)
    +
    +

    Converts an array of object Doubles to primitives.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a Double array, may be null +
    Returns:
    a double array, null if null array input +
    Throws: +
    java.lang.NullPointerException - if array content is null
    +
    +
    +
    + +

    +toPrimitive

    +
    +public static double[] toPrimitive(java.lang.Double[] array,
    +                                   double valueForNull)
    +
    +

    Converts an array of object Doubles to primitives handling null.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a Double array, may be null
    valueForNull - the value to insert if null found +
    Returns:
    a double array, null if null array input
    +
    +
    +
    + +

    +toObject

    +
    +public static java.lang.Double[] toObject(double[] array)
    +
    +

    Converts an array of primitive doubles to objects.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a double array +
    Returns:
    a Double array, null if null array input
    +
    +
    +
    + +

    +toPrimitive

    +
    +public static float[] toPrimitive(java.lang.Float[] array)
    +
    +

    Converts an array of object Floats to primitives.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a Float array, may be null +
    Returns:
    a float array, null if null array input +
    Throws: +
    java.lang.NullPointerException - if array content is null
    +
    +
    +
    + +

    +toPrimitive

    +
    +public static float[] toPrimitive(java.lang.Float[] array,
    +                                  float valueForNull)
    +
    +

    Converts an array of object Floats to primitives handling null.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a Float array, may be null
    valueForNull - the value to insert if null found +
    Returns:
    a float array, null if null array input
    +
    +
    +
    + +

    +toObject

    +
    +public static java.lang.Float[] toObject(float[] array)
    +
    +

    Converts an array of primitive floats to objects.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a float array +
    Returns:
    a Float array, null if null array input
    +
    +
    +
    + +

    +toPrimitive

    +
    +public static boolean[] toPrimitive(java.lang.Boolean[] array)
    +
    +

    Converts an array of object Booleans to primitives.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a Boolean array, may be null +
    Returns:
    a boolean array, null if null array input +
    Throws: +
    java.lang.NullPointerException - if array content is null
    +
    +
    +
    + +

    +toPrimitive

    +
    +public static boolean[] toPrimitive(java.lang.Boolean[] array,
    +                                    boolean valueForNull)
    +
    +

    Converts an array of object Booleans to primitives handling null.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a Boolean array, may be null
    valueForNull - the value to insert if null found +
    Returns:
    a boolean array, null if null array input
    +
    +
    +
    + +

    +toObject

    +
    +public static java.lang.Boolean[] toObject(boolean[] array)
    +
    +

    Converts an array of primitive booleans to objects.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - a boolean array +
    Returns:
    a Boolean array, null if null array input
    +
    +
    +
    + +

    +isEmpty

    +
    +public static boolean isEmpty(java.lang.Object[] array)
    +
    +

    Checks if an array of Objects is empty or null.

    +

    +

    +
    Parameters:
    array - the array to test +
    Returns:
    true if the array is empty or null
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public static boolean isEmpty(long[] array)
    +
    +

    Checks if an array of primitive longs is empty or null.

    +

    +

    +
    Parameters:
    array - the array to test +
    Returns:
    true if the array is empty or null
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public static boolean isEmpty(int[] array)
    +
    +

    Checks if an array of primitive ints is empty or null.

    +

    +

    +
    Parameters:
    array - the array to test +
    Returns:
    true if the array is empty or null
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public static boolean isEmpty(short[] array)
    +
    +

    Checks if an array of primitive shorts is empty or null.

    +

    +

    +
    Parameters:
    array - the array to test +
    Returns:
    true if the array is empty or null
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public static boolean isEmpty(char[] array)
    +
    +

    Checks if an array of primitive chars is empty or null.

    +

    +

    +
    Parameters:
    array - the array to test +
    Returns:
    true if the array is empty or null
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public static boolean isEmpty(byte[] array)
    +
    +

    Checks if an array of primitive bytes is empty or null.

    +

    +

    +
    Parameters:
    array - the array to test +
    Returns:
    true if the array is empty or null
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public static boolean isEmpty(double[] array)
    +
    +

    Checks if an array of primitive doubles is empty or null.

    +

    +

    +
    Parameters:
    array - the array to test +
    Returns:
    true if the array is empty or null
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public static boolean isEmpty(float[] array)
    +
    +

    Checks if an array of primitive floats is empty or null.

    +

    +

    +
    Parameters:
    array - the array to test +
    Returns:
    true if the array is empty or null
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isEmpty

    +
    +public static boolean isEmpty(boolean[] array)
    +
    +

    Checks if an array of primitive booleans is empty or null.

    +

    +

    +
    Parameters:
    array - the array to test +
    Returns:
    true if the array is empty or null
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +addAll

    +
    +public static java.lang.Object[] addAll(java.lang.Object[] array1,
    +                                        java.lang.Object[] array2)
    +
    +

    Adds all the elements of the given arrays into a new array.

    +

    The new array contains all of the element of array1 followed + by all of the elements array2. When an array is returned, it is always + a new array.

    + +
    + ArrayUtils.addAll(null, null)     = null
    + ArrayUtils.addAll(array1, null)   = cloned copy of array1
    + ArrayUtils.addAll(null, array2)   = cloned copy of array2
    + ArrayUtils.addAll([], [])         = []
    + ArrayUtils.addAll([null], [null]) = [null, null]
    + ArrayUtils.addAll(["a", "b", "c"], ["1", "2", "3"]) = ["a", "b", "c", "1", "2", "3"]
    + 
    +

    +

    +
    Parameters:
    array1 - the first array whose elements are added to the new array, may be null
    array2 - the second array whose elements are added to the new array, may be null +
    Returns:
    The new array, null if null array inputs. + The type of the new array is the type of the first array.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +addAll

    +
    +public static boolean[] addAll(boolean[] array1,
    +                               boolean[] array2)
    +
    +

    Adds all the elements of the given arrays into a new array.

    +

    The new array contains all of the element of array1 followed + by all of the elements array2. When an array is returned, it is always + a new array.

    + +
    + ArrayUtils.addAll(array1, null)   = cloned copy of array1
    + ArrayUtils.addAll(null, array2)   = cloned copy of array2
    + ArrayUtils.addAll([], [])         = []
    + 
    +

    +

    +
    Parameters:
    array1 - the first array whose elements are added to the new array.
    array2 - the second array whose elements are added to the new array. +
    Returns:
    The new boolean[] array.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +addAll

    +
    +public static char[] addAll(char[] array1,
    +                            char[] array2)
    +
    +

    Adds all the elements of the given arrays into a new array.

    +

    The new array contains all of the element of array1 followed + by all of the elements array2. When an array is returned, it is always + a new array.

    + +
    + ArrayUtils.addAll(array1, null)   = cloned copy of array1
    + ArrayUtils.addAll(null, array2)   = cloned copy of array2
    + ArrayUtils.addAll([], [])         = []
    + 
    +

    +

    +
    Parameters:
    array1 - the first array whose elements are added to the new array.
    array2 - the second array whose elements are added to the new array. +
    Returns:
    The new char[] array.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +addAll

    +
    +public static byte[] addAll(byte[] array1,
    +                            byte[] array2)
    +
    +

    Adds all the elements of the given arrays into a new array.

    +

    The new array contains all of the element of array1 followed + by all of the elements array2. When an array is returned, it is always + a new array.

    + +
    + ArrayUtils.addAll(array1, null)   = cloned copy of array1
    + ArrayUtils.addAll(null, array2)   = cloned copy of array2
    + ArrayUtils.addAll([], [])         = []
    + 
    +

    +

    +
    Parameters:
    array1 - the first array whose elements are added to the new array.
    array2 - the second array whose elements are added to the new array. +
    Returns:
    The new byte[] array.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +addAll

    +
    +public static short[] addAll(short[] array1,
    +                             short[] array2)
    +
    +

    Adds all the elements of the given arrays into a new array.

    +

    The new array contains all of the element of array1 followed + by all of the elements array2. When an array is returned, it is always + a new array.

    + +
    + ArrayUtils.addAll(array1, null)   = cloned copy of array1
    + ArrayUtils.addAll(null, array2)   = cloned copy of array2
    + ArrayUtils.addAll([], [])         = []
    + 
    +

    +

    +
    Parameters:
    array1 - the first array whose elements are added to the new array.
    array2 - the second array whose elements are added to the new array. +
    Returns:
    The new short[] array.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +addAll

    +
    +public static int[] addAll(int[] array1,
    +                           int[] array2)
    +
    +

    Adds all the elements of the given arrays into a new array.

    +

    The new array contains all of the element of array1 followed + by all of the elements array2. When an array is returned, it is always + a new array.

    + +
    + ArrayUtils.addAll(array1, null)   = cloned copy of array1
    + ArrayUtils.addAll(null, array2)   = cloned copy of array2
    + ArrayUtils.addAll([], [])         = []
    + 
    +

    +

    +
    Parameters:
    array1 - the first array whose elements are added to the new array.
    array2 - the second array whose elements are added to the new array. +
    Returns:
    The new int[] array.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +addAll

    +
    +public static long[] addAll(long[] array1,
    +                            long[] array2)
    +
    +

    Adds all the elements of the given arrays into a new array.

    +

    The new array contains all of the element of array1 followed + by all of the elements array2. When an array is returned, it is always + a new array.

    + +
    + ArrayUtils.addAll(array1, null)   = cloned copy of array1
    + ArrayUtils.addAll(null, array2)   = cloned copy of array2
    + ArrayUtils.addAll([], [])         = []
    + 
    +

    +

    +
    Parameters:
    array1 - the first array whose elements are added to the new array.
    array2 - the second array whose elements are added to the new array. +
    Returns:
    The new long[] array.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +addAll

    +
    +public static float[] addAll(float[] array1,
    +                             float[] array2)
    +
    +

    Adds all the elements of the given arrays into a new array.

    +

    The new array contains all of the element of array1 followed + by all of the elements array2. When an array is returned, it is always + a new array.

    + +
    + ArrayUtils.addAll(array1, null)   = cloned copy of array1
    + ArrayUtils.addAll(null, array2)   = cloned copy of array2
    + ArrayUtils.addAll([], [])         = []
    + 
    +

    +

    +
    Parameters:
    array1 - the first array whose elements are added to the new array.
    array2 - the second array whose elements are added to the new array. +
    Returns:
    The new float[] array.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +addAll

    +
    +public static double[] addAll(double[] array1,
    +                              double[] array2)
    +
    +

    Adds all the elements of the given arrays into a new array.

    +

    The new array contains all of the element of array1 followed + by all of the elements array2. When an array is returned, it is always + a new array.

    + +
    + ArrayUtils.addAll(array1, null)   = cloned copy of array1
    + ArrayUtils.addAll(null, array2)   = cloned copy of array2
    + ArrayUtils.addAll([], [])         = []
    + 
    +

    +

    +
    Parameters:
    array1 - the first array whose elements are added to the new array.
    array2 - the second array whose elements are added to the new array. +
    Returns:
    The new double[] array.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +add

    +
    +public static java.lang.Object[] add(java.lang.Object[] array,
    +                                     java.lang.Object element)
    +
    +

    Copies the given array and adds the given element at the end of the new array.

    + +

    The new array contains the same elements of the input + array plus the given element in the last position. The component type of + the new array is the same as that of the input array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add(null, null)      = [null]
    + ArrayUtils.add(null, "a")       = ["a"]
    + ArrayUtils.add(["a"], null)     = ["a", null]
    + ArrayUtils.add(["a"], "b")      = ["a", "b"]
    + ArrayUtils.add(["a", "b"], "c") = ["a", "b", "c"]
    + 
    +

    +

    +
    Parameters:
    array - the array to "add" the element to, may be null
    element - the object to add +
    Returns:
    A new array containing the existing elements plus the new element
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +add

    +
    +public static boolean[] add(boolean[] array,
    +                            boolean element)
    +
    +

    Copies the given array and adds the given element at the end of the new array.

    + +

    The new array contains the same elements of the input + array plus the given element in the last position. The component type of + the new array is the same as that of the input array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add(null, true)          = [true]
    + ArrayUtils.add([true], false)       = [true, false]
    + ArrayUtils.add([true, false], true) = [true, false, true]
    + 
    +

    +

    +
    Parameters:
    array - the array to copy and add the element to, may be null
    element - the object to add at the last index of the new array +
    Returns:
    A new array containing the existing elements plus the new element
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +add

    +
    +public static byte[] add(byte[] array,
    +                         byte element)
    +
    +

    Copies the given array and adds the given element at the end of the new array.

    + +

    The new array contains the same elements of the input + array plus the given element in the last position. The component type of + the new array is the same as that of the input array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add(null, 0)   = [0]
    + ArrayUtils.add([1], 0)    = [1, 0]
    + ArrayUtils.add([1, 0], 1) = [1, 0, 1]
    + 
    +

    +

    +
    Parameters:
    array - the array to copy and add the element to, may be null
    element - the object to add at the last index of the new array +
    Returns:
    A new array containing the existing elements plus the new element
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +add

    +
    +public static char[] add(char[] array,
    +                         char element)
    +
    +

    Copies the given array and adds the given element at the end of the new array.

    + +

    The new array contains the same elements of the input + array plus the given element in the last position. The component type of + the new array is the same as that of the input array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add(null, '0')       = ['0']
    + ArrayUtils.add(['1'], '0')      = ['1', '0']
    + ArrayUtils.add(['1', '0'], '1') = ['1', '0', '1']
    + 
    +

    +

    +
    Parameters:
    array - the array to copy and add the element to, may be null
    element - the object to add at the last index of the new array +
    Returns:
    A new array containing the existing elements plus the new element
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +add

    +
    +public static double[] add(double[] array,
    +                           double element)
    +
    +

    Copies the given array and adds the given element at the end of the new array.

    + +

    The new array contains the same elements of the input + array plus the given element in the last position. The component type of + the new array is the same as that of the input array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add(null, 0)   = [0]
    + ArrayUtils.add([1], 0)    = [1, 0]
    + ArrayUtils.add([1, 0], 1) = [1, 0, 1]
    + 
    +

    +

    +
    Parameters:
    array - the array to copy and add the element to, may be null
    element - the object to add at the last index of the new array +
    Returns:
    A new array containing the existing elements plus the new element
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +add

    +
    +public static float[] add(float[] array,
    +                          float element)
    +
    +

    Copies the given array and adds the given element at the end of the new array.

    + +

    The new array contains the same elements of the input + array plus the given element in the last position. The component type of + the new array is the same as that of the input array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add(null, 0)   = [0]
    + ArrayUtils.add([1], 0)    = [1, 0]
    + ArrayUtils.add([1, 0], 1) = [1, 0, 1]
    + 
    +

    +

    +
    Parameters:
    array - the array to copy and add the element to, may be null
    element - the object to add at the last index of the new array +
    Returns:
    A new array containing the existing elements plus the new element
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +add

    +
    +public static int[] add(int[] array,
    +                        int element)
    +
    +

    Copies the given array and adds the given element at the end of the new array.

    + +

    The new array contains the same elements of the input + array plus the given element in the last position. The component type of + the new array is the same as that of the input array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add(null, 0)   = [0]
    + ArrayUtils.add([1], 0)    = [1, 0]
    + ArrayUtils.add([1, 0], 1) = [1, 0, 1]
    + 
    +

    +

    +
    Parameters:
    array - the array to copy and add the element to, may be null
    element - the object to add at the last index of the new array +
    Returns:
    A new array containing the existing elements plus the new element
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +add

    +
    +public static long[] add(long[] array,
    +                         long element)
    +
    +

    Copies the given array and adds the given element at the end of the new array.

    + +

    The new array contains the same elements of the input + array plus the given element in the last position. The component type of + the new array is the same as that of the input array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add(null, 0)   = [0]
    + ArrayUtils.add([1], 0)    = [1, 0]
    + ArrayUtils.add([1, 0], 1) = [1, 0, 1]
    + 
    +

    +

    +
    Parameters:
    array - the array to copy and add the element to, may be null
    element - the object to add at the last index of the new array +
    Returns:
    A new array containing the existing elements plus the new element
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +add

    +
    +public static short[] add(short[] array,
    +                          short element)
    +
    +

    Copies the given array and adds the given element at the end of the new array.

    + +

    The new array contains the same elements of the input + array plus the given element in the last position. The component type of + the new array is the same as that of the input array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add(null, 0)   = [0]
    + ArrayUtils.add([1], 0)    = [1, 0]
    + ArrayUtils.add([1, 0], 1) = [1, 0, 1]
    + 
    +

    +

    +
    Parameters:
    array - the array to copy and add the element to, may be null
    element - the object to add at the last index of the new array +
    Returns:
    A new array containing the existing elements plus the new element
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +add

    +
    +public static java.lang.Object[] add(java.lang.Object[] array,
    +                                     int index,
    +                                     java.lang.Object element)
    +
    +

    Inserts the specified element at the specified position in the array. + Shifts the element currently at that position (if any) and any subsequent + elements to the right (adds one to their indices).

    + +

    This method returns a new array with the same elements of the input + array plus the given element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add(null, 0, null)      = [null]
    + ArrayUtils.add(null, 0, "a")       = ["a"]
    + ArrayUtils.add(["a"], 1, null)     = ["a", null]
    + ArrayUtils.add(["a"], 1, "b")      = ["a", "b"]
    + ArrayUtils.add(["a", "b"], 3, "c") = ["a", "b", "c"]
    + 
    +

    +

    +
    Parameters:
    array - the array to add the element to, may be null
    index - the position of the new object
    element - the object to add +
    Returns:
    A new array containing the existing elements and the new element +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index > array.length).
    +
    +
    +
    + +

    +add

    +
    +public static boolean[] add(boolean[] array,
    +                            int index,
    +                            boolean element)
    +
    +

    Inserts the specified element at the specified position in the array. + Shifts the element currently at that position (if any) and any subsequent + elements to the right (adds one to their indices).

    + +

    This method returns a new array with the same elements of the input + array plus the given element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add(null, 0, true)          = [true]
    + ArrayUtils.add([true], 0, false)       = [false, true]
    + ArrayUtils.add([false], 1, true)       = [false, true]
    + ArrayUtils.add([true, false], 1, true) = [true, true, false]
    + 
    +

    +

    +
    Parameters:
    array - the array to add the element to, may be null
    index - the position of the new object
    element - the object to add +
    Returns:
    A new array containing the existing elements and the new element +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index > array.length).
    +
    +
    +
    + +

    +add

    +
    +public static char[] add(char[] array,
    +                         int index,
    +                         char element)
    +
    +

    Inserts the specified element at the specified position in the array. + Shifts the element currently at that position (if any) and any subsequent + elements to the right (adds one to their indices).

    + +

    This method returns a new array with the same elements of the input + array plus the given element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add(null, 0, 'a')            = ['a']
    + ArrayUtils.add(['a'], 0, 'b')           = ['b', 'a']
    + ArrayUtils.add(['a', 'b'], 0, 'c')      = ['c', 'a', 'b']
    + ArrayUtils.add(['a', 'b'], 1, 'k')      = ['a', 'k', 'b']
    + ArrayUtils.add(['a', 'b', 'c'], 1, 't') = ['a', 't', 'b', 'c']
    + 
    +

    +

    +
    Parameters:
    array - the array to add the element to, may be null
    index - the position of the new object
    element - the object to add +
    Returns:
    A new array containing the existing elements and the new element +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index > array.length).
    +
    +
    +
    + +

    +add

    +
    +public static byte[] add(byte[] array,
    +                         int index,
    +                         byte element)
    +
    +

    Inserts the specified element at the specified position in the array. + Shifts the element currently at that position (if any) and any subsequent + elements to the right (adds one to their indices).

    + +

    This method returns a new array with the same elements of the input + array plus the given element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add([1], 0, 2)         = [2, 1]
    + ArrayUtils.add([2, 6], 2, 3)      = [2, 6, 3]
    + ArrayUtils.add([2, 6], 0, 1)      = [1, 2, 6]
    + ArrayUtils.add([2, 6, 3], 2, 1)   = [2, 6, 1, 3]
    + 
    +

    +

    +
    Parameters:
    array - the array to add the element to, may be null
    index - the position of the new object
    element - the object to add +
    Returns:
    A new array containing the existing elements and the new element +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index > array.length).
    +
    +
    +
    + +

    +add

    +
    +public static short[] add(short[] array,
    +                          int index,
    +                          short element)
    +
    +

    Inserts the specified element at the specified position in the array. + Shifts the element currently at that position (if any) and any subsequent + elements to the right (adds one to their indices).

    + +

    This method returns a new array with the same elements of the input + array plus the given element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add([1], 0, 2)         = [2, 1]
    + ArrayUtils.add([2, 6], 2, 10)     = [2, 6, 10]
    + ArrayUtils.add([2, 6], 0, -4)     = [-4, 2, 6]
    + ArrayUtils.add([2, 6, 3], 2, 1)   = [2, 6, 1, 3]
    + 
    +

    +

    +
    Parameters:
    array - the array to add the element to, may be null
    index - the position of the new object
    element - the object to add +
    Returns:
    A new array containing the existing elements and the new element +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index > array.length).
    +
    +
    +
    + +

    +add

    +
    +public static int[] add(int[] array,
    +                        int index,
    +                        int element)
    +
    +

    Inserts the specified element at the specified position in the array. + Shifts the element currently at that position (if any) and any subsequent + elements to the right (adds one to their indices).

    + +

    This method returns a new array with the same elements of the input + array plus the given element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add([1], 0, 2)         = [2, 1]
    + ArrayUtils.add([2, 6], 2, 10)     = [2, 6, 10]
    + ArrayUtils.add([2, 6], 0, -4)     = [-4, 2, 6]
    + ArrayUtils.add([2, 6, 3], 2, 1)   = [2, 6, 1, 3]
    + 
    +

    +

    +
    Parameters:
    array - the array to add the element to, may be null
    index - the position of the new object
    element - the object to add +
    Returns:
    A new array containing the existing elements and the new element +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index > array.length).
    +
    +
    +
    + +

    +add

    +
    +public static long[] add(long[] array,
    +                         int index,
    +                         long element)
    +
    +

    Inserts the specified element at the specified position in the array. + Shifts the element currently at that position (if any) and any subsequent + elements to the right (adds one to their indices).

    + +

    This method returns a new array with the same elements of the input + array plus the given element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add([1L], 0, 2L)           = [2L, 1L]
    + ArrayUtils.add([2L, 6L], 2, 10L)      = [2L, 6L, 10L]
    + ArrayUtils.add([2L, 6L], 0, -4L)      = [-4L, 2L, 6L]
    + ArrayUtils.add([2L, 6L, 3L], 2, 1L)   = [2L, 6L, 1L, 3L]
    + 
    +

    +

    +
    Parameters:
    array - the array to add the element to, may be null
    index - the position of the new object
    element - the object to add +
    Returns:
    A new array containing the existing elements and the new element +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index > array.length).
    +
    +
    +
    + +

    +add

    +
    +public static float[] add(float[] array,
    +                          int index,
    +                          float element)
    +
    +

    Inserts the specified element at the specified position in the array. + Shifts the element currently at that position (if any) and any subsequent + elements to the right (adds one to their indices).

    + +

    This method returns a new array with the same elements of the input + array plus the given element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add([1.1f], 0, 2.2f)               = [2.2f, 1.1f]
    + ArrayUtils.add([2.3f, 6.4f], 2, 10.5f)        = [2.3f, 6.4f, 10.5f]
    + ArrayUtils.add([2.6f, 6.7f], 0, -4.8f)        = [-4.8f, 2.6f, 6.7f]
    + ArrayUtils.add([2.9f, 6.0f, 0.3f], 2, 1.0f)   = [2.9f, 6.0f, 1.0f, 0.3f]
    + 
    +

    +

    +
    Parameters:
    array - the array to add the element to, may be null
    index - the position of the new object
    element - the object to add +
    Returns:
    A new array containing the existing elements and the new element +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index > array.length).
    +
    +
    +
    + +

    +add

    +
    +public static double[] add(double[] array,
    +                           int index,
    +                           double element)
    +
    +

    Inserts the specified element at the specified position in the array. + Shifts the element currently at that position (if any) and any subsequent + elements to the right (adds one to their indices).

    + +

    This method returns a new array with the same elements of the input + array plus the given element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, a new one element array is returned + whose component type is the same as the element.

    + +
    + ArrayUtils.add([1.1], 0, 2.2)              = [2.2, 1.1]
    + ArrayUtils.add([2.3, 6.4], 2, 10.5)        = [2.3, 6.4, 10.5]
    + ArrayUtils.add([2.6, 6.7], 0, -4.8)        = [-4.8, 2.6, 6.7]
    + ArrayUtils.add([2.9, 6.0, 0.3], 2, 1.0)    = [2.9, 6.0, 1.0, 0.3]
    + 
    +

    +

    +
    Parameters:
    array - the array to add the element to, may be null
    index - the position of the new object
    element - the object to add +
    Returns:
    A new array containing the existing elements and the new element +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index > array.length).
    +
    +
    +
    + +

    +remove

    +
    +public static java.lang.Object[] remove(java.lang.Object[] array,
    +                                        int index)
    +
    +

    Removes the element at the specified position from the specified array. + All subsequent elements are shifted to the left (substracts one from + their indices).

    + +

    This method returns a new array with the same elements of the input + array except the element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, an IndexOutOfBoundsException + will be thrown, because in that case no valid index can be specified.

    + +
    + ArrayUtils.remove(["a"], 0)           = []
    + ArrayUtils.remove(["a", "b"], 0)      = ["b"]
    + ArrayUtils.remove(["a", "b"], 1)      = ["a"]
    + ArrayUtils.remove(["a", "b", "c"], 1) = ["a", "c"]
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may not be null
    index - the position of the element to be removed +
    Returns:
    A new array containing the existing elements except the element + at the specified position. +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index >= array.length), or if the array is null.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +removeElement

    +
    +public static java.lang.Object[] removeElement(java.lang.Object[] array,
    +                                               java.lang.Object element)
    +
    +

    Removes the first occurrence of the specified element from the + specified array. All subsequent elements are shifted to the left + (substracts one from their indices). If the array doesn't contains + such an element, no elements are removed from the array.

    + +

    This method returns a new array with the same elements of the input + array except the first occurrence of the specified element. The component + type of the returned array is always the same as that of the input + array.

    + +
    + ArrayUtils.removeElement(null, "a")            = null
    + ArrayUtils.removeElement([], "a")              = []
    + ArrayUtils.removeElement(["a"], "b")           = ["a"]
    + ArrayUtils.removeElement(["a", "b"], "a")      = ["b"]
    + ArrayUtils.removeElement(["a", "b", "a"], "a") = ["b", "a"]
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may be null
    element - the element to be removed +
    Returns:
    A new array containing the existing elements except the first + occurrence of the specified element.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +remove

    +
    +public static boolean[] remove(boolean[] array,
    +                               int index)
    +
    +

    Removes the element at the specified position from the specified array. + All subsequent elements are shifted to the left (substracts one from + their indices).

    + +

    This method returns a new array with the same elements of the input + array except the element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, an IndexOutOfBoundsException + will be thrown, because in that case no valid index can be specified.

    + +
    + ArrayUtils.remove([true], 0)              = []
    + ArrayUtils.remove([true, false], 0)       = [false]
    + ArrayUtils.remove([true, false], 1)       = [true]
    + ArrayUtils.remove([true, true, false], 1) = [true, false]
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may not be null
    index - the position of the element to be removed +
    Returns:
    A new array containing the existing elements except the element + at the specified position. +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index >= array.length), or if the array is null.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +removeElement

    +
    +public static boolean[] removeElement(boolean[] array,
    +                                      boolean element)
    +
    +

    Removes the first occurrence of the specified element from the + specified array. All subsequent elements are shifted to the left + (substracts one from their indices). If the array doesn't contains + such an element, no elements are removed from the array.

    + +

    This method returns a new array with the same elements of the input + array except the first occurrence of the specified element. The component + type of the returned array is always the same as that of the input + array.

    + +
    + ArrayUtils.removeElement(null, true)                = null
    + ArrayUtils.removeElement([], true)                  = []
    + ArrayUtils.removeElement([true], false)             = [true]
    + ArrayUtils.removeElement([true, false], false)      = [true]
    + ArrayUtils.removeElement([true, false, true], true) = [false, true]
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may be null
    element - the element to be removed +
    Returns:
    A new array containing the existing elements except the first + occurrence of the specified element.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +remove

    +
    +public static byte[] remove(byte[] array,
    +                            int index)
    +
    +

    Removes the element at the specified position from the specified array. + All subsequent elements are shifted to the left (substracts one from + their indices).

    + +

    This method returns a new array with the same elements of the input + array except the element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, an IndexOutOfBoundsException + will be thrown, because in that case no valid index can be specified.

    + +
    + ArrayUtils.remove([1], 0)          = []
    + ArrayUtils.remove([1, 0], 0)       = [0]
    + ArrayUtils.remove([1, 0], 1)       = [1]
    + ArrayUtils.remove([1, 0, 1], 1)    = [1, 1]
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may not be null
    index - the position of the element to be removed +
    Returns:
    A new array containing the existing elements except the element + at the specified position. +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index >= array.length), or if the array is null.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +removeElement

    +
    +public static byte[] removeElement(byte[] array,
    +                                   byte element)
    +
    +

    Removes the first occurrence of the specified element from the + specified array. All subsequent elements are shifted to the left + (substracts one from their indices). If the array doesn't contains + such an element, no elements are removed from the array.

    + +

    This method returns a new array with the same elements of the input + array except the first occurrence of the specified element. The component + type of the returned array is always the same as that of the input + array.

    + +
    + ArrayUtils.removeElement(null, 1)        = null
    + ArrayUtils.removeElement([], 1)          = []
    + ArrayUtils.removeElement([1], 0)         = [1]
    + ArrayUtils.removeElement([1, 0], 0)      = [1]
    + ArrayUtils.removeElement([1, 0, 1], 1)   = [0, 1]
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may be null
    element - the element to be removed +
    Returns:
    A new array containing the existing elements except the first + occurrence of the specified element.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +remove

    +
    +public static char[] remove(char[] array,
    +                            int index)
    +
    +

    Removes the element at the specified position from the specified array. + All subsequent elements are shifted to the left (substracts one from + their indices).

    + +

    This method returns a new array with the same elements of the input + array except the element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, an IndexOutOfBoundsException + will be thrown, because in that case no valid index can be specified.

    + +
    + ArrayUtils.remove(['a'], 0)           = []
    + ArrayUtils.remove(['a', 'b'], 0)      = ['b']
    + ArrayUtils.remove(['a', 'b'], 1)      = ['a']
    + ArrayUtils.remove(['a', 'b', 'c'], 1) = ['a', 'c']
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may not be null
    index - the position of the element to be removed +
    Returns:
    A new array containing the existing elements except the element + at the specified position. +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index >= array.length), or if the array is null.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +removeElement

    +
    +public static char[] removeElement(char[] array,
    +                                   char element)
    +
    +

    Removes the first occurrence of the specified element from the + specified array. All subsequent elements are shifted to the left + (substracts one from their indices). If the array doesn't contains + such an element, no elements are removed from the array.

    + +

    This method returns a new array with the same elements of the input + array except the first occurrence of the specified element. The component + type of the returned array is always the same as that of the input + array.

    + +
    + ArrayUtils.removeElement(null, 'a')            = null
    + ArrayUtils.removeElement([], 'a')              = []
    + ArrayUtils.removeElement(['a'], 'b')           = ['a']
    + ArrayUtils.removeElement(['a', 'b'], 'a')      = ['b']
    + ArrayUtils.removeElement(['a', 'b', 'a'], 'a') = ['b', 'a']
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may be null
    element - the element to be removed +
    Returns:
    A new array containing the existing elements except the first + occurrence of the specified element.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +remove

    +
    +public static double[] remove(double[] array,
    +                              int index)
    +
    +

    Removes the element at the specified position from the specified array. + All subsequent elements are shifted to the left (substracts one from + their indices).

    + +

    This method returns a new array with the same elements of the input + array except the element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, an IndexOutOfBoundsException + will be thrown, because in that case no valid index can be specified.

    + +
    + ArrayUtils.remove([1.1], 0)           = []
    + ArrayUtils.remove([2.5, 6.0], 0)      = [6.0]
    + ArrayUtils.remove([2.5, 6.0], 1)      = [2.5]
    + ArrayUtils.remove([2.5, 6.0, 3.8], 1) = [2.5, 3.8]
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may not be null
    index - the position of the element to be removed +
    Returns:
    A new array containing the existing elements except the element + at the specified position. +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index >= array.length), or if the array is null.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +removeElement

    +
    +public static double[] removeElement(double[] array,
    +                                     double element)
    +
    +

    Removes the first occurrence of the specified element from the + specified array. All subsequent elements are shifted to the left + (substracts one from their indices). If the array doesn't contains + such an element, no elements are removed from the array.

    + +

    This method returns a new array with the same elements of the input + array except the first occurrence of the specified element. The component + type of the returned array is always the same as that of the input + array.

    + +
    + ArrayUtils.removeElement(null, 1.1)            = null
    + ArrayUtils.removeElement([], 1.1)              = []
    + ArrayUtils.removeElement([1.1], 1.2)           = [1.1]
    + ArrayUtils.removeElement([1.1, 2.3], 1.1)      = [2.3]
    + ArrayUtils.removeElement([1.1, 2.3, 1.1], 1.1) = [2.3, 1.1]
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may be null
    element - the element to be removed +
    Returns:
    A new array containing the existing elements except the first + occurrence of the specified element.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +remove

    +
    +public static float[] remove(float[] array,
    +                             int index)
    +
    +

    Removes the element at the specified position from the specified array. + All subsequent elements are shifted to the left (substracts one from + their indices).

    + +

    This method returns a new array with the same elements of the input + array except the element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, an IndexOutOfBoundsException + will be thrown, because in that case no valid index can be specified.

    + +
    + ArrayUtils.remove([1.1], 0)           = []
    + ArrayUtils.remove([2.5, 6.0], 0)      = [6.0]
    + ArrayUtils.remove([2.5, 6.0], 1)      = [2.5]
    + ArrayUtils.remove([2.5, 6.0, 3.8], 1) = [2.5, 3.8]
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may not be null
    index - the position of the element to be removed +
    Returns:
    A new array containing the existing elements except the element + at the specified position. +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index >= array.length), or if the array is null.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +removeElement

    +
    +public static float[] removeElement(float[] array,
    +                                    float element)
    +
    +

    Removes the first occurrence of the specified element from the + specified array. All subsequent elements are shifted to the left + (substracts one from their indices). If the array doesn't contains + such an element, no elements are removed from the array.

    + +

    This method returns a new array with the same elements of the input + array except the first occurrence of the specified element. The component + type of the returned array is always the same as that of the input + array.

    + +
    + ArrayUtils.removeElement(null, 1.1)            = null
    + ArrayUtils.removeElement([], 1.1)              = []
    + ArrayUtils.removeElement([1.1], 1.2)           = [1.1]
    + ArrayUtils.removeElement([1.1, 2.3], 1.1)      = [2.3]
    + ArrayUtils.removeElement([1.1, 2.3, 1.1], 1.1) = [2.3, 1.1]
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may be null
    element - the element to be removed +
    Returns:
    A new array containing the existing elements except the first + occurrence of the specified element.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +remove

    +
    +public static int[] remove(int[] array,
    +                           int index)
    +
    +

    Removes the element at the specified position from the specified array. + All subsequent elements are shifted to the left (substracts one from + their indices).

    + +

    This method returns a new array with the same elements of the input + array except the element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, an IndexOutOfBoundsException + will be thrown, because in that case no valid index can be specified.

    + +
    + ArrayUtils.remove([1], 0)         = []
    + ArrayUtils.remove([2, 6], 0)      = [6]
    + ArrayUtils.remove([2, 6], 1)      = [2]
    + ArrayUtils.remove([2, 6, 3], 1)   = [2, 3]
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may not be null
    index - the position of the element to be removed +
    Returns:
    A new array containing the existing elements except the element + at the specified position. +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index >= array.length), or if the array is null.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +removeElement

    +
    +public static int[] removeElement(int[] array,
    +                                  int element)
    +
    +

    Removes the first occurrence of the specified element from the + specified array. All subsequent elements are shifted to the left + (substracts one from their indices). If the array doesn't contains + such an element, no elements are removed from the array.

    + +

    This method returns a new array with the same elements of the input + array except the first occurrence of the specified element. The component + type of the returned array is always the same as that of the input + array.

    + +
    + ArrayUtils.removeElement(null, 1)      = null
    + ArrayUtils.removeElement([], 1)        = []
    + ArrayUtils.removeElement([1], 2)       = [1]
    + ArrayUtils.removeElement([1, 3], 1)    = [3]
    + ArrayUtils.removeElement([1, 3, 1], 1) = [3, 1]
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may be null
    element - the element to be removed +
    Returns:
    A new array containing the existing elements except the first + occurrence of the specified element.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +remove

    +
    +public static long[] remove(long[] array,
    +                            int index)
    +
    +

    Removes the element at the specified position from the specified array. + All subsequent elements are shifted to the left (substracts one from + their indices).

    + +

    This method returns a new array with the same elements of the input + array except the element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, an IndexOutOfBoundsException + will be thrown, because in that case no valid index can be specified.

    + +
    + ArrayUtils.remove([1], 0)         = []
    + ArrayUtils.remove([2, 6], 0)      = [6]
    + ArrayUtils.remove([2, 6], 1)      = [2]
    + ArrayUtils.remove([2, 6, 3], 1)   = [2, 3]
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may not be null
    index - the position of the element to be removed +
    Returns:
    A new array containing the existing elements except the element + at the specified position. +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index >= array.length), or if the array is null.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +removeElement

    +
    +public static long[] removeElement(long[] array,
    +                                   long element)
    +
    +

    Removes the first occurrence of the specified element from the + specified array. All subsequent elements are shifted to the left + (substracts one from their indices). If the array doesn't contains + such an element, no elements are removed from the array.

    + +

    This method returns a new array with the same elements of the input + array except the first occurrence of the specified element. The component + type of the returned array is always the same as that of the input + array.

    + +
    + ArrayUtils.removeElement(null, 1)      = null
    + ArrayUtils.removeElement([], 1)        = []
    + ArrayUtils.removeElement([1], 2)       = [1]
    + ArrayUtils.removeElement([1, 3], 1)    = [3]
    + ArrayUtils.removeElement([1, 3, 1], 1) = [3, 1]
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may be null
    element - the element to be removed +
    Returns:
    A new array containing the existing elements except the first + occurrence of the specified element.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +remove

    +
    +public static short[] remove(short[] array,
    +                             int index)
    +
    +

    Removes the element at the specified position from the specified array. + All subsequent elements are shifted to the left (substracts one from + their indices).

    + +

    This method returns a new array with the same elements of the input + array except the element on the specified position. The component + type of the returned array is always the same as that of the input + array.

    + +

    If the input array is null, an IndexOutOfBoundsException + will be thrown, because in that case no valid index can be specified.

    + +
    + ArrayUtils.remove([1], 0)         = []
    + ArrayUtils.remove([2, 6], 0)      = [6]
    + ArrayUtils.remove([2, 6], 1)      = [2]
    + ArrayUtils.remove([2, 6, 3], 1)   = [2, 3]
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may not be null
    index - the position of the element to be removed +
    Returns:
    A new array containing the existing elements except the element + at the specified position. +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is out of range + (index < 0 || index >= array.length), or if the array is null.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +removeElement

    +
    +public static short[] removeElement(short[] array,
    +                                    short element)
    +
    +

    Removes the first occurrence of the specified element from the + specified array. All subsequent elements are shifted to the left + (substracts one from their indices). If the array doesn't contains + such an element, no elements are removed from the array.

    + +

    This method returns a new array with the same elements of the input + array except the first occurrence of the specified element. The component + type of the returned array is always the same as that of the input + array.

    + +
    + ArrayUtils.removeElement(null, 1)      = null
    + ArrayUtils.removeElement([], 1)        = []
    + ArrayUtils.removeElement([1], 2)       = [1]
    + ArrayUtils.removeElement([1, 3], 1)    = [3]
    + ArrayUtils.removeElement([1, 3, 1], 1) = [3, 1]
    + 
    +

    +

    +
    Parameters:
    array - the array to remove the element from, may be null
    element - the element to be removed +
    Returns:
    A new array containing the existing elements except the first + occurrence of the specified element.
    Since:
    +
    2.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/BitField.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/BitField.html new file mode 100644 index 0000000..88dde94 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/BitField.html @@ -0,0 +1,687 @@ + + + + + + + +BitField (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class BitField

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.BitField
    +
    +
    +
    +
    public class BitField
    extends java.lang.Object
    + +

    +

    Operations on bit-mapped fields.

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: BitField.java 437554 2006-08-28 06:21:41Z bayard $
    +
    Author:
    +
    Apache Jakarta POI, Scott Sanders (sanders at apache dot org), Marc Johnson (mjohnson at apache dot org), Andrew C. Oliver (acoliver at apache dot org), Stephen Colebourne, Pete Gieser, Gary Gregory
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    BitField(int mask) + +
    +          Creates a BitField instance.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + intclear(int holder) + +
    +          Clears the bits.
    + byteclearByte(byte holder) + +
    +          Clears the bits.
    + shortclearShort(short holder) + +
    +          Clears the bits.
    + intgetRawValue(int holder) + +
    +          Obtains the value for the specified BitField, unshifted.
    + shortgetShortRawValue(short holder) + +
    +          Obtains the value for the specified BitField, unshifted.
    + shortgetShortValue(short holder) + +
    +          Obtains the value for the specified BitField, appropriately + shifted right, as a short.
    + intgetValue(int holder) + +
    +          Obtains the value for the specified BitField, appropriately + shifted right.
    + booleanisAllSet(int holder) + +
    +          Returns whether all of the bits are set or not.
    + booleanisSet(int holder) + +
    +          Returns whether the field is set or not.
    + intset(int holder) + +
    +          Sets the bits.
    + intsetBoolean(int holder, + boolean flag) + +
    +          Sets a boolean BitField.
    + bytesetByte(byte holder) + +
    +          Sets the bits.
    + bytesetByteBoolean(byte holder, + boolean flag) + +
    +          Sets a boolean BitField.
    + shortsetShort(short holder) + +
    +          Sets the bits.
    + shortsetShortBoolean(short holder, + boolean flag) + +
    +          Sets a boolean BitField.
    + shortsetShortValue(short holder, + short value) + +
    +          Replaces the bits with new values.
    + intsetValue(int holder, + int value) + +
    +          Replaces the bits with new values.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +BitField

    +
    +public BitField(int mask)
    +
    +

    Creates a BitField instance.

    +

    +

    Parameters:
    mask - the mask specifying which bits apply to this + BitField. Bits that are set in this mask are the bits + that this BitField operates on
    + + + + + + + + +
    +Method Detail
    + +

    +getValue

    +
    +public int getValue(int holder)
    +
    +

    Obtains the value for the specified BitField, appropriately + shifted right.

    + +

    Many users of a BitField will want to treat the specified + bits as an int value, and will not want to be aware that the + value is stored as a BitField (and so shifted left so many + bits).

    +

    +

    +
    Parameters:
    holder - the int data containing the bits we're interested + in +
    Returns:
    the selected bits, shifted right appropriately
    See Also:
    setValue(int,int)
    +
    +
    +
    + +

    +getShortValue

    +
    +public short getShortValue(short holder)
    +
    +

    Obtains the value for the specified BitField, appropriately + shifted right, as a short.

    + +

    Many users of a BitField will want to treat the specified + bits as an int value, and will not want to be aware that the + value is stored as a BitField (and so shifted left so many + bits).

    +

    +

    +
    Parameters:
    holder - the short data containing the bits we're + interested in +
    Returns:
    the selected bits, shifted right appropriately
    See Also:
    setShortValue(short,short)
    +
    +
    +
    + +

    +getRawValue

    +
    +public int getRawValue(int holder)
    +
    +

    Obtains the value for the specified BitField, unshifted.

    +

    +

    +
    Parameters:
    holder - the int data containing the bits we're + interested in +
    Returns:
    the selected bits
    +
    +
    +
    + +

    +getShortRawValue

    +
    +public short getShortRawValue(short holder)
    +
    +

    Obtains the value for the specified BitField, unshifted.

    +

    +

    +
    Parameters:
    holder - the short data containing the bits we're + interested in +
    Returns:
    the selected bits
    +
    +
    +
    + +

    +isSet

    +
    +public boolean isSet(int holder)
    +
    +

    Returns whether the field is set or not.

    + +

    This is most commonly used for a single-bit field, which is + often used to represent a boolean value; the results of using + it for a multi-bit field is to determine whether *any* of its + bits are set.

    +

    +

    +
    Parameters:
    holder - the int data containing the bits we're interested + in +
    Returns:
    true if any of the bits are set, + else false
    +
    +
    +
    + +

    +isAllSet

    +
    +public boolean isAllSet(int holder)
    +
    +

    Returns whether all of the bits are set or not.

    + +

    This is a stricter test than isSet(int), + in that all of the bits in a multi-bit set must be set + for this method to return true.

    +

    +

    +
    Parameters:
    holder - the int data containing the bits we're + interested in +
    Returns:
    true if all of the bits are set, + else false
    +
    +
    +
    + +

    +setValue

    +
    +public int setValue(int holder,
    +                    int value)
    +
    +

    Replaces the bits with new values.

    +

    +

    +
    Parameters:
    holder - the int data containing the bits we're + interested in
    value - the new value for the specified bits +
    Returns:
    the value of holder with the bits from the value + parameter replacing the old bits
    See Also:
    getValue(int)
    +
    +
    +
    + +

    +setShortValue

    +
    +public short setShortValue(short holder,
    +                           short value)
    +
    +

    Replaces the bits with new values.

    +

    +

    +
    Parameters:
    holder - the short data containing the bits we're + interested in
    value - the new value for the specified bits +
    Returns:
    the value of holder with the bits from the value + parameter replacing the old bits
    See Also:
    getShortValue(short)
    +
    +
    +
    + +

    +clear

    +
    +public int clear(int holder)
    +
    +

    Clears the bits.

    +

    +

    +
    Parameters:
    holder - the int data containing the bits we're + interested in +
    Returns:
    the value of holder with the specified bits cleared + (set to 0)
    +
    +
    +
    + +

    +clearShort

    +
    +public short clearShort(short holder)
    +
    +

    Clears the bits.

    +

    +

    +
    Parameters:
    holder - the short data containing the bits we're + interested in +
    Returns:
    the value of holder with the specified bits cleared + (set to 0)
    +
    +
    +
    + +

    +clearByte

    +
    +public byte clearByte(byte holder)
    +
    +

    Clears the bits.

    +

    +

    +
    Parameters:
    holder - the byte data containing the bits we're + interested in +
    Returns:
    the value of holder with the specified bits cleared + (set to 0)
    +
    +
    +
    + +

    +set

    +
    +public int set(int holder)
    +
    +

    Sets the bits.

    +

    +

    +
    Parameters:
    holder - the int data containing the bits we're + interested in +
    Returns:
    the value of holder with the specified bits set + to 1
    +
    +
    +
    + +

    +setShort

    +
    +public short setShort(short holder)
    +
    +

    Sets the bits.

    +

    +

    +
    Parameters:
    holder - the short data containing the bits we're + interested in +
    Returns:
    the value of holder with the specified bits set + to 1
    +
    +
    +
    + +

    +setByte

    +
    +public byte setByte(byte holder)
    +
    +

    Sets the bits.

    +

    +

    +
    Parameters:
    holder - the byte data containing the bits we're + interested in +
    Returns:
    the value of holder with the specified bits set + to 1
    +
    +
    +
    + +

    +setBoolean

    +
    +public int setBoolean(int holder,
    +                      boolean flag)
    +
    +

    Sets a boolean BitField.

    +

    +

    +
    Parameters:
    holder - the int data containing the bits we're + interested in
    flag - indicating whether to set or clear the bits +
    Returns:
    the value of holder with the specified bits set or + cleared
    +
    +
    +
    + +

    +setShortBoolean

    +
    +public short setShortBoolean(short holder,
    +                             boolean flag)
    +
    +

    Sets a boolean BitField.

    +

    +

    +
    Parameters:
    holder - the short data containing the bits we're + interested in
    flag - indicating whether to set or clear the bits +
    Returns:
    the value of holder with the specified bits set or + cleared
    +
    +
    +
    + +

    +setByteBoolean

    +
    +public byte setByteBoolean(byte holder,
    +                           boolean flag)
    +
    +

    Sets a boolean BitField.

    +

    +

    +
    Parameters:
    holder - the byte data containing the bits we're + interested in
    flag - indicating whether to set or clear the bits +
    Returns:
    the value of holder with the specified bits set or + cleared
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/BooleanUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/BooleanUtils.html new file mode 100644 index 0000000..0a35997 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/BooleanUtils.html @@ -0,0 +1,1447 @@ + + + + + + + +BooleanUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class BooleanUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.BooleanUtils
    +
    +
    +
    +
    public class BooleanUtils
    extends java.lang.Object
    + +

    +

    Operations on boolean primitives and Boolean objects.

    + +

    This class tries to handle null input gracefully. + An exception will not be thrown for a null input. + Each method documents its behaviour in more detail.

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: BooleanUtils.java 589050 2007-10-27 05:07:45Z bayard $
    +
    Author:
    +
    Stephen Colebourne, Matthew Hawthorne, Gary Gregory
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    BooleanUtils() + +
    +          BooleanUtils instances should NOT be constructed in standard programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static booleanisFalse(java.lang.Boolean bool) + +
    +          Checks if a Boolean value is false, + handling null by returning false.
    +static booleanisNotFalse(java.lang.Boolean bool) + +
    +          Checks if a Boolean value is not false, + handling null by returning true.
    +static booleanisNotTrue(java.lang.Boolean bool) + +
    +          Checks if a Boolean value is not true, + handling null by returning true.
    +static booleanisTrue(java.lang.Boolean bool) + +
    +          Checks if a Boolean value is true, + handling null by returning false.
    +static java.lang.Booleannegate(java.lang.Boolean bool) + +
    +          Negates the specified boolean.
    +static booleantoBoolean(java.lang.Boolean bool) + +
    +          Converts a Boolean to a boolean handling null + by returning false.
    +static booleantoBoolean(int value) + +
    +          Converts an int to a boolean using the convention that zero + is false.
    +static booleantoBoolean(java.lang.Integer value, + java.lang.Integer trueValue, + java.lang.Integer falseValue) + +
    +          Converts an Integer to a boolean specifying the conversion values.
    +static booleantoBoolean(int value, + int trueValue, + int falseValue) + +
    +          Converts an int to a boolean specifying the conversion values.
    +static booleantoBoolean(java.lang.String str) + +
    +          Converts a String to a boolean (optimised for performance).
    +static booleantoBoolean(java.lang.String str, + java.lang.String trueString, + java.lang.String falseString) + +
    +          Converts a String to a Boolean throwing an exception if no match found.
    +static booleantoBooleanDefaultIfNull(java.lang.Boolean bool, + boolean valueIfNull) + +
    +          Converts a Boolean to a boolean handling null.
    +static java.lang.BooleantoBooleanObject(boolean bool) + +
    +          Boolean factory that avoids creating new Boolean objecs all the time.
    +static java.lang.BooleantoBooleanObject(int value) + +
    +          Converts an int to a Boolean using the convention that zero + is false.
    +static java.lang.BooleantoBooleanObject(java.lang.Integer value) + +
    +          Converts an Integer to a Boolean using the convention that zero + is false.
    +static java.lang.BooleantoBooleanObject(java.lang.Integer value, + java.lang.Integer trueValue, + java.lang.Integer falseValue, + java.lang.Integer nullValue) + +
    +          Converts an Integer to a Boolean specifying the conversion values.
    +static java.lang.BooleantoBooleanObject(int value, + int trueValue, + int falseValue, + int nullValue) + +
    +          Converts an int to a Boolean specifying the conversion values.
    +static java.lang.BooleantoBooleanObject(java.lang.String str) + +
    +          Converts a String to a Boolean.
    +static java.lang.BooleantoBooleanObject(java.lang.String str, + java.lang.String trueString, + java.lang.String falseString, + java.lang.String nullString) + +
    +          Converts a String to a Boolean throwing an exception if no match.
    +static inttoInteger(boolean bool) + +
    +          Converts a boolean to an int using the convention that + zero is false.
    +static inttoInteger(boolean bool, + int trueValue, + int falseValue) + +
    +          Converts a boolean to an int specifying the conversion values.
    +static inttoInteger(java.lang.Boolean bool, + int trueValue, + int falseValue, + int nullValue) + +
    +          Converts a Boolean to an int specifying the conversion values.
    +static java.lang.IntegertoIntegerObject(boolean bool) + +
    +          Converts a boolean to an Integer using the convention that + zero is false.
    +static java.lang.IntegertoIntegerObject(java.lang.Boolean bool) + +
    +          Converts a Boolean to a Integer using the convention that + zero is false.
    +static java.lang.IntegertoIntegerObject(boolean bool, + java.lang.Integer trueValue, + java.lang.Integer falseValue) + +
    +          Converts a boolean to an Integer specifying the conversion values.
    +static java.lang.IntegertoIntegerObject(java.lang.Boolean bool, + java.lang.Integer trueValue, + java.lang.Integer falseValue, + java.lang.Integer nullValue) + +
    +          Converts a Boolean to an Integer specifying the conversion values.
    +static java.lang.StringtoString(boolean bool, + java.lang.String trueString, + java.lang.String falseString) + +
    +          Converts a boolean to a String returning one of the input Strings.
    +static java.lang.StringtoString(java.lang.Boolean bool, + java.lang.String trueString, + java.lang.String falseString, + java.lang.String nullString) + +
    +          Converts a Boolean to a String returning one of the input Strings.
    +static java.lang.StringtoStringOnOff(boolean bool) + +
    +          Converts a boolean to a String returning 'on' + or 'off'.
    +static java.lang.StringtoStringOnOff(java.lang.Boolean bool) + +
    +          Converts a Boolean to a String returning 'on', + 'off', or null.
    +static java.lang.StringtoStringTrueFalse(boolean bool) + +
    +          Converts a boolean to a String returning 'true' + or 'false'.
    +static java.lang.StringtoStringTrueFalse(java.lang.Boolean bool) + +
    +          Converts a Boolean to a String returning 'true', + 'false', or null.
    +static java.lang.StringtoStringYesNo(boolean bool) + +
    +          Converts a boolean to a String returning 'yes' + or 'no'.
    +static java.lang.StringtoStringYesNo(java.lang.Boolean bool) + +
    +          Converts a Boolean to a String returning 'yes', + 'no', or null.
    +static booleanxor(boolean[] array) + +
    +          Performs an xor on a set of booleans.
    +static java.lang.Booleanxor(java.lang.Boolean[] array) + +
    +          Performs an xor on an array of Booleans.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +BooleanUtils

    +
    +public BooleanUtils()
    +
    +

    BooleanUtils instances should NOT be constructed in standard programming. + Instead, the class should be used as BooleanUtils.toBooleanObject(true);.

    + +

    This constructor is public to permit tools that require a JavaBean instance + to operate.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +negate

    +
    +public static java.lang.Boolean negate(java.lang.Boolean bool)
    +
    +

    Negates the specified boolean.

    + +

    If null is passed in, null will be returned.

    + +
    +   BooleanUtils.negate(Boolean.TRUE)  = Boolean.FALSE;
    +   BooleanUtils.negate(Boolean.FALSE) = Boolean.TRUE;
    +   BooleanUtils.negate(null)          = null;
    + 
    +

    +

    +
    Parameters:
    bool - the Boolean to negate, may be null +
    Returns:
    the negated Boolean, or null if null input
    +
    +
    +
    + +

    +isTrue

    +
    +public static boolean isTrue(java.lang.Boolean bool)
    +
    +

    Checks if a Boolean value is true, + handling null by returning false.

    + +
    +   BooleanUtils.isTrue(Boolean.TRUE)  = true
    +   BooleanUtils.isTrue(Boolean.FALSE) = false
    +   BooleanUtils.isTrue(null)          = false
    + 
    +

    +

    +
    Parameters:
    bool - the boolean to check, null returns false +
    Returns:
    true only if the input is non-null and true
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isNotTrue

    +
    +public static boolean isNotTrue(java.lang.Boolean bool)
    +
    +

    Checks if a Boolean value is not true, + handling null by returning true.

    + +
    +   BooleanUtils.isNotTrue(Boolean.TRUE)  = false
    +   BooleanUtils.isNotTrue(Boolean.FALSE) = true
    +   BooleanUtils.isNotTrue(null)          = true
    + 
    +

    +

    +
    Parameters:
    bool - the boolean to check, null returns true +
    Returns:
    true if the input is null or false
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +isFalse

    +
    +public static boolean isFalse(java.lang.Boolean bool)
    +
    +

    Checks if a Boolean value is false, + handling null by returning false.

    + +
    +   BooleanUtils.isFalse(Boolean.TRUE)  = false
    +   BooleanUtils.isFalse(Boolean.FALSE) = true
    +   BooleanUtils.isFalse(null)          = false
    + 
    +

    +

    +
    Parameters:
    bool - the boolean to check, null returns false +
    Returns:
    true only if the input is non-null and false
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isNotFalse

    +
    +public static boolean isNotFalse(java.lang.Boolean bool)
    +
    +

    Checks if a Boolean value is not false, + handling null by returning true.

    + +
    +   BooleanUtils.isNotFalse(Boolean.TRUE)  = true
    +   BooleanUtils.isNotFalse(Boolean.FALSE) = false
    +   BooleanUtils.isNotFalse(null)          = true
    + 
    +

    +

    +
    Parameters:
    bool - the boolean to check, null returns true +
    Returns:
    true if the input is null or true
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +toBooleanObject

    +
    +public static java.lang.Boolean toBooleanObject(boolean bool)
    +
    +

    Boolean factory that avoids creating new Boolean objecs all the time.

    + +

    This method was added to JDK1.4 but is available here for earlier JDKs.

    + +
    +   BooleanUtils.toBooleanObject(false) = Boolean.FALSE
    +   BooleanUtils.toBooleanObject(true)  = Boolean.TRUE
    + 
    +

    +

    +
    Parameters:
    bool - the boolean to convert +
    Returns:
    Boolean.TRUE or Boolean.FALSE as appropriate
    +
    +
    +
    + +

    +toBoolean

    +
    +public static boolean toBoolean(java.lang.Boolean bool)
    +
    +

    Converts a Boolean to a boolean handling null + by returning false.

    + +
    +   BooleanUtils.toBoolean(Boolean.TRUE)  = true
    +   BooleanUtils.toBoolean(Boolean.FALSE) = false
    +   BooleanUtils.toBoolean(null)          = false
    + 
    +

    +

    +
    Parameters:
    bool - the boolean to convert +
    Returns:
    true or false, + null returns false
    +
    +
    +
    + +

    +toBooleanDefaultIfNull

    +
    +public static boolean toBooleanDefaultIfNull(java.lang.Boolean bool,
    +                                             boolean valueIfNull)
    +
    +

    Converts a Boolean to a boolean handling null.

    + +
    +   BooleanUtils.toBooleanDefaultIfNull(Boolean.TRUE, false) = true
    +   BooleanUtils.toBooleanDefaultIfNull(Boolean.FALSE, true) = false
    +   BooleanUtils.toBooleanDefaultIfNull(null, true)          = true
    + 
    +

    +

    +
    Parameters:
    bool - the boolean to convert
    valueIfNull - the boolean value to return if null +
    Returns:
    true or false
    +
    +
    +
    + +

    +toBoolean

    +
    +public static boolean toBoolean(int value)
    +
    +

    Converts an int to a boolean using the convention that zero + is false.

    + +
    +   BooleanUtils.toBoolean(0) = false
    +   BooleanUtils.toBoolean(1) = true
    +   BooleanUtils.toBoolean(2) = true
    + 
    +

    +

    +
    Parameters:
    value - the int to convert +
    Returns:
    true if non-zero, false + if zero
    +
    +
    +
    + +

    +toBooleanObject

    +
    +public static java.lang.Boolean toBooleanObject(int value)
    +
    +

    Converts an int to a Boolean using the convention that zero + is false.

    + +
    +   BooleanUtils.toBoolean(0) = Boolean.FALSE
    +   BooleanUtils.toBoolean(1) = Boolean.TRUE
    +   BooleanUtils.toBoolean(2) = Boolean.TRUE
    + 
    +

    +

    +
    Parameters:
    value - the int to convert +
    Returns:
    Boolean.TRUE if non-zero, Boolean.FALSE if zero, + null if null
    +
    +
    +
    + +

    +toBooleanObject

    +
    +public static java.lang.Boolean toBooleanObject(java.lang.Integer value)
    +
    +

    Converts an Integer to a Boolean using the convention that zero + is false.

    + +

    null will be converted to null.

    + +
    +   BooleanUtils.toBoolean(new Integer(0))    = Boolean.FALSE
    +   BooleanUtils.toBoolean(new Integer(1))    = Boolean.TRUE
    +   BooleanUtils.toBoolean(new Integer(null)) = null
    + 
    +

    +

    +
    Parameters:
    value - the Integer to convert +
    Returns:
    Boolean.TRUE if non-zero, Boolean.FALSE if zero, + null if null input
    +
    +
    +
    + +

    +toBoolean

    +
    +public static boolean toBoolean(int value,
    +                                int trueValue,
    +                                int falseValue)
    +
    +

    Converts an int to a boolean specifying the conversion values.

    + +
    +   BooleanUtils.toBoolean(0, 1, 0) = false
    +   BooleanUtils.toBoolean(1, 1, 0) = true
    +   BooleanUtils.toBoolean(2, 1, 2) = false
    +   BooleanUtils.toBoolean(2, 2, 0) = true
    + 
    +

    +

    +
    Parameters:
    value - the Integer to convert
    trueValue - the value to match for true
    falseValue - the value to match for false +
    Returns:
    true or false +
    Throws: +
    java.lang.IllegalArgumentException - if no match
    +
    +
    +
    + +

    +toBoolean

    +
    +public static boolean toBoolean(java.lang.Integer value,
    +                                java.lang.Integer trueValue,
    +                                java.lang.Integer falseValue)
    +
    +

    Converts an Integer to a boolean specifying the conversion values.

    + +
    +   BooleanUtils.toBoolean(new Integer(0), new Integer(1), new Integer(0)) = false
    +   BooleanUtils.toBoolean(new Integer(1), new Integer(1), new Integer(0)) = true
    +   BooleanUtils.toBoolean(new Integer(2), new Integer(1), new Integer(2)) = false
    +   BooleanUtils.toBoolean(new Integer(2), new Integer(2), new Integer(0)) = true
    +   BooleanUtils.toBoolean(null, null, new Integer(0))                     = true
    + 
    +

    +

    +
    Parameters:
    value - the Integer to convert
    trueValue - the value to match for true, + may be null
    falseValue - the value to match for false, + may be null +
    Returns:
    true or false +
    Throws: +
    java.lang.IllegalArgumentException - if no match
    +
    +
    +
    + +

    +toBooleanObject

    +
    +public static java.lang.Boolean toBooleanObject(int value,
    +                                                int trueValue,
    +                                                int falseValue,
    +                                                int nullValue)
    +
    +

    Converts an int to a Boolean specifying the conversion values.

    + +
    +   BooleanUtils.toBooleanObject(0, 0, 2, 3) = Boolean.TRUE
    +   BooleanUtils.toBooleanObject(2, 1, 2, 3) = Boolean.FALSE
    +   BooleanUtils.toBooleanObject(3, 1, 2, 3) = null
    + 
    +

    +

    +
    Parameters:
    value - the Integer to convert
    trueValue - the value to match for true
    falseValue - the value to match for false
    nullValue - the value to to match for null +
    Returns:
    Boolean.TRUE, Boolean.FALSE, or null +
    Throws: +
    java.lang.IllegalArgumentException - if no match
    +
    +
    +
    + +

    +toBooleanObject

    +
    +public static java.lang.Boolean toBooleanObject(java.lang.Integer value,
    +                                                java.lang.Integer trueValue,
    +                                                java.lang.Integer falseValue,
    +                                                java.lang.Integer nullValue)
    +
    +

    Converts an Integer to a Boolean specifying the conversion values.

    + +
    +   BooleanUtils.toBooleanObject(new Integer(0), new Integer(0), new Integer(2), new Integer(3)) = Boolean.TRUE
    +   BooleanUtils.toBooleanObject(new Integer(2), new Integer(1), new Integer(2), new Integer(3)) = Boolean.FALSE
    +   BooleanUtils.toBooleanObject(new Integer(3), new Integer(1), new Integer(2), new Integer(3)) = null
    + 
    +

    +

    +
    Parameters:
    value - the Integer to convert
    trueValue - the value to match for true, + may be null
    falseValue - the value to match for false, + may be null
    nullValue - the value to to match for null, + may be null +
    Returns:
    Boolean.TRUE, Boolean.FALSE, or null +
    Throws: +
    java.lang.IllegalArgumentException - if no match
    +
    +
    +
    + +

    +toInteger

    +
    +public static int toInteger(boolean bool)
    +
    +

    Converts a boolean to an int using the convention that + zero is false.

    + +
    +   BooleanUtils.toInteger(true)  = 1
    +   BooleanUtils.toInteger(false) = 0
    + 
    +

    +

    +
    Parameters:
    bool - the boolean to convert +
    Returns:
    one if true, zero if false
    +
    +
    +
    + +

    +toIntegerObject

    +
    +public static java.lang.Integer toIntegerObject(boolean bool)
    +
    +

    Converts a boolean to an Integer using the convention that + zero is false.

    + +
    +   BooleanUtils.toIntegerObject(true)  = new Integer(1)
    +   BooleanUtils.toIntegerObject(false) = new Integer(0)
    + 
    +

    +

    +
    Parameters:
    bool - the boolean to convert +
    Returns:
    one if true, zero if false
    +
    +
    +
    + +

    +toIntegerObject

    +
    +public static java.lang.Integer toIntegerObject(java.lang.Boolean bool)
    +
    +

    Converts a Boolean to a Integer using the convention that + zero is false.

    + +

    null will be converted to null.

    + +
    +   BooleanUtils.toIntegerObject(Boolean.TRUE)  = new Integer(1)
    +   BooleanUtils.toIntegerObject(Boolean.FALSE) = new Integer(0)
    + 
    +

    +

    +
    Parameters:
    bool - the Boolean to convert +
    Returns:
    one if Boolean.TRUE, zero if Boolean.FALSE, null if null
    +
    +
    +
    + +

    +toInteger

    +
    +public static int toInteger(boolean bool,
    +                            int trueValue,
    +                            int falseValue)
    +
    +

    Converts a boolean to an int specifying the conversion values.

    + +
    +   BooleanUtils.toInteger(true, 1, 0)  = 1
    +   BooleanUtils.toInteger(false, 1, 0) = 0
    + 
    +

    +

    +
    Parameters:
    bool - the to convert
    trueValue - the value to return if true
    falseValue - the value to return if false +
    Returns:
    the appropriate value
    +
    +
    +
    + +

    +toInteger

    +
    +public static int toInteger(java.lang.Boolean bool,
    +                            int trueValue,
    +                            int falseValue,
    +                            int nullValue)
    +
    +

    Converts a Boolean to an int specifying the conversion values.

    + +
    +   BooleanUtils.toInteger(Boolean.TRUE, 1, 0, 2)  = 1
    +   BooleanUtils.toInteger(Boolean.FALSE, 1, 0, 2) = 0
    +   BooleanUtils.toInteger(null, 1, 0, 2)          = 2
    + 
    +

    +

    +
    Parameters:
    bool - the Boolean to convert
    trueValue - the value to return if true
    falseValue - the value to return if false
    nullValue - the value to return if null +
    Returns:
    the appropriate value
    +
    +
    +
    + +

    +toIntegerObject

    +
    +public static java.lang.Integer toIntegerObject(boolean bool,
    +                                                java.lang.Integer trueValue,
    +                                                java.lang.Integer falseValue)
    +
    +

    Converts a boolean to an Integer specifying the conversion values.

    + +
    +   BooleanUtils.toIntegerObject(true, new Integer(1), new Integer(0))  = new Integer(1)
    +   BooleanUtils.toIntegerObject(false, new Integer(1), new Integer(0)) = new Integer(0)
    + 
    +

    +

    +
    Parameters:
    bool - the to convert
    trueValue - the value to return if true, + may be null
    falseValue - the value to return if false, + may be null +
    Returns:
    the appropriate value
    +
    +
    +
    + +

    +toIntegerObject

    +
    +public static java.lang.Integer toIntegerObject(java.lang.Boolean bool,
    +                                                java.lang.Integer trueValue,
    +                                                java.lang.Integer falseValue,
    +                                                java.lang.Integer nullValue)
    +
    +

    Converts a Boolean to an Integer specifying the conversion values.

    + +
    +   BooleanUtils.toIntegerObject(Boolean.TRUE, new Integer(1), new Integer(0), new Integer(2))  = new Integer(1)
    +   BooleanUtils.toIntegerObject(Boolean.FALSE, new Integer(1), new Integer(0), new Integer(2)) = new Integer(0)
    +   BooleanUtils.toIntegerObject(null, new Integer(1), new Integer(0), new Integer(2))          = new Integer(2)
    + 
    +

    +

    +
    Parameters:
    bool - the Boolean to convert
    trueValue - the value to return if true, + may be null
    falseValue - the value to return if false, + may be null
    nullValue - the value to return if null, + may be null +
    Returns:
    the appropriate value
    +
    +
    +
    + +

    +toBooleanObject

    +
    +public static java.lang.Boolean toBooleanObject(java.lang.String str)
    +
    +

    Converts a String to a Boolean.

    + +

    'true', 'on' or 'yes' + (case insensitive) will return true. + 'false', 'off' or 'no' + (case insensitive) will return false. + Otherwise, null is returned.

    + +
    +   BooleanUtils.toBooleanObject(null)    = null
    +   BooleanUtils.toBooleanObject("true")  = Boolean.TRUE
    +   BooleanUtils.toBooleanObject("false") = Boolean.FALSE
    +   BooleanUtils.toBooleanObject("on")    = Boolean.TRUE
    +   BooleanUtils.toBooleanObject("ON")    = Boolean.TRUE
    +   BooleanUtils.toBooleanObject("off")   = Boolean.FALSE
    +   BooleanUtils.toBooleanObject("oFf")   = Boolean.FALSE
    +   BooleanUtils.toBooleanObject("blue")  = null
    + 
    +

    +

    +
    Parameters:
    str - the String to check +
    Returns:
    the Boolean value of the string, + null if no match or null input
    +
    +
    +
    + +

    +toBooleanObject

    +
    +public static java.lang.Boolean toBooleanObject(java.lang.String str,
    +                                                java.lang.String trueString,
    +                                                java.lang.String falseString,
    +                                                java.lang.String nullString)
    +
    +

    Converts a String to a Boolean throwing an exception if no match.

    + +
    +   BooleanUtils.toBooleanObject("true", "true", "false", "null")  = Boolean.TRUE
    +   BooleanUtils.toBooleanObject("false", "true", "false", "null") = Boolean.FALSE
    +   BooleanUtils.toBooleanObject("null", "true", "false", "null")  = null
    + 
    +

    +

    +
    Parameters:
    str - the String to check
    trueString - the String to match for true + (case sensitive), may be null
    falseString - the String to match for false + (case sensitive), may be null
    nullString - the String to match for null + (case sensitive), may be null +
    Returns:
    the Boolean value of the string, + null if either the String matches nullString + or if null input and nullString is + null +
    Throws: +
    java.lang.IllegalArgumentException - if the String doesn't match
    +
    +
    +
    + +

    +toBoolean

    +
    +public static boolean toBoolean(java.lang.String str)
    +
    +

    Converts a String to a boolean (optimised for performance).

    + +

    'true', 'on' or 'yes' + (case insensitive) will return true. Otherwise, + false is returned.

    + +

    This method performs 4 times faster (JDK1.4) than + Boolean.valueOf(String). However, this method accepts + 'on' and 'yes' as true values. + +

    +   BooleanUtils.toBoolean(null)    = false
    +   BooleanUtils.toBoolean("true")  = true
    +   BooleanUtils.toBoolean("TRUE")  = true
    +   BooleanUtils.toBoolean("tRUe")  = true
    +   BooleanUtils.toBoolean("on")    = true
    +   BooleanUtils.toBoolean("yes")   = true
    +   BooleanUtils.toBoolean("false") = false
    +   BooleanUtils.toBoolean("x gti") = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check +
    Returns:
    the boolean value of the string, false if no match
    +
    +
    +
    + +

    +toBoolean

    +
    +public static boolean toBoolean(java.lang.String str,
    +                                java.lang.String trueString,
    +                                java.lang.String falseString)
    +
    +

    Converts a String to a Boolean throwing an exception if no match found.

    + +

    null is returned if there is no match.

    + +
    +   BooleanUtils.toBoolean("true", "true", "false")  = true
    +   BooleanUtils.toBoolean("false", "true", "false") = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check
    trueString - the String to match for true + (case sensitive), may be null
    falseString - the String to match for false + (case sensitive), may be null +
    Returns:
    the boolean value of the string +
    Throws: +
    java.lang.IllegalArgumentException - if the String doesn't match
    +
    +
    +
    + +

    +toStringTrueFalse

    +
    +public static java.lang.String toStringTrueFalse(java.lang.Boolean bool)
    +
    +

    Converts a Boolean to a String returning 'true', + 'false', or null.

    + +
    +   BooleanUtils.toStringTrueFalse(Boolean.TRUE)  = "true"
    +   BooleanUtils.toStringTrueFalse(Boolean.FALSE) = "false"
    +   BooleanUtils.toStringTrueFalse(null)          = null;
    + 
    +

    +

    +
    Parameters:
    bool - the Boolean to check +
    Returns:
    'true', 'false', + or null
    +
    +
    +
    + +

    +toStringOnOff

    +
    +public static java.lang.String toStringOnOff(java.lang.Boolean bool)
    +
    +

    Converts a Boolean to a String returning 'on', + 'off', or null.

    + +
    +   BooleanUtils.toStringOnOff(Boolean.TRUE)  = "on"
    +   BooleanUtils.toStringOnOff(Boolean.FALSE) = "off"
    +   BooleanUtils.toStringOnOff(null)          = null;
    + 
    +

    +

    +
    Parameters:
    bool - the Boolean to check +
    Returns:
    'on', 'off', + or null
    +
    +
    +
    + +

    +toStringYesNo

    +
    +public static java.lang.String toStringYesNo(java.lang.Boolean bool)
    +
    +

    Converts a Boolean to a String returning 'yes', + 'no', or null.

    + +
    +   BooleanUtils.toStringYesNo(Boolean.TRUE)  = "yes"
    +   BooleanUtils.toStringYesNo(Boolean.FALSE) = "no"
    +   BooleanUtils.toStringYesNo(null)          = null;
    + 
    +

    +

    +
    Parameters:
    bool - the Boolean to check +
    Returns:
    'yes', 'no', + or null
    +
    +
    +
    + +

    +toString

    +
    +public static java.lang.String toString(java.lang.Boolean bool,
    +                                        java.lang.String trueString,
    +                                        java.lang.String falseString,
    +                                        java.lang.String nullString)
    +
    +

    Converts a Boolean to a String returning one of the input Strings.

    + +
    +   BooleanUtils.toString(Boolean.TRUE, "true", "false", null)   = "true"
    +   BooleanUtils.toString(Boolean.FALSE, "true", "false", null)  = "false"
    +   BooleanUtils.toString(null, "true", "false", null)           = null;
    + 
    +

    +

    +
    Parameters:
    bool - the Boolean to check
    trueString - the String to return if true, + may be null
    falseString - the String to return if false, + may be null
    nullString - the String to return if null, + may be null +
    Returns:
    one of the three input Strings
    +
    +
    +
    + +

    +toStringTrueFalse

    +
    +public static java.lang.String toStringTrueFalse(boolean bool)
    +
    +

    Converts a boolean to a String returning 'true' + or 'false'.

    + +
    +   BooleanUtils.toStringTrueFalse(true)   = "true"
    +   BooleanUtils.toStringTrueFalse(false)  = "false"
    + 
    +

    +

    +
    Parameters:
    bool - the Boolean to check +
    Returns:
    'true', 'false', + or null
    +
    +
    +
    + +

    +toStringOnOff

    +
    +public static java.lang.String toStringOnOff(boolean bool)
    +
    +

    Converts a boolean to a String returning 'on' + or 'off'.

    + +
    +   BooleanUtils.toStringOnOff(true)   = "on"
    +   BooleanUtils.toStringOnOff(false)  = "off"
    + 
    +

    +

    +
    Parameters:
    bool - the Boolean to check +
    Returns:
    'on', 'off', + or null
    +
    +
    +
    + +

    +toStringYesNo

    +
    +public static java.lang.String toStringYesNo(boolean bool)
    +
    +

    Converts a boolean to a String returning 'yes' + or 'no'.

    + +
    +   BooleanUtils.toStringYesNo(true)   = "yes"
    +   BooleanUtils.toStringYesNo(false)  = "no"
    + 
    +

    +

    +
    Parameters:
    bool - the Boolean to check +
    Returns:
    'yes', 'no', + or null
    +
    +
    +
    + +

    +toString

    +
    +public static java.lang.String toString(boolean bool,
    +                                        java.lang.String trueString,
    +                                        java.lang.String falseString)
    +
    +

    Converts a boolean to a String returning one of the input Strings.

    + +
    +   BooleanUtils.toString(true, "true", "false")   = "true"
    +   BooleanUtils.toString(false, "true", "false")  = "false"
    + 
    +

    +

    +
    Parameters:
    bool - the Boolean to check
    trueString - the String to return if true, + may be null
    falseString - the String to return if false, + may be null +
    Returns:
    one of the two input Strings
    +
    +
    +
    + +

    +xor

    +
    +public static boolean xor(boolean[] array)
    +
    +

    Performs an xor on a set of booleans.

    + +
    +   BooleanUtils.xor(new boolean[] { true, true })   = false
    +   BooleanUtils.xor(new boolean[] { false, false }) = false
    +   BooleanUtils.xor(new boolean[] { true, false })  = true
    + 
    +

    +

    +
    Parameters:
    array - an array of booleans +
    Returns:
    true if the xor is successful. +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty.
    +
    +
    +
    + +

    +xor

    +
    +public static java.lang.Boolean xor(java.lang.Boolean[] array)
    +
    +

    Performs an xor on an array of Booleans.

    + +
    +   BooleanUtils.xor(new Boolean[] { Boolean.TRUE, Boolean.TRUE })   = Boolean.FALSE
    +   BooleanUtils.xor(new Boolean[] { Boolean.FALSE, Boolean.FALSE }) = Boolean.FALSE
    +   BooleanUtils.xor(new Boolean[] { Boolean.TRUE, Boolean.FALSE })  = Boolean.TRUE
    + 
    +

    +

    +
    Parameters:
    array - an array of Booleans +
    Returns:
    true if the xor is successful. +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty. +
    java.lang.IllegalArgumentException - if array contains a null
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharEncoding.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharEncoding.html new file mode 100644 index 0000000..94150da --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharEncoding.html @@ -0,0 +1,473 @@ + + + + + + + +CharEncoding (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class CharEncoding

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.CharEncoding
    +
    +
    +
    +
    public class CharEncoding
    extends java.lang.Object
    + +

    +

    + Character encoding names required of every implementation of the Java platform. +

    + +

    + According to JRE character + encoding names: +

    + Every implementation of the Java platform is required to support the following character encodings. Consult the + release documentation for your implementation to see if any other encodings are supported. +

    +

    +

    + +

    +

    +
    Since:
    +
    2.1
    +
    Version:
    +
    $Id: CharEncoding.java 437554 2006-08-28 06:21:41Z bayard $
    +
    Author:
    +
    Apache Software Foundation
    +
    See Also:
    JRE character encoding + names
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static java.lang.StringISO_8859_1 + +
    +           + ISO Latin Alphabet #1, also known as ISO-LATIN-1.
    +static java.lang.StringUS_ASCII + +
    +           + Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
    +static java.lang.StringUTF_16 + +
    +           + Sixteen-bit Unicode Transformation Format, byte order specified by a mandatory initial byte-order mark (either + order accepted on input, big-endian used on output).
    +static java.lang.StringUTF_16BE + +
    +           + Sixteen-bit Unicode Transformation Format, big-endian byte order.
    +static java.lang.StringUTF_16LE + +
    +           + Sixteen-bit Unicode Transformation Format, little-endian byte order.
    +static java.lang.StringUTF_8 + +
    +           + Eight-bit Unicode Transformation Format.
    +  + + + + + + + + + + +
    +Constructor Summary
    CharEncoding() + +
    +           
    +  + + + + + + + + + + + +
    +Method Summary
    +static booleanisSupported(java.lang.String name) + +
    +           + Returns whether the named charset is supported.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +ISO_8859_1

    +
    +public static final java.lang.String ISO_8859_1
    +
    +

    + ISO Latin Alphabet #1, also known as ISO-LATIN-1. +

    +

    + Every implementation of the Java platform is required to support this character encoding. +

    +

    +

    +
    See Also:
    JRE character + encoding names, +Constant Field Values
    +
    +
    + +

    +US_ASCII

    +
    +public static final java.lang.String US_ASCII
    +
    +

    + Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set. +

    +

    + Every implementation of the Java platform is required to support this character encoding. +

    +

    +

    +
    See Also:
    JRE character + encoding names, +Constant Field Values
    +
    +
    + +

    +UTF_16

    +
    +public static final java.lang.String UTF_16
    +
    +

    + Sixteen-bit Unicode Transformation Format, byte order specified by a mandatory initial byte-order mark (either + order accepted on input, big-endian used on output). +

    +

    + Every implementation of the Java platform is required to support this character encoding. +

    +

    +

    +
    See Also:
    JRE character + encoding names, +Constant Field Values
    +
    +
    + +

    +UTF_16BE

    +
    +public static final java.lang.String UTF_16BE
    +
    +

    + Sixteen-bit Unicode Transformation Format, big-endian byte order. +

    +

    + Every implementation of the Java platform is required to support this character encoding. +

    +

    +

    +
    See Also:
    JRE character + encoding names, +Constant Field Values
    +
    +
    + +

    +UTF_16LE

    +
    +public static final java.lang.String UTF_16LE
    +
    +

    + Sixteen-bit Unicode Transformation Format, little-endian byte order. +

    +

    + Every implementation of the Java platform is required to support this character encoding. +

    +

    +

    +
    See Also:
    JRE character + encoding names, +Constant Field Values
    +
    +
    + +

    +UTF_8

    +
    +public static final java.lang.String UTF_8
    +
    +

    + Eight-bit Unicode Transformation Format. +

    +

    + Every implementation of the Java platform is required to support this character encoding. +

    +

    +

    +
    See Also:
    JRE character + encoding names, +Constant Field Values
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +CharEncoding

    +
    +public CharEncoding()
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +isSupported

    +
    +public static boolean isSupported(java.lang.String name)
    +
    +

    + Returns whether the named charset is supported. +

    +

    + This is similar to + java.nio.charset.Charset.isSupported(String) +

    +

    +

    +
    Parameters:
    name - the name of the requested charset; may be either a canonical name or an alias +
    Returns:
    true if, and only if, support for the named charset is available in the current Java + virtual machine
    See Also:
    JRE character + encoding names
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharRange.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharRange.html new file mode 100644 index 0000000..6a29ef1 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharRange.html @@ -0,0 +1,530 @@ + + + + + + + +CharRange (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class CharRange

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.CharRange
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    +
    public final class CharRange
    extends java.lang.Object
    implements java.io.Serializable
    + +

    +

    A contiguous range of characters, optionally negated.

    + +

    Instances are immutable.

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: CharRange.java 471626 2006-11-06 04:02:09Z bayard $
    +
    Author:
    +
    Stephen Colebourne, Chris Feldhacker, Gary Gregory
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    CharRange(char ch) + +
    +          Constructs a CharRange over a single character.
    CharRange(char ch, + boolean negated) + +
    +          Constructs a CharRange over a single character, + optionally negating the range.
    CharRange(char start, + char end) + +
    +          Constructs a CharRange over a set of characters.
    CharRange(char start, + char end, + boolean negated) + +
    +          Constructs a CharRange over a set of characters, + optionally negating the range.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleancontains(char ch) + +
    +          Is the character specified contained in this range.
    + booleancontains(CharRange range) + +
    +          Are all the characters of the passed in range contained in + this range.
    + booleanequals(java.lang.Object obj) + +
    +          Compares two CharRange objects, returning true if they represent + exactly the same range of characters defined in the same way.
    + chargetEnd() + +
    +          Gets the end character for this character range.
    + chargetStart() + +
    +          Gets the start character for this character range.
    + inthashCode() + +
    +          Gets a hashCode compatible with the equals method.
    + booleanisNegated() + +
    +          Is this CharRange negated.
    + java.lang.StringtoString() + +
    +          Gets a string representation of the character range.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +CharRange

    +
    +public CharRange(char ch)
    +
    +

    Constructs a CharRange over a single character.

    +

    +

    Parameters:
    ch - only character in this range
    +
    + +

    +CharRange

    +
    +public CharRange(char ch,
    +                 boolean negated)
    +
    +

    Constructs a CharRange over a single character, + optionally negating the range.

    + +

    A negated range includes everything except the specified char.

    +

    +

    Parameters:
    ch - only character in this range
    negated - true to express everything except the range
    +
    + +

    +CharRange

    +
    +public CharRange(char start,
    +                 char end)
    +
    +

    Constructs a CharRange over a set of characters.

    +

    +

    Parameters:
    start - first character, inclusive, in this range
    end - last character, inclusive, in this range
    +
    + +

    +CharRange

    +
    +public CharRange(char start,
    +                 char end,
    +                 boolean negated)
    +
    +

    Constructs a CharRange over a set of characters, + optionally negating the range.

    + +

    A negated range includes everything except that defined by the + start and end characters.

    + +

    If start and end are in the wrong order, they are reversed. + Thus a-e is the same as e-a.

    +

    +

    Parameters:
    start - first character, inclusive, in this range
    end - last character, inclusive, in this range
    negated - true to express everything except the range
    + + + + + + + + +
    +Method Detail
    + +

    +getStart

    +
    +public char getStart()
    +
    +

    Gets the start character for this character range.

    +

    +

    +
    +
    +
    + +
    Returns:
    the start char (inclusive)
    +
    +
    +
    + +

    +getEnd

    +
    +public char getEnd()
    +
    +

    Gets the end character for this character range.

    +

    +

    +
    +
    +
    + +
    Returns:
    the end char (inclusive)
    +
    +
    +
    + +

    +isNegated

    +
    +public boolean isNegated()
    +
    +

    Is this CharRange negated.

    + +

    A negated range includes everything except that defined by the + start and end characters.

    +

    +

    +
    +
    +
    + +
    Returns:
    true is negated
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(char ch)
    +
    +

    Is the character specified contained in this range.

    +

    +

    +
    +
    +
    +
    Parameters:
    ch - the character to check +
    Returns:
    true if this range contains the input character
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(CharRange range)
    +
    +

    Are all the characters of the passed in range contained in + this range.

    +

    +

    +
    +
    +
    +
    Parameters:
    range - the range to check against +
    Returns:
    true if this range entirely contains the input range +
    Throws: +
    java.lang.IllegalArgumentException - if null input
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +

    Compares two CharRange objects, returning true if they represent + exactly the same range of characters defined in the same way.

    +

    +

    +
    +
    +
    +
    Parameters:
    obj - the object to compare to +
    Returns:
    true if equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +

    Gets a hashCode compatible with the equals method.

    +

    +

    +
    +
    +
    + +
    Returns:
    a suitable hashCode
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +

    Gets a string representation of the character range.

    +

    +

    +
    +
    +
    + +
    Returns:
    string representation of this range
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharSet.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharSet.html new file mode 100644 index 0000000..e22eb3d --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharSet.html @@ -0,0 +1,677 @@ + + + + + + + +CharSet (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class CharSet

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.CharSet
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    +
    public class CharSet
    extends java.lang.Object
    implements java.io.Serializable
    + +

    +

    A set of characters.

    + +

    Instances are immutable, but instances of subclasses may not be.

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: CharSet.java 618884 2008-02-06 04:37:17Z bayard $
    +
    Author:
    +
    Stephen Colebourne, Phil Steitz, Pete Gieser, Gary Gregory
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static CharSetASCII_ALPHA + +
    +          A CharSet defining ASCII alphabetic characters "a-zA-Z".
    +static CharSetASCII_ALPHA_LOWER + +
    +          A CharSet defining ASCII alphabetic characters "a-z".
    +static CharSetASCII_ALPHA_UPPER + +
    +          A CharSet defining ASCII alphabetic characters "A-Z".
    +static CharSetASCII_NUMERIC + +
    +          A CharSet defining ASCII alphabetic characters "0-9".
    +protected static java.util.MapCOMMON + +
    +          A Map of the common cases used in the factory.
    +static CharSetEMPTY + +
    +          A CharSet defining no characters.
    +  + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected CharSet(java.lang.String setStr) + +
    +          Constructs a new CharSet using the set syntax.
    +protected CharSet(java.lang.String[] set) + +
    +          Constructs a new CharSet using the set syntax.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +protected  voidadd(java.lang.String str) + +
    +          Add a set definition string to the CharSet.
    + booleancontains(char ch) + +
    +          Does the CharSet contain the specified + character ch.
    + booleanequals(java.lang.Object obj) + +
    +          Compares two CharSet objects, returning true if they represent + exactly the same set of characters defined in the same way.
    + CharRange[]getCharRanges() + +
    +          Gets the internal set as an array of CharRange objects.
    +static CharSetgetInstance(java.lang.String setStr) + +
    +          Factory method to create a new CharSet using a special syntax.
    +static CharSetgetInstance(java.lang.String[] setStrs) + +
    +          Constructs a new CharSet using the set syntax.
    + inthashCode() + +
    +          Gets a hashCode compatible with the equals method.
    + java.lang.StringtoString() + +
    +          Gets a string representation of the set.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +EMPTY

    +
    +public static final CharSet EMPTY
    +
    +
    A CharSet defining no characters. +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +ASCII_ALPHA

    +
    +public static final CharSet ASCII_ALPHA
    +
    +
    A CharSet defining ASCII alphabetic characters "a-zA-Z". +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +ASCII_ALPHA_LOWER

    +
    +public static final CharSet ASCII_ALPHA_LOWER
    +
    +
    A CharSet defining ASCII alphabetic characters "a-z". +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +ASCII_ALPHA_UPPER

    +
    +public static final CharSet ASCII_ALPHA_UPPER
    +
    +
    A CharSet defining ASCII alphabetic characters "A-Z". +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +ASCII_NUMERIC

    +
    +public static final CharSet ASCII_NUMERIC
    +
    +
    A CharSet defining ASCII alphabetic characters "0-9". +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +COMMON

    +
    +protected static final java.util.Map COMMON
    +
    +
    A Map of the common cases used in the factory. + Subclasses can add more common patterns if desired. +

    +

    +
    Since:
    +
    2.0
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +CharSet

    +
    +protected CharSet(java.lang.String setStr)
    +
    +

    Constructs a new CharSet using the set syntax.

    +

    +

    Parameters:
    setStr - the String describing the set, may be null
    Since:
    +
    2.0
    +
    +
    + +

    +CharSet

    +
    +protected CharSet(java.lang.String[] set)
    +
    +

    Constructs a new CharSet using the set syntax. + Each string is merged in with the set.

    +

    +

    Parameters:
    set - Strings to merge into the initial set +
    Throws: +
    java.lang.NullPointerException - if set is null
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static CharSet getInstance(java.lang.String setStr)
    +
    +

    Factory method to create a new CharSet using a special syntax.

    + +
      +
    • null or empty string ("") + - set containing no characters
    • +
    • Single character, such as "a" + - set containing just that character
    • +
    • Multi character, such as "a-e" + - set containing characters from one character to the other
    • +
    • Negated, such as "^a" or "^a-e" + - set containing all characters except those defined
    • +
    • Combinations, such as "abe-g" + - set containing all the characters from the individual sets
    • +
    + +

    The matching order is:

    +
      +
    1. Negated multi character range, such as "^a-e" +
    2. Ordinary multi character range, such as "a-e" +
    3. Negated single character, such as "^a" +
    4. Ordinary single character, such as "a" +
    +

    Matching works left to right. Once a match is found the + search starts again from the next character.

    + +

    If the same range is defined twice using the same syntax, only + one range will be kept. + Thus, "a-ca-c" creates only one range of "a-c".

    + +

    If the start and end of a range are in the wrong order, + they are reversed. Thus "a-e" is the same as "e-a". + As a result, "a-ee-a" would create only one range, + as the "a-e" and "e-a" are the same.

    + +

    The set of characters represented is the union of the specified ranges.

    + +

    All CharSet objects returned by this method will be immutable.

    +

    +

    +
    +
    +
    +
    Parameters:
    setStr - the String describing the set, may be null +
    Returns:
    a CharSet instance
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +getInstance

    +
    +public static CharSet getInstance(java.lang.String[] setStrs)
    +
    +

    Constructs a new CharSet using the set syntax. + Each string is merged in with the set.

    +

    +

    +
    +
    +
    +
    Parameters:
    setStrs - Strings to merge into the initial set, may be null +
    Returns:
    a CharSet instance
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +add

    +
    +protected void add(java.lang.String str)
    +
    +

    Add a set definition string to the CharSet.

    +

    +

    +
    +
    +
    +
    Parameters:
    str - set definition string
    +
    +
    +
    + +

    +getCharRanges

    +
    +public CharRange[] getCharRanges()
    +
    +

    Gets the internal set as an array of CharRange objects.

    +

    +

    +
    +
    +
    + +
    Returns:
    an array of immutable CharRange objects
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(char ch)
    +
    +

    Does the CharSet contain the specified + character ch.

    +

    +

    +
    +
    +
    +
    Parameters:
    ch - the character to check for +
    Returns:
    true if the set contains the characters
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +

    Compares two CharSet objects, returning true if they represent + exactly the same set of characters defined in the same way.

    + +

    The two sets abc and a-c are not + equal according to this method.

    +

    +

    +
    +
    +
    +
    Parameters:
    obj - the object to compare to +
    Returns:
    true if equal
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +

    Gets a hashCode compatible with the equals method.

    +

    +

    +
    +
    +
    + +
    Returns:
    a suitable hashCode
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +

    Gets a string representation of the set.

    +

    +

    +
    +
    +
    + +
    Returns:
    string representation of the set
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharSetUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharSetUtils.html new file mode 100644 index 0000000..a774392 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharSetUtils.html @@ -0,0 +1,621 @@ + + + + + + + +CharSetUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class CharSetUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.CharSetUtils
    +
    +
    +
    +
    public class CharSetUtils
    extends java.lang.Object
    + +

    +

    Operations on CharSets.

    + +

    This class handles null input gracefully. + An exception will not be thrown for a null input. + Each method documents its behaviour in more detail.

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: CharSetUtils.java 534588 2007-05-02 18:46:07Z bayard $
    +
    Author:
    +
    Stephen Colebourne, Phil Steitz, Gary Gregory
    +
    See Also:
    CharSet
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    CharSetUtils() + +
    +          CharSetUtils instances should NOT be constructed in standard programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static intcount(java.lang.String str, + java.lang.String set) + +
    +          Takes an argument in set-syntax, see evaluateSet, + and returns the number of characters present in the specified string.
    +static intcount(java.lang.String str, + java.lang.String[] set) + +
    +          Takes an argument in set-syntax, see evaluateSet, + and returns the number of characters present in the specified string.
    +static java.lang.Stringdelete(java.lang.String str, + java.lang.String set) + +
    +          Takes an argument in set-syntax, see evaluateSet, + and deletes any of characters present in the specified string.
    +static java.lang.Stringdelete(java.lang.String str, + java.lang.String[] set) + +
    +          Takes an argument in set-syntax, see evaluateSet, + and deletes any of characters present in the specified string.
    +static CharSetevaluateSet(java.lang.String[] set) + +
    +          Deprecated. Use CharSet.getInstance(String[]). + Method will be removed in Commons Lang 3.0.
    +static java.lang.Stringkeep(java.lang.String str, + java.lang.String set) + +
    +          Takes an argument in set-syntax, see evaluateSet, + and keeps any of characters present in the specified string.
    +static java.lang.Stringkeep(java.lang.String str, + java.lang.String[] set) + +
    +          Takes an argument in set-syntax, see evaluateSet, + and keeps any of characters present in the specified string.
    +static java.lang.Stringsqueeze(java.lang.String str, + java.lang.String set) + +
    +          Squeezes any repetitions of a character that is mentioned in the + supplied set.
    +static java.lang.Stringsqueeze(java.lang.String str, + java.lang.String[] set) + +
    +          Squeezes any repetitions of a character that is mentioned in the + supplied set.
    +static java.lang.Stringtranslate(java.lang.String str, + java.lang.String searchChars, + java.lang.String replaceChars) + +
    +          Deprecated. Use StringUtils.replaceChars(String, String, String). + Method will be removed in Commons Lang 3.0. + NOTE: StringUtils#replaceChars behaves differently when 'searchChars' is longer + than 'replaceChars'. CharSetUtils#translate will use the last char of the replacement + string whereas StringUtils#replaceChars will delete
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +CharSetUtils

    +
    +public CharSetUtils()
    +
    +

    CharSetUtils instances should NOT be constructed in standard programming. + Instead, the class should be used as CharSetUtils.evaluateSet(null);.

    + +

    This constructor is public to permit tools that require a JavaBean instance + to operate.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +evaluateSet

    +
    +public static CharSet evaluateSet(java.lang.String[] set)
    +
    +
    Deprecated. Use CharSet.getInstance(String[]). + Method will be removed in Commons Lang 3.0. +

    +

    Creates a CharSet instance which allows a certain amount of + set logic to be performed.

    +

    The syntax is:

    +
      +
    • "aeio" which implies 'a','e',..
    • +
    • "^e" implies not e.
    • +
    • "ej-m" implies e,j->m. e,j,k,l,m.
    • +
    + +
    + CharSetUtils.evaluateSet(null)    = null
    + CharSetUtils.evaluateSet([])      = CharSet matching nothing
    + CharSetUtils.evaluateSet(["a-e"]) = CharSet matching a,b,c,d,e
    + 
    +

    +

    +
    Parameters:
    set - the set, may be null +
    Returns:
    a CharSet instance, null if null input
    +
    +
    +
    + +

    +squeeze

    +
    +public static java.lang.String squeeze(java.lang.String str,
    +                                       java.lang.String set)
    +
    +

    Squeezes any repetitions of a character that is mentioned in the + supplied set.

    + +
    + CharSetUtils.squeeze(null, *)        = null
    + CharSetUtils.squeeze("", *)          = ""
    + CharSetUtils.squeeze(*, null)        = *
    + CharSetUtils.squeeze(*, "")          = *
    + CharSetUtils.squeeze("hello", "k-p") = "helo"
    + CharSetUtils.squeeze("hello", "a-e") = "hello"
    + 
    +

    +

    +
    Parameters:
    str - the string to squeeze, may be null
    set - the character set to use for manipulation, may be null +
    Returns:
    modified String, null if null string input
    See Also:
    for set-syntax.
    +
    +
    +
    + +

    +squeeze

    +
    +public static java.lang.String squeeze(java.lang.String str,
    +                                       java.lang.String[] set)
    +
    +

    Squeezes any repetitions of a character that is mentioned in the + supplied set.

    + +

    An example is:

    +
      +
    • squeeze("hello", {"el"}) => "helo"
    • +
    +

    +

    +
    Parameters:
    str - the string to squeeze, may be null
    set - the character set to use for manipulation, may be null +
    Returns:
    modified String, null if null string input
    See Also:
    for set-syntax.
    +
    +
    +
    + +

    +count

    +
    +public static int count(java.lang.String str,
    +                        java.lang.String set)
    +
    +

    Takes an argument in set-syntax, see evaluateSet, + and returns the number of characters present in the specified string.

    + +
    + CharSetUtils.count(null, *)        = 0
    + CharSetUtils.count("", *)          = 0
    + CharSetUtils.count(*, null)        = 0
    + CharSetUtils.count(*, "")          = 0
    + CharSetUtils.count("hello", "k-p") = 3
    + CharSetUtils.count("hello", "a-e") = 1
    + 
    +

    +

    +
    Parameters:
    str - String to count characters in, may be null
    set - String set of characters to count, may be null +
    Returns:
    character count, zero if null string input
    See Also:
    for set-syntax.
    +
    +
    +
    + +

    +count

    +
    +public static int count(java.lang.String str,
    +                        java.lang.String[] set)
    +
    +

    Takes an argument in set-syntax, see evaluateSet, + and returns the number of characters present in the specified string.

    + +

    An example would be:

    +
      +
    • count("hello", {"c-f", "o"}) returns 2.
    • +
    +

    +

    +
    Parameters:
    str - String to count characters in, may be null
    set - String[] set of characters to count, may be null +
    Returns:
    character count, zero if null string input
    See Also:
    for set-syntax.
    +
    +
    +
    + +

    +keep

    +
    +public static java.lang.String keep(java.lang.String str,
    +                                    java.lang.String set)
    +
    +

    Takes an argument in set-syntax, see evaluateSet, + and keeps any of characters present in the specified string.

    + +
    + CharSetUtils.keep(null, *)        = null
    + CharSetUtils.keep("", *)          = ""
    + CharSetUtils.keep(*, null)        = ""
    + CharSetUtils.keep(*, "")          = ""
    + CharSetUtils.keep("hello", "hl")  = "hll"
    + CharSetUtils.keep("hello", "le")  = "ell"
    + 
    +

    +

    +
    Parameters:
    str - String to keep characters from, may be null
    set - String set of characters to keep, may be null +
    Returns:
    modified String, null if null string input
    Since:
    +
    2.0
    +
    See Also:
    for set-syntax.
    +
    +
    +
    + +

    +keep

    +
    +public static java.lang.String keep(java.lang.String str,
    +                                    java.lang.String[] set)
    +
    +

    Takes an argument in set-syntax, see evaluateSet, + and keeps any of characters present in the specified string.

    + +

    An example would be:

    +
      +
    • keep("hello", {"c-f", "o"}) + returns "eo"
    • +
    +

    +

    +
    Parameters:
    str - String to keep characters from, may be null
    set - String[] set of characters to keep, may be null +
    Returns:
    modified String, null if null string input
    Since:
    +
    2.0
    +
    See Also:
    for set-syntax.
    +
    +
    +
    + +

    +delete

    +
    +public static java.lang.String delete(java.lang.String str,
    +                                      java.lang.String set)
    +
    +

    Takes an argument in set-syntax, see evaluateSet, + and deletes any of characters present in the specified string.

    + +
    + CharSetUtils.delete(null, *)        = null
    + CharSetUtils.delete("", *)          = ""
    + CharSetUtils.delete(*, null)        = *
    + CharSetUtils.delete(*, "")          = *
    + CharSetUtils.delete("hello", "hl")  = "eo"
    + CharSetUtils.delete("hello", "le")  = "ho"
    + 
    +

    +

    +
    Parameters:
    str - String to delete characters from, may be null
    set - String set of characters to delete, may be null +
    Returns:
    modified String, null if null string input
    See Also:
    for set-syntax.
    +
    +
    +
    + +

    +delete

    +
    +public static java.lang.String delete(java.lang.String str,
    +                                      java.lang.String[] set)
    +
    +

    Takes an argument in set-syntax, see evaluateSet, + and deletes any of characters present in the specified string.

    + +

    An example would be:

    +
      +
    • delete("hello", {"c-f", "o"}) returns + "hll"
    • +
    +

    +

    +
    Parameters:
    str - String to delete characters from, may be null
    set - String[] set of characters to delete, may be null +
    Returns:
    modified String, null if null string input
    See Also:
    for set-syntax.
    +
    +
    +
    + +

    +translate

    +
    +public static java.lang.String translate(java.lang.String str,
    +                                         java.lang.String searchChars,
    +                                         java.lang.String replaceChars)
    +
    +
    Deprecated. Use StringUtils.replaceChars(String, String, String). + Method will be removed in Commons Lang 3.0. + NOTE: StringUtils#replaceChars behaves differently when 'searchChars' is longer + than 'replaceChars'. CharSetUtils#translate will use the last char of the replacement + string whereas StringUtils#replaceChars will delete +

    +

    Translate characters in a String. + This is a multi character search and replace routine.

    + +

    An example is:

    +
      +
    • translate("hello", "ho", "jy") + => jelly
    • +
    + +

    If the length of characters to search for is greater than the + length of characters to replace, then the last character is + used.

    + +
    + CharSetUtils.translate(null, *, *) = null
    + CharSetUtils.translate("", *, *)   = ""
    + 
    +

    +

    +
    Parameters:
    str - String to replace characters in, may be null
    searchChars - a set of characters to search for, must not be null
    replaceChars - a set of characters to replace, must not be null or empty ("") +
    Returns:
    translated String, null if null string input +
    Throws: +
    java.lang.NullPointerException - if searchChars or replaceChars + is null +
    java.lang.ArrayIndexOutOfBoundsException - if replaceChars is empty ("")
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharUtils.html new file mode 100644 index 0000000..fda47d9 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/CharUtils.html @@ -0,0 +1,1017 @@ + + + + + + + +CharUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class CharUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.CharUtils
    +
    +
    +
    +
    public class CharUtils
    extends java.lang.Object
    + +

    +

    Operations on char primitives and Character objects.

    + +

    This class tries to handle null input gracefully. + An exception will not be thrown for a null input. + Each method documents its behaviour in more detail.

    +

    + +

    +

    +
    Since:
    +
    2.1
    +
    Version:
    +
    $Id: CharUtils.java 437554 2006-08-28 06:21:41Z bayard $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static charCR + +
    +           + carriage return CR ('\r').
    +static charLF + +
    +           + linefeed LF ('\n').
    +  + + + + + + + + + + +
    +Constructor Summary
    CharUtils() + +
    +          CharUtils instances should NOT be constructed in standard programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static booleanisAscii(char ch) + +
    +          Checks whether the character is ASCII 7 bit.
    +static booleanisAsciiAlpha(char ch) + +
    +          Checks whether the character is ASCII 7 bit alphabetic.
    +static booleanisAsciiAlphaLower(char ch) + +
    +          Checks whether the character is ASCII 7 bit alphabetic lower case.
    +static booleanisAsciiAlphanumeric(char ch) + +
    +          Checks whether the character is ASCII 7 bit numeric.
    +static booleanisAsciiAlphaUpper(char ch) + +
    +          Checks whether the character is ASCII 7 bit alphabetic upper case.
    +static booleanisAsciiControl(char ch) + +
    +          Checks whether the character is ASCII 7 bit control.
    +static booleanisAsciiNumeric(char ch) + +
    +          Checks whether the character is ASCII 7 bit numeric.
    +static booleanisAsciiPrintable(char ch) + +
    +          Checks whether the character is ASCII 7 bit printable.
    +static chartoChar(java.lang.Character ch) + +
    +          Converts the Character to a char throwing an exception for null.
    +static chartoChar(java.lang.Character ch, + char defaultValue) + +
    +          Converts the Character to a char handling null.
    +static chartoChar(java.lang.String str) + +
    +          Converts the String to a char using the first character, throwing + an exception on empty Strings.
    +static chartoChar(java.lang.String str, + char defaultValue) + +
    +          Converts the String to a char using the first character, defaulting + the value on empty Strings.
    +static java.lang.CharactertoCharacterObject(char ch) + +
    +          Converts the character to a Character.
    +static java.lang.CharactertoCharacterObject(java.lang.String str) + +
    +          Converts the String to a Character using the first character, returning + null for empty Strings.
    +static inttoIntValue(char ch) + +
    +          Converts the character to the Integer it represents, throwing an + exception if the character is not numeric.
    +static inttoIntValue(java.lang.Character ch) + +
    +          Converts the character to the Integer it represents, throwing an + exception if the character is not numeric.
    +static inttoIntValue(java.lang.Character ch, + int defaultValue) + +
    +          Converts the character to the Integer it represents, throwing an + exception if the character is not numeric.
    +static inttoIntValue(char ch, + int defaultValue) + +
    +          Converts the character to the Integer it represents, throwing an + exception if the character is not numeric.
    +static java.lang.StringtoString(char ch) + +
    +          Converts the character to a String that contains the one character.
    +static java.lang.StringtoString(java.lang.Character ch) + +
    +          Converts the character to a String that contains the one character.
    +static java.lang.StringunicodeEscaped(char ch) + +
    +          Converts the string to the unicode format ' '.
    +static java.lang.StringunicodeEscaped(java.lang.Character ch) + +
    +          Converts the string to the unicode format ' '.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +LF

    +
    +public static final char LF
    +
    +
    + linefeed LF ('\n'). +

    +

    +
    Since:
    +
    2.2
    +
    See Also:
    JLF: Escape Sequences + for Character and String Literals, +Constant Field Values
    +
    +
    + +

    +CR

    +
    +public static final char CR
    +
    +
    + carriage return CR ('\r'). +

    +

    +
    Since:
    +
    2.2
    +
    See Also:
    JLF: Escape Sequences + for Character and String Literals, +Constant Field Values
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +CharUtils

    +
    +public CharUtils()
    +
    +

    CharUtils instances should NOT be constructed in standard programming. + Instead, the class should be used as CharUtils.toString('c');.

    + +

    This constructor is public to permit tools that require a JavaBean instance + to operate.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +toCharacterObject

    +
    +public static java.lang.Character toCharacterObject(char ch)
    +
    +

    Converts the character to a Character.

    + +

    For ASCII 7 bit characters, this uses a cache that will return the + same Character object each time.

    + +
    +   CharUtils.toCharacterObject(' ')  = ' '
    +   CharUtils.toCharacterObject('A')  = 'A'
    + 
    +

    +

    +
    Parameters:
    ch - the character to convert +
    Returns:
    a Character of the specified character
    +
    +
    +
    + +

    +toCharacterObject

    +
    +public static java.lang.Character toCharacterObject(java.lang.String str)
    +
    +

    Converts the String to a Character using the first character, returning + null for empty Strings.

    + +

    For ASCII 7 bit characters, this uses a cache that will return the + same Character object each time.

    + +
    +   CharUtils.toCharacterObject(null) = null
    +   CharUtils.toCharacterObject("")   = null
    +   CharUtils.toCharacterObject("A")  = 'A'
    +   CharUtils.toCharacterObject("BA") = 'B'
    + 
    +

    +

    +
    Parameters:
    str - the character to convert +
    Returns:
    the Character value of the first letter of the String
    +
    +
    +
    + +

    +toChar

    +
    +public static char toChar(java.lang.Character ch)
    +
    +

    Converts the Character to a char throwing an exception for null.

    + +
    +   CharUtils.toChar(null) = IllegalArgumentException
    +   CharUtils.toChar(' ')  = ' '
    +   CharUtils.toChar('A')  = 'A'
    + 
    +

    +

    +
    Parameters:
    ch - the character to convert +
    Returns:
    the char value of the Character +
    Throws: +
    java.lang.IllegalArgumentException - if the Character is null
    +
    +
    +
    + +

    +toChar

    +
    +public static char toChar(java.lang.Character ch,
    +                          char defaultValue)
    +
    +

    Converts the Character to a char handling null.

    + +
    +   CharUtils.toChar(null, 'X') = 'X'
    +   CharUtils.toChar(' ', 'X')  = ' '
    +   CharUtils.toChar('A', 'X')  = 'A'
    + 
    +

    +

    +
    Parameters:
    ch - the character to convert
    defaultValue - the value to use if the Character is null +
    Returns:
    the char value of the Character or the default if null
    +
    +
    +
    + +

    +toChar

    +
    +public static char toChar(java.lang.String str)
    +
    +

    Converts the String to a char using the first character, throwing + an exception on empty Strings.

    + +
    +   CharUtils.toChar(null) = IllegalArgumentException
    +   CharUtils.toChar("")   = IllegalArgumentException
    +   CharUtils.toChar("A")  = 'A'
    +   CharUtils.toChar("BA") = 'B'
    + 
    +

    +

    +
    Parameters:
    str - the character to convert +
    Returns:
    the char value of the first letter of the String +
    Throws: +
    java.lang.IllegalArgumentException - if the String is empty
    +
    +
    +
    + +

    +toChar

    +
    +public static char toChar(java.lang.String str,
    +                          char defaultValue)
    +
    +

    Converts the String to a char using the first character, defaulting + the value on empty Strings.

    + +
    +   CharUtils.toChar(null, 'X') = 'X'
    +   CharUtils.toChar("", 'X')   = 'X'
    +   CharUtils.toChar("A", 'X')  = 'A'
    +   CharUtils.toChar("BA", 'X') = 'B'
    + 
    +

    +

    +
    Parameters:
    str - the character to convert
    defaultValue - the value to use if the Character is null +
    Returns:
    the char value of the first letter of the String or the default if null
    +
    +
    +
    + +

    +toIntValue

    +
    +public static int toIntValue(char ch)
    +
    +

    Converts the character to the Integer it represents, throwing an + exception if the character is not numeric.

    + +

    This method coverts the char '1' to the int 1 and so on.

    + +
    +   CharUtils.toIntValue('3')  = 3
    +   CharUtils.toIntValue('A')  = IllegalArgumentException
    + 
    +

    +

    +
    Parameters:
    ch - the character to convert +
    Returns:
    the int value of the character +
    Throws: +
    java.lang.IllegalArgumentException - if the character is not ASCII numeric
    +
    +
    +
    + +

    +toIntValue

    +
    +public static int toIntValue(char ch,
    +                             int defaultValue)
    +
    +

    Converts the character to the Integer it represents, throwing an + exception if the character is not numeric.

    + +

    This method coverts the char '1' to the int 1 and so on.

    + +
    +   CharUtils.toIntValue('3', -1)  = 3
    +   CharUtils.toIntValue('A', -1)  = -1
    + 
    +

    +

    +
    Parameters:
    ch - the character to convert
    defaultValue - the default value to use if the character is not numeric +
    Returns:
    the int value of the character
    +
    +
    +
    + +

    +toIntValue

    +
    +public static int toIntValue(java.lang.Character ch)
    +
    +

    Converts the character to the Integer it represents, throwing an + exception if the character is not numeric.

    + +

    This method coverts the char '1' to the int 1 and so on.

    + +
    +   CharUtils.toIntValue(null) = IllegalArgumentException
    +   CharUtils.toIntValue('3')  = 3
    +   CharUtils.toIntValue('A')  = IllegalArgumentException
    + 
    +

    +

    +
    Parameters:
    ch - the character to convert, not null +
    Returns:
    the int value of the character +
    Throws: +
    java.lang.IllegalArgumentException - if the Character is not ASCII numeric or is null
    +
    +
    +
    + +

    +toIntValue

    +
    +public static int toIntValue(java.lang.Character ch,
    +                             int defaultValue)
    +
    +

    Converts the character to the Integer it represents, throwing an + exception if the character is not numeric.

    + +

    This method coverts the char '1' to the int 1 and so on.

    + +
    +   CharUtils.toIntValue(null, -1) = -1
    +   CharUtils.toIntValue('3', -1)  = 3
    +   CharUtils.toIntValue('A', -1)  = -1
    + 
    +

    +

    +
    Parameters:
    ch - the character to convert
    defaultValue - the default value to use if the character is not numeric +
    Returns:
    the int value of the character
    +
    +
    +
    + +

    +toString

    +
    +public static java.lang.String toString(char ch)
    +
    +

    Converts the character to a String that contains the one character.

    + +

    For ASCII 7 bit characters, this uses a cache that will return the + same String object each time.

    + +
    +   CharUtils.toString(' ')  = " "
    +   CharUtils.toString('A')  = "A"
    + 
    +

    +

    +
    Parameters:
    ch - the character to convert +
    Returns:
    a String containing the one specified character
    +
    +
    +
    + +

    +toString

    +
    +public static java.lang.String toString(java.lang.Character ch)
    +
    +

    Converts the character to a String that contains the one character.

    + +

    For ASCII 7 bit characters, this uses a cache that will return the + same String object each time.

    + +

    If null is passed in, null will be returned.

    + +
    +   CharUtils.toString(null) = null
    +   CharUtils.toString(' ')  = " "
    +   CharUtils.toString('A')  = "A"
    + 
    +

    +

    +
    Parameters:
    ch - the character to convert +
    Returns:
    a String containing the one specified character
    +
    +
    +
    + +

    +unicodeEscaped

    +
    +public static java.lang.String unicodeEscaped(char ch)
    +
    +

    Converts the string to the unicode format ' '.

    + +

    This format is the Java source code format.

    + +
    +   CharUtils.unicodeEscaped(' ') = " "
    +   CharUtils.unicodeEscaped('A') = "A"
    + 
    +

    +

    +
    Parameters:
    ch - the character to convert +
    Returns:
    the escaped unicode string
    +
    +
    +
    + +

    +unicodeEscaped

    +
    +public static java.lang.String unicodeEscaped(java.lang.Character ch)
    +
    +

    Converts the string to the unicode format ' '.

    + +

    This format is the Java source code format.

    + +

    If null is passed in, null will be returned.

    + +
    +   CharUtils.unicodeEscaped(null) = null
    +   CharUtils.unicodeEscaped(' ')  = " "
    +   CharUtils.unicodeEscaped('A')  = "A"
    + 
    +

    +

    +
    Parameters:
    ch - the character to convert, may be null +
    Returns:
    the escaped unicode string, null if null input
    +
    +
    +
    + +

    +isAscii

    +
    +public static boolean isAscii(char ch)
    +
    +

    Checks whether the character is ASCII 7 bit.

    + +
    +   CharUtils.isAscii('a')  = true
    +   CharUtils.isAscii('A')  = true
    +   CharUtils.isAscii('3')  = true
    +   CharUtils.isAscii('-')  = true
    +   CharUtils.isAscii('\n') = true
    +   CharUtils.isAscii('©') = false
    + 
    +

    +

    +
    Parameters:
    ch - the character to check +
    Returns:
    true if less than 128
    +
    +
    +
    + +

    +isAsciiPrintable

    +
    +public static boolean isAsciiPrintable(char ch)
    +
    +

    Checks whether the character is ASCII 7 bit printable.

    + +
    +   CharUtils.isAsciiPrintable('a')  = true
    +   CharUtils.isAsciiPrintable('A')  = true
    +   CharUtils.isAsciiPrintable('3')  = true
    +   CharUtils.isAsciiPrintable('-')  = true
    +   CharUtils.isAsciiPrintable('\n') = false
    +   CharUtils.isAsciiPrintable('©') = false
    + 
    +

    +

    +
    Parameters:
    ch - the character to check +
    Returns:
    true if between 32 and 126 inclusive
    +
    +
    +
    + +

    +isAsciiControl

    +
    +public static boolean isAsciiControl(char ch)
    +
    +

    Checks whether the character is ASCII 7 bit control.

    + +
    +   CharUtils.isAsciiControl('a')  = false
    +   CharUtils.isAsciiControl('A')  = false
    +   CharUtils.isAsciiControl('3')  = false
    +   CharUtils.isAsciiControl('-')  = false
    +   CharUtils.isAsciiControl('\n') = true
    +   CharUtils.isAsciiControl('©') = false
    + 
    +

    +

    +
    Parameters:
    ch - the character to check +
    Returns:
    true if less than 32 or equals 127
    +
    +
    +
    + +

    +isAsciiAlpha

    +
    +public static boolean isAsciiAlpha(char ch)
    +
    +

    Checks whether the character is ASCII 7 bit alphabetic.

    + +
    +   CharUtils.isAsciiAlpha('a')  = true
    +   CharUtils.isAsciiAlpha('A')  = true
    +   CharUtils.isAsciiAlpha('3')  = false
    +   CharUtils.isAsciiAlpha('-')  = false
    +   CharUtils.isAsciiAlpha('\n') = false
    +   CharUtils.isAsciiAlpha('©') = false
    + 
    +

    +

    +
    Parameters:
    ch - the character to check +
    Returns:
    true if between 65 and 90 or 97 and 122 inclusive
    +
    +
    +
    + +

    +isAsciiAlphaUpper

    +
    +public static boolean isAsciiAlphaUpper(char ch)
    +
    +

    Checks whether the character is ASCII 7 bit alphabetic upper case.

    + +
    +   CharUtils.isAsciiAlphaUpper('a')  = false
    +   CharUtils.isAsciiAlphaUpper('A')  = true
    +   CharUtils.isAsciiAlphaUpper('3')  = false
    +   CharUtils.isAsciiAlphaUpper('-')  = false
    +   CharUtils.isAsciiAlphaUpper('\n') = false
    +   CharUtils.isAsciiAlphaUpper('©') = false
    + 
    +

    +

    +
    Parameters:
    ch - the character to check +
    Returns:
    true if between 65 and 90 inclusive
    +
    +
    +
    + +

    +isAsciiAlphaLower

    +
    +public static boolean isAsciiAlphaLower(char ch)
    +
    +

    Checks whether the character is ASCII 7 bit alphabetic lower case.

    + +
    +   CharUtils.isAsciiAlphaLower('a')  = true
    +   CharUtils.isAsciiAlphaLower('A')  = false
    +   CharUtils.isAsciiAlphaLower('3')  = false
    +   CharUtils.isAsciiAlphaLower('-')  = false
    +   CharUtils.isAsciiAlphaLower('\n') = false
    +   CharUtils.isAsciiAlphaLower('©') = false
    + 
    +

    +

    +
    Parameters:
    ch - the character to check +
    Returns:
    true if between 97 and 122 inclusive
    +
    +
    +
    + +

    +isAsciiNumeric

    +
    +public static boolean isAsciiNumeric(char ch)
    +
    +

    Checks whether the character is ASCII 7 bit numeric.

    + +
    +   CharUtils.isAsciiNumeric('a')  = false
    +   CharUtils.isAsciiNumeric('A')  = false
    +   CharUtils.isAsciiNumeric('3')  = true
    +   CharUtils.isAsciiNumeric('-')  = false
    +   CharUtils.isAsciiNumeric('\n') = false
    +   CharUtils.isAsciiNumeric('©') = false
    + 
    +

    +

    +
    Parameters:
    ch - the character to check +
    Returns:
    true if between 48 and 57 inclusive
    +
    +
    +
    + +

    +isAsciiAlphanumeric

    +
    +public static boolean isAsciiAlphanumeric(char ch)
    +
    +

    Checks whether the character is ASCII 7 bit numeric.

    + +
    +   CharUtils.isAsciiAlphanumeric('a')  = true
    +   CharUtils.isAsciiAlphanumeric('A')  = true
    +   CharUtils.isAsciiAlphanumeric('3')  = true
    +   CharUtils.isAsciiAlphanumeric('-')  = false
    +   CharUtils.isAsciiAlphanumeric('\n') = false
    +   CharUtils.isAsciiAlphanumeric('©') = false
    + 
    +

    +

    +
    Parameters:
    ch - the character to check +
    Returns:
    true if between 48 and 57 or 65 and 90 or 97 and 122 inclusive
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/ClassUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/ClassUtils.html new file mode 100644 index 0000000..ddd0aca --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/ClassUtils.html @@ -0,0 +1,1185 @@ + + + + + + + +ClassUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class ClassUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.ClassUtils
    +
    +
    +
    +
    public class ClassUtils
    extends java.lang.Object
    + +

    +

    Operates on classes without using reflection.

    + +

    This class handles invalid null inputs as best it can. + Each method documents its behaviour in more detail.

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: ClassUtils.java 633621 2008-03-04 20:20:23Z mbenson $
    +
    Author:
    +
    Stephen Colebourne, Gary Gregory, Norm Deane, Alban Peignier, Tomasz Blachowicz
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static java.lang.StringINNER_CLASS_SEPARATOR + +
    +          The inner class separator String: "$".
    +static charINNER_CLASS_SEPARATOR_CHAR + +
    +          The inner class separator character: '$' == 36.
    +static java.lang.StringPACKAGE_SEPARATOR + +
    +          The package separator String: ".".
    +static charPACKAGE_SEPARATOR_CHAR + +
    +          The package separator character: '.' == 46.
    +  + + + + + + + + + + +
    +Constructor Summary
    ClassUtils() + +
    +          ClassUtils instances should NOT be constructed in standard programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.util.ListconvertClassesToClassNames(java.util.List classes) + +
    +          Given a List of Class objects, this method converts + them into class names.
    +static java.util.ListconvertClassNamesToClasses(java.util.List classNames) + +
    +          Given a List of class names, this method converts them into classes.
    +static java.util.ListgetAllInterfaces(java.lang.Class cls) + +
    +          Gets a List of all interfaces implemented by the given + class and its superclasses.
    +static java.util.ListgetAllSuperclasses(java.lang.Class cls) + +
    +          Gets a List of superclasses for the given class.
    +static java.lang.ClassgetClass(java.lang.ClassLoader classLoader, + java.lang.String className) + +
    +          Returns the (initialized) class represented by className + using the classLoader.
    +static java.lang.ClassgetClass(java.lang.ClassLoader classLoader, + java.lang.String className, + boolean initialize) + +
    +          Returns the class represented by className using the + classLoader.
    +static java.lang.ClassgetClass(java.lang.String className) + +
    +          Returns the (initialized )class represented by className + using the current thread's context class loader.
    +static java.lang.ClassgetClass(java.lang.String className, + boolean initialize) + +
    +          Returns the class represented by className using the + current thread's context class loader.
    +static java.lang.StringgetPackageCanonicalName(java.lang.Class cls) + +
    +          Gets the package name from the canonical name of a Class.
    +static java.lang.StringgetPackageCanonicalName(java.lang.Object object, + java.lang.String valueIfNull) + +
    +          Gets the package name from the canonical name of an Object.
    +static java.lang.StringgetPackageCanonicalName(java.lang.String canonicalName) + +
    +          Gets the package name from the canonical name.
    +static java.lang.StringgetPackageName(java.lang.Class cls) + +
    +          Gets the package name of a Class.
    +static java.lang.StringgetPackageName(java.lang.Object object, + java.lang.String valueIfNull) + +
    +          Gets the package name of an Object.
    +static java.lang.StringgetPackageName(java.lang.String className) + +
    +          Gets the package name from a String.
    +static java.lang.reflect.MethodgetPublicMethod(java.lang.Class cls, + java.lang.String methodName, + java.lang.Class[] parameterTypes) + +
    +          Returns the desired Method much like Class.getMethod, however + it ensures that the returned Method is from a public class or interface and not + from an anonymous inner class.
    +static java.lang.StringgetShortCanonicalName(java.lang.Class cls) + +
    +          Gets the canonical name minus the package name from a Class.
    +static java.lang.StringgetShortCanonicalName(java.lang.Object object, + java.lang.String valueIfNull) + +
    +          Gets the canonical name minus the package name for an Object.
    +static java.lang.StringgetShortCanonicalName(java.lang.String canonicalName) + +
    +          Gets the canonical name minus the package name from a String.
    +static java.lang.StringgetShortClassName(java.lang.Class cls) + +
    +          Gets the class name minus the package name from a Class.
    +static java.lang.StringgetShortClassName(java.lang.Object object, + java.lang.String valueIfNull) + +
    +          Gets the class name minus the package name for an Object.
    +static java.lang.StringgetShortClassName(java.lang.String className) + +
    +          Gets the class name minus the package name from a String.
    +static booleanisAssignable(java.lang.Class[] classArray, + java.lang.Class[] toClassArray) + +
    +          Checks if an array of Classes can be assigned to another array of Classes.
    +static booleanisAssignable(java.lang.Class cls, + java.lang.Class toClass) + +
    +          Checks if one Class can be assigned to a variable of + another Class.
    +static booleanisInnerClass(java.lang.Class cls) + +
    +          Is the specified class an inner class or static nested class.
    +static java.lang.Class[]primitivesToWrappers(java.lang.Class[] classes) + +
    +          Converts the specified array of primitive Class objects to an array of + its corresponding wrapper Class objects.
    +static java.lang.ClassprimitiveToWrapper(java.lang.Class cls) + +
    +          Converts the specified primitive Class object to its corresponding + wrapper Class object.
    +static java.lang.Class[]toClass(java.lang.Object[] array) + +
    +          Converts an array of Object in to an array of Class objects.
    +static java.lang.Class[]wrappersToPrimitives(java.lang.Class[] classes) + +
    +          Converts the specified array of wrapper Class objects to an array of + its corresponding primitive Class objects.
    +static java.lang.ClasswrapperToPrimitive(java.lang.Class cls) + +
    +          Converts the specified wrapper class to its corresponding primitive + class.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +PACKAGE_SEPARATOR_CHAR

    +
    +public static final char PACKAGE_SEPARATOR_CHAR
    +
    +

    The package separator character: '.' == 46.

    +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +PACKAGE_SEPARATOR

    +
    +public static final java.lang.String PACKAGE_SEPARATOR
    +
    +

    The package separator String: ".".

    +

    +

    +
    +
    +
    + +

    +INNER_CLASS_SEPARATOR_CHAR

    +
    +public static final char INNER_CLASS_SEPARATOR_CHAR
    +
    +

    The inner class separator character: '$' == 36.

    +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +INNER_CLASS_SEPARATOR

    +
    +public static final java.lang.String INNER_CLASS_SEPARATOR
    +
    +

    The inner class separator String: "$".

    +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ClassUtils

    +
    +public ClassUtils()
    +
    +

    ClassUtils instances should NOT be constructed in standard programming. + Instead, the class should be used as + ClassUtils.getShortClassName(cls).

    + +

    This constructor is public to permit tools that require a JavaBean + instance to operate.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +getShortClassName

    +
    +public static java.lang.String getShortClassName(java.lang.Object object,
    +                                                 java.lang.String valueIfNull)
    +
    +

    Gets the class name minus the package name for an Object.

    +

    +

    +
    Parameters:
    object - the class to get the short name for, may be null
    valueIfNull - the value to return if null +
    Returns:
    the class name of the object without the package name, or the null value
    +
    +
    +
    + +

    +getShortClassName

    +
    +public static java.lang.String getShortClassName(java.lang.Class cls)
    +
    +

    Gets the class name minus the package name from a Class.

    +

    +

    +
    Parameters:
    cls - the class to get the short name for. +
    Returns:
    the class name without the package name or an empty string
    +
    +
    +
    + +

    +getShortClassName

    +
    +public static java.lang.String getShortClassName(java.lang.String className)
    +
    +

    Gets the class name minus the package name from a String.

    + +

    The string passed in is assumed to be a class name - it is not checked.

    +

    +

    +
    Parameters:
    className - the className to get the short name for +
    Returns:
    the class name of the class without the package name or an empty string
    +
    +
    +
    + +

    +getPackageName

    +
    +public static java.lang.String getPackageName(java.lang.Object object,
    +                                              java.lang.String valueIfNull)
    +
    +

    Gets the package name of an Object.

    +

    +

    +
    Parameters:
    object - the class to get the package name for, may be null
    valueIfNull - the value to return if null +
    Returns:
    the package name of the object, or the null value
    +
    +
    +
    + +

    +getPackageName

    +
    +public static java.lang.String getPackageName(java.lang.Class cls)
    +
    +

    Gets the package name of a Class.

    +

    +

    +
    Parameters:
    cls - the class to get the package name for, may be null. +
    Returns:
    the package name or an empty string
    +
    +
    +
    + +

    +getPackageName

    +
    +public static java.lang.String getPackageName(java.lang.String className)
    +
    +

    Gets the package name from a String.

    + +

    The string passed in is assumed to be a class name - it is not checked.

    +

    If the class is unpackaged, return an empty string.

    +

    +

    +
    Parameters:
    className - the className to get the package name for, may be null +
    Returns:
    the package name or an empty string
    +
    +
    +
    + +

    +getAllSuperclasses

    +
    +public static java.util.List getAllSuperclasses(java.lang.Class cls)
    +
    +

    Gets a List of superclasses for the given class.

    +

    +

    +
    Parameters:
    cls - the class to look up, may be null +
    Returns:
    the List of superclasses in order going up from this one + null if null input
    +
    +
    +
    + +

    +getAllInterfaces

    +
    +public static java.util.List getAllInterfaces(java.lang.Class cls)
    +
    +

    Gets a List of all interfaces implemented by the given + class and its superclasses.

    + +

    The order is determined by looking through each interface in turn as + declared in the source file and following its hierarchy up. Then each + superclass is considered in the same way. Later duplicates are ignored, + so the order is maintained.

    +

    +

    +
    Parameters:
    cls - the class to look up, may be null +
    Returns:
    the List of interfaces in order, + null if null input
    +
    +
    +
    + +

    +convertClassNamesToClasses

    +
    +public static java.util.List convertClassNamesToClasses(java.util.List classNames)
    +
    +

    Given a List of class names, this method converts them into classes.

    + +

    A new List is returned. If the class name cannot be found, null + is stored in the List. If the class name in the List is + null, null is stored in the output List.

    +

    +

    +
    Parameters:
    classNames - the classNames to change +
    Returns:
    a List of Class objects corresponding to the class names, + null if null input +
    Throws: +
    java.lang.ClassCastException - if classNames contains a non String entry
    +
    +
    +
    + +

    +convertClassesToClassNames

    +
    +public static java.util.List convertClassesToClassNames(java.util.List classes)
    +
    +

    Given a List of Class objects, this method converts + them into class names.

    + +

    A new List is returned. null objects will be copied into + the returned list as null.

    +

    +

    +
    Parameters:
    classes - the classes to change +
    Returns:
    a List of class names corresponding to the Class objects, + null if null input +
    Throws: +
    java.lang.ClassCastException - if classes contains a non-Class entry
    +
    +
    +
    + +

    +isAssignable

    +
    +public static boolean isAssignable(java.lang.Class[] classArray,
    +                                   java.lang.Class[] toClassArray)
    +
    +

    Checks if an array of Classes can be assigned to another array of Classes.

    + +

    This method calls isAssignable for each + Class pair in the input arrays. It can be used to check if a set of arguments + (the first parameter) are suitably compatible with a set of method parameter types + (the second parameter).

    + +

    Unlike the Class.isAssignableFrom(java.lang.Class) method, this + method takes into account widenings of primitive classes and + nulls.

    + +

    Primitive widenings allow an int to be assigned to a long, + float or double. This method returns the correct + result for these cases.

    + +

    Null may be assigned to any reference type. This method will + return true if null is passed in and the toClass is + non-primitive.

    + +

    Specifically, this method tests whether the type represented by the + specified Class parameter can be converted to the type + represented by this Class object via an identity conversion + widening primitive or widening reference conversion. See + The Java Language Specification, + sections 5.1.1, 5.1.2 and 5.1.4 for details.

    +

    +

    +
    Parameters:
    classArray - the array of Classes to check, may be null
    toClassArray - the array of Classes to try to assign into, may be null +
    Returns:
    true if assignment possible
    +
    +
    +
    + +

    +isAssignable

    +
    +public static boolean isAssignable(java.lang.Class cls,
    +                                   java.lang.Class toClass)
    +
    +

    Checks if one Class can be assigned to a variable of + another Class.

    + +

    Unlike the Class.isAssignableFrom(java.lang.Class) method, + this method takes into account widenings of primitive classes and + nulls.

    + +

    Primitive widenings allow an int to be assigned to a long, float or + double. This method returns the correct result for these cases.

    + +

    Null may be assigned to any reference type. This method + will return true if null is passed in and the + toClass is non-primitive.

    + +

    Specifically, this method tests whether the type represented by the + specified Class parameter can be converted to the type + represented by this Class object via an identity conversion + widening primitive or widening reference conversion. See + The Java Language Specification, + sections 5.1.1, 5.1.2 and 5.1.4 for details.

    +

    +

    +
    Parameters:
    cls - the Class to check, may be null
    toClass - the Class to try to assign into, returns false if null +
    Returns:
    true if assignment possible
    +
    +
    +
    + +

    +primitiveToWrapper

    +
    +public static java.lang.Class primitiveToWrapper(java.lang.Class cls)
    +
    +

    Converts the specified primitive Class object to its corresponding + wrapper Class object.

    + +

    NOTE: From v2.2, this method handles Void.TYPE, + returning Void.TYPE.

    +

    +

    +
    Parameters:
    cls - the class to convert, may be null +
    Returns:
    the wrapper class for cls or cls if + cls is not a primitive. null if null input.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +primitivesToWrappers

    +
    +public static java.lang.Class[] primitivesToWrappers(java.lang.Class[] classes)
    +
    +

    Converts the specified array of primitive Class objects to an array of + its corresponding wrapper Class objects.

    +

    +

    +
    Parameters:
    classes - the class array to convert, may be null or empty +
    Returns:
    an array which contains for each given class, the wrapper class or + the original class if class is not a primitive. null if null input. + Empty array if an empty array passed in.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +wrapperToPrimitive

    +
    +public static java.lang.Class wrapperToPrimitive(java.lang.Class cls)
    +
    +

    Converts the specified wrapper class to its corresponding primitive + class.

    + +

    This method is the counter part of primitiveToWrapper(). + If the passed in class is a wrapper class for a primitive type, this + primitive type will be returned (e.g. Integer.TYPE for + Integer.class). For other classes, or if the parameter is + null, the return value is null.

    +

    +

    +
    Parameters:
    cls - the class to convert, may be null +
    Returns:
    the corresponding primitive type if cls is a + wrapper class, null otherwise
    Since:
    +
    2.4
    +
    See Also:
    primitiveToWrapper(Class)
    +
    +
    +
    + +

    +wrappersToPrimitives

    +
    +public static java.lang.Class[] wrappersToPrimitives(java.lang.Class[] classes)
    +
    +

    Converts the specified array of wrapper Class objects to an array of + its corresponding primitive Class objects.

    + +

    This method invokes wrapperToPrimitive() for each element + of the passed in array.

    +

    +

    +
    Parameters:
    classes - the class array to convert, may be null or empty +
    Returns:
    an array which contains for each given class, the primitive class or + null if the original class is not a wrapper class. null if null input. + Empty array if an empty array passed in.
    Since:
    +
    2.4
    +
    See Also:
    wrapperToPrimitive(Class)
    +
    +
    +
    + +

    +isInnerClass

    +
    +public static boolean isInnerClass(java.lang.Class cls)
    +
    +

    Is the specified class an inner class or static nested class.

    +

    +

    +
    Parameters:
    cls - the class to check, may be null +
    Returns:
    true if the class is an inner or static nested class, + false if not or null
    +
    +
    +
    + +

    +getClass

    +
    +public static java.lang.Class getClass(java.lang.ClassLoader classLoader,
    +                                       java.lang.String className,
    +                                       boolean initialize)
    +                                throws java.lang.ClassNotFoundException
    +
    +
    Returns the class represented by className using the + classLoader. This implementation supports names like + "java.lang.String[]" as well as "[Ljava.lang.String;". +

    +

    +
    Parameters:
    classLoader - the class loader to use to load the class
    className - the class name
    initialize - whether the class must be initialized +
    Returns:
    the class represented by className using the classLoader +
    Throws: +
    java.lang.ClassNotFoundException - if the class is not found
    +
    +
    +
    + +

    +getClass

    +
    +public static java.lang.Class getClass(java.lang.ClassLoader classLoader,
    +                                       java.lang.String className)
    +                                throws java.lang.ClassNotFoundException
    +
    +
    Returns the (initialized) class represented by className + using the classLoader. This implementation supports names + like "java.lang.String[]" as well as + "[Ljava.lang.String;". +

    +

    +
    Parameters:
    classLoader - the class loader to use to load the class
    className - the class name +
    Returns:
    the class represented by className using the classLoader +
    Throws: +
    java.lang.ClassNotFoundException - if the class is not found
    +
    +
    +
    + +

    +getClass

    +
    +public static java.lang.Class getClass(java.lang.String className)
    +                                throws java.lang.ClassNotFoundException
    +
    +
    Returns the (initialized )class represented by className + using the current thread's context class loader. This implementation + supports names like "java.lang.String[]" as well as + "[Ljava.lang.String;". +

    +

    +
    Parameters:
    className - the class name +
    Returns:
    the class represented by className using the current thread's context class loader +
    Throws: +
    java.lang.ClassNotFoundException - if the class is not found
    +
    +
    +
    + +

    +getClass

    +
    +public static java.lang.Class getClass(java.lang.String className,
    +                                       boolean initialize)
    +                                throws java.lang.ClassNotFoundException
    +
    +
    Returns the class represented by className using the + current thread's context class loader. This implementation supports + names like "java.lang.String[]" as well as + "[Ljava.lang.String;". +

    +

    +
    Parameters:
    className - the class name
    initialize - whether the class must be initialized +
    Returns:
    the class represented by className using the current thread's context class loader +
    Throws: +
    java.lang.ClassNotFoundException - if the class is not found
    +
    +
    +
    + +

    +getPublicMethod

    +
    +public static java.lang.reflect.Method getPublicMethod(java.lang.Class cls,
    +                                                       java.lang.String methodName,
    +                                                       java.lang.Class[] parameterTypes)
    +                                                throws java.lang.SecurityException,
    +                                                       java.lang.NoSuchMethodException
    +
    +

    Returns the desired Method much like Class.getMethod, however + it ensures that the returned Method is from a public class or interface and not + from an anonymous inner class. This means that the Method is invokable and + doesn't fall foul of Java bug + 4071957). + +

    Set set = Collections.unmodifiableSet(...);
    +  Method method = ClassUtils.getPublicMethod(set.getClass(), "isEmpty",  new Class[0]);
    +  Object result = method.invoke(set, new Object[]);
    +

    +

    +

    +
    Parameters:
    cls - the class to check, not null
    methodName - the name of the method
    parameterTypes - the list of parameters +
    Returns:
    the method +
    Throws: +
    java.lang.NullPointerException - if the class is null +
    java.lang.SecurityException - if a a security violation occured +
    java.lang.NoSuchMethodException - if the method is not found in the given class + or if the metothod doen't conform with the requirements
    +
    +
    +
    + +

    +toClass

    +
    +public static java.lang.Class[] toClass(java.lang.Object[] array)
    +
    +

    Converts an array of Object in to an array of Class objects.

    + +

    This method returns null for a null input array.

    +

    +

    +
    Parameters:
    array - an Object array +
    Returns:
    a Class array, null if null array input
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +getShortCanonicalName

    +
    +public static java.lang.String getShortCanonicalName(java.lang.Object object,
    +                                                     java.lang.String valueIfNull)
    +
    +

    Gets the canonical name minus the package name for an Object.

    +

    +

    +
    Parameters:
    object - the class to get the short name for, may be null
    valueIfNull - the value to return if null +
    Returns:
    the canonical name of the object without the package name, or the null value
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +getShortCanonicalName

    +
    +public static java.lang.String getShortCanonicalName(java.lang.Class cls)
    +
    +

    Gets the canonical name minus the package name from a Class.

    +

    +

    +
    Parameters:
    cls - the class to get the short name for. +
    Returns:
    the canonical name without the package name or an empty string
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +getShortCanonicalName

    +
    +public static java.lang.String getShortCanonicalName(java.lang.String canonicalName)
    +
    +

    Gets the canonical name minus the package name from a String.

    + +

    The string passed in is assumed to be a canonical name - it is not checked.

    +

    +

    +
    Parameters:
    canonicalName - the class name to get the short name for +
    Returns:
    the canonical name of the class without the package name or an empty string
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +getPackageCanonicalName

    +
    +public static java.lang.String getPackageCanonicalName(java.lang.Object object,
    +                                                       java.lang.String valueIfNull)
    +
    +

    Gets the package name from the canonical name of an Object.

    +

    +

    +
    Parameters:
    object - the class to get the package name for, may be null
    valueIfNull - the value to return if null +
    Returns:
    the package name of the object, or the null value
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +getPackageCanonicalName

    +
    +public static java.lang.String getPackageCanonicalName(java.lang.Class cls)
    +
    +

    Gets the package name from the canonical name of a Class.

    +

    +

    +
    Parameters:
    cls - the class to get the package name for, may be null. +
    Returns:
    the package name or an empty string
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +getPackageCanonicalName

    +
    +public static java.lang.String getPackageCanonicalName(java.lang.String canonicalName)
    +
    +

    Gets the package name from the canonical name.

    + +

    The string passed in is assumed to be a canonical name - it is not checked.

    +

    If the class is unpackaged, return an empty string.

    +

    +

    +
    Parameters:
    canonicalName - the canonical name to get the package name for, may be null +
    Returns:
    the package name or an empty string
    Since:
    +
    2.4
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/IllegalClassException.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/IllegalClassException.html new file mode 100644 index 0000000..7c65bc0 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/IllegalClassException.html @@ -0,0 +1,306 @@ + + + + + + + +IllegalClassException (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class IllegalClassException

    +
    +java.lang.Object
    +  extended byjava.lang.Throwable
    +      extended byjava.lang.Exception
    +          extended byjava.lang.RuntimeException
    +              extended byjava.lang.IllegalArgumentException
    +                  extended byorg.apache.commons.lang.IllegalClassException
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    +
    public class IllegalClassException
    extends java.lang.IllegalArgumentException
    + +

    +

    Thrown when an object is an instance of an unexpected type (a class or interface). + This exception supplements the standard IllegalArgumentException + by providing a more semantically rich description of the problem.

    + +

    IllegalClassException represents the case where a method takes + in a genericly typed parameter like Object (typically because it has to due to some + other interface it implements), but this implementation only actually accepts a specific + type, for example String. This exception would be used in place of + IllegalArgumentException, yet it still extends it.

    + +
    + public void foo(Object obj) {
    +   if (obj instanceof String == false) {
    +     throw new IllegalClassException(String.class, obj);
    +   }
    +   // do something with the string
    + }
    + 
    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: IllegalClassException.java 437554 2006-08-28 06:21:41Z bayard $
    +
    Author:
    +
    Matthew Hawthorne, Gary Gregory, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    IllegalClassException(java.lang.Class expected, + java.lang.Class actual) + +
    +          Instantiates with the expected and actual types.
    IllegalClassException(java.lang.Class expected, + java.lang.Object actual) + +
    +          Instantiates with the expected type, and actual object.
    IllegalClassException(java.lang.String message) + +
    +          Instantiates with the specified message.
    +  + + + + + + + + + + +
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +IllegalClassException

    +
    +public IllegalClassException(java.lang.Class expected,
    +                             java.lang.Object actual)
    +
    +

    Instantiates with the expected type, and actual object.

    +

    +

    Parameters:
    expected - the expected type
    actual - the actual object
    Since:
    +
    2.1
    +
    +
    + +

    +IllegalClassException

    +
    +public IllegalClassException(java.lang.Class expected,
    +                             java.lang.Class actual)
    +
    +

    Instantiates with the expected and actual types.

    +

    +

    Parameters:
    expected - the expected type
    actual - the actual type
    +
    + +

    +IllegalClassException

    +
    +public IllegalClassException(java.lang.String message)
    +
    +

    Instantiates with the specified message.

    +

    +

    Parameters:
    message - the exception message
    + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/IncompleteArgumentException.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/IncompleteArgumentException.html new file mode 100644 index 0000000..728f059 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/IncompleteArgumentException.html @@ -0,0 +1,289 @@ + + + + + + + +IncompleteArgumentException (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class IncompleteArgumentException

    +
    +java.lang.Object
    +  extended byjava.lang.Throwable
    +      extended byjava.lang.Exception
    +          extended byjava.lang.RuntimeException
    +              extended byjava.lang.IllegalArgumentException
    +                  extended byorg.apache.commons.lang.IncompleteArgumentException
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    +
    public class IncompleteArgumentException
    extends java.lang.IllegalArgumentException
    + +

    +

    Thrown to indicate an incomplete argument to a method. + This exception supplements the standard IllegalArgumentException + by providing a more semantically rich description of the problem.

    + +

    IncompleteArgumentException represents the case where a method takes + in a parameter that has a number of properties, some of which have not been set. + A case might be a search requirements bean that must have three properties set + in order for the method to run, but only one is actually set. + This exception would be used in place of + IllegalArgumentException, yet it still extends it.

    + +
    + public void foo(PersonSearcher search) {
    +   if (search.getSurname() == null ||
    +       search.getForename() == null ||
    +       search.getSex() == null) {
    +     throw new IncompleteArgumentException("search");
    +   }
    +   // do something with the searcher
    + }
    + 
    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: IncompleteArgumentException.java 437554 2006-08-28 06:21:41Z bayard $
    +
    Author:
    +
    Matthew Hawthorne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    IncompleteArgumentException(java.lang.String argName) + +
    +          Instantiates with the specified description.
    IncompleteArgumentException(java.lang.String argName, + java.lang.String[] items) + +
    +          Instantiates with the specified description.
    +  + + + + + + + + + + +
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +IncompleteArgumentException

    +
    +public IncompleteArgumentException(java.lang.String argName)
    +
    +

    Instantiates with the specified description.

    +

    +

    Parameters:
    argName - a description of the incomplete argument
    +
    + +

    +IncompleteArgumentException

    +
    +public IncompleteArgumentException(java.lang.String argName,
    +                                   java.lang.String[] items)
    +
    +

    Instantiates with the specified description.

    +

    +

    Parameters:
    argName - a description of the incomplete argument
    items - an array describing the arguments missing
    + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/LocaleUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/LocaleUtils.html new file mode 100644 index 0000000..9036a55 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/LocaleUtils.html @@ -0,0 +1,488 @@ + + + + + + + +LocaleUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class LocaleUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.LocaleUtils
    +
    +
    +
    +
    public class LocaleUtils
    extends java.lang.Object
    + +

    +

    Operations to assist when working with a Locale.

    + +

    This class tries to handle null input gracefully. + An exception will not be thrown for a null input. + Each method documents its behaviour in more detail.

    +

    + +

    +

    +
    Since:
    +
    2.2
    +
    Version:
    +
    $Id: LocaleUtils.java 534277 2007-05-01 23:50:01Z bayard $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    LocaleUtils() + +
    +          LocaleUtils instances should NOT be constructed in standard programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.util.ListavailableLocaleList() + +
    +          Obtains an unmodifiable list of installed locales.
    +static java.util.SetavailableLocaleSet() + +
    +          Obtains an unmodifiable set of installed locales.
    +static java.util.ListcountriesByLanguage(java.lang.String languageCode) + +
    +          Obtains the list of countries supported for a given language.
    +static booleanisAvailableLocale(java.util.Locale locale) + +
    +          Checks if the locale specified is in the list of available locales.
    +static java.util.ListlanguagesByCountry(java.lang.String countryCode) + +
    +          Obtains the list of languages supported for a given country.
    +static java.util.ListlocaleLookupList(java.util.Locale locale) + +
    +          Obtains the list of locales to search through when performing + a locale search.
    +static java.util.ListlocaleLookupList(java.util.Locale locale, + java.util.Locale defaultLocale) + +
    +          Obtains the list of locales to search through when performing + a locale search.
    +static java.util.LocaletoLocale(java.lang.String str) + +
    +          Converts a String to a Locale.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +LocaleUtils

    +
    +public LocaleUtils()
    +
    +

    LocaleUtils instances should NOT be constructed in standard programming. + Instead, the class should be used as LocaleUtils.toLocale("en_GB");.

    + +

    This constructor is public to permit tools that require a JavaBean instance + to operate.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +toLocale

    +
    +public static java.util.Locale toLocale(java.lang.String str)
    +
    +

    Converts a String to a Locale.

    + +

    This method takes the string format of a locale and creates the + locale object from it.

    + +
    +   LocaleUtils.toLocale("en")         = new Locale("en", "")
    +   LocaleUtils.toLocale("en_GB")      = new Locale("en", "GB")
    +   LocaleUtils.toLocale("en_GB_xxx")  = new Locale("en", "GB", "xxx")   (#)
    + 
    + +

    (#) The behaviour of the JDK variant constructor changed between JDK1.3 and JDK1.4. + In JDK1.3, the constructor upper cases the variant, in JDK1.4, it doesn't. + Thus, the result from getVariant() may vary depending on your JDK.

    + +

    This method validates the input strictly. + The language code must be lowercase. + The country code must be uppercase. + The separator must be an underscore. + The length must be correct. +

    +

    +

    +
    Parameters:
    str - the locale String to convert, null returns null +
    Returns:
    a Locale, null if null input +
    Throws: +
    java.lang.IllegalArgumentException - if the string is an invalid format
    +
    +
    +
    + +

    +localeLookupList

    +
    +public static java.util.List localeLookupList(java.util.Locale locale)
    +
    +

    Obtains the list of locales to search through when performing + a locale search.

    + +
    + localeLookupList(Locale("fr","CA","xxx"))
    +   = [Locale("fr","CA","xxx"), Locale("fr","CA"), Locale("fr")]
    + 
    +

    +

    +
    Parameters:
    locale - the locale to start from +
    Returns:
    the unmodifiable list of Locale objects, 0 being locale, never null
    +
    +
    +
    + +

    +localeLookupList

    +
    +public static java.util.List localeLookupList(java.util.Locale locale,
    +                                              java.util.Locale defaultLocale)
    +
    +

    Obtains the list of locales to search through when performing + a locale search.

    + +
    + localeLookupList(Locale("fr", "CA", "xxx"), Locale("en"))
    +   = [Locale("fr","CA","xxx"), Locale("fr","CA"), Locale("fr"), Locale("en"]
    + 
    + +

    The result list begins with the most specific locale, then the + next more general and so on, finishing with the default locale. + The list will never contain the same locale twice.

    +

    +

    +
    Parameters:
    locale - the locale to start from, null returns empty list
    defaultLocale - the default locale to use if no other is found +
    Returns:
    the unmodifiable list of Locale objects, 0 being locale, never null
    +
    +
    +
    + +

    +availableLocaleList

    +
    +public static java.util.List availableLocaleList()
    +
    +

    Obtains an unmodifiable list of installed locales.

    + +

    This method is a wrapper around Locale.getAvailableLocales(). + It is more efficient, as the JDK method must create a new array each + time it is called.

    +

    +

    + +
    Returns:
    the unmodifiable list of available locales
    +
    +
    +
    + +

    +availableLocaleSet

    +
    +public static java.util.Set availableLocaleSet()
    +
    +

    Obtains an unmodifiable set of installed locales.

    + +

    This method is a wrapper around Locale.getAvailableLocales(). + It is more efficient, as the JDK method must create a new array each + time it is called.

    +

    +

    + +
    Returns:
    the unmodifiable set of available locales
    +
    +
    +
    + +

    +isAvailableLocale

    +
    +public static boolean isAvailableLocale(java.util.Locale locale)
    +
    +

    Checks if the locale specified is in the list of available locales.

    +

    +

    +
    Parameters:
    locale - the Locale object to check if it is available +
    Returns:
    true if the locale is a known locale
    +
    +
    +
    + +

    +languagesByCountry

    +
    +public static java.util.List languagesByCountry(java.lang.String countryCode)
    +
    +

    Obtains the list of languages supported for a given country.

    + +

    This method takes a country code and searches to find the + languages available for that country. Variant locales are removed.

    +

    +

    +
    Parameters:
    countryCode - the 2 letter country code, null returns empty +
    Returns:
    an unmodifiable List of Locale objects, never null
    +
    +
    +
    + +

    +countriesByLanguage

    +
    +public static java.util.List countriesByLanguage(java.lang.String languageCode)
    +
    +

    Obtains the list of countries supported for a given language.

    + +

    This method takes a language code and searches to find the + countries available for that language. Variant locales are removed.

    +

    +

    +
    Parameters:
    languageCode - the 2 letter language code, null returns empty +
    Returns:
    an unmodifiable List of Locale objects, never null
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/NotImplementedException.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/NotImplementedException.html new file mode 100644 index 0000000..6fcc198 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/NotImplementedException.html @@ -0,0 +1,740 @@ + + + + + + + +NotImplementedException (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class NotImplementedException

    +
    +java.lang.Object
    +  extended byjava.lang.Throwable
    +      extended byjava.lang.Exception
    +          extended byjava.lang.RuntimeException
    +              extended byjava.lang.UnsupportedOperationException
    +                  extended byorg.apache.commons.lang.NotImplementedException
    +
    +
    +
    All Implemented Interfaces:
    Nestable, java.io.Serializable
    +
    +
    +
    +
    public class NotImplementedException
    extends java.lang.UnsupportedOperationException
    implements Nestable
    + +

    +

    Thrown to indicate that a block of code has not been implemented. + This exception supplements UnsupportedOperationException + by providing a more semantically rich description of the problem.

    + +

    NotImplementedException represents the case where the + author has yet to implement the logic at this point in the program. + This can act as an exception based TODO tag. + Because this logic might be within a catch block, this exception + suports exception chaining.

    + +
    + public void foo() {
    +   try {
    +     // do something that throws an Exception
    +   } catch (Exception ex) {
    +     // don't know what to do here yet
    +     throw new NotImplementedException("TODO", ex);
    +   }
    + }
    + 
    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: NotImplementedException.java 437554 2006-08-28 06:21:41Z bayard $
    +
    Author:
    +
    Matthew Hawthorne, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    NotImplementedException() + +
    +          Constructs a new NotImplementedException with default message.
    NotImplementedException(java.lang.Class clazz) + +
    +          Constructs a new NotImplementedException referencing the specified class.
    NotImplementedException(java.lang.String msg) + +
    +          Constructs a new NotImplementedException with specified + detail message.
    NotImplementedException(java.lang.String msg, + java.lang.Throwable cause) + +
    +          Constructs a new NotImplementedException with specified + detail message and nested Throwable.
    NotImplementedException(java.lang.Throwable cause) + +
    +          Constructs a new NotImplementedException with specified + nested Throwable and default message.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.ThrowablegetCause() + +
    +          Gets the root cause of this exception.
    + java.lang.StringgetMessage() + +
    +          Gets the combined the error message of this and any nested errors.
    + java.lang.StringgetMessage(int index) + +
    +          Returns the error message of the Throwable in the chain + of Throwables at the specified index, numbered from 0.
    + java.lang.String[]getMessages() + +
    +          Returns the error message of this and any nested Throwable objects.
    + java.lang.ThrowablegetThrowable(int index) + +
    +          Returns the Throwable in the chain by index.
    + intgetThrowableCount() + +
    +          Returns the number of nested Throwables represented by + this Nestable, including this Nestable.
    + java.lang.Throwable[]getThrowables() + +
    +          Returns this Nestable and any nested Throwables + in an array of Throwables, one element for each + Throwable.
    + intindexOfThrowable(java.lang.Class type) + +
    +          Returns the index of the first occurrence of the specified type.
    + intindexOfThrowable(java.lang.Class type, + int fromIndex) + +
    +          Returns the index of the first occurrence of the specified type starting + from the specified index.
    + voidprintPartialStackTrace(java.io.PrintWriter out) + +
    +          Prints the stack trace for this exception only (root cause not included) + using the specified writer.
    + voidprintStackTrace() + +
    +          Prints the stack trace of this exception.
    + voidprintStackTrace(java.io.PrintStream out) + +
    +          Prints the stack trace of this exception to the specified stream.
    + voidprintStackTrace(java.io.PrintWriter out) + +
    +          Prints the stack trace of this exception to the specified writer.
    + + + + + + + +
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +NotImplementedException

    +
    +public NotImplementedException()
    +
    +
    Constructs a new NotImplementedException with default message. +

    +

    Since:
    +
    2.1
    +
    +
    + +

    +NotImplementedException

    +
    +public NotImplementedException(java.lang.String msg)
    +
    +
    Constructs a new NotImplementedException with specified + detail message. +

    +

    Parameters:
    msg - the error message.
    +
    + +

    +NotImplementedException

    +
    +public NotImplementedException(java.lang.Throwable cause)
    +
    +
    Constructs a new NotImplementedException with specified + nested Throwable and default message. +

    +

    Parameters:
    cause - the exception that caused this exception to be thrown
    Since:
    +
    2.1
    +
    +
    + +

    +NotImplementedException

    +
    +public NotImplementedException(java.lang.String msg,
    +                               java.lang.Throwable cause)
    +
    +
    Constructs a new NotImplementedException with specified + detail message and nested Throwable. +

    +

    Parameters:
    msg - the error message
    cause - the exception that caused this exception to be thrown
    Since:
    +
    2.1
    +
    +
    + +

    +NotImplementedException

    +
    +public NotImplementedException(java.lang.Class clazz)
    +
    +
    Constructs a new NotImplementedException referencing the specified class. +

    +

    Parameters:
    clazz - the Class that has not implemented the method
    + + + + + + + + +
    +Method Detail
    + +

    +getCause

    +
    +public java.lang.Throwable getCause()
    +
    +
    Gets the root cause of this exception. +

    +

    +
    Specified by:
    getCause in interface Nestable
    +
    +
    + +
    Returns:
    the root cause of this exception.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +getMessage

    +
    +public java.lang.String getMessage()
    +
    +
    Gets the combined the error message of this and any nested errors. +

    +

    +
    Specified by:
    getMessage in interface Nestable
    +
    +
    + +
    Returns:
    the error message
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +getMessage

    +
    +public java.lang.String getMessage(int index)
    +
    +
    Returns the error message of the Throwable in the chain + of Throwables at the specified index, numbered from 0. +

    +

    +
    Specified by:
    getMessage in interface Nestable
    +
    +
    +
    Parameters:
    index - the index of the Throwable in the chain +
    Returns:
    the error message, or null if the Throwable at the + specified index in the chain does not contain a message +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index argument is + negative or not less than the count of Throwables in the chain
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +getMessages

    +
    +public java.lang.String[] getMessages()
    +
    +
    Returns the error message of this and any nested Throwable objects. + Each throwable returns a message, a null string is included in the array if + there is no message for a particular Throwable. +

    +

    +
    Specified by:
    getMessages in interface Nestable
    +
    +
    + +
    Returns:
    the error messages
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +getThrowable

    +
    +public java.lang.Throwable getThrowable(int index)
    +
    +
    Returns the Throwable in the chain by index. +

    +

    +
    Specified by:
    getThrowable in interface Nestable
    +
    +
    +
    Parameters:
    index - the index to retrieve +
    Returns:
    the Throwable +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index argument is + negative or not less than the count of Throwables in the chain
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +getThrowableCount

    +
    +public int getThrowableCount()
    +
    +
    Returns the number of nested Throwables represented by + this Nestable, including this Nestable. +

    +

    +
    Specified by:
    getThrowableCount in interface Nestable
    +
    +
    + +
    Returns:
    the throwable count
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +getThrowables

    +
    +public java.lang.Throwable[] getThrowables()
    +
    +
    Returns this Nestable and any nested Throwables + in an array of Throwables, one element for each + Throwable. +

    +

    +
    Specified by:
    getThrowables in interface Nestable
    +
    +
    + +
    Returns:
    the Throwables
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +indexOfThrowable

    +
    +public int indexOfThrowable(java.lang.Class type)
    +
    +
    Returns the index of the first occurrence of the specified type. + If there is no match, -1 is returned. +

    +

    +
    Specified by:
    indexOfThrowable in interface Nestable
    +
    +
    +
    Parameters:
    type - the type to search for +
    Returns:
    index of the first occurrence of the type in the chain, or -1 if + the type is not found
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +indexOfThrowable

    +
    +public int indexOfThrowable(java.lang.Class type,
    +                            int fromIndex)
    +
    +
    Returns the index of the first occurrence of the specified type starting + from the specified index. If there is no match, -1 is returned. +

    +

    +
    Specified by:
    indexOfThrowable in interface Nestable
    +
    +
    +
    Parameters:
    type - the type to search for
    fromIndex - the index of the starting position in the chain to be searched +
    Returns:
    index of the first occurrence of the type in the chain, or -1 if + the type is not found +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the fromIndex argument + is negative or not less than the count of Throwables in the chain
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace()
    +
    +
    Prints the stack trace of this exception. + Includes information from the exception, if any, which caused this exception. +

    +

    +
    +
    +
    +
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace(java.io.PrintStream out)
    +
    +
    Prints the stack trace of this exception to the specified stream. + Includes information from the exception, if any, which caused this exception. +

    +

    +
    Specified by:
    printStackTrace in interface Nestable
    +
    +
    +
    Parameters:
    out - the stream to write to
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace(java.io.PrintWriter out)
    +
    +
    Prints the stack trace of this exception to the specified writer. + Includes information from the exception, if any, which caused this exception. +

    +

    +
    Specified by:
    printStackTrace in interface Nestable
    +
    +
    +
    Parameters:
    out - the writer to write to
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +printPartialStackTrace

    +
    +public final void printPartialStackTrace(java.io.PrintWriter out)
    +
    +
    Prints the stack trace for this exception only (root cause not included) + using the specified writer. +

    +

    +
    Specified by:
    printPartialStackTrace in interface Nestable
    +
    +
    +
    Parameters:
    out - the writer to write to
    Since:
    +
    2.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/NullArgumentException.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/NullArgumentException.html new file mode 100644 index 0000000..4de0b56 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/NullArgumentException.html @@ -0,0 +1,270 @@ + + + + + + + +NullArgumentException (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class NullArgumentException

    +
    +java.lang.Object
    +  extended byjava.lang.Throwable
    +      extended byjava.lang.Exception
    +          extended byjava.lang.RuntimeException
    +              extended byjava.lang.IllegalArgumentException
    +                  extended byorg.apache.commons.lang.NullArgumentException
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    +
    public class NullArgumentException
    extends java.lang.IllegalArgumentException
    + +

    +

    Thrown to indicate that an argument was null and should + not have been. + This exception supplements the standard IllegalArgumentException + by providing a more semantically rich description of the problem.

    + +

    NullArgumentException represents the case where a method takes + in a parameter that must not be null. + Some coding standards would use NullPointerException for this case, + others will use IllegalArgumentException. + Thus this exception would be used in place of + IllegalArgumentException, yet it still extends it.

    + +
    + public void foo(String str) {
    +   if (str == null) {
    +     throw new NullArgumentException("str");
    +   }
    +   // do something with the string
    + }
    + 
    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: NullArgumentException.java 437554 2006-08-28 06:21:41Z bayard $
    +
    Author:
    +
    Matthew Hawthorne, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    NullArgumentException(java.lang.String argName) + +
    +          Instantiates with the given argument name.
    +  + + + + + + + + + + +
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +NullArgumentException

    +
    +public NullArgumentException(java.lang.String argName)
    +
    +

    Instantiates with the given argument name.

    +

    +

    Parameters:
    argName - the name of the argument that was null.
    + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/NumberRange.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/NumberRange.html new file mode 100644 index 0000000..c1ecb65 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/NumberRange.html @@ -0,0 +1,479 @@ + + + + + + + +NumberRange (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class NumberRange

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.NumberRange
    +
    +
    +Deprecated. Use one of the Range classes in org.apache.commons.lang.math. + Class will be removed in Commons Lang 3.0. +

    +

    +
    public final class NumberRange
    extends java.lang.Object
    + +

    +

    Represents a range of Number objects.

    + +

    This class uses double comparisons. This means that it + is unsuitable for dealing with large Long, BigDecimal + or BigInteger numbers.

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Revision: 437554 $ $Date: 2006-08-27 23:21:41 -0700 (Sun, 27 Aug 2006) $
    +
    Author:
    +
    Christopher Elkins, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    NumberRange(java.lang.Number num) + +
    +          Deprecated. Constructs a new NumberRange using + number as both the minimum and maximum in + this range.
    NumberRange(java.lang.Number min, + java.lang.Number max) + +
    +          Deprecated. Constructs a new NumberRange with the specified + minimum and maximum numbers.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanequals(java.lang.Object obj) + +
    +          Deprecated. Indicates whether some other Object is + "equal" to this one.
    + java.lang.NumbergetMaximum() + +
    +          Deprecated. Returns the maximum number in this range.
    + java.lang.NumbergetMinimum() + +
    +          Deprecated. Returns the minimum number in this range.
    + inthashCode() + +
    +          Deprecated. Returns a hash code value for this object.
    + booleanincludesNumber(java.lang.Number number) + +
    +          Deprecated. Tests whether the specified number occurs within + this range using double comparison.
    + booleanincludesRange(NumberRange range) + +
    +          Deprecated. Tests whether the specified range occurs entirely within this + range using double comparison.
    + booleanoverlaps(NumberRange range) + +
    +          Deprecated. Tests whether the specified range overlaps with this range + using double comparison.
    + java.lang.StringtoString() + +
    +          Deprecated. Returns the string representation of this range.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +NumberRange

    +
    +public NumberRange(java.lang.Number num)
    +
    +
    Deprecated. 

    Constructs a new NumberRange using + number as both the minimum and maximum in + this range.

    +

    +

    Parameters:
    num - the number to use for this range +
    Throws: +
    java.lang.NullPointerException - if the number is null
    +
    + +

    +NumberRange

    +
    +public NumberRange(java.lang.Number min,
    +                   java.lang.Number max)
    +
    +
    Deprecated. 

    Constructs a new NumberRange with the specified + minimum and maximum numbers.

    + +

    If the maximum is less than the minimum, the range will be constructed + from the minimum value to the minimum value, not what you would expect!.

    +

    +

    Parameters:
    min - the minimum number in this range
    max - the maximum number in this range +
    Throws: +
    java.lang.NullPointerException - if either the minimum or maximum number is + null
    + + + + + + + + +
    +Method Detail
    + +

    +getMinimum

    +
    +public java.lang.Number getMinimum()
    +
    +
    Deprecated. 

    Returns the minimum number in this range.

    +

    +

    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMaximum

    +
    +public java.lang.Number getMaximum()
    +
    +
    Deprecated. 

    Returns the maximum number in this range.

    +

    +

    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +includesNumber

    +
    +public boolean includesNumber(java.lang.Number number)
    +
    +
    Deprecated. 

    Tests whether the specified number occurs within + this range using double comparison.

    +

    +

    +
    Parameters:
    number - the number to test +
    Returns:
    true if the specified number occurs within this + range; otherwise, false
    +
    +
    +
    + +

    +includesRange

    +
    +public boolean includesRange(NumberRange range)
    +
    +
    Deprecated. 

    Tests whether the specified range occurs entirely within this + range using double comparison.

    +

    +

    +
    Parameters:
    range - the range to test +
    Returns:
    true if the specified range occurs entirely within + this range; otherwise, false
    +
    +
    +
    + +

    +overlaps

    +
    +public boolean overlaps(NumberRange range)
    +
    +
    Deprecated. 

    Tests whether the specified range overlaps with this range + using double comparison.

    +

    +

    +
    Parameters:
    range - the range to test +
    Returns:
    true if the specified range overlaps with this + range; otherwise, false
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    Deprecated. 

    Indicates whether some other Object is + "equal" to this one.

    +

    +

    +
    Parameters:
    obj - the reference object with which to compare +
    Returns:
    true if this object is the same as the obj + argument; false otherwise
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Deprecated. 

    Returns a hash code value for this object.

    +

    +

    + +
    Returns:
    a hash code value for this object
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Deprecated. 

    Returns the string representation of this range.

    + +

    This string is the string representation of the minimum and + maximum numbers in the range, separated by a hyphen. If a number + is negative, then it is enclosed in parentheses.

    +

    +

    + +
    Returns:
    the string representation of this range
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/NumberUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/NumberUtils.html new file mode 100644 index 0000000..fcc0fb5 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/NumberUtils.html @@ -0,0 +1,751 @@ + + + + + + + +NumberUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class NumberUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.NumberUtils
    +
    +
    +Deprecated. Moved to org.apache.commons.lang.math. + Class will be removed in Commons Lang 3.0. +

    +

    +
    public final class NumberUtils
    extends java.lang.Object
    + +

    +

    Provides extra functionality for Java Number classes.

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: NumberUtils.java 488819 2006-12-19 21:50:04Z bayard $
    +
    Author:
    +
    Rand McNeely, Stephen Colebourne, Steve Downey, Eric Pugh, Phil Steitz
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    NumberUtils() + +
    +          Deprecated. NumberUtils instances should NOT be constructed in standard programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static intcompare(double lhs, + double rhs) + +
    +          Deprecated. Compares two doubles for order.
    +static intcompare(float lhs, + float rhs) + +
    +          Deprecated. Compares two floats for order.
    +static java.math.BigDecimalcreateBigDecimal(java.lang.String val) + +
    +          Deprecated. Convert a String to a BigDecimal.
    +static java.math.BigIntegercreateBigInteger(java.lang.String val) + +
    +          Deprecated. Convert a String to a BigInteger.
    +static java.lang.DoublecreateDouble(java.lang.String val) + +
    +          Deprecated. Convert a String to a Double.
    +static java.lang.FloatcreateFloat(java.lang.String val) + +
    +          Deprecated. Convert a String to a Float.
    +static java.lang.IntegercreateInteger(java.lang.String val) + +
    +          Deprecated. Convert a String to a Integer, handling + hex and octal notations.
    +static java.lang.LongcreateLong(java.lang.String val) + +
    +          Deprecated. Convert a String to a Long.
    +static java.lang.NumbercreateNumber(java.lang.String val) + +
    +          Deprecated. Turns a string value into a java.lang.Number.
    +static booleanisDigits(java.lang.String str) + +
    +          Deprecated. Checks whether the String contains only + digit characters.
    +static booleanisNumber(java.lang.String str) + +
    +          Deprecated. Checks whether the String a valid Java number.
    +static intmaximum(int a, + int b, + int c) + +
    +          Deprecated. Gets the maximum of three int values.
    +static longmaximum(long a, + long b, + long c) + +
    +          Deprecated. Gets the maximum of three long values.
    +static intminimum(int a, + int b, + int c) + +
    +          Deprecated. Gets the minimum of three int values.
    +static longminimum(long a, + long b, + long c) + +
    +          Deprecated. Gets the minimum of three long values.
    +static intstringToInt(java.lang.String str) + +
    +          Deprecated. Convert a String to an int, returning + zero if the conversion fails.
    +static intstringToInt(java.lang.String str, + int defaultValue) + +
    +          Deprecated. Convert a String to an int, returning a + default value if the conversion fails.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +NumberUtils

    +
    +public NumberUtils()
    +
    +
    Deprecated. 

    NumberUtils instances should NOT be constructed in standard programming. + Instead, the class should be used as NumberUtils.stringToInt("6");.

    + +

    This constructor is public to permit tools that require a JavaBean instance + to operate.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +stringToInt

    +
    +public static int stringToInt(java.lang.String str)
    +
    +
    Deprecated. 

    Convert a String to an int, returning + zero if the conversion fails.

    +

    +

    +
    Parameters:
    str - the string to convert +
    Returns:
    the int represented by the string, or zero if + conversion fails
    +
    +
    +
    + +

    +stringToInt

    +
    +public static int stringToInt(java.lang.String str,
    +                              int defaultValue)
    +
    +
    Deprecated. 

    Convert a String to an int, returning a + default value if the conversion fails.

    +

    +

    +
    Parameters:
    str - the string to convert
    defaultValue - the default value +
    Returns:
    the int represented by the string, or the default if conversion fails
    +
    +
    +
    + +

    +createNumber

    +
    +public static java.lang.Number createNumber(java.lang.String val)
    +                                     throws java.lang.NumberFormatException
    +
    +
    Deprecated. 

    Turns a string value into a java.lang.Number.

    + +

    First, the value is examined for a type qualifier on the end + ('f','F','d','D','l','L'). If it is found, it starts + trying to create successively larger types from the type specified + until one is found that can hold the value.

    + +

    If a type specifier is not found, it will check for a decimal point + and then try successively larger types from Integer to + BigInteger and from Float to + BigDecimal.

    + +

    If the string starts with 0x or -0x, it + will be interpreted as a hexadecimal integer. Values with leading + 0's will not be interpreted as octal.

    +

    +

    +
    Parameters:
    val - String containing a number +
    Returns:
    Number created from the string +
    Throws: +
    java.lang.NumberFormatException - if the value cannot be converted
    +
    +
    +
    + +

    +createFloat

    +
    +public static java.lang.Float createFloat(java.lang.String val)
    +
    +
    Deprecated. 

    Convert a String to a Float.

    +

    +

    +
    Parameters:
    val - a String to convert +
    Returns:
    converted Float +
    Throws: +
    java.lang.NumberFormatException - if the value cannot be converted
    +
    +
    +
    + +

    +createDouble

    +
    +public static java.lang.Double createDouble(java.lang.String val)
    +
    +
    Deprecated. 

    Convert a String to a Double.

    +

    +

    +
    Parameters:
    val - a String to convert +
    Returns:
    converted Double +
    Throws: +
    java.lang.NumberFormatException - if the value cannot be converted
    +
    +
    +
    + +

    +createInteger

    +
    +public static java.lang.Integer createInteger(java.lang.String val)
    +
    +
    Deprecated. 

    Convert a String to a Integer, handling + hex and octal notations.

    +

    +

    +
    Parameters:
    val - a String to convert +
    Returns:
    converted Integer +
    Throws: +
    java.lang.NumberFormatException - if the value cannot be converted
    +
    +
    +
    + +

    +createLong

    +
    +public static java.lang.Long createLong(java.lang.String val)
    +
    +
    Deprecated. 

    Convert a String to a Long.

    +

    +

    +
    Parameters:
    val - a String to convert +
    Returns:
    converted Long +
    Throws: +
    java.lang.NumberFormatException - if the value cannot be converted
    +
    +
    +
    + +

    +createBigInteger

    +
    +public static java.math.BigInteger createBigInteger(java.lang.String val)
    +
    +
    Deprecated. 

    Convert a String to a BigInteger.

    +

    +

    +
    Parameters:
    val - a String to convert +
    Returns:
    converted BigInteger +
    Throws: +
    java.lang.NumberFormatException - if the value cannot be converted
    +
    +
    +
    + +

    +createBigDecimal

    +
    +public static java.math.BigDecimal createBigDecimal(java.lang.String val)
    +
    +
    Deprecated. 

    Convert a String to a BigDecimal.

    +

    +

    +
    Parameters:
    val - a String to convert +
    Returns:
    converted BigDecimal +
    Throws: +
    java.lang.NumberFormatException - if the value cannot be converted
    +
    +
    +
    + +

    +minimum

    +
    +public static long minimum(long a,
    +                           long b,
    +                           long c)
    +
    +
    Deprecated. 

    Gets the minimum of three long values.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the smallest of the values
    +
    +
    +
    + +

    +minimum

    +
    +public static int minimum(int a,
    +                          int b,
    +                          int c)
    +
    +
    Deprecated. 

    Gets the minimum of three int values.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the smallest of the values
    +
    +
    +
    + +

    +maximum

    +
    +public static long maximum(long a,
    +                           long b,
    +                           long c)
    +
    +
    Deprecated. 

    Gets the maximum of three long values.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the largest of the values
    +
    +
    +
    + +

    +maximum

    +
    +public static int maximum(int a,
    +                          int b,
    +                          int c)
    +
    +
    Deprecated. 

    Gets the maximum of three int values.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the largest of the values
    +
    +
    +
    + +

    +compare

    +
    +public static int compare(double lhs,
    +                          double rhs)
    +
    +
    Deprecated. 

    Compares two doubles for order.

    + +

    This method is more comprehensive than the standard Java greater + than, less than and equals operators.

    +
      +
    • It returns -1 if the first value is less than the second. +
    • It returns +1 if the first value is greater than the second. +
    • It returns 0 if the values are equal. +
    + +

    + The ordering is as follows, largest to smallest: +

      +
    • NaN +
    • Positive infinity +
    • Maximum double +
    • Normal positive numbers +
    • +0.0 +
    • -0.0 +
    • Normal negative numbers +
    • Minimum double (-Double.MAX_VALUE) +
    • Negative infinity +
    +

    + +

    Comparing NaN with NaN will + return 0.

    +

    +

    +
    Parameters:
    lhs - the first double
    rhs - the second double +
    Returns:
    -1 if lhs is less, +1 if greater, + 0 if equal to rhs
    +
    +
    +
    + +

    +compare

    +
    +public static int compare(float lhs,
    +                          float rhs)
    +
    +
    Deprecated. 

    Compares two floats for order.

    + +

    This method is more comprehensive than the standard Java greater than, + less than and equals operators.

    +
      +
    • It returns -1 if the first value is less than the second. +
    • It returns +1 if the first value is greater than the second. +
    • It returns 0 if the values are equal. +
    + +

    The ordering is as follows, largest to smallest: +

      +
    • NaN +
    • Positive infinity +
    • Maximum float +
    • Normal positive numbers +
    • +0.0 +
    • -0.0 +
    • Normal negative numbers +
    • Minimum float (-Float.MAX_VALUE) +
    • Negative infinity +
    + +

    Comparing NaN with NaN will return + 0.

    +

    +

    +
    Parameters:
    lhs - the first float
    rhs - the second float +
    Returns:
    -1 if lhs is less, +1 if greater, + 0 if equal to rhs
    +
    +
    +
    + +

    +isDigits

    +
    +public static boolean isDigits(java.lang.String str)
    +
    +
    Deprecated. 

    Checks whether the String contains only + digit characters.

    + +

    Null and empty String will return + false.

    +

    +

    +
    Parameters:
    str - the String to check +
    Returns:
    true if str contains only unicode numeric
    +
    +
    +
    + +

    +isNumber

    +
    +public static boolean isNumber(java.lang.String str)
    +
    +
    Deprecated. 

    Checks whether the String a valid Java number.

    + +

    Valid numbers include hexadecimal marked with the 0x + qualifier, scientific notation and numbers marked with a type + qualifier (e.g. 123L).

    + +

    Null and empty String will return + false.

    +

    +

    +
    Parameters:
    str - the String to check +
    Returns:
    true if the string is a correctly formatted number
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/ObjectUtils.Null.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/ObjectUtils.Null.html new file mode 100644 index 0000000..8600341 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/ObjectUtils.Null.html @@ -0,0 +1,217 @@ + + + + + + + +ObjectUtils.Null (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class ObjectUtils.Null

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.ObjectUtils.Null
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    Enclosing class:
    ObjectUtils
    +
    +
    +
    +
    public static class ObjectUtils.Null
    extends java.lang.Object
    implements java.io.Serializable
    + +

    +

    Class used as a null placeholder where null + has another meaning.

    + +

    For example, in a HashMap the + HashMap.get(java.lang.Object) method returns + null if the Map contains + null or if there is no matching key. The + Null placeholder can be used to distinguish between + these two cases.

    + +

    Another example is Hashtable, where null + cannot be stored.

    +

    + +

    +

    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + +


    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/ObjectUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/ObjectUtils.html new file mode 100644 index 0000000..167ab0f --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/ObjectUtils.html @@ -0,0 +1,657 @@ + + + + + + + +ObjectUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class ObjectUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.ObjectUtils
    +
    +
    +
    +
    public class ObjectUtils
    extends java.lang.Object
    + +

    +

    Operations on Object.

    + +

    This class tries to handle null input gracefully. + An exception will generally not be thrown for a null input. + Each method documents its behaviour in more detail.

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: ObjectUtils.java 594336 2007-11-12 22:54:02Z bayard $
    +
    Author:
    +
    Nissim Karpenstein, Janek Bogucki, Daniel L. Rall, Stephen Colebourne, Gary Gregory, Mario Winterer, David J. M. Karlsen
    +
    +
    + +

    + + + + + + + + + + + +
    +Nested Class Summary
    +static classObjectUtils.Null + +
    +          Class used as a null placeholder where null + has another meaning.
    +  + + + + + + + + + + + +
    +Field Summary
    +static ObjectUtils.NullNULL + +
    +          Singleton used as a null placeholder where + null has another meaning.
    +  + + + + + + + + + + +
    +Constructor Summary
    ObjectUtils() + +
    +          ObjectUtils instances should NOT be constructed in + standard programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.lang.StringBufferappendIdentityToString(java.lang.StringBuffer buffer, + java.lang.Object object) + +
    +          Deprecated. The design of this method is bad - see LANG-360. Instead, use identityToString(StringBuffer, Object).
    +static java.lang.ObjectdefaultIfNull(java.lang.Object object, + java.lang.Object defaultValue) + +
    +          Returns a default value if the object passed is + null.
    +static booleanequals(java.lang.Object object1, + java.lang.Object object2) + +
    +          Compares two objects for equality, where either one or both + objects may be null.
    +static inthashCode(java.lang.Object obj) + +
    +          Gets the hash code of an object returning zero when the + object is null.
    +static java.lang.StringidentityToString(java.lang.Object object) + +
    +          Gets the toString that would be produced by Object + if a class did not override toString itself.
    +static voididentityToString(java.lang.StringBuffer buffer, + java.lang.Object object) + +
    +          Appends the toString that would be produced by Object + if a class did not override toString itself.
    +static java.lang.Objectmax(java.lang.Comparable c1, + java.lang.Comparable c2) + +
    +          Null safe comparison of Comparables.
    +static java.lang.Objectmin(java.lang.Comparable c1, + java.lang.Comparable c2) + +
    +          Null safe comparison of Comparables.
    +static java.lang.StringtoString(java.lang.Object obj) + +
    +          Gets the toString of an Object returning + an empty string ("") if null input.
    +static java.lang.StringtoString(java.lang.Object obj, + java.lang.String nullStr) + +
    +          Gets the toString of an Object returning + a specified text if null input.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +NULL

    +
    +public static final ObjectUtils.Null NULL
    +
    +

    Singleton used as a null placeholder where + null has another meaning.

    + +

    For example, in a HashMap the + HashMap.get(java.lang.Object) method returns + null if the Map contains + null or if there is no matching key. The + Null placeholder can be used to distinguish between + these two cases.

    + +

    Another example is Hashtable, where null + cannot be stored.

    + +

    This instance is Serializable.

    +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ObjectUtils

    +
    +public ObjectUtils()
    +
    +

    ObjectUtils instances should NOT be constructed in + standard programming. Instead, the class should be used as + ObjectUtils.defaultIfNull("a","b");.

    + +

    This constructor is public to permit tools that require a JavaBean instance + to operate.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +defaultIfNull

    +
    +public static java.lang.Object defaultIfNull(java.lang.Object object,
    +                                             java.lang.Object defaultValue)
    +
    +

    Returns a default value if the object passed is + null.

    + +
    + ObjectUtils.defaultIfNull(null, null)      = null
    + ObjectUtils.defaultIfNull(null, "")        = ""
    + ObjectUtils.defaultIfNull(null, "zz")      = "zz"
    + ObjectUtils.defaultIfNull("abc", *)        = "abc"
    + ObjectUtils.defaultIfNull(Boolean.TRUE, *) = Boolean.TRUE
    + 
    +

    +

    +
    Parameters:
    object - the Object to test, may be null
    defaultValue - the default value to return, may be null +
    Returns:
    object if it is not null, defaultValue otherwise
    +
    +
    +
    + +

    +equals

    +
    +public static boolean equals(java.lang.Object object1,
    +                             java.lang.Object object2)
    +
    +

    Compares two objects for equality, where either one or both + objects may be null.

    + +
    + ObjectUtils.equals(null, null)                  = true
    + ObjectUtils.equals(null, "")                    = false
    + ObjectUtils.equals("", null)                    = false
    + ObjectUtils.equals("", "")                      = true
    + ObjectUtils.equals(Boolean.TRUE, null)          = false
    + ObjectUtils.equals(Boolean.TRUE, "true")        = false
    + ObjectUtils.equals(Boolean.TRUE, Boolean.TRUE)  = true
    + ObjectUtils.equals(Boolean.TRUE, Boolean.FALSE) = false
    + 
    +

    +

    +
    Parameters:
    object1 - the first object, may be null
    object2 - the second object, may be null +
    Returns:
    true if the values of both objects are the same
    +
    +
    +
    + +

    +hashCode

    +
    +public static int hashCode(java.lang.Object obj)
    +
    +

    Gets the hash code of an object returning zero when the + object is null.

    + +
    + ObjectUtils.hashCode(null)   = 0
    + ObjectUtils.hashCode(obj)    = obj.hashCode()
    + 
    +

    +

    +
    Parameters:
    obj - the object to obtain the hash code of, may be null +
    Returns:
    the hash code of the object, or zero if null
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +identityToString

    +
    +public static java.lang.String identityToString(java.lang.Object object)
    +
    +

    Gets the toString that would be produced by Object + if a class did not override toString itself. null + will return null.

    + +
    + ObjectUtils.identityToString(null)         = null
    + ObjectUtils.identityToString("")           = "java.lang.String@1e23"
    + ObjectUtils.identityToString(Boolean.TRUE) = "java.lang.Boolean@7fa"
    + 
    +

    +

    +
    Parameters:
    object - the object to create a toString for, may be + null +
    Returns:
    the default toString text, or null if + null passed in
    +
    +
    +
    + +

    +identityToString

    +
    +public static void identityToString(java.lang.StringBuffer buffer,
    +                                    java.lang.Object object)
    +
    +

    Appends the toString that would be produced by Object + if a class did not override toString itself. null + will throw a NullPointerException for either of the two parameters.

    + +
    + ObjectUtils.identityToString(buf, "")            = buf.append("java.lang.String@1e23"
    + ObjectUtils.identityToString(buf, Boolean.TRUE)  = buf.append("java.lang.Boolean@7fa"
    + ObjectUtils.identityToString(buf, Boolean.TRUE)  = buf.append("java.lang.Boolean@7fa")
    + 
    +

    +

    +
    Parameters:
    buffer - the buffer to append to
    object - the object to create a toString for
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +appendIdentityToString

    +
    +public static java.lang.StringBuffer appendIdentityToString(java.lang.StringBuffer buffer,
    +                                                            java.lang.Object object)
    +
    +
    Deprecated. The design of this method is bad - see LANG-360. Instead, use identityToString(StringBuffer, Object). +

    +

    Appends the toString that would be produced by Object + if a class did not override toString itself. null + will return null.

    + +
    + ObjectUtils.appendIdentityToString(*, null)            = null
    + ObjectUtils.appendIdentityToString(null, "")           = "java.lang.String@1e23"
    + ObjectUtils.appendIdentityToString(null, Boolean.TRUE) = "java.lang.Boolean@7fa"
    + ObjectUtils.appendIdentityToString(buf, Boolean.TRUE)  = buf.append("java.lang.Boolean@7fa")
    + 
    +

    +

    +
    Parameters:
    buffer - the buffer to append to, may be null
    object - the object to create a toString for, may be null +
    Returns:
    the default toString text, or null if + null passed in
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +toString

    +
    +public static java.lang.String toString(java.lang.Object obj)
    +
    +

    Gets the toString of an Object returning + an empty string ("") if null input.

    + +
    + ObjectUtils.toString(null)         = ""
    + ObjectUtils.toString("")           = ""
    + ObjectUtils.toString("bat")        = "bat"
    + ObjectUtils.toString(Boolean.TRUE) = "true"
    + 
    +

    +

    +
    Parameters:
    obj - the Object to toString, may be null +
    Returns:
    the passed in Object's toString, or nullStr if null input
    Since:
    +
    2.0
    +
    See Also:
    StringUtils.defaultString(String), +String.valueOf(Object)
    +
    +
    +
    + +

    +toString

    +
    +public static java.lang.String toString(java.lang.Object obj,
    +                                        java.lang.String nullStr)
    +
    +

    Gets the toString of an Object returning + a specified text if null input.

    + +
    + ObjectUtils.toString(null, null)           = null
    + ObjectUtils.toString(null, "null")         = "null"
    + ObjectUtils.toString("", "null")           = ""
    + ObjectUtils.toString("bat", "null")        = "bat"
    + ObjectUtils.toString(Boolean.TRUE, "null") = "true"
    + 
    +

    +

    +
    Parameters:
    obj - the Object to toString, may be null
    nullStr - the String to return if null input, may be null +
    Returns:
    the passed in Object's toString, or nullStr if null input
    Since:
    +
    2.0
    +
    See Also:
    StringUtils.defaultString(String,String), +String.valueOf(Object)
    +
    +
    +
    + +

    +min

    +
    +public static java.lang.Object min(java.lang.Comparable c1,
    +                                   java.lang.Comparable c2)
    +
    +
    Null safe comparison of Comparables. +

    +

    +
    Parameters:
    c1 - the first comparable, may be null
    c2 - the second comparable, may be null +
    Returns:
      +
    • If both objects are non-null and unequal, the lesser object. +
    • If both objects are non-null and equal, c1. +
    • If one of the comparables is null, the non-null object. +
    • If both the comparables are null, null is returned. +
    +
    +
    +
    + +

    +max

    +
    +public static java.lang.Object max(java.lang.Comparable c1,
    +                                   java.lang.Comparable c2)
    +
    +
    Null safe comparison of Comparables. +

    +

    +
    Parameters:
    c1 - the first comparable, may be null
    c2 - the second comparable, may be null +
    Returns:
      +
    • If both objects are non-null and unequal, the greater object. +
    • If both objects are non-null and equal, c1. +
    • If one of the comparables is null, the non-null object. +
    • If both the comparables are null, null is returned. +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/RandomStringUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/RandomStringUtils.html new file mode 100644 index 0000000..66beb34 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/RandomStringUtils.html @@ -0,0 +1,630 @@ + + + + + + + +RandomStringUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class RandomStringUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.RandomStringUtils
    +
    +
    +
    +
    public class RandomStringUtils
    extends java.lang.Object
    + +

    +

    Operations for random Strings.

    +

    Currently private high surrogate characters are ignored. + These are unicode characters that fall between the values 56192 (db80) + and 56319 (dbff) as we don't know how to handle them. + High and low surrogates are correctly dealt with - that is if a + high surrogate is randomly chosen, 55296 (d800) to 56191 (db7f) + then it is followed by a low surrogate. If a low surrogate is chosen, + 56320 (dc00) to 57343 (dfff) then it is placed after a randomly + chosen high surrogate.

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: RandomStringUtils.java 471626 2006-11-06 04:02:09Z bayard $
    +
    Author:
    +
    Steven Caswell, Stephen Colebourne, Gary Gregory, Phil Steitz
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    RandomStringUtils() + +
    +          RandomStringUtils instances should NOT be constructed in + standard programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.lang.Stringrandom(int count) + +
    +          Creates a random string whose length is the number of characters + specified.
    +static java.lang.Stringrandom(int count, + boolean letters, + boolean numbers) + +
    +          Creates a random string whose length is the number of characters + specified.
    +static java.lang.Stringrandom(int count, + char[] chars) + +
    +          Creates a random string whose length is the number of characters + specified.
    +static java.lang.Stringrandom(int count, + int start, + int end, + boolean letters, + boolean numbers) + +
    +          Creates a random string whose length is the number of characters + specified.
    +static java.lang.Stringrandom(int count, + int start, + int end, + boolean letters, + boolean numbers, + char[] chars) + +
    +          Creates a random string based on a variety of options, using + default source of randomness.
    +static java.lang.Stringrandom(int count, + int start, + int end, + boolean letters, + boolean numbers, + char[] chars, + java.util.Random random) + +
    +          Creates a random string based on a variety of options, using + supplied source of randomness.
    +static java.lang.Stringrandom(int count, + java.lang.String chars) + +
    +          Creates a random string whose length is the number of characters + specified.
    +static java.lang.StringrandomAlphabetic(int count) + +
    +          Creates a random string whose length is the number of characters + specified.
    +static java.lang.StringrandomAlphanumeric(int count) + +
    +          Creates a random string whose length is the number of characters + specified.
    +static java.lang.StringrandomAscii(int count) + +
    +          Creates a random string whose length is the number of characters + specified.
    +static java.lang.StringrandomNumeric(int count) + +
    +          Creates a random string whose length is the number of characters + specified.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +RandomStringUtils

    +
    +public RandomStringUtils()
    +
    +

    RandomStringUtils instances should NOT be constructed in + standard programming. Instead, the class should be used as + RandomStringUtils.random(5);.

    + +

    This constructor is public to permit tools that require a JavaBean instance + to operate.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +random

    +
    +public static java.lang.String random(int count)
    +
    +

    Creates a random string whose length is the number of characters + specified.

    + +

    Characters will be chosen from the set of all characters.

    +

    +

    +
    Parameters:
    count - the length of random string to create +
    Returns:
    the random string
    +
    +
    +
    + +

    +randomAscii

    +
    +public static java.lang.String randomAscii(int count)
    +
    +

    Creates a random string whose length is the number of characters + specified.

    + +

    Characters will be chosen from the set of characters whose + ASCII value is between 32 and 126 (inclusive).

    +

    +

    +
    Parameters:
    count - the length of random string to create +
    Returns:
    the random string
    +
    +
    +
    + +

    +randomAlphabetic

    +
    +public static java.lang.String randomAlphabetic(int count)
    +
    +

    Creates a random string whose length is the number of characters + specified.

    + +

    Characters will be chosen from the set of alphabetic + characters.

    +

    +

    +
    Parameters:
    count - the length of random string to create +
    Returns:
    the random string
    +
    +
    +
    + +

    +randomAlphanumeric

    +
    +public static java.lang.String randomAlphanumeric(int count)
    +
    +

    Creates a random string whose length is the number of characters + specified.

    + +

    Characters will be chosen from the set of alpha-numeric + characters.

    +

    +

    +
    Parameters:
    count - the length of random string to create +
    Returns:
    the random string
    +
    +
    +
    + +

    +randomNumeric

    +
    +public static java.lang.String randomNumeric(int count)
    +
    +

    Creates a random string whose length is the number of characters + specified.

    + +

    Characters will be chosen from the set of numeric + characters.

    +

    +

    +
    Parameters:
    count - the length of random string to create +
    Returns:
    the random string
    +
    +
    +
    + +

    +random

    +
    +public static java.lang.String random(int count,
    +                                      boolean letters,
    +                                      boolean numbers)
    +
    +

    Creates a random string whose length is the number of characters + specified.

    + +

    Characters will be chosen from the set of alpha-numeric + characters as indicated by the arguments.

    +

    +

    +
    Parameters:
    count - the length of random string to create
    letters - if true, generated string will include + alphabetic characters
    numbers - if true, generated string will include + numeric characters +
    Returns:
    the random string
    +
    +
    +
    + +

    +random

    +
    +public static java.lang.String random(int count,
    +                                      int start,
    +                                      int end,
    +                                      boolean letters,
    +                                      boolean numbers)
    +
    +

    Creates a random string whose length is the number of characters + specified.

    + +

    Characters will be chosen from the set of alpha-numeric + characters as indicated by the arguments.

    +

    +

    +
    Parameters:
    count - the length of random string to create
    start - the position in set of chars to start at
    end - the position in set of chars to end before
    letters - if true, generated string will include + alphabetic characters
    numbers - if true, generated string will include + numeric characters +
    Returns:
    the random string
    +
    +
    +
    + +

    +random

    +
    +public static java.lang.String random(int count,
    +                                      int start,
    +                                      int end,
    +                                      boolean letters,
    +                                      boolean numbers,
    +                                      char[] chars)
    +
    +

    Creates a random string based on a variety of options, using + default source of randomness.

    + +

    This method has exactly the same semantics as + random(int,int,int,boolean,boolean,char[],Random), but + instead of using an externally supplied source of randomness, it uses + the internal static Random instance.

    +

    +

    +
    Parameters:
    count - the length of random string to create
    start - the position in set of chars to start at
    end - the position in set of chars to end before
    letters - only allow letters?
    numbers - only allow numbers?
    chars - the set of chars to choose randoms from. + If null, then it will use the set of all chars. +
    Returns:
    the random string +
    Throws: +
    java.lang.ArrayIndexOutOfBoundsException - if there are not + (end - start) + 1 characters in the set array.
    +
    +
    +
    + +

    +random

    +
    +public static java.lang.String random(int count,
    +                                      int start,
    +                                      int end,
    +                                      boolean letters,
    +                                      boolean numbers,
    +                                      char[] chars,
    +                                      java.util.Random random)
    +
    +

    Creates a random string based on a variety of options, using + supplied source of randomness.

    + +

    If start and end are both 0, start and end are set + to ' ' and 'z', the ASCII printable + characters, will be used, unless letters and numbers are both + false, in which case, start and end are set to + 0 and Integer.MAX_VALUE. + +

    If set is not null, characters between start and + end are chosen.

    + +

    This method accepts a user-supplied Random + instance to use as a source of randomness. By seeding a single + Random instance with a fixed seed and using it for each call, + the same random sequence of strings can be generated repeatedly + and predictably.

    +

    +

    +
    Parameters:
    count - the length of random string to create
    start - the position in set of chars to start at
    end - the position in set of chars to end before
    letters - only allow letters?
    numbers - only allow numbers?
    chars - the set of chars to choose randoms from. + If null, then it will use the set of all chars.
    random - a source of randomness. +
    Returns:
    the random string +
    Throws: +
    java.lang.ArrayIndexOutOfBoundsException - if there are not + (end - start) + 1 characters in the set array. +
    java.lang.IllegalArgumentException - if count < 0.
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +random

    +
    +public static java.lang.String random(int count,
    +                                      java.lang.String chars)
    +
    +

    Creates a random string whose length is the number of characters + specified.

    + +

    Characters will be chosen from the set of characters + specified.

    +

    +

    +
    Parameters:
    count - the length of random string to create
    chars - the String containing the set of characters to use, + may be null +
    Returns:
    the random string +
    Throws: +
    java.lang.IllegalArgumentException - if count < 0.
    +
    +
    +
    + +

    +random

    +
    +public static java.lang.String random(int count,
    +                                      char[] chars)
    +
    +

    Creates a random string whose length is the number of characters + specified.

    + +

    Characters will be chosen from the set of characters specified.

    +

    +

    +
    Parameters:
    count - the length of random string to create
    chars - the character array containing the set of characters to use, + may be null +
    Returns:
    the random string +
    Throws: +
    java.lang.IllegalArgumentException - if count < 0.
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/SerializationException.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/SerializationException.html new file mode 100644 index 0000000..f0fcd93 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/SerializationException.html @@ -0,0 +1,338 @@ + + + + + + + +SerializationException (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class SerializationException

    +
    +java.lang.Object
    +  extended byjava.lang.Throwable
    +      extended byjava.lang.Exception
    +          extended byjava.lang.RuntimeException
    +              extended byorg.apache.commons.lang.exception.NestableRuntimeException
    +                  extended byorg.apache.commons.lang.SerializationException
    +
    +
    +
    All Implemented Interfaces:
    Nestable, java.io.Serializable
    +
    +
    +
    +
    public class SerializationException
    extends NestableRuntimeException
    + +

    +

    Exception thrown when the Serialization process fails.

    + +

    The original error is wrapped within this one.

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: SerializationException.java 437554 2006-08-28 06:21:41Z bayard $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException
    delegate
    +  + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    SerializationException() + +
    +          Constructs a new SerializationException without specified + detail message.
    SerializationException(java.lang.String msg) + +
    +          Constructs a new SerializationException with specified + detail message.
    SerializationException(java.lang.String msg, + java.lang.Throwable cause) + +
    +          Constructs a new SerializationException with specified + detail message and nested Throwable.
    SerializationException(java.lang.Throwable cause) + +
    +          Constructs a new SerializationException with specified + nested Throwable.
    +  + + + + + + + + + + +
    Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException
    getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
    + + + + + + + +
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +SerializationException

    +
    +public SerializationException()
    +
    +

    Constructs a new SerializationException without specified + detail message.

    +

    +

    +
    + +

    +SerializationException

    +
    +public SerializationException(java.lang.String msg)
    +
    +

    Constructs a new SerializationException with specified + detail message.

    +

    +

    Parameters:
    msg - The error message.
    +
    + +

    +SerializationException

    +
    +public SerializationException(java.lang.Throwable cause)
    +
    +

    Constructs a new SerializationException with specified + nested Throwable.

    +

    +

    Parameters:
    cause - The Exception or Error + that caused this exception to be thrown.
    +
    + +

    +SerializationException

    +
    +public SerializationException(java.lang.String msg,
    +                              java.lang.Throwable cause)
    +
    +

    Constructs a new SerializationException with specified + detail message and nested Throwable.

    +

    +

    Parameters:
    msg - The error message.
    cause - The Exception or Error + that caused this exception to be thrown.
    + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/SerializationUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/SerializationUtils.html new file mode 100644 index 0000000..be1805a --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/SerializationUtils.html @@ -0,0 +1,410 @@ + + + + + + + +SerializationUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class SerializationUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.SerializationUtils
    +
    +
    +
    +
    public class SerializationUtils
    extends java.lang.Object
    + +

    +

    Assists with the serialization process and performs additional functionality based + on serialization.

    +

    +

      +
    • Deep clone using serialization +
    • Serialize managing finally and IOException +
    • Deserialize managing finally and IOException +
    + +

    This class throws exceptions for invalid null inputs. + Each method documents its behaviour in more detail.

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: SerializationUtils.java 512889 2007-02-28 18:18:20Z dlr $
    +
    Author:
    +
    Nissim Karpenstein, Janek Bogucki, Daniel L. Rall, Stephen Colebourne, Jeff Varszegi, Gary Gregory
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    SerializationUtils() + +
    +          SerializationUtils instances should NOT be constructed in standard programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.lang.Objectclone(java.io.Serializable object) + +
    +          Deep clone an Object using serialization.
    +static java.lang.Objectdeserialize(byte[] objectData) + +
    +          Deserializes a single Object from an array of bytes.
    +static java.lang.Objectdeserialize(java.io.InputStream inputStream) + +
    +          Deserializes an Object from the specified stream.
    +static byte[]serialize(java.io.Serializable obj) + +
    +          Serializes an Object to a byte array for + storage/serialization.
    +static voidserialize(java.io.Serializable obj, + java.io.OutputStream outputStream) + +
    +          Serializes an Object to the specified stream.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +SerializationUtils

    +
    +public SerializationUtils()
    +
    +

    SerializationUtils instances should NOT be constructed in standard programming. + Instead, the class should be used as SerializationUtils.clone(object).

    + +

    This constructor is public to permit tools that require a JavaBean instance + to operate.

    +

    +

    Since:
    +
    2.0
    +
    + + + + + + + + +
    +Method Detail
    + +

    +clone

    +
    +public static java.lang.Object clone(java.io.Serializable object)
    +
    +

    Deep clone an Object using serialization.

    + +

    This is many times slower than writing clone methods by hand + on all objects in your object graph. However, for complex object + graphs, or for those that don't support deep cloning this can + be a simple alternative implementation. Of course all the objects + must be Serializable.

    +

    +

    +
    Parameters:
    object - the Serializable object to clone +
    Returns:
    the cloned object +
    Throws: +
    SerializationException - (runtime) if the serialization fails
    +
    +
    +
    + +

    +serialize

    +
    +public static void serialize(java.io.Serializable obj,
    +                             java.io.OutputStream outputStream)
    +
    +

    Serializes an Object to the specified stream.

    + +

    The stream will be closed once the object is written. + This avoids the need for a finally clause, and maybe also exception + handling, in the application code.

    + +

    The stream passed in is not buffered internally within this method. + This is the responsibility of your application if desired.

    +

    +

    +
    Parameters:
    obj - the object to serialize to bytes, may be null
    outputStream - the stream to write to, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if outputStream is null +
    SerializationException - (runtime) if the serialization fails
    +
    +
    +
    + +

    +serialize

    +
    +public static byte[] serialize(java.io.Serializable obj)
    +
    +

    Serializes an Object to a byte array for + storage/serialization.

    +

    +

    +
    Parameters:
    obj - the object to serialize to bytes +
    Returns:
    a byte[] with the converted Serializable +
    Throws: +
    SerializationException - (runtime) if the serialization fails
    +
    +
    +
    + +

    +deserialize

    +
    +public static java.lang.Object deserialize(java.io.InputStream inputStream)
    +
    +

    Deserializes an Object from the specified stream.

    + +

    The stream will be closed once the object is written. This + avoids the need for a finally clause, and maybe also exception + handling, in the application code.

    + +

    The stream passed in is not buffered internally within this method. + This is the responsibility of your application if desired.

    +

    +

    +
    Parameters:
    inputStream - the serialized object input stream, must not be null +
    Returns:
    the deserialized object +
    Throws: +
    java.lang.IllegalArgumentException - if inputStream is null +
    SerializationException - (runtime) if the serialization fails
    +
    +
    +
    + +

    +deserialize

    +
    +public static java.lang.Object deserialize(byte[] objectData)
    +
    +

    Deserializes a single Object from an array of bytes.

    +

    +

    +
    Parameters:
    objectData - the serialized object, must not be null +
    Returns:
    the deserialized object +
    Throws: +
    java.lang.IllegalArgumentException - if objectData is null +
    SerializationException - (runtime) if the serialization fails
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/StringEscapeUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/StringEscapeUtils.html new file mode 100644 index 0000000..824d7be --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/StringEscapeUtils.html @@ -0,0 +1,1012 @@ + + + + + + + +StringEscapeUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class StringEscapeUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.StringEscapeUtils
    +
    +
    +
    +
    public class StringEscapeUtils
    extends java.lang.Object
    + +

    +

    Escapes and unescapes Strings for + Java, Java Script, HTML, XML, and SQL.

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: StringEscapeUtils.java 612880 2008-01-17 17:34:43Z ggregory $
    +
    Author:
    +
    Apache Jakarta Turbine, Purple Technology, Alexander Day Chaffee, Antony Riley, Helge Tesgaard, Sean Brown, Gary Gregory, Phil Steitz, Pete Gieser
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    StringEscapeUtils() + +
    +          StringEscapeUtils instances should NOT be constructed in + standard programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.lang.StringescapeCsv(java.lang.String str) + +
    +          Returns a String value for a CSV column enclosed in double quotes, + if required.
    +static voidescapeCsv(java.io.Writer out, + java.lang.String str) + +
    +          Writes a String value for a CSV column enclosed in double quotes, + if required.
    +static java.lang.StringescapeHtml(java.lang.String str) + +
    +          Escapes the characters in a String using HTML entities.
    +static voidescapeHtml(java.io.Writer writer, + java.lang.String string) + +
    +          Escapes the characters in a String using HTML entities and writes + them to a Writer.
    +static java.lang.StringescapeJava(java.lang.String str) + +
    +          Escapes the characters in a String using Java String rules.
    +static voidescapeJava(java.io.Writer out, + java.lang.String str) + +
    +          Escapes the characters in a String using Java String rules to + a Writer.
    +static java.lang.StringescapeJavaScript(java.lang.String str) + +
    +          Escapes the characters in a String using JavaScript String rules.
    +static voidescapeJavaScript(java.io.Writer out, + java.lang.String str) + +
    +          Escapes the characters in a String using JavaScript String rules + to a Writer.
    +static java.lang.StringescapeSql(java.lang.String str) + +
    +          Escapes the characters in a String to be suitable to pass to + an SQL query.
    +static java.lang.StringescapeXml(java.lang.String str) + +
    +          Escapes the characters in a String using XML entities.
    +static voidescapeXml(java.io.Writer writer, + java.lang.String str) + +
    +          Escapes the characters in a String using XML entities.
    +static java.lang.StringunescapeCsv(java.lang.String str) + +
    +          Returns a String value for an unescaped CSV column.
    +static voidunescapeCsv(java.io.Writer out, + java.lang.String str) + +
    +          Returns a String value for an unescaped CSV column.
    +static java.lang.StringunescapeHtml(java.lang.String str) + +
    +          Unescapes a string containing entity escapes to a string + containing the actual Unicode characters corresponding to the + escapes.
    +static voidunescapeHtml(java.io.Writer writer, + java.lang.String string) + +
    +          Unescapes a string containing entity escapes to a string + containing the actual Unicode characters corresponding to the + escapes.
    +static java.lang.StringunescapeJava(java.lang.String str) + +
    +          Unescapes any Java literals found in the String.
    +static voidunescapeJava(java.io.Writer out, + java.lang.String str) + +
    +          Unescapes any Java literals found in the String to a + Writer.
    +static java.lang.StringunescapeJavaScript(java.lang.String str) + +
    +          Unescapes any JavaScript literals found in the String.
    +static voidunescapeJavaScript(java.io.Writer out, + java.lang.String str) + +
    +          Unescapes any JavaScript literals found in the String to a + Writer.
    +static java.lang.StringunescapeXml(java.lang.String str) + +
    +          Unescapes a string containing XML entity escapes to a string + containing the actual Unicode characters corresponding to the + escapes.
    +static voidunescapeXml(java.io.Writer writer, + java.lang.String str) + +
    +          Unescapes a string containing XML entity escapes to a string + containing the actual Unicode characters corresponding to the + escapes.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +StringEscapeUtils

    +
    +public StringEscapeUtils()
    +
    +

    StringEscapeUtils instances should NOT be constructed in + standard programming.

    + +

    Instead, the class should be used as: +

    StringEscapeUtils.escapeJava("foo");

    + +

    This constructor is public to permit tools that require a JavaBean + instance to operate.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +escapeJava

    +
    +public static java.lang.String escapeJava(java.lang.String str)
    +
    +

    Escapes the characters in a String using Java String rules.

    + +

    Deals correctly with quotes and control-chars (tab, backslash, cr, ff, etc.)

    + +

    So a tab becomes the characters '\\' and + 't'.

    + +

    The only difference between Java strings and JavaScript strings + is that in JavaScript, a single quote must be escaped.

    + +

    Example: +

    + input string: He didn't say, "Stop!"
    + output string: He didn't say, \"Stop!\"
    + 
    +

    +

    +

    +
    Parameters:
    str - String to escape values in, may be null +
    Returns:
    String with escaped values, null if null string input
    +
    +
    +
    + +

    +escapeJava

    +
    +public static void escapeJava(java.io.Writer out,
    +                              java.lang.String str)
    +                       throws java.io.IOException
    +
    +

    Escapes the characters in a String using Java String rules to + a Writer.

    + +

    A null string input has no effect.

    +

    +

    +
    Parameters:
    out - Writer to write escaped string into
    str - String to escape values in, may be null +
    Throws: +
    java.lang.IllegalArgumentException - if the Writer is null +
    java.io.IOException - if error occurs on underlying Writer
    See Also:
    escapeJava(java.lang.String)
    +
    +
    +
    + +

    +escapeJavaScript

    +
    +public static java.lang.String escapeJavaScript(java.lang.String str)
    +
    +

    Escapes the characters in a String using JavaScript String rules.

    +

    Escapes any values it finds into their JavaScript String form. + Deals correctly with quotes and control-chars (tab, backslash, cr, ff, etc.)

    + +

    So a tab becomes the characters '\\' and + 't'.

    + +

    The only difference between Java strings and JavaScript strings + is that in JavaScript, a single quote must be escaped.

    + +

    Example: +

    + input string: He didn't say, "Stop!"
    + output string: He didn\'t say, \"Stop!\"
    + 
    +

    +

    +

    +
    Parameters:
    str - String to escape values in, may be null +
    Returns:
    String with escaped values, null if null string input
    +
    +
    +
    + +

    +escapeJavaScript

    +
    +public static void escapeJavaScript(java.io.Writer out,
    +                                    java.lang.String str)
    +                             throws java.io.IOException
    +
    +

    Escapes the characters in a String using JavaScript String rules + to a Writer.

    + +

    A null string input has no effect.

    +

    +

    +
    Parameters:
    out - Writer to write escaped string into
    str - String to escape values in, may be null +
    Throws: +
    java.lang.IllegalArgumentException - if the Writer is null +
    java.io.IOException - if error occurs on underlying Writer
    See Also:
    escapeJavaScript(java.lang.String)
    +
    +
    +
    + +

    +unescapeJava

    +
    +public static java.lang.String unescapeJava(java.lang.String str)
    +
    +

    Unescapes any Java literals found in the String. + For example, it will turn a sequence of '\' and + 'n' into a newline character, unless the '\' + is preceded by another '\'.

    +

    +

    +
    Parameters:
    str - the String to unescape, may be null +
    Returns:
    a new unescaped String, null if null string input
    +
    +
    +
    + +

    +unescapeJava

    +
    +public static void unescapeJava(java.io.Writer out,
    +                                java.lang.String str)
    +                         throws java.io.IOException
    +
    +

    Unescapes any Java literals found in the String to a + Writer.

    + +

    For example, it will turn a sequence of '\' and + 'n' into a newline character, unless the '\' + is preceded by another '\'.

    + +

    A null string input has no effect.

    +

    +

    +
    Parameters:
    out - the Writer used to output unescaped characters
    str - the String to unescape, may be null +
    Throws: +
    java.lang.IllegalArgumentException - if the Writer is null +
    java.io.IOException - if error occurs on underlying Writer
    +
    +
    +
    + +

    +unescapeJavaScript

    +
    +public static java.lang.String unescapeJavaScript(java.lang.String str)
    +
    +

    Unescapes any JavaScript literals found in the String.

    + +

    For example, it will turn a sequence of '\' and 'n' + into a newline character, unless the '\' is preceded by another + '\'.

    +

    +

    +
    Parameters:
    str - the String to unescape, may be null +
    Returns:
    A new unescaped String, null if null string input
    See Also:
    unescapeJava(String)
    +
    +
    +
    + +

    +unescapeJavaScript

    +
    +public static void unescapeJavaScript(java.io.Writer out,
    +                                      java.lang.String str)
    +                               throws java.io.IOException
    +
    +

    Unescapes any JavaScript literals found in the String to a + Writer.

    + +

    For example, it will turn a sequence of '\' and 'n' + into a newline character, unless the '\' is preceded by another + '\'.

    + +

    A null string input has no effect.

    +

    +

    +
    Parameters:
    out - the Writer used to output unescaped characters
    str - the String to unescape, may be null +
    Throws: +
    java.lang.IllegalArgumentException - if the Writer is null +
    java.io.IOException - if error occurs on underlying Writer
    See Also:
    unescapeJava(Writer,String)
    +
    +
    +
    + +

    +escapeHtml

    +
    +public static java.lang.String escapeHtml(java.lang.String str)
    +
    +

    Escapes the characters in a String using HTML entities.

    + +

    + For example: +

    +

    "bread" & "butter"

    + becomes: +

    + &quot;bread&quot; &amp; &quot;butter&quot;. +

    + +

    Supports all known HTML 4.0 entities, including funky accents. + Note that the commonly used apostrophe escape character (&apos;) + is not a legal entity and so is not supported).

    +

    +

    +
    Parameters:
    str - the String to escape, may be null +
    Returns:
    a new escaped String, null if null string input
    See Also:
    unescapeHtml(String), +ISO Entities, +HTML 3.2 Character Entities for ISO Latin-1, +HTML 4.0 Character entity references, +HTML 4.01 Character References, +HTML 4.01 Code positions
    +
    +
    +
    + +

    +escapeHtml

    +
    +public static void escapeHtml(java.io.Writer writer,
    +                              java.lang.String string)
    +                       throws java.io.IOException
    +
    +

    Escapes the characters in a String using HTML entities and writes + them to a Writer.

    + +

    + For example: +

    + "bread" & "butter" +

    becomes:

    + &quot;bread&quot; &amp; &quot;butter&quot;. + +

    Supports all known HTML 4.0 entities, including funky accents. + Note that the commonly used apostrophe escape character (&apos;) + is not a legal entity and so is not supported).

    +

    +

    +
    Parameters:
    writer - the writer receiving the escaped string, not null
    string - the String to escape, may be null +
    Throws: +
    java.lang.IllegalArgumentException - if the writer is null +
    java.io.IOException - when Writer passed throws the exception from + calls to the Writer.write(int) methods.
    See Also:
    escapeHtml(String), +unescapeHtml(String), +ISO Entities, +HTML 3.2 Character Entities for ISO Latin-1, +HTML 4.0 Character entity references, +HTML 4.01 Character References, +HTML 4.01 Code positions
    +
    +
    +
    + +

    +unescapeHtml

    +
    +public static java.lang.String unescapeHtml(java.lang.String str)
    +
    +

    Unescapes a string containing entity escapes to a string + containing the actual Unicode characters corresponding to the + escapes. Supports HTML 4.0 entities.

    + +

    For example, the string "&lt;Fran&ccedil;ais&gt;" + will become "<Français>"

    + +

    If an entity is unrecognized, it is left alone, and inserted + verbatim into the result string. e.g. "&gt;&zzzz;x" will + become ">&zzzz;x".

    +

    +

    +
    Parameters:
    str - the String to unescape, may be null +
    Returns:
    a new unescaped String, null if null string input
    See Also:
    escapeHtml(Writer, String)
    +
    +
    +
    + +

    +unescapeHtml

    +
    +public static void unescapeHtml(java.io.Writer writer,
    +                                java.lang.String string)
    +                         throws java.io.IOException
    +
    +

    Unescapes a string containing entity escapes to a string + containing the actual Unicode characters corresponding to the + escapes. Supports HTML 4.0 entities.

    + +

    For example, the string "&lt;Fran&ccedil;ais&gt;" + will become "<Français>"

    + +

    If an entity is unrecognized, it is left alone, and inserted + verbatim into the result string. e.g. "&gt;&zzzz;x" will + become ">&zzzz;x".

    +

    +

    +
    Parameters:
    writer - the writer receiving the unescaped string, not null
    string - the String to unescape, may be null +
    Throws: +
    java.lang.IllegalArgumentException - if the writer is null +
    java.io.IOException - if an IOException occurs
    See Also:
    escapeHtml(String)
    +
    +
    +
    + +

    +escapeXml

    +
    +public static void escapeXml(java.io.Writer writer,
    +                             java.lang.String str)
    +                      throws java.io.IOException
    +
    +

    Escapes the characters in a String using XML entities.

    + +

    For example: "bread" & "butter" => + &quot;bread&quot; &amp; &quot;butter&quot;. +

    + +

    Supports only the five basic XML entities (gt, lt, quot, amp, apos). + Does not support DTDs or external entities.

    + +

    Note that unicode characters greater than 0x7f are currently escaped to + their numerical \\u equivalent. This may change in future releases.

    +

    +

    +
    Parameters:
    writer - the writer receiving the unescaped string, not null
    str - the String to escape, may be null +
    Throws: +
    java.lang.IllegalArgumentException - if the writer is null +
    java.io.IOException - if there is a problem writing
    See Also:
    unescapeXml(java.lang.String)
    +
    +
    +
    + +

    +escapeXml

    +
    +public static java.lang.String escapeXml(java.lang.String str)
    +
    +

    Escapes the characters in a String using XML entities.

    + +

    For example: "bread" & "butter" => + &quot;bread&quot; &amp; &quot;butter&quot;. +

    + +

    Supports only the five basic XML entities (gt, lt, quot, amp, apos). + Does not support DTDs or external entities.

    + +

    Note that unicode characters greater than 0x7f are currently escaped to + their numerical \\u equivalent. This may change in future releases.

    +

    +

    +
    Parameters:
    str - the String to escape, may be null +
    Returns:
    a new escaped String, null if null string input
    See Also:
    unescapeXml(java.lang.String)
    +
    +
    +
    + +

    +unescapeXml

    +
    +public static void unescapeXml(java.io.Writer writer,
    +                               java.lang.String str)
    +                        throws java.io.IOException
    +
    +

    Unescapes a string containing XML entity escapes to a string + containing the actual Unicode characters corresponding to the + escapes.

    + +

    Supports only the five basic XML entities (gt, lt, quot, amp, apos). + Does not support DTDs or external entities.

    + +

    Note that numerical \\u unicode codes are unescaped to their respective + unicode characters. This may change in future releases.

    +

    +

    +
    Parameters:
    writer - the writer receiving the unescaped string, not null
    str - the String to unescape, may be null +
    Throws: +
    java.lang.IllegalArgumentException - if the writer is null +
    java.io.IOException - if there is a problem writing
    See Also:
    escapeXml(String)
    +
    +
    +
    + +

    +unescapeXml

    +
    +public static java.lang.String unescapeXml(java.lang.String str)
    +
    +

    Unescapes a string containing XML entity escapes to a string + containing the actual Unicode characters corresponding to the + escapes.

    + +

    Supports only the five basic XML entities (gt, lt, quot, amp, apos). + Does not support DTDs or external entities.

    + +

    Note that numerical \\u unicode codes are unescaped to their respective + unicode characters. This may change in future releases.

    +

    +

    +
    Parameters:
    str - the String to unescape, may be null +
    Returns:
    a new unescaped String, null if null string input
    See Also:
    escapeXml(String)
    +
    +
    +
    + +

    +escapeSql

    +
    +public static java.lang.String escapeSql(java.lang.String str)
    +
    +

    Escapes the characters in a String to be suitable to pass to + an SQL query.

    + +

    For example, +

    statement.executeQuery("SELECT * FROM MOVIES WHERE TITLE='" +
    +   StringEscapeUtils.escapeSql("McHale's Navy") +
    +   "'");
    +

    + +

    At present, this method only turns single-quotes into doubled single-quotes + ("McHale's Navy" => "McHale''s Navy"). It does not + handle the cases of percent (%) or underscore (_) for use in LIKE clauses.

    + + see http://www.jguru.com/faq/view.jsp?EID=8881 +

    +

    +
    Parameters:
    str - the string to escape, may be null +
    Returns:
    a new String, escaped for SQL, null if null string input
    +
    +
    +
    + +

    +escapeCsv

    +
    +public static java.lang.String escapeCsv(java.lang.String str)
    +
    +

    Returns a String value for a CSV column enclosed in double quotes, + if required.

    + +

    If the value contains a comma, newline or double quote, then the + String value is returned enclosed in double quotes.

    +

    + +

    Any double quote characters in the value are escaped with another double quote.

    + +

    If the value does not contain a comma, newline or double quote, then the + String value is returned unchanged.

    +

    + + see Wikipedia and + RFC 4180. +

    +

    +
    Parameters:
    str - the input CSV column String, may be null +
    Returns:
    the input String, enclosed in double quotes if the value contains a comma, + newline or double quote, null if null string input
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +escapeCsv

    +
    +public static void escapeCsv(java.io.Writer out,
    +                             java.lang.String str)
    +                      throws java.io.IOException
    +
    +

    Writes a String value for a CSV column enclosed in double quotes, + if required.

    + +

    If the value contains a comma, newline or double quote, then the + String value is written enclosed in double quotes.

    +

    + +

    Any double quote characters in the value are escaped with another double quote.

    + +

    If the value does not contain a comma, newline or double quote, then the + String value is written unchanged (null values are ignored).

    +

    + + see Wikipedia and + RFC 4180. +

    +

    +
    Parameters:
    str - the input CSV column String, may be null
    out - Writer to write input string to, enclosed in double quotes if it contains + a comma, newline or double quote +
    Throws: +
    java.io.IOException - if error occurs on underlying Writer
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +unescapeCsv

    +
    +public static java.lang.String unescapeCsv(java.lang.String str)
    +
    +

    Returns a String value for an unescaped CSV column.

    + +

    If the value is enclosed in double quotes, and contains a comma, newline + or double quote, then quotes are removed. +

    + +

    Any double quote escaped characters (a pair of double quotes) are unescaped + to just one double quote.

    + +

    If the value is not enclosed in double quotes, or is and does not contain a + comma, newline or double quote, then the String value is returned unchanged.

    +

    + + see Wikipedia and + RFC 4180. +

    +

    +
    Parameters:
    str - the input CSV column String, may be null +
    Returns:
    the input String, with enclosing double quotes removed and embedded double + quotes unescaped, null if null string input
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +unescapeCsv

    +
    +public static void unescapeCsv(java.io.Writer out,
    +                               java.lang.String str)
    +                        throws java.io.IOException
    +
    +

    Returns a String value for an unescaped CSV column.

    + +

    If the value is enclosed in double quotes, and contains a comma, newline + or double quote, then quotes are removed. +

    + +

    Any double quote escaped characters (a pair of double quotes) are unescaped + to just one double quote.

    + +

    If the value is not enclosed in double quotes, or is and does not contain a + comma, newline or double quote, then the String value is returned unchanged.

    +

    + + see Wikipedia and + RFC 4180. +

    +

    +
    Parameters:
    str - the input CSV column String, may be null
    out - Writer to write the input String to, with enclosing double quotes + removed and embedded double quotes unescaped, null if null string input +
    Throws: +
    java.io.IOException - if error occurs on underlying Writer
    Since:
    +
    2.4
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/StringUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/StringUtils.html new file mode 100644 index 0000000..16bcf0b --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/StringUtils.html @@ -0,0 +1,6510 @@ + + + + + + + +StringUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class StringUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.StringUtils
    +
    +
    +
    +
    public class StringUtils
    extends java.lang.Object
    + +

    +

    Operations on String that are + null safe.

    + +
      +
    • IsEmpty/IsBlank + - checks if a String contains text
    • +
    • Trim/Strip + - removes leading and trailing whitespace
    • +
    • Equals + - compares two strings null-safe
    • +
    • startsWith + - check if a String starts with a prefix null-safe
    • +
    • endsWith + - check if a String ends with a suffix null-safe
    • +
    • IndexOf/LastIndexOf/Contains + - null-safe index-of checks +
    • IndexOfAny/LastIndexOfAny/IndexOfAnyBut/LastIndexOfAnyBut + - index-of any of a set of Strings
    • +
    • ContainsOnly/ContainsNone/ContainsAny + - does String contains only/none/any of these characters
    • +
    • Substring/Left/Right/Mid + - null-safe substring extractions
    • +
    • SubstringBefore/SubstringAfter/SubstringBetween + - substring extraction relative to other strings
    • +
    • Split/Join + - splits a String into an array of substrings and vice versa
    • +
    • Remove/Delete + - removes part of a String
    • +
    • Replace/Overlay + - Searches a String and replaces one String with another
    • +
    • Chomp/Chop + - removes the last part of a String
    • +
    • LeftPad/RightPad/Center/Repeat + - pads a String
    • +
    • UpperCase/LowerCase/SwapCase/Capitalize/Uncapitalize + - changes the case of a String
    • +
    • CountMatches + - counts the number of occurrences of one String in another
    • +
    • IsAlpha/IsNumeric/IsWhitespace/IsAsciiPrintable + - checks the characters in a String
    • +
    • DefaultString + - protects against a null input String
    • +
    • Reverse/ReverseDelimited + - reverses a String
    • +
    • Abbreviate + - abbreviates a string using ellipsis
    • +
    • Difference + - compares Strings and reports on their differences
    • +
    • LevensteinDistance + - the number of changes needed to change one String into another
    • +
    + +

    The StringUtils class defines certain words related to + String handling.

    + +
      +
    • null - null
    • +
    • empty - a zero-length string ("")
    • +
    • space - the space character (' ', char 32)
    • +
    • whitespace - the characters defined by Character.isWhitespace(char)
    • +
    • trim - the characters <= 32 as in String.trim()
    • +
    + +

    StringUtils handles null input Strings quietly. + That is to say that a null input will return null. + Where a boolean or int is being returned + details vary by method.

    + +

    A side effect of the null handling is that a + NullPointerException should be considered a bug in + StringUtils (except for deprecated methods).

    + +

    Methods in this class give sample code to explain their operation. + The symbol * is used to indicate any input including null.

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: StringUtils.java 635447 2008-03-10 06:27:09Z bayard $
    +
    Author:
    +
    Apache Jakarta Turbine, Jon S. Stevens, Daniel L. Rall, Greg Coladonato, Ed Korthof, Rand McNeely, Stephen Colebourne, Fredrik Westermarck, Holger Krauth, Alexander Day Chaffee, Henning P. Schmiedehausen, Arun Mammen Thomas, Gary Gregory, Phil Steitz, Al Chou, Michael Davey, Reuben Sivan, Chris Hyzer, Scott Johnson
    +
    See Also:
    String
    +
    + +

    + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static java.lang.StringEMPTY + +
    +          The empty String "".
    +static intINDEX_NOT_FOUND + +
    +          Represents a failed index search.
    +  + + + + + + + + + + +
    +Constructor Summary
    StringUtils() + +
    +          StringUtils instances should NOT be constructed in + standard programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.lang.Stringabbreviate(java.lang.String str, + int maxWidth) + +
    +          Abbreviates a String using ellipses.
    +static java.lang.Stringabbreviate(java.lang.String str, + int offset, + int maxWidth) + +
    +          Abbreviates a String using ellipses.
    +static java.lang.Stringcapitalise(java.lang.String str) + +
    +          Deprecated. Use the standardly named capitalize(String). + Method will be removed in Commons Lang 3.0.
    +static java.lang.StringcapitaliseAllWords(java.lang.String str) + +
    +          Deprecated. Use the relocated WordUtils.capitalize(String). + Method will be removed in Commons Lang 3.0.
    +static java.lang.Stringcapitalize(java.lang.String str) + +
    +          Capitalizes a String changing the first letter to title case as + per Character.toTitleCase(char).
    +static java.lang.Stringcenter(java.lang.String str, + int size) + +
    +          Centers a String in a larger String of size size + using the space character (' ').
    +static java.lang.Stringcenter(java.lang.String str, + int size, + char padChar) + +
    +          Centers a String in a larger String of size size.
    +static java.lang.Stringcenter(java.lang.String str, + int size, + java.lang.String padStr) + +
    +          Centers a String in a larger String of size size.
    +static java.lang.Stringchomp(java.lang.String str) + +
    +          Removes one newline from end of a String if it's there, + otherwise leave it alone.
    +static java.lang.Stringchomp(java.lang.String str, + java.lang.String separator) + +
    +          Removes separator from the end of + str if it's there, otherwise leave it alone.
    +static java.lang.StringchompLast(java.lang.String str) + +
    +          Deprecated. Use chomp(String) instead. + Method will be removed in Commons Lang 3.0.
    +static java.lang.StringchompLast(java.lang.String str, + java.lang.String sep) + +
    +          Deprecated. Use chomp(String,String) instead. + Method will be removed in Commons Lang 3.0.
    +static java.lang.Stringchop(java.lang.String str) + +
    +          Remove the last character from a String.
    +static java.lang.StringchopNewline(java.lang.String str) + +
    +          Deprecated. Use chomp(String) instead. + Method will be removed in Commons Lang 3.0.
    +static java.lang.Stringclean(java.lang.String str) + +
    +          Deprecated. Use the clearer named trimToEmpty(String). + Method will be removed in Commons Lang 3.0.
    +static java.lang.Stringconcatenate(java.lang.Object[] array) + +
    +          Deprecated. Use the better named join(Object[]) instead. + Method will be removed in Commons Lang 3.0.
    +static booleancontains(java.lang.String str, + char searchChar) + +
    +          Checks if String contains a search character, handling null.
    +static booleancontains(java.lang.String str, + java.lang.String searchStr) + +
    +          Checks if String contains a search String, handling null.
    +static booleancontainsAny(java.lang.String str, + char[] searchChars) + +
    +          Checks if the String contains any character in the given + set of characters.
    +static booleancontainsAny(java.lang.String str, + java.lang.String searchChars) + +
    +           + Checks if the String contains any character in the given set of characters.
    +static booleancontainsIgnoreCase(java.lang.String str, + java.lang.String searchStr) + +
    +          Checks if String contains a search String irrespective of case, + handling null.
    +static booleancontainsNone(java.lang.String str, + char[] invalidChars) + +
    +          Checks that the String does not contain certain characters.
    +static booleancontainsNone(java.lang.String str, + java.lang.String invalidChars) + +
    +          Checks that the String does not contain certain characters.
    +static booleancontainsOnly(java.lang.String str, + char[] valid) + +
    +          Checks if the String contains only certain characters.
    +static booleancontainsOnly(java.lang.String str, + java.lang.String validChars) + +
    +          Checks if the String contains only certain characters.
    +static intcountMatches(java.lang.String str, + java.lang.String sub) + +
    +          Counts how many times the substring appears in the larger String.
    +static java.lang.StringdefaultIfEmpty(java.lang.String str, + java.lang.String defaultStr) + +
    +          Returns either the passed in String, or if the String is + empty or null, the value of defaultStr.
    +static java.lang.StringdefaultString(java.lang.String str) + +
    +          Returns either the passed in String, + or if the String is null, an empty String ("").
    +static java.lang.StringdefaultString(java.lang.String str, + java.lang.String defaultStr) + +
    +          Returns either the passed in String, or if the String is + null, the value of defaultStr.
    +static java.lang.StringdeleteSpaces(java.lang.String str) + +
    +          Deprecated. Use the better localized deleteWhitespace(String). + Method will be removed in Commons Lang 3.0.
    +static java.lang.StringdeleteWhitespace(java.lang.String str) + +
    +          Deletes all whitespaces from a String as defined by + Character.isWhitespace(char).
    +static java.lang.Stringdifference(java.lang.String str1, + java.lang.String str2) + +
    +          Compares two Strings, and returns the portion where they differ.
    +static booleanendsWith(java.lang.String str, + java.lang.String suffix) + +
    +          Check if a String ends with a specified suffix.
    +static booleanendsWithIgnoreCase(java.lang.String str, + java.lang.String suffix) + +
    +          Case insensitive check if a String ends with a specified suffix.
    +static booleanequals(java.lang.String str1, + java.lang.String str2) + +
    +          Compares two Strings, returning true if they are equal.
    +static booleanequalsIgnoreCase(java.lang.String str1, + java.lang.String str2) + +
    +          Compares two Strings, returning true if they are equal ignoring + the case.
    +static java.lang.Stringescape(java.lang.String str) + +
    +          Deprecated. Use StringEscapeUtils.escapeJava(String) + This method will be removed in Commons Lang 3.0
    +static java.lang.StringgetChomp(java.lang.String str, + java.lang.String sep) + +
    +          Deprecated. Use substringAfterLast(String, String) instead + (although this doesn't include the separator) + Method will be removed in Commons Lang 3.0.
    +static java.lang.StringgetCommonPrefix(java.lang.String[] strs) + +
    +          Compares all Strings in an array and returns the initial sequence of + characters that is common to all of them.
    +static intgetLevenshteinDistance(java.lang.String s, + java.lang.String t) + +
    +          Find the Levenshtein distance between two Strings.
    +static java.lang.StringgetNestedString(java.lang.String str, + java.lang.String tag) + +
    +          Deprecated. Use the better named substringBetween(String, String). + Method will be removed in Commons Lang 3.0.
    +static java.lang.StringgetNestedString(java.lang.String str, + java.lang.String open, + java.lang.String close) + +
    +          Deprecated. Use the better named substringBetween(String, String, String). + Method will be removed in Commons Lang 3.0.
    +static java.lang.StringgetPrechomp(java.lang.String str, + java.lang.String sep) + +
    +          Deprecated. Use substringBefore(String,String) instead + (although this doesn't include the separator). + Method will be removed in Commons Lang 3.0.
    +static intindexOf(java.lang.String str, + char searchChar) + +
    +          Finds the first index within a String, handling null.
    +static intindexOf(java.lang.String str, + char searchChar, + int startPos) + +
    +          Finds the first index within a String from a start position, + handling null.
    +static intindexOf(java.lang.String str, + java.lang.String searchStr) + +
    +          Finds the first index within a String, handling null.
    +static intindexOf(java.lang.String str, + java.lang.String searchStr, + int startPos) + +
    +          Finds the first index within a String, handling null.
    +static intindexOfAny(java.lang.String str, + char[] searchChars) + +
    +          Search a String to find the first index of any + character in the given set of characters.
    +static intindexOfAny(java.lang.String str, + java.lang.String searchChars) + +
    +          Search a String to find the first index of any + character in the given set of characters.
    +static intindexOfAny(java.lang.String str, + java.lang.String[] searchStrs) + +
    +          Find the first index of any of a set of potential substrings.
    +static intindexOfAnyBut(java.lang.String str, + char[] searchChars) + +
    +          Search a String to find the first index of any + character not in the given set of characters.
    +static intindexOfAnyBut(java.lang.String str, + java.lang.String searchChars) + +
    +          Search a String to find the first index of any + character not in the given set of characters.
    +static intindexOfDifference(java.lang.String[] strs) + +
    +          Compares all Strings in an array and returns the index at which the + Strings begin to differ.
    +static intindexOfDifference(java.lang.String str1, + java.lang.String str2) + +
    +          Compares two Strings, and returns the index at which the + Strings begin to differ.
    +static booleanisAlpha(java.lang.String str) + +
    +          Checks if the String contains only unicode letters.
    +static booleanisAlphanumeric(java.lang.String str) + +
    +          Checks if the String contains only unicode letters or digits.
    +static booleanisAlphanumericSpace(java.lang.String str) + +
    +          Checks if the String contains only unicode letters, digits + or space (' ').
    +static booleanisAlphaSpace(java.lang.String str) + +
    +          Checks if the String contains only unicode letters and + space (' ').
    +static booleanisAsciiPrintable(java.lang.String str) + +
    +          Checks if the string contains only ASCII printable characters.
    +static booleanisBlank(java.lang.String str) + +
    +          Checks if a String is whitespace, empty ("") or null.
    +static booleanisEmpty(java.lang.String str) + +
    +          Checks if a String is empty ("") or null.
    +static booleanisNotBlank(java.lang.String str) + +
    +          Checks if a String is not empty (""), not null and not whitespace only.
    +static booleanisNotEmpty(java.lang.String str) + +
    +          Checks if a String is not empty ("") and not null.
    +static booleanisNumeric(java.lang.String str) + +
    +          Checks if the String contains only unicode digits.
    +static booleanisNumericSpace(java.lang.String str) + +
    +          Checks if the String contains only unicode digits or space + (' ').
    +static booleanisWhitespace(java.lang.String str) + +
    +          Checks if the String contains only whitespace.
    +static java.lang.Stringjoin(java.util.Collection collection, + char separator) + +
    +          Joins the elements of the provided Collection into + a single String containing the provided elements.
    +static java.lang.Stringjoin(java.util.Collection collection, + java.lang.String separator) + +
    +          Joins the elements of the provided Collection into + a single String containing the provided elements.
    +static java.lang.Stringjoin(java.util.Iterator iterator, + char separator) + +
    +          Joins the elements of the provided Iterator into + a single String containing the provided elements.
    +static java.lang.Stringjoin(java.util.Iterator iterator, + java.lang.String separator) + +
    +          Joins the elements of the provided Iterator into + a single String containing the provided elements.
    +static java.lang.Stringjoin(java.lang.Object[] array) + +
    +          Joins the elements of the provided array into a single String + containing the provided list of elements.
    +static java.lang.Stringjoin(java.lang.Object[] array, + char separator) + +
    +          Joins the elements of the provided array into a single String + containing the provided list of elements.
    +static java.lang.Stringjoin(java.lang.Object[] array, + char separator, + int startIndex, + int endIndex) + +
    +          Joins the elements of the provided array into a single String + containing the provided list of elements.
    +static java.lang.Stringjoin(java.lang.Object[] array, + java.lang.String separator) + +
    +          Joins the elements of the provided array into a single String + containing the provided list of elements.
    +static java.lang.Stringjoin(java.lang.Object[] array, + java.lang.String separator, + int startIndex, + int endIndex) + +
    +          Joins the elements of the provided array into a single String + containing the provided list of elements.
    +static intlastIndexOf(java.lang.String str, + char searchChar) + +
    +          Finds the last index within a String, handling null.
    +static intlastIndexOf(java.lang.String str, + char searchChar, + int startPos) + +
    +          Finds the last index within a String from a start position, + handling null.
    +static intlastIndexOf(java.lang.String str, + java.lang.String searchStr) + +
    +          Finds the last index within a String, handling null.
    +static intlastIndexOf(java.lang.String str, + java.lang.String searchStr, + int startPos) + +
    +          Finds the first index within a String, handling null.
    +static intlastIndexOfAny(java.lang.String str, + java.lang.String[] searchStrs) + +
    +          Find the latest index of any of a set of potential substrings.
    +static java.lang.Stringleft(java.lang.String str, + int len) + +
    +          Gets the leftmost len characters of a String.
    +static java.lang.StringleftPad(java.lang.String str, + int size) + +
    +          Left pad a String with spaces (' ').
    +static java.lang.StringleftPad(java.lang.String str, + int size, + char padChar) + +
    +          Left pad a String with a specified character.
    +static java.lang.StringleftPad(java.lang.String str, + int size, + java.lang.String padStr) + +
    +          Left pad a String with a specified String.
    +static intlength(java.lang.String str) + +
    +          Gets a String's length or 0 if the String is null.
    +static java.lang.StringlowerCase(java.lang.String str) + +
    +          Converts a String to lower case as per String.toLowerCase().
    +static java.lang.Stringmid(java.lang.String str, + int pos, + int len) + +
    +          Gets len characters from the middle of a String.
    +static intordinalIndexOf(java.lang.String str, + java.lang.String searchStr, + int ordinal) + +
    +          Finds the n-th index within a String, handling null.
    +static java.lang.Stringoverlay(java.lang.String str, + java.lang.String overlay, + int start, + int end) + +
    +          Overlays part of a String with another String.
    +static java.lang.StringoverlayString(java.lang.String text, + java.lang.String overlay, + int start, + int end) + +
    +          Deprecated. Use better named overlay(String, String, int, int) instead. + Method will be removed in Commons Lang 3.0.
    +static java.lang.Stringprechomp(java.lang.String str, + java.lang.String sep) + +
    +          Deprecated. Use substringAfter(String,String) instead. + Method will be removed in Commons Lang 3.0.
    +static java.lang.Stringremove(java.lang.String str, + char remove) + +
    +          Removes all occurrences of a character from within the source string.
    +static java.lang.Stringremove(java.lang.String str, + java.lang.String remove) + +
    +          Removes all occurrences of a substring from within the source string.
    +static java.lang.StringremoveEnd(java.lang.String str, + java.lang.String remove) + +
    +          Removes a substring only if it is at the end of a source string, + otherwise returns the source string.
    +static java.lang.StringremoveEndIgnoreCase(java.lang.String str, + java.lang.String remove) + +
    +          Case insensitive removal of a substring if it is at the end of a source string, + otherwise returns the source string.
    +static java.lang.StringremoveStart(java.lang.String str, + java.lang.String remove) + +
    +          Removes a substring only if it is at the begining of a source string, + otherwise returns the source string.
    +static java.lang.StringremoveStartIgnoreCase(java.lang.String str, + java.lang.String remove) + +
    +          Case insensitive removal of a substring if it is at the begining of a source string, + otherwise returns the source string.
    +static java.lang.Stringrepeat(java.lang.String str, + int repeat) + +
    +          Repeat a String repeat times to form a + new String.
    +static java.lang.Stringreplace(java.lang.String text, + java.lang.String searchString, + java.lang.String replacement) + +
    +          Replaces all occurrences of a String within another String.
    +static java.lang.Stringreplace(java.lang.String text, + java.lang.String searchString, + java.lang.String replacement, + int max) + +
    +          Replaces a String with another String inside a larger String, + for the first max values of the search String.
    +static java.lang.StringreplaceChars(java.lang.String str, + char searchChar, + char replaceChar) + +
    +          Replaces all occurrences of a character in a String with another.
    +static java.lang.StringreplaceChars(java.lang.String str, + java.lang.String searchChars, + java.lang.String replaceChars) + +
    +          Replaces multiple characters in a String in one go.
    +static java.lang.StringreplaceEach(java.lang.String text, + java.lang.String[] searchList, + java.lang.String[] replacementList) + +
    +           + Replaces all occurrences of Strings within another String.
    +static java.lang.StringreplaceEachRepeatedly(java.lang.String text, + java.lang.String[] searchList, + java.lang.String[] replacementList) + +
    +           + Replaces all occurrences of Strings within another String.
    +static java.lang.StringreplaceOnce(java.lang.String text, + java.lang.String searchString, + java.lang.String replacement) + +
    +          Replaces a String with another String inside a larger String, once.
    +static java.lang.Stringreverse(java.lang.String str) + +
    +          Reverses a String as per StringBuffer.reverse().
    +static java.lang.StringreverseDelimited(java.lang.String str, + char separatorChar) + +
    +          Reverses a String that is delimited by a specific character.
    +static java.lang.StringreverseDelimitedString(java.lang.String str, + java.lang.String separatorChars) + +
    +          Deprecated. Use reverseDelimited(String, char) instead. + This method is broken as the join doesn't know which char to use. + Method will be removed in Commons Lang 3.0.
    +static java.lang.Stringright(java.lang.String str, + int len) + +
    +          Gets the rightmost len characters of a String.
    +static java.lang.StringrightPad(java.lang.String str, + int size) + +
    +          Right pad a String with spaces (' ').
    +static java.lang.StringrightPad(java.lang.String str, + int size, + char padChar) + +
    +          Right pad a String with a specified character.
    +static java.lang.StringrightPad(java.lang.String str, + int size, + java.lang.String padStr) + +
    +          Right pad a String with a specified String.
    +static java.lang.String[]split(java.lang.String str) + +
    +          Splits the provided text into an array, using whitespace as the + separator.
    +static java.lang.String[]split(java.lang.String str, + char separatorChar) + +
    +          Splits the provided text into an array, separator specified.
    +static java.lang.String[]split(java.lang.String str, + java.lang.String separatorChars) + +
    +          Splits the provided text into an array, separators specified.
    +static java.lang.String[]split(java.lang.String str, + java.lang.String separatorChars, + int max) + +
    +          Splits the provided text into an array with a maximum length, + separators specified.
    +static java.lang.String[]splitByCharacterType(java.lang.String str) + +
    +          Splits a String by Character type as returned by + java.lang.Character.getType(char).
    +static java.lang.String[]splitByCharacterTypeCamelCase(java.lang.String str) + +
    +          Splits a String by Character type as returned by + java.lang.Character.getType(char).
    +static java.lang.String[]splitByWholeSeparator(java.lang.String str, + java.lang.String separator) + +
    +          Splits the provided text into an array, separator string specified.
    +static java.lang.String[]splitByWholeSeparator(java.lang.String str, + java.lang.String separator, + int max) + +
    +          Splits the provided text into an array, separator string specified.
    +static java.lang.String[]splitByWholeSeparatorPreserveAllTokens(java.lang.String str, + java.lang.String separator) + +
    +          Splits the provided text into an array, separator string specified.
    +static java.lang.String[]splitByWholeSeparatorPreserveAllTokens(java.lang.String str, + java.lang.String separator, + int max) + +
    +          Splits the provided text into an array, separator string specified.
    +static java.lang.String[]splitPreserveAllTokens(java.lang.String str) + +
    +          Splits the provided text into an array, using whitespace as the + separator, preserving all tokens, including empty tokens created by + adjacent separators.
    +static java.lang.String[]splitPreserveAllTokens(java.lang.String str, + char separatorChar) + +
    +          Splits the provided text into an array, separator specified, + preserving all tokens, including empty tokens created by adjacent + separators.
    +static java.lang.String[]splitPreserveAllTokens(java.lang.String str, + java.lang.String separatorChars) + +
    +          Splits the provided text into an array, separators specified, + preserving all tokens, including empty tokens created by adjacent + separators.
    +static java.lang.String[]splitPreserveAllTokens(java.lang.String str, + java.lang.String separatorChars, + int max) + +
    +          Splits the provided text into an array with a maximum length, + separators specified, preserving all tokens, including empty tokens + created by adjacent separators.
    +static booleanstartsWith(java.lang.String str, + java.lang.String prefix) + +
    +          Check if a String starts with a specified prefix.
    +static booleanstartsWithIgnoreCase(java.lang.String str, + java.lang.String prefix) + +
    +          Case insensitive check if a String starts with a specified prefix.
    +static java.lang.Stringstrip(java.lang.String str) + +
    +          Strips whitespace from the start and end of a String.
    +static java.lang.Stringstrip(java.lang.String str, + java.lang.String stripChars) + +
    +          Strips any of a set of characters from the start and end of a String.
    +static java.lang.String[]stripAll(java.lang.String[] strs) + +
    +          Strips whitespace from the start and end of every String in an array.
    +static java.lang.String[]stripAll(java.lang.String[] strs, + java.lang.String stripChars) + +
    +          Strips any of a set of characters from the start and end of every + String in an array.
    +static java.lang.StringstripEnd(java.lang.String str, + java.lang.String stripChars) + +
    +          Strips any of a set of characters from the end of a String.
    +static java.lang.StringstripStart(java.lang.String str, + java.lang.String stripChars) + +
    +          Strips any of a set of characters from the start of a String.
    +static java.lang.StringstripToEmpty(java.lang.String str) + +
    +          Strips whitespace from the start and end of a String returning + an empty String if null input.
    +static java.lang.StringstripToNull(java.lang.String str) + +
    +          Strips whitespace from the start and end of a String returning + null if the String is empty ("") after the strip.
    +static java.lang.Stringsubstring(java.lang.String str, + int start) + +
    +          Gets a substring from the specified String avoiding exceptions.
    +static java.lang.Stringsubstring(java.lang.String str, + int start, + int end) + +
    +          Gets a substring from the specified String avoiding exceptions.
    +static java.lang.StringsubstringAfter(java.lang.String str, + java.lang.String separator) + +
    +          Gets the substring after the first occurrence of a separator.
    +static java.lang.StringsubstringAfterLast(java.lang.String str, + java.lang.String separator) + +
    +          Gets the substring after the last occurrence of a separator.
    +static java.lang.StringsubstringBefore(java.lang.String str, + java.lang.String separator) + +
    +          Gets the substring before the first occurrence of a separator.
    +static java.lang.StringsubstringBeforeLast(java.lang.String str, + java.lang.String separator) + +
    +          Gets the substring before the last occurrence of a separator.
    +static java.lang.StringsubstringBetween(java.lang.String str, + java.lang.String tag) + +
    +          Gets the String that is nested in between two instances of the + same String.
    +static java.lang.StringsubstringBetween(java.lang.String str, + java.lang.String open, + java.lang.String close) + +
    +          Gets the String that is nested in between two Strings.
    +static java.lang.String[]substringsBetween(java.lang.String str, + java.lang.String open, + java.lang.String close) + +
    +          Searches a String for substrings delimited by a start and end tag, + returning all matching substrings in an array.
    +static java.lang.StringswapCase(java.lang.String str) + +
    +          Swaps the case of a String changing upper and title case to + lower case, and lower case to upper case.
    +static java.lang.Stringtrim(java.lang.String str) + +
    +          Removes control characters (char <= 32) from both + ends of this String, handling null by returning + null.
    +static java.lang.StringtrimToEmpty(java.lang.String str) + +
    +          Removes control characters (char <= 32) from both + ends of this String returning an empty String ("") if the String + is empty ("") after the trim or if it is null.
    +static java.lang.StringtrimToNull(java.lang.String str) + +
    +          Removes control characters (char <= 32) from both + ends of this String returning null if the String is + empty ("") after the trim or if it is null.
    +static java.lang.Stringuncapitalise(java.lang.String str) + +
    +          Deprecated. Use the standardly named uncapitalize(String). + Method will be removed in Commons Lang 3.0.
    +static java.lang.Stringuncapitalize(java.lang.String str) + +
    +          Uncapitalizes a String changing the first letter to title case as + per Character.toLowerCase(char).
    +static java.lang.StringupperCase(java.lang.String str) + +
    +          Converts a String to upper case as per String.toUpperCase().
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +EMPTY

    +
    +public static final java.lang.String EMPTY
    +
    +
    The empty String "". +

    +

    +
    Since:
    +
    2.0
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +INDEX_NOT_FOUND

    +
    +public static final int INDEX_NOT_FOUND
    +
    +
    Represents a failed index search. +

    +

    +
    Since:
    +
    2.1
    +
    See Also:
    Constant Field Values
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +StringUtils

    +
    +public StringUtils()
    +
    +

    StringUtils instances should NOT be constructed in + standard programming. Instead, the class should be used as + StringUtils.trim(" foo ");.

    + +

    This constructor is public to permit tools that require a JavaBean + instance to operate.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +isEmpty

    +
    +public static boolean isEmpty(java.lang.String str)
    +
    +

    Checks if a String is empty ("") or null.

    + +
    + StringUtils.isEmpty(null)      = true
    + StringUtils.isEmpty("")        = true
    + StringUtils.isEmpty(" ")       = false
    + StringUtils.isEmpty("bob")     = false
    + StringUtils.isEmpty("  bob  ") = false
    + 
    + +

    NOTE: This method changed in Lang version 2.0. + It no longer trims the String. + That functionality is available in isBlank().

    +

    +

    +
    Parameters:
    str - the String to check, may be null +
    Returns:
    true if the String is empty or null
    +
    +
    +
    + +

    +isNotEmpty

    +
    +public static boolean isNotEmpty(java.lang.String str)
    +
    +

    Checks if a String is not empty ("") and not null.

    + +
    + StringUtils.isNotEmpty(null)      = false
    + StringUtils.isNotEmpty("")        = false
    + StringUtils.isNotEmpty(" ")       = true
    + StringUtils.isNotEmpty("bob")     = true
    + StringUtils.isNotEmpty("  bob  ") = true
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null +
    Returns:
    true if the String is not empty and not null
    +
    +
    +
    + +

    +isBlank

    +
    +public static boolean isBlank(java.lang.String str)
    +
    +

    Checks if a String is whitespace, empty ("") or null.

    + +
    + StringUtils.isBlank(null)      = true
    + StringUtils.isBlank("")        = true
    + StringUtils.isBlank(" ")       = true
    + StringUtils.isBlank("bob")     = false
    + StringUtils.isBlank("  bob  ") = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null +
    Returns:
    true if the String is null, empty or whitespace
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +isNotBlank

    +
    +public static boolean isNotBlank(java.lang.String str)
    +
    +

    Checks if a String is not empty (""), not null and not whitespace only.

    + +
    + StringUtils.isNotBlank(null)      = false
    + StringUtils.isNotBlank("")        = false
    + StringUtils.isNotBlank(" ")       = false
    + StringUtils.isNotBlank("bob")     = true
    + StringUtils.isNotBlank("  bob  ") = true
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null +
    Returns:
    true if the String is + not empty and not null and not whitespace
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +clean

    +
    +public static java.lang.String clean(java.lang.String str)
    +
    +
    Deprecated. Use the clearer named trimToEmpty(String). + Method will be removed in Commons Lang 3.0. +

    +

    Removes control characters (char <= 32) from both + ends of this String, handling null by returning + an empty String ("").

    + +
    + StringUtils.clean(null)          = ""
    + StringUtils.clean("")            = ""
    + StringUtils.clean("abc")         = "abc"
    + StringUtils.clean("    abc    ") = "abc"
    + StringUtils.clean("     ")       = ""
    + 
    +

    +

    +
    Parameters:
    str - the String to clean, may be null +
    Returns:
    the trimmed text, never null
    See Also:
    String.trim()
    +
    +
    +
    + +

    +trim

    +
    +public static java.lang.String trim(java.lang.String str)
    +
    +

    Removes control characters (char <= 32) from both + ends of this String, handling null by returning + null.

    + +

    The String is trimmed using String.trim(). + Trim removes start and end characters <= 32. + To strip whitespace use strip(String).

    + +

    To trim your choice of characters, use the + strip(String, String) methods.

    + +
    + StringUtils.trim(null)          = null
    + StringUtils.trim("")            = ""
    + StringUtils.trim("     ")       = ""
    + StringUtils.trim("abc")         = "abc"
    + StringUtils.trim("    abc    ") = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the String to be trimmed, may be null +
    Returns:
    the trimmed string, null if null String input
    +
    +
    +
    + +

    +trimToNull

    +
    +public static java.lang.String trimToNull(java.lang.String str)
    +
    +

    Removes control characters (char <= 32) from both + ends of this String returning null if the String is + empty ("") after the trim or if it is null. + +

    The String is trimmed using String.trim(). + Trim removes start and end characters <= 32. + To strip whitespace use stripToNull(String).

    + +
    + StringUtils.trimToNull(null)          = null
    + StringUtils.trimToNull("")            = null
    + StringUtils.trimToNull("     ")       = null
    + StringUtils.trimToNull("abc")         = "abc"
    + StringUtils.trimToNull("    abc    ") = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the String to be trimmed, may be null +
    Returns:
    the trimmed String, + null if only chars <= 32, empty or null String input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +trimToEmpty

    +
    +public static java.lang.String trimToEmpty(java.lang.String str)
    +
    +

    Removes control characters (char <= 32) from both + ends of this String returning an empty String ("") if the String + is empty ("") after the trim or if it is null. + +

    The String is trimmed using String.trim(). + Trim removes start and end characters <= 32. + To strip whitespace use stripToEmpty(String).

    + +
    + StringUtils.trimToEmpty(null)          = ""
    + StringUtils.trimToEmpty("")            = ""
    + StringUtils.trimToEmpty("     ")       = ""
    + StringUtils.trimToEmpty("abc")         = "abc"
    + StringUtils.trimToEmpty("    abc    ") = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the String to be trimmed, may be null +
    Returns:
    the trimmed String, or an empty String if null input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +strip

    +
    +public static java.lang.String strip(java.lang.String str)
    +
    +

    Strips whitespace from the start and end of a String.

    + +

    This is similar to trim(String) but removes whitespace. + Whitespace is defined by Character.isWhitespace(char).

    + +

    A null input String returns null.

    + +
    + StringUtils.strip(null)     = null
    + StringUtils.strip("")       = ""
    + StringUtils.strip("   ")    = ""
    + StringUtils.strip("abc")    = "abc"
    + StringUtils.strip("  abc")  = "abc"
    + StringUtils.strip("abc  ")  = "abc"
    + StringUtils.strip(" abc ")  = "abc"
    + StringUtils.strip(" ab c ") = "ab c"
    + 
    +

    +

    +
    Parameters:
    str - the String to remove whitespace from, may be null +
    Returns:
    the stripped String, null if null String input
    +
    +
    +
    + +

    +stripToNull

    +
    +public static java.lang.String stripToNull(java.lang.String str)
    +
    +

    Strips whitespace from the start and end of a String returning + null if the String is empty ("") after the strip.

    + +

    This is similar to trimToNull(String) but removes whitespace. + Whitespace is defined by Character.isWhitespace(char).

    + +
    + StringUtils.stripToNull(null)     = null
    + StringUtils.stripToNull("")       = null
    + StringUtils.stripToNull("   ")    = null
    + StringUtils.stripToNull("abc")    = "abc"
    + StringUtils.stripToNull("  abc")  = "abc"
    + StringUtils.stripToNull("abc  ")  = "abc"
    + StringUtils.stripToNull(" abc ")  = "abc"
    + StringUtils.stripToNull(" ab c ") = "ab c"
    + 
    +

    +

    +
    Parameters:
    str - the String to be stripped, may be null +
    Returns:
    the stripped String, + null if whitespace, empty or null String input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +stripToEmpty

    +
    +public static java.lang.String stripToEmpty(java.lang.String str)
    +
    +

    Strips whitespace from the start and end of a String returning + an empty String if null input.

    + +

    This is similar to trimToEmpty(String) but removes whitespace. + Whitespace is defined by Character.isWhitespace(char).

    + +
    + StringUtils.stripToEmpty(null)     = ""
    + StringUtils.stripToEmpty("")       = ""
    + StringUtils.stripToEmpty("   ")    = ""
    + StringUtils.stripToEmpty("abc")    = "abc"
    + StringUtils.stripToEmpty("  abc")  = "abc"
    + StringUtils.stripToEmpty("abc  ")  = "abc"
    + StringUtils.stripToEmpty(" abc ")  = "abc"
    + StringUtils.stripToEmpty(" ab c ") = "ab c"
    + 
    +

    +

    +
    Parameters:
    str - the String to be stripped, may be null +
    Returns:
    the trimmed String, or an empty String if null input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +strip

    +
    +public static java.lang.String strip(java.lang.String str,
    +                                     java.lang.String stripChars)
    +
    +

    Strips any of a set of characters from the start and end of a String. + This is similar to String.trim() but allows the characters + to be stripped to be controlled.

    + +

    A null input String returns null. + An empty string ("") input returns the empty string.

    + +

    If the stripChars String is null, whitespace is + stripped as defined by Character.isWhitespace(char). + Alternatively use strip(String).

    + +
    + StringUtils.strip(null, *)          = null
    + StringUtils.strip("", *)            = ""
    + StringUtils.strip("abc", null)      = "abc"
    + StringUtils.strip("  abc", null)    = "abc"
    + StringUtils.strip("abc  ", null)    = "abc"
    + StringUtils.strip(" abc ", null)    = "abc"
    + StringUtils.strip("  abcyx", "xyz") = "  abc"
    + 
    +

    +

    +
    Parameters:
    str - the String to remove characters from, may be null
    stripChars - the characters to remove, null treated as whitespace +
    Returns:
    the stripped String, null if null String input
    +
    +
    +
    + +

    +stripStart

    +
    +public static java.lang.String stripStart(java.lang.String str,
    +                                          java.lang.String stripChars)
    +
    +

    Strips any of a set of characters from the start of a String.

    + +

    A null input String returns null. + An empty string ("") input returns the empty string.

    + +

    If the stripChars String is null, whitespace is + stripped as defined by Character.isWhitespace(char).

    + +
    + StringUtils.stripStart(null, *)          = null
    + StringUtils.stripStart("", *)            = ""
    + StringUtils.stripStart("abc", "")        = "abc"
    + StringUtils.stripStart("abc", null)      = "abc"
    + StringUtils.stripStart("  abc", null)    = "abc"
    + StringUtils.stripStart("abc  ", null)    = "abc  "
    + StringUtils.stripStart(" abc ", null)    = "abc "
    + StringUtils.stripStart("yxabc  ", "xyz") = "abc  "
    + 
    +

    +

    +
    Parameters:
    str - the String to remove characters from, may be null
    stripChars - the characters to remove, null treated as whitespace +
    Returns:
    the stripped String, null if null String input
    +
    +
    +
    + +

    +stripEnd

    +
    +public static java.lang.String stripEnd(java.lang.String str,
    +                                        java.lang.String stripChars)
    +
    +

    Strips any of a set of characters from the end of a String.

    + +

    A null input String returns null. + An empty string ("") input returns the empty string.

    + +

    If the stripChars String is null, whitespace is + stripped as defined by Character.isWhitespace(char).

    + +
    + StringUtils.stripEnd(null, *)          = null
    + StringUtils.stripEnd("", *)            = ""
    + StringUtils.stripEnd("abc", "")        = "abc"
    + StringUtils.stripEnd("abc", null)      = "abc"
    + StringUtils.stripEnd("  abc", null)    = "  abc"
    + StringUtils.stripEnd("abc  ", null)    = "abc"
    + StringUtils.stripEnd(" abc ", null)    = " abc"
    + StringUtils.stripEnd("  abcyx", "xyz") = "  abc"
    + 
    +

    +

    +
    Parameters:
    str - the String to remove characters from, may be null
    stripChars - the characters to remove, null treated as whitespace +
    Returns:
    the stripped String, null if null String input
    +
    +
    +
    + +

    +stripAll

    +
    +public static java.lang.String[] stripAll(java.lang.String[] strs)
    +
    +

    Strips whitespace from the start and end of every String in an array. + Whitespace is defined by Character.isWhitespace(char).

    + +

    A new array is returned each time, except for length zero. + A null array will return null. + An empty array will return itself. + A null array entry will be ignored.

    + +
    + StringUtils.stripAll(null)             = null
    + StringUtils.stripAll([])               = []
    + StringUtils.stripAll(["abc", "  abc"]) = ["abc", "abc"]
    + StringUtils.stripAll(["abc  ", null])  = ["abc", null]
    + 
    +

    +

    +
    Parameters:
    strs - the array to remove whitespace from, may be null +
    Returns:
    the stripped Strings, null if null array input
    +
    +
    +
    + +

    +stripAll

    +
    +public static java.lang.String[] stripAll(java.lang.String[] strs,
    +                                          java.lang.String stripChars)
    +
    +

    Strips any of a set of characters from the start and end of every + String in an array.

    + Whitespace is defined by Character.isWhitespace(char).

    + +

    A new array is returned each time, except for length zero. + A null array will return null. + An empty array will return itself. + A null array entry will be ignored. + A null stripChars will strip whitespace as defined by + Character.isWhitespace(char).

    + +
    + StringUtils.stripAll(null, *)                = null
    + StringUtils.stripAll([], *)                  = []
    + StringUtils.stripAll(["abc", "  abc"], null) = ["abc", "abc"]
    + StringUtils.stripAll(["abc  ", null], null)  = ["abc", null]
    + StringUtils.stripAll(["abc  ", null], "yz")  = ["abc  ", null]
    + StringUtils.stripAll(["yabcz", null], "yz")  = ["abc", null]
    + 
    +

    +

    +
    Parameters:
    strs - the array to remove characters from, may be null
    stripChars - the characters to remove, null treated as whitespace +
    Returns:
    the stripped Strings, null if null array input
    +
    +
    +
    + +

    +equals

    +
    +public static boolean equals(java.lang.String str1,
    +                             java.lang.String str2)
    +
    +

    Compares two Strings, returning true if they are equal.

    + +

    nulls are handled without exceptions. Two null + references are considered to be equal. The comparison is case sensitive.

    + +
    + StringUtils.equals(null, null)   = true
    + StringUtils.equals(null, "abc")  = false
    + StringUtils.equals("abc", null)  = false
    + StringUtils.equals("abc", "abc") = true
    + StringUtils.equals("abc", "ABC") = false
    + 
    +

    +

    +
    Parameters:
    str1 - the first String, may be null
    str2 - the second String, may be null +
    Returns:
    true if the Strings are equal, case sensitive, or + both null
    See Also:
    String.equals(Object)
    +
    +
    +
    + +

    +equalsIgnoreCase

    +
    +public static boolean equalsIgnoreCase(java.lang.String str1,
    +                                       java.lang.String str2)
    +
    +

    Compares two Strings, returning true if they are equal ignoring + the case.

    + +

    nulls are handled without exceptions. Two null + references are considered equal. Comparison is case insensitive.

    + +
    + StringUtils.equalsIgnoreCase(null, null)   = true
    + StringUtils.equalsIgnoreCase(null, "abc")  = false
    + StringUtils.equalsIgnoreCase("abc", null)  = false
    + StringUtils.equalsIgnoreCase("abc", "abc") = true
    + StringUtils.equalsIgnoreCase("abc", "ABC") = true
    + 
    +

    +

    +
    Parameters:
    str1 - the first String, may be null
    str2 - the second String, may be null +
    Returns:
    true if the Strings are equal, case insensitive, or + both null
    See Also:
    String.equalsIgnoreCase(String)
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(java.lang.String str,
    +                          char searchChar)
    +
    +

    Finds the first index within a String, handling null. + This method uses String.indexOf(int).

    + +

    A null or empty ("") String will return -1.

    + +
    + StringUtils.indexOf(null, *)         = -1
    + StringUtils.indexOf("", *)           = -1
    + StringUtils.indexOf("aabaabaa", 'a') = 0
    + StringUtils.indexOf("aabaabaa", 'b') = 2
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchChar - the character to find +
    Returns:
    the first index of the search character, + -1 if no match or null string input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(java.lang.String str,
    +                          char searchChar,
    +                          int startPos)
    +
    +

    Finds the first index within a String from a start position, + handling null. + This method uses String.indexOf(int, int).

    + +

    A null or empty ("") String will return -1. + A negative start position is treated as zero. + A start position greater than the string length returns -1.

    + +
    + StringUtils.indexOf(null, *, *)          = -1
    + StringUtils.indexOf("", *, *)            = -1
    + StringUtils.indexOf("aabaabaa", 'b', 0)  = 2
    + StringUtils.indexOf("aabaabaa", 'b', 3)  = 5
    + StringUtils.indexOf("aabaabaa", 'b', 9)  = -1
    + StringUtils.indexOf("aabaabaa", 'b', -1) = 2
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchChar - the character to find
    startPos - the start position, negative treated as zero +
    Returns:
    the first index of the search character, + -1 if no match or null string input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(java.lang.String str,
    +                          java.lang.String searchStr)
    +
    +

    Finds the first index within a String, handling null. + This method uses String.indexOf(String).

    + +

    A null String will return -1.

    + +
    + StringUtils.indexOf(null, *)          = -1
    + StringUtils.indexOf(*, null)          = -1
    + StringUtils.indexOf("", "")           = 0
    + StringUtils.indexOf("aabaabaa", "a")  = 0
    + StringUtils.indexOf("aabaabaa", "b")  = 2
    + StringUtils.indexOf("aabaabaa", "ab") = 1
    + StringUtils.indexOf("aabaabaa", "")   = 0
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchStr - the String to find, may be null +
    Returns:
    the first index of the search String, + -1 if no match or null string input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +ordinalIndexOf

    +
    +public static int ordinalIndexOf(java.lang.String str,
    +                                 java.lang.String searchStr,
    +                                 int ordinal)
    +
    +

    Finds the n-th index within a String, handling null. + This method uses String.indexOf(String).

    + +

    A null String will return -1.

    + +
    + StringUtils.ordinalIndexOf(null, *, *)          = -1
    + StringUtils.ordinalIndexOf(*, null, *)          = -1
    + StringUtils.ordinalIndexOf("", "", *)           = 0
    + StringUtils.ordinalIndexOf("aabaabaa", "a", 1)  = 0
    + StringUtils.ordinalIndexOf("aabaabaa", "a", 2)  = 1
    + StringUtils.ordinalIndexOf("aabaabaa", "b", 1)  = 2
    + StringUtils.ordinalIndexOf("aabaabaa", "b", 2)  = 5
    + StringUtils.ordinalIndexOf("aabaabaa", "ab", 1) = 1
    + StringUtils.ordinalIndexOf("aabaabaa", "ab", 2) = 4
    + StringUtils.ordinalIndexOf("aabaabaa", "", 1)   = 0
    + StringUtils.ordinalIndexOf("aabaabaa", "", 2)   = 0
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchStr - the String to find, may be null
    ordinal - the n-th searchStr to find +
    Returns:
    the n-th index of the search String, + -1 (INDEX_NOT_FOUND) if no match or null string input
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +indexOf

    +
    +public static int indexOf(java.lang.String str,
    +                          java.lang.String searchStr,
    +                          int startPos)
    +
    +

    Finds the first index within a String, handling null. + This method uses String.indexOf(String, int).

    + +

    A null String will return -1. + A negative start position is treated as zero. + An empty ("") search String always matches. + A start position greater than the string length only matches + an empty search String.

    + +
    + StringUtils.indexOf(null, *, *)          = -1
    + StringUtils.indexOf(*, null, *)          = -1
    + StringUtils.indexOf("", "", 0)           = 0
    + StringUtils.indexOf("aabaabaa", "a", 0)  = 0
    + StringUtils.indexOf("aabaabaa", "b", 0)  = 2
    + StringUtils.indexOf("aabaabaa", "ab", 0) = 1
    + StringUtils.indexOf("aabaabaa", "b", 3)  = 5
    + StringUtils.indexOf("aabaabaa", "b", 9)  = -1
    + StringUtils.indexOf("aabaabaa", "b", -1) = 2
    + StringUtils.indexOf("aabaabaa", "", 2)   = 2
    + StringUtils.indexOf("abc", "", 9)        = 3
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchStr - the String to find, may be null
    startPos - the start position, negative treated as zero +
    Returns:
    the first index of the search String, + -1 if no match or null string input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(java.lang.String str,
    +                              char searchChar)
    +
    +

    Finds the last index within a String, handling null. + This method uses String.lastIndexOf(int).

    + +

    A null or empty ("") String will return -1.

    + +
    + StringUtils.lastIndexOf(null, *)         = -1
    + StringUtils.lastIndexOf("", *)           = -1
    + StringUtils.lastIndexOf("aabaabaa", 'a') = 7
    + StringUtils.lastIndexOf("aabaabaa", 'b') = 5
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchChar - the character to find +
    Returns:
    the last index of the search character, + -1 if no match or null string input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(java.lang.String str,
    +                              char searchChar,
    +                              int startPos)
    +
    +

    Finds the last index within a String from a start position, + handling null. + This method uses String.lastIndexOf(int, int).

    + +

    A null or empty ("") String will return -1. + A negative start position returns -1. + A start position greater than the string length searches the whole string.

    + +
    + StringUtils.lastIndexOf(null, *, *)          = -1
    + StringUtils.lastIndexOf("", *,  *)           = -1
    + StringUtils.lastIndexOf("aabaabaa", 'b', 8)  = 5
    + StringUtils.lastIndexOf("aabaabaa", 'b', 4)  = 2
    + StringUtils.lastIndexOf("aabaabaa", 'b', 0)  = -1
    + StringUtils.lastIndexOf("aabaabaa", 'b', 9)  = 5
    + StringUtils.lastIndexOf("aabaabaa", 'b', -1) = -1
    + StringUtils.lastIndexOf("aabaabaa", 'a', 0)  = 0
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchChar - the character to find
    startPos - the start position +
    Returns:
    the last index of the search character, + -1 if no match or null string input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(java.lang.String str,
    +                              java.lang.String searchStr)
    +
    +

    Finds the last index within a String, handling null. + This method uses String.lastIndexOf(String).

    + +

    A null String will return -1.

    + +
    + StringUtils.lastIndexOf(null, *)          = -1
    + StringUtils.lastIndexOf(*, null)          = -1
    + StringUtils.lastIndexOf("", "")           = 0
    + StringUtils.lastIndexOf("aabaabaa", "a")  = 0
    + StringUtils.lastIndexOf("aabaabaa", "b")  = 2
    + StringUtils.lastIndexOf("aabaabaa", "ab") = 1
    + StringUtils.lastIndexOf("aabaabaa", "")   = 8
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchStr - the String to find, may be null +
    Returns:
    the last index of the search String, + -1 if no match or null string input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public static int lastIndexOf(java.lang.String str,
    +                              java.lang.String searchStr,
    +                              int startPos)
    +
    +

    Finds the first index within a String, handling null. + This method uses String.lastIndexOf(String, int).

    + +

    A null String will return -1. + A negative start position returns -1. + An empty ("") search String always matches unless the start position is negative. + A start position greater than the string length searches the whole string.

    + +
    + StringUtils.lastIndexOf(null, *, *)          = -1
    + StringUtils.lastIndexOf(*, null, *)          = -1
    + StringUtils.lastIndexOf("aabaabaa", "a", 8)  = 7
    + StringUtils.lastIndexOf("aabaabaa", "b", 8)  = 5
    + StringUtils.lastIndexOf("aabaabaa", "ab", 8) = 4
    + StringUtils.lastIndexOf("aabaabaa", "b", 9)  = 5
    + StringUtils.lastIndexOf("aabaabaa", "b", -1) = -1
    + StringUtils.lastIndexOf("aabaabaa", "a", 0)  = 0
    + StringUtils.lastIndexOf("aabaabaa", "b", 0)  = -1
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchStr - the String to find, may be null
    startPos - the start position, negative treated as zero +
    Returns:
    the first index of the search String, + -1 if no match or null string input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +contains

    +
    +public static boolean contains(java.lang.String str,
    +                               char searchChar)
    +
    +

    Checks if String contains a search character, handling null. + This method uses String.indexOf(int).

    + +

    A null or empty ("") String will return false.

    + +
    + StringUtils.contains(null, *)    = false
    + StringUtils.contains("", *)      = false
    + StringUtils.contains("abc", 'a') = true
    + StringUtils.contains("abc", 'z') = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchChar - the character to find +
    Returns:
    true if the String contains the search character, + false if not or null string input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +contains

    +
    +public static boolean contains(java.lang.String str,
    +                               java.lang.String searchStr)
    +
    +

    Checks if String contains a search String, handling null. + This method uses String.indexOf(String).

    + +

    A null String will return false.

    + +
    + StringUtils.contains(null, *)     = false
    + StringUtils.contains(*, null)     = false
    + StringUtils.contains("", "")      = true
    + StringUtils.contains("abc", "")   = true
    + StringUtils.contains("abc", "a")  = true
    + StringUtils.contains("abc", "z")  = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchStr - the String to find, may be null +
    Returns:
    true if the String contains the search String, + false if not or null string input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +containsIgnoreCase

    +
    +public static boolean containsIgnoreCase(java.lang.String str,
    +                                         java.lang.String searchStr)
    +
    +

    Checks if String contains a search String irrespective of case, + handling null. This method uses + contains(String, String).

    + +

    A null String will return false.

    + +
    + StringUtils.contains(null, *) = false
    + StringUtils.contains(*, null) = false
    + StringUtils.contains("", "") = true
    + StringUtils.contains("abc", "") = true
    + StringUtils.contains("abc", "a") = true
    + StringUtils.contains("abc", "z") = false
    + StringUtils.contains("abc", "A") = true
    + StringUtils.contains("abc", "Z") = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchStr - the String to find, may be null +
    Returns:
    true if the String contains the search String irrespective of + case or false if not or null string input
    +
    +
    +
    + +

    +indexOfAny

    +
    +public static int indexOfAny(java.lang.String str,
    +                             char[] searchChars)
    +
    +

    Search a String to find the first index of any + character in the given set of characters.

    + +

    A null String will return -1. + A null or zero length search array will return -1.

    + +
    + StringUtils.indexOfAny(null, *)                = -1
    + StringUtils.indexOfAny("", *)                  = -1
    + StringUtils.indexOfAny(*, null)                = -1
    + StringUtils.indexOfAny(*, [])                  = -1
    + StringUtils.indexOfAny("zzabyycdxx",['z','a']) = 0
    + StringUtils.indexOfAny("zzabyycdxx",['b','y']) = 3
    + StringUtils.indexOfAny("aba", ['z'])           = -1
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchChars - the chars to search for, may be null +
    Returns:
    the index of any of the chars, -1 if no match or null input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +indexOfAny

    +
    +public static int indexOfAny(java.lang.String str,
    +                             java.lang.String searchChars)
    +
    +

    Search a String to find the first index of any + character in the given set of characters.

    + +

    A null String will return -1. + A null search string will return -1.

    + +
    + StringUtils.indexOfAny(null, *)            = -1
    + StringUtils.indexOfAny("", *)              = -1
    + StringUtils.indexOfAny(*, null)            = -1
    + StringUtils.indexOfAny(*, "")              = -1
    + StringUtils.indexOfAny("zzabyycdxx", "za") = 0
    + StringUtils.indexOfAny("zzabyycdxx", "by") = 3
    + StringUtils.indexOfAny("aba","z")          = -1
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchChars - the chars to search for, may be null +
    Returns:
    the index of any of the chars, -1 if no match or null input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +containsAny

    +
    +public static boolean containsAny(java.lang.String str,
    +                                  char[] searchChars)
    +
    +

    Checks if the String contains any character in the given + set of characters.

    + +

    A null String will return false. + A null or zero length search array will return false.

    + +
    + StringUtils.containsAny(null, *)                = false
    + StringUtils.containsAny("", *)                  = false
    + StringUtils.containsAny(*, null)                = false
    + StringUtils.containsAny(*, [])                  = false
    + StringUtils.containsAny("zzabyycdxx",['z','a']) = true
    + StringUtils.containsAny("zzabyycdxx",['b','y']) = true
    + StringUtils.containsAny("aba", ['z'])           = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchChars - the chars to search for, may be null +
    Returns:
    the true if any of the chars are found, + false if no match or null input
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +containsAny

    +
    +public static boolean containsAny(java.lang.String str,
    +                                  java.lang.String searchChars)
    +
    +

    + Checks if the String contains any character in the given set of characters. +

    + +

    + A null String will return false. A null search string will return + false. +

    + +
    + StringUtils.containsAny(null, *)            = false
    + StringUtils.containsAny("", *)              = false
    + StringUtils.containsAny(*, null)            = false
    + StringUtils.containsAny(*, "")              = false
    + StringUtils.containsAny("zzabyycdxx", "za") = true
    + StringUtils.containsAny("zzabyycdxx", "by") = true
    + StringUtils.containsAny("aba","z")          = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchChars - the chars to search for, may be null +
    Returns:
    the true if any of the chars are found, false if no match or null input
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +indexOfAnyBut

    +
    +public static int indexOfAnyBut(java.lang.String str,
    +                                char[] searchChars)
    +
    +

    Search a String to find the first index of any + character not in the given set of characters.

    + +

    A null String will return -1. + A null or zero length search array will return -1.

    + +
    + StringUtils.indexOfAnyBut(null, *)           = -1
    + StringUtils.indexOfAnyBut("", *)             = -1
    + StringUtils.indexOfAnyBut(*, null)           = -1
    + StringUtils.indexOfAnyBut(*, [])             = -1
    + StringUtils.indexOfAnyBut("zzabyycdxx",'za') = 3
    + StringUtils.indexOfAnyBut("zzabyycdxx", '')  = 0
    + StringUtils.indexOfAnyBut("aba", 'ab')       = -1
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchChars - the chars to search for, may be null +
    Returns:
    the index of any of the chars, -1 if no match or null input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +indexOfAnyBut

    +
    +public static int indexOfAnyBut(java.lang.String str,
    +                                java.lang.String searchChars)
    +
    +

    Search a String to find the first index of any + character not in the given set of characters.

    + +

    A null String will return -1. + A null search string will return -1.

    + +
    + StringUtils.indexOfAnyBut(null, *)            = -1
    + StringUtils.indexOfAnyBut("", *)              = -1
    + StringUtils.indexOfAnyBut(*, null)            = -1
    + StringUtils.indexOfAnyBut(*, "")              = -1
    + StringUtils.indexOfAnyBut("zzabyycdxx", "za") = 3
    + StringUtils.indexOfAnyBut("zzabyycdxx", "")   = 0
    + StringUtils.indexOfAnyBut("aba","ab")         = -1
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchChars - the chars to search for, may be null +
    Returns:
    the index of any of the chars, -1 if no match or null input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +containsOnly

    +
    +public static boolean containsOnly(java.lang.String str,
    +                                   char[] valid)
    +
    +

    Checks if the String contains only certain characters.

    + +

    A null String will return false. + A null valid character array will return false. + An empty String ("") always returns true.

    + +
    + StringUtils.containsOnly(null, *)       = false
    + StringUtils.containsOnly(*, null)       = false
    + StringUtils.containsOnly("", *)         = true
    + StringUtils.containsOnly("ab", '')      = false
    + StringUtils.containsOnly("abab", 'abc') = true
    + StringUtils.containsOnly("ab1", 'abc')  = false
    + StringUtils.containsOnly("abz", 'abc')  = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    valid - an array of valid chars, may be null +
    Returns:
    true if it only contains valid chars and is non-null
    +
    +
    +
    + +

    +containsOnly

    +
    +public static boolean containsOnly(java.lang.String str,
    +                                   java.lang.String validChars)
    +
    +

    Checks if the String contains only certain characters.

    + +

    A null String will return false. + A null valid character String will return false. + An empty String ("") always returns true.

    + +
    + StringUtils.containsOnly(null, *)       = false
    + StringUtils.containsOnly(*, null)       = false
    + StringUtils.containsOnly("", *)         = true
    + StringUtils.containsOnly("ab", "")      = false
    + StringUtils.containsOnly("abab", "abc") = true
    + StringUtils.containsOnly("ab1", "abc")  = false
    + StringUtils.containsOnly("abz", "abc")  = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    validChars - a String of valid chars, may be null +
    Returns:
    true if it only contains valid chars and is non-null
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +containsNone

    +
    +public static boolean containsNone(java.lang.String str,
    +                                   char[] invalidChars)
    +
    +

    Checks that the String does not contain certain characters.

    + +

    A null String will return true. + A null invalid character array will return true. + An empty String ("") always returns true.

    + +
    + StringUtils.containsNone(null, *)       = true
    + StringUtils.containsNone(*, null)       = true
    + StringUtils.containsNone("", *)         = true
    + StringUtils.containsNone("ab", '')      = true
    + StringUtils.containsNone("abab", 'xyz') = true
    + StringUtils.containsNone("ab1", 'xyz')  = true
    + StringUtils.containsNone("abz", 'xyz')  = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    invalidChars - an array of invalid chars, may be null +
    Returns:
    true if it contains none of the invalid chars, or is null
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +containsNone

    +
    +public static boolean containsNone(java.lang.String str,
    +                                   java.lang.String invalidChars)
    +
    +

    Checks that the String does not contain certain characters.

    + +

    A null String will return true. + A null invalid character array will return true. + An empty String ("") always returns true.

    + +
    + StringUtils.containsNone(null, *)       = true
    + StringUtils.containsNone(*, null)       = true
    + StringUtils.containsNone("", *)         = true
    + StringUtils.containsNone("ab", "")      = true
    + StringUtils.containsNone("abab", "xyz") = true
    + StringUtils.containsNone("ab1", "xyz")  = true
    + StringUtils.containsNone("abz", "xyz")  = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    invalidChars - a String of invalid chars, may be null +
    Returns:
    true if it contains none of the invalid chars, or is null
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +indexOfAny

    +
    +public static int indexOfAny(java.lang.String str,
    +                             java.lang.String[] searchStrs)
    +
    +

    Find the first index of any of a set of potential substrings.

    + +

    A null String will return -1. + A null or zero length search array will return -1. + A null search array entry will be ignored, but a search + array containing "" will return 0 if str is not + null. This method uses String.indexOf(String).

    + +
    + StringUtils.indexOfAny(null, *)                     = -1
    + StringUtils.indexOfAny(*, null)                     = -1
    + StringUtils.indexOfAny(*, [])                       = -1
    + StringUtils.indexOfAny("zzabyycdxx", ["ab","cd"])   = 2
    + StringUtils.indexOfAny("zzabyycdxx", ["cd","ab"])   = 2
    + StringUtils.indexOfAny("zzabyycdxx", ["mn","op"])   = -1
    + StringUtils.indexOfAny("zzabyycdxx", ["zab","aby"]) = 1
    + StringUtils.indexOfAny("zzabyycdxx", [""])          = 0
    + StringUtils.indexOfAny("", [""])                    = 0
    + StringUtils.indexOfAny("", ["a"])                   = -1
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchStrs - the Strings to search for, may be null +
    Returns:
    the first index of any of the searchStrs in str, -1 if no match
    +
    +
    +
    + +

    +lastIndexOfAny

    +
    +public static int lastIndexOfAny(java.lang.String str,
    +                                 java.lang.String[] searchStrs)
    +
    +

    Find the latest index of any of a set of potential substrings.

    + +

    A null String will return -1. + A null search array will return -1. + A null or zero length search array entry will be ignored, + but a search array containing "" will return the length of str + if str is not null. This method uses String.indexOf(String)

    + +
    + StringUtils.lastIndexOfAny(null, *)                   = -1
    + StringUtils.lastIndexOfAny(*, null)                   = -1
    + StringUtils.lastIndexOfAny(*, [])                     = -1
    + StringUtils.lastIndexOfAny(*, [null])                 = -1
    + StringUtils.lastIndexOfAny("zzabyycdxx", ["ab","cd"]) = 6
    + StringUtils.lastIndexOfAny("zzabyycdxx", ["cd","ab"]) = 6
    + StringUtils.lastIndexOfAny("zzabyycdxx", ["mn","op"]) = -1
    + StringUtils.lastIndexOfAny("zzabyycdxx", ["mn","op"]) = -1
    + StringUtils.lastIndexOfAny("zzabyycdxx", ["mn",""])   = 10
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    searchStrs - the Strings to search for, may be null +
    Returns:
    the last index of any of the Strings, -1 if no match
    +
    +
    +
    + +

    +substring

    +
    +public static java.lang.String substring(java.lang.String str,
    +                                         int start)
    +
    +

    Gets a substring from the specified String avoiding exceptions.

    + +

    A negative start position can be used to start n + characters from the end of the String.

    + +

    A null String will return null. + An empty ("") String will return "".

    + +
    + StringUtils.substring(null, *)   = null
    + StringUtils.substring("", *)     = ""
    + StringUtils.substring("abc", 0)  = "abc"
    + StringUtils.substring("abc", 2)  = "c"
    + StringUtils.substring("abc", 4)  = ""
    + StringUtils.substring("abc", -2) = "bc"
    + StringUtils.substring("abc", -4) = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the String to get the substring from, may be null
    start - the position to start from, negative means + count back from the end of the String by this many characters +
    Returns:
    substring from start position, null if null String input
    +
    +
    +
    + +

    +substring

    +
    +public static java.lang.String substring(java.lang.String str,
    +                                         int start,
    +                                         int end)
    +
    +

    Gets a substring from the specified String avoiding exceptions.

    + +

    A negative start position can be used to start/end n + characters from the end of the String.

    + +

    The returned substring starts with the character in the start + position and ends before the end position. All position counting is + zero-based -- i.e., to start at the beginning of the string use + start = 0. Negative start and end positions can be used to + specify offsets relative to the end of the String.

    + +

    If start is not strictly to the left of end, "" + is returned.

    + +
    + StringUtils.substring(null, *, *)    = null
    + StringUtils.substring("", * ,  *)    = "";
    + StringUtils.substring("abc", 0, 2)   = "ab"
    + StringUtils.substring("abc", 2, 0)   = ""
    + StringUtils.substring("abc", 2, 4)   = "c"
    + StringUtils.substring("abc", 4, 6)   = ""
    + StringUtils.substring("abc", 2, 2)   = ""
    + StringUtils.substring("abc", -2, -1) = "b"
    + StringUtils.substring("abc", -4, 2)  = "ab"
    + 
    +

    +

    +
    Parameters:
    str - the String to get the substring from, may be null
    start - the position to start from, negative means + count back from the end of the String by this many characters
    end - the position to end at (exclusive), negative means + count back from the end of the String by this many characters +
    Returns:
    substring from start position to end positon, + null if null String input
    +
    +
    +
    + +

    +left

    +
    +public static java.lang.String left(java.lang.String str,
    +                                    int len)
    +
    +

    Gets the leftmost len characters of a String.

    + +

    If len characters are not available, or the + String is null, the String will be returned without + an exception. An exception is thrown if len is negative.

    + +
    + StringUtils.left(null, *)    = null
    + StringUtils.left(*, -ve)     = ""
    + StringUtils.left("", *)      = ""
    + StringUtils.left("abc", 0)   = ""
    + StringUtils.left("abc", 2)   = "ab"
    + StringUtils.left("abc", 4)   = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the String to get the leftmost characters from, may be null
    len - the length of the required String, must be zero or positive +
    Returns:
    the leftmost characters, null if null String input
    +
    +
    +
    + +

    +right

    +
    +public static java.lang.String right(java.lang.String str,
    +                                     int len)
    +
    +

    Gets the rightmost len characters of a String.

    + +

    If len characters are not available, or the String + is null, the String will be returned without an + an exception. An exception is thrown if len is negative.

    + +
    + StringUtils.right(null, *)    = null
    + StringUtils.right(*, -ve)     = ""
    + StringUtils.right("", *)      = ""
    + StringUtils.right("abc", 0)   = ""
    + StringUtils.right("abc", 2)   = "bc"
    + StringUtils.right("abc", 4)   = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the String to get the rightmost characters from, may be null
    len - the length of the required String, must be zero or positive +
    Returns:
    the rightmost characters, null if null String input
    +
    +
    +
    + +

    +mid

    +
    +public static java.lang.String mid(java.lang.String str,
    +                                   int pos,
    +                                   int len)
    +
    +

    Gets len characters from the middle of a String.

    + +

    If len characters are not available, the remainder + of the String will be returned without an exception. If the + String is null, null will be returned. + An exception is thrown if len is negative.

    + +
    + StringUtils.mid(null, *, *)    = null
    + StringUtils.mid(*, *, -ve)     = ""
    + StringUtils.mid("", 0, *)      = ""
    + StringUtils.mid("abc", 0, 2)   = "ab"
    + StringUtils.mid("abc", 0, 4)   = "abc"
    + StringUtils.mid("abc", 2, 4)   = "c"
    + StringUtils.mid("abc", 4, 2)   = ""
    + StringUtils.mid("abc", -2, 2)  = "ab"
    + 
    +

    +

    +
    Parameters:
    str - the String to get the characters from, may be null
    pos - the position to start from, negative treated as zero
    len - the length of the required String, must be zero or positive +
    Returns:
    the middle characters, null if null String input
    +
    +
    +
    + +

    +substringBefore

    +
    +public static java.lang.String substringBefore(java.lang.String str,
    +                                               java.lang.String separator)
    +
    +

    Gets the substring before the first occurrence of a separator. + The separator is not returned.

    + +

    A null string input will return null. + An empty ("") string input will return the empty string. + A null separator will return the input string.

    + +
    + StringUtils.substringBefore(null, *)      = null
    + StringUtils.substringBefore("", *)        = ""
    + StringUtils.substringBefore("abc", "a")   = ""
    + StringUtils.substringBefore("abcba", "b") = "a"
    + StringUtils.substringBefore("abc", "c")   = "ab"
    + StringUtils.substringBefore("abc", "d")   = "abc"
    + StringUtils.substringBefore("abc", "")    = ""
    + StringUtils.substringBefore("abc", null)  = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the String to get a substring from, may be null
    separator - the String to search for, may be null +
    Returns:
    the substring before the first occurrence of the separator, + null if null String input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +substringAfter

    +
    +public static java.lang.String substringAfter(java.lang.String str,
    +                                              java.lang.String separator)
    +
    +

    Gets the substring after the first occurrence of a separator. + The separator is not returned.

    + +

    A null string input will return null. + An empty ("") string input will return the empty string. + A null separator will return the empty string if the + input string is not null.

    + +
    + StringUtils.substringAfter(null, *)      = null
    + StringUtils.substringAfter("", *)        = ""
    + StringUtils.substringAfter(*, null)      = ""
    + StringUtils.substringAfter("abc", "a")   = "bc"
    + StringUtils.substringAfter("abcba", "b") = "cba"
    + StringUtils.substringAfter("abc", "c")   = ""
    + StringUtils.substringAfter("abc", "d")   = ""
    + StringUtils.substringAfter("abc", "")    = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the String to get a substring from, may be null
    separator - the String to search for, may be null +
    Returns:
    the substring after the first occurrence of the separator, + null if null String input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +substringBeforeLast

    +
    +public static java.lang.String substringBeforeLast(java.lang.String str,
    +                                                   java.lang.String separator)
    +
    +

    Gets the substring before the last occurrence of a separator. + The separator is not returned.

    + +

    A null string input will return null. + An empty ("") string input will return the empty string. + An empty or null separator will return the input string.

    + +
    + StringUtils.substringBeforeLast(null, *)      = null
    + StringUtils.substringBeforeLast("", *)        = ""
    + StringUtils.substringBeforeLast("abcba", "b") = "abc"
    + StringUtils.substringBeforeLast("abc", "c")   = "ab"
    + StringUtils.substringBeforeLast("a", "a")     = ""
    + StringUtils.substringBeforeLast("a", "z")     = "a"
    + StringUtils.substringBeforeLast("a", null)    = "a"
    + StringUtils.substringBeforeLast("a", "")      = "a"
    + 
    +

    +

    +
    Parameters:
    str - the String to get a substring from, may be null
    separator - the String to search for, may be null +
    Returns:
    the substring before the last occurrence of the separator, + null if null String input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +substringAfterLast

    +
    +public static java.lang.String substringAfterLast(java.lang.String str,
    +                                                  java.lang.String separator)
    +
    +

    Gets the substring after the last occurrence of a separator. + The separator is not returned.

    + +

    A null string input will return null. + An empty ("") string input will return the empty string. + An empty or null separator will return the empty string if + the input string is not null.

    + +
    + StringUtils.substringAfterLast(null, *)      = null
    + StringUtils.substringAfterLast("", *)        = ""
    + StringUtils.substringAfterLast(*, "")        = ""
    + StringUtils.substringAfterLast(*, null)      = ""
    + StringUtils.substringAfterLast("abc", "a")   = "bc"
    + StringUtils.substringAfterLast("abcba", "b") = "a"
    + StringUtils.substringAfterLast("abc", "c")   = ""
    + StringUtils.substringAfterLast("a", "a")     = ""
    + StringUtils.substringAfterLast("a", "z")     = ""
    + 
    +

    +

    +
    Parameters:
    str - the String to get a substring from, may be null
    separator - the String to search for, may be null +
    Returns:
    the substring after the last occurrence of the separator, + null if null String input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +substringBetween

    +
    +public static java.lang.String substringBetween(java.lang.String str,
    +                                                java.lang.String tag)
    +
    +

    Gets the String that is nested in between two instances of the + same String.

    + +

    A null input String returns null. + A null tag returns null.

    + +
    + StringUtils.substringBetween(null, *)            = null
    + StringUtils.substringBetween("", "")             = ""
    + StringUtils.substringBetween("", "tag")          = null
    + StringUtils.substringBetween("tagabctag", null)  = null
    + StringUtils.substringBetween("tagabctag", "")    = ""
    + StringUtils.substringBetween("tagabctag", "tag") = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the String containing the substring, may be null
    tag - the String before and after the substring, may be null +
    Returns:
    the substring, null if no match
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +substringBetween

    +
    +public static java.lang.String substringBetween(java.lang.String str,
    +                                                java.lang.String open,
    +                                                java.lang.String close)
    +
    +

    Gets the String that is nested in between two Strings. + Only the first match is returned.

    + +

    A null input String returns null. + A null open/close returns null (no match). + An empty ("") open and close returns an empty string.

    + +
    + StringUtils.substringBetween("wx[b]yz", "[", "]") = "b"
    + StringUtils.substringBetween(null, *, *)          = null
    + StringUtils.substringBetween(*, null, *)          = null
    + StringUtils.substringBetween(*, *, null)          = null
    + StringUtils.substringBetween("", "", "")          = ""
    + StringUtils.substringBetween("", "", "]")         = null
    + StringUtils.substringBetween("", "[", "]")        = null
    + StringUtils.substringBetween("yabcz", "", "")     = ""
    + StringUtils.substringBetween("yabcz", "y", "z")   = "abc"
    + StringUtils.substringBetween("yabczyabcz", "y", "z")   = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the String containing the substring, may be null
    open - the String before the substring, may be null
    close - the String after the substring, may be null +
    Returns:
    the substring, null if no match
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +substringsBetween

    +
    +public static java.lang.String[] substringsBetween(java.lang.String str,
    +                                                   java.lang.String open,
    +                                                   java.lang.String close)
    +
    +

    Searches a String for substrings delimited by a start and end tag, + returning all matching substrings in an array.

    + +

    A null input String returns null. + A null open/close returns null (no match). + An empty ("") open/close returns null (no match).

    + +
    + StringUtils.substringsBetween("[a][b][c]", "[", "]") = ["a","b","c"]
    + StringUtils.substringsBetween(null, *, *)            = null
    + StringUtils.substringsBetween(*, null, *)            = null
    + StringUtils.substringsBetween(*, *, null)            = null
    + StringUtils.substringsBetween("", "[", "]")          = []
    + 
    +

    +

    +
    Parameters:
    str - the String containing the substrings, null returns null, empty returns empty
    open - the String identifying the start of the substring, empty returns null
    close - the String identifying the end of the substring, empty returns null +
    Returns:
    a String Array of substrings, or null if no match
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +getNestedString

    +
    +public static java.lang.String getNestedString(java.lang.String str,
    +                                               java.lang.String tag)
    +
    +
    Deprecated. Use the better named substringBetween(String, String). + Method will be removed in Commons Lang 3.0. +

    +

    Gets the String that is nested in between two instances of the + same String.

    + +

    A null input String returns null. + A null tag returns null.

    + +
    + StringUtils.getNestedString(null, *)            = null
    + StringUtils.getNestedString("", "")             = ""
    + StringUtils.getNestedString("", "tag")          = null
    + StringUtils.getNestedString("tagabctag", null)  = null
    + StringUtils.getNestedString("tagabctag", "")    = ""
    + StringUtils.getNestedString("tagabctag", "tag") = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the String containing nested-string, may be null
    tag - the String before and after nested-string, may be null +
    Returns:
    the nested String, null if no match
    +
    +
    +
    + +

    +getNestedString

    +
    +public static java.lang.String getNestedString(java.lang.String str,
    +                                               java.lang.String open,
    +                                               java.lang.String close)
    +
    +
    Deprecated. Use the better named substringBetween(String, String, String). + Method will be removed in Commons Lang 3.0. +

    +

    Gets the String that is nested in between two Strings. + Only the first match is returned.

    + +

    A null input String returns null. + A null open/close returns null (no match). + An empty ("") open/close returns an empty string.

    + +
    + StringUtils.getNestedString(null, *, *)          = null
    + StringUtils.getNestedString("", "", "")          = ""
    + StringUtils.getNestedString("", "", "tag")       = null
    + StringUtils.getNestedString("", "tag", "tag")    = null
    + StringUtils.getNestedString("yabcz", null, null) = null
    + StringUtils.getNestedString("yabcz", "", "")     = ""
    + StringUtils.getNestedString("yabcz", "y", "z")   = "abc"
    + StringUtils.getNestedString("yabczyabcz", "y", "z")   = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the String containing nested-string, may be null
    open - the String before nested-string, may be null
    close - the String after nested-string, may be null +
    Returns:
    the nested String, null if no match
    +
    +
    +
    + +

    +split

    +
    +public static java.lang.String[] split(java.lang.String str)
    +
    +

    Splits the provided text into an array, using whitespace as the + separator. + Whitespace is defined by Character.isWhitespace(char).

    + +

    The separator is not included in the returned String array. + Adjacent separators are treated as one separator. + For more control over the split use the StrTokenizer class.

    + +

    A null input String returns null.

    + +
    + StringUtils.split(null)       = null
    + StringUtils.split("")         = []
    + StringUtils.split("abc def")  = ["abc", "def"]
    + StringUtils.split("abc  def") = ["abc", "def"]
    + StringUtils.split(" abc ")    = ["abc"]
    + 
    +

    +

    +
    Parameters:
    str - the String to parse, may be null +
    Returns:
    an array of parsed Strings, null if null String input
    +
    +
    +
    + +

    +split

    +
    +public static java.lang.String[] split(java.lang.String str,
    +                                       char separatorChar)
    +
    +

    Splits the provided text into an array, separator specified. + This is an alternative to using StringTokenizer.

    + +

    The separator is not included in the returned String array. + Adjacent separators are treated as one separator. + For more control over the split use the StrTokenizer class.

    + +

    A null input String returns null.

    + +
    + StringUtils.split(null, *)         = null
    + StringUtils.split("", *)           = []
    + StringUtils.split("a.b.c", '.')    = ["a", "b", "c"]
    + StringUtils.split("a..b.c", '.')   = ["a", "b", "c"]
    + StringUtils.split("a:b:c", '.')    = ["a:b:c"]
    + StringUtils.split("a b c", ' ')    = ["a", "b", "c"]
    + 
    +

    +

    +
    Parameters:
    str - the String to parse, may be null
    separatorChar - the character used as the delimiter +
    Returns:
    an array of parsed Strings, null if null String input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +split

    +
    +public static java.lang.String[] split(java.lang.String str,
    +                                       java.lang.String separatorChars)
    +
    +

    Splits the provided text into an array, separators specified. + This is an alternative to using StringTokenizer.

    + +

    The separator is not included in the returned String array. + Adjacent separators are treated as one separator. + For more control over the split use the StrTokenizer class.

    + +

    A null input String returns null. + A null separatorChars splits on whitespace.

    + +
    + StringUtils.split(null, *)         = null
    + StringUtils.split("", *)           = []
    + StringUtils.split("abc def", null) = ["abc", "def"]
    + StringUtils.split("abc def", " ")  = ["abc", "def"]
    + StringUtils.split("abc  def", " ") = ["abc", "def"]
    + StringUtils.split("ab:cd:ef", ":") = ["ab", "cd", "ef"]
    + 
    +

    +

    +
    Parameters:
    str - the String to parse, may be null
    separatorChars - the characters used as the delimiters, + null splits on whitespace +
    Returns:
    an array of parsed Strings, null if null String input
    +
    +
    +
    + +

    +split

    +
    +public static java.lang.String[] split(java.lang.String str,
    +                                       java.lang.String separatorChars,
    +                                       int max)
    +
    +

    Splits the provided text into an array with a maximum length, + separators specified.

    + +

    The separator is not included in the returned String array. + Adjacent separators are treated as one separator.

    + +

    A null input String returns null. + A null separatorChars splits on whitespace.

    + +

    If more than max delimited substrings are found, the last + returned string includes all characters after the first max - 1 + returned strings (including separator characters).

    + +
    + StringUtils.split(null, *, *)            = null
    + StringUtils.split("", *, *)              = []
    + StringUtils.split("ab de fg", null, 0)   = ["ab", "cd", "ef"]
    + StringUtils.split("ab   de fg", null, 0) = ["ab", "cd", "ef"]
    + StringUtils.split("ab:cd:ef", ":", 0)    = ["ab", "cd", "ef"]
    + StringUtils.split("ab:cd:ef", ":", 2)    = ["ab", "cd:ef"]
    + 
    +

    +

    +
    Parameters:
    str - the String to parse, may be null
    separatorChars - the characters used as the delimiters, + null splits on whitespace
    max - the maximum number of elements to include in the + array. A zero or negative value implies no limit +
    Returns:
    an array of parsed Strings, null if null String input
    +
    +
    +
    + +

    +splitByWholeSeparator

    +
    +public static java.lang.String[] splitByWholeSeparator(java.lang.String str,
    +                                                       java.lang.String separator)
    +
    +

    Splits the provided text into an array, separator string specified.

    + +

    The separator(s) will not be included in the returned String array. + Adjacent separators are treated as one separator.

    + +

    A null input String returns null. + A null separator splits on whitespace.

    + +
    + StringUtils.splitByWholeSeparator(null, *)               = null
    + StringUtils.splitByWholeSeparator("", *)                 = []
    + StringUtils.splitByWholeSeparator("ab de fg", null)      = ["ab", "de", "fg"]
    + StringUtils.splitByWholeSeparator("ab   de fg", null)    = ["ab", "de", "fg"]
    + StringUtils.splitByWholeSeparator("ab:cd:ef", ":")       = ["ab", "cd", "ef"]
    + StringUtils.splitByWholeSeparator("ab-!-cd-!-ef", "-!-") = ["ab", "cd", "ef"]
    + 
    +

    +

    +
    Parameters:
    str - the String to parse, may be null
    separator - String containing the String to be used as a delimiter, + null splits on whitespace +
    Returns:
    an array of parsed Strings, null if null String was input
    +
    +
    +
    + +

    +splitByWholeSeparator

    +
    +public static java.lang.String[] splitByWholeSeparator(java.lang.String str,
    +                                                       java.lang.String separator,
    +                                                       int max)
    +
    +

    Splits the provided text into an array, separator string specified. + Returns a maximum of max substrings.

    + +

    The separator(s) will not be included in the returned String array. + Adjacent separators are treated as one separator.

    + +

    A null input String returns null. + A null separator splits on whitespace.

    + +
    + StringUtils.splitByWholeSeparator(null, *, *)               = null
    + StringUtils.splitByWholeSeparator("", *, *)                 = []
    + StringUtils.splitByWholeSeparator("ab de fg", null, 0)      = ["ab", "de", "fg"]
    + StringUtils.splitByWholeSeparator("ab   de fg", null, 0)    = ["ab", "de", "fg"]
    + StringUtils.splitByWholeSeparator("ab:cd:ef", ":", 2)       = ["ab", "cd:ef"]
    + StringUtils.splitByWholeSeparator("ab-!-cd-!-ef", "-!-", 5) = ["ab", "cd", "ef"]
    + StringUtils.splitByWholeSeparator("ab-!-cd-!-ef", "-!-", 2) = ["ab", "cd-!-ef"]
    + 
    +

    +

    +
    Parameters:
    str - the String to parse, may be null
    separator - String containing the String to be used as a delimiter, + null splits on whitespace
    max - the maximum number of elements to include in the returned + array. A zero or negative value implies no limit. +
    Returns:
    an array of parsed Strings, null if null String was input
    +
    +
    +
    + +

    +splitByWholeSeparatorPreserveAllTokens

    +
    +public static java.lang.String[] splitByWholeSeparatorPreserveAllTokens(java.lang.String str,
    +                                                                        java.lang.String separator)
    +
    +

    Splits the provided text into an array, separator string specified.

    + +

    The separator is not included in the returned String array. + Adjacent separators are treated as separators for empty tokens. + For more control over the split use the StrTokenizer class.

    + +

    A null input String returns null. + A null separator splits on whitespace.

    + +
    + StringUtils.splitByWholeSeparatorPreserveAllTokens(null, *)               = null
    + StringUtils.splitByWholeSeparatorPreserveAllTokens("", *)                 = []
    + StringUtils.splitByWholeSeparatorPreserveAllTokens("ab de fg", null)      = ["ab", "de", "fg"]
    + StringUtils.splitByWholeSeparatorPreserveAllTokens("ab   de fg", null)    = ["ab", "", "", "de", "fg"]
    + StringUtils.splitByWholeSeparatorPreserveAllTokens("ab:cd:ef", ":")       = ["ab", "cd", "ef"]
    + StringUtils.splitByWholeSeparatorPreserveAllTokens("ab-!-cd-!-ef", "-!-") = ["ab", "cd", "ef"]
    + 
    +

    +

    +
    Parameters:
    str - the String to parse, may be null
    separator - String containing the String to be used as a delimiter, + null splits on whitespace +
    Returns:
    an array of parsed Strings, null if null String was input
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +splitByWholeSeparatorPreserveAllTokens

    +
    +public static java.lang.String[] splitByWholeSeparatorPreserveAllTokens(java.lang.String str,
    +                                                                        java.lang.String separator,
    +                                                                        int max)
    +
    +

    Splits the provided text into an array, separator string specified. + Returns a maximum of max substrings.

    + +

    The separator is not included in the returned String array. + Adjacent separators are treated as separators for empty tokens. + For more control over the split use the StrTokenizer class.

    + +

    A null input String returns null. + A null separator splits on whitespace.

    + +
    + StringUtils.splitByWholeSeparatorPreserveAllTokens(null, *, *)               = null
    + StringUtils.splitByWholeSeparatorPreserveAllTokens("", *, *)                 = []
    + StringUtils.splitByWholeSeparatorPreserveAllTokens("ab de fg", null, 0)      = ["ab", "de", "fg"]
    + StringUtils.splitByWholeSeparatorPreserveAllTokens("ab   de fg", null, 0)    = ["ab", "", "", "de", "fg"]
    + StringUtils.splitByWholeSeparatorPreserveAllTokens("ab:cd:ef", ":", 2)       = ["ab", "cd:ef"]
    + StringUtils.splitByWholeSeparatorPreserveAllTokens("ab-!-cd-!-ef", "-!-", 5) = ["ab", "cd", "ef"]
    + StringUtils.splitByWholeSeparatorPreserveAllTokens("ab-!-cd-!-ef", "-!-", 2) = ["ab", "cd-!-ef"]
    + 
    +

    +

    +
    Parameters:
    str - the String to parse, may be null
    separator - String containing the String to be used as a delimiter, + null splits on whitespace
    max - the maximum number of elements to include in the returned + array. A zero or negative value implies no limit. +
    Returns:
    an array of parsed Strings, null if null String was input
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +splitPreserveAllTokens

    +
    +public static java.lang.String[] splitPreserveAllTokens(java.lang.String str)
    +
    +

    Splits the provided text into an array, using whitespace as the + separator, preserving all tokens, including empty tokens created by + adjacent separators. This is an alternative to using StringTokenizer. + Whitespace is defined by Character.isWhitespace(char).

    + +

    The separator is not included in the returned String array. + Adjacent separators are treated as separators for empty tokens. + For more control over the split use the StrTokenizer class.

    + +

    A null input String returns null.

    + +
    + StringUtils.splitPreserveAllTokens(null)       = null
    + StringUtils.splitPreserveAllTokens("")         = []
    + StringUtils.splitPreserveAllTokens("abc def")  = ["abc", "def"]
    + StringUtils.splitPreserveAllTokens("abc  def") = ["abc", "", "def"]
    + StringUtils.splitPreserveAllTokens(" abc ")    = ["", "abc", ""]
    + 
    +

    +

    +
    Parameters:
    str - the String to parse, may be null +
    Returns:
    an array of parsed Strings, null if null String input
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +splitPreserveAllTokens

    +
    +public static java.lang.String[] splitPreserveAllTokens(java.lang.String str,
    +                                                        char separatorChar)
    +
    +

    Splits the provided text into an array, separator specified, + preserving all tokens, including empty tokens created by adjacent + separators. This is an alternative to using StringTokenizer.

    + +

    The separator is not included in the returned String array. + Adjacent separators are treated as separators for empty tokens. + For more control over the split use the StrTokenizer class.

    + +

    A null input String returns null.

    + +
    + StringUtils.splitPreserveAllTokens(null, *)         = null
    + StringUtils.splitPreserveAllTokens("", *)           = []
    + StringUtils.splitPreserveAllTokens("a.b.c", '.')    = ["a", "b", "c"]
    + StringUtils.splitPreserveAllTokens("a..b.c", '.')   = ["a", "", "b", "c"]
    + StringUtils.splitPreserveAllTokens("a:b:c", '.')    = ["a:b:c"]
    + StringUtils.splitPreserveAllTokens("a\tb\nc", null) = ["a", "b", "c"]
    + StringUtils.splitPreserveAllTokens("a b c", ' ')    = ["a", "b", "c"]
    + StringUtils.splitPreserveAllTokens("a b c ", ' ')   = ["a", "b", "c", ""]
    + StringUtils.splitPreserveAllTokens("a b c  ", ' ')   = ["a", "b", "c", "", ""]
    + StringUtils.splitPreserveAllTokens(" a b c", ' ')   = ["", a", "b", "c"]
    + StringUtils.splitPreserveAllTokens("  a b c", ' ')  = ["", "", a", "b", "c"]
    + StringUtils.splitPreserveAllTokens(" a b c ", ' ')  = ["", a", "b", "c", ""]
    + 
    +

    +

    +
    Parameters:
    str - the String to parse, may be null
    separatorChar - the character used as the delimiter, + null splits on whitespace +
    Returns:
    an array of parsed Strings, null if null String input
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +splitPreserveAllTokens

    +
    +public static java.lang.String[] splitPreserveAllTokens(java.lang.String str,
    +                                                        java.lang.String separatorChars)
    +
    +

    Splits the provided text into an array, separators specified, + preserving all tokens, including empty tokens created by adjacent + separators. This is an alternative to using StringTokenizer.

    + +

    The separator is not included in the returned String array. + Adjacent separators are treated as separators for empty tokens. + For more control over the split use the StrTokenizer class.

    + +

    A null input String returns null. + A null separatorChars splits on whitespace.

    + +
    + StringUtils.splitPreserveAllTokens(null, *)           = null
    + StringUtils.splitPreserveAllTokens("", *)             = []
    + StringUtils.splitPreserveAllTokens("abc def", null)   = ["abc", "def"]
    + StringUtils.splitPreserveAllTokens("abc def", " ")    = ["abc", "def"]
    + StringUtils.splitPreserveAllTokens("abc  def", " ")   = ["abc", "", def"]
    + StringUtils.splitPreserveAllTokens("ab:cd:ef", ":")   = ["ab", "cd", "ef"]
    + StringUtils.splitPreserveAllTokens("ab:cd:ef:", ":")  = ["ab", "cd", "ef", ""]
    + StringUtils.splitPreserveAllTokens("ab:cd:ef::", ":") = ["ab", "cd", "ef", "", ""]
    + StringUtils.splitPreserveAllTokens("ab::cd:ef", ":")  = ["ab", "", cd", "ef"]
    + StringUtils.splitPreserveAllTokens(":cd:ef", ":")     = ["", cd", "ef"]
    + StringUtils.splitPreserveAllTokens("::cd:ef", ":")    = ["", "", cd", "ef"]
    + StringUtils.splitPreserveAllTokens(":cd:ef:", ":")    = ["", cd", "ef", ""]
    + 
    +

    +

    +
    Parameters:
    str - the String to parse, may be null
    separatorChars - the characters used as the delimiters, + null splits on whitespace +
    Returns:
    an array of parsed Strings, null if null String input
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +splitPreserveAllTokens

    +
    +public static java.lang.String[] splitPreserveAllTokens(java.lang.String str,
    +                                                        java.lang.String separatorChars,
    +                                                        int max)
    +
    +

    Splits the provided text into an array with a maximum length, + separators specified, preserving all tokens, including empty tokens + created by adjacent separators.

    + +

    The separator is not included in the returned String array. + Adjacent separators are treated as separators for empty tokens. + Adjacent separators are treated as one separator.

    + +

    A null input String returns null. + A null separatorChars splits on whitespace.

    + +

    If more than max delimited substrings are found, the last + returned string includes all characters after the first max - 1 + returned strings (including separator characters).

    + +
    + StringUtils.splitPreserveAllTokens(null, *, *)            = null
    + StringUtils.splitPreserveAllTokens("", *, *)              = []
    + StringUtils.splitPreserveAllTokens("ab de fg", null, 0)   = ["ab", "cd", "ef"]
    + StringUtils.splitPreserveAllTokens("ab   de fg", null, 0) = ["ab", "cd", "ef"]
    + StringUtils.splitPreserveAllTokens("ab:cd:ef", ":", 0)    = ["ab", "cd", "ef"]
    + StringUtils.splitPreserveAllTokens("ab:cd:ef", ":", 2)    = ["ab", "cd:ef"]
    + StringUtils.splitPreserveAllTokens("ab   de fg", null, 2) = ["ab", "  de fg"]
    + StringUtils.splitPreserveAllTokens("ab   de fg", null, 3) = ["ab", "", " de fg"]
    + StringUtils.splitPreserveAllTokens("ab   de fg", null, 4) = ["ab", "", "", "de fg"]
    + 
    +

    +

    +
    Parameters:
    str - the String to parse, may be null
    separatorChars - the characters used as the delimiters, + null splits on whitespace
    max - the maximum number of elements to include in the + array. A zero or negative value implies no limit +
    Returns:
    an array of parsed Strings, null if null String input
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +splitByCharacterType

    +
    +public static java.lang.String[] splitByCharacterType(java.lang.String str)
    +
    +

    Splits a String by Character type as returned by + java.lang.Character.getType(char). Groups of contiguous + characters of the same type are returned as complete tokens. +

    + StringUtils.splitByCharacterType(null)         = null
    + StringUtils.splitByCharacterType("")           = []
    + StringUtils.splitByCharacterType("ab de fg")   = ["ab", " ", "de", " ", "fg"]
    + StringUtils.splitByCharacterType("ab   de fg") = ["ab", "   ", "de", " ", "fg"]
    + StringUtils.splitByCharacterType("ab:cd:ef")   = ["ab", ":", "cd", ":", "ef"]
    + StringUtils.splitByCharacterType("number5")    = ["number", "5"]
    + StringUtils.splitByCharacterType("fooBar")     = ["foo", "B", "ar"]
    + StringUtils.splitByCharacterType("foo200Bar")  = ["foo", "200", "B", "ar"]
    + StringUtils.splitByCharacterType("ASFRules")   = ["ASFR", "ules"]
    + 
    +

    +

    +
    Parameters:
    str - the String to split, may be null +
    Returns:
    an array of parsed Strings, null if null String input
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +splitByCharacterTypeCamelCase

    +
    +public static java.lang.String[] splitByCharacterTypeCamelCase(java.lang.String str)
    +
    +

    Splits a String by Character type as returned by + java.lang.Character.getType(char). Groups of contiguous + characters of the same type are returned as complete tokens, with the + following exception: the character of type + Character.UPPERCASE_LETTER, if any, immediately + preceding a token of type Character.LOWERCASE_LETTER + will belong to the following token rather than to the preceding, if any, + Character.UPPERCASE_LETTER token. +

    + StringUtils.splitByCharacterTypeCamelCase(null)         = null
    + StringUtils.splitByCharacterTypeCamelCase("")           = []
    + StringUtils.splitByCharacterTypeCamelCase("ab de fg")   = ["ab", " ", "de", " ", "fg"]
    + StringUtils.splitByCharacterTypeCamelCase("ab   de fg") = ["ab", "   ", "de", " ", "fg"]
    + StringUtils.splitByCharacterTypeCamelCase("ab:cd:ef")   = ["ab", ":", "cd", ":", "ef"]
    + StringUtils.splitByCharacterTypeCamelCase("number5")    = ["number", "5"]
    + StringUtils.splitByCharacterTypeCamelCase("fooBar")     = ["foo", "Bar"]
    + StringUtils.splitByCharacterTypeCamelCase("foo200Bar")  = ["foo", "200", "Bar"]
    + StringUtils.splitByCharacterTypeCamelCase("ASFRules")   = ["ASF", "Rules"]
    + 
    +

    +

    +
    Parameters:
    str - the String to split, may be null +
    Returns:
    an array of parsed Strings, null if null String input
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +concatenate

    +
    +public static java.lang.String concatenate(java.lang.Object[] array)
    +
    +
    Deprecated. Use the better named join(Object[]) instead. + Method will be removed in Commons Lang 3.0. +

    +

    Concatenates elements of an array into a single String. + Null objects or empty strings within the array are represented by + empty strings.

    + +
    + StringUtils.concatenate(null)            = null
    + StringUtils.concatenate([])              = ""
    + StringUtils.concatenate([null])          = ""
    + StringUtils.concatenate(["a", "b", "c"]) = "abc"
    + StringUtils.concatenate([null, "", "a"]) = "a"
    + 
    +

    +

    +
    Parameters:
    array - the array of values to concatenate, may be null +
    Returns:
    the concatenated String, null if null array input
    +
    +
    +
    + +

    +join

    +
    +public static java.lang.String join(java.lang.Object[] array)
    +
    +

    Joins the elements of the provided array into a single String + containing the provided list of elements.

    + +

    No separator is added to the joined String. + Null objects or empty strings within the array are represented by + empty strings.

    + +
    + StringUtils.join(null)            = null
    + StringUtils.join([])              = ""
    + StringUtils.join([null])          = ""
    + StringUtils.join(["a", "b", "c"]) = "abc"
    + StringUtils.join([null, "", "a"]) = "a"
    + 
    +

    +

    +
    Parameters:
    array - the array of values to join together, may be null +
    Returns:
    the joined String, null if null array input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +join

    +
    +public static java.lang.String join(java.lang.Object[] array,
    +                                    char separator)
    +
    +

    Joins the elements of the provided array into a single String + containing the provided list of elements.

    + +

    No delimiter is added before or after the list. + Null objects or empty strings within the array are represented by + empty strings.

    + +
    + StringUtils.join(null, *)               = null
    + StringUtils.join([], *)                 = ""
    + StringUtils.join([null], *)             = ""
    + StringUtils.join(["a", "b", "c"], ';')  = "a;b;c"
    + StringUtils.join(["a", "b", "c"], null) = "abc"
    + StringUtils.join([null, "", "a"], ';')  = ";;a"
    + 
    +

    +

    +
    Parameters:
    array - the array of values to join together, may be null
    separator - the separator character to use +
    Returns:
    the joined String, null if null array input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +join

    +
    +public static java.lang.String join(java.lang.Object[] array,
    +                                    char separator,
    +                                    int startIndex,
    +                                    int endIndex)
    +
    +

    Joins the elements of the provided array into a single String + containing the provided list of elements.

    + +

    No delimiter is added before or after the list. + Null objects or empty strings within the array are represented by + empty strings.

    + +
    + StringUtils.join(null, *)               = null
    + StringUtils.join([], *)                 = ""
    + StringUtils.join([null], *)             = ""
    + StringUtils.join(["a", "b", "c"], ';')  = "a;b;c"
    + StringUtils.join(["a", "b", "c"], null) = "abc"
    + StringUtils.join([null, "", "a"], ';')  = ";;a"
    + 
    +

    +

    +
    Parameters:
    array - the array of values to join together, may be null
    separator - the separator character to use
    startIndex - the first index to start joining from. It is + an error to pass in an end index past the end of the array
    endIndex - the index to stop joining from (exclusive). It is + an error to pass in an end index past the end of the array +
    Returns:
    the joined String, null if null array input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +join

    +
    +public static java.lang.String join(java.lang.Object[] array,
    +                                    java.lang.String separator)
    +
    +

    Joins the elements of the provided array into a single String + containing the provided list of elements.

    + +

    No delimiter is added before or after the list. + A null separator is the same as an empty String (""). + Null objects or empty strings within the array are represented by + empty strings.

    + +
    + StringUtils.join(null, *)                = null
    + StringUtils.join([], *)                  = ""
    + StringUtils.join([null], *)              = ""
    + StringUtils.join(["a", "b", "c"], "--")  = "a--b--c"
    + StringUtils.join(["a", "b", "c"], null)  = "abc"
    + StringUtils.join(["a", "b", "c"], "")    = "abc"
    + StringUtils.join([null, "", "a"], ',')   = ",,a"
    + 
    +

    +

    +
    Parameters:
    array - the array of values to join together, may be null
    separator - the separator character to use, null treated as "" +
    Returns:
    the joined String, null if null array input
    +
    +
    +
    + +

    +join

    +
    +public static java.lang.String join(java.lang.Object[] array,
    +                                    java.lang.String separator,
    +                                    int startIndex,
    +                                    int endIndex)
    +
    +

    Joins the elements of the provided array into a single String + containing the provided list of elements.

    + +

    No delimiter is added before or after the list. + A null separator is the same as an empty String (""). + Null objects or empty strings within the array are represented by + empty strings.

    + +
    + StringUtils.join(null, *)                = null
    + StringUtils.join([], *)                  = ""
    + StringUtils.join([null], *)              = ""
    + StringUtils.join(["a", "b", "c"], "--")  = "a--b--c"
    + StringUtils.join(["a", "b", "c"], null)  = "abc"
    + StringUtils.join(["a", "b", "c"], "")    = "abc"
    + StringUtils.join([null, "", "a"], ',')   = ",,a"
    + 
    +

    +

    +
    Parameters:
    array - the array of values to join together, may be null
    separator - the separator character to use, null treated as ""
    startIndex - the first index to start joining from. It is + an error to pass in an end index past the end of the array
    endIndex - the index to stop joining from (exclusive). It is + an error to pass in an end index past the end of the array +
    Returns:
    the joined String, null if null array input
    +
    +
    +
    + +

    +join

    +
    +public static java.lang.String join(java.util.Iterator iterator,
    +                                    char separator)
    +
    +

    Joins the elements of the provided Iterator into + a single String containing the provided elements.

    + +

    No delimiter is added before or after the list. Null objects or empty + strings within the iteration are represented by empty strings.

    + +

    See the examples here: join(Object[],char).

    +

    +

    +
    Parameters:
    iterator - the Iterator of values to join together, may be null
    separator - the separator character to use +
    Returns:
    the joined String, null if null iterator input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +join

    +
    +public static java.lang.String join(java.util.Iterator iterator,
    +                                    java.lang.String separator)
    +
    +

    Joins the elements of the provided Iterator into + a single String containing the provided elements.

    + +

    No delimiter is added before or after the list. + A null separator is the same as an empty String ("").

    + +

    See the examples here: join(Object[],String).

    +

    +

    +
    Parameters:
    iterator - the Iterator of values to join together, may be null
    separator - the separator character to use, null treated as "" +
    Returns:
    the joined String, null if null iterator input
    +
    +
    +
    + +

    +join

    +
    +public static java.lang.String join(java.util.Collection collection,
    +                                    char separator)
    +
    +

    Joins the elements of the provided Collection into + a single String containing the provided elements.

    + +

    No delimiter is added before or after the list. Null objects or empty + strings within the iteration are represented by empty strings.

    + +

    See the examples here: join(Object[],char).

    +

    +

    +
    Parameters:
    collection - the Collection of values to join together, may be null
    separator - the separator character to use +
    Returns:
    the joined String, null if null iterator input
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +join

    +
    +public static java.lang.String join(java.util.Collection collection,
    +                                    java.lang.String separator)
    +
    +

    Joins the elements of the provided Collection into + a single String containing the provided elements.

    + +

    No delimiter is added before or after the list. + A null separator is the same as an empty String ("").

    + +

    See the examples here: join(Object[],String).

    +

    +

    +
    Parameters:
    collection - the Collection of values to join together, may be null
    separator - the separator character to use, null treated as "" +
    Returns:
    the joined String, null if null iterator input
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +deleteSpaces

    +
    +public static java.lang.String deleteSpaces(java.lang.String str)
    +
    +
    Deprecated. Use the better localized deleteWhitespace(String). + Method will be removed in Commons Lang 3.0. +

    +

    Deletes all 'space' characters from a String as defined by + Character.isSpace(char).

    + +

    This is the only StringUtils method that uses the + isSpace definition. You are advised to use + deleteWhitespace(String) instead as whitespace is much + better localized.

    + +
    + StringUtils.deleteSpaces(null)           = null
    + StringUtils.deleteSpaces("")             = ""
    + StringUtils.deleteSpaces("abc")          = "abc"
    + StringUtils.deleteSpaces(" \t  abc \n ") = "abc"
    + StringUtils.deleteSpaces("ab  c")        = "abc"
    + StringUtils.deleteSpaces("a\nb\tc     ") = "abc"
    + 
    + +

    Spaces are defined as {' ', '\t', '\r', '\n', '\b'} + in line with the deprecated isSpace method.

    +

    +

    +
    Parameters:
    str - the String to delete spaces from, may be null +
    Returns:
    the String without 'spaces', null if null String input
    +
    +
    +
    + +

    +deleteWhitespace

    +
    +public static java.lang.String deleteWhitespace(java.lang.String str)
    +
    +

    Deletes all whitespaces from a String as defined by + Character.isWhitespace(char).

    + +
    + StringUtils.deleteWhitespace(null)         = null
    + StringUtils.deleteWhitespace("")           = ""
    + StringUtils.deleteWhitespace("abc")        = "abc"
    + StringUtils.deleteWhitespace("   ab  c  ") = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the String to delete whitespace from, may be null +
    Returns:
    the String without whitespaces, null if null String input
    +
    +
    +
    + +

    +removeStart

    +
    +public static java.lang.String removeStart(java.lang.String str,
    +                                           java.lang.String remove)
    +
    +

    Removes a substring only if it is at the begining of a source string, + otherwise returns the source string.

    + +

    A null source string will return null. + An empty ("") source string will return the empty string. + A null search string will return the source string.

    + +
    + StringUtils.removeStart(null, *)      = null
    + StringUtils.removeStart("", *)        = ""
    + StringUtils.removeStart(*, null)      = *
    + StringUtils.removeStart("www.domain.com", "www.")   = "domain.com"
    + StringUtils.removeStart("domain.com", "www.")       = "domain.com"
    + StringUtils.removeStart("www.domain.com", "domain") = "www.domain.com"
    + StringUtils.removeStart("abc", "")    = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the source String to search, may be null
    remove - the String to search for and remove, may be null +
    Returns:
    the substring with the string removed if found, + null if null String input
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +removeStartIgnoreCase

    +
    +public static java.lang.String removeStartIgnoreCase(java.lang.String str,
    +                                                     java.lang.String remove)
    +
    +

    Case insensitive removal of a substring if it is at the begining of a source string, + otherwise returns the source string.

    + +

    A null source string will return null. + An empty ("") source string will return the empty string. + A null search string will return the source string.

    + +
    + StringUtils.removeStartIgnoreCase(null, *)      = null
    + StringUtils.removeStartIgnoreCase("", *)        = ""
    + StringUtils.removeStartIgnoreCase(*, null)      = *
    + StringUtils.removeStartIgnoreCase("www.domain.com", "www.")   = "domain.com"
    + StringUtils.removeStartIgnoreCase("www.domain.com", "WWW.")   = "domain.com"
    + StringUtils.removeStartIgnoreCase("domain.com", "www.")       = "domain.com"
    + StringUtils.removeStartIgnoreCase("www.domain.com", "domain") = "www.domain.com"
    + StringUtils.removeStartIgnoreCase("abc", "")    = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the source String to search, may be null
    remove - the String to search for (case insensitive) and remove, may be null +
    Returns:
    the substring with the string removed if found, + null if null String input
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +removeEnd

    +
    +public static java.lang.String removeEnd(java.lang.String str,
    +                                         java.lang.String remove)
    +
    +

    Removes a substring only if it is at the end of a source string, + otherwise returns the source string.

    + +

    A null source string will return null. + An empty ("") source string will return the empty string. + A null search string will return the source string.

    + +
    + StringUtils.removeEnd(null, *)      = null
    + StringUtils.removeEnd("", *)        = ""
    + StringUtils.removeEnd(*, null)      = *
    + StringUtils.removeEnd("www.domain.com", ".com.")  = "www.domain.com"
    + StringUtils.removeEnd("www.domain.com", ".com")   = "www.domain"
    + StringUtils.removeEnd("www.domain.com", "domain") = "www.domain.com"
    + StringUtils.removeEnd("abc", "")    = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the source String to search, may be null
    remove - the String to search for and remove, may be null +
    Returns:
    the substring with the string removed if found, + null if null String input
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +removeEndIgnoreCase

    +
    +public static java.lang.String removeEndIgnoreCase(java.lang.String str,
    +                                                   java.lang.String remove)
    +
    +

    Case insensitive removal of a substring if it is at the end of a source string, + otherwise returns the source string.

    + +

    A null source string will return null. + An empty ("") source string will return the empty string. + A null search string will return the source string.

    + +
    + StringUtils.removeEnd(null, *)      = null
    + StringUtils.removeEnd("", *)        = ""
    + StringUtils.removeEnd(*, null)      = *
    + StringUtils.removeEnd("www.domain.com", ".com.")  = "www.domain.com."
    + StringUtils.removeEnd("www.domain.com", ".com")   = "www.domain"
    + StringUtils.removeEnd("www.domain.com", "domain") = "www.domain.com"
    + StringUtils.removeEnd("abc", "")    = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the source String to search, may be null
    remove - the String to search for (case insensitive) and remove, may be null +
    Returns:
    the substring with the string removed if found, + null if null String input
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +remove

    +
    +public static java.lang.String remove(java.lang.String str,
    +                                      java.lang.String remove)
    +
    +

    Removes all occurrences of a substring from within the source string.

    + +

    A null source string will return null. + An empty ("") source string will return the empty string. + A null remove string will return the source string. + An empty ("") remove string will return the source string.

    + +
    + StringUtils.remove(null, *)        = null
    + StringUtils.remove("", *)          = ""
    + StringUtils.remove(*, null)        = *
    + StringUtils.remove(*, "")          = *
    + StringUtils.remove("queued", "ue") = "qd"
    + StringUtils.remove("queued", "zz") = "queued"
    + 
    +

    +

    +
    Parameters:
    str - the source String to search, may be null
    remove - the String to search for and remove, may be null +
    Returns:
    the substring with the string removed if found, + null if null String input
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +remove

    +
    +public static java.lang.String remove(java.lang.String str,
    +                                      char remove)
    +
    +

    Removes all occurrences of a character from within the source string.

    + +

    A null source string will return null. + An empty ("") source string will return the empty string.

    + +
    + StringUtils.remove(null, *)       = null
    + StringUtils.remove("", *)         = ""
    + StringUtils.remove("queued", 'u') = "qeed"
    + StringUtils.remove("queued", 'z') = "queued"
    + 
    +

    +

    +
    Parameters:
    str - the source String to search, may be null
    remove - the char to search for and remove, may be null +
    Returns:
    the substring with the char removed if found, + null if null String input
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +replaceOnce

    +
    +public static java.lang.String replaceOnce(java.lang.String text,
    +                                           java.lang.String searchString,
    +                                           java.lang.String replacement)
    +
    +

    Replaces a String with another String inside a larger String, once.

    + +

    A null reference passed to this method is a no-op.

    + +
    + StringUtils.replaceOnce(null, *, *)        = null
    + StringUtils.replaceOnce("", *, *)          = ""
    + StringUtils.replaceOnce("any", null, *)    = "any"
    + StringUtils.replaceOnce("any", *, null)    = "any"
    + StringUtils.replaceOnce("any", "", *)      = "any"
    + StringUtils.replaceOnce("aba", "a", null)  = "aba"
    + StringUtils.replaceOnce("aba", "a", "")    = "ba"
    + StringUtils.replaceOnce("aba", "a", "z")   = "zba"
    + 
    +

    +

    +
    Parameters:
    text - text to search and replace in, may be null
    searchString - the String to search for, may be null
    replacement - the String to replace with, may be null +
    Returns:
    the text with any replacements processed, + null if null String input
    See Also:
    replace(String text, String searchString, String replacement, int max)
    +
    +
    +
    + +

    +replace

    +
    +public static java.lang.String replace(java.lang.String text,
    +                                       java.lang.String searchString,
    +                                       java.lang.String replacement)
    +
    +

    Replaces all occurrences of a String within another String.

    + +

    A null reference passed to this method is a no-op.

    + +
    + StringUtils.replace(null, *, *)        = null
    + StringUtils.replace("", *, *)          = ""
    + StringUtils.replace("any", null, *)    = "any"
    + StringUtils.replace("any", *, null)    = "any"
    + StringUtils.replace("any", "", *)      = "any"
    + StringUtils.replace("aba", "a", null)  = "aba"
    + StringUtils.replace("aba", "a", "")    = "b"
    + StringUtils.replace("aba", "a", "z")   = "zbz"
    + 
    +

    +

    +
    Parameters:
    text - text to search and replace in, may be null
    searchString - the String to search for, may be null
    replacement - the String to replace it with, may be null +
    Returns:
    the text with any replacements processed, + null if null String input
    See Also:
    replace(String text, String searchString, String replacement, int max)
    +
    +
    +
    + +

    +replace

    +
    +public static java.lang.String replace(java.lang.String text,
    +                                       java.lang.String searchString,
    +                                       java.lang.String replacement,
    +                                       int max)
    +
    +

    Replaces a String with another String inside a larger String, + for the first max values of the search String.

    + +

    A null reference passed to this method is a no-op.

    + +
    + StringUtils.replace(null, *, *, *)         = null
    + StringUtils.replace("", *, *, *)           = ""
    + StringUtils.replace("any", null, *, *)     = "any"
    + StringUtils.replace("any", *, null, *)     = "any"
    + StringUtils.replace("any", "", *, *)       = "any"
    + StringUtils.replace("any", *, *, 0)        = "any"
    + StringUtils.replace("abaa", "a", null, -1) = "abaa"
    + StringUtils.replace("abaa", "a", "", -1)   = "b"
    + StringUtils.replace("abaa", "a", "z", 0)   = "abaa"
    + StringUtils.replace("abaa", "a", "z", 1)   = "zbaa"
    + StringUtils.replace("abaa", "a", "z", 2)   = "zbza"
    + StringUtils.replace("abaa", "a", "z", -1)  = "zbzz"
    + 
    +

    +

    +
    Parameters:
    text - text to search and replace in, may be null
    searchString - the String to search for, may be null
    replacement - the String to replace it with, may be null
    max - maximum number of values to replace, or -1 if no maximum +
    Returns:
    the text with any replacements processed, + null if null String input
    +
    +
    +
    + +

    +replaceEach

    +
    +public static java.lang.String replaceEach(java.lang.String text,
    +                                           java.lang.String[] searchList,
    +                                           java.lang.String[] replacementList)
    +
    +

    + Replaces all occurrences of Strings within another String. +

    + +

    + A null reference passed to this method is a no-op, or if + any "search string" or "string to replace" is null, that replace will be + ignored. This will not repeat. For repeating replaces, call the + overloaded method. +

    + +
    +  StringUtils.replaceEach(null, *, *)        = null
    +  StringUtils.replaceEach("", *, *)          = ""
    +  StringUtils.replaceEach("aba", null, null) = "aba"
    +  StringUtils.replaceEach("aba", new String[0], null) = "aba"
    +  StringUtils.replaceEach("aba", null, new String[0]) = "aba"
    +  StringUtils.replaceEach("aba", new String[]{"a"}, null)  = "aba"
    +  StringUtils.replaceEach("aba", new String[]{"a"}, new String[]{""})  = "b"
    +  StringUtils.replaceEach("aba", new String[]{null}, new String[]{"a"})  = "aba"
    +  StringUtils.replaceEach("abcde", new String[]{"ab", "d"}, new String[]{"w", "t"})  = "wcte"
    +  (example of how it does not repeat)
    +  StringUtils.replaceEach("abcde", new String[]{"ab", "d"}, new String[]{"d", "t"})  = "dcte"
    + 
    +

    +

    +
    Parameters:
    text - text to search and replace in, no-op if null
    searchList - the Strings to search for, no-op if null
    replacementList - the Strings to replace them with, no-op if null +
    Returns:
    the text with any replacements processed, null if + null String input +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the lengths of the arrays are not the same (null is ok, + and/or size 0)
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +replaceEachRepeatedly

    +
    +public static java.lang.String replaceEachRepeatedly(java.lang.String text,
    +                                                     java.lang.String[] searchList,
    +                                                     java.lang.String[] replacementList)
    +
    +

    + Replaces all occurrences of Strings within another String. +

    + +

    + A null reference passed to this method is a no-op, or if + any "search string" or "string to replace" is null, that replace will be + ignored. This will not repeat. For repeating replaces, call the + overloaded method. +

    + +
    +  StringUtils.replaceEach(null, *, *, *) = null
    +  StringUtils.replaceEach("", *, *, *) = ""
    +  StringUtils.replaceEach("aba", null, null, *) = "aba"
    +  StringUtils.replaceEach("aba", new String[0], null, *) = "aba"
    +  StringUtils.replaceEach("aba", null, new String[0], *) = "aba"
    +  StringUtils.replaceEach("aba", new String[]{"a"}, null, *) = "aba"
    +  StringUtils.replaceEach("aba", new String[]{"a"}, new String[]{""}, *) = "b"
    +  StringUtils.replaceEach("aba", new String[]{null}, new String[]{"a"}, *) = "aba"
    +  StringUtils.replaceEach("abcde", new String[]{"ab", "d"}, new String[]{"w", "t"}, *) = "wcte"
    +  (example of how it repeats)
    +  StringUtils.replaceEach("abcde", new String[]{"ab", "d"}, new String[]{"d", "t"}, false) = "dcte"
    +  StringUtils.replaceEach("abcde", new String[]{"ab", "d"}, new String[]{"d", "t"}, true) = "tcte"
    +  StringUtils.replaceEach("abcde", new String[]{"ab", "d"}, new String[]{"d", "ab"}, true) = IllegalArgumentException
    +  StringUtils.replaceEach("abcde", new String[]{"ab", "d"}, new String[]{"d", "ab"}, false) = "dcabe"
    + 
    +

    +

    +
    Parameters:
    text - text to search and replace in, no-op if null
    searchList - the Strings to search for, no-op if null
    replacementList - the Strings to replace them with, no-op if null +
    Returns:
    the text with any replacements processed, null if + null String input +
    Throws: +
    java.lang.IllegalArgumentException - if the search is repeating and there is an endless loop due + to outputs of one being inputs to another +
    java.lang.IndexOutOfBoundsException - if the lengths of the arrays are not the same (null is ok, + and/or size 0)
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +replaceChars

    +
    +public static java.lang.String replaceChars(java.lang.String str,
    +                                            char searchChar,
    +                                            char replaceChar)
    +
    +

    Replaces all occurrences of a character in a String with another. + This is a null-safe version of String.replace(char, char).

    + +

    A null string input returns null. + An empty ("") string input returns an empty string.

    + +
    + StringUtils.replaceChars(null, *, *)        = null
    + StringUtils.replaceChars("", *, *)          = ""
    + StringUtils.replaceChars("abcba", 'b', 'y') = "aycya"
    + StringUtils.replaceChars("abcba", 'z', 'y') = "abcba"
    + 
    +

    +

    +
    Parameters:
    str - String to replace characters in, may be null
    searchChar - the character to search for, may be null
    replaceChar - the character to replace, may be null +
    Returns:
    modified String, null if null string input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +replaceChars

    +
    +public static java.lang.String replaceChars(java.lang.String str,
    +                                            java.lang.String searchChars,
    +                                            java.lang.String replaceChars)
    +
    +

    Replaces multiple characters in a String in one go. + This method can also be used to delete characters.

    + +

    For example:
    + replaceChars("hello", "ho", "jy") = jelly.

    + +

    A null string input returns null. + An empty ("") string input returns an empty string. + A null or empty set of search characters returns the input string.

    + +

    The length of the search characters should normally equal the length + of the replace characters. + If the search characters is longer, then the extra search characters + are deleted. + If the search characters is shorter, then the extra replace characters + are ignored.

    + +
    + StringUtils.replaceChars(null, *, *)           = null
    + StringUtils.replaceChars("", *, *)             = ""
    + StringUtils.replaceChars("abc", null, *)       = "abc"
    + StringUtils.replaceChars("abc", "", *)         = "abc"
    + StringUtils.replaceChars("abc", "b", null)     = "ac"
    + StringUtils.replaceChars("abc", "b", "")       = "ac"
    + StringUtils.replaceChars("abcba", "bc", "yz")  = "ayzya"
    + StringUtils.replaceChars("abcba", "bc", "y")   = "ayya"
    + StringUtils.replaceChars("abcba", "bc", "yzx") = "ayzya"
    + 
    +

    +

    +
    Parameters:
    str - String to replace characters in, may be null
    searchChars - a set of characters to search for, may be null
    replaceChars - a set of characters to replace, may be null +
    Returns:
    modified String, null if null string input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +overlayString

    +
    +public static java.lang.String overlayString(java.lang.String text,
    +                                             java.lang.String overlay,
    +                                             int start,
    +                                             int end)
    +
    +
    Deprecated. Use better named overlay(String, String, int, int) instead. + Method will be removed in Commons Lang 3.0. +

    +

    Overlays part of a String with another String.

    + +
    + StringUtils.overlayString(null, *, *, *)           = NullPointerException
    + StringUtils.overlayString(*, null, *, *)           = NullPointerException
    + StringUtils.overlayString("", "abc", 0, 0)         = "abc"
    + StringUtils.overlayString("abcdef", null, 2, 4)    = "abef"
    + StringUtils.overlayString("abcdef", "", 2, 4)      = "abef"
    + StringUtils.overlayString("abcdef", "zzzz", 2, 4)  = "abzzzzef"
    + StringUtils.overlayString("abcdef", "zzzz", 4, 2)  = "abcdzzzzcdef"
    + StringUtils.overlayString("abcdef", "zzzz", -1, 4) = IndexOutOfBoundsException
    + StringUtils.overlayString("abcdef", "zzzz", 2, 8)  = IndexOutOfBoundsException
    + 
    +

    +

    +
    Parameters:
    text - the String to do overlaying in, may be null
    overlay - the String to overlay, may be null
    start - the position to start overlaying at, must be valid
    end - the position to stop overlaying before, must be valid +
    Returns:
    overlayed String, null if null String input +
    Throws: +
    java.lang.NullPointerException - if text or overlay is null +
    java.lang.IndexOutOfBoundsException - if either position is invalid
    +
    +
    +
    + +

    +overlay

    +
    +public static java.lang.String overlay(java.lang.String str,
    +                                       java.lang.String overlay,
    +                                       int start,
    +                                       int end)
    +
    +

    Overlays part of a String with another String.

    + +

    A null string input returns null. + A negative index is treated as zero. + An index greater than the string length is treated as the string length. + The start index is always the smaller of the two indices.

    + +
    + StringUtils.overlay(null, *, *, *)            = null
    + StringUtils.overlay("", "abc", 0, 0)          = "abc"
    + StringUtils.overlay("abcdef", null, 2, 4)     = "abef"
    + StringUtils.overlay("abcdef", "", 2, 4)       = "abef"
    + StringUtils.overlay("abcdef", "", 4, 2)       = "abef"
    + StringUtils.overlay("abcdef", "zzzz", 2, 4)   = "abzzzzef"
    + StringUtils.overlay("abcdef", "zzzz", 4, 2)   = "abzzzzef"
    + StringUtils.overlay("abcdef", "zzzz", -1, 4)  = "zzzzef"
    + StringUtils.overlay("abcdef", "zzzz", 2, 8)   = "abzzzz"
    + StringUtils.overlay("abcdef", "zzzz", -2, -3) = "zzzzabcdef"
    + StringUtils.overlay("abcdef", "zzzz", 8, 10)  = "abcdefzzzz"
    + 
    +

    +

    +
    Parameters:
    str - the String to do overlaying in, may be null
    overlay - the String to overlay, may be null
    start - the position to start overlaying at
    end - the position to stop overlaying before +
    Returns:
    overlayed String, null if null String input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +chomp

    +
    +public static java.lang.String chomp(java.lang.String str)
    +
    +

    Removes one newline from end of a String if it's there, + otherwise leave it alone. A newline is "\n", + "\r", or "\r\n".

    + +

    NOTE: This method changed in 2.0. + It now more closely matches Perl chomp.

    + +
    + StringUtils.chomp(null)          = null
    + StringUtils.chomp("")            = ""
    + StringUtils.chomp("abc \r")      = "abc "
    + StringUtils.chomp("abc\n")       = "abc"
    + StringUtils.chomp("abc\r\n")     = "abc"
    + StringUtils.chomp("abc\r\n\r\n") = "abc\r\n"
    + StringUtils.chomp("abc\n\r")     = "abc\n"
    + StringUtils.chomp("abc\n\rabc")  = "abc\n\rabc"
    + StringUtils.chomp("\r")          = ""
    + StringUtils.chomp("\n")          = ""
    + StringUtils.chomp("\r\n")        = ""
    + 
    +

    +

    +
    Parameters:
    str - the String to chomp a newline from, may be null +
    Returns:
    String without newline, null if null String input
    +
    +
    +
    + +

    +chomp

    +
    +public static java.lang.String chomp(java.lang.String str,
    +                                     java.lang.String separator)
    +
    +

    Removes separator from the end of + str if it's there, otherwise leave it alone.

    + +

    NOTE: This method changed in version 2.0. + It now more closely matches Perl chomp. + For the previous behavior, use substringBeforeLast(String, String). + This method uses String.endsWith(String).

    + +
    + StringUtils.chomp(null, *)         = null
    + StringUtils.chomp("", *)           = ""
    + StringUtils.chomp("foobar", "bar") = "foo"
    + StringUtils.chomp("foobar", "baz") = "foobar"
    + StringUtils.chomp("foo", "foo")    = ""
    + StringUtils.chomp("foo ", "foo")   = "foo "
    + StringUtils.chomp(" foo", "foo")   = " "
    + StringUtils.chomp("foo", "foooo")  = "foo"
    + StringUtils.chomp("foo", "")       = "foo"
    + StringUtils.chomp("foo", null)     = "foo"
    + 
    +

    +

    +
    Parameters:
    str - the String to chomp from, may be null
    separator - separator String, may be null +
    Returns:
    String without trailing separator, null if null String input
    +
    +
    +
    + +

    +chompLast

    +
    +public static java.lang.String chompLast(java.lang.String str)
    +
    +
    Deprecated. Use chomp(String) instead. + Method will be removed in Commons Lang 3.0. +

    +

    Remove any "\n" if and only if it is at the end + of the supplied String.

    +

    +

    +
    Parameters:
    str - the String to chomp from, must not be null +
    Returns:
    String without chomped ending +
    Throws: +
    java.lang.NullPointerException - if str is null
    +
    +
    +
    + +

    +chompLast

    +
    +public static java.lang.String chompLast(java.lang.String str,
    +                                         java.lang.String sep)
    +
    +
    Deprecated. Use chomp(String,String) instead. + Method will be removed in Commons Lang 3.0. +

    +

    Remove a value if and only if the String ends with that value.

    +

    +

    +
    Parameters:
    str - the String to chomp from, must not be null
    sep - the String to chomp, must not be null +
    Returns:
    String without chomped ending +
    Throws: +
    java.lang.NullPointerException - if str or sep is null
    +
    +
    +
    + +

    +getChomp

    +
    +public static java.lang.String getChomp(java.lang.String str,
    +                                        java.lang.String sep)
    +
    +
    Deprecated. Use substringAfterLast(String, String) instead + (although this doesn't include the separator) + Method will be removed in Commons Lang 3.0. +

    +

    Remove everything and return the last value of a supplied String, and + everything after it from a String.

    +

    +

    +
    Parameters:
    str - the String to chomp from, must not be null
    sep - the String to chomp, must not be null +
    Returns:
    String chomped +
    Throws: +
    java.lang.NullPointerException - if str or sep is null
    +
    +
    +
    + +

    +prechomp

    +
    +public static java.lang.String prechomp(java.lang.String str,
    +                                        java.lang.String sep)
    +
    +
    Deprecated. Use substringAfter(String,String) instead. + Method will be removed in Commons Lang 3.0. +

    +

    Remove the first value of a supplied String, and everything before it + from a String.

    +

    +

    +
    Parameters:
    str - the String to chomp from, must not be null
    sep - the String to chomp, must not be null +
    Returns:
    String without chomped beginning +
    Throws: +
    java.lang.NullPointerException - if str or sep is null
    +
    +
    +
    + +

    +getPrechomp

    +
    +public static java.lang.String getPrechomp(java.lang.String str,
    +                                           java.lang.String sep)
    +
    +
    Deprecated. Use substringBefore(String,String) instead + (although this doesn't include the separator). + Method will be removed in Commons Lang 3.0. +

    +

    Remove and return everything before the first value of a + supplied String from another String.

    +

    +

    +
    Parameters:
    str - the String to chomp from, must not be null
    sep - the String to chomp, must not be null +
    Returns:
    String prechomped +
    Throws: +
    java.lang.NullPointerException - if str or sep is null
    +
    +
    +
    + +

    +chop

    +
    +public static java.lang.String chop(java.lang.String str)
    +
    +

    Remove the last character from a String.

    + +

    If the String ends in \r\n, then remove both + of them.

    + +
    + StringUtils.chop(null)          = null
    + StringUtils.chop("")            = ""
    + StringUtils.chop("abc \r")      = "abc "
    + StringUtils.chop("abc\n")       = "abc"
    + StringUtils.chop("abc\r\n")     = "abc"
    + StringUtils.chop("abc")         = "ab"
    + StringUtils.chop("abc\nabc")    = "abc\nab"
    + StringUtils.chop("a")           = ""
    + StringUtils.chop("\r")          = ""
    + StringUtils.chop("\n")          = ""
    + StringUtils.chop("\r\n")        = ""
    + 
    +

    +

    +
    Parameters:
    str - the String to chop last character from, may be null +
    Returns:
    String without last character, null if null String input
    +
    +
    +
    + +

    +chopNewline

    +
    +public static java.lang.String chopNewline(java.lang.String str)
    +
    +
    Deprecated. Use chomp(String) instead. + Method will be removed in Commons Lang 3.0. +

    +

    Removes \n from end of a String if it's there. + If a \r precedes it, then remove that too.

    +

    +

    +
    Parameters:
    str - the String to chop a newline from, must not be null +
    Returns:
    String without newline +
    Throws: +
    java.lang.NullPointerException - if str is null
    +
    +
    +
    + +

    +escape

    +
    +public static java.lang.String escape(java.lang.String str)
    +
    +
    Deprecated. Use StringEscapeUtils.escapeJava(String) + This method will be removed in Commons Lang 3.0 +

    +

    Escapes any values it finds into their String form.

    + +

    So a tab becomes the characters '\\' and + 't'.

    + +

    As of Lang 2.0, this calls StringEscapeUtils.escapeJava(String) + behind the scenes. +

    +

    +

    +
    Parameters:
    str - String to escape values in +
    Returns:
    String with escaped values +
    Throws: +
    java.lang.NullPointerException - if str is null
    See Also:
    StringEscapeUtils.escapeJava(java.lang.String)
    +
    +
    +
    + +

    +repeat

    +
    +public static java.lang.String repeat(java.lang.String str,
    +                                      int repeat)
    +
    +

    Repeat a String repeat times to form a + new String.

    + +
    + StringUtils.repeat(null, 2) = null
    + StringUtils.repeat("", 0)   = ""
    + StringUtils.repeat("", 2)   = ""
    + StringUtils.repeat("a", 3)  = "aaa"
    + StringUtils.repeat("ab", 2) = "abab"
    + StringUtils.repeat("a", -2) = ""
    + 
    +

    +

    +
    Parameters:
    str - the String to repeat, may be null
    repeat - number of times to repeat str, negative treated as zero +
    Returns:
    a new String consisting of the original String repeated, + null if null String input
    +
    +
    +
    + +

    +rightPad

    +
    +public static java.lang.String rightPad(java.lang.String str,
    +                                        int size)
    +
    +

    Right pad a String with spaces (' ').

    + +

    The String is padded to the size of size.

    + +
    + StringUtils.rightPad(null, *)   = null
    + StringUtils.rightPad("", 3)     = "   "
    + StringUtils.rightPad("bat", 3)  = "bat"
    + StringUtils.rightPad("bat", 5)  = "bat  "
    + StringUtils.rightPad("bat", 1)  = "bat"
    + StringUtils.rightPad("bat", -1) = "bat"
    + 
    +

    +

    +
    Parameters:
    str - the String to pad out, may be null
    size - the size to pad to +
    Returns:
    right padded String or original String if no padding is necessary, + null if null String input
    +
    +
    +
    + +

    +rightPad

    +
    +public static java.lang.String rightPad(java.lang.String str,
    +                                        int size,
    +                                        char padChar)
    +
    +

    Right pad a String with a specified character.

    + +

    The String is padded to the size of size.

    + +
    + StringUtils.rightPad(null, *, *)     = null
    + StringUtils.rightPad("", 3, 'z')     = "zzz"
    + StringUtils.rightPad("bat", 3, 'z')  = "bat"
    + StringUtils.rightPad("bat", 5, 'z')  = "batzz"
    + StringUtils.rightPad("bat", 1, 'z')  = "bat"
    + StringUtils.rightPad("bat", -1, 'z') = "bat"
    + 
    +

    +

    +
    Parameters:
    str - the String to pad out, may be null
    size - the size to pad to
    padChar - the character to pad with +
    Returns:
    right padded String or original String if no padding is necessary, + null if null String input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +rightPad

    +
    +public static java.lang.String rightPad(java.lang.String str,
    +                                        int size,
    +                                        java.lang.String padStr)
    +
    +

    Right pad a String with a specified String.

    + +

    The String is padded to the size of size.

    + +
    + StringUtils.rightPad(null, *, *)      = null
    + StringUtils.rightPad("", 3, "z")      = "zzz"
    + StringUtils.rightPad("bat", 3, "yz")  = "bat"
    + StringUtils.rightPad("bat", 5, "yz")  = "batyz"
    + StringUtils.rightPad("bat", 8, "yz")  = "batyzyzy"
    + StringUtils.rightPad("bat", 1, "yz")  = "bat"
    + StringUtils.rightPad("bat", -1, "yz") = "bat"
    + StringUtils.rightPad("bat", 5, null)  = "bat  "
    + StringUtils.rightPad("bat", 5, "")    = "bat  "
    + 
    +

    +

    +
    Parameters:
    str - the String to pad out, may be null
    size - the size to pad to
    padStr - the String to pad with, null or empty treated as single space +
    Returns:
    right padded String or original String if no padding is necessary, + null if null String input
    +
    +
    +
    + +

    +leftPad

    +
    +public static java.lang.String leftPad(java.lang.String str,
    +                                       int size)
    +
    +

    Left pad a String with spaces (' ').

    + +

    The String is padded to the size of size.

    + +
    + StringUtils.leftPad(null, *)   = null
    + StringUtils.leftPad("", 3)     = "   "
    + StringUtils.leftPad("bat", 3)  = "bat"
    + StringUtils.leftPad("bat", 5)  = "  bat"
    + StringUtils.leftPad("bat", 1)  = "bat"
    + StringUtils.leftPad("bat", -1) = "bat"
    + 
    +

    +

    +
    Parameters:
    str - the String to pad out, may be null
    size - the size to pad to +
    Returns:
    left padded String or original String if no padding is necessary, + null if null String input
    +
    +
    +
    + +

    +leftPad

    +
    +public static java.lang.String leftPad(java.lang.String str,
    +                                       int size,
    +                                       char padChar)
    +
    +

    Left pad a String with a specified character.

    + +

    Pad to a size of size.

    + +
    + StringUtils.leftPad(null, *, *)     = null
    + StringUtils.leftPad("", 3, 'z')     = "zzz"
    + StringUtils.leftPad("bat", 3, 'z')  = "bat"
    + StringUtils.leftPad("bat", 5, 'z')  = "zzbat"
    + StringUtils.leftPad("bat", 1, 'z')  = "bat"
    + StringUtils.leftPad("bat", -1, 'z') = "bat"
    + 
    +

    +

    +
    Parameters:
    str - the String to pad out, may be null
    size - the size to pad to
    padChar - the character to pad with +
    Returns:
    left padded String or original String if no padding is necessary, + null if null String input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +leftPad

    +
    +public static java.lang.String leftPad(java.lang.String str,
    +                                       int size,
    +                                       java.lang.String padStr)
    +
    +

    Left pad a String with a specified String.

    + +

    Pad to a size of size.

    + +
    + StringUtils.leftPad(null, *, *)      = null
    + StringUtils.leftPad("", 3, "z")      = "zzz"
    + StringUtils.leftPad("bat", 3, "yz")  = "bat"
    + StringUtils.leftPad("bat", 5, "yz")  = "yzbat"
    + StringUtils.leftPad("bat", 8, "yz")  = "yzyzybat"
    + StringUtils.leftPad("bat", 1, "yz")  = "bat"
    + StringUtils.leftPad("bat", -1, "yz") = "bat"
    + StringUtils.leftPad("bat", 5, null)  = "  bat"
    + StringUtils.leftPad("bat", 5, "")    = "  bat"
    + 
    +

    +

    +
    Parameters:
    str - the String to pad out, may be null
    size - the size to pad to
    padStr - the String to pad with, null or empty treated as single space +
    Returns:
    left padded String or original String if no padding is necessary, + null if null String input
    +
    +
    +
    + +

    +length

    +
    +public static int length(java.lang.String str)
    +
    +
    Gets a String's length or 0 if the String is null. +

    +

    +
    Parameters:
    str - a String or null +
    Returns:
    String length or 0 if the String is null.
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +center

    +
    +public static java.lang.String center(java.lang.String str,
    +                                      int size)
    +
    +

    Centers a String in a larger String of size size + using the space character (' ').

    + +

    If the size is less than the String length, the String is returned. + A null String returns null. + A negative size is treated as zero.

    + +

    Equivalent to center(str, size, " ").

    + +
    + StringUtils.center(null, *)   = null
    + StringUtils.center("", 4)     = "    "
    + StringUtils.center("ab", -1)  = "ab"
    + StringUtils.center("ab", 4)   = " ab "
    + StringUtils.center("abcd", 2) = "abcd"
    + StringUtils.center("a", 4)    = " a  "
    + 
    +

    +

    +
    Parameters:
    str - the String to center, may be null
    size - the int size of new String, negative treated as zero +
    Returns:
    centered String, null if null String input
    +
    +
    +
    + +

    +center

    +
    +public static java.lang.String center(java.lang.String str,
    +                                      int size,
    +                                      char padChar)
    +
    +

    Centers a String in a larger String of size size. + Uses a supplied character as the value to pad the String with.

    + +

    If the size is less than the String length, the String is returned. + A null String returns null. + A negative size is treated as zero.

    + +
    + StringUtils.center(null, *, *)     = null
    + StringUtils.center("", 4, ' ')     = "    "
    + StringUtils.center("ab", -1, ' ')  = "ab"
    + StringUtils.center("ab", 4, ' ')   = " ab"
    + StringUtils.center("abcd", 2, ' ') = "abcd"
    + StringUtils.center("a", 4, ' ')    = " a  "
    + StringUtils.center("a", 4, 'y')    = "yayy"
    + 
    +

    +

    +
    Parameters:
    str - the String to center, may be null
    size - the int size of new String, negative treated as zero
    padChar - the character to pad the new String with +
    Returns:
    centered String, null if null String input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +center

    +
    +public static java.lang.String center(java.lang.String str,
    +                                      int size,
    +                                      java.lang.String padStr)
    +
    +

    Centers a String in a larger String of size size. + Uses a supplied String as the value to pad the String with.

    + +

    If the size is less than the String length, the String is returned. + A null String returns null. + A negative size is treated as zero.

    + +
    + StringUtils.center(null, *, *)     = null
    + StringUtils.center("", 4, " ")     = "    "
    + StringUtils.center("ab", -1, " ")  = "ab"
    + StringUtils.center("ab", 4, " ")   = " ab"
    + StringUtils.center("abcd", 2, " ") = "abcd"
    + StringUtils.center("a", 4, " ")    = " a  "
    + StringUtils.center("a", 4, "yz")   = "yayz"
    + StringUtils.center("abc", 7, null) = "  abc  "
    + StringUtils.center("abc", 7, "")   = "  abc  "
    + 
    +

    +

    +
    Parameters:
    str - the String to center, may be null
    size - the int size of new String, negative treated as zero
    padStr - the String to pad the new String with, must not be null or empty +
    Returns:
    centered String, null if null String input +
    Throws: +
    java.lang.IllegalArgumentException - if padStr is null or empty
    +
    +
    +
    + +

    +upperCase

    +
    +public static java.lang.String upperCase(java.lang.String str)
    +
    +

    Converts a String to upper case as per String.toUpperCase().

    + +

    A null input String returns null.

    + +
    + StringUtils.upperCase(null)  = null
    + StringUtils.upperCase("")    = ""
    + StringUtils.upperCase("aBc") = "ABC"
    + 
    +

    +

    +
    Parameters:
    str - the String to upper case, may be null +
    Returns:
    the upper cased String, null if null String input
    +
    +
    +
    + +

    +lowerCase

    +
    +public static java.lang.String lowerCase(java.lang.String str)
    +
    +

    Converts a String to lower case as per String.toLowerCase().

    + +

    A null input String returns null.

    + +
    + StringUtils.lowerCase(null)  = null
    + StringUtils.lowerCase("")    = ""
    + StringUtils.lowerCase("aBc") = "abc"
    + 
    +

    +

    +
    Parameters:
    str - the String to lower case, may be null +
    Returns:
    the lower cased String, null if null String input
    +
    +
    +
    + +

    +capitalize

    +
    +public static java.lang.String capitalize(java.lang.String str)
    +
    +

    Capitalizes a String changing the first letter to title case as + per Character.toTitleCase(char). No other letters are changed.

    + +

    For a word based algorithm, see WordUtils.capitalize(String). + A null input String returns null.

    + +
    + StringUtils.capitalize(null)  = null
    + StringUtils.capitalize("")    = ""
    + StringUtils.capitalize("cat") = "Cat"
    + StringUtils.capitalize("cAt") = "CAt"
    + 
    +

    +

    +
    Parameters:
    str - the String to capitalize, may be null +
    Returns:
    the capitalized String, null if null String input
    Since:
    +
    2.0
    +
    See Also:
    WordUtils.capitalize(String), +uncapitalize(String)
    +
    +
    +
    + +

    +capitalise

    +
    +public static java.lang.String capitalise(java.lang.String str)
    +
    +
    Deprecated. Use the standardly named capitalize(String). + Method will be removed in Commons Lang 3.0. +

    +

    Capitalizes a String changing the first letter to title case as + per Character.toTitleCase(char). No other letters are changed.

    +

    +

    +
    Parameters:
    str - the String to capitalize, may be null +
    Returns:
    the capitalized String, null if null String input
    +
    +
    +
    + +

    +uncapitalize

    +
    +public static java.lang.String uncapitalize(java.lang.String str)
    +
    +

    Uncapitalizes a String changing the first letter to title case as + per Character.toLowerCase(char). No other letters are changed.

    + +

    For a word based algorithm, see WordUtils.uncapitalize(String). + A null input String returns null.

    + +
    + StringUtils.uncapitalize(null)  = null
    + StringUtils.uncapitalize("")    = ""
    + StringUtils.uncapitalize("Cat") = "cat"
    + StringUtils.uncapitalize("CAT") = "cAT"
    + 
    +

    +

    +
    Parameters:
    str - the String to uncapitalize, may be null +
    Returns:
    the uncapitalized String, null if null String input
    Since:
    +
    2.0
    +
    See Also:
    WordUtils.uncapitalize(String), +capitalize(String)
    +
    +
    +
    + +

    +uncapitalise

    +
    +public static java.lang.String uncapitalise(java.lang.String str)
    +
    +
    Deprecated. Use the standardly named uncapitalize(String). + Method will be removed in Commons Lang 3.0. +

    +

    Uncapitalizes a String changing the first letter to title case as + per Character.toLowerCase(char). No other letters are changed.

    +

    +

    +
    Parameters:
    str - the String to uncapitalize, may be null +
    Returns:
    the uncapitalized String, null if null String input
    +
    +
    +
    + +

    +swapCase

    +
    +public static java.lang.String swapCase(java.lang.String str)
    +
    +

    Swaps the case of a String changing upper and title case to + lower case, and lower case to upper case.

    + +
      +
    • Upper case character converts to Lower case
    • +
    • Title case character converts to Lower case
    • +
    • Lower case character converts to Upper case
    • +
    + +

    For a word based algorithm, see WordUtils.swapCase(String). + A null input String returns null.

    + +
    + StringUtils.swapCase(null)                 = null
    + StringUtils.swapCase("")                   = ""
    + StringUtils.swapCase("The dog has a BONE") = "tHE DOG HAS A bone"
    + 
    + +

    NOTE: This method changed in Lang version 2.0. + It no longer performs a word based algorithm. + If you only use ASCII, you will notice no change. + That functionality is available in WordUtils.

    +

    +

    +
    Parameters:
    str - the String to swap case, may be null +
    Returns:
    the changed String, null if null String input
    +
    +
    +
    + +

    +capitaliseAllWords

    +
    +public static java.lang.String capitaliseAllWords(java.lang.String str)
    +
    +
    Deprecated. Use the relocated WordUtils.capitalize(String). + Method will be removed in Commons Lang 3.0. +

    +

    Capitalizes all the whitespace separated words in a String. + Only the first letter of each word is changed.

    + +

    Whitespace is defined by Character.isWhitespace(char). + A null input String returns null.

    +

    +

    +
    Parameters:
    str - the String to capitalize, may be null +
    Returns:
    capitalized String, null if null String input
    +
    +
    +
    + +

    +countMatches

    +
    +public static int countMatches(java.lang.String str,
    +                               java.lang.String sub)
    +
    +

    Counts how many times the substring appears in the larger String.

    + +

    A null or empty ("") String input returns 0.

    + +
    + StringUtils.countMatches(null, *)       = 0
    + StringUtils.countMatches("", *)         = 0
    + StringUtils.countMatches("abba", null)  = 0
    + StringUtils.countMatches("abba", "")    = 0
    + StringUtils.countMatches("abba", "a")   = 2
    + StringUtils.countMatches("abba", "ab")  = 1
    + StringUtils.countMatches("abba", "xxx") = 0
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    sub - the substring to count, may be null +
    Returns:
    the number of occurrences, 0 if either String is null
    +
    +
    +
    + +

    +isAlpha

    +
    +public static boolean isAlpha(java.lang.String str)
    +
    +

    Checks if the String contains only unicode letters.

    + +

    null will return false. + An empty String ("") will return true.

    + +
    + StringUtils.isAlpha(null)   = false
    + StringUtils.isAlpha("")     = true
    + StringUtils.isAlpha("  ")   = false
    + StringUtils.isAlpha("abc")  = true
    + StringUtils.isAlpha("ab2c") = false
    + StringUtils.isAlpha("ab-c") = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null +
    Returns:
    true if only contains letters, and is non-null
    +
    +
    +
    + +

    +isAlphaSpace

    +
    +public static boolean isAlphaSpace(java.lang.String str)
    +
    +

    Checks if the String contains only unicode letters and + space (' ').

    + +

    null will return false + An empty String ("") will return true.

    + +
    + StringUtils.isAlphaSpace(null)   = false
    + StringUtils.isAlphaSpace("")     = true
    + StringUtils.isAlphaSpace("  ")   = true
    + StringUtils.isAlphaSpace("abc")  = true
    + StringUtils.isAlphaSpace("ab c") = true
    + StringUtils.isAlphaSpace("ab2c") = false
    + StringUtils.isAlphaSpace("ab-c") = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null +
    Returns:
    true if only contains letters and space, + and is non-null
    +
    +
    +
    + +

    +isAlphanumeric

    +
    +public static boolean isAlphanumeric(java.lang.String str)
    +
    +

    Checks if the String contains only unicode letters or digits.

    + +

    null will return false. + An empty String ("") will return true.

    + +
    + StringUtils.isAlphanumeric(null)   = false
    + StringUtils.isAlphanumeric("")     = true
    + StringUtils.isAlphanumeric("  ")   = false
    + StringUtils.isAlphanumeric("abc")  = true
    + StringUtils.isAlphanumeric("ab c") = false
    + StringUtils.isAlphanumeric("ab2c") = true
    + StringUtils.isAlphanumeric("ab-c") = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null +
    Returns:
    true if only contains letters or digits, + and is non-null
    +
    +
    +
    + +

    +isAlphanumericSpace

    +
    +public static boolean isAlphanumericSpace(java.lang.String str)
    +
    +

    Checks if the String contains only unicode letters, digits + or space (' ').

    + +

    null will return false. + An empty String ("") will return true.

    + +
    + StringUtils.isAlphanumeric(null)   = false
    + StringUtils.isAlphanumeric("")     = true
    + StringUtils.isAlphanumeric("  ")   = true
    + StringUtils.isAlphanumeric("abc")  = true
    + StringUtils.isAlphanumeric("ab c") = true
    + StringUtils.isAlphanumeric("ab2c") = true
    + StringUtils.isAlphanumeric("ab-c") = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null +
    Returns:
    true if only contains letters, digits or space, + and is non-null
    +
    +
    +
    + +

    +isAsciiPrintable

    +
    +public static boolean isAsciiPrintable(java.lang.String str)
    +
    +

    Checks if the string contains only ASCII printable characters.

    + +

    null will return false. + An empty String ("") will return true.

    + +
    + StringUtils.isAsciiPrintable(null)     = false
    + StringUtils.isAsciiPrintable("")       = true
    + StringUtils.isAsciiPrintable(" ")      = true
    + StringUtils.isAsciiPrintable("Ceki")   = true
    + StringUtils.isAsciiPrintable("ab2c")   = true
    + StringUtils.isAsciiPrintable("!ab-c~") = true
    + StringUtils.isAsciiPrintable(" ") = true
    + StringUtils.isAsciiPrintable("!") = true
    + StringUtils.isAsciiPrintable("~") = true
    + StringUtils.isAsciiPrintable("") = false
    + StringUtils.isAsciiPrintable("Ceki Gülcü") = false
    + 
    +

    +

    +
    Parameters:
    str - the string to check, may be null +
    Returns:
    true if every character is in the range + 32 thru 126
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isNumeric

    +
    +public static boolean isNumeric(java.lang.String str)
    +
    +

    Checks if the String contains only unicode digits. + A decimal point is not a unicode digit and returns false.

    + +

    null will return false. + An empty String ("") will return true.

    + +
    + StringUtils.isNumeric(null)   = false
    + StringUtils.isNumeric("")     = true
    + StringUtils.isNumeric("  ")   = false
    + StringUtils.isNumeric("123")  = true
    + StringUtils.isNumeric("12 3") = false
    + StringUtils.isNumeric("ab2c") = false
    + StringUtils.isNumeric("12-3") = false
    + StringUtils.isNumeric("12.3") = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null +
    Returns:
    true if only contains digits, and is non-null
    +
    +
    +
    + +

    +isNumericSpace

    +
    +public static boolean isNumericSpace(java.lang.String str)
    +
    +

    Checks if the String contains only unicode digits or space + (' '). + A decimal point is not a unicode digit and returns false.

    + +

    null will return false. + An empty String ("") will return true.

    + +
    + StringUtils.isNumeric(null)   = false
    + StringUtils.isNumeric("")     = true
    + StringUtils.isNumeric("  ")   = true
    + StringUtils.isNumeric("123")  = true
    + StringUtils.isNumeric("12 3") = true
    + StringUtils.isNumeric("ab2c") = false
    + StringUtils.isNumeric("12-3") = false
    + StringUtils.isNumeric("12.3") = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null +
    Returns:
    true if only contains digits or space, + and is non-null
    +
    +
    +
    + +

    +isWhitespace

    +
    +public static boolean isWhitespace(java.lang.String str)
    +
    +

    Checks if the String contains only whitespace.

    + +

    null will return false. + An empty String ("") will return true.

    + +
    + StringUtils.isWhitespace(null)   = false
    + StringUtils.isWhitespace("")     = true
    + StringUtils.isWhitespace("  ")   = true
    + StringUtils.isWhitespace("abc")  = false
    + StringUtils.isWhitespace("ab2c") = false
    + StringUtils.isWhitespace("ab-c") = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null +
    Returns:
    true if only contains whitespace, and is non-null
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +defaultString

    +
    +public static java.lang.String defaultString(java.lang.String str)
    +
    +

    Returns either the passed in String, + or if the String is null, an empty String ("").

    + +
    + StringUtils.defaultString(null)  = ""
    + StringUtils.defaultString("")    = ""
    + StringUtils.defaultString("bat") = "bat"
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null +
    Returns:
    the passed in String, or the empty String if it + was null
    See Also:
    ObjectUtils.toString(Object), +String.valueOf(Object)
    +
    +
    +
    + +

    +defaultString

    +
    +public static java.lang.String defaultString(java.lang.String str,
    +                                             java.lang.String defaultStr)
    +
    +

    Returns either the passed in String, or if the String is + null, the value of defaultStr.

    + +
    + StringUtils.defaultString(null, "NULL")  = "NULL"
    + StringUtils.defaultString("", "NULL")    = ""
    + StringUtils.defaultString("bat", "NULL") = "bat"
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    defaultStr - the default String to return + if the input is null, may be null +
    Returns:
    the passed in String, or the default if it was null
    See Also:
    ObjectUtils.toString(Object,String), +String.valueOf(Object)
    +
    +
    +
    + +

    +defaultIfEmpty

    +
    +public static java.lang.String defaultIfEmpty(java.lang.String str,
    +                                              java.lang.String defaultStr)
    +
    +

    Returns either the passed in String, or if the String is + empty or null, the value of defaultStr.

    + +
    + StringUtils.defaultIfEmpty(null, "NULL")  = "NULL"
    + StringUtils.defaultIfEmpty("", "NULL")    = "NULL"
    + StringUtils.defaultIfEmpty("bat", "NULL") = "bat"
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    defaultStr - the default String to return + if the input is empty ("") or null, may be null +
    Returns:
    the passed in String, or the default
    See Also:
    defaultString(String, String)
    +
    +
    +
    + +

    +reverse

    +
    +public static java.lang.String reverse(java.lang.String str)
    +
    +

    Reverses a String as per StringBuffer.reverse().

    + +

    A null String returns null.

    + +
    + StringUtils.reverse(null)  = null
    + StringUtils.reverse("")    = ""
    + StringUtils.reverse("bat") = "tab"
    + 
    +

    +

    +
    Parameters:
    str - the String to reverse, may be null +
    Returns:
    the reversed String, null if null String input
    +
    +
    +
    + +

    +reverseDelimited

    +
    +public static java.lang.String reverseDelimited(java.lang.String str,
    +                                                char separatorChar)
    +
    +

    Reverses a String that is delimited by a specific character.

    + +

    The Strings between the delimiters are not reversed. + Thus java.lang.String becomes String.lang.java (if the delimiter + is '.').

    + +
    + StringUtils.reverseDelimited(null, *)      = null
    + StringUtils.reverseDelimited("", *)        = ""
    + StringUtils.reverseDelimited("a.b.c", 'x') = "a.b.c"
    + StringUtils.reverseDelimited("a.b.c", ".") = "c.b.a"
    + 
    +

    +

    +
    Parameters:
    str - the String to reverse, may be null
    separatorChar - the separator character to use +
    Returns:
    the reversed String, null if null String input
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +reverseDelimitedString

    +
    +public static java.lang.String reverseDelimitedString(java.lang.String str,
    +                                                      java.lang.String separatorChars)
    +
    +
    Deprecated. Use reverseDelimited(String, char) instead. + This method is broken as the join doesn't know which char to use. + Method will be removed in Commons Lang 3.0. +

    +

    Reverses a String that is delimited by a specific character.

    + +

    The Strings between the delimiters are not reversed. + Thus java.lang.String becomes String.lang.java (if the delimiter + is ".").

    + +
    + StringUtils.reverseDelimitedString(null, *)       = null
    + StringUtils.reverseDelimitedString("",*)          = ""
    + StringUtils.reverseDelimitedString("a.b.c", null) = "a.b.c"
    + StringUtils.reverseDelimitedString("a.b.c", ".")  = "c.b.a"
    + 
    +

    +

    +
    Parameters:
    str - the String to reverse, may be null
    separatorChars - the separator characters to use, null treated as whitespace +
    Returns:
    the reversed String, null if null String input
    +
    +
    +
    + +

    +abbreviate

    +
    +public static java.lang.String abbreviate(java.lang.String str,
    +                                          int maxWidth)
    +
    +

    Abbreviates a String using ellipses. This will turn + "Now is the time for all good men" into "Now is the time for..."

    + +

    Specifically: +

      +
    • If str is less than maxWidth characters + long, return it.
    • +
    • Else abbreviate it to (substring(str, 0, max-3) + "...").
    • +
    • If maxWidth is less than 4, throw an + IllegalArgumentException.
    • +
    • In no case will it return a String of length greater than + maxWidth.
    • +
    +

    + +
    + StringUtils.abbreviate(null, *)      = null
    + StringUtils.abbreviate("", 4)        = ""
    + StringUtils.abbreviate("abcdefg", 6) = "abc..."
    + StringUtils.abbreviate("abcdefg", 7) = "abcdefg"
    + StringUtils.abbreviate("abcdefg", 8) = "abcdefg"
    + StringUtils.abbreviate("abcdefg", 4) = "a..."
    + StringUtils.abbreviate("abcdefg", 3) = IllegalArgumentException
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    maxWidth - maximum length of result String, must be at least 4 +
    Returns:
    abbreviated String, null if null String input +
    Throws: +
    java.lang.IllegalArgumentException - if the width is too small
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +abbreviate

    +
    +public static java.lang.String abbreviate(java.lang.String str,
    +                                          int offset,
    +                                          int maxWidth)
    +
    +

    Abbreviates a String using ellipses. This will turn + "Now is the time for all good men" into "...is the time for..."

    + +

    Works like abbreviate(String, int), but allows you to specify + a "left edge" offset. Note that this left edge is not necessarily going to + be the leftmost character in the result, or the first character following the + ellipses, but it will appear somewhere in the result. + +

    In no case will it return a String of length greater than + maxWidth.

    + +
    + StringUtils.abbreviate(null, *, *)                = null
    + StringUtils.abbreviate("", 0, 4)                  = ""
    + StringUtils.abbreviate("abcdefghijklmno", -1, 10) = "abcdefg..."
    + StringUtils.abbreviate("abcdefghijklmno", 0, 10)  = "abcdefg..."
    + StringUtils.abbreviate("abcdefghijklmno", 1, 10)  = "abcdefg..."
    + StringUtils.abbreviate("abcdefghijklmno", 4, 10)  = "abcdefg..."
    + StringUtils.abbreviate("abcdefghijklmno", 5, 10)  = "...fghi..."
    + StringUtils.abbreviate("abcdefghijklmno", 6, 10)  = "...ghij..."
    + StringUtils.abbreviate("abcdefghijklmno", 8, 10)  = "...ijklmno"
    + StringUtils.abbreviate("abcdefghijklmno", 10, 10) = "...ijklmno"
    + StringUtils.abbreviate("abcdefghijklmno", 12, 10) = "...ijklmno"
    + StringUtils.abbreviate("abcdefghij", 0, 3)        = IllegalArgumentException
    + StringUtils.abbreviate("abcdefghij", 5, 6)        = IllegalArgumentException
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    offset - left edge of source String
    maxWidth - maximum length of result String, must be at least 4 +
    Returns:
    abbreviated String, null if null String input +
    Throws: +
    java.lang.IllegalArgumentException - if the width is too small
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +difference

    +
    +public static java.lang.String difference(java.lang.String str1,
    +                                          java.lang.String str2)
    +
    +

    Compares two Strings, and returns the portion where they differ. + (More precisely, return the remainder of the second String, + starting from where it's different from the first.)

    + +

    For example, + difference("i am a machine", "i am a robot") -> "robot".

    + +
    + StringUtils.difference(null, null) = null
    + StringUtils.difference("", "") = ""
    + StringUtils.difference("", "abc") = "abc"
    + StringUtils.difference("abc", "") = ""
    + StringUtils.difference("abc", "abc") = ""
    + StringUtils.difference("ab", "abxyz") = "xyz"
    + StringUtils.difference("abcde", "abxyz") = "xyz"
    + StringUtils.difference("abcde", "xyz") = "xyz"
    + 
    +

    +

    +
    Parameters:
    str1 - the first String, may be null
    str2 - the second String, may be null +
    Returns:
    the portion of str2 where it differs from str1; returns the + empty String if they are equal
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +indexOfDifference

    +
    +public static int indexOfDifference(java.lang.String str1,
    +                                    java.lang.String str2)
    +
    +

    Compares two Strings, and returns the index at which the + Strings begin to differ.

    + +

    For example, + indexOfDifference("i am a machine", "i am a robot") -> 7

    + +
    + StringUtils.indexOfDifference(null, null) = -1
    + StringUtils.indexOfDifference("", "") = -1
    + StringUtils.indexOfDifference("", "abc") = 0
    + StringUtils.indexOfDifference("abc", "") = 0
    + StringUtils.indexOfDifference("abc", "abc") = -1
    + StringUtils.indexOfDifference("ab", "abxyz") = 2
    + StringUtils.indexOfDifference("abcde", "abxyz") = 2
    + StringUtils.indexOfDifference("abcde", "xyz") = 0
    + 
    +

    +

    +
    Parameters:
    str1 - the first String, may be null
    str2 - the second String, may be null +
    Returns:
    the index where str2 and str1 begin to differ; -1 if they are equal
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +indexOfDifference

    +
    +public static int indexOfDifference(java.lang.String[] strs)
    +
    +

    Compares all Strings in an array and returns the index at which the + Strings begin to differ.

    + +

    For example, + indexOfDifference(new String[] {"i am a machine", "i am a robot"}) -> 7

    + +
    + StringUtils.indexOfDifference(null) = -1
    + StringUtils.indexOfDifference(new String[] {}) = -1
    + StringUtils.indexOfDifference(new String[] {"abc"}) = -1
    + StringUtils.indexOfDifference(new String[] {null, null}) = -1
    + StringUtils.indexOfDifference(new String[] {"", ""}) = -1
    + StringUtils.indexOfDifference(new String[] {"", null}) = 0
    + StringUtils.indexOfDifference(new String[] {"abc", null, null}) = 0
    + StringUtils.indexOfDifference(new String[] {null, null, "abc"}) = 0
    + StringUtils.indexOfDifference(new String[] {"", "abc"}) = 0
    + StringUtils.indexOfDifference(new String[] {"abc", ""}) = 0
    + StringUtils.indexOfDifference(new String[] {"abc", "abc"}) = -1
    + StringUtils.indexOfDifference(new String[] {"abc", "a"}) = 1
    + StringUtils.indexOfDifference(new String[] {"ab", "abxyz"}) = 2
    + StringUtils.indexOfDifference(new String[] {"abcde", "abxyz"}) = 2
    + StringUtils.indexOfDifference(new String[] {"abcde", "xyz"}) = 0
    + StringUtils.indexOfDifference(new String[] {"xyz", "abcde"}) = 0
    + StringUtils.indexOfDifference(new String[] {"i am a machine", "i am a robot"}) = 7
    + 
    +

    +

    +
    Parameters:
    strs - array of strings, entries may be null +
    Returns:
    the index where the strings begin to differ; -1 if they are all equal
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +getCommonPrefix

    +
    +public static java.lang.String getCommonPrefix(java.lang.String[] strs)
    +
    +

    Compares all Strings in an array and returns the initial sequence of + characters that is common to all of them.

    + +

    For example, + getCommonPrefix(new String[] {"i am a machine", "i am a robot"}) -> "i am a "

    + +
    + StringUtils.getCommonPrefix(null) = ""
    + StringUtils.getCommonPrefix(new String[] {}) = ""
    + StringUtils.getCommonPrefix(new String[] {"abc"}) = "abc"
    + StringUtils.getCommonPrefix(new String[] {null, null}) = ""
    + StringUtils.getCommonPrefix(new String[] {"", ""}) = ""
    + StringUtils.getCommonPrefix(new String[] {"", null}) = ""
    + StringUtils.getCommonPrefix(new String[] {"abc", null, null}) = ""
    + StringUtils.getCommonPrefix(new String[] {null, null, "abc"}) = ""
    + StringUtils.getCommonPrefix(new String[] {"", "abc"}) = ""
    + StringUtils.getCommonPrefix(new String[] {"abc", ""}) = ""
    + StringUtils.getCommonPrefix(new String[] {"abc", "abc"}) = "abc"
    + StringUtils.getCommonPrefix(new String[] {"abc", "a"}) = "a"
    + StringUtils.getCommonPrefix(new String[] {"ab", "abxyz"}) = "ab"
    + StringUtils.getCommonPrefix(new String[] {"abcde", "abxyz"}) = "ab"
    + StringUtils.getCommonPrefix(new String[] {"abcde", "xyz"}) = ""
    + StringUtils.getCommonPrefix(new String[] {"xyz", "abcde"}) = ""
    + StringUtils.getCommonPrefix(new String[] {"i am a machine", "i am a robot"}) = "i am a "
    + 
    +

    +

    +
    Parameters:
    strs - array of String objects, entries may be null +
    Returns:
    the initial sequence of characters that are common to all Strings + in the array; empty String if the array is null, the elements are all null + or if there is no common prefix.
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +getLevenshteinDistance

    +
    +public static int getLevenshteinDistance(java.lang.String s,
    +                                         java.lang.String t)
    +
    +

    Find the Levenshtein distance between two Strings.

    + +

    This is the number of changes needed to change one String into + another, where each change is a single character modification (deletion, + insertion or substitution).

    + +

    The previous implementation of the Levenshtein distance algorithm + was from http://www.merriampark.com/ld.htm

    + +

    Chas Emerick has written an implementation in Java, which avoids an OutOfMemoryError + which can occur when my Java implementation is used with very large strings.
    + This implementation of the Levenshtein distance algorithm + is from http://www.merriampark.com/ldjava.htm

    + +
    + StringUtils.getLevenshteinDistance(null, *)             = IllegalArgumentException
    + StringUtils.getLevenshteinDistance(*, null)             = IllegalArgumentException
    + StringUtils.getLevenshteinDistance("","")               = 0
    + StringUtils.getLevenshteinDistance("","a")              = 1
    + StringUtils.getLevenshteinDistance("aaapppp", "")       = 7
    + StringUtils.getLevenshteinDistance("frog", "fog")       = 1
    + StringUtils.getLevenshteinDistance("fly", "ant")        = 3
    + StringUtils.getLevenshteinDistance("elephant", "hippo") = 7
    + StringUtils.getLevenshteinDistance("hippo", "elephant") = 7
    + StringUtils.getLevenshteinDistance("hippo", "zzzzzzzz") = 8
    + StringUtils.getLevenshteinDistance("hello", "hallo")    = 1
    + 
    +

    +

    +
    Parameters:
    s - the first String, must not be null
    t - the second String, must not be null +
    Returns:
    result distance +
    Throws: +
    java.lang.IllegalArgumentException - if either String input null
    +
    +
    +
    + +

    +startsWith

    +
    +public static boolean startsWith(java.lang.String str,
    +                                 java.lang.String prefix)
    +
    +

    Check if a String starts with a specified prefix.

    + +

    nulls are handled without exceptions. Two null + references are considered to be equal. The comparison is case sensitive.

    + +
    + StringUtils.startsWith(null, null)      = true
    + StringUtils.startsWith(null, "abcdef")  = false
    + StringUtils.startsWith("abc", null)     = false
    + StringUtils.startsWith("abc", "abcdef") = true
    + StringUtils.startsWith("abc", "ABCDEF") = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    prefix - the prefix to find, may be null +
    Returns:
    true if the String starts with the prefix, case sensitive, or + both null
    Since:
    +
    2.4
    +
    See Also:
    String.startsWith(String)
    +
    +
    +
    + +

    +startsWithIgnoreCase

    +
    +public static boolean startsWithIgnoreCase(java.lang.String str,
    +                                           java.lang.String prefix)
    +
    +

    Case insensitive check if a String starts with a specified prefix.

    + +

    nulls are handled without exceptions. Two null + references are considered to be equal. The comparison is case insensitive.

    + +
    + StringUtils.startsWithIgnoreCase(null, null)      = true
    + StringUtils.startsWithIgnoreCase(null, "abcdef")  = false
    + StringUtils.startsWithIgnoreCase("abc", null)     = false
    + StringUtils.startsWithIgnoreCase("abc", "abcdef") = true
    + StringUtils.startsWithIgnoreCase("abc", "ABCDEF") = true
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    prefix - the prefix to find, may be null +
    Returns:
    true if the String starts with the prefix, case insensitive, or + both null
    Since:
    +
    2.4
    +
    See Also:
    String.startsWith(String)
    +
    +
    +
    + +

    +endsWith

    +
    +public static boolean endsWith(java.lang.String str,
    +                               java.lang.String suffix)
    +
    +

    Check if a String ends with a specified suffix.

    + +

    nulls are handled without exceptions. Two null + references are considered to be equal. The comparison is case sensitive.

    + +
    + StringUtils.endsWith(null, null)      = true
    + StringUtils.endsWith(null, "abcdef")  = false
    + StringUtils.endsWith("def", null)     = false
    + StringUtils.endsWith("def", "abcdef") = true
    + StringUtils.endsWith("def", "ABCDEF") = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    suffix - the suffix to find, may be null +
    Returns:
    true if the String ends with the suffix, case sensitive, or + both null
    Since:
    +
    2.4
    +
    See Also:
    String.endsWith(String)
    +
    +
    +
    + +

    +endsWithIgnoreCase

    +
    +public static boolean endsWithIgnoreCase(java.lang.String str,
    +                                         java.lang.String suffix)
    +
    +

    Case insensitive check if a String ends with a specified suffix.

    + +

    nulls are handled without exceptions. Two null + references are considered to be equal. The comparison is case insensitive.

    + +
    + StringUtils.endsWithIgnoreCase(null, null)      = true
    + StringUtils.endsWithIgnoreCase(null, "abcdef")  = false
    + StringUtils.endsWithIgnoreCase("def", null)     = false
    + StringUtils.endsWithIgnoreCase("def", "abcdef") = true
    + StringUtils.endsWithIgnoreCase("def", "ABCDEF") = false
    + 
    +

    +

    +
    Parameters:
    str - the String to check, may be null
    suffix - the suffix to find, may be null +
    Returns:
    true if the String ends with the suffix, case insensitive, or + both null
    Since:
    +
    2.4
    +
    See Also:
    String.endsWith(String)
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/SystemUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/SystemUtils.html new file mode 100644 index 0000000..734e6fb --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/SystemUtils.html @@ -0,0 +1,2508 @@ + + + + + + + +SystemUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class SystemUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.SystemUtils
    +
    +
    +
    +
    public class SystemUtils
    extends java.lang.Object
    + +

    +

    Helpers for java.lang.System.

    + +

    If a system property cannot be read due to security restrictions, + the corresponding field in this class will be set to null + and a message will be written to System.err.

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: SystemUtils.java 595798 2007-11-16 20:01:43Z bayard $
    +
    Author:
    +
    Based on code from Avalon Excalibur, Based on code from Lucene, Stephen Colebourne, Steve Downey, Gary Gregory, Michael Becke, Tetsuya Kaneuchi, Rafal Krupinski, Jason Gritman
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static java.lang.StringAWT_TOOLKIT + +
    +          The awt.toolkit System Property.
    +static java.lang.StringFILE_ENCODING + +
    +          The file.encoding System Property.
    +static java.lang.StringFILE_SEPARATOR + +
    +          The file.separator System Property.
    +static booleanIS_JAVA_1_1 + +
    +          Is true if this is Java version 1.1 (also 1.1.x versions).
    +static booleanIS_JAVA_1_2 + +
    +          Is true if this is Java version 1.2 (also 1.2.x versions).
    +static booleanIS_JAVA_1_3 + +
    +          Is true if this is Java version 1.3 (also 1.3.x versions).
    +static booleanIS_JAVA_1_4 + +
    +          Is true if this is Java version 1.4 (also 1.4.x versions).
    +static booleanIS_JAVA_1_5 + +
    +          Is true if this is Java version 1.5 (also 1.5.x versions).
    +static booleanIS_JAVA_1_6 + +
    +          Is true if this is Java version 1.6 (also 1.6.x versions).
    +static booleanIS_OS_AIX + +
    +          Is true if this is AIX.
    +static booleanIS_OS_HP_UX + +
    +          Is true if this is HP-UX.
    +static booleanIS_OS_IRIX + +
    +          Is true if this is Irix.
    +static booleanIS_OS_LINUX + +
    +          Is true if this is Linux.
    +static booleanIS_OS_MAC + +
    +          Is true if this is Mac.
    +static booleanIS_OS_MAC_OSX + +
    +          Is true if this is Mac.
    +static booleanIS_OS_OS2 + +
    +          Is true if this is OS/2.
    +static booleanIS_OS_SOLARIS + +
    +          Is true if this is Solaris.
    +static booleanIS_OS_SUN_OS + +
    +          Is true if this is SunOS.
    +static booleanIS_OS_UNIX + +
    +          Is true if this is a POSIX compilant system, + as in any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS.
    +static booleanIS_OS_WINDOWS + +
    +          Is true if this is Windows.
    +static booleanIS_OS_WINDOWS_2000 + +
    +          Is true if this is Windows 2000.
    +static booleanIS_OS_WINDOWS_95 + +
    +          Is true if this is Windows 95.
    +static booleanIS_OS_WINDOWS_98 + +
    +          Is true if this is Windows 98.
    +static booleanIS_OS_WINDOWS_ME + +
    +          Is true if this is Windows ME.
    +static booleanIS_OS_WINDOWS_NT + +
    +          Is true if this is Windows NT.
    +static booleanIS_OS_WINDOWS_VISTA + +
    +          Is true if this is Windows Vista.
    +static booleanIS_OS_WINDOWS_XP + +
    +          Is true if this is Windows XP.
    +static java.lang.StringJAVA_AWT_FONTS + +
    +          The java.awt.fonts System Property.
    +static java.lang.StringJAVA_AWT_GRAPHICSENV + +
    +          The java.awt.graphicsenv System Property.
    +static java.lang.StringJAVA_AWT_HEADLESS + +
    +           + The java.awt.headless System Property.
    +static java.lang.StringJAVA_AWT_PRINTERJOB + +
    +          The java.awt.printerjob System Property.
    +static java.lang.StringJAVA_CLASS_PATH + +
    +          The java.class.path System Property.
    +static java.lang.StringJAVA_CLASS_VERSION + +
    +          The java.class.version System Property.
    +static java.lang.StringJAVA_COMPILER + +
    +          The java.compiler System Property.
    +static java.lang.StringJAVA_ENDORSED_DIRS + +
    +          The java.endorsed.dirs System Property.
    +static java.lang.StringJAVA_EXT_DIRS + +
    +          The java.ext.dirs System Property.
    +static java.lang.StringJAVA_HOME + +
    +          The java.home System Property.
    +static java.lang.StringJAVA_IO_TMPDIR + +
    +          The java.io.tmpdir System Property.
    +static java.lang.StringJAVA_LIBRARY_PATH + +
    +          The java.library.path System Property.
    +static java.lang.StringJAVA_RUNTIME_NAME + +
    +          The java.runtime.name System Property.
    +static java.lang.StringJAVA_RUNTIME_VERSION + +
    +          The java.runtime.version System Property.
    +static java.lang.StringJAVA_SPECIFICATION_NAME + +
    +          The java.specification.name System Property.
    +static java.lang.StringJAVA_SPECIFICATION_VENDOR + +
    +          The java.specification.vendor System Property.
    +static java.lang.StringJAVA_SPECIFICATION_VERSION + +
    +          The java.specification.version System Property.
    +static java.lang.StringJAVA_UTIL_PREFS_PREFERENCES_FACTORY + +
    +          The java.util.prefs.PreferencesFactory System Property.
    +static java.lang.StringJAVA_VENDOR + +
    +          The java.vendor System Property.
    +static java.lang.StringJAVA_VENDOR_URL + +
    +          The java.vendor.url System Property.
    +static java.lang.StringJAVA_VERSION + +
    +          The java.version System Property.
    +static floatJAVA_VERSION_FLOAT + +
    +          Gets the Java version as a float.
    +static intJAVA_VERSION_INT + +
    +          Gets the Java version as an int.
    +static java.lang.StringJAVA_VERSION_TRIMMED + +
    +          Gets the Java version as a String trimming leading letters.
    +static java.lang.StringJAVA_VM_INFO + +
    +          The java.vm.info System Property.
    +static java.lang.StringJAVA_VM_NAME + +
    +          The java.vm.name System Property.
    +static java.lang.StringJAVA_VM_SPECIFICATION_NAME + +
    +          The java.vm.specification.name System Property.
    +static java.lang.StringJAVA_VM_SPECIFICATION_VENDOR + +
    +          The java.vm.specification.vendor System Property.
    +static java.lang.StringJAVA_VM_SPECIFICATION_VERSION + +
    +          The java.vm.specification.version System Property.
    +static java.lang.StringJAVA_VM_VENDOR + +
    +          The java.vm.vendor System Property.
    +static java.lang.StringJAVA_VM_VERSION + +
    +          The java.vm.version System Property.
    +static java.lang.StringLINE_SEPARATOR + +
    +          The line.separator System Property.
    +static java.lang.StringOS_ARCH + +
    +          The os.arch System Property.
    +static java.lang.StringOS_NAME + +
    +          The os.name System Property.
    +static java.lang.StringOS_VERSION + +
    +          The os.version System Property.
    +static java.lang.StringPATH_SEPARATOR + +
    +          The path.separator System Property.
    +static java.lang.StringUSER_COUNTRY + +
    +          The user.country or user.region System Property.
    +static java.lang.StringUSER_DIR + +
    +          The user.dir System Property.
    +static java.lang.StringUSER_HOME + +
    +          The user.home System Property.
    +static java.lang.StringUSER_LANGUAGE + +
    +          The user.language System Property.
    +static java.lang.StringUSER_NAME + +
    +          The user.name System Property.
    +static java.lang.StringUSER_TIMEZONE + +
    +          The user.timezone System Property.
    +  + + + + + + + + + + +
    +Constructor Summary
    SystemUtils() + +
    +          SystemUtils instances should NOT be constructed in standard + programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.io.FilegetJavaHome() + +
    +          Gets the Java home directory as a File.
    +static java.io.FilegetJavaIoTmpDir() + +
    +          Gets the Java IO temporary directory as a File.
    +static floatgetJavaVersion() + +
    +          Deprecated. Use JAVA_VERSION_FLOAT instead. + Method will be removed in Commons Lang 3.0.
    +static java.io.FilegetUserDir() + +
    +          Gets the user directory as a File.
    +static java.io.FilegetUserHome() + +
    +          Gets the user home directory as a File.
    +static booleanisJavaAwtHeadless() + +
    +          Returns whether the JAVA_AWT_HEADLESS value is true.
    +static booleanisJavaVersionAtLeast(float requiredVersion) + +
    +          Is the Java version at least the requested version.
    +static booleanisJavaVersionAtLeast(int requiredVersion) + +
    +          Is the Java version at least the requested version.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +AWT_TOOLKIT

    +
    +public static final java.lang.String AWT_TOOLKIT
    +
    +

    The awt.toolkit System Property.

    +

    Holds a class name, on Windows XP this is sun.awt.windows.WToolkit.

    +

    On platforms without a GUI, this value is null.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    2.1
    +
    +
    +
    + +

    +FILE_ENCODING

    +
    +public static final java.lang.String FILE_ENCODING
    +
    +

    The file.encoding System Property.

    +

    File encoding, such as Cp1252.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    2.0, Java 1.2
    +
    +
    +
    + +

    +FILE_SEPARATOR

    +
    +public static final java.lang.String FILE_SEPARATOR
    +
    +

    The file.separator System Property. + File separator ("/" on UNIX).

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.1
    +
    +
    +
    + +

    +JAVA_AWT_FONTS

    +
    +public static final java.lang.String JAVA_AWT_FONTS
    +
    +

    The java.awt.fonts System Property.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    2.1
    +
    +
    +
    + +

    +JAVA_AWT_GRAPHICSENV

    +
    +public static final java.lang.String JAVA_AWT_GRAPHICSENV
    +
    +

    The java.awt.graphicsenv System Property.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    2.1
    +
    +
    +
    + +

    +JAVA_AWT_HEADLESS

    +
    +public static final java.lang.String JAVA_AWT_HEADLESS
    +
    +

    + The java.awt.headless System Property. + The value of this property is the String "true" or "false". +

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    2.1, Java 1.4
    +
    See Also:
    isJavaAwtHeadless()
    +
    +
    + +

    +JAVA_AWT_PRINTERJOB

    +
    +public static final java.lang.String JAVA_AWT_PRINTERJOB
    +
    +

    The java.awt.printerjob System Property.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    2.1
    +
    +
    +
    + +

    +JAVA_CLASS_PATH

    +
    +public static final java.lang.String JAVA_CLASS_PATH
    +
    +

    The java.class.path System Property. Java class path.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.1
    +
    +
    +
    + +

    +JAVA_CLASS_VERSION

    +
    +public static final java.lang.String JAVA_CLASS_VERSION
    +
    +

    The java.class.version System Property. + Java class format version number.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.1
    +
    +
    +
    + +

    +JAVA_COMPILER

    +
    +public static final java.lang.String JAVA_COMPILER
    +
    +

    The java.compiler System Property. Name of JIT compiler to use. + First in JDK version 1.2. Not used in Sun JDKs after 1.2.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.2. Not used in Sun versions after 1.2.
    +
    +
    +
    + +

    +JAVA_ENDORSED_DIRS

    +
    +public static final java.lang.String JAVA_ENDORSED_DIRS
    +
    +

    The java.endorsed.dirs System Property. Path of endorsed directory + or directories.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.4
    +
    +
    +
    + +

    +JAVA_EXT_DIRS

    +
    +public static final java.lang.String JAVA_EXT_DIRS
    +
    +

    The java.ext.dirs System Property. Path of extension directory + or directories.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.3
    +
    +
    +
    + +

    +JAVA_HOME

    +
    +public static final java.lang.String JAVA_HOME
    +
    +

    The java.home System Property. Java installation directory.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.1
    +
    +
    +
    + +

    +JAVA_IO_TMPDIR

    +
    +public static final java.lang.String JAVA_IO_TMPDIR
    +
    +

    The java.io.tmpdir System Property. Default temp file path.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.2
    +
    +
    +
    + +

    +JAVA_LIBRARY_PATH

    +
    +public static final java.lang.String JAVA_LIBRARY_PATH
    +
    +

    The java.library.path System Property. List of paths to search + when loading libraries.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.2
    +
    +
    +
    + +

    +JAVA_RUNTIME_NAME

    +
    +public static final java.lang.String JAVA_RUNTIME_NAME
    +
    +

    The java.runtime.name System Property. Java Runtime Environment + name.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    2.0, Java 1.3
    +
    +
    +
    + +

    +JAVA_RUNTIME_VERSION

    +
    +public static final java.lang.String JAVA_RUNTIME_VERSION
    +
    +

    The java.runtime.version System Property. Java Runtime Environment + version.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    2.0, Java 1.3
    +
    +
    +
    + +

    +JAVA_SPECIFICATION_NAME

    +
    +public static final java.lang.String JAVA_SPECIFICATION_NAME
    +
    +

    The java.specification.name System Property. Java Runtime Environment + specification name.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.2
    +
    +
    +
    + +

    +JAVA_SPECIFICATION_VENDOR

    +
    +public static final java.lang.String JAVA_SPECIFICATION_VENDOR
    +
    +

    The java.specification.vendor System Property. Java Runtime Environment + specification vendor.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.2
    +
    +
    +
    + +

    +JAVA_SPECIFICATION_VERSION

    +
    +public static final java.lang.String JAVA_SPECIFICATION_VERSION
    +
    +

    The java.specification.version System Property. Java Runtime Environment + specification version.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.3
    +
    +
    +
    + +

    +JAVA_UTIL_PREFS_PREFERENCES_FACTORY

    +
    +public static final java.lang.String JAVA_UTIL_PREFS_PREFERENCES_FACTORY
    +
    +

    The java.util.prefs.PreferencesFactory System Property. A class name.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    2.1, Java 1.4
    +
    +
    +
    + +

    +JAVA_VENDOR

    +
    +public static final java.lang.String JAVA_VENDOR
    +
    +

    The java.vendor System Property. Java vendor-specific string.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.1
    +
    +
    +
    + +

    +JAVA_VENDOR_URL

    +
    +public static final java.lang.String JAVA_VENDOR_URL
    +
    +

    The java.vendor.url System Property. Java vendor URL.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.1
    +
    +
    +
    + +

    +JAVA_VERSION

    +
    +public static final java.lang.String JAVA_VERSION
    +
    +

    The java.version System Property. Java version number.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.1
    +
    +
    +
    + +

    +JAVA_VM_INFO

    +
    +public static final java.lang.String JAVA_VM_INFO
    +
    +

    The java.vm.info System Property. Java Virtual Machine implementation + info.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    2.0, Java 1.2
    +
    +
    +
    + +

    +JAVA_VM_NAME

    +
    +public static final java.lang.String JAVA_VM_NAME
    +
    +

    The java.vm.name System Property. Java Virtual Machine implementation + name.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.2
    +
    +
    +
    + +

    +JAVA_VM_SPECIFICATION_NAME

    +
    +public static final java.lang.String JAVA_VM_SPECIFICATION_NAME
    +
    +

    The java.vm.specification.name System Property. Java Virtual Machine + specification name.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.2
    +
    +
    +
    + +

    +JAVA_VM_SPECIFICATION_VENDOR

    +
    +public static final java.lang.String JAVA_VM_SPECIFICATION_VENDOR
    +
    +

    The java.vm.specification.vendor System Property. Java Virtual + Machine specification vendor.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.2
    +
    +
    +
    + +

    +JAVA_VM_SPECIFICATION_VERSION

    +
    +public static final java.lang.String JAVA_VM_SPECIFICATION_VERSION
    +
    +

    The java.vm.specification.version System Property. Java Virtual Machine + specification version.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.2
    +
    +
    +
    + +

    +JAVA_VM_VENDOR

    +
    +public static final java.lang.String JAVA_VM_VENDOR
    +
    +

    The java.vm.vendor System Property. Java Virtual Machine implementation + vendor.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.2
    +
    +
    +
    + +

    +JAVA_VM_VERSION

    +
    +public static final java.lang.String JAVA_VM_VERSION
    +
    +

    The java.vm.version System Property. Java Virtual Machine + implementation version.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.2
    +
    +
    +
    + +

    +LINE_SEPARATOR

    +
    +public static final java.lang.String LINE_SEPARATOR
    +
    +

    The line.separator System Property. Line separator + ("\n" on UNIX).

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.1
    +
    +
    +
    + +

    +OS_ARCH

    +
    +public static final java.lang.String OS_ARCH
    +
    +

    The os.arch System Property. Operating system architecture.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.1
    +
    +
    +
    + +

    +OS_NAME

    +
    +public static final java.lang.String OS_NAME
    +
    +

    The os.name System Property. Operating system name.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.1
    +
    +
    +
    + +

    +OS_VERSION

    +
    +public static final java.lang.String OS_VERSION
    +
    +

    The os.version System Property. Operating system version.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.1
    +
    +
    +
    + +

    +PATH_SEPARATOR

    +
    +public static final java.lang.String PATH_SEPARATOR
    +
    +

    The path.separator System Property. Path separator + (":" on UNIX).

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.1
    +
    +
    +
    + +

    +USER_COUNTRY

    +
    +public static final java.lang.String USER_COUNTRY
    +
    +

    The user.country or user.region System Property. + User's country code, such as GB. First in JDK version 1.2 as + user.region. Renamed to user.country in 1.4

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    2.0, Java 1.2
    +
    +
    +
    + +

    +USER_DIR

    +
    +public static final java.lang.String USER_DIR
    +
    +

    The user.dir System Property. User's current working + directory.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.1
    +
    +
    +
    + +

    +USER_HOME

    +
    +public static final java.lang.String USER_HOME
    +
    +

    The user.home System Property. User's home directory.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.1
    +
    +
    +
    + +

    +USER_LANGUAGE

    +
    +public static final java.lang.String USER_LANGUAGE
    +
    +

    The user.language System Property. User's language code, + such as "en".

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    2.0, Java 1.2
    +
    +
    +
    + +

    +USER_NAME

    +
    +public static final java.lang.String USER_NAME
    +
    +

    The user.name System Property. User's account name.

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    Java 1.1
    +
    +
    +
    + +

    +USER_TIMEZONE

    +
    +public static final java.lang.String USER_TIMEZONE
    +
    +

    The user.timezone System Property. + For example: "America/Los_Angeles".

    + +

    Defaults to null if the runtime does not have + security access to read this property or the property does not exist.

    + +

    + This value is initialized when the class is loaded. If System.setProperty(String,String) + or System.setProperties(java.util.Properties) is called after this class is loaded, the value + will be out of sync with that System property. +

    +

    +

    +
    Since:
    +
    2.1
    +
    +
    +
    + +

    +JAVA_VERSION_TRIMMED

    +
    +public static final java.lang.String JAVA_VERSION_TRIMMED
    +
    +

    Gets the Java version as a String trimming leading letters.

    + +

    The field will return null if JAVA_VERSION is null.

    +

    +

    +
    Since:
    +
    2.1
    +
    +
    +
    + +

    +JAVA_VERSION_FLOAT

    +
    +public static final float JAVA_VERSION_FLOAT
    +
    +

    Gets the Java version as a float.

    + +

    Example return values:

    +
      +
    • 1.2f for JDK 1.2 +
    • 1.31f for JDK 1.3.1 +
    + +

    The field will return zero if JAVA_VERSION is null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +JAVA_VERSION_INT

    +
    +public static final int JAVA_VERSION_INT
    +
    +

    Gets the Java version as an int.

    + +

    Example return values:

    +
      +
    • 120 for JDK 1.2 +
    • 131 for JDK 1.3.1 +
    + +

    The field will return zero if JAVA_VERSION is null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +IS_JAVA_1_1

    +
    +public static final boolean IS_JAVA_1_1
    +
    +

    Is true if this is Java version 1.1 (also 1.1.x versions).

    + +

    The field will return false if JAVA_VERSION is + null.

    +

    +

    +
    +
    +
    + +

    +IS_JAVA_1_2

    +
    +public static final boolean IS_JAVA_1_2
    +
    +

    Is true if this is Java version 1.2 (also 1.2.x versions).

    + +

    The field will return false if JAVA_VERSION is + null.

    +

    +

    +
    +
    +
    + +

    +IS_JAVA_1_3

    +
    +public static final boolean IS_JAVA_1_3
    +
    +

    Is true if this is Java version 1.3 (also 1.3.x versions).

    + +

    The field will return false if JAVA_VERSION is + null.

    +

    +

    +
    +
    +
    + +

    +IS_JAVA_1_4

    +
    +public static final boolean IS_JAVA_1_4
    +
    +

    Is true if this is Java version 1.4 (also 1.4.x versions).

    + +

    The field will return false if JAVA_VERSION is + null.

    +

    +

    +
    +
    +
    + +

    +IS_JAVA_1_5

    +
    +public static final boolean IS_JAVA_1_5
    +
    +

    Is true if this is Java version 1.5 (also 1.5.x versions).

    + +

    The field will return false if JAVA_VERSION is + null.

    +

    +

    +
    +
    +
    + +

    +IS_JAVA_1_6

    +
    +public static final boolean IS_JAVA_1_6
    +
    +

    Is true if this is Java version 1.6 (also 1.6.x versions).

    + +

    The field will return false if JAVA_VERSION is + null.

    +

    +

    +
    +
    +
    + +

    +IS_OS_AIX

    +
    +public static final boolean IS_OS_AIX
    +
    +

    Is true if this is AIX.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +IS_OS_HP_UX

    +
    +public static final boolean IS_OS_HP_UX
    +
    +

    Is true if this is HP-UX.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +IS_OS_IRIX

    +
    +public static final boolean IS_OS_IRIX
    +
    +

    Is true if this is Irix.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +IS_OS_LINUX

    +
    +public static final boolean IS_OS_LINUX
    +
    +

    Is true if this is Linux.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +IS_OS_MAC

    +
    +public static final boolean IS_OS_MAC
    +
    +

    Is true if this is Mac.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +IS_OS_MAC_OSX

    +
    +public static final boolean IS_OS_MAC_OSX
    +
    +

    Is true if this is Mac.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +IS_OS_OS2

    +
    +public static final boolean IS_OS_OS2
    +
    +

    Is true if this is OS/2.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +IS_OS_SOLARIS

    +
    +public static final boolean IS_OS_SOLARIS
    +
    +

    Is true if this is Solaris.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +IS_OS_SUN_OS

    +
    +public static final boolean IS_OS_SUN_OS
    +
    +

    Is true if this is SunOS.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +IS_OS_UNIX

    +
    +public static final boolean IS_OS_UNIX
    +
    +

    Is true if this is a POSIX compilant system, + as in any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.1
    +
    +
    +
    + +

    +IS_OS_WINDOWS

    +
    +public static final boolean IS_OS_WINDOWS
    +
    +

    Is true if this is Windows.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +IS_OS_WINDOWS_2000

    +
    +public static final boolean IS_OS_WINDOWS_2000
    +
    +

    Is true if this is Windows 2000.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +IS_OS_WINDOWS_95

    +
    +public static final boolean IS_OS_WINDOWS_95
    +
    +

    Is true if this is Windows 95.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +IS_OS_WINDOWS_98

    +
    +public static final boolean IS_OS_WINDOWS_98
    +
    +

    Is true if this is Windows 98.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +IS_OS_WINDOWS_ME

    +
    +public static final boolean IS_OS_WINDOWS_ME
    +
    +

    Is true if this is Windows ME.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +IS_OS_WINDOWS_NT

    +
    +public static final boolean IS_OS_WINDOWS_NT
    +
    +

    Is true if this is Windows NT.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +IS_OS_WINDOWS_XP

    +
    +public static final boolean IS_OS_WINDOWS_XP
    +
    +

    Is true if this is Windows XP.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +IS_OS_WINDOWS_VISTA

    +
    +public static final boolean IS_OS_WINDOWS_VISTA
    +
    +

    Is true if this is Windows Vista.

    + +

    The field will return false if OS_NAME is + null.

    +

    +

    +
    Since:
    +
    2.4
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +SystemUtils

    +
    +public SystemUtils()
    +
    +

    SystemUtils instances should NOT be constructed in standard + programming. Instead, the class should be used as + SystemUtils.FILE_SEPARATOR.

    + +

    This constructor is public to permit tools that require a JavaBean + instance to operate.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +getJavaVersion

    +
    +public static float getJavaVersion()
    +
    +
    Deprecated. Use JAVA_VERSION_FLOAT instead. + Method will be removed in Commons Lang 3.0. +

    +

    Gets the Java version number as a float.

    + +

    Example return values:

    +
      +
    • 1.2f for JDK 1.2 +
    • 1.31f for JDK 1.3.1 +
    +

    +

    + +
    Returns:
    the version, for example 1.31f for JDK 1.3.1
    +
    +
    +
    + +

    +isJavaVersionAtLeast

    +
    +public static boolean isJavaVersionAtLeast(float requiredVersion)
    +
    +

    Is the Java version at least the requested version.

    + +

    Example input:

    +
      +
    • 1.2f to test for JDK 1.2
    • +
    • 1.31f to test for JDK 1.3.1
    • +
    +

    +

    +
    Parameters:
    requiredVersion - the required version, for example 1.31f +
    Returns:
    true if the actual version is equal or greater + than the required version
    +
    +
    +
    + +

    +isJavaVersionAtLeast

    +
    +public static boolean isJavaVersionAtLeast(int requiredVersion)
    +
    +

    Is the Java version at least the requested version.

    + +

    Example input:

    +
      +
    • 120 to test for JDK 1.2 or greater
    • +
    • 131 to test for JDK 1.3.1 or greater
    • +
    +

    +

    +
    Parameters:
    requiredVersion - the required version, for example 131 +
    Returns:
    true if the actual version is equal or greater + than the required version
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +isJavaAwtHeadless

    +
    +public static boolean isJavaAwtHeadless()
    +
    +
    Returns whether the JAVA_AWT_HEADLESS value is true. +

    +

    + +
    Returns:
    true if JAVA_AWT_HEADLESS is "true", + false otherwise.
    Since:
    +
    2.1, Java 1.4
    +
    See Also:
    JAVA_AWT_HEADLESS
    +
    +
    +
    + +

    +getJavaHome

    +
    +public static java.io.File getJavaHome()
    +
    +

    Gets the Java home directory as a File.

    +

    +

    + +
    Returns:
    a directory +
    Throws: +
    java.lang.SecurityException - if a security manager exists and its + checkPropertyAccess method doesn't allow + access to the specified system property.
    Since:
    +
    2.1
    +
    See Also:
    System.getProperty(String)
    +
    +
    +
    + +

    +getJavaIoTmpDir

    +
    +public static java.io.File getJavaIoTmpDir()
    +
    +

    Gets the Java IO temporary directory as a File.

    +

    +

    + +
    Returns:
    a directory +
    Throws: +
    java.lang.SecurityException - if a security manager exists and its + checkPropertyAccess method doesn't allow + access to the specified system property.
    Since:
    +
    2.1
    +
    See Also:
    System.getProperty(String)
    +
    +
    +
    + +

    +getUserDir

    +
    +public static java.io.File getUserDir()
    +
    +

    Gets the user directory as a File.

    +

    +

    + +
    Returns:
    a directory +
    Throws: +
    java.lang.SecurityException - if a security manager exists and its + checkPropertyAccess method doesn't allow + access to the specified system property.
    Since:
    +
    2.1
    +
    See Also:
    System.getProperty(String)
    +
    +
    +
    + +

    +getUserHome

    +
    +public static java.io.File getUserHome()
    +
    +

    Gets the user home directory as a File.

    +

    +

    + +
    Returns:
    a directory +
    Throws: +
    java.lang.SecurityException - if a security manager exists and its + checkPropertyAccess method doesn't allow + access to the specified system property.
    Since:
    +
    2.1
    +
    See Also:
    System.getProperty(String)
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/UnhandledException.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/UnhandledException.html new file mode 100644 index 0000000..bd518e6 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/UnhandledException.html @@ -0,0 +1,311 @@ + + + + + + + +UnhandledException (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class UnhandledException

    +
    +java.lang.Object
    +  extended byjava.lang.Throwable
    +      extended byjava.lang.Exception
    +          extended byjava.lang.RuntimeException
    +              extended byorg.apache.commons.lang.exception.NestableRuntimeException
    +                  extended byorg.apache.commons.lang.UnhandledException
    +
    +
    +
    All Implemented Interfaces:
    Nestable, java.io.Serializable
    +
    +
    +
    +
    public class UnhandledException
    extends NestableRuntimeException
    + +

    +

    Thrown when it is impossible or undesirable to consume or throw a checked exception.

    + This exception supplements the standard exception classes by providing a more + semantically rich description of the problem.

    + +

    UnhandledException represents the case where a method has to deal + with a checked exception but does not wish to. + Instead, the checked exception is rethrown in this unchecked wrapper.

    + +
    + public void foo() {
    +   try {
    +     // do something that throws IOException
    +   } catch (IOException ex) {
    +     // don't want to or can't throw IOException from foo()
    +     throw new UnhandledException(ex);
    +   }
    + }
    + 
    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: UnhandledException.java 437554 2006-08-28 06:21:41Z bayard $
    +
    Author:
    +
    Matthew Hawthorne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException
    delegate
    +  + + + + + + + + + + + + + +
    +Constructor Summary
    UnhandledException(java.lang.String message, + java.lang.Throwable cause) + +
    +          Constructs the exception using a message and cause.
    UnhandledException(java.lang.Throwable cause) + +
    +          Constructs the exception using a cause.
    +  + + + + + + + + + + +
    Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException
    getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
    + + + + + + + +
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +UnhandledException

    +
    +public UnhandledException(java.lang.Throwable cause)
    +
    +
    Constructs the exception using a cause. +

    +

    Parameters:
    cause - the underlying cause
    +
    + +

    +UnhandledException

    +
    +public UnhandledException(java.lang.String message,
    +                          java.lang.Throwable cause)
    +
    +
    Constructs the exception using a message and cause. +

    +

    Parameters:
    message - the message to use
    cause - the underlying cause
    + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/Validate.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/Validate.html new file mode 100644 index 0000000..0d4852c --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/Validate.html @@ -0,0 +1,985 @@ + + + + + + + +Validate (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class Validate

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.Validate
    +
    +
    +
    +
    public class Validate
    extends java.lang.Object
    + +

    +

    Assists in validating arguments.

    + +

    The class is based along the lines of JUnit. If an argument value is + deemed invalid, an IllegalArgumentException is thrown. For example:

    + +
    + Validate.isTrue( i > 0, "The value must be greater than zero: ", i);
    + Validate.notNull( surname, "The surname must not be null");
    + 
    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: Validate.java 437554 2006-08-28 06:21:41Z bayard $
    +
    Author:
    +
    Ola Berg, Stephen Colebourne, Gary Gregory, Norm Deane
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    Validate() + +
    +          Constructor.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static voidallElementsOfType(java.util.Collection collection, + java.lang.Class clazz) + +
    +           + Validate an argument, throwing IllegalArgumentException if the argument collection is + null or has elements that are not of type clazz or a subclass.
    +static voidallElementsOfType(java.util.Collection collection, + java.lang.Class clazz, + java.lang.String message) + +
    +          Validate an argument, throwing IllegalArgumentException + if the argument collection is null or has elements that + are not of type clazz or a subclass.
    +static voidisTrue(boolean expression) + +
    +          Validate an argument, throwing IllegalArgumentException + if the test result is false.
    +static voidisTrue(boolean expression, + java.lang.String message) + +
    +          Validate an argument, throwing IllegalArgumentException + if the test result is false.
    +static voidisTrue(boolean expression, + java.lang.String message, + double value) + +
    +          Validate an argument, throwing IllegalArgumentException + if the test result is false.
    +static voidisTrue(boolean expression, + java.lang.String message, + long value) + +
    +          Validate an argument, throwing IllegalArgumentException + if the test result is false.
    +static voidisTrue(boolean expression, + java.lang.String message, + java.lang.Object value) + +
    +          Validate an argument, throwing IllegalArgumentException + if the test result is false.
    +static voidnoNullElements(java.util.Collection collection) + +
    +          Validate an argument, throwing IllegalArgumentException + if the argument Collection has null elements or is + null.
    +static voidnoNullElements(java.util.Collection collection, + java.lang.String message) + +
    +          Validate an argument, throwing IllegalArgumentException + if the argument Collection has null elements or is + null.
    +static voidnoNullElements(java.lang.Object[] array) + +
    +          Validate an argument, throwing IllegalArgumentException + if the argument array has null elements or is + null.
    +static voidnoNullElements(java.lang.Object[] array, + java.lang.String message) + +
    +          Validate an argument, throwing IllegalArgumentException + if the argument array has null elements or is + null.
    +static voidnotEmpty(java.util.Collection collection) + +
    +          Validate an argument, throwing IllegalArgumentException + if the argument Collection is empty (null or no elements).
    +static voidnotEmpty(java.util.Collection collection, + java.lang.String message) + +
    +          Validate an argument, throwing IllegalArgumentException + if the argument Collection is empty (null or no elements).
    +static voidnotEmpty(java.util.Map map) + +
    +          Validate an argument, throwing IllegalArgumentException + if the argument Map is empty (null or no elements).
    +static voidnotEmpty(java.util.Map map, + java.lang.String message) + +
    +          Validate an argument, throwing IllegalArgumentException + if the argument Map is empty (null or no elements).
    +static voidnotEmpty(java.lang.Object[] array) + +
    +          Validate an argument, throwing IllegalArgumentException + if the argument array is empty (null or no elements).
    +static voidnotEmpty(java.lang.Object[] array, + java.lang.String message) + +
    +          Validate an argument, throwing IllegalArgumentException + if the argument array is empty (null or no elements).
    +static voidnotEmpty(java.lang.String string) + +
    +          Validate an argument, throwing IllegalArgumentException + if the argument String is empty (null or zero length).
    +static voidnotEmpty(java.lang.String string, + java.lang.String message) + +
    +          Validate an argument, throwing IllegalArgumentException + if the argument String is empty (null or zero length).
    +static voidnotNull(java.lang.Object object) + +
    +          Validate an argument, throwing IllegalArgumentException + if the argument is null.
    +static voidnotNull(java.lang.Object object, + java.lang.String message) + +
    +          Validate an argument, throwing IllegalArgumentException + if the argument is null.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +Validate

    +
    +public Validate()
    +
    +
    Constructor. This class should not normally be instantiated. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +isTrue

    +
    +public static void isTrue(boolean expression,
    +                          java.lang.String message,
    +                          java.lang.Object value)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the test result is false.

    + +

    This is used when validating according to an arbitrary boolean expression, + such as validating a primitive number or using your own custom validation + expression.

    + +
    + Validate.isTrue( myObject.isOk(), "The object is not OK: ", myObject);
    + 
    + +

    For performance reasons, the object is passed as a separate parameter and + appended to the message string only in the case of an error.

    +

    +

    +
    Parameters:
    expression - a boolean expression
    message - the exception message you would like to see if the + expression is false
    value - the value to append to the message in case of error +
    Throws: +
    java.lang.IllegalArgumentException - if expression is false
    +
    +
    +
    + +

    +isTrue

    +
    +public static void isTrue(boolean expression,
    +                          java.lang.String message,
    +                          long value)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the test result is false.

    + +

    This is used when validating according to an arbitrary boolean expression, + such as validating a primitive number or using your own custom validation + expression.

    + +
    + Validate.isTrue( i > 0, "The value must be greater than zero: ", i);
    + 
    + +

    For performance reasons, the long value is passed as a separate parameter and + appended to the message string only in the case of an error.

    +

    +

    +
    Parameters:
    expression - a boolean expression
    message - the exception message you would like to see if the expression is false
    value - the value to append to the message in case of error +
    Throws: +
    java.lang.IllegalArgumentException - if expression is false
    +
    +
    +
    + +

    +isTrue

    +
    +public static void isTrue(boolean expression,
    +                          java.lang.String message,
    +                          double value)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the test result is false.

    + +

    This is used when validating according to an arbitrary boolean expression, + such as validating a primitive number or using your own custom validation + expression.

    + +
    + Validate.isTrue( d > 0.0, "The value must be greater than zero: ", d);
    + 
    + +

    For performance reasons, the double value is passed as a separate parameter and + appended to the message string only in the case of an error.

    +

    +

    +
    Parameters:
    expression - a boolean expression
    message - the exception message you would like to see if the expression + is false
    value - the value to append to the message in case of error +
    Throws: +
    java.lang.IllegalArgumentException - if expression is false
    +
    +
    +
    + +

    +isTrue

    +
    +public static void isTrue(boolean expression,
    +                          java.lang.String message)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the test result is false.

    + +

    This is used when validating according to an arbitrary boolean expression, + such as validating a primitive number or using your own custom validation + expression.

    + +
    + Validate.isTrue( (i > 0), "The value must be greater than zero");
    + Validate.isTrue( myObject.isOk(), "The object is not OK");
    + 
    + +

    For performance reasons, the message string should not involve a string append, + instead use the isTrue(boolean, String, Object) method.

    +

    +

    +
    Parameters:
    expression - a boolean expression
    message - the exception message you would like to see if the expression + is false +
    Throws: +
    java.lang.IllegalArgumentException - if expression is false
    +
    +
    +
    + +

    +isTrue

    +
    +public static void isTrue(boolean expression)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the test result is false.

    + +

    This is used when validating according to an arbitrary boolean expression, + such as validating a primitive number or using your own custom validation + expression.

    + +
    + Validate.isTrue( i > 0 );
    + Validate.isTrue( myObject.isOk() );
    + 
    + +

    The message in the exception is 'The validated expression is false'.

    +

    +

    +
    Parameters:
    expression - a boolean expression +
    Throws: +
    java.lang.IllegalArgumentException - if expression is false
    +
    +
    +
    + +

    +notNull

    +
    +public static void notNull(java.lang.Object object,
    +                           java.lang.String message)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the argument is null.

    + +
    + Validate.notNull(myObject, "The object must not be null");
    + 
    +

    +

    +
    Parameters:
    object - the object to check is not null
    message - the exception message you would like to see + if the object is null +
    Throws: +
    java.lang.IllegalArgumentException - if the object is null
    +
    +
    +
    + +

    +notNull

    +
    +public static void notNull(java.lang.Object object)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the argument is null.

    + +
    + Validate.notNull(myObject);
    + 
    + +

    The message in the exception is 'The validated object is null'.

    +

    +

    +
    Parameters:
    object - the object to check is not null +
    Throws: +
    java.lang.IllegalArgumentException - if the object is null
    +
    +
    +
    + +

    +notEmpty

    +
    +public static void notEmpty(java.lang.Object[] array,
    +                            java.lang.String message)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the argument array is empty (null or no elements).

    + +
    + Validate.notEmpty(myArray, "The array must not be empty");
    + 
    +

    +

    +
    Parameters:
    array - the array to check is not empty
    message - the exception message you would like to see if the array is empty +
    Throws: +
    java.lang.IllegalArgumentException - if the array is empty
    +
    +
    +
    + +

    +notEmpty

    +
    +public static void notEmpty(java.lang.Object[] array)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the argument array is empty (null or no elements).

    + +
    + Validate.notEmpty(myArray);
    + 
    + +

    The message in the exception is 'The validated array is empty'. +

    +

    +
    Parameters:
    array - the array to check is not empty +
    Throws: +
    java.lang.IllegalArgumentException - if the array is empty
    +
    +
    +
    + +

    +notEmpty

    +
    +public static void notEmpty(java.util.Collection collection,
    +                            java.lang.String message)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the argument Collection is empty (null or no elements).

    + +
    + Validate.notEmpty(myCollection, "The collection must not be empty");
    + 
    +

    +

    +
    Parameters:
    collection - the collection to check is not empty
    message - the exception message you would like to see if the collection is empty +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is empty
    +
    +
    +
    + +

    +notEmpty

    +
    +public static void notEmpty(java.util.Collection collection)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the argument Collection is empty (null or no elements).

    + +
    + Validate.notEmpty(myCollection);
    + 
    + +

    The message in the exception is 'The validated collection is empty'.

    +

    +

    +
    Parameters:
    collection - the collection to check is not empty +
    Throws: +
    java.lang.IllegalArgumentException - if the collection is empty
    +
    +
    +
    + +

    +notEmpty

    +
    +public static void notEmpty(java.util.Map map,
    +                            java.lang.String message)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the argument Map is empty (null or no elements).

    + +
    + Validate.notEmpty(myMap, "The map must not be empty");
    + 
    +

    +

    +
    Parameters:
    map - the map to check is not empty
    message - the exception message you would like to see if the map is empty +
    Throws: +
    java.lang.IllegalArgumentException - if the map is empty
    +
    +
    +
    + +

    +notEmpty

    +
    +public static void notEmpty(java.util.Map map)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the argument Map is empty (null or no elements).

    + +
    + Validate.notEmpty(myMap);
    + 
    + +

    The message in the exception is 'The validated map is empty'.

    +

    +

    +
    Parameters:
    map - the map to check is not empty +
    Throws: +
    java.lang.IllegalArgumentException - if the map is empty
    +
    +
    +
    + +

    +notEmpty

    +
    +public static void notEmpty(java.lang.String string,
    +                            java.lang.String message)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the argument String is empty (null or zero length).

    + +
    + Validate.notEmpty(myString, "The string must not be empty");
    + 
    +

    +

    +
    Parameters:
    string - the string to check is not empty
    message - the exception message you would like to see if the string is empty +
    Throws: +
    java.lang.IllegalArgumentException - if the string is empty
    +
    +
    +
    + +

    +notEmpty

    +
    +public static void notEmpty(java.lang.String string)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the argument String is empty (null or zero length).

    + +
    + Validate.notEmpty(myString);
    + 
    + +

    The message in the exception is 'The validated string is empty'.

    +

    +

    +
    Parameters:
    string - the string to check is not empty +
    Throws: +
    java.lang.IllegalArgumentException - if the string is empty
    +
    +
    +
    + +

    +noNullElements

    +
    +public static void noNullElements(java.lang.Object[] array,
    +                                  java.lang.String message)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the argument array has null elements or is + null.

    + +
    + Validate.noNullElements(myArray, "The array must not contain null elements");
    + 
    + +

    If the array is null then the message in the exception is 'The validated object is null'.

    +

    +

    +
    Parameters:
    array - the array to check
    message - the exception message if the array has + null elements +
    Throws: +
    java.lang.IllegalArgumentException - if the array has null + elements or is null
    +
    +
    +
    + +

    +noNullElements

    +
    +public static void noNullElements(java.lang.Object[] array)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the argument array has null elements or is + null.

    + +
    + Validate.noNullElements(myArray);
    + 
    + +

    If the array has a null element the message in the exception is + 'The validated array contains null element at index: '.

    + +

    If the array is null then the message in the exception is 'The validated object is null'.

    +

    +

    +
    Parameters:
    array - the array to check +
    Throws: +
    java.lang.IllegalArgumentException - if the array has null + elements or is null
    +
    +
    +
    + +

    +noNullElements

    +
    +public static void noNullElements(java.util.Collection collection,
    +                                  java.lang.String message)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the argument Collection has null elements or is + null.

    + +
    + Validate.noNullElements(myCollection, "The collection must not contain null elements");
    + 
    + +

    If the collection is null then the message in the exception is 'The validated object is null'.

    +

    +

    +
    Parameters:
    collection - the collection to check
    message - the exception message if the collection has + null elements +
    Throws: +
    java.lang.IllegalArgumentException - if the collection has + null elements or is null
    +
    +
    +
    + +

    +noNullElements

    +
    +public static void noNullElements(java.util.Collection collection)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the argument Collection has null elements or is + null.

    + +
    + Validate.noNullElements(myCollection);
    + 
    + +

    The message in the exception is 'The validated collection contains null element at index: '.

    + +

    If the collection is null then the message in the exception is 'The validated object is null'.

    +

    +

    +
    Parameters:
    collection - the collection to check +
    Throws: +
    java.lang.IllegalArgumentException - if the collection has + null elements or is null
    +
    +
    +
    + +

    +allElementsOfType

    +
    +public static void allElementsOfType(java.util.Collection collection,
    +                                     java.lang.Class clazz,
    +                                     java.lang.String message)
    +
    +

    Validate an argument, throwing IllegalArgumentException + if the argument collection is null or has elements that + are not of type clazz or a subclass.

    + +
    + Validate.allElementsOfType(collection, String.class, "Collection has invalid elements");
    + 
    +

    +

    +
    Parameters:
    collection - the collection to check, not null
    clazz - the Class which the collection's elements are expected to be, not null
    message - the exception message if the Collection has elements not of type clazz
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +allElementsOfType

    +
    +public static void allElementsOfType(java.util.Collection collection,
    +                                     java.lang.Class clazz)
    +
    +

    + Validate an argument, throwing IllegalArgumentException if the argument collection is + null or has elements that are not of type clazz or a subclass. +

    + +
    + Validate.allElementsOfType(collection, String.class);
    + 
    + +

    + The message in the exception is 'The validated collection contains an element not of type clazz at index: '. +

    +

    +

    +
    Parameters:
    collection - the collection to check, not null
    clazz - the Class which the collection's elements are expected to be, not null
    Since:
    +
    2.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/WordUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/WordUtils.html new file mode 100644 index 0000000..bd41059 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/WordUtils.html @@ -0,0 +1,730 @@ + + + + + + + +WordUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang +
    +Class WordUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.WordUtils
    +
    +
    +
    +
    public class WordUtils
    extends java.lang.Object
    + +

    +

    Operations on Strings that contain words.

    + +

    This class tries to handle null input gracefully. + An exception will not be thrown for a null input. + Each method documents its behaviour in more detail.

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: WordUtils.java 618884 2008-02-06 04:37:17Z bayard $
    +
    Author:
    +
    Apache Jakarta Velocity, Stephen Colebourne, Henning P. Schmiedehausen, Gary Gregory
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    WordUtils() + +
    +          WordUtils instances should NOT be constructed in + standard programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.lang.Stringabbreviate(java.lang.String str, + int lower, + int upper, + java.lang.String appendToEnd) + +
    +          Abbreviates a string nicely.
    +static java.lang.Stringcapitalize(java.lang.String str) + +
    +          Capitalizes all the whitespace separated words in a String.
    +static java.lang.Stringcapitalize(java.lang.String str, + char[] delimiters) + +
    +          Capitalizes all the delimiter separated words in a String.
    +static java.lang.StringcapitalizeFully(java.lang.String str) + +
    +          Converts all the whitespace separated words in a String into capitalized words, + that is each word is made up of a titlecase character and then a series of + lowercase characters.
    +static java.lang.StringcapitalizeFully(java.lang.String str, + char[] delimiters) + +
    +          Converts all the delimiter separated words in a String into capitalized words, + that is each word is made up of a titlecase character and then a series of + lowercase characters.
    +static java.lang.Stringinitials(java.lang.String str) + +
    +          Extracts the initial letters from each word in the String.
    +static java.lang.Stringinitials(java.lang.String str, + char[] delimiters) + +
    +          Extracts the initial letters from each word in the String.
    +static java.lang.StringswapCase(java.lang.String str) + +
    +          Swaps the case of a String using a word based algorithm.
    +static java.lang.Stringuncapitalize(java.lang.String str) + +
    +          Uncapitalizes all the whitespace separated words in a String.
    +static java.lang.Stringuncapitalize(java.lang.String str, + char[] delimiters) + +
    +          Uncapitalizes all the whitespace separated words in a String.
    +static java.lang.Stringwrap(java.lang.String str, + int wrapLength) + +
    +          Wraps a single line of text, identifying words by ' '.
    +static java.lang.Stringwrap(java.lang.String str, + int wrapLength, + java.lang.String newLineStr, + boolean wrapLongWords) + +
    +          Wraps a single line of text, identifying words by ' '.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +WordUtils

    +
    +public WordUtils()
    +
    +

    WordUtils instances should NOT be constructed in + standard programming. Instead, the class should be used as + WordUtils.wrap("foo bar", 20);.

    + +

    This constructor is public to permit tools that require a JavaBean + instance to operate.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +wrap

    +
    +public static java.lang.String wrap(java.lang.String str,
    +                                    int wrapLength)
    +
    +

    Wraps a single line of text, identifying words by ' '.

    + +

    New lines will be separated by the system property line separator. + Very long words, such as URLs will not be wrapped.

    + +

    Leading spaces on a new line are stripped. + Trailing spaces are not stripped.

    + +
    + WordUtils.wrap(null, *) = null
    + WordUtils.wrap("", *) = ""
    + 
    +

    +

    +
    Parameters:
    str - the String to be word wrapped, may be null
    wrapLength - the column to wrap the words at, less than 1 is treated as 1 +
    Returns:
    a line with newlines inserted, null if null input
    +
    +
    +
    + +

    +wrap

    +
    +public static java.lang.String wrap(java.lang.String str,
    +                                    int wrapLength,
    +                                    java.lang.String newLineStr,
    +                                    boolean wrapLongWords)
    +
    +

    Wraps a single line of text, identifying words by ' '.

    + +

    Leading spaces on a new line are stripped. + Trailing spaces are not stripped.

    + +
    + WordUtils.wrap(null, *, *, *) = null
    + WordUtils.wrap("", *, *, *) = ""
    + 
    +

    +

    +
    Parameters:
    str - the String to be word wrapped, may be null
    wrapLength - the column to wrap the words at, less than 1 is treated as 1
    newLineStr - the string to insert for a new line, + null uses the system property line separator
    wrapLongWords - true if long words (such as URLs) should be wrapped +
    Returns:
    a line with newlines inserted, null if null input
    +
    +
    +
    + +

    +capitalize

    +
    +public static java.lang.String capitalize(java.lang.String str)
    +
    +

    Capitalizes all the whitespace separated words in a String. + Only the first letter of each word is changed. To convert the + rest of each word to lowercase at the same time, + use capitalizeFully(String).

    + +

    Whitespace is defined by Character.isWhitespace(char). + A null input String returns null. + Capitalization uses the unicode title case, normally equivalent to + upper case.

    + +
    + WordUtils.capitalize(null)        = null
    + WordUtils.capitalize("")          = ""
    + WordUtils.capitalize("i am FINE") = "I Am FINE"
    + 
    +

    +

    +
    Parameters:
    str - the String to capitalize, may be null +
    Returns:
    capitalized String, null if null String input
    See Also:
    uncapitalize(String), +capitalizeFully(String)
    +
    +
    +
    + +

    +capitalize

    +
    +public static java.lang.String capitalize(java.lang.String str,
    +                                          char[] delimiters)
    +
    +

    Capitalizes all the delimiter separated words in a String. + Only the first letter of each word is changed. To convert the + rest of each word to lowercase at the same time, + use capitalizeFully(String, char[]).

    + +

    The delimiters represent a set of characters understood to separate words. + The first string character and the first non-delimiter character after a + delimiter will be capitalized.

    + +

    A null input String returns null. + Capitalization uses the unicode title case, normally equivalent to + upper case.

    + +
    + WordUtils.capitalize(null, *)            = null
    + WordUtils.capitalize("", *)              = ""
    + WordUtils.capitalize(*, new char[0])     = *
    + WordUtils.capitalize("i am fine", null)  = "I Am Fine"
    + WordUtils.capitalize("i aM.fine", {'.'}) = "I aM.Fine"
    + 
    +

    +

    +
    Parameters:
    str - the String to capitalize, may be null
    delimiters - set of characters to determine capitalization, null means whitespace +
    Returns:
    capitalized String, null if null String input
    Since:
    +
    2.1
    +
    See Also:
    uncapitalize(String), +capitalizeFully(String)
    +
    +
    +
    + +

    +capitalizeFully

    +
    +public static java.lang.String capitalizeFully(java.lang.String str)
    +
    +

    Converts all the whitespace separated words in a String into capitalized words, + that is each word is made up of a titlecase character and then a series of + lowercase characters.

    + +

    Whitespace is defined by Character.isWhitespace(char). + A null input String returns null. + Capitalization uses the unicode title case, normally equivalent to + upper case.

    + +
    + WordUtils.capitalizeFully(null)        = null
    + WordUtils.capitalizeFully("")          = ""
    + WordUtils.capitalizeFully("i am FINE") = "I Am Fine"
    + 
    +

    +

    +
    Parameters:
    str - the String to capitalize, may be null +
    Returns:
    capitalized String, null if null String input
    +
    +
    +
    + +

    +capitalizeFully

    +
    +public static java.lang.String capitalizeFully(java.lang.String str,
    +                                               char[] delimiters)
    +
    +

    Converts all the delimiter separated words in a String into capitalized words, + that is each word is made up of a titlecase character and then a series of + lowercase characters.

    + +

    The delimiters represent a set of characters understood to separate words. + The first string character and the first non-delimiter character after a + delimiter will be capitalized.

    + +

    A null input String returns null. + Capitalization uses the unicode title case, normally equivalent to + upper case.

    + +
    + WordUtils.capitalizeFully(null, *)            = null
    + WordUtils.capitalizeFully("", *)              = ""
    + WordUtils.capitalizeFully(*, null)            = *
    + WordUtils.capitalizeFully(*, new char[0])     = *
    + WordUtils.capitalizeFully("i aM.fine", {'.'}) = "I am.Fine"
    + 
    +

    +

    +
    Parameters:
    str - the String to capitalize, may be null
    delimiters - set of characters to determine capitalization, null means whitespace +
    Returns:
    capitalized String, null if null String input
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +uncapitalize

    +
    +public static java.lang.String uncapitalize(java.lang.String str)
    +
    +

    Uncapitalizes all the whitespace separated words in a String. + Only the first letter of each word is changed.

    + +

    Whitespace is defined by Character.isWhitespace(char). + A null input String returns null.

    + +
    + WordUtils.uncapitalize(null)        = null
    + WordUtils.uncapitalize("")          = ""
    + WordUtils.uncapitalize("I Am FINE") = "i am fINE"
    + 
    +

    +

    +
    Parameters:
    str - the String to uncapitalize, may be null +
    Returns:
    uncapitalized String, null if null String input
    See Also:
    capitalize(String)
    +
    +
    +
    + +

    +uncapitalize

    +
    +public static java.lang.String uncapitalize(java.lang.String str,
    +                                            char[] delimiters)
    +
    +

    Uncapitalizes all the whitespace separated words in a String. + Only the first letter of each word is changed.

    + +

    The delimiters represent a set of characters understood to separate words. + The first string character and the first non-delimiter character after a + delimiter will be uncapitalized.

    + +

    Whitespace is defined by Character.isWhitespace(char). + A null input String returns null.

    + +
    + WordUtils.uncapitalize(null, *)            = null
    + WordUtils.uncapitalize("", *)              = ""
    + WordUtils.uncapitalize(*, null)            = *
    + WordUtils.uncapitalize(*, new char[0])     = *
    + WordUtils.uncapitalize("I AM.FINE", {'.'}) = "i AM.fINE"
    + 
    +

    +

    +
    Parameters:
    str - the String to uncapitalize, may be null
    delimiters - set of characters to determine uncapitalization, null means whitespace +
    Returns:
    uncapitalized String, null if null String input
    Since:
    +
    2.1
    +
    See Also:
    capitalize(String)
    +
    +
    +
    + +

    +swapCase

    +
    +public static java.lang.String swapCase(java.lang.String str)
    +
    +

    Swaps the case of a String using a word based algorithm.

    + +
      +
    • Upper case character converts to Lower case
    • +
    • Title case character converts to Lower case
    • +
    • Lower case character after Whitespace or at start converts to Title case
    • +
    • Other Lower case character converts to Upper case
    • +
    + +

    Whitespace is defined by Character.isWhitespace(char). + A null input String returns null.

    + +
    + StringUtils.swapCase(null)                 = null
    + StringUtils.swapCase("")                   = ""
    + StringUtils.swapCase("The dog has a BONE") = "tHE DOG HAS A bone"
    + 
    +

    +

    +
    Parameters:
    str - the String to swap case, may be null +
    Returns:
    the changed String, null if null String input
    +
    +
    +
    + +

    +initials

    +
    +public static java.lang.String initials(java.lang.String str)
    +
    +

    Extracts the initial letters from each word in the String.

    + +

    The first letter of the string and all first letters after + whitespace are returned as a new string. + Their case is not changed.

    + +

    Whitespace is defined by Character.isWhitespace(char). + A null input String returns null.

    + +
    + WordUtils.initials(null)             = null
    + WordUtils.initials("")               = ""
    + WordUtils.initials("Ben John Lee")   = "BJL"
    + WordUtils.initials("Ben J.Lee")      = "BJ"
    + 
    +

    +

    +
    Parameters:
    str - the String to get initials from, may be null +
    Returns:
    String of initial letters, null if null String input
    Since:
    +
    2.2
    +
    See Also:
    initials(String,char[])
    +
    +
    +
    + +

    +initials

    +
    +public static java.lang.String initials(java.lang.String str,
    +                                        char[] delimiters)
    +
    +

    Extracts the initial letters from each word in the String.

    + +

    The first letter of the string and all first letters after the + defined delimiters are returned as a new string. + Their case is not changed.

    + +

    If the delimiters array is null, then Whitespace is used. + Whitespace is defined by Character.isWhitespace(char). + A null input String returns null. + An empty delimiter array returns an empty String.

    + +
    + WordUtils.initials(null, *)                = null
    + WordUtils.initials("", *)                  = ""
    + WordUtils.initials("Ben John Lee", null)   = "BJL"
    + WordUtils.initials("Ben J.Lee", null)      = "BJ"
    + WordUtils.initials("Ben J.Lee", [' ','.']) = "BJL"
    + WordUtils.initials(*, new char[0])         = ""
    + 
    +

    +

    +
    Parameters:
    str - the String to get initials from, may be null
    delimiters - set of characters to determine words, null means whitespace +
    Returns:
    String of initial letters, null if null String input
    Since:
    +
    2.2
    +
    See Also:
    initials(String)
    +
    +
    +
    + +

    +abbreviate

    +
    +public static java.lang.String abbreviate(java.lang.String str,
    +                                          int lower,
    +                                          int upper,
    +                                          java.lang.String appendToEnd)
    +
    +
    Abbreviates a string nicely. + + This method searches for the first space after the lower limit and abbreviates + the String there. It will also append any String passed as a parameter + to the end of the String. The upper limit can be specified to forcibly + abbreviate a String. +

    +

    +
    Parameters:
    str - the string to be abbreviated. If null is passed, null is returned. + If the empty String is passed, the empty string is returned.
    lower - the lower limit.
    upper - the upper limit; specify -1 if no limit is desired. + If the upper limit is lower than the lower limit, it will be + adjusted to be the same as the lower limit.
    appendToEnd - String to be appended to the end of the abbreviated string. + This is appended ONLY if the string was indeed abbreviated. + The append does not count towards the lower or upper limits. +
    Returns:
    the abbreviated String.
    Since:
    +
    2.4
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/CompareToBuilder.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/CompareToBuilder.html new file mode 100644 index 0000000..e0c620f --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/CompareToBuilder.html @@ -0,0 +1,1304 @@ + + + + + + + +CompareToBuilder (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.builder +
    +Class CompareToBuilder

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.builder.CompareToBuilder
    +
    +
    +
    +
    public class CompareToBuilder
    extends java.lang.Object
    + +

    +Assists in implementing Comparable.compareTo(Object) methods. + + It is consistent with equals(Object) and + hashcode() built with EqualsBuilder and + HashCodeBuilder.

    + +

    Two Objects that compare equal using equals(Object) should normally + also compare equal using compareTo(Object).

    + +

    All relevant fields should be included in the calculation of the + comparison. Derived fields may be ignored. The same fields, in the same + order, should be used in both compareTo(Object) and + equals(Object).

    + +

    To use this class write code as follows:

    + +
    + public class MyClass {
    +   String field1;
    +   int field2;
    +   boolean field3;
    +
    +   ...
    +
    +   public int compareTo(Object o) {
    +     MyClass myClass = (MyClass) o;
    +     return new CompareToBuilder()
    +       .appendSuper(super.compareTo(o)
    +       .append(this.field1, myClass.field1)
    +       .append(this.field2, myClass.field2)
    +       .append(this.field3, myClass.field3)
    +       .toComparison();
    +   }
    + }
    + 
    + +

    Alternatively, there are reflectionCompare methods that use + reflection to determine the fields to append. Because fields can be private, + reflectionCompare uses AccessibleObject.setAccessible(boolean) to + bypass normal access control checks. This will fail under a security manager, + unless the appropriate permissions are set up correctly. It is also + slower than appending explicitly.

    + +

    A typical implementation of compareTo(Object) using + reflectionCompare looks like:

    + +
    + public int compareTo(Object o) {
    +   return CompareToBuilder.reflectionCompare(this, o);
    + }
    + 
    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: CompareToBuilder.java 583666 2007-10-11 01:38:13Z ggregory $
    +
    Author:
    +
    Steve Downey, Stephen Colebourne, Gary Gregory, Pete Gieser
    +
    See Also:
    Comparable, +Object.equals(Object), +Object.hashCode(), +EqualsBuilder, +HashCodeBuilder
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    CompareToBuilder() + +
    +          Constructor for CompareToBuilder.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + CompareToBuilderappend(boolean[] lhs, + boolean[] rhs) + +
    +          Appends to the builder the deep comparison of + two boolean arrays.
    + CompareToBuilderappend(boolean lhs, + boolean rhs) + +
    +          Appends to the builder the comparison of + two booleanss.
    + CompareToBuilderappend(byte[] lhs, + byte[] rhs) + +
    +          Appends to the builder the deep comparison of + two byte arrays.
    + CompareToBuilderappend(byte lhs, + byte rhs) + +
    +          Appends to the builder the comparison of + two bytes.
    + CompareToBuilderappend(char[] lhs, + char[] rhs) + +
    +          Appends to the builder the deep comparison of + two char arrays.
    + CompareToBuilderappend(char lhs, + char rhs) + +
    +          Appends to the builder the comparison of + two chars.
    + CompareToBuilderappend(double[] lhs, + double[] rhs) + +
    +          Appends to the builder the deep comparison of + two double arrays.
    + CompareToBuilderappend(double lhs, + double rhs) + +
    +          Appends to the builder the comparison of + two doubles.
    + CompareToBuilderappend(float[] lhs, + float[] rhs) + +
    +          Appends to the builder the deep comparison of + two float arrays.
    + CompareToBuilderappend(float lhs, + float rhs) + +
    +          Appends to the builder the comparison of + two floats.
    + CompareToBuilderappend(int[] lhs, + int[] rhs) + +
    +          Appends to the builder the deep comparison of + two int arrays.
    + CompareToBuilderappend(int lhs, + int rhs) + +
    +          Appends to the builder the comparison of + two ints.
    + CompareToBuilderappend(long[] lhs, + long[] rhs) + +
    +          Appends to the builder the deep comparison of + two long arrays.
    + CompareToBuilderappend(long lhs, + long rhs) + +
    +          Appends to the builder the comparison of + two longs.
    + CompareToBuilderappend(java.lang.Object[] lhs, + java.lang.Object[] rhs) + +
    +          Appends to the builder the deep comparison of + two Object arrays.
    + CompareToBuilderappend(java.lang.Object[] lhs, + java.lang.Object[] rhs, + java.util.Comparator comparator) + +
    +          Appends to the builder the deep comparison of + two Object arrays.
    + CompareToBuilderappend(java.lang.Object lhs, + java.lang.Object rhs) + +
    +          Appends to the builder the comparison of + two Objects.
    + CompareToBuilderappend(java.lang.Object lhs, + java.lang.Object rhs, + java.util.Comparator comparator) + +
    +          Appends to the builder the comparison of + two Objects.
    + CompareToBuilderappend(short[] lhs, + short[] rhs) + +
    +          Appends to the builder the deep comparison of + two short arrays.
    + CompareToBuilderappend(short lhs, + short rhs) + +
    +          Appends to the builder the comparison of + two shorts.
    + CompareToBuilderappendSuper(int superCompareTo) + +
    +          Appends to the builder the compareTo(Object) + result of the superclass.
    +static intreflectionCompare(java.lang.Object lhs, + java.lang.Object rhs) + +
    +          Compares two Objects via reflection.
    +static intreflectionCompare(java.lang.Object lhs, + java.lang.Object rhs, + boolean compareTransients) + +
    +          Compares two Objects via reflection.
    +static intreflectionCompare(java.lang.Object lhs, + java.lang.Object rhs, + boolean compareTransients, + java.lang.Class reflectUpToClass) + +
    +          Compares two Objects via reflection.
    +static intreflectionCompare(java.lang.Object lhs, + java.lang.Object rhs, + boolean compareTransients, + java.lang.Class reflectUpToClass, + java.lang.String[] excludeFields) + +
    +          Compares two Objects via reflection.
    +static intreflectionCompare(java.lang.Object lhs, + java.lang.Object rhs, + java.util.Collection excludeFields) + +
    +          Compares two Objects via reflection.
    +static intreflectionCompare(java.lang.Object lhs, + java.lang.Object rhs, + java.lang.String[] excludeFields) + +
    +          Compares two Objects via reflection.
    + inttoComparison() + +
    +          Returns a negative integer, a positive integer, or zero as + the builder has judged the "left-hand" side + as less than, greater than, or equal to the "right-hand" + side.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +CompareToBuilder

    +
    +public CompareToBuilder()
    +
    +

    Constructor for CompareToBuilder.

    + +

    Starts off assuming that the objects are equal. Multiple calls are + then made to the various append methods, followed by a call to + toComparison() to get the result.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +reflectionCompare

    +
    +public static int reflectionCompare(java.lang.Object lhs,
    +                                    java.lang.Object rhs)
    +
    +

    Compares two Objects via reflection.

    + +

    Fields can be private, thus AccessibleObject.setAccessible + is used to bypass normal access control checks. This will fail under a + security manager unless the appropriate permissions are set.

    + +
      +
    • Static fields will not be compared
    • +
    • Transient members will be not be compared, as they are likely derived + fields
    • +
    • Superclass fields will be compared
    • +
    + +

    If both lhs and rhs are null, + they are considered equal.

    +

    +

    +
    Parameters:
    lhs - left-hand object
    rhs - right-hand object +
    Returns:
    a negative integer, zero, or a positive integer as lhs + is less than, equal to, or greater than rhs +
    Throws: +
    java.lang.NullPointerException - if either (but not both) parameters are + null +
    java.lang.ClassCastException - if rhs is not assignment-compatible + with lhs
    +
    +
    +
    + +

    +reflectionCompare

    +
    +public static int reflectionCompare(java.lang.Object lhs,
    +                                    java.lang.Object rhs,
    +                                    boolean compareTransients)
    +
    +

    Compares two Objects via reflection.

    + +

    Fields can be private, thus AccessibleObject.setAccessible + is used to bypass normal access control checks. This will fail under a + security manager unless the appropriate permissions are set.

    + +
      +
    • Static fields will not be compared
    • +
    • If compareTransients is true, + compares transient members. Otherwise ignores them, as they + are likely derived fields.
    • +
    • Superclass fields will be compared
    • +
    + +

    If both lhs and rhs are null, + they are considered equal.

    +

    +

    +
    Parameters:
    lhs - left-hand object
    rhs - right-hand object
    compareTransients - whether to compare transient fields +
    Returns:
    a negative integer, zero, or a positive integer as lhs + is less than, equal to, or greater than rhs +
    Throws: +
    java.lang.NullPointerException - if either lhs or rhs + (but not both) is null +
    java.lang.ClassCastException - if rhs is not assignment-compatible + with lhs
    +
    +
    +
    + +

    +reflectionCompare

    +
    +public static int reflectionCompare(java.lang.Object lhs,
    +                                    java.lang.Object rhs,
    +                                    java.util.Collection excludeFields)
    +
    +

    Compares two Objects via reflection.

    + +

    Fields can be private, thus AccessibleObject.setAccessible + is used to bypass normal access control checks. This will fail under a + security manager unless the appropriate permissions are set.

    + +
      +
    • Static fields will not be compared
    • +
    • If compareTransients is true, + compares transient members. Otherwise ignores them, as they + are likely derived fields.
    • +
    • Superclass fields will be compared
    • +
    + +

    If both lhs and rhs are null, + they are considered equal.

    +

    +

    +
    Parameters:
    lhs - left-hand object
    rhs - right-hand object
    excludeFields - Collection of String fields to exclude +
    Returns:
    a negative integer, zero, or a positive integer as lhs + is less than, equal to, or greater than rhs +
    Throws: +
    java.lang.NullPointerException - if either lhs or rhs + (but not both) is null +
    java.lang.ClassCastException - if rhs is not assignment-compatible + with lhs
    Since:
    +
    2.2
    +
    +
    +
    +
    + +

    +reflectionCompare

    +
    +public static int reflectionCompare(java.lang.Object lhs,
    +                                    java.lang.Object rhs,
    +                                    java.lang.String[] excludeFields)
    +
    +

    Compares two Objects via reflection.

    + +

    Fields can be private, thus AccessibleObject.setAccessible + is used to bypass normal access control checks. This will fail under a + security manager unless the appropriate permissions are set.

    + +
      +
    • Static fields will not be compared
    • +
    • If compareTransients is true, + compares transient members. Otherwise ignores them, as they + are likely derived fields.
    • +
    • Superclass fields will be compared
    • +
    + +

    If both lhs and rhs are null, + they are considered equal.

    +

    +

    +
    Parameters:
    lhs - left-hand object
    rhs - right-hand object
    excludeFields - array of fields to exclude +
    Returns:
    a negative integer, zero, or a positive integer as lhs + is less than, equal to, or greater than rhs +
    Throws: +
    java.lang.NullPointerException - if either lhs or rhs + (but not both) is null +
    java.lang.ClassCastException - if rhs is not assignment-compatible + with lhs
    Since:
    +
    2.2
    +
    +
    +
    +
    + +

    +reflectionCompare

    +
    +public static int reflectionCompare(java.lang.Object lhs,
    +                                    java.lang.Object rhs,
    +                                    boolean compareTransients,
    +                                    java.lang.Class reflectUpToClass)
    +
    +

    Compares two Objects via reflection.

    + +

    Fields can be private, thus AccessibleObject.setAccessible + is used to bypass normal access control checks. This will fail under a + security manager unless the appropriate permissions are set.

    + +
      +
    • Static fields will not be compared
    • +
    • If the compareTransients is true, + compares transient members. Otherwise ignores them, as they + are likely derived fields.
    • +
    • Compares superclass fields up to and including reflectUpToClass. + If reflectUpToClass is null, compares all superclass fields.
    • +
    + +

    If both lhs and rhs are null, + they are considered equal.

    +

    +

    +
    Parameters:
    lhs - left-hand object
    rhs - right-hand object
    compareTransients - whether to compare transient fields
    reflectUpToClass - last superclass for which fields are compared +
    Returns:
    a negative integer, zero, or a positive integer as lhs + is less than, equal to, or greater than rhs +
    Throws: +
    java.lang.NullPointerException - if either lhs or rhs + (but not both) is null +
    java.lang.ClassCastException - if rhs is not assignment-compatible + with lhs
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +reflectionCompare

    +
    +public static int reflectionCompare(java.lang.Object lhs,
    +                                    java.lang.Object rhs,
    +                                    boolean compareTransients,
    +                                    java.lang.Class reflectUpToClass,
    +                                    java.lang.String[] excludeFields)
    +
    +

    Compares two Objects via reflection.

    + +

    Fields can be private, thus AccessibleObject.setAccessible + is used to bypass normal access control checks. This will fail under a + security manager unless the appropriate permissions are set.

    + +
      +
    • Static fields will not be compared
    • +
    • If the compareTransients is true, + compares transient members. Otherwise ignores them, as they + are likely derived fields.
    • +
    • Compares superclass fields up to and including reflectUpToClass. + If reflectUpToClass is null, compares all superclass fields.
    • +
    + +

    If both lhs and rhs are null, + they are considered equal.

    +

    +

    +
    Parameters:
    lhs - left-hand object
    rhs - right-hand object
    compareTransients - whether to compare transient fields
    reflectUpToClass - last superclass for which fields are compared
    excludeFields - fields to exclude +
    Returns:
    a negative integer, zero, or a positive integer as lhs + is less than, equal to, or greater than rhs +
    Throws: +
    java.lang.NullPointerException - if either lhs or rhs + (but not both) is null +
    java.lang.ClassCastException - if rhs is not assignment-compatible + with lhs
    Since:
    +
    2.2
    +
    +
    +
    +
    + +

    +appendSuper

    +
    +public CompareToBuilder appendSuper(int superCompareTo)
    +
    +

    Appends to the builder the compareTo(Object) + result of the superclass.

    +

    +

    +
    Parameters:
    superCompareTo - result of calling super.compareTo(Object) +
    Returns:
    this - used to chain append calls
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(java.lang.Object lhs,
    +                               java.lang.Object rhs)
    +
    +

    Appends to the builder the comparison of + two Objects.

    + +
      +
    1. Check if lhs == rhs
    2. +
    3. Check if either lhs or rhs is null, + a null object is less than a non-null object
    4. +
    5. Check the object contents
    6. +
    + +

    lhs must either be an array or implement Comparable.

    +

    +

    +
    Parameters:
    lhs - left-hand object
    rhs - right-hand object +
    Returns:
    this - used to chain append calls +
    Throws: +
    java.lang.ClassCastException - if rhs is not assignment-compatible + with lhs
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(java.lang.Object lhs,
    +                               java.lang.Object rhs,
    +                               java.util.Comparator comparator)
    +
    +

    Appends to the builder the comparison of + two Objects.

    + +
      +
    1. Check if lhs == rhs
    2. +
    3. Check if either lhs or rhs is null, + a null object is less than a non-null object
    4. +
    5. Check the object contents
    6. +
    + +

    If lhs is an array, array comparison methods will be used. + Otherwise comparator will be used to compare the objects. + If comparator is null, lhs must + implement Comparable instead.

    +

    +

    +
    Parameters:
    lhs - left-hand object
    rhs - right-hand object
    comparator - Comparator used to compare the objects, + null means treat lhs as Comparable +
    Returns:
    this - used to chain append calls +
    Throws: +
    java.lang.ClassCastException - if rhs is not assignment-compatible + with lhs
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(long lhs,
    +                               long rhs)
    +
    +
    Appends to the builder the comparison of + two longs. +

    +

    +
    Parameters:
    lhs - left-hand value
    rhs - right-hand value +
    Returns:
    this - used to chain append calls
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(int lhs,
    +                               int rhs)
    +
    +
    Appends to the builder the comparison of + two ints. +

    +

    +
    Parameters:
    lhs - left-hand value
    rhs - right-hand value +
    Returns:
    this - used to chain append calls
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(short lhs,
    +                               short rhs)
    +
    +
    Appends to the builder the comparison of + two shorts. +

    +

    +
    Parameters:
    lhs - left-hand value
    rhs - right-hand value +
    Returns:
    this - used to chain append calls
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(char lhs,
    +                               char rhs)
    +
    +
    Appends to the builder the comparison of + two chars. +

    +

    +
    Parameters:
    lhs - left-hand value
    rhs - right-hand value +
    Returns:
    this - used to chain append calls
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(byte lhs,
    +                               byte rhs)
    +
    +
    Appends to the builder the comparison of + two bytes. +

    +

    +
    Parameters:
    lhs - left-hand value
    rhs - right-hand value +
    Returns:
    this - used to chain append calls
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(double lhs,
    +                               double rhs)
    +
    +

    Appends to the builder the comparison of + two doubles.

    + +

    This handles NaNs, Infinities, and -0.0.

    + +

    It is compatible with the hash code generated by + HashCodeBuilder.

    +

    +

    +
    Parameters:
    lhs - left-hand value
    rhs - right-hand value +
    Returns:
    this - used to chain append calls
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(float lhs,
    +                               float rhs)
    +
    +

    Appends to the builder the comparison of + two floats.

    + +

    This handles NaNs, Infinities, and -0.0.

    + +

    It is compatible with the hash code generated by + HashCodeBuilder.

    +

    +

    +
    Parameters:
    lhs - left-hand value
    rhs - right-hand value +
    Returns:
    this - used to chain append calls
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(boolean lhs,
    +                               boolean rhs)
    +
    +
    Appends to the builder the comparison of + two booleanss. +

    +

    +
    Parameters:
    lhs - left-hand value
    rhs - right-hand value +
    Returns:
    this - used to chain append calls
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(java.lang.Object[] lhs,
    +                               java.lang.Object[] rhs)
    +
    +

    Appends to the builder the deep comparison of + two Object arrays.

    + +
      +
    1. Check if arrays are the same using ==
    2. +
    3. Check if for null, null is less than non-null
    4. +
    5. Check array length, a short length array is less than a long length array
    6. +
    7. Check array contents element by element using append(Object, Object, Comparator)
    8. +
    + +

    This method will also will be called for the top level of multi-dimensional, + ragged, and multi-typed arrays.

    +

    +

    +
    Parameters:
    lhs - left-hand array
    rhs - right-hand array +
    Returns:
    this - used to chain append calls +
    Throws: +
    java.lang.ClassCastException - if rhs is not assignment-compatible + with lhs
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(java.lang.Object[] lhs,
    +                               java.lang.Object[] rhs,
    +                               java.util.Comparator comparator)
    +
    +

    Appends to the builder the deep comparison of + two Object arrays.

    + +
      +
    1. Check if arrays are the same using ==
    2. +
    3. Check if for null, null is less than non-null
    4. +
    5. Check array length, a short length array is less than a long length array
    6. +
    7. Check array contents element by element using append(Object, Object, Comparator)
    8. +
    + +

    This method will also will be called for the top level of multi-dimensional, + ragged, and multi-typed arrays.

    +

    +

    +
    Parameters:
    lhs - left-hand array
    rhs - right-hand array
    comparator - Comparator to use to compare the array elements, + null means to treat lhs elements as Comparable. +
    Returns:
    this - used to chain append calls +
    Throws: +
    java.lang.ClassCastException - if rhs is not assignment-compatible + with lhs
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(long[] lhs,
    +                               long[] rhs)
    +
    +

    Appends to the builder the deep comparison of + two long arrays.

    + +
      +
    1. Check if arrays are the same using ==
    2. +
    3. Check if for null, null is less than non-null
    4. +
    5. Check array length, a shorter length array is less than a longer length array
    6. +
    7. Check array contents element by element using append(long, long)
    8. +
    +

    +

    +
    Parameters:
    lhs - left-hand array
    rhs - right-hand array +
    Returns:
    this - used to chain append calls
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(int[] lhs,
    +                               int[] rhs)
    +
    +

    Appends to the builder the deep comparison of + two int arrays.

    + +
      +
    1. Check if arrays are the same using ==
    2. +
    3. Check if for null, null is less than non-null
    4. +
    5. Check array length, a shorter length array is less than a longer length array
    6. +
    7. Check array contents element by element using append(int, int)
    8. +
    +

    +

    +
    Parameters:
    lhs - left-hand array
    rhs - right-hand array +
    Returns:
    this - used to chain append calls
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(short[] lhs,
    +                               short[] rhs)
    +
    +

    Appends to the builder the deep comparison of + two short arrays.

    + +
      +
    1. Check if arrays are the same using ==
    2. +
    3. Check if for null, null is less than non-null
    4. +
    5. Check array length, a shorter length array is less than a longer length array
    6. +
    7. Check array contents element by element using append(short, short)
    8. +
    +

    +

    +
    Parameters:
    lhs - left-hand array
    rhs - right-hand array +
    Returns:
    this - used to chain append calls
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(char[] lhs,
    +                               char[] rhs)
    +
    +

    Appends to the builder the deep comparison of + two char arrays.

    + +
      +
    1. Check if arrays are the same using ==
    2. +
    3. Check if for null, null is less than non-null
    4. +
    5. Check array length, a shorter length array is less than a longer length array
    6. +
    7. Check array contents element by element using append(char, char)
    8. +
    +

    +

    +
    Parameters:
    lhs - left-hand array
    rhs - right-hand array +
    Returns:
    this - used to chain append calls
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(byte[] lhs,
    +                               byte[] rhs)
    +
    +

    Appends to the builder the deep comparison of + two byte arrays.

    + +
      +
    1. Check if arrays are the same using ==
    2. +
    3. Check if for null, null is less than non-null
    4. +
    5. Check array length, a shorter length array is less than a longer length array
    6. +
    7. Check array contents element by element using append(byte, byte)
    8. +
    +

    +

    +
    Parameters:
    lhs - left-hand array
    rhs - right-hand array +
    Returns:
    this - used to chain append calls
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(double[] lhs,
    +                               double[] rhs)
    +
    +

    Appends to the builder the deep comparison of + two double arrays.

    + +
      +
    1. Check if arrays are the same using ==
    2. +
    3. Check if for null, null is less than non-null
    4. +
    5. Check array length, a shorter length array is less than a longer length array
    6. +
    7. Check array contents element by element using append(double, double)
    8. +
    +

    +

    +
    Parameters:
    lhs - left-hand array
    rhs - right-hand array +
    Returns:
    this - used to chain append calls
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(float[] lhs,
    +                               float[] rhs)
    +
    +

    Appends to the builder the deep comparison of + two float arrays.

    + +
      +
    1. Check if arrays are the same using ==
    2. +
    3. Check if for null, null is less than non-null
    4. +
    5. Check array length, a shorter length array is less than a longer length array
    6. +
    7. Check array contents element by element using append(float, float)
    8. +
    +

    +

    +
    Parameters:
    lhs - left-hand array
    rhs - right-hand array +
    Returns:
    this - used to chain append calls
    +
    +
    +
    + +

    +append

    +
    +public CompareToBuilder append(boolean[] lhs,
    +                               boolean[] rhs)
    +
    +

    Appends to the builder the deep comparison of + two boolean arrays.

    + +
      +
    1. Check if arrays are the same using ==
    2. +
    3. Check if for null, null is less than non-null
    4. +
    5. Check array length, a shorter length array is less than a longer length array
    6. +
    7. Check array contents element by element using append(boolean, boolean)
    8. +
    +

    +

    +
    Parameters:
    lhs - left-hand array
    rhs - right-hand array +
    Returns:
    this - used to chain append calls
    +
    +
    +
    + +

    +toComparison

    +
    +public int toComparison()
    +
    +
    Returns a negative integer, a positive integer, or zero as + the builder has judged the "left-hand" side + as less than, greater than, or equal to the "right-hand" + side. +

    +

    + +
    Returns:
    final comparison result
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/EqualsBuilder.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/EqualsBuilder.html new file mode 100644 index 0000000..55fa856 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/EqualsBuilder.html @@ -0,0 +1,1092 @@ + + + + + + + +EqualsBuilder (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.builder +
    +Class EqualsBuilder

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.builder.EqualsBuilder
    +
    +
    +
    +
    public class EqualsBuilder
    extends java.lang.Object
    + +

    +

    Assists in implementing Object.equals(Object) methods.

    + +

    This class provides methods to build a good equals method for any + class. It follows rules laid out in + Effective Java + , by Joshua Bloch. In particular the rule for comparing doubles, + floats, and arrays can be tricky. Also, making sure that + equals() and hashCode() are consistent can be + difficult.

    + +

    Two Objects that compare as equals must generate the same hash code, + but two Objects with the same hash code do not have to be equal.

    + +

    All relevant fields should be included in the calculation of equals. + Derived fields may be ignored. In particular, any field used in + generating a hash code must be used in the equals method, and vice + versa.

    + +

    Typical use for the code is as follows:

    +
    + public boolean equals(Object obj) {
    +   if (obj == null) { return false; }
    +   if (obj == this) { return true; }
    +   if (obj.getClass() != getClass()) {
    +     return false;
    +   }
    +   MyClass rhs = (MyClass) obj;
    +   return new EqualsBuilder()
    +                 .appendSuper(super.equals(obj))
    +                 .append(field1, rhs.field1)
    +                 .append(field2, rhs.field2)
    +                 .append(field3, rhs.field3)
    +                 .isEquals();
    +  }
    + 
    + +

    Alternatively, there is a method that uses reflection to determine + the fields to test. Because these fields are usually private, the method, + reflectionEquals, uses AccessibleObject.setAccessible to + change the visibility of the fields. This will fail under a security + manager, unless the appropriate permissions are set up correctly. It is + also slower than testing explicitly.

    + +

    A typical invocation for this method would look like:

    +
    + public boolean equals(Object obj) {
    +   return EqualsBuilder.reflectionEquals(this, obj);
    + }
    + 
    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: EqualsBuilder.java 611543 2008-01-13 07:00:22Z bayard $
    +
    Author:
    +
    Steve Downey, Stephen Colebourne, Gary Gregory, Pete Gieser, Arun Mammen Thomas
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    EqualsBuilder() + +
    +          Constructor for EqualsBuilder.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + EqualsBuilderappend(boolean[] lhs, + boolean[] rhs) + +
    +          Deep comparison of array of boolean.
    + EqualsBuilderappend(boolean lhs, + boolean rhs) + +
    +          Test if two booleanss are equal.
    + EqualsBuilderappend(byte[] lhs, + byte[] rhs) + +
    +          Deep comparison of array of byte.
    + EqualsBuilderappend(byte lhs, + byte rhs) + +
    +          Test if two bytes are equal.
    + EqualsBuilderappend(char[] lhs, + char[] rhs) + +
    +          Deep comparison of array of char.
    + EqualsBuilderappend(char lhs, + char rhs) + +
    +          Test if two chars are equal.
    + EqualsBuilderappend(double[] lhs, + double[] rhs) + +
    +          Deep comparison of array of double.
    + EqualsBuilderappend(double lhs, + double rhs) + +
    +          Test if two doubles are equal by testing that the + pattern of bits returned by doubleToLong are equal.
    + EqualsBuilderappend(float[] lhs, + float[] rhs) + +
    +          Deep comparison of array of float.
    + EqualsBuilderappend(float lhs, + float rhs) + +
    +          Test if two floats are equal byt testing that the + pattern of bits returned by doubleToLong are equal.
    + EqualsBuilderappend(int[] lhs, + int[] rhs) + +
    +          Deep comparison of array of int.
    + EqualsBuilderappend(int lhs, + int rhs) + +
    +          Test if two ints are equal.
    + EqualsBuilderappend(long[] lhs, + long[] rhs) + +
    +          Deep comparison of array of long.
    + EqualsBuilderappend(long lhs, + long rhs) + +
    +           + Test if two long s are equal.
    + EqualsBuilderappend(java.lang.Object[] lhs, + java.lang.Object[] rhs) + +
    +          Performs a deep comparison of two Object arrays.
    + EqualsBuilderappend(java.lang.Object lhs, + java.lang.Object rhs) + +
    +          Test if two Objects are equal using their + equals method.
    + EqualsBuilderappend(short[] lhs, + short[] rhs) + +
    +          Deep comparison of array of short.
    + EqualsBuilderappend(short lhs, + short rhs) + +
    +          Test if two shorts are equal.
    + EqualsBuilderappendSuper(boolean superEquals) + +
    +          Adds the result of super.equals() to this builder.
    + booleanisEquals() + +
    +          Returns true if the fields that have been checked + are all equal.
    +static booleanreflectionEquals(java.lang.Object lhs, + java.lang.Object rhs) + +
    +          This method uses reflection to determine if the two Objects + are equal.
    +static booleanreflectionEquals(java.lang.Object lhs, + java.lang.Object rhs, + boolean testTransients) + +
    +          This method uses reflection to determine if the two Objects + are equal.
    +static booleanreflectionEquals(java.lang.Object lhs, + java.lang.Object rhs, + boolean testTransients, + java.lang.Class reflectUpToClass) + +
    +          This method uses reflection to determine if the two Objects + are equal.
    +static booleanreflectionEquals(java.lang.Object lhs, + java.lang.Object rhs, + boolean testTransients, + java.lang.Class reflectUpToClass, + java.lang.String[] excludeFields) + +
    +          This method uses reflection to determine if the two Objects + are equal.
    +static booleanreflectionEquals(java.lang.Object lhs, + java.lang.Object rhs, + java.util.Collection excludeFields) + +
    +          This method uses reflection to determine if the two Objects + are equal.
    +static booleanreflectionEquals(java.lang.Object lhs, + java.lang.Object rhs, + java.lang.String[] excludeFields) + +
    +          This method uses reflection to determine if the two Objects + are equal.
    +protected  voidsetEquals(boolean isEquals) + +
    +          Sets the isEquals value.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +EqualsBuilder

    +
    +public EqualsBuilder()
    +
    +

    Constructor for EqualsBuilder.

    + +

    Starts off assuming that equals is true.

    +

    +

    See Also:
    Object.equals(Object)
    + + + + + + + + +
    +Method Detail
    + +

    +reflectionEquals

    +
    +public static boolean reflectionEquals(java.lang.Object lhs,
    +                                       java.lang.Object rhs)
    +
    +

    This method uses reflection to determine if the two Objects + are equal.

    + +

    It uses AccessibleObject.setAccessible to gain access to private + fields. This means that it will throw a security exception if run under + a security manager, if the permissions are not set up correctly. It is also + not as efficient as testing explicitly.

    + +

    Transient members will be not be tested, as they are likely derived + fields, and not part of the value of the Object.

    + +

    Static fields will not be tested. Superclass fields will be included.

    +

    +

    +
    Parameters:
    lhs - this object
    rhs - the other object +
    Returns:
    true if the two Objects have tested equals.
    +
    +
    +
    + +

    +reflectionEquals

    +
    +public static boolean reflectionEquals(java.lang.Object lhs,
    +                                       java.lang.Object rhs,
    +                                       java.util.Collection excludeFields)
    +
    +

    This method uses reflection to determine if the two Objects + are equal.

    + +

    It uses AccessibleObject.setAccessible to gain access to private + fields. This means that it will throw a security exception if run under + a security manager, if the permissions are not set up correctly. It is also + not as efficient as testing explicitly.

    + +

    Transient members will be not be tested, as they are likely derived + fields, and not part of the value of the Object.

    + +

    Static fields will not be tested. Superclass fields will be included.

    +

    +

    +
    Parameters:
    lhs - this object
    rhs - the other object
    excludeFields - Collection of String field names to exclude from testing +
    Returns:
    true if the two Objects have tested equals.
    +
    +
    +
    + +

    +reflectionEquals

    +
    +public static boolean reflectionEquals(java.lang.Object lhs,
    +                                       java.lang.Object rhs,
    +                                       java.lang.String[] excludeFields)
    +
    +

    This method uses reflection to determine if the two Objects + are equal.

    + +

    It uses AccessibleObject.setAccessible to gain access to private + fields. This means that it will throw a security exception if run under + a security manager, if the permissions are not set up correctly. It is also + not as efficient as testing explicitly.

    + +

    Transient members will be not be tested, as they are likely derived + fields, and not part of the value of the Object.

    + +

    Static fields will not be tested. Superclass fields will be included.

    +

    +

    +
    Parameters:
    lhs - this object
    rhs - the other object
    excludeFields - array of field names to exclude from testing +
    Returns:
    true if the two Objects have tested equals.
    +
    +
    +
    + +

    +reflectionEquals

    +
    +public static boolean reflectionEquals(java.lang.Object lhs,
    +                                       java.lang.Object rhs,
    +                                       boolean testTransients)
    +
    +

    This method uses reflection to determine if the two Objects + are equal.

    + +

    It uses AccessibleObject.setAccessible to gain access to private + fields. This means that it will throw a security exception if run under + a security manager, if the permissions are not set up correctly. It is also + not as efficient as testing explicitly.

    + +

    If the TestTransients parameter is set to true, transient + members will be tested, otherwise they are ignored, as they are likely + derived fields, and not part of the value of the Object.

    + +

    Static fields will not be tested. Superclass fields will be included.

    +

    +

    +
    Parameters:
    lhs - this object
    rhs - the other object
    testTransients - whether to include transient fields +
    Returns:
    true if the two Objects have tested equals.
    +
    +
    +
    + +

    +reflectionEquals

    +
    +public static boolean reflectionEquals(java.lang.Object lhs,
    +                                       java.lang.Object rhs,
    +                                       boolean testTransients,
    +                                       java.lang.Class reflectUpToClass)
    +
    +

    This method uses reflection to determine if the two Objects + are equal.

    + +

    It uses AccessibleObject.setAccessible to gain access to private + fields. This means that it will throw a security exception if run under + a security manager, if the permissions are not set up correctly. It is also + not as efficient as testing explicitly.

    + +

    If the testTransients parameter is set to true, transient + members will be tested, otherwise they are ignored, as they are likely + derived fields, and not part of the value of the Object.

    + +

    Static fields will not be included. Superclass fields will be appended + up to and including the specified superclass. A null superclass is treated + as java.lang.Object.

    +

    +

    +
    Parameters:
    lhs - this object
    rhs - the other object
    testTransients - whether to include transient fields
    reflectUpToClass - the superclass to reflect up to (inclusive), + may be null +
    Returns:
    true if the two Objects have tested equals.
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +reflectionEquals

    +
    +public static boolean reflectionEquals(java.lang.Object lhs,
    +                                       java.lang.Object rhs,
    +                                       boolean testTransients,
    +                                       java.lang.Class reflectUpToClass,
    +                                       java.lang.String[] excludeFields)
    +
    +

    This method uses reflection to determine if the two Objects + are equal.

    + +

    It uses AccessibleObject.setAccessible to gain access to private + fields. This means that it will throw a security exception if run under + a security manager, if the permissions are not set up correctly. It is also + not as efficient as testing explicitly.

    + +

    If the testTransients parameter is set to true, transient + members will be tested, otherwise they are ignored, as they are likely + derived fields, and not part of the value of the Object.

    + +

    Static fields will not be included. Superclass fields will be appended + up to and including the specified superclass. A null superclass is treated + as java.lang.Object.

    +

    +

    +
    Parameters:
    lhs - this object
    rhs - the other object
    testTransients - whether to include transient fields
    reflectUpToClass - the superclass to reflect up to (inclusive), + may be null
    excludeFields - array of field names to exclude from testing +
    Returns:
    true if the two Objects have tested equals.
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +appendSuper

    +
    +public EqualsBuilder appendSuper(boolean superEquals)
    +
    +

    Adds the result of super.equals() to this builder.

    +

    +

    +
    Parameters:
    superEquals - the result of calling super.equals() +
    Returns:
    EqualsBuilder - used to chain calls.
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(java.lang.Object lhs,
    +                            java.lang.Object rhs)
    +
    +

    Test if two Objects are equal using their + equals method.

    +

    +

    +
    Parameters:
    lhs - the left hand object
    rhs - the right hand object +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(long lhs,
    +                            long rhs)
    +
    +

    + Test if two long s are equal. +

    +

    +

    +
    Parameters:
    lhs - the left hand long
    rhs - the right hand long +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(int lhs,
    +                            int rhs)
    +
    +

    Test if two ints are equal.

    +

    +

    +
    Parameters:
    lhs - the left hand int
    rhs - the right hand int +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(short lhs,
    +                            short rhs)
    +
    +

    Test if two shorts are equal.

    +

    +

    +
    Parameters:
    lhs - the left hand short
    rhs - the right hand short +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(char lhs,
    +                            char rhs)
    +
    +

    Test if two chars are equal.

    +

    +

    +
    Parameters:
    lhs - the left hand char
    rhs - the right hand char +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(byte lhs,
    +                            byte rhs)
    +
    +

    Test if two bytes are equal.

    +

    +

    +
    Parameters:
    lhs - the left hand byte
    rhs - the right hand byte +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(double lhs,
    +                            double rhs)
    +
    +

    Test if two doubles are equal by testing that the + pattern of bits returned by doubleToLong are equal.

    + +

    This handles NaNs, Infinities, and -0.0.

    + +

    It is compatible with the hash code generated by + HashCodeBuilder.

    +

    +

    +
    Parameters:
    lhs - the left hand double
    rhs - the right hand double +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(float lhs,
    +                            float rhs)
    +
    +

    Test if two floats are equal byt testing that the + pattern of bits returned by doubleToLong are equal.

    + +

    This handles NaNs, Infinities, and -0.0.

    + +

    It is compatible with the hash code generated by + HashCodeBuilder.

    +

    +

    +
    Parameters:
    lhs - the left hand float
    rhs - the right hand float +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(boolean lhs,
    +                            boolean rhs)
    +
    +

    Test if two booleanss are equal.

    +

    +

    +
    Parameters:
    lhs - the left hand boolean
    rhs - the right hand boolean +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(java.lang.Object[] lhs,
    +                            java.lang.Object[] rhs)
    +
    +

    Performs a deep comparison of two Object arrays.

    + +

    This also will be called for the top level of + multi-dimensional, ragged, and multi-typed arrays.

    +

    +

    +
    Parameters:
    lhs - the left hand Object[]
    rhs - the right hand Object[] +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(long[] lhs,
    +                            long[] rhs)
    +
    +

    Deep comparison of array of long. Length and all + values are compared.

    + +

    The method append(long, long) is used.

    +

    +

    +
    Parameters:
    lhs - the left hand long[]
    rhs - the right hand long[] +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(int[] lhs,
    +                            int[] rhs)
    +
    +

    Deep comparison of array of int. Length and all + values are compared.

    + +

    The method append(int, int) is used.

    +

    +

    +
    Parameters:
    lhs - the left hand int[]
    rhs - the right hand int[] +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(short[] lhs,
    +                            short[] rhs)
    +
    +

    Deep comparison of array of short. Length and all + values are compared.

    + +

    The method append(short, short) is used.

    +

    +

    +
    Parameters:
    lhs - the left hand short[]
    rhs - the right hand short[] +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(char[] lhs,
    +                            char[] rhs)
    +
    +

    Deep comparison of array of char. Length and all + values are compared.

    + +

    The method append(char, char) is used.

    +

    +

    +
    Parameters:
    lhs - the left hand char[]
    rhs - the right hand char[] +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(byte[] lhs,
    +                            byte[] rhs)
    +
    +

    Deep comparison of array of byte. Length and all + values are compared.

    + +

    The method append(byte, byte) is used.

    +

    +

    +
    Parameters:
    lhs - the left hand byte[]
    rhs - the right hand byte[] +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(double[] lhs,
    +                            double[] rhs)
    +
    +

    Deep comparison of array of double. Length and all + values are compared.

    + +

    The method append(double, double) is used.

    +

    +

    +
    Parameters:
    lhs - the left hand double[]
    rhs - the right hand double[] +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(float[] lhs,
    +                            float[] rhs)
    +
    +

    Deep comparison of array of float. Length and all + values are compared.

    + +

    The method append(float, float) is used.

    +

    +

    +
    Parameters:
    lhs - the left hand float[]
    rhs - the right hand float[] +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +append

    +
    +public EqualsBuilder append(boolean[] lhs,
    +                            boolean[] rhs)
    +
    +

    Deep comparison of array of boolean. Length and all + values are compared.

    + +

    The method append(boolean, boolean) is used.

    +

    +

    +
    Parameters:
    lhs - the left hand boolean[]
    rhs - the right hand boolean[] +
    Returns:
    EqualsBuilder - used to chain calls.
    +
    +
    +
    + +

    +isEquals

    +
    +public boolean isEquals()
    +
    +

    Returns true if the fields that have been checked + are all equal.

    +

    +

    + +
    Returns:
    boolean
    +
    +
    +
    + +

    +setEquals

    +
    +protected void setEquals(boolean isEquals)
    +
    +
    Sets the isEquals value. +

    +

    +
    Parameters:
    isEquals - The value to set.
    Since:
    +
    2.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/HashCodeBuilder.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/HashCodeBuilder.html new file mode 100644 index 0000000..8c6ca1d --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/HashCodeBuilder.html @@ -0,0 +1,1234 @@ + + + + + + + +HashCodeBuilder (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.builder +
    +Class HashCodeBuilder

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.builder.HashCodeBuilder
    +
    +
    +
    +
    public class HashCodeBuilder
    extends java.lang.Object
    + +

    +

    + Assists in implementing Object.hashCode() methods. +

    + +

    + This class enables a good hashCode method to be built for any class. It follows the rules laid out in + the book Effective Java by Joshua Bloch. Writing a + good hashCode method is actually quite difficult. This class aims to simplify the process. +

    + +

    + All relevant fields from the object should be included in the hashCode method. Derived fields may be + excluded. In general, any field used in the equals method must be used in the hashCode + method. +

    + +

    + To use this class write code as follows: +

    + +
    + public class Person {
    +   String name;
    +   int age;
    +   boolean smoker;
    +   ...
    +
    +   public int hashCode() {
    +     // you pick a hard-coded, randomly chosen, non-zero, odd number
    +     // ideally different for each class
    +     return new HashCodeBuilder(17, 37).
    +       append(name).
    +       append(age).
    +       append(smoker).
    +       toHashCode();
    +   }
    + }
    + 
    + +

    + If required, the superclass hashCode() can be added using appendSuper(int). +

    + +

    + Alternatively, there is a method that uses reflection to determine the fields to test. Because these fields are + usually private, the method, reflectionHashCode, uses AccessibleObject.setAccessible + to change the visibility of the fields. This will fail under a security manager, unless the appropriate permissions + are set up correctly. It is also slower than testing explicitly. +

    + +

    + A typical invocation for this method would look like: +

    + +
    + public int hashCode() {
    +   return HashCodeBuilder.reflectionHashCode(this);
    + }
    + 
    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: HashCodeBuilder.java 564070 2007-08-09 01:58:11Z bayard $
    +
    Author:
    +
    Stephen Colebourne, Gary Gregory, Pete Gieser
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    HashCodeBuilder() + +
    +           + Uses two hard coded choices for the constants needed to build a hashCode.
    HashCodeBuilder(int initialNonZeroOddNumber, + int multiplierNonZeroOddNumber) + +
    +           + Two randomly chosen, non-zero, odd numbers must be passed in.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + HashCodeBuilderappend(boolean value) + +
    +           + Append a hashCode for a boolean.
    + HashCodeBuilderappend(boolean[] array) + +
    +           + Append a hashCode for a boolean array.
    + HashCodeBuilderappend(byte value) + +
    +           + Append a hashCode for a byte.
    + HashCodeBuilderappend(byte[] array) + +
    +           + Append a hashCode for a byte array.
    + HashCodeBuilderappend(char value) + +
    +           + Append a hashCode for a char.
    + HashCodeBuilderappend(char[] array) + +
    +           + Append a hashCode for a char array.
    + HashCodeBuilderappend(double value) + +
    +           + Append a hashCode for a double.
    + HashCodeBuilderappend(double[] array) + +
    +           + Append a hashCode for a double array.
    + HashCodeBuilderappend(float value) + +
    +           + Append a hashCode for a float.
    + HashCodeBuilderappend(float[] array) + +
    +           + Append a hashCode for a float array.
    + HashCodeBuilderappend(int value) + +
    +           + Append a hashCode for an int.
    + HashCodeBuilderappend(int[] array) + +
    +           + Append a hashCode for an int array.
    + HashCodeBuilderappend(long value) + +
    +           + Append a hashCode for a long.
    + HashCodeBuilderappend(long[] array) + +
    +           + Append a hashCode for a long array.
    + HashCodeBuilderappend(java.lang.Object object) + +
    +           + Append a hashCode for an Object.
    + HashCodeBuilderappend(java.lang.Object[] array) + +
    +           + Append a hashCode for an Object array.
    + HashCodeBuilderappend(short value) + +
    +           + Append a hashCode for a short.
    + HashCodeBuilderappend(short[] array) + +
    +           + Append a hashCode for a short array.
    + HashCodeBuilderappendSuper(int superHashCode) + +
    +           + Adds the result of super.hashCode() to this builder.
    +static intreflectionHashCode(int initialNonZeroOddNumber, + int multiplierNonZeroOddNumber, + java.lang.Object object) + +
    +           + This method uses reflection to build a valid hash code.
    +static intreflectionHashCode(int initialNonZeroOddNumber, + int multiplierNonZeroOddNumber, + java.lang.Object object, + boolean testTransients) + +
    +           + This method uses reflection to build a valid hash code.
    +static intreflectionHashCode(int initialNonZeroOddNumber, + int multiplierNonZeroOddNumber, + java.lang.Object object, + boolean testTransients, + java.lang.Class reflectUpToClass) + +
    +          Calls reflectionHashCode(int, int, Object, boolean, Class, String[]) with excludeFields set to + null.
    +static intreflectionHashCode(int initialNonZeroOddNumber, + int multiplierNonZeroOddNumber, + java.lang.Object object, + boolean testTransients, + java.lang.Class reflectUpToClass, + java.lang.String[] excludeFields) + +
    +           + This method uses reflection to build a valid hash code.
    +static intreflectionHashCode(java.lang.Object object) + +
    +           + This method uses reflection to build a valid hash code.
    +static intreflectionHashCode(java.lang.Object object, + boolean testTransients) + +
    +           + This method uses reflection to build a valid hash code.
    +static intreflectionHashCode(java.lang.Object object, + java.util.Collection excludeFields) + +
    +           + This method uses reflection to build a valid hash code.
    +static intreflectionHashCode(java.lang.Object object, + java.lang.String[] excludeFields) + +
    +           + This method uses reflection to build a valid hash code.
    + inttoHashCode() + +
    +           + Return the computed hashCode.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +HashCodeBuilder

    +
    +public HashCodeBuilder()
    +
    +

    + Uses two hard coded choices for the constants needed to build a hashCode. +

    +

    +

    +
    + +

    +HashCodeBuilder

    +
    +public HashCodeBuilder(int initialNonZeroOddNumber,
    +                       int multiplierNonZeroOddNumber)
    +
    +

    + Two randomly chosen, non-zero, odd numbers must be passed in. Ideally these should be different for each class, + however this is not vital. +

    + +

    + Prime numbers are preferred, especially for the multiplier. +

    +

    +

    Parameters:
    initialNonZeroOddNumber - a non-zero, odd number used as the initial value
    multiplierNonZeroOddNumber - a non-zero, odd number used as the multiplier +
    Throws: +
    java.lang.IllegalArgumentException - if the number is zero or even
    + + + + + + + + +
    +Method Detail
    + +

    +reflectionHashCode

    +
    +public static int reflectionHashCode(int initialNonZeroOddNumber,
    +                                     int multiplierNonZeroOddNumber,
    +                                     java.lang.Object object)
    +
    +

    + This method uses reflection to build a valid hash code. +

    + +

    + It uses AccessibleObject.setAccessible to gain access to private fields. This means that it will + throw a security exception if run under a security manager, if the permissions are not set up correctly. It is + also not as efficient as testing explicitly. +

    + +

    + Transient members will be not be used, as they are likely derived fields, and not part of the value of the + Object. +

    + +

    + Static fields will not be tested. Superclass fields will be included. +

    + +

    + Two randomly chosen, non-zero, odd numbers must be passed in. Ideally these should be different for each class, + however this is not vital. Prime numbers are preferred, especially for the multiplier. +

    +

    +

    +
    Parameters:
    initialNonZeroOddNumber - a non-zero, odd number used as the initial value
    multiplierNonZeroOddNumber - a non-zero, odd number used as the multiplier
    object - the Object to create a hashCode for +
    Returns:
    int hash code +
    Throws: +
    java.lang.IllegalArgumentException - if the Object is null +
    java.lang.IllegalArgumentException - if the number is zero or even
    +
    +
    +
    + +

    +reflectionHashCode

    +
    +public static int reflectionHashCode(int initialNonZeroOddNumber,
    +                                     int multiplierNonZeroOddNumber,
    +                                     java.lang.Object object,
    +                                     boolean testTransients)
    +
    +

    + This method uses reflection to build a valid hash code. +

    + +

    + It uses AccessibleObject.setAccessible to gain access to private fields. This means that it will + throw a security exception if run under a security manager, if the permissions are not set up correctly. It is + also not as efficient as testing explicitly. +

    + +

    + If the TestTransients parameter is set to true, transient members will be tested, otherwise they + are ignored, as they are likely derived fields, and not part of the value of the Object. +

    + +

    + Static fields will not be tested. Superclass fields will be included. +

    + +

    + Two randomly chosen, non-zero, odd numbers must be passed in. Ideally these should be different for each class, + however this is not vital. Prime numbers are preferred, especially for the multiplier. +

    +

    +

    +
    Parameters:
    initialNonZeroOddNumber - a non-zero, odd number used as the initial value
    multiplierNonZeroOddNumber - a non-zero, odd number used as the multiplier
    object - the Object to create a hashCode for
    testTransients - whether to include transient fields +
    Returns:
    int hash code +
    Throws: +
    java.lang.IllegalArgumentException - if the Object is null +
    java.lang.IllegalArgumentException - if the number is zero or even
    +
    +
    +
    + +

    +reflectionHashCode

    +
    +public static int reflectionHashCode(int initialNonZeroOddNumber,
    +                                     int multiplierNonZeroOddNumber,
    +                                     java.lang.Object object,
    +                                     boolean testTransients,
    +                                     java.lang.Class reflectUpToClass)
    +
    +
    Calls reflectionHashCode(int, int, Object, boolean, Class, String[]) with excludeFields set to + null. +

    +

    +
    Parameters:
    initialNonZeroOddNumber - a non-zero, odd number used as the initial value
    multiplierNonZeroOddNumber - a non-zero, odd number used as the multiplier
    object - the Object to create a hashCode for
    testTransients - whether to include transient fields
    reflectUpToClass - the superclass to reflect up to (inclusive), may be null +
    Returns:
    int hash code
    +
    +
    +
    + +

    +reflectionHashCode

    +
    +public static int reflectionHashCode(int initialNonZeroOddNumber,
    +                                     int multiplierNonZeroOddNumber,
    +                                     java.lang.Object object,
    +                                     boolean testTransients,
    +                                     java.lang.Class reflectUpToClass,
    +                                     java.lang.String[] excludeFields)
    +
    +

    + This method uses reflection to build a valid hash code. +

    + +

    + It uses AccessibleObject.setAccessible to gain access to private fields. This means that it will + throw a security exception if run under a security manager, if the permissions are not set up correctly. It is + also not as efficient as testing explicitly. +

    + +

    + If the TestTransients parameter is set to true, transient members will be tested, otherwise they + are ignored, as they are likely derived fields, and not part of the value of the Object. +

    + +

    + Static fields will not be included. Superclass fields will be included up to and including the specified + superclass. A null superclass is treated as java.lang.Object. +

    + +

    + Two randomly chosen, non-zero, odd numbers must be passed in. Ideally these should be different for each class, + however this is not vital. Prime numbers are preferred, especially for the multiplier. +

    +

    +

    +
    Parameters:
    initialNonZeroOddNumber - a non-zero, odd number used as the initial value
    multiplierNonZeroOddNumber - a non-zero, odd number used as the multiplier
    object - the Object to create a hashCode for
    testTransients - whether to include transient fields
    reflectUpToClass - the superclass to reflect up to (inclusive), may be null
    excludeFields - array of field names to exclude from use in calculation of hash code +
    Returns:
    int hash code +
    Throws: +
    java.lang.IllegalArgumentException - if the Object is null +
    java.lang.IllegalArgumentException - if the number is zero or even
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +reflectionHashCode

    +
    +public static int reflectionHashCode(java.lang.Object object)
    +
    +

    + This method uses reflection to build a valid hash code. +

    + +

    + This constructor uses two hard coded choices for the constants needed to build a hash code. +

    + +

    + It uses AccessibleObject.setAccessible to gain access to private fields. This means that it will + throw a security exception if run under a security manager, if the permissions are not set up correctly. It is + also not as efficient as testing explicitly. +

    + +

    + Transient members will be not be used, as they are likely derived fields, and not part of the value of the + Object. +

    + +

    + Static fields will not be tested. Superclass fields will be included. +

    +

    +

    +
    Parameters:
    object - the Object to create a hashCode for +
    Returns:
    int hash code +
    Throws: +
    java.lang.IllegalArgumentException - if the object is null
    +
    +
    +
    + +

    +reflectionHashCode

    +
    +public static int reflectionHashCode(java.lang.Object object,
    +                                     boolean testTransients)
    +
    +

    + This method uses reflection to build a valid hash code. +

    + +

    + This constructor uses two hard coded choices for the constants needed to build a hash code. +

    + +

    + It uses AccessibleObject.setAccessible to gain access to private fields. This means that it will + throw a security exception if run under a security manager, if the permissions are not set up correctly. It is + also not as efficient as testing explicitly. +

    + +

    + If the TestTransients parameter is set to true, transient members will be tested, otherwise they + are ignored, as they are likely derived fields, and not part of the value of the Object. +

    + +

    + Static fields will not be tested. Superclass fields will be included. +

    +

    +

    +
    Parameters:
    object - the Object to create a hashCode for
    testTransients - whether to include transient fields +
    Returns:
    int hash code +
    Throws: +
    java.lang.IllegalArgumentException - if the object is null
    +
    +
    +
    + +

    +reflectionHashCode

    +
    +public static int reflectionHashCode(java.lang.Object object,
    +                                     java.util.Collection excludeFields)
    +
    +

    + This method uses reflection to build a valid hash code. +

    + +

    + This constructor uses two hard coded choices for the constants needed to build a hash code. +

    + +

    + It uses AccessibleObject.setAccessible to gain access to private fields. This means that it will + throw a security exception if run under a security manager, if the permissions are not set up correctly. It is + also not as efficient as testing explicitly. +

    + +

    + Transient members will be not be used, as they are likely derived fields, and not part of the value of the + Object. +

    + +

    + Static fields will not be tested. Superclass fields will be included. +

    +

    +

    +
    Parameters:
    object - the Object to create a hashCode for
    excludeFields - Collection of String field names to exclude from use in calculation of hash code +
    Returns:
    int hash code +
    Throws: +
    java.lang.IllegalArgumentException - if the object is null
    +
    +
    +
    + +

    +reflectionHashCode

    +
    +public static int reflectionHashCode(java.lang.Object object,
    +                                     java.lang.String[] excludeFields)
    +
    +

    + This method uses reflection to build a valid hash code. +

    + +

    + This constructor uses two hard coded choices for the constants needed to build a hash code. +

    + +

    + It uses AccessibleObject.setAccessible to gain access to private fields. This means that it will + throw a security exception if run under a security manager, if the permissions are not set up correctly. It is + also not as efficient as testing explicitly. +

    + +

    + Transient members will be not be used, as they are likely derived fields, and not part of the value of the + Object. +

    + +

    + Static fields will not be tested. Superclass fields will be included. +

    +

    +

    +
    Parameters:
    object - the Object to create a hashCode for
    excludeFields - array of field names to exclude from use in calculation of hash code +
    Returns:
    int hash code +
    Throws: +
    java.lang.IllegalArgumentException - if the object is null
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(boolean value)
    +
    +

    + Append a hashCode for a boolean. +

    +

    + This adds iConstant * 1 to the hashCode and not a 1231 or + 1237 as done in java.lang.Boolean. This is in accordance with the Effective Java + design. +

    +

    +

    +
    Parameters:
    value - the boolean to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(boolean[] array)
    +
    +

    + Append a hashCode for a boolean array. +

    +

    +

    +
    Parameters:
    array - the array to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(byte value)
    +
    +

    + Append a hashCode for a byte. +

    +

    +

    +
    Parameters:
    value - the byte to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(byte[] array)
    +
    +

    + Append a hashCode for a byte array. +

    +

    +

    +
    Parameters:
    array - the array to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(char value)
    +
    +

    + Append a hashCode for a char. +

    +

    +

    +
    Parameters:
    value - the char to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(char[] array)
    +
    +

    + Append a hashCode for a char array. +

    +

    +

    +
    Parameters:
    array - the array to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(double value)
    +
    +

    + Append a hashCode for a double. +

    +

    +

    +
    Parameters:
    value - the double to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(double[] array)
    +
    +

    + Append a hashCode for a double array. +

    +

    +

    +
    Parameters:
    array - the array to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(float value)
    +
    +

    + Append a hashCode for a float. +

    +

    +

    +
    Parameters:
    value - the float to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(float[] array)
    +
    +

    + Append a hashCode for a float array. +

    +

    +

    +
    Parameters:
    array - the array to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(int value)
    +
    +

    + Append a hashCode for an int. +

    +

    +

    +
    Parameters:
    value - the int to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(int[] array)
    +
    +

    + Append a hashCode for an int array. +

    +

    +

    +
    Parameters:
    array - the array to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(long value)
    +
    +

    + Append a hashCode for a long. +

    +

    +

    +

    +
    Parameters:
    value - the long to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(long[] array)
    +
    +

    + Append a hashCode for a long array. +

    +

    +

    +
    Parameters:
    array - the array to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(java.lang.Object object)
    +
    +

    + Append a hashCode for an Object. +

    +

    +

    +
    Parameters:
    object - the Object to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(java.lang.Object[] array)
    +
    +

    + Append a hashCode for an Object array. +

    +

    +

    +
    Parameters:
    array - the array to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(short value)
    +
    +

    + Append a hashCode for a short. +

    +

    +

    +
    Parameters:
    value - the short to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public HashCodeBuilder append(short[] array)
    +
    +

    + Append a hashCode for a short array. +

    +

    +

    +
    Parameters:
    array - the array to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +appendSuper

    +
    +public HashCodeBuilder appendSuper(int superHashCode)
    +
    +

    + Adds the result of super.hashCode() to this builder. +

    +

    +

    +
    Parameters:
    superHashCode - the result of calling super.hashCode() +
    Returns:
    this HashCodeBuilder, used to chain calls.
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +toHashCode

    +
    +public int toHashCode()
    +
    +

    + Return the computed hashCode. +

    +

    +

    + +
    Returns:
    hashCode based on the fields appended
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/ReflectionToStringBuilder.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/ReflectionToStringBuilder.html new file mode 100644 index 0000000..d62204f --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/ReflectionToStringBuilder.html @@ -0,0 +1,1151 @@ + + + + + + + +ReflectionToStringBuilder (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.builder +
    +Class ReflectionToStringBuilder

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.builder.ToStringBuilder
    +      extended byorg.apache.commons.lang.builder.ReflectionToStringBuilder
    +
    +
    +
    +
    public class ReflectionToStringBuilder
    extends ToStringBuilder
    + +

    +

    + Assists in implementing Object.toString() methods using reflection. +

    + +

    + This class uses reflection to determine the fields to append. Because these fields are usually private, the class + uses AccessibleObject.setAccessible(java.lang.reflect.AccessibleObject[], boolean) to + change the visibility of the fields. This will fail under a security manager, unless the appropriate permissions are + set up correctly. +

    + +

    + A typical invocation for this method would look like: +

    + +
    + public String toString() {
    +   return ReflectionToStringBuilder.toString(this);
    + }
    + + + +

    + You can also use the builder to debug 3rd party objects: +

    + +
    + System.out.println("An object: " + ReflectionToStringBuilder.toString(anObject));
    + + + +

    + A subclass can control field output by overriding the methods: +

    +

    +

    + For example, this method does not include the password field in the returned + String: +

    + +
    + public String toString() {
    +     return (new ReflectionToStringBuilder(this) {
    +         protected boolean accept(Field f) {
    +             return super.accept(f) && !f.getName().equals("password");
    +         }
    +     }).toString();
    + }
    + + + +

    + The exact format of the toString is determined by the ToStringStyle passed into the + constructor. +

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: ReflectionToStringBuilder.java 583666 2007-10-11 01:38:13Z ggregory $
    +
    Author:
    +
    Gary Gregory, Stephen Colebourne, Pete Gieser
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    ReflectionToStringBuilder(java.lang.Object object) + +
    +           + Constructor.
    ReflectionToStringBuilder(java.lang.Object object, + ToStringStyle style) + +
    +           + Constructor.
    ReflectionToStringBuilder(java.lang.Object object, + ToStringStyle style, + java.lang.StringBuffer buffer) + +
    +           + Constructor.
    ReflectionToStringBuilder(java.lang.Object object, + ToStringStyle style, + java.lang.StringBuffer buffer, + java.lang.Class reflectUpToClass, + boolean outputTransients) + +
    +          Deprecated. Use ReflectionToStringBuilder(Object,ToStringStyle,StringBuffer,Class,boolean,boolean).
    ReflectionToStringBuilder(java.lang.Object object, + ToStringStyle style, + java.lang.StringBuffer buffer, + java.lang.Class reflectUpToClass, + boolean outputTransients, + boolean outputStatics) + +
    +          Constructor.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +protected  booleanaccept(java.lang.reflect.Field field) + +
    +          Returns whether or not to append the given Field.
    +protected  voidappendFieldsIn(java.lang.Class clazz) + +
    +           + Appends the fields and values defined by the given object of the given Class.
    + java.lang.String[]getExcludeFieldNames() + +
    +           
    + java.lang.ClassgetUpToClass() + +
    +           + Gets the last super class to stop appending fields for.
    +protected  java.lang.ObjectgetValue(java.lang.reflect.Field field) + +
    +           + Calls java.lang.reflect.Field.get(Object).
    + booleanisAppendStatics() + +
    +           + Gets whether or not to append static fields.
    + booleanisAppendTransients() + +
    +           + Gets whether or not to append transient fields.
    + ToStringBuilderreflectionAppendArray(java.lang.Object array) + +
    +           + Append to the toString an Object array.
    + voidsetAppendStatics(boolean appendStatics) + +
    +           + Sets whether or not to append static fields.
    + voidsetAppendTransients(boolean appendTransients) + +
    +           + Sets whether or not to append transient fields.
    + ReflectionToStringBuildersetExcludeFieldNames(java.lang.String[] excludeFieldNamesParam) + +
    +          Sets the field names to exclude.
    + voidsetUpToClass(java.lang.Class clazz) + +
    +           + Sets the last super class to stop appending fields for.
    + java.lang.StringtoString() + +
    +           + Gets the String built by this builder.
    +static java.lang.StringtoString(java.lang.Object object) + +
    +           + Builds a toString value using the default ToStringStyle through reflection.
    +static java.lang.StringtoString(java.lang.Object object, + ToStringStyle style) + +
    +           + Builds a toString value through reflection.
    +static java.lang.StringtoString(java.lang.Object object, + ToStringStyle style, + boolean outputTransients) + +
    +           + Builds a toString value through reflection.
    +static java.lang.StringtoString(java.lang.Object object, + ToStringStyle style, + boolean outputTransients, + boolean outputStatics) + +
    +           + Builds a toString value through reflection.
    +static java.lang.StringtoString(java.lang.Object object, + ToStringStyle style, + boolean outputTransients, + boolean outputStatics, + java.lang.Class reflectUpToClass) + +
    +           + Builds a toString value through reflection.
    +static java.lang.StringtoString(java.lang.Object object, + ToStringStyle style, + boolean outputTransients, + java.lang.Class reflectUpToClass) + +
    +          Deprecated. Use toString(Object,ToStringStyle,boolean,boolean,Class)
    +static java.lang.StringtoStringExclude(java.lang.Object object, + java.util.Collection excludeFieldNames) + +
    +          Builds a String for a toString method excluding the given field names.
    +static java.lang.StringtoStringExclude(java.lang.Object object, + java.lang.String excludeFieldName) + +
    +          Builds a String for a toString method excluding the given field name.
    +static java.lang.StringtoStringExclude(java.lang.Object object, + java.lang.String[] excludeFieldNames) + +
    +          Builds a String for a toString method excluding the given field names.
    + + + + + + + +
    Methods inherited from class org.apache.commons.lang.builder.ToStringBuilder
    append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, appendAsObjectToString, appendSuper, appendToString, getDefaultStyle, getObject, getStringBuffer, getStyle, reflectionToString, reflectionToString, reflectionToString, reflectionToString, setDefaultStyle
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +ReflectionToStringBuilder

    +
    +public ReflectionToStringBuilder(java.lang.Object object)
    +
    +

    + Constructor. +

    + +

    + This constructor outputs using the default style set with setDefaultStyle. +

    +

    +

    Parameters:
    object - the Object to build a toString for, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the Object passed in is null
    +
    + +

    +ReflectionToStringBuilder

    +
    +public ReflectionToStringBuilder(java.lang.Object object,
    +                                 ToStringStyle style)
    +
    +

    + Constructor. +

    + +

    + If the style is null, the default style is used. +

    +

    +

    Parameters:
    object - the Object to build a toString for, must not be null
    style - the style of the toString to create, may be null +
    Throws: +
    java.lang.IllegalArgumentException - if the Object passed in is null
    +
    + +

    +ReflectionToStringBuilder

    +
    +public ReflectionToStringBuilder(java.lang.Object object,
    +                                 ToStringStyle style,
    +                                 java.lang.StringBuffer buffer)
    +
    +

    + Constructor. +

    + +

    + If the style is null, the default style is used. +

    + +

    + If the buffer is null, a new one is created. +

    +

    +

    Parameters:
    object - the Object to build a toString for
    style - the style of the toString to create, may be null
    buffer - the StringBuffer to populate, may be null +
    Throws: +
    java.lang.IllegalArgumentException - if the Object passed in is null
    +
    + +

    +ReflectionToStringBuilder

    +
    +public ReflectionToStringBuilder(java.lang.Object object,
    +                                 ToStringStyle style,
    +                                 java.lang.StringBuffer buffer,
    +                                 java.lang.Class reflectUpToClass,
    +                                 boolean outputTransients)
    +
    +
    Deprecated. Use ReflectionToStringBuilder(Object,ToStringStyle,StringBuffer,Class,boolean,boolean). +

    +

    Constructor. +

    +

    Parameters:
    object - the Object to build a toString for
    style - the style of the toString to create, may be null
    buffer - the StringBuffer to populate, may be null
    reflectUpToClass - the superclass to reflect up to (inclusive), may be null
    outputTransients - whether to include transient fields
    +
    + +

    +ReflectionToStringBuilder

    +
    +public ReflectionToStringBuilder(java.lang.Object object,
    +                                 ToStringStyle style,
    +                                 java.lang.StringBuffer buffer,
    +                                 java.lang.Class reflectUpToClass,
    +                                 boolean outputTransients,
    +                                 boolean outputStatics)
    +
    +
    Constructor. +

    +

    Parameters:
    object - the Object to build a toString for
    style - the style of the toString to create, may be null
    buffer - the StringBuffer to populate, may be null
    reflectUpToClass - the superclass to reflect up to (inclusive), may be null
    outputTransients - whether to include transient fields
    outputStatics - whether to include static fields
    Since:
    +
    2.1
    +
    + + + + + + + + +
    +Method Detail
    + +

    +toString

    +
    +public static java.lang.String toString(java.lang.Object object)
    +
    +

    + Builds a toString value using the default ToStringStyle through reflection. +

    + +

    + It uses AccessibleObject.setAccessible to gain access to private fields. This means that it will + throw a security exception if run under a security manager, if the permissions are not set up correctly. It is + also not as efficient as testing explicitly. +

    + +

    + Transient members will be not be included, as they are likely derived. Static fields will not be included. + Superclass fields will be appended. +

    +

    +

    +
    Parameters:
    object - the Object to be output +
    Returns:
    the String result +
    Throws: +
    java.lang.IllegalArgumentException - if the Object is null
    +
    +
    +
    + +

    +toString

    +
    +public static java.lang.String toString(java.lang.Object object,
    +                                        ToStringStyle style)
    +
    +

    + Builds a toString value through reflection. +

    + +

    + It uses AccessibleObject.setAccessible to gain access to private fields. This means that it will + throw a security exception if run under a security manager, if the permissions are not set up correctly. It is + also not as efficient as testing explicitly. +

    + +

    + Transient members will be not be included, as they are likely derived. Static fields will not be included. + Superclass fields will be appended. +

    + +

    + If the style is null, the default ToStringStyle is used. +

    +

    +

    +
    Parameters:
    object - the Object to be output
    style - the style of the toString to create, may be null +
    Returns:
    the String result +
    Throws: +
    java.lang.IllegalArgumentException - if the Object or ToStringStyle is null
    +
    +
    +
    + +

    +toString

    +
    +public static java.lang.String toString(java.lang.Object object,
    +                                        ToStringStyle style,
    +                                        boolean outputTransients)
    +
    +

    + Builds a toString value through reflection. +

    + +

    + It uses AccessibleObject.setAccessible to gain access to private fields. This means that it will + throw a security exception if run under a security manager, if the permissions are not set up correctly. It is + also not as efficient as testing explicitly. +

    + +

    + If the outputTransients is true, transient members will be output, otherwise they + are ignored, as they are likely derived fields, and not part of the value of the Object. +

    + +

    + Static fields will not be included. Superclass fields will be appended. +

    + +

    + If the style is null, the default ToStringStyle is used. +

    +

    +

    +
    Parameters:
    object - the Object to be output
    style - the style of the toString to create, may be null
    outputTransients - whether to include transient fields +
    Returns:
    the String result +
    Throws: +
    java.lang.IllegalArgumentException - if the Object is null
    +
    +
    +
    + +

    +toString

    +
    +public static java.lang.String toString(java.lang.Object object,
    +                                        ToStringStyle style,
    +                                        boolean outputTransients,
    +                                        boolean outputStatics)
    +
    +

    + Builds a toString value through reflection. +

    + +

    + It uses AccessibleObject.setAccessible to gain access to private fields. This means that it will + throw a security exception if run under a security manager, if the permissions are not set up correctly. It is + also not as efficient as testing explicitly. +

    + +

    + If the outputTransients is true, transient fields will be output, otherwise they + are ignored, as they are likely derived fields, and not part of the value of the Object. +

    + +

    + If the outputStatics is true, static fields will be output, otherwise they are + ignored. +

    + +

    + Static fields will not be included. Superclass fields will be appended. +

    + +

    + If the style is null, the default ToStringStyle is used. +

    +

    +

    +
    Parameters:
    object - the Object to be output
    style - the style of the toString to create, may be null
    outputTransients - whether to include transient fields
    outputStatics - whether to include transient fields +
    Returns:
    the String result +
    Throws: +
    java.lang.IllegalArgumentException - if the Object is null
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +toString

    +
    +public static java.lang.String toString(java.lang.Object object,
    +                                        ToStringStyle style,
    +                                        boolean outputTransients,
    +                                        boolean outputStatics,
    +                                        java.lang.Class reflectUpToClass)
    +
    +

    + Builds a toString value through reflection. +

    + +

    + It uses AccessibleObject.setAccessible to gain access to private fields. This means that it will + throw a security exception if run under a security manager, if the permissions are not set up correctly. It is + also not as efficient as testing explicitly. +

    + +

    + If the outputTransients is true, transient fields will be output, otherwise they + are ignored, as they are likely derived fields, and not part of the value of the Object. +

    + +

    + If the outputStatics is true, static fields will be output, otherwise they are + ignored. +

    + +

    + Superclass fields will be appended up to and including the specified superclass. A null superclass is treated as + java.lang.Object. +

    + +

    + If the style is null, the default ToStringStyle is used. +

    +

    +

    +
    Parameters:
    object - the Object to be output
    style - the style of the toString to create, may be null
    outputTransients - whether to include transient fields
    outputStatics - whether to include static fields
    reflectUpToClass - the superclass to reflect up to (inclusive), may be null +
    Returns:
    the String result +
    Throws: +
    java.lang.IllegalArgumentException - if the Object is null
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +toString

    +
    +public static java.lang.String toString(java.lang.Object object,
    +                                        ToStringStyle style,
    +                                        boolean outputTransients,
    +                                        java.lang.Class reflectUpToClass)
    +
    +
    Deprecated. Use toString(Object,ToStringStyle,boolean,boolean,Class) +

    +

    + Builds a toString value through reflection. +

    + +

    + It uses AccessibleObject.setAccessible to gain access to private fields. This means that it will + throw a security exception if run under a security manager, if the permissions are not set up correctly. It is + also not as efficient as testing explicitly. +

    + +

    + If the outputTransients is true, transient members will be output, otherwise they + are ignored, as they are likely derived fields, and not part of the value of the Object. +

    + +

    + Static fields will not be included. Superclass fields will be appended up to and including the specified + superclass. A null superclass is treated as java.lang.Object. +

    + +

    + If the style is null, the default ToStringStyle is used. +

    +

    +

    +
    Parameters:
    object - the Object to be output
    style - the style of the toString to create, may be null
    outputTransients - whether to include transient fields
    reflectUpToClass - the superclass to reflect up to (inclusive), may be null +
    Returns:
    the String result +
    Throws: +
    java.lang.IllegalArgumentException - if the Object is null
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +toStringExclude

    +
    +public static java.lang.String toStringExclude(java.lang.Object object,
    +                                               java.lang.String excludeFieldName)
    +
    +
    Builds a String for a toString method excluding the given field name. +

    +

    +
    Parameters:
    object - The object to "toString".
    excludeFieldName - The field name to exclude +
    Returns:
    The toString value.
    +
    +
    +
    + +

    +toStringExclude

    +
    +public static java.lang.String toStringExclude(java.lang.Object object,
    +                                               java.util.Collection excludeFieldNames)
    +
    +
    Builds a String for a toString method excluding the given field names. +

    +

    +
    Parameters:
    object - The object to "toString".
    excludeFieldNames - The field names to exclude. Null excludes nothing. +
    Returns:
    The toString value.
    +
    +
    +
    + +

    +toStringExclude

    +
    +public static java.lang.String toStringExclude(java.lang.Object object,
    +                                               java.lang.String[] excludeFieldNames)
    +
    +
    Builds a String for a toString method excluding the given field names. +

    +

    +
    Parameters:
    object - The object to "toString".
    excludeFieldNames - The field names to exclude +
    Returns:
    The toString value.
    +
    +
    +
    + +

    +accept

    +
    +protected boolean accept(java.lang.reflect.Field field)
    +
    +
    Returns whether or not to append the given Field. +
      +
    • Transient fields are appended only if isAppendTransients() returns true. +
    • Static fields are appended only if isAppendStatics() returns true. +
    • Inner class fields are not appened.
    • +
    +

    +

    +
    Parameters:
    field - The Field to test. +
    Returns:
    Whether or not to append the given Field.
    +
    +
    +
    + +

    +appendFieldsIn

    +
    +protected void appendFieldsIn(java.lang.Class clazz)
    +
    +

    + Appends the fields and values defined by the given object of the given Class. +

    + +

    + If a cycle is detected as an object is "toString()'ed", such an object is rendered as if + Object.toString() had been called and not implemented by the object. +

    +

    +

    +
    Parameters:
    clazz - The class of object parameter
    +
    +
    +
    + +

    +getExcludeFieldNames

    +
    +public java.lang.String[] getExcludeFieldNames()
    +
    +
    + +
    Returns:
    Returns the excludeFieldNames.
    +
    +
    +
    + +

    +getUpToClass

    +
    +public java.lang.Class getUpToClass()
    +
    +

    + Gets the last super class to stop appending fields for. +

    +

    +

    + +
    Returns:
    The last super class to stop appending fields for.
    +
    +
    +
    + +

    +getValue

    +
    +protected java.lang.Object getValue(java.lang.reflect.Field field)
    +                             throws java.lang.IllegalArgumentException,
    +                                    java.lang.IllegalAccessException
    +
    +

    + Calls java.lang.reflect.Field.get(Object). +

    +

    +

    +
    Parameters:
    field - The Field to query. +
    Returns:
    The Object from the given Field. +
    Throws: +
    java.lang.IllegalArgumentException - see Field.get(Object) +
    java.lang.IllegalAccessException - see Field.get(Object)
    See Also:
    Field.get(Object)
    +
    +
    +
    + +

    +isAppendStatics

    +
    +public boolean isAppendStatics()
    +
    +

    + Gets whether or not to append static fields. +

    +

    +

    + +
    Returns:
    Whether or not to append static fields.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isAppendTransients

    +
    +public boolean isAppendTransients()
    +
    +

    + Gets whether or not to append transient fields. +

    +

    +

    + +
    Returns:
    Whether or not to append transient fields.
    +
    +
    +
    + +

    +reflectionAppendArray

    +
    +public ToStringBuilder reflectionAppendArray(java.lang.Object array)
    +
    +

    + Append to the toString an Object array. +

    +

    +

    +
    Parameters:
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +setAppendStatics

    +
    +public void setAppendStatics(boolean appendStatics)
    +
    +

    + Sets whether or not to append static fields. +

    +

    +

    +
    Parameters:
    appendStatics - Whether or not to append static fields.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +setAppendTransients

    +
    +public void setAppendTransients(boolean appendTransients)
    +
    +

    + Sets whether or not to append transient fields. +

    +

    +

    +
    Parameters:
    appendTransients - Whether or not to append transient fields.
    +
    +
    +
    + +

    +setExcludeFieldNames

    +
    +public ReflectionToStringBuilder setExcludeFieldNames(java.lang.String[] excludeFieldNamesParam)
    +
    +
    Sets the field names to exclude. +

    +

    +
    Parameters:
    excludeFieldNamesParam - The excludeFieldNames to excluding from toString or null. +
    Returns:
    this
    +
    +
    +
    + +

    +setUpToClass

    +
    +public void setUpToClass(java.lang.Class clazz)
    +
    +

    + Sets the last super class to stop appending fields for. +

    +

    +

    +
    Parameters:
    clazz - The last super class to stop appending fields for.
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +

    + Gets the String built by this builder. +

    +

    +

    +
    Overrides:
    toString in class ToStringBuilder
    +
    +
    + +
    Returns:
    the built string
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/StandardToStringStyle.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/StandardToStringStyle.html new file mode 100644 index 0000000..a014d11 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/StandardToStringStyle.html @@ -0,0 +1,1412 @@ + + + + + + + +StandardToStringStyle (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.builder +
    +Class StandardToStringStyle

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.builder.ToStringStyle
    +      extended byorg.apache.commons.lang.builder.StandardToStringStyle
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    +
    public class StandardToStringStyle
    extends ToStringStyle
    + +

    +

    Works with ToStringBuilder to create a toString.

    + +

    This class is intended to be used as a singleton. + There is no need to instantiate a new style each time. + Simply instantiate the class once, customize the values as required, and + store the result in a public static final variable for the rest of the + program to access.

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: StandardToStringStyle.java 437554 2006-08-28 06:21:41Z bayard $
    +
    Author:
    +
    Stephen Colebourne, Pete Gieser, Gary Gregory
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.lang.builder.ToStringStyle
    DEFAULT_STYLE, MULTI_LINE_STYLE, NO_FIELD_NAMES_STYLE, SHORT_PREFIX_STYLE, SIMPLE_STYLE
    +  + + + + + + + + + + +
    +Constructor Summary
    StandardToStringStyle() + +
    +          Constructor.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.StringgetArrayEnd() + +
    +          Gets the array end text.
    + java.lang.StringgetArraySeparator() + +
    +          Gets the array separator text.
    + java.lang.StringgetArrayStart() + +
    +          Gets the array start text.
    + java.lang.StringgetContentEnd() + +
    +          Gets the content end text.
    + java.lang.StringgetContentStart() + +
    +          Gets the content start text.
    + java.lang.StringgetFieldNameValueSeparator() + +
    +          Gets the field name value separator text.
    + java.lang.StringgetFieldSeparator() + +
    +          Gets the field separator text.
    + java.lang.StringgetNullText() + +
    +          Gets the text to output when null found.
    + java.lang.StringgetSizeEndText() + +
    +          Gets the end text to output when a Collection, + Map or Array size is output.
    + java.lang.StringgetSizeStartText() + +
    +          Gets the text to output when a Collection, + Map or Array size is output.
    + java.lang.StringgetSummaryObjectEndText() + +
    +          Gets the end text to output when an Object is + output in summary mode.
    + java.lang.StringgetSummaryObjectStartText() + +
    +          Gets the start text to output when an Object is + output in summary mode.
    + booleanisArrayContentDetail() + +
    +          Gets whether to output array content detail.
    + booleanisDefaultFullDetail() + +
    +          Gets whether to use full detail when the caller doesn't + specify.
    + booleanisFieldSeparatorAtEnd() + +
    +          Gets whether the field separator should be added at the end + of each buffer.
    + booleanisFieldSeparatorAtStart() + +
    +          Gets whether the field separator should be added at the start + of each buffer.
    + booleanisShortClassName() + +
    +          Deprecated. Use isUseShortClassName() + Method will be removed in Commons Lang 3.0.
    + booleanisUseClassName() + +
    +          Gets whether to use the class name.
    + booleanisUseFieldNames() + +
    +          Gets whether to use the field names passed in.
    + booleanisUseIdentityHashCode() + +
    +          Gets whether to use the identity hash code.
    + booleanisUseShortClassName() + +
    +          Gets whether to output short or long class names.
    + voidsetArrayContentDetail(boolean arrayContentDetail) + +
    +          Sets whether to output array content detail.
    + voidsetArrayEnd(java.lang.String arrayEnd) + +
    +          Sets the array end text.
    + voidsetArraySeparator(java.lang.String arraySeparator) + +
    +          Sets the array separator text.
    + voidsetArrayStart(java.lang.String arrayStart) + +
    +          Sets the array start text.
    + voidsetContentEnd(java.lang.String contentEnd) + +
    +          Sets the content end text.
    + voidsetContentStart(java.lang.String contentStart) + +
    +          Sets the content start text.
    + voidsetDefaultFullDetail(boolean defaultFullDetail) + +
    +          Sets whether to use full detail when the caller doesn't + specify.
    + voidsetFieldNameValueSeparator(java.lang.String fieldNameValueSeparator) + +
    +          Sets the field name value separator text.
    + voidsetFieldSeparator(java.lang.String fieldSeparator) + +
    +          Sets the field separator text.
    + voidsetFieldSeparatorAtEnd(boolean fieldSeparatorAtEnd) + +
    +          Sets whether the field separator should be added at the end + of each buffer.
    + voidsetFieldSeparatorAtStart(boolean fieldSeparatorAtStart) + +
    +          Sets whether the field separator should be added at the start + of each buffer.
    + voidsetNullText(java.lang.String nullText) + +
    +          Sets the text to output when null found.
    + voidsetShortClassName(boolean shortClassName) + +
    +          Deprecated. Use setUseShortClassName(boolean) + Method will be removed in Commons Lang 3.0.
    + voidsetSizeEndText(java.lang.String sizeEndText) + +
    +          Sets the end text to output when a Collection, + Map or Array size is output.
    + voidsetSizeStartText(java.lang.String sizeStartText) + +
    +          Sets the start text to output when a Collection, + Map or Array size is output.
    + voidsetSummaryObjectEndText(java.lang.String summaryObjectEndText) + +
    +          Sets the end text to output when an Object is + output in summary mode.
    + voidsetSummaryObjectStartText(java.lang.String summaryObjectStartText) + +
    +          Sets the start text to output when an Object is + output in summary mode.
    + voidsetUseClassName(boolean useClassName) + +
    +          Sets whether to use the class name.
    + voidsetUseFieldNames(boolean useFieldNames) + +
    +          Sets whether to use the field names passed in.
    + voidsetUseIdentityHashCode(boolean useIdentityHashCode) + +
    +          Sets whether to use the identity hash code.
    + voidsetUseShortClassName(boolean useShortClassName) + +
    +          Sets whether to output short or long class names.
    + + + + + + + +
    Methods inherited from class org.apache.commons.lang.builder.ToStringStyle
    append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, appendClassName, appendContentEnd, appendContentStart, appendCyclicObject, appendDetail, appendDetail, appendDetail, appendDetail, appendDetail, appendDetail, appendDetail, appendDetail, appendDetail, appendDetail, appendDetail, appendDetail, appendDetail, appendDetail, appendDetail, appendDetail, appendDetail, appendDetail, appendDetail, appendDetail, appendEnd, appendFieldEnd, appendFieldSeparator, appendFieldStart, appendIdentityHashCode, appendInternal, appendNullText, appendStart, appendSummary, appendSummary, appendSummary, appendSummary, appendSummary, appendSummary, appendSummary, appendSummary, appendSummary, appendSummary, appendSummarySize, appendSuper, appendToString, getShortClassName, isFullDetail, reflectionAppendArrayDetail, removeLastFieldSeparator
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +StandardToStringStyle

    +
    +public StandardToStringStyle()
    +
    +

    Constructor.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +isUseClassName

    +
    +public boolean isUseClassName()
    +
    +

    Gets whether to use the class name.

    +

    +

    +
    Overrides:
    isUseClassName in class ToStringStyle
    +
    +
    + +
    Returns:
    the current useClassName flag
    +
    +
    +
    + +

    +setUseClassName

    +
    +public void setUseClassName(boolean useClassName)
    +
    +

    Sets whether to use the class name.

    +

    +

    +
    Overrides:
    setUseClassName in class ToStringStyle
    +
    +
    +
    Parameters:
    useClassName - the new useClassName flag
    +
    +
    +
    + +

    +isUseShortClassName

    +
    +public boolean isUseShortClassName()
    +
    +

    Gets whether to output short or long class names.

    +

    +

    +
    Overrides:
    isUseShortClassName in class ToStringStyle
    +
    +
    + +
    Returns:
    the current useShortClassName flag
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +isShortClassName

    +
    +public boolean isShortClassName()
    +
    +
    Deprecated. Use isUseShortClassName() + Method will be removed in Commons Lang 3.0. +

    +

    Gets whether to output short or long class names.

    +

    +

    +
    Overrides:
    isShortClassName in class ToStringStyle
    +
    +
    + +
    Returns:
    the current shortClassName flag
    +
    +
    +
    + +

    +setUseShortClassName

    +
    +public void setUseShortClassName(boolean useShortClassName)
    +
    +

    Sets whether to output short or long class names.

    +

    +

    +
    Overrides:
    setUseShortClassName in class ToStringStyle
    +
    +
    +
    Parameters:
    useShortClassName - the new useShortClassName flag
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +setShortClassName

    +
    +public void setShortClassName(boolean shortClassName)
    +
    +
    Deprecated. Use setUseShortClassName(boolean) + Method will be removed in Commons Lang 3.0. +

    +

    Sets whether to output short or long class names.

    +

    +

    +
    Overrides:
    setShortClassName in class ToStringStyle
    +
    +
    +
    Parameters:
    shortClassName - the new shortClassName flag
    +
    +
    +
    + +

    +isUseIdentityHashCode

    +
    +public boolean isUseIdentityHashCode()
    +
    +

    Gets whether to use the identity hash code.

    +

    +

    +
    Overrides:
    isUseIdentityHashCode in class ToStringStyle
    +
    +
    + +
    Returns:
    the current useIdentityHashCode flag
    +
    +
    +
    + +

    +setUseIdentityHashCode

    +
    +public void setUseIdentityHashCode(boolean useIdentityHashCode)
    +
    +

    Sets whether to use the identity hash code.

    +

    +

    +
    Overrides:
    setUseIdentityHashCode in class ToStringStyle
    +
    +
    +
    Parameters:
    useIdentityHashCode - the new useIdentityHashCode flag
    +
    +
    +
    + +

    +isUseFieldNames

    +
    +public boolean isUseFieldNames()
    +
    +

    Gets whether to use the field names passed in.

    +

    +

    +
    Overrides:
    isUseFieldNames in class ToStringStyle
    +
    +
    + +
    Returns:
    the current useFieldNames flag
    +
    +
    +
    + +

    +setUseFieldNames

    +
    +public void setUseFieldNames(boolean useFieldNames)
    +
    +

    Sets whether to use the field names passed in.

    +

    +

    +
    Overrides:
    setUseFieldNames in class ToStringStyle
    +
    +
    +
    Parameters:
    useFieldNames - the new useFieldNames flag
    +
    +
    +
    + +

    +isDefaultFullDetail

    +
    +public boolean isDefaultFullDetail()
    +
    +

    Gets whether to use full detail when the caller doesn't + specify.

    +

    +

    +
    Overrides:
    isDefaultFullDetail in class ToStringStyle
    +
    +
    + +
    Returns:
    the current defaultFullDetail flag
    +
    +
    +
    + +

    +setDefaultFullDetail

    +
    +public void setDefaultFullDetail(boolean defaultFullDetail)
    +
    +

    Sets whether to use full detail when the caller doesn't + specify.

    +

    +

    +
    Overrides:
    setDefaultFullDetail in class ToStringStyle
    +
    +
    +
    Parameters:
    defaultFullDetail - the new defaultFullDetail flag
    +
    +
    +
    + +

    +isArrayContentDetail

    +
    +public boolean isArrayContentDetail()
    +
    +

    Gets whether to output array content detail.

    +

    +

    +
    Overrides:
    isArrayContentDetail in class ToStringStyle
    +
    +
    + +
    Returns:
    the current array content detail setting
    +
    +
    +
    + +

    +setArrayContentDetail

    +
    +public void setArrayContentDetail(boolean arrayContentDetail)
    +
    +

    Sets whether to output array content detail.

    +

    +

    +
    Overrides:
    setArrayContentDetail in class ToStringStyle
    +
    +
    +
    Parameters:
    arrayContentDetail - the new arrayContentDetail flag
    +
    +
    +
    + +

    +getArrayStart

    +
    +public java.lang.String getArrayStart()
    +
    +

    Gets the array start text.

    +

    +

    +
    Overrides:
    getArrayStart in class ToStringStyle
    +
    +
    + +
    Returns:
    the current array start text
    +
    +
    +
    + +

    +setArrayStart

    +
    +public void setArrayStart(java.lang.String arrayStart)
    +
    +

    Sets the array start text.

    + +

    null is accepted, but will be converted + to an empty String.

    +

    +

    +
    Overrides:
    setArrayStart in class ToStringStyle
    +
    +
    +
    Parameters:
    arrayStart - the new array start text
    +
    +
    +
    + +

    +getArrayEnd

    +
    +public java.lang.String getArrayEnd()
    +
    +

    Gets the array end text.

    +

    +

    +
    Overrides:
    getArrayEnd in class ToStringStyle
    +
    +
    + +
    Returns:
    the current array end text
    +
    +
    +
    + +

    +setArrayEnd

    +
    +public void setArrayEnd(java.lang.String arrayEnd)
    +
    +

    Sets the array end text.

    + +

    null is accepted, but will be converted + to an empty String.

    +

    +

    +
    Overrides:
    setArrayEnd in class ToStringStyle
    +
    +
    +
    Parameters:
    arrayEnd - the new array end text
    +
    +
    +
    + +

    +getArraySeparator

    +
    +public java.lang.String getArraySeparator()
    +
    +

    Gets the array separator text.

    +

    +

    +
    Overrides:
    getArraySeparator in class ToStringStyle
    +
    +
    + +
    Returns:
    the current array separator text
    +
    +
    +
    + +

    +setArraySeparator

    +
    +public void setArraySeparator(java.lang.String arraySeparator)
    +
    +

    Sets the array separator text.

    + +

    null is accepted, but will be converted + to an empty String.

    +

    +

    +
    Overrides:
    setArraySeparator in class ToStringStyle
    +
    +
    +
    Parameters:
    arraySeparator - the new array separator text
    +
    +
    +
    + +

    +getContentStart

    +
    +public java.lang.String getContentStart()
    +
    +

    Gets the content start text.

    +

    +

    +
    Overrides:
    getContentStart in class ToStringStyle
    +
    +
    + +
    Returns:
    the current content start text
    +
    +
    +
    + +

    +setContentStart

    +
    +public void setContentStart(java.lang.String contentStart)
    +
    +

    Sets the content start text.

    + +

    null is accepted, but will be converted + to an empty String.

    +

    +

    +
    Overrides:
    setContentStart in class ToStringStyle
    +
    +
    +
    Parameters:
    contentStart - the new content start text
    +
    +
    +
    + +

    +getContentEnd

    +
    +public java.lang.String getContentEnd()
    +
    +

    Gets the content end text.

    +

    +

    +
    Overrides:
    getContentEnd in class ToStringStyle
    +
    +
    + +
    Returns:
    the current content end text
    +
    +
    +
    + +

    +setContentEnd

    +
    +public void setContentEnd(java.lang.String contentEnd)
    +
    +

    Sets the content end text.

    + +

    null is accepted, but will be converted + to an empty String.

    +

    +

    +
    Overrides:
    setContentEnd in class ToStringStyle
    +
    +
    +
    Parameters:
    contentEnd - the new content end text
    +
    +
    +
    + +

    +getFieldNameValueSeparator

    +
    +public java.lang.String getFieldNameValueSeparator()
    +
    +

    Gets the field name value separator text.

    +

    +

    +
    Overrides:
    getFieldNameValueSeparator in class ToStringStyle
    +
    +
    + +
    Returns:
    the current field name value separator text
    +
    +
    +
    + +

    +setFieldNameValueSeparator

    +
    +public void setFieldNameValueSeparator(java.lang.String fieldNameValueSeparator)
    +
    +

    Sets the field name value separator text.

    + +

    null is accepted, but will be converted + to an empty String.

    +

    +

    +
    Overrides:
    setFieldNameValueSeparator in class ToStringStyle
    +
    +
    +
    Parameters:
    fieldNameValueSeparator - the new field name value separator text
    +
    +
    +
    + +

    +getFieldSeparator

    +
    +public java.lang.String getFieldSeparator()
    +
    +

    Gets the field separator text.

    +

    +

    +
    Overrides:
    getFieldSeparator in class ToStringStyle
    +
    +
    + +
    Returns:
    the current field separator text
    +
    +
    +
    + +

    +setFieldSeparator

    +
    +public void setFieldSeparator(java.lang.String fieldSeparator)
    +
    +

    Sets the field separator text.

    + +

    null is accepted, but will be converted + to an empty String.

    +

    +

    +
    Overrides:
    setFieldSeparator in class ToStringStyle
    +
    +
    +
    Parameters:
    fieldSeparator - the new field separator text
    +
    +
    +
    + +

    +isFieldSeparatorAtStart

    +
    +public boolean isFieldSeparatorAtStart()
    +
    +

    Gets whether the field separator should be added at the start + of each buffer.

    +

    +

    +
    Overrides:
    isFieldSeparatorAtStart in class ToStringStyle
    +
    +
    + +
    Returns:
    the fieldSeparatorAtStart flag
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +setFieldSeparatorAtStart

    +
    +public void setFieldSeparatorAtStart(boolean fieldSeparatorAtStart)
    +
    +

    Sets whether the field separator should be added at the start + of each buffer.

    +

    +

    +
    Overrides:
    setFieldSeparatorAtStart in class ToStringStyle
    +
    +
    +
    Parameters:
    fieldSeparatorAtStart - the fieldSeparatorAtStart flag
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +isFieldSeparatorAtEnd

    +
    +public boolean isFieldSeparatorAtEnd()
    +
    +

    Gets whether the field separator should be added at the end + of each buffer.

    +

    +

    +
    Overrides:
    isFieldSeparatorAtEnd in class ToStringStyle
    +
    +
    + +
    Returns:
    fieldSeparatorAtEnd flag
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +setFieldSeparatorAtEnd

    +
    +public void setFieldSeparatorAtEnd(boolean fieldSeparatorAtEnd)
    +
    +

    Sets whether the field separator should be added at the end + of each buffer.

    +

    +

    +
    Overrides:
    setFieldSeparatorAtEnd in class ToStringStyle
    +
    +
    +
    Parameters:
    fieldSeparatorAtEnd - the fieldSeparatorAtEnd flag
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +getNullText

    +
    +public java.lang.String getNullText()
    +
    +

    Gets the text to output when null found.

    +

    +

    +
    Overrides:
    getNullText in class ToStringStyle
    +
    +
    + +
    Returns:
    the current text to output when null found
    +
    +
    +
    + +

    +setNullText

    +
    +public void setNullText(java.lang.String nullText)
    +
    +

    Sets the text to output when null found.

    + +

    null is accepted, but will be converted + to an empty String.

    +

    +

    +
    Overrides:
    setNullText in class ToStringStyle
    +
    +
    +
    Parameters:
    nullText - the new text to output when null found
    +
    +
    +
    + +

    +getSizeStartText

    +
    +public java.lang.String getSizeStartText()
    +
    +

    Gets the text to output when a Collection, + Map or Array size is output.

    + +

    This is output before the size value.

    +

    +

    +
    Overrides:
    getSizeStartText in class ToStringStyle
    +
    +
    + +
    Returns:
    the current start of size text
    +
    +
    +
    + +

    +setSizeStartText

    +
    +public void setSizeStartText(java.lang.String sizeStartText)
    +
    +

    Sets the start text to output when a Collection, + Map or Array size is output.

    + +

    This is output before the size value.

    + +

    null is accepted, but will be converted to + an empty String.

    +

    +

    +
    Overrides:
    setSizeStartText in class ToStringStyle
    +
    +
    +
    Parameters:
    sizeStartText - the new start of size text
    +
    +
    +
    + +

    +getSizeEndText

    +
    +public java.lang.String getSizeEndText()
    +
    +
    Gets the end text to output when a Collection, + Map or Array size is output.

    + +

    This is output after the size value.

    +

    +

    +
    Overrides:
    getSizeEndText in class ToStringStyle
    +
    +
    + +
    Returns:
    the current end of size text
    +
    +
    +
    + +

    +setSizeEndText

    +
    +public void setSizeEndText(java.lang.String sizeEndText)
    +
    +

    Sets the end text to output when a Collection, + Map or Array size is output.

    + +

    This is output after the size value.

    + +

    null is accepted, but will be converted + to an empty String.

    +

    +

    +
    Overrides:
    setSizeEndText in class ToStringStyle
    +
    +
    +
    Parameters:
    sizeEndText - the new end of size text
    +
    +
    +
    + +

    +getSummaryObjectStartText

    +
    +public java.lang.String getSummaryObjectStartText()
    +
    +

    Gets the start text to output when an Object is + output in summary mode.

    + +

    This is output before the size value.

    +

    +

    +
    Overrides:
    getSummaryObjectStartText in class ToStringStyle
    +
    +
    + +
    Returns:
    the current start of summary text
    +
    +
    +
    + +

    +setSummaryObjectStartText

    +
    +public void setSummaryObjectStartText(java.lang.String summaryObjectStartText)
    +
    +

    Sets the start text to output when an Object is + output in summary mode.

    + +

    This is output before the size value.

    + +

    null is accepted, but will be converted to + an empty String.

    +

    +

    +
    Overrides:
    setSummaryObjectStartText in class ToStringStyle
    +
    +
    +
    Parameters:
    summaryObjectStartText - the new start of summary text
    +
    +
    +
    + +

    +getSummaryObjectEndText

    +
    +public java.lang.String getSummaryObjectEndText()
    +
    +

    Gets the end text to output when an Object is + output in summary mode.

    + +

    This is output after the size value.

    +

    +

    +
    Overrides:
    getSummaryObjectEndText in class ToStringStyle
    +
    +
    + +
    Returns:
    the current end of summary text
    +
    +
    +
    + +

    +setSummaryObjectEndText

    +
    +public void setSummaryObjectEndText(java.lang.String summaryObjectEndText)
    +
    +

    Sets the end text to output when an Object is + output in summary mode.

    + +

    This is output after the size value.

    + +

    null is accepted, but will be converted to + an empty String.

    +

    +

    +
    Overrides:
    setSummaryObjectEndText in class ToStringStyle
    +
    +
    +
    Parameters:
    summaryObjectEndText - the new end of summary text
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/ToStringBuilder.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/ToStringBuilder.html new file mode 100644 index 0000000..047c6c6 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/ToStringBuilder.html @@ -0,0 +1,1955 @@ + + + + + + + +ToStringBuilder (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.builder +
    +Class ToStringBuilder

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.builder.ToStringBuilder
    +
    +
    +
    Direct Known Subclasses:
    ReflectionToStringBuilder
    +
    +
    +
    +
    public class ToStringBuilder
    extends java.lang.Object
    + +

    +

    Assists in implementing Object.toString() methods.

    + +

    This class enables a good and consistent toString() to be built for any + class or object. This class aims to simplify the process by:

    +
      +
    • allowing field names
    • +
    • handling all types consistently
    • +
    • handling nulls consistently
    • +
    • outputting arrays and multi-dimensional arrays
    • +
    • enabling the detail level to be controlled for Objects and Collections
    • +
    • handling class hierarchies
    • +
    + +

    To use this class write code as follows:

    + +
    + public class Person {
    +   String name;
    +   int age;
    +   boolean smoker;
    +
    +   ...
    +
    +   public String toString() {
    +     return new ToStringBuilder(this).
    +       append("name", name).
    +       append("age", age).
    +       append("smoker", smoker).
    +       toString();
    +   }
    + }
    + 
    + +

    This will produce a toString of the format: + Person@7f54[name=Stephen,age=29,smoker=false]

    + +

    To add the superclass toString, use appendSuper(java.lang.String). + To append the toString from an object that is delegated + to (or any other object), use appendToString(java.lang.String).

    + +

    Alternatively, there is a method that uses reflection to determine + the fields to test. Because these fields are usually private, the method, + reflectionToString, uses AccessibleObject.setAccessible to + change the visibility of the fields. This will fail under a security manager, + unless the appropriate permissions are set up correctly. It is also + slower than testing explicitly.

    + +

    A typical invocation for this method would look like:

    + +
    + public String toString() {
    +   return ToStringBuilder.reflectionToString(this);
    + }
    + 
    + +

    You can also use the builder to debug 3rd party objects:

    + +
    + System.out.println("An object: " + ToStringBuilder.reflectionToString(anObject));
    + 
    + +

    The exact format of the toString is determined by + the ToStringStyle passed into the constructor.

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: ToStringBuilder.java 492354 2007-01-03 23:48:10Z scolebourne $
    +
    Author:
    +
    Stephen Colebourne, Gary Gregory, Pete Gieser
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    ToStringBuilder(java.lang.Object object) + +
    +          Constructor for ToStringBuilder.
    ToStringBuilder(java.lang.Object object, + ToStringStyle style) + +
    +          Constructor for ToStringBuilder specifying the + output style.
    ToStringBuilder(java.lang.Object object, + ToStringStyle style, + java.lang.StringBuffer buffer) + +
    +          Constructor for ToStringBuilder.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + ToStringBuilderappend(boolean value) + +
    +          Append to the toString a boolean + value.
    + ToStringBuilderappend(boolean[] array) + +
    +          Append to the toString a boolean + array.
    + ToStringBuilderappend(byte value) + +
    +          Append to the toString a byte + value.
    + ToStringBuilderappend(byte[] array) + +
    +          Append to the toString a byte + array.
    + ToStringBuilderappend(char value) + +
    +          Append to the toString a char + value.
    + ToStringBuilderappend(char[] array) + +
    +          Append to the toString a char + array.
    + ToStringBuilderappend(double value) + +
    +          Append to the toString a double + value.
    + ToStringBuilderappend(double[] array) + +
    +          Append to the toString a double + array.
    + ToStringBuilderappend(float value) + +
    +          Append to the toString a float + value.
    + ToStringBuilderappend(float[] array) + +
    +          Append to the toString a float + array.
    + ToStringBuilderappend(int value) + +
    +          Append to the toString an int + value.
    + ToStringBuilderappend(int[] array) + +
    +          Append to the toString an int + array.
    + ToStringBuilderappend(long value) + +
    +          Append to the toString a long + value.
    + ToStringBuilderappend(long[] array) + +
    +          Append to the toString a long + array.
    + ToStringBuilderappend(java.lang.Object obj) + +
    +          Append to the toString an Object + value.
    + ToStringBuilderappend(java.lang.Object[] array) + +
    +          Append to the toString an Object + array.
    + ToStringBuilderappend(short value) + +
    +          Append to the toString a short + value.
    + ToStringBuilderappend(short[] array) + +
    +          Append to the toString a short + array.
    + ToStringBuilderappend(java.lang.String fieldName, + boolean value) + +
    +          Append to the toString a boolean + value.
    + ToStringBuilderappend(java.lang.String fieldName, + boolean[] array) + +
    +          Append to the toString a boolean + array.
    + ToStringBuilderappend(java.lang.String fieldName, + boolean[] array, + boolean fullDetail) + +
    +          Append to the toString a boolean + array.
    + ToStringBuilderappend(java.lang.String fieldName, + byte value) + +
    +          Append to the toString an byte + value.
    + ToStringBuilderappend(java.lang.String fieldName, + byte[] array) + +
    +          Append to the toString a byte array.
    + ToStringBuilderappend(java.lang.String fieldName, + byte[] array, + boolean fullDetail) + +
    +          Append to the toString a byte + array.
    + ToStringBuilderappend(java.lang.String fieldName, + char value) + +
    +          Append to the toString a char + value.
    + ToStringBuilderappend(java.lang.String fieldName, + char[] array) + +
    +          Append to the toString a char + array.
    + ToStringBuilderappend(java.lang.String fieldName, + char[] array, + boolean fullDetail) + +
    +          Append to the toString a char + array.
    + ToStringBuilderappend(java.lang.String fieldName, + double value) + +
    +          Append to the toString a double + value.
    + ToStringBuilderappend(java.lang.String fieldName, + double[] array) + +
    +          Append to the toString a double + array.
    + ToStringBuilderappend(java.lang.String fieldName, + double[] array, + boolean fullDetail) + +
    +          Append to the toString a double + array.
    + ToStringBuilderappend(java.lang.String fieldName, + float value) + +
    +          Append to the toString an float + value.
    + ToStringBuilderappend(java.lang.String fieldName, + float[] array) + +
    +          Append to the toString a float + array.
    + ToStringBuilderappend(java.lang.String fieldName, + float[] array, + boolean fullDetail) + +
    +          Append to the toString a float + array.
    + ToStringBuilderappend(java.lang.String fieldName, + int value) + +
    +          Append to the toString an int + value.
    + ToStringBuilderappend(java.lang.String fieldName, + int[] array) + +
    +          Append to the toString an int + array.
    + ToStringBuilderappend(java.lang.String fieldName, + int[] array, + boolean fullDetail) + +
    +          Append to the toString an int + array.
    + ToStringBuilderappend(java.lang.String fieldName, + long value) + +
    +          Append to the toString a long + value.
    + ToStringBuilderappend(java.lang.String fieldName, + long[] array) + +
    +          Append to the toString a long + array.
    + ToStringBuilderappend(java.lang.String fieldName, + long[] array, + boolean fullDetail) + +
    +          Append to the toString a long + array.
    + ToStringBuilderappend(java.lang.String fieldName, + java.lang.Object obj) + +
    +          Append to the toString an Object + value.
    + ToStringBuilderappend(java.lang.String fieldName, + java.lang.Object[] array) + +
    +          Append to the toString an Object + array.
    + ToStringBuilderappend(java.lang.String fieldName, + java.lang.Object[] array, + boolean fullDetail) + +
    +          Append to the toString an Object + array.
    + ToStringBuilderappend(java.lang.String fieldName, + java.lang.Object obj, + boolean fullDetail) + +
    +          Append to the toString an Object + value.
    + ToStringBuilderappend(java.lang.String fieldName, + short value) + +
    +          Append to the toString an short + value.
    + ToStringBuilderappend(java.lang.String fieldName, + short[] array) + +
    +          Append to the toString a short + array.
    + ToStringBuilderappend(java.lang.String fieldName, + short[] array, + boolean fullDetail) + +
    +          Append to the toString a short + array.
    + ToStringBuilderappendAsObjectToString(java.lang.Object object) + +
    +          Appends with the same format as the default Object toString() + method.
    + ToStringBuilderappendSuper(java.lang.String superToString) + +
    +          Append the toString from the superclass.
    + ToStringBuilderappendToString(java.lang.String toString) + +
    +          Append the toString from another object.
    +static ToStringStylegetDefaultStyle() + +
    +          Gets the default ToStringStyle to use.
    + java.lang.ObjectgetObject() + +
    +          Returns the Object being output.
    + java.lang.StringBuffergetStringBuffer() + +
    +          Gets the StringBuffer being populated.
    + ToStringStylegetStyle() + +
    +          Gets the ToStringStyle being used.
    +static java.lang.StringreflectionToString(java.lang.Object object) + +
    +          Forwards to ReflectionToStringBuilder.
    +static java.lang.StringreflectionToString(java.lang.Object object, + ToStringStyle style) + +
    +          Forwards to ReflectionToStringBuilder.
    +static java.lang.StringreflectionToString(java.lang.Object object, + ToStringStyle style, + boolean outputTransients) + +
    +          Forwards to ReflectionToStringBuilder.
    +static java.lang.StringreflectionToString(java.lang.Object object, + ToStringStyle style, + boolean outputTransients, + java.lang.Class reflectUpToClass) + +
    +          Forwards to ReflectionToStringBuilder.
    +static voidsetDefaultStyle(ToStringStyle style) + +
    +          Sets the default ToStringStyle to use.
    + java.lang.StringtoString() + +
    +          Returns the built toString.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +ToStringBuilder

    +
    +public ToStringBuilder(java.lang.Object object)
    +
    +

    Constructor for ToStringBuilder.

    + +

    This constructor outputs using the default style set with + setDefaultStyle.

    +

    +

    Parameters:
    object - the Object to build a toString for +
    Throws: +
    java.lang.IllegalArgumentException - if the Object passed in is + null
    +
    + +

    +ToStringBuilder

    +
    +public ToStringBuilder(java.lang.Object object,
    +                       ToStringStyle style)
    +
    +

    Constructor for ToStringBuilder specifying the + output style.

    + +

    If the style is null, the default style is used.

    +

    +

    Parameters:
    object - the Object to build a toString for
    style - the style of the toString to create, + may be null +
    Throws: +
    java.lang.IllegalArgumentException - if the Object passed in is + null
    +
    + +

    +ToStringBuilder

    +
    +public ToStringBuilder(java.lang.Object object,
    +                       ToStringStyle style,
    +                       java.lang.StringBuffer buffer)
    +
    +

    Constructor for ToStringBuilder.

    + +

    If the style is null, the default style is used.

    + +

    If the buffer is null, a new one is created.

    +

    +

    Parameters:
    object - the Object to build a toString for
    style - the style of the toString to create, + may be null
    buffer - the StringBuffer to populate, may be + null
    + + + + + + + + +
    +Method Detail
    + +

    +getDefaultStyle

    +
    +public static ToStringStyle getDefaultStyle()
    +
    +

    Gets the default ToStringStyle to use.

    + +

    This could allow the ToStringStyle to be + controlled for an entire application with one call.

    + +

    This might be used to have a verbose + ToStringStyle during development and a compact + ToStringStyle in production.

    +

    +

    + +
    Returns:
    the default ToStringStyle
    +
    +
    +
    + +

    +reflectionToString

    +
    +public static java.lang.String reflectionToString(java.lang.Object object)
    +
    +

    Forwards to ReflectionToStringBuilder.

    +

    +

    +
    Parameters:
    object - the Object to be output +
    Returns:
    the String result
    See Also:
    ReflectionToStringBuilder.toString(Object)
    +
    +
    +
    + +

    +reflectionToString

    +
    +public static java.lang.String reflectionToString(java.lang.Object object,
    +                                                  ToStringStyle style)
    +
    +

    Forwards to ReflectionToStringBuilder.

    +

    +

    +
    Parameters:
    object - the Object to be output
    style - the style of the toString to create, may be null +
    Returns:
    the String result
    See Also:
    ReflectionToStringBuilder.toString(Object,ToStringStyle)
    +
    +
    +
    + +

    +reflectionToString

    +
    +public static java.lang.String reflectionToString(java.lang.Object object,
    +                                                  ToStringStyle style,
    +                                                  boolean outputTransients)
    +
    +

    Forwards to ReflectionToStringBuilder.

    +

    +

    +
    Parameters:
    object - the Object to be output
    style - the style of the toString to create, may be null
    outputTransients - whether to include transient fields +
    Returns:
    the String result
    See Also:
    ReflectionToStringBuilder.toString(Object,ToStringStyle,boolean)
    +
    +
    +
    + +

    +reflectionToString

    +
    +public static java.lang.String reflectionToString(java.lang.Object object,
    +                                                  ToStringStyle style,
    +                                                  boolean outputTransients,
    +                                                  java.lang.Class reflectUpToClass)
    +
    +

    Forwards to ReflectionToStringBuilder.

    +

    +

    +
    Parameters:
    object - the Object to be output
    style - the style of the toString to create, may be null
    outputTransients - whether to include transient fields
    reflectUpToClass - the superclass to reflect up to (inclusive), may be null +
    Returns:
    the String result
    Since:
    +
    2.0
    +
    See Also:
    ReflectionToStringBuilder.toString(Object,ToStringStyle,boolean,boolean,Class)
    +
    +
    +
    + +

    +setDefaultStyle

    +
    +public static void setDefaultStyle(ToStringStyle style)
    +
    +

    Sets the default ToStringStyle to use.

    +

    +

    +
    Parameters:
    style - the default ToStringStyle +
    Throws: +
    java.lang.IllegalArgumentException - if the style is null
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(boolean value)
    +
    +

    Append to the toString a boolean + value.

    +

    +

    +
    Parameters:
    value - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(boolean[] array)
    +
    +

    Append to the toString a boolean + array.

    +

    +

    +
    Parameters:
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(byte value)
    +
    +

    Append to the toString a byte + value.

    +

    +

    +
    Parameters:
    value - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(byte[] array)
    +
    +

    Append to the toString a byte + array.

    +

    +

    +
    Parameters:
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(char value)
    +
    +

    Append to the toString a char + value.

    +

    +

    +
    Parameters:
    value - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(char[] array)
    +
    +

    Append to the toString a char + array.

    +

    +

    +
    Parameters:
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(double value)
    +
    +

    Append to the toString a double + value.

    +

    +

    +
    Parameters:
    value - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(double[] array)
    +
    +

    Append to the toString a double + array.

    +

    +

    +
    Parameters:
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(float value)
    +
    +

    Append to the toString a float + value.

    +

    +

    +
    Parameters:
    value - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(float[] array)
    +
    +

    Append to the toString a float + array.

    +

    +

    +
    Parameters:
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(int value)
    +
    +

    Append to the toString an int + value.

    +

    +

    +
    Parameters:
    value - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(int[] array)
    +
    +

    Append to the toString an int + array.

    +

    +

    +
    Parameters:
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(long value)
    +
    +

    Append to the toString a long + value.

    +

    +

    +
    Parameters:
    value - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(long[] array)
    +
    +

    Append to the toString a long + array.

    +

    +

    +
    Parameters:
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.Object obj)
    +
    +

    Append to the toString an Object + value.

    +

    +

    +
    Parameters:
    obj - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.Object[] array)
    +
    +

    Append to the toString an Object + array.

    +

    +

    +
    Parameters:
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(short value)
    +
    +

    Append to the toString a short + value.

    +

    +

    +
    Parameters:
    value - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(short[] array)
    +
    +

    Append to the toString a short + array.

    +

    +

    +
    Parameters:
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              boolean value)
    +
    +

    Append to the toString a boolean + value.

    +

    +

    +
    Parameters:
    fieldName - the field name
    value - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              boolean[] array)
    +
    +

    Append to the toString a boolean + array.

    +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the hashCode +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              boolean[] array,
    +                              boolean fullDetail)
    +
    +

    Append to the toString a boolean + array.

    + +

    A boolean parameter controls the level of detail to show. + Setting true will output the array in full. Setting + false will output a summary, typically the size of + the array.

    +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              byte value)
    +
    +

    Append to the toString an byte + value.

    +

    +

    +
    Parameters:
    fieldName - the field name
    value - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              byte[] array)
    +
    +

    Append to the toString a byte array.

    +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              byte[] array,
    +                              boolean fullDetail)
    +
    +

    Append to the toString a byte + array.

    + +

    A boolean parameter controls the level of detail to show. + Setting true will output the array in full. Setting + false will output a summary, typically the size of + the array. +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              char value)
    +
    +

    Append to the toString a char + value.

    +

    +

    +
    Parameters:
    fieldName - the field name
    value - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              char[] array)
    +
    +

    Append to the toString a char + array.

    +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              char[] array,
    +                              boolean fullDetail)
    +
    +

    Append to the toString a char + array.

    + +

    A boolean parameter controls the level of detail to show. + Setting true will output the array in full. Setting + false will output a summary, typically the size of + the array.

    +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              double value)
    +
    +

    Append to the toString a double + value.

    +

    +

    +
    Parameters:
    fieldName - the field name
    value - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              double[] array)
    +
    +

    Append to the toString a double + array.

    +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              double[] array,
    +                              boolean fullDetail)
    +
    +

    Append to the toString a double + array.

    + +

    A boolean parameter controls the level of detail to show. + Setting true will output the array in full. Setting + false will output a summary, typically the size of + the array.

    +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              float value)
    +
    +

    Append to the toString an float + value.

    +

    +

    +
    Parameters:
    fieldName - the field name
    value - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              float[] array)
    +
    +

    Append to the toString a float + array.

    +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              float[] array,
    +                              boolean fullDetail)
    +
    +

    Append to the toString a float + array.

    + +

    A boolean parameter controls the level of detail to show. + Setting true will output the array in full. Setting + false will output a summary, typically the size of + the array.

    +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              int value)
    +
    +

    Append to the toString an int + value.

    +

    +

    +
    Parameters:
    fieldName - the field name
    value - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              int[] array)
    +
    +

    Append to the toString an int + array.

    +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              int[] array,
    +                              boolean fullDetail)
    +
    +

    Append to the toString an int + array.

    + +

    A boolean parameter controls the level of detail to show. + Setting true will output the array in full. Setting + false will output a summary, typically the size of + the array.

    +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              long value)
    +
    +

    Append to the toString a long + value.

    +

    +

    +
    Parameters:
    fieldName - the field name
    value - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              long[] array)
    +
    +

    Append to the toString a long + array.

    +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              long[] array,
    +                              boolean fullDetail)
    +
    +

    Append to the toString a long + array.

    + +

    A boolean parameter controls the level of detail to show. + Setting true will output the array in full. Setting + false will output a summary, typically the size of + the array.

    +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              java.lang.Object obj)
    +
    +

    Append to the toString an Object + value.

    +

    +

    +
    Parameters:
    fieldName - the field name
    obj - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              java.lang.Object obj,
    +                              boolean fullDetail)
    +
    +

    Append to the toString an Object + value.

    +

    +

    +
    Parameters:
    fieldName - the field name
    obj - the value to add to the toString
    fullDetail - true for detail, + false for summary info +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              java.lang.Object[] array)
    +
    +

    Append to the toString an Object + array.

    +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              java.lang.Object[] array,
    +                              boolean fullDetail)
    +
    +

    Append to the toString an Object + array.

    + +

    A boolean parameter controls the level of detail to show. + Setting true will output the array in full. Setting + false will output a summary, typically the size of + the array.

    +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              short value)
    +
    +

    Append to the toString an short + value.

    +

    +

    +
    Parameters:
    fieldName - the field name
    value - the value to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              short[] array)
    +
    +

    Append to the toString a short + array.

    +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the toString +
    Returns:
    this
    +
    +
    +
    + +

    +append

    +
    +public ToStringBuilder append(java.lang.String fieldName,
    +                              short[] array,
    +                              boolean fullDetail)
    +
    +

    Append to the toString a short + array.

    + +

    A boolean parameter controls the level of detail to show. + Setting true will output the array in full. Setting + false will output a summary, typically the size of + the array. +

    +

    +
    Parameters:
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info +
    Returns:
    this
    +
    +
    +
    + +

    +appendAsObjectToString

    +
    +public ToStringBuilder appendAsObjectToString(java.lang.Object object)
    +
    +

    Appends with the same format as the default Object toString() + method. Appends the class name followed by + System.identityHashCode(java.lang.Object).

    +

    +

    +
    Parameters:
    object - the Object whose class name and id to output +
    Returns:
    this
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +appendSuper

    +
    +public ToStringBuilder appendSuper(java.lang.String superToString)
    +
    +

    Append the toString from the superclass.

    + +

    This method assumes that the superclass uses the same ToStringStyle + as this one.

    + +

    If superToString is null, no change is made.

    +

    +

    +
    Parameters:
    superToString - the result of super.toString() +
    Returns:
    this
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +appendToString

    +
    +public ToStringBuilder appendToString(java.lang.String toString)
    +
    +

    Append the toString from another object.

    + +

    This method is useful where a class delegates most of the implementation of + its properties to another class. You can then call toString() on + the other class and pass the result into this method.

    + +
    +   private AnotherObject delegate;
    +   private String fieldInThisClass;
    +
    +   public String toString() {
    +     return new ToStringBuilder(this).
    +       appendToString(delegate.toString()).
    +       append(fieldInThisClass).
    +       toString();
    +   }
    + +

    This method assumes that the other object uses the same ToStringStyle + as this one.

    + +

    If the toString is null, no change is made.

    +

    +

    +
    Parameters:
    toString - the result of toString() on another object +
    Returns:
    this
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +getObject

    +
    +public java.lang.Object getObject()
    +
    +

    Returns the Object being output.

    +

    +

    + +
    Returns:
    The object being output.
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +getStringBuffer

    +
    +public java.lang.StringBuffer getStringBuffer()
    +
    +

    Gets the StringBuffer being populated.

    +

    +

    + +
    Returns:
    the StringBuffer being populated
    +
    +
    +
    + +

    +getStyle

    +
    +public ToStringStyle getStyle()
    +
    +

    Gets the ToStringStyle being used.

    +

    +

    + +
    Returns:
    the ToStringStyle being used
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +

    Returns the built toString.

    + +

    This method appends the end of data indicator, and can only be called once. + Use getStringBuffer() to get the current string state.

    + +

    If the object is null, return the style's nullText

    +

    +

    + +
    Returns:
    the String toString
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/ToStringStyle.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/ToStringStyle.html new file mode 100644 index 0000000..d11f81a --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/ToStringStyle.html @@ -0,0 +1,3600 @@ + + + + + + + +ToStringStyle (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.builder +
    +Class ToStringStyle

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.builder.ToStringStyle
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    Direct Known Subclasses:
    StandardToStringStyle
    +
    +
    +
    +
    public abstract class ToStringStyle
    extends java.lang.Object
    implements java.io.Serializable
    + +

    +

    Controls String formatting for ToStringBuilder. + The main public interface is always via ToStringBuilder.

    + +

    These classes are intended to be used as Singletons. + There is no need to instantiate a new style each time. A program + will generally use one of the predefined constants on this class. + Alternatively, the StandardToStringStyle class can be used + to set the individual settings. Thus most styles can be achieved + without subclassing.

    + +

    If required, a subclass can override as many or as few of the + methods as it requires. Each object type (from boolean + to long to Object to int[]) has + its own methods to output it. Most have two versions, detail and summary. + +

    For example, the detail version of the array based methods will + output the whole array, whereas the summary method will just output + the array length.

    + +

    If you want to format the output of certain objects, such as dates, you + must create a subclass and override a method. +

    + public class MyStyle extends ToStringStyle {
    +   protected void appendDetail(StringBuffer buffer, String fieldName, Object value) {
    +     if (value instanceof Date) {
    +       value = new SimpleDateFormat("yyyy-MM-dd").format(value);
    +     }
    +     buffer.append(value);
    +   }
    + }
    + 
    +

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: ToStringStyle.java 594386 2007-11-13 01:22:21Z bayard $
    +
    Author:
    +
    Stephen Colebourne, Gary Gregory, Pete Gieser, Masato Tezuka
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static ToStringStyleDEFAULT_STYLE + +
    +          The default toString style.
    +static ToStringStyleMULTI_LINE_STYLE + +
    +          The multi line toString style.
    +static ToStringStyleNO_FIELD_NAMES_STYLE + +
    +          The no field names toString style.
    +static ToStringStyleSHORT_PREFIX_STYLE + +
    +          The short prefix toString style.
    +static ToStringStyleSIMPLE_STYLE + +
    +          The simple toString style.
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected ToStringStyle() + +
    +          Constructor.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + boolean value) + +
    +          Append to the toString a boolean + value.
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + boolean[] array, + java.lang.Boolean fullDetail) + +
    +          Append to the toString a boolean + array.
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + byte value) + +
    +          Append to the toString a byte + value.
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + byte[] array, + java.lang.Boolean fullDetail) + +
    +          Append to the toString a byte + array.
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + char value) + +
    +          Append to the toString a char + value.
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + char[] array, + java.lang.Boolean fullDetail) + +
    +          Append to the toString a char + array.
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + double value) + +
    +          Append to the toString a double + value.
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + double[] array, + java.lang.Boolean fullDetail) + +
    +          Append to the toString a double + array.
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + float value) + +
    +          Append to the toString a float + value.
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + float[] array, + java.lang.Boolean fullDetail) + +
    +          Append to the toString a float + array.
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + int value) + +
    +          Append to the toString an int + value.
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + int[] array, + java.lang.Boolean fullDetail) + +
    +          Append to the toString an int + array.
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + long value) + +
    +          Append to the toString a long + value.
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + long[] array, + java.lang.Boolean fullDetail) + +
    +          Append to the toString a long + array.
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + java.lang.Object[] array, + java.lang.Boolean fullDetail) + +
    +          Append to the toString an Object + array.
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + java.lang.Object value, + java.lang.Boolean fullDetail) + +
    +          Append to the toString an Object + value, printing the full toString of the + Object passed in.
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + short value) + +
    +          Append to the toString a short + value.
    + voidappend(java.lang.StringBuffer buffer, + java.lang.String fieldName, + short[] array, + java.lang.Boolean fullDetail) + +
    +          Append to the toString a short + array.
    +protected  voidappendClassName(java.lang.StringBuffer buffer, + java.lang.Object object) + +
    +          Append to the toString the class name.
    +protected  voidappendContentEnd(java.lang.StringBuffer buffer) + +
    +          Append to the toString the content end.
    +protected  voidappendContentStart(java.lang.StringBuffer buffer) + +
    +          Append to the toString the content start.
    +protected  voidappendCyclicObject(java.lang.StringBuffer buffer, + java.lang.String fieldName, + java.lang.Object value) + +
    +          Append to the toString an Object + value that has been detected to participate in a cycle.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + boolean value) + +
    +          Append to the toString a boolean + value.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + boolean[] array) + +
    +          Append to the toString the detail of a + boolean array.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + byte value) + +
    +          Append to the toString a byte + value.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + byte[] array) + +
    +          Append to the toString the detail of a + byte array.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + char value) + +
    +          Append to the toString a char + value.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + char[] array) + +
    +          Append to the toString the detail of a + char array.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + java.util.Collection coll) + +
    +          Append to the toString a Collection.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + double value) + +
    +          Append to the toString a double + value.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + double[] array) + +
    +          Append to the toString the detail of a + double array.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + float value) + +
    +          Append to the toString a float + value.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + float[] array) + +
    +          Append to the toString the detail of a + float array.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + int value) + +
    +          Append to the toString an int + value.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + int[] array) + +
    +          Append to the toString the detail of an + int array.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + long value) + +
    +          Append to the toString a long + value.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + long[] array) + +
    +          Append to the toString the detail of a + long array.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + java.util.Map map) + +
    +          Append to the toString a Map.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + java.lang.Object value) + +
    +          Append to the toString an Object + value, printing the full detail of the Object.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + java.lang.Object[] array) + +
    +          Append to the toString the detail of an + Object array.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + short value) + +
    +          Append to the toString a short + value.
    +protected  voidappendDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + short[] array) + +
    +          Append to the toString the detail of a + short array.
    + voidappendEnd(java.lang.StringBuffer buffer, + java.lang.Object object) + +
    +          Append to the toString the end of data indicator.
    +protected  voidappendFieldEnd(java.lang.StringBuffer buffer, + java.lang.String fieldName) + +
    +          Append to the toString the field end.
    +protected  voidappendFieldSeparator(java.lang.StringBuffer buffer) + +
    +          Append to the toString the field separator.
    +protected  voidappendFieldStart(java.lang.StringBuffer buffer, + java.lang.String fieldName) + +
    +          Append to the toString the field start.
    +protected  voidappendIdentityHashCode(java.lang.StringBuffer buffer, + java.lang.Object object) + +
    +          Append the System.identityHashCode(java.lang.Object).
    +protected  voidappendInternal(java.lang.StringBuffer buffer, + java.lang.String fieldName, + java.lang.Object value, + boolean detail) + +
    +          Append to the toString an Object, + correctly interpreting its type.
    +protected  voidappendNullText(java.lang.StringBuffer buffer, + java.lang.String fieldName) + +
    +          Append to the toString an indicator for null.
    + voidappendStart(java.lang.StringBuffer buffer, + java.lang.Object object) + +
    +          Append to the toString the start of data indicator.
    +protected  voidappendSummary(java.lang.StringBuffer buffer, + java.lang.String fieldName, + boolean[] array) + +
    +          Append to the toString a summary of a + boolean array.
    +protected  voidappendSummary(java.lang.StringBuffer buffer, + java.lang.String fieldName, + byte[] array) + +
    +          Append to the toString a summary of a + byte array.
    +protected  voidappendSummary(java.lang.StringBuffer buffer, + java.lang.String fieldName, + char[] array) + +
    +          Append to the toString a summary of a + char array.
    +protected  voidappendSummary(java.lang.StringBuffer buffer, + java.lang.String fieldName, + double[] array) + +
    +          Append to the toString a summary of a + double array.
    +protected  voidappendSummary(java.lang.StringBuffer buffer, + java.lang.String fieldName, + float[] array) + +
    +          Append to the toString a summary of a + float array.
    +protected  voidappendSummary(java.lang.StringBuffer buffer, + java.lang.String fieldName, + int[] array) + +
    +          Append to the toString a summary of an + int array.
    +protected  voidappendSummary(java.lang.StringBuffer buffer, + java.lang.String fieldName, + long[] array) + +
    +          Append to the toString a summary of a + long array.
    +protected  voidappendSummary(java.lang.StringBuffer buffer, + java.lang.String fieldName, + java.lang.Object value) + +
    +          Append to the toString an Object + value, printing a summary of the Object.
    +protected  voidappendSummary(java.lang.StringBuffer buffer, + java.lang.String fieldName, + java.lang.Object[] array) + +
    +          Append to the toString a summary of an + Object array.
    +protected  voidappendSummary(java.lang.StringBuffer buffer, + java.lang.String fieldName, + short[] array) + +
    +          Append to the toString a summary of a + short array.
    +protected  voidappendSummarySize(java.lang.StringBuffer buffer, + java.lang.String fieldName, + int size) + +
    +          Append to the toString a size summary.
    + voidappendSuper(java.lang.StringBuffer buffer, + java.lang.String superToString) + +
    +          Append to the toString the superclass toString.
    + voidappendToString(java.lang.StringBuffer buffer, + java.lang.String toString) + +
    +          Append to the toString another toString.
    +protected  java.lang.StringgetArrayEnd() + +
    +          Gets the array end text.
    +protected  java.lang.StringgetArraySeparator() + +
    +          Gets the array separator text.
    +protected  java.lang.StringgetArrayStart() + +
    +          Gets the array start text.
    +protected  java.lang.StringgetContentEnd() + +
    +          Gets the content end text.
    +protected  java.lang.StringgetContentStart() + +
    +          Gets the content start text.
    +protected  java.lang.StringgetFieldNameValueSeparator() + +
    +          Gets the field name value separator text.
    +protected  java.lang.StringgetFieldSeparator() + +
    +          Gets the field separator text.
    +protected  java.lang.StringgetNullText() + +
    +          Gets the text to output when null found.
    +protected  java.lang.StringgetShortClassName(java.lang.Class cls) + +
    +          Gets the short class name for a class.
    +protected  java.lang.StringgetSizeEndText() + +
    +          Gets the end text to output when a Collection, + Map or array size is output.
    +protected  java.lang.StringgetSizeStartText() + +
    +          Gets the start text to output when a Collection, + Map or array size is output.
    +protected  java.lang.StringgetSummaryObjectEndText() + +
    +          Gets the end text to output when an Object is + output in summary mode.
    +protected  java.lang.StringgetSummaryObjectStartText() + +
    +          Gets the start text to output when an Object is + output in summary mode.
    +protected  booleanisArrayContentDetail() + +
    +          Gets whether to output array content detail.
    +protected  booleanisDefaultFullDetail() + +
    +          Gets whether to use full detail when the caller doesn't + specify.
    +protected  booleanisFieldSeparatorAtEnd() + +
    +          Gets whether the field separator should be added at the end + of each buffer.
    +protected  booleanisFieldSeparatorAtStart() + +
    +          Gets whether the field separator should be added at the start + of each buffer.
    +protected  booleanisFullDetail(java.lang.Boolean fullDetailRequest) + +
    +          Is this field to be output in full detail.
    +protected  booleanisShortClassName() + +
    +          Deprecated. Use isUseShortClassName() + Method will be removed in Commons Lang 3.0.
    +protected  booleanisUseClassName() + +
    +          Gets whether to use the class name.
    +protected  booleanisUseFieldNames() + +
    +          Gets whether to use the field names passed in.
    +protected  booleanisUseIdentityHashCode() + +
    +          Gets whether to use the identity hash code.
    +protected  booleanisUseShortClassName() + +
    +          Gets whether to output short or long class names.
    +protected  voidreflectionAppendArrayDetail(java.lang.StringBuffer buffer, + java.lang.String fieldName, + java.lang.Object array) + +
    +          Append to the toString the detail of an array type.
    +protected  voidremoveLastFieldSeparator(java.lang.StringBuffer buffer) + +
    +          Remove the last field separator from the buffer.
    +protected  voidsetArrayContentDetail(boolean arrayContentDetail) + +
    +          Sets whether to output array content detail.
    +protected  voidsetArrayEnd(java.lang.String arrayEnd) + +
    +          Sets the array end text.
    +protected  voidsetArraySeparator(java.lang.String arraySeparator) + +
    +          Sets the array separator text.
    +protected  voidsetArrayStart(java.lang.String arrayStart) + +
    +          Sets the array start text.
    +protected  voidsetContentEnd(java.lang.String contentEnd) + +
    +          Sets the content end text.
    +protected  voidsetContentStart(java.lang.String contentStart) + +
    +          Sets the content start text.
    +protected  voidsetDefaultFullDetail(boolean defaultFullDetail) + +
    +          Sets whether to use full detail when the caller doesn't + specify.
    +protected  voidsetFieldNameValueSeparator(java.lang.String fieldNameValueSeparator) + +
    +          Sets the field name value separator text.
    +protected  voidsetFieldSeparator(java.lang.String fieldSeparator) + +
    +          Sets the field separator text.
    +protected  voidsetFieldSeparatorAtEnd(boolean fieldSeparatorAtEnd) + +
    +          Sets whether the field separator should be added at the end + of each buffer.
    +protected  voidsetFieldSeparatorAtStart(boolean fieldSeparatorAtStart) + +
    +          Sets whether the field separator should be added at the start + of each buffer.
    +protected  voidsetNullText(java.lang.String nullText) + +
    +          Sets the text to output when null found.
    +protected  voidsetShortClassName(boolean shortClassName) + +
    +          Deprecated. Use setUseShortClassName(boolean) + Method will be removed in Commons Lang 3.0.
    +protected  voidsetSizeEndText(java.lang.String sizeEndText) + +
    +          Sets the end text to output when a Collection, + Map or array size is output.
    +protected  voidsetSizeStartText(java.lang.String sizeStartText) + +
    +          Sets the start text to output when a Collection, + Map or array size is output.
    +protected  voidsetSummaryObjectEndText(java.lang.String summaryObjectEndText) + +
    +          Sets the end text to output when an Object is + output in summary mode.
    +protected  voidsetSummaryObjectStartText(java.lang.String summaryObjectStartText) + +
    +          Sets the start text to output when an Object is + output in summary mode.
    +protected  voidsetUseClassName(boolean useClassName) + +
    +          Sets whether to use the class name.
    +protected  voidsetUseFieldNames(boolean useFieldNames) + +
    +          Sets whether to use the field names passed in.
    +protected  voidsetUseIdentityHashCode(boolean useIdentityHashCode) + +
    +          Sets whether to use the identity hash code.
    +protected  voidsetUseShortClassName(boolean useShortClassName) + +
    +          Sets whether to output short or long class names.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +DEFAULT_STYLE

    +
    +public static final ToStringStyle DEFAULT_STYLE
    +
    +
    The default toString style. Using the Using the Person + example from ToStringBuilder, the output would look like this: + +
    + Person@182f0db[name=John Doe,age=33,smoker=false]
    + 
    +

    +

    +
    +
    +
    + +

    +MULTI_LINE_STYLE

    +
    +public static final ToStringStyle MULTI_LINE_STYLE
    +
    +
    The multi line toString style. Using the Using the Person + example from ToStringBuilder, the output would look like this: + +
    + Person@182f0db[
    +   name=John Doe
    +   age=33
    +   smoker=false
    + ]
    + 
    +

    +

    +
    +
    +
    + +

    +NO_FIELD_NAMES_STYLE

    +
    +public static final ToStringStyle NO_FIELD_NAMES_STYLE
    +
    +
    The no field names toString style. Using the Using the + Person example from ToStringBuilder, the output + would look like this: + +
    + Person@182f0db[John Doe,33,false]
    + 
    +

    +

    +
    +
    +
    + +

    +SHORT_PREFIX_STYLE

    +
    +public static final ToStringStyle SHORT_PREFIX_STYLE
    +
    +
    The short prefix toString style. Using the Person example + from ToStringBuilder, the output would look like this: + +
    + Person[name=John Doe,age=33,smoker=false]
    + 
    +

    +

    +
    Since:
    +
    2.1
    +
    +
    +
    + +

    +SIMPLE_STYLE

    +
    +public static final ToStringStyle SIMPLE_STYLE
    +
    +
    The simple toString style. Using the Using the Person + example from ToStringBuilder, the output would look like this: + +
    + John Doe,33,false
    + 
    +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +ToStringStyle

    +
    +protected ToStringStyle()
    +
    +

    Constructor.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +appendSuper

    +
    +public void appendSuper(java.lang.StringBuffer buffer,
    +                        java.lang.String superToString)
    +
    +

    Append to the toString the superclass toString.

    +

    NOTE: It assumes that the toString has been created from the same ToStringStyle.

    + +

    A null superToString is ignored.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    superToString - the super.toString()
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +appendToString

    +
    +public void appendToString(java.lang.StringBuffer buffer,
    +                           java.lang.String toString)
    +
    +

    Append to the toString another toString.

    +

    NOTE: It assumes that the toString has been created from the same ToStringStyle.

    + +

    A null toString is ignored.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    toString - the additional toString
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +appendStart

    +
    +public void appendStart(java.lang.StringBuffer buffer,
    +                        java.lang.Object object)
    +
    +

    Append to the toString the start of data indicator.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    object - the Object to build a toString for
    +
    +
    +
    + +

    +appendEnd

    +
    +public void appendEnd(java.lang.StringBuffer buffer,
    +                      java.lang.Object object)
    +
    +

    Append to the toString the end of data indicator.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    object - the Object to build a + toString for.
    +
    +
    +
    + +

    +removeLastFieldSeparator

    +
    +protected void removeLastFieldSeparator(java.lang.StringBuffer buffer)
    +
    +

    Remove the last field separator from the buffer.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   java.lang.Object value,
    +                   java.lang.Boolean fullDetail)
    +
    +

    Append to the toString an Object + value, printing the full toString of the + Object passed in.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    value - the value to add to the toString
    fullDetail - true for detail, false + for summary info, null for style decides
    +
    +
    +
    + +

    +appendInternal

    +
    +protected void appendInternal(java.lang.StringBuffer buffer,
    +                              java.lang.String fieldName,
    +                              java.lang.Object value,
    +                              boolean detail)
    +
    +

    Append to the toString an Object, + correctly interpreting its type.

    + +

    This method performs the main lookup by Class type to correctly + route arrays, Collections, Maps and + Objects to the appropriate method.

    + +

    Either detail or summary views can be specified.

    + +

    If a cycle is detected, an object will be appended with the + Object.toString() format.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    value - the value to add to the toString, + not null
    detail - output detail or not
    +
    +
    +
    + +

    +appendCyclicObject

    +
    +protected void appendCyclicObject(java.lang.StringBuffer buffer,
    +                                  java.lang.String fieldName,
    +                                  java.lang.Object value)
    +
    +

    Append to the toString an Object + value that has been detected to participate in a cycle. This + implementation will print the standard string value of the value.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    value - the value to add to the toString, + not null
    Since:
    +
    2.2
    +
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            java.lang.Object value)
    +
    +

    Append to the toString an Object + value, printing the full detail of the Object.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    value - the value to add to the toString, + not null
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            java.util.Collection coll)
    +
    +

    Append to the toString a Collection.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    coll - the Collection to add to the + toString, not null
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            java.util.Map map)
    +
    +

    Append to the toString a Map.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    map - the Map to add to the toString, + not null
    +
    +
    +
    + +

    +appendSummary

    +
    +protected void appendSummary(java.lang.StringBuffer buffer,
    +                             java.lang.String fieldName,
    +                             java.lang.Object value)
    +
    +

    Append to the toString an Object + value, printing a summary of the Object.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    value - the value to add to the toString, + not null
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   long value)
    +
    +

    Append to the toString a long + value.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    value - the value to add to the toString
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            long value)
    +
    +

    Append to the toString a long + value.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    value - the value to add to the toString
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   int value)
    +
    +

    Append to the toString an int + value.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    value - the value to add to the toString
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            int value)
    +
    +

    Append to the toString an int + value.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    value - the value to add to the toString
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   short value)
    +
    +

    Append to the toString a short + value.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    value - the value to add to the toString
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            short value)
    +
    +

    Append to the toString a short + value.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    value - the value to add to the toString
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   byte value)
    +
    +

    Append to the toString a byte + value.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    value - the value to add to the toString
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            byte value)
    +
    +

    Append to the toString a byte + value.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    value - the value to add to the toString
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   char value)
    +
    +

    Append to the toString a char + value.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    value - the value to add to the toString
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            char value)
    +
    +

    Append to the toString a char + value.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    value - the value to add to the toString
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   double value)
    +
    +

    Append to the toString a double + value.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    value - the value to add to the toString
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            double value)
    +
    +

    Append to the toString a double + value.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    value - the value to add to the toString
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   float value)
    +
    +

    Append to the toString a float + value.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    value - the value to add to the toString
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            float value)
    +
    +

    Append to the toString a float + value.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    value - the value to add to the toString
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   boolean value)
    +
    +

    Append to the toString a boolean + value.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    value - the value to add to the toString
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            boolean value)
    +
    +

    Append to the toString a boolean + value.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    value - the value to add to the toString
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   java.lang.Object[] array,
    +                   java.lang.Boolean fullDetail)
    +
    +

    Append to the toString an Object + array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info, null for style decides
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            java.lang.Object[] array)
    +
    +

    Append to the toString the detail of an + Object array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +reflectionAppendArrayDetail

    +
    +protected void reflectionAppendArrayDetail(java.lang.StringBuffer buffer,
    +                                           java.lang.String fieldName,
    +                                           java.lang.Object array)
    +
    +

    Append to the toString the detail of an array type.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +appendSummary

    +
    +protected void appendSummary(java.lang.StringBuffer buffer,
    +                             java.lang.String fieldName,
    +                             java.lang.Object[] array)
    +
    +

    Append to the toString a summary of an + Object array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   long[] array,
    +                   java.lang.Boolean fullDetail)
    +
    +

    Append to the toString a long + array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info, null for style decides
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            long[] array)
    +
    +

    Append to the toString the detail of a + long array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +appendSummary

    +
    +protected void appendSummary(java.lang.StringBuffer buffer,
    +                             java.lang.String fieldName,
    +                             long[] array)
    +
    +

    Append to the toString a summary of a + long array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   int[] array,
    +                   java.lang.Boolean fullDetail)
    +
    +

    Append to the toString an int + array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info, null for style decides
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            int[] array)
    +
    +

    Append to the toString the detail of an + int array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +appendSummary

    +
    +protected void appendSummary(java.lang.StringBuffer buffer,
    +                             java.lang.String fieldName,
    +                             int[] array)
    +
    +

    Append to the toString a summary of an + int array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   short[] array,
    +                   java.lang.Boolean fullDetail)
    +
    +

    Append to the toString a short + array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info, null for style decides
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            short[] array)
    +
    +

    Append to the toString the detail of a + short array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +appendSummary

    +
    +protected void appendSummary(java.lang.StringBuffer buffer,
    +                             java.lang.String fieldName,
    +                             short[] array)
    +
    +

    Append to the toString a summary of a + short array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   byte[] array,
    +                   java.lang.Boolean fullDetail)
    +
    +

    Append to the toString a byte + array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info, null for style decides
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            byte[] array)
    +
    +

    Append to the toString the detail of a + byte array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +appendSummary

    +
    +protected void appendSummary(java.lang.StringBuffer buffer,
    +                             java.lang.String fieldName,
    +                             byte[] array)
    +
    +

    Append to the toString a summary of a + byte array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   char[] array,
    +                   java.lang.Boolean fullDetail)
    +
    +

    Append to the toString a char + array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info, null for style decides
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            char[] array)
    +
    +

    Append to the toString the detail of a + char array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +appendSummary

    +
    +protected void appendSummary(java.lang.StringBuffer buffer,
    +                             java.lang.String fieldName,
    +                             char[] array)
    +
    +

    Append to the toString a summary of a + char array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   double[] array,
    +                   java.lang.Boolean fullDetail)
    +
    +

    Append to the toString a double + array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info, null for style decides
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            double[] array)
    +
    +

    Append to the toString the detail of a + double array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +appendSummary

    +
    +protected void appendSummary(java.lang.StringBuffer buffer,
    +                             java.lang.String fieldName,
    +                             double[] array)
    +
    +

    Append to the toString a summary of a + double array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   float[] array,
    +                   java.lang.Boolean fullDetail)
    +
    +

    Append to the toString a float + array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info, null for style decides
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            float[] array)
    +
    +

    Append to the toString the detail of a + float array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +appendSummary

    +
    +protected void appendSummary(java.lang.StringBuffer buffer,
    +                             java.lang.String fieldName,
    +                             float[] array)
    +
    +

    Append to the toString a summary of a + float array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +append

    +
    +public void append(java.lang.StringBuffer buffer,
    +                   java.lang.String fieldName,
    +                   boolean[] array,
    +                   java.lang.Boolean fullDetail)
    +
    +

    Append to the toString a boolean + array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    array - the array to add to the toString
    fullDetail - true for detail, false + for summary info, null for style decides
    +
    +
    +
    + +

    +appendDetail

    +
    +protected void appendDetail(java.lang.StringBuffer buffer,
    +                            java.lang.String fieldName,
    +                            boolean[] array)
    +
    +

    Append to the toString the detail of a + boolean array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +appendSummary

    +
    +protected void appendSummary(java.lang.StringBuffer buffer,
    +                             java.lang.String fieldName,
    +                             boolean[] array)
    +
    +

    Append to the toString a summary of a + boolean array.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    array - the array to add to the toString, + not null
    +
    +
    +
    + +

    +appendClassName

    +
    +protected void appendClassName(java.lang.StringBuffer buffer,
    +                               java.lang.Object object)
    +
    +

    Append to the toString the class name.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    object - the Object whose name to output
    +
    +
    +
    + +

    +appendIdentityHashCode

    +
    +protected void appendIdentityHashCode(java.lang.StringBuffer buffer,
    +                                      java.lang.Object object)
    +
    +

    Append the System.identityHashCode(java.lang.Object).

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    object - the Object whose id to output
    +
    +
    +
    + +

    +appendContentStart

    +
    +protected void appendContentStart(java.lang.StringBuffer buffer)
    +
    +

    Append to the toString the content start.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    +
    +
    +
    + +

    +appendContentEnd

    +
    +protected void appendContentEnd(java.lang.StringBuffer buffer)
    +
    +

    Append to the toString the content end.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    +
    +
    +
    + +

    +appendNullText

    +
    +protected void appendNullText(java.lang.StringBuffer buffer,
    +                              java.lang.String fieldName)
    +
    +

    Append to the toString an indicator for null.

    + +

    The default indicator is '<null>'.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    +
    +
    +
    + +

    +appendFieldSeparator

    +
    +protected void appendFieldSeparator(java.lang.StringBuffer buffer)
    +
    +

    Append to the toString the field separator.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    +
    +
    +
    + +

    +appendFieldStart

    +
    +protected void appendFieldStart(java.lang.StringBuffer buffer,
    +                                java.lang.String fieldName)
    +
    +

    Append to the toString the field start.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name
    +
    +
    +
    + +

    +appendFieldEnd

    +
    +protected void appendFieldEnd(java.lang.StringBuffer buffer,
    +                              java.lang.String fieldName)
    +
    +

    Append to the toString the field end.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    +
    +
    +
    + +

    +appendSummarySize

    +
    +protected void appendSummarySize(java.lang.StringBuffer buffer,
    +                                 java.lang.String fieldName,
    +                                 int size)
    +
    +

    Append to the toString a size summary.

    + +

    The size summary is used to summarize the contents of + Collections, Maps and arrays.

    + +

    The output consists of a prefix, the passed in size + and a suffix.

    + +

    The default format is '<size=n>'.

    +

    +

    +
    +
    +
    +
    Parameters:
    buffer - the StringBuffer to populate
    fieldName - the field name, typically not used as already appended
    size - the size to append
    +
    +
    +
    + +

    +isFullDetail

    +
    +protected boolean isFullDetail(java.lang.Boolean fullDetailRequest)
    +
    +

    Is this field to be output in full detail.

    + +

    This method converts a detail request into a detail level. + The calling code may request full detail (true), + but a subclass might ignore that and always return + false. The calling code may pass in + null indicating that it doesn't care about + the detail level. In this case the default detail level is + used.

    +

    +

    +
    +
    +
    +
    Parameters:
    fullDetailRequest - the detail level requested +
    Returns:
    whether full detail is to be shown
    +
    +
    +
    + +

    +getShortClassName

    +
    +protected java.lang.String getShortClassName(java.lang.Class cls)
    +
    +

    Gets the short class name for a class.

    + +

    The short class name is the classname excluding + the package name.

    +

    +

    +
    +
    +
    +
    Parameters:
    cls - the Class to get the short name of +
    Returns:
    the short name
    +
    +
    +
    + +

    +isUseClassName

    +
    +protected boolean isUseClassName()
    +
    +

    Gets whether to use the class name.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current useClassName flag
    +
    +
    +
    + +

    +setUseClassName

    +
    +protected void setUseClassName(boolean useClassName)
    +
    +

    Sets whether to use the class name.

    +

    +

    +
    +
    +
    +
    Parameters:
    useClassName - the new useClassName flag
    +
    +
    +
    + +

    +isUseShortClassName

    +
    +protected boolean isUseShortClassName()
    +
    +

    Gets whether to output short or long class names.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current useShortClassName flag
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +isShortClassName

    +
    +protected boolean isShortClassName()
    +
    +
    Deprecated. Use isUseShortClassName() + Method will be removed in Commons Lang 3.0. +

    +

    Gets whether to output short or long class names.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current shortClassName flag
    +
    +
    +
    + +

    +setUseShortClassName

    +
    +protected void setUseShortClassName(boolean useShortClassName)
    +
    +

    Sets whether to output short or long class names.

    +

    +

    +
    +
    +
    +
    Parameters:
    useShortClassName - the new useShortClassName flag
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +setShortClassName

    +
    +protected void setShortClassName(boolean shortClassName)
    +
    +
    Deprecated. Use setUseShortClassName(boolean) + Method will be removed in Commons Lang 3.0. +

    +

    Sets whether to output short or long class names.

    +

    +

    +
    +
    +
    +
    Parameters:
    shortClassName - the new shortClassName flag
    +
    +
    +
    + +

    +isUseIdentityHashCode

    +
    +protected boolean isUseIdentityHashCode()
    +
    +

    Gets whether to use the identity hash code.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current useIdentityHashCode flag
    +
    +
    +
    + +

    +setUseIdentityHashCode

    +
    +protected void setUseIdentityHashCode(boolean useIdentityHashCode)
    +
    +

    Sets whether to use the identity hash code.

    +

    +

    +
    +
    +
    +
    Parameters:
    useIdentityHashCode - the new useIdentityHashCode flag
    +
    +
    +
    + +

    +isUseFieldNames

    +
    +protected boolean isUseFieldNames()
    +
    +

    Gets whether to use the field names passed in.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current useFieldNames flag
    +
    +
    +
    + +

    +setUseFieldNames

    +
    +protected void setUseFieldNames(boolean useFieldNames)
    +
    +

    Sets whether to use the field names passed in.

    +

    +

    +
    +
    +
    +
    Parameters:
    useFieldNames - the new useFieldNames flag
    +
    +
    +
    + +

    +isDefaultFullDetail

    +
    +protected boolean isDefaultFullDetail()
    +
    +

    Gets whether to use full detail when the caller doesn't + specify.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current defaultFullDetail flag
    +
    +
    +
    + +

    +setDefaultFullDetail

    +
    +protected void setDefaultFullDetail(boolean defaultFullDetail)
    +
    +

    Sets whether to use full detail when the caller doesn't + specify.

    +

    +

    +
    +
    +
    +
    Parameters:
    defaultFullDetail - the new defaultFullDetail flag
    +
    +
    +
    + +

    +isArrayContentDetail

    +
    +protected boolean isArrayContentDetail()
    +
    +

    Gets whether to output array content detail.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current array content detail setting
    +
    +
    +
    + +

    +setArrayContentDetail

    +
    +protected void setArrayContentDetail(boolean arrayContentDetail)
    +
    +

    Sets whether to output array content detail.

    +

    +

    +
    +
    +
    +
    Parameters:
    arrayContentDetail - the new arrayContentDetail flag
    +
    +
    +
    + +

    +getArrayStart

    +
    +protected java.lang.String getArrayStart()
    +
    +

    Gets the array start text.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current array start text
    +
    +
    +
    + +

    +setArrayStart

    +
    +protected void setArrayStart(java.lang.String arrayStart)
    +
    +

    Sets the array start text.

    + +

    null is accepted, but will be converted to + an empty String.

    +

    +

    +
    +
    +
    +
    Parameters:
    arrayStart - the new array start text
    +
    +
    +
    + +

    +getArrayEnd

    +
    +protected java.lang.String getArrayEnd()
    +
    +

    Gets the array end text.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current array end text
    +
    +
    +
    + +

    +setArrayEnd

    +
    +protected void setArrayEnd(java.lang.String arrayEnd)
    +
    +

    Sets the array end text.

    + +

    null is accepted, but will be converted to + an empty String.

    +

    +

    +
    +
    +
    +
    Parameters:
    arrayEnd - the new array end text
    +
    +
    +
    + +

    +getArraySeparator

    +
    +protected java.lang.String getArraySeparator()
    +
    +

    Gets the array separator text.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current array separator text
    +
    +
    +
    + +

    +setArraySeparator

    +
    +protected void setArraySeparator(java.lang.String arraySeparator)
    +
    +

    Sets the array separator text.

    + +

    null is accepted, but will be converted to + an empty String.

    +

    +

    +
    +
    +
    +
    Parameters:
    arraySeparator - the new array separator text
    +
    +
    +
    + +

    +getContentStart

    +
    +protected java.lang.String getContentStart()
    +
    +

    Gets the content start text.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current content start text
    +
    +
    +
    + +

    +setContentStart

    +
    +protected void setContentStart(java.lang.String contentStart)
    +
    +

    Sets the content start text.

    + +

    null is accepted, but will be converted to + an empty String.

    +

    +

    +
    +
    +
    +
    Parameters:
    contentStart - the new content start text
    +
    +
    +
    + +

    +getContentEnd

    +
    +protected java.lang.String getContentEnd()
    +
    +

    Gets the content end text.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current content end text
    +
    +
    +
    + +

    +setContentEnd

    +
    +protected void setContentEnd(java.lang.String contentEnd)
    +
    +

    Sets the content end text.

    + +

    null is accepted, but will be converted to + an empty String.

    +

    +

    +
    +
    +
    +
    Parameters:
    contentEnd - the new content end text
    +
    +
    +
    + +

    +getFieldNameValueSeparator

    +
    +protected java.lang.String getFieldNameValueSeparator()
    +
    +

    Gets the field name value separator text.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current field name value separator text
    +
    +
    +
    + +

    +setFieldNameValueSeparator

    +
    +protected void setFieldNameValueSeparator(java.lang.String fieldNameValueSeparator)
    +
    +

    Sets the field name value separator text.

    + +

    null is accepted, but will be converted to + an empty String.

    +

    +

    +
    +
    +
    +
    Parameters:
    fieldNameValueSeparator - the new field name value separator text
    +
    +
    +
    + +

    +getFieldSeparator

    +
    +protected java.lang.String getFieldSeparator()
    +
    +

    Gets the field separator text.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current field separator text
    +
    +
    +
    + +

    +setFieldSeparator

    +
    +protected void setFieldSeparator(java.lang.String fieldSeparator)
    +
    +

    Sets the field separator text.

    + +

    null is accepted, but will be converted to + an empty String.

    +

    +

    +
    +
    +
    +
    Parameters:
    fieldSeparator - the new field separator text
    +
    +
    +
    + +

    +isFieldSeparatorAtStart

    +
    +protected boolean isFieldSeparatorAtStart()
    +
    +

    Gets whether the field separator should be added at the start + of each buffer.

    +

    +

    +
    +
    +
    + +
    Returns:
    the fieldSeparatorAtStart flag
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +setFieldSeparatorAtStart

    +
    +protected void setFieldSeparatorAtStart(boolean fieldSeparatorAtStart)
    +
    +

    Sets whether the field separator should be added at the start + of each buffer.

    +

    +

    +
    +
    +
    +
    Parameters:
    fieldSeparatorAtStart - the fieldSeparatorAtStart flag
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +isFieldSeparatorAtEnd

    +
    +protected boolean isFieldSeparatorAtEnd()
    +
    +

    Gets whether the field separator should be added at the end + of each buffer.

    +

    +

    +
    +
    +
    + +
    Returns:
    fieldSeparatorAtEnd flag
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +setFieldSeparatorAtEnd

    +
    +protected void setFieldSeparatorAtEnd(boolean fieldSeparatorAtEnd)
    +
    +

    Sets whether the field separator should be added at the end + of each buffer.

    +

    +

    +
    +
    +
    +
    Parameters:
    fieldSeparatorAtEnd - the fieldSeparatorAtEnd flag
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +getNullText

    +
    +protected java.lang.String getNullText()
    +
    +

    Gets the text to output when null found.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current text to output when null found
    +
    +
    +
    + +

    +setNullText

    +
    +protected void setNullText(java.lang.String nullText)
    +
    +

    Sets the text to output when null found.

    + +

    null is accepted, but will be converted to + an empty String.

    +

    +

    +
    +
    +
    +
    Parameters:
    nullText - the new text to output when null found
    +
    +
    +
    + +

    +getSizeStartText

    +
    +protected java.lang.String getSizeStartText()
    +
    +

    Gets the start text to output when a Collection, + Map or array size is output.

    + +

    This is output before the size value.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current start of size text
    +
    +
    +
    + +

    +setSizeStartText

    +
    +protected void setSizeStartText(java.lang.String sizeStartText)
    +
    +

    Sets the start text to output when a Collection, + Map or array size is output.

    + +

    This is output before the size value.

    + +

    null is accepted, but will be converted to + an empty String.

    +

    +

    +
    +
    +
    +
    Parameters:
    sizeStartText - the new start of size text
    +
    +
    +
    + +

    +getSizeEndText

    +
    +protected java.lang.String getSizeEndText()
    +
    +

    Gets the end text to output when a Collection, + Map or array size is output.

    + +

    This is output after the size value.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current end of size text
    +
    +
    +
    + +

    +setSizeEndText

    +
    +protected void setSizeEndText(java.lang.String sizeEndText)
    +
    +

    Sets the end text to output when a Collection, + Map or array size is output.

    + +

    This is output after the size value.

    + +

    null is accepted, but will be converted to + an empty String.

    +

    +

    +
    +
    +
    +
    Parameters:
    sizeEndText - the new end of size text
    +
    +
    +
    + +

    +getSummaryObjectStartText

    +
    +protected java.lang.String getSummaryObjectStartText()
    +
    +

    Gets the start text to output when an Object is + output in summary mode.

    + +

    This is output before the size value.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current start of summary text
    +
    +
    +
    + +

    +setSummaryObjectStartText

    +
    +protected void setSummaryObjectStartText(java.lang.String summaryObjectStartText)
    +
    +

    Sets the start text to output when an Object is + output in summary mode.

    + +

    This is output before the size value.

    + +

    null is accepted, but will be converted to + an empty String.

    +

    +

    +
    +
    +
    +
    Parameters:
    summaryObjectStartText - the new start of summary text
    +
    +
    +
    + +

    +getSummaryObjectEndText

    +
    +protected java.lang.String getSummaryObjectEndText()
    +
    +

    Gets the end text to output when an Object is + output in summary mode.

    + +

    This is output after the size value.

    +

    +

    +
    +
    +
    + +
    Returns:
    the current end of summary text
    +
    +
    +
    + +

    +setSummaryObjectEndText

    +
    +protected void setSummaryObjectEndText(java.lang.String summaryObjectEndText)
    +
    +

    Sets the end text to output when an Object is + output in summary mode.

    + +

    This is output after the size value.

    + +

    null is accepted, but will be converted to + an empty String.

    +

    +

    +
    +
    +
    +
    Parameters:
    summaryObjectEndText - the new end of summary text
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/CompareToBuilder.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/CompareToBuilder.html new file mode 100644 index 0000000..16c74c4 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/CompareToBuilder.html @@ -0,0 +1,377 @@ + + + + + + + +Uses of Class org.apache.commons.lang.builder.CompareToBuilder (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.builder.CompareToBuilder

    +
    + + + + + + + + + +
    +Packages that use CompareToBuilder
    org.apache.commons.lang.builderAssists in creating consistent equals(Object), toString(), +hashCode(), and compareTo(Object) methods. 
    +  +

    + + + + + +
    +Uses of CompareToBuilder in org.apache.commons.lang.builder
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.builder that return CompareToBuilder
    + CompareToBuilderCompareToBuilder.appendSuper(int superCompareTo) + +
    +          Appends to the builder the compareTo(Object) + result of the superclass.
    + CompareToBuilderCompareToBuilder.append(java.lang.Object lhs, + java.lang.Object rhs) + +
    +          Appends to the builder the comparison of + two Objects.
    + CompareToBuilderCompareToBuilder.append(java.lang.Object lhs, + java.lang.Object rhs, + java.util.Comparator comparator) + +
    +          Appends to the builder the comparison of + two Objects.
    + CompareToBuilderCompareToBuilder.append(long lhs, + long rhs) + +
    +          Appends to the builder the comparison of + two longs.
    + CompareToBuilderCompareToBuilder.append(int lhs, + int rhs) + +
    +          Appends to the builder the comparison of + two ints.
    + CompareToBuilderCompareToBuilder.append(short lhs, + short rhs) + +
    +          Appends to the builder the comparison of + two shorts.
    + CompareToBuilderCompareToBuilder.append(char lhs, + char rhs) + +
    +          Appends to the builder the comparison of + two chars.
    + CompareToBuilderCompareToBuilder.append(byte lhs, + byte rhs) + +
    +          Appends to the builder the comparison of + two bytes.
    + CompareToBuilderCompareToBuilder.append(double lhs, + double rhs) + +
    +          Appends to the builder the comparison of + two doubles.
    + CompareToBuilderCompareToBuilder.append(float lhs, + float rhs) + +
    +          Appends to the builder the comparison of + two floats.
    + CompareToBuilderCompareToBuilder.append(boolean lhs, + boolean rhs) + +
    +          Appends to the builder the comparison of + two booleanss.
    + CompareToBuilderCompareToBuilder.append(java.lang.Object[] lhs, + java.lang.Object[] rhs) + +
    +          Appends to the builder the deep comparison of + two Object arrays.
    + CompareToBuilderCompareToBuilder.append(java.lang.Object[] lhs, + java.lang.Object[] rhs, + java.util.Comparator comparator) + +
    +          Appends to the builder the deep comparison of + two Object arrays.
    + CompareToBuilderCompareToBuilder.append(long[] lhs, + long[] rhs) + +
    +          Appends to the builder the deep comparison of + two long arrays.
    + CompareToBuilderCompareToBuilder.append(int[] lhs, + int[] rhs) + +
    +          Appends to the builder the deep comparison of + two int arrays.
    + CompareToBuilderCompareToBuilder.append(short[] lhs, + short[] rhs) + +
    +          Appends to the builder the deep comparison of + two short arrays.
    + CompareToBuilderCompareToBuilder.append(char[] lhs, + char[] rhs) + +
    +          Appends to the builder the deep comparison of + two char arrays.
    + CompareToBuilderCompareToBuilder.append(byte[] lhs, + byte[] rhs) + +
    +          Appends to the builder the deep comparison of + two byte arrays.
    + CompareToBuilderCompareToBuilder.append(double[] lhs, + double[] rhs) + +
    +          Appends to the builder the deep comparison of + two double arrays.
    + CompareToBuilderCompareToBuilder.append(float[] lhs, + float[] rhs) + +
    +          Appends to the builder the deep comparison of + two float arrays.
    + CompareToBuilderCompareToBuilder.append(boolean[] lhs, + boolean[] rhs) + +
    +          Appends to the builder the deep comparison of + two boolean arrays.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/EqualsBuilder.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/EqualsBuilder.html new file mode 100644 index 0000000..cf16042 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/EqualsBuilder.html @@ -0,0 +1,340 @@ + + + + + + + +Uses of Class org.apache.commons.lang.builder.EqualsBuilder (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.builder.EqualsBuilder

    +
    + + + + + + + + + +
    +Packages that use EqualsBuilder
    org.apache.commons.lang.builderAssists in creating consistent equals(Object), toString(), +hashCode(), and compareTo(Object) methods. 
    +  +

    + + + + + +
    +Uses of EqualsBuilder in org.apache.commons.lang.builder
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.builder that return EqualsBuilder
    + EqualsBuilderEqualsBuilder.appendSuper(boolean superEquals) + +
    +          Adds the result of super.equals() to this builder.
    + EqualsBuilderEqualsBuilder.append(java.lang.Object lhs, + java.lang.Object rhs) + +
    +          Test if two Objects are equal using their + equals method.
    + EqualsBuilderEqualsBuilder.append(long lhs, + long rhs) + +
    +           + Test if two long s are equal.
    + EqualsBuilderEqualsBuilder.append(int lhs, + int rhs) + +
    +          Test if two ints are equal.
    + EqualsBuilderEqualsBuilder.append(short lhs, + short rhs) + +
    +          Test if two shorts are equal.
    + EqualsBuilderEqualsBuilder.append(char lhs, + char rhs) + +
    +          Test if two chars are equal.
    + EqualsBuilderEqualsBuilder.append(byte lhs, + byte rhs) + +
    +          Test if two bytes are equal.
    + EqualsBuilderEqualsBuilder.append(double lhs, + double rhs) + +
    +          Test if two doubles are equal by testing that the + pattern of bits returned by doubleToLong are equal.
    + EqualsBuilderEqualsBuilder.append(float lhs, + float rhs) + +
    +          Test if two floats are equal byt testing that the + pattern of bits returned by doubleToLong are equal.
    + EqualsBuilderEqualsBuilder.append(boolean lhs, + boolean rhs) + +
    +          Test if two booleanss are equal.
    + EqualsBuilderEqualsBuilder.append(java.lang.Object[] lhs, + java.lang.Object[] rhs) + +
    +          Performs a deep comparison of two Object arrays.
    + EqualsBuilderEqualsBuilder.append(long[] lhs, + long[] rhs) + +
    +          Deep comparison of array of long.
    + EqualsBuilderEqualsBuilder.append(int[] lhs, + int[] rhs) + +
    +          Deep comparison of array of int.
    + EqualsBuilderEqualsBuilder.append(short[] lhs, + short[] rhs) + +
    +          Deep comparison of array of short.
    + EqualsBuilderEqualsBuilder.append(char[] lhs, + char[] rhs) + +
    +          Deep comparison of array of char.
    + EqualsBuilderEqualsBuilder.append(byte[] lhs, + byte[] rhs) + +
    +          Deep comparison of array of byte.
    + EqualsBuilderEqualsBuilder.append(double[] lhs, + double[] rhs) + +
    +          Deep comparison of array of double.
    + EqualsBuilderEqualsBuilder.append(float[] lhs, + float[] rhs) + +
    +          Deep comparison of array of float.
    + EqualsBuilderEqualsBuilder.append(boolean[] lhs, + boolean[] rhs) + +
    +          Deep comparison of array of boolean.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/HashCodeBuilder.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/HashCodeBuilder.html new file mode 100644 index 0000000..7fc86b4 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/HashCodeBuilder.html @@ -0,0 +1,337 @@ + + + + + + + +Uses of Class org.apache.commons.lang.builder.HashCodeBuilder (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.builder.HashCodeBuilder

    +
    + + + + + + + + + +
    +Packages that use HashCodeBuilder
    org.apache.commons.lang.builderAssists in creating consistent equals(Object), toString(), +hashCode(), and compareTo(Object) methods. 
    +  +

    + + + + + +
    +Uses of HashCodeBuilder in org.apache.commons.lang.builder
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.builder that return HashCodeBuilder
    + HashCodeBuilderHashCodeBuilder.append(boolean value) + +
    +           + Append a hashCode for a boolean.
    + HashCodeBuilderHashCodeBuilder.append(boolean[] array) + +
    +           + Append a hashCode for a boolean array.
    + HashCodeBuilderHashCodeBuilder.append(byte value) + +
    +           + Append a hashCode for a byte.
    + HashCodeBuilderHashCodeBuilder.append(byte[] array) + +
    +           + Append a hashCode for a byte array.
    + HashCodeBuilderHashCodeBuilder.append(char value) + +
    +           + Append a hashCode for a char.
    + HashCodeBuilderHashCodeBuilder.append(char[] array) + +
    +           + Append a hashCode for a char array.
    + HashCodeBuilderHashCodeBuilder.append(double value) + +
    +           + Append a hashCode for a double.
    + HashCodeBuilderHashCodeBuilder.append(double[] array) + +
    +           + Append a hashCode for a double array.
    + HashCodeBuilderHashCodeBuilder.append(float value) + +
    +           + Append a hashCode for a float.
    + HashCodeBuilderHashCodeBuilder.append(float[] array) + +
    +           + Append a hashCode for a float array.
    + HashCodeBuilderHashCodeBuilder.append(int value) + +
    +           + Append a hashCode for an int.
    + HashCodeBuilderHashCodeBuilder.append(int[] array) + +
    +           + Append a hashCode for an int array.
    + HashCodeBuilderHashCodeBuilder.append(long value) + +
    +           + Append a hashCode for a long.
    + HashCodeBuilderHashCodeBuilder.append(long[] array) + +
    +           + Append a hashCode for a long array.
    + HashCodeBuilderHashCodeBuilder.append(java.lang.Object object) + +
    +           + Append a hashCode for an Object.
    + HashCodeBuilderHashCodeBuilder.append(java.lang.Object[] array) + +
    +           + Append a hashCode for an Object array.
    + HashCodeBuilderHashCodeBuilder.append(short value) + +
    +           + Append a hashCode for a short.
    + HashCodeBuilderHashCodeBuilder.append(short[] array) + +
    +           + Append a hashCode for a short array.
    + HashCodeBuilderHashCodeBuilder.appendSuper(int superHashCode) + +
    +           + Adds the result of super.hashCode() to this builder.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/ReflectionToStringBuilder.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/ReflectionToStringBuilder.html new file mode 100644 index 0000000..1e6a1f7 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/ReflectionToStringBuilder.html @@ -0,0 +1,174 @@ + + + + + + + +Uses of Class org.apache.commons.lang.builder.ReflectionToStringBuilder (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.builder.ReflectionToStringBuilder

    +
    + + + + + + + + + +
    +Packages that use ReflectionToStringBuilder
    org.apache.commons.lang.builderAssists in creating consistent equals(Object), toString(), +hashCode(), and compareTo(Object) methods. 
    +  +

    + + + + + +
    +Uses of ReflectionToStringBuilder in org.apache.commons.lang.builder
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.lang.builder that return ReflectionToStringBuilder
    + ReflectionToStringBuilderReflectionToStringBuilder.setExcludeFieldNames(java.lang.String[] excludeFieldNamesParam) + +
    +          Sets the field names to exclude.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/StandardToStringStyle.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/StandardToStringStyle.html new file mode 100644 index 0000000..f73fb34 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/StandardToStringStyle.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.builder.StandardToStringStyle (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.builder.StandardToStringStyle

    +
    +No usage of org.apache.commons.lang.builder.StandardToStringStyle +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/ToStringBuilder.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/ToStringBuilder.html new file mode 100644 index 0000000..101efa6 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/ToStringBuilder.html @@ -0,0 +1,668 @@ + + + + + + + +Uses of Class org.apache.commons.lang.builder.ToStringBuilder (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.builder.ToStringBuilder

    +
    + + + + + + + + + +
    +Packages that use ToStringBuilder
    org.apache.commons.lang.builderAssists in creating consistent equals(Object), toString(), +hashCode(), and compareTo(Object) methods. 
    +  +

    + + + + + +
    +Uses of ToStringBuilder in org.apache.commons.lang.builder
    +  +

    + + + + + + + + + +
    Subclasses of ToStringBuilder in org.apache.commons.lang.builder
    + classReflectionToStringBuilder + +
    +           + Assists in implementing Object.toString() methods using reflection.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.builder that return ToStringBuilder
    + ToStringBuilderToStringBuilder.append(boolean value) + +
    +          Append to the toString a boolean + value.
    + ToStringBuilderToStringBuilder.append(boolean[] array) + +
    +          Append to the toString a boolean + array.
    + ToStringBuilderToStringBuilder.append(byte value) + +
    +          Append to the toString a byte + value.
    + ToStringBuilderToStringBuilder.append(byte[] array) + +
    +          Append to the toString a byte + array.
    + ToStringBuilderToStringBuilder.append(char value) + +
    +          Append to the toString a char + value.
    + ToStringBuilderToStringBuilder.append(char[] array) + +
    +          Append to the toString a char + array.
    + ToStringBuilderToStringBuilder.append(double value) + +
    +          Append to the toString a double + value.
    + ToStringBuilderToStringBuilder.append(double[] array) + +
    +          Append to the toString a double + array.
    + ToStringBuilderToStringBuilder.append(float value) + +
    +          Append to the toString a float + value.
    + ToStringBuilderToStringBuilder.append(float[] array) + +
    +          Append to the toString a float + array.
    + ToStringBuilderToStringBuilder.append(int value) + +
    +          Append to the toString an int + value.
    + ToStringBuilderToStringBuilder.append(int[] array) + +
    +          Append to the toString an int + array.
    + ToStringBuilderToStringBuilder.append(long value) + +
    +          Append to the toString a long + value.
    + ToStringBuilderToStringBuilder.append(long[] array) + +
    +          Append to the toString a long + array.
    + ToStringBuilderToStringBuilder.append(java.lang.Object obj) + +
    +          Append to the toString an Object + value.
    + ToStringBuilderToStringBuilder.append(java.lang.Object[] array) + +
    +          Append to the toString an Object + array.
    + ToStringBuilderToStringBuilder.append(short value) + +
    +          Append to the toString a short + value.
    + ToStringBuilderToStringBuilder.append(short[] array) + +
    +          Append to the toString a short + array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + boolean value) + +
    +          Append to the toString a boolean + value.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + boolean[] array) + +
    +          Append to the toString a boolean + array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + boolean[] array, + boolean fullDetail) + +
    +          Append to the toString a boolean + array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + byte value) + +
    +          Append to the toString an byte + value.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + byte[] array) + +
    +          Append to the toString a byte array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + byte[] array, + boolean fullDetail) + +
    +          Append to the toString a byte + array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + char value) + +
    +          Append to the toString a char + value.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + char[] array) + +
    +          Append to the toString a char + array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + char[] array, + boolean fullDetail) + +
    +          Append to the toString a char + array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + double value) + +
    +          Append to the toString a double + value.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + double[] array) + +
    +          Append to the toString a double + array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + double[] array, + boolean fullDetail) + +
    +          Append to the toString a double + array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + float value) + +
    +          Append to the toString an float + value.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + float[] array) + +
    +          Append to the toString a float + array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + float[] array, + boolean fullDetail) + +
    +          Append to the toString a float + array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + int value) + +
    +          Append to the toString an int + value.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + int[] array) + +
    +          Append to the toString an int + array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + int[] array, + boolean fullDetail) + +
    +          Append to the toString an int + array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + long value) + +
    +          Append to the toString a long + value.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + long[] array) + +
    +          Append to the toString a long + array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + long[] array, + boolean fullDetail) + +
    +          Append to the toString a long + array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + java.lang.Object obj) + +
    +          Append to the toString an Object + value.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + java.lang.Object obj, + boolean fullDetail) + +
    +          Append to the toString an Object + value.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + java.lang.Object[] array) + +
    +          Append to the toString an Object + array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + java.lang.Object[] array, + boolean fullDetail) + +
    +          Append to the toString an Object + array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + short value) + +
    +          Append to the toString an short + value.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + short[] array) + +
    +          Append to the toString a short + array.
    + ToStringBuilderToStringBuilder.append(java.lang.String fieldName, + short[] array, + boolean fullDetail) + +
    +          Append to the toString a short + array.
    + ToStringBuilderToStringBuilder.appendAsObjectToString(java.lang.Object object) + +
    +          Appends with the same format as the default Object toString() + method.
    + ToStringBuilderToStringBuilder.appendSuper(java.lang.String superToString) + +
    +          Append the toString from the superclass.
    + ToStringBuilderToStringBuilder.appendToString(java.lang.String toString) + +
    +          Append the toString from another object.
    + ToStringBuilderReflectionToStringBuilder.reflectionAppendArray(java.lang.Object array) + +
    +           + Append to the toString an Object array.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/ToStringStyle.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/ToStringStyle.html new file mode 100644 index 0000000..bcd01c7 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/class-use/ToStringStyle.html @@ -0,0 +1,411 @@ + + + + + + + +Uses of Class org.apache.commons.lang.builder.ToStringStyle (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.builder.ToStringStyle

    +
    + + + + + + + + + +
    +Packages that use ToStringStyle
    org.apache.commons.lang.builderAssists in creating consistent equals(Object), toString(), +hashCode(), and compareTo(Object) methods. 
    +  +

    + + + + + +
    +Uses of ToStringStyle in org.apache.commons.lang.builder
    +  +

    + + + + + + + + + +
    Subclasses of ToStringStyle in org.apache.commons.lang.builder
    + classStandardToStringStyle + +
    +          Works with ToStringBuilder to create a toString.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Fields in org.apache.commons.lang.builder declared as ToStringStyle
    +static ToStringStyleToStringStyle.DEFAULT_STYLE + +
    +          The default toString style.
    +static ToStringStyleToStringStyle.MULTI_LINE_STYLE + +
    +          The multi line toString style.
    +static ToStringStyleToStringStyle.NO_FIELD_NAMES_STYLE + +
    +          The no field names toString style.
    +static ToStringStyleToStringStyle.SHORT_PREFIX_STYLE + +
    +          The short prefix toString style.
    +static ToStringStyleToStringStyle.SIMPLE_STYLE + +
    +          The simple toString style.
    +  +

    + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.builder that return ToStringStyle
    +static ToStringStyleToStringBuilder.getDefaultStyle() + +
    +          Gets the default ToStringStyle to use.
    + ToStringStyleToStringBuilder.getStyle() + +
    +          Gets the ToStringStyle being used.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.builder with parameters of type ToStringStyle
    +static java.lang.StringToStringBuilder.reflectionToString(java.lang.Object object, + ToStringStyle style) + +
    +          Forwards to ReflectionToStringBuilder.
    +static java.lang.StringToStringBuilder.reflectionToString(java.lang.Object object, + ToStringStyle style, + boolean outputTransients) + +
    +          Forwards to ReflectionToStringBuilder.
    +static java.lang.StringToStringBuilder.reflectionToString(java.lang.Object object, + ToStringStyle style, + boolean outputTransients, + java.lang.Class reflectUpToClass) + +
    +          Forwards to ReflectionToStringBuilder.
    +static voidToStringBuilder.setDefaultStyle(ToStringStyle style) + +
    +          Sets the default ToStringStyle to use.
    +static java.lang.StringReflectionToStringBuilder.toString(java.lang.Object object, + ToStringStyle style) + +
    +           + Builds a toString value through reflection.
    +static java.lang.StringReflectionToStringBuilder.toString(java.lang.Object object, + ToStringStyle style, + boolean outputTransients) + +
    +           + Builds a toString value through reflection.
    +static java.lang.StringReflectionToStringBuilder.toString(java.lang.Object object, + ToStringStyle style, + boolean outputTransients, + boolean outputStatics) + +
    +           + Builds a toString value through reflection.
    +static java.lang.StringReflectionToStringBuilder.toString(java.lang.Object object, + ToStringStyle style, + boolean outputTransients, + boolean outputStatics, + java.lang.Class reflectUpToClass) + +
    +           + Builds a toString value through reflection.
    +static java.lang.StringReflectionToStringBuilder.toString(java.lang.Object object, + ToStringStyle style, + boolean outputTransients, + java.lang.Class reflectUpToClass) + +
    +          Deprecated. Use ReflectionToStringBuilder.toString(Object,ToStringStyle,boolean,boolean,Class)
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + +
    Constructors in org.apache.commons.lang.builder with parameters of type ToStringStyle
    ToStringBuilder(java.lang.Object object, + ToStringStyle style) + +
    +          Constructor for ToStringBuilder specifying the + output style.
    ToStringBuilder(java.lang.Object object, + ToStringStyle style, + java.lang.StringBuffer buffer) + +
    +          Constructor for ToStringBuilder.
    ReflectionToStringBuilder(java.lang.Object object, + ToStringStyle style) + +
    +           + Constructor.
    ReflectionToStringBuilder(java.lang.Object object, + ToStringStyle style, + java.lang.StringBuffer buffer) + +
    +           + Constructor.
    ReflectionToStringBuilder(java.lang.Object object, + ToStringStyle style, + java.lang.StringBuffer buffer, + java.lang.Class reflectUpToClass, + boolean outputTransients) + +
    +          Deprecated. Use ReflectionToStringBuilder.ReflectionToStringBuilder(Object,ToStringStyle,StringBuffer,Class,boolean,boolean).
    ReflectionToStringBuilder(java.lang.Object object, + ToStringStyle style, + java.lang.StringBuffer buffer, + java.lang.Class reflectUpToClass, + boolean outputTransients, + boolean outputStatics) + +
    +          Constructor.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/package-frame.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/package-frame.html new file mode 100644 index 0000000..49e8358 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/package-frame.html @@ -0,0 +1,45 @@ + + + + + + + +org.apache.commons.lang.builder (Commons Lang 2.4 API) + + + + + + + + + + + +org.apache.commons.lang.builder + + + + +
    +Classes  + +
    +CompareToBuilder +
    +EqualsBuilder +
    +HashCodeBuilder +
    +ReflectionToStringBuilder +
    +StandardToStringStyle +
    +ToStringBuilder +
    +ToStringStyle
    + + + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/package-summary.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/package-summary.html new file mode 100644 index 0000000..6b8da1d --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/package-summary.html @@ -0,0 +1,199 @@ + + + + + + + +org.apache.commons.lang.builder (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package org.apache.commons.lang.builder +

    +Assists in creating consistent equals(Object), toString(), +hashCode(), and compareTo(Object) methods. +

    +See: +
    +          Description +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Class Summary
    CompareToBuilderAssists in implementing Comparable.compareTo(Object) methods.
    EqualsBuilderAssists in implementing Object.equals(Object) methods.
    HashCodeBuilder + Assists in implementing Object.hashCode() methods.
    ReflectionToStringBuilder + Assists in implementing Object.toString() methods using reflection.
    StandardToStringStyleWorks with ToStringBuilder to create a toString.
    ToStringBuilderAssists in implementing Object.toString() methods.
    ToStringStyleControls String formatting for ToStringBuilder.
    +  + +

    +

    +Package org.apache.commons.lang.builder Description +

    + +

    +Assists in creating consistent equals(Object), toString(), +hashCode(), and compareTo(Object) methods. +

    + +

    +

    +
    Since:
    +
    1.0
    +
    See Also:
    Object.equals(Object), +Object.toString(), +Object.hashCode(), +Comparable.compareTo(Object)
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/package-tree.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/package-tree.html new file mode 100644 index 0000000..0830f2e --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/package-tree.html @@ -0,0 +1,151 @@ + + + + + + + +org.apache.commons.lang.builder Class Hierarchy (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.lang.builder +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/package-use.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/package-use.html new file mode 100644 index 0000000..300ba2a --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/builder/package-use.html @@ -0,0 +1,196 @@ + + + + + + + +Uses of Package org.apache.commons.lang.builder (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.lang.builder

    +
    + + + + + + + + + +
    +Packages that use org.apache.commons.lang.builder
    org.apache.commons.lang.builderAssists in creating consistent equals(Object), toString(), +hashCode(), and compareTo(Object) methods. 
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + +
    +Classes in org.apache.commons.lang.builder used by org.apache.commons.lang.builder
    CompareToBuilder + +
    +          Assists in implementing Comparable.compareTo(Object) methods.
    EqualsBuilder + +
    +          Assists in implementing Object.equals(Object) methods.
    HashCodeBuilder + +
    +           + Assists in implementing Object.hashCode() methods.
    ReflectionToStringBuilder + +
    +           + Assists in implementing Object.toString() methods using reflection.
    ToStringBuilder + +
    +          Assists in implementing Object.toString() methods.
    ToStringStyle + +
    +          Controls String formatting for ToStringBuilder.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/ArrayUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/ArrayUtils.html new file mode 100644 index 0000000..5f621bb --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/ArrayUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.ArrayUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.ArrayUtils

    +
    +No usage of org.apache.commons.lang.ArrayUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/BitField.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/BitField.html new file mode 100644 index 0000000..6ac7302 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/BitField.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.BitField (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.BitField

    +
    +No usage of org.apache.commons.lang.BitField +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/BooleanUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/BooleanUtils.html new file mode 100644 index 0000000..ce74a9d --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/BooleanUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.BooleanUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.BooleanUtils

    +
    +No usage of org.apache.commons.lang.BooleanUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharEncoding.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharEncoding.html new file mode 100644 index 0000000..2205021 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharEncoding.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.CharEncoding (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.CharEncoding

    +
    +No usage of org.apache.commons.lang.CharEncoding +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharRange.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharRange.html new file mode 100644 index 0000000..f5467c8 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharRange.html @@ -0,0 +1,191 @@ + + + + + + + +Uses of Class org.apache.commons.lang.CharRange (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.CharRange

    +
    + + + + + + + + + +
    +Packages that use CharRange
    org.apache.commons.langProvides highly reusable static utility methods, chiefly concerned +with adding value to java.lang and other standard core classes. 
    +  +

    + + + + + +
    +Uses of CharRange in org.apache.commons.lang
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.lang that return CharRange
    + CharRange[]CharSet.getCharRanges() + +
    +          Gets the internal set as an array of CharRange objects.
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.lang with parameters of type CharRange
    + booleanCharRange.contains(CharRange range) + +
    +          Are all the characters of the passed in range contained in + this range.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharSet.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharSet.html new file mode 100644 index 0000000..67376d0 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharSet.html @@ -0,0 +1,239 @@ + + + + + + + +Uses of Class org.apache.commons.lang.CharSet (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.CharSet

    +
    + + + + + + + + + +
    +Packages that use CharSet
    org.apache.commons.langProvides highly reusable static utility methods, chiefly concerned +with adding value to java.lang and other standard core classes. 
    +  +

    + + + + + +
    +Uses of CharSet in org.apache.commons.lang
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Fields in org.apache.commons.lang declared as CharSet
    +static CharSetCharSet.EMPTY + +
    +          A CharSet defining no characters.
    +static CharSetCharSet.ASCII_ALPHA + +
    +          A CharSet defining ASCII alphabetic characters "a-zA-Z".
    +static CharSetCharSet.ASCII_ALPHA_LOWER + +
    +          A CharSet defining ASCII alphabetic characters "a-z".
    +static CharSetCharSet.ASCII_ALPHA_UPPER + +
    +          A CharSet defining ASCII alphabetic characters "A-Z".
    +static CharSetCharSet.ASCII_NUMERIC + +
    +          A CharSet defining ASCII alphabetic characters "0-9".
    +  +

    + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang that return CharSet
    +static CharSetCharSetUtils.evaluateSet(java.lang.String[] set) + +
    +          Deprecated. Use getInstance(String[]). + Method will be removed in Commons Lang 3.0.
    +static CharSetCharSet.getInstance(java.lang.String setStr) + +
    +          Factory method to create a new CharSet using a special syntax.
    +static CharSetCharSet.getInstance(java.lang.String[] setStrs) + +
    +          Constructs a new CharSet using the set syntax.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharSetUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharSetUtils.html new file mode 100644 index 0000000..21be50d --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharSetUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.CharSetUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.CharSetUtils

    +
    +No usage of org.apache.commons.lang.CharSetUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharUtils.html new file mode 100644 index 0000000..194a46e --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/CharUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.CharUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.CharUtils

    +
    +No usage of org.apache.commons.lang.CharUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/ClassUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/ClassUtils.html new file mode 100644 index 0000000..daf8f94 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/ClassUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.ClassUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.ClassUtils

    +
    +No usage of org.apache.commons.lang.ClassUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/IllegalClassException.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/IllegalClassException.html new file mode 100644 index 0000000..1731258 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/IllegalClassException.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.IllegalClassException (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.IllegalClassException

    +
    +No usage of org.apache.commons.lang.IllegalClassException +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/IncompleteArgumentException.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/IncompleteArgumentException.html new file mode 100644 index 0000000..00d6989 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/IncompleteArgumentException.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.IncompleteArgumentException (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.IncompleteArgumentException

    +
    +No usage of org.apache.commons.lang.IncompleteArgumentException +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/LocaleUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/LocaleUtils.html new file mode 100644 index 0000000..5cf56df --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/LocaleUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.LocaleUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.LocaleUtils

    +
    +No usage of org.apache.commons.lang.LocaleUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/NotImplementedException.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/NotImplementedException.html new file mode 100644 index 0000000..a5b12f0 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/NotImplementedException.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.NotImplementedException (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.NotImplementedException

    +
    +No usage of org.apache.commons.lang.NotImplementedException +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/NullArgumentException.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/NullArgumentException.html new file mode 100644 index 0000000..856763d --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/NullArgumentException.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.NullArgumentException (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.NullArgumentException

    +
    +No usage of org.apache.commons.lang.NullArgumentException +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/NumberRange.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/NumberRange.html new file mode 100644 index 0000000..60c35df --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/NumberRange.html @@ -0,0 +1,184 @@ + + + + + + + +Uses of Class org.apache.commons.lang.NumberRange (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.NumberRange

    +
    + + + + + + + + + +
    +Packages that use NumberRange
    org.apache.commons.langProvides highly reusable static utility methods, chiefly concerned +with adding value to java.lang and other standard core classes. 
    +  +

    + + + + + +
    +Uses of NumberRange in org.apache.commons.lang
    +  +

    + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang with parameters of type NumberRange
    + booleanNumberRange.includesRange(NumberRange range) + +
    +          Deprecated. Tests whether the specified range occurs entirely within this + range using double comparison.
    + booleanNumberRange.overlaps(NumberRange range) + +
    +          Deprecated. Tests whether the specified range overlaps with this range + using double comparison.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/NumberUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/NumberUtils.html new file mode 100644 index 0000000..6075f45 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/NumberUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.NumberUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.NumberUtils

    +
    +No usage of org.apache.commons.lang.NumberUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/ObjectUtils.Null.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/ObjectUtils.Null.html new file mode 100644 index 0000000..ba78dc1 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/ObjectUtils.Null.html @@ -0,0 +1,175 @@ + + + + + + + +Uses of Class org.apache.commons.lang.ObjectUtils.Null (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.ObjectUtils.Null

    +
    + + + + + + + + + +
    +Packages that use ObjectUtils.Null
    org.apache.commons.langProvides highly reusable static utility methods, chiefly concerned +with adding value to java.lang and other standard core classes. 
    +  +

    + + + + + +
    +Uses of ObjectUtils.Null in org.apache.commons.lang
    +  +

    + + + + + + + + + +
    Fields in org.apache.commons.lang declared as ObjectUtils.Null
    +static ObjectUtils.NullObjectUtils.NULL + +
    +          Singleton used as a null placeholder where + null has another meaning.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/ObjectUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/ObjectUtils.html new file mode 100644 index 0000000..4bc2fbe --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/ObjectUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.ObjectUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.ObjectUtils

    +
    +No usage of org.apache.commons.lang.ObjectUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/RandomStringUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/RandomStringUtils.html new file mode 100644 index 0000000..a7ddf0a --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/RandomStringUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.RandomStringUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.RandomStringUtils

    +
    +No usage of org.apache.commons.lang.RandomStringUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/SerializationException.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/SerializationException.html new file mode 100644 index 0000000..9e6f32e --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/SerializationException.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.SerializationException (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.SerializationException

    +
    +No usage of org.apache.commons.lang.SerializationException +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/SerializationUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/SerializationUtils.html new file mode 100644 index 0000000..8235623 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/SerializationUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.SerializationUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.SerializationUtils

    +
    +No usage of org.apache.commons.lang.SerializationUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/StringEscapeUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/StringEscapeUtils.html new file mode 100644 index 0000000..707ae48 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/StringEscapeUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.StringEscapeUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.StringEscapeUtils

    +
    +No usage of org.apache.commons.lang.StringEscapeUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/StringUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/StringUtils.html new file mode 100644 index 0000000..9608a76 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/StringUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.StringUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.StringUtils

    +
    +No usage of org.apache.commons.lang.StringUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/SystemUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/SystemUtils.html new file mode 100644 index 0000000..117983d --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/SystemUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.SystemUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.SystemUtils

    +
    +No usage of org.apache.commons.lang.SystemUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/UnhandledException.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/UnhandledException.html new file mode 100644 index 0000000..22f2c18 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/UnhandledException.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.UnhandledException (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.UnhandledException

    +
    +No usage of org.apache.commons.lang.UnhandledException +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/Validate.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/Validate.html new file mode 100644 index 0000000..8137606 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/Validate.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.Validate (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.Validate

    +
    +No usage of org.apache.commons.lang.Validate +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/WordUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/WordUtils.html new file mode 100644 index 0000000..19afa7e --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/class-use/WordUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.WordUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.WordUtils

    +
    +No usage of org.apache.commons.lang.WordUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/Enum.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/Enum.html new file mode 100644 index 0000000..5df514e --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/Enum.html @@ -0,0 +1,833 @@ + + + + + + + +Enum (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.enum +
    +Class Enum

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.enum.Enum
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Comparable, java.io.Serializable
    +
    +
    +
    Direct Known Subclasses:
    ValuedEnum
    +
    +
    +Deprecated. Replaced by org.apache.commons.lang.enums.Enum + and will be removed in version 3.0. All classes in this package are deprecated and repackaged to + org.apache.commons.lang.enums since enum is a Java 1.5 keyword. +

    +

    +
    public abstract class Enum
    extends java.lang.Object
    implements java.lang.Comparable, java.io.Serializable
    + +

    +

    Abstract superclass for type-safe enums.

    + +

    One feature of the C programming language lacking in Java is enumerations. The + C implementation based on ints was poor and open to abuse. The original Java + recommendation and most of the JDK also uses int constants. It has been recognised + however that a more robust type-safe class-based solution can be designed. This + class follows the basic Java type-safe enumeration pattern.

    + +

    NOTE:Due to the way in which Java ClassLoaders work, comparing + Enum objects should always be done using equals(), not ==. + The equals() method will try == first so in most cases the effect is the same.

    + +

    Of course, if you actually want (or don't mind) Enums in different class + loaders being non-equal, then you can use ==.

    + +

    Simple Enums

    + +

    To use this class, it must be subclassed. For example:

    + +
    + public final class ColorEnum extends Enum {
    +   public static final ColorEnum RED = new ColorEnum("Red");
    +   public static final ColorEnum GREEN = new ColorEnum("Green");
    +   public static final ColorEnum BLUE = new ColorEnum("Blue");
    +
    +   private ColorEnum(String color) {
    +     super(color);
    +   }
    +
    +   public static ColorEnum getEnum(String color) {
    +     return (ColorEnum) getEnum(ColorEnum.class, color);
    +   }
    +
    +   public static Map getEnumMap() {
    +     return getEnumMap(ColorEnum.class);
    +   }
    +
    +   public static List getEnumList() {
    +     return getEnumList(ColorEnum.class);
    +   }
    +
    +   public static Iterator iterator() {
    +     return iterator(ColorEnum.class);
    +   }
    + }
    + 
    + +

    As shown, each enum has a name. This can be accessed using getName.

    + +

    The getEnum and iterator methods are recommended. + Unfortunately, Java restrictions require these to be coded as shown in each subclass. + An alternative choice is to use the EnumUtils class.

    + +

    Subclassed Enums

    +

    A hierarchy of Enum classes can be built. In this case, the superclass is + unaffected by the addition of subclasses (as per normal Java). The subclasses + may add additional Enum constants of the type of the superclass. The + query methods on the subclass will return all of the Enum constants from the + superclass and subclass.

    + +
    + public final class ExtraColorEnum extends ColorEnum {
    +   // NOTE: Color enum declared above is final, change that to get this
    +   // example to compile.
    +   public static final ColorEnum YELLOW = new ExtraColorEnum("Yellow");
    +
    +   private ExtraColorEnum(String color) {
    +     super(color);
    +   }
    +
    +   public static ColorEnum getEnum(String color) {
    +     return (ColorEnum) getEnum(ExtraColorEnum.class, color);
    +   }
    +
    +   public static Map getEnumMap() {
    +     return getEnumMap(ExtraColorEnum.class);
    +   }
    +
    +   public static List getEnumList() {
    +     return getEnumList(ExtraColorEnum.class);
    +   }
    +
    +   public static Iterator iterator() {
    +     return iterator(ExtraColorEnum.class);
    +   }
    + }
    + 
    + +

    This example will return RED, GREEN, BLUE, YELLOW from the List and iterator + methods in that order. The RED, GREEN and BLUE instances will be the same (==) + as those from the superclass ColorEnum. Note that YELLOW is declared as a + ColorEnum and not an ExtraColorEnum.

    + +

    Functional Enums

    + +

    The enums can have functionality by defining subclasses and + overriding the getEnumClass() method:

    + +
    +   public static final OperationEnum PLUS = new PlusOperation();
    +   private static final class PlusOperation extends OperationEnum {
    +     private PlusOperation() {
    +       super("Plus");
    +     }
    +     public int eval(int a, int b) {
    +       return a + b;
    +     }
    +   }
    +   public static final OperationEnum MINUS = new MinusOperation();
    +   private static final class MinusOperation extends OperationEnum {
    +     private MinusOperation() {
    +       super("Minus");
    +     }
    +     public int eval(int a, int b) {
    +       return a - b;
    +     }
    +   }
    +
    +   private OperationEnum(String color) {
    +     super(color);
    +   }
    +
    +   public final Class getEnumClass() {     // NOTE: new method!
    +     return OperationEnum.class;
    +   }
    +
    +   public abstract double eval(double a, double b);
    +
    +   public static OperationEnum getEnum(String name) {
    +     return (OperationEnum) getEnum(OperationEnum.class, name);
    +   }
    +
    +   public static Map getEnumMap() {
    +     return getEnumMap(OperationEnum.class);
    +   }
    +
    +   public static List getEnumList() {
    +     return getEnumList(OperationEnum.class);
    +   }
    +
    +   public static Iterator iterator() {
    +     return iterator(OperationEnum.class);
    +   }
    + }
    + 
    +

    The code above will work on JDK 1.2. If JDK1.3 and later is used, + the subclasses may be defined as anonymous.

    + +

    Nested class Enums

    + +

    Care must be taken with class loading when defining a static nested class + for enums. The static nested class can be loaded without the surrounding outer + class being loaded. This can result in an empty list/map/iterator being returned. + One solution is to define a static block that references the outer class where + the constants are defined. For example:

    + +
    + public final class Outer {
    +   public static final BWEnum BLACK = new BWEnum("Black");
    +   public static final BWEnum WHITE = new BWEnum("White");
    +
    +   // static nested enum class
    +   public static final class BWEnum extends Enum {
    +
    +     static {
    +       // explicitly reference BWEnum class to force constants to load
    +       Object obj = Outer.BLACK;
    +     }
    +
    +     // ... other methods omitted
    +   }
    + }
    + 
    + +

    Although the above solves the problem, it is not recommended. The best solution + is to define the constants in the enum class, and hold references in the outer class: + +

    + public final class Outer {
    +   public static final BWEnum BLACK = BWEnum.BLACK;
    +   public static final BWEnum WHITE = BWEnum.WHITE;
    +
    +   // static nested enum class
    +   public static final class BWEnum extends Enum {
    +     // only define constants in enum classes - private if desired
    +     private static final BWEnum BLACK = new BWEnum("Black");
    +     private static final BWEnum WHITE = new BWEnum("White");
    +
    +     // ... other methods omitted
    +   }
    + }
    + 
    + +

    For more details, see the 'Nested' test cases. +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: Enum.java 637362 2008-03-15 06:09:41Z bayard $
    +
    Author:
    +
    Apache Avalon project, Stephen Colebourne, Chris Webb, Mike Bowler
    +
    See Also:
    Enum, +Serialized Form
    +
    + +

    + + + + + + + + + + + + + + +
    +Field Summary
    +protected  java.lang.StringiToString + +
    +          Deprecated. The toString representation of the Enum.
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected Enum(java.lang.String name) + +
    +          Deprecated. Constructor to add a new named item to the enumeration.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + intcompareTo(java.lang.Object other) + +
    +          Deprecated. Tests for order.
    + booleanequals(java.lang.Object other) + +
    +          Deprecated. Tests for equality.
    +protected static EnumgetEnum(java.lang.Class enumClass, + java.lang.String name) + +
    +          Deprecated. Gets an Enum object by class and name.
    + java.lang.ClassgetEnumClass() + +
    +          Deprecated. Retrieves the Class of this Enum item, set in the constructor.
    +protected static java.util.ListgetEnumList(java.lang.Class enumClass) + +
    +          Deprecated. Gets the List of Enum objects using the + Enum class.
    +protected static java.util.MapgetEnumMap(java.lang.Class enumClass) + +
    +          Deprecated. Gets the Map of Enum objects by + name using the Enum class.
    + java.lang.StringgetName() + +
    +          Deprecated. Retrieve the name of this Enum item, set in the constructor.
    + inthashCode() + +
    +          Deprecated. Returns a suitable hashCode for the enumeration.
    +protected static java.util.Iteratoriterator(java.lang.Class enumClass) + +
    +          Deprecated. Gets an Iterator over the Enum objects in + an Enum class.
    +protected  java.lang.ObjectreadResolve() + +
    +          Deprecated. Handle the deserialization of the class to ensure that multiple + copies are not wastefully created, or illegal enum types created.
    + java.lang.StringtoString() + +
    +          Deprecated. Human readable description of this Enum item.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +iToString

    +
    +protected transient java.lang.String iToString
    +
    +
    Deprecated. 
    The toString representation of the Enum. +

    +

    +
    Since:
    +
    2.0
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +Enum

    +
    +protected Enum(java.lang.String name)
    +
    +
    Deprecated. 

    Constructor to add a new named item to the enumeration.

    +

    +

    Parameters:
    name - the name of the enum object, + must not be empty or null +
    Throws: +
    java.lang.IllegalArgumentException - if the name is null + or an empty string +
    java.lang.IllegalArgumentException - if the getEnumClass() method returns + a null or invalid Class
    + + + + + + + + +
    +Method Detail
    + +

    +readResolve

    +
    +protected java.lang.Object readResolve()
    +
    +
    Deprecated. 

    Handle the deserialization of the class to ensure that multiple + copies are not wastefully created, or illegal enum types created.

    +

    +

    +
    +
    +
    + +
    Returns:
    the resolved object
    +
    +
    +
    + +

    +getEnum

    +
    +protected static Enum getEnum(java.lang.Class enumClass,
    +                              java.lang.String name)
    +
    +
    Deprecated. 

    Gets an Enum object by class and name.

    +

    +

    +
    +
    +
    +
    Parameters:
    enumClass - the class of the Enum to get, must not + be null
    name - the name of the Enum to get, + may be null +
    Returns:
    the enum object, or null if the enum does not exist +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class + is null
    +
    +
    +
    + +

    +getEnumMap

    +
    +protected static java.util.Map getEnumMap(java.lang.Class enumClass)
    +
    +
    Deprecated. 

    Gets the Map of Enum objects by + name using the Enum class.

    + +

    If the requested class has no enum objects an empty + Map is returned.

    +

    +

    +
    +
    +
    +
    Parameters:
    enumClass - the class of the Enum to get, + must not be null +
    Returns:
    the enum object Map +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null +
    java.lang.IllegalArgumentException - if the enum class is not a subclass of Enum
    +
    +
    +
    + +

    +getEnumList

    +
    +protected static java.util.List getEnumList(java.lang.Class enumClass)
    +
    +
    Deprecated. 

    Gets the List of Enum objects using the + Enum class.

    + +

    The list is in the order that the objects were created (source code order). + If the requested class has no enum objects an empty List is + returned.

    +

    +

    +
    +
    +
    +
    Parameters:
    enumClass - the class of the Enum to get, + must not be null +
    Returns:
    the enum object Map +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null +
    java.lang.IllegalArgumentException - if the enum class is not a subclass of Enum
    +
    +
    +
    + +

    +iterator

    +
    +protected static java.util.Iterator iterator(java.lang.Class enumClass)
    +
    +
    Deprecated. 

    Gets an Iterator over the Enum objects in + an Enum class.

    + +

    The Iterator is in the order that the objects were + created (source code order). If the requested class has no enum + objects an empty Iterator is returned.

    +

    +

    +
    +
    +
    +
    Parameters:
    enumClass - the class of the Enum to get, + must not be null +
    Returns:
    an iterator of the Enum objects +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null +
    java.lang.IllegalArgumentException - if the enum class is not a subclass of Enum
    +
    +
    +
    + +

    +getName

    +
    +public final java.lang.String getName()
    +
    +
    Deprecated. 

    Retrieve the name of this Enum item, set in the constructor.

    +

    +

    +
    +
    +
    + +
    Returns:
    the String name of this Enum item
    +
    +
    +
    + +

    +getEnumClass

    +
    +public java.lang.Class getEnumClass()
    +
    +
    Deprecated. 

    Retrieves the Class of this Enum item, set in the constructor.

    + +

    This is normally the same as getClass(), but for + advanced Enums may be different. If overridden, it must return a + constant value.

    +

    +

    +
    +
    +
    + +
    Returns:
    the Class of the enum
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +equals

    +
    +public final boolean equals(java.lang.Object other)
    +
    +
    Deprecated. 

    Tests for equality.

    + +

    Two Enum objects are considered equal + if they have the same class names and the same names. + Identity is tested for first, so this method usually runs fast.

    + +

    If the parameter is in a different class loader than this instance, + reflection is used to compare the names.

    +

    +

    +
    +
    +
    +
    Parameters:
    other - the other object to compare for equality +
    Returns:
    true if the Enums are equal
    +
    +
    +
    + +

    +hashCode

    +
    +public final int hashCode()
    +
    +
    Deprecated. 

    Returns a suitable hashCode for the enumeration.

    +

    +

    +
    +
    +
    + +
    Returns:
    a hashcode based on the name
    +
    +
    +
    + +

    +compareTo

    +
    +public int compareTo(java.lang.Object other)
    +
    +
    Deprecated. 

    Tests for order.

    + +

    The default ordering is alphabetic by name, but this + can be overridden by subclasses.

    + +

    If the parameter is in a different class loader than this instance, + reflection is used to compare the names.

    +

    +

    +
    Specified by:
    compareTo in interface java.lang.Comparable
    +
    +
    +
    Parameters:
    other - the other object to compare to +
    Returns:
    -ve if this is less than the other object, +ve if greater + than, 0 of equal +
    Throws: +
    java.lang.ClassCastException - if other is not an Enum +
    java.lang.NullPointerException - if other is null
    See Also:
    Comparable.compareTo(Object)
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Deprecated. 

    Human readable description of this Enum item.

    +

    +

    +
    +
    +
    + +
    Returns:
    String in the form type[name], for example: + Color[Red]. Note that the package name is stripped from + the type name.
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/EnumUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/EnumUtils.html new file mode 100644 index 0000000..055f77d --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/EnumUtils.html @@ -0,0 +1,407 @@ + + + + + + + +EnumUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.enum +
    +Class EnumUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.enum.EnumUtils
    +
    +
    +Deprecated. Replaced by org.apache.commons.lang.enums.EnumUtils + and will be removed in version 3.0. All classes in this package are deprecated and repackaged to + org.apache.commons.lang.enums since enum is a Java 1.5 keyword. +

    +

    +
    public class EnumUtils
    extends java.lang.Object
    + +

    +

    Utility class for accessing and manipulating Enums.

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: EnumUtils.java 437554 2006-08-28 06:21:41Z bayard $
    +
    Author:
    +
    Stephen Colebourne, Gary Gregory
    +
    See Also:
    EnumUtils, +Enum, +ValuedEnum
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    EnumUtils() + +
    +          Deprecated. Public constructor.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static ValuedEnumgetEnum(java.lang.Class enumClass, + int value) + +
    +          Deprecated. Gets a ValuedEnum object by class and value.
    +static EnumgetEnum(java.lang.Class enumClass, + java.lang.String name) + +
    +          Deprecated. Gets an Enum object by class and name.
    +static java.util.ListgetEnumList(java.lang.Class enumClass) + +
    +          Deprecated. Gets the List of Enum objects using + the Enum class.
    +static java.util.MapgetEnumMap(java.lang.Class enumClass) + +
    +          Deprecated. Gets the Map of Enum objects by + name using the Enum class.
    +static java.util.Iteratoriterator(java.lang.Class enumClass) + +
    +          Deprecated. Gets an Iterator over the Enum objects + in an Enum class.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +EnumUtils

    +
    +public EnumUtils()
    +
    +
    Deprecated. 
    Public constructor. This class should not normally be instantiated. +

    +

    Since:
    +
    2.0
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getEnum

    +
    +public static Enum getEnum(java.lang.Class enumClass,
    +                           java.lang.String name)
    +
    +
    Deprecated. 

    Gets an Enum object by class and name.

    +

    +

    +
    Parameters:
    enumClass - the class of the Enum to get
    name - the name of the Enum to get, may be null +
    Returns:
    the enum object +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null
    +
    +
    +
    + +

    +getEnum

    +
    +public static ValuedEnum getEnum(java.lang.Class enumClass,
    +                                 int value)
    +
    +
    Deprecated. 

    Gets a ValuedEnum object by class and value.

    +

    +

    +
    Parameters:
    enumClass - the class of the Enum to get
    value - the value of the Enum to get +
    Returns:
    the enum object, or null if the enum does not exist +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null
    +
    +
    +
    + +

    +getEnumMap

    +
    +public static java.util.Map getEnumMap(java.lang.Class enumClass)
    +
    +
    Deprecated. 

    Gets the Map of Enum objects by + name using the Enum class.

    + +

    If the requested class has no enum objects an empty + Map is returned. The Map is unmodifiable.

    +

    +

    +
    Parameters:
    enumClass - the class of the Enum to get +
    Returns:
    the enum object Map +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null +
    java.lang.IllegalArgumentException - if the enum class is not a subclass + of Enum
    +
    +
    +
    + +

    +getEnumList

    +
    +public static java.util.List getEnumList(java.lang.Class enumClass)
    +
    +
    Deprecated. 

    Gets the List of Enum objects using + the Enum class.

    + +

    The list is in the order that the objects were created + (source code order).

    + +

    If the requested class has no enum objects an empty + List is returned. The List is unmodifiable.

    +

    +

    +
    Parameters:
    enumClass - the class of the Enum to get +
    Returns:
    the enum object Map +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null +
    java.lang.IllegalArgumentException - if the enum class is not a subclass + of Enum
    +
    +
    +
    + +

    +iterator

    +
    +public static java.util.Iterator iterator(java.lang.Class enumClass)
    +
    +
    Deprecated. 

    Gets an Iterator over the Enum objects + in an Enum class.

    + +

    The iterator is in the order that the objects were created + (source code order).

    + +

    If the requested class has no enum objects an empty + Iterator is returned. The Iterator + is unmodifiable.

    +

    +

    +
    Parameters:
    enumClass - the class of the Enum to get +
    Returns:
    an Iterator of the Enum objects +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null +
    java.lang.IllegalArgumentException - if the enum class is not a subclass of Enum
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/ValuedEnum.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/ValuedEnum.html new file mode 100644 index 0000000..3f08d72 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/ValuedEnum.html @@ -0,0 +1,466 @@ + + + + + + + +ValuedEnum (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.enum +
    +Class ValuedEnum

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.enum.Enum
    +      extended byorg.apache.commons.lang.enum.ValuedEnum
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Comparable, java.io.Serializable
    +
    +
    +Deprecated. Replaced by org.apache.commons.lang.enums.ValuedEnum + and will be removed in version 3.0. All classes in this package are deprecated and repackaged to + org.apache.commons.lang.enums since enum is a Java 1.5 keyword. +

    +

    +
    public abstract class ValuedEnum
    extends Enum
    + +

    +

    Abstract superclass for type-safe enums with integer values suitable + for use in switch statements.

    + +

    NOTE:Due to the way in which Java ClassLoaders work, comparing + Enum objects should always be done using the equals() method, + not ==. The equals() method will try == first so + in most cases the effect is the same.

    + +

    To use this class, it must be subclassed. For example:

    + +
    + public final class JavaVersionEnum extends ValuedEnum {
    +   //standard enums for version of JVM
    +   public static final int  JAVA1_0_VALUE  = 100;
    +   public static final int  JAVA1_1_VALUE  = 110;
    +   public static final int  JAVA1_2_VALUE  = 120;
    +   public static final int  JAVA1_3_VALUE  = 130;
    +   public static final JavaVersionEnum  JAVA1_0  = new JavaVersionEnum( "Java 1.0", JAVA1_0_VALUE );
    +   public static final JavaVersionEnum  JAVA1_1  = new JavaVersionEnum( "Java 1.1", JAVA1_1_VALUE );
    +   public static final JavaVersionEnum  JAVA1_2  = new JavaVersionEnum( "Java 1.2", JAVA1_2_VALUE );
    +   public static final JavaVersionEnum  JAVA1_3  = new JavaVersionEnum( "Java 1.3", JAVA1_3_VALUE );
    +
    +   private JavaVersionEnum(String name, int value) {
    +     super( name, value );
    +   }
    +
    +   public static JavaVersionEnum getEnum(String javaVersion) {
    +     return (JavaVersionEnum) getEnum(JavaVersionEnum.class, javaVersion);
    +   }
    +
    +   public static JavaVersionEnum getEnum(int javaVersion) {
    +     return (JavaVersionEnum) getEnum(JavaVersionEnum.class, javaVersion);
    +   }
    +
    +   public static Map getEnumMap() {
    +     return getEnumMap(JavaVersionEnum.class);
    +   }
    +
    +   public static List getEnumList() {
    +     return getEnumList(JavaVersionEnum.class);
    +   }
    +
    +   public static Iterator iterator() {
    +     return iterator(JavaVersionEnum.class);
    +   }
    + }
    + 
    + +

    The above class could then be used as follows:

    + +
    + public void doSomething(JavaVersionEnum ver) {
    +   switch (ver.getValue()) {
    +     case JAVA1_0_VALUE:
    +       // ...
    +       break;
    +     case JAVA1_1_VALUE:
    +       // ...
    +       break;
    +     //...
    +   }
    + }
    + 
    + +

    As shown, each enum has a name and a value. These can be accessed using + getName and getValue.

    + +

    The getEnum and iterator methods are recommended. + Unfortunately, Java restrictions require these to be coded as shown in each subclass. + An alternative choice is to use the EnumUtils class.

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: ValuedEnum.java 441929 2006-09-10 08:04:17Z bayard $
    +
    Author:
    +
    Apache Avalon project, Stephen Colebourne
    +
    See Also:
    ValuedEnum, +Serialized Form
    +
    + +

    + + + + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.lang.enum.Enum
    iToString
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected ValuedEnum(java.lang.String name, + int value) + +
    +          Deprecated. Constructor for enum item.
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + intcompareTo(java.lang.Object other) + +
    +          Deprecated. Tests for order.
    +protected static EnumgetEnum(java.lang.Class enumClass, + int value) + +
    +          Deprecated. Gets an Enum object by class and value.
    + intgetValue() + +
    +          Deprecated. Get value of enum item.
    + java.lang.StringtoString() + +
    +          Deprecated. Human readable description of this Enum item.
    + + + + + + + +
    Methods inherited from class org.apache.commons.lang.enum.Enum
    equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +ValuedEnum

    +
    +protected ValuedEnum(java.lang.String name,
    +                     int value)
    +
    +
    Deprecated. 
    Constructor for enum item. +

    +

    Parameters:
    name - the name of enum item
    value - the value of enum item
    + + + + + + + + +
    +Method Detail
    + +

    +getEnum

    +
    +protected static Enum getEnum(java.lang.Class enumClass,
    +                              int value)
    +
    +
    Deprecated. 

    Gets an Enum object by class and value.

    + +

    This method loops through the list of Enum, + thus if there are many Enums this will be + slow.

    +

    +

    +
    Parameters:
    enumClass - the class of the Enum to get
    value - the value of the Enum to get +
    Returns:
    the enum object, or null if the enum does not exist +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null
    +
    +
    +
    + +

    +getValue

    +
    +public final int getValue()
    +
    +
    Deprecated. 

    Get value of enum item.

    +

    +

    + +
    Returns:
    the enum item's value.
    +
    +
    +
    + +

    +compareTo

    +
    +public int compareTo(java.lang.Object other)
    +
    +
    Deprecated. 

    Tests for order.

    + +

    The default ordering is numeric by value, but this + can be overridden by subclasses.

    +

    +

    +
    Specified by:
    compareTo in interface java.lang.Comparable
    Overrides:
    compareTo in class Enum
    +
    +
    +
    Parameters:
    other - the other object to compare to +
    Returns:
    -ve if this is less than the other object, +ve if greater than, + 0 of equal +
    Throws: +
    java.lang.ClassCastException - if other is not an Enum +
    java.lang.NullPointerException - if other is null
    See Also:
    Comparable.compareTo(Object)
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Deprecated. 

    Human readable description of this Enum item.

    +

    +

    +
    Overrides:
    toString in class Enum
    +
    +
    + +
    Returns:
    String in the form type[name=value], for example: + JavaVersion[Java 1.0=100]. Note that the package name is + stripped from the type name.
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/class-use/Enum.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/class-use/Enum.html new file mode 100644 index 0000000..1ca2183 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/class-use/Enum.html @@ -0,0 +1,212 @@ + + + + + + + +Uses of Class org.apache.commons.lang.enum.Enum (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.enum.Enum

    +
    + + + + + + + + + +
    +Packages that use Enum
    org.apache.commons.lang.enum +Deprecated and replaced by org.apache.commons.lang.enums +and will be removed in version 3.0. 
    +  +

    + + + + + +
    +Uses of Enum in org.apache.commons.lang.enum
    +  +

    + + + + + + + + + +
    Subclasses of Enum in org.apache.commons.lang.enum
    + classValuedEnum + +
    +          Deprecated. Replaced by org.apache.commons.lang.enums.ValuedEnum + and will be removed in version 3.0. All classes in this package are deprecated and repackaged to + org.apache.commons.lang.enums since enum is a Java 1.5 keyword.
    +  +

    + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.enum that return Enum
    +protected static EnumValuedEnum.getEnum(java.lang.Class enumClass, + int value) + +
    +          Deprecated. Gets an Enum object by class and value.
    +static EnumEnumUtils.getEnum(java.lang.Class enumClass, + java.lang.String name) + +
    +          Deprecated. Gets an Enum object by class and name.
    +protected static EnumEnum.getEnum(java.lang.Class enumClass, + java.lang.String name) + +
    +          Deprecated. Gets an Enum object by class and name.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/class-use/EnumUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/class-use/EnumUtils.html new file mode 100644 index 0000000..f59cda7 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/class-use/EnumUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.enum.EnumUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.enum.EnumUtils

    +
    +No usage of org.apache.commons.lang.enum.EnumUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/class-use/ValuedEnum.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/class-use/ValuedEnum.html new file mode 100644 index 0000000..23e2100 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/class-use/ValuedEnum.html @@ -0,0 +1,176 @@ + + + + + + + +Uses of Class org.apache.commons.lang.enum.ValuedEnum (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.enum.ValuedEnum

    +
    + + + + + + + + + +
    +Packages that use ValuedEnum
    org.apache.commons.lang.enum +Deprecated and replaced by org.apache.commons.lang.enums +and will be removed in version 3.0. 
    +  +

    + + + + + +
    +Uses of ValuedEnum in org.apache.commons.lang.enum
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.lang.enum that return ValuedEnum
    +static ValuedEnumEnumUtils.getEnum(java.lang.Class enumClass, + int value) + +
    +          Deprecated. Gets a ValuedEnum object by class and value.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/package-frame.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/package-frame.html new file mode 100644 index 0000000..ff7a6a3 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/package-frame.html @@ -0,0 +1,37 @@ + + + + + + + +org.apache.commons.lang.enum (Commons Lang 2.4 API) + + + + + + + + + + + +org.apache.commons.lang.enum + + + + +
    +Classes  + +
    +Enum +
    +EnumUtils +
    +ValuedEnum
    + + + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/package-summary.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/package-summary.html new file mode 100644 index 0000000..c7e11b0 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/package-summary.html @@ -0,0 +1,221 @@ + + + + + + + +org.apache.commons.lang.enum (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package org.apache.commons.lang.enum +

    + +Deprecated and replaced by org.apache.commons.lang.enums +and will be removed in version 3.0. +

    +See: +
    +          Description +

    + + + + + + + + + + + + + + + + + +
    +Class Summary
    EnumDeprecated. Replaced by org.apache.commons.lang.enums.Enum + and will be removed in version 3.0.
    EnumUtilsDeprecated. Replaced by org.apache.commons.lang.enums.EnumUtils + and will be removed in version 3.0.
    ValuedEnumDeprecated. Replaced by org.apache.commons.lang.enums.ValuedEnum + and will be removed in version 3.0.
    +  + +

    +

    +Package org.apache.commons.lang.enum Description +

    + +

    +

    +Deprecated and replaced by org.apache.commons.lang.enums +and will be removed in version 3.0. +

    +

    +All classes in this package are deprecated and repackaged to org.apache.commons.lang.enums +since enum is a Java 1.5 keyword. +

    +

    +Provides an implementation of the C style enum in the Java world. +

    +

    +The classic example being an RGB color enumeration. +

    +
    +public final class ColorEnum extends Enum {
    +    public static final ColorEnum RED = new ColorEnum("Red");
    +    public static final ColorEnum GREEN = new ColorEnum("Green");
    +    public static final ColorEnum BLUE = new ColorEnum("Blue");
    +
    +    private ColorEnum(String color) {
    +        super(color);
    +    }
    +
    +    public static ColorEnum getEnum(String color) {
    +        return (ColorEnum) getEnum(ColorEnum.class, color);
    +    }
    +
    +    public static Map getEnumMap() {
    +        return getEnumMap(ColorEnum.class);
    +    }
    +
    +    public static List getEnumList() {
    +        return getEnumList(ColorEnum.class);
    +    }
    +
    +    public static Iterator iterator() {
    +        return iterator(ColorEnum.class);
    +    }
    +}
    +
    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/package-tree.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/package-tree.html new file mode 100644 index 0000000..1e5f426 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/package-tree.html @@ -0,0 +1,149 @@ + + + + + + + +org.apache.commons.lang.enum Class Hierarchy (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.lang.enum +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    +
      +
    • class java.lang.Object
        +
      • class org.apache.commons.lang.enum.Enum (implements java.lang.Comparable, java.io.Serializable) + +
      • class org.apache.commons.lang.enum.EnumUtils
      +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/package-use.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/package-use.html new file mode 100644 index 0000000..6a8880e --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enum/package-use.html @@ -0,0 +1,175 @@ + + + + + + + +Uses of Package org.apache.commons.lang.enum (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.lang.enum

    +
    + + + + + + + + + +
    +Packages that use org.apache.commons.lang.enum
    org.apache.commons.lang.enum +Deprecated and replaced by org.apache.commons.lang.enums +and will be removed in version 3.0. 
    +  +

    + + + + + + + + + + + +
    +Classes in org.apache.commons.lang.enum used by org.apache.commons.lang.enum
    Enum + +
    +          Deprecated. Replaced by org.apache.commons.lang.enums.Enum + and will be removed in version 3.0. All classes in this package are deprecated and repackaged to + org.apache.commons.lang.enums since enum is a Java 1.5 keyword.
    ValuedEnum + +
    +          Deprecated. Replaced by org.apache.commons.lang.enums.ValuedEnum + and will be removed in version 3.0. All classes in this package are deprecated and repackaged to + org.apache.commons.lang.enums since enum is a Java 1.5 keyword.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/Enum.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/Enum.html new file mode 100644 index 0000000..83f0ca7 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/Enum.html @@ -0,0 +1,877 @@ + + + + + + + +Enum (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.enums +
    +Class Enum

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.enums.Enum
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Comparable, java.io.Serializable
    +
    +
    +
    Direct Known Subclasses:
    ValuedEnum
    +
    +
    +
    +
    public abstract class Enum
    extends java.lang.Object
    implements java.lang.Comparable, java.io.Serializable
    + +

    +

    Abstract superclass for type-safe enums.

    + +

    One feature of the C programming language lacking in Java is enumerations. The + C implementation based on ints was poor and open to abuse. The original Java + recommendation and most of the JDK also uses int constants. It has been recognised + however that a more robust type-safe class-based solution can be designed. This + class follows the basic Java type-safe enumeration pattern.

    + +

    NOTE: Due to the way in which Java ClassLoaders work, comparing + Enum objects should always be done using equals(), not ==. + The equals() method will try == first so in most cases the effect is the same.

    + +

    Of course, if you actually want (or don't mind) Enums in different class + loaders being non-equal, then you can use ==.

    + +

    Simple Enums

    + +

    To use this class, it must be subclassed. For example:

    + +
    + public final class ColorEnum extends Enum {
    +   public static final ColorEnum RED = new ColorEnum("Red");
    +   public static final ColorEnum GREEN = new ColorEnum("Green");
    +   public static final ColorEnum BLUE = new ColorEnum("Blue");
    +
    +   private ColorEnum(String color) {
    +     super(color);
    +   }
    +
    +   public static ColorEnum getEnum(String color) {
    +     return (ColorEnum) getEnum(ColorEnum.class, color);
    +   }
    +
    +   public static Map getEnumMap() {
    +     return getEnumMap(ColorEnum.class);
    +   }
    +
    +   public static List getEnumList() {
    +     return getEnumList(ColorEnum.class);
    +   }
    +
    +   public static Iterator iterator() {
    +     return iterator(ColorEnum.class);
    +   }
    + }
    + 
    + +

    As shown, each enum has a name. This can be accessed using getName.

    + +

    The getEnum and iterator methods are recommended. + Unfortunately, Java restrictions require these to be coded as shown in each subclass. + An alternative choice is to use the EnumUtils class.

    + +

    Subclassed Enums

    +

    A hierarchy of Enum classes can be built. In this case, the superclass is + unaffected by the addition of subclasses (as per normal Java). The subclasses + may add additional Enum constants of the type of the superclass. The + query methods on the subclass will return all of the Enum constants from the + superclass and subclass.

    + +
    + public final class ExtraColorEnum extends ColorEnum {
    +   // NOTE: Color enum declared above is final, change that to get this
    +   // example to compile.
    +   public static final ColorEnum YELLOW = new ExtraColorEnum("Yellow");
    +
    +   private ExtraColorEnum(String color) {
    +     super(color);
    +   }
    +
    +   public static ColorEnum getEnum(String color) {
    +     return (ColorEnum) getEnum(ExtraColorEnum.class, color);
    +   }
    +
    +   public static Map getEnumMap() {
    +     return getEnumMap(ExtraColorEnum.class);
    +   }
    +
    +   public static List getEnumList() {
    +     return getEnumList(ExtraColorEnum.class);
    +   }
    +
    +   public static Iterator iterator() {
    +     return iterator(ExtraColorEnum.class);
    +   }
    + }
    + 
    + +

    This example will return RED, GREEN, BLUE, YELLOW from the List and iterator + methods in that order. The RED, GREEN and BLUE instances will be the same (==) + as those from the superclass ColorEnum. Note that YELLOW is declared as a + ColorEnum and not an ExtraColorEnum.

    + +

    Functional Enums

    + +

    The enums can have functionality by defining subclasses and + overriding the getEnumClass() method:

    + +
    +   public static final OperationEnum PLUS = new PlusOperation();
    +   private static final class PlusOperation extends OperationEnum {
    +     private PlusOperation() {
    +       super("Plus");
    +     }
    +     public int eval(int a, int b) {
    +       return a + b;
    +     }
    +   }
    +   public static final OperationEnum MINUS = new MinusOperation();
    +   private static final class MinusOperation extends OperationEnum {
    +     private MinusOperation() {
    +       super("Minus");
    +     }
    +     public int eval(int a, int b) {
    +       return a - b;
    +     }
    +   }
    +
    +   private OperationEnum(String color) {
    +     super(color);
    +   }
    +
    +   public final Class getEnumClass() {     // NOTE: new method!
    +     return OperationEnum.class;
    +   }
    +
    +   public abstract double eval(double a, double b);
    +
    +   public static OperationEnum getEnum(String name) {
    +     return (OperationEnum) getEnum(OperationEnum.class, name);
    +   }
    +
    +   public static Map getEnumMap() {
    +     return getEnumMap(OperationEnum.class);
    +   }
    +
    +   public static List getEnumList() {
    +     return getEnumList(OperationEnum.class);
    +   }
    +
    +   public static Iterator iterator() {
    +     return iterator(OperationEnum.class);
    +   }
    + }
    + 
    +

    The code above will work on JDK 1.2. If JDK1.3 and later is used, + the subclasses may be defined as anonymous.

    + +

    Nested class Enums

    + +

    Care must be taken with class loading when defining a static nested class + for enums. The static nested class can be loaded without the surrounding outer + class being loaded. This can result in an empty list/map/iterator being returned. + One solution is to define a static block that references the outer class where + the constants are defined. For example:

    + +
    + public final class Outer {
    +   public static final BWEnum BLACK = new BWEnum("Black");
    +   public static final BWEnum WHITE = new BWEnum("White");
    +
    +   // static nested enum class
    +   public static final class BWEnum extends Enum {
    +
    +     static {
    +       // explicitly reference BWEnum class to force constants to load
    +       Object obj = Outer.BLACK;
    +     }
    +
    +     // ... other methods omitted
    +   }
    + }
    + 
    + +

    Although the above solves the problem, it is not recommended. The best solution + is to define the constants in the enum class, and hold references in the outer class: + +

    + public final class Outer {
    +   public static final BWEnum BLACK = BWEnum.BLACK;
    +   public static final BWEnum WHITE = BWEnum.WHITE;
    +
    +   // static nested enum class
    +   public static final class BWEnum extends Enum {
    +     // only define constants in enum classes - private if desired
    +     private static final BWEnum BLACK = new BWEnum("Black");
    +     private static final BWEnum WHITE = new BWEnum("White");
    +
    +     // ... other methods omitted
    +   }
    + }
    + 
    + +

    For more details, see the 'Nested' test cases. + +

    Lang Enums and Java 5.0 Enums

    + +

    Enums were added to Java in Java 5.0. The main differences between Lang's + implementation and the new official JDK implementation are:

    +
      +
    • The standard Enum is a not just a superclass, but is a type baked into the + language.
    • +
    • The standard Enum does not support extension, so the standard methods that + are provided in the Lang enum are not available.
    • +
    • Lang mandates a String name, whereas the standard Enum uses the class + name as its name. getName() changes to name().
    • +
    + +

    Generally people should use the standard Enum. Migrating from the Lang + enum to the standard Enum is not as easy as it might be due to the lack of + class inheritence in standard Enums. This means that it's not possible + to provide a 'super-enum' which could provide the same utility methods + that the Lang enum does. The following utility class is a Java 5.0 + version of our EnumUtils class and provides those utility methods.

    + +
    + import java.util.*;
    +
    + public class EnumUtils {
    +
    +   public static Enum getEnum(Class enumClass, String token) {
    +     return Enum.valueOf(enumClass, token);
    +   }
    +
    +   public static Map getEnumMap(Class enumClass) {
    +     HashMap map = new HashMap();
    +     Iterator itr = EnumUtils.iterator(enumClass);
    +     while(itr.hasNext()) {
    +       Enum enm = (Enum) itr.next();
    +       map.put( enm.name(), enm );
    +     }
    +     return map;
    +   }
    +
    +   public static List getEnumList(Class enumClass) {
    +     return new ArrayList( EnumSet.allOf(enumClass) );
    +   }
    +
    +   public static Iterator iterator(Class enumClass) {
    +     return EnumUtils.getEnumList(enumClass).iterator();
    +   }
    + }
    + 
    +

    + +

    +

    +
    Since:
    +
    2.1 (class existed in enum package from v1.0)
    +
    Version:
    +
    $Id: Enum.java 637362 2008-03-15 06:09:41Z bayard $
    +
    Author:
    +
    Apache Avalon project, Stephen Colebourne, Chris Webb, Mike Bowler, Matthias Eichel
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + +
    +Field Summary
    +protected  java.lang.StringiToString + +
    +          The toString representation of the Enum.
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected Enum(java.lang.String name) + +
    +          Constructor to add a new named item to the enumeration.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + intcompareTo(java.lang.Object other) + +
    +          Tests for order.
    + booleanequals(java.lang.Object other) + +
    +          Tests for equality.
    +protected static EnumgetEnum(java.lang.Class enumClass, + java.lang.String name) + +
    +          Gets an Enum object by class and name.
    + java.lang.ClassgetEnumClass() + +
    +          Retrieves the Class of this Enum item, set in the constructor.
    +protected static java.util.ListgetEnumList(java.lang.Class enumClass) + +
    +          Gets the List of Enum objects using the + Enum class.
    +protected static java.util.MapgetEnumMap(java.lang.Class enumClass) + +
    +          Gets the Map of Enum objects by + name using the Enum class.
    + java.lang.StringgetName() + +
    +          Retrieve the name of this Enum item, set in the constructor.
    + inthashCode() + +
    +          Returns a suitable hashCode for the enumeration.
    +protected static java.util.Iteratoriterator(java.lang.Class enumClass) + +
    +          Gets an Iterator over the Enum objects in + an Enum class.
    +protected  java.lang.ObjectreadResolve() + +
    +          Handle the deserialization of the class to ensure that multiple + copies are not wastefully created, or illegal enum types created.
    + java.lang.StringtoString() + +
    +          Human readable description of this Enum item.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +iToString

    +
    +protected transient java.lang.String iToString
    +
    +
    The toString representation of the Enum. +

    +

    +
    Since:
    +
    2.0
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +Enum

    +
    +protected Enum(java.lang.String name)
    +
    +

    Constructor to add a new named item to the enumeration.

    +

    +

    Parameters:
    name - the name of the enum object, + must not be empty or null +
    Throws: +
    java.lang.IllegalArgumentException - if the name is null + or an empty string +
    java.lang.IllegalArgumentException - if the getEnumClass() method returns + a null or invalid Class
    + + + + + + + + +
    +Method Detail
    + +

    +readResolve

    +
    +protected java.lang.Object readResolve()
    +
    +

    Handle the deserialization of the class to ensure that multiple + copies are not wastefully created, or illegal enum types created.

    +

    +

    +
    +
    +
    + +
    Returns:
    the resolved object
    +
    +
    +
    + +

    +getEnum

    +
    +protected static Enum getEnum(java.lang.Class enumClass,
    +                              java.lang.String name)
    +
    +

    Gets an Enum object by class and name.

    +

    +

    +
    +
    +
    +
    Parameters:
    enumClass - the class of the Enum to get, must not + be null
    name - the name of the Enum to get, + may be null +
    Returns:
    the enum object, or null if the enum does not exist +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class + is null
    +
    +
    +
    + +

    +getEnumMap

    +
    +protected static java.util.Map getEnumMap(java.lang.Class enumClass)
    +
    +

    Gets the Map of Enum objects by + name using the Enum class.

    + +

    If the requested class has no enum objects an empty + Map is returned.

    +

    +

    +
    +
    +
    +
    Parameters:
    enumClass - the class of the Enum to get, + must not be null +
    Returns:
    the enum object Map +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null +
    java.lang.IllegalArgumentException - if the enum class is not a subclass of Enum
    +
    +
    +
    + +

    +getEnumList

    +
    +protected static java.util.List getEnumList(java.lang.Class enumClass)
    +
    +

    Gets the List of Enum objects using the + Enum class.

    + +

    The list is in the order that the objects were created (source code order). + If the requested class has no enum objects an empty List is + returned.

    +

    +

    +
    +
    +
    +
    Parameters:
    enumClass - the class of the Enum to get, + must not be null +
    Returns:
    the enum object Map +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null +
    java.lang.IllegalArgumentException - if the enum class is not a subclass of Enum
    +
    +
    +
    + +

    +iterator

    +
    +protected static java.util.Iterator iterator(java.lang.Class enumClass)
    +
    +

    Gets an Iterator over the Enum objects in + an Enum class.

    + +

    The Iterator is in the order that the objects were + created (source code order). If the requested class has no enum + objects an empty Iterator is returned.

    +

    +

    +
    +
    +
    +
    Parameters:
    enumClass - the class of the Enum to get, + must not be null +
    Returns:
    an iterator of the Enum objects +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null +
    java.lang.IllegalArgumentException - if the enum class is not a subclass of Enum
    +
    +
    +
    + +

    +getName

    +
    +public final java.lang.String getName()
    +
    +

    Retrieve the name of this Enum item, set in the constructor.

    +

    +

    +
    +
    +
    + +
    Returns:
    the String name of this Enum item
    +
    +
    +
    + +

    +getEnumClass

    +
    +public java.lang.Class getEnumClass()
    +
    +

    Retrieves the Class of this Enum item, set in the constructor.

    + +

    This is normally the same as getClass(), but for + advanced Enums may be different. If overridden, it must return a + constant value.

    +

    +

    +
    +
    +
    + +
    Returns:
    the Class of the enum
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +equals

    +
    +public final boolean equals(java.lang.Object other)
    +
    +

    Tests for equality.

    + +

    Two Enum objects are considered equal + if they have the same class names and the same names. + Identity is tested for first, so this method usually runs fast.

    + +

    If the parameter is in a different class loader than this instance, + reflection is used to compare the names.

    +

    +

    +
    +
    +
    +
    Parameters:
    other - the other object to compare for equality +
    Returns:
    true if the Enums are equal
    +
    +
    +
    + +

    +hashCode

    +
    +public final int hashCode()
    +
    +

    Returns a suitable hashCode for the enumeration.

    +

    +

    +
    +
    +
    + +
    Returns:
    a hashcode based on the name
    +
    +
    +
    + +

    +compareTo

    +
    +public int compareTo(java.lang.Object other)
    +
    +

    Tests for order.

    + +

    The default ordering is alphabetic by name, but this + can be overridden by subclasses.

    + +

    If the parameter is in a different class loader than this instance, + reflection is used to compare the names.

    +

    +

    +
    Specified by:
    compareTo in interface java.lang.Comparable
    +
    +
    +
    Parameters:
    other - the other object to compare to +
    Returns:
    -ve if this is less than the other object, +ve if greater + than, 0 of equal +
    Throws: +
    java.lang.ClassCastException - if other is not an Enum +
    java.lang.NullPointerException - if other is null
    See Also:
    Comparable.compareTo(Object)
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +

    Human readable description of this Enum item.

    +

    +

    +
    +
    +
    + +
    Returns:
    String in the form type[name], for example: + Color[Red]. Note that the package name is stripped from + the type name.
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/EnumUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/EnumUtils.html new file mode 100644 index 0000000..68367b7 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/EnumUtils.html @@ -0,0 +1,402 @@ + + + + + + + +EnumUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.enums +
    +Class EnumUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.enums.EnumUtils
    +
    +
    +
    +
    public class EnumUtils
    extends java.lang.Object
    + +

    +

    Utility class for accessing and manipulating Enums.

    +

    + +

    +

    +
    Since:
    +
    2.1 (class existed in enum package from v1.0)
    +
    Version:
    +
    $Id: EnumUtils.java 437554 2006-08-28 06:21:41Z bayard $
    +
    Author:
    +
    Stephen Colebourne, Gary Gregory
    +
    See Also:
    Enum, +ValuedEnum
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    EnumUtils() + +
    +          Public constructor.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static ValuedEnumgetEnum(java.lang.Class enumClass, + int value) + +
    +          Gets a ValuedEnum object by class and value.
    +static EnumgetEnum(java.lang.Class enumClass, + java.lang.String name) + +
    +          Gets an Enum object by class and name.
    +static java.util.ListgetEnumList(java.lang.Class enumClass) + +
    +          Gets the List of Enum objects using + the Enum class.
    +static java.util.MapgetEnumMap(java.lang.Class enumClass) + +
    +          Gets the Map of Enum objects by + name using the Enum class.
    +static java.util.Iteratoriterator(java.lang.Class enumClass) + +
    +          Gets an Iterator over the Enum objects + in an Enum class.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +EnumUtils

    +
    +public EnumUtils()
    +
    +
    Public constructor. This class should not normally be instantiated. +

    +

    Since:
    +
    2.0
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getEnum

    +
    +public static Enum getEnum(java.lang.Class enumClass,
    +                           java.lang.String name)
    +
    +

    Gets an Enum object by class and name.

    +

    +

    +
    Parameters:
    enumClass - the class of the Enum to get
    name - the name of the Enum to get, may be null +
    Returns:
    the enum object +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null
    +
    +
    +
    + +

    +getEnum

    +
    +public static ValuedEnum getEnum(java.lang.Class enumClass,
    +                                 int value)
    +
    +

    Gets a ValuedEnum object by class and value.

    +

    +

    +
    Parameters:
    enumClass - the class of the Enum to get
    value - the value of the Enum to get +
    Returns:
    the enum object, or null if the enum does not exist +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null
    +
    +
    +
    + +

    +getEnumMap

    +
    +public static java.util.Map getEnumMap(java.lang.Class enumClass)
    +
    +

    Gets the Map of Enum objects by + name using the Enum class.

    + +

    If the requested class has no enum objects an empty + Map is returned. The Map is unmodifiable.

    +

    +

    +
    Parameters:
    enumClass - the class of the Enum to get +
    Returns:
    the enum object Map +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null +
    java.lang.IllegalArgumentException - if the enum class is not a subclass + of Enum
    +
    +
    +
    + +

    +getEnumList

    +
    +public static java.util.List getEnumList(java.lang.Class enumClass)
    +
    +

    Gets the List of Enum objects using + the Enum class.

    + +

    The list is in the order that the objects were created + (source code order).

    + +

    If the requested class has no enum objects an empty + List is returned. The List is unmodifiable.

    +

    +

    +
    Parameters:
    enumClass - the class of the Enum to get +
    Returns:
    the enum object Map +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null +
    java.lang.IllegalArgumentException - if the enum class is not a subclass + of Enum
    +
    +
    +
    + +

    +iterator

    +
    +public static java.util.Iterator iterator(java.lang.Class enumClass)
    +
    +

    Gets an Iterator over the Enum objects + in an Enum class.

    + +

    The iterator is in the order that the objects were created + (source code order).

    + +

    If the requested class has no enum objects an empty + Iterator is returned. The Iterator + is unmodifiable.

    +

    +

    +
    Parameters:
    enumClass - the class of the Enum to get +
    Returns:
    an Iterator of the Enum objects +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null +
    java.lang.IllegalArgumentException - if the enum class is not a subclass of Enum
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/ValuedEnum.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/ValuedEnum.html new file mode 100644 index 0000000..e12d271 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/ValuedEnum.html @@ -0,0 +1,472 @@ + + + + + + + +ValuedEnum (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.enums +
    +Class ValuedEnum

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.enums.Enum
    +      extended byorg.apache.commons.lang.enums.ValuedEnum
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Comparable, java.io.Serializable
    +
    +
    +
    +
    public abstract class ValuedEnum
    extends Enum
    + +

    +

    Abstract superclass for type-safe enums with integer values suitable + for use in switch statements.

    + +

    NOTE:Due to the way in which Java ClassLoaders work, comparing + Enum objects should always be done using the equals() method, + not ==. The equals() method will try == first so + in most cases the effect is the same.

    + +

    To use this class, it must be subclassed. For example:

    + +
    + public final class JavaVersionEnum extends ValuedEnum {
    +   //standard enums for version of JVM
    +   public static final int  JAVA1_0_VALUE  = 100;
    +   public static final int  JAVA1_1_VALUE  = 110;
    +   public static final int  JAVA1_2_VALUE  = 120;
    +   public static final int  JAVA1_3_VALUE  = 130;
    +   public static final JavaVersionEnum  JAVA1_0  = new JavaVersionEnum( "Java 1.0", JAVA1_0_VALUE );
    +   public static final JavaVersionEnum  JAVA1_1  = new JavaVersionEnum( "Java 1.1", JAVA1_1_VALUE );
    +   public static final JavaVersionEnum  JAVA1_2  = new JavaVersionEnum( "Java 1.2", JAVA1_2_VALUE );
    +   public static final JavaVersionEnum  JAVA1_3  = new JavaVersionEnum( "Java 1.3", JAVA1_3_VALUE );
    +
    +   private JavaVersionEnum(String name, int value) {
    +     super( name, value );
    +   }
    +
    +   public static JavaVersionEnum getEnum(String javaVersion) {
    +     return (JavaVersionEnum) getEnum(JavaVersionEnum.class, javaVersion);
    +   }
    +
    +   public static JavaVersionEnum getEnum(int javaVersion) {
    +     return (JavaVersionEnum) getEnum(JavaVersionEnum.class, javaVersion);
    +   }
    +
    +   public static Map getEnumMap() {
    +     return getEnumMap(JavaVersionEnum.class);
    +   }
    +
    +   public static List getEnumList() {
    +     return getEnumList(JavaVersionEnum.class);
    +   }
    +
    +   public static Iterator iterator() {
    +     return iterator(JavaVersionEnum.class);
    +   }
    + }
    + 
    + +

    NOTE:These are declared final, so compilers may + inline the code. Ensure you recompile everything when using final.

    + +

    The above class could then be used as follows:

    + +
    + public void doSomething(JavaVersionEnum ver) {
    +   switch (ver.getValue()) {
    +     case JAVA1_0_VALUE:
    +       // ...
    +       break;
    +     case JAVA1_1_VALUE:
    +       // ...
    +       break;
    +     //...
    +   }
    + }
    + 
    + +

    As shown, each enum has a name and a value. These can be accessed using + getName and getValue.

    + +

    NOTE: Because the switch is ultimately sitting on top of an + int, the example above is not type-safe. That is, there is nothing that + checks that JAVA1_0_VALUE is a legal constant for JavaVersionEnum.

    + +

    The getEnum and iterator methods are recommended. + Unfortunately, Java restrictions require these to be coded as shown in each subclass. + An alternative choice is to use the EnumUtils class.

    +

    + +

    +

    +
    Since:
    +
    2.1 (class existed in enum package from v1.0)
    +
    Version:
    +
    $Id: ValuedEnum.java 466275 2006-10-20 22:02:34Z bayard $
    +
    Author:
    +
    Apache Avalon project, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + +
    +Field Summary
    + + + + + + + +
    Fields inherited from class org.apache.commons.lang.enums.Enum
    iToString
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected ValuedEnum(java.lang.String name, + int value) + +
    +          Constructor for enum item.
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + intcompareTo(java.lang.Object other) + +
    +          Tests for order.
    +protected static EnumgetEnum(java.lang.Class enumClass, + int value) + +
    +          Gets an Enum object by class and value.
    + intgetValue() + +
    +          Get value of enum item.
    + java.lang.StringtoString() + +
    +          Human readable description of this Enum item.
    + + + + + + + +
    Methods inherited from class org.apache.commons.lang.enums.Enum
    equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +ValuedEnum

    +
    +protected ValuedEnum(java.lang.String name,
    +                     int value)
    +
    +
    Constructor for enum item. +

    +

    Parameters:
    name - the name of enum item
    value - the value of enum item
    + + + + + + + + +
    +Method Detail
    + +

    +getEnum

    +
    +protected static Enum getEnum(java.lang.Class enumClass,
    +                              int value)
    +
    +

    Gets an Enum object by class and value.

    + +

    This method loops through the list of Enum, + thus if there are many Enums this will be + slow.

    +

    +

    +
    Parameters:
    enumClass - the class of the Enum to get
    value - the value of the Enum to get +
    Returns:
    the enum object, or null if the enum does not exist +
    Throws: +
    java.lang.IllegalArgumentException - if the enum class is null
    +
    +
    +
    + +

    +getValue

    +
    +public final int getValue()
    +
    +

    Get value of enum item.

    +

    +

    + +
    Returns:
    the enum item's value.
    +
    +
    +
    + +

    +compareTo

    +
    +public int compareTo(java.lang.Object other)
    +
    +

    Tests for order.

    + +

    The default ordering is numeric by value, but this + can be overridden by subclasses.

    + +

    NOTE: From v2.2 the enums must be of the same type. + If the parameter is in a different class loader than this instance, + reflection is used to compare the values.

    +

    +

    +
    Specified by:
    compareTo in interface java.lang.Comparable
    Overrides:
    compareTo in class Enum
    +
    +
    +
    Parameters:
    other - the other object to compare to +
    Returns:
    -ve if this is less than the other object, +ve if greater than, + 0 of equal +
    Throws: +
    java.lang.ClassCastException - if other is not an Enum +
    java.lang.NullPointerException - if other is null
    See Also:
    Comparable.compareTo(Object)
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +

    Human readable description of this Enum item.

    +

    +

    +
    Overrides:
    toString in class Enum
    +
    +
    + +
    Returns:
    String in the form type[name=value], for example: + JavaVersion[Java 1.0=100]. Note that the package name is + stripped from the type name.
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/class-use/Enum.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/class-use/Enum.html new file mode 100644 index 0000000..ebb8077 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/class-use/Enum.html @@ -0,0 +1,210 @@ + + + + + + + +Uses of Class org.apache.commons.lang.enums.Enum (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.enums.Enum

    +
    + + + + + + + + + +
    +Packages that use Enum
    org.apache.commons.lang.enums +Provides an implementation of the C style enum in the Java world. 
    +  +

    + + + + + +
    +Uses of Enum in org.apache.commons.lang.enums
    +  +

    + + + + + + + + + +
    Subclasses of Enum in org.apache.commons.lang.enums
    + classValuedEnum + +
    +          Abstract superclass for type-safe enums with integer values suitable + for use in switch statements.
    +  +

    + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.enums that return Enum
    +protected static EnumValuedEnum.getEnum(java.lang.Class enumClass, + int value) + +
    +          Gets an Enum object by class and value.
    +static EnumEnumUtils.getEnum(java.lang.Class enumClass, + java.lang.String name) + +
    +          Gets an Enum object by class and name.
    +protected static EnumEnum.getEnum(java.lang.Class enumClass, + java.lang.String name) + +
    +          Gets an Enum object by class and name.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/class-use/EnumUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/class-use/EnumUtils.html new file mode 100644 index 0000000..01ae16c --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/class-use/EnumUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.enums.EnumUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.enums.EnumUtils

    +
    +No usage of org.apache.commons.lang.enums.EnumUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/class-use/ValuedEnum.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/class-use/ValuedEnum.html new file mode 100644 index 0000000..ff3393b --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/class-use/ValuedEnum.html @@ -0,0 +1,175 @@ + + + + + + + +Uses of Class org.apache.commons.lang.enums.ValuedEnum (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.enums.ValuedEnum

    +
    + + + + + + + + + +
    +Packages that use ValuedEnum
    org.apache.commons.lang.enums +Provides an implementation of the C style enum in the Java world. 
    +  +

    + + + + + +
    +Uses of ValuedEnum in org.apache.commons.lang.enums
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.lang.enums that return ValuedEnum
    +static ValuedEnumEnumUtils.getEnum(java.lang.Class enumClass, + int value) + +
    +          Gets a ValuedEnum object by class and value.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/package-frame.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/package-frame.html new file mode 100644 index 0000000..c8bc363 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/package-frame.html @@ -0,0 +1,37 @@ + + + + + + + +org.apache.commons.lang.enums (Commons Lang 2.4 API) + + + + + + + + + + + +org.apache.commons.lang.enums + + + + +
    +Classes  + +
    +Enum +
    +EnumUtils +
    +ValuedEnum
    + + + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/package-summary.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/package-summary.html new file mode 100644 index 0000000..bbe8259 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/package-summary.html @@ -0,0 +1,210 @@ + + + + + + + +org.apache.commons.lang.enums (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package org.apache.commons.lang.enums +

    + +Provides an implementation of the C style enum in the Java world. +

    +See: +
    +          Description +

    + + + + + + + + + + + + + + + + + +
    +Class Summary
    EnumAbstract superclass for type-safe enums.
    EnumUtilsUtility class for accessing and manipulating Enums.
    ValuedEnumAbstract superclass for type-safe enums with integer values suitable + for use in switch statements.
    +  + +

    +

    +Package org.apache.commons.lang.enums Description +

    + +

    +

    +Provides an implementation of the C style enum in the Java world. +

    +

    +The classic example being an RGB color enumeration. +

    +
    +public final class ColorEnum extends Enum {
    +    public static final ColorEnum RED = new ColorEnum("Red");
    +    public static final ColorEnum GREEN = new ColorEnum("Green");
    +    public static final ColorEnum BLUE = new ColorEnum("Blue");
    +
    +    private ColorEnum(String color) {
    +        super(color);
    +    }
    +
    +    public static ColorEnum getEnum(String color) {
    +        return (ColorEnum) getEnum(ColorEnum.class, color);
    +    }
    +
    +    public static Map getEnumMap() {
    +        return getEnumMap(ColorEnum.class);
    +    }
    +
    +    public static List getEnumList() {
    +        return getEnumList(ColorEnum.class);
    +    }
    +
    +    public static Iterator iterator() {
    +        return iterator(ColorEnum.class);
    +    }
    +}
    +
    +

    + +

    +

    +
    Since:
    +
    2.1
    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/package-tree.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/package-tree.html new file mode 100644 index 0000000..ff45666 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/package-tree.html @@ -0,0 +1,149 @@ + + + + + + + +org.apache.commons.lang.enums Class Hierarchy (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.lang.enums +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    +
      +
    • class java.lang.Object
        +
      • class org.apache.commons.lang.enums.Enum (implements java.lang.Comparable, java.io.Serializable) + +
      • class org.apache.commons.lang.enums.EnumUtils
      +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/package-use.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/package-use.html new file mode 100644 index 0000000..fdf4d93 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/enums/package-use.html @@ -0,0 +1,171 @@ + + + + + + + +Uses of Package org.apache.commons.lang.enums (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.lang.enums

    +
    + + + + + + + + + +
    +Packages that use org.apache.commons.lang.enums
    org.apache.commons.lang.enums +Provides an implementation of the C style enum in the Java world. 
    +  +

    + + + + + + + + + + + +
    +Classes in org.apache.commons.lang.enums used by org.apache.commons.lang.enums
    Enum + +
    +          Abstract superclass for type-safe enums.
    ValuedEnum + +
    +          Abstract superclass for type-safe enums with integer values suitable + for use in switch statements.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/ExceptionUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/ExceptionUtils.html new file mode 100644 index 0000000..ddc6166 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/ExceptionUtils.html @@ -0,0 +1,1110 @@ + + + + + + + +ExceptionUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.exception +
    +Class ExceptionUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.exception.ExceptionUtils
    +
    +
    +
    +
    public class ExceptionUtils
    extends java.lang.Object
    + +

    +

    Provides utilities for manipulating and examining + Throwable objects.

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: ExceptionUtils.java 594278 2007-11-12 19:58:30Z bayard $
    +
    Author:
    +
    Daniel L. Rall, Dmitri Plotnikov, Stephen Colebourne, Gary Gregory, Pete Gieser
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    ExceptionUtils() + +
    +           + Public constructor allows an instance of ExceptionUtils to be created, although that is not + normally necessary.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static voidaddCauseMethodName(java.lang.String methodName) + +
    +          Adds to the list of method names used in the search for Throwable + objects.
    +static java.lang.ThrowablegetCause(java.lang.Throwable throwable) + +
    +          Introspects the Throwable to obtain the cause.
    +static java.lang.ThrowablegetCause(java.lang.Throwable throwable, + java.lang.String[] methodNames) + +
    +          Introspects the Throwable to obtain the cause.
    +static java.lang.StringgetFullStackTrace(java.lang.Throwable throwable) + +
    +          A way to get the entire nested stack-trace of an throwable.
    +static java.lang.StringgetMessage(java.lang.Throwable th) + +
    +          Gets a short message summarising the exception.
    +static java.lang.ThrowablegetRootCause(java.lang.Throwable throwable) + +
    +          Introspects the Throwable to obtain the root cause.
    +static java.lang.StringgetRootCauseMessage(java.lang.Throwable th) + +
    +          Gets a short message summarising the root cause exception.
    +static java.lang.String[]getRootCauseStackTrace(java.lang.Throwable throwable) + +
    +          Creates a compact stack trace for the root cause of the supplied + Throwable.
    +static java.lang.String[]getStackFrames(java.lang.Throwable throwable) + +
    +          Captures the stack trace associated with the specified + Throwable object, decomposing it into a list of + stack frames.
    +static java.lang.StringgetStackTrace(java.lang.Throwable throwable) + +
    +          Gets the stack trace from a Throwable as a String.
    +static intgetThrowableCount(java.lang.Throwable throwable) + +
    +          Counts the number of Throwable objects in the + exception chain.
    +static java.util.ListgetThrowableList(java.lang.Throwable throwable) + +
    +          Returns the list of Throwable objects in the + exception chain.
    +static java.lang.Throwable[]getThrowables(java.lang.Throwable throwable) + +
    +          Returns the list of Throwable objects in the + exception chain.
    +static intindexOfThrowable(java.lang.Throwable throwable, + java.lang.Class clazz) + +
    +          Returns the (zero based) index of the first Throwable + that matches the specified class (exactly) in the exception chain.
    +static intindexOfThrowable(java.lang.Throwable throwable, + java.lang.Class clazz, + int fromIndex) + +
    +          Returns the (zero based) index of the first Throwable + that matches the specified type in the exception chain from + a specified index.
    +static intindexOfType(java.lang.Throwable throwable, + java.lang.Class type) + +
    +          Returns the (zero based) index of the first Throwable + that matches the specified class or subclass in the exception chain.
    +static intindexOfType(java.lang.Throwable throwable, + java.lang.Class type, + int fromIndex) + +
    +          Returns the (zero based) index of the first Throwable + that matches the specified type in the exception chain from + a specified index.
    +static booleanisCauseMethodName(java.lang.String methodName) + +
    +          Tests if the list of method names used in the search for Throwable + objects include the given name.
    +static booleanisNestedThrowable(java.lang.Throwable throwable) + +
    +          Checks whether this Throwable class can store a cause.
    +static booleanisThrowableNested() + +
    +          Checks if the Throwable class has a getCause method.
    +static voidprintRootCauseStackTrace(java.lang.Throwable throwable) + +
    +          Prints a compact stack trace for the root cause of a throwable + to System.err.
    +static voidprintRootCauseStackTrace(java.lang.Throwable throwable, + java.io.PrintStream stream) + +
    +          Prints a compact stack trace for the root cause of a throwable.
    +static voidprintRootCauseStackTrace(java.lang.Throwable throwable, + java.io.PrintWriter writer) + +
    +          Prints a compact stack trace for the root cause of a throwable.
    +static voidremoveCauseMethodName(java.lang.String methodName) + +
    +          Removes from the list of method names used in the search for Throwable + objects.
    +static voidremoveCommonFrames(java.util.List causeFrames, + java.util.List wrapperFrames) + +
    +          Removes common frames from the cause trace given the two stack traces.
    +static booleansetCause(java.lang.Throwable target, + java.lang.Throwable cause) + +
    +          Sets the cause of a Throwable using introspection, allowing + source code compatibility between pre-1.4 and post-1.4 Java releases.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +ExceptionUtils

    +
    +public ExceptionUtils()
    +
    +

    + Public constructor allows an instance of ExceptionUtils to be created, although that is not + normally necessary. +

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +addCauseMethodName

    +
    +public static void addCauseMethodName(java.lang.String methodName)
    +
    +

    Adds to the list of method names used in the search for Throwable + objects.

    +

    +

    +
    Parameters:
    methodName - the methodName to add to the list, null + and empty strings are ignored
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +removeCauseMethodName

    +
    +public static void removeCauseMethodName(java.lang.String methodName)
    +
    +

    Removes from the list of method names used in the search for Throwable + objects.

    +

    +

    +
    Parameters:
    methodName - the methodName to remove from the list, null + and empty strings are ignored
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +setCause

    +
    +public static boolean setCause(java.lang.Throwable target,
    +                               java.lang.Throwable cause)
    +
    +

    Sets the cause of a Throwable using introspection, allowing + source code compatibility between pre-1.4 and post-1.4 Java releases.

    + +

    The typical use of this method is inside a constructor as in + the following example:

    + +
    + import org.apache.commons.lang.exception.ExceptionUtils;
    +
    + public class MyException extends Exception {
    +
    +    public MyException(String msg) {
    +       super(msg);
    +    }
    +
    +    public MyException(String msg, Throwable cause) {
    +       super(msg);
    +       ExceptionUtils.setCause(this, cause);
    +    }
    + }
    + 
    +

    +

    +
    Parameters:
    target - the target Throwable
    cause - the Throwable to set in the target +
    Returns:
    a true if the target has been modified
    Since:
    +
    2.2
    +
    +
    +
    +
    + +

    +isCauseMethodName

    +
    +public static boolean isCauseMethodName(java.lang.String methodName)
    +
    +

    Tests if the list of method names used in the search for Throwable + objects include the given name.

    +

    +

    +
    Parameters:
    methodName - the methodName to search in the list. +
    Returns:
    if the list of method names used in the search for Throwable + objects include the given name.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +getCause

    +
    +public static java.lang.Throwable getCause(java.lang.Throwable throwable)
    +
    +

    Introspects the Throwable to obtain the cause.

    + +

    The method searches for methods with specific names that return a + Throwable object. This will pick up most wrapping exceptions, + including those from JDK 1.4, and + NestableException. + The method names can be added to using addCauseMethodName(String).

    + +

    The default list searched for are:

    +
      +
    • getCause()
    • +
    • getNextException()
    • +
    • getTargetException()
    • +
    • getException()
    • +
    • getSourceException()
    • +
    • getRootCause()
    • +
    • getCausedByException()
    • +
    • getNested()
    • +
    + +

    In the absence of any such method, the object is inspected for a + detail field assignable to a Throwable.

    + +

    If none of the above is found, returns null.

    +

    +

    +
    Parameters:
    throwable - the throwable to introspect for a cause, may be null +
    Returns:
    the cause of the Throwable, + null if none found or null throwable input
    Since:
    +
    1.0
    +
    +
    +
    +
    + +

    +getCause

    +
    +public static java.lang.Throwable getCause(java.lang.Throwable throwable,
    +                                           java.lang.String[] methodNames)
    +
    +

    Introspects the Throwable to obtain the cause.

    + +
      +
    1. Try known exception types.
    2. +
    3. Try the supplied array of method names.
    4. +
    5. Try the field 'detail'.
    6. +
    + +

    A null set of method names means use the default set. + A null in the set of method names will be ignored.

    +

    +

    +
    Parameters:
    throwable - the throwable to introspect for a cause, may be null
    methodNames - the method names, null treated as default set +
    Returns:
    the cause of the Throwable, + null if none found or null throwable input
    Since:
    +
    1.0
    +
    +
    +
    +
    + +

    +getRootCause

    +
    +public static java.lang.Throwable getRootCause(java.lang.Throwable throwable)
    +
    +

    Introspects the Throwable to obtain the root cause.

    + +

    This method walks through the exception chain to the last element, + "root" of the tree, using getCause(Throwable), and + returns that exception.

    + +

    From version 2.2, this method handles recursive cause structures + that might otherwise cause infinite loops. If the throwable parameter + has a cause of itself, then null will be returned. If the throwable + parameter cause chain loops, the last element in the chain before the + loop is returned.

    +

    +

    +
    Parameters:
    throwable - the throwable to get the root cause for, may be null +
    Returns:
    the root cause of the Throwable, + null if none found or null throwable input
    +
    +
    +
    + +

    +isThrowableNested

    +
    +public static boolean isThrowableNested()
    +
    +

    Checks if the Throwable class has a getCause method.

    + +

    This is true for JDK 1.4 and above.

    +

    +

    + +
    Returns:
    true if Throwable is nestable
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +isNestedThrowable

    +
    +public static boolean isNestedThrowable(java.lang.Throwable throwable)
    +
    +

    Checks whether this Throwable class can store a cause.

    + +

    This method does not check whether it actually does store a cause.

    +

    +

    +
    Parameters:
    throwable - the Throwable to examine, may be null +
    Returns:
    boolean true if nested otherwise false
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +getThrowableCount

    +
    +public static int getThrowableCount(java.lang.Throwable throwable)
    +
    +

    Counts the number of Throwable objects in the + exception chain.

    + +

    A throwable without cause will return 1. + A throwable with one cause will return 2 and so on. + A null throwable will return 0.

    + +

    From version 2.2, this method handles recursive cause structures + that might otherwise cause infinite loops. The cause chain is + processed until the end is reached, or until the next item in the + chain is already in the result set.

    +

    +

    +
    Parameters:
    throwable - the throwable to inspect, may be null +
    Returns:
    the count of throwables, zero if null input
    +
    +
    +
    + +

    +getThrowables

    +
    +public static java.lang.Throwable[] getThrowables(java.lang.Throwable throwable)
    +
    +

    Returns the list of Throwable objects in the + exception chain.

    + +

    A throwable without cause will return an array containing + one element - the input throwable. + A throwable with one cause will return an array containing + two elements. - the input throwable and the cause throwable. + A null throwable will return an array of size zero.

    + +

    From version 2.2, this method handles recursive cause structures + that might otherwise cause infinite loops. The cause chain is + processed until the end is reached, or until the next item in the + chain is already in the result set.

    +

    +

    +
    Parameters:
    throwable - the throwable to inspect, may be null +
    Returns:
    the array of throwables, never null
    See Also:
    getThrowableList(Throwable)
    +
    +
    +
    + +

    +getThrowableList

    +
    +public static java.util.List getThrowableList(java.lang.Throwable throwable)
    +
    +

    Returns the list of Throwable objects in the + exception chain.

    + +

    A throwable without cause will return a list containing + one element - the input throwable. + A throwable with one cause will return a list containing + two elements. - the input throwable and the cause throwable. + A null throwable will return a list of size zero.

    + +

    This method handles recursive cause structures that might + otherwise cause infinite loops. The cause chain is processed until + the end is reached, or until the next item in the chain is already + in the result set.

    +

    +

    +
    Parameters:
    throwable - the throwable to inspect, may be null +
    Returns:
    the list of throwables, never null
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +indexOfThrowable

    +
    +public static int indexOfThrowable(java.lang.Throwable throwable,
    +                                   java.lang.Class clazz)
    +
    +

    Returns the (zero based) index of the first Throwable + that matches the specified class (exactly) in the exception chain. + Subclasses of the specified class do not match - see + indexOfType(Throwable, Class) for the opposite.

    + +

    A null throwable returns -1. + A null type returns -1. + No match in the chain returns -1.

    +

    +

    +
    Parameters:
    throwable - the throwable to inspect, may be null
    clazz - the class to search for, subclasses do not match, null returns -1 +
    Returns:
    the index into the throwable chain, -1 if no match or null input
    +
    +
    +
    + +

    +indexOfThrowable

    +
    +public static int indexOfThrowable(java.lang.Throwable throwable,
    +                                   java.lang.Class clazz,
    +                                   int fromIndex)
    +
    +

    Returns the (zero based) index of the first Throwable + that matches the specified type in the exception chain from + a specified index. + Subclasses of the specified class do not match - see + indexOfType(Throwable, Class, int) for the opposite.

    + +

    A null throwable returns -1. + A null type returns -1. + No match in the chain returns -1. + A negative start index is treated as zero. + A start index greater than the number of throwables returns -1.

    +

    +

    +
    Parameters:
    throwable - the throwable to inspect, may be null
    clazz - the class to search for, subclasses do not match, null returns -1
    fromIndex - the (zero based) index of the starting position, + negative treated as zero, larger than chain size returns -1 +
    Returns:
    the index into the throwable chain, -1 if no match or null input
    +
    +
    +
    + +

    +indexOfType

    +
    +public static int indexOfType(java.lang.Throwable throwable,
    +                              java.lang.Class type)
    +
    +

    Returns the (zero based) index of the first Throwable + that matches the specified class or subclass in the exception chain. + Subclasses of the specified class do match - see + indexOfThrowable(Throwable, Class) for the opposite.

    + +

    A null throwable returns -1. + A null type returns -1. + No match in the chain returns -1.

    +

    +

    +
    Parameters:
    throwable - the throwable to inspect, may be null
    type - the type to search for, subclasses match, null returns -1 +
    Returns:
    the index into the throwable chain, -1 if no match or null input
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +indexOfType

    +
    +public static int indexOfType(java.lang.Throwable throwable,
    +                              java.lang.Class type,
    +                              int fromIndex)
    +
    +

    Returns the (zero based) index of the first Throwable + that matches the specified type in the exception chain from + a specified index. + Subclasses of the specified class do match - see + indexOfThrowable(Throwable, Class) for the opposite.

    + +

    A null throwable returns -1. + A null type returns -1. + No match in the chain returns -1. + A negative start index is treated as zero. + A start index greater than the number of throwables returns -1.

    +

    +

    +
    Parameters:
    throwable - the throwable to inspect, may be null
    type - the type to search for, subclasses match, null returns -1
    fromIndex - the (zero based) index of the starting position, + negative treated as zero, larger than chain size returns -1 +
    Returns:
    the index into the throwable chain, -1 if no match or null input
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +printRootCauseStackTrace

    +
    +public static void printRootCauseStackTrace(java.lang.Throwable throwable)
    +
    +

    Prints a compact stack trace for the root cause of a throwable + to System.err.

    + +

    The compact stack trace starts with the root cause and prints + stack frames up to the place where it was caught and wrapped. + Then it prints the wrapped exception and continues with stack frames + until the wrapper exception is caught and wrapped again, etc.

    + +

    The output of this method is consistent across JDK versions. + Note that this is the opposite order to the JDK1.4 display.

    + +

    The method is equivalent to printStackTrace for throwables + that don't have nested causes.

    +

    +

    +
    Parameters:
    throwable - the throwable to output
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +printRootCauseStackTrace

    +
    +public static void printRootCauseStackTrace(java.lang.Throwable throwable,
    +                                            java.io.PrintStream stream)
    +
    +

    Prints a compact stack trace for the root cause of a throwable.

    + +

    The compact stack trace starts with the root cause and prints + stack frames up to the place where it was caught and wrapped. + Then it prints the wrapped exception and continues with stack frames + until the wrapper exception is caught and wrapped again, etc.

    + +

    The output of this method is consistent across JDK versions. + Note that this is the opposite order to the JDK1.4 display.

    + +

    The method is equivalent to printStackTrace for throwables + that don't have nested causes.

    +

    +

    +
    Parameters:
    throwable - the throwable to output, may be null
    stream - the stream to output to, may not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the stream is null
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +printRootCauseStackTrace

    +
    +public static void printRootCauseStackTrace(java.lang.Throwable throwable,
    +                                            java.io.PrintWriter writer)
    +
    +

    Prints a compact stack trace for the root cause of a throwable.

    + +

    The compact stack trace starts with the root cause and prints + stack frames up to the place where it was caught and wrapped. + Then it prints the wrapped exception and continues with stack frames + until the wrapper exception is caught and wrapped again, etc.

    + +

    The output of this method is consistent across JDK versions. + Note that this is the opposite order to the JDK1.4 display.

    + +

    The method is equivalent to printStackTrace for throwables + that don't have nested causes.

    +

    +

    +
    Parameters:
    throwable - the throwable to output, may be null
    writer - the writer to output to, may not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the writer is null
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +getRootCauseStackTrace

    +
    +public static java.lang.String[] getRootCauseStackTrace(java.lang.Throwable throwable)
    +
    +

    Creates a compact stack trace for the root cause of the supplied + Throwable.

    + +

    The output of this method is consistent across JDK versions. + It consists of the root exception followed by each of its wrapping + exceptions separated by '[wrapped]'. Note that this is the opposite + order to the JDK1.4 display.

    +

    +

    +
    Parameters:
    throwable - the throwable to examine, may be null +
    Returns:
    an array of stack trace frames, never null
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +removeCommonFrames

    +
    +public static void removeCommonFrames(java.util.List causeFrames,
    +                                      java.util.List wrapperFrames)
    +
    +

    Removes common frames from the cause trace given the two stack traces.

    +

    +

    +
    Parameters:
    causeFrames - stack trace of a cause throwable
    wrapperFrames - stack trace of a wrapper throwable +
    Throws: +
    java.lang.IllegalArgumentException - if either argument is null
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +getFullStackTrace

    +
    +public static java.lang.String getFullStackTrace(java.lang.Throwable throwable)
    +
    +

    A way to get the entire nested stack-trace of an throwable.

    + +

    The result of this method is highly dependent on the JDK version + and whether the exceptions override printStackTrace or not.

    +

    +

    +
    Parameters:
    throwable - the Throwable to be examined +
    Returns:
    the nested stack trace, with the root cause first
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +getStackTrace

    +
    +public static java.lang.String getStackTrace(java.lang.Throwable throwable)
    +
    +

    Gets the stack trace from a Throwable as a String.

    + +

    The result of this method vary by JDK version as this method + uses Throwable.printStackTrace(java.io.PrintWriter). + On JDK1.3 and earlier, the cause exception will not be shown + unless the specified throwable alters printStackTrace.

    +

    +

    +
    Parameters:
    throwable - the Throwable to be examined +
    Returns:
    the stack trace as generated by the exception's + printStackTrace(PrintWriter) method
    +
    +
    +
    + +

    +getStackFrames

    +
    +public static java.lang.String[] getStackFrames(java.lang.Throwable throwable)
    +
    +

    Captures the stack trace associated with the specified + Throwable object, decomposing it into a list of + stack frames.

    + +

    The result of this method vary by JDK version as this method + uses Throwable.printStackTrace(java.io.PrintWriter). + On JDK1.3 and earlier, the cause exception will not be shown + unless the specified throwable alters printStackTrace.

    +

    +

    +
    Parameters:
    throwable - the Throwable to examine, may be null +
    Returns:
    an array of strings describing each stack frame, never null
    +
    +
    +
    + +

    +getMessage

    +
    +public static java.lang.String getMessage(java.lang.Throwable th)
    +
    +
    Gets a short message summarising the exception. +

    + The message returned is of the form + {ClassNameWithoutPackage}: {ThrowableMessage} +

    +

    +
    Parameters:
    th - the throwable to get a message for, null returns empty string +
    Returns:
    the message, non-null
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +getRootCauseMessage

    +
    +public static java.lang.String getRootCauseMessage(java.lang.Throwable th)
    +
    +
    Gets a short message summarising the root cause exception. +

    + The message returned is of the form + {ClassNameWithoutPackage}: {ThrowableMessage} +

    +

    +
    Parameters:
    th - the throwable to get a message for, null returns empty string +
    Returns:
    the message, non-null
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/Nestable.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/Nestable.html new file mode 100644 index 0000000..d85eb3f --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/Nestable.html @@ -0,0 +1,544 @@ + + + + + + + +Nestable (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.exception +
    +Interface Nestable

    +
    +
    All Known Implementing Classes:
    NestableError, NestableException, NestableRuntimeException, NotImplementedException
    +
    +
    +
    +
    public interface Nestable
    + +

    +An interface to be implemented by Throwable + extensions which would like to be able to nest root exceptions + inside themselves. +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: Nestable.java 512889 2007-02-28 18:18:20Z dlr $
    +
    Author:
    +
    Daniel L. Rall, Kasper Nielsen, Steven Caswell, Pete Gieser
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.ThrowablegetCause() + +
    +          Returns the reference to the exception or error that caused the + exception implementing the Nestable to be thrown.
    + java.lang.StringgetMessage() + +
    +          Returns the error message of this and any nested + Throwable.
    + java.lang.StringgetMessage(int index) + +
    +          Returns the error message of the Throwable in the chain + of Throwables at the specified index, numbered from 0.
    + java.lang.String[]getMessages() + +
    +          Returns the error message of this and any nested Throwables + in an array of Strings, one element for each message.
    + java.lang.ThrowablegetThrowable(int index) + +
    +          Returns the Throwable in the chain of + Throwables at the specified index, numbered from 0.
    + intgetThrowableCount() + +
    +          Returns the number of nested Throwables represented by + this Nestable, including this Nestable.
    + java.lang.Throwable[]getThrowables() + +
    +          Returns this Nestable and any nested Throwables + in an array of Throwables, one element for each + Throwable.
    + intindexOfThrowable(java.lang.Class type) + +
    +          Returns the index, numbered from 0, of the first occurrence of the + specified type, or a subclass, in the chain of Throwables.
    + intindexOfThrowable(java.lang.Class type, + int fromIndex) + +
    +          Returns the index, numbered from 0, of the first Throwable + that matches the specified type, or a subclass, in the chain of Throwables + with an index greater than or equal to the specified index.
    + voidprintPartialStackTrace(java.io.PrintWriter out) + +
    +          Prints the stack trace for this exception only--root cause not + included--using the provided writer.
    + voidprintStackTrace(java.io.PrintStream out) + +
    +          Prints the stack trace of this exception to the specified print + stream.
    + voidprintStackTrace(java.io.PrintWriter out) + +
    +          Prints the stack trace of this exception to the specified print + writer.
    +  +

    + + + + + + + + + + + + + + +
    +Method Detail
    + +

    +getCause

    +
    +public java.lang.Throwable getCause()
    +
    +
    Returns the reference to the exception or error that caused the + exception implementing the Nestable to be thrown. +

    +

    + +
    Returns:
    throwable that caused the original exception
    +
    +
    +
    + +

    +getMessage

    +
    +public java.lang.String getMessage()
    +
    +
    Returns the error message of this and any nested + Throwable. +

    +

    + +
    Returns:
    the error message
    +
    +
    +
    + +

    +getMessage

    +
    +public java.lang.String getMessage(int index)
    +
    +
    Returns the error message of the Throwable in the chain + of Throwables at the specified index, numbered from 0. +

    +

    +
    Parameters:
    index - the index of the Throwable in the chain of + Throwables +
    Returns:
    the error message, or null if the Throwable at the + specified index in the chain does not contain a message +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index argument is + negative or not less than the count of Throwables in the + chain
    +
    +
    +
    + +

    +getMessages

    +
    +public java.lang.String[] getMessages()
    +
    +
    Returns the error message of this and any nested Throwables + in an array of Strings, one element for each message. Any + Throwable not containing a message is represented in the + array by a null. This has the effect of cause the length of the returned + array to be equal to the result of the getThrowableCount() + operation. +

    +

    + +
    Returns:
    the error messages
    +
    +
    +
    + +

    +getThrowable

    +
    +public java.lang.Throwable getThrowable(int index)
    +
    +
    Returns the Throwable in the chain of + Throwables at the specified index, numbered from 0. +

    +

    +
    Parameters:
    index - the index, numbered from 0, of the Throwable in + the chain of Throwables +
    Returns:
    the Throwable +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index argument is + negative or not less than the count of Throwables in the + chain
    +
    +
    +
    + +

    +getThrowableCount

    +
    +public int getThrowableCount()
    +
    +
    Returns the number of nested Throwables represented by + this Nestable, including this Nestable. +

    +

    + +
    Returns:
    the throwable count
    +
    +
    +
    + +

    +getThrowables

    +
    +public java.lang.Throwable[] getThrowables()
    +
    +
    Returns this Nestable and any nested Throwables + in an array of Throwables, one element for each + Throwable. +

    +

    + +
    Returns:
    the Throwables
    +
    +
    +
    + +

    +indexOfThrowable

    +
    +public int indexOfThrowable(java.lang.Class type)
    +
    +
    Returns the index, numbered from 0, of the first occurrence of the + specified type, or a subclass, in the chain of Throwables. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class) + (which is avaiable in all versions of lang). +

    +

    +
    Parameters:
    type - the type to find, subclasses match, null returns -1 +
    Returns:
    index of the first occurrence of the type in the chain, or -1 if + the type is not found
    +
    +
    +
    + +

    +indexOfThrowable

    +
    +public int indexOfThrowable(java.lang.Class type,
    +                            int fromIndex)
    +
    +
    Returns the index, numbered from 0, of the first Throwable + that matches the specified type, or a subclass, in the chain of Throwables + with an index greater than or equal to the specified index. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class, int) + (which is avaiable in all versions of lang). +

    +

    +
    Parameters:
    type - the type to find, subclasses match, null returns -1
    fromIndex - the index, numbered from 0, of the starting position in + the chain to be searched +
    Returns:
    index of the first occurrence of the type in the chain, or -1 if + the type is not found +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the fromIndex argument + is negative or not less than the count of Throwables in the + chain
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace(java.io.PrintWriter out)
    +
    +
    Prints the stack trace of this exception to the specified print + writer. Includes information from the exception, if any, + which caused this exception. +

    +

    +
    Parameters:
    out - PrintWriter to use for output.
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace(java.io.PrintStream out)
    +
    +
    Prints the stack trace of this exception to the specified print + stream. Includes information from the exception, if any, + which caused this exception. +

    +

    +
    Parameters:
    out - PrintStream to use for output.
    +
    +
    +
    + +

    +printPartialStackTrace

    +
    +public void printPartialStackTrace(java.io.PrintWriter out)
    +
    +
    Prints the stack trace for this exception only--root cause not + included--using the provided writer. Used by + NestableDelegate to write + individual stack traces to a buffer. The implementation of + this method should call + super.printStackTrace(out); in most cases. +

    +

    +
    Parameters:
    out - The writer to use.
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/NestableDelegate.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/NestableDelegate.html new file mode 100644 index 0000000..bb4b6ef --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/NestableDelegate.html @@ -0,0 +1,730 @@ + + + + + + + +NestableDelegate (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.exception +
    +Class NestableDelegate

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.exception.NestableDelegate
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    +
    public class NestableDelegate
    extends java.lang.Object
    implements java.io.Serializable
    + +

    +

    A shared implementation of the nestable exception functionality.

    +

    + The code is shared between + NestableError, + NestableException and + NestableRuntimeException. +

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: NestableDelegate.java 512889 2007-02-28 18:18:20Z dlr $
    +
    Author:
    +
    Rafal Krzewski, Daniel L. Rall, Kasper Nielsen, Steven Caswell, Sean C. Sullivan, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static booleanmatchSubclasses + +
    +          Whether to match subclasses via indexOf.
    +static booleantopDown + +
    +          Whether to print the stack trace top-down.
    +static booleantrimStackFrames + +
    +          Whether to trim the repeated stack trace.
    +  + + + + + + + + + + +
    +Constructor Summary
    NestableDelegate(Nestable nestable) + +
    +          Constructs a new NestableDelegate instance to manage the + specified Nestable.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.StringgetMessage(int index) + +
    +          Returns the error message of the Throwable in the chain of Throwables at the + specified index, numbered from 0.
    + java.lang.StringgetMessage(java.lang.String baseMsg) + +
    +          Returns the full message contained by the Nestable and any nested Throwables.
    + java.lang.String[]getMessages() + +
    +          Returns the error message of this and any nested Throwables in an array of Strings, one element + for each message.
    +protected  java.lang.String[]getStackFrames(java.lang.Throwable t) + +
    +          Captures the stack trace associated with the specified + Throwable object, decomposing it into a list of + stack frames.
    + java.lang.ThrowablegetThrowable(int index) + +
    +          Returns the Throwable in the chain of + Throwables at the specified index, numbered from 0.
    + intgetThrowableCount() + +
    +          Returns the number of Throwables contained in the + Nestable contained by this delegate.
    + java.lang.Throwable[]getThrowables() + +
    +          Returns this delegate's Nestable and any nested + Throwables in an array of Throwables, one + element for each Throwable.
    + intindexOfThrowable(java.lang.Class type, + int fromIndex) + +
    +          Returns the index, numbered from 0, of the first Throwable + that matches the specified type, or a subclass, in the chain of Throwables + with an index greater than or equal to the specified index.
    + voidprintStackTrace() + +
    +          Prints the stack trace of this exception the the standar error + stream.
    + voidprintStackTrace(java.io.PrintStream out) + +
    +          Prints the stack trace of this exception to the specified + stream.
    + voidprintStackTrace(java.io.PrintWriter out) + +
    +          Prints the stack trace of this exception to the specified + writer.
    +protected  voidtrimStackFrames(java.util.List stacks) + +
    +          Trims the stack frames.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +topDown

    +
    +public static boolean topDown
    +
    +
    Whether to print the stack trace top-down. + This public flag may be set by calling code, typically in initialisation. + This exists for backwards compatability, setting it to false will return + the library to v1.0 behaviour (but will affect all users of the library + in the classloader). +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +trimStackFrames

    +
    +public static boolean trimStackFrames
    +
    +
    Whether to trim the repeated stack trace. + This public flag may be set by calling code, typically in initialisation. + This exists for backwards compatability, setting it to false will return + the library to v1.0 behaviour (but will affect all users of the library + in the classloader). +

    +

    +
    Since:
    +
    2.0
    +
    +
    +
    + +

    +matchSubclasses

    +
    +public static boolean matchSubclasses
    +
    +
    Whether to match subclasses via indexOf. + This public flag may be set by calling code, typically in initialisation. + This exists for backwards compatability, setting it to false will return + the library to v2.0 behaviour (but will affect all users of the library + in the classloader). +

    +

    +
    Since:
    +
    2.1
    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +NestableDelegate

    +
    +public NestableDelegate(Nestable nestable)
    +
    +
    Constructs a new NestableDelegate instance to manage the + specified Nestable. +

    +

    Parameters:
    nestable - the Nestable implementation (must extend + Throwable)
    Since:
    +
    2.0
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getMessage

    +
    +public java.lang.String getMessage(int index)
    +
    +
    Returns the error message of the Throwable in the chain of Throwables at the + specified index, numbered from 0. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index of the Throwable in the chain of Throwables +
    Returns:
    the error message, or null if the Throwable at the specified index in the chain does not + contain a message +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index argument is negative or not less than the count of Throwables + in the chain
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +getMessage

    +
    +public java.lang.String getMessage(java.lang.String baseMsg)
    +
    +
    Returns the full message contained by the Nestable and any nested Throwables. +

    +

    +
    +
    +
    +
    Parameters:
    baseMsg - the base message to use when creating the full message. Should be generally be called via + nestableHelper.getMessage(super.getMessage()), where super is an + instance of Throwable. +
    Returns:
    The concatenated message for this and all nested Throwables
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +getMessages

    +
    +public java.lang.String[] getMessages()
    +
    +
    Returns the error message of this and any nested Throwables in an array of Strings, one element + for each message. Any Throwable not containing a message is represented in the array by a null. + This has the effect of cause the length of the returned array to be equal to the result of the + getThrowableCount() operation. +

    +

    +
    +
    +
    + +
    Returns:
    the error messages
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +getThrowable

    +
    +public java.lang.Throwable getThrowable(int index)
    +
    +
    Returns the Throwable in the chain of + Throwables at the specified index, numbered from 0. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index, numbered from 0, of the Throwable in + the chain of Throwables +
    Returns:
    the Throwable +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index argument is + negative or not less than the count of Throwables in the + chain
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +getThrowableCount

    +
    +public int getThrowableCount()
    +
    +
    Returns the number of Throwables contained in the + Nestable contained by this delegate. +

    +

    +
    +
    +
    + +
    Returns:
    the throwable count
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +getThrowables

    +
    +public java.lang.Throwable[] getThrowables()
    +
    +
    Returns this delegate's Nestable and any nested + Throwables in an array of Throwables, one + element for each Throwable. +

    +

    +
    +
    +
    + +
    Returns:
    the Throwables
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +indexOfThrowable

    +
    +public int indexOfThrowable(java.lang.Class type,
    +                            int fromIndex)
    +
    +
    Returns the index, numbered from 0, of the first Throwable + that matches the specified type, or a subclass, in the chain of Throwables + with an index greater than or equal to the specified index. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class, int) + (which is avaiable in all versions of lang). + An alternative is to use the public static flag matchSubclasses + on NestableDelegate, however this is not recommended. +

    +

    +
    +
    +
    +
    Parameters:
    type - the type to find, subclasses match, null returns -1
    fromIndex - the index, numbered from 0, of the starting position in + the chain to be searched +
    Returns:
    index of the first occurrence of the type in the chain, or -1 if + the type is not found +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the fromIndex argument + is negative or not less than the count of Throwables in the + chain
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace()
    +
    +
    Prints the stack trace of this exception the the standar error + stream. +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace(java.io.PrintStream out)
    +
    +
    Prints the stack trace of this exception to the specified + stream. +

    +

    +
    +
    +
    +
    Parameters:
    out - PrintStream to use for output.
    See Also:
    printStackTrace(PrintWriter)
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace(java.io.PrintWriter out)
    +
    +
    Prints the stack trace of this exception to the specified + writer. If the Throwable class has a getCause + method (i.e. running on jre1.4 or higher), this method just + uses Throwable's printStackTrace() method. Otherwise, generates + the stack-trace, by taking into account the 'topDown' and + 'trimStackFrames' parameters. The topDown and trimStackFrames + are set to 'true' by default (produces jre1.4-like stack trace). +

    +

    +
    +
    +
    +
    Parameters:
    out - PrintWriter to use for output.
    +
    +
    +
    + +

    +getStackFrames

    +
    +protected java.lang.String[] getStackFrames(java.lang.Throwable t)
    +
    +
    Captures the stack trace associated with the specified + Throwable object, decomposing it into a list of + stack frames. +

    +

    +
    +
    +
    +
    Parameters:
    t - The Throwable. +
    Returns:
    An array of strings describing each stack frame.
    Since:
    +
    2.0
    +
    +
    +
    +
    + +

    +trimStackFrames

    +
    +protected void trimStackFrames(java.util.List stacks)
    +
    +
    Trims the stack frames. The first set is left untouched. The rest + of the frames are truncated from the bottom by comparing with + one just on top. +

    +

    +
    +
    +
    +
    Parameters:
    stacks - The list containing String[] elements
    Since:
    +
    2.0
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/NestableError.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/NestableError.html new file mode 100644 index 0000000..470fc28 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/NestableError.html @@ -0,0 +1,752 @@ + + + + + + + +NestableError (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.exception +
    +Class NestableError

    +
    +java.lang.Object
    +  extended byjava.lang.Throwable
    +      extended byjava.lang.Error
    +          extended byorg.apache.commons.lang.exception.NestableError
    +
    +
    +
    All Implemented Interfaces:
    Nestable, java.io.Serializable
    +
    +
    +
    +
    public class NestableError
    extends java.lang.Error
    implements Nestable
    + +

    +The base class of all errors which can contain other exceptions. +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: NestableError.java 512889 2007-02-28 18:18:20Z dlr $
    +
    Author:
    +
    Daniel L. Rall
    +
    See Also:
    NestableException, +Serialized Form
    +
    + +

    + + + + + + + + + + + + + + +
    +Field Summary
    +protected  NestableDelegatedelegate + +
    +          The helper instance which contains much of the code which we + delegate to.
    +  + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    NestableError() + +
    +          Constructs a new NestableError without specified + detail message.
    NestableError(java.lang.String msg) + +
    +          Constructs a new NestableError with specified + detail message.
    NestableError(java.lang.String msg, + java.lang.Throwable cause) + +
    +          Constructs a new NestableError with specified + detail message and nested Throwable.
    NestableError(java.lang.Throwable cause) + +
    +          Constructs a new NestableError with specified + nested Throwable.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.ThrowablegetCause() + +
    +          
    + java.lang.StringgetMessage() + +
    +          Returns the detail message string of this throwable.
    + java.lang.StringgetMessage(int index) + +
    +          Returns the error message of the Throwable in the chain + of Throwables at the specified index, numbered from 0.
    + java.lang.String[]getMessages() + +
    +          Returns the error message of this and any nested Throwables + in an array of Strings, one element for each message. Any + Throwable not containing a message is represented in the + array by a null. This has the effect of cause the length of the returned + array to be equal to the result of the Nestable.getThrowableCount() + operation.
    + java.lang.ThrowablegetThrowable(int index) + +
    +          Returns the Throwable in the chain of + Throwables at the specified index, numbered from 0.
    + intgetThrowableCount() + +
    +          Returns the number of nested Throwables represented by + this Nestable, including this Nestable.
    + java.lang.Throwable[]getThrowables() + +
    +          Returns this Nestable and any nested Throwables + in an array of Throwables, one element for each + Throwable.
    + intindexOfThrowable(java.lang.Class type) + +
    +          Returns the index, numbered from 0, of the first occurrence of the + specified type, or a subclass, in the chain of Throwables. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class) + (which is avaiable in all versions of lang).

    + intindexOfThrowable(java.lang.Class type, + int fromIndex) + +
    +          Returns the index, numbered from 0, of the first Throwable + that matches the specified type, or a subclass, in the chain of Throwables + with an index greater than or equal to the specified index. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class, int) + (which is avaiable in all versions of lang).

    + voidprintPartialStackTrace(java.io.PrintWriter out) + +
    +          Prints the stack trace for this exception only--root cause not + included--using the provided writer. Used by + NestableDelegate to write + individual stack traces to a buffer. The implementation of + this method should call + super.printStackTrace(out); in most cases.
    + voidprintStackTrace() + +
    +          
    + voidprintStackTrace(java.io.PrintStream out) + +
    +          
    + voidprintStackTrace(java.io.PrintWriter out) + +
    +          
    + + + + + + + +
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +delegate

    +
    +protected NestableDelegate delegate
    +
    +
    The helper instance which contains much of the code which we + delegate to. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +NestableError

    +
    +public NestableError()
    +
    +
    Constructs a new NestableError without specified + detail message. +

    +

    +
    + +

    +NestableError

    +
    +public NestableError(java.lang.String msg)
    +
    +
    Constructs a new NestableError with specified + detail message. +

    +

    Parameters:
    msg - The error message.
    +
    + +

    +NestableError

    +
    +public NestableError(java.lang.Throwable cause)
    +
    +
    Constructs a new NestableError with specified + nested Throwable. +

    +

    Parameters:
    cause - the exception or error that caused this exception to be + thrown
    +
    + +

    +NestableError

    +
    +public NestableError(java.lang.String msg,
    +                     java.lang.Throwable cause)
    +
    +
    Constructs a new NestableError with specified + detail message and nested Throwable. +

    +

    Parameters:
    msg - the error message
    cause - the exception or error that caused this exception to be + thrown
    + + + + + + + + +
    +Method Detail
    + +

    +getCause

    +
    +public java.lang.Throwable getCause()
    +
    +
    +

    +

    +
    Specified by:
    getCause in interface Nestable
    +
    +
    +
    +
    +
    +
    + +

    +getMessage

    +
    +public java.lang.String getMessage()
    +
    +
    Returns the detail message string of this throwable. If it was + created with a null message, returns the following: + (cause==null ? null : cause.toString()). +

    +

    +
    Specified by:
    getMessage in interface Nestable
    +
    +
    + +
    Returns:
    String message string of the throwable
    +
    +
    +
    + +

    +getMessage

    +
    +public java.lang.String getMessage(int index)
    +
    +
    Returns the error message of the Throwable in the chain + of Throwables at the specified index, numbered from 0. +

    +

    +
    Specified by:
    getMessage in interface Nestable
    +
    +
    +
    Parameters:
    index - the index of the Throwable in the chain of + Throwables +
    Returns:
    the error message, or null if the Throwable at the + specified index in the chain does not contain a message
    +
    +
    +
    + +

    +getMessages

    +
    +public java.lang.String[] getMessages()
    +
    +
    Returns the error message of this and any nested Throwables + in an array of Strings, one element for each message. Any + Throwable not containing a message is represented in the + array by a null. This has the effect of cause the length of the returned + array to be equal to the result of the Nestable.getThrowableCount() + operation. +

    +

    +
    Specified by:
    getMessages in interface Nestable
    +
    +
    + +
    Returns:
    the error messages
    +
    +
    +
    + +

    +getThrowable

    +
    +public java.lang.Throwable getThrowable(int index)
    +
    +
    Returns the Throwable in the chain of + Throwables at the specified index, numbered from 0. +

    +

    +
    Specified by:
    getThrowable in interface Nestable
    +
    +
    +
    Parameters:
    index - the index, numbered from 0, of the Throwable in + the chain of Throwables +
    Returns:
    the Throwable
    +
    +
    +
    + +

    +getThrowableCount

    +
    +public int getThrowableCount()
    +
    +
    Returns the number of nested Throwables represented by + this Nestable, including this Nestable. +

    +

    +
    Specified by:
    getThrowableCount in interface Nestable
    +
    +
    + +
    Returns:
    the throwable count
    +
    +
    +
    + +

    +getThrowables

    +
    +public java.lang.Throwable[] getThrowables()
    +
    +
    Returns this Nestable and any nested Throwables + in an array of Throwables, one element for each + Throwable. +

    +

    +
    Specified by:
    getThrowables in interface Nestable
    +
    +
    + +
    Returns:
    the Throwables
    +
    +
    +
    + +

    +indexOfThrowable

    +
    +public int indexOfThrowable(java.lang.Class type)
    +
    +
    Returns the index, numbered from 0, of the first occurrence of the + specified type, or a subclass, in the chain of Throwables. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class) + (which is avaiable in all versions of lang). +

    +

    +
    Specified by:
    indexOfThrowable in interface Nestable
    +
    +
    +
    Parameters:
    type - the type to find, subclasses match, null returns -1 +
    Returns:
    index of the first occurrence of the type in the chain, or -1 if + the type is not found
    +
    +
    +
    + +

    +indexOfThrowable

    +
    +public int indexOfThrowable(java.lang.Class type,
    +                            int fromIndex)
    +
    +
    Returns the index, numbered from 0, of the first Throwable + that matches the specified type, or a subclass, in the chain of Throwables + with an index greater than or equal to the specified index. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class, int) + (which is avaiable in all versions of lang). +

    +

    +
    Specified by:
    indexOfThrowable in interface Nestable
    +
    +
    +
    Parameters:
    type - the type to find, subclasses match, null returns -1
    fromIndex - the index, numbered from 0, of the starting position in + the chain to be searched +
    Returns:
    index of the first occurrence of the type in the chain, or -1 if + the type is not found
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace()
    +
    +
    +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace(java.io.PrintStream out)
    +
    +
    +

    +

    +
    Specified by:
    printStackTrace in interface Nestable
    +
    +
    +
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace(java.io.PrintWriter out)
    +
    +
    +

    +

    +
    Specified by:
    printStackTrace in interface Nestable
    +
    +
    +
    +
    +
    +
    + +

    +printPartialStackTrace

    +
    +public final void printPartialStackTrace(java.io.PrintWriter out)
    +
    +
    Prints the stack trace for this exception only--root cause not + included--using the provided writer. Used by + NestableDelegate to write + individual stack traces to a buffer. The implementation of + this method should call + super.printStackTrace(out); in most cases. +

    +

    +
    Specified by:
    printPartialStackTrace in interface Nestable
    +
    +
    +
    Parameters:
    out - The writer to use.
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/NestableException.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/NestableException.html new file mode 100644 index 0000000..91f6c09 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/NestableException.html @@ -0,0 +1,809 @@ + + + + + + + +NestableException (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.exception +
    +Class NestableException

    +
    +java.lang.Object
    +  extended byjava.lang.Throwable
    +      extended byjava.lang.Exception
    +          extended byorg.apache.commons.lang.exception.NestableException
    +
    +
    +
    All Implemented Interfaces:
    Nestable, java.io.Serializable
    +
    +
    +
    +
    public class NestableException
    extends java.lang.Exception
    implements Nestable
    + +

    +The base class of all exceptions which can contain other exceptions. + + It is intended to ease the debugging by carrying on the information + about the exception which was caught and provoked throwing the + current exception. Catching and rethrowing may occur multiple + times, and provided that all exceptions except the first one + are descendants of NestedException, when the + exception is finally printed out using any of the + printStackTrace() methods, the stack trace will contain + the information about all exceptions thrown and caught on + the way. +

    Running the following program +

    +  1 import org.apache.commons.lang.exception.NestableException;
    +  2
    +  3 public class Test {
    +  4     public static void main( String[] args ) {
    +  5         try {
    +  6             a();
    +  7         } catch(Exception e) {
    +  8             e.printStackTrace();
    +  9         }
    + 10      }
    + 11
    + 12      public static void a() throws Exception {
    + 13          try {
    + 14              b();
    + 15          } catch(Exception e) {
    + 16              throw new NestableException("foo", e);
    + 17          }
    + 18      }
    + 19
    + 20      public static void b() throws Exception {
    + 21          try {
    + 22              c();
    + 23          } catch(Exception e) {
    + 24              throw new NestableException("bar", e);
    + 25          }
    + 26      }
    + 27
    + 28      public static void c() throws Exception {
    + 29          throw new Exception("baz");
    + 30      }
    + 31 }
    + 
    +

    Yields the following stack trace: +

    + org.apache.commons.lang.exception.NestableException: foo
    +         at Test.a(Test.java:16)
    +         at Test.main(Test.java:6)
    + Caused by: org.apache.commons.lang.exception.NestableException: bar
    +         at Test.b(Test.java:24)
    +         at Test.a(Test.java:14)
    +         ... 1 more
    + Caused by: java.lang.Exception: baz
    +         at Test.c(Test.java:29)
    +         at Test.b(Test.java:22)
    +         ... 2 more
    + 

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: NestableException.java 512889 2007-02-28 18:18:20Z dlr $
    +
    Author:
    +
    Rafal Krzewski, Daniel L. Rall, Kasper Nielsen, Steven Caswell
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + +
    +Field Summary
    +protected  NestableDelegatedelegate + +
    +          The helper instance which contains much of the code which we + delegate to.
    +  + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    NestableException() + +
    +          Constructs a new NestableException without specified + detail message.
    NestableException(java.lang.String msg) + +
    +          Constructs a new NestableException with specified + detail message.
    NestableException(java.lang.String msg, + java.lang.Throwable cause) + +
    +          Constructs a new NestableException with specified + detail message and nested Throwable.
    NestableException(java.lang.Throwable cause) + +
    +          Constructs a new NestableException with specified + nested Throwable.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.ThrowablegetCause() + +
    +          
    + java.lang.StringgetMessage() + +
    +          Returns the detail message string of this throwable.
    + java.lang.StringgetMessage(int index) + +
    +          Returns the error message of the Throwable in the chain + of Throwables at the specified index, numbered from 0.
    + java.lang.String[]getMessages() + +
    +          Returns the error message of this and any nested Throwables + in an array of Strings, one element for each message. Any + Throwable not containing a message is represented in the + array by a null. This has the effect of cause the length of the returned + array to be equal to the result of the Nestable.getThrowableCount() + operation.
    + java.lang.ThrowablegetThrowable(int index) + +
    +          Returns the Throwable in the chain of + Throwables at the specified index, numbered from 0.
    + intgetThrowableCount() + +
    +          Returns the number of nested Throwables represented by + this Nestable, including this Nestable.
    + java.lang.Throwable[]getThrowables() + +
    +          Returns this Nestable and any nested Throwables + in an array of Throwables, one element for each + Throwable.
    + intindexOfThrowable(java.lang.Class type) + +
    +          Returns the index, numbered from 0, of the first occurrence of the + specified type, or a subclass, in the chain of Throwables. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class) + (which is avaiable in all versions of lang).

    + intindexOfThrowable(java.lang.Class type, + int fromIndex) + +
    +          Returns the index, numbered from 0, of the first Throwable + that matches the specified type, or a subclass, in the chain of Throwables + with an index greater than or equal to the specified index. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class, int) + (which is avaiable in all versions of lang).

    + voidprintPartialStackTrace(java.io.PrintWriter out) + +
    +          Prints the stack trace for this exception only--root cause not + included--using the provided writer. Used by + NestableDelegate to write + individual stack traces to a buffer. The implementation of + this method should call + super.printStackTrace(out); in most cases.
    + voidprintStackTrace() + +
    +          
    + voidprintStackTrace(java.io.PrintStream out) + +
    +          
    + voidprintStackTrace(java.io.PrintWriter out) + +
    +          
    + + + + + + + +
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +delegate

    +
    +protected NestableDelegate delegate
    +
    +
    The helper instance which contains much of the code which we + delegate to. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +NestableException

    +
    +public NestableException()
    +
    +
    Constructs a new NestableException without specified + detail message. +

    +

    +
    + +

    +NestableException

    +
    +public NestableException(java.lang.String msg)
    +
    +
    Constructs a new NestableException with specified + detail message. +

    +

    Parameters:
    msg - The error message.
    +
    + +

    +NestableException

    +
    +public NestableException(java.lang.Throwable cause)
    +
    +
    Constructs a new NestableException with specified + nested Throwable. +

    +

    Parameters:
    cause - the exception or error that caused this exception to be + thrown
    +
    + +

    +NestableException

    +
    +public NestableException(java.lang.String msg,
    +                         java.lang.Throwable cause)
    +
    +
    Constructs a new NestableException with specified + detail message and nested Throwable. +

    +

    Parameters:
    msg - the error message
    cause - the exception or error that caused this exception to be + thrown
    + + + + + + + + +
    +Method Detail
    + +

    +getCause

    +
    +public java.lang.Throwable getCause()
    +
    +
    +

    +

    +
    Specified by:
    getCause in interface Nestable
    +
    +
    +
    +
    +
    +
    + +

    +getMessage

    +
    +public java.lang.String getMessage()
    +
    +
    Returns the detail message string of this throwable. If it was + created with a null message, returns the following: + (cause==null ? null : cause.toString()). +

    +

    +
    Specified by:
    getMessage in interface Nestable
    +
    +
    + +
    Returns:
    String message string of the throwable
    +
    +
    +
    + +

    +getMessage

    +
    +public java.lang.String getMessage(int index)
    +
    +
    Returns the error message of the Throwable in the chain + of Throwables at the specified index, numbered from 0. +

    +

    +
    Specified by:
    getMessage in interface Nestable
    +
    +
    +
    Parameters:
    index - the index of the Throwable in the chain of + Throwables +
    Returns:
    the error message, or null if the Throwable at the + specified index in the chain does not contain a message
    +
    +
    +
    + +

    +getMessages

    +
    +public java.lang.String[] getMessages()
    +
    +
    Returns the error message of this and any nested Throwables + in an array of Strings, one element for each message. Any + Throwable not containing a message is represented in the + array by a null. This has the effect of cause the length of the returned + array to be equal to the result of the Nestable.getThrowableCount() + operation. +

    +

    +
    Specified by:
    getMessages in interface Nestable
    +
    +
    + +
    Returns:
    the error messages
    +
    +
    +
    + +

    +getThrowable

    +
    +public java.lang.Throwable getThrowable(int index)
    +
    +
    Returns the Throwable in the chain of + Throwables at the specified index, numbered from 0. +

    +

    +
    Specified by:
    getThrowable in interface Nestable
    +
    +
    +
    Parameters:
    index - the index, numbered from 0, of the Throwable in + the chain of Throwables +
    Returns:
    the Throwable
    +
    +
    +
    + +

    +getThrowableCount

    +
    +public int getThrowableCount()
    +
    +
    Returns the number of nested Throwables represented by + this Nestable, including this Nestable. +

    +

    +
    Specified by:
    getThrowableCount in interface Nestable
    +
    +
    + +
    Returns:
    the throwable count
    +
    +
    +
    + +

    +getThrowables

    +
    +public java.lang.Throwable[] getThrowables()
    +
    +
    Returns this Nestable and any nested Throwables + in an array of Throwables, one element for each + Throwable. +

    +

    +
    Specified by:
    getThrowables in interface Nestable
    +
    +
    + +
    Returns:
    the Throwables
    +
    +
    +
    + +

    +indexOfThrowable

    +
    +public int indexOfThrowable(java.lang.Class type)
    +
    +
    Returns the index, numbered from 0, of the first occurrence of the + specified type, or a subclass, in the chain of Throwables. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class) + (which is avaiable in all versions of lang). +

    +

    +
    Specified by:
    indexOfThrowable in interface Nestable
    +
    +
    +
    Parameters:
    type - the type to find, subclasses match, null returns -1 +
    Returns:
    index of the first occurrence of the type in the chain, or -1 if + the type is not found
    +
    +
    +
    + +

    +indexOfThrowable

    +
    +public int indexOfThrowable(java.lang.Class type,
    +                            int fromIndex)
    +
    +
    Returns the index, numbered from 0, of the first Throwable + that matches the specified type, or a subclass, in the chain of Throwables + with an index greater than or equal to the specified index. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class, int) + (which is avaiable in all versions of lang). +

    +

    +
    Specified by:
    indexOfThrowable in interface Nestable
    +
    +
    +
    Parameters:
    type - the type to find, subclasses match, null returns -1
    fromIndex - the index, numbered from 0, of the starting position in + the chain to be searched +
    Returns:
    index of the first occurrence of the type in the chain, or -1 if + the type is not found
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace()
    +
    +
    +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace(java.io.PrintStream out)
    +
    +
    +

    +

    +
    Specified by:
    printStackTrace in interface Nestable
    +
    +
    +
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace(java.io.PrintWriter out)
    +
    +
    +

    +

    +
    Specified by:
    printStackTrace in interface Nestable
    +
    +
    +
    +
    +
    +
    + +

    +printPartialStackTrace

    +
    +public final void printPartialStackTrace(java.io.PrintWriter out)
    +
    +
    Prints the stack trace for this exception only--root cause not + included--using the provided writer. Used by + NestableDelegate to write + individual stack traces to a buffer. The implementation of + this method should call + super.printStackTrace(out); in most cases. +

    +

    +
    Specified by:
    printPartialStackTrace in interface Nestable
    +
    +
    +
    Parameters:
    out - The writer to use.
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/NestableRuntimeException.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/NestableRuntimeException.html new file mode 100644 index 0000000..c68f520 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/NestableRuntimeException.html @@ -0,0 +1,757 @@ + + + + + + + +NestableRuntimeException (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.exception +
    +Class NestableRuntimeException

    +
    +java.lang.Object
    +  extended byjava.lang.Throwable
    +      extended byjava.lang.Exception
    +          extended byjava.lang.RuntimeException
    +              extended byorg.apache.commons.lang.exception.NestableRuntimeException
    +
    +
    +
    All Implemented Interfaces:
    Nestable, java.io.Serializable
    +
    +
    +
    Direct Known Subclasses:
    SerializationException, UnhandledException
    +
    +
    +
    +
    public class NestableRuntimeException
    extends java.lang.RuntimeException
    implements Nestable
    + +

    +The base class of all runtime exceptions which can contain other + exceptions. +

    + +

    +

    +
    Since:
    +
    1.0
    +
    Version:
    +
    $Id: NestableRuntimeException.java 512889 2007-02-28 18:18:20Z dlr $
    +
    Author:
    +
    Rafal Krzewski, Daniel L. Rall, Kasper Nielsen, Steven Caswell
    +
    See Also:
    NestableException, +Serialized Form
    +
    + +

    + + + + + + + + + + + + + + +
    +Field Summary
    +protected  NestableDelegatedelegate + +
    +          The helper instance which contains much of the code which we + delegate to.
    +  + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    NestableRuntimeException() + +
    +          Constructs a new NestableRuntimeException without specified + detail message.
    NestableRuntimeException(java.lang.String msg) + +
    +          Constructs a new NestableRuntimeException with specified + detail message.
    NestableRuntimeException(java.lang.String msg, + java.lang.Throwable cause) + +
    +          Constructs a new NestableRuntimeException with specified + detail message and nested Throwable.
    NestableRuntimeException(java.lang.Throwable cause) + +
    +          Constructs a new NestableRuntimeException with specified + nested Throwable.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.ThrowablegetCause() + +
    +          
    + java.lang.StringgetMessage() + +
    +          Returns the detail message string of this throwable.
    + java.lang.StringgetMessage(int index) + +
    +          Returns the error message of the Throwable in the chain + of Throwables at the specified index, numbered from 0.
    + java.lang.String[]getMessages() + +
    +          Returns the error message of this and any nested Throwables + in an array of Strings, one element for each message. Any + Throwable not containing a message is represented in the + array by a null. This has the effect of cause the length of the returned + array to be equal to the result of the Nestable.getThrowableCount() + operation.
    + java.lang.ThrowablegetThrowable(int index) + +
    +          Returns the Throwable in the chain of + Throwables at the specified index, numbered from 0.
    + intgetThrowableCount() + +
    +          Returns the number of nested Throwables represented by + this Nestable, including this Nestable.
    + java.lang.Throwable[]getThrowables() + +
    +          Returns this Nestable and any nested Throwables + in an array of Throwables, one element for each + Throwable.
    + intindexOfThrowable(java.lang.Class type) + +
    +          Returns the index, numbered from 0, of the first occurrence of the + specified type, or a subclass, in the chain of Throwables. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class) + (which is avaiable in all versions of lang).

    + intindexOfThrowable(java.lang.Class type, + int fromIndex) + +
    +          Returns the index, numbered from 0, of the first Throwable + that matches the specified type, or a subclass, in the chain of Throwables + with an index greater than or equal to the specified index. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class, int) + (which is avaiable in all versions of lang).

    + voidprintPartialStackTrace(java.io.PrintWriter out) + +
    +          Prints the stack trace for this exception only--root cause not + included--using the provided writer. Used by + NestableDelegate to write + individual stack traces to a buffer. The implementation of + this method should call + super.printStackTrace(out); in most cases.
    + voidprintStackTrace() + +
    +          
    + voidprintStackTrace(java.io.PrintStream out) + +
    +          
    + voidprintStackTrace(java.io.PrintWriter out) + +
    +          
    + + + + + + + +
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +delegate

    +
    +protected NestableDelegate delegate
    +
    +
    The helper instance which contains much of the code which we + delegate to. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +NestableRuntimeException

    +
    +public NestableRuntimeException()
    +
    +
    Constructs a new NestableRuntimeException without specified + detail message. +

    +

    +
    + +

    +NestableRuntimeException

    +
    +public NestableRuntimeException(java.lang.String msg)
    +
    +
    Constructs a new NestableRuntimeException with specified + detail message. +

    +

    Parameters:
    msg - the error message
    +
    + +

    +NestableRuntimeException

    +
    +public NestableRuntimeException(java.lang.Throwable cause)
    +
    +
    Constructs a new NestableRuntimeException with specified + nested Throwable. +

    +

    Parameters:
    cause - the exception or error that caused this exception to be + thrown
    +
    + +

    +NestableRuntimeException

    +
    +public NestableRuntimeException(java.lang.String msg,
    +                                java.lang.Throwable cause)
    +
    +
    Constructs a new NestableRuntimeException with specified + detail message and nested Throwable. +

    +

    Parameters:
    msg - the error message
    cause - the exception or error that caused this exception to be + thrown
    + + + + + + + + +
    +Method Detail
    + +

    +getCause

    +
    +public java.lang.Throwable getCause()
    +
    +
    +

    +

    +
    Specified by:
    getCause in interface Nestable
    +
    +
    +
    +
    +
    +
    + +

    +getMessage

    +
    +public java.lang.String getMessage()
    +
    +
    Returns the detail message string of this throwable. If it was + created with a null message, returns the following: + (cause==null ? null : cause.toString()). +

    +

    +
    Specified by:
    getMessage in interface Nestable
    +
    +
    + +
    Returns:
    String message string of the throwable
    +
    +
    +
    + +

    +getMessage

    +
    +public java.lang.String getMessage(int index)
    +
    +
    Returns the error message of the Throwable in the chain + of Throwables at the specified index, numbered from 0. +

    +

    +
    Specified by:
    getMessage in interface Nestable
    +
    +
    +
    Parameters:
    index - the index of the Throwable in the chain of + Throwables +
    Returns:
    the error message, or null if the Throwable at the + specified index in the chain does not contain a message
    +
    +
    +
    + +

    +getMessages

    +
    +public java.lang.String[] getMessages()
    +
    +
    Returns the error message of this and any nested Throwables + in an array of Strings, one element for each message. Any + Throwable not containing a message is represented in the + array by a null. This has the effect of cause the length of the returned + array to be equal to the result of the Nestable.getThrowableCount() + operation. +

    +

    +
    Specified by:
    getMessages in interface Nestable
    +
    +
    + +
    Returns:
    the error messages
    +
    +
    +
    + +

    +getThrowable

    +
    +public java.lang.Throwable getThrowable(int index)
    +
    +
    Returns the Throwable in the chain of + Throwables at the specified index, numbered from 0. +

    +

    +
    Specified by:
    getThrowable in interface Nestable
    +
    +
    +
    Parameters:
    index - the index, numbered from 0, of the Throwable in + the chain of Throwables +
    Returns:
    the Throwable
    +
    +
    +
    + +

    +getThrowableCount

    +
    +public int getThrowableCount()
    +
    +
    Returns the number of nested Throwables represented by + this Nestable, including this Nestable. +

    +

    +
    Specified by:
    getThrowableCount in interface Nestable
    +
    +
    + +
    Returns:
    the throwable count
    +
    +
    +
    + +

    +getThrowables

    +
    +public java.lang.Throwable[] getThrowables()
    +
    +
    Returns this Nestable and any nested Throwables + in an array of Throwables, one element for each + Throwable. +

    +

    +
    Specified by:
    getThrowables in interface Nestable
    +
    +
    + +
    Returns:
    the Throwables
    +
    +
    +
    + +

    +indexOfThrowable

    +
    +public int indexOfThrowable(java.lang.Class type)
    +
    +
    Returns the index, numbered from 0, of the first occurrence of the + specified type, or a subclass, in the chain of Throwables. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class) + (which is avaiable in all versions of lang). +

    +

    +
    Specified by:
    indexOfThrowable in interface Nestable
    +
    +
    +
    Parameters:
    type - the type to find, subclasses match, null returns -1 +
    Returns:
    index of the first occurrence of the type in the chain, or -1 if + the type is not found
    +
    +
    +
    + +

    +indexOfThrowable

    +
    +public int indexOfThrowable(java.lang.Class type,
    +                            int fromIndex)
    +
    +
    Returns the index, numbered from 0, of the first Throwable + that matches the specified type, or a subclass, in the chain of Throwables + with an index greater than or equal to the specified index. + The method returns -1 if the specified type is not found in the chain. +

    + NOTE: From v2.1, we have clarified the Nestable interface + such that this method matches subclasses. + If you want to NOT match subclasses, please use + ExceptionUtils.indexOfThrowable(Throwable, Class, int) + (which is avaiable in all versions of lang). +

    +

    +
    Specified by:
    indexOfThrowable in interface Nestable
    +
    +
    +
    Parameters:
    type - the type to find, subclasses match, null returns -1
    fromIndex - the index, numbered from 0, of the starting position in + the chain to be searched +
    Returns:
    index of the first occurrence of the type in the chain, or -1 if + the type is not found
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace()
    +
    +
    +

    +

    +
    +
    +
    +
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace(java.io.PrintStream out)
    +
    +
    +

    +

    +
    Specified by:
    printStackTrace in interface Nestable
    +
    +
    +
    +
    +
    +
    + +

    +printStackTrace

    +
    +public void printStackTrace(java.io.PrintWriter out)
    +
    +
    +

    +

    +
    Specified by:
    printStackTrace in interface Nestable
    +
    +
    +
    +
    +
    +
    + +

    +printPartialStackTrace

    +
    +public final void printPartialStackTrace(java.io.PrintWriter out)
    +
    +
    Prints the stack trace for this exception only--root cause not + included--using the provided writer. Used by + NestableDelegate to write + individual stack traces to a buffer. The implementation of + this method should call + super.printStackTrace(out); in most cases. +

    +

    +
    Specified by:
    printPartialStackTrace in interface Nestable
    +
    +
    +
    Parameters:
    out - The writer to use.
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/ExceptionUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/ExceptionUtils.html new file mode 100644 index 0000000..7282089 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/ExceptionUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.exception.ExceptionUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.exception.ExceptionUtils

    +
    +No usage of org.apache.commons.lang.exception.ExceptionUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/Nestable.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/Nestable.html new file mode 100644 index 0000000..6740e11 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/Nestable.html @@ -0,0 +1,252 @@ + + + + + + + +Uses of Interface org.apache.commons.lang.exception.Nestable (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.lang.exception.Nestable

    +
    + + + + + + + + + + + + + +
    +Packages that use Nestable
    org.apache.commons.langProvides highly reusable static utility methods, chiefly concerned +with adding value to java.lang and other standard core classes. 
    org.apache.commons.lang.exceptionProvides JDK 1.4 style Nested Exception functionality for those on prior Java +versions. 
    +  +

    + + + + + +
    +Uses of Nestable in org.apache.commons.lang
    +  +

    + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.lang that implement Nestable
    + classNotImplementedException + +
    +          Thrown to indicate that a block of code has not been implemented.
    + classSerializationException + +
    +          Exception thrown when the Serialization process fails.
    + classUnhandledException + +
    +          Thrown when it is impossible or undesirable to consume or throw a checked exception.
    +  +

    + + + + + +
    +Uses of Nestable in org.apache.commons.lang.exception
    +  +

    + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.lang.exception that implement Nestable
    + classNestableError + +
    +          The base class of all errors which can contain other exceptions.
    + classNestableException + +
    +          The base class of all exceptions which can contain other exceptions.
    + classNestableRuntimeException + +
    +          The base class of all runtime exceptions which can contain other + exceptions.
    +  +

    + + + + + + + + +
    Constructors in org.apache.commons.lang.exception with parameters of type Nestable
    NestableDelegate(Nestable nestable) + +
    +          Constructs a new NestableDelegate instance to manage the + specified Nestable.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/NestableDelegate.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/NestableDelegate.html new file mode 100644 index 0000000..744e5f6 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/NestableDelegate.html @@ -0,0 +1,193 @@ + + + + + + + +Uses of Class org.apache.commons.lang.exception.NestableDelegate (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.exception.NestableDelegate

    +
    + + + + + + + + + +
    +Packages that use NestableDelegate
    org.apache.commons.lang.exceptionProvides JDK 1.4 style Nested Exception functionality for those on prior Java +versions. 
    +  +

    + + + + + +
    +Uses of NestableDelegate in org.apache.commons.lang.exception
    +  +

    + + + + + + + + + + + + + + + + + +
    Fields in org.apache.commons.lang.exception declared as NestableDelegate
    +protected  NestableDelegateNestableRuntimeException.delegate + +
    +          The helper instance which contains much of the code which we + delegate to.
    +protected  NestableDelegateNestableException.delegate + +
    +          The helper instance which contains much of the code which we + delegate to.
    +protected  NestableDelegateNestableError.delegate + +
    +          The helper instance which contains much of the code which we + delegate to.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/NestableError.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/NestableError.html new file mode 100644 index 0000000..4168024 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/NestableError.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.exception.NestableError (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.exception.NestableError

    +
    +No usage of org.apache.commons.lang.exception.NestableError +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/NestableException.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/NestableException.html new file mode 100644 index 0000000..b1470d8 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/NestableException.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.exception.NestableException (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.exception.NestableException

    +
    +No usage of org.apache.commons.lang.exception.NestableException +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/NestableRuntimeException.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/NestableRuntimeException.html new file mode 100644 index 0000000..f2f3b9e --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/class-use/NestableRuntimeException.html @@ -0,0 +1,182 @@ + + + + + + + +Uses of Class org.apache.commons.lang.exception.NestableRuntimeException (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.exception.NestableRuntimeException

    +
    + + + + + + + + + +
    +Packages that use NestableRuntimeException
    org.apache.commons.langProvides highly reusable static utility methods, chiefly concerned +with adding value to java.lang and other standard core classes. 
    +  +

    + + + + + +
    +Uses of NestableRuntimeException in org.apache.commons.lang
    +  +

    + + + + + + + + + + + + + +
    Subclasses of NestableRuntimeException in org.apache.commons.lang
    + classSerializationException + +
    +          Exception thrown when the Serialization process fails.
    + classUnhandledException + +
    +          Thrown when it is impossible or undesirable to consume or throw a checked exception.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/package-frame.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/package-frame.html new file mode 100644 index 0000000..4c6a925 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/package-frame.html @@ -0,0 +1,70 @@ + + + + + + + +org.apache.commons.lang.exception (Commons Lang 2.4 API) + + + + + + + + + + + +org.apache.commons.lang.exception + + + + +
    +Interfaces  + +
    +Nestable
    + + + + + + +
    +Classes  + +
    +ExceptionUtils +
    +NestableDelegate
    + + + + + + +
    +Exceptions  + +
    +NestableException +
    +NestableRuntimeException
    + + + + + + +
    +Errors  + +
    +NestableError
    + + + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/package-summary.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/package-summary.html new file mode 100644 index 0000000..cc3f4a5 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/package-summary.html @@ -0,0 +1,228 @@ + + + + + + + +org.apache.commons.lang.exception (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package org.apache.commons.lang.exception +

    +Provides JDK 1.4 style Nested Exception functionality for those on prior Java +versions. +

    +See: +
    +          Description +

    + + + + + + + + + +
    +Interface Summary
    NestableAn interface to be implemented by Throwable + extensions which would like to be able to nest root exceptions + inside themselves.
    +  + +

    + + + + + + + + + + + + + +
    +Class Summary
    ExceptionUtilsProvides utilities for manipulating and examining + Throwable objects.
    NestableDelegateA shared implementation of the nestable exception functionality.
    +  + +

    + + + + + + + + + + + + + +
    +Exception Summary
    NestableExceptionThe base class of all exceptions which can contain other exceptions.
    NestableRuntimeExceptionThe base class of all runtime exceptions which can contain other + exceptions.
    +  + +

    + + + + + + + + + +
    +Error Summary
    NestableErrorThe base class of all errors which can contain other exceptions.
    +  + +

    +

    +Package org.apache.commons.lang.exception Description +

    + +

    +Provides JDK 1.4 style Nested Exception functionality for those on prior Java +versions. +

    Includes a static utility to create version independent Nested +Exception which can handle JDK 1.4 Exceptions as well as others.

    +

    Lastly, ExceptionUtils +also contains Throwable manipulation and examination routines.

    +

    + +

    +

    +
    Since:
    +
    1.0
    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/package-tree.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/package-tree.html new file mode 100644 index 0000000..cf37c4f --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/package-tree.html @@ -0,0 +1,164 @@ + + + + + + + +org.apache.commons.lang.exception Class Hierarchy (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.lang.exception +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    +
      +
    • class java.lang.Object
        +
      • class org.apache.commons.lang.exception.ExceptionUtils
      • class org.apache.commons.lang.exception.NestableDelegate (implements java.io.Serializable) +
      • class java.lang.Throwable (implements java.io.Serializable) +
          +
        • class java.lang.Error
            +
          • class org.apache.commons.lang.exception.NestableError (implements org.apache.commons.lang.exception.Nestable) +
          +
        • class java.lang.Exception +
        +
      +
    +

    +Interface Hierarchy +

    +
      +
    • interface org.apache.commons.lang.exception.Nestable
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/package-use.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/package-use.html new file mode 100644 index 0000000..0cce496 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/exception/package-use.html @@ -0,0 +1,201 @@ + + + + + + + +Uses of Package org.apache.commons.lang.exception (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.lang.exception

    +
    + + + + + + + + + + + + + +
    +Packages that use org.apache.commons.lang.exception
    org.apache.commons.langProvides highly reusable static utility methods, chiefly concerned +with adding value to java.lang and other standard core classes. 
    org.apache.commons.lang.exceptionProvides JDK 1.4 style Nested Exception functionality for those on prior Java +versions. 
    +  +

    + + + + + + + + + + + +
    +Classes in org.apache.commons.lang.exception used by org.apache.commons.lang
    Nestable + +
    +          An interface to be implemented by Throwable + extensions which would like to be able to nest root exceptions + inside themselves.
    NestableRuntimeException + +
    +          The base class of all runtime exceptions which can contain other + exceptions.
    +  +

    + + + + + + + + + + + +
    +Classes in org.apache.commons.lang.exception used by org.apache.commons.lang.exception
    Nestable + +
    +          An interface to be implemented by Throwable + extensions which would like to be able to nest root exceptions + inside themselves.
    NestableDelegate + +
    +          A shared implementation of the nestable exception functionality.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/DoubleRange.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/DoubleRange.html new file mode 100644 index 0000000..08a9596 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/DoubleRange.html @@ -0,0 +1,799 @@ + + + + + + + +DoubleRange (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.math +
    +Class DoubleRange

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.math.Range
    +      extended byorg.apache.commons.lang.math.DoubleRange
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    +
    public final class DoubleRange
    extends Range
    implements java.io.Serializable
    + +

    +

    DoubleRange represents an inclusive range of doubles.

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: DoubleRange.java 437554 2006-08-28 06:21:41Z bayard $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    DoubleRange(double number) + +
    +          Constructs a new DoubleRange using the specified + number as both the minimum and maximum in this range.
    DoubleRange(double number1, + double number2) + +
    +          Constructs a new DoubleRange with the specified + minimum and maximum numbers (both inclusive).
    DoubleRange(java.lang.Number number) + +
    +          Constructs a new DoubleRange using the specified + number as both the minimum and maximum in this range.
    DoubleRange(java.lang.Number number1, + java.lang.Number number2) + +
    +          Constructs a new DoubleRange with the specified + minimum and maximum numbers (both inclusive).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleancontainsDouble(double value) + +
    +          Tests whether the specified double occurs within + this range using double comparison.
    + booleancontainsNumber(java.lang.Number number) + +
    +          Tests whether the specified number occurs within + this range using double comparison.
    + booleancontainsRange(Range range) + +
    +          Tests whether the specified range occurs entirely within this range + using double comparison.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this range to another object to test if they are equal.
    + doublegetMaximumDouble() + +
    +          Gets the maximum number in this range as a double.
    + floatgetMaximumFloat() + +
    +          Gets the maximum number in this range as a float.
    + intgetMaximumInteger() + +
    +          Gets the maximum number in this range as a int.
    + longgetMaximumLong() + +
    +          Gets the maximum number in this range as a long.
    + java.lang.NumbergetMaximumNumber() + +
    +          Returns the maximum number in this range.
    + doublegetMinimumDouble() + +
    +          Gets the minimum number in this range as a double.
    + floatgetMinimumFloat() + +
    +          Gets the minimum number in this range as a float.
    + intgetMinimumInteger() + +
    +          Gets the minimum number in this range as a int.
    + longgetMinimumLong() + +
    +          Gets the minimum number in this range as a long.
    + java.lang.NumbergetMinimumNumber() + +
    +          Returns the minimum number in this range.
    + inthashCode() + +
    +          Gets a hashCode for the range.
    + booleanoverlapsRange(Range range) + +
    +          Tests whether the specified range overlaps with this range + using double comparison.
    + java.lang.StringtoString() + +
    +          Gets the range as a String.
    + + + + + + + +
    Methods inherited from class org.apache.commons.lang.math.Range
    containsDouble, containsFloat, containsFloat, containsInteger, containsInteger, containsLong, containsLong
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +DoubleRange

    +
    +public DoubleRange(double number)
    +
    +

    Constructs a new DoubleRange using the specified + number as both the minimum and maximum in this range.

    +

    +

    Parameters:
    number - the number to use for this range +
    Throws: +
    java.lang.IllegalArgumentException - if the number is NaN
    +
    + +

    +DoubleRange

    +
    +public DoubleRange(java.lang.Number number)
    +
    +

    Constructs a new DoubleRange using the specified + number as both the minimum and maximum in this range.

    +

    +

    Parameters:
    number - the number to use for this range, must not + be null +
    Throws: +
    java.lang.IllegalArgumentException - if the number is null +
    java.lang.IllegalArgumentException - if the number is NaN
    +
    + +

    +DoubleRange

    +
    +public DoubleRange(double number1,
    +                   double number2)
    +
    +

    Constructs a new DoubleRange with the specified + minimum and maximum numbers (both inclusive).

    + +

    The arguments may be passed in the order (min,max) or (max,min). The + getMinimum and getMaximum methods will return the correct values.

    +

    +

    Parameters:
    number1 - first number that defines the edge of the range, inclusive
    number2 - second number that defines the edge of the range, inclusive +
    Throws: +
    java.lang.IllegalArgumentException - if either number is NaN
    +
    + +

    +DoubleRange

    +
    +public DoubleRange(java.lang.Number number1,
    +                   java.lang.Number number2)
    +
    +

    Constructs a new DoubleRange with the specified + minimum and maximum numbers (both inclusive).

    + +

    The arguments may be passed in the order (min,max) or (max,min). The + getMinimum and getMaximum methods will return the correct values.

    +

    +

    Parameters:
    number1 - first number that defines the edge of the range, inclusive
    number2 - second number that defines the edge of the range, inclusive +
    Throws: +
    java.lang.IllegalArgumentException - if either number is null +
    java.lang.IllegalArgumentException - if either number is NaN
    + + + + + + + + +
    +Method Detail
    + +

    +getMinimumNumber

    +
    +public java.lang.Number getMinimumNumber()
    +
    +

    Returns the minimum number in this range.

    +

    +

    +
    Specified by:
    getMinimumNumber in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumLong

    +
    +public long getMinimumLong()
    +
    +

    Gets the minimum number in this range as a long.

    + +

    This conversion can lose information for large values or decimals.

    +

    +

    +
    Overrides:
    getMinimumLong in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumInteger

    +
    +public int getMinimumInteger()
    +
    +

    Gets the minimum number in this range as a int.

    + +

    This conversion can lose information for large values or decimals.

    +

    +

    +
    Overrides:
    getMinimumInteger in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumDouble

    +
    +public double getMinimumDouble()
    +
    +

    Gets the minimum number in this range as a double.

    +

    +

    +
    Overrides:
    getMinimumDouble in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumFloat

    +
    +public float getMinimumFloat()
    +
    +

    Gets the minimum number in this range as a float.

    + +

    This conversion can lose information for large values.

    +

    +

    +
    Overrides:
    getMinimumFloat in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMaximumNumber

    +
    +public java.lang.Number getMaximumNumber()
    +
    +

    Returns the maximum number in this range.

    +

    +

    +
    Specified by:
    getMaximumNumber in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumLong

    +
    +public long getMaximumLong()
    +
    +

    Gets the maximum number in this range as a long.

    + +

    This conversion can lose information for large values or decimals.

    +

    +

    +
    Overrides:
    getMaximumLong in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumInteger

    +
    +public int getMaximumInteger()
    +
    +

    Gets the maximum number in this range as a int.

    + +

    This conversion can lose information for large values or decimals.

    +

    +

    +
    Overrides:
    getMaximumInteger in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumDouble

    +
    +public double getMaximumDouble()
    +
    +

    Gets the maximum number in this range as a double.

    +

    +

    +
    Overrides:
    getMaximumDouble in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumFloat

    +
    +public float getMaximumFloat()
    +
    +

    Gets the maximum number in this range as a float.

    + +

    This conversion can lose information for large values.

    +

    +

    +
    Overrides:
    getMaximumFloat in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +containsNumber

    +
    +public boolean containsNumber(java.lang.Number number)
    +
    +

    Tests whether the specified number occurs within + this range using double comparison.

    + +

    null is handled and returns false.

    +

    +

    +
    Specified by:
    containsNumber in class Range
    +
    +
    +
    Parameters:
    number - the number to test, may be null +
    Returns:
    true if the specified number occurs within this range
    +
    +
    +
    + +

    +containsDouble

    +
    +public boolean containsDouble(double value)
    +
    +

    Tests whether the specified double occurs within + this range using double comparison.

    + +

    This implementation overrides the superclass for performance as it is + the most common case.

    +

    +

    +
    Overrides:
    containsDouble in class Range
    +
    +
    +
    Parameters:
    value - the double to test +
    Returns:
    true if the specified number occurs within this + range by double comparison
    +
    +
    +
    + +

    +containsRange

    +
    +public boolean containsRange(Range range)
    +
    +

    Tests whether the specified range occurs entirely within this range + using double comparison.

    + +

    null is handled and returns false.

    +

    +

    +
    Overrides:
    containsRange in class Range
    +
    +
    +
    Parameters:
    range - the range to test, may be null +
    Returns:
    true if the specified range occurs entirely within this range +
    Throws: +
    java.lang.IllegalArgumentException - if the range is not of this type
    +
    +
    +
    + +

    +overlapsRange

    +
    +public boolean overlapsRange(Range range)
    +
    +

    Tests whether the specified range overlaps with this range + using double comparison.

    + +

    null is handled and returns false.

    +

    +

    +
    Overrides:
    overlapsRange in class Range
    +
    +
    +
    Parameters:
    range - the range to test, may be null +
    Returns:
    true if the specified range overlaps with this range
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +

    Compares this range to another object to test if they are equal.

    . + +

    To be equal, the class, minimum and maximum must be equal.

    +

    +

    +
    Overrides:
    equals in class Range
    +
    +
    +
    Parameters:
    obj - the reference object with which to compare +
    Returns:
    true if this object is equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +

    Gets a hashCode for the range.

    +

    +

    +
    Overrides:
    hashCode in class Range
    +
    +
    + +
    Returns:
    a hash code value for this object
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +

    Gets the range as a String.

    + +

    The format of the String is 'Range[min,max]'.

    +

    +

    +
    Overrides:
    toString in class Range
    +
    +
    + +
    Returns:
    the String representation of this range
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/FloatRange.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/FloatRange.html new file mode 100644 index 0000000..2215713 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/FloatRange.html @@ -0,0 +1,795 @@ + + + + + + + +FloatRange (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.math +
    +Class FloatRange

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.math.Range
    +      extended byorg.apache.commons.lang.math.FloatRange
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    +
    public final class FloatRange
    extends Range
    implements java.io.Serializable
    + +

    +

    FloatRange represents an inclusive range of floats.

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: FloatRange.java 437554 2006-08-28 06:21:41Z bayard $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    FloatRange(float number) + +
    +          Constructs a new FloatRange using the specified + number as both the minimum and maximum in this range.
    FloatRange(float number1, + float number2) + +
    +          Constructs a new FloatRange with the specified + minimum and maximum numbers (both inclusive).
    FloatRange(java.lang.Number number) + +
    +          Constructs a new FloatRange using the specified + number as both the minimum and maximum in this range.
    FloatRange(java.lang.Number number1, + java.lang.Number number2) + +
    +          Constructs a new FloatRange with the specified + minimum and maximum numbers (both inclusive).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleancontainsFloat(float value) + +
    +          Tests whether the specified float occurs within + this range using float comparison.
    + booleancontainsNumber(java.lang.Number number) + +
    +          Tests whether the specified number occurs within + this range using float comparison.
    + booleancontainsRange(Range range) + +
    +          Tests whether the specified range occurs entirely within this range + using float comparison.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this range to another object to test if they are equal.
    + doublegetMaximumDouble() + +
    +          Gets the maximum number in this range as a double.
    + floatgetMaximumFloat() + +
    +          Gets the maximum number in this range as a float.
    + intgetMaximumInteger() + +
    +          Gets the maximum number in this range as a int.
    + longgetMaximumLong() + +
    +          Gets the maximum number in this range as a long.
    + java.lang.NumbergetMaximumNumber() + +
    +          Returns the maximum number in this range.
    + doublegetMinimumDouble() + +
    +          Gets the minimum number in this range as a double.
    + floatgetMinimumFloat() + +
    +          Gets the minimum number in this range as a float.
    + intgetMinimumInteger() + +
    +          Gets the minimum number in this range as a int.
    + longgetMinimumLong() + +
    +          Gets the minimum number in this range as a long.
    + java.lang.NumbergetMinimumNumber() + +
    +          Returns the minimum number in this range.
    + inthashCode() + +
    +          Gets a hashCode for the range.
    + booleanoverlapsRange(Range range) + +
    +          Tests whether the specified range overlaps with this range + using float comparison.
    + java.lang.StringtoString() + +
    +          Gets the range as a String.
    + + + + + + + +
    Methods inherited from class org.apache.commons.lang.math.Range
    containsDouble, containsDouble, containsFloat, containsInteger, containsInteger, containsLong, containsLong
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +FloatRange

    +
    +public FloatRange(float number)
    +
    +

    Constructs a new FloatRange using the specified + number as both the minimum and maximum in this range.

    +

    +

    Parameters:
    number - the number to use for this range +
    Throws: +
    java.lang.IllegalArgumentException - if the number is NaN
    +
    + +

    +FloatRange

    +
    +public FloatRange(java.lang.Number number)
    +
    +

    Constructs a new FloatRange using the specified + number as both the minimum and maximum in this range.

    +

    +

    Parameters:
    number - the number to use for this range, must not + be null +
    Throws: +
    java.lang.IllegalArgumentException - if the number is null +
    java.lang.IllegalArgumentException - if the number is NaN
    +
    + +

    +FloatRange

    +
    +public FloatRange(float number1,
    +                  float number2)
    +
    +

    Constructs a new FloatRange with the specified + minimum and maximum numbers (both inclusive).

    + +

    The arguments may be passed in the order (min,max) or (max,min). The + getMinimum and getMaximum methods will return the correct values.

    +

    +

    Parameters:
    number1 - first number that defines the edge of the range, inclusive
    number2 - second number that defines the edge of the range, inclusive +
    Throws: +
    java.lang.IllegalArgumentException - if either number is NaN
    +
    + +

    +FloatRange

    +
    +public FloatRange(java.lang.Number number1,
    +                  java.lang.Number number2)
    +
    +

    Constructs a new FloatRange with the specified + minimum and maximum numbers (both inclusive).

    + +

    The arguments may be passed in the order (min,max) or (max,min). The + getMinimum and getMaximum methods will return the correct values.

    +

    +

    Parameters:
    number1 - first number that defines the edge of the range, inclusive
    number2 - second number that defines the edge of the range, inclusive +
    Throws: +
    java.lang.IllegalArgumentException - if either number is null +
    java.lang.IllegalArgumentException - if either number is NaN
    + + + + + + + + +
    +Method Detail
    + +

    +getMinimumNumber

    +
    +public java.lang.Number getMinimumNumber()
    +
    +

    Returns the minimum number in this range.

    +

    +

    +
    Specified by:
    getMinimumNumber in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumLong

    +
    +public long getMinimumLong()
    +
    +

    Gets the minimum number in this range as a long.

    + +

    This conversion can lose information for large values or decimals.

    +

    +

    +
    Overrides:
    getMinimumLong in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumInteger

    +
    +public int getMinimumInteger()
    +
    +

    Gets the minimum number in this range as a int.

    + +

    This conversion can lose information for large values or decimals.

    +

    +

    +
    Overrides:
    getMinimumInteger in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumDouble

    +
    +public double getMinimumDouble()
    +
    +

    Gets the minimum number in this range as a double.

    +

    +

    +
    Overrides:
    getMinimumDouble in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumFloat

    +
    +public float getMinimumFloat()
    +
    +

    Gets the minimum number in this range as a float.

    +

    +

    +
    Overrides:
    getMinimumFloat in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMaximumNumber

    +
    +public java.lang.Number getMaximumNumber()
    +
    +

    Returns the maximum number in this range.

    +

    +

    +
    Specified by:
    getMaximumNumber in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumLong

    +
    +public long getMaximumLong()
    +
    +

    Gets the maximum number in this range as a long.

    + +

    This conversion can lose information for large values or decimals.

    +

    +

    +
    Overrides:
    getMaximumLong in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumInteger

    +
    +public int getMaximumInteger()
    +
    +

    Gets the maximum number in this range as a int.

    + +

    This conversion can lose information for large values or decimals.

    +

    +

    +
    Overrides:
    getMaximumInteger in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumDouble

    +
    +public double getMaximumDouble()
    +
    +

    Gets the maximum number in this range as a double.

    +

    +

    +
    Overrides:
    getMaximumDouble in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumFloat

    +
    +public float getMaximumFloat()
    +
    +

    Gets the maximum number in this range as a float.

    +

    +

    +
    Overrides:
    getMaximumFloat in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +containsNumber

    +
    +public boolean containsNumber(java.lang.Number number)
    +
    +

    Tests whether the specified number occurs within + this range using float comparison.

    + +

    null is handled and returns false.

    +

    +

    +
    Specified by:
    containsNumber in class Range
    +
    +
    +
    Parameters:
    number - the number to test, may be null +
    Returns:
    true if the specified number occurs within this range
    +
    +
    +
    + +

    +containsFloat

    +
    +public boolean containsFloat(float value)
    +
    +

    Tests whether the specified float occurs within + this range using float comparison.

    + +

    This implementation overrides the superclass for performance as it is + the most common case.

    +

    +

    +
    Overrides:
    containsFloat in class Range
    +
    +
    +
    Parameters:
    value - the float to test +
    Returns:
    true if the specified number occurs within this + range by float comparison
    +
    +
    +
    + +

    +containsRange

    +
    +public boolean containsRange(Range range)
    +
    +

    Tests whether the specified range occurs entirely within this range + using float comparison.

    + +

    null is handled and returns false.

    +

    +

    +
    Overrides:
    containsRange in class Range
    +
    +
    +
    Parameters:
    range - the range to test, may be null +
    Returns:
    true if the specified range occurs entirely within this range +
    Throws: +
    java.lang.IllegalArgumentException - if the range is not of this type
    +
    +
    +
    + +

    +overlapsRange

    +
    +public boolean overlapsRange(Range range)
    +
    +

    Tests whether the specified range overlaps with this range + using float comparison.

    + +

    null is handled and returns false.

    +

    +

    +
    Overrides:
    overlapsRange in class Range
    +
    +
    +
    Parameters:
    range - the range to test, may be null +
    Returns:
    true if the specified range overlaps with this range
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +

    Compares this range to another object to test if they are equal.

    . + +

    To be equal, the class, minimum and maximum must be equal.

    +

    +

    +
    Overrides:
    equals in class Range
    +
    +
    +
    Parameters:
    obj - the reference object with which to compare +
    Returns:
    true if this object is equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +

    Gets a hashCode for the range.

    +

    +

    +
    Overrides:
    hashCode in class Range
    +
    +
    + +
    Returns:
    a hash code value for this object
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +

    Gets the range as a String.

    + +

    The format of the String is 'Range[min,max]'.

    +

    +

    +
    Overrides:
    toString in class Range
    +
    +
    + +
    Returns:
    the String representation of this range
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/Fraction.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/Fraction.html new file mode 100644 index 0000000..16370c1 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/Fraction.html @@ -0,0 +1,1298 @@ + + + + + + + +Fraction (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.math +
    +Class Fraction

    +
    +java.lang.Object
    +  extended byjava.lang.Number
    +      extended byorg.apache.commons.lang.math.Fraction
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Comparable, java.io.Serializable
    +
    +
    +
    +
    public final class Fraction
    extends java.lang.Number
    implements java.lang.Comparable
    + +

    +

    Fraction is a Number implementation that + stores fractions accurately.

    + +

    This class is immutable, and interoperable with most methods that accept + a Number.

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: Fraction.java 599500 2007-11-29 16:25:54Z mbenson $
    +
    Author:
    +
    Travis Reeder, Stephen Colebourne, Tim O'Brien, Pete Gieser, C. Scott Ananian
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static FractionFOUR_FIFTHS + +
    +          Fraction representation of 4/5.
    +static FractionONE + +
    +          Fraction representation of 1.
    +static FractionONE_FIFTH + +
    +          Fraction representation of 1/5.
    +static FractionONE_HALF + +
    +          Fraction representation of 1/2.
    +static FractionONE_QUARTER + +
    +          Fraction representation of 1/4.
    +static FractionONE_THIRD + +
    +          Fraction representation of 1/3.
    +static FractionTHREE_FIFTHS + +
    +          Fraction representation of 3/5.
    +static FractionTHREE_QUARTERS + +
    +          Fraction representation of 3/4.
    +static FractionTWO_FIFTHS + +
    +          Fraction representation of 2/5.
    +static FractionTWO_QUARTERS + +
    +          Fraction representation of 2/4.
    +static FractionTWO_THIRDS + +
    +          Fraction representation of 2/3.
    +static FractionZERO + +
    +          Fraction representation of 0.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + Fractionabs() + +
    +          Gets a fraction that is the positive equivalent of this one.
    + Fractionadd(Fraction fraction) + +
    +          Adds the value of this fraction to another, returning the result in reduced form.
    + intcompareTo(java.lang.Object object) + +
    +          Compares this object to another based on size.
    + FractiondivideBy(Fraction fraction) + +
    +          Divide the value of this fraction by another.
    + doubledoubleValue() + +
    +          Gets the fraction as a double.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this fraction to another object to test if they are equal.
    + floatfloatValue() + +
    +          Gets the fraction as a float.
    + intgetDenominator() + +
    +          Gets the denominator part of the fraction.
    +static FractiongetFraction(double value) + +
    +          Creates a Fraction instance from a double value.
    +static FractiongetFraction(int numerator, + int denominator) + +
    +          Creates a Fraction instance with the 2 parts + of a fraction Y/Z.
    +static FractiongetFraction(int whole, + int numerator, + int denominator) + +
    +          Creates a Fraction instance with the 3 parts + of a fraction X Y/Z.
    +static FractiongetFraction(java.lang.String str) + +
    +          Creates a Fraction from a String.
    + intgetNumerator() + +
    +          Gets the numerator part of the fraction.
    + intgetProperNumerator() + +
    +          Gets the proper numerator, always positive.
    + intgetProperWhole() + +
    +          Gets the proper whole part of the fraction.
    +static FractiongetReducedFraction(int numerator, + int denominator) + +
    +          Creates a reduced Fraction instance with the 2 parts + of a fraction Y/Z.
    + inthashCode() + +
    +          Gets a hashCode for the fraction.
    + intintValue() + +
    +          Gets the fraction as an int.
    + Fractioninvert() + +
    +          Gets a fraction that is the inverse (1/fraction) of this one.
    + longlongValue() + +
    +          Gets the fraction as a long.
    + FractionmultiplyBy(Fraction fraction) + +
    +          Multiplies the value of this fraction by another, returning the + result in reduced form.
    + Fractionnegate() + +
    +          Gets a fraction that is the negative (-fraction) of this one.
    + Fractionpow(int power) + +
    +          Gets a fraction that is raised to the passed in power.
    + Fractionreduce() + +
    +          Reduce the fraction to the smallest values for the numerator and + denominator, returning the result.
    + Fractionsubtract(Fraction fraction) + +
    +          Subtracts the value of another fraction from the value of this one, + returning the result in reduced form.
    + java.lang.StringtoProperString() + +
    +          Gets the fraction as a proper String in the format X Y/Z.
    + java.lang.StringtoString() + +
    +          Gets the fraction as a String.
    + + + + + + + +
    Methods inherited from class java.lang.Number
    byteValue, shortValue
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +ZERO

    +
    +public static final Fraction ZERO
    +
    +
    Fraction representation of 0. +

    +

    +
    +
    +
    + +

    +ONE

    +
    +public static final Fraction ONE
    +
    +
    Fraction representation of 1. +

    +

    +
    +
    +
    + +

    +ONE_HALF

    +
    +public static final Fraction ONE_HALF
    +
    +
    Fraction representation of 1/2. +

    +

    +
    +
    +
    + +

    +ONE_THIRD

    +
    +public static final Fraction ONE_THIRD
    +
    +
    Fraction representation of 1/3. +

    +

    +
    +
    +
    + +

    +TWO_THIRDS

    +
    +public static final Fraction TWO_THIRDS
    +
    +
    Fraction representation of 2/3. +

    +

    +
    +
    +
    + +

    +ONE_QUARTER

    +
    +public static final Fraction ONE_QUARTER
    +
    +
    Fraction representation of 1/4. +

    +

    +
    +
    +
    + +

    +TWO_QUARTERS

    +
    +public static final Fraction TWO_QUARTERS
    +
    +
    Fraction representation of 2/4. +

    +

    +
    +
    +
    + +

    +THREE_QUARTERS

    +
    +public static final Fraction THREE_QUARTERS
    +
    +
    Fraction representation of 3/4. +

    +

    +
    +
    +
    + +

    +ONE_FIFTH

    +
    +public static final Fraction ONE_FIFTH
    +
    +
    Fraction representation of 1/5. +

    +

    +
    +
    +
    + +

    +TWO_FIFTHS

    +
    +public static final Fraction TWO_FIFTHS
    +
    +
    Fraction representation of 2/5. +

    +

    +
    +
    +
    + +

    +THREE_FIFTHS

    +
    +public static final Fraction THREE_FIFTHS
    +
    +
    Fraction representation of 3/5. +

    +

    +
    +
    +
    + +

    +FOUR_FIFTHS

    +
    +public static final Fraction FOUR_FIFTHS
    +
    +
    Fraction representation of 4/5. +

    +

    +
    +
    + + + + + + + + + + + +
    +Method Detail
    + +

    +getFraction

    +
    +public static Fraction getFraction(int numerator,
    +                                   int denominator)
    +
    +

    Creates a Fraction instance with the 2 parts + of a fraction Y/Z.

    + +

    Any negative signs are resolved to be on the numerator.

    +

    +

    +
    +
    +
    +
    Parameters:
    numerator - the numerator, for example the three in 'three sevenths'
    denominator - the denominator, for example the seven in 'three sevenths' +
    Returns:
    a new fraction instance +
    Throws: +
    java.lang.ArithmeticException - if the denomiator is zero
    +
    +
    +
    + +

    +getFraction

    +
    +public static Fraction getFraction(int whole,
    +                                   int numerator,
    +                                   int denominator)
    +
    +

    Creates a Fraction instance with the 3 parts + of a fraction X Y/Z.

    + +

    The negative sign must be passed in on the whole number part.

    +

    +

    +
    +
    +
    +
    Parameters:
    whole - the whole number, for example the one in 'one and three sevenths'
    numerator - the numerator, for example the three in 'one and three sevenths'
    denominator - the denominator, for example the seven in 'one and three sevenths' +
    Returns:
    a new fraction instance +
    Throws: +
    java.lang.ArithmeticException - if the denomiator is zero +
    java.lang.ArithmeticException - if the denominator is negative +
    java.lang.ArithmeticException - if the numerator is negative +
    java.lang.ArithmeticException - if the resulting numerator exceeds + Integer.MAX_VALUE
    +
    +
    +
    + +

    +getReducedFraction

    +
    +public static Fraction getReducedFraction(int numerator,
    +                                          int denominator)
    +
    +

    Creates a reduced Fraction instance with the 2 parts + of a fraction Y/Z.

    + +

    For example, if the input parameters represent 2/4, then the created + fraction will be 1/2.

    + +

    Any negative signs are resolved to be on the numerator.

    +

    +

    +
    +
    +
    +
    Parameters:
    numerator - the numerator, for example the three in 'three sevenths'
    denominator - the denominator, for example the seven in 'three sevenths' +
    Returns:
    a new fraction instance, with the numerator and denominator reduced +
    Throws: +
    java.lang.ArithmeticException - if the denominator is zero
    +
    +
    +
    + +

    +getFraction

    +
    +public static Fraction getFraction(double value)
    +
    +

    Creates a Fraction instance from a double value.

    + +

    This method uses the + continued fraction algorithm, computing a maximum of + 25 convergents and bounding the denominator by 10,000.

    +

    +

    +
    +
    +
    +
    Parameters:
    value - the double value to convert +
    Returns:
    a new fraction instance that is close to the value +
    Throws: +
    java.lang.ArithmeticException - if |value| > Integer.MAX_VALUE + or value = NaN +
    java.lang.ArithmeticException - if the calculated denominator is zero +
    java.lang.ArithmeticException - if the the algorithm does not converge
    +
    +
    +
    + +

    +getFraction

    +
    +public static Fraction getFraction(java.lang.String str)
    +
    +

    Creates a Fraction from a String.

    + +

    The formats accepted are:

    + +
      +
    1. double String containing a dot
    2. +
    3. 'X Y/Z'
    4. +
    5. 'Y/Z'
    6. +
    7. 'X' (a simple whole number)
    8. +
    + and a .

    +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to parse, must not be null +
    Returns:
    the new Fraction instance +
    Throws: +
    java.lang.IllegalArgumentException - if the string is null +
    java.lang.NumberFormatException - if the number format is invalid
    +
    +
    +
    + +

    +getNumerator

    +
    +public int getNumerator()
    +
    +

    Gets the numerator part of the fraction.

    + +

    This method may return a value greater than the denominator, an + improper fraction, such as the seven in 7/4.

    +

    +

    +
    +
    +
    + +
    Returns:
    the numerator fraction part
    +
    +
    +
    + +

    +getDenominator

    +
    +public int getDenominator()
    +
    +

    Gets the denominator part of the fraction.

    +

    +

    +
    +
    +
    + +
    Returns:
    the denominator fraction part
    +
    +
    +
    + +

    +getProperNumerator

    +
    +public int getProperNumerator()
    +
    +

    Gets the proper numerator, always positive.

    + +

    An improper fraction 7/4 can be resolved into a proper one, 1 3/4. + This method returns the 3 from the proper fraction.

    + +

    If the fraction is negative such as -7/4, it can be resolved into + -1 3/4, so this method returns the positive proper numerator, 3.

    +

    +

    +
    +
    +
    + +
    Returns:
    the numerator fraction part of a proper fraction, always positive
    +
    +
    +
    + +

    +getProperWhole

    +
    +public int getProperWhole()
    +
    +

    Gets the proper whole part of the fraction.

    + +

    An improper fraction 7/4 can be resolved into a proper one, 1 3/4. + This method returns the 1 from the proper fraction.

    + +

    If the fraction is negative such as -7/4, it can be resolved into + -1 3/4, so this method returns the positive whole part -1.

    +

    +

    +
    +
    +
    + +
    Returns:
    the whole fraction part of a proper fraction, that includes the sign
    +
    +
    +
    + +

    +intValue

    +
    +public int intValue()
    +
    +

    Gets the fraction as an int. This returns the whole number + part of the fraction.

    +

    +

    +
    +
    +
    + +
    Returns:
    the whole number fraction part
    +
    +
    +
    + +

    +longValue

    +
    +public long longValue()
    +
    +

    Gets the fraction as a long. This returns the whole number + part of the fraction.

    +

    +

    +
    +
    +
    + +
    Returns:
    the whole number fraction part
    +
    +
    +
    + +

    +floatValue

    +
    +public float floatValue()
    +
    +

    Gets the fraction as a float. This calculates the fraction + as the numerator divided by denominator.

    +

    +

    +
    +
    +
    + +
    Returns:
    the fraction as a float
    +
    +
    +
    + +

    +doubleValue

    +
    +public double doubleValue()
    +
    +

    Gets the fraction as a double. This calculates the fraction + as the numerator divided by denominator.

    +

    +

    +
    +
    +
    + +
    Returns:
    the fraction as a double
    +
    +
    +
    + +

    +reduce

    +
    +public Fraction reduce()
    +
    +

    Reduce the fraction to the smallest values for the numerator and + denominator, returning the result.

    + +

    For example, if this fraction represents 2/4, then the result + will be 1/2.

    +

    +

    +
    +
    +
    + +
    Returns:
    a new reduced fraction instance, or this if no simplification possible
    +
    +
    +
    + +

    +invert

    +
    +public Fraction invert()
    +
    +

    Gets a fraction that is the inverse (1/fraction) of this one.

    + +

    The returned fraction is not reduced.

    +

    +

    +
    +
    +
    + +
    Returns:
    a new fraction instance with the numerator and denominator + inverted. +
    Throws: +
    java.lang.ArithmeticException - if the fraction represents zero.
    +
    +
    +
    + +

    +negate

    +
    +public Fraction negate()
    +
    +

    Gets a fraction that is the negative (-fraction) of this one.

    + +

    The returned fraction is not reduced.

    +

    +

    +
    +
    +
    + +
    Returns:
    a new fraction instance with the opposite signed numerator
    +
    +
    +
    + +

    +abs

    +
    +public Fraction abs()
    +
    +

    Gets a fraction that is the positive equivalent of this one.

    +

    More precisely: (fraction >= 0 ? this : -fraction)

    + +

    The returned fraction is not reduced.

    +

    +

    +
    +
    +
    + +
    Returns:
    this if it is positive, or a new positive fraction + instance with the opposite signed numerator
    +
    +
    +
    + +

    +pow

    +
    +public Fraction pow(int power)
    +
    +

    Gets a fraction that is raised to the passed in power.

    + +

    The returned fraction is in reduced form.

    +

    +

    +
    +
    +
    +
    Parameters:
    power - the power to raise the fraction to +
    Returns:
    this if the power is one, ONE if the power + is zero (even if the fraction equals ZERO) or a new fraction instance + raised to the appropriate power +
    Throws: +
    java.lang.ArithmeticException - if the resulting numerator or denominator exceeds + Integer.MAX_VALUE
    +
    +
    +
    + +

    +add

    +
    +public Fraction add(Fraction fraction)
    +
    +

    Adds the value of this fraction to another, returning the result in reduced form. + The algorithm follows Knuth, 4.5.1.

    +

    +

    +
    +
    +
    +
    Parameters:
    fraction - the fraction to add, must not be null +
    Returns:
    a Fraction instance with the resulting values +
    Throws: +
    java.lang.IllegalArgumentException - if the fraction is null +
    java.lang.ArithmeticException - if the resulting numerator or denominator exceeds + Integer.MAX_VALUE
    +
    +
    +
    + +

    +subtract

    +
    +public Fraction subtract(Fraction fraction)
    +
    +

    Subtracts the value of another fraction from the value of this one, + returning the result in reduced form.

    +

    +

    +
    +
    +
    +
    Parameters:
    fraction - the fraction to subtract, must not be null +
    Returns:
    a Fraction instance with the resulting values +
    Throws: +
    java.lang.IllegalArgumentException - if the fraction is null +
    java.lang.ArithmeticException - if the resulting numerator or denominator + cannot be represented in an int.
    +
    +
    +
    + +

    +multiplyBy

    +
    +public Fraction multiplyBy(Fraction fraction)
    +
    +

    Multiplies the value of this fraction by another, returning the + result in reduced form.

    +

    +

    +
    +
    +
    +
    Parameters:
    fraction - the fraction to multiply by, must not be null +
    Returns:
    a Fraction instance with the resulting values +
    Throws: +
    java.lang.IllegalArgumentException - if the fraction is null +
    java.lang.ArithmeticException - if the resulting numerator or denominator exceeds + Integer.MAX_VALUE
    +
    +
    +
    + +

    +divideBy

    +
    +public Fraction divideBy(Fraction fraction)
    +
    +

    Divide the value of this fraction by another.

    +

    +

    +
    +
    +
    +
    Parameters:
    fraction - the fraction to divide by, must not be null +
    Returns:
    a Fraction instance with the resulting values +
    Throws: +
    java.lang.IllegalArgumentException - if the fraction is null +
    java.lang.ArithmeticException - if the fraction to divide by is zero +
    java.lang.ArithmeticException - if the resulting numerator or denominator exceeds + Integer.MAX_VALUE
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +

    Compares this fraction to another object to test if they are equal.

    . + +

    To be equal, both values must be equal. Thus 2/4 is not equal to 1/2.

    +

    +

    +
    +
    +
    +
    Parameters:
    obj - the reference object with which to compare +
    Returns:
    true if this object is equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +

    Gets a hashCode for the fraction.

    +

    +

    +
    +
    +
    + +
    Returns:
    a hash code value for this object
    +
    +
    +
    + +

    +compareTo

    +
    +public int compareTo(java.lang.Object object)
    +
    +

    Compares this object to another based on size.

    + +

    Note: this class has a natural ordering that is inconsistent + with equals, because, for example, equals treats 1/2 and 2/4 as + different, whereas compareTo treats them as equal. +

    +

    +
    Specified by:
    compareTo in interface java.lang.Comparable
    +
    +
    +
    Parameters:
    object - the object to compare to +
    Returns:
    -1 if this is less, 0 if equal, +1 if greater +
    Throws: +
    java.lang.ClassCastException - if the object is not a Fraction +
    java.lang.NullPointerException - if the object is null
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +

    Gets the fraction as a String.

    + +

    The format used is 'numerator/denominator' always. +

    +

    +
    +
    +
    + +
    Returns:
    a String form of the fraction
    +
    +
    +
    + +

    +toProperString

    +
    +public java.lang.String toProperString()
    +
    +

    Gets the fraction as a proper String in the format X Y/Z.

    + +

    The format used in 'wholeNumber numerator/denominator'. + If the whole number is zero it will be ommitted. If the numerator is zero, + only the whole number is returned.

    +

    +

    +
    +
    +
    + +
    Returns:
    a String form of the fraction
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/IEEE754rUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/IEEE754rUtils.html new file mode 100644 index 0000000..3ff38b8 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/IEEE754rUtils.html @@ -0,0 +1,562 @@ + + + + + + + +IEEE754rUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.math +
    +Class IEEE754rUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.math.IEEE754rUtils
    +
    +
    +
    +
    public class IEEE754rUtils
    extends java.lang.Object
    + +

    +

    Provides IEEE-754r variants of NumberUtils methods.

    + +

    See: http://en.wikipedia.org/wiki/IEEE_754r

    +

    + +

    +

    +
    Since:
    +
    2.4
    +
    Version:
    +
    $Id: IEEE754rUtils.java 634088 2008-03-06 00:06:05Z niallp $
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    IEEE754rUtils() + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static doublemax(double[] array) + +
    +          Returns the maximum value in an array.
    +static doublemax(double a, + double b) + +
    +          Gets the maximum of two double values.
    +static doublemax(double a, + double b, + double c) + +
    +          Gets the maximum of three double values.
    +static floatmax(float[] array) + +
    +          Returns the maximum value in an array.
    +static floatmax(float a, + float b) + +
    +          Gets the maximum of two float values.
    +static floatmax(float a, + float b, + float c) + +
    +          Gets the maximum of three float values.
    +static doublemin(double[] array) + +
    +          Returns the minimum value in an array.
    +static doublemin(double a, + double b) + +
    +          Gets the minimum of two double values.
    +static doublemin(double a, + double b, + double c) + +
    +          Gets the minimum of three double values.
    +static floatmin(float[] array) + +
    +          Returns the minimum value in an array.
    +static floatmin(float a, + float b) + +
    +          Gets the minimum of two float values.
    +static floatmin(float a, + float b, + float c) + +
    +          Gets the minimum of three float values.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +IEEE754rUtils

    +
    +public IEEE754rUtils()
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +min

    +
    +public static double min(double[] array)
    +
    +

    Returns the minimum value in an array.

    +

    +

    +
    Parameters:
    array - an array, must not be null or empty +
    Returns:
    the minimum value in the array +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty
    +
    +
    +
    + +

    +min

    +
    +public static float min(float[] array)
    +
    +

    Returns the minimum value in an array.

    +

    +

    +
    Parameters:
    array - an array, must not be null or empty +
    Returns:
    the minimum value in the array +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty
    +
    +
    +
    + +

    +min

    +
    +public static double min(double a,
    +                         double b,
    +                         double c)
    +
    +

    Gets the minimum of three double values.

    + +

    NaN is only returned if all numbers are NaN as per IEEE-754r.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the smallest of the values
    +
    +
    +
    + +

    +min

    +
    +public static double min(double a,
    +                         double b)
    +
    +

    Gets the minimum of two double values.

    + +

    NaN is only returned if all numbers are NaN as per IEEE-754r.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2 +
    Returns:
    the smallest of the values
    +
    +
    +
    + +

    +min

    +
    +public static float min(float a,
    +                        float b,
    +                        float c)
    +
    +

    Gets the minimum of three float values.

    + +

    NaN is only returned if all numbers are NaN as per IEEE-754r.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the smallest of the values
    +
    +
    +
    + +

    +min

    +
    +public static float min(float a,
    +                        float b)
    +
    +

    Gets the minimum of two float values.

    + +

    NaN is only returned if all numbers are NaN as per IEEE-754r.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2 +
    Returns:
    the smallest of the values
    +
    +
    +
    + +

    +max

    +
    +public static double max(double[] array)
    +
    +

    Returns the maximum value in an array.

    +

    +

    +
    Parameters:
    array - an array, must not be null or empty +
    Returns:
    the minimum value in the array +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty
    +
    +
    +
    + +

    +max

    +
    +public static float max(float[] array)
    +
    +

    Returns the maximum value in an array.

    +

    +

    +
    Parameters:
    array - an array, must not be null or empty +
    Returns:
    the minimum value in the array +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty
    +
    +
    +
    + +

    +max

    +
    +public static double max(double a,
    +                         double b,
    +                         double c)
    +
    +

    Gets the maximum of three double values.

    + +

    NaN is only returned if all numbers are NaN as per IEEE-754r.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the largest of the values
    +
    +
    +
    + +

    +max

    +
    +public static double max(double a,
    +                         double b)
    +
    +

    Gets the maximum of two double values.

    + +

    NaN is only returned if all numbers are NaN as per IEEE-754r.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2 +
    Returns:
    the largest of the values
    +
    +
    +
    + +

    +max

    +
    +public static float max(float a,
    +                        float b,
    +                        float c)
    +
    +

    Gets the maximum of three float values.

    + +

    NaN is only returned if all numbers are NaN as per IEEE-754r.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the largest of the values
    +
    +
    +
    + +

    +max

    +
    +public static float max(float a,
    +                        float b)
    +
    +

    Gets the maximum of two float values.

    + +

    NaN is only returned if all numbers are NaN as per IEEE-754r.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2 +
    Returns:
    the largest of the values
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/IntRange.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/IntRange.html new file mode 100644 index 0000000..f17ba16 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/IntRange.html @@ -0,0 +1,807 @@ + + + + + + + +IntRange (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.math +
    +Class IntRange

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.math.Range
    +      extended byorg.apache.commons.lang.math.IntRange
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    +
    public final class IntRange
    extends Range
    implements java.io.Serializable
    + +

    +

    IntRange represents an inclusive range of ints.

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: IntRange.java 594398 2007-11-13 02:43:10Z bayard $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    IntRange(int number) + +
    +          Constructs a new IntRange using the specified + number as both the minimum and maximum in this range.
    IntRange(int number1, + int number2) + +
    +          Constructs a new IntRange with the specified + minimum and maximum numbers (both inclusive).
    IntRange(java.lang.Number number) + +
    +          Constructs a new IntRange using the specified + number as both the minimum and maximum in this range.
    IntRange(java.lang.Number number1, + java.lang.Number number2) + +
    +          Constructs a new IntRange with the specified + minimum and maximum numbers (both inclusive).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleancontainsInteger(int value) + +
    +          Tests whether the specified int occurs within + this range using int comparison.
    + booleancontainsNumber(java.lang.Number number) + +
    +          Tests whether the specified number occurs within + this range using int comparison.
    + booleancontainsRange(Range range) + +
    +          Tests whether the specified range occurs entirely within this range + using int comparison.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this range to another object to test if they are equal.
    + doublegetMaximumDouble() + +
    +          Gets the maximum number in this range as a double.
    + floatgetMaximumFloat() + +
    +          Gets the maximum number in this range as a float.
    + intgetMaximumInteger() + +
    +          Gets the maximum number in this range as a int.
    + longgetMaximumLong() + +
    +          Gets the maximum number in this range as a long.
    + java.lang.NumbergetMaximumNumber() + +
    +          Returns the maximum number in this range.
    + doublegetMinimumDouble() + +
    +          Gets the minimum number in this range as a double.
    + floatgetMinimumFloat() + +
    +          Gets the minimum number in this range as a float.
    + intgetMinimumInteger() + +
    +          Gets the minimum number in this range as a int.
    + longgetMinimumLong() + +
    +          Gets the minimum number in this range as a long.
    + java.lang.NumbergetMinimumNumber() + +
    +          Returns the minimum number in this range.
    + inthashCode() + +
    +          Gets a hashCode for the range.
    + booleanoverlapsRange(Range range) + +
    +          Tests whether the specified range overlaps with this range + using int comparison.
    + int[]toArray() + +
    +          Returns an array containing all the integer values in the range.
    + java.lang.StringtoString() + +
    +          Gets the range as a String.
    + + + + + + + +
    Methods inherited from class org.apache.commons.lang.math.Range
    containsDouble, containsDouble, containsFloat, containsFloat, containsInteger, containsLong, containsLong
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +IntRange

    +
    +public IntRange(int number)
    +
    +

    Constructs a new IntRange using the specified + number as both the minimum and maximum in this range.

    +

    +

    Parameters:
    number - the number to use for this range
    +
    + +

    +IntRange

    +
    +public IntRange(java.lang.Number number)
    +
    +

    Constructs a new IntRange using the specified + number as both the minimum and maximum in this range.

    +

    +

    Parameters:
    number - the number to use for this range, must not be null +
    Throws: +
    java.lang.IllegalArgumentException - if the number is null
    +
    + +

    +IntRange

    +
    +public IntRange(int number1,
    +                int number2)
    +
    +

    Constructs a new IntRange with the specified + minimum and maximum numbers (both inclusive).

    + +

    The arguments may be passed in the order (min,max) or (max,min). The + getMinimum and getMaximum methods will return the correct values.

    +

    +

    Parameters:
    number1 - first number that defines the edge of the range, inclusive
    number2 - second number that defines the edge of the range, inclusive
    +
    + +

    +IntRange

    +
    +public IntRange(java.lang.Number number1,
    +                java.lang.Number number2)
    +
    +

    Constructs a new IntRange with the specified + minimum and maximum numbers (both inclusive).

    + +

    The arguments may be passed in the order (min,max) or (max,min). The + getMinimum and getMaximum methods will return the correct values.

    +

    +

    Parameters:
    number1 - first number that defines the edge of the range, inclusive
    number2 - second number that defines the edge of the range, inclusive +
    Throws: +
    java.lang.IllegalArgumentException - if either number is null
    + + + + + + + + +
    +Method Detail
    + +

    +getMinimumNumber

    +
    +public java.lang.Number getMinimumNumber()
    +
    +

    Returns the minimum number in this range.

    +

    +

    +
    Specified by:
    getMinimumNumber in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumLong

    +
    +public long getMinimumLong()
    +
    +

    Gets the minimum number in this range as a long.

    +

    +

    +
    Overrides:
    getMinimumLong in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumInteger

    +
    +public int getMinimumInteger()
    +
    +

    Gets the minimum number in this range as a int.

    +

    +

    +
    Overrides:
    getMinimumInteger in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumDouble

    +
    +public double getMinimumDouble()
    +
    +

    Gets the minimum number in this range as a double.

    +

    +

    +
    Overrides:
    getMinimumDouble in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumFloat

    +
    +public float getMinimumFloat()
    +
    +

    Gets the minimum number in this range as a float.

    +

    +

    +
    Overrides:
    getMinimumFloat in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMaximumNumber

    +
    +public java.lang.Number getMaximumNumber()
    +
    +

    Returns the maximum number in this range.

    +

    +

    +
    Specified by:
    getMaximumNumber in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumLong

    +
    +public long getMaximumLong()
    +
    +

    Gets the maximum number in this range as a long.

    +

    +

    +
    Overrides:
    getMaximumLong in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumInteger

    +
    +public int getMaximumInteger()
    +
    +

    Gets the maximum number in this range as a int.

    +

    +

    +
    Overrides:
    getMaximumInteger in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumDouble

    +
    +public double getMaximumDouble()
    +
    +

    Gets the maximum number in this range as a double.

    +

    +

    +
    Overrides:
    getMaximumDouble in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumFloat

    +
    +public float getMaximumFloat()
    +
    +

    Gets the maximum number in this range as a float.

    +

    +

    +
    Overrides:
    getMaximumFloat in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +containsNumber

    +
    +public boolean containsNumber(java.lang.Number number)
    +
    +

    Tests whether the specified number occurs within + this range using int comparison.

    + +

    null is handled and returns false.

    +

    +

    +
    Specified by:
    containsNumber in class Range
    +
    +
    +
    Parameters:
    number - the number to test, may be null +
    Returns:
    true if the specified number occurs within this range
    +
    +
    +
    + +

    +containsInteger

    +
    +public boolean containsInteger(int value)
    +
    +

    Tests whether the specified int occurs within + this range using int comparison.

    + +

    This implementation overrides the superclass for performance as it is + the most common case.

    +

    +

    +
    Overrides:
    containsInteger in class Range
    +
    +
    +
    Parameters:
    value - the int to test +
    Returns:
    true if the specified number occurs within this + range by int comparison
    +
    +
    +
    + +

    +containsRange

    +
    +public boolean containsRange(Range range)
    +
    +

    Tests whether the specified range occurs entirely within this range + using int comparison.

    + +

    null is handled and returns false.

    +

    +

    +
    Overrides:
    containsRange in class Range
    +
    +
    +
    Parameters:
    range - the range to test, may be null +
    Returns:
    true if the specified range occurs entirely within this range +
    Throws: +
    java.lang.IllegalArgumentException - if the range is not of this type
    +
    +
    +
    + +

    +overlapsRange

    +
    +public boolean overlapsRange(Range range)
    +
    +

    Tests whether the specified range overlaps with this range + using int comparison.

    + +

    null is handled and returns false.

    +

    +

    +
    Overrides:
    overlapsRange in class Range
    +
    +
    +
    Parameters:
    range - the range to test, may be null +
    Returns:
    true if the specified range overlaps with this range
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +

    Compares this range to another object to test if they are equal.

    . + +

    To be equal, the class, minimum and maximum must be equal.

    +

    +

    +
    Overrides:
    equals in class Range
    +
    +
    +
    Parameters:
    obj - the reference object with which to compare +
    Returns:
    true if this object is equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +

    Gets a hashCode for the range.

    +

    +

    +
    Overrides:
    hashCode in class Range
    +
    +
    + +
    Returns:
    a hash code value for this object
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +

    Gets the range as a String.

    + +

    The format of the String is 'Range[min,max]'.

    +

    +

    +
    Overrides:
    toString in class Range
    +
    +
    + +
    Returns:
    the String representation of this range
    +
    +
    +
    + +

    +toArray

    +
    +public int[] toArray()
    +
    +

    Returns an array containing all the integer values in the range.

    +

    +

    +
    +
    +
    + +
    Returns:
    the int[] representation of this range
    Since:
    +
    2.4
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/JVMRandom.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/JVMRandom.html new file mode 100644 index 0000000..ffffcc4 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/JVMRandom.html @@ -0,0 +1,507 @@ + + + + + + + +JVMRandom (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.math +
    +Class JVMRandom

    +
    +java.lang.Object
    +  extended byjava.util.Random
    +      extended byorg.apache.commons.lang.math.JVMRandom
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    +
    public final class JVMRandom
    extends java.util.Random
    + +

    +

    JVMRandom is a wrapper that supports all possible + Random methods via the Math.random() method + and its system-wide Random object.

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: JVMRandom.java 471626 2006-11-06 04:02:09Z bayard $
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    JVMRandom() + +
    +          Constructs a new instance.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleannextBoolean() + +
    +          Returns the next pseudorandom, uniformly distributed boolean value + from the Math.random() sequence.
    + voidnextBytes(byte[] byteArray) + +
    +          Unsupported in 2.0.
    + doublenextDouble() + +
    +          Synonymous to the Math.random() call.
    + floatnextFloat() + +
    +          Returns the next pseudorandom, uniformly distributed float value + between 0.0 and 1.0 from the Math.random() + sequence.
    + doublenextGaussian() + +
    +          Unsupported in 2.0.
    + intnextInt() + +
    +          Returns the next pseudorandom, uniformly distributed int value + from the Math.random() sequence.
    + intnextInt(int n) + +
    +          Returns a pseudorandom, uniformly distributed int value between + 0 (inclusive) and the specified value (exclusive), from + the Math.random() sequence.
    + longnextLong() + +
    +          Returns the next pseudorandom, uniformly distributed long value + from the Math.random() sequence.
    +static longnextLong(long n) + +
    +          Returns a pseudorandom, uniformly distributed long value between + 0 (inclusive) and the specified value (exclusive), from + the Math.random() sequence.
    + voidsetSeed(long seed) + +
    +          Unsupported in 2.0.
    + + + + + + + +
    Methods inherited from class java.util.Random
    next
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +JVMRandom

    +
    +public JVMRandom()
    +
    +
    Constructs a new instance. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +setSeed

    +
    +public void setSeed(long seed)
    +
    +
    Unsupported in 2.0. +

    +

    +
    Parameters:
    seed - ignored +
    Throws: +
    java.lang.UnsupportedOperationException
    +
    +
    +
    + +

    +nextGaussian

    +
    +public double nextGaussian()
    +
    +
    Unsupported in 2.0. +

    +

    + +
    Returns:
    Nothing, this method always throws an UnsupportedOperationException. +
    Throws: +
    java.lang.UnsupportedOperationException
    +
    +
    +
    + +

    +nextBytes

    +
    +public void nextBytes(byte[] byteArray)
    +
    +
    Unsupported in 2.0. +

    +

    +
    Parameters:
    byteArray - ignored +
    Throws: +
    java.lang.UnsupportedOperationException
    +
    +
    +
    + +

    +nextInt

    +
    +public int nextInt()
    +
    +

    Returns the next pseudorandom, uniformly distributed int value + from the Math.random() sequence.

    +

    +

    + +
    Returns:
    the random int
    +
    +
    +
    + +

    +nextInt

    +
    +public int nextInt(int n)
    +
    +

    Returns a pseudorandom, uniformly distributed int value between + 0 (inclusive) and the specified value (exclusive), from + the Math.random() sequence.

    +

    +

    +
    Parameters:
    n - the specified exclusive max-value +
    Returns:
    the random int +
    Throws: +
    java.lang.IllegalArgumentException - when n <= 0
    +
    +
    +
    + +

    +nextLong

    +
    +public long nextLong()
    +
    +

    Returns the next pseudorandom, uniformly distributed long value + from the Math.random() sequence.

    +

    +

    + +
    Returns:
    the random long
    +
    +
    +
    + +

    +nextLong

    +
    +public static long nextLong(long n)
    +
    +

    Returns a pseudorandom, uniformly distributed long value between + 0 (inclusive) and the specified value (exclusive), from + the Math.random() sequence.

    +

    +

    +
    Parameters:
    n - the specified exclusive max-value +
    Returns:
    the random long +
    Throws: +
    java.lang.IllegalArgumentException - when n <= 0
    +
    +
    +
    + +

    +nextBoolean

    +
    +public boolean nextBoolean()
    +
    +

    Returns the next pseudorandom, uniformly distributed boolean value + from the Math.random() sequence.

    +

    +

    + +
    Returns:
    the random boolean
    +
    +
    +
    + +

    +nextFloat

    +
    +public float nextFloat()
    +
    +

    Returns the next pseudorandom, uniformly distributed float value + between 0.0 and 1.0 from the Math.random() + sequence.

    +

    +

    + +
    Returns:
    the random float
    +
    +
    +
    + +

    +nextDouble

    +
    +public double nextDouble()
    +
    +

    Synonymous to the Math.random() call.

    +

    +

    + +
    Returns:
    the random double
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/LongRange.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/LongRange.html new file mode 100644 index 0000000..5fae4eb --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/LongRange.html @@ -0,0 +1,820 @@ + + + + + + + +LongRange (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.math +
    +Class LongRange

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.math.Range
    +      extended byorg.apache.commons.lang.math.LongRange
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    +
    public final class LongRange
    extends Range
    implements java.io.Serializable
    + +

    +

    LongRange represents an inclusive range of longs.

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: LongRange.java 594398 2007-11-13 02:43:10Z bayard $
    +
    Author:
    +
    Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    LongRange(long number) + +
    +          Constructs a new LongRange using the specified + number as both the minimum and maximum in this range.
    LongRange(long number1, + long number2) + +
    +          Constructs a new LongRange with the specified + minimum and maximum numbers (both inclusive).
    LongRange(java.lang.Number number) + +
    +          Constructs a new LongRange using the specified + number as both the minimum and maximum in this range.
    LongRange(java.lang.Number number1, + java.lang.Number number2) + +
    +          Constructs a new LongRange with the specified + minimum and maximum numbers (both inclusive).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleancontainsLong(long value) + +
    +          Tests whether the specified long occurs within + this range using long comparison.
    + booleancontainsNumber(java.lang.Number number) + +
    +          Tests whether the specified number occurs within + this range using long comparison.
    + booleancontainsRange(Range range) + +
    +          Tests whether the specified range occurs entirely within this range + using long comparison.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this range to another object to test if they are equal.
    + doublegetMaximumDouble() + +
    +          Gets the maximum number in this range as a double.
    + floatgetMaximumFloat() + +
    +          Gets the maximum number in this range as a float.
    + intgetMaximumInteger() + +
    +          Gets the maximum number in this range cast to an int.
    + longgetMaximumLong() + +
    +          Gets the maximum number in this range as a long.
    + java.lang.NumbergetMaximumNumber() + +
    +          Returns the maximum number in this range.
    + doublegetMinimumDouble() + +
    +          Gets the minimum number in this range as a double.
    + floatgetMinimumFloat() + +
    +          Gets the minimum number in this range as a float.
    + intgetMinimumInteger() + +
    +          Gets the minimum number in this range as a int.
    + longgetMinimumLong() + +
    +          Gets the minimum number in this range as a long.
    + java.lang.NumbergetMinimumNumber() + +
    +          Returns the minimum number in this range.
    + inthashCode() + +
    +          Gets a hashCode for the range.
    + booleanoverlapsRange(Range range) + +
    +          Tests whether the specified range overlaps with this range + using long comparison.
    + long[]toArray() + +
    +          Returns an array containing all the long values in the range.
    + java.lang.StringtoString() + +
    +          Gets the range as a String.
    + + + + + + + +
    Methods inherited from class org.apache.commons.lang.math.Range
    containsDouble, containsDouble, containsFloat, containsFloat, containsInteger, containsInteger, containsLong
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +LongRange

    +
    +public LongRange(long number)
    +
    +

    Constructs a new LongRange using the specified + number as both the minimum and maximum in this range.

    +

    +

    Parameters:
    number - the number to use for this range
    +
    + +

    +LongRange

    +
    +public LongRange(java.lang.Number number)
    +
    +

    Constructs a new LongRange using the specified + number as both the minimum and maximum in this range.

    +

    +

    Parameters:
    number - the number to use for this range, must not + be null +
    Throws: +
    java.lang.IllegalArgumentException - if the number is null
    +
    + +

    +LongRange

    +
    +public LongRange(long number1,
    +                 long number2)
    +
    +

    Constructs a new LongRange with the specified + minimum and maximum numbers (both inclusive).

    + +

    The arguments may be passed in the order (min,max) or (max,min). The + getMinimum and getMaximum methods will return the correct values.

    +

    +

    Parameters:
    number1 - first number that defines the edge of the range, inclusive
    number2 - second number that defines the edge of the range, inclusive
    +
    + +

    +LongRange

    +
    +public LongRange(java.lang.Number number1,
    +                 java.lang.Number number2)
    +
    +

    Constructs a new LongRange with the specified + minimum and maximum numbers (both inclusive).

    + +

    The arguments may be passed in the order (min,max) or (max,min). The + getMinimum and getMaximum methods will return the correct values.

    +

    +

    Parameters:
    number1 - first number that defines the edge of the range, inclusive
    number2 - second number that defines the edge of the range, inclusive +
    Throws: +
    java.lang.IllegalArgumentException - if either number is null
    + + + + + + + + +
    +Method Detail
    + +

    +getMinimumNumber

    +
    +public java.lang.Number getMinimumNumber()
    +
    +

    Returns the minimum number in this range.

    +

    +

    +
    Specified by:
    getMinimumNumber in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumLong

    +
    +public long getMinimumLong()
    +
    +

    Gets the minimum number in this range as a long.

    +

    +

    +
    Overrides:
    getMinimumLong in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumInteger

    +
    +public int getMinimumInteger()
    +
    +

    Gets the minimum number in this range as a int.

    + +

    This conversion can lose information for large values.

    +

    +

    +
    Overrides:
    getMinimumInteger in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumDouble

    +
    +public double getMinimumDouble()
    +
    +

    Gets the minimum number in this range as a double.

    + +

    This conversion can lose information for large values.

    +

    +

    +
    Overrides:
    getMinimumDouble in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumFloat

    +
    +public float getMinimumFloat()
    +
    +

    Gets the minimum number in this range as a float.

    + +

    This conversion can lose information for large values.

    +

    +

    +
    Overrides:
    getMinimumFloat in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMaximumNumber

    +
    +public java.lang.Number getMaximumNumber()
    +
    +

    Returns the maximum number in this range.

    +

    +

    +
    Specified by:
    getMaximumNumber in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumLong

    +
    +public long getMaximumLong()
    +
    +

    Gets the maximum number in this range as a long.

    +

    +

    +
    Overrides:
    getMaximumLong in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumInteger

    +
    +public int getMaximumInteger()
    +
    +

    Gets the maximum number in this range cast to an int.

    + +

    This conversion can lose information for large values.

    +

    +

    +
    Overrides:
    getMaximumInteger in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range cast to an int.
    +
    +
    +
    + +

    +getMaximumDouble

    +
    +public double getMaximumDouble()
    +
    +

    Gets the maximum number in this range as a double.

    + +

    This conversion can lose information for large values.

    +

    +

    +
    Overrides:
    getMaximumDouble in class Range
    +
    +
    + +
    Returns:
    The maximum number in this range as a double.
    +
    +
    +
    + +

    +getMaximumFloat

    +
    +public float getMaximumFloat()
    +
    +

    Gets the maximum number in this range as a float.

    + +

    This conversion can lose information for large values.

    +

    +

    +
    Overrides:
    getMaximumFloat in class Range
    +
    +
    + +
    Returns:
    The maximum number in this range as a float.
    +
    +
    +
    + +

    +containsNumber

    +
    +public boolean containsNumber(java.lang.Number number)
    +
    +

    Tests whether the specified number occurs within + this range using long comparison.

    + +

    null is handled and returns false.

    +

    +

    +
    Specified by:
    containsNumber in class Range
    +
    +
    +
    Parameters:
    number - the number to test, may be null +
    Returns:
    true if the specified number occurs within this range
    +
    +
    +
    + +

    +containsLong

    +
    +public boolean containsLong(long value)
    +
    +

    Tests whether the specified long occurs within + this range using long comparison.

    + +

    This implementation overrides the superclass for performance as it is + the most common case.

    +

    +

    +
    Overrides:
    containsLong in class Range
    +
    +
    +
    Parameters:
    value - the long to test +
    Returns:
    true if the specified number occurs within this + range by long comparison
    +
    +
    +
    + +

    +containsRange

    +
    +public boolean containsRange(Range range)
    +
    +

    Tests whether the specified range occurs entirely within this range + using long comparison.

    + +

    null is handled and returns false.

    +

    +

    +
    Overrides:
    containsRange in class Range
    +
    +
    +
    Parameters:
    range - the range to test, may be null +
    Returns:
    true if the specified range occurs entirely within this range +
    Throws: +
    java.lang.IllegalArgumentException - if the range is not of this type
    +
    +
    +
    + +

    +overlapsRange

    +
    +public boolean overlapsRange(Range range)
    +
    +

    Tests whether the specified range overlaps with this range + using long comparison.

    + +

    null is handled and returns false.

    +

    +

    +
    Overrides:
    overlapsRange in class Range
    +
    +
    +
    Parameters:
    range - the range to test, may be null +
    Returns:
    true if the specified range overlaps with this range
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +

    Compares this range to another object to test if they are equal.

    . + +

    To be equal, the class, minimum and maximum must be equal.

    +

    +

    +
    Overrides:
    equals in class Range
    +
    +
    +
    Parameters:
    obj - the reference object with which to compare +
    Returns:
    true if this object is equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +

    Gets a hashCode for the range.

    +

    +

    +
    Overrides:
    hashCode in class Range
    +
    +
    + +
    Returns:
    a hash code value for this object
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +

    Gets the range as a String.

    + +

    The format of the String is 'Range[min,max]'.

    +

    +

    +
    Overrides:
    toString in class Range
    +
    +
    + +
    Returns:
    the String representation of this range
    +
    +
    +
    + +

    +toArray

    +
    +public long[] toArray()
    +
    +

    Returns an array containing all the long values in the range.

    +

    +

    +
    +
    +
    + +
    Returns:
    the long[] representation of this range
    Since:
    +
    2.4
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/NumberRange.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/NumberRange.html new file mode 100644 index 0000000..6f0f22d --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/NumberRange.html @@ -0,0 +1,460 @@ + + + + + + + +NumberRange (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.math +
    +Class NumberRange

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.math.Range
    +      extended byorg.apache.commons.lang.math.NumberRange
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    +
    public final class NumberRange
    extends Range
    implements java.io.Serializable
    + +

    +

    NumberRange represents an inclusive range of + Number objects of the same type.

    +

    + +

    +

    +
    Since:
    +
    2.0 (previously in org.apache.commons.lang)
    +
    Version:
    +
    $Id: NumberRange.java 437554 2006-08-28 06:21:41Z bayard $
    +
    Author:
    +
    Christopher Elkins, Stephen Colebourne
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    NumberRange(java.lang.Number num) + +
    +          Constructs a new NumberRange using the specified + number as both the minimum and maximum in this range.
    NumberRange(java.lang.Number num1, + java.lang.Number num2) + +
    +          Constructs a new NumberRange with the specified + minimum and maximum numbers (both inclusive).
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleancontainsNumber(java.lang.Number number) + +
    +          Tests whether the specified number occurs within + this range.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this range to another object to test if they are equal.
    + java.lang.NumbergetMaximumNumber() + +
    +          Returns the maximum number in this range.
    + java.lang.NumbergetMinimumNumber() + +
    +          Returns the minimum number in this range.
    + inthashCode() + +
    +          Gets a hashCode for the range.
    + java.lang.StringtoString() + +
    +          Gets the range as a String.
    + + + + + + + +
    Methods inherited from class org.apache.commons.lang.math.Range
    containsDouble, containsDouble, containsFloat, containsFloat, containsInteger, containsInteger, containsLong, containsLong, containsRange, getMaximumDouble, getMaximumFloat, getMaximumInteger, getMaximumLong, getMinimumDouble, getMinimumFloat, getMinimumInteger, getMinimumLong, overlapsRange
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +NumberRange

    +
    +public NumberRange(java.lang.Number num)
    +
    +

    Constructs a new NumberRange using the specified + number as both the minimum and maximum in this range.

    +

    +

    Parameters:
    num - the number to use for this range +
    Throws: +
    java.lang.IllegalArgumentException - if the number is null +
    java.lang.IllegalArgumentException - if the number doesn't implement Comparable +
    java.lang.IllegalArgumentException - if the number is Double.NaN or Float.NaN
    +
    + +

    +NumberRange

    +
    +public NumberRange(java.lang.Number num1,
    +                   java.lang.Number num2)
    +
    +

    Constructs a new NumberRange with the specified + minimum and maximum numbers (both inclusive).

    + +

    The arguments may be passed in the order (min,max) or (max,min). The + getMinimumNumber() and getMaximumNumber() methods will return the + correct value.

    + +

    This constructor is designed to be used with two Number + objects of the same type. If two objects of different types are passed in, + an exception is thrown.

    +

    +

    Parameters:
    num1 - first number that defines the edge of the range, inclusive
    num2 - second number that defines the edge of the range, inclusive +
    Throws: +
    java.lang.IllegalArgumentException - if either number is null +
    java.lang.IllegalArgumentException - if the numbers are of different types +
    java.lang.IllegalArgumentException - if the numbers don't implement Comparable
    + + + + + + + + +
    +Method Detail
    + +

    +getMinimumNumber

    +
    +public java.lang.Number getMinimumNumber()
    +
    +

    Returns the minimum number in this range.

    +

    +

    +
    Specified by:
    getMinimumNumber in class Range
    +
    +
    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMaximumNumber

    +
    +public java.lang.Number getMaximumNumber()
    +
    +

    Returns the maximum number in this range.

    +

    +

    +
    Specified by:
    getMaximumNumber in class Range
    +
    +
    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +containsNumber

    +
    +public boolean containsNumber(java.lang.Number number)
    +
    +

    Tests whether the specified number occurs within + this range.

    + +

    null is handled and returns false.

    +

    +

    +
    Specified by:
    containsNumber in class Range
    +
    +
    +
    Parameters:
    number - the number to test, may be null +
    Returns:
    true if the specified number occurs within this range +
    Throws: +
    java.lang.IllegalArgumentException - if the number is of a different type to the range
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +

    Compares this range to another object to test if they are equal.

    . + +

    To be equal, the class, minimum and maximum must be equal.

    +

    +

    +
    Overrides:
    equals in class Range
    +
    +
    +
    Parameters:
    obj - the reference object with which to compare +
    Returns:
    true if this object is equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +

    Gets a hashCode for the range.

    +

    +

    +
    Overrides:
    hashCode in class Range
    +
    +
    + +
    Returns:
    a hash code value for this object
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +

    Gets the range as a String.

    + +

    The format of the String is 'Range[min,max]'.

    +

    +

    +
    Overrides:
    toString in class Range
    +
    +
    + +
    Returns:
    the String representation of this range
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/NumberUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/NumberUtils.html new file mode 100644 index 0000000..197fe4b --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/NumberUtils.html @@ -0,0 +1,1970 @@ + + + + + + + +NumberUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.math +
    +Class NumberUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.math.NumberUtils
    +
    +
    +
    +
    public class NumberUtils
    extends java.lang.Object
    + +

    +

    Provides extra functionality for Java Number classes.

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: NumberUtils.java 609475 2008-01-06 23:58:59Z bayard $
    +
    Author:
    +
    Rand McNeely, Stephen Colebourne, Steve Downey, Eric Pugh, Phil Steitz, Matthew Hawthorne, Gary Gregory, Fredrik Westermarck
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static java.lang.ByteBYTE_MINUS_ONE + +
    +          Reusable Byte constant for minus one.
    +static java.lang.ByteBYTE_ONE + +
    +          Reusable Byte constant for one.
    +static java.lang.ByteBYTE_ZERO + +
    +          Reusable Byte constant for zero.
    +static java.lang.DoubleDOUBLE_MINUS_ONE + +
    +          Reusable Double constant for minus one.
    +static java.lang.DoubleDOUBLE_ONE + +
    +          Reusable Double constant for one.
    +static java.lang.DoubleDOUBLE_ZERO + +
    +          Reusable Double constant for zero.
    +static java.lang.FloatFLOAT_MINUS_ONE + +
    +          Reusable Float constant for minus one.
    +static java.lang.FloatFLOAT_ONE + +
    +          Reusable Float constant for one.
    +static java.lang.FloatFLOAT_ZERO + +
    +          Reusable Float constant for zero.
    +static java.lang.IntegerINTEGER_MINUS_ONE + +
    +          Reusable Integer constant for minus one.
    +static java.lang.IntegerINTEGER_ONE + +
    +          Reusable Integer constant for one.
    +static java.lang.IntegerINTEGER_ZERO + +
    +          Reusable Integer constant for zero.
    +static java.lang.LongLONG_MINUS_ONE + +
    +          Reusable Long constant for minus one.
    +static java.lang.LongLONG_ONE + +
    +          Reusable Long constant for one.
    +static java.lang.LongLONG_ZERO + +
    +          Reusable Long constant for zero.
    +static java.lang.ShortSHORT_MINUS_ONE + +
    +          Reusable Short constant for minus one.
    +static java.lang.ShortSHORT_ONE + +
    +          Reusable Short constant for one.
    +static java.lang.ShortSHORT_ZERO + +
    +          Reusable Short constant for zero.
    +  + + + + + + + + + + +
    +Constructor Summary
    NumberUtils() + +
    +          NumberUtils instances should NOT be constructed in standard programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static intcompare(double lhs, + double rhs) + +
    +          Compares two doubles for order.
    +static intcompare(float lhs, + float rhs) + +
    +          Compares two floats for order.
    +static java.math.BigDecimalcreateBigDecimal(java.lang.String str) + +
    +          Convert a String to a BigDecimal.
    +static java.math.BigIntegercreateBigInteger(java.lang.String str) + +
    +          Convert a String to a BigInteger.
    +static java.lang.DoublecreateDouble(java.lang.String str) + +
    +          Convert a String to a Double.
    +static java.lang.FloatcreateFloat(java.lang.String str) + +
    +          Convert a String to a Float.
    +static java.lang.IntegercreateInteger(java.lang.String str) + +
    +          Convert a String to a Integer, handling + hex and octal notations.
    +static java.lang.LongcreateLong(java.lang.String str) + +
    +          Convert a String to a Long.
    +static java.lang.NumbercreateNumber(java.lang.String str) + +
    +          Turns a string value into a java.lang.Number.
    +static booleanisDigits(java.lang.String str) + +
    +          Checks whether the String contains only + digit characters.
    +static booleanisNumber(java.lang.String str) + +
    +          Checks whether the String a valid Java number.
    +static bytemax(byte[] array) + +
    +          Returns the maximum value in an array.
    +static bytemax(byte a, + byte b, + byte c) + +
    +          Gets the maximum of three byte values.
    +static doublemax(double[] array) + +
    +          Returns the maximum value in an array.
    +static doublemax(double a, + double b, + double c) + +
    +          Gets the maximum of three double values.
    +static floatmax(float[] array) + +
    +          Returns the maximum value in an array.
    +static floatmax(float a, + float b, + float c) + +
    +          Gets the maximum of three float values.
    +static intmax(int[] array) + +
    +          Returns the maximum value in an array.
    +static intmax(int a, + int b, + int c) + +
    +          Gets the maximum of three int values.
    +static longmax(long[] array) + +
    +          Returns the maximum value in an array.
    +static longmax(long a, + long b, + long c) + +
    +          Gets the maximum of three long values.
    +static shortmax(short[] array) + +
    +          Returns the maximum value in an array.
    +static shortmax(short a, + short b, + short c) + +
    +          Gets the maximum of three short values.
    +static bytemin(byte[] array) + +
    +          Returns the minimum value in an array.
    +static bytemin(byte a, + byte b, + byte c) + +
    +          Gets the minimum of three byte values.
    +static doublemin(double[] array) + +
    +          Returns the minimum value in an array.
    +static doublemin(double a, + double b, + double c) + +
    +          Gets the minimum of three double values.
    +static floatmin(float[] array) + +
    +          Returns the minimum value in an array.
    +static floatmin(float a, + float b, + float c) + +
    +          Gets the minimum of three float values.
    +static intmin(int[] array) + +
    +          Returns the minimum value in an array.
    +static intmin(int a, + int b, + int c) + +
    +          Gets the minimum of three int values.
    +static longmin(long[] array) + +
    +          Returns the minimum value in an array.
    +static longmin(long a, + long b, + long c) + +
    +          Gets the minimum of three long values.
    +static shortmin(short[] array) + +
    +          Returns the minimum value in an array.
    +static shortmin(short a, + short b, + short c) + +
    +          Gets the minimum of three short values.
    +static intstringToInt(java.lang.String str) + +
    +          Deprecated. Use toInt(String) + This method will be removed in Commons Lang 3.0
    +static intstringToInt(java.lang.String str, + int defaultValue) + +
    +          Deprecated. Use toInt(String, int) + This method will be removed in Commons Lang 3.0
    +static doubletoDouble(java.lang.String str) + +
    +          Convert a String to a double, returning + 0.0d if the conversion fails.
    +static doubletoDouble(java.lang.String str, + double defaultValue) + +
    +          Convert a String to a double, returning a + default value if the conversion fails.
    +static floattoFloat(java.lang.String str) + +
    +          Convert a String to a float, returning + 0.0f if the conversion fails.
    +static floattoFloat(java.lang.String str, + float defaultValue) + +
    +          Convert a String to a float, returning a + default value if the conversion fails.
    +static inttoInt(java.lang.String str) + +
    +          Convert a String to an int, returning + zero if the conversion fails.
    +static inttoInt(java.lang.String str, + int defaultValue) + +
    +          Convert a String to an int, returning a + default value if the conversion fails.
    +static longtoLong(java.lang.String str) + +
    +          Convert a String to a long, returning + zero if the conversion fails.
    +static longtoLong(java.lang.String str, + long defaultValue) + +
    +          Convert a String to a long, returning a + default value if the conversion fails.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +LONG_ZERO

    +
    +public static final java.lang.Long LONG_ZERO
    +
    +
    Reusable Long constant for zero. +

    +

    +
    +
    +
    + +

    +LONG_ONE

    +
    +public static final java.lang.Long LONG_ONE
    +
    +
    Reusable Long constant for one. +

    +

    +
    +
    +
    + +

    +LONG_MINUS_ONE

    +
    +public static final java.lang.Long LONG_MINUS_ONE
    +
    +
    Reusable Long constant for minus one. +

    +

    +
    +
    +
    + +

    +INTEGER_ZERO

    +
    +public static final java.lang.Integer INTEGER_ZERO
    +
    +
    Reusable Integer constant for zero. +

    +

    +
    +
    +
    + +

    +INTEGER_ONE

    +
    +public static final java.lang.Integer INTEGER_ONE
    +
    +
    Reusable Integer constant for one. +

    +

    +
    +
    +
    + +

    +INTEGER_MINUS_ONE

    +
    +public static final java.lang.Integer INTEGER_MINUS_ONE
    +
    +
    Reusable Integer constant for minus one. +

    +

    +
    +
    +
    + +

    +SHORT_ZERO

    +
    +public static final java.lang.Short SHORT_ZERO
    +
    +
    Reusable Short constant for zero. +

    +

    +
    +
    +
    + +

    +SHORT_ONE

    +
    +public static final java.lang.Short SHORT_ONE
    +
    +
    Reusable Short constant for one. +

    +

    +
    +
    +
    + +

    +SHORT_MINUS_ONE

    +
    +public static final java.lang.Short SHORT_MINUS_ONE
    +
    +
    Reusable Short constant for minus one. +

    +

    +
    +
    +
    + +

    +BYTE_ZERO

    +
    +public static final java.lang.Byte BYTE_ZERO
    +
    +
    Reusable Byte constant for zero. +

    +

    +
    +
    +
    + +

    +BYTE_ONE

    +
    +public static final java.lang.Byte BYTE_ONE
    +
    +
    Reusable Byte constant for one. +

    +

    +
    +
    +
    + +

    +BYTE_MINUS_ONE

    +
    +public static final java.lang.Byte BYTE_MINUS_ONE
    +
    +
    Reusable Byte constant for minus one. +

    +

    +
    +
    +
    + +

    +DOUBLE_ZERO

    +
    +public static final java.lang.Double DOUBLE_ZERO
    +
    +
    Reusable Double constant for zero. +

    +

    +
    +
    +
    + +

    +DOUBLE_ONE

    +
    +public static final java.lang.Double DOUBLE_ONE
    +
    +
    Reusable Double constant for one. +

    +

    +
    +
    +
    + +

    +DOUBLE_MINUS_ONE

    +
    +public static final java.lang.Double DOUBLE_MINUS_ONE
    +
    +
    Reusable Double constant for minus one. +

    +

    +
    +
    +
    + +

    +FLOAT_ZERO

    +
    +public static final java.lang.Float FLOAT_ZERO
    +
    +
    Reusable Float constant for zero. +

    +

    +
    +
    +
    + +

    +FLOAT_ONE

    +
    +public static final java.lang.Float FLOAT_ONE
    +
    +
    Reusable Float constant for one. +

    +

    +
    +
    +
    + +

    +FLOAT_MINUS_ONE

    +
    +public static final java.lang.Float FLOAT_MINUS_ONE
    +
    +
    Reusable Float constant for minus one. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +NumberUtils

    +
    +public NumberUtils()
    +
    +

    NumberUtils instances should NOT be constructed in standard programming. + Instead, the class should be used as NumberUtils.stringToInt("6");.

    + +

    This constructor is public to permit tools that require a JavaBean instance + to operate.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +stringToInt

    +
    +public static int stringToInt(java.lang.String str)
    +
    +
    Deprecated. Use toInt(String) + This method will be removed in Commons Lang 3.0 +

    +

    Convert a String to an int, returning + zero if the conversion fails.

    + +

    If the string is null, zero is returned.

    + +
    +   NumberUtils.stringToInt(null) = 0
    +   NumberUtils.stringToInt("")   = 0
    +   NumberUtils.stringToInt("1")  = 1
    + 
    +

    +

    +
    Parameters:
    str - the string to convert, may be null +
    Returns:
    the int represented by the string, or zero if + conversion fails
    +
    +
    +
    + +

    +toInt

    +
    +public static int toInt(java.lang.String str)
    +
    +

    Convert a String to an int, returning + zero if the conversion fails.

    + +

    If the string is null, zero is returned.

    + +
    +   NumberUtils.toInt(null) = 0
    +   NumberUtils.toInt("")   = 0
    +   NumberUtils.toInt("1")  = 1
    + 
    +

    +

    +
    Parameters:
    str - the string to convert, may be null +
    Returns:
    the int represented by the string, or zero if + conversion fails
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +stringToInt

    +
    +public static int stringToInt(java.lang.String str,
    +                              int defaultValue)
    +
    +
    Deprecated. Use toInt(String, int) + This method will be removed in Commons Lang 3.0 +

    +

    Convert a String to an int, returning a + default value if the conversion fails.

    + +

    If the string is null, the default value is returned.

    + +
    +   NumberUtils.stringToInt(null, 1) = 1
    +   NumberUtils.stringToInt("", 1)   = 1
    +   NumberUtils.stringToInt("1", 0)  = 1
    + 
    +

    +

    +
    Parameters:
    str - the string to convert, may be null
    defaultValue - the default value +
    Returns:
    the int represented by the string, or the default if conversion fails
    +
    +
    +
    + +

    +toInt

    +
    +public static int toInt(java.lang.String str,
    +                        int defaultValue)
    +
    +

    Convert a String to an int, returning a + default value if the conversion fails.

    + +

    If the string is null, the default value is returned.

    + +
    +   NumberUtils.toInt(null, 1) = 1
    +   NumberUtils.toInt("", 1)   = 1
    +   NumberUtils.toInt("1", 0)  = 1
    + 
    +

    +

    +
    Parameters:
    str - the string to convert, may be null
    defaultValue - the default value +
    Returns:
    the int represented by the string, or the default if conversion fails
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +toLong

    +
    +public static long toLong(java.lang.String str)
    +
    +

    Convert a String to a long, returning + zero if the conversion fails.

    + +

    If the string is null, zero is returned.

    + +
    +   NumberUtils.toLong(null) = 0L
    +   NumberUtils.toLong("")   = 0L
    +   NumberUtils.toLong("1")  = 1L
    + 
    +

    +

    +
    Parameters:
    str - the string to convert, may be null +
    Returns:
    the long represented by the string, or 0 if + conversion fails
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +toLong

    +
    +public static long toLong(java.lang.String str,
    +                          long defaultValue)
    +
    +

    Convert a String to a long, returning a + default value if the conversion fails.

    + +

    If the string is null, the default value is returned.

    + +
    +   NumberUtils.toLong(null, 1L) = 1L
    +   NumberUtils.toLong("", 1L)   = 1L
    +   NumberUtils.toLong("1", 0L)  = 1L
    + 
    +

    +

    +
    Parameters:
    str - the string to convert, may be null
    defaultValue - the default value +
    Returns:
    the long represented by the string, or the default if conversion fails
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +toFloat

    +
    +public static float toFloat(java.lang.String str)
    +
    +

    Convert a String to a float, returning + 0.0f if the conversion fails.

    + +

    If the string str is null, + 0.0f is returned.

    + +
    +   NumberUtils.toFloat(null)   = 0.0f
    +   NumberUtils.toFloat("")     = 0.0f
    +   NumberUtils.toFloat("1.5")  = 1.5f
    + 
    +

    +

    +
    Parameters:
    str - the string to convert, may be null +
    Returns:
    the float represented by the string, or 0.0f + if conversion fails
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +toFloat

    +
    +public static float toFloat(java.lang.String str,
    +                            float defaultValue)
    +
    +

    Convert a String to a float, returning a + default value if the conversion fails.

    + +

    If the string str is null, the default + value is returned.

    + +
    +   NumberUtils.toFloat(null, 1.1f)   = 1.0f
    +   NumberUtils.toFloat("", 1.1f)     = 1.1f
    +   NumberUtils.toFloat("1.5", 0.0f)  = 1.5f
    + 
    +

    +

    +
    Parameters:
    str - the string to convert, may be null
    defaultValue - the default value +
    Returns:
    the float represented by the string, or defaultValue + if conversion fails
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +toDouble

    +
    +public static double toDouble(java.lang.String str)
    +
    +

    Convert a String to a double, returning + 0.0d if the conversion fails.

    + +

    If the string str is null, + 0.0d is returned.

    + +
    +   NumberUtils.toDouble(null)   = 0.0d
    +   NumberUtils.toDouble("")     = 0.0d
    +   NumberUtils.toDouble("1.5")  = 1.5d
    + 
    +

    +

    +
    Parameters:
    str - the string to convert, may be null +
    Returns:
    the double represented by the string, or 0.0d + if conversion fails
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +toDouble

    +
    +public static double toDouble(java.lang.String str,
    +                              double defaultValue)
    +
    +

    Convert a String to a double, returning a + default value if the conversion fails.

    + +

    If the string str is null, the default + value is returned.

    + +
    +   NumberUtils.toDouble(null, 1.1d)   = 1.1d
    +   NumberUtils.toDouble("", 1.1d)     = 1.1d
    +   NumberUtils.toDouble("1.5", 0.0d)  = 1.5d
    + 
    +

    +

    +
    Parameters:
    str - the string to convert, may be null
    defaultValue - the default value +
    Returns:
    the double represented by the string, or defaultValue + if conversion fails
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +createNumber

    +
    +public static java.lang.Number createNumber(java.lang.String str)
    +                                     throws java.lang.NumberFormatException
    +
    +

    Turns a string value into a java.lang.Number.

    + +

    First, the value is examined for a type qualifier on the end + ('f','F','d','D','l','L'). If it is found, it starts + trying to create successively larger types from the type specified + until one is found that can represent the value.

    + +

    If a type specifier is not found, it will check for a decimal point + and then try successively larger types from Integer to + BigInteger and from Float to + BigDecimal.

    + +

    If the string starts with 0x or -0x, it + will be interpreted as a hexadecimal integer. Values with leading + 0's will not be interpreted as octal.

    + +

    Returns null if the string is null.

    + +

    This method does not trim the input string, i.e., strings with leading + or trailing spaces will generate NumberFormatExceptions.

    +

    +

    +
    Parameters:
    str - String containing a number, may be null +
    Returns:
    Number created from the string +
    Throws: +
    java.lang.NumberFormatException - if the value cannot be converted
    +
    +
    +
    + +

    +createFloat

    +
    +public static java.lang.Float createFloat(java.lang.String str)
    +
    +

    Convert a String to a Float.

    + +

    Returns null if the string is null.

    +

    +

    +
    Parameters:
    str - a String to convert, may be null +
    Returns:
    converted Float +
    Throws: +
    java.lang.NumberFormatException - if the value cannot be converted
    +
    +
    +
    + +

    +createDouble

    +
    +public static java.lang.Double createDouble(java.lang.String str)
    +
    +

    Convert a String to a Double.

    + +

    Returns null if the string is null.

    +

    +

    +
    Parameters:
    str - a String to convert, may be null +
    Returns:
    converted Double +
    Throws: +
    java.lang.NumberFormatException - if the value cannot be converted
    +
    +
    +
    + +

    +createInteger

    +
    +public static java.lang.Integer createInteger(java.lang.String str)
    +
    +

    Convert a String to a Integer, handling + hex and octal notations.

    + +

    Returns null if the string is null.

    +

    +

    +
    Parameters:
    str - a String to convert, may be null +
    Returns:
    converted Integer +
    Throws: +
    java.lang.NumberFormatException - if the value cannot be converted
    +
    +
    +
    + +

    +createLong

    +
    +public static java.lang.Long createLong(java.lang.String str)
    +
    +

    Convert a String to a Long.

    + +

    Returns null if the string is null.

    +

    +

    +
    Parameters:
    str - a String to convert, may be null +
    Returns:
    converted Long +
    Throws: +
    java.lang.NumberFormatException - if the value cannot be converted
    +
    +
    +
    + +

    +createBigInteger

    +
    +public static java.math.BigInteger createBigInteger(java.lang.String str)
    +
    +

    Convert a String to a BigInteger.

    + +

    Returns null if the string is null.

    +

    +

    +
    Parameters:
    str - a String to convert, may be null +
    Returns:
    converted BigInteger +
    Throws: +
    java.lang.NumberFormatException - if the value cannot be converted
    +
    +
    +
    + +

    +createBigDecimal

    +
    +public static java.math.BigDecimal createBigDecimal(java.lang.String str)
    +
    +

    Convert a String to a BigDecimal.

    + +

    Returns null if the string is null.

    +

    +

    +
    Parameters:
    str - a String to convert, may be null +
    Returns:
    converted BigDecimal +
    Throws: +
    java.lang.NumberFormatException - if the value cannot be converted
    +
    +
    +
    + +

    +min

    +
    +public static long min(long[] array)
    +
    +

    Returns the minimum value in an array.

    +

    +

    +
    Parameters:
    array - an array, must not be null or empty +
    Returns:
    the minimum value in the array +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty
    +
    +
    +
    + +

    +min

    +
    +public static int min(int[] array)
    +
    +

    Returns the minimum value in an array.

    +

    +

    +
    Parameters:
    array - an array, must not be null or empty +
    Returns:
    the minimum value in the array +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty
    +
    +
    +
    + +

    +min

    +
    +public static short min(short[] array)
    +
    +

    Returns the minimum value in an array.

    +

    +

    +
    Parameters:
    array - an array, must not be null or empty +
    Returns:
    the minimum value in the array +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty
    +
    +
    +
    + +

    +min

    +
    +public static byte min(byte[] array)
    +
    +

    Returns the minimum value in an array.

    +

    +

    +
    Parameters:
    array - an array, must not be null or empty +
    Returns:
    the minimum value in the array +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty
    +
    +
    +
    + +

    +min

    +
    +public static double min(double[] array)
    +
    +

    Returns the minimum value in an array.

    +

    +

    +
    Parameters:
    array - an array, must not be null or empty +
    Returns:
    the minimum value in the array +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty
    See Also:
    IEEE754rUtils for a version of this method that handles NaN differently
    +
    +
    +
    + +

    +min

    +
    +public static float min(float[] array)
    +
    +

    Returns the minimum value in an array.

    +

    +

    +
    Parameters:
    array - an array, must not be null or empty +
    Returns:
    the minimum value in the array +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty
    See Also:
    IEEE754rUtils for a version of this method that handles NaN differently
    +
    +
    +
    + +

    +max

    +
    +public static long max(long[] array)
    +
    +

    Returns the maximum value in an array.

    +

    +

    +
    Parameters:
    array - an array, must not be null or empty +
    Returns:
    the minimum value in the array +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty
    +
    +
    +
    + +

    +max

    +
    +public static int max(int[] array)
    +
    +

    Returns the maximum value in an array.

    +

    +

    +
    Parameters:
    array - an array, must not be null or empty +
    Returns:
    the minimum value in the array +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty
    +
    +
    +
    + +

    +max

    +
    +public static short max(short[] array)
    +
    +

    Returns the maximum value in an array.

    +

    +

    +
    Parameters:
    array - an array, must not be null or empty +
    Returns:
    the minimum value in the array +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty
    +
    +
    +
    + +

    +max

    +
    +public static byte max(byte[] array)
    +
    +

    Returns the maximum value in an array.

    +

    +

    +
    Parameters:
    array - an array, must not be null or empty +
    Returns:
    the minimum value in the array +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty
    +
    +
    +
    + +

    +max

    +
    +public static double max(double[] array)
    +
    +

    Returns the maximum value in an array.

    +

    +

    +
    Parameters:
    array - an array, must not be null or empty +
    Returns:
    the minimum value in the array +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty
    See Also:
    IEEE754rUtils for a version of this method that handles NaN differently
    +
    +
    +
    + +

    +max

    +
    +public static float max(float[] array)
    +
    +

    Returns the maximum value in an array.

    +

    +

    +
    Parameters:
    array - an array, must not be null or empty +
    Returns:
    the minimum value in the array +
    Throws: +
    java.lang.IllegalArgumentException - if array is null +
    java.lang.IllegalArgumentException - if array is empty
    See Also:
    IEEE754rUtils for a version of this method that handles NaN differently
    +
    +
    +
    + +

    +min

    +
    +public static long min(long a,
    +                       long b,
    +                       long c)
    +
    +

    Gets the minimum of three long values.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the smallest of the values
    +
    +
    +
    + +

    +min

    +
    +public static int min(int a,
    +                      int b,
    +                      int c)
    +
    +

    Gets the minimum of three int values.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the smallest of the values
    +
    +
    +
    + +

    +min

    +
    +public static short min(short a,
    +                        short b,
    +                        short c)
    +
    +

    Gets the minimum of three short values.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the smallest of the values
    +
    +
    +
    + +

    +min

    +
    +public static byte min(byte a,
    +                       byte b,
    +                       byte c)
    +
    +

    Gets the minimum of three byte values.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the smallest of the values
    +
    +
    +
    + +

    +min

    +
    +public static double min(double a,
    +                         double b,
    +                         double c)
    +
    +

    Gets the minimum of three double values.

    + +

    If any value is NaN, NaN is + returned. Infinity is handled.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the smallest of the values
    See Also:
    for a version of this method that handles NaN differently
    +
    +
    +
    + +

    +min

    +
    +public static float min(float a,
    +                        float b,
    +                        float c)
    +
    +

    Gets the minimum of three float values.

    + +

    If any value is NaN, NaN is + returned. Infinity is handled.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the smallest of the values
    See Also:
    for a version of this method that handles NaN differently
    +
    +
    +
    + +

    +max

    +
    +public static long max(long a,
    +                       long b,
    +                       long c)
    +
    +

    Gets the maximum of three long values.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the largest of the values
    +
    +
    +
    + +

    +max

    +
    +public static int max(int a,
    +                      int b,
    +                      int c)
    +
    +

    Gets the maximum of three int values.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the largest of the values
    +
    +
    +
    + +

    +max

    +
    +public static short max(short a,
    +                        short b,
    +                        short c)
    +
    +

    Gets the maximum of three short values.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the largest of the values
    +
    +
    +
    + +

    +max

    +
    +public static byte max(byte a,
    +                       byte b,
    +                       byte c)
    +
    +

    Gets the maximum of three byte values.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the largest of the values
    +
    +
    +
    + +

    +max

    +
    +public static double max(double a,
    +                         double b,
    +                         double c)
    +
    +

    Gets the maximum of three double values.

    + +

    If any value is NaN, NaN is + returned. Infinity is handled.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the largest of the values
    See Also:
    for a version of this method that handles NaN differently
    +
    +
    +
    + +

    +max

    +
    +public static float max(float a,
    +                        float b,
    +                        float c)
    +
    +

    Gets the maximum of three float values.

    + +

    If any value is NaN, NaN is + returned. Infinity is handled.

    +

    +

    +
    Parameters:
    a - value 1
    b - value 2
    c - value 3 +
    Returns:
    the largest of the values
    See Also:
    for a version of this method that handles NaN differently
    +
    +
    +
    + +

    +compare

    +
    +public static int compare(double lhs,
    +                          double rhs)
    +
    +

    Compares two doubles for order.

    + +

    This method is more comprehensive than the standard Java greater + than, less than and equals operators.

    +
      +
    • It returns -1 if the first value is less than the second.
    • +
    • It returns +1 if the first value is greater than the second.
    • +
    • It returns 0 if the values are equal.
    • +
    + +

    + The ordering is as follows, largest to smallest: +

      +
    • NaN +
    • Positive infinity +
    • Maximum double +
    • Normal positive numbers +
    • +0.0 +
    • -0.0 +
    • Normal negative numbers +
    • Minimum double (-Double.MAX_VALUE) +
    • Negative infinity +
    +

    + +

    Comparing NaN with NaN will + return 0.

    +

    +

    +
    Parameters:
    lhs - the first double
    rhs - the second double +
    Returns:
    -1 if lhs is less, +1 if greater, + 0 if equal to rhs
    +
    +
    +
    + +

    +compare

    +
    +public static int compare(float lhs,
    +                          float rhs)
    +
    +

    Compares two floats for order.

    + +

    This method is more comprehensive than the standard Java greater than, + less than and equals operators.

    +
      +
    • It returns -1 if the first value is less than the second. +
    • It returns +1 if the first value is greater than the second. +
    • It returns 0 if the values are equal. +
    + +

    The ordering is as follows, largest to smallest: +

      +
    • NaN +
    • Positive infinity +
    • Maximum float +
    • Normal positive numbers +
    • +0.0 +
    • -0.0 +
    • Normal negative numbers +
    • Minimum float (-Float.MAX_VALUE) +
    • Negative infinity +
    + +

    Comparing NaN with NaN will return + 0.

    +

    +

    +
    Parameters:
    lhs - the first float
    rhs - the second float +
    Returns:
    -1 if lhs is less, +1 if greater, + 0 if equal to rhs
    +
    +
    +
    + +

    +isDigits

    +
    +public static boolean isDigits(java.lang.String str)
    +
    +

    Checks whether the String contains only + digit characters.

    + +

    Null and empty String will return + false.

    +

    +

    +
    Parameters:
    str - the String to check +
    Returns:
    true if str contains only unicode numeric
    +
    +
    +
    + +

    +isNumber

    +
    +public static boolean isNumber(java.lang.String str)
    +
    +

    Checks whether the String a valid Java number.

    + +

    Valid numbers include hexadecimal marked with the 0x + qualifier, scientific notation and numbers marked with a type + qualifier (e.g. 123L).

    + +

    Null and empty String will return + false.

    +

    +

    +
    Parameters:
    str - the String to check +
    Returns:
    true if the string is a correctly formatted number
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/RandomUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/RandomUtils.html new file mode 100644 index 0000000..7424a12 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/RandomUtils.html @@ -0,0 +1,583 @@ + + + + + + + +RandomUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.math +
    +Class RandomUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.math.RandomUtils
    +
    +
    +
    +
    public class RandomUtils
    extends java.lang.Object
    + +

    +

    RandomUtils is a wrapper that supports all possible + Random methods via the Math.random() + method and its system-wide Random object. +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: RandomUtils.java 471626 2006-11-06 04:02:09Z bayard $
    +
    Author:
    +
    Gary D. Gregory
    +
    +
    + +

    + + + + + + + + + + + + + + +
    +Field Summary
    +static java.util.RandomJVM_RANDOM + +
    +          An instance of JVMRandom.
    +  + + + + + + + + + + +
    +Constructor Summary
    RandomUtils() + +
    +           
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static booleannextBoolean() + +
    +          Returns the next pseudorandom, uniformly distributed boolean value + from the Math.random() sequence.
    +static booleannextBoolean(java.util.Random random) + +
    +          Returns the next pseudorandom, uniformly distributed boolean value + from the given random sequence.
    +static doublenextDouble() + +
    +          Returns the next pseudorandom, uniformly distributed float value + between 0.0 and 1.0 from the Math.random() + sequence.
    +static doublenextDouble(java.util.Random random) + +
    +          Returns the next pseudorandom, uniformly distributed float value + between 0.0 and 1.0 from the given Random + sequence.
    +static floatnextFloat() + +
    +          Returns the next pseudorandom, uniformly distributed float value + between 0.0 and 1.0 from the Math.random() + sequence.
    +static floatnextFloat(java.util.Random random) + +
    +          Returns the next pseudorandom, uniformly distributed float value + between 0.0 and 1.0 from the given Random + sequence.
    +static intnextInt() + +
    +          Returns the next pseudorandom, uniformly distributed int value + from the Math.random() sequence.
    +static intnextInt(int n) + +
    +          Returns a pseudorandom, uniformly distributed int value + between 0 (inclusive) and the specified value + (exclusive), from the Math.random() sequence.
    +static intnextInt(java.util.Random random) + +
    +          Returns the next pseudorandom, uniformly distributed int value + from the given random sequence.
    +static intnextInt(java.util.Random random, + int n) + +
    +          Returns a pseudorandom, uniformly distributed int value + between 0 (inclusive) and the specified value + (exclusive), from the given Random sequence.
    +static longnextLong() + +
    +          Returns the next pseudorandom, uniformly distributed long value + from the Math.random() sequence.
    +static longnextLong(java.util.Random random) + +
    +          Returns the next pseudorandom, uniformly distributed long value + from the given Random sequence.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +JVM_RANDOM

    +
    +public static final java.util.Random JVM_RANDOM
    +
    +
    An instance of JVMRandom. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +RandomUtils

    +
    +public RandomUtils()
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +nextInt

    +
    +public static int nextInt()
    +
    +

    Returns the next pseudorandom, uniformly distributed int value + from the Math.random() sequence.

    +

    +

    + +
    Returns:
    the random int
    +
    +
    +
    + +

    +nextInt

    +
    +public static int nextInt(java.util.Random random)
    +
    +

    Returns the next pseudorandom, uniformly distributed int value + from the given random sequence.

    +

    +

    +
    Parameters:
    random - the Random sequence generator. +
    Returns:
    the random int
    +
    +
    +
    + +

    +nextInt

    +
    +public static int nextInt(int n)
    +
    +

    Returns a pseudorandom, uniformly distributed int value + between 0 (inclusive) and the specified value + (exclusive), from the Math.random() sequence.

    +

    +

    +
    Parameters:
    n - the specified exclusive max-value +
    Returns:
    the random int
    +
    +
    +
    + +

    +nextInt

    +
    +public static int nextInt(java.util.Random random,
    +                          int n)
    +
    +

    Returns a pseudorandom, uniformly distributed int value + between 0 (inclusive) and the specified value + (exclusive), from the given Random sequence.

    +

    +

    +
    Parameters:
    random - the Random sequence generator.
    n - the specified exclusive max-value +
    Returns:
    the random int
    +
    +
    +
    + +

    +nextLong

    +
    +public static long nextLong()
    +
    +

    Returns the next pseudorandom, uniformly distributed long value + from the Math.random() sequence.

    +

    +

    + +
    Returns:
    the random long
    +
    +
    +
    + +

    +nextLong

    +
    +public static long nextLong(java.util.Random random)
    +
    +

    Returns the next pseudorandom, uniformly distributed long value + from the given Random sequence.

    +

    +

    +
    Parameters:
    random - the Random sequence generator. +
    Returns:
    the random long
    +
    +
    +
    + +

    +nextBoolean

    +
    +public static boolean nextBoolean()
    +
    +

    Returns the next pseudorandom, uniformly distributed boolean value + from the Math.random() sequence.

    +

    +

    + +
    Returns:
    the random boolean
    +
    +
    +
    + +

    +nextBoolean

    +
    +public static boolean nextBoolean(java.util.Random random)
    +
    +

    Returns the next pseudorandom, uniformly distributed boolean value + from the given random sequence.

    +

    +

    +
    Parameters:
    random - the Random sequence generator. +
    Returns:
    the random boolean
    +
    +
    +
    + +

    +nextFloat

    +
    +public static float nextFloat()
    +
    +

    Returns the next pseudorandom, uniformly distributed float value + between 0.0 and 1.0 from the Math.random() + sequence.

    +

    +

    + +
    Returns:
    the random float
    +
    +
    +
    + +

    +nextFloat

    +
    +public static float nextFloat(java.util.Random random)
    +
    +

    Returns the next pseudorandom, uniformly distributed float value + between 0.0 and 1.0 from the given Random + sequence.

    +

    +

    +
    Parameters:
    random - the Random sequence generator. +
    Returns:
    the random float
    +
    +
    +
    + +

    +nextDouble

    +
    +public static double nextDouble()
    +
    +

    Returns the next pseudorandom, uniformly distributed float value + between 0.0 and 1.0 from the Math.random() + sequence.

    +

    +

    + +
    Returns:
    the random double
    +
    +
    +
    + +

    +nextDouble

    +
    +public static double nextDouble(java.util.Random random)
    +
    +

    Returns the next pseudorandom, uniformly distributed float value + between 0.0 and 1.0 from the given Random + sequence.

    +

    +

    +
    Parameters:
    random - the Random sequence generator. +
    Returns:
    the random double
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/Range.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/Range.html new file mode 100644 index 0000000..d782591 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/Range.html @@ -0,0 +1,910 @@ + + + + + + + +Range (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.math +
    +Class Range

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.math.Range
    +
    +
    +
    Direct Known Subclasses:
    DoubleRange, FloatRange, IntRange, LongRange, NumberRange
    +
    +
    +
    +
    public abstract class Range
    extends java.lang.Object
    + +

    +

    Range represents a range of numbers of the same type.

    + +

    Specific subclasses hold the range values as different types. Each + subclass should be immutable and Serializable + if possible.

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: Range.java 437554 2006-08-28 06:21:41Z bayard $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    Range() + +
    +          Constructs a new range.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleancontainsDouble(double value) + +
    +          Tests whether the specified double occurs within + this range using double comparison.
    + booleancontainsDouble(java.lang.Number value) + +
    +          Tests whether the specified Number occurs within + this range using double comparison..
    + booleancontainsFloat(float value) + +
    +          Tests whether the specified float occurs within + this range using float comparison.
    + booleancontainsFloat(java.lang.Number value) + +
    +          Tests whether the specified Number occurs within + this range using float comparison.
    + booleancontainsInteger(int value) + +
    +          Tests whether the specified int occurs within + this range using int comparison.
    + booleancontainsInteger(java.lang.Number value) + +
    +          Tests whether the specified Number occurs within + this range using int comparison..
    + booleancontainsLong(long value) + +
    +          Tests whether the specified long occurs within + this range using long comparison.
    + booleancontainsLong(java.lang.Number value) + +
    +          Tests whether the specified Number occurs within + this range using long comparison..
    +abstract  booleancontainsNumber(java.lang.Number number) + +
    +          Tests whether the specified Number occurs within + this range.
    + booleancontainsRange(Range range) + +
    +          Tests whether the specified range occurs entirely within this range.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this range to another object to test if they are equal.
    + doublegetMaximumDouble() + +
    +          Gets the maximum number in this range as a double.
    + floatgetMaximumFloat() + +
    +          Gets the maximum number in this range as a float.
    + intgetMaximumInteger() + +
    +          Gets the maximum number in this range as a int.
    + longgetMaximumLong() + +
    +          Gets the maximum number in this range as a long.
    +abstract  java.lang.NumbergetMaximumNumber() + +
    +          Gets the maximum number in this range.
    + doublegetMinimumDouble() + +
    +          Gets the minimum number in this range as a double.
    + floatgetMinimumFloat() + +
    +          Gets the minimum number in this range as a float.
    + intgetMinimumInteger() + +
    +          Gets the minimum number in this range as a int.
    + longgetMinimumLong() + +
    +          Gets the minimum number in this range as a long.
    +abstract  java.lang.NumbergetMinimumNumber() + +
    +          Gets the minimum number in this range.
    + inthashCode() + +
    +          Gets a hashCode for the range.
    + booleanoverlapsRange(Range range) + +
    +          Tests whether the specified range overlaps with this range.
    + java.lang.StringtoString() + +
    +          Gets the range as a String.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +Range

    +
    +public Range()
    +
    +

    Constructs a new range.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +getMinimumNumber

    +
    +public abstract java.lang.Number getMinimumNumber()
    +
    +

    Gets the minimum number in this range.

    +

    +

    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumLong

    +
    +public long getMinimumLong()
    +
    +

    Gets the minimum number in this range as a long.

    + +

    This implementation uses the getMinimumNumber() method. + Subclasses may be able to optimise this.

    +

    +

    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumInteger

    +
    +public int getMinimumInteger()
    +
    +

    Gets the minimum number in this range as a int.

    + +

    This implementation uses the getMinimumNumber() method. + Subclasses may be able to optimise this.

    +

    +

    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumDouble

    +
    +public double getMinimumDouble()
    +
    +

    Gets the minimum number in this range as a double.

    + +

    This implementation uses the getMinimumNumber() method. + Subclasses may be able to optimise this.

    +

    +

    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMinimumFloat

    +
    +public float getMinimumFloat()
    +
    +

    Gets the minimum number in this range as a float.

    + +

    This implementation uses the getMinimumNumber() method. + Subclasses may be able to optimise this.

    +

    +

    + +
    Returns:
    the minimum number in this range
    +
    +
    +
    + +

    +getMaximumNumber

    +
    +public abstract java.lang.Number getMaximumNumber()
    +
    +

    Gets the maximum number in this range.

    +

    +

    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumLong

    +
    +public long getMaximumLong()
    +
    +

    Gets the maximum number in this range as a long.

    + +

    This implementation uses the getMaximumNumber() method. + Subclasses may be able to optimise this.

    +

    +

    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumInteger

    +
    +public int getMaximumInteger()
    +
    +

    Gets the maximum number in this range as a int.

    + +

    This implementation uses the getMaximumNumber() method. + Subclasses may be able to optimise this.

    +

    +

    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumDouble

    +
    +public double getMaximumDouble()
    +
    +

    Gets the maximum number in this range as a double.

    + +

    This implementation uses the getMaximumNumber() method. + Subclasses may be able to optimise this.

    +

    +

    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +getMaximumFloat

    +
    +public float getMaximumFloat()
    +
    +

    Gets the maximum number in this range as a float.

    + +

    This implementation uses the getMaximumNumber() method. + Subclasses may be able to optimise this.

    +

    +

    + +
    Returns:
    the maximum number in this range
    +
    +
    +
    + +

    +containsNumber

    +
    +public abstract boolean containsNumber(java.lang.Number number)
    +
    +

    Tests whether the specified Number occurs within + this range.

    + +

    The exact comparison implementation varies by subclass. It is + intended that an int specific subclass will compare using + int comparison.

    + +

    null is handled and returns false.

    +

    +

    +
    Parameters:
    number - the number to test, may be null +
    Returns:
    true if the specified number occurs within this range +
    Throws: +
    java.lang.IllegalArgumentException - if the Number cannot be compared
    +
    +
    +
    + +

    +containsLong

    +
    +public boolean containsLong(java.lang.Number value)
    +
    +

    Tests whether the specified Number occurs within + this range using long comparison..

    + +

    null is handled and returns false.

    + +

    This implementation forwards to the containsLong(long) method.

    +

    +

    +
    Parameters:
    value - the long to test, may be null +
    Returns:
    true if the specified number occurs within this + range by long comparison
    +
    +
    +
    + +

    +containsLong

    +
    +public boolean containsLong(long value)
    +
    +

    Tests whether the specified long occurs within + this range using long comparison.

    + +

    This implementation uses the getMinimumLong() and + getMaximumLong() methods and should be good for most uses.

    +

    +

    +
    Parameters:
    value - the long to test +
    Returns:
    true if the specified number occurs within this + range by long comparison
    +
    +
    +
    + +

    +containsInteger

    +
    +public boolean containsInteger(java.lang.Number value)
    +
    +

    Tests whether the specified Number occurs within + this range using int comparison..

    + +

    null is handled and returns false.

    + +

    This implementation forwards to the containsInteger(int) method.

    +

    +

    +
    Parameters:
    value - the integer to test, may be null +
    Returns:
    true if the specified number occurs within this + range by int comparison
    +
    +
    +
    + +

    +containsInteger

    +
    +public boolean containsInteger(int value)
    +
    +

    Tests whether the specified int occurs within + this range using int comparison.

    + +

    This implementation uses the getMinimumInteger() and + getMaximumInteger() methods and should be good for most uses.

    +

    +

    +
    Parameters:
    value - the int to test +
    Returns:
    true if the specified number occurs within this + range by int comparison
    +
    +
    +
    + +

    +containsDouble

    +
    +public boolean containsDouble(java.lang.Number value)
    +
    +

    Tests whether the specified Number occurs within + this range using double comparison..

    + +

    null is handled and returns false.

    + +

    This implementation forwards to the containsDouble(double) method.

    +

    +

    +
    Parameters:
    value - the double to test, may be null +
    Returns:
    true if the specified number occurs within this + range by double comparison
    +
    +
    +
    + +

    +containsDouble

    +
    +public boolean containsDouble(double value)
    +
    +

    Tests whether the specified double occurs within + this range using double comparison.

    + +

    This implementation uses the getMinimumDouble() and + getMaximumDouble() methods and should be good for most uses.

    +

    +

    +
    Parameters:
    value - the double to test +
    Returns:
    true if the specified number occurs within this + range by double comparison
    +
    +
    +
    + +

    +containsFloat

    +
    +public boolean containsFloat(java.lang.Number value)
    +
    +

    Tests whether the specified Number occurs within + this range using float comparison.

    + +

    null is handled and returns false.

    + +

    This implementation forwards to the containsFloat(float) method.

    +

    +

    +
    Parameters:
    value - the float to test, may be null +
    Returns:
    true if the specified number occurs within this + range by float comparison
    +
    +
    +
    + +

    +containsFloat

    +
    +public boolean containsFloat(float value)
    +
    +

    Tests whether the specified float occurs within + this range using float comparison.

    + +

    This implementation uses the getMinimumFloat() and + getMaximumFloat() methods and should be good for most uses.

    +

    +

    +
    Parameters:
    value - the float to test +
    Returns:
    true if the specified number occurs within this + range by float comparison
    +
    +
    +
    + +

    +containsRange

    +
    +public boolean containsRange(Range range)
    +
    +

    Tests whether the specified range occurs entirely within this range.

    + +

    The exact comparison implementation varies by subclass. It is + intended that an int specific subclass will compare using + int comparison.

    + +

    null is handled and returns false.

    + +

    This implementation uses the containsNumber(Number) method. + Subclasses may be able to optimise this.

    +

    +

    +
    Parameters:
    range - the range to test, may be null +
    Returns:
    true if the specified range occurs entirely within + this range; otherwise, false +
    Throws: +
    java.lang.IllegalArgumentException - if the Range cannot be compared
    +
    +
    +
    + +

    +overlapsRange

    +
    +public boolean overlapsRange(Range range)
    +
    +

    Tests whether the specified range overlaps with this range.

    + +

    The exact comparison implementation varies by subclass. It is + intended that an int specific subclass will compare using + int comparison.

    + +

    null is handled and returns false.

    + +

    This implementation uses the containsNumber(Number) and + containsRange(Range) methods. + Subclasses may be able to optimise this.

    +

    +

    +
    Parameters:
    range - the range to test, may be null +
    Returns:
    true if the specified range overlaps with this + range; otherwise, false +
    Throws: +
    java.lang.IllegalArgumentException - if the Range cannot be compared
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +

    Compares this range to another object to test if they are equal.

    . + +

    To be equal, the class, minimum and maximum must be equal.

    + +

    This implementation uses the getMinimumNumber() and + getMaximumNumber() methods. + Subclasses may be able to optimise this.

    +

    +

    +
    Parameters:
    obj - the reference object with which to compare +
    Returns:
    true if this object is equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +

    Gets a hashCode for the range.

    + +

    This implementation uses the getMinimumNumber() and + getMaximumNumber() methods. + Subclasses may be able to optimise this.

    +

    +

    + +
    Returns:
    a hash code value for this object
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +

    Gets the range as a String.

    + +

    The format of the String is 'Range[min,max]'.

    + +

    This implementation uses the getMinimumNumber() and + getMaximumNumber() methods. + Subclasses may be able to optimise this.

    +

    +

    + +
    Returns:
    the String representation of this range
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/DoubleRange.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/DoubleRange.html new file mode 100644 index 0000000..70f1c14 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/DoubleRange.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.math.DoubleRange (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.math.DoubleRange

    +
    +No usage of org.apache.commons.lang.math.DoubleRange +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/FloatRange.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/FloatRange.html new file mode 100644 index 0000000..81d77cb --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/FloatRange.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.math.FloatRange (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.math.FloatRange

    +
    +No usage of org.apache.commons.lang.math.FloatRange +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/Fraction.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/Fraction.html new file mode 100644 index 0000000..d36ad88 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/Fraction.html @@ -0,0 +1,433 @@ + + + + + + + +Uses of Class org.apache.commons.lang.math.Fraction (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.math.Fraction

    +
    + + + + + + + + + +
    +Packages that use Fraction
    org.apache.commons.lang.mathExtends java.math for business mathematical classes. 
    +  +

    + + + + + +
    +Uses of Fraction in org.apache.commons.lang.math
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Fields in org.apache.commons.lang.math declared as Fraction
    +static FractionFraction.ZERO + +
    +          Fraction representation of 0.
    +static FractionFraction.ONE + +
    +          Fraction representation of 1.
    +static FractionFraction.ONE_HALF + +
    +          Fraction representation of 1/2.
    +static FractionFraction.ONE_THIRD + +
    +          Fraction representation of 1/3.
    +static FractionFraction.TWO_THIRDS + +
    +          Fraction representation of 2/3.
    +static FractionFraction.ONE_QUARTER + +
    +          Fraction representation of 1/4.
    +static FractionFraction.TWO_QUARTERS + +
    +          Fraction representation of 2/4.
    +static FractionFraction.THREE_QUARTERS + +
    +          Fraction representation of 3/4.
    +static FractionFraction.ONE_FIFTH + +
    +          Fraction representation of 1/5.
    +static FractionFraction.TWO_FIFTHS + +
    +          Fraction representation of 2/5.
    +static FractionFraction.THREE_FIFTHS + +
    +          Fraction representation of 3/5.
    +static FractionFraction.FOUR_FIFTHS + +
    +          Fraction representation of 4/5.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.math that return Fraction
    +static FractionFraction.getFraction(int numerator, + int denominator) + +
    +          Creates a Fraction instance with the 2 parts + of a fraction Y/Z.
    +static FractionFraction.getFraction(int whole, + int numerator, + int denominator) + +
    +          Creates a Fraction instance with the 3 parts + of a fraction X Y/Z.
    +static FractionFraction.getReducedFraction(int numerator, + int denominator) + +
    +          Creates a reduced Fraction instance with the 2 parts + of a fraction Y/Z.
    +static FractionFraction.getFraction(double value) + +
    +          Creates a Fraction instance from a double value.
    +static FractionFraction.getFraction(java.lang.String str) + +
    +          Creates a Fraction from a String.
    + FractionFraction.reduce() + +
    +          Reduce the fraction to the smallest values for the numerator and + denominator, returning the result.
    + FractionFraction.invert() + +
    +          Gets a fraction that is the inverse (1/fraction) of this one.
    + FractionFraction.negate() + +
    +          Gets a fraction that is the negative (-fraction) of this one.
    + FractionFraction.abs() + +
    +          Gets a fraction that is the positive equivalent of this one.
    + FractionFraction.pow(int power) + +
    +          Gets a fraction that is raised to the passed in power.
    + FractionFraction.add(Fraction fraction) + +
    +          Adds the value of this fraction to another, returning the result in reduced form.
    + FractionFraction.subtract(Fraction fraction) + +
    +          Subtracts the value of another fraction from the value of this one, + returning the result in reduced form.
    + FractionFraction.multiplyBy(Fraction fraction) + +
    +          Multiplies the value of this fraction by another, returning the + result in reduced form.
    + FractionFraction.divideBy(Fraction fraction) + +
    +          Divide the value of this fraction by another.
    +  +

    + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.math with parameters of type Fraction
    + FractionFraction.add(Fraction fraction) + +
    +          Adds the value of this fraction to another, returning the result in reduced form.
    + FractionFraction.subtract(Fraction fraction) + +
    +          Subtracts the value of another fraction from the value of this one, + returning the result in reduced form.
    + FractionFraction.multiplyBy(Fraction fraction) + +
    +          Multiplies the value of this fraction by another, returning the + result in reduced form.
    + FractionFraction.divideBy(Fraction fraction) + +
    +          Divide the value of this fraction by another.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/IEEE754rUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/IEEE754rUtils.html new file mode 100644 index 0000000..dc28a1e --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/IEEE754rUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.math.IEEE754rUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.math.IEEE754rUtils

    +
    +No usage of org.apache.commons.lang.math.IEEE754rUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/IntRange.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/IntRange.html new file mode 100644 index 0000000..c43580e --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/IntRange.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.math.IntRange (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.math.IntRange

    +
    +No usage of org.apache.commons.lang.math.IntRange +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/JVMRandom.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/JVMRandom.html new file mode 100644 index 0000000..ee0fb63 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/JVMRandom.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.math.JVMRandom (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.math.JVMRandom

    +
    +No usage of org.apache.commons.lang.math.JVMRandom +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/LongRange.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/LongRange.html new file mode 100644 index 0000000..97a4828 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/LongRange.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.math.LongRange (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.math.LongRange

    +
    +No usage of org.apache.commons.lang.math.LongRange +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/NumberRange.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/NumberRange.html new file mode 100644 index 0000000..9660d78 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/NumberRange.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.math.NumberRange (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.math.NumberRange

    +
    +No usage of org.apache.commons.lang.math.NumberRange +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/NumberUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/NumberUtils.html new file mode 100644 index 0000000..de13bb1 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/NumberUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.math.NumberUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.math.NumberUtils

    +
    +No usage of org.apache.commons.lang.math.NumberUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/RandomUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/RandomUtils.html new file mode 100644 index 0000000..1ced804 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/RandomUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.math.RandomUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.math.RandomUtils

    +
    +No usage of org.apache.commons.lang.math.RandomUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/Range.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/Range.html new file mode 100644 index 0000000..804398f --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/class-use/Range.html @@ -0,0 +1,302 @@ + + + + + + + +Uses of Class org.apache.commons.lang.math.Range (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.math.Range

    +
    + + + + + + + + + +
    +Packages that use Range
    org.apache.commons.lang.mathExtends java.math for business mathematical classes. 
    +  +

    + + + + + +
    +Uses of Range in org.apache.commons.lang.math
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Subclasses of Range in org.apache.commons.lang.math
    + classDoubleRange + +
    +          DoubleRange represents an inclusive range of doubles.
    + classFloatRange + +
    +          FloatRange represents an inclusive range of floats.
    + classIntRange + +
    +          IntRange represents an inclusive range of ints.
    + classLongRange + +
    +          LongRange represents an inclusive range of longs.
    + classNumberRange + +
    +          NumberRange represents an inclusive range of + Number objects of the same type.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.math with parameters of type Range
    + booleanRange.containsRange(Range range) + +
    +          Tests whether the specified range occurs entirely within this range.
    + booleanRange.overlapsRange(Range range) + +
    +          Tests whether the specified range overlaps with this range.
    + booleanLongRange.containsRange(Range range) + +
    +          Tests whether the specified range occurs entirely within this range + using long comparison.
    + booleanLongRange.overlapsRange(Range range) + +
    +          Tests whether the specified range overlaps with this range + using long comparison.
    + booleanIntRange.containsRange(Range range) + +
    +          Tests whether the specified range occurs entirely within this range + using int comparison.
    + booleanIntRange.overlapsRange(Range range) + +
    +          Tests whether the specified range overlaps with this range + using int comparison.
    + booleanFloatRange.containsRange(Range range) + +
    +          Tests whether the specified range occurs entirely within this range + using float comparison.
    + booleanFloatRange.overlapsRange(Range range) + +
    +          Tests whether the specified range overlaps with this range + using float comparison.
    + booleanDoubleRange.containsRange(Range range) + +
    +          Tests whether the specified range occurs entirely within this range + using double comparison.
    + booleanDoubleRange.overlapsRange(Range range) + +
    +          Tests whether the specified range overlaps with this range + using double comparison.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/package-frame.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/package-frame.html new file mode 100644 index 0000000..c2a584b --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/package-frame.html @@ -0,0 +1,53 @@ + + + + + + + +org.apache.commons.lang.math (Commons Lang 2.4 API) + + + + + + + + + + + +org.apache.commons.lang.math + + + + +
    +Classes  + +
    +DoubleRange +
    +FloatRange +
    +Fraction +
    +IEEE754rUtils +
    +IntRange +
    +JVMRandom +
    +LongRange +
    +NumberRange +
    +NumberUtils +
    +RandomUtils +
    +Range
    + + + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/package-summary.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/package-summary.html new file mode 100644 index 0000000..a7cb456 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/package-summary.html @@ -0,0 +1,215 @@ + + + + + + + +org.apache.commons.lang.math (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package org.apache.commons.lang.math +

    +Extends java.math for business mathematical classes. +

    +See: +
    +          Description +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Class Summary
    DoubleRangeDoubleRange represents an inclusive range of doubles.
    FloatRangeFloatRange represents an inclusive range of floats.
    FractionFraction is a Number implementation that + stores fractions accurately.
    IEEE754rUtilsProvides IEEE-754r variants of NumberUtils methods.
    IntRangeIntRange represents an inclusive range of ints.
    JVMRandomJVMRandom is a wrapper that supports all possible + Random methods via the Math.random() method + and its system-wide Random object.
    LongRangeLongRange represents an inclusive range of longs.
    NumberRangeNumberRange represents an inclusive range of + Number objects of the same type.
    NumberUtilsProvides extra functionality for Java Number classes.
    RandomUtilsRandomUtils is a wrapper that supports all possible + Random methods via the Math.random() + method and its system-wide Random object.
    RangeRange represents a range of numbers of the same type.
    +  + +

    +

    +Package org.apache.commons.lang.math Description +

    + +

    +Extends java.math for business mathematical classes. This package is intended for business +mathematical use, not scientific use. +

    + +

    +

    +
    Since:
    +
    2.0
    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/package-tree.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/package-tree.html new file mode 100644 index 0000000..3bb0f80 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/package-tree.html @@ -0,0 +1,160 @@ + + + + + + + +org.apache.commons.lang.math Class Hierarchy (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.lang.math +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    +
      +
    • class java.lang.Object
        +
      • class org.apache.commons.lang.math.IEEE754rUtils
      • class java.lang.Number (implements java.io.Serializable) +
          +
        • class org.apache.commons.lang.math.Fraction (implements java.lang.Comparable) +
        +
      • class org.apache.commons.lang.math.NumberUtils
      • class java.util.Random (implements java.io.Serializable) +
          +
        • class org.apache.commons.lang.math.JVMRandom
        +
      • class org.apache.commons.lang.math.RandomUtils
      • class org.apache.commons.lang.math.Range
          +
        • class org.apache.commons.lang.math.DoubleRange (implements java.io.Serializable) +
        • class org.apache.commons.lang.math.FloatRange (implements java.io.Serializable) +
        • class org.apache.commons.lang.math.IntRange (implements java.io.Serializable) +
        • class org.apache.commons.lang.math.LongRange (implements java.io.Serializable) +
        • class org.apache.commons.lang.math.NumberRange (implements java.io.Serializable) +
        +
      +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/package-use.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/package-use.html new file mode 100644 index 0000000..3b089bd --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/math/package-use.html @@ -0,0 +1,170 @@ + + + + + + + +Uses of Package org.apache.commons.lang.math (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.lang.math

    +
    + + + + + + + + + +
    +Packages that use org.apache.commons.lang.math
    org.apache.commons.lang.mathExtends java.math for business mathematical classes. 
    +  +

    + + + + + + + + + + + +
    +Classes in org.apache.commons.lang.math used by org.apache.commons.lang.math
    Fraction + +
    +          Fraction is a Number implementation that + stores fractions accurately.
    Range + +
    +          Range represents a range of numbers of the same type.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/Mutable.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/Mutable.html new file mode 100644 index 0000000..9262e29 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/Mutable.html @@ -0,0 +1,261 @@ + + + + + + + +Mutable (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.mutable +
    +Interface Mutable

    +
    +
    All Known Implementing Classes:
    MutableBoolean, MutableByte, MutableDouble, MutableFloat, MutableInt, MutableLong, MutableObject, MutableShort
    +
    +
    +
    +
    public interface Mutable
    + +

    +Provides mutable access to a value. +

    + Mutable is used as a generic interface to the implementations in this package. +

    + A typical use case would be to enable a primitive or string to be passed to a method and allow that method to + effectively change the value of the primitive/string. Another use case is to store a frequently changing primitive in + a collection (for example a total in a map) without needing to create new Integer/Long wrapper objects. +

    + +

    +

    +
    Since:
    +
    2.1
    +
    Version:
    +
    $Id: Mutable.java 618693 2008-02-05 16:33:29Z sebb $
    +
    Author:
    +
    Matthew Hawthorne
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.ObjectgetValue() + +
    +          Gets the value of this mutable.
    + voidsetValue(java.lang.Object value) + +
    +          Sets the value of this mutable.
    +  +

    + + + + + + + + + + + + + + +
    +Method Detail
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Gets the value of this mutable. +

    +

    + +
    Returns:
    the stored value
    +
    +
    +
    + +

    +setValue

    +
    +public void setValue(java.lang.Object value)
    +
    +
    Sets the value of this mutable. +

    +

    +
    Parameters:
    value - the value to store +
    Throws: +
    java.lang.NullPointerException - if the object is null and null is invalid +
    java.lang.ClassCastException - if the type is invalid
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableBoolean.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableBoolean.html new file mode 100644 index 0000000..0291722 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableBoolean.html @@ -0,0 +1,494 @@ + + + + + + + +MutableBoolean (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.mutable +
    +Class MutableBoolean

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.mutable.MutableBoolean
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Comparable, Mutable, java.io.Serializable
    +
    +
    +
    +
    public class MutableBoolean
    extends java.lang.Object
    implements Mutable, java.io.Serializable, java.lang.Comparable
    + +

    +A mutable boolean wrapper. +

    + +

    +

    +
    Since:
    +
    2.2
    +
    Version:
    +
    $Id: MutableBoolean.java 491052 2006-12-29 17:16:37Z scolebourne $
    +
    Author:
    +
    Apache Software Foundation
    +
    See Also:
    Boolean, +Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    MutableBoolean() + +
    +          Constructs a new MutableBoolean with the default value of false.
    MutableBoolean(boolean value) + +
    +          Constructs a new MutableBoolean with the specified value.
    MutableBoolean(java.lang.Boolean value) + +
    +          Constructs a new MutableBoolean with the specified value.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanbooleanValue() + +
    +          Returns the value of this MutableBoolean as a boolean.
    + intcompareTo(java.lang.Object obj) + +
    +          Compares this mutable to another in ascending order.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this object to the specified object.
    + java.lang.ObjectgetValue() + +
    +          Gets the value as a Boolean instance.
    + inthashCode() + +
    +          Returns a suitable hashcode for this mutable.
    + voidsetValue(boolean value) + +
    +          Sets the value.
    + voidsetValue(java.lang.Object value) + +
    +          Sets the value from any Boolean instance.
    + java.lang.StringtoString() + +
    +          Returns the String value of this mutable.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +MutableBoolean

    +
    +public MutableBoolean()
    +
    +
    Constructs a new MutableBoolean with the default value of false. +

    +

    +
    + +

    +MutableBoolean

    +
    +public MutableBoolean(boolean value)
    +
    +
    Constructs a new MutableBoolean with the specified value. +

    +

    Parameters:
    value - a value.
    +
    + +

    +MutableBoolean

    +
    +public MutableBoolean(java.lang.Boolean value)
    +
    +
    Constructs a new MutableBoolean with the specified value. +

    +

    Parameters:
    value - a value. +
    Throws: +
    java.lang.NullPointerException - if the object is null
    + + + + + + + + +
    +Method Detail
    + +

    +booleanValue

    +
    +public boolean booleanValue()
    +
    +
    Returns the value of this MutableBoolean as a boolean. +

    +

    +
    +
    +
    + +
    Returns:
    the boolean value represented by this object.
    +
    +
    +
    + +

    +compareTo

    +
    +public int compareTo(java.lang.Object obj)
    +
    +
    Compares this mutable to another in ascending order. +

    +

    +
    Specified by:
    compareTo in interface java.lang.Comparable
    +
    +
    +
    Parameters:
    obj - the mutable to compare to +
    Returns:
    zero if this object represents the same boolean value as the argument; a positive value if this object + represents true and the argument represents false; and a negative value if this object represents false + and the argument represents true +
    Throws: +
    java.lang.ClassCastException - if the argument is not a MutableInt
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    Compares this object to the specified object. The result is true if and only if the argument is + not null and is an MutableBoolean object that contains the same + boolean value as this object. +

    +

    +
    +
    +
    +
    Parameters:
    obj - the object to compare with. +
    Returns:
    true if the objects are the same; false otherwise.
    +
    +
    +
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Gets the value as a Boolean instance. +

    +

    +
    Specified by:
    getValue in interface Mutable
    +
    +
    + +
    Returns:
    the value as a Boolean
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Returns a suitable hashcode for this mutable. +

    +

    +
    +
    +
    + +
    Returns:
    the integer 1231 if this object represents true; returns the integer + 1237 if this object represents false.
    +
    +
    +
    + +

    +setValue

    +
    +public void setValue(boolean value)
    +
    +
    Sets the value. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to set
    +
    +
    +
    + +

    +setValue

    +
    +public void setValue(java.lang.Object value)
    +
    +
    Sets the value from any Boolean instance. +

    +

    +
    Specified by:
    setValue in interface Mutable
    +
    +
    +
    Parameters:
    value - the value to set +
    Throws: +
    java.lang.NullPointerException - if the object is null +
    java.lang.ClassCastException - if the type is not a Boolean
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Returns the String value of this mutable. +

    +

    +
    +
    +
    + +
    Returns:
    the mutable value as a string
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableByte.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableByte.html new file mode 100644 index 0000000..fc33379 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableByte.html @@ -0,0 +1,784 @@ + + + + + + + +MutableByte (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.mutable +
    +Class MutableByte

    +
    +java.lang.Object
    +  extended byjava.lang.Number
    +      extended byorg.apache.commons.lang.mutable.MutableByte
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Comparable, Mutable, java.io.Serializable
    +
    +
    +
    +
    public class MutableByte
    extends java.lang.Number
    implements java.lang.Comparable, Mutable
    + +

    +A mutable byte wrapper. +

    + +

    +

    +
    Since:
    +
    2.1
    +
    Version:
    +
    $Id: MutableByte.java 618693 2008-02-05 16:33:29Z sebb $
    +
    See Also:
    Byte, +Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    MutableByte() + +
    +          Constructs a new MutableByte with the default value of zero.
    MutableByte(byte value) + +
    +          Constructs a new MutableByte with the specified value.
    MutableByte(java.lang.Number value) + +
    +          Constructs a new MutableByte with the specified value.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(byte operand) + +
    +          Adds a value.
    + voidadd(java.lang.Number operand) + +
    +          Adds a value.
    + bytebyteValue() + +
    +          Returns the value of this MutableByte as a byte.
    + intcompareTo(java.lang.Object obj) + +
    +          Compares this mutable to another in ascending order.
    + voiddecrement() + +
    +          Decrements the value.
    + doubledoubleValue() + +
    +          Returns the value of this MutableByte as a double.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this object against the specified object.
    + floatfloatValue() + +
    +          Returns the value of this MutableByte as a float.
    + java.lang.ObjectgetValue() + +
    +          Gets the value as a Byte instance.
    + inthashCode() + +
    +          Returns a suitable hashcode for this mutable.
    + voidincrement() + +
    +          Increments the value.
    + intintValue() + +
    +          Returns the value of this MutableByte as a int.
    + longlongValue() + +
    +          Returns the value of this MutableByte as a long.
    + voidsetValue(byte value) + +
    +          Sets the value.
    + voidsetValue(java.lang.Object value) + +
    +          Sets the value from any Number instance.
    + voidsubtract(byte operand) + +
    +          Subtracts a value.
    + voidsubtract(java.lang.Number operand) + +
    +          Subtracts a value.
    + java.lang.BytetoByte() + +
    +          Gets this mutable as an instance of Byte.
    + java.lang.StringtoString() + +
    +          Returns the String value of this mutable.
    + + + + + + + +
    Methods inherited from class java.lang.Number
    shortValue
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +MutableByte

    +
    +public MutableByte()
    +
    +
    Constructs a new MutableByte with the default value of zero. +

    +

    +
    + +

    +MutableByte

    +
    +public MutableByte(byte value)
    +
    +
    Constructs a new MutableByte with the specified value. +

    +

    Parameters:
    value - a value.
    +
    + +

    +MutableByte

    +
    +public MutableByte(java.lang.Number value)
    +
    +
    Constructs a new MutableByte with the specified value. +

    +

    Parameters:
    value - a value. +
    Throws: +
    java.lang.NullPointerException - if the object is null
    + + + + + + + + +
    +Method Detail
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Gets the value as a Byte instance. +

    +

    +
    Specified by:
    getValue in interface Mutable
    +
    +
    + +
    Returns:
    the value as a Byte
    +
    +
    +
    + +

    +setValue

    +
    +public void setValue(byte value)
    +
    +
    Sets the value. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to set
    +
    +
    +
    + +

    +setValue

    +
    +public void setValue(java.lang.Object value)
    +
    +
    Sets the value from any Number instance. +

    +

    +
    Specified by:
    setValue in interface Mutable
    +
    +
    +
    Parameters:
    value - the value to set +
    Throws: +
    java.lang.NullPointerException - if the object is null +
    java.lang.ClassCastException - if the type is not a Number
    +
    +
    +
    + +

    +byteValue

    +
    +public byte byteValue()
    +
    +
    Returns the value of this MutableByte as a byte. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type byte.
    +
    +
    +
    + +

    +intValue

    +
    +public int intValue()
    +
    +
    Returns the value of this MutableByte as a int. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type int.
    +
    +
    +
    + +

    +longValue

    +
    +public long longValue()
    +
    +
    Returns the value of this MutableByte as a long. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type long.
    +
    +
    +
    + +

    +floatValue

    +
    +public float floatValue()
    +
    +
    Returns the value of this MutableByte as a float. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type float.
    +
    +
    +
    + +

    +doubleValue

    +
    +public double doubleValue()
    +
    +
    Returns the value of this MutableByte as a double. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type double.
    +
    +
    +
    + +

    +toByte

    +
    +public java.lang.Byte toByte()
    +
    +
    Gets this mutable as an instance of Byte. +

    +

    +
    +
    +
    + +
    Returns:
    a Byte instance containing the value from this mutable
    +
    +
    +
    + +

    +increment

    +
    +public void increment()
    +
    +
    Increments the value. +

    +

    +
    +
    +
    +
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +decrement

    +
    +public void decrement()
    +
    +
    Decrements the value. +

    +

    +
    +
    +
    +
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(byte operand)
    +
    +
    Adds a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Number operand)
    +
    +
    Adds a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add +
    Throws: +
    java.lang.NullPointerException - if the object is null
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +subtract

    +
    +public void subtract(byte operand)
    +
    +
    Subtracts a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +subtract

    +
    +public void subtract(java.lang.Number operand)
    +
    +
    Subtracts a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add +
    Throws: +
    java.lang.NullPointerException - if the object is null
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    Compares this object against the specified object. The result is true if and only if the argument + is not null and is a MutableByte object that contains the same byte + value as this object. +

    +

    +
    +
    +
    +
    Parameters:
    obj - the object to compare with. +
    Returns:
    true if the objects are the same; false otherwise.
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Returns a suitable hashcode for this mutable. +

    +

    +
    +
    +
    + +
    Returns:
    a suitable hashcode
    +
    +
    +
    + +

    +compareTo

    +
    +public int compareTo(java.lang.Object obj)
    +
    +
    Compares this mutable to another in ascending order. +

    +

    +
    Specified by:
    compareTo in interface java.lang.Comparable
    +
    +
    +
    Parameters:
    obj - the mutable to compare to +
    Returns:
    negative if this is less, zero if equal, positive if greater +
    Throws: +
    java.lang.ClassCastException - if the argument is not a MutableByte
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Returns the String value of this mutable. +

    +

    +
    +
    +
    + +
    Returns:
    the mutable value as a string
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableDouble.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableDouble.html new file mode 100644 index 0000000..177dec0 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableDouble.html @@ -0,0 +1,830 @@ + + + + + + + +MutableDouble (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.mutable +
    +Class MutableDouble

    +
    +java.lang.Object
    +  extended byjava.lang.Number
    +      extended byorg.apache.commons.lang.mutable.MutableDouble
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Comparable, Mutable, java.io.Serializable
    +
    +
    +
    +
    public class MutableDouble
    extends java.lang.Number
    implements java.lang.Comparable, Mutable
    + +

    +A mutable double wrapper. +

    + +

    +

    +
    Since:
    +
    2.1
    +
    Version:
    +
    $Id: MutableDouble.java 618693 2008-02-05 16:33:29Z sebb $
    +
    See Also:
    Double, +Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    MutableDouble() + +
    +          Constructs a new MutableDouble with the default value of zero.
    MutableDouble(double value) + +
    +          Constructs a new MutableDouble with the specified value.
    MutableDouble(java.lang.Number value) + +
    +          Constructs a new MutableDouble with the specified value.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(double operand) + +
    +          Adds a value.
    + voidadd(java.lang.Number operand) + +
    +          Adds a value.
    + intcompareTo(java.lang.Object obj) + +
    +          Compares this mutable to another in ascending order.
    + voiddecrement() + +
    +          Decrements the value.
    + doubledoubleValue() + +
    +          Returns the value of this MutableDouble as a double.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this object against the specified object.
    + floatfloatValue() + +
    +          Returns the value of this MutableDouble as a float.
    + java.lang.ObjectgetValue() + +
    +          Gets the value as a Double instance.
    + inthashCode() + +
    +          Returns a suitable hashcode for this mutable.
    + voidincrement() + +
    +          Increments the value.
    + intintValue() + +
    +          Returns the value of this MutableDouble as a int.
    + booleanisInfinite() + +
    +          Checks whether the double value is infinite.
    + booleanisNaN() + +
    +          Checks whether the double value is the special NaN value.
    + longlongValue() + +
    +          Returns the value of this MutableDouble as a long.
    + voidsetValue(double value) + +
    +          Sets the value.
    + voidsetValue(java.lang.Object value) + +
    +          Sets the value from any Number instance.
    + voidsubtract(double operand) + +
    +          Subtracts a value.
    + voidsubtract(java.lang.Number operand) + +
    +          Subtracts a value.
    + java.lang.DoubletoDouble() + +
    +          Gets this mutable as an instance of Double.
    + java.lang.StringtoString() + +
    +          Returns the String value of this mutable.
    + + + + + + + +
    Methods inherited from class java.lang.Number
    byteValue, shortValue
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +MutableDouble

    +
    +public MutableDouble()
    +
    +
    Constructs a new MutableDouble with the default value of zero. +

    +

    +
    + +

    +MutableDouble

    +
    +public MutableDouble(double value)
    +
    +
    Constructs a new MutableDouble with the specified value. +

    +

    Parameters:
    value - a value.
    +
    + +

    +MutableDouble

    +
    +public MutableDouble(java.lang.Number value)
    +
    +
    Constructs a new MutableDouble with the specified value. +

    +

    Parameters:
    value - a value. +
    Throws: +
    java.lang.NullPointerException - if the object is null
    + + + + + + + + +
    +Method Detail
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Gets the value as a Double instance. +

    +

    +
    Specified by:
    getValue in interface Mutable
    +
    +
    + +
    Returns:
    the value as a Double
    +
    +
    +
    + +

    +setValue

    +
    +public void setValue(double value)
    +
    +
    Sets the value. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to set
    +
    +
    +
    + +

    +setValue

    +
    +public void setValue(java.lang.Object value)
    +
    +
    Sets the value from any Number instance. +

    +

    +
    Specified by:
    setValue in interface Mutable
    +
    +
    +
    Parameters:
    value - the value to set +
    Throws: +
    java.lang.NullPointerException - if the object is null +
    java.lang.ClassCastException - if the type is not a Number
    +
    +
    +
    + +

    +intValue

    +
    +public int intValue()
    +
    +
    Returns the value of this MutableDouble as a int. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type int.
    +
    +
    +
    + +

    +longValue

    +
    +public long longValue()
    +
    +
    Returns the value of this MutableDouble as a long. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type long.
    +
    +
    +
    + +

    +floatValue

    +
    +public float floatValue()
    +
    +
    Returns the value of this MutableDouble as a float. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type float.
    +
    +
    +
    + +

    +doubleValue

    +
    +public double doubleValue()
    +
    +
    Returns the value of this MutableDouble as a double. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type double.
    +
    +
    +
    + +

    +isNaN

    +
    +public boolean isNaN()
    +
    +
    Checks whether the double value is the special NaN value. +

    +

    +
    +
    +
    + +
    Returns:
    true if NaN
    +
    +
    +
    + +

    +isInfinite

    +
    +public boolean isInfinite()
    +
    +
    Checks whether the double value is infinite. +

    +

    +
    +
    +
    + +
    Returns:
    true if infinite
    +
    +
    +
    + +

    +toDouble

    +
    +public java.lang.Double toDouble()
    +
    +
    Gets this mutable as an instance of Double. +

    +

    +
    +
    +
    + +
    Returns:
    a Double instance containing the value from this mutable
    +
    +
    +
    + +

    +increment

    +
    +public void increment()
    +
    +
    Increments the value. +

    +

    +
    +
    +
    +
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +decrement

    +
    +public void decrement()
    +
    +
    Decrements the value. +

    +

    +
    +
    +
    +
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(double operand)
    +
    +
    Adds a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Number operand)
    +
    +
    Adds a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add +
    Throws: +
    java.lang.NullPointerException - if the object is null
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +subtract

    +
    +public void subtract(double operand)
    +
    +
    Subtracts a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +subtract

    +
    +public void subtract(java.lang.Number operand)
    +
    +
    Subtracts a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add +
    Throws: +
    java.lang.NullPointerException - if the object is null
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    Compares this object against the specified object. The result is true if and only if the argument + is not null and is a Double object that represents a double that has the identical + bit pattern to the bit pattern of the double represented by this object. For this purpose, two + double values are considered to be the same if and only if the method + Double.doubleToLongBits(double)returns the same long value when applied to each. +

    + Note that in most cases, for two instances of class Double,d1 and d2, + the value of d1.equals(d2) is true if and only if

    + +
    +   d1.doubleValue() == d2.doubleValue()
    + 
    + +
    +

    + also has the value true. However, there are two exceptions: +

      +
    • If d1 and d2 both represent Double.NaN, then the + equals method returns true, even though Double.NaN==Double.NaN has + the value false. +
    • If d1 represents +0.0 while d2 represents -0.0, + or vice versa, the equal test has the value false, even though + +0.0==-0.0 has the value true. This allows hashtables to operate properly. +
    +

    +

    +
    +
    +
    +
    Parameters:
    obj - the object to compare with. +
    Returns:
    true if the objects are the same; false otherwise.
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Returns a suitable hashcode for this mutable. +

    +

    +
    +
    +
    + +
    Returns:
    a suitable hashcode
    +
    +
    +
    + +

    +compareTo

    +
    +public int compareTo(java.lang.Object obj)
    +
    +
    Compares this mutable to another in ascending order. +

    +

    +
    Specified by:
    compareTo in interface java.lang.Comparable
    +
    +
    +
    Parameters:
    obj - the mutable to compare to +
    Returns:
    negative if this is less, zero if equal, positive if greater +
    Throws: +
    java.lang.ClassCastException - if the argument is not a MutableDouble
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Returns the String value of this mutable. +

    +

    +
    +
    +
    + +
    Returns:
    the mutable value as a string
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableFloat.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableFloat.html new file mode 100644 index 0000000..05379e4 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableFloat.html @@ -0,0 +1,829 @@ + + + + + + + +MutableFloat (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.mutable +
    +Class MutableFloat

    +
    +java.lang.Object
    +  extended byjava.lang.Number
    +      extended byorg.apache.commons.lang.mutable.MutableFloat
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Comparable, Mutable, java.io.Serializable
    +
    +
    +
    +
    public class MutableFloat
    extends java.lang.Number
    implements java.lang.Comparable, Mutable
    + +

    +A mutable float wrapper. +

    + +

    +

    +
    Since:
    +
    2.1
    +
    Version:
    +
    $Id: MutableFloat.java 618693 2008-02-05 16:33:29Z sebb $
    +
    See Also:
    Float, +Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    MutableFloat() + +
    +          Constructs a new MutableFloat with the default value of zero.
    MutableFloat(float value) + +
    +          Constructs a new MutableFloat with the specified value.
    MutableFloat(java.lang.Number value) + +
    +          Constructs a new MutableFloat with the specified value.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(float operand) + +
    +          Adds a value.
    + voidadd(java.lang.Number operand) + +
    +          Adds a value.
    + intcompareTo(java.lang.Object obj) + +
    +          Compares this mutable to another in ascending order.
    + voiddecrement() + +
    +          Decrements the value.
    + doubledoubleValue() + +
    +          Returns the value of this MutableFloat as a double.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this object against some other object.
    + floatfloatValue() + +
    +          Returns the value of this MutableFloat as a float.
    + java.lang.ObjectgetValue() + +
    +          Gets the value as a Float instance.
    + inthashCode() + +
    +          Returns a suitable hashcode for this mutable.
    + voidincrement() + +
    +          Increments the value.
    + intintValue() + +
    +          Returns the value of this MutableFloat as a int.
    + booleanisInfinite() + +
    +          Checks whether the float value is infinite.
    + booleanisNaN() + +
    +          Checks whether the float value is the special NaN value.
    + longlongValue() + +
    +          Returns the value of this MutableFloat as a long.
    + voidsetValue(float value) + +
    +          Sets the value.
    + voidsetValue(java.lang.Object value) + +
    +          Sets the value from any Number instance.
    + voidsubtract(float operand) + +
    +          Subtracts a value.
    + voidsubtract(java.lang.Number operand) + +
    +          Subtracts a value.
    + java.lang.FloattoFloat() + +
    +          Gets this mutable as an instance of Float.
    + java.lang.StringtoString() + +
    +          Returns the String value of this mutable.
    + + + + + + + +
    Methods inherited from class java.lang.Number
    byteValue, shortValue
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +MutableFloat

    +
    +public MutableFloat()
    +
    +
    Constructs a new MutableFloat with the default value of zero. +

    +

    +
    + +

    +MutableFloat

    +
    +public MutableFloat(float value)
    +
    +
    Constructs a new MutableFloat with the specified value. +

    +

    Parameters:
    value - a value.
    +
    + +

    +MutableFloat

    +
    +public MutableFloat(java.lang.Number value)
    +
    +
    Constructs a new MutableFloat with the specified value. +

    +

    Parameters:
    value - a value. +
    Throws: +
    java.lang.NullPointerException - if the object is null
    + + + + + + + + +
    +Method Detail
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Gets the value as a Float instance. +

    +

    +
    Specified by:
    getValue in interface Mutable
    +
    +
    + +
    Returns:
    the value as a Float
    +
    +
    +
    + +

    +setValue

    +
    +public void setValue(float value)
    +
    +
    Sets the value. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to set
    +
    +
    +
    + +

    +setValue

    +
    +public void setValue(java.lang.Object value)
    +
    +
    Sets the value from any Number instance. +

    +

    +
    Specified by:
    setValue in interface Mutable
    +
    +
    +
    Parameters:
    value - the value to set +
    Throws: +
    java.lang.NullPointerException - if the object is null +
    java.lang.ClassCastException - if the type is not a Number
    +
    +
    +
    + +

    +increment

    +
    +public void increment()
    +
    +
    Increments the value. +

    +

    +
    +
    +
    +
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +decrement

    +
    +public void decrement()
    +
    +
    Decrements the value. +

    +

    +
    +
    +
    +
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(float operand)
    +
    +
    Adds a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Number operand)
    +
    +
    Adds a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add +
    Throws: +
    java.lang.NullPointerException - if the object is null
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +subtract

    +
    +public void subtract(float operand)
    +
    +
    Subtracts a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +subtract

    +
    +public void subtract(java.lang.Number operand)
    +
    +
    Subtracts a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add +
    Throws: +
    java.lang.NullPointerException - if the object is null
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +intValue

    +
    +public int intValue()
    +
    +
    Returns the value of this MutableFloat as a int. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type int.
    +
    +
    +
    + +

    +longValue

    +
    +public long longValue()
    +
    +
    Returns the value of this MutableFloat as a long. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type long.
    +
    +
    +
    + +

    +floatValue

    +
    +public float floatValue()
    +
    +
    Returns the value of this MutableFloat as a float. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type float.
    +
    +
    +
    + +

    +doubleValue

    +
    +public double doubleValue()
    +
    +
    Returns the value of this MutableFloat as a double. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type double.
    +
    +
    +
    + +

    +isNaN

    +
    +public boolean isNaN()
    +
    +
    Checks whether the float value is the special NaN value. +

    +

    +
    +
    +
    + +
    Returns:
    true if NaN
    +
    +
    +
    + +

    +isInfinite

    +
    +public boolean isInfinite()
    +
    +
    Checks whether the float value is infinite. +

    +

    +
    +
    +
    + +
    Returns:
    true if infinite
    +
    +
    +
    + +

    +toFloat

    +
    +public java.lang.Float toFloat()
    +
    +
    Gets this mutable as an instance of Float. +

    +

    +
    +
    +
    + +
    Returns:
    a Float instance containing the value from this mutable
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    Compares this object against some other object. The result is true if and only if the argument is + not null and is a Float object that represents a float that has the + identical bit pattern to the bit pattern of the float represented by this object. For this + purpose, two float values are considered to be the same if and only if the method + Float.floatToIntBits(float)returns the same int value when applied to each. +

    + Note that in most cases, for two instances of class Float,f1 and f2, + the value of f1.equals(f2) is true if and only if

    + +
    +   f1.floatValue() == f2.floatValue()
    + 
    + +
    +

    + also has the value true. However, there are two exceptions: +

      +
    • If f1 and f2 both represent Float.NaN, then the + equals method returns true, even though Float.NaN==Float.NaN has + the value false. +
    • If f1 represents +0.0f while f2 represents -0.0f, + or vice versa, the equal test has the value false, even though + 0.0f==-0.0f has the value true. +
    + This definition allows hashtables to operate properly. +

    +

    +
    +
    +
    +
    Parameters:
    obj - the object to be compared +
    Returns:
    true if the objects are the same; false otherwise.
    See Also:
    Float.floatToIntBits(float)
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Returns a suitable hashcode for this mutable. +

    +

    +
    +
    +
    + +
    Returns:
    a suitable hashcode
    +
    +
    +
    + +

    +compareTo

    +
    +public int compareTo(java.lang.Object obj)
    +
    +
    Compares this mutable to another in ascending order. +

    +

    +
    Specified by:
    compareTo in interface java.lang.Comparable
    +
    +
    +
    Parameters:
    obj - the mutable to compare to +
    Returns:
    negative if this is less, zero if equal, positive if greater
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Returns the String value of this mutable. +

    +

    +
    +
    +
    + +
    Returns:
    the mutable value as a string
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableInt.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableInt.html new file mode 100644 index 0000000..1300c46 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableInt.html @@ -0,0 +1,759 @@ + + + + + + + +MutableInt (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.mutable +
    +Class MutableInt

    +
    +java.lang.Object
    +  extended byjava.lang.Number
    +      extended byorg.apache.commons.lang.mutable.MutableInt
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Comparable, Mutable, java.io.Serializable
    +
    +
    +
    +
    public class MutableInt
    extends java.lang.Number
    implements java.lang.Comparable, Mutable
    + +

    +A mutable int wrapper. +

    + +

    +

    +
    Since:
    +
    2.1
    +
    Version:
    +
    $Id: MutableInt.java 437554 2006-08-28 06:21:41Z bayard $
    +
    See Also:
    Integer, +Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    MutableInt() + +
    +          Constructs a new MutableInt with the default value of zero.
    MutableInt(int value) + +
    +          Constructs a new MutableInt with the specified value.
    MutableInt(java.lang.Number value) + +
    +          Constructs a new MutableInt with the specified value.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(int operand) + +
    +          Adds a value.
    + voidadd(java.lang.Number operand) + +
    +          Adds a value.
    + intcompareTo(java.lang.Object obj) + +
    +          Compares this mutable to another in ascending order.
    + voiddecrement() + +
    +          Decrements the value.
    + doubledoubleValue() + +
    +          Returns the value of this MutableInt as a double.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this object to the specified object.
    + floatfloatValue() + +
    +          Returns the value of this MutableInt as a float.
    + java.lang.ObjectgetValue() + +
    +          Gets the value as a Integer instance.
    + inthashCode() + +
    +          Returns a suitable hashcode for this mutable.
    + voidincrement() + +
    +          Increments the value.
    + intintValue() + +
    +          Returns the value of this MutableInt as a int.
    + longlongValue() + +
    +          Returns the value of this MutableInt as a long.
    + voidsetValue(int value) + +
    +          Sets the value.
    + voidsetValue(java.lang.Object value) + +
    +          Sets the value from any Number instance.
    + voidsubtract(int operand) + +
    +          Subtracts a value.
    + voidsubtract(java.lang.Number operand) + +
    +          Subtracts a value.
    + java.lang.IntegertoInteger() + +
    +          Gets this mutable as an instance of Integer.
    + java.lang.StringtoString() + +
    +          Returns the String value of this mutable.
    + + + + + + + +
    Methods inherited from class java.lang.Number
    byteValue, shortValue
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +MutableInt

    +
    +public MutableInt()
    +
    +
    Constructs a new MutableInt with the default value of zero. +

    +

    +
    + +

    +MutableInt

    +
    +public MutableInt(int value)
    +
    +
    Constructs a new MutableInt with the specified value. +

    +

    Parameters:
    value - a value.
    +
    + +

    +MutableInt

    +
    +public MutableInt(java.lang.Number value)
    +
    +
    Constructs a new MutableInt with the specified value. +

    +

    Parameters:
    value - a value. +
    Throws: +
    java.lang.NullPointerException - if the object is null
    + + + + + + + + +
    +Method Detail
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Gets the value as a Integer instance. +

    +

    +
    Specified by:
    getValue in interface Mutable
    +
    +
    + +
    Returns:
    the value as a Integer
    +
    +
    +
    + +

    +setValue

    +
    +public void setValue(int value)
    +
    +
    Sets the value. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to set
    +
    +
    +
    + +

    +setValue

    +
    +public void setValue(java.lang.Object value)
    +
    +
    Sets the value from any Number instance. +

    +

    +
    Specified by:
    setValue in interface Mutable
    +
    +
    +
    Parameters:
    value - the value to set +
    Throws: +
    java.lang.NullPointerException - if the object is null +
    java.lang.ClassCastException - if the type is not a Number
    +
    +
    +
    + +

    +increment

    +
    +public void increment()
    +
    +
    Increments the value. +

    +

    +
    +
    +
    +
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +decrement

    +
    +public void decrement()
    +
    +
    Decrements the value. +

    +

    +
    +
    +
    +
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(int operand)
    +
    +
    Adds a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Number operand)
    +
    +
    Adds a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add +
    Throws: +
    java.lang.NullPointerException - if the object is null
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +subtract

    +
    +public void subtract(int operand)
    +
    +
    Subtracts a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +subtract

    +
    +public void subtract(java.lang.Number operand)
    +
    +
    Subtracts a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add +
    Throws: +
    java.lang.NullPointerException - if the object is null
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +intValue

    +
    +public int intValue()
    +
    +
    Returns the value of this MutableInt as a int. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type int.
    +
    +
    +
    + +

    +longValue

    +
    +public long longValue()
    +
    +
    Returns the value of this MutableInt as a long. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type long.
    +
    +
    +
    + +

    +floatValue

    +
    +public float floatValue()
    +
    +
    Returns the value of this MutableInt as a float. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type float.
    +
    +
    +
    + +

    +doubleValue

    +
    +public double doubleValue()
    +
    +
    Returns the value of this MutableInt as a double. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type double.
    +
    +
    +
    + +

    +toInteger

    +
    +public java.lang.Integer toInteger()
    +
    +
    Gets this mutable as an instance of Integer. +

    +

    +
    +
    +
    + +
    Returns:
    a Integer instance containing the value from this mutable
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    Compares this object to the specified object. The result is true if and only if the argument is + not null and is an MutableInt object that contains the same int value + as this object. +

    +

    +
    +
    +
    +
    Parameters:
    obj - the object to compare with. +
    Returns:
    true if the objects are the same; false otherwise.
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Returns a suitable hashcode for this mutable. +

    +

    +
    +
    +
    + +
    Returns:
    a suitable hashcode
    +
    +
    +
    + +

    +compareTo

    +
    +public int compareTo(java.lang.Object obj)
    +
    +
    Compares this mutable to another in ascending order. +

    +

    +
    Specified by:
    compareTo in interface java.lang.Comparable
    +
    +
    +
    Parameters:
    obj - the mutable to compare to +
    Returns:
    negative if this is less, zero if equal, positive if greater +
    Throws: +
    java.lang.ClassCastException - if the argument is not a MutableInt
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Returns the String value of this mutable. +

    +

    +
    +
    +
    + +
    Returns:
    the mutable value as a string
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableLong.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableLong.html new file mode 100644 index 0000000..4a9ad5b --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableLong.html @@ -0,0 +1,759 @@ + + + + + + + +MutableLong (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.mutable +
    +Class MutableLong

    +
    +java.lang.Object
    +  extended byjava.lang.Number
    +      extended byorg.apache.commons.lang.mutable.MutableLong
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Comparable, Mutable, java.io.Serializable
    +
    +
    +
    +
    public class MutableLong
    extends java.lang.Number
    implements java.lang.Comparable, Mutable
    + +

    +A mutable long wrapper. +

    + +

    +

    +
    Since:
    +
    2.1
    +
    Version:
    +
    $Id: MutableLong.java 618693 2008-02-05 16:33:29Z sebb $
    +
    See Also:
    Long, +Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    MutableLong() + +
    +          Constructs a new MutableLong with the default value of zero.
    MutableLong(long value) + +
    +          Constructs a new MutableLong with the specified value.
    MutableLong(java.lang.Number value) + +
    +          Constructs a new MutableLong with the specified value.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(long operand) + +
    +          Adds a value.
    + voidadd(java.lang.Number operand) + +
    +          Adds a value.
    + intcompareTo(java.lang.Object obj) + +
    +          Compares this mutable to another in ascending order.
    + voiddecrement() + +
    +          Decrements the value.
    + doubledoubleValue() + +
    +          Returns the value of this MutableLong as a double.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this object against the specified object.
    + floatfloatValue() + +
    +          Returns the value of this MutableLong as a float.
    + java.lang.ObjectgetValue() + +
    +          Gets the value as a Long instance.
    + inthashCode() + +
    +          Returns a suitable hashcode for this mutable.
    + voidincrement() + +
    +          Increments the value.
    + intintValue() + +
    +          Returns the value of this MutableLong as a int.
    + longlongValue() + +
    +          Returns the value of this MutableLong as a long.
    + voidsetValue(long value) + +
    +          Sets the value.
    + voidsetValue(java.lang.Object value) + +
    +          Sets the value from any Number instance.
    + voidsubtract(long operand) + +
    +          Subtracts a value.
    + voidsubtract(java.lang.Number operand) + +
    +          Subtracts a value.
    + java.lang.LongtoLong() + +
    +          Gets this mutable as an instance of Long.
    + java.lang.StringtoString() + +
    +          Returns the String value of this mutable.
    + + + + + + + +
    Methods inherited from class java.lang.Number
    byteValue, shortValue
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +MutableLong

    +
    +public MutableLong()
    +
    +
    Constructs a new MutableLong with the default value of zero. +

    +

    +
    + +

    +MutableLong

    +
    +public MutableLong(long value)
    +
    +
    Constructs a new MutableLong with the specified value. +

    +

    Parameters:
    value - a value.
    +
    + +

    +MutableLong

    +
    +public MutableLong(java.lang.Number value)
    +
    +
    Constructs a new MutableLong with the specified value. +

    +

    Parameters:
    value - a value. +
    Throws: +
    java.lang.NullPointerException - if the object is null
    + + + + + + + + +
    +Method Detail
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Gets the value as a Long instance. +

    +

    +
    Specified by:
    getValue in interface Mutable
    +
    +
    + +
    Returns:
    the value as a Long
    +
    +
    +
    + +

    +setValue

    +
    +public void setValue(long value)
    +
    +
    Sets the value. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to set
    +
    +
    +
    + +

    +setValue

    +
    +public void setValue(java.lang.Object value)
    +
    +
    Sets the value from any Number instance. +

    +

    +
    Specified by:
    setValue in interface Mutable
    +
    +
    +
    Parameters:
    value - the value to set +
    Throws: +
    java.lang.NullPointerException - if the object is null +
    java.lang.ClassCastException - if the type is not a Number
    +
    +
    +
    + +

    +increment

    +
    +public void increment()
    +
    +
    Increments the value. +

    +

    +
    +
    +
    +
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +decrement

    +
    +public void decrement()
    +
    +
    Decrements the value. +

    +

    +
    +
    +
    +
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(long operand)
    +
    +
    Adds a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Number operand)
    +
    +
    Adds a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add +
    Throws: +
    java.lang.NullPointerException - if the object is null
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +subtract

    +
    +public void subtract(long operand)
    +
    +
    Subtracts a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +subtract

    +
    +public void subtract(java.lang.Number operand)
    +
    +
    Subtracts a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add +
    Throws: +
    java.lang.NullPointerException - if the object is null
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +intValue

    +
    +public int intValue()
    +
    +
    Returns the value of this MutableLong as a int. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type int.
    +
    +
    +
    + +

    +longValue

    +
    +public long longValue()
    +
    +
    Returns the value of this MutableLong as a long. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type long.
    +
    +
    +
    + +

    +floatValue

    +
    +public float floatValue()
    +
    +
    Returns the value of this MutableLong as a float. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type float.
    +
    +
    +
    + +

    +doubleValue

    +
    +public double doubleValue()
    +
    +
    Returns the value of this MutableLong as a double. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type double.
    +
    +
    +
    + +

    +toLong

    +
    +public java.lang.Long toLong()
    +
    +
    Gets this mutable as an instance of Long. +

    +

    +
    +
    +
    + +
    Returns:
    a Long instance containing the value from this mutable
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    Compares this object against the specified object. The result is true if and only if the argument + is not null and is a MutableLong object that contains the same long + value as this object. +

    +

    +
    +
    +
    +
    Parameters:
    obj - the object to compare with. +
    Returns:
    true if the objects are the same; false otherwise.
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Returns a suitable hashcode for this mutable. +

    +

    +
    +
    +
    + +
    Returns:
    a suitable hashcode
    +
    +
    +
    + +

    +compareTo

    +
    +public int compareTo(java.lang.Object obj)
    +
    +
    Compares this mutable to another in ascending order. +

    +

    +
    Specified by:
    compareTo in interface java.lang.Comparable
    +
    +
    +
    Parameters:
    obj - the mutable to compare to +
    Returns:
    negative if this is less, zero if equal, positive if greater +
    Throws: +
    java.lang.ClassCastException - if the argument is not a MutableLong
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Returns the String value of this mutable. +

    +

    +
    +
    +
    + +
    Returns:
    the mutable value as a string
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableObject.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableObject.html new file mode 100644 index 0000000..5a95bf3 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableObject.html @@ -0,0 +1,391 @@ + + + + + + + +MutableObject (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.mutable +
    +Class MutableObject

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.mutable.MutableObject
    +
    +
    +
    All Implemented Interfaces:
    Mutable, java.io.Serializable
    +
    +
    +
    +
    public class MutableObject
    extends java.lang.Object
    implements Mutable, java.io.Serializable
    + +

    +A mutable Object wrapper. +

    + +

    +

    +
    Since:
    +
    2.1
    +
    Version:
    +
    $Id: MutableObject.java 437554 2006-08-28 06:21:41Z bayard $
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    MutableObject() + +
    +          Constructs a new MutableObject with the default value of null.
    MutableObject(java.lang.Object value) + +
    +          Constructs a new MutableObject with the specified value.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + booleanequals(java.lang.Object obj) + +
    +          Compares this object against the specified object.
    + java.lang.ObjectgetValue() + +
    +          Gets the value.
    + inthashCode() + +
    +          Returns the value's hash code or 0 if the value is null.
    + voidsetValue(java.lang.Object value) + +
    +          Sets the value.
    + java.lang.StringtoString() + +
    +          Returns the String value of this mutable.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +MutableObject

    +
    +public MutableObject()
    +
    +
    Constructs a new MutableObject with the default value of null. +

    +

    +
    + +

    +MutableObject

    +
    +public MutableObject(java.lang.Object value)
    +
    +
    Constructs a new MutableObject with the specified value. +

    +

    Parameters:
    value - a value.
    + + + + + + + + +
    +Method Detail
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Gets the value. +

    +

    +
    Specified by:
    getValue in interface Mutable
    +
    +
    + +
    Returns:
    the value
    +
    +
    +
    + +

    +setValue

    +
    +public void setValue(java.lang.Object value)
    +
    +
    Sets the value. +

    +

    +
    Specified by:
    setValue in interface Mutable
    +
    +
    +
    Parameters:
    value - the value to set
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    Compares this object against the specified object. The result is true if and only if the argument + is not null and is a MutableObject object that contains the same Object + value as this object. +

    +

    +
    +
    +
    +
    Parameters:
    obj - the object to compare with. +
    Returns:
    true if the objects are the same; false otherwise.
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Returns the value's hash code or 0 if the value is null. +

    +

    +
    +
    +
    + +
    Returns:
    the value's hash code or 0 if the value is null.
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Returns the String value of this mutable. +

    +

    +
    +
    +
    + +
    Returns:
    the mutable value as a string
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableShort.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableShort.html new file mode 100644 index 0000000..5021e8a --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/MutableShort.html @@ -0,0 +1,784 @@ + + + + + + + +MutableShort (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.mutable +
    +Class MutableShort

    +
    +java.lang.Object
    +  extended byjava.lang.Number
    +      extended byorg.apache.commons.lang.mutable.MutableShort
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Comparable, Mutable, java.io.Serializable
    +
    +
    +
    +
    public class MutableShort
    extends java.lang.Number
    implements java.lang.Comparable, Mutable
    + +

    +A mutable short wrapper. +

    + +

    +

    +
    Since:
    +
    2.1
    +
    Version:
    +
    $Id: MutableShort.java 618693 2008-02-05 16:33:29Z sebb $
    +
    See Also:
    Short, +Serialized Form
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    MutableShort() + +
    +          Constructs a new MutableShort with the default value of zero.
    MutableShort(java.lang.Number value) + +
    +          Constructs a new MutableShort with the specified value.
    MutableShort(short value) + +
    +          Constructs a new MutableShort with the specified value.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(java.lang.Number operand) + +
    +          Adds a value.
    + voidadd(short operand) + +
    +          Adds a value.
    + intcompareTo(java.lang.Object obj) + +
    +          Compares this mutable to another in ascending order.
    + voiddecrement() + +
    +          Decrements the value.
    + doubledoubleValue() + +
    +          Returns the value of this MutableShort as a double.
    + booleanequals(java.lang.Object obj) + +
    +          Compares this object against the specified object.
    + floatfloatValue() + +
    +          Returns the value of this MutableShort as a float.
    + java.lang.ObjectgetValue() + +
    +          Gets the value as a Short instance.
    + inthashCode() + +
    +          Returns a suitable hashcode for this mutable.
    + voidincrement() + +
    +          Increments the value.
    + intintValue() + +
    +          Returns the value of this MutableShort as a int.
    + longlongValue() + +
    +          Returns the value of this MutableShort as a long.
    + voidsetValue(java.lang.Object value) + +
    +          Sets the value from any Number instance.
    + voidsetValue(short value) + +
    +          Sets the value.
    + shortshortValue() + +
    +          Returns the value of this MutableShort as a short.
    + voidsubtract(java.lang.Number operand) + +
    +          Subtracts a value.
    + voidsubtract(short operand) + +
    +          Subtracts a value.
    + java.lang.ShorttoShort() + +
    +          Gets this mutable as an instance of Short.
    + java.lang.StringtoString() + +
    +          Returns the String value of this mutable.
    + + + + + + + +
    Methods inherited from class java.lang.Number
    byteValue
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +MutableShort

    +
    +public MutableShort()
    +
    +
    Constructs a new MutableShort with the default value of zero. +

    +

    +
    + +

    +MutableShort

    +
    +public MutableShort(short value)
    +
    +
    Constructs a new MutableShort with the specified value. +

    +

    Parameters:
    value - a value.
    +
    + +

    +MutableShort

    +
    +public MutableShort(java.lang.Number value)
    +
    +
    Constructs a new MutableShort with the specified value. +

    +

    Parameters:
    value - a value. +
    Throws: +
    java.lang.NullPointerException - if the object is null
    + + + + + + + + +
    +Method Detail
    + +

    +getValue

    +
    +public java.lang.Object getValue()
    +
    +
    Gets the value as a Short instance. +

    +

    +
    Specified by:
    getValue in interface Mutable
    +
    +
    + +
    Returns:
    the value as a Short
    +
    +
    +
    + +

    +setValue

    +
    +public void setValue(short value)
    +
    +
    Sets the value. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to set
    +
    +
    +
    + +

    +setValue

    +
    +public void setValue(java.lang.Object value)
    +
    +
    Sets the value from any Number instance. +

    +

    +
    Specified by:
    setValue in interface Mutable
    +
    +
    +
    Parameters:
    value - the value to set +
    Throws: +
    java.lang.NullPointerException - if the object is null +
    java.lang.ClassCastException - if the type is not a Number
    +
    +
    +
    + +

    +increment

    +
    +public void increment()
    +
    +
    Increments the value. +

    +

    +
    +
    +
    +
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +decrement

    +
    +public void decrement()
    +
    +
    Decrements the value. +

    +

    +
    +
    +
    +
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(short operand)
    +
    +
    Adds a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Number operand)
    +
    +
    Adds a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add +
    Throws: +
    java.lang.NullPointerException - if the object is null
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +subtract

    +
    +public void subtract(short operand)
    +
    +
    Subtracts a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +subtract

    +
    +public void subtract(java.lang.Number operand)
    +
    +
    Subtracts a value. +

    +

    +
    +
    +
    +
    Parameters:
    operand - the value to add +
    Throws: +
    java.lang.NullPointerException - if the object is null
    Since:
    +
    Commons Lang 2.2
    +
    +
    +
    +
    + +

    +shortValue

    +
    +public short shortValue()
    +
    +
    Returns the value of this MutableShort as a short. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type short.
    +
    +
    +
    + +

    +intValue

    +
    +public int intValue()
    +
    +
    Returns the value of this MutableShort as a int. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type int.
    +
    +
    +
    + +

    +longValue

    +
    +public long longValue()
    +
    +
    Returns the value of this MutableShort as a long. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type long.
    +
    +
    +
    + +

    +floatValue

    +
    +public float floatValue()
    +
    +
    Returns the value of this MutableShort as a float. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type float.
    +
    +
    +
    + +

    +doubleValue

    +
    +public double doubleValue()
    +
    +
    Returns the value of this MutableShort as a double. +

    +

    +
    +
    +
    + +
    Returns:
    the numeric value represented by this object after conversion to type double.
    +
    +
    +
    + +

    +toShort

    +
    +public java.lang.Short toShort()
    +
    +
    Gets this mutable as an instance of Short. +

    +

    +
    +
    +
    + +
    Returns:
    a Short instance containing the value from this mutable
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    Compares this object against the specified object. The result is true if and only if the argument + is not null and is a MutableShort object that contains the same short + value as this object. +

    +

    +
    +
    +
    +
    Parameters:
    obj - the object to compare with. +
    Returns:
    true if the objects are the same; false otherwise.
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Returns a suitable hashcode for this mutable. +

    +

    +
    +
    +
    + +
    Returns:
    a suitable hashcode
    +
    +
    +
    + +

    +compareTo

    +
    +public int compareTo(java.lang.Object obj)
    +
    +
    Compares this mutable to another in ascending order. +

    +

    +
    Specified by:
    compareTo in interface java.lang.Comparable
    +
    +
    +
    Parameters:
    obj - the mutable to compare to +
    Returns:
    negative if this is less, zero if equal, positive if greater +
    Throws: +
    java.lang.ClassCastException - if the argument is not a MutableShort
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Returns the String value of this mutable. +

    +

    +
    +
    +
    + +
    Returns:
    the mutable value as a string
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/Mutable.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/Mutable.html new file mode 100644 index 0000000..4888933 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/Mutable.html @@ -0,0 +1,229 @@ + + + + + + + +Uses of Interface org.apache.commons.lang.mutable.Mutable (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.lang.mutable.Mutable

    +
    + + + + + + + + + +
    +Packages that use Mutable
    org.apache.commons.lang.mutableProvides typed mutable wrappers to primitive values and Object. 
    +  +

    + + + + + +
    +Uses of Mutable in org.apache.commons.lang.mutable
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Classes in org.apache.commons.lang.mutable that implement Mutable
    + classMutableBoolean + +
    +          A mutable boolean wrapper.
    + classMutableByte + +
    +          A mutable byte wrapper.
    + classMutableDouble + +
    +          A mutable double wrapper.
    + classMutableFloat + +
    +          A mutable float wrapper.
    + classMutableInt + +
    +          A mutable int wrapper.
    + classMutableLong + +
    +          A mutable long wrapper.
    + classMutableObject + +
    +          A mutable Object wrapper.
    + classMutableShort + +
    +          A mutable short wrapper.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableBoolean.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableBoolean.html new file mode 100644 index 0000000..4cf6e80 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableBoolean.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.mutable.MutableBoolean (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.mutable.MutableBoolean

    +
    +No usage of org.apache.commons.lang.mutable.MutableBoolean +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableByte.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableByte.html new file mode 100644 index 0000000..9ad08cc --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableByte.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.mutable.MutableByte (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.mutable.MutableByte

    +
    +No usage of org.apache.commons.lang.mutable.MutableByte +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableDouble.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableDouble.html new file mode 100644 index 0000000..c730473 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableDouble.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.mutable.MutableDouble (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.mutable.MutableDouble

    +
    +No usage of org.apache.commons.lang.mutable.MutableDouble +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableFloat.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableFloat.html new file mode 100644 index 0000000..db7a121 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableFloat.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.mutable.MutableFloat (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.mutable.MutableFloat

    +
    +No usage of org.apache.commons.lang.mutable.MutableFloat +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableInt.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableInt.html new file mode 100644 index 0000000..53d5d27 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableInt.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.mutable.MutableInt (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.mutable.MutableInt

    +
    +No usage of org.apache.commons.lang.mutable.MutableInt +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableLong.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableLong.html new file mode 100644 index 0000000..5b262b2 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableLong.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.mutable.MutableLong (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.mutable.MutableLong

    +
    +No usage of org.apache.commons.lang.mutable.MutableLong +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableObject.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableObject.html new file mode 100644 index 0000000..6211ade --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableObject.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.mutable.MutableObject (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.mutable.MutableObject

    +
    +No usage of org.apache.commons.lang.mutable.MutableObject +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableShort.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableShort.html new file mode 100644 index 0000000..03033e2 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/class-use/MutableShort.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.mutable.MutableShort (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.mutable.MutableShort

    +
    +No usage of org.apache.commons.lang.mutable.MutableShort +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/package-frame.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/package-frame.html new file mode 100644 index 0000000..7b4caf7 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/package-frame.html @@ -0,0 +1,58 @@ + + + + + + + +org.apache.commons.lang.mutable (Commons Lang 2.4 API) + + + + + + + + + + + +org.apache.commons.lang.mutable + + + + +
    +Interfaces  + +
    +Mutable
    + + + + + + +
    +Classes  + +
    +MutableBoolean +
    +MutableByte +
    +MutableDouble +
    +MutableFloat +
    +MutableInt +
    +MutableLong +
    +MutableObject +
    +MutableShort
    + + + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/package-summary.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/package-summary.html new file mode 100644 index 0000000..e2325ce --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/package-summary.html @@ -0,0 +1,210 @@ + + + + + + + +org.apache.commons.lang.mutable (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package org.apache.commons.lang.mutable +

    +Provides typed mutable wrappers to primitive values and Object. +

    +See: +
    +          Description +

    + + + + + + + + + +
    +Interface Summary
    MutableProvides mutable access to a value.
    +  + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Class Summary
    MutableBooleanA mutable boolean wrapper.
    MutableByteA mutable byte wrapper.
    MutableDoubleA mutable double wrapper.
    MutableFloatA mutable float wrapper.
    MutableIntA mutable int wrapper.
    MutableLongA mutable long wrapper.
    MutableObjectA mutable Object wrapper.
    MutableShortA mutable short wrapper.
    +  + +

    +

    +Package org.apache.commons.lang.mutable Description +

    + +

    +Provides typed mutable wrappers to primitive values and Object. +

    + +

    +

    +
    Since:
    +
    2.1
    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/package-tree.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/package-tree.html new file mode 100644 index 0000000..395e959 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/package-tree.html @@ -0,0 +1,162 @@ + + + + + + + +org.apache.commons.lang.mutable Class Hierarchy (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.lang.mutable +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    +
      +
    • class java.lang.Object
        +
      • class org.apache.commons.lang.mutable.MutableBoolean (implements java.lang.Comparable, org.apache.commons.lang.mutable.Mutable, java.io.Serializable) +
      • class org.apache.commons.lang.mutable.MutableObject (implements org.apache.commons.lang.mutable.Mutable, java.io.Serializable) +
      • class java.lang.Number (implements java.io.Serializable) +
          +
        • class org.apache.commons.lang.mutable.MutableByte (implements java.lang.Comparable, org.apache.commons.lang.mutable.Mutable) +
        • class org.apache.commons.lang.mutable.MutableDouble (implements java.lang.Comparable, org.apache.commons.lang.mutable.Mutable) +
        • class org.apache.commons.lang.mutable.MutableFloat (implements java.lang.Comparable, org.apache.commons.lang.mutable.Mutable) +
        • class org.apache.commons.lang.mutable.MutableInt (implements java.lang.Comparable, org.apache.commons.lang.mutable.Mutable) +
        • class org.apache.commons.lang.mutable.MutableLong (implements java.lang.Comparable, org.apache.commons.lang.mutable.Mutable) +
        • class org.apache.commons.lang.mutable.MutableShort (implements java.lang.Comparable, org.apache.commons.lang.mutable.Mutable) +
        +
      +
    +

    +Interface Hierarchy +

    +
      +
    • interface org.apache.commons.lang.mutable.Mutable
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/package-use.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/package-use.html new file mode 100644 index 0000000..5fe565b --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/mutable/package-use.html @@ -0,0 +1,163 @@ + + + + + + + +Uses of Package org.apache.commons.lang.mutable (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.lang.mutable

    +
    + + + + + + + + + +
    +Packages that use org.apache.commons.lang.mutable
    org.apache.commons.lang.mutableProvides typed mutable wrappers to primitive values and Object. 
    +  +

    + + + + + + + + +
    +Classes in org.apache.commons.lang.mutable used by org.apache.commons.lang.mutable
    Mutable + +
    +          Provides mutable access to a value.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/package-frame.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/package-frame.html new file mode 100644 index 0000000..028a561 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/package-frame.html @@ -0,0 +1,94 @@ + + + + + + + +org.apache.commons.lang (Commons Lang 2.4 API) + + + + + + + + + + + +org.apache.commons.lang + + + + +
    +Classes  + +
    +ArrayUtils +
    +BitField +
    +BooleanUtils +
    +CharEncoding +
    +CharRange +
    +CharSet +
    +CharSetUtils +
    +CharUtils +
    +ClassUtils +
    +LocaleUtils +
    +NumberRange +
    +NumberUtils +
    +ObjectUtils +
    +ObjectUtils.Null +
    +RandomStringUtils +
    +SerializationUtils +
    +StringEscapeUtils +
    +StringUtils +
    +SystemUtils +
    +Validate +
    +WordUtils
    + + + + + + +
    +Exceptions  + +
    +IllegalClassException +
    +IncompleteArgumentException +
    +NotImplementedException +
    +NullArgumentException +
    +SerializationException +
    +UnhandledException
    + + + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/package-summary.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/package-summary.html new file mode 100644 index 0000000..be8c1d3 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/package-summary.html @@ -0,0 +1,291 @@ + + + + + + + +org.apache.commons.lang (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package org.apache.commons.lang +

    +Provides highly reusable static utility methods, chiefly concerned +with adding value to java.lang and other standard core classes. +

    +See: +
    +          Description +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Class Summary
    ArrayUtilsOperations on arrays, primitive arrays (like int[]) and + primitive wrapper arrays (like Integer[]).
    BitFieldOperations on bit-mapped fields.
    BooleanUtilsOperations on boolean primitives and Boolean objects.
    CharEncoding + Character encoding names required of every implementation of the Java platform.
    CharRangeA contiguous range of characters, optionally negated.
    CharSetA set of characters.
    CharSetUtilsOperations on CharSets.
    CharUtilsOperations on char primitives and Character objects.
    ClassUtilsOperates on classes without using reflection.
    LocaleUtilsOperations to assist when working with a Locale.
    NumberRangeDeprecated. Use one of the Range classes in org.apache.commons.lang.math.
    NumberUtilsDeprecated. Moved to org.apache.commons.lang.math.
    ObjectUtilsOperations on Object.
    ObjectUtils.NullClass used as a null placeholder where null + has another meaning.
    RandomStringUtilsOperations for random Strings.
    SerializationUtilsAssists with the serialization process and performs additional functionality based + on serialization.
    StringEscapeUtilsEscapes and unescapes Strings for + Java, Java Script, HTML, XML, and SQL.
    StringUtilsOperations on String that are + null safe.
    SystemUtilsHelpers for java.lang.System.
    ValidateAssists in validating arguments.
    WordUtilsOperations on Strings that contain words.
    +  + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Exception Summary
    IllegalClassExceptionThrown when an object is an instance of an unexpected type (a class or interface).
    IncompleteArgumentExceptionThrown to indicate an incomplete argument to a method.
    NotImplementedExceptionThrown to indicate that a block of code has not been implemented.
    NullArgumentExceptionThrown to indicate that an argument was null and should + not have been.
    SerializationExceptionException thrown when the Serialization process fails.
    UnhandledExceptionThrown when it is impossible or undesirable to consume or throw a checked exception.
    +  + +

    +

    +Package org.apache.commons.lang Description +

    + +

    +Provides highly reusable static utility methods, chiefly concerned +with adding value to java.lang and other standard core classes. +

    + +

    +

    +
    Since:
    +
    1.0
    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/package-tree.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/package-tree.html new file mode 100644 index 0000000..b1de017 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/package-tree.html @@ -0,0 +1,164 @@ + + + + + + + +org.apache.commons.lang Class Hierarchy (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.lang +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/package-use.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/package-use.html new file mode 100644 index 0000000..e9fa975 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/package-use.html @@ -0,0 +1,184 @@ + + + + + + + +Uses of Package org.apache.commons.lang (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.lang

    +
    + + + + + + + + + +
    +Packages that use org.apache.commons.lang
    org.apache.commons.langProvides highly reusable static utility methods, chiefly concerned +with adding value to java.lang and other standard core classes. 
    +  +

    + + + + + + + + + + + + + + + + + +
    +Classes in org.apache.commons.lang used by org.apache.commons.lang
    CharRange + +
    +          A contiguous range of characters, optionally negated.
    CharSet + +
    +          A set of characters.
    NumberRange + +
    +          Deprecated. Use one of the Range classes in org.apache.commons.lang.math. + Class will be removed in Commons Lang 3.0.
    ObjectUtils.Null + +
    +          Class used as a null placeholder where null + has another meaning.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/CompositeFormat.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/CompositeFormat.html new file mode 100644 index 0000000..de0883a --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/CompositeFormat.html @@ -0,0 +1,402 @@ + + + + + + + +CompositeFormat (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.text +
    +Class CompositeFormat

    +
    +java.lang.Object
    +  extended byjava.text.Format
    +      extended byorg.apache.commons.lang.text.CompositeFormat
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Cloneable, java.io.Serializable
    +
    +
    +
    +
    public class CompositeFormat
    extends java.text.Format
    + +

    +Formats using one formatter and parses using a different formatter. An + example of use for this would be a webapp where data is taken in one way and + stored in a database another way. +

    + +

    +

    +
    Version:
    +
    $Id: CompositeFormat.java 598710 2007-11-27 17:34:34Z mbenson $
    +
    Author:
    +
    Archimedes Trajano
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes inherited from class java.text.Format
    java.text.Format.Field
    +  + + + + + + + + + + + + + +
    +Constructor Summary
    CompositeFormat(java.text.Format parser, + java.text.Format formatter) + +
    +          Create a format that points its parseObject method to one implementation + and its format method to another.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.lang.StringBufferformat(java.lang.Object obj, + java.lang.StringBuffer toAppendTo, + java.text.FieldPosition pos) + +
    +          Uses the formatter Format instance.
    + java.text.FormatgetFormatter() + +
    +          Provides access to the parser Format implementation.
    + java.text.FormatgetParser() + +
    +          Provides access to the parser Format implementation.
    + java.lang.ObjectparseObject(java.lang.String source, + java.text.ParsePosition pos) + +
    +          Uses the parser Format instance.
    + java.lang.Stringreformat(java.lang.String input) + +
    +          Utility method to parse and then reformat a String.
    + + + + + + + +
    Methods inherited from class java.text.Format
    clone, format, formatToCharacterIterator, parseObject
    + + + + + + + +
    Methods inherited from class java.lang.Object
    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +CompositeFormat

    +
    +public CompositeFormat(java.text.Format parser,
    +                       java.text.Format formatter)
    +
    +
    Create a format that points its parseObject method to one implementation + and its format method to another. +

    +

    Parameters:
    parser - implementation
    formatter - implementation
    + + + + + + + + +
    +Method Detail
    + +

    +format

    +
    +public java.lang.StringBuffer format(java.lang.Object obj,
    +                                     java.lang.StringBuffer toAppendTo,
    +                                     java.text.FieldPosition pos)
    +
    +
    Uses the formatter Format instance. +

    +

    +
    Parameters:
    obj - the object to format
    toAppendTo - the StringBuffer to append to
    pos - the FieldPosition to use (or ignore). +
    Returns:
    toAppendTo
    See Also:
    Format.format(Object, StringBuffer, FieldPosition)
    +
    +
    +
    + +

    +parseObject

    +
    +public java.lang.Object parseObject(java.lang.String source,
    +                                    java.text.ParsePosition pos)
    +
    +
    Uses the parser Format instance. +

    +

    +
    Parameters:
    source - the String source
    pos - the ParsePosition containing the position to parse from, will + be updated according to parsing success (index) or failure + (error index) +
    Returns:
    the parsed Object
    See Also:
    Format.parseObject(String, ParsePosition)
    +
    +
    +
    + +

    +getParser

    +
    +public java.text.Format getParser()
    +
    +
    Provides access to the parser Format implementation. +

    +

    + +
    Returns:
    parser Format implementation
    +
    +
    +
    + +

    +getFormatter

    +
    +public java.text.Format getFormatter()
    +
    +
    Provides access to the parser Format implementation. +

    +

    + +
    Returns:
    formatter Format implementation
    +
    +
    +
    + +

    +reformat

    +
    +public java.lang.String reformat(java.lang.String input)
    +                          throws java.text.ParseException
    +
    +
    Utility method to parse and then reformat a String. +

    +

    +
    Parameters:
    input - String to reformat +
    Returns:
    A reformatted String +
    Throws: +
    java.text.ParseException - thrown by parseObject(String) call
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/ExtendedMessageFormat.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/ExtendedMessageFormat.html new file mode 100644 index 0000000..6d7b96d --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/ExtendedMessageFormat.html @@ -0,0 +1,521 @@ + + + + + + + +ExtendedMessageFormat (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.text +
    +Class ExtendedMessageFormat

    +
    +java.lang.Object
    +  extended byjava.text.Format
    +      extended byjava.text.MessageFormat
    +          extended byorg.apache.commons.lang.text.ExtendedMessageFormat
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Cloneable, java.io.Serializable
    +
    +
    +
    +
    public class ExtendedMessageFormat
    extends java.text.MessageFormat
    + +

    +Extends java.text.MessageFormat to allow pluggable/additional formatting + options for embedded format elements. Client code should specify a registry + of FormatFactory instances associated with String + format names. This registry will be consulted when the format elements are + parsed from the message pattern. In this way custom patterns can be specified, + and the formats supported by java.text.MessageFormat can be overridden + at the format and/or format style level (see MessageFormat). A "format element" + embedded in the message pattern is specified (()? signifies optionality):
    + {argument-number(,format-name(,format-style)?)?} + +

    + format-name and format-style values are trimmed of surrounding whitespace + in the manner of java.text.MessageFormat. If format-name denotes + FormatFactory formatFactoryInstance in registry, a Format + matching format-name and format-style is requested from + formatFactoryInstance. If this is successful, the Format + found is used for this format element. +

    + +

    NOTICE: The various subformat mutator methods are considered unnecessary; they exist on the parent + class to allow the type of customization which it is the job of this class to provide in + a configurable fashion. These methods have thus been disabled and will throw + UnsupportedOperationException if called. +

    + +

    Limitations inherited from java.text.MessageFormat: +

      +
    • When using "choice" subformats, support for nested formatting instructions is limited + to that provided by the base class.
    • +
    • Thread-safety of Formats, including MessageFormat and thus + ExtendedMessageFormat, is not guaranteed.
    • +
    +

    +

    + +

    +

    +
    Since:
    +
    2.4
    +
    Version:
    +
    $Id: ExtendedMessageFormat.java 635447 2008-03-10 06:27:09Z bayard $
    +
    Author:
    +
    Matt Benson, Niall Pemberton
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes inherited from class java.text.MessageFormat
    java.text.MessageFormat.Field
    +  + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    ExtendedMessageFormat(java.lang.String pattern) + +
    +          Create a new ExtendedMessageFormat for the default locale.
    ExtendedMessageFormat(java.lang.String pattern, + java.util.Locale locale) + +
    +          Create a new ExtendedMessageFormat.
    ExtendedMessageFormat(java.lang.String pattern, + java.util.Locale locale, + java.util.Map registry) + +
    +          Create a new ExtendedMessageFormat.
    ExtendedMessageFormat(java.lang.String pattern, + java.util.Map registry) + +
    +          Create a new ExtendedMessageFormat for the default locale.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidapplyPattern(java.lang.String pattern) + +
    +          Apply the specified pattern.
    + voidsetFormat(int formatElementIndex, + java.text.Format newFormat) + +
    +          
    + voidsetFormatByArgumentIndex(int argumentIndex, + java.text.Format newFormat) + +
    +          
    + voidsetFormats(java.text.Format[] newFormats) + +
    +          
    + voidsetFormatsByArgumentIndex(java.text.Format[] newFormats) + +
    +          
    + java.lang.StringtoPattern() + +
    +          
    + + + + + + + +
    Methods inherited from class java.text.MessageFormat
    clone, equals, format, format, format, formatToCharacterIterator, getFormats, getFormatsByArgumentIndex, getLocale, hashCode, parse, parse, parseObject, setLocale
    + + + + + + + +
    Methods inherited from class java.text.Format
    format, parseObject
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +ExtendedMessageFormat

    +
    +public ExtendedMessageFormat(java.lang.String pattern)
    +
    +
    Create a new ExtendedMessageFormat for the default locale. +

    +

    Parameters:
    pattern - String +
    Throws: +
    java.lang.IllegalArgumentException - in case of a bad pattern.
    +
    + +

    +ExtendedMessageFormat

    +
    +public ExtendedMessageFormat(java.lang.String pattern,
    +                             java.util.Locale locale)
    +
    +
    Create a new ExtendedMessageFormat. +

    +

    Parameters:
    pattern - String
    locale - Locale +
    Throws: +
    java.lang.IllegalArgumentException - in case of a bad pattern.
    +
    + +

    +ExtendedMessageFormat

    +
    +public ExtendedMessageFormat(java.lang.String pattern,
    +                             java.util.Map registry)
    +
    +
    Create a new ExtendedMessageFormat for the default locale. +

    +

    Parameters:
    pattern - String
    registry - Registry of format factories: Map +
    Throws: +
    java.lang.IllegalArgumentException - in case of a bad pattern.
    +
    + +

    +ExtendedMessageFormat

    +
    +public ExtendedMessageFormat(java.lang.String pattern,
    +                             java.util.Locale locale,
    +                             java.util.Map registry)
    +
    +
    Create a new ExtendedMessageFormat. +

    +

    Parameters:
    pattern - String
    locale - Locale
    registry - Registry of format factories: Map +
    Throws: +
    java.lang.IllegalArgumentException - in case of a bad pattern.
    + + + + + + + + +
    +Method Detail
    + +

    +toPattern

    +
    +public java.lang.String toPattern()
    +
    +
    +

    +

    +
    +
    +
    +
    + +

    +applyPattern

    +
    +public final void applyPattern(java.lang.String pattern)
    +
    +
    Apply the specified pattern. +

    +

    +
    Parameters:
    pattern - String
    +
    +
    +
    + +

    +setFormat

    +
    +public void setFormat(int formatElementIndex,
    +                      java.text.Format newFormat)
    +
    +
    +

    +

    + +
    Throws: +
    java.lang.UnsupportedOperationException
    +
    +
    +
    + +

    +setFormatByArgumentIndex

    +
    +public void setFormatByArgumentIndex(int argumentIndex,
    +                                     java.text.Format newFormat)
    +
    +
    +

    +

    + +
    Throws: +
    java.lang.UnsupportedOperationException
    +
    +
    +
    + +

    +setFormats

    +
    +public void setFormats(java.text.Format[] newFormats)
    +
    +
    +

    +

    + +
    Throws: +
    java.lang.UnsupportedOperationException
    +
    +
    +
    + +

    +setFormatsByArgumentIndex

    +
    +public void setFormatsByArgumentIndex(java.text.Format[] newFormats)
    +
    +
    +

    +

    + +
    Throws: +
    java.lang.UnsupportedOperationException
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/FormatFactory.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/FormatFactory.html new file mode 100644 index 0000000..774cb95 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/FormatFactory.html @@ -0,0 +1,234 @@ + + + + + + + +FormatFactory (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.text +
    +Interface FormatFactory

    +
    +
    +
    public interface FormatFactory
    + +

    +Format factory. +

    + +

    +

    +
    Since:
    +
    2.4
    +
    Version:
    +
    $Id: FormatFactory.java 634088 2008-03-06 00:06:05Z niallp $
    +
    Author:
    +
    Niall Pemberton
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + java.text.FormatgetFormat(java.lang.String name, + java.lang.String arguments, + java.util.Locale locale) + +
    +          Create or retrieve a format instance.
    +  +

    + + + + + + + + + + + + + + +
    +Method Detail
    + +

    +getFormat

    +
    +public java.text.Format getFormat(java.lang.String name,
    +                                  java.lang.String arguments,
    +                                  java.util.Locale locale)
    +
    +
    Create or retrieve a format instance. +

    +

    +
    Parameters:
    name - The format type name
    arguments - Arguments used to create the format instance. This allows the + FormatFactory to implement the "format style" + concept from java.text.MessageFormat.
    locale - The locale, may be null +
    Returns:
    The format instance
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrBuilder.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrBuilder.html new file mode 100644 index 0000000..bcd5782 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrBuilder.html @@ -0,0 +1,4044 @@ + + + + + + + +StrBuilder (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.text +
    +Class StrBuilder

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.text.StrBuilder
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Cloneable
    +
    +
    +
    +
    public class StrBuilder
    extends java.lang.Object
    implements java.lang.Cloneable
    + +

    +Builds a string from constituent parts providing a more flexible and powerful API + than StringBuffer. +

    + The main differences from StringBuffer/StringBuilder are: +

      +
    • Not synchronized
    • +
    • Not final
    • +
    • Subclasses have direct access to character array
    • +
    • Additional methods +
        +
      • appendWithSeparators - adds an array of values, with a separator
      • +
      • appendPadding - adds a length padding characters
      • +
      • appendFixedLength - adds a fixed width field to the builder
      • +
      • toCharArray/getChars - simpler ways to get a range of the character array
      • +
      • delete - delete char or string
      • +
      • replace - search and replace for a char or string
      • +
      • leftString/rightString/midString - substring without exceptions
      • +
      • contains - whether the builder contains a char or string
      • +
      • size/clear/isEmpty - collections style API methods
      • +
      +
    • +
    +
  • Views +
      +
    • asTokenizer - uses the internal buffer as the source of a StrTokenizer
    • +
    • asReader - uses the internal buffer as the source of a Reader
    • +
    • asWriter - allows a Writer to write directly to the internal buffer
    • +
    +
  • + +

    + The aim has been to provide an API that mimics very closely what StringBuffer + provides, but with additional methods. It should be noted that some edge cases, + with invalid indices or null input, have been altered - see individual methods. + The biggest of these changes is that by default, null will not output the text + 'null'. This can be controlled by a property, setNullText(String). +

    + +

    +

    +
    Since:
    +
    2.2
    +
    Version:
    +
    $Id: StrBuilder.java 627248 2008-02-13 05:44:46Z bayard $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +protected  char[]buffer + +
    +          Internal data storage.
    +protected  intsize + +
    +          Current size of the buffer.
    +  + + + + + + + + + + + + + + + + +
    +Constructor Summary
    StrBuilder() + +
    +          Constructor that creates an empty builder initial capacity 32 characters.
    StrBuilder(int initialCapacity) + +
    +          Constructor that creates an empty builder the specified initial capacity.
    StrBuilder(java.lang.String str) + +
    +          Constructor that creates a builder from the string, allocating + 32 extra characters for growth.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + StrBuilderappend(boolean value) + +
    +          Appends a boolean value to the string builder.
    + StrBuilderappend(char ch) + +
    +          Appends a char value to the string builder.
    + StrBuilderappend(char[] chars) + +
    +          Appends a char array to the string builder.
    + StrBuilderappend(char[] chars, + int startIndex, + int length) + +
    +          Appends a char array to the string builder.
    + StrBuilderappend(double value) + +
    +          Appends a double value to the string builder using String.valueOf.
    + StrBuilderappend(float value) + +
    +          Appends a float value to the string builder using String.valueOf.
    + StrBuilderappend(int value) + +
    +          Appends an int value to the string builder using String.valueOf.
    + StrBuilderappend(long value) + +
    +          Appends a long value to the string builder using String.valueOf.
    + StrBuilderappend(java.lang.Object obj) + +
    +          Appends an object to this string builder.
    + StrBuilderappend(StrBuilder str) + +
    +          Appends another string builder to this string builder.
    + StrBuilderappend(StrBuilder str, + int startIndex, + int length) + +
    +          Appends part of a string builder to this string builder.
    + StrBuilderappend(java.lang.String str) + +
    +          Appends a string to this string builder.
    + StrBuilderappend(java.lang.StringBuffer str) + +
    +          Appends a string buffer to this string builder.
    + StrBuilderappend(java.lang.StringBuffer str, + int startIndex, + int length) + +
    +          Appends part of a string buffer to this string builder.
    + StrBuilderappend(java.lang.String str, + int startIndex, + int length) + +
    +          Appends part of a string to this string builder.
    + StrBuilderappendAll(java.util.Collection coll) + +
    +          Appends each item in a collection to the builder without any separators.
    + StrBuilderappendAll(java.util.Iterator it) + +
    +          Appends each item in an iterator to the builder without any separators.
    + StrBuilderappendAll(java.lang.Object[] array) + +
    +          Appends each item in an array to the builder without any separators.
    + StrBuilderappendFixedWidthPadLeft(int value, + int width, + char padChar) + +
    +          Appends an object to the builder padding on the left to a fixed width.
    + StrBuilderappendFixedWidthPadLeft(java.lang.Object obj, + int width, + char padChar) + +
    +          Appends an object to the builder padding on the left to a fixed width.
    + StrBuilderappendFixedWidthPadRight(int value, + int width, + char padChar) + +
    +          Appends an object to the builder padding on the right to a fixed length.
    + StrBuilderappendFixedWidthPadRight(java.lang.Object obj, + int width, + char padChar) + +
    +          Appends an object to the builder padding on the right to a fixed length.
    + StrBuilderappendln(boolean value) + +
    +          Appends a boolean value followed by a new line to the string builder.
    + StrBuilderappendln(char ch) + +
    +          Appends a char value followed by a new line to the string builder.
    + StrBuilderappendln(char[] chars) + +
    +          Appends a char array followed by a new line to the string builder.
    + StrBuilderappendln(char[] chars, + int startIndex, + int length) + +
    +          Appends a char array followed by a new line to the string builder.
    + StrBuilderappendln(double value) + +
    +          Appends a double value followed by a new line to the string builder using String.valueOf.
    + StrBuilderappendln(float value) + +
    +          Appends a float value followed by a new line to the string builder using String.valueOf.
    + StrBuilderappendln(int value) + +
    +          Appends an int value followed by a new line to the string builder using String.valueOf.
    + StrBuilderappendln(long value) + +
    +          Appends a long value followed by a new line to the string builder using String.valueOf.
    + StrBuilderappendln(java.lang.Object obj) + +
    +          Appends an object followed by a new line to this string builder.
    + StrBuilderappendln(StrBuilder str) + +
    +          Appends another string builder followed by a new line to this string builder.
    + StrBuilderappendln(StrBuilder str, + int startIndex, + int length) + +
    +          Appends part of a string builder followed by a new line to this string builder.
    + StrBuilderappendln(java.lang.String str) + +
    +          Appends a string followed by a new line to this string builder.
    + StrBuilderappendln(java.lang.StringBuffer str) + +
    +          Appends a string buffer followed by a new line to this string builder.
    + StrBuilderappendln(java.lang.StringBuffer str, + int startIndex, + int length) + +
    +          Appends part of a string buffer followed by a new line to this string builder.
    + StrBuilderappendln(java.lang.String str, + int startIndex, + int length) + +
    +          Appends part of a string followed by a new line to this string builder.
    + StrBuilderappendNewLine() + +
    +          Appends the new line string to this string builder.
    + StrBuilderappendNull() + +
    +          Appends the text representing null to this string builder.
    + StrBuilderappendPadding(int length, + char padChar) + +
    +          Appends the pad character to the builder the specified number of times.
    + StrBuilderappendSeparator(char separator) + +
    +          Appends a separator if the builder is currently non-empty.
    + StrBuilderappendSeparator(char separator, + int loopIndex) + +
    +          Appends a separator to the builder if the loop index is greater than zero.
    + StrBuilderappendSeparator(java.lang.String separator) + +
    +          Appends a separator if the builder is currently non-empty.
    + StrBuilderappendSeparator(java.lang.String separator, + int loopIndex) + +
    +          Appends a separator to the builder if the loop index is greater than zero.
    + StrBuilderappendWithSeparators(java.util.Collection coll, + java.lang.String separator) + +
    +          Appends a collection placing separators between each value, but + not before the first or after the last.
    + StrBuilderappendWithSeparators(java.util.Iterator it, + java.lang.String separator) + +
    +          Appends an iterator placing separators between each value, but + not before the first or after the last.
    + StrBuilderappendWithSeparators(java.lang.Object[] array, + java.lang.String separator) + +
    +          Appends an array placing separators between each value, but + not before the first or after the last.
    + java.io.ReaderasReader() + +
    +          Gets the contents of this builder as a Reader.
    + StrTokenizerasTokenizer() + +
    +          Creates a tokenizer that can tokenize the contents of this builder.
    + java.io.WriterasWriter() + +
    +          Gets this builder as a Writer that can be written to.
    + intcapacity() + +
    +          Gets the current size of the internal character array buffer.
    + charcharAt(int index) + +
    +          Gets the character at the specified index.
    + StrBuilderclear() + +
    +          Clears the string builder (convenience Collections API style method).
    + booleancontains(char ch) + +
    +          Checks if the string builder contains the specified char.
    + booleancontains(java.lang.String str) + +
    +          Checks if the string builder contains the specified string.
    + booleancontains(StrMatcher matcher) + +
    +          Checks if the string builder contains a string matched using the + specified matcher.
    + StrBuilderdelete(int startIndex, + int endIndex) + +
    +          Deletes the characters between the two specified indices.
    + StrBuilderdeleteAll(char ch) + +
    +          Deletes the character wherever it occurs in the builder.
    + StrBuilderdeleteAll(java.lang.String str) + +
    +          Deletes the string wherever it occurs in the builder.
    + StrBuilderdeleteAll(StrMatcher matcher) + +
    +          Deletes all parts of the builder that the matcher matches.
    + StrBuilderdeleteCharAt(int index) + +
    +          Deletes the character at the specified index.
    + StrBuilderdeleteFirst(char ch) + +
    +          Deletes the character wherever it occurs in the builder.
    + StrBuilderdeleteFirst(java.lang.String str) + +
    +          Deletes the string wherever it occurs in the builder.
    + StrBuilderdeleteFirst(StrMatcher matcher) + +
    +          Deletes the first match within the builder using the specified matcher.
    + booleanendsWith(java.lang.String str) + +
    +          Checks whether this builder ends with the specified string.
    + StrBuilderensureCapacity(int capacity) + +
    +          Checks the capacity and ensures that it is at least the size specified.
    + booleanequals(java.lang.Object obj) + +
    +          Checks the contents of this builder against another to see if they + contain the same character content.
    + booleanequals(StrBuilder other) + +
    +          Checks the contents of this builder against another to see if they + contain the same character content.
    + booleanequalsIgnoreCase(StrBuilder other) + +
    +          Checks the contents of this builder against another to see if they + contain the same character content ignoring case.
    + char[]getChars(char[] destination) + +
    +          Copies the character array into the specified array.
    + voidgetChars(int startIndex, + int endIndex, + char[] destination, + int destinationIndex) + +
    +          Copies the character array into the specified array.
    + java.lang.StringgetNewLineText() + +
    +          Gets the text to be appended when a new line is added.
    + java.lang.StringgetNullText() + +
    +          Gets the text to be appended when null is added.
    + inthashCode() + +
    +          Gets a suitable hash code for this builder.
    + intindexOf(char ch) + +
    +          Searches the string builder to find the first reference to the specified char.
    + intindexOf(char ch, + int startIndex) + +
    +          Searches the string builder to find the first reference to the specified char.
    + intindexOf(java.lang.String str) + +
    +          Searches the string builder to find the first reference to the specified string.
    + intindexOf(java.lang.String str, + int startIndex) + +
    +          Searches the string builder to find the first reference to the specified + string starting searching from the given index.
    + intindexOf(StrMatcher matcher) + +
    +          Searches the string builder using the matcher to find the first match.
    + intindexOf(StrMatcher matcher, + int startIndex) + +
    +          Searches the string builder using the matcher to find the first + match searching from the given index.
    + StrBuilderinsert(int index, + boolean value) + +
    +          Inserts the value into this builder.
    + StrBuilderinsert(int index, + char value) + +
    +          Inserts the value into this builder.
    + StrBuilderinsert(int index, + char[] chars) + +
    +          Inserts the character array into this builder.
    + StrBuilderinsert(int index, + char[] chars, + int offset, + int length) + +
    +          Inserts part of the character array into this builder.
    + StrBuilderinsert(int index, + double value) + +
    +          Inserts the value into this builder.
    + StrBuilderinsert(int index, + float value) + +
    +          Inserts the value into this builder.
    + StrBuilderinsert(int index, + int value) + +
    +          Inserts the value into this builder.
    + StrBuilderinsert(int index, + long value) + +
    +          Inserts the value into this builder.
    + StrBuilderinsert(int index, + java.lang.Object obj) + +
    +          Inserts the string representation of an object into this builder.
    + StrBuilderinsert(int index, + java.lang.String str) + +
    +          Inserts the string into this builder.
    + booleanisEmpty() + +
    +          Checks is the string builder is empty (convenience Collections API style method).
    + intlastIndexOf(char ch) + +
    +          Searches the string builder to find the last reference to the specified char.
    + intlastIndexOf(char ch, + int startIndex) + +
    +          Searches the string builder to find the last reference to the specified char.
    + intlastIndexOf(java.lang.String str) + +
    +          Searches the string builder to find the last reference to the specified string.
    + intlastIndexOf(java.lang.String str, + int startIndex) + +
    +          Searches the string builder to find the last reference to the specified + string starting searching from the given index.
    + intlastIndexOf(StrMatcher matcher) + +
    +          Searches the string builder using the matcher to find the last match.
    + intlastIndexOf(StrMatcher matcher, + int startIndex) + +
    +          Searches the string builder using the matcher to find the last + match searching from the given index.
    + java.lang.StringleftString(int length) + +
    +          Extracts the leftmost characters from the string builder without + throwing an exception.
    + intlength() + +
    +          Gets the length of the string builder.
    + java.lang.StringmidString(int index, + int length) + +
    +          Extracts some characters from the middle of the string builder without + throwing an exception.
    + StrBuilderminimizeCapacity() + +
    +          Minimizes the capacity to the actual length of the string.
    + StrBuilderreplace(int startIndex, + int endIndex, + java.lang.String replaceStr) + +
    +          Replaces a portion of the string builder with another string.
    + StrBuilderreplace(StrMatcher matcher, + java.lang.String replaceStr, + int startIndex, + int endIndex, + int replaceCount) + +
    +          Advanced search and replaces within the builder using a matcher.
    + StrBuilderreplaceAll(char search, + char replace) + +
    +          Replaces the search character with the replace character + throughout the builder.
    + StrBuilderreplaceAll(java.lang.String searchStr, + java.lang.String replaceStr) + +
    +          Replaces the search string with the replace string throughout the builder.
    + StrBuilderreplaceAll(StrMatcher matcher, + java.lang.String replaceStr) + +
    +          Replaces all matches within the builder with the replace string.
    + StrBuilderreplaceFirst(char search, + char replace) + +
    +          Replaces the first instance of the search character with the + replace character in the builder.
    + StrBuilderreplaceFirst(java.lang.String searchStr, + java.lang.String replaceStr) + +
    +          Replaces the first instance of the search string with the replace string.
    + StrBuilderreplaceFirst(StrMatcher matcher, + java.lang.String replaceStr) + +
    +          Replaces the first match within the builder with the replace string.
    + StrBuilderreverse() + +
    +          Reverses the string builder placing each character in the opposite index.
    + java.lang.StringrightString(int length) + +
    +          Extracts the rightmost characters from the string builder without + throwing an exception.
    + StrBuildersetCharAt(int index, + char ch) + +
    +          Sets the character at the specified index.
    + StrBuildersetLength(int length) + +
    +          Updates the length of the builder by either dropping the last characters + or adding filler of unicode zero.
    + StrBuildersetNewLineText(java.lang.String newLine) + +
    +          Sets the text to be appended when a new line is added.
    + StrBuildersetNullText(java.lang.String nullText) + +
    +          Sets the text to be appended when null is added.
    + intsize() + +
    +          Gets the length of the string builder.
    + booleanstartsWith(java.lang.String str) + +
    +          Checks whether this builder starts with the specified string.
    + java.lang.Stringsubstring(int start) + +
    +          Extracts a portion of this string builder as a string.
    + java.lang.Stringsubstring(int startIndex, + int endIndex) + +
    +          Extracts a portion of this string builder as a string.
    + char[]toCharArray() + +
    +          Copies the builder's character array into a new character array.
    + char[]toCharArray(int startIndex, + int endIndex) + +
    +          Copies part of the builder's character array into a new character array.
    + java.lang.StringtoString() + +
    +          Gets a String version of the string builder, creating a new instance + each time the method is called.
    + java.lang.StringBuffertoStringBuffer() + +
    +          Gets a StringBuffer version of the string builder, creating a + new instance each time the method is called.
    + StrBuildertrim() + +
    +          Trims the builder by removing characters less than or equal to a space + from the beginning and end.
    +protected  voidvalidateIndex(int index) + +
    +          Validates parameters defining a single index in the builder.
    +protected  intvalidateRange(int startIndex, + int endIndex) + +
    +          Validates parameters defining a range of the builder.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +buffer

    +
    +protected char[] buffer
    +
    +
    Internal data storage. +

    +

    +
    +
    +
    + +

    +size

    +
    +protected int size
    +
    +
    Current size of the buffer. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +StrBuilder

    +
    +public StrBuilder()
    +
    +
    Constructor that creates an empty builder initial capacity 32 characters. +

    +

    +
    + +

    +StrBuilder

    +
    +public StrBuilder(int initialCapacity)
    +
    +
    Constructor that creates an empty builder the specified initial capacity. +

    +

    Parameters:
    initialCapacity - the initial capacity, zero or less will be converted to 32
    +
    + +

    +StrBuilder

    +
    +public StrBuilder(java.lang.String str)
    +
    +
    Constructor that creates a builder from the string, allocating + 32 extra characters for growth. +

    +

    Parameters:
    str - the string to copy, null treated as blank string
    + + + + + + + + +
    +Method Detail
    + +

    +getNewLineText

    +
    +public java.lang.String getNewLineText()
    +
    +
    Gets the text to be appended when a new line is added. +

    +

    +
    +
    +
    + +
    Returns:
    the new line text, null means use system default
    +
    +
    +
    + +

    +setNewLineText

    +
    +public StrBuilder setNewLineText(java.lang.String newLine)
    +
    +
    Sets the text to be appended when a new line is added. +

    +

    +
    +
    +
    +
    Parameters:
    newLine - the new line text, null means use system default +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +getNullText

    +
    +public java.lang.String getNullText()
    +
    +
    Gets the text to be appended when null is added. +

    +

    +
    +
    +
    + +
    Returns:
    the null text, null means no append
    +
    +
    +
    + +

    +setNullText

    +
    +public StrBuilder setNullText(java.lang.String nullText)
    +
    +
    Sets the text to be appended when null is added. +

    +

    +
    +
    +
    +
    Parameters:
    nullText - the null text, null means no append +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +length

    +
    +public int length()
    +
    +
    Gets the length of the string builder. +

    +

    +
    +
    +
    + +
    Returns:
    the length
    +
    +
    +
    + +

    +setLength

    +
    +public StrBuilder setLength(int length)
    +
    +
    Updates the length of the builder by either dropping the last characters + or adding filler of unicode zero. +

    +

    +
    +
    +
    +
    Parameters:
    length - the length to set to, must be zero or positive +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the length is negative
    +
    +
    +
    + +

    +capacity

    +
    +public int capacity()
    +
    +
    Gets the current size of the internal character array buffer. +

    +

    +
    +
    +
    + +
    Returns:
    the capacity
    +
    +
    +
    + +

    +ensureCapacity

    +
    +public StrBuilder ensureCapacity(int capacity)
    +
    +
    Checks the capacity and ensures that it is at least the size specified. +

    +

    +
    +
    +
    +
    Parameters:
    capacity - the capacity to ensure +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +minimizeCapacity

    +
    +public StrBuilder minimizeCapacity()
    +
    +
    Minimizes the capacity to the actual length of the string. +

    +

    +
    +
    +
    + +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Gets the length of the string builder. +

    + This method is the same as length() and is provided to match the + API of Collections. +

    +

    +
    +
    +
    + +
    Returns:
    the length
    +
    +
    +
    + +

    +isEmpty

    +
    +public boolean isEmpty()
    +
    +
    Checks is the string builder is empty (convenience Collections API style method). +

    + This method is the same as checking length() and is provided to match the + API of Collections. +

    +

    +
    +
    +
    + +
    Returns:
    true if the size is 0.
    +
    +
    +
    + +

    +clear

    +
    +public StrBuilder clear()
    +
    +
    Clears the string builder (convenience Collections API style method). +

    + This method does not reduce the size of the internal character buffer. + To do that, call clear() followed by minimizeCapacity(). +

    + This method is the same as setLength(int) called with zero + and is provided to match the API of Collections. +

    +

    +
    +
    +
    + +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +charAt

    +
    +public char charAt(int index)
    +
    +
    Gets the character at the specified index. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to retrieve, must be valid +
    Returns:
    the character at the index +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    See Also:
    setCharAt(int, char), +deleteCharAt(int)
    +
    +
    +
    + +

    +setCharAt

    +
    +public StrBuilder setCharAt(int index,
    +                            char ch)
    +
    +
    Sets the character at the specified index. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to set
    ch - the new character +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    See Also:
    charAt(int), +deleteCharAt(int)
    +
    +
    +
    + +

    +deleteCharAt

    +
    +public StrBuilder deleteCharAt(int index)
    +
    +
    Deletes the character at the specified index. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to delete +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    See Also:
    charAt(int), +setCharAt(int, char)
    +
    +
    +
    + +

    +toCharArray

    +
    +public char[] toCharArray()
    +
    +
    Copies the builder's character array into a new character array. +

    +

    +
    +
    +
    + +
    Returns:
    a new array that represents the contents of the builder
    +
    +
    +
    + +

    +toCharArray

    +
    +public char[] toCharArray(int startIndex,
    +                          int endIndex)
    +
    +
    Copies part of the builder's character array into a new character array. +

    +

    +
    +
    +
    +
    Parameters:
    startIndex - the start index, inclusive, must be valid
    endIndex - the end index, exclusive, must be valid except that + if too large it is treated as end of string +
    Returns:
    a new array that holds part of the contents of the builder +
    Throws: +
    java.lang.IndexOutOfBoundsException - if startIndex is invalid, + or if endIndex is invalid (but endIndex greater than size is valid)
    +
    +
    +
    + +

    +getChars

    +
    +public char[] getChars(char[] destination)
    +
    +
    Copies the character array into the specified array. +

    +

    +
    +
    +
    +
    Parameters:
    destination - the destination array, null will cause an array to be created +
    Returns:
    the input array, unless that was null or too small
    +
    +
    +
    + +

    +getChars

    +
    +public void getChars(int startIndex,
    +                     int endIndex,
    +                     char[] destination,
    +                     int destinationIndex)
    +
    +
    Copies the character array into the specified array. +

    +

    +
    +
    +
    +
    Parameters:
    startIndex - first index to copy, inclusive, must be valid
    endIndex - last index, exclusive, must be valid
    destination - the destination array, must not be null or too small
    destinationIndex - the index to start copying in destination +
    Throws: +
    java.lang.NullPointerException - if the array is null +
    java.lang.IndexOutOfBoundsException - if any index is invalid
    +
    +
    +
    + +

    +appendNewLine

    +
    +public StrBuilder appendNewLine()
    +
    +
    Appends the new line string to this string builder. +

    + The new line string can be altered using setNewLineText(String). + This might be used to force the output to always use Unix line endings + even when on Windows. +

    +

    +
    +
    +
    + +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +appendNull

    +
    +public StrBuilder appendNull()
    +
    +
    Appends the text representing null to this string builder. +

    +

    +
    +
    +
    + +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +append

    +
    +public StrBuilder append(java.lang.Object obj)
    +
    +
    Appends an object to this string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    obj - the object to append +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +append

    +
    +public StrBuilder append(java.lang.String str)
    +
    +
    Appends a string to this string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to append +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +append

    +
    +public StrBuilder append(java.lang.String str,
    +                         int startIndex,
    +                         int length)
    +
    +
    Appends part of a string to this string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to append
    startIndex - the start index, inclusive, must be valid
    length - the length to append, must be valid +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +append

    +
    +public StrBuilder append(java.lang.StringBuffer str)
    +
    +
    Appends a string buffer to this string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    str - the string buffer to append +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +append

    +
    +public StrBuilder append(java.lang.StringBuffer str,
    +                         int startIndex,
    +                         int length)
    +
    +
    Appends part of a string buffer to this string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to append
    startIndex - the start index, inclusive, must be valid
    length - the length to append, must be valid +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +append

    +
    +public StrBuilder append(StrBuilder str)
    +
    +
    Appends another string builder to this string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    str - the string builder to append +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +append

    +
    +public StrBuilder append(StrBuilder str,
    +                         int startIndex,
    +                         int length)
    +
    +
    Appends part of a string builder to this string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to append
    startIndex - the start index, inclusive, must be valid
    length - the length to append, must be valid +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +append

    +
    +public StrBuilder append(char[] chars)
    +
    +
    Appends a char array to the string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    chars - the char array to append +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +append

    +
    +public StrBuilder append(char[] chars,
    +                         int startIndex,
    +                         int length)
    +
    +
    Appends a char array to the string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    chars - the char array to append
    startIndex - the start index, inclusive, must be valid
    length - the length to append, must be valid +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +append

    +
    +public StrBuilder append(boolean value)
    +
    +
    Appends a boolean value to the string builder. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to append +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +append

    +
    +public StrBuilder append(char ch)
    +
    +
    Appends a char value to the string builder. +

    +

    +
    +
    +
    +
    Parameters:
    ch - the value to append +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +append

    +
    +public StrBuilder append(int value)
    +
    +
    Appends an int value to the string builder using String.valueOf. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to append +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +append

    +
    +public StrBuilder append(long value)
    +
    +
    Appends a long value to the string builder using String.valueOf. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to append +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +append

    +
    +public StrBuilder append(float value)
    +
    +
    Appends a float value to the string builder using String.valueOf. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to append +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +append

    +
    +public StrBuilder append(double value)
    +
    +
    Appends a double value to the string builder using String.valueOf. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to append +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +appendln

    +
    +public StrBuilder appendln(java.lang.Object obj)
    +
    +
    Appends an object followed by a new line to this string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    obj - the object to append +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendln

    +
    +public StrBuilder appendln(java.lang.String str)
    +
    +
    Appends a string followed by a new line to this string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to append +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendln

    +
    +public StrBuilder appendln(java.lang.String str,
    +                           int startIndex,
    +                           int length)
    +
    +
    Appends part of a string followed by a new line to this string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to append
    startIndex - the start index, inclusive, must be valid
    length - the length to append, must be valid +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendln

    +
    +public StrBuilder appendln(java.lang.StringBuffer str)
    +
    +
    Appends a string buffer followed by a new line to this string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    str - the string buffer to append +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendln

    +
    +public StrBuilder appendln(java.lang.StringBuffer str,
    +                           int startIndex,
    +                           int length)
    +
    +
    Appends part of a string buffer followed by a new line to this string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to append
    startIndex - the start index, inclusive, must be valid
    length - the length to append, must be valid +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendln

    +
    +public StrBuilder appendln(StrBuilder str)
    +
    +
    Appends another string builder followed by a new line to this string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    str - the string builder to append +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendln

    +
    +public StrBuilder appendln(StrBuilder str,
    +                           int startIndex,
    +                           int length)
    +
    +
    Appends part of a string builder followed by a new line to this string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to append
    startIndex - the start index, inclusive, must be valid
    length - the length to append, must be valid +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendln

    +
    +public StrBuilder appendln(char[] chars)
    +
    +
    Appends a char array followed by a new line to the string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    chars - the char array to append +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendln

    +
    +public StrBuilder appendln(char[] chars,
    +                           int startIndex,
    +                           int length)
    +
    +
    Appends a char array followed by a new line to the string builder. + Appending null will call appendNull(). +

    +

    +
    +
    +
    +
    Parameters:
    chars - the char array to append
    startIndex - the start index, inclusive, must be valid
    length - the length to append, must be valid +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendln

    +
    +public StrBuilder appendln(boolean value)
    +
    +
    Appends a boolean value followed by a new line to the string builder. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to append +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendln

    +
    +public StrBuilder appendln(char ch)
    +
    +
    Appends a char value followed by a new line to the string builder. +

    +

    +
    +
    +
    +
    Parameters:
    ch - the value to append +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendln

    +
    +public StrBuilder appendln(int value)
    +
    +
    Appends an int value followed by a new line to the string builder using String.valueOf. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to append +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendln

    +
    +public StrBuilder appendln(long value)
    +
    +
    Appends a long value followed by a new line to the string builder using String.valueOf. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to append +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendln

    +
    +public StrBuilder appendln(float value)
    +
    +
    Appends a float value followed by a new line to the string builder using String.valueOf. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to append +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendln

    +
    +public StrBuilder appendln(double value)
    +
    +
    Appends a double value followed by a new line to the string builder using String.valueOf. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to append +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendAll

    +
    +public StrBuilder appendAll(java.lang.Object[] array)
    +
    +
    Appends each item in an array to the builder without any separators. + Appending a null array will have no effect. + Each object is appended using append(Object). +

    +

    +
    +
    +
    +
    Parameters:
    array - the array to append +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendAll

    +
    +public StrBuilder appendAll(java.util.Collection coll)
    +
    +
    Appends each item in a collection to the builder without any separators. + Appending a null collection will have no effect. + Each object is appended using append(Object). +

    +

    +
    +
    +
    +
    Parameters:
    coll - the collection to append +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendAll

    +
    +public StrBuilder appendAll(java.util.Iterator it)
    +
    +
    Appends each item in an iterator to the builder without any separators. + Appending a null iterator will have no effect. + Each object is appended using append(Object). +

    +

    +
    +
    +
    +
    Parameters:
    it - the iterator to append +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendWithSeparators

    +
    +public StrBuilder appendWithSeparators(java.lang.Object[] array,
    +                                       java.lang.String separator)
    +
    +
    Appends an array placing separators between each value, but + not before the first or after the last. + Appending a null array will have no effect. + Each object is appended using append(Object). +

    +

    +
    +
    +
    +
    Parameters:
    array - the array to append
    separator - the separator to use, null means no separator +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +appendWithSeparators

    +
    +public StrBuilder appendWithSeparators(java.util.Collection coll,
    +                                       java.lang.String separator)
    +
    +
    Appends a collection placing separators between each value, but + not before the first or after the last. + Appending a null collection will have no effect. + Each object is appended using append(Object). +

    +

    +
    +
    +
    +
    Parameters:
    coll - the collection to append
    separator - the separator to use, null means no separator +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +appendWithSeparators

    +
    +public StrBuilder appendWithSeparators(java.util.Iterator it,
    +                                       java.lang.String separator)
    +
    +
    Appends an iterator placing separators between each value, but + not before the first or after the last. + Appending a null iterator will have no effect. + Each object is appended using append(Object). +

    +

    +
    +
    +
    +
    Parameters:
    it - the iterator to append
    separator - the separator to use, null means no separator +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +appendSeparator

    +
    +public StrBuilder appendSeparator(java.lang.String separator)
    +
    +
    Appends a separator if the builder is currently non-empty. + Appending a null separator will have no effect. + The separator is appended using append(String). +

    + This method is useful for adding a separator each time around the + loop except the first. +

    + for (Iterator it = list.iterator(); it.hasNext(); ) {
    +   appendSeparator(",");
    +   append(it.next());
    + }
    + 
    + Note that for this simple example, you should use + appendWithSeparators(Collection, String). +

    +

    +
    +
    +
    +
    Parameters:
    separator - the separator to use, null means no separator +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendSeparator

    +
    +public StrBuilder appendSeparator(char separator)
    +
    +
    Appends a separator if the builder is currently non-empty. + The separator is appended using append(char). +

    + This method is useful for adding a separator each time around the + loop except the first. +

    + for (Iterator it = list.iterator(); it.hasNext(); ) {
    +   appendSeparator(',');
    +   append(it.next());
    + }
    + 
    + Note that for this simple example, you should use + appendWithSeparators(Collection, String). +

    +

    +
    +
    +
    +
    Parameters:
    separator - the separator to use +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendSeparator

    +
    +public StrBuilder appendSeparator(java.lang.String separator,
    +                                  int loopIndex)
    +
    +
    Appends a separator to the builder if the loop index is greater than zero. + Appending a null separator will have no effect. + The separator is appended using append(String). +

    + This method is useful for adding a separator each time around the + loop except the first. +

    + for (int i = 0; i < list.size(); i++) {
    +   appendSeparator(",", i);
    +   append(list.get(i));
    + }
    + 
    + Note that for this simple example, you should use + appendWithSeparators(Collection, String). +

    +

    +
    +
    +
    +
    Parameters:
    separator - the separator to use, null means no separator
    loopIndex - the loop index +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendSeparator

    +
    +public StrBuilder appendSeparator(char separator,
    +                                  int loopIndex)
    +
    +
    Appends a separator to the builder if the loop index is greater than zero. + The separator is appended using append(char). +

    + This method is useful for adding a separator each time around the + loop except the first. +

    + for (int i = 0; i < list.size(); i++) {
    +   appendSeparator(",", i);
    +   append(list.get(i));
    + }
    + 
    + Note that for this simple example, you should use + appendWithSeparators(Collection, String). +

    +

    +
    +
    +
    +
    Parameters:
    separator - the separator to use
    loopIndex - the loop index +
    Returns:
    this, to enable chaining
    Since:
    +
    2.3
    +
    +
    +
    +
    + +

    +appendPadding

    +
    +public StrBuilder appendPadding(int length,
    +                                char padChar)
    +
    +
    Appends the pad character to the builder the specified number of times. +

    +

    +
    +
    +
    +
    Parameters:
    length - the length to append, negative means no append
    padChar - the character to append +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +appendFixedWidthPadLeft

    +
    +public StrBuilder appendFixedWidthPadLeft(java.lang.Object obj,
    +                                          int width,
    +                                          char padChar)
    +
    +
    Appends an object to the builder padding on the left to a fixed width. + The toString of the object is used. + If the object is larger than the length, the left hand side is lost. + If the object is null, the null text value is used. +

    +

    +
    +
    +
    +
    Parameters:
    obj - the object to append, null uses null text
    width - the fixed field width, zero or negative has no effect
    padChar - the pad character to use +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +appendFixedWidthPadLeft

    +
    +public StrBuilder appendFixedWidthPadLeft(int value,
    +                                          int width,
    +                                          char padChar)
    +
    +
    Appends an object to the builder padding on the left to a fixed width. + The String.valueOf of the int value is used. + If the formatted value is larger than the length, the left hand side is lost. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to append
    width - the fixed field width, zero or negative has no effect
    padChar - the pad character to use +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +appendFixedWidthPadRight

    +
    +public StrBuilder appendFixedWidthPadRight(java.lang.Object obj,
    +                                           int width,
    +                                           char padChar)
    +
    +
    Appends an object to the builder padding on the right to a fixed length. + The toString of the object is used. + If the object is larger than the length, the right hand side is lost. + If the object is null, null text value is used. +

    +

    +
    +
    +
    +
    Parameters:
    obj - the object to append, null uses null text
    width - the fixed field width, zero or negative has no effect
    padChar - the pad character to use +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +appendFixedWidthPadRight

    +
    +public StrBuilder appendFixedWidthPadRight(int value,
    +                                           int width,
    +                                           char padChar)
    +
    +
    Appends an object to the builder padding on the right to a fixed length. + The String.valueOf of the int value is used. + If the object is larger than the length, the right hand side is lost. +

    +

    +
    +
    +
    +
    Parameters:
    value - the value to append
    width - the fixed field width, zero or negative has no effect
    padChar - the pad character to use +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +insert

    +
    +public StrBuilder insert(int index,
    +                         java.lang.Object obj)
    +
    +
    Inserts the string representation of an object into this builder. + Inserting null will use the stored null text value. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to add at, must be valid
    obj - the object to insert +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +insert

    +
    +public StrBuilder insert(int index,
    +                         java.lang.String str)
    +
    +
    Inserts the string into this builder. + Inserting null will use the stored null text value. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to add at, must be valid
    str - the string to insert +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +insert

    +
    +public StrBuilder insert(int index,
    +                         char[] chars)
    +
    +
    Inserts the character array into this builder. + Inserting null will use the stored null text value. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to add at, must be valid
    chars - the char array to insert +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +insert

    +
    +public StrBuilder insert(int index,
    +                         char[] chars,
    +                         int offset,
    +                         int length)
    +
    +
    Inserts part of the character array into this builder. + Inserting null will use the stored null text value. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to add at, must be valid
    chars - the char array to insert
    offset - the offset into the character array to start at, must be valid
    length - the length of the character array part to copy, must be positive +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IndexOutOfBoundsException - if any index is invalid
    +
    +
    +
    + +

    +insert

    +
    +public StrBuilder insert(int index,
    +                         boolean value)
    +
    +
    Inserts the value into this builder. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to add at, must be valid
    value - the value to insert +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +insert

    +
    +public StrBuilder insert(int index,
    +                         char value)
    +
    +
    Inserts the value into this builder. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to add at, must be valid
    value - the value to insert +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +insert

    +
    +public StrBuilder insert(int index,
    +                         int value)
    +
    +
    Inserts the value into this builder. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to add at, must be valid
    value - the value to insert +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +insert

    +
    +public StrBuilder insert(int index,
    +                         long value)
    +
    +
    Inserts the value into this builder. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to add at, must be valid
    value - the value to insert +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +insert

    +
    +public StrBuilder insert(int index,
    +                         float value)
    +
    +
    Inserts the value into this builder. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to add at, must be valid
    value - the value to insert +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +insert

    +
    +public StrBuilder insert(int index,
    +                         double value)
    +
    +
    Inserts the value into this builder. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to add at, must be valid
    value - the value to insert +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +delete

    +
    +public StrBuilder delete(int startIndex,
    +                         int endIndex)
    +
    +
    Deletes the characters between the two specified indices. +

    +

    +
    +
    +
    +
    Parameters:
    startIndex - the start index, inclusive, must be valid
    endIndex - the end index, exclusive, must be valid except + that if too large it is treated as end of string +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +deleteAll

    +
    +public StrBuilder deleteAll(char ch)
    +
    +
    Deletes the character wherever it occurs in the builder. +

    +

    +
    +
    +
    +
    Parameters:
    ch - the character to delete +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +deleteFirst

    +
    +public StrBuilder deleteFirst(char ch)
    +
    +
    Deletes the character wherever it occurs in the builder. +

    +

    +
    +
    +
    +
    Parameters:
    ch - the character to delete +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +deleteAll

    +
    +public StrBuilder deleteAll(java.lang.String str)
    +
    +
    Deletes the string wherever it occurs in the builder. +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to delete, null causes no action +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +deleteFirst

    +
    +public StrBuilder deleteFirst(java.lang.String str)
    +
    +
    Deletes the string wherever it occurs in the builder. +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to delete, null causes no action +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +deleteAll

    +
    +public StrBuilder deleteAll(StrMatcher matcher)
    +
    +
    Deletes all parts of the builder that the matcher matches. +

    + Matchers can be used to perform advanced deletion behaviour. + For example you could write a matcher to delete all occurances + where the character 'a' is followed by a number. +

    +

    +
    +
    +
    +
    Parameters:
    matcher - the matcher to use to find the deletion, null causes no action +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +deleteFirst

    +
    +public StrBuilder deleteFirst(StrMatcher matcher)
    +
    +
    Deletes the first match within the builder using the specified matcher. +

    + Matchers can be used to perform advanced deletion behaviour. + For example you could write a matcher to delete + where the character 'a' is followed by a number. +

    +

    +
    +
    +
    +
    Parameters:
    matcher - the matcher to use to find the deletion, null causes no action +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +replace

    +
    +public StrBuilder replace(int startIndex,
    +                          int endIndex,
    +                          java.lang.String replaceStr)
    +
    +
    Replaces a portion of the string builder with another string. + The length of the inserted string does not have to match the removed length. +

    +

    +
    +
    +
    +
    Parameters:
    startIndex - the start index, inclusive, must be valid
    endIndex - the end index, exclusive, must be valid except + that if too large it is treated as end of string
    replaceStr - the string to replace with, null means delete range +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +replaceAll

    +
    +public StrBuilder replaceAll(char search,
    +                             char replace)
    +
    +
    Replaces the search character with the replace character + throughout the builder. +

    +

    +
    +
    +
    +
    Parameters:
    search - the search character
    replace - the replace character +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +replaceFirst

    +
    +public StrBuilder replaceFirst(char search,
    +                               char replace)
    +
    +
    Replaces the first instance of the search character with the + replace character in the builder. +

    +

    +
    +
    +
    +
    Parameters:
    search - the search character
    replace - the replace character +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +replaceAll

    +
    +public StrBuilder replaceAll(java.lang.String searchStr,
    +                             java.lang.String replaceStr)
    +
    +
    Replaces the search string with the replace string throughout the builder. +

    +

    +
    +
    +
    +
    Parameters:
    searchStr - the search string, null causes no action to occur
    replaceStr - the replace string, null is equivalent to an empty string +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +replaceFirst

    +
    +public StrBuilder replaceFirst(java.lang.String searchStr,
    +                               java.lang.String replaceStr)
    +
    +
    Replaces the first instance of the search string with the replace string. +

    +

    +
    +
    +
    +
    Parameters:
    searchStr - the search string, null causes no action to occur
    replaceStr - the replace string, null is equivalent to an empty string +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +replaceAll

    +
    +public StrBuilder replaceAll(StrMatcher matcher,
    +                             java.lang.String replaceStr)
    +
    +
    Replaces all matches within the builder with the replace string. +

    + Matchers can be used to perform advanced replace behaviour. + For example you could write a matcher to replace all occurances + where the character 'a' is followed by a number. +

    +

    +
    +
    +
    +
    Parameters:
    matcher - the matcher to use to find the deletion, null causes no action
    replaceStr - the replace string, null is equivalent to an empty string +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +replaceFirst

    +
    +public StrBuilder replaceFirst(StrMatcher matcher,
    +                               java.lang.String replaceStr)
    +
    +
    Replaces the first match within the builder with the replace string. +

    + Matchers can be used to perform advanced replace behaviour. + For example you could write a matcher to replace + where the character 'a' is followed by a number. +

    +

    +
    +
    +
    +
    Parameters:
    matcher - the matcher to use to find the deletion, null causes no action
    replaceStr - the replace string, null is equivalent to an empty string +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +replace

    +
    +public StrBuilder replace(StrMatcher matcher,
    +                          java.lang.String replaceStr,
    +                          int startIndex,
    +                          int endIndex,
    +                          int replaceCount)
    +
    +
    Advanced search and replaces within the builder using a matcher. +

    + Matchers can be used to perform advanced behaviour. + For example you could write a matcher to delete all occurances + where the character 'a' is followed by a number. +

    +

    +
    +
    +
    +
    Parameters:
    matcher - the matcher to use to find the deletion, null causes no action
    replaceStr - the string to replace the match with, null is a delete
    startIndex - the start index, inclusive, must be valid
    endIndex - the end index, exclusive, must be valid except + that if too large it is treated as end of string
    replaceCount - the number of times to replace, -1 for replace all +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IndexOutOfBoundsException - if start index is invalid
    +
    +
    +
    + +

    +reverse

    +
    +public StrBuilder reverse()
    +
    +
    Reverses the string builder placing each character in the opposite index. +

    +

    +
    +
    +
    + +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +trim

    +
    +public StrBuilder trim()
    +
    +
    Trims the builder by removing characters less than or equal to a space + from the beginning and end. +

    +

    +
    +
    +
    + +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +startsWith

    +
    +public boolean startsWith(java.lang.String str)
    +
    +
    Checks whether this builder starts with the specified string. +

    + Note that this method handles null input quietly, unlike String. +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to search for, null returns false +
    Returns:
    true if the builder starts with the string
    +
    +
    +
    + +

    +endsWith

    +
    +public boolean endsWith(java.lang.String str)
    +
    +
    Checks whether this builder ends with the specified string. +

    + Note that this method handles null input quietly, unlike String. +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to search for, null returns false +
    Returns:
    true if the builder ends with the string
    +
    +
    +
    + +

    +substring

    +
    +public java.lang.String substring(int start)
    +
    +
    Extracts a portion of this string builder as a string. +

    +

    +
    +
    +
    +
    Parameters:
    start - the start index, inclusive, must be valid +
    Returns:
    the new string +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +substring

    +
    +public java.lang.String substring(int startIndex,
    +                                  int endIndex)
    +
    +
    Extracts a portion of this string builder as a string. +

    + Note: This method treats an endIndex greater than the length of the + builder as equal to the length of the builder, and continues + without error, unlike StringBuffer or String. +

    +

    +
    +
    +
    +
    Parameters:
    startIndex - the start index, inclusive, must be valid
    endIndex - the end index, exclusive, must be valid except + that if too large it is treated as end of string +
    Returns:
    the new string +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +leftString

    +
    +public java.lang.String leftString(int length)
    +
    +
    Extracts the leftmost characters from the string builder without + throwing an exception. +

    + This method extracts the left length characters from + the builder. If this many characters are not available, the whole + builder is returned. Thus the returned string may be shorter than the + length requested. +

    +

    +
    +
    +
    +
    Parameters:
    length - the number of characters to extract, negative returns empty string +
    Returns:
    the new string
    +
    +
    +
    + +

    +rightString

    +
    +public java.lang.String rightString(int length)
    +
    +
    Extracts the rightmost characters from the string builder without + throwing an exception. +

    + This method extracts the right length characters from + the builder. If this many characters are not available, the whole + builder is returned. Thus the returned string may be shorter than the + length requested. +

    +

    +
    +
    +
    +
    Parameters:
    length - the number of characters to extract, negative returns empty string +
    Returns:
    the new string
    +
    +
    +
    + +

    +midString

    +
    +public java.lang.String midString(int index,
    +                                  int length)
    +
    +
    Extracts some characters from the middle of the string builder without + throwing an exception. +

    + This method extracts length characters from the builder + at the specified index. + If the index is negative it is treated as zero. + If the index is greater than the builder size, it is treated as the builder size. + If the length is negative, the empty string is returned. + If insufficient characters are available in the builder, as much as possible is returned. + Thus the returned string may be shorter than the length requested. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index to start at, negative means zero
    length - the number of characters to extract, negative returns empty string +
    Returns:
    the new string
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(char ch)
    +
    +
    Checks if the string builder contains the specified char. +

    +

    +
    +
    +
    +
    Parameters:
    ch - the character to find +
    Returns:
    true if the builder contains the character
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(java.lang.String str)
    +
    +
    Checks if the string builder contains the specified string. +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to find +
    Returns:
    true if the builder contains the string
    +
    +
    +
    + +

    +contains

    +
    +public boolean contains(StrMatcher matcher)
    +
    +
    Checks if the string builder contains a string matched using the + specified matcher. +

    + Matchers can be used to perform advanced searching behaviour. + For example you could write a matcher to search for the character + 'a' followed by a number. +

    +

    +
    +
    +
    +
    Parameters:
    matcher - the matcher to use, null returns -1 +
    Returns:
    true if the matcher finds a match in the builder
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(char ch)
    +
    +
    Searches the string builder to find the first reference to the specified char. +

    +

    +
    +
    +
    +
    Parameters:
    ch - the character to find +
    Returns:
    the first index of the character, or -1 if not found
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(char ch,
    +                   int startIndex)
    +
    +
    Searches the string builder to find the first reference to the specified char. +

    +

    +
    +
    +
    +
    Parameters:
    ch - the character to find
    startIndex - the index to start at, invalid index rounded to edge +
    Returns:
    the first index of the character, or -1 if not found
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(java.lang.String str)
    +
    +
    Searches the string builder to find the first reference to the specified string. +

    + Note that a null input string will return -1, whereas the JDK throws an exception. +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to find, null returns -1 +
    Returns:
    the first index of the string, or -1 if not found
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(java.lang.String str,
    +                   int startIndex)
    +
    +
    Searches the string builder to find the first reference to the specified + string starting searching from the given index. +

    + Note that a null input string will return -1, whereas the JDK throws an exception. +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to find, null returns -1
    startIndex - the index to start at, invalid index rounded to edge +
    Returns:
    the first index of the string, or -1 if not found
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(StrMatcher matcher)
    +
    +
    Searches the string builder using the matcher to find the first match. +

    + Matchers can be used to perform advanced searching behaviour. + For example you could write a matcher to find the character 'a' + followed by a number. +

    +

    +
    +
    +
    +
    Parameters:
    matcher - the matcher to use, null returns -1 +
    Returns:
    the first index matched, or -1 if not found
    +
    +
    +
    + +

    +indexOf

    +
    +public int indexOf(StrMatcher matcher,
    +                   int startIndex)
    +
    +
    Searches the string builder using the matcher to find the first + match searching from the given index. +

    + Matchers can be used to perform advanced searching behaviour. + For example you could write a matcher to find the character 'a' + followed by a number. +

    +

    +
    +
    +
    +
    Parameters:
    matcher - the matcher to use, null returns -1
    startIndex - the index to start at, invalid index rounded to edge +
    Returns:
    the first index matched, or -1 if not found
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public int lastIndexOf(char ch)
    +
    +
    Searches the string builder to find the last reference to the specified char. +

    +

    +
    +
    +
    +
    Parameters:
    ch - the character to find +
    Returns:
    the last index of the character, or -1 if not found
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public int lastIndexOf(char ch,
    +                       int startIndex)
    +
    +
    Searches the string builder to find the last reference to the specified char. +

    +

    +
    +
    +
    +
    Parameters:
    ch - the character to find
    startIndex - the index to start at, invalid index rounded to edge +
    Returns:
    the last index of the character, or -1 if not found
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public int lastIndexOf(java.lang.String str)
    +
    +
    Searches the string builder to find the last reference to the specified string. +

    + Note that a null input string will return -1, whereas the JDK throws an exception. +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to find, null returns -1 +
    Returns:
    the last index of the string, or -1 if not found
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public int lastIndexOf(java.lang.String str,
    +                       int startIndex)
    +
    +
    Searches the string builder to find the last reference to the specified + string starting searching from the given index. +

    + Note that a null input string will return -1, whereas the JDK throws an exception. +

    +

    +
    +
    +
    +
    Parameters:
    str - the string to find, null returns -1
    startIndex - the index to start at, invalid index rounded to edge +
    Returns:
    the last index of the string, or -1 if not found
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public int lastIndexOf(StrMatcher matcher)
    +
    +
    Searches the string builder using the matcher to find the last match. +

    + Matchers can be used to perform advanced searching behaviour. + For example you could write a matcher to find the character 'a' + followed by a number. +

    +

    +
    +
    +
    +
    Parameters:
    matcher - the matcher to use, null returns -1 +
    Returns:
    the last index matched, or -1 if not found
    +
    +
    +
    + +

    +lastIndexOf

    +
    +public int lastIndexOf(StrMatcher matcher,
    +                       int startIndex)
    +
    +
    Searches the string builder using the matcher to find the last + match searching from the given index. +

    + Matchers can be used to perform advanced searching behaviour. + For example you could write a matcher to find the character 'a' + followed by a number. +

    +

    +
    +
    +
    +
    Parameters:
    matcher - the matcher to use, null returns -1
    startIndex - the index to start at, invalid index rounded to edge +
    Returns:
    the last index matched, or -1 if not found
    +
    +
    +
    + +

    +asTokenizer

    +
    +public StrTokenizer asTokenizer()
    +
    +
    Creates a tokenizer that can tokenize the contents of this builder. +

    + This method allows the contents of this builder to be tokenized. + The tokenizer will be setup by default to tokenize on space, tab, + newline and formfeed (as per StringTokenizer). These values can be + changed on the tokenizer class, before retrieving the tokens. +

    + The returned tokenizer is linked to this builder. You may intermix + calls to the buider and tokenizer within certain limits, however + there is no synchronization. Once the tokenizer has been used once, + it must be reset to pickup the latest + changes in the builder. For example: +

    + StrBuilder b = new StrBuilder();
    + b.append("a b ");
    + StrTokenizer t = b.asTokenizer();
    + String[] tokens1 = t.getTokenArray();  // returns a,b
    + b.append("c d ");
    + String[] tokens2 = t.getTokenArray();  // returns a,b (c and d ignored)
    + t.reset();              // reset causes builder changes to be picked up
    + String[] tokens3 = t.getTokenArray();  // returns a,b,c,d
    + 
    + In addition to simply intermixing appends and tokenization, you can also + call the set methods on the tokenizer to alter how it tokenizes. Just + remember to call reset when you want to pickup builder changes. +

    + Calling StrTokenizer.reset(String) or StrTokenizer.reset(char[]) + with a non-null value will break the link with the builder. +

    +

    +
    +
    +
    + +
    Returns:
    a tokenizer that is linked to this builder
    +
    +
    +
    + +

    +asReader

    +
    +public java.io.Reader asReader()
    +
    +
    Gets the contents of this builder as a Reader. +

    + This method allows the contents of the builder to be read + using any standard method that expects a Reader. +

    + To use, simply create a StrBuilder, populate it with + data, call asReader, and then read away. +

    + The internal character array is shared between the builder and the reader. + This allows you to append to the builder after creating the reader, + and the changes will be picked up. + Note however, that no synchronization occurs, so you must perform + all operations with the builder and the reader in one thread. +

    + The returned reader supports marking, and ignores the flush method. +

    +

    +
    +
    +
    + +
    Returns:
    a reader that reads from this builder
    +
    +
    +
    + +

    +asWriter

    +
    +public java.io.Writer asWriter()
    +
    +
    Gets this builder as a Writer that can be written to. +

    + This method allows you to populate the contents of the builder + using any standard method that takes a Writer. +

    + To use, simply create a StrBuilder, + call asWriter, and populate away. The data is available + at any time using the methods of the StrBuilder. +

    + The internal character array is shared between the builder and the writer. + This allows you to intermix calls that append to the builder and + write using the writer and the changes will be occur correctly. + Note however, that no synchronization occurs, so you must perform + all operations with the builder and the writer in one thread. +

    + The returned writer ignores the close and flush methods. +

    +

    +
    +
    +
    + +
    Returns:
    a writer that populates this builder
    +
    +
    +
    + +

    +equalsIgnoreCase

    +
    +public boolean equalsIgnoreCase(StrBuilder other)
    +
    +
    Checks the contents of this builder against another to see if they + contain the same character content ignoring case. +

    +

    +
    +
    +
    +
    Parameters:
    other - the object to check, null returns false +
    Returns:
    true if the builders contain the same characters in the same order
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(StrBuilder other)
    +
    +
    Checks the contents of this builder against another to see if they + contain the same character content. +

    +

    +
    +
    +
    +
    Parameters:
    other - the object to check, null returns false +
    Returns:
    true if the builders contain the same characters in the same order
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +
    Checks the contents of this builder against another to see if they + contain the same character content. +

    +

    +
    +
    +
    +
    Parameters:
    obj - the object to check, null returns false +
    Returns:
    true if the builders contain the same characters in the same order
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +
    Gets a suitable hash code for this builder. +

    +

    +
    +
    +
    + +
    Returns:
    a hash code
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Gets a String version of the string builder, creating a new instance + each time the method is called. +

    + Note that unlike StringBuffer, the string version returned is + independent of the string builder. +

    +

    +
    +
    +
    + +
    Returns:
    the builder as a String
    +
    +
    +
    + +

    +toStringBuffer

    +
    +public java.lang.StringBuffer toStringBuffer()
    +
    +
    Gets a StringBuffer version of the string builder, creating a + new instance each time the method is called. +

    +

    +
    +
    +
    + +
    Returns:
    the builder as a StringBuffer
    +
    +
    +
    + +

    +validateRange

    +
    +protected int validateRange(int startIndex,
    +                            int endIndex)
    +
    +
    Validates parameters defining a range of the builder. +

    +

    +
    +
    +
    +
    Parameters:
    startIndex - the start index, inclusive, must be valid
    endIndex - the end index, exclusive, must be valid except + that if too large it is treated as end of string +
    Returns:
    the new string +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    +
    + +

    +validateIndex

    +
    +protected void validateIndex(int index)
    +
    +
    Validates parameters defining a single index in the builder. +

    +

    +
    +
    +
    +
    Parameters:
    index - the index, must be valid +
    Throws: +
    java.lang.IndexOutOfBoundsException - if the index is invalid
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrLookup.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrLookup.html new file mode 100644 index 0000000..6ae6134 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrLookup.html @@ -0,0 +1,368 @@ + + + + + + + +StrLookup (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.text +
    +Class StrLookup

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.text.StrLookup
    +
    +
    +
    +
    public abstract class StrLookup
    extends java.lang.Object
    + +

    +Lookup a String key to a String value. +

    + This class represents the simplest form of a string to string map. + It has a benefit over a map in that it can create the result on + demand based on the key. +

    + This class comes complete with various factory methods. + If these do not suffice, you can subclass and implement your own matcher. +

    + For example, it would be possible to implement a lookup that used the + key as a primary key, and looked up the value on demand from the database +

    + +

    +

    +
    Since:
    +
    2.2
    +
    Version:
    +
    $Id: StrLookup.java 592077 2007-11-05 16:47:10Z mbenson $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected StrLookup() + +
    +          Constructor.
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +abstract  java.lang.Stringlookup(java.lang.String key) + +
    +          Looks up a String key to a String value.
    +static StrLookupmapLookup(java.util.Map map) + +
    +          Returns a lookup which looks up values using a map.
    +static StrLookupnoneLookup() + +
    +          Returns a lookup which always returns null.
    +static StrLookupsystemPropertiesLookup() + +
    +          Returns a lookup which uses System properties + to lookup the key to value.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +StrLookup

    +
    +protected StrLookup()
    +
    +
    Constructor. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +noneLookup

    +
    +public static StrLookup noneLookup()
    +
    +
    Returns a lookup which always returns null. +

    +

    + +
    Returns:
    a lookup that always returns null, not null
    +
    +
    +
    + +

    +systemPropertiesLookup

    +
    +public static StrLookup systemPropertiesLookup()
    +
    +
    Returns a lookup which uses System properties + to lookup the key to value. +

    + If a security manager blocked access to system properties, then null will + be returned from every lookup. +

    + If a null key is used, this lookup will throw a NullPointerException. +

    +

    + +
    Returns:
    a lookup using system properties, not null
    +
    +
    +
    + +

    +mapLookup

    +
    +public static StrLookup mapLookup(java.util.Map map)
    +
    +
    Returns a lookup which looks up values using a map. +

    + If the map is null, then null will be returned from every lookup. + The map result object is converted to a string using toString(). +

    +

    +
    Parameters:
    map - the map of keys to values, may be null +
    Returns:
    a lookup using the map, not null
    +
    +
    +
    + +

    +lookup

    +
    +public abstract java.lang.String lookup(java.lang.String key)
    +
    +
    Looks up a String key to a String value. +

    + The internal implementation may use any mechanism to return the value. + The simplest implementation is to use a Map. However, virtually any + implementation is possible. +

    + For example, it would be possible to implement a lookup that used the + key as a primary key, and looked up the value on demand from the database + Or, a numeric based implementation could be created that treats the key + as an integer, increments the value and return the result as a string - + converting 1 to 2, 15 to 16 etc. +

    +

    +
    Parameters:
    key - the key to be looked up, may be null +
    Returns:
    the matching value, null if no match
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrMatcher.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrMatcher.html new file mode 100644 index 0000000..a15e99f --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrMatcher.html @@ -0,0 +1,624 @@ + + + + + + + +StrMatcher (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.text +
    +Class StrMatcher

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.text.StrMatcher
    +
    +
    +
    +
    public abstract class StrMatcher
    extends java.lang.Object
    + +

    +A matcher class that can be queried to determine if a character array + portion matches. +

    + This class comes complete with various factory methods. + If these do not suffice, you can subclass and implement your own matcher. +

    + +

    +

    +
    Since:
    +
    2.2
    +
    Version:
    +
    $Id: StrMatcher.java 618884 2008-02-06 04:37:17Z bayard $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    +protected StrMatcher() + +
    +          Constructor.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static StrMatchercharMatcher(char ch) + +
    +          Constructor that creates a matcher from a character.
    +static StrMatchercharSetMatcher(char[] chars) + +
    +          Constructor that creates a matcher from a set of characters.
    +static StrMatchercharSetMatcher(java.lang.String chars) + +
    +          Constructor that creates a matcher from a string representing a set of characters.
    +static StrMatchercommaMatcher() + +
    +          Returns a matcher which matches the comma character.
    +static StrMatcherdoubleQuoteMatcher() + +
    +          Returns a matcher which matches the double quote character.
    + intisMatch(char[] buffer, + int pos) + +
    +          Returns the number of matching characters, zero for no match.
    +abstract  intisMatch(char[] buffer, + int pos, + int bufferStart, + int bufferEnd) + +
    +          Returns the number of matching characters, zero for no match.
    +static StrMatchernoneMatcher() + +
    +          Matches no characters.
    +static StrMatcherquoteMatcher() + +
    +          Returns a matcher which matches the single or double quote character.
    +static StrMatchersingleQuoteMatcher() + +
    +          Returns a matcher which matches the single quote character.
    +static StrMatcherspaceMatcher() + +
    +          Returns a matcher which matches the space character.
    +static StrMatchersplitMatcher() + +
    +          Matches the same characters as StringTokenizer, + namely space, tab, newline and formfeed.
    +static StrMatcherstringMatcher(java.lang.String str) + +
    +          Constructor that creates a matcher from a string.
    +static StrMatchertabMatcher() + +
    +          Returns a matcher which matches the tab character.
    +static StrMatchertrimMatcher() + +
    +          Matches the String trim() whitespace characters.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +StrMatcher

    +
    +protected StrMatcher()
    +
    +
    Constructor. +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +commaMatcher

    +
    +public static StrMatcher commaMatcher()
    +
    +
    Returns a matcher which matches the comma character. +

    +

    + +
    Returns:
    a matcher for a comma
    +
    +
    +
    + +

    +tabMatcher

    +
    +public static StrMatcher tabMatcher()
    +
    +
    Returns a matcher which matches the tab character. +

    +

    + +
    Returns:
    a matcher for a tab
    +
    +
    +
    + +

    +spaceMatcher

    +
    +public static StrMatcher spaceMatcher()
    +
    +
    Returns a matcher which matches the space character. +

    +

    + +
    Returns:
    a matcher for a space
    +
    +
    +
    + +

    +splitMatcher

    +
    +public static StrMatcher splitMatcher()
    +
    +
    Matches the same characters as StringTokenizer, + namely space, tab, newline and formfeed. +

    +

    + +
    Returns:
    the split matcher
    +
    +
    +
    + +

    +trimMatcher

    +
    +public static StrMatcher trimMatcher()
    +
    +
    Matches the String trim() whitespace characters. +

    +

    + +
    Returns:
    the trim matcher
    +
    +
    +
    + +

    +singleQuoteMatcher

    +
    +public static StrMatcher singleQuoteMatcher()
    +
    +
    Returns a matcher which matches the single quote character. +

    +

    + +
    Returns:
    a matcher for a single quote
    +
    +
    +
    + +

    +doubleQuoteMatcher

    +
    +public static StrMatcher doubleQuoteMatcher()
    +
    +
    Returns a matcher which matches the double quote character. +

    +

    + +
    Returns:
    a matcher for a double quote
    +
    +
    +
    + +

    +quoteMatcher

    +
    +public static StrMatcher quoteMatcher()
    +
    +
    Returns a matcher which matches the single or double quote character. +

    +

    + +
    Returns:
    a matcher for a single or double quote
    +
    +
    +
    + +

    +noneMatcher

    +
    +public static StrMatcher noneMatcher()
    +
    +
    Matches no characters. +

    +

    + +
    Returns:
    a matcher that matches nothing
    +
    +
    +
    + +

    +charMatcher

    +
    +public static StrMatcher charMatcher(char ch)
    +
    +
    Constructor that creates a matcher from a character. +

    +

    +
    Parameters:
    ch - the character to match, must not be null +
    Returns:
    a new Matcher for the given char
    +
    +
    +
    + +

    +charSetMatcher

    +
    +public static StrMatcher charSetMatcher(char[] chars)
    +
    +
    Constructor that creates a matcher from a set of characters. +

    +

    +
    Parameters:
    chars - the characters to match, null or empty matches nothing +
    Returns:
    a new matcher for the given char[]
    +
    +
    +
    + +

    +charSetMatcher

    +
    +public static StrMatcher charSetMatcher(java.lang.String chars)
    +
    +
    Constructor that creates a matcher from a string representing a set of characters. +

    +

    +
    Parameters:
    chars - the characters to match, null or empty matches nothing +
    Returns:
    a new Matcher for the given characters
    +
    +
    +
    + +

    +stringMatcher

    +
    +public static StrMatcher stringMatcher(java.lang.String str)
    +
    +
    Constructor that creates a matcher from a string. +

    +

    +
    Parameters:
    str - the string to match, null or empty matches nothing +
    Returns:
    a new Matcher for the given String
    +
    +
    +
    + +

    +isMatch

    +
    +public abstract int isMatch(char[] buffer,
    +                            int pos,
    +                            int bufferStart,
    +                            int bufferEnd)
    +
    +
    Returns the number of matching characters, zero for no match. +

    + This method is called to check for a match. + The parameter pos represents the current position to be + checked in the string buffer (a character array which must + not be changed). + The API guarantees that pos is a valid index for buffer. +

    + The character array may be larger than the active area to be matched. + Only values in the buffer between the specifed indices may be accessed. +

    + The matching code may check one character or many. + It may check characters preceeding pos as well as those + after, so long as no checks exceed the bounds specified. +

    + It must return zero for no match, or a positive number if a match was found. + The number indicates the number of characters that matched. +

    +

    +
    Parameters:
    buffer - the text content to match against, do not change
    pos - the starting position for the match, valid for buffer
    bufferStart - the first active index in the buffer, valid for buffer
    bufferEnd - the end index (exclusive) of the active buffer, valid for buffer +
    Returns:
    the number of matching characters, zero for no match
    +
    +
    +
    + +

    +isMatch

    +
    +public int isMatch(char[] buffer,
    +                   int pos)
    +
    +
    Returns the number of matching characters, zero for no match. +

    + This method is called to check for a match. + The parameter pos represents the current position to be + checked in the string buffer (a character array which must + not be changed). + The API guarantees that pos is a valid index for buffer. +

    + The matching code may check one character or many. + It may check characters preceeding pos as well as those after. +

    + It must return zero for no match, or a positive number if a match was found. + The number indicates the number of characters that matched. +

    +

    +
    Parameters:
    buffer - the text content to match against, do not change
    pos - the starting position for the match, valid for buffer +
    Returns:
    the number of matching characters, zero for no match
    Since:
    +
    2.4
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrSubstitutor.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrSubstitutor.html new file mode 100644 index 0000000..bef24ea --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrSubstitutor.html @@ -0,0 +1,1327 @@ + + + + + + + +StrSubstitutor (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.text +
    +Class StrSubstitutor

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.text.StrSubstitutor
    +
    +
    +
    +
    public class StrSubstitutor
    extends java.lang.Object
    + +

    +Substitutes variables within a string by values. +

    + This class takes a piece of text and substitutes all the variables within it. + The default definition of a variable is ${variableName}. + The prefix and suffix can be changed via constructors and set methods. +

    + Variable values are typically resolved from a map, but could also be resolved + from system properties, or by supplying a custom variable resolver. +

    + The simplest example is to use this class to replace Java System properties. For example: +

    + StrSubstitutor.replaceSystemProperties(
    +      "You are running with java.version = ${java.version} and os.name = ${os.name}.");
    + 
    +

    + Typical usage of this class follows the following pattern: First an instance is created + and initialized with the map that contains the values for the available variables. + If a prefix and/or suffix for variables should be used other than the default ones, + the appropriate settings can be performed. After that the replace() + method can be called passing in the source text for interpolation. In the returned + text all variable references (as long as their values are known) will be resolved. + The following example demonstrates this: +

    + Map valuesMap = HashMap();
    + valuesMap.put("animal", "quick brown fox");
    + valuesMap.put("target", "lazy dog");
    + String templateString = "The ${animal} jumped over the ${target}.";
    + StrSubstitutor sub = new StrSubstitutor(valuesMap);
    + String resolvedString = sub.replace(templateString);
    + 
    + yielding: +
    +      The quick brown fox jumped over the lazy dog.
    + 
    +

    + In addition to this usage pattern there are some static convenience methods that + cover the most common use cases. These methods can be used without the need of + manually creating an instance. However if multiple replace operations are to be + performed, creating and reusing an instance of this class will be more efficient. +

    + Variable replacement works in a recursive way. Thus, if a variable value contains + a variable then that variable will also be replaced. Cyclic replacements are + detected and will cause an exception to be thrown. +

    + Sometimes the interpolation's result must contain a variable prefix. As an example + take the following source text: +

    +   The variable ${${name}} must be used.
    + 
    + Here only the variable's name refered to in the text should be replaced resulting + in the text (assuming that the value of the name variable is x): +
    +   The variable ${x} must be used.
    + 
    + To achieve this effect there are two possibilities: Either set a different prefix + and suffix for variables which do not conflict with the result text you want to + produce. The other possibility is to use the escape character, by default '$'. + If this character is placed before a variable reference, this reference is ignored + and won't be replaced. For example: +
    +   The variable $${${name}} must be used.
    + 
    +

    + +

    +

    +
    Since:
    +
    2.2
    +
    Version:
    +
    $Id: StrSubstitutor.java 592077 2007-11-05 16:47:10Z mbenson $
    +
    Author:
    +
    Oliver Heger, Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static charDEFAULT_ESCAPE + +
    +          Constant for the default escape character.
    +static StrMatcherDEFAULT_PREFIX + +
    +          Constant for the default variable prefix.
    +static StrMatcherDEFAULT_SUFFIX + +
    +          Constant for the default variable suffix.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    StrSubstitutor() + +
    +          Creates a new instance with defaults for variable prefix and suffix + and the escaping character.
    StrSubstitutor(java.util.Map valueMap) + +
    +          Creates a new instance and initializes it.
    StrSubstitutor(java.util.Map valueMap, + java.lang.String prefix, + java.lang.String suffix) + +
    +          Creates a new instance and initializes it.
    StrSubstitutor(java.util.Map valueMap, + java.lang.String prefix, + java.lang.String suffix, + char escape) + +
    +          Creates a new instance and initializes it.
    StrSubstitutor(StrLookup variableResolver) + +
    +          Creates a new instance and initializes it.
    StrSubstitutor(StrLookup variableResolver, + java.lang.String prefix, + java.lang.String suffix, + char escape) + +
    +          Creates a new instance and initializes it.
    StrSubstitutor(StrLookup variableResolver, + StrMatcher prefixMatcher, + StrMatcher suffixMatcher, + char escape) + +
    +          Creates a new instance and initializes it.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + chargetEscapeChar() + +
    +          Returns the escape character.
    + StrMatchergetVariablePrefixMatcher() + +
    +          Gets the variable prefix matcher currently in use.
    + StrLookupgetVariableResolver() + +
    +          Gets the VariableResolver that is used to lookup variables.
    + StrMatchergetVariableSuffixMatcher() + +
    +          Gets the variable suffix matcher currently in use.
    + java.lang.Stringreplace(char[] source) + +
    +          Replaces all the occurrences of variables with their matching values + from the resolver using the given source array as a template.
    + java.lang.Stringreplace(char[] source, + int offset, + int length) + +
    +          Replaces all the occurrences of variables with their matching values + from the resolver using the given source array as a template.
    + java.lang.Stringreplace(java.lang.Object source) + +
    +          Replaces all the occurrences of variables in the given source object with + their matching values from the resolver.
    +static java.lang.Stringreplace(java.lang.Object source, + java.util.Map valueMap) + +
    +          Replaces all the occurrences of variables in the given source object with + their matching values from the map.
    +static java.lang.Stringreplace(java.lang.Object source, + java.util.Map valueMap, + java.lang.String prefix, + java.lang.String suffix) + +
    +          Replaces all the occurrences of variables in the given source object with + their matching values from the map.
    + java.lang.Stringreplace(StrBuilder source) + +
    +          Replaces all the occurrences of variables with their matching values + from the resolver using the given source builder as a template.
    + java.lang.Stringreplace(StrBuilder source, + int offset, + int length) + +
    +          Replaces all the occurrences of variables with their matching values + from the resolver using the given source builder as a template.
    + java.lang.Stringreplace(java.lang.String source) + +
    +          Replaces all the occurrences of variables with their matching values + from the resolver using the given source string as a template.
    + java.lang.Stringreplace(java.lang.StringBuffer source) + +
    +          Replaces all the occurrences of variables with their matching values + from the resolver using the given source buffer as a template.
    + java.lang.Stringreplace(java.lang.StringBuffer source, + int offset, + int length) + +
    +          Replaces all the occurrences of variables with their matching values + from the resolver using the given source buffer as a template.
    + java.lang.Stringreplace(java.lang.String source, + int offset, + int length) + +
    +          Replaces all the occurrences of variables with their matching values + from the resolver using the given source string as a template.
    + booleanreplaceIn(StrBuilder source) + +
    +          Replaces all the occurrences of variables within the given source + builder with their matching values from the resolver.
    + booleanreplaceIn(StrBuilder source, + int offset, + int length) + +
    +          Replaces all the occurrences of variables within the given source + builder with their matching values from the resolver.
    + booleanreplaceIn(java.lang.StringBuffer source) + +
    +          Replaces all the occurrences of variables within the given source buffer + with their matching values from the resolver.
    + booleanreplaceIn(java.lang.StringBuffer source, + int offset, + int length) + +
    +          Replaces all the occurrences of variables within the given source buffer + with their matching values from the resolver.
    +static java.lang.StringreplaceSystemProperties(java.lang.Object source) + +
    +          Replaces all the occurrences of variables in the given source object with + their matching values from the system properties.
    +protected  java.lang.StringresolveVariable(java.lang.String variableName, + StrBuilder buf, + int startPos, + int endPos) + +
    +          Internal method that resolves the value of a variable.
    + voidsetEscapeChar(char escapeCharacter) + +
    +          Sets the escape character.
    + StrSubstitutorsetVariablePrefix(char prefix) + +
    +          Sets the variable prefix to use.
    + StrSubstitutorsetVariablePrefix(java.lang.String prefix) + +
    +          Sets the variable prefix to use.
    + StrSubstitutorsetVariablePrefixMatcher(StrMatcher prefixMatcher) + +
    +          Sets the variable prefix matcher currently in use.
    + voidsetVariableResolver(StrLookup variableResolver) + +
    +          Sets the VariableResolver that is used to lookup variables.
    + StrSubstitutorsetVariableSuffix(char suffix) + +
    +          Sets the variable suffix to use.
    + StrSubstitutorsetVariableSuffix(java.lang.String suffix) + +
    +          Sets the variable suffix to use.
    + StrSubstitutorsetVariableSuffixMatcher(StrMatcher suffixMatcher) + +
    +          Sets the variable suffix matcher currently in use.
    +protected  booleansubstitute(StrBuilder buf, + int offset, + int length) + +
    +          Internal method that substitutes the variables.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +DEFAULT_ESCAPE

    +
    +public static final char DEFAULT_ESCAPE
    +
    +
    Constant for the default escape character. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +DEFAULT_PREFIX

    +
    +public static final StrMatcher DEFAULT_PREFIX
    +
    +
    Constant for the default variable prefix. +

    +

    +
    +
    +
    + +

    +DEFAULT_SUFFIX

    +
    +public static final StrMatcher DEFAULT_SUFFIX
    +
    +
    Constant for the default variable suffix. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +StrSubstitutor

    +
    +public StrSubstitutor()
    +
    +
    Creates a new instance with defaults for variable prefix and suffix + and the escaping character. +

    +

    +
    + +

    +StrSubstitutor

    +
    +public StrSubstitutor(java.util.Map valueMap)
    +
    +
    Creates a new instance and initializes it. Uses defaults for variable + prefix and suffix and the escaping character. +

    +

    Parameters:
    valueMap - the map with the variables' values, may be null
    +
    + +

    +StrSubstitutor

    +
    +public StrSubstitutor(java.util.Map valueMap,
    +                      java.lang.String prefix,
    +                      java.lang.String suffix)
    +
    +
    Creates a new instance and initializes it. Uses a default escaping character. +

    +

    Parameters:
    valueMap - the map with the variables' values, may be null
    prefix - the prefix for variables, not null
    suffix - the suffix for variables, not null +
    Throws: +
    java.lang.IllegalArgumentException - if the prefix or suffix is null
    +
    + +

    +StrSubstitutor

    +
    +public StrSubstitutor(java.util.Map valueMap,
    +                      java.lang.String prefix,
    +                      java.lang.String suffix,
    +                      char escape)
    +
    +
    Creates a new instance and initializes it. +

    +

    Parameters:
    valueMap - the map with the variables' values, may be null
    prefix - the prefix for variables, not null
    suffix - the suffix for variables, not null
    escape - the escape character +
    Throws: +
    java.lang.IllegalArgumentException - if the prefix or suffix is null
    +
    + +

    +StrSubstitutor

    +
    +public StrSubstitutor(StrLookup variableResolver)
    +
    +
    Creates a new instance and initializes it. +

    +

    Parameters:
    variableResolver - the variable resolver, may be null
    +
    + +

    +StrSubstitutor

    +
    +public StrSubstitutor(StrLookup variableResolver,
    +                      java.lang.String prefix,
    +                      java.lang.String suffix,
    +                      char escape)
    +
    +
    Creates a new instance and initializes it. +

    +

    Parameters:
    variableResolver - the variable resolver, may be null
    prefix - the prefix for variables, not null
    suffix - the suffix for variables, not null
    escape - the escape character +
    Throws: +
    java.lang.IllegalArgumentException - if the prefix or suffix is null
    +
    + +

    +StrSubstitutor

    +
    +public StrSubstitutor(StrLookup variableResolver,
    +                      StrMatcher prefixMatcher,
    +                      StrMatcher suffixMatcher,
    +                      char escape)
    +
    +
    Creates a new instance and initializes it. +

    +

    Parameters:
    variableResolver - the variable resolver, may be null
    prefixMatcher - the prefix for variables, not null
    suffixMatcher - the suffix for variables, not null
    escape - the escape character +
    Throws: +
    java.lang.IllegalArgumentException - if the prefix or suffix is null
    + + + + + + + + +
    +Method Detail
    + +

    +replace

    +
    +public static java.lang.String replace(java.lang.Object source,
    +                                       java.util.Map valueMap)
    +
    +
    Replaces all the occurrences of variables in the given source object with + their matching values from the map. +

    +

    +
    Parameters:
    source - the source text containing the variables to substitute, null returns null
    valueMap - the map with the values, may be null +
    Returns:
    the result of the replace operation
    +
    +
    +
    + +

    +replace

    +
    +public static java.lang.String replace(java.lang.Object source,
    +                                       java.util.Map valueMap,
    +                                       java.lang.String prefix,
    +                                       java.lang.String suffix)
    +
    +
    Replaces all the occurrences of variables in the given source object with + their matching values from the map. This method allows to specifiy a + custom variable prefix and suffix +

    +

    +
    Parameters:
    source - the source text containing the variables to substitute, null returns null
    valueMap - the map with the values, may be null
    prefix - the prefix of variables, not null
    suffix - the suffix of variables, not null +
    Returns:
    the result of the replace operation +
    Throws: +
    java.lang.IllegalArgumentException - if the prefix or suffix is null
    +
    +
    +
    + +

    +replaceSystemProperties

    +
    +public static java.lang.String replaceSystemProperties(java.lang.Object source)
    +
    +
    Replaces all the occurrences of variables in the given source object with + their matching values from the system properties. +

    +

    +
    Parameters:
    source - the source text containing the variables to substitute, null returns null +
    Returns:
    the result of the replace operation
    +
    +
    +
    + +

    +replace

    +
    +public java.lang.String replace(java.lang.String source)
    +
    +
    Replaces all the occurrences of variables with their matching values + from the resolver using the given source string as a template. +

    +

    +
    Parameters:
    source - the string to replace in, null returns null +
    Returns:
    the result of the replace operation
    +
    +
    +
    + +

    +replace

    +
    +public java.lang.String replace(java.lang.String source,
    +                                int offset,
    +                                int length)
    +
    +
    Replaces all the occurrences of variables with their matching values + from the resolver using the given source string as a template. +

    + Only the specified portion of the string will be processed. + The rest of the string is not processed, and is not returned. +

    +

    +
    Parameters:
    source - the string to replace in, null returns null
    offset - the start offset within the array, must be valid
    length - the length within the array to be processed, must be valid +
    Returns:
    the result of the replace operation
    +
    +
    +
    + +

    +replace

    +
    +public java.lang.String replace(char[] source)
    +
    +
    Replaces all the occurrences of variables with their matching values + from the resolver using the given source array as a template. + The array is not altered by this method. +

    +

    +
    Parameters:
    source - the character array to replace in, not altered, null returns null +
    Returns:
    the result of the replace operation
    +
    +
    +
    + +

    +replace

    +
    +public java.lang.String replace(char[] source,
    +                                int offset,
    +                                int length)
    +
    +
    Replaces all the occurrences of variables with their matching values + from the resolver using the given source array as a template. + The array is not altered by this method. +

    + Only the specified portion of the array will be processed. + The rest of the array is not processed, and is not returned. +

    +

    +
    Parameters:
    source - the character array to replace in, not altered, null returns null
    offset - the start offset within the array, must be valid
    length - the length within the array to be processed, must be valid +
    Returns:
    the result of the replace operation
    +
    +
    +
    + +

    +replace

    +
    +public java.lang.String replace(java.lang.StringBuffer source)
    +
    +
    Replaces all the occurrences of variables with their matching values + from the resolver using the given source buffer as a template. + The buffer is not altered by this method. +

    +

    +
    Parameters:
    source - the buffer to use as a template, not changed, null returns null +
    Returns:
    the result of the replace operation
    +
    +
    +
    + +

    +replace

    +
    +public java.lang.String replace(java.lang.StringBuffer source,
    +                                int offset,
    +                                int length)
    +
    +
    Replaces all the occurrences of variables with their matching values + from the resolver using the given source buffer as a template. + The buffer is not altered by this method. +

    + Only the specified portion of the buffer will be processed. + The rest of the buffer is not processed, and is not returned. +

    +

    +
    Parameters:
    source - the buffer to use as a template, not changed, null returns null
    offset - the start offset within the array, must be valid
    length - the length within the array to be processed, must be valid +
    Returns:
    the result of the replace operation
    +
    +
    +
    + +

    +replace

    +
    +public java.lang.String replace(StrBuilder source)
    +
    +
    Replaces all the occurrences of variables with their matching values + from the resolver using the given source builder as a template. + The builder is not altered by this method. +

    +

    +
    Parameters:
    source - the builder to use as a template, not changed, null returns null +
    Returns:
    the result of the replace operation
    +
    +
    +
    + +

    +replace

    +
    +public java.lang.String replace(StrBuilder source,
    +                                int offset,
    +                                int length)
    +
    +
    Replaces all the occurrences of variables with their matching values + from the resolver using the given source builder as a template. + The builder is not altered by this method. +

    + Only the specified portion of the builder will be processed. + The rest of the builder is not processed, and is not returned. +

    +

    +
    Parameters:
    source - the builder to use as a template, not changed, null returns null
    offset - the start offset within the array, must be valid
    length - the length within the array to be processed, must be valid +
    Returns:
    the result of the replace operation
    +
    +
    +
    + +

    +replace

    +
    +public java.lang.String replace(java.lang.Object source)
    +
    +
    Replaces all the occurrences of variables in the given source object with + their matching values from the resolver. The input source object is + converted to a string using toString and is not altered. +

    +

    +
    Parameters:
    source - the source to replace in, null returns null +
    Returns:
    the result of the replace operation
    +
    +
    +
    + +

    +replaceIn

    +
    +public boolean replaceIn(java.lang.StringBuffer source)
    +
    +
    Replaces all the occurrences of variables within the given source buffer + with their matching values from the resolver. + The buffer is updated with the result. +

    +

    +
    Parameters:
    source - the buffer to replace in, updated, null returns zero +
    Returns:
    true if altered
    +
    +
    +
    + +

    +replaceIn

    +
    +public boolean replaceIn(java.lang.StringBuffer source,
    +                         int offset,
    +                         int length)
    +
    +
    Replaces all the occurrences of variables within the given source buffer + with their matching values from the resolver. + The buffer is updated with the result. +

    + Only the specified portion of the buffer will be processed. + The rest of the buffer is not processed, but it is not deleted. +

    +

    +
    Parameters:
    source - the buffer to replace in, updated, null returns zero
    offset - the start offset within the array, must be valid
    length - the length within the buffer to be processed, must be valid +
    Returns:
    true if altered
    +
    +
    +
    + +

    +replaceIn

    +
    +public boolean replaceIn(StrBuilder source)
    +
    +
    Replaces all the occurrences of variables within the given source + builder with their matching values from the resolver. +

    +

    +
    Parameters:
    source - the builder to replace in, updated, null returns zero +
    Returns:
    true if altered
    +
    +
    +
    + +

    +replaceIn

    +
    +public boolean replaceIn(StrBuilder source,
    +                         int offset,
    +                         int length)
    +
    +
    Replaces all the occurrences of variables within the given source + builder with their matching values from the resolver. +

    + Only the specified portion of the builder will be processed. + The rest of the builder is not processed, but it is not deleted. +

    +

    +
    Parameters:
    source - the builder to replace in, null returns zero
    offset - the start offset within the array, must be valid
    length - the length within the builder to be processed, must be valid +
    Returns:
    true if altered
    +
    +
    +
    + +

    +substitute

    +
    +protected boolean substitute(StrBuilder buf,
    +                             int offset,
    +                             int length)
    +
    +
    Internal method that substitutes the variables. +

    + Most users of this class do not need to call this method. This method will + be called automatically by another (public) method. +

    + Writers of subclasses can override this method if they need access to + the substitution process at the start or end. +

    +

    +
    Parameters:
    buf - the string builder to substitute into, not null
    offset - the start offset within the builder, must be valid
    length - the length within the builder to be processed, must be valid +
    Returns:
    true if altered
    +
    +
    +
    + +

    +resolveVariable

    +
    +protected java.lang.String resolveVariable(java.lang.String variableName,
    +                                           StrBuilder buf,
    +                                           int startPos,
    +                                           int endPos)
    +
    +
    Internal method that resolves the value of a variable. +

    + Most users of this class do not need to call this method. This method is + called automatically by the substitution process. +

    + Writers of subclasses can override this method if they need to alter + how each substitution occurs. The method is passed the variable's name + and must return the corresponding value. This implementation uses the + getVariableResolver() with the variable's name as the key. +

    +

    +
    Parameters:
    variableName - the name of the variable, not null
    buf - the buffer where the substitution is occurring, not null
    startPos - the start position of the variable including the prefix, valid
    endPos - the end position of the variable including the suffix, valid +
    Returns:
    the variable's value or null if the variable is unknown
    +
    +
    +
    + +

    +getEscapeChar

    +
    +public char getEscapeChar()
    +
    +
    Returns the escape character. +

    +

    + +
    Returns:
    the character used for escaping variable references
    +
    +
    +
    + +

    +setEscapeChar

    +
    +public void setEscapeChar(char escapeCharacter)
    +
    +
    Sets the escape character. + If this character is placed before a variable reference in the source + text, this variable will be ignored. +

    +

    +
    Parameters:
    escapeCharacter - the escape character (0 for disabling escaping)
    +
    +
    +
    + +

    +getVariablePrefixMatcher

    +
    +public StrMatcher getVariablePrefixMatcher()
    +
    +
    Gets the variable prefix matcher currently in use. +

    + The variable prefix is the characer or characters that identify the + start of a variable. This prefix is expressed in terms of a matcher + allowing advanced prefix matches. +

    +

    + +
    Returns:
    the prefix matcher in use
    +
    +
    +
    + +

    +setVariablePrefixMatcher

    +
    +public StrSubstitutor setVariablePrefixMatcher(StrMatcher prefixMatcher)
    +
    +
    Sets the variable prefix matcher currently in use. +

    + The variable prefix is the characer or characters that identify the + start of a variable. This prefix is expressed in terms of a matcher + allowing advanced prefix matches. +

    +

    +
    Parameters:
    prefixMatcher - the prefix matcher to use, null ignored +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IllegalArgumentException - if the prefix matcher is null
    +
    +
    +
    + +

    +setVariablePrefix

    +
    +public StrSubstitutor setVariablePrefix(char prefix)
    +
    +
    Sets the variable prefix to use. +

    + The variable prefix is the characer or characters that identify the + start of a variable. This method allows a single character prefix to + be easily set. +

    +

    +
    Parameters:
    prefix - the prefix character to use +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +setVariablePrefix

    +
    +public StrSubstitutor setVariablePrefix(java.lang.String prefix)
    +
    +
    Sets the variable prefix to use. +

    + The variable prefix is the characer or characters that identify the + start of a variable. This method allows a string prefix to be easily set. +

    +

    +
    Parameters:
    prefix - the prefix for variables, not null +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IllegalArgumentException - if the prefix is null
    +
    +
    +
    + +

    +getVariableSuffixMatcher

    +
    +public StrMatcher getVariableSuffixMatcher()
    +
    +
    Gets the variable suffix matcher currently in use. +

    + The variable suffix is the characer or characters that identify the + end of a variable. This suffix is expressed in terms of a matcher + allowing advanced suffix matches. +

    +

    + +
    Returns:
    the suffix matcher in use
    +
    +
    +
    + +

    +setVariableSuffixMatcher

    +
    +public StrSubstitutor setVariableSuffixMatcher(StrMatcher suffixMatcher)
    +
    +
    Sets the variable suffix matcher currently in use. +

    + The variable suffix is the characer or characters that identify the + end of a variable. This suffix is expressed in terms of a matcher + allowing advanced suffix matches. +

    +

    +
    Parameters:
    suffixMatcher - the suffix matcher to use, null ignored +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IllegalArgumentException - if the suffix matcher is null
    +
    +
    +
    + +

    +setVariableSuffix

    +
    +public StrSubstitutor setVariableSuffix(char suffix)
    +
    +
    Sets the variable suffix to use. +

    + The variable suffix is the characer or characters that identify the + end of a variable. This method allows a single character suffix to + be easily set. +

    +

    +
    Parameters:
    suffix - the suffix character to use +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +setVariableSuffix

    +
    +public StrSubstitutor setVariableSuffix(java.lang.String suffix)
    +
    +
    Sets the variable suffix to use. +

    + The variable suffix is the characer or characters that identify the + end of a variable. This method allows a string suffix to be easily set. +

    +

    +
    Parameters:
    suffix - the suffix for variables, not null +
    Returns:
    this, to enable chaining +
    Throws: +
    java.lang.IllegalArgumentException - if the suffix is null
    +
    +
    +
    + +

    +getVariableResolver

    +
    +public StrLookup getVariableResolver()
    +
    +
    Gets the VariableResolver that is used to lookup variables. +

    +

    + +
    Returns:
    the VariableResolver
    +
    +
    +
    + +

    +setVariableResolver

    +
    +public void setVariableResolver(StrLookup variableResolver)
    +
    +
    Sets the VariableResolver that is used to lookup variables. +

    +

    +
    Parameters:
    variableResolver - the VariableResolver
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrTokenizer.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrTokenizer.html new file mode 100644 index 0000000..cc18b62 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/StrTokenizer.html @@ -0,0 +1,1719 @@ + + + + + + + +StrTokenizer (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.text +
    +Class StrTokenizer

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.text.StrTokenizer
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Cloneable, java.util.Iterator, java.util.ListIterator
    +
    +
    +
    +
    public class StrTokenizer
    extends java.lang.Object
    implements java.util.ListIterator, java.lang.Cloneable
    + +

    +Tokenizes a string based based on delimiters (separators) + and supporting quoting and ignored character concepts. +

    + This class can split a String into many smaller strings. It aims + to do a similar job to StringTokenizer, + however it offers much more control and flexibility including implementing + the ListIterator interface. By default, it is set up + like StringTokenizer. +

    + The input String is split into a number of tokens. + Each token is separated from the next String by a delimiter. + One or more delimiter characters must be specified. +

    + Each token may be surrounded by quotes. + The quote matcher specifies the quote character(s). + A quote may be escaped within a quoted section by duplicating itself. +

    + Between each token and the delimiter are potentially characters that need trimming. + The trimmer matcher specifies these characters. + One usage might be to trim whitespace characters. +

    + At any point outside the quotes there might potentially be invalid characters. + The ignored matcher specifies these characters to be removed. + One usage might be to remove new line characters. +

    + Empty tokens may be removed or returned as null. +

    + "a,b,c"         - Three tokens "a","b","c"   (comma delimiter)
    + " a, b , c "    - Three tokens "a","b","c"   (default CSV processing trims whitespace)
    + "a, ", b ,", c" - Three tokens "a, " , " b ", ", c" (quoted text untouched)
    + 
    +

    + + This tokenizer has the following properties and options: + + + + + + + + + + + + + + + + + + + + +
    PropertyTypeDefault
    delimCharSetMatcher{ \t\n\r\f}
    quoteNoneMatcher{}
    ignoreNoneMatcher{}
    emptyTokenAsNullbooleanfalse
    ignoreEmptyTokensbooleantrue
    +

    + +

    +

    +
    Since:
    +
    2.2
    +
    Version:
    +
    $Id: StrTokenizer.java 592077 2007-11-05 16:47:10Z mbenson $
    +
    Author:
    +
    Matthew Inger, Stephen Colebourne, Gary D. Gregory
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Constructor Summary
    StrTokenizer() + +
    +          Constructs a tokenizer splitting on space, tab, newline and formfeed + as per StringTokenizer, but with no text to tokenize.
    StrTokenizer(char[] input) + +
    +          Constructs a tokenizer splitting on space, tab, newline and formfeed + as per StringTokenizer.
    StrTokenizer(char[] input, + char delim) + +
    +          Constructs a tokenizer splitting on the specified character.
    StrTokenizer(char[] input, + char delim, + char quote) + +
    +          Constructs a tokenizer splitting on the specified delimiter character + and handling quotes using the specified quote character.
    StrTokenizer(char[] input, + java.lang.String delim) + +
    +          Constructs a tokenizer splitting on the specified string.
    StrTokenizer(char[] input, + StrMatcher delim) + +
    +          Constructs a tokenizer splitting using the specified delimiter matcher.
    StrTokenizer(char[] input, + StrMatcher delim, + StrMatcher quote) + +
    +          Constructs a tokenizer splitting using the specified delimiter matcher + and handling quotes using the specified quote matcher.
    StrTokenizer(java.lang.String input) + +
    +          Constructs a tokenizer splitting on space, tab, newline and formfeed + as per StringTokenizer.
    StrTokenizer(java.lang.String input, + char delim) + +
    +          Constructs a tokenizer splitting on the specified delimiter character.
    StrTokenizer(java.lang.String input, + char delim, + char quote) + +
    +          Constructs a tokenizer splitting on the specified delimiter character + and handling quotes using the specified quote character.
    StrTokenizer(java.lang.String input, + java.lang.String delim) + +
    +          Constructs a tokenizer splitting on the specified delimiter string.
    StrTokenizer(java.lang.String input, + StrMatcher delim) + +
    +          Constructs a tokenizer splitting using the specified delimiter matcher.
    StrTokenizer(java.lang.String input, + StrMatcher delim, + StrMatcher quote) + +
    +          Constructs a tokenizer splitting using the specified delimiter matcher + and handling quotes using the specified quote matcher.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + voidadd(java.lang.Object obj) + +
    +          Unsupported ListIterator operation.
    + java.lang.Objectclone() + +
    +          Creates a new instance of this Tokenizer.
    + java.lang.StringgetContent() + +
    +          Gets the String content that the tokenizer is parsing.
    +static StrTokenizergetCSVInstance() + +
    +          Gets a new tokenizer instance which parses Comma Separated Value strings + initializing it with the given input.
    +static StrTokenizergetCSVInstance(char[] input) + +
    +          Gets a new tokenizer instance which parses Comma Separated Value strings + initializing it with the given input.
    +static StrTokenizergetCSVInstance(java.lang.String input) + +
    +          Gets a new tokenizer instance which parses Comma Separated Value strings + initializing it with the given input.
    + StrMatchergetDelimiterMatcher() + +
    +          Gets the field delimiter matcher.
    + StrMatchergetIgnoredMatcher() + +
    +          Gets the ignored character matcher.
    + StrMatchergetQuoteMatcher() + +
    +          Gets the quote matcher currently in use.
    + java.lang.String[]getTokenArray() + +
    +          Gets a copy of the full token list as an independent modifiable array.
    + java.util.ListgetTokenList() + +
    +          Gets a copy of the full token list as an independent modifiable list.
    + StrMatchergetTrimmerMatcher() + +
    +          Gets the trimmer character matcher.
    +static StrTokenizergetTSVInstance() + +
    +          Gets a new tokenizer instance which parses Tab Separated Value strings.
    +static StrTokenizergetTSVInstance(char[] input) + +
    +          Gets a new tokenizer instance which parses Tab Separated Value strings.
    +static StrTokenizergetTSVInstance(java.lang.String input) + +
    +          Gets a new tokenizer instance which parses Tab Separated Value strings.
    + booleanhasNext() + +
    +          Checks whether there are any more tokens.
    + booleanhasPrevious() + +
    +          Checks whether there are any previous tokens that can be iterated to.
    + booleanisEmptyTokenAsNull() + +
    +          Gets whether the tokenizer currently returns empty tokens as null.
    + booleanisIgnoreEmptyTokens() + +
    +          Gets whether the tokenizer currently ignores empty tokens.
    + java.lang.Objectnext() + +
    +          Gets the next token.
    + intnextIndex() + +
    +          Gets the index of the next token to return.
    + java.lang.StringnextToken() + +
    +          Gets the next token from the String.
    + java.lang.Objectprevious() + +
    +          Gets the token previous to the last returned token.
    + intpreviousIndex() + +
    +          Gets the index of the previous token.
    + java.lang.StringpreviousToken() + +
    +          Gets the previous token from the String.
    + voidremove() + +
    +          Unsupported ListIterator operation.
    + StrTokenizerreset() + +
    +          Resets this tokenizer, forgetting all parsing and iteration already completed.
    + StrTokenizerreset(char[] input) + +
    +          Reset this tokenizer, giving it a new input string to parse.
    + StrTokenizerreset(java.lang.String input) + +
    +          Reset this tokenizer, giving it a new input string to parse.
    + voidset(java.lang.Object obj) + +
    +          Unsupported ListIterator operation.
    + StrTokenizersetDelimiterChar(char delim) + +
    +          Sets the field delimiter character.
    + StrTokenizersetDelimiterMatcher(StrMatcher delim) + +
    +          Sets the field delimiter matcher.
    + StrTokenizersetDelimiterString(java.lang.String delim) + +
    +          Sets the field delimiter string.
    + StrTokenizersetEmptyTokenAsNull(boolean emptyAsNull) + +
    +          Sets whether the tokenizer should return empty tokens as null.
    + StrTokenizersetIgnoredChar(char ignored) + +
    +          Set the character to ignore.
    + StrTokenizersetIgnoredMatcher(StrMatcher ignored) + +
    +          Set the matcher for characters to ignore.
    + StrTokenizersetIgnoreEmptyTokens(boolean ignoreEmptyTokens) + +
    +          Sets whether the tokenizer should ignore and not return empty tokens.
    + StrTokenizersetQuoteChar(char quote) + +
    +          Sets the quote character to use.
    + StrTokenizersetQuoteMatcher(StrMatcher quote) + +
    +          Set the quote matcher to use.
    + StrTokenizersetTrimmerMatcher(StrMatcher trimmer) + +
    +          Sets the matcher for characters to trim.
    + intsize() + +
    +          Gets the number of tokens found in the String.
    +protected  java.util.Listtokenize(char[] chars, + int offset, + int count) + +
    +          Internal method to performs the tokenization.
    + java.lang.StringtoString() + +
    +          Gets the String content that the tokenizer is parsing.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +StrTokenizer

    +
    +public StrTokenizer()
    +
    +
    Constructs a tokenizer splitting on space, tab, newline and formfeed + as per StringTokenizer, but with no text to tokenize. +

    + This constructor is normally used with reset(String). +

    +

    +
    + +

    +StrTokenizer

    +
    +public StrTokenizer(java.lang.String input)
    +
    +
    Constructs a tokenizer splitting on space, tab, newline and formfeed + as per StringTokenizer. +

    +

    Parameters:
    input - the string which is to be parsed
    +
    + +

    +StrTokenizer

    +
    +public StrTokenizer(java.lang.String input,
    +                    char delim)
    +
    +
    Constructs a tokenizer splitting on the specified delimiter character. +

    +

    Parameters:
    input - the string which is to be parsed
    delim - the field delimiter character
    +
    + +

    +StrTokenizer

    +
    +public StrTokenizer(java.lang.String input,
    +                    java.lang.String delim)
    +
    +
    Constructs a tokenizer splitting on the specified delimiter string. +

    +

    Parameters:
    input - the string which is to be parsed
    delim - the field delimiter string
    +
    + +

    +StrTokenizer

    +
    +public StrTokenizer(java.lang.String input,
    +                    StrMatcher delim)
    +
    +
    Constructs a tokenizer splitting using the specified delimiter matcher. +

    +

    Parameters:
    input - the string which is to be parsed
    delim - the field delimiter matcher
    +
    + +

    +StrTokenizer

    +
    +public StrTokenizer(java.lang.String input,
    +                    char delim,
    +                    char quote)
    +
    +
    Constructs a tokenizer splitting on the specified delimiter character + and handling quotes using the specified quote character. +

    +

    Parameters:
    input - the string which is to be parsed
    delim - the field delimiter character
    quote - the field quoted string character
    +
    + +

    +StrTokenizer

    +
    +public StrTokenizer(java.lang.String input,
    +                    StrMatcher delim,
    +                    StrMatcher quote)
    +
    +
    Constructs a tokenizer splitting using the specified delimiter matcher + and handling quotes using the specified quote matcher. +

    +

    Parameters:
    input - the string which is to be parsed
    delim - the field delimiter matcher
    quote - the field quoted string matcher
    +
    + +

    +StrTokenizer

    +
    +public StrTokenizer(char[] input)
    +
    +
    Constructs a tokenizer splitting on space, tab, newline and formfeed + as per StringTokenizer. +

    + The input character array is not cloned, and must not be altered after + passing in to this method. +

    +

    Parameters:
    input - the string which is to be parsed, not cloned
    +
    + +

    +StrTokenizer

    +
    +public StrTokenizer(char[] input,
    +                    char delim)
    +
    +
    Constructs a tokenizer splitting on the specified character. +

    + The input character array is not cloned, and must not be altered after + passing in to this method. +

    +

    Parameters:
    input - the string which is to be parsed, not cloned
    delim - the field delimiter character
    +
    + +

    +StrTokenizer

    +
    +public StrTokenizer(char[] input,
    +                    java.lang.String delim)
    +
    +
    Constructs a tokenizer splitting on the specified string. +

    + The input character array is not cloned, and must not be altered after + passing in to this method. +

    +

    Parameters:
    input - the string which is to be parsed, not cloned
    delim - the field delimiter string
    +
    + +

    +StrTokenizer

    +
    +public StrTokenizer(char[] input,
    +                    StrMatcher delim)
    +
    +
    Constructs a tokenizer splitting using the specified delimiter matcher. +

    + The input character array is not cloned, and must not be altered after + passing in to this method. +

    +

    Parameters:
    input - the string which is to be parsed, not cloned
    delim - the field delimiter matcher
    +
    + +

    +StrTokenizer

    +
    +public StrTokenizer(char[] input,
    +                    char delim,
    +                    char quote)
    +
    +
    Constructs a tokenizer splitting on the specified delimiter character + and handling quotes using the specified quote character. +

    + The input character array is not cloned, and must not be altered after + passing in to this method. +

    +

    Parameters:
    input - the string which is to be parsed, not cloned
    delim - the field delimiter character
    quote - the field quoted string character
    +
    + +

    +StrTokenizer

    +
    +public StrTokenizer(char[] input,
    +                    StrMatcher delim,
    +                    StrMatcher quote)
    +
    +
    Constructs a tokenizer splitting using the specified delimiter matcher + and handling quotes using the specified quote matcher. +

    + The input character array is not cloned, and must not be altered after + passing in to this method. +

    +

    Parameters:
    input - the string which is to be parsed, not cloned
    delim - the field delimiter character
    quote - the field quoted string character
    + + + + + + + + +
    +Method Detail
    + +

    +getCSVInstance

    +
    +public static StrTokenizer getCSVInstance()
    +
    +
    Gets a new tokenizer instance which parses Comma Separated Value strings + initializing it with the given input. The default for CSV processing + will be trim whitespace from both ends (which can be overridden with + the setTrimmer method). +

    + You must call a "reset" method to set the string which you want to parse. +

    +

    +
    +
    +
    + +
    Returns:
    a new tokenizer instance which parses Comma Separated Value strings
    +
    +
    +
    + +

    +getCSVInstance

    +
    +public static StrTokenizer getCSVInstance(java.lang.String input)
    +
    +
    Gets a new tokenizer instance which parses Comma Separated Value strings + initializing it with the given input. The default for CSV processing + will be trim whitespace from both ends (which can be overridden with + the setTrimmer method). +

    +

    +
    +
    +
    +
    Parameters:
    input - the text to parse +
    Returns:
    a new tokenizer instance which parses Comma Separated Value strings
    +
    +
    +
    + +

    +getCSVInstance

    +
    +public static StrTokenizer getCSVInstance(char[] input)
    +
    +
    Gets a new tokenizer instance which parses Comma Separated Value strings + initializing it with the given input. The default for CSV processing + will be trim whitespace from both ends (which can be overridden with + the setTrimmer method). +

    +

    +
    +
    +
    +
    Parameters:
    input - the text to parse +
    Returns:
    a new tokenizer instance which parses Comma Separated Value strings
    +
    +
    +
    + +

    +getTSVInstance

    +
    +public static StrTokenizer getTSVInstance()
    +
    +
    Gets a new tokenizer instance which parses Tab Separated Value strings. + The default for CSV processing will be trim whitespace from both ends + (which can be overridden with the setTrimmer method). +

    + You must call a "reset" method to set the string which you want to parse. +

    +

    +
    +
    +
    + +
    Returns:
    a new tokenizer instance which parses Tab Separated Value strings.
    +
    +
    +
    + +

    +getTSVInstance

    +
    +public static StrTokenizer getTSVInstance(java.lang.String input)
    +
    +
    Gets a new tokenizer instance which parses Tab Separated Value strings. + The default for CSV processing will be trim whitespace from both ends + (which can be overridden with the setTrimmer method). +

    +

    +
    +
    +
    +
    Parameters:
    input - the string to parse +
    Returns:
    a new tokenizer instance which parses Tab Separated Value strings.
    +
    +
    +
    + +

    +getTSVInstance

    +
    +public static StrTokenizer getTSVInstance(char[] input)
    +
    +
    Gets a new tokenizer instance which parses Tab Separated Value strings. + The default for CSV processing will be trim whitespace from both ends + (which can be overridden with the setTrimmer method). +

    +

    +
    +
    +
    +
    Parameters:
    input - the string to parse +
    Returns:
    a new tokenizer instance which parses Tab Separated Value strings.
    +
    +
    +
    + +

    +size

    +
    +public int size()
    +
    +
    Gets the number of tokens found in the String. +

    +

    +
    +
    +
    + +
    Returns:
    the number of matched tokens
    +
    +
    +
    + +

    +nextToken

    +
    +public java.lang.String nextToken()
    +
    +
    Gets the next token from the String. +

    +

    +
    +
    +
    + +
    Returns:
    the next sequential token, or null when no more tokens are found
    +
    +
    +
    + +

    +previousToken

    +
    +public java.lang.String previousToken()
    +
    +
    Gets the previous token from the String. +

    +

    +
    +
    +
    + +
    Returns:
    the previous sequential token, or null when no more tokens are found
    +
    +
    +
    + +

    +getTokenArray

    +
    +public java.lang.String[] getTokenArray()
    +
    +
    Gets a copy of the full token list as an independent modifiable array. +

    +

    +
    +
    +
    + +
    Returns:
    the tokens as a String array
    +
    +
    +
    + +

    +getTokenList

    +
    +public java.util.List getTokenList()
    +
    +
    Gets a copy of the full token list as an independent modifiable list. +

    +

    +
    +
    +
    + +
    Returns:
    the tokens as a String array
    +
    +
    +
    + +

    +reset

    +
    +public StrTokenizer reset()
    +
    +
    Resets this tokenizer, forgetting all parsing and iteration already completed. +

    + This method allows the same tokenizer to be reused for the same String. +

    +

    +
    +
    +
    + +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +reset

    +
    +public StrTokenizer reset(java.lang.String input)
    +
    +
    Reset this tokenizer, giving it a new input string to parse. + In this manner you can re-use a tokenizer with the same settings + on multiple input lines. +

    +

    +
    +
    +
    +
    Parameters:
    input - the new string to tokenize, null sets no text to parse +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +reset

    +
    +public StrTokenizer reset(char[] input)
    +
    +
    Reset this tokenizer, giving it a new input string to parse. + In this manner you can re-use a tokenizer with the same settings + on multiple input lines. +

    + The input character array is not cloned, and must not be altered after + passing in to this method. +

    +

    +
    +
    +
    +
    Parameters:
    input - the new character array to tokenize, not cloned, null sets no text to parse +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +hasNext

    +
    +public boolean hasNext()
    +
    +
    Checks whether there are any more tokens. +

    +

    +
    Specified by:
    hasNext in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    true if there are more tokens
    +
    +
    +
    + +

    +next

    +
    +public java.lang.Object next()
    +
    +
    Gets the next token. This method is equivalent to nextToken(). +

    +

    +
    Specified by:
    next in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the next String token
    +
    +
    +
    + +

    +nextIndex

    +
    +public int nextIndex()
    +
    +
    Gets the index of the next token to return. +

    +

    +
    Specified by:
    nextIndex in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the next token index
    +
    +
    +
    + +

    +hasPrevious

    +
    +public boolean hasPrevious()
    +
    +
    Checks whether there are any previous tokens that can be iterated to. +

    +

    +
    Specified by:
    hasPrevious in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    true if there are previous tokens
    +
    +
    +
    + +

    +previous

    +
    +public java.lang.Object previous()
    +
    +
    Gets the token previous to the last returned token. +

    +

    +
    Specified by:
    previous in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the previous token
    +
    +
    +
    + +

    +previousIndex

    +
    +public int previousIndex()
    +
    +
    Gets the index of the previous token. +

    +

    +
    Specified by:
    previousIndex in interface java.util.ListIterator
    +
    +
    + +
    Returns:
    the previous token index
    +
    +
    +
    + +

    +remove

    +
    +public void remove()
    +
    +
    Unsupported ListIterator operation. +

    +

    +
    Specified by:
    remove in interface java.util.ListIterator
    +
    +
    + +
    Throws: +
    java.lang.UnsupportedOperationException - always
    +
    +
    +
    + +

    +set

    +
    +public void set(java.lang.Object obj)
    +
    +
    Unsupported ListIterator operation. +

    +

    +
    Specified by:
    set in interface java.util.ListIterator
    +
    +
    +
    Parameters:
    obj - this parameter ignored. +
    Throws: +
    java.lang.UnsupportedOperationException - always
    +
    +
    +
    + +

    +add

    +
    +public void add(java.lang.Object obj)
    +
    +
    Unsupported ListIterator operation. +

    +

    +
    Specified by:
    add in interface java.util.ListIterator
    +
    +
    +
    Parameters:
    obj - this parameter ignored. +
    Throws: +
    java.lang.UnsupportedOperationException - always
    +
    +
    +
    + +

    +tokenize

    +
    +protected java.util.List tokenize(char[] chars,
    +                                  int offset,
    +                                  int count)
    +
    +
    Internal method to performs the tokenization. +

    + Most users of this class do not need to call this method. This method + will be called automatically by other (public) methods when required. +

    + This method exists to allow subclasses to add code before or after the + tokenization. For example, a subclass could alter the character array, + offset or count to be parsed, or call the tokenizer multiple times on + multiple strings. It is also be possible to filter the results. +

    + StrTokenizer will always pass a zero offset and a count + equal to the length of the array to this method, however a subclass + may pass other values, or even an entirely different array. +

    +

    +
    +
    +
    +
    Parameters:
    chars - the character array being tokenized, may be null
    offset - the start position within the character array, must be valid
    count - the number of characters to tokenize, must be valid +
    Returns:
    the modifiable list of String tokens, unmodifiable if null array or zero count
    +
    +
    +
    + +

    +getDelimiterMatcher

    +
    +public StrMatcher getDelimiterMatcher()
    +
    +
    Gets the field delimiter matcher. +

    +

    +
    +
    +
    + +
    Returns:
    the delimiter matcher in use
    +
    +
    +
    + +

    +setDelimiterMatcher

    +
    +public StrTokenizer setDelimiterMatcher(StrMatcher delim)
    +
    +
    Sets the field delimiter matcher. +

    + The delimitier is used to separate one token from another. +

    +

    +
    +
    +
    +
    Parameters:
    delim - the delimiter matcher to use +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +setDelimiterChar

    +
    +public StrTokenizer setDelimiterChar(char delim)
    +
    +
    Sets the field delimiter character. +

    +

    +
    +
    +
    +
    Parameters:
    delim - the delimiter character to use +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +setDelimiterString

    +
    +public StrTokenizer setDelimiterString(java.lang.String delim)
    +
    +
    Sets the field delimiter string. +

    +

    +
    +
    +
    +
    Parameters:
    delim - the delimiter string to use +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +getQuoteMatcher

    +
    +public StrMatcher getQuoteMatcher()
    +
    +
    Gets the quote matcher currently in use. +

    + The quote character is used to wrap data between the tokens. + This enables delimiters to be entered as data. + The default value is '"' (double quote). +

    +

    +
    +
    +
    + +
    Returns:
    the quote matcher in use
    +
    +
    +
    + +

    +setQuoteMatcher

    +
    +public StrTokenizer setQuoteMatcher(StrMatcher quote)
    +
    +
    Set the quote matcher to use. +

    + The quote character is used to wrap data between the tokens. + This enables delimiters to be entered as data. +

    +

    +
    +
    +
    +
    Parameters:
    quote - the quote matcher to use, null ignored +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +setQuoteChar

    +
    +public StrTokenizer setQuoteChar(char quote)
    +
    +
    Sets the quote character to use. +

    + The quote character is used to wrap data between the tokens. + This enables delimiters to be entered as data. +

    +

    +
    +
    +
    +
    Parameters:
    quote - the quote character to use +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +getIgnoredMatcher

    +
    +public StrMatcher getIgnoredMatcher()
    +
    +
    Gets the ignored character matcher. +

    + These characters are ignored when parsing the String, unless they are + within a quoted region. + The default value is not to ignore anything. +

    +

    +
    +
    +
    + +
    Returns:
    the ignored matcher in use
    +
    +
    +
    + +

    +setIgnoredMatcher

    +
    +public StrTokenizer setIgnoredMatcher(StrMatcher ignored)
    +
    +
    Set the matcher for characters to ignore. +

    + These characters are ignored when parsing the String, unless they are + within a quoted region. +

    +

    +
    +
    +
    +
    Parameters:
    ignored - the ignored matcher to use, null ignored +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +setIgnoredChar

    +
    +public StrTokenizer setIgnoredChar(char ignored)
    +
    +
    Set the character to ignore. +

    + This character is ignored when parsing the String, unless it is + within a quoted region. +

    +

    +
    +
    +
    +
    Parameters:
    ignored - the ignored character to use +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +getTrimmerMatcher

    +
    +public StrMatcher getTrimmerMatcher()
    +
    +
    Gets the trimmer character matcher. +

    + These characters are trimmed off on each side of the delimiter + until the token or quote is found. + The default value is not to trim anything. +

    +

    +
    +
    +
    + +
    Returns:
    the trimmer matcher in use
    +
    +
    +
    + +

    +setTrimmerMatcher

    +
    +public StrTokenizer setTrimmerMatcher(StrMatcher trimmer)
    +
    +
    Sets the matcher for characters to trim. +

    + These characters are trimmed off on each side of the delimiter + until the token or quote is found. +

    +

    +
    +
    +
    +
    Parameters:
    trimmer - the trimmer matcher to use, null ignored +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +isEmptyTokenAsNull

    +
    +public boolean isEmptyTokenAsNull()
    +
    +
    Gets whether the tokenizer currently returns empty tokens as null. + The default for this property is false. +

    +

    +
    +
    +
    + +
    Returns:
    true if empty tokens are returned as null
    +
    +
    +
    + +

    +setEmptyTokenAsNull

    +
    +public StrTokenizer setEmptyTokenAsNull(boolean emptyAsNull)
    +
    +
    Sets whether the tokenizer should return empty tokens as null. + The default for this property is false. +

    +

    +
    +
    +
    +
    Parameters:
    emptyAsNull - whether empty tokens are returned as null +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +isIgnoreEmptyTokens

    +
    +public boolean isIgnoreEmptyTokens()
    +
    +
    Gets whether the tokenizer currently ignores empty tokens. + The default for this property is true. +

    +

    +
    +
    +
    + +
    Returns:
    true if empty tokens are not returned
    +
    +
    +
    + +

    +setIgnoreEmptyTokens

    +
    +public StrTokenizer setIgnoreEmptyTokens(boolean ignoreEmptyTokens)
    +
    +
    Sets whether the tokenizer should ignore and not return empty tokens. + The default for this property is true. +

    +

    +
    +
    +
    +
    Parameters:
    ignoreEmptyTokens - whether empty tokens are not returned +
    Returns:
    this, to enable chaining
    +
    +
    +
    + +

    +getContent

    +
    +public java.lang.String getContent()
    +
    +
    Gets the String content that the tokenizer is parsing. +

    +

    +
    +
    +
    + +
    Returns:
    the string content being parsed
    +
    +
    +
    + +

    +clone

    +
    +public java.lang.Object clone()
    +
    +
    Creates a new instance of this Tokenizer. The new instance is reset so + that it will be at the start of the token list. + If a CloneNotSupportedException is caught, return null. +

    +

    +
    +
    +
    + +
    Returns:
    a new instance of this Tokenizer which has been reset.
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +
    Gets the String content that the tokenizer is parsing. +

    +

    +
    +
    +
    + +
    Returns:
    the string content being parsed
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/CompositeFormat.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/CompositeFormat.html new file mode 100644 index 0000000..bdef19f --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/CompositeFormat.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.text.CompositeFormat (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.text.CompositeFormat

    +
    +No usage of org.apache.commons.lang.text.CompositeFormat +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/ExtendedMessageFormat.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/ExtendedMessageFormat.html new file mode 100644 index 0000000..55bfb12 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/ExtendedMessageFormat.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.text.ExtendedMessageFormat (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.text.ExtendedMessageFormat

    +
    +No usage of org.apache.commons.lang.text.ExtendedMessageFormat +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/FormatFactory.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/FormatFactory.html new file mode 100644 index 0000000..9ca1960 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/FormatFactory.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Interface org.apache.commons.lang.text.FormatFactory (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Interface
    org.apache.commons.lang.text.FormatFactory

    +
    +No usage of org.apache.commons.lang.text.FormatFactory +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrBuilder.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrBuilder.html new file mode 100644 index 0000000..fed15fa --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrBuilder.html @@ -0,0 +1,1008 @@ + + + + + + + +Uses of Class org.apache.commons.lang.text.StrBuilder (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.text.StrBuilder

    +
    + + + + + + + + + +
    +Packages that use StrBuilder
    org.apache.commons.lang.text +Provides classes for handling and manipulating text, partly as an extension to java.text
    +  +

    + + + + + +
    +Uses of StrBuilder in org.apache.commons.lang.text
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.text that return StrBuilder
    + StrBuilderStrBuilder.setNewLineText(java.lang.String newLine) + +
    +          Sets the text to be appended when a new line is added.
    + StrBuilderStrBuilder.setNullText(java.lang.String nullText) + +
    +          Sets the text to be appended when null is added.
    + StrBuilderStrBuilder.setLength(int length) + +
    +          Updates the length of the builder by either dropping the last characters + or adding filler of unicode zero.
    + StrBuilderStrBuilder.ensureCapacity(int capacity) + +
    +          Checks the capacity and ensures that it is at least the size specified.
    + StrBuilderStrBuilder.minimizeCapacity() + +
    +          Minimizes the capacity to the actual length of the string.
    + StrBuilderStrBuilder.clear() + +
    +          Clears the string builder (convenience Collections API style method).
    + StrBuilderStrBuilder.setCharAt(int index, + char ch) + +
    +          Sets the character at the specified index.
    + StrBuilderStrBuilder.deleteCharAt(int index) + +
    +          Deletes the character at the specified index.
    + StrBuilderStrBuilder.appendNewLine() + +
    +          Appends the new line string to this string builder.
    + StrBuilderStrBuilder.appendNull() + +
    +          Appends the text representing null to this string builder.
    + StrBuilderStrBuilder.append(java.lang.Object obj) + +
    +          Appends an object to this string builder.
    + StrBuilderStrBuilder.append(java.lang.String str) + +
    +          Appends a string to this string builder.
    + StrBuilderStrBuilder.append(java.lang.String str, + int startIndex, + int length) + +
    +          Appends part of a string to this string builder.
    + StrBuilderStrBuilder.append(java.lang.StringBuffer str) + +
    +          Appends a string buffer to this string builder.
    + StrBuilderStrBuilder.append(java.lang.StringBuffer str, + int startIndex, + int length) + +
    +          Appends part of a string buffer to this string builder.
    + StrBuilderStrBuilder.append(StrBuilder str) + +
    +          Appends another string builder to this string builder.
    + StrBuilderStrBuilder.append(StrBuilder str, + int startIndex, + int length) + +
    +          Appends part of a string builder to this string builder.
    + StrBuilderStrBuilder.append(char[] chars) + +
    +          Appends a char array to the string builder.
    + StrBuilderStrBuilder.append(char[] chars, + int startIndex, + int length) + +
    +          Appends a char array to the string builder.
    + StrBuilderStrBuilder.append(boolean value) + +
    +          Appends a boolean value to the string builder.
    + StrBuilderStrBuilder.append(char ch) + +
    +          Appends a char value to the string builder.
    + StrBuilderStrBuilder.append(int value) + +
    +          Appends an int value to the string builder using String.valueOf.
    + StrBuilderStrBuilder.append(long value) + +
    +          Appends a long value to the string builder using String.valueOf.
    + StrBuilderStrBuilder.append(float value) + +
    +          Appends a float value to the string builder using String.valueOf.
    + StrBuilderStrBuilder.append(double value) + +
    +          Appends a double value to the string builder using String.valueOf.
    + StrBuilderStrBuilder.appendln(java.lang.Object obj) + +
    +          Appends an object followed by a new line to this string builder.
    + StrBuilderStrBuilder.appendln(java.lang.String str) + +
    +          Appends a string followed by a new line to this string builder.
    + StrBuilderStrBuilder.appendln(java.lang.String str, + int startIndex, + int length) + +
    +          Appends part of a string followed by a new line to this string builder.
    + StrBuilderStrBuilder.appendln(java.lang.StringBuffer str) + +
    +          Appends a string buffer followed by a new line to this string builder.
    + StrBuilderStrBuilder.appendln(java.lang.StringBuffer str, + int startIndex, + int length) + +
    +          Appends part of a string buffer followed by a new line to this string builder.
    + StrBuilderStrBuilder.appendln(StrBuilder str) + +
    +          Appends another string builder followed by a new line to this string builder.
    + StrBuilderStrBuilder.appendln(StrBuilder str, + int startIndex, + int length) + +
    +          Appends part of a string builder followed by a new line to this string builder.
    + StrBuilderStrBuilder.appendln(char[] chars) + +
    +          Appends a char array followed by a new line to the string builder.
    + StrBuilderStrBuilder.appendln(char[] chars, + int startIndex, + int length) + +
    +          Appends a char array followed by a new line to the string builder.
    + StrBuilderStrBuilder.appendln(boolean value) + +
    +          Appends a boolean value followed by a new line to the string builder.
    + StrBuilderStrBuilder.appendln(char ch) + +
    +          Appends a char value followed by a new line to the string builder.
    + StrBuilderStrBuilder.appendln(int value) + +
    +          Appends an int value followed by a new line to the string builder using String.valueOf.
    + StrBuilderStrBuilder.appendln(long value) + +
    +          Appends a long value followed by a new line to the string builder using String.valueOf.
    + StrBuilderStrBuilder.appendln(float value) + +
    +          Appends a float value followed by a new line to the string builder using String.valueOf.
    + StrBuilderStrBuilder.appendln(double value) + +
    +          Appends a double value followed by a new line to the string builder using String.valueOf.
    + StrBuilderStrBuilder.appendAll(java.lang.Object[] array) + +
    +          Appends each item in an array to the builder without any separators.
    + StrBuilderStrBuilder.appendAll(java.util.Collection coll) + +
    +          Appends each item in a collection to the builder without any separators.
    + StrBuilderStrBuilder.appendAll(java.util.Iterator it) + +
    +          Appends each item in an iterator to the builder without any separators.
    + StrBuilderStrBuilder.appendWithSeparators(java.lang.Object[] array, + java.lang.String separator) + +
    +          Appends an array placing separators between each value, but + not before the first or after the last.
    + StrBuilderStrBuilder.appendWithSeparators(java.util.Collection coll, + java.lang.String separator) + +
    +          Appends a collection placing separators between each value, but + not before the first or after the last.
    + StrBuilderStrBuilder.appendWithSeparators(java.util.Iterator it, + java.lang.String separator) + +
    +          Appends an iterator placing separators between each value, but + not before the first or after the last.
    + StrBuilderStrBuilder.appendSeparator(java.lang.String separator) + +
    +          Appends a separator if the builder is currently non-empty.
    + StrBuilderStrBuilder.appendSeparator(char separator) + +
    +          Appends a separator if the builder is currently non-empty.
    + StrBuilderStrBuilder.appendSeparator(java.lang.String separator, + int loopIndex) + +
    +          Appends a separator to the builder if the loop index is greater than zero.
    + StrBuilderStrBuilder.appendSeparator(char separator, + int loopIndex) + +
    +          Appends a separator to the builder if the loop index is greater than zero.
    + StrBuilderStrBuilder.appendPadding(int length, + char padChar) + +
    +          Appends the pad character to the builder the specified number of times.
    + StrBuilderStrBuilder.appendFixedWidthPadLeft(java.lang.Object obj, + int width, + char padChar) + +
    +          Appends an object to the builder padding on the left to a fixed width.
    + StrBuilderStrBuilder.appendFixedWidthPadLeft(int value, + int width, + char padChar) + +
    +          Appends an object to the builder padding on the left to a fixed width.
    + StrBuilderStrBuilder.appendFixedWidthPadRight(java.lang.Object obj, + int width, + char padChar) + +
    +          Appends an object to the builder padding on the right to a fixed length.
    + StrBuilderStrBuilder.appendFixedWidthPadRight(int value, + int width, + char padChar) + +
    +          Appends an object to the builder padding on the right to a fixed length.
    + StrBuilderStrBuilder.insert(int index, + java.lang.Object obj) + +
    +          Inserts the string representation of an object into this builder.
    + StrBuilderStrBuilder.insert(int index, + java.lang.String str) + +
    +          Inserts the string into this builder.
    + StrBuilderStrBuilder.insert(int index, + char[] chars) + +
    +          Inserts the character array into this builder.
    + StrBuilderStrBuilder.insert(int index, + char[] chars, + int offset, + int length) + +
    +          Inserts part of the character array into this builder.
    + StrBuilderStrBuilder.insert(int index, + boolean value) + +
    +          Inserts the value into this builder.
    + StrBuilderStrBuilder.insert(int index, + char value) + +
    +          Inserts the value into this builder.
    + StrBuilderStrBuilder.insert(int index, + int value) + +
    +          Inserts the value into this builder.
    + StrBuilderStrBuilder.insert(int index, + long value) + +
    +          Inserts the value into this builder.
    + StrBuilderStrBuilder.insert(int index, + float value) + +
    +          Inserts the value into this builder.
    + StrBuilderStrBuilder.insert(int index, + double value) + +
    +          Inserts the value into this builder.
    + StrBuilderStrBuilder.delete(int startIndex, + int endIndex) + +
    +          Deletes the characters between the two specified indices.
    + StrBuilderStrBuilder.deleteAll(char ch) + +
    +          Deletes the character wherever it occurs in the builder.
    + StrBuilderStrBuilder.deleteFirst(char ch) + +
    +          Deletes the character wherever it occurs in the builder.
    + StrBuilderStrBuilder.deleteAll(java.lang.String str) + +
    +          Deletes the string wherever it occurs in the builder.
    + StrBuilderStrBuilder.deleteFirst(java.lang.String str) + +
    +          Deletes the string wherever it occurs in the builder.
    + StrBuilderStrBuilder.deleteAll(StrMatcher matcher) + +
    +          Deletes all parts of the builder that the matcher matches.
    + StrBuilderStrBuilder.deleteFirst(StrMatcher matcher) + +
    +          Deletes the first match within the builder using the specified matcher.
    + StrBuilderStrBuilder.replace(int startIndex, + int endIndex, + java.lang.String replaceStr) + +
    +          Replaces a portion of the string builder with another string.
    + StrBuilderStrBuilder.replaceAll(char search, + char replace) + +
    +          Replaces the search character with the replace character + throughout the builder.
    + StrBuilderStrBuilder.replaceFirst(char search, + char replace) + +
    +          Replaces the first instance of the search character with the + replace character in the builder.
    + StrBuilderStrBuilder.replaceAll(java.lang.String searchStr, + java.lang.String replaceStr) + +
    +          Replaces the search string with the replace string throughout the builder.
    + StrBuilderStrBuilder.replaceFirst(java.lang.String searchStr, + java.lang.String replaceStr) + +
    +          Replaces the first instance of the search string with the replace string.
    + StrBuilderStrBuilder.replaceAll(StrMatcher matcher, + java.lang.String replaceStr) + +
    +          Replaces all matches within the builder with the replace string.
    + StrBuilderStrBuilder.replaceFirst(StrMatcher matcher, + java.lang.String replaceStr) + +
    +          Replaces the first match within the builder with the replace string.
    + StrBuilderStrBuilder.replace(StrMatcher matcher, + java.lang.String replaceStr, + int startIndex, + int endIndex, + int replaceCount) + +
    +          Advanced search and replaces within the builder using a matcher.
    + StrBuilderStrBuilder.reverse() + +
    +          Reverses the string builder placing each character in the opposite index.
    + StrBuilderStrBuilder.trim() + +
    +          Trims the builder by removing characters less than or equal to a space + from the beginning and end.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.text with parameters of type StrBuilder
    + java.lang.StringStrSubstitutor.replace(StrBuilder source) + +
    +          Replaces all the occurrences of variables with their matching values + from the resolver using the given source builder as a template.
    + java.lang.StringStrSubstitutor.replace(StrBuilder source, + int offset, + int length) + +
    +          Replaces all the occurrences of variables with their matching values + from the resolver using the given source builder as a template.
    + booleanStrSubstitutor.replaceIn(StrBuilder source) + +
    +          Replaces all the occurrences of variables within the given source + builder with their matching values from the resolver.
    + booleanStrSubstitutor.replaceIn(StrBuilder source, + int offset, + int length) + +
    +          Replaces all the occurrences of variables within the given source + builder with their matching values from the resolver.
    +protected  booleanStrSubstitutor.substitute(StrBuilder buf, + int offset, + int length) + +
    +          Internal method that substitutes the variables.
    +protected  java.lang.StringStrSubstitutor.resolveVariable(java.lang.String variableName, + StrBuilder buf, + int startPos, + int endPos) + +
    +          Internal method that resolves the value of a variable.
    + StrBuilderStrBuilder.append(StrBuilder str) + +
    +          Appends another string builder to this string builder.
    + StrBuilderStrBuilder.append(StrBuilder str, + int startIndex, + int length) + +
    +          Appends part of a string builder to this string builder.
    + StrBuilderStrBuilder.appendln(StrBuilder str) + +
    +          Appends another string builder followed by a new line to this string builder.
    + StrBuilderStrBuilder.appendln(StrBuilder str, + int startIndex, + int length) + +
    +          Appends part of a string builder followed by a new line to this string builder.
    + booleanStrBuilder.equalsIgnoreCase(StrBuilder other) + +
    +          Checks the contents of this builder against another to see if they + contain the same character content ignoring case.
    + booleanStrBuilder.equals(StrBuilder other) + +
    +          Checks the contents of this builder against another to see if they + contain the same character content.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrLookup.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrLookup.html new file mode 100644 index 0000000..7407f1d --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrLookup.html @@ -0,0 +1,247 @@ + + + + + + + +Uses of Class org.apache.commons.lang.text.StrLookup (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.text.StrLookup

    +
    + + + + + + + + + +
    +Packages that use StrLookup
    org.apache.commons.lang.text +Provides classes for handling and manipulating text, partly as an extension to java.text
    +  +

    + + + + + +
    +Uses of StrLookup in org.apache.commons.lang.text
    +  +

    + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.text that return StrLookup
    + StrLookupStrSubstitutor.getVariableResolver() + +
    +          Gets the VariableResolver that is used to lookup variables.
    +static StrLookupStrLookup.noneLookup() + +
    +          Returns a lookup which always returns null.
    +static StrLookupStrLookup.systemPropertiesLookup() + +
    +          Returns a lookup which uses System properties + to lookup the key to value.
    +static StrLookupStrLookup.mapLookup(java.util.Map map) + +
    +          Returns a lookup which looks up values using a map.
    +  +

    + + + + + + + + + +
    Methods in org.apache.commons.lang.text with parameters of type StrLookup
    + voidStrSubstitutor.setVariableResolver(StrLookup variableResolver) + +
    +          Sets the VariableResolver that is used to lookup variables.
    +  +

    + + + + + + + + + + + + + + +
    Constructors in org.apache.commons.lang.text with parameters of type StrLookup
    StrSubstitutor(StrLookup variableResolver) + +
    +          Creates a new instance and initializes it.
    StrSubstitutor(StrLookup variableResolver, + java.lang.String prefix, + java.lang.String suffix, + char escape) + +
    +          Creates a new instance and initializes it.
    StrSubstitutor(StrLookup variableResolver, + StrMatcher prefixMatcher, + StrMatcher suffixMatcher, + char escape) + +
    +          Creates a new instance and initializes it.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrMatcher.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrMatcher.html new file mode 100644 index 0000000..a9a057e --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrMatcher.html @@ -0,0 +1,539 @@ + + + + + + + +Uses of Class org.apache.commons.lang.text.StrMatcher (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.text.StrMatcher

    +
    + + + + + + + + + +
    +Packages that use StrMatcher
    org.apache.commons.lang.text +Provides classes for handling and manipulating text, partly as an extension to java.text
    +  +

    + + + + + +
    +Uses of StrMatcher in org.apache.commons.lang.text
    +  +

    + + + + + + + + + + + + + +
    Fields in org.apache.commons.lang.text declared as StrMatcher
    +static StrMatcherStrSubstitutor.DEFAULT_PREFIX + +
    +          Constant for the default variable prefix.
    +static StrMatcherStrSubstitutor.DEFAULT_SUFFIX + +
    +          Constant for the default variable suffix.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.text that return StrMatcher
    + StrMatcherStrTokenizer.getDelimiterMatcher() + +
    +          Gets the field delimiter matcher.
    + StrMatcherStrTokenizer.getQuoteMatcher() + +
    +          Gets the quote matcher currently in use.
    + StrMatcherStrTokenizer.getIgnoredMatcher() + +
    +          Gets the ignored character matcher.
    + StrMatcherStrTokenizer.getTrimmerMatcher() + +
    +          Gets the trimmer character matcher.
    + StrMatcherStrSubstitutor.getVariablePrefixMatcher() + +
    +          Gets the variable prefix matcher currently in use.
    + StrMatcherStrSubstitutor.getVariableSuffixMatcher() + +
    +          Gets the variable suffix matcher currently in use.
    +static StrMatcherStrMatcher.commaMatcher() + +
    +          Returns a matcher which matches the comma character.
    +static StrMatcherStrMatcher.tabMatcher() + +
    +          Returns a matcher which matches the tab character.
    +static StrMatcherStrMatcher.spaceMatcher() + +
    +          Returns a matcher which matches the space character.
    +static StrMatcherStrMatcher.splitMatcher() + +
    +          Matches the same characters as StringTokenizer, + namely space, tab, newline and formfeed.
    +static StrMatcherStrMatcher.trimMatcher() + +
    +          Matches the String trim() whitespace characters.
    +static StrMatcherStrMatcher.singleQuoteMatcher() + +
    +          Returns a matcher which matches the single quote character.
    +static StrMatcherStrMatcher.doubleQuoteMatcher() + +
    +          Returns a matcher which matches the double quote character.
    +static StrMatcherStrMatcher.quoteMatcher() + +
    +          Returns a matcher which matches the single or double quote character.
    +static StrMatcherStrMatcher.noneMatcher() + +
    +          Matches no characters.
    +static StrMatcherStrMatcher.charMatcher(char ch) + +
    +          Constructor that creates a matcher from a character.
    +static StrMatcherStrMatcher.charSetMatcher(char[] chars) + +
    +          Constructor that creates a matcher from a set of characters.
    +static StrMatcherStrMatcher.charSetMatcher(java.lang.String chars) + +
    +          Constructor that creates a matcher from a string representing a set of characters.
    +static StrMatcherStrMatcher.stringMatcher(java.lang.String str) + +
    +          Constructor that creates a matcher from a string.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.text with parameters of type StrMatcher
    + StrTokenizerStrTokenizer.setDelimiterMatcher(StrMatcher delim) + +
    +          Sets the field delimiter matcher.
    + StrTokenizerStrTokenizer.setQuoteMatcher(StrMatcher quote) + +
    +          Set the quote matcher to use.
    + StrTokenizerStrTokenizer.setIgnoredMatcher(StrMatcher ignored) + +
    +          Set the matcher for characters to ignore.
    + StrTokenizerStrTokenizer.setTrimmerMatcher(StrMatcher trimmer) + +
    +          Sets the matcher for characters to trim.
    + StrSubstitutorStrSubstitutor.setVariablePrefixMatcher(StrMatcher prefixMatcher) + +
    +          Sets the variable prefix matcher currently in use.
    + StrSubstitutorStrSubstitutor.setVariableSuffixMatcher(StrMatcher suffixMatcher) + +
    +          Sets the variable suffix matcher currently in use.
    + StrBuilderStrBuilder.deleteAll(StrMatcher matcher) + +
    +          Deletes all parts of the builder that the matcher matches.
    + StrBuilderStrBuilder.deleteFirst(StrMatcher matcher) + +
    +          Deletes the first match within the builder using the specified matcher.
    + StrBuilderStrBuilder.replaceAll(StrMatcher matcher, + java.lang.String replaceStr) + +
    +          Replaces all matches within the builder with the replace string.
    + StrBuilderStrBuilder.replaceFirst(StrMatcher matcher, + java.lang.String replaceStr) + +
    +          Replaces the first match within the builder with the replace string.
    + StrBuilderStrBuilder.replace(StrMatcher matcher, + java.lang.String replaceStr, + int startIndex, + int endIndex, + int replaceCount) + +
    +          Advanced search and replaces within the builder using a matcher.
    + booleanStrBuilder.contains(StrMatcher matcher) + +
    +          Checks if the string builder contains a string matched using the + specified matcher.
    + intStrBuilder.indexOf(StrMatcher matcher) + +
    +          Searches the string builder using the matcher to find the first match.
    + intStrBuilder.indexOf(StrMatcher matcher, + int startIndex) + +
    +          Searches the string builder using the matcher to find the first + match searching from the given index.
    + intStrBuilder.lastIndexOf(StrMatcher matcher) + +
    +          Searches the string builder using the matcher to find the last match.
    + intStrBuilder.lastIndexOf(StrMatcher matcher, + int startIndex) + +
    +          Searches the string builder using the matcher to find the last + match searching from the given index.
    +  +

    + + + + + + + + + + + + + + + + + + + + +
    Constructors in org.apache.commons.lang.text with parameters of type StrMatcher
    StrTokenizer(java.lang.String input, + StrMatcher delim) + +
    +          Constructs a tokenizer splitting using the specified delimiter matcher.
    StrTokenizer(java.lang.String input, + StrMatcher delim, + StrMatcher quote) + +
    +          Constructs a tokenizer splitting using the specified delimiter matcher + and handling quotes using the specified quote matcher.
    StrTokenizer(char[] input, + StrMatcher delim) + +
    +          Constructs a tokenizer splitting using the specified delimiter matcher.
    StrTokenizer(char[] input, + StrMatcher delim, + StrMatcher quote) + +
    +          Constructs a tokenizer splitting using the specified delimiter matcher + and handling quotes using the specified quote matcher.
    StrSubstitutor(StrLookup variableResolver, + StrMatcher prefixMatcher, + StrMatcher suffixMatcher, + char escape) + +
    +          Creates a new instance and initializes it.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrSubstitutor.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrSubstitutor.html new file mode 100644 index 0000000..85ae3ae --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrSubstitutor.html @@ -0,0 +1,214 @@ + + + + + + + +Uses of Class org.apache.commons.lang.text.StrSubstitutor (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.text.StrSubstitutor

    +
    + + + + + + + + + +
    +Packages that use StrSubstitutor
    org.apache.commons.lang.text +Provides classes for handling and manipulating text, partly as an extension to java.text
    +  +

    + + + + + +
    +Uses of StrSubstitutor in org.apache.commons.lang.text
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.text that return StrSubstitutor
    + StrSubstitutorStrSubstitutor.setVariablePrefixMatcher(StrMatcher prefixMatcher) + +
    +          Sets the variable prefix matcher currently in use.
    + StrSubstitutorStrSubstitutor.setVariablePrefix(char prefix) + +
    +          Sets the variable prefix to use.
    + StrSubstitutorStrSubstitutor.setVariablePrefix(java.lang.String prefix) + +
    +          Sets the variable prefix to use.
    + StrSubstitutorStrSubstitutor.setVariableSuffixMatcher(StrMatcher suffixMatcher) + +
    +          Sets the variable suffix matcher currently in use.
    + StrSubstitutorStrSubstitutor.setVariableSuffix(char suffix) + +
    +          Sets the variable suffix to use.
    + StrSubstitutorStrSubstitutor.setVariableSuffix(java.lang.String suffix) + +
    +          Sets the variable suffix to use.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrTokenizer.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrTokenizer.html new file mode 100644 index 0000000..a6a5d33 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/class-use/StrTokenizer.html @@ -0,0 +1,329 @@ + + + + + + + +Uses of Class org.apache.commons.lang.text.StrTokenizer (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.text.StrTokenizer

    +
    + + + + + + + + + +
    +Packages that use StrTokenizer
    org.apache.commons.lang.text +Provides classes for handling and manipulating text, partly as an extension to java.text
    +  +

    + + + + + +
    +Uses of StrTokenizer in org.apache.commons.lang.text
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.text that return StrTokenizer
    +static StrTokenizerStrTokenizer.getCSVInstance() + +
    +          Gets a new tokenizer instance which parses Comma Separated Value strings + initializing it with the given input.
    +static StrTokenizerStrTokenizer.getCSVInstance(java.lang.String input) + +
    +          Gets a new tokenizer instance which parses Comma Separated Value strings + initializing it with the given input.
    +static StrTokenizerStrTokenizer.getCSVInstance(char[] input) + +
    +          Gets a new tokenizer instance which parses Comma Separated Value strings + initializing it with the given input.
    +static StrTokenizerStrTokenizer.getTSVInstance() + +
    +          Gets a new tokenizer instance which parses Tab Separated Value strings.
    +static StrTokenizerStrTokenizer.getTSVInstance(java.lang.String input) + +
    +          Gets a new tokenizer instance which parses Tab Separated Value strings.
    +static StrTokenizerStrTokenizer.getTSVInstance(char[] input) + +
    +          Gets a new tokenizer instance which parses Tab Separated Value strings.
    + StrTokenizerStrTokenizer.reset() + +
    +          Resets this tokenizer, forgetting all parsing and iteration already completed.
    + StrTokenizerStrTokenizer.reset(java.lang.String input) + +
    +          Reset this tokenizer, giving it a new input string to parse.
    + StrTokenizerStrTokenizer.reset(char[] input) + +
    +          Reset this tokenizer, giving it a new input string to parse.
    + StrTokenizerStrTokenizer.setDelimiterMatcher(StrMatcher delim) + +
    +          Sets the field delimiter matcher.
    + StrTokenizerStrTokenizer.setDelimiterChar(char delim) + +
    +          Sets the field delimiter character.
    + StrTokenizerStrTokenizer.setDelimiterString(java.lang.String delim) + +
    +          Sets the field delimiter string.
    + StrTokenizerStrTokenizer.setQuoteMatcher(StrMatcher quote) + +
    +          Set the quote matcher to use.
    + StrTokenizerStrTokenizer.setQuoteChar(char quote) + +
    +          Sets the quote character to use.
    + StrTokenizerStrTokenizer.setIgnoredMatcher(StrMatcher ignored) + +
    +          Set the matcher for characters to ignore.
    + StrTokenizerStrTokenizer.setIgnoredChar(char ignored) + +
    +          Set the character to ignore.
    + StrTokenizerStrTokenizer.setTrimmerMatcher(StrMatcher trimmer) + +
    +          Sets the matcher for characters to trim.
    + StrTokenizerStrTokenizer.setEmptyTokenAsNull(boolean emptyAsNull) + +
    +          Sets whether the tokenizer should return empty tokens as null.
    + StrTokenizerStrTokenizer.setIgnoreEmptyTokens(boolean ignoreEmptyTokens) + +
    +          Sets whether the tokenizer should ignore and not return empty tokens.
    + StrTokenizerStrBuilder.asTokenizer() + +
    +          Creates a tokenizer that can tokenize the contents of this builder.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/package-frame.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/package-frame.html new file mode 100644 index 0000000..7c67894 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/package-frame.html @@ -0,0 +1,56 @@ + + + + + + + +org.apache.commons.lang.text (Commons Lang 2.4 API) + + + + + + + + + + + +org.apache.commons.lang.text + + + + +
    +Interfaces  + +
    +FormatFactory
    + + + + + + +
    +Classes  + +
    +CompositeFormat +
    +ExtendedMessageFormat +
    +StrBuilder +
    +StrLookup +
    +StrMatcher +
    +StrSubstitutor +
    +StrTokenizer
    + + + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/package-summary.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/package-summary.html new file mode 100644 index 0000000..ec32d27 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/package-summary.html @@ -0,0 +1,215 @@ + + + + + + + +org.apache.commons.lang.text (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package org.apache.commons.lang.text +

    + +Provides classes for handling and manipulating text, partly as an extension to java.text. +

    +See: +
    +          Description +

    + + + + + + + + + +
    +Interface Summary
    FormatFactoryFormat factory.
    +  + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Class Summary
    CompositeFormatFormats using one formatter and parses using a different formatter.
    ExtendedMessageFormatExtends java.text.MessageFormat to allow pluggable/additional formatting + options for embedded format elements.
    StrBuilderBuilds a string from constituent parts providing a more flexible and powerful API + than StringBuffer.
    StrLookupLookup a String key to a String value.
    StrMatcherA matcher class that can be queried to determine if a character array + portion matches.
    StrSubstitutorSubstitutes variables within a string by values.
    StrTokenizerTokenizes a string based based on delimiters (separators) + and supporting quoting and ignored character concepts.
    +  + +

    +

    +Package org.apache.commons.lang.text Description +

    + +

    +

    +Provides classes for handling and manipulating text, partly as an extension to java.text. +The classes in this package are, for the most part, intended to be instantiated. +(ie. they are not utility classes with lots of static methods) +

    +

    + +

    +

    +
    Since:
    +
    2.1
    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/package-tree.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/package-tree.html new file mode 100644 index 0000000..a3b850d --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/package-tree.html @@ -0,0 +1,158 @@ + + + + + + + +org.apache.commons.lang.text Class Hierarchy (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.lang.text +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    +
      +
    • class java.lang.Object
        +
      • class java.text.Format (implements java.lang.Cloneable, java.io.Serializable) + +
      • class org.apache.commons.lang.text.StrBuilder (implements java.lang.Cloneable) +
      • class org.apache.commons.lang.text.StrLookup
      • class org.apache.commons.lang.text.StrMatcher
      • class org.apache.commons.lang.text.StrSubstitutor
      • class org.apache.commons.lang.text.StrTokenizer (implements java.lang.Cloneable, java.util.ListIterator) +
      +
    +

    +Interface Hierarchy +

    + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/package-use.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/package-use.html new file mode 100644 index 0000000..7a405b5 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/text/package-use.html @@ -0,0 +1,191 @@ + + + + + + + +Uses of Package org.apache.commons.lang.text (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.lang.text

    +
    + + + + + + + + + +
    +Packages that use org.apache.commons.lang.text
    org.apache.commons.lang.text +Provides classes for handling and manipulating text, partly as an extension to java.text
    +  +

    + + + + + + + + + + + + + + + + + + + + +
    +Classes in org.apache.commons.lang.text used by org.apache.commons.lang.text
    StrBuilder + +
    +          Builds a string from constituent parts providing a more flexible and powerful API + than StringBuffer.
    StrLookup + +
    +          Lookup a String key to a String value.
    StrMatcher + +
    +          A matcher class that can be queried to determine if a character array + portion matches.
    StrSubstitutor + +
    +          Substitutes variables within a string by values.
    StrTokenizer + +
    +          Tokenizes a string based based on delimiters (separators) + and supporting quoting and ignored character concepts.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/DateFormatUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/DateFormatUtils.html new file mode 100644 index 0000000..b4f7b11 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/DateFormatUtils.html @@ -0,0 +1,882 @@ + + + + + + + +DateFormatUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.time +
    +Class DateFormatUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.time.DateFormatUtils
    +
    +
    +
    +
    public class DateFormatUtils
    extends java.lang.Object
    + +

    +

    Date and time formatting utilities and constants.

    + +

    Formatting is performed using the + FastDateFormat class.

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: DateFormatUtils.java 615243 2008-01-25 15:20:32Z niallp $
    +
    Author:
    +
    Apache Ant - DateUtils, Stephane Bailliez, Stefan Bodewig, Stephen Colebourne, Gary Gregory
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static FastDateFormatISO_DATE_FORMAT + +
    +          ISO8601 formatter for date without time zone.
    +static FastDateFormatISO_DATE_TIME_ZONE_FORMAT + +
    +          ISO8601-like formatter for date with time zone.
    +static FastDateFormatISO_DATETIME_FORMAT + +
    +          ISO8601 formatter for date-time without time zone.
    +static FastDateFormatISO_DATETIME_TIME_ZONE_FORMAT + +
    +          ISO8601 formatter for date-time with time zone.
    +static FastDateFormatISO_TIME_FORMAT + +
    +          ISO8601 formatter for time without time zone.
    +static FastDateFormatISO_TIME_NO_T_FORMAT + +
    +          ISO8601-like formatter for time without time zone.
    +static FastDateFormatISO_TIME_NO_T_TIME_ZONE_FORMAT + +
    +          ISO8601-like formatter for time with time zone.
    +static FastDateFormatISO_TIME_TIME_ZONE_FORMAT + +
    +          ISO8601 formatter for time with time zone.
    +static FastDateFormatSMTP_DATETIME_FORMAT + +
    +          SMTP (and probably other) date headers.
    +  + + + + + + + + + + +
    +Constructor Summary
    DateFormatUtils() + +
    +          DateFormatUtils instances should NOT be constructed in standard programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.lang.Stringformat(java.util.Calendar calendar, + java.lang.String pattern) + +
    +          Formats a calendar into a specific pattern.
    +static java.lang.Stringformat(java.util.Calendar calendar, + java.lang.String pattern, + java.util.Locale locale) + +
    +          Formats a calendar into a specific pattern in a locale.
    +static java.lang.Stringformat(java.util.Calendar calendar, + java.lang.String pattern, + java.util.TimeZone timeZone) + +
    +          Formats a calendar into a specific pattern in a time zone.
    +static java.lang.Stringformat(java.util.Calendar calendar, + java.lang.String pattern, + java.util.TimeZone timeZone, + java.util.Locale locale) + +
    +          Formats a calendar into a specific pattern in a time zone and locale.
    +static java.lang.Stringformat(java.util.Date date, + java.lang.String pattern) + +
    +          Formats a date/time into a specific pattern.
    +static java.lang.Stringformat(java.util.Date date, + java.lang.String pattern, + java.util.Locale locale) + +
    +          Formats a date/time into a specific pattern in a locale.
    +static java.lang.Stringformat(java.util.Date date, + java.lang.String pattern, + java.util.TimeZone timeZone) + +
    +          Formats a date/time into a specific pattern in a time zone.
    +static java.lang.Stringformat(java.util.Date date, + java.lang.String pattern, + java.util.TimeZone timeZone, + java.util.Locale locale) + +
    +          Formats a date/time into a specific pattern in a time zone and locale.
    +static java.lang.Stringformat(long millis, + java.lang.String pattern) + +
    +          Formats a date/time into a specific pattern.
    +static java.lang.Stringformat(long millis, + java.lang.String pattern, + java.util.Locale locale) + +
    +          Formats a date/time into a specific pattern in a locale.
    +static java.lang.Stringformat(long millis, + java.lang.String pattern, + java.util.TimeZone timeZone) + +
    +          Formats a date/time into a specific pattern in a time zone.
    +static java.lang.Stringformat(long millis, + java.lang.String pattern, + java.util.TimeZone timeZone, + java.util.Locale locale) + +
    +          Formats a date/time into a specific pattern in a time zone and locale.
    +static java.lang.StringformatUTC(java.util.Date date, + java.lang.String pattern) + +
    +          Formats a date/time into a specific pattern using the UTC time zone.
    +static java.lang.StringformatUTC(java.util.Date date, + java.lang.String pattern, + java.util.Locale locale) + +
    +          Formats a date/time into a specific pattern using the UTC time zone.
    +static java.lang.StringformatUTC(long millis, + java.lang.String pattern) + +
    +          Formats a date/time into a specific pattern using the UTC time zone.
    +static java.lang.StringformatUTC(long millis, + java.lang.String pattern, + java.util.Locale locale) + +
    +          Formats a date/time into a specific pattern using the UTC time zone.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +ISO_DATETIME_FORMAT

    +
    +public static final FastDateFormat ISO_DATETIME_FORMAT
    +
    +
    ISO8601 formatter for date-time without time zone. + The format used is yyyy-MM-dd'T'HH:mm:ss. +

    +

    +
    +
    +
    + +

    +ISO_DATETIME_TIME_ZONE_FORMAT

    +
    +public static final FastDateFormat ISO_DATETIME_TIME_ZONE_FORMAT
    +
    +
    ISO8601 formatter for date-time with time zone. + The format used is yyyy-MM-dd'T'HH:mm:ssZZ. +

    +

    +
    +
    +
    + +

    +ISO_DATE_FORMAT

    +
    +public static final FastDateFormat ISO_DATE_FORMAT
    +
    +
    ISO8601 formatter for date without time zone. + The format used is yyyy-MM-dd. +

    +

    +
    +
    +
    + +

    +ISO_DATE_TIME_ZONE_FORMAT

    +
    +public static final FastDateFormat ISO_DATE_TIME_ZONE_FORMAT
    +
    +
    ISO8601-like formatter for date with time zone. + The format used is yyyy-MM-ddZZ. + This pattern does not comply with the formal ISO8601 specification + as the standard does not allow a time zone without a time. +

    +

    +
    +
    +
    + +

    +ISO_TIME_FORMAT

    +
    +public static final FastDateFormat ISO_TIME_FORMAT
    +
    +
    ISO8601 formatter for time without time zone. + The format used is 'T'HH:mm:ss. +

    +

    +
    +
    +
    + +

    +ISO_TIME_TIME_ZONE_FORMAT

    +
    +public static final FastDateFormat ISO_TIME_TIME_ZONE_FORMAT
    +
    +
    ISO8601 formatter for time with time zone. + The format used is 'T'HH:mm:ssZZ. +

    +

    +
    +
    +
    + +

    +ISO_TIME_NO_T_FORMAT

    +
    +public static final FastDateFormat ISO_TIME_NO_T_FORMAT
    +
    +
    ISO8601-like formatter for time without time zone. + The format used is HH:mm:ss. + This pattern does not comply with the formal ISO8601 specification + as the standard requires the 'T' prefix for times. +

    +

    +
    +
    +
    + +

    +ISO_TIME_NO_T_TIME_ZONE_FORMAT

    +
    +public static final FastDateFormat ISO_TIME_NO_T_TIME_ZONE_FORMAT
    +
    +
    ISO8601-like formatter for time with time zone. + The format used is HH:mm:ssZZ. + This pattern does not comply with the formal ISO8601 specification + as the standard requires the 'T' prefix for times. +

    +

    +
    +
    +
    + +

    +SMTP_DATETIME_FORMAT

    +
    +public static final FastDateFormat SMTP_DATETIME_FORMAT
    +
    +
    SMTP (and probably other) date headers. + The format used is EEE, dd MMM yyyy HH:mm:ss Z in US locale. +

    +

    +
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +DateFormatUtils

    +
    +public DateFormatUtils()
    +
    +

    DateFormatUtils instances should NOT be constructed in standard programming.

    + +

    This constructor is public to permit tools that require a JavaBean instance + to operate.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +formatUTC

    +
    +public static java.lang.String formatUTC(long millis,
    +                                         java.lang.String pattern)
    +
    +

    Formats a date/time into a specific pattern using the UTC time zone.

    +

    +

    +
    Parameters:
    millis - the date to format expressed in milliseconds
    pattern - the pattern to use to format the date +
    Returns:
    the formatted date
    +
    +
    +
    + +

    +formatUTC

    +
    +public static java.lang.String formatUTC(java.util.Date date,
    +                                         java.lang.String pattern)
    +
    +

    Formats a date/time into a specific pattern using the UTC time zone.

    +

    +

    +
    Parameters:
    date - the date to format
    pattern - the pattern to use to format the date +
    Returns:
    the formatted date
    +
    +
    +
    + +

    +formatUTC

    +
    +public static java.lang.String formatUTC(long millis,
    +                                         java.lang.String pattern,
    +                                         java.util.Locale locale)
    +
    +

    Formats a date/time into a specific pattern using the UTC time zone.

    +

    +

    +
    Parameters:
    millis - the date to format expressed in milliseconds
    pattern - the pattern to use to format the date
    locale - the locale to use, may be null +
    Returns:
    the formatted date
    +
    +
    +
    + +

    +formatUTC

    +
    +public static java.lang.String formatUTC(java.util.Date date,
    +                                         java.lang.String pattern,
    +                                         java.util.Locale locale)
    +
    +

    Formats a date/time into a specific pattern using the UTC time zone.

    +

    +

    +
    Parameters:
    date - the date to format
    pattern - the pattern to use to format the date
    locale - the locale to use, may be null +
    Returns:
    the formatted date
    +
    +
    +
    + +

    +format

    +
    +public static java.lang.String format(long millis,
    +                                      java.lang.String pattern)
    +
    +

    Formats a date/time into a specific pattern.

    +

    +

    +
    Parameters:
    millis - the date to format expressed in milliseconds
    pattern - the pattern to use to format the date +
    Returns:
    the formatted date
    +
    +
    +
    + +

    +format

    +
    +public static java.lang.String format(java.util.Date date,
    +                                      java.lang.String pattern)
    +
    +

    Formats a date/time into a specific pattern.

    +

    +

    +
    Parameters:
    date - the date to format
    pattern - the pattern to use to format the date +
    Returns:
    the formatted date
    +
    +
    +
    + +

    +format

    +
    +public static java.lang.String format(java.util.Calendar calendar,
    +                                      java.lang.String pattern)
    +
    +

    Formats a calendar into a specific pattern.

    +

    +

    +
    Parameters:
    calendar - the calendar to format
    pattern - the pattern to use to format the calendar +
    Returns:
    the formatted calendar
    Since:
    +
    2.4
    +
    See Also:
    FastDateFormat.format(Calendar)
    +
    +
    +
    + +

    +format

    +
    +public static java.lang.String format(long millis,
    +                                      java.lang.String pattern,
    +                                      java.util.TimeZone timeZone)
    +
    +

    Formats a date/time into a specific pattern in a time zone.

    +

    +

    +
    Parameters:
    millis - the time expressed in milliseconds
    pattern - the pattern to use to format the date
    timeZone - the time zone to use, may be null +
    Returns:
    the formatted date
    +
    +
    +
    + +

    +format

    +
    +public static java.lang.String format(java.util.Date date,
    +                                      java.lang.String pattern,
    +                                      java.util.TimeZone timeZone)
    +
    +

    Formats a date/time into a specific pattern in a time zone.

    +

    +

    +
    Parameters:
    date - the date to format
    pattern - the pattern to use to format the date
    timeZone - the time zone to use, may be null +
    Returns:
    the formatted date
    +
    +
    +
    + +

    +format

    +
    +public static java.lang.String format(java.util.Calendar calendar,
    +                                      java.lang.String pattern,
    +                                      java.util.TimeZone timeZone)
    +
    +

    Formats a calendar into a specific pattern in a time zone.

    +

    +

    +
    Parameters:
    calendar - the calendar to format
    pattern - the pattern to use to format the calendar
    timeZone - the time zone to use, may be null +
    Returns:
    the formatted calendar
    Since:
    +
    2.4
    +
    See Also:
    FastDateFormat.format(Calendar)
    +
    +
    +
    + +

    +format

    +
    +public static java.lang.String format(long millis,
    +                                      java.lang.String pattern,
    +                                      java.util.Locale locale)
    +
    +

    Formats a date/time into a specific pattern in a locale.

    +

    +

    +
    Parameters:
    millis - the date to format expressed in milliseconds
    pattern - the pattern to use to format the date
    locale - the locale to use, may be null +
    Returns:
    the formatted date
    +
    +
    +
    + +

    +format

    +
    +public static java.lang.String format(java.util.Date date,
    +                                      java.lang.String pattern,
    +                                      java.util.Locale locale)
    +
    +

    Formats a date/time into a specific pattern in a locale.

    +

    +

    +
    Parameters:
    date - the date to format
    pattern - the pattern to use to format the date
    locale - the locale to use, may be null +
    Returns:
    the formatted date
    +
    +
    +
    + +

    +format

    +
    +public static java.lang.String format(java.util.Calendar calendar,
    +                                      java.lang.String pattern,
    +                                      java.util.Locale locale)
    +
    +

    Formats a calendar into a specific pattern in a locale.

    +

    +

    +
    Parameters:
    calendar - the calendar to format
    pattern - the pattern to use to format the calendar
    locale - the locale to use, may be null +
    Returns:
    the formatted calendar
    Since:
    +
    2.4
    +
    See Also:
    FastDateFormat.format(Calendar)
    +
    +
    +
    + +

    +format

    +
    +public static java.lang.String format(long millis,
    +                                      java.lang.String pattern,
    +                                      java.util.TimeZone timeZone,
    +                                      java.util.Locale locale)
    +
    +

    Formats a date/time into a specific pattern in a time zone and locale.

    +

    +

    +
    Parameters:
    millis - the date to format expressed in milliseconds
    pattern - the pattern to use to format the date
    timeZone - the time zone to use, may be null
    locale - the locale to use, may be null +
    Returns:
    the formatted date
    +
    +
    +
    + +

    +format

    +
    +public static java.lang.String format(java.util.Date date,
    +                                      java.lang.String pattern,
    +                                      java.util.TimeZone timeZone,
    +                                      java.util.Locale locale)
    +
    +

    Formats a date/time into a specific pattern in a time zone and locale.

    +

    +

    +
    Parameters:
    date - the date to format
    pattern - the pattern to use to format the date
    timeZone - the time zone to use, may be null
    locale - the locale to use, may be null +
    Returns:
    the formatted date
    +
    +
    +
    + +

    +format

    +
    +public static java.lang.String format(java.util.Calendar calendar,
    +                                      java.lang.String pattern,
    +                                      java.util.TimeZone timeZone,
    +                                      java.util.Locale locale)
    +
    +

    Formats a calendar into a specific pattern in a time zone and locale.

    +

    +

    +
    Parameters:
    calendar - the calendar to format
    pattern - the pattern to use to format the calendar
    timeZone - the time zone to use, may be null
    locale - the locale to use, may be null +
    Returns:
    the formatted calendar
    Since:
    +
    2.4
    +
    See Also:
    FastDateFormat.format(Calendar)
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/DateUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/DateUtils.html new file mode 100644 index 0000000..c4301ee --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/DateUtils.html @@ -0,0 +1,2190 @@ + + + + + + + +DateUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.time +
    +Class DateUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.time.DateUtils
    +
    +
    +
    +
    public class DateUtils
    extends java.lang.Object
    + +

    +

    A suite of utilities surrounding the use of the + Calendar and Date object.

    + +

    DateUtils contains a lot of common methods considering manipulations + of Dates or Calendars. Some methods require some extra explanation. + The truncate and round methods could be considered the Math.floor(), + Math.ceil() or Math.round versions for dates + This way date-fields will be ignored in bottom-up order. + As a complement to these methods we've introduced some fragment-methods. + With these methods the Date-fields will be ignored in top-down order. + Since a date without a year is not a valid date, you have to decide in what + kind of date-field you want your result, for instance milliseconds or days. +

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: DateUtils.java 634096 2008-03-06 00:58:11Z niallp $
    +
    Author:
    +
    Serge Knystautas, Stephen Colebourne, Janek Bogucki, Gary Gregory, Phil Steitz, Robert Scholte
    +
    +
    + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static intMILLIS_IN_DAY + +
    +          Deprecated. Use MILLIS_PER_DAY. This will be removed in Commons Lang 3.0.
    +static intMILLIS_IN_HOUR + +
    +          Deprecated. Use MILLIS_PER_HOUR. This will be removed in Commons Lang 3.0.
    +static intMILLIS_IN_MINUTE + +
    +          Deprecated. Use MILLIS_PER_MINUTE. This will be removed in Commons Lang 3.0.
    +static intMILLIS_IN_SECOND + +
    +          Deprecated. Use MILLIS_PER_SECOND. This will be removed in Commons Lang 3.0.
    +static longMILLIS_PER_DAY + +
    +          Number of milliseconds in a standard day.
    +static longMILLIS_PER_HOUR + +
    +          Number of milliseconds in a standard hour.
    +static longMILLIS_PER_MINUTE + +
    +          Number of milliseconds in a standard minute.
    +static longMILLIS_PER_SECOND + +
    +          Number of milliseconds in a standard second.
    +static intRANGE_MONTH_MONDAY + +
    +          A month range, the week starting on Monday.
    +static intRANGE_MONTH_SUNDAY + +
    +          A month range, the week starting on Sunday.
    +static intRANGE_WEEK_CENTER + +
    +          A week range, centered around the day focused.
    +static intRANGE_WEEK_MONDAY + +
    +          A week range, starting on Monday.
    +static intRANGE_WEEK_RELATIVE + +
    +          A week range, starting on the day focused.
    +static intRANGE_WEEK_SUNDAY + +
    +          A week range, starting on Sunday.
    +static intSEMI_MONTH + +
    +          This is half a month, so this represents whether a date is in the top + or bottom half of the month.
    +static java.util.TimeZoneUTC_TIME_ZONE + +
    +          The UTC time zone (often referred to as GMT).
    +  + + + + + + + + + + +
    +Constructor Summary
    DateUtils() + +
    +          DateUtils instances should NOT be constructed in + standard programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.util.Dateadd(java.util.Date date, + int calendarField, + int amount) + +
    +          Deprecated. Will become privately scoped in 3.0
    +static java.util.DateaddDays(java.util.Date date, + int amount) + +
    +          Adds a number of days to a date returning a new object.
    +static java.util.DateaddHours(java.util.Date date, + int amount) + +
    +          Adds a number of hours to a date returning a new object.
    +static java.util.DateaddMilliseconds(java.util.Date date, + int amount) + +
    +          Adds a number of milliseconds to a date returning a new object.
    +static java.util.DateaddMinutes(java.util.Date date, + int amount) + +
    +          Adds a number of minutes to a date returning a new object.
    +static java.util.DateaddMonths(java.util.Date date, + int amount) + +
    +          Adds a number of months to a date returning a new object.
    +static java.util.DateaddSeconds(java.util.Date date, + int amount) + +
    +          Adds a number of seconds to a date returning a new object.
    +static java.util.DateaddWeeks(java.util.Date date, + int amount) + +
    +          Adds a number of weeks to a date returning a new object.
    +static java.util.DateaddYears(java.util.Date date, + int amount) + +
    +          Adds a number of years to a date returning a new object.
    +static longgetFragmentInDays(java.util.Calendar calendar, + int fragment) + +
    +          Returns the number of days within the + fragment.
    +static longgetFragmentInDays(java.util.Date date, + int fragment) + +
    +          Returns the number of days within the + fragment.
    +static longgetFragmentInHours(java.util.Calendar calendar, + int fragment) + +
    +          Returns the number of hours within the + fragment.
    +static longgetFragmentInHours(java.util.Date date, + int fragment) + +
    +          Returns the number of hours within the + fragment.
    +static longgetFragmentInMilliseconds(java.util.Calendar calendar, + int fragment) + +
    +          Returns the number of milliseconds within the + fragment.
    +static longgetFragmentInMilliseconds(java.util.Date date, + int fragment) + +
    +          Returns the number of milliseconds within the + fragment.
    +static longgetFragmentInMinutes(java.util.Calendar calendar, + int fragment) + +
    +          Returns the number of minutes within the + fragment.
    +static longgetFragmentInMinutes(java.util.Date date, + int fragment) + +
    +          Returns the number of minutes within the + fragment.
    +static longgetFragmentInSeconds(java.util.Calendar calendar, + int fragment) + +
    +          Returns the number of seconds within the + fragment.
    +static longgetFragmentInSeconds(java.util.Date date, + int fragment) + +
    +          Returns the number of seconds within the + fragment.
    +static booleanisSameDay(java.util.Calendar cal1, + java.util.Calendar cal2) + +
    +          Checks if two calendar objects are on the same day ignoring time.
    +static booleanisSameDay(java.util.Date date1, + java.util.Date date2) + +
    +          Checks if two date objects are on the same day ignoring time.
    +static booleanisSameInstant(java.util.Calendar cal1, + java.util.Calendar cal2) + +
    +          Checks if two calendar objects represent the same instant in time.
    +static booleanisSameInstant(java.util.Date date1, + java.util.Date date2) + +
    +          Checks if two date objects represent the same instant in time.
    +static booleanisSameLocalTime(java.util.Calendar cal1, + java.util.Calendar cal2) + +
    +          Checks if two calendar objects represent the same local time.
    +static java.util.Iteratoriterator(java.util.Calendar focus, + int rangeStyle) + +
    +          This constructs an Iterator over each day in a date + range defined by a focus date and range style.
    +static java.util.Iteratoriterator(java.util.Date focus, + int rangeStyle) + +
    +          This constructs an Iterator over each day in a date + range defined by a focus date and range style.
    +static java.util.Iteratoriterator(java.lang.Object focus, + int rangeStyle) + +
    +          This constructs an Iterator over each day in a date + range defined by a focus date and range style.
    +static java.util.DateparseDate(java.lang.String str, + java.lang.String[] parsePatterns) + +
    +          Parses a string representing a date by trying a variety of different parsers.
    +static java.util.Calendarround(java.util.Calendar date, + int field) + +
    +          Round this date, leaving the field specified as the most + significant field.
    +static java.util.Dateround(java.util.Date date, + int field) + +
    +          Round this date, leaving the field specified as the most + significant field.
    +static java.util.Dateround(java.lang.Object date, + int field) + +
    +          Round this date, leaving the field specified as the most + significant field.
    +static java.util.DatesetDays(java.util.Date date, + int amount) + +
    +          Sets the day of month field to a date returning a new object.
    +static java.util.DatesetHours(java.util.Date date, + int amount) + +
    +          Sets the hours field to a date returning a new object.
    +static java.util.DatesetMilliseconds(java.util.Date date, + int amount) + +
    +          Sets the miliseconds field to a date returning a new object.
    +static java.util.DatesetMinutes(java.util.Date date, + int amount) + +
    +          Sets the minute field to a date returning a new object.
    +static java.util.DatesetMonths(java.util.Date date, + int amount) + +
    +          Sets the months field to a date returning a new object.
    +static java.util.DatesetSeconds(java.util.Date date, + int amount) + +
    +          Sets the seconds field to a date returning a new object.
    +static java.util.DatesetYears(java.util.Date date, + int amount) + +
    +          Sets the years field to a date returning a new object.
    +static java.util.Calendartruncate(java.util.Calendar date, + int field) + +
    +          Truncate this date, leaving the field specified as the most + significant field.
    +static java.util.Datetruncate(java.util.Date date, + int field) + +
    +          Truncate this date, leaving the field specified as the most + significant field.
    +static java.util.Datetruncate(java.lang.Object date, + int field) + +
    +          Truncate this date, leaving the field specified as the most + significant field.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +UTC_TIME_ZONE

    +
    +public static final java.util.TimeZone UTC_TIME_ZONE
    +
    +
    The UTC time zone (often referred to as GMT). +

    +

    +
    +
    +
    + +

    +MILLIS_PER_SECOND

    +
    +public static final long MILLIS_PER_SECOND
    +
    +
    Number of milliseconds in a standard second. +

    +

    +
    Since:
    +
    2.1
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +MILLIS_PER_MINUTE

    +
    +public static final long MILLIS_PER_MINUTE
    +
    +
    Number of milliseconds in a standard minute. +

    +

    +
    Since:
    +
    2.1
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +MILLIS_PER_HOUR

    +
    +public static final long MILLIS_PER_HOUR
    +
    +
    Number of milliseconds in a standard hour. +

    +

    +
    Since:
    +
    2.1
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +MILLIS_PER_DAY

    +
    +public static final long MILLIS_PER_DAY
    +
    +
    Number of milliseconds in a standard day. +

    +

    +
    Since:
    +
    2.1
    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +SEMI_MONTH

    +
    +public static final int SEMI_MONTH
    +
    +
    This is half a month, so this represents whether a date is in the top + or bottom half of the month. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +RANGE_WEEK_SUNDAY

    +
    +public static final int RANGE_WEEK_SUNDAY
    +
    +
    A week range, starting on Sunday. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +RANGE_WEEK_MONDAY

    +
    +public static final int RANGE_WEEK_MONDAY
    +
    +
    A week range, starting on Monday. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +RANGE_WEEK_RELATIVE

    +
    +public static final int RANGE_WEEK_RELATIVE
    +
    +
    A week range, starting on the day focused. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +RANGE_WEEK_CENTER

    +
    +public static final int RANGE_WEEK_CENTER
    +
    +
    A week range, centered around the day focused. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +RANGE_MONTH_SUNDAY

    +
    +public static final int RANGE_MONTH_SUNDAY
    +
    +
    A month range, the week starting on Sunday. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +RANGE_MONTH_MONDAY

    +
    +public static final int RANGE_MONTH_MONDAY
    +
    +
    A month range, the week starting on Monday. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +MILLIS_IN_SECOND

    +
    +public static final int MILLIS_IN_SECOND
    +
    +
    Deprecated. Use MILLIS_PER_SECOND. This will be removed in Commons Lang 3.0. +

    +

    Number of milliseconds in a standard second. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +MILLIS_IN_MINUTE

    +
    +public static final int MILLIS_IN_MINUTE
    +
    +
    Deprecated. Use MILLIS_PER_MINUTE. This will be removed in Commons Lang 3.0. +

    +

    Number of milliseconds in a standard minute. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +MILLIS_IN_HOUR

    +
    +public static final int MILLIS_IN_HOUR
    +
    +
    Deprecated. Use MILLIS_PER_HOUR. This will be removed in Commons Lang 3.0. +

    +

    Number of milliseconds in a standard hour. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +MILLIS_IN_DAY

    +
    +public static final int MILLIS_IN_DAY
    +
    +
    Deprecated. Use MILLIS_PER_DAY. This will be removed in Commons Lang 3.0. +

    +

    Number of milliseconds in a standard day. +

    +

    +
    See Also:
    Constant Field Values
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +DateUtils

    +
    +public DateUtils()
    +
    +

    DateUtils instances should NOT be constructed in + standard programming. Instead, the class should be used as + DateUtils.parse(str);.

    + +

    This constructor is public to permit tools that require a JavaBean + instance to operate.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +isSameDay

    +
    +public static boolean isSameDay(java.util.Date date1,
    +                                java.util.Date date2)
    +
    +

    Checks if two date objects are on the same day ignoring time.

    + +

    28 Mar 2002 13:45 and 28 Mar 2002 06:01 would return true. + 28 Mar 2002 13:45 and 12 Mar 2002 13:45 would return false. +

    +

    +

    +
    Parameters:
    date1 - the first date, not altered, not null
    date2 - the second date, not altered, not null +
    Returns:
    true if they represent the same day +
    Throws: +
    java.lang.IllegalArgumentException - if either date is null
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isSameDay

    +
    +public static boolean isSameDay(java.util.Calendar cal1,
    +                                java.util.Calendar cal2)
    +
    +

    Checks if two calendar objects are on the same day ignoring time.

    + +

    28 Mar 2002 13:45 and 28 Mar 2002 06:01 would return true. + 28 Mar 2002 13:45 and 12 Mar 2002 13:45 would return false. +

    +

    +

    +
    Parameters:
    cal1 - the first calendar, not altered, not null
    cal2 - the second calendar, not altered, not null +
    Returns:
    true if they represent the same day +
    Throws: +
    java.lang.IllegalArgumentException - if either calendar is null
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isSameInstant

    +
    +public static boolean isSameInstant(java.util.Date date1,
    +                                    java.util.Date date2)
    +
    +

    Checks if two date objects represent the same instant in time.

    + +

    This method compares the long millisecond time of the two objects.

    +

    +

    +
    Parameters:
    date1 - the first date, not altered, not null
    date2 - the second date, not altered, not null +
    Returns:
    true if they represent the same millisecond instant +
    Throws: +
    java.lang.IllegalArgumentException - if either date is null
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isSameInstant

    +
    +public static boolean isSameInstant(java.util.Calendar cal1,
    +                                    java.util.Calendar cal2)
    +
    +

    Checks if two calendar objects represent the same instant in time.

    + +

    This method compares the long millisecond time of the two objects.

    +

    +

    +
    Parameters:
    cal1 - the first calendar, not altered, not null
    cal2 - the second calendar, not altered, not null +
    Returns:
    true if they represent the same millisecond instant +
    Throws: +
    java.lang.IllegalArgumentException - if either date is null
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +isSameLocalTime

    +
    +public static boolean isSameLocalTime(java.util.Calendar cal1,
    +                                      java.util.Calendar cal2)
    +
    +

    Checks if two calendar objects represent the same local time.

    + +

    This method compares the values of the fields of the two objects. + In addition, both calendars must be the same of the same type.

    +

    +

    +
    Parameters:
    cal1 - the first calendar, not altered, not null
    cal2 - the second calendar, not altered, not null +
    Returns:
    true if they represent the same millisecond instant +
    Throws: +
    java.lang.IllegalArgumentException - if either date is null
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +parseDate

    +
    +public static java.util.Date parseDate(java.lang.String str,
    +                                       java.lang.String[] parsePatterns)
    +                                throws java.text.ParseException
    +
    +

    Parses a string representing a date by trying a variety of different parsers.

    + +

    The parse will try each parse pattern in turn. + A parse is only deemed sucessful if it parses the whole of the input string. + If no parse patterns match, a ParseException is thrown.

    +

    +

    +
    Parameters:
    str - the date to parse, not null
    parsePatterns - the date format patterns to use, see SimpleDateFormat, not null +
    Returns:
    the parsed date +
    Throws: +
    java.lang.IllegalArgumentException - if the date string or pattern array is null +
    java.text.ParseException - if none of the date patterns were suitable
    +
    +
    +
    + +

    +addYears

    +
    +public static java.util.Date addYears(java.util.Date date,
    +                                      int amount)
    +
    +
    Adds a number of years to a date returning a new object. + The original date object is unchanged. +

    +

    +
    Parameters:
    date - the date, not null
    amount - the amount to add, may be negative +
    Returns:
    the new date object with the amount added +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null
    +
    +
    +
    + +

    +addMonths

    +
    +public static java.util.Date addMonths(java.util.Date date,
    +                                       int amount)
    +
    +
    Adds a number of months to a date returning a new object. + The original date object is unchanged. +

    +

    +
    Parameters:
    date - the date, not null
    amount - the amount to add, may be negative +
    Returns:
    the new date object with the amount added +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null
    +
    +
    +
    + +

    +addWeeks

    +
    +public static java.util.Date addWeeks(java.util.Date date,
    +                                      int amount)
    +
    +
    Adds a number of weeks to a date returning a new object. + The original date object is unchanged. +

    +

    +
    Parameters:
    date - the date, not null
    amount - the amount to add, may be negative +
    Returns:
    the new date object with the amount added +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null
    +
    +
    +
    + +

    +addDays

    +
    +public static java.util.Date addDays(java.util.Date date,
    +                                     int amount)
    +
    +
    Adds a number of days to a date returning a new object. + The original date object is unchanged. +

    +

    +
    Parameters:
    date - the date, not null
    amount - the amount to add, may be negative +
    Returns:
    the new date object with the amount added +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null
    +
    +
    +
    + +

    +addHours

    +
    +public static java.util.Date addHours(java.util.Date date,
    +                                      int amount)
    +
    +
    Adds a number of hours to a date returning a new object. + The original date object is unchanged. +

    +

    +
    Parameters:
    date - the date, not null
    amount - the amount to add, may be negative +
    Returns:
    the new date object with the amount added +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null
    +
    +
    +
    + +

    +addMinutes

    +
    +public static java.util.Date addMinutes(java.util.Date date,
    +                                        int amount)
    +
    +
    Adds a number of minutes to a date returning a new object. + The original date object is unchanged. +

    +

    +
    Parameters:
    date - the date, not null
    amount - the amount to add, may be negative +
    Returns:
    the new date object with the amount added +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null
    +
    +
    +
    + +

    +addSeconds

    +
    +public static java.util.Date addSeconds(java.util.Date date,
    +                                        int amount)
    +
    +
    Adds a number of seconds to a date returning a new object. + The original date object is unchanged. +

    +

    +
    Parameters:
    date - the date, not null
    amount - the amount to add, may be negative +
    Returns:
    the new date object with the amount added +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null
    +
    +
    +
    + +

    +addMilliseconds

    +
    +public static java.util.Date addMilliseconds(java.util.Date date,
    +                                             int amount)
    +
    +
    Adds a number of milliseconds to a date returning a new object. + The original date object is unchanged. +

    +

    +
    Parameters:
    date - the date, not null
    amount - the amount to add, may be negative +
    Returns:
    the new date object with the amount added +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null
    +
    +
    +
    + +

    +add

    +
    +public static java.util.Date add(java.util.Date date,
    +                                 int calendarField,
    +                                 int amount)
    +
    +
    Deprecated. Will become privately scoped in 3.0 +

    +

    Adds to a date returning a new object. + The original date object is unchanged. +

    +

    +
    Parameters:
    date - the date, not null
    calendarField - the calendar field to add to
    amount - the amount to add, may be negative +
    Returns:
    the new date object with the amount added +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null
    +
    +
    +
    + +

    +setYears

    +
    +public static java.util.Date setYears(java.util.Date date,
    +                                      int amount)
    +
    +
    Sets the years field to a date returning a new object. + The original date object is unchanged. +

    +

    +
    Parameters:
    date - the date, not null
    amount - the amount to set +
    Returns:
    a new Date object set with the specified value +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +setMonths

    +
    +public static java.util.Date setMonths(java.util.Date date,
    +                                       int amount)
    +
    +
    Sets the months field to a date returning a new object. + The original date object is unchanged. +

    +

    +
    Parameters:
    date - the date, not null
    amount - the amount to set +
    Returns:
    a new Date object set with the specified value +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +setDays

    +
    +public static java.util.Date setDays(java.util.Date date,
    +                                     int amount)
    +
    +
    Sets the day of month field to a date returning a new object. + The original date object is unchanged. +

    +

    +
    Parameters:
    date - the date, not null
    amount - the amount to set +
    Returns:
    a new Date object set with the specified value +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +setHours

    +
    +public static java.util.Date setHours(java.util.Date date,
    +                                      int amount)
    +
    +
    Sets the hours field to a date returning a new object. Hours range + from 0-23. + The original date object is unchanged. +

    +

    +
    Parameters:
    date - the date, not null
    amount - the amount to set +
    Returns:
    a new Date object set with the specified value +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +setMinutes

    +
    +public static java.util.Date setMinutes(java.util.Date date,
    +                                        int amount)
    +
    +
    Sets the minute field to a date returning a new object. + The original date object is unchanged. +

    +

    +
    Parameters:
    date - the date, not null
    amount - the amount to set +
    Returns:
    a new Date object set with the specified value +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +setSeconds

    +
    +public static java.util.Date setSeconds(java.util.Date date,
    +                                        int amount)
    +
    +
    Sets the seconds field to a date returning a new object. + The original date object is unchanged. +

    +

    +
    Parameters:
    date - the date, not null
    amount - the amount to set +
    Returns:
    a new Date object set with the specified value +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +setMilliseconds

    +
    +public static java.util.Date setMilliseconds(java.util.Date date,
    +                                             int amount)
    +
    +
    Sets the miliseconds field to a date returning a new object. + The original date object is unchanged. +

    +

    +
    Parameters:
    date - the date, not null
    amount - the amount to set +
    Returns:
    a new Date object set with the specified value +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +round

    +
    +public static java.util.Date round(java.util.Date date,
    +                                   int field)
    +
    +

    Round this date, leaving the field specified as the most + significant field.

    + +

    For example, if you had the datetime of 28 Mar 2002 + 13:45:01.231, if this was passed with HOUR, it would return + 28 Mar 2002 14:00:00.000. If this was passed with MONTH, it + would return 1 April 2002 0:00:00.000.

    + +

    For a date in a timezone that handles the change to daylight + saving time, rounding to Calendar.HOUR_OF_DAY will behave as follows. + Suppose daylight saving time begins at 02:00 on March 30. Rounding a + date that crosses this time would produce the following values: +

      +
    • March 30, 2003 01:10 rounds to March 30, 2003 01:00
    • +
    • March 30, 2003 01:40 rounds to March 30, 2003 03:00
    • +
    • March 30, 2003 02:10 rounds to March 30, 2003 03:00
    • +
    • March 30, 2003 02:40 rounds to March 30, 2003 04:00
    • +
    +

    +

    +

    +
    Parameters:
    date - the date to work with
    field - the field from Calendar + or SEMI_MONTH +
    Returns:
    the rounded date +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null +
    java.lang.ArithmeticException - if the year is over 280 million
    +
    +
    +
    + +

    +round

    +
    +public static java.util.Calendar round(java.util.Calendar date,
    +                                       int field)
    +
    +

    Round this date, leaving the field specified as the most + significant field.

    + +

    For example, if you had the datetime of 28 Mar 2002 + 13:45:01.231, if this was passed with HOUR, it would return + 28 Mar 2002 14:00:00.000. If this was passed with MONTH, it + would return 1 April 2002 0:00:00.000.

    + +

    For a date in a timezone that handles the change to daylight + saving time, rounding to Calendar.HOUR_OF_DAY will behave as follows. + Suppose daylight saving time begins at 02:00 on March 30. Rounding a + date that crosses this time would produce the following values: +

      +
    • March 30, 2003 01:10 rounds to March 30, 2003 01:00
    • +
    • March 30, 2003 01:40 rounds to March 30, 2003 03:00
    • +
    • March 30, 2003 02:10 rounds to March 30, 2003 03:00
    • +
    • March 30, 2003 02:40 rounds to March 30, 2003 04:00
    • +
    +

    +

    +

    +
    Parameters:
    date - the date to work with
    field - the field from Calendar + or SEMI_MONTH +
    Returns:
    the rounded date (a different object) +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null +
    java.lang.ArithmeticException - if the year is over 280 million
    +
    +
    +
    + +

    +round

    +
    +public static java.util.Date round(java.lang.Object date,
    +                                   int field)
    +
    +

    Round this date, leaving the field specified as the most + significant field.

    + +

    For example, if you had the datetime of 28 Mar 2002 + 13:45:01.231, if this was passed with HOUR, it would return + 28 Mar 2002 14:00:00.000. If this was passed with MONTH, it + would return 1 April 2002 0:00:00.000.

    + +

    For a date in a timezone that handles the change to daylight + saving time, rounding to Calendar.HOUR_OF_DAY will behave as follows. + Suppose daylight saving time begins at 02:00 on March 30. Rounding a + date that crosses this time would produce the following values: +

      +
    • March 30, 2003 01:10 rounds to March 30, 2003 01:00
    • +
    • March 30, 2003 01:40 rounds to March 30, 2003 03:00
    • +
    • March 30, 2003 02:10 rounds to March 30, 2003 03:00
    • +
    • March 30, 2003 02:40 rounds to March 30, 2003 04:00
    • +
    +

    +

    +

    +
    Parameters:
    date - the date to work with, either Date or Calendar
    field - the field from Calendar + or SEMI_MONTH +
    Returns:
    the rounded date +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null +
    java.lang.ClassCastException - if the object type is not a Date + or Calendar +
    java.lang.ArithmeticException - if the year is over 280 million
    +
    +
    +
    + +

    +truncate

    +
    +public static java.util.Date truncate(java.util.Date date,
    +                                      int field)
    +
    +

    Truncate this date, leaving the field specified as the most + significant field.

    + +

    For example, if you had the datetime of 28 Mar 2002 + 13:45:01.231, if you passed with HOUR, it would return 28 Mar + 2002 13:00:00.000. If this was passed with MONTH, it would + return 1 Mar 2002 0:00:00.000.

    +

    +

    +
    Parameters:
    date - the date to work with
    field - the field from Calendar + or SEMI_MONTH +
    Returns:
    the rounded date +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null +
    java.lang.ArithmeticException - if the year is over 280 million
    +
    +
    +
    + +

    +truncate

    +
    +public static java.util.Calendar truncate(java.util.Calendar date,
    +                                          int field)
    +
    +

    Truncate this date, leaving the field specified as the most + significant field.

    + +

    For example, if you had the datetime of 28 Mar 2002 + 13:45:01.231, if you passed with HOUR, it would return 28 Mar + 2002 13:00:00.000. If this was passed with MONTH, it would + return 1 Mar 2002 0:00:00.000.

    +

    +

    +
    Parameters:
    date - the date to work with
    field - the field from Calendar + or SEMI_MONTH +
    Returns:
    the rounded date (a different object) +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null +
    java.lang.ArithmeticException - if the year is over 280 million
    +
    +
    +
    + +

    +truncate

    +
    +public static java.util.Date truncate(java.lang.Object date,
    +                                      int field)
    +
    +

    Truncate this date, leaving the field specified as the most + significant field.

    + +

    For example, if you had the datetime of 28 Mar 2002 + 13:45:01.231, if you passed with HOUR, it would return 28 Mar + 2002 13:00:00.000. If this was passed with MONTH, it would + return 1 Mar 2002 0:00:00.000.

    +

    +

    +
    Parameters:
    date - the date to work with, either Date + or Calendar
    field - the field from Calendar + or SEMI_MONTH +
    Returns:
    the rounded date +
    Throws: +
    java.lang.IllegalArgumentException - if the date + is null +
    java.lang.ClassCastException - if the object type is not a + Date or Calendar +
    java.lang.ArithmeticException - if the year is over 280 million
    +
    +
    +
    + +

    +iterator

    +
    +public static java.util.Iterator iterator(java.util.Date focus,
    +                                          int rangeStyle)
    +
    +

    This constructs an Iterator over each day in a date + range defined by a focus date and range style.

    + +

    For instance, passing Thursday, July 4, 2002 and a + RANGE_MONTH_SUNDAY will return an Iterator + that starts with Sunday, June 30, 2002 and ends with Saturday, August 3, + 2002, returning a Calendar instance for each intermediate day.

    + +

    This method provides an iterator that returns Calendar objects. + The days are progressed using Calendar.add(int, int).

    +

    +

    +
    Parameters:
    focus - the date to work with, not null
    rangeStyle - the style constant to use. Must be one of + RANGE_MONTH_SUNDAY, + RANGE_MONTH_MONDAY, + RANGE_WEEK_SUNDAY, + RANGE_WEEK_MONDAY, + RANGE_WEEK_RELATIVE, + RANGE_WEEK_CENTER +
    Returns:
    the date iterator, which always returns Calendar instances +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null +
    java.lang.IllegalArgumentException - if the rangeStyle is invalid
    +
    +
    +
    + +

    +iterator

    +
    +public static java.util.Iterator iterator(java.util.Calendar focus,
    +                                          int rangeStyle)
    +
    +

    This constructs an Iterator over each day in a date + range defined by a focus date and range style.

    + +

    For instance, passing Thursday, July 4, 2002 and a + RANGE_MONTH_SUNDAY will return an Iterator + that starts with Sunday, June 30, 2002 and ends with Saturday, August 3, + 2002, returning a Calendar instance for each intermediate day.

    + +

    This method provides an iterator that returns Calendar objects. + The days are progressed using Calendar.add(int, int).

    +

    +

    +
    Parameters:
    focus - the date to work with
    rangeStyle - the style constant to use. Must be one of + RANGE_MONTH_SUNDAY, + RANGE_MONTH_MONDAY, + RANGE_WEEK_SUNDAY, + RANGE_WEEK_MONDAY, + RANGE_WEEK_RELATIVE, + RANGE_WEEK_CENTER +
    Returns:
    the date iterator +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null +
    java.lang.IllegalArgumentException - if the rangeStyle is invalid
    +
    +
    +
    + +

    +iterator

    +
    +public static java.util.Iterator iterator(java.lang.Object focus,
    +                                          int rangeStyle)
    +
    +

    This constructs an Iterator over each day in a date + range defined by a focus date and range style.

    + +

    For instance, passing Thursday, July 4, 2002 and a + RANGE_MONTH_SUNDAY will return an Iterator + that starts with Sunday, June 30, 2002 and ends with Saturday, August 3, + 2002, returning a Calendar instance for each intermediate day.

    +

    +

    +
    Parameters:
    focus - the date to work with, either + Date or Calendar
    rangeStyle - the style constant to use. Must be one of the range + styles listed for the iterator(Calendar, int) method. +
    Returns:
    the date iterator +
    Throws: +
    java.lang.IllegalArgumentException - if the date + is null +
    java.lang.ClassCastException - if the object type is + not a Date or Calendar
    +
    +
    +
    + +

    +getFragmentInMilliseconds

    +
    +public static long getFragmentInMilliseconds(java.util.Date date,
    +                                             int fragment)
    +
    +

    Returns the number of milliseconds within the + fragment. All datefields greater than the fragment will be ignored.

    + +

    Asking the milliseconds of any date will only return the number of milliseconds + of the current second (resulting in a number between 0 and 999). This + method will retrieve the number of milliseconds for any fragment. + For example, if you want to calculate the number of milliseconds past today, + your fragment is Calendar.DATE or Calendar.DAY_OF_YEAR. The result will + be all milliseconds of the past hour(s), minutes(s) and second(s).

    + +

    Valid fragments are: Calendar.YEAR, Calendar.MONTH, both + Calendar.DAY_OF_YEAR and Calendar.DATE, Calendar.HOUR_OF_DAY, + Calendar.MINUTE, Calendar.SECOND and Calendar.MILLISECOND + A fragment less than or equal to a SECOND field will return 0.

    + +

    +

      +
    • January 1, 2008 7:15:10.538 with Calendar.SECOND as fragment will return 538
    • +
    • January 6, 2008 7:15:10.538 with Calendar.SECOND as fragment will return 538
    • +
    • January 6, 2008 7:15:10.538 with Calendar.MINUTE as fragment will return 10538 (10*1000 + 538)
    • +
    • January 16, 2008 7:15:10.538 with Calendar.MILLISECOND as fragment will return 0 + (a millisecond cannot be split in milliseconds)
    • +
    +

    +

    +

    +
    Parameters:
    date - the date to work with, not null
    fragment - the Calendar field part of date to calculate +
    Returns:
    number of milliseconds within the fragment of date +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null or + fragment is not supported
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +getFragmentInSeconds

    +
    +public static long getFragmentInSeconds(java.util.Date date,
    +                                        int fragment)
    +
    +

    Returns the number of seconds within the + fragment. All datefields greater than the fragment will be ignored.

    + +

    Asking the seconds of any date will only return the number of seconds + of the current minute (resulting in a number between 0 and 59). This + method will retrieve the number of seconds for any fragment. + For example, if you want to calculate the number of seconds past today, + your fragment is Calendar.DATE or Calendar.DAY_OF_YEAR. The result will + be all seconds of the past hour(s) and minutes(s).

    + +

    Valid fragments are: Calendar.YEAR, Calendar.MONTH, both + Calendar.DAY_OF_YEAR and Calendar.DATE, Calendar.HOUR_OF_DAY, + Calendar.MINUTE, Calendar.SECOND and Calendar.MILLISECOND + A fragment less than or equal to a SECOND field will return 0.

    + +

    +

      +
    • January 1, 2008 7:15:10.538 with Calendar.MINUTE as fragment will return 10 + (equivalent to deprecated date.getSeconds())
    • +
    • January 6, 2008 7:15:10.538 with Calendar.MINUTE as fragment will return 10 + (equivalent to deprecated date.getSeconds())
    • +
    • January 6, 2008 7:15:10.538 with Calendar.DAY_OF_YEAR as fragment will return 26110 + (7*3600 + 15*60 + 10)
    • +
    • January 16, 2008 7:15:10.538 with Calendar.MILLISECOND as fragment will return 0 + (a millisecond cannot be split in seconds)
    • +
    +

    +

    +

    +
    Parameters:
    date - the date to work with, not null
    fragment - the Calendar field part of date to calculate +
    Returns:
    number of seconds within the fragment of date +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null or + fragment is not supported
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +getFragmentInMinutes

    +
    +public static long getFragmentInMinutes(java.util.Date date,
    +                                        int fragment)
    +
    +

    Returns the number of minutes within the + fragment. All datefields greater than the fragment will be ignored.

    + +

    Asking the minutes of any date will only return the number of minutes + of the current hour (resulting in a number between 0 and 59). This + method will retrieve the number of minutes for any fragment. + For example, if you want to calculate the number of minutes past this month, + your fragment is Calendar.MONTH. The result will be all minutes of the + past day(s) and hour(s).

    + +

    Valid fragments are: Calendar.YEAR, Calendar.MONTH, both + Calendar.DAY_OF_YEAR and Calendar.DATE, Calendar.HOUR_OF_DAY, + Calendar.MINUTE, Calendar.SECOND and Calendar.MILLISECOND + A fragment less than or equal to a MINUTE field will return 0.

    + +

    +

      +
    • January 1, 2008 7:15:10.538 with Calendar.HOUR_OF_DAY as fragment will return 15 + (equivalent to deprecated date.getMinutes())
    • +
    • January 6, 2008 7:15:10.538 with Calendar.HOUR_OF_DAY as fragment will return 15 + (equivalent to deprecated date.getMinutes())
    • +
    • January 1, 2008 7:15:10.538 with Calendar.MONTH as fragment will return 15
    • +
    • January 6, 2008 7:15:10.538 with Calendar.MONTH as fragment will return 435 (7*60 + 15)
    • +
    • January 16, 2008 7:15:10.538 with Calendar.MILLISECOND as fragment will return 0 + (a millisecond cannot be split in minutes)
    • +
    +

    +

    +

    +
    Parameters:
    date - the date to work with, not null
    fragment - the Calendar field part of date to calculate +
    Returns:
    number of minutes within the fragment of date +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null or + fragment is not supported
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +getFragmentInHours

    +
    +public static long getFragmentInHours(java.util.Date date,
    +                                      int fragment)
    +
    +

    Returns the number of hours within the + fragment. All datefields greater than the fragment will be ignored.

    + +

    Asking the hours of any date will only return the number of hours + of the current day (resulting in a number between 0 and 23). This + method will retrieve the number of hours for any fragment. + For example, if you want to calculate the number of hours past this month, + your fragment is Calendar.MONTH. The result will be all hours of the + past day(s).

    + +

    Valid fragments are: Calendar.YEAR, Calendar.MONTH, both + Calendar.DAY_OF_YEAR and Calendar.DATE, Calendar.HOUR_OF_DAY, + Calendar.MINUTE, Calendar.SECOND and Calendar.MILLISECOND + A fragment less than or equal to a HOUR field will return 0.

    + +

    +

      +
    • January 1, 2008 7:15:10.538 with Calendar.DAY_OF_YEAR as fragment will return 7 + (equivalent to deprecated date.getHours())
    • +
    • January 6, 2008 7:15:10.538 with Calendar.DAY_OF_YEAR as fragment will return 7 + (equivalent to deprecated date.getHours())
    • +
    • January 1, 2008 7:15:10.538 with Calendar.MONTH as fragment will return 7
    • +
    • January 6, 2008 7:15:10.538 with Calendar.MONTH as fragment will return 127 (5*24 + 7)
    • +
    • January 16, 2008 7:15:10.538 with Calendar.MILLISECOND as fragment will return 0 + (a millisecond cannot be split in hours)
    • +
    +

    +

    +

    +
    Parameters:
    date - the date to work with, not null
    fragment - the Calendar field part of date to calculate +
    Returns:
    number of hours within the fragment of date +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null or + fragment is not supported
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +getFragmentInDays

    +
    +public static long getFragmentInDays(java.util.Date date,
    +                                     int fragment)
    +
    +

    Returns the number of days within the + fragment. All datefields greater than the fragment will be ignored.

    + +

    Asking the days of any date will only return the number of days + of the current month (resulting in a number between 1 and 31). This + method will retrieve the number of days for any fragment. + For example, if you want to calculate the number of days past this year, + your fragment is Calendar.YEAR. The result will be all days of the + past month(s).

    + +

    Valid fragments are: Calendar.YEAR, Calendar.MONTH, both + Calendar.DAY_OF_YEAR and Calendar.DATE, Calendar.HOUR_OF_DAY, + Calendar.MINUTE, Calendar.SECOND and Calendar.MILLISECOND + A fragment less than or equal to a DAY field will return 0.

    + +

    +

      +
    • January 28, 2008 with Calendar.MONTH as fragment will return 28 + (equivalent to deprecated date.getDay())
    • +
    • February 28, 2008 with Calendar.MONTH as fragment will return 28 + (equivalent to deprecated date.getDay())
    • +
    • January 28, 2008 with Calendar.YEAR as fragment will return 28
    • +
    • February 28, 2008 with Calendar.YEAR as fragment will return 59
    • +
    • January 28, 2008 with Calendar.MILLISECOND as fragment will return 0 + (a millisecond cannot be split in days)
    • +
    +

    +

    +

    +
    Parameters:
    date - the date to work with, not null
    fragment - the Calendar field part of date to calculate +
    Returns:
    number of days within the fragment of date +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null or + fragment is not supported
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +getFragmentInMilliseconds

    +
    +public static long getFragmentInMilliseconds(java.util.Calendar calendar,
    +                                             int fragment)
    +
    +

    Returns the number of milliseconds within the + fragment. All datefields greater than the fragment will be ignored.

    + +

    Asking the milliseconds of any date will only return the number of milliseconds + of the current second (resulting in a number between 0 and 999). This + method will retrieve the number of milliseconds for any fragment. + For example, if you want to calculate the number of seconds past today, + your fragment is Calendar.DATE or Calendar.DAY_OF_YEAR. The result will + be all seconds of the past hour(s), minutes(s) and second(s).

    + +

    Valid fragments are: Calendar.YEAR, Calendar.MONTH, both + Calendar.DAY_OF_YEAR and Calendar.DATE, Calendar.HOUR_OF_DAY, + Calendar.MINUTE, Calendar.SECOND and Calendar.MILLISECOND + A fragment less than or equal to a MILLISECOND field will return 0.

    + +

    +

      +
    • January 1, 2008 7:15:10.538 with Calendar.SECOND as fragment will return 538 + (equivalent to calendar.get(Calendar.MILLISECOND))
    • +
    • January 6, 2008 7:15:10.538 with Calendar.SECOND as fragment will return 538 + (equivalent to calendar.get(Calendar.MILLISECOND))
    • +
    • January 6, 2008 7:15:10.538 with Calendar.MINUTE as fragment will return 10538 + (10*1000 + 538)
    • +
    • January 16, 2008 7:15:10.538 with Calendar.MILLISECOND as fragment will return 0 + (a millisecond cannot be split in milliseconds)
    • +
    +

    +

    +

    +
    Parameters:
    calendar - the calendar to work with, not null
    fragment - the Calendar field part of calendar to calculate +
    Returns:
    number of milliseconds within the fragment of date +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null or + fragment is not supported
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +getFragmentInSeconds

    +
    +public static long getFragmentInSeconds(java.util.Calendar calendar,
    +                                        int fragment)
    +
    +

    Returns the number of seconds within the + fragment. All datefields greater than the fragment will be ignored.

    + +

    Asking the seconds of any date will only return the number of seconds + of the current minute (resulting in a number between 0 and 59). This + method will retrieve the number of seconds for any fragment. + For example, if you want to calculate the number of seconds past today, + your fragment is Calendar.DATE or Calendar.DAY_OF_YEAR. The result will + be all seconds of the past hour(s) and minutes(s).

    + +

    Valid fragments are: Calendar.YEAR, Calendar.MONTH, both + Calendar.DAY_OF_YEAR and Calendar.DATE, Calendar.HOUR_OF_DAY, + Calendar.MINUTE, Calendar.SECOND and Calendar.MILLISECOND + A fragment less than or equal to a SECOND field will return 0.

    + +

    +

      +
    • January 1, 2008 7:15:10.538 with Calendar.MINUTE as fragment will return 10 + (equivalent to calendar.get(Calendar.SECOND))
    • +
    • January 6, 2008 7:15:10.538 with Calendar.MINUTE as fragment will return 10 + (equivalent to calendar.get(Calendar.SECOND))
    • +
    • January 6, 2008 7:15:10.538 with Calendar.DAY_OF_YEAR as fragment will return 26110 + (7*3600 + 15*60 + 10)
    • +
    • January 16, 2008 7:15:10.538 with Calendar.MILLISECOND as fragment will return 0 + (a millisecond cannot be split in seconds)
    • +
    +

    +

    +

    +
    Parameters:
    calendar - the calendar to work with, not null
    fragment - the Calendar field part of calendar to calculate +
    Returns:
    number of seconds within the fragment of date +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null or + fragment is not supported
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +getFragmentInMinutes

    +
    +public static long getFragmentInMinutes(java.util.Calendar calendar,
    +                                        int fragment)
    +
    +

    Returns the number of minutes within the + fragment. All datefields greater than the fragment will be ignored.

    + +

    Asking the minutes of any date will only return the number of minutes + of the current hour (resulting in a number between 0 and 59). This + method will retrieve the number of minutes for any fragment. + For example, if you want to calculate the number of minutes past this month, + your fragment is Calendar.MONTH. The result will be all minutes of the + past day(s) and hour(s).

    + +

    Valid fragments are: Calendar.YEAR, Calendar.MONTH, both + Calendar.DAY_OF_YEAR and Calendar.DATE, Calendar.HOUR_OF_DAY, + Calendar.MINUTE, Calendar.SECOND and Calendar.MILLISECOND + A fragment less than or equal to a MINUTE field will return 0.

    + +

    +

      +
    • January 1, 2008 7:15:10.538 with Calendar.HOUR_OF_DAY as fragment will return 15 + (equivalent to calendar.get(Calendar.MINUTES))
    • +
    • January 6, 2008 7:15:10.538 with Calendar.HOUR_OF_DAY as fragment will return 15 + (equivalent to calendar.get(Calendar.MINUTES))
    • +
    • January 1, 2008 7:15:10.538 with Calendar.MONTH as fragment will return 15
    • +
    • January 6, 2008 7:15:10.538 with Calendar.MONTH as fragment will return 435 (7*60 + 15)
    • +
    • January 16, 2008 7:15:10.538 with Calendar.MILLISECOND as fragment will return 0 + (a millisecond cannot be split in minutes)
    • +
    +

    +

    +

    +
    Parameters:
    calendar - the calendar to work with, not null
    fragment - the Calendar field part of calendar to calculate +
    Returns:
    number of minutes within the fragment of date +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null or + fragment is not supported
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +getFragmentInHours

    +
    +public static long getFragmentInHours(java.util.Calendar calendar,
    +                                      int fragment)
    +
    +

    Returns the number of hours within the + fragment. All datefields greater than the fragment will be ignored.

    + +

    Asking the hours of any date will only return the number of hours + of the current day (resulting in a number between 0 and 23). This + method will retrieve the number of hours for any fragment. + For example, if you want to calculate the number of hours past this month, + your fragment is Calendar.MONTH. The result will be all hours of the + past day(s).

    + +

    Valid fragments are: Calendar.YEAR, Calendar.MONTH, both + Calendar.DAY_OF_YEAR and Calendar.DATE, Calendar.HOUR_OF_DAY, + Calendar.MINUTE, Calendar.SECOND and Calendar.MILLISECOND + A fragment less than or equal to a HOUR field will return 0.

    + +

    +

      +
    • January 1, 2008 7:15:10.538 with Calendar.DAY_OF_YEAR as fragment will return 7 + (equivalent to calendar.get(Calendar.HOUR_OF_DAY))
    • +
    • January 6, 2008 7:15:10.538 with Calendar.DAY_OF_YEAR as fragment will return 7 + (equivalent to calendar.get(Calendar.HOUR_OF_DAY))
    • +
    • January 1, 2008 7:15:10.538 with Calendar.MONTH as fragment will return 7
    • +
    • January 6, 2008 7:15:10.538 with Calendar.MONTH as fragment will return 127 (5*24 + 7)
    • +
    • January 16, 2008 7:15:10.538 with Calendar.MILLISECOND as fragment will return 0 + (a millisecond cannot be split in hours)
    • +
    +

    +

    +

    +
    Parameters:
    calendar - the calendar to work with, not null
    fragment - the Calendar field part of calendar to calculate +
    Returns:
    number of hours within the fragment of date +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null or + fragment is not supported
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +getFragmentInDays

    +
    +public static long getFragmentInDays(java.util.Calendar calendar,
    +                                     int fragment)
    +
    +

    Returns the number of days within the + fragment. All datefields greater than the fragment will be ignored.

    + +

    Asking the days of any date will only return the number of days + of the current month (resulting in a number between 1 and 31). This + method will retrieve the number of days for any fragment. + For example, if you want to calculate the number of days past this year, + your fragment is Calendar.YEAR. The result will be all days of the + past month(s).

    + +

    Valid fragments are: Calendar.YEAR, Calendar.MONTH, both + Calendar.DAY_OF_YEAR and Calendar.DATE, Calendar.HOUR_OF_DAY, + Calendar.MINUTE, Calendar.SECOND and Calendar.MILLISECOND + A fragment less than or equal to a DAY field will return 0.

    + +

    +

      +
    • January 28, 2008 with Calendar.MONTH as fragment will return 28 + (equivalent to calendar.get(Calendar.DAY_OF_MONTH))
    • +
    • February 28, 2008 with Calendar.MONTH as fragment will return 28 + (equivalent to calendar.get(Calendar.DAY_OF_MONTH))
    • +
    • January 28, 2008 with Calendar.YEAR as fragment will return 28 + (equivalent to calendar.get(Calendar.DAY_OF_YEAR))
    • +
    • February 28, 2008 with Calendar.YEAR as fragment will return 59 + (equivalent to calendar.get(Calendar.DAY_OF_YEAR))
    • +
    • January 28, 2008 with Calendar.MILLISECOND as fragment will return 0 + (a millisecond cannot be split in days)
    • +
    +

    +

    +

    +
    Parameters:
    calendar - the calendar to work with, not null
    fragment - the Calendar field part of calendar to calculate +
    Returns:
    number of days within the fragment of date +
    Throws: +
    java.lang.IllegalArgumentException - if the date is null or + fragment is not supported
    Since:
    +
    2.4
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/DurationFormatUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/DurationFormatUtils.html new file mode 100644 index 0000000..f99be25 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/DurationFormatUtils.html @@ -0,0 +1,536 @@ + + + + + + + +DurationFormatUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.time +
    +Class DurationFormatUtils

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.time.DurationFormatUtils
    +
    +
    +
    +
    public class DurationFormatUtils
    extends java.lang.Object
    + +

    +

    Duration formatting utilities and constants. The following table describes the tokens + used in the pattern language for formatting.

    + + + + + + + + + +
    characterduration element
    yyears
    Mmonths
    ddays
    Hhours
    mminutes
    sseconds
    Smilliseconds
    +

    + +

    +

    +
    Since:
    +
    2.1
    +
    Version:
    +
    $Id: DurationFormatUtils.java 583666 2007-10-11 01:38:13Z ggregory $
    +
    Author:
    +
    Apache Ant - DateUtils, Stephane Bailliez, Stefan Bodewig, Stephen Colebourne, Gary Gregory
    +
    +
    + +

    + + + + + + + + + + + + + + +
    +Field Summary
    +static java.lang.StringISO_EXTENDED_FORMAT_PATTERN + +
    +          Pattern used with FastDateFormat and SimpleDateFormat + for the ISO8601 period format used in durations.
    +  + + + + + + + + + + +
    +Constructor Summary
    DurationFormatUtils() + +
    +          DurationFormatUtils instances should NOT be constructed in standard programming.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +static java.lang.StringformatDuration(long durationMillis, + java.lang.String format) + +
    +          Formats the time gap as a string, using the specified format, and padding with zeros and + using the default timezone.
    +static java.lang.StringformatDuration(long durationMillis, + java.lang.String format, + boolean padWithZeros) + +
    +          Formats the time gap as a string, using the specified format.
    +static java.lang.StringformatDurationHMS(long durationMillis) + +
    +          Formats the time gap as a string.
    +static java.lang.StringformatDurationISO(long durationMillis) + +
    +          Formats the time gap as a string.
    +static java.lang.StringformatDurationWords(long durationMillis, + boolean suppressLeadingZeroElements, + boolean suppressTrailingZeroElements) + +
    +          Formats an elapsed time into a plurialization correct string.
    +static java.lang.StringformatPeriod(long startMillis, + long endMillis, + java.lang.String format) + +
    +          Formats the time gap as a string, using the specified format.
    +static java.lang.StringformatPeriod(long startMillis, + long endMillis, + java.lang.String format, + boolean padWithZeros, + java.util.TimeZone timezone) + +
    +          Formats the time gap as a string, using the specified format.
    +static java.lang.StringformatPeriodISO(long startMillis, + long endMillis) + +
    +          Formats the time gap as a string.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +ISO_EXTENDED_FORMAT_PATTERN

    +
    +public static final java.lang.String ISO_EXTENDED_FORMAT_PATTERN
    +
    +

    Pattern used with FastDateFormat and SimpleDateFormat + for the ISO8601 period format used in durations.

    +

    +

    +
    See Also:
    FastDateFormat, +SimpleDateFormat, +Constant Field Values
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +DurationFormatUtils

    +
    +public DurationFormatUtils()
    +
    +

    DurationFormatUtils instances should NOT be constructed in standard programming.

    + +

    This constructor is public to permit tools that require a JavaBean instance + to operate.

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +formatDurationHMS

    +
    +public static java.lang.String formatDurationHMS(long durationMillis)
    +
    +

    Formats the time gap as a string.

    + +

    The format used is ISO8601-like: + H:m:s.S.

    +

    +

    +
    Parameters:
    durationMillis - the duration to format +
    Returns:
    the time as a String
    +
    +
    +
    + +

    +formatDurationISO

    +
    +public static java.lang.String formatDurationISO(long durationMillis)
    +
    +

    Formats the time gap as a string.

    + +

    The format used is the ISO8601 period format.

    + +

    This method formats durations using the days and lower fields of the + ISO format pattern, such as P7D6TH5M4.321S.

    +

    +

    +
    Parameters:
    durationMillis - the duration to format +
    Returns:
    the time as a String
    +
    +
    +
    + +

    +formatDuration

    +
    +public static java.lang.String formatDuration(long durationMillis,
    +                                              java.lang.String format)
    +
    +

    Formats the time gap as a string, using the specified format, and padding with zeros and + using the default timezone.

    + +

    This method formats durations using the days and lower fields of the + format pattern. Months and larger are not used.

    +

    +

    +
    Parameters:
    durationMillis - the duration to format
    format - the way in which to format the duration +
    Returns:
    the time as a String
    +
    +
    +
    + +

    +formatDuration

    +
    +public static java.lang.String formatDuration(long durationMillis,
    +                                              java.lang.String format,
    +                                              boolean padWithZeros)
    +
    +

    Formats the time gap as a string, using the specified format. + Padding the left hand side of numbers with zeroes is optional and + the timezone may be specified.

    + +

    This method formats durations using the days and lower fields of the + format pattern. Months and larger are not used.

    +

    +

    +
    Parameters:
    durationMillis - the duration to format
    format - the way in which to format the duration
    padWithZeros - whether to pad the left hand side of numbers with 0's +
    Returns:
    the time as a String
    +
    +
    +
    + +

    +formatDurationWords

    +
    +public static java.lang.String formatDurationWords(long durationMillis,
    +                                                   boolean suppressLeadingZeroElements,
    +                                                   boolean suppressTrailingZeroElements)
    +
    +

    Formats an elapsed time into a plurialization correct string.

    + +

    This method formats durations using the days and lower fields of the + format pattern. Months and larger are not used.

    +

    +

    +
    Parameters:
    durationMillis - the elapsed time to report in milliseconds
    suppressLeadingZeroElements - suppresses leading 0 elements
    suppressTrailingZeroElements - suppresses trailing 0 elements +
    Returns:
    the formatted text in days/hours/minutes/seconds
    +
    +
    +
    + +

    +formatPeriodISO

    +
    +public static java.lang.String formatPeriodISO(long startMillis,
    +                                               long endMillis)
    +
    +

    Formats the time gap as a string.

    + +

    The format used is the ISO8601 period format.

    +

    +

    +
    Parameters:
    startMillis - the start of the duration to format
    endMillis - the end of the duration to format +
    Returns:
    the time as a String
    +
    +
    +
    + +

    +formatPeriod

    +
    +public static java.lang.String formatPeriod(long startMillis,
    +                                            long endMillis,
    +                                            java.lang.String format)
    +
    +

    Formats the time gap as a string, using the specified format. + Padding the left hand side of numbers with zeroes is optional. +

    +

    +
    Parameters:
    startMillis - the start of the duration
    endMillis - the end of the duration
    format - the way in which to format the duration +
    Returns:
    the time as a String
    +
    +
    +
    + +

    +formatPeriod

    +
    +public static java.lang.String formatPeriod(long startMillis,
    +                                            long endMillis,
    +                                            java.lang.String format,
    +                                            boolean padWithZeros,
    +                                            java.util.TimeZone timezone)
    +
    +

    Formats the time gap as a string, using the specified format. + Padding the left hand side of numbers with zeroes is optional and + the timezone may be specified.

    + +

    When calculating the difference between months/days, it chooses to + calculate months first. So when working out the number of months and + days between January 15th and March 10th, it choose 1 month and + 23 days gained by choosing January->February = 1 month and then + calculating days forwards, and not the 1 month and 26 days gained by + choosing March -> February = 1 month and then calculating days + backwards.

    + +

    For more control, the Joda-Time + library is recommended.

    +

    +

    +
    Parameters:
    startMillis - the start of the duration
    endMillis - the end of the duration
    format - the way in which to format the duration
    padWithZeros - whether to pad the left hand side of numbers with 0's
    timezone - the millis are defined in +
    Returns:
    the time as a String
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/FastDateFormat.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/FastDateFormat.html new file mode 100644 index 0000000..02c79cc --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/FastDateFormat.html @@ -0,0 +1,1434 @@ + + + + + + + +FastDateFormat (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.time +
    +Class FastDateFormat

    +
    +java.lang.Object
    +  extended byjava.text.Format
    +      extended byorg.apache.commons.lang.time.FastDateFormat
    +
    +
    +
    All Implemented Interfaces:
    java.lang.Cloneable, java.io.Serializable
    +
    +
    +
    +
    public class FastDateFormat
    extends java.text.Format
    + +

    +

    FastDateFormat is a fast and thread-safe version of + SimpleDateFormat.

    + +

    This class can be used as a direct replacement to + SimpleDateFormat in most formatting situations. + This class is especially useful in multi-threaded server environments. + SimpleDateFormat is not thread-safe in any JDK version, + nor will it be as Sun have closed the bug/RFE. +

    + +

    Only formatting is supported, but all patterns are compatible with + SimpleDateFormat (except time zones - see below).

    + +

    Java 1.4 introduced a new pattern letter, 'Z', to represent + time zones in RFC822 format (eg. +0800 or -1100). + This pattern letter can be used here (on all JDK versions).

    + +

    In addition, the pattern 'ZZ' has been made to represent + ISO8601 full format time zones (eg. +08:00 or -11:00). + This introduces a minor incompatibility with Java 1.4, but at a gain of + useful functionality.

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: FastDateFormat.java 590552 2007-10-31 04:04:32Z bayard $
    +
    Author:
    +
    TeaTrove project, Brian S O'Neill, Sean Schofield, Gary Gregory, Stephen Colebourne, Nikolay Metchev
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + +
    +Nested Class Summary
    + + + + + + + +
    Nested classes inherited from class java.text.Format
    java.text.Format.Field
    +  + + + + + + + + + + + + + + + + + + + + + + + +
    +Field Summary
    +static intFULL + +
    +          FULL locale dependent date or time style.
    +static intLONG + +
    +          LONG locale dependent date or time style.
    +static intMEDIUM + +
    +          MEDIUM locale dependent date or time style.
    +static intSHORT + +
    +          SHORT locale dependent date or time style.
    +  + + + + + + + + + + + +
    +Constructor Summary
    +protected FastDateFormat(java.lang.String pattern, + java.util.TimeZone timeZone, + java.util.Locale locale) + +
    +          Constructs a new FastDateFormat.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    +protected  java.lang.StringBufferapplyRules(java.util.Calendar calendar, + java.lang.StringBuffer buf) + +
    +          Performs the formatting by applying the rules to the + specified calendar.
    + booleanequals(java.lang.Object obj) + +
    +          Compares two objects for equality.
    + java.lang.Stringformat(java.util.Calendar calendar) + +
    +          Formats a Calendar object.
    + java.lang.StringBufferformat(java.util.Calendar calendar, + java.lang.StringBuffer buf) + +
    +          Formats a Calendar object into the + supplied StringBuffer.
    + java.lang.Stringformat(java.util.Date date) + +
    +          Formats a Date object.
    + java.lang.StringBufferformat(java.util.Date date, + java.lang.StringBuffer buf) + +
    +          Formats a Date object into the + supplied StringBuffer.
    + java.lang.Stringformat(long millis) + +
    +          Formats a millisecond long value.
    + java.lang.StringBufferformat(long millis, + java.lang.StringBuffer buf) + +
    +          Formats a milliseond long value into the + supplied StringBuffer.
    + java.lang.StringBufferformat(java.lang.Object obj, + java.lang.StringBuffer toAppendTo, + java.text.FieldPosition pos) + +
    +          Formats a Date, Calendar or + Long (milliseconds) object.
    +static FastDateFormatgetDateInstance(int style) + +
    +          Gets a date formatter instance using the specified style in the + default time zone and locale.
    +static FastDateFormatgetDateInstance(int style, + java.util.Locale locale) + +
    +          Gets a date formatter instance using the specified style and + locale in the default time zone.
    +static FastDateFormatgetDateInstance(int style, + java.util.TimeZone timeZone) + +
    +          Gets a date formatter instance using the specified style and + time zone in the default locale.
    +static FastDateFormatgetDateInstance(int style, + java.util.TimeZone timeZone, + java.util.Locale locale) + +
    +          Gets a date formatter instance using the specified style, time + zone and locale.
    +static FastDateFormatgetDateTimeInstance(int dateStyle, + int timeStyle) + +
    +          Gets a date/time formatter instance using the specified style + in the default time zone and locale.
    +static FastDateFormatgetDateTimeInstance(int dateStyle, + int timeStyle, + java.util.Locale locale) + +
    +          Gets a date/time formatter instance using the specified style and + locale in the default time zone.
    +static FastDateFormatgetDateTimeInstance(int dateStyle, + int timeStyle, + java.util.TimeZone timeZone) + +
    +          Gets a date/time formatter instance using the specified style and + time zone in the default locale.
    +static FastDateFormatgetDateTimeInstance(int dateStyle, + int timeStyle, + java.util.TimeZone timeZone, + java.util.Locale locale) + +
    +          Gets a date/time formatter instance using the specified style, + time zone and locale.
    +static FastDateFormatgetInstance() + +
    +          Gets a formatter instance using the default pattern in the + default locale.
    +static FastDateFormatgetInstance(java.lang.String pattern) + +
    +          Gets a formatter instance using the specified pattern in the + default locale.
    +static FastDateFormatgetInstance(java.lang.String pattern, + java.util.Locale locale) + +
    +          Gets a formatter instance using the specified pattern and + locale.
    +static FastDateFormatgetInstance(java.lang.String pattern, + java.util.TimeZone timeZone) + +
    +          Gets a formatter instance using the specified pattern and + time zone.
    +static FastDateFormatgetInstance(java.lang.String pattern, + java.util.TimeZone timeZone, + java.util.Locale locale) + +
    +          Gets a formatter instance using the specified pattern, time zone + and locale.
    + java.util.LocalegetLocale() + +
    +          Gets the locale used by this formatter.
    + intgetMaxLengthEstimate() + +
    +          Gets an estimate for the maximum string length that the + formatter will produce.
    + java.lang.StringgetPattern() + +
    +          Gets the pattern used by this formatter.
    +static FastDateFormatgetTimeInstance(int style) + +
    +          Gets a time formatter instance using the specified style in the + default time zone and locale.
    +static FastDateFormatgetTimeInstance(int style, + java.util.Locale locale) + +
    +          Gets a time formatter instance using the specified style and + locale in the default time zone.
    +static FastDateFormatgetTimeInstance(int style, + java.util.TimeZone timeZone) + +
    +          Gets a time formatter instance using the specified style and + time zone in the default locale.
    +static FastDateFormatgetTimeInstance(int style, + java.util.TimeZone timeZone, + java.util.Locale locale) + +
    +          Gets a time formatter instance using the specified style, time + zone and locale.
    + java.util.TimeZonegetTimeZone() + +
    +          Gets the time zone used by this formatter.
    + booleangetTimeZoneOverridesCalendar() + +
    +          Returns true if the time zone of the + calendar overrides the time zone of the formatter.
    + inthashCode() + +
    +          Returns a hashcode compatible with equals.
    +protected  voidinit() + +
    +          Initializes the instance for first use.
    + java.lang.ObjectparseObject(java.lang.String source, + java.text.ParsePosition pos) + +
    +          Parsing is not supported.
    +protected  java.util.ListparsePattern() + +
    +          Returns a list of Rules given a pattern.
    +protected  java.lang.StringparseToken(java.lang.String pattern, + int[] indexRef) + +
    +          Performs the parsing of tokens.
    +protected  org.apache.commons.lang.time.FastDateFormat.NumberRuleselectNumberRule(int field, + int padding) + +
    +          Gets an appropriate rule for the padding required.
    + java.lang.StringtoString() + +
    +          Gets a debugging string version of this formatter.
    + + + + + + + +
    Methods inherited from class java.text.Format
    clone, format, formatToCharacterIterator, parseObject
    + + + + + + + +
    Methods inherited from class java.lang.Object
    finalize, getClass, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Field Detail
    + +

    +FULL

    +
    +public static final int FULL
    +
    +
    FULL locale dependent date or time style. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +LONG

    +
    +public static final int LONG
    +
    +
    LONG locale dependent date or time style. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +MEDIUM

    +
    +public static final int MEDIUM
    +
    +
    MEDIUM locale dependent date or time style. +

    +

    +
    See Also:
    Constant Field Values
    +
    +
    + +

    +SHORT

    +
    +public static final int SHORT
    +
    +
    SHORT locale dependent date or time style. +

    +

    +
    See Also:
    Constant Field Values
    +
    + + + + + + + + +
    +Constructor Detail
    + +

    +FastDateFormat

    +
    +protected FastDateFormat(java.lang.String pattern,
    +                         java.util.TimeZone timeZone,
    +                         java.util.Locale locale)
    +
    +

    Constructs a new FastDateFormat.

    +

    +

    Parameters:
    pattern - SimpleDateFormat compatible + pattern
    timeZone - time zone to use, null means use + default for Date and value within for + Calendar
    locale - locale, null means use system + default +
    Throws: +
    java.lang.IllegalArgumentException - if pattern is invalid or + null
    + + + + + + + + +
    +Method Detail
    + +

    +getInstance

    +
    +public static FastDateFormat getInstance()
    +
    +

    Gets a formatter instance using the default pattern in the + default locale.

    +

    +

    + +
    Returns:
    a date/time formatter
    +
    +
    +
    + +

    +getInstance

    +
    +public static FastDateFormat getInstance(java.lang.String pattern)
    +
    +

    Gets a formatter instance using the specified pattern in the + default locale.

    +

    +

    +
    Parameters:
    pattern - SimpleDateFormat compatible + pattern +
    Returns:
    a pattern based date/time formatter +
    Throws: +
    java.lang.IllegalArgumentException - if pattern is invalid
    +
    +
    +
    + +

    +getInstance

    +
    +public static FastDateFormat getInstance(java.lang.String pattern,
    +                                         java.util.TimeZone timeZone)
    +
    +

    Gets a formatter instance using the specified pattern and + time zone.

    +

    +

    +
    Parameters:
    pattern - SimpleDateFormat compatible + pattern
    timeZone - optional time zone, overrides time zone of + formatted date +
    Returns:
    a pattern based date/time formatter +
    Throws: +
    java.lang.IllegalArgumentException - if pattern is invalid
    +
    +
    +
    + +

    +getInstance

    +
    +public static FastDateFormat getInstance(java.lang.String pattern,
    +                                         java.util.Locale locale)
    +
    +

    Gets a formatter instance using the specified pattern and + locale.

    +

    +

    +
    Parameters:
    pattern - SimpleDateFormat compatible + pattern
    locale - optional locale, overrides system locale +
    Returns:
    a pattern based date/time formatter +
    Throws: +
    java.lang.IllegalArgumentException - if pattern is invalid
    +
    +
    +
    + +

    +getInstance

    +
    +public static FastDateFormat getInstance(java.lang.String pattern,
    +                                         java.util.TimeZone timeZone,
    +                                         java.util.Locale locale)
    +
    +

    Gets a formatter instance using the specified pattern, time zone + and locale.

    +

    +

    +
    Parameters:
    pattern - SimpleDateFormat compatible + pattern
    timeZone - optional time zone, overrides time zone of + formatted date
    locale - optional locale, overrides system locale +
    Returns:
    a pattern based date/time formatter +
    Throws: +
    java.lang.IllegalArgumentException - if pattern is invalid + or null
    +
    +
    +
    + +

    +getDateInstance

    +
    +public static FastDateFormat getDateInstance(int style)
    +
    +

    Gets a date formatter instance using the specified style in the + default time zone and locale.

    +

    +

    +
    Parameters:
    style - date style: FULL, LONG, MEDIUM, or SHORT +
    Returns:
    a localized standard date formatter +
    Throws: +
    java.lang.IllegalArgumentException - if the Locale has no date + pattern defined
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +getDateInstance

    +
    +public static FastDateFormat getDateInstance(int style,
    +                                             java.util.Locale locale)
    +
    +

    Gets a date formatter instance using the specified style and + locale in the default time zone.

    +

    +

    +
    Parameters:
    style - date style: FULL, LONG, MEDIUM, or SHORT
    locale - optional locale, overrides system locale +
    Returns:
    a localized standard date formatter +
    Throws: +
    java.lang.IllegalArgumentException - if the Locale has no date + pattern defined
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +getDateInstance

    +
    +public static FastDateFormat getDateInstance(int style,
    +                                             java.util.TimeZone timeZone)
    +
    +

    Gets a date formatter instance using the specified style and + time zone in the default locale.

    +

    +

    +
    Parameters:
    style - date style: FULL, LONG, MEDIUM, or SHORT
    timeZone - optional time zone, overrides time zone of + formatted date +
    Returns:
    a localized standard date formatter +
    Throws: +
    java.lang.IllegalArgumentException - if the Locale has no date + pattern defined
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +getDateInstance

    +
    +public static FastDateFormat getDateInstance(int style,
    +                                             java.util.TimeZone timeZone,
    +                                             java.util.Locale locale)
    +
    +

    Gets a date formatter instance using the specified style, time + zone and locale.

    +

    +

    +
    Parameters:
    style - date style: FULL, LONG, MEDIUM, or SHORT
    timeZone - optional time zone, overrides time zone of + formatted date
    locale - optional locale, overrides system locale +
    Returns:
    a localized standard date formatter +
    Throws: +
    java.lang.IllegalArgumentException - if the Locale has no date + pattern defined
    +
    +
    +
    + +

    +getTimeInstance

    +
    +public static FastDateFormat getTimeInstance(int style)
    +
    +

    Gets a time formatter instance using the specified style in the + default time zone and locale.

    +

    +

    +
    Parameters:
    style - time style: FULL, LONG, MEDIUM, or SHORT +
    Returns:
    a localized standard time formatter +
    Throws: +
    java.lang.IllegalArgumentException - if the Locale has no time + pattern defined
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +getTimeInstance

    +
    +public static FastDateFormat getTimeInstance(int style,
    +                                             java.util.Locale locale)
    +
    +

    Gets a time formatter instance using the specified style and + locale in the default time zone.

    +

    +

    +
    Parameters:
    style - time style: FULL, LONG, MEDIUM, or SHORT
    locale - optional locale, overrides system locale +
    Returns:
    a localized standard time formatter +
    Throws: +
    java.lang.IllegalArgumentException - if the Locale has no time + pattern defined
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +getTimeInstance

    +
    +public static FastDateFormat getTimeInstance(int style,
    +                                             java.util.TimeZone timeZone)
    +
    +

    Gets a time formatter instance using the specified style and + time zone in the default locale.

    +

    +

    +
    Parameters:
    style - time style: FULL, LONG, MEDIUM, or SHORT
    timeZone - optional time zone, overrides time zone of + formatted time +
    Returns:
    a localized standard time formatter +
    Throws: +
    java.lang.IllegalArgumentException - if the Locale has no time + pattern defined
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +getTimeInstance

    +
    +public static FastDateFormat getTimeInstance(int style,
    +                                             java.util.TimeZone timeZone,
    +                                             java.util.Locale locale)
    +
    +

    Gets a time formatter instance using the specified style, time + zone and locale.

    +

    +

    +
    Parameters:
    style - time style: FULL, LONG, MEDIUM, or SHORT
    timeZone - optional time zone, overrides time zone of + formatted time
    locale - optional locale, overrides system locale +
    Returns:
    a localized standard time formatter +
    Throws: +
    java.lang.IllegalArgumentException - if the Locale has no time + pattern defined
    +
    +
    +
    + +

    +getDateTimeInstance

    +
    +public static FastDateFormat getDateTimeInstance(int dateStyle,
    +                                                 int timeStyle)
    +
    +

    Gets a date/time formatter instance using the specified style + in the default time zone and locale.

    +

    +

    +
    Parameters:
    dateStyle - date style: FULL, LONG, MEDIUM, or SHORT
    timeStyle - time style: FULL, LONG, MEDIUM, or SHORT +
    Returns:
    a localized standard date/time formatter +
    Throws: +
    java.lang.IllegalArgumentException - if the Locale has no date/time + pattern defined
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +getDateTimeInstance

    +
    +public static FastDateFormat getDateTimeInstance(int dateStyle,
    +                                                 int timeStyle,
    +                                                 java.util.Locale locale)
    +
    +

    Gets a date/time formatter instance using the specified style and + locale in the default time zone.

    +

    +

    +
    Parameters:
    dateStyle - date style: FULL, LONG, MEDIUM, or SHORT
    timeStyle - time style: FULL, LONG, MEDIUM, or SHORT
    locale - optional locale, overrides system locale +
    Returns:
    a localized standard date/time formatter +
    Throws: +
    java.lang.IllegalArgumentException - if the Locale has no date/time + pattern defined
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +getDateTimeInstance

    +
    +public static FastDateFormat getDateTimeInstance(int dateStyle,
    +                                                 int timeStyle,
    +                                                 java.util.TimeZone timeZone)
    +
    +

    Gets a date/time formatter instance using the specified style and + time zone in the default locale.

    +

    +

    +
    Parameters:
    dateStyle - date style: FULL, LONG, MEDIUM, or SHORT
    timeStyle - time style: FULL, LONG, MEDIUM, or SHORT
    timeZone - optional time zone, overrides time zone of + formatted date +
    Returns:
    a localized standard date/time formatter +
    Throws: +
    java.lang.IllegalArgumentException - if the Locale has no date/time + pattern defined
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +getDateTimeInstance

    +
    +public static FastDateFormat getDateTimeInstance(int dateStyle,
    +                                                 int timeStyle,
    +                                                 java.util.TimeZone timeZone,
    +                                                 java.util.Locale locale)
    +
    +

    Gets a date/time formatter instance using the specified style, + time zone and locale.

    +

    +

    +
    Parameters:
    dateStyle - date style: FULL, LONG, MEDIUM, or SHORT
    timeStyle - time style: FULL, LONG, MEDIUM, or SHORT
    timeZone - optional time zone, overrides time zone of + formatted date
    locale - optional locale, overrides system locale +
    Returns:
    a localized standard date/time formatter +
    Throws: +
    java.lang.IllegalArgumentException - if the Locale has no date/time + pattern defined
    +
    +
    +
    + +

    +init

    +
    +protected void init()
    +
    +

    Initializes the instance for first use.

    +

    +

    +
    +
    +
    +
    + +

    +parsePattern

    +
    +protected java.util.List parsePattern()
    +
    +

    Returns a list of Rules given a pattern.

    +

    +

    + +
    Returns:
    a List of Rule objects +
    Throws: +
    java.lang.IllegalArgumentException - if pattern is invalid
    +
    +
    +
    + +

    +parseToken

    +
    +protected java.lang.String parseToken(java.lang.String pattern,
    +                                      int[] indexRef)
    +
    +

    Performs the parsing of tokens.

    +

    +

    +
    Parameters:
    pattern - the pattern
    indexRef - index references +
    Returns:
    parsed token
    +
    +
    +
    + +

    +selectNumberRule

    +
    +protected org.apache.commons.lang.time.FastDateFormat.NumberRule selectNumberRule(int field,
    +                                                                                  int padding)
    +
    +

    Gets an appropriate rule for the padding required.

    +

    +

    +
    Parameters:
    field - the field to get a rule for
    padding - the padding required +
    Returns:
    a new rule with the correct padding
    +
    +
    +
    + +

    +format

    +
    +public java.lang.StringBuffer format(java.lang.Object obj,
    +                                     java.lang.StringBuffer toAppendTo,
    +                                     java.text.FieldPosition pos)
    +
    +

    Formats a Date, Calendar or + Long (milliseconds) object.

    +

    +

    +
    Parameters:
    obj - the object to format
    toAppendTo - the buffer to append to
    pos - the position - ignored +
    Returns:
    the buffer passed in
    +
    +
    +
    + +

    +format

    +
    +public java.lang.String format(long millis)
    +
    +

    Formats a millisecond long value.

    +

    +

    +
    Parameters:
    millis - the millisecond value to format +
    Returns:
    the formatted string
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +format

    +
    +public java.lang.String format(java.util.Date date)
    +
    +

    Formats a Date object.

    +

    +

    +
    Parameters:
    date - the date to format +
    Returns:
    the formatted string
    +
    +
    +
    + +

    +format

    +
    +public java.lang.String format(java.util.Calendar calendar)
    +
    +

    Formats a Calendar object.

    +

    +

    +
    Parameters:
    calendar - the calendar to format +
    Returns:
    the formatted string
    +
    +
    +
    + +

    +format

    +
    +public java.lang.StringBuffer format(long millis,
    +                                     java.lang.StringBuffer buf)
    +
    +

    Formats a milliseond long value into the + supplied StringBuffer.

    +

    +

    +
    Parameters:
    millis - the millisecond value to format
    buf - the buffer to format into +
    Returns:
    the specified string buffer
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +format

    +
    +public java.lang.StringBuffer format(java.util.Date date,
    +                                     java.lang.StringBuffer buf)
    +
    +

    Formats a Date object into the + supplied StringBuffer.

    +

    +

    +
    Parameters:
    date - the date to format
    buf - the buffer to format into +
    Returns:
    the specified string buffer
    +
    +
    +
    + +

    +format

    +
    +public java.lang.StringBuffer format(java.util.Calendar calendar,
    +                                     java.lang.StringBuffer buf)
    +
    +

    Formats a Calendar object into the + supplied StringBuffer.

    +

    +

    +
    Parameters:
    calendar - the calendar to format
    buf - the buffer to format into +
    Returns:
    the specified string buffer
    +
    +
    +
    + +

    +applyRules

    +
    +protected java.lang.StringBuffer applyRules(java.util.Calendar calendar,
    +                                            java.lang.StringBuffer buf)
    +
    +

    Performs the formatting by applying the rules to the + specified calendar.

    +

    +

    +
    Parameters:
    calendar - the calendar to format
    buf - the buffer to format into +
    Returns:
    the specified string buffer
    +
    +
    +
    + +

    +parseObject

    +
    +public java.lang.Object parseObject(java.lang.String source,
    +                                    java.text.ParsePosition pos)
    +
    +

    Parsing is not supported.

    +

    +

    +
    Parameters:
    source - the string to parse
    pos - the parsing position +
    Returns:
    null as not supported
    +
    +
    +
    + +

    +getPattern

    +
    +public java.lang.String getPattern()
    +
    +

    Gets the pattern used by this formatter.

    +

    +

    + +
    Returns:
    the pattern, SimpleDateFormat compatible
    +
    +
    +
    + +

    +getTimeZone

    +
    +public java.util.TimeZone getTimeZone()
    +
    +

    Gets the time zone used by this formatter.

    + +

    This zone is always used for Date formatting. + If a Calendar is passed in to be formatted, the + time zone on that may be used depending on + getTimeZoneOverridesCalendar().

    +

    +

    + +
    Returns:
    the time zone
    +
    +
    +
    + +

    +getTimeZoneOverridesCalendar

    +
    +public boolean getTimeZoneOverridesCalendar()
    +
    +

    Returns true if the time zone of the + calendar overrides the time zone of the formatter.

    +

    +

    + +
    Returns:
    true if time zone of formatter + overridden for calendars
    +
    +
    +
    + +

    +getLocale

    +
    +public java.util.Locale getLocale()
    +
    +

    Gets the locale used by this formatter.

    +

    +

    + +
    Returns:
    the locale
    +
    +
    +
    + +

    +getMaxLengthEstimate

    +
    +public int getMaxLengthEstimate()
    +
    +

    Gets an estimate for the maximum string length that the + formatter will produce.

    + +

    The actual formatted length will almost always be less than or + equal to this amount.

    +

    +

    + +
    Returns:
    the maximum formatted length
    +
    +
    +
    + +

    +equals

    +
    +public boolean equals(java.lang.Object obj)
    +
    +

    Compares two objects for equality.

    +

    +

    +
    Parameters:
    obj - the object to compare to +
    Returns:
    true if equal
    +
    +
    +
    + +

    +hashCode

    +
    +public int hashCode()
    +
    +

    Returns a hashcode compatible with equals.

    +

    +

    + +
    Returns:
    a hashcode compatible with equals
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +

    Gets a debugging string version of this formatter.

    +

    +

    + +
    Returns:
    a debugging string
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/StopWatch.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/StopWatch.html new file mode 100644 index 0000000..b11cb87 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/StopWatch.html @@ -0,0 +1,642 @@ + + + + + + + +StopWatch (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +org.apache.commons.lang.time +
    +Class StopWatch

    +
    +java.lang.Object
    +  extended byorg.apache.commons.lang.time.StopWatch
    +
    +
    +
    +
    public class StopWatch
    extends java.lang.Object
    + +

    +

    + StopWatch provides a convenient API for timings. +

    + +

    + To start the watch, call start(). At this point you can: +

    +
      +
    • split() the watch to get the time whilst the watch continues in the background. unsplit() will + remove the effect of the split. At this point, these three options are available again.
    • +
    • suspend() the watch to pause it. resume() allows the watch to continue. Any time between the + suspend and resume will not be counted in the total. At this point, these three options are available again.
    • +
    • stop() the watch to complete the timing session.
    • +
    + +

    + It is intended that the output methods toString() and getTime() should only be called after stop, + split or suspend, however a suitable result will be returned at other points. +

    + +

    + NOTE: As from v2.1, the methods protect against inappropriate calls. Thus you cannot now call stop before start, + resume before suspend or unsplit before split. +

    + +

    + 1. split(), suspend(), or stop() cannot be invoked twice
    + 2. unsplit() may only be called if the watch has been split()
    + 3. resume() may only be called if the watch has been suspend()
    + 4. start() cannot be called twice without calling reset() +

    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    Version:
    +
    $Id: StopWatch.java 583608 2007-10-10 20:38:41Z ggregory $
    +
    Author:
    +
    Stephen Colebourne
    +
    +
    + +

    + + + + + + + + + + + + + + + + +
    +Constructor Summary
    StopWatch() + +
    +           + Constructor.
    +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Method Summary
    + longgetSplitTime() + +
    +           + Get the split time on the stopwatch.
    + longgetStartTime() + +
    +          Returns the time this stopwatch was started.
    + longgetTime() + +
    +           + Get the time on the stopwatch.
    + voidreset() + +
    +           + Resets the stopwatch.
    + voidresume() + +
    +           + Resume the stopwatch after a suspend.
    + voidsplit() + +
    +           + Split the time.
    + voidstart() + +
    +           + Start the stopwatch.
    + voidstop() + +
    +           + Stop the stopwatch.
    + voidsuspend() + +
    +           + Suspend the stopwatch for later resumption.
    + java.lang.StringtoSplitString() + +
    +           + Gets a summary of the split time that the stopwatch recorded as a string.
    + java.lang.StringtoString() + +
    +           + Gets a summary of the time that the stopwatch recorded as a string.
    + voidunsplit() + +
    +           + Remove a split.
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + + + + +
    +Constructor Detail
    + +

    +StopWatch

    +
    +public StopWatch()
    +
    +

    + Constructor. +

    +

    +

    + + + + + + + + +
    +Method Detail
    + +

    +start

    +
    +public void start()
    +
    +

    + Start the stopwatch. +

    + +

    + This method starts a new timing session, clearing any previous values. +

    +

    +

    + +
    Throws: +
    java.lang.IllegalStateException - if the StopWatch is already running.
    +
    +
    +
    + +

    +stop

    +
    +public void stop()
    +
    +

    + Stop the stopwatch. +

    + +

    + This method ends a new timing session, allowing the time to be retrieved. +

    +

    +

    + +
    Throws: +
    java.lang.IllegalStateException - if the StopWatch is not running.
    +
    +
    +
    + +

    +reset

    +
    +public void reset()
    +
    +

    + Resets the stopwatch. Stops it if need be. +

    + +

    + This method clears the internal values to allow the object to be reused. +

    +

    +

    +
    +
    +
    +
    + +

    +split

    +
    +public void split()
    +
    +

    + Split the time. +

    + +

    + This method sets the stop time of the watch to allow a time to be extracted. The start time is unaffected, + enabling unsplit() to continue the timing from the original start point. +

    +

    +

    + +
    Throws: +
    java.lang.IllegalStateException - if the StopWatch is not running.
    +
    +
    +
    + +

    +unsplit

    +
    +public void unsplit()
    +
    +

    + Remove a split. +

    + +

    + This method clears the stop time. The start time is unaffected, enabling timing from the original start point to + continue. +

    +

    +

    + +
    Throws: +
    java.lang.IllegalStateException - if the StopWatch has not been split.
    +
    +
    +
    + +

    +suspend

    +
    +public void suspend()
    +
    +

    + Suspend the stopwatch for later resumption. +

    + +

    + This method suspends the watch until it is resumed. The watch will not include time between the suspend and + resume calls in the total time. +

    +

    +

    + +
    Throws: +
    java.lang.IllegalStateException - if the StopWatch is not currently running.
    +
    +
    +
    + +

    +resume

    +
    +public void resume()
    +
    +

    + Resume the stopwatch after a suspend. +

    + +

    + This method resumes the watch after it was suspended. The watch will not include time between the suspend and + resume calls in the total time. +

    +

    +

    + +
    Throws: +
    java.lang.IllegalStateException - if the StopWatch has not been suspended.
    +
    +
    +
    + +

    +getTime

    +
    +public long getTime()
    +
    +

    + Get the time on the stopwatch. +

    + +

    + This is either the time between the start and the moment this method is called, or the amount of time between + start and stop. +

    +

    +

    + +
    Returns:
    the time in milliseconds
    +
    +
    +
    + +

    +getSplitTime

    +
    +public long getSplitTime()
    +
    +

    + Get the split time on the stopwatch. +

    + +

    + This is the time between start and latest split. +

    +

    +

    + +
    Returns:
    the split time in milliseconds +
    Throws: +
    java.lang.IllegalStateException - if the StopWatch has not yet been split.
    Since:
    +
    2.1
    +
    +
    +
    +
    + +

    +getStartTime

    +
    +public long getStartTime()
    +
    +
    Returns the time this stopwatch was started. +

    +

    + +
    Returns:
    the time this stopwatch was started +
    Throws: +
    java.lang.IllegalStateException - if this StopWatch has not been started
    Since:
    +
    2.4
    +
    +
    +
    +
    + +

    +toString

    +
    +public java.lang.String toString()
    +
    +

    + Gets a summary of the time that the stopwatch recorded as a string. +

    + +

    + The format used is ISO8601-like, hours:minutes:seconds.milliseconds. +

    +

    +

    + +
    Returns:
    the time as a String
    +
    +
    +
    + +

    +toSplitString

    +
    +public java.lang.String toSplitString()
    +
    +

    + Gets a summary of the split time that the stopwatch recorded as a string. +

    + +

    + The format used is ISO8601-like, hours:minutes:seconds.milliseconds. +

    +

    +

    + +
    Returns:
    the split time as a String
    Since:
    +
    2.1
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/DateFormatUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/DateFormatUtils.html new file mode 100644 index 0000000..e5d6afa --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/DateFormatUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.time.DateFormatUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.time.DateFormatUtils

    +
    +No usage of org.apache.commons.lang.time.DateFormatUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/DateUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/DateUtils.html new file mode 100644 index 0000000..00a040f --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/DateUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.time.DateUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.time.DateUtils

    +
    +No usage of org.apache.commons.lang.time.DateUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/DurationFormatUtils.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/DurationFormatUtils.html new file mode 100644 index 0000000..0013d79 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/DurationFormatUtils.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.time.DurationFormatUtils (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.time.DurationFormatUtils

    +
    +No usage of org.apache.commons.lang.time.DurationFormatUtils +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/FastDateFormat.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/FastDateFormat.html new file mode 100644 index 0000000..9cdd5f0 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/FastDateFormat.html @@ -0,0 +1,419 @@ + + + + + + + +Uses of Class org.apache.commons.lang.time.FastDateFormat (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.time.FastDateFormat

    +
    + + + + + + + + + +
    +Packages that use FastDateFormat
    org.apache.commons.lang.time +Provides classes and methods to work with dates and durations. 
    +  +

    + + + + + +
    +Uses of FastDateFormat in org.apache.commons.lang.time
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Fields in org.apache.commons.lang.time declared as FastDateFormat
    +static FastDateFormatDateFormatUtils.ISO_DATETIME_FORMAT + +
    +          ISO8601 formatter for date-time without time zone.
    +static FastDateFormatDateFormatUtils.ISO_DATETIME_TIME_ZONE_FORMAT + +
    +          ISO8601 formatter for date-time with time zone.
    +static FastDateFormatDateFormatUtils.ISO_DATE_FORMAT + +
    +          ISO8601 formatter for date without time zone.
    +static FastDateFormatDateFormatUtils.ISO_DATE_TIME_ZONE_FORMAT + +
    +          ISO8601-like formatter for date with time zone.
    +static FastDateFormatDateFormatUtils.ISO_TIME_FORMAT + +
    +          ISO8601 formatter for time without time zone.
    +static FastDateFormatDateFormatUtils.ISO_TIME_TIME_ZONE_FORMAT + +
    +          ISO8601 formatter for time with time zone.
    +static FastDateFormatDateFormatUtils.ISO_TIME_NO_T_FORMAT + +
    +          ISO8601-like formatter for time without time zone.
    +static FastDateFormatDateFormatUtils.ISO_TIME_NO_T_TIME_ZONE_FORMAT + +
    +          ISO8601-like formatter for time with time zone.
    +static FastDateFormatDateFormatUtils.SMTP_DATETIME_FORMAT + +
    +          SMTP (and probably other) date headers.
    +  +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in org.apache.commons.lang.time that return FastDateFormat
    +static FastDateFormatFastDateFormat.getInstance() + +
    +          Gets a formatter instance using the default pattern in the + default locale.
    +static FastDateFormatFastDateFormat.getInstance(java.lang.String pattern) + +
    +          Gets a formatter instance using the specified pattern in the + default locale.
    +static FastDateFormatFastDateFormat.getInstance(java.lang.String pattern, + java.util.TimeZone timeZone) + +
    +          Gets a formatter instance using the specified pattern and + time zone.
    +static FastDateFormatFastDateFormat.getInstance(java.lang.String pattern, + java.util.Locale locale) + +
    +          Gets a formatter instance using the specified pattern and + locale.
    +static FastDateFormatFastDateFormat.getInstance(java.lang.String pattern, + java.util.TimeZone timeZone, + java.util.Locale locale) + +
    +          Gets a formatter instance using the specified pattern, time zone + and locale.
    +static FastDateFormatFastDateFormat.getDateInstance(int style) + +
    +          Gets a date formatter instance using the specified style in the + default time zone and locale.
    +static FastDateFormatFastDateFormat.getDateInstance(int style, + java.util.Locale locale) + +
    +          Gets a date formatter instance using the specified style and + locale in the default time zone.
    +static FastDateFormatFastDateFormat.getDateInstance(int style, + java.util.TimeZone timeZone) + +
    +          Gets a date formatter instance using the specified style and + time zone in the default locale.
    +static FastDateFormatFastDateFormat.getDateInstance(int style, + java.util.TimeZone timeZone, + java.util.Locale locale) + +
    +          Gets a date formatter instance using the specified style, time + zone and locale.
    +static FastDateFormatFastDateFormat.getTimeInstance(int style) + +
    +          Gets a time formatter instance using the specified style in the + default time zone and locale.
    +static FastDateFormatFastDateFormat.getTimeInstance(int style, + java.util.Locale locale) + +
    +          Gets a time formatter instance using the specified style and + locale in the default time zone.
    +static FastDateFormatFastDateFormat.getTimeInstance(int style, + java.util.TimeZone timeZone) + +
    +          Gets a time formatter instance using the specified style and + time zone in the default locale.
    +static FastDateFormatFastDateFormat.getTimeInstance(int style, + java.util.TimeZone timeZone, + java.util.Locale locale) + +
    +          Gets a time formatter instance using the specified style, time + zone and locale.
    +static FastDateFormatFastDateFormat.getDateTimeInstance(int dateStyle, + int timeStyle) + +
    +          Gets a date/time formatter instance using the specified style + in the default time zone and locale.
    +static FastDateFormatFastDateFormat.getDateTimeInstance(int dateStyle, + int timeStyle, + java.util.Locale locale) + +
    +          Gets a date/time formatter instance using the specified style and + locale in the default time zone.
    +static FastDateFormatFastDateFormat.getDateTimeInstance(int dateStyle, + int timeStyle, + java.util.TimeZone timeZone) + +
    +          Gets a date/time formatter instance using the specified style and + time zone in the default locale.
    +static FastDateFormatFastDateFormat.getDateTimeInstance(int dateStyle, + int timeStyle, + java.util.TimeZone timeZone, + java.util.Locale locale) + +
    +          Gets a date/time formatter instance using the specified style, + time zone and locale.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/StopWatch.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/StopWatch.html new file mode 100644 index 0000000..36cc93f --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/class-use/StopWatch.html @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.commons.lang.time.StopWatch (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    org.apache.commons.lang.time.StopWatch

    +
    +No usage of org.apache.commons.lang.time.StopWatch +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/package-frame.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/package-frame.html new file mode 100644 index 0000000..fc101f9 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/package-frame.html @@ -0,0 +1,41 @@ + + + + + + + +org.apache.commons.lang.time (Commons Lang 2.4 API) + + + + + + + + + + + +org.apache.commons.lang.time + + + + +
    +Classes  + +
    +DateFormatUtils +
    +DateUtils +
    +DurationFormatUtils +
    +FastDateFormat +
    +StopWatch
    + + + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/package-summary.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/package-summary.html new file mode 100644 index 0000000..bc64359 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/package-summary.html @@ -0,0 +1,197 @@ + + + + + + + +org.apache.commons.lang.time (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +

    +Package org.apache.commons.lang.time +

    + +Provides classes and methods to work with dates and durations. +

    +See: +
    +          Description +

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Class Summary
    DateFormatUtilsDate and time formatting utilities and constants.
    DateUtilsA suite of utilities surrounding the use of the + Calendar and Date object.
    DurationFormatUtilsDuration formatting utilities and constants.
    FastDateFormatFastDateFormat is a fast and thread-safe version of + SimpleDateFormat.
    StopWatch + StopWatch provides a convenient API for timings.
    +  + +

    +

    +Package org.apache.commons.lang.time Description +

    + +

    +

    +Provides classes and methods to work with dates and durations. +

    +This includes: +

      +
    • DateUtils - a set of static utility methods for working with dates +
    • FastDateFormat - a replacement for SimpleDateFormat that is fast and thread-safe +
    • DateFormatUtils - a formatting class for dates +
    • StopWatch - a duration timer +
    +

    + +

    +

    +
    Since:
    +
    2.0
    +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/package-tree.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/package-tree.html new file mode 100644 index 0000000..472bff2 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/package-tree.html @@ -0,0 +1,149 @@ + + + + + + + +org.apache.commons.lang.time Class Hierarchy (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For Package org.apache.commons.lang.time +

    +
    +
    +
    Package Hierarchies:
    All Packages
    +
    +

    +Class Hierarchy +

    +
      +
    • class java.lang.Object +
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/package-use.html b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/package-use.html new file mode 100644 index 0000000..35e4136 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/org/apache/commons/lang/time/package-use.html @@ -0,0 +1,165 @@ + + + + + + + +Uses of Package org.apache.commons.lang.time (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Package
    org.apache.commons.lang.time

    +
    + + + + + + + + + +
    +Packages that use org.apache.commons.lang.time
    org.apache.commons.lang.time +Provides classes and methods to work with dates and durations. 
    +  +

    + + + + + + + + +
    +Classes in org.apache.commons.lang.time used by org.apache.commons.lang.time
    FastDateFormat + +
    +          FastDateFormat is a fast and thread-safe version of + SimpleDateFormat.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/overview-frame.html b/Toady/lib/commons-lang-2.4/apidocs/overview-frame.html new file mode 100644 index 0000000..d6a523e --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/overview-frame.html @@ -0,0 +1,59 @@ + + + + + + + +Overview (Commons Lang 2.4 API) + + + + + + + + + + + + + + + +
    +
    + + + + + +
    All Classes +

    + +Packages +
    +org.apache.commons.lang +
    +org.apache.commons.lang.builder +
    +org.apache.commons.lang.enum +
    +org.apache.commons.lang.enums +
    +org.apache.commons.lang.exception +
    +org.apache.commons.lang.math +
    +org.apache.commons.lang.mutable +
    +org.apache.commons.lang.text +
    +org.apache.commons.lang.time +
    +

    + +

    +  + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/overview-summary.html b/Toady/lib/commons-lang-2.4/apidocs/overview-summary.html new file mode 100644 index 0000000..49d189a --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/overview-summary.html @@ -0,0 +1,190 @@ + + + + + + + +Overview (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +


    +
    +

    +Commons Lang 2.4 API +

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Packages
    org.apache.commons.langProvides highly reusable static utility methods, chiefly concerned +with adding value to java.lang and other standard core classes.
    org.apache.commons.lang.builderAssists in creating consistent equals(Object), toString(), +hashCode(), and compareTo(Object) methods.
    org.apache.commons.lang.enum +Deprecated and replaced by org.apache.commons.lang.enums +and will be removed in version 3.0.
    org.apache.commons.lang.enums +Provides an implementation of the C style enum in the Java world.
    org.apache.commons.lang.exceptionProvides JDK 1.4 style Nested Exception functionality for those on prior Java +versions.
    org.apache.commons.lang.mathExtends java.math for business mathematical classes.
    org.apache.commons.lang.mutableProvides typed mutable wrappers to primitive values and Object.
    org.apache.commons.lang.text +Provides classes for handling and manipulating text, partly as an extension to java.text.
    org.apache.commons.lang.time +Provides classes and methods to work with dates and durations.
    + +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/overview-tree.html b/Toady/lib/commons-lang-2.4/apidocs/overview-tree.html new file mode 100644 index 0000000..ad611ab --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/overview-tree.html @@ -0,0 +1,213 @@ + + + + + + + +Class Hierarchy (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Hierarchy For All Packages

    +
    +
    +
    Package Hierarchies:
    org.apache.commons.lang, org.apache.commons.lang.builder, org.apache.commons.lang.enum, org.apache.commons.lang.enums, org.apache.commons.lang.exception, org.apache.commons.lang.math, org.apache.commons.lang.mutable, org.apache.commons.lang.text, org.apache.commons.lang.time
    +
    +

    +Class Hierarchy +

    +
      +
    • class java.lang.Object
        +
      • class org.apache.commons.lang.ArrayUtils
      • class org.apache.commons.lang.BitField
      • class org.apache.commons.lang.BooleanUtils
      • class org.apache.commons.lang.CharEncoding
      • class org.apache.commons.lang.CharRange (implements java.io.Serializable) +
      • class org.apache.commons.lang.CharSet (implements java.io.Serializable) +
      • class org.apache.commons.lang.CharSetUtils
      • class org.apache.commons.lang.CharUtils
      • class org.apache.commons.lang.ClassUtils
      • class org.apache.commons.lang.builder.CompareToBuilder
      • class org.apache.commons.lang.time.DateFormatUtils
      • class org.apache.commons.lang.time.DateUtils
      • class org.apache.commons.lang.time.DurationFormatUtils
      • class org.apache.commons.lang.enum.Enum (implements java.lang.Comparable, java.io.Serializable) + +
      • class org.apache.commons.lang.enums.Enum (implements java.lang.Comparable, java.io.Serializable) + +
      • class org.apache.commons.lang.enum.EnumUtils
      • class org.apache.commons.lang.enums.EnumUtils
      • class org.apache.commons.lang.builder.EqualsBuilder
      • class org.apache.commons.lang.exception.ExceptionUtils
      • class java.text.Format (implements java.lang.Cloneable, java.io.Serializable) + +
      • class org.apache.commons.lang.builder.HashCodeBuilder
      • class org.apache.commons.lang.math.IEEE754rUtils
      • class org.apache.commons.lang.LocaleUtils
      • class org.apache.commons.lang.mutable.MutableBoolean (implements java.lang.Comparable, org.apache.commons.lang.mutable.Mutable, java.io.Serializable) +
      • class org.apache.commons.lang.mutable.MutableObject (implements org.apache.commons.lang.mutable.Mutable, java.io.Serializable) +
      • class org.apache.commons.lang.exception.NestableDelegate (implements java.io.Serializable) +
      • class java.lang.Number (implements java.io.Serializable) +
          +
        • class org.apache.commons.lang.math.Fraction (implements java.lang.Comparable) +
        • class org.apache.commons.lang.mutable.MutableByte (implements java.lang.Comparable, org.apache.commons.lang.mutable.Mutable) +
        • class org.apache.commons.lang.mutable.MutableDouble (implements java.lang.Comparable, org.apache.commons.lang.mutable.Mutable) +
        • class org.apache.commons.lang.mutable.MutableFloat (implements java.lang.Comparable, org.apache.commons.lang.mutable.Mutable) +
        • class org.apache.commons.lang.mutable.MutableInt (implements java.lang.Comparable, org.apache.commons.lang.mutable.Mutable) +
        • class org.apache.commons.lang.mutable.MutableLong (implements java.lang.Comparable, org.apache.commons.lang.mutable.Mutable) +
        • class org.apache.commons.lang.mutable.MutableShort (implements java.lang.Comparable, org.apache.commons.lang.mutable.Mutable) +
        +
      • class org.apache.commons.lang.NumberRange
      • class org.apache.commons.lang.NumberUtils
      • class org.apache.commons.lang.math.NumberUtils
      • class org.apache.commons.lang.ObjectUtils
      • class org.apache.commons.lang.ObjectUtils.Null (implements java.io.Serializable) +
      • class java.util.Random (implements java.io.Serializable) +
          +
        • class org.apache.commons.lang.math.JVMRandom
        +
      • class org.apache.commons.lang.RandomStringUtils
      • class org.apache.commons.lang.math.RandomUtils
      • class org.apache.commons.lang.math.Range
          +
        • class org.apache.commons.lang.math.DoubleRange (implements java.io.Serializable) +
        • class org.apache.commons.lang.math.FloatRange (implements java.io.Serializable) +
        • class org.apache.commons.lang.math.IntRange (implements java.io.Serializable) +
        • class org.apache.commons.lang.math.LongRange (implements java.io.Serializable) +
        • class org.apache.commons.lang.math.NumberRange (implements java.io.Serializable) +
        +
      • class org.apache.commons.lang.SerializationUtils
      • class org.apache.commons.lang.time.StopWatch
      • class org.apache.commons.lang.text.StrBuilder (implements java.lang.Cloneable) +
      • class org.apache.commons.lang.StringEscapeUtils
      • class org.apache.commons.lang.StringUtils
      • class org.apache.commons.lang.text.StrLookup
      • class org.apache.commons.lang.text.StrMatcher
      • class org.apache.commons.lang.text.StrSubstitutor
      • class org.apache.commons.lang.text.StrTokenizer (implements java.lang.Cloneable, java.util.ListIterator) +
      • class org.apache.commons.lang.SystemUtils
      • class java.lang.Throwable (implements java.io.Serializable) + +
      • class org.apache.commons.lang.builder.ToStringBuilder +
      • class org.apache.commons.lang.builder.ToStringStyle (implements java.io.Serializable) + +
      • class org.apache.commons.lang.Validate
      • class org.apache.commons.lang.WordUtils
      +
    +

    +Interface Hierarchy +

    +
      +
    • interface org.apache.commons.lang.text.FormatFactory
    • interface org.apache.commons.lang.mutable.Mutable
    • interface org.apache.commons.lang.exception.Nestable
    +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/package-list b/Toady/lib/commons-lang-2.4/apidocs/package-list new file mode 100644 index 0000000..066f12e --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/package-list @@ -0,0 +1,9 @@ +org.apache.commons.lang +org.apache.commons.lang.builder +org.apache.commons.lang.enum +org.apache.commons.lang.enums +org.apache.commons.lang.exception +org.apache.commons.lang.math +org.apache.commons.lang.mutable +org.apache.commons.lang.text +org.apache.commons.lang.time diff --git a/Toady/lib/commons-lang-2.4/apidocs/packages b/Toady/lib/commons-lang-2.4/apidocs/packages new file mode 100644 index 0000000..a395225 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/packages @@ -0,0 +1,9 @@ +org.apache.commons.lang +org.apache.commons.lang.builder +org.apache.commons.lang.enum +org.apache.commons.lang.enums +org.apache.commons.lang.exception +org.apache.commons.lang.math +org.apache.commons.lang.mutable +org.apache.commons.lang.text +org.apache.commons.lang.time \ No newline at end of file diff --git a/Toady/lib/commons-lang-2.4/apidocs/packages.html b/Toady/lib/commons-lang-2.4/apidocs/packages.html new file mode 100644 index 0000000..1618c6b --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/packages.html @@ -0,0 +1,38 @@ + + + + + + + + (Commons Lang 2.4 API) + + + + + + + + + + + +
    + +
    + +
    +
    +The front page has been relocated.Please see: +
    +          Frame version +
    +          Non-frame version.
    + + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/resources/inherit.gif b/Toady/lib/commons-lang-2.4/apidocs/resources/inherit.gif new file mode 100644 index 0000000000000000000000000000000000000000..c814867a13deb0ca7ea2156c6ca1d5a03372af7e GIT binary patch literal 57 zcwTe&bhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X literal 0 HcwPel00001 diff --git a/Toady/lib/commons-lang-2.4/apidocs/serialized-form.html b/Toady/lib/commons-lang-2.4/apidocs/serialized-form.html new file mode 100644 index 0000000..52e04b5 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/serialized-form.html @@ -0,0 +1,1812 @@ + + + + + + + +Serialized Form (Commons Lang 2.4 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Serialized Form

    +
    +
    + + + + + +
    +Package org.apache.commons.lang
    + +

    + + + + + +
    +Class org.apache.commons.lang.CharRange extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 8270183163158333422l + +

    + + + + + +
    +Serialized Fields
    + +

    +start

    +
    +char start
    +
    +
    The first character, inclusive, in the range. +

    +

    +
    +
    +
    + +

    +end

    +
    +char end
    +
    +
    The last character, inclusive, in the range. +

    +

    +
    +
    +
    + +

    +negated

    +
    +boolean negated
    +
    +
    True if the range is everything except the characters specified. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.CharSet extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 5947847346149275958l + +

    + + + + + +
    +Serialized Fields
    + +

    +set

    +
    +java.util.Set set
    +
    +
    The set of CharRange objects. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.IllegalClassException extends java.lang.IllegalArgumentException implements Serializable
    + +

    +serialVersionUID: 8063272569377254819l + +

    + +

    + + + + + +
    +Class org.apache.commons.lang.IncompleteArgumentException extends java.lang.IllegalArgumentException implements Serializable
    + +

    +serialVersionUID: 4954193403612068178l + +

    + +

    + + + + + +
    +Class org.apache.commons.lang.NotImplementedException extends java.lang.UnsupportedOperationException implements Serializable
    + +

    +serialVersionUID: -6894122266938754088l + +

    + + + + + +
    +Serialized Fields
    + +

    +delegate

    +
    +NestableDelegate delegate
    +
    +
    The exception helper to delegate nested exception handling to. +

    +

    +
    +
    +
    + +

    +cause

    +
    +java.lang.Throwable cause
    +
    +
    Holds the reference to the exception or error that caused + this exception to be thrown. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.NullArgumentException extends java.lang.IllegalArgumentException implements Serializable
    + +

    +serialVersionUID: 1174360235354917591l + +

    + +

    + + + + + +
    +Class org.apache.commons.lang.ObjectUtils.Null extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 7092611880189329093l + +

    + + + + + +
    +Serialization Methods
    + +

    + +

    +readResolve

    +
    +private java.lang.Object readResolve()
    +
    +

    Ensure singleton.

    +

    +

    + +

    + + + + + +
    +Class org.apache.commons.lang.SerializationException extends NestableRuntimeException implements Serializable
    + +

    +serialVersionUID: 4029025366392702726l + +

    + +

    + + + + + +
    +Class org.apache.commons.lang.UnhandledException extends NestableRuntimeException implements Serializable
    + +

    +serialVersionUID: 1832101364842773720l + +

    + +

    +


    + + + + + +
    +Package org.apache.commons.lang.builder
    + +

    + + + + + +
    +Class org.apache.commons.lang.builder.StandardToStringStyle extends ToStringStyle implements Serializable
    + +

    +serialVersionUID: 1l + +

    + +

    + + + + + +
    +Class org.apache.commons.lang.builder.ToStringStyle extends java.lang.Object implements Serializable
    + +

    + + + + + +
    +Serialized Fields
    + +

    +useFieldNames

    +
    +boolean useFieldNames
    +
    +
    Whether to use the field names, the default is true. +

    +

    +
    +
    +
    + +

    +useClassName

    +
    +boolean useClassName
    +
    +
    Whether to use the class name, the default is true. +

    +

    +
    +
    +
    + +

    +useShortClassName

    +
    +boolean useShortClassName
    +
    +
    Whether to use short class names, the default is false. +

    +

    +
    +
    +
    + +

    +useIdentityHashCode

    +
    +boolean useIdentityHashCode
    +
    +
    Whether to use the identity hash code, the default is true. +

    +

    +
    +
    +
    + +

    +contentStart

    +
    +java.lang.String contentStart
    +
    +
    The content start '['. +

    +

    +
    +
    +
    + +

    +contentEnd

    +
    +java.lang.String contentEnd
    +
    +
    The content end ']'. +

    +

    +
    +
    +
    + +

    +fieldNameValueSeparator

    +
    +java.lang.String fieldNameValueSeparator
    +
    +
    The field name value separator '='. +

    +

    +
    +
    +
    + +

    +fieldSeparatorAtStart

    +
    +boolean fieldSeparatorAtStart
    +
    +
    Whether the field separator should be added before any other fields. +

    +

    +
    +
    +
    + +

    +fieldSeparatorAtEnd

    +
    +boolean fieldSeparatorAtEnd
    +
    +
    Whether the field separator should be added after any other fields. +

    +

    +
    +
    +
    + +

    +fieldSeparator

    +
    +java.lang.String fieldSeparator
    +
    +
    The field separator ','. +

    +

    +
    +
    +
    + +

    +arrayStart

    +
    +java.lang.String arrayStart
    +
    +
    The array start '{'. +

    +

    +
    +
    +
    + +

    +arraySeparator

    +
    +java.lang.String arraySeparator
    +
    +
    The array separator ','. +

    +

    +
    +
    +
    + +

    +arrayContentDetail

    +
    +boolean arrayContentDetail
    +
    +
    The detail for array content. +

    +

    +
    +
    +
    + +

    +arrayEnd

    +
    +java.lang.String arrayEnd
    +
    +
    The array end '}'. +

    +

    +
    +
    +
    + +

    +defaultFullDetail

    +
    +boolean defaultFullDetail
    +
    +
    The value to use when fullDetail is null, + the default value is true. +

    +

    +
    +
    +
    + +

    +nullText

    +
    +java.lang.String nullText
    +
    +
    The null text '<null>'. +

    +

    +
    +
    +
    + +

    +sizeStartText

    +
    +java.lang.String sizeStartText
    +
    +
    The summary size text start '. +

    +

    +
    +
    +
    + +

    +sizeEndText

    +
    +java.lang.String sizeEndText
    +
    +
    The summary size text start '>'. +

    +

    +
    +
    +
    + +

    +summaryObjectStartText

    +
    +java.lang.String summaryObjectStartText
    +
    +
    The summary object text start '<'. +

    +

    +
    +
    +
    + +

    +summaryObjectEndText

    +
    +java.lang.String summaryObjectEndText
    +
    +
    The summary object text start '>'. +

    +

    +
    +
    + +

    +


    + + + + + +
    +Package org.apache.commons.lang.enum
    + +

    + + + + + +
    +Class org.apache.commons.lang.enum.Enum extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -487045951170455942l + +

    + + + + + +
    +Serialization Methods
    + +

    + +

    +readResolve

    +
    +protected java.lang.Object readResolve()
    +
    +
    Deprecated. 

    Handle the deserialization of the class to ensure that multiple + copies are not wastefully created, or illegal enum types created.

    +

    +

    + + + + + +
    +Serialized Fields
    + +

    +iName

    +
    +java.lang.String iName
    +
    +
    Deprecated. 
    The string representation of the Enum. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.enum.ValuedEnum extends Enum implements Serializable
    + +

    +serialVersionUID: -7129650521543789085l + +

    + + + + + +
    +Serialized Fields
    + +

    +iValue

    +
    +int iValue
    +
    +
    Deprecated. 
    The value contained in enum. +

    +

    +
    +
    + +

    +


    + + + + + +
    +Package org.apache.commons.lang.enums
    + +

    + + + + + +
    +Class org.apache.commons.lang.enums.Enum extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -487045951170455942l + +

    + + + + + +
    +Serialization Methods
    + +

    + +

    +readResolve

    +
    +protected java.lang.Object readResolve()
    +
    +

    Handle the deserialization of the class to ensure that multiple + copies are not wastefully created, or illegal enum types created.

    +

    +

    + + + + + +
    +Serialized Fields
    + +

    +iName

    +
    +java.lang.String iName
    +
    +
    The string representation of the Enum. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.enums.ValuedEnum extends Enum implements Serializable
    + +

    +serialVersionUID: -7129650521543789085l + +

    + + + + + +
    +Serialized Fields
    + +

    +iValue

    +
    +int iValue
    +
    +
    The value contained in enum. +

    +

    +
    +
    + +

    +


    + + + + + +
    +Package org.apache.commons.lang.exception
    + +

    + + + + + +
    +Class org.apache.commons.lang.exception.NestableDelegate extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 1l + +

    + + + + + +
    +Serialized Fields
    + +

    +nestable

    +
    +java.lang.Throwable nestable
    +
    +
    Holds the reference to the exception or error that we're + wrapping (which must be a Nestable implementation). +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.exception.NestableError extends java.lang.Error implements Serializable
    + +

    +serialVersionUID: 1l + +

    + + + + + +
    +Serialized Fields
    + +

    +delegate

    +
    +NestableDelegate delegate
    +
    +
    The helper instance which contains much of the code which we + delegate to. +

    +

    +
    +
    +
    + +

    +cause

    +
    +java.lang.Throwable cause
    +
    +
    Holds the reference to the exception or error that caused + this exception to be thrown. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.exception.NestableException extends java.lang.Exception implements Serializable
    + +

    +serialVersionUID: 1l + +

    + + + + + +
    +Serialized Fields
    + +

    +delegate

    +
    +NestableDelegate delegate
    +
    +
    The helper instance which contains much of the code which we + delegate to. +

    +

    +
    +
    +
    + +

    +cause

    +
    +java.lang.Throwable cause
    +
    +
    Holds the reference to the exception or error that caused + this exception to be thrown. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.exception.NestableRuntimeException extends java.lang.RuntimeException implements Serializable
    + +

    +serialVersionUID: 1l + +

    + + + + + +
    +Serialized Fields
    + +

    +delegate

    +
    +NestableDelegate delegate
    +
    +
    The helper instance which contains much of the code which we + delegate to. +

    +

    +
    +
    +
    + +

    +cause

    +
    +java.lang.Throwable cause
    +
    +
    Holds the reference to the exception or error that caused + this exception to be thrown. +

    +

    +
    +
    + +

    +


    + + + + + +
    +Package org.apache.commons.lang.math
    + +

    + + + + + +
    +Class org.apache.commons.lang.math.DoubleRange extends Range implements Serializable
    + +

    +serialVersionUID: 71849363892740l + +

    + + + + + +
    +Serialized Fields
    + +

    +min

    +
    +double min
    +
    +
    The minimum number in this range (inclusive). +

    +

    +
    +
    +
    + +

    +max

    +
    +double max
    +
    +
    The maximum number in this range (inclusive). +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.math.FloatRange extends Range implements Serializable
    + +

    +serialVersionUID: 71849363892750l + +

    + + + + + +
    +Serialized Fields
    + +

    +min

    +
    +float min
    +
    +
    The minimum number in this range (inclusive). +

    +

    +
    +
    +
    + +

    +max

    +
    +float max
    +
    +
    The maximum number in this range (inclusive). +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.math.Fraction extends java.lang.Number implements Serializable
    + +

    +serialVersionUID: 65382027393090l + +

    + + + + + +
    +Serialized Fields
    + +

    +numerator

    +
    +int numerator
    +
    +
    The numerator number part of the fraction (the three in three sevenths). +

    +

    +
    +
    +
    + +

    +denominator

    +
    +int denominator
    +
    +
    The denominator number part of the fraction (the seven in three sevenths). +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.math.IntRange extends Range implements Serializable
    + +

    +serialVersionUID: 71849363892730l + +

    + + + + + +
    +Serialized Fields
    + +

    +min

    +
    +int min
    +
    +
    The minimum number in this range (inclusive). +

    +

    +
    +
    +
    + +

    +max

    +
    +int max
    +
    +
    The maximum number in this range (inclusive). +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.math.JVMRandom extends java.util.Random implements Serializable
    + +

    +serialVersionUID: 1l + +

    + + + + + +
    +Serialized Fields
    + +

    +constructed

    +
    +boolean constructed
    +
    +
    Ensures that only the constructor can call reseed. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.math.LongRange extends Range implements Serializable
    + +

    +serialVersionUID: 71849363892720l + +

    + + + + + +
    +Serialized Fields
    + +

    +min

    +
    +long min
    +
    +
    The minimum number in this range (inclusive). +

    +

    +
    +
    +
    + +

    +max

    +
    +long max
    +
    +
    The maximum number in this range (inclusive). +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.math.NumberRange extends Range implements Serializable
    + +

    +serialVersionUID: 71849363892710l + +

    + + + + + +
    +Serialized Fields
    + +

    +min

    +
    +java.lang.Number min
    +
    +
    The minimum number in this range. +

    +

    +
    +
    +
    + +

    +max

    +
    +java.lang.Number max
    +
    +
    The maximum number in this range. +

    +

    +
    +
    + +

    +


    + + + + + +
    +Package org.apache.commons.lang.mutable
    + +

    + + + + + +
    +Class org.apache.commons.lang.mutable.MutableBoolean extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: -4830728138360036487l + +

    + + + + + +
    +Serialized Fields
    + +

    +value

    +
    +boolean value
    +
    +
    The mutable value. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.mutable.MutableByte extends java.lang.Number implements Serializable
    + +

    +serialVersionUID: -1585823265l + +

    + + + + + +
    +Serialized Fields
    + +

    +value

    +
    +byte value
    +
    +
    The mutable value. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.mutable.MutableDouble extends java.lang.Number implements Serializable
    + +

    +serialVersionUID: 1587163916l + +

    + + + + + +
    +Serialized Fields
    + +

    +value

    +
    +double value
    +
    +
    The mutable value. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.mutable.MutableFloat extends java.lang.Number implements Serializable
    + +

    +serialVersionUID: 5787169186l + +

    + + + + + +
    +Serialized Fields
    + +

    +value

    +
    +float value
    +
    +
    The mutable value. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.mutable.MutableInt extends java.lang.Number implements Serializable
    + +

    +serialVersionUID: 512176391864l + +

    + + + + + +
    +Serialized Fields
    + +

    +value

    +
    +int value
    +
    +
    The mutable value. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.mutable.MutableLong extends java.lang.Number implements Serializable
    + +

    +serialVersionUID: 62986528375l + +

    + + + + + +
    +Serialized Fields
    + +

    +value

    +
    +long value
    +
    +
    The mutable value. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.mutable.MutableObject extends java.lang.Object implements Serializable
    + +

    +serialVersionUID: 86241875189l + +

    + + + + + +
    +Serialized Fields
    + +

    +value

    +
    +java.lang.Object value
    +
    +
    The mutable value. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.mutable.MutableShort extends java.lang.Number implements Serializable
    + +

    +serialVersionUID: -2135791679l + +

    + + + + + +
    +Serialized Fields
    + +

    +value

    +
    +short value
    +
    +
    The mutable value. +

    +

    +
    +
    + +

    +


    + + + + + +
    +Package org.apache.commons.lang.text
    + +

    + + + + + +
    +Class org.apache.commons.lang.text.CompositeFormat extends java.text.Format implements Serializable
    + +

    +serialVersionUID: -4329119827877627683l + +

    + + + + + +
    +Serialized Fields
    + +

    +parser

    +
    +java.text.Format parser
    +
    +
    The parser to use. +

    +

    +
    +
    +
    + +

    +formatter

    +
    +java.text.Format formatter
    +
    +
    The formatter to use. +

    +

    +
    +
    + +

    + + + + + +
    +Class org.apache.commons.lang.text.ExtendedMessageFormat extends java.text.MessageFormat implements Serializable
    + +

    +serialVersionUID: -2362048321261811743l + +

    + + + + + +
    +Serialized Fields
    + +

    +toPattern

    +
    +java.lang.String toPattern
    +
    +
    +
    +
    +
    + +

    +registry

    +
    +java.util.Map registry
    +
    +
    +
    +
    + +

    +


    + + + + + +
    +Package org.apache.commons.lang.time
    + +

    + + + + + +
    +Class org.apache.commons.lang.time.FastDateFormat extends java.text.Format implements Serializable
    + +

    +serialVersionUID: 1l + +

    + + + + + +
    +Serialization Methods
    + +

    + +

    +readObject

    +
    +private void readObject(java.io.ObjectInputStream in)
    +                 throws java.io.IOException,
    +                        java.lang.ClassNotFoundException
    +
    +
    Create the object after serialization. This implementation reinitializes the + transient properties. +

    +

    + +
    Throws: +
    java.io.IOException - if there is an IO issue. +
    java.lang.ClassNotFoundException - if a class cannot be found.
    +
    +
    + + + + + +
    +Serialized Fields
    + +

    +mPattern

    +
    +java.lang.String mPattern
    +
    +
    The pattern. +

    +

    +
    +
    +
    + +

    +mTimeZone

    +
    +java.util.TimeZone mTimeZone
    +
    +
    The time zone. +

    +

    +
    +
    +
    + +

    +mTimeZoneForced

    +
    +boolean mTimeZoneForced
    +
    +
    Whether the time zone overrides any on Calendars. +

    +

    +
    +
    +
    + +

    +mLocale

    +
    +java.util.Locale mLocale
    +
    +
    The locale. +

    +

    +
    +
    +
    + +

    +mLocaleForced

    +
    +boolean mLocaleForced
    +
    +
    Whether the locale overrides the default. +

    +

    +
    +
    + +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved. + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/stylesheet.css b/Toady/lib/commons-lang-2.4/apidocs/stylesheet.css new file mode 100644 index 0000000..6d31fdb --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */ +.TableRowColor { background: #FFFFFF } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF;} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} + diff --git a/Toady/lib/commons-lang-2.4/commons-lang-2.4-javadoc.jar b/Toady/lib/commons-lang-2.4/commons-lang-2.4-javadoc.jar new file mode 100644 index 0000000000000000000000000000000000000000..e3dd7b85df7adc2fc1eba14ce1db63907e2d5a21 GIT binary patch literal 712574 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%0D1Q@U9XJ?@JTITt-S5qK2Wxo*7&1B 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

    ict%J`Hx+fJ67H!d&8oR;>dhhZB9ds&zAaNnD7b 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

    Fl*qR4Pc)4P~h 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

    !G8cucRezR(84Wqp6@GTmzTdsK}(@V?Mv>Gr~ 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%0AA5 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 LbqM}90O0=sVqsxc literal 0 HcwPel00001 diff --git a/Toady/lib/commons-lang-2.4/commons-lang-2.4.jar b/Toady/lib/commons-lang-2.4/commons-lang-2.4.jar new file mode 100644 index 0000000000000000000000000000000000000000..d4e79510db57435c6c5e2c9b7a9762a2f96deaf5 GIT binary patch literal 261802 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⁣)v~i?2b<3<13l)0(VLH%bHZo95Fm5u9C|;t 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

    hkFKufH|rgrNmpM_haSJAroLB6{mufW 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≧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 literal 0 HcwPel00001 diff --git a/Toady/src/net/kezvh/toady/Toady.java b/Toady/src/net/kezvh/toady/Toady.java new file mode 100644 index 0000000..00845da --- /dev/null +++ b/Toady/src/net/kezvh/toady/Toady.java @@ -0,0 +1,260 @@ +/** + * + */ +package net.kezvh.toady; + +import java.awt.event.ActionEvent; +import java.awt.event.InputEvent; +import java.awt.event.KeyEvent; +import java.awt.event.KeyListener; +import java.beans.PropertyChangeListener; +import java.io.File; +import java.io.FileWriter; +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +import javax.swing.Action; +import javax.swing.JCheckBoxMenuItem; +import javax.swing.JFileChooser; +import javax.swing.JFrame; +import javax.swing.JMenu; +import javax.swing.JMenuBar; +import javax.swing.JMenuItem; +import javax.swing.JRadioButtonMenuItem; +import javax.swing.JScrollPane; +import javax.swing.JTextArea; +import javax.swing.KeyStroke; +import javax.swing.event.CaretEvent; +import javax.swing.event.CaretListener; + +/** + * @author afflux + * + */ +public class Toady { + + private static int dot; + private static int mark; + + private interface ToadyAction { + String toString(); + } + + private static final class AreaDeletedToadyAction implements ToadyAction { + /** + * @param dot + * @param mark + */ + public AreaDeletedToadyAction(final int dot, final int mark) { + super(); + this._dot = dot; + this._mark = mark; + } + + private final int _dot; + private final int _mark; + + /** + * @see java.lang.Object#toString() + * @return FIXME + */ + @Override + public String toString() { + return "" + "" + this._dot + "" + "" + this._mark + "" + ""; + } + } + + private static final class KeyPressedToadyAction implements ToadyAction { + private final char c; + private final int index; + + public KeyPressedToadyAction(final char c, final int index) { + this.c = c; + this.index = index; + } + + /** + * @see java.lang.Object#toString() + * @return c + */ + @Override + public String toString() { + return "" + "" + Character.toString(this.c) + "" + "" + this.index + "" + ""; + } + } + + private static final List sequenceOfEdits = new ArrayList(); + + /** + * @param args + */ + public static void main(final String[] args) { + final JFrame frame = new JFrame("Toady"); + + final JMenuBar menuBar; + final JMenu fileMenu, editMenu; + final JMenu submenu; + final JMenuItem saveMenuItem, openMenuItem, undoMenuItem; + final JRadioButtonMenuItem rbMenuItem; + final JCheckBoxMenuItem cbMenuItem; + + //Create the menu bar. + menuBar = new JMenuBar(); + + fileMenu = new JMenu("File"); + fileMenu.setMnemonic(KeyEvent.VK_A); + fileMenu.getAccessibleContext().setAccessibleDescription("The only menu in this program that has menu items"); + menuBar.add(fileMenu); + + saveMenuItem = new JMenuItem("Save", KeyEvent.VK_S); + saveMenuItem.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_1, ActionEvent.ALT_MASK)); + saveMenuItem.getAccessibleContext().setAccessibleDescription("Save"); + saveMenuItem.setAction(new Action() { + /** + * @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent) + * @param e + */ + @Override + public void actionPerformed(final ActionEvent e) { + final JFileChooser chooser = new JFileChooser(); + + // if you ahve a suggested file name to start with, use that + + final int response = chooser.showSaveDialog(frame); + if (response == JFileChooser.APPROVE_OPTION) {// user clicked Save + final File file = chooser.getSelectedFile(); + try { + final FileWriter fileWriter = new FileWriter(file); + for (final ToadyAction toadyAction: Toady.sequenceOfEdits) + fileWriter.write(toadyAction.toString() + "\n"); + fileWriter.close(); + + } catch (final IOException e1) { + // TODO Auto-generated catch block + e1.printStackTrace(); + } + + } else { + // user cancelled... + } + } + + private boolean enabled = true; + + @Override + public void addPropertyChangeListener(final PropertyChangeListener listener) { + // TODO Auto-generated method stub + + } + + @Override + public Object getValue(final String key) { + // TODO Auto-generated method stub + return null; + } + + @Override + public boolean isEnabled() { + // TODO Auto-generated method stub + return this.enabled; + } + + @Override + public void putValue(final String key, final Object value) { + // TODO Auto-generated method stub + + } + + @Override + public void removePropertyChangeListener(final PropertyChangeListener listener) { + // TODO Auto-generated method stub + + } + + @Override + public void setEnabled(final boolean b) { + // TODO Auto-generated method stub + this.enabled = true; + } + }); + fileMenu.add(saveMenuItem); + + openMenuItem = new JMenuItem("Open", KeyEvent.VK_O); + openMenuItem.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_2, ActionEvent.ALT_MASK)); + openMenuItem.getAccessibleContext().setAccessibleDescription("Open"); + fileMenu.add(openMenuItem); + + editMenu = new JMenu("Edit"); + editMenu.setMnemonic(KeyEvent.VK_E); + editMenu.getAccessibleContext().setAccessibleDescription("The only menu in this program that has menu items"); + menuBar.add(editMenu); + + undoMenuItem = new JMenuItem("Undo", KeyEvent.VK_Z); + undoMenuItem.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_3, ActionEvent.ALT_MASK)); + undoMenuItem.getAccessibleContext().setAccessibleDescription("Undo"); + editMenu.add(undoMenuItem); + + frame.setJMenuBar(menuBar); + + final JTextArea textArea = new JTextArea(5, 20); + textArea.setLineWrap(true); + + textArea.addCaretListener(new CaretListener() { + /** + * @see javax.swing.event.CaretListener#caretUpdate(javax.swing.event.CaretEvent) + * @param e + */ + @Override + public void caretUpdate(final CaretEvent e) { + // TODO Auto-generated method stub + Toady.dot = e.getDot(); + Toady.mark = e.getMark(); + } + }); + + textArea.addKeyListener(new KeyListener() { + /** + * @see java.awt.event.KeyListener#keyPressed(java.awt.event.KeyEvent) + * @param e + */ + @Override + public void keyPressed(final KeyEvent e) { + // nooop + } + + /** + * @see java.awt.event.KeyListener#keyReleased(java.awt.event.KeyEvent) + * @param e + */ + @Override + public void keyReleased(final KeyEvent e) { + // nooop + } + + /** + * @see java.awt.event.KeyListener#keyTyped(java.awt.event.KeyEvent) + * @param e + */ + @Override + public void keyTyped(final KeyEvent e) { + if ((e.getModifiers() & (InputEvent.ALT_DOWN_MASK | InputEvent.CTRL_DOWN_MASK)) != 0) + return; + + final JTextArea component = (JTextArea) e.getComponent(); + if (Toady.dot != Toady.mark) + Toady.sequenceOfEdits.add(new AreaDeletedToadyAction(Toady.dot, Toady.mark)); + Toady.sequenceOfEdits.add(new KeyPressedToadyAction(e.getKeyChar(), Toady.dot)); + } + }); + + final JScrollPane scrollPane = new JScrollPane(textArea); + + frame.getContentPane().add(scrollPane); + + frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); + frame.pack(); + frame.setVisible(true); + // TODO Auto-generated method stub + } +} diff --git a/Toady/src/net/kezvh/toady/Toady2.java b/Toady/src/net/kezvh/toady/Toady2.java new file mode 100644 index 0000000..b8eb8d0 --- /dev/null +++ b/Toady/src/net/kezvh/toady/Toady2.java @@ -0,0 +1,562 @@ +/** + * + */ +package net.kezvh.toady; + +import java.awt.event.ActionEvent; +import java.awt.event.ActionListener; +import java.awt.event.KeyEvent; +import java.awt.event.KeyListener; +import java.awt.event.MouseEvent; +import java.awt.event.MouseListener; +import java.io.File; +import java.io.FileInputStream; +import java.io.FileWriter; +import java.io.IOException; +import java.io.InputStreamReader; +import java.io.LineNumberReader; +import java.util.Iterator; +import java.util.concurrent.locks.ReentrantLock; +import java.util.regex.Matcher; +import java.util.regex.Pattern; + +import javax.swing.JFileChooser; +import javax.swing.JFrame; +import javax.swing.JMenuBar; +import javax.swing.JOptionPane; +import javax.swing.JScrollPane; +import javax.swing.JTextArea; +import javax.swing.SwingUtilities; + +import net.kezvh.collections.trees.ListRefTree; +import net.kezvh.collections.trees.Tree; +import net.kezvh.development.UnimplementedException; +import net.kezvh.ui.menu.SpringMenu; + +import org.apache.commons.lang.StringEscapeUtils; +import org.apache.commons.lang.exception.ExceptionUtils; + +/** + * @author afflux + * + */ +public class Toady2 { + + private static StringBuilder contents = new StringBuilder(); + private static final JTextArea textArea = new JTextArea(5, 20); + private static long lastChangeTime = System.nanoTime(); + + private static final ReentrantLock lock = new ReentrantLock(); + + private static final Object MENU = new Object[] { "File", new Object[] { "New", new Object[] { KeyEvent.VK_N, NewActionListener.class }, "Open", new Object[] { KeyEvent.VK_O, OpenActionListener.class }, "Save", new Object[] { KeyEvent.VK_S, SaveActionListener.class, }, }, "Edit", new Object[] { "Undo", new Object[] { KeyEvent.VK_Z, UndoActionListener.class, }, "Replay", new Object[] { KeyEvent.VK_R, ReplayActionListener.class, }, "Reset Timer", new Object[] { KeyEvent.VK_U, ResetActionListener.class, }, }, }; + + private static final Tree sequenceOfEdits = new ListRefTree(new EditToadyAction("", "", 0, 0)); + private static Tree currentAction = Toady2.sequenceOfEdits; + private static final JFrame frame = new JFrame("Toady"); + + private static boolean saved = true; + + /** + * @author afflux + * + */ + private static final class TodayTextMouseListener implements MouseListener { + /** + * @see java.awt.event.MouseListener#mouseClicked(java.awt.event.MouseEvent) + * @param e + */ + @Override + public void mouseClicked(final MouseEvent e) { + Toady2.update(); + } + + /** + * @see java.awt.event.MouseListener#mouseEntered(java.awt.event.MouseEvent) + * @param e + */ + @Override + public void mouseEntered(final MouseEvent e) { + // noop + } + + /** + * @see java.awt.event.MouseListener#mouseExited(java.awt.event.MouseEvent) + * @param e + */ + @Override + public void mouseExited(final MouseEvent e) { + // noop + + } + + /** + * @see java.awt.event.MouseListener#mousePressed(java.awt.event.MouseEvent) + * @param e + */ + @Override + public void mousePressed(final MouseEvent e) { + Toady2.update(); + } + + /** + * @see java.awt.event.MouseListener#mouseReleased(java.awt.event.MouseEvent) + * @param e + */ + @Override + public void mouseReleased(final MouseEvent e) { + Toady2.update(); + } + } + + /** + * @author afflux + * + */ + private static final class ToadyTextKeyListener implements KeyListener { + /** + * @see java.awt.event.KeyListener#keyPressed(java.awt.event.KeyEvent) + * @param e + */ + @Override + public void keyPressed(final KeyEvent e) { + Toady2.update(); + } + + /** + * @see java.awt.event.KeyListener#keyReleased(java.awt.event.KeyEvent) + * @param e + */ + @Override + public void keyReleased(final KeyEvent e) { + Toady2.update(); + } + + /** + * @see java.awt.event.KeyListener#keyTyped(java.awt.event.KeyEvent) + * @param e + */ + @Override + public void keyTyped(final KeyEvent e) { + Toady2.update(); + } + } + + /** + * @author afflux + * + */ + public static final class ReplayActionListener implements ActionListener { + /** + * @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent) + * @param e + */ + @Override + public void actionPerformed(final ActionEvent e) { + synchronized (Toady2.lock) { + Toady2.lock.lock(); + } + final StringBuilder currentContents = new StringBuilder(); + Toady2.textArea.setEditable(false); + Toady2.textArea.setText(""); + + final Iterator iterator = Toady2.sequenceOfEdits.iterator(); + Toady2.timedReplay(iterator, currentContents); + } + } + + /** + * @author afflux + * + */ + public static final class ResetActionListener implements ActionListener { + /** + * @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent) + * @param e + */ + @Override + public void actionPerformed(final ActionEvent e) { + Toady2.lastChangeTime = System.nanoTime(); + } + } + + /** + * @author afflux + * + */ + public static final class UndoActionListener implements ActionListener { + /** + * @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent) + * @param e + */ + @Override + public void actionPerformed(final ActionEvent e) { + Toady2.rewind(); + Toady2.lastChangeTime = System.nanoTime(); + } + } + + private static void rewind() { + if (Toady2.sequenceOfEdits.size() == 0) + return; + final EditToadyAction last = Toady2.sequenceOfEdits.remove(Toady2.sequenceOfEdits.size() - 1); + System.out.println(last); + Toady2.contents.replace(last.getStartPos(), last.getEndPos() + last.getEditContents().length(), last.getPreviousContents()); + Toady2.textArea.setText(Toady2.contents.toString()); + } + + /** + * @author afflux + * + */ + public static final class OpenActionListener implements ActionListener { + /** + * @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent) + * @param e + */ + @Override + public void actionPerformed(final ActionEvent e) { + final JFileChooser chooser = new JFileChooser(); + + // if you have a suggested file name to start with, use that + + final int response = chooser.showOpenDialog(Toady2.frame); + if (response == JFileChooser.APPROVE_OPTION) {// user clicked Save + final File file = chooser.getSelectedFile(); + try { + final LineNumberReader lineNumberReader = new LineNumberReader(new InputStreamReader(new FileInputStream(file))); + + Toady2.sequenceOfEdits.clear(); + for (String line = lineNumberReader.readLine(); line != null; line = lineNumberReader.readLine()) + if (line.startsWith("")) + Toady2.sequenceOfEdits.add(new EditToadyAction(line)); + else { + Toady2.contents = new StringBuilder(StringEscapeUtils.unescapeJava(line)); + Toady2.textArea.setText(Toady2.contents.toString()); + } + + } catch (final IOException e1) { + // TODO Auto-generated catch block + e1.printStackTrace(); + } + + if (!Toady2.contents.equals(Toady2.replay())) + throw new RuntimeException(Toady2.replay()); + + } else { + // user cancelled... + } + } + } + + /** + * @author afflux + * + */ + public static final class SaveActionListener implements ActionListener { + /** + * @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent) + * @param e + */ + @Override + public void actionPerformed(final ActionEvent e) { + Toady2.save(); + } + } + + /** + * @author afflux + * + */ + public static final class NewActionListener implements ActionListener { + /** + * @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent) + * @param e + */ + @Override + public void actionPerformed(final ActionEvent e) { + if (!Toady2.saved && Toady2.promptToSave() && !Toady2.save()) + return; + + Toady2.contents.delete(0, Toady2.contents.length()); + Toady2.textArea.setText(""); + Toady2.sequenceOfEdits.clear(); + } + } + + private static boolean promptToSave() { + throw new UnimplementedException(); + } + + /** + * @return true if the file is sucessfully saved + */ + private static boolean save() { + final JFileChooser chooser = new JFileChooser(); + + // if you have a suggested file name to start with, use that + + final int response = chooser.showSaveDialog(Toady2.frame); + if (response == JFileChooser.APPROVE_OPTION) {// user clicked Save + final File file = chooser.getSelectedFile(); + try { + final FileWriter fileWriter = new FileWriter(file); + for (final EditToadyAction toadyAction: Toady2.sequenceOfEdits) + fileWriter.write(toadyAction.toString() + "\n"); + fileWriter.write(StringEscapeUtils.escapeJava(Toady2.contents.toString())); + fileWriter.write("\n"); + fileWriter.close(); + + } catch (final IOException e1) { + e1.printStackTrace(); // TODO do something with this + return false; + } + + return true; + } else + return false; + } + + private interface ToadyAction { + String toString(); + } + + private static EditToadyAction diff(final String newString) { + int startPos = 0; + int endPos = 0; + + while (newString.length() != startPos && Toady2.contents.length() != startPos && Toady2.contents.charAt(startPos) == newString.charAt(startPos)) + startPos++; + + while (newString.length() != startPos + endPos && Toady2.contents.length() != startPos + endPos && Toady2.contents.charAt(Toady2.contents.length() - 1 - endPos) == newString.charAt(newString.length() - 1 - endPos)) + endPos++; + + if (Toady2.contents.length() == newString.length() && startPos + endPos == newString.length()) + return null; // no change + + if (newString.length() - endPos < 0) + throw new RuntimeException("error; end pos = " + endPos + " and string is " + newString.length()); + + if (Toady2.contents.length() - endPos < 0) + throw new RuntimeException("end position precedes beginning of string: " + endPos + ", " + Toady2.contents.length()); + + if (startPos < 0) + throw new RuntimeException("??????"); + + if (newString.equals(Toady2.contents) && startPos != endPos) + throw new RuntimeException(newString + ": " + startPos + ", " + endPos); + + if (startPos > newString.length() - endPos) + throw new RuntimeException(startPos + ", " + (newString.length() - endPos) + " : " + Toady2.contents + " - " + newString); + + final long duration; + final long now = System.nanoTime(); + if (Toady2.lastChangeTime == -1) + duration = 0; + else + duration = System.nanoTime() - Toady2.lastChangeTime; + Toady2.lastChangeTime = now; + return new EditToadyAction(newString.substring(startPos, newString.length() - endPos), Toady2.contents.substring(startPos, Toady2.contents.length() - endPos), startPos, Toady2.contents.length() - endPos, duration); + } + + private static final class EditToadyAction implements ToadyAction { + /** + * @return the previousContents + */ + public String getPreviousContents() { + return this.previousContents; + } + + /** + * @return the duration + */ + public long getDuration() { + return this.duration; + } + + /** + * @return the editContents + */ + public String getEditContents() { + return this.editContents; + } + + /** + * @return the startPos + */ + public int getStartPos() { + return this.startPos; + } + + /** + * @param editContents + * @param previousContents + * @param startPos + * @param duration + */ + public EditToadyAction(final String editContents, final String previousContents, final int startPos, final long duration) { + super(); + this.editContents = editContents; + this.previousContents = previousContents; + this.startPos = startPos; + this.duration = duration; + } + + private final Pattern p = Pattern.compile("(.*)(.*)(.*)(.*)"); + + public EditToadyAction(final String s) { + final Matcher m = this.p.matcher(s); + if (!m.matches()) + throw new RuntimeException(); + this.startPos = Integer.valueOf(m.group(1)); + this.editContents = StringEscapeUtils.unescapeJava(StringEscapeUtils.unescapeXml(m.group(2))); + this.previousContents = StringEscapeUtils.unescapeJava(StringEscapeUtils.unescapeXml(m.group(3))); + this.duration = Long.valueOf(m.group(4)); + + } + + private final String editContents; + private final String previousContents; + private final int startPos; + private final long duration; + + /** + * @see java.lang.Object#toString() + * @return x + */ + @Override + public String toString() { + return "" + this.startPos + "" + StringEscapeUtils.escapeJava(StringEscapeUtils.escapeXml(this.editContents)) + "" + StringEscapeUtils.escapeJava(StringEscapeUtils.escapeXml(this.previousContents)) + "" + this.duration + ""; + } + } + + /** + * @param args + */ + public static void main(final String[] args) { + System.setProperty("sun.awt.exception.handler", AwtHandler.class.getName()); + Thread.setDefaultUncaughtExceptionHandler(new MyExceptionHandler()); + + final JMenuBar menuBar = new SpringMenu(Toady2.MENU); + + Toady2.frame.setJMenuBar(menuBar); + + Toady2.textArea.setLineWrap(true); + + Toady2.textArea.addKeyListener(new ToadyTextKeyListener()); + + Toady2.textArea.addMouseListener(new TodayTextMouseListener()); + + final JScrollPane scrollPane = new JScrollPane(Toady2.textArea); + + Toady2.frame.getContentPane().add(scrollPane); + + Toady2.frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); + Toady2.frame.pack(); + Toady2.frame.setVisible(true); + } + + private static void timedReplay(final Iterator iterator, final StringBuilder currentContents) { + SwingUtilities.invokeLater(new Runnable() { + public void run() { + if (iterator.hasNext()) + synchronized (Toady2.sequenceOfEdits) { + final EditToadyAction editToadyAction = iterator.next(); + try { + final long duration = editToadyAction.getDuration() / 10; + if (duration == 0) + Toady2.sequenceOfEdits.wait(0, 1); + else { + final long milis = duration / 1000000; + final int nanos = (int) (duration % 1000000); + Toady2.sequenceOfEdits.wait(milis, nanos); + } + + } catch (final InterruptedException e1) { + // nothing should interrupt us + } + currentContents.replace(editToadyAction.getStartPos(), editToadyAction.getEndPos(), editToadyAction.getEditContents()); + Toady2.textArea.setText(currentContents.toString()); + Toady2.timedReplay(iterator, currentContents); + } + else { + if (!Toady2.contents.toString().equals(currentContents.toString())) + throw new RuntimeException("NOT EQUAL\n'" + Toady2.contents + "'\nvs\n'" + currentContents + "'"); + + synchronized (Toady2.lock) { + Toady2.lock.unlock(); + } + + Toady2.textArea.setEditable(true); + Toady2.lastChangeTime = System.nanoTime(); + + } + + } + }); + } + + private static void update() { + synchronized (Toady2.lock) { + if (Toady2.lock.isHeldByCurrentThread()) + return; // just give up + } + + final String newText = Toady2.textArea.getText(); + + final EditToadyAction editToadyAction = Toady2.diff(newText); + if (editToadyAction == null) + return; + + Toady2.saved = false; + + Toady2.contents.delete(0, Toady2.contents.length()); + Toady2.contents.append(newText); + + Toady2.sequenceOfEdits.add(editToadyAction); + + } + + private static class AwtHandler { + public void handle(final Throwable t) { + JOptionPane.showMessageDialog(null, ExceptionUtils.getStackTrace(t), "Error", 1); + } + } + + private static class MyExceptionHandler implements Thread.UncaughtExceptionHandler { + + public void uncaughtException(final Thread t, final Throwable e) { + if (SwingUtilities.isEventDispatchThread()) + this.showException(t, e); + else + SwingUtilities.invokeLater(new Runnable() { + public void run() { + MyExceptionHandler.this.showException(t, e); + } + }); + } + + private void showException(final Thread t, final Throwable e) { + final String msg = String.format("Unexpected problem on thread %s: %s\n%s", t.getName(), e.getMessage(), ExceptionUtils.getStackTrace(e)); + + this.logException(t, e); + + // note: in a real app, you should locate the currently focused frame + // or dialog and use it as the parent. In this example, I'm just passing + // a null owner, which means this dialog may get buried behind + // some other screen. + JOptionPane.showMessageDialog(null, msg); + } + + private void logException(final Thread t, final Throwable e) { + // todo: start a thread that sends an email, or write to a log file, or + // send a JMS message...whatever + } + } + + private static String replay() { + final StringBuilder sb = new StringBuilder(); + for (final EditToadyAction editToadyAction: Toady2.sequenceOfEdits) + sb.replace(editToadyAction.getStartPos(), editToadyAction.getEndPos(), editToadyAction.getEditContents()); + return sb.toString(); + } +} diff --git a/add.sh b/add.sh new file mode 100644 index 0000000..6da4a83 --- /dev/null +++ b/add.sh @@ -0,0 +1 @@ +git add Toady/build.xml Toady/src/ Toady/lib/ Toady/.project Toady/.classpath KezvhLib/src-* KezvhLib/.project KezvhLib/.classpath KezvhLib/.settings/ KezvhLib/lib/ symboljunky/src/ symboljunky/.project symboljunky/.classpath boggler/src/ boggler/.project boggler/.classpath ArachnidRocketgum/src/ ArachnidRocketgum/junit/ ArachnidRocketgum/dicts/ ArachnidRocketgum/texts/ ArachnidRocketgum/web/ ArachnidRocketgum/.classpath ArachnidRocketgum/.project ArachnidRocketgum/.settings/ Primititive/src Primititive/.project Primititive/.classpath pull.sh push.sh remove_trailing_whitespace.pl add.sh diff --git a/boggler/.classpath b/boggler/.classpath new file mode 100644 index 0000000..e10d8f2 --- /dev/null +++ b/boggler/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/boggler/.project b/boggler/.project new file mode 100644 index 0000000..03f4c4b --- /dev/null +++ b/boggler/.project @@ -0,0 +1,17 @@ + + + boggler + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/boggler/src/kezvh/net/boggler/BoggleTrie.java b/boggler/src/kezvh/net/boggler/BoggleTrie.java new file mode 100644 index 0000000..d5aaa12 --- /dev/null +++ b/boggler/src/kezvh/net/boggler/BoggleTrie.java @@ -0,0 +1,72 @@ +/** + * + */ +package kezvh.net.boggler; + +import java.io.IOException; +import java.io.LineNumberReader; +import java.util.Map; +import java.util.TreeMap; + +/** + * @author afflux + * + */ +public final class BoggleTrie { + private boolean complete = false; + private final Map childrenByInitialChar = new TreeMap(); + + private BoggleTrie() { + // do nothing + } + + /** + * @param dictionary + * @throws IOException stuff + */ + public BoggleTrie(final LineNumberReader dictionary) throws IOException { + this.complete = false; + while (dictionary.ready()) + this.add(dictionary.readLine()); + } + + private void add(final CharSequence word) { + if (word.length() == 0) + this.complete = true; + else { + final char initial = word.charAt(0); + if (!this.childrenByInitialChar.containsKey(initial)) + this.childrenByInitialChar.put(initial, new BoggleTrie()); + this.childrenByInitialChar.get(initial).add(word.subSequence(1, word.length())); + } + } + + /** + * @param c FIXME COMMENT + * @return FIXME COMMENT + */ + public boolean containsStartingWith(final char c) { + if (c == 'q' && this.childrenByInitialChar.containsKey('q')) + return this.childrenByInitialChar.get('q').containsStartingWith('u'); + + return this.childrenByInitialChar.containsKey(c); + } + + /** + * @param next FIXME COMMENT + * @return FIXME COMMENT + */ + public BoggleTrie subTrie(final char next) { + if (next == 'q' && this.childrenByInitialChar.containsKey('q')) + return this.childrenByInitialChar.get('q').subTrie('u'); + + return this.childrenByInitialChar.get(next); + } + + /** + * @return FIXME COMMENT + */ + public boolean isComplete() { + return this.complete; + } +} \ No newline at end of file diff --git a/boggler/src/kezvh/net/boggler/Boggler.java b/boggler/src/kezvh/net/boggler/Boggler.java new file mode 100644 index 0000000..52ab8ec --- /dev/null +++ b/boggler/src/kezvh/net/boggler/Boggler.java @@ -0,0 +1,332 @@ +/** + * + */ +package kezvh.net.boggler; + +import java.io.File; +import java.io.FileInputStream; +import java.io.IOException; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.io.LineNumberReader; +import java.util.AbstractSet; +import java.util.Arrays; +import java.util.Collection; +import java.util.Iterator; +import java.util.LinkedList; +import java.util.List; +import java.util.NoSuchElementException; +import java.util.Random; +import java.util.Set; +import java.util.TreeSet; +import java.util.concurrent.Callable; +import java.util.concurrent.ExecutorService; +import java.util.concurrent.Executors; +import java.util.concurrent.FutureTask; + +import net.kezvh.collections.AbstractIterator; + +/** + * @author afflux + * + */ +public class Boggler { + private static final class Coordinate> implements Comparable> { + final T x; + final T y; + + public Coordinate(final T x, final T y) { + this.x = x; + this.y = y; + } + + /** + * @see java.lang.Comparable#compareTo(java.lang.Object) + * @param o + * @return x + */ + @Override + public int compareTo(final Coordinate o) { + final int a = this.x.compareTo(o.x); + if (a != 0) + return a; + return this.y.compareTo(o.y); + } + + /** + * @see java.lang.Object#hashCode() + * @return x + */ + @Override + public int hashCode() { + final int prime = 31; + int result = 1; + result = prime * result + (this.x == null ? 0 : this.x.hashCode()); + result = prime * result + (this.y == null ? 0 : this.y.hashCode()); + return result; + } + + /** + * @see java.lang.Object#equals(java.lang.Object) + * @param obj + * @return x + */ + @Override + public boolean equals(final Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + if (this.getClass() != obj.getClass()) + return false; + final Coordinate other = (Coordinate) obj; + if (this.x == null) { + if (other.x != null) + return false; + } else if (!this.x.equals(other.x)) + return false; + if (this.y == null) { + if (other.y != null) + return false; + } else if (!this.y.equals(other.y)) + return false; + return true; + } + } + + private static final class BogglerArgs { + private final File dictFile; + private final BoggleBoard boggleBoard; + private final int minimumWordSize; + + public BogglerArgs(final String... args) { + this.dictFile = new File(args[0]); + this.boggleBoard = new BoggleBoard(args[1], Integer.parseInt(args[2]), Integer.parseInt(args[3])); + this.minimumWordSize = Integer.parseInt(args[4]); + } + + public InputStream getDictionaryStream() throws IOException { + return new FileInputStream(this.dictFile); + } + + public BoggleBoard getBoard() { + return this.boggleBoard; + } + + public int getMinimumWordLength() { + return this.minimumWordSize; + } + } + + private static final class BoggleBoard { + private static final char[][] cubes = new char[][] { new char[] { 'a', 'a', 'c', 'i', 'o', 't' }, new char[] { 'd', 'e', 'n', 'o', 's', 'w' }, new char[] { 'a', 'b', 'i', 'l', 't', 'y' }, new char[] { 'd', 'k', 'n', 'o', 't', 'u' }, new char[] { 'a', 'b', 'j', 'm', 'o', 'q' }, new char[] { 'e', 'e', 'f', 'h', 'i', 'y' }, new char[] { 'a', 'c', 'd', 'e', 'm', 'p' }, new char[] { 'e', 'g', 'i', 'n', 't', 'v' }, new char[] { 'a', 'c', 'e', 'l', 's', 'r' }, new char[] { 'e', 'g', 'k', 'l', 'u', 'y' }, new char[] { 'a', 'd', 'e', 'n', 'v', 'z' }, new char[] { 'e', 'h', 'i', 'n', 'p', 's' }, new char[] { 'a', 'h', 'm', 'o', 'r', 's' }, new char[] { 'e', 'l', 'p', 's', 't', 'u' }, new char[] { 'b', 'f', 'i', 'o', 'r', 'x' }, new char[] { 'g', 'i', 'l', 'r', 'u', 'w' }, }; + private final char[][] chars; + + /** + * @see java.lang.Object#toString() + * @return asdf + */ + @Override + public String toString() { + final StringBuilder sb = new StringBuilder(); + for (final char[] c: this.chars) { + for (final char element: c) + sb.append(element); + sb.append("\n"); + } + return sb.toString(); + } + + public static BoggleBoard random() { + final List indexes = new LinkedList(Arrays.asList(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15)); // I have a range class, but i need to update it first + final Random r = new Random(); + final StringBuffer sb = new StringBuffer(16); + while (!indexes.isEmpty()) { + final char[] cube = BoggleBoard.cubes[indexes.remove(r.nextInt(indexes.size()))]; + sb.append(cube[r.nextInt(6)]); + } + return new BoggleBoard(sb.toString(), 4, 4); + } + + public BoggleBoard(final String values, final int width, final int height) { + this.chars = new char[height][]; + for (int i = 0; i < height; i++) { + this.chars[i] = new char[width]; + for (int j = 0; j < width; j++) + this.chars[i][j] = values.charAt(i * width + j); + } + } + + public char charAt(final int x, final int y) { + return this.chars[y][x]; + } + + public int getWidth() { + return this.chars[0].length; + } + + public int getHeight() { + return this.chars.length; + } + + public Iterable iterateAt(final int x, final int y, final int minimumWordLength, final BoggleTrie trie) { + return new BoggleBoardSet(x, y, minimumWordLength, trie); + } + + private final class BoggleBoardSet extends AbstractSet { + private final int x; + private final int y; + private final int minimumWordLength; + private final BoggleTrie trie; + + /** + * @param minimumWordLength + * @param x + * @param y + * @param trie + */ + public BoggleBoardSet(final int minimumWordLength, final int x, final int y, final BoggleTrie trie) { + super(); + this.minimumWordLength = minimumWordLength; + this.x = x; + this.y = y; + this.trie = trie; + } + + /** + * @see java.util.AbstractCollection#iterator() + * @return x + */ + @Override + public Iterator iterator() { + return new BoggleBoardSetIterator(); + } + + /** + * @see java.util.AbstractCollection#size() + * @return size + */ + @Override + public int size() { + throw new UnsupportedOperationException(); + } + + private final class BoggleBoardSetIterator extends AbstractIterator { + private final LinkedList> currentSequence = new LinkedList>(); + private final StringBuffer currentString = new StringBuffer(); + private final LinkedList>> availableSteps = new LinkedList>>(); + private final LinkedList subDicts = new LinkedList(); + + { + final Coordinate origin = new Coordinate(BoggleBoardSet.this.x, BoggleBoardSet.this.y); + this.currentSequence.add(new Coordinate(BoggleBoardSet.this.x, BoggleBoardSet.this.y)); + this.availableSteps.add(this.findSteps(origin, this.currentSequence)); + this.currentString.append(BoggleBoard.this.chars[BoggleBoardSet.this.y][BoggleBoardSet.this.x]); + this.subDicts.add(BoggleBoardSet.this.trie.subTrie(BoggleBoard.this.chars[BoggleBoardSet.this.y][BoggleBoardSet.this.x])); + } + + private LinkedList> findSteps(final Coordinate location, final Collection> occupied) { + final LinkedList> steps = new LinkedList>(); + for (int dx = -1; dx <= 1; dx++) + for (int dy = -1; dy <= 1; dy++) + if (dx == 0 && dy == 0 || location.x + dx < 0 || location.x + dx >= BoggleBoard.this.getWidth() || location.y + dy < 0 || location.y + dy >= BoggleBoard.this.getHeight()) + continue; + else { + final Coordinate potentialStep = new Coordinate(location.x + dx, location.y + dy); + if (!occupied.contains(potentialStep)) + steps.add(potentialStep); + } + return steps; + } + + /** + * @see net.kezvh.collections.AbstractIterator#findNext() + * @return + * @throws NoSuchElementException + */ + @Override + protected CharSequence findNext() throws NoSuchElementException { + while (!this.availableSteps.isEmpty()) + if (this.availableSteps.getLast().isEmpty()) { + this.availableSteps.removeLast(); + this.currentSequence.removeLast(); + this.currentString.deleteCharAt(this.currentString.length() - 1); + this.subDicts.removeLast(); + } else { + final Coordinate nextStep = this.availableSteps.getLast().removeLast(); + final char nextChar = BoggleBoard.this.chars[nextStep.y][nextStep.x]; + + if (this.subDicts.getLast().containsStartingWith(nextChar)) { + this.currentSequence.add(nextStep); + this.availableSteps.add(this.findSteps(nextStep, this.currentSequence)); + this.currentString.append(nextChar); + this.subDicts.add(this.subDicts.getLast().subTrie(nextChar)); + if (this.subDicts.getLast().isComplete() && this.currentString.length() >= BoggleBoardSet.this.minimumWordLength) + return this.currentString.toString(); + } + continue; + + } + throw new NoSuchElementException(); + } + } + } + } + + /** + * TODO parameterize so you can specify you want the board to be random or read in as needed. + * + * @param args dictfile board with height maxwordlength + * @throws Exception your mom + */ + public static void main(final String... args) throws Exception { + final BogglerArgs bogglerArgs = new BogglerArgs(args); + + // final BoggleBoard board = BoggleBoard.random(); + final BoggleBoard board = bogglerArgs.boggleBoard; + final LineNumberReader dictionaryReader = new LineNumberReader(new InputStreamReader(bogglerArgs.getDictionaryStream())); + + final ExecutorService executor = Executors.newFixedThreadPool(1); + final FutureTask ft = new FutureTask(new Callable() { + /** + * @see java.util.concurrent.Callable#call() + * @return x + * @throws Exception + */ + @Override + public BoggleTrie call() throws Exception { + final long start = System.nanoTime(); + try { + return new BoggleTrie(dictionaryReader); + } finally { + System.out.println("took " + (System.nanoTime() - start)); + } + } + }); + executor.execute(ft); + + System.out.println(board); + System.in.read(); + + final BoggleTrie dictionary = ft.get(); + + final Collection words = Boggler.findWords(board, dictionary, bogglerArgs.getMinimumWordLength()); + for (final String word: words) + System.out.println(word); + + executor.shutdown(); + } + + private static Collection findWords(final BoggleBoard boggleBoard, final BoggleTrie dictionary, final int minimumWordLength) { + final Set words = new TreeSet(); + + final long start = System.nanoTime(); + for (int y = 0; y < boggleBoard.getHeight(); y++) + for (int x = 0; x < boggleBoard.getWidth(); x++) + for (final CharSequence word: boggleBoard.iterateAt(minimumWordLength, x, y, dictionary)) + words.add(word.toString()); + System.out.println("took " + (System.nanoTime() - start) + " ns"); + + return words; + } +} diff --git a/remove_trailing_whitespace.pl b/remove_trailing_whitespace.pl index 5cdd3a4..8d91a2d 100644 --- a/remove_trailing_whitespace.pl +++ b/remove_trailing_whitespace.pl @@ -20,15 +20,15 @@ sub do_dir($) { opendir $dh, $dirname; while (my $fname = readdir $dh) { - + if ($fname =~ /\.$/ or $fname =~ /^\./) { next; - } - + } + $fname = "$dirname/$fname"; if (-d $fname) { do_dir($fname); - } elsif (-f $fname and $fname =~ /\.java$/) { + } elsif (-f $fname) { do_file($fname); } } @@ -58,7 +58,7 @@ sub do_file($) { open $fh, ">$fname" or do { print "failed open for reading\n"; return; - }; + }; print $fh $contents; close $fh; } diff --git a/symboljunky/src/kezvh/symboljunky/RelationType.java b/symboljunky/src/kezvh/symboljunky/RelationType.java index e161290..55b1e8a 100644 --- a/symboljunky/src/kezvh/symboljunky/RelationType.java +++ b/symboljunky/src/kezvh/symboljunky/RelationType.java @@ -1,5 +1,5 @@ /** - * + * */ package kezvh.symboljunky; diff --git a/symboljunky/src/kezvh/symboljunky/Representation.java b/symboljunky/src/kezvh/symboljunky/Representation.java index e36f422..9ec71f5 100644 --- a/symboljunky/src/kezvh/symboljunky/Representation.java +++ b/symboljunky/src/kezvh/symboljunky/Representation.java @@ -1,5 +1,5 @@ /** - * + * */ package kezvh.symboljunky; @@ -12,25 +12,25 @@ import java.io.OutputStream; */ public interface Representation { /** - * + * * @return type of representation */ RepresentationType getRepresentationType(); - + /** - * + * * @return a pointer to the actual representation (an image, a string, etc) */ Object getRepresentation(); - + /** - * + * * @return a human readable verseion of the representation */ String getRenderedRepresentation(); - + /** - * + * * @param os stream onto which the representation will be written */ void printRenderedRepresentation(OutputStream os); diff --git a/symboljunky/src/kezvh/symboljunky/RepresentationType.java b/symboljunky/src/kezvh/symboljunky/RepresentationType.java index b5fe3ca..43a8039 100644 --- a/symboljunky/src/kezvh/symboljunky/RepresentationType.java +++ b/symboljunky/src/kezvh/symboljunky/RepresentationType.java @@ -1,5 +1,5 @@ /** - * + * */ package kezvh.symboljunky; @@ -10,7 +10,7 @@ package kezvh.symboljunky; public final class RepresentationType { private final long representationTypeId; private final String representationTypeName; - + /** * @param representationTypeId * @param representationTypeName @@ -20,7 +20,7 @@ public final class RepresentationType { this.representationTypeId = representationTypeId; this.representationTypeName = representationTypeName; } - + /** * @return the representationTypeId */ diff --git a/symboljunky/src/kezvh/symboljunky/Symbol.java b/symboljunky/src/kezvh/symboljunky/Symbol.java index 7e133ba..9195412 100644 --- a/symboljunky/src/kezvh/symboljunky/Symbol.java +++ b/symboljunky/src/kezvh/symboljunky/Symbol.java @@ -1,5 +1,5 @@ /** - * + * */ package kezvh.symboljunky; @@ -11,19 +11,19 @@ import java.util.Set; */ public interface Symbol { /** - * + * * @return id for this symbol */ long getSymbolId(); - + /** - * + * * @return symbols marked as "related" */ Set getRelated(); - + /** - * + * * @return tags for this symbol */ Set getTags(); diff --git a/symboljunky/src/kezvh/symboljunky/SymbolProperty.java b/symboljunky/src/kezvh/symboljunky/SymbolProperty.java index 9b171c7..247ff82 100644 --- a/symboljunky/src/kezvh/symboljunky/SymbolProperty.java +++ b/symboljunky/src/kezvh/symboljunky/SymbolProperty.java @@ -1,5 +1,5 @@ /** - * + * */ package kezvh.symboljunky; @@ -10,13 +10,13 @@ package kezvh.symboljunky; */ public interface SymbolProperty { /** - * + * * @return FIXME */ SymbolPropertyType getSymbolPropertyType(); - + /** - * + * * @return FIXME */ String getSymbolPropertyDescription(); diff --git a/symboljunky/src/kezvh/symboljunky/SymbolPropertyType.java b/symboljunky/src/kezvh/symboljunky/SymbolPropertyType.java index 3c5f758..ad105ca 100644 --- a/symboljunky/src/kezvh/symboljunky/SymbolPropertyType.java +++ b/symboljunky/src/kezvh/symboljunky/SymbolPropertyType.java @@ -1,5 +1,5 @@ /** - * + * */ package kezvh.symboljunky; @@ -49,7 +49,7 @@ public final class SymbolPropertyType { public SymbolPropertyType getSuperType() { return this.superType; } - + /** * @return the symbolPropertyTypeId */ diff --git a/symboljunky/src/kezvh/symboljunky/Tag.java b/symboljunky/src/kezvh/symboljunky/Tag.java index f76871f..ffbeda1 100644 --- a/symboljunky/src/kezvh/symboljunky/Tag.java +++ b/symboljunky/src/kezvh/symboljunky/Tag.java @@ -1,5 +1,5 @@ /** - * + * */ package kezvh.symboljunky; @@ -11,17 +11,17 @@ import java.io.Serializable; */ public final class Tag implements Serializable { private final String tag; - + /** - * + * * @param tag */ public Tag(String tag) { this.tag = tag; } - + /** - * + * * @return the tag */ String getTag() { -- 2.11.4.GIT

    =|`-j1iniGvOH~QI!6eVtqbUU$V`=9qiPL*E;9QaJ(k0O}ibC$g4 z`{WeyTG0y62WSZ{=|!rtZS7pCRsH@OEB)QYb59oZ3Zmmck;$`Mp42rvnJymSFzCEoNtto*6Tyj0ey8YSt&A2z;6 z+O@MQqbL|xzH1>GSdd7WBybrwoNwu7xO`aDX&@XM`Ym+&hfqXN&R0cajDmti1Ja=Z}mRLK1(4VvEgI(!<)&D;B8`J;tU=O z4iXJ#>#fMJO3gZ7_d`TeQn}38^;*Ib6j{;R`1AG=z{#~|KQj(kJu+CTX(Y)%#4Sxr zrr({adC3`o#wpOaUj_Xz=pDvSqw!Pr!%KAib)uXVGq%ChmNkoIp)@g#zAvIJJRn62 zx@ORBt<5-9s%~+DgKYTsgscx-JPBS7_+Exdhf^$=h{Tlcx zuA((iHmYh50v0gsh}uhbXk1o-? zl!hxhvNAnW1H|;Vv|8y`Xk;Y)$RNc;#X0#wa3$Kg7># zQk%(#-{S<$;1L%(*au|EiN<;^=ZAMVU#hRfcL~ z!znr$AI_BfvkSf)Vq=;f*0}-N)mEldR@sX1Ar45KoaXM)E!bKC5Y4_penpFt`Or(3 zm3Fdw5v2rukvVe-m>_S$mSd87D@S`MB{nlQn}tl7%{8CJ01&{jeWn9e!9=z><4JGJ)n?i zJ_Ycc_>as41Jcto4h*?5JfhIcM&8psFl{~K&-FOar&sbz*RopQSyk0aZ6u?zryCvAC};LUmmHpnA$Nq!_ZJtsir6>81Z6DSU^4a4MDE3iLy0f zS6||3XYQ6z_x^Z1CQp^LPfPmapfPnb_fBY{aS4$fcQzv?38$)O3zpl=v z^uqSG4u(#qD)vJE>*#;EV%fiO8yx8U{-++XF(%yUjTv4x*OFZfRa? z3(}X&hs;?|{UlLY64c>C6Zq5Tp0Q<5IG~`dUBrSnCe!+Un%rhm+_>ac7ijE-kcqj3 zOT&dFz}l$w4#u;~Q93mg_*HnXb}NNck;}<-X&nV{Hu)8rFBsggGmt=ZF+9oQ=$Zffx&p;=)x{W5!Z-Q&rofp z^Goyhko?P$UTJY?(b(J5I~K;?Sj2zI+5XsIcqr)gQYH|2U1}j`Nl!z){>kD;NLyuK z(w<#J5*skTxya3*SJ-*Lph{-Ldb8xzX|ZUx@@co4cUWE+RAnQC@FfoGz9hhYhSZ|v z8AaLHM9=Gf**HST#NGbvClST+pnj_vV(xPbZwiPXeQE_g?v+)SA7>&&;cHmoVK<3W ztZnHy-YkdO$@)?p%zec?=IXv{o41zhHibXw87+4OHGQ=%f$pn;9;HV9dp<(ahS}cc z+K=8`nk49DHO2BuY}a4@NRSR<<)E8@jbM9OBO@Br`)qH% z7^^W&@72F=7sm^WU`O<&R2bP-(Po=oA+}Hm;j$DPlqE&*pnSgZ0ovR*01AxU3~DCM z(a}^1$A%4G{s}gYWQl@P16mI_Rrg9uG zi{anzD~*&eMZsJC4Cd%qosst;a-paua5#+MPh`FGPadf$%sk zU3RCea?Mg(H!OMEbmyjD# zA#VIhaPZ9CH@M}8;Gf{76U1U%{9fDHShd5RoXsR!fBG!RTTG-@nA{S90=%Q%HHMpy zJY~Z)k9l^;ztZx$X#HJ-SGKyqZ+f@=iW(#itOF z%8ez@*k<#w;jB!#Lbp5n@+*&Kzx8<}`B2L|kWJD|DYl_WXp^k_Ib7vH#y_<@Bipp} zf0xj7OHy(1fx}gQc8H!+@w}rJ65$JQI2Or@hkHCdsP*LclJtqw!*_uVB5QG!&Kfnr z8(0AoQp<&fWOe*7bqOZJI`m$ggE0{LDF@rg6%^x2N!LlzN76@m!QJBDo619Rnh_l= zus3R23~7^SH0RvZAB4!fqT>RrI7Q_1n^3S~_-Cp??kans&e%X+2g#xG5lwGoL*Sqa z7HY&EDo_vni=1fw)k)y-(oJ8sCE$Z`G-?a(Do=o0EKbp{^pZH~rljjH z|EMEQ>HK7KESU*du>zHvqq}mBY)@2SOiDRTm{1N_Lm?doh)^@KAo0+>bfq{0f)k^R zv5Z(#v6-0cDN4+!1Uo~?L&f>@AGMFc(JS{o0zUko-p|3&!CjA0(_X|5Wuer#FFKrk z!v0sX0e<8G{m%GDk^1P~bmiC}0vFV~VI;W@p3}PPqlWBcjCn>1bWbV5IB1Dg3_bO1 zr!?;e3z>*$s6)5yGL!ps4b(}p>=DZQei#M(1a2%*6Q&MS6(vs@l?PQ+gc6=pdYEIP zjAV?2v7rkE=p#npaSSz%_=oI1xnxKaB|Q;B6j(8`_))N89pin8k&5ut*oXS9X)5A$ zZfgm$%+Zii4X=F@u}Da@q=)vcaZ2LUanq8-3FAU0t`C`HrRZ2?TfD&UzQ{EG7d^DH!J6&Cd1AOzb}? zhgA&~FTAvs^t$4R+l=*8i=++8OO$&Rw)sC$B2r_hH&z>GxgVz=P^`O3Tghk zxdy+|JRi=VTVP@$>@Hm0PE@?#5V_c$?3^A>FF=?rq}`qnx}POCI&#$VoxSvLX+ev` znB$oB%r%I$Mdb}P_Gq7T#U*FvjLrmuy~}9u#^oyicbyw;vRkLzEE~-&rdfnef!ZEZ zd;V%?mqQtIwfwk`oKPvGokxwdD&z9?ZmL~><^_VPHZ|gfAihgs9+CALZ}}3S{7R~1 z=kmp0jHD|Z8~d;g*o--*BWx&Ngi8)a~UU3RV=>p7ud7mKX?V$KN7%CMN0QMG|tIrLKLsSOP?tC{zmyeW3-6yp}LM@ z9zh-bw9t4n-3`{sMCZCyo6U+%|0}l*{t?Iin6u@^fWLk_JM)Hbxze+@XxZHU(MGEH zyq~ig_a5W%bN93a@UgLsA4=eEKz)EbJmHjO`FWZSmMsQ?c&&JB&3)X+E|&bo1xq~g zA?ee3Pj-}2TVFYOlCAJaR=j7aAr{IfZS>l1`wn9RH)2?x`#jTgtC?Ex%Rd15=lXg& zPr;tP^X8#yJo&y=($<+iHJ3Y+e_K3x*`FQ$a3SlA#H-AnIcJcd-1-^rFo1r_@ON{! zlt?DHZeWa8sHni}CwW>eh6{&$8^X^j%W7!C6u6!u0vGFiLsqp7Lv_y#% z3r3vi&T{=!;wg%Kkks5VBO9xY?l{REg2#0C2maI#{)}31;Aq^fs*;#%`@OB+{8RNF zN4>^()nMv)&g!A7)qKG=Jp+|m(Qu&%3qf77*EuIdlJd8bU*I*Zb(lU#tiKbA;5eDQ~+z{RR?9{Ka&2==6GB+lGPfjj-+rrFvkmNW3PgW+{Sz3=e5x)jZ^O)ya4J><7ez& zIy$*MLcsG#PqlpcJ0+qrs}#EF5SjUQ=Hcg7{bG%s#=um75}g|I6d1`xZlf5_fqb^O%V|$^u>VStKdJHWE=K&*=N@~!p@r> zqieO($(D=|RoOP%$wqer`^z9Zk0D4Wl$G+4;j*+@s(3Pf!^(aN?8SEsQb#6JR6J_B z6e=nMQ>IPmIyT7hI9~J0`8gh8hLDr}+B5dHJzr zcRK~NxgQWEQQx06-RSZKAjodqrH98yJBB?fsK462rL@GuK9YTsfxN6yukQi(`Tlv1 zbw`^%)^n}XG4jp)J;W`OT#2Ph*f!psT9y-8CrNCFDP01q@qU~BM*EX+iz zQEby3s?TI7l9lbjj zn84`Z6Agm6sdcFOSIbh8aZ=n|q-0*v7Xw08!zFMZIbbaD{{fyX8>;eoJPK`82!cw2g>%V~P7JkR^EN{SMLj=NotoQl8?Xul5_yg_6AyS~q3@j^Nvo(My#z%f z>F*Jb)!#jHLs;S##Xh!JA~U7Z^^jzev||wyI8F?a7kFfF&YcHIt*8yX1Q|R{pnd%! zmN*fU6HgPQCh~BoRn`B|>>Z&yj@9gd>eA^!&{*s{#adDpVxiAm-$1C#!%_(h|~tvS^Q-wXnlH~h-%xrDHY->-T0D9%b%5dh7PY`yJ%Eo?&S)C2-vf9o)0OMl@8r ztXh$K_L3_*iDZS9LA0)Pu^;FODap5))gq+rq}KN1N`d76)O=jkq1q$rTqbIvr9(rd zM_y7HvCz>XL^0e$?4p6B$*wZ%OgP$xtnKfkgfg9cW9V<;`p|0=&x>>DlPf=j=Azh4 zB77y!dycYlj-~?-;pi5*Ghtp6<)KbZe)6x66jw01igeEP?WpP5Q_`{~CS{M0OCPHB z{*#=PJv%DC7_%l;XO!*qJ-chV#}K7&XzUY)YqDX^=&UNAj2m1G{vPE`g&dtW~P2KuL z=|5EnnM|$zWXHs5IoT30^u5Ri4NaCsR#rq7`wsQQ>2Sx)8%gqpDj8RcPpQ<|9xkrV z8wX3DRmY8;&ji3tw;%yvr}?9YZQ&y9{-)Cw6R)la+wLh^`iK#C7#PtaM0l`19D4yh zyG{>l#H?waeU;19dC(aEt{=uOCSfV#lJ}XZY3-w4hd6E)a$2kxuFP2aW~z<19HEyK z!7vpWM~--g;S=Y}C2F4Jiu7@&)Hh$pr}OiOI}Zh56bGG}JB~ZMI9Q&Zu8K~xSi0W> zLpa(4-E4{nQlt3QhJ2N+ktLBM)_cWQ6A@N+U0LFIPm!)}v*_%nCGTFx;eJk|_y1D= zRtk9W(%WUTwl_j1;S#<^8g=MD;nLeb4?0us)LEch5yqW%g-&7kMi`A|dzO^WDQarH z2>qCY)jek)!+xHzh9|-5QL}#X9`q+!y(ub1e+-Wwf)#2H8)_z{EOV?b;9k99WBm^d z@poCftji;8EsYGo*)3rowr=8hMg)J3dl2{ECxg=<;F(=oP?MwC291^B(C-m(a@T#U z3EycMLi}4WWLuGT>=(6G{-iM~++OhuZ>MYqX)AbBv~JFx@m})UcKe9kTw;q3801-? zEM5y=^j&Jpj43xzVfHO(Fz>*3>KtoP zA57#`dD0&u2v+s2Bai}Ng5U=6W*B8kHAM1_X*sf*wR*N)a@vZ8f1_u4s$IRm$=o;| z9)88P+Wh_*yKwOuTs2TSJxo|mJ)QIXGGnOUdX<%RT0pbM18WH28$5ZYqocR+aP49c z*u{>^+CbWEW3WzQNVef~dl;lOU^I70dVYbr1s;lq8@d#ZfC82+W+n741H)bY6MIw9gytoj|KHX?4JsaW6U>U;Hak{nSbT?_WrF)#9I zGBTlcS@FUd{h&JJT$AZT5=XGVx5N(KQSEsZKCb?2A>6M-=-N>>*cRL!Rm4(ig|Dc3 z$S+diQ4~d=!uV1kO}Ok<2C-+m3TzkanWQ;(=;|TtV#e?APT^v>`NnVy;L2V_9Z0b5 zQx%UiwD=v}{74x1QfBAiy{>39U<==pmVVhzU3WDs!mf(YVo-zxY76!gDs2pg$9sD7 zplBp<0DTdALz|jWshqbNSUZ(C7T+AQ7$jsdba@#h(F2_>@k?ySpT`=UtkG+hp@CCn z6FopZM?7tFh}+%IGaTbF&B9>~lkWZXdMU+aQ8xLX~TZwBbvRaZV3dAC&X^ zNFg=2BPE2e-xQujhjdrJBR}>^Ghrj2@-fS;*h&n>I$v8qI(cX?x%x0+YNcSa^|+1% zgi{c8kgOpVdS-@!$xy=`w4?aWVgh;R;4$e}&SMym5(QAb84olOAsjNBKfq=@ zJcbbgekHIu@th&ja%^#|Dh(4tj8_93jwsZDx$fJK=BLUnB;SHQ8hZO^Owd&dB?0q0 z8(etV;*BrFf4FtWLW`T)ZNYH4QkPX>7SkN32#LVsfhW42H8Jg?uEk}v`tcNVb z@15x|rw9t#WLO4A9q}Tp9`OXy{U9HgMnBH>tj3ewhB0t$DJ;|&iLJN(6-;C~M=O&W zsL1pCA+7TJ&=f^s4kL*AM?>16az)M8h0ifggsu^tuL@LzT*;(JrCw6p1BKjDq+B9T zMwId0Z4LY+*^B&GflsZ=0Xg@j9ewc z$cs&5Uvx)S7>^tPRupyC`0lRqwd2e^g+sWscdE*xNOtb@Q37^ZXlZ7h zgYj2|&`l9kH=R?(a#4lwjj5szuARuQVmdob5wu4sFOoWIM&hE!*sKe&TU-v-fjdLI z?-5ILeLoh1k3o-_%KX&tOt#@QqFs`}^9%W3S%7cy@>&N12fa1%92JB%|b|RN&_$pNM*Tmrhp+S{~)IzpvY73 zm;W|;yB{orWf!|8VX?5K-k9F5_iXowM+3xbZ$s?4@O46K$X)bSGT|XnRaf=%I6H5` zYOgp}TZ z;#68>Pw|)vE2H9c$bS#lYp+72Gv{I$xB_s276?aILJVKbVmIPpf;W8nK3Y2gt?*q)d`=u=iByGuKz1k z_eucN{AJM-s`V!Io?NIfg2r02K5NA!dfj*Y;mfSFKFnv3#n=SiEc)|D4N!FCTZ`Hx z+_mzQe*#$>{w9y=vF$KOqg;`j&7;_VpE(_S-3fRhV;euU8+99EM!4y8whe%yFRO`)QB24N^{Orp~mr^n|*D9*m<8 zHOWQ*K_Oq69X8rh`##}kQr%U0pqHWvZ*ha1-n6s)UNcD4S-RoPcVy0zqa02}cm!=Th{|3M?fk-$2i`jx#t< zwl7DwFMDoXh;Civ#b{TI4;+3HLyL?T@Hhy#CP?!M-*>jVQQ^;7FZHBYy>N zZ)E;H&osp>blG@E9O9eJLb_zm^YJ?`b4;x3_IFHDA%gx{g_ zzR0CRJ!A75Z4wwhO%z#!?pA-OwXpE+3zg5VpfhqX*XL2AVw%H8-PDFH|P=T72{z8GDO!P}9pQsHmk(b_JnVpkxRPyT-_jmC~ zkhH8NKW89GGCe8RbiC`*CWIVAbH=-i`|?lo!t9=_HK_CE<~ACPjeTqJ7E z_WZ}t%Be(To|Noq>&{L_BZ1Y+=&&EVioomV>>5Qt>{v%xK0jGaZ&sirNTjA;-6-o@ z`B}cPE?C)`8i3oqf~+9n#n@A565x@|BFAi+w31^dG9Ski1rr+&igRc^Pg}OTgw;1X z)!H&?y;9SZAroR7Wda|OB;D}m=0_1(I~nra@>EfJG*h9v)kJOc3}%*Eopie^TvYf z$g@=Kt^DjLm+@LaFbmO)KkqRo29uh``7aq}0?YqPQ?Xi?q{NNYdK9ih+{IfgoN%%V z6@CA>*&qR@_o_)6%bW-`%m-TH4ZB~75`6^$Up;%>R_$DkwKJ0-%+ERr<)(V!S!rZp zJO{>gc<#1UjpCkQ(sk5nyFtgDb`|gcEVsow>?AAgRIkv%yL7*7dW=qs7jgce-y#0y z_EtvGU&4bN#vn{T`x8?l5c%~|sYSRfpu^9}hTF(7!92U9!hwl0yBJyaFT=N=;euq6 zQ00TdKkx4%IQJa!V}HT^U%GzU1u_UY5Ktus5Rk}!tAi=K7}}W_I+^@`{Y%-!)5i3F zbuSG?`%N|^zt_6~nRM5O{yL32TavEA${DCU+YrBtS2W}fT8xN{ zmuyE1A0AI)^kM!5=Q=0z?c4UyeL#+aZpWf&ASxx-uAh&|Dl+1ue^{8(;A3S~p_|fZ z^qCsspfaLb@WGzEj2TSO9v31o-5=rsHDBYl(`eQ!ny>%p*;9}B;#(_Lah||BO$^w` z#=b14h1L=CTO}`*eC1%~hK}+&crpOKVz2 zL%B6=AhfLk&C^<%M_$I~q2VuvJxs-2vWs-Yb>PWix}K+<=1(rp&Ed%DMa*G%@EO`A zy=y%sOJlQS&EiLP`1bQZ^U$Mj?=Pq%K*UpjRpjvF#pIah&N_RGS(*lY0-peTIS1(H zzW-;0EziFlYLEqKy+`oR&B2}i6v^MxohWIe_K-f+iKyP`I?%xO|Nrmb;K-N|Z7 zLCdlrI6snq9DVrx)8q>O4p-Fm(K&k-Q8#zvb<;;%Vd|h-ZP2#zwb4Zfek#BI0CwCv z>lgPfbeF(o4xs&etlaOpNwo_}oa*p1Z=m^t>cC6()(VXyroFkNxuRjTIhOnj9W=RU=|j*0Z@H|pHq?^h(m z5%a~aT7?hwwVPOjhm)?~+<&;)TR|%$lK@Egc)D)x`h&0Tc&rG?ZUwogb{;%zrEiKf zFsMbaFKq#roAj0>7fZcixLN**Nj=hBB4r(jF!4}yintd0ueOSk9?+c*#kQ*kklP$@ zjMBe%3VwRO=d8Vl?n}0sX*`xxL$b?6pExGRnhQ_Hr9fC-8Vx zZpe(;=Lajz6`x;STwgTo8xz=(KN#^DTI8V*@>ns#D? zoYI-3q%$NUO##d+cqYqz?ZV3X z$qy6zQo9JLrvwku{$!W=Y2J_6(e_LCx%KHW$F4KtPd4xO>jQ$*u~!8gWtCCj&Nq17 zlbt@_Prg_AB_^A-@gCvs$4<-32&~e?-`H$NL8?!DGJMtRPa;JH@hdb`DL)0fOUR}3 zLqgJK1zYxI_glZuG_QX#tyON*v}Syvq#}NZDZ01=;d^Y+;q8kQ>#_WpZ+hvj4enXT zrHO>rpSIW>JGPQnMNN$sp;mJ+x@Nn?J*vF3M=j;AGUWPIY(D_nrZ5;OiCbOd7w7^Q zqe*1Vb!cI5U2U_He3K@vgWaoiTKiFMI!aqLxWTcbP1CB4#y_F^;@=I>2;70p#dG=W z4_r2i^F#NYKSOTi(lay6{-#Ja!npk=riQFypf7=q8$l14&V@c>Um>1)T5ExuF1S-x7u|O7-3;7xFB72h6~&Ybbr-bOXtPQ!cxFEzuVT+LFQNiWye!A^+My-Eq1HmO;khbh|ngb+9E+MS#BA_6w^E?l=iv=lg! z(7hRvrofvmQESZ}9~MGtlmZc~yt;H1usw7J1T)&{$~-;ecfI707W(r@#k)*ygCaXZ zBGseGiNVB(d(^(yC@Jv_!oXlYaIYULj%8#1!kZ(>mHA`&`O5?~2$NfJV8b~$r=B889!)2LriHsIQ~v|L5CCcGXl10!Nl8*gDQ^8mqd^C& zY)x0hL$~_ZZ&^lTLcOk86uI)+M#LRtC}0!9Ugl1&1P}uL;1eh2&mO_}Wajawtw`)qG|2#^JwFIhl`K8ESdA{7qbQ z<&-Jhvs!89@6hgSQX&LLYtPfIISDp((&NBle5)2K8mhmXkROO)nT~6#+b17mtE0jR zD!OLk$2e;b`K8xXjt*EW%up@6+O&OUPeAt>uJ1OV1(-TQh^GIZj1`AuW)*2}eAu6v zF!>5gn8blpjczPI>Uy%of^Xl!!ReCT*i&QeLsqxoQNz!CP|a1#;Ee+rAmg04Pg)3jmi8` z2&obL28=Be{)$=~6b`tF4`Hy6F1dI;>nJA!r=#Kr83Lg#0pt=XRq6~)#0ym%7belT z;V3n95~n2^mxgOnn}@1ZqJq)Lmx{gZsapfnRH~E%tFI9DZ8D0Ik0aKr^&?cOQ%0(1 z=?t-luT+ESs5B^m*5+N9bWEZ%3Uui^vHn|~MAga~T^&!q2BSSm#|;O-tskW#ya((y z9!=8=L#+c&#YUkl-#Qea2 zafJORj{bjf2tex|%2+R1IkHFl6iwka-6PDKsxpu9hqrA(5F~JZRtl~j=9VRmjTkxm z?YE$(jufQa6D(Pb9DSR*0MEM0U&R7eh|qZJz_dWRaC<9T^&Da^jT~m;7?Y2_)@H(n za!Ee#w$|uV?*^?lB>{@YUNypc0tvTxZSudwjC8e*is4X(x{KOmh0+m)rSM+j4hTrz zQPL%G=Ez%Tf;QCSA8ezmeJ>?J-k^l8QPz$?MN!5jgPalX_(P{jV{enTEktgjAa`5H zpJx%rhjs=hD39`x<2u1S-(qsf?wKPtMO_Uf9;AXh#a_G$vfq18TbjlpWyvFaz?{-E z7zm|PnXa*i`9mJaQb#Z*$(v^)*B>RTTg}u3g6NeuX`?zrT;6V52AyuWu89j6oxE(3 z^_)L)+WbamkZK?`zX5@!k5*V)!Q*uyPpgX>{hyOY+vMS?f7gkn{bW=Kg+1eWmQtkz zSxYoO*```<3EnAfjR}q%R{2QrJfwjR>vyC`2!luY!QRc-;^{kNT@^9)_|dqvH%*^r ztSEHtzrEz|AlF}_jUy-!u3T_LZ&4N>f`QAR!n-PDy*&@-Lv2xqy7F=@X7_iZ(>)1z z^RDI+z+_dp&5|@7lok`3BNgwU=G#;-eF6oM3RqxYi==kr@Y~Sv<(OI}evTW8!$}Z) z1e%}{kPM|a8IdgHf4)Dz*L1fy%b7AXqL-GnaZ)i-RB`Pi#y)y}j};jFJX6vOFWPpi zv6^JFykVs1iGpXmi>NCL+g8|Jq{U{Tt68tRH^$+-pCs9fFG;EIQQ^Z}0G0d~^12_W zo+AdRFT=ALKBQza>`&ZIV^>AXo6N2&g%*sr582iwUU+&GqPX==fz#3rfQ64wZIYz> zfajSlThnhbRmH|Dkv(tFcTc_)I(?{i*XbI-!gz4XzT$CF{ukoLz5fSsGdrw7<7K(1 zP*;w&(|8sg_$i^Rb`_IM^jW<6#sU4~)#9|s#xN*nLgAihc(%frVyGsv8*Ai~Jc>BU zhL;JEIB^i5c$=``5s&7Df1_@cPZ9ANvGE7K*q$BuF-WJ^88CtjcJ_4dk^Tp;o-$>1 zxc8bZPyILW`Gq#Ec=!K?&y1wHa~|TYVJ;Kz(S?lDf3#P0sID{CNqza%>hc`bqr&}b zn!{XAbmK{bUZT#5rGdfgPnJQ*Fy@1KEWy_+cujUDj zW;0T6K`^i4L&zm9eKdCv3#lO{B98v-1>Wp{weJ$8fS#E-gHKovAyc*hqV!xaCiXgy zXYZ*BV3)dlGBy6cn7e&yj56X|Zpzwf!)ZMN;fK&)AwOBes2K9AF!?xBuLtW^{=3k7 zaE)=S(O6_iai~!#HB{%;4A`_pjYc)&Lt-ox&TW4LyH2J9zQY+@+F{Z4w+s0s{6C~tJZr($R)=fWP-9KKzQAlZs&`U2b?uZ>QNx}h$cEcx$4oLt?u*Voy{Z}2X zwbfmD*Jiv4{;wQET74^{7#avj!tDQVf98Lq-{|?c>~o>~b)m}}muD1Mf&)Tbq-x4|-)nFv#EpgkW9^>>c44ddV0LwNdagJrHNx}NZGXEBhW zQ2zc1D8HQk%{!bBzX>}~x=87r|I#c%@uJGHLAJorL%K$X2a~lQuU%7-d>Z8$Vx;h1 z@e%Od`_iW9b6Uacv?;)|#Q4~_vG5Cz^qd&hWw947_d9A@LBIguEAU2Xt!c}}^%g>Q z7iNW-Xh88|F`@k~GX4}ORqt{D(!KnE`5HcQySNzn$#-jLJC{M5T&}fpDDz-T`?HVyw4&y{ zfag)z;vJl(#bzWk2YGhd)cHy0fpd}hf~x+_I7W~x#70U^rq^WVh23?Fx!Oy9C3f)d z8zqg7avsOnD&uEtsN;sKjdSG_ZNZ7Fdh#ag}$O3brz3)zJgtN=iw>W!wy`~ z3KpwUDuN3$b|fMoXUe8?CBi-P4YjGr6CHpHgPRGcRDTPT(LB=VUK+DmC>$_Cs60{G z3?HDHNzYm=7g81QC7xh#w_U6v>0FYS+D}($K+RLPq!zIOMLXX6U@&jZiE9oj0k&|F zP<~eG_}TsCF}x-vh*mKWJ3jTAEc$7*>b5 zqFj6B?#(2ldNQmFA$qrCES}DNYlKM?HP;}#p4e$bJHj*G=mO`x?qobcVIx6b-M@m0 zklAa5LOPd-g!wbn5uL8dqHFGxE$TB#z18>Q{HHp|l4BeD>jRg2id|6)6Dut&VH1Q<< zqi2jG>5j32dw-2a@yyaNkFsiS4|K>KyoB5Oa~vrUg1`a>F6!vOsPsqDaa}cW$fh_^S>Wrt+WQ`QuffD*f_2` z4zqRz997F0%yjt7c%!u^c0!xM?sg=7p=7fo6}S2PDHpZr=tRZTV4Y5g+-3_GB0fXC zP`bH&sO++CkXl$d)v4YE#JH*T;*m%DjjVt#_~xKEqMZ5HDZ#bijaLM%-F}Gp{c~7N z4@P#$5KRTLaz`srMK2L2ZjJmwjOqzvK&}T-#>$|pEX7_Ep8fc7;8DuZJc|Lm#_HLr zjTD+YluF?gT^>pp#d&>;_n-cx`svxTC}dsNIXcPL>sFx;!dTKL&I17ZBZL*RUwf`U zIZ`!;JUyFL8Ny*}suxsiNpc%7RivKt78N7=yC+N+H>THVD5@Q3J%B&7QT(~HIC;+F8X3*B|=*{6`m#?sRJ#-N1uBYa@ULdOGzO4mASmnXfC zG-}RkkQgR(3?Ntt#6gjx6T>Boekb%F6B(N5wemdM;X*C@BMLXJKC>j;g{L^NnVar@ zN&&l21yr)HKWTGC5p*L-<;<<>5r#ecC(bLSwsY#1j?yra`u67y33bS<=>{WCKyh-c1x$ws#JKSVQ zoG}b5k3X)d`iLTI^%+H>^GQ6N98Mlgb+711@NFZ$Tjy1xjx&317Y$c0wT;p?s7VLS zU(#0EuZj9wB9Pzz9%}T3>_+Vd{k)Cblg@%yL5yVEKZ079H$_SCq8jZPj&X-PMLjlB zrh=+%LLw_khE^c~!PAAkp;q~{g}cJ<_Woh4&$WHG(L|z zTYtB;gzuYaU5QVQVQ-Ld3x&7C}<&_1!I0C;A_%mKp@SxP=FkX5Fn=fKS{WZZf zAqsTHU+CGe7yW6Hc&{(uw+C>CxP3aUDEt}CP#3(?4o)<#N_c9y$L{Cyrhw16-3(~& zu|m2Ta!I!)QLU5f4XWYAtG_yDM!yR@AEt)FoVPQ~=2hTF+nkNY`vp|j@>c;TE%GJu zcX8P7%Cz5ESEWOtSfJ-sk=~+B^9774I4Z4AZC0{hE5vX0^pMxzY1`v$Mr+Hu#*iJa zb$t)~!Lsxl_U!vUEA(6JZL-|u#gcY-c&_}b-NEQTXU~2Avq|^NUj;Axm$j}5c&72u zUlQTj6LrxcMqd*F$_^l{{?n7nOH{7?W*<#nbp!{PO+;!XmHMa<^@aNW9S7kxSg!)rzKEFl`TzKOSCwht*$xW`i2E7{ zi2Z+~`1|i49P4?x>`SHntNIekjQVW@ROdLq;a)G2&|2Qb%_z59xnj?sv_O!ZqqEKixMdG{>jd+rQ@9uGyq} zv>1N8x9QS#WugUNm3X+xqe^jFjxEay&ySotvnk&y4<;GMkB*$Rb@I~XY*aMfk1AOg z1XJ7=nyjo2WA2*)N8!c|vgxhoAsErO=nsRf?%hL#Ni&NDY3H-Z?FNZEOOkG;2xD_! zA`6m-O^=1H?jG+G%*^mCO8CyjI){%I&hE~4djmsb2BUVefsB-d&=a3!wTmzsB|lo0 z@k_o7Y^XshpfU%E*f5sY-|E$h`3VsFd^;)~&k}u=ZTL{$xLHtdwN6=B6rKQI{&@86rl( zz!OunpSLnrzo}Hx{XC$iXpvFau?zMZro9!c-E7hf2AZQ}8cD8-%4YK-8Fev*t-hI7 zVw1X5TE;2F$GQBBBYPJ1hN%YW>rUPV2P-z5wOV(6mTwZy`U8N_N+$~wtJ%D3ccczn z8a=iyG#@4^kA*O^!tAR^Uuj_Pp)Y#-)Z7eA3l=|M&h$`9Jz(+go0V@m6}h!G?O7H_ ze3m*~CcS!w?*qzHopXnFYu}2$3Z|k}_(;yV0vtj1*2T=Gifx8LA2Aeb7jakY=1-q= z?Gk>-6#cK7QmU=L9}f>_fFhrtp6t4p&RqpXk$wc)YB|?DBKTgNT~u#=G^SX&p6?W4 z9YdTtmR$bo`P&X$+@r9x)geMG`D*&vR%j%j^ME=xC3%=k{lT9AgxTOGauV%JOAS60 zM1%w+l=yGGZPp%#1A$r}jcMNHveQS;ud6r?rmlPvGiApwdM}>-v1Bx7UD8Q)BoZ}a zFiHSt?F_j?$W+H^&XZE5<}7HzN>+atjPddLhL&)+z~1k3^cQm95YExfGljHbSff?Q z67T~H6k87w(Z-`{jkG06?MQ!TjiO<&)j>dfv&-6#?v`b}+@y{ZKjSc_Lb@S8gfj9F zJHfy&`a^r3b!AJcJt2D!a}QiS?;x(e(wbNkoM<3iLA`V$uEe-8>I&|(60K%#s$*_D zBGAOu3RCx|X>1W%1@r91|ENi~y2*hF{%1nv&!uk|!bP=|-pnQp9M3OEeTM!Qy!6|a zo$v93hZ_>EM2Noq{W3A_3=}gq^6~x@s@9(dB{yCs6ussl3A#DBKYe&c^y_v%@=Y8L zD;+y6_6z)#^SDB%GBrA=zo+j-_&Kf9{bnuls6qx?)%j4xT`rzS-{Cm1B$S|M3vbI} z+%S(6$5=^>9u8NG}=-rMRG>SD=+~yAv^_YM0e1n01 z0{={ynNNB`sFiNG2vW4(#+3>```5J_zC7$5_6suEk}z?_hXyi{GI&ONY=D+-?dShY z?J)3OT^L3yoZ#B` z!qXh5gV|I1BioL5#wFJ1Gb*E&=fqz>fC}Cfq{CU*;)Bebl1XM-sgfrepFG}GMkn9z(?>C_<`!|P z-R~ViXS@7m^FEoE1?wjUw~!SGp>+f`$h>lh5{!qzFcz}jU&Q052Fzv>dk&y^ z>Yck)(}`&2`_*)+Rc;F{&nF1O>O*I#0~gPlE)Xk zlqy(V5QxhJ{o;}2auy+>iJsK3qF1Gy9UOqfmE?zODuobZg-8ykg9FH^MaqZ6VtLRS zLW7#WV~ln%xlRJn!Ynn)Re-AnO*Q}v!2o;)>%iMbjS-Htm>S$4)uk&0O$YEAjBZ7M zXY;}=$?$R?H}Hlt!y3r%2fP9yN{(#|<2N{N;fvQ|Ypb)5gXLYX0*4#N){Ph;T)`5Q z>GmCIggO-OZ-sD!zwTl%e``YYo>IY1!|M1(%~>xg$Wq=m9}T_B(A!=~bqTsjU@Chd zy&RszpZxv2hh;eW(Y$*s@${BaP+*)E)X&NL$(5tP$jw-e`lMEp@dF-hB?(niV+p0v zcwiNZHqj5@e~^-8Vr4x&uZM68$YV#1@o{g6_=nt zaE?9Souoc=Woe%65(7!W>We^A#$xP^lQR|KflHJz^+?iyih?9C^D(dH{S|`J#jSgZ z=CL*Zb=FZE_7JNJKOd!ssy`o<8^qO9M8iT7gS0RX*-AbQlDzjbIL4HH;CY`6oG$oV z1XD{wN=MdM{AH?Ct>)B}%II$gkM-A~$+1;Lp~Mt!0=IzVQR7qjSL%ip+z;vekiylF zvpQ5_@h-F((j-6m$dy0Bm0 zQf)epNWUB=#m>*CL!c+25z}4yHqt%8-SI-XdtdXOXnaj&_sE@wg)x%}7QKXhlozbx zCeQ#Rsm#ed9ePYBo|7RB1BxSZw^xZ-C2eO4F_Svf<869GkJzQ3;-MW#EnkgL@3=1_^Yzf5vzs)t8m}`be=rJrROIQdEv76>W=(pG? zMomBYVVDRAhBEN-Bv?e>SU6t_b?D!)L61Y{=gYn^=ZD6vCiwV(M5Gz=1`#| z@0TQkZ0%f{lD(P>)AVD+l||=!RmNdA(%;FQLL7w195jUapJ7k4<_Kb+GzhY-1sqRl zDU>=P^_qo^wg!)u|G7rslIJ}zFYwnbXelonx&*%?hS9hqikj;UW?OHN>y_&+$MgVk zgU*l@0???pz%|2}QUhcEw6}JBPKgxR>|SE-=_~92YhL_vi~bwig4sdpi-<(Qa1nnK z#)kWgneQ;wwECfby<729+k5gRwUuMEWW{EZI3&Qm2w0qeUHyH`7b2uKkm#r4xD*)~ zllvAF-(!?juzAsu1+JSOZY;jdB#AA^+V5G;K9LvmYXZRRWyiwSW5qTOylH@#y@!t^ zvO?*4F}X1BFj>1m?t+~x{9z}gtA8>t{(b|t$ED0-+HGfA8i>Q%qtlsp_wEVPVK}jJ zc*D3SQaS_BUlSvT$Ym&h`uq#WUAA%wJ@Qv_45%K`*P4_cw^4a2?z~ zbmMW4QeDD2imZ*bMDY8D{%c~%Ek{?y(;tXM8~CA)MvK`6>UEDN`**rlc2qXnkJ2}F zer{`(#lpk(YM+5mLVqGsb~K+;^vckQ@aaJ1A*Xq_KfMCD4+rX3gfeG&>%8pkaP;FK{+lzWXF#2o9jvB&U3_m~u}+-)_SFFJPm=;l6t#k} zTo2%*)nMu%UeYuj^kaM2J_48VLhPbX4PaspN>TP)=FDxlEW$1z$Gs8iOz*^J48*zdHwITE0wJQJ?_*5Q`dYd;!z@n4{y)a#)S@ zw5RT;dWwo*RhWY@8#Z2)84`eMh12IkX5!JqO+F&lEl7NJDOD-M@KD)8y6QjQLmXjX zyRMC7(YkUF)i15GhQ0@%}p(GNX9ir2hQ#hG(71DZGt0VxR7NARs%uz&Nmw z`y11$ey-H0*Cc>h#*b!jW%eSNX(Ju#Y;RW2y5&MQf64rKj(>)D{7vLqW%$L(_huye zjFEH6Sq9sV=erx$AMy^vm(ZJZ{;dq1J~?D58uArXg9;k<39?GBWe0Y2QLfCKg`IQ= z77j@;R50!~C)>9Zj#rRU#Z2e8)-uzL(;+8y8sz;%+*R4r<|cuC4x=+XlVJQ&sVto1 zg7{e!Sxq?eddzjkUoniJ0%HBka)$?bnNV`7X*Jra;S^C>rDCk>x`mX+j@bee42RU| zSNShuODxIjql_+qVj!hh^ifNYfzf7doRq3}ILwpRMYxJrqW`TaSU0kz&8+-HB}YyN z)-L?OTyEvXfYJ)(j=0|6dg;UJ%3E87Y;Dj?_5^LvdV6@=oEM9QFVJSfmfUN}TnMog zzust}M=E<5e8z%4$>X>ZL{jDk2ZHw!@b*aCSYv#fC#|`_T#v<=Z#r}CYeQsr9A)WUlDgrUI zqeLBPlbpT!wKl2MDQXi)RpJ)|ZMM*Au6>JhP;bo04>9^7>biIuYec@|@V$dQ>ry|} zAN;Dgc^2VAcDLdO9d=T?-(`0&PUTO9orVI?jWQY1$Y9N!(8;)mUKoZ|uD$xTa{*uyVl3SAS$0j^V0RVp$k4?%Dd~Q1EOV*tSnt*P_+4wSg#-EbRCY@=5C80biSqkiID|cFvLS93o7(u&c9}InB1GDm zQI10E53B8xuR_`~*!t1#2^-mEN1r9>U)<>UvYZH~GZ$JcqXnmT% zE?GN5Qe=2vUNsNe!i-+*2Ii)$`lVQY``(C_4-aM*fy%US5%ole7sBHJ#^A)H#uv8| ziPbJuHtW0Mi=L@FJEBzsMn_^VdSsc&N1W!aD9Zfa5KwjyRopfne+5Ij28`g!M+^5c zpUkGktBo|$u|8I7;#tj#c=oC;0e_|OWHK>oo{GftduX_f3PEfMSSGw2O5m8zA(&vA z)u((4cr3h#E$;Y9@|%3bT(Pz&8h(`9?GGe?@*`~zpC}>!*7}?65C#7=x(3Pllx6ol zZ)91~ee+P9w|^5}mg!mRzH#*{wKAyb=2t*funumjB$dqgqU7ykbPZAor8La$)an** z&c0BTp+opEQjH34?vW?D|E;2%>0^R`cS1b-*x_#IUtH^mcHZ}bQ{ubhixSPr*i}X` zSg`k>ZN_eysb*#Tce}Nvyqx zH5NUvyl&h-NZ~STa)V!w45}#|Bij^2jk~1!d`Z`WMa1Iwq~^a5IdfDc5aY#%lbDnTP>yXK6+PM)VE*Me_aiBH?p#(Pyivcn-gd=v!RV=9!`ByFM_lj1iaAeu z0U|*5EHU~e-0V8#`TL;(Qy{;l^Y+d4Aatg=mwftU40Fe0X(Y^=y|OO6e4^al1tn5+xtK*>^);hK*ew^=(rib?!AZBGp%}Y}*7Uxs4Tr80; z?!%m2xg1rk=G5p$)F`{FJPOCOhH3@Us=HzXxVrPH%cmoly$a?j?2K@kNWLVRBKH}R zUMPpqeWA73)+zN1wt6*4OENo2ZqnR1QggAC`@d8%>;F>4kl=#q`2>C# zg7U4;o0YvbW^&wxqTM%sq1H}qG+(#YZn!E|JwhOLpj0o1@GO1eFAx(=n-QvIQNj@4 z*`=~w!JI5#B|c#zWPMH7iro5g1O)oKjC=B|66maN?xh0ZNA={7NXjN`05qx-UYOrB z*@~DSn+sy)E2PQtcwX8ZfX{ zmra6)DsJU{Ft>+#(82$CahU?|%txfe{0=li4eaxxgA2iS>eKDoAfUR!_{ZSB-Pf!P zAVqyY;BrfNm;X;$j7j_24N_)@@FP*}lk9K)ZdonhNvC0TyIZ2RMdb!ya7pnI!BbV{ zz}SH+D1DDK(Vk`)!%ge0)zYoEz&jmrtii_FlYQ(v^qTZZ$j!^mP2Zm%Us9A*DL%6F zx#)C^d35jG?kWwzO>3ZP$f0ZjY-$*nOFn(eI2FpQ@&@hGtU(gdFJNw$EYRHNDY_C9 zFrt6KS+kPr42l}|Kfj{=&-I0H+(p_3OXz-7#VoRiR5CVXMQ}{GtK49<7Jp2S-=(!DzCn2 zG<}M6sDe6AWf5eA6{7sfbHH9&2|JUS+>RfIyGGV)pw24(ngU zhm_9VzTekdZ+8ZxehUGFBZ8>e79(?Zj`I}kOq}=p> zNuNHl2l~au%hH}&FFb0k?;;tF>o{+tOXjR_Yg?4*LE^`c2QT9-+ZknOHk4G}gi{RS zmX}-QcNmQ;TRE?ONVb;gD>3|9epd<>rJzGU=i15;sw7?5UsUPPrPIFuWfIM#+%M6H z=7;-7C2+Q~eS(<`6X@VNdvAP}Lxh9&7SBvtliQErHrtJuvkCApzO{*N<>U}owZp!% z;_hGvR;``T>(F;F{UN6#*AwHSgv9pt|15l_0{ksq?RmGXodo`1J?31j)^P{q^Pt}} z0E39CKPBWT-{6$Eh{sIxyAG94cxw*9#8e*~I&ZJ0J%H(vJL5i0Y+$rsx@OZC{Ip5=w_D+?EbWio-Q@$p)oyHj zcsF`2d;;AB59#vi)5|kH0Dznm@5$XAy4LUi8foZFK@m@0C z$kEHv4_@aOarl#%AD(u?I+Hu1n_a*uvhNf#*hm!_0+d+d@AFWoNB;~Ax=5R(c+Y7; zuQ(4#bOclH{l-e#!hSNx$W8w|^R)GjW*KK>JBAsg)mcT4;6`(I(!Lnw!%UU6q%S*+ z{pLLB%kP40x9bVuLpr2Xv$jcaVf<4gJca&izT#{i8;R_}Ty1U%3i|`mIQ)(bn zW>+t=22U{^Sb^M3NsgtZQFw+k&p=t(&u$f3>JKjaIFumiNSEtlTZ$k!uh#U8~o0 z%@qGS;c~w(@`OiNgJQ?84u87!iJ#&O?T<+osy&V{No_=>k&hHP z%6P#C?BO>ReCWiwI;O;O0Gh~rdukDCvUoGEsh8CZmc=Xx*7)844gu6eg-+-n#7L$Y zkWSlcU`^YT-H{rI;M)g=LjN(R@H}pW#}l(!`;8J}67)<#f}U^~|L~twnAS=V-s_?* zWrN1GPIEgYUoC6m^%s%fsYDWBT!Dd&YH(6E#{kE!t#jC52$I zpJ}$C3<$cjQc{H0Kn}PpIJgdN0U&BJH+;u3pZL?^S|CBcHL>@vq@Tz6Qzc@QxtK7= zMEvq^s9@wtWZ_|IOTrvj7cVWF=?D~1+Y>No26m^qEjH`qvtYZYp`0Y4hDh5Csl}^g zPhAEYEjTu`@vO!39z+eemF;CuW7S0_jLAy|oLuv23g;AR#vh?ip00{pE|S@UbVeFf zs(2xzK`iYaGMoK&RvRI|)EK7p2z8)jzK-jF2oW<$9vTyfz;hGbj_;g+juzkPY5 zX<6F^93+qN0F{afGSYa2YU{P2*13G1(IprvnZNhD9g6;;2;o8v?8WayN;Z{B_nM;~ z%FMzpcze!62715P*vCq*o+X8Xf>n*ppUPX#kU5HSP!z245m$2*{jkt&Kry|+-0*(f z)DrqcGmifdp{+y4zVNvK^ReLH3qe2Bd@mHqowwW&BsRQ-h`*~M8cR^94oN)|jt6;i zlbDl*o6#fO7cm4Vgyy9@p^f(9AT$umUC^6cqs)~G)GM?^p)4TsSe&!oQ)#+#!TQeL zfK`)g5jH&ncZ67xPtkM8NJ9@`IsqVnd)-4o(A_K_cMbQHv!~^Vd@Yr6g%093sf8d^ zbQN~;il~598eV&>Oh#_8J9$&U(qT)WNw|Vd{{%F&@3s@-uM`Jsl^dtiiOGPd<^zwU z*)lwbRQ@|5z~p1DIbl#C;y=?h0>5!7s(LCLy_p*V3@0b=25(RhAf#@T zUlT+Sgj%Q{jm01$KW?*|U~7oE0}Kj?B3Ya5puj2qRGuUdmz3YU_12Xe6BX;wV6hoT zjvFpJet9}deJhdgF`7k+(e@JMec2N?RdL=+r{ay~hfC2alDTlZ5~z1Uh8L-Q0n>8> zUoB-T5N(hAm4P;zXk^8^o#x{fAsOHQaEVlG9xR_B7g#{aFC}mJOiR(QQWMTM_JH}) zYQ=uSLv@Sq<`Tj31Ob(Scjg950m3|+Ei-OF7z7WqJddS^{2jWQxElr~VT2&VVB{US z8pI_SA+DVFE)>%ZWM?}i6ylW%Q!mpU!VWzT>Nj+TWOeR`wd)I;l7olhJKoP!>YJh4 zi>`H|d>WMr-jHV304`%G<)Iye>H-Vq50wU)$&hkph3Bz8#fKA&glyIdweF8@OdFHp@8R za=pt(Fe?C|#|*zQt_@c%87p>l6d*xj!B!4u3n)i4wB-gm{5K{e68O3DCzSXkAl~DD`nFM%w_!H$44DeA=QtA}v-2KQFCb0I-;15cz=>fU z65>jfXDf>u0?Mbw)99b_=ybCLeB7;cbPuh1i|OyND5PH5*&&J8XMyW9V;D^GCCur6 z;uc9EBC*ox&O;p$xF9jP^*_W|L^J}5Utztjl#kao`<83Qh1T!+#;DFc zm;=bSe}|lzg~Xu5_f5(;v?V(DI!n+jgsGqEIG!? zhC1CvG3?a26`5I#=Fq;+p#~x9q}A!ivR?6Jc0#HFrE+9u`=|6urUBg%tfV;y5=zCF zrbYo(W0wTN2B^ZY674Me`P8p_d(^jc{VprQN-z4rcJRJnp7Vvt2st?^3Q)=2{cAXb zyBFpaj)N8`>?C}Vxcqz$p}}r9=+n!+k^z+XJZHUQl6#g+YqUAF!ZE9sBB{kafyA@|C{$i0>_P_5QWECM@BMx;7KsL6ZBF#A`1#ytQd z%$vfCBkb$i3%>J@QlF_7@PI>~ql(qTbTTqCF_h%Qh^}Uwdf)oR7D!PPVeHp2Aw>Zg z`4Jhl{04UPth(`M9$Vd83vNL0T|C*hrz6TQ9mnks*s5)tIy+&65qTPG73SplVHo5; z`C#_&TDD5>6&C-JV)>U8&cCG8O~N@|2m}lW1wi=DW~Cvgb$iQ%l5iwJVb(5kYJufH z>75q^$9|I)Bv~chj>|lB7mc)Qiy7VWHH*ptJnuVg}5`@T+*>S9%M@7bb%X zjBJBHGE9}P)BKrd+}!Fz=UjWP*uh?WNT6=KWce*@{)2O>P;3(4l`FZexl-lh*UEiP zkv9=Q#*^TGWM0QUis~+4hT^ctMgb*j5U6s2U%y(+KR$S$>?=yHrHpKY&$^H|Z$^1) z0=fS+GjE59?@Qo){mN>9@`*R%s(*51LcqZt=DiSpnE0mS$Uv~dXa)<_BE+*R^ZwQ0 z+rAUpb5-;J-!SYU7M5nRzWgH+agX9EmZDfi`uJiBk9po`zadHFEOHq?y4jTR%?Wgm zvI4nzB|Qlqe&0vTcf@}ZM0y@fnr0CRi*Q8ZK$}aE!*>x_JT^AtoKvuh$HBjcBT_Cqm6i_hQ=kx*;PD4s6lcYWtXUj z5UHS}*mP+~Jeg*n0f1ey@$A_F-_OmUylkn@CWG~Knt~qmbj-pVhW%x@uB+}Lcy~HzWB=A434DH z!zC;8CM;NG?*X0@beNZix3O3B!<{LoPQjVjpY?|$*)>1Dzmn9U%6X8=&yM`dzFSD% zbUN>^{858GH0{*V%eZBIjJpta=okqQB5R0qfGv_L%-P5i@I6p)=10+CCJwX}9Wl}PwJX|4(Eu5be z_eq|5xJlE!$3VUv7=6M3cl~1PYOeFLbD=X(L$And=;G572XrJ5TqRt6ea@3?=>gkE%2qfCG_Mc%OM=i0=7&Ime&BxYfumb<*m_b zW3h{b(m!tX0#S6G^?Ph>^~5U;#~%RKQM=DI#^6iI#xKhj!l@QRwvFr5@)c~Hg?L#C zh{n;ku|r%sUAJ|#kvXXDi5YK-;c!gCb%5qDn|Bcw0`zHi3;uRthKv+OFUeV6VJg-s_k~ zZsKSXzMNN3>+^mJr2b0g1=zt=M>COk#7nB zVP-RKVPCh~5cJyMTqaF|*~oT=HRM;*Hh{DriocddfKrQSswQNj{t^$<{KFA&$>A$t-k^dak5@QUr0n76~S9uM&hO$9Cij)rTn?uL^oYuYKP+8)$`)hKmRV zG82M+)J{7iNioWUw1`DYC$~YEpyUC3q@CEB(=LFd+M{nf7R^|;orjnXi^HLOt5(v= zW1VpmU8lp#6MXt;?ySukLt>8CuC-bDCT~!SdQN1yzyyB`CDW^j<{t7_w9iCe8I?Pu z{cK0xD!dD2z+ddZc5O@A%j>wQ6 zuVPp+q`YJ!B+ zZX3h8i8v$I>jGQ>z2#1^nbP-RW(&l!m$yE%N&Jy70$R8G;2%?YnYj{~uV35p7*1inX;-n`cGC><^}=@l5J}PQ{G{;cZPMjr!jGSD zq=GL_*$bl-g=gioY6J9r5%^H79uY}8i*`OPSguSVU)jNY&TA|`ZltUgDY)nn37`6M z+zks2LhEvr51Db!&CQPT1+$yki>Zq*Gu{>7`C2@Uy`p_z5r`N9Lm)TP28@WJ*JOIz0ZHhfk|hGDGr=#uO{zn*KBb*h7et;Obz)l6>QSjV6UX zn2vkaf*bU`6zpJ+CS}WTA1?w&*+&JZ?MvOVBdlpcI_f{Ytv^AzG=kIeHoY z82Ohd=0joFbXzTn?S<9lIhv~}A>h3s5qJa1ykW1$F)ZMJ5sn&K=?#PoJD)g7Weh(x zGN-(Eu_KkxvbRaimi8?KvVgfY^{@b-Dp1lV8t0$%`f8n`Y3a*0t`67mL5!NfbZ3|v zeVoIeJr?pAmcVdFw?^=Y$3jiK^%{kjqW3dFS|FE-BTN+OC!WyJS9qTpONL1P+vJOk z+}B9*LgXIl%{*A+@W_>;pLe(XYPYc}Det?rV3Q|32W&BAv^m7z@&1S$Vt za#CNtQ)Ebpd67SQbQ5S4yHm0(l~g3){ydf_xUGQ{ef6SMYV*VC|Dfy~V?=ABHQlyt z+qP}nwr$(CPusR_oVIP--Sd69b2BqHGs&H#e(a=nvR6`-z217NYQ4R9*B59Bs*>vG zO%(Cxn+AF*&6TF`m&yRFz!FWz%d})1;1=!4p&6Gy_?*0ae3S$E`4gd%VtBY}(Zr)< zr>T=ZeCk+Ws%nY!_)DGu=N-aqV-tI++^%3-Ieq0BElh$aZVeXsE*0=>Br+F;yy>|o zb!)ZOhj1sfzyIa70(=NXjR+b5z``T|0Ly;^_y1qZX6t&pA8<7O2k^foc?FZ;;@#x6 z+{4j3XJ8M+ad^F&&g12TLL0y~W^RO?xtRs;+35(SF&7%9sKx0k9h_cCv`7vZwL41C1V5a-!i(6!knCMft?(^ZeMT5 z58@76tGnYTUc_O0Ev;ArW6+mua~bOQFx!r4C+H2I!3Pt9KGg@h&jTnu{)B-Dr|^zc zw?1u;-=A=NX!G&rm6clU;rA3E?fN5Nm5mP z$N7rwW~z5_w)}M+_lM$zYm1sVwTa-AC>J4cVl^BIDN$q!)LYVTqwc;yNnG-Hm%7c| zU(%ix)`}xscRMEY;f!qZa(>nvz$Fs(o)uG4eVVkv-ykqiMM(zjiPr`Vgj;s6Ywg%} z0uoV}&8EaTYb(Teq<@Z643?B_A&nL9xX}w@=ovY z9lL^Fjs8c)B-cdhweHz{2_Iu(ubrD!N9M#spx^6hmdd!jVefAN!U<_A_x=+4RnIJc zdq}ii(U$Hz^e*4kOG@6P8qc2c9=KQYj;eydbZFD9io#G%+-LtVQifb0vJUg5AXBj8 zl_$hmYQz`NtZP***J&5;T(fHT|61mKZP{6=r+%%UpX>J%XsxccwU{++ze9*Vc>lJp zAnX=8{VvYP*1SrS(%UqI_hlJ~YLqE+!XG{8Li^Ft2ll(x?A9G|yJ(el56CEMI65V` z3kP%4wVB^9kiEs$dte#g^Gp&E_LEfTw(+}By#s0h9(q1#`l1)1s%BX;#hJAr_)n)@ zQywY@&p^eo<0=jGG~J*rSE1kQw}c$6)#YRSI8`X7y%cDdrxLK=x`7z%hC!|G)3RwNMU zhu-zoJp+|VHDfWmn_LP4Yl!H$W>=KR4r5Hr=f1k9xv*eD|~9 zX;D9m8NaKQW#Ua#Y2cwH_h|ef_(3Nkn!&1`B#NC>x8GCOP{Uy459GI!spkrW3sp?Y zFdhN|I|s^9b3V&#^nCrv4+uH~xXz9*-nAy-31A+3c?;kKU?T?G(ez;m^UO#$Sb)%* z1qgKTq~S3d5+(71jnJznAzdB@^-!*o>-Jv67#AfQcxPTmsG9h}MZ%Zw2njK$7qA7& zQ+CFIum*|4K8&0|umrf5>{zgEt!$KaEdJo&qDvRyOhh|Eac1Bp#(W!ww>9C2Vl`Xv z*62r)!n4sPKL%{B`v{pNy;n^ntd+gN6jW?Cv2Yfu=_pnrv87>@^*%vxABK2MD3yfG zUCV>kITg9@vE@%h`cW=gJnGDm{?}=jKR;D zU)XNBzJ|6z3qpP(925)T>O$k2#u zmWwde3iWHW#Yfm$i#&zB%iK#~bS8rVmjyG_gSC$ib0-WZqINX>+%8JP7A?H7u-=92 z^mEfrL5(Ctj@%zijAK)T0G3OU3=AKo`)S3fK?oOt?T6loCZr~11s_Px;1)+LhRVGY z;uxxmXiJU+>Wo#FjIiWOvGB zrzisMOb0fad3OsM5L+I7a^8RUy@%3ZjFAmZX%{ScgnHUht=?95`1(%%o-mz;GCVL`~s_ft^CT9jBfJBannNUm3U- zt8{-hk{8CY*1*~f01B4Si6AeuDJY=0ytO{T6h9RNP5HCI5y-n;;Qh&5znp=CWiKoT%;)o5x6U@Kz*S^LQn z-uN}|6BZz*lp=FrESVg7>HTbKtM1*EBpoRy0VjO7L8={f!Lt+znb};!?kZ*E4 zSO&d1h^Pl45gO-~L;(4r6Y5Sy0x#D7$ZJTUhDcxJhBOue=BJ;P#r94T9-5<#)moob z@UzWw*xh?F_F!RbD%e*Dn;HvDYAwd{z@Xq7+nhLi{H_QZ#BVS($QBmN8@casE zW3yIkH=6G2m1eniX#D(;nj;6FFdzcCk-ARcQdKkqGkLIEhmYsZEzWz0#o4S4BX+cd z;27r`0D{V0fFMW&k`Wd7iBcFU0}<+LqlH(B(w6r)N z^xiQ=6F}@+xB{P!X{Hr@|2^itmA_d#Pqb;rrG1GKMiY6->)!K zjFa5yry-ZfT@vQJ9>)BZDP=2g$!7pZzZe+1w;64P2Jz%8paoF$go2s>6&U`Sv=(gI z4d5gJHs<72W=nBl49zZZ3Z$k?7}KXQd*^kaN3t97)GL4`2{Go%Rqjl2VXVI?{2iGQ zJLbVv{43l(1PT8c#l867 zWHgjI!V&U(`yVsqwBIkEFad9CNlS~A>L&Pm`QZ#EhYkE>Cowj8K@!DoaKVH<;-Lax z<_wlSMf4W}IH-SP@iyk#S631uov6XRM~aoV=n^Zwyy)RN@hFY1^NyGmvj2))RlS2^ zEwVS`ij&qgCg4Qh1n*kXn3Tr*0bU`Gbf*!_x3oXy`K-8n#_N`|ZEKRyg6=U%ejrNu zW#E;`3!~eqMwCA=AAKrj%uU#v*b}a=Tmnlp&$w5m%gl<=tWDP37t}O-OY+G4NzFP& z#*HYPak9?Ey`l_ii^aYbXAN zeUg6nqv>V5*x*Fn(8{y)yF8w^zB?fOnC9WWT9KyLe@TTcZA+n{Trn5qG3qxd&`&E zR?sOS7x4LN1;SL9xwRxu)=<^Q(>KxI%vcyZt>z{a76$tAOHbixP^*RfUfG|6T+5jA zna{e&12~uX<1J*i7iDFdA>>6;tF zOr@GSUWqc>*lbf!2*R+5eb=P+{nn&+l7V8_O92XFS;gbUG@_M&<*2F0yXS8*x0X`T zYB$+_r_$Bzl@LV*`XteMt0<>r7^25Yg+K3Qin*%nO*7031Y>)if=Chy^g8Dq0?hf6@63hXA1xg)iG^ zuhg9$*&`9{myAGo^o7V3uRd$#h!miaF{fJcJQ6mKMZ`;w16Me{waYP2toTO&Hd?_E zw678*aRDUOSd3Quq?kn~u@6&x(NXWP}~%oJs$Kt3yc zsJlZGq~%DM(u4UknJZh#wU3nb)J<~)m4j9iMr0hxtu^)ffDyaI=@nfr{4ofKKp19) zd6*0-Z+d2GEcn!kb{2V)B~vz;JCiI}N>MqgLQX6O7I%`e8uA0YrP{jA=T`^Y^?j|) z!}iKi7b9{NK6A9((fW{4HV;i&;eFgZ2LV#s9))pXvQR))Wpp5h4>!^{L%nR z1;r=J)h!fTdZrIpi8n+E_M(>WA)mIs>1CB}Z5>)w8LOHGltLn*W{4B&T{JX?Me(VS zgboR75Ck@uIYJ4w864yDa4wJbfGOh;;0TPMI3fbPB;szGD1B=9_Wr$P5xuG|UvZGR z2jDPVIp>{>=M74;1P!bHtC!1iqMALLxE3$**T(htguN@b0v-gW*X)S*zA%XQ7zFub#3rR-T0;!W-1qq3t?3_>mYK?^v z?+4zc+v}^D_oBiXXTkF>QRwiqR#F=#hMZ0lrTu)uVMqc?=UgpdGJFU`nXi*|x~kTH zWH)AM%ohmBB&lW=@Rx%D>L-nPD!Um`ZzT!2UDNr86erCiQMYGHp%>k z7OPaKXHF}0+CNt5<(;Ibh%DqcPlAA{j=4x zqrRe9a(S1ZOuXUnXWL24#1pzyZ!Mh88;af9$`63tj|UJN>cyAMhtB$?muH;q+D?{| zE^SeMwsyIGC)a4HzWue=`OhCwOSw*R*HbRIoDOc%ezX=hDid`xRmyW|+j&LsYh~$2 z;#@kaxPrCG{wZre%RhiLaV&7T`OoW~%mHI{Dy-x|3(A5kc|Jg(2C0l0j8tlina zO73EvT}uzv&S%YwN^Pa*z%OU6c%S?_HTFMQ1CQ}k+dr~r_JzNzC$I9k(w(x%90nM7 zbB8{nS@N9HPo@F*oG32Rik$@=%A|d4;PSk`&fZacI{9$<-W?*l7X;J6N}UIu%LBQV z8~&q^Idco1A*tmz!Fk|IEcb-GrnZcHEA;?K$@7suyBPV}*oyBQndc~NPqh{-hW>*| zgP32)Va0fsu&bI`v)Ew-d^29qptXI8$1Tlfl0_Vi!Clge&tRLdy73oFC{x=$uepiMh zBOal35u`f^ACSI^t-Sg!1n+vy6ZKF|0nVY=UAgq zLK2DDABt3wNT{1^iv5>#D202_V2wBNE6I94B2FNS(6JqE^UIs)u6%z?al`}G;b)hE ztVs>+F9-BtNI+kHKPotI&exMW1MVOFj%P0}HUWKk$xo)laA2!F5U=Lyq)0WbPmf`Q z)cL3eA4|%jB=qvSn7^^Dlw50arPANbTO}5tz9cjQOH+UkO8O8&T{UcefsVPBZ1*Fb z`~v=;P`VsVqBIK#0Dv0&zjp@xpDt@db5mL~Cqvu+sG8WKs%@XmfZ{h-$I;SUu^f`y ze7+ljm-6I z=*RuQi=7}izMUx>A)ISg7~jQPKsqH#wMb-+Nq7STs3q0WOH^D*rIWi~q=SH!RH9?* zn}iy=$B_t$+{j_`VJC>LqujcDRq`RWcgaT+jpTixK(I1-xGl4bD;#?%n;0P`_~+KU6js~4z^R* z8N`v9De;KDam5SvJ}EUwdNCU4@ZjL<@0sPo(w|=LD+=|D8qMw_4m!0eB6JSpcc9e+ z56Ce$X6W9mP~|Of>ziB`uwvd_sw_?ARgrifZB$btgtdW~PG+kj-#4psMbL1Tq}!QZ zfwK<-BEmLIbm>`AAl-o#1saqW5|=Tu!Hn+jZ?1q#*%lsTQ7^4v>JeE%u3*Kzt)a6~ zxGw@0#TJ>89Yzf534*`)TO#>hlY#c4iIJnE+KyS1G4ZO+UimHB0e-w#e~MY9nicVYQo%+slZniPhItcVBUp0~Xw}pfu|DWxfEFH7(d&Y^=LwUO zUAT7PBZ#yuR-o==m(zKa@`|q+@)W=2v(+Gj>;J~SgFApkmhO^x z11#Sayd{8tZ;Ki0%v~T#DycjHH2F$32``Xn1OS#(+*c+Q|KN>Ef0vAI{<+?uMfa-wL(jK!z zPK2d8z>Gkl!#_AL_+Y!!N-)DZ-k9+XBnU0@NZP$Fq2^fSsj+ih#dz+Z{2p;jLUG;tIJi07a8yqA@(p3EjVy*~)`alzRhd|%wn}ZwGN8~zW zC_DJb*Ue`~wS+JFcRDSlAwh58-&J{5(2oinIEUT(U*3`=nv*zsCR>bLOxU^cSibw8 z=YJ}}@Hg#TtSnoso=L+(R?nYoR&Cwo>m|3tc{dYZDR6rExtoIJ)5!iXBk0qOCMKL~ zg*)r`-Q6u(6$ZuOhNZ2LuF58HvPhcf)N#MR6U{p1HJn$rS-;R_YUncFJFJTUupnK@ zeHL3=`o=(IS>6@4r_W0vx{D8qX3XsAN7}l{HeF`OJ^L_WC0>mpd}8HV?vrV&tqfkr zPhQM~>Bm%L%RZ?|NR|1^%st*S-srh+cc*>XFwqyRS{O3Eq-mDG$ZaWOdl~L@ooqo( z)bMdZPCVK(3PXA&Mm|B3z2E}){_4 z$ufs90WEmIyZ6obkV(SvvBRi{37jyA2gNDp+XKwzCyCh zRKppb5u@%;rlyevT)X-d^Iu7I^=;SQMH33)+cS*xKZxcX;iZ9gy$voBVWwl5K}aXr z{yb+(cT|26tu5`yYmAPGIrD+MA^{Y4O*8vx_K!jK8PQ)%sWu%=xzO$F?#A8oo(;P= z)uNuN>TBGWGHQ^Dh2ovknZE4I&eRwfxw{vj;ODhai2_D$t(P1?R@|6%p6=rurhH446$Pr_uTPQ37((8`&7axJaqqQGqpiR5aeVr9t%28bX!Sgvv|R z!glJ}(tt2_Z;_*rC@n&>io5$9bw4O?EW9U~sJZw3TJGu8#f#KPO8Pn?EofYQ^H~PA zWSMA)2e}-TRy7Dd)aH>uGXS2f17Y5TnGcXh zIMx(n68zUw6T^!l4Lh~w@Ga3)om0k`ulsw!FM55~;(ocahPK-#bt{2cl$;^~HA^Aq zQQiQu4-rj!=+|-JHzdGICB{C|R?%%%BME(>5rx`epb>E&iKW};V!+AMhaR*P%Tz;xB{TXVk;0tU7OYhut4DmHU-kX+hi6gV>Qr~*~iR&I3J{%)ZZ3JHR{X9POrsyqFcgV z=!IWfU)}Xz9V36b2LAN5eCew>(w9@DPv^+*j^Q6z=__Ws7By4)=&Njtb)(d6!$a&2 z*M0kYB3apV`^6))Vx;Xj+Akn%gX;X+vl2B3sg4Hj%NS}$!B}oE-!XfF%{Vw>OzRfK_zt)($7Fot@ zWHUUlv(x15-UToHjXq@Oc?(YF((MNiraq(B2AWh|c`K(~Y2_jIvL{oq(l0HM0!9-- zj8s`^DM=uUnVnyCVb!9fRwk7rqcW#hW`mYjVTeA<1`vJYW3nd$UU`0~j(jMyF`m`|eM4NAWJ*wplR zfsKKI$5vS60N9E2w| z5a|T=QQ)mpQPt5aRkCxbS~93t zasE9Tv(MnGf{Zs7x;T1L-9;XBRH1_1_K=r_UfXTXjm44`7DG-2CzKJ>&>8zQ zlmuryJw^>@&#Ut=a2sq6FQBB)_CoHSMH`80=lV}FQ6o;$5peXWlJHr7nX4)~Qf8BW zaeh!oHz{}rv`#m?2Y&{_eh)(gUy0Jr=3+K4a#pKxMnoUgKv(U)D@%o1%@38})YUUs zr=d%Yba!gYcHj<@Es9&+hwrv$outtM=a&h<2aqYvwaZ~TIvL(I8`ar)ZIvXNCY$8n zB14L_OIc$6m|zl9$!;obZ{Sxr0$u`!4{!m4+4kY ztCbu2nr9EmWK#ikr_PKS38$L7>!{IY+o?^}l~LW;f0JkKYeki8bDA{NAOGmE^DiLw z!g~mhc2K^1j2Bo3FwOKbktTPJ2G~bMzi9|{O5cE=Rt~$x+j&yB#Mf=+s06_|PsnYz z&14w^OW)WtoaMQ{P_@DE#CX3%Nen&^&2;Er5CvtdS<`6*_<<$C z^)A8+qP+?tqDW}sXn#*0$)Jgp>o9bOD|bx`o241P+vHqP`9eEn(J9X3up07EK)YA^ zm|Uh-YR*AlMo3AyH0Wg>^vZvlsEt9p4fN{Xi~Dq2CNR`gpE7SOS`)9a#!0>&w)9U$nQTd+NrqjIw8(DvjFA*TfZ8P6Bws5qwo zJj;?V4CajHW43CL+&@Y&{qt(1=k&2$N|`fi3^LR9T^D{R<{woR@c!@y1pXHFTS=8M zmUX>E+tt2xyKRpHyKLXA=2q6*TnFW(P|Dtsr^{!mHF|ABb*enR)$x#K=}Fdimcv4Y z{jeH`Jl=%2C5*!f%Cpa~S_$)`XW*fo=`2ePoRtSX1^dU5-f(S$aLciymSvO3C_yf; zTSO09MqQ_Tbw;uSpM>vp)yQiYTFNYf_e;Xpt?Z7MPob9;>F8VKXf3DK+mTs4<+dcI z&deBm!FMRSMOCdOj*NeuW7izR@Pm!f}-uA9+W1AXH7^Ct1m7r*} z&Xd1(+xQ*66ngmIkwOqPkkn`P;X~R7<)-UH1^)8aqD24nZ+2iNl1?Fvg%)jfb2_$Wl9c~krX*` zsEr|hC&#YF`27E!DE#ZlAbP9D=<%;NG!Xy*!~aKWaCJ8QuO84;i=%mJNe#JjSkluF zl4~-6j6#xGeiJwj7^FhtuIB&g0Zk4FWE_l3?r2us5b8qj-8FZ;c|HCy0ljsmyBgk9 zz8!RP=~Z%vwxJPmPQ92jV>Ws3w>^x+~4ixwoZI~p_ zCt*Z65LgWTT;PUq`oLw}OpylZ-z8NWkcX^f*ct}Jξg#JaULJaC|!(t8ZU(U+v$ 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

    5L%&*{5ILzCS-< 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]_p^yMOa&x{yX&DG~U8h-dd^fmw1>Mz@tx+uf2aE zOpBTD3|-%6(2Uv(8HhR>FiAeUGN_%Y^<9y1asws&-P(k(Hut-4IfLS6|IC^~ugNj^ zg9P2~gJwLkFN=5g*iXfwg|LMFWrrZ3haTC+7s2WAmX^iN#DqHFHSHM(UG@fDjPacX z{m%lOjE%rEnO3z*xBk1DW1qhfKzVBw+N0{%4zXR5@l1d!2)j6>;HSZJOGx(tJmD99 z@C;2_%&*`cx@~QC+(FaE#D1PMMk2srj&W*`Ji@4v{kuqQEfPcB#0ZZ;i=lZ z5o?p-09D!RAMvI>fJQBz0Kw%slmPec^SxPndE1x%01a5(lQ#VwJm4#C$^@*ctx=;V zck06MVuF&ldpTf&oSy{zG*;kSLs7UyehEch1FXTJ%t+lvc7C{x6>d>n2N5`$;0pF`i^jY+Z9}b5zQCq z4(9=szy@E2xQ}I*FFC*%0^SD&A_-^ZfiK+Et18z-+$B3V3QhL^rI~2n0X^>NM4@$@ zKL-91!h3JB5S51%S>#K&JbgqP*Sh%ndA^-ySiPV{3!>qZ0sj@6flw7lz_X!eXpk*0 zk59}^KdGNVb_79WwB`M5BzB@f#x?yn5U>Ge-;Dnun$0bVb1M?i;bB5??|+eMu^9A4 zqWcDc+S)ezfP;jAvd3Sy|3U_nW<NH*GF*l%a_cF{yS8k&cNZauu4u{u{U_@i0k(Xb%dF0Vw5>Gz zYz87$mmFwVZe-Jyds;sPVmn2gdjIkTA;~xj;C430=ek{eJdF_uCiIKdv#(ZY9u9e4 z0uqKljK*d+yR1bZA*`1IG4?SmUt9fYq8b1_Ao$Vj##_GZs!sm%XdEaB`mk|&O?}CU z>>Xu7-x2t1YWYl{xbKT-N66}{2nQBK$PStKVAP($ zM$^?33c)6QTEXV@_^=>lw#bRj1U3wYD@ib_S^iQZ(FeN7Ss6WRkxi7UeZ{YlE82Hg z_&tabr!e-C@YF0~int9Nf=twwIRha2XchNrm(O*Dqnu>Nc!w%bu@i?EDNuBAV10%a z0K44l%4Z$Ei;8PcHFggSVA%ms + + + + + + +All Classes (Commons Lang 2.4 API) + + + + + + + + + + +All Classes +
    + + + + + +
    ArrayUtils +
    +BitField +
    +BooleanUtils +
    +CharEncoding +
    +CharRange +
    +CharSet +
    +CharSetUtils +
    +CharUtils +
    +ClassUtils +
    +CompareToBuilder +
    +CompositeFormat +
    +DateFormatUtils +
    +DateUtils +
    +DoubleRange +
    +DurationFormatUtils +
    +Enum +
    +Enum +
    +EnumUtils +
    +EnumUtils +
    +EqualsBuilder +
    +ExceptionUtils +
    +ExtendedMessageFormat +
    +FastDateFormat +
    +FloatRange +
    +FormatFactory +
    +Fraction +
    +HashCodeBuilder +
    +IEEE754rUtils +
    +IllegalClassException +
    +IncompleteArgumentException +
    +IntRange +
    +JVMRandom +
    +LocaleUtils +
    +LongRange +
    +Mutable +
    +MutableBoolean +
    +MutableByte +
    +MutableDouble +
    +MutableFloat +
    +MutableInt +
    +MutableLong +
    +MutableObject +
    +MutableShort +
    +Nestable +
    +NestableDelegate +
    +NestableError +
    +NestableException +
    +NestableRuntimeException +
    +NotImplementedException +
    +NullArgumentException +
    +NumberRange +
    +NumberRange +
    +NumberUtils +
    +NumberUtils +
    +ObjectUtils +
    +ObjectUtils.Null +
    +RandomStringUtils +
    +RandomUtils +
    +Range +
    +ReflectionToStringBuilder +
    +SerializationException +
    +SerializationUtils +
    +StandardToStringStyle +
    +StopWatch +
    +StrBuilder +
    +StrLookup +
    +StrMatcher +
    +StrSubstitutor +
    +StrTokenizer +
    +StringEscapeUtils +
    +StringUtils +
    +SystemUtils +
    +ToStringBuilder +
    +ToStringStyle +
    +UnhandledException +
    +Validate +
    +ValuedEnum +
    +ValuedEnum +
    +WordUtils +
    +
    + + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/allclasses-noframe.html b/Toady/lib/commons-lang-2.4/apidocs/allclasses-noframe.html new file mode 100644 index 0000000..fe65b21 --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/allclasses-noframe.html @@ -0,0 +1,187 @@ + + + + + + + +All Classes (Commons Lang 2.4 API) + + + + + + + + + + +All Classes +
    + + + + + +
    ArrayUtils +
    +BitField +
    +BooleanUtils +
    +CharEncoding +
    +CharRange +
    +CharSet +
    +CharSetUtils +
    +CharUtils +
    +ClassUtils +
    +CompareToBuilder +
    +CompositeFormat +
    +DateFormatUtils +
    +DateUtils +
    +DoubleRange +
    +DurationFormatUtils +
    +Enum +
    +Enum +
    +EnumUtils +
    +EnumUtils +
    +EqualsBuilder +
    +ExceptionUtils +
    +ExtendedMessageFormat +
    +FastDateFormat +
    +FloatRange +
    +FormatFactory +
    +Fraction +
    +HashCodeBuilder +
    +IEEE754rUtils +
    +IllegalClassException +
    +IncompleteArgumentException +
    +IntRange +
    +JVMRandom +
    +LocaleUtils +
    +LongRange +
    +Mutable +
    +MutableBoolean +
    +MutableByte +
    +MutableDouble +
    +MutableFloat +
    +MutableInt +
    +MutableLong +
    +MutableObject +
    +MutableShort +
    +Nestable +
    +NestableDelegate +
    +NestableError +
    +NestableException +
    +NestableRuntimeException +
    +NotImplementedException +
    +NullArgumentException +
    +NumberRange +
    +NumberRange +
    +NumberUtils +
    +NumberUtils +
    +ObjectUtils +
    +ObjectUtils.Null +
    +RandomStringUtils +
    +RandomUtils +
    +Range +
    +ReflectionToStringBuilder +
    +SerializationException +
    +SerializationUtils +
    +StandardToStringStyle +
    +StopWatch +
    +StrBuilder +
    +StrLookup +
    +StrMatcher +
    +StrSubstitutor +
    +StrTokenizer +
    +StringEscapeUtils +
    +StringUtils +
    +SystemUtils +
    +ToStringBuilder +
    +ToStringStyle +
    +UnhandledException +
    +Validate +
    +ValuedEnum +
    +ValuedEnum +
    +WordUtils +
    +
    + + + diff --git a/Toady/lib/commons-lang-2.4/apidocs/constant-values.html b/Toady/lib/commons-lang-2.4/apidocs/constant-values.html new file mode 100644 index 0000000..8de1b9a --- /dev/null +++ b/Toady/lib/commons-lang-2.4/apidocs/constant-values.html @@ -0,0 +1,461 @@ + + + + + + + +Constant Field Values (Commons Lang 2.4 API) + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    + +
    + + + +